Server IP : 198.54.125.146 / Your IP : 52.14.127.77 [ Web Server : LiteSpeed System : Linux business38.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64 User : engixevu ( 716) PHP Version : 8.1.31 Disable Function : NONE Domains : 1 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/engixevu/simownerinfo.com/ |
Upload File : |
-- phpMyAdmin SQL Dump -- version 5.2.1 -- https://www.phpmyadmin.net/ -- -- Host: 127.0.0.1 -- Generation Time: Jul 23, 2024 at 10:17 PM -- Server version: 10.4.32-MariaDB -- PHP Version: 8.2.12 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; START TRANSACTION; SET time_zone = "+00:00"; /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8mb4 */; -- -- Database: `zontal_v5` -- -- -------------------------------------------------------- -- -- Table structure for table `zon_ads` -- CREATE TABLE `zon_ads` ( `id` int(11) NOT NULL, `code` mediumtext NOT NULL, `ad_name` text NOT NULL, `status` int(11) NOT NULL, `ad_desc` text NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; -- -- Dumping data for table `zon_ads` -- INSERT INTO `zon_ads` (`id`, `code`, `ad_name`, `status`, `ad_desc`) VALUES (1, 'ad 6', '700x120', 1, 'This ad is show in top of play screen (game page)'), (2, 'ad 5', '700x120', 1, 'This ad is show in bottom of play screen & loading screen (game page)'), (3, 'ad 4', '700x120', 1, 'This ad is show in top of loading screen (game page)'), (4, '<div class=\"my-ad flex justify-center items-center h-[400px] rounded-2xl w-full block\" style=\"background: var(--sidebar-option-hover-bg-color);\">\r\n <h2 style=\"font-size: 20px; font-weight: bolder; color: var(--common-color)\" >300x400</h2>\r\n </div>', '300x400', 0, 'This ad is show in game page left side of game player'), (5, '<div class=\"my-ad flex justify-center items-center h-[400px] rounded-2xl w-full block\" style=\"background: var(--sidebar-option-hover-bg-color);\">\n <h2 style=\"font-size: 20px; font-weight: bolder; color: var(--common-color)\" >300x400</h2>\n </div>', '300x400', 0, 'This ad is show in game page right side of game player'), (6, '', '200x320', 0, 'This ad is show inside the section badge box'), (7, '', '700x120', 0, 'This ad is show in every page except game page '); -- -------------------------------------------------------- -- -- Table structure for table `zon_animation_classes` -- CREATE TABLE `zon_animation_classes` ( `id` int(11) NOT NULL, `name` text NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; -- -- Dumping data for table `zon_animation_classes` -- INSERT INTO `zon_animation_classes` (`id`, `name`) VALUES (1, 'bounce'), (2, 'flash'), (3, 'pulse'), (4, 'rubberBand'), (5, 'shakeX'), (6, 'shakeY'), (7, 'headShake'), (8, 'swing'), (9, 'tada'), (10, 'wobble'), (11, 'jello'), (12, 'heartBeat'), (13, 'backInDown'), (14, 'backInLeft'), (15, 'backOutRight'), (16, 'backOutUp'), (17, 'bounceIn'), (18, 'bounceInDown'), (19, 'bounceInLeft'), (20, 'bounceInRight'), (21, 'bounceInUp'), (22, 'bounceOut'), (23, 'bounceOutDown'), (24, 'bounceOutLeft'), (25, 'bounceOutRight'), (26, 'bounceOutUp'), (27, 'fadeIn'), (28, 'fadeInDown'), (29, 'fadeInDownBig'), (30, 'fadeInLeft'), (31, 'fadeInLeftBig'), (32, 'fadeInRight'), (33, 'fadeInRightBig'), (34, 'fadeInUp'), (35, 'fadeInUpBig'), (36, 'fadeInTopLeft'), (37, 'fadeInTopRight'), (38, 'fadeInBottomLeft'), (39, 'fadeInBottomRight'), (40, 'fadeOut'), (41, 'fadeOutDown'), (42, 'fadeOutDownBig'), (43, 'fadeOutLeft'), (44, 'fadeOutLeftBig'), (45, 'fadeOutRight'), (46, 'fadeOutRightBig'), (47, 'fadeOutUp'), (48, 'fadeOutUpBig'), (49, 'fadeOutTopLeft'), (50, 'fadeOutTopRight'), (51, 'fadeOutBottomRight'), (52, 'fadeOutBottomLeft'), (53, 'flip'), (54, 'flipInX'), (55, 'flipInY'), (56, 'flipOutX'), (57, 'flipOutY'), (58, 'lightSpeedInRight'), (59, 'lightSpeedInLeft'), (60, 'lightSpeedOutRight'), (61, 'lightSpeedOutLeft'), (62, 'rotateIn'), (63, 'rotateInDownLeft'), (64, 'rotateInDownRight'), (65, 'rotateInUpLeft'), (66, 'rotateInUpRight'), (67, 'rotateOut'), (68, 'rotateOutDownLeft'), (69, 'rotateOutDownRight'), (70, 'rotateOutUpLeft'), (71, 'rotateOutUpRight'), (72, 'hinge'), (73, 'jackInTheBox'), (74, 'rollIn'), (75, 'rollOut'), (76, 'zoomIn'), (77, 'zoomInDown'), (78, 'zoomInLeft'), (79, 'zoomInRight'), (80, 'zoomInUp'), (81, 'zoomOut'), (82, 'zoomOutDown'), (83, 'zoomOutLeft'), (84, 'zoomOutRight'), (85, 'zoomOutUp'), (86, 'slideInDown'), (87, 'slideInLeft'), (88, 'slideInRight'), (89, 'slideInUp'), (90, 'slideOutDown'), (91, 'slideOutLeft'), (92, 'slideOutRight'), (93, 'slideOutUp'); -- -------------------------------------------------------- -- -- Table structure for table `zon_blog` -- CREATE TABLE `zon_blog` ( `id` int(11) NOT NULL, `blog_title` text NOT NULL, `blog_desc` text NOT NULL, `blog_content` longtext NOT NULL, `blog_image` text NOT NULL, `blog_date` text NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; -- -- Dumping data for table `zon_blog` -- INSERT INTO `zon_blog` (`id`, `blog_title`, `blog_desc`, `blog_content`, `blog_image`, `blog_date`) VALUES (1, 'Exploring the Many Avenues to Earn Money from Coding', 'Remember to configure the OAuth consent screen with information about your application.', '', '10030954Lazy Loading in Angular.png', 'Sun, 09 Jun 2024'); -- -------------------------------------------------------- -- -- Table structure for table `zon_category` -- CREATE TABLE `zon_category` ( `id` int(11) NOT NULL, `name` text NOT NULL, `slug` mediumtext NOT NULL, `icon` text NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; -- -- Dumping data for table `zon_category` -- INSERT INTO `zon_category` (`id`, `name`, `slug`, `icon`) VALUES (1, 'Adventure', 'adventure', ''), (2, 'Shooting', 'shooting', ''), (3, 'Boys', 'boys', ''), (4, 'Hypercasual', 'hypercasual', ''), (5, 'Girls', 'girls', ''), (6, 'Arcade', 'arcade', ''), (7, 'Puzzles', 'puzzles', ''), (8, 'Bubble Shooter', 'bubble-shooter', ''), (9, 'Casual', 'casual', ''), (10, 'Puzzle', 'puzzle', ''), (11, 'Boardgames', 'boardgames', ''), (12, 'Agility', 'agility', ''), (13, 'Strategy', 'strategy', ''), (14, 'Mahjong & Connect', 'mahjong--connect', ''), (15, 'Battle', 'battle', ''), (16, 'Art', 'art', ''), (17, 'Shooter', 'shooter', ''), (18, 'Football', 'football', ''), (19, 'Simulation', 'simulation', ''), (20, 'Racing & Driving', 'racing--driving', ''), (21, 'Basketball', 'basketball', ''), (22, 'Cooking', 'cooking', ''), (23, 'Care', 'care', ''), (24, '.IO', 'io', ''), (25, 'Dress-up', 'dressup', ''), (26, 'Educational', 'educational', ''), (27, 'Cards', 'cards', ''), (29, 'ball', 'ball', ''), (30, 'kids', 'kids', ''), (31, 'fighting', 'fighting', ''), (32, 'sports', 'sports', ''), (33, 'action', 'action', ''), (34, 'trivia', 'trivia', ''), (35, 'stickman', 'stickman', ''), (36, 'skateboard', 'skateboard', ''), (37, 'retro', 'retro', ''), (38, 'animal', 'animal', ''), (39, 'memory', 'memory', ''), (40, 'motorcycle', 'motorcycle', ''), (41, 'fun', 'fun', ''), (42, 'parkour', 'parkour', ''), (43, 'idle', 'idle', ''), (44, 'robots', 'robots', ''), (45, 'racing', 'racing', ''), (46, 'match-3', 'match', ''), (47, 'tanks', 'tanks', ''), (48, 'snake', 'snake', ''), (49, 'monster', 'monster', ''), (50, 'board', 'board', ''), (51, 'math', 'math', ''), (52, 'drawing', 'drawing', ''), (53, 'mobile', 'mobile', ''), (54, 'card', 'card', ''), (55, 'hyper-casual', 'hypercasual', ''), (56, 'first-person-shooter', 'firstpersonshooter', ''), (57, 'Multiplayer', 'multiplayer', ''), (58, 'Clicker', 'clicker', ''), (59, '3D', 'd', ''), (60, '2 Player', '-player', ''), (61, 'Soccer', 'soccer', ''), (62, 'Bejeweled', 'bejeweled', ''); -- -------------------------------------------------------- -- -- Table structure for table `zon_comments` -- CREATE TABLE `zon_comments` ( `id` int(11) NOT NULL, `user_id` int(11) NOT NULL, `game_id` int(11) NOT NULL, `subject` varchar(2000) NOT NULL, `date` varchar(11000) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; -- -------------------------------------------------------- -- -- Table structure for table `zon_config` -- CREATE TABLE `zon_config` ( `id` int(11) NOT NULL, `site_name` text NOT NULL, `profile_tagline` text NOT NULL, `site_logo_light` mediumtext NOT NULL, `site_logo_dark` mediumtext NOT NULL, `site_favicon` mediumtext NOT NULL, `head_code` mediumtext NOT NULL, `footer_content` longtext NOT NULL, `site_title` text NOT NULL, `site_desc` text NOT NULL, `site_keywords` text NOT NULL, `sidebar_show` int(11) NOT NULL, `category_slider_show` int(11) NOT NULL, `featured_game_slider` int(11) NOT NULL, `popular_views` int(11) NOT NULL, `site_color` mediumtext NOT NULL, `section_games_limit` int(11) NOT NULL, `games_title` text NOT NULL, `games_desc` text NOT NULL, `play_title` text NOT NULL, `play_desc` text NOT NULL, `profile_title` text NOT NULL, `profile_desc` text NOT NULL, `category_title` text NOT NULL, `category_desc` text NOT NULL, `animate_class` text NOT NULL, `cursor_color` text NOT NULL, `custom_cursor` int(11) NOT NULL, `theme` text NOT NULL, `blog` int(11) NOT NULL, `gamepix_sid` text NOT NULL, `auto_fetch` int(11) NOT NULL, `auto_fetch_amount` int(11) NOT NULL, `auto_fetch_timing` int(11) NOT NULL, `auto_fetch_pub` text NOT NULL, `auto_fetch_page` int(11) NOT NULL, `auto_fetch_all_games_fetched` int(11) NOT NULL, `auto_fetch_game_publisher` text NOT NULL, `page_banner` text NOT NULL, `is_spa` int(11) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; -- -- Dumping data for table `zon_config` -- INSERT INTO `zon_config` (`id`, `site_name`, `profile_tagline`, `site_logo_light`, `site_logo_dark`, `site_favicon`, `head_code`, `footer_content`, `site_title`, `site_desc`, `site_keywords`, `sidebar_show`, `category_slider_show`, `featured_game_slider`, `popular_views`, `site_color`, `section_games_limit`, `games_title`, `games_desc`, `play_title`, `play_desc`, `profile_title`, `profile_desc`, `category_title`, `category_desc`, `animate_class`, `cursor_color`, `custom_cursor`, `theme`, `blog`, `gamepix_sid`, `auto_fetch`, `auto_fetch_amount`, `auto_fetch_timing`, `auto_fetch_pub`, `auto_fetch_page`, `auto_fetch_all_games_fetched`, `auto_fetch_game_publisher`, `page_banner`, `is_spa`) VALUES (1, 'zontal', 'Welcome to Zontal', 'logo-black.png', 'logo.png', 'favicon.png', '', '', 'Zontal - Arcade HTML 5 Game Portal PHP Script', 'Zontal - Arcade HTML 5 Game Portal PHP Script', 'Zontal Game Portal, Game Portal, Online Playing Games, HTML5 Games', 1, 1, 1, 100, '#ff4524', 10, 'Online Free Games on Zontal — Let's play', 'Free online games for different tastes:action games, puzzles, races, games for two and more. You do not need to download — you can play in the browser or from', '[name] Free play game — Zontal', '[name] Free play game you can play in the browser or from', '#[name] player — Zontal', '[name] Free play game you can play in the browser or from', '[name] Free Games — Zontal', '[name] Free Games — Zontal', 'fadeInDown', '#fff', 0, 'garud', 0, '10605', 0, 90, 1, 'gamepix', 0, 0, '', 'banner.jpg', 1); -- -------------------------------------------------------- -- -- Table structure for table `zon_featured_games` -- CREATE TABLE `zon_featured_games` ( `id` int(11) NOT NULL, `game_id` int(11) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; -- -- Dumping data for table `zon_featured_games` -- INSERT INTO `zon_featured_games` (`id`, `game_id`) VALUES (1, 6542), (2, 6538), (3, 247), (4, 267), (5, 689), (6, 280), (7, 6460); -- -------------------------------------------------------- -- -- Table structure for table `zon_games` -- CREATE TABLE `zon_games` ( `id` int(11) NOT NULL, `game_name` text NOT NULL, `game_description` text NOT NULL, `game_image_url` longtext NOT NULL, `game_url` longtext NOT NULL, `game_published` text NOT NULL, `game_category` text NOT NULL, `game_status` int(11) NOT NULL, `game_played` int(11) NOT NULL, `game_banner_url` text NOT NULL, `game_slug` text NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; -- -- Dumping data for table `zon_games` -- INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (1, 'Flamit', 'Light all the torches as fast as you can in this engaging platform.\nBut do it fast, because a your flame won\'t last forever!\nFeaturing:\n- 30 one-screen levels full of funny obstacles\n- 2 Different game mode\n- spikes\n- ice enemies\n- more spikes\n- snow\n- A lot of torches\n\nControls\nTouch the screen controls or use arrow keys to move the Player\n\n- 30 one-screen levels full of funny obstacles\n- 2 Different game mode\n- spikes\n- ice enemies\n- more spikes\n- snow\n- A lot of torches', 'https://img.gamepix.com/games/flamit/icon/small.png?w=105', 'https://play.gamepix.com/flamit/embed?sid=10605', '0', 'adventure', 0, 0, 'https://img.gamepix.com/games/flamit/cover/small.png?w=256', 'flamit'), (2, 'Cerkio', 'Touch the screen at the right time to throw the ball in the white circle.\nRepeat it for more than 30 levels and prove yourself you are skilled enough to complete the game!\n\n34 levels\nNice music\nRelaxing game\none hand game', 'https://img.gamepix.com/games/cerkio/icon/small.png?w=105', 'https://play.gamepix.com/cerkio/embed?sid=10605', '0', 'ball', 0, 0, 'https://img.gamepix.com/games/cerkio/cover/small.png?w=256', 'cerkio'), (3, 'Skibidi Laser Kill', 'Skibidi Laser Kill Game is a fast-paced, action-packed laser shooter arcade game. Players take control of a laser-wielding character and must defend themselves against waves of oncoming enemies. The game features a variety of enemies, each with their own unique attacks. Players must use their skills and reflexes to dodge enemy fire and take them down. ', 'https://img.gamepix.com/games/skibidi-laser-kill/icon/small.png?w=105', 'https://play.gamepix.com/skibidi-laser-kill/embed?sid=10605', '0', 'action', 0, 0, 'https://img.gamepix.com/games/skibidi-laser-kill/cover/small.png?w=256', 'skibidi-laser-kill'), (4, 'Royal Couple Halloween Party', 'Welcome to Royal Couple Halloween Party. Halloween is behind the corner and your favorite Royal couples are getting ready to go trick-or-treating in their great fantasy world. Browse their wardrobe for perfect costumes for each couple. Come and join the girls and see what highly original Halloween costumes you can create for each of them. Have fun, ladies!', 'https://img.gamepix.com/games/royal-couple-halloween-party/icon/small.png?w=105', 'https://play.gamepix.com/royal-couple-halloween-party/embed?sid=10605', '0', 'kids', 0, 0, 'https://img.gamepix.com/games/royal-couple-halloween-party/cover/small.png?w=256', 'royal-couple-halloween-party'), (5, 'Penalty Kick Wiz', 'Penalty Kick Wiz is a penalty shooter arcade game to kick the soccer ball and shoot to the scoring goal. Become a master of penalty shooters!', 'https://img.gamepix.com/games/penalty-kick-wiz/icon/small.png?w=105', 'https://play.gamepix.com/penalty-kick-wiz/embed?sid=10605', '0', 'sports', 0, 0, 'https://img.gamepix.com/games/penalty-kick-wiz/cover/small.png?w=256', 'penalty-kick-wiz'), (6, 'Sokoballs', 'Sokoballs is a classic puzzle game deeply inspired by puzzle games like Sokoban. In this game you have to place all the balls on the switches you can find in each level. Use the arrow keys or WASD to move the player. If you get stuck press R to restart the level.', 'https://img.gamepix.com/games/sokoballs/icon/small.png?w=105', 'https://play.gamepix.com/sokoballs/embed?sid=10605', '0', 'ball', 0, 0, 'https://img.gamepix.com/games/sokoballs/cover/small.png?w=256', 'sokoballs'), (7, 'Body Drop 3D', 'The game will delight you with a realistic simulation of the body falling! Its advantage is not only physics, but also the realistic behavior of the character, his animations, nice graphics and many levels!', 'https://img.gamepix.com/games/body-drop-3d/icon/small.png?w=105', 'https://play.gamepix.com/body-drop-3d/embed?sid=10605', '0', 'action', 0, 0, 'https://img.gamepix.com/games/body-drop-3d/cover/small.png?w=256', 'body-drop-d'), (8, 'Yummy Toast', 'Yummy Toast is the funnest cooking game ever!\nYour goal is to make delicious toast by tapping the correct materials and ingredients u needed. Make the tastiest toast and serve to ur customers. Be the best toast master and to unlock all the achievements!', 'https://img.gamepix.com/games/yummy-toast/icon/small.png?w=105', 'https://play.gamepix.com/yummy-toast/embed?sid=10605', '0', 'kids', 0, 0, 'https://img.gamepix.com/games/yummy-toast/cover/small.png?w=256', 'yummy-toast'), (9, 'Turbo Dismounting', 'Turbo Dismounting Stickman game', 'https://img.gamepix.com/games/turbo-dismounting/icon/small.png?w=105', 'https://play.gamepix.com/turbo-dismounting/embed?sid=10605', '0', 'mobile', 0, 0, 'https://img.gamepix.com/games/turbo-dismounting/cover/small.png?w=256', 'turbo-dismounting'), (10, 'Kobadoo Shapes', 'Kobadoo Shapes is a browser game that trains your brain by memorizing coloured geometric shapes in the right order.\n\nWhen you play Kobadoo Shapes you are actively using your working memory. Several scientific studies suggest that training of working memory has beneficial effects and can increase your cognitive functions.\n\nFull version: https://www.kobadoo.com', 'https://img.gamepix.com/games/kobadoo-shapes/icon/small.png?w=105', 'https://play.gamepix.com/kobadoo-shapes/embed?sid=10605', '0', 'trivia', 0, 0, 'https://img.gamepix.com/games/kobadoo-shapes/cover/small.png?w=256', 'kobadoo-shapes'), (11, 'Morphit', 'Morphit is a hypercasual game where you have to change your shape to pass trough the obstacles.\nTry to last as long as you can and unlock all the achievements!\nGame Controls:\ntouch the buttons to change the shape of the player and match the obstacles\'ones.', 'https://img.gamepix.com/games/morphit/icon/small.png?w=105', 'https://play.gamepix.com/morphit/embed?sid=10605', '0', 'arcade', 0, 0, 'https://img.gamepix.com/games/morphit/cover/small.png?w=256', 'morphit'), (12, 'Kobadoo Flags', 'Kobadoo Flags is a browser game that trains your brain by memorizing flags of the World in the right order.\n\nWhen you play Kobadoo Flags you are actively using your working memory. Several scientific studies suggest that training of working memory has beneficial effects and can increase your cognitive functions.', 'https://img.gamepix.com/games/kobadoo-flags/icon/small.png?w=105', 'https://play.gamepix.com/kobadoo-flags/embed?sid=10605', '0', 'trivia', 0, 0, 'https://img.gamepix.com/games/kobadoo-flags/cover/small.png?w=256', 'kobadoo-flags'), (13, 'Kobadoo Emojis', 'Kobadoo Emojis is a browser game that trains your brain by memorizing funny emojis in the right order.\n\nWhen you play Kobadoo Emojis you are actively using your working memory. Several scientific studies suggest that training of working memory has beneficial effects and can increase your cognitive functions.', 'https://img.gamepix.com/games/kobadoo-emojis/icon/small.png?w=105', 'https://play.gamepix.com/kobadoo-emojis/embed?sid=10605', '0', 'kids', 0, 0, 'https://img.gamepix.com/games/kobadoo-emojis/cover/small.png?w=256', 'kobadoo-emojis'), (14, 'Barbies Sketch', 'Experience the fun and challenges of sketchboarding with Barbie. Here, Barbie is the main character of the game, where she sketches to reach her destination. Stay aware of the new environment and different obstacles, and help Barbie avoid all the obstacles on her way.', 'https://img.gamepix.com/games/barbies-sketch/icon/small.png?w=105', 'https://play.gamepix.com/barbies-sketch/embed?sid=10605', '0', 'skateboard', 0, 0, 'https://img.gamepix.com/games/barbies-sketch/cover/small.png?w=256', 'barbies-sketch'), (15, 'Parmesan Partisan', 'You are the last defence, you are a lonely cheesy partisan who has to protect his people from the menace of the Mice People, who wants to conquer an eat all the cheese they can find! You are the last hope of your people: defend them with your shotgun, kill as many rats as you can, and free your nation from the rodents conquerors!', 'https://img.gamepix.com/games/parmesan-partisan/icon/small.png?w=105', 'https://play.gamepix.com/parmesan-partisan/embed?sid=10605', '0', 'arcade', 0, 0, 'https://img.gamepix.com/games/parmesan-partisan/cover/small.png?w=256', 'parmesan-partisan'), (16, 'Dotto Botto', 'Dotto Botto is a classic platformer game.\n\nHelp Dotto to find his way home and try to beat all the levels!\n\nYou will face deadly enemies, weird creatures and hideous obstacles on your way back home, so be careful!\n\nFEATURES\n\n10 Levels full of moving platforms, obstacles, power-ups, spikes, enemies and much more! (not so much more, actually)\n2 game endings! (yes, not 1 but 2!!!! unbelievable!!!)\nColorful pixelated graphics\n\nA monstrous Final Boss!\n4 Different enemies\nDozens of traps and obstacles!\n', 'https://img.gamepix.com/games/dotto-botto/icon/small.png?w=105', 'https://play.gamepix.com/dotto-botto/embed?sid=10605', '0', 'retro', 0, 0, 'https://img.gamepix.com/games/dotto-botto/cover/small.png?w=256', 'dotto-botto'), (17, 'Gelatino', 'Gelatino needs your help! He needs to collect as much ice as he can! \nThe hot summer sun will melt him if he doesn\'t pay attention!\nBut the road isn\'t safe: it is full of evil hot suns that will melt Gelatino in no time!\nDestroy them will make you earn more points, but the price to pay to make a highscore could be to high..', 'https://img.gamepix.com/games/gelatino/icon/small.png?w=105', 'https://play.gamepix.com/gelatino/embed?sid=10605', '0', 'arcade', 0, 0, 'https://img.gamepix.com/games/gelatino/cover/small.png?w=256', 'gelatino'), (18, 'Going Right', 'Bring the bird to its nest without getting hit by the obstacles\nA simple one touch avoid and collect game, with five differents game modes:\n20 Hard Levels to enjoy!\n\nNORMAL MODE: You can start the game from any level you have already completed.\nDEATH MODE: You got only 10 attempts to complete all the levels.\nTIME ATTACK: Beat your best time in this game mode, and show yourself what you can do.\nINFINITE RUN: Fly as long as you can avoiding the obstacles and collecting coins.\nSHOP: Buy new skins and choose different colors to customize your bird.\n\nThat’s all!', 'https://img.gamepix.com/games/going-right/icon/small.png?w=105', 'https://play.gamepix.com/going-right/embed?sid=10605', '0', 'animal', 0, 0, 'https://img.gamepix.com/games/going-right/cover/small.png?w=256', 'going-right'), (19, 'Slope Racing 3D', 'Welcome to Slope Racing 3D! It is a 3D running game with perfect controls, breath-taking speeds, and an addictive gameplay. \nHow far can you go without reaching the floor? Try Slope Racing 3D, the more you play the game, the easier it is and the more enjoyable it is. Our goal in the game is to make the ball roll without falling on the surface of the inclined buildings.. Get ready for serious speed boost as you fall downhill the never-ending surface. Play Slope Racing 3D!', 'https://img.gamepix.com/games/slope-racing-3d/icon/small.png?w=105', 'https://play.gamepix.com/slope-racing-3d/embed?sid=10605', '0', 'ball', 0, 0, 'https://img.gamepix.com/games/slope-racing-3d/cover/small.png?w=256', 'slope-racing-d'), (20, 'Galactic Pixel Storm', 'Embark on an exciting cosmic adventure in \"Galactic Pixel Storm\"! Immerse yourself in a world of captivating pixel art graphics and mesmerizing sound effects. Pilot your spacecraft through a realm of pixel art targets, smashing them with rockets in a symphony of explosive brilliance. Your mission is to meticulously obliterate each pixel art piece, shattering them into a mesmerizing dance of one or two pixels. As a player, you\'ll enjoy the thrill of upgrading your spacecraft, selecting from three unique ship types, and harnessing a variety of game-changing power-ups.', 'https://img.gamepix.com/games/galactic-pixel-storm/icon/small.png?w=105', 'https://play.gamepix.com/galactic-pixel-storm/embed?sid=10605', '0', 'arcade', 0, 0, 'https://img.gamepix.com/games/galactic-pixel-storm/cover/small.png?w=256', 'galactic-pixel-storm'), (21, 'Moto X3M Spooky Land', 'Drive your motorbike through Halloween-themed tracks filled with obstacles and stunt opportunities. Get your bike through the trials quickly to earn more points!', 'https://img.gamepix.com/games/moto-x3m-spooky-land/icon/small.png?w=105', 'https://play.gamepix.com/moto-x3m-spooky-land/embed?sid=10605', '0', 'sports', 0, 0, 'https://img.gamepix.com/games/moto-x3m-spooky-land/cover/small.png?w=256', 'moto-xm-spooky-land'), (22, 'Canjump', 'Canjump is a game in which you can only jump, but you have to do it at the right time.', 'https://img.gamepix.com/games/canjump/icon/small.png?w=105', 'https://play.gamepix.com/canjump/embed?sid=10605', '0', 'fun', 0, 0, 'https://img.gamepix.com/games/canjump/cover/small.png?w=256', 'canjump'), (23, 'Bouncing Egg', 'Make the Egg Bounce and destroy the angry faces that jeopardize the egg life and integrity! Touch the screen to rotate the circles and destroy them by jumping on them!', 'https://img.gamepix.com/games/bouncing-egg/icon/small.png?w=105', 'https://play.gamepix.com/bouncing-egg/embed?sid=10605', '0', 'arcade', 0, 0, 'https://img.gamepix.com/games/bouncing-egg/cover/small.png?w=256', 'bouncing-egg'), (24, 'Strike Galaxy Attack', 'Strike Galaxy Attack: Shoot \'Em Up war Chicken Shooter is the best chicken gun shooting online games PVP - The best arcade game on all global and promising to create a major earthquake on Google Play. You can play it on all smartphone and tablet. In immense space, there are always dust settle brutal forces with plots to invade Earth: May be air force aliens or animals that is as intelligent as human: venom stickman, black defenders, gravity stellaris, zero gunny bima, fury reavers, shootero genome, wolf hunter, ben cricket, max steel, flying jatt 10, battleclaw robot wala, beyblade oyunlari… They can attack our beautiful earth anytime!\nStrike Galaxy Attack: Alien Space Chicken Shooter free fire game bring you a epic war against chicken invader squadron. ', 'https://img.gamepix.com/games/strike-galaxy-attack/icon/small.png?w=105', 'https://play.gamepix.com/strike-galaxy-attack/embed?sid=10605', '0', 'arcade', 0, 0, 'https://img.gamepix.com/games/strike-galaxy-attack/cover/small.png?w=256', 'strike-galaxy-attack'), (25, 'Catch Huggy Wuggy!', 'Non-stop action game where you have to chase Huggy Wuggy through various trials and face dangerous opponents.There are also many skins and unique bosses waiting for you!', 'https://img.gamepix.com/games/catch-huggy-wuggy/icon/small.png?w=105', 'https://play.gamepix.com/catch-huggy-wuggy/embed?sid=10605', '0', 'adventure', 0, 0, 'https://img.gamepix.com/games/catch-huggy-wuggy/cover/small.png?w=256', 'catch-huggy-wuggy'), (26, 'Drink Drive Survive', 'Have you ever tried to drive while drunk? If the answer is no, good for you! me neither! So, what about a simulator that shows you the all the issues that a drunken driver has to face?\n\nUse the mouse / or touch the screen to drive the car around', 'https://img.gamepix.com/games/drink-drive-survive/icon/small.png?w=105', 'https://play.gamepix.com/drink-drive-survive/embed?sid=10605', '0', 'racing', 0, 0, 'https://img.gamepix.com/games/drink-drive-survive/cover/small.png?w=256', 'drink-drive-survive'), (27, 'LOL Surprise Insta Party Divas', 'Welcome to the LOL Surprise Insta Party Divas. LOL girls heard about the surprise Insta party. They planned to try some new trends. But they need some hands to be perfect. Browse the girl’s wardrobe for perfect outfits and costumes. Before that pick some cute makeover for the girls. Play and have fun!', 'https://img.gamepix.com/games/lol-surprise-insta-party-divas/icon/small.png?w=105', 'https://play.gamepix.com/lol-surprise-insta-party-divas/embed?sid=10605', '0', 'kids', 0, 0, 'https://img.gamepix.com/games/lol-surprise-insta-party-divas/cover/small.png?w=256', 'lol-surprise-insta-party-divas'), (28, 'Kobadoo Numbers', 'Kobadoo Numbers is a browser game that trains your brain by memorizing two-digit numbers in the right order.\n\nWhen you play Kobadoo Numbers you are actively using your working memory. Several scientific studies suggest that training of working memory has beneficial effects and can increase your cognitive functions.', 'https://img.gamepix.com/games/kobadoo-numbers/icon/small.png?w=105', 'https://play.gamepix.com/kobadoo-numbers/embed?sid=10605', '0', 'memory', 0, 0, 'https://img.gamepix.com/games/kobadoo-numbers/cover/small.png?w=256', 'kobadoo-numbers'), (29, 'Injection Invasion', 'Ive got a fear of injections! In this game, Injection Invasion, The little boy has a very big fear of injections. He has been running and jumping around to avoid the injection. The game has a very simple concept, but it’s fun to play. Help the little boy avoid the injection. You can use the mouse or the keyboard key arrows to play the game. ', 'https://img.gamepix.com/games/injection-invasion/icon/small.png?w=105', 'https://play.gamepix.com/injection-invasion/embed?sid=10605', '0', 'arcade', 0, 0, 'https://img.gamepix.com/games/injection-invasion/cover/small.png?w=256', 'injection-invasion'), (30, 'ChasingHunters', 'Defeat the bad guys and become a sharpshooter', 'https://img.gamepix.com/games/chasinghunters/icon/small.png?w=105', 'https://play.gamepix.com/chasinghunters/embed?sid=10605', '0', 'arcade', 0, 0, 'https://img.gamepix.com/games/chasinghunters/cover/small.png?w=256', 'chasinghunters'), (31, 'The Kitchen Spot the differences', 'Spot the differences game in a Kitchen environment full of dirty dishes and half-drinked bottles of wine.\n\nTry to find all the differences in each picture before the time runs out. Be careful though: Do not touch the screen randomly trying to catch all the differences this way!\nIf you touch the screen 9 times without touching one of the differences is game over!', 'https://img.gamepix.com/games/the-kitchen-spot-the-differences/icon/small.png?w=105', 'https://play.gamepix.com/the-kitchen-spot-the-differences/embed?sid=10605', '0', 'memory', 0, 0, 'https://img.gamepix.com/games/the-kitchen-spot-the-differences/cover/small.png?w=256', 'the-kitchen--spot-the-differences'), (32, 'Park the Cars', 'Welcome to Park the Cars, immerse yourself in driving your vehicle without breaking it, park the car and pass the levels. What are you waiting for, go play Park the Cars now and fun is guaranteed !!!', 'https://img.gamepix.com/games/park-the-cars/icon/small.png?w=105', 'https://play.gamepix.com/park-the-cars/embed?sid=10605', '0', 'racing', 0, 0, 'https://img.gamepix.com/games/park-the-cars/cover/small.png?w=256', 'park-the-cars'), (33, 'LOL Surprise Fresh Spring Look', 'Welcome to the LOL Surprise Fresh Spring Look. LOL Suprise Girls have some plans for welcoming their favorite season spring. They already filled their cupboard with new spring fashion. But they have a dilemma is to choose the best outfits. Browse the wardrobe and pick the suitable outfits for each one.', 'https://img.gamepix.com/games/lol-surprise-fresh-spring-look/icon/small.png?w=105', 'https://play.gamepix.com/lol-surprise-fresh-spring-look/embed?sid=10605', '0', 'kids', 0, 0, 'https://img.gamepix.com/games/lol-surprise-fresh-spring-look/cover/small.png?w=256', 'lol-surprise-fresh-spring-look'), (34, 'Skibidi Match Master', 'Play trending characters skibidi in this exciting match-3 puzzle game, Skibidi Match Master! Remove tiles from play by making sets of three or more of the same kind. You\'ll get access to more playable characters and levels as you make your way through the game. Moreover, you may compete with your friends to see who can achieve the highest score.', 'https://img.gamepix.com/games/skibidi-match-master/icon/small.png?w=105', 'https://play.gamepix.com/skibidi-match-master/embed?sid=10605', '0', 'match-3', 0, 0, 'https://img.gamepix.com/games/skibidi-match-master/cover/small.png?w=256', 'skibidi-match-master'), (35, 'Among at Easter', 'Play online or over local WiFi with 4-10 players as you attempt to prep your spaceship for departure, but beware as one will be an impostor bent on killing everyone!\n\nCrewmates can win by completing all tasks or discovering and voting the impostor off the ship.\n\nThe Impostor can use sabotage to cause chaos, making for easier kills and better alibis.\n', 'https://img.gamepix.com/games/among-at-easter/icon/small.png?w=105', 'https://play.gamepix.com/among-at-easter/embed?sid=10605', '0', 'arcade', 0, 0, 'https://img.gamepix.com/games/among-at-easter/cover/small.png?w=256', 'among-at-easter'), (36, 'Magikmon', 'Magikmon is an awesome RPG game in which you must capture different types of monsters. The magical world you live in is packed full with weird and wonderful monsters. You can use them to battle! Enjoy it!', 'https://img.gamepix.com/games/magikmon/icon/small.png?w=105', 'https://play.gamepix.com/magikmon/embed?sid=10605', '0', 'monster', 0, 0, 'https://img.gamepix.com/games/magikmon/cover/small.png?w=256', 'magikmon'), (37, 'BattleBox', 'Battle Box is ad Idle game where the more you risk, the more you get! Try to collect all the jewels in each level and to memorize their location!\nBe careful tough! Under some blocks there is a devil that will hurt you! If you find three of them the game will be over! By the way, you can restore your health if you find a strawberry, so keep an eye on it.', 'https://img.gamepix.com/games/battlebox/icon/small.png?w=105', 'https://play.gamepix.com/battlebox/embed?sid=10605', '0', 'board', 0, 0, 'https://img.gamepix.com/games/battlebox/cover/small.png?w=256', 'battlebox'), (38, 'World of WarTanks', 'Choose your tank and go on the attack! Become the best tank driver!\nFascinating tank action. Choose your tank and go ahead to complete missions and destroy enemies. The game has different missions, survival and 5 vs 5 battles. The game will be interesting to everyone who is interested in military topics!\nNew tanks have been added to the game, which can be obtained for Stars. Upgrade tanks and complete missions.\nComplete missions and get Stars!\n1st mission = 1 star\n12th mission = 12 stars\n5 vs 5 battle = 10 stars', 'https://img.gamepix.com/games/world-of-wartanks/icon/small.png?w=105', 'https://play.gamepix.com/world-of-wartanks/embed?sid=10605', '0', 'tanks', 0, 0, 'https://img.gamepix.com/games/world-of-wartanks/cover/small.png?w=256', 'world-of-wartanks'), (39, 'RoboButcher', 'A human outpost was attacked by an army of robots out of control, but it\'s not over yet! The human resistance has an\nultimate weapon to counteract the advance of the crazy robots: the Robo-butcher, a robot made with the sole purpose of protecting humans from other robots.\n\nFeatures:\n\nLots and lots of enemies\nPower-ups\nPerma-uprgrades\nDouble-jump \nOld-style pre-rendered graphics\nRobots\nFantastic BGM by Nosebreed\n\n\n\n\n', 'https://img.gamepix.com/games/robo-butcher/icon/small.png?w=105', 'https://play.gamepix.com/robo-butcher/embed?sid=10605', '0', 'robots', 0, 0, 'https://img.gamepix.com/games/robo-butcher/cover/small.png?w=256', 'robobutcher'), (40, 'Basketball Stars', 'Basketball Stars is a 2-player basketball game. In this game, you can play with your favorite team and play with basketball legends. In this game, you can either play with friends in 2-player mode or solo in single-player mode.\nShow off your basketball skills and see if you can score a three-pointer or slam home an impressive dunk! You can play as many different legendary teams and try out both your defensive and offensive skills.', 'https://img.gamepix.com/games/basketball-stars/icon/small.png?w=105', 'https://play.gamepix.com/basketball-stars/embed?sid=10605', '0', 'sports', 0, 0, 'https://img.gamepix.com/games/basketball-stars/cover/small.png?w=256', 'basketball-stars'), (41, 'Robot Police Iron Panther', 'When the monster alien come to attack the earth, there\'s no body can save us except the police robot. Build your own Iron Panther robot and fight the monster in an epic fighting! It\'s not finished yet...', 'https://img.gamepix.com/games/robot-police-iron-panther/icon/small.png?w=105', 'https://play.gamepix.com/robot-police-iron-panther/embed?sid=10605', '0', 'kids', 0, 0, 'https://img.gamepix.com/games/robot-police-iron-panther/cover/small.png?w=256', 'robot-police-iron-panther'), (42, 'Fractal Combat X', 'FCX is an HTML5 action-packed flight combat game, sporting top notch 3D graphics, WebGL and a progressively intense gameplay!\n\nMAIN FEATURES\n- Exciting, fast-paced arcade flight combat action\n- Top notch 3D graphics\n- Unique gorgeous fractal landscapes\n- Dozens of missions in Story mode\n- New missions every day!\n- Epic sound tracks\n- Arcade and Simulator modes\n- Cross-device', 'https://img.gamepix.com/games/fractal-combat-x/icon/small.png?w=105', 'https://play.gamepix.com/fractal-combat-x/embed?sid=10605', '0', 'shooter', 0, 0, 'https://img.gamepix.com/games/fractal-combat-x/cover/small.png?w=256', 'fractal-combat-x'), (43, 'Draw Save Puzzle ', 'Draw Save Puzzle game template is a complete project template that is a 2D puzzle game.', 'https://img.gamepix.com/games/draw-save-puzzle/icon/small.png?w=105', 'https://play.gamepix.com/draw-save-puzzle/embed?sid=10605', '0', 'drawing', 0, 0, 'https://img.gamepix.com/games/draw-save-puzzle/cover/small.png?w=256', 'draw-save-puzzle-'), (44, 'Red Impostor vs. Crew', 'Red Imposter vs. Crew is a fun and engaging Action game. Your mission is simple: Execute all living crewmates in the spaceship. Let no one survive.', 'https://img.gamepix.com/games/red-impostor-vs-crew/icon/small.png?w=105', 'https://play.gamepix.com/red-impostor-vs-crew/embed?sid=10605', '0', 'fun', 0, 0, 'https://img.gamepix.com/games/red-impostor-vs-crew/cover/small.png?w=256', 'red-impostor-vs-crew'), (45, 'Battle Simluator Counter Stickman', 'The stickmen must strike at the terror enemy stickmen in this Battle Simulator\n\nThe stickmen terror forces must be stopped with a tactical strike! You are the battle commander of the counter terrorist stickman (CTS) forces.\n\n▶TABS simulator - style gameplay\n▶3D stickmen, levels and gun models\n▶Help win the stickman war.. on terror!\n▶Accurate stickman tactics\n\nSounds: Freesound.org\nMusic_cornandbeans_generic_techno', 'https://img.gamepix.com/games/counter-stickman/icon/small.png?w=105', 'https://play.gamepix.com/counter-stickman/embed?sid=10605', '0', 'mobile', 0, 0, 'https://img.gamepix.com/games/counter-stickman/cover/small.png?w=256', 'battle-simluator--counter-stickman'), (46, 'Cat Clicker', 'Make cats by clicking. The cat bubbles growth accelerates when you start buying upgrades that increase the number of cat bubbles in production. Eventually, you’ll spawn billions of cat bubbles with each click, sending the cat world spiralling into a cuteness endless tunnel. You can use the reset button to start over and receive a permanent buff on your next game if you feel like a fresh start.', 'https://img.gamepix.com/games/cat-clicker/icon/small.png?w=105', 'https://play.gamepix.com/cat-clicker/embed?sid=10605', '0', 'animal', 0, 0, 'https://img.gamepix.com/games/cat-clicker/cover/small.png?w=256', 'cat-clicker'), (47, 'Crazy Plane Shooter', 'Crazy Plane Shooter is a classic game inspired by old-school 2d side-scrolling shooter like Project-X.\nThe game features:\n3 levels\n1 Final boss\n9 different enemies\n\nGamepad compatible\n\n\nCONTROLS:\n\nKeyboard \nWASD or ARROW KEYS to Move\nSPACE or X to Shoot', 'https://img.gamepix.com/games/crazy-plane-shooter/icon/small.png?w=105', 'https://play.gamepix.com/crazy-plane-shooter/embed?sid=10605', '0', 'adventure', 0, 0, 'https://img.gamepix.com/games/crazy-plane-shooter/cover/small.png?w=256', 'crazy-plane-shooter'), (48, '2048', 'Join the numbers and get to the 2048 tile! Use your arrow keys to move the tiles. When two tiles with the same number touch, they will merge into one!', 'https://img.gamepix.com/games/2048/icon/small.png?w=105', 'https://play.gamepix.com/2048/embed?sid=10605', '0', 'math', 0, 0, 'https://img.gamepix.com/games/2048/cover/small.png?w=256', ''), (49, 'My Sugar Factory', 'My Sugar Factory is a turn-based game about managing a sugar factory. Start with one sugar cane bush and earn millions! Buy a factory and open a laboratory to improve the sugar cane variety.', 'https://img.gamepix.com/games/my-sugar-factory/icon/small.png?w=105', 'https://play.gamepix.com/my-sugar-factory/embed?sid=10605', '0', 'action', 0, 0, 'https://img.gamepix.com/games/my-sugar-factory/cover/small.png?w=256', 'my-sugar-factory'), (50, 'DoodleCube.io', 'Doodle your way to victory in this creative building game inspired by skribbl.io. Build your creation according to the theme - let your imagination go wild! You can buy more blocks to use in the shop - simply press B or the icon in the bottom left corner.\n\nOnce you’ve perfected your build, you will see what everyone else has built. Vote on your opponent’s builds - and they will vote on yours. Don’t give out too many Poops! The more votes you have, the better you do, so try to get as many as possible. May the best doodler win!', 'https://img.gamepix.com/games/doodlecube-io/icon/small.png?w=105', 'https://play.gamepix.com/doodlecube-io/embed?sid=10605', '0', 'arcade', 0, 0, 'https://img.gamepix.com/games/doodlecube-io/cover/small.png?w=256', 'doodlecubeio'), (51, 'Ragdoll Mega Dunk', 'Welcome to the Ragdoll Mega Dunk indoor extreme basketball club! The game is a cool Ragdoll style basketball simulator .\n\nEvery attempt to do a trick will be unique! Throw the ball into the basket and fly there yourself!\n\nFeatures of the game:\n\n🏃 Crazy stunts\n🌬 Control the character in the air\n😃 Funny ragdoll character poses\n🧨 Dangerous levels\n\nThese extreme jumps are very dangerous. Be careful, and don\'t repeat this at home!', 'https://img.gamepix.com/games/ragdoll-mega-dunk/icon/small.png?w=105', 'https://play.gamepix.com/ragdoll-mega-dunk/embed?sid=10605', '0', 'sports', 0, 0, 'https://img.gamepix.com/games/ragdoll-mega-dunk/cover/small.png?w=256', 'ragdoll-mega-dunk'), (52, 'Boing Bang', 'Boing Bang is a classic arcade game inspired by games like Pang! Complete all the levels trying to achieve the best score ever!\nTo win you have to destroy all the bouncing balls in the level, without getting hit! ', 'https://img.gamepix.com/games/boing-bang/icon/small.png?w=105', 'https://play.gamepix.com/boing-bang/embed?sid=10605', '0', 'retro', 0, 0, 'https://img.gamepix.com/games/boing-bang/cover/small.png?w=256', 'boing-bang'), (53, 'Mr Santa Run 2', 'mr santa run 2 is a html5 arcade game, run and avoid enemy, collect star to earn score', 'https://img.gamepix.com/games/mr-santa-run-2/icon/small.png?w=105', 'https://play.gamepix.com/mr-santa-run-2/embed?sid=10605', '0', 'action', 0, 0, 'https://img.gamepix.com/games/mr-santa-run-2/cover/small.png?w=256', 'mr-santa-run-'), (54, 'Hit the Target!', 'Train your aim by hitting the targets!\nThere are three levels of difficulty and you can also set the test time.', 'https://img.gamepix.com/games/hit-the-target/icon/small.png?w=105', 'https://play.gamepix.com/hit-the-target/embed?sid=10605', '0', 'sports', 0, 0, 'https://img.gamepix.com/games/hit-the-target/cover/small.png?w=256', 'hit-the-target'), (55, 'Kobadoo Arithmetic', 'Kobadoo Arithmetic is a game that trains your brain by memorizing and adding up numbers.\n\nWhen you play Kobadoo Arithmetic you are actively using your working memory. Several scientific studies suggest that training of working memory has beneficial effects and can increase your cognitive functions.', 'https://img.gamepix.com/games/kobadoo-arithmetic/icon/small.png?w=105', 'https://play.gamepix.com/kobadoo-arithmetic/embed?sid=10605', '0', 'math', 0, 0, 'https://img.gamepix.com/games/kobadoo-arithmetic/cover/small.png?w=256', 'kobadoo-arithmetic'), (56, 'Mountain Tank', 'A tank shooting game with multiple tanks, enhanced upgrades, and various terrain levels.Button controlled tank movement and shooting.', 'https://img.gamepix.com/games/mountain-tank/icon/small.png?w=105', 'https://play.gamepix.com/mountain-tank/embed?sid=10605', '0', 'adventure', 0, 0, 'https://img.gamepix.com/games/mountain-tank/cover/small.png?w=256', 'mountain-tank'), (57, 'Match Mystery', 'Match Mystery is a match-3 puzzle game. It has an endless level of a twist challenging game. It has stunning graphics, fantastic gameplay and an impressive storyline. Match Mystery is a hours of fun and brain-teasing game for all ages! ', 'https://img.gamepix.com/games/match-mystery/icon/small.png?w=105', 'https://play.gamepix.com/match-mystery/embed?sid=10605', '0', 'match-3', 0, 0, 'https://img.gamepix.com/games/match-mystery/cover/small.png?w=256', 'match-mystery'), (58, 'Bouncing Bug', 'Bouncing Bug is a classic avoid and collect game where you are a lonely and greedy fly that wants to get all the gold it can find... But avoid the bigger flies that are orbiting around! With the coins you collect, you can buy new skins. Make the best highscore and show the world who is the best fly out there.', 'https://img.gamepix.com/games/bouncing-bug/icon/small.png?w=105', 'https://play.gamepix.com/bouncing-bug/embed?sid=10605', '0', 'animal', 0, 0, 'https://img.gamepix.com/games/bouncing-bug/cover/small.png?w=256', 'bouncing-bug'), (59, 'Stickman Simulator Final Battle', 'Become the real tactical hero and win the stickman battle!\n\nIt’s time for war! Stickman Simulator: Final Battle is the newest game where you get to choose your epic troops, and claim victory on the battlefield! Become a real hero!\n\n• 3D stickman troops and levels\n• strategy - style gameplay!\n• Blood and killing!\n\nMusic:MaestroSegments_WarMenu2\nSounds:freesound.org', 'https://img.gamepix.com/games/stickman-simulator-final-battle/icon/small.png?w=105', 'https://play.gamepix.com/stickman-simulator-final-battle/embed?sid=10605', '0', 'strategy', 0, 0, 'https://img.gamepix.com/games/stickman-simulator-final-battle/cover/small.png?w=256', 'stickman-simulator-final-battle'), (60, 'Car Crash Test', 'Car Crash is an exciting game with realistic physics and excellent three—dimensional graphics, in which you have to test the strength of the car by breaking it in various ways!\n\n• Crash cars\n• Get coins for it\n• Buy cars and cards\n• Crash cars again!\n\nThe machines are controlled by standard WASD keys or arrows on the keyboard.\n\n• C - change the camera view\n- In the standard first view, you can rotate the camera with the mouse.\n\n• Space - handbrake\n• Left Shift - Nitro (for advertising)\n\nThere are buttons on the game screen:\n• Level reset (R key)\n• Main menu (H key)\n• Time dilation (T key)\n- It is more convenient to perform these actions from the keyboard, but you can also click on the buttons with the mouse.\n- To make the mouse visible - press the Escape or TAB key.', 'https://img.gamepix.com/games/car-crash-test/icon/small.png?w=105', 'https://play.gamepix.com/car-crash-test/embed?sid=10605', '0', 'arcade', 0, 0, 'https://img.gamepix.com/games/car-crash-test/cover/small.png?w=256', 'car-crash-test'), (61, 'Skibidi Blocks', 'Skibidi Blocks Game is a fast-paced and challenging building block runner game that will test your reflexes and strategic thinking skills. A stack of blocks through a series of obstacles, collecting Poo along the way. The blocks will automatically move forward, so you must carefully plan your jumps and movements to avoid falling off the screen.', 'https://img.gamepix.com/games/skibidi-blocks/icon/small.png?w=105', 'https://play.gamepix.com/skibidi-blocks/embed?sid=10605', '0', 'fun', 0, 0, 'https://img.gamepix.com/games/skibidi-blocks/cover/small.png?w=256', 'skibidi-blocks'), (62, 'Babel Tower', 'You are building the Tower of Babel, that will reach to the sky!\nYou have a team of professionals: miners, masons, crafters, lumberjacks, builders, who will help you achieve success in this incremental idle game.\n\nNew fun machines are unlocked with every tower floor.\n\nThe game was made by Airapport and expands our idle games universe. \n\nControls\nPress-and-hold on the screen to mine stone, transfer stone to processing, speed up bricks creation, chop trees, and perform other activities.\n\nSell part of your resources at the Market to gain money for upgrades. At certain upgrade level the building works by itself, you will be spectating and having fun.\n\nRestarting your tower building gives you Golden Bricks, which boost your tap power, production and increase market prices.\n\nIf you are away you are earning time bonus, which can be used to speed up game processes.\n\nBuy special artifacts to boost your progress even further.', 'https://img.gamepix.com/games/babel-tower/icon/small.png?w=105', 'https://play.gamepix.com/babel-tower/embed?sid=10605', '0', 'strategy', 0, 0, 'https://img.gamepix.com/games/babel-tower/cover/small.png?w=256', 'babel-tower'), (63, 'Flying Grimace', 'Flying Grimace is a fun shooting game for all. To play this game, you need to be great at aiming. The game is set in colorful environments, and your aim is to destroy as many Grimaces as possible. Remember, you have limited bullets. Flying Grimace will surely test your aiming skills and keep you engaged for hours. This game is perfect for fans of arcade shooting games and anyone who loves a good challenge.\n', 'https://img.gamepix.com/games/flying-grimace/icon/small.png?w=105', 'https://play.gamepix.com/flying-grimace/embed?sid=10605', '0', 'monster', 0, 0, 'https://img.gamepix.com/games/flying-grimace/cover/small.png?w=256', 'flying-grimace'), (64, 'Saguaro', 'Help Saguaro, a mexican cactus, to go for a jog without hit his balloon friends. Avoid them as long as you can. Every time you hit a balloon you will lose one your beloved items, like his hat or one of his maracas! You can restore your lives collecting the glowing maracas you will find on the road!', 'https://img.gamepix.com/games/saguaro/icon/small.png?w=105', 'https://play.gamepix.com/saguaro/embed?sid=10605', '0', 'arcade', 0, 0, 'https://img.gamepix.com/games/saguaro/cover/small.png?w=256', 'saguaro'), (65, 'Kobadoo Poker Cards', 'Kobadoo Poker Cards is a game that trains your brain by memorizing poker cards in the right order.\n\nWhen you play Kobadoo Poker Cards you are actively using your working memory. Several scientific studies suggest that training of working memory has beneficial effects and can increase your cognitive functions.\n\nFull version: https://www.kobadoo.com', 'https://img.gamepix.com/games/kobadoo-poker-cards/icon/small.png?w=105', 'https://play.gamepix.com/kobadoo-poker-cards/embed?sid=10605', '0', 'card', 0, 0, 'https://img.gamepix.com/games/kobadoo-poker-cards/cover/small.png?w=256', 'kobadoo-poker-cards'), (66, 'Swipy Basketball', 'Swipy Basketball is the new basketball game you can play on any device! Swipe the balls towards the hoop and reach an higher score.\nCollect stars to unlock new skins. Improve your skills and become the master of Swipy Basketball!', 'https://img.gamepix.com/games/swipy-basketball/icon/small.png?w=105', 'https://play.gamepix.com/swipy-basketball/embed?sid=10605', '0', 'sports', 0, 0, 'https://img.gamepix.com/games/swipy-basketball/cover/small.png?w=256', 'swipy-basketball'), (67, 'WW1 Battle Simulator', 'Battle simulator in ww1\n\nThe epic war has begun! In this ww1 sim, you will have to battle to save the world!\nYou will need all your strategy and tactics to achieve victory!\n\n.. no more trenches - just tanks n guns!\n\nSounds:freesound.org\nMusic_Geoplex_Drift', 'https://img.gamepix.com/games/ww1-battle-simulator/icon/small.png?w=105', 'https://play.gamepix.com/ww1-battle-simulator/embed?sid=10605', '0', 'strategy', 0, 0, 'https://img.gamepix.com/games/ww1-battle-simulator/cover/small.png?w=256', 'ww-battle-simulator'), (68, 'Foot Chinko World Cup', 'Foot Chinko World Cup features a different take on soccer games with a unique blend of pachinko and pinball. As fun as soccer can get!', 'https://img.gamepix.com/games/foot-chinko-world-cup/icon/small.png?w=105', 'https://play.gamepix.com/foot-chinko-world-cup/embed?sid=10605', '0', 'sports', 0, 0, 'https://img.gamepix.com/games/foot-chinko-world-cup/cover/small.png?w=256', 'foot-chinko-world-cup'), (69, 'Lovely Virtual Cat', 'Your new virtual pet is here. He is a cute, emotional, and adorable cat who loves to eat tasty food, take selfies, visit friends, and dance. Have fun at Bubbu\'s home and find out other secrets about your pet\'s life. He will surprise you for sure!', 'https://img.gamepix.com/games/lovely-virtual-cat/icon/small.png?w=105', 'https://play.gamepix.com/lovely-virtual-cat/embed?sid=10605', '0', 'kids', 0, 0, 'https://img.gamepix.com/games/lovely-virtual-cat/cover/small.png?w=256', 'lovely-virtual-cat'), (70, 'Vangers HD', 'Mind-altering sandbox game that can be described as a racing role-playing adventure game with a complicated storyline. You’ll find a unique atmosphere, complete freedom and lots of gameplay hours to figure out what’s the game is all about.', 'https://img.gamepix.com/games/vangers/icon/small.png?w=105', 'https://play.gamepix.com/vangers/embed?sid=10605', '0', 'scary', 0, 0, 'https://img.gamepix.com/games/vangers/cover/small.png?w=256', 'vangers-hd'), (71, 'Alpha Guns', 'Alpha Guns a 2D side scroller shooter with classic gameplay and unique mechanics. Play as a soldier from the Elite Force!', 'https://img.gamepix.com/games/alpha-guns/icon/small.png?w=105', 'https://play.gamepix.com/alpha-guns/embed?sid=10605', '0', 'mobile', 0, 0, 'https://img.gamepix.com/games/alpha-guns/cover/small.png?w=256', 'alpha-guns'), (72, 'Puzzlebot', 'Complete 7 different jigsaw puzzles on 3 different difficulty levels.\nPut the pieces of these seven stunning images in the right place, and complete the puzzle as fast as you can. If you need some help, try to touch the icon to find out where to place some of the pieces.', 'https://img.gamepix.com/games/puzzlebot/icon/small.png?w=105', 'https://play.gamepix.com/puzzlebot/embed?sid=10605', '0', 'puzzle', 0, 0, 'https://img.gamepix.com/games/puzzlebot/cover/small.png?w=256', 'puzzlebot'), (73, 'In Space', 'In Space is a 2D top-down Arena Shooter where you are on an alien planet, and you have to survive to a horde of alien creatures that want your blood.\nThe rules are simple: you have to survive for 10 minutes killing as many enemies as you can.\nYou have your Space Rifle with you, but you can gain experience points from your defeated enemies and buy new power-ups.\n\nOne Stage\nIncremental difficulty\nTwo game modes: Easy and Normal\nmore than 30 different power-ups\n12 different monsters to fight with\nA shop where you can upgrade your character stats\n', 'https://img.gamepix.com/games/in-space/icon/small.png?w=105', 'https://play.gamepix.com/in-space/embed?sid=10605', '0', 'adventure', 0, 0, 'https://img.gamepix.com/games/in-space/cover/small.png?w=256', 'in-space'), (74, 'HOOPS the Game', 'HOOPS is a game in which you have to throw the ball from one basket to the other, without it falling. Throwing the ball directly – without it crashing into the hoops – will give you extra points. You can also collect coins to customize your ball.', 'https://img.gamepix.com/games/hoops-the-game/icon/small.png?w=105', 'https://play.gamepix.com/hoops-the-game/embed?sid=10605', '0', 'sports', 0, 0, 'https://img.gamepix.com/games/hoops-the-game/cover/small.png?w=256', 'hoops-the-game'), (75, 'Cut the Rope 2', 'SWEET! Om Nom\'s shenanigans continue in Cut the Rope 2 HTML5! With new characters, fresh gameplay elements and tricky missions, candy collecting has never been so fun! Cut the Rope 2 HTML5 brings fresh challenges and unanticipated obstacles to the candy crunching, physics-based phenomenon that has delighted millions of players around the world! If you like Cut the Rope, you\'ll love Cut the Rope 2!', 'https://img.gamepix.com/games/cut-the-rope-2/icon/small.png?w=105', 'https://play.gamepix.com/cut-the-rope-2/embed?sid=10605', '0', 'casual', 0, 0, 'https://img.gamepix.com/games/cut-the-rope-2/cover/small.png?w=256', 'cut-the-rope-'), (76, 'Football Masters', 'Football Masters Euro 2020 is a fun soccer game. In this game, you can play as your favorite team and compete against other teams in challenging football matches; solo or together with your friends. Show your best ball kicking moves! \n', 'https://img.gamepix.com/games/football-masters/icon/small.png?w=105', 'https://play.gamepix.com/football-masters/embed?sid=10605', '0', 'sports', 0, 0, 'https://img.gamepix.com/games/football-masters/cover/small.png?w=256', 'football-masters'), (77, 'Face Breaker', 'Face Breaker is an enjoyable puzzle game where you are a paddle\nDestroy all the blocks using your happy paddle to hit your square-face-ball, like in a weird tennis match!\nHit and destroy all the blocks as soon as you can.\nAfter any bounce the ball gains speed, making it harder and harder to intercept it!\nIf the ball falls on the bottom you lose!\nBeat all the 45 engaging levels if you can!\nYou will face (not pan intended) a lot of difficult challenges! Prepare yourself!', 'https://img.gamepix.com/games/face-breaker/icon/small.png?w=105', 'https://play.gamepix.com/face-breaker/embed?sid=10605', '0', 'ball', 0, 0, 'https://img.gamepix.com/games/face-breaker/cover/small.png?w=256', 'face-breaker'), (78, 'Sliding Slide', 'Enjoy and relax with a classi puzzle game. Six different images with 3 difficulty levels to satisfy the tastes of every players!\nBeat your highscores trying to solve the puzzle as fast as you can!\n\nTouch / Click the screen to move the blocks', 'https://img.gamepix.com/games/sliding-slide/icon/small.png?w=105', 'https://play.gamepix.com/sliding-slide/embed?sid=10605', '0', 'hyper-casual', 0, 0, 'https://img.gamepix.com/games/sliding-slide/cover/small.png?w=256', 'sliding-slide'), (79, 'Flip Goal', 'Aim the ball to hit the goal! Time your kick perfectly without touching any other soccer players. Pick up your favourite team!\n\nAs you progress, you’ll collect coins to upgrade your soccer stadium and get new soccer balls!\n\nWin the soccer tournament, collect keys and open chests for more coins!\n\nBecome the world champion! With easy controls, Flip Goal gives you a whole new level of soccer experience.', 'https://img.gamepix.com/games/flip-goal/icon/small.png?w=105', 'https://play.gamepix.com/flip-goal/embed?sid=10605', '0', 'soccer', 0, 0, 'https://img.gamepix.com/games/flip-goal/cover/small.png?w=256', 'flip-goal'), (80, 'Little Cute Summer Fairies Puzzle', 'It\'s time for puzzles! Just look at these lovely and pretty fairies. They are so different, but all charming in their own way. Try to collect all the puzzles in the shortest possible time; set records and compete with your friends. Collect all the pictures of these wonderful fairies and have fun!', 'https://img.gamepix.com/games/little-cute-summer-fairies-puzzle/icon/small.png?w=105', 'https://play.gamepix.com/little-cute-summer-fairies-puzzle/embed?sid=10605', '0', 'kids', 0, 0, 'https://img.gamepix.com/games/little-cute-summer-fairies-puzzle/cover/small.png?w=256', 'little-cute-summer-fairies-puzzle'), (81, 'Idle Noob Lumberjack', 'Cut down trees, trade wood and discover new lands! Play Noob Lumberjack and create a real paradise on earth.\n\nBUILD A HOUSE\nAll you need is to cut down as many trees as possible, trade resources on the market and earn money for the development of the farm!\n\nDISCOVER NEW LANDS\nUpgrade your house to unlock new islands. The more lands you discover, the more resources you can collect.\n\nHIRE NOOBS LUMBERJACKS\nDo you want to build your farm faster? Hire small minions who can help cut down trees, even when you are resting.\n\nBuild a big farm on uninhabited islands! Play the Noob Lumberjack and enjoy one of the best construction games right now!', 'https://img.gamepix.com/games/idle-noob-lumberjack/icon/small.png?w=105', 'https://play.gamepix.com/idle-noob-lumberjack/embed?sid=10605', '0', 'adventure', 0, 0, 'https://img.gamepix.com/games/idle-noob-lumberjack/cover/small.png?w=256', 'idle-noob-lumberjack'), (82, 'Shadobirds', 'Don\'t download this game! it\'s too hard for you! You won\'t complete this game! Never! Trust me, I programmed this, I know what I\'m saying. I literally lost the best part of my life trying to beat it. I made it at last, but the price was too high! I lost everything I love to beat it, and now I\'m alone and lonely, but at least I can say \"I completed Shadobirds\". Can you say the same?\nFEATURING:\n20 Levels full of obstacles\nBirds\nBlack Shadows\nOther Birds\nNest\nObstacles\nand when you think you are done... More obstacles!\nEnjoy... if you can', 'https://img.gamepix.com/games/shadobirds/icon/small.png?w=105', 'https://play.gamepix.com/shadobirds/embed?sid=10605', '0', 'animal', 0, 0, 'https://img.gamepix.com/games/shadobirds/cover/small.png?w=256', 'shadobirds'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (83, 'Horse Simulator 3D', 'Your horse is waiting for an unforgettable adventure! Traveling around the island, you will take part in various tasks, you will make a family and baby-foals, win in competitions, make your horse strong and beautiful, decorate your home, protect yourself from forest predators, help other horses and villagers and much more!\n\nVARIOUS MISSIONS\nHelp the villagers in their affairs. Protect people and animals from danger. Have fun in mini games. Compete with animals in speed. Solve the problems of the inhabitants of the island. And many more different adventures await your horse!\n\nHORSE FAMILY\nIt’s hard to travel alone. Therefore, you can find a partner with whom you can have little foals. In order to have a large family you need to raise your horse\'s level and do not forget to improve the characteristics of your family!\n\nHORSE HOME\nThe horse can visit its home. The horse can rest and gain strength for his travels. When you are at home you can find many interesting things. You can buy these things for the horse, so that it becomes even stronger!\n\nHORSE CUSTOMIZATION\nCustomize the appearance of the animal as you like. The choice is a lot of skins, funny hats, saddles for riding and armor! Try to dress it all on your horse!\n\nUPGRADES\nTo survive in the forest, you need to use all the possibilities! Obtain experience by performing tasks, defending yourself against other animals and collecting food. Having received a level, the character can spend experience on attack points, energy or life. There are also special skills that allow you to increase the speed of the animal, collect more food, get more resources for actions in the game, etc.\n\nDIFFERENT CREATURES\nIn your journey, you will see many different creatures. In the forests live various predators and herbivores. Walking through the forest you can meet a rabbit, a deer, a wild boar, a goat, a ram, a fox. Sometimes more dangerous creatures come into the forest. You need to be prepared to protect your family from attacks by wolves, snakes and even more formidable enemies! Villages are inhabited by people and domestic animals - chickens, roosters, chickens, cows, goats, sheep, cats, dogs, pigs.\n\nOPEN WORLD\nA large open world with fields, forests, mountains, gardens and villages is available for research.\n\nMINI GAMES\nMany characters can give unusual tasks that require skill and ingenuity from you. Be prepared for anything!\n\nACHIEVEMENTS\nIn addition to basic tasks, your horse can gain achievements for various actions in the game.\n\nHave fun in the Horse Family – Animal Simulator 3D!', 'https://img.gamepix.com/games/horse-simulator-3d/icon/small.png?w=105', 'https://play.gamepix.com/horse-simulator-3d/embed?sid=10605', '0', 'adventure', 0, 0, 'https://img.gamepix.com/games/horse-simulator-3d/cover/small.png?w=256', 'horse-simulator-d'), (84, 'Tower Crush', 'Tower Crush is an epic indie game where you build 1 tower, up to 6 floors, load them with weapons, upgrade, evolve and defeat your opponents in fantastic battles. A combination of action and strategy!\n\nDon\'t fear, you’ll collect Machine Guns, Cannons, Flame Guns, Bomb Launchers, Shockwaves, Rocket Launchers, Lasers, Teslas, Ice Cannons and Mighty Plasma Cannons to help defend your tower. Unleash the most devastating special powers upon your enemies in this Combat Game.', 'https://img.gamepix.com/games/tower-crush/icon/small.png?w=105', 'https://play.gamepix.com/tower-crush/embed?sid=10605', '0', 'fantasy-flight', 0, 0, 'https://img.gamepix.com/games/tower-crush/cover/small.png?w=256', 'tower-crush'), (85, 'Going up', 'Help a lonely bird to reach its nest. Avoid obstacles and collect coins to unlock new skins.\n\nTouch the screen or Left Click to fly upwards', 'https://img.gamepix.com/games/going-up/icon/small.png?w=105', 'https://play.gamepix.com/going-up/embed?sid=10605', '0', 'animal', 0, 0, 'https://img.gamepix.com/games/going-up/cover/small.png?w=256', 'going-up'), (86, 'Push Noob', 'Push Noob - is an amazing simulator game about a dancing Noob and his fall. Join the earning of diamonds for pumping Noob and opening new locations.\nThrow snowballs at Noob and get diamonds for his collisions! Unlock new levels and skins! Compete in the amount of diamonds earned!', 'https://img.gamepix.com/games/push-noob/icon/small.png?w=105', 'https://play.gamepix.com/push-noob/embed?sid=10605', '0', 'adventure', 0, 0, 'https://img.gamepix.com/games/push-noob/cover/small.png?w=256', 'push-noob'), (87, 'Red is Dead ', 'Red is Dead is an arcade video game that consists in moving a ball (with the mouse or with the directional arrows) towards other balls that will make the player score points but each destroyed ball will add a red ball that must not be touched otherwise you lose the game.\nInside the game there is also a bonus or a blue ball that appears every 50 points, if destroyed the player will turn blue and can destroy the red balls for 10 seconds.', 'https://img.gamepix.com/games/red-is-dead/icon/small.png?w=105', 'https://play.gamepix.com/red-is-dead/embed?sid=10605', '0', 'ball', 0, 0, 'https://img.gamepix.com/games/red-is-dead/cover/small.png?w=256', 'red-is-dead-'), (88, 'Bomber Friends', 'Bomb your friends and be the last to survive to win the match! Collect power-ups to get more powerful bombs! Use the explosive bombs to blast your friends from across the map!', 'https://img.gamepix.com/games/bomber-friends/icon/small.png?w=105', 'https://play.gamepix.com/bomber-friends/embed?sid=10605', '0', 'action', 0, 0, 'https://img.gamepix.com/games/bomber-friends/cover/small.png?w=256', 'bomber-friends'), (89, 'Foot Chinko', 'Challenge your rivals in the most famous soccer international tournaments. Are you skillful enough to fulfill your trophy case through the +90 levels of the game? Will you stand victorious after you confront the Goalkeeper Duck of Evil!?', 'https://img.gamepix.com/games/foot-chinko/icon/small.png?w=105', 'https://play.gamepix.com/foot-chinko/embed?sid=10605', '0', 'sports', 0, 0, 'https://img.gamepix.com/games/foot-chinko/cover/small.png?w=256', 'foot-chinko'), (90, 'Funny Throat Surgery', 'Having a throat sore? Let the doctor see you! Cure the diseases on you gums, destroy all bacteries, and remove the infected amandels. Get some cute and funny dress up at the end of your journey to the doctor. It\'s important to be healthy and stylish!', 'https://img.gamepix.com/games/funny-throat-surgery/icon/small.png?w=105', 'https://play.gamepix.com/funny-throat-surgery/embed?sid=10605', '0', 'kids', 0, 0, 'https://img.gamepix.com/games/funny-throat-surgery/cover/small.png?w=256', 'funny-throat-surgery'), (91, '1941 Frozen Front', 'Lead German forces on the rise towards the East or defend mother Russia on the Soviet side. Choose the right tactic of warfare and earn your stripes as an ingenious Commander at the FROZEN FRONT! Experience mind-blowing World War 2 battles in the brilliant new military STRATEGY-sim by HandyGames™!', 'https://img.gamepix.com/games/1941-frozen-front/icon/small.png?w=105', 'https://play.gamepix.com/1941-frozen-front/embed?sid=10605', '0', 'tanks', 0, 0, 'https://img.gamepix.com/games/1941-frozen-front/cover/small.png?w=256', '-frozen-front'), (92, 'Goal Skibidi Goal', 'Goal Skibidi Goal is a fast-paced, physics-based soccer game where you control a little character with your head. The goal is to score more goals than your opponent by heading the ball into their net. You can jump, duck, and slide to control the ball, and you can also use power-ups to give yourself an edge.', 'https://img.gamepix.com/games/goal-skibidi-goal/icon/small.png?w=105', 'https://play.gamepix.com/goal-skibidi-goal/embed?sid=10605', '0', 'sports', 0, 0, 'https://img.gamepix.com/games/goal-skibidi-goal/cover/small.png?w=256', 'goal-skibidi-goal'), (93, 'Drag meow', ' Drag and drop game where you have to bring a cat to his beloved cushion without getting killed.\n\nUse the mouse or touch the screen to drag the cat around bring it to its soft pillow', 'https://img.gamepix.com/games/drag-me-ow/icon/small.png?w=105', 'https://play.gamepix.com/drag-me-ow/embed?sid=10605', '0', 'animal', 0, 0, 'https://img.gamepix.com/games/drag-me-ow/cover/small.png?w=256', 'drag-meow'), (94, 'Gem Clicker', 'Gem clicker is a unique but simple clicker game, click on the big gem to get money and eventually break it. Click on the four small gems to charge them up until they generate income for a small amount of time automatically. Upgrade your click DMG, get an auto-clicker, upgrade the small gems, and get a reward for each big gem broken. This game has no end and you can infinitely upgrade as the big gems get progressively harder and harder to break.', 'https://img.gamepix.com/games/gem-clicker/icon/small.png?w=105', 'https://play.gamepix.com/gem-clicker/embed?sid=10605', '0', 'action', 0, 0, 'https://img.gamepix.com/games/gem-clicker/cover/small.png?w=256', 'gem-clicker'), (95, 'Mk48.io', 'Mk48.io is an online multiplayer ship combat game created by Softbear Studios. The goal is to level up your ship by collecting crates and sinking other ships.', 'https://img.gamepix.com/games/mk48-io/icon/small.png?w=105', 'https://play.gamepix.com/mk48-io/embed?sid=10605', '0', 'strategy', 0, 0, 'https://img.gamepix.com/games/mk48-io/cover/small.png?w=256', 'mkio'), (96, 'Cut The Rope', 'Cut the rope to feed candy to Om Nom! A mysterious package has arrived, and the little monster inside has only one request: CANDY! Collect gold stars, discover hidden prizes and unlock exciting new levels in this addictively fun, award-winning, physics-based game!', 'https://img.gamepix.com/games/cut-the-rope/icon/small.png?w=105', 'https://play.gamepix.com/cut-the-rope/embed?sid=10605', '0', 'casual', 0, 0, 'https://img.gamepix.com/games/cut-the-rope/cover/small.png?w=256', 'cut-the-rope'), (97, 'Offroad Muddy Trucks', 'Get ready to embark on a great adventure with huge trucks that have huge tires and bodies with the Offroad Muddy Trucks game! Embark on an adventure with 1 and 2 player career mode or play in a huge free map with your friend. Surprises and entertaining grounds are waiting for you with this great game! Let the monster truck simulator begin on muddy ground. Try to discover various grounds on the map and experience them all.', 'https://img.gamemonetize.com/xtj93rlwcwie3a2x9g73ll27vbyxsecv/512x384.jpg', 'https://html5.gamemonetize.com/xtj93rlwcwie3a2x9g73ll27vbyxsecv/', '0', 'Racing', 0, 0, '', 'offroad-muddy-trucks'), (98, 'Taxi Driver Simulator', 'Taxi Driver Simulator offers an immersive experience behind the wheel of a taxi. Complete Work Mode&rsquo;s 80 levels with 3 yellow stars to become an eligible taxi driver. Follow the blue direction indicators, pick up passengers, and deliver them to their destinations efficiently. Slow down before steering to save time. Don&rsquo;t forget to buy the other 9 cars in the garage as you earn money! In Free mode, drive farther and pay for fuel at gas stations. Keep serving customers without advancing levels. Enjoy the ride and obey red lights!', 'https://img.gamemonetize.com/99y90njh7on9kqr05awoeq8bcme2jerw/512x384.jpg', 'https://html5.gamemonetize.com/99y90njh7on9kqr05awoeq8bcme2jerw/', '0', 'Racing', 0, 0, '', 'taxi-driver-simulator'), (99, 'Poppy Playtime Chapter 3', 'The new online game Poppy PlayTime 3 is based on the well-known Poppy Playtime character, and you may play it for free. A world of fear and oppression awaits you in this new game. There are two chapters to choose from, each with its own set of goals and maps. First, youll find yourself stranded in a deserted mansion; to escape, youll need to collect keys to each room and unlock them.', 'https://img.gamemonetize.com/p2hqlmkqbvo4m6ii166bc10u8t1zz1m0/512x384.jpg', 'https://html5.gamemonetize.com/p2hqlmkqbvo4m6ii166bc10u8t1zz1m0/', '0', 'Adventure', 0, 0, '', 'poppy-playtime-chapter-'), (100, 'Fishing Life', 'Fishing Life&mdash;a relaxing clicker game with 2D cartoon visuals. Choose your target fish, click the water to reel it in, and manage its energy. Prioritize upgrading Strength first. Skins enhance tap strength, outfits boost damage, and Keepnet nets extra prices. Assistants increase Income, Strength, Damage, and Price. Open chests and claim cash from charged drift bottles. Luck might grant you treasure chests&mdash;open them for valuable assistants!', 'https://img.gamemonetize.com/ng5uppghvrf634jdlnfwu7u9m00j5yyx/512x384.jpg', 'https://html5.gamemonetize.com/ng5uppghvrf634jdlnfwu7u9m00j5yyx/', '0', 'Clicker', 0, 0, '', 'fishing-life'), (101, 'Easter Egg Arena', 'Hello, are you up for an Easter adventure where bunnies try to steal eggs from each other? Escape from the egg, and whoever ends up with the egg last loses. You need to be quick and smart. You must escape from the egg. When time runs out, the egg will explode, and the player holding the egg will lose.Easter has arrived. Escape from this adventure filled with colorful sweet eggs. Escape from the egg and be the winner.', 'https://img.gamemonetize.com/8sdob8v39mzpq7ct84iakiwwq2a5dtod/512x384.jpg', 'https://html5.gamemonetize.com/8sdob8v39mzpq7ct84iakiwwq2a5dtod/', '0', 'Arcade', 0, 0, '', 'easter-egg-arena'), (102, 'Treasure of Alognov', 'In the distant past, the great castle lost its grandeur and became an abandoned place. Legends said that the treasures of the Alogons were hidden inside the castle. One day, a group of archaeologists decided to explore the castle and uncover its secrets. They set off on a dangerous journey through the intricate corridors and dark caves of the castle. After several hours of research, they came across a secret room that contained an ancient treasure chest. However, the chest was closed and placed in a cage to protect it from outsiders. The archaeologists had to use all their knowledge and dexterity to solve the puzzles that guarded the chest', 'https://img.gamemonetize.com/fcvjl5vflavc5gljapeubtuxt9oidzpr/512x384.jpg', 'https://html5.gamemonetize.com/fcvjl5vflavc5gljapeubtuxt9oidzpr/', '0', 'Puzzles', 0, 0, '', 'treasure-of-alognov'), (103, 'Shower Water', 'In this game, players are challenged to adjust the temperature of the water to create the perfect shower experience. By carefully balancing the hot and cold settings, users can achieve the ideal water temperature for a refreshing and enjoyable shower. With each level presenting different obstacles and variables, Shower Water offers a fun and engaging way to test your showering skills.', 'https://img.gamemonetize.com/apkplo5j69j345up25mca1v3zr1fb7u7/512x384.jpg', 'https://html5.gamemonetize.com/apkplo5j69j345up25mca1v3zr1fb7u7/', '0', 'Puzzles', 0, 0, '', 'shower-water'), (104, 'ASMR Makeover Celebrity', 'Enter ASMR Makeover Celebrity for a realistic beauty change like no before. Play the engaging ASMR Triple Match Game and face joyful difficulties. This traditional 3D matching game lets you makeover as you go through thrill levels. Form your own squad and compete with worldwide teams for an exciting game. Explore ASMR beauty makeovers with pals. Start your amazing, pleasant trip now! Website Developer <a href=\'https://www.brightygames.com/girls-games/\'>https://www.brightygames.com/girls-games/</a>', 'https://img.gamemonetize.com/375o7ew4ul7lz9c469cskpsh7xi3r4qa/512x384.jpg', 'https://html5.gamemonetize.com/375o7ew4ul7lz9c469cskpsh7xi3r4qa/', '0', 'Girls', 0, 0, '', 'asmr-makeover-celebrity'), (105, 'Candy Shuffle', 'Welcome to Candy Shuffle Match3 Puzzle Game! Candy Shuffle is a delightful match-3 puzzle game that will satisfy your sweet tooth! Swap colorful candies to make matches of three or more and clear the board. With tons of levels, each packed with challenges and special power-ups, youll embark on a tasty adventure through candy-filled worlds. Can you shuffle your way to victory and become the ultimate candy matcher?', 'https://img.gamemonetize.com/4343mfkxxw6sx1psbf220mofhfvpm2yk/512x384.jpg', 'https://html5.gamemonetize.com/4343mfkxxw6sx1psbf220mofhfvpm2yk/', '0', 'Puzzles', 0, 0, '', 'candy-shuffle'), (106, 'Crazy Color Balls', 'Crazy Color Balls is an amazing and exciting game very similar to what is in fashion. Rush your way through and around obstacles of all shapes and sizes in this colorful game! Control the color ball and try to avoid hitting any objects that are not the same color as the ball. The speed of the game starts slow and picks up fast as the game progresses. Have fun!', 'https://img.gamemonetize.com/g8eabnup7jo7l2ei914gtb4k9l4feq0z/512x384.jpg', 'https://html5.gamemonetize.com/g8eabnup7jo7l2ei914gtb4k9l4feq0z/', '0', 'Clicker', 0, 0, '', 'crazy-color-balls'), (107, 'FNAF Shooter', 'Try your hand at this exciting shooter with characters from FNAF. You have two Revolvers and unlimited ammo. Shoot the flying heads and try to beat em before they fall down. Every 5 nights the task becomes more complicated and new animatronics appear on the screen. Good luck! Website Developer: scary-horrorgame.com', 'https://img.gamemonetize.com/n2ipjnov8bigc7ewetopjv8runkpy8x7/512x384.jpg', 'https://html5.gamemonetize.com/n2ipjnov8bigc7ewetopjv8runkpy8x7/', '0', 'Shooting', 0, 0, '', 'fnaf-shooter'), (108, 'Domino Masters', 'Dominate the board in this four-player Dominoes game that runs seamlessly in your browser&mdash;no downloads, no registration. Engage in a global competition with a champions leaderboard. Strategize and play without the draw pile: either place a tile or pass your turn. Join the ranks of the domino masters in a classic game with a competitive twist! Developers website: BlitzPlay.Games', 'https://img.gamemonetize.com/xp7bvtymrnfxrr72cx6umcxxmdgypipw/512x384.jpg', 'https://html5.gamemonetize.com/xp7bvtymrnfxrr72cx6umcxxmdgypipw/', '0', 'Puzzles', 0, 0, '', 'domino-masters'), (109, 'Quiz Me', 'Quiz is a great way to spend time in a fun and useful way. The game will help you expand your horizons, train your memory and logical thinking.', 'https://img.gamemonetize.com/do2xsdndrvswasc45op7e4i37sx49hvn/512x384.jpg', 'https://html5.gamemonetize.com/do2xsdndrvswasc45op7e4i37sx49hvn/', '0', 'Puzzles', 0, 0, '', 'quiz-me'), (110, 'Melon Jump', 'Melon Jump is a challenging and fun hyper-casual minimalist game. You control the Melon and must jump between platforms while collecting lives to increase in size, avoiding enemies coming from all directions.', 'https://img.gamemonetize.com/rqpv57ym9r3h6kl1zuxrebrgat6eiiid/512x384.jpg', 'https://html5.gamemonetize.com/rqpv57ym9r3h6kl1zuxrebrgat6eiiid/', '0', 'Hypercasual', 0, 0, '', 'melon-jump'), (111, 'Suika Animals', 'Suika Animals &ndash; is a fun merge puzzle game where you need to combine matching animals to make them larger and create a big tiger. This game is sure to please fans of the popular Suika Watermelon game. Take control of various cute animals and deftly guide them towards each other. Only similar animals produce a new animal, which can also be combined with a similar animal.', 'https://img.gamemonetize.com/knfzv4n847ofhan0cizzrtchv2n9j9kn/512x384.jpg', 'https://html5.gamemonetize.com/knfzv4n847ofhan0cizzrtchv2n9j9kn/', '0', 'Hypercasual', 0, 0, '', 'suika-animals'), (112, 'Clownfish Pin Out', 'Clownfish Pin Out is an interesting and cute puzzle game, you need to help one little fish escape from a dangerous place. Tap the pin to make the waterfall to the fish and avoid the lava. Think before you move, or you will lose. Come on!', 'https://img.gamemonetize.com/5h8g4hwoi9tye9m8pfn11tl4c7pp4553/512x384.jpg', 'https://html5.gamemonetize.com/5h8g4hwoi9tye9m8pfn11tl4c7pp4553/', '0', 'Puzzles', 0, 0, '', 'clownfish-pin-out'), (113, 'Off Road Hill Climbing Race', 'Off-Road Hill Climbing Race isn&rsquo;t your typical car-driving game&mdash;it&rsquo;s a thrilling transform-running arcade racing experience. As you race against AI opponents, you&rsquo;ll need to switch between various military units. Only the right form will let you speed ahead on the corresponding terrain. Our shop features 15 characters and a variety of vehicles: 6 bikes, 6 Jeeps, 6 jets, 6 helicopters, 6 trucks, and 6 hang gliders&mdash;all ready for you to unlock and use. While they don&rsquo;t provide extra buffs, I&rsquo;m confident you&rsquo;ll secure first place across all levels. Let the race begin!', 'https://img.gamemonetize.com/6o7wekmpv5dqgwptfdquw46uzjvfo6h2/512x384.jpg', 'https://html5.gamemonetize.com/6o7wekmpv5dqgwptfdquw46uzjvfo6h2/', '0', 'Racing', 0, 0, '', 'off-road-hill-climbing-race'), (114, 'Hobo Speedster', 'Hobo Speedster is an exciting motorcycle platform BMX game featuring 2D cartoon graphics. Your mission? Keep the motorcycle balanced until you reach the finish line. As you earn coins and diamonds, upgrade your current bike at the motorcycle settlement, purchase 3 more motorcycles from the Shop, and unlock 4 additional riders in the Decorate section. Ready for a personal challenge? Explore various maps and aim to complete all 7 tasks for extra rewards!', 'https://img.gamemonetize.com/046bi0y5mwn84nh7a93temx5616xxxkv/512x384.jpg', 'https://html5.gamemonetize.com/046bi0y5mwn84nh7a93temx5616xxxkv/', '0', 'Racing', 0, 0, '', 'hobo-speedster'), (115, 'Dino Color', 'Dino Color Dino Color is an educational game aimed at children with the aim of combining identical colors in a fun way using their cell phone, tablet or computer. Excellent educational resource. Game developed by: Nau.kids', 'https://img.gamemonetize.com/ph7534ky1r6l88r2ybnx9kwp6o7vur27/512x384.jpg', 'https://html5.gamemonetize.com/ph7534ky1r6l88r2ybnx9kwp6o7vur27/', '0', 'Puzzles', 0, 0, '', 'dino-color'), (116, 'Red Mini Golf', 'Red Mini Golf is an adventure fun game where you need a lot of concentration to successfully complete all the levels. Your task in this game is to hit the ball in the hole, but to get there you have to cross several platforms with various obstacles. Good luck!', 'https://img.gamemonetize.com/r5jlfqaa150pkcwy7w4n86ga8pjz997j/512x384.jpg', 'https://html5.gamemonetize.com/r5jlfqaa150pkcwy7w4n86ga8pjz997j/', '0', 'Sports', 0, 0, '', 'red-mini-golf'), (117, 'Easter Style Junction Egg Hunt Extravaganza', 'Immerse yourself in the charm of Easter Valley in Easter Style Junction: Egg Hunt Extravaganza! Join four lively bunnies in a grand Easter celebration featuring a Bunny Dressup Competition and Egg Catch Challenge amidst picturesque landscapes and vibrant meadows.', 'https://img.gamemonetize.com/g5p74hbnscg6tvfe48ujkkmiyebda867/512x384.jpg', 'https://html5.gamemonetize.com/g5p74hbnscg6tvfe48ujkkmiyebda867/', '0', 'Girls', 0, 0, '', 'easter-style-junction-egg-hunt-extravaganza'), (118, 'Empire Estate Kingdom Conquest', 'Welcome to Empire Estate - Kingdom Conquest, where strategic prowess meets real estate dominance in the ultimate buying and selling extravaganza for up to 4 players. Build your empire, negotiate shrewd deals, and outmaneuver your opponents to become the undisputed tycoon of the game. With its key features, Empire Estate - Kingdom Conquest offers a thrilling digital adaptation of the classic board game, ensuring hours of competitive and strategic fun for you and your friends. Key Features: Empire Building Beyond the Board Interactive Auctions and Negotiations Multiplayer Showdowns and Alliances', 'https://img.gamemonetize.com/ji8si9prcvb6ald52ht8x3e7f75krji1/512x384.jpg', 'https://html5.gamemonetize.com/ji8si9prcvb6ald52ht8x3e7f75krji1/', '0', 'Clicker', 0, 0, '', 'empire-estate-kingdom-conquest'), (119, 'Nextbot Run Away', 'Get ready for the craziest race of your life in NextBots: Run Away! This is something completely different from anything you have seen before. In this addictive arcade game, meme pictures known as Nextbots come after you! The player will have to run as long as possible, dodging persistent Nextbots that become more and more strange as they go. Or you can play in sandbox mode. Collect power-ups, use upgrades and show off your reflexes in this crazy meme escape game!', 'https://img.gamemonetize.com/9r3qeppg5l8x4vg43jyi3bzuvrwk56db/512x384.jpg', 'https://html5.gamemonetize.com/9r3qeppg5l8x4vg43jyi3bzuvrwk56db/', '0', 'Action', 0, 0, '', 'nextbot-run-away'), (120, 'Dont Collide Pls', 'Calling all dodging masters! In Dont Collide pls!, maneuver your ever-moving green character through a chaotic world. Reunite with friendly green objects for points, but watch out! Collide with the pesky red ones and its game over. Can you stay focused, collect your crew, and avoid the red menace?', 'https://img.gamemonetize.com/vfq83gr5j0rjitdq3jd4p2djj42ifbwe/512x384.jpg', 'https://html5.gamemonetize.com/vfq83gr5j0rjitdq3jd4p2djj42ifbwe/', '0', 'Clicker', 0, 0, '', 'dont-collide-pls'), (121, 'World of Alice Puzzle Numbers', 'World of Alice - Puzzle Numbers World of Alice - Puzzle Numbers is an educational game developed for children where, through a puzzle, they will learn numbers in a fun and interactive way from their cell phone, tablet or computer. Excellent educational resource. In world of Alice, learning is fun.', 'https://img.gamemonetize.com/gs9xdgx6jah0k55p70enm3w312rd0vgx/512x384.jpg', 'https://html5.gamemonetize.com/gs9xdgx6jah0k55p70enm3w312rd0vgx/', '0', 'Puzzles', 0, 0, '', 'world-of-alice---puzzle-numbers'), (122, 'Easter Battle Collect Egg', 'You must be faster than your friend on Easter morning and collect all the colored eggs. Easter time has come. Now you must own all the colored eggs. Compete with your friend and collect the eggs as quickly as possible. Deliver the collected eggs to the basket swiftly. The one who fills the basket fastest wins. You must be quick to win. Gather the colored eggs and be the winner of Easter.', 'https://img.gamemonetize.com/0z8wrjisam04nvg0am8qpr8na7nhnje2/512x384.jpg', 'https://html5.gamemonetize.com/0z8wrjisam04nvg0am8qpr8na7nhnje2/', '0', 'Arcade', 0, 0, '', 'easter-battle-collect-egg'), (123, 'Blocks Move n HIT', 'Calling all blockheads! In Blocks - Move &amp; HIT youre a hero on a mission, but the path is ever-changing. Navigate a maze of immovable stone blocks that bounce you off course with every bump. Will you hit a 45-degree angle and zip diagonally, or take a full 90-degree turn? Master the rebounds, solve the shifting puzzle, and guide your block to its destined end!', 'https://img.gamemonetize.com/emxcolyvsz2gjwe6anvu0r0w9ujldnn6/512x384.jpg', 'https://html5.gamemonetize.com/emxcolyvsz2gjwe6anvu0r0w9ujldnn6/', '0', 'Sports', 0, 0, '', 'blocks-move-n-hit'), (124, 'Skibidi Toilet Monster Fight', 'Skibidi Toilet Monster Fight is a zany game where players click and drag Skibidi monsters to vanquish enemies. Tasked with defeating foes, each level presents new challenges and rewards, allowing players to unlock diverse Skibidi monster models. With strategic deployments, players hurl monsters at enemies, navigating through a chaotic toilet arena. Quick reflexes are essential to outsmart foes ranging from pests to formidable adversaries. As players progress, they become masters of toilet mayhem, reigning supreme with their trusty camera man. Website Developer <a href=\'https://www.playbestgames.online/\'>https://www.playbestgames.online/</a>', 'https://img.gamemonetize.com/kkp8lniv4r3887j5zlobu5o9xxsrpde9/512x384.jpg', 'https://html5.gamemonetize.com/kkp8lniv4r3887j5zlobu5o9xxsrpde9/', '0', 'Hypercasual', 0, 0, '', 'skibidi-toilet-monster-fight'), (125, 'Persona Runner', 'Persona Runner is a high-speed adventure game where players navigate a futuristic cityscape as a customizable runner, utilizing unique personas to overcome obstacles and adversaries. With lightning-fast reflexes and strategic decision-making, players must dash through neon-lit streets, rooftops, and cybernetic landscapes. Each persona possesses distinct abilities, encouraging players to experiment and adapt their playstyle. Dodge, dash, and leap through challenging environments while uncovering the secrets of a dystopian world. Website Developer <a href=\'https://www.crazygamesx.com/\'>https://www.crazygamesx.com/</a>', 'https://img.gamemonetize.com/38d4x0r47vym8lpz30cyvct9ouvb1dqf/512x384.jpg', 'https://html5.gamemonetize.com/38d4x0r47vym8lpz30cyvct9ouvb1dqf/', '0', 'Girls', 0, 0, '', 'persona-runner'), (126, 'BFF Easter Photobooth Party', 'Step into the whimsical world of the &ldquo;BFF Easter Photobooth Party&rdquo; and celebrate the joyous holiday with your best friends! Join in on the festive fun as you dress up in vibrant Easter-themed outfits, pose for adorable photos in the photobooth, and create lasting memories together. With colorful props, festive decorations, and endless laughter, this is the perfect way to capture the spirit of Easter and enjoy a delightful day with your BFFs.', 'https://img.gamemonetize.com/5oht975pi8fpjao2n4yyljj2rmdnpst3/512x384.jpg', 'https://html5.gamemonetize.com/5oht975pi8fpjao2n4yyljj2rmdnpst3/', '0', 'Girls', 0, 0, '', 'bff-easter-photobooth-party'), (127, 'Big Donuts Mania', 'If youve made a match, the donuts will be clear, and you will get the points! The more you get, the better you will rank in the high score. Warning: Big Donuts Mania is as addictive as a box of donuts!', 'https://img.gamemonetize.com/vzk4zr4ad5elwwx1d5c9vm0b4osmotb4/512x384.jpg', 'https://html5.gamemonetize.com/vzk4zr4ad5elwwx1d5c9vm0b4osmotb4/', '0', 'Cooking', 0, 0, '', 'big-donuts-mania'), (128, 'Buses Differences', 'We present a new puzzle game Buses Differences. With its help, you can test your attentiveness and intelligence. A playing field will appear on the screen, conditionally divided into two parts. In each of them you will see a picture that depicts a bus. At first glance, you will think that both images are the same. But there are all such differences between them, which you will have to find. Examine both images carefully. As soon as you notice an element that is not in one of the pictures, select it with a mouse click. Thus, you will designate this element and get points for it.', 'https://img.gamemonetize.com/bq1t36afhne4coi9k5yaxh7ufhjolmol/512x384.jpg', 'https://html5.gamemonetize.com/bq1t36afhne4coi9k5yaxh7ufhjolmol/', '0', 'Puzzles', 0, 0, '', 'buses-differences'), (129, 'Spring Tile Master', 'Welcome to Spring Tile Master! Immerse yourself in the vibrant world of spring as you match tiles adorned with blooming flowers, colorful leaves, and charming insects. Draw tiles from the board to form sets of three. Keep up to 9 tiles in your stack and shuffle when needed. Collect all tiles to unlock new levels. Enjoy the enchanting springtime adventure and become the ultimate Spring Tile Master!', 'https://img.gamemonetize.com/70hv6p45g8cmux4fyecjfuhygvt66w8w/512x384.jpg', 'https://html5.gamemonetize.com/70hv6p45g8cmux4fyecjfuhygvt66w8w/', '0', 'Puzzles', 0, 0, '', 'spring-tile-master'), (130, 'Crazy Cookies Match n Mix', 'We love Cookies! And this game is full of them, how great! Play your way through each yummy level by matching 3 or more of the same style of lovely cookies which will delight you with colorful effects. Match cookies by three or more to make them disappear and always watch the clock that is ticking fast and faster', 'https://img.gamemonetize.com/9ihu8f067ecc5plq2sfldc0k6fjf6h4z/512x384.jpg', 'https://html5.gamemonetize.com/9ihu8f067ecc5plq2sfldc0k6fjf6h4z/', '0', 'Puzzles', 0, 0, '', 'crazy-cookies-match-n-mix'), (131, 'Idle Restaurant Tycoon', 'Do you want to be a unique restaurant manager? You can learn how to be a manager with the Idle Restaurant game. You may need some experts for cooking and serving. Hire a master chef, develop your staff, manage your finances and become the perfect boss. Also, dont forget to check your market for surprise gifts. You can play Idle Restaurant Tycoon in a simple way without the need to constantly click.', 'https://img.gamemonetize.com/znokgo6d1qsz3pwqoy5t43wf95aque88/512x384.jpg', 'https://html5.gamemonetize.com/znokgo6d1qsz3pwqoy5t43wf95aque88/', '0', 'Cooking', 0, 0, '', 'idle-restaurant-tycoon'), (132, 'Marble Match Origin', 'Marble Match Origin is an exciting shooting game where you can experience unique challenges and surprises. The game features multiple difficulty levels , and players need to master the direction and speed of shooting balls to complete level objectives. As the game progresses, you will face more and more challenges and difficulties, and you need to constantly improve your skills and reaction speed to complete each level. Download Marble Match Origin now and start your adventure!', 'https://img.gamemonetize.com/iipbsb2vnjuclzn4jf7fexz85c0d3ogl/512x384.jpg', 'https://html5.gamemonetize.com/iipbsb2vnjuclzn4jf7fexz85c0d3ogl/', '0', 'Adventure', 0, 0, '', 'marble-match-origin'), (133, 'Fisquarium', 'Fisquarium is an idle clicker game that combines the joy of clicking with the soothing atmosphere of an aquarium. In this game, players click to earn fish, unlock diverse species, enhance production through upgrades, discover new fish types, collect trophies, and immerse themselves in the relaxing world of aquatic wonders. Whether youre a casual player or an avid clicker fan, Fisquarium offers a laid-back and enjoyable experience!', 'https://img.gamemonetize.com/07nmkfdc3megxfx5ogol4xja62wpn3pt/512x384.jpg', 'https://html5.gamemonetize.com/07nmkfdc3megxfx5ogol4xja62wpn3pt/', '0', 'Clicker', 0, 0, '', 'fisquarium'), (134, 'Cuteland', 'Cuteland Memory Puzzle is a simple and casual memory puzzle game. Players click to open cards, remember their positions, and match them with their identical pairs. Its an easy game to play and can also be beneficial for memory training for both kids and adults.', 'https://img.gamemonetize.com/tj8khkx81mjwfpf0kwwsdopebrmqyspu/512x384.jpg', 'https://html5.gamemonetize.com/tj8khkx81mjwfpf0kwwsdopebrmqyspu/', '0', 'Puzzles', 0, 0, '', 'cuteland'), (135, 'World of Alice Parts of the House', 'World of Alice - Parts of the House World of Alice - Parts of the House is an educational game developed for children where they will learn what the different parts of the house are and their names in a fun way using their cell phone, tablet or computer. Excellent educational resource. In Alices world, learning is fun.', 'https://img.gamemonetize.com/u4uov6u5ypcn4pv281u9fwo8d5age6u5/512x384.jpg', 'https://html5.gamemonetize.com/u4uov6u5ypcn4pv281u9fwo8d5age6u5/', '0', 'Puzzles', 0, 0, '', 'world-of-alice---parts-of-the-house'), (136, 'March Madnesss', 'The most exciting basketball action with upsets, excitement and amazing fun. Take your team through the full tournament impress the fans and cheerleaders and win the championship in the final four. You can also try your shooting skills in the shootout mode. Basketball has never been this much fun', 'https://img.gamemonetize.com/rcalidqsa742wjibomnhkp6hmn7q8ejg/512x384.jpg', 'https://html5.gamemonetize.com/rcalidqsa742wjibomnhkp6hmn7q8ejg/', '0', 'Sports', 0, 0, '', 'march-madnesss'), (137, 'Noobwars Red and Blue', 'Hey, are you ready for a shootout in this city? Then draw your weapon and fire at the opposing team. Use your gun to eliminate the opposing team. The one who gets shot the most loses, so you must be very careful. Dodge bullets and shoot your enemies. Be careful, collect the drops, and eliminate your enemies. You win the game.Load your weapon and fire. Kill the enemy with all your bullets.', 'https://img.gamemonetize.com/a1bmbag62e95mxf0l0w252w20ipp6pzs/512x384.jpg', 'https://html5.gamemonetize.com/a1bmbag62e95mxf0l0w252w20ipp6pzs/', '0', 'Action', 0, 0, '', 'noobwars-red-and-blue'), (138, 'Hexa Sort 3D Puzzle', 'In this captivating game, players aim to build the tallest tower using intuitive drag-and-drop mechanics. Each tile strategically placed contributes to the towers height, challenging players to balance precision with speed. With every successful placement, the tower grows taller, creating a thrilling sense of achievement. The games engaging interface and dynamic gameplay ensure hours of entertainment as players compete to reach new heights and claim the title of the tallest tower constructor. Website Developer <a href=\'https://www.bestcrazygames.com\'>https://www.bestcrazygames.com</a>', 'https://img.gamemonetize.com/s5jf0pn2q3gdixn6rcibk8f9tuc4oakl/512x384.jpg', 'https://html5.gamemonetize.com/s5jf0pn2q3gdixn6rcibk8f9tuc4oakl/', '0', 'Puzzles', 0, 0, '', 'hexa-sort-d-puzzle'), (139, 'Zodiac Wars', 'Use your starship laser to destroy all blocks and zodiac signs!', 'https://img.gamemonetize.com/076ah92jnc24vjolmtnhs9pt83ukd925/512x384.jpg', 'https://html5.gamemonetize.com/076ah92jnc24vjolmtnhs9pt83ukd925/', '0', 'Hypercasual', 0, 0, '', 'zodiac-wars'), (140, 'Valentine Couple Jigsaw Puzzle', 'A heartwarming game that celebrates love, romance, and the joy of togetherness! With 15 levels of enchanting puzzles to piece together, immerse yourself in a world of love-struck couples, picturesque scenes, and Valentines Day magic.', 'https://img.gamemonetize.com/q5x1g2u5de1xqfykidhs4u76ghjxqzm3/512x384.jpg', 'https://html5.gamemonetize.com/q5x1g2u5de1xqfykidhs4u76ghjxqzm3/', '0', 'Puzzles', 0, 0, '', 'valentine-couple-jigsaw-puzzle'), (141, 'mouseRun!', 'Control the little mouse and collect all the cheese you can, but be careful with slippers, mousetraps and thorns, as they will try to hunt you anyway!', 'https://img.gamemonetize.com/odqxyrbmrxcfbnpi1qkq9e1zzar9jggj/512x384.jpg', 'https://html5.gamemonetize.com/odqxyrbmrxcfbnpi1qkq9e1zzar9jggj/', '0', 'Hypercasual', 0, 0, '', 'mouserun'), (142, 'Plants vs Zombies Jigsaw', 'Welcome to Plants vs Zombies Jigsaw Puzzles! Take a cup of coffee and play this amazing brain puzzle game! Drag and drop the jigsaw pieces to form the whole picture of Plants and Zombies. Explore more than 20 challenging levels and try to complete puzzles step by step. Good luck!', 'https://img.gamemonetize.com/qyaw5jdk7t7z62zvsznn84nge55e7l77/512x384.jpg', 'https://html5.gamemonetize.com/qyaw5jdk7t7z62zvsznn84nge55e7l77/', '0', 'Puzzles', 0, 0, '', 'plants-vs-zombies-jigsaw'), (143, 'Ghost Runaway', 'The runway is for the ghost and you have to help the ghost to run. Sounds fun right! There are obstacles on the runway and a scary fireball that is following the ghost. If you are slow then the fire will burn the ghost to ashes. There are some power-ups that will help the ghost to speed up. Try to collect as much power up as possible.', 'https://img.gamemonetize.com/pn427kh3kje9qscw3uhl51075f5g2ll3/512x384.jpg', 'https://html5.gamemonetize.com/pn427kh3kje9qscw3uhl51075f5g2ll3/', '0', 'Hypercasual', 0, 0, '', 'ghost-runaway'), (144, 'RealEstate Giant', 'To be a Real Estate Giant you must buy and sell the property as many as you can. So, you want a building? Youve gotta work for it! Buy Low! Sell High! But remember to take a look on price of buildings and sell them to make many profits.Enjoy!!', 'https://img.gamemonetize.com/te75dwyf7saai65knyoajads22ruqcqh/512x384.jpg', 'https://html5.gamemonetize.com/te75dwyf7saai65knyoajads22ruqcqh/', '0', 'Clicker', 0, 0, '', 'realestate-giant'), (145, 'Madness Driver Vertigo City', 'Mad drivers are meeting in the vertigo city with cool super sport racing cars. The city is full of super exciting activities and races. Fly through the ramps and collect gems. Double your fun with amusement park activities. Play single or 2 player and challenge your friend on races or free drive activities. Customize your cars and create unique designs. Let the supercar simulator begin!', 'https://img.gamemonetize.com/1i07ct6indiygvxdn0y2do5wipkblrq1/512x384.jpg', 'https://html5.gamemonetize.com/1i07ct6indiygvxdn0y2do5wipkblrq1/', '0', 'Racing', 0, 0, '', 'madness-driver-vertigo-city'), (146, 'Pet Connect Match', 'Pet Connect Match is an interesting matching game, in this game, you need to connect the same pets to eliminate all of them. There are many different modes you can choose, you can pass levels, challenge time mode or just play without any limit. Have a good time!', 'https://img.gamemonetize.com/x8x6yxamjfzf899ij1g5d5z3whb3ht5j/512x384.jpg', 'https://html5.gamemonetize.com/x8x6yxamjfzf899ij1g5d5z3whb3ht5j/', '0', 'Puzzles', 0, 0, '', 'pet-connect-match'), (147, 'Fashion Doll Sports Day', 'Fashion Doll Sports Day is a fashion dress-up game. Do you like sports? Lily is a sunny girl who likes sports. She likes basketball, baseball, badminton, etc. Dress her up in some nice sportswear. We have short sleeves, skirts, pants and dresses. Also, match it with a bag. With the blessing of clothing. Lily will shine on the field. Come and challenge your matching skills and feel the beauty of sports!', 'https://img.gamemonetize.com/dsoq0uut87dgv6r1iqobw4fkycnhhal8/512x384.jpg', 'https://html5.gamemonetize.com/dsoq0uut87dgv6r1iqobw4fkycnhhal8/', '0', 'Girls', 0, 0, '', 'fashion-doll-sports-day'), (148, 'Robbie 1 Damage Per Second.', 'Robbie finds himself in the center of a battle, and evil enemies are attacking him from all sides! Help him fend off the attacks using powerful swords and magical abilities. Upgrade Robbie to increase his damage per second and become stronger. Robbie is attacked by evil Enemies Help Robbie destroy them all! Game Features: Pets to help in the battle! Over 200 different swords! Character Upgrade! Lots of different locations to explore! Immersive music that creates an atmosphere of adventure! Ranking players for competition!', 'https://img.gamemonetize.com/7v7oiu2j34c63ec8mgcl9xgn0kgwvsv6/512x384.jpg', 'https://html5.gamemonetize.com/7v7oiu2j34c63ec8mgcl9xgn0kgwvsv6/', '0', 'Hypercasual', 0, 0, '', 'robbie--damage-per-second'), (149, 'Easter Eggventure', 'Welcome to Easter Eggventure! Embark on an exciting journey to find Easter eggs scattered throughout the beautiful spring landscape. Your mission is to discover the hidden Easter eggs and collect them all. Are you ready for this thrilling search game? Lets get started!', 'https://img.gamemonetize.com/xql9dbglhw4bujrozx3s3mfyifqvnk8e/512x384.jpg', 'https://html5.gamemonetize.com/xql9dbglhw4bujrozx3s3mfyifqvnk8e/', '0', 'Puzzles', 0, 0, '', 'easter-eggventure'), (150, 'Basket Ball', 'In this game called Basket Ball, players engage in a thrilling adventure of ball tossing into a basket, navigating through platforms and transcending portals. Amidst the challenge, they must gracefully evade perilous crimson disks.', 'https://img.gamemonetize.com/m3mkn8h6dd8ecdsh7hzee2r75dgbfff2/512x384.jpg', 'https://html5.gamemonetize.com/m3mkn8h6dd8ecdsh7hzee2r75dgbfff2/', '0', 'Sports', 0, 0, '', 'basket-ball'), (151, 'Stickman Cannon Shooter', 'strategic prowess with Stickman Cannon Shooter: Mobilize your troops and engage in the ultimate tactical clash! Showcasing captivating gameplay and boundless complexity, this game is designed to push the limits of your strategic acumen. Are you prepared to unleash your leadership skills and guide your forces to triumph? Stickman Cannon Shooter awaits, ready to put your intuitive abilities as a top-tier tactician to the test like never before! Website Developer <a href=\'https://www.playbestgames.online/\'>https://www.playbestgames.online/</a>', 'https://img.gamemonetize.com/dbc9hfbe4bzjsqk72vwt3toewhcle393/512x384.jpg', 'https://html5.gamemonetize.com/dbc9hfbe4bzjsqk72vwt3toewhcle393/', '0', 'Hypercasual', 0, 0, '', 'stickman-cannon-shooter'), (152, 'Animal Turtle Saver', 'Animal Turtle Saver is a thrilling mobile game where players embark on a heroic adventure to rescue endangered sea turtles from perilous situations. Navigate through challenging obstacles, including pollution and predators, as you race against the clock to save as many turtles as possible. With stunning graphics and intuitive controls, immerse yourself in this conservation-themed journey to protect these majestic creatures. Website Developer <a href=\'https://www.crazygamesx.com/\'>https://www.crazygamesx.com/</a>', 'https://img.gamemonetize.com/oc05g4d5z5icwlsq1kjs7o3157l25q1g/512x384.jpg', 'https://html5.gamemonetize.com/oc05g4d5z5icwlsq1kjs7o3157l25q1g/', '0', 'Arcade', 0, 0, '', 'animal-turtle-saver'), (153, 'March Madness 2024', 'The most exciting basketball action with upsets, excitement and amazing fun. Take your team through the full tournament impress the fans and cheerleaders and win the championship in the final four. You can also try your shooting skills in the shootout mode. Basketball has never been this much fun', 'https://img.gamemonetize.com/ylfopffkt47dv51wihyzy8j4ov04msqq/512x384.jpg', 'https://html5.gamemonetize.com/ylfopffkt47dv51wihyzy8j4ov04msqq/', '0', 'Sports', 0, 0, '', 'march-madness-'), (154, 'Easter Face Painting', 'Lets help this girl Emma to get ready for the Easter party with amazing face art and design, There are lots of choice for the face painting, you can select whatever suits for her. Come and join this beauty game at 7sgames.com', 'https://img.gamemonetize.com/whaxvnzgaff21jjmvoos5y5tnuzmvk56/512x384.jpg', 'https://html5.gamemonetize.com/whaxvnzgaff21jjmvoos5y5tnuzmvk56/', '0', 'Girls', 0, 0, '', 'easter-face-painting'), (155, 'Satisfying Marble Race', 'Do you like marble racing? If so, youll love this game! Get gems, gold coins and medals when you win, and use them to get new marbles, tracks and game modes! Classic: Try to reach the finish line as fast as possible! Elimination: Play in multiple rounds where the slowest marbles will be eliminated. Boss Race: Round based mode.After the time you set, a boss marble will appear. If you touch it, you will be eliminated! Buy more marbles from the shop! The more you have, the bigger the race! Includes a medals leaderboard for the most competitive players. Fortune Path: Want more coins, diamonds, or a special marble? Test your luck and get rewards!', 'https://img.gamemonetize.com/w2gtkeaawv2umjktlfojhb71bhgzwlg3/512x384.jpg', 'https://html5.gamemonetize.com/w2gtkeaawv2umjktlfojhb71bhgzwlg3/', '0', 'Hypercasual', 0, 0, '', 'satisfying-marble-race'), (156, 'Riders Downhill Racing', 'Riders are ready! Would you like to join them in a great adventure with Riders Downhill Racing? Various game modes like free ride, race, and career are ready in 1 player and 2 player game modes. Different bikes, costumes, ATV bikes, cross bikes, and speed boats are waiting for you during this great adventure. Join any mode and have super fun! Dont forget to collect diamonds in the free ride to unlock more items. Fly through the ramps, do stunts, and experience exciting moments! Let the ride begin!', 'https://img.gamemonetize.com/pvy2k1jp0znnq1l8uyai88tk2uc6xcf8/512x384.jpg', 'https://html5.gamemonetize.com/pvy2k1jp0znnq1l8uyai88tk2uc6xcf8/', '0', 'Racing', 0, 0, '', 'riders-downhill-racing'), (157, 'Detective Scary Cases', 'Scary Horror: Escape Game is a thrilling adventure game that will appeal to fans of horror, puzzle games, and escape rooms. This exciting experience immerses you in a chilling story full of mystery and sinister traps. Realistic animations and creepy sound effects create a truly terrifying ambiance. Challenging puzzles and intricate riddles will keep your brain engaged throughout the game.', 'https://img.gamemonetize.com/vrgt4a4aiqw32vw1sh6cvrot9jn5hv1x/512x384.jpg', 'https://html5.gamemonetize.com/vrgt4a4aiqw32vw1sh6cvrot9jn5hv1x/', '0', 'Clicker', 0, 0, '', 'detective-scary-cases'), (158, 'Dead Faces Horror Room', 'Object collecting, mystery solving, terror, and intrigue are all elements in the dark horror 3D game Dead Faces Clone Online. Any web browser will allow you to play it without spending a dime. In this game, you take control of a protagonist who finds themselves in a building where a lot of unusual things are occurring. She must explore, discover the objects by following the directions, and overcome each level without fear.', 'https://img.gamemonetize.com/rq7qsvvrbnthbtsp2w88ffm591uuuamc/512x384.jpg', 'https://html5.gamemonetize.com/rq7qsvvrbnthbtsp2w88ffm591uuuamc/', '0', 'Adventure', 0, 0, '', 'dead-faces--horror-room'), (159, 'Zombie Survival Escape', 'Your mission is to run and escape to the helicopter while eliminating all zombies, utilizing bombs and grenades. You can change your weapon and gain money to purchase grenades and bombs. Additionally, you can buy new weapons by collecting more money from the ground. Website Developer <a href=\'https://www.insanegamesonline.com/\'>https://www.insanegamesonline.com/</a>', 'https://img.gamemonetize.com/tjzzc48elqo2vx48g86k9cwcx48maiw1/512x384.jpg', 'https://html5.gamemonetize.com/tjzzc48elqo2vx48g86k9cwcx48maiw1/', '0', 'Shooting', 0, 0, '', 'zombie-survival-escape'), (160, '3D Helix Jump Ball', '3D Helix Jump Ball is a fun and addictive 3D Helix Jump Ball arcade game. Let the ball fall down through the colorful stack platforms. Break the stack with the ball falling from top, escape from obstacles and guide it to victory. If you hit the black piece of the platform with the ball it will shatter into pieces.', 'https://img.gamemonetize.com/hssuuvlljq8x5nyj0t4moq6dpu53fi90/512x384.jpg', 'https://html5.gamemonetize.com/hssuuvlljq8x5nyj0t4moq6dpu53fi90/', '0', 'Arcade', 0, 0, '', 'd-helix-jump-ball'), (161, 'LOL Beauty Salon', 'LOL Beauty Salon is a fashion game specially designed for girls. In this game you can experience beauty spa, hair design, clothing design, and dress-up experience. Here you will become a real fashion designer. There are 5 rooms in the game, each with different fashionable ways to play. Enjoy state-of-the-art facial spa treatments. Make stylish hairstyles and design the best looking clothes. Design cute manicure. Match with different styles of clothes. Come and create your unique fashion style! LOL Beauty Salon allows you to become a real fashionable little princess!', 'https://img.gamemonetize.com/2ltv0hmn4hsorut4og7qqzxga81ygl2i/512x384.jpg', 'https://html5.gamemonetize.com/2ltv0hmn4hsorut4og7qqzxga81ygl2i/', '0', 'Girls', 0, 0, '', 'lol-beauty-salon'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (162, 'New Bubble Shooter', 'All these multi-colored bubbles on your screen are ready to be popped! Play this vibrant bubble shooter: it doesn&rsquo;t have an annoying time limit, so just relax and aim for your best score! Your goal is to pop all the bubbles on the screen by making combos of three or more bubbles of the same color. So why wait? You&rsquo;ve got this free online game right in front of you, no need to sign up or download anything! Just pop bubbles to your heart&rsquo;s content! Pop-pop-pop!', 'https://img.gamemonetize.com/xcpdo9va40m8vircyeg3fisu15ejj9dd/512x384.jpg', 'https://html5.gamemonetize.com/xcpdo9va40m8vircyeg3fisu15ejj9dd/', '0', 'Puzzles', 0, 0, '', 'new-bubble-shooter'), (163, 'Chess free', 'Chess with a computer: - Powerful engine - 18 difficulty levels from Beginner to World Champion - Display of possible moves when choosing a piece - Interactive tips on how to play better during the game - Cancel the move, if there was a yawn, you can go back - Analysis after the game highlights mistakes and shows how you could have played better - The ability to replay the game from the right place - Handicap selection Chess Online: - Real live players - Saving the rating - Analysis after the game, find out your mistakes and become even stronger Chess together on the same screen: - Selection of time control modes: bullet, blitz, rapid', 'https://img.gamemonetize.com/u3vfu3ocwhdperazqcfr292brdp07pau/512x384.jpg', 'https://html5.gamemonetize.com/u3vfu3ocwhdperazqcfr292brdp07pau/', '0', 'Puzzles', 0, 0, '', 'chess-free'), (164, 'Fruit Names', 'Fruit Names Fruit Names is an educational game aimed at children where you will learn the different fruits and their names in a fun way using your cell phone, tablet or computer. Excellent educational resource. Learning is fun! Game developed by: Nau.kids', 'https://img.gamemonetize.com/mrgb16moi48a9gshy0gj9dinh2iwcrvs/512x384.jpg', 'https://html5.gamemonetize.com/mrgb16moi48a9gshy0gj9dinh2iwcrvs/', '0', 'Clicker', 0, 0, '', 'fruit-names'), (165, 'My Cute Puppy Grooming 3D', 'Welcome to virtual pet games pug life, yall! My Virtual Pet Dog Louie the Pug is the most charming virtual dog out there, the new virtual pet royalty. Adopt this virtual puppy dog now and let him make your day every time you meet with him. Louie the Pug is not a talking dog. Hes a virtual puppy dog that will stick his tongue out and be cool. Virtual pug games like My Virtual Pet Dog Louie the Pug dont cross paths with you every day. Take this chance &amp; get your new favorite virtual dog right now!', 'https://img.gamemonetize.com/tmgxocs75k6zit48jzl8wap6nyi9mj06/512x384.jpg', 'https://html5.gamemonetize.com/tmgxocs75k6zit48jzl8wap6nyi9mj06/', '0', 'Girls', 0, 0, '', 'my-cute-puppy-grooming-d'), (166, 'Count and Bounce', 'Count And Bounce is a ball puzzle game. It guides the ball forward. Release your hand and the ball will keep moving forward. You need to turn the tiles to prevent the ball from falling. There will be calculation questions on some tiles and you need to choose the best tile to bounce based on the number of balls you have. Have fun!', 'https://img.gamemonetize.com/jzpek4ymuwul7ziw50s6eg7t09ui8cni/512x384.jpg', 'https://html5.gamemonetize.com/jzpek4ymuwul7ziw50s6eg7t09ui8cni/', '0', 'Puzzles', 0, 0, '', 'count-and-bounce'), (167, 'Easter Nails Designer 2 ', 'Easter Nail Art Designer is a fun fashion nail art game. Your nail salon is a famous nail salon far and wide. Today is Easter, and many customers want to make a holiday-themed nail art game. Can you design stylish Easter manicures for them? Make your nail polish first. Then help customers trim their nails to a perfect shape and apply nail polish. We also have cute stickers, shiny diamonds. You are sure to create the most perfect manicure.', 'https://img.gamemonetize.com/x4684yz8hyestj28sg4cnpnc9ny1px6e/512x384.jpg', 'https://html5.gamemonetize.com/x4684yz8hyestj28sg4cnpnc9ny1px6e/', '0', 'Girls', 0, 0, '', 'easter-nails-designer--'), (168, 'Cricket World Cup Game', 'Embark on an exciting journey to the pinnacle of cricket glory in the Cricket World Cup Game! Lead your nations team to victory through intense matches, strategize your tactics, and experience the thrill of the chase as you compete against formidable opponents from around the globe. The Cricket World Cup Game captures the essence of the Cricket World Cup, providing an exhilarating cricket simulation that will test your skills, challenge your strategic thinking, and allow you to experience the thrill of leading your nation to glory on the international stage.', 'https://img.gamemonetize.com/6ihxzjumd146rthxh998vi5y0r6zn882/512x384.jpg', 'https://html5.gamemonetize.com/6ihxzjumd146rthxh998vi5y0r6zn882/', '0', 'Sports', 0, 0, '', 'cricket-world-cup-game'), (169, 'Digital Circus Dart', 'Welcome to Digital Circus Dart Game! Your Mission is to throw Darts at the round Targets without hitting POMNI. The closer you get to the center, the more points you get. This game will help you to distract and relax.The game is bright and interesting.', 'https://img.gamemonetize.com/41yy75lhwhiph2v1aiyhmteolbir1gxh/512x384.jpg', 'https://html5.gamemonetize.com/41yy75lhwhiph2v1aiyhmteolbir1gxh/', '0', 'Clicker', 0, 0, '', 'digital-circus-dart'), (170, 'Grand Skibidi Town 2', 'Grand Skibidi Town 2 features sandbox style gameplay with big city to explore and variety of cars to drive, your mission is to shoot given amount of skibidi toilets in order to progress and unlock new weapons.', 'https://img.gamemonetize.com/zznqrcebzngj8zcz6xsutytcgecbrej2/512x384.jpg', 'https://html5.gamemonetize.com/zznqrcebzngj8zcz6xsutytcgecbrej2/', '0', 'Shooting', 0, 0, '', 'grand-skibidi-town-'), (171, 'Fruits Shooter Saga', 'Welcome to Fruits Shooter Saga! Fruits Shooter Saga is Bubble shooter puzzle game made by vodogame! Aim left and right to shoot 2 or more similar fruits to eliminate them! Keep shooting fruits till you get the highest score. Good luck!', 'https://img.gamemonetize.com/79hwh9abkh2xorm1x5zduq7rxw2t1hgf/512x384.jpg', 'https://html5.gamemonetize.com/79hwh9abkh2xorm1x5zduq7rxw2t1hgf/', '0', 'Puzzles', 0, 0, '', 'fruits-shooter-saga'), (172, 'Merge World', 'Immerse yourself in a world you can mold to your desires. Merge different materials and construct bigger buildings to fill it out. The good fairies will help you build a paradise!', 'https://img.gamemonetize.com/467egnkx2rts5gy6aeywmiat28ijv141/512x384.jpg', 'https://html5.gamemonetize.com/467egnkx2rts5gy6aeywmiat28ijv141/', '0', 'Puzzles', 0, 0, '', 'merge-world'), (173, 'Vehicle Fun Race', 'Vehicle Fun Race&mdash;an exhilarating arcade game with 3D stickman characters. Collect motorcycles, cars, boats, and helicopters to reach the finish line. No need to grab vehicles; your character can handle all terrains. Dive into water? No problem&mdash;control their swim. Special helicopters await on final platforms. Ready to race? Let&rsquo;s roll!', 'https://img.gamemonetize.com/dfarv8psvm98zxgreijnk8lg4yt7zmm6/512x384.jpg', 'https://html5.gamemonetize.com/dfarv8psvm98zxgreijnk8lg4yt7zmm6/', '0', 'Racing', 0, 0, '', 'vehicle-fun-race'), (174, 'Lipstick Collector Run', 'Lipstick Collector Run is a classic vertical arcade game with a single-button control. Your mission: collect all the lipstick parts while dodging obstacles and earn money. Unlock marked levels by completing 8 wraps. Use money to draw 8 different colors. Earn extra cash with 8 hands that boost your lipstick collection. The more lipsticks you gather, the more money you&rsquo;ll make!', 'https://img.gamemonetize.com/ewai7lf13zkf5606qntpdhz41zopf6hx/512x384.jpg', 'https://html5.gamemonetize.com/ewai7lf13zkf5606qntpdhz41zopf6hx/', '0', 'Arcade', 0, 0, '', 'lipstick-collector-run'), (175, 'Wipe Insight Master', 'Wipe Insight Master is a free drawing online game for boys. Use your finger to draw and outline the shapes of the parts that the drawings need. Solve puzzles by using your powers of logic and lateral thinking as you work your way through a huge series of cute drawings that all have something a little bit wrong with them, its up to you to work it out!', 'https://img.gamemonetize.com/pbrmqoquz04claiu1qehkuzq68njx11h/512x384.jpg', 'https://html5.gamemonetize.com/pbrmqoquz04claiu1qehkuzq68njx11h/', '0', 'Hypercasual', 0, 0, '', 'wipe-insight-master'), (176, 'World of Alice Images and Words', 'World of Alice - Images and Words World of Alice - Images and Words is an educational game developed for children where they will learn words through images in a fun way from their cell phone, tablet or computer. Excellent educational resource. In Alices world, learning is fun.', 'https://img.gamemonetize.com/mjwwi9metb1uc4pqrjv0iaavv56usdsp/512x384.jpg', 'https://html5.gamemonetize.com/mjwwi9metb1uc4pqrjv0iaavv56usdsp/', '0', 'Puzzles', 0, 0, '', 'world-of-alice---images-and-words'), (177, 'Guerrillas.io', 'Guerrillas io is an online multiplayer combat game. The games maps draw inspiration from Counter-Strike, the most famous video game, and might seem recognizable to you! The clock is ticking. If youre prepared, lets get going! Website Developer <a href=\'https://www.onlinegames.io/\'>https://www.onlinegames.io/</a>', 'https://img.gamemonetize.com/112rtu0i5bxhf66h19pdgzxzqj0uhxzz/512x384.jpg', 'https://html5.gamemonetize.com/112rtu0i5bxhf66h19pdgzxzqj0uhxzz/', '0', 'Action', 0, 0, '', 'guerrillasio'), (178, 'Easter Eggstravaganza Coloring', 'Join us on a vibrant journey of creativity with Easter Eggstravaganza Coloring &ndash; a delightful coloring game tailored for all ages! Dive into a world brimming with Easter-themed illustrations, where every stroke of your virtual brush breathes life into intricate designs and whimsical scenes. Have fun coloring!', 'https://img.gamemonetize.com/gd755gmyd0k9dm2waveaa8e8j9kx3bmc/512x384.jpg', 'https://html5.gamemonetize.com/gd755gmyd0k9dm2waveaa8e8j9kx3bmc/', '0', 'Girls', 0, 0, '', 'easter-eggstravaganza-coloring'), (179, 'City Zombie Survival 2D', 'Your mission is to destroy all zombies in the city. You can use weapons like a katana, pistol, shotgun, and many more weapons that need to be unlocked by playing the game. You can play on three different maps and unlock characters and weapons to eliminate all enemy zombies from the city. Website Developer <a href=\'https://www.crazygamesonline.com\'>https://www.crazygamesonline.com</a>', 'https://img.gamemonetize.com/x6og16unfrtl0lysxhx00o33dwwh7jam/512x384.jpg', 'https://html5.gamemonetize.com/x6og16unfrtl0lysxhx00o33dwwh7jam/', '0', 'Boys', 0, 0, '', 'city-zombie-survival-d'), (180, 'Save The Hero Pull The Pin', 'Get ready to fight with hero to save the treasure and princess. Pull pins and avoid traps to solve puzzles. You must pull the pins correctly from dragons, wolves and monsters to get the hidden treasure and reach the princess. Get ready for strategy without slowing down with 100 different levels in Save The Hero game!', 'https://img.gamemonetize.com/dhjb27kb8rjj7866ru6bk25zzfdb92yq/512x384.jpg', 'https://html5.gamemonetize.com/dhjb27kb8rjj7866ru6bk25zzfdb92yq/', '0', 'Puzzles', 0, 0, '', 'save-the-hero---pull-the-pin'), (181, 'Battle of the Battles', 'For thousands of years Battle of the Battles happens, and it is most exciting battle of all time! This year the team the Braves have only one representative, Marin. Can you help Marin overcome the Renegades? With each level, hide Marin in a box and try to guess in which box the Renegades are hiding their players. You need to guess that right so their player must start all over again, first player to make it to the last box wins the match. Goodluck!', 'https://img.gamemonetize.com/k892tws4yhipu5qgrd5bt1h4rcmkugkb/512x384.jpg', 'https://html5.gamemonetize.com/k892tws4yhipu5qgrd5bt1h4rcmkugkb/', '0', 'Adventure', 0, 0, '', 'battle-of-the-battles'), (182, 'Dressing Up The Girl', 'Girls want to be trendy, beautiful, and charming. Dressing Up The Girl is the best way to get exactly that! Let the girl find her own style and charm in this beautiful dress-up game.', 'https://img.gamemonetize.com/kfxqieybg9muolu71j2kceirpt7g49vi/512x384.jpg', 'https://html5.gamemonetize.com/kfxqieybg9muolu71j2kceirpt7g49vi/', '0', 'Girls', 0, 0, '', 'dressing-up-the-girl'), (183, 'Grind io', 'Grind io offers a fun and challenging game where you must get power in order to climb in the global leaderboard! To do this you must mine ores and beat players for coins! Use these coins to get more power and health in order to be the strongest and most resistant player!', 'https://img.gamemonetize.com/oilojh3yxoenhphbpt70udjdvkvis77w/512x384.jpg', 'https://html5.gamemonetize.com/oilojh3yxoenhphbpt70udjdvkvis77w/', '0', 'Action', 0, 0, '', 'grind-io'), (184, 'Noobs Arena Bedwars', 'Are you ready for the noobs battle? You need to defend your bed. Quickly collect coins and buy cannonballs. Fire the cannonballs from the cannon to break the bed. The first one to break the bed wins. Fire the cannonball to explode the bed. Fight with your friend and win this battle.', 'https://img.gamemonetize.com/97tnevzue48g15prlys3r49zt6iqj8yb/512x384.jpg', 'https://html5.gamemonetize.com/97tnevzue48g15prlys3r49zt6iqj8yb/', '0', 'Adventure', 0, 0, '', 'noobs-arena-bedwars'), (185, 'Happy Easter Jigsaw Puzzle', 'Happy Easter Jigsaw Puzzle is a fun Easter puzzle game. You can select one of the twelve images and then select one of the four modes (16, 36, 64 and 100 pieces). Select your favorite picture and complete the jigsaw in the shortest time possible! Have fun and enjoy!', 'https://img.gamemonetize.com/8xjd58kl4hagsnnikmn7nb78piq4cb3d/512x384.jpg', 'https://html5.gamemonetize.com/8xjd58kl4hagsnnikmn7nb78piq4cb3d/', '0', 'Puzzles', 0, 0, '', 'happy-easter-jigsaw-puzzle'), (186, ' CatSorter Puzzle', 'A total cat chaos! These fluffy troublemakers have spread over different seats and are waiting for someone clever enough to stack them by color. Use your focus and logical thinking to get the best results in this contemplative game.', 'https://img.gamemonetize.com/0fxxs3isdw44cja3is79f6mhql3ert6p/512x384.jpg', 'https://html5.gamemonetize.com/0fxxs3isdw44cja3is79f6mhql3ert6p/', '0', 'Puzzles', 0, 0, '', '-catsorter-puzzle'), (187, 'Bus Order 3D', 'Bus Order 3D is a matching puzzle game. There are three game modes to choose from. The first is to help passengers find their bus, sort them by color and send them on vacation! The second is to place coins of the same color in the space. The third is to turn the screw and remove the wood block from the board. Its cute design and variety of challenges make it a must-play for you. Come and challenge yourself and see if you can complete all levels!', 'https://img.gamemonetize.com/08m6qjcrmx1i39qoxq0s3aoo8htlbv9t/512x384.jpg', 'https://html5.gamemonetize.com/08m6qjcrmx1i39qoxq0s3aoo8htlbv9t/', '0', 'Puzzles', 0, 0, '', 'bus-order-d'), (188, 'Python Snake Kill Skibidi Toilet Backrooms', 'as python snake, kill all skibidi toilet at backroom. Fight all skibidi toilet as python snake before you can escape from backrooms! Enjoy our latest physics game technology!', 'https://img.gamemonetize.com/loag23k0i3z173m0jpd6vy0l87oi42v6/512x384.jpg', 'https://html5.gamemonetize.com/loag23k0i3z173m0jpd6vy0l87oi42v6/', '0', 'Adventure', 0, 0, '', 'python-snake-kill-skibidi-toilet-backrooms'), (189, 'Brickscape Breakout Adventure', 'Prepare for an exhilarating journey through a mesmerizing world of vibrant glass-bricks in Brickscape: Breakout Adventure, the ultimate Brick Breaker game that seamlessly blends simplicity with dazzling excitement. Challenge yourself as you wield the power to control an array of visually stunning balls, each evolving based on your performance to ensure an immersive and personalized gaming experience. Brickscape: Breakout Adventureis not just a game; its a visual spectacle that adapts to your skills, promising hours of colorful fun and addictive gameplay.', 'https://img.gamemonetize.com/877kn2t9nac0d2gzq5xz0pa06pqrl8yy/512x384.jpg', 'https://html5.gamemonetize.com/877kn2t9nac0d2gzq5xz0pa06pqrl8yy/', '0', 'Clicker', 0, 0, '', 'brickscape-breakout-adventure'), (190, 'State Wars', 'State io Wars is an online strategy game that involves directing your forces to expand your territory. The primary objective is to capture both neutral and enemy territories under your dominion.', 'https://img.gamemonetize.com/ow2v99y6plh0nq6c7zsmrqahfq9avaam/512x384.jpg', 'https://html5.gamemonetize.com/ow2v99y6plh0nq6c7zsmrqahfq9avaam/', '0', 'Action', 0, 0, '', 'state-wars'), (191, 'Red and Blue Castlewars', 'Are you ready to battle your friend? Throw cannonballs at your buddy and destroy their castle. Are you up for the red versus blue cannonball fight? Load up the cannon and fire away. Purchase a cannonball and launch it. The first castle to crumble wins. Battle your friend and emerge victorious.', 'https://img.gamemonetize.com/bskdf3wrorqo4ihz2b5unrvqtvk2rbeo/512x384.jpg', 'https://html5.gamemonetize.com/bskdf3wrorqo4ihz2b5unrvqtvk2rbeo/', '0', 'Action', 0, 0, '', 'red-and-blue-castlewars'), (192, 'Coloring Kidz', 'Color creativity in this coloring adventure designed for kids. Packed with adorable animals, cool cars, and futuristic robots, Baby Coloring Kidz lets your child explore a world of color with just a click of the mouse.', 'https://img.gamemonetize.com/3os7ijh26pr4kipfk490b8oxaqxazoqa/512x384.jpg', 'https://html5.gamemonetize.com/3os7ijh26pr4kipfk490b8oxaqxazoqa/', '0', 'Girls', 0, 0, '', 'coloring-kidz'), (193, 'World of Blocks 3D', 'Do you like building games? World of Blocks 3D invites you into a completely open and huge craft world. In this world, you can use dozens of items / mines to design most of the things you can imagine and take actions in a world of your own. For example, first design, then fly over your unique design using the flying mode! This wonderful simulation game may become addictive for you. It is possible to design a completely different world in every game.', 'https://img.gamemonetize.com/hfxm19oajh1bvl8ypij28ec1bdcrms87/512x384.jpg', 'https://html5.gamemonetize.com/hfxm19oajh1bvl8ypij28ec1bdcrms87/', '0', 'Adventure', 0, 0, '', 'world-of-blocks-d'), (194, 'Thats not my Neighbor Spot the Difference', '&ldquo;Thats not my Neighbor: Spot the Difference &rdquo; is a classic puzzle game where you evaluate two pictures side by side and identify all the differences between the images. The goal is to find a number of differences between two near-identical images. These differences can range from changes in color, missing objects, altered shapes, or other visual discrepancies. The challenge lies in being observant and quickly identifying these nuances. &ldquo;Spot the Difference&rdquo; exercises your attention, concentration, and visual acuity. Enjoy the hunt! Website Developer: ulyagames.com', 'https://img.gamemonetize.com/sjd2bzn6r3hildcuhln521rsp9kafaxd/512x384.jpg', 'https://html5.gamemonetize.com/sjd2bzn6r3hildcuhln521rsp9kafaxd/', '0', 'Puzzles', 0, 0, '', 'thats-not-my-neighbor-spot-the-difference'), (195, 'World of Alice Occupations', 'Alices World - Occupations World of Alice - Occupations is an educational game developed for children where they will learn different professions and their tools in a fun way from their cell phone, tablet or computer. Excellent educational resource. In Alices world, learning is fun.', 'https://img.gamemonetize.com/7n48qgpy5q9lr1u4bxn57zilupzg9fio/512x384.jpg', 'https://html5.gamemonetize.com/7n48qgpy5q9lr1u4bxn57zilupzg9fio/', '0', 'Puzzles', 0, 0, '', 'world-of-alice---occupations'), (196, 'Siren Head 3 Game', 'I hope you have fun playing it. In the upcoming 3D horror/shooter game Siren Head Forest Return, you and a companion will have to use an ax and anything else you can find to defeat a creature with a siren head. path. Villages and woodlands are the most common habitats for Siren Head Forest Return. Travelers, hikers, and even young children might fall prey to Siren Head. Siren Heads strategy for luring unsuspecting victims into the jungle may use the sound of a distressed person.', 'https://img.gamemonetize.com/jwkd6mlipe9b4pt6yx160p7r62djopmj/512x384.jpg', 'https://html5.gamemonetize.com/jwkd6mlipe9b4pt6yx160p7r62djopmj/', '0', 'Action', 0, 0, '', 'siren-head--game'), (197, 'Stockings Dilemma', 'Stockings Dilemma is an interesting sorting game, in this game, you need to sort different stockings on a girls leg. Sort them by colors and patterns, youll find its easy at first but becomes more and more difficult as the level rises. Can you complete the challenge? Have a try!', 'https://img.gamemonetize.com/8t444s650ykzek5gl9eqzv3r1b0t5dqa/512x384.jpg', 'https://html5.gamemonetize.com/8t444s650ykzek5gl9eqzv3r1b0t5dqa/', '0', 'Puzzles', 0, 0, '', 'stockings-dilemma'), (198, 'The Prism City Detectives', 'Embark on a vibrant adventure with The Prism City Detectives and join Luna, Ruby, Skye, Willow, Daisy, Violet, and Lumi in restoring color to their monochrome city! Explore dazzling dress-up levels and unravel hidden objects mysteries to find the missing Rainbow Gem and bring back the hues of unity.', 'https://img.gamemonetize.com/x3obpbzypoow35rugg23vtcs2ra9ls05/512x384.jpg', 'https://html5.gamemonetize.com/x3obpbzypoow35rugg23vtcs2ra9ls05/', '0', 'Puzzles', 0, 0, '', 'the-prism-city-detectives'), (199, 'Moms Diary Cooking Games', 'Introducing the Ultimate Cooking Adventure of 2024: Moms Diary Culinary World!&zwj; Are you a fan of cooking games? Moms Diary and Moms Kitchen Crush have joined forces to bring you the most exciting kitchen madness time management fever experience ever! Become a culinary master of kitchen city, face challenging targets, and embark on a cooking journey that spans the globe. Whether youre a seasoned chef or a cooking enthusiast, this game is tailor-made for you!', 'https://img.gamemonetize.com/reib62dggfqtqtc75gjlcz4wbk9p3cm0/512x384.jpg', 'https://html5.gamemonetize.com/reib62dggfqtqtc75gjlcz4wbk9p3cm0/', '0', 'Hypercasual', 0, 0, '', 'moms-diary--cooking-games'), (200, 'Scary Halloween Spooky Nights', 'Scary Halloween: Spooky Nights is a game in a spooky Halloween setting that can be enjoyed all over the year. With fantastic graphics and creepy music, you will never get enough of this game! Switch and swap identical symbols in order to align them and to reach the goal in each level. But be careful, the time is running short, and things can get scary fast...', 'https://img.gamemonetize.com/5k4o1ihkh5n4m2n7q78qihnke5e1bkvn/512x384.jpg', 'https://html5.gamemonetize.com/5k4o1ihkh5n4m2n7q78qihnke5e1bkvn/', '0', 'Hypercasual', 0, 0, '', 'scary-halloween-spooky-nights'), (201, 'Rock Paper Scissors Fight', 'Rock-Paper-Scissors is a simulator and a classic guessing game where players can choose different numbers of rocks, paper, and scissors to fight. These rocks, paper, and scissors are like a group of hungry beasts, running wildly on the game field until only one type remains. Players can control the games pace by adjusting the movement speed. Fast-paced games are more exciting and will make your adrenaline rush.', 'https://img.gamemonetize.com/j49g5ie8fehfdw8z9i7utud9lm058o0p/512x384.jpg', 'https://html5.gamemonetize.com/j49g5ie8fehfdw8z9i7utud9lm058o0p/', '0', 'Racing', 0, 0, '', 'rock-paper-scissors-fight'), (202, 'Tic Tac Toe Immanitas', 'Take your Tic Tac Toe game to the next level with online multiplayer! Challenge players from around the globe in real-time matches. Experience the thrill of international competition. Discover different playing styles and strategies from all corners of the world. Key Features: Complete with Smart AI with easy and hard modes Challenge players from around the globe Family-Friendly Endless Fun', 'https://img.gamemonetize.com/fourvv1oev39x7013ybw5a1pvrd6af0o/512x384.jpg', 'https://html5.gamemonetize.com/fourvv1oev39x7013ybw5a1pvrd6af0o/', '0', 'Hypercasual', 0, 0, '', 'tic-tac-toe-immanitas'), (203, 'Match Hit ', 'MATCH THE BLOCKS! Guess The Animal is an attractive Arcade game with simple gameplay. The game is designed in 30 levels. The gameplay is simple and understandable for the player. During the game, You have to Match the blocks and finish the game.', 'https://img.gamemonetize.com/g6tfqeb4ovuak6gdsmx8bsy1yyg19j8o/512x384.jpg', 'https://html5.gamemonetize.com/g6tfqeb4ovuak6gdsmx8bsy1yyg19j8o/', '0', 'Arcade', 0, 0, '', 'match-hit-'), (204, 'Bubble Shooter classic match 3', 'Shoot the bubbles to create a combination of three or more bubbles of the same color. The more bubbles in a combination, the more points you earn. If the combination does not come together when firing, then you get a strike. After several strikes, a new row of bubbles appears. The game will end if the bubbles reach the bottom of the screen.', 'https://img.gamemonetize.com/4imkqhrztw8meqi836243v4lrnm4wpcv/512x384.jpg', 'https://html5.gamemonetize.com/4imkqhrztw8meqi836243v4lrnm4wpcv/', '0', 'Shooting', 0, 0, '', 'bubble-shooter-classic-match-'), (205, 'ASMR Makeup Spa Salon', 'ASMR Makeup Spa Salon is a spa, with makeup in one game. In the ASMR Makeup Salon: Spa Games, you play as an experienced makeup artist. Not only are you involved in designing the characters eye and lip makeup, but you are also responsible for helping her improve her skin condition. The character is a princess who just came back from a trip where she didnt take care of the sun and her skin, so she got a lot of pimples and a grimy face. The condition of her bodys skin is not good either. We provide you with professional tools and hundreds of cosmetic products, you will surely be able to help the princess restore her healthy skin as well as p', 'https://img.gamemonetize.com/bsrthzq485tt9zkco3m8oymyues2fkzu/512x384.jpg', 'https://html5.gamemonetize.com/bsrthzq485tt9zkco3m8oymyues2fkzu/', '0', 'Girls', 0, 0, '', 'asmr-makeup-spa-salon'), (206, 'EyeArt Beauty Makeup Artist ', 'The weekend is here! Invite your friends and go to the streets together to find the most delicious fried food! Look, there are a lot of fast food kiosks over there, and there are long lines outside the kiosks, and people are waiting for their delicious fried food! Such as fried onion blossoms, corn crisps, French fries, chicken popcorn and the most popular corn dog! Do you also want to try these tempting fried street snacks? bring it on! Then start the game now!', 'https://img.gamemonetize.com/qkpn42lgz955llltatrwzcsew3s05tzp/512x384.jpg', 'https://html5.gamemonetize.com/qkpn42lgz955llltatrwzcsew3s05tzp/', '0', 'Girls', 0, 0, '', 'eyeart-beauty-makeup-artist-'), (207, 'Missionary Fighter', 'Missionary Fighter is an adrenaline-fueled action game where players embark on daring rescue missions in hostile territories. As a skilled operative, navigate through enemy lines, utilizing stealth and strategy to save hostages and thwart nefarious plots. With intense combat sequences and challenging puzzles, every decision counts. Uncover the truth behind sinister organizations while mastering weapons and gadgets. Prepare for heart-pounding missions, high-stakes showdowns, and heroic triumphs in this thrilling adventure. Website Developer <a href=\'https://www.coolcrazygames.com/\'>https://www.coolcrazygames.com/</a>', 'https://img.gamemonetize.com/is3flafrnueracmdhcewbp6xwvssvir6/512x384.jpg', 'https://html5.gamemonetize.com/is3flafrnueracmdhcewbp6xwvssvir6/', '0', 'Arcade', 0, 0, '', 'missionary-fighter'), (208, 'Pipe Direction', 'Pipe Direction is an extraordinary game where you have to concentrate and consider all the given possibilities. This is a game where you have to make a water path through the pipes by rotating them around to connect them.', 'https://img.gamemonetize.com/tz3jdme9ox9s1t264tel3s7pxhx6kg1u/512x384.jpg', 'https://html5.gamemonetize.com/tz3jdme9ox9s1t264tel3s7pxhx6kg1u/', '0', 'Puzzles', 0, 0, '', 'pipe-direction'), (209, 'Drift Hunt', 'Drift Hunters Pro offers an adrenaline-pumping 3D racing and drifting experience, perfect for enthusiasts who crave high-speed action. With stunning graphics and a choice between solo play or competing online against others, immerse yourself in a world of automotive excellence. Website Developer <a href=\'https://www.onlinegames.io/\'>https://www.onlinegames.io/</a>', 'https://img.gamemonetize.com/2ihdsnp5o4jvp87d539wdqsyrvu505gj/512x384.jpg', 'https://html5.gamemonetize.com/2ihdsnp5o4jvp87d539wdqsyrvu505gj/', '0', 'Sports', 0, 0, '', 'drift-hunt'), (210, '2048 The King Return', 'In the game 2048: The Kings Return, players control the characters lateral movement, aiming to destroy barrels for weapon upgrades. Website Developer <a href=\'https://www.bestcrazygames.com\'>https://www.bestcrazygames.com</a>', 'https://img.gamemonetize.com/n0z7uvsy5ra3t46g0040weanftotqc8p/512x384.jpg', 'https://html5.gamemonetize.com/n0z7uvsy5ra3t46g0040weanftotqc8p/', '0', 'Shooting', 0, 0, '', '-the-king-return'), (211, 'Lovie Chics St Patricks Day Costumes', 'Join the festive fun with Lovie Chic&rsquo;s St Patricks Day Costumes! Explore a collection of vibrant green ensembles, lucky accessories, and Irish-inspired styles. Elevate your St. Patrick&rsquo;s Day look with chic outfits that capture the spirit of the celebration. Join Lovie Chic in setting trends for this lively holiday. From parades to parties, embrace the charm of St. Patrick&rsquo;s Day with fashion that brings luck and style to your wardrobe. Let the green magic unfold in every outfit with Lovie Chic&rsquo;s expert inspiration!', 'https://img.gamemonetize.com/4ctafvrgntrj4ar5xzsynczfejqweiz9/512x384.jpg', 'https://html5.gamemonetize.com/4ctafvrgntrj4ar5xzsynczfejqweiz9/', '0', 'Girls', 0, 0, '', 'lovie-chics-st-patricks-day-costumes'), (212, 'Merge Dices By Numbers', 'Connect 3 or more dices with the same number and color. Merging creates a dice with a bigger number. Try to get the best score. Hyper-casual matching gameplay.', 'https://img.gamemonetize.com/1g1wmawm5p8zwoy4x8b1zjjf5blrjpkz/512x384.jpg', 'https://html5.gamemonetize.com/1g1wmawm5p8zwoy4x8b1zjjf5blrjpkz/', '0', 'Puzzles', 0, 0, '', 'merge-dices-by-numbers'), (213, 'Urban Traffic Commander', 'I dont know about you, but I find it hard to stay focused when theres a lot of traffic. This is your chance to be in control! Take command of the traffic in the streets and redirect cars on their way. As you get through each level, get better at keeping them moving. Be careful though, those pedestrians can be tricky!', 'https://img.gamemonetize.com/urfu3kzie4tknhx87woix3jfchxd852n/512x384.jpg', 'https://html5.gamemonetize.com/urfu3kzie4tknhx87woix3jfchxd852n/', '0', 'Adventure', 0, 0, '', 'urban-traffic-commander'), (214, 'Duck Dash Hunters Challenge', 'Duck Dash invites you to step into the immersive world of duck hunting, where you and your trusty canine companion embark on an exciting arcade mobile adventure. Immerse yourself in the thrill of the hunt as you navigate lush landscapes and aim to outsmart and outshoot your feathered adversaries. With dynamic gameplay, Duck Dash delivers an engaging experience that will keep you hooked from the first shot to the final quack. Dynamic Hunting Grounds Canine Companion AI Angle Upgrades and Customization', 'https://img.gamemonetize.com/inztb54a7l7tlvclippsi1epgalegd0b/512x384.jpg', 'https://html5.gamemonetize.com/inztb54a7l7tlvclippsi1epgalegd0b/', '0', 'Arcade', 0, 0, '', 'duck-dash---hunters-challenge'), (215, 'Sweety Mania', 'Sweety Mania is a super addictive Match-3-Game. Collect all the ingredients listed at the top of the screen by clearing lines of 3 or more of the same ingredients in a row. But be careful: You need to finish the level before the 2-minute timer runs out. Can you beat the clock and become the Sweety Mania champion?', 'https://img.gamemonetize.com/jqj2zb47bqwm0wqfej25ucjscfcvjyoe/512x384.jpg', 'https://html5.gamemonetize.com/jqj2zb47bqwm0wqfej25ucjscfcvjyoe/', '0', 'Hypercasual', 0, 0, '', 'sweety-mania'), (216, 'Santas Christmas Mania', 'Santa pack up all the gifts for the children. In each level, Santa will request to collect items. Match 3 or more of each gift to collect the number requested.', 'https://img.gamemonetize.com/l6maeoq1rjvfimmos7s05z0ozksr4v40/512x384.jpg', 'https://html5.gamemonetize.com/l6maeoq1rjvfimmos7s05z0ozksr4v40/', '0', 'Action', 0, 0, '', 'santas-christmas-mania'), (217, 'Balloon Ascending', 'Balloon Ascending is a fun casual game that requires a minimal amount of interaction. Don&rsquo;t let the obstacles touch the balloon. Score as many points and reach the highest point. Key Features: Family-Friendly Endless Fun Ultra casual Easy to learn and play', 'https://img.gamemonetize.com/pgbu99hzf4cbd1qj86xggeldburhdqkn/512x384.jpg', 'https://html5.gamemonetize.com/pgbu99hzf4cbd1qj86xggeldburhdqkn/', '0', 'Hypercasual', 0, 0, '', 'balloon-ascending'), (218, 'Bonnie Fitness Frenzy', 'Bonnie decides to get her figure in perfect shape for the summer season. Join Bonnie on her adventures in the gym, where you will perform a variety of exercises by clicking the mouse to help her burn off extra calories. After intensive training, Bonnie will start applying makeup. And finally, its time to dress up! Help Bonnie choose fashionable and elegant sports outfits to highlight her fitness style. Join Bonnie on her exciting journey to the perfect figure and style!', 'https://img.gamemonetize.com/ekjr238cd03kso4mka1j81bu04pb4gsf/512x384.jpg', 'https://html5.gamemonetize.com/ekjr238cd03kso4mka1j81bu04pb4gsf/', '0', 'Girls', 0, 0, '', 'bonnie-fitness-frenzy'), (219, 'Kids Cleanup Yard', 'Kids Cleanup House is a very cute cleaning game. If you are interested in doing housework and want to learn how to do it, then this is the perfect game for you. This game consists of a total of 4 parts. You can clean the house of the puppy, the cats cat carrier, the playground, and the swimming pool. Not only do you get to experience cleaning, but you also get to experience decorating. You can get cool and fashionable decorations by watching reward ads. Then decorate the house with your fashion taste by just clicking on the mouse. Want to know more about this game? Come and play it!', 'https://img.gamemonetize.com/ys39bhiz9abysxtch3b2azbexawupjnf/512x384.jpg', 'https://html5.gamemonetize.com/ys39bhiz9abysxtch3b2azbexawupjnf/', '0', 'Girls', 0, 0, '', 'kids-cleanup-yard'), (220, 'Rally Championship 2', 'Rally Championship 2 offers a nostalgic journey back to the classic 2D arcade racing games reminiscent of the 80s era. Race across ten distinct circuits in an automatically running car, unlocking hidden powerful cards and discovering additional features along the way. Utilize the turbo for an extra burst of speed and strive to set the best lap times on each track. With vibrant and detailed graphics, as well as enjoyable sound effects, immerse yourself in the colorful world of Rally Championship 2 for a thrilling racing experience.', 'https://img.gamemonetize.com/8ump91ylf6531f1u19um7agi5fel221c/512x384.jpg', 'https://html5.gamemonetize.com/8ump91ylf6531f1u19um7agi5fel221c/', '0', 'Racing', 0, 0, '', 'rally-championship-'), (221, 'Soul Essence Adventure', 'Soul Essence Adventure immerses you in a 2D journey where you find yourself trapped within the somber confines of a dark castle, seeking an escape. Along your quest for freedom, youll face numerous foes lurking in the shadows of this formidable fortress. Website Developer <a href=\'https://www.onlinegames.io/\'>https://www.onlinegames.io/</a>', 'https://img.gamemonetize.com/65u0znncr7wqx33o0pd63dxdlu48ch4a/512x384.jpg', 'https://html5.gamemonetize.com/65u0znncr7wqx33o0pd63dxdlu48ch4a/', '0', 'Adventure', 0, 0, '', 'soul-essence-adventure'), (222, 'Swim Car Racers', 'Welcome! Dive into an exhilarating adventure with Flying Car Racers, a sharp racing game that defies gravity. Explore a vast open world, race on the ground, soar into the sky with futuristic flying cars, and even dive into the waters. Engage in dynamic challenges, upgrade your vehicle, and enjoy a high-octane experience with seamless transitions between driving, flying, and swimming, all accompanied by impressive visuals. Are you ready to conquer the skies?', 'https://img.gamemonetize.com/0wsrt5xmsvijtnddgh747g1yrb4wom1k/512x384.jpg', 'https://html5.gamemonetize.com/0wsrt5xmsvijtnddgh747g1yrb4wom1k/', '0', 'Racing', 0, 0, '', 'swim-car-racers'), (223, 'ABCpop', 'Learn capital letters with ABCPop, the game that mixes letters and pop-it. Relax by completing the pop-it capital letters. If you take too long, the bubbles return to their original position.', 'https://img.gamemonetize.com/gl5xdindimfmz1rrgfh2dhl22w7isa4u/512x384.jpg', 'https://html5.gamemonetize.com/gl5xdindimfmz1rrgfh2dhl22w7isa4u/', '0', 'Puzzles', 0, 0, '', 'abcpop'), (224, 'Food Connect', 'You can test your pattern detection skills in this relaxed mahjong &amp; connect puzzle game with sweet food theme. You can eliminate pair of same tiles. The line connecting the two clicked tiles cant have more than 2 corners. Can you clear the board before time runs out? Enjoying matching sweet food with 30 puzzle stages in this game. Be careful, the tiles will be collapsed in some stages.', 'https://img.gamemonetize.com/d65tpolecvtrzvkdfqtq35jxkvuailka/512x384.jpg', 'https://html5.gamemonetize.com/d65tpolecvtrzvkdfqtq35jxkvuailka/', '0', 'Puzzles', 0, 0, '', 'food-connect'), (225, 'Rolling Balls.io', 'welcome to Rolling Balls io game! !use the joystick or mouse click to control you ball and start to crush everything in your sight! Dont forget to avoid huge balls because they can destroy you! How big it can get?', 'https://img.gamemonetize.com/yt9ftxxqnka7n959cc1qnmoqfrj4calv/512x384.jpg', 'https://html5.gamemonetize.com/yt9ftxxqnka7n959cc1qnmoqfrj4calv/', '0', 'Multiplayer', 0, 0, '', 'rolling-ballsio'), (226, 'Guardians of Cookies', 'Your mission is to fight with ants that attack your cookies. The basic mechanics of the game is that you need to click on the ants to destroy them. In the game, you can collect money that will help you pump up your health, defense, attack, and resource gathering radius. Improving your parameters allows you to survive longer and more efficiently in battle. Your main goal is to last as long as possible by repelling ant attacks and protecting your cookies.', 'https://img.gamemonetize.com/7cvexktru8u64iki3nh2fik536cposn2/512x384.jpg', 'https://html5.gamemonetize.com/7cvexktru8u64iki3nh2fik536cposn2/', '0', 'Clicker', 0, 0, '', 'guardians-of-cookies'), (227, 'Dollys Restaurant Organizing', 'This exciting game is designed to help you organize better and release your stress. You will draw inspiration and creativity of storage through [Storage Master], and pack your life comfortably and cleanly. You can organize and clean objects by category, storage location and cleaning order. This game will bring you the creative inspiration of storage, allowing you to easily apply it in real life. Similar to a jigsaw puzzle, you have to pick the right object and put it in the right place', 'https://img.gamemonetize.com/n4mxqnc491z352rb2z5ckpksj8e9dt6x/512x384.jpg', 'https://html5.gamemonetize.com/n4mxqnc491z352rb2z5ckpksj8e9dt6x/', '0', 'Girls', 0, 0, '', 'dollys-restaurant-organizing'), (228, 'Crazy Strike Force', 'Dive into the intense action of Crazy Strike Force, where youll face off in the ultimate battle arena. Personalize your character to stand out with distinctive styles and gear up to withstand the onslaught of adversaries. Website Developer <a href=\'https://www.onlinegames.io/\'>https://www.onlinegames.io/</a>', 'https://img.gamemonetize.com/3953onlmm7ix3h4osfgd5mbz1zgarda7/512x384.jpg', 'https://html5.gamemonetize.com/3953onlmm7ix3h4osfgd5mbz1zgarda7/', '0', 'Shooting', 0, 0, '', 'crazy-strike-force'), (229, 'Ace Car Racing', 'Ace Car Racing offers high-octane city-avoidance action. Choose from sleek 3D modern sports cars across Seaside Roads, Exotic, City Racing, and Desert Trip. Collect lightning items for fuel, coins for upgrades, or splurge on new cars. Remember: diamonds unlock special vehicles. Invest in a superior car upfront and fine-tune its Acceleration, Max Speed, Wind Resistance, and Nitrogen. Skip the starter car&mdash;your race to victory awaits!', 'https://img.gamemonetize.com/mgb8g6m8oc5zonl9ii1fjdv1ua3xjady/512x384.jpg', 'https://html5.gamemonetize.com/mgb8g6m8oc5zonl9ii1fjdv1ua3xjady/', '0', 'Racing', 0, 0, '', 'ace-car-racing'), (230, 'Easter Glamping Trip', 'This Easter, our princesses are going glamping in the mountains to relax under the sun all day long. For that, they booked the most Instagrammable glamping place in Norway, and now they need your help to get their outfits ready for the fancy trip. Play the Easter Glamping Trip game for girls, and see what jaw-dropping holiday looks you can put together for them. Then get ready to discover new challenging tasks as you continue playing this Easter game for girls. Have a blast!', 'https://img.gamemonetize.com/au806knrn6g48wau9bqealf0mar4vj53/512x384.jpg', 'https://html5.gamemonetize.com/au806knrn6g48wau9bqealf0mar4vj53/', '0', 'Girls', 0, 0, '', 'easter-glamping-trip'), (231, 'Monster DIY Create', 'Create your very own monstrous masterpiece with Choose Your Monster Face! Dive into a world of customization where you can craft your unique creature from head to toe. Explore a variety of trending monsters such as Skibidii, Grimacee, and Poppi Playtime, each with their own distinct features. Mix and match different elements to design a one-of-a-kind creature that reflects your style. Share your creations with friends and showcase your monstrous creativity! Plus, unlock special parts exclusive to this game. Website Developer <a href=\'https://www.bestcrazygames.com\'>https://www.bestcrazygames.com</a>', 'https://img.gamemonetize.com/alp1qgvb8i09llmagl5qwyni66akh7ic/512x384.jpg', 'https://html5.gamemonetize.com/alp1qgvb8i09llmagl5qwyni66akh7ic/', '0', 'Action', 0, 0, '', 'monster-diy-create'), (232, 'Ocean Kids Back To School', 'Welcome to Ocean Kids Back to school. It&rsquo;s back-to-school time for these Kids. Can you help them get ready for their first day of classes? They&rsquo;ll need to pick some cool outfits, new hairstyles, accessories, and school supplies too in this online dress-up and design game for girls. After you&rsquo;re all done, help them to repair their Vespa. Play and have fun!', 'https://img.gamemonetize.com/yt598pxpjwptn3rk1yjvyov85hl0te0q/512x384.jpg', 'https://html5.gamemonetize.com/yt598pxpjwptn3rk1yjvyov85hl0te0q/', '0', 'Girls', 0, 0, '', 'ocean-kids-back-to-school'), (233, 'Dino Eggs Bubble Shooter', 'Do you love bubble shooter games? Well! Dino Eggs Bubble Shooter comes with a new cool puzzle style. Aim and shoot 2 or more identical Dinosaur Eggs to crush them before they reach the bottom. Release baby dragons trapped inside the eggs to earn more points. Can you get the highest score?', 'https://img.gamemonetize.com/z1x3hik5geka7hzokn65pcigoqtxeqea/512x384.jpg', 'https://html5.gamemonetize.com/z1x3hik5geka7hzokn65pcigoqtxeqea/', '0', 'Puzzles', 0, 0, '', 'dino-eggs-bubble-shooter'), (234, 'BFF Shopping Spree ', 'Shopping until tired with your besties and enjoying the joy of being a shopaholic. Oh my god! There are lots of fun things to do in the mall! ! Get your nails done, buy cosmetics, buy jewelry, etc. Put on beautiful clothes and charming makeup, you can take many beautiful selfies with your besties and have the best day! Being a shopaholic is always fun, but its even more fun when you shop with your besties! Take your pet with you on a fashion shopping mall adventure! Your friends and your pets will look great!', 'https://img.gamemonetize.com/2c0ogpc206xi647rrky0dioaijyv8dra/512x384.jpg', 'https://html5.gamemonetize.com/2c0ogpc206xi647rrky0dioaijyv8dra/', '0', 'Girls', 0, 0, '', 'bff-shopping-spree-'), (235, 'Food Card Sort', 'Food Card Sort is a unique and challenging 3D puzzle game that tests players logic and reasoning skills. With a variety of food cards, each card displaying a different type of food, players must categorize them by placing similar foods together on the corresponding plate to pass each level.', 'https://img.gamemonetize.com/27l92j6edep5kzwgdrq8c4kqccmhrbcy/512x384.jpg', 'https://html5.gamemonetize.com/27l92j6edep5kzwgdrq8c4kqccmhrbcy/', '0', 'Puzzles', 0, 0, '', 'food-card-sort'), (236, 'Friends Battle Gunwars', 'In the new game of the Friends Battle series, weapons are drawn and magazines are loaded. Fire your weapon and hit your friend. The fastest and most skilled shooter wins. Shoot the flying drops in the game and change your weapon. Remember, the red team starts with a shotgun and the blue team with an assault rifle, but you can change these weapons. The one who takes 20 bullets loses the game. To win, you must dodge bullets, collect drops, and defeat your enemy.', 'https://img.gamemonetize.com/j4swgnqv0eymmfn74m66mkfara3xenxj/512x384.jpg', 'https://html5.gamemonetize.com/j4swgnqv0eymmfn74m66mkfara3xenxj/', '0', 'Action', 0, 0, '', 'friends-battle-gunwars'), (237, 'Pin Voleyballs', 'Pin-Volleyballs merge the intensity of pinball with the thrill of volleyball in an electrifying arcade experience! Strategically launch balls into the playing field, ricocheting off obstacles to target opponents goals. With dynamic physics and precise timing, outmaneuver rivals in solo or multiplayer matches. Unlock diverse arenas and customize balls for added flair. Each victory unlocks new challenges and rewards, keeping you hooked for countless rounds. Can you master the art of Pin-Volleyballs and dominate the leaderboard? Jump in and serve up some excitement today!', 'https://img.gamemonetize.com/xgk5bzi4l7b7upfgkjsuoi4eisn687xp/512x384.jpg', 'https://html5.gamemonetize.com/xgk5bzi4l7b7upfgkjsuoi4eisn687xp/', '0', 'Arcade', 0, 0, '', 'pin-voleyballs'), (238, 'Pinball Boy Adventure', 'Embark on a thrilling pinball adventure with Pinball Boy Adventure! Dive into a world where physics meets puzzles, and 3D cartoon characters come to life. Collect pinballs, aim for destruction, and unleash chaos with an arsenal of bombs and rockets. Upgrade your skills, choose your tactics, and conquer levels with precision. Ready, set, launch into Pinball Boy Adventure &ndash; your ultimate pinball challenge awaits!', 'https://img.gamemonetize.com/26b71nvg02vblgiecpiy74q0et7vzty3/512x384.jpg', 'https://html5.gamemonetize.com/26b71nvg02vblgiecpiy74q0et7vzty3/', '0', 'Sports', 0, 0, '', 'pinball-boy-adventure'), (239, 'World of Alice Daily Routine', '346 / 5 000 Resultados da tradu&ccedil;&atilde;o Resultado de tradu&ccedil;&atilde;o World of Alice - Daily Routine World of Alice - Daily Routine is an educational game developed for children where they will learn daily routines and tasks in a fun way from their cell phone, tablet or computer. Excellent educational resource. In Alices world, learning is fun.', 'https://img.gamemonetize.com/4fcatom7v6hgq0bbnhb4oa4a5c3y0j79/512x384.jpg', 'https://html5.gamemonetize.com/4fcatom7v6hgq0bbnhb4oa4a5c3y0j79/', '0', 'Puzzles', 0, 0, '', 'world-of-alice---daily-routine'), (240, 'Drift Fury', 'Drift Fury offers an exhilarating 3D drifting experience where you take on drift challenges and races behind the wheel of the worlds most exotic sports cars. Revel in the thrill of maneuvering your car through scenic routes, with pine trees and mountain vistas adding to the allure of each race. Website Developer <a href=\'https://www.onlinegames.io/\'>https://www.onlinegames.io/</a>', 'https://img.gamemonetize.com/79uga2q05rkfv5vl6mt8ptr2bu5aduv3/512x384.jpg', 'https://html5.gamemonetize.com/79uga2q05rkfv5vl6mt8ptr2bu5aduv3/', '0', 'Racing', 0, 0, '', 'drift-fury'), (241, 'My Perfect Organization', 'Searching for relaxing casual games? Want to get a pastime challenge and leisure? Why dont you try this mini games collection-Home Packing! Here you will find ten more different kinds little puzzles full of packing fun, each has its own packing charm. No more brain teasers, just enjoy the fun of puzzle solving! Organize the whole house with your own hand, create a tidy life through organizing games and sorting games!', 'https://img.gamemonetize.com/zl7sqffe9lql0qmon9md9rkza6ecy28g/512x384.jpg', 'https://html5.gamemonetize.com/zl7sqffe9lql0qmon9md9rkza6ecy28g/', '0', 'Girls', 0, 0, '', 'my-perfect-organization'), (242, 'Beauty Princess Save Prince', 'Beauty Princess Save Prince is a stylish dress up game. Have you heard of the story of Beauty and the Beast? The prince was cursed by the witch and turned into a ferocious beast. Only a true love kiss with the princess can break this curse. Will you be the princess who loves the prince deeply? Dress yourself up, put on beautiful makeup, and put on a beautiful princess dress. The prince will fall in love with you. Go find your prince!', 'https://img.gamemonetize.com/ofzl8j4zbqcrdqv6xdupagl3zhc8fq0l/512x384.jpg', 'https://html5.gamemonetize.com/ofzl8j4zbqcrdqv6xdupagl3zhc8fq0l/', '0', 'Girls', 0, 0, '', 'beauty-princess-save-prince'), (243, 'Mahjong Solitaire Game', 'Mahjong Solitaire Game is a classic tile-matching puzzle game that takes inspiration from traditional Mahjong games. It features a unique gameplay where players need to connect and eliminate matching tiles on a board made up of stacked Mahjong tiles. By following specific game rules, players must clear all the tiles on the board by matching and eliminating pairs of identical tiles. Test your skills and strategize your moves to clear each level in the Mahjong Solitaire Game.', 'https://img.gamemonetize.com/s8b8amapfecr6e4hfyc4msukug3mbkra/512x384.jpg', 'https://html5.gamemonetize.com/s8b8amapfecr6e4hfyc4msukug3mbkra/', '0', 'Puzzles', 0, 0, '', 'mahjong-solitaire-game'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (244, 'Home car builder', 'Home Car Builder is a captivating simulation game where players craft and customize their dream vehicles from scratch. Dive into a world of creativity as you design, assemble, and modify cars to perfection. Choose from various parts, engines, and accessories to construct unique rides that reflect your style and preferences. Challenge your engineering skills and unleash your imagination in this thrilling automotive adventure! Build, customize, and drive to automotive excellence in Home Car Builder!', 'https://img.gamemonetize.com/4z206b1znhgq9djxolnikrgudxpxiwfj/512x384.jpg', 'https://html5.gamemonetize.com/4z206b1znhgq9djxolnikrgudxpxiwfj/', '0', 'Puzzles', 0, 0, '', 'home-car-builder'), (245, 'Jet Fighter Pacific War', 'Jet Fighter Pacific War thrusts players into WWII aerial combat over the Pacific Ocean. With dogfights against enemy aircraft and precision strikes on ground targets, its a thrilling test of skill. Navigate through enemy fire, from anti-aircraft installations to naval vessels, in a bid for air superiority. With immersive visuals and dynamic gameplay, every mission is a pulse-pounding challenge in this adrenaline-fueled battle for victory.', 'https://img.gamemonetize.com/ox6iptvfoixr48wmz9m6ymjrvavsia7x/512x384.jpg', 'https://html5.gamemonetize.com/ox6iptvfoixr48wmz9m6ymjrvavsia7x/', '0', 'Shooting', 0, 0, '', 'jet-fighter-pacific-war'), (246, 'Fashion Models Differences', 'Fashion Models Differences is a fun and challenging kids game that helps to improve your observation and attention to detail skills. With 12 different images featuring beautiful models, the game requires you to compare two seemingly identical images and identify the differences. Each level of the game presents more differences, making it increasingly challenging as you progress. This game is not only entertaining, but it also enhances cognitive abilities that can be applied to other areas of life.', 'https://img.gamemonetize.com/43lej5pwaorn7yl4e43pxed7gg88cwjd/512x384.jpg', 'https://html5.gamemonetize.com/43lej5pwaorn7yl4e43pxed7gg88cwjd/', '0', 'Puzzles', 0, 0, '', 'fashion-models-differences'), (247, 'Wild West Poker Lite', 'Welcome to Wild West Poker a casual poker game that transports you back to the rugged and lawless era of the Wild West, with a Manga touch. As you enter the game, youll find a colorful cast of opponents, each with their own distinct personality and playing style. Every opponent presents a unique challenge, keeping you on your toes as you bluff, bet, and outwit your way to victory. The game-play mechanics stay true to traditional classic poker rules. But be warned, the Wild West is a place where fortunes can change in an instant. Keep a sharp eye on your opponents, manage your bankroll wisely!', 'https://img.gamemonetize.com/cdr9dz5m7hzplv3e20xl1sfrlu608w1i/512x384.jpg', 'https://html5.gamemonetize.com/cdr9dz5m7hzplv3e20xl1sfrlu608w1i/', '0', 'Puzzles', 0, 0, '', 'wild-west-poker-lite'), (248, 'Ladybug Find the Differences', 'Welcome to the game that features Ladybug pictures. Behind these pictures are small differences. Can you find them? They are fun designs for you to play with. A game that is fun and educational because it will help you improve your observation and concentration skills. You have 20 levels and 7 differences, for each level you have one minute to finish the same. Have fun!', 'https://img.gamemonetize.com/pswilbwq8690syy2edyd3gb48bl9k3ng/512x384.jpg', 'https://html5.gamemonetize.com/pswilbwq8690syy2edyd3gb48bl9k3ng/', '0', 'Puzzles', 0, 0, '', 'ladybug-find-the-differences'), (249, 'Monster Truck Stunts Pro', 'Take control of incredible trucks and showcase breathtaking stunts in Monster Truck Stunts. Race across intricate platforms, mastering the art of drifting, spinning, and leaping. Challenge your speed and agility with 7 unique vehicles, each ready to dominate the road. Website Developer <a href=\'https://www.onlinegames.io/\'>https://www.onlinegames.io/</a>', 'https://img.gamemonetize.com/qirwdirz45gsboccfzispspy3ruqhn8n/512x384.jpg', 'https://html5.gamemonetize.com/qirwdirz45gsboccfzispspy3ruqhn8n/', '0', 'Racing', 0, 0, '', 'monster-truck-stunts-pro'), (250, 'Paint over the lines', 'It is not always easy to paint over the lines, the number of runners and the geometry of the lines are constantly changing. Extreme care is needed to make everything work out for you. Each little man can only run along his own path and paint it with a certain color. You need to paint over all the lines and avoid any collisions.', 'https://img.gamemonetize.com/utpgr0sc2mux893hvbsy9vmo4p9t8qxz/512x384.jpg', 'https://html5.gamemonetize.com/utpgr0sc2mux893hvbsy9vmo4p9t8qxz/', '0', 'Arcade', 0, 0, '', 'paint-over-the-lines'), (251, 'Shapes Game', 'Shapes Game is a educational game for kids to explore the fascinating world of geometric shapes on their cell phones, tablets, or computers. This interactive and entertaining game offers young learners an engaging experience as they navigate through a colourful universe filled with puzzles, challenges, and shape recognition activities. With captivating visuals and user-friendly gameplay, Shapes Game ensures that children have a blast while enhancing their understanding of essential mathematical concepts. Make learning shapes an exciting journey with this delightful educational game!', 'https://img.gamemonetize.com/z8i96k0p5wvsftxw30nlt1tloqslzi96/512x384.jpg', 'https://html5.gamemonetize.com/z8i96k0p5wvsftxw30nlt1tloqslzi96/', '0', 'Puzzles', 0, 0, '', 'shapes-game'), (252, 'Tanghulu Master Candy ASMR', 'Tanghulu Master Candy ASMR is a attractive cooking game. It is also an ASMR game where you can enjoy relaxing your ears while making candy canes. This game is divided into 3 segments, the sugarplum-making segment, the room-decorating segment, and the bakery segment. You can pick beautiful decorations to decorate the room, then go to the bakery to work and feel the fun of running a bakery, and then go to make sugarplumsOur CHARACTER will also be live streaming the eating of the candy canes, making the crisp sound of chewing on the icing and fruit, so come and listen if youre interested.', 'https://img.gamemonetize.com/s8z7mvq8kfkm676fkoviylbdmqf1jzyx/512x384.jpg', 'https://html5.gamemonetize.com/s8z7mvq8kfkm676fkoviylbdmqf1jzyx/', '0', 'Girls', 0, 0, '', 'tanghulu-master-candy-asmr'), (253, 'Wheel Racer', 'Do you think you have what it takes to be a Wheel Racer? Then hop on your skateboard and speed down the track in this wild and fast-paced racing game! Don&rsquo;t forget to snatch coins and keys to unlock a whole bunch of awesome items, including power-ups, new objects to ride on, and gear for your character. You can even perform impressive tricks during jumps to score some extra coins! Or take it to the next level and defy gravity in tunnels by doing loop-the-loops or riding upside-down on the ceiling!', 'https://img.gamemonetize.com/p2v3oo7qivi3ewsyr59c3654ito6mqfc/512x384.jpg', 'https://html5.gamemonetize.com/p2v3oo7qivi3ewsyr59c3654ito6mqfc/', '0', 'Hypercasual', 0, 0, '', 'wheel-racer'), (254, 'Air horn Sound Prank', 'The air horn sound prank is a classic and mischievous trick designed to startle unsuspecting victims with the loud, abrupt blast of an air horn sound. Ideal for those who appreciate a good laugh, this prank involves hiding and waiting for the perfect moment to activate the air horn, resulting in a comical and often exaggerated reaction from the prankee. Its a popular choice for practical jokes among friends, at parties, or even in office settings. Website Developer <a href=\'https://www.kizi10.org/\'>https://www.kizi10.org/</a>', 'https://img.gamemonetize.com/5mtz6jn9dxwd2r25gidfqs46hciigir9/512x384.jpg', 'https://html5.gamemonetize.com/5mtz6jn9dxwd2r25gidfqs46hciigir9/', '0', 'Hypercasual', 0, 0, '', 'air-horn-sound-prank'), (255, 'New Year Santa Claus outside the window', 'Oh no! New Year is coming soon, but you haven&rsquo;t prepared for it yet! Quickly click on the screen and get ready for the New Year, but be careful! After all, Evil Santa Claus is watching you!', 'https://img.gamemonetize.com/jclwacxti8oe3hv56ou48kyfx15ncv01/512x384.jpg', 'https://html5.gamemonetize.com/jclwacxti8oe3hv56ou48kyfx15ncv01/', '0', 'Hypercasual', 0, 0, '', 'new-year-santa-claus-outside-the-window'), (256, 'Gunwars', 'Guns drawn, are you ready to battle with your friend? Grab your weapon and fire away. You need to fight against your friend. Be either the red or blue player and shoot with your gun. Defeat your friend. The one who hits the most wins. There are drop balloons passing by in the air, find them and change your weapon. Remember, each weapon has its own unique features, so every weapon is powerful.', 'https://img.gamemonetize.com/hw44jvebabhr1tcbhnb4odadrotffxch/512x384.jpg', 'https://html5.gamemonetize.com/hw44jvebabhr1tcbhnb4odadrotffxch/', '0', 'Action', 0, 0, '', 'gunwars'), (257, 'Knife Target Practice', 'Knife Target Practice challenges players to hone their blade-throwing skills in a thrilling test of precision and timing. Set in various exotic locations, participants must aim carefully to hit targets while avoiding obstacles and traps. With multiple levels of increasing difficulty, players can unlock new knives and special abilities to enhance their performance. Whether youre a seasoned thrower or a novice, this fast-paced game offers addictive gameplay and endless fun. Website Developer <a href=\'https://www.coolcrazygames.com/\'>https://www.coolcrazygames.com/</a>', 'https://img.gamemonetize.com/3q5eljy8qoazkiwylbe2n5nkdesmcclq/512x384.jpg', 'https://html5.gamemonetize.com/3q5eljy8qoazkiwylbe2n5nkdesmcclq/', '0', 'Arcade', 0, 0, '', 'knife-target-practice'), (258, 'Draw to Fish Fight ', 'Are you ready? Its time to smack some fish with Skibidi! This fun and crazy game lets you dive into Skibidis exciting adventure and discover his fish-smacking skills. Smack the fish that come your way and collect points. Avoid obstacles and collect bonuses to power up Skibidi. The more fish you smack, the higher your score! Share your high scores with friends and compete with them.', 'https://img.gamemonetize.com/hz41u7nke2i9nmed2f1uc8rgs6xx0dln/512x384.jpg', 'https://html5.gamemonetize.com/hz41u7nke2i9nmed2f1uc8rgs6xx0dln/', '0', 'Puzzles', 0, 0, '', 'draw-to-fish-fight-'), (259, 'Funny Elon Musk Face', 'Funny Elon Musk Face - Funny face game that everybody can play and enjoy. Use your mouse to make a funny face of Elon Musk. Share with your friends your funny face creations ! Have fun playing this game here brought to you by video-igrice.com!', 'https://img.gamemonetize.com/r9onar060ptk5iln31amcp1olaquhvd4/512x384.jpg', 'https://html5.gamemonetize.com/r9onar060ptk5iln31amcp1olaquhvd4/', '0', 'Puzzles', 0, 0, '', 'funny-elon-musk-face'), (260, 'Awesome Tanks 3 Game', 'The third instalment of the legendary top-down 2D tank shooter is now released, and it boasts brand new visuals, a physics engine, and intuitive twin thumb controls. War is about to break out! Destroy monsters, crush opposing tanks, and uncover additional areas hidden throughout the game. Using the Level Editor, you may create and share your very own levels. You may purchase better weaponry and boost your tanks stats with the money you collect.', 'https://img.gamemonetize.com/0o2e0sr042m9ocle1lxcwjjsfi36mfgu/512x384.jpg', 'https://html5.gamemonetize.com/0o2e0sr042m9ocle1lxcwjjsfi36mfgu/', '0', 'Shooting', 0, 0, '', 'awesome-tanks--game'), (261, 'Legends Arena', 'Welcome to the ultimate online combat platform! Here, only the most legendary warriors clash. Legends Arena is an unrestricted shooter game where you team up to face off against your adversaries. At the minimum, pair up with a teammate to take on another duo, consisting of your rival and their partner. For those seeking more action, Legends Arena also provides options for 3v3 and 5v5 team deathmatches. The choice of battle mode is yours! Gear up and step into the arena! Website Developer <a href=\'https://www.onlinegames.io/\'>https://www.onlinegames.io/</a>', 'https://img.gamemonetize.com/vnwq5a365pcffyvfzohnspbhdh29vu6k/512x384.jpg', 'https://html5.gamemonetize.com/vnwq5a365pcffyvfzohnspbhdh29vu6k/', '0', 'Shooting', 0, 0, '', 'legends-arena'), (262, 'My Mini Car Service', 'My Mini Car Service is the perfect game for car enthusiasts! Manage your own garage, repair and customize vehicles. Repair engines, paint jobs and make vehicles unique with modification options.', 'https://img.gamemonetize.com/we28gthulgy88b1ktwkcuqq0g6w0n4hf/512x384.jpg', 'https://html5.gamemonetize.com/we28gthulgy88b1ktwkcuqq0g6w0n4hf/', '0', 'Arcade', 0, 0, '', 'my-mini-car-service'), (263, 'My Puppy Daycare Salon', 'My Puppy Daycare Salon is a sophisticated and cute Caring game. In this game, you rescue a poor stray puppy. It has a lot of wounds on its body, you first need to clean its wounds and give it a hot bath. Then hurry up and build a little nest for the puppy, use your stylized aesthetics to build it a unique nest. After the puppys fur is dried, to prevent it from catching a cold, come and pick the right outfit for it. We offer you more than 30 stylish accessories that will surely catch your eye.', 'https://img.gamemonetize.com/uq63oghhj23gknccmvj85toqodewq1fk/512x384.jpg', 'https://html5.gamemonetize.com/uq63oghhj23gknccmvj85toqodewq1fk/', '0', 'Girls', 0, 0, '', 'my-puppy-daycare-salon'), (264, 'Beach volleyball 3D', 'In beach volleyball, there are only two people in a team and you will control only one player, but the victory of the team depends on him. The game goes up to three goals scored, only three goals, but the opponents are also not amateurs and do not intend to give away the victory just like that.', 'https://img.gamemonetize.com/lik4crzxj5a7mzyg90s5x6xf4md3t3pu/512x384.jpg', 'https://html5.gamemonetize.com/lik4crzxj5a7mzyg90s5x6xf4md3t3pu/', '0', 'Sports', 0, 0, '', 'beach-volleyball-d'), (265, 'Color Cup Filling', 'Colour Cup Filling is a thrilling puzzle game where players fill cups with vibrant paint colours to match given patterns. With quick reflexes and strategic thinking, players must navigate increasingly challenging levels, overcoming obstacles and mastering new techniques to progress. Featuring intuitive controls and captivating visuals, this addictive game offers hours of entertainment for players of all ages. Can you conquer the colourful challenges and become the ultimate cup-filling champion?', 'https://img.gamemonetize.com/owu3cmpemz5j5rgdz5lipci12lihkw5y/512x384.jpg', 'https://html5.gamemonetize.com/owu3cmpemz5j5rgdz5lipci12lihkw5y/', '0', 'Arcade', 0, 0, '', 'color-cup-filling'), (266, 'Merge Food Puzzle', 'Merge Food Puzzle is a synthetic puzzle game. What is different from ordinary match-3 games is that successful matches will not disappear and will generate higher-level food. The game has two modes: Merge BBQ and Merge Fruit. Merge BBQ has a variety of barbecues waiting for you to unlock, including corn, cauliflower, fish, squid, and more. Have fun!', 'https://img.gamemonetize.com/myf4nibujq1m9wwmvd5izcw2u7twd4ml/512x384.jpg', 'https://html5.gamemonetize.com/myf4nibujq1m9wwmvd5izcw2u7twd4ml/', '0', 'Puzzles', 0, 0, '', 'merge-food-puzzle'), (267, 'Temple Battle Lightsaber', 'Are you ready to fight with your friend? Engage in battle with your friend and the one who achieves the most kills wins.Swords drawn. Beam swords ready. Fight with your friend and be the winner of the temple. Choose to be from the blue or red team and kill the opposing team to win. You must be careful, poisonous water is rising every second. If you touch the poisonous water, you die. Also, watch out for the TNT falling from above, as they can kill you too. Survive and kill to win.', 'https://img.gamemonetize.com/jxzloimj2jepa67teod995ml70jeoapb/512x384.jpg', 'https://html5.gamemonetize.com/jxzloimj2jepa67teod995ml70jeoapb/', '0', 'Action', 0, 0, '', 'temple-battle-lightsaber'), (268, 'Sorcerer Mahjong Marvels', 'Step into the Sorcerer Mahjong Marvels. Match mystical tiles adorned with enchanting artifacts. Collect only open tiles that dont have adjacent tiles to the left or right. Gather all the tile sets to win each level. Conquer 60 levels within the time limits to complete this game. Uncover magical secrets to become the ultimate magician!', 'https://img.gamemonetize.com/wvcamycseffy9n5pafi21s9a9epnbjgf/512x384.jpg', 'https://html5.gamemonetize.com/wvcamycseffy9n5pafi21s9a9epnbjgf/', '0', 'Puzzles', 0, 0, '', 'sorcerer-mahjong-marvels'), (269, 'Five Nights at Horror Games', 'Welcome to Five Nights at Horror Games, a spine-chilling experience for thrill-seekers! Assume the role of a security guard in the eerie Haggy Lee Mansion Hospital, where strange sounds and suspicious creatures lurk. Keep a close eye on Huggy Lee and Granny Grandmother through surveillance cameras, conserving electricity to prevent their sinister advances. Navigate the labyrinthine hospital, feeling the adrenaline rush as you survive five terrifying nights. Website Developer <a href=\'https://www.bestcrazygames.com\'>https://www.bestcrazygames.com</a>', 'https://img.gamemonetize.com/nngvaejcv5w8qkis77vn842mfer20fm9/512x384.jpg', 'https://html5.gamemonetize.com/nngvaejcv5w8qkis77vn842mfer20fm9/', '0', 'Action', 0, 0, '', 'five-nights-at-horror-games'), (270, 'Street Food Deep Fried', 'The weekend is here! Invite your friends and go to the streets together to find the most delicious fried food! Look, there are a lot of fast food kiosks over there, and there are long lines outside the kiosks, and people are waiting for their delicious fried food! Such as fried onion blossoms, corn crisps, French fries, chicken popcorn and the most popular corn dog! Do you also want to try these tempting fried street snacks? bring it on! Then start the game now!', 'https://img.gamemonetize.com/zec40cp7uhh42uzdah2wjiv14mh6qt79/512x384.jpg', 'https://html5.gamemonetize.com/zec40cp7uhh42uzdah2wjiv14mh6qt79/', '0', 'Girls', 0, 0, '', 'street-food-deep-fried'), (271, 'Princess Pet Beauty Salon', 'Princess Pet Beauty Salon is a very stylish makeover game. In this Princess Pet Beauty Salon game, you are a senior designer of a fashion salon and you are in charge of styling celebrities from home and abroad. In this game, you are a senior designer in a fashion salon and you are in charge of designing looks for celebrities from home and abroad. In addition to designing the look for the three princesses, you also have to design the look for their pets. They came back from a trip, so they are a little bit messy, but I believe that after your exquisite skills, they will become brand new. If you are interested in this game, come and invite your', 'https://img.gamemonetize.com/3h0saxfgywoue58gf398lktsb0wopvtt/512x384.jpg', 'https://html5.gamemonetize.com/3h0saxfgywoue58gf398lktsb0wopvtt/', '0', 'Girls', 0, 0, '', 'princess-pet-beauty-salon'), (272, 'Drift Rider', 'Drift Rider invites you to the thrilling world of 3D drifting, where skillful maneuvers and strategic driving earn you points to unlock a diverse fleet of cars and access extensive customization options. Immerse yourself in the exhilaration of drifting, whether through the bustling streets of the city or along the sprawling stretches of the highway. Feel the rush of adrenaline as you take control, start the engine, and challenge your limits in this electrifying drift game. Prepare to test your driving prowess and drift your way to the top in one of the most engaging drifting experiences available! Website Developer &lt;href=<a href=\'https://www.online\'>https://www.online</a>', 'https://img.gamemonetize.com/k45ybqrs3f3b8nnmgqbezxg3d7islzo3/512x384.jpg', 'https://html5.gamemonetize.com/k45ybqrs3f3b8nnmgqbezxg3d7islzo3/', '0', 'Racing', 0, 0, '', 'drift-rider'), (273, 'Nerdy Girl Makeup Salon', 'Honey! Super nerds are so busy at school, they spend most of their time studying and barely have time to look in the mirror! You can help nerds make crazy changes to it! The future of nerddom is in your hands! Dress her up with so many beautiful prom dresses and you will find one that you like best. After the spa, makeup and dress up, the nerd will become a great girl and attend her prom party. What an amazing journey it has been! One of the most exciting dress up and makeup games for girls!', 'https://img.gamemonetize.com/uawlb6auc3jgnr8r8zmxscqoitvnjuva/512x384.jpg', 'https://html5.gamemonetize.com/uawlb6auc3jgnr8r8zmxscqoitvnjuva/', '0', 'Girls', 0, 0, '', 'nerdy-girl-makeup-salon'), (274, 'Screw Puzzle', 'Welcome to the enigmatic realm of Screw Puzzle: Nuts and Bolts Game, where mind-bending conundrums await your prowess! Are you ready to become a Screw Master? If you like playing screw puzzle game, Screw Puzzle: Nuts and Bolts is designed for you! Dive into a convoluted labyrinth of twisted iron sheets and plates, adorned with forsaken bolt fragments and rings, presenting an epic and intricate puzzle odyssey. There will be different nuts and bolts for each level, try it yourself!', 'https://img.gamemonetize.com/bngsfopq507bbcs5o716ntys6z2tnkp6/512x384.jpg', 'https://html5.gamemonetize.com/bngsfopq507bbcs5o716ntys6z2tnkp6/', '0', 'Puzzles', 0, 0, '', 'screw-puzzle'), (275, 'Brainstorming 2D', 'Brainstorming 2D is a puzzle game. In each slider puzzle, you will see a grid with colored grid edges with squares inside these borders. The squares are the same color as the grid edges. The number of colors may vary. Each slider puzzle aims to get rid of all blocks locked within the edges of the grid.', 'https://img.gamemonetize.com/o3xlipkzud6ezzw07i3tukg6da0cit8j/512x384.jpg', 'https://html5.gamemonetize.com/o3xlipkzud6ezzw07i3tukg6da0cit8j/', '0', 'Puzzles', 0, 0, '', 'brainstorming-d'), (276, 'Stickman Thief Puzzle 2', 'Revamp the batter: Stickman Thief Puzzle 2 offers an entertaining puzzle experience where you aim to aid a cunning thief in stealing various items and individuals. Each level presents a unique challenge where you must strategically extend the thiefs arm to access the desired target or apprehend a person. However, becoming a master thief requires more than a simple reach; you must employ cunning tactics and strategic thinking to outsmart your adversaries. Website Developer <a href=\'https://www.brightestgames.com/new-games\'>https://www.brightestgames.com/new-games</a>', 'https://img.gamemonetize.com/zqk22il0jwlbf2ky8th74u84fz86g3pu/512x384.jpg', 'https://html5.gamemonetize.com/zqk22il0jwlbf2ky8th74u84fz86g3pu/', '0', 'Puzzles', 0, 0, '', 'stickman-thief-puzzle-'), (277, 'Food Blocks Puzzle', 'Food Blocks Puzzle or also called 1010 is a simple HTML5 puzzle game. Drag Food blocks into grid board until board grid vertical or horizontal line are full filled, then blocks that get filled will be removed, and make sure there is a possible moves for available blocks. Try to get the highest score!', 'https://img.gamemonetize.com/fvhjy2kdwfhomms4iwurjhw1jzi8bdes/512x384.jpg', 'https://html5.gamemonetize.com/fvhjy2kdwfhomms4iwurjhw1jzi8bdes/', '0', 'Puzzles', 0, 0, '', 'food-blocks-puzzle'), (278, 'Fill Glass', 'Fill Glass is a simple yet addictive game. Fill the glass to the perfect level without letting it overflow or fall short of the target. Precision is key as you pour, aiming for the highest highscore! As you progress, upgrade your pouring machine to enhance your accuracy!', 'https://img.gamemonetize.com/6jhe07v39h6zdamdxhxrxffcjmqrlo0f/512x384.jpg', 'https://html5.gamemonetize.com/6jhe07v39h6zdamdxhxrxffcjmqrlo0f/', '0', 'Hypercasual', 0, 0, '', 'fill-glass'), (279, 'Super Kart Turbo Racers', 'Get ready for a mind-bending racing experience in Super Kart Turbo Racers, where the track is not the only thing testing your skills! Navigate through a visually mesmerizing world filled with color-based challenges, thrilling races, and strategic decisionmaking. Will you conquer the track, or will the Stroop Effect leave you in a kaleidoscopic whirlwind? Colorful Cognitive Racing Strategic Power-Ups Options of Gate Entry', 'https://img.gamemonetize.com/rqqxcfv61yslyunyussxv8vmojqj5ntf/512x384.jpg', 'https://html5.gamemonetize.com/rqqxcfv61yslyunyussxv8vmojqj5ntf/', '0', 'Racing', 0, 0, '', 'super-kart-turbo-racers'), (280, 'Fantasy Typing', 'Fantasy Typing immerses you in a magical world where your typing speed and precision are your weapons. Explore a vast fantasy realm, battle mythical creatures, and face epic bosses by typing words with lightning-fast accuracy. Upgrade your typing abilities, unlock secrets, and become the hero of an epic adventure in this captivating typing game.', 'https://img.gamemonetize.com/tkj7q2asp9zex7ate9qzoxkb4ovpxc2b/512x384.jpg', 'https://html5.gamemonetize.com/tkj7q2asp9zex7ate9qzoxkb4ovpxc2b/', '0', 'Hypercasual', 0, 0, '', 'fantasy-typing'), (281, 'Catch The Hen Lines and Dots', 'Welcome to Hen Catch: Lines and Dots. Our game presents a fresh approach to the classic line and dots concept, featuring addictive gameplay and a delightful blend of familiarity and innovation that will keep you engaged. Gameplay: Strategically connect the dots to form lines and carefully encircle hens while earning eggs for each successful capture. The goal is to skillfully surround hens, providing players with an engaging objective to strive towards. Delve into the intricacies of the gameplay and experience the satisfaction of mastering this challenging puzzle that combines logic and strategy.', 'https://img.gamemonetize.com/k9f0o1gr2ie8qzkyrmr50gjym5wsk9ig/512x384.jpg', 'https://html5.gamemonetize.com/k9f0o1gr2ie8qzkyrmr50gjym5wsk9ig/', '0', 'Puzzles', 0, 0, '', 'catch-the-hen-lines-and-dots'), (282, 'GrowBall Feed to Grow', 'It is a thrilling black hole adventure where they take on the role of a greedy slime. As the protagonist, players navigate through a world where their mouth acts like a black hole, consuming anything smaller. With each successful swallow, the slime grows larger, intensifying the challenge. With vibrant visuals and addictive gameplay, Super Slime promises an exhilarating journey through the cosmos of consumption. Website Developer <a href=\'https://www.kizi10.org/\'>https://www.kizi10.org/</a>', 'https://img.gamemonetize.com/hcx5y4cogxnwjvozussfta9q00905zv6/512x384.jpg', 'https://html5.gamemonetize.com/hcx5y4cogxnwjvozussfta9q00905zv6/', '0', 'Action', 0, 0, '', 'growball-feed-to-grow'), (283, 'Pets Adventure A Day To Remember', 'Join Midge, Polly, Doug, Cooper, and Luca in the wildest Petventure! Each pet has a unique quest: Midge craves a glamorous makeover, Polly prepares for Coronation Couture, Doug tackles mud clean-up, Cooper heals wounds, while Luca embarks on adventure dress-up! Experience the chaos, silliness, and giggles as they chase joy together. Dive into a world of laughter and create pet-tastic memories that last a lifetime! Get ready to embark on an unforgettable journey with these adorable buddies!', 'https://img.gamemonetize.com/ru49sybrujs3tdi8306crg4ns6tgtgd0/512x384.jpg', 'https://html5.gamemonetize.com/ru49sybrujs3tdi8306crg4ns6tgtgd0/', '0', 'Girls', 0, 0, '', 'pets-adventure-a-day-to-remember'), (284, 'Stellar Style Spectacle Fashion', 'Stellar Style Spectacle Fashion invites you to prep four besties for a futuristic red carpet bash. Your mission: choose attention-grabbing outfits from a virtual wardrobe of holographic gowns, metallic accessories, experiment with gravity-defying hairstyles, and glowing-in-the-dark makeup, and avant-garde accessories. Immerse yourself in a world of creativity, innovation, and stellar fashion. Ready to make a statement on the most spectacular runway of the future? let the fashion spectacle begin!', 'https://img.gamemonetize.com/mu8y7eie0wo3ssde92pcgg2ar07h30su/512x384.jpg', 'https://html5.gamemonetize.com/mu8y7eie0wo3ssde92pcgg2ar07h30su/', '0', 'Girls', 0, 0, '', 'stellar-style-spectacle-fashion'), (285, 'City Simulator', 'City Simulator is a browser-based simulation game that requires no downloads to play. Drawing inspiration from classic urban adventure games, players are assigned various tasks within the City Simulator environment. By completing these tasks, players are rewarded with prizes and diamonds. Your mission is to confront and overcome the citys criminals to safeguard the metropolis! Website Developer <a href=\'https://www.onlinegames.io/\'>https://www.onlinegames.io/</a>', 'https://img.gamemonetize.com/kugv3vk5yetx1e6klghyqvfcx9lh1v8n/512x384.jpg', 'https://html5.gamemonetize.com/kugv3vk5yetx1e6klghyqvfcx9lh1v8n/', '0', 'Shooting', 0, 0, '', 'city-simulator'), (286, 'Hook Wars', 'Hook Wars is an immersive 3D combat game where the main objective is to dodge hooks from opponents across the river while attempting to hook them towards your side. Accuracy in targeting is key in this game. Aim to surpass your previous scores with each attempt in this thrilling action-packed game! Website Developer <a href=\'https://www.onlinegames.io/\'>https://www.onlinegames.io/</a>', 'https://img.gamemonetize.com/8j0k7hnlow6b6ygjrlrre3wp55isblgt/512x384.jpg', 'https://html5.gamemonetize.com/8j0k7hnlow6b6ygjrlrre3wp55isblgt/', '0', 'Action', 0, 0, '', 'hook-wars'), (287, 'Call of Bravery Shooter', 'Call of Bravery Shooter: Dive into the ultimate FPS experience with lifelike 3D weaponry. Choose between Catania or Venado maps for intense 5v5 action. Arm yourself with primary, secondary, and utility weapons to outgun rivals at every stage. Emulate classic FPS tactics for a strategic edge, aiming for headshots to secure swift victories. The first team to rack up 50 points claims the win. Stay focused, aim true, and fire away in Call of Bravery Shooter!', 'https://img.gamemonetize.com/r5arihemwlm6aqs4rt8z2yhmkmbb5zw4/512x384.jpg', 'https://html5.gamemonetize.com/r5arihemwlm6aqs4rt8z2yhmkmbb5zw4/', '0', 'Shooting', 0, 0, '', 'call-of-bravery-shooter'), (288, 'Bus Driving Simulator 2024', 'Bus Driving Simulator 2024 offers an ultra-realistic experience as you step into the driver&rsquo;s seat. Explore meticulously detailed virtual cities across London, Paris, New York, Tokyo, and Rome. Your mission: transport passengers to various stops without time constraints. Remember to follow traffic rules and handle the doors carefully. Ready to test your skills? Let&rsquo;s hit the road!', 'https://img.gamemonetize.com/adz9a5tpbei6tzq8pgtbcwsmimlmiev0/512x384.jpg', 'https://html5.gamemonetize.com/adz9a5tpbei6tzq8pgtbcwsmimlmiev0/', '0', 'Racing', 0, 0, '', 'bus-driving-simulator-'), (289, 'Arabic Make up Dresser', 'Arabic Make up Dresser invites players to immerse themselves in the world of Middle Eastern beauty and fashion. With stunning traditional attire and intricate makeup options, players can create breathtaking looks for various occasions. From elegant hijabs to intricate henna designs, the game celebrates the rich cultural heritage of Arabic beauty. Customize your avatar, experiment with different styles, and showcase creativity in this captivating makeover experience! Website Developer <a href=\'https://www.coolcrazygames.com/\'>https://www.coolcrazygames.com/</a>', 'https://img.gamemonetize.com/8wqpg9opyobkr4lqqz89nm1obvi4lju5/512x384.jpg', 'https://html5.gamemonetize.com/8wqpg9opyobkr4lqqz89nm1obvi4lju5/', '0', 'Girls', 0, 0, '', 'arabic-make-up-dresser'), (290, 'Cat Trap Labyrinth Escape', 'Navigate through the intricate Cat Trap Labyrinth Escape! Maneuver through a maze of cunning traps and challenges to liberate the trapped felines. Utilize cunning strategies and quick reflexes to outwit the labyrinths devious designs. Can you navigate to freedom and rescue the cats before its too late? Website Developer <a href=\'https://www.playbestgames.online/\'>https://www.playbestgames.online/</a>', 'https://img.gamemonetize.com/dp10mw78lw6535wk58njcp9hmm8crkjm/512x384.jpg', 'https://html5.gamemonetize.com/dp10mw78lw6535wk58njcp9hmm8crkjm/', '0', 'Hypercasual', 0, 0, '', 'cat-trap-labyrinth-escape'), (291, 'Baby Taylor Mall Shopping', 'No girl doesn&rsquo;t dream of going to the mall and shopping to her heart&rsquo;s content! The same goes for our good friend Taylor. Today I will give you and Taylor a chance to go to the mall for shopping and entertainment! Go to the fashion store to buy the most beautiful and fashionable clothes, go to the nail salon to get a beautiful manicure, go to the tailor shop to design your own exclusive dress, go to the beauty store to apply beautiful makeup...each item is for girls Most wanted! Okay, don&rsquo;t waste time, let&rsquo;s set off with Taylor!', 'https://img.gamemonetize.com/o8ve2753u0edeajkokt9580qcmnfpat9/512x384.jpg', 'https://html5.gamemonetize.com/o8ve2753u0edeajkokt9580qcmnfpat9/', '0', 'Girls', 0, 0, '', 'baby-taylor-mall-shopping'), (292, 'Mahjong Elimination Game', 'Mahjong Elimination Game is an interesting mahjong puzzle game. There are many kinds of mahjong in this game. Try to connect them if they are the same and they will eliminate. Several levels are waiting for you! Dont miss this mahjong game!', 'https://img.gamemonetize.com/aamtoidhpxck3usr5mywbsj6i842d8fr/512x384.jpg', 'https://html5.gamemonetize.com/aamtoidhpxck3usr5mywbsj6i842d8fr/', '0', 'Puzzles', 0, 0, '', 'mahjong-elimination-game'), (293, 'Best Coloring Book', 'Introducing a fun Coloring Game for kids! This app comes with 15 cute pictures and three brushes - pencil, paintbrush, and bucket fill. With a palette of 120 colors, kids can enjoy a simple and enjoyable coloring experience. The user-friendly interface makes it easy for parents to save or share their child&rsquo;s creations. It&rsquo;s a perfect way to spark creativity in young minds in the digital world.', 'https://img.gamemonetize.com/46g5f3w8hrmz8z1t4p30ux3zffu6ew0f/512x384.jpg', 'https://html5.gamemonetize.com/46g5f3w8hrmz8z1t4p30ux3zffu6ew0f/', '0', 'Puzzles', 0, 0, '', 'best-coloring-book'), (294, 'Amaze Flags Asia', 'Find out how much you are of the nations and countries of Asia by taking this short quiz. Examine each flag and select the nation name that most accurately describes it. Players of all ages can enjoy this puzzle-solving game, which can help you improve rapidly. You might put your mettle to the test by playing games in both timed and timeless modes and solving every challenge to win. Answer all the quiz in time and challenge your friends to answer them all and prove your general knowledge. Jhurr provides you lots of puzzle and quiz games, play and learn on jhurr.com', 'https://img.gamemonetize.com/dat3aa3j82jp4hn17fkkgg104vuuyzwk/512x384.jpg', 'https://html5.gamemonetize.com/dat3aa3j82jp4hn17fkkgg104vuuyzwk/', '0', 'Puzzles', 0, 0, '', 'amaze-flags-asia'), (295, 'DuckShooting', 'Duck Shooting is an exciting and adventurous shooting game based on the amusement parks. When you enter the colorful shooting range to shoot there is floating a duck with a crown, and there is a pouty red and offended bird. But there are ducks with a cross! Your task is to hit the ducks and monsters. But be careful to hit the wrong duck because when you do it means that you cannot shoot at them because the points are reduced! Goodluck!', 'https://img.gamemonetize.com/t1g6oswl4f2oel5bq45enprxgzh43zix/512x384.jpg', 'https://html5.gamemonetize.com/t1g6oswl4f2oel5bq45enprxgzh43zix/', '0', 'Clicker', 0, 0, '', 'duckshooting'), (296, 'Diner in the Storm', 'Diner in the Storm is a thrilling escape game where you take shelter in a diner from a sudden storm. You are safe for now, but its not long before you realize theres something dangerous outside the thin diner walls. Leaving is easy, but convincing everyone else to come with you might not be.', 'https://img.gamemonetize.com/dxerm97p0pioazt3zsxhphhtueq3pavf/512x384.jpg', 'https://html5.gamemonetize.com/dxerm97p0pioazt3zsxhphhtueq3pavf/', '0', 'Puzzles', 0, 0, '', 'diner-in-the-storm'), (297, 'ZombieCrash', 'Meet the new word in the world of zombie apocalypse! Destroy hordes of undead in our exciting 2D shooter. Join the battle and fight for survival in a crowd of zombies. Scores, competition with friends, and continuous attacks are all waiting for you in our game. Become the best zombie hunter and save the world from chaos! Dive into the action right now - for free and without limits!', 'https://img.gamemonetize.com/lf6ttexnma1ism1qkm056cfjb8dvvxi7/512x384.jpg', 'https://html5.gamemonetize.com/lf6ttexnma1ism1qkm056cfjb8dvvxi7/', '0', 'Shooting', 0, 0, '', 'zombiecrash'), (298, 'Baking Cooking Fun', '- Follow the gesture prompts, arrow prompts, icon prompts, etc. in the game to cook food step by step - Try using different tools to make food -Mix different ingredients to create unique flavors and colors for your food - Decorate your food with beautiful sprinkles, candies, fruits, straws, balloons and more -Trigger magical rainbow &amp; shooting star magic while tasting desserts', 'https://img.gamemonetize.com/mzeyucryjbvkhdc4r4k9sqjr0c5wfmzn/512x384.jpg', 'https://html5.gamemonetize.com/mzeyucryjbvkhdc4r4k9sqjr0c5wfmzn/', '0', 'Girls', 0, 0, '', 'baking-cooking-fun'), (299, 'Pomni Circus Ball Rush', 'Are you ready to have some funny time with Digital Circus Relaxing Time? Digital Circus Relaxing Time is super fun game that you can play online for free. No Download needed! Play around with Pomni character, coloring, box stocking, face distorting or dragging the character around! Play around and have fun!', 'https://img.gamemonetize.com/4jjafiycp6aaff067xbvlsnaby6ojhq5/512x384.jpg', 'https://html5.gamemonetize.com/4jjafiycp6aaff067xbvlsnaby6ojhq5/', '0', 'Hypercasual', 0, 0, '', 'pomni-circus-ball-rush'), (300, 'World of Alice Animal Habitat', 'World of Alice - Animal Habitat World of Alice - Animal Habitat is an educational game developed for children where they will learn what different habitats are and which animals live in them in a fun way from their cell phone, tablet or computer. Excellent educational resource. In World of Alice, learning is fun.', 'https://img.gamemonetize.com/74stifo6gpkp5hqv73a57bq6079mimbr/512x384.jpg', 'https://html5.gamemonetize.com/74stifo6gpkp5hqv73a57bq6079mimbr/', '0', 'Puzzles', 0, 0, '', 'world-of-alice--animal-habitat'), (301, 'Ultimate Assassination', 'The story takes place in a luxurious kingdom, challenging you to destroy the king and become the new king. Become a king and beware of potential traitors! Explore the various possible scenarios in the game and experience them while mastering the art of deception. Come and challenge and see if you can successfully destroy the king. Start your journey of deception.', 'https://img.gamemonetize.com/cjkzivm0hh60noz8ku1c91uwowpx668b/512x384.jpg', 'https://html5.gamemonetize.com/cjkzivm0hh60noz8ku1c91uwowpx668b/', '0', 'Hypercasual', 0, 0, '', 'ultimate-assassination'), (302, 'Indygirl and the Golden Skull', 'Welcome to the life of Indygirl where challenges and adventures are fun! The girl who loves to uncover hidden treasures and adventures. She now found the Golden Skull and now ready come and needs your help dig into the cave! Your task is help Indygirl in her journey to collect all the jewels and golds that are hidden in the cave. All the golden pieces and diamonds and jewelries from each level of this game, must be collected. But beware, danger and adventures are in, but not in the same amount in all levels. Focus on getting gold! Run as fast as you can before that gigantic rock will run over you!', 'https://img.gamemonetize.com/9u8feqv3grgc780n912qubegy00a8tg1/512x384.jpg', 'https://html5.gamemonetize.com/9u8feqv3grgc780n912qubegy00a8tg1/', '0', 'Clicker', 0, 0, '', 'indygirl-and-the-golden-skull'), (303, 'Princess Goldsword and The Land of Water', 'In a world of magic in a far away land, there is an island where Trinks lives a very friendly creature, Princess Goldsword. They have the loyalty of the courageous Princess. It protects from all dangers. But something terrible has happened! The monsters from the waters stole all the treasures of Trinks. And worse, stolen children also! The task is to help Princess Goldsword recover the stolen treasures while facing monsters, traps, and challenges of all sizes.', 'https://img.gamemonetize.com/6pjwwhx766ooq4tq1bk5ho9x0uztkaqd/512x384.jpg', 'https://html5.gamemonetize.com/6pjwwhx766ooq4tq1bk5ho9x0uztkaqd/', '0', 'Clicker', 0, 0, '', 'princess-goldsword-and-the-land-of-water'), (304, 'Age Of Quest', 'In the Age of Quest, relentless hordes of monsters and skeletons besiege your castle. Armed with a sword, endowed with potent magical abilities, and equipped with formidable super frames, your mission is to defend your stronghold by any means necessary. As you vanquish each creature, youll acquire coins, gems, and ammunition to bolster your powers. Can you emerge as the valiant hero who repelled the relentless assault? Website Developer <a href=\'https://www.bestcrazygames.com\'>https://www.bestcrazygames.com</a>', 'https://img.gamemonetize.com/21w183pon5e08kuu66ta3irsrrjdqecj/512x384.jpg', 'https://html5.gamemonetize.com/21w183pon5e08kuu66ta3irsrrjdqecj/', '0', 'Action', 0, 0, '', 'age-of-quest'), (305, 'Soft Girls Winter Aesthetics', 'Hop on a plane and spend your winter vacation traveling around the world together with your favorite princesses. Discover fun winter activities and practice your fashion advisor skills while helping them choose their outfits of the day in the Soft Girls Winter Aesthetics for girls! Have a blast!', 'https://img.gamemonetize.com/m3kw6wuzjva5ptr070sqb4c3j0ha1flp/512x384.jpg', 'https://html5.gamemonetize.com/m3kw6wuzjva5ptr070sqb4c3j0ha1flp/', '0', 'Girls', 0, 0, '', 'soft-girls-winter-aesthetics'), (306, 'Organize It', 'Organize It is a decompression and organizing game for all players. Arent you tired of all the clutter and chaos? Dont you just find peace when everything is in its right place and in harmony? Everything is scattered in total chaos. Only a hero can fight against all this chaos. This is your chance to organize it! Solve ingenious puzzles and organize everything to find harmony at every level. Organize, profit and become the best of the best!', 'https://img.gamemonetize.com/wq963k2rgn9wlftys4l6gdr2aoh10ait/512x384.jpg', 'https://html5.gamemonetize.com/wq963k2rgn9wlftys4l6gdr2aoh10ait/', '0', 'Girls', 0, 0, '', 'organize-it'), (307, 'Catnap Poppy Playtime Puzzle', 'In this puzzle, your task is to draw geometric shapes. They must fall or roll and knock out CatNap. There are special tools, hooks, beams, rockets, stones and balls. Use logic and physics to cope with all tasks and pass all levels. Good luck and good mood.', 'https://img.gamemonetize.com/46r5tdyddgh7rkbmtfqi0by8u6mrro1u/512x384.jpg', 'https://html5.gamemonetize.com/46r5tdyddgh7rkbmtfqi0by8u6mrro1u/', '0', 'Puzzles', 0, 0, '', 'catnap-poppy-playtime-puzzle'), (308, 'Orcs new lands', 'Unusual mechanics for RPG games. Raid villages and develop your hero. You play as an orc who is exploring new lands for conquest. Travel the world, develop your hero. Unusual and simple gameplay.', 'https://img.gamemonetize.com/q8f7w2acdpcl0kz3lkq0tfh416gijgoe/512x384.jpg', 'https://html5.gamemonetize.com/q8f7w2acdpcl0kz3lkq0tfh416gijgoe/', '0', 'Clicker', 0, 0, '', 'orcs-new-lands'), (309, 'Classic Tank Wars Extreme HD', 'Classic Tank Wars Extreme HD brings back the good old Arcade days to your mobile device! Attack and destroy enemy armored vehicles in 120 exciting levels to achieve the main goal victory! But do not forget to defend your base in the heat of the fights; its destruction leads to the failure of your entire mission. There are also dangerous minibosses and other challenges. Can you master them and become the hero in this classic arcade game? Good luck!', 'https://img.gamemonetize.com/symn69cisr0r1j9pfx6u4do3qsfht01m/512x384.jpg', 'https://html5.gamemonetize.com/symn69cisr0r1j9pfx6u4do3qsfht01m/', '0', 'Shooting', 0, 0, '', 'classic-tank-wars-extreme-hd'), (310, 'Freddys Return Village Escape', 'Immerse yourself in this 3D gametheres no need to fear the monster Freddy. To familiarize yourself with the area, play the escape mode. Youll find yourself in a mysterious forgotten city on New Years Eve, with snow making escape difficult. Get out of there and stay alive for as long as possible by exploring the whole map. Freddy and his snowman minions will relentlessly pursue and attack you in the second game mode, but you have the option to bring weapons to assist you destroy them.', 'https://img.gamemonetize.com/t2w13n4v5ua06i776d9rgbmn7t6c9vjb/512x384.jpg', 'https://html5.gamemonetize.com/t2w13n4v5ua06i776d9rgbmn7t6c9vjb/', '0', 'Action', 0, 0, '', 'freddys-return-village-escape'), (311, 'Only Up Or Lava', 'Get ready for an exhilarating adventure, test your skills to the limit! Conquer levels, leap over perilous obstacles, and dodge the scorching lava. Jump, climb, and make precise jumps. Challenges intensify with each level, testing your bravery and determination. Can you prevail, overcoming all obstacles in this unforgettable journey? Fate is in your hands - conquer the levels or be engulfed by the molten lava. The choice is yours.', 'https://img.gamemonetize.com/cd2qifsgo6o682uu8vufmuxw7hk851gi/512x384.jpg', 'https://html5.gamemonetize.com/cd2qifsgo6o682uu8vufmuxw7hk851gi/', '0', 'Adventure', 0, 0, '', 'only-up-or-lava'), (312, 'Ultimate Plants TD', 'Ultimate Plants TD is an army of plants to protect your garden from countless zombies. Your goal is to protect your garden from challenging waves of zombies. Experimenting with different plant combinations and positioning is the key to maximizing your defense capabilities and overcoming tough challenges!', 'https://img.gamemonetize.com/g2ykgebeut0320brzqb87dfur7j3tq0s/512x384.jpg', 'https://html5.gamemonetize.com/g2ykgebeut0320brzqb87dfur7j3tq0s/', '0', 'Hypercasual', 0, 0, '', 'ultimate-plants-td'), (313, 'Friends Battle Crepgun', 'Are you ready to battle with your friend? Arrows are coming from all directions, so be careful. If you want to defeat your friend, you must avoid the arrows. If you can go on without getting hit by arrows for 10 seconds, you win the game. Every time an arrow hits you, the duration will increase by 1 second, so you must be very careful. You need to defeat your friend. Beat your friend and be the winner. You have 10 seconds to win. Be very careful, arrows are everywhere.', 'https://img.gamemonetize.com/zps1ypfzcu7hk60uenb7icjwtdivsv4s/512x384.jpg', 'https://html5.gamemonetize.com/zps1ypfzcu7hk60uenb7icjwtdivsv4s/', '0', 'Arcade', 0, 0, '', 'friends-battle-crepgun'), (314, 'Nuts and Bolts Screw Puzzle', 'Nuts And Bolts Screw Puzzle is a puzzle game to remove bolts from the board, by moving the bolts to other bolt holes. The game will be finished when all the boards are gone. Touch the bolt you selected, then move it to the available bolt hole, removing all boards from the game screen. When the board is stuck, it is your job to drop the board so that the game is finished.', 'https://img.gamemonetize.com/qgdqv3n2cla6fvt8shgkb018o31lwcxr/512x384.jpg', 'https://html5.gamemonetize.com/qgdqv3n2cla6fvt8shgkb018o31lwcxr/', '0', 'Puzzles', 0, 0, '', 'nuts-and-bolts-screw-puzzle'), (315, 'Wind Travelor', 'Wind Traveler is an immersive adventure game set in a vibrant, fantastical world where players harness the power of the elements to traverse landscapes and solve puzzles. With stunning visuals and intuitive controls, embark on a journey as the titular Wind Traveler, mastering the art of wind manipulation to overcome obstacles and discover hidden secrets. Unravel the mysteries of ancient ruins, encounter diverse creatures, and uncover the truth behind the fading winds. Your destiny awaits in this captivating tale of exploration and magic.', 'https://img.gamemonetize.com/s37eadhke08hmm32hb9nm8gqxsy81c0l/512x384.jpg', 'https://html5.gamemonetize.com/s37eadhke08hmm32hb9nm8gqxsy81c0l/', '0', 'Arcade', 0, 0, '', 'wind-travelor'), (316, 'Aircraft Battle 2024', 'You are a ship on a crucial mission to obliterate any aircraft spotted in the vast skies. Utilize the radar located at the center of the screen, and direct the mouse towards the targeted aircraft to initiate automatic shooting. Your precision and agility are paramount in ensuring the success of your mission. Stay vigilant and be prepared to engage in intense aerial combat as you navigate through the challenges of the sky. Only your skills can guarantee victory in this high-stakes battle. Website Developer <a href=\'https://www.crazygamesonline.com\'>https://www.crazygamesonline.com</a>', 'https://img.gamemonetize.com/vdpxh1ejl80w4hp7p7psuimdw10jbb9n/512x384.jpg', 'https://html5.gamemonetize.com/vdpxh1ejl80w4hp7p7psuimdw10jbb9n/', '0', 'Action', 0, 0, '', 'aircraft-battle-'), (317, 'Impossible going ball', 'In this impossible-going ball game, you have to control your players ball to control the player so you can collect the coins and save yourself from the obstacles.', 'https://img.gamemonetize.com/a5pohnvqbnhdvds8hxno7ejmh0ukp00g/512x384.jpg', 'https://html5.gamemonetize.com/a5pohnvqbnhdvds8hxno7ejmh0ukp00g/', '0', 'Hypercasual', 0, 0, '', 'impossible-going-ball'), (318, 'Face Changes', 'Face Changer is a fun puzzle game in which you have to correctly put together different faces in order to move to the next level or achieve new and better results in the training mode.', 'https://img.gamemonetize.com/05hwntll1yzv9dwtq1z0y9329dldy9yp/512x384.jpg', 'https://html5.gamemonetize.com/05hwntll1yzv9dwtq1z0y9329dldy9yp/', '0', 'Puzzles', 0, 0, '', 'face-changes'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (319, 'MUZY Jigsaw Puzzle', 'MUZY Jigsaw is an exciting game in which you have to assemble a puzzle of many pieces to recreate a single image. But don&rsquo;t think of it as a puzzle. It all begins with the mysterious events surrounding this toy, and it sets the stage for a deep dive into mystery. The game&rsquo;s narrative unfolds within the desolate confines of the abandoned industrial complex known as &ldquo;Maybedi.&rdquo; Once the property of the pioneering company &ldquo;NeuroWorld,&rdquo; which ingeniously merged artificial intelligence with children&rsquo;s toys, the complex now stands vacant. Your task is to assemble pieces of the puzzle, crack the mystery and find out what is behind the doors of the', 'https://img.gamemonetize.com/zv1qxlxyov7i63nf6adaf1udmkm1nviw/512x384.jpg', 'https://html5.gamemonetize.com/zv1qxlxyov7i63nf6adaf1udmkm1nviw/', '0', 'Puzzles', 0, 0, '', 'muzy-jigsaw-puzzle'), (320, 'Stickman Shooter Bros', 'Stickman Shooters Ready for action? Choose one of your 3 stickman characters with different abilities and defeat your enemies with 4 different weapons. Melt your enemies with the lava gun, destroy them with the minigun, deal damage from close range with the shotgun, and stun them with the teslagun. Strong enemies, challenging bosses, and exciting levels await you. Stickman Shooters is an immersive top-down shooter game.', 'https://img.gamemonetize.com/4exn3rd6dienls8l86g030cqczylfalc/512x384.jpg', 'https://html5.gamemonetize.com/4exn3rd6dienls8l86g030cqczylfalc/', '0', 'Shooting', 0, 0, '', 'stickman-shooter-bros'), (321, 'Happy Hawaiian Holiday', 'Zoe, Chloe, and Winnie plan to go on a holiday in Hawaii. They are so excited about this trip! Firstly, please change bikinis for each one, then play the finding items game. Have fun playing with these lovely girls!', 'https://img.gamemonetize.com/iq7ker01mp8fddvkb21a5whp7v3gvlh2/512x384.jpg', 'https://html5.gamemonetize.com/iq7ker01mp8fddvkb21a5whp7v3gvlh2/', '0', 'Girls', 0, 0, '', 'happy-hawaiian-holiday'), (322, 'Seafaring Memory Challenge', 'Embark on a mesmerizing journey beneath the waves with Seafaring Memory Challenge! Immerse yourself in an oceanic adventure where the depths of the sea hold an endless array of mysteries and treasures waiting to be discovered. As you delve into this captivating world, youll encounter a diverse assortment of sea-themed icons, from colorful fishes and delicate sea shells to sunken treasures like bottles, anchors, and keys. The gameplay is simple yet engaging: match pairs of identical icons to progress through the levels. With no limit to the number of levels, the challenge is endless, offering hours of entertainment and excitement. Each level', 'https://img.gamemonetize.com/6ssbro7t992clo9gmynsidfczv7ueejp/512x384.jpg', 'https://html5.gamemonetize.com/6ssbro7t992clo9gmynsidfczv7ueejp/', '0', 'Puzzles', 0, 0, '', 'seafaring-memory--challenge'), (323, 'Sweet Doll Dressup Makeup', 'Sweet Doll Dressup Makeup Game is a very fashionable dress-up game at yiv.com. If you are a fashion enthusiast this game is super perfect for you. Princess Dress Up Sweet Doll combines a spa game and a dress-up game. You can experience both the fun of giving a doll a face spa and a day as a stylist. The game has hundreds of different styles of accessories and clothing, you can always find a unique style for you in this DIY Paper Doll. You can even privately customize the dolls features. Want to know more about this game? Come and play it.', 'https://img.gamemonetize.com/l030mefanawp20w7yi6ywngngeo6reod/512x384.jpg', 'https://html5.gamemonetize.com/l030mefanawp20w7yi6ywngngeo6reod/', '0', 'Girls', 0, 0, '', 'sweet-doll-dressup-makeup'), (324, 'Polygon Flight Simulator', 'Fly like a pro in this airplane simulator; you can smoothly navigate from one airport to another. Its straightforward&mdash;press the W button, drag the mouse, and watch your plane ascend. Skillfully enter airborne checkpoints en route to your next destination airport. With intuitive controls, this simulator provides an immersive flying experience. Whether youre a novice or an expert, the seamless interface ensures an enjoyable journey through virtual skies. Master the art of aviation with this user-friendly simulator. Website Developer <a href=\'https://www.crazygamesonline.com\'>https://www.crazygamesonline.com</a>', 'https://img.gamemonetize.com/jxcgkmz8u2tpdhvvfed9ecl25bqkspxt/512x384.jpg', 'https://html5.gamemonetize.com/jxcgkmz8u2tpdhvvfed9ecl25bqkspxt/', '0', 'Action', 0, 0, '', 'polygon-flight-simulator'), (325, 'Friends Battle Water Die', 'Are you ready to fight with your friend? Engage in battle with your friend and the one who achieves the most kills wins. You must fight with your friend. Draw your sword and be ready for battle. The water is rising every second, so you must be very careful of the water. The water will kill you; fight with your friend before the water comes and reach the highest kill count.', 'https://img.gamemonetize.com/hfqndhz4mtabr586stwlbe6a6opb6une/512x384.jpg', 'https://html5.gamemonetize.com/hfqndhz4mtabr586stwlbe6a6opb6une/', '0', 'Action', 0, 0, '', 'friends-battle-water-die'), (326, 'Girls Doll Spinner', 'Girls Doll Spinner invites players into a vibrant world where creativity knows no bounds. Delightful dolls and charming accessories await customization as players spin their way through endless possibilities. From fashion-forward outfits to adorable hairstyles, every detail reflects the players unique style. With intuitive controls and a plethora of options, this game encourages imagination and self-expression. Whether designing for a fashion show or a casual hangout. Website Developer <a href=\'https://www.coolcrazygames.com/\'>https://www.coolcrazygames.com/</a>', 'https://img.gamemonetize.com/570o10a5ykhp2z3qzmwntdtxu234p5z7/512x384.jpg', 'https://html5.gamemonetize.com/570o10a5ykhp2z3qzmwntdtxu234p5z7/', '0', 'Girls', 0, 0, '', 'girls-doll-spinner'), (327, 'Grimace Click and Paint', 'Grimace Click and Paint is another one yet super fun coloring game for kids. You can play Grimace Click and Paint online for free, No Download needed to play. Choose one of the images and paint it the way you like. When done, share it with your friends! Have fun!', 'https://img.gamemonetize.com/zwz6iuv656hriixh015zjwcx6vo1gzvu/512x384.jpg', 'https://html5.gamemonetize.com/zwz6iuv656hriixh015zjwcx6vo1gzvu/', '0', 'Girls', 0, 0, '', 'grimace-click-and-paint'), (328, 'Sweet Match', 'Welcome to Sweet Match Puzzle Game! Swipe to match 3 or more identical candies to eliminate them and keep matching till you finish your mission to unlocked the next level. Explore 25 Challenging level and try to complete them all! Good Luck!', 'https://img.gamemonetize.com/mrnfepi9o508sb3gm7csl6k83y63dy5d/512x384.jpg', 'https://html5.gamemonetize.com/mrnfepi9o508sb3gm7csl6k83y63dy5d/', '0', 'Puzzles', 0, 0, '', 'sweet-match'), (329, 'Roll Ball 3D', 'Roll Ball 3D is one of the best ball games ever. You will easily learn how to control ball games 3D, but will you be able to master the rolling ball games? Time is of the essence! Only speed and focus will help you unlock more arenas with new challenges ahead! Play Roll Ball 3D and test your ball control skills! Overcome obstacles and win. It is very easy to control the ball, but it will take skill to win. Collect rare balls and improve your record until you become a champion.', 'https://img.gamemonetize.com/79zn54hmgobp9xiwqk7kype11zih5m66/512x384.jpg', 'https://html5.gamemonetize.com/79zn54hmgobp9xiwqk7kype11zih5m66/', '0', 'Sports', 0, 0, '', 'roll-ball-d'), (330, 'Celebrity Face Dance', '&laquo;Celebrity Face Dance&raquo; - an exciting game for girls that combines makeup and dancing. In this game, you can transform into real stars and experience being a makeup artist and dancer at the same time. Three celebrities await you - Ariana, Taylor and Billie, each with their unique style and image. Choose your favorite star and start creating a unique look for her. Use various cosmetic products to enhance beauty and individuality girls. Then, when the makeup is ready, move on to the most exciting part - the dance! Follow the instructions on the screen and mimic the celebritys moves to become a true dance floor star!', 'https://img.gamemonetize.com/oiyo4i0noam0429tsdwwiti2jfcbgrkh/512x384.jpg', 'https://html5.gamemonetize.com/oiyo4i0noam0429tsdwwiti2jfcbgrkh/', '0', 'Girls', 0, 0, '', 'celebrity-face-dance'), (331, 'Bffs Spring Break Fashionista', 'Welcome to the Bffs Spring Break Fashionista. Spring break is here. Barbie and their friends are can&rsquo;t wait to have some fun together. They&rsquo;ve been waiting for the spring break since the beginning of the year. Help them prepare their spring break outfits! They can finally wear skirts and dresses since it&rsquo;s really warm outside now, so make sure to create a cute look! Have fun!', 'https://img.gamemonetize.com/b7u5ekaz61e705u5e1uunnxmjvus6os8/512x384.jpg', 'https://html5.gamemonetize.com/b7u5ekaz61e705u5e1uunnxmjvus6os8/', '0', 'Girls', 0, 0, '', 'bffs-spring-break-fashionista'), (332, 'Fashion Dye Pro', 'Fashion Dye Pro is a fun-filled shirt DIY game. Follow the hottest summer trends! Tie-dye summer clothing and beach accessories! Show off your creative skills by customizing tie-dye outfits to your liking. Get requests from customers and paint garments at will. Being creative isnt hard: first tie it up, then dye it! Unleash your DIY art cells and leave everything to the dye! Get high this summer! Come join us!', 'https://img.gamemonetize.com/udmbp4dij9uvhpb3v8gou9vt92iht1gw/512x384.jpg', 'https://html5.gamemonetize.com/udmbp4dij9uvhpb3v8gou9vt92iht1gw/', '0', 'Girls', 0, 0, '', 'fashion-dye-pro'), (333, 'Baby Taylor Pajama Party', 'Hurry up and join Taylor and her friend Jessica for a stylish girls pajama party! Its just you! Together with the two girls, clean the room first! Then put on stylish pajamas and design your adorable pillows. Dont forget to prepare food and drinks, movies and snacks are a must for a slumber party! Finally, lets take a group photo! Do you want to experience the joy of not sleeping all night? Come and join us soon, we are waiting for you!', 'https://img.gamemonetize.com/g526efcq5l1c41ivta15munfhxwueafh/512x384.jpg', 'https://html5.gamemonetize.com/g526efcq5l1c41ivta15munfhxwueafh/', '0', 'Girls', 0, 0, '', 'baby-taylor-pajama-party'), (334, 'Fun Golf', 'Fun Golf is a game in which you need to hit the golf ball into the holes located on different floors and there are obstacles that can sometimes destroy the ball.', 'https://img.gamemonetize.com/2a4n27775li5nlyq75cbmoiyckyet93v/512x384.jpg', 'https://html5.gamemonetize.com/2a4n27775li5nlyq75cbmoiyckyet93v/', '0', 'Sports', 0, 0, '', 'fun-golf'), (335, 'Spring Trails Spot The Diffs', 'Spring Trails Spot The Diffs is an engaging puzzle game where players explore vibrant spring landscapes and challenge their observation skills by spotting the differences between two seemingly identical images. Dive into the beauty of nature while sharpening your attention to detail in this delightful springtime adventure!', 'https://img.gamemonetize.com/dgpqyd685jbu3m5m26pgsnwf6rcv1f0o/512x384.jpg', 'https://html5.gamemonetize.com/dgpqyd685jbu3m5m26pgsnwf6rcv1f0o/', '0', 'Puzzles', 0, 0, '', 'spring-trails-spot-the-diffs'), (336, 'Pull The Pin 3D Help Police', 'Assist the courageous police officer who is on a mission to capture an escaped criminal. Use your ingenuity and cunning to pull the correct pins and aid the police in their pursuit. During the chase, you might encounter zombies or obstinate thugs. Beware of the traps set by the criminal. Be cautious!', 'https://img.gamemonetize.com/63oksceyfhlzq8pqrbjnwcxbz8tmga1t/512x384.jpg', 'https://html5.gamemonetize.com/63oksceyfhlzq8pqrbjnwcxbz8tmga1t/', '0', 'Hypercasual', 0, 0, '', 'pull-the-pin-d-help-police'), (337, 'Extreme Drift Racer ', 'Extreme Drift Racer is a racing game that gives you the chance to master the art of drifting on exciting tracks using high-performance cars. Choose and customize your vehicle, then aim for maximum points by showcasing your skills on the tracks. Enjoy the thrill of high-speed drifting with realistic physics, impressive graphics, and responsive controls. Challenge your own records and compete to become the best drift racer!', 'https://img.gamemonetize.com/v7pqxkibbg5c8777ulxeitvd6sxsgrc4/512x384.jpg', 'https://html5.gamemonetize.com/v7pqxkibbg5c8777ulxeitvd6sxsgrc4/', '0', 'Racing', 0, 0, '', 'extreme-drift-racer-'), (338, 'Dog Escape 2', 'In this game, we do not have to save the dog but to free it from imprisonment. Calculate the trajectory and send the cute dog to freedom. Hit the wall a certain number of times to reduce the number to 0 and unlock the door, and then escape. Challenge yourself and train your brain to find the best way to pass.', 'https://img.gamemonetize.com/9qqz7vihsh6twz9tiqcck9g9vyb3s158/512x384.jpg', 'https://html5.gamemonetize.com/9qqz7vihsh6twz9tiqcck9g9vyb3s158/', '0', 'Arcade', 0, 0, '', 'dog-escape-'), (339, 'Valentines Day Single Party', 'Its Valentines Day, but Adella doesnt have a date. Luckily, she has her 2 good friends, Rebecca and Jade! So, Adella invites her friends to join a Valentines Day single party, this is so special! Now, lets prepare for the party! Decorate the room for the party and pick chic outfits. Enjoy! Spend a free and happy day with fashionable girls!', 'https://img.gamemonetize.com/q4f2dmumyc8eg9a0tz5ec7pfsj5mnhqr/512x384.jpg', 'https://html5.gamemonetize.com/q4f2dmumyc8eg9a0tz5ec7pfsj5mnhqr/', '0', 'Girls', 0, 0, '', 'valentines-day-single-party'), (340, 'Highway Police Race', 'Embark on a heart-pounding adventure as law enforcement officers engage in thrilling pursuits along the vast stretches of highway. In this adrenaline-fueled race against time, skilled highway patrol officers strive to apprehend reckless drivers, ensuring the safety of all travelers. With speed, strategy, and precision driving, they navigate through challenging terrain, facing perilous obstacles while upholding the law. Website Developer <a href=\'https://www.ovigames.com/\'>https://www.ovigames.com/</a>', 'https://img.gamemonetize.com/gn586w34lctnc26k6i52aaypfjt00nr7/512x384.jpg', 'https://html5.gamemonetize.com/gn586w34lctnc26k6i52aaypfjt00nr7/', '0', 'Racing', 0, 0, '', 'highway-police-race'), (341, 'The Boyfriend Of Valentines Day', 'Valentines Day is coming! sofia has already received three different boys appointment invitations! Jack is a handsome and gentlemanly boy, Kris is very brave and kind, and Flynn is so witty and humorous, which boy should Sofia choose for a date of Valentines Day? Can you help her with this decision?', 'https://img.gamemonetize.com/aqs0uog4ryird39ey2wka9lwrg3axvg0/512x384.jpg', 'https://html5.gamemonetize.com/aqs0uog4ryird39ey2wka9lwrg3axvg0/', '0', 'Girls', 0, 0, '', 'the-boyfriend-of-valentines-day'), (342, 'Coin Drop', 'Play at Coin Drop and have fun with this entertaining puzzle game! The goal of the game is to get the coin into the basket without letting it touch the ground! Try to complete all different 24 levels! How to do this? Simply: destroy the boxes and, using the principles of physics to roll the coin into the basket! Coin Drop is simple and fun puzzle game for everyone!', 'https://img.gamemonetize.com/bdydfhxut7s4l9vogxhu383x53o2aist/512x384.jpg', 'https://html5.gamemonetize.com/bdydfhxut7s4l9vogxhu383x53o2aist/', '0', 'Puzzles', 0, 0, '', 'coin-drop'), (343, 'Friends Battle Diamonds', 'Hey! Are you or your friend going to collect diamonds faster? Lets see. You need to collect diamonds, and the one who collects them the fastest wins. Are you up for a friendly match with your friend? Race and be the quickest to collect the diamonds. Collect the diamond and head to the chest.', 'https://img.gamemonetize.com/9e41z1sjtax75mz4vvscgfd5p57n8b0c/512x384.jpg', 'https://html5.gamemonetize.com/9e41z1sjtax75mz4vvscgfd5p57n8b0c/', '0', 'Arcade', 0, 0, '', 'friends-battle-diamonds'), (344, 'Jungle Runner', 'Once start the game, youll start your adventure running through the trees and cant stop. Forget the temple, street, cave, ninja or zombie run, feel the experience of this running game for Jungle survival. During the game you have keep clear of unexpected difficulties and obstacles in the jungle, while defending yourself and running away from crowd of hurdles.', 'https://img.gamemonetize.com/9tnty7u8fhg7rxgzz8ugaikw2uf81xgu/512x384.jpg', 'https://html5.gamemonetize.com/9tnty7u8fhg7rxgzz8ugaikw2uf81xgu/', '0', 'Hypercasual', 0, 0, '', 'jungle-runner'), (345, 'Knife Throw Master', 'Knife Throw Master is a fun game of reflexes and skills in which you must show off your knife throwing skills! During each challenge you must throw all of your knives into a rotating fruit board and unlock special knives. You cannot hit any other knives attached to the spinning board. collect candies to earn more lives or watch ads to collect hearts. Enjoy!', 'https://img.gamemonetize.com/t1783s824h69ceiigikxdoaruv2caf9t/512x384.jpg', 'https://html5.gamemonetize.com/t1783s824h69ceiigikxdoaruv2caf9t/', '0', 'Shooting', 0, 0, '', 'knife-throw-master'), (346, 'Witch Princess Alchemy', 'Witch Princess Alchemy immerses players into a mystical realm where they embody a budding sorceress mastering the art of alchemy. With an array of magical ingredients at their disposal, they embark on a captivating journey to brew potions, cast spells, and solve enchanting puzzles. As they progress, players uncover ancient secrets, encounter fantastical creatures, and ultimately strive to become the most powerful witch in the land. Combining strategy, exploration, and whimsical charm, this game promises an enchanting adventure for all aspiring sorcerers. Website Developer <a href=\'https://www.coolcrazygames.com\'>https://www.coolcrazygames.com</a>', 'https://img.gamemonetize.com/rwkci4wwshnrifatv7dc4pw5aqu6ygws/512x384.jpg', 'https://html5.gamemonetize.com/rwkci4wwshnrifatv7dc4pw5aqu6ygws/', '0', 'Girls', 0, 0, '', 'witch-princess-alchemy'), (347, 'Bloomball 1 New Labyrinth Maze 2024', 'Meet Bloomball, the plucky yellow sphere on a heroic quest to save its world. In Bloomball 1: New Labyrinth Maze 2024, join Bloomball in traversing perilous mazes across diverse landscapes: the towering Barisan Mountains, the shifting Parangkusumo Sand Dunes, the ancient Carstenz Pyramid, and the fiery Ring of Fire. Bloomballs adorable appearance belies its unwavering courage as it gathers Hot Ice, the life force of its realm. Agile and determined, Bloomball embarks on an epic journey to thwart impending darkness and emerge victorious. Ready to roll into adventure?', 'https://img.gamemonetize.com/28gk1kda3bcga6ktf30e6kxrnxl190kb/512x384.jpg', 'https://html5.gamemonetize.com/28gk1kda3bcga6ktf30e6kxrnxl190kb/', '0', 'Racing', 0, 0, '', 'bloomball--new-labyrinth-maze-'), (348, 'Egg Wars', 'Protect the egg in your own area from damage and win the game by damaging the opposite egg. Knock down your opponent in one move using cannon launchers. With the money you earn, buy cannons and make more bullet ammunition. Enjoy!', 'https://img.gamemonetize.com/mmf9jqdtaj0eizuitxj19i7u6pp0tvyt/512x384.jpg', 'https://html5.gamemonetize.com/mmf9jqdtaj0eizuitxj19i7u6pp0tvyt/', '0', 'Action', 0, 0, '', 'egg-wars'), (349, 'Harry&rsquos Flight', 'Harry&rsquo;s Flight invites players to embark on an enchanting journey through the magical world. In this hypercasual game, players take control of the iconic bespectacled wizard as he navigates through a series of obstacles and challenges while soaring through the skies on his broomstick. With simple one-touch controls, players must tap the screen to help Harry ascend and descend, avoiding obstacles. The game features vibrant and whimsical graphics inspired. Players also can unlock new characters as they progress through the game.', 'https://img.gamemonetize.com/49voe0xvdsnabvdkijelfuhw1cebqdvd/512x384.jpg', 'https://html5.gamemonetize.com/49voe0xvdsnabvdkijelfuhw1cebqdvd/', '0', 'Hypercasual', 0, 0, '', 'harryamprsquos-flight'), (350, 'Rock Star Animal Hair Salon', 'Jungle animals are going crazy on-stage tonight! But first, you need to style and give the cutest band of animal rock stars a makeover for a crazy cool musical performance! Crazy hair colors, wild hairstyles, cool tattoo designs, sparkly makeup, hundreds of stage outfits and more rock star fun! All the superstar animals have new clothes and are ready to be styled! Can you give them a makeover? Now play music on a different stage with the Animals! Become a real star!', 'https://img.gamemonetize.com/lbo9n66w5ir2rq7h0dt3bpaxyaokjs31/512x384.jpg', 'https://html5.gamemonetize.com/lbo9n66w5ir2rq7h0dt3bpaxyaokjs31/', '0', 'Girls', 0, 0, '', 'rock-star-animal-hair-salon'), (351, 'Digital Circus Relaxing Time', 'Are you ready to have some funny time with Digital Circus Relaxing Time? Digital Circus Relaxing Time is super fun game that you can play online for free. No Download needed! Play around with Pomni character, coloring, box stocking, face distorting or dragging the character around! Play around and have fun!', 'https://img.gamemonetize.com/4kh1yb7yu6skverpqxrv12ulj4o648d8/512x384.jpg', 'https://html5.gamemonetize.com/4kh1yb7yu6skverpqxrv12ulj4o648d8/', '0', 'Hypercasual', 0, 0, '', 'digital-circus-relaxing-time'), (352, 'The ball bounces', 'Move the ball forward through the streets of the city, but there are many different obstacles ahead that have to be overcome. Shoot down the bullies and try to hit the basketball hoops.', 'https://img.gamemonetize.com/adk9m4z314j4efpfvoba3t50kq2xmbbw/512x384.jpg', 'https://html5.gamemonetize.com/adk9m4z314j4efpfvoba3t50kq2xmbbw/', '0', 'Arcade', 0, 0, '', 'the-ball-bounces'), (353, 'Advanced Air Combat Simulator', 'Advanced Air Combat Simulator, where players must obliterate enemy jet fighters to emerge victorious. Take control of your aircraft using the WASD keys for navigation, while employing the mouse to aim, look around, and unleash devastating firepower with a left-click. Navigate through intense dogfights, strategically outmaneuvering foes in high-stakes aerial battles.', 'https://img.gamemonetize.com/02sqp3g43g1yul7ikvuh7k1zch23s3pa/512x384.jpg', 'https://html5.gamemonetize.com/02sqp3g43g1yul7ikvuh7k1zch23s3pa/', '0', 'Shooting', 0, 0, '', 'advanced-air-combat-simulator'), (354, 'Crazy Shoots', 'Experience the most fun and realistic soccer game with Crazy Goals! Kick, Fun Shoot Soccer Balls. This game features stunning graphics and a physics engine that simulates the real action of soccer. Enjoy the easy controls and smooth movements of Crazy Goals! Kick, Fun Shoot Soccer Balls.Crazy Shoot is a crazy and cool football game, there are many levels waiting for you, try to pass all of them! Avoid your opponents who want to kick your football out of the field.', 'https://img.gamemonetize.com/ff9z0s89gr04ocrcc32upxz30t9mhq5h/512x384.jpg', 'https://html5.gamemonetize.com/ff9z0s89gr04ocrcc32upxz30t9mhq5h/', '0', 'Sports', 0, 0, '', 'crazy-shoots'), (355, 'Giant Sushi Merge Master Game', 'Giant Sushi is a relaxing puzzle game where your goal is to merge sushi! Sounds easy, doesnt it? Take the challenge and become the new sushi master!', 'https://img.gamemonetize.com/ntemfljyf8nv4g3fty6vf3rr74qh8a6c/512x384.jpg', 'https://html5.gamemonetize.com/ntemfljyf8nv4g3fty6vf3rr74qh8a6c/', '0', 'Puzzles', 0, 0, '', 'giant-sushi-merge-master-game'), (356, 'Space Shooter XR', 'Embark on an exhilarating journey through the cosmos in Space Shooter-XR! Prepare for an adrenaline-pumping experience as you pilot your spacecraft through stunning intergalactic environments filled with relentless enemies and epic battles.', 'https://img.gamemonetize.com/5r71eug7xzd4sr0bexhibottckptnar4/512x384.jpg', 'https://html5.gamemonetize.com/5r71eug7xzd4sr0bexhibottckptnar4/', '0', 'Shooting', 0, 0, '', 'space-shooter-xr'), (357, 'Top Jump High', 'Top Jump its a hyper-casual game in which the objective is simple but very challenging and fun. Jump on platforms to earn points and try to collect items to score even more! Its an endless game which increase in difficulty in time and u have to jump carefully', 'https://img.gamemonetize.com/vjvfmnowg0m6tezmvdk9yavc2sxp59na/512x384.jpg', 'https://html5.gamemonetize.com/vjvfmnowg0m6tezmvdk9yavc2sxp59na/', '0', 'Arcade', 0, 0, '', 'top-jump-high'), (358, 'Cleaner Run', 'Welcome to Cleaner Run Hypercasual 3D Game! Clean the road faster to win by choosing the right item to clean. Explore tons of amazing and challenging levels and try to complete them all. Enjoy!', 'https://img.gamemonetize.com/jzjvbcpzmkjbnef7v9io38gr9olsg6hq/512x384.jpg', 'https://html5.gamemonetize.com/jzjvbcpzmkjbnef7v9io38gr9olsg6hq/', '0', 'Hypercasual', 0, 0, '', 'cleaner-run'), (359, 'Zombie Car Driver', 'Zombie Driver features: - multiple cars - upgrades - multiple levels - fun gameplay Personalize your car by changing its weapon or its armor. Also, you can buy new car models in the store. Kill all zombies in your way, gather as', 'https://img.gamemonetize.com/t7ajz7o2wspftco2ux5z27us83bmeiap/512x384.jpg', 'https://html5.gamemonetize.com/t7ajz7o2wspftco2ux5z27us83bmeiap/', '0', 'Racing', 0, 0, '', 'zombie-car-driver'), (360, 'Level Up Mutants', 'Level Up Mutants: An Awesome Casual Game.Discover the fun of training monsters in Level Up Mutants, the most addictive casual game ever! Combine different monsters to create dinosaurs and other powerful creatures. Level up your mutants and challenge your opponents. Test your hand speed and strategy skills. Can you become the best monster designer? Try Level Up Mutants now and have fun!', 'https://img.gamemonetize.com/bp637q2pyibwfgfx1z3tqffxxfhyuadn/512x384.jpg', 'https://html5.gamemonetize.com/bp637q2pyibwfgfx1z3tqffxxfhyuadn/', '0', 'Puzzles', 0, 0, '', 'level-up-mutants'), (361, 'Nail Salon Girl Games', 'Young fashionistas, put down some hair, makeup and make-up games for a while and try different, new and fun games. You have the ability to create your own manicure, learn how to do beautiful manicure yourself, improve to the level of professional skills and in the future you will have a perfect manicure and you do not have to go to a nail salon. Take some time to relax and captivate your imagination by making beautiful nails in one of the best games to create a manicure for girls. If you want to succeed in the world of fashion and beauty and show your friends that you are a real manicurist, then dont miss your chance!', 'https://img.gamemonetize.com/zcdstsd8i5eqjfnz2d8f2dgid26e1ppa/512x384.jpg', 'https://html5.gamemonetize.com/zcdstsd8i5eqjfnz2d8f2dgid26e1ppa/', '0', 'Girls', 0, 0, '', 'nail-salon-girl-games'), (362, 'Offroad Mountain Driving 2024', 'Behind the wheel of powerful offroad vehicles, players must use their driving skills to conquer the wild landscapes. Each level presents unique obstacles and weather conditions, from muddy tracks to snowy passes, demanding adaptability and strategic navigation. The game features a variety of vehicles, each with customizable options to enhance performance in specific terrains. Website Developer <a href=\'https://www.kizi10.org/\'>https://www.kizi10.org/</a>', 'https://img.gamemonetize.com/grnjvd7zlbj5ns8v2y3gx724h8bpsqyt/512x384.jpg', 'https://html5.gamemonetize.com/grnjvd7zlbj5ns8v2y3gx724h8bpsqyt/', '0', 'Action', 0, 0, '', 'offroad-mountain-driving-'), (363, 'Cameraman vs Skibidi Battle Game', 'Enjoy yourself while playing this exciting action game. In Chapter 1 of Skibidi Toilet Shooter, the protagonists, a group of cameramen, face off against an infestation of skibidi toilets in an attempt to save the planet. This game is fun. A city has been decimated by thousands of skibidis, and no one is left alive. You will control a courageous cameraman who faces them alone. Website Developer <a href=\'https://kiz10.com/\'>https://kiz10.com/</a>', 'https://img.gamemonetize.com/2cpjxqbza71fxcq9kd598ubqouvzgi5r/512x384.jpg', 'https://html5.gamemonetize.com/2cpjxqbza71fxcq9kd598ubqouvzgi5r/', '0', 'Action', 0, 0, '', 'cameraman-vs-skibidi-battle-game'), (364, 'Tanks in Space', 'Grandiose tank battles that will take place on various planets are waiting for you in the new exciting online game Tanks in Space. At the beginning of the game, you will have to choose your first tank model and then the planet on which the battle will take place. After that, your tank will be visible on the screen in front of you, which will move across the terrain towards the enemy. Having noticed enemy tanks, you will have to aim your cannon at him and make a shot. If your aim is accurate, then your projectile will hit right on target. Website Developer <a href=\'https://speedcargames.com/\'>https://speedcargames.com/</a>', 'https://img.gamemonetize.com/0iv1cgn91d4g3vys1nht57ey8s5gczc7/512x384.jpg', 'https://html5.gamemonetize.com/0iv1cgn91d4g3vys1nht57ey8s5gczc7/', '0', 'Shooting', 0, 0, '', 'tanks-in-space'), (365, 'Cosmic Tetriz Puzzles', 'Join a cosmic puzzle adventure where Tetriz meets pixel art. Place colorful Tetriz-style pieces on a grid to create shapes, ranging from easy to complex. Each piece has its own spot, adding to the challenge. Complete 45 levels, solving cosmic Tetriz puzzles in a space-themed setting. Can you beat this cosmic challenge before times up?', 'https://img.gamemonetize.com/h5qj7gd97w36fndmhter8sfrwigcxbr7/512x384.jpg', 'https://html5.gamemonetize.com/h5qj7gd97w36fndmhter8sfrwigcxbr7/', '0', 'Puzzles', 0, 0, '', 'cosmic-tetriz-puzzles'), (366, 'Life Organizer Games', 'Life Organizer Games is a simulation game with the theme of storage and organizing. Players need to play an organizer to complete a variety of storage tasks, organize the room and decorate the room. In this game, you will enjoy a lot of beautiful scenes, all kinds of storage and organization to bring players endless fun. Are you ready? Start when you are ready!', 'https://img.gamemonetize.com/u37ct4c36exmvj6lm5p41vu4ov1rrjrl/512x384.jpg', 'https://html5.gamemonetize.com/u37ct4c36exmvj6lm5p41vu4ov1rrjrl/', '0', 'Girls', 0, 0, '', 'life-organizer-games'), (367, 'Fruitta Link', 'Welcome to Fruitta Link Match3 Puzzle Game! Try to Link 3 or more identical fruits to earn point and add more time. Try to get the highest score to be the winner. Have fun!', 'https://img.gamemonetize.com/9fh29vpq3zxl44egrhumusjxqpvwg7e5/512x384.jpg', 'https://html5.gamemonetize.com/9fh29vpq3zxl44egrhumusjxqpvwg7e5/', '0', 'Puzzles', 0, 0, '', 'fruitta-link'), (368, 'Ninja Academy', 'Enter the Ninja Academy and see if you can become a real Ninja. Complete a number of challenges like shuriken throwing, punching, kicking, fighting vs Sensei, fruit slicing and board breaking.', 'https://img.gamemonetize.com/q3vhb7ey3dda0lxj0qjd7te89gkvk43b/512x384.jpg', 'https://html5.gamemonetize.com/q3vhb7ey3dda0lxj0qjd7te89gkvk43b/', '0', 'Arcade', 0, 0, '', 'ninja-academy'), (369, 'Unicorn Math', 'Do you also struggle with your math grades and are always uninterested in the subject of math? Maybe the learning method is too boring. Try Unicorn Math at yiv.com. And let Little Unicorn accompany you to learn math calculations. Unicorn will ask you questions, give you positive feedback when you answer correctly, and gently teach you the correct answer when you answer incorrectly. Unicorn Math Online is a game designed for children to cultivate their interest in math and to develop their mathematical thinking. If you are a math lover or want to improve your math score, this game is the best choice for you. Enjoy.', 'https://img.gamemonetize.com/qsddkjhznleevgwpck35s3huyjj1mwqf/512x384.jpg', 'https://html5.gamemonetize.com/qsddkjhznleevgwpck35s3huyjj1mwqf/', '0', 'Girls', 0, 0, '', 'unicorn-math'), (370, 'Happy Farm Animals', 'Designed especially for toddlers aged 1.5 to 5 years old, this engaging and educational game is a perfect tool for teaching your children the names and sounds of different farm animals. The game features large, vibrant images that make it easy for your childs small fingers to interact with them. While the game is designed to be intuitive, younger children may need some initial guidance and assistance from an adult. By playing this game, your child can learn about various farm animals while developing their fine motor skills and hand-eye coordination.', 'https://img.gamemonetize.com/wbt5gzp1mvvltvcln8860vi21xfavtzf/512x384.jpg', 'https://html5.gamemonetize.com/wbt5gzp1mvvltvcln8860vi21xfavtzf/', '0', 'Clicker', 0, 0, '', 'happy-farm-animals'), (371, '2048 Snake 3D Block', 'Welcome to 2048 Snake 3D Block, where players immerse themselves in a unique fusion of classic 2048 gameplay and the thrilling challenge of guiding a snake through a 3D world! Merge numbered blocks to create 2048, but beware: your snake feeds on these blocks, growing longer with each successful merge. With larger numbers posing greater risks, strategic planning and swift decision-making are essential to avoid a catastrophic collision and keep the adventure alive! Website Developer <a href=\'https://www.game-plays.com/\'>https://www.game-plays.com/</a>', 'https://img.gamemonetize.com/25dfwtwlln3q76fnpugpgiowcyh699h4/512x384.jpg', 'https://html5.gamemonetize.com/25dfwtwlln3q76fnpugpgiowcyh699h4/', '0', 'Arcade', 0, 0, '', '-snake-d-block'), (372, 'Rocketto Dash', 'Roketto dash is a running game that makes players addicted, control a rocket that continues to accelerate to avoid obstacles while enjoying music that matches the gameplay, collect coins and diamonds and complete each challenging level', 'https://img.gamemonetize.com/hzqxhd52lwlj964qavgd8xrutllax94d/512x384.jpg', 'https://html5.gamemonetize.com/hzqxhd52lwlj964qavgd8xrutllax94d/', '0', 'Arcade', 0, 0, '', 'rocketto-dash'), (373, 'Island Race', 'You need to cut down trees to get wood to make your own raft. Take a ride on the raft and be the first to reach the finish line to win. There are also various characters and various cutting tools waiting for you to unlock!', 'https://img.gamemonetize.com/qeorhmmzkyb1912ceh54c3c23vg412vx/512x384.jpg', 'https://html5.gamemonetize.com/qeorhmmzkyb1912ceh54c3c23vg412vx/', '0', 'Arcade', 0, 0, '', 'island-race'), (374, 'Ultimate Hoops Showdown Basketball Arena', 'Basketball Flicker: Aim and Flick the Mouse to Shoot the Ball! . Start by pressing the left button anywhere on the screen. . While holding down the button, slide it to increase the power of your ball throw. . Release the button to throw the ball. Remember, you only have three ball throws per level, so use them wisely! Enjoy the game and make those shots count!', 'https://img.gamemonetize.com/spagewxlfy1nfezsm6x57f794dwlsnyc/512x384.jpg', 'https://html5.gamemonetize.com/spagewxlfy1nfezsm6x57f794dwlsnyc/', '0', 'Sports', 0, 0, '', 'ultimate-hoops-showdown-basketball-arena'), (375, 'One Night at Flumptys Endless Jump', 'In the game &ldquo;One Night at Flumptys: Endless Jump&rdquo; you control a character reminiscent of the one from &ldquo;Doodle Jump.&rdquo; Your goal is to ascend platforms, avoiding obstacles and enemies. However, there&rsquo;s a twist: a mischievous clown occasionally appears to hinder your progress. To deal with this pesky clown, you&rsquo;ll need to grab a gun and take aim. Can you reach the top while dodging the clown&rsquo;s antics?', 'https://img.gamemonetize.com/wiynnxwurocboqaajr8fjq418lgdk7s0/512x384.jpg', 'https://html5.gamemonetize.com/wiynnxwurocboqaajr8fjq418lgdk7s0/', '0', 'Hypercasual', 0, 0, '', 'one-night-at-flumptys-endless-jump'), (376, 'Mutazone', 'In this game, you will find yourself in the midst of a wave of attacks composed of zombies, mutants, and other creatures. You need to control your survivor, customizing them with various clothes, hairstyles, pets, and weapons. Your gun will fire automatically, so you need to move around the area and eliminate as many monsters as possible while avoiding their attacks.', 'https://img.gamemonetize.com/0f18cb5jo978n6e0ur2g90jtbxii3u9m/512x384.jpg', 'https://html5.gamemonetize.com/0f18cb5jo978n6e0ur2g90jtbxii3u9m/', '0', 'Puzzles', 0, 0, '', 'mutazone'), (377, '234 Player Games', 'What about playing 2, 3, and 4 player games with this great game? There are 21 unique games that you can play with your friends, each with different scenarios.The goal of each game is to be the scorer or the first to reach the finish line. Move quickly and beat your opponents! Its time to have some fun with friends!', 'https://img.gamemonetize.com/e7ghsros8dppu10xor16gf5w38soxfq6/512x384.jpg', 'https://html5.gamemonetize.com/e7ghsros8dppu10xor16gf5w38soxfq6/', '0', 'Hypercasual', 0, 0, '', '-player-games'), (378, 'Wolf Life Simulator', 'Wolf Life Simulator: A Realistic Animal Simulation Game Explore the life of a wolf in Wolf Life Simulator, the most realistic animal simulation game ever! Become a wolf and learn how to survive, hunt, mate, and fight against other predators. Experience the thrill of the wild in this exciting wildlife game. Are you ready for the adventure? Try Wolf Life Simulator now and have fun!', 'https://img.gamemonetize.com/d7d1b3h85p68dh7byofdqxgd6d5wirlf/512x384.jpg', 'https://html5.gamemonetize.com/d7d1b3h85p68dh7byofdqxgd6d5wirlf/', '0', 'Adventure', 0, 0, '', 'wolf-life-simulator'), (379, 'Baby Taylor Airport Travel', 'Join Taylor, our adorable young adventurer, on her first airplane journey. This game is an exciting educational experience designed to teach young girls about the ins and outs of air travel. Taylor needs your help to pack her bags, go through the airport procedures, and ensure a smooth flight. Prepare for takeoff and accompany Taylor as she boards the airplane, all while learning valuable lessons about travel. Dont forget to assist Taylor in buying souvenirs to remember this incredible journey! Ready to guide Taylor through her high-flying adventure? Lets take to the skies and make this journey an unforgettable one!', 'https://img.gamemonetize.com/usoncfqkki51sjdoiqc1vna0z5t2dnfh/512x384.jpg', 'https://html5.gamemonetize.com/usoncfqkki51sjdoiqc1vna0z5t2dnfh/', '0', 'Girls', 0, 0, '', 'baby-taylor-airport-travel'), (380, 'Tail Gun Charlie', 'Tail Gun Charlie: An Epic War Simulator. Experience the thrill of flying an airplane in Tail Gun Charlie, the ultimate war simulator! Complete challenging missions and blast your enemies out of the sky! Use flexible controls to master the air combat! Are you ready for the adventure? Download Tail Gun Charlie now and have fun!', 'https://img.gamemonetize.com/k8xhtzn14z20lv5kpcurqtxn5v2uhdst/512x384.jpg', 'https://html5.gamemonetize.com/k8xhtzn14z20lv5kpcurqtxn5v2uhdst/', '0', 'Shooting', 0, 0, '', 'tail-gun-charlie'), (381, 'rotating triangle', 'Triangle rotation matching color elimination puzzle game.', 'https://img.gamemonetize.com/tmb4t8jblus3zquzydo6b989zz3p364y/512x384.jpg', 'https://html5.gamemonetize.com/tmb4t8jblus3zquzydo6b989zz3p364y/', '0', 'Hypercasual', 0, 0, '', 'rotating-triangle'), (382, 'Granny Pills Defend Cactuses', '2075 year. After the invasion of aliens, there was almost no life and oxygen left on Earth. The only plant that survived are cacti. The aliens want to destroy or steal all the cactuses to stop the live on Earth. The brave Granny who grows her cactuses on the road (so that they can receive rays of light) should protect them from aliens. She discovered that the aliens are afraid of human pills, and she has a huge amount of them, as well as a shotgun loaded in case of emergency. Help her and her cactuses to restore life on Earth and chase away the aliens!', 'https://img.gamemonetize.com/gv3pxm56g11d1pr2lvikqo26ic3chm7u/512x384.jpg', 'https://html5.gamemonetize.com/gv3pxm56g11d1pr2lvikqo26ic3chm7u/', '0', 'Shooting', 0, 0, '', 'granny-pills-defend-cactuses'), (383, 'Jelly Runner', 'Jelly Runner is a fun addictive game. Change the Cube shape according to space. Use the Mouse to change the shape of the Cube.', 'https://img.gamemonetize.com/fqdgygeqq03o6ptt31qyqu4u2q9i086s/512x384.jpg', 'https://html5.gamemonetize.com/fqdgygeqq03o6ptt31qyqu4u2q9i086s/', '0', 'Hypercasual', 0, 0, '', 'jelly-runner'), (384, 'Anime Couples Dress Up 1', 'Anime Couples Dress Up 1 is likely a title referring to a dress-up game featuring anime-style characters in romantic pairings. These games allow players to customize the appearance of both characters, including hairstyles, clothing, and accessories, often focusing on creating visually appealing couples. Such games cater to fans of anime and manga who enjoy expressing their creativity through character design and fashion. Website Developer <a href=\'https://www.playbestgames.online/\'>https://www.playbestgames.online/</a>', 'https://img.gamemonetize.com/djbcmofqdlxfjhf7u0cauzaj490vf9lb/512x384.jpg', 'https://html5.gamemonetize.com/djbcmofqdlxfjhf7u0cauzaj490vf9lb/', '0', 'Girls', 0, 0, '', 'anime-couples-dress-up-'), (385, 'Basketball 2024', '30-Second Hoop Challenge: Aim for the Basket and Collect Stars for Bonus Points Obstacle Slam Dunk: Use Obstacles to Bounce the Ball and Score!', 'https://img.gamemonetize.com/ijcvw9kk6ed2b4caylnunsmzv2q5bhcm/512x384.jpg', 'https://html5.gamemonetize.com/ijcvw9kk6ed2b4caylnunsmzv2q5bhcm/', '0', 'Sports', 0, 0, '', 'basketball-'), (386, 'Christmas Rush Red and Friend Balls', 'Christmas Rush Red and Friend Balls Immerse yourself in the magical world of Christmas with the mobile game that will make your heart race! In Christmas Ball Rush, players have only 15 seconds to skillfully toss moving balls into the festive box. Its not just a test of speed but also a unique way to feel the holiday magic at any time. In the game, youll find 16 different types of balls to play with, each exuding charm and a Christmas atmosphere. Some balls are adorned with Christmas motifs such as reindeer, Christmas trees, or snowflakes, adding even more joy to the holiday experience.', 'https://img.gamemonetize.com/7kurnee1nc7xc1cgekeqs3f1mifb9fvq/512x384.jpg', 'https://html5.gamemonetize.com/7kurnee1nc7xc1cgekeqs3f1mifb9fvq/', '0', 'Adventure', 0, 0, '', 'christmas-rush--red-and-friend-balls'), (387, 'Masked Special Forces', 'Step into the adrenaline-fueled world of Masked Special Forces: Virtual Combat. As a fearless warrior, youre tasked with eliminating adversaries in an immersive virtual shooting experience. Armed with an extensive arsenal and access to top-tier armor, its up to you to showcase your prowess and devise cunning strategies to dominate the arena. Are you ready to unleash your skills and emerge victorious? Website Developer <a href=\'https://www.onlinegames.io/\'>https://www.onlinegames.io/</a>', 'https://img.gamemonetize.com/1s10wsxntjub41qo2puh7jlx3qmbvh5t/512x384.jpg', 'https://html5.gamemonetize.com/1s10wsxntjub41qo2puh7jlx3qmbvh5t/', '0', 'Shooting', 0, 0, '', 'masked-special-forces'), (388, 'Snake Wars', 'Embark on a slithery adventure in Snake Wars, the captivating io game that puts you in the scales of a charming serpent on a quest for growth. Devour tasty morsels to expand your size and reign supreme in the pit. Beware, for in this cutthroat world, only the largest survive, while the rest become fodder for their rivals. Navigate with skill and precision, dodging collisions with fellow serpents to ascend to victory in this exhilarating snake showdown! Website Developer <a href=\'https://www.julgames.com/\'>https://www.julgames.com/</a>', 'https://img.gamemonetize.com/0t0kyeqddg5haa8l91aoi2b98qeier71/512x384.jpg', 'https://html5.gamemonetize.com/0t0kyeqddg5haa8l91aoi2b98qeier71/', '0', 'Action', 0, 0, '', 'snake-wars'), (389, 'Push the Colors', 'The color push begins with colorful squares, obstacles, and color gates within a great 2 player casual game! Find various costumes during the Push the Colors adventure, get the cubes to the finish line, and challenge the giant at the end! The more cubes you have, the more power you will have. You can destroy the color monster by having many cubes. Make smart choices on your way and increase the number of the cubes in your hands.', 'https://img.gamemonetize.com/mhrjc3pxgvzexdtch1bj602zbl69tlmh/512x384.jpg', 'https://html5.gamemonetize.com/mhrjc3pxgvzexdtch1bj602zbl69tlmh/', '0', 'Hypercasual', 0, 0, '', 'push-the-colors'), (390, 'World of Alice Sequencing Numbers', 'World of Alice -&nbsp;Sequencing Numbers World of Alice - Sequencing Numbers is an educational game developed for children to teach numerical order in a fun way using a cell phone, tablet or computer. Excellent educational resource In World of Alice, learning is fun.', 'https://img.gamemonetize.com/3a537qkf061xi3pifj6olkhqx09ay35h/512x384.jpg', 'https://html5.gamemonetize.com/3a537qkf061xi3pifj6olkhqx09ay35h/', '0', 'Puzzles', 0, 0, '', 'world-of-alice-sequencing-numbers'), (391, 'Car Wash For Kids', 'Work as a master car mechanic and wash dirty planes in the childrens auto garage plane wash repair game or car wash game where you must perform multiple tasks like car washing, car repair, and test driving the cars. Website Developer <a href=\'https://www.giugames.com/\'>https://www.giugames.com/</a>', 'https://img.gamemonetize.com/syh3vwnt5x2ar7lei7menfsekdsp0y5v/512x384.jpg', 'https://html5.gamemonetize.com/syh3vwnt5x2ar7lei7menfsekdsp0y5v/', '0', 'Clicker', 0, 0, '', 'car-wash-for-kids'), (392, '100 Monster Escape Room', '100 Monster Escape Room! Navigate through a maze of cryptic puzzles and challenges as you race against time to evade the clutches of a hundred menacing monsters. Use your wits and teamwork to unlock each obstacle and uncover the secrets of the room. Can you outsmart the creatures and make your daring escape before its too late? The ultimate test awaits! Website Developer <a href=\'https://www.bestcrazygames.com\'>https://www.bestcrazygames.com</a>', 'https://img.gamemonetize.com/xidfd4cx2ejd79uc8qujjatm7xu9wln3/512x384.jpg', 'https://html5.gamemonetize.com/xidfd4cx2ejd79uc8qujjatm7xu9wln3/', '0', 'Hypercasual', 0, 0, '', '-monster-escape-room'), (393, 'LOL Surprise Fresh Spring Look Game', 'Welcome to the LOL Surprise Fresh Spring Look. LOL Suprise Girls have some plans for welcoming their favorite season spring. They already filled their cupboard with new spring fashion. But they have a dilemma is to choose the best outfits. Browse the wardrobe and pick the suitable outfits for each one.', 'https://img.gamemonetize.com/u8mt45a08svxcysuilhnk6j9weafy46u/512x384.jpg', 'https://html5.gamemonetize.com/u8mt45a08svxcysuilhnk6j9weafy46u/', '0', 'Girls', 0, 0, '', 'lol-surprise-fresh-spring-look-game'), (394, 'Falling Candy Match', 'Falling Candy Match is a fast-paced puzzle game where players must match colorful candies as they descend from the top of the screen. With intuitive swipe controls, strategically align candies to create matches and earn points. Watch out for special candies with unique abilities that can help clear the board and boost your score. With vibrant graphics and addictive gameplay, Falling Candy Match offers endless fun for players of all ages. Website Developer <a href=\'https://www.coolcrazygames.com/\'>https://www.coolcrazygames.com/</a>', 'https://img.gamemonetize.com/x9lqodnrpiq3g1tn3kgfjcet02n8miod/512x384.jpg', 'https://html5.gamemonetize.com/x9lqodnrpiq3g1tn3kgfjcet02n8miod/', '0', 'Puzzles', 0, 0, '', 'falling-candy-match'), (395, 'Mystic Neon Ball', 'Jump on the platforms and beware of thorns! Just tap the screen to jump. Try not to fall! How far can you go? You can test himself!!', 'https://img.gamemonetize.com/6min3ti4nhkhlt9gxa1buep4jukq1jlp/512x384.jpg', 'https://html5.gamemonetize.com/6min3ti4nhkhlt9gxa1buep4jukq1jlp/', '0', 'Arcade', 0, 0, '', 'mystic-neon-ball'), (396, 'Little Panda Chinese Festival Crafts', 'Little Panda Chinese Festival Crafts is a creative DIY game. Chinese New Year is just around the corner and the Little Panda family is preparing for this upcoming traditional festival. Join them and make crafts together. You can choose one of the three crafts: clay rabbit, spring scrolls, and delicious cakes. The graphics are beautiful and the storyline is interesting, so if you like Chinese New Year and crafts, this is the perfect game for you. Want to know more about his game? Come and invite your close friends to play this game with you. Have a good time!', 'https://img.gamemonetize.com/86j5z5m7vl7yd24df4rvzafuw3h43t5x/512x384.jpg', 'https://html5.gamemonetize.com/86j5z5m7vl7yd24df4rvzafuw3h43t5x/', '0', 'Girls', 0, 0, '', 'little-panda-chinese-festival-crafts'), (397, '2048 Shooter Merge', 'Experience the excitement of an arcade adventure infused with the captivating gameplay of 2048! Dive into a 3D world with lifelike physics and intuitive controls. Your objective? Match blocks bearing identical numbers. Engage with the games dynamic physics to merge blocks and unveil new ones. Get ready for endless fun as you embark on this thrilling journey of strategy and skill! Website Developer <a href=\'https://www.game-plays.com/\'>https://www.game-plays.com/</a>', 'https://img.gamemonetize.com/32htqr1sup9h15yg4dpabwe6osazvr1d/512x384.jpg', 'https://html5.gamemonetize.com/32htqr1sup9h15yg4dpabwe6osazvr1d/', '0', 'Hypercasual', 0, 0, '', '-shooter-merge'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (398, 'Goal Finger Football', 'Finger Football, also known as button football, penny football, coin football or foosball, is a button game played on a tabletop. It is also known as button football, penny football, coin football or foosball. Various people know this game by different names around the world, including football caps, industrial and various other names, and other variations. Choose your team and complete 100 levels one by one Developer: odgameinfo@gmail.com', 'https://img.gamemonetize.com/jdkn10vrii0f5lfmvmzkcxa0u9exwdao/512x384.jpg', 'https://html5.gamemonetize.com/jdkn10vrii0f5lfmvmzkcxa0u9exwdao/', '0', 'Sports', 0, 0, '', 'goal-finger-football'), (399, 'Madalin Stunt Cars Pro', 'Embark on a thrilling journey into the world of high-octane stunts and adrenaline-pumping action with Madalin Stunt Cars Pro! Prepare to be mesmerized by its stunning 3D graphics that bring every detail to life, offering an immersive experience like no other. Take the wheel of your dream vehicle, whether its a sleek sports car or a formidable police cruiser, and unleash your driving skills across three diverse and exhilarating map areas. Website Developer <a href=\'https://www.onlinegames.io/\'>https://www.onlinegames.io/</a>', 'https://img.gamemonetize.com/d452kzeh8w8ouiigleba5g52hgu805ls/512x384.jpg', 'https://html5.gamemonetize.com/d452kzeh8w8ouiigleba5g52hgu805ls/', '0', 'Racing', 0, 0, '', 'madalin-stunt-cars-pro'), (400, '2D Zombie Age', 'Safeguard your residence against the encroaching 2D Zombie Age. These creatures are dangerous and cunning, so exercise caution, aim with precision, and prevent them from nearing you. Each stage presents three or more onslaughts teeming with zombies, including more oversized, swifter variants that require rapid elimination. Check your inventory for tools that can simplify your task. Employ grenades, rockets, poison, and snowflakes to decelerate and obliterate the hordes. Website Developer <a href=\'https://www.kizi10.org/\'>https://www.kizi10.org/</a>', 'https://img.gamemonetize.com/048gvkqi0fzr8s7vgtq2kw4kmmia3kvt/512x384.jpg', 'https://html5.gamemonetize.com/048gvkqi0fzr8s7vgtq2kw4kmmia3kvt/', '0', 'Shooting', 0, 0, '', 'd-zombie-age'), (401, 'Baby Panda Magic Kitchen', 'Baby Panda Magic Kitchen is a very cute and unique cooking game. It is a game designed for kids. Want a more interesting cooking game? Then you cant miss this Baby Panda Cooking Game Online. There are a bunch of magical foods in Magic Kitchen. They perform wonderful cooking shows every day. Join them and cook magical food with them! They are Baby Potato, Fish Brothers, Mr. Egg, Mr. Milk etc. They will help you cook creative food in the magical kitchen! Lets get started! Call your friends to join this fabulous game with you! Enjoy!', 'https://img.gamemonetize.com/j280qd926v8dnpppyce794c6twq15s3h/512x384.jpg', 'https://html5.gamemonetize.com/j280qd926v8dnpppyce794c6twq15s3h/', '0', 'Girls', 0, 0, '', 'baby-panda-magic-kitchen'), (402, 'Town Builder', 'Town Builder is a simple and fun game featuring colorful isometric graphics. You just need to tap the screen to drop the building block. If the dropped block is near the last one, you will earn higher points. Each stage has a different points requirement to complete and unlock the next stage. The early stages have fewer points requirements and are easy to win, while the higher stages require more precise block dropping to achieve higher points.', 'https://img.gamemonetize.com/pnj9upgpxv66gvdrz2xq5vcl8kb41nk0/512x384.jpg', 'https://html5.gamemonetize.com/pnj9upgpxv66gvdrz2xq5vcl8kb41nk0/', '0', 'Puzzles', 0, 0, '', 'town-builder'), (403, 'Makeover Organizer', 'Makeover Organizer is an excellent stress relieving and organizing game. Want to master your organizing skills and release the stress in your life? Start by experiencing this game! You can organize and clean objects according to categories, storage locations and cleaning order to tidy up your life comfortably and cleanly. Experience the correct order of applying and removing makeup. Start when you are ready! Great ASMR experience paired with colorful visuals!', 'https://img.gamemonetize.com/529mhw1myyq5hov6hn8zyf06ati6g8aa/512x384.jpg', 'https://html5.gamemonetize.com/529mhw1myyq5hov6hn8zyf06ati6g8aa/', '0', 'Girls', 0, 0, '', 'makeover-organizer'), (404, 'MineRaid', 'This is a shmup/arcade game where you operate a gold seeking device that is going down a mine well/cave to seek after gold. You have to find as much gold as you can while you are evading shooting obstacles. Use your laser (press A) on the rocks to uncover gold OR shoot enemies to survive as long as you can. How long can you survive and how much gold can you gather before you run out?', 'https://img.gamemonetize.com/xhd8j2d0qrj2riqz1n708lo6f6leyyn5/512x384.jpg', 'https://html5.gamemonetize.com/xhd8j2d0qrj2riqz1n708lo6f6leyyn5/', '0', 'Shooting', 0, 0, '', 'mineraid'), (405, 'Balls Bricks Crusher', 'This classic brick breaker game will give endless hours of fun and excitement to players of all ages and skill levels. This puzzle challenges you! Interestingly composed levels will not let you get bored. Will you be able to unlock all the bonuses?', 'https://img.gamemonetize.com/43lzwvzhflcxn2knqa20ucm4feacyixu/512x384.jpg', 'https://html5.gamemonetize.com/43lzwvzhflcxn2knqa20ucm4feacyixu/', '0', 'Hypercasual', 0, 0, '', 'balls-bricks-crusher'), (406, 'Color Ball Shoot', 'Shooting Color is an arcade puzzle game. Your job is shooting color to complete the correct answer. You need to think carefully about how to shooting colors in order to get the pattern right. There are 50 levels waiting for you clearly.', 'https://img.gamemonetize.com/dpxn1ewamiv97d6xrz19oma9ekb1k38b/512x384.jpg', 'https://html5.gamemonetize.com/dpxn1ewamiv97d6xrz19oma9ekb1k38b/', '0', 'Hypercasual', 0, 0, '', 'color-ball-shoot'), (407, 'Park Safe', 'Park Safe is an exciting game that tests your focus and timing. The car moves automatically, and your task is to park it in a tight space at just the right moment! Be careful not to crash into other cars, or its game over. This is a free, endless game that offers a fun challenge, but its not easy to master! Are you up for the challenge of becoming a parking expert? Website Developer <a href=\'https://www.giugames.com/\'>https://www.giugames.com/</a>', 'https://img.gamemonetize.com/fdqmbteyy9kdru2xok0t47c8hzy1gz14/512x384.jpg', 'https://html5.gamemonetize.com/fdqmbteyy9kdru2xok0t47c8hzy1gz14/', '0', 'Hypercasual', 0, 0, '', 'park-safe'), (408, 'Car City Renovation salon', 'Car City Renovation Salon is a very interesting car repair game. You are the owner of a car repair salon and you need to deal with car problems every day. Having trouble with the ever-changing driving process? Paint? Stains? Damage? Just visit the car salon and all your problems will be solved! Here you can also get a paint makeover to make your car look new and get back on the road! Being an avid lover of all kinds of cars, and a fan of speed and passion, you must have thought that it would be awesome if one day you could repair and remodel cars! All this can be done in our crazy garage! You can not only repair and maintain all kinds of cars', 'https://img.gamemonetize.com/y7tvsr9nf78dc3xue405bi3vyw21apd2/512x384.jpg', 'https://html5.gamemonetize.com/y7tvsr9nf78dc3xue405bi3vyw21apd2/', '0', 'Girls', 0, 0, '', 'car-city-renovation-salon'), (409, 'Biozombie of Evil 2', 'Biozombie of Evil 2 is a zombie shooting game where you play role of a skilled biohazard soldier and your mission is to survive zombie contaminated city streets. You can find driveable vehicle on each level and big arsenal of weapons to unlock.', 'https://img.gamemonetize.com/nulw6de1lveb49jba0idt8w98pbcjtlb/512x384.jpg', 'https://html5.gamemonetize.com/nulw6de1lveb49jba0idt8w98pbcjtlb/', '0', 'Shooting', 0, 0, '', 'biozombie-of-evil-'), (410, 'CobraZ io', 'Welcome to CobraZ.io Classic, a cutting-edge FPS game that sets the bar for online multiplayer warfare. Dive into the adrenaline-pumping action as you customize your soldier, arming yourself with the finest gear to dominate the battlefield. With four exhilarating game modes at your fingertips, CobraZ.io offers endless thrills and strategic challenges. Engage in intense Team Deathmatch battles, test your skills in the chaotic Free For All mode, strategize and coordinate with your team in Capture The Flag missions. Website Developer <a href=\'https://www.onlinegames.io/\'>https://www.onlinegames.io/</a>', 'https://img.gamemonetize.com/zq8jygdk9xuwh7puv21h1hvtn2m7xff9/512x384.jpg', 'https://html5.gamemonetize.com/zq8jygdk9xuwh7puv21h1hvtn2m7xff9/', '0', 'Shooting', 0, 0, '', 'cobraz-io'), (411, 'Number Box Swipe', 'Number Box Swipe is a fast-paced puzzle game that challenges players to match and swipe numbered boxes. With minimalist graphics and intuitive controls, players must strategically combine boxes to achieve the target number while navigating obstacles and limited moves. Each level presents increasingly complex puzzles, testing players arithmetic skills and strategic thinking. With endless replayability and a variety of challenges, Number Box Swipe offers addictive gameplay that keeps players hooked , Website Developer <a href=\'https://www.coolcrazygames.com/\'>https://www.coolcrazygames.com/</a>', 'https://img.gamemonetize.com/lo22x0fobs0tcekxnqioum0gmv8sx540/512x384.jpg', 'https://html5.gamemonetize.com/lo22x0fobs0tcekxnqioum0gmv8sx540/', '0', 'Puzzles', 0, 0, '', 'number-box-swipe'), (412, 'Valentines Day Jigsaw Puzzle', 'Valentines Day Jigsaw Puzzle is a game you can play for free on the internet. Its a puzzle game where you put pieces together to make a picture. There are six different pictures to choose from, and you can pick how many pieces you want the puzzle to have - 16, 36, 64, or 100. Choose the picture you like best and try to finish the puzzle as quickly as you can! Have fun playing!', 'https://img.gamemonetize.com/32ttgcij6b5i0yowfmehq4a82x25h7hg/512x384.jpg', 'https://html5.gamemonetize.com/32ttgcij6b5i0yowfmehq4a82x25h7hg/', '0', 'Puzzles', 0, 0, '', 'valentines-day-jigsaw-puzzle'), (413, 'BlackJack 21 Casino', 'BlackJack 21 Casino offers an exhilarating gaming experience, combining the thrill of classic blackjack with modern casino excitement. With sleek graphics and seamless gameplay, players immerse themselves in the world of high-stakes gambling. Whether youre a seasoned pro or a novice, our diverse tables cater to all skill levels. Join us today for an unforgettable journey into the heart of casino entertainment. Website Developer <a href=\'https://www.crazygamesonline.com\'>https://www.crazygamesonline.com</a>', 'https://img.gamemonetize.com/sa28e29pm4x8xmg7a2837n6k775iyj78/512x384.jpg', 'https://html5.gamemonetize.com/sa28e29pm4x8xmg7a2837n6k775iyj78/', '0', 'Hypercasual', 0, 0, '', 'blackjack--casino'), (414, 'Hero Birds Hidden Stars', 'Hero Birds Hidden Stars is a free online kids and hidden object game. Find out the hidden stars in the specified images. Each level has 10 hidden stars. There are 8 levels in total. The time is limited so be fast and find all hidden objects before time runs out. Clicking in the wrong place several times reduces the time by an additional 5 seconds. So, if you are ready start the game and have fun!', 'https://img.gamemonetize.com/iwcz78h0i336m4hbnuzj35dtdd2db9vq/512x384.jpg', 'https://html5.gamemonetize.com/iwcz78h0i336m4hbnuzj35dtdd2db9vq/', '0', 'Puzzles', 0, 0, '', 'hero-birds-hidden-stars'), (415, 'Sugar Factory2', 'A tasty take on a coin pusher X merger game. -Drop cookies and desserts into the sugar pit to get even sweeter treats! -Use power up tokens for huge combos! -Get as many sugary treats as you can into the sugar pit. -The more sugar you add, the better treat drops you get. If you fill it all the way, you get big bonus sugar cubes! -Get your score as high as you can and challenge your friends to beat you!', 'https://img.gamemonetize.com/4of4u9w0grehf0whzwfid8bsy2nq44i4/512x384.jpg', 'https://html5.gamemonetize.com/4of4u9w0grehf0whzwfid8bsy2nq44i4/', '0', 'Clicker', 0, 0, '', 'sugar-factory'), (416, 'Archer Hero Pro', 'Introducing Archer Hero Pro, an immersive gaming experience that puts your archery prowess to the ultimate test. Step into the shoes of a legendary hero tasked with defending your castle against relentless waves of formidable adversaries bent on invasion. With precision and agility, wield your bow and arrow to unleash devastating attacks upon your foes. Whether youre facing hordes of enemy foot soldiers or confronting imposing siege engines. Website Developer <a href=\'https://freezenova.wordpress.com/\'>https://freezenova.wordpress.com/</a>', 'https://img.gamemonetize.com/29wtfvf9jszoc8gibo9dms1f37htul8z/512x384.jpg', 'https://html5.gamemonetize.com/29wtfvf9jszoc8gibo9dms1f37htul8z/', '0', 'Adventure', 0, 0, '', 'archer-hero-pro'), (417, 'BFFs Flowers Inspired Fashion', 'Welcome to the BFFs Flowers Inspired Fashion. These Bffs are true trendsetters, who love to enjoy the latest fashion. They love nature and natural styles in fashion. They are obsessed with floral designs. Browse their wardrobe and select their favorite one. Then pick suitable costumes and hairstyles which match their outfits.', 'https://img.gamemonetize.com/08vtorip1f3wwmi94p96o18b0ua7db9v/512x384.jpg', 'https://html5.gamemonetize.com/08vtorip1f3wwmi94p96o18b0ua7db9v/', '0', 'Girls', 0, 0, '', 'bffs-flowers-inspired-fashion'), (418, 'So Diffrent Dragons', 'Discover the world of a new clicker game where you can trace the birth and maturation of your very unusual dragon pets. Unleash the power of Fire Dragons, summon blizzards with Snow Dragons, revitalize the earth with Natures Green Dragons, unleash the splendor of Crystal Dragons and subdue wind currents with Air Dragons. Each tap strengthens the strength of the dragons and speeds up time. Strategically build up your gold reserves to increase the number of your mythological pets and become the greatest guardian of dragons!', 'https://img.gamemonetize.com/gs3ly73eqazs25ji7k5i6r8q5l2zzgg3/512x384.jpg', 'https://html5.gamemonetize.com/gs3ly73eqazs25ji7k5i6r8q5l2zzgg3/', '0', 'Clicker', 0, 0, '', 'so-diffrent-dragons'), (419, 'Mr Macagi Adventures', 'Guide the resilient Mr. Macagi through perilous landscapes, surmounting daunting cliffs and outsmarting crafty adversaries. With 4 stages nestled within the dense foliage of the forest and 4 amidst the blistering sands of the desert, brace yourself for an exhilarating test of wit and agility. Can you assist Mr. Macagi in traversing these diverse landscapes, gathering apples, and outmaneuvering the cunning monsters that dwell within?', 'https://img.gamemonetize.com/3svek2s7nupv7kixbh78zwx30c9kmlft/512x384.jpg', 'https://html5.gamemonetize.com/3svek2s7nupv7kixbh78zwx30c9kmlft/', '0', 'Arcade', 0, 0, '', 'mr-macagi-adventures'), (420, 'Car Stunt King', 'Fun and enjoyment filled stunt car game with casual fun and also challenging levels. Beat the other players in the multiplayer racing arena and rise to the top! Tweak your car to be the best on the planet! This game has muscle cars, jump ramps, Loops, fire rings, racing tracks, skill tracks, puzzle tracks, racing against trains, customisable cars, monster trucks, online racing and upgradable cars from stunt to monster car levels.', 'https://img.gamemonetize.com/ssem0jt7pvsapqm8ce9tt6oyf4029pu7/512x384.jpg', 'https://html5.gamemonetize.com/ssem0jt7pvsapqm8ce9tt6oyf4029pu7/', '0', 'Racing', 0, 0, '', 'car-stunt-king'), (421, 'Foam World', 'Foam World is a game in which you need to fill flasks with colorful balls to create foam. You need to direct the balls in the right direction using buttons that give impulse in different directions.', 'https://img.gamemonetize.com/ov40ro6ulovujr7mxljjm6kldhh47gsx/512x384.jpg', 'https://html5.gamemonetize.com/ov40ro6ulovujr7mxljjm6kldhh47gsx/', '0', 'Hypercasual', 0, 0, '', 'foam-world'), (422, 'Solitaire King Game', 'Solitaire King reinvents the timeless card game for the digital age. With intuitive gameplay, it challenges both newcomers and veterans. Players navigate through levels, unlocking achievements and competing in leaderboards. Its sleek design and customizable themes enhance user experience, making Solitaire King not just a game, but a visually appealing journey through the world of solitaire. Website Developer <a href=\'https://www.crazygamesonline.com\'>https://www.crazygamesonline.com</a>', 'https://img.gamemonetize.com/bcsy29748uexfn9tqk3ogh5sjdh0gzbe/512x384.jpg', 'https://html5.gamemonetize.com/bcsy29748uexfn9tqk3ogh5sjdh0gzbe/', '0', 'Hypercasual', 0, 0, '', 'solitaire-king-game'), (423, 'Santa Match Game', 'Thank you for providing the information about the game Challenging Track. This game sounds like a fun and engaging activity, suitable for players of all ages. In this game, you have to match the pictures to the correct words. Its really simple and intuitive&hellip; just use your mouse and click on a picture after drag n drop the picture over the correct Word! If you do right you see a message of well done if you are wrong you see an error message! You have 2 Game Modes: Easy: You can play freely without stress because you can go back and forth in the game when you want! Its really suitable for kids. Normal: In this mode you have 3 lives and', 'https://img.gamemonetize.com/rezl6udfdnrqo90lgfllblloszkr3p3n/512x384.jpg', 'https://html5.gamemonetize.com/rezl6udfdnrqo90lgfllblloszkr3p3n/', '0', 'Puzzles', 0, 0, '', 'santa-match-game'), (424, 'Design Diary Match 3 &amp Home', 'Friendship? Design? Puzzles? Find all you want in Design Diary! Design a home while solving match-3 puzzles with this new free puzzle game! Help Claire and Alice renovate all kinds of houses to make them top house designers! Swipe colors, beat fun matching levels, unlock fantastic episodes, exploring and decorating more hidden areas along the way!', 'https://img.gamemonetize.com/b7pqyfn8cclbg2jhkme9mejtxqkfox29/512x384.jpg', 'https://html5.gamemonetize.com/b7pqyfn8cclbg2jhkme9mejtxqkfox29/', '0', 'Girls', 0, 0, '', 'design-diary---match--ampamp-home'), (425, 'Karas Cafeteria', 'In Karas Cafeteria, you step into the shoes of a vibrant and industrious woman named Kara. Your mission: establish the most popular cafeteria in town. Juggle tasks such as seating customers, taking orders, and delivering scrumptious meals prepared by the chef. The game rewards effective multitasking with energy boosts that increase your speed. Additionally, customize your shop to elevate its visual appeal.', 'https://img.gamemonetize.com/e9er64inx20i232kai7hr1hpmptscva2/512x384.jpg', 'https://html5.gamemonetize.com/e9er64inx20i232kai7hr1hpmptscva2/', '0', 'Girls', 0, 0, '', 'karas-cafeteria'), (426, 'Idle Swat Terrorist Game', 'Idle Swat Terrorists Game is an amazing interactive game that perfectly blends strategy and action, putting players in the shoes of a highly competent counter-terrorist. In an action game, you may perfect your tactics and play as a highly trained anti-terrorist agent. Set in numerous metropolitan settings, the game offers an engaging experience with spectacular visuals and realistic action. Website Developer <a href=\'https://kiz10.com/\'>https://kiz10.com/</a>', 'https://img.gamemonetize.com/hvfrneuqrfwxoikyl8o3i32yjy4xhgrq/512x384.jpg', 'https://html5.gamemonetize.com/hvfrneuqrfwxoikyl8o3i32yjy4xhgrq/', '0', 'Action', 0, 0, '', 'idle-swat-terrorist-game'), (427, 'Armed Forces.io', 'Welcome to ArmedForces.io, where adrenaline-fueled action, intense shooting, and thrilling adventures await! Embark on a mission to locate and eliminate enemies scattered across the map. With every corner hiding potential threats, stay on your toes, employing a mix of stealth, hunting prowess, and precise marksmanship to outmaneuver your opponents. Developed <a href=\'https://freezenova.wordpress.com/\'>https://freezenova.wordpress.com/</a>', 'https://img.gamemonetize.com/31sze1xgnq00dw16hvmett3re4q2qx9w/512x384.jpg', 'https://html5.gamemonetize.com/31sze1xgnq00dw16hvmett3re4q2qx9w/', '0', 'Shooting', 0, 0, '', 'armed-forcesio'), (428, 'XRacer 2', 'X Racer 2 propels you into a thrilling 3D infinite racing universe where the pace never drops. Navigate through an evolving landscape at dizzying speeds, collecting credits to spend in the games integrated shop. This is not just a game; its a chance to immerse yourself in an authentic spaceship adventure. With your quick reflexes, pilot a high-speed spaceship skimming close to the urban sprawl, avoiding collisions with the dynamically moving buildings. Website Developer <a href=\'https://www.kizi10.org/news\'>https://www.kizi10.org/news</a>', 'https://img.gamemonetize.com/gjwbwccwi1zlxl23sz4j6z20m17nb7m9/512x384.jpg', 'https://html5.gamemonetize.com/gjwbwccwi1zlxl23sz4j6z20m17nb7m9/', '0', 'Racing', 0, 0, '', 'xracer-'), (429, 'Challenging Track', 'Challenging Track is a difficult parkour game. Are you ready to embark on this wonderful and challenging adventure? If youre ready, start your adventure now!', 'https://img.gamemonetize.com/98cdsfvl36ig3fabr0hgdei3973dz82q/512x384.jpg', 'https://html5.gamemonetize.com/98cdsfvl36ig3fabr0hgdei3973dz82q/', '0', 'Adventure', 0, 0, '', 'challenging-track'), (430, 'Digital Circus Jeep Adventure', 'Digital Circus Jeep Adventure is super fun driving game for kids. Buckle up and get ready to join us on a wild ride through a vibrant and colorful landscape. Its time to take the wheel of a rugged jeep and navigate through a series of exhilarating obstacles and challenges. Digital Circus Jeep Adventure is sure to keep kids entertained. Rev up your engines, hit the gas, and get ready for the best ride of a lifetime in this super fun driving game for kids!', 'https://img.gamemonetize.com/bd65rjfm40h4fm5g12xj1s07dsknfa8k/512x384.jpg', 'https://html5.gamemonetize.com/bd65rjfm40h4fm5g12xj1s07dsknfa8k/', '0', 'Racing', 0, 0, '', 'digital-circus-jeep-adventure'), (431, 'PAL Hunter', 'In the pal world, there are creatures known as pals, and its your mission to catch them all in Pal Hunter! Embark on a thrilling pocket monster hunt as you explore the pal world. Throw your monster ball with precision and capture every pal you encounter. Each captured pal brings you closer to becoming a Monster Master. Explore different areas, encounter various pals, and become the ultimate master of the pal world in this awesome adventure!', 'https://img.gamemonetize.com/co1s4toxj7gtqza51a5r1bvryvotctvc/512x384.jpg', 'https://html5.gamemonetize.com/co1s4toxj7gtqza51a5r1bvryvotctvc/', '0', 'Hypercasual', 0, 0, '', 'pal-hunter'), (432, 'Super Marty o Alconaut', 'Welcome to the amazing world of Super Marty-o Alconaut - an alternative universe of Super Marty-o where the hero faces not the usual obstacles, but the temptations and dangers inherent in the world of alcohol and snacks! In this exciting online game, you will find incredible adventures mixed with humor and incredible challenges. In Super Marty-o Alconaut, Marty-o embarks on a space journey to rescue Princess Peach from the fearsome Irishka Chiki-Piki - the most dangerous boss of this universe. On the way to rescue, Mario will confront an army of beer bottles, vodka bottles, and potato chips, which will become his main opponents.', 'https://img.gamemonetize.com/qkrj4pwzmvb9nc6ycj0v27sa7tiw05lu/512x384.jpg', 'https://html5.gamemonetize.com/qkrj4pwzmvb9nc6ycj0v27sa7tiw05lu/', '0', 'Arcade', 0, 0, '', 'super-marty-o-alconaut'), (433, 'Christmas House Cake Recipe', 'Mia likes to make the Christmas House cake recipe for this Christmas party tonight. can you help her to make the delicious gingerbread house cake. Come and Join the cooking games like this at 7sgames.com', 'https://img.gamemonetize.com/k651oi498x345ubtfreflm6zrcihf5r2/512x384.jpg', 'https://html5.gamemonetize.com/k651oi498x345ubtfreflm6zrcihf5r2/', '0', 'Girls', 0, 0, '', 'christmas-house-cake-recipe'), (434, 'Valentins Match 3', 'Valentins Match 3 and enjoy this addictive hearts matching different colours game as you collect items and complete different missions.Your goal is to clear the hearts by finding and matching all hearts before the time runs out!', 'https://img.gamemonetize.com/2el9jog3vq6rxalr0xfnqgzbdbtv7x1s/512x384.jpg', 'https://html5.gamemonetize.com/2el9jog3vq6rxalr0xfnqgzbdbtv7x1s/', '0', 'Puzzles', 0, 0, '', 'valentins-match-'), (435, 'Cafeteria', 'Manage your restaurant, earn more money, upgrade your restaurant, unlock different skins, and provide various customers with the food they want', 'https://img.gamemonetize.com/jq1xu2yrjq0jukcfi53qyd7n309538vz/512x384.jpg', 'https://html5.gamemonetize.com/jq1xu2yrjq0jukcfi53qyd7n309538vz/', '0', 'Puzzles', 0, 0, '', 'cafeteria'), (436, 'Beauty Coloring', 'Beauty Coloring is a captivating mobile game that allows players to unleash their creativity and artistic skills. Dive into a world of stunning visuals and intricate designs, where you can color and customize beautiful characters, landscapes, and more. With a wide array of colors and tools at your disposal, bring your imagination to life and create breathtaking masterpieces. Challenge your friends, showcase your artistic prowess, and explore the endless possibilities in this relaxing and visually enchanting coloring adventure. Website Developer <a href=\'https://www.coolcrazygames.com/\'>https://www.coolcrazygames.com/</a>', 'https://img.gamemonetize.com/1ouj7pi9oywme9u05s2z5em8kohtejx6/512x384.jpg', 'https://html5.gamemonetize.com/1ouj7pi9oywme9u05s2z5em8kohtejx6/', '0', 'Arcade', 0, 0, '', 'beauty-coloring'), (437, 'Find The Lost Letter', 'Welcome to our delightful letter matching game! Its simple and fun for everyone. Just follow these instructions: HOW TO PLAY: Touch one of the three letters on the right side of the screen. Drag the selected letter over the missing box area. Release your finger to drop the letter into the missing area. If the letter is correct, youll see a bonus message; otherwise, youll see an error message. Dont worry about losing because its just a simple kids letter game. Plus, you can learn the correct names of objects and alphabet letters while playing. Key Features: - Over 60 objects - High-resolution images - Super cute graphics -Amazing sound', 'https://img.gamemonetize.com/nyk9xlo4mpu2m6vf09d8m9rzkzslx27j/512x384.jpg', 'https://html5.gamemonetize.com/nyk9xlo4mpu2m6vf09d8m9rzkzslx27j/', '0', 'Puzzles', 0, 0, '', 'find-the-lost-letter'), (438, 'stickman base defense', 'Welcome to stickman base defense - the ultimate arcade idler browser game! Immerse yourself in the world of stickman heroes, where you must protect the base from hordes of attacking enemies. Your mission: Collect resources, build protective walls and towers, and upgrade your hero to create the ultimate defense!', 'https://img.gamemonetize.com/10jlapj6zx3rwude8qk6mc0xhze2f5bf/512x384.jpg', 'https://html5.gamemonetize.com/10jlapj6zx3rwude8qk6mc0xhze2f5bf/', '0', 'Fighting', 0, 0, '', 'stickman-base-defense'), (439, 'Bullet And Jump', 'In this adventure, bullets are coming from everywhere, and you must dodge them. Run away from the bullets for 100 seconds and win. Choose either the blue or red player along with your friend and dodge all the bullets. Every time you touch a bullet, the duration increases by 1 second, so be careful and avoid touching them. Compete with your friend and win; you need to defeat your friend.', 'https://img.gamemonetize.com/5pk5t6n9f12f5nk6sx15fjnly18dhc8a/512x384.jpg', 'https://html5.gamemonetize.com/5pk5t6n9f12f5nk6sx15fjnly18dhc8a/', '0', 'Arcade', 0, 0, '', 'bullet-and-jump'), (440, 'BFFs Pinafore Fashion', 'Welcome to the BFFs Pinafore Fashion. Bffs planned to try new fashion with their old collection in their wardrobe. Yes! its Pinafore. Help them to put together a cute pinafore dress by first choosing a shape for the dress. Then decide if the dress should be in a single color or in one of the pre-made prints. Then you have to choose if the fabric of the dress should have a texture and add-ons like a zipper or buttons. After you&rsquo;ve designed the dress, it&rsquo;s time to dress up and style the model!', 'https://img.gamemonetize.com/h15gnhuul2z2ap8c8t64gb5d66p098o5/512x384.jpg', 'https://html5.gamemonetize.com/h15gnhuul2z2ap8c8t64gb5d66p098o5/', '0', 'Girls', 0, 0, '', 'bffs-pinafore-fashion'), (441, 'Amazing Digital Circus Horror Escape', 'Experience the suspense of Amazing Digital Circus Horror Escape. Explore a eerie map, collecting objects while bracing for terrifying surprises behind every door. With danger lurking around the house, failure is not an option. Can you conquer your fears and succeed in this heart-pounding adventure? Website Developer <a href=\'https://www.bestcrazygames.com\'>https://www.bestcrazygames.com</a>', 'https://img.gamemonetize.com/v0eqgq8djaleuf1y5jh3jtr9386njtgn/512x384.jpg', 'https://html5.gamemonetize.com/v0eqgq8djaleuf1y5jh3jtr9386njtgn/', '0', 'Action', 0, 0, '', 'amazing-digital-circus-horror-escape'), (442, 'Mr Macagi', 'Embark on a hilarious adventure with Mr. Macagi, on a quest to collect apples. The challenge intensifies as mischievous monsters lurk, adding an element of suspense. Can you help Mr. Macagi gather apples while evading these comical creatures? Get ready for a delightful and entertaining gaming experience!', 'https://img.gamemonetize.com/lixkl58sm2kxpjhnx087qs8cu1ukc137/512x384.jpg', 'https://html5.gamemonetize.com/lixkl58sm2kxpjhnx087qs8cu1ukc137/', '0', 'Arcade', 0, 0, '', 'mr-macagi'), (443, 'Sea Monsters Mahjong', 'Dive into Sea Monsters Mahjong, an underwater twist on the classic game. Match sea monster tiles strategically&mdash;remember, you can only draw tiles that are on top of a stack with no blocks on their sides. Explore the depths, revealing krakens, dolphins, and mermaids. With easy controls and oceanic vibes, enjoy a relaxing Mahjong experience with charming sea creatures.', 'https://img.gamemonetize.com/xw6n59fhz9p3t5tgqqqgpi16lol9t2kf/512x384.jpg', 'https://html5.gamemonetize.com/xw6n59fhz9p3t5tgqqqgpi16lol9t2kf/', '0', 'Puzzles', 0, 0, '', 'sea-monsters-mahjong'), (444, 'Sugar Factory', 'A tasty take on a coin pusher X merger game. Drop cookies and desserts into the sugar pit to get even sweeter treats! Use power up tokens for huge combos!', 'https://img.gamemonetize.com/1uwhvtxzjlvhfobz6dl9rs0ycrax85zc/512x384.jpg', 'https://html5.gamemonetize.com/1uwhvtxzjlvhfobz6dl9rs0ycrax85zc/', '0', 'Clicker', 0, 0, '', 'sugar-factory'), (445, 'Draw and Pass', 'Draw and Pass is a fun drawing puzzle game with 50 different images featuring incomplete elements. Complete the missing parts by making accurate drawings on the screen to advance through the levels. Unleash your creativity, solve puzzles, and enjoy an entertaining gaming experience!', 'https://img.gamemonetize.com/mhhxx81ehgat1ks1rjmfl7klgvy3dpmv/512x384.jpg', 'https://html5.gamemonetize.com/mhhxx81ehgat1ks1rjmfl7klgvy3dpmv/', '0', 'Puzzles', 0, 0, '', 'draw-and-pass'), (446, 'Impossible Parkour ', 'Are you ready for the impossible challenges and levels in this Impossible Parkour game? Every level has its unique experience and at every level you will experience new things with 25 levels of the game. You can play it all the day but never finish the game. Lets see if you can?', 'https://img.gamemonetize.com/jwbgox2vw70kthmmmvk6az366moc6tvj/512x384.jpg', 'https://html5.gamemonetize.com/jwbgox2vw70kthmmmvk6az366moc6tvj/', '0', 'Hypercasual', 0, 0, '', 'impossible-parkour-'), (447, 'Crush All', 'Our goal is to recycle and destroy more cars. Only higher-level tow hooks can tow higher-level cars. Dragging and combining the tow hooks creates a stronger power.', 'https://img.gamemonetize.com/2wlf8l8y1zyjd7pdfzl36fncrimg4s7k/512x384.jpg', 'https://html5.gamemonetize.com/2wlf8l8y1zyjd7pdfzl36fncrimg4s7k/', '0', 'Arcade', 0, 0, '', 'crush-all'), (448, 'Highway Desert Race', 'Highway Desert Race immerses players in adrenaline-fueled, high-speed competitions across treacherous desert highways. Choose from an array of powerful vehicles and customize them to dominate the unforgiving terrain. Dodge obstacles, outmaneuver rivals, and push your limits to claim victory in heart-pounding races. With stunning graphics and realistic physics, every twist and turn will test your skills to the max. Do you have what it takes to conquer the desert and become the ultimate champion of the highway? Website Developer <a href=\'https://www.brightestgames.com/new-games\'>https://www.brightestgames.com/new-games</a>', 'https://img.gamemonetize.com/zs7v9h9701yetpknge78wt7iw87i49et/512x384.jpg', 'https://html5.gamemonetize.com/zs7v9h9701yetpknge78wt7iw87i49et/', '0', 'Arcade', 0, 0, '', 'highway-desert-race'), (449, 'Stars Crush', 'Welcome to Stars Crush Puzzle Game! Tap or click to eliminate 2 or more blocks of the same color to get points. Explore tons of challenging levels and try to finish them all.', 'https://img.gamemonetize.com/ghn3r2h45pufqrplmy2tbo7rzmhqz028/512x384.jpg', 'https://html5.gamemonetize.com/ghn3r2h45pufqrplmy2tbo7rzmhqz028/', '0', 'Clicker', 0, 0, '', 'stars-crush'), (450, 'BitBall', 'A unique tile ball puzzle game from coin base bitcoin games loved by millions of players around the world. Make a lot of coins and become a rich.', 'https://img.gamemonetize.com/zdvo6wrz1li0bejk1k1jctlgxg2xm9qm/512x384.jpg', 'https://html5.gamemonetize.com/zdvo6wrz1li0bejk1k1jctlgxg2xm9qm/', '0', 'Hypercasual', 0, 0, '', 'bitball'), (451, 'Connect Fruits', 'Juice Fresh - is a fruit connect game to where you have to connect fruits and make yourself a juice in limited moves. Get ready for a new Jurney. With more then 100 level.', 'https://img.gamemonetize.com/dj1jwzufate2bey9osne9ikqvhxu40hd/512x384.jpg', 'https://html5.gamemonetize.com/dj1jwzufate2bey9osne9ikqvhxu40hd/', '0', 'Hypercasual', 0, 0, '', 'connect-fruits'), (452, 'Spooky Cat Escape', 'A cute cat kidnapped you seven days ago. She left for lunch and will be back at 12:20. Can you solve puzzles and escape her apartment?', 'https://img.gamemonetize.com/04fej4orep20n3pmpel6sr0y45h3blon/512x384.jpg', 'https://html5.gamemonetize.com/04fej4orep20n3pmpel6sr0y45h3blon/', '0', 'Puzzles', 0, 0, '', 'spooky-cat-escape'), (453, 'Baby unicorn dress up', 'Baby Unicorn Dress Up Game is about magical colors, cuteness, and style! Get creative with your own one-of-a-kind unicorn &ndash; dress up, makeup and hairstyle, wings, horn and tail, jewels and accessories, pick your favorite and make it magical. Care for your unicorn, dress it, choose its colors and style, and make it your own cute pony.', 'https://img.gamemonetize.com/62y368k0ddvcyff7pcbj0bjnnexl0030/512x384.jpg', 'https://html5.gamemonetize.com/62y368k0ddvcyff7pcbj0bjnnexl0030/', '0', 'Puzzles', 0, 0, '', 'baby-unicorn-dress-up'), (454, 'Image to Word Match', 'Welcome to our delightful word matching game! In this game, you simply need to match the pictures to the correct words. How To Play: Its as easy as pie! Just use your mouse to click on a picture, then drag and drop it over the correct word. If you get it right, youll see a message saying Well done! If you make a mistake, youll see an error message. We offer two exciting game modes: Easy: Play at your own pace without any stress. You can go back and forth in the game whenever you want, making it perfect for kids. Normal: Challenge yourself with three lives. Match the pictures correctly to the words, or face a game over! Pay close atte', 'https://img.gamemonetize.com/mlbbmqfeigit5tp2k1sdtt1xzdot2p8y/512x384.jpg', 'https://html5.gamemonetize.com/mlbbmqfeigit5tp2k1sdtt1xzdot2p8y/', '0', 'Clicker', 0, 0, '', 'image-to-word-match'), (455, 'Ellie And Friends Get Ready For First Date', 'Join Ellie And Friends Get Ready For First Date! Explore chic ensembles, trendy accessories, and glamorous styles to make a lasting impression. Dive into the excitement of the first date as these fashion-forward friends set the trend for the perfect look. Elevate your style game, embrace the thrill of romance, and let Ellie and Friends guide you through a fashionable journey to a memorable first date. Make every moment stylish and unforgettable!', 'https://img.gamemonetize.com/l9bpr42wiha65fxjntue75y6tu1ha67d/512x384.jpg', 'https://html5.gamemonetize.com/l9bpr42wiha65fxjntue75y6tu1ha67d/', '0', 'Girls', 0, 0, '', 'ellie-and-friends-get-ready-for-first-date'), (456, 'Mystic Object Hunt', 'Welcome to Mystic Object Hunt, a fifteen-level Hidden Object game. Explore ancient realms, discover hidden artifacts, and unravel secrets in dim chambers and ruins. Sharpen your skills, overcome challenges, and delve into the mysteries within each location. Get ready for a thrilling hunt!', 'https://img.gamemonetize.com/7wubkp9lg8hrromks6j4fq35h1lok9cp/512x384.jpg', 'https://html5.gamemonetize.com/7wubkp9lg8hrromks6j4fq35h1lok9cp/', '0', 'Puzzles', 0, 0, '', 'mystic-object-hunt'), (457, 'Clash To Survival ', 'Clash to Survival thrusts you into a breathtaking battle against relentless spawning enemies. Armed with powerful guns and unique special powers, you must navigate diverse environments, face epic bosses, and develop strategies to survive. Upgrade your weapons, master your abilities, and prove your skills in this intense clash for the future of humanity. Are you ready?', 'https://img.gamemonetize.com/lqenndu3ki5zjm3f8rhlr5ccycv7upjy/512x384.jpg', 'https://html5.gamemonetize.com/lqenndu3ki5zjm3f8rhlr5ccycv7upjy/', '0', 'Adventure', 0, 0, '', 'clash-to-survival-'), (458, 'Boxes Wizard 2', 'Boxes Wizard 2 is the thrilling sequel to the 2D pixel art platformer. Play as a wizard with teleportation and box-pushing powers in 40 challenging levels filled with puzzles. Swap places with boxes to create new paths and overcome obstacles. Retro-inspired graphics and immersive gameplay make for an exciting adventure.Master new mechanics, face tougher challenges, and emerge victorious using your magical skills.', 'https://img.gamemonetize.com/s449lztmu0cytacs1r0njgx4wivua35b/512x384.jpg', 'https://html5.gamemonetize.com/s449lztmu0cytacs1r0njgx4wivua35b/', '0', 'Puzzles', 0, 0, '', 'boxes-wizard-'), (459, 'Resolve Images', 'Find the right parts, then put them in the right places. Enjoy playing the game with your friends and solve all the puzzles. 60 Levels to resolve each level has beautiful images to resolve and increase in difficulty. Enjoy', 'https://img.gamemonetize.com/us7cgrd2aw891jn7ynhv01tgxpx2ix6k/512x384.jpg', 'https://html5.gamemonetize.com/us7cgrd2aw891jn7ynhv01tgxpx2ix6k/', '0', 'Arcade', 0, 0, '', 'resolve-images'), (460, 'Drawing Puzzle Brain Game', 'The main goal of the puzzle game is to draw a lines as a bridge and to guide a ball into a glass container. Try to collect all star at the level. Then click Play button and see the result. Use Refresh button to clear drawing.', 'https://img.gamemonetize.com/gf7m11ewep2vjtthqqjenpdvv44xl20a/512x384.jpg', 'https://html5.gamemonetize.com/gf7m11ewep2vjtthqqjenpdvv44xl20a/', '0', 'Puzzles', 0, 0, '', 'drawing-puzzle-brain-game'), (461, 'MineSweeper New', 'Minesweeper is a classic addictive puzzle game with different difficulty levels and a nice design! Play the game with your friends and see who wins!', 'https://img.gamemonetize.com/bdmca8n0nbnzgj51b1oomq1ax18a3d73/512x384.jpg', 'https://html5.gamemonetize.com/bdmca8n0nbnzgj51b1oomq1ax18a3d73/', '0', 'Puzzles', 0, 0, '', 'minesweeper-new'), (462, 'Falling Hearts', 'The newest Valentines puzzle game is Falling Hearts. Your goal in this game is to use the lovely cat to arrange the heart blocks in the same order as the hearts that are falling from above. Enjoy and have fun!', 'https://img.gamemonetize.com/sk6cv0igofuzv8fyp9oe4xftwpwjorky/512x384.jpg', 'https://html5.gamemonetize.com/sk6cv0igofuzv8fyp9oe4xftwpwjorky/', '0', 'Puzzles', 0, 0, '', 'falling-hearts'), (463, 'Emma Surprise Valentine Dessert', 'Help Emma to make the Surprise Valentine Dessert for her Boyfriend for this Valentine days. Lets check how she is making the chocolate dessert and get ready for the valentines party with her boyfriend. Come and join these cooking games at 7sgames.com', 'https://img.gamemonetize.com/my3sk37mru3f43ug4nw4cfrxcs0f43xb/512x384.jpg', 'https://html5.gamemonetize.com/my3sk37mru3f43ug4nw4cfrxcs0f43xb/', '0', 'Girls', 0, 0, '', 'emma-surprise-valentine-dessert'), (464, 'Cupid Valentine Tic Tac Toe', 'Engage in the whimsical world of &lsquo;Cupid Valentine Tic-Tac-Toe&rsquo;! Play the classic game with a love-filled twist as Cupid guides your moves. Enjoy romantic visuals, challenge friends or AI, and experience the joy of strategic fun. Elevate your Valentine&rsquo;s Day with this charming, heart-filled rendition of Tic-Tac-Toe. Spread the love and embark on a delightful journey with Cupid as your playful companion in this enchanting game!', 'https://img.gamemonetize.com/rk6q62fg0jriaiwpxpcsdi085t9p47qf/512x384.jpg', 'https://html5.gamemonetize.com/rk6q62fg0jriaiwpxpcsdi085t9p47qf/', '0', 'Girls', 0, 0, '', 'cupid-valentine-tic-tac-toe'), (465, 'Venetian Love Affair', 'Venetian Love Affair is an exciting dress-up game for girls that combines two magical worlds: Valentines Day and the Venetian masquerade festival. Youll become a stylist for two princesses, each dreaming of an unforgettable masquerade outfit. Create unique masks with stunning designs and choose luxurious dresses, jewelry, and accessories. Immerse yourself in the atmosphere of mystery and romance of Venice, unleash your fashion designer talent, and create a unique look for each princess. Get ready for a magical journey into the world of love and enigma!', 'https://img.gamemonetize.com/9de10splb4l4kvtl5u68or7rpz262t5p/512x384.jpg', 'https://html5.gamemonetize.com/9de10splb4l4kvtl5u68or7rpz262t5p/', '0', 'Girls', 0, 0, '', 'venetian-love-affair'), (466, 'Financial Run', 'Financial Run challenges players to navigate the fast-paced world of finance, where strategic decisions and quick thinking are key to success. Manage investments, navigate market fluctuations, and outmaneuver competitors to build your financial empire. With intuitive gameplay mechanics and dynamic scenarios, players will experience the thrill of the stock market in a captivating virtual environment. Can you rise to the top and become the ultimate financial tycoon in this exhilarating simulation game? Website Developer <a href=\'https://www.coolcrazygames.com/\'>https://www.coolcrazygames.com/</a>', 'https://img.gamemonetize.com/1e6dn1oqj8zeq83tfogus72qk9zwovlg/512x384.jpg', 'https://html5.gamemonetize.com/1e6dn1oqj8zeq83tfogus72qk9zwovlg/', '0', 'Arcade', 0, 0, '', 'financial-run'), (467, 'Backrooms Skibidi Toilet Terrors Huggy Wuggy', 'Backrooms Skibidi Toilet Terrors Huggy Wuggy is an action terror game, run and grab the coin', 'https://img.gamemonetize.com/gmn0diubd9ri1edhf530a0gtrzk7wkgx/512x384.jpg', 'https://html5.gamemonetize.com/gmn0diubd9ri1edhf530a0gtrzk7wkgx/', '0', 'Arcade', 0, 0, '', 'backrooms-skibidi-toilet-terrors--huggy-wuggy'), (468, 'Tetris 24', 'Play the legendary Tetris game! The classic Tetris game that we all love! Simply drag the bricks to move them, and create full lines on the grid to break bricks. Play on mobile and PC. Good luck! Controls: left arrow / A = move left right arrow / D = move right up arrow / W / X = rotate clockwise Z = rotate counter clockwise Space = drop S = slow drop Ctrl = hold / swap P = pause Enter = start / back', 'https://img.gamemonetize.com/26wbgdl7t86e2gvet24do3ae3l5zrkn4/512x384.jpg', 'https://html5.gamemonetize.com/26wbgdl7t86e2gvet24do3ae3l5zrkn4/', '0', 'Puzzles', 0, 0, '', 'tetris-'), (469, 'Battlefield Brawl Co op Challange', 'Are you ready for the soldiers duel? Choose the weapon and character that suits you best. Start the duel in normal game mode or mayhem game mode!', 'https://img.gamemonetize.com/9ztoy27aazvyob6wq7qgea48eanbcbus/512x384.jpg', 'https://html5.gamemonetize.com/9ztoy27aazvyob6wq7qgea48eanbcbus/', '0', 'Action', 0, 0, '', 'battlefield-brawl-co-op-challange'), (470, 'Memory Match Magic', 'Dive into the enchanting world of Memory Match Magic, a delightful casual game that challenges your memory and takes you on a magical journey of matching pairs! Immerse yourself in a whimsical realm filled with colorful cards, charming animations.', 'https://img.gamemonetize.com/3jsbafa3dgg8dko5qpwzgbgr5v7go2fz/512x384.jpg', 'https://html5.gamemonetize.com/3jsbafa3dgg8dko5qpwzgbgr5v7go2fz/', '0', 'Puzzles', 0, 0, '', 'memory-match-magic'), (471, 'Sky Runners', 'Play as different characters as you run, jump and avoid obstacles in stunning 3D environments. Move over and under challenging obstacles in this fast and crazy runner and racing game! MULTIPLE CHARACTERS Choose your favorite character to win the race and beat this running game challenge!', 'https://img.gamemonetize.com/i79w6g2rwo5itk5z8o1oiw8ivwi41bpd/512x384.jpg', 'https://html5.gamemonetize.com/i79w6g2rwo5itk5z8o1oiw8ivwi41bpd/', '0', 'Adventure', 0, 0, '', 'sky-runners'), (472, 'Merge Hexa', 'Merge Hexa is a addicted puzzle game with simple and intuitive interface which increasing difficulty with each level. You need to combine hexagons with the same numbers. If you don&rsquo;t have the number you need, you can create one using smaller numbers. Combine all Hexa blocks until only one shape remains. Enjoy with 25 levels of fun', 'https://img.gamemonetize.com/1fkwpwcfuo0qzdygr6u0jbw5zo1o42c8/512x384.jpg', 'https://html5.gamemonetize.com/1fkwpwcfuo0qzdygr6u0jbw5zo1o42c8/', '0', 'Arcade', 0, 0, '', 'merge-hexa'), (473, 'Valentines Love Link', 'Welcome to Valentines Love Link! Connect matching Valentines items with straight lines, allowing up to two turns. Beat the clock across 48 levels by collecting all tiles. Can you become the ultimate love link master? Lets spread love and joy together in this romantic adventure!', 'https://img.gamemonetize.com/olujuplql07mp2cb6sgtjeluezseq6zm/512x384.jpg', 'https://html5.gamemonetize.com/olujuplql07mp2cb6sgtjeluezseq6zm/', '0', 'Puzzles', 0, 0, '', 'valentines-love-link'), (474, 'Slide and Fall', 'Slide and Fall is a simplistic game in which you must fall from rotating platforms while avoiding enemies, minimalist-style graphics, and procedural difficulty. Its an endless game which increase in difficulty in time. The game is easy to learn but challenging to master. Play to beat your best score!', 'https://img.gamemonetize.com/a7t5y3ixnk0yqm9kawzws3v0dmj5rdn1/512x384.jpg', 'https://html5.gamemonetize.com/a7t5y3ixnk0yqm9kawzws3v0dmj5rdn1/', '0', 'Arcade', 0, 0, '', 'slide-and-fall'), (475, 'Eggstreme Eggscape', 'Eggstreme Eggscape is an arcade game where you play as an egg that needs to escape from the hot lava. Every jump is a leap for survival, so make every jump count! Escape the sizzling river of lava underneath you. Climb and jump up the wall with care and precision. Collect coins and diamonds as you ascend the treacherous path. The lava will speed up on each level, so be fast, or you will get fried. Will you rise as the champion or boil in defeat?', 'https://img.gamemonetize.com/k82rrnbpj6s9f20qkbgs2qz26ovg2pxf/512x384.jpg', 'https://html5.gamemonetize.com/k82rrnbpj6s9f20qkbgs2qz26ovg2pxf/', '0', 'Arcade', 0, 0, '', 'eggstreme-eggscape'), (476, 'Roll and Escape', 'About the game Welcome to the thrilling adventure of Roll and Escape! As a ball-like character in this game, you&rsquo;ll find yourself navigating through challenging maze levels. Each level introduces different monsters, each with unique abilities and elements. Your Mission Navigate through the maze, evade the pursuing monsters, and reach the magical hole at the end of each level. Entering this hole completes the level, unlocking the gateway to the next challenging escapade. Be cautious&mdash;monsters are hot on your trail, and each possesses distinct skills that can put you in a tight spot.', 'https://img.gamemonetize.com/i5358jknuzuu6qq543f7qsof8lkretjr/512x384.jpg', 'https://html5.gamemonetize.com/i5358jknuzuu6qq543f7qsof8lkretjr/', '0', 'Adventure', 0, 0, '', 'roll-and-escape'), (477, 'Drift Master', 'Get ready to embark on an exciting and action-packed journey with Drift Master. Drift and speed are indispensable in this game! Hit the gas and start navigating the roads at full speed. Be it day or night. Modify your vehicle to your liking. It wont be easy to stop yourself once you start the game.', 'https://img.gamemonetize.com/duzgbnhcpx9lhh5c30snbeqxpltqt4in/512x384.jpg', 'https://html5.gamemonetize.com/duzgbnhcpx9lhh5c30snbeqxpltqt4in/', '0', 'Racing', 0, 0, '', 'drift-master'), (478, 'Skibidi Toilet vs Cameraman Sniper', 'Camera man are trying to survive in toilet mans red light green light game. If there is a camera man moving when the toilet man says red light, you must destroy him with your sniper gun. When aiming, you have to make sure you hit the right player. If you shoot the correct player, you earn additional points. Compete with your friends by getting the highest score. Play Toilet vs Cameraman Sniper now!', 'https://img.gamemonetize.com/z92hff1p2awvhpj88z86fox8arex1a95/512x384.jpg', 'https://html5.gamemonetize.com/z92hff1p2awvhpj88z86fox8arex1a95/', '0', 'Shooting', 0, 0, '', 'skibidi-toilet-vs-cameraman-sniper'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (479, 'TetraBlocks Mosaic', 'Welcome to TetraBlocks Mosaic! You have a grid object to fill. Find Tetris-style blocks around and place them cleverly to fill the grid. Arrange all the blocks within the time limit to create a nice object. Enjoy solving 30 puzzles and make 30 exciting items!', 'https://img.gamemonetize.com/x2250nnhiz4r78jk60bbgpqkpz68471q/512x384.jpg', 'https://html5.gamemonetize.com/x2250nnhiz4r78jk60bbgpqkpz68471q/', '0', 'Puzzles', 0, 0, '', 'tetrablocks-mosaic'), (480, 'Counter Craft 4', 'Counter Craft 4 features explosive gameplay where your mission is to shoot hundreds of blocky zombies using different types of weapons and explosives to massively destroy blocky undead. Try to survive each round in order to win and unlock new guns.', 'https://img.gamemonetize.com/sc8t4x31jg4tb48h0ajz8lovljksu1jr/512x384.jpg', 'https://html5.gamemonetize.com/sc8t4x31jg4tb48h0ajz8lovljksu1jr/', '0', 'Shooting', 0, 0, '', 'counter-craft-'), (481, 'Amazing Airplane Racer', 'Amazing Airplane Racer revolutionizes the airborne gaming experience by combining high-speed plane racing with strategic special skills. Maneuver through challenging tracks while collecting power-ups like turbo boosts and shields to outsmart opponents. With stunning graphics and intense multiplayer action, the game delivers an adrenaline-packed aerial competition where skill and strategy take center stage. Are you ready to dominate the skies and become the ultimate airborne champion?', 'https://img.gamemonetize.com/c9ht05h30z5kd4c79cgh0vjy7piwy9pw/512x384.jpg', 'https://html5.gamemonetize.com/c9ht05h30z5kd4c79cgh0vjy7piwy9pw/', '0', 'Racing', 0, 0, '', 'amazing-airplane-racer'), (482, 'Valentine Nail Salon', 'Welcome to Valentine Nail Salon. You own this chic nail salon where many girls come to have their manicures done. As today is Valentine&rsquo;s day, you have to create a sweet romantic manicure for your client who wants to look wonderful on such an important day. So, prove what a good nail artist you are by making her hands look glamorous. Choose the length and the shape of the nails you want and then begin painting them with style. Choose the nail polish color you want to use and color the nails as fancy as you can. You can give her a very trendy french manicure or a classic one, you can use a single color or multiple ones.', 'https://img.gamemonetize.com/pxcmdncjykki3rytqqcncs251md8n0oy/512x384.jpg', 'https://html5.gamemonetize.com/pxcmdncjykki3rytqqcncs251md8n0oy/', '0', 'Girls', 0, 0, '', 'valentine-nail-salon'), (483, 'NeedFor Race', 'Need For Race is a racing game. Enjoy unlimited racing with a variety of vehicles in the game. How many exciting races will you finish? Win races, save money, change or upgrade your car. Dont worry about running out of races, 3 different free maps are waiting for you!!', 'https://img.gamemonetize.com/p1zh6bcsu83hzcptbv7x0eubfnpk5l7d/512x384.jpg', 'https://html5.gamemonetize.com/p1zh6bcsu83hzcptbv7x0eubfnpk5l7d/', '0', 'Racing', 0, 0, '', 'needfor-race'), (484, 'Guardians of the Dark Dungeon', 'Are you a true warrior? Put your shooting prowess to the test with war simulator games and delve into the realm of dungeons and dragons. Brace yourself for an exhilarating battle! Stay vigilant against enemy assaults and gear up for the ultimate showdown in war simulator games. Are you up for the most demanding fight of your existence in dungeons and dragons? Equip yourself and push your limits by engaging in war simulator games. Get ready for an adrenaline-fueled adventure. Are you in the mood for action? <a href=\'https://www.bestcrazygames.com/home/keyword/dinosaurs\'>https://www.bestcrazygames.com/home/keyword/dinosaurs</a>', 'https://img.gamemonetize.com/myfjikexavuq54mb13hi89070p4qx7ja/512x384.jpg', 'https://html5.gamemonetize.com/myfjikexavuq54mb13hi89070p4qx7ja/', '0', 'Action', 0, 0, '', 'guardians-of-the-dark-dungeon'), (485, 'Box Truck Belt', 'Box Truck Belt is a fast-paced puzzle game where players take on the role of a delivery driver maneuvering a box truck through increasingly challenging obstacles. Your goal? Safely deliver parcels to their destinations within tight time constraints. Dodge traffic, navigate narrow streets, and master tight turns to earn rewards and unlock new levels. With intuitive controls and addictive gameplay, Box Truck Belt offers a thrilling experience for players of all skill levels. Website Developer <a href=\'https://www.coolcrazygames.com/\'>https://www.coolcrazygames.com/</a>', 'https://img.gamemonetize.com/isjj2ct8x0pn7yun36bxfwnnglocpi99/512x384.jpg', 'https://html5.gamemonetize.com/isjj2ct8x0pn7yun36bxfwnnglocpi99/', '0', 'Arcade', 0, 0, '', 'box-truck-belt'), (486, 'Best Friends Puzzle', 'Hop on an epic adventure with the Bug Heroes and help them defeat the menacing birds of the forest! Strategically link at least three symbols of the same colour to empower the Heroes with their special perks. Explore the lush green forests with your bug friends.', 'https://img.gamemonetize.com/1vs2hwmvsrsj3wes31qujc33budw5crx/512x384.jpg', 'https://html5.gamemonetize.com/1vs2hwmvsrsj3wes31qujc33budw5crx/', '0', 'Hypercasual', 0, 0, '', 'best-friends-puzzle'), (487, 'Wood Whacker', 'Welcome to Wood Whacker, where your lumberjack skills are put to the test as you chop wood and dodge branches! Think its an easy task? Think again! While the gameplay is simple to grasp, mastering it is a whole different challenge. With two variable environments and 10 characters to unlock, the excitement never ends! So grab your axe, rush through the forest, and chop those trees as fast as you can! Wood Whacker offers a one-touch control system, addictive gameplay, and a nostalgic arcade style experience thats completely free! Website Developer <a href=\'https://www.giugames.com/\'>https://www.giugames.com/</a>', 'https://img.gamemonetize.com/lgypzawcvw0qium6zihbr5965cq2xq4u/512x384.jpg', 'https://html5.gamemonetize.com/lgypzawcvw0qium6zihbr5965cq2xq4u/', '0', 'Hypercasual', 0, 0, '', 'wood-whacker'), (488, 'Celebrations Switch Blocks', 'Hi there, pals The year 2024 has arrived. Let&rsquo;s begin the festivities by playing the game Celebrations Switch Blocks. Like Tetris, this game is straightforward but entertaining. To remove every party item, match three or more blocks. The exciting part is right ahead: use the selector to swipe the blocks and gather as many tiles as you can. The blocks move and organize more swiftly as the timer goes on, allowing you to win the game. Play additional games exclusively on jhurr.com.', 'https://img.gamemonetize.com/oj70ah3ah5zykw30qomw7gfj5xno8usv/512x384.jpg', 'https://html5.gamemonetize.com/oj70ah3ah5zykw30qomw7gfj5xno8usv/', '0', 'Arcade', 0, 0, '', 'celebrations-switch-blocks'), (489, 'Hill Climb Race', 'Hill Climb Race is a hill climbing game where you will drive your car through bumpy road. Take control on acceleration to avoid accident. Cover the maximum distance and make a record. Good Luck', 'https://img.gamemonetize.com/90elpauvjgnduskqynactsd2k0il1ktl/512x384.jpg', 'https://html5.gamemonetize.com/90elpauvjgnduskqynactsd2k0il1ktl/', '0', 'Adventure', 0, 0, '', 'hill-climb-race'), (490, 'Valentines Day The Digital Circus', 'In this game, your job is to connect characters to lines. Help Pomni and others find the shortest way to each other. There are many different levels in the puzzle, and their complexity is constantly increasing. Try to cope with all tasks.', 'https://img.gamemonetize.com/9bhlfl4kwhas7uxxp3uafw5tlltcjfcw/512x384.jpg', 'https://html5.gamemonetize.com/9bhlfl4kwhas7uxxp3uafw5tlltcjfcw/', '0', 'Puzzles', 0, 0, '', 'valentines-day-the-digital-circus'), (491, 'Right the Color', 'Right The Color, It is a 2D hyper casual game that you can enjoy in your free time. To earn points in the game, you need to rotate the square and collide it with the correct colors. Enjoy It!', 'https://img.gamemonetize.com/bjlz8eqtcqevbwwu65t9axpkq8ek5fit/512x384.jpg', 'https://html5.gamemonetize.com/bjlz8eqtcqevbwwu65t9axpkq8ek5fit/', '0', 'Puzzles', 0, 0, '', 'right-the-color'), (492, 'Cake Match3', 'Cake Match3 is a free classic block game. It&rsquo;s a challenging block puzzle and popular game with endless fun and time-killer, just join jewel and blast them.', 'https://img.gamemonetize.com/1jvzgx5vrykixrcm36wd4g3xuit8w023/512x384.jpg', 'https://html5.gamemonetize.com/1jvzgx5vrykixrcm36wd4g3xuit8w023/', '0', 'Puzzles', 0, 0, '', 'cake-match'), (493, 'Box Jenga', 'Box Jenga takes the classic stacking concept to new heights. Your mission is to strategically drop boxes onto a platform and build the tallest tower possible. But beware, as the challenge intensifies with each added box, precision and balance become your best allies.', 'https://img.gamemonetize.com/6xn2izpfnkd8dil8jesft45yt1n9avlc/512x384.jpg', 'https://html5.gamemonetize.com/6xn2izpfnkd8dil8jesft45yt1n9avlc/', '0', 'Hypercasual', 0, 0, '', 'box-jenga'), (494, 'Prism Fashionistas Dress To Impress', 'Explore Prism Girls, a captivating dress-up game with seven dolls embodying rainbow colors. From fiery Ruby to elegant Luna, each brings a unique vibe. Seamlessly blend makeup and dress-up, experimenting with eyeshadow, lipstick, and more. In the dress-up level, mix accessories and outfits for endless creativity. Prism Girls is a joyful adventure into colorful expression and fashion possibilities. Unleash your creativity and enjoy the pure fun of style exploration!', 'https://img.gamemonetize.com/diddwgqy8uum94bqxj6gk6zuknh1gvku/512x384.jpg', 'https://html5.gamemonetize.com/diddwgqy8uum94bqxj6gk6zuknh1gvku/', '0', 'Girls', 0, 0, '', 'prism-fashionistas-dress-to-impress'), (495, 'Golf Tour', 'Golf Tour is a game in which you need to drive the golf ball into the hole by moving along the platforms, planning the route and avoiding obstacles. On your way, you will meet stone blocks that need to be broken, magical blocks that need to be skipped in time, as well as metal blocks that need to be disabled.', 'https://img.gamemonetize.com/0uywvc2jzafqk7ccld7510q52e02ly45/512x384.jpg', 'https://html5.gamemonetize.com/0uywvc2jzafqk7ccld7510q52e02ly45/', '0', 'Sports', 0, 0, '', 'golf-tour'), (496, 'Tower Hero Wars', '1 - Use your brain to move your hero 2 - Defeat all enemies 3 - Increase your strength 4 - Defend your tower Collect all the treasures and become the ultimate hero in Hero Tower Wars. Enjoy your time.', 'https://img.gamemonetize.com/6ihms6ihxt9boxr5ogfsv28ffly7pla2/512x384.jpg', 'https://html5.gamemonetize.com/6ihms6ihxt9boxr5ogfsv28ffly7pla2/', '0', 'Hypercasual', 0, 0, '', 'tower-hero-wars'), (497, 'Dragon Year Jigsaw', 'Dive into the lively universe of Dragon Year Jigsaw, a comical online puzzle game set in the Chinese Dragon Year. Solve 24 levels of dragon-themed jigsaw puzzles, featuring vibrant and playful comic art. Perfect for puzzle lovers and those seeking a whimsical online experience. Join the fun &ndash; start piecing together your dragon adventure now!', 'https://img.gamemonetize.com/yn3uwxmep3at3d7bjomh0je4gb21lewc/512x384.jpg', 'https://html5.gamemonetize.com/yn3uwxmep3at3d7bjomh0je4gb21lewc/', '0', 'Puzzles', 0, 0, '', 'dragon-year-jigsaw'), (498, 'Romantic Match Tactics', 'Romantic Match Tactics invites you into a charming world where love meets strategy. Immerse yourself in an enchanting puzzle adventure as you strategically clear the grid, saving moves, and mastering the key to success &ndash; a delicate balance between item movement and unlocking the locked items. Progress through 48 levels, each unveiling new challenges as you align romantic trios to triumph.', 'https://img.gamemonetize.com/a76maw0ow9vho1vsbwco5icp9xa9ige6/512x384.jpg', 'https://html5.gamemonetize.com/a76maw0ow9vho1vsbwco5icp9xa9ige6/', '0', 'Puzzles', 0, 0, '', 'romantic-match-tactics'), (499, 'Sausage Survival Master', 'Stay alive for 30 seconds by engaging in battles and races across various randomly generated 3D mini-games. Accumulate experience and conquer diverse challenges to ensure the survival of your 3D character. Embark on thrilling adventures, stay nimble, and maneuver like a seasoned expert to keep your character alive! Website Developer <a href=\'https://www.bestcrazygames.com/home/keyword/dinosaurs\'>https://www.bestcrazygames.com/home/keyword/dinosaurs</a>', 'https://img.gamemonetize.com/yuxzpycmk9su4jcystlzeay74750jn6v/512x384.jpg', 'https://html5.gamemonetize.com/yuxzpycmk9su4jcystlzeay74750jn6v/', '0', 'Hypercasual', 0, 0, '', 'sausage-survival-master'), (500, 'Heartscape Hero', 'Embark on an enchanting adventure through whimsical lands filled with love and romance. As the protagonist, your mission is to collect hearts scattered, overcoming obstacles and challenges along the way. Immerse yourself in a vibrant world teeming with charm and excitement, inspired by the magic of Valentines Day. Experience the power of love as you journey to become the ultimate Heartscape Hero. Are you ready to explore this captivating realm and spread love wherever you go?', 'https://img.gamemonetize.com/u02pb0bmsstdhyxfectij4eskliv8gcf/512x384.jpg', 'https://html5.gamemonetize.com/u02pb0bmsstdhyxfectij4eskliv8gcf/', '0', 'Puzzles', 0, 0, '', 'heartscape-hero'), (501, 'Skibidi Long Neck', 'For a long time, Skibidi scientists worked on creating new universal fighters who could attack enemies from a distance, and their efforts bore fruit. They created shooting monsters, but the Cameramen quickly changed tactics and began to use various types of cover. We had to urgently look for a way out of the current circumstances and as a result, a new species appeared, which is what you will control in the game Skibidi Toilet: Long Neck. Today you will have to help the toilet monsters destroy quite a large number of agents. Your character will be visible on the screen in front of you, which is the latest development.', 'https://img.gamemonetize.com/u0ppvzq1p4sb1atn4f0tk7c0rtglh919/512x384.jpg', 'https://html5.gamemonetize.com/u0ppvzq1p4sb1atn4f0tk7c0rtglh919/', '0', 'Arcade', 0, 0, '', 'skibidi-long-neck'), (502, 'Shaolin Soccer', 'It is an engaging puzzle game where your objective is to descend safely. It appears straightforward at first glance but offers profound depth. Navigate through numerous levels, honing your intellect while enjoying the journey. Website Developer <a href=\'https://www.bestcrazygames.com/home/keyword/stickman\'>https://www.bestcrazygames.com/home/keyword/stickman</a>', 'https://img.gamemonetize.com/1re3k4h9vkknttyops13remtr23af95n/512x384.jpg', 'https://html5.gamemonetize.com/1re3k4h9vkknttyops13remtr23af95n/', '0', 'Soccer', 0, 0, '', 'shaolin-soccer'), (503, 'Granny Returns Haunted House', 'Play this chilling 3D game Granny Returns Haunted House this game is the continuation of the famous Granny game, a horror game, escape, shoot, collect items. This time you will appear inside an abandoned asylum, you will have some clues to complete and survive. Move around the asylum, dont stop moving because they will find you at any moment. If you dont have time, you can hide in the closets and not make noises.', 'https://img.gamemonetize.com/pm5wjn3np4xl59y8ie3a85xqs1m1nyma/512x384.jpg', 'https://html5.gamemonetize.com/pm5wjn3np4xl59y8ie3a85xqs1m1nyma/', '0', 'Action', 0, 0, '', 'granny-returns-haunted-house'), (504, 'Hurry Ambulance', 'Hurry Ambulance is a fun driving game where you race through traffic in an ambulance. Collect powerups to finish your track. Explode cars in your path by crashing into them !!', 'https://img.gamemonetize.com/yzqhfszxs3gciarf9qz6h38acj511nlz/512x384.jpg', 'https://html5.gamemonetize.com/yzqhfszxs3gciarf9qz6h38acj511nlz/', '0', 'Racing', 0, 0, '', 'hurry-ambulance'), (505, 'Traffic Monster', 'Are you ready to drive fast on the highway? It&rsquo;s time to show your driving skills on high speed among the multitude of cars on the highway. All you have to do is to avoid colliding with other cars and collecting as many points as possible. You have at your disposal many car models, four game modes as a single player, 3 weather options and smooth car controls. Have fun!', 'https://img.gamemonetize.com/fnq9espr17eq3tl854i2lf6xxqyinvzk/512x384.jpg', 'https://html5.gamemonetize.com/fnq9espr17eq3tl854i2lf6xxqyinvzk/', '0', 'Racing', 0, 0, '', 'traffic-monster'), (506, 'Christmas Jigsaw Puzzles', 'Are you a cat lover with a passion for puzzles? If so, get ready for an adorable and engaging adventure with &ldquo;Christmas Jigsaw Puzzles&rdquo; This delightful game features 15 levels of feline-themed fun that will captivate your heart and challenge your mind.', 'https://img.gamemonetize.com/ff74064kxffyihln8wa21dn4he1witvp/512x384.jpg', 'https://html5.gamemonetize.com/ff74064kxffyihln8wa21dn4he1witvp/', '0', 'Puzzles', 0, 0, '', 'christmas-jigsaw-puzzles'), (507, 'Electronic Pop It', 'Introducing the electrifying web version of the beloved Pop It toy &ndash; a sensory delight that transcends boundaries! Immerse yourself in the world of tactile satisfaction with our innovative electronic rendition, featuring four exciting game modes: Breakthrough, Memory, Scoring, and Multiplayer.', 'https://img.gamemonetize.com/z3lunh8ml6w3yhbje8c21008bay1ruax/512x384.jpg', 'https://html5.gamemonetize.com/z3lunh8ml6w3yhbje8c21008bay1ruax/', '0', 'Clicker', 0, 0, '', 'electronic-pop-it'), (508, 'Create your beach', 'In the game you have to take on the role of the beach manager. Monitor the needs of visitors, hire staff, arrange banana swims. Also arrange entertainment for children and adults. Can you arrange the whole beach? Money is needed for the arrangement of the beach. To earn them, serve vacationing people.', 'https://img.gamemonetize.com/fw9nysw95vq77zyjzsyu5hkeah5qpwd7/512x384.jpg', 'https://html5.gamemonetize.com/fw9nysw95vq77zyjzsyu5hkeah5qpwd7/', '0', 'Hypercasual', 0, 0, '', 'create-your-beach'), (509, 'Secret Key', 'you are a man have ur wife and daughter are gone but you dont know what happen it was you the reason of that ? or maybe you are just inside a dream ,, you cant know that but there a 3 since inside the game maybe you will understand what happen 2 of them are bad for you and the last maybe is just another mastery for another story line', 'https://img.gamemonetize.com/cevjm8tbypn2u4i9kato9lwllqzowxjo/512x384.jpg', 'https://html5.gamemonetize.com/cevjm8tbypn2u4i9kato9lwllqzowxjo/', '0', 'Action', 0, 0, '', 'secret-key'), (510, 'The Digital Circus Paint Pomni', 'The Digital Circus Paint - Pomni: is a fascinating coloring app inspired by the world of the popular cartoon series . In this interactive coloring you can meet the main character - the mysterious Remember. He is a versatile character who lives in the magical world of the digital circus. You have a unique opportunity to plunge into this fascinating world and revive it through your creative abilities. Immerse yourself in the extraordinary digital circus universe, where magic, puzzles, and amazing events meet. Choose your favorite coloring book with Remember. Take your pencils and let your imagination run wild! Remember - it&rsquo;s not just a chara', 'https://img.gamemonetize.com/h21xczgmvscp2p29iwfv3jprht1e5283/512x384.jpg', 'https://html5.gamemonetize.com/h21xczgmvscp2p29iwfv3jprht1e5283/', '0', 'Girls', 0, 0, '', 'the-digital-circus-paint---pomni'), (511, 'Hole Fighters', 'Trunk Shot is an exciting mobile puzzle game that challenges your strategic thinking and precision. In this addictive adventure, you must aim and shoot balls into various challenging targets inside tree trunks. Navigate through beautifully designed levels filled with obstacles and tricky angles. With intuitive controls and a delightful physics-based gameplay, Trunk Shot offers hours of fun and brain-teasing entertainment. Can you master the art of trunk shooting and become the ultimate marksman? Website Developer <a href=\'https://www.crazygamesonline.com\'>https://www.crazygamesonline.com</a>', 'https://img.gamemonetize.com/p1frq48puywetx1l79jcq3j9ggmn0y24/512x384.jpg', 'https://html5.gamemonetize.com/p1frq48puywetx1l79jcq3j9ggmn0y24/', '0', 'Arcade', 0, 0, '', 'hole-fighters'), (512, 'Save Snowman', 'Embark on a frosty escapade in Save Snowman! Guide your adorable snowman through a chilly landscape, dodging sun particles. Build snow walls strategically to shield your snowman from harm. As the sun intensifies, survival becomes a thrilling challenge. Compete for the longest survival time, mastering drawing to save snowman. Can you save your snowman from the warmth of the sun and claim victory in this winter adventure? Play Save Snowman now!', 'https://img.gamemonetize.com/1wxpkve6xcsvifbzyyt601vpwhh4dl4m/512x384.jpg', 'https://html5.gamemonetize.com/1wxpkve6xcsvifbzyyt601vpwhh4dl4m/', '0', 'Puzzles', 0, 0, '', 'save-snowman'), (513, 'Duo Match', 'Prepare yourself for a fresh and original matching pair game challenge! Your task is to match pairs of extra cute characters on the ground and pop them all! Each cleared level introduces new pairs to match. This cute matching game is designed to be so easy that anyone can play and enjoy it. Are you ready to dive into the world of adorable characters and test your matching skills? Website Developer <a href=\'https://www.giugames.com/\'>https://www.giugames.com/</a>', 'https://img.gamemonetize.com/4uorlwgluzhsnsed1nb6i65dyqhmvubq/512x384.jpg', 'https://html5.gamemonetize.com/4uorlwgluzhsnsed1nb6i65dyqhmvubq/', '0', 'Puzzles', 0, 0, '', 'duo-match'), (514, 'Unblocked Golf Challenge', 'Unblocked Golf Challenge is an exciting 3D golf game with multiple levels of varying difficulty. Test your skills and unlock new challenges as you progress. Collect in-game rewards to purchase unique balls, each with their own advantages. Embark on a golfing adventure like never before! Website Developer <a href=\'https://www.bestcrazygames.com/home/keyword/zombie\'>https://www.bestcrazygames.com/home/keyword/zombie</a>', 'https://img.gamemonetize.com/ph1c8lai59go2e3kjbi0ta88f1piuehi/512x384.jpg', 'https://html5.gamemonetize.com/ph1c8lai59go2e3kjbi0ta88f1piuehi/', '0', 'Hypercasual', 0, 0, '', 'unblocked-golf-challenge'), (515, 'St Patricks Happy Animals', 'Play the newest St Patricks puzzle game called St Patricks Happy Animals. The game has 10 levels with 10 images of funny animals prepared for St Patricks Day. You have to solve the puzzle by clicking on the parts of the image, rotating them, and bringing them to the right place. Watch the time and be very fast because it is counting down. Enjoy and have fun!!!', 'https://img.gamemonetize.com/yd8ptwohdbzqffyts1lu53lkhao1yndr/512x384.jpg', 'https://html5.gamemonetize.com/yd8ptwohdbzqffyts1lu53lkhao1yndr/', '0', 'Puzzles', 0, 0, '', 'st-patricks-happy-animals'), (516, 'Asian Cup Soccer', 'Asian Cup soccer/football is here and here is your chance to participate with your favorite team. Go from the round of 16 to the finals and try to win that cup. If you can you can also win other trophies such as the golden boot', 'https://img.gamemonetize.com/to276chdeobtg4yl7zdtc64utvglsqi8/512x384.jpg', 'https://html5.gamemonetize.com/to276chdeobtg4yl7zdtc64utvglsqi8/', '0', 'Sports', 0, 0, '', 'asian-cup-soccer'), (517, 'Valentines Day Differences', 'Valentines Day Differences is a game based on the theme of Valentines Day, lets have love! Behind these pictures are small differences. Can you find them? They are fun designs for you to play with. A game that is fun and educational because it will help you improve your observation and concentration skills. You have 20 levels and 7 differences, for each level you have one minute to finish the same.', 'https://img.gamemonetize.com/334cu2755x3gmuybqrz9lubeoncmb3im/512x384.jpg', 'https://html5.gamemonetize.com/334cu2755x3gmuybqrz9lubeoncmb3im/', '0', 'Puzzles', 0, 0, '', 'valentines-day-differences'), (518, 'Nubik Dungeon', 'Immerse yourself in the exciting world of dungeons, where incredible adventures and dangers await you. In this game you have to go through a variety of dungeons full of traps and riddles. Your task is to survive and reach the exit, overcoming all obstacles on the way. Each dungeon will be unique, with its own set of traps and puzzles. You will have to use your wits and reflexes to overcome all obstacles.', 'https://img.gamemonetize.com/pmef0eq7dabr91vbvc7o6ywzhlolfvn2/512x384.jpg', 'https://html5.gamemonetize.com/pmef0eq7dabr91vbvc7o6ywzhlolfvn2/', '0', 'Adventure', 0, 0, '', 'nubik-dungeon'), (519, 'Swordbattle.io', 'Swordbattle.io is a multiplayer game where players fight each other with different 2D swords, and try to gain coins. The more coins you have, the bigger and powerful you get! Try to become the biggest of them all. Upgrade your character, fight with friends, and rule the land!', 'https://img.gamemonetize.com/m2yzvbmyf75dl11i5lrtzlykjkzrgb85/512x384.jpg', 'https://html5.gamemonetize.com/m2yzvbmyf75dl11i5lrtzlykjkzrgb85/', '0', 'Action', 0, 0, '', 'swordbattleio'), (520, 'World of Alice Make Words ', 'World of Alice - Make Words World of Alice - Make Words is an educational game developed for children with the aim of teaching them how to make simple words in a fun way using their cell phone, tablet or computer. Excellent educational resource. In World of Alice learning is fun. Game developed by: Nau.kids', 'https://img.gamemonetize.com/88hl8s879tpxrceq52sjjrk7i0igovhf/512x384.jpg', 'https://html5.gamemonetize.com/88hl8s879tpxrceq52sjjrk7i0igovhf/', '0', 'Puzzles', 0, 0, '', 'world-of-alice---make-words-'), (521, 'Zombie Survival FPS Defense Z Mart', 'NON STOP ZOMBIE SHOOTER GAME !! JOIN US NOW The game is set in the apocalypse when the zombie pandemic is widespread. Your last defense is a supermarket. You must destroy all the zombies you encounter. With a weapon system and extremely attractive first-person shooting gameplay, it promises to bring players an extremely interesting experience. Dont let any zombies get through. shoot or die !', 'https://img.gamemonetize.com/0o8izaqf1dgfgyqszj039u90a0apo95o/512x384.jpg', 'https://html5.gamemonetize.com/0o8izaqf1dgfgyqszj039u90a0apo95o/', '0', 'Shooting', 0, 0, '', 'zombie-survival-fps--defense-z-mart'), (522, 'Goal Finger Soccer', 'Finger Football, also known as button football, penny football, coin football or foosball, is a button game played on a tabletop. It is also known as button football, penny football, coin football or foosball. Various people know this game by different names around the world, including football caps, industrial and various other names, and other variations. Choose your team and complete 100 levels one by one', 'https://img.gamemonetize.com/7zrcsiy3lu247f5wfwm3altefzrzwf9z/512x384.jpg', 'https://html5.gamemonetize.com/7zrcsiy3lu247f5wfwm3altefzrzwf9z/', '0', 'Sports', 0, 0, '', 'goal-finger-soccer'), (523, 'Battle City Online', 'Battle City Online contains 35 different levels Each map contains different types of terrain and obstacles You can play with your friends locally, or online (coming soon) You can create your own map and play it with friends Drive the tank of your childhood :) I dare you to pass all levels, protecting the city against tanks super smart Todos :- 1- Multiplayer online game play 2- Shop - players can sell or buy their rewards and their own maps 3- Implement coin system for betting and tournaments 4- Implement joystick support in map editor 5- Better UI for Map Editor section. 6- Implement AI difficulty to support (easy, normal, hard) play modes', 'https://img.gamemonetize.com/clh4isvecl4undsvzkb2z5k6jo7xw637/512x384.jpg', 'https://html5.gamemonetize.com/clh4isvecl4undsvzkb2z5k6jo7xw637/', '0', 'Shooting', 0, 0, '', 'battle-city-online'), (524, 'Crazy Wheelie Motorider', 'Put on your helmet. A fun motor racing games with you. Get out of heavy traffic with the engine and earn the highest score and modify your Motorcycles.', 'https://img.gamemonetize.com/gnhpf2el1x0jrcm9mff5dyz3zjkwpx9q/512x384.jpg', 'https://html5.gamemonetize.com/gnhpf2el1x0jrcm9mff5dyz3zjkwpx9q/', '0', 'Racing', 0, 0, '', 'crazy-wheelie-motorider'), (525, 'Square Fit', 'Square Fit is easy to pick up and play, yet offers a rewarding challenge. Your objective is to tap and hold to grow a square, then release it at just the right moment to fit into the designated target area. Sounds simple, right? Well, the puzzles become progressively trickier, requiring a strategic approach to conquer each level.', 'https://img.gamemonetize.com/pn8mqz0w7vzjf5uphq3q8irts9asbon5/512x384.jpg', 'https://html5.gamemonetize.com/pn8mqz0w7vzjf5uphq3q8irts9asbon5/', '0', 'Hypercasual', 0, 0, '', 'square-fit'), (526, 'Match Emoji', 'Match Emoji is a casual puzzle game. In the game, players need to join three identical blocks together to eliminate them. The pictures contained on each block are different. Players are in the process of elimination. You must think carefully. In the process of connecting, there must be more than three blocks before they can be eliminated. Levels: 100 levels. We will continue to launch new levels in the future. Youll never be bored!', 'https://img.gamemonetize.com/2wmq5crts83quutjwhu2b3x1lorurzwr/512x384.jpg', 'https://html5.gamemonetize.com/2wmq5crts83quutjwhu2b3x1lorurzwr/', '0', 'Hypercasual', 0, 0, '', 'match-emoji'), (527, 'Tank Transporter', 'Embark on a thrilling journey in Tank Transporter, where you take charge of an armored convoy on a mission to deliver powerful tanks to the front lines. Maneuver through dynamic battlefields, outsmart enemy ambushes, and upgrade your convoy to ensure a safe and successful transport. With realistic physics and stunning graphics, Tank Transporter offers an immersive experience where every decision counts. Are you ready to navigate the chaos of war and deliver victory on wheels? Command your convoy and become the ultimate Tank Transporter!', 'https://img.gamemonetize.com/c8c92mz9gp6vr917rypq6vn18txm8993/512x384.jpg', 'https://html5.gamemonetize.com/c8c92mz9gp6vr917rypq6vn18txm8993/', '0', 'Adventure', 0, 0, '', 'tank-transporter'), (528, 'Sort Games Challenge ', 'Sort Games Challenge is a puzzle game. Here you can challenge yourself and choose from multiple modes, not limited to one. Your goal is to complete the mission within a limited time to pass the level. Dont underestimate this game, its still very difficult to pass. Come and challenge!', 'https://img.gamemonetize.com/ph8lsrn6p87m6sj5984hzx1nlfu4xncu/512x384.jpg', 'https://html5.gamemonetize.com/ph8lsrn6p87m6sj5984hzx1nlfu4xncu/', '0', 'Puzzles', 0, 0, '', 'sort-games-challenge-'), (529, 'World of Alice Pirate Treasure', 'World of Alice - Pirate Treasure World of Alice - Pirate Treasure is an educational game developed for children with the aim of developing logical reasoning through a map that contains the path to pirate treasure in a fun way from your cell phone, tablet or computer. Excellent educational resource. Game developed by: Nau.kids', 'https://img.gamemonetize.com/csh29ixb0fbgiovtb41mnu48f6jtj7vm/512x384.jpg', 'https://html5.gamemonetize.com/csh29ixb0fbgiovtb41mnu48f6jtj7vm/', '0', 'Puzzles', 0, 0, '', 'world-of-alice---pirate-treasure'), (530, 'Egg Hunt Mania', 'Get your basket ready and save all the eggs you can from a terrible fate. Make sure to empty a full basket into the store. Watch out for the rising quota for eggs each day!', 'https://img.gamemonetize.com/eeu7skhfouxj7cgwpq83rm3fhm0jwo0x/512x384.jpg', 'https://html5.gamemonetize.com/eeu7skhfouxj7cgwpq83rm3fhm0jwo0x/', '0', 'Hypercasual', 0, 0, '', 'egg-hunt-mania'), (531, 'TinyCars', 'Experience the adrenaline in pixel-art style with Tinycars, an exhilarating top-down racing game by Mapi. Ignite the tracks on 15 diverse circuits, competing against 6 rivals in this captivating arcade racing adventure. Employ every cunning maneuver at your disposal, including shortcuts, teleports, electric weapons, and nitro speed bursts, to outpace your opponents and etch your name in the hall of fame while unlocking even more thrilling tracks.', 'https://img.gamemonetize.com/anvg9koxb58atul7n9hoafb9s5k42kjv/512x384.jpg', 'https://html5.gamemonetize.com/anvg9koxb58atul7n9hoafb9s5k42kjv/', '0', 'Racing', 0, 0, '', 'tinycars'), (532, 'Slicing Goal', 'Slicing Goal is a captivating mobile game that combines precision with strategy. Dive into the world of soccer as you take on the role of a slicer. Your mission: expertly cut through obstacles and guide the soccer ball to the goal in the fewest moves possible. With 80 challenging levels and intuitive controls, Slicing Goal offers hours of addictive gameplay. Can you master the art of slicing and become the ultimate soccer slicer? Website Developer <a href=\'https://www.coolcrazygames.com/\'>https://www.coolcrazygames.com/</a>', 'https://img.gamemonetize.com/x8ib9ozqzrba6zaaeods1lhx800g9vj1/512x384.jpg', 'https://html5.gamemonetize.com/x8ib9ozqzrba6zaaeods1lhx800g9vj1/', '0', 'Arcade', 0, 0, '', 'slicing-goal'), (533, 'Pac Rush Online', 'Pac Rush is a 2D platform game where u have to avoid falling obstacles and collect points. Your goal is to collect red circles. The more red circles you collect, the higher your score', 'https://img.gamemonetize.com/hzaggzrjqmggrsvy1auxic2ma55lvewa/512x384.jpg', 'https://html5.gamemonetize.com/hzaggzrjqmggrsvy1auxic2ma55lvewa/', '0', 'Arcade', 0, 0, '', 'pac-rush-online'), (534, 'Longboard Crasher', 'It is an informal puzzle game where your objective is to descend safely. It may seem straightforward at first glance, but it offers a surprising level of complexity. Progress through numerous challenging levels, honing your problem-solving skills while enjoying yourself. Website Developer <a href=\'https://www.bestcrazygames.com/home/keyword/racing\'>https://www.bestcrazygames.com/home/keyword/racing</a>', 'https://img.gamemonetize.com/hi0kdc9xc9ml1oxbt8xay8k0t8xr8lzs/512x384.jpg', 'https://html5.gamemonetize.com/hi0kdc9xc9ml1oxbt8xay8k0t8xr8lzs/', '0', 'Hypercasual', 0, 0, '', 'longboard-crasher'), (535, 'Car Smash', 'Let an action-packed driving pleasure begin in the Car Smash game! Choose your car. Go full throttle down the high ramp. After jumping off the cliff at the end of the ramp, you first rise into the clouds. After your car falls to the ground, you start drifting. The farther you drift, the more points you earn. Who knows how exciting it is to fly and drive all over the', 'https://img.gamemonetize.com/h3b24m8uiyxmg3pz3vkfcea9887j53wm/512x384.jpg', 'https://html5.gamemonetize.com/h3b24m8uiyxmg3pz3vkfcea9887j53wm/', '0', 'Action', 0, 0, '', 'car-smash'), (536, 'Wallbound Explorer', 'Embark on a captivating adventure in Wallbound Explorer. Maneuver through intricate mazes, using walls to guide you. Collect coins strategically while mastering wall-bound movement. Discover and conquer challenging puzzles and become the ultimate explorer in this thrilling maze quest!', 'https://img.gamemonetize.com/n5li7dddn0doapjquukbxti5jui1kag2/512x384.jpg', 'https://html5.gamemonetize.com/n5li7dddn0doapjquukbxti5jui1kag2/', '0', 'Puzzles', 0, 0, '', 'wallbound-explorer'), (537, 'Ball Bounce', 'Ball Bounce is a casual game that is very fun and challenging. Your task is to guide the ball which continues to bounce towards the portal while passing through obstacles', 'https://img.gamemonetize.com/71gzsi1s9qmuj9rehjz1zyp8yrqpw6lz/512x384.jpg', 'https://html5.gamemonetize.com/71gzsi1s9qmuj9rehjz1zyp8yrqpw6lz/', '0', 'Arcade', 0, 0, '', 'ball-bounce'), (538, 'Only Up Parkour 2', 'Only Up Parkour 2! is an exciting arcade game in which you have to overcome obstacles and conquer heights of 500M. Inspired by the popular game Your task is to guide the character through a vertical labyrinth full of various obstacles. You must react quickly, jump accurately and climb up dexterously to avoid crashing into obstacles and falling down. As you progress through the various levels, you will encounter increasing difficulty and new challenges such as Jumping platforms and obstacles.', 'https://img.gamemonetize.com/853a4737nzy6vvrou31upd0nd41rbg2b/512x384.jpg', 'https://html5.gamemonetize.com/853a4737nzy6vvrou31upd0nd41rbg2b/', '0', 'Adventure', 0, 0, '', 'only-up-parkour-'), (539, 'Puppetman Ragdoll Puzzle', 'Puppetman: Ragdoll Puzzle is a fun logical game with ragdoll character physics and nice graphics. Help the main character named Poly go down to the ground. To do this, you have to solve puzzles by interacting with various objects that affect the hero. Features: - Fun ragdoll character physics combined with logic puzzles. - Simple controls. - Realistic behavior of surrounding objects. The main goal is to lower the man to the ground, causing him as little damage as possible. Control is carried out by pressing buttons on the screen, or keys on the keyboard.', 'https://img.gamemonetize.com/31uozw5js14g2erjrc5tz6vzfskr3x5r/512x384.jpg', 'https://html5.gamemonetize.com/31uozw5js14g2erjrc5tz6vzfskr3x5r/', '0', 'Arcade', 0, 0, '', 'puppetman-ragdoll-puzzle'), (540, 'Stamp It Puzzle', 'An engaging puzzle game that challenges you to gather all the ink bottles and mark the correct location. While it appears straightforward, the game offers profound depth. Enjoy progressing through numerous levels, honing your intellect while enjoying yourself. Website Developer <a href=\'https://www.bestcrazygames.com/category/shooting\'>https://www.bestcrazygames.com/category/shooting</a>', 'https://img.gamemonetize.com/es35z9asa8mztsmzppnmp59dvpo2b9tp/512x384.jpg', 'https://html5.gamemonetize.com/es35z9asa8mztsmzppnmp59dvpo2b9tp/', '0', 'Hypercasual', 0, 0, '', 'stamp-it-puzzle'), (541, 'Monster Baby Hide or Seek', 'Monster Baby Hide or Seek is an engaging mobile game where players embark on a whimsical adventure in search of elusive baby monsters. With captivating graphics and intuitive controls, the game challenges your observation skills as you explore vibrant landscapes, solve puzzles, and outsmart mischievous monsters. Customize your character and unlock magical abilities to aid your quest. Whether youre hiding from or seeking these adorable creatures, Monster Baby Hide or Seek promises hours of delightful gameplay. Website Developer <a href=\'https://www.coolcrazygames.com/\'>https://www.coolcrazygames.com/</a>', 'https://img.gamemonetize.com/kizbmiy6kmp17qh4wusk1mr1h58jrql4/512x384.jpg', 'https://html5.gamemonetize.com/kizbmiy6kmp17qh4wusk1mr1h58jrql4/', '0', 'Arcade', 0, 0, '', 'monster-baby-hide-or-seek'), (542, 'GemFit Frenzy', 'In GemFit Frenzy dive into a jewel-fitting challenge on a 7x7 grid. Test your agility and strategy as you race against time to form complete rows and columns. Confront the Gem Frenzy and achieve incredible scores!', 'https://img.gamemonetize.com/yhjyqgtmyuguheez84bl7bqmkeurz7k5/512x384.jpg', 'https://html5.gamemonetize.com/yhjyqgtmyuguheez84bl7bqmkeurz7k5/', '0', 'Puzzles', 0, 0, '', 'gemfit-frenzy'), (543, 'Bubble Ocean', 'A tap game to pove your speed! You are in control of the ocean and you must create bubbles to bring the pollution back to where it came from! Show them what you are made of!', 'https://img.gamemonetize.com/c6ga66lnynydlu6ycjpl5bxlhjmhy9le/512x384.jpg', 'https://html5.gamemonetize.com/c6ga66lnynydlu6ycjpl5bxlhjmhy9le/', '0', 'Shooting', 0, 0, '', 'bubble-ocean'), (544, 'Dinos Coloring Book', 'Coloring Dinosaurs Book is a painting, drawing and coloring game for kids! Hello my little friend, have fun with Dinosaurs in this fantastic Coloring App designed especially for you! It will be fantastic to watch your baby coloring, interacting, having fun and improving his technique thanks to this fantastic musical and educational application. The game is a classic color the dinosaurs but you can choose to color them freehand or you can choose the version where you click on the images to color them.', 'https://img.gamemonetize.com/vhmwaqu4rg0dwic0s3239kab6ek7x91k/512x384.jpg', 'https://html5.gamemonetize.com/vhmwaqu4rg0dwic0s3239kab6ek7x91k/', '0', 'Girls', 0, 0, '', 'dinos-coloring-book'), (545, 'Influencers Aesthetic Fashion Challenge', 'Welcome to the Influencers Aesthetic Fashion Challenge. Omg, the BFFs are going to participate in a new Influencer challenge. Complete the Look is the latest trend and you will have to pick cute makeup and a fabulous outfit for them. Pick a unique costume for all the girls. Play and have fun!', 'https://img.gamemonetize.com/bgg4m52gmt89msb0syj7t5bk4jv73g22/512x384.jpg', 'https://html5.gamemonetize.com/bgg4m52gmt89msb0syj7t5bk4jv73g22/', '0', 'Girls', 0, 0, '', 'influencers-aesthetic-fashion-challenge'), (546, 'Slide Blocks', 'Slide Block Puzzle is casual puzzle game Drag the shape to slide and drop them in perfect position to clear the line. Get cool effects when fill line with shape. Clear line by line to collect points.', 'https://img.gamemonetize.com/m6uvi0fa35uy7apw0o7rm0o2ck5xv22j/512x384.jpg', 'https://html5.gamemonetize.com/m6uvi0fa35uy7apw0o7rm0o2ck5xv22j/', '0', 'Puzzles', 0, 0, '', 'slide-blocks'), (547, 'Digital Circus Connect', 'Welcome to the Amazing Digital Circus Puzzle Connect Game! The game is pretty similar to Mahjong. Tap on Two identical Tiles to eleminate them and keep playing till you clear the board. Enjoy amazing illustations of Pomni and his Friends. Explore Tons of challenging levels and try to complete them all. Have fun!', 'https://img.gamemonetize.com/xts8cbdtdq8dy6glnqut94qztuin8v5t/512x384.jpg', 'https://html5.gamemonetize.com/xts8cbdtdq8dy6glnqut94qztuin8v5t/', '0', 'Puzzles', 0, 0, '', 'digital-circus-connect'), (548, 'Scary Baby in Yellow', 'Have fun with this 3D horror game with a lot of suspense. Scary Baby in Yellow is a game of intrigue, terror, search, levels, and a lot of fun. Follow the instructions and try to find the scared yellow baby. Take him where the instructions tell you to. Complete all the levels of this game; you will have a time limit for each of the games. If you do not complete the level, you will lose your progress and have to do it again. Website Developer <a href=\'https://kiz10.com/\'>https://kiz10.com/</a>', 'https://img.gamemonetize.com/e6h8mfab32i7fs0p8lu85k5packxhyfx/512x384.jpg', 'https://html5.gamemonetize.com/e6h8mfab32i7fs0p8lu85k5packxhyfx/', '0', 'Clicker', 0, 0, '', 'scary-baby-in-yellow'), (549, 'Slide Them Away', 'Slide Them Away is a puzzle game. In each slider puzzle, you will see a grid with colored grid edges with squares inside these borders. The squares are the same color as the grid edges. The number of colors may vary. Each slider puzzle aims to get rid of all blocks locked within the edges of the grid.', 'https://img.gamemonetize.com/4fg75zo2oe1dgsx615quqpsyaaon3ahw/512x384.jpg', 'https://html5.gamemonetize.com/4fg75zo2oe1dgsx615quqpsyaaon3ahw/', '0', 'Puzzles', 0, 0, '', 'slide-them-away'), (550, 'Mahjong Tiles Quest', 'Mahjong Tiles Quest is a free mahjong matching game. This premium quality game is your perfect match for playing some relaxing Mahjong. Mahjong Tiles Quest is one of the most popular board games in the world. The simple rules and relaxing game play means that anyone can enjoy a round of Mahjong Tiles Quest. have fun playing.', 'https://img.gamemonetize.com/d52umh4tx1qxmxu92tp4kwxsj78vp94x/512x384.jpg', 'https://html5.gamemonetize.com/d52umh4tx1qxmxu92tp4kwxsj78vp94x/', '0', 'Puzzles', 0, 0, '', 'mahjong-tiles-quest'), (551, 'Rock Art', 'Discover the hottest new trend in 3D coloring and DIY Rock Art. Enjoy hours of fun and relaxation coloring rocks and creating your unique gallery of painted rock masterpieces. Discover your inner artist and share your art with your friends! How to digitally color rocks and create your rock art masterpieces? Simply select a rock from the gallery and paint it according to the color number on the palette. Creating your art collection has never been easier! Choose from a huge variety of 3D illustrations, drawings, and colors in this adult coloring book - animals, mandalas, patterns, flowers, fantasy creatures, seasonal scenes, and more - and paint', 'https://img.gamemonetize.com/wc8rbawkkw47oi1bkhlkx2ga7iaieut1/512x384.jpg', 'https://html5.gamemonetize.com/wc8rbawkkw47oi1bkhlkx2ga7iaieut1/', '0', 'Girls', 0, 0, '', 'rock-art'), (552, 'Friends Battle Tag Flag', 'In the second game of the Friends Battle series, two friends are racing for the flag this time. Whoever holds the flag loses. Avoid the flag for 2 minutes, and win the game. The one who grabs the flag is the loser. Catch your friend and give them the flag. Remember, you should run away from whoever holds the flag. Dont forget, time is running out, and you might lose the game. Join this adventure with your friend.', 'https://img.gamemonetize.com/c8cfu68yvriee884d13j8uvbdw83tstv/512x384.jpg', 'https://html5.gamemonetize.com/c8cfu68yvriee884d13j8uvbdw83tstv/', '0', 'Arcade', 0, 0, '', 'friends-battle-tag-flag'), (553, 'Love In Style', 'Make Valentines Day special by playing Love In Style, our brand-new dress-up game for girls! Get creative and help our girl pick the perfect kitchen outfits for baking a sweet treat for her boo. Afterward, get her ready for her big date with lots of fashionable options. Have a blast playing the Love In Style dress-up game for girls! Website Developer', 'https://img.gamemonetize.com/nv0nlbrcy5q03532s54g8ejm6dmubbcj/512x384.jpg', 'https://html5.gamemonetize.com/nv0nlbrcy5q03532s54g8ejm6dmubbcj/', '0', 'Girls', 0, 0, '', 'love-in-style'), (554, 'Water Sort Puzzle Game', 'Water Sort is a relaxing and challenging puzzle game, where you try to sort the colored water in the glasses until all the glasses are sorted by the same color. Gameplay: One finger control; Easy and addictive gameplay; Many challenging and unique levels; You can cancel your move 5 times; Can&rsquo;t solve? Don&rsquo;t worry! Just add one more glass; You can enjoy this game at your own pace! Features: 40 levels; Cross-platform; Easy to add new levels; Sound effects added; Touch &amp; Mouse controls;', 'https://img.gamemonetize.com/1nnm7eplbiczevqq8zr10i2uq7htpoc0/512x384.jpg', 'https://html5.gamemonetize.com/1nnm7eplbiczevqq8zr10i2uq7htpoc0/', '0', 'Arcade', 0, 0, '', 'water-sort-puzzle-game'), (555, 'Soccer training', 'Welcome to soccer training! Would you like to pactice your dribble skill? Try out and see how long you can bounce the ball into the air and catch points until you drop it! And if thats not enoug there will be obstacles coming your way to really test your skill! Try it out now and see how good you are with the ball! Remember, dont let the ball touch the ground!', 'https://img.gamemonetize.com/r8n838myi546zysv99tkg71dzb4xwovn/512x384.jpg', 'https://html5.gamemonetize.com/r8n838myi546zysv99tkg71dzb4xwovn/', '0', 'Sports', 0, 0, '', 'soccer-training'), (556, 'Cooking Games For Kids', 'Are you ready to put on your apron, tie on your chefs hat, and make some mouthwatering dishes in this restaurant game? Become the ultimate mini chef with Cooking Game for Kids! In the kids cooking dinner game, you can create masterpiece pizzas in your virtual kitchen, including your favorite toppings like cheese, pepperoni, and vegetables. You can also cook delicious apple pies and sandwiches. Want to know more about this game? Come and play it.', 'https://img.gamemonetize.com/x6jve4a7h4x3e672io7j8v2lfc266s4k/512x384.jpg', 'https://html5.gamemonetize.com/x6jve4a7h4x3e672io7j8v2lfc266s4k/', '0', 'Girls', 0, 0, '', 'cooking-games-for-kids'), (557, 'Boxes Wizard', 'Boxes Wizard is a 2D pixel art platformer with 40 levels, where you play as a wizard wielding a wooden staff. With the power to teleport and push boxes, youll navigate increasingly challenging levels filled with puzzles and obstacles. Swap places with boxes to create new paths, and solve puzzles. Each level is carefully crafted. With retro-inspired graphics, Boxes Wizard offers a challenging and immersive adventure. As you progress, youll face tougher challenges. Use your magical powers and skills to overcome them all and emerge victorious!', 'https://img.gamemonetize.com/3h4d8qjcp8vi98mnrobpfc0icd3ejmnh/512x384.jpg', 'https://html5.gamemonetize.com/3h4d8qjcp8vi98mnrobpfc0icd3ejmnh/', '0', 'Puzzles', 0, 0, '', 'boxes-wizard'), (558, 'GT Cars Super Racing', 'Dive into the adrenaline-pumping world of GT Cars Super Racing, a game that pays homage to the classic arcade racing games of the 80s. Featuring fantastic gameplay and a precise car control system, the experience unfolds across 21 diverse circuits with numerous surprises awaiting discovery. Vibrant and detailed graphics, coupled with an impeccable car control system, deliver an immersive racing adventure. Revel in the engine sounds as you maintain optimal speed, strategically deploying the turbo for that crucial boost. With its compelling features, GT Cars Super Racing stands out as a top-tier rally arcade racing game.', 'https://img.gamemonetize.com/i75jt7c82ftf8np80l2pzbco08iupk2y/512x384.jpg', 'https://html5.gamemonetize.com/i75jt7c82ftf8np80l2pzbco08iupk2y/', '0', 'Racing', 0, 0, '', 'gt-cars-super-racing'), (559, 'My Pets', 'My Pets is a game in which you need to feed a dog and a cat with bone and fish, paving the way through the regulation of platforms and their activation.', 'https://img.gamemonetize.com/700w1f2flm2r7v1kgbi95kjtcuy2u5cd/512x384.jpg', 'https://html5.gamemonetize.com/700w1f2flm2r7v1kgbi95kjtcuy2u5cd/', '0', 'Hypercasual', 0, 0, '', 'my-pets'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (560, 'Celebrity Foodie Style', 'Welcome to the Celebrity Foodie Style. These Celebrity girls are more obsessed with both food and fashion. They planned to try this food and fashion in new trends. Yes! It&rsquo;s a foodie fashion. Browse the wardrobe and pick a suitable costume for each girl. Give a unique costume for them and prepare them to show their stunning look.', 'https://img.gamemonetize.com/nexqafdesueaytc2l6gva29bdss3je0m/512x384.jpg', 'https://html5.gamemonetize.com/nexqafdesueaytc2l6gva29bdss3je0m/', '0', 'Girls', 0, 0, '', 'celebrity-foodie-style'), (561, 'Skibidi Toilet Jumper', 'Skibidi Toilet Jump is a fast-paced, challenging arcade game that will test your reflexes and coordination. In this game, you control a toilet that moves up and down. Your goal is to reach the top of the tower without getting caught in the rising electric current. You will also need to shoot and destroy the enemy robots patrolling the tower. The game is easy to learn but difficult to master. The further you go, the more challenging it will become. Developer: odgameinfo@gmail.com', 'https://img.gamemonetize.com/yt2jlgpengkp8v3iz3g6geb8qpdyxoqk/512x384.jpg', 'https://html5.gamemonetize.com/yt2jlgpengkp8v3iz3g6geb8qpdyxoqk/', '0', 'Hypercasual', 0, 0, '', 'skibidi-toilet-jumper'), (562, 'Speedy Bartender', 'Step into the fast-paced world of a master mixologist in Speedy Bartender, a thrilling arcade game where quenching thirst meets adrenaline pumping action! Thirsty customers line the bar, their eyes pleading for a taste of your liquid artistry. Will you be the hero who delivers the perfect pour, or will frustration bubble over with spilled drinks and disappointed sighs?', 'https://img.gamemonetize.com/tevy36r7qnipasd04yrutfp3jaikpo1v/512x384.jpg', 'https://html5.gamemonetize.com/tevy36r7qnipasd04yrutfp3jaikpo1v/', '0', 'Cooking', 0, 0, '', 'speedy-bartender'), (563, 'Yummy Link', 'Welcome Yummy Link Puzzle Game. Tap to link two identical cake tiles to eleminate them. You can link identical tiles in 1, 2 or maximum 3 lines methode. Play against time and clear the board before times up. Enjoy!', 'https://img.gamemonetize.com/adxiytcr1le9xbq5y5x023e3o37d71bv/512x384.jpg', 'https://html5.gamemonetize.com/adxiytcr1le9xbq5y5x023e3o37d71bv/', '0', 'Puzzles', 0, 0, '', 'yummy-link'), (564, 'The Amazing Digital Circus Jigsaw', 'Welcome to the Amazing Digital Circus Jigsaw Puzzles! Drag and drop the jigsaw pieces to form the whole picture of Pomni and his Friends. Explore more than 20 challenging levels and try to complete puzzles step by step. Good luck!', 'https://img.gamemonetize.com/lkxenxg96e96em064e00reclnwdk6k9n/512x384.jpg', 'https://html5.gamemonetize.com/lkxenxg96e96em064e00reclnwdk6k9n/', '0', 'Puzzles', 0, 0, '', 'the-amazing-digital-circus-jigsaw'), (565, 'Ultimate Speed Driving', 'Ultimate Speed Driving: A Realistic Racing Simulation Game Do you love driving fast and furious? Do you want to learn how to drift, speed, and fly with cool sports cars? Then Ultimate Speed Driving is the game for you! This game is easy to play and fun to master. You can choose from a variety of awesome cars and complete different challenges in a huge open world. Enjoy the stunning views along the way. Experience the adrenaline rush of high-speed racing and have fun!', 'https://img.gamemonetize.com/5w5vg2k07d4diw09qi0s4vivhtpchcz4/512x384.jpg', 'https://html5.gamemonetize.com/5w5vg2k07d4diw09qi0s4vivhtpchcz4/', '0', 'Racing', 0, 0, '', 'ultimate-speed-driving'), (566, 'Pop It Party', 'Pop It Party is a fun relaxing game and a unique game to play on. This is a super relaxing game to play for hours; we have got different shapes of pop gadgets, click on the pops to smash them and clear the board. Website Developer <a href=\'https://www.giugames.com/\'>https://www.giugames.com/</a>', 'https://img.gamemonetize.com/v5ucev9vha3kgt6ftdhket0a5h7wwhfl/512x384.jpg', 'https://html5.gamemonetize.com/v5ucev9vha3kgt6ftdhket0a5h7wwhfl/', '0', 'Clicker', 0, 0, '', 'pop-it-party'), (567, 'Fill the Cup', 'Fill the Cup is a game in which you need to launch a ball on platforms to hit the cup three times, you also need to collect stars on the way.', 'https://img.gamemonetize.com/v1sk2rst2jjpcf6z0ztyn4pigj72onwn/512x384.jpg', 'https://html5.gamemonetize.com/v1sk2rst2jjpcf6z0ztyn4pigj72onwn/', '0', 'Hypercasual', 0, 0, '', 'fill-the-cup'), (568, 'House Demolition Car ', 'Get ready for an adrenaline-fueled adventure in Wreck &amp; Riches: Demolition Car Tycoon, where youll step into the shoes of a fearless demolition car builder and entrepreneur. Dive into a world of chaos, creativity, and cash as you build, crash, and cash in! Build Your Dream Demolition Car: Start with a rusty wreck and transform it into a powerful demolition machine. Customize every aspect of your car, from body design to engine upgrades and weapon installations. Website Developer <a href=\'https://www.brightygames.com/cars-games/\'>https://www.brightygames.com/cars-games/</a>', 'https://img.gamemonetize.com/forme1zqfbxoogxfzruwq9n69bto9tyf/512x384.jpg', 'https://html5.gamemonetize.com/forme1zqfbxoogxfzruwq9n69bto9tyf/', '0', 'Hypercasual', 0, 0, '', 'house-demolition-car-'), (569, 'PictureCipher', 'PictureCipher isn&rsquo;t just a game; it&rsquo;s a fusion of art, language, and skill. It&rsquo;s a test of your ability to decipher imagery and language under pressure, all while racing against time. Whether you&rsquo;re a word enthusiast, a visual thinker, or someone seeking a fresh twist on traditional puzzles, PictureCipher promises an immersive and intellectually stimulating adventure. Dive into the captivating realm of PictureCipher today and experience the thrill of revealing hidden images one word at a time. Sharpen your mind, explore your creativity, and unlock the potential that lies within each pixel. Are you ready to embrace the challenge?', 'https://img.gamemonetize.com/fl7fs9eb2mt5k8xelxid9vj9siv2ypyd/512x384.jpg', 'https://html5.gamemonetize.com/fl7fs9eb2mt5k8xelxid9vj9siv2ypyd/', '0', 'Puzzles', 0, 0, '', 'picturecipher'), (570, 'Friends Battle Swords Drawn', 'In the third episode of the Friends Battle series, swords have been drawn, and the war is about to begin. The battle starts; sharpen your sword, you need a sharp blade. Together with your friend, the one who captures the flag the most wins. The winner is the one who stays with the flag for 20 seconds. Dont forget, you have a sword and you also need to set up your flag. While setting up your flag, you must reach the enemys flag. Kill your friend with the sword and capture the flag.', 'https://img.gamemonetize.com/bwea8artj10mx8e9iexf9kjfdmmp7nx5/512x384.jpg', 'https://html5.gamemonetize.com/bwea8artj10mx8e9iexf9kjfdmmp7nx5/', '0', 'Arcade', 0, 0, '', 'friends-battle-swords-drawn'), (571, 'Extreme Stunt Car', 'Can you win the most dangerous stunt car sky roads game? Enjoy ultimate car driving on sky roads by playing extreme stunt car. Presenting you the most thrilling extreme stunt car simulator game where you can drive amazing cars on massive heights to touch the skies like a legend. Get a unique driving experience on impossible tracks by performing crazy stunts on ramps with super muscle cars. Be careful while racing the car to avoid an impossible fall.', 'https://img.gamemonetize.com/k1boilzote1y2rs11ct3ffxa1sh0vm0q/512x384.jpg', 'https://html5.gamemonetize.com/k1boilzote1y2rs11ct3ffxa1sh0vm0q/', '0', 'Racing', 0, 0, '', 'extreme-stunt-car'), (572, 'Crazy City Race', 'Crazy City Race is a milestone in the genre of endless arcade racing. Drive your car through highway traffic, earn cash, upgrade your car and buy new ones. Endless racing is now redefined!', 'https://img.gamemonetize.com/5gxamwjbqyril96u8f4v1tg86afkxsun/512x384.jpg', 'https://html5.gamemonetize.com/5gxamwjbqyril96u8f4v1tg86afkxsun/', '0', 'Racing', 0, 0, '', 'crazy-city-race'), (573, 'ASMR Makeover Beauty Salon', 'ASMR Makeover Beauty Salon is a very fun Makeover game. In this game, some customers are bothered by pus in their ears, some are bothered by scalp ulcers, and some are even more bothered by belly button infections. In the game, you, as an experienced beautician, are responsible for treating these skin problems to your customers. And you can also use your keen sense of fashion to match your customers with trendy clothes. Doesnt it sound fun and challenging? Come and play this game!', 'https://img.gamemonetize.com/k7v8y4tyzhcfk6rnwlio2f6uvdk4juko/512x384.jpg', 'https://html5.gamemonetize.com/k7v8y4tyzhcfk6rnwlio2f6uvdk4juko/', '0', 'Girls', 0, 0, '', 'asmr-makeover-beauty-salon'), (574, 'Save The Piggies', 'Save The Piggies is a car-moving game. But this time you are moving not a car, but a pig or other animal. From a few pigs to a large group of pigs, you need to click on the pigs to move forward until all the pigs are there. The pig must be successfully removed to pass the level. Have fun!', 'https://img.gamemonetize.com/p5bqai8uwf2ynd6faaju0cgoql8zmp6j/512x384.jpg', 'https://html5.gamemonetize.com/p5bqai8uwf2ynd6faaju0cgoql8zmp6j/', '0', 'Puzzles', 0, 0, '', 'save-the-piggies'), (575, 'Kids Hand Care', 'Are you interested in becoming a great hand doctor? Embrace the opportunity to wear a stethoscope and exude professionalism with this engaging hand doctor game. It offers a perfect blend of fun and educational experiences. Dont miss out, grab it now! Website Developer', 'https://img.gamemonetize.com/u9v770bnqsjlzx4kynxdil83zbpgtdhw/512x384.jpg', 'https://html5.gamemonetize.com/u9v770bnqsjlzx4kynxdil83zbpgtdhw/', '0', 'Girls', 0, 0, '', 'kids-hand-care'), (576, '2Troll Cat', 'In the world of black and white, inhabited by two troll cats, survival is crucial. Gather all the paws and advance towards the portal. To rescue the troll cats, you must successfully complete each level. Collect the paws with your friend. Guide the cats to the portal. Complete the levels and finish all the stages.', 'https://img.gamemonetize.com/9ha93gbunbu9lttjool1laieo2euyfac/512x384.jpg', 'https://html5.gamemonetize.com/9ha93gbunbu9lttjool1laieo2euyfac/', '0', 'Arcade', 0, 0, '', 'troll-cat'), (577, 'Pocong and Kuntilanak Terror Horror ', 'pocong and kuntilanak, a horror folk from indonesia make terror again. in abandoned restrict area!', 'https://img.gamemonetize.com/u3u07l5fq0oxiwsoda90p4svt367cul2/512x384.jpg', 'https://html5.gamemonetize.com/u3u07l5fq0oxiwsoda90p4svt367cul2/', '0', 'Adventure', 0, 0, '', 'pocong-and-kuntilanak-terror-horror-'), (578, 'Celebrity Social Media Adventure', 'Welcome to the Celebrity Social Media Adventure. Celebrity girls planned to try some adventure fashion over social media. Each one tries different fashions and posts them on social media and finds who trends the most. Sounds fun! right? Help the girls by browsing their wardrobes and picking the suitable costumes in each fashion. And then pick cute accessories and hairstyles.', 'https://img.gamemonetize.com/ny4y2sufrumy2dut6e2skgcsuzdjnja5/512x384.jpg', 'https://html5.gamemonetize.com/ny4y2sufrumy2dut6e2skgcsuzdjnja5/', '0', 'Girls', 0, 0, '', 'celebrity-social-media-adventure'), (579, 'Dogs Spot The Differences', 'Immerse yourself in the charming world of Dogs: Spot the Differences, a puzzle game featuring scenes filled with adorable companions. Challenge your observation skills, uncover subtle differences, and unlock new levels. With stunning visuals and escalating challenges, become a detective in a captivating journey of discovery and fun. Can you spot them all and become the ultimate enthusiast for your lovable companions?', 'https://img.gamemonetize.com/0qhx4rqpwi4b243kg796lkjvyrij4g41/512x384.jpg', 'https://html5.gamemonetize.com/0qhx4rqpwi4b243kg796lkjvyrij4g41/', '0', 'Puzzles', 0, 0, '', 'dogs-spot-the-differences'), (580, 'Grand Skibidi Town', 'Grand Skibidi Town features gta style sandbox, drivable vehicles and big arsenal of weapons, your mission is to destroy given amount of skibidi toilets in order to successfully complete each level and unlock new weapons.', 'https://img.gamemonetize.com/lapi8m2ozqd1lnk9a582ew9hvggcu7u8/512x384.jpg', 'https://html5.gamemonetize.com/lapi8m2ozqd1lnk9a582ew9hvggcu7u8/', '0', 'Shooting', 0, 0, '', 'grand-skibidi-town'), (581, 'Crushing Rocket', 'In the game, achieve victory by enhancing your cannon and shattering every pixel in your path to advance to the next level. Additionally, after each level, experience the excitement of a bonus level featuring a captivating hole mechanic! Website Developer <a href=\'https://www.crazygamesonline.com/featured\'>https://www.crazygamesonline.com/featured</a>', 'https://img.gamemonetize.com/pcv0cv3az1yjf2dk27okj5dn84k91wqh/512x384.jpg', 'https://html5.gamemonetize.com/pcv0cv3az1yjf2dk27okj5dn84k91wqh/', '0', 'Hypercasual', 0, 0, '', 'crushing-rocket'), (582, 'Swipe Tower Stack', 'Swipe Tower Stack is an exhilarating mobile game that challenges your reflexes and strategic thinking. In this addictive title, players must build towering structures by swiping blocks onto the platform, all while ensuring stability and balance. With each successful stack, you earn points and unlock exciting power-ups. The games intuitive controls and vibrant graphics make it suitable for players of all ages. Swipe Tower Stack promises endless entertainment and an opportunity to test your architectural skills in a fun and competitive environment. Website Developer <a href=\'https://www.kizi10.org/news\'>https://www.kizi10.org/news</a>', 'https://img.gamemonetize.com/wtfrccar8f4axmto9ljgmfzyrjymla8n/512x384.jpg', 'https://html5.gamemonetize.com/wtfrccar8f4axmto9ljgmfzyrjymla8n/', '0', 'Arcade', 0, 0, '', 'swipe-tower-stack'), (583, 'Coin Thief 3D Race', 'Coin Thief 3D is an adrenaline-pumping endless adventure! Dodge oncoming obstacles, collect coins, and test your reflexes on an infinite track. Immerse yourself in this thrilling 3D world where quick thinking and lightning-fast reactions are the key to success. Get ready to navigate through challenges, gather coins, and become the ultimate coin thief!', 'https://img.gamemonetize.com/o1nzi5olfj3n13tnis7sqkk8hqaej4iq/512x384.jpg', 'https://html5.gamemonetize.com/o1nzi5olfj3n13tnis7sqkk8hqaej4iq/', '0', 'Hypercasual', 0, 0, '', 'coin-thief-d-race'), (584, 'Match the Blocks', 'Match the Blocks - strategically align the blocks in the upper layer to match perfectly with the patterns in the lower layer in an isometric perspective. Finish all 75 levels ranging from 3&times;3 to 5&times;5, you&rsquo;ll need logical reasoning and visual skills to conquer each level', 'https://img.gamemonetize.com/bomztb2l4p8yywuzske2c6t8ujjaf2jc/512x384.jpg', 'https://html5.gamemonetize.com/bomztb2l4p8yywuzske2c6t8ujjaf2jc/', '0', 'Puzzles', 0, 0, '', 'match-the-blocks'), (585, 'Happy ASMR Care', 'Happy ASMR Care is a fun cleaning simulator game. When life starts to get messy, its time to clean. This game offers you four modes of cleaning, including cleaning turtle barnacles, carpet cleaning, shaving, and hoof trimming. What do you prefer to clean? Come join us to start your cleaning journey!', 'https://img.gamemonetize.com/ii0klnpwbijkuzhfuwc4jmaaj2lkjfp6/512x384.jpg', 'https://html5.gamemonetize.com/ii0klnpwbijkuzhfuwc4jmaaj2lkjfp6/', '0', 'Girls', 0, 0, '', 'happy-asmr-care'), (586, 'Tank Sniper 3D', 'Tank Sniper 3D: The Ultimate Shooting Game Are you a fan of shooting games? Do you have what it takes to be a sniper tank driver? Then youll love Tank Sniper 3D - the action game that puts your skills to the test. Shoot your enemies with one shot from behind cover. Stay hidden until you strike with a surprise shot. Then, dodge their fire and hit as many targets as you can. How long can you survive? Find out now and play Tank Sniper 3D!', 'https://img.gamemonetize.com/8l8z2va227lgfnrkqrgd6mib6xpzlh5z/512x384.jpg', 'https://html5.gamemonetize.com/8l8z2va227lgfnrkqrgd6mib6xpzlh5z/', '0', 'Shooting', 0, 0, '', 'tank-sniper-d'), (587, 'Nuke Continent Fight', 'In the adrenaline-pumping video game Nuke Continent Fight, players are thrust into a post-apocalyptic world where they must battle for survival in a desolate wasteland. Armed with an array of weapons and tactical skills, gamers engage in intense multiplayer combat as they vie for control of vital resources and strategic locations. With stunning graphics and immersive gameplay, Nuke Continent Fight offers an unparalleled gaming experience, where strategy and teamwork are key to victory in this dystopian battlefield. Website Developer <a href=\'https://www.game-plays.com/\'>https://www.game-plays.com/</a>', 'https://img.gamemonetize.com/9s15hu7763srdi2hfmsbu8tcpgjrfazs/512x384.jpg', 'https://html5.gamemonetize.com/9s15hu7763srdi2hfmsbu8tcpgjrfazs/', '0', 'Action', 0, 0, '', 'nuke-continent-fight'), (588, 'Cars Differences', 'In this game Cars Differences you need to keep locate differences between the two pictures in the limited amount of time given to play each time! To play, use your mouse as control. Make sure that you don&rsquo;t make a mistake more than three times because that will make you fail. One minute is the total time you will play through the 20 levels in this game! In each level you have seven differences. Good luck!', 'https://img.gamemonetize.com/gj0btgddtxyayw8jcqlbdaa24i445m2x/512x384.jpg', 'https://html5.gamemonetize.com/gj0btgddtxyayw8jcqlbdaa24i445m2x/', '0', 'Puzzles', 0, 0, '', 'cars-differences'), (589, 'Flappy Skibidi', 'Flappy Skibidi is super fun flappy game that you can play online for free. Help our skibidi fly as long distance as possible. Kill or destroy your enemy, collect coins and unlock other skibidi characters. Have fun!', 'https://img.gamemonetize.com/uacvsdx8l70vnoeumy0pfijgy15utv5s/512x384.jpg', 'https://html5.gamemonetize.com/uacvsdx8l70vnoeumy0pfijgy15utv5s/', '0', 'Hypercasual', 0, 0, '', 'flappy-skibidi'), (590, 'Valentines Makeup Trends', 'If youre still seeking inspiration for your upcoming Valentines Day look, then look no further Our social media influencers bring a selection of super sweet makeup looks that are going to impress your Valentine tonight. In the Valentines Makeup Trends game for girls, you can discover the secrets of a sophisticated fantasy makeup look in candy colors. Play today and have fun!', 'https://img.gamemonetize.com/36vstupubrys7ckfbihi9wf7hf8d1g4w/512x384.jpg', 'https://html5.gamemonetize.com/36vstupubrys7ckfbihi9wf7hf8d1g4w/', '0', 'Girls', 0, 0, '', 'valentines-makeup-trends'), (591, 'Lucky Vegas Slots', 'Looking for a dose of the true Vegas experience? Try all the different lucky slots and feel the rush of hitting a jackpot on your favorite machine!', 'https://img.gamemonetize.com/bnmf23gsgsr8mmo0wrih2ywhrgieimho/512x384.jpg', 'https://html5.gamemonetize.com/bnmf23gsgsr8mmo0wrih2ywhrgieimho/', '0', 'Arcade', 0, 0, '', 'lucky-vegas-slots'), (592, 'Friends Battle TNT', 'Are you up for an intense challenge with your friends? You should compete against your friend. Its the perfect time for a race with your friend. The one who collects flying TNTs the fastest wins. There are two teams, red and blue. The team that collects the most TNTs wins. The first to collect 20 TNTs wins. You must collect them before your friend does. Catch the TNTs flying in the air.', 'https://img.gamemonetize.com/5ogv7l1fq73s9w9ihsfbwe7kln93b482/512x384.jpg', 'https://html5.gamemonetize.com/5ogv7l1fq73s9w9ihsfbwe7kln93b482/', '0', 'Arcade', 0, 0, '', 'friends-battle-tnt'), (593, 'Color Fun For Kids', 'Embark on a vibrant journey with Color Fun For Kids! This delightful game offers a kaleidoscope of hues for young minds to explore. Engage in a playful world of creativity as children immerse themselves in coloring activities with user-friendly numeric guides. Unlock the joy of blending colors, fostering imagination, and enhancing fine motor skills. Download now for an interactive and educational experience that makes learning colors a delightful adventure for your little ones! Website Developer <a href=\'https://www.giugames.com/\'>https://www.giugames.com/</a>', 'https://img.gamemonetize.com/509c77nqa9m5y7sx6zbeh19hrh8utf78/512x384.jpg', 'https://html5.gamemonetize.com/509c77nqa9m5y7sx6zbeh19hrh8utf78/', '0', 'Hypercasual', 0, 0, '', 'color-fun-for-kids'), (594, 'BlocksEliminate', 'Eliminating blocks is a simple game where players need to get points by eliminating blocks of the same color. The goal of the game is to gain points by eliminating blocks of the same color.', 'https://img.gamemonetize.com/hg3yt9z75maehkt74trzislqzlgg6sqg/512x384.jpg', 'https://html5.gamemonetize.com/hg3yt9z75maehkt74trzislqzlgg6sqg/', '0', 'Hypercasual', 0, 0, '', 'blockseliminate'), (595, 'Girls Christmas Ball', 'Christmas is the most important holiday in a year, Fun Land will hold a grant ball to celebrate the holiday on Christmas Eve. Chloe, Adella, Sofia, Bella, Flora, Rebeccal, they are all going to the party, but now they are facing a very important problem, what to wear to the party? Every girl wants to attract the gaze of people in the ball! Could you give some good advice for them?', 'https://img.gamemonetize.com/1610wwienqnilzvpguigrkfeh1d1mimq/512x384.jpg', 'https://html5.gamemonetize.com/1610wwienqnilzvpguigrkfeh1d1mimq/', '0', 'Girls', 0, 0, '', 'girls-christmas-ball'), (596, 'My Super Slime Pet', 'My Super Slime Pet is an amazing simulation game at yiv.com. Join the slime pet on a journey into the world of virtual pet care! He is no ordinary pet. He is an adorable animated slime blob. He is here to provide you with endless fun, relaxation, and enjoyment. If youre looking for a fun experience, The Slime Pet is a perfect choice. He will keep you entertained while providing your unique form of ASMR relaxation. Watch him bounce, squirm, and react to your every touch. Have fun!', 'https://img.gamemonetize.com/fx9689izaqwmv6xruq40nh2yrvfjzlv5/512x384.jpg', 'https://html5.gamemonetize.com/fx9689izaqwmv6xruq40nh2yrvfjzlv5/', '0', 'Girls', 0, 0, '', 'my-super-slime-pet'), (597, 'Water City Racers', 'Water City Racers game is a 3D car racing game with various game modes. You can race against other cars, earn diamonds from all of these. Also you can explode vehicles in traffic and earn diamonds from those vehicles by having fun! Various super sports cars and very fun game modes are waiting for you! Lets play!', 'https://img.gamemonetize.com/0vvdg2deu0564yo8g4x3ed4yf16n60si/512x384.jpg', 'https://html5.gamemonetize.com/0vvdg2deu0564yo8g4x3ed4yf16n60si/', '0', 'Racing', 0, 0, '', 'water-city-racers'), (598, 'Valentine Hidden Heart', 'Dive into a world of love and discovery with Valentine Hidden Heart - the ultimate romantic hidden object adventure! Unleash your inner cupid as you embark on a delightful quest to find the 10 hidden hearts in each of the 15 enchanting levels.', 'https://img.gamemonetize.com/gbxdq1yl7lgwxcqn3p1of8wymjaqhu1e/512x384.jpg', 'https://html5.gamemonetize.com/gbxdq1yl7lgwxcqn3p1of8wymjaqhu1e/', '0', 'Puzzles', 0, 0, '', 'valentine-hidden-heart'), (599, 'Cosmo Pet Starry Care', 'Immerse yourself in the wonderful world of space and get to know cute alien creatures better. Choose your pet and find out how best to take care of them. Feed, walk and play with your space friends to give them happiness and care. Support your pets so that they please you with their devotion and love.', 'https://img.gamemonetize.com/h0vghwox6hvlsbha01d803e9sjqv9mqg/512x384.jpg', 'https://html5.gamemonetize.com/h0vghwox6hvlsbha01d803e9sjqv9mqg/', '0', 'Girls', 0, 0, '', 'cosmo-pet-starry-care'), (600, 'Mass Sink', 'Will you rush to the end or will you prefer to clean everything up on your way? Move your character and make all the enemies fall down.', 'https://img.gamemonetize.com/u5hhlak7rg5b69uwako4v9cnw51nt2ge/512x384.jpg', 'https://html5.gamemonetize.com/u5hhlak7rg5b69uwako4v9cnw51nt2ge/', '0', 'Action', 0, 0, '', 'mass-sink'), (601, 'Forest Adventure', 'Forest Adventure is an immersive escape game set in a magical forest. As a round ball character, you must explore the forest to find lost keys, unlock mysterious doors, and reach new areas. Navigate through obstacles, solve mysterious mechanisms, and discover the secrets within the forest. There are no scores or time limits&mdash;simply get lost in the tranquil atmosphere of nature and savor the adventure. Each level leads to an even more exciting journey. Get lost in the depths of the forest, collect the keys, and fall under the enchantment of Forest Adventure!', 'https://img.gamemonetize.com/16u38bpqjuclapwj8s7a296b7rvn8efm/512x384.jpg', 'https://html5.gamemonetize.com/16u38bpqjuclapwj8s7a296b7rvn8efm/', '0', 'Arcade', 0, 0, '', 'forest-adventure'), (602, 'Push Enemys', 'Plumber Rotator is a thrilling puzzle game that puts your problem-solving skills to the test. In this challenging and addictive game, you step into the shoes of a skilled plumber tasked with untangling a messy web of pipes. Rotate and rearrange the pipes strategically to create a seamless flow of water, but beware of the ticking clock! With a captivating blend of strategy and quick thinking, Plumber Rotator offers hours of brain-teasing fun. Are you up for the challenge? Website Developer <a href=\'https://www.game-plays.com/\'>https://www.game-plays.com/</a>', 'https://img.gamemonetize.com/pvtvl9z1v4mejrs3x40abogo3snj8m2o/512x384.jpg', 'https://html5.gamemonetize.com/pvtvl9z1v4mejrs3x40abogo3snj8m2o/', '0', 'Arcade', 0, 0, '', 'push-enemys'), (603, 'Bike Rider Highway', 'Experience the thrill of high-speed motorcycle racing. Zoom past cars and trucks, evade traffic, and accelerate to incredible speeds. Collect various riders, capture and share your most spectacular crashes, and challenge friends in exhilarating online races. Personalize your motorcycle for the ultimate racing adventure on lightning-fast highways in Highway Rider! Website Developer <a href=\'https://www.playbestgames.online/\'>https://www.playbestgames.online/</a>', 'https://img.gamemonetize.com/gyl655ocml06pd9vvz21q61fpz20xezy/512x384.jpg', 'https://html5.gamemonetize.com/gyl655ocml06pd9vvz21q61fpz20xezy/', '0', 'Racing', 0, 0, '', 'bike-rider-highway'), (604, 'Devil Flip', 'Devil Flip is a fun ragdoll based platform game aiming to fall vertically from high platforms to marked areas on the ground. In our game, customize the game by purchasing special items with the money saving feature. Play a game suitable for all age groups and descend victorious platforms.', 'https://img.gamemonetize.com/argbycbbk4u03ujoxd2nue4ero5s9wif/512x384.jpg', 'https://html5.gamemonetize.com/argbycbbk4u03ujoxd2nue4ero5s9wif/', '0', 'Adventure', 0, 0, '', 'devil-flip'), (605, 'Hippo Hair Salon', 'Hippo Hair Salon is a very unique and fun makeover game. In this game, the adorable animals are going to attend a party tonight. They need to have their hairstyles done. But the barber in the shop got sick. She cant work. So, Hippo decided to help her cut hair for animals. As Hippos close friend, come and help her design cool hairstyles for the animals. You are going to try lots of interesting tools and outfits. Have fun!', 'https://img.gamemonetize.com/u5aeq4wc4mxwpm6jg2g0bjba0j89xx17/512x384.jpg', 'https://html5.gamemonetize.com/u5aeq4wc4mxwpm6jg2g0bjba0j89xx17/', '0', 'Girls', 0, 0, '', 'hippo-hair-salon'), (606, 'Great MOM Kitchen Cutter', 'Tap and hold or release to control the knives to slice and dice all the cuttable objects in your way. Try to slice it all but dont forget about the perilous obstacles that can make it a real survival challenge.', 'https://img.gamemonetize.com/6io7ljz0m6w9vmzotq3i2ab9h09rxsaj/512x384.jpg', 'https://html5.gamemonetize.com/6io7ljz0m6w9vmzotq3i2ab9h09rxsaj/', '0', 'Hypercasual', 0, 0, '', 'great-mom-kitchen-cutter'), (607, 'Fruit Merge Reloaded', 'Dive into the juicy and colorful world of Fruit Merge Reloaded, a captivating merging game that combines the addictive gameplay of 2048 with the sweetness of your favorite fruits! Your task is to merge identical fruits to create new and exotic varieties, aiming to reach the ultimate fruit fusion.', 'https://img.gamemonetize.com/5siv3js8ufpjhjd3xyom74oyomzrj7sv/512x384.jpg', 'https://html5.gamemonetize.com/5siv3js8ufpjhjd3xyom74oyomzrj7sv/', '0', 'Puzzles', 0, 0, '', 'fruit-merge-reloaded'), (608, 'Head Soccer 2D 2023', 'In the world of 2D games, Head Soccer stands out as a unique and exciting title. Players take control of cartoonish characters with oversized heads as they engage in thrilling soccer matches. The objective is simple: use your head to score goals while preventing your opponent from doing the same. Its a fast-paced and entertaining game that combines soccer skills with wacky physics for hilarious results. Website Developer <a href=\'https://www.bestcrazygames.com/home/keyword/adventure\'>https://www.bestcrazygames.com/home/keyword/adventure</a>', 'https://img.gamemonetize.com/t9wdukh7cv54thssreth3vmh6f6s120c/512x384.jpg', 'https://html5.gamemonetize.com/t9wdukh7cv54thssreth3vmh6f6s120c/', '0', 'Action', 0, 0, '', 'head-soccer-d-'), (609, 'Safety Pin Couple', 'In Safety Pin Couple, embark on a whimsical adventure where safety pins unite! Guide two endearing pins through puzzling levels, navigating obstacles and hazards as they strive to reunite. Utilize their unique abilities to overcome challenges, coordinating their movements to conquer each stage. With charming visuals and cleverly designed puzzles, unravel the story of these inseparable pins. Explore their world, filled with surprises, as you assist them in their heartwarming journey towards togetherness. Website Developer <a href=\'https://www.vitalitygames.com/new-games.html\'>https://www.vitalitygames.com/new-games.html</a>', 'https://img.gamemonetize.com/899s34075xbiz51jo9rtyh2h7pgy1j4n/512x384.jpg', 'https://html5.gamemonetize.com/899s34075xbiz51jo9rtyh2h7pgy1j4n/', '0', 'Adventure', 0, 0, '', 'safety-pin-couple'), (610, 'Digital Circus Click and Paint', 'Digital Circus Click and Paint is a super fun coloring game designed for kids and adults alike! Let your inner artist come to live as you dive into a vibrant circus of creativity, where each click is a brushstroke and every image is a canvas waiting for your colorful touch.', 'https://img.gamemonetize.com/w515tb9fvk9ny24tj3qmkkmnjyjtf2tt/512x384.jpg', 'https://html5.gamemonetize.com/w515tb9fvk9ny24tj3qmkkmnjyjtf2tt/', '0', 'Hypercasual', 0, 0, '', 'digital-circus-click-and-paint'), (611, 'Lemonade War', 'Would you like to pick lemons and win the race? Collect lemons to defeat your friend. You must help the blue and red players win the lemon race. Grab the lemons from the tree in the middle of the map and take them to the lemon stand. The person who collects the most lemons wins the race. Gather lemons and win the game. The water is slowly rising, and your only chance is to collect lemons as quickly as possible.', 'https://img.gamemonetize.com/mye2knyk61i3shu27yol5yajcvlk1n60/512x384.jpg', 'https://html5.gamemonetize.com/mye2knyk61i3shu27yol5yajcvlk1n60/', '0', 'Arcade', 0, 0, '', 'lemonade-war'), (612, 'Christmas Fairytale Connection', 'Play the newest Christmas Fairytale Connection game. Connect a minimum of 2 same Christmas theme squares to destroy them. Destroy as much as you can before the end of the time and earn points. The game has great graphics. Enjoy and have fun! Merry Christmas and Happy New Year!', 'https://img.gamemonetize.com/4nedodddayxule6j97nyxiuynwbidl12/512x384.jpg', 'https://html5.gamemonetize.com/4nedodddayxule6j97nyxiuynwbidl12/', '0', 'Puzzles', 0, 0, '', 'christmas-fairytale-connection'), (613, '10 Words Challenge', 'Get ready for an exciting free word puzzle game that will test your vocabulary and strategic skills! You have 10 turns to form as many words as possible, ranging from 2 to 7 letters in length. The longer the word, the more points youll earn, and with new letters added to the board between each turn, the game becomes more dynamic and thrilling as you go. Can you use your smarts to make the most of the ever-changing board and score big? Its time to find out - lets play!', 'https://img.gamemonetize.com/ai8n3ggkk98pl5b7xufeh79l80a86lb7/512x384.jpg', 'https://html5.gamemonetize.com/ai8n3ggkk98pl5b7xufeh79l80a86lb7/', '0', 'Puzzles', 0, 0, '', '-words-challenge'), (614, 'Battle Cards', 'Battle Cards is a card roguelike where you move your hero card around the playing field. When moved, you collide with adjacent cards. For example, monster cards and spike cards will reduce your card&rsquo;s health, healing cards will heal you, and gold cards will increase your game score. Each movement of your card creates a unique and challenging situation, a mini-puzzle that requires strategic thinking to solve.', 'https://img.gamemonetize.com/q4tsg2xlc5i3ba5obohyd8dqsapebylv/512x384.jpg', 'https://html5.gamemonetize.com/q4tsg2xlc5i3ba5obohyd8dqsapebylv/', '0', 'Puzzles', 0, 0, '', 'battle-cards'), (615, 'Baby Taylor Homecoming Day', 'Baby Taylor Homecoming Day is an educational girls game for young girls and little babies. In the game, you have to spend the busy first day back to school with Taylor. First you have to help Taylor dress up beautifully and cutely. This semester Taylor can ride a bicycle to school by herself. Help her design a beautiful bicycle! Oh my god, after a long holiday, the teachers and the playground have become so dirty. Lets clean up the school with Taylor! So, let your creativity shine and make Taylors homecoming day unforgettable Join us now and create magical moments with Baby Taylor on her Homecoming Day!', 'https://img.gamemonetize.com/0697tk7vniaqqfuttt1wdr67dlpx8i1b/512x384.jpg', 'https://html5.gamemonetize.com/0697tk7vniaqqfuttt1wdr67dlpx8i1b/', '0', 'Girls', 0, 0, '', 'baby-taylor-homecoming-day'), (616, 'Emoji Make Up', 'Emoji Make Up is a very stylish makeup game. In the game, you need to wear makeup. The make-up needs to be according to a random emoji theme. The themes are Cookie, Angel, and Evil. You will also be matched with a random opponent. She will also wear the same makeup. After the makeup, you will be graded by the judges based on how well the makeup matches the subject. Also based on how beautiful the makeup is. I hope you like it. Come and call your good friends to try it.', 'https://img.gamemonetize.com/uh53ja663yv0a66brlnoo8a2tcfbjggq/512x384.jpg', 'https://html5.gamemonetize.com/uh53ja663yv0a66brlnoo8a2tcfbjggq/', '0', 'Girls', 0, 0, '', 'emoji-make-up'), (617, 'Bakery Chefs Shop', 'Bakery Chefs Shop is a delicious and fun cooking adventure game for girls and kids. You are a talented cook who has many loyal customers in your 2D cartoon bakery. You can make orders and learn how to bake a cake in 60 levels. You can also decorate your cakes with extra items that you can unlock with gold coins. You have to serve the order well to get all 3 yellow stars and more bonus coins. Have a blast baking cakes!', 'https://img.gamemonetize.com/9cn5c1omowu3y2t8qn65vuwhci3srppz/512x384.jpg', 'https://html5.gamemonetize.com/9cn5c1omowu3y2t8qn65vuwhci3srppz/', '0', 'Cooking', 0, 0, '', 'bakery-chefs-shop'), (618, 'Steve and Alex vs Fnaf', 'Steve and Alex need to escape from the FNAF monsters in their adventure. They must evade the FNAF monsters everywhere, or eliminate them all. Collect all the gold and become the owner of the keys. The red player should collect the red key, and the blue player should collect the blue key.', 'https://img.gamemonetize.com/q8db8jrdjop99pn1b201dr9qgxd3qreh/512x384.jpg', 'https://html5.gamemonetize.com/q8db8jrdjop99pn1b201dr9qgxd3qreh/', '0', 'Adventure', 0, 0, '', 'steve-and-alex-vs-fnaf'), (619, 'My Winter Knit Fashion', 'Welcome to the My Winter Knit Fashion. Winter is here! Hairdorable girls Dee dee, Willow, and Noah are more adorable in fashion. They planned to try knit fashion. Browse the wardrobe and help the girls to pick cute winter knit outfits. Join and play with the girls and have fun!', 'https://img.gamemonetize.com/ag8liq4q82u7xq3rix6br8t2i1ys9p5f/512x384.jpg', 'https://html5.gamemonetize.com/ag8liq4q82u7xq3rix6br8t2i1ys9p5f/', '0', 'Girls', 0, 0, '', 'my-winter-knit-fashion'), (620, 'Spider Hidden Difference', 'Spider Hidden Difference is a well-designed brain challenge about find any difference between spider object. Find Differences Spider Hidden Difference will take you through a relaxing and enjoyable journey. Explore hundred of free-to-play levels and have fun while trying to spot differences between spider picture. Improve your concentration and detective skills. Search and spot hidden objects. Relax your mind. But beware of spider!!!!', 'https://img.gamemonetize.com/4y5tdjgwsson69zmjquqb45kgoflb538/512x384.jpg', 'https://html5.gamemonetize.com/4y5tdjgwsson69zmjquqb45kgoflb538/', '0', 'Hypercasual', 0, 0, '', 'spider-hidden-difference'), (621, 'StickMan Angle Fight ', 'Weapons at the ready, and away we go! This is Angle Fight 3D, and it&rsquo;s to you to fight the enemies and win the game. Grab your swords, weapons, and more and strike your best battle pose. Aim right and true, and you will win this fight and beat your enemy. Are you ready to take on the challenge in Angle Fight 3D? We bet you are!', 'https://img.gamemonetize.com/1r11ygneka6bu6iy7cnhj2x1wqznwree/512x384.jpg', 'https://html5.gamemonetize.com/1r11ygneka6bu6iy7cnhj2x1wqznwree/', '0', 'Action', 0, 0, '', 'stickman-angle-fight-'), (622, 'flying bird challenges 2.0', 'Its a game where you control a bird that has to dodge the pipes and catch the Ball of Multiplication that falls from the sky and if you catch it, it multiplies the points you earn. If you get 500 points, you disable the ads.', 'https://img.gamemonetize.com/iv7cemlv4cytfhml41m5b6leyapk6bop/512x384.jpg', 'https://html5.gamemonetize.com/iv7cemlv4cytfhml41m5b6leyapk6bop/', '0', 'Arcade', 0, 0, '', 'flying-bird-challenges-'), (623, 'Object Untangler', 'Object Untangler challenges your spatial skills! Dive into a puzzling world where tangled objects await your untangling mastery. Rotate, maneuver, and strategize to unravel intricate clusters, all while racing against the clock. Each level presents increasingly complex entanglements, limiting your problem-solving abilities. With minimalist design and mind-bending challenges, test your patience and precision as you meticulously untangle objects. Website Developer <a href=\'https://www.crazygamesonline.com/popular\'>https://www.crazygamesonline.com/popular</a>', 'https://img.gamemonetize.com/ukerc1d88meqsq50mpwfosnsqe8l1ahx/512x384.jpg', 'https://html5.gamemonetize.com/ukerc1d88meqsq50mpwfosnsqe8l1ahx/', '0', 'Arcade', 0, 0, '', 'object-untangler'), (624, 'Bomb Factor', 'Enhance the quantity of your missiles by employing multiplication blocks, and systematically dismantle all impediments along your route! Obliterate menacing creatures, towering buildings, valiant heroes... Absolutely anything that dares to obstruct your progress! Unleash the full might of your explosive arsenal! Website Developer <a href=\'https://www.bestcrazygames.com/home/keyword/dressup\'>https://www.bestcrazygames.com/home/keyword/dressup</a>', 'https://img.gamemonetize.com/p2l0ssdekjzaognsqsno1ro2jyew44ea/512x384.jpg', 'https://html5.gamemonetize.com/p2l0ssdekjzaognsqsno1ro2jyew44ea/', '0', 'Hypercasual', 0, 0, '', 'bomb-factor'), (625, 'perfect pipes 2024', 'Perfect Pipes 3D &ndash; free arcade puzzle game is a very addictive, yet simple puzzle game, where you need to connect with a Pull The Pin. Reveal your Connect Pipeline skills in this free puzzle game. Just turn all the different pipe pieces by touching them and connect all of them to make a complete pipe Connect Pipes 3D Pull The Pin is full of options to choose from, from easy play to brain-teasing and mental twisting puzzles.', 'https://img.gamemonetize.com/9v6x5a1ncoup23qhknunmgwwj0knq9ii/512x384.jpg', 'https://html5.gamemonetize.com/9v6x5a1ncoup23qhknunmgwwj0knq9ii/', '0', 'Puzzles', 0, 0, '', 'perfect-pipes-'), (626, 'Ambulance Driver 3D', 'Get behind the wheel and become an Ambulance Driver in this thrilling 3D game! Your mission is to race against the clock, navigating through city streets and picking up patients. Carefully maneuver your ambulance through traffic, reaching the hospital in record time. But be cautious! Every second counts, and avoiding accidents is crucial. Can you skillfully steer the ambulance, fulfill your duties, and save lives?', 'https://img.gamemonetize.com/z16ffybvskwtucq4vzlf24n3h5v872wl/512x384.jpg', 'https://html5.gamemonetize.com/z16ffybvskwtucq4vzlf24n3h5v872wl/', '0', 'Racing', 0, 0, '', 'ambulance-driver-d'), (627, 'Yes or No Challenge Run', 'This time you will not only run over the platforms and pass through the gates for the next version of yours, but you will also answer questions and earn rewards. Yes or No Challenge Run game comes with lots of features, surprises, and cool questions! Some helper machines or pets will be with you during this adventure. You can embark on this Yes or No adventure either single-player or 2 player. Website Developer <a href=\'https://www.twoplayergames.org/\'>https://www.twoplayergames.org/</a>', 'https://img.gamemonetize.com/e1rjsmb2zbyj5lehssmxn82p7acfu44w/512x384.jpg', 'https://html5.gamemonetize.com/e1rjsmb2zbyj5lehssmxn82p7acfu44w/', '0', 'Hypercasual', 0, 0, '', 'yes-or-no-challenge-run'), (628, 'Mind Games for 2 3 4 Player', 'Mind Games is a huge game where you can find 2-3-4 player games while playing. The game consists of 27 games under various categories like skill games, Brain Games, matching games, pop-it games, mancala, ludo, and Tic Tac Toe games. Each of these games is fun and made for kids and it is safe to play. Most of these games can be played 2 player, 3 player or 4 player. Website Developer <a href=\'https://www.twoplayergames.org/\'>https://www.twoplayergames.org/</a>', 'https://img.gamemonetize.com/vy4op79gbqwnlfzovlh95qinta3gvact/512x384.jpg', 'https://html5.gamemonetize.com/vy4op79gbqwnlfzovlh95qinta3gvact/', '0', 'Adventure', 0, 0, '', 'mind-games-for----player'), (629, 'Color Brain Test Games ', 'Color Brain Test Game is a ring puzzle game. Do you want to train your brain? You love fun spinning circle puzzle games with simple and colorful gameplay. Play Color Brain Test Games now!', 'https://img.gamemonetize.com/gvpychdo9a6ukeg2d78scsvaa2cgz7j9/512x384.jpg', 'https://html5.gamemonetize.com/gvpychdo9a6ukeg2d78scsvaa2cgz7j9/', '0', 'Puzzles', 0, 0, '', 'color-brain-test-games-'), (630, 'Little Panda Ice Cream Game', 'Little Panda Ice Cream Game is a cute cooking game at yiv.com. Come and make delicious ice cream with a little panda. In this game, you can choose to make a refreshing popsicle or a soft cone. These ice creams, with their rich flavors and different shapes, will surely satisfy your creative pleasure! The game also offers a wide variety of fruits as ingredients for your ice cream. You can also decorate the ice cream with colorful candies and chocolates. Want to know more? Play this game now!', 'https://img.gamemonetize.com/zwsn2jbyzvlukuu1wkdr4ic15e455881/512x384.jpg', 'https://html5.gamemonetize.com/zwsn2jbyzvlukuu1wkdr4ic15e455881/', '0', 'Girls', 0, 0, '', 'little-panda-ice-cream-game'), (631, 'Perfect Snapshot', 'Perfect Snapshot is a casual stress relief game. Buddy is a puppet whose limbs can be retracted at will. Your goal is to secure Buddys limbs so that he can successfully take the photo. When Buddys limbs are stretched too long, he will show an uncomfortable expression, but when taking pictures, he will turn into a smiling face!', 'https://img.gamemonetize.com/qo67jhhrf1i0a672n6b8ou76u8e35f93/512x384.jpg', 'https://html5.gamemonetize.com/qo67jhhrf1i0a672n6b8ou76u8e35f93/', '0', 'Hypercasual', 0, 0, '', 'perfect-snapshot'), (632, 'Girls Prom Dress Fashion', 'Dear friends, are you going to do something for the ball tonight? Would you like to try different colors? Now we have blue, red, purple, green and rainbow dresses for you. Come and have a try. Have fun!', 'https://img.gamemonetize.com/w0968xoo1z0iy8em7c9exx6x2h1nyti3/512x384.jpg', 'https://html5.gamemonetize.com/w0968xoo1z0iy8em7c9exx6x2h1nyti3/', '0', 'Girls', 0, 0, '', 'girls-prom-dress-fashion'), (633, 'Pair Matching Puzzle 2D', 'Engage your mind with Pair Matching Puzzle 2D! Exercise your memory and concentration in this addictive matching game. Explore various levels of challenge, from easy to expert, and enjoy vibrant visuals. Sharpen your cognitive skills, unlock new levels, and immerse yourself in the joy of pair matching. Perfect for all ages, this 2D puzzle game is a delightful way to entertain and stimulate your brain. Get ready for hours of fun and mental agility!', 'https://img.gamemonetize.com/w18hmc6af9flz8cpqx91rxo1okehj8ps/512x384.jpg', 'https://html5.gamemonetize.com/w18hmc6af9flz8cpqx91rxo1okehj8ps/', '0', 'Girls', 0, 0, '', 'pair-matching-puzzle-d'), (634, 'Plush Eggs Vending Machine', 'Do you like to collect mega super cute surprises plush or toys like Skibidi, Poppy, Pomni, Grimace, etc... etc... So what waiting for? Try to open all chocolate eggs in this great surprise eggs vending machine games? If you say yes... Welcome to the world of cute surprise Plush Toys Lol! Enjoy it!', 'https://img.gamemonetize.com/qh419nkjf51rmxkjj24d048vkraecnvp/512x384.jpg', 'https://html5.gamemonetize.com/qh419nkjf51rmxkjj24d048vkraecnvp/', '0', 'Puzzles', 0, 0, '', 'plush-eggs-vending-machine'), (635, 'Express Delivery Puzzle', 'Express Delivery Puzzle is a slide puzzle type of game, in which you have to slide the road blocks to connect the delivery truck to all the homes, each level has only one unique solution. Enjoy a total of 100 challenging levels of varying complexity.', 'https://img.gamemonetize.com/xrhri8fw69e00uocgd0z999mulnzvk76/512x384.jpg', 'https://html5.gamemonetize.com/xrhri8fw69e00uocgd0z999mulnzvk76/', '0', 'Puzzles', 0, 0, '', 'express-delivery-puzzle'), (636, 'Angry Plants Fighting', 'Angry Plants is a thrilling survival contest where charming and remarkable Plants face off against fearsome monsters. You are the champion these Plants need and deserve, ready to stand with them in every battle against the invading foes. Prepare for combat! This game promises endless hours of excitement and amusement. Website Developer <a href=\'https://www.bestcrazygames.com/category/action\'>https://www.bestcrazygames.com/category/action</a>', 'https://img.gamemonetize.com/yg96ly1me1aqac5xbu8h87fy0pdrwq3f/512x384.jpg', 'https://html5.gamemonetize.com/yg96ly1me1aqac5xbu8h87fy0pdrwq3f/', '0', 'Hypercasual', 0, 0, '', 'angry-plants-fighting'), (637, 'Huggy Jet Ski Racer 3D', 'Embark on a thrilling aquatic adventure with &lsquo;Huggy Jet Ski Racer&rsquo;! Dive into the excitement of 3D jet ski racing as you navigate through 18 challenging levels. Race against the clock to conquer each course, overcoming obstacles and detonating barriers along the way. Feel the rush of the wind and the splash of the waves as you aim to finish each level within the given time. Are you ready to rev up your jet ski, break through obstacles, and become the ultimate Huggy Jet Ski Racer?', 'https://img.gamemonetize.com/8hh649c8v79bg5cbwcvx1l2o7k639ies/512x384.jpg', 'https://html5.gamemonetize.com/8hh649c8v79bg5cbwcvx1l2o7k639ies/', '0', 'Racing', 0, 0, '', 'huggy-jet-ski-racer-d'), (638, 'Sisters Ice Vs Flame', 'Welcome to the Sisters Ice Vs Flame. Princesses have a debate on Ice Vs Flames fashion trends. So they planned to try both and compete with each other with their stunning look. Help the princesses by browsing their wardrobes and picking a suitable outfit for each one of them. Try different hairstyles and accessories. Have fun!', 'https://img.gamemonetize.com/wnxip3s2kb4q8qqaqn7qkfb99t0wwbil/512x384.jpg', 'https://html5.gamemonetize.com/wnxip3s2kb4q8qqaqn7qkfb99t0wwbil/', '0', 'Girls', 0, 0, '', 'sisters-ice-vs-flame'), (639, 'Princess Makeup Game 2', 'Do you like makeup? Want to become a makeup artist? Run a beauty salon, expand your ideas of good makeup styling, change your girl image, and make your clients look more beautiful and cuter! Whats wrong? Worried about how to do makeup styling? There are a variety of makeup manipulations, tools, accessories, outfits, hairstyles, and all kinds of easy-to-use cosmetics in this DIY makeup game, including cleansers, foundations, brushes, eyeshadows, and more. In addition, you can choose accessories, clothing, and hairstyles to use as models to make your customers cooler and flashier! Then they will be happy to get more likes among their friends!', 'https://img.gamemonetize.com/1y91jn5m7cehf4xj5mx4bh1pzbcroa7e/512x384.jpg', 'https://html5.gamemonetize.com/1y91jn5m7cehf4xj5mx4bh1pzbcroa7e/', '0', 'Girls', 0, 0, '', 'princess-makeup-game-'), (640, 'Stay Alive', 'Are you ready to survive? You have an axe in your hand, start cutting down all the trees. First, cut down the trees and build a tent. After the tent, you should build walls around it so that cannibals dont attack and eat you. Either run away from the cannibals or fight them to make them flee. Collect rocks, bushes, and wood. You need to make a fire. If your health is low, eat mushrooms, or you might die. Finally, as the last task, build a raft and complete the game.', 'https://img.gamemonetize.com/28p9rjmeigg51j6uafgx87boxjn8hayv/512x384.jpg', 'https://html5.gamemonetize.com/28p9rjmeigg51j6uafgx87boxjn8hayv/', '0', 'Arcade', 0, 0, '', 'stay-alive'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (641, 'Rope Puzzle Rescue', 'Introducing Rope Puzzle Rescue &ndash; a thrilling adventure game that puts your problem-solving skills to the test! Dive into a world where quick thinking and strategic planning are your best allies. Navigate through intricate levels by strategically manipulating ropes, creating bridges, and rescuing trapped characters. With 80 challenging levels to conquer, each more intricate than the last, Rope Puzzle Rescue will keep you engaged for hours. Can you master the art of rope puzzles and save the day? Website Developer <a href=\'https://www.brightestgames.com/\'>https://www.brightestgames.com/</a>', 'https://img.gamemonetize.com/yytyd53l5pbhbai6ebi40qpagdpsbja9/512x384.jpg', 'https://html5.gamemonetize.com/yytyd53l5pbhbai6ebi40qpagdpsbja9/', '0', 'Arcade', 0, 0, '', 'rope-puzzle-rescue'), (642, 'Hero Pipe', 'New addictive puzzle. Use your imagination and arrange the puzzle pipes and elbows to create a perfect piping connection between two points. The hero began his journey for treasure and to save the princess, but the puzzles in front of the hunter trapped him. What you need to do is to connect the pipes in the right order, so that the hero can take the hidden treasure and save the princess away from the dragons, wolves and monsters safely.', 'https://img.gamemonetize.com/pap994qihuht0sm9ui7i1lc3ahpkqi5j/512x384.jpg', 'https://html5.gamemonetize.com/pap994qihuht0sm9ui7i1lc3ahpkqi5j/', '0', 'Puzzles', 0, 0, '', 'hero-pipe'), (643, 'Fit Cats', 'Cats love boxes! Launch cats of different sizes into the box. If two cats of the same size touch each other, they merge into one larger cat. In the game, you can also use the mouse to drive any cat out of the box. Also, from time to time you can catch mice that give this opportunity. Try to unlock all the cats.', 'https://img.gamemonetize.com/z4epwfhftq5ie4bvy0yoxmmbny4xmvzg/512x384.jpg', 'https://html5.gamemonetize.com/z4epwfhftq5ie4bvy0yoxmmbny4xmvzg/', '0', 'Puzzles', 0, 0, '', 'fit-cats'), (644, 'Makeup Art Salon', 'Makeup Art Salon is a fun makeup game. With your creativity and personal style, you can create the perfect makeup look as a DIY makeup artist in the beauty salon of girls makeup games. Choose your favorite color combinations in beauty games and fashion games. Why not become a DIY makeup artist in our beauty games and fashion games? Have fun with makeup games for girls! Have fun!', 'https://img.gamemonetize.com/1d4sfr1ck5nxez0ljlw3e7eqvz37n3mp/512x384.jpg', 'https://html5.gamemonetize.com/1d4sfr1ck5nxez0ljlw3e7eqvz37n3mp/', '0', 'Girls', 0, 0, '', 'makeup-art-salon'), (645, 'Hot Girl Shooter', 'Hot Girl Shooter: A Stunning Shooting Game! Join the hottest shooting game ever! Hot Girl Shooter lets you control gorgeous ladies with amazing guns and blast your enemies away! Each girl has her style and charm! Choose from different weapons and modes for endless fun! If you love guns and action, this game is for you! Play now!', 'https://img.gamemonetize.com/31lgegym60ey47s6ot8w763s8ism8j6j/512x384.jpg', 'https://html5.gamemonetize.com/31lgegym60ey47s6ot8w763s8ism8j6j/', '0', 'Shooting', 0, 0, '', 'hot-girl-shooter'), (646, 'Beach Rescue', 'Beach Rescue offers a straightforward puzzle gaming experience, challenging you to create a path that leads to the rescue of each drowning character. Your goal is to construct the most efficient route, ensuring the safety of everyone while also collecting as many coins as you can along the way! Website Developer <a href=\'https://www.crazygamesonline.com/news\'>https://www.crazygamesonline.com/news</a>', 'https://img.gamemonetize.com/uvz0zfh5w7vzhu837au9g578av6wqwuk/512x384.jpg', 'https://html5.gamemonetize.com/uvz0zfh5w7vzhu837au9g578av6wqwuk/', '0', 'Hypercasual', 0, 0, '', 'beach-rescue'), (647, 'Dechipher', 'Welcome to the exciting and challenging world of &ldquo;Decipher,&rdquo; a game that will test your ability to decode symbols and form words within an 1:30. Prepare for a unique puzzle experience where your mental agility and powers of observation will be put to the test as you venture through increasingly complex challenges. The objective of &ldquo;Decipher&rdquo; is simple. The game is divided into two layouts: the first field will display a series of symbols, each associated with a specific letter. In the second field, you&rsquo;ll find only symbols, with no apparent letters.', 'https://img.gamemonetize.com/prrbgovwq0ezbdnhsob0vf75pq8l2mbm/512x384.jpg', 'https://html5.gamemonetize.com/prrbgovwq0ezbdnhsob0vf75pq8l2mbm/', '0', 'Puzzles', 0, 0, '', 'dechipher'), (648, 'Motocross Jumper', 'Motocross Jumper game with realistic physics, fun and nice graphics!!! Motocross features many cool tricks, including multiple animation states depending on the bikers actions. Perform tricks, 360, wheelies, front ends and more. Control the bike as you perform cool tricks and pull off some in-air stunts. The mechanics include crash detection, with animations and various physics detection routines.', 'https://img.gamemonetize.com/6isksqrzax6vpbdgz39vk72d4v33zdxw/512x384.jpg', 'https://html5.gamemonetize.com/6isksqrzax6vpbdgz39vk72d4v33zdxw/', '0', 'Racing', 0, 0, '', 'motocross-jumper'), (649, 'Boxing Gang Stars', 'The stars are in the boxing ring and it is time to fight! These funny boxing characters are trying to destroy each other either in 1 player or in 2 player mode. Start this boxing competition and become the king of the boxing rings! Super fun physics with fun characters is waiting for you! Let the box fights begin!', 'https://img.gamemonetize.com/e0wtz9mesz8tuebf28ykoggtieokpc74/512x384.jpg', 'https://html5.gamemonetize.com/e0wtz9mesz8tuebf28ykoggtieokpc74/', '0', 'Action', 0, 0, '', 'boxing-gang-stars'), (650, ' Skibidi Toilet Seasons 3 FNF', 'FNF Skibidi Invasion introduces a unique musical challenge for Boyfriend as he faces one of his most peculiar adversaries to date! Engage in wacky, up-tempo rap battles against Skibidi Toilet, a fictional character with a quirky blend of human and toilet elements. In this mod, Boyfriend must prove his singing prowess by tackling distinct musical challenges against Skibidi Toilet, who is renowned as the hero of numerous videos on the Youtube channel DaFuq!?Boom! The inspiration for the mods music comes from the Skibidi Toilet series, comprising 44 episodes where the distinctive track Skibidi Dop Dop Yes Yes Yes! is prominently featured. Thi', 'https://img.gamemonetize.com/cosa34aqlsi7ply14qaat1bsu29tftkr/512x384.jpg', 'https://html5.gamemonetize.com/cosa34aqlsi7ply14qaat1bsu29tftkr/', '0', 'Clicker', 0, 0, '', '-skibidi-toilet-seasons--fnf'), (651, 'Noob vs Bacon Jumping', 'Hello! An exciting adventure awaits you where you need to escape sharp spikes rising from the ground. The spikes are coming from below, and you must constantly climb higher without stopping. Reach the highest point either alone or with your friend. Be careful of the spikes coming from below. Collect all the coins on the way and buy yourself different costumes.', 'https://img.gamemonetize.com/8yyf1rq9u3142pwaey7ba63y569kg66q/512x384.jpg', 'https://html5.gamemonetize.com/8yyf1rq9u3142pwaey7ba63y569kg66q/', '0', 'Arcade', 0, 0, '', 'noob-vs-bacon-jumping'), (652, 'Skibidi Toilet Parkour run 2024', 'In the Skibidi Toilet Parkour run game you Dash Toilet Toilets to Toilets. Flip, jump, fall, and vault over obstacles and toilets to set all new records.', 'https://img.gamemonetize.com/wlg8fzsavfopmlr2edv6corkpabm8u20/512x384.jpg', 'https://html5.gamemonetize.com/wlg8fzsavfopmlr2edv6corkpabm8u20/', '0', 'Hypercasual', 0, 0, '', 'skibidi-toilet-parkour-run-'), (653, 'Suitable Outfit Dressup', 'Suitable Outfit Dressup is a fashionable and exciting dress up game. If you are a big fan of fashion games, then you will surely enjoy this game! Try different dress styles, hairstyles to make your anime girl character stand out and show off your skills as a fashion line master in the game! Have fun playing!', 'https://img.gamemonetize.com/ko3ky6jlw2cm13qbalh6qulkbhepmi9n/512x384.jpg', 'https://html5.gamemonetize.com/ko3ky6jlw2cm13qbalh6qulkbhepmi9n/', '0', 'Girls', 0, 0, '', 'suitable-outfit-dressup'), (654, 'Baby Taylor Little Princess Makeover', 'Step into the magical world of Baby Taylor Little Princess Makeover! Meet Taylor, the little fashionista who dreams of being a princess. Help her transform into a fairy, a mermaid, or a princess in this enchanting game. Dive into a world of hair dye, makeup, manicures, and fabulous outfits! Your creativity will make Taylor shine and feel like a real-life princess. Get ready to explore a magical realm of colors and styles and make Taylors dream come true. Are you ready to embrace the princess magic and make Taylor the belle of the ball? Lets make Taylors princess dreams a reality!', 'https://img.gamemonetize.com/z2s40cxp7608c4fxh600qju8r3lmn946/512x384.jpg', 'https://html5.gamemonetize.com/z2s40cxp7608c4fxh600qju8r3lmn946/', '0', 'Girls', 0, 0, '', 'baby-taylor-little-princess-makeover'), (655, 'Home Rush The Fish Fight', 'Engage in an epic battle between Human and The Fish. Your task is straightforward: drag and hold to guide the Human to the spot where they can defeat The Fish. Dodge obstacles and formidable foes on the way. Destroy the fish, and return to the starting point. Keep in mind, only humans of the same color can defeat The Fish. Enjoy numerous captivating levels with varying difficulty, impressive 3D graphics, diverse characters, and accessible controls for all ages. Sharpen your puzzle-solving skills while having fun! Website Developer <a href=\'https://www.bestcrazygames.com/updated\'>https://www.bestcrazygames.com/updated</a>', 'https://img.gamemonetize.com/ap5dut3zw93jv7d9lobil3vzb9qivuw6/512x384.jpg', 'https://html5.gamemonetize.com/ap5dut3zw93jv7d9lobil3vzb9qivuw6/', '0', 'Action', 0, 0, '', 'home-rush-the-fish-fight'), (656, 'Western Fight', 'In this western themed game you can fight to the fullest with 8 different characters. With 2 player game mode you can fight with your friends, with 1 player game mode you can have fun with the AI in the game even if you are alone. The aim of the game is to win 2 rounds before your opponent. Fighting with the AI in the game is not as easy as you think, start playing and test yourself', 'https://img.gamemonetize.com/9f7qkh40776qe0qg8sac6rdfxqy78rag/512x384.jpg', 'https://html5.gamemonetize.com/9f7qkh40776qe0qg8sac6rdfxqy78rag/', '0', 'Action', 0, 0, '', 'western-fight'), (657, 'Mini Bartender Game', 'Move the bartenders hand to collect the largest number of glasses with which you can mix different drinks, decorate with many caves and attractive objects. Be careful because you will come across some obstacles that could prevent you from reaching your goal in each level with complete bases.Website Developer <a href=\'https://kiz10.com/\'>https://kiz10.com/</a>', 'https://img.gamemonetize.com/cmqty6741av9dx7dxsfw7yulhj45qqgr/512x384.jpg', 'https://html5.gamemonetize.com/cmqty6741av9dx7dxsfw7yulhj45qqgr/', '0', 'Clicker', 0, 0, '', 'mini-bartender-game'), (658, 'Rally Championship', 'Rally CHAMPIONSHIP is a fun classic 2D arcade racing game similar with the classic racing games of the 80s. Play ten different circuits to race in a car that runs automatically; unlock two or more powerful cards that are hidden and discover other features while playing. Use the turbo when you need an extra speed boost and set the best lap time. The game shows colorful and detailed graphics and a nice sound effects you will enjoy.', 'https://img.gamemonetize.com/lor9twj628e1nbr14vfjr59f89bqdexb/512x384.jpg', 'https://html5.gamemonetize.com/lor9twj628e1nbr14vfjr59f89bqdexb/', '0', 'Racing', 0, 0, '', 'rally-championship'), (659, 'Lows Adventures 3', 'Embark on an exhilarating journey with &ldquo;Low&rsquo;s Adventures 3,&rdquo; a captivating 2D pixel art platformer that elevates the franchise to new heights! Featuring 32 meticulously crafted levels, this installment introduces innovative gameplay elements not seen in its predecessors. Join Low in a visually stunning world, filled with challenges. Master new abilities, encounter unique foes, immerse yourself in the nostalgia of pixel art while experiencing the thrill of fresh adventures. Low&rsquo;s Adventures 3 promises an unforgettable gaming experience that combines classic charm with exciting new features!', 'https://img.gamemonetize.com/qt0u9nkviwxoos4p4fe3lqnlcos823jo/512x384.jpg', 'https://html5.gamemonetize.com/qt0u9nkviwxoos4p4fe3lqnlcos823jo/', '0', 'Adventure', 0, 0, '', 'lows-adventures-'), (660, 'Pirate pairs', 'Help the pirate find pairs. Tap on any card to open it. Find the appropriate card by clicking on the second card. To replay, press R', 'https://img.gamemonetize.com/t3myoua1lgkyvrmgjw8tyiuqo896riad/512x384.jpg', 'https://html5.gamemonetize.com/t3myoua1lgkyvrmgjw8tyiuqo896riad/', '0', 'Puzzles', 0, 0, '', 'pirate-pairs'), (661, 'Gunshot Odyssey', 'Gunshot Odyssey is an exciting platform adventure set in a world full of action and challenges. Team up with a hero and immerse yourself in vibrant, detailed environments where dexterity and strategy are key.', 'https://img.gamemonetize.com/geyl72kjiftukky63ftxjuht362wpzql/512x384.jpg', 'https://html5.gamemonetize.com/geyl72kjiftukky63ftxjuht362wpzql/', '0', 'Adventure', 0, 0, '', 'gunshot-odyssey'), (662, 'Parking Order', 'Parking Order! is a fantastic puzzle game that allows you to test your parking and driving skills. By parking your cars in the correct order, you can unlock new levels and embark on a thrilling adventure, progressing from simple to complex levels.', 'https://img.gamemonetize.com/rxshsmbrdtuq7jjumfdx0q0rl6vdvgzj/512x384.jpg', 'https://html5.gamemonetize.com/rxshsmbrdtuq7jjumfdx0q0rl6vdvgzj/', '0', 'Puzzles', 0, 0, '', 'parking-order'), (663, 'Kitty Cat', 'Kitty Cat is an exciting platformer where you join a small and brave kitty on its thrilling journey in search of delicious food. The game features 12 different levels, each filled with obstacles and challenges awaiting your hero. The main character is an enchanting kitty with fluffy fur and sparkling eyes. It&rsquo;s very hungry, and your goal is to help it overcome all the difficulties and obstacles so that it can reach its long-awaited food. Each level offers its own unique tasks and trials, from challenging puzzles to fun speeding platforms and exhilarating jumps. The game&rsquo;s soundtrack provides an unforgettable atmosphere, and the excellent g', 'https://img.gamemonetize.com/wt1lzxen6zdei51m74ml996dbwx697jc/512x384.jpg', 'https://html5.gamemonetize.com/wt1lzxen6zdei51m74ml996dbwx697jc/', '0', 'Arcade', 0, 0, '', 'kitty-cat'), (664, 'Letter Layout Coloring', 'Immerse yourself in the captivating world of Letter Layout Coloring! This puzzle game challenges your creativity and cognitive skills as you arrange colorful letters to form words. With a dynamic layout that evolves with each level, youll embark on a journey of linguistic discovery. Solve puzzles, unlock achievements, and unveil the vibrant spectrum of language. Letter Layout Coloring is a thrilling fusion of linguistic artistry and strategic thinking, making it the perfect game for word enthusiasts seeking a delightful challenge. Website Developer <a href=\'https://www.coolcrazygames.com/popular\'>https://www.coolcrazygames.com/popular</a>', 'https://img.gamemonetize.com/6e19nblmuagla3dbso7k0uko43jlmqxu/512x384.jpg', 'https://html5.gamemonetize.com/6e19nblmuagla3dbso7k0uko43jlmqxu/', '0', 'Arcade', 0, 0, '', 'letter-layout-coloring'), (665, 'Tower of Fall', 'Tower of Fall is an exhilarating game where your objective is to jump down a complex tower, collecting coins to purchase various skins and weapon upgrades while battling mobs to reach the final level. The game is available on both PC and smartphones, optimized for various screen types, ensuring smooth and engaging gameplay across different devices.', 'https://img.gamemonetize.com/wbaj9gdw9h5xvaran6bigs80zk44jgm7/512x384.jpg', 'https://html5.gamemonetize.com/wbaj9gdw9h5xvaran6bigs80zk44jgm7/', '0', 'Arcade', 0, 0, '', 'tower-of-fall'), (666, 'Night Ninja', 'Night Ninja is an exhilarating HTML5 game where players embody a stealthy ninja navigating through challenges under the cover of darkness. This immersive gaming experience is meticulously crafted within an HTML5 structure, ensuring seamless compatibility across diverse web platforms and devices.', 'https://img.gamemonetize.com/jlaj14nva4znkse9k84oetofoaowwt4u/512x384.jpg', 'https://html5.gamemonetize.com/jlaj14nva4znkse9k84oetofoaowwt4u/', '0', 'Arcade', 0, 0, '', 'night-ninja'), (667, 'Witchs hats', 'Don&rsquo;t be manipulated by the witch, she will do anything to keep your book inaccessible, hiding it between her hats. You must be smart and agile enough not to lose sight of it. Can you really beat the witch?!', 'https://img.gamemonetize.com/sgjellx7dm0y3le3dp9qjy99ktc12rg3/512x384.jpg', 'https://html5.gamemonetize.com/sgjellx7dm0y3le3dp9qjy99ktc12rg3/', '0', 'Puzzles', 0, 0, '', 'witchs-hats'), (668, 'Magical Archer', 'n the game &ldquo;Magical Archer,&rdquo; you will enter an enchanting fantasy world where you take on the role of a magical archer with the task of collecting a collection of magical bottles. These bottles contain various spells and enchantments. Gameplay: The game consists of 16 levels, each of which presents a challenge to your archery skills. At the beginning of each level, you stand in front of a glass that needs to be shattered. To do this, you must set the angle and strength of your shot so that the arrow precisely hits the target. The game offers 6 different types of magical bottles, each with its own color and magical properties. To unlock a bo', 'https://img.gamemonetize.com/snyx35svpq1e0s7354g7c4chq8ofuabi/512x384.jpg', 'https://html5.gamemonetize.com/snyx35svpq1e0s7354g7c4chq8ofuabi/', '0', 'Shooting', 0, 0, '', 'magical-archer'), (669, 'Army Sink', 'Participate in competitions? gather the biggest crowd and defeat your rivals in a multiplayer game. Become a leader and dont let yourself fall!', 'https://img.gamemonetize.com/f8xrvmmgxc6flu7nl2srw4n1f1ecmpow/512x384.jpg', 'https://html5.gamemonetize.com/f8xrvmmgxc6flu7nl2srw4n1f1ecmpow/', '0', 'Adventure', 0, 0, '', 'army-sink'), (670, 'Car.io', 'Car.io is a delightful arcade gaming experience, reminiscent of Papper.io 2. It promises endless enjoyment for players of all ages and backgrounds. The primary objective of the game is to engage in thrilling battles for survival and territorial dominance in the world of Car.io. Strategically maneuver your vehicle to expand your domain and ensure that your adversaries never get the chance to strike at your tail. Website Developer <a href=\'https://www.bestcrazygames.com/featured\'>https://www.bestcrazygames.com/featured</a>', 'https://img.gamemonetize.com/cxexhz14qk8qi9qi6ax1k6cbc3fwwvqm/512x384.jpg', 'https://html5.gamemonetize.com/cxexhz14qk8qi9qi6ax1k6cbc3fwwvqm/', '0', 'Arcade', 0, 0, '', 'cario'), (671, 'Royal Couple Wedding Invitation', 'Sofia and Jack are getting married! Now, they are preparing their wedding invitations. They want to take a picture to put in the invitation, so they need to dress up for the photoshoot first, could you help them? Then, its time to design the invitation card!', 'https://img.gamemonetize.com/o26wqe1m4emhaqns6dpu6lbzywrg881x/512x384.jpg', 'https://html5.gamemonetize.com/o26wqe1m4emhaqns6dpu6lbzywrg881x/', '0', 'Girls', 0, 0, '', 'royal-couple-wedding-invitation'), (672, 'Funny Snake', 'Funny Snake is an exciting game where the player controls a fun and stretched hero &ndash; a snake that moves through different levels to collect delicious fruits. However, in its continuous hunt for goodies, the snake must avoid the thorns that are in the way.', 'https://img.gamemonetize.com/ag3vp900adbofmc5pz4kjin6q9thha9g/512x384.jpg', 'https://html5.gamemonetize.com/ag3vp900adbofmc5pz4kjin6q9thha9g/', '0', 'Arcade', 0, 0, '', 'funny-snake'), (673, 'Color Sort Mania', 'Forget about the everyday life and indulge in a simple world where sorting is an art. Put the bubbles in the most strategic flask and enjoy when everything falls into place.', 'https://img.gamemonetize.com/ohhubm5wex338s0lqpn6a7yjytf9o0an/512x384.jpg', 'https://html5.gamemonetize.com/ohhubm5wex338s0lqpn6a7yjytf9o0an/', '0', 'Puzzles', 0, 0, '', 'color-sort-mania'), (674, 'NoobLox vs Garten 2 Player', 'You must help Noob and Bacon in their adventure. Garden monsters are everywhere, and you must eliminate all the monsters. Get rid of the monsters and collect all the coins. You must do your best to win. Together with your friend, overcome all obstacles. Work together with your friend to eliminate all the monsters. Be careful, there is poisonous water that can kill you.', 'https://img.gamemonetize.com/1f1w621nnu5whnxgqi94nl3a9coqvmga/512x384.jpg', 'https://html5.gamemonetize.com/1f1w621nnu5whnxgqi94nl3a9coqvmga/', '0', 'Arcade', 0, 0, '', 'nooblox-vs-garten--player'), (675, 'Digital Circus JigSaw', 'Digital Circus Jigsaw is a brain puzzle assembly Game. Digital Circus Jigsaw comes with amazing puzzle image pack. Just arrange the pieces of puzzles to get the right image. Looking for puzzle games for adults or kids? You found it! enjoy and relax!', 'https://img.gamemonetize.com/qjkyw41ewr2vngi83ifuy5zpgozjflhp/512x384.jpg', 'https://html5.gamemonetize.com/qjkyw41ewr2vngi83ifuy5zpgozjflhp/', '0', 'Puzzles', 0, 0, '', 'digital-circus-jigsaw'), (676, 'Tebo', 'Tebo is a physics-based platform game with 50 challenging and brain-boosting levels. You have to help Tebo (little alien) reach the portal to complete the level', 'https://img.gamemonetize.com/8roxszm9384i0vmnqt9nnoyjq7ttdvu9/512x384.jpg', 'https://html5.gamemonetize.com/8roxszm9384i0vmnqt9nnoyjq7ttdvu9/', '0', 'Arcade', 0, 0, '', 'tebo'), (677, 'Paris Fashion Week Fall Couture', 'Welcome to Paris Fashion Week Fall Couture. Join with Bffs in their awesome journey in Paris Fashion Week and prepare yourself to be amazed by the designers, models, and trends gracing the runways. Help the girls to choose the perfect fashion costumes. Have fun!', 'https://img.gamemonetize.com/e5c9xhjf0jlztjg2lhe8riiw9liynp8x/512x384.jpg', 'https://html5.gamemonetize.com/e5c9xhjf0jlztjg2lhe8riiw9liynp8x/', '0', 'Girls', 0, 0, '', 'paris-fashion-week-fall-couture'), (678, 'Fairy Tale Find 5 Differences', 'In this game you will find different images to have fun with Fairy Tale. This is an interesting puzzle game. You need to seek the differences between the two pictures. It needs you to be patient. Do not miss any details. If you really dont know, click the hint. Time of the game is not limited. Have fun!', 'https://img.gamemonetize.com/q920pn4ueotlppqc6j0wwewzfgt3c1ha/512x384.jpg', 'https://html5.gamemonetize.com/q920pn4ueotlppqc6j0wwewzfgt3c1ha/', '0', 'Girls', 0, 0, '', 'fairy-tale-find--differences'), (679, 'Parking Resolver', 'Introducing Parking Resolver - the ultimate test of your parking skills! In this thrilling Unity-based game, youll step into the drivers seat and navigate challenging parking scenarios. Use your Unity script expertise to finesse every move, from parallel parking to tight spots. With realistic physics and stunning graphics, this game offers an immersive experience like no other. Show off your precision, speed, and Unity scripting prowess as you conquer increasingly difficult levels. Can you become the ultimate Parking Resolver? Website Developer <a href=\'https://www.coolcrazygames.com/news\'>https://www.coolcrazygames.com/news</a>', 'https://img.gamemonetize.com/uzrycgwl1xml168hwkzu4cpmj2mtok1y/512x384.jpg', 'https://html5.gamemonetize.com/uzrycgwl1xml168hwkzu4cpmj2mtok1y/', '0', 'Puzzles', 0, 0, '', 'parking-resolver'), (680, 'Ant Flow', 'Introducing Ant Flow, a laid-back puzzle game where your creativity takes the lead. Put your finger to work as you sketch lines to construct a path guiding the industrious ants to their nourishment. Your mission? Assist these diligent ants in transporting their bounty back to their nest. Navigate the puzzle, sidestep obstacles, and claim victory. This game is your chance to put your intellect to the test and conquer the challenges that lie ahead.', 'https://img.gamemonetize.com/b1yo52tt3j7ddjz947m31yas14dnrcsw/512x384.jpg', 'https://html5.gamemonetize.com/b1yo52tt3j7ddjz947m31yas14dnrcsw/', '0', 'Action', 0, 0, '', 'ant-flow'), (681, 'Pets Master Simulator', 'An amazing open world of animals and you can take each of them into your team! Cute and dangerous, small and crushing, on the ground and in the air - they are always with you! Come in and take the best pets to your team! This is the best pet simulator: open world, more than 100 unique animals, enemies of different races, raid bosses, various locations, lots of gold and crystals!! Enter the game, gather your team of pets, clear this world of enemies and teleport to a new world, your help is needed there too! Dont forget to upgrade yourself and your pets, otherwise you wont make it... Good luck!!', 'https://img.gamemonetize.com/ggr668wn2myn95wfwysmb27f2fzlpo5z/512x384.jpg', 'https://html5.gamemonetize.com/ggr668wn2myn95wfwysmb27f2fzlpo5z/', '0', 'Hypercasual', 0, 0, '', 'pets-master-simulator'), (682, 'Merge Candies', 'Train your brain by merging same candies and give candies to customer, with a time limit to make your brain think faster and look for the same candies to merge. If you lose all 5 stars, you will lose.', 'https://img.gamemonetize.com/uxkhiea6pr6cbr81689stbekjdbcfqay/512x384.jpg', 'https://html5.gamemonetize.com/uxkhiea6pr6cbr81689stbekjdbcfqay/', '0', 'Puzzles', 0, 0, '', 'merge-candies'), (683, 'Connect Image Puzzle', 'Connect Puzzle Image goes beyond just solving puzzles. It nurtures your creativity and attention to detail, while providing a tranquil and soothing experience. Unwind from the stresses of everyday life as you lose yourself in the captivating world of interconnected imagery. Key Features: * Connect separate images to reveal a larger, breathtaking picture. * Explore a wide range of beautifully crafted puzzles, including landscapes, landmarks, and animals. * Challenge your brain with increasingly complex levels of puzzle-solving. * Enjoy a user-friendly interface and intuitive touch controls. Immerse yourself in various gameplay modes, from re', 'https://img.gamemonetize.com/a8l19r3mcxmrana98o7gow3ls9e5kyo8/512x384.jpg', 'https://html5.gamemonetize.com/a8l19r3mcxmrana98o7gow3ls9e5kyo8/', '0', 'Puzzles', 0, 0, '', 'connect-image-puzzle'), (684, 'The Racing Crew', 'Keep your finger to the floor and be ready for absolutely anything in this ridiculously entertaining mobile racing game where you really never know what&rsquo;s around the next corner. Fine tune your ride, keep your foot on the gas, dodge the endlessly varied obstacles, and try to keep out the way of your equally manic rivals in super-fast, super-exciting, psychedelic races that always offer something new and unexpected. Feel the need for speed?', 'https://img.gamemonetize.com/m13bpia73gypx425z4xglyjm168zj7zn/512x384.jpg', 'https://html5.gamemonetize.com/m13bpia73gypx425z4xglyjm168zj7zn/', '0', 'Racing', 0, 0, '', 'the-racing-crew'), (685, 'Guessmaster Bingo', 'Embark on an exhilarating journey of prediction and luck with Guessmaster Bingo! Immerse yourself in the excitement of traditional bingo with a thrilling twist. As the numbers roll, challenge your intuition by guessing whether the next one will be higher or lower. Are you ready to master the art of prediction and embrace the unpredictability of Guessmaster Bingo? Take a chance, make your guesses, and let the bingo thrills unfold!', 'https://img.gamemonetize.com/lsdpdlsjj5q04xi5g20njkhgoagpbxqd/512x384.jpg', 'https://html5.gamemonetize.com/lsdpdlsjj5q04xi5g20njkhgoagpbxqd/', '0', 'Hypercasual', 0, 0, '', 'guessmaster-bingo'), (686, 'Insane Galaxy Ball 2024', 'The primary objective of the game is to navigate through various levels while keeping the ball balanced on tracks suspended in outer space. Along the way, youll collect space coins. Each level presents a variety of obstacles that demand puzzle-solving skills, and the games difficulty ramps up as you advance. Website Developer <a href=\'https://www.bestcrazygames.com/news\'>https://www.bestcrazygames.com/news</a>', 'https://img.gamemonetize.com/cjnawmhokb1fzx2b27mg6eus4htckq7o/512x384.jpg', 'https://html5.gamemonetize.com/cjnawmhokb1fzx2b27mg6eus4htckq7o/', '0', 'Hypercasual', 0, 0, '', 'insane-galaxy-ball-'), (687, 'Extreme Ping Pong Dash Challenge', 'How long can you keep a ball between platforms trying to get to the top through a path of challenging challenges? If you want to try yourself and join this challenge, show us your skills. Good luck!', 'https://img.gamemonetize.com/zrp6lf3e19xfbyp7glszwvkopf0gm4pd/512x384.jpg', 'https://html5.gamemonetize.com/zrp6lf3e19xfbyp7glszwvkopf0gm4pd/', '0', 'Hypercasual', 0, 0, '', 'extreme-ping-pong-dash-challenge'), (688, 'MergeFrisbees', 'Merge Frisbees is a very interesting ejection number casual mobile game, suitable for players of all ages. The rules and gameplay of the game are very simple. Players need to merge Frisbees with the same number to stack higher numbers, and When you meet the score requirements, you can successfully pass the level. In the game, players can break through their highest record step by step and create a new historical high!', 'https://img.gamemonetize.com/w3pjxmha5s2abnpt6890u19ypvp3cby0/512x384.jpg', 'https://html5.gamemonetize.com/w3pjxmha5s2abnpt6890u19ypvp3cby0/', '0', 'Hypercasual', 0, 0, '', 'mergefrisbees'), (689, 'Braid Hair Salon Girls', 'Let&rsquo;s become a professional hairstylist of stylish hairstylists and design beautiful braided hairstyles for many fun activities. Get ready to give the ladies a beautiful makeover and enjoy this amazing free girl game. Style their hair, choose gorgeous makeup, give them cute outfits and have lots of fun. Let&rsquo;s create amazing designs with a wide variety of braided hairstyles to prove yourself a professional fashion stylist. Make beautiful curls, make your lady look sleeker by straightening her hair or choosing a nice color.', 'https://img.gamemonetize.com/bvi1ew7fdjsq1x6rsn12de5nh8smgn7n/512x384.jpg', 'https://html5.gamemonetize.com/bvi1ew7fdjsq1x6rsn12de5nh8smgn7n/', '0', 'Girls', 0, 0, '', 'braid-hair-salon-girls'), (690, 'Hippo Christmas Calendar', 'Christmas is the most awaited holiday. Everyone looks forward to the holidays. The Hippo Christmas Calendar was created to make the holiday wait easier and to create a holiday spirit. Millions of children and adults around the world open the windows of the Advent Calendar every day before the holiday season. There they can find candy, souvenirs, toys, funny pictures, and good wishes. Our Advent Calendar is full of such surprises too! Unforgettable adventures, funny puzzles, interesting riddles, and other activities for boys and girls, adults and children are inside! All the surprises could be yours! Meet the hippos for the holidays, open the', 'https://img.gamemonetize.com/ynmofh5983zdu3lvu1pu2l9kvbd5i81u/512x384.jpg', 'https://html5.gamemonetize.com/ynmofh5983zdu3lvu1pu2l9kvbd5i81u/', '0', 'Girls', 0, 0, '', 'hippo-christmas-calendar'), (691, 'Shoot Block Rush 3D', 'Shoot Block Rush 3D is a simple and easy-to-use shooting game consisting of many small levels. It doesnt require you to have great shooting skills. You need to choose the right abilities and paths to win. Your goal is to keep shooting in all directions and clear all the obstacles that stand in your way. Try to be the best destroyer and defeat the boss!', 'https://img.gamemonetize.com/iqe4no55e9i6pvg1eaqct96e3xoo6d4c/512x384.jpg', 'https://html5.gamemonetize.com/iqe4no55e9i6pvg1eaqct96e3xoo6d4c/', '0', 'Shooting', 0, 0, '', 'shoot-block-rush-d'), (692, 'Fire and Water Ball', 'Are you willing to help Fire and Water, the adventurous siblings, in the temple? Help them to escape from the temple. Both siblings need to work together to get out of the temple. Collect keys and coins in the temple. To activate the portals, all keys and coins need to be collected. Both siblings need to reach the portal.', 'https://img.gamemonetize.com/lhwg5m7927qiwosc2meq4nwm42zudyiq/512x384.jpg', 'https://html5.gamemonetize.com/lhwg5m7927qiwosc2meq4nwm42zudyiq/', '0', 'Arcade', 0, 0, '', 'fire-and-water-ball'), (693, 'Crime Theft Gangster Paradise', 'Crime Theft Gangster Paradise is an action-packed gaming experience set in the neon-lit streets of Las Vegas. Players become ruthless gangsters, armed with a vast array of weapons, stylish costumes, and exotic cars. Engage in intense shootouts, daring missions, and high-speed street races while collecting valuable loot Welcome to the city of sin&mdash;the place where you can drown yourself in riches! Be prepared to live a new life and experience a limitless world where you make the rules. Do whatever it takes to quickly rake in a vast fortune and become a billionaire. In a world where there is no law, be ready to defend yourself at the drop', 'https://img.gamemonetize.com/z5py0263ltj5xsk4bqvnzqce21pra5da/512x384.jpg', 'https://html5.gamemonetize.com/z5py0263ltj5xsk4bqvnzqce21pra5da/', '0', 'Shooting', 0, 0, '', 'crime-theft-gangster-paradise'), (694, 'Color Paint Filler', 'Color Paint Filler is an engaging mobile puzzle game that will test your strategic thinking and creativity. Dive into a vibrant world of colors as you aim to fill the entire canvas with the right hues. Swipe your way through challenging levels, blending colors and avoiding obstacles. With intuitive controls and mesmerizing visuals, Color Paint Filler offers hours of addictive gameplay. Can you conquer the canvas and become a master of color blending? Download now and unleash your inner artist in this thrilling paint-filling adventure! Website Developer <a href=\'https://www.brightestgames.com/\'>https://www.brightestgames.com/</a>', 'https://img.gamemonetize.com/n879wv3nfz3e68f0gef85de14wd8wrck/512x384.jpg', 'https://html5.gamemonetize.com/n879wv3nfz3e68f0gef85de14wd8wrck/', '0', 'Arcade', 0, 0, '', 'color-paint-filler'), (695, 'Hoop Stack Brain Puzzel Game', 'Looking for a new sorting or puzzle game to challenge your brain or just kill your spare time? Hoop Stack Brain Puzzle Game might be just the right choice. This games similar to color water sort, ball sort, birds sort, or other sorting games, all you need to do is sort hoops! Use your logic and sort colors correctly.', 'https://img.gamemonetize.com/wqkpxgp7hp7uzvr2szqihdhk83a9hhul/512x384.jpg', 'https://html5.gamemonetize.com/wqkpxgp7hp7uzvr2szqihdhk83a9hhul/', '0', 'Hypercasual', 0, 0, '', 'hoop-stack-brain-puzzel-game'), (696, 'Influencers Girly Vs Tomboy', 'Welcome to the Influencers Girly Vs Tomboy. What should these celebrities choose today? A cute, girly girl outfit or maybe a tomboy one? It&rsquo;s going to be your task to help them decide on that! Join them in getting this amazing dress-up game started, run your fingers through their amazing wardrobe, and help them decide on the style that best suits their mood today.', 'https://img.gamemonetize.com/d0g6b510ur6nod9zhis688unbw8fy8wv/512x384.jpg', 'https://html5.gamemonetize.com/d0g6b510ur6nod9zhis688unbw8fy8wv/', '0', 'Girls', 0, 0, '', 'influencers-girly-vs-tomboy'), (697, 'Squid Game Find the Differences', 'Squid Game Find the Differences is a wonderful game where you have to find 7 differences in 20 levels. Before you on the screen will appear the playing field conditionally divided into two parts. At first glance, the pictures will seem the same to you, but still there are differences between them. You will need to carefully inspect both images. Find the element that is missing from one of the pictures. Now select it with a mouse click to designate it.', 'https://img.gamemonetize.com/znvr2d8de8rkllepny0y6wzbzmc3agpk/512x384.jpg', 'https://html5.gamemonetize.com/znvr2d8de8rkllepny0y6wzbzmc3agpk/', '0', 'Puzzles', 0, 0, '', 'squid-game-find-the-differences'), (698, 'Rotate The Circle Puzzle', 'Introducing a fresh Pin Game featuring Rings. Swipe to spin the Circle and unlock them all. Enjoy the thrill! Utilize the Hammer to explode the hooks and liberate the circles. Its the ideal game for both enjoyment and challenges - a straightforward yet captivating Ring puzzle game. With over 100 levels, it offers addictive gameplay. Website Developer <a href=\'https://www.bestcrazygames.com/news\'>https://www.bestcrazygames.com/news</a>', 'https://img.gamemonetize.com/h4n4n6nblg1vpwno23tvmyuh36qp8c1c/512x384.jpg', 'https://html5.gamemonetize.com/h4n4n6nblg1vpwno23tvmyuh36qp8c1c/', '0', 'Puzzles', 0, 0, '', 'rotate-the-circle-puzzle'), (699, 'Trash Dash Runner', 'Run through the streets as Trash Cat! Collect fishbones and ultra special sardine tins to continually upgrade your character and buy accessories! Try to get away from the angry dog in this endless runner!', 'https://img.gamemonetize.com/894v3g8khzmp8lj2t3rakxs334o6bxvx/512x384.jpg', 'https://html5.gamemonetize.com/894v3g8khzmp8lj2t3rakxs334o6bxvx/', '0', 'Hypercasual', 0, 0, '', 'trash-dash-runner'), (700, 'Taxi time', 'Taxi Time is an immersive game that demands players&rsquo; skillful control and strategic thinking. Get ready for a smooth journey along the highway, collect all the stars, and avoid straying off the track to achieve success!', 'https://img.gamemonetize.com/hdu654b2p3zp7uwlzfjdbk12zc00ik8v/512x384.jpg', 'https://html5.gamemonetize.com/hdu654b2p3zp7uwlzfjdbk12zc00ik8v/', '0', 'Racing', 0, 0, '', 'taxi-time'), (701, 'Popcorn Times', 'Popcorn time is a game that is very suitable for those of you who like relaxing games. Popcorn game that you can play anywhere and anytime. With a popcorn popper, you can pop the popcorn until its completely filled. You may be wondering, is the popcorn pop game even fun? So why dont you try playing it now? To play this popcorn game you also have to pay attention to popcorn trivia, because you will be required to fill the bucket until it is full and the popcorn must not spill or get out of the bucket. So you have to be careful when filling the bucket with the popcorn maker. Feature : - 80 Levels - Interesting animation - Design and effect', 'https://img.gamemonetize.com/imd6ioo4211prdcru6qyd4vkdqyb1l68/512x384.jpg', 'https://html5.gamemonetize.com/imd6ioo4211prdcru6qyd4vkdqyb1l68/', '0', 'Arcade', 0, 0, '', 'popcorn-times'), (702, 'Weighted Seesaw', 'Weighted Seesaw is an exhilarating test of skill and adaptability. Progress through levels, immerse yourself in a world of increasing complexity, and conquer the seesaw&rsquo;s delicate balance against time. A unique blend of physics-based gameplay and puzzle-solving challenges. Analyze the weights, adjust your approach, and unlock your inner puzzle-solving genius.', 'https://img.gamemonetize.com/jq7dwmq8asv97f6dyvykg3c2zfujdjjp/512x384.jpg', 'https://html5.gamemonetize.com/jq7dwmq8asv97f6dyvykg3c2zfujdjjp/', '0', 'Puzzles', 0, 0, '', 'weighted-seesaw'), (703, 'Insta Celebrity Hashtag Goals', 'Unlock your inner star with Insta Celebrity Hashtag Goals! Celebrities plan to elevate their fashionista in social media. Join and help them to complete their goal at each level. Mix and match the outfit on each level. Take a picture and post it on social media to earn more points. Have fun!', 'https://img.gamemonetize.com/tbxteb00wo6knj66zp03os5or7f56sw6/512x384.jpg', 'https://html5.gamemonetize.com/tbxteb00wo6knj66zp03os5or7f56sw6/', '0', 'Girls', 0, 0, '', 'insta-celebrity-hashtag-goals'), (704, 'Hawkeye Sniper', 'Be the best sniper with Hawkeye Sniper! This is a cool and challenging game where you have to spot and shoot the enemy! They are hidden very well! Can you hit them all with a perfect shot? It&rsquo;s time to prove yourself! Play this game! Have fun!', 'https://img.gamemonetize.com/mtdepw7ngtwtvfy3348x68n1hihtopc7/512x384.jpg', 'https://html5.gamemonetize.com/mtdepw7ngtwtvfy3348x68n1hihtopc7/', '0', 'Shooting', 0, 0, '', 'hawkeye-sniper'), (705, 'Prinxy Winterella', 'If youre still seeking inspiration for your upcoming winter ball, then look no further Our social media influencers bring a selection of jaw-dropping makeup looks that are going to help you steal the spotlights during the most glamorous night of the year. In the Prinxy Winterella game for girls, you can discover the secrets of a sophisticated fantasy makeup look in icy cold colors. Play today and have fun! Website Developer <a href=\'https://prinxy.app/\'>https://prinxy.app/</a>', 'https://img.gamemonetize.com/ekcnjpwkh98ga7xs7zb46pgsl63440p6/512x384.jpg', 'https://html5.gamemonetize.com/ekcnjpwkh98ga7xs7zb46pgsl63440p6/', '0', 'Girls', 0, 0, '', 'prinxy-winterella'), (706, 'Mahjong Match Club', 'Choose two matching mahjongs and remove them. Following removal, a moveable green space will emerge. Mahjong pieces should be moved until there are no more obstacles in either the horizontal or vertical directions. It faces another mahjong that is the same. Release your grip, and they will naturally vanish. Youll advance to the next level and receive points. The game puts strategy and vision to the test. Are you able to finish the challenge?', 'https://img.gamemonetize.com/8wlb1qscl61s3my6mw855eakvdfmlaka/512x384.jpg', 'https://html5.gamemonetize.com/8wlb1qscl61s3my6mw855eakvdfmlaka/', '0', 'Puzzles', 0, 0, '', 'mahjong-match-club'), (707, 'Fruits System', 'Fruits System is a game in which you first need to draw a path to the juicer in order to get the juice that needs to be sent into colorful glasses. You will also encounter freezing platforms and holes that steal juice on your way.', 'https://img.gamemonetize.com/ti2yetkubmcmoxft6sutivtjrdlxnl4n/512x384.jpg', 'https://html5.gamemonetize.com/ti2yetkubmcmoxft6sutivtjrdlxnl4n/', '0', 'Puzzles', 0, 0, '', 'fruits-system'), (708, 'Saw Destroyer', 'Introducing Saw Destroyer - an adrenaline-pumping Unity script-powered game! In this thrilling adventure, youll navigate through a maze of deadly saws, armed with only your wit and reflexes. Your mission? Survive the treacherous obstacles, collect power-ups, and reach the ultimate goal. With Unity scripting expertise, weve crafted a heart-pounding gaming experience thatll keep you on the edge of your seat. Are you up for the challenge? Website Developer <a href=\'https://www.coolcrazygames.com\'>https://www.coolcrazygames.com</a>', 'https://img.gamemonetize.com/uw9jjps62btn6gxlouq37lefg24qode9/512x384.jpg', 'https://html5.gamemonetize.com/uw9jjps62btn6gxlouq37lefg24qode9/', '0', 'Arcade', 0, 0, '', 'saw-destroyer'), (709, 'Lofys Numbers', 'Lofys - Numbers is an educational game for children with more than 40 exercises aimed at teaching the names of numbers, shapes, writing and quantities in a fun way from your cell phone, tablet or computer. With Lofys learning is fun! Game developed by: Nau.kids', 'https://img.gamemonetize.com/y3k9gsrpc859o7e7uwdbsr3zxxyjq8hn/512x384.jpg', 'https://html5.gamemonetize.com/y3k9gsrpc859o7e7uwdbsr3zxxyjq8hn/', '0', 'Puzzles', 0, 0, '', 'lofys---numbers'), (710, 'Ghost Fall', 'Immerse yourself in the world of endless falling in the game Ghost Fall! Avoid the spikes and enjoy an exciting experience. Welcome to the world of Ghost Fall, an exciting endless fall style game where an exciting adventure with Ghost awaits you!', 'https://img.gamemonetize.com/cc78ivh06uzdcwv8nv9rpzp4sisd5y0x/512x384.jpg', 'https://html5.gamemonetize.com/cc78ivh06uzdcwv8nv9rpzp4sisd5y0x/', '0', 'Arcade', 0, 0, '', 'ghost-fall'), (711, 'Cooking Mania Express', 'Prepare, cook and serve in an amazing cooking game! Cooking Mania Express is one of the most engaging and addictive restaurant cooking games with strategy and simulation fun along with fast action, this game will bring you a better cooking experience. Satisfy incoming customers and grow your business with the right sequence and strategy.', 'https://img.gamemonetize.com/bzdcdke6v8ygedgcc3c7lnisiitr4izw/512x384.jpg', 'https://html5.gamemonetize.com/bzdcdke6v8ygedgcc3c7lnisiitr4izw/', '0', 'Girls', 0, 0, '', 'cooking-mania-express'), (712, 'Flying Man 3D', 'Flying Man 3D, an engaging aim-and-shoot game, boasts impressive physics. Assume the role of a futuristic neon hero in Flying Man 3D, armed with extraordinary superpowers on a mission to confront AI invaders. As they challenge your neon-powered might, you aim to thwart a futuristic robot war in this epic 2023 robot combat game. Website Developer <a href=\'https://www.crazygamesonline.com/\'>https://www.crazygamesonline.com/</a>', 'https://img.gamemonetize.com/qchzunu9675dhomt1j4azaw2a5gc9803/512x384.jpg', 'https://html5.gamemonetize.com/qchzunu9675dhomt1j4azaw2a5gc9803/', '0', 'Arcade', 0, 0, '', 'flying-man-d'), (713, 'Skibidi Geometry Dash', 'Have fun and take control of the Skibidi toilet guy and go as far as you can, show that you can against this hard infinity game full of deadly obstacles and challenges !!!! Complete all levels and unlock new characters to continue the journey. Play Skibidi Dash now totally free and enjoy many hours of entertainment.Website Developer <a href=\'https://kiz10.com\'>https://kiz10.com</a>', 'https://img.gamemonetize.com/jrztyk0wdnq6wuoczlby4t8iv7h9de8r/512x384.jpg', 'https://html5.gamemonetize.com/jrztyk0wdnq6wuoczlby4t8iv7h9de8r/', '0', 'Hypercasual', 0, 0, '', 'skibidi-geometry-dash'), (714, 'Giddy Pomni', 'It&rsquo;s Giddy Pomni the hottest game on the charts at the moment! Tap To Match The Pmni As Many As You Can! Memory Test: Giddy Pomni Game new mix of speed, memory and skills! You want to know how your memory skill! so use the memory test it this game!', 'https://img.gamemonetize.com/9ljymjiyfgr0dfizjglp31zgqpjjowez/512x384.jpg', 'https://html5.gamemonetize.com/9ljymjiyfgr0dfizjglp31zgqpjjowez/', '0', 'Puzzles', 0, 0, '', 'giddy-pomni'), (715, 'Baby Panda Kids Crafts DIY', 'Baby Panda Kids Crafts DIY is a very popular game. Come and make crafts with Baby Panda. You can choose to make cool vehicles out of recycled items, a sophisticated Xylophone, and delicious candy canes out of fruits. This is not an unusual DIY game. This is not an ordinary DIY game. It has smooth and beautiful animations and a lively voice-over. Through this game, you will not only know how to make handicrafts but also experience unprecedented relaxation.', 'https://img.gamemonetize.com/d6jkc4nr6p6xr1jqw4sk1fvdrxtln5dl/512x384.jpg', 'https://html5.gamemonetize.com/d6jkc4nr6p6xr1jqw4sk1fvdrxtln5dl/', '0', 'Girls', 0, 0, '', 'baby-panda-kids-crafts-diy'), (716, 'Piggy Bank', 'In front of you on the screen you will see a piggy bank, which will stand at the bottom of the playing field. There will be a special button above it at a certain height. Various objects can be placed between the pig and the button. You will have to click the button very quickly with the mouse. This way you will drop coins, which, hitting objects and ricocheting from them, will end up in the piggy bank. Your task is to collect a certain amount of coins in the piggy bank. As soon as you do this, you will be given points in the Piggy Bank game.', 'https://img.gamemonetize.com/ef86i5ir0h5wp5ht5qiwumd20pueiqm2/512x384.jpg', 'https://html5.gamemonetize.com/ef86i5ir0h5wp5ht5qiwumd20pueiqm2/', '0', 'Puzzles', 0, 0, '', 'piggy-bank'), (717, 'Romantic Wedding Dress Shop', 'Adella is a fashion wedding dress designer, she runs a wedding shop. Sofia is going to get married, so today she comes to Adellas wedding dress shop to order a wedding dress. Could you help Adella design a most fashionable wedding dress for Sofia? And dont forget to match other wedding accessories!', 'https://img.gamemonetize.com/byl191l9f860dd5vxd0odhw8oy30sa3d/512x384.jpg', 'https://html5.gamemonetize.com/byl191l9f860dd5vxd0odhw8oy30sa3d/', '0', 'Girls', 0, 0, '', 'romantic-wedding-dress-shop'), (718, 'Vegas City Gangster 2024', 'Vegas City Gangster 2024 is an action-packed gaming experience set in the neon-lit streets of Las Vegas. Players become ruthless gangsters, armed with a vast array of weapons, stylish costumes, and exotic cars. Engage in intense shootouts, daring missions, and high-speed street races while collecting valuable loot. This open-world adventure lets you shape your criminal empire in the year 2024, where only the strongest survive in Sin City. Website Developer <a href=\'https://in.bestcrazygames.com/\'>https://in.bestcrazygames.com/</a>', 'https://img.gamemonetize.com/aannaasrcot1y6q0g667wiu0se7uw0vt/512x384.jpg', 'https://html5.gamemonetize.com/aannaasrcot1y6q0g667wiu0se7uw0vt/', '0', 'Action', 0, 0, '', 'vegas-city-gangster-'), (719, 'Jump Or Lose', 'The water level is rising every second, the best will win. The one who survives the most wins. You have 5 lives. Winning or losing is up to you. Compete and win with your friend. If you want to beat your friend, reach the highest level.Choose a red or blue player color and start the game. Win and buy yourself a hat with the coins.', 'https://img.gamemonetize.com/z4553wb3el16c4rue86hd81070q8oeu4/512x384.jpg', 'https://html5.gamemonetize.com/z4553wb3el16c4rue86hd81070q8oeu4/', '0', 'Adventure', 0, 0, '', 'jump-or-lose'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (720, 'Paint Circle Shooter', 'Introducing Paint Circle Shooter, a thrilling mobile arcade game that will test your reflexes and precision. In this fast-paced adventure, you control a paint cannon tasked with eliminating colorful circles that fill the screen. The catch? You must match the color of your shots with the targets, creating satisfying splashes of vibrant paint as you go. With a variety of challenging levels and mesmerizing visuals, Paint Circle Shooter offers an addictive experience for players seeking excitement and accuracy. Website Developer <a href=\'https://www.coolcrazygames.com\'>https://www.coolcrazygames.com</a>', 'https://img.gamemonetize.com/j17bnmnw1avhfaa2gtnnwghzpsph2tt9/512x384.jpg', 'https://html5.gamemonetize.com/j17bnmnw1avhfaa2gtnnwghzpsph2tt9/', '0', 'Arcade', 0, 0, '', 'paint-circle-shooter'), (721, 'Deform It', 'Deform It is a game about deforming objects. There are 13 different ball options and 14 levels in total. Set in space, this game has 3 game modes. -Level Mode -Free Deform Mode -Antigravity Mode', 'https://img.gamemonetize.com/cnrxdusp5voxrfahhgtyme4twzz0o4u6/512x384.jpg', 'https://html5.gamemonetize.com/cnrxdusp5voxrfahhgtyme4twzz0o4u6/', '0', 'Shooting', 0, 0, '', 'deform-it'), (722, 'Glactic Saucer', 'Galactic Saucer is an exhilarating game where players tap the screen to soar into space and journey towards different planets. However, caution is key! Players must navigate carefully to avoid collisions with asteroids, creating a thrilling and engaging adventure.', 'https://img.gamemonetize.com/za8ve12x4ab0bbb586ylouwdia0tzzm4/512x384.jpg', 'https://html5.gamemonetize.com/za8ve12x4ab0bbb586ylouwdia0tzzm4/', '0', 'Clicker', 0, 0, '', 'glactic-saucer'), (723, 'Telekinesis Attack', 'Use your telekinesis magic power! Gain the ability to control the power of thought! Throw your enemies wherever you want, hit them against whatever you want and deal with them however you want! Using your unique power, defeat all enemies, interact with different objects, take away weapons from enemies and be the strongest!', 'https://img.gamemonetize.com/mdwhevqlrf9seap60s9gr6bbl18njy4u/512x384.jpg', 'https://html5.gamemonetize.com/mdwhevqlrf9seap60s9gr6bbl18njy4u/', '0', 'Shooting', 0, 0, '', 'telekinesis-attack'), (724, 'Backrooms Skibidi Shooter', 'Backrooms: Skibidi Shooter features endless backrooms crowded with skibidi toilets and your mission is to shoot your way through each level and try to find the exit to successfully complete each level and unlock new weapons.', 'https://img.gamemonetize.com/upfnrhlbt1moynrycl070zdkuj602pvm/512x384.jpg', 'https://html5.gamemonetize.com/upfnrhlbt1moynrycl070zdkuj602pvm/', '0', 'Shooting', 0, 0, '', 'backrooms-skibidi-shooter'), (725, 'Tangled Knots', 'In Tangled Knots, players are immersed in a captivating puzzle adventure where they must untangle complex rope configurations within limited moves to free the ropes ends. With mesmerizing visuals, intuitive mechanics, and brain-teasing challenges, the game offers a satisfying quest for players to showcase their strategic thinking and become the master untanglers. The goal of the game is to untangle the knotted ropes and free the ropes ends by manipulating and rearranging the knots with precise moves. Players must strategically plan their actions to achieve this within a set number of moves.', 'https://img.gamemonetize.com/zgr086ugosp4gxi6ljdbuffigu1mn2wl/512x384.jpg', 'https://html5.gamemonetize.com/zgr086ugosp4gxi6ljdbuffigu1mn2wl/', '0', 'Puzzles', 0, 0, '', 'tangled-knots'), (726, 'Lucy All Season Fashionista', 'Lucy All Season Fashionista invites you to four seasonal clothing adventures! From spring to winter, create combinations that cover every season. Experience the freedom to create your own style by complementing Lucys fashion with accessories. This fun and heartfelt game is ideal for anyone who is interested in fashion!', 'https://img.gamemonetize.com/so8wwta9ssvtcl9zwl69l5e3s60ttm3z/512x384.jpg', 'https://html5.gamemonetize.com/so8wwta9ssvtcl9zwl69l5e3s60ttm3z/', '0', 'Girls', 0, 0, '', 'lucy-all-season-fashionista'), (727, 'Pomni Blast', 'Hey Pomni needs Your help to escape from this Digital Circus world! The main goal is to land Pomni in the safe area with the least number of attempts! You just use the explosive to move Pomni in the right direction; but be aware at the dangerous obstacles! Are you able to get the three stars for each level?', 'https://img.gamemonetize.com/tk4w0xp1ztp5c046hir21qdnojvi4ls9/512x384.jpg', 'https://html5.gamemonetize.com/tk4w0xp1ztp5c046hir21qdnojvi4ls9/', '0', 'Puzzles', 0, 0, '', 'pomni-blast'), (728, 'Little Panda Pet Salon', 'Have you ever wanted to dress your pooch in a funky outfit or paint your cat in cute makeup? All of these can be realized at Little Pandas Pet Salon! You will run this pet grooming salon and provide comprehensive services such as makeup, hair, and nails for your pets. Experience endless fun in this dress-up game.', 'https://img.gamemonetize.com/epy4jf2qyt2xs62ncb2ak88g4pdytv96/512x384.jpg', 'https://html5.gamemonetize.com/epy4jf2qyt2xs62ncb2ak88g4pdytv96/', '0', 'Girls', 0, 0, '', 'little-panda-pet-salon'), (729, 'Ice Princess Beauty Spa', 'Play as the queen of the magical frozen castle, your dreams come true and you rule them all! Start at the Mystical Spa where you can have a beautiful facial. Cleanse, exfoliate and tone your skin with potions from the frozen north! Apply the ice mask and rinse with warm mountain water to remove impurities. Finish with a magical moisturizer to leave your skin glowing. You can also choose your favorite cosmetics!', 'https://img.gamemonetize.com/19n4g51k2rpyxwdwr14kk4us363d35w0/512x384.jpg', 'https://html5.gamemonetize.com/19n4g51k2rpyxwdwr14kk4us363d35w0/', '0', 'Girls', 0, 0, '', 'ice-princess-beauty-spa'), (730, 'Christmas Maze Mania', 'Begin a festive journey in our Christmas maze game! Guide Santa using your mouse, touch, or keyboard through captivating mazes to bring joy to waiting children. Find optimal paths, deliver heartwarming gifts, and immerse yourself in holiday spirit across 15 challenging levels. Spread Christmas cheer in this enchanting game!', 'https://img.gamemonetize.com/ma2ihuyuqxun9yvusu4a8tijmi565i4y/512x384.jpg', 'https://html5.gamemonetize.com/ma2ihuyuqxun9yvusu4a8tijmi565i4y/', '0', 'Puzzles', 0, 0, '', 'christmas-maze-mania'), (731, 'Bike Stunt BMX Simulator', 'Ride your BMX on big ramps and get crazy air, or get technical with street skating. Do huge flips and stunts, or chain together awesome combos with manuals, grinds and wallrides. The choice is yours with 7 different skate parks made with inspiration from all around the world. You can even create your very own skate parks to ride! Both your rider and your BMX bike are fully customizable, with tons of options to make yours absolutely unique!', 'https://img.gamemonetize.com/wn95132kglrwr3ot49d3pb41ke0ckcp4/512x384.jpg', 'https://html5.gamemonetize.com/wn95132kglrwr3ot49d3pb41ke0ckcp4/', '0', 'Racing', 0, 0, '', 'bike-stunt-bmx-simulator'), (732, 'Super Pineapple Pen', 'In Super Pineapple Pen, lets see if you are a good marksman. We need nothing but a pen collection to play this game. Keep your pens ready and get ready to practice your aim. Do you think you will be able to get fruitful results?', 'https://img.gamemonetize.com/8mqosmujvqzj2ijj1f4bt1ggm8xs4obe/512x384.jpg', 'https://html5.gamemonetize.com/8mqosmujvqzj2ijj1f4bt1ggm8xs4obe/', '0', 'Arcade', 0, 0, '', 'super-pineapple-pen'), (733, 'Road Train Truck Driving', 'Embark on an epic journey with Road Train Truck Driving, a game that redefines the truck driving experience. Navigate through diverse landscapes, managing a road train with skill and precision. This game tests your driving prowess and strategic planning as you haul cargo across challenging routes. Perfect for enthusiasts of heavy vehicles and long-haul adventures. Website Developer <a href=\'https://pl.bestcrazygames.com/\'>https://pl.bestcrazygames.com/</a>', 'https://img.gamemonetize.com/5p2jc96vj1iob0u0gxy3bwimlg4uyu2v/512x384.jpg', 'https://html5.gamemonetize.com/5p2jc96vj1iob0u0gxy3bwimlg4uyu2v/', '0', 'Action', 0, 0, '', 'road-train-truck-driving'), (734, 'Stairway Sprint', 'Stairway Sprint is an exhilarating mobile game that puts players in control of a bouncy ball on a mission to ascend a series of challenging staircases. As you guide the ball upwards, youll need to deftly navigate a maze of obstacles while collecting valuable items along the way. With intuitive tilt controls and engaging gameplay, Stairway Sprint offers an addictive experience that tests your reflexes and precision. Can you conquer the stairs, avoid pitfalls, and become the ultimate sprinter in this thrilling journey to the top? Website Developer <a href=\'https://www.coolcrazygames.com\'>https://www.coolcrazygames.com</a>', 'https://img.gamemonetize.com/tcogq9z1zqb7yqcs31ufl1bvmvouurvi/512x384.jpg', 'https://html5.gamemonetize.com/tcogq9z1zqb7yqcs31ufl1bvmvouurvi/', '0', 'Arcade', 0, 0, '', 'stairway-sprint'), (735, 'Monster and Candy', 'Today, in the game Monster and Candy we will move you in the interesting world populated by various monsters. Among them, there is no aggressive creatures, they are all good and lovely. We have before us on the screen will be a closed room whose walls are covered with spines. Our hero will appear in it in different places. Around him, the candy will fly at different speeds and on different trajectories. You need to calculate your actions so that would be when jumping our hero went through all the traps and hit the candy. Then he will be able to catch and eat. If you make a mistake in their calculations, it does not get into the candy and fly away to the wall and come across the pins. Adjoined our hero instantly perish with them. So be extremely careful and accurate. Game Monster and Candy is pretty fun and funny plot.', 'https://img.gamemonetize.com/k0qvtini21ecqlbk06ulj5apds1p7cxx/512x384.jpg', 'https://html5.gamemonetize.com/k0qvtini21ecqlbk06ulj5apds1p7cxx/', '0', 'Arcade', 0, 0, '', 'monster-and-candy'), (736, 'Magical Forest', 'Magic Forest is a popular and addictive pair matching puzzle game. Master the game by training your brain thinking and memory with tons of challenging well-designed levels . Find the matching tiles, connect the pairs with up to 3 lines. Remove all tile pairs before the time is over. Exercise your brain and become a tile matching master level by level. Enjoy the numerous, amazing, beautiful and various themes in the game.', 'https://img.gamemonetize.com/3cws5c37g7g6x3o6jkm58h102yrd1xhw/512x384.jpg', 'https://html5.gamemonetize.com/3cws5c37g7g6x3o6jkm58h102yrd1xhw/', '0', 'Puzzles', 0, 0, '', 'magical-forest'), (737, 'Stretch huggy Monster', 'Navigate through the levels by extending the limbs of the character while steering clear of obstacles. Be cautious not to overstretch, as it may lead to tearing! Stretch Man offers an enjoyable and addictive puzzle gaming experience suitable for all. Whether youre looking for casual entertainment or a way to pass the time during moments of leisure, its perfect for any occasion.', 'https://img.gamemonetize.com/wy6cwdoxnvmfqcu4cipvvvd755vvvgj2/512x384.jpg', 'https://html5.gamemonetize.com/wy6cwdoxnvmfqcu4cipvvvd755vvvgj2/', '0', 'Fighting', 0, 0, '', 'stretch-huggy-monster'), (738, 'Stick Run Parkour', 'Single player infinity Run Funny Arcade Stickman Parkour Game by Baran Yel Super Cluster Hub . Coming Soon; Market Costumes Effects New Regions New Objectiles', 'https://img.gamemonetize.com/vlget2spakvpr60kgec5oup19mdex93p/512x384.jpg', 'https://html5.gamemonetize.com/vlget2spakvpr60kgec5oup19mdex93p/', '0', 'Fighting', 0, 0, '', 'stick-run-parkour'), (739, 'Streamer Rush 3D', 'You can&rsquo;t miss this interesting game! Streamer Rush is a fun and amazing 3D arcade game for all ages. You start the game as a poor woman at each level. But, as you grab more and more items with plus signs, your identity will transform. Remember, don&rsquo;t touch the items with minus signs, they will ruin your identity. Come and try this game and see how many identities you can switch! Have fun!', 'https://img.gamemonetize.com/5rm9an277dw0o7pw92n55uj1dmufo0e1/512x384.jpg', 'https://html5.gamemonetize.com/5rm9an277dw0o7pw92n55uj1dmufo0e1/', '0', 'Hypercasual', 0, 0, '', 'streamer-rush-d'), (740, 'Chinese Food Cooking Game 2', 'Tie up your apron! This new Chinese Lunar Year shows the world that you too can cook the worlds best Chinese recipes in no time. We offers brand new cooking games for girls, learn to cook Chinese noodles, master cooking skills, follow original Chinese dumpling recipes, fry the best spring rolls in the world, who doesnt love hot Chinese soup in the cold winter? We all love Chinese food!', 'https://img.gamemonetize.com/wmofe5krnngdztc7t36oe60smeelt7po/512x384.jpg', 'https://html5.gamemonetize.com/wmofe5krnngdztc7t36oe60smeelt7po/', '0', 'Girls', 0, 0, '', 'chinese-food-cooking-game-'), (741, 'Lovely Doll Dress Up Game', 'Lovely Doll Dress Up Game is a cute dress-up game at yiv.com. In the game, you need to match your character with a fashionable look. The characters eyes, mouth, hairstyle, and outfit can be customized. This is a fun way to experience dressing up while developing your fashion sense. In this game, you can also dress up your pet and design your favorite pet look. Both the type of pet and the pets outfit can be customized. The game has hundreds of cute-style decorations to dazzle you. Show off your fashionable taste to your hearts content. Have fun.', 'https://img.gamemonetize.com/1adubvqilky66u838dqr7fnc94j310s8/512x384.jpg', 'https://html5.gamemonetize.com/1adubvqilky66u838dqr7fnc94j310s8/', '0', 'Girls', 0, 0, '', 'lovely-doll-dress-up-game'), (742, 'Orbit Escape', 'In the game Orbit Escape you have to tap the screen at the right time to make the spaceship move in a straight line towards the next planet. If you don&rsquo;t do this at the right time, and consequently don&rsquo;t reach the planet, it results in game over. You can also collect coins to buy spaceship skins.', 'https://img.gamemonetize.com/5skd9bhjajfzqm0820mydmawhvelf2ze/512x384.jpg', 'https://html5.gamemonetize.com/5skd9bhjajfzqm0820mydmawhvelf2ze/', '0', 'Hypercasual', 0, 0, '', 'orbit-escape'), (743, ' Death Slide Rescue', 'The most fun and simple game in the world! Help the man. He is tied up and confined in the room. Swipe the rope with your finger and cut. Can he avoid the pinch of desperate life? It all depends on you!', 'https://img.gamemonetize.com/3k2agtpzw1m512nhm7av3wikiwa5g1z8/512x384.jpg', 'https://html5.gamemonetize.com/3k2agtpzw1m512nhm7av3wikiwa5g1z8/', '0', 'Puzzles', 0, 0, '', '-death-slide-rescue'), (744, 'Pomni Coloring Book', 'Pomni Coloring Book is fun coloring book for everyone! If you like Digital Circus characters then you will love this fun cartoon themed coloring book! Choose one of the cute images, pick your favorite color and start coloring! Enjoy it!', 'https://img.gamemonetize.com/qbhow7y6iwek6mk8ypvgnguo9s88d6ri/512x384.jpg', 'https://html5.gamemonetize.com/qbhow7y6iwek6mk8ypvgnguo9s88d6ri/', '0', 'Hypercasual', 0, 0, '', 'pomni-coloring-book'), (745, 'Wall Time Painter', 'Prepare to embark on an artistic journey like no other with Wall Time Painter. This captivating mobile game combines creativity and strategy in a unique way. As a time-traveling artist, your mission is to restore historical murals by accurately recreating them on the digital canvas. With a wide range of eras to explore and intricate details to replicate, Wall Time Painter offers a delightful blend of history and artistry. Website Developer <a href=\'https://de.bestcrazygames.com/\'>https://de.bestcrazygames.com/</a>', 'https://img.gamemonetize.com/z1613cib8u264rj5kdtyn9fifc4eamek/512x384.jpg', 'https://html5.gamemonetize.com/z1613cib8u264rj5kdtyn9fifc4eamek/', '0', 'Puzzles', 0, 0, '', 'wall-time-painter'), (746, 'Flappy Helicopter 2 Player', 'Are you up for a two-player helicopter battle? To win in the helicopter battle, you must be the one who detonates the most. Engage in combat with your friend and emerge victorious. The one who detonates the most helicopters wins. The player who explodes 10 times loses. Remember, its not just bullets; if you fly too high and hit the ground or the sky, youll explode. Are you up for the duel with your friend?', 'https://img.gamemonetize.com/e7vkuajbnz1xyubq4y7sx3onnwdd8vri/512x384.jpg', 'https://html5.gamemonetize.com/e7vkuajbnz1xyubq4y7sx3onnwdd8vri/', '0', 'Action', 0, 0, '', 'flappy-helicopter--player'), (747, 'Fat Shark', 'Fat Shark is a HTML5 Survival Game. This shark is starving! Feed him with some fishes, but be careful! The more he eats, the more he&rsquo;ll get fat and won&rsquo;t avoid bombs anymore!', 'https://img.gamemonetize.com/3j86ayflg9v296emwpg5kjq602vy0kjv/512x384.jpg', 'https://html5.gamemonetize.com/3j86ayflg9v296emwpg5kjq602vy0kjv/', '0', 'Arcade', 0, 0, '', 'fat-shark'), (748, 'Grand Crime Auto VI', 'Welcome to the city of sin&mdash;the place where you can drown yourself in riches! Be prepared to live a new life and experience a limitless world where you make the rules. Do whatever it takes to quickly rake in a vast fortune and become a billionaire. In a world where there is no law, be ready to defend yourself at the drop of a hat.', 'https://img.gamemonetize.com/cqo9vdf1tjfjhhkpo3urpgsosa7tdtbv/512x384.jpg', 'https://html5.gamemonetize.com/cqo9vdf1tjfjhhkpo3urpgsosa7tdtbv/', '0', 'Adventure', 0, 0, '', 'grand-crime-auto-vi'), (749, 'Thomas Runner', 'Thomas Runner&rdquo; is an exhilarating and dynamic arcade game where the player embarks on an adventurous journey through a hazardous world filled with turrets, zombies, spikes, and mines. The player&rsquo;s objective is to reach the end of each level while surviving various threats and collecting bonuses.', 'https://img.gamemonetize.com/vawfi05aa5yrj0czd4mlmxvttep92ngd/512x384.jpg', 'https://html5.gamemonetize.com/vawfi05aa5yrj0czd4mlmxvttep92ngd/', '0', 'Shooting', 0, 0, '', 'thomas-runner'), (750, 'Math Quest', 'Math Quest is an engaging and educational game designed for players of all ages who want to improve their math skills while developing their logical and speed-reflex abilities. In the game, players find themselves in a unique mathematical world where they must solve various tasks by selecting the correct mathematical examples to overcome obstacles and reach the finish line. The player&rsquo;s main objective is to quickly and accurately choose the right answers to conquer challenges and earn points.', 'https://img.gamemonetize.com/lmg2o5kg3ykjaomc1x1jdq649e4bzpa4/512x384.jpg', 'https://html5.gamemonetize.com/lmg2o5kg3ykjaomc1x1jdq649e4bzpa4/', '0', 'Puzzles', 0, 0, '', 'math-quest'), (751, 'Elip Adventure', 'Description In Elip Adventure, you engage in a thrilling quest as an ellipse, navigating through treacherous maps to locate stars that unlock the elliptical house. Each stage presents a different challenge, with numerous obstacles and antagonists designed to hinder your progress. Whether you choose to outmaneuver or confront these enemies calls for strategic choices contributing to a dynamic gaming experience.', 'https://img.gamemonetize.com/6pog5j1hq61qg04rgaq4gfs8pf1mtevj/512x384.jpg', 'https://html5.gamemonetize.com/6pog5j1hq61qg04rgaq4gfs8pf1mtevj/', '0', 'Puzzles', 0, 0, '', 'elip-adventure'), (752, 'Sweet Bakery Girls Cake', 'This sweet cake baking game will make you the best baker! Have fun cooking delicious kitchen food. Start a new adventure in a sweet dessert pastry shop where the best cake games will bring you endless fun. Dress up your awesome dessert baker! Dress her up in a nice new outfit and start... We welcome you to the best cake making shop in town cake games. This sweet cake making bakery also offers you non-stop amazing decorating fun. Make a delicious chocolate cake and become the best baking dessert chef in this cooking game for girls!', 'https://img.gamemonetize.com/03cfqt74wq9bijwwxm7lvc2k6dz6lpj6/512x384.jpg', 'https://html5.gamemonetize.com/03cfqt74wq9bijwwxm7lvc2k6dz6lpj6/', '0', 'Girls', 0, 0, '', 'sweet-bakery-girls-cake'), (753, 'Crazy Baby Toddler Games', 'Crazy Baby: Toddler Games is a fun and educational 2D cartoon baby-sitting simulation game. You are a babysitter for this house, and you have to care for 3 crying babies. You don&rsquo;t need to know much, just follow the hand hints to get all 5 yellow stars. You can also watch ads and unlock more items. You will face different requests from 3 babies even if you have done one of them.', 'https://img.gamemonetize.com/d9wjo2p6ownh3amenmvsad882e92cmma/512x384.jpg', 'https://html5.gamemonetize.com/d9wjo2p6ownh3amenmvsad882e92cmma/', '0', 'Girls', 0, 0, '', 'crazy-baby-toddler-games'), (754, 'Dog Hospital', 'Dog Hospital is a very cute caring game. In the game, you play as an experienced vet. There are 4 very cute puppies. They all need your treatment. All you need to do is follow the prompts and choose the corresponding tools to operate on the puppies. Choose a puppy and start your treatment.', 'https://img.gamemonetize.com/cfjc0ykp51ajk5glc9wubaef2t7p7sjd/512x384.jpg', 'https://html5.gamemonetize.com/cfjc0ykp51ajk5glc9wubaef2t7p7sjd/', '0', 'Girls', 0, 0, '', 'dog-hospital'), (755, 'Ice Princess All Around The Fashion', 'Welcome to the Ice Princess All Around The Fashion. Enter the enchanting world of the Ice Princess, where fashion knows no bounds! Explore a realm of icy elegance and timeless style. From regal ball gowns to chic modern looks, discover a wardrobe fit for a princess. Join her on a journey through the world of fashion, where every outfit tells a story. Unleash your inner fashionista and embrace the magic of the Ice Princess&rsquo;s style!', 'https://img.gamemonetize.com/22nzyhp9vf1z9be0yido3vqwkrg93jtb/512x384.jpg', 'https://html5.gamemonetize.com/22nzyhp9vf1z9be0yido3vqwkrg93jtb/', '0', 'Girls', 0, 0, '', 'ice-princess-all-around-the-fashion'), (756, 'Catch the water', 'The objective is to complete each level by guiding the water flow to the truck, ensuring it reaches the minimum level marked. Players face various obstacles strategically placed throughout the game grid, such as barriers, rocks, and twists, adding complexity to the path-drawing challenge.', 'https://img.gamemonetize.com/pn9gp3uakzbkwsf29hevc924m2az6fjk/512x384.jpg', 'https://html5.gamemonetize.com/pn9gp3uakzbkwsf29hevc924m2az6fjk/', '0', 'Arcade', 0, 0, '', 'catch-the-water'), (757, 'Word Challenge', 'Games using anagrams are very popular and the appearance of the new Word Challenge toy will not steal at all, but will add popularity. This game is for those who know a little English or want to learn new words. At the bottom of the round field will appear letters that you will combine into words. If any, they will be transferred and placed in free cells on the top of the screen. Move through the levels and earn points. The tasks will become more difficult and you can use the hints, they are in the lower left corner in the form of a lit light bulb.', 'https://img.gamemonetize.com/pbal5qyjmn4ltptheseal1m5ugifly04/512x384.jpg', 'https://html5.gamemonetize.com/pbal5qyjmn4ltptheseal1m5ugifly04/', '0', 'Puzzles', 0, 0, '', 'word-challenge'), (758, 'Kids Education', 'Kids Education is game that aims to educate kids in a funny way without them getting bored or feel like they are studying.The game has many different Sections like Puzzles, learn how to read,write etc.', 'https://img.gamemonetize.com/iqjxnqk15h0mxj0be9hi3gxoh39dd16y/512x384.jpg', 'https://html5.gamemonetize.com/iqjxnqk15h0mxj0be9hi3gxoh39dd16y/', '0', 'Bejeweled', 0, 0, '', 'kids-education'), (759, 'MultiplArrow', 'MultiplArrow is a dynamic and addictive mobile game that will test your math and aiming skills. Take control of an arrow armed with numbers and symbols and embark on a journey through mathematical challenges. Aim, shoot, and solve equations by combining arrows to hit the target number. With 80 progressively challenging levels, MultiplArrow offers both fun and educational gameplay. Sharpen your mathematical prowess while enjoying hours of exciting arrow-shooting action. Arrow now and become the ultimate math marksman! Website Developer <a href=\'https://www.coolcrazygames.com\'>https://www.coolcrazygames.com</a>', 'https://img.gamemonetize.com/wrar0puua6xcnstzp0t70p9mmpq9smai/512x384.jpg', 'https://html5.gamemonetize.com/wrar0puua6xcnstzp0t70p9mmpq9smai/', '0', 'Arcade', 0, 0, '', 'multiplarrow'), (760, 'PixBros 2 Player', 'Are you up for an adventure in the pixel world? Our quest involves dangerous monsters and diamonds to collect. You must survive in the cave throughout the adventure. Defeat the monsters and reach the portal. Collect all the diamonds and the key. You should reach the portal with your friend. Work together as a team with your friend to complete all the levels.', 'https://img.gamemonetize.com/hog9wylmzmx3dky1fl77mz28tskbp2xe/512x384.jpg', 'https://html5.gamemonetize.com/hog9wylmzmx3dky1fl77mz28tskbp2xe/', '0', 'Arcade', 0, 0, '', 'pixbros----player'), (761, 'Train VS Train', 'Are you ready to solve the puzzle? The Train vs Train mind globbing puzzle game where the player needs to move the train at the right time so that they can clear the track on time or it will lead to an accident.', 'https://img.gamemonetize.com/z9am00zxsudrtzn4k6l72rjihfozh3k9/512x384.jpg', 'https://html5.gamemonetize.com/z9am00zxsudrtzn4k6l72rjihfozh3k9/', '0', 'Puzzles', 0, 0, '', 'train-vs-train'), (762, 'Shot Up', 'Description. Shot Up &ndash; hyper casual game where you have to destroy cubes with your powerful projectiles. For this you are given money, you can spend it on different outfits.', 'https://img.gamemonetize.com/mc9794vodozqwlxsdglzxyrkc3t3tv1h/512x384.jpg', 'https://html5.gamemonetize.com/mc9794vodozqwlxsdglzxyrkc3t3tv1h/', '0', 'Puzzles', 0, 0, '', 'shot-up'), (763, 'Moon Adventure', 'Are you ready for a great moon adventure? Skip the levels before your oxygen tank runs out and be careful because there will be challenging tracks!', 'https://img.gamemonetize.com/rkhyom6f6cg91gmm0yn1f51iq58bbsdh/512x384.jpg', 'https://html5.gamemonetize.com/rkhyom6f6cg91gmm0yn1f51iq58bbsdh/', '0', 'Adventure', 0, 0, '', 'moon-adventure'), (764, 'Pocong Creepy Video Call Horror', 'Now creepy pocong call you in misterious way!', 'https://img.gamemonetize.com/tm162dqscdlg4ozbk3i9nigsgsprrxe5/512x384.jpg', 'https://html5.gamemonetize.com/tm162dqscdlg4ozbk3i9nigsgsprrxe5/', '0', 'Hypercasual', 0, 0, '', 'pocong-creepy-video-call-horror'), (765, 'Cute Budgie Puzzle', 'Dive into the delightful world of Cute Budgie Puzzle, where vibrant feathers, charming chirps, and playful antics come together in a super fun jigsaw puzzle game crafted just for kids! Play around and have fun!', 'https://img.gamemonetize.com/4m3cj9kvsjumexuhrou8omuuaevg7zyp/512x384.jpg', 'https://html5.gamemonetize.com/4m3cj9kvsjumexuhrou8omuuaevg7zyp/', '0', 'Puzzles', 0, 0, '', 'cute-budgie-puzzle'), (766, 'FoodHead Fighters', 'Select one of the characters in the game and control their movements to fight against other characters in the street. Each one has a stronger level; try to beat each one, and you will get many rewards that will help you improve your fighting skills or even buy new ones. skin. Beat each level, and you can increase the difficulty level of the game. Each new player has unique skills, but the levels are also much more dangerous. Website Developer <a href=\'https://kiz10.com/\'>https://kiz10.com/</a>', 'https://img.gamemonetize.com/95rpyg86xtlqy4a68ahmdzbs8sgrwmfr/512x384.jpg', 'https://html5.gamemonetize.com/95rpyg86xtlqy4a68ahmdzbs8sgrwmfr/', '0', 'Action', 0, 0, '', 'foodhead-fighters'), (767, 'Pomni Math Game', 'Youre good at maths? well then try to answer all the questions about the tiles where an image of Pomni is hidden underneath! How to play: drag all the left numbered blocks on to the corresponding right tiles covering the picture. Have fun and try to discover all Pomni pictures!', 'https://img.gamemonetize.com/2776kddc0y9vioq7m2ihhr7tzou3zunx/512x384.jpg', 'https://html5.gamemonetize.com/2776kddc0y9vioq7m2ihhr7tzou3zunx/', '0', 'Puzzles', 0, 0, '', 'pomni-math-game'), (768, 'Tuk Tuk Rikshaw Parking', 'Tuk Tuk Auto Rickshaw Parking Game 2024 &ndash; Experience The New Adventure in Tuk Tuk Auto Rickshaw Games 2024 It is a common perception that Tuk Tuk Auto Rickshaw Games 2023 is all about racing games only. With the advancement of technology, developers have explored new and exciting phases of these games. Tuk Tuk Auto Rickshaw Parking game 2024 is the new face of adventure. You can enjoy a new venture other than a Tuk Tuk Auto Rickshaw racing game. These Parking Games 2024 are available online and you can download them on your devices as well. Let&rsquo;s try to learn about the exciting features of these Parking Games.', 'https://img.gamemonetize.com/mksxtod2y0fafx23x99ofmobfrq2xr95/512x384.jpg', 'https://html5.gamemonetize.com/mksxtod2y0fafx23x99ofmobfrq2xr95/', '0', 'Racing', 0, 0, '', 'tuk-tuk-rikshaw-parking'), (769, 'LEG Stretch digital circus 3', 'LEG STRETCH CHALLENGE! The Amazing Digital Circus Stretch the goofy character to solve different puzzles in this funny online game. Use physics to your advantage as you stretch the main character to climb and reach the goal in each level. Keep stretching until you solve all of the different puzzles.', 'https://img.gamemonetize.com/4tdbououp3ukjjse99g1uchooauf91uu/512x384.jpg', 'https://html5.gamemonetize.com/4tdbououp3ukjjse99g1uchooauf91uu/', '0', 'Boys', 0, 0, '', 'leg--stretch--digital-circus-'), (770, 'Fantasy Forest 2', 'Fantasy Forest &ndash; is a HTML5 Game! Cool match logic game. The game has 100 levels and an in-game store that will help you complete this puzzle game.You need to collect the required number of three types of blocks for each level and at the same time not leaving more than one extra block.', 'https://img.gamemonetize.com/61qhaiw98hx93lwa3tbe6u4tau5cbf9c/512x384.jpg', 'https://html5.gamemonetize.com/61qhaiw98hx93lwa3tbe6u4tau5cbf9c/', '0', 'Bejeweled', 0, 0, '', 'fantasy-forest-'), (771, 'Amazing Cannon', 'The gun in the Amazing Cannon game will shoot colorful balls, but this is not important for completing the tasks set at the levels, but the fact that you must fill a special container, which is located at a distance from the gun. If you start shooting, the balls are unlikely to hit the target, so you need to use the various devices that are currently on the field to redistribute the direction of the balls. The supply of shells exceeds the need for filling, but this is done intentionally, in case some of them fly past. But in order to complete the level, you must reset the value that is on the container in the Amazing Cannon.', 'https://img.gamemonetize.com/kxpjvw5v717yvpv6szvvl1dkx9ik7uoi/512x384.jpg', 'https://html5.gamemonetize.com/kxpjvw5v717yvpv6szvvl1dkx9ik7uoi/', '0', 'Puzzles', 0, 0, '', 'amazing-cannon'), (772, 'Cut For Cat Challenge', 'The cat who loves lollipops has become popular in the gaming space, which means that the continuation of his adventures should have appeared. Meet the game Cut For Cat Challenge, where at each level the cat will patiently wait until you drop him a round colored candy disc. To do this, you need to cut the rope on which the candy dangles. But first, think about which side to do this and take into account the items that are on the playing field, they must be used to achieve the goal. The candy is not always directly above the cat, so it needs to be moved somehow. Think and act in Cut For Cat Challenge.', 'https://img.gamemonetize.com/jr1cr653ls0hznj66n58ta91zrb3iiuk/512x384.jpg', 'https://html5.gamemonetize.com/jr1cr653ls0hznj66n58ta91zrb3iiuk/', '0', 'Puzzles', 0, 0, '', 'cut-for-cat-challenge'), (773, 'Pixel Sumo', 'Show your superiority by collecting five points in fierce competition against your friends. Be the first to reach five points by knocking your opponent out of the field. Unleash your skills,as the ultimate champion. Get ready for thrilling matches and unforgettable moments of triumph. Enjoy the exhilarating experience!', 'https://img.gamemonetize.com/i7ya8w9dnnwvgv886ibs3wrnnx1xq07o/512x384.jpg', 'https://html5.gamemonetize.com/i7ya8w9dnnwvgv886ibs3wrnnx1xq07o/', '0', 'Sports', 0, 0, '', 'pixel-sumo'), (774, 'Boat Action', 'Today in the game Boat Action we will go with you to the mountains. There is a world-famous race on inflatable boats and you will take part in it directly. On the screen you will see a river and your boat is located on it. Your task is gaining speed to swim across the water surface as far as possible. On your way there will be golden coins. You need to try to collect them as much as possible. For this you will be credited with gaming points. Also collect other items that can give you bonuses. On the track there will also be found stones and various traps, which you certainly need to avoid. If you get into them, your boat will explode and you lose the round.', 'https://img.gamemonetize.com/dy4tkkdj57o8bwv6n691k6ezy2qebjda/512x384.jpg', 'https://html5.gamemonetize.com/dy4tkkdj57o8bwv6n691k6ezy2qebjda/', '0', 'Arcade', 0, 0, '', 'boat-action'), (775, 'Lava Escape', 'Lava Escape is a very fun and never-ending game. The objective of the game is to get as far as you can through a maze of rooms and traps, where lava chases you through every room.', 'https://img.gamemonetize.com/jmh2i9gl857veempk9qdtal357y0evro/512x384.jpg', 'https://html5.gamemonetize.com/jmh2i9gl857veempk9qdtal357y0evro/', '0', 'Adventure', 0, 0, '', 'lava-escape'), (776, 'Arena Battle Factory', 'Experience the satisfaction of conquering numerous levels of cleanliness while battling and defeating hordes of enemies. Dive into a world of challenges and triumphs as you overcome countless adversaries. Website Developer <a href=\'https://tr.bestcrazygames.com/\'>https://tr.bestcrazygames.com/</a>', 'https://img.gamemonetize.com/3k8fjgfhtka1zvirudlslaj5g7e7ny2o/512x384.jpg', 'https://html5.gamemonetize.com/3k8fjgfhtka1zvirudlslaj5g7e7ny2o/', '0', 'Arcade', 0, 0, '', 'arena-battle-factory'), (777, 'Oil Tanker Truck Transport', 'Driving a monster truck is awesome and thrilling! You have to be careful with every operation! How about driving a truck on the cliff edge? In Oil Tanker Truck Transport you have to face this challenge! You are a truck driver, and you have to reach the finish line! Tough mountain roads and tight lanes are your challenges! Can you do this risky mission? Many truck types and levels are ready for you to beat! Play this game! Have fun!', 'https://img.gamemonetize.com/8a8zdsgou4lwpsx4b2cgpfios6h8p0q3/512x384.jpg', 'https://html5.gamemonetize.com/8a8zdsgou4lwpsx4b2cgpfios6h8p0q3/', '0', 'Boys', 0, 0, '', 'oil-tanker-truck-transport'), (778, 'World of Alice My Dog', 'World of Alice - My Dog World of Alice - My Dog is an educational game developed for children in which you can have the experience of having a pet, you will be able to feed it, play with it, bathe it and give it medical care. Excellent resource for Preschool Education. In World of Alice learning is fun. Game developed by: Nau.kids', 'https://img.gamemonetize.com/022a0joskxn9psxztolkpn0gtxsduwgw/512x384.jpg', 'https://html5.gamemonetize.com/022a0joskxn9psxztolkpn0gtxsduwgw/', '0', 'Clicker', 0, 0, '', 'world-of-alice---my-dog'), (779, 'Laser Overload Dose', 'Welcome to the captivating world of our 2D laser game! Prepare for an immersive experience where your strategic prowess is tested. Use rotating mirrors and a single mouse click to redirect laser beams, guiding them to fill the battery. Embark on a journey of precision and reflection as you solve intricate puzzles and master the art of laser manipulation. Get ready to shine in this thrilling adventure', 'https://img.gamemonetize.com/s0xnhupwbwrtue7pkgg0chiusprsc25q/512x384.jpg', 'https://html5.gamemonetize.com/s0xnhupwbwrtue7pkgg0chiusprsc25q/', '0', 'Puzzles', 0, 0, '', 'laser-overload-dose'), (780, 'BlackJack Pro', 'This fun game is built for Blackjack lovers, test your luck and skills in this classic card game.There are some misconceptions about the objective of the game of blackjack but at the simplest level all you are trying to do is beat the dealer.', 'https://img.gamemonetize.com/7uoaq8kxlmfcxt1zhfqxip2bj6f201we/512x384.jpg', 'https://html5.gamemonetize.com/7uoaq8kxlmfcxt1zhfqxip2bj6f201we/', '0', 'Hypercasual', 0, 0, '', 'blackjack-pro'), (781, 'Ball Run Jumper 3D', 'This exciting and thrilling 3d endless game will have you competing with your friends to see who can make the highest score. Race your way through the 3d environment collecting coins, boosters, and power-ups to help you along the way, Unlock new opportunities and characters as you progress, and show off your score on your friends. Play now and get your friends involved in Ball Jumper Race 3d', 'https://img.gamemonetize.com/qo28o62wvf4rvpkyvrziytav7zo32ipy/512x384.jpg', 'https://html5.gamemonetize.com/qo28o62wvf4rvpkyvrziytav7zo32ipy/', '0', 'Racing', 0, 0, '', 'ball-run-jumper-d'), (782, 'Mad fish 2', 'This is a game in which you play with piranha. The goal of the game is to grow big fish. You must eat smaller fish than you and not come across big fish yourself. Otherwise you too can be eaten! Play in 1 to 3 players', 'https://img.gamemonetize.com/hblcrg4ea2ypbve0h8m4pjo9j7ye109g/512x384.jpg', 'https://html5.gamemonetize.com/hblcrg4ea2ypbve0h8m4pjo9j7ye109g/', '0', 'Adventure', 0, 0, '', 'mad-fish-'), (783, 'Space Driving', 'Embark on an exciting cosmic journey with Space Driving. Get ready to pilot your own space rocket through vast outer space while collecting shining stars and avoiding dangerous collisions with towering planets. Main Features: - Intuitive controls: Tap the screen to boost the rocket and avoid obstacles. - Collect Stars: Earn points by collecting stars. - Difficulty: The higher your score, the faster the planets. Get ready for an exciting journey through the cosmos, you will need quick reflexes and strategy to avoid collisions and conquer outer space. Climb aboard and find out now!', 'https://img.gamemonetize.com/3kud44v5n26tscahrmy2no3xembsabxs/512x384.jpg', 'https://html5.gamemonetize.com/3kud44v5n26tscahrmy2no3xembsabxs/', '0', 'Hypercasual', 0, 0, '', 'space-driving'), (784, 'Rotating Pomni', 'Rotating Pomni is a unique platform puzzle game where you rotate the world to guide Pomni to his lost stars. This is a great puzzle game with 40 challenge levels, push your logical brain abilities to the limit! Product feature bullets: &bull; Grimace on board! &bull; 40 different levels! &bull; Very Fun for children! &bull; Brain training for whole family! &bull; Cute graphics! &bull; Precise gameplay!', 'https://img.gamemonetize.com/iwy1it3wbazz5u801zo5rwzql6vs6qqy/512x384.jpg', 'https://html5.gamemonetize.com/iwy1it3wbazz5u801zo5rwzql6vs6qqy/', '0', 'Puzzles', 0, 0, '', 'rotating-pomni'), (785, 'Piggy Bank Demolish Run', 'Piggy Bank Demolish Run is a fun and classic 3D pixel-running arcade game. You have to grab special game coins to pass the toy walls. You will fail the game if you hit any red obstacles or traps. You can unlock and use 21 skins in the shop if you collect many gold coins while running. Different toy walls need different game coins, pick the least ones to pass them.', 'https://img.gamemonetize.com/s1a41fzf4k0yuhfqfrob5ta9sqgoq1vr/512x384.jpg', 'https://html5.gamemonetize.com/s1a41fzf4k0yuhfqfrob5ta9sqgoq1vr/', '0', 'Arcade', 0, 0, '', 'piggy-bank-demolish-run'), (786, 'Ball Roll Color 2048', 'Immerse yourself in the enchanting world of 2048 Ball Roll and Color, a delightful casual game that promises simplicity and magic. Your mission is to guide the ball, rolling and skillfully merging it along the way, all in pursuit of the coveted 2048 target. With a staggering 256 levels to conquer, each filled with diverse terrains and cleverly placed obstacles, every moment presents a fresh challenge. As you embark on this captivating journey, you wont be alone&mdash;join fellow players from across the globe for a shared experience of fun and competition. Website Developer <a href=\'https://vi.bestcrazygames.com/\'>https://vi.bestcrazygames.com/</a>', 'https://img.gamemonetize.com/oywnmk73nvmuit0lg4cf1tzrnqz2hhix/512x384.jpg', 'https://html5.gamemonetize.com/oywnmk73nvmuit0lg4cf1tzrnqz2hhix/', '0', 'Action', 0, 0, '', 'ball-roll-color-'), (787, 'Fish Lovers', 'Fish love &ndash; pull the pin, puzzle game, casual game in a popular genre. Various puzzles, mechanics and physics of fluid and different objects. Save fish from danger, bombs, lava and crab and give the fish just love. They cannot live without each other. Beautiful and pleasant music, sound effects, bright and colorful graphics accompany you through all the puzzles of this game. Start your adventure now. Good luck in love !!!', 'https://img.gamemonetize.com/f9uze52wwb69av0344tjrxawg3p0uqdi/512x384.jpg', 'https://html5.gamemonetize.com/f9uze52wwb69av0344tjrxawg3p0uqdi/', '0', 'Puzzles', 0, 0, '', 'fish-lovers'), (788, 'Bubble Shooter Saga Online', 'Bubble shooter is a game with balls in which you have to connect more than 3 balls of the same color by throwing one colored ball from bottom to top. You have to group the balls as well as you can because otherwise they will come down towards you and you will lose your life. You have to move fast and find the perfect combination of balls to close this game.', 'https://img.gamemonetize.com/ayu9bkpz6tj910whdc07ghel2yroz787/512x384.jpg', 'https://html5.gamemonetize.com/ayu9bkpz6tj910whdc07ghel2yroz787/', '0', 'Puzzles', 0, 0, '', 'bubble-shooter-saga-online'), (789, 'King of Majesty', 'King of Majesty is a fun game to play where the king is collecting the crown to protect his kingdom from the enemies. After some moments there is a new enemy. To deal with the enemies, try to run away and do not let them catch you or the game will be over. The game has a very simple concept but a lot of fun.', 'https://img.gamemonetize.com/6jjx4ei2yf92l8l7zoq0dbm1w7numzuf/512x384.jpg', 'https://html5.gamemonetize.com/6jjx4ei2yf92l8l7zoq0dbm1w7numzuf/', '0', 'Arcade', 0, 0, '', 'king-of-majesty'), (790, 'World of Alice Farm Animals', 'World of Alice - Farm Animals With the help of Alice, learn in a fun way which animals live on the farm and their names from your mobile phone, tablet or computer. Content: chicken, cow, rabbit, sheep, dog, donkey, pig, cat, duck, goat, turkey and horse. Excellent resource for Preschool Education. By: Nau.kids', 'https://img.gamemonetize.com/85ensryy753w4gprkwwl4h4rpz6yvjz1/512x384.jpg', 'https://html5.gamemonetize.com/85ensryy753w4gprkwwl4h4rpz6yvjz1/', '0', 'Clicker', 0, 0, '', 'world-of-alice---farm-animals'), (791, 'Value Multiplier', 'Value Multiplier is an exhilarating puzzle game that challenges your strategic thinking and number-crunching skills. Dive into a world of colorful blocks, each with a unique value, and stack them strategically to multiply their worth. As you combine and match these blocks, your score multiplies, but watch out for tricky obstacles that can hinder your progress. With addictive gameplay and engaging challenges, Value Multiplier offers endless fun as you strive to become the ultimate multiplier master. Are you ready to multiply your gaming excitement? Website Developer <a href=\'https://www.coolcrazygames.com\'>https://www.coolcrazygames.com</a>', 'https://img.gamemonetize.com/eirgpyqi04wacu3djdv9ela82tcmfxjg/512x384.jpg', 'https://html5.gamemonetize.com/eirgpyqi04wacu3djdv9ela82tcmfxjg/', '0', 'Adventure', 0, 0, '', 'value-multiplier'), (792, 'Stickman Color Saw ', 'Ever wanted to do a cut but like to keep your fingers intact? With Stickman Color Saw, you can do both! Shape your rough blocks into various shapes with all kinds of tools. Cut and smash through countless levels.', 'https://img.gamemonetize.com/vg9plxk4f6yqtofdrqg7j2m9ixjxv1k5/512x384.jpg', 'https://html5.gamemonetize.com/vg9plxk4f6yqtofdrqg7j2m9ixjxv1k5/', '0', 'Arcade', 0, 0, '', 'stickman-color-saw-'), (793, 'Pocong found Kuntilanak night horror', 'Pocong and kuntilanak is horror from indonesia', 'https://img.gamemonetize.com/sy73jgaz56j3hzbsvswysxd0v1sbntvp/512x384.jpg', 'https://html5.gamemonetize.com/sy73jgaz56j3hzbsvswysxd0v1sbntvp/', '0', 'Puzzles', 0, 0, '', 'pocong-found-kuntilanak-night-horror'), (794, 'operation Thunderstrike', 'This is a demo of the game Operation Thunderstrike. The game has infleunces from classic titles like Metal Slug, Heavy Weapon and Silkworm This is a fast shooting Shmup game where you are in control of either a Tank or a helicopter. Make use of the upgrades throughput the game to make it to the boss at the end of the level! Do you like the game? Got any comments? Dont hesitate and click the links within the game to go to the developers fb page or Itch.io page. Enjoy!', 'https://img.gamemonetize.com/cnit0h0j4yxj12q7mkk0v38atyownjn4/512x384.jpg', 'https://html5.gamemonetize.com/cnit0h0j4yxj12q7mkk0v38atyownjn4/', '0', 'Shooting', 0, 0, '', 'operation-thunderstrike'), (795, 'Bricks Breakers Infinity', 'Relax your brain and play the best brick breaker game of the year. control the paddle and dont let the ball fall, break all the blocks to achieve a higher score', 'https://img.gamemonetize.com/mrw2d8le69jdofc3ngcskkp4x6zobmr4/512x384.jpg', 'https://html5.gamemonetize.com/mrw2d8le69jdofc3ngcskkp4x6zobmr4/', '0', 'Arcade', 0, 0, '', 'bricks-breakers-infinity'), (796, 'StickBoys Xmas', 'Are you ready for the Christmas fun of the red and blue stick boys? Help them during Christmas and get them to the door. A more challenging day awaits you in the Christmas adventure. You must survive with your friend. Collect the keys and own all the candies. Watch out for obstacles. Reach the door together with your friend in Christmas.', 'https://img.gamemonetize.com/8gycch81gemuh0alb751ikqy1kzjyfxt/512x384.jpg', 'https://html5.gamemonetize.com/8gycch81gemuh0alb751ikqy1kzjyfxt/', '0', 'Arcade', 0, 0, '', 'stickboys-xmas'), (797, 'Blocky Paint', 'Blocky Paint is a captivating Unity-based game script that combines the thrill of creativity with strategic challenges. In this unique game, players use colorful blocks to create stunning artworks while navigating exciting puzzles. Showcase your artistic prowess as you solve intricate puzzles, earning rewards and unlocking new levels. With intuitive controls and a visually stimulating environment, Blocky Paint offers an immersive gaming experience that will keep you hooked for hours. Website Developer <a href=\'https://www.coolcrazygames.com\'>https://www.coolcrazygames.com</a>', 'https://img.gamemonetize.com/m25zyfkkisx3pknrjr2wyq0rsrofd3n8/512x384.jpg', 'https://html5.gamemonetize.com/m25zyfkkisx3pknrjr2wyq0rsrofd3n8/', '0', 'Arcade', 0, 0, '', 'blocky-paint'), (798, 'Screw Master', 'Welcome to Screw Master: Nuts and Bolts , a mystifying and challenging puzzle-solving game , waiting for you to demonstrate your wit and skills . In this labyrinthine world made up of twisted iron plates and blocks, you will face a variety of complex and baffling puzzles . This world is filled with abandoned bolt fragments and rings, composing an epic odyssey of puzzles.', 'https://img.gamemonetize.com/iqspjudn3kxkhq6s7v05wn1rg7iegxsq/512x384.jpg', 'https://html5.gamemonetize.com/iqspjudn3kxkhq6s7v05wn1rg7iegxsq/', '0', 'Puzzles', 0, 0, '', 'screw-master'), (799, 'Stop the Ball', 'Run the path to win, avoiding crashing into obstacles. The colored ball will roll down the chute, which stretches for an infinite distance. It is quite difficult to get them out of it, but it is possible if you pass the obstacles incorrectly. There will be a lot of them on the way of the ball: straight, curved, cruciform, jagged and round. They move in different planes and rotate in different directions. Approaching the next obstacle, you can stop the ball and choose the right moment to pass. The goal is to get as far as possible. Take your time, speed in this case is not the main thing.', 'https://img.gamemonetize.com/8a7hf3ck67tf22teck3gskomq3lllgbr/512x384.jpg', 'https://html5.gamemonetize.com/8a7hf3ck67tf22teck3gskomq3lllgbr/', '0', 'Puzzles', 0, 0, '', 'stop-the-ball'), (800, 'Call to Lethal Company', 'The Lethal Company urgently needs interns! Urgently call the employees of the company and not only to find out what it is like to work in a Lethal Company!!', 'https://img.gamemonetize.com/rtf7e669gd9ccw1tkcjncyb4vmmlbs21/512x384.jpg', 'https://html5.gamemonetize.com/rtf7e669gd9ccw1tkcjncyb4vmmlbs21/', '0', 'Boys', 0, 0, '', 'call-to-lethal-company'), (801, 'Digital CircusParkour Game', 'Digital Circus : Parkour Game. Try to pass unique parkour levels. Pass the fun levels prepared by Caine inside the circus and try to escape from the Digital Circus. Try to escape from the digital circus. Dont forget to find the exit. Its up to you to help Pomni. Come on, try to pass the unique tracks and save Pomni from the Digital circus.', 'https://img.gamemonetize.com/ygvjmgb91wppx82qphz4o2teukwlftpz/512x384.jpg', 'https://html5.gamemonetize.com/ygvjmgb91wppx82qphz4o2teukwlftpz/', '0', 'Adventure', 0, 0, '', 'digital-circusparkour-game'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (802, 'Watermelon Fruit 2048', 'The game is a very simple but addictive game where you have to touch 2 identical objects together to make them explode and go to the next level. Click or drag and drop fruits anywhere on the screen to drop them on top of the fruit of the same type and earn points. 2 fruits of the same type merge and turn into a bigger fruit in the position where they collide, so you can blast the watermelon, the biggest fruit, and earn 1000 points', 'https://img.gamemonetize.com/w9i7tt3bfiwiz1jx3vzjunbunm1q1luu/512x384.jpg', 'https://html5.gamemonetize.com/w9i7tt3bfiwiz1jx3vzjunbunm1q1luu/', '0', 'Arcade', 0, 0, '', 'watermelon-fruit-'), (803, 'City Idle Counter Terrorists', 'City Idle Counter Terrorists is an exhilarating mobile game that combines strategy and action. In this game, you take on the role of a skilled counter-terrorist operative tasked with neutralizing threats in various urban settings. With stunning graphics and realistic gameplay, youll engage in intense missions, defuse bombs, and outsmart terrorists. As you progress, unlock new weapons and equipment to enhance your capabilities. Join forces with friends or go solo to become the ultimate hero in the fight against terror. City Idle Counter Terrorists offers non-stop excitement and challenges for gamers seeking adrenaline-pumping adventures.', 'https://img.gamemonetize.com/j8bfd7sm70mulmgjpz4p42zxmziwo1j6/512x384.jpg', 'https://html5.gamemonetize.com/j8bfd7sm70mulmgjpz4p42zxmziwo1j6/', '0', 'Action', 0, 0, '', 'city-idle-counter-terrorists'), (804, 'Barbarian Clash', 'Fight your way to victory! Play and fight against other warriors who will fight for your soul and steal them and become more Powerful! Be careful of your surroundings because there can be multiple enemies at a time to take you on! Collect souls to become more powerful and defeat them! Use your awesome boosts to help you in troublesome situations! Buy new and more weapons as you fight your way through the arenas. What side will you take? Can you defeat them all?', 'https://img.gamemonetize.com/9s0wz22xkh9vb1duy05p2do0segv4ign/512x384.jpg', 'https://html5.gamemonetize.com/9s0wz22xkh9vb1duy05p2do0segv4ign/', '0', 'Adventure', 0, 0, '', 'barbarian-clash'), (805, 'Animal Traffic Run', 'Get ready for a wild adventure in Animal Traffic Run! In this fast-paced mobile game, youll navigate a bustling city filled with quirky animal characters. Your mission? Help these animals safely cross the busy streets and highways, avoiding traffic jams and collecting rewards. With intuitive controls and various challenges, Animal Traffic Run offers endless fun for players of all ages. Can you guide these adorable creatures to their destinations and become the ultimate traffic master? Play now and find out!', 'https://img.gamemonetize.com/ecfxn61ensrc6b0qfj4yygn83hnf1ngu/512x384.jpg', 'https://html5.gamemonetize.com/ecfxn61ensrc6b0qfj4yygn83hnf1ngu/', '0', 'Arcade', 0, 0, '', 'animal-traffic-run'), (806, 'Village lines 98', 'Have you ever played Lines 98 or Colored Lines? This is a retro version of the most adaptive board game of 1998. We present you with a village and garden style version of this game. Enjoy the game in a new way.', 'https://img.gamemonetize.com/5ddl4diesoiiqxtlc1uwudj4tl98a49i/512x384.jpg', 'https://html5.gamemonetize.com/5ddl4diesoiiqxtlc1uwudj4tl98a49i/', '0', 'Puzzles', 0, 0, '', 'village-lines-'), (807, 'Pixel Racers', 'Challenge your friends in thrilling races to determine the fastest. Complete the round three times to claim victory. Get ready for an exciting gaming experience and may the best racer win! Have fun and enjoy the game!', 'https://img.gamemonetize.com/iv1ljto5akj90d0jq9lsxuf1tg4fdopr/512x384.jpg', 'https://html5.gamemonetize.com/iv1ljto5akj90d0jq9lsxuf1tg4fdopr/', '0', 'Racing', 0, 0, '', 'pixel-racers'), (808, 'Squirrel Coloring Adventure', 'Squirrel Coloring Adventure, the ultimate online haven for young artists to unleash their creativity! This super fun and free-to-play coloring game for kids offers a vibrant canvas of six delightful squirrel-themed images, inviting children to pick up their virtual brushes and paint the world of squirrels in hues of their imagination.', 'https://img.gamemonetize.com/3q2p4vdakun6pzi1kqfz6ahfjlyyqob8/512x384.jpg', 'https://html5.gamemonetize.com/3q2p4vdakun6pzi1kqfz6ahfjlyyqob8/', '0', 'Puzzles', 0, 0, '', 'squirrel-coloring-adventure'), (809, 'Rainbow Princess Pony Makeup 2', 'Come with us to have an adventure in the dreamy forest! Here you can match makeup and choose clothes for the beautiful rainbow fairy! Following the fantastic unicorns across the Rainbow Bridge is everyone&rsquo;s dream, and now you have the chance to be a part of it! How happy it would be if one day you could choose various styles of clothing for the Rainbow Fairy! Here, you can not only choose clothing for the beautiful fairy, but also do facial care. Your goal is to make the rainbow fairy unique! Of course, don&rsquo;t forget that her unicorn is waiting for you!', 'https://img.gamemonetize.com/6tcsznnphs6e9lsb6oevoa9wilvx457a/512x384.jpg', 'https://html5.gamemonetize.com/6tcsznnphs6e9lsb6oevoa9wilvx457a/', '0', 'Girls', 0, 0, '', 'rainbow-princess-pony-makeup-'), (810, 'Cute Doll Dress Up', 'Cute Doll Dress Up is a very popular dress-up game. The game has a school theme and offers many school-style outfits. Sports style, JK style, cute style, sweet and cool style dresses are available. If you are a dress-up game lover, this game will be your first choice. In this game, you wont be limited to dressing up characters of one gender. First of all, you start the game as a boy, but as soon as you put a long hairstyle and a cute dress on the character, the character will become a girl. You can also customize your character to your liking. The game has hundreds of the latest fashion accessories and hundreds of beautiful backgrounds and d', 'https://img.gamemonetize.com/7gzi8m8d15qaxah5huat9qiltzit98dy/512x384.jpg', 'https://html5.gamemonetize.com/7gzi8m8d15qaxah5huat9qiltzit98dy/', '0', 'Girls', 0, 0, '', 'cute-doll-dress-up'), (811, 'Arrow Hit', 'Embark on an exhilarating adventure in the virtual realm with Arrow Hit, the ultimate arcade game that puts your archery skills to the test! Immerse yourself in a captivating world where precision, timing, and accuracy are the keys to victory.', 'https://img.gamemonetize.com/k2mc55bpl19x1bfumfotpd0jicr18gso/512x384.jpg', 'https://html5.gamemonetize.com/k2mc55bpl19x1bfumfotpd0jicr18gso/', '0', 'Clicker', 0, 0, '', 'arrow-hit'), (812, 'Roblox Flip', 'It&rsquo;s time to lose control over the Roblox body like a ragdoll and flip-flip-flip to your bed! In Roblox Flip. You should get ready to jump and fly through all the obstacles in your house to a bedroom. Watch out and don&rsquo;t touch the floor! Collect cash and Diamonds to unlock new characters and complete all levels.Website Developer <a href=\'https://kiz10.com\'>https://kiz10.com</a>', 'https://img.gamemonetize.com/aesezz5yhy5k3g43s11s2lx7fseblktp/512x384.jpg', 'https://html5.gamemonetize.com/aesezz5yhy5k3g43s11s2lx7fseblktp/', '0', 'Puzzles', 0, 0, '', 'roblox-flip'), (813, 'Tanks of the Galaxy', 'Break into the world of thrilling 2D top-down shooter Tanks of the Galaxy and take part in epic tank battles! The rules are simple: destroy enemy tanks with different weapons, dodge their projectiles, use shields and environment to defeat the enemy. Earn coins to upgrade your tank, buy and upgrade more powerful weapons. Enjoy truly addictive gameplay and become the most devastating member of the tank war!', 'https://img.gamemonetize.com/3bvyq1w5frfw2whnz8mdmspkjhh0ufqj/512x384.jpg', 'https://html5.gamemonetize.com/3bvyq1w5frfw2whnz8mdmspkjhh0ufqj/', '0', 'Racing', 0, 0, '', 'tanks-of-the-galaxy'), (814, 'Drift No Limit Car Racing', 'Welcome to the world of adrenaline drift racing! Are you ready to plunge into incredible adventures on the asphalt? Game Features Huge vehicle fleet: choose from numerous powerful cars, each of which has its own character and features. From classic sports cars to exotic race cars, the possibilities are endless! Car tuning: Pump and customize your car down to the smallest detail. Prepare for street battles by customizing the engine, suspension, aerodynamics and even the color of your car. Multiple cities to play in the open world: a variety of locations. Explore fascinating cities full of secret streets and incredible drift spots.', 'https://img.gamemonetize.com/dhgq49zx1c1bysozsv022edrspueuef6/512x384.jpg', 'https://html5.gamemonetize.com/dhgq49zx1c1bysozsv022edrspueuef6/', '0', 'Racing', 0, 0, '', 'drift-no-limit-car-racing'), (815, 'Colorful Neon Maze', 'Colorful Neon Maze is a classic random maze game with 3 difficulty modes designed for everyone! Just control the cube and change the colors of your maze to find the way out and escape the maze. Minimal 2D graphics will allow you to feel like a classic and retro maze game, while neon and a variety of colors will add interest and freshness.', 'https://img.gamemonetize.com/h7mivagx6tl425fqp1u8hl0sw06lgmog/512x384.jpg', 'https://html5.gamemonetize.com/h7mivagx6tl425fqp1u8hl0sw06lgmog/', '0', 'Puzzles', 0, 0, '', 'colorful-neon-maze'), (816, 'Mothers Day Float Connect', 'Connect 2 same mothers day items with a path that no more than two 90 degree angles. Clear the board by removing all pairs of identical mothers day items. Becareful, in some levels the item tiles can float ( to bottom, to uper, to left, to right, to center or split). There are 27 challenging levels in this game. Complete a level before time bounds to get extra bonus.', 'https://img.gamemonetize.com/bg0jl3b02is3pi0c7dbgqm1yfbc68qj8/512x384.jpg', 'https://html5.gamemonetize.com/bg0jl3b02is3pi0c7dbgqm1yfbc68qj8/', '0', 'Puzzles', 0, 0, '', 'mothers-day-float-connect'), (817, 'Jetpack Rider', 'JetPack Rider is a side-scrolling, game in which you are traveling through the construction site. You are trying to destroy or avoid enemies and obstacles. Collected coins can be used for skins upgrades or buying helpful items.', 'https://img.gamemonetize.com/xycugfmpo73v5eh3oujbqy808hrnyx07/512x384.jpg', 'https://html5.gamemonetize.com/xycugfmpo73v5eh3oujbqy808hrnyx07/', '0', 'Shooting', 0, 0, '', 'jetpack-rider'), (818, 'Some little enemies', 'Get ready to embark on an exciting adventure as you engage in a fierce battle against a horde of relentless little enemies in this action-packed arcade game! Your objective is to defeat as many of these adversaries as possible while striving to achieve the highest score imaginable.', 'https://img.gamemonetize.com/96p2lq9nchwxmb20tepgz60ubhzw5jq3/512x384.jpg', 'https://html5.gamemonetize.com/96p2lq9nchwxmb20tepgz60ubhzw5jq3/', '0', 'Arcade', 0, 0, '', 'some-little-enemies'), (819, 'Tower Defense Kingdoms', 'Tower Defense Kingdoms is an exciting and challenging game that puts you in control of defending your kingdom against waves of enemies. Build and upgrade your towers strategically to fend off hordes of invaders and prevent them from reaching your castle. With dozens of levels and various enemies, each with their unique strengths and weaknesses, Tower Defense Kingdoms will keep you engaged and entertained for hours on end.', 'https://img.gamemonetize.com/sl90beby7k9mcd61gdkjskhj7qm4qaqq/512x384.jpg', 'https://html5.gamemonetize.com/sl90beby7k9mcd61gdkjskhj7qm4qaqq/', '0', 'Shooting', 0, 0, '', 'tower-defense-kingdoms'), (820, 'Boat rush', 'Boat rush is a boat running game in which you have to go as far as possible by boat avoiding all the obstacles on the route. You also have a few weapons at hand that you can fire to clear your way. You have more levels to complete.', 'https://img.gamemonetize.com/a13gqdcfhlw1bd9cohkq2lujp56ltx6u/512x384.jpg', 'https://html5.gamemonetize.com/a13gqdcfhlw1bd9cohkq2lujp56ltx6u/', '0', 'Arcade', 0, 0, '', 'boat-rush'), (821, 'Head Shot Super League', 'You can play friendly match or league match in this game. Heading - Super League: Control the ball with your head, beat the opponent! Compete in leagues and become champions.', 'https://img.gamemonetize.com/w56iu6sa21fl5h44st8q76x1yzrw5ekp/512x384.jpg', 'https://html5.gamemonetize.com/w56iu6sa21fl5h44st8q76x1yzrw5ekp/', '0', 'Sports', 0, 0, '', 'head-shot-super-league'), (822, 'Do it up!', 'Do it up! - and nothing else! If, at times, you don&rsquo;t understand what&rsquo;s going on around you, then here you&rsquo;ll definitely understand everything - this is the place for you! At your disposal is a small town in which you can run, jump and walk. Move, have fun and remember - only up!', 'https://img.gamemonetize.com/uzfcnljj41esn7da6t7drxsm49542qcl/512x384.jpg', 'https://html5.gamemonetize.com/uzfcnljj41esn7da6t7drxsm49542qcl/', '0', 'Action', 0, 0, '', 'do-it-up'), (823, 'World of Alice The Bones', 'World of Alice - The Bones World of Alice - The Bones is a game developed for children to teach the bones of the human body and where they are located in a fun way using a cell phone, tablet or computer. Excellent educational resource. In World of Alice learning is fun. Game developed by: Nau.kids', 'https://img.gamemonetize.com/n43ix1bxo2qscu95bz8zwt1ev56fc5e4/512x384.jpg', 'https://html5.gamemonetize.com/n43ix1bxo2qscu95bz8zwt1ev56fc5e4/', '0', 'Puzzles', 0, 0, '', 'world-of-alice---the-bones'), (824, 'MCATLANTS', 'In this new adventure, you must reach the portal. To reach the portal, you should collaborate with your friend and work as a team. Teamwork is essential to survive in the Atlantis world. Work together with your friend and triumph. Defeat all the monsters. You must vanquish all the monsters and collect the black coins. The black coins are necessary to create the portal.', 'https://img.gamemonetize.com/mzlr8k9dkmo5bsc17br69ygn99c2snfm/512x384.jpg', 'https://html5.gamemonetize.com/mzlr8k9dkmo5bsc17br69ygn99c2snfm/', '0', '2 Player', 0, 0, '', 'mcatlants'), (825, 'Push Timing', 'Push Timing is an exciting puzzle game that challenges your reflexes and strategic thinking. In this adrenaline-pumping adventure, you must time your pushes perfectly to navigate through intricate mazes and obstacles. With 80 thrilling levels and increasingly complex puzzles, Push Timing will put your skills to the test. Can you master the art of precision timing and conquer every level? Get ready for a mind-bending journey filled with excitement and fun. Download Push Timing now and experience the ultimate test of your timing skills! Website Developer <a href=\'https://www.coolcrazygames.com\'>https://www.coolcrazygames.com</a>', 'https://img.gamemonetize.com/d690qfuoapv1ir8ua5n7dw5fijf1f4qq/512x384.jpg', 'https://html5.gamemonetize.com/d690qfuoapv1ir8ua5n7dw5fijf1f4qq/', '0', 'Arcade', 0, 0, '', 'push-timing'), (826, 'Hard Wheels Winter 2', 'Control a monster truck and pass many challenging obstacles in Hard Wheels Winter 2. Get to the finish without crashing to earn coins and upgrade the truck.', 'https://img.gamemonetize.com/eg6q3rmzewxldnbltt9180ncdi6gnt11/512x384.jpg', 'https://html5.gamemonetize.com/eg6q3rmzewxldnbltt9180ncdi6gnt11/', '0', 'Racing', 0, 0, '', 'hard-wheels-winter-'), (827, 'Winter CosmoFest', 'Immerse yourself in a magical winter adventure in the Honkai universe. Show your creativity by creating festive cosplay outfits for the heroes of the game. Combine gorgeous costumes, accessories and hairstyles to capture the spirit of your favorite characters among snowflakes and winter landscapes. Show off your fashion skills by choosing the perfect ensemble for the winter cosplay festival. Win the hearts of Honkai fans and share your ideas with your friends!', 'https://img.gamemonetize.com/hfu6iuzbtc1twjqja1qyaibxybkc8j02/512x384.jpg', 'https://html5.gamemonetize.com/hfu6iuzbtc1twjqja1qyaibxybkc8j02/', '0', 'Girls', 0, 0, '', 'winter-cosmofest'), (828, 'Titan the way to the bottom', 'The world ocean of our planet has been studied by a little more than 4%, so each expedition becomes an opportunity to learn something new about us, about our planet. We invite you to become participants in an exciting dive not just to the bottom, but to the bottom of the famous ship Titanic. But this path is not easy: in order to save the team and your boat, you will have to pump it so well in order to reach the goal - BOTTOM. Distribute the earned resources correctly to survive and return the team.', 'https://img.gamemonetize.com/yp96fbf19h97e5ycp7xd500ldtt3n4kw/512x384.jpg', 'https://html5.gamemonetize.com/yp96fbf19h97e5ycp7xd500ldtt3n4kw/', '0', 'Arcade', 0, 0, '', 'titan---the-way-to-the-bottom'), (829, 'Shining Anime Star Dress Up', 'Want to put makeup on the anime Barbie princess? Want to have a cute anime girl? Want to become a fashionable dress up master? Come and use your rich creativity and imagination to create your own princess! The latest hairstyles, personalized makeup, gorgeous earrings and necklaces, unique nail polish, and glamorous dresses... Thousands of beautifully designed outfits will fill your wardrobe and make your fashion fantasies come true! You will become the most sparkling fashion queen at the party, the shining superstar on the stage, and you will define what fashion is!', 'https://img.gamemonetize.com/22lexr0tte6cgl65sdtpxhzmhrtl66k7/512x384.jpg', 'https://html5.gamemonetize.com/22lexr0tte6cgl65sdtpxhzmhrtl66k7/', '0', 'Girls', 0, 0, '', 'shining-anime-star-dress-up'), (830, 'Boogers', 'The time has come to put everything in its place and please your friend with attention. Boogers is a new hit for practical use: you open the application, turn on the search for a potential place of snot attraction and watch the screen. Just a couple of moments and you will leave your mark where it is needed. Dont waste the moment.', 'https://img.gamemonetize.com/mdu5ueiwl6rjkw725980ug2kap3sraa4/512x384.jpg', 'https://html5.gamemonetize.com/mdu5ueiwl6rjkw725980ug2kap3sraa4/', '0', 'Boys', 0, 0, '', 'boogers'), (831, 'Clickerdon', 'The aim of the game is simple - press the button. The more times you click on the button, the more points you earn and the sooner you will lead the Clickerdon rating. There is no strategy, no puzzle - just hardcore and just press. The fastest Clickerdon wins.', 'https://img.gamemonetize.com/owkwrqwsgr8b4na6o9ygeb4g0n3yla63/512x384.jpg', 'https://html5.gamemonetize.com/owkwrqwsgr8b4na6o9ygeb4g0n3yla63/', '0', 'Clicker', 0, 0, '', 'clickerdon'), (832, 'Police Car Line Driving', 'Police Car Line Driving is a cool and addictive 3D car-avoiding arcade game. You have to chase unauthorized vehicles and drive as far as you can for higher score records. Each vehicle will give you an extra 100 scores right away. You have to dodge the bombs, other vehicles will do the same. If you hit them, you will lose the game immediately. Your current score and best score will be shown on the settlement page. If you want to improve your current score, you can restart and try again.', 'https://img.gamemonetize.com/njabpms143vcnswvfgx72emtf7x89t0h/512x384.jpg', 'https://html5.gamemonetize.com/njabpms143vcnswvfgx72emtf7x89t0h/', '0', 'Boys', 0, 0, '', 'police-car-line-driving'), (833, 'Santa Dungeon Of Doom', 'Santa and The Dungeon Of Doom is an epic adventure through 100 levels of monsters, traps and danger!!! Have you got the brains and fast reflexes to escape all 100 dungeons in this unique action puzzle game? Bats will chase you, Ghosts will try and trick you, Monsters around every corner, Hazards include Spikes, Guillotines, Poison gas and more... Have you got what it takes? Product feature bullets: - Xmas Game! - 100 epic levels! - Cute graphic! - Cool Xmas music! - Really addictive! - Easy to play! Enjoy with this great Christmas Puzzle Adventure game!', 'https://img.gamemonetize.com/wlghdu5b8h0y74rjxrntp9egwrnoht36/512x384.jpg', 'https://html5.gamemonetize.com/wlghdu5b8h0y74rjxrntp9egwrnoht36/', '0', 'Puzzles', 0, 0, '', 'santa-dungeon-of-doom'), (834, 'Get The Watermelon', 'Get The Watermelon is a fun and colorful 2D cartoon fruit merge-matching puzzle game. You can play endlessly and merge to get as many scores as you can. You have to follow the merge order and place your current and next fruit items at the bottom of the screen. The bigger items are better than the initial items. You have to predict the merge spaces beside the falling tracks. You can see the next fruit in advance, so it is easy to handle random fruit items.', 'https://img.gamemonetize.com/ch2juhvexliip1ryu9utc32t36vuw0kz/512x384.jpg', 'https://html5.gamemonetize.com/ch2juhvexliip1ryu9utc32t36vuw0kz/', '0', 'Puzzles', 0, 0, '', 'get-the-watermelon'), (835, 'Duo Ball Adventure', 'In Duo Ball Adventure, you get to help a pair of inseparable balls through a series of challenging levels. These twin spheres are linked and move as one unit, making it a unique test of your gaming skills. The aim is to guide them safely towards their destination while overcoming all the barriers that stand in their way.', 'https://img.gamemonetize.com/yrmn7j2sfz45ecudelhvj37w3yppb0za/512x384.jpg', 'https://html5.gamemonetize.com/yrmn7j2sfz45ecudelhvj37w3yppb0za/', '0', 'Arcade', 0, 0, '', 'duo-ball-adventure'), (836, 'Backrooms Skibidi Escape', 'Backrooms: Skibidi Escape is a horror game where you are trapped in the backrooms chased by skibidi toilet and your mission is to find the exit or given number of video tapes to successfully complete each level.', 'https://img.gamemonetize.com/378uq8hqrfbe0sxl4g1sptqj1h938q0c/512x384.jpg', 'https://html5.gamemonetize.com/378uq8hqrfbe0sxl4g1sptqj1h938q0c/', '0', 'Adventure', 0, 0, '', 'backrooms-skibidi-escape'), (837, 'Happy Snowman Puzzle', 'Play the newest Christmas winter puzzle game called Happy Snowman Puzzle. The game has 10 levels with 10 images of funny snowmen. You have to solve the puzzle by clicking on the parts of the image, rotating them, and bringing them to the right place. Watch the time and be very fast because it is counting down. Enjoy and have fun!!!', 'https://img.gamemonetize.com/r7e6s6bs9wlmcwc92gmqb6x1naqqlaw6/512x384.jpg', 'https://html5.gamemonetize.com/r7e6s6bs9wlmcwc92gmqb6x1naqqlaw6/', '0', 'Puzzles', 0, 0, '', 'happy-snowman-puzzle'), (838, 'Ultimate Flying Car 2', 'The ultimate adventure continues with the super flying cars in a huge city with lots of features in the 2nd chapter of the series! This version will bring more features, more stable and fun car physics, more explosives, and more actions. The fastest cars of all time will meet you in this game. Newly designed wings and super cool flying physics will be also ready to be used during the adventure. Wins races, collect diamonds and coins and buy new cars to make your 2 player adventure more fun, greater, and more fun than before. Lets get this super adventure started!', 'https://img.gamemonetize.com/3knzad0dhfc1tpsvjykwljw0yq1g1lmm/512x384.jpg', 'https://html5.gamemonetize.com/3knzad0dhfc1tpsvjykwljw0yq1g1lmm/', '0', 'Racing', 0, 0, '', 'ultimate-flying-car-'), (839, 'Dirty Them All', 'Lets splash some dirt over the walking people near the road with this Dirty Them All game! Drive your car through the mud and splash it all around the other people. Let them chase you until the finish line. The more people chase, the more scores you get. Let this funny and entertaining adventure begin!', 'https://img.gamemonetize.com/cx8jqaw5c88gc95kfizkpx4b7g7gw3oy/512x384.jpg', 'https://html5.gamemonetize.com/cx8jqaw5c88gc95kfizkpx4b7g7gw3oy/', '0', 'Hypercasual', 0, 0, '', 'dirty-them-all'), (840, 'Christmas Climb', 'Christmas Climb is a fun Santa Game, where Santa needs to collect a gift before delivering it. Are you ready for the action-packed adventure?', 'https://img.gamemonetize.com/t4yenlza1em6bv8bt02owlzdelw1mhdk/512x384.jpg', 'https://html5.gamemonetize.com/t4yenlza1em6bv8bt02owlzdelw1mhdk/', '0', 'Arcade', 0, 0, '', 'christmas-climb'), (841, 'Santas Cup 3D', 'Santas Cup 3D is an exhilarating mobile game that combines the thrill of racing with festive holiday cheer. In this adrenaline-pumping adventure, players take on the role of Santa Claus as he navigates his sleigh through challenging 3D courses filled with twists, turns, and magical obstacles. With stunning graphics and immersive gameplay, this game offers a unique blend of Christmas magic and high-speed action. Race against the clock, collect presents, and spread joy this holiday season in Santas Cup 3D. Get ready for a jolly good time on your mobile device!', 'https://img.gamemonetize.com/xvulfbn9zdcuu9ve3suiii0wu6b8369m/512x384.jpg', 'https://html5.gamemonetize.com/xvulfbn9zdcuu9ve3suiii0wu6b8369m/', '0', 'Arcade', 0, 0, '', 'santas-cup-d'), (842, 'Xmas Breakout', 'Welcome to Xmas Breakout game! Move left and right to control the ball and start beaking christmas items. Clear all the screen to unlock the next level. Have fun!', 'https://img.gamemonetize.com/sa7bc26nqbkqz1uheyajpy4ihu23h1yw/512x384.jpg', 'https://html5.gamemonetize.com/sa7bc26nqbkqz1uheyajpy4ihu23h1yw/', '0', 'Clicker', 0, 0, '', 'xmas-breakout'), (843, 'Winter Gifts', 'Winter Gifts is retro a platforming-puzzle game where you grab or throw gifts. Give the gifts to children at Christmas to make them happy :). Winter Gifts is inspired by NES classics featuring colorful pixel art graphics and good platforming.', 'https://img.gamemonetize.com/82l3nv4rsg6lvruw1rmtf991sxo8izwd/512x384.jpg', 'https://html5.gamemonetize.com/82l3nv4rsg6lvruw1rmtf991sxo8izwd/', '0', 'Puzzles', 0, 0, '', 'winter-gifts'), (844, 'Santas Gifts', 'Santas Gift is a delightful and festive childrens game that brings the magic of Christmas to life. In this enchanting adventure, young players take on the role of Santa Claus, spreading joy by collecting falling gifts while dodging snowballs. With each level, the game becomes more exciting, challenging their reflexes and agility. As children progress through higher levels, theyll experience increased speed and encounter more obstacles, making the gameplay progressively engaging.', 'https://img.gamemonetize.com/23mq2nwo4fqv5wm9x8c3gncptz8odtud/512x384.jpg', 'https://html5.gamemonetize.com/23mq2nwo4fqv5wm9x8c3gncptz8odtud/', '0', 'Arcade', 0, 0, '', 'santas-gifts'), (845, 'Christmas Connect', 'Christmas Connect is a cute matching game where you connect 3 or more cute Xmas items of the same color. You have 30 seconds! connect as much items as you can to earn points and get the highest score. Good Luck!', 'https://img.gamemonetize.com/ms1kha00zjhm4kodf5cq2nzddhw8xjuc/512x384.jpg', 'https://html5.gamemonetize.com/ms1kha00zjhm4kodf5cq2nzddhw8xjuc/', '0', 'Puzzles', 0, 0, '', 'christmas-connect'), (846, 'Christmas Snowball Arena', 'Christmas Snowball Arena is a 3D stickman snowball IO game that challenges you to an icy battle. You have to compete with nine other players in collecting snow blocks and making your snowball bigger. The goal is to be the last player standing by defeating and collecting other snowballs. You can also collect blank snowballs that are free for anyone. You can use two power-ups in the game to boost your snowball: one that makes it twice as big and another that makes it twice as fast. If you are looking for some fun and exciting snowball action, then play Christmas Snowball Arena today!', 'https://img.gamemonetize.com/8xzlb8k42m6kl77vd2mplzq63poxavui/512x384.jpg', 'https://html5.gamemonetize.com/8xzlb8k42m6kl77vd2mplzq63poxavui/', '0', '3D', 0, 0, '', 'christmas-snowball-arena'), (847, 'Santa Stars Shooter', 'Welcome to our newest Christmas theme game Santa Stars Shooter. The game has 20 levels with different difficulty. The goal of the game is for Santa Claus to shoot the Christmas stars with snowballs. The game has great graphics and movements. Enjoy this shooting game and Happy New Year and a Merry Christmas!', 'https://img.gamemonetize.com/6j6voum4j8qmvne4suw9fhcr734ge6nb/512x384.jpg', 'https://html5.gamemonetize.com/6j6voum4j8qmvne4suw9fhcr734ge6nb/', '0', 'Shooting', 0, 0, '', 'santa-stars-shooter'), (848, 'Christmas Santa Lights', 'Try out this entertaining game, Christmas Santa Lights. It&rsquo;s our favorite time of year again, and we&rsquo;re eagerly waiting for Santa to deliver our beautiful gifts. But are you aware of the suffering that Santa endures to gather the presents and lights? So let us assist Santa in gathering the most lights possible so that he can get great points. Assist Santa with gathering the lights and destroying them all without coming into contact with the bombs. Accelerate your reflexes use strategic movement to avoid getting hit by explosives and gather as many lights as you can. Enjoy the Jhurr games during the Christmas season. Visit jhurr.com', 'https://img.gamemonetize.com/mudys1v33ipxfjtxpdsy5idzfcep3hmp/512x384.jpg', 'https://html5.gamemonetize.com/mudys1v33ipxfjtxpdsy5idzfcep3hmp/', '0', 'Arcade', 0, 0, '', 'christmas-santa-lights'), (849, 'Mad Dash', 'Immerse yourself in the heart-pounding action of Maddash, the ultimate action platformer! With its high-octane gameplay, Maddash delivers an adrenaline-fueled experience that will keep you on the edge of your seat. Dash, jump, and unleash your skills as you conquer an array of thrilling and dynamic levels. Engage in a fast-paced adventure where precise controls are the key to success. Mad Dash contains 30 Levels and still receiving updates on the level design part. Have fun Cheers :D', 'https://img.gamemonetize.com/q9n3n1c85huobrh2bnh9b1h8gssogt30/512x384.jpg', 'https://html5.gamemonetize.com/q9n3n1c85huobrh2bnh9b1h8gssogt30/', '0', 'Hypercasual', 0, 0, '', 'mad-dash'), (850, 'Parkour Craft Noob Steve 2', 'Try to escape from drowning in the deserted ocean! Complete all levels. Jump over the blocks and dont fall into the cold water. Compete with your friends. Its time to show your parkour skills! + Show your skill by completing 10 different levels that get progressively harder + Try to reach the portal at the end of each level.', 'https://img.gamemonetize.com/241b6j3retr7a0ex0m6i7it0pjx8khdf/512x384.jpg', 'https://html5.gamemonetize.com/241b6j3retr7a0ex0m6i7it0pjx8khdf/', '0', 'Adventure', 0, 0, '', 'parkour-craft-noob-steve-'), (851, 'Shadow Stickman Fight', 'Shadow Stickman Fight is an awesome and intense 2D ninja survival arcade game. You have to survive the endless waves of enemies with stickman ninjas. Every time you pass a belt exam, you get the examiner&rsquo;s hat and weapon. You can use souls to trade items or earn gifts. You have to follow the white dots and hit the enemies. You have to time your attack when enemies are in your attack distance. You can also enter the arsenal and choose different equipment, like helmets and weapons.', 'https://img.gamemonetize.com/wu5idx0ik1b7xyqv9k7a003a71f5kf6d/512x384.jpg', 'https://html5.gamemonetize.com/wu5idx0ik1b7xyqv9k7a003a71f5kf6d/', '0', 'Fighting', 0, 0, '', 'shadow-stickman-fight'), (852, 'Sheep Sheep Duck', 'Sheep Sheep Duck is a very novel casual multiplayer party interactive game. You are free to choose and match the battle scenarios to your liking. The game has all kinds of cool scenes. You can control the game character flexibly by tapping directly on the screen, and take more challenges here. Show off your ability to defeat more enemies in this game, so you can get more weapons. You can challenge yourself better with great strength, so you can unlock new game maps.', 'https://img.gamemonetize.com/zj0i32ubsdke3gg5aqdg0eedb6h3etmm/512x384.jpg', 'https://html5.gamemonetize.com/zj0i32ubsdke3gg5aqdg0eedb6h3etmm/', '0', 'Girls', 0, 0, '', 'sheep-sheep-duck'), (853, 'Cameraman vs Skibidi Monster Fun Battle', 'Cameraman vs Skibidi Monster is an action-packed cameraman game where you engage in thrilling battles against hordes of skibidi toilets and challenging bosses. With a wide range of cameraman, players can tailor their experience to their preferences. The inclusion of unique elements like well-aimed shots, bullet ricochets, and dangerous traps adds depth and excitement to the game. Strategic use of secret traps like circular saws, spikes, and concrete blocks enhances the tactical aspect of the battles.', 'https://img.gamemonetize.com/idro0bv73k70uwwenrs2mkjua5cjbci8/512x384.jpg', 'https://html5.gamemonetize.com/idro0bv73k70uwwenrs2mkjua5cjbci8/', '0', 'Shooting', 0, 0, '', 'cameraman-vs-skibidi-monster--fun-battle'), (854, 'goemetry vertical (poligon dash)', 'poligon dash Online is a top scrolling platformer. Move over and over obstacles to stay alive. If you get it wrong, go back to the beginning!', 'https://img.gamemonetize.com/82ird9vx7ae3kzro4p09h5cdb3kjuhz3/512x384.jpg', 'https://html5.gamemonetize.com/82ird9vx7ae3kzro4p09h5cdb3kjuhz3/', '0', 'Hypercasual', 0, 0, '', 'goemetry-vertical-poligon-dash'), (855, 'Digital Circus Run And Shoot', 'Digital Circus Run and Shoot is an exhilarating and fast-paced mobile game that combines the excitement of a circus with the thrill of endless running and intense shooting action. In this game, players step into the shoes of a fearless circus performer who must navigate a vibrant and dynamic digital circus world filled with challenging obstacles and relentless enemies. Website Developer <a href=\'https://tr.bestcrazygames.com/\'>https://tr.bestcrazygames.com/</a>', 'https://img.gamemonetize.com/rs8faex0q7ezzowpiebs6sc38p6694qu/512x384.jpg', 'https://html5.gamemonetize.com/rs8faex0q7ezzowpiebs6sc38p6694qu/', '0', 'Action', 0, 0, '', 'digital-circus-run-and-shoot'), (856, 'TopBike Racing &amp Moto 3D Bike 2023', 'Get your ride and explore aTopBike Racing &amp; Moto 3D Bike 2023 ! Compete against other players around the world on the beautiful trails in the desert, swamp and forest. Engage with Red Bull athletes, get real-brand bikes &amp; gear.Feel the adrenaline overload as you start racing against the biker gangs that rule The City. They are the famous 1%, the outlaw bike racers who thrive on crime and their need for the rush of speed. They believe that all of the best things in the world are for free (when you take them forcibly) and that having fun in life is the only thing that matters. Except for power and money, of course', 'https://img.gamemonetize.com/t0kqw1h50dh3xvct31dddn8j66619s2n/512x384.jpg', 'https://html5.gamemonetize.com/t0kqw1h50dh3xvct31dddn8j66619s2n/', '0', 'Racing', 0, 0, '', 'topbike-racing-ampamp-moto-d-bike-'), (857, 'BaseBall League 2024', 'Hit, Run, Score! Batter up! Play ball! Hit more powerful home runs to dominate the competition! Play short yet sweet memorable matches!', 'https://img.gamemonetize.com/zwdv2czbhm5w9yj00fu77ph9uud8setq/512x384.jpg', 'https://html5.gamemonetize.com/zwdv2czbhm5w9yj00fu77ph9uud8setq/', '0', 'Arcade', 0, 0, '', 'baseball-league-'), (858, 'Super Cars Hidden Letters', 'Click on an image of your choice. Once you have selected the image, it will appear on your screen. Analyze the image carefully and you will see small alphabets hidden at different places. Click on those alphabets with the help of mouse to make them appear. Find all the 26 alphabets and you will win the game. The game Super Cars Hidden Letters is a very good time pass for you if you are bored and like to play games that allow you to find objects that are hidden mysteriously in the scene. This game also helps in speeding up your minds working. Finding all the hidden letters can be so much fun!', 'https://img.gamemonetize.com/euh3ri6u8zcebmd3hy40c20mqa2xc0gw/512x384.jpg', 'https://html5.gamemonetize.com/euh3ri6u8zcebmd3hy40c20mqa2xc0gw/', '0', 'Puzzles', 0, 0, '', 'super-cars-hidden-letters'), (859, 'Pet Makeup Master', 'Do you like baby pets? Have you tried grooming your pets yourself? This game offers you the opportunity to try out the pet grooming process yourself, because we are Pet-Grooming Simulator! We prepare all kinds of pet care procedures for you, and make your pet become the cutest one! So, you are also a pet makeup artist! Lets enjoy the fun of pets makeover!', 'https://img.gamemonetize.com/0p9clr0ghgpir2z8w88cn66b394lo37w/512x384.jpg', 'https://html5.gamemonetize.com/0p9clr0ghgpir2z8w88cn66b394lo37w/', '0', 'Girls', 0, 0, '', 'pet-makeup-master'), (860, 'Pinball Space', 'In this pinball classic arcade game, launch your pinball into space. Keep the ball bouncing and hitting objects as long as you can to earn points!', 'https://img.gamemonetize.com/ho4q3oqhi68ae658nyzg26monk8up183/512x384.jpg', 'https://html5.gamemonetize.com/ho4q3oqhi68ae658nyzg26monk8up183/', '0', 'Arcade', 0, 0, '', 'pinball-space'), (861, 'Santa Blast', 'Hey Santa needs your help to escape from this dark world! The main goal is to land Santaclaus in the safe area with the least number of attempts! You just use the explosive to move Santa in the right direction but be aware at the dangerous spikes! Are you able to get the three stars for each level?', 'https://img.gamemonetize.com/6x4m6wmazeskpm61zfy4mdgb3ucoakal/512x384.jpg', 'https://html5.gamemonetize.com/6x4m6wmazeskpm61zfy4mdgb3ucoakal/', '0', 'Puzzles', 0, 0, '', 'santa-blast'), (862, 'World of Alice Food Puzzle', 'World of Alice - Food Puzzle World of Alice - Food Puzzle is a game developed for children where they can play a fun puzzle with various images of food from their cell phone, tablet or computer. In World of Alice learning is fun. Game developed by: Nau.kids', 'https://img.gamemonetize.com/c87ebsiuvdsui2i2v9iclq9eq3lqdu0a/512x384.jpg', 'https://html5.gamemonetize.com/c87ebsiuvdsui2i2v9iclq9eq3lqdu0a/', '0', 'Puzzles', 0, 0, '', 'world-of-alice---food-puzzle'), (863, 'Digital Circus Town Builder', 'Digital Circus Town Builder is a captivating simulation game that combines the charm of a circus with the excitement of urban planning. In this immersive virtual world, players take on the role of a town mayor tasked with creating a one-of-a-kind circus-themed town. Build and customize your towns infrastructure, from colorful big tops to thrilling amusement rides, all while managing resources and keeping your citizens entertained. Website Developer <a href=\'https://th.bestcrazygames.com/\'>https://th.bestcrazygames.com/</a>', 'https://img.gamemonetize.com/0dsaue1r2dagl67ozh94a6kl1ixpb6yh/512x384.jpg', 'https://html5.gamemonetize.com/0dsaue1r2dagl67ozh94a6kl1ixpb6yh/', '0', 'Action', 0, 0, '', 'digital-circus-town-builder'), (864, 'Ball Sort Halloween', 'Immerse yourself in the festive spirit with Ball Sort Halloween! Engage in a mesmerizing puzzle game, where your task is to sort colorful balls into matching tubes. With spooky Halloween-themed designs, challenging levels, and addictive gameplay, this game will keep you entertained and bewitched for hours. Prepare for a thrilling brain-teasing experience!', 'https://img.gamemonetize.com/amutu5kn2xpc5njpr6q02zqprjtksdxh/512x384.jpg', 'https://html5.gamemonetize.com/amutu5kn2xpc5njpr6q02zqprjtksdxh/', '0', 'Puzzles', 0, 0, '', 'ball-sort-halloween'), (865, 'Arrow King', 'Arrow King is a thrilling archery adventure that puts you in the shoes of a skilled archer on a quest for glory. Set in a medieval world filled with challenging targets and obstacles, your aim is to become the ultimate Arrow King. Test your precision and timing as you shoot your way through intricate levels, mastering the art of archery. With stunning graphics and addictive gameplay, Arrow King offers hours of fun for both casual players and archery enthusiasts. Can you rise to the challenge and claim the title of Arrow King? Website Developer <a href=\'https://www.coolcrazygames.com\'>https://www.coolcrazygames.com</a>', 'https://img.gamemonetize.com/52y1gelj2yxmh0hk6kkio8f23j2xgm8m/512x384.jpg', 'https://html5.gamemonetize.com/52y1gelj2yxmh0hk6kkio8f23j2xgm8m/', '0', 'Arcade', 0, 0, '', 'arrow-king'), (866, 'Pixel Demolisher Cannon', 'In Pixel Demolisher Cannon, we destroy various objects consisting of pixel maps. Shoot bombs at objects and make the explosions bigger. Upgrade your Cannon with the money you earn and make it more effective and powerful! You can also earn much more money on Bonus Maps.', 'https://img.gamemonetize.com/rc7y1jaqoouace0d1xbaj2dstj3uup0i/512x384.jpg', 'https://html5.gamemonetize.com/rc7y1jaqoouace0d1xbaj2dstj3uup0i/', '0', 'Clicker', 0, 0, '', 'pixel-demolisher-cannon'), (867, 'Angry Plants Flower', 'Angry Plants Flower Game is a beautiful and amazing game with monsters&rsquo; crops. You can discover the Fruits&rsquo; Kingdom story. The kingdom was attacked by many monsters and zombies. You are the King of the kingdom, and you have to use your fruits and plants to defeat all enemies. Join the game now!', 'https://img.gamemonetize.com/cr4rdw2g4t4y4azrna41wt1lpy47l162/512x384.jpg', 'https://html5.gamemonetize.com/cr4rdw2g4t4y4azrna41wt1lpy47l162/', '0', 'Puzzles', 0, 0, '', 'angry-plants-flower'), (868, 'Worms Arena iO', 'A great Snake IO game is beginning with the Worms Arena IO game! The baits are all around the map and collect them to make your snake the largest of the arena. Make strategic moves and trap your opponents to make them fail. Try to achieve the highest score and wear the crown. Unlock new snakes at the marketplace with coins. Let the super snake adventure begin!', 'https://img.gamemonetize.com/kd06w83c3m9ljk56i72bxumj18dd93in/512x384.jpg', 'https://html5.gamemonetize.com/kd06w83c3m9ljk56i72bxumj18dd93in/', '0', 'Adventure', 0, 0, '', 'worms-arena-io'), (869, 'Samurai running', 'Samurai run is a running game in which you have to get as far as possible with your hero. You have to avoid bombs and other obstacles on the route. Collect the coins for maximum profit.', 'https://img.gamemonetize.com/vemymn9e10ej05h6ocsekqxd5k7rhbsz/512x384.jpg', 'https://html5.gamemonetize.com/vemymn9e10ej05h6ocsekqxd5k7rhbsz/', '0', 'Arcade', 0, 0, '', 'samurai-running'), (870, 'Royal Girl Wedding Day', 'Today is Rebeccas wedding day! She cooked the wedding cake by herself but she needs someone to help her to decorate it. Help the girl design one of the most beautiful wedding cakes in the world. After finishing the cake, can you decorate the wedding room to make it as romantic as possible? And then pick a most beautiful wedding dress for her. Make sure Rebecca will have a perfect wedding!', 'https://img.gamemonetize.com/jfftak9pkt4m3ho7bii8xqw26257yltt/512x384.jpg', 'https://html5.gamemonetize.com/jfftak9pkt4m3ho7bii8xqw26257yltt/', '0', 'Girls', 0, 0, '', 'royal-girl-wedding-day'), (871, 'Christmas Coloring Game 2', 'Christmas Coloring Game 2 is a very popular drawing game. As you can see from the name, this game is full of Christmas elements. Christmas is coming soon and there is a festive atmosphere everywhere. In this day full of Christmas atmosphere, this game is undoubtedly your best choice. The game has 12 coloring pages, hundreds of colors and stickers, and dozens of brush styles for you to choose from. This game is not only a sequel to the Christmas Coloring Game, but also a continuation of the Christmas holiday spirit.', 'https://img.gamemonetize.com/lys08vv89r4l4zb6sc381ecewhy157rp/512x384.jpg', 'https://html5.gamemonetize.com/lys08vv89r4l4zb6sc381ecewhy157rp/', '0', 'Girls', 0, 0, '', 'christmas-coloring-game-'), (872, 'Red Hair Knight Tale', 'Red Hair Knight Tale is a cool and epic 2D medieval swordman adventure game. You have to destroy monsters and reach the brown flag at each level. You can also grab gold coins to boost your total score. They are not useful in this game, but you can find them from chests or monster bodies. You have to jump twice to get to higher platforms, and run to the finish flag before monsters kill you!', 'https://img.gamemonetize.com/5g9zrt10m0p63jwid7jxlfadgqpbbv4t/512x384.jpg', 'https://html5.gamemonetize.com/5g9zrt10m0p63jwid7jxlfadgqpbbv4t/', '0', 'Arcade', 0, 0, '', 'red-hair-knight-tale'), (873, 'Two Cat Cute', 'Are you ready for the adventure of two sweet cats? The cats need to return to their clubhouse. To get back to the clubhouse, you must overcome obstacles. Collect the cat paws; they are very cute. Be very careful. Jump with the sweet cats and reach the clubhouse.', 'https://img.gamemonetize.com/qltcv8c0vc2glupz3ny4bn4id4nkcfjt/512x384.jpg', 'https://html5.gamemonetize.com/qltcv8c0vc2glupz3ny4bn4id4nkcfjt/', '0', 'Arcade', 0, 0, '', 'two-cat-cute'), (874, 'StickMan Stunt Race 3D', 'StickMan Stunt Race 3D is an action-packed game that combines parkour and racing in a fun and exciting way. You will compete with opponents on hundreds of unique levels full of obstacles and traps, such as swinging hammers, spinning saws, giant balls, and more. To win races and reach the finish line, you will need to use your speed, skill, and strategy.', 'https://img.gamemonetize.com/s6zckm939j3keajynqdlhlt86x3zr5h0/512x384.jpg', 'https://html5.gamemonetize.com/s6zckm939j3keajynqdlhlt86x3zr5h0/', '0', 'Adventure', 0, 0, '', 'stickman-stunt-race-d'), (875, 'Traffic Jam 3D', 'Rev up your engines and brace yourself for the ultimate gridlock showdown in Traffic Jam 3D! Take on the role of a traffic controller and dive into a chaotic world of jam-packed streets. Strategize and rearrange vehicles to create paths and guide traffic to its destination. With its intuitive controls and realistic 3D graphics, Traffic Jam 3D will test your patience and problem-solving skills like never before. Get ready to unravel the tangled web of traffic and become a master of the road!', 'https://img.gamemonetize.com/mosskltnxoznaz9tau6dkha7uhphelpe/512x384.jpg', 'https://html5.gamemonetize.com/mosskltnxoznaz9tau6dkha7uhphelpe/', '0', 'Arcade', 0, 0, '', 'traffic-jam-d'), (876, 'Little Mermaid', 'Little Mermaid Endless Runner, you play as the Little Mermaid, as she swims through the ocean collecting pearls. You must avoid obstacles such as rocks, jellyfish, and sharks, and collect as many pearls as possible. The longer you swim, the faster the ocean currents become, making it more difficult to avoid obstacles.', 'https://img.gamemonetize.com/xyzememvkodl1dbtwi1wpfv7wtd2i7yg/512x384.jpg', 'https://html5.gamemonetize.com/xyzememvkodl1dbtwi1wpfv7wtd2i7yg/', '0', 'Hypercasual', 0, 0, '', 'little-mermaid'), (877, 'Toilet Rush Race Draw Puzzle', 'The game of Toilet Rush Race : Draw Puzzle is not as easy as you think. This is a fun and unique lottery puzzle game for everyone! You have to rush to the toilet fast before things get worse. Connect the characters and the toilet with a line, and avoid the collision of the characters in the rush. Help them relax in the toilet!', 'https://img.gamemonetize.com/vbkji5bncrsw2pwjo8bso1yzkskvjqau/512x384.jpg', 'https://html5.gamemonetize.com/vbkji5bncrsw2pwjo8bso1yzkskvjqau/', '0', 'Puzzles', 0, 0, '', 'toilet-rush-race-draw-puzzle'), (878, 'Giggle Babies', 'Giggle Babies is a very cute Caring game. In this game, you will take care of cute and lively babies. There are snacks and milk powder on the top right of the game page. You can feed them to help them grow up quickly and healthily. You can get gold by playing small games, and you can get gold by cleaning up garbage. After getting enough gold coins, you can buy your favorite baby. You can also get new fancy babies by generating them with 2 babies. If you pass the mini-game, you can also get toys for the babies. You can also drag the babies to the dressing scene and change them into cute clothes. Want to know more about this game? Come and play', 'https://img.gamemonetize.com/c1mlsal9q28v2yxidfbc7z46g6kxa6d9/512x384.jpg', 'https://html5.gamemonetize.com/c1mlsal9q28v2yxidfbc7z46g6kxa6d9/', '0', 'Girls', 0, 0, '', 'giggle-babies'), (879, 'Coloring Christmas Tree', 'This Christmas coloring game offers twelve images of Christmas trees for you to color as you wish. Simply tap on the image you want to color and start the game. Its a fun and creative way to celebrate the holiday season, allowing you to personalize each Christmas tree with your favorite colors and designs. Enjoy the festive spirit and unleash your creativity with this entertaining activity.', 'https://img.gamemonetize.com/2ms7d7tlienm8v27vxpqh14gp4sedk3o/512x384.jpg', 'https://html5.gamemonetize.com/2ms7d7tlienm8v27vxpqh14gp4sedk3o/', '0', 'Puzzles', 0, 0, '', 'coloring-christmas-tree'), (880, 'Roblox Coloring Game', 'The Roblox Coloring Game has been very popular recently. If you like both Roblox and Coloring games, this is the game for you. The game provides 12 coloring pages. It has 3 drawing modes. You can color it in, outline it, or set off fireworks. The game also offers hundreds of stickers for you to decorate your pages. You are sure to find your favorite patterns and pages. Have a good time in this game.', 'https://img.gamemonetize.com/9c4o1wj3f0rdkzqu29we3pcghr2sc4ls/512x384.jpg', 'https://html5.gamemonetize.com/9c4o1wj3f0rdkzqu29we3pcghr2sc4ls/', '0', 'Girls', 0, 0, '', 'roblox-coloring-game'), (881, 'Would you Rather?', 'Would You Rather is the ultimate group game to play with friends! This party app contains over 120 of the best Would You Rather questions. * Perfect group party game to play with friends. * Great game for playing with groups of friends and family * Works offline making it the perfect road trip game to play in the car *Hundreds of difficult Would You Rather clean and dirty questions await for your friends and family! Can you answer them all?', 'https://img.gamemonetize.com/ixvzq0t2ry6tuekdtiih6fio7rur9scx/512x384.jpg', 'https://html5.gamemonetize.com/ixvzq0t2ry6tuekdtiih6fio7rur9scx/', '0', '2 Player', 0, 0, '', 'would-you-rather'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (882, 'Mini Tennis Club', 'Take part in an amazing tennis match and enjoy the swift and fluent game. Practice before joining a tournament, because playing is easy, but mastering all the moves is not so much Have fun with this entertaining 3D tennis game with this new Mini Tennis Club game, a casual game compete against other players and beat them all and you can unlock new characters.Website Developer <a href=\'https://kiz10.com\'>https://kiz10.com</a>', 'https://img.gamemonetize.com/49eln5cwqtgvyhxuxvb8ksp8jkz33h81/512x384.jpg', 'https://html5.gamemonetize.com/49eln5cwqtgvyhxuxvb8ksp8jkz33h81/', '0', 'Sports', 0, 0, '', 'mini-tennis-club'), (883, 'Brain Test Tricky Puzzles', 'Brain Test Tricky Puzzles is a fun and smart 2D quiz puzzle game for kids. You have to solve different but simple questions about math, match, differences, or other puzzles in a limited time. They have clear and specific targets. If you need help, you can press the hint button and watch ads. I hope you will love and beat 102 levels and challenge your brain for fun!', 'https://img.gamemonetize.com/9n1iq64ghq1mez9gcefqcukl9quvyp9i/512x384.jpg', 'https://html5.gamemonetize.com/9n1iq64ghq1mez9gcefqcukl9quvyp9i/', '0', 'Puzzles', 0, 0, '', 'brain-test-tricky-puzzles'), (884, 'World of Alice Sizes', 'World of Alice - Sizes World of Alice - Sizes is a game developed for children to teach the difference in size scale in a fun way via mobile phone, tablet or computer. With Alice learning is fun.', 'https://img.gamemonetize.com/czfa74r1u86f4mv46fw4d3m48olbd4bq/512x384.jpg', 'https://html5.gamemonetize.com/czfa74r1u86f4mv46fw4d3m48olbd4bq/', '0', 'Puzzles', 0, 0, '', 'world-of-alice---sizes'), (885, 'Rainbow Girls Perfect Winter Outfits', 'Welcome to Rainbow Girls Perfect Winter Outfits. Winter is not a season, It&rsquo;s a celebration. Enjoy this winter with these cute rainbow girls. These rainbow girls want to try something special this winter. Join and help the girls to pick cute outfits and accessories. Play and have fun!', 'https://img.gamemonetize.com/6nr4qls53nd4lot5ah2fnjiufp416jo3/512x384.jpg', 'https://html5.gamemonetize.com/6nr4qls53nd4lot5ah2fnjiufp416jo3/', '0', 'Girls', 0, 0, '', 'rainbow-girls-perfect-winter-outfits'), (886, 'Amazing Gold Miner', 'Embark on an exciting mining adventure with Amazing Gold Miner! Dig deep into the earth, navigate treacherous obstacles, and collect precious gold and gems. Use your skill and strategy to grab as much treasure as possible within the time limit. With addictive gameplay and stunning graphics, this game is a true gem!', 'https://img.gamemonetize.com/t8k58aanuju13yejjbwp9oh84avpxdzb/512x384.jpg', 'https://html5.gamemonetize.com/t8k58aanuju13yejjbwp9oh84avpxdzb/', '0', 'Clicker', 0, 0, '', 'amazing-gold-miner'), (887, 'Digger Ball 3', 'And in this part of the game Digger Ball 3 you will work with a digger. Before you on the screen you will see a doughnut of a certain color lying on the surface of the earth. At a certain depth underground, a special well will be visible. You will have to make the doughnut fall into the well. To do this, use your mouse to dig a tunnel underground. A doughnut rolling along it will fall into the well and you will receive a certain amount of points for this.', 'https://img.gamemonetize.com/gnz4p60v6x8i26d3hkmg9yjzval9bj7r/512x384.jpg', 'https://html5.gamemonetize.com/gnz4p60v6x8i26d3hkmg9yjzval9bj7r/', '0', 'Puzzles', 0, 0, '', 'digger-ball-'), (888, 'Idle Zoo Safari Rescue', 'Idle Zoo Safari Rescue is an idle game where you can manage your very own zoo filled with fascinating Safari animals! Begin with an elephant, you get to unlock a diverse range of animals including parrots, wolves, bears, and other incredible surprises from the mysterious African Safaris. Enhance your animals abilities and keep them well-fed. The more you invest, the more youll earn! You know what is the best? You can even release your animals to get more green powers, enabling you to unlock even more upgrades! Are you ready to dive into the wild world of Safaris?', 'https://img.gamemonetize.com/u0qe34l9kmy4xwej3oq2r8hi8ju9ndc8/512x384.jpg', 'https://html5.gamemonetize.com/u0qe34l9kmy4xwej3oq2r8hi8ju9ndc8/', '0', 'Puzzles', 0, 0, '', 'idle-zoo-safari-rescue'), (889, 'Relaxing BananaCAT Clicker', 'Embark on a charming adventure with Relaxing BananaCAT Clicker, an engaging mobile game that combines feline cuteness with addictive tapping fun. Navigate a world filled with banana-wielding cats, each click bringing you closer to banana bonanzas. Upgrade your cat companions and unlock new, whimsical characters as you amass bananas for ultimate satisfaction. With vibrant visuals and delightful sound effects, the game offers a captivating experience thats easy to pick up and hard to put down. Join the craze, enjoy the thrill of accumulating bananas, and immerse yourself in the delightful universe of Relaxing BananaCAT Clicker for endless', 'https://img.gamemonetize.com/23o0yg2mjypihfctl5q67mm7u3jh25r4/512x384.jpg', 'https://html5.gamemonetize.com/23o0yg2mjypihfctl5q67mm7u3jh25r4/', '0', 'Arcade', 0, 0, '', 'relaxing-bananacat-clicker'), (890, 'Village Farm Life', 'Farm Life is a game that simulate tasks of farmers who work on a big farm. With farm Life, Players are transformed into farmers do everything from planting and tending crops until harvest, hand-picking and buy breeding animals and care until maturity; experienced simultaneously, manually what makes the food manufacturing and food from agricultural products harvested in the animal feed crops. This brings the extremely interesting and attractive experiences. Are you ready to play and build their own farm in this game? Website Developer <a href=\'https://www.gamesmunch.com/\'>https://www.gamesmunch.com/</a>', 'https://img.gamemonetize.com/fwbro63nct7si1iia09e0gn8el6ee8xh/512x384.jpg', 'https://html5.gamemonetize.com/fwbro63nct7si1iia09e0gn8el6ee8xh/', '0', 'Boys', 0, 0, '', 'village-farm-life'), (891, 'Amazing Digital Circus Pomni', 'Amazing Digital Circus - Pomni is a vibrant coloring game that will captivate you with its interactive coloring pages and rich palette. Explore different themes and styles as you paint your way through each challenge. With Amazing Digital Circus - Pomni, you have the power to turn blank pages into colorful masterpieces. Pick up your virtual brush and let the colors flow!', 'https://img.gamemonetize.com/ko2n2xt2i52n5p9pmq4d52tomtdselmt/512x384.jpg', 'https://html5.gamemonetize.com/ko2n2xt2i52n5p9pmq4d52tomtdselmt/', '0', 'Arcade', 0, 0, '', 'amazing-digital-circus---pomni'), (892, 'Space Mission Truck (Nice truck)', 'Blast off into an intergalactic adventure with Space Mission Truck, the high-octane game that puts you in the drivers seat of an epic space exploration truck! Navigate treacherous alien landscapes, dodge meteor showers, and collect valuable resources to advance your mission. With its immersive graphics and thrilling gameplay, Space Mission Truck will have you on the edge of your seat. Prepare for an out-of-this-world experience as you conquer the cosmos in your trusty truck!', 'https://img.gamemonetize.com/o8xa76jkolphp0w6rsh0scuyas29j8hi/512x384.jpg', 'https://html5.gamemonetize.com/o8xa76jkolphp0w6rsh0scuyas29j8hi/', '0', 'Arcade', 0, 0, '', 'space-mission-truck--nice-truck'), (893, 'Blocky Universe', 'In Blocky Universe, you set out on an adventure in a world full of monsters! With your trusty bow and your ax, its up to you to defeat hordes of zombies, skeletons and other enemies. To do that, you will have to get strong! Cutting wood will help you become a better and faster archer, while spending coins will help you cut wood faster. By upgrading both, youll become the best combination of a lumberjack and an archer in no time! Can you defeat all the bosses, fix the portal and make it back home?', 'https://img.gamemonetize.com/4jrlnti5w2xgmx9k80m1a8i130e8qoxa/512x384.jpg', 'https://html5.gamemonetize.com/4jrlnti5w2xgmx9k80m1a8i130e8qoxa/', '0', 'Adventure', 0, 0, '', 'blocky-universe'), (894, 'Flip Bros', 'Jump, flip and and shoot yourself at the right time! Flip Bros is a funny platform game where you take down your enemies by launching yourself at them! All you need to do is to jump, rotate, and shoot yourself at the right time. The key to success is to maintain your momentum and seize the perfect moment! Seems simple, right? Be careful with all kinds of obstacles that could hurt you or stop you. Let us flip together!', 'https://img.gamemonetize.com/ebsdsv4crz21ggtn4xx48sb2bs3azvva/512x384.jpg', 'https://html5.gamemonetize.com/ebsdsv4crz21ggtn4xx48sb2bs3azvva/', '0', 'Puzzles', 0, 0, '', 'flip-bros'), (895, 'Checkmate', 'Step into the world of Checkmate, a strategic chess-inspired game featuring 500 unique maps and 24 challenging achievements. Engage in intense battles on diverse boards, each requiring a fresh approach. As black squares off against white, aim for the elusive checkmate and prove your mastery. Whether youre a chess pro or a newcomer, the game offers an accessible interface for all skill levels. Unlock achievements, explore diverse maps, and experience the thrill of outsmarting your opponent in this ultimate game of kings and queens. Check and mate your way to victory!', 'https://img.gamemonetize.com/j13roxrdn6y423o4vzdjudcmapuox7em/512x384.jpg', 'https://html5.gamemonetize.com/j13roxrdn6y423o4vzdjudcmapuox7em/', '0', 'Puzzles', 0, 0, '', 'checkmate'), (896, 'K pop New Years Concert 2', 'Right after midnight, the most famous K-pop band of the moment will entertain the gathering with their cool songs, and these best friends girls can&rsquo;t wait to see the BlackPink girls performing. Theyve got the tickets, and they need the right looks, and here is where you can help them out! Get ready to prove your stylist skills, ladies, and get them the right BlackPink-inspired looks while playing the K-Pop New Years Concert 2 dress-up game for girls online!', 'https://img.gamemonetize.com/6jcoziqrlyqiu46fc9ifgao1avb8asta/512x384.jpg', 'https://html5.gamemonetize.com/6jcoziqrlyqiu46fc9ifgao1avb8asta/', '0', 'Girls', 0, 0, '', 'k-pop-new-years-concert-'), (897, 'Road Fixer', 'Engaging puzzle game that challenges players to clear obstacles and pave the way for a car to successfully navigate to the end of the road. With numerous thrilling levels, players will encounter a variety of obstacles that require strategic thinking and problem-solving skills to overcome. Diverse Levels: Enjoy the challenge of tackling several dozen levels, each presenting a unique set of obstacles and puzzles. Numerous Obstacles: Encounter a wide array of obstacles that stand in the cars way. Beautiful graphics that enhance the gaming experience, making the journey through each level visually appealing. Immerse yourself.', 'https://img.gamemonetize.com/rlmz4u4ezh8cha61btgkrey6zm0s7jz9/512x384.jpg', 'https://html5.gamemonetize.com/rlmz4u4ezh8cha61btgkrey6zm0s7jz9/', '0', 'Puzzles', 0, 0, '', 'road-fixer'), (898, 'Save The Cute Aliens', 'In Save the cute Aliens, immerse yourself in an intergalactic adventure where your planet is threatened by a devastating meteor, and only you can save the alien population! The inhabitants of your home planet, a variety of adorable and colorful aliens, are in imminent danger. The lethal meteor is rapidly approaching, but there is hope: a special spaceship appears on the left side of the screen, indicating the color of the aliens that can reverse time and delay the catastrophe for another minute. Your mission is to match three or more aliens of the same color to eliminate them from the playing field. But heres the crucial chall', 'https://img.gamemonetize.com/sunzrchfwpsoig59i63ay0mddqrlr9bs/512x384.jpg', 'https://html5.gamemonetize.com/sunzrchfwpsoig59i63ay0mddqrlr9bs/', '0', 'Puzzles', 0, 0, '', 'save-the-cute-aliens'), (899, '10x10 Puzzle', 'A reincarnation of the classic 10x10 puzzle game, but with some twists! Fill rows and columns with blocks to clear them, but beware of frozen cells that must be cleared twice before they disappear. Lightning bolts come to the rescue! If you collect two of them on the same line, the line will clear immediately. The point multiplier increases with each simultaneous clearing of a line, so combine filling the lines to get a high score!', 'https://img.gamemonetize.com/7qn3kdkgt0rpuvre5panz4lgmu52c4cb/512x384.jpg', 'https://html5.gamemonetize.com/7qn3kdkgt0rpuvre5panz4lgmu52c4cb/', '0', 'Puzzles', 0, 0, '', 'x-puzzle'), (900, 'Energy', 'Energy is a one of a kind logic and anti-stress game in which you connect power sources to lights in order form a complete picture.', 'https://img.gamemonetize.com/esj0ap04wyi5l2ldprdycurqa06df0o1/512x384.jpg', 'https://html5.gamemonetize.com/esj0ap04wyi5l2ldprdycurqa06df0o1/', '0', 'Puzzles', 0, 0, '', 'energy'), (901, 'Princess Get Ready For Winter', 'Welcome to the Princess Get Ready For Winter. Winter is almost there! Princess Anna, Elsa, Moana, Ariel, Jasmine, and Snow White are the best friends. They are more passionate about the latest trends. But these princesses still have a dilemma in welcoming the most lovable season. Join and help the princesses to pick cute outfits and costumes. Have fun!', 'https://img.gamemonetize.com/l1buqeiqp9s96jnwy7bm96p7pyck08wi/512x384.jpg', 'https://html5.gamemonetize.com/l1buqeiqp9s96jnwy7bm96p7pyck08wi/', '0', 'Girls', 0, 0, '', 'princess-get-ready-for-winter'), (902, 'Box Journey', 'Dive into the enchanting realm of Box Journey, a platformer masterpiece that seamlessly weaves together precision gameplay and an immersive storyline. Take control of a plucky box on a quest to unlock the secrets of a fantastical world. Navigate through beautifully crafted landscapes, each brimming with perilous platforms, ingenious traps, and mysterious portals.', 'https://img.gamemonetize.com/ishxj3g645r21row09pmg5pz88qhgcc7/512x384.jpg', 'https://html5.gamemonetize.com/ishxj3g645r21row09pmg5pz88qhgcc7/', '0', 'Action', 0, 0, '', 'box-journey'), (903, 'Parkour Blockcraft', 'Welcome to the world of Blockcraft! Jump over the blocks to reach the portals! Be careful you may fall down. Finish the game quickly and share your score with your friends! Have fun!', 'https://img.gamemonetize.com/7bpo1yed3hi1p1jdodkfjeqs8du9wbae/512x384.jpg', 'https://html5.gamemonetize.com/7bpo1yed3hi1p1jdodkfjeqs8du9wbae/', '0', 'Adventure', 0, 0, '', 'parkour-blockcraft'), (904, 'Geometry Dash Maze Maps', 'Welcome to one of the funniest and mega coolest skill games - Geometry Dash Maze maps . Here, you will plunge into the magnificent world of fun geometric shapes. Your character will be a cool luminescent square with a big smile. This little rascal will maneuver among the peaks of sharp triangles and multiple traps. In the game, you will help the square overcome all obstacles. For this you will need all your dexterity and cunning, because ahead of you is waiting a hard way. Be as observant as possible and try to quickly click to make a timely jump. Think through all the actions and prepare for the next jump, as soon as you s', 'https://img.gamemonetize.com/m0f68pr59l5jbq3e4mgsi3dlq83c0wgs/512x384.jpg', 'https://html5.gamemonetize.com/m0f68pr59l5jbq3e4mgsi3dlq83c0wgs/', '0', 'Arcade', 0, 0, '', 'geometry-dash-maze-maps'), (905, 'Santa Fright Night', 'Help Santa Claus to collect all missing Gifts! Use the physic to move, jump and rotate Santa! Enjoy this great Christmas Puzzle Adventure Game!', 'https://img.gamemonetize.com/bsnf1x48jp6u582h18ggyiogra8a67bt/512x384.jpg', 'https://html5.gamemonetize.com/bsnf1x48jp6u582h18ggyiogra8a67bt/', '0', 'Puzzles', 0, 0, '', 'santa-fright-night'), (906, 'Relax Bubble Shooter', 'Relax Bubble Shooter is a fantastic game suitable for the whole family and children, combining relaxation and mental challenge. With a vibrant design, rich colors, and mesmerizing effects, this game will leave an unforgettable experience. Features: Super addictive game! Relaxing gameplay! Bomb, lightning, and more power-ups to help you win. Vivid levels: Go through hundreds of exciting levels! Simple game rules. Great special effects and beautiful graphics! Special reinforcement balls. Calm, soothing music.', 'https://img.gamemonetize.com/5g511z49pcxiibi6zof88l2nosclaef8/512x384.jpg', 'https://html5.gamemonetize.com/5g511z49pcxiibi6zof88l2nosclaef8/', '0', 'Hypercasual', 0, 0, '', 'relax-bubble-shooter'), (907, 'Spa Salon Makeup Artist', 'Looking for a new trendy hairstyle or a makeover at the hair salon? Want to get your hair, hair and nails done in hair salon games or need some special makeup or a big makeover? There is no better place than this hair salon game. Beautiful girls need your help to spa, trim, dye and style their hair to make it look better than before. Choose your model and make her the star of the fashion show in beauty and hair salon games! We have 6 different services. Start with a soothing facial spa. Wash her face, pluck her eyebrows, pop her pimples. Then get ready to DIY hair mask using real hair spa tools. Dont forget to pick up fashion accessories f', 'https://img.gamemonetize.com/w7jo7xkse7d0309wu5g8xjvvsugm0plb/512x384.jpg', 'https://html5.gamemonetize.com/w7jo7xkse7d0309wu5g8xjvvsugm0plb/', '0', 'Girls', 0, 0, '', 'spa-salon-makeup-artist'), (908, 'Sweet Cotton Candy Maker', 'Blue, pink, yellow, white, wow! Marshmallows have many amazing colors and flavors. You can create your own marshmallows anytime. In cotton candy manufacturers, grab your candy and add your favorite flavor to make yummy desserts. The machine is hot and waiting for you! This dessert is easy to make, and you will be a professional soon. Mix your sugar and pick yours. There are many options to try, so let&rsquo;s cook!', 'https://img.gamemonetize.com/duay2vzk328wwhrufwowb0gy5nlqvql2/512x384.jpg', 'https://html5.gamemonetize.com/duay2vzk328wwhrufwowb0gy5nlqvql2/', '0', 'Cooking', 0, 0, '', 'sweet-cotton-candy-maker'), (909, 'Christmas N Tiles', 'Christmas N Tiles is a fun and simple elimination mahjong-inspired game, your goal is to move tiles onto the bottom of the screen (there is limited space for that) and match 3 tiles to clear them. If you like playing Match 3 puzzles or mahjong game, you will love to play this game.', 'https://img.gamemonetize.com/iwvh7551p26t7zopgmiq59bmwd65hlra/512x384.jpg', 'https://html5.gamemonetize.com/iwvh7551p26t7zopgmiq59bmwd65hlra/', '0', 'Puzzles', 0, 0, '', 'christmas-n-tiles'), (910, 'Archer Castle', 'Create your army, use magic and soldiers to block invading monsters, challenge level bosses, get gold coin rewards, and purchase powerful magic.', 'https://img.gamemonetize.com/4bqi0lez8o1hpw6b17v853rw4q0axxx8/512x384.jpg', 'https://html5.gamemonetize.com/4bqi0lez8o1hpw6b17v853rw4q0axxx8/', '0', 'Clicker', 0, 0, '', 'archer-castle'), (911, 'Princess Winter Ice Skating Outfits', 'Welcome to Princess Winter Ice Skating Outfits. Girls enjoy this winter with your favorite princess. Princesses Anna, Elsa, Moana, Ariel, Jasmine, and Snow White are planning to go for Ice skating. But before that, they need perfect outfits. Help the princesses with their outfits with matching boots. Have fun!', 'https://img.gamemonetize.com/7365b4b7lpwr6la6h6476i6v8e5ep2nu/512x384.jpg', 'https://html5.gamemonetize.com/7365b4b7lpwr6la6h6476i6v8e5ep2nu/', '0', 'Girls', 0, 0, '', 'princess-winter-ice-skating-outfits'), (912, 'Cover Dance NY Party', 'Welcome to the exciting world of New Years dance adventure! In this game for girls, you can become a real cover-dance star and create a stunning performance for the New Year holiday. Become the queen of the dance floor and complete all the levels of the game to become a real star in the world of dancing!', 'https://img.gamemonetize.com/968q3oos72nqzhi7ajs03sl9hj6awa9z/512x384.jpg', 'https://html5.gamemonetize.com/968q3oos72nqzhi7ajs03sl9hj6awa9z/', '0', 'Puzzles', 0, 0, '', 'cover-dance-ny-party'), (913, 'Xmas Mahjong Trio Solitaire', 'Embark on a festive adventure with Xmas Mahjong Trio Solitaire. Arrange Mahjong tiles in a horizontal stack of 9, strategically making trios disappear for extra cheer. Be cautious of overflowing stacks, as it signals the end of the game. Unwrap the joy of Xmas in this simple yet engaging holiday experience!', 'https://img.gamemonetize.com/epdrb1yla4fjg4vrinle4t2nz1uayc68/512x384.jpg', 'https://html5.gamemonetize.com/epdrb1yla4fjg4vrinle4t2nz1uayc68/', '0', 'Puzzles', 0, 0, '', 'xmas-mahjong-trio-solitaire'), (914, 'BTS Chibi Claw Machine', 'BTS Chibi Claw Machine is an addictive game for girls dedicated to the seven members of the BTS band. Take control of an arcade machine to win cute and exclusive chibi from the BTS universe. Show off your skills in this addictive claw machine game by choosing the right position to grab the desired items. Every click and every car will take you closer to victory, allowing you to collect a complete collection of super cute chibi figures. You can decorate your room with these sets and create the perfect ambience inspired by your favorite singers. Be persistent, collect all the chibi figures and win the hearts of all BTS fans. You will need luck,', 'https://img.gamemonetize.com/fj3z2wrx3tgykilfkqqhc3df8l0phmkf/512x384.jpg', 'https://html5.gamemonetize.com/fj3z2wrx3tgykilfkqqhc3df8l0phmkf/', '0', 'Girls', 0, 0, '', 'bts-chibi-claw-machine'), (915, 'The Day of Zombies', 'The Day of Zombies is a zombie survival shooter game where you play as an american ranger and your mission is to search for weapons across the map in order to survive. The game features vast location to explore and big arsenal of weapons to find.', 'https://img.gamemonetize.com/lr3qt0rzp8b8f97atvaiut5as8m4icfy/512x384.jpg', 'https://html5.gamemonetize.com/lr3qt0rzp8b8f97atvaiut5as8m4icfy/', '0', 'Shooting', 0, 0, '', 'the-day-of-zombies'), (916, 'Amazing Digital Runner Circus', 'The incredible Digital Runner Circus offers an enjoyable and demanding experience where you dash and gather your crates within a fantastical digital circus designed for running. Sprint and swipe across the screen to dodge obstacles and test your ability to build a towering stack! Website Developer <a href=\'https://zh.bestcrazygames.com\'>https://zh.bestcrazygames.com</a>', 'https://img.gamemonetize.com/cnjyikth6ycyq1f2twv2iy4j0nu33vca/512x384.jpg', 'https://html5.gamemonetize.com/cnjyikth6ycyq1f2twv2iy4j0nu33vca/', '0', 'Hypercasual', 0, 0, '', 'amazing-digital-runner-circus'), (917, 'Runner Slapper', 'Slap Contest Champion invites players to the electrifying world of competitive slapping! Engage in intense slap battles against opponents, mastering the perfect timing and strength to deliver the mightiest slap. Strategize your moves, gauge your opponents reactions, and unleash powerful slaps to claim victory. With diverse characters, skill levels, and arenas, the game offers thrilling challenges at every level. Compete in tournaments, hone your technique, and aim to become the ultimate Slap Contest Champion. Website Developer <a href=\'https://www.coolcrazygames.com\'>https://www.coolcrazygames.com</a>', 'https://img.gamemonetize.com/83jde18i3v6k79vj5x38gj5o7vulx7s5/512x384.jpg', 'https://html5.gamemonetize.com/83jde18i3v6k79vj5x38gj5o7vulx7s5/', '0', 'Arcade', 0, 0, '', 'runner-slapper'), (918, 'Santa Claus Christmas Clicker', 'Welcome to our newest Christmas puzzle game called Santa Claus Christmas Clicker. The game has 10 levels with 10 images of Santa Claus driving on different vehicles. The goal of the game is to solve the puzzle by clicking on the parts of the image, rotating them, and bringing them to the right place. You have to be very fast because the time is counting down. Enjoy and have fun playing this rotating puzzle game!!!', 'https://img.gamemonetize.com/vntca79wbugqa49us2g7rwg9u4aw6438/512x384.jpg', 'https://html5.gamemonetize.com/vntca79wbugqa49us2g7rwg9u4aw6438/', '0', 'Puzzles', 0, 0, '', 'santa-claus-christmas-clicker'), (919, 'Match Card', 'Ignite your brain cells with the mind-boggling Memory Game! Flip cards, find matching pairs, and feel like a mental acrobat. Prove your memory skills and unleash your inner genius. But beware, one false move and your brain might explode with confusion (just kidding, it wont, but its still super fun)!', 'https://img.gamemonetize.com/h3heboxsl4hsd2ot943kclmwsxinbpbj/512x384.jpg', 'https://html5.gamemonetize.com/h3heboxsl4hsd2ot943kclmwsxinbpbj/', '0', 'Clicker', 0, 0, '', 'match-card'), (920, 'Fruity Cubes Island', 'Fruity Cubes Island is a delicious cube blasting puzzle game . Everyone loves a tropical island with lots of fresh fruit! Match your fruit blocks to complete a complete line and earn points in this tricky puzzle game. Each level in Fruity Cubes Island has a goal for you to achieve, and it gets increasingly difficult with smaller game boards and more complex fruit cubes', 'https://img.gamemonetize.com/7k9wdweu8k06v2fcv5dn2labv4xm2g50/512x384.jpg', 'https://html5.gamemonetize.com/7k9wdweu8k06v2fcv5dn2labv4xm2g50/', '0', 'Puzzles', 0, 0, '', 'fruity-cubes-island'), (921, 'Parkour Craft Noob Steve', 'Try to escape from the snowy area! Complete all levels and share your achievements with your friends. Jump over the snow blocks and avoid falling into the icy cold. Its time to show off your parkour skills during Christmas! + Show your skill by successfully completing 8 challenging levels + Aim to reach the portal at the end of each level.', 'https://img.gamemonetize.com/8mkc1eq0noitttklorxjpoe5epn9mafv/512x384.jpg', 'https://html5.gamemonetize.com/8mkc1eq0noitttklorxjpoe5epn9mafv/', '0', 'Adventure', 0, 0, '', 'parkour-craft-noob-steve'), (922, 'MushroomTarzan', 'Embark on an exhilarating journey through the lush jungle canopy in Mushroom Tarzan! Take control of the legendary vine-swinging hero as he navigates a perilous world of towering mushrooms. Your mission is to guide Tarzan through this challenging environment, leaping from one colossal mushroom to another while skillfully avoiding a plunge into the waters below. Mushroom Tarzan tests your agility and timing as you traverse the jungle treetops. With each jump, encounter smaller, more elusive mushrooms that demand precision and quick reflexes. Be on the lookout for mischievous monkeys, swooping birds, and other wild creatures that add an extr', 'https://img.gamemonetize.com/dcms4he5bsr6jqp7zbn2wfyp2x2rx6ws/512x384.jpg', 'https://html5.gamemonetize.com/dcms4he5bsr6jqp7zbn2wfyp2x2rx6ws/', '0', 'Hypercasual', 0, 0, '', 'mushroomtarzan'), (923, 'Digital Circus Tower Runner', 'Digital Circus Tower Runner is an electrifying Unity script-driven adventure that challenges players to ascend a towering circus spectacle. In this heart-pounding game, you embody a daring acrobat navigating a maze of obstacles, traps, and tricks. Utilize your Unity script knowledge to swing, leap, and flip your way to the top while avoiding circus hazards. With stunning visuals and dynamic gameplay, Digital Circus Tower Runner guarantees an adrenaline-packed experience that will keep you on the edge of your seat. Website Developer <a href=\'https://pt.bestcrazygames.com\'>https://pt.bestcrazygames.com</a>', 'https://img.gamemonetize.com/6gibkzz93u3ojuwcr6ddtfkr21bjioqq/512x384.jpg', 'https://html5.gamemonetize.com/6gibkzz93u3ojuwcr6ddtfkr21bjioqq/', '0', 'Arcade', 0, 0, '', 'digital-circus-tower-runner'), (924, 'Digital Circus Coloring Adventure', 'This delightful coloring game is tailor-made for kids seeking a burst of imaginative fun. Dive into a virtual circus tent filled with a myriad of enchanting images waiting for your artistic touch. Are you ready to join the circus of colors and make your masterpiece come alive?', 'https://img.gamemonetize.com/io5a53tylbaxk9pgnlebqwrvmomidzgv/512x384.jpg', 'https://html5.gamemonetize.com/io5a53tylbaxk9pgnlebqwrvmomidzgv/', '0', 'Girls', 0, 0, '', 'digital-circus-coloring-adventure'), (925, 'Duel Time', 'Are you ready for a competitive duel? Fight against the computer with your friend or alone! Start the fun with multiple game modes and maps!', 'https://img.gamemonetize.com/fh2qwe2glfh2n9pqdo995mi1p8fe66ch/512x384.jpg', 'https://html5.gamemonetize.com/fh2qwe2glfh2n9pqdo995mi1p8fe66ch/', '0', 'Action', 0, 0, '', 'duel-time'), (926, 'Funny Mad Racing', 'This is the adventure of bouncy cars on the bouncy roads with the Funny Mad Racing game! The game consists of 40 levels various cars and various surprising funny features that you will encounter during your adventure. You can play this great and fun hill-climbing adventure in 2 player mode besides of 1 player mode. Earn coins and unlock new features. Challenge a friend and double your fun! Let the adventure begin in the pixel world!', 'https://img.gamemonetize.com/oba2cgdvjemwvvloq5rnjr4ej7wjtksr/512x384.jpg', 'https://html5.gamemonetize.com/oba2cgdvjemwvvloq5rnjr4ej7wjtksr/', '0', 'Racing', 0, 0, '', 'funny-mad-racing'), (927, 'Infinity Zoom Art', 'Infinity Zoom Art is a puzzle game at yiv.com. This game provides lots of fun pictures and hidden objects for you to discover. As you can see from the name, some pictures are shrunk to very small buttons. You just need to click the buttons, and you can zoom in on the pictures to find objects. If you dont have any clue about finding objects, you can watch a reward ad and get 5 hints. The gameplay is very simple, but some objects are hard to find. This game tests your patience and observation ability.', 'https://img.gamemonetize.com/gcr9v0wvz6s9zy4b4w1zcoz9wf3hoy7p/512x384.jpg', 'https://html5.gamemonetize.com/gcr9v0wvz6s9zy4b4w1zcoz9wf3hoy7p/', '0', 'Girls', 0, 0, '', 'infinity-zoom-art'), (928, 'Hidden Car Tires', 'Three amazing and fastest automobiles are in these eight photographs. You are able to select a single in the beginning. Subsequent step will be to find one thing which can be hidden in that image. That is certainly 15 car tires. Use mouse and click on the tire after you see one particular. The time is limited so be quickly and discover all hidden tires prior to time runs out. For those who do extra blunders the game will likely be more than. So, for anyone who is ready start out the game and have fun!', 'https://img.gamemonetize.com/q0tp0bykd4lmzj104i7yobr69i5he9kv/512x384.jpg', 'https://html5.gamemonetize.com/q0tp0bykd4lmzj104i7yobr69i5he9kv/', '0', 'Puzzles', 0, 0, '', 'hidden-car-tires'), (929, 'Pets Grooming Bubble Party', 'Welcome to KiKi and FiFi&rsquo;s Virtual Pet Party! Jump into the pool for fun activities and meet their adorable friends: Lily the adorable tiger, Riri the adorable bunny, and Gigi the stylish pet giraffe! Collect candies with pet tiger Lily! Solve cute puzzles with KiKi the cat! Have fun collecting stars with FiFi the dog! Bake a rainbow cake with your adorable pet giraffe Gigi! Collect keys with the fun bunny Riri!', 'https://img.gamemonetize.com/noy64das3607igtjtd2auk3eptzoyjb2/512x384.jpg', 'https://html5.gamemonetize.com/noy64das3607igtjtd2auk3eptzoyjb2/', '0', 'Girls', 0, 0, '', 'pets-grooming-bubble-party'), (930, 'Baby Panda Handmade Crafts', 'Baby Panda Handmade Craft is a very cute handcraft educational game. Baby Pandas handicrafts have fallen into dust. Come and help him recreate similar handicrafts. You need to make them out of recycled items.You can choose to make 4 kinds of beautiful crafts. There are exquisite necklaces,lovely kites, delicious ramen, and vibrant potted plants. The game also offers hundreds of stylish accessories. Choose one of your favorite crafts and start making them.', 'https://img.gamemonetize.com/msdt6mfh6vk2nv7yp0n6ng6hlh4eart0/512x384.jpg', 'https://html5.gamemonetize.com/msdt6mfh6vk2nv7yp0n6ng6hlh4eart0/', '0', 'Girls', 0, 0, '', 'baby-panda-handmade-crafts'), (931, 'Circle Shooter Master', 'Circle Shooter Master is a cool and exciting game about destroying the boss in the circle. You run in circles, shoot the boss, get materials, build towers, defend roadblocks and grab things that fall on the circle. You have to watch out for the boss&rsquo;s attack and kill him before he hurts you. Join the game now!', 'https://img.gamemonetize.com/a858jiqhd9wu39oh88ckoc8alcydiw4k/512x384.jpg', 'https://html5.gamemonetize.com/a858jiqhd9wu39oh88ckoc8alcydiw4k/', '0', 'Action', 0, 0, '', 'circle-shooter-master'), (932, 'Parking Jam Delivery Traffic', 'Parking Jam Delivery Traffic is a unique and awesome game. It is not a car game, but a traffic management game. You have to control the vehicles in and out, and load them with the goods you need. You can earn money and unlock more parking spaces and manage the traffic situation. Are you ready?', 'https://img.gamemonetize.com/2m5wywysh674dh6wstym87iazvsftblg/512x384.jpg', 'https://html5.gamemonetize.com/2m5wywysh674dh6wstym87iazvsftblg/', '0', 'Puzzles', 0, 0, '', 'parking-jam-delivery-traffic'), (933, 'Rescue Girl', 'This is an interesting puzzle in the genre of Pin Pull! There are many modes, go through unique levels with varying difficulty, solve difficult quests, pull a pin or choose the right way to develop the adventure. Find a way to Help the Girl!', 'https://img.gamemonetize.com/p6g9mx5rh65xml5zwbhrxp1rn5v0qmfk/512x384.jpg', 'https://html5.gamemonetize.com/p6g9mx5rh65xml5zwbhrxp1rn5v0qmfk/', '0', 'Adventure', 0, 0, '', 'rescue-girl'), (934, 'Little Pandas Match 3', 'This is a puzzle-matching game called Little Panda Match 3. In this game, players are given tasks to complete within a certain number of moves. By successfully completing these tasks, players can progress to the next level and earn points and gifts that can be used later in the game. The game has 40 levels, and each next level is harder than the previous one. The player needs to match at least 3 same objects to earn points. If you don&rsquo;t have any moves left, you can use some of the available Gifts to finish the level. In the game, players can earn points and gifts that can be used later.', 'https://img.gamemonetize.com/fiv9vcdaweimf34cvzfwsj2l0poc7jyo/512x384.jpg', 'https://html5.gamemonetize.com/fiv9vcdaweimf34cvzfwsj2l0poc7jyo/', '0', 'Puzzles', 0, 0, '', 'little-pandas-match-'), (935, 'Space Bubble Pop', 'Dive into the cosmos and embark on an interstellar adventure with Cosmic Bubble Blast, a captivating puzzle game that will challenge your wits and entertain your senses! In this delightful and visually stunning game, youll find yourself immersed in a world of vibrant colors and mesmerizing cosmic landscapes.', 'https://img.gamemonetize.com/1t1esp2sc2pj1t09q84frvi97tvdcjlm/512x384.jpg', 'https://html5.gamemonetize.com/1t1esp2sc2pj1t09q84frvi97tvdcjlm/', '0', 'Puzzles', 0, 0, '', 'space-bubble-pop'), (936, 'Sisters Decorate Bedroom', 'Sisters Decorate Bedroom is an online game that you can play on Babygames for free. This fantastic game lets you design and decorate several different rooms just the way you like them. You can create dreamy bedrooms. Its your chance to let your creativity shine as you make each room special! Perfect for girls who love decorating and design, Sisters Decorate Bedroom is your ticket to creating the ultimate dream spaces. Are you ready to transform rooms into magical havens?', 'https://img.gamemonetize.com/tryczneey2fqd30krlsv5ac8a8iqvqv4/512x384.jpg', 'https://html5.gamemonetize.com/tryczneey2fqd30krlsv5ac8a8iqvqv4/', '0', 'Girls', 0, 0, '', 'sisters-decorate-bedroom'), (937, 'Digital Circus Hide And Seek', 'For the digital circus hide and seek scene, envision a whimsical, futuristic digital circus setting. In the foreground, a group of children, each with distinct, vibrant outfits, are playing hide and seek. One child, wearing a neon green hat and a bright blue coat, is counting against a futuristic, holographic carousel, eyes covered. Around the carousel, other children are hiding: one is crouched behind a digitally animated lion, another is peeking from behind a cluster of shimmering, holographic balloons, and a third. Website Developer <a href=\'https://tl.bestcrazygames.com\'>https://tl.bestcrazygames.com</a>', 'https://img.gamemonetize.com/6c2s2pyxe65icdkse5t4svr0ihact3yi/512x384.jpg', 'https://html5.gamemonetize.com/6c2s2pyxe65icdkse5t4svr0ihact3yi/', '0', 'Action', 0, 0, '', 'digital-circus-hide-and-seek'), (938, 'Kikis Pink Christmas', 'Come and help gorgeous Kiki get her holiday outfits ready in time for Christmas Day. She needs four statement looks and you are invited to help her out. In this brand-new Christmas dress-up game for girls called Kikis Pink Christmas, you dress up our girl in comfy chic homeware, fashionable kitchen outfits, glam festive outfits, and colorful outdoor outfits. Go through all the options and create four unique Christmas looks for cute Kiki. Dont forget to also deal with her makeup look. Have a blast!', 'https://img.gamemonetize.com/xxkdcpukrrcue21soja473ucbnvfywjb/512x384.jpg', 'https://html5.gamemonetize.com/xxkdcpukrrcue21soja473ucbnvfywjb/', '0', 'Girls', 0, 0, '', 'kikis-pink-christmas'), (939, 'Baby Daily Habits', 'Baby Daily Habits is a very popular educational game. In this game, you will learn and develop good living habits with the little girls and boys in the game. From washing your hands before meals to brushing your teeth before bed, Baby Daily Habits on yiv.com picks up every detail and grows with you. You just need to follow gentle guidance and help your character complete the tasks of daily life. Enjoy!', 'https://img.gamemonetize.com/1gdpin5necb0pgiqj45j66d9w2uxw2zv/512x384.jpg', 'https://html5.gamemonetize.com/1gdpin5necb0pgiqj45j66d9w2uxw2zv/', '0', 'Girls', 0, 0, '', 'baby-daily-habits'), (940, 'Santa Wheel', 'Santa Wheel is a funny game where you must control a big rolling Santaclaus through 30 levels! Whit its original and colorful graphics Santa Wheel will be a pleasant time-killer, simple but addicting. So accelerate, break and have a perfect control of your Santa in order to complete all levels! The main goal is to help Santa to complete each levels and to escape from Monster Land and go back to North Pole to save the Christmas! Enjoy this game in this magic Christmas season! tips: follow the stars!', 'https://img.gamemonetize.com/0p476c7wysv8iw8m1hmb0ktfw7zfx3ef/512x384.jpg', 'https://html5.gamemonetize.com/0p476c7wysv8iw8m1hmb0ktfw7zfx3ef/', '0', 'Puzzles', 0, 0, '', 'santa-wheel'), (941, 'Cube Loop Jumper', 'Cube Loop Jumper challenges players to navigate a mesmerizing cubic landscape. Jump, flip, and loop through gravity-defying levels while dodging obstacles and collecting power-ups. With its minimalist design and intuitive controls, the game offers a thrilling experience for all ages. Progress through increasingly complex levels, each with unique challenges that test your reflexes and strategic thinking. Engage in an addictive blend of precision and speed as you leap through this cubic adventure. Website Developer <a href=\'https://es.brightestgames.com/\'>https://es.brightestgames.com/</a>', 'https://img.gamemonetize.com/lt7ps1cfcysgcqjr8764qhlmedqxkn7u/512x384.jpg', 'https://html5.gamemonetize.com/lt7ps1cfcysgcqjr8764qhlmedqxkn7u/', '0', 'Arcade', 0, 0, '', 'cube-loop-jumper'), (942, 'AntiVirus / War Virus', 'Introducing the adrenaline-pumping Anti-Virus Game! Arm yourself with epic tools, dive into the virtual world, and take down diabolical viruses. Embark on a mission to safeguard your digital domain, showcasing your tactical prowess and lightning-fast reflexes. Unleash your inner hero and ensure your devices stay virus-free in this thrilling gaming experience.', 'https://img.gamemonetize.com/hrm17c127o6nlljqcmc8lokhtpyh07xc/512x384.jpg', 'https://html5.gamemonetize.com/hrm17c127o6nlljqcmc8lokhtpyh07xc/', '0', 'Adventure', 0, 0, '', 'antivirus--war-virus'), (943, 'CrossPath', 'CrossPath is an HTML5 Puzzle Game. In this puzzle game, you should drag the diamonds to draw a line in available spaces on the puzzle board. Each diamond has a number, you can draw lines from that diamond as many times as the number is. There are some obstacles and you can&rsquo;t drag the lines on them. The puzzle board gets harder when you pass the levels. If you draw the lines in the wrong way, you can undo your moves.', 'https://img.gamemonetize.com/hjn6mi6xhbc9g1ywv4nzxfqyihtkdiji/512x384.jpg', 'https://html5.gamemonetize.com/hjn6mi6xhbc9g1ywv4nzxfqyihtkdiji/', '0', 'Puzzles', 0, 0, '', 'crosspath'), (944, 'Frosty Connection Quest', 'Join us on a frosty adventure with Frosty Connection Quest, an exhilarating online matching puzzle game meticulously crafted to be super fun for both kids and adults alike. Frosty Connection Quest online playground where the whimsy of winter meets the thrill of puzzle-solving. Have fun playing!', 'https://img.gamemonetize.com/2zyan5wbwo9ekiujs51mqemyt8v32xar/512x384.jpg', 'https://html5.gamemonetize.com/2zyan5wbwo9ekiujs51mqemyt8v32xar/', '0', 'Puzzles', 0, 0, '', 'frosty-connection-quest'), (945, 'Demolition Car Online', 'A game with super destructive power is here! Demolish the building in front and grab bricks with your car! Sell bricks to make gold coins, boost your car&rsquo;s performance and capacity, and achieve success faster! Don&rsquo;t wait! Join and challenge!', 'https://img.gamemonetize.com/t278lhv8eun90v8stxwuzrjhnyfghsia/512x384.jpg', 'https://html5.gamemonetize.com/t278lhv8eun90v8stxwuzrjhnyfghsia/', '0', 'Hypercasual', 0, 0, '', 'demolition-car-online'), (946, 'Geometry Stack 2048 Run', 'Geometry Stack 2048 Run is a fun and smart online running and puzzle game. You have to slide the screen and move a block through other blocks. The blocks can combine if they have the same number. For example, two 2 blocks can make a 4 block. Two 4 blocks can make an 8 block, and so on. You have to create bigger numbers before the finish line. Can you reach the number 2048? Test yourself and see!', 'https://img.gamemonetize.com/rjqphfn4bxgjze4lnto0i6a70fzk2r5x/512x384.jpg', 'https://html5.gamemonetize.com/rjqphfn4bxgjze4lnto0i6a70fzk2r5x/', '0', 'Arcade', 0, 0, '', 'geometry-stack--run'), (947, 'Math Puzzles CLG', 'Do not worry about classical mathematical examples. This game can be as addition, subtraction, multiplication and division and requires strong logical thinking. Game instructions explain in game.', 'https://img.gamemonetize.com/tylzpz6yzt29mc6ixd4omj5opo9h7c7o/512x384.jpg', 'https://html5.gamemonetize.com/tylzpz6yzt29mc6ixd4omj5opo9h7c7o/', '0', 'Puzzles', 0, 0, '', 'math-puzzles-clg'), (948, 'Blob Bridge Run', 'In the Blob Bridge Run game, collect water droplets of your own color, build bridges to move to the next platform and try to finish the race first. Watch out for traps and opponents that will disperse the droplets during the race! With each level, the opponents are getting stronger, so get started now and compete for first place!', 'https://img.gamemonetize.com/52h628dmeiaqe7e12qy0m76aafslkpr1/512x384.jpg', 'https://html5.gamemonetize.com/52h628dmeiaqe7e12qy0m76aafslkpr1/', '0', 'Racing', 0, 0, '', 'blob-bridge-run'), (949, 'Happy Kids Jigsaw', 'Happy Kids Jigsaw is a fun game where you can enjoy piecing together different pictures of happy kids. With 12 different pictures to choose from, you can select your preferred level and mode - easy, medium, or hard, depending on the number of pieces the image will be cut into. Drag and drop the pieces into the right position to complete the image and have a great time! Have fun playing Happy Kids Jigsaw and enjoy the adorable pictures of happy kids!', 'https://img.gamemonetize.com/x0sm56p0trsxjuknqjxwq4phlk305t0t/512x384.jpg', 'https://html5.gamemonetize.com/x0sm56p0trsxjuknqjxwq4phlk305t0t/', '0', 'Puzzles', 0, 0, '', 'happy-kids-jigsaw'), (950, 'Santa Flight Game', 'Play as Santa and his reindeer by flying Santas sleigh. Tap the game screen or use the mouse to make Santa fly. Collect candy canes and stockings to score points. Collect stars to obtain a temporary sheild around Santa and his reindeer. Avoid Christmas Ghosts, Snowflakes, and Aliens.', 'https://img.gamemonetize.com/zxyubxptcimejvgebqja9oxjnxzr1tfu/512x384.jpg', 'https://html5.gamemonetize.com/zxyubxptcimejvgebqja9oxjnxzr1tfu/', '0', 'Adventure', 0, 0, '', 'santa-flight-game'), (951, 'Mini Grand Thef City', 'Free game of Mini Grand Thef City, an entertaining game based on the famous GTA game in a minimalist world!! In this entertaining game, you can walk, run through the streets, and assault passersby to create new buildings!!! In this incredibly fun little world, you will have the freedom to enter homes or businesses to steal furniture or sell it to get more money to build!! It sounds fun. Have fun with this game on your favorite device in your favorite browser.Website Developer <a href=\'https://kiz10.com\'>https://kiz10.com</a>', 'https://img.gamemonetize.com/3io73p9kwkkyxwssbkxzsngkh34vpenv/512x384.jpg', 'https://html5.gamemonetize.com/3io73p9kwkkyxwssbkxzsngkh34vpenv/', '0', 'Adventure', 0, 0, '', 'mini-grand-thef-city'), (952, 'Space Room Escape', 'Space Room Escape is a fun puzzle game. Fan of cat games? Looking for more addictive games about cats? Come give it a try and take control of the cutest feisty cat in sneaky and action-packed adventures. Let the abnormal cat rescue begin! Hope you enjoy it!', 'https://img.gamemonetize.com/kic8zqy4xj0m8nxonv0ehy64w4b38rer/512x384.jpg', 'https://html5.gamemonetize.com/kic8zqy4xj0m8nxonv0ehy64w4b38rer/', '0', 'Puzzles', 0, 0, '', 'space-room-escape'), (953, 'Infantry AttackBattle 3D FPS', 'Soldier! Stop playing the escape game! The third world war is here, and the mission is waiting for you! The enemy is attacking our country, and we count on you to protect it, so grab your weapon and prepare to fight! Easy control to aim and shoot the enemy, finish each task to win the ultimate victory!', 'https://img.gamemonetize.com/foof3euvtu1r928pcec4j0vtslnqqqy6/512x384.jpg', 'https://html5.gamemonetize.com/foof3euvtu1r928pcec4j0vtslnqqqy6/', '0', 'Shooting', 0, 0, '', 'infantry-attackbattle-d-fps'), (954, 'Kids Dentist Games', 'Kids Dentist Games is a cute dentist game. In the game, you play as an experienced dentist. You need to rescue the characters who come to need help. Among them, there are cute cats, beautiful princesses, righteous policemen, and kind old grannies. Pick a person you think needs the most help and start working on his or her teeth.', 'https://img.gamemonetize.com/z892ltdezy2ykev9141k0suz58fee4kq/512x384.jpg', 'https://html5.gamemonetize.com/z892ltdezy2ykev9141k0suz58fee4kq/', '0', 'Girls', 0, 0, '', 'kids-dentist-games'), (955, 'Christmas Gifts Sorting', 'Welcome to the newest puzzle sorting game called Christmas Gifts Sorting. Help the Santa Claus to sort the Christmas gifts by form and color. The game has 60 incredible levels. Show your sorting skills and enjoy this Christmas fun game!', 'https://img.gamemonetize.com/wa3rcnp9vqfd404dewoum4kc9iagaxvo/512x384.jpg', 'https://html5.gamemonetize.com/wa3rcnp9vqfd404dewoum4kc9iagaxvo/', '0', 'Puzzles', 0, 0, '', 'christmas-gifts-sorting'), (956, 'Muscle Clicker Gym game', 'Muscle Clicker shows you what it&rsquo;s like to make a skinny person muscular with hard work at the gym. In this game, you need to train and compete to earn money. But, it&rsquo;s not easy as your stamina runs out when you continuously exercise. Then, when you have sufficient funds, you can buy more equipment to help you gain muscles, money, and experience. As you gain more experience, you can also increase your strength and stamina. Join the fun and become a muscle building pro with Muscle Clicker.', 'https://img.gamemonetize.com/t2d34yzcod0b3o4kqayfnia4cce3gjf2/512x384.jpg', 'https://html5.gamemonetize.com/t2d34yzcod0b3o4kqayfnia4cce3gjf2/', '0', 'Sports', 0, 0, '', 'muscle-clicker-gym-game'), (957, 'Santa Claus Meet Grimace', 'In Santa Claus Meet Grimace Monster your goal is to help Santa Claus meet his mate Grimace Monster in non stop puzzle game. Take on the role of Santa Claus and quickly discover mysterious land in christmas day, find Grimace Monster. Use your intelligence, creativity, and quick thinking to find Grimace Monster, approach them, and come up with the most suitable plan to escape the spooky and peculiar land of Grimace Monster. Merry Christmas everyone!!!', 'https://img.gamemonetize.com/su2iqflb6lokg2xx96wh3fdu3oc6beyg/512x384.jpg', 'https://html5.gamemonetize.com/su2iqflb6lokg2xx96wh3fdu3oc6beyg/', '0', 'Puzzles', 0, 0, '', 'santa-claus-meet-grimace'), (958, 'Awesome Tanks2', 'Get ready for explosive tank warfare in the adrenaline-pumping action of Awesome Tanks 2! Command your heavily armored vehicle through enemy territory, blasting through obstacles, and obliterating enemy tanks. Upgrade your arsenal, customize your tank, and strategize your way to victory in this addictive and action-packed tank battle game!', 'https://img.gamemonetize.com/bjy8mnr90x3tc8wu8b8ogy0fzyc2uvyp/512x384.jpg', 'https://html5.gamemonetize.com/bjy8mnr90x3tc8wu8b8ogy0fzyc2uvyp/', '0', 'Adventure', 0, 0, '', 'awesome-tanks'), (959, 'Draw That Line', 'Its time to use your brain and find a way to bump the balls! The rules easy, just draw lines or shapes to bump the balls, you will need your wisdom and imagination. Youll surely love this game once you get how it works!', 'https://img.gamemonetize.com/hob2dl7k687hel7glzvnqr67659dvief/512x384.jpg', 'https://html5.gamemonetize.com/hob2dl7k687hel7glzvnqr67659dvief/', '0', 'Puzzles', 0, 0, '', 'draw-that-line'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (960, 'Egg Challenge', '3, 2, 1, and start! Get ready for a fun challenge! In this game, you can play with 1, 2, or 3 players. The rules are very simple: just press the button and throw the eggs into the basket. In single-player mode, choose a time limit and try to throw 10 eggs into the basket within the selected time. In 2 and 3 player modes, be the winner of this competition by throwing 10 eggs into the basket before all your opponents. A fun and competitive game awaits you!', 'https://img.gamemonetize.com/o3393ixcsvl1ako9w4zpg7qnk2isq3ki/512x384.jpg', 'https://html5.gamemonetize.com/o3393ixcsvl1ako9w4zpg7qnk2isq3ki/', '0', 'Multiplayer', 0, 0, '', 'egg-challenge'), (961, 'Stickman Merge Battle Arena', 'An exciting strategic merge game where you have to demonstrate your advantage over the red stickman invaders. Create your army of stickmen, show your wit in the formation of troops and defeat all bosses. Less than 1% percent of players are able to unlock all stickmen and complete the game. - 3D stickmen - Each level is harder than the previous one - Intuitive controls - Boss difficulty every ten levels - Tactical game for all ages', 'https://img.gamemonetize.com/obyhafhugknxn37yy4vsed6yknb9d6rl/512x384.jpg', 'https://html5.gamemonetize.com/obyhafhugknxn37yy4vsed6yknb9d6rl/', '0', 'Fighting', 0, 0, '', 'stickman-merge-battle-arena'), (962, 'Christmas Puzzle', 'Candy Match game, here you have to match 3 or more of the same type doll to clear them from the board. Every time you clear 5 or more to get extra time and continue playing. This game is very simple to play but very hard to master. Play the free Christmas puzzle and kill your boring time.', 'https://img.gamemonetize.com/7add4gdt4dw5wxe9lfsui5zvop1eluks/512x384.jpg', 'https://html5.gamemonetize.com/7add4gdt4dw5wxe9lfsui5zvop1eluks/', '0', 'Puzzles', 0, 0, '', 'christmas-puzzle'), (963, 'Crazy Extreme Truck Parking Simulation 3d', 'If you think that you are a best driver and want to test your driving skills that you have learnt in driving school, then you are in the right place.Crazy Extreme Truck Parking Simulation 3d Game 2023 brings you the most challenging hard parking levels. Become a legend driver and start your trucker carrier from driving school where you will learn classical car driving and parking skills. This modern truck drive parking 3D is a perfectly planned truck games for those admirers who love to play the latest modern era futuristic cars parking games of 2023 and 2024.Do you have parking mania and are you ready for modern Truck driving Game test.', 'https://img.gamemonetize.com/pasaxog8swaef17hvn4gchz552pawuwv/512x384.jpg', 'https://html5.gamemonetize.com/pasaxog8swaef17hvn4gchz552pawuwv/', '0', 'Adventure', 0, 0, '', 'crazy-extreme-truck-parking-simulation-d'), (964, 'Santa Ice Jump', 'Welcome to Santa Ice Jump winter game! Tap Left and right to jump from iceberg to other one and collect bounties along your way like cookies and candies. Collect gift boxes to revive when you fall from iceberg edge. Can you get the highest score?', 'https://img.gamemonetize.com/26j043x0hrjq19mxjq3kshj1n27gdox8/512x384.jpg', 'https://html5.gamemonetize.com/26j043x0hrjq19mxjq3kshj1n27gdox8/', '0', 'Clicker', 0, 0, '', 'santa-ice-jump'), (965, 'SlopeGame', 'Get ready to defy gravity in the heart-racing Slope Game! Brace yourself for an exhilarating downhill journey where precision and quick reflexes are vital. Navigate through treacherous slopes, dodge obstacles, and showcase your mastery in this physics-based adventure. Will you conquer the slopes and emerge as the ultimate champion? Find out now!', 'https://img.gamemonetize.com/2tscjd5hjy09sm7owo0saawmk6lbo3i3/512x384.jpg', 'https://html5.gamemonetize.com/2tscjd5hjy09sm7owo0saawmk6lbo3i3/', '0', 'Puzzles', 0, 0, '', 'slopegame'), (966, 'Raccoon Retail', 'Oopsy! Clumsy customers are making a big mess and its your job to keep the supermarket clean. Drive around, collect trash and empty it in the dumpster. The faster you clean to more money you earn. Upgrade your retail store to increase your revenue.', 'https://img.gamemonetize.com/uarwfpfzlcz414mq41kf3g82b5mpwxy1/512x384.jpg', 'https://html5.gamemonetize.com/uarwfpfzlcz414mq41kf3g82b5mpwxy1/', '0', 'Action', 0, 0, '', 'raccoon-retail'), (967, 'Merge Muscle Tycoon', 'Engage in physical activity today, and you can achieve a fit and robust physique. Welcome to Merge Muscle Tycoon MMA Boxing, the game designed to assist you in becoming a master of muscles, a skilled boxer, or a proficient MMA fighter. Numerous workouts aimed at enhancing your strength are awaiting your exploration. Website Developer <a href=\'https://ru.bestcrazygames.com\'>https://ru.bestcrazygames.com</a>', 'https://img.gamemonetize.com/wrn8er5k3jrmyo310joxsem9ilk6f6oo/512x384.jpg', 'https://html5.gamemonetize.com/wrn8er5k3jrmyo310joxsem9ilk6f6oo/', '0', 'Hypercasual', 0, 0, '', 'merge-muscle-tycoon'), (968, 'MagicTower', 'It is said that the queen is a powerful sorceress, and the princess sisters have been captured by the queen. Hero, you must hurry to rescue the princesses!', 'https://img.gamemonetize.com/86s69hjykukvfzw769mjgg2da7uurpfl/512x384.jpg', 'https://html5.gamemonetize.com/86s69hjykukvfzw769mjgg2da7uurpfl/', '0', 'Boys', 0, 0, '', 'magictower'), (969, 'Monster Duelist', 'Monster Duelist immerses players into a mysterious world where they assume the role of a monster duelist. Exploring vast territories, they capture various unique monsters. Through battles against formidable opponents, players enhance their combat prowess, striving to become the ultimate duelist. Utilizing the monsters they capture, they assemble a powerful team, engage in battles, and demonstrate their skills and courage!', 'https://img.gamemonetize.com/rhifs2sxfqdfhjhczhecfb995cmmsc79/512x384.jpg', 'https://html5.gamemonetize.com/rhifs2sxfqdfhjhczhecfb995cmmsc79/', '0', 'Hypercasual', 0, 0, '', 'monster-duelist'), (970, 'Duel of Builders', 'Duel of Builders is a great dueling game. You can fight with your friend or against the computer! Are you ready for this fun duel?', 'https://img.gamemonetize.com/hhqdm1lz6isab49dpaaaecxxkr465hs0/512x384.jpg', 'https://html5.gamemonetize.com/hhqdm1lz6isab49dpaaaecxxkr465hs0/', '0', 'Action', 0, 0, '', 'duel-of-builders'), (971, 'Car Rush Fast Game', 'Buckle up and get ready for the high-octane thrill ride of Car Rush Game! Hit the pedal and race through a winding urban landscape, dodging traffic, and overcoming obstacles. Show off your lightning-fast reflexes and keen driving skills as you strive to reach the finish line first. Get ready for the ultimate adrenaline rush in this pulse-pounding racing experience!', 'https://img.gamemonetize.com/o3qz5blqw700khul2j2d6vm2d1nlhb3u/512x384.jpg', 'https://html5.gamemonetize.com/o3qz5blqw700khul2j2d6vm2d1nlhb3u/', '0', 'Boys', 0, 0, '', 'car-rush-fast-game'), (972, 'Floor Jumper Escape', 'Embark on a legendary adventure in Floor Jumper Escape, a classic platformer that combines timeless gameplay with modern challenges. Test your skills as you tap the screen to make gravity-defying jumps from floor to floor. Collect shiny money along the way, but beware of pitfalls! How high can you climb before the challenges become insurmountable? Discover a world of nostalgic fun and addictive gameplay in Floor Jumper Escape.', 'https://img.gamemonetize.com/c01vq6i15woncpz2hku744930e70mdhk/512x384.jpg', 'https://html5.gamemonetize.com/c01vq6i15woncpz2hku744930e70mdhk/', '0', 'Hypercasual', 0, 0, '', 'floor-jumper-escape'), (973, 'Kids Alphabet', 'Educational Game, Specifically Made for Children! Introducing &ldquo;Kids Alphabet&rdquo;, the latest educational game developed by RolinkStudio, specially crafted for children! Within this engaging game, kids will explore the wonders of the alphabet, practice writing skills, and expand their vocabulary. Featuring a captivating blend of vibrant visuals and a delightful female voice, children will be immersed in an enchanting kindergarten-like experience! This game is ideal for businesses and portals seeking to provide both education and entertainment.', 'https://img.gamemonetize.com/zpmt9jn5art13av0mqzrlm0bd5eguogw/512x384.jpg', 'https://html5.gamemonetize.com/zpmt9jn5art13av0mqzrlm0bd5eguogw/', '0', 'Hypercasual', 0, 0, '', 'kids-alphabet'), (974, 'Remove Balls', 'Try to remove all bubbles. Touch them and they will burst. Get higher score for the number.', 'https://img.gamemonetize.com/n179v92qghrd83x8ngnv10m0rtppcbvr/512x384.jpg', 'https://html5.gamemonetize.com/n179v92qghrd83x8ngnv10m0rtppcbvr/', '0', 'Puzzles', 0, 0, '', 'remove-balls'), (975, 'SpaceScape', 'Enjoy over 100 beautiful images from the NASA archives while you learn new words, expand your vocabulary and exercise your mind with these addictive word puzzles.', 'https://img.gamemonetize.com/ahwi8eb47d17xywemfazorenjii97j4e/512x384.jpg', 'https://html5.gamemonetize.com/ahwi8eb47d17xywemfazorenjii97j4e/', '0', 'Puzzles', 0, 0, '', 'spacescape'), (976, 'Xmas Float Connect', 'Connect 2 same xmas items with a path that no more than two 90 degree angles. Clear the board by removing all pairs of identical xmas items. Becareful, in some levels the item tiles can float ( to bottom, to uper, to left, to right, to center or split). There are 27 challenging levels in this game. Complete a level before time bounds to get extra bonus.', 'https://img.gamemonetize.com/3ty581lmcmu8ux1pl6rcfatjetapa8e4/512x384.jpg', 'https://html5.gamemonetize.com/3ty581lmcmu8ux1pl6rcfatjetapa8e4/', '0', 'Puzzles', 0, 0, '', 'xmas-float-connect'), (977, 'Mutant Love Pins', 'Mutant Love Pins is a fascinating puzzle game that tests players to link different characters and make new species with needle-pulling. The best part of this game is the fusion that happens when two individuals meet, making a special creature! But players have to avoid obstacles, like bombs and arrows, and pull the pins in the right order. Dodge traps and help these characters create more wonderful species are essential to win this game!', 'https://img.gamemonetize.com/p97msfl7a9jc9g9rwhgvbglh27a25lba/512x384.jpg', 'https://html5.gamemonetize.com/p97msfl7a9jc9g9rwhgvbglh27a25lba/', '0', 'Puzzles', 0, 0, '', 'mutant-love-pins'), (978, 'Garten of Banban 3D', 'Garten of Banban is a thrilling and scary horror puzzle adventure game. You enter the haunted kindergarten, where darkness and creepy music warn you of the doom. You learn the easy controls and know the game mechanics. You have to find the keys and flee from this horrible place. Watch out for the monsters in the shadows as you look for the keys. Overcome the challenges, solve the dangerous puzzles, and start an exciting adventure in this terrifying world!', 'https://img.gamemonetize.com/qeb3iqappi8n66qcciu2fpnxxy3t3g32/512x384.jpg', 'https://html5.gamemonetize.com/qeb3iqappi8n66qcciu2fpnxxy3t3g32/', '0', 'Puzzles', 0, 0, '', 'garten-of-banban-d'), (979, 'Surprise Makeup Doll Unbox', 'Wow, you received a mysterious package! Are you ready for a different and exciting unboxing experience in this game? There is nothing more popular and popular than the blind box surprise doll now, except for the most classic LOL surprise doll, Barbie Color Reveal Doll... Come and try our latest Bubbly Surprise Doll! Open the box and soak the contents in water. You will find a doll and several bags. Put the doll in the water and see what your doll looks like! In addition to ordinary dolls, there are also mermaid surp', 'https://img.gamemonetize.com/e0m8pxfgguakdm25rx286jdyyuc4qpes/512x384.jpg', 'https://html5.gamemonetize.com/e0m8pxfgguakdm25rx286jdyyuc4qpes/', '0', 'Girls', 0, 0, '', 'surprise-makeup-doll-unbox'), (980, 'Crazy Bubble Breaker ', 'Crazy Bubble Breaker is a fun and challenging 2D bubble shooter physics puzzle game. You have to destroy all bubbles with falling balls. You can aim the bubble with a subline and release the ball. You can also bounce the ball off the walls to hit more bubbles with one ball. Can you eliminate them? Dozens of levels are waiting for you to challenge! Use your brain and try to finish all levels with the fewest balls!', 'https://img.gamemonetize.com/v31o8je906oivptxuqdki7tef4nhoqdj/512x384.jpg', 'https://html5.gamemonetize.com/v31o8je906oivptxuqdki7tef4nhoqdj/', '0', 'Hypercasual', 0, 0, '', 'crazy-bubble-breaker-'), (981, 'Vehicle Parking Master 3D', 'Vehicle Parking Master 3D is a tough and realistic vehicle parking simulation game. You can test your driving skills in 3D Challenge Mode and Parking Mode, and handle the truck in harder levels. Each mode has 40 levels for you to play and beat. There is also a secret mode for you to unlock after you finish all 3 modes of levels. You have to drive carefully and park your vehicle in the parking area. Good luck!', 'https://img.gamemonetize.com/9ghoak7lplirayqfumn9wj9eaj6rr3qk/512x384.jpg', 'https://html5.gamemonetize.com/9ghoak7lplirayqfumn9wj9eaj6rr3qk/', '0', 'Puzzles', 0, 0, '', 'vehicle-parking-master-d'), (982, 'Mr And Mrs Santa Christmas Adventure', 'Welcome to Mr. and Mrs. Santa Christmas Adventure. Christmas is around the corner. Mr. and Mrs. Santa preparing for the celebration. Unfortunately, Mr. Santa met an accident. Santa and his pet got severe injuries and also his sleigh was damaged totally. Help Santa and his pet for a quick recovery so that he can tour around the world to share his Christmas gift with the children.', 'https://img.gamemonetize.com/f6wi4i31gqgtscci6v7k8dcr4vnjv78q/512x384.jpg', 'https://html5.gamemonetize.com/f6wi4i31gqgtscci6v7k8dcr4vnjv78q/', '0', 'Girls', 0, 0, '', 'mr-and-mrs-santa-christmas-adventure'), (983, 'DIY Grimace Shake', 'DIY Grimace Shake is a very hot cooking game. Grimace has always made milkshakes. It has never tasted anyone elses. Try this game where you can make a milkshake for Grimace. But its not just Grimace, but also Banana Cat, alphabet lore and other popular characters. The game also offers hundreds of various elaborate mugs, milkshake flavors, straws, and more. You can also change the decor of the milkshake shop to your liking. Once the milkshake is ready, try it for your chosen character. It gives you feedback by making emojis based on the taste of your milkshake. Want to know more? Open the game.', 'https://img.gamemonetize.com/4b03bc52g119a2g6j4x6kcsrmtqmdmo3/512x384.jpg', 'https://html5.gamemonetize.com/4b03bc52g119a2g6j4x6kcsrmtqmdmo3/', '0', 'Girls', 0, 0, '', 'diy-grimace-shake'), (984, 'Pirate Block Craft Monster Shooter', 'Prepare for an exhilarating survival shooting game that promises thrilling and entirely novel encounters. In the world of Block Craft, characters find themselves marooned on a treacherous river, a perilous realm teeming with monsters and uncertainty. Sinister, bloodthirsty beings such as Bambam and Chuu Chuu are relentlessly hunting down every survivor. Website Developer <a href=\'https://ro.bestcrazygames.com\'>https://ro.bestcrazygames.com</a>', 'https://img.gamemonetize.com/lhmi1jgygea8lv7arg44d30z2hnrel7p/512x384.jpg', 'https://html5.gamemonetize.com/lhmi1jgygea8lv7arg44d30z2hnrel7p/', '0', 'Shooting', 0, 0, '', 'pirate-block-craft-monster-shooter'), (985, 'Watermelon Fruit Merge', 'Combine fruits to reveal even more delightful surprises! Can you uncover the legendary watermelon? Immerse yourself in a juicy puzzle adventure today! Explore the latest craze in mobile gaming! Merge melons, pineapples, apples, and a variety of other fruits inside the box. Your mission? Keep them from reaching the top. Merge identical fruits to produce larger and more rewarding varieties, ultimately reaching the coveted Watermelon! Set your sights high and aim for your best score before the box overflows. Your ultimate objective? Website Developer <a href=\'https://in.kizi10.org\'>https://in.kizi10.org</a>', 'https://img.gamemonetize.com/4lyq1vdatcf88ms5eus7xdkp5pultb04/512x384.jpg', 'https://html5.gamemonetize.com/4lyq1vdatcf88ms5eus7xdkp5pultb04/', '0', 'Hypercasual', 0, 0, '', 'watermelon-fruit-merge'), (986, 'Christmas Block Challenge', 'Christmas Block Challenge: Strategically place festive blocks on a 10x10 grid, completing rows or columns of 10 to collect all Xmas Collectibles within them. The objective is to gather all the collectibles on the board. Can you become the ultimate holiday block strategist and unwrap all the festive surprises?', 'https://img.gamemonetize.com/sgx650qk7j0vs8jxcw6wu9ucgyy7b8dh/512x384.jpg', 'https://html5.gamemonetize.com/sgx650qk7j0vs8jxcw6wu9ucgyy7b8dh/', '0', 'Puzzles', 0, 0, '', 'christmas-block-challenge'), (987, 'Sword Run 3D', 'Sword Run 3D is an easy to pick up action runner game. Collect sword pieces, cut off the obstacles that block your progress, and finally reach the finish line to win. More cool skins are waiting for you to unlock, what are you waiting for? Dont forget to share it with your friends if its fun!', 'https://img.gamemonetize.com/8rdz9xsqriwu77kgvyjaiww1bf2e1m0i/512x384.jpg', 'https://html5.gamemonetize.com/8rdz9xsqriwu77kgvyjaiww1bf2e1m0i/', '0', 'Arcade', 0, 0, '', 'sword-run-d'), (988, 'Excavator Simulator 3D', 'Drive and operate realistic 3D construction vehicles in Excavator Simulator 3D, the best engineer vehicle JCB simulation game. You can choose from different trucks, excavators, and Pincer Jaws to complete various missions and tasks. Whether you need to dig, clamp, lift, hammer, or forklift, you can switch the attachments easily and quickly. Learn how to control these powerful machines and enjoy the realistic physics and graphics. Complete the levels faster and earn more money to buy more vehicles and unlock new challenges. Have fun!', 'https://img.gamemonetize.com/7wov98mycit3fq1iqlxn1dxs020z4qnz/512x384.jpg', 'https://html5.gamemonetize.com/7wov98mycit3fq1iqlxn1dxs020z4qnz/', '0', 'Boys', 0, 0, '', 'excavator-simulator-d'), (989, 'Musical Ball Jump', 'Get ready for a rhythm-infused adventure in Musical Ball Jump! This captivating mobile game combines the excitement of traditional platformers with the groove of music. Your mission? Control the bouncing ball as it ascends through a series of challenging levels, all synchronized to an infectious beat. Time your jumps perfectly to the music to avoid obstacles and collect musical notes for extra points. With vibrant visuals, catchy tunes, and addictive gameplay, Musical Ball Jump is the ultimate test of your reflexes and musical prowess. Can you reach the top and become the rhythmic champion?', 'https://img.gamemonetize.com/zqmtqyc7sryczxf8qgruwccepnq38ouw/512x384.jpg', 'https://html5.gamemonetize.com/zqmtqyc7sryczxf8qgruwccepnq38ouw/', '0', 'Arcade', 0, 0, '', 'musical-ball-jump'), (990, 'Family Camping Trip', 'Family Camping Trip is a fun and creative 2D cartoon puzzle game for kids and girls. You have to help the Millers find and match items for their trip. You can also design new outfits for them as you like. You will earn badges when you complete any missions. You also have to wash the car with the tools and the hints. There are more exciting links for you to unlock and play for the Millers. You will love this game and its mini puzzles!', 'https://img.gamemonetize.com/34ken32mucs5o4xdg1d4jpi3ti6p2bv9/512x384.jpg', 'https://html5.gamemonetize.com/34ken32mucs5o4xdg1d4jpi3ti6p2bv9/', '0', 'Hypercasual', 0, 0, '', 'family-camping-trip'), (991, '2048 2048', '2048 2048 - the world needs this kind of mathematics! Both old and young with a mathematical mind and a humanitarian mind can safely play with numbers. Yes, we didn&rsquo;t invent a bicycle, we just modernized the well-known game with numbers. Our design will pleasantly surprise you: 3D dice, furiously stacked, ready to throw their numbers. Just play, just have fun, just enjoy the new design of the game you already love. Just K.Corp.', 'https://img.gamemonetize.com/3xh4d3pe4xoweplx0e5p63vp2t8ic7i5/512x384.jpg', 'https://html5.gamemonetize.com/3xh4d3pe4xoweplx0e5p63vp2t8ic7i5/', '0', 'Hypercasual', 0, 0, '', '-'), (992, 'Super Fighting Player', 'Super Fighting Player is all about intense multiplayer combat! Battle with up to 4 players online in this 2D fun cartoon-themed cross between Soldat and Halo.', 'https://img.gamemonetize.com/bwstg0w9nyiwxg28uwqkbif74k3jd02b/512x384.jpg', 'https://html5.gamemonetize.com/bwstg0w9nyiwxg28uwqkbif74k3jd02b/', '0', 'Multiplayer', 0, 0, '', 'super-fighting-player'), (993, 'Merge Plants and Zombies', 'Combine similar zombies or plants on the same level to create a stronger army. Zombies are used for close combat, plants for ranged combat. Your team will become stronger if you buy more zombies and assemble them into the smartest squad. Try your best to destroy your enemies before your army dies.', 'https://img.gamemonetize.com/w2uepocvjteetpkcnmptuhf7fgi1h9z7/512x384.jpg', 'https://html5.gamemonetize.com/w2uepocvjteetpkcnmptuhf7fgi1h9z7/', '0', 'Arcade', 0, 0, '', 'merge-plants-and-zombies'), (994, 'My Pets Shop', 'This is an easy and relaxing game in which you are the owner of a pet store! Positive and beautiful graphics, meditative gameplay. Grow food, feed animals, build new enclosures, sell animals to buyers. Your goal is to earn as much money as possible, for this try to grow and sell as many animals as possible. Have a good game!', 'https://img.gamemonetize.com/mvlzpmz4k7onh6bw238n9t0wbcbe2wvt/512x384.jpg', 'https://html5.gamemonetize.com/mvlzpmz4k7onh6bw238n9t0wbcbe2wvt/', '0', 'Hypercasual', 0, 0, '', 'my-pets-shop'), (995, 'Skibidi Elastic Head', 'In the entertaining puzzle game Skibidi Elastic Head, your goal is to assist the Skibidi Toilet in escaping from the cameraman and completing each level. Play the part of a courageous skibidi toilet and see if you can elude the camera crew. Make sure you finish each level before the alarm goes off; if you do, youll get a lot of cash, but if you pause for too long, youll be caught and killed. You may access a wide variety of skins for your skibidi, including characters from Rick and Morty, Five Nights at Freddys, Monster Rainbow, and many more.Website Developer <a href=\'https://kiz10.com\'>https://kiz10.com</a>', 'https://img.gamemonetize.com/mzhcqhok1b5whltst1sscbgd85ewzn2q/512x384.jpg', 'https://html5.gamemonetize.com/mzhcqhok1b5whltst1sscbgd85ewzn2q/', '0', 'Clicker', 0, 0, '', 'skibidi-elastic-head'), (996, 'Real JCB Excavator Simulator', 'Excavator Crane Driving Sim is a realistic and fun 3D cartoon construction vehicle driving simulation game. You can drive and operate Excavators, Rollers, Shovels, Forklifts, and Trucks in 4 stages of levels. You can earn coins and buy more skins or customize your vehicles in DIY mode. You can also watch ads to get more coins easily. You don&rsquo;t have to worry about time or scores, just follow the green arrows and complete all construction levels!', 'https://img.gamemonetize.com/lrhrhwj6zkb8o1drgkszffgv1z8k94ra/512x384.jpg', 'https://html5.gamemonetize.com/lrhrhwj6zkb8o1drgkszffgv1z8k94ra/', '0', 'Boys', 0, 0, '', 'real-jcb-excavator-simulator'), (997, 'Dead City Zombie Invasion 2023', 'is an action-adventure game that places you in the shoes of a well-armed individual, tasked with eradicating hordes of zombies that have infested a city. Vigilance is key to surviving the onslaught of the living dead. The game offers user-friendly controls, allowing you to navigate by simply tapping the desired location on the screen. If youre in the mood for some zombie-slaying action, aim accurately at your undead adversaries. Website Developer <a href=\'https://ro.kizi10.org\'>https://ro.kizi10.org</a>', 'https://img.gamemonetize.com/jxdno88jafvyr9vfma8p4g8gxr8zb4tn/512x384.jpg', 'https://html5.gamemonetize.com/jxdno88jafvyr9vfma8p4g8gxr8zb4tn/', '0', 'Shooting', 0, 0, '', 'dead-city-zombie-invasion-'), (998, 'Skibidi Hit Master', 'Skibidi Hit Master is a hilarious Shooting game where you must defend the world from an invasion of Skibidi Toilets! Take on the role of a cameraman and fight off waves of toilet-like monsters. Battle the Skibidi Boss, G-Man, and his army of quirky enemies. Embark on this absurd comedy and save humanity from the comical toilet terror! Get ready to laugh through the flush in this entertaining adventure with cartoonish graphics.', 'https://img.gamemonetize.com/5v5di5766lz4kax3unxtr0qqaylr4me9/512x384.jpg', 'https://html5.gamemonetize.com/5v5di5766lz4kax3unxtr0qqaylr4me9/', '0', 'Shooting', 0, 0, '', 'skibidi-hit-master'), (999, 'Fruit Survivor', 'Fruit Survivor is a cool and exciting 3D cartoon survival arcade game. You play as a gardener who is attacked by fruit monsters. You have to fight your way out and destroy them with different weapons. I recommend choosing the blender and maxing it out first. It can deal with many strong enemies effectively. You can also experiment with different weapon combinations to challenge yourself with harder levels. Enjoy hunting fruit monsters!', 'https://img.gamemonetize.com/8wa28ov2va942vruzbs1nhsb677t9xek/512x384.jpg', 'https://html5.gamemonetize.com/8wa28ov2va942vruzbs1nhsb677t9xek/', '0', 'Action', 0, 0, '', 'fruit-survivor'), (1000, 'GT Car Stunts Legends', 'Experience the thrill of extreme stunt driving in Ramp Car Games: GT Car Stunts! You can choose from 8 different cars and explore the open-world mode to get familiar with them. Then you can take on 20 challenging levels in Classic mode and Obstacle mode, where you need to perform amazing stunts and tricks. You can switch the car attachments to suit your needs and preferences. Enjoy the stunning graphics and physics of this game and earn gems to unlock more cars and levels. Have fun!', 'https://img.gamemonetize.com/afach7283ov5gvxv5eugcrsev4omg8fq/512x384.jpg', 'https://html5.gamemonetize.com/afach7283ov5gvxv5eugcrsev4omg8fq/', '0', 'Racing', 0, 0, '', 'gt-car-stunts-legends'), (1001, 'Car Stunt Raching', 'In this exciting game you will have to drive your car as quickly as possible along different tracks, while performing breathtaking stunts. Get ready to overcome sharp turns and springboards, dodge swinging hammers and drive through loops, perform other equally difficult car stunts, be prepared to skid the car on sharp turns of the track. To confidently overcome all elements of the track, you will need to gain some experience and understand the real physics of the car&rsquo;s behavior. Prize coins received for completing the track can be spent on upgrading your car or opening a new race track.', 'https://img.gamemonetize.com/m7do60m9yl1bdnv88bn57rlmec5kh1ni/512x384.jpg', 'https://html5.gamemonetize.com/m7do60m9yl1bdnv88bn57rlmec5kh1ni/', '0', 'Racing', 0, 0, '', 'car-stunt-raching'), (1002, 'Ducklings.io', 'Its time to relax, youre a duck now, Quack! Swim around and rescue as many ducklings as possible. Dodge the reckless boats, they will hurt you. Upgrade your home by retrieving more ducklings and get the coolest looking nest in the pond.', 'https://img.gamemonetize.com/e1whjwhbyjsiaj82vmd60sgw9tk5370l/512x384.jpg', 'https://html5.gamemonetize.com/e1whjwhbyjsiaj82vmd60sgw9tk5370l/', '0', 'Multiplayer', 0, 0, '', 'ducklingsio'), (1003, 'Santa Drop', 'Help Santa to escape from dark forest prison! Santa Drop is a 60 levels of fun physics puzzle game! all boxes except the grass must be removed where the prison is standing. Simply click or tap on the boxes or blocks to destroy them; carefully use the set blocks in what ever way you can to get the Santa Drop safely into the grass. Solve this fun physics game and help Santa to escape from prison!', 'https://img.gamemonetize.com/drrapap9n5xsoiffxcwij3w5lunkqvcu/512x384.jpg', 'https://html5.gamemonetize.com/drrapap9n5xsoiffxcwij3w5lunkqvcu/', '0', 'Puzzles', 0, 0, '', 'santa-drop'), (1004, 'Amazing Circus Adventure', 'Embark on a captivating 2D adventure in Amazing Circus Adventure. Swing, jump, and navigate through whimsical landscapes, encountering quirky circus performers and solving puzzles. Collect coins power-ups and become the star of the greatest show on Earth. A delightful experience with enchanting visuals and lively music awaits you!', 'https://img.gamemonetize.com/l0knmblv4y7etinnt2nh8h4gf3m2afgs/512x384.jpg', 'https://html5.gamemonetize.com/l0knmblv4y7etinnt2nh8h4gf3m2afgs/', '0', 'Adventure', 0, 0, '', 'amazing-circus-adventure'), (1005, 'Hangman Winter', 'Hangman Winter challenges you and you need to win, and to do this, guess the words, targets or letters and do not let the gallows appear. You have to do it gradually letter by letter and reach the solution. In the lower right part you have a button that can help you with an unknown letter. At the top you will see the topic in which the word is given, this will greatly facilitate your task.', 'https://img.gamemonetize.com/87yhrah3z0vn1tlfycre5jqc9fl8iebo/512x384.jpg', 'https://html5.gamemonetize.com/87yhrah3z0vn1tlfycre5jqc9fl8iebo/', '0', 'Puzzles', 0, 0, '', 'hangman-winter'), (1006, 'Chibi Doll Makeup Salon', 'A cute and fun fashion, makeup game specially designed suitable for girls who love fashion, princesses, and makeover games. Use your creativity to customize gorgeous outfits. Cat, mermaid, kawaii, Christmas, cyberpunk, monster, unicorn, werewolf, rabbit &ndash; choose your favorite chibi anime girl and become a fashion designer! Create a fabulous fashion look with facial spa, beautiful clothes and accessories.', 'https://img.gamemonetize.com/0wxpqi3a5s1kps5f426iu1kj5iuv0ehj/512x384.jpg', 'https://html5.gamemonetize.com/0wxpqi3a5s1kps5f426iu1kj5iuv0ehj/', '0', 'Girls', 0, 0, '', 'chibi-doll-makeup-salon'), (1007, 'Dream Wedding Planner', 'Plan your dream wedding with Dream Wedding Planner Game, a simulation game for kids and girls who love weddings. You can pick four characters and plan six different aspects of their wedding, such as the dress, the cake, the flowers, and more. You can use various tools to complete each step and create your own style. You can skip the current scene by following the pink arrow on top. You can also print the screen after each step and change your plan as you wish. You can make different design plans for each character and give them a sweet wedding.', 'https://img.gamemonetize.com/46yglyg7oau5ljfhr2x0erfr57fi03g5/512x384.jpg', 'https://html5.gamemonetize.com/46yglyg7oau5ljfhr2x0erfr57fi03g5/', '0', 'Girls', 0, 0, '', 'dream-wedding-planner'), (1008, 'Offroad Life 3D', 'A life on the mountains with huge vehicles with huge wheels is beginning with the Offroad Life 3D game! This adventure will be in the different places of the world under the different seasons from autumn to summer. Various offroad vehicle options and various wheel options are available with this great adventure. Embark on this adventure with your friend in 2 player game mode and discover new areas together!', 'https://img.gamemonetize.com/wogcifp7lkset5tfyefzu4gmq2er0i75/512x384.jpg', 'https://html5.gamemonetize.com/wogcifp7lkset5tfyefzu4gmq2er0i75/', '0', 'Racing', 0, 0, '', 'offroad-life-d'), (1009, 'Girls School Fashion', 'Girls School Fashion is an online game that you can play on Babygames for free. Even at school, these girls represent the fashion, rejecting mediocrity. Help them choose some fashion and unique dress, they will be the most popular girls!', 'https://img.gamemonetize.com/ak42smh0bg4hj3uokqtopggnlacatsq2/512x384.jpg', 'https://html5.gamemonetize.com/ak42smh0bg4hj3uokqtopggnlacatsq2/', '0', 'Girls', 0, 0, '', 'girls-school-fashion'), (1010, 'Penguin Adventure 2', 'Join the penguin&rsquo;s adventure in Penguin Adventure! You will play as a penguin who must reach the castle in each level. You will explore three worlds, each with its own challenges and surprises. You will also have to control the penguin&rsquo;s actions. You will collect stars and hearts along the way, which will affect your score and rewards. You will need enough yellow stars to unlock the next world. Penguin Adventure is a game that will test your reaction and strategy. Don&rsquo;t miss this fun game!', 'https://img.gamemonetize.com/0moizrof18ozv73qcg41djoene3rpfcq/512x384.jpg', 'https://html5.gamemonetize.com/0moizrof18ozv73qcg41djoene3rpfcq/', '0', 'Adventure', 0, 0, '', 'penguin-adventure-'), (1011, 'Farming Life', 'Start afresh in a small town with a tiny farm. Build it up and sell your goods on the local market. Become the most popular local farmer with the biggest and best farm around!', 'https://img.gamemonetize.com/q8w2r79771yeqx2v37xqdqwn9oh0bkmo/512x384.jpg', 'https://html5.gamemonetize.com/q8w2r79771yeqx2v37xqdqwn9oh0bkmo/', '0', 'Adventure', 0, 0, '', 'farming-life'), (1012, 'Zombie Towers', 'You are the last group of survivors on the planet, and your goal is to defend your castle from brutal enemy attacks and destroy the zombie army.', 'https://img.gamemonetize.com/06qwivcn2bn2gelwm4sjho2pvudopyfy/512x384.jpg', 'https://html5.gamemonetize.com/06qwivcn2bn2gelwm4sjho2pvudopyfy/', '0', 'Arcade', 0, 0, '', 'zombie-towers'), (1013, 'Hide Yellow Monster Survivor', 'In Hide Yellow Monster Survivor the players objective is to evade the multicolored monster and avoid capture. The game challenges you to gather various items and return them to the safe haven before time runs out. Website Developer <a href=\'https://es.kizi10.org\'>https://es.kizi10.org</a>', 'https://img.gamemonetize.com/cq9g5sy0znk698z5g2cveytmvootezvl/512x384.jpg', 'https://html5.gamemonetize.com/cq9g5sy0znk698z5g2cveytmvootezvl/', '0', 'Action', 0, 0, '', 'hide-yellow-monster-survivor'), (1014, 'Help Police', 'Help Police is a logical puzzle game in which you control a police squad. You need to think carefully about every move to prevent the thief from escaping from prison! New police officers open every 10 levels! Take your time, think one step ahead, good luck!', 'https://img.gamemonetize.com/bmid2lhtrfhk0krdsbqhhwqp1wb27cne/512x384.jpg', 'https://html5.gamemonetize.com/bmid2lhtrfhk0krdsbqhhwqp1wb27cne/', '0', 'Puzzles', 0, 0, '', 'help-police'), (1015, 'Strong Fighter', 'Fight your opponent and destroy him with your ultimate punch! In this action role playing game you can chose your strategy to become a great fighter. Its your choice to fight like a martial artist, a grappler or like a shaolin master. And become the ultimate dojo kung fu master! If you can beat them you can beat everyone!', 'https://img.gamemonetize.com/nxotysqbir7qxsp2qw432ybzfiji436v/512x384.jpg', 'https://html5.gamemonetize.com/nxotysqbir7qxsp2qw432ybzfiji436v/', '0', 'Clicker', 0, 0, '', 'strong-fighter'), (1016, 'Pocoyo Hidden Objects', 'The Pocoyo Hidden Objects game is an exciting game that challenges you to find hidden objects in 8 different levels. Your aim is to locate ten objects in each level before your time runs out. With each level, the objects become harder to find, and the game becomes more challenging. You must use your observation skills to spot objects cleverly hidden in the images. The scenes are full of bright, vivid colors that make the game even more enjoyable. Play the game now and see how many hidden objects you can find!', 'https://img.gamemonetize.com/70zkttqj50677chrt0nudfcx8719n23q/512x384.jpg', 'https://html5.gamemonetize.com/70zkttqj50677chrt0nudfcx8719n23q/', '0', 'Puzzles', 0, 0, '', 'pocoyo-hidden-objects'), (1017, 'Alvin Super Hero', 'Join the, Alvin Super Hero , in an action-packed superhero training game. Theodore has created a high-speed Superboard, and now its time to see who deserves it in a neighborhood race. If youve played Temple Run before , youll be familiar with the gameplay &ndash; navigate a randomly generated obstacle course through the streets, collect coins, and run as far as you can. But watch out for obstacles; one collision ends the race. Test your skills in this thrilling Super Hero adventure!', 'https://img.gamemonetize.com/d0fxy3q7cp54uq299iwx76xqywvtit1x/512x384.jpg', 'https://html5.gamemonetize.com/d0fxy3q7cp54uq299iwx76xqywvtit1x/', '0', 'Boys', 0, 0, '', 'alvin-super-hero'), (1018, 'Blocky Neon', 'Blocky Neon is a fun neon themed Tetris game, play to enjoy collecting as many blocks as you can and getting high scores. There will be a variety of blocks in this engaging game. Arrange them, perfect your plan, and clear as many of the blocks as you can. All generations are going to love this game. Enjoy the Neon theme, as they look bright and fun. Jhurr presents all the exclusive and addicting games for all ages.', 'https://img.gamemonetize.com/mghucfpyh018g5uif5pjfom91je34i4q/512x384.jpg', 'https://html5.gamemonetize.com/mghucfpyh018g5uif5pjfom91je34i4q/', '0', 'Arcade', 0, 0, '', 'blocky-neon'), (1019, 'Cube Arena 2048 Merge Numbers', 'Cubes 2048.io is an addictive online game that fuses Snake and 2048. Get a bigger number by collecting free cubes and eating other players with a smaller number than you. Your cubes with the same value that bump into one another will merge.', 'https://img.gamemonetize.com/83up5y2u78nvd5ngywugy6j4g3im4lda/512x384.jpg', 'https://html5.gamemonetize.com/83up5y2u78nvd5ngywugy6j4g3im4lda/', '0', 'Puzzles', 0, 0, '', 'cube-arena----merge-numbers'), (1020, 'Nail Challenge', 'This time the challenge begins with a wood piece, a nail, and a hammer. Create your own team and start nailing the nails into the woods! You should nail before your opponents team. Dont miss chances on golden nails to get more power. Various characters in the shop will be waiting. Make sure you create the strongest team. Between the levels you will play some bonus levels, try to smash as much wood with your hammer and nail and get as many bonus game coins as you can!', 'https://img.gamemonetize.com/n1lud23un2plko5mpk0fj1ccu91453or/512x384.jpg', 'https://html5.gamemonetize.com/n1lud23un2plko5mpk0fj1ccu91453or/', '0', 'Hypercasual', 0, 0, '', 'nail-challenge'), (1021, 'Dice Push 3D', 'Dice Push 3D is a fun dice throwing puzzle game. Play against millions of players and push them off the board! Roll the dice so that units push the bar to the other side. Aim for multipliers and size-increasing power-ups to capitalize on your opponents. Ready? Start your journey of matchmaking now!', 'https://img.gamemonetize.com/dcvdi4js9a1tunk1s35k2xmingzsgw4x/512x384.jpg', 'https://html5.gamemonetize.com/dcvdi4js9a1tunk1s35k2xmingzsgw4x/', '0', 'Puzzles', 0, 0, '', 'dice-push-d'), (1022, 'Anime Doll Avatar World', 'Welcome to Avatar World. Here you become the stylist and help the doll prepare for her big show. Choose from a variety of clothes and accessories to create the perfect look for any occasion, giving girls a wonderful and unique dressing experience! Featuring different make-up styles, elegant shiny necklaces and bracelets, and unique hairstyles composed of a variety of popular colors, combined with your originality and unique wallpapers and stickers, you can create your own doll princess! This game tour will show you that the possibilities are endless, from elegant ball gowns to edgy streetwear.', 'https://img.gamemonetize.com/uxis95l3lvbl3kuksiu9orcoma518lzd/512x384.jpg', 'https://html5.gamemonetize.com/uxis95l3lvbl3kuksiu9orcoma518lzd/', '0', 'Girls', 0, 0, '', 'anime-doll-avatar-world'), (1023, 'World of Alice Animal Numbers ', 'World of Alice - Animal Numbers World of Alice - Animal Numbers is an educational game developed for children to teach numbers and their shapes. With Alices help, you will discover which numbers are hidden in the shape of animals. In World of Alice, learning is fun. Game developed by: Nau.Kids', 'https://img.gamemonetize.com/pdatiaxcpz9z3xas76d4178sa77tqfvu/512x384.jpg', 'https://html5.gamemonetize.com/pdatiaxcpz9z3xas76d4178sa77tqfvu/', '0', 'Puzzles', 0, 0, '', 'world-of-alice---animal-numbers-'), (1024, 'Riffle Assault', 'A fun and challenging trench battle game. Manage your purchases and movements to overcome the enemy! You are the general! The enemies army are coming! . Manage your purchases and movements to overcome the enemy! Reach to the end and then you will be victorious!', 'https://img.gamemonetize.com/008zinna5lvgtoc89x5zoau2nsr2g27t/512x384.jpg', 'https://html5.gamemonetize.com/008zinna5lvgtoc89x5zoau2nsr2g27t/', '0', 'Shooting', 0, 0, '', 'riffle-assault'), (1025, 'Sweet Candy Saga Light', 'Indulge in the delightful world of Sweet Candy Saga Light, where every sweet tooth finds its sugary bliss. This addictive confectionary adventure brings you endless joy and excitement with its colorful candies and tantalizing puzzles. In Sweet Candy Saga Light, your mission is to match three or more candies of the same color and watch them burst into a delightful explosion of flavor. With each level, the challenges become more complex, putting your skills to the test. Can you conquer them all and become the ultimate candy master? But it doesnt stop there. Sweet Candy Saga Light lets you unlock your creative genius and design your own sweet', 'https://img.gamemonetize.com/o7okpx9mzd6zwdzzh559b5wxe7un90o8/512x384.jpg', 'https://html5.gamemonetize.com/o7okpx9mzd6zwdzzh559b5wxe7un90o8/', '0', 'Puzzles', 0, 0, '', 'sweet-candy-saga-light'), (1026, 'Fashion Box Christmas Diva', 'This holiday season, Bonnie is looking for new ways to express her love for the winter holidays. This year she decided to do something special with your help! Lets join her in the Fashion Box: Christmas Diva dress-up game and help her dress to impress Santa with her unique sense of fashion! Website Developer <a href=\'https://prinxy.app\'>https://prinxy.app</a>', 'https://img.gamemonetize.com/ka6qh6wd7l38pqy3deb8p7xo3r3w1fq0/512x384.jpg', 'https://html5.gamemonetize.com/ka6qh6wd7l38pqy3deb8p7xo3r3w1fq0/', '0', 'Girls', 0, 0, '', 'fashion-box-christmas-diva'), (1027, 'Hockey World Cup 2024', 'Shoot on goal and defend against the best in the Hockey World Cup tournament. Are you good enough to win it all and win that trophy?', 'https://img.gamemonetize.com/brhk620edkzf7secmniydd073e2a8pxm/512x384.jpg', 'https://html5.gamemonetize.com/brhk620edkzf7secmniydd073e2a8pxm/', '0', 'Sports', 0, 0, '', 'hockey-world-cup-'), (1028, 'Encanto Coloring Book', 'Encanto Coloring Book invites players into the vibrant and magical world inspired by the Disney animated film Encanto. This delightful coloring book game offers a creative and interactive experience for fans of all ages. Immerse yourself in the enchanting story of the Madrigal family, who live in a magical house in the mountains of Colombia. Website developer:', 'https://img.gamemonetize.com/kmuxtlomy1qvavnvpiac46m367fl69mc/512x384.jpg', 'https://html5.gamemonetize.com/kmuxtlomy1qvavnvpiac46m367fl69mc/', '0', 'Boys', 0, 0, '', 'encanto-coloring-book'), (1029, 'Warrior Kingdom', 'Warrior Kingdom is an action RPG for one person. You will guide your character through the game, fighting enemies and completing tasks. The game includes a number of different weapons and armor, as well as spells and abilities. To battle the enemies and save the kingdom, you must employ all of your skills.', 'https://img.gamemonetize.com/17rl27edmekpby1nwp1bdllcrwzt3jkl/512x384.jpg', 'https://html5.gamemonetize.com/17rl27edmekpby1nwp1bdllcrwzt3jkl/', '0', 'Arcade', 0, 0, '', 'warrior-kingdom'), (1030, 'Arena Box', 'Are you up for a competitive match with your friend? Swords are drawn, lets start attacking. Buy the best sword and defeat your enemy. Run to the box and collect it. If you stay by the box for 20 seconds, it will open, and you win. Stand by the box for 20 seconds and claim victory.', 'https://img.gamemonetize.com/67raryei1qpk20i01tosxymy3ypeox0c/512x384.jpg', 'https://html5.gamemonetize.com/67raryei1qpk20i01tosxymy3ypeox0c/', '0', 'Arcade', 0, 0, '', 'arena--box'), (1031, 'Space Junk', 'The astronaut accidentally found himself in the space junk room. Keep him alive for as long as you can with the joystick or arrows. Collect the blue lights to have more air to breath in space Good luck!', 'https://img.gamemonetize.com/0sri22s0hdrvbfl6r900de4f8y2wk7gl/512x384.jpg', 'https://html5.gamemonetize.com/0sri22s0hdrvbfl6r900de4f8y2wk7gl/', '0', 'Adventure', 0, 0, '', 'space-junk'), (1032, 'Dangerous room', 'A game where you control with the arrow keys and jump with space and your objective is to get the most points (Tip: If you pick up the box the final value and time is multiplied by the number of boxes)', 'https://img.gamemonetize.com/znwwsrbuw2zmgopa9a3m7obtil0tlqyg/512x384.jpg', 'https://html5.gamemonetize.com/znwwsrbuw2zmgopa9a3m7obtil0tlqyg/', '0', 'Action', 0, 0, '', 'dangerous-room'), (1033, 'Baby Games Animal Puzzle for Kids', 'Baby Games Animal Puzzle for Kids is an engaging and educational html5 game designed to captivate the youngest minds. This delightful app combines the fun of solving puzzles with the charm of adorable animal characters, creating an interactive and stimulating experience for toddlers and preschoolers.', 'https://img.gamemonetize.com/yb3cfpuze8quousxdc7tik2bw4z3g53j/512x384.jpg', 'https://html5.gamemonetize.com/yb3cfpuze8quousxdc7tik2bw4z3g53j/', '0', 'Puzzles', 0, 0, '', 'baby-games-animal-puzzle-for-kids'), (1034, 'Jumping Robot', 'Jumping Robot is an exciting online game where you are in control of a nimble and agile robot that loves to jump! Your mission is to navigate through a series of platforms and collect batteries to increase your score. The gameplay is straightforward yet challenging - you must time your jumps perfectly to land on each platform and avoid falling into the depths below. To make things even more interesting, some platforms will be constantly moving left and right, adding an element of unpredictability to the game. This requires quick reflexes and precise control to stay on track. The ultimate goal is to collect as many batteries as possible.', 'https://img.gamemonetize.com/d707fiaxt0i7yvvcyusnoi7h92rm9uoh/512x384.jpg', 'https://html5.gamemonetize.com/d707fiaxt0i7yvvcyusnoi7h92rm9uoh/', '0', 'Arcade', 0, 0, '', 'jumping-robot'), (1035, 'Cap Opener', 'Cap Opener is an engaging and fast-paced mobile game where players enter a world of adventure and strategy. Set in a whimsical universe, players must skilfully navigate through levels, unlocking various magical bottles. Each bottle presents unique challenges and puzzles, requiring clever tactics to open. Players can collect special tools and power-ups, enhancing their abilities to tackle increasingly complex puzzles. With its vibrant graphics, intuitive controls, and a progressively challenging gameplay. Website Developer <a href=\'https://www.coolcrazygames.com\'>https://www.coolcrazygames.com</a>', 'https://img.gamemonetize.com/apqsdr58pvpmk61n5cqu8wqzwbvfvocn/512x384.jpg', 'https://html5.gamemonetize.com/apqsdr58pvpmk61n5cqu8wqzwbvfvocn/', '0', 'Arcade', 0, 0, '', 'cap-opener'), (1036, 'Santa Soosiz', 'In this game you control Santa moving them around a world that revolves around you! As you move around the landscape your character clings o the ground via gravity &ndash; use it your advantage to move from one platform to the next. to collect all missing Gifts to save the Christmas! This is a fun Christmas theme exploring adventure games enjoy it!', 'https://img.gamemonetize.com/wgdzcjwwrrlypxfegu9iamx5lxuz5r0j/512x384.jpg', 'https://html5.gamemonetize.com/wgdzcjwwrrlypxfegu9iamx5lxuz5r0j/', '0', 'Puzzles', 0, 0, '', 'santa-soosiz'), (1037, 'Dunk Challenge', 'Shoot and score with Dunk Challenge, a 2D basketball game that will make you bounce with joy. You will play as a basketball shooter. You will also enjoy a new explosive mode that adds more fun and challenge to your gameplay. You will tap the screen to shoot and use your 14 bullets wisely to make the ball rebound and land in the hoop. You will also collect purple diamonds and explore the store, where you can find 15 different ball skins to customize your game. Don&rsquo;t miss this addictive game!', 'https://img.gamemonetize.com/kfc9v33e6eh3e0iurinpfkfggmsoq9l4/512x384.jpg', 'https://html5.gamemonetize.com/kfc9v33e6eh3e0iurinpfkfggmsoq9l4/', '0', 'Sports', 0, 0, '', 'dunk-challenge'), (1038, 'Flip Lines', 'Flip Lines, a casual yet challenging puzzle game, requires players to navigate falls safely. While appearing straightforward, it presents unexpectedly deep and intricate gameplay, captivating players with its blend of simplicity and complexity. Website Developer <a href=\'https://id.kizi10.org\'>https://id.kizi10.org</a>', 'https://img.gamemonetize.com/5u7a9cejyo0m8iey4fnfg86mp78fndwi/512x384.jpg', 'https://html5.gamemonetize.com/5u7a9cejyo0m8iey4fnfg86mp78fndwi/', '0', 'Puzzles', 0, 0, '', 'flip-lines'), (1039, 'Screw Escape', 'Screw Escape is a challenging screw puzzle adventure game. Dive into this twisted world of twisted iron where you can unlock nuts and bolts, click on products to unlock screw holes that cause metal plates to fall. This is more than just a challenging game; this is a real bolt game that will rock your brain. Are you ready to start the challenge? Join us and become a screw master!', 'https://img.gamemonetize.com/mydmswmtgudy814gujbalsrx0sixm2wb/512x384.jpg', 'https://html5.gamemonetize.com/mydmswmtgudy814gujbalsrx0sixm2wb/', '0', 'Puzzles', 0, 0, '', 'screw-escape'), (1040, 'Phone Case DIY 4', 'Phone Case DIY 4 is a very interesting and fashionable Art game. At the beginning of the game, choose your favorite phone case. Then put a layer of glue on it, even out. Then, spray it with the paint you like. The game provides you with dozens of colors. Whether you like pastoral, dark, or girly, you will find the right paint here. Then use the hair dryer to dry the color. Then come to our sticker section and choose your favorite fruit sticker, animal sticker, cartoon sticker and vegetable sticker. Finally, add a delicate phone chain to your phone and attach your favorite rhinestones.', 'https://img.gamemonetize.com/6d2pxpci45dbwelk6558pu3flpvqlts8/512x384.jpg', 'https://html5.gamemonetize.com/6d2pxpci45dbwelk6558pu3flpvqlts8/', '0', 'Girls', 0, 0, '', 'phone-case-diy-'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (1041, 'Pixel Christmas', 'Pixel Christmas is a festive-themed tetris game. Presents are falling from the sky in piles, illuminating your screen with a joyous holiday vibe. Each package is waiting to be lined up in a row to make room for new gifts! Load up with presents and increase your score!', 'https://img.gamemonetize.com/9gtvi6l0erodh6wt6lt8rauhbrcvw9b6/512x384.jpg', 'https://html5.gamemonetize.com/9gtvi6l0erodh6wt6lt8rauhbrcvw9b6/', '0', 'Puzzles', 0, 0, '', 'pixel-christmas'), (1042, 'Arsenal Online', 'High-octane 2D shooter. Jump into some quick and explosive shoot-em-up action! Play one of many fun game modes either solo or with a friend online! Each game mode has a different objective, such as Sniper where accuracy is rewarded, or Time Attack where maximum kills is the goal. Unlock hundreds of weapons and attachments, ranging from pistols, SMGs, assault rifles, LMGs, sniper rifles, and more! Enter the firing range where all weapons and attachments are immediately accessible.', 'https://img.gamemonetize.com/fadsdximj0ao2vsyuswwntlarkxe1ns5/512x384.jpg', 'https://html5.gamemonetize.com/fadsdximj0ao2vsyuswwntlarkxe1ns5/', '0', 'Shooting', 0, 0, '', 'arsenal-online'), (1043, 'Makeup Kit DIY Dress Up 2', 'You use cosmetics and skin care products every day, but have you ever made your own? Just use harmless and natural materials and choose the colors that suit you best. Are you excited when you hear this? Let me share with you four cosmetic recipes! They are all made from the most pollution-free and organic materials. Ill also let you try dozens of different colors so you can find the one that works best for you. Don&rsquo;t forget to try it out and take photos after you&rsquo;ve finished making it. Finally, don&rsquo;t forget to share your organic cosmetics secrets with your friends! Now let&rsquo;s start making it!', 'https://img.gamemonetize.com/qx0hwuejnhieoccibkq8qzl5laq843sx/512x384.jpg', 'https://html5.gamemonetize.com/qx0hwuejnhieoccibkq8qzl5laq843sx/', '0', 'Girls', 0, 0, '', 'makeup-kit-diy-dress-up-'), (1044, 'Alien Merge 2048', 'Alien Merge 2048 is a modified version of the game 2048, but with the same objective. Join equal numbers until you reach the number 2048.', 'https://img.gamemonetize.com/5kqb7mhgcvsonoe7fk144jkcob8qamvj/512x384.jpg', 'https://html5.gamemonetize.com/5kqb7mhgcvsonoe7fk144jkcob8qamvj/', '0', 'Puzzles', 0, 0, '', 'alien-merge-'), (1045, 'Santa Swing', 'Winter is Here! Welcome to Santa Swing Game. Tap to hook and make incredible jumps using the rope. Avoid falling and every obstacle that stands in your way. Can you make it to the finish line?', 'https://img.gamemonetize.com/w6npanu26kj9ieqeg5kclckgedc79kyw/512x384.jpg', 'https://html5.gamemonetize.com/w6npanu26kj9ieqeg5kclckgedc79kyw/', '0', 'Clicker', 0, 0, '', 'santa-swing'), (1046, 'Flag War', 'Are you ready to fight with your friend? Fight with your friend and reach victory. The best player from the blue team and the red team wins. Swords are drawn; its time to kill each other. Kill your enemy and reach the flag. Capture the flag and win the victory. The one that stands by the flag the most wins. Drop the flag and win.', 'https://img.gamemonetize.com/myppy1v163f8jyz8krwxw15r9q9dr3r9/512x384.jpg', 'https://html5.gamemonetize.com/myppy1v163f8jyz8krwxw15r9q9dr3r9/', '0', 'Action', 0, 0, '', 'flag-war'), (1047, 'Santa Girl Dash', 'The daughter of Santa Claus has to collect all present gifts that are scattered around the North Pole. But beware, there are many enemies and obstacles on the way. Santa Girl Dash is an endless game where you have to go the longer way to beat the record. Website Developer <a href=\'https://onduck.com\'>https://onduck.com</a>', 'https://img.gamemonetize.com/nhnylaa7ec1fkg5qktic0tb0ockeqmkr/512x384.jpg', 'https://html5.gamemonetize.com/nhnylaa7ec1fkg5qktic0tb0ockeqmkr/', '0', 'Hypercasual', 0, 0, '', 'santa-girl-dash'), (1048, 'Squid Hit', 'Craft your unique tentacled monster in the laboratory. Navigate through levels, unlocking new characters, and enhancing your creatures abilities. Your monster isnt just an experiment &ndash; its a hero, freeing hostages and vanquishing enemies.', 'https://img.gamemonetize.com/of5zh6q5uf1cyq5149cjgd3cl4klzaal/512x384.jpg', 'https://html5.gamemonetize.com/of5zh6q5uf1cyq5149cjgd3cl4klzaal/', '0', 'Hypercasual', 0, 0, '', 'squid-hit'), (1049, 'Brain Master IQ Challenge 2', 'Brain Master IQ Challenge 2 is an addictive brain-burning puzzle game. Parking, connecting lines, and various puzzle tests will challenge your brain. This new puzzle game may require you to exercise your brain by breaking the rules and thinking outside the box. Easy to play and addictive. If you are really bored, use this game to kill time! Have fun with it!', 'https://img.gamemonetize.com/5sqxxqbes7qoh1kqdn2d5bvzvtw0ewjr/512x384.jpg', 'https://html5.gamemonetize.com/5sqxxqbes7qoh1kqdn2d5bvzvtw0ewjr/', '0', 'Puzzles', 0, 0, '', 'brain-master-iq-challenge-'), (1050, 'Santa And The Chaser', 'Hey Santa needs Your help to escape from the Chaser! Avoid all obstacles and try to resit the more you can! try to complete all 20 Levels to go back in to the North Pole! Enjoy this Christmas season with this great arcade game!', 'https://img.gamemonetize.com/90z8416bi2017am0ufwtu4j0itbvezob/512x384.jpg', 'https://html5.gamemonetize.com/90z8416bi2017am0ufwtu4j0itbvezob/', '0', 'Racing', 0, 0, '', 'santa-and-the-chaser'), (1051, 'My Little Car Wash', 'Wash and shine with Car Washing Game, a 2D cartoon game that lets you clean different vehicles. You don&rsquo;t need any experience, just follow the hints and use the tools to make the vehicles look new. You will have 22 vehicles to choose from, each with its dirt and stains. You will also have the drivers watching you as you work, so be quick and efficient. You will earn yellow stars for each vehicle you wash, and you will need them to unlock more vehicles. Car Washing Game is a game that will teach you some washing skills and make you have fun!', 'https://img.gamemonetize.com/iwvv23u51fe6armbmvhgo06ccnpw69fd/512x384.jpg', 'https://html5.gamemonetize.com/iwvv23u51fe6armbmvhgo06ccnpw69fd/', '0', 'Hypercasual', 0, 0, '', 'my-little-car-wash'), (1052, 'Angry Goat Revenge HTML5', 'An open-world game where you embody an irate goat in a bustling city. Utilize wild goat abilities, headbutt foes, and fling them with incredible goat powers. Real Goat Simulator Free offers an action-packed adventure, smashing through the city as a genuine goat, leaping and causing chaos. Website Developer <a href=\'https://el.kizi10.org\'>https://el.kizi10.org</a>', 'https://img.gamemonetize.com/na0ipe33nzdxal7krux7bp8mkch2kwsw/512x384.jpg', 'https://html5.gamemonetize.com/na0ipe33nzdxal7krux7bp8mkch2kwsw/', '0', 'Action', 0, 0, '', 'angry-goat-revenge-html'), (1053, 'Romantic Bridal Salon', 'Romantic Bridal Salon is an online game that you can play on Babygames for free. Iris runs a very famous bridal salon, every girl will find a perfect wedding dress in the studio! Girl, today as Iriss assistant your job is to help your favorite girl to prepare for the wedding of her dream. Have fun!', 'https://img.gamemonetize.com/fkjyj703d5a6nyhd8wos2jjylhmsmz4c/512x384.jpg', 'https://html5.gamemonetize.com/fkjyj703d5a6nyhd8wos2jjylhmsmz4c/', '0', 'Girls', 0, 0, '', 'romantic-bridal-salon'), (1054, 'Christmas Pong', 'Christmas Pong is an online ping-pong game that is similar to the classic game. Looking for a fun and festive way to celebrate Christmas this year? Why not try your hand at Christmas Pong, the online pong game that everyone is talking about? With exciting gameplay and beautiful Christmas-themed graphics, Christmas Pong is the perfect way to get into the holiday spirit!', 'https://img.gamemonetize.com/6oy15a3vt8k5gedmn2h09fhovecg4ryf/512x384.jpg', 'https://html5.gamemonetize.com/6oy15a3vt8k5gedmn2h09fhovecg4ryf/', '0', 'Hypercasual', 0, 0, '', 'christmas-pong'), (1055, 'Mien and Bugr Skate', 'Would you like to join the adventurous journey of two cute friends on their skateboards? They need to get home right away. Both friends pink and brown pets have escaped into the streets, so find them and safely return home. Dont forget to collect all the gold coins along the way. Be cautious, as monsters are lurking everywhere, and they might try to devour you.', 'https://img.gamemonetize.com/2x99mlucox7qx53jzfgaaawy2xk7rz5v/512x384.jpg', 'https://html5.gamemonetize.com/2x99mlucox7qx53jzfgaaawy2xk7rz5v/', '0', 'Arcade', 0, 0, '', 'mien-and-bugr-skate'), (1056, 'SuperHero 2023', 'Welcome to an exhilarating new adventure in the world of flying iron superheroes! Unlike other action games such as rope hero or flying hero games, this cutting-edge iron hero action game of 2023 stands out as the ultimate experience for mastering superhero skills to safeguard the crime-ridden streets of Vegas from menacing gangster mafias. In this immersive third-person game, navigate through the bustling gangster crime city environment, showcasing your prowess as you drive various stunt cars and sport bikes. Embark on a mission to rescue hostages, transform into a superhero, and thwart the nefarious plans of criminals across town.', 'https://img.gamemonetize.com/jz7vv2ffyaeddghppumvm6la0bjov1i6/512x384.jpg', 'https://html5.gamemonetize.com/jz7vv2ffyaeddghppumvm6la0bjov1i6/', '0', 'Action', 0, 0, '', 'superhero-'), (1057, 'Baby Panda Animal Farm', 'Baby Panda Animal Farm is a cute farming game where you can learn how to run a farm. In Little Pandatown: My farm, you can experience collecting wool. But you need to feed the sheep first. And then give her a bath to make her comfortable and make the wool clean. After that, you can collect the beautiful and soft wool to sell it to get coins. You can also experience collecting fish. You need to buy some fish fry and dig the bait out of the dirt. Feed the fish fry till they grow larger. Then you can sell the fish to get coins. Want to know how to get honey from bees? Click to play my farm game to find more!', 'https://img.gamemonetize.com/hehjdndaq1s5ggfztbv16rujim0vrnx5/512x384.jpg', 'https://html5.gamemonetize.com/hehjdndaq1s5ggfztbv16rujim0vrnx5/', '0', 'Girls', 0, 0, '', 'baby-panda-animal-farm'), (1058, 'Piano Music Box', 'Join us in the enchanting world of Piano Music Box, an exceptionally enjoyable game designed for both kids and adults, making the process of learning to play the piano an absolute delight. Fun and interactive way to explore the art of piano playing. With the Piano Music Box, the learning process transforms into a super fun adventure, allowing users to unleash their musical creativity at any skill level.', 'https://img.gamemonetize.com/xbrxaqwdj1xqkwosfyrql4iej8s906ol/512x384.jpg', 'https://html5.gamemonetize.com/xbrxaqwdj1xqkwosfyrql4iej8s906ol/', '0', 'Girls', 0, 0, '', 'piano-music-box'), (1059, 'Fashion Studio Snow Queen Dress 2', 'You run a fashion studio, and its very famous, many fashion girls come to your studio to customize their clothes. Today, your first customer is Sofia, she want you to design a new dress and create a new look for her. Now, start your work!', 'https://img.gamemonetize.com/gukxl62yok3l2tajyvj54062d0kcg6hq/512x384.jpg', 'https://html5.gamemonetize.com/gukxl62yok3l2tajyvj54062d0kcg6hq/', '0', 'Girls', 0, 0, '', 'fashion-studio-snow-queen-dress-'), (1060, 'Gravity Moose', 'Gravity Moose is an old-school gravity runner. Why is this game crazy? You are a running Moose with the ability to change gravity!', 'https://img.gamemonetize.com/hiq48wf5f9ipr8fqy50occmx136g9d5t/512x384.jpg', 'https://html5.gamemonetize.com/hiq48wf5f9ipr8fqy50occmx136g9d5t/', '0', 'Hypercasual', 0, 0, '', 'gravity-moose'), (1061, 'Group Runner Brawl', 'Group Runner Brawl is a frenetic multiplayer game where teamwork collides with chaos! Join forces with friends or go head-to-head in a fast-paced obstacle race through dynamic arenas. Customize your character, strategize with power-ups, and navigate wild challenges while disrupting opponents progress. With unpredictable twists and a blend of cooperation and rivalry, every match is a riotous test of skill and collaboration. Can your group outmaneuver the mayhem and claim victory in this high-energy, uproarious brawl? Website Developer <a href=\'https://www.coolcrazygames.com\'>https://www.coolcrazygames.com</a>', 'https://img.gamemonetize.com/z8x6glbuisirvogacvtamh3mm73cgj29/512x384.jpg', 'https://html5.gamemonetize.com/z8x6glbuisirvogacvtamh3mm73cgj29/', '0', 'Arcade', 0, 0, '', 'group-runner-brawl'), (1062, 'Craig of the Creek Learning the Body Online', 'Craig of the Creek Learning the Body Online is an engaging educational game that takes young players on an exciting journey to discover the mysteries of the human body. Embark on an adventure with Craig and his friends from the Creek as they explore the intricacies of anatomy through fun and interactive challenges. Website Developer <a href=\'https://www.games-kids.com\'>https://www.games-kids.com</a>', 'https://img.gamemonetize.com/73ji3pqi1c0e4uki4badplna6vlph7p0/512x384.jpg', 'https://html5.gamemonetize.com/73ji3pqi1c0e4uki4badplna6vlph7p0/', '0', 'Boys', 0, 0, '', 'craig-of-the-creek-learning-the-body-online'), (1063, 'Baby Penguin Fishing', 'Tiny Fishing is a fun and addictive 2D puzzle fishing simulation game that challenges your skills. Enjoy this charming game as you explore a fishing adventure. The game has two modes: Fishing and Trawling. In Fishing mode, you cast your line by clicking on each fish&rsquo;s body and catch them quickly to advance to the next level. In Trawling mode, you release the net by clicking on the desired area and capture everything within it. You also have to complete the objective fast.', 'https://img.gamemonetize.com/rk4nb6ebw83g9yzaaojpfkpy4yj469cc/512x384.jpg', 'https://html5.gamemonetize.com/rk4nb6ebw83g9yzaaojpfkpy4yj469cc/', '0', 'Puzzles', 0, 0, '', 'baby-penguin-fishing'), (1064, 'Xmas Bubble Frenzy', 'Welcome to Xmas Bubble Frenzy. It will make you feel the joy of the festive. In each level collect the required number of bubbles. Dont let the bubbles touch the border. Catch special bubbles for more points. See how many levels you can reach.', 'https://img.gamemonetize.com/ct65u6nalzk3m0mcujkzbx9uu6fjpsxx/512x384.jpg', 'https://html5.gamemonetize.com/ct65u6nalzk3m0mcujkzbx9uu6fjpsxx/', '0', 'Puzzles', 0, 0, '', 'xmas-bubble-frenzy'), (1065, 'Frozen Sisters Dream Wedding', 'Welcome to the Frozen Sisters Dream Wedding. Princesses are more excited about their dream day with their beloved ones. Yes, It&rsquo;s their wedding. Help them to get ready for this occasion. And make this occasion a more memorable one in her life! Browse their wardrobe and pick suitable outfits and costumes. Help them to decorate the cake and invitation card. Join them and have fun!', 'https://img.gamemonetize.com/1z6gw9oyz0dtq46rz5cfkuuqzau0tx85/512x384.jpg', 'https://html5.gamemonetize.com/1z6gw9oyz0dtq46rz5cfkuuqzau0tx85/', '0', 'Girls', 0, 0, '', 'frozen-sisters-dream-wedding'), (1066, 'Ba Da Bean Coloring Book ', 'Ba Da Bean Coloring Book is an engaging and creative coloring experience designed for all ages. Dive into a world of whimsical illustrations featuring adorable characters, intricate patterns, and lively scenes. With a vibrant palette of colors at your fingertips, unleash your artistic expression and bring these captivating images to life.', 'https://img.gamemonetize.com/eh6qu75skbbrbzlkl0wjijmz0krts3b6/512x384.jpg', 'https://html5.gamemonetize.com/eh6qu75skbbrbzlkl0wjijmz0krts3b6/', '0', 'Boys', 0, 0, '', 'ba-da-bean-coloring-book-'), (1067, 'Black and White Stickman', 'Would you like to join the adventure of the black and white stickmen? Help them in this adventure and guide them to the portal. The black and white stickmen need to collect all the star points and monster balls to reach the portal. Remember to collect not only the stars but also the monster balls. Be cautious of obstacles; if you collide with them, youll lose and fail. Stay alert to avoid losing.', 'https://img.gamemonetize.com/637unv00hou83ty0j348ak3q7rhp1fi1/512x384.jpg', 'https://html5.gamemonetize.com/637unv00hou83ty0j348ak3q7rhp1fi1/', '0', '2 Player', 0, 0, '', 'black-and-white-stickman'), (1068, 'Santa Runner', 'Santa Runner - the online endless runner game thats perfect for gift collecting! With simple controls and addictive gameplay, Santa Runner is the perfect game for anyone who loves a challenge. Collect as many gifts as you can and see how far you can run!', 'https://img.gamemonetize.com/oyvl9kewf9sp0p1qehlfnqyyg4ko9bqw/512x384.jpg', 'https://html5.gamemonetize.com/oyvl9kewf9sp0p1qehlfnqyyg4ko9bqw/', '0', 'Adventure', 0, 0, '', 'santa-runner'), (1069, 'Christmas Elves Coloring Game', 'Unleash your creativity and immerse yourself in a world of vivid colors with Christmas Elves Coloring Game! This interactive coloring book brings a delightful experience for artists of all ages. Dive into an expansive collection of designs ranging from serene landscapes to intricate patterns. Christmas Elves Coloring Game offers an escape to a digital canvas where imagination is your only limit. Choose your palette, fill in the hues, and watch each page come to life with every touch. Whether youre looking to relax, improve your coloring skills, or simply have some fun, Christmas Elves Coloring Game is the perfect blend of entertainment and r', 'https://img.gamemonetize.com/31069946i2fcboyxx9a16qdlc6ym9wn1/512x384.jpg', 'https://html5.gamemonetize.com/31069946i2fcboyxx9a16qdlc6ym9wn1/', '0', 'Arcade', 0, 0, '', 'christmas-elves-coloring-game'), (1070, 'Christmas Gifts Falling', 'The newest Christmas puzzle game is Christmas Gifts Falling. Your goal in this game is to use Santa Claus to arrange the gift blocks in the same order as the Christmas Gifts that are falling from above. Enjoy and have fun!', 'https://img.gamemonetize.com/toqjhwkqelnqv9pwog1i6atu3otyh1ua/512x384.jpg', 'https://html5.gamemonetize.com/toqjhwkqelnqv9pwog1i6atu3otyh1ua/', '0', 'Puzzles', 0, 0, '', 'christmas-gifts-falling'), (1071, 'Killer Santa', 'Killer Santa is an Action-Adventure game where Santa is a super cop and takes the task of killing bad people. Will he be able to do it?', 'https://img.gamemonetize.com/ys147ejqihtss47n5hs9ax7wam7cnlu8/512x384.jpg', 'https://html5.gamemonetize.com/ys147ejqihtss47n5hs9ax7wam7cnlu8/', '0', 'Shooting', 0, 0, '', 'killer-santa'), (1072, 'Lorenzo the Runner', 'Lorenzo the Runner is a 2D Mario-like platformer that takes you on an exhilarating adventure through a vibrant cityscape The game features 4 levels set in 3 distinct environments. Bounce through the levels with slick controls and face a variety of enemies!', 'https://img.gamemonetize.com/8eyu67wvt74w2m9kptlk58brx2bhkniy/512x384.jpg', 'https://html5.gamemonetize.com/8eyu67wvt74w2m9kptlk58brx2bhkniy/', '0', 'Adventure', 0, 0, '', 'lorenzo-the-runner'), (1073, 'Ragdoll Arena 2 Player', 'Ragdoll Arena 2 Player consists of 14 super cool and challenging 2 player games. You can play these games in either 1 player or 2 player modes. Each game you will have a different goal but your main goal is to score three before your opponent. The games consist of fruit slicing, hammer challenge, chicken catching, rooftop shooting matches, and more. You can also customize your character from the shop. Earn coins from the matches and buy new costumes for your character.', 'https://img.gamemonetize.com/ympogr90zckrhth1abu4t2c0j3f3c65w/512x384.jpg', 'https://html5.gamemonetize.com/ympogr90zckrhth1abu4t2c0j3f3c65w/', '0', 'Action', 0, 0, '', 'ragdoll-arena--player'), (1074, 'Christmas Land Adventure', 'Christmas Land Adventures invites you to the magical world of Christmas, where youll assist Santa in overcoming challenges across exciting platformer levels.', 'https://img.gamemonetize.com/s9587erz18um7r0od046fcj0z3px7y0o/512x384.jpg', 'https://html5.gamemonetize.com/s9587erz18um7r0od046fcj0z3px7y0o/', '0', 'Adventure', 0, 0, '', 'christmas-land-adventure'), (1075, 'Air Hockey Cup', 'Fasten your skates and winter jacket. Your favorite ice sport is here in a new fun form. Move your tokens like real players and get the puck under control. Climb the ranks and destroy the tournaments!', 'https://img.gamemonetize.com/ef9qq4qgxq1fa0ie4gv1t3igpvx029tm/512x384.jpg', 'https://html5.gamemonetize.com/ef9qq4qgxq1fa0ie4gv1t3igpvx029tm/', '0', 'Sports', 0, 0, '', 'air-hockey-cup'), (1076, 'Turbo Racing 3D HTML5', 'Navigate swiftly through rapid courses and passageways. Collide with rival vehicles to eliminate them from the race. Seize the advantage by soaring off the track for a quicker route. Craving velocity? Prepare, Position, Proceed! Website Developer <a href=\'https://th.kizi10.org\'>https://th.kizi10.org</a>', 'https://img.gamemonetize.com/u9757y54l74izica7dvrbj6wtg58njes/512x384.jpg', 'https://html5.gamemonetize.com/u9757y54l74izica7dvrbj6wtg58njes/', '0', 'Racing', 0, 0, '', 'turbo-racing-d-html'), (1077, 'Hair Salon Dress Up Girl', 'Take care of this beautiful girl, prepare delicious meals, paint her nails and put makeup on her. Lets go directly to the hair salon. You need to wash the girls hair first. Rinse out any air bubbles and begin the styling process. Choose the hair color and length that best suits her. Now its time to go to the nail salon. Choose from some of the fun patterns we have prepared and apply glitter and cool stickers. After painting your nails, go to the dressing room and pick out some nice clothes. Try on as many outfits as possible and dont forget that a girls best friend is shoes.', 'https://img.gamemonetize.com/nsm81iskbnl3cr51gwt9lzcqzv7k790o/512x384.jpg', 'https://html5.gamemonetize.com/nsm81iskbnl3cr51gwt9lzcqzv7k790o/', '0', 'Girls', 0, 0, '', 'hair-salon-dress-up-girl'), (1078, 'Block Puzzle 2023', 'Block Puzzle 2023 is a fun and addictive block puzzle game that serves as an ideal choice when you want to pass the time and challenge your brain. This brain games objective is simple yet engaging: clear as many colored tiles as possible to achieve a high score. Mastering the techniques of filling rows or columns will make the puzzle game easier. This block puzzle game not only offers an enjoyable gaming experience but also enhances your logical skills and trains your brain.', 'https://img.gamemonetize.com/50wo5as1dmlcuus38rwtfhxp20vg1x5p/512x384.jpg', 'https://html5.gamemonetize.com/50wo5as1dmlcuus38rwtfhxp20vg1x5p/', '0', 'Arcade', 0, 0, '', 'block-puzzle-'), (1079, 'SliceItUp', 'The player is presented with a collection of slices represented by different sprites. Slices are collected and matched by rotating and placing them into designated slots. Each slot can accommodate slices of different shapes and sizes. The player earns points by strategically filling the slots with matching slices. As the game progresses, the difficulty increases with new turns, presenting different types of slices and angles to place into the slots.', 'https://img.gamemonetize.com/ypsaqloyxwh3xxywu02u8p12w2g69uoj/512x384.jpg', 'https://html5.gamemonetize.com/ypsaqloyxwh3xxywu02u8p12w2g69uoj/', '0', 'Puzzles', 0, 0, '', 'sliceitup'), (1080, 'The Best Russian Billiards', 'Are you ready to play The Best Russian Billiards? This realistic billiards featuring stunning 3D graphics is for players of all levels. Worthy rivals are waiting for you! Get in the game and let them know who you are! There are two play modes: against a virtual rival and online. Try both and choose the one you like better. You can even choose the design of interiors, the color of the balls, a cue and other accessories to your taste all of them are available in the store. Two view modes and a sight allow to line up the shots accurately and consistently. Just start playing and enjoy!', 'https://img.gamemonetize.com/i5bwxw1fst4xsezqwa4p5oxl6z037kqm/512x384.jpg', 'https://html5.gamemonetize.com/i5bwxw1fst4xsezqwa4p5oxl6z037kqm/', '0', 'Sports', 0, 0, '', 'the-best-russian-billiards'), (1081, 'Baby Games Animal Memory Game for Kids', 'Baby Games Animal Memory Game for Kids &ndash; a delightful and educational mobile game designed to spark cognitive development in the youngest players. This charming app offers a playful twist on the classic memory game, featuring lovable animal characters that engage and entertain toddlers and preschoolers.', 'https://img.gamemonetize.com/5n27zze61ilemmmg0bn9b3gqhfja9apz/512x384.jpg', 'https://html5.gamemonetize.com/5n27zze61ilemmmg0bn9b3gqhfja9apz/', '0', 'Puzzles', 0, 0, '', 'baby-games-animal-memory-game-for-kids'), (1082, 'Xmas Mahjong', 'Connect the all christams tiles and clear the board in this html5 mahjong games. Whats the max level can you play? You can use the Hint and Shuffle buttons for help.', 'https://img.gamemonetize.com/b2nrqjjv0zlghghddmm12d2q3o2ckstt/512x384.jpg', 'https://html5.gamemonetize.com/b2nrqjjv0zlghghddmm12d2q3o2ckstt/', '0', 'Puzzles', 0, 0, '', 'xmas-mahjong'), (1083, 'Z Stick Duel Fighting', 'Join the ultimate stickman battle in Z Stick Duel Fighting, a game that will make you fight for glory. You will play as a stickman warrior who must face other stickmen from across the universe. You will use various skills and techniques to defeat them in a duel. You will also have to manage your mana, dodge their attacks, and strike them with a fatal blow. You will have the chance to try different skills and styles. You will also have to prove yourself as the stickman fighting king of the universe. Z Stick Duel Fighting is a game that will test your speed and strategy. Don&rsquo;t miss this exciting game!', 'https://img.gamemonetize.com/o7tw740jgsxamrx0frgto50sxzl3w79r/512x384.jpg', 'https://html5.gamemonetize.com/o7tw740jgsxamrx0frgto50sxzl3w79r/', '0', 'Fighting', 0, 0, '', 'z-stick-duel-fighting'), (1084, 'Super Traffic Racer', 'Super Traffic Racer is a milestone in the genre of endless arcade racing. Drive your car through highway traffic, earn cash, upgrade your car, and buy new ones. Try to be one of the fastest drivers in the global leaderboards. Endless racing is now redefined!', 'https://img.gamemonetize.com/a5w7favv4e53hhyfev78m7xs0dcefnew/512x384.jpg', 'https://html5.gamemonetize.com/a5w7favv4e53hhyfev78m7xs0dcefnew/', '0', 'Racing', 0, 0, '', 'super-traffic-racer'), (1085, 'Santa Math Game', 'Youre good at maths? well then try to answer all the questions about the tiles where an image of Santa is hidden underneath! How to play: drag all the left numbered blocks on to the corresponding right tiles covering the picture. Have fun and try to unlock all Santa pictures!', 'https://img.gamemonetize.com/ka11yi5gdg24le0r394k2gzdczfp2ae7/512x384.jpg', 'https://html5.gamemonetize.com/ka11yi5gdg24le0r394k2gzdczfp2ae7/', '0', 'Puzzles', 0, 0, '', 'santa-math-game'), (1086, 'Pastel Girl Dress Up', 'Pastel Girl Dress Up is an Anime dress up game designed for girls. The game has a lovely and vibrant tone, will let you love. In the game, you can not only help the protagonist dress up in cute and fashionable clothes, but also decorate the background with cute and delicate decorations, such as cute animals, personalized animated picture frames, and exquisite natural decorations. There are all kinds of eye-catching objects. Come and try it out', 'https://img.gamemonetize.com/vzevw937f83z6o53qq7ockycmffvjbql/512x384.jpg', 'https://html5.gamemonetize.com/vzevw937f83z6o53qq7ockycmffvjbql/', '0', 'Girls', 0, 0, '', 'pastel-girl-dress-up'), (1087, 'Super Runner 3d Game', 'Super Runner 3d is a 3D running game. Take control of your stickman and race against the crowd. You can run, dash or jump from rooftop to rooftop! Run over the glowing speed bumpers to gain momentum and do vaults and flips to show off your style. There are daily challenges, power-ups, and even glamorous accessories for you to create a stickman that looks like no other. Take your running game to next level with Parkour Race!', 'https://img.gamemonetize.com/swov3o7f8jo3inwleep867xn3bzgf1y2/512x384.jpg', 'https://html5.gamemonetize.com/swov3o7f8jo3inwleep867xn3bzgf1y2/', '0', 'Action', 0, 0, '', 'super-runner-d-game'), (1088, 'STRAX BALL 3D', 'Hello, we introduce you to the STRAX BALL 3D game. In this game, the ball should not touch other colors. There are difficult levels. Good gameplay.', 'https://img.gamemonetize.com/jvi8ksh17oryca3738yewviyjow4qcib/512x384.jpg', 'https://html5.gamemonetize.com/jvi8ksh17oryca3738yewviyjow4qcib/', '0', 'Arcade', 0, 0, '', 'strax-ball-d'), (1089, 'Cute Cat Jigsaw Puzzle', 'Are you a cat lover with a passion for puzzles? If so, get ready for an adorable and engaging adventure with &ldquo;Cute Cat Jigsaw Puzzle.&rdquo; This delightful game features 15 levels of feline-themed fun that will captivate your heart and challenge your mind.', 'https://img.gamemonetize.com/wpshhiudgz7votibevo9zl208vf53cmz/512x384.jpg', 'https://html5.gamemonetize.com/wpshhiudgz7votibevo9zl208vf53cmz/', '0', 'Puzzles', 0, 0, '', 'cute-cat-jigsaw-puzzle'), (1090, 'Wooden Shapes', 'Wooden Shapes is a puzzle game that involves placing different wooden shapes in their corresponding slots. It is an early educational and developmental toy suitable for toddlers, preschoolers, and kindergarten kids. The game helps children recognize shapes, develop fine motor skills, and learn about colors and geometric shapes. The wooden pieces in the game come in various shapes and sizes, such as squares, rectangles, triangles, and irregular shapes. Players can drag and drop the wooden blocks into the grid, and the game ends when the blocks fill up the entire grid without any gaps or overlaps.', 'https://img.gamemonetize.com/caw6993xdr2khi3s8h52g7fc2fskfb3q/512x384.jpg', 'https://html5.gamemonetize.com/caw6993xdr2khi3s8h52g7fc2fskfb3q/', '0', 'Puzzles', 0, 0, '', 'wooden-shapes'), (1091, 'Bike Stunts Pro HTML5', 'Engage in thrilling super bike stunt races against friends or random online opponents &ndash; its an unmatched experience! Gain mastery over your bike, assess upcoming stunts or massive ramps, and stay vigilant of competitors aiming to overtake you for the ultimate biking triumph. Not all moments call for full-throttle action; some stunts demand careful deliberation and strategic thinking. Website Developer <a href=\'https://vi.kizi10.org\'>https://vi.kizi10.org</a>', 'https://img.gamemonetize.com/v9jayb60n11w8sg409kifm8orsum76cf/512x384.jpg', 'https://html5.gamemonetize.com/v9jayb60n11w8sg409kifm8orsum76cf/', '0', 'Action', 0, 0, '', 'bike-stunts-pro-html'), (1092, 'Barbershop Inc Online', 'Barbershop-Inc-Online is a delightful idle game where you can experience the excitement of running your own store! Put on your entrepreneurial hat and build the most successful store.', 'https://img.gamemonetize.com/4u9kkjguyfoycyp186ukvh8o0l4u9x5c/512x384.jpg', 'https://html5.gamemonetize.com/4u9kkjguyfoycyp186ukvh8o0l4u9x5c/', '0', 'Action', 0, 0, '', 'barbershop-inc-online'), (1093, 'Climate Activist', 'Would you like to embark on an adventure in the art galleries? The to avoid guards and go near the arts and prepare little surprises for the visitors.', 'https://img.gamemonetize.com/ulxe9ac0cqa6a9ajpyyzmpyiwotzitf3/512x384.jpg', 'https://html5.gamemonetize.com/ulxe9ac0cqa6a9ajpyyzmpyiwotzitf3/', '0', 'Hypercasual', 0, 0, '', 'climate-activist'), (1094, 'Find On Earth', 'An exciting trivia game awaits you in the Find On Earth game. A multitude of questions, answers, characters, and surprises are waiting for you. Identify your answers and navigate your character to the correct country on Earth by flying! A thrilling competition and adventure await you. If you trust your knowledge of countries, it means you can win this quiz battle! Lets get started!', 'https://img.gamemonetize.com/lqzu2wwqvo53l3cxc8wrzc9ghoy32w9w/512x384.jpg', 'https://html5.gamemonetize.com/lqzu2wwqvo53l3cxc8wrzc9ghoy32w9w/', '0', 'Puzzles', 0, 0, '', 'find-on-earth'), (1095, 'Katana Fruit Slasher', 'Embark on a slicing frenzy in Katana Fruit Slasher! Unleash your samurai skills to slice through a cascade of fruits hurled your way. With precision and speed, master the art of slashing, avoiding bombs while aiming for combos to rack up high scores. Customize your katana and unlock new blades as you advance through challenging levels. With vibrant visuals and addictive gameplay, test your reflexes in this fruit-slicing adventure. Website Developer <a href=\'https://www.coolcrazygames.com\'>https://www.coolcrazygames.com</a>', 'https://img.gamemonetize.com/2rhz0tnoqtka5zlruweihv58d6efnt1r/512x384.jpg', 'https://html5.gamemonetize.com/2rhz0tnoqtka5zlruweihv58d6efnt1r/', '0', 'Arcade', 0, 0, '', 'katana-fruit-slasher'), (1096, 'Frozen Wedding Dress Up', 'Frozen Wedding Dress Up is a very popular wedding dress up game. As the name says, you will do the bride and grooms makeup and accessorize with ornate costumes. There are hundreds of fashionable costumes, hundreds of exquisite accessories and makeup for you to choose from. Whats more, you can customize the features of the bride and groom to your liking. Use your imagination to play this game.', 'https://img.gamemonetize.com/lwfjrk4cscfmagzxyrpc417khbx9e13g/512x384.jpg', 'https://html5.gamemonetize.com/lwfjrk4cscfmagzxyrpc417khbx9e13g/', '0', 'Girls', 0, 0, '', 'frozen-wedding-dress-up'), (1097, 'Dark War', 'Welcome to the world of adrenaline, magic and the fight against evil! an exciting role-playing game with a view from above, the action of which takes place in modern reality. In this game, you will be embodied in the role of a brave exorcist of an ancient order who devoted his life to fighting the forces of evil. Game Features: Diverse Weapons: Your fighting skills include not only swords, but also firearms. You also have magical abilities. Destroy the main bosses: epic battles with powerful demonic bosses are waiting for you. Develop a strategy and use your unique abilities to defeat evil.', 'https://img.gamemonetize.com/henzg07w9l8dgdwrqsww9xydgpz2gpcs/512x384.jpg', 'https://html5.gamemonetize.com/henzg07w9l8dgdwrqsww9xydgpz2gpcs/', '0', 'Boys', 0, 0, '', 'dark-war'), (1098, 'Winter Tiles', 'Enjoy Winter Tiles with a festive theme! Match and collect pairs of identical winter-themed tiles. Click or tap two tiles with a clear path between them with no more than two turns. Collect all the winter-themed tiles within the time limit to advance to the next level.', 'https://img.gamemonetize.com/4nn432q9d3n5ujy9glrh5d6xmaz1apsa/512x384.jpg', 'https://html5.gamemonetize.com/4nn432q9d3n5ujy9glrh5d6xmaz1apsa/', '0', 'Puzzles', 0, 0, '', 'winter-tiles'), (1099, 'Scooter Brothers', 'Gather the keys of the scooter with your friend, collect the barrels, and escape from the police.Escape from the police, whatever you do, dont get caught by them.', 'https://img.gamemonetize.com/2ht1jwm5vwhx1s17iytiqmp27df8k7u4/512x384.jpg', 'https://html5.gamemonetize.com/2ht1jwm5vwhx1s17iytiqmp27df8k7u4/', '0', 'Action', 0, 0, '', 'scooter-brothers'), (1100, 'Runner Blob 3D', 'Your task is to run with Blob Giant on the platform and collect all the jelly people scattered on the platform. Collect The more jelly there are, the bigger the body of Blob Giant will be. It is worth noting that at the end of the platform, you will make a jump to the sky. How much reward can you get? Are you ready to challenge Blob Giant?', 'https://img.gamemonetize.com/t391p9c2c1kbj0270jlqoyua7ll7pd6d/512x384.jpg', 'https://html5.gamemonetize.com/t391p9c2c1kbj0270jlqoyua7ll7pd6d/', '0', 'Racing', 0, 0, '', 'runner-blob-d'), (1101, 'Farm Match Saga', 'if you love match3 puzzle games then you will fall in love with Farm Match Saga! Play against time and swipe to match 3 or more identical fruits to earn extra time. Chellenge your friends and lets see who will get the best score. Are you ready to crush some delicious fruits?', 'https://img.gamemonetize.com/43x2s9jopa47nffxsj2r1lsf2w2jcghb/512x384.jpg', 'https://html5.gamemonetize.com/43x2s9jopa47nffxsj2r1lsf2w2jcghb/', '0', 'Puzzles', 0, 0, '', 'farm-match-saga'), (1102, 'Building construction', 'A game where you have to stack building layers and make the tallest building in the city , and if youre good you can try to do 50 floors without ads.', 'https://img.gamemonetize.com/0pxd94iawcq5djp4gga1xhn2z08vbbnq/512x384.jpg', 'https://html5.gamemonetize.com/0pxd94iawcq5djp4gga1xhn2z08vbbnq/', '0', 'Action', 0, 0, '', 'building-construction'), (1103, 'Soccer Championship 2023 HTML5', 'Rewrite: Experience the thrill of football and soccer games as a budding hero in offline football matches. Take on the world football team manager and mobile football player role. In the exciting new football games 2023, test your skills in the Hero Tournament and the Club Football League Championship. Compete against your opponents in striking, passing, and scoring goals. After each challenging match in these offline football and soccer games in 2023. Website Developer <a href=\'https://www.bestcrazygames.com\'>https://www.bestcrazygames.com</a>', 'https://img.gamemonetize.com/pcjz3wh0nk5vdc626avfw2qf8pq4vsk2/512x384.jpg', 'https://html5.gamemonetize.com/pcjz3wh0nk5vdc626avfw2qf8pq4vsk2/', '0', 'Action', 0, 0, '', 'soccer-championship--html'), (1104, 'Space Prospector', 'Space Prospector is a fun game where you have to fly on a jet device, search, collect and transport&nbsp;gems and gold coins&nbsp;to the base.&nbsp;For each&nbsp;gem&nbsp;delivered to the base you get a certain amount of points which depends on its color.&nbsp;Also is necessary to collect the gold coins.&nbsp;When delivering the gold coin to the base all previously obtained points are doubled. For points&nbsp;earned&nbsp;you can fill the ship with fuel and repair it.&nbsp; The goal is to earn as many points at each level.', 'https://img.gamemonetize.com/jjnrvwv3nazm9ir226kvhonqocg8nm6r/512x384.jpg', 'https://html5.gamemonetize.com/jjnrvwv3nazm9ir226kvhonqocg8nm6r/', '0', 'Arcade', 0, 0, '', 'space-prospector'), (1105, 'Angry Plants', 'Fight for survival in this thrilling game. Place unique plants with different skills to fend off waves of zombies. Upgrade your vegetation and create an indestructible barrier. Can you keep your garden safe from the onslaught of the living dead?', 'https://img.gamemonetize.com/1rkuefl640zbdd4hnyq9jf4iyds2ny03/512x384.jpg', 'https://html5.gamemonetize.com/1rkuefl640zbdd4hnyq9jf4iyds2ny03/', '0', 'Hypercasual', 0, 0, '', 'angry-plants'), (1106, 'Animegao Kigurumi DIY', 'Welcome to the exciting world of animegao with our new dress-up game for girls! In this thrilling game, you will become a true master of anime style and fashion. Create your own character in anime style by selecting from a variety of hairstyles, outfits, and accessories. Are you ready to become a real fashion star? Lets embark on this exciting fashion journey together!', 'https://img.gamemonetize.com/z4ntcm6t7d2i5csy86a6o3p6ksopqtc4/512x384.jpg', 'https://html5.gamemonetize.com/z4ntcm6t7d2i5csy86a6o3p6ksopqtc4/', '0', 'Girls', 0, 0, '', 'animegao-kigurumi-diy'), (1107, 'Brain Quiz Quizzland ', 'Discover the ultimate brain teaser with Brain Quiz: Quizzland! Start playing now and challenge yourself with a wide range of intriguing quiz categories. From general knowledge to sports, history to science, and more, this addictive quiz game offers something for everyone. Put your skills to the test in timed mode, compete against friends in multiplayer matches, and unlock fascinating facts along the way. Download Brain Quiz: Quizzland today and embark on an exciting journey of knowledge and fun!', 'https://img.gamemonetize.com/gzuvb84riayf24iqk8p6c9s0nlm3quih/512x384.jpg', 'https://html5.gamemonetize.com/gzuvb84riayf24iqk8p6c9s0nlm3quih/', '0', 'Puzzles', 0, 0, '', 'brain-quiz-quizzland-'), (1108, 'Cat Robot Transform War', 'This thrilling cat robot simulator offers a dynamic blend of survival hero action and car robot transformation. The game sets you in the midst of a robot war, challenging you to clear the city of adversaries in a series of car and cat robot games. This addictive experience combines robot shooting with wild animal transformation, offering nonstop action and various abilities like punching and jumping. Website Developer <a href=\'https://vi.kizi10.org\'>https://vi.kizi10.org</a>', 'https://img.gamemonetize.com/yku2862csp6ye66344uo25v3tq1938dj/512x384.jpg', 'https://html5.gamemonetize.com/yku2862csp6ye66344uo25v3tq1938dj/', '0', 'Shooting', 0, 0, '', 'cat-robot-transform-war'), (1109, 'Burger Fold Puzzle', 'Burger Fold Puzzle challenges players to become master chefs by solving culinary conundrums. Craft perfect burger combinations by strategically folding ingredients to create delectable masterpieces. With each level offering a new burger to assemble, precision and speed are key. Navigate through a variety of ingredients, obstacles, and challenges while aiming for the ultimate burger perfection. This addictive and fun puzzle game tests your creativity and logic while serving up a savory experience. <a href=\'https://www.coolcrazygames.com\'>https://www.coolcrazygames.com</a>', 'https://img.gamemonetize.com/zgr418j0feqodz56ekcun3j8dtwvqixa/512x384.jpg', 'https://html5.gamemonetize.com/zgr418j0feqodz56ekcun3j8dtwvqixa/', '0', 'Arcade', 0, 0, '', 'burger-fold-puzzle'), (1110, 'World of Alice Fashion fun', 'World of Alice - Fashion fun is a game developed for children in which they can combine different pieces of clothing to create an outfit they like for Alice and save the combination. Game developed by: Nau.kids', 'https://img.gamemonetize.com/x0vwtb3dx2oeur6qb4bu1ofzfvufslyy/512x384.jpg', 'https://html5.gamemonetize.com/x0vwtb3dx2oeur6qb4bu1ofzfvufslyy/', '0', 'Girls', 0, 0, '', 'world-of-alice---fashion-fun'), (1111, 'Monstertopia', 'Great hypercasual puzzle game. Your goal is to destroy blocks and reach the points before the end of time. The game has great graphics. Enjoy and have fun!', 'https://img.gamemonetize.com/vs7hibuh2wnm3r20uduv61b5mvwss393/512x384.jpg', 'https://html5.gamemonetize.com/vs7hibuh2wnm3r20uduv61b5mvwss393/', '0', 'Puzzles', 0, 0, '', 'monstertopia'), (1112, 'BFFs Welcome Fall Look', 'Welcome to BFFs Welcome Fall Look. Autumn is a beautiful season. Bffs is going to throw a party in the forest. They invited other friends to the party. Open the closet and dress up for the Bffs and her friends. An accessory is a must for a great look.', 'https://img.gamemonetize.com/co006gznx5vxa4djwnf05pfwibvextvg/512x384.jpg', 'https://html5.gamemonetize.com/co006gznx5vxa4djwnf05pfwibvextvg/', '0', 'Girls', 0, 0, '', 'bffs-welcome-fall-look'), (1113, 'Anime Coloring Book', 'Immerse yourself in the enchanting world of Anime Coloring Book, where creativity knows no bounds! This app invites you to explore a vast collection of coloring pages featuring your beloved anime characters and scenes. Whether youre a seasoned artist or just looking for a relaxing pastime, Anime Coloring Book offers a seamless and enjoyable experience. Unwind, get creative, and add a splash of color to your favorite anime moments. The app is designed for all ages, combining the joy of coloring with the charm of anime. Download now and embark on a colorful journey in the world of anime artistry!', 'https://img.gamemonetize.com/732d08k9gcgdd2o9veoy40ptmaskzxa6/512x384.jpg', 'https://html5.gamemonetize.com/732d08k9gcgdd2o9veoy40ptmaskzxa6/', '0', 'Girls', 0, 0, '', 'anime-coloring-book'), (1114, 'Black Friday Shopping Mania', 'Go shopping with this gorgie and get ready to take advantage of all the discounts! In the Black Friday: Shopping Mania game for girls, you and Kendall Jenner are hitting the mall with one purpose in mind: to shop till you drop! Hope youre wearing your comfy shoes... Its shopping time!', 'https://img.gamemonetize.com/sv1d6tkzz61y7088gtypyg8t8xkpxle2/512x384.jpg', 'https://html5.gamemonetize.com/sv1d6tkzz61y7088gtypyg8t8xkpxle2/', '0', 'Puzzles', 0, 0, '', 'black-friday-shopping-mania'), (1115, 'Sniper Strike', 'Sniper Strike is a first-person shooter game that puts you in intense and difficult situations. Stay vigilant and exercise caution as you navigate through challenging missions. Your keen eye and precise aim are crucial as you identify and eliminate high-value targets to accomplish each mission triumphantly. Prepare for an adrenaline-pumping experience filled with tactical precision and thrilling sniper action.', 'https://img.gamemonetize.com/faj3w69flisi32koxs0ea4h1tawgogu8/512x384.jpg', 'https://html5.gamemonetize.com/faj3w69flisi32koxs0ea4h1tawgogu8/', '0', 'Shooting', 0, 0, '', 'sniper-strike'), (1116, 'Merge Digital Circus vs Toilet', 'Explore the enchanting realm of Merge Digital Circus within the exciting Merge Toilet Monster Battle - a unique toilet gaming experience! Combine your apprehensive creatures to advance their forms and claim dominance with the most formidable army in your neighborhood. You must employ your strategic thinking and wit to triumph in the monster toilet battle games against the formidable Merge Digital Circus toilet. Swiftly evolving your monsters is imperative to amass a colossal army, ensuring your victory in this epic monster showdown! Website Developer <a href=\'https://tl.kizi10.org\'>https://tl.kizi10.org</a>', 'https://img.gamemonetize.com/7czenc9qf3qtdyejc62009k9wat5xh87/512x384.jpg', 'https://html5.gamemonetize.com/7czenc9qf3qtdyejc62009k9wat5xh87/', '0', 'Action', 0, 0, '', 'merge-digital-circus-vs-toilet'), (1117, 'Ellie Thanksgiving Day', 'Welcome to Ellie Thanksgiving Day. It&rsquo;s Thanksgiving Day, and like every year, young Ellie is in charge of the Thanksgiving dinner. Her friends will start arriving soon, and there are still a few things that need her attention. Will you help her with the last preparations? Join and help beautiful Ellie to surprise her guests with a perfect dinner!', 'https://img.gamemonetize.com/iceuq6wjfitdd9q1k4b0v10bd9b55ivz/512x384.jpg', 'https://html5.gamemonetize.com/iceuq6wjfitdd9q1k4b0v10bd9b55ivz/', '0', 'Girls', 0, 0, '', 'ellie-thanksgiving-day'), (1118, 'Jungle Animal Hair Salon', 'Welcome to the mind-boggling, whimsical realm of Jungle Animal Hair Salon! Brace yourself for an explosion of perplexity and burstiness as you delve into this mesmerizing, cartoon-style game meticulously crafted for the imaginative minds of children. Prepare to unleash the tempest of your creativity as you embark on an odyssey of designing one-of-a-kind hairstyles and outfits for not one, not two, but three distinct animals.', 'https://img.gamemonetize.com/nid8sdwgwid4gr9feurp9fv7vdumr43b/512x384.jpg', 'https://html5.gamemonetize.com/nid8sdwgwid4gr9feurp9fv7vdumr43b/', '0', 'Girls', 0, 0, '', 'jungle-animal-hair-salon'), (1119, 'Sort Buckets', 'Play the newest puzzle sorting game. Sort the colored buckets and make the fewest moves as you can. The game has 60 exciting levels. Show your sorting skills and enjoy this incredibly fun game!', 'https://img.gamemonetize.com/8fbvn4a1vvluww84v1te2cx41czippao/512x384.jpg', 'https://html5.gamemonetize.com/8fbvn4a1vvluww84v1te2cx41czippao/', '0', 'Puzzles', 0, 0, '', 'sort-buckets'), (1120, 'Fireball Vs Ice Cream', 'Enjoy a new and exciting online game &ndash; Fireball Vs Ice Cream! This game is perfect for those who want to have fun and challenge themselves. Test your skills by jumping and escaping from the fireballs. Can you make it to the end? Play now and find out!', 'https://img.gamemonetize.com/xymznd2m8001gvwww7vebyzjr4biw7os/512x384.jpg', 'https://html5.gamemonetize.com/xymznd2m8001gvwww7vebyzjr4biw7os/', '0', 'Clicker', 0, 0, '', 'fireball-vs-ice-cream'), (1121, 'Stickman Miner', 'Embark on a lucrative journey beneath the earth in Stickman Idle Miner, a captivating mining simulator. Start with a humble pickaxe, chip away at mineral-rich veins, and uncover a variety of ores including coal, iron, gold, and diamonds. Sell the resources to make money.. Refine raw minerals into valuable products to sell at peak prices. Expand your empire, upgrade your tools, grow your facilities, and transform your small enterprise into a global mining powerhouse.', 'https://img.gamemonetize.com/bhyewxjcbnyu7f32233fmpk6z7kaj9n6/512x384.jpg', 'https://html5.gamemonetize.com/bhyewxjcbnyu7f32233fmpk6z7kaj9n6/', '0', 'Fighting', 0, 0, '', 'stickman-miner'), (1122, 'World of Alice Solar System', 'World of Alice - Solar System World of Alice - Solar System is an educational game for children where you will learn, with Alices help, what the planets and stars of our solar system are in a fun way from your tablet, cell phone or computer. With Alice learning is fun. Game developed by: Nau.kids', 'https://img.gamemonetize.com/bak538nskgztkl5ma4gindfg995jk1n3/512x384.jpg', 'https://html5.gamemonetize.com/bak538nskgztkl5ma4gindfg995jk1n3/', '0', 'Puzzles', 0, 0, '', 'world-of-alice---solar-system'), (1123, 'Zombie Escape Horror Factory', 'Zombie Escape Horror Factory is an exciting survival game that immerses you in a zombie infested apocalyptic world. Your mission is to repair all the generators with your teammates, which when completed will open a door for you to escape this living nightmare. An immersive experience with tension and fear everywhere. Can you successfully complete the mission and escape?', 'https://img.gamemonetize.com/ifcdrnwla32frs6rgrw3ulbbgnip63qq/512x384.jpg', 'https://html5.gamemonetize.com/ifcdrnwla32frs6rgrw3ulbbgnip63qq/', '0', 'Hypercasual', 0, 0, '', 'zombie-escape-horror-factory'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (1124, 'Fish Stab Getting Big', 'This adventure takes place in the oceans depths with the dangerous fishes of all times in the Fish Stab Getting Big game! These fishes have knives in their mouth and they are trying to kill each other with it. Try to kill as many as fishes and try to make your fish the biggest in the ocean. Each kill will give you a score and you and your sword will grow according to it. You can embark on this adventure with your friend in 1 Player and 2 Player game mode. Pick your game mode and fish, and let the action begin in the ocean.', 'https://img.gamemonetize.com/s43t6t4u4vi2bxo4w061myb5jrbnr5e0/512x384.jpg', 'https://html5.gamemonetize.com/s43t6t4u4vi2bxo4w061myb5jrbnr5e0/', '0', 'Action', 0, 0, '', 'fish-stab-getting-big'), (1125, 'Save The Monkey', 'Save The Monkey is a puzzle game that tests your intelligence. A boulder has crushed the little man! Can you build a machine to save him? Drag the parts to assemble a rescue machine and save everyone. As the levels increase, so does the difficulty. Are you ready for the challenge? Start now!', 'https://img.gamemonetize.com/1u9s3r1wnj0ny00b91gpe798bl4cl7y4/512x384.jpg', 'https://html5.gamemonetize.com/1u9s3r1wnj0ny00b91gpe798bl4cl7y4/', '0', 'Puzzles', 0, 0, '', 'save-the-monkey'), (1126, 'Dentist Doctor Makeover', 'This is a simulated dentist game: the princesses come to your little clinic for various reasons. They need your help. Some princesses love sweets and have tooth decay, some princesses hate brushing their teeth, and some princesses fall down and break their teeth. Please use tools and treat with your heart. The princesses will be grateful to you! If you want to know the different reasons why princesses come to the clinic, or if you are willing to help every cute and kind princess, come and experience it in our simulation clinic! Don&rsquo;t forget to clean your teeth every day. After all, going to the dentist is not a pleasant thing!', 'https://img.gamemonetize.com/mpcbsweu4a897np7s7n1cwahtlv2u7jq/512x384.jpg', 'https://html5.gamemonetize.com/mpcbsweu4a897np7s7n1cwahtlv2u7jq/', '0', 'Girls', 0, 0, '', 'dentist-doctor-makeover'), (1127, 'Bus Stunt 3D Simulator 2024', 'Bus Stunt 3D Simulator 2024 is a driving stunt game where you need to drive carefully and complete each level; for each new level, the difficulty will be increased, and more and more will go to the finish. This incredible stunt bus game will be fun with a quality, realistic environment and fun on PC, mobile, Android, or iPhone. Twenty levels are waiting for you to drive like crazy on this bus. Website Developer <a href=\'https://ar.kizi10.org\'>https://ar.kizi10.org</a>', 'https://img.gamemonetize.com/6oast3vyx8wjv2o4c44tdsczn3kexdpq/512x384.jpg', 'https://html5.gamemonetize.com/6oast3vyx8wjv2o4c44tdsczn3kexdpq/', '0', 'Action', 0, 0, '', 'bus-stunt-d-simulator-'), (1128, 'Collect Balloons', 'Are you ready to fight with your friend? But this time, speed wins rather than weapons. Collect the balloons as quickly as possible to defeat your friend. Gather all the balloons and bring them to the balloon machine. The one who collects 20 balloons in the shortest time wins. Be on the red or blue team and gather all the balloons. Jump and catch them, then bring them to the machine.', 'https://img.gamemonetize.com/ta36mfw10y4h8k6z149q60gnuk4ijqvw/512x384.jpg', 'https://html5.gamemonetize.com/ta36mfw10y4h8k6z149q60gnuk4ijqvw/', '0', 'Adventure', 0, 0, '', 'collect-balloons'), (1129, 'Eat Eat', 'Eat eat is a fun and addictive game where you have to put balls in the mouth of a spinning head. The eaten balls will reappear in the game. The more balls one eats, the higher the score will be. You can buy balls by paying for them with a bill, but the price of the ball increases. Try to complete all 40 levels and get the highest score!', 'https://img.gamemonetize.com/mfddadhfdmhut2j8yhy6xbfs6mqjig8h/512x384.jpg', 'https://html5.gamemonetize.com/mfddadhfdmhut2j8yhy6xbfs6mqjig8h/', '0', 'Hypercasual', 0, 0, '', 'eat-eat'), (1130, 'Dice Math', 'A fun math game for kids to learn basic arithmetic skills using dice. Improve addition, subtraction, multiplication, and division. The Dice Math Kids Game is an exciting and educational game designed for kids to learn and improve their arithmetic skills using dice. With this game, your child will have fun while practicing addition, subtraction, multiplication, and division.', 'https://img.gamemonetize.com/n412slsirp0rlj8kjc4133gdecjvs72k/512x384.jpg', 'https://html5.gamemonetize.com/n412slsirp0rlj8kjc4133gdecjvs72k/', '0', 'Bejeweled', 0, 0, '', 'dice-math'), (1131, 'Black Hole vs Monster', 'Black Hole is ready for battle against big monsters. Gather your army with your black hole and fight against bosses. Dont forget to upgrade the hole to fight bigger and stronger monsters! Let the fight begin.', 'https://img.gamemonetize.com/55askten4cbml9eqxif6lz1asjrbl77w/512x384.jpg', 'https://html5.gamemonetize.com/55askten4cbml9eqxif6lz1asjrbl77w/', '0', 'Hypercasual', 0, 0, '', 'black-hole-vs-monster'), (1132, 'Squid Abecedary Game', 'Squid Abecedary Game dives into an underwater world where players aid Squidy, a lovable squid, in learning the ABCs. Navigate through immersive aquatic environments, solving puzzles and challenges tailored to each letter of the alphabet. Engage in interactive activities that reinforce letter recognition and phonics skills while uncovering hidden treasures. With engaging gameplay and delightful visuals, embark on an educational adventure that makes learning the alphabet a joyous underwater escapade. Website Developer <a href=\'https://www.coolcrazygames.com\'>https://www.coolcrazygames.com</a>', 'https://img.gamemonetize.com/f8t2kpsdgs7s4nuho6c7bkaypyylqb7s/512x384.jpg', 'https://html5.gamemonetize.com/f8t2kpsdgs7s4nuho6c7bkaypyylqb7s/', '0', 'Arcade', 0, 0, '', 'squid-abecedary-game'), (1133, '3D Desert Parkour', 'A super cute tower defense game, many people have been obsessed with it and cannot extricate themselves. Multiple levels can be challenged.', 'https://img.gamemonetize.com/db0jzeruvp0lsimoh65qcmu1f6gnxrj7/512x384.jpg', 'https://html5.gamemonetize.com/db0jzeruvp0lsimoh65qcmu1f6gnxrj7/', '0', 'Hypercasual', 0, 0, '', 'd-desert-parkour'), (1134, 'Moto Stuntman', 'Test your motorcycle racer skills on tracks with different terrain, environments and moving elements in the Moto Stuntman game. You have to race through unique landscapes and overcome natural obstacles to reach the finish line. Driving powerful motorcycles, perform stunts to win extra seconds and set the best time. Enjoy a dizzying adventure on the surface of the earth and descending into its depths, but do not forget about caution on the way to victory!', 'https://img.gamemonetize.com/n78m9ciolokfgxn1g68vg7qrxvb56yso/512x384.jpg', 'https://html5.gamemonetize.com/n78m9ciolokfgxn1g68vg7qrxvb56yso/', '0', 'Racing', 0, 0, '', 'moto-stuntman'), (1135, 'Dungeon Pin Puzzle', 'Dungeon Pin Puzzle is a brain-testing puzzle game. Fix the pulls in the right order to help the character overcome obstacles and free himself from prison! Solve complex pin puzzles to help the man escape from prison. You will meet all kinds of traps in the game, its time to train your hand-eye coordination, are you ready?', 'https://img.gamemonetize.com/p9b1wpkh1xnv8ef33fu9smaltcvddner/512x384.jpg', 'https://html5.gamemonetize.com/p9b1wpkh1xnv8ef33fu9smaltcvddner/', '0', 'Puzzles', 0, 0, '', 'dungeon-pin-puzzle'), (1136, 'Island Battle 3D', 'Jump and survive in Island Battle 3D, a 3D IO game that will keep you on your toes. You will play as a jumper who must avoid falling off the island. You will also have to knock back your enemies and be the last one standing. You will face a strategic challenge, as the island&rsquo;s surface is constantly breaking and changing. You can use this to your advantage and push your rivals into the gaps. But watch out, they can do the same to you. You have to stay in the safe zones and avoid getting knocked off. Island Battle 3D is a game that will test your skills and reflexes. Don&rsquo;t miss this fun game!', 'https://img.gamemonetize.com/xt2j7aqkio7orm6km73231nh06tnmv9q/512x384.jpg', 'https://html5.gamemonetize.com/xt2j7aqkio7orm6km73231nh06tnmv9q/', '0', 'Action', 0, 0, '', 'island-battle-d'), (1137, 'Bananas Aminowanas', 'Classic Platform retro game. Jumpin monkey. Grab all the baneines XD. Cmon its just a simple game, i dont want to write all this description', 'https://img.gamemonetize.com/33cmaxcjpghlpsroascp4jqhd1uoioh7/512x384.jpg', 'https://html5.gamemonetize.com/33cmaxcjpghlpsroascp4jqhd1uoioh7/', '0', 'Hypercasual', 0, 0, '', 'bananas-aminowanas'), (1138, 'Dino Fusion Bubble Evolution', 'Dino Fusion Bubble Evolution is a captivating arcade game that challenges your matching and strategic skills. In this game, you release dinosaurs within colorful bubbles, and your objective is to match two bubbles with identical dinosaurs to create new and exciting prehistoric creatures.', 'https://img.gamemonetize.com/ugpyzockw2uvqywv5e6htxtf2ew0e7h8/512x384.jpg', 'https://html5.gamemonetize.com/ugpyzockw2uvqywv5e6htxtf2ew0e7h8/', '0', 'Puzzles', 0, 0, '', 'dino-fusion-bubble-evolution'), (1139, 'Donuts Popping Time', 'Do you love bubble shooter games? Welcome to Donuts Popping Time, a donuts bubble shooting game! Aim and release to shoot to eleminate 3 or more donuts of the same color. Keep popping donuts and the background will change when you level up. Try to challenge people all over the world and make the highest score. Enjoy', 'https://img.gamemonetize.com/7pak19ftz9ost6se6tljcwvl7csdr6wh/512x384.jpg', 'https://html5.gamemonetize.com/7pak19ftz9ost6se6tljcwvl7csdr6wh/', '0', 'Puzzles', 0, 0, '', 'donuts-popping-time'), (1140, 'Thanksgiving Spot The Differences', 'Feast your eyes on our delectable Thanksgiving Spot the Difference game! Discover the subtle distinctions in these mouthwatering food portraits as you savor the holiday spirit. Test your appetite for detail and enjoy a savory challenge that celebrates the flavors of Thanksgiving!', 'https://img.gamemonetize.com/w4zj8i4yfzn8bwvbxgl7lm2tjuyc6jd0/512x384.jpg', 'https://html5.gamemonetize.com/w4zj8i4yfzn8bwvbxgl7lm2tjuyc6jd0/', '0', 'Puzzles', 0, 0, '', 'thanksgiving-spot-the-differences'), (1141, 'stack city online', 'Stack City Online is a merge game where you can build your own city using stacked scaffolding, shops, and buildings! Enjoy the freedom to design your ideal city and watch every building generate money, allowing you to explore new land and purchase more scaffolding! Simply drag the scaffolding onto the grid and stack them to create a higher building. Please note that some blocks are color coded, so you can only build things of the same color! Can you build your own stack city?', 'https://img.gamemonetize.com/rba63hisjeffmdd6s6xyz9f9279p9ura/512x384.jpg', 'https://html5.gamemonetize.com/rba63hisjeffmdd6s6xyz9f9279p9ura/', '0', 'Puzzles', 0, 0, '', 'stack-city-online'), (1142, 'Strongest Towers Huggy', 'Strongest Towers Huggy pits players against a relentless onslaught of quirky monsters. Assemble an arsenal of cuddly towers, each boasting unique abilities, to defend against waves of foes across vibrant landscapes. Strategize tower placement and upgrade paths wisely to fend off ever-evolving enemy waves. Engage in challenging levels, unlock powerful upgrades, and harness the strengths of each tower to triumph in this delightful tower defense adventure. Ready to hug it out while defending against the adorable yet formidable invaders?', 'https://img.gamemonetize.com/5oxd1npajxtcf03mysergzp21db3hnd0/512x384.jpg', 'https://html5.gamemonetize.com/5oxd1npajxtcf03mysergzp21db3hnd0/', '0', 'Arcade', 0, 0, '', 'strongest-towers-huggy'), (1143, 'Stacklands', 'Stacklands is a card game with innovative gameplay. It is a mixture of city management and stacked card game, where various entities are represented by cards, making it a novelty game. For example, by placing a Villager card on a Berry Shrub card, the villager will automatically collect berries and then drag the Berry card onto the Villager card to restore the villagers satiety. Dozens of quests and novelty gameplay await your challenge and digging, are you ready?', 'https://img.gamemonetize.com/9ydku0nbjt4tl5xam6mwmq8ss4govwip/512x384.jpg', 'https://html5.gamemonetize.com/9ydku0nbjt4tl5xam6mwmq8ss4govwip/', '0', 'Puzzles', 0, 0, '', 'stacklands'), (1144, 'Boat Merge &amp Race', 'Enjoy the fun of Boat Merge &amp; Race, a 3D arcade racing game that lets you control your own boat. You can merge two identical boats to get a faster and stronger boat. You can also join the race, collect gold coins, and beat the AI opponents to finish each level. You will have 50 boats to collect and 17 props to upgrade. You will also have to keep your boat afloat on the water. Boat Merge &amp; Race is a game that will challenge your speed and strategy. Don&rsquo;t miss this amazing game!', 'https://img.gamemonetize.com/sliv5kkeswhex1s31846uoq5ik2o43j6/512x384.jpg', 'https://html5.gamemonetize.com/sliv5kkeswhex1s31846uoq5ik2o43j6/', '0', 'Racing', 0, 0, '', 'boat-merge-ampamp-race'), (1145, 'Matching Mini Games Box', 'Matching Mini Games Box is an ultra-casual triple puzzle game. If youre tired of playing the classic three elimination puzzle game and want something else more colorful and exciting, this game will be your new game. Find three identical items and eliminate them. Relax your mind, reduce your daily stress and improve your observation skills. Come and enjoy!', 'https://img.gamemonetize.com/6cleowj5htr21ko031gvv4ljz59ir2bp/512x384.jpg', 'https://html5.gamemonetize.com/6cleowj5htr21ko031gvv4ljz59ir2bp/', '0', 'Puzzles', 0, 0, '', 'matching-mini-games-box'), (1146, 'Girl Animal Save', 'Girl Animal Save is an online game that you can play on Babygames for free. Steven was injured while playing in the snow, please help Zoe to give it the treatment and then dress it up. Lets bandage its wounds first and clean off the branches and ice from its feet. Then give it a bath. Let us become messengers to protect animals together!', 'https://img.gamemonetize.com/u9weqvjttyfj5tzf2rr3er2bix2q5x2t/512x384.jpg', 'https://html5.gamemonetize.com/u9weqvjttyfj5tzf2rr3er2bix2q5x2t/', '0', 'Girls', 0, 0, '', 'girl-animal-save'), (1147, 'Obstacle Head Destroyer', 'Obstacle Head Destroyer is an adrenaline-pumping action game that puts you in control of a fearless character with one mission: obliterate obstacles! Navigate through a treacherous world filled with challenging barriers, using your quick reflexes and precision to smash through them. With intuitive controls and addictive gameplay, this game offers a thrilling experience for players of all skill levels. Dodge, dash, and destroy your way to victory as you conquer increasingly difficult levels. Are you ready to become the ultimate obstacle destroyer? Website Developer', 'https://img.gamemonetize.com/ktqdhxm0zl2rujqqxzlpmjks03tghetp/512x384.jpg', 'https://html5.gamemonetize.com/ktqdhxm0zl2rujqqxzlpmjks03tghetp/', '0', 'Arcade', 0, 0, '', 'obstacle-head-destroyer'), (1148, 'Roblox Spiderman Upgrade', '- Do you want to get faster or jump higher? Then collect more gold and improve your abilities. - Every 100 coins you collect will give you 2 options to improve your abilities, whether you want to increase your jumping power or your speed, the choice is yours. - You can make your interlocks anytime, anywhere - Collect as many coins as you can and improve yourself to make the game more fun.', 'https://img.gamemonetize.com/2s24nenxf9gopwr4mcmtu9fstpf8xxir/512x384.jpg', 'https://html5.gamemonetize.com/2s24nenxf9gopwr4mcmtu9fstpf8xxir/', '0', 'Arcade', 0, 0, '', 'roblox-spiderman-upgrade'), (1149, 'Monster Truck Wheels Winter', 'Play monster truck driving game Monster Truck Wheels Winter edition. Winter is a good season to test your trucks off-road abilities. So put large off-road wheels on the truck and get ready for a crazy ride over snowy mountains, vehicles, bridges and other obstacles on the track. Try to keep the monster truck balanced and complete the track as fast as possible to earn more score points and unlock various achievements. Each level gets harder, so be patient and explore what driving strategy is best for current obstacle. Play this cool monster truck driving game Monster Truck Wheels Winter online for free on any mobile device or computer.', 'https://img.gamemonetize.com/bh69guvcxigqbpmsg4n6pa8bbrrvzfhn/512x384.jpg', 'https://html5.gamemonetize.com/bh69guvcxigqbpmsg4n6pa8bbrrvzfhn/', '0', 'Racing', 0, 0, '', 'monster-truck-wheels-winter'), (1150, 'Muscle Runner Rush Race 3D', 'No muscle No life! Collect your own color dumbbell and Build up your body !! You break through the some gimmick to the goal using your toughness muscle!! Aim at the goal earlier than anyone else!!', 'https://img.gamemonetize.com/gh93wubjimxyltsczz7nm3jvj81vis8p/512x384.jpg', 'https://html5.gamemonetize.com/gh93wubjimxyltsczz7nm3jvj81vis8p/', '0', 'Racing', 0, 0, '', 'muscle-runner-rush-race-d'), (1151, 'Extreme Crazy Car Stunt Race Mega Ramps', 'Playing vertical ramp car racing stunts on your mobile device and living on the edge is always thrilling fun and adventurer&rsquo;s fantasy. If you are bored of playing games or any other games of racing games category! Then get ready for Extreme Crazy Car Stunt Race Mega Ramps, because we bring you the ultimate super car vertical ramp impossible crazy tracks pro driver one of the best car racing airplane stunts game of 2023. Fasten your seat belt; don&rsquo;t take your hands off the steering wheel in this Extreme Crazy Car Stunt Race Mega Ramps. Mega ramp New Car Racing game has exciting impossible tracks. Mega car jump game with ramp stunts', 'https://img.gamemonetize.com/jlclvndc95fdn0k0atwsazukcwy0r7o5/512x384.jpg', 'https://html5.gamemonetize.com/jlclvndc95fdn0k0atwsazukcwy0r7o5/', '0', 'Adventure', 0, 0, '', 'extreme-crazy-car-stunt-race-mega-ramps'), (1152, 'AVOIDER', 'A fun and challenging arcade game where you have to avoid falling objects, monsters and even lasers! Avoid the boxes and balls that fall on you from the left, right and right on you! Collect all the gems that will meet on your way. Do not forget that you can jump. Try to hold out as long as possible!', 'https://img.gamemonetize.com/uckme9zldquchem8mbi3u5djh06qjwdw/512x384.jpg', 'https://html5.gamemonetize.com/uckme9zldquchem8mbi3u5djh06qjwdw/', '0', 'Hypercasual', 0, 0, '', 'avoider'), (1153, 'Simple Nonogram', 'Discover the mystery of Nonogram! Your goal is to determine which cells need to be painted over and which ones should be left empty. The numbers in the rows and columns will give you a clue. Time is not limited. Have fun!', 'https://img.gamemonetize.com/w74c9ftdcubym2smvdvo18zniz9y0x5e/512x384.jpg', 'https://html5.gamemonetize.com/w74c9ftdcubym2smvdvo18zniz9y0x5e/', '0', 'Puzzles', 0, 0, '', 'simple-nonogram'), (1154, 'City Cash Race', 'The ultimate and fun arcade chase game! Race through vibrant cityscapes, grab cash, evade police, and upgrade your car. Become the City Cash King!', 'https://img.gamemonetize.com/axkbjtkr9iufp3wzgpm1yagdghg2sfva/512x384.jpg', 'https://html5.gamemonetize.com/axkbjtkr9iufp3wzgpm1yagdghg2sfva/', '0', 'Racing', 0, 0, '', 'city-cash-race'), (1155, 'Missile Launch Master', 'Experience the thrill of Missile Launch Master, a 3D simulation game that will test your missile skills. You will play as a missile pilot who must dodge hot air balloons and helicopters in the sky. You will also have to fly the missile over an island and hit the target before the time runs out. Missile Launch Master is a game that combines stunning 3D graphics. You will feel like you are in the cockpit of a real missile. Can you complete all the missions and destroy the enemy&rsquo;s base?', 'https://img.gamemonetize.com/xcb6nq6ph2yws60au6ja6d0wi52cwoeb/512x384.jpg', 'https://html5.gamemonetize.com/xcb6nq6ph2yws60au6ja6d0wi52cwoeb/', '0', 'Arcade', 0, 0, '', 'missile-launch-master'), (1156, 'City Construction Games 3D', 'Construction Simulator: City Building Games you will not only drive a snow excavator to remove snow but also there is one more mode in which you have to take part to build a house from the design home in the construction simulator in the city construction games. In the Excavator Simulator you will have to use a dumper truck with a snow coach and Excavator Driver&rsquo;s main task is to load materials from markets for City Island in the city construction games and deliver them to the construction sites for Building construction in City Construction: Excavation Simulator Game. In the city building games and city-construction games, perform multiple.', 'https://img.gamemonetize.com/c50p3g5yp5jri8r8dv3y4m7mrrlj8sw8/512x384.jpg', 'https://html5.gamemonetize.com/c50p3g5yp5jri8r8dv3y4m7mrrlj8sw8/', '0', 'Adventure', 0, 0, '', 'city-construction--games-d'), (1157, 'Sky Stunts Rolling Ball 3D', 'Your mission is to control the ball to the destination, collect coins while driving, reach the goal, collect coins, and finish will gain coins to buy new character balls. Website Developer <a href=\'https://ja.kizi10.org\'>https://ja.kizi10.org</a>', 'https://img.gamemonetize.com/gxmu4frhxdm6iyrdu16vl2trc7o0hy2y/512x384.jpg', 'https://html5.gamemonetize.com/gxmu4frhxdm6iyrdu16vl2trc7o0hy2y/', '0', 'Adventure', 0, 0, '', 'sky-stunts-rolling-ball-d'), (1158, 'Friends Pug', 'Collect all the food with your dog friend and return to your nest. Both friends need to collect their respective foods, overcome obstacles, and reach the nest together. Reach the nest with your friend. Catch the bone to gain special powers and have a superpower.', 'https://img.gamemonetize.com/wqwz5h5ri70ifll576ui3sieztueokdb/512x384.jpg', 'https://html5.gamemonetize.com/wqwz5h5ri70ifll576ui3sieztueokdb/', '0', 'Adventure', 0, 0, '', 'friends-pug'), (1159, 'Axe Throw King', 'Axe Throw King is an adrenaline-pumping mobile game that puts your aiming skills to the test. In this thrilling axe-throwing challenge, step into the shoes of a medieval warrior and take on increasingly difficult targets. Swipe your finger to launch the deadly axes and hit bullseyes to earn points. With stunning graphics and intuitive controls, Axe Throw King offers hours of addictive fun. Compete with friends to see who can become the ultimate Axe Throw King in this action-packed game of precision and accuracy! Website Developer <a href=\'https://www.coolcrazygames.com\'>https://www.coolcrazygames.com</a>', 'https://img.gamemonetize.com/unhusfstmchh3kp9iln47icalnn6zw78/512x384.jpg', 'https://html5.gamemonetize.com/unhusfstmchh3kp9iln47icalnn6zw78/', '0', 'Arcade', 0, 0, '', 'axe-throw-king'), (1160, 'Water Sort Color Puzzle', 'Water Sort Color Puzzle game is a fun game of putting colors together. Categorize the colors in different bottles and try to collect them in the same bottles. Once you separate all the colors, you will be able to pass the level. You can change the tubes or backgrounds with the coins you earn.', 'https://img.gamemonetize.com/wq4u1338xvxubpmnhmtibsj53majo6md/512x384.jpg', 'https://html5.gamemonetize.com/wq4u1338xvxubpmnhmtibsj53majo6md/', '0', 'Puzzles', 0, 0, '', 'water-sort-color-puzzle'), (1161, 'World of Alice Dino Fossil', 'World of Alice - Dino Fossil World of Alice - Dino Fossil is an educational game aimed at children. With Alices help, you will find different dinosaurs through their fossils in a fun way from your cell phone, tablet or computer. In World of Alice learning is fun. Game developed by: Nau.kids', 'https://img.gamemonetize.com/wgj4km6dknt2yl438hd3gs0gj9owaz50/512x384.jpg', 'https://html5.gamemonetize.com/wgj4km6dknt2yl438hd3gs0gj9owaz50/', '0', 'Puzzles', 0, 0, '', 'world-of-alice---dino-fossil'), (1162, 'BFFs Black Friday Collection', 'Welcome to BFFs Black Friday Collection. Bffs already filled the closet with a new Black Friday outfit. Help them to pick the perfect costume. Don&rsquo;t forget to pick a fabulous hairstyle. They are all excited like us for this day. Join and help the girls with your skill. Play and have fun! Website Developer <a href=\'https://cutedressup.com\'>https://cutedressup.com</a>', 'https://img.gamemonetize.com/4a5ks302mkz0qwi43kupr4ht84jgjf7j/512x384.jpg', 'https://html5.gamemonetize.com/4a5ks302mkz0qwi43kupr4ht84jgjf7j/', '0', 'Girls', 0, 0, '', 'bffs-black-friday-collection'), (1163, 'City Bus Parking Challenge Simulator 3D', 'Welcome to the ultimate test of precision driving skills in the bustling urban environment! City Bus Parking Simulator Challenge 3D offers an immersive and thrilling gaming experience where you take on the role of a skilled bus driver tasked with navigating through complex cityscapes and parking your bus in tight spots.', 'https://img.gamemonetize.com/m7s1352stf1vcozi4ve5311rj4rete5i/512x384.jpg', 'https://html5.gamemonetize.com/m7s1352stf1vcozi4ve5311rj4rete5i/', '0', 'Racing', 0, 0, '', 'city-bus-parking-challenge-simulator-d'), (1164, 'Math Class', 'Math Class is a game in which you need to solve various problems with addition, subtraction, division and multiplication. The difficulty will vary depending on the level at which the player is.', 'https://img.gamemonetize.com/4rtrsm8ayjjfposagnr1q54xayeysm4k/512x384.jpg', 'https://html5.gamemonetize.com/4rtrsm8ayjjfposagnr1q54xayeysm4k/', '0', 'Puzzles', 0, 0, '', 'math-class'), (1165, 'Skibidi Warzone Shooting Online', 'Play Free Skibidi Warzone Shooting Online is a new 3D game. You will control a cameraman who will face thousands of skibidi. You will have to move around the city, point and shoot. The world was invaded by thousands of skibidi toilets whose mission and objective is to destroy every human being and cameraman to control the city. They will chase you and corner you to eliminate you. Try to escape so they dont catch you, you will be able to survive all the levels you can. Website Developer <a href=\'https://kiz10.com\'>https://kiz10.com</a>', 'https://img.gamemonetize.com/mg6l8zq0fqhcowa25vm1hwk149tumgsl/512x384.jpg', 'https://html5.gamemonetize.com/mg6l8zq0fqhcowa25vm1hwk149tumgsl/', '0', 'Shooting', 0, 0, '', 'skibidi-warzone-shooting-online'), (1166, 'Skibidi Strike', 'Skibidi Strike is a shooting game where you play as special forces soldier and your mission is to shoot given amount of skibidi toilets in order to survive and unlock big arsenal of guns awarded after completing each level with increasing difficulty.', 'https://img.gamemonetize.com/otdbe3ccst605qyfhnwnod62pnhnjjqb/512x384.jpg', 'https://html5.gamemonetize.com/otdbe3ccst605qyfhnwnod62pnhnjjqb/', '0', 'Shooting', 0, 0, '', 'skibidi-strike'), (1167, 'OMG Fashion Doll Creator', 'Become the best stylist and use your skills to create cool and stylish looks! OMG Fashion Doll Creator is a fantastic fashion game. You know that the best fashion designer is yourself! Use your own fashion sense to express yourself! Come and create your own image and style! Everyone will want you for your outfit and makeup suggestions! Collect various clothes for LOL big sisters, dress them up, and make them the most fashionable stars, and you will become a powerful stylist full of inspiration! Dress up and put on makeup and have fun! Compete with your friends to see who is the best stylist!', 'https://img.gamemonetize.com/dc9np52v19ddquo6cc21dwflnhu0y93n/512x384.jpg', 'https://html5.gamemonetize.com/dc9np52v19ddquo6cc21dwflnhu0y93n/', '0', 'Girls', 0, 0, '', 'omg-fashion-doll-creator'), (1168, 'Baby Panda House Design', 'In this game, players can experience the joy of building different houses for four adorable animals: Mr. Hippo, Prince Octopus, Baby Penguin, and Cute Bunny. To begin, players need to process the building materials provided by the animals, including delicious carrots, refreshing watermelons, cool ice pops, and cans from the underwater world. With the freedom to choose their preferred house designs, whether its gothic or pastoral, players can unleash their creativity and make their houses truly unique. Finally, select charming decorations to add the finishing touches to the designed houses in Baby Panda&rsquo;s Pet House Design.', 'https://img.gamemonetize.com/wqyqqfiowxzlrdgrqe4la8sevmscwtzr/512x384.jpg', 'https://html5.gamemonetize.com/wqyqqfiowxzlrdgrqe4la8sevmscwtzr/', '0', 'Girls', 0, 0, '', 'baby-panda-house-design'), (1169, 'Amaze Flags Europe', 'e. Enjoy this short quiz to see how much you know about European countries and nations in general. Examine the flags and select the best country name to correspond with each one. This puzzle-solving game, suitable for all ages, will help you improve your skills as soon as possible. You can test your mettle by playing games in both timing and timeless modes, solving all the riddles to win. Enjoy yourself and play more games exclusively at jhurr', 'https://img.gamemonetize.com/0ak9ils1aks9qbg5eyi6i4164qoudn98/512x384.jpg', 'https://html5.gamemonetize.com/0ak9ils1aks9qbg5eyi6i4164qoudn98/', '0', 'Puzzles', 0, 0, '', 'amaze-flags-europe'), (1170, 'Princess Halloween Boutique', 'Princess Halloween Boutique is an online game that you can play on Babygames for free. Spooks, costumes, parties, trick-or-treating...its Halloween, the busiest time of the year. Look, the store is crowded with school guests. Sweet dates, birthday parties, auditions... the girls will have a wonderful holiday. Make them look as scary as possible! what is that? Is that a pineapple? Yes, there are people dressed as pineapples on the street! Use your imagination and dress the girls up in a spooky and unique way! Are you up for the hauntingly chic adventure?', 'https://img.gamemonetize.com/rotj5cmq91byt2dg95l21ocoqytdofgz/512x384.jpg', 'https://html5.gamemonetize.com/rotj5cmq91byt2dg95l21ocoqytdofgz/', '0', 'Girls', 0, 0, '', 'princess-halloween-boutique'), (1171, 'Roly Santa Claus', 'Dive into the festive fun of Roly Santa Claus, an exciting online game designed for both kids and adults. Your mission: guide Santa on a thrilling adventure, rolling through challenges, collecting delightful gifts, and reaching the safety of the goal. Unleash your gaming spirit and enjoy the joyous journey. Let the rollicking good times begin!', 'https://img.gamemonetize.com/ji7bionik9ip2ibo0ttdam26e630a9j8/512x384.jpg', 'https://html5.gamemonetize.com/ji7bionik9ip2ibo0ttdam26e630a9j8/', '0', 'Puzzles', 0, 0, '', 'roly-santa-claus'), (1172, 'Turkey Twist Tetriz', 'Immerse yourself in the Thanksgiving spirit with Turkey Twist Tetriz. Strategically rotate, position, and match festive items to score big. Can you prevent the board from overflowing and achieve top scores this Thanksgiving?', 'https://img.gamemonetize.com/njvgrnr0lmvlnkv7s637dqnda2cmwc86/512x384.jpg', 'https://html5.gamemonetize.com/njvgrnr0lmvlnkv7s637dqnda2cmwc86/', '0', 'Puzzles', 0, 0, '', 'turkey-twist-tetriz'), (1173, 'Gold Aztec', 'On the playing field is a stone door, consisting of 16 blocks. On blocks are located colored crystals and rings. Number of crystals of each color is always equal to the number of rings of the same color. You must place the crystals so that they coincide with the color of the color ring. &nbsp;To move the crystals click the screen in the center portion of the four blocks. In this case, four crystals located on these blocks will immediately move clockwise to the next position. Keep doing this as long as all the 16 colored crystals will be in the rings with the same color. Think carefully about each move.', 'https://img.gamemonetize.com/tvpp0tzm8oz2o24jbziidhrwnjjvxoup/512x384.jpg', 'https://html5.gamemonetize.com/tvpp0tzm8oz2o24jbziidhrwnjjvxoup/', '0', 'Puzzles', 0, 0, '', 'gold-aztec'), (1174, 'Basketball Dig', 'Dig the sand and dunk the ball! Get 3 stars to claim more rewards and buy new unique skins. Nice and addictive gameplay; Fancy features like teleports, bombs, crates, and stones; Encourages logical thinking and creativity; Realistic Physics; Reward system; Shop with unique skins; 50 different and attractive levels.', 'https://img.gamemonetize.com/zuwhv49ggt9wx93uqwpmq3zyft2zp8a4/512x384.jpg', 'https://html5.gamemonetize.com/zuwhv49ggt9wx93uqwpmq3zyft2zp8a4/', '0', 'Puzzles', 0, 0, '', 'basketball-dig'), (1175, 'ratatouille Jigsaw Puzzles', 'Welcome to Ratatouille Jigsaw Puzzle. Train your brain and memory by Draging Jigsaw pieces to complete the pictures. Explore tons of amazing and chellenging levels. How many level can you solve? Have fun!', 'https://img.gamemonetize.com/ztdf0uievuspn22eybhsswvqv7suu9fw/512x384.jpg', 'https://html5.gamemonetize.com/ztdf0uievuspn22eybhsswvqv7suu9fw/', '0', 'Puzzles', 0, 0, '', 'ratatouille-jigsaw-puzzles'), (1176, 'Box Challenge', 'Solve engaging puzzles and master the Box Challenge! Train your brain with this addictive game. The ultimate puzzle game that will put your problem-solving skills to the test! Prepare to embark on a captivating journey filled with challenging puzzles and addictive gameplay. In the Box Challenge, your goal is simple yet intriguing: move the colored boxes to their designated target positions. Sounds easy, right? Think again! As you progress through the levels, the puzzles become increasingly complex, requiring strategic thinking and careful planning. Get ready to stretch your mental muscles and overcome each brain-teasing obstacle in your path', 'https://img.gamemonetize.com/piufx90w8nb1w4l86p3i1543tdhd59t7/512x384.jpg', 'https://html5.gamemonetize.com/piufx90w8nb1w4l86p3i1543tdhd59t7/', '0', 'Adventure', 0, 0, '', 'box-challenge'), (1177, 'Love match Compatibility test', 'Check your love match by our zodiac, name and birth date compatibility test. Our love calculator will count a percent of the probability that your chosen one matches you. Do you like fortune tellings, predictions, chiromancy, card reading? Do you wonder if someone is in love with you or isn`t? Try our app and test compatibility in our calculator!', 'https://img.gamemonetize.com/o03wr4sqdk3pivy2icqi3g0x6rwt20v9/512x384.jpg', 'https://html5.gamemonetize.com/o03wr4sqdk3pivy2icqi3g0x6rwt20v9/', '0', 'Girls', 0, 0, '', 'love-match---compatibility-test'), (1178, 'Avatoon Avatar Maker Creator', 'Avatoon Avatar Maker is a dress up game. You are not bored and neither should your social media be. Cartoonize your social life and create cartoon faces. It is so exciting to express you and your life in a role play.', 'https://img.gamemonetize.com/kd1eao4srjm42l6h4hcze6ivbtpyelh2/512x384.jpg', 'https://html5.gamemonetize.com/kd1eao4srjm42l6h4hcze6ivbtpyelh2/', '0', 'Hypercasual', 0, 0, '', 'avatoon-avatar-maker-creator'), (1179, 'Acrylic Nails', 'Enjoy endless combinations of nail shapes, colors and patterns! Unlock various accessories for your manicure salon through your management skills. The more manicures you create, the more unlocks you get.', 'https://img.gamemonetize.com/xgtt4qxxktnb3yg3f64r1xbisnomdy8j/512x384.jpg', 'https://html5.gamemonetize.com/xgtt4qxxktnb3yg3f64r1xbisnomdy8j/', '0', 'Arcade', 0, 0, '', 'acrylic-nails'), (1180, '2048 X2 Legends', 'The elusive 2048 block is almost within your reach. Combine and count up your blocks. Reach higher and higher scores, sharpening your mind in the process.', 'https://img.gamemonetize.com/dlewrko3e9s1074yicv4q5sydfoynash/512x384.jpg', 'https://html5.gamemonetize.com/dlewrko3e9s1074yicv4q5sydfoynash/', '0', 'Puzzles', 0, 0, '', '-x-legends'), (1181, 'Thanksgiving Party Prep', 'Emily is hosting the Thanksgiving dinner and she wants to surprise her guests with a perfect dinner. For that, shes going to need your help? In the Thanksgiving Party Prep game, Emily is going to keep you busy with lots of activities. Start with dressing her up in a festive outfit, and then complete the chosen outfit with a lovely makeup look in fall colors and a new hairstyle. Then step into her cute kitchen and cook together a delicious turkey and a yummy pumpkin pie. Next, prove your designer skills and help Emily to set the table for her guests. Website Developer <a href=\'https://prinxy.app\'>https://prinxy.app</a>', 'https://img.gamemonetize.com/r2hbeit221x9yppw6uc2rqg2hc4kuzin/512x384.jpg', 'https://html5.gamemonetize.com/r2hbeit221x9yppw6uc2rqg2hc4kuzin/', '0', 'Girls', 0, 0, '', 'thanksgiving-party-prep'), (1182, 'Bike Offroad Stunts 2024', 'Drive your bike offroad in an excellent environment; you can choose from 3 bikes and upgrade, finish levels by driving your motorcycle and gain coins to buy a powerful bike. Website Developer <a href=\'https://ko.kizi10.org\'>https://ko.kizi10.org</a>', 'https://img.gamemonetize.com/m2gbuldfl4myy3u4sb6j3wdk0ofzlbdg/512x384.jpg', 'https://html5.gamemonetize.com/m2gbuldfl4myy3u4sb6j3wdk0ofzlbdg/', '0', 'Action', 0, 0, '', 'bike-offroad-stunts-'), (1183, 'Monter Match 3 Journey', 'Monter Match 3 Journey is a puzzle match 3 game. It will test your logical thinking and strategy to break through all of the hardest levels', 'https://img.gamemonetize.com/8ul84mgemmhy2euo86edr9dsuwl418i5/512x384.jpg', 'https://html5.gamemonetize.com/8ul84mgemmhy2euo86edr9dsuwl418i5/', '0', 'Puzzles', 0, 0, '', 'monter-match--journey'), (1184, 'Public City Transport Bus Simulator', 'Bus Driving Games have gotten better over time, and so has Public City Transport Bus Simulator. There are over 3 different vehicles, you will find your favorite to drive around in the immersive and detailed world. All vehicles are fully modeled and have realistic interior and exterior views with freelook feature. Exciting missions and challenges to complete Reward system for upgrades and new destinations Beautiful graphics and immersive sound effects Download Bus Pick and Drop today and start your journey to becoming the ultimate bus driver.', 'https://img.gamemonetize.com/kv7hc5tczxs5bet5g4w44jhbp96qsfnn/512x384.jpg', 'https://html5.gamemonetize.com/kv7hc5tczxs5bet5g4w44jhbp96qsfnn/', '0', 'Adventure', 0, 0, '', 'public-city-transport-bus-simulator'), (1185, 'Kids Pet Hotel', 'Welcome to Kids Pet Hotel &ndash; the addictive and delightful mobile game that allows you to experience the joy of running your own virtual pet hotel! With engaging gameplay, adorable pets, and a wide range of activities, this game guarantees hours of fun and entertainment for players of all ages.', 'https://img.gamemonetize.com/71115wvbv61u42l84aiuvfspkxij9cua/512x384.jpg', 'https://html5.gamemonetize.com/71115wvbv61u42l84aiuvfspkxij9cua/', '0', 'Girls', 0, 0, '', 'kids-pet-hotel'), (1186, 'Flappy Fish Journey', 'Flappy Fish Journey is a fun and challenging game where you control a small fish as it swims through a series of obstacles. The goal of the game is to reach the end of the level without hitting any obstacles. To control your fish, simply tap the screen to make it flap its fins. The faster you flap, the faster your fish will swim. The obstacles in Flappy Fish Journey come in all shapes and sizes. There are rocks, seaweed, and even other fish. If you hit any of these obstacles, you will lose a life. Flappy Fish Journey is a great game for players of all ages. It is simple to learn, but challenging to master.', 'https://img.gamemonetize.com/hr962quu0hxd4mvcdobwtdd7g0btlt4i/512x384.jpg', 'https://html5.gamemonetize.com/hr962quu0hxd4mvcdobwtdd7g0btlt4i/', '0', 'Arcade', 0, 0, '', 'flappy-fish-journey'), (1187, 'Thanksgiving Squad Style', 'Step into the world of Thanksgiving Squad Style! Explore a fusion of cozy elegance and festive fashion as the squad celebrates the season. From warm layers to stylish accents, discover the perfect ensemble to make this Thanksgiving unforgettable. Join the squad and embrace the spirit of gratitude and style! Play and have fun!', 'https://img.gamemonetize.com/zvlh8hr5crf7pmbdbet2v5wgdl1mao9i/512x384.jpg', 'https://html5.gamemonetize.com/zvlh8hr5crf7pmbdbet2v5wgdl1mao9i/', '0', 'Girls', 0, 0, '', 'thanksgiving-squad-style'), (1188, 'Kids Coloring Book Vip', 'Do you want to play a game with fun and quality time? This game is for you. This game is designed for all age groups to play comfortably. Complete all the missions and enjoy the fun!!!', 'https://img.gamemonetize.com/u2l2gq0m1vsljpwah8zfo9a0rt2hqd0x/512x384.jpg', 'https://html5.gamemonetize.com/u2l2gq0m1vsljpwah8zfo9a0rt2hqd0x/', '0', 'Hypercasual', 0, 0, '', 'kids-coloring-book-vip'), (1189, 'Tom and Friends Hidden Stars', 'Tom and Friends Hidden Stars is a game where you have to find hidden stars in the game in a given period of time. There is totally 6 levels in the game. Find all hidden stars before the time expires. Website Developer <a href=\'https://www.cabahtmlgames.com/\'>https://www.cabahtmlgames.com/</a>', 'https://img.gamemonetize.com/1d15zvk45ind7zij10yswa8zs8rao8ye/512x384.jpg', 'https://html5.gamemonetize.com/1d15zvk45ind7zij10yswa8zs8rao8ye/', '0', 'Puzzles', 0, 0, '', 'tom-and-friends-hidden-stars'), (1190, 'Goods Sort Master', 'Goods Sort Master is a fun sorting game. Have you ever fantasized about spending money in the supermarket? How much can you take away in a limited time? In this game you can sort snacks, drinks and fruits and have fun exploring triple matches in 3D cabinets to unlock more of your favorite products. The game is simple, just drag the same 3D products onto several shelves to match or triple match them. If you are a fan of matching games, why not give it a try?', 'https://img.gamemonetize.com/9wpd09u11cls94gosbgk71jhhen9emq9/512x384.jpg', 'https://html5.gamemonetize.com/9wpd09u11cls94gosbgk71jhhen9emq9/', '0', 'Puzzles', 0, 0, '', 'goods-sort-master'), (1191, 'People Throw!', 'People Throw! is an engaging Unity-based game that harnesses the power of scripting to create an exhilarating experience. In this unique title, players must strategically toss characters into designated targets while navigating challenging obstacles. With precise physics and intuitive controls, its a test of precision and skill. Customize your characters, unlock new levels, and compete with friends in this addictive and physics-driven adventure. Get ready to embark on a journey of throwing fun in People Throw! Website Developer <a href=\'https://www.coolcrazygames.com\'>https://www.coolcrazygames.com</a>', 'https://img.gamemonetize.com/7remuq85sfcjgp9nkpz95cdnonu6uy3u/512x384.jpg', 'https://html5.gamemonetize.com/7remuq85sfcjgp9nkpz95cdnonu6uy3u/', '0', 'Arcade', 0, 0, '', 'people-throw'), (1192, 'Retro Street Fighter', 'Travel back in time with Retro Street Fighter, a side-scrolling fighting game that will make you feel nostalgic. This game features 2D-pixel art that gives it a classic look. You will fight your way through multiple levels, facing different enemies and showing off your skills. You can choose from seven levels of difficulty and challenge yourself. You will also have various moves to use in combat, such as punches, kicks, and blocks. But be careful, some enemies are tough and dangerous.', 'https://img.gamemonetize.com/jr7roso7r39aua71aijeuxoxlgluaqku/512x384.jpg', 'https://html5.gamemonetize.com/jr7roso7r39aua71aijeuxoxlgluaqku/', '0', 'Boys', 0, 0, '', 'retro-street-fighter'), (1193, 'Lovie Chics Black Friday Shopping', 'Indulge in the ultimate Lovie Chics Black Friday Shopping spree! BFF girls are excited to go out for shopping on Black Friday. Explore exclusive deals, trendy fashion finds, and must-have accessories. Elevate your style and make the most of this exciting shopping extravaganza. Join us for a day of style and savings!', 'https://img.gamemonetize.com/0atwhivenlaakmrt14ilzta8tok50e1d/512x384.jpg', 'https://html5.gamemonetize.com/0atwhivenlaakmrt14ilzta8tok50e1d/', '0', 'Girls', 0, 0, '', 'lovie-chics-black-friday-shopping'), (1194, 'Extreme Volleyball', 'The game Extreme Volleyball is a variation on the subject of volleyball. In this game, players will be robots. And unlike normal volleyball instead of the ball will be a bomb. A bomb is known to have a tendency to explode ... The purpose of game to blow up a bomb on the territory of the opponent. The bomb blows up, if it concerns a floor, there were more than three contacts of a bomb or time of burning of a fuse ended. In the game settings menu you can select the number of bombs, bomb fuse burning time, game difficulty level and location of your robot.', 'https://img.gamemonetize.com/e8slra8oygqa8ynmnix90y8xl0yjcuq3/512x384.jpg', 'https://html5.gamemonetize.com/e8slra8oygqa8ynmnix90y8xl0yjcuq3/', '0', 'Sports', 0, 0, '', 'extreme-volleyball'), (1195, 'Mini Steps', 'Mini Steps is a retro-style platform-puzzle game where you command a small blob character that jumps in small steps; you have to move the blob around wisely to collect all coins that are all over the place.', 'https://img.gamemonetize.com/2c0wfakdiospcaclrtrteahomzsbsugj/512x384.jpg', 'https://html5.gamemonetize.com/2c0wfakdiospcaclrtrteahomzsbsugj/', '0', 'Puzzles', 0, 0, '', 'mini-steps'), (1196, 'Gun Runner Clone Game 3d', 'Discover a great variety of arsenal resources available in this stickman shooting game. Gather gold coins to make your stickman shooter undefeated. You can buy a gun, a machine gun, a shotgun, a sniper rifle or even a minigun! Each weapon can be improved. In addition, to protect your character from bullets, there are helmet and body armor available. Still not enough? In this stickman game, you have an opportunity to completely change the look of stickman by choosing one of the many skins for the shooter. Simple graphic stylistics and addicting gameplay, makes your shooter game experience light and extremely thrilled at the same time. What&rsquo;s m', 'https://img.gamemonetize.com/f95ngkd85gsfqjcvk6cnowcyl3yuno0i/512x384.jpg', 'https://html5.gamemonetize.com/f95ngkd85gsfqjcvk6cnowcyl3yuno0i/', '0', 'Hypercasual', 0, 0, '', 'gun-runner-clone-game-d'), (1197, 'Ghostly Spikes', 'This Halloween season, Jhurr Games is bringing you a unique game called Ghostly Spikes. Help this adorable ghost fly around without hitting the spikes so that it can survive for as long as can. It&rsquo;s a bizarre and deadly place. Reach great scores and set a challenge for your friends to surpass you. Enjoy this Halloween season by playing the hilarious game Ghoslty Spikes. Website Developer <a href=\'https://jhurr.com/\'>https://jhurr.com/</a>', 'https://img.gamemonetize.com/zb5irqol5moia70jk4g3w4romdjwbrwl/512x384.jpg', 'https://html5.gamemonetize.com/zb5irqol5moia70jk4g3w4romdjwbrwl/', '0', 'Adventure', 0, 0, '', 'ghostly-spikes'), (1198, 'Escape Mars', 'You were exploring Mars when your ship malfunctioned. Now, you must find a new power cell in order to escape. Look around and see what you can find to help repair your ship and escape from Mars! Website Developer <a href=\'https://www.playit-online.com/\'>https://www.playit-online.com/</a>', 'https://img.gamemonetize.com/5qluqqr41v438zfshzm0h3b9l1d7euz6/512x384.jpg', 'https://html5.gamemonetize.com/5qluqqr41v438zfshzm0h3b9l1d7euz6/', '0', 'Puzzles', 0, 0, '', 'escape-mars'), (1199, 'Alien Jump', 'Jump around the space with a cute space monster through the galaxy! Collect coins, avoid obstacles and dont fall into the abyss! Get as far as you can! Challenge your friends and find out who is the space king!', 'https://img.gamemonetize.com/azjnib88w1wogc9rtwxil46y4pvubn80/512x384.jpg', 'https://html5.gamemonetize.com/azjnib88w1wogc9rtwxil46y4pvubn80/', '0', 'Hypercasual', 0, 0, '', 'alien-jump'), (1200, 'Story Teller', 'Story Teller is a puzzle game full of romance and magic. In front of you is a magical blank storybook to piece together an interactive comic strip, with countless animated sets and personalized characters that will respond to your choices in real time. Use your imagination to complete different types of stories and win the coveted Story Teller crown! Are you ready to explore new worlds?', 'https://img.gamemonetize.com/rpcnjfesg7tev1ojyx8dj4wza9g3v6vv/512x384.jpg', 'https://html5.gamemonetize.com/rpcnjfesg7tev1ojyx8dj4wza9g3v6vv/', '0', 'Puzzles', 0, 0, '', 'story-teller'), (1201, 'Cargo Truck Transport &amp Hunt', 'Are you ready for a wild adventure with Cargo Truck: Transport &amp; Hunt, a simulation game that combines driving and hunting? The zoo animals have escaped and you are the only one who can catch them! Drive your truck across the city and use your sniper gun to hunt down the animals, from leopards to elephants. But be careful, they are fast and furious! You have to bring them back to the zoo safely and quickly. Cargo Truck: Transport &amp; Hunt is a game that will challenge your skills and nerves. Don&rsquo;t miss this exciting game! Have fun!', 'https://img.gamemonetize.com/ng2igdvp92xohmlehl315mwqe3wt9caq/512x384.jpg', 'https://html5.gamemonetize.com/ng2igdvp92xohmlehl315mwqe3wt9caq/', '0', 'Shooting', 0, 0, '', 'cargo-truck-transport-ampamp-hunt'), (1202, 'Mien Bugr Skate', 'Would you like to join the adventurous journey of two cute friends on their skateboards? They need to get home right away. Both friends pink and brown pets have escaped into the streets, so find them and safely return home. Dont forget to collect all the gold coins along the way. Be cautious, as monsters are lurking everywhere, and they might try to devour you.', 'https://img.gamemonetize.com/gbcwm5ud14k29va0bdz1a3nt54jzbwrt/512x384.jpg', 'https://html5.gamemonetize.com/gbcwm5ud14k29va0bdz1a3nt54jzbwrt/', '0', 'Arcade', 0, 0, '', 'mien-bugr-skate'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (1203, 'Bike Attack Race 2024', 'Revise your bike and aim at your rivals in thrilling racing battles. While you may have dabbled in various motorcycle racing games, this 3D endless bike race game is a truly challenging, captivating, and utterly addictive experience. It marks a fresh entry into endless drag racing, promising a level of seamless bike racing excitement that is hard to match. This free bike game delivers the most heart-pounding road racing adventure you could ever imagine. Take charge of your bike as you cruise down endless highway roads. Website Developer <a href=\'https://pl.kizi10.org\'>https://pl.kizi10.org</a>', 'https://img.gamemonetize.com/11t28nnliejw8d7yde2fl8osjuai8zam/512x384.jpg', 'https://html5.gamemonetize.com/11t28nnliejw8d7yde2fl8osjuai8zam/', '0', 'Action', 0, 0, '', 'bike-attack-race-'), (1204, 'Wrench &amp Nuts', 'In this captivating adventure, multiple wrenches choreograph an intricate dance with numerous screws, demanding both nimble coordination and ingenious sequencing. Assume the role of the maestro of unscrewing, infusing each section with an unmatched flair and surging ahead through a series of heart-pounding challenges. Wrench &amp; bolts is a mind challenging puzzle. Untangle the tangled wrenches in Wrench &amp; bolts puzzle game. Advise smart strategy to solve puzzles of Wrench &amp; bolts. If you enjoy playing knot-solving games like twisted and tangle puzzles Website Developer <a href=\'https://www.laggedgame.com/\'>https://www.laggedgame.com/</a>', 'https://img.gamemonetize.com/amalo9pteqdfcgftvwij3yi64bm1cld4/512x384.jpg', 'https://html5.gamemonetize.com/amalo9pteqdfcgftvwij3yi64bm1cld4/', '0', 'Puzzles', 0, 0, '', 'wrench-ampamp-nuts'), (1205, 'Kick The Jump', 'Poke the lazy man to get him from one part of the house to another. While doing all this, be aware of the dangers. Dodge traps, gaps and other items. Make the lazy man reach his goal and make him happy.', 'https://img.gamemonetize.com/9b43912mkrq9zfuc97daxouyn86zceev/512x384.jpg', 'https://html5.gamemonetize.com/9b43912mkrq9zfuc97daxouyn86zceev/', '0', 'Puzzles', 0, 0, '', 'kick-the-jump'), (1206, 'Hero Rescue Pull The Pin', 'Welcome to Hero Rescue - Pull The Pin puzzle game! Help the hero find the treasures and save the princess right now! You will be a Hero who has the power of wisdom, courage and love to save his bride. The hero started his journey to find the treasure and to save the princess. Website Developer <a href=\'https://newkidsgames.org\'>https://newkidsgames.org</a>', 'https://img.gamemonetize.com/sjdiwmg8fmi7b7bziqg91uiuzpuw4iv0/512x384.jpg', 'https://html5.gamemonetize.com/sjdiwmg8fmi7b7bziqg91uiuzpuw4iv0/', '0', 'Puzzles', 0, 0, '', 'hero-rescue-pull-the-pin'), (1207, 'BTC Farmer', 'BTC Farmer is an instant money idle clicker game that offers a virtual crypto mining experience. Earn money by upgrading to the fastest GPU and speeding up your hardware with new additions. Let your graphics card do the work and increase your speed to make even more money! With a simple interface thats easy to understand, this exciting game provides a virtual crypto mining experience thats perfect for beginners. Start playing online now and enjoy making cash with BTC Farmer !', 'https://img.gamemonetize.com/panb25m5rm1u7nmlpb7jdhnxfjbu2euo/512x384.jpg', 'https://html5.gamemonetize.com/panb25m5rm1u7nmlpb7jdhnxfjbu2euo/', '0', 'Hypercasual', 0, 0, '', 'btc-farmer'), (1208, 'Modern Autumn Outfit', 'Modern Autumn Outfit is an online game that you can play on Babygames for free. Autumn is coming! Its time to change our wardrobe! So, whats the fashion trend of this season? In this game our fashion girls will show you that, Sofia, Rebecca, Adella will be the models to tell you which clothing you should to pick!', 'https://img.gamemonetize.com/qns3pty0shdsltuqaeff9n6ij6wbc4uw/512x384.jpg', 'https://html5.gamemonetize.com/qns3pty0shdsltuqaeff9n6ij6wbc4uw/', '0', 'Girls', 0, 0, '', 'modern-autumn-outfit'), (1209, 'Paint Cow', 'PAINT COW is a captivating game where your task is to paint cows, beginning from the top left corner, to match the color of their adjacent companions.', 'https://img.gamemonetize.com/p193e8kstvtww3sme8gqsx6z7l631fyn/512x384.jpg', 'https://html5.gamemonetize.com/p193e8kstvtww3sme8gqsx6z7l631fyn/', '0', 'Puzzles', 0, 0, '', 'paint-cow'), (1210, 'Super Shop Idle Online', 'Super Shop Idle is a delightful idle game where you can experience the excitement of running your own shop! Put on your entrepreneurial hat and embark on a journey to build the most successful store in town.', 'https://img.gamemonetize.com/xjuxrhvk3fkx3kewvkypza5tbv4gjl2y/512x384.jpg', 'https://html5.gamemonetize.com/xjuxrhvk3fkx3kewvkypza5tbv4gjl2y/', '0', 'Puzzles', 0, 0, '', 'super-shop-idle-online'), (1211, 'Find The Truth Master', 'Find The Truth Master is a fun puzzle solving game. In this new version of the game, puzzles will be interspersed with episodes that may require you to exercise your brain by breaking the rules and thinking outside the box. If you are a big fan of brain games, then what are you waiting for? Have fun with it!', 'https://img.gamemonetize.com/fj4iyty44z3ecb62rue49n3ipeq45l7g/512x384.jpg', 'https://html5.gamemonetize.com/fj4iyty44z3ecb62rue49n3ipeq45l7g/', '0', 'Puzzles', 0, 0, '', 'find-the-truth-master'), (1212, 'NARUTOvsBLEACH', 'NARUTO vs BLEACH is a side-scrolling ACT anime fighting mobile game with smooth movements, highly recognizable character skills, and seamless combos, making combat more free. [Fast-paced fighting and striking feeling, operation is art]', 'https://img.gamemonetize.com/lhr8ran85565q4gz8erow92mcym1txwx/512x384.jpg', 'https://html5.gamemonetize.com/lhr8ran85565q4gz8erow92mcym1txwx/', '0', 'Hypercasual', 0, 0, '', 'narutovsbleach'), (1213, 'Crazy Balls 3D', 'A game for those who love to drive along crazy tracks, knocking down everything in their path! Roll, jump, fly, overtaking the balls and be the first to reach the finish line! Climb the rankings and become a racing king! Race crazy balls on bizarre tracks. Swipe quickly to gain more speed, flying over gaps and avoiding obstacles to reach the finish line first', 'https://img.gamemonetize.com/d0ke72ygyhtlwg15fctmxmkpjiuyyrw2/512x384.jpg', 'https://html5.gamemonetize.com/d0ke72ygyhtlwg15fctmxmkpjiuyyrw2/', '0', 'Arcade', 0, 0, '', 'crazy-balls-d'), (1214, 'Rainbow Obby', 'This is an exciting game in which the player controls a character passing through a variety of obstacles. Using bonuses, the player can jump higher, fly short distances to overcome all obstacles. Gameplay: The gameplay consists of passing different levels, each of which is a unique location with a variety of obstacles and traps. The player controls his character, overcoming the abyss, jumping on platforms and collecting bonuses. Power-ups: Power-ups play an important role in the game, allowing the player to overcome various obstacles and avoid dangers.', 'https://img.gamemonetize.com/olpcx88c0opv3tq3yhyr323313tx2s37/512x384.jpg', 'https://html5.gamemonetize.com/olpcx88c0opv3tq3yhyr323313tx2s37/', '0', 'Arcade', 0, 0, '', 'rainbow-obby'), (1215, 'Army Raid', 'A distinct and thrilling tactical game will engage you through its mechanics. Seize territories from your foes and dominate the continent. Invaders have seized your realm and taken your fortresses; reclaim them with your soldiers assistance. Enlist fresh troops, enhance their skills, and triumph in each skirmish. Earn prizes for each vanquished adversary. Spend them judiciously and obliterate your rivals. Website Developer <a href=\'https://zh.kizi10.org\'>https://zh.kizi10.org</a>', 'https://img.gamemonetize.com/ifl0vhbhy3we7taumpq8g9i75egpunu5/512x384.jpg', 'https://html5.gamemonetize.com/ifl0vhbhy3we7taumpq8g9i75egpunu5/', '0', 'Arcade', 0, 0, '', 'army-raid'), (1216, 'Techno Basket Ball', 'Techno Basket Ball is an electrifying fusion of sports and technology, offering players an adrenaline-packed gaming experience. Take on the role of a futuristic athlete, equipped with advanced cyber enhancements, as you compete in high-octane basketball matches. Engage in gravity-defying dunks, precision three-point shots, and fast-paced team play in a dazzling neon-lit arena. With cutting-edge visuals and immersive soundscapes, this game redefines the boundaries of traditional basketball. Website Developer <a href=\'https://www.coolcrazygames.com\'>https://www.coolcrazygames.com</a>', 'https://img.gamemonetize.com/40ycn7eulfvp02v9m6h0l4h5bqydx8sb/512x384.jpg', 'https://html5.gamemonetize.com/40ycn7eulfvp02v9m6h0l4h5bqydx8sb/', '0', 'Arcade', 0, 0, '', 'techno-basket-ball'), (1217, 'Tiled Match Three 3D', 'Match Tile Paradise 3D is a match 3 puzzle game where you need to collect 3 identical objects to clear them. The higher level you achieve, the harder it get.', 'https://img.gamemonetize.com/gu1cf61onywibx00b24mrpv70d3vzw3u/512x384.jpg', 'https://html5.gamemonetize.com/gu1cf61onywibx00b24mrpv70d3vzw3u/', '0', 'Puzzles', 0, 0, '', 'tiled-match-three-d'), (1218, 'Makeup Stylist', 'Makeup Stylist is a makeup salon game for girls. In this game, you play the role of a stylist. You need to give a facial to two girls with skin problems. And you can use your unique aesthetic to design exquisite makeup for them. There are countless fashionable makeup looks for you to match and choose from. You can also apply makeup to them yourself with makeup tools. Try a variety of makeup for them, sometimes a suitable eyebrow can make makeup icing on the cake. The game also offers hundreds of exquisite accessories and clothes. You can pick and choose the best one for the character. Open the game now and enjoy being a stylist!', 'https://img.gamemonetize.com/bggbfi8h0354uqch0tx3fgw3mjzcss0e/512x384.jpg', 'https://html5.gamemonetize.com/bggbfi8h0354uqch0tx3fgw3mjzcss0e/', '0', 'Girls', 0, 0, '', 'makeup-stylist'), (1219, 'Baby Doll Design ', 'Are you ready to conquer the fashion world? Play the fabulous dress up game LOL Surprise! OMG Fashion Club and become a style expert! Dive into the world of fashion games and let your creativity sparkle: collect clothes, put together unique outfits, and surprise yourself by doing every style makeover! So, are you ready to become a fashion stylist?', 'https://img.gamemonetize.com/x7tejyllb2svjmul228lbov2ewysid1h/512x384.jpg', 'https://html5.gamemonetize.com/x7tejyllb2svjmul228lbov2ewysid1h/', '0', 'Hypercasual', 0, 0, '', 'baby-doll-design-'), (1220, 'Mathematics Master of Arithmetic', 'The puzzle game &ldquo;Mathematics: Master of Arithmetic&rdquo; promotes brain development, trains logical thinking, improves attention and concentration. Great food for the mind!', 'https://img.gamemonetize.com/n5y7hwxxobxkaxa1r33bjzc5yncoh9ha/512x384.jpg', 'https://html5.gamemonetize.com/n5y7hwxxobxkaxa1r33bjzc5yncoh9ha/', '0', 'Puzzles', 0, 0, '', 'mathematics-master-of-arithmetic'), (1221, 'Flying Challenge', 'Flying Challenge is a Flappy Bird game with a twist. In this game, you control a bird that is trying to fly through a series of obstacles, including bow, and other objects. The goal is to fly as far as you can without hitting anything. The game is simple to play but difficult to master. You can control the bird by tapping and holding on the screen. This will make the bird flap its wings, which gives it lift. You need to time your taps carefully in order to avoid the obstacles.', 'https://img.gamemonetize.com/f47lm1mrnh9ro64sdzrhow49mz7m757g/512x384.jpg', 'https://html5.gamemonetize.com/f47lm1mrnh9ro64sdzrhow49mz7m757g/', '0', 'Arcade', 0, 0, '', 'flying-challenge'), (1222, 'BINGO Real', 'Bingo Real is a 75 ball game that could you make you play bingo with house card with different closing patterns as real one, the one who will close and click bingo first is the winner. Furthermore, there are 35 balls and 45 ball options which could make you play before 35 and 45 ball bounced up.', 'https://img.gamemonetize.com/w7w5gwfb43usxnt3v70zhmtynywxfsam/512x384.jpg', 'https://html5.gamemonetize.com/w7w5gwfb43usxnt3v70zhmtynywxfsam/', '0', '.IO', 0, 0, '', 'bingo-real'), (1223, 'Eat Small Fish', 'Eat Small Fish is a game where you must eat small other fish to survive and become bigger. Eat Small Fish include all kinds of hungry fishes in the undersea water. They tanked and attacked smaller fish to become the ocean most powerful fish eater. Big fish eat small fish to be giant fish. Giant fish eat big fish and turn over the Mega fish. Mega fish eat giant fish and finally become fabulous fish in the underwater sea.', 'https://img.gamemonetize.com/5h7odu5oyzgdzo77493utlamcoz43wlj/512x384.jpg', 'https://html5.gamemonetize.com/5h7odu5oyzgdzo77493utlamcoz43wlj/', '0', 'Arcade', 0, 0, '', 'eat-small-fish'), (1224, 'Anime Puzzles', 'Welcome to the world of Anime puzzles - classic anime-themed puzzles! This game offers the perfect combination of relaxation, entertainment and brain training. Anime puzzles provides you with several free and premium puzzles with anime motifs. You can even create your own puzzles using images and photos of your family to make the game even more special. Each piece of our puzzles is unique and carefully crafted to ensure an enjoyable time for everyone who loves puzzles. You will be delighted by the variety and beauty of the anime pictures you can collect. Join the millions of anime and puzzle fans who are already enjoying Anime puzzles. Sta', 'https://img.gamemonetize.com/iwy8w3fxq7dw1axndtbekflm0dhyr1r8/512x384.jpg', 'https://html5.gamemonetize.com/iwy8w3fxq7dw1axndtbekflm0dhyr1r8/', '0', 'Puzzles', 0, 0, '', 'anime-puzzles'), (1225, 'Idle GPU Mining Clicker', 'Idle GPU Mining Clicker is an instant money idle clicker game that offers a virtual crypto mining experience. Earn money by upgrading to the fastest GPU and speeding up your hardware with new additions. Let your graphics card do the work and increase your speed to make even more money! With a simple interface that is easy to understand, this exciting game provides a virtual crypto mining experience that is perfect for beginners. Start playing online now and enjoy making cash with Idle GPU Mining Clicker !', 'https://img.gamemonetize.com/6tiofsuh3m6ug0qxjjg2cksiavd7t04o/512x384.jpg', 'https://html5.gamemonetize.com/6tiofsuh3m6ug0qxjjg2cksiavd7t04o/', '0', 'Hypercasual', 0, 0, '', 'idle-gpu-mining-clicker'), (1226, 'Metal Slug Adventure', 'Metal Slug Adventure is a newly developed side-scrolling action shooting , based on the essence of the legendary arcade masterpiece! With upgraded visuals that pay homage to its retro roots while introducing a fresh and captivating art style, the game brings a splendid visual presentation and abundant content including a vast array of weapons, diverse battlefields, and various super-vehicles.', 'https://img.gamemonetize.com/fdngtbzxm6ilhy3f91n5edffnjhsa9ze/512x384.jpg', 'https://html5.gamemonetize.com/fdngtbzxm6ilhy3f91n5edffnjhsa9ze/', '0', 'Shooting', 0, 0, '', 'metal-slug-adventure'), (1227, 'Draw Puzzle Tricky City', 'Draw Puzzle Tricky City is a game that appeals to people of all ages. To help the girl successfully get the microphone, you need to overcome all the traps and obstacles on the way. When you come back from school, after a tiring day, when you want to take time for yourself after taking care of the children, it will be waiting for you, bringing you pleasant moments in your boring moments.', 'https://img.gamemonetize.com/ax3nkyldcamtm13dr4d2s6e66edj5s4f/512x384.jpg', 'https://html5.gamemonetize.com/ax3nkyldcamtm13dr4d2s6e66edj5s4f/', '0', 'Puzzles', 0, 0, '', 'draw-puzzle-tricky-city'), (1228, 'Wheel Draw Master', 'Unique Levels: Explore a variety of captivating and unique levels. Realistic Physics: Experience true-to-life bicycle physics for an authentic riding feel. Power Up Your Ride: Use power-ups to turbocharge your bicycle and conquer obstacles! &zwj; Choose Your Rider: Visit the Skin Shop and unlock all riders! Daily Rewards: Play every day to claim exciting rewards! Climb the Leaderboard: Compete with players worldwide and aim for the top spot on the leaderboard!', 'https://img.gamemonetize.com/ntlis8v4wcl7cf9u32yevx6w6zofcyzq/512x384.jpg', 'https://html5.gamemonetize.com/ntlis8v4wcl7cf9u32yevx6w6zofcyzq/', '0', 'Racing', 0, 0, '', 'wheel-draw-master'), (1229, 'Sticker Puzzles Album', 'In Sticker Puzzles Album, children can strengthen their problem-solving skills, develop hand-eye coordination, boost creativity, and enhance cognitive abilities. With its curriculum-aligned activities and interactive lessons, this game covers a wide range of educational topics, including counting, number recognition, reading comprehension, vocabulary building, science experiments, and much more. Give your child the head start they deserve with Sticker Puzzles Album - the ultimate combination of fun and learning!', 'https://img.gamemonetize.com/h10cedo3otde4yhvhjv61ug8rg386dsh/512x384.jpg', 'https://html5.gamemonetize.com/h10cedo3otde4yhvhjv61ug8rg386dsh/', '0', 'Girls', 0, 0, '', 'sticker-puzzles-album'), (1230, 'Cargo Truck Offroad', 'Venture into the wild terrains with Cargo Truck Offroad! In this thrilling driving simulation game, players are put behind the wheel of a rugged cargo truck, tasked with delivering goods across challenging offroad landscapes. Navigate through muddy trails, steep mountain paths, and treacherous river crossings, all while ensuring your precious cargo remains intact. As you progress, earn rewards to upgrade your truck or unlock more challenging routes. With realistic physics, immersive graphics, and dynamic weather conditions, every journey promises a unique adventure. Website Developer <a href=\'https://de.kizi10.org\'>https://de.kizi10.org</a>', 'https://img.gamemonetize.com/bqypgh7mizibuctv597a3akm4cl3fd2d/512x384.jpg', 'https://html5.gamemonetize.com/bqypgh7mizibuctv597a3akm4cl3fd2d/', '0', 'Action', 0, 0, '', 'cargo-truck-offroad'), (1231, 'Golden Sword Princess', 'Golden Sword Princess is an adventure game with multiple levels, great graphics and addictive gameplay. Help the Golden Princess make her way and meet the characters in her huge world. Guaranteed hours of fun in this unique platform game.', 'https://img.gamemonetize.com/v70xpf0cxx33jbylvojvilrj63dcoxz2/512x384.jpg', 'https://html5.gamemonetize.com/v70xpf0cxx33jbylvojvilrj63dcoxz2/', '0', 'Adventure', 0, 0, '', 'golden-sword-princess'), (1232, 'Line Pixel Adventure', 'Embark on a great adventure with your pixel character in the Line Pixel Adventure game! Destroy the enemies, improve yourself and win the game!', 'https://img.gamemonetize.com/4vv07faztutgjbusp5qhpz1q4jvglqop/512x384.jpg', 'https://html5.gamemonetize.com/4vv07faztutgjbusp5qhpz1q4jvglqop/', '0', 'Adventure', 0, 0, '', 'line-pixel-adventure'), (1233, 'Zombie Base', 'Zombie Base is a design game with multiple levels waiting for you to challenge. You need to collect gold coins to enhance the strength of weapons and ammunition to pass the level.', 'https://img.gamemonetize.com/8aboa18yi7mrhakas1xzjjamrg5vjqhh/512x384.jpg', 'https://html5.gamemonetize.com/8aboa18yi7mrhakas1xzjjamrg5vjqhh/', '0', 'Hypercasual', 0, 0, '', 'zombie-base'), (1234, 'Modern Tuk Tuk Rickshaw Game', 'Get Ready to the thrilling world of Auto Rickshaw Adventures! Buckle up and get ready to embark on a fast-paced, action-packed journey through the bustling streets of a vibrant city. This unique and exciting game lets you take on the role of an auto rickshaw driver, navigating through challenging traffic and completing various missions to become the ultimate auto rickshaw champion!', 'https://img.gamemonetize.com/ahfni0cfellvd7wiqlcobdd0nnn0i0ft/512x384.jpg', 'https://html5.gamemonetize.com/ahfni0cfellvd7wiqlcobdd0nnn0i0ft/', '0', 'Adventure', 0, 0, '', 'modern-tuk-tuk-rickshaw-game'), (1235, 'Granny Jigsaw Puzzle', 'Granny Jigsaw Puzzle is a fun horror puzzle game. You can select one of the nine images and then select one of the four modes (16, 36, 64 and 100 pieces). Select your favorite picture and complete the jigsaw in the shortest time possible! Have fun and enjoy!', 'https://img.gamemonetize.com/aah7ftiffjrnrf821tx4jktgfkslrkoo/512x384.jpg', 'https://html5.gamemonetize.com/aah7ftiffjrnrf821tx4jktgfkslrkoo/', '0', 'Puzzles', 0, 0, '', 'granny-jigsaw-puzzle'), (1236, 'Snakes Ladders Online', 'Snakes Ladders Online is an addicting board game suitable for playing with friends or family members. In this game you need to choose your character and roll the dice to see how many steps you can move. The one first reach the end point will win this game. Roll the dice and try your luck!', 'https://img.gamemonetize.com/xya9o5r78hizw69jaj6kqp8q40lbjyzv/512x384.jpg', 'https://html5.gamemonetize.com/xya9o5r78hizw69jaj6kqp8q40lbjyzv/', '0', 'Puzzles', 0, 0, '', 'snakes-ladders-online'), (1237, 'Wordle Guess Word', 'The rules are very simple: You need to guess the hidden word (from 4 to 11 letters) in 6 tries. To get started, just type any word on the first line. If the letter is guessed correctly and is in the correct place, it will be highlighted in green, if the letter is in the word, but in the wrong place &ndash; in yellow, and if the letter is not in the word, it will remain gray. Can you guess the hidden word in 6 tries?', 'https://img.gamemonetize.com/78o94qny6max7wvred1giim7ezxddb0g/512x384.jpg', 'https://html5.gamemonetize.com/78o94qny6max7wvred1giim7ezxddb0g/', '0', 'Puzzles', 0, 0, '', 'wordle-guess-word'), (1238, 'Rocket Odyssey', 'Rocket Odyssey is a simple yet addictive game where you control a rocket ship as it flies through a series of obstacles. The goal of the game is to get as far as possible without crashing. The obstacles in the game include pipes, trees, and other objects.', 'https://img.gamemonetize.com/bztzrhcukbxmyk8to680q2s5ozd9eyqx/512x384.jpg', 'https://html5.gamemonetize.com/bztzrhcukbxmyk8to680q2s5ozd9eyqx/', '0', 'Adventure', 0, 0, '', 'rocket-odyssey'), (1239, 'Mad Truck Driving', 'Do you love driving trucks and crushing cars? Then you will enjoy Mad Truck Driving, the best 2D driving game ever! This game lets you drive a powerful truck through various obstacles and challenges! You will be amazed by the interesting graphics and exciting sound effects! Don&rsquo;t worry about the cars in front of you, just smash them with your truck! Your truck is unstoppable! But can you overcome the different obstacles and complete the levels? Try Mad Truck Driving now and start your adventure!', 'https://img.gamemonetize.com/pj997lwxryci1jh3fbsa3jf1kttsp5ut/512x384.jpg', 'https://html5.gamemonetize.com/pj997lwxryci1jh3fbsa3jf1kttsp5ut/', '0', 'Racing', 0, 0, '', 'mad-truck-driving'), (1240, 'Lode Retro Adventure', 'Relive the classic fun of Lode Retro Adventure, a 2D pixel game that will make you dig for gold. You will play as a gold miner who must collect a certain amount of gold coins in each level. You will use your shovel to break the ground tiles and trap the purple monsters, but be careful, they can escape and chase you. You will also find other treasures such as golden bananas that will boost your score. Lode Retro Adventure is a game that will test your strategy. Can you collect all the gold coins?', 'https://img.gamemonetize.com/hzkv6puazafel4j5jroq5e250frz78p7/512x384.jpg', 'https://html5.gamemonetize.com/hzkv6puazafel4j5jroq5e250frz78p7/', '0', 'Adventure', 0, 0, '', 'lode-retro-adventure'), (1241, 'Duo Robot Skibidi', 'The robot toilet men are trying to escape. Work together with your friend to overcome all obstacles and reach the door. Progress in sequence and teamwork. First one, then the other should advance. Strive to reach the door with your friend. Be careful, some floors can disappear, and make sure not to die. There are sharp rotating saws everywhere.', 'https://img.gamemonetize.com/e87ffo4t0qliunpdrb2mha5th9osinov/512x384.jpg', 'https://html5.gamemonetize.com/e87ffo4t0qliunpdrb2mha5th9osinov/', '0', 'Arcade', 0, 0, '', 'duo-robot-skibidi'), (1242, 'Skibidi Man Search of Skibidi Girl', 'In one old skibidi village, a boy decided to meet a skibidi girl, and she fell in love with him at first sight, but she was stolen by the evil skibidi Bully. Now you have to help the boy find her Love... Many dangers await you along the way.', 'https://img.gamemonetize.com/6ubohjfnkghbso76xbuikm2p8ldfnklr/512x384.jpg', 'https://html5.gamemonetize.com/6ubohjfnkghbso76xbuikm2p8ldfnklr/', '0', 'Boys', 0, 0, '', 'skibidi-man-search-of-skibidi-girl'), (1243, 'Bike Stunts 2024', 'Choose your bike and drive to this awesome game, Bike Stunts 2024; complete levels so you can buy a new bike; we have added 40 levels to the fun; the game can be played on mobile on the browser, so it is better optimized there. Website Developer <a href=\'https://ru.kizi10.org\'>https://ru.kizi10.org</a>', 'https://img.gamemonetize.com/bmozm1zrhtvbe4d4us8whh6bywqmweam/512x384.jpg', 'https://html5.gamemonetize.com/bmozm1zrhtvbe4d4us8whh6bywqmweam/', '0', 'Action', 0, 0, '', 'bike-stunts-'), (1244, 'Roblox Multiverse Spider', 'In this obby mode, you need to switch between different universes and win the super cup as quickly as possible. The spiderbug-male character is there to assist you in these challenging universes. You can unlock him by collecting green ores. Its impossible not to enjoy this adventurous game. Enter now and play the game!', 'https://img.gamemonetize.com/t1aqbg1kw44um7e9jr0uuc4a7k6sh7ho/512x384.jpg', 'https://html5.gamemonetize.com/t1aqbg1kw44um7e9jr0uuc4a7k6sh7ho/', '0', 'Arcade', 0, 0, '', 'roblox-multiverse-spider'), (1245, 'Assault Time', '3D first person shooter game. Your mission is to explore the enemy base and take down all the guards. Shoot enemies, pick up first aid kits and earn money to purchase various upgrades.', 'https://img.gamemonetize.com/p59ss73bjptrct2bb63ci3xzjbra2r7r/512x384.jpg', 'https://html5.gamemonetize.com/p59ss73bjptrct2bb63ci3xzjbra2r7r/', '0', 'Shooting', 0, 0, '', 'assault-time'), (1246, 'BFFs Black Friday Shopping', 'In this online game for girls called BFFs Black Friday Shopping, you help five friends get their looks ready to hit the mall and shop till they drop. Brian and the girls are heading to the mall for a fun shopping spree on Black Friday, and you girls should join the shopaholics. Get started with this online dress-up game for girls and see what stunning looks you can find for each of them. Dont forget to accessorize their final looks with designer purses and sparkly jewelry! Have fun! Website Developer <a href=\'https://prinxy.app\'>https://prinxy.app</a>', 'https://img.gamemonetize.com/i1cqhcs8lvojvymlqiiw6dfgjs7weg3d/512x384.jpg', 'https://html5.gamemonetize.com/i1cqhcs8lvojvymlqiiw6dfgjs7weg3d/', '0', 'Girls', 0, 0, '', 'bffs-black-friday-shopping'), (1247, 'Protect Emojis', 'Protect Emojie - The Ultimate Emoji Protection Challenge! Get ready to embark on an electrifying journey in Emojie Defense, a thrilling game where you are the guardian of emojis, tasked with creating an unbreakable line of defense to shield them from harm. Your mission is to safeguard these adorable emojis from damage using your strategic prowess. Erect an impervious barrier, comprised of unique shapes and obstacles, to fend off threats and keep your emojis safe from harm. As you progress, youll face increasingly challenging levels that will test your tactical skills to the max. Become the ultimate emoji protector and prove your mettle in t', 'https://img.gamemonetize.com/0axk51a0a4xdeubeu45bl0x8mu7zfllb/512x384.jpg', 'https://html5.gamemonetize.com/0axk51a0a4xdeubeu45bl0x8mu7zfllb/', '0', 'Puzzles', 0, 0, '', 'protect-emojis'), (1248, 'Baby Taylor Pet Grooming Day', 'Its all about adorable pets and tons of fun! You get to be the ultimate pet stylist and caretaker. First, meet Taylors cute cat and dog! Groom them, feed them, and make them super happy. Use your creativity to style their fur and make them look fabulous! And guess what? You also get to decorate their rooms! Choose from a variety of cute decorations to make their spaces cozy and charming. Don&rsquo;t forget the goldfish in Taylor&rsquo;s bedroom! Its fish tank also needs a good cleaning and decoration. Its a day full of pet love and creativity. Lets have a blast with Taylor and make these furry friends feel extra special!', 'https://img.gamemonetize.com/gggkn7fxaq5cvlgwshirpqihyqnexqss/512x384.jpg', 'https://html5.gamemonetize.com/gggkn7fxaq5cvlgwshirpqihyqnexqss/', '0', 'Girls', 0, 0, '', 'baby-taylor-pet-grooming-day'), (1249, 'Rolling Cheese', 'This little mouse is starving! Get the cheese to him in order to solve the levels. Click breakable objects and get them out of the way. Collect up to 3 strawberries in every puzzle to gain more points! Try to obtain 3 stars on all 24 levels!', 'https://img.gamemonetize.com/fhdgmfn851jo6d1vtyc34r9z3o47cpdb/512x384.jpg', 'https://html5.gamemonetize.com/fhdgmfn851jo6d1vtyc34r9z3o47cpdb/', '0', 'Puzzles', 0, 0, '', 'rolling-cheese'), (1250, 'Gang Brawlers', 'What about embarking on an adventure on the dangerous streets with the Gang Brawlers game? Destroy boxes pick some items from the ground and battle against evils on the streets. Besides fighting on the streets, you can embark on an adventure with your friend or fight against your friend in 2P fighting mode. Remember to pick the coins from the ground. You can make your characters more powerful by spending money on the store. Let the adventure begin!', 'https://img.gamemonetize.com/dmjz4ty5drd9aww9yq588icmnenprlu6/512x384.jpg', 'https://html5.gamemonetize.com/dmjz4ty5drd9aww9yq588icmnenprlu6/', '0', 'Action', 0, 0, '', 'gang-brawlers'), (1251, 'Super Jim Adventure', 'Get ready for a super adventure with Super Jim Adventure, a 2D side-scrolling game that will test your skills and reflexes. You will play as Super Jim, a brave hero who must collect stars and avoid obstacles in his quest to save the world. You will explore 100 different levels, each with its own challenges and surprises. You will also find power-ups that will help you survive the dangers of the game, such as bubbles that make you invincible and mushrooms that make you stronger. But hurry, you only have a limited time to collect all the stars and reach the castle at the end of each level.', 'https://img.gamemonetize.com/zxy2gj0hgqm9kwdnounmikgrcqg5n0g7/512x384.jpg', 'https://html5.gamemonetize.com/zxy2gj0hgqm9kwdnounmikgrcqg5n0g7/', '0', 'Arcade', 0, 0, '', 'super-jim-adventure'), (1252, '15 Cat Games', 'This addicting collection offers 15 arcade mini-games, each with unique graphics and a different order of play, ensuring an ever-changing and captivating experience.', 'https://img.gamemonetize.com/vogk6uilzt8mua7gr4pmocyavttrmzck/512x384.jpg', 'https://html5.gamemonetize.com/vogk6uilzt8mua7gr4pmocyavttrmzck/', '0', 'Hypercasual', 0, 0, '', '-cat-games'), (1253, 'Crazy Traffic Racer', 'Introducing an adrenaline-pumping car driving game that will push your driving skills to the limit. Powered by a cutting-edge 3D game engine, this game delivers a realistic and immersive experience like no other.Crazy Traffic Racer boasts stunning graphics and realistic physics, immersing you in a world filled with heart-stopping moments and breathtaking scenery. With intuitive controls and responsive gameplay, youll feel every twist, turn, and crash as if you were behind the wheel yourself.', 'https://img.gamemonetize.com/4yc7lfrhlx6p4bp57uw4su86itmq27ij/512x384.jpg', 'https://html5.gamemonetize.com/4yc7lfrhlx6p4bp57uw4su86itmq27ij/', '0', 'Racing', 0, 0, '', 'crazy-traffic-racer'), (1254, 'One Bit', 'Start overcoming the tracks with your one-bit character in the One bit game! Dont forget to get a checkpoint in the game and win the game by completing the obstacles!', 'https://img.gamemonetize.com/bhgysistyfih290cgcv3vsoamvlrk99t/512x384.jpg', 'https://html5.gamemonetize.com/bhgysistyfih290cgcv3vsoamvlrk99t/', '0', 'Adventure', 0, 0, '', 'one-bit'), (1255, 'World of Alice Draw Shapes', 'Learn the various geometric shapes, such as circles, squares, triangles and rectangles, among others. Children learn to draw shapes in a fun and interactive way. This game is specifically designed for preschool and primary school aged children, with the aim of making learning geometric shapes a fun and engaging adventure. Play from your cell phone, tablet or computer. Stimulate creativity, learning and fun at the same time with this engaging educational game!', 'https://img.gamemonetize.com/a806kmuqvu7vjinnnfyh5d41h1tibfr1/512x384.jpg', 'https://html5.gamemonetize.com/a806kmuqvu7vjinnnfyh5d41h1tibfr1/', '0', 'Puzzles', 0, 0, '', 'world-of-alice---draw-shapes'), (1256, 'Sumo Battle!', 'Sumo wrestlers break all the canons of the sport; they do not look slender, muscular and fit; on the contrary, they are large fat men who are more round than slender. These are the rules and requirements for sumo wrestlers. To gain weight, athletes follow a special diet in the game Sumo Battle! You will help your character collect as many pieces of sushi as possible in order to become larger in size. And that means stronger. The goal is to throw your opponents off the podium by approaching them and pushing them into targets attached to their fat bellies. Please note that they will also try to push your hero.', 'https://img.gamemonetize.com/7mdskoub4xtdgvith418pqnpxjv1ewx3/512x384.jpg', 'https://html5.gamemonetize.com/7mdskoub4xtdgvith418pqnpxjv1ewx3/', '0', 'Action', 0, 0, '', 'sumo-battle'), (1257, 'Feed The Fox', 'Feed the Fox is a fun game to play. In this game, the main character is a hungry fox who needs to eat to survive. Help the fox eat the little chicks that are coming down but be aware of the tiny bombs that are coming down with the chicks as well. To continue playing the game keep your eyes on the bombs. Use the arrows on the screen or the keyboard arrows to play the game if you are playing on your computer.', 'https://img.gamemonetize.com/d44iecxtk09o1mjh1gib634fplng302q/512x384.jpg', 'https://html5.gamemonetize.com/d44iecxtk09o1mjh1gib634fplng302q/', '0', 'Hypercasual', 0, 0, '', 'feed-the-fox'), (1258, 'Baby Panda Dream Garden', 'Baby Panda Dream Garden is a captivating gardening game designed for young children. Dive into a world filled with imaginative play, interactive tasks, and fun learning experiences. Explore the exciting features of this game and learn how to cultivate a beautiful dream garden!', 'https://img.gamemonetize.com/jwygr04vhkhx0f0uk9yoa9ppj8xpb3r1/512x384.jpg', 'https://html5.gamemonetize.com/jwygr04vhkhx0f0uk9yoa9ppj8xpb3r1/', '0', 'Girls', 0, 0, '', 'baby-panda-dream-garden'), (1259, 'Agent Skibidi', 'Hey, agents, load your weapons! All the toilet monsters have awakened and are coming to kill you. Eliminate all the monsters and collect the highest score. Remember, you can always reach a higher score. Monsters are coming from both the right and left. Work together with your friend to take them all down. Use different weapon modes to kill all the monsters.', 'https://img.gamemonetize.com/4kbn6y0aadz1fssql42d6op1m3zgk2a6/512x384.jpg', 'https://html5.gamemonetize.com/4kbn6y0aadz1fssql42d6op1m3zgk2a6/', '0', 'Shooting', 0, 0, '', 'agent-skibidi'), (1260, 'Army Vehicle Transporting', 'Army vehicle transporting refers to the specialized logistics and operations involved in moving military vehicles from one location to another. This can include the movement of tanks, armored personnel carriers, jeeps, and other ground vehicles, both within a countrys borders and internationally. Transporting these vehicles requires careful planning, as their size, weight, and the need for security can present unique challenges. Whether its for training exercises, deployment to conflict zones, or humanitarian missions. Website Developer <a href=\'https://tr.kizi10.org\'>https://tr.kizi10.org</a>', 'https://img.gamemonetize.com/9bs240ik4h7sx6u3ftzis7b6jrvz7nhj/512x384.jpg', 'https://html5.gamemonetize.com/9bs240ik4h7sx6u3ftzis7b6jrvz7nhj/', '0', 'Action', 0, 0, '', 'army-vehicle-transporting'), (1261, 'Princess Doll Dress Up', 'Princess Doll Dress Up is an online game that you can play on Babygames for free. Every girl dreams of having her own doll salon! Now, girls wishes will be fulfilled. Come to this doll salon to create and dress up your own doll! Do your dolls hair, makeup, and nail art! Finally don&rsquo;t forget the beautiful princess dress. Your doll is the most beautiful and shining princess! Now! Girls! Come to the doll salon to create characters, dress up dolls, and show your creativity to your friends!', 'https://img.gamemonetize.com/48oo7fgkz1v5fihcch67ri0tnewmwj64/512x384.jpg', 'https://html5.gamemonetize.com/48oo7fgkz1v5fihcch67ri0tnewmwj64/', '0', 'Girls', 0, 0, '', 'princess-doll-dress-up'), (1262, 'Stickman Hot Potato', 'This is a pretty simple game: Throw a flaming hot potato to burn your opponents&rsquo; hands instead of yours! It&rsquo;s like playing catch, but with a fiery twist. Just don&rsquo;t get caught holding the potato when the timer reaches 0, or you&rsquo;ll be feeling the heat! Four fast modes await you, two of which are 2-player. Compete against friends or family, or take on the CPU if you&rsquo;re flying solo. First to 1,000 points wins! For a unique challenge, try Hot Rings mode and race to destroy your opponent&rsquo;s rings. Use the four unique power-ups - cloak, freeze, clone, and slow motion - but remember to use them wisely!', 'https://img.gamemonetize.com/ohvhay9yre82sin5djnn1tpddc4dqamp/512x384.jpg', 'https://html5.gamemonetize.com/ohvhay9yre82sin5djnn1tpddc4dqamp/', '0', 'Fighting', 0, 0, '', 'stickman-hot-potato'), (1263, '3D Painter', 'Elevate your game development with 3D Painter, a powerful artistic tool for gaming enthusiasts. Seamlessly create and texture 3D models, ensuring theyre optimized for immersive gameplay. With an intuitive interface and a diverse array of brushes and effects, bring your game world to life in stunning detail.', 'https://img.gamemonetize.com/0k7zgvpszr6j4oy2yqeatpyb2di4n2i2/512x384.jpg', 'https://html5.gamemonetize.com/0k7zgvpszr6j4oy2yqeatpyb2di4n2i2/', '0', 'Arcade', 0, 0, '', 'd-painter'), (1264, 'My Farm Empire', 'My Farm Empire is a fun and relaxing game that lets you create your own farm paradise on a beautiful island. You will become a farmer and grow various crops, from fruits and vegetables to flowers and herbs. You will also enjoy the stunning graphics, the smooth gameplay, and the rewarding progression system that will make you feel like a real farmer. My Farm Empire is more than just a game, it&rsquo;s a lifestyle. Join the My Farm Empire today and start your farming adventure.', 'https://img.gamemonetize.com/jvki4swvrqyby0veutogi7b2bpx57c6u/512x384.jpg', 'https://html5.gamemonetize.com/jvki4swvrqyby0veutogi7b2bpx57c6u/', '0', 'Fighting', 0, 0, '', 'my-farm-empire'), (1265, 'Flip Ninja', 'A fun action/skill ninja game where you flip the gravity! Tap to flip the ninja! Avoid the projectiles and become a flip master! Accuracy is the main thing here.', 'https://img.gamemonetize.com/fdlb9cy2cmn9g9c250r7tjc9eitrbkt4/512x384.jpg', 'https://html5.gamemonetize.com/fdlb9cy2cmn9g9c250r7tjc9eitrbkt4/', '0', 'Hypercasual', 0, 0, '', 'flip-ninja'), (1266, 'Capybara Beaver Evolution Idle Clicker', 'Capybara-Beaver Evolution: Idle Cliker - a game with Capybara or Beaver? Get ready to have fun with a capybara or beaver, start playing it right now! The gameplay in Capybara-Beaver Evolution: Idle Cliker gives you the opportunity to play endlessly. Become a Capybara-Beaver God when you get 200 millions coins!', 'https://img.gamemonetize.com/bz6qvqpnf9fgmomalylvms1w9iwmx1ww/512x384.jpg', 'https://html5.gamemonetize.com/bz6qvqpnf9fgmomalylvms1w9iwmx1ww/', '0', 'Clicker', 0, 0, '', 'capybara-beaver-evolution-idle-clicker'), (1267, 'Pill Puzzler', 'Play the Pill Puzzler pill sorting game! Learn how to quickly distribute pills to patients. It takes accuracy and speed to assign the right amount of pills. Play Pill Puzzler right now and become the best doctor!', 'https://img.gamemonetize.com/40skpi6ebalali01rhtowsda0nioceg4/512x384.jpg', 'https://html5.gamemonetize.com/40skpi6ebalali01rhtowsda0nioceg4/', '0', 'Puzzles', 0, 0, '', 'pill-puzzler'), (1268, 'Car Rapide', 'Car Rapide is a one-finger game. Its an endless game in portrait mode Race your car, avoid obstacles, collect coins and unlock upgrades and other vehicles. Race your van through the streets of Africa. Get multipliers and power-ups to jump higher, fly and... shoot slippers. Car Rapide is a flappy-style one-finger game. By purchasing new cars with the collected coins you will gain fantastic powers.', 'https://img.gamemonetize.com/b8ncavzg34mugfpzklzi2ykmay78xww4/512x384.jpg', 'https://html5.gamemonetize.com/b8ncavzg34mugfpzklzi2ykmay78xww4/', '0', 'Racing', 0, 0, '', 'car-rapide'), (1269, 'Sonic Superstars', 'Adventure through the mystical Northstar Islands in this all-new take on classic 2D Sonic high-speed action platforming. Play as Sonic, Tails, Knuckles, and Amy Rose and harness all-new Emerald powers to move and attack in dynamic new ways. Collect Rings and unlock new characters in this fantastic new Sonic adventure.', 'https://img.gamemonetize.com/739l2hxbik0wdmhgepzsetiuzhbdv28r/512x384.jpg', 'https://html5.gamemonetize.com/739l2hxbik0wdmhgepzsetiuzhbdv28r/', '0', 'Hypercasual', 0, 0, '', 'sonic-superstars'), (1270, 'Peugeot 2008 Offroad Driving', 'Experience the thrill of the open trail with the Peugeot 2008, designed for offroad enthusiasts. This vehicle seamlessly blends the elegance and comfort Peugeot is known for with rugged durability to tackle challenging terrains. Whether youre navigating rocky paths, muddy tracks, or sandy dunes, the Peugeot 2008 ensures a smooth and powerful drive. Its advanced suspension system, high ground clearance, and robust engine make it a top choice for adventurers seeking the perfect offroad companion. Website Developer <a href=\'https://pt.kizi10.org\'>https://pt.kizi10.org</a>', 'https://img.gamemonetize.com/aex8hojuz54uc98vfzrcfa4492jyz4mh/512x384.jpg', 'https://html5.gamemonetize.com/aex8hojuz54uc98vfzrcfa4492jyz4mh/', '0', 'Action', 0, 0, '', 'peugeot--offroad-driving'), (1271, '2048 Cube Winner', 'Are you ready to challenge yourself? 2048 Cube Winner is an addictive merge puzzle game for those who like challenging brain teasers and logic puzzle merge games. Believe me, it is much harder to reach 2048 than drop the number.', 'https://img.gamemonetize.com/ga5gy7e3odyv5tutae8u4rlixo44bfk0/512x384.jpg', 'https://html5.gamemonetize.com/ga5gy7e3odyv5tutae8u4rlixo44bfk0/', '0', 'Puzzles', 0, 0, '', '-cube-winner'), (1272, 'Fairy Tale Makeover Party', 'I bet you must really like fairy tales. Those princesses, princes, mermaids, fairies and elves are all you yearn for. Now there are four fashion girls who also like fairy tales. They want to dress up as their favorite fairy tale characters at the Halloween party. Please help them choose the right clothes and styles! Dont forget to dress yourself up, because the girls invited you to the party!', 'https://img.gamemonetize.com/6xyj2zq2vvhp7d57tmzevko2sdtbjapi/512x384.jpg', 'https://html5.gamemonetize.com/6xyj2zq2vvhp7d57tmzevko2sdtbjapi/', '0', 'Girls', 0, 0, '', 'fairy-tale-makeover-party'), (1273, 'Pumpkin Fright Night', 'Help Mr. Jack Lantern to collect all missing pumpkins! Use the physic to move and rotate Mr. Jack! Enjoy this great Halloween puzzle Game!', 'https://img.gamemonetize.com/otgnotmdtect7hqpgzywet34zpect4ef/512x384.jpg', 'https://html5.gamemonetize.com/otgnotmdtect7hqpgzywet34zpect4ef/', '0', 'Puzzles', 0, 0, '', 'pumpkin-fright-night'), (1274, 'Super Mario Stacks', 'Here comes the super plumber! Tap left and right to jump over stacks! Play quickly before the stack disappear and do not fall from edges. Collect boxes to earn points and mushroom to revive after the fall! Good luck!', 'https://img.gamemonetize.com/9k2zdddsiz73bqbhlmf9duz21iwf570x/512x384.jpg', 'https://html5.gamemonetize.com/9k2zdddsiz73bqbhlmf9duz21iwf570x/', '0', 'Clicker', 0, 0, '', 'super-mario-stacks'), (1275, 'Crazy Hospital Doctor', 'Do you have what it takes to be a Crazy Hospital Doctor? Join this hilarious simulation game and experience the thrill of saving lives in a cartoon world! You will face all kinds of patients with different injuries and illnesses, from fevers to fractures. Use your medical skills and tools to diagnose and treat them before it&rsquo;s too late! Crazy Hospital Doctor is a fun and addictive game that will challenge your creativity and logic. Don&rsquo;t miss this chance to become the best doctor in town!', 'https://img.gamemonetize.com/140mc1pjr1d64p71x3lv90qmoo73j1lg/512x384.jpg', 'https://html5.gamemonetize.com/140mc1pjr1d64p71x3lv90qmoo73j1lg/', '0', 'Girls', 0, 0, '', 'crazy-hospital-doctor'), (1276, 'BlackPink Chibi Claw Machine', 'Try your luck in the new game BlackPink Chibi Claw Machine. Use the right, left and claw buttons to pull out the prize egg. Inside you may find candy or one of the collectible figurines with members of the BlackPink band. You can also get four special golden figurines with fairy singers. Collect a collection of 20 dolls. Youll be able to take a closer look at your collection on the achievements screen - just click on the figurine image to see all the details. Have some fun playing BlackPink Chibi Claw Machine at dressupwho.com', 'https://img.gamemonetize.com/354lqzutgx40hjwauz9jxrpbouqs42di/512x384.jpg', 'https://html5.gamemonetize.com/354lqzutgx40hjwauz9jxrpbouqs42di/', '0', 'Girls', 0, 0, '', 'blackpink-chibi-claw-machine'), (1277, 'Smoothie King', 'Embark on a fruity journey in Smoothie King: Fruit Adventure, a delightful puzzle game that challenges your matching skills! Join our smoothie-loving protagonist as they explore lush tropical islands, blending colorful fruits to create the ultimate smoothie concoctions. Solve challenging puzzles by matching fruits and completing objectives to unlock new levels and recipes. With stunning graphics and addictive gameplay, Smoothie King: Fruit Adventure is a refreshing twist on the classic match-3 genre. Website Developer <a href=\'https://www.coolcrazygames.com\'>https://www.coolcrazygames.com</a>', 'https://img.gamemonetize.com/olcpxgd22hs76ac0vqiiry6ieok3we4z/512x384.jpg', 'https://html5.gamemonetize.com/olcpxgd22hs76ac0vqiiry6ieok3we4z/', '0', 'Arcade', 0, 0, '', 'smoothie-king'), (1278, 'Puzzle Sliding Kittens', 'Welcome to the adorable world of the sliding puzzle game featuring cute kittens! This web game is the perfect way to spend your free time while enjoying the cuteness overload of playful felines. In this game, youll be presented with an image of a cute kitten that has been divided into small pieces, and your task is to slide the pieces around until youve successfully reassembled the image. The difficulty level can be adjusted, ranging from easy to difficult, depending on the number of pieces.', 'https://img.gamemonetize.com/0tamiw1jxli1qawlkzveyvfi38rdf6k8/512x384.jpg', 'https://html5.gamemonetize.com/0tamiw1jxli1qawlkzveyvfi38rdf6k8/', '0', 'Puzzles', 0, 0, '', 'puzzle-sliding---kittens'), (1279, 'Dodge the Creeps 2.0', 'This is a simple 2D arcade game. In this game your character must move and avoid the enemies for as long as possible. Escape from relentless waves of enemies with your own unique traits. Survive until level is cleared. then play the next level.', 'https://img.gamemonetize.com/za09zzgoi7lmlc6kqc6ql07vjebxad8a/512x384.jpg', 'https://html5.gamemonetize.com/za09zzgoi7lmlc6kqc6ql07vjebxad8a/', '0', 'Hypercasual', 0, 0, '', 'dodge-the-creeps-'), (1280, 'Dress Up Royal Princess', 'Dress Up Royal Princess Doll is an online game that you can play on Babygames for free. Unleash the fashion magic. This captivating game allows you to explore the wonders of fashion and storytelling. Experience the joy game and match elegant dresses, tiaras, and shoes, creating countless royal looks fit for a grand ball. Impeccably crafted to deliver a luxurious touch, this lightweight doll ensures hours of imaginative play, granting you the chance to become the ultimate princess stylist. Let the Dress Up Royal Princess Doll provide endless entertainment and help foster a passion for beauty and elegance.', 'https://img.gamemonetize.com/92zyalsddpkg7a49qt801azvq63gbxh2/512x384.jpg', 'https://html5.gamemonetize.com/92zyalsddpkg7a49qt801azvq63gbxh2/', '0', 'Girls', 0, 0, '', 'dress-up-royal-princess'), (1281, 'Super Sky Island Adventure', 'Are you ready to survive on islands in the sky? You must destroy all the mushrooms and pass the levels! You can improve your character with the gold you earn!', 'https://img.gamemonetize.com/d0qu6l76ptrzre2zyr2cl67hh274y3rp/512x384.jpg', 'https://html5.gamemonetize.com/d0qu6l76ptrzre2zyr2cl67hh274y3rp/', '0', 'Arcade', 0, 0, '', 'super-sky-island-adventure'), (1282, 'Moto Xtreme', 'The Moto Xtreme game is a very unique motorcycle simulation driving game. In the game, you act as a professional motorcyclist, increase your horsepower and throttle, complete various cool stunts, and challenge the impossible. Levels, thrilling extreme operations', 'https://img.gamemonetize.com/n94ny6soglqxhxusj1afqemclv31u8yb/512x384.jpg', 'https://html5.gamemonetize.com/n94ny6soglqxhxusj1afqemclv31u8yb/', '0', 'Hypercasual', 0, 0, '', 'moto-xtreme'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (1283, 'Easy Coloring SantaClaus', 'Welcome to Easy Coloring SantaClaus, where creativity knows no bounds! This delightful coloring game is designed to spark the imagination of both kids and adults alike. Dive into a world of vibrant hues and endless possibilities as you choose from a selection of charming images, waiting for your artistic touch. Unleash your creativity and bring these images to life with your favorite colors. Easy Coloring SantaClaus offers the perfect canvas for your artistic expression. Website Developer <a href=\'https://www.video-igrice.com/\'>https://www.video-igrice.com/</a>', 'https://img.gamemonetize.com/r4orr8uwing2wff6oizj89pqoo70ix0u/512x384.jpg', 'https://html5.gamemonetize.com/r4orr8uwing2wff6oizj89pqoo70ix0u/', '0', 'Hypercasual', 0, 0, '', 'easy-coloring-santaclaus'), (1284, '2D Car Racing 2023', 'In the thrilling 2D Car Racing 2023 game, players are thrust into the fast-paced world of highway racing. Your objective? Collect as many coins as possible while skillfully avoiding collisions with other cars. Every crash is a failure, so youll need to showcase your impeccable driving skills to stay in the game. Successfully navigating the highway, collecting points, and amassing coins will be your ticket to victory in this high-speed racing adventure! Website Developer <a href=\'https://it.kizi10.org\'>https://it.kizi10.org</a>', 'https://img.gamemonetize.com/fntrmrwbdjjlht8d9c9ie8ot5ecy9tqn/512x384.jpg', 'https://html5.gamemonetize.com/fntrmrwbdjjlht8d9c9ie8ot5ecy9tqn/', '0', 'Racing', 0, 0, '', 'd-car-racing-'), (1285, 'Super Frog Adventure', 'Super Frog Adventure is a great platformer that takes you into the world of classic Super Mario style games. The game features 8 incredible and challenging levels, each offering unique obstacles and challenges. Control the super frog, overcome obstacles, fight enemies and collect coins on your way to the finish line. Dynamic gameplay and vivid graphics will make your journey exciting and memorable. This game is designed for both beginners and experienced players, thanks to different difficulty levels and interesting gameplay mechanics. If you love classic platformers and are ready for a new adventure, Super Frog Adventure is waiting for y', 'https://img.gamemonetize.com/uhisirdejvmyuohajyblfo6i2v045qsa/512x384.jpg', 'https://html5.gamemonetize.com/uhisirdejvmyuohajyblfo6i2v045qsa/', '0', 'Adventure', 0, 0, '', 'super-frog-adventure'), (1286, 'Battle Farmer 2 Player', 'Have you ever caught runaway chickens before? You must catch all the chickens. To catch the runaway chickens, you need to act fast. Farmers are competing. The red and blue farmers must win the race. Be any farmer and win the race. Play with your friend and collect the chickens as quickly and early as possible. You must catch all the runaway chickens. The one who collects 10 chickens the fastest wins.', 'https://img.gamemonetize.com/32zitzr1ulno5raigyq36fxntfk0l7gl/512x384.jpg', 'https://html5.gamemonetize.com/32zitzr1ulno5raigyq36fxntfk0l7gl/', '0', 'Adventure', 0, 0, '', 'battle-farmer----player'), (1287, 'Cute Cat Jigsaw', 'Are you a cat lover with a passion for puzzles? If so, get ready for an adorable and engaging adventure with &ldquo;Cute Cat Jigsaw.&rdquo; This delightful game features 15 levels of feline-themed fun that will captivate your heart and challenge your mind.', 'https://img.gamemonetize.com/q55erizkpw8pvphts0xfqusuax12snuz/512x384.jpg', 'https://html5.gamemonetize.com/q55erizkpw8pvphts0xfqusuax12snuz/', '0', 'Puzzles', 0, 0, '', 'cute-cat-jigsaw'), (1288, 'Eternal Fly', 'Eternal Fly is game created by Eternal Play Networks. Published by Eternal Organizer platform. Leapy the dragon is mascot of Eternal Organizer platform. all of this brand copyright game goes to Eternal Organizer. under licensed company PT.Eternal Indonesia Kreatif', 'https://img.gamemonetize.com/uy798mpibrtlfxb24zwf3pcf7p6c5d0m/512x384.jpg', 'https://html5.gamemonetize.com/uy798mpibrtlfxb24zwf3pcf7p6c5d0m/', '0', 'Clicker', 0, 0, '', 'eternal-fly'), (1289, 'Animation &amp Coloring Alphabet Lore', 'Learn and draw the Alphabet with Animation &amp; Coloring Alphabet Lore, a fun and educational simulation game. You will discover the secrets of each letter before you bring it to life with your own colors and creativity. You can choose from sixteen letters and Free Draw mode to unleash your imagination. You can also use different tools and colors to make your drawings more amazing. There is no time limit or score in this game, just relax and enjoy the art of drawing', 'https://img.gamemonetize.com/i07vrw4l6hri45qxolkosu3dn0rqct81/512x384.jpg', 'https://html5.gamemonetize.com/i07vrw4l6hri45qxolkosu3dn0rqct81/', '0', 'Puzzles', 0, 0, '', 'animation-ampamp-coloring-alphabet-lore'), (1290, 'Chernobyl Zombie Hell', 'It has not been a long time since the explosion (The Chernobyl disaster, 26 April 1986) and all living things in the areas close to the reactor have been greatly affected by the radioactivity. Every week, cleaners are sent to the area to prevent the monsters from being heard. Youre this weeks cleaner. You have to clear zombies, dogs, rats and more. You will start at the regional hospital, then go down to the streets of Chernobyl and finally reach the tunnels under the reactor. Enjoy high quality graphics, a wide variety of weapons and perfectly balanced gameplay.', 'https://img.gamemonetize.com/01yrjf2hqf2aesokf2jeq6o45k0puiet/512x384.jpg', 'https://html5.gamemonetize.com/01yrjf2hqf2aesokf2jeq6o45k0puiet/', '0', 'Shooting', 0, 0, '', 'chernobyl-zombie-hell'), (1291, 'Tile Connect Club', 'Tile Connect Club is a brain-training game that tests your linking skills. You have to connect tiles with different pictures in pairs and clear them all within a limited time. You can enjoy various pictures on the tiles, such as animals, fruits, flowers, and more. You can also play faster and faster to become a tile master. Tile Connect Club is a fun and addictive game that challenges your mind and eyes. If you are looking for some tile-connecting action, then download Tile Connect Club now!', 'https://img.gamemonetize.com/oji90grq85kk23u71w8sw9hetafysnvd/512x384.jpg', 'https://html5.gamemonetize.com/oji90grq85kk23u71w8sw9hetafysnvd/', '0', 'Puzzles', 0, 0, '', 'tile-connect-club'), (1292, 'TikTok Fall Fashion', 'In this online game for girls called TikTok Fall Fashion, you help three beautiful best friends get their daily looks updated to the latest fashion trends. Try bold colors for their makeup looks, and then mix and match sparkly sequins with cozy knits into jaw-dropping outfits. Dont forget to accessorize their final looks with designer purses and sparkly jewelry! Have fun! Website Developer', 'https://img.gamemonetize.com/kzvtldvjjdlzb0qo5fo2a5vne25m9ps4/512x384.jpg', 'https://html5.gamemonetize.com/kzvtldvjjdlzb0qo5fo2a5vne25m9ps4/', '0', 'Girls', 0, 0, '', 'tiktok-fall-fashion'), (1293, '2d Car Parking 2023', '2D Car Parking 2023 is a simple yet addictive parking game that tests your driving and parking skills. Navigate through different levels filled with obstacles, tight corners, and other challenges as you aim to park your car perfectly. Choose from various types of cars and take on increasingly difficult levels to prove your parking prowess. Key Features: Easy-to-learn controls for a smooth gameplay experience Variety of levels, each with unique layouts and challenges Selection of cars to suit your driving style Website Developer <a href=\'https://fr.kizi10.org\'>https://fr.kizi10.org</a>', 'https://img.gamemonetize.com/9lx3p9zy4t1avawxsrutro46dulssm32/512x384.jpg', 'https://html5.gamemonetize.com/9lx3p9zy4t1avawxsrutro46dulssm32/', '0', 'Action', 0, 0, '', 'd-car-parking-'), (1294, 'Nine Mens Morris', 'Looking for a challenging and exciting online board game? Look no further than Nine Mens Morris! With the ability to play against friends or the computer, this game requires strategic thinking and skill to form lines or rows of 3 and leave your opponent with either 2 pieces or 0 moves. Sharpen your intelligence and have a great time playing Nine Mens Morris!', 'https://img.gamemonetize.com/6as3ldr7qlspam9bkt451ivj1pzplx4u/512x384.jpg', 'https://html5.gamemonetize.com/6as3ldr7qlspam9bkt451ivj1pzplx4u/', '0', 'Puzzles', 0, 0, '', 'nine-mens-morris'), (1295, 'Cookie Match', 'Cookie Match is a sliding puzzle game where you must match each cookie to its corresponding cutter. If you move the cookies off the edge of the board or into knives, they&rsquo;ll be destroyed. Use the tubs of butter as barriers to keep the cookies in one piece.', 'https://img.gamemonetize.com/rvgj4wbimpenxgkx3pw7bl9hrmmxnvyh/512x384.jpg', 'https://html5.gamemonetize.com/rvgj4wbimpenxgkx3pw7bl9hrmmxnvyh/', '0', 'Puzzles', 0, 0, '', 'cookie-match'), (1296, 'Angry Flappy Birds', 'Prepare for a thrilling twist on the classic bird-shooting game with Angry Flappy Birds. In this game, youre not just launching birds; youre taking them on an adrenaline-pumping journey through challenging pipes.', 'https://img.gamemonetize.com/e3j9hj33rwpnmwbowhmvvj41ta0768zd/512x384.jpg', 'https://html5.gamemonetize.com/e3j9hj33rwpnmwbowhmvvj41ta0768zd/', '0', 'Hypercasual', 0, 0, '', 'angry-flappy-birds'), (1297, 'DevilRoom', 'DevilComing is a 2D survival gamePlayers will play a human and survive in Devils worldPlayers can use generators, turrets, and defense gates to resist and defeat DevilDefeat Devil, player can achieve victory.', 'https://img.gamemonetize.com/t3h0oichgcbsmug6wqz96bngj5bltwhe/512x384.jpg', 'https://html5.gamemonetize.com/t3h0oichgcbsmug6wqz96bngj5bltwhe/', '0', 'Clicker', 0, 0, '', 'devilroom'), (1298, 'CAT EVOLUTION CLICKER', 'CAT EVOLUTION: CLICKER - a game with cats. Get ready for endless fun and start playing it right now! The gameplay in CAT EVOLUTION: CLICKER gives you the opportunity to play endlessly. Become a Cat God when you get 5 BILLION coins!', 'https://img.gamemonetize.com/wdn9zu5bree9jff4zo17yc1ga9cexwlq/512x384.jpg', 'https://html5.gamemonetize.com/wdn9zu5bree9jff4zo17yc1ga9cexwlq/', '0', 'Clicker', 0, 0, '', 'cat-evolution-clicker'), (1299, 'Spaceman Escape Adventure', 'Spaceman Escape Adventure is an addictive space adventure game. Help the isolated astronauts in space successfully get the key, open the door, and escape successfully. Be careful with the current, if you hit it, you will start right back where you started. The portal is a sign that you have reached your goal and you can pass the level. Are you ready for the challenge?', 'https://img.gamemonetize.com/xatdw0u14xo45jxir654hnif9di0qk77/512x384.jpg', 'https://html5.gamemonetize.com/xatdw0u14xo45jxir654hnif9di0qk77/', '0', 'Boys', 0, 0, '', 'spaceman-escape-adventure'), (1300, 'Halloween Sushi Maker', 'Dive into the world of sushi making with Halloween Sushi Maker. This engaging and interactive game allows you to become a sushi chef and create mouthwatering sushi rolls right on your device. From selecting the freshest ingredients to perfecting your rolling technique, this game offers a comprehensive and immersive experience.', 'https://img.gamemonetize.com/cnkywezzi9e1f7z9xc5jxe7dr9m9uo3j/512x384.jpg', 'https://html5.gamemonetize.com/cnkywezzi9e1f7z9xc5jxe7dr9m9uo3j/', '0', 'Girls', 0, 0, '', 'halloween-sushi-maker'), (1301, 'Stupid Zombies Online', 'Stupid Zombies Online is a 2D puzzle game that lets you enjoy a thrilling zombie shooting adventure. You have to use your strategic thinking and shooting skills to eliminate all the zombies at each level. You can control the shooting angle and use a limited number of bullets to clear the zombies. The game has 100 levels of zombie-filled challenges for you to complete. You can earn scores by killing all the zombies with as few bullets as possible. If you are ready for some fun and exciting zombie action, then play Stupid Zombies Online now!', 'https://img.gamemonetize.com/eesvler8sjxjkd8z35zczvloz5igtb3q/512x384.jpg', 'https://html5.gamemonetize.com/eesvler8sjxjkd8z35zczvloz5igtb3q/', '0', 'Shooting', 0, 0, '', 'stupid-zombies-online'), (1302, 'Dual', 'Your survival depends on the defiance of the two orbs (vessels) - they are synchronistic devices, a dance and song between two entities bound together in symbiosis. The rules are simple: control the two balls in sync, survive no matter what, and stay calm.', 'https://img.gamemonetize.com/eqt9d3h53pycptru67tn9nxfho46a4gd/512x384.jpg', 'https://html5.gamemonetize.com/eqt9d3h53pycptru67tn9nxfho46a4gd/', '0', 'Hypercasual', 0, 0, '', 'dual'), (1303, 'Pill Escape', 'Pill Escape is a puzzle game inspired by the rush-hour style, where your goal is to slide the blue pill to the exit. Mouse drag to move pills. You cannot move the wall.', 'https://img.gamemonetize.com/et97l2u6zn3g6jjr2c8azhcm1c95hx7b/512x384.jpg', 'https://html5.gamemonetize.com/et97l2u6zn3g6jjr2c8azhcm1c95hx7b/', '0', 'Puzzles', 0, 0, '', 'pill-escape'), (1304, 'Texas Holdem', 'Texas Hold&rsquo;em poker is a player-versus-player public card game. Usually 2-6 people participate. Texas holdem poker has a total of 52 cards, and there is no trump card. Each player gets five cards and compares them to determine the winner.', 'https://img.gamemonetize.com/28my3vo6nu726qub2mbdfj2hau7ebr2u/512x384.jpg', 'https://html5.gamemonetize.com/28my3vo6nu726qub2mbdfj2hau7ebr2u/', '0', 'Hypercasual', 0, 0, '', 'texas-holdem'), (1305, 'Rebel Wings', 'The player controls the ship, shooting laser to enemies, launching homing missiles and fighting bosses. Each level the enemies differ, more difficult enemies are added and more difficult bosses. Each boss moves on its own unique pattern. Collect power ups like health, missiles, and bomb that kills every visible enemy to clear the stage. Fight through 16 ready levels. Collect the parts from the exploded enemy ships. Use the collected scrap as a currency to upgrade your own ship.', 'https://img.gamemonetize.com/sakdarokyhzgz75r2ybmf80pmt4ebdcn/512x384.jpg', 'https://html5.gamemonetize.com/sakdarokyhzgz75r2ybmf80pmt4ebdcn/', '0', 'Shooting', 0, 0, '', 'rebel-wings'), (1306, 'Noob Way home', 'Nubik is surrounded by hordes of zombies, how can he deal with them? Help the nbik complete all the levels! Only you and your skill will help the nubik pass all the levels! Difficult tests await you, which not everyone can handle!', 'https://img.gamemonetize.com/6xv1bnlmecpi8t3tc63r4xn41iuue7sv/512x384.jpg', 'https://html5.gamemonetize.com/6xv1bnlmecpi8t3tc63r4xn41iuue7sv/', '0', 'Arcade', 0, 0, '', 'noob-way-home'), (1307, 'Halloween Hoops', 'Scary game of hoops at the local graveyard playground. Watch out for zombie defenders, hit ghosts for extra points and enjoy a game of hoops. All in this cool Halloween game', 'https://img.gamemonetize.com/aig4pxdqzoun4i8b1ngvon6vvshjbti3/512x384.jpg', 'https://html5.gamemonetize.com/aig4pxdqzoun4i8b1ngvon6vvshjbti3/', '0', 'Sports', 0, 0, '', 'halloween-hoops'), (1308, 'Halloween Soccer', 'What could be better than a fun challenging game where Halloween gets mixed with soccer and the most famous soccer players around. 10 fun levels with surprises and challenges. Have fun and earn trophies by completing challenges.', 'https://img.gamemonetize.com/qtfxbvlvbo4joy3ljjiu5bp80km2ydem/512x384.jpg', 'https://html5.gamemonetize.com/qtfxbvlvbo4joy3ljjiu5bp80km2ydem/', '0', 'Sports', 0, 0, '', 'halloween-soccer'), (1309, 'Crazy Alien Adventure ', 'Crazy Alien Adventure is an addictive and exciting game. You will play as a brave character who runs, jumps, and dashes through various worlds, collecting stars and power-ups along the way. Your goal is to rescue the animals that are trapped in cages by smashing the wooden stakes with your rush power. The more you run, the more points you get. You can also use the stars to buy items and outfits that will enhance your gameplay. Discover different kinds of animals in the game and try to save them all. How far can you go in this amazing endless jumping game?', 'https://img.gamemonetize.com/zazbv8xnwjse71yx208mx21h9du5hydn/512x384.jpg', 'https://html5.gamemonetize.com/zazbv8xnwjse71yx208mx21h9du5hydn/', '0', 'Arcade', 0, 0, '', 'crazy-alien-adventure--'), (1310, 'Gold Miner Challenge', 'The challenge begins at the minings with the Gold Miner Challenge game! These mines are located in different places worldwide and you will try to find the most precious stones, gold, diamonds, and more. During your adventure you may encounter some difficulties during mining, if you could aim well, you can collect all of the precious stones within a limited time. You can also challenge a friend in 2-player mode and collect precious stones together!', 'https://img.gamemonetize.com/0jbcu95bveubvxsl4hrh3ovfsm7f3pqy/512x384.jpg', 'https://html5.gamemonetize.com/0jbcu95bveubvxsl4hrh3ovfsm7f3pqy/', '0', 'Adventure', 0, 0, '', 'gold-miner-challenge'), (1311, 'Halloween Masquerade Party', 'Halloween is coming, Sofia and her friends plan to have a Halloween masquerade. Can you help them to decorate the room and change a dress style? Have a good time!', 'https://img.gamemonetize.com/clsglogonwica2n81u4xcqids7mdinco/512x384.jpg', 'https://html5.gamemonetize.com/clsglogonwica2n81u4xcqids7mdinco/', '0', 'Girls', 0, 0, '', 'halloween-masquerade-party'), (1312, 'halloween pumpkin Jigsaw Game', 'Welcome to halloween pumpkin Jigsaw Joyride! Our halloween pumpkin Jigsaw Joyride Puzzle Slider game is a fun and engaging way to test your visual acuity and problem-solving skills. Simply slide the images around until you find the perfect match, and watch as the puzzle pieces come together to form a beautiful halloween pumpkin Jigsaw Joyride picture. With a wide variety of halloween pumpkin Jigsaw Joyride images to choose from, youre sure to find something you love. So why wait? Come on in and start playing our halloween pumpkin Jigsaw Joyride Puzzle Slider game today!', 'https://img.gamemonetize.com/k213lxteo9a6qgysyvsdl47cziwd3kcc/512x384.jpg', 'https://html5.gamemonetize.com/k213lxteo9a6qgysyvsdl47cziwd3kcc/', '0', 'Puzzles', 0, 0, '', 'halloween-pumpkin-jigsaw-game'), (1313, 'Panda Journey', 'Panda Journey is a pixel platformer in which you play as a cute little panda in search of love. So how does one go about finding love? Maybe start by buying flowers for your little panda girl! But oops, youve run out of money and you need to collect coins to buy flowers. A total of 20 levels of amazing adventures await you where you need to jump, run and avoid obstacles to collect all the coins. Each level offers its own unique challenges and enemies, creating an interesting and addictive game space. The controls are simple and intuitive, making the game suitable for beginners and experienced players alike.', 'https://img.gamemonetize.com/96xohr5domvi9z2d7nmkx0vdtevpm53y/512x384.jpg', 'https://html5.gamemonetize.com/96xohr5domvi9z2d7nmkx0vdtevpm53y/', '0', 'Arcade', 0, 0, '', 'panda-journey'), (1314, 'Mini Fighters Strike', '8 talented mini fighters are ready to show their skills in the arena. Follow your opponent and try to win matches by making the right moves at the right time. Mini Fighters Strike can be played by 1 and 2 player. You can join the tournament and show who is the leader.', 'https://img.gamemonetize.com/try5tbigkk2s4hkx0azpr3ucxo24940r/512x384.jpg', 'https://html5.gamemonetize.com/try5tbigkk2s4hkx0azpr3ucxo24940r/', '0', 'Action', 0, 0, '', 'mini-fighters-strike'), (1315, 'Impossible Track Car Stunt Racing Game', 'Get ready for an adrenaline-pumping experience like no other in the Impossible Track Car Stunt Racing Game! Push the limits of gravity-defying stunts as you navigate treacherous tracks suspended high above the ground. Choose from a fleet of high-performance sports cars, each finely tuned for precision control and speed. With its realistic physics and responsive handling, youll feel every twist and turn as you race against time to conquer the most challenging tracks ever devised. Dare to defy gravity on mind-bending loops, jaw-dropping jumps, and dizzying spirals that will test even the most seasoned racers.', 'https://img.gamemonetize.com/92cnyu9gzfsflrhyp2xh3pn18wxa6a12/512x384.jpg', 'https://html5.gamemonetize.com/92cnyu9gzfsflrhyp2xh3pn18wxa6a12/', '0', 'Racing', 0, 0, '', 'impossible-track-car-stunt-racing-game'), (1316, 'Pick &amp Go!', 'Pick &amp; Go! is an engaging pathfinding game set in serene meadows. Your objective is to collect fruits strategically while utilizing tools such as scissors to clear your path and eliminate pesky bugs. With a whopping 200 levels to explore, challenge yourself to earn all three stars in each one! Tileset image from Fruits image from Background Music from', 'https://img.gamemonetize.com/slrciscv3otarv6g9awu423a0dq9s890/512x384.jpg', 'https://html5.gamemonetize.com/slrciscv3otarv6g9awu423a0dq9s890/', '0', 'Puzzles', 0, 0, '', 'pick-ampamp-go'), (1317, 'Franky &amp Vampire Halloween Puzzle', 'Play our newest casual puzzle game called Franky &amp; Vampire Halloween Puzzle. The game has 10 levels with exciting Halloween images. Each level is locked and it will be unlocked when you solve the previous level. Build the correct image by clicking to rotate the puzzle pieces before time runs out. Enjoy and have fun!', 'https://img.gamemonetize.com/okvvu4f8zr5svaloyl5fj4ssh2mrmfmv/512x384.jpg', 'https://html5.gamemonetize.com/okvvu4f8zr5svaloyl5fj4ssh2mrmfmv/', '0', 'Puzzles', 0, 0, '', 'franky-ampamp-vampire-halloween-puzzle'), (1318, 'Roblox Spooky Tower ', 'This game offers an addictive obstacle course experience that takes you on an adrenaline-fuelled adventure in Halloween Theme. You will test your agility, calculation and precision to overcome this challenging obstacle course. Fast jumps, dynamic platforms and deadly traps will require you to utilise your skills to the max. As you navigate the dangerous terrain, you will struggle to be the fastest and most careful player. Your goal in this fun parkour game is to complete each challenge as fast as possible!', 'https://img.gamemonetize.com/ldzkkmcauehuukov1hjduskah476n58o/512x384.jpg', 'https://html5.gamemonetize.com/ldzkkmcauehuukov1hjduskah476n58o/', '0', 'Arcade', 0, 0, '', 'roblox-spooky-tower-'), (1319, 'Halloween Shuffle', 'This Halloween we bring you a simple pair-matching game what could possibly go wrong, right? Discover your way through the unique levels, as you discover new cards each having their own special little spook! The gameplay becomes increasingly mischievous while you make your way through. Would you be able to outwit these Tricksters?', 'https://img.gamemonetize.com/iopnuuyx1v8sg7r9w9jivm9hd54qw4ci/512x384.jpg', 'https://html5.gamemonetize.com/iopnuuyx1v8sg7r9w9jivm9hd54qw4ci/', '0', 'Puzzles', 0, 0, '', 'halloween-shuffle'), (1320, 'Double Up', 'Double Up is a relaxing 2048 merge game. Take a rest, get yourself a coffee, and enjoy the game. You have all day to think about your moves. No rush! Double Up the number to up and beyond. Feature On a train? in a bus? in a taxi? On a ship? Play and quit anytime, and the game will save your progress even while youre on the move. Dont do it while driving, though its dangerous. No rushing, take your time to think your next move. Its a long haul to reach the infinity, are you able to see the summit? Messing a move? Dont worry, we have solution for you. Hammer the block and destroy it or swap the block into favourable position.', 'https://img.gamemonetize.com/ozt0qwose8367gw7ui3d0bt82me8ohlk/512x384.jpg', 'https://html5.gamemonetize.com/ozt0qwose8367gw7ui3d0bt82me8ohlk/', '0', 'Puzzles', 0, 0, '', 'double-up'), (1321, 'Hole and Collect', 'Try to collect all the objects in the area with the cute black hole before the time runs out! Group them and destroy them with smart moves. You can buy new black holes with the money you earn.', 'https://img.gamemonetize.com/j005mth1swnpqsqo4bb0xcq3znf2zgkt/512x384.jpg', 'https://html5.gamemonetize.com/j005mth1swnpqsqo4bb0xcq3znf2zgkt/', '0', 'Hypercasual', 0, 0, '', 'hole-and-collect'), (1322, 'Pipe Match', 'Pipe Match is a rotating card game where the goal is to connect all pipes to the end. Click on a pipe to rotate it clockwise. Pipes that are faded out are not connected and pipes with a dark gray background can&rsquo;t be moved. To undo a previous move, click the rotating arrow button. To restart the whole puzzle, click the arrow in the circle.', 'https://img.gamemonetize.com/pyke54t83mxkyomgt8bi4pz51rgkymi3/512x384.jpg', 'https://html5.gamemonetize.com/pyke54t83mxkyomgt8bi4pz51rgkymi3/', '0', 'Puzzles', 0, 0, '', 'pipe-match'), (1323, 'Kids Unicorn Slime ', 'Kids Unicorn Slime is an enchanting and immersive game that allows teenagers to explore the world of slime. With its vibrant graphics and captivating gameplay, this game is sure to keep players hooked for hours.', 'https://img.gamemonetize.com/39929cs0lk7f6tv0jwg7bib4fghhwjrm/512x384.jpg', 'https://html5.gamemonetize.com/39929cs0lk7f6tv0jwg7bib4fghhwjrm/', '0', 'Girls', 0, 0, '', 'kids-unicorn-slime-'), (1324, 'Jeka Dash 2', 'In this dynamic game you need to dodge various obstacles and get to the finish line. The main character always moves forward and has different shapes with different features - a guy, a plane, a disk, a ball. The game has good graphics, music and different locations. With each level it becomes more difficult, it will take a good reaction, memory and patience to pass, do not despair if you cannot pass all the levels.', 'https://img.gamemonetize.com/83s6fufv3fz3xkef5h92jq9zeljzc1ow/512x384.jpg', 'https://html5.gamemonetize.com/83s6fufv3fz3xkef5h92jq9zeljzc1ow/', '0', 'Arcade', 0, 0, '', 'jeka-dash-'), (1325, 'Balanced Running', 'Time to show your skills by making a puppet walk in the Balanced Walking game! This walk will be a little hard at first. You should decide how long you need to hold the button very carefully. If you hold too much the character will make a long step and this may cause fail. Try to make your steps balanced and get the character to the finish! You can play this challenge in 2 player mode and have much more fun with your friend! Lets get it begun!', 'https://img.gamemonetize.com/uvx55w0gpfu7vc75h0ga0u4uhmpf1cnv/512x384.jpg', 'https://html5.gamemonetize.com/uvx55w0gpfu7vc75h0ga0u4uhmpf1cnv/', '0', 'Racing', 0, 0, '', 'balanced-running'), (1326, 'Baby Taylor Birthday Prep', 'Baby Taylor Birthday Prep is an online game that you can play on Babygames for free. This is a special birthday party! Our good friend Baby Taylor will be the real host of the birthday party. From the initial tablecloths to the selection of cakes, snacks and drinks, its up to you to help Taylor make decisions. Simulate a real party scene, create a warm and joyful atmosphere, and let you interact with Taylor happily! look! Delicious cream cakes and cute donuts are beckoning to you! There are also many unexpected gifts. Lets light the candles and sing the birthday song~ Happy birthday to you~', 'https://img.gamemonetize.com/md814g0sczilsgqy81dum8an25tqi1fk/512x384.jpg', 'https://html5.gamemonetize.com/md814g0sczilsgqy81dum8an25tqi1fk/', '0', 'Girls', 0, 0, '', 'baby-taylor-birthday-prep'), (1327, 'Sky Driver Stunts 2024', 'In the adrenaline-fueled world of extreme sports, Sky Driver Stunts 2024 takes the cake for sheer audacity and spectacle. Set against a backdrop of stunning vistas, this event features the worlds best skydiving professionals performing jaw-dropping aerial manoeuvres while free-falling from staggering heights. The 2024 edition promises advancements in safety gear, allowing for even more daring stunts that defy the laws of gravity. Website Developer <a href=\'https://www.kizi10.org/\'>https://www.kizi10.org/</a>', 'https://img.gamemonetize.com/qnfvjli9huwzhjtgk4ip0r7lbg6gzz0u/512x384.jpg', 'https://html5.gamemonetize.com/qnfvjli9huwzhjtgk4ip0r7lbg6gzz0u/', '0', 'Racing', 0, 0, '', 'sky-driver-stunts-'), (1328, 'Halloween Scary Connection', 'Play the newest Halloween Scary Connection game. Connect a minimum of 2 same Halloween theme squares to destroy them. Destroy as much as you can before the end of the time and earn points. The game has great graphics. Enjoy and have fun!', 'https://img.gamemonetize.com/y1phv9f9uwh8bzk35mde54sedz352lwr/512x384.jpg', 'https://html5.gamemonetize.com/y1phv9f9uwh8bzk35mde54sedz352lwr/', '0', 'Puzzles', 0, 0, '', 'halloween-scary-connection'), (1329, 'Cubes Crush', 'Welcome to Cubes Crush Match3 puzzle game. Tap or click on two or more identical cubes to pop them and keep crushing cubes till you finish your mission and get the score on the top. Enjoy cool sound effect and amazing graphics. Game by vodogame.com', 'https://img.gamemonetize.com/uzhi9v6u89iucii6zm1ri8w8hf0ois0e/512x384.jpg', 'https://html5.gamemonetize.com/uzhi9v6u89iucii6zm1ri8w8hf0ois0e/', '0', 'Puzzles', 0, 0, '', 'cubes-crush'), (1330, 'Doggy Save', 'Doggy Save is an original puzzle-solving casual game. It has a large number of brain-burning levels, and in each level, there is a puppy waiting for you to save. The rich creativity and interesting puzzle questions may break common sense and bring you something new.', 'https://img.gamemonetize.com/yuftzb5q9g4f9vwuygb6qxxv6y3pdzon/512x384.jpg', 'https://html5.gamemonetize.com/yuftzb5q9g4f9vwuygb6qxxv6y3pdzon/', '0', 'Hypercasual', 0, 0, '', 'doggy-save'), (1331, 'BFF World Trip Halloween', 'Go on a BFF World Trip and travel around the world with three best friends. This time youre going to Hollywood for a super exciting movie star makeover! Turn lovely Naomi into a dancing Hawaiian princess and make her the most beautiful hula girl outfit. Help sweet Serena look like a dream ice princess and design the perfect princess dress. Create a scary cool vampire princess style for Bella, turn her into a zombie cheerleader or play monster girl makeover. Surprise your new best friends with yummy ice cream and make your own frozen desserts!', 'https://img.gamemonetize.com/7we509is0gzlm6haeex7td232mjrdejz/512x384.jpg', 'https://html5.gamemonetize.com/7we509is0gzlm6haeex7td232mjrdejz/', '0', 'Girls', 0, 0, '', 'bff-world-trip-halloween'), (1332, 'Cat Girl Halloween Preparation', 'Welcome to Cat Girl Halloween Preparation. Join Cat Girl in her Halloween Preparation journey! From spooky decorations to creative costumes, get inspired for the spookiest night of the year. Discover Cat Girls tips and tricks for the ultimate Halloween celebration and make this year&rsquo;s festivities unforgettable! Play and have fun with this new halloween game!', 'https://img.gamemonetize.com/az36k43wz4iul317i84z1llmca1qjo0v/512x384.jpg', 'https://html5.gamemonetize.com/az36k43wz4iul317i84z1llmca1qjo0v/', '0', 'Girls', 0, 0, '', 'cat-girl-halloween-preparation'), (1333, 'InsectaQuest Adventures', 'InsectaQuest-Adventure: Explore a world of hidden wonders, embark on thrilling insect-catching adventures, and solve shadowy mysteries. Spin the wheel to win coins and unlock the enchanting Magic Magnifying Glass to reveal hidden treasures and secrets!', 'https://img.gamemonetize.com/7ovhavejdvljy67tn6m615w5zfjwuiqd/512x384.jpg', 'https://html5.gamemonetize.com/7ovhavejdvljy67tn6m615w5zfjwuiqd/', '0', 'Puzzles', 0, 0, '', 'insectaquest-adventures'), (1334, 'Merge Monster Rainbow Master', 'Merge Monster: Rainbow Master is a brand-new merge monster battle game. Where players can join epic battles, upgrade combat skills and earn the title of the worlds greatest merge master. Gather your rainbow troops now, are you ready to take to the battlefield and lead an army of monsters to victory?', 'https://img.gamemonetize.com/mucctij23i9ri0tczdjxuja7qhs1o9q2/512x384.jpg', 'https://html5.gamemonetize.com/mucctij23i9ri0tczdjxuja7qhs1o9q2/', '0', 'Puzzles', 0, 0, '', 'merge-monster-rainbow-master'), (1335, 'Halloween Coloring Book Game', 'Get ready for a spooktacular adventure with Halloween Coloring Book! Unleash your creativity, explore a myriad of Halloween-themed coloring pages, and enjoy an unblocked and user-friendly game that guarantees endless entertainment. Let your imagination run wild as you bring cute and spooky characters to life with vibrant colors. Get ready to dive into the Halloween spirit and create your very own artistic masterpieces!', 'https://img.gamemonetize.com/wve75yfy70rvxvb3dcfc7bz9ped5182b/512x384.jpg', 'https://html5.gamemonetize.com/wve75yfy70rvxvb3dcfc7bz9ped5182b/', '0', 'Girls', 0, 0, '', 'halloween-coloring-book-game'), (1336, '2048 Merge Throw', 'Experience a captivating twist on the classic 2048 game in 2048 Merge Thrower! Combine numbered blocks and hurl them across the grid in a quest for the elusive 2048 block. Merge similar tiles to unlock powerful throws, unleash chain reactions, and reach higher numbers. Strategy and precision are your allies in this addictive puzzle adventure. Test your mental agility and challenge your strategic skills as you work towards the ultimate merger. Can you achieve the legendary 2048 merge throw? Dive into the world of numbers and throws in 2048 Merge Thrower!', 'https://img.gamemonetize.com/hqr1yelrev55pkglaiz7kj9qc6cc2cfo/512x384.jpg', 'https://html5.gamemonetize.com/hqr1yelrev55pkglaiz7kj9qc6cc2cfo/', '0', 'Arcade', 0, 0, '', '-merge-throw'), (1337, 'Skull vs Zombies', 'Skull vs Zombies is an exciting physics-based game that promises hours of fun. Each level is a unique challenge that demands a mix of logic, skills, and strength. Your task is to launch skulls at the invading zombies, taking advantage of the games realistic physics. Aim your shots carefully to knock down structures and eliminate the zombies. As you progress, the levels become increasingly complex, requiring creative solutions to destroy all the zombies. With its intuitive controls and captivating gameplay, its a must-try for gamers looking for a fresh challenge.', 'https://img.gamemonetize.com/eta8mkh6t6xakv4wuwgzzexgn6h1cdrz/512x384.jpg', 'https://html5.gamemonetize.com/eta8mkh6t6xakv4wuwgzzexgn6h1cdrz/', '0', 'Puzzles', 0, 0, '', 'skull-vs-zombies'), (1338, 'Sharpshooter', 'Sharpshooter is a casual puzzle game with bullet reflection as its core gameplay. There are multiple scenes in the game, including deserts, bars, bridges, castles, etc. In these scenes, the gun master needs to use his skilled marksmanship to target the enemy and kill him with one blow.', 'https://img.gamemonetize.com/rgu9vnxk1hk7svzfd7bpnil3ky8ro5o9/512x384.jpg', 'https://html5.gamemonetize.com/rgu9vnxk1hk7svzfd7bpnil3ky8ro5o9/', '0', 'Hypercasual', 0, 0, '', 'sharpshooter'), (1339, 'Metal Driller', 'Metal Driller is a casual mining adventure where you control the characters ragdoll physics-powered drill and delve deep into the mines, unlocking new levels and upgrades. Customize your gameplay with a unique skill tree that resets after each chapter. Collect cool Drill costumes as you progress and deck out your character and their drill companions in various outfits.', 'https://img.gamemonetize.com/lwdb15lgg945ik6qzdnfklr6j5b6ou4h/512x384.jpg', 'https://html5.gamemonetize.com/lwdb15lgg945ik6qzdnfklr6j5b6ou4h/', '0', 'Hypercasual', 0, 0, '', 'metal-driller'), (1340, 'Blocks 8', 'Simple but fun and challenging block puzzle tetris arcade game! Fill a row or column with the pieces you have available to score! The logic is similar with tetris, but you can move the blocks freely by dragging and drooping the pieces.', 'https://img.gamemonetize.com/fd59gp2141j48dwbmte07pee03jcv0s6/512x384.jpg', 'https://html5.gamemonetize.com/fd59gp2141j48dwbmte07pee03jcv0s6/', '0', 'Puzzles', 0, 0, '', 'blocks-'), (1341, 'Fruit Match', 'Fruits Match is a match-three game where you collect three matching tiles to clear them. Collect and clear three or more fruit tiles to solve the stage. You may use one additional deck, shuffle, or undo chance per stage. These powerups allow you to add an additional deck slot, shuffle the cards or undo your previous action. Get started today and show the world your mastery of fruit-matching!', 'https://img.gamemonetize.com/vos6pgamgcwxmmgnnb0ri7te4gscn20q/512x384.jpg', 'https://html5.gamemonetize.com/vos6pgamgcwxmmgnnb0ri7te4gscn20q/', '0', 'Puzzles', 0, 0, '', 'fruit-match'), (1342, 'Super John Wick', 'Step into the shoes of John, a mysterious figure in the world of underground assassins, a masterful fighter with unparalleled accuracy and a burning desire for vengeance. Shoot and guide the bullet to the enemies to destroy them all! Website Developer <a href=\'https://kiz10.com/\'>https://kiz10.com/</a>', 'https://img.gamemonetize.com/5v9lcitp50ylhqzjxnf7w37n0q0dt78d/512x384.jpg', 'https://html5.gamemonetize.com/5v9lcitp50ylhqzjxnf7w37n0q0dt78d/', '0', 'Action', 0, 0, '', 'super-john-wick'), (1343, 'Professions For Kids', 'Looking for an engaging and educational game for your kids? Look no further than Professions for Kids! This online game is designed to entertain and educate children while introducing them to various professions. With its interactive gameplay and captivating visuals, Professions for Kids is a great way for kids to learn about different careers and develop essential skills.', 'https://img.gamemonetize.com/t2ah9n8wa9hl99d7wrbpyc86q572nzjo/512x384.jpg', 'https://html5.gamemonetize.com/t2ah9n8wa9hl99d7wrbpyc86q572nzjo/', '0', 'Girls', 0, 0, '', 'professions-for-kids'), (1344, 'Baby Taylor Music Journey', 'The annual Mexican Day of the Dead is here! This is one of the liveliest festivals in the world. Nothing, music, carnival... Baby Taylor cant miss such a grand event. Please come to this festival with Taylor, dress up, make up, and choose an instrument to perform!', 'https://img.gamemonetize.com/g1j9wylf8bh0b8jbv6mninfozsvc7xx2/512x384.jpg', 'https://html5.gamemonetize.com/g1j9wylf8bh0b8jbv6mninfozsvc7xx2/', '0', 'Girls', 0, 0, '', 'baby-taylor-music-journey'), (1345, 'Ellie and Friends Pre Fall Outfit', 'Transition into fall with the Ellie and Friends Pre-Fall Outfit collection. Explore a fusion of style and comfort as they curate trendy ensembles featuring cozy layers, versatile accessories, and seasonal hues. Embrace the upcoming season with fashion-forward choices inspired by the experts themselves! Join and have fun!', 'https://img.gamemonetize.com/udy8x5e7t8zusupqbx399d1s22vu7yxg/512x384.jpg', 'https://html5.gamemonetize.com/udy8x5e7t8zusupqbx399d1s22vu7yxg/', '0', 'Girls', 0, 0, '', 'ellie-and-friends-pre-fall-outfit'), (1346, 'Cube Adventure', 'Cube Adventure is a great adventure game! Cross the tracks, avoid enemies and avoid getting caught in traps! You have to get the key, open the doors and level up! With the gold you earn, you can buy new skins and strengthen yourself!', 'https://img.gamemonetize.com/59h2nlk7e6vyixaw9h1voyunqdlvf1vy/512x384.jpg', 'https://html5.gamemonetize.com/59h2nlk7e6vyixaw9h1voyunqdlvf1vy/', '0', 'Arcade', 0, 0, '', 'cube-adventure'), (1347, 'Word Quest', 'Here come some tasty Word Cookies hot out of the oven! Take a bite! Word Cookies is an addictive mix of all the word games you love! With so many challenges, youll soon be obsessed with testing your spelling and vocabulary limits to make as many words as you can!', 'https://img.gamemonetize.com/8fnpt7l8i1aaj4w7ptafq37tbpzg13pr/512x384.jpg', 'https://html5.gamemonetize.com/8fnpt7l8i1aaj4w7ptafq37tbpzg13pr/', '0', 'Puzzles', 0, 0, '', 'word-quest'), (1348, 'Oh My Goth', 'The Oh My Goth dress-up game shows that there are many ways to express your gothic style. Get inspired by this new trend that emerged from the collision of gothic and whimsical styles. It fuses codes from the 80s gothic style with surrealist evasions inspired by fairy tales and cinematic darkness. Gothic, grunge and gothfied fashion trends dont have to be restricted to the streets, thats why we are here to teach you all about their aesthetics and how to integrate them into your wardrobe. Website Developer', 'https://img.gamemonetize.com/c2jgqox91ea8jydniiiggb6dwx2ht8cn/512x384.jpg', 'https://html5.gamemonetize.com/c2jgqox91ea8jydniiiggb6dwx2ht8cn/', '0', 'Girls', 0, 0, '', 'oh-my-goth'), (1349, 'Chicken Escape 2 Player', 'Have you ever caught runaway chickens before? You must catch all the chickens. To catch the runaway chickens, you need to act fast. Farmers are competing. The red and blue farmers must win the race. Be any farmer and win the race. Play with your friend and collect the chickens as quickly and early as possible. You must catch all the runaway chickens. The one who collects 10 chickens the fastest wins.', 'https://img.gamemonetize.com/cvs7byr3g057da3803cqt5y1ugo478i1/512x384.jpg', 'https://html5.gamemonetize.com/cvs7byr3g057da3803cqt5y1ugo478i1/', '0', 'Arcade', 0, 0, '', 'chicken-escape----player'), (1350, 'Find the Anemacilus', 'Its time to go on a journey. A whole new world awaits you, with treasures hidden everywhere! Check under every stone and bush. Maybe this treasure is guarded by a dragon? Stroll through the plains of the city of freedom; visit the islands where cherry blossoms bloom; explore the jungle in the domain of the Archon of Wisdom. Everywhere you can find mysterious mysterious objects. Collect them all and get a meeting with your favorite characters as a reward!', 'https://img.gamemonetize.com/x0h3msoiovmq2ulptzhac63gwvju9td9/512x384.jpg', 'https://html5.gamemonetize.com/x0h3msoiovmq2ulptzhac63gwvju9td9/', '0', 'Puzzles', 0, 0, '', 'find-the-anemacilus'), (1351, 'Hammer Crush', 'Hammer Crush is the latest sensation, revolving around aligning elements to target the rock monster with your hammer. Its simplicity belies its profound depth. Embark on an expansive journey, honing your intellect while enjoying the gameplay across various challenging levels. Website dev <a href=\'https://www.kizi10.org/\'>https://www.kizi10.org/</a>', 'https://img.gamemonetize.com/etfc131f7txwzcvhz4zpih7qk09fg1aa/512x384.jpg', 'https://html5.gamemonetize.com/etfc131f7txwzcvhz4zpih7qk09fg1aa/', '0', 'Hypercasual', 0, 0, '', 'hammer-crush'), (1352, 'Writer Race', 'Introducing Writer Race &ndash; a thrilling wordplay adventure! In this game, youll step into the shoes of a swift scribe, dashing through literary landscapes. Your mission? Rewrite the narrative! With only 80 words at your disposal, craft a tale that captivates, amuses, or astounds. But beware, the clock is ticking! Challenge friends or AI opponents, and see who can weave the most compelling story in record time. Writer Race is your ticket to literary glory. Website Developer <a href=\'https://www.vitalitygames.com\'>https://www.vitalitygames.com</a>', 'https://img.gamemonetize.com/tksexmikt15imsq5thkegm6mep4sbj9m/512x384.jpg', 'https://html5.gamemonetize.com/tksexmikt15imsq5thkegm6mep4sbj9m/', '0', 'Arcade', 0, 0, '', 'writer-race'), (1353, 'Air Strike World War', 'Master the skies in Air Strike, a World War I aerial combat game. Become the ace of the Air Dogs squadron! Air Strike catapults you into the intense and perilous world of World War I aviation. As a pilot in the renowned Air Dogs squadron, youll experience the adrenaline-pumping thrill of aerial combat.', 'https://img.gamemonetize.com/1zhiyiix4gi4tw8k9ypwauwm8ig2z8t8/512x384.jpg', 'https://html5.gamemonetize.com/1zhiyiix4gi4tw8k9ypwauwm8ig2z8t8/', '0', 'Arcade', 0, 0, '', 'air-strike-world-war'), (1354, 'Spiderman 2 Web Shadow', 'find mysteries between spiderman 2', 'https://img.gamemonetize.com/e427vwcyt159xm6cr75qerc3julzxhew/512x384.jpg', 'https://html5.gamemonetize.com/e427vwcyt159xm6cr75qerc3julzxhew/', '0', 'Adventure', 0, 0, '', 'spiderman--web-shadow'), (1355, 'Trash Factory', 'Help the trash pandas take out the garbage! - Sort trash into the correct containers - Tap the switchers to change the direction of the trash path - Level up by filling trash containers - Keep the manager happy by correctly sorting trash', 'https://img.gamemonetize.com/ba0d6haabctafqjo153z9j2onrh9rg0g/512x384.jpg', 'https://html5.gamemonetize.com/ba0d6haabctafqjo153z9j2onrh9rg0g/', '0', 'Hypercasual', 0, 0, '', 'trash-factory'), (1356, 'Ghostly Night Harvest', 'Welcome to Ghostly Night Harvest, a charming and action-packed game that blends the serenity of nighttime harvesting with the excitement of defending your crops from ghostly invaders. In Ghostly Night Harvest, you step into the shoes of a dedicated farmer. Your mission is to cultivate and grow a bountiful pumpkin harvest during the day and defend it from the ghostly invasion at night. Its a challenge that requires strategic prowess and management skills.', 'https://img.gamemonetize.com/1h9grfehwwf24efl9f24ux2656bc57y7/512x384.jpg', 'https://html5.gamemonetize.com/1h9grfehwwf24efl9f24ux2656bc57y7/', '0', 'Action', 0, 0, '', 'ghostly-night-harvest'), (1357, 'Skibidi Hero.IO', 'Skidibi Hero: IO is an action game where you have to survive countless waves of monsters. Control your hero to move around, collecting all of the points from defeating enemies to leveling up. You will have 3 choices to upgrade your power so choose wisely to survive till the end of the game', 'https://img.gamemonetize.com/4ks356oenpbqv9qz7artzrsz828nlh2b/512x384.jpg', 'https://html5.gamemonetize.com/4ks356oenpbqv9qz7artzrsz828nlh2b/', '0', 'Hypercasual', 0, 0, '', 'skibidi-heroio'), (1358, 'Gyro Maze 3d', 'Gyro Maze 3D is a game with many unique mazes to enjoy and play fun maze puzzle games. Gyro Maze 3D is maze game for taking a break and have fun challenges. It is designed to enjoy yourself with plenty of unique 3D maze to play. Progress through the levels by avoiding the obstacles and unlock various powerups. Customized different objects are available in game like different backgrounds , skins , effects etc. Features: -Easy to play, no tricky controls (simple WSAD inputs are used) -Relax with simple maze and have fun challenges with advanced labyrinths -Easy puzzle game for kids -Customize the ball and background in game', 'https://img.gamemonetize.com/2nhs3r7tm0apiqdw8vvz8h9dvn3uo1xm/512x384.jpg', 'https://html5.gamemonetize.com/2nhs3r7tm0apiqdw8vvz8h9dvn3uo1xm/', '0', 'Puzzles', 0, 0, '', 'gyro-maze-d'), (1359, 'Runner Master 3d', 'its simple game count on skills and brain you need to collect the diamonds to be able to pass the levels every level become more harder and need more brain use with skill', 'https://img.gamemonetize.com/fgfe63omqjse80dgi10xl8fm006cpmhz/512x384.jpg', 'https://html5.gamemonetize.com/fgfe63omqjse80dgi10xl8fm006cpmhz/', '0', 'Hypercasual', 0, 0, '', 'runner-master-d'), (1360, '2048 Ballz', '2048 Ballz - is an endless physics puzzle with 2048 mechanics! You have to combine balls of the same color to get new one! Set a record! Enjoy this beautiful and relaxing game!', 'https://img.gamemonetize.com/610tvuom37pe7skjjo70kao3qsli3yso/512x384.jpg', 'https://html5.gamemonetize.com/610tvuom37pe7skjjo70kao3qsli3yso/', '0', 'Puzzles', 0, 0, '', '-ballz'), (1361, 'Aim Locker', 'A small game about aim. In this game you have 60 seconds to destroy as many balls as possible. 3 levels of balls (points) 1 - Small ones give the most points for them. 2 - The average for them is also not bad. 3 - Large ones give less points for them. Set new records and share them with your friends, improve your aim every day.', 'https://img.gamemonetize.com/qwqxvclw65knxgmbbtyhxrsv25yk687y/512x384.jpg', 'https://html5.gamemonetize.com/qwqxvclw65knxgmbbtyhxrsv25yk687y/', '0', 'Clicker', 0, 0, '', 'aim-locker'), (1362, 'Jungle Puzzle', '&ldquo;Welcome to Vertical Block Puzzle, the ultimate brain challenge! This game will test your strategic thinking and problem-solving skills. In Vertical Block Puzzle, you&rsquo;ll need to arrange a series of colorful blocks in a vertical grid. The goal is to fill up entire rows or columns to clear them and gain points. But be careful - if the blocks reach the top of the grid, it&rsquo;s game over! With its simple yet addictive gameplay, Vertical Block Puzzle is perfect for all ages. Can you master the grid and achieve the highest score? Download Vertical Block Puzzle today and start the fun!&rdquo;', 'https://img.gamemonetize.com/a4sb74wawz0ghe5hgd2mmoossq42raid/512x384.jpg', 'https://html5.gamemonetize.com/a4sb74wawz0ghe5hgd2mmoossq42raid/', '0', 'Puzzles', 0, 0, '', 'jungle-puzzle'), (1363, 'GBox Memory', 'A game of the memory genre with a variety of modes. Search for pairs of identical tiles. Perfectly develops attention, memory, observation. Suitable for all ages, both children and adults. Game types: - Classic: Open the tiles on the board to find the same images, colors, or numbers. - Search: You need to find only the second tile to the displayed image or number. - Three of a kind: Find three identical tiles at once.', 'https://img.gamemonetize.com/dnu67txroir54wl0xo3lvtsyz8hskmpz/512x384.jpg', 'https://html5.gamemonetize.com/dnu67txroir54wl0xo3lvtsyz8hskmpz/', '0', 'Puzzles', 0, 0, '', 'gbox-memory'), (1364, 'Field of Dreams Simulation Adventure', 'Hello farmers! In the world of farm simulation games, its an amazing day for an incredible adventure simulation. Make use of your vacant land and turn it into a fertile, productive farm that everyone will want to visit! Gain farming experience and expand your borders to get more resources, create western style crops and raise cute animals for an amazing peaceful village life simulation! Its time to remove the chaff from the fields of the wild Wild West! Experience the serene charm of rural village life; A beautiful location with a view of the flowing river awaits you. Design your dream farm with lots of buildings and decorations.', 'https://img.gamemonetize.com/r459clg1msy6s04k8kfv1bdskk8gnql7/512x384.jpg', 'https://html5.gamemonetize.com/r459clg1msy6s04k8kfv1bdskk8gnql7/', '0', '3D', 0, 0, '', 'field-of-dreams-simulation-adventure'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (1365, 'Fruit Slice Master', 'Get ready to unleash your slicing skills in the ultimate fruity frenzy! Fruit Slice Frenzy is a captivating and addictive slicing game that will test your reflexes, precision, and strategic thinking. With its vibrant visuals, satisfying slicing mechanics, and multiple game modes, its a juicy adventure you wont want to miss! Fruit Slice is a Fantastic Addicted game where players swipe their fingers across the screen to slice fruit that is thrown into the air. The goal of the game is to slice as much fruit as possible without slicing any bombs. If a bomb is sliced, the game is over.', 'https://img.gamemonetize.com/akowpo9odtvh3v9gbsw6lakrdr9xmkfq/512x384.jpg', 'https://html5.gamemonetize.com/akowpo9odtvh3v9gbsw6lakrdr9xmkfq/', '0', 'Arcade', 0, 0, '', 'fruit-slice-master'), (1366, 'My Little Pony Learning The Body', 'Certainly! Heres a description in English for the game My Little Pony Learning The Body. Join your favorite pony friends, such as Twilight Sparkle, Rainbow Dash, and Pinkie Pie, as they take you on a fun-filled exploration of the bodys various systems and organs. This game offers a unique opportunity for children to learn about anatomy in a playful and imaginative way.', 'https://img.gamemonetize.com/v2c6tbtaitq4ny1ctodjcs74lc2iifja/512x384.jpg', 'https://html5.gamemonetize.com/v2c6tbtaitq4ny1ctodjcs74lc2iifja/', '0', 'Girls', 0, 0, '', 'my-little-pony-learning-the-body'), (1367, 'Mini Soccer', 'Mini Soccer is a fast-paced sports football game where you can challenge your friends or play with the CPU. Choose your favorite player and play against the CPU for the tournament or be the best of your friends in the versus mode. With players to choose from the best teams of the world, 3 game fields, and all the arcade fun in a single game.', 'https://img.gamemonetize.com/or51fhgaqtlb2fldz8opctagkirnp0ys/512x384.jpg', 'https://html5.gamemonetize.com/or51fhgaqtlb2fldz8opctagkirnp0ys/', '0', 'Sports', 0, 0, '', 'mini-soccer'), (1368, 'Meteor.io', 'Collect the shards, dodge the meteorite! A simple and addictive casual game that will test your reaction and agility. Become the best shard collector and show how far you can reach without getting hit by a barrage of meteorites!', 'https://img.gamemonetize.com/ou78d7yjy1fvg9ww5qd9228mjzyctdlh/512x384.jpg', 'https://html5.gamemonetize.com/ou78d7yjy1fvg9ww5qd9228mjzyctdlh/', '0', 'Hypercasual', 0, 0, '', 'meteorio'), (1369, 'Monster time', 'An exciting puzzle in the style of Lines on the theme of Monsters, in which you will connect them in pairs. Time is limited. For each connection, you are awarded points that will determine your place in the ranking.', 'https://img.gamemonetize.com/gnn161x4oonhhr8banqcezlnc8axinbw/512x384.jpg', 'https://html5.gamemonetize.com/gnn161x4oonhhr8banqcezlnc8axinbw/', '0', 'Puzzles', 0, 0, '', 'monster-time'), (1370, 'Sushi Supply Co', 'Build a sushi empire with Kitty Chef! - Tap on chefs to speed up the making of sushi. - Upgrade your chefs &amp; warehouse to increase your income.', 'https://img.gamemonetize.com/1o7ojdx0qdsl7gz3jpywu31qnxlffuuk/512x384.jpg', 'https://html5.gamemonetize.com/1o7ojdx0qdsl7gz3jpywu31qnxlffuuk/', '0', 'Hypercasual', 0, 0, '', 'sushi-supply-co'), (1371, 'Duo Water and Fire', 'Have you ever participated in the adventure of Stickman Fire and Water before? You need to collect the key and reach the door. As Fire and Water, you must overcome all obstacles. You are two opposite siblings, one with the power of fire and one with the power of water. Collect the red and blue keys. After collecting the keys, gather all the gold and reach the doors. Be careful, sometimes its like a puzzle. It can challenge your intellect.', 'https://img.gamemonetize.com/iwwffks7uv61lj9mhvmz1263abloo3xh/512x384.jpg', 'https://html5.gamemonetize.com/iwwffks7uv61lj9mhvmz1263abloo3xh/', '0', '2 Player', 0, 0, '', 'duo-water-and-fire'), (1372, 'Royal Halloween Party Dress Up', 'Royal Halloween Party Dress Up is an online game that you can play on Babygames for free. Get ready for the spookiest shindig in town! Royal Halloween Party Dress Up lets you join the fun with besties Zoe, Iris, Winnie, and Chloe as they prepare for a Halloween bash like no other. This game is all about celebrating the creativity and fun of Halloween. Its the perfect place for girls who love fashion, friends, and dressing up for the most thrilling night of the year!', 'https://img.gamemonetize.com/b70ip07v78shfm7yuk3v8ckric814gv4/512x384.jpg', 'https://html5.gamemonetize.com/b70ip07v78shfm7yuk3v8ckric814gv4/', '0', 'Girls', 0, 0, '', 'royal-halloween-party-dress-up'), (1373, 'Scary Joker Haunted Dorm', 'Scary Joker: Haunted Dorm is a 3D tower defense game. In the game, when players enter a room, they can build economies and defenses in their own room to prevent the butcher from entering. Of course, you can also play the role of a butcher and catch people. Horrifying atmosphere, exciting experience! How long can you hold?', 'https://img.gamemonetize.com/2vi3x6zi4s0f3t26mq6spzu3jbxv4hca/512x384.jpg', 'https://html5.gamemonetize.com/2vi3x6zi4s0f3t26mq6spzu3jbxv4hca/', '0', 'Hypercasual', 0, 0, '', 'scary-joker-haunted-dorm'), (1374, 'BFFs High School First Date Look', 'Welcome to BFFs High School First Date Look. Get ready to style BFFs for their exciting high school first date! Mix and match trendy outfits, hairstyles, and accessories to create the perfect look that will make them feel confident and impress their date. Can you help them to find the ultimate outfit that captures their unique style and personality? Let the fashion fun begin!', 'https://img.gamemonetize.com/xtgj3f1m14pj8gavby8s0aacpery3avk/512x384.jpg', 'https://html5.gamemonetize.com/xtgj3f1m14pj8gavby8s0aacpery3avk/', '0', 'Girls', 0, 0, '', 'bffs-high-school-first-date-look'), (1375, 'Long Hand Escape', 'Long Hand Escape is a fun puzzle game. Use your brain and your long, flexible hands to steal treasures. Solve riddles in the best escape games and thief puzzle games with levels and train your brain with IQ testing skills. Are you ready?', 'https://img.gamemonetize.com/mdnj18dj5j96sy66ralvwlqhyvpx1s07/512x384.jpg', 'https://html5.gamemonetize.com/mdnj18dj5j96sy66ralvwlqhyvpx1s07/', '0', 'Hypercasual', 0, 0, '', 'long-hand-escape'), (1376, '15 Halloween Games', 'This addicting Halloween game offers 15 thrilling mini-games, each with unique graphics and a different order of play, ensuring an ever-changing and captivating experience.', 'https://img.gamemonetize.com/jhdl0xjniv94773raf8c5g9sc698r1xe/512x384.jpg', 'https://html5.gamemonetize.com/jhdl0xjniv94773raf8c5g9sc698r1xe/', '0', 'Hypercasual', 0, 0, '', '-halloween-games'), (1377, 'Ring Winner', 'Ring Winner is an electrifying Unity-based gaming experience that combines the thrill of competition with strategic gameplay. In this immersive adventure, players step into the shoes of a skilled ringmaster, tasked with mastering a series of challenging circus acts. Show off your dexterity as you juggle, balance, and perform gravity-defying stunts. With stunning graphics and intuitive controls, Ring Winner offers a captivating journey through the circus world. Can you become the ultimate champion of the big top? Step into the spotlight and find out in this exciting Unity-scripted spectacle!', 'https://img.gamemonetize.com/i4nxpmkjyu5xeyfylh2zpfjnhi71neq3/512x384.jpg', 'https://html5.gamemonetize.com/i4nxpmkjyu5xeyfylh2zpfjnhi71neq3/', '0', 'Arcade', 0, 0, '', 'ring-winner'), (1378, 'Police Clash 3D', 'Gather your elite squad of skilled individuals, each with their unique strengths and abilities, in order to embark on an epic journey. Your mission? To conquer each level with unparalleled efficiency. Assemble a team that complements one another, strategizing and coordinating your every move to perfection. Whether its navigating treacherous terrain, solving intricate puzzles, or engaging in intense combat scenarios, the key lies in teamwork and precision. By combining your squads talents and working together seamlessly, youll not only pass each level but do so with style and finesse, earning your place as true champions.', 'https://img.gamemonetize.com/cr8vj2mekjhpjfakxecw0gquwgii0nr1/512x384.jpg', 'https://html5.gamemonetize.com/cr8vj2mekjhpjfakxecw0gquwgii0nr1/', '0', 'Action', 0, 0, '', 'police-clash-d'), (1379, 'Extra Ball Chains', 'You play as a little frog who protects his house from the invasion of balls. Help her destroy all the balls by shooting new balls. The balls are moving along the path in the direction of the frogs house and if they reach it, then you will lose. The goal of the game is to score as many points as possible and complete as many levels as possible. This game will help you develop your logic and reaction speed, as well as provide a lot of fun and fun!', 'https://img.gamemonetize.com/zwkbajmb0ph21eppjdha038spssrgc0c/512x384.jpg', 'https://html5.gamemonetize.com/zwkbajmb0ph21eppjdha038spssrgc0c/', '0', 'Puzzles', 0, 0, '', 'extra-ball-chains'), (1380, 'Doge Bottle', 'Doge Bottle is an original puzzle-solving casual game. It has a large number of brain-burning levels, and in each level, there is a puppy waiting for you to save. The rich creativity and interesting puzzle questions may break common sense and bring you something new.', 'https://img.gamemonetize.com/j5x20vs1j80yti34pjl6a5ae9bzn7z0z/512x384.jpg', 'https://html5.gamemonetize.com/j5x20vs1j80yti34pjl6a5ae9bzn7z0z/', '0', 'Hypercasual', 0, 0, '', 'doge-bottle'), (1381, 'Halloween Scarry Heads', 'Play the newest Halloween puzzle game Halloween Scarry Heads. In this hypercasual puzzle game, you have to solve the puzzle, so that you arrange the blocks in the same order with the scary heads that fall from above. Try to solve as many as you can. Have fun!', 'https://img.gamemonetize.com/m857melvwa0biicmicn0pbxiamisp0j8/512x384.jpg', 'https://html5.gamemonetize.com/m857melvwa0biicmicn0pbxiamisp0j8/', '0', 'Puzzles', 0, 0, '', 'halloween-scarry-heads'), (1382, 'Event Space', 'Adventure Park: World of Joy is an exciting 3D game that allows players to explore and experience a vibrant and fun-filled amusement park. In this game, you will step into a world of magic and happiness, where there are countless exciting mini-games waiting for you to discover and participate in .', 'https://img.gamemonetize.com/m0e6thbp7mjuo03vlfl6v1ez16r25cdu/512x384.jpg', 'https://html5.gamemonetize.com/m0e6thbp7mjuo03vlfl6v1ez16r25cdu/', '0', 'Adventure', 0, 0, '', 'event-space'), (1383, 'Jinx &amp Minx Tower Escape', 'Its Halloween, and the skeleton Jinx and Minx bunnies are trapped high in an abandoned tower! Its up to you to guide them through spooky corridors, haunted rooms and puzzles, collecting the keys and the candy to get the bunnies out and back together! Website Developer <a href=\'https://playonline.top/\'>https://playonline.top/</a>', 'https://img.gamemonetize.com/uh42l3gg002jgw3gupjl0ikom592ftyo/512x384.jpg', 'https://html5.gamemonetize.com/uh42l3gg002jgw3gupjl0ikom592ftyo/', '0', 'Puzzles', 0, 0, '', 'jinx-ampamp-minx-tower-escape'), (1384, 'Super Maksim World', 'Control Maxim in this classic little platformer game. A fun and challenging platformer game based on the greatest classic of its kind. Help Maxim to pass 4 difficult levels. Collect coins and get more points! Website Developer <a href=\'https://onduck.com/\'>https://onduck.com/</a>', 'https://img.gamemonetize.com/d521nwdn7vhdzq5z7gios694y7bkut42/512x384.jpg', 'https://html5.gamemonetize.com/d521nwdn7vhdzq5z7gios694y7bkut42/', '0', 'Adventure', 0, 0, '', 'super-maksim-world'), (1385, 'Halloweem Pumpkin Adventure', 'Halloween Pumpkin Adventure is an incredibly fun online game with a Halloween theme. The goal of the game is to guide the pumpkin to the finish line. Simply tap or click on the screen to lift the pumpkin up. Enjoy the spooky fun and see if you can successfully complete the adventure! Website Developer <a href=\'https://www.video-igrice.com/\'>https://www.video-igrice.com/</a>', 'https://img.gamemonetize.com/xudod0ws5qda5mv836sk0661qwzjkw60/512x384.jpg', 'https://html5.gamemonetize.com/xudod0ws5qda5mv836sk0661qwzjkw60/', '0', 'Puzzles', 0, 0, '', 'halloweem-pumpkin-adventure'), (1386, 'Deadflip Challenge 2024', 'A laid-back puzzle game that challenges you to land securely, its straightforward on the surface but surprisingly intricate in its depth. Navigate through a wide array of levels, engaging your intellect while thoroughly enjoying the experience. Website Developer <a href=\'https://www.bestcrazygames.com/\'>https://www.bestcrazygames.com/</a>', 'https://img.gamemonetize.com/2hilma3vnj9ky6bgbsvyhximwpku2juq/512x384.jpg', 'https://html5.gamemonetize.com/2hilma3vnj9ky6bgbsvyhximwpku2juq/', '0', 'Hypercasual', 0, 0, '', 'deadflip-challenge-'), (1387, 'BTS Signature Fashion Style', 'Dive into the world of BTS Signature Fashion Style. Explore the iconic looks of the global superstars and discover how to incorporate their trendsetting fashion into your own wardrobe. From stage outfits to everyday streetwear, get inspired and elevate your style with a touch of BTS&rsquo;s unparalleled flair. Join us on a fashion journey that transcends borders and celebrates individuality with the influence of these K-pop icons. Website Developer <a href=\'https://cutedressup.com/\'>https://cutedressup.com/</a>', 'https://img.gamemonetize.com/muihme95i9pqdqzvik8hviuob1jo2tsu/512x384.jpg', 'https://html5.gamemonetize.com/muihme95i9pqdqzvik8hviuob1jo2tsu/', '0', 'Girls', 0, 0, '', 'bts-signature-fashion-style'), (1388, 'City Heroes Jump', 'In City Heroes Jump, adventure takes a sky-high leap into exhilarating fun! Set against a bustling urban landscape backdrop, this game offers more than just an ordinary trampoline park experience. Imagine soaring through the air like a superhero, bouncing from one trampoline to another as you complete daring missions and avoid obstacles. Website Developer <a href=\'https://www.brightestgames.com/\'>https://www.brightestgames.com/</a>', 'https://img.gamemonetize.com/1ondzf11yxw8a0lk8yhkfofs00vl5lwv/512x384.jpg', 'https://html5.gamemonetize.com/1ondzf11yxw8a0lk8yhkfofs00vl5lwv/', '0', 'Hypercasual', 0, 0, '', 'city-heroes-jump'), (1389, 'Pumpkinoide', 'Pumpkinoid is a simple one touch arcade game that is a little like break out and a little like pinball. There are three medals to be achieved based on score and there are three new paddles that can be unlocked also based on score. There are seven backgrounds will be picked each time you play. Enjoy with Pumpkinoid!', 'https://img.gamemonetize.com/yegs9nxern3dqcc2cimi97cxp5rq402n/512x384.jpg', 'https://html5.gamemonetize.com/yegs9nxern3dqcc2cimi97cxp5rq402n/', '0', 'Hypercasual', 0, 0, '', 'pumpkinoide'), (1390, 'Toilet Monster Evolution', 'In this gripping Monster Evolution, your ultimate objective is to defeat and merge monsters lurking in every corner. You will face a series of thrilling obstacles that will test your mobility and strategic thinking. They will launch attacks from all directions, their spine-chilling cries reverberating through the atmosphere. Its a fight for survival, and you are the sole individual capable of enduring it.Website Developer <a href=\'https://kiz10.com\'>https://kiz10.com</a>', 'https://img.gamemonetize.com/plobtg9uk627hqijunt3sdchtbpqa3qv/512x384.jpg', 'https://html5.gamemonetize.com/plobtg9uk627hqijunt3sdchtbpqa3qv/', '0', 'Arcade', 0, 0, '', 'toilet-monster-evolution'), (1391, 'Princess Hair Spa Salon', 'Princess Hair Spa Salon is an online game that you can play on Babygames for free. Elevate the hair care ritual of you to unparalleled heights of refinement and magnificence with the unparalleled Princess Hair Spa Salon. This exquisitely designed salon exudes an ambiance of opulence and elegance, serving as a sanctuary where your cherished princess can luxuriate and bask in adoration. Our exceptionally skilled stylists and therapists expertly weave together indulgent treatments and extravagant rituals, meticulously tailored to amplify the vitality and luster of her precious locks.', 'https://img.gamemonetize.com/zhqczaww7jjpy6dz1r21zvvkldn1ha51/512x384.jpg', 'https://html5.gamemonetize.com/zhqczaww7jjpy6dz1r21zvvkldn1ha51/', '0', 'Girls', 0, 0, '', 'princess-hair-spa-salon'), (1392, 'Firefight Upgrader', 'Gear up for an intense firefighting experience in Firefight Upgrader! Take on the role of a courageous firefighter, battling towering flames and saving lives. Customize your firefighter with an array of powerful upgrades, from advanced hoses to high-tech gear. Strategize your approach, prioritize missions, and rescue civilians in perilous situations. With realistic fire physics and dynamic environments, every blaze is a new challenge. Can you rise through the ranks, upgrading your skills and gear to become the ultimate hero? Website Developer <a href=\'https://www.coolcrazygames.com/\'>https://www.coolcrazygames.com/</a>', 'https://img.gamemonetize.com/rbzwddvgyqelskvqrhtiofy7ru4nvcc0/512x384.jpg', 'https://html5.gamemonetize.com/rbzwddvgyqelskvqrhtiofy7ru4nvcc0/', '0', 'Adventure', 0, 0, '', 'firefight-upgrader'), (1393, 'Space Quoit 2048', 'Space Quoit 2048 offers a thrilling twist on the classic 2048 game. Each disk is adorned with numbers, and your mission is to skillfully maneuver matching-numbered disks into epic collisions, forging them into new and higher numbers. Embark on this cosmic journey, bursting disks in spectacular fashion, and conquer the challenges of each level!', 'https://img.gamemonetize.com/3z3tne4pget0610nycrv3syol6kkvhds/512x384.jpg', 'https://html5.gamemonetize.com/3z3tne4pget0610nycrv3syol6kkvhds/', '0', 'Arcade', 0, 0, '', 'space-quoit-'), (1394, 'X Bubble Sets', 'Funny colored bubbles. Pop them! In the game X-Bubble Sets, you will need to launch bubbles and fall into piles with the same colors. Pop all the bubbles, earn points and complete the levels.', 'https://img.gamemonetize.com/u6gvxu2z1vu3vm737gtd9d2mjeflio1t/512x384.jpg', 'https://html5.gamemonetize.com/u6gvxu2z1vu3vm737gtd9d2mjeflio1t/', '0', 'Puzzles', 0, 0, '', 'x-bubble-sets'), (1395, 'Pacific Ocean Adventure', 'How about fishing in the depths of the Pacific ocean? You must fight against sharks and hunt other fish to earn gold! Join this wonderful adventurous game now!', 'https://img.gamemonetize.com/b3gmh9go2cl19hbsmci17bh738xcloty/512x384.jpg', 'https://html5.gamemonetize.com/b3gmh9go2cl19hbsmci17bh738xcloty/', '0', 'Shooting', 0, 0, '', 'pacific-ocean-adventure'), (1396, 'Marine Mahjong', 'If you love water and sea-ocean theme, then Marine Mahjong is for you! Match the tiles which have captain hats, ships, boats, sea animals and shellfishes on top! You have 40 minutes, do your best!', 'https://img.gamemonetize.com/yyj5qy42bo7g9ikyu97ibwq2e1ly8pee/512x384.jpg', 'https://html5.gamemonetize.com/yyj5qy42bo7g9ikyu97ibwq2e1ly8pee/', '0', 'Puzzles', 0, 0, '', 'marine-mahjong'), (1397, 'Dragon Ball Z Epic Difference', 'Find any difference between 2 picture with dragon ball goku theme', 'https://img.gamemonetize.com/9qvff9n50iwy66vzawg9r8qx3gnvuxr6/512x384.jpg', 'https://html5.gamemonetize.com/9qvff9n50iwy66vzawg9r8qx3gnvuxr6/', '0', 'Puzzles', 0, 0, '', 'dragon-ball-z-epic-difference'), (1398, 'Pumpkin Wheel', 'Pumpkin Wheel is a funny game where you must control a big rolling Pumpkin through 30 levels! Whit its original and colorful graphics Pumpkin Wheel will be a pleasant time-killer, simple but addicting. So accelerate, break and have a perfect control of your Pumpkin in order to complete all levels! Enjoy this game in this magic halloweens season; and follow the stars!', 'https://img.gamemonetize.com/mnjlmblbpf7icfsxb5t74u4yf1sxtyok/512x384.jpg', 'https://html5.gamemonetize.com/mnjlmblbpf7icfsxb5t74u4yf1sxtyok/', '0', 'Arcade', 0, 0, '', 'pumpkin-wheel'), (1399, 'Hungry Warrior Fight', 'This game is mobile-ready on the browser. Introducing the ultimate street combat game, Hungry Warrior Fight: a fresh gaming experience! Enjoy captivating visuals and high-quality combat mechanics as you play. The game features a user-friendly control system that makes gameplay a breeze. Utilize the joystick to manoeuvre your character in any direction. Execute a range of martial arts techniques with simple button commands. Website Developer <a href=\'https://www.bestcrazygames.com\'>https://www.bestcrazygames.com</a>', 'https://img.gamemonetize.com/fwumbh5fj5obd6vho6p7ymv40xpm11hu/512x384.jpg', 'https://html5.gamemonetize.com/fwumbh5fj5obd6vho6p7ymv40xpm11hu/', '0', 'Action', 0, 0, '', 'hungry-warrior-fight'), (1400, 'Spooky Sort It', 'Spooky Sort It! is a mind-sharpening brain puzzle that challenges you to sort a variety of haunting balls into the right tubes. As you tackle these spectral twists and turns, youll not only enhance your problem-solving skills but also find a delightful way to cope with stress and refresh your mind in the captivating world of spectral sorting.', 'https://img.gamemonetize.com/afgpyro6k3a7uc482sr23q1s3yocm1z3/512x384.jpg', 'https://html5.gamemonetize.com/afgpyro6k3a7uc482sr23q1s3yocm1z3/', '0', 'Puzzles', 0, 0, '', 'spooky-sort-it'), (1401, 'Baby Boy Caring Dress', 'Start his day by taking him to the bathroom where youll give him a nice bubble bath. Before he gets out of the tub, make sure to clean him too. Your baby needs feeding. Prepare him some delicious meals and serve them. Now that your boy has a full tummy, you can move on to the dressing part. The most exciting thing is that you can choose cute animal costumes for him. You can choose to dress him up as a panda, rabbit or any other animal. Choose fun accessories to match your babys look. Let him refuel you for another day of quality time that you can spend together.', 'https://img.gamemonetize.com/udn20i9v42rf804yjn679v7kzz0ensee/512x384.jpg', 'https://html5.gamemonetize.com/udn20i9v42rf804yjn679v7kzz0ensee/', '0', 'Girls', 0, 0, '', 'baby-boy-caring-dress'), (1402, 'My Halloween Park', 'Are you ready to run your own Halloween park? My Halloween Park is a 3D simulation game that lets you create a spooky and fun amusement park for visitors. You can collect ghosts and load them into the haunted house, where visitors will pay you to enter and experience the horror. You can use the money to unlock and upgrade more entertainment facilities and play areas, such as pumpkin patches, candy shops, and ghost trains. You can also increase your ghost-carrying capacity and gardening seed capacity to make your park more attractive. My Halloween Park is a game that will immerse you in the spirit of Halloween. Have fun', 'https://img.gamemonetize.com/9v396wqjxfz3xardivmw3csgy4nqxst8/512x384.jpg', 'https://html5.gamemonetize.com/9v396wqjxfz3xardivmw3csgy4nqxst8/', '0', 'Arcade', 0, 0, '', 'my-halloween-park'), (1403, 'Halloween Zombie Zone Clear', 'Get ready for spine-chilling action in Halloween Zombie Zone Clear! As darkness falls, hordes of the undead roam, and its up to you to clear them out. Armed with an arsenal of powerful weapons, navigate through haunted streets and eerie graveyards. With each wave, the challenge intensifies. Unleash special abilities, strategically deploy traps, and team up with friends for cooperative mayhem. Can you survive the night and save the town from this zombie apocalypse? Website Developer <a href=\'https://www.coolcrazygames.com\'>https://www.coolcrazygames.com</a>', 'https://img.gamemonetize.com/8sbiqqsr1xghpt3couxuahj8y5bnu46u/512x384.jpg', 'https://html5.gamemonetize.com/8sbiqqsr1xghpt3couxuahj8y5bnu46u/', '0', 'Arcade', 0, 0, '', 'halloween-zombie-zone-clear'), (1404, 'Easy Solitaire', 'Play the simplest solitaire game you can find online. In this game you will be able to access the entire collection of cards. The game will make obvious moves for you to save you time.', 'https://img.gamemonetize.com/ao8knecniu6zudnw4v4h3p6u95ly2mok/512x384.jpg', 'https://html5.gamemonetize.com/ao8knecniu6zudnw4v4h3p6u95ly2mok/', '0', 'Puzzles', 0, 0, '', 'easy-solitaire'), (1405, 'Crunch Lock', 'In this enthralling journey, numerous wrenches come together to orchestrate a complex and synchronized performance alongside numerous screws. This task calls for agile coordination and clever sequencing. Step into the shoes of the unscrewing virtuoso, injecting each phase with an unparalleled finesse as you navigate through a succession of adrenaline-pumping trials. Website Developer <a href=\'https://www.crazygamesonline.com\'>https://www.crazygamesonline.com</a>', 'https://img.gamemonetize.com/9gwp2yv4dtnrpt88k3t5zvndlp9y0emo/512x384.jpg', 'https://html5.gamemonetize.com/9gwp2yv4dtnrpt88k3t5zvndlp9y0emo/', '0', 'Hypercasual', 0, 0, '', 'crunch-lock'), (1406, 'Amazing Car Stunt Track', 'Welcome to the world of real impossible tracks car racing games. Enjoy the real impossible track race on the endless extreme impossible tracks in the sky highs. If you are a fast speed racer and have a passion for car racing games then be ready to experience the real car rally in the mid of sky with no limits. Rush like a crazy stunt master while riding the beautifully designed real impossible tracks', 'https://img.gamemonetize.com/s7wchbbmzyk30x7fjx0e4t5i7m3lts28/512x384.jpg', 'https://html5.gamemonetize.com/s7wchbbmzyk30x7fjx0e4t5i7m3lts28/', '0', 'Racing', 0, 0, '', 'amazing-car-stunt-track'), (1407, 'Save My Pumpkin', '&ldquo;Save My Pumpkin&rdquo; is the second version of the popular game that has a Halloween theme and has made all the kids in the world fall in love with it. The gameplay consists of rescuing a creepy pumpkin with the help of drawing, which is in trouble. To test your drawing skills and create key resistances around the pumpkin, all you need to do is be careful and quick, because it is in great danger. Ready to save the spooky? Then let&rsquo;s start!', 'https://img.gamemonetize.com/fuykqn2cvli09tmezsmdmfnpeimouo06/512x384.jpg', 'https://html5.gamemonetize.com/fuykqn2cvli09tmezsmdmfnpeimouo06/', '0', 'Puzzles', 0, 0, '', 'save-my-pumpkin'), (1408, 'Halloween Skibidi Pac Pac', 'Get Ready for Halloween Skibidi Pac Pac! Dive into the Halloween-themed maze, where your goal is simple: gobble up all the dots while dodging enemies to progress to the next level. In this exciting game, you control a Skibidi character on a mission to eat all the dots scattered throughout the maze. Be quick and nimble to avoid the roaming enemies. Guide your character through the mazes twists and turns, and collect all the dots to advance to the next challenging level. Happy gaming!', 'https://img.gamemonetize.com/aglivgn2rspcl106t7u8e7swfxoj4c3z/512x384.jpg', 'https://html5.gamemonetize.com/aglivgn2rspcl106t7u8e7swfxoj4c3z/', '0', 'Puzzles', 0, 0, '', 'halloween-skibidi-pac-pac'), (1409, '1 On 1 Soccer', '1 on 1 Soccer is a simple soccer game that can be played with 1 or 2 players. Choose your country and play against a friend or the computer in a fast-paced match! Score as many goals as you can against your opponent before the time runs out!', 'https://img.gamemonetize.com/9mj80xfti37ayutvlybw5seqgllgs690/512x384.jpg', 'https://html5.gamemonetize.com/9mj80xfti37ayutvlybw5seqgllgs690/', '0', 'Sports', 0, 0, '', '-on--soccer'), (1410, 'Bartender The Right Mix', 'Help Miguel the bartender mix cocktails for himself in the right ratios! Choose from a shelf full of different drinks and mix them together to make the ultimate cocktail for a good night out. Add ice or lemon to give it that extra kick but be careful, mixing in the wrong amounts or simply mixing the wrong drinks could end in the worst of ways! No bartending school required!', 'https://img.gamemonetize.com/a3kq2m27xqrt0vfitkakrwu36oi1ylbp/512x384.jpg', 'https://html5.gamemonetize.com/a3kq2m27xqrt0vfitkakrwu36oi1ylbp/', '0', 'Cooking', 0, 0, '', 'bartender-the-right-mix'), (1411, 'Khafre Antique Solitaire', 'discover the old culture as well as fantastic tuts and khafre. Enjoy playing Khafre Antique Solitaire, a game of solitaire. Clear the deck as quickly as you can by stacking the cards. Experience the splendor of antiquity while using incredibly pricey cards and deck designs. The game&rsquo;s rules are really straightforward: sort and remove all cards to win. Play additional games only at jhurr.com.', 'https://img.gamemonetize.com/2d7gi81jp7cdfat2btrffnmj14dasiea/512x384.jpg', 'https://html5.gamemonetize.com/2d7gi81jp7cdfat2btrffnmj14dasiea/', '0', 'Puzzles', 0, 0, '', 'khafre-antique-solitaire'), (1412, 'Pumpkin Blast', 'Hey Jack needs your help to escape from this dark prison! The main goal is to land Jack the pumpkin in the safe area with the least number of attempts! You just use the explosive to move Jack in the right direction but be aware at the dangerous spikes! Are you able to get the three stars for each level?', 'https://img.gamemonetize.com/nyg0vr7fgvao5p3lcbgug62puarlmxi7/512x384.jpg', 'https://html5.gamemonetize.com/nyg0vr7fgvao5p3lcbgug62puarlmxi7/', '0', 'Puzzles', 0, 0, '', 'pumpkin-blast'), (1413, 'Halloween Monster Traffic', 'Halloween is coming! The little monsters are ready to work! But the roads are full of cars! Can you help them find the right way? Tap the screen at the right time, and help them cross the road! Enjoy various fun obstacles and levels! What are you waiting for? Try this game! Have a spooky and happy Halloween! Have fun!', 'https://img.gamemonetize.com/9amxzsogy7tyk9v2ks1zby6kf4t8jai9/512x384.jpg', 'https://html5.gamemonetize.com/9amxzsogy7tyk9v2ks1zby6kf4t8jai9/', '0', 'Hypercasual', 0, 0, '', 'halloween-monster-traffic'), (1414, 'Ship Control 3D', 'Get ready for an exhilarating ship sailing adventure in Ship Stack Racing, a 3D arcade game that will challenge your skills. You have to dodge various obstacles and make it to the beach in one piece. But watch out, as any collision will end your run. Ship Stack Racing is a game that will make your heart race and your adrenaline pump.', 'https://img.gamemonetize.com/brc4hded4g3hv0h4ja4urb5vllz5zuww/512x384.jpg', 'https://html5.gamemonetize.com/brc4hded4g3hv0h4ja4urb5vllz5zuww/', '0', 'Sports', 0, 0, '', 'ship-control-d'), (1415, 'Garten of Rainbow Monsters Unblocked', 'Welcome to the enchanting world of Garten of Rainbow Monsters Unblocked! This captivating adventure game invites you to delve into the eerie wonders of a haunted kindergarten. Brace yourself as you encounter and engage in thrilling battles against mischievous bam monsters. Embark on this magical journey today! Website Developer <a href=\'https://www.kizi10.org\'>https://www.kizi10.org</a>', 'https://img.gamemonetize.com/0h6t8bch7enfhrg2z9ikfp886p1ti4l2/512x384.jpg', 'https://html5.gamemonetize.com/0h6t8bch7enfhrg2z9ikfp886p1ti4l2/', '0', 'Hypercasual', 0, 0, '', 'garten-of-rainbow-monsters-unblocked'), (1416, 'Baby Taylor House Cleaning 2', 'Baby Taylor House Cleaning 2 is an online game that you can play on Babygames for free. Want to turn your baby into a little helper with housework? Want to cultivate your babys good habit of loving neatness? Learn how to keep your home clean and tidy with Taylor! Help mom clean the kitchen, organize the living room and clean your bedroom. Most importantly, keep your toys and clothes tidy! An entertaining way of early education, the baby simulates cleaning the room, helping the mother with housework, improving the sense of responsibility, and developing good hygiene habits.', 'https://img.gamemonetize.com/642k88ki2vyg8y2k5t1i1cec59z1g9vc/512x384.jpg', 'https://html5.gamemonetize.com/642k88ki2vyg8y2k5t1i1cec59z1g9vc/', '0', 'Girls', 0, 0, '', 'baby-taylor-house-cleaning-'), (1417, 'Offroad Army Transporter', 'If you like to play car driving simulation games, you will like this vehicle driving simulation game called US Army Vehicle Transporter Truck. It is managed for you to transport both tanks and cars to the pointed military base with a provided truck at each level. Before transporting missions, you usually need to drive the tanks and cars on or off the truck. Keep', 'https://img.gamemonetize.com/pfguvprgeyctw1wsrqdozw1dajz3ldui/512x384.jpg', 'https://html5.gamemonetize.com/pfguvprgeyctw1wsrqdozw1dajz3ldui/', '0', 'Adventure', 0, 0, '', 'offroad-army-transporter'), (1418, 'Onet 3D Match Tiles Puzzle', 'Welcome to the World of Onet 3D - Match Tiles Puzzle! Step into the captivating world of Onet 3D, a casual matching tiles mobile game that will engage and entertain you for hours. In this delightful game, your main objective is to match two identical pairs by linking and connecting them within three lines. Get ready to immerse yourself in a world of colorful tiles, exciting puzzles, and addictive gameplay. Website Developer <a href=\'https://www.gamesmunch.com\'>https://www.gamesmunch.com</a>', 'https://img.gamemonetize.com/lprly9sfhwfc5t6g78ullo4qu78j4tcf/512x384.jpg', 'https://html5.gamemonetize.com/lprly9sfhwfc5t6g78ullo4qu78j4tcf/', '0', 'Puzzles', 0, 0, '', 'onet-d-match-tiles-puzzle'), (1419, 'Chibi Troll Fashion Maker', 'Welcome to the magical Troll forest. Here you can meet a variety of fairy-tale inhabitants. They have unusual hairstyles and outfits. You can experiment with color and design, creating your favorite characters and inventing completely new unique Trolls. Dont forget about luxury accessories - crowns, glasses, musical instruments and much more! The game also features many fabulous backgrounds. Have fun playing the game &laquo;Chibi Troll Fashion Maker&raquo; on the site dressupwho.com.', 'https://img.gamemonetize.com/ln4y0zgwbd4s3eeov6o6gji21cn5ysda/512x384.jpg', 'https://html5.gamemonetize.com/ln4y0zgwbd4s3eeov6o6gji21cn5ysda/', '0', 'Girls', 0, 0, '', 'chibi-troll-fashion-maker'), (1420, 'Autumn Solitaire Tripeaks', 'Play Classic TriPeaks or 100 different autumn levels. Remove all cards from the tableau, you can remove top cards that are 1 higher or 1 lower in value than the open card on the bottom. Click on the closed stack to get a new open card.', 'https://img.gamemonetize.com/kbtibyzi32lawgjwzo2m0k2tg6rmxk47/512x384.jpg', 'https://html5.gamemonetize.com/kbtibyzi32lawgjwzo2m0k2tg6rmxk47/', '0', 'Puzzles', 0, 0, '', 'autumn-solitaire-tripeaks'), (1421, 'Multiplayer Car Crash Simulator', 'In this thrilling online car game, join other players in real-time and collide on the city streets! Showcase your skills by overcoming the citys destructive obstacles. With detailed urban landscapes and interactive social features, become the ultimate car driver in this adrenaline-pumping game!', 'https://img.gamemonetize.com/xcqyr29d7xsdmtw92nnkt4i7n3ov2xf5/512x384.jpg', 'https://html5.gamemonetize.com/xcqyr29d7xsdmtw92nnkt4i7n3ov2xf5/', '0', 'Racing', 0, 0, '', 'multiplayer-car-crash-simulator'), (1422, 'Ambulance Rush', 'Get ready for a high-speed medical adventure in Ambulance Rush! Race against time as a skilled paramedic, navigating through traffic-choked streets to save lives. With precise controls and realistic physics, navigate your ambulance through dynamic urban environments. Respond to emergencies, make split-second decisions, and use life-saving equipment to stabilize patients. Earn points for swift, safe arrivals and unlock upgrades to enhance your life-saving capabilities. Website Developer <a href=\'https://www.coolcrazygames.com\'>https://www.coolcrazygames.com</a>', 'https://img.gamemonetize.com/0jr0z7hx8o69vevzfitvlaorengtswdz/512x384.jpg', 'https://html5.gamemonetize.com/0jr0z7hx8o69vevzfitvlaorengtswdz/', '0', 'Arcade', 0, 0, '', 'ambulance-rush'), (1423, 'Arkanoid Bricks', 'Arkanoid Bricks is a game in which you need to destroy various platforms with their unique characteristics with the help of a ball, you will also meet various skills that will help you do this, such as lasers, fireball, giant ball, cannon, etc..', 'https://img.gamemonetize.com/noc0ensjwnnu79p8ak0uqyut45b4v9dz/512x384.jpg', 'https://html5.gamemonetize.com/noc0ensjwnnu79p8ak0uqyut45b4v9dz/', '0', 'Hypercasual', 0, 0, '', 'arkanoid-bricks'), (1424, 'Tap Pumpkin', 'Tap Pumpkin is an addictive arcade game that will test your reactions and accuracy. In this simple but addictive game, your goal is to tap the screen to make the pumpkin jump and avoid moving obstacles. The game may seem simple at first glance, but progress is far from easy. With each level, the difficulty increases and you will need instant reaction and accuracy.', 'https://img.gamemonetize.com/l77ysroukeulkn9owg4iqojdeaiztqgb/512x384.jpg', 'https://html5.gamemonetize.com/l77ysroukeulkn9owg4iqojdeaiztqgb/', '0', 'Hypercasual', 0, 0, '', 'tap-pumpkin'), (1425, 'Turtle Hero Animal Rescue', 'Join the fun and adventure in Turtle Hero Animal Rescue, a thrilling game with cute 2D cartoon animals. You have to collect yellow stars and reach the finish line in each level. The game tests your flexibility and precision as you navigate through various obstacles. The more stars you get, the more hearts you can buy to enhance your gameplay. Turtle Hero Animal Rescue is a game that will keep you entertained for hours.', 'https://img.gamemonetize.com/0d020vrh23kp6y05gn2h3pvrkgbzlh7t/512x384.jpg', 'https://html5.gamemonetize.com/0d020vrh23kp6y05gn2h3pvrkgbzlh7t/', '0', 'Hypercasual', 0, 0, '', 'turtle-hero-animal-rescue'), (1426, 'Makeup Studio Halloween', 'If youre still seeking inspiration for your Halloween look, then stop right here. Our social media influencers bring three jaw-dropping makeup looks that are going to help you steal the spotlights during the spookiest night of the year. In the Halloween Makeup Trends game for girls, you can learn from Kiki how to create a unicorn makeup look, from Riri how to obtain a colorful Dia de Los Muertes-inspired makeup look, and from Regina the secrets of sophisticated fantasy makeup. Play now!', 'https://img.gamemonetize.com/wul4k3yav7wgmbrr5ly7wg989bs4fw0g/512x384.jpg', 'https://html5.gamemonetize.com/wul4k3yav7wgmbrr5ly7wg989bs4fw0g/', '0', 'Girls', 0, 0, '', 'makeup-studio-halloween'), (1427, 'Halloween Tiles Mahjong', 'Experience Halloween Tile Matching with a 9-space stack. Tap tiles to stack and clear the board by finding 3 identical tiles while maintaining free space. Avoid overfilling the stack to achieve victory!', 'https://img.gamemonetize.com/dqlhb2s10wpb6q5vitpcryu49ux12yvp/512x384.jpg', 'https://html5.gamemonetize.com/dqlhb2s10wpb6q5vitpcryu49ux12yvp/', '0', 'Puzzles', 0, 0, '', 'halloween-tiles-mahjong'), (1428, 'Bus Collect HTML5', 'An easygoing brain-teaser where your goal is to land all passengers safely. Though it seems straightforward, it offers a surprising level of depth. Enjoy a wide range of levels while honing your problem-solving skills. Website Developer <a href=\'https://www.game-plays.com\'>https://www.game-plays.com</a>', 'https://img.gamemonetize.com/mnl5ha2dyssilu9pa803w59ss4xknh7t/512x384.jpg', 'https://html5.gamemonetize.com/mnl5ha2dyssilu9pa803w59ss4xknh7t/', '0', 'Hypercasual', 0, 0, '', 'bus-collect-html'), (1429, 'SpobgeBob Halloween Coloring Book', 'Dive into SpobgeBob Halloween Coloring Book! Express your creativity with SpobgeBob Halloween Coloring Book, a delightful and free online coloring game for all ages! Embark on a colorful adventure where you can bring your favorite SpobgeBob characters to life with just a tap of your finger. This game offers endless artistic possibilities and a chance to showcase your coloring skills in the spirit of Halloween.', 'https://img.gamemonetize.com/8vtkqr5xztqk5g2mtrkszlp741l1cwid/512x384.jpg', 'https://html5.gamemonetize.com/8vtkqr5xztqk5g2mtrkszlp741l1cwid/', '0', 'Hypercasual', 0, 0, '', 'spobgebob-halloween-coloring-book'), (1430, 'Paper Pixel Adventure', 'Paper Pixel Adventure is a very fun adventure game. You have to destroy the sweet monsters in the game and get the right to move on to other levels! No doubt you will have a lot of fun!', 'https://img.gamemonetize.com/4n0azlphf9zxu1heg0hdbgu7vst212va/512x384.jpg', 'https://html5.gamemonetize.com/4n0azlphf9zxu1heg0hdbgu7vst212va/', '0', 'Adventure', 0, 0, '', 'paper-pixel-adventure'), (1431, 'Mini Duels Battle', 'Super cool mini games are coming within a single game, in the Mini Duels Battle. These games consist of the Drunken Duel series, Drunken Boxing, Wrestling Games, Table games, and more. Just pick one of the games and try the challenge against your friend. You can play all of these popular games with your friend in 2 player game mode besides of single player game mode. The one who scores five before his/her opponent wins the battle. 16 games are ready to play. Lets begin!', 'https://img.gamemonetize.com/o7ktob2oilxl4yot4ksso7svsoxz0udb/512x384.jpg', 'https://html5.gamemonetize.com/o7ktob2oilxl4yot4ksso7svsoxz0udb/', '0', 'Action', 0, 0, '', 'mini-duels-battle'), (1432, 'Skibidi Attack', 'Welcome t Skibidi Attack shooting game! Tap or click to shoot skibidi toilets to get a high score! Dont let skibidi toilets come near to you. Enjoy and good luck!', 'https://img.gamemonetize.com/d3rkszqi4fjxzuv900ibqo6v1cdo3xed/512x384.jpg', 'https://html5.gamemonetize.com/d3rkszqi4fjxzuv900ibqo6v1cdo3xed/', '0', 'Shooting', 0, 0, '', 'skibidi-attack'), (1433, 'Link 4', 'Link 4: A captivating web-based game of strategic connections! Challenge your wits and strategic prowess as you aim to connect four stones in a row to achieve victory. This addictive game supports all devices, allowing you to play anytime, anywhere. Immerse yourself in two thrilling themes that set the stage for exciting gameplay. Test your skills against the computer with five challenging levels of difficulty, providing endless hours of fun and engaging entertainment. Play Link 4 now and experience the perfect blend of mind-bending tactics and casual gaming, all in one thrilling package!', 'https://img.gamemonetize.com/e5xg3o4qd905tb5sc2xr1phsuw2baq9n/512x384.jpg', 'https://html5.gamemonetize.com/e5xg3o4qd905tb5sc2xr1phsuw2baq9n/', '0', 'Puzzles', 0, 0, '', 'link-'), (1434, 'Classic Snake', 'Do you love Snake Games? Welcome to classic Snake where you have to eat small dots to become bigger. Can you get the biggest snake on the leaderboard? Have fun!', 'https://img.gamemonetize.com/6nvgvas8e8tg6ln2sxvv1lvx3qgq1eim/512x384.jpg', 'https://html5.gamemonetize.com/6nvgvas8e8tg6ln2sxvv1lvx3qgq1eim/', '0', 'Arcade', 0, 0, '', 'classic-snake'), (1435, 'Snow Rally', 'SNOW RALLY is an exciting racing game where you drive your car on snowy and icy tracks. Based on realistic physics, this game challenges you to masterfully drive your car in the coldest and most inhospitable places on the planet. The game features different difficulty levels and modes, providing an interesting and varied gameplay experience. Each level offers unique obstacles and challenges, requiring skill, precision and quick response. With beautiful graphics, inspiring soundtrack and smooth controls, SNOW RALLY promises to provide you with hours of addictive gameplay. Choose your car, customize it to suit your driving style and go raci', 'https://img.gamemonetize.com/ipqdoc741flxpu6ho3su43k20h79k6mx/512x384.jpg', 'https://html5.gamemonetize.com/ipqdoc741flxpu6ho3su43k20h79k6mx/', '0', 'Sports', 0, 0, '', 'snow-rally'), (1436, 'Pumpkin Dungeon Of Doom', 'Pumpkin Dungeon Of Doom is an epic adventure through 100 levels of monsters, traps and danger!!! Have you got the brains and fast reflexes to escape all 100 dungeons in this unique action puzzle game? Bats will chase you, Ghosts will try and trick you, Monsters around every corner, Hazards include Spikes, Guillotines, Poison gas and more... Have you got what it takes? Product feature bullets: - Halloween Game! - 100 epic levels! - Cute graphic! - Cool creepy music! - Really addictive! - Easy to play! Enjoy with this great Halloween Puzzle Adventure game!', 'https://img.gamemonetize.com/yzu5yllsp2ex40dlyydhiwwzosya0c85/512x384.jpg', 'https://html5.gamemonetize.com/yzu5yllsp2ex40dlyydhiwwzosya0c85/', '0', 'Puzzles', 0, 0, '', 'pumpkin-dungeon-of-doom'), (1437, 'Skibidi Toilet MakeOver Playtime', 'Welcome to your unique universe of toilet creatures, filled with the oddest, most amusing, and one-of-a-kind bathroom monsters! Youll have the opportunity to customize every aspect of your toilet monsters appearance. Aim for perfection, as your creation will be showcased on a leaderboard and scrutinized by a highly discerning audience. Prepare to unleash your creative flair and stay tuned for the grand finale: a trending monster dance. Website Developer <a href=\'https://kiz10.com\'>https://kiz10.com</a>', 'https://img.gamemonetize.com/ttoj989jdso0idjzp54ycu5kaookuk2c/512x384.jpg', 'https://html5.gamemonetize.com/ttoj989jdso0idjzp54ycu5kaookuk2c/', '0', 'Hypercasual', 0, 0, '', 'skibidi-toilet-makeover-playtime'), (1438, 'Pond Story', 'Are you ready for a pond story? In this story you must save your friend and win the game! You can buy new equipment by collecting gold from the enemies you have destroyed and the environment!', 'https://img.gamemonetize.com/2pqg3dvo5m20pzuxkqmk6o751361j2aq/512x384.jpg', 'https://html5.gamemonetize.com/2pqg3dvo5m20pzuxkqmk6o751361j2aq/', '0', 'Adventure', 0, 0, '', 'pond-story'), (1439, 'Monster Girls High School Squad', 'Unleash your inner fashionista with the Monster Girls High School Squad dress-up game! Mix and match captivating outfits, accessorize with magical charms, and create spellbinding looks for supernatural students. Dive into a world of style, friendship, and enchantment as you explore the fantastic wardrobe options and dress up the alluring characters. Join the squad and let your creativity run wild in this thrilling fashion adventure!', 'https://img.gamemonetize.com/2pyaysp1kfnotpbda3q9xdltzvuz0n4m/512x384.jpg', 'https://html5.gamemonetize.com/2pyaysp1kfnotpbda3q9xdltzvuz0n4m/', '0', 'Girls', 0, 0, '', 'monster-girls-high-school-squad'), (1440, 'Funny Cars Route', 'Funny Cars Route is an exciting game where your task is to draw a path for cars so that they can park in places. The game has various levels, from easy to very difficult, which require you to be smart and draw, and you will need to park several different cars at the same time. When passing the levels, the paths will become more complicated, so you will have to put more effort and creativity to make all the cars pass.', 'https://img.gamemonetize.com/dy9cz6llhbhwbmjjgcdlkztsdi9epyr9/512x384.jpg', 'https://html5.gamemonetize.com/dy9cz6llhbhwbmjjgcdlkztsdi9epyr9/', '0', 'Puzzles', 0, 0, '', 'funny-cars-route'), (1441, 'Building Empire Tycoon', 'Building Empire Tycoon is a flexible city simulator time management game that engages the player with its simple and addictive mechanics. This provides 3 modes to play including Time-Trial, Endless and Career, each bringing different missions and game play. Building Empire Tycoon is a game about buying and selling building for profit. Buy houses when their prices are at rock bottom, then sell them at their peak before the price crashes. Get rich in record time through virtual Building Empire speculations .', 'https://img.gamemonetize.com/413fyel12hcjjicekxbtkf0mqrfggsi2/512x384.jpg', 'https://html5.gamemonetize.com/413fyel12hcjjicekxbtkf0mqrfggsi2/', '0', 'Hypercasual', 0, 0, '', 'building-empire-tycoon'), (1442, 'Portal Through IT', 'Welcome to Portal Through It, a puzzle game that will put your problem-solving skills to the test. With 25 challenging levels, this game is sure to keep you entertained for hours.', 'https://img.gamemonetize.com/yiyb0lhy86uc4vp11stak3s4yc1crudy/512x384.jpg', 'https://html5.gamemonetize.com/yiyb0lhy86uc4vp11stak3s4yc1crudy/', '0', 'Puzzles', 0, 0, '', 'portal-through-it'), (1443, 'Night Neon Racers', 'Night Neon Racers game is a 3D car racing game with various game modes. You can race against other cars or you can drift as much as you want and earn diamonds from all of these. The game also has a car blasting mode to explode vehicles in traffic and earn diamonds from those vehicles while having fun! Various super sports cars and very fun game modes are waiting for you! Lets play!', 'https://img.gamemonetize.com/zrsbiulgpzj75g68zwldhd9s1edzttil/512x384.jpg', 'https://html5.gamemonetize.com/zrsbiulgpzj75g68zwldhd9s1edzttil/', '0', 'Racing', 0, 0, '', 'night-neon-racers'), (1444, 'Cooking Madness Game', 'Indulge in the addictive and fast-paced gameplay of Burger Cooking Game Online, a top-rated cooking game that offers a wide range of exciting features. From managing your own burger shop to exploring different food cultures, this game guarantees hours of simulation fun and strategy.', 'https://img.gamemonetize.com/9r1j2i8o8euql5330e4umgl0wupbialb/512x384.jpg', 'https://html5.gamemonetize.com/9r1j2i8o8euql5330e4umgl0wupbialb/', '0', 'Girls', 0, 0, '', 'cooking-madness-game'), (1445, 'Basketball FRVR', 'Do you love basketball? Do you want to test your skills and have fun at the same time? Then you should try Basketball Shoot, a 3D simulation game that challenges you to score as many baskets as you can. You can use your mouse to adjust the power and angle of your shot and choose the right moment to release the ball. The more baskets you make, the higher your score will be. But be careful, if you miss a shot, you will have to start over. Try Basketball Shoot today! Have fun!', 'https://img.gamemonetize.com/ayfldl6qyv3aehsu2pmbc5oz9rgfhhz2/512x384.jpg', 'https://html5.gamemonetize.com/ayfldl6qyv3aehsu2pmbc5oz9rgfhhz2/', '0', 'Sports', 0, 0, '', 'basketball-frvr'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (1446, 'Impossible Car Parking Master 2023', 'Impossible Car Parking Master is a mobile parking game that challenges players to park their cars in tight and difficult spaces. The parking game features various levels with increasing difficulty, where players must maneuver their car into a designated parking spot while avoiding obstacles and other cars. The game features realistic graphics and physics, making it challenging to park in tight spaces. The goal of the game is to master the art of parking cars in challenging situations and achieve the highest score. Game Features: Realistic vehicle physics Different levels with increasing difficulty Different controls', 'https://img.gamemonetize.com/ymkvkw8wag3u9m1212sqj135hg0ewycf/512x384.jpg', 'https://html5.gamemonetize.com/ymkvkw8wag3u9m1212sqj135hg0ewycf/', '0', 'Racing', 0, 0, '', 'impossible-car-parking-master-'), (1447, 'Soccer Hero', 'A single player football game with multiple characters that can be developed and upgraded, using buttons to move and kick the ball.', 'https://img.gamemonetize.com/cl9ik2kgtk7kxt89jl9hr1dbzfxmv7k5/512x384.jpg', 'https://html5.gamemonetize.com/cl9ik2kgtk7kxt89jl9hr1dbzfxmv7k5/', '0', 'Soccer', 0, 0, '', 'soccer-hero'), (1448, 'Celebrity Halloween Costumes', 'Welcome to Celebrity Halloween Costume Adventure! Your favorite celebrities are planning the perfect Halloween outfits together. Get ready for a star-studded Halloween experience as they choose and showcase their ultimate costumes. Unleash your inner celebrity with the hottest Halloween trends!', 'https://img.gamemonetize.com/h91rjj9r8y7qhkwpcpf2ibixsebvnzh8/512x384.jpg', 'https://html5.gamemonetize.com/h91rjj9r8y7qhkwpcpf2ibixsebvnzh8/', '0', 'Girls', 0, 0, '', 'celebrity-halloween-costumes'), (1449, 'Candy Monster Box', 'Candy Monster Box offers an engaging, captivating gameplay experience that ensures endless entertainment. Slide right or left to align the box with the candies. Share this complimentary game with your loved ones. Embark on an adventure in the candy universe. Assist the jelly monsters by unwrapping and gathering fruity candies for them.', 'https://img.gamemonetize.com/8y2socljhxgwy1wh0lk2d38gntaki4d8/512x384.jpg', 'https://html5.gamemonetize.com/8y2socljhxgwy1wh0lk2d38gntaki4d8/', '0', 'Hypercasual', 0, 0, '', 'candy-monster-box'), (1450, 'Delete Puzzle Parts', 'Get ready for a popular brain game. Solve the puzzle by deleting some pieces in the puzzle. The Delete Puzzle Parts game may seem simple, but appearances can be deceiving. You must be careful and use the eraser correctly to reveal the mysterious pieces. You have to be cunning and careful. Delete Puzzle Parts game supports 9 languages and has 60+ different levels. Have Fun!', 'https://img.gamemonetize.com/ecymed0jcrdpfhidxgkhrxcgm9r42whg/512x384.jpg', 'https://html5.gamemonetize.com/ecymed0jcrdpfhidxgkhrxcgm9r42whg/', '0', 'Puzzles', 0, 0, '', 'delete-puzzle-parts'), (1451, 'Impossible Tracks 2D', 'Impossible Tracks 2D is an exciting 2D game where you will encounter a series of tricky levels. Each level is packed with challenging obstacles that will test your skills and reflexes. Navigate these treacherous tracks and conquer the obstacles to reach the finish line. Get ready for an adventure filled with fun and excitement in this thrilling game!', 'https://img.gamemonetize.com/dm7la1p1srfqj8i6xtwcfo9e9tkkja8w/512x384.jpg', 'https://html5.gamemonetize.com/dm7la1p1srfqj8i6xtwcfo9e9tkkja8w/', '0', 'Racing', 0, 0, '', 'impossible-tracks-d'), (1452, 'Hair Doll Dress Up', 'Doll Dress Up is an online game that you can play on Babygames for free. Welcome to the world of hair dolls! Here, you can experience all kinds of beautiful hairstyles, dazzling costumes, adorable dressing room, exclusive secert garden, manicuresand hairdressing, gashapon Different gameplays are waiting for you!', 'https://img.gamemonetize.com/pgzr1gtq7xfed6m3d0n1pzycjbsmu61p/512x384.jpg', 'https://html5.gamemonetize.com/pgzr1gtq7xfed6m3d0n1pzycjbsmu61p/', '0', 'Girls', 0, 0, '', 'hair-doll-dress-up'), (1453, 'Ban Ban Parkour', 'Have you ever run to the door in the dark like this before? Run to the door with your friend in the dark one by one. Collect the toys you need to gather. Collect the toys to open the door. We need all the toys. You must race against time in the dark to survive. Reach the door before time runs out. Otherwise, you will die in the dark. Or you might get lost in the dark.', 'https://img.gamemonetize.com/gswu7y7skc3a3x1hyy7njlunp85rfoov/512x384.jpg', 'https://html5.gamemonetize.com/gswu7y7skc3a3x1hyy7njlunp85rfoov/', '0', 'Arcade', 0, 0, '', 'ban-ban-parkour'), (1454, 'Mega Car Crash Simulator', 'Here is a car-crashing simulation game. You are requested to drive a car to crash all target cars and survive at all levels. If you lose all HP or drive off the platform, you will lose the game. Complete the missions on time!', 'https://img.gamemonetize.com/3uxkgiopjrkxmppgzgof64q5sgsc25rv/512x384.jpg', 'https://html5.gamemonetize.com/3uxkgiopjrkxmppgzgof64q5sgsc25rv/', '0', 'Action', 0, 0, '', 'mega-car-crash-simulator'), (1455, 'Halloween Head Soccer', 'Are you ready to go head to head on a football match? Choose mode 1P or 2P to get started. Choose your favorite Halloween character! Hit the ball into the goal to score points before the time runs out. The player with the most goals wins the game', 'https://img.gamemonetize.com/j06hqptx0yf7x3o2ylart0hktgih6ocm/512x384.jpg', 'https://html5.gamemonetize.com/j06hqptx0yf7x3o2ylart0hktgih6ocm/', '0', 'Sports', 0, 0, '', 'halloween-head-soccer'), (1456, 'Halloween Jump', 'Enjoy the fun of Halloween with &ldquo;Jump Halloween online game. In a scary environment the little pumpkin is trying to jump through all the obstacles on its way. Help the little pumpkin to go through the scary environment. The game is simple but very exciting to play.', 'https://img.gamemonetize.com/n1ddsmtfecyghgnxp9z2pcya7vdu5vrx/512x384.jpg', 'https://html5.gamemonetize.com/n1ddsmtfecyghgnxp9z2pcya7vdu5vrx/', '0', 'Arcade', 0, 0, '', 'halloween-jump'), (1457, 'Magic Land', 'Magic Land is an endless game where you have to play a role of a wizard where you have to collect pumpkins while avoiding all the obstacles. As you collect pumpkins your score will increase. If you collide with the obstacle you will fall from the rope.', 'https://img.gamemonetize.com/3h3k7ccu8mv7x40urmavk2ekrka8m0td/512x384.jpg', 'https://html5.gamemonetize.com/3h3k7ccu8mv7x40urmavk2ekrka8m0td/', '0', 'Hypercasual', 0, 0, '', 'magic-land'), (1458, 'Among vs Garten of Banban', 'Among Us vs Garten Of Banban plays the role of an antagonist who will always scare every player. Take control of the among characters and solve the puzzles in more than 100 levels. Hide from the Garten monsters, collect objects to open doors and keys to complete all room challenges Website Developer <a href=\'https://kiz10.com\'>https://kiz10.com</a>', 'https://img.gamemonetize.com/da8v5fs4u0i4bgg26z4skptd99dczd6q/512x384.jpg', 'https://html5.gamemonetize.com/da8v5fs4u0i4bgg26z4skptd99dczd6q/', '0', 'Puzzles', 0, 0, '', 'among-vs-garten-of-banban'), (1459, 'Grimace Night', 'Grimace Nigth is a fun adventure ride of in this Halloween season. Here in this fun adventure game, the little Grimace is moving around to collect the keys to unlock the portals for the exits. For that Grimace needs to collect the key on the way, but we all know the hurdles there in the abandoned area, but some are for your convenience, use the blocks to climb up and collect the keys and reach the end-fire to complete the level.', 'https://img.gamemonetize.com/k717yu8tji70vhhh4hbm00xya395kfut/512x384.jpg', 'https://html5.gamemonetize.com/k717yu8tji70vhhh4hbm00xya395kfut/', '0', 'Puzzles', 0, 0, '', 'grimace-night'), (1460, 'BFFs Unique Halloween Costumes', 'Join the BFFs Unique Halloween Costumes adventure! These best friends are on a mission to find the most creative and distinctive Halloween outfits. Get ready for a one-of-a-kind Halloween experience as they plan, choose, and showcase their unique costumes. Unleash your creativity and celebrate Halloween like never before with the trendiest and most original looks! Website Developer <a href=\'https://cutedressup.com\'>https://cutedressup.com</a>', 'https://img.gamemonetize.com/nkd7qrglyqh1w1nqap19mhn3zu1r61rq/512x384.jpg', 'https://html5.gamemonetize.com/nkd7qrglyqh1w1nqap19mhn3zu1r61rq/', '0', 'Girls', 0, 0, '', 'bffs-unique-halloween-costumes'), (1461, 'ROBOTS ENIGMA', 'Coins are scattered throughout the level, collect as many coins as you can while navigating through the challenging terrain.Defeat all enemy units to achieve victory.', 'https://img.gamemonetize.com/ya5f3mwrtttq0lfgw9yuf8v3v88h5zo0/512x384.jpg', 'https://html5.gamemonetize.com/ya5f3mwrtttq0lfgw9yuf8v3v88h5zo0/', '0', 'Shooting', 0, 0, '', 'robots-enigma'), (1462, ' Halloween Moster Vs Zombies', 'Welcome to the exciting and scary world of Halloween Monster Vs Zombies! In this addictive and fun game, you take on the role of a brave monster in search of the most delicious Halloween candies. However, theres a problem: the cemetery is full of hungry zombies, and theyll do anything to stop you from getting your favorite candies!', 'https://img.gamemonetize.com/vuu0litxi4kyn4rr0wew8berqwbdy5co/512x384.jpg', 'https://html5.gamemonetize.com/vuu0litxi4kyn4rr0wew8berqwbdy5co/', '0', 'Arcade', 0, 0, '', '-halloween-moster-vs-zombies'), (1463, 'Romantic Victoria Secret Show', 'omantic Victoria Secret Show is an online game that you can play on Babygames for free. Its your time to shine as a fashionista. Your mission? Dress up the girls in stunning Victoria Secret Show outfits and wings. Let your fashion creativity run wild and make them look like runway superstars! Choose from a fabulous selection of outfits and wings, mix and match to create the perfect look. Are you ready to rock the fashion world? Join the Romantic Victoria Secret Show now and show off your styling skills!', 'https://img.gamemonetize.com/4tsiz5ijqw5qnq7e3q9z9k56jzbu9nfb/512x384.jpg', 'https://html5.gamemonetize.com/4tsiz5ijqw5qnq7e3q9z9k56jzbu9nfb/', '0', 'Girls', 0, 0, '', 'romantic-victoria-secret-show'), (1464, 'Lost Delivery', 'Do you like driving games? Then youll love this game where you drive your electric van and have to pick up lost packages on the road to recharge the battery. But it wont be easy, youll have to watch out for other cars and the fog that appears when you least expect it. Will you be able to reach your destination without running out of energy? Find out in this game full of fun and excitement!', 'https://img.gamemonetize.com/r1huv5lz1if8zq0ooah4qwcoq9fl26a0/512x384.jpg', 'https://html5.gamemonetize.com/r1huv5lz1if8zq0ooah4qwcoq9fl26a0/', '0', 'Racing', 0, 0, '', 'lost-delivery'), (1465, 'Yes or No Challenge', 'A quiz show is beginning in the Yes Or No Challenge game in single player and 2 player gaming modes. There are lots of questions, answers, gifts, and surprises waiting for you. Define your gift, and ask your question! Or pick your answer and receive your gift! A very exciting competition is waiting for you. If you have good knowledge, this means you may win this quiz battle! Lets begin!', 'https://img.gamemonetize.com/e88boa93zof5no1gh5obhjn8rtx09svk/512x384.jpg', 'https://html5.gamemonetize.com/e88boa93zof5no1gh5obhjn8rtx09svk/', '0', 'Puzzles', 0, 0, '', 'yes-or-no-challenge'), (1466, 'Heavy Tractor Towing', 'Here is a tractor-driving simulation game. With 3D snow mountain roads, you need to transport the bus or cargo containers by driving a tractor on time. Try to keep balanced and drive stably. Have a good time!', 'https://img.gamemonetize.com/8vegqqzw0d9k0lj0e9y81afxv2wco261/512x384.jpg', 'https://html5.gamemonetize.com/8vegqqzw0d9k0lj0e9y81afxv2wco261/', '0', 'Action', 0, 0, '', 'heavy-tractor-towing'), (1467, 'Pumpkin Smash', 'Pumpkin Smash is a delightful and addictive game that captures the essence of the fall season, offering players a fun and visually appealing experience filled with pumpkin-related adventures. Whether youre a fan of casual games or simply looking for some autumn-themed entertainment, Pumpkin Madness is the perfect way to celebrate the season.', 'https://img.gamemonetize.com/885k33tjwfqv1ak1sk13xme863r2r9rk/512x384.jpg', 'https://html5.gamemonetize.com/885k33tjwfqv1ak1sk13xme863r2r9rk/', '0', 'Hypercasual', 0, 0, '', 'pumpkin-smash'), (1468, 'Halloween Mazes', 'Halloween Mazes is a thrilling puzzle game with twists and turns. Race against the clock to find a path from the entrance to the exit before time runs out. Can you solve 12 puzzles and emerge victorious? Give it your best shot!', 'https://img.gamemonetize.com/cx7lirc5bpqg1e3s2zup2sebkts92ka0/512x384.jpg', 'https://html5.gamemonetize.com/cx7lirc5bpqg1e3s2zup2sebkts92ka0/', '0', 'Puzzles', 0, 0, '', 'halloween-mazes'), (1469, 'Flappy Halloween2', 'Flappy Halloween is a fun and addictive game that captures the spirit of Halloween while challenging players to test their reflexes and coordination. Its a perfect choice for enjoying some Halloween-themed entertainment on your computer during the spooky season.', 'https://img.gamemonetize.com/6w366mgxfl4oz9p0pg4bpntks97bn8ze/512x384.jpg', 'https://html5.gamemonetize.com/6w366mgxfl4oz9p0pg4bpntks97bn8ze/', '0', 'Hypercasual', 0, 0, '', 'flappy-halloween'), (1470, 'Halloween Makeup Trends', 'If youre still seeking inspiration for your Halloween look, then stop right here. Our social media influencers bring three jaw-dropping makeup looks that are going to help you steal the spotlights during the spookiest night of the year. In the Halloween Makeup Trends game for girls, you can learn from Kiki how to create a unicorn makeup look, from Riri how to obtain a colorful Dia de Los Muertes-inspired makeup look, and from Regina the secrets of sophisticated fantasy makeup. Play now! Website Developer <a href=\'https://prinxy.app/\'>https://prinxy.app/</a>', 'https://img.gamemonetize.com/y5t7ngdllxo9155eihuv1iwz9nhtj40u/512x384.jpg', 'https://html5.gamemonetize.com/y5t7ngdllxo9155eihuv1iwz9nhtj40u/', '0', 'Girls', 0, 0, '', 'halloween-makeup-trends'), (1471, 'Color Bubbles Ultra', 'Pop all the colorful bubbles by shooting at them, and get to the boss faster than they get close to you. The faster and more accurately you cope with the task, the more points you will earn!', 'https://img.gamemonetize.com/c5qoon8j2wrsu1sah11nm2dxle6zjlmu/512x384.jpg', 'https://html5.gamemonetize.com/c5qoon8j2wrsu1sah11nm2dxle6zjlmu/', '0', 'Puzzles', 0, 0, '', 'color-bubbles-ultra'), (1472, 'Car Parking Lot 2023', 'Car Parking Lot is an exciting and challenging mobile game that puts your parking skills to the test. Get ready to navigate a variety of vehicles through a maze of obstacles and tight spaces to reach the designated parking spots. With stunning 3D graphics and realistic physics, this game offers an immersive parking experience. Choose from a range of vehicles, from compact cars to large trucks, each with its unique handling characteristics. Can you master the art of precision parking and conquer every level? Website Developer <a href=\'https://www.bestcrazygames.com\'>https://www.bestcrazygames.com</a>', 'https://img.gamemonetize.com/7t4u52tdicqex560gqzzkls0l5j55nhd/512x384.jpg', 'https://html5.gamemonetize.com/7t4u52tdicqex560gqzzkls0l5j55nhd/', '0', 'Action', 0, 0, '', 'car-parking-lot-'), (1473, 'Zoo Tycoon', 'Zoo Tycoon is a captivating simulation game that lets you become the ultimate zookeeper. Build and manage your dream zoo, carefully selecting animals, creating immersive habitats, and keeping your visitors happy. Whether you want to nurture endangered species, design thrilling exhibits, or maximize profits, the choice is yours. With stunning graphics and realistic gameplay, Zoo Tycoon offers endless hours of fun and challenges. Will you create a world-renowned animal haven or a bustling wildlife attraction? Website Developer <a href=\'https://www.brightygames.com\'>https://www.brightygames.com</a>', 'https://img.gamemonetize.com/kb4nylf2luxv6nnde2x449ypxtjlodmu/512x384.jpg', 'https://html5.gamemonetize.com/kb4nylf2luxv6nnde2x449ypxtjlodmu/', '0', 'Adventure', 0, 0, '', 'zoo-tycoon'), (1474, 'Princes Horse Club', 'Experience Princess Horse Club for free, an addictive equestrian adventure game! Embark on a journey with six beautiful princesses and explore magical horse farms and mysterious realms. The horses are adorable and intelligent, and your mission is to establish a close bond with them by completing various fun tasks. Train your horses, participate in competitions, solve puzzles, and team up with other princesses. Princess Horse Club will bring you a joyful and surprising world!', 'https://img.gamemonetize.com/7twz0vu9unrvw9sm1ys2439j647risg7/512x384.jpg', 'https://html5.gamemonetize.com/7twz0vu9unrvw9sm1ys2439j647risg7/', '0', 'Girls', 0, 0, '', 'princes-horse-club'), (1475, 'Join Clash Color Button', 'Color Button is a unique and exciting game that keeps you entertained from start to finish. Your goal is to choose the right door and safely reach the end. In the game, you have to face various challenges and make flexible strategies. Behind each door, there might be a surprise or an enemy. You have to be careful and clever to avoid obstacles. You can also team up with your partners to fight against the enemies that are hiding. Using teamwork, you can outsmart your opponents and win. Color Button is a thrilling and twisty game that tests your choices and judgment skills. Can you make it to the end and beat the enemies? Come and try it out!', 'https://img.gamemonetize.com/5p0e6629cm0c227ienk6jsiv6puykqnf/512x384.jpg', 'https://html5.gamemonetize.com/5p0e6629cm0c227ienk6jsiv6puykqnf/', '0', 'Puzzles', 0, 0, '', 'join-clash-color-button'), (1476, 'Design With Me Fall Sweater', 'Welcome to Design With Me Fall Sweater. Princess Elsa, Anna, and Ariel are the best friends who love more to do creative. For this Autumn they planning to create and design their own fall sweater. Help the girls to pick and design a perfect sweater. Play and have fun!', 'https://img.gamemonetize.com/todsmntefxk0j9i3h5jzsyc3ps2kt49y/512x384.jpg', 'https://html5.gamemonetize.com/todsmntefxk0j9i3h5jzsyc3ps2kt49y/', '0', 'Girls', 0, 0, '', 'design-with-me-fall-sweater'), (1477, 'TankBattle 2 Player', 'Are you ready for the battle of tanks? Its duel time, the tanks are going to war. Two enemies must defeat each other. The player who maneuvers the fastest and the best wins. You fire first and destroy the enemy tank. Be the best player to defeat your opponent. Fight against your friend and defeat them.', 'https://img.gamemonetize.com/6iozl4kuor3xettbokhiadh8fcxai1pv/512x384.jpg', 'https://html5.gamemonetize.com/6iozl4kuor3xettbokhiadh8fcxai1pv/', '0', 'Action', 0, 0, '', 'tankbattle--player'), (1478, 'Ninja Ghost', 'Ninja Ghost immerses you in the world of a ninja on a mission to confront notorious bandit leaders. Prepare to be captivated by the smooth ninja controls, including Slow Motion moves, and the dynamic gameplay. Your primary objective is to take down these formidable bosses, and whether you choose to eliminate their entire team or opt for a more peaceful approach is entirely up to you. In this game, youll step into the shoes of an unparalleled, elusive, incredibly agile, and mighty master of melee combat. Website Developer <a href=\'https://www.game-plays.com\'>https://www.game-plays.com</a>', 'https://img.gamemonetize.com/mumwz453w0wt583is22yzet2fhwla4je/512x384.jpg', 'https://html5.gamemonetize.com/mumwz453w0wt583is22yzet2fhwla4je/', '0', 'Arcade', 0, 0, '', 'ninja-ghost'), (1479, 'Classic chess', 'Classic chess is a two-player board game played on a chessboard with 64 squares arranged in rows of an 8x8 grid. Each player starts with 16 pieces: including a king, one queen, two knights, two rooks, two bishops and eight pawns. The goal of this chess game is to checkmate the opponents king, putting him in imminent danger of being captured. The game can be played with artificial intelligence or together with another person on the same device. The game also has the ability to solve chess problems.', 'https://img.gamemonetize.com/4ntoq6issim7yfpyk52gtf7v8dowre4s/512x384.jpg', 'https://html5.gamemonetize.com/4ntoq6issim7yfpyk52gtf7v8dowre4s/', '0', 'Puzzles', 0, 0, '', 'classic-chess'), (1480, 'Kids Summer Ice Desserts', 'Indulge in the ultimate frozen delight with Kids Summer Ice Desserts! Immerse yourself in a world of deliciousness and have endless hours of fun with this addictive collection of ice cream-themed games. Enjoy a variety of gameplay modes, vibrant graphics, and fantastic challenges that will keep you entertained.', 'https://img.gamemonetize.com/ims9luyymdruymgjvgqh9d89cfubc4qo/512x384.jpg', 'https://html5.gamemonetize.com/ims9luyymdruymgjvgqh9d89cfubc4qo/', '0', 'Girls', 0, 0, '', 'kids-summer-ice-desserts'), (1481, 'Duck X Target', 'The pond is a great habitat for friendly ducks, but it was captured by evil brethren and marine life. Armed with a gun, shoot at moving targets, but be careful! The faster and more accurately you shoot, the more the time scale will be maintained, which will allow you to score more points. Help your feathered friends protect the pond and bring calm back to it in the shooting gallery Ducks-Target!', 'https://img.gamemonetize.com/gk1cs8aguuwgkv289io14c6oir3qpvel/512x384.jpg', 'https://html5.gamemonetize.com/gk1cs8aguuwgkv289io14c6oir3qpvel/', '0', 'Puzzles', 0, 0, '', 'duck-x-target'), (1482, 'Infinite Blocks', 'Join the battle against the advancing block army in Infinite Blocks. Defend your base by strategically eliminating rows of blocks with precision shots. Can you withstand the relentless assault and achieve the highest score? Challenge your skills and test your endurance in this action-packed adventure!', 'https://img.gamemonetize.com/yicypspzteeu2d06qfbr8o62nc9zsbu3/512x384.jpg', 'https://html5.gamemonetize.com/yicypspzteeu2d06qfbr8o62nc9zsbu3/', '0', 'Shooting', 0, 0, '', 'infinite-blocks'), (1483, 'Cross Kicks', 'Cross Kicks (Crossword Kicks) is a fun interactive Crossword Puzzle game aimed to save players money on luxurious shoes, courtesy of 5Ps Footwear. Players must complete a series of crossword puzzles to win money-saving coupons towards the shoes.', 'https://img.gamemonetize.com/qn5o1plhg4s7y6p9wsmspczthx00cgnz/512x384.jpg', 'https://html5.gamemonetize.com/qn5o1plhg4s7y6p9wsmspczthx00cgnz/', '0', 'Puzzles', 0, 0, '', 'cross-kicks'), (1484, 'Dora find differences', 'Find all the seven differences in Dora find differences. Discover all differences and click on them to. When all images are discovered the level will be complete. You can click on the wrong images three times then the game will be over.', 'https://img.gamemonetize.com/rywu6jozoph54jufez7n6t9v4boxu40s/512x384.jpg', 'https://html5.gamemonetize.com/rywu6jozoph54jufez7n6t9v4boxu40s/', '0', 'Puzzles', 0, 0, '', 'dora-find-differences'), (1485, 'Card Memory Match', 'Card Memory Match', 'https://img.gamemonetize.com/2mgeccmvxbmgw5nkk2mvrvsry7ennecj/512x384.jpg', 'https://html5.gamemonetize.com/2mgeccmvxbmgw5nkk2mvrvsry7ennecj/', '0', 'Puzzles', 0, 0, '', 'card-memory-match'), (1486, 'Barbie Match Master', 'Play as your favorite Barbie characters in this exciting match-3 puzzle game, Barbie Match Master! Remove tiles from play by making sets of three or more of the same kind. Youll get access to more playable characters and levels as you make your way through the game. Moreover, you may compete with your friends to see who can achieve the highest score.', 'https://img.gamemonetize.com/1xrjdtyrktyk0kn1441nu93wpw01liyc/512x384.jpg', 'https://html5.gamemonetize.com/1xrjdtyrktyk0kn1441nu93wpw01liyc/', '0', 'Puzzles', 0, 0, '', 'barbie-match-master'), (1487, 'Battle Warship Arena', 'Battle Warship Arena is a thrilling 2D naval combat game that lets you command your own warship and blast away enemy ships. You can choose from five different ships and five unique captains, each with their own skills and abilities. You can also upgrade your warship&rsquo;s firepower, armor, speed, and more. To win each level, you need to destroy all enemy ships while staying within the red circle. If you go outside the circle, your warship will take constant damage until it sinks. Battle Warship Arena is a fun and challenging game that will test your strategic skills and reflexes. Are you ready to rule the seas?', 'https://img.gamemonetize.com/lvpy2a5xbyd2xj8h5oeqzspfevjiuy15/512x384.jpg', 'https://html5.gamemonetize.com/lvpy2a5xbyd2xj8h5oeqzspfevjiuy15/', '0', 'Boys', 0, 0, '', 'battle-warship-arena'), (1488, 'Duo Nether', 'Things are getting even tougher in the second part of the series, so are you up for this adventure? The adventure is getting increasingly difficult. There are monsters and traps everywhere. Tell your friend right away and join this adventure. Remember, youre in for an even more challenging adventure. Steve and Alex are now stronger with their swords. You must be high off the ground to throw the sword. Jump-Throw the sword and kill all the enemies. Collect all the white bone dust stones. Open the chests and both of you reach the door.', 'https://img.gamemonetize.com/ge1c2bm02dldn7ted5bibt7q720kucn3/512x384.jpg', 'https://html5.gamemonetize.com/ge1c2bm02dldn7ted5bibt7q720kucn3/', '0', 'Arcade', 0, 0, '', 'duo-nether'), (1489, 'Uno Multiplayer', 'Uno Multiplayer is an exhilarating digital adaptation of the classic card game that brings friends and family together for hours of fun. Challenge your strategic thinking and card-playing skills as you compete against players from around the world. Whether youre looking for a quick match or an epic showdown, Uno Multiplayer offers various modes and customizable rules to suit your style. With vibrant visuals and seamless online play, its the perfect way to connect, strategize, and enjoy the timeless Uno experience with players across the globe. Website Developer <a href=\'https://www.coolcrazygames.com/\'>https://www.coolcrazygames.com/</a>', 'https://img.gamemonetize.com/ibja5jflqdvaolwh7frjlvjxcut2b6ev/512x384.jpg', 'https://html5.gamemonetize.com/ibja5jflqdvaolwh7frjlvjxcut2b6ev/', '0', 'Arcade', 0, 0, '', 'uno-multiplayer'), (1490, 'Hamburger Cooking Game', 'Welcome to the delightful and addictive Hamburger Cooking Game! Unleash your inner chef and embark on a culinary adventure like no other. Cook, decorate, and serve scrumptious hamburgers to satisfy the cravings of your customers. Engage in a fun-filled cooking experience while improving your culinary skills. Lets dive into the details of this exciting hamburger game!', 'https://img.gamemonetize.com/1hy918k1utcb0lcd14skyyzc1896gh6b/512x384.jpg', 'https://html5.gamemonetize.com/1hy918k1utcb0lcd14skyyzc1896gh6b/', '0', 'Girls', 0, 0, '', 'hamburger-cooking-game'), (1491, 'Super Ball Collect HTML5', 'An easygoing brain-teaser where your mission is to land all the passengers safely. It appears straightforward but offers surprising depth. Enjoy a wide range of levels while honing your mental agility and having a great time. Website Developer <a href=\'https://www.crazygamesonline.com\'>https://www.crazygamesonline.com</a>', 'https://img.gamemonetize.com/nn8ess1wgmxuksnfqh0yd6l6jhc5s573/512x384.jpg', 'https://html5.gamemonetize.com/nn8ess1wgmxuksnfqh0yd6l6jhc5s573/', '0', 'Hypercasual', 0, 0, '', 'super-ball-collect-html'), (1492, 'Twerk Rush', 'You must run and gain weight in this entertaining game to fight for the twerk champion title! Only the fearless and confident players go for it! Pay attention and march on the treadmill! Lets show everyone how performing this kind of popular dance can be enjoyable!', 'https://img.gamemonetize.com/n2i6wkl05emm6mg3i589nnxoaa9uivwx/512x384.jpg', 'https://html5.gamemonetize.com/n2i6wkl05emm6mg3i589nnxoaa9uivwx/', '0', 'Arcade', 0, 0, '', 'twerk-rush'), (1493, 'Need for Race', 'Are you ready to accept the speed challenge and show everyone that you are a real racer without fear? Its time to come to the start of the race and drive as much as possible by car, avoiding collisions and not flying off the track! Rearrange between lanes, perform extreme detours and do everything possible to continue moving forward. The longer you can continue the race without collisions, the higher your speed will be and the higher the maximum record.', 'https://img.gamemonetize.com/mb8kyh2eioqmmh42g3tw8tkk98yl6h7y/512x384.jpg', 'https://html5.gamemonetize.com/mb8kyh2eioqmmh42g3tw8tkk98yl6h7y/', '0', 'Racing', 0, 0, '', 'need-for-race'), (1494, 'Ben10 Jigsaw Puzzle', 'Train your brain with Ben 10 Aliens. Solve the puzzle with 5 Bens aliens pictures, 4x4 of tiles. No time limit, you can solve the puzzle at your own pace. Fun and awesome pictures of bens aliens are waiting to be solved.', 'https://img.gamemonetize.com/qacvml1er153n36mbuowjp9ex0p20fte/512x384.jpg', 'https://html5.gamemonetize.com/qacvml1er153n36mbuowjp9ex0p20fte/', '0', 'Puzzles', 0, 0, '', 'ben-jigsaw-puzzle'), (1495, 'Tanks Counteroffensive', 'You control a tower with cannons and machine guns. Enemy troops are on the offensive. Try to stop them as soon as possible, when they come closer they will not leave you a chance.', 'https://img.gamemonetize.com/yytlybvqzcrfx0mh4igk52l3qf35o4z7/512x384.jpg', 'https://html5.gamemonetize.com/yytlybvqzcrfx0mh4igk52l3qf35o4z7/', '0', 'Shooting', 0, 0, '', 'tanks-counteroffensive'), (1496, 'Grimace Shake Jump', 'Welcome to Grimace Shake Jump Choose your Favorite Character normal or santa grimace and jump to get the highest score. Collect purple shake and Avoid the enemies. good luck!', 'https://img.gamemonetize.com/6idmk00oe4noat3yz62ancc6llnogptc/512x384.jpg', 'https://html5.gamemonetize.com/6idmk00oe4noat3yz62ancc6llnogptc/', '0', 'Arcade', 0, 0, '', 'grimace-shake-jump'), (1497, 'Grimace Shake Slide', 'Welcome to Grimace Shake Slide! Tap and slide light and right or hold mouse click to control the paddle. Dont Let the grimace creatures fall into the purple lava. Send all grimaces to the tubes to make them fall into the juicy pool. Can you get the highest score?', 'https://img.gamemonetize.com/1a8pz1adof4au8o5up62cj94urkvpehd/512x384.jpg', 'https://html5.gamemonetize.com/1a8pz1adof4au8o5up62cj94urkvpehd/', '0', 'Hypercasual', 0, 0, '', 'grimace-shake-slide'), (1498, 'Pumpkin Hunt', 'The game challenges players to test their aiming and reflexes by shooting pumpkins . Its a simple yet addictive game.The main objective of Pumpkin Hunt is to shoot down pumpkins as they appear on the screen.', 'https://img.gamemonetize.com/2m1c5vmtlw1bl9fa5sdorbrtcqi359f5/512x384.jpg', 'https://html5.gamemonetize.com/2m1c5vmtlw1bl9fa5sdorbrtcqi359f5/', '0', 'Shooting', 0, 0, '', 'pumpkin-hunt'), (1499, 'Pumpkin Roll', 'The winter season is coming and Mr. Pumpkin needs help to find all missing Gifts! So help Mr. Pumpkin to find all the missing Christmas Gifts! enjoy this fantastic game in a Christmas/Halloween atmosphere. Spin Mr. Pumpkini, avoid obstacles and dangers and travel through three different worlds to recover all the missing Gifts. Enjoy Halloween season with this great puzzle cool game!', 'https://img.gamemonetize.com/kpkwznlr3v2q330ejqo3obmilblij9ou/512x384.jpg', 'https://html5.gamemonetize.com/kpkwznlr3v2q330ejqo3obmilblij9ou/', '0', 'Puzzles', 0, 0, '', 'pumpkin-roll'), (1500, 'Skibidi Defender', 'Skibidi Defender is an action-packed unity script game that combines article rewriting fun with thrilling gameplay! In this unique twist on tower defense, youll rewrite articles to defend your kingdom from invading monsters. Unleash your creativity to craft powerful spells and strategically rewrite the narrative to outwit your foes. With stunning visuals and engaging storytelling, Skibidi Defender offers an immersive experience like no other. Can you defend your realm by rewriting destiny? Challenge your skills in this captivating adventure today! Website Developer <a href=\'https://www.brightygames.com/\'>https://www.brightygames.com/</a>', 'https://img.gamemonetize.com/0h75k53x199vbiufq4mcxrmwk8htbje4/512x384.jpg', 'https://html5.gamemonetize.com/0h75k53x199vbiufq4mcxrmwk8htbje4/', '0', 'Arcade', 0, 0, '', 'skibidi-defender'), (1501, 'Drive and Crash', 'Drive and Crash&rdquo; is a car derby racing game where your goal is to destroy your opponents cars in order to win and score a record number of points for the damage done. Choose a car and get ready for a ruthless battle. You will have access to several arenas surrounded by crazy racers, where everyone strives to destroy anyone who gets in his way. Bite into your tires into the asphalt in the parking lot or race track and stop at nothing! Become the best striker on the football field and a dangerous racer in the gorge. Hone your driving skills by dodging attacks and delivering a decisive blow until you become the last survivor of the race!', 'https://img.gamemonetize.com/qbz49sidaq5d3mvkb1mr0siheeehfuwi/512x384.jpg', 'https://html5.gamemonetize.com/qbz49sidaq5d3mvkb1mr0siheeehfuwi/', '0', 'Racing', 0, 0, '', 'drive-and-crash'), (1502, 'Cooking in the City of Winds', 'Welcome to the City of Winds. The culinary festival starts here today! Participants came from all over the magical land to prepare their favorite dishes and delight the citizens. Try your hand at making smooth pudding, tapioca bubble tea and the famous Hocus-Pocus marmalade dessert. This is simply heaven for those with a sweet tooth. Don&rsquo;t forget that the dish should not only be tasty, but also beautiful. Use your cooking skills to decorate the dish as elegantly as possible. And victory will be yours!', 'https://img.gamemonetize.com/5wvdtuii9dhs09i16xse6to6oga3zwvt/512x384.jpg', 'https://html5.gamemonetize.com/5wvdtuii9dhs09i16xse6to6oga3zwvt/', '0', 'Girls', 0, 0, '', 'cooking-in-the-city-of-winds'), (1503, 'Five Nights at Shreks Hotel', 'After selling your house and relocating to a different city, you find yourself in need of a new place to stay. While youre gainfully employed, you havent yet accumulated enough funds to purchase a new home. As a temporary solution, youve chosen to spend five nights at Greks hotel in the hopes of saving up the necessary funds. Grek, the hotel manager, seems like a decent person, but theres something noticeably amiss about him. Website Developer <a href=\'https://www.kizi10.org\'>https://www.kizi10.org</a>', 'https://img.gamemonetize.com/90npw9ketxil8j0c5vfuxcwv67djgita/512x384.jpg', 'https://html5.gamemonetize.com/90npw9ketxil8j0c5vfuxcwv67djgita/', '0', 'Action', 0, 0, '', 'five-nights-at-shreks-hotel'), (1504, 'Tricky Picture Puzzle', 'Welcome to Tricky Pucture Puzzle - Tricky Test - top fun thinking and brain-up games! Tricky Test is an addictive free tricky puzzle game with a series of tricky brain teasers. This funny brain game can evaluate your logical thinking ability, reflexes, accuracy, memory, and creativity with different riddles. Moreover, Brain Puzzle can make your brain explode and bring you new brain-pushing experiences. You can enjoy yourself with your friends with this addictive brain game. Do you have the puzzle skills to solve the trickiest riddles? Is your brain capable of finding clues?', 'https://img.gamemonetize.com/235f92v3kws8bvoy3e7761cbs11xyt8w/512x384.jpg', 'https://html5.gamemonetize.com/235f92v3kws8bvoy3e7761cbs11xyt8w/', '0', 'Puzzles', 0, 0, '', 'tricky-picture-puzzle'), (1505, 'Garten of Banban Obby', 'Obby must survive the Garden of Banban monsters. There are two different tasks available: you can either help Obby on your own or team up with two friends to assist Obby and Nooby. Collect all the gold coins and buy the most beautiful costumes for yourselves. Become the owners of super cool costumes. While escaping, never look back. The monster is right behind you, dont stop running. Run from the monster.', 'https://img.gamemonetize.com/7nln2mvl8552ar0htsvknhrdqg4yg9xo/512x384.jpg', 'https://html5.gamemonetize.com/7nln2mvl8552ar0htsvknhrdqg4yg9xo/', '0', '2 Player', 0, 0, '', 'garten-of-banban-obby'), (1506, '1001 Arabian Nights', 'Get ready for an enchanting journey in 1001 Arabian Nights. The sands of this legendary desert are full of magic, mystery, and much more! Ali Baba and the Forty Thieves, Aladdins Lamp, and The Fisherman and the Genie are just a few of the stories waiting for you in this match-3 game that was inspired by One Thousand and One Nights, the famous collection of fairy tales from the Middle East. They will gradually unfold as you match the identical tiles on the board in each challenging level.', 'https://img.gamemonetize.com/rd70fy18ke65ge0d6ygek4wyvsfilq74/512x384.jpg', 'https://html5.gamemonetize.com/rd70fy18ke65ge0d6ygek4wyvsfilq74/', '0', 'Puzzles', 0, 0, '', '-arabian-nights'), (1507, 'Bricks Deluxe', 'In this interesting puzzle game, your job is to match three or more bricks to eliminate them and fill their colour meter. Fill all meters within the allowed time to proceed to the next level.', 'https://img.gamemonetize.com/fmp348s6n8jbnqqmfbypuumtj7i2mrih/512x384.jpg', 'https://html5.gamemonetize.com/fmp348s6n8jbnqqmfbypuumtj7i2mrih/', '0', 'Puzzles', 0, 0, '', 'bricks-deluxe'), (1508, 'T20 Cricket', 'Come and join the T20 cricket game! It takes place in a busy stadium with excited fans. The game is played on a green field. Pick the Bangladesh cricket team and show off your amazing skills and strategies. In this game, the bowler runs quickly towards the wicket and throws the ball fast. You have to play the role of the batsman and have to react quickly and either defend the ball or hit it hard. Showcase your cricket skills in front of others in your group.', 'https://img.gamemonetize.com/3tgpavmaczut7bt1k4wgjkj09wco7s06/512x384.jpg', 'https://html5.gamemonetize.com/3tgpavmaczut7bt1k4wgjkj09wco7s06/', '0', 'Sports', 0, 0, '', 't-cricket'), (1509, 'Pop the Balloons Game', 'Use the cannon to aim and shoot to pop the balloons. This game has two parts. In the first part you are training to use the cannon and youll need to pop a series of randomly placed balloons. In the second part of the game youll also use the cannon, but youll be shooting hot air balloons instead of regular balloons. The second part of the game has unlimited cannon balls. If more than 5 hot air balloons get past you its game over.', 'https://img.gamemonetize.com/5s27e3yuzg6ibsyyyj1ynk8744isehu2/512x384.jpg', 'https://html5.gamemonetize.com/5s27e3yuzg6ibsyyyj1ynk8744isehu2/', '0', 'Arcade', 0, 0, '', 'pop-the-balloons-game'), (1510, 'Merge Room', 'Merge Room is an addictive mobile game where players are tasked with filling a room with objects. The concept of the game is simple yet challenging, as players must merge objects together in order to make them grow and fill up the room. The game begins with a small, empty room and a few small objects scattered around. As players merge these objects together, they will grow in size and fill up more of the room. The larger the objects become, the more points the player will earn. Website Developer <a href=\'https://www.gamesmunch.com/\'>https://www.gamesmunch.com/</a>', 'https://img.gamemonetize.com/ctu798dfdum75hgsv7l34gpc9ainsji4/512x384.jpg', 'https://html5.gamemonetize.com/ctu798dfdum75hgsv7l34gpc9ainsji4/', '0', 'Girls', 0, 0, '', 'merge-room'), (1511, 'Racing Truck Difference', 'Car racing is a fascinating sight, but it is especially interesting when heavy vehicles - trucks, are accepted in competitions. To manage such engines, skills are required and our riders definitely have them. Otherwise, we would not get such colorful and interesting photos that are now in our game Racing Truck Differences. We specifically selected some of the most impressive ones and suggest you find the differences between pairs of almost identical frames. Search time is limited, the scale will move down, steadily decreasing. Website Developer <a href=\'https://speedcargames.com/\'>https://speedcargames.com/</a>', 'https://img.gamemonetize.com/5pgr9c4ixjctg8lju3bul1y900urn4dh/512x384.jpg', 'https://html5.gamemonetize.com/5pgr9c4ixjctg8lju3bul1y900urn4dh/', '0', 'Puzzles', 0, 0, '', 'racing-truck-difference'), (1512, 'Grimace Blocks', 'Welcome to Grimace Blocks physics puzzle game. Tap or click on wooden blocks to eleminate them but remember to leave grimace sitting on 1 block and dont let him fall on the grass. Have fun unlocking more than 40 challenging levels! Website Developer <a href=\'https://vodogame.com/\'>https://vodogame.com/</a>', 'https://img.gamemonetize.com/nxjq2ij1aliq4tfwfwkeire8h7qnrlm7/512x384.jpg', 'https://html5.gamemonetize.com/nxjq2ij1aliq4tfwfwkeire8h7qnrlm7/', '0', 'Clicker', 0, 0, '', 'grimace-blocks'), (1513, 'Jumping Zombies', 'Jumping Zombies is an action-packed game where players must navigate through platforms and shoot at hordes of relentless zombies. The objective of the game is to survive as long as possible while eliminating as many zombies as you can. As a player, you will control a character who can jump from platform to platform. Your character is equipped with powerful weapons to shoot down the approaching zombies. These zombies will constantly come towards you, threatening to overwhelm you if youre not quick enough. Website Developer <a href=\'https://www.g8-games.com/\'>https://www.g8-games.com/</a>', 'https://img.gamemonetize.com/zn3hokr5a09fr1fyt43hv2uql233c2fb/512x384.jpg', 'https://html5.gamemonetize.com/zn3hokr5a09fr1fyt43hv2uql233c2fb/', '0', 'Arcade', 0, 0, '', 'jumping-zombies'), (1514, 'Barbiemania', 'Experience the ultimate makeup adventure with Barbiemania! Join the iconic doll, Ellie, and create stunning looks for three occasions. Lets dive into the magical world of Barbiemania and unleash your inner stylist!', 'https://img.gamemonetize.com/wdeki0lf306m9z07slrsasu6idpi20gm/512x384.jpg', 'https://html5.gamemonetize.com/wdeki0lf306m9z07slrsasu6idpi20gm/', '0', 'Girls', 0, 0, '', 'barbiemania'), (1515, 'Candy Match Sagas 2', 'Enjoy the adventure in the magic world of Candy Match Sagas 2. Immerse yourself in an exciting Match 3 game Secuel with many levels and excellent graphics. Help the little Witch to solve all the Match 3 puzzles and escape from the magic world using your skills, and amazing power-ups to complete the levels. Website Developer <a href=\'https://kiz10.com\'>https://kiz10.com</a>', 'https://img.gamemonetize.com/o2bv4nu33660pv8v0zgh4u1zzw6eylge/512x384.jpg', 'https://html5.gamemonetize.com/o2bv4nu33660pv8v0zgh4u1zzw6eylge/', '0', 'Hypercasual', 0, 0, '', 'candy-match-sagas-'), (1516, 'Flyway Duo Race', 'A Duo Race is beginning on the Flying Way by controlling casual-style cars in two player game mode! The main goal at this race is to get to the longest distance with your car. During your journey, you can collect the diamonds on your way. The diamonds will let you buy new cars on the shop menu. Jump over the ramps, fly as long as you can, and avoid obstacles on your way. Let the race begin!', 'https://img.gamemonetize.com/mh65e8hirrffgngxcndtz9pmufz7lecv/512x384.jpg', 'https://html5.gamemonetize.com/mh65e8hirrffgngxcndtz9pmufz7lecv/', '0', 'Racing', 0, 0, '', 'flyway-duo-race'), (1517, 'Number Merging', 'Number Merging is a captivating puzzle game that challenges your math skills and strategic thinking. In this thrilling adventure, youll combine matching numbers to create larger ones, all while racing against the clock. With progressively challenging levels and mind-boggling combinations, Number Merging will keep you on the edge of your seat. Can you reach the ultimate number and become the merging master? Dive into this addictive gameplay experience and test your numerical prowess today!', 'https://img.gamemonetize.com/yutt95fb86hp25arljr02769y12jyrve/512x384.jpg', 'https://html5.gamemonetize.com/yutt95fb86hp25arljr02769y12jyrve/', '0', 'Arcade', 0, 0, '', 'number-merging'), (1518, 'Grimace Memory Challenge', 'Welcome to the Whimsical World of Grimace Memory Challenge &ndash; Where Memories Come to Play! Attention, memory maestros, and playful minds of all ages! Prepare to be dazzled, amused, and utterly captivated by the enchanting realm of Grimace Memory Challenge, the memory game that promises not just fun, but a memory-boosting extravaganza for kids and adults alike! Play around and have fun!', 'https://img.gamemonetize.com/lrd0vs35bwczsuktmt41bdcicydx02tl/512x384.jpg', 'https://html5.gamemonetize.com/lrd0vs35bwczsuktmt41bdcicydx02tl/', '0', 'Puzzles', 0, 0, '', 'grimace-memory-challenge'), (1519, 'Tank Mazes', 'Our intelligence learned about the enemys counter offensive. The general ordered you to defend the base at all costs! At your disposal are several modifications of our best tank, as well as the latest support technologies, such as: point bombing, energy shield, time stop and others. Our main forces have already been pulled together in other directions, so you, as the best tank commander, are tasked with defending the base alone, but you can take a partner with you and face the approaching enemies together.', 'https://img.gamemonetize.com/u7ifgv57bzjgdf04c9py88u1msn0a6fk/512x384.jpg', 'https://html5.gamemonetize.com/u7ifgv57bzjgdf04c9py88u1msn0a6fk/', '0', 'Arcade', 0, 0, '', 'tank-mazes'), (1520, 'Word Picture Guesser', 'Word Picture Guesser is a brain-teasing word game that pushes your vocabulary and deduction skills to the limit. Immerse yourself in a world of visual riddles and cryptic imagery, where you must decipher the hidden words. Each level presents a unique challenge, blending art and language in a thrilling guessing game. Can you decode the clues and unveil the words concealed within the pictures? Prepare for a captivating journey of linguistic discovery as you tackle the enigmatic puzzles of Word Picture Guesser!', 'https://img.gamemonetize.com/7g01u7rx3gqhfgicvvsnd1pvl3rfhgti/512x384.jpg', 'https://html5.gamemonetize.com/7g01u7rx3gqhfgicvvsnd1pvl3rfhgti/', '0', 'Arcade', 0, 0, '', 'word-picture-guesser'), (1521, 'Hunter Steve', 'Hunter Steven needs to hunt down all the monsters. Take your weapon and hunt down all the monsters. Be careful, some monsters are stronger, and its harder to kill them. But, of course, you can buy a more powerful weapon and kill them all. Go to the store, get a stronger weapon, and hunt down all the monsters.', 'https://img.gamemonetize.com/852ewedojj3c6omk2fwf07mccv01pb0b/512x384.jpg', 'https://html5.gamemonetize.com/852ewedojj3c6omk2fwf07mccv01pb0b/', '0', 'Adventure', 0, 0, '', 'hunter-steve'), (1522, 'Cute Avatar Creator', 'Dress up the adorable doll with trendy outfits and accessories in Cute Avatar Creator. Create unique looks, customize facial features, and enjoy fun mini-games. Express your fashion sense and immerse yourself in this delightful dress-up experience.', 'https://img.gamemonetize.com/lp29ivk1p7duplbgqgo9zfmaelzq01pi/512x384.jpg', 'https://html5.gamemonetize.com/lp29ivk1p7duplbgqgo9zfmaelzq01pi/', '0', 'Girls', 0, 0, '', 'cute-avatar-creator'), (1523, 'Klondike Solitaire Turn 3', 'A classic solitaire game where you draw cards 3 by 3. You must rebuild the 4 suits to win the game.', 'https://img.gamemonetize.com/qutgfp3mfdom5gac7ga9vbhjys6rpx0o/512x384.jpg', 'https://html5.gamemonetize.com/qutgfp3mfdom5gac7ga9vbhjys6rpx0o/', '0', 'Puzzles', 0, 0, '', 'klondike-solitaire-turn-'), (1524, 'Zombie Survivor', 'Zombie Survivor immerses you in the heart-pounding world of a post-apocalyptic zombie outbreak. The game offers intense action as you navigate through increasingly challenging levels, each infested with swarms of the undead. Your characters movements are smooth and responsive, making it easy to dodge incoming threats and line up precise shots. As you progress, youll face a variety of zombie types, each with its own unique abilities and challenges. Its a test of your survival skills and sharpshooting accuracy.', 'https://img.gamemonetize.com/74graul7w2wrhnb7m18nshiacptvyp6m/512x384.jpg', 'https://html5.gamemonetize.com/74graul7w2wrhnb7m18nshiacptvyp6m/', '0', 'Arcade', 0, 0, '', 'zombie-survivor'), (1525, 'Racing Horizon', 'Racing Horizon is a 3D and unlimited racing game in which you race consistently in highway traffic with your super-powerful car. The game contains various sport car models and various upgrade options. You can start a very long highway racing career or you can drive on an endless map. You can also join a police chase mission. Various highway racing maps and various cars and game modes are waiting for you! Lets go!', 'https://img.gamemonetize.com/qgb6n2r17f8b3a5gvf0lf1mncx6fzd2e/512x384.jpg', 'https://html5.gamemonetize.com/qgb6n2r17f8b3a5gvf0lf1mncx6fzd2e/', '0', 'Racing', 0, 0, '', 'racing-horizon'), (1526, 'Cowboy vs Skibidi Toilets', 'Cowboy vs Skibidi Toilets is a shooting game set in wild west where you play as cowboy and your mission is to shoot all skibidi toilets using different weapons, try to survive each round to unlock new guns.', 'https://img.gamemonetize.com/pdsguzyx3xhl0dekvbdi132bw3hzj44t/512x384.jpg', 'https://html5.gamemonetize.com/pdsguzyx3xhl0dekvbdi132bw3hzj44t/', '0', 'Shooting', 0, 0, '', 'cowboy-vs-skibidi-toilets'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (1527, 'Rotating Skibidi', 'Rotating Skibidi is a unique platform puzzle game where you rotate the world to guide Skibidi Toilet to his lost stars. This is a great puzzle game with 40 challenge levels, push your logical brain abilities to the limit! Product feature bullets: &bull; Skibidi on board! &bull; 40 different levels! &bull; Very Fun for children! &bull; Brain training for whole family! &bull; Cute graphics! &bull; Precise game physics! &bull; Great sounds!', 'https://img.gamemonetize.com/9m3r72xa9pfh0p9iij0ra99k4zw83wts/512x384.jpg', 'https://html5.gamemonetize.com/9m3r72xa9pfh0p9iij0ra99k4zw83wts/', '0', 'Puzzles', 0, 0, '', 'rotating-skibidi'), (1528, 'Street Food Maker', 'In this game, players become street food chefs and embark on a delicious culinary journey. They can choose from a variety of mouthwatering dishes from different cuisines. With a wide range of ingredients and toppings to choose from, players can customize their creations to suit their tastes. As they progress through the game, players can unlock new recipes and upgrade their cooking skills. With its vibrant visuals and intuitive gameplay, Street Food Maker offers a delightful experience for food enthusiasts and aspiring chefs. So, put on your apron and get ready to satisfy your virtual customers cravings!', 'https://img.gamemonetize.com/5tju4dsyyqqp4h5ahepsehhyy8p0cen4/512x384.jpg', 'https://html5.gamemonetize.com/5tju4dsyyqqp4h5ahepsehhyy8p0cen4/', '0', 'Girls', 0, 0, '', 'street-food-maker'), (1529, 'Highschool Mean Girls 2', 'The mean girls are back to school, this time in a brand-new formula. You can join them in our online dress-up game for girls called Highschool Mean Girls 2 and help them style up their looks for the first day of school. Get it started, and have a great time creating jaw-dropping outfits for these 2 groups of BFFs competing in the high school fashion challenge. Only one group will be the next fashion queen, but who will be our winners? The supermodels or the singers? Website Developer <a href=\'https://prinxy.app/\'>https://prinxy.app/</a>', 'https://img.gamemonetize.com/1qluass32ki9daii7fdbu9f3q16or2ff/512x384.jpg', 'https://html5.gamemonetize.com/1qluass32ki9daii7fdbu9f3q16or2ff/', '0', 'Girls', 0, 0, '', 'highschool-mean-girls-'), (1530, 'Ragdoll Step', 'Ragdoll Step is an exciting physics-based adventure that will test your reflexes and creativity. Step into a whimsical world where you control a lovable ragdoll character on a quest to navigate treacherous obstacles. With precise timing and clever moves, guide your ragdoll through challenging levels filled with traps, puzzles, and surprises. Whether youre leaping through the air or wobbling your way to victory, Ragdoll Step offers hours of hilarious and addictive gameplay. Get ready to step into a world where every move counts in this thrilling ragdoll escapade!', 'https://img.gamemonetize.com/9zbxubkl0wk2zbpe2jrblcqwmqi71faa/512x384.jpg', 'https://html5.gamemonetize.com/9zbxubkl0wk2zbpe2jrblcqwmqi71faa/', '0', 'Adventure', 0, 0, '', 'ragdoll-step'), (1531, 'Archery Of The King', 'Stickman Archery Master - Archer Puzzle Warrior Be an Archer Hero (Arc-hero) and join the battle. Fight enemies, shoot em up and become an archer legend. In an Upsiverse, where everything is illogical, your archer hero - Stickman must survive in a chaos world - ruled by stick enemy, zombies and shadow bosses. All you have is a classic bow, and you need to train yourself to be master with that weapon. But more levels you passed, more legend weapons you could find, and more mystical arrows you could discover on your way.', 'https://img.gamemonetize.com/4s4o3psr9a6rgx1hwiwinaimpdbnrd8r/512x384.jpg', 'https://html5.gamemonetize.com/4s4o3psr9a6rgx1hwiwinaimpdbnrd8r/', '0', 'Arcade', 0, 0, '', 'archery-of-the-king'), (1532, 'Grimace Matching', 'Grimace Matching is a fast-paced color-matching game where you must pair Grimaces based on their hues. Swipe to connect matching Grimaces . With vibrant visuals and quick thinking required, its a fun and addictive challenge for players of all ages!', 'https://img.gamemonetize.com/5tg5veqg430p06bpuhm5awkis3g0f6ue/512x384.jpg', 'https://html5.gamemonetize.com/5tg5veqg430p06bpuhm5awkis3g0f6ue/', '0', 'Puzzles', 0, 0, '', 'grimace-matching'), (1533, 'Grimace Jumper', 'Welcome to Grimace Jumper Game! Tap or click to jump and try to get a high score. Be careful and do not fall from edges. Can you get the highest score? Enjoy!', 'https://img.gamemonetize.com/74s5efwpl6zz9g6kw9iwgvfe9lcpmohn/512x384.jpg', 'https://html5.gamemonetize.com/74s5efwpl6zz9g6kw9iwgvfe9lcpmohn/', '0', 'Clicker', 0, 0, '', 'grimace-jumper'), (1534, 'Grimace World', 'Do you love Grimace Shake? Well! you are in the right place to play a Grimace game. Tap or click to jump to collect the purple Shake to unlock the house. Once you collect all shakes, a door will appear with the yellow clown waiting for you. Go to that door to unlock the next level and be careful with fire traps. Have fun and explore tons of amazing and challenging levels.', 'https://img.gamemonetize.com/ubb2t9um7ra7rv1cde04l69r3edh1tnq/512x384.jpg', 'https://html5.gamemonetize.com/ubb2t9um7ra7rv1cde04l69r3edh1tnq/', '0', 'Arcade', 0, 0, '', 'grimace-world'), (1535, 'Fighter Legends Duo', 'Epic fighting adventure is beginning with the Fighter Legends Duo game! The fighting adventure will be in various places like temples, military areas, deserts, caves, and many other places. The fighters are picked from legendary fighters of all time and this will be All Star fighting tournament. Pick the fighter take your place in the fighting arena and start fighting against these super-talented fighters.', 'https://img.gamemonetize.com/8nv3jd35egnqso4tamip9k8u04mdfgun/512x384.jpg', 'https://html5.gamemonetize.com/8nv3jd35egnqso4tamip9k8u04mdfgun/', '0', 'Action', 0, 0, '', 'fighter-legends-duo'), (1536, 'Words Fall', 'Words Fall is an exhilarating word puzzle game that challenges your vocabulary skills! As letters rain from the sky, swiftly create words to clear them before they stack up. With each level, the pace quickens, and your word-building abilities are put to the test. Unlock power-ups and bonuses to gain an edge, and compete with friends for the highest score on the global leaderboard. Immerse yourself in this addictive wordplay experience, combining speed and strategy. Words Fall offers endless word-building fun for players of all ages. Can you rise to the challenge and conquer the downpour of letters?', 'https://img.gamemonetize.com/lk1oaf8p0rndcd9v3c4w50x92zmy7fe6/512x384.jpg', 'https://html5.gamemonetize.com/lk1oaf8p0rndcd9v3c4w50x92zmy7fe6/', '0', 'Arcade', 0, 0, '', 'words-fall'), (1537, 'Posing Puzzle', 'Posing Puzzle is a funny game where you must help your characters to change their poses &amp; posture, help them blend into various shapes to escape a relentless pursuer in a limited time. Test your reflexes and problem-solving skills as you guide your characters to safety while evading capture. With each level, the challenges become more challenging, offering an exciting blend of puzzles and quick-thinking', 'https://img.gamemonetize.com/1d0q0upiud8b176a1vsagz9objq3yran/512x384.jpg', 'https://html5.gamemonetize.com/1d0q0upiud8b176a1vsagz9objq3yran/', '0', 'Puzzles', 0, 0, '', 'posing-puzzle'), (1538, 'Super Stunt car 7', 'Fun and enjoyment filled stunt car game with casual fun and also challenging levels. Beat the other players in the multiplayer racing arena and rise to the top! Tweak your car to be the best on the planet! This game has muscle cars, jump ramps, Loops, fire rings, racing tracks, skill tracks, puzzle tracks, racing against trains, customisable cars, monster trucks, online racing and upgradable cars from stunt to monster car levels. Download now! Win the challenges in stunt tracks with your excellent stunt car! Drive on tracks with jumps, loops and obstacles! Race against a train! Beat the cop cars in San Francisco! Try the new racing levels a', 'https://img.gamemonetize.com/cxrki3r51lxtdoso58xui05si74uehfk/512x384.jpg', 'https://html5.gamemonetize.com/cxrki3r51lxtdoso58xui05si74uehfk/', '0', 'Racing', 0, 0, '', 'super-stunt-car-'), (1539, 'Speed Demons Race', 'Huge, powerful, brutal Monster Trucks. And what if we arrange a race on them? In the game Speed Demons Race you will be able to assemble your own Monster Truck and surpass all rivals! Each rider is faced with the task of driving a difficult track with hills, slopes, overcoming metal jumps, driving through containers, destroying wooden boxes. Only cool pilots can do it all! Winning and performing tricks, please the audience and earn coins for it, and use them to improve your Monster Truck. To prove that you are the best, come to the finish line first on all tracks!', 'https://img.gamemonetize.com/ispiubqetu8nido89byhvrdvot9x6n91/512x384.jpg', 'https://html5.gamemonetize.com/ispiubqetu8nido89byhvrdvot9x6n91/', '0', 'Racing', 0, 0, '', 'speed-demons-race'), (1540, 'My Sliding Blocks', 'Move the blocks to the stars of the same color. Time is not limited. Good luck!', 'https://img.gamemonetize.com/z28ckv5057loeuw7ill8ih14s51pb86j/512x384.jpg', 'https://html5.gamemonetize.com/z28ckv5057loeuw7ill8ih14s51pb86j/', '0', 'Clicker', 0, 0, '', 'my-sliding-blocks'), (1541, 'Design With Me SuperHero Tutu Outfits', 'Welcome to Design With Me SuperHero Tutu Outfits. We all love superheroes very much! Likewise, our favorite princesses are inspired more by superhero tutu fashion. They planned to organize fashion events under this theme. Join and help each princess to pick a suitable superhero tutu outfit. Play them and have fun!', 'https://img.gamemonetize.com/chwbdczy97ay2aylcz35t9r5na4zpi4x/512x384.jpg', 'https://html5.gamemonetize.com/chwbdczy97ay2aylcz35t9r5na4zpi4x/', '0', 'Girls', 0, 0, '', 'design-with-me-superhero-tutu-outfits'), (1542, 'Guns Zombie', 'Hey soldier, quickly grab your weapon and protect the world; there are zombies everywhere, killing people. Take your weapon and grab your ammunition. Shoot at the zombies quickly. Your mission is to kill all the zombies. Eliminate the zombies and collect their gold. The best and most powerful weapons should be yours.', 'https://img.gamemonetize.com/55t6rjnj66zcw1xjynwlmd7wb8p20n0z/512x384.jpg', 'https://html5.gamemonetize.com/55t6rjnj66zcw1xjynwlmd7wb8p20n0z/', '0', 'Adventure', 0, 0, '', 'guns-zombie'), (1543, 'Geometry Dash Skibidi Toilet', 'Geometry Dash Skibidi Toilet is a captivating rhythm-based platformer. Gamers maneuver through a realm filled with geometric shapes, requiring impeccable timing and swift reflexes to conquer obstacles and spikes. It boasts vivid stages, rhythmic tunes, and a gradually escalating challenge. Website Developer <a href=\'https://www.kizi10.org/\'>https://www.kizi10.org/</a>', 'https://img.gamemonetize.com/1pdxy0j95mvsrtonv49i7xi4doevxhaq/512x384.jpg', 'https://html5.gamemonetize.com/1pdxy0j95mvsrtonv49i7xi4doevxhaq/', '0', 'Arcade', 0, 0, '', 'geometry-dash-skibidi-toilet'), (1544, 'Spooky Forest Run', 'You went for a walk in the forest, but suddenly a creepy skeleton starts chasing you. Run through the forest to get away from the skeleton. Tap the screen to jump over objects and other characters. If the skeleton catches you its game over!', 'https://img.gamemonetize.com/wp27gdq9i9gmo4c8rez4t1wlbulaftq9/512x384.jpg', 'https://html5.gamemonetize.com/wp27gdq9i9gmo4c8rez4t1wlbulaftq9/', '0', 'Adventure', 0, 0, '', 'spooky-forest-run'), (1545, 'Fry Skibidi', 'Enjoy this Halloween season with this amazing puzzle horror game featuring the character of the moment Skibidi Toilet! Fry Skibidi is the coolest physics-based puzzle game. Drop the Skibidi down onto a metal block by destroying all the other blocks. Once all the blocks are gone and the Skibidi is on a metal block press the ZAPPER button to fry Skibidi! explore all three worlds and clear all the puzzles.', 'https://img.gamemonetize.com/0hjb1exftvmf1hkt6oz69r2irilyaq63/512x384.jpg', 'https://html5.gamemonetize.com/0hjb1exftvmf1hkt6oz69r2irilyaq63/', '0', 'Puzzles', 0, 0, '', 'fry-skibidi'), (1546, 'Zombie Wars TopDown Survival', 'Prepare to Vanquish Foes and Collect Treasure! Strategically Deploy Your Ammunition and Arsenal! Remember to Upgrade Your Firearms and Stock Up on Ammo Before Going Into Battle! Zombie faster and the boss waiting you to destroy. Website Developer <a href=\'https://www.kizi10.org/\'>https://www.kizi10.org/</a>', 'https://img.gamemonetize.com/y7tbihkovrbyz0ybxxd0o85s70b2h8er/512x384.jpg', 'https://html5.gamemonetize.com/y7tbihkovrbyz0ybxxd0o85s70b2h8er/', '0', 'Shooting', 0, 0, '', 'zombie-wars-topdown-survival'), (1547, 'Yoga Master', 'Introducing Yoga Master, the ultimate mindfulness and fitness game! Immerse yourself in a serene virtual world where youll embark on a transformative yoga journey. With intuitive controls, follow real yoga routines, perfect your poses, and find inner peace. Challenge friends in multiplayer mode or unlock new levels of relaxation in solo play. Explore lush environments, deepen your practice, and unlock achievements as you become a true Yoga Master. Whether youre a beginner or a seasoned yogi, this game is your path to balance, strength, and tranquility. Embrace the zen within you and experience Yoga like never before!', 'https://img.gamemonetize.com/tt7bruavsgu63at04z52himju2xkbtk0/512x384.jpg', 'https://html5.gamemonetize.com/tt7bruavsgu63at04z52himju2xkbtk0/', '0', 'Girls', 0, 0, '', 'yoga-master'), (1548, 'Marble Match Classic', 'Jungle Marble is a marble shoot game with the theme of Egyptian mythology. Jungle Marble Pop Blast is a marble shoot game with the theme of Egyptian mythology. It is easy to play, but truly addictive.', 'https://img.gamemonetize.com/mby806x1qs8s9ed3qrm42p0z6kmp3eyv/512x384.jpg', 'https://html5.gamemonetize.com/mby806x1qs8s9ed3qrm42p0z6kmp3eyv/', '0', 'Puzzles', 0, 0, '', 'marble-match-classic'), (1549, 'Minecraft World Adenture', 'Join us on an extraordinary journey in the pixelated realm of Minecraft World Adventure! This arcade game is not just a game; its a thrilling odyssey suitable for adventurers of all ages. Picture this: you, as the iconic Steve from Minecraft, find yourself standing on a spinning platform lost in the vastness of the Minecraft universe. Your mission? To find your way home, navigating through a whirlwind of challenges and obstacles.With every jump, youll defy gravity, avoiding pitfalls and dodging obstacles that come your way. Its a pulse-pounding adventure where your quick reflexes and strategic jumps are the keys to survival', 'https://img.gamemonetize.com/7luhu49wunq8s1wgvea8e0s2vvu3uozl/512x384.jpg', 'https://html5.gamemonetize.com/7luhu49wunq8s1wgvea8e0s2vvu3uozl/', '0', 'Arcade', 0, 0, '', 'minecraft-world-adenture'), (1550, 'Basketball Kings 2024', 'Enter one of the four basketball courts and outshine everyone wherever you go. Zero-in on the hoop and shoot! Reach a high score to unlock new balls. Which ball will you play best with?', 'https://img.gamemonetize.com/xnzfab1hm5q86ofc9z9zuibgibo2wcrl/512x384.jpg', 'https://html5.gamemonetize.com/xnzfab1hm5q86ofc9z9zuibgibo2wcrl/', '0', 'Sports', 0, 0, '', 'basketball-kings-'), (1551, 'Grimace Hop', 'Dive into the thrilling world of Grimace Hop and experience the adrenaline rush of head-to-head matchups. With its simple yet addictive gameplay, this game is designed to keep you entertained for hours on end. Show off your jumping skills, strategic thinking, and lightning-fast reflexes as you aim to be the first to reach five points.', 'https://img.gamemonetize.com/gsp3b58pcb0xikp5b4toch5p5y29itva/512x384.jpg', 'https://html5.gamemonetize.com/gsp3b58pcb0xikp5b4toch5p5y29itva/', '0', 'Hypercasual', 0, 0, '', 'grimace-hop'), (1552, 'Robot Rush', 'Robot Rush is a challenging and fast paced action shooter. Destroy all robots on the screen and get the highest score possible to advance to the next level.', 'https://img.gamemonetize.com/zm8x6cy2fiw7fehhgt36qnnylo7bgkot/512x384.jpg', 'https://html5.gamemonetize.com/zm8x6cy2fiw7fehhgt36qnnylo7bgkot/', '0', 'Hypercasual', 0, 0, '', 'robot-rush'), (1553, 'Villager Bus Simulator', 'Driving bus while grab and drop any passenger', 'https://img.gamemonetize.com/6l7u09bxixpyld5le78bxzdzi41c1opd/512x384.jpg', 'https://html5.gamemonetize.com/6l7u09bxixpyld5le78bxzdzi41c1opd/', '0', 'Racing', 0, 0, '', 'villager-bus-simulator'), (1554, 'Memory Test 3D', 'you are a person that inside a maze you need to find the way to the button you can see the map in 5 seconds only its depend on your memory and your brain', 'https://img.gamemonetize.com/zdez6lbfx1e2d4w6yhy3wbo04xxwmb38/512x384.jpg', 'https://html5.gamemonetize.com/zdez6lbfx1e2d4w6yhy3wbo04xxwmb38/', '0', 'Puzzles', 0, 0, '', 'memory-test-d'), (1555, 'Battling Zombies', 'A plant synthesis game where synthetic plants automatically attack monsters. There are various plants appearing, and there are also various bosses waiting for you to challenge!', 'https://img.gamemonetize.com/alsuvgzub2esy875yu3gddlgxu7ze1i6/512x384.jpg', 'https://html5.gamemonetize.com/alsuvgzub2esy875yu3gddlgxu7ze1i6/', '0', 'Adventure', 0, 0, '', 'battling-zombies'), (1556, 'Meme Piggy Adventure', 'Meme Pig rushing to the aid of Princess Pig! Overcome all difficulties and save your princess. The game is an adventure where we play as a pig. This is a fun platformer that will make you laugh with its meme-like animations and sounds. Overcome obstacles, collect stars, and you will become a top player!', 'https://img.gamemonetize.com/zpyfekps1wjxkojv2n53cfmonxcyji9p/512x384.jpg', 'https://html5.gamemonetize.com/zpyfekps1wjxkojv2n53cfmonxcyji9p/', '0', 'Hypercasual', 0, 0, '', 'meme-piggy-adventure'), (1557, 'Couples Outfit Change Challenge', 'Step into the world of style and creativity as you embark on a makeover adventure like no other. Take on the challenge of swapping wardrobe and discover how well you can style each other in this exciting game. From head to toe, mix and match outfits to create unique and unforgettable looks.', 'https://img.gamemonetize.com/v6ecd8704ko7hucc7kydb69poe9klffg/512x384.jpg', 'https://html5.gamemonetize.com/v6ecd8704ko7hucc7kydb69poe9klffg/', '0', 'Girls', 0, 0, '', 'couples-outfit-change-challenge'), (1558, 'Babysitter Kids Hair Salon', 'Babysitter Kids Hair Salon is an online game that you can play on Babygames for free. Enjoy free baby games! Becoming a professional nanny is not easy. Parents really love their children and want a crazy and perfect daycare center where they can find perfect spa, hygienic food, hairdresser and hair salon, baby diaper changing without any allergies or infections, newborn Routine check-ups and lots of clothes and toys for their babies to keep them happy and healthy.', 'https://img.gamemonetize.com/f780395lcx5bjgo9etd3t1qvsvthf8mc/512x384.jpg', 'https://html5.gamemonetize.com/f780395lcx5bjgo9etd3t1qvsvthf8mc/', '0', 'Girls', 0, 0, '', 'babysitter-kids-hair-salon'), (1559, 'Skibidi Toilet FPS Shooting Survival', 'Skibidi Toilet FPS Shooting Survival is an exhilarating video game that combines fast-paced first-person shooting action with a unique twist. Players find themselves in a perilous situation as they battle enemies in a world where toilets become battlegrounds. With a quirky and humorous concept, this game offers a refreshing take on the traditional FPS genre. Strategize, shoot, and survive in this wacky virtual arena filled with unexpected challenges and laughter-inducing moments. Get ready to plunge into the Skibidi Toilet FPS Shooting Survival adventure! Website Developer <a href=\'https://www.kizi10.org/\'>https://www.kizi10.org/</a>', 'https://img.gamemonetize.com/eoeo4gswxn1whp6mkold64qn6dunff5w/512x384.jpg', 'https://html5.gamemonetize.com/eoeo4gswxn1whp6mkold64qn6dunff5w/', '0', 'Shooting', 0, 0, '', 'skibidi-toilet-fps-shooting-survival'), (1560, '2048 Magical Number', '2048 Magical Number Game is the most addictive and FREE stack number puzzle game! Play it to train your brain, and sharpen your mind at any time, anywhere! Get new blocks with higher numbers, eg. 32, 64, 128, 256, 512, 1024, 2048, and more, like what you play in the classic 2048 or x2 blocks game. Its simple to play, but very addictive.', 'https://img.gamemonetize.com/rm1clko0qv72vdvl0nrszmm0feu9rzze/512x384.jpg', 'https://html5.gamemonetize.com/rm1clko0qv72vdvl0nrszmm0feu9rzze/', '0', 'Puzzles', 0, 0, '', '-magical-number'), (1561, 'Circuitry of the Dead', 'About the game In &ndash; Circuitry of the Dead &ndash; a post-apocalyptic world is overrun by zombies and robots, and you&rsquo;re the last line of defense. Survive against relentless waves of undead and high-tech foes by strategically choosing weapons, deploying automated turrets, and using precision shurikens. Earn currency to upgrade your gear and prove your survival skills in a world on the brink of extinction. How long can you survive in this relentless struggle for humanity&rsquo;s last hope?', 'https://img.gamemonetize.com/7zu7r6uev92d5p2et3e0h4qzlgicimlq/512x384.jpg', 'https://html5.gamemonetize.com/7zu7r6uev92d5p2et3e0h4qzlgicimlq/', '0', 'Adventure', 0, 0, '', 'circuitry-of-the-dead'), (1562, 'ZigZag Ski', 'Introducing ZigZag Ski, a thrilling winter sports adventure for all ages! In this heart-pounding game, players carve their path down snow-covered slopes, zigzagging through challenging obstacles and collecting power-ups for epic boosts. With stunning graphics and intuitive controls, youll feel the rush of the slopes from the comfort of your device. Race against the clock, unlock new levels, and compete for the top spot on the global leaderboard. Whether youre a skiing pro or a beginner, ZigZag Ski offers endless fun and excitement. Strap on your virtual skis and conquer the mountains today!', 'https://img.gamemonetize.com/hv3irczhridyz3g33ht2y033td300lmy/512x384.jpg', 'https://html5.gamemonetize.com/hv3irczhridyz3g33ht2y033td300lmy/', '0', 'Arcade', 0, 0, '', 'zigzag-ski'), (1563, 'Road Madness', 'If you like race cars and guns, you will love this game! You can upgrade and unlock more destructive cars, the further you get. Enjoy epic effects and power ups while hunting the new bosses and get achievements for it!', 'https://img.gamemonetize.com/pcfjrvn3isqukyuyf6i3gffax8kvibgr/512x384.jpg', 'https://html5.gamemonetize.com/pcfjrvn3isqukyuyf6i3gffax8kvibgr/', '0', 'Hypercasual', 0, 0, '', 'road-madness'), (1564, 'Steve and Alex Dungeons', 'Steve and Alex are trapped in a dungeon in the dark, and you must help them escape. You need to rescue both of them one by one. The dungeon is very dangerous and filled with obstacles. Be careful of jumping over obstacles and watch out for spinning wheels. Collect the diamonds you need and escape from the dungeon. You must reach the door at the end of the dungeon.', 'https://img.gamemonetize.com/raotplpsueygxqkey9azho8502r8avkb/512x384.jpg', 'https://html5.gamemonetize.com/raotplpsueygxqkey9azho8502r8avkb/', '0', '2 Player', 0, 0, '', 'steve-and-alex-dungeons'), (1565, 'Skibidi Blast', 'Hey Skibidi needs your help to escape from this dark prison! The main goal is to land Skibidi in the safe area with the least number of attempts! You just use the explosive to move Skibidi in the right direction but be aware at the dangerous spikes! Are you able to get the three stars for each level?', 'https://img.gamemonetize.com/q520nwk8b5t7x9yk05lwzytm6hd8aak7/512x384.jpg', 'https://html5.gamemonetize.com/q520nwk8b5t7x9yk05lwzytm6hd8aak7/', '0', 'Puzzles', 0, 0, '', 'skibidi-blast'), (1566, 'Robot Car Transform 2 ', 'Are you ready for Robot Car Transform 2, the most fun and exciting simulation game ever? It&rsquo;s not just about robots and cars, it&rsquo;s about transforming robots and awesome cars! You can drive all kinds of amazing robots and transform them into cool robots with different abilities! Do you like red, black, or blue? Choose your favorite color and style! Do you have what it takes to complete all the missions? Use your intelligence and the two forms of your robot to overcome them! How big is the 3D world? You won&rsquo;t believe it until you see it! Don&rsquo;t miss this chance to have the best robot car adventure of your life!', 'https://img.gamemonetize.com/bsheuaymtm3v25ulbbpn6l6aezq5rstt/512x384.jpg', 'https://html5.gamemonetize.com/bsheuaymtm3v25ulbbpn6l6aezq5rstt/', '0', 'Adventure', 0, 0, '', 'robot-car-transform--'), (1567, 'Battleground Survival 2023', 'Battleground Survival is an adrenaline-pumping, action-packed multiplayer survival game that drops players onto a deserted island, where the ultimate goal is to be the last person or team standing. As a skilled survivalist, youll need to rely on your wits, strategy, and combat prowess to outlast your rivals in this intense virtual battleground. Website Developer <a href=\'https://www.bestcrazygames.com/\'>https://www.bestcrazygames.com/</a>', 'https://img.gamemonetize.com/bbjdiu2s8se9muqkdbllq6by8qy4ds3t/512x384.jpg', 'https://html5.gamemonetize.com/bbjdiu2s8se9muqkdbllq6by8qy4ds3t/', '0', 'Shooting', 0, 0, '', 'battleground-survival-'), (1568, 'Jelly Match 4', 'Pick block sets from left panel and drop them on the board to make a horizontal or vertical row of 4 similar blocks you can rotate the block set by clicking on them. If any of three available sets of blocks cannot accommodate in board, the game will be over. Website Developer <a href=\'https://www.lofgames.com/\'>https://www.lofgames.com/</a>', 'https://img.gamemonetize.com/r72f7o2oq5dhsfipuhov8oxaeijvm3ke/512x384.jpg', 'https://html5.gamemonetize.com/r72f7o2oq5dhsfipuhov8oxaeijvm3ke/', '0', 'Puzzles', 0, 0, '', 'jelly-match-'), (1569, 'Baby Taylor Fashion Braid Salon', 'Oh no! Taylors hair has grown long and messy, but dont worry, because youre here to save the day! As the owner of the hair salon, its up to you to give Taylor a fantastic makeover. Grab your scissors, comb, and styling tools, and lets get started on this magical hair adventure! As you style Taylors hair, shell be giggling and smiling, excited to see the result. Dont forget to add colorful hair accessories like bows, ribbons, and glitter to make her hair sparkle and shine. Taylor will be overjoyed with her fabulous new look!', 'https://img.gamemonetize.com/uj27xtkactmtbgfv2q7m7nm5idbi3nia/512x384.jpg', 'https://html5.gamemonetize.com/uj27xtkactmtbgfv2q7m7nm5idbi3nia/', '0', 'Girls', 0, 0, '', 'baby-taylor-fashion-braid-salon'), (1570, 'Banana Kong Adventure', 'Banana Kong Adventure is a 2D game that lets you go on an adventure with the monkey king! You will follow Kong through various wonderful worlds, encountering fun traps and monsters! Can you help Kong defeat his enemies with his stick, and jump higher with his skills? Can you reach the finish line in a limited time? This game has multiple levels and difficulties, each with different challenges and rewards! Join Banana Kong Adventure and experience a fun and exciting adventure!', 'https://img.gamemonetize.com/fycx4iipitqmo3gmedxzunvl9aynk8mf/512x384.jpg', 'https://html5.gamemonetize.com/fycx4iipitqmo3gmedxzunvl9aynk8mf/', '0', 'Arcade', 0, 0, '', 'banana-kong-adventure'), (1571, 'Stickman Ninja Way of the Shinobi', 'Stickman - Ninja from the clan of Black Panthers enters the battle. Help him drive the invaders out of his house! Defeat your enemies with lightning strikes and combo attacks. Dodge enemy attacks with a roll. Upgrade your character so that you have the strength to defeat all enemies and free your house.', 'https://img.gamemonetize.com/bbvs6yc7da25q92ogll0m4cfmuo4ymox/512x384.jpg', 'https://html5.gamemonetize.com/bbvs6yc7da25q92ogll0m4cfmuo4ymox/', '0', 'Fighting', 0, 0, '', 'stickman-ninja-way-of-the-shinobi'), (1572, 'Stickman fall', 'Hang between two pillars with plungers on a bar. When you press space, the plungers touch the pillars, halting your descent. Navigate a path filled with obstacles, ensuring you dont collide. Your goal? See how far you can descend without hitting any barriers. Ready to take the challenge?', 'https://img.gamemonetize.com/4nsbkbsthace3imqxe11zdymbiwnc2bg/512x384.jpg', 'https://html5.gamemonetize.com/4nsbkbsthace3imqxe11zdymbiwnc2bg/', '0', 'Fighting', 0, 0, '', 'stickman-fall'), (1573, 'Phone Case DIY 3', 'Phone Case DIY is an incredibly creative game that allows you to fully unleash your imagination and design skills, creating one-of-a-kind phone cases. This game offers a wide range of options including vibrant shell colors, patterns, stickers, and more, allowing you to customize the perfect phone case according to your taste and personality.', 'https://img.gamemonetize.com/g9oru9dqmu1ezyddvk6gy2x91ml9rtqp/512x384.jpg', 'https://html5.gamemonetize.com/g9oru9dqmu1ezyddvk6gy2x91ml9rtqp/', '0', 'Girls', 0, 0, '', 'phone-case-diy-'), (1574, 'Jungle Jim', 'Have fun with this entertaining new 2D platformer game. Jungle Jim will need all your jump and run skills to reach the treasure chest at the end of each level. Along the way, break blocks, pick up fruits and collect coins to increase your score while avoiding enemies, spikes, and exploding blocks. Note that big mushrooms can serve as trampolines. There are 7 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/65d55f59mcc4vfrzase41skntrokkorr/512x384.jpg', 'https://html5.gamemonetize.com/65d55f59mcc4vfrzase41skntrokkorr/', '0', 'Adventure', 0, 0, '', 'jungle-jim'), (1575, 'Skibidi Toilet Roll ', 'The winter season is coming and Skibidi Toilet needs help to find all missing sweets! So help Skibidi to find all the missing Christmas sweets! enjoy this fantastic game in a Christmas atmosphere. Spin Skididi, avoid obstacles and dangers and travel through three different worlds to recover all the missing sweets. Enjoy this great puzzle cool game!', 'https://img.gamemonetize.com/c8hx9eklsrwc6y5jge531vdmkxxm1lnt/512x384.jpg', 'https://html5.gamemonetize.com/c8hx9eklsrwc6y5jge531vdmkxxm1lnt/', '0', 'Puzzles', 0, 0, '', 'skibidi-toilet-roll-'), (1576, 'BFFs Beach Pedicure', 'BFFs Beach Pedicure is an online game that you can play on Babygames for free. Youll have a blast giving your BFFs the ultimate beach pedicure, choosing from a wide range of nail colors, patterns, and cute accessories to create the perfect beachy look for their toes. But wait, theres more! You can also raid their wardrobe and pick out trendy outfits that match their fresh pedicures. From beach dresses to cool accessories, the choices are endless! Are you ready to make your BFFs shine with style and creativity?', 'https://img.gamemonetize.com/l2fa7x9037q9gqvb2nr19sydkjbwg0gg/512x384.jpg', 'https://html5.gamemonetize.com/l2fa7x9037q9gqvb2nr19sydkjbwg0gg/', '0', 'Girls', 0, 0, '', 'bffs-beach-pedicure'), (1577, 'Bridge.io Liquid Tuxedo', 'Collect water blue from the arena map from the ground and then build your bridge water. Your opponents try to collect faster the liquid and win the match. Website Developer <a href=\'https://www.game-plays.com/\'>https://www.game-plays.com/</a>', 'https://img.gamemonetize.com/e26j4bwtwljnd36h0iqw6ihktppwqhjo/512x384.jpg', 'https://html5.gamemonetize.com/e26j4bwtwljnd36h0iqw6ihktppwqhjo/', '0', 'Arcade', 0, 0, '', 'bridgeio-liquid-tuxedo'), (1578, 'Bubbles Fish', 'Welcome to Bubble Fish! Get ready for a challenging bubble shooter experience. Aim and release bubbles to create groups with matching bubbles. Collect bubbles to meet the required count while keeping them away from the border. Good luck and have a blast!', 'https://img.gamemonetize.com/5rvu3x5bv29jykghzlsvf9vp8u1k4lik/512x384.jpg', 'https://html5.gamemonetize.com/5rvu3x5bv29jykghzlsvf9vp8u1k4lik/', '0', 'Puzzles', 0, 0, '', 'bubbles-fish'), (1579, 'Space Adventure Pinball', 'Very fun pinball game that takes place in space! Hit your ball using the paddles to keep it in play for as long as possible. Generate cool power ups to increase your points.', 'https://img.gamemonetize.com/ez1g65mh3pjkk3569edy22bi708sevsj/512x384.jpg', 'https://html5.gamemonetize.com/ez1g65mh3pjkk3569edy22bi708sevsj/', '0', 'Arcade', 0, 0, '', 'space-adventure-pinball'), (1580, 'Mr Bean &amp Skibidi Tetris', 'When Mr Bean play tetris with skibidi toilet!!!', 'https://img.gamemonetize.com/p99assgzcveimjue68riny6zzohwtirh/512x384.jpg', 'https://html5.gamemonetize.com/p99assgzcveimjue68riny6zzohwtirh/', '0', 'Puzzles', 0, 0, '', 'mr-bean-ampamp-skibidi-tetris'), (1581, 'Flappy Spyro Grimace', 'Get ready for a gaming experience thats out of this world: Flappy Spyro Grimace! In this super fun and uniquely captivating adventure, youll tap your way to glory while guiding our Spyro Grimace hero through a flappy challenge thats unlike anything youve ever seen. As you embark on this epic journey, youll discover that the skies are the limit for Spyro Grimace. With each tap, youll propel our fearless hero through a whimsical world filled with obstacles and surprises. Its a thrill ride that combines the best of flappy challenges with the enchanting charm of Spyro Grimace. So, get your tapping fingers ready!', 'https://img.gamemonetize.com/i049b2l707axtrv4gr1zosd7hsg051xl/512x384.jpg', 'https://html5.gamemonetize.com/i049b2l707axtrv4gr1zosd7hsg051xl/', '0', 'Puzzles', 0, 0, '', 'flappy-spyro-grimace'), (1582, 'Bubble Buster HD', 'Bubble Buster HD has 4 game modes; Time or turn based arcade mode, and time or turn based random mode. Classic arcade gameplay includes 100 specially designed arcade levels. Match 3 or more of the same color bubbles to clear them from the board. Widescreen and HDTV Compatible. 100 Custom Designed Levels', 'https://img.gamemonetize.com/56ob6xm570ldd5lfmenhwgfg8lt7gakg/512x384.jpg', 'https://html5.gamemonetize.com/56ob6xm570ldd5lfmenhwgfg8lt7gakg/', '0', 'Puzzles', 0, 0, '', 'bubble-buster-hd'), (1583, 'Word Guesser', 'Introducing Word Guesser, a thrilling word game that will put your vocabulary to the test! In this addictive challenge, players are presented with a series of word puzzles to solve. Your mission: decipher the hidden word within a limited number of attempts. With a diverse range of categories and difficulty levels, Word Guesser guarantees hours of brain-teasing fun. Sharpen your linguistic skills, enhance your word knowledge, and climb the leaderboard as you become the ultimate Word Guesser champion! Website Developer <a href=\'https://www.coolcrazygames.com/\'>https://www.coolcrazygames.com/</a>', 'https://img.gamemonetize.com/b68bzsl9ujjs4lthbiwa4rg6dke7jg5y/512x384.jpg', 'https://html5.gamemonetize.com/b68bzsl9ujjs4lthbiwa4rg6dke7jg5y/', '0', 'Arcade', 0, 0, '', 'word-guesser'), (1584, 'Among Us Collect Coin', 'Among Us Collect Coin is an exhilarating and addicting endless running game. Players will take control of an adorable crewmate character and embark on an adventure through an endless course. The mission is simple: collect the gold coins and achieve the highest score. However, remember that youll encounter various obstacles along the course, requiring quick reflexes and agility to overcome. Are You Ready for Endless Fun with Among Us Collect Coin by ripogame.com?', 'https://img.gamemonetize.com/gi3iqiw7xgmuew74mputakin7sr40s8q/512x384.jpg', 'https://html5.gamemonetize.com/gi3iqiw7xgmuew74mputakin7sr40s8q/', '0', 'Hypercasual', 0, 0, '', 'among-us-collect-coin'), (1585, 'Toca Life Adventure', 'Run out any story with Toca Life adventure. You&rsquo;ll get all the fun of your other favorite levels such as City, Vacation, Office, Hospital, and more, all together in one place. Collect balls to increase the score and unlock new characters.Website Developer <a href=\'https://kiz10.com\'>https://kiz10.com</a>', 'https://img.gamemonetize.com/wl12iuserxdpc4y0b8vcjoz6alzccms5/512x384.jpg', 'https://html5.gamemonetize.com/wl12iuserxdpc4y0b8vcjoz6alzccms5/', '0', 'Hypercasual', 0, 0, '', 'toca-life-adventure'), (1586, 'Skibidi 2', 'In this game you control Skibidi Toilet; so moving them around a world that revolves around you. As you move around the landscape your character clings o the ground via gravity &ndash; use it your advantage to move from one platform to the next. This is a fun exploring adventure games enjoy it!', 'https://img.gamemonetize.com/3oy1wzmfelk3d066vtt0ddxsd7imsvg3/512x384.jpg', 'https://html5.gamemonetize.com/3oy1wzmfelk3d066vtt0ddxsd7imsvg3/', '0', 'Puzzles', 0, 0, '', 'skibidi-'), (1587, 'My Perfect Hotel HTML5', 'Have you ever imagined the thrill of owning your very own hotel? Embark on an exciting journey from the very foundation in this enjoyable and high-speed time-management game. Your ultimate goal: construct an extensive lodging empire that showcases your unwavering commitment to the art of hospitality. As a hotel manager, showcase your talents, make prudent investments in both your staff and property enhancements, and exert every ounce of effort to ascend to the pinnacle of the hospitality industry. Website Developer <a href=\'https://www.crazygamesonline.com/\'>https://www.crazygamesonline.com/</a>', 'https://img.gamemonetize.com/d8lg0h02680rgd2eevhgir54oshr5cgz/512x384.jpg', 'https://html5.gamemonetize.com/d8lg0h02680rgd2eevhgir54oshr5cgz/', '0', 'Arcade', 0, 0, '', 'my-perfect-hotel-html'), (1588, 'The Life Run', 'The Life Run is an exhilarating adventure where players step into the shoes of a determined protagonist on a mission to save humanity. In a dystopian world plagued by a deadly virus, you must race against time, overcoming obstacles, and making crucial decisions. Your choices impact the fate of the remaining survivors. With stunning visuals, immersive storytelling, and heart-pounding action, The Life Run offers a gripping blend of strategy and adrenaline. Will you secure the future or succumb to the chaos? Website Developer <a href=\'https://www.coolcrazygames.com/\'>https://www.coolcrazygames.com/</a>', 'https://img.gamemonetize.com/f6cjgfvtj2j01s44qjgjqcyvj8t8bdlz/512x384.jpg', 'https://html5.gamemonetize.com/f6cjgfvtj2j01s44qjgjqcyvj8t8bdlz/', '0', 'Arcade', 0, 0, '', 'the-life-run'), (1589, 'Grimace Monster Dop Story', 'Do you have a strong passion for puzzles? Are you seeking to push your limits by taking on more intricate puzzle challenges? Your innate creativity and clever problem-solving skills empower you to navigate through complex everyday scenarios filled with unexpected twists and turns. Your task involves utilizing an eraser to manipulate and eliminate the elements that pose obstacles. Website Developer <a href=\'https://www.crazygamesonline.com/\'>https://www.crazygamesonline.com/</a>', 'https://img.gamemonetize.com/y3qiuezlo2uuyznjoug85rwcnpvheobc/512x384.jpg', 'https://html5.gamemonetize.com/y3qiuezlo2uuyznjoug85rwcnpvheobc/', '0', 'Arcade', 0, 0, '', 'grimace-monster-dop-story'), (1590, 'BFFs Oktoberfest', 'Lets help the Bffs Emma and Kiara to attend the Oktoberfest today to enjoy the Bavarian cuisine. There are tons of beers and beverages for the guest in this feast and you can enjoy the Bavarian cuisine wih your favourite drinks, Come and enjoy this Oktoberfest maid dressup at 7sgames.com', 'https://img.gamemonetize.com/4ys6792jsqqwwx8er6i3p8db62gct9t6/512x384.jpg', 'https://html5.gamemonetize.com/4ys6792jsqqwwx8er6i3p8db62gct9t6/', '0', 'Girls', 0, 0, '', 'bffs-oktoberfest'), (1591, 'Home Rush Draw to Home', 'Home Rush: Draw to Home is a relaxing rescue game that helps buddies return home safely. Your mission is to draw a path from the house to the buddies location so that their parents can pick them up. There will be numerous challenges with increasing difficulty levels: deep holes, fierce animals, Blue Monster, Grimace, BanBam, and more. You must overcome all levels and demonstrate your skills to conquer the challenges.', 'https://img.gamemonetize.com/w2ud1nav6xzh20jjz0mb8zhd60hcgs97/512x384.jpg', 'https://html5.gamemonetize.com/w2ud1nav6xzh20jjz0mb8zhd60hcgs97/', '0', 'Puzzles', 0, 0, '', 'home-rush---draw-to-home'), (1592, 'Hill Climb Pixel Car', 'Hill Climb Pixel Car is an off-road racing game where riders race over rough terrains such as dirt, sand, mud, or grass tracks. You will need to control your bike skillfully to overcome different obstacles and perform spectacular jump scenes. Race as fast as possible and become the only champion of this motocross championship.', 'https://img.gamemonetize.com/avws453b51tqcgibbrxzacjiwrm50akz/512x384.jpg', 'https://html5.gamemonetize.com/avws453b51tqcgibbrxzacjiwrm50akz/', '0', 'Racing', 0, 0, '', 'hill-climb-pixel-car'), (1593, 'Sumo Smash!', 'Step into the ring and embrace the ancient art of Sumo&mdash; with a twist! Welcome to Sumo Smash! an exhilarating game where youll wrestle for supremacy while indulging in a sushi feast to grow your sumo size. Features: Grow to Dominate. Push to Win. Treasure Chests &amp; Skins: Unlock treasure chests found within the arena to collect unique skins', 'https://img.gamemonetize.com/zyjcvyrbjdb4400t324nzijc1in3hi5k/512x384.jpg', 'https://html5.gamemonetize.com/zyjcvyrbjdb4400t324nzijc1in3hi5k/', '0', 'Sports', 0, 0, '', 'sumo-smash'), (1594, 'New House Decoration', 'New House Decoration is an online game that you can play on Babygames for free. In this amazing game, you get to be the ultimate designer of your dream house. Decorate every room with awesome furniture, cute decorations, and beautiful colors, just the way you like it! But wait, theres more fun! You also get to style a fashionable girl. Dress her up in the latest trends, mix and match pretty outfits, shoes, and accessories. Show off your style and be the trendsetter!', 'https://img.gamemonetize.com/8nsi8nk8tp77acrymskcxbm64lm3oser/512x384.jpg', 'https://html5.gamemonetize.com/8nsi8nk8tp77acrymskcxbm64lm3oser/', '0', 'Girls', 0, 0, '', 'new-house-decoration'), (1595, 'Grand Cyber City', 'A very long and entertaining story is beginning with the Grand Cyber City game. The game mainly contains various vehicle simulations like car simulation, bike, motorbike, rocket, and parachute simulations. The game contains various game modes either as missions, races, challenges, and free modes. Drive or ride whatever you want in the city, participate in events, collect coins, fly with your rocket, or speed up to the end of the limits with your car. By various vehicles, you will have fun to the end! Various cars and super customization options are waiting for you in the garage. Let the super adventure begin!', 'https://img.gamemonetize.com/ibvlqrkmvay6y6tlftsz99vvh09oz6eu/512x384.jpg', 'https://html5.gamemonetize.com/ibvlqrkmvay6y6tlftsz99vvh09oz6eu/', '0', 'Racing', 0, 0, '', 'grand-cyber-city'), (1596, 'Rotating Grimace ', 'Rotating Grimace is a unique platform puzzle game where you rotate the world to guide Mr Grimace to his lost stars. This is a great puzzle game with 40 challenge levels, push your logical brain abilities to the limit! Product feature bullets: &bull; Grimace on board! &bull; 40 different levels! &bull; Very Fun for children! &bull; Brain training for whole family! &bull; Cute graphics! &bull; Precise game physics! &bull; Great sounds!', 'https://img.gamemonetize.com/ws9aoikmtjv0t8n0s0v5cj4sxvrzf7x3/512x384.jpg', 'https://html5.gamemonetize.com/ws9aoikmtjv0t8n0s0v5cj4sxvrzf7x3/', '0', 'Puzzles', 0, 0, '', 'rotating-grimace-'), (1597, 'Tap Skibidi Toilet Tap', 'Welcome to the zaniest corner of the internet: Tap Skibidi Toilet Tap! Get ready to plunge into a world where the bathroom becomes an unexpected arena for a super fun and absolutely free online game, designed to entertain kids and adults alike. In this quirky adventure, your mission is clear: tap your way to glory as you guide our toilet-loving hero through a flappy challenge like no other. The bathroom may seem like an unlikely stage, but in Tap Skibidi Toilet Tap, it transforms into a hilarious battleground for gamers of all ages. Let the toilet-themed flappy challenge begin!', 'https://img.gamemonetize.com/wzk8lpo871t5jzbvjpcca61s8mu1p4o2/512x384.jpg', 'https://html5.gamemonetize.com/wzk8lpo871t5jzbvjpcca61s8mu1p4o2/', '0', 'Puzzles', 0, 0, '', 'tap-skibidi-toilet-tap'), (1598, 'Color Race 3D', 'Welcome to the Color Race 3D! Colorful game that will keep you on your toes all the very end! Grow, Fight, and Win! Collect stickmen of your color to win levels and clash against the Stickman Boss! GROW THE BIGGEST STICKMAN The largest stickman wins, the smallest lose. Run, grow and absorb other stickmen unik the finish line. Move let and right on the run and collect as many stickmen and coins as possible.', 'https://img.gamemonetize.com/uh88hlz3d4j7kktr30seyaf3vxcgh8xm/512x384.jpg', 'https://html5.gamemonetize.com/uh88hlz3d4j7kktr30seyaf3vxcgh8xm/', '0', 'Arcade', 0, 0, '', 'color-race-d'), (1599, 'Finger Heart Monster Refil', 'In Finger Heart: Monster Refill, your task is to creatively combine your finger with cute monsters to craft the perfect heart shape. No special skills or expertise are required; all you need is your imagination, intuition, and a sprinkle of luck. The gameplay ranges from easy to challenging, occasionally taking a whimsical turn, but it consistently delivers enjoyment and gratification. Heres how to play: choose the correct shape or draw the right line, then drag the shape into the designated space and adjust the monster to fit. Keep an eye on the countdown timer. Website Developer <a href=\'https://www.kizi10.org/\'>https://www.kizi10.org/</a>', 'https://img.gamemonetize.com/ke60kej0ys0ynira22m3uo0a4qrzszfn/512x384.jpg', 'https://html5.gamemonetize.com/ke60kej0ys0ynira22m3uo0a4qrzszfn/', '0', 'Arcade', 0, 0, '', 'finger-heart-monster-refil'), (1600, 'Baby Taylor Hair Day', 'Oh no! What did Taylor do. She squeezed glue on her hair while she was doing the crafts. Her hair became messy and rough. Gently wash Taylors hair with a mild shampoo and conditioner. Its time for Taylor to look fabulous in a trendy hairstyle. Show off your creative skills and braid Taylors fabulous hairstyle using colorful hair accessories. Finally, dress her up in stylish outfits and accessories.', 'https://img.gamemonetize.com/335wzh6moltwb9vrienwh7hdtjw5zy4x/512x384.jpg', 'https://html5.gamemonetize.com/335wzh6moltwb9vrienwh7hdtjw5zy4x/', '0', 'Girls', 0, 0, '', 'baby-taylor-hair-day'), (1601, '1010 Treasure Rush', '1010 Treasure is a Tetris block puzzle game. Your goal is to collect all treasure blocks. Pick and drop the block sets on the board to complete a row. All the treasure blocks in that row will be collected.', 'https://img.gamemonetize.com/67x7eatpyvk09zh1n4d87jrx91wln7we/512x384.jpg', 'https://html5.gamemonetize.com/67x7eatpyvk09zh1n4d87jrx91wln7we/', '0', 'Puzzles', 0, 0, '', '-treasure-rush'), (1602, 'Walkers of fashion', 'Walkers of Fashion is a premier destination for fashion enthusiasts. With a keen eye for style and a passion for staying on-trend, we curate a diverse collection of clothing and accessories to elevate your wardrobe. Our team of fashion experts scours the globe to bring you the latest in vogue designs. Whether youre seeking chic streetwear or elegant evening wear, Walkers of Fashion has you covered. Explore our carefully selected pieces and discover your signature look. Step confidently into the world of fashion with us, where style knows no bounds.', 'https://img.gamemonetize.com/2rys1vl7jpjxdx3ygzmzsv78xbroqb8o/512x384.jpg', 'https://html5.gamemonetize.com/2rys1vl7jpjxdx3ygzmzsv78xbroqb8o/', '0', 'Girls', 0, 0, '', 'walkers-of-fashion'), (1603, 'Grimace Shake Coloring Book', 'Grimace Shake Coloring Book! Choose the purple color to paint the grimace creature. Tap the camera to save your painting have fun!', 'https://img.gamemonetize.com/p53tyegaj9homg7sp1fw4u6l57jy1b3l/512x384.jpg', 'https://html5.gamemonetize.com/p53tyegaj9homg7sp1fw4u6l57jy1b3l/', '0', 'Puzzles', 0, 0, '', 'grimace-shake-coloring-book'), (1604, 'Ice Cream Maker With Dora', 'when dora need to sell ice cream. there is business', 'https://img.gamemonetize.com/4wfe2pucet321fi3n8o6hsfo51kojv1l/512x384.jpg', 'https://html5.gamemonetize.com/4wfe2pucet321fi3n8o6hsfo51kojv1l/', '0', 'Girls', 0, 0, '', 'ice-cream-maker-with-dora'), (1605, 'Autumn Endless Runner', 'You went out for a walk in a wooded area to view the beautiful autumn scenery, but then a creepy pumpkin ghost started chasing you. Run down the path to escape the pumpkin ghost. Tap the game screen to jump over obstacles and animals you encounter. Dont let the pumpkin ghost catch you!', 'https://img.gamemonetize.com/wbkkipl2cqoy1a9isgajuovum40ruz0g/512x384.jpg', 'https://html5.gamemonetize.com/wbkkipl2cqoy1a9isgajuovum40ruz0g/', '0', 'Adventure', 0, 0, '', 'autumn-endless-runner'), (1606, 'Skibidi Toliet Puzzle Game', 'Are You able to collect all the purple Goo? Squash the Goos as you roll, climb, bounce, and zoom around devilishly designed levels. A challenge awaits anyone hard enough to squash some Goos! This physics-based puzzle game is hours of enjoyment for the whole family!', 'https://img.gamemonetize.com/eavbg7zz3syd5fcsblpikk41hygsptnv/512x384.jpg', 'https://html5.gamemonetize.com/eavbg7zz3syd5fcsblpikk41hygsptnv/', '0', 'Puzzles', 0, 0, '', 'skibidi-toliet-puzzle-game'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (1607, 'DIY Makeover ASMR Mask 3D', 'If youre blessed with healthy skin, thats great! But if not, a transformation is in order. Building a soothing ASMR skincare routine at home is crucial. Understanding which makeup and skincare ingredients suit your skin type is essential. Try DIY Makeover: ASMR Mask 3D, where you can mimic a salon experience using natural ingredients like avocado, coconut, cucumber, and more to craft a mesmerizing 3D face mask. Intriguing, isnt it? Website Developer <a href=\'https://www.crazygamesonline.com/\'>https://www.crazygamesonline.com/</a>', 'https://img.gamemonetize.com/rqhmh5wmt61p9j2t34yxfrl1u5am4ufm/512x384.jpg', 'https://html5.gamemonetize.com/rqhmh5wmt61p9j2t34yxfrl1u5am4ufm/', '0', 'Arcade', 0, 0, '', 'diy-makeover-asmr-mask-d'), (1608, 'Sunken Treasure Escape', 'You explore a sunken ship deep under the sea surface. The only way to escape is to reveal the secrets of the ship and find the valuable treasures hidden inside.', 'https://img.gamemonetize.com/sixlboeou1zfg2qv2tv17071kuf7ujmg/512x384.jpg', 'https://html5.gamemonetize.com/sixlboeou1zfg2qv2tv17071kuf7ujmg/', '0', 'Puzzles', 0, 0, '', 'sunken-treasure-escape'), (1609, 'Raft Evolution', 'Sea Survival is an open sandbox where there is no civilization, only wildlife, build a raft, get resources, fish and cook, and then explore the islands. The objective of the game is to survive as long as possible while facing various obstacles and challenges. Use the grappling hook to collect lost chests, boards and other resources nearby.Build and upgrade your raft, craft a workbench, a bowler hat, a bed, unlock new items. The game features a day and night cycle, and player will have to balance their activities during the day and night.', 'https://img.gamemonetize.com/axvy68jw3vbd632xu4yxin9u8kd5uw08/512x384.jpg', 'https://html5.gamemonetize.com/axvy68jw3vbd632xu4yxin9u8kd5uw08/', '0', 'Adventure', 0, 0, '', 'raft-evolution'), (1610, 'Mahjong Solitaire World Tour', 'Mahjong Solitaire: World Tour elevates tile-matching. Solve levels to explore global cities in a journey through time. With striking graphics and smooth gameplay, its a must for puzzle lovers. Start your ultimate Mahjong adventure today!', 'https://img.gamemonetize.com/scp0z5cwaa8x6sh0sznt5gd1boplv8zj/512x384.jpg', 'https://html5.gamemonetize.com/scp0z5cwaa8x6sh0sznt5gd1boplv8zj/', '0', 'Puzzles', 0, 0, '', 'mahjong-solitaire-world-tour'), (1611, 'Makeup Doll Creator', 'Oh! Look at her dirty face! She needs your help to clean and make up, come and help makeup doll and become a fashion designer! Clean up the dirty little face and help the makeup doll regain her beauty! After cleaning the face, give the makeup doll a perfect makeup look! Eyebrows, eye shadows, color contacts, lipsticks... you can choose whatever you want ! After finishing the makeup, its time to choose todays outfit for the makeup doll! Are you going to wear a skirt or a dress today? Use your wonderful matching skills to match the most fashionable and cutest outfits for the makeup doll!', 'https://img.gamemonetize.com/x83o8fdaq5xqav69off36popk6107xkg/512x384.jpg', 'https://html5.gamemonetize.com/x83o8fdaq5xqav69off36popk6107xkg/', '0', 'Girls', 0, 0, '', 'makeup-doll-creator'), (1612, 'Hillside Drive Master', 'Embark on an exhilarating 3D truck delivery adventure with Hillside Drive Master. Your mission is to transport 3 stickmen across various levels to the peak of the mountain. Along the challenging journey, feel free to toss the stickmen - as long as you reach the finish line. Collect coins along the way to unlock mystery gifts for added fun. If youre ready to take on the Hillside Drive Master challenge, then hop into this 3D trucking experience and get ready for thrills and excitement like never before!', 'https://img.gamemonetize.com/mapfm8t3unz663vwmw69nsttog7a0uq4/512x384.jpg', 'https://html5.gamemonetize.com/mapfm8t3unz663vwmw69nsttog7a0uq4/', '0', 'Racing', 0, 0, '', 'hillside-drive-master'), (1613, 'Princess Girls Steampunk Rivalry', 'Welcome to the Princess Girls Steampunk Rivalry. Princess Anna, Elsa, Jasmine, Ariel, Moana, and Snow White are getting ready to attend a fun-themed party and they need your expert helping hand to properly get ready for it. The theme is steampunk and only you can help them slay some statement looks &ndash; are you ready to begin the fun? Come and join the Disney girls and have fun!', 'https://img.gamemonetize.com/3y2ithr5gbx58nnr5uyphkm2vplilyex/512x384.jpg', 'https://html5.gamemonetize.com/3y2ithr5gbx58nnr5uyphkm2vplilyex/', '0', 'Girls', 0, 0, '', 'princess-girls-steampunk-rivalry'), (1614, 'Grimace Bullet Blender', 'In the exciting game Grimace Bullet Blender, players are tasked with a thrilling challenge. Their objective is to click on the police officer or any object on the map to direct the bullet towards the character, Grimace. Once the bullet is perfectly aligned with Grimace, a SHOOT button will appear, ready to be activated. This dynamic gameplay mechanic adds an element of precision and strategy to the game, making it an engaging experience for players of all ages. Website Developer <a href=\'https://www.crazygamesonline.com/\'>https://www.crazygamesonline.com/</a>', 'https://img.gamemonetize.com/74ijtek8l89t61rhi0x5f7f4feuhh78r/512x384.jpg', 'https://html5.gamemonetize.com/74ijtek8l89t61rhi0x5f7f4feuhh78r/', '0', 'Shooting', 0, 0, '', 'grimace-bullet-blender'), (1615, 'Sliding Tim Way to home', 'Adventure game based on completing a difficult path. You play as the hero Tim. He was far from home and he needed help to run back. But the path ahead is not easy, along the way you have to overcome many different obstacles, you will need to go through mud, desert and even red-hot lava. It is important to keep the pace, to slip somewhere, and to slow down in time. At first glance, a simple task can turn into a failure, because with each new step, unpredictable routes await you.', 'https://img.gamemonetize.com/84rvpxnkansrlfh9i0h2yewafwk684lt/512x384.jpg', 'https://html5.gamemonetize.com/84rvpxnkansrlfh9i0h2yewafwk684lt/', '0', 'Hypercasual', 0, 0, '', 'sliding-tim-way-to-home'), (1616, 'TO DO Finish the game', 'The developer didnt finish making the game... Luckily, you can use the power of events programming to create your own game mechanics, and make the game finishable! Join Morcrimer in his adventure across 5 levels in this game-jam winning puzzle platformer game.', 'https://img.gamemonetize.com/ihy9isgxrqvidrj1mmhwkvlx8ychfytl/512x384.jpg', 'https://html5.gamemonetize.com/ihy9isgxrqvidrj1mmhwkvlx8ychfytl/', '0', 'Puzzles', 0, 0, '', 'to-do--finish-the-game'), (1617, 'Daddy Escape', 'Daddy Escape-Save Pull Pin Out game is a unique hyper casual puzzle game. Use your brain to solve the tricky pin pull out puzzle game and get the daddy out before it&rsquo;s too late. In this pull pin game, Help Daddy rescue to escape from the dangerous home be careful about Monsters, Villains, Bombs, Spike, Lava and all such dangerous obstacles. Its now up to your puzzle game critical thinking of how you will get the daddy out escape games and save him. If you like escape and pull the pin games, You will love this how-to loot - Save daddy brain puzzle. Let test your IQ with Daddy Escape game.', 'https://img.gamemonetize.com/a7n5ti86okzul9z3h9o8wqkg1blo04wh/512x384.jpg', 'https://html5.gamemonetize.com/a7n5ti86okzul9z3h9o8wqkg1blo04wh/', '0', 'Puzzles', 0, 0, '', 'daddy-escape'), (1618, 'Pixel Survivor 2D', 'Experience Pixel Survivor 2D, an action-packed 2D game where you navigate a pixelated world, engage pixel enemies, and upgrade your weapon for survival. Move skillfully through the dynamic map, taking down foes with precise shooting. Collect power-ups to enhance your weaponry and relish the nostalgic charm of retro pixel art. Pixel Survivor 2D offers addictive gameplay and promises the thrill of survival through pixel-perfect battles. Website Developer <a href=\'https://www.crazygamesonline.com/\'>https://www.crazygamesonline.com/</a>', 'https://img.gamemonetize.com/k803valqfz5j8j3qungk3np3xjkdnndt/512x384.jpg', 'https://html5.gamemonetize.com/k803valqfz5j8j3qungk3np3xjkdnndt/', '0', 'Arcade', 0, 0, '', 'pixel-survivor-d'), (1619, 'Conquer us', 'Conquer Us is an abstract strategic online game made in the genre of puzzles. It has super simple graphics, a nice color palette that calms and relaxes. Here victory is achieved through careful planning and deployment of your goal.', 'https://img.gamemonetize.com/lpm2zdah0myw9ghjp5723v1a09fhxga9/512x384.jpg', 'https://html5.gamemonetize.com/lpm2zdah0myw9ghjp5723v1a09fhxga9/', '0', 'Puzzles', 0, 0, '', 'conquer-us'), (1620, 'Insect Pic Puzzles', 'Move pieces of insect images between tiles to arrange them in proper order. Touch or click a block to shift it to an adjacent blank place. You will lose points after each second, so finish it in a smart way to save maximum points.', 'https://img.gamemonetize.com/dmtksav2tmir0t7efernr5bh248336lj/512x384.jpg', 'https://html5.gamemonetize.com/dmtksav2tmir0t7efernr5bh248336lj/', '0', 'Puzzles', 0, 0, '', 'insect-pic-puzzles'), (1621, 'Welding Master', 'Become the ultimate Welding Master in this thrilling game! Dive into the world of metalwork as you tackle intricate welding challenges. Show off your skills by fusing metals with precision and creativity. From crafting ornate sculptures to fixing crucial structures, every task pushes your welding prowess to the limit. Explore a variety of realistic environments and unlock new welding techniques. With stunning visuals and immersive gameplay, Welding Master offers an authentic welding experience like never before. Are you up for the challenge? Put on your welding helmet and let the sparks fly in this epic welding adventure!', 'https://img.gamemonetize.com/cmey00bgnmjlm121cjjmb4hpm6xi548f/512x384.jpg', 'https://html5.gamemonetize.com/cmey00bgnmjlm121cjjmb4hpm6xi548f/', '0', 'Arcade', 0, 0, '', 'welding-master'), (1622, 'Cube Adventure Run', 'Try to pass over the blocks! 9 different cubes! Cube Adventure Run is a fun casual game.', 'https://img.gamemonetize.com/dec1iei9ohuvd7fm4njkm7tkugsydmb2/512x384.jpg', 'https://html5.gamemonetize.com/dec1iei9ohuvd7fm4njkm7tkugsydmb2/', '0', 'Hypercasual', 0, 0, '', 'cube-adventure-run'), (1623, 'Dragon Ball Treasure Hunter', 'Hunt all dragon ball in the scene. Find them all! Beyond the epic battles, experience life in the DRAGON BALL Z world as you fight', 'https://img.gamemonetize.com/b6j0kxmgizy8pdg4t1gjuc1riw0hwxba/512x384.jpg', 'https://html5.gamemonetize.com/b6j0kxmgizy8pdg4t1gjuc1riw0hwxba/', '0', 'Adventure', 0, 0, '', 'dragon-ball-treasure-hunter'), (1624, 'Battle of the Match Man', 'You can command the army of the Stick Kingdom and manage their resources and workload to effectively defeat the enemy. Mining, construction, equipping, upgrading, attacking, and defending until your people are liberated. First train miners to collect gold, and then use your income for units such as shields, archers, barbarians, and even mages! Build a defense tower using stones collected by miners. Dont forget to upgrade every unit and building you have to reach the full limit of your strength.', 'https://img.gamemonetize.com/00y37v5jbzu9bqwhpqugbuwiqx1k8yiz/512x384.jpg', 'https://html5.gamemonetize.com/00y37v5jbzu9bqwhpqugbuwiqx1k8yiz/', '0', 'Adventure', 0, 0, '', 'battle-of-the-match-man'), (1625, 'Dinosaur Endless', 'Dinosaur is a new endless game you must to jump via spikes but not touch the spikes every level have difrent dificulty and difrent speed on circle the circle is rotate and you must jump jump Dinosaur is a new endless game you must to jump via spikes but not touch the spikes every level have difrent dificulty and difrent speed on circle the circle is rotate and you must jump jump Dinosaur is a new endless game you must to jump via spikes but not touch the spikes every level have difrent dificulty and difrent speed on circle the circle is rotate and you must jump jump Dinosaur is a new endless game you must to jump via spikes but not touch t', 'https://img.gamemonetize.com/8u80akhgtad4i3bevcp0mg62bjv5ef3c/512x384.jpg', 'https://html5.gamemonetize.com/8u80akhgtad4i3bevcp0mg62bjv5ef3c/', '0', 'Hypercasual', 0, 0, '', 'dinosaur-endless'), (1626, 'Dirty Seven', 'Dirty Seven is a shedding-type card game for 2 players. The objective of the game is to be the first player to discard all the cards in your hand. At the beginning the two players are dealt 7 cards each. The players can see their own cards. One card is dealt face-up onto the waste pile. Remaining cards are set aside forming a stock pile. In each turn player is supposed to discard one or more cards. If player has no matching card to throw, he/she must pick a card from the stock pile. Player can discard a card only if it matches either the rank or the suit of the top card in the waste pile.', 'https://img.gamemonetize.com/w3452owuwcny67ylbc19r0xfk00zvqzt/512x384.jpg', 'https://html5.gamemonetize.com/w3452owuwcny67ylbc19r0xfk00zvqzt/', '0', 'Hypercasual', 0, 0, '', 'dirty-seven'), (1627, 'The Mando', 'The Mando &eacute; uma homenagem em forma de game ao Star Wars, The Mandaloriam e Flappy Bird. Com isso o jogador ir&aacute; se divertir em quando joga e tenta conquistar 100 pontos ouvindo a trilha sonora cl&aacute;ssica de The Mandalorian enquanto controla o pr&oacute;prio Mandaloriano voando nos c&eacute;us do planeta Nevaro, planeta cl&aacute;ssico da s&eacute;rie The Mandalorian.', 'https://img.gamemonetize.com/5gor8gckf5d4rpdxvaxsow5dixwn05hw/512x384.jpg', 'https://html5.gamemonetize.com/5gor8gckf5d4rpdxvaxsow5dixwn05hw/', '0', 'Hypercasual', 0, 0, '', 'the-mando'), (1628, 'Math Trivia', 'Math Trivia is a Fun Math Trivia Game containing Brainy Math Puzzles &amp; Quizzes which helps you to learn basic problems, equations, sequences, series, etc.Math Trivia will help you develop abstract and logical thinking, develop perseverance, sharpen the intellect, ability to analyze, raise IQ, and memory. This Math Trivia Consists of multiple levels from simple to complex. With each level, it gets more complicated and more interesting.', 'https://img.gamemonetize.com/tbtdqtmxvd1bjwl9bsbpf7nzlm7zu3h3/512x384.jpg', 'https://html5.gamemonetize.com/tbtdqtmxvd1bjwl9bsbpf7nzlm7zu3h3/', '0', 'Puzzles', 0, 0, '', 'math-trivia'), (1629, 'Hole Fire', 'Black holes can collect weapons. For a big weapon, youll need a big black hole. Collect big guns, bombs and bullets. You will have to fight the enemy with all weapons You collect weapons with the help of a black hole! Can you beat them with a black hole?', 'https://img.gamemonetize.com/wn43hl3qi82qjrlkmng5nmngla08kexe/512x384.jpg', 'https://html5.gamemonetize.com/wn43hl3qi82qjrlkmng5nmngla08kexe/', '0', 'Arcade', 0, 0, '', 'hole-fire'), (1630, 'Draw Car 3D', 'Here is a drawing puzzle and a car-racing arcade game. It is managed for you to draw a body on the wheels and defeat your AI enemy at each level. When you colleect enough coins, you can buy more skins in the shop.', 'https://img.gamemonetize.com/t1r0cmlexylcv82l04v4fb19zuocayi1/512x384.jpg', 'https://html5.gamemonetize.com/t1r0cmlexylcv82l04v4fb19zuocayi1/', '0', 'Arcade', 0, 0, '', 'draw-car-d'), (1631, 'Dragon Ball 5 Difference', 'Welcome to Dragon Ball 5 Difference, the thrilling and completely free spot-the-difference game thats perfect for both kids and adults alike! Get ready to join a captivating journey of visual puzzles and excitement. In this enchanting game, your task is to sharpen your observation skills by spotting the five subtle differences between two images from the Dragon Ball universe. Its a game that offers both entertainment and a delightful challenge, suitable for fans of all ages. Whether youre a devoted Dragon Ball enthusiast or simply seeking a fun way to test your keen eye, Dragon Ball 5 Difference is here to provide endless enjoyment.', 'https://img.gamemonetize.com/o39i8g6342bwz5w6js8zuszwa515b82t/512x384.jpg', 'https://html5.gamemonetize.com/o39i8g6342bwz5w6js8zuszwa515b82t/', '0', 'Puzzles', 0, 0, '', 'dragon-ball--difference'), (1632, 'Ellie Fashion Fever Game', 'Welcome to Ellie Fashion Fever. Ellie is a supermodel who is inspired more by the latest fashion trends. She tired of trying old fashion and plan try something unique. Help her to try different trends by browsing her wardrobe and picking cute outfits in each fashion style. And don&rsquo;t forget to try different hairstyles in each fashion.', 'https://img.gamemonetize.com/nqnc61umviui57gsforayhpkwgopsh7j/512x384.jpg', 'https://html5.gamemonetize.com/nqnc61umviui57gsforayhpkwgopsh7j/', '0', 'Girls', 0, 0, '', 'ellie-fashion-fever-game'), (1633, 'Love Couple Wedding Day', 'Love Couple Wedding Day is an online game that you can play on Babygames for free. The most magical dress-up game where youre the fashion wizard for the bride and groom. You can mix and match beautiful dresses, elegant veils, charming accessories, and handsome suits to create the perfect wedding look for the lovely couple. Let your creativity sparkle and make their special day even more fabulous. Lets make them the most dazzling duo on their wedding day!', 'https://img.gamemonetize.com/xvm1t0papuz92hp3n2b27zx8wtu6nfrc/512x384.jpg', 'https://html5.gamemonetize.com/xvm1t0papuz92hp3n2b27zx8wtu6nfrc/', '0', 'Girls', 0, 0, '', 'love-couple-wedding-day'), (1634, 'Baby Panda Kindergarten', 'Welcome to Baby Panda: My Kindergarten, an enchanting game that offers a delightful and interactive experience for young children. Immerse your child in the captivating world of Baby Panda and explore the wonders of kindergarten through engaging activities and mini-games. With its vibrant visuals, intuitive gameplay, and educational content, this is the perfect game for preschoolers to learn and have fun simultaneously. Lets dive into the exciting features of this game!', 'https://img.gamemonetize.com/sv78nw99cnsncbyaotz0yjlp5q1lcg05/512x384.jpg', 'https://html5.gamemonetize.com/sv78nw99cnsncbyaotz0yjlp5q1lcg05/', '0', 'Girls', 0, 0, '', 'baby-panda-kindergarten'), (1635, 'Workshop Tools Link', 'Workshop Tools Link is a block connect game. You need to connect two blocks of identical tools. The Connecting Line between two matching tools can have only two turns. Make connections between the matching tools while you fight to keep up with the clock. Can you clear the board before time runs out?', 'https://img.gamemonetize.com/q1jj04nzja0r8xfv3vtos1e6y9c6810b/512x384.jpg', 'https://html5.gamemonetize.com/q1jj04nzja0r8xfv3vtos1e6y9c6810b/', '0', 'Puzzles', 0, 0, '', 'workshop-tools-link'), (1636, 'Bomb Evolution', 'Bomb Evolution is an exhilarating cannon shooting arcade game that boasts vibrant 3D cartoon game art animation. On the mysterious and mist-shrouded island, you have the opportunity to strategically establish not one, but three main bases, bolstered by an additional rocket. Engage in an enthralling battle against a formidable opponent, both of you operating under identical circumstances. Your ultimate objective: obliterating all the enemys main bases positioned on the neighboring fog-laden island. May victory in this war be your prized accomplishment!', 'https://img.gamemonetize.com/61cmve3krp2rkpgoj66z0mcaxfw9cqt8/512x384.jpg', 'https://html5.gamemonetize.com/61cmve3krp2rkpgoj66z0mcaxfw9cqt8/', '0', 'Arcade', 0, 0, '', 'bomb-evolution'), (1637, 'Leader Follow', 'Embark on an epic adventure in our immersive game, where the dynamic Leader Follow script takes center stage. In this captivating virtual world, youll lead a group of intrepid heroes, each with their unique abilities, on a quest to save the realm. As the leader, youll strategize and navigate perilous challenges, while your AI-driven companions follow your every move, adapting to your decisions. With the power of Leader Follow, teamwork and camaraderie are essential for victory. Are you ready to lead and conquer?', 'https://img.gamemonetize.com/lnvgl3wwmdc7fv96gtuexib6iobvu619/512x384.jpg', 'https://html5.gamemonetize.com/lnvgl3wwmdc7fv96gtuexib6iobvu619/', '0', 'Arcade', 0, 0, '', 'leader-follow'), (1638, 'Filled Glass 5 Fire And Ice', 'Welcome to a new game called Filled Glass 5: Fire &amp; Ice. Just like the previous parts of the game you have to fill the glasses with frozen balls where you will face various obstacles to reach the desired goal.', 'https://img.gamemonetize.com/zpj65k5raqily5u6p0y5naum07w4fdra/512x384.jpg', 'https://html5.gamemonetize.com/zpj65k5raqily5u6p0y5naum07w4fdra/', '0', 'Puzzles', 0, 0, '', 'filled-glass--fire-and-ice'), (1639, 'Casstle Puzzle Fight', 'Welcome to Castle Enigma! Ready your brave soldiers and brace yourself for an extraordinary clash! Seize rival realms with the assistance of your valiant troops. The dragon is here to wreak havoc on the battlefield. Meanwhile, the wizard and archer are primed to target distant foes. Nevertheless, the challenge ahead is formidable, for the adversarys monarch staunchly guards his fortress!', 'https://img.gamemonetize.com/0gtg17gekbuugpnss5fpullp2famfaqr/512x384.jpg', 'https://html5.gamemonetize.com/0gtg17gekbuugpnss5fpullp2famfaqr/', '0', 'Arcade', 0, 0, '', 'casstle-puzzle-fight'), (1640, 'Bounce Run', 'This fun and addictive game relies on your mouse clicks. Your goal in the game is to make your character run forward at high speed, avoiding obstacles to reach the farthest distance possible. The farther you can go, the more achievements you will earn! Based on your achievements, you can unlock new appearances for your character. This adds a personalization and competitiveness element to the game, keeping you motivated. To achieve more success, youll need quick reflexes, timing skills, and keen observation.', 'https://img.gamemonetize.com/sa3k1y1gqynnk9d0opa9spgl82wsaant/512x384.jpg', 'https://html5.gamemonetize.com/sa3k1y1gqynnk9d0opa9spgl82wsaant/', '0', 'Arcade', 0, 0, '', 'bounce-run'), (1641, 'Steve Hardcore', 'Are you ready for Steves exciting adventure? There are green monsters everywhere, and you need to collect all the obsidian pieces. Gather all the pieces and reach the opened black hole. Go through the black hole and reach the portal in the cave. You must reach the portal safely. Remember, youre in hardcore mode. You have three chances to die. If you die more than three times, all levels will be deleted, and youll start from scratch.', 'https://img.gamemonetize.com/qs38bf20ttu1xfe0ky02ta1guhwp9jwk/512x384.jpg', 'https://html5.gamemonetize.com/qs38bf20ttu1xfe0ky02ta1guhwp9jwk/', '0', 'Adventure', 0, 0, '', 'steve-hardcore'), (1642, 'Speedway Formula Drag 2023', 'Hey there, if you love drag games and ever imagined racing a car on a formula track, then Speedway Formula Drag Game 2023 is just for you! Its a super exciting drag racing game where you control your car by swiping left and right. Get ready to rev up your engines and experience the thrill of high-speed racing. Join us now and dominate the track!', 'https://img.gamemonetize.com/39d40qpa8kgza09br0yn70og5ac9vev1/512x384.jpg', 'https://html5.gamemonetize.com/39d40qpa8kgza09br0yn70og5ac9vev1/', '0', 'Racing', 0, 0, '', 'speedway-formula-drag-'), (1643, 'Assassin Ninja Rush', 'Experience high-octane ninja action in Assassin Ninja Rush! Take control of an assassin ninja, sprinting and dodging through enemies. Strategically eliminate foes to reach new levels. Unlock characters and weapons by completing levels or using gold coins in the in-game store. Dodge bullets, smash crates for health, and hone your skills to become the ultimate ninja assassin! Assassin Ninja Rush delivers an immersive, arcade-style 3D adventure that will put your ninja abilities to the test.', 'https://img.gamemonetize.com/4u0xi4xzgenklu3n77ikfb0ra7rztbzo/512x384.jpg', 'https://html5.gamemonetize.com/4u0xi4xzgenklu3n77ikfb0ra7rztbzo/', '0', 'Adventure', 0, 0, '', 'assassin-ninja-rush'), (1644, 'Bike Stunt Race', 'Take the thrill to new heights in Bike Stunt Race, an immersive motorcycle racing game set in stunning 3D worlds. Youre in control of a skilled rider, navigating challenging tracks while pulling off jaw-dropping stunts. Maneuver ramps and speed markers to flip and spin as you swerve around obstacles and collect coins to customize your bike. This high-octane adventure demands quick reflexes and strategy to reach the finish line. With exhilarating environments and stunts galore, Bike Stunt Race offers an adrenaline-fueled motorcycling experience. Start your engine!', 'https://img.gamemonetize.com/0n8vekxew85vhen3psp4xq8a20r1s0tv/512x384.jpg', 'https://html5.gamemonetize.com/0n8vekxew85vhen3psp4xq8a20r1s0tv/', '0', 'Racing', 0, 0, '', 'bike-stunt-race'), (1645, 'Dont Drop The Skibidi', 'Dont let Skibidi and Grimace fall! And pop all the balloons that you see on the screen! Tap with your finger or click with your mouse on the screen to popo the balloons and touch/click the Skibidi/Grimace to prevent it from falling down. You need to play and sign a good record to unlock the Grimace! Enjoy this supercool game!', 'https://img.gamemonetize.com/o3450qzrjrt9bzsx606ywx2v8dked4m2/512x384.jpg', 'https://html5.gamemonetize.com/o3450qzrjrt9bzsx606ywx2v8dked4m2/', '0', 'Hypercasual', 0, 0, '', 'dont-drop-the-skibidi'), (1646, 'Flappy Ring', 'Flappy Ring - jump or lose. One click - one jump. Set records! Compete with your friends! You are a brave goose trying to get home, flying through a scary forest. Dont run into obstacles. Collect coins and compete with other players! In the game you will find a generated infinite level. The ability to continue the game after death. Become the best goose in the high score table and tell your friends!', 'https://img.gamemonetize.com/zw90faeblma3xobtp69dpdubq6r1ejk5/512x384.jpg', 'https://html5.gamemonetize.com/zw90faeblma3xobtp69dpdubq6r1ejk5/', '0', 'Hypercasual', 0, 0, '', 'flappy-ring'), (1647, 'Little Dino Returns 2023', 'Join Little Dino in an exciting adventure as he returns in the all-new game, Little Dino Adventure Returns 2023! This delightful 2D platformer offers a thrilling and challenging experience across 06 vibrant levels that will put your skills to the test. Embark on a colorful journey through the valley of fear, where our little hero encounters numerous obstacles and challenges. Your mission is to help Little Dino collect all the precious golden eggs scattered throughout each stage to earn three stars and conquer every level. Play this game exclusively on gamehippy.com', 'https://img.gamemonetize.com/ygy1welodkrvbuxb7j2976hwytu87as9/512x384.jpg', 'https://html5.gamemonetize.com/ygy1welodkrvbuxb7j2976hwytu87as9/', '0', 'Adventure', 0, 0, '', 'little-dino-returns-'), (1648, 'Mirror Wizard', 'Mirror Wizard is retro a platforming-puzzle game where you control a wizard that has the power to teleport to the other side of the level. You have to help the wizard to jump, avoid obstacles, and use his magic to flip sides to complete the levels.', 'https://img.gamemonetize.com/vb0dhvq6vw0ng9k2rlwygt2a2vnp3flb/512x384.jpg', 'https://html5.gamemonetize.com/vb0dhvq6vw0ng9k2rlwygt2a2vnp3flb/', '0', 'Puzzles', 0, 0, '', 'mirror-wizard'), (1649, 'Ninja Stickman Warrior HTML5', 'The Stickman Ninja Warrior game presents a distinctive puzzle-solving experience. In this game, your mission is to liberate prisoners using the limited supply of shurikens at your disposal. Exercise caution and strategic thinking as you navigate through a series of unique and challenging levels. Website Developer <a href=\'https://www.crazygamesonline.com/\'>https://www.crazygamesonline.com/</a>', 'https://img.gamemonetize.com/qkf5109t7ye847az9c0p1jffbq031ikn/512x384.jpg', 'https://html5.gamemonetize.com/qkf5109t7ye847az9c0p1jffbq031ikn/', '0', 'Action', 0, 0, '', 'ninja-stickman-warrior-html'), (1650, 'Manga Math Tutor', 'Manga Math Tutor is a puzzle game that challenges you to do some math calculations. The goal is for you to get better and faster at doing mental calculations in a fun and enjoyable manner.', 'https://img.gamemonetize.com/lds40t5xmiwz645yfxusc6wrww6l2rrc/512x384.jpg', 'https://html5.gamemonetize.com/lds40t5xmiwz645yfxusc6wrww6l2rrc/', '0', 'Puzzles', 0, 0, '', 'manga-math-tutor'), (1651, 'Princess Makeup Dressup Games', 'Princess Makeup Dressup Games is an online game that you can play on Babygames for free. In order to welcome the return of Princess, the king will hold a grand ball. She wants to dress up and meet the prince. Can you help her? Come join the princess dressing room and create the perfect princess!', 'https://img.gamemonetize.com/zxw0mbzvolzpsd8iai9ftu10e9f5kbxc/512x384.jpg', 'https://html5.gamemonetize.com/zxw0mbzvolzpsd8iai9ftu10e9f5kbxc/', '0', 'Girls', 0, 0, '', 'princess-makeup-dressup-games'), (1652, 'Far Orion', 'The year is 2121. Technology has advanced far beyond the bounds of our wildest fantasies, but great progress demands great sacrifice... Explore other worlds in the search for treasure and limitless power! Command a team of brave heroes and lead your world to victory!', 'https://img.gamemonetize.com/ecfl6prpqgli1899z0kdy33gwtgbrqie/512x384.jpg', 'https://html5.gamemonetize.com/ecfl6prpqgli1899z0kdy33gwtgbrqie/', '0', 'Multiplayer', 0, 0, '', 'far-orion'), (1653, 'Diamond Compiler', 'Diamond Compiler - in this game all you have to do is collect the diamonds! Collect as many diamonds as possible to stay alive in the game. Do not forget about the obstacles that are coming from the sky. Move left and right or jump to avoid the obstacle.', 'https://img.gamemonetize.com/mb2rjtvy72ygi16qfhknkifs1qo11p0o/512x384.jpg', 'https://html5.gamemonetize.com/mb2rjtvy72ygi16qfhknkifs1qo11p0o/', '0', 'Hypercasual', 0, 0, '', 'diamond-compiler'), (1654, 'Color Me', 'Color Me is a fascinating puzzle game that challenges your problem-solving and visual perception skills. In each level, you are presented with an example image of a fully colored puzzle. Your task is to recreate this image by coloring the blocks correctly. The game features a grid-like board consisting of interconnected lines and blocks. Each block represents a section that needs to be colored. To solve the puzzle, you must analyze the given example and determine the correct sequence of coloring the lines. As you progress through the game, the puzzles become increasingly complex.', 'https://img.gamemonetize.com/dwphubssmiljc7q97t3wdw44voht5w0e/512x384.jpg', 'https://html5.gamemonetize.com/dwphubssmiljc7q97t3wdw44voht5w0e/', '0', 'Puzzles', 0, 0, '', 'color-me'), (1655, 'Spot 5 Differences Deserts', 'This is a Spot The Difference type of puzzle game where players must find differences between two otherwise similar images. Try to find differences using your hawk eyes and tap that otherwise use the hint. Saved time will give you an extra bonus.', 'https://img.gamemonetize.com/pjgke2yfm4f6yorxic0s3ypa1bbd1y1w/512x384.jpg', 'https://html5.gamemonetize.com/pjgke2yfm4f6yorxic0s3ypa1bbd1y1w/', '0', 'Puzzles', 0, 0, '', 'spot--differences-deserts'), (1656, 'Grimace Shake Hidden Skibidi Toilet', 'Find skibidi toilet between Grimace Shake', 'https://img.gamemonetize.com/jqg4ayajsoadoejvqdna1gw6m559p1sm/512x384.jpg', 'https://html5.gamemonetize.com/jqg4ayajsoadoejvqdna1gw6m559p1sm/', '0', 'Adventure', 0, 0, '', 'grimace-shake-hidden-skibidi-toilet'), (1657, 'Penguin Love Puzzle 3', 'Penguin Love Puzzle is a fun pixel puzzle game. A couple of penguins are forced to separate, and you need to move and exchange blocks to reunite them. On the way, be careful of spikes and traps, if you accidentally hit them you will fail. Use your brain, help them and have fun!', 'https://img.gamemonetize.com/cyu45eouddq47s8igujbiqs6d7zojk4d/512x384.jpg', 'https://html5.gamemonetize.com/cyu45eouddq47s8igujbiqs6d7zojk4d/', '0', 'Puzzles', 0, 0, '', 'penguin-love-puzzle-'), (1658, 'Car Racing Championship', 'Are you confident in your driving skills? Do you want to challenge your driving skills? Car Racing Championship is made for you! In Car Racing Championship, you will drive various excellent cars to complete incredible races! Your opponents are very tough! The types of races are diverse! Can you win the championship? Try this game! Have fun!', 'https://img.gamemonetize.com/55erbsn8awr3f99zhy6ek545byx5lexj/512x384.jpg', 'https://html5.gamemonetize.com/55erbsn8awr3f99zhy6ek545byx5lexj/', '0', 'Racing', 0, 0, '', 'car-racing-championship'), (1659, 'Motor Stunt Simulator 3D', 'The most thrilling motorcycle stunt game is here! In Motor Stunt Simulator 3D, you can enjoy the most exciting tracks! Each level brings you a new experience! Each level has a unique design! Can you pass them all? The most important thing is that each level has three stars! They are in different places! Can you find them all? Try this game! Have fun!', 'https://img.gamemonetize.com/sx60zz45e6khlxbs4if4f11cgbmll81s/512x384.jpg', 'https://html5.gamemonetize.com/sx60zz45e6khlxbs4if4f11cgbmll81s/', '0', 'Sports', 0, 0, '', 'motor-stunt-simulator-d'), (1660, 'Twin Baby Care', 'Twin Baby Care is a delightful caring game. Play as a loving caregiver and take care of adorable twin babies. Feed, bathe, and dress up the babies to keep them happy and healthy. With its cute graphics and interactive gameplay, this game provides a realistic and nurturing experience. Enjoy the joys of parenthood in this fun and engaging game. Get ready to embrace the challenges of Twin Baby Care and create unforgettable memories!', 'https://img.gamemonetize.com/ta7nr1d3v7yxvgsl5x0pacwbv81fczor/512x384.jpg', 'https://html5.gamemonetize.com/ta7nr1d3v7yxvgsl5x0pacwbv81fczor/', '0', 'Girls', 0, 0, '', 'twin-baby-care'), (1661, 'One Bullet To Grimace', 'One Bullet to Grimace is a shooting game where the player needs to control a bullet after firing it. The bullet can be steered left and right to target multiple enemy grimaces. The objective is to destroy all enemies to win. The game features 50 levels. Website Developer <a href=\'https://www.bestcrazygames.com/\'>https://www.bestcrazygames.com/</a>', 'https://img.gamemonetize.com/qdhbk8rmikytwo7d31x7nkyej7cvz6lk/512x384.jpg', 'https://html5.gamemonetize.com/qdhbk8rmikytwo7d31x7nkyej7cvz6lk/', '0', 'Shooting', 0, 0, '', 'one-bullet-to-grimace'), (1662, 'Girl Crazy Hair Challenge', 'Hairdressing time! You will become the boss of this hair salon and solve various hair problems for customers! Today, these four fashion girls come to your hair salon and want to solve their hair problrms. Please listen to their troubles and solve their hair problems! Have fun!', 'https://img.gamemonetize.com/n1wnuljdgk7wvedmng39aslm2zakkb2n/512x384.jpg', 'https://html5.gamemonetize.com/n1wnuljdgk7wvedmng39aslm2zakkb2n/', '0', 'Girls', 0, 0, '', 'girl-crazy-hair-challenge'), (1663, 'ATV Highway Racing', 'In the thrilling world of ATV highway racing, adrenaline junkies rev their engines for high-speed adventures. These rugged all-terrain vehicles, or ATVs, are customized for maximum performance on the asphalt. Racers navigate sharp turns and straightaways, showcasing their skills and pushing their machines to the limit. Whether its the roar of the engine or the pursuit of victory, ATV highway racing offers an exhilarating experience that keeps both riders and spectators on the edge of their seats. Website Developer <a href=\'https://www.bestcrazygames.com/\'>https://www.bestcrazygames.com/</a>', 'https://img.gamemonetize.com/c0jimko6ysr5m27a13a4ozmxuv50gkbq/512x384.jpg', 'https://html5.gamemonetize.com/c0jimko6ysr5m27a13a4ozmxuv50gkbq/', '0', 'Racing', 0, 0, '', 'atv-highway-racing'), (1664, 'Monsters Dungeon Battle', 'Fight against those monsters residing in the abandoned dungeon. Upgrade your stats, Collect classes, Wizard, Archer and more that can help you in your battle, and save the world by defeating them all!', 'https://img.gamemonetize.com/cb4lyqk01r8nugfoqxnaps191l2xvq9f/512x384.jpg', 'https://html5.gamemonetize.com/cb4lyqk01r8nugfoqxnaps191l2xvq9f/', '0', 'Action', 0, 0, '', 'monsters-dungeon-battle'), (1665, 'Blondie in the Real World', 'Blondie lives in her perfect doll world. She is happy, but one day she realizes that something is wrong with her life. Her life is too artificial and perfect. Blondie decides to go to the real world and do real things to feel real. Help the Blonde to embody her image in makeup. Bake a cake for the guests and put things in order together with Blondie in her new apartment. Pick up a delightful party outfit for her and remember that Blondies favorite colors are pink, gold and white.', 'https://img.gamemonetize.com/3zsf1ag0jnjgqmg9158368z640nme8mm/512x384.jpg', 'https://html5.gamemonetize.com/3zsf1ag0jnjgqmg9158368z640nme8mm/', '0', 'Puzzles', 0, 0, '', 'blondie-in-the-real-world'), (1666, 'Ancient Tower Defense', 'In Ancient Tower Defense, step into a world where cunning strategy meets the mysteries of the past. Defend against hordes of mythical creatures and armies with a unique blend of ancient technologies and mystical powers. Construct formidable towers, each infused with their own enchantments, as you journey through historically rich landscapes. Unlock legendary heroes, harness their abilities, and unravel the secrets of forgotten civilizations. Can you protect the past from the onslaught of darkness and emerge as the ultimate defender of history in this thrilling tower defense adventure?', 'https://img.gamemonetize.com/8as5wnz6kp48totjpdm7pzwg7kpg9zg6/512x384.jpg', 'https://html5.gamemonetize.com/8as5wnz6kp48totjpdm7pzwg7kpg9zg6/', '0', 'Arcade', 0, 0, '', 'ancient-tower-defense'), (1667, 'GBox Slide and Swap', 'Puzzle rectangular tags (also called Gem Puzzle, Boss Puzzle, Game of Fifteen, Mystic Square) and its variations, including a variant with pictures. The puzzle is a set of identical square tiles with numbers printed on them, lying in a rectangular box. One square field in the box remains empty. The goal of the game is to arrange the tiles in ascending order by moving them in the box, preferably with as few moves as possible.', 'https://img.gamemonetize.com/7fi3qv3em3vvym4rapdtkedejnrwrwp3/512x384.jpg', 'https://html5.gamemonetize.com/7fi3qv3em3vvym4rapdtkedejnrwrwp3/', '0', 'Puzzles', 0, 0, '', 'gbox-slide-and-swap'), (1668, 'Farmers Island', 'Play the game as a farmer, start planting different crops, manage your own farm and restore the real planting process. Players can get gold coins in various ways, for example, by sowing, watering and waiting for the harvest to ripen. Various props are also available to allow you to harvest faster, and you can also hire a group of workers to quickly accumulate wealth and create your own farmers paradise.', 'https://img.gamemonetize.com/ji6h5gdlr5qadt5il9tzbzphj9ed8fhm/512x384.jpg', 'https://html5.gamemonetize.com/ji6h5gdlr5qadt5il9tzbzphj9ed8fhm/', '0', 'Arcade', 0, 0, '', 'farmers-island'), (1669, 'Doll Cake Bakery Shop', 'Doll Cake Bakery Shop is an online game that you can play on Babygames for free. The owner of this lovely bakery has opened a new location downtown. Doll Cake Bakery brings different flavors of cakes for your wedding and birthday celebrations including strawberry cake, vanilla cake, pine apple cake, chocolate cake and caramel apple cake. Do you like chocolate cake? You can try a basic chocolate cake or try other variations from this doll cake bakery like strawberry cake, vanilla cake, pine apple cake or caramel apple cake.', 'https://img.gamemonetize.com/pa1jcmcknvkp37w87xk8l40winoyurmq/512x384.jpg', 'https://html5.gamemonetize.com/pa1jcmcknvkp37w87xk8l40winoyurmq/', '0', 'Girls', 0, 0, '', 'doll-cake-bakery-shop'), (1670, 'Jetpack Meteorfall', 'About the game In the midst of a meteor shower, your spacecraft malfunctions, leaving you with no choice but to make a daring escape. Take to the skies in this high-flying endless adventure! Soar through a world filled with danger and excitement as you collect coins and avoid oncoming drones and rockets. Customize your experience with money-collecting magnets, shield systems for protection, and a team of loyal drones that fly by your side, strategically shooting down oncoming threats. Will you rise to the challenge and become the ultimate airborne daredevil?', 'https://img.gamemonetize.com/y2k8uz9k1cisv7ydugmsa8vda0kg33v0/512x384.jpg', 'https://html5.gamemonetize.com/y2k8uz9k1cisv7ydugmsa8vda0kg33v0/', '0', 'Adventure', 0, 0, '', 'jetpack-meteorfall'), (1671, 'SafeSphere Abyss', 'Embark on a thrilling journey into the depths of the SafeSphere Abyss! This immersive game challenges your wits and reflexes as you navigate through treacherous terrain, avoiding obstacles and unlocking secrets. With stunning visuals and captivating soundscapes, delve into a world where danger and discovery await at every turn. Dive into the SafeSphere Abyss today and test your skills in an adventure that pushes your limits, all while uncovering the mysteries hidden within the abyss. Are you ready to conquer the depths?', 'https://img.gamemonetize.com/3ftjearh8uc47xogaskthhba5eqtdqzm/512x384.jpg', 'https://html5.gamemonetize.com/3ftjearh8uc47xogaskthhba5eqtdqzm/', '0', 'Arcade', 0, 0, '', 'safesphere-abyss'), (1672, 'Barbie&rsquos Sketch', 'Experience the fun and challenges of sketchboarding with Barbie. Here, Barbie is the main character of the game, where she sketches to reach her destination. Stay aware of the new environment and different obstacles, and help Barbie avoid all the obstacles on her way.', 'https://img.gamemonetize.com/emziektbc3tv89elpu9lbjjccox53q39/512x384.jpg', 'https://html5.gamemonetize.com/emziektbc3tv89elpu9lbjjccox53q39/', '0', 'Hypercasual', 0, 0, '', 'barbieamprsquos-sketch'), (1673, 'Hammer Strike', 'Hammer Strike - A highly captivating game with a pleasant and relaxing atmosphere. Children can play this game to develop their intellect. A mesmerizing puzzle for all players. Simply click on the object and rotate it. After completing the puzzle, the battle button is activated. Click on the battle button and start the fight, destroying the enemy. An easy game for children and a challenging one for adults. Hammer Strike is a simple yet captivating and exhilarating game that will bring enjoyment to players for many hours.', 'https://img.gamemonetize.com/9xtvzppoev5dez3xawvfyory9y4qijsd/512x384.jpg', 'https://html5.gamemonetize.com/9xtvzppoev5dez3xawvfyory9y4qijsd/', '0', 'Puzzles', 0, 0, '', 'hammer-strike'), (1674, 'Snake Puzzle 300 Levels', 'Experience the Thrill with Snake Puzzle Game! Get it now for an entertaining ride! Grab Snake Puzzle, an exciting twist on the timeless snake game, and relive those nostalgic moments with a fresh rendition! Cant recall the last time you indulged in a unique snake puzzle game? This engaging experience transports you back to the era when the best games were straightforward but utterly captivating. Whether youre a snake game aficionado or simply looking for a light-hearted diversion, this free Snake Puzzle game has got you covered! Website Developer <a href=\'https://www.kizi10.org/\'>https://www.kizi10.org/</a>', 'https://img.gamemonetize.com/ewcj5kltpgcyvp6ydwlho8opjl0v5t1o/512x384.jpg', 'https://html5.gamemonetize.com/ewcj5kltpgcyvp6ydwlho8opjl0v5t1o/', '0', 'Puzzles', 0, 0, '', 'snake-puzzle--levels'), (1675, 'UnstoppableShooter', 'Unstoppable Shooter is a shooting game. By adjusting the shooting strength and direction of the stickman equipment, you can resist the constantly attacking enemies.', 'https://img.gamemonetize.com/42k8bct5nde66kw9jtdlxi8hpsw9sl4u/512x384.jpg', 'https://html5.gamemonetize.com/42k8bct5nde66kw9jtdlxi8hpsw9sl4u/', '0', 'Hypercasual', 0, 0, '', 'unstoppableshooter'), (1676, 'Fat OR Thin', 'The Fat or Thin game is a fun, relaxing runner where you can help a cute furry bear lose extra weight after winter hibernation! There are more than 30 fascinating levels ahead of you, each of which you must pass the obstacle course and finish, not forgetting to watch your diet. Are you ready to take your will in your fist and completely give up burgers, pizza, and doughnuts, replacing them with healthier food?', 'https://img.gamemonetize.com/ucv0bh73v900fke5o7viaxihiv27piz9/512x384.jpg', 'https://html5.gamemonetize.com/ucv0bh73v900fke5o7viaxihiv27piz9/', '0', 'Arcade', 0, 0, '', 'fat-or-thin'), (1677, 'Marblet', 'Roll your marble through the levels! Steer your ball around the mazes without falling down. Avoid the traps and make it to the end while collecting all the diamonds!', 'https://img.gamemonetize.com/pc84itb9ueg6ejl7mt527twjp7e9qd9a/512x384.jpg', 'https://html5.gamemonetize.com/pc84itb9ueg6ejl7mt527twjp7e9qd9a/', '0', 'Puzzles', 0, 0, '', 'marblet'), (1678, 'Zombie Frontier Shooter', 'Zombie Frontier Shooter is an adrenaline-pumping experience filled with non-stop action and zombie-slaying madness! Step into the shoes of a skilled sniper hunter as you embark on a mission to eliminate the relentless horde of undead creatures. In a world plagued by a lethal virus that has transformed ordinary humans into ferocious zombies, the threat of a blood-soaked demise looms over mankind. However, amidst the chaos, survivors must rise up and engage in a life-or-death struggle against the zombie menace, morphing into fearless zombie shooters who will stop at nothing to secure their territory. Pick up weapons, destroy zombies and survive', 'https://img.gamemonetize.com/t5ja1jr6s0tib922yaoc1d86xb3oh49h/512x384.jpg', 'https://html5.gamemonetize.com/t5ja1jr6s0tib922yaoc1d86xb3oh49h/', '0', 'Shooting', 0, 0, '', 'zombie-frontier-shooter'), (1679, 'Trailer Truck Parking', 'Do you enjoy playing parking games, friends? You can play a fun truck parking game called Trailer Truck Parking thanks to Jhurr.com. Enjoy driving your truck around the crowded parking lots and park it in the designated spot without hitting any other vehicles or objects. Drive carefully and methodically to the parking space, take in the thrilling levels, park your truck in various settings, and prove yourself to be a pro truck driver. Play further driving games at Jhurr.com.', 'https://img.gamemonetize.com/xk33o0aj2l8gos5cin3qng1pj5aymdzq/512x384.jpg', 'https://html5.gamemonetize.com/xk33o0aj2l8gos5cin3qng1pj5aymdzq/', '0', 'Racing', 0, 0, '', 'trailer-truck-parking'), (1680, 'Grimace Shake Escape Skibidi and Cameraman', 'You wake up in Doctor Grimace Shake scary hospital and remember nothing. You should survive and escape - search for items and avoid Doctor Grimace terrifying guinea pigs - Dop Dop Skibidi Toilet in the sewer and Yes Yes Cameraman on the hospital grounds. Look for creepy items that are located in the hospital, open drawers, safes and do everything to leave this scary and unpredictable place. Grimace and Skibidi like to hide things in many different places, even in closets and small cupboards. Try not to make any noise, because otherwise any of the guinea pigs will come and knock you out, from Skibidi Toilet to Cameraman.', 'https://img.gamemonetize.com/czx277alw1r9ff0nxtjqp5wujdyi88kz/512x384.jpg', 'https://html5.gamemonetize.com/czx277alw1r9ff0nxtjqp5wujdyi88kz/', '0', 'Action', 0, 0, '', 'grimace-shake-escape-skibidi-and-cameraman'), (1681, 'Dont Drop The Grimace!', 'Dont let Grimace fall! And drink all the milkshakes for Grimaces Birthday! Sing along to the Happy Birthday Grimace song! Add some BLING to your Grimace', 'https://img.gamemonetize.com/rqwwao9y4ks24rmby2xxk6akhek9pyai/512x384.jpg', 'https://html5.gamemonetize.com/rqwwao9y4ks24rmby2xxk6akhek9pyai/', '0', 'Hypercasual', 0, 0, '', 'dont-drop-the-grimace'), (1682, 'EuroFlag Quiz Master the Flags of Europe', 'Are you ready to embark on an exciting journey through the diverse world of European flags? Test your knowledge, and become a true flag master with EuroFlag Quiz! Gameplay: EuroFlag Quiz is an engaging and educational quiz game that will take you on a tour of Europes flags. The game is designed to be both fun and informative, making it suitable for players of all ages.', 'https://img.gamemonetize.com/d7pgovz8psqxqt67jgg5lti93qchdydi/512x384.jpg', 'https://html5.gamemonetize.com/d7pgovz8psqxqt67jgg5lti93qchdydi/', '0', 'Puzzles', 0, 0, '', 'euroflag-quiz-master-the-flags-of-europe'), (1683, 'MC8Bit', 'Are you ready for an 8-bit gaming adventure? In this 8-bit game, youll need to guide Alex and Steve to the finish line in Minecraft. Leave the house and be cautious of monsters in the spooky forest. Your pickaxe is of no use here, so dont rely on it. Defeat the monsters in the forest. Collect all the obsidian stones. If you dont collect the obsidian stones, the portal wont form. Without the portal, you cant progress to the next level.', 'https://img.gamemonetize.com/ltfogid7eci5jptgw84wm8m71nwrykmu/512x384.jpg', 'https://html5.gamemonetize.com/ltfogid7eci5jptgw84wm8m71nwrykmu/', '0', '2 Player', 0, 0, '', 'mcbit'), (1684, 'All Way Down', 'it simple game you play as a golf ball that your mission is just to get away from those traps to win the level there is only 4 level but there 2 modes different first one normal is easy and slow fall but only legends can complete those 4 levels in hard mode', 'https://img.gamemonetize.com/2mfowg7fi9trcshs07mv13fyv50c90rk/512x384.jpg', 'https://html5.gamemonetize.com/2mfowg7fi9trcshs07mv13fyv50c90rk/', '0', 'Sports', 0, 0, '', 'all-way-down'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (1685, 'Skibidi vs Grimace Climber Race', 'The Skibidi vs Grimace Climber Race promises an epic showdown between two daring competitors. Skibidi, known for agility and finesse, faces off against Grimace, renowned for sheer strength and determination. As they ascend challenging cliffs and scale treacherous peaks, spectators hold their breath, unsure who will conquer natures obstacles. This thrilling race blends athleticism and strategy, captivating audiences with the suspense of this exhilarating competition. Website Developer <a href=\'https://www.kizi10.org/\'>https://www.kizi10.org/</a>', 'https://img.gamemonetize.com/ea9pxc7sygkekcm4vwludyadcaweojhx/512x384.jpg', 'https://html5.gamemonetize.com/ea9pxc7sygkekcm4vwludyadcaweojhx/', '0', 'Action', 0, 0, '', 'skibidi-vs-grimace-climber-race'), (1686, 'Ski Resort Hidden Snowflakes', 'Try to find 100 snowflakes in 20 pictures in this hidden object game.. The game time is not limited. Good luck!', 'https://img.gamemonetize.com/raky6ngumo99lrgjvke2rl0mrty26rdy/512x384.jpg', 'https://html5.gamemonetize.com/raky6ngumo99lrgjvke2rl0mrty26rdy/', '0', 'Puzzles', 0, 0, '', 'ski-resort-hidden-snowflakes'), (1687, 'GBox Doubling', 'Logic game with simple rules and addictive gameplay. Move the tiles, merge the same ones and reach the records! Hold on as long as possible. Each doubling scores points equal to the face value of the tile.', 'https://img.gamemonetize.com/hdsf8zr7ep4sliq418g1unfskmly5j46/512x384.jpg', 'https://html5.gamemonetize.com/hdsf8zr7ep4sliq418g1unfskmly5j46/', '0', 'Puzzles', 0, 0, '', 'gbox-doubling'), (1688, 'Toilet Monster Long Neck', 'Introducing Skibidi, a groundbreaking game featuring entirely unique gameplay mechanics. In this immersive experience, you take on the role of an endlessly extendable Skibidi Toilet. Utilize your intelligence and agility to outwit and defeat the CameraMan. The game offers an array of challenging yet engaging levels designed to captivate your attention. Website Developer <a href=\'https://www.crazygamesonline.com/\'>https://www.crazygamesonline.com/</a>', 'https://img.gamemonetize.com/utz8cejau7u57kg8jj5eqieyx6q98td2/512x384.jpg', 'https://html5.gamemonetize.com/utz8cejau7u57kg8jj5eqieyx6q98td2/', '0', 'Action', 0, 0, '', 'toilet-monster-long-neck'), (1689, 'RedBall Adventure', 'Get ready for an exciting ride in RedBall Adventure! Roll your ball through the levels. Collect coins and face tricky challenges along the way. With lots of levels to beat and a never-ending mode, have a blast rolling and bouncing to win!', 'https://img.gamemonetize.com/6it0zq30axe40ld1mrcxhmezr6ipv344/512x384.jpg', 'https://html5.gamemonetize.com/6it0zq30axe40ld1mrcxhmezr6ipv344/', '0', 'Arcade', 0, 0, '', 'redball-adventure'), (1690, 'FLAG CONNECT', 'In this you need to eliminate all the tiles appearing on the board. You can connect identical tiles to each other to eliminate both in which each connection cant have more than 2 turns', 'https://img.gamemonetize.com/5vi8khqoyp3ldh3p5b5i4kg6ba4dt9ey/512x384.jpg', 'https://html5.gamemonetize.com/5vi8khqoyp3ldh3p5b5i4kg6ba4dt9ey/', '0', 'Puzzles', 0, 0, '', 'flag-connect'), (1691, 'MechDinosaur', 'A hyper-casual game with a variety of dinosaur armors to choose from. Use the dinosaur armor to pass the level to your hearts content.', 'https://img.gamemonetize.com/vm0t1dm804h6hgo77coq5oc4z5r4mch6/512x384.jpg', 'https://html5.gamemonetize.com/vm0t1dm804h6hgo77coq5oc4z5r4mch6/', '0', 'Hypercasual', 0, 0, '', 'mechdinosaur'), (1692, 'Penguin Love Puzzle 2', 'Penguin Love Puzzle is a fun pixel puzzle game. A couple of penguins are forced to separate, and you need to move and exchange blocks to reunite them. On the way, be careful of spikes and traps, if you accidentally hit them you will fail. Use your brain, help them and have fun!', 'https://img.gamemonetize.com/utwwkrey72952sjtpf1q9orrksu0zikz/512x384.jpg', 'https://html5.gamemonetize.com/utwwkrey72952sjtpf1q9orrksu0zikz/', '0', 'Puzzles', 0, 0, '', 'penguin-love-puzzle-'), (1693, 'Roblox Parachute', 'This game offers an addictive obstacle course experience that takes you on an adrenaline-fuelled adventure. You will test your agility, calculation and precision to overcome this challenging obstacle course. Fast jumps, dynamic platforms and deadly traps will require you to utilise your skills to the max. As you navigate the dangerous terrain, you will struggle to be the fastest and most careful player. Your goal in this fun parkour game is to complete each challenge as fast as possible!', 'https://img.gamemonetize.com/pdmu6wmpaxb64q67qgswtegbi4u116za/512x384.jpg', 'https://html5.gamemonetize.com/pdmu6wmpaxb64q67qgswtegbi4u116za/', '0', 'Arcade', 0, 0, '', 'roblox-parachute'), (1694, 'Red Moon', 'Once a decade, the moon shines Red... on that day, we, the Red Samurais, gain its immense power. Can you feel it? With its power, we will seize this kingdom. Are you ready to unleash the fury? Join Eivana on a grand adventure to overthrow the king. Play through 20 action packed levels, engage in 2 wild boss battles, while unlocking 13 medals as well as various concept art and music.', 'https://img.gamemonetize.com/l5w737qbz4h8lkrw5boo6r6dzp66n4q6/512x384.jpg', 'https://html5.gamemonetize.com/l5w737qbz4h8lkrw5boo6r6dzp66n4q6/', '0', 'Adventure', 0, 0, '', 'red-moon'), (1695, 'Skibidi Toilet Only Up', 'In Skibidi Toilet Only Up, a young slum dweller aspires to break free from poverty. Embarking on a transformative journey, Skibidi Toilet seeks not only worldly knowledge but also self-discovery. Website Developer <a href=\'https://www.bestcrazygames.com/\'>https://www.bestcrazygames.com/</a>', 'https://img.gamemonetize.com/pnvv4xtk5ga8bny4140oyg4henh6pi9d/512x384.jpg', 'https://html5.gamemonetize.com/pnvv4xtk5ga8bny4140oyg4henh6pi9d/', '0', 'Action', 0, 0, '', 'skibidi-toilet-only-up'), (1696, 'Speakerman Skibidi Dop Yes Yes', '&ldquo;Speakerman: Skibidi Dop Yes&rdquo;, is a fun game to play. To move to the next pillar, all you have to do is make the wood log to the required length. But it&rsquo;s not as easy as you think. You need perfect timing to make a perfect length wood log. Do not make it too long or too short; otherwise, you will fall. Play now and have fun.', 'https://img.gamemonetize.com/ignuxa3yy79wizagsy0g3c3e8xgqjo0c/512x384.jpg', 'https://html5.gamemonetize.com/ignuxa3yy79wizagsy0g3c3e8xgqjo0c/', '0', 'Hypercasual', 0, 0, '', 'speakerman-skibidi-dop-yes-yes'), (1697, 'Skibidi Basket', 'Skibidi Toilet Basketball is a simple but very Addictive game which base on realistic physics! Tap and slide the Skibidi Toilet ball, control its angle and power, then shoot towards the hoop. The perfect effect and physic effect will help you see more clearly. The game is an endless arcade game, then shoot towards the hoop to win the levels; as the difficulty could increases, there are four different random movements for the hoop. You have just 3 shoots to complete each level! Are you able to try to sign the best record in the leaderboard? HOW TO PLAY: 1. Touch the screen! 2. Drag the ball to change the power and angle! 3. Release to shoot!', 'https://img.gamemonetize.com/xttsh0p5t89s0nx8fc2ariyade3whekt/512x384.jpg', 'https://html5.gamemonetize.com/xttsh0p5t89s0nx8fc2ariyade3whekt/', '0', 'Sports', 0, 0, '', 'skibidi-basket'), (1698, 'Impostor Jump Skibidi Toilet', 'In the thrilling game Impostor Jump Skibidi Toilet, players embark on an exciting adventure where they take control of an impostor character. The objective is to skillfully navigate above the skibidi toilet using AI-powered jumps, ascending to new heights. This unique gameplay combines strategy and precision as you master the art of leaping over obstacles. With each leap, players must outwit the AI to reach greater elevations and unlock new challenges, making it an engaging and addictive gaming experience. Website Developer <a href=\'https://www.bestcrazygames.com/\'>https://www.bestcrazygames.com/</a>', 'https://img.gamemonetize.com/kj9wcj7rsut4ksp827hohklntv790655/512x384.jpg', 'https://html5.gamemonetize.com/kj9wcj7rsut4ksp827hohklntv790655/', '0', 'Arcade', 0, 0, '', 'impostor-jump-skibidi-toilet'), (1699, 'Bicycle Guys', 'Welcome to Bicycle Guys&zwj;&zwj;, the ultimate mobile game! Navigate unique obstacles for high scores . Stunning graphics and immersive sound amplify the excitement. Show agility, timing, and reflexes to avoid ramps, barriers, and moving objects. Its user-friendly for all skill levels. Compete endlessly, break records, and establish your supremacy. Experience addictive gameplay, captivating visuals, and escalating challenges. Hop on your virtual bike and become a cycling champ! Your journey starts now!', 'https://img.gamemonetize.com/8i3xhrycrbfe64qsrb5kcqs472rgy29n/512x384.jpg', 'https://html5.gamemonetize.com/8i3xhrycrbfe64qsrb5kcqs472rgy29n/', '0', 'Sports', 0, 0, '', 'bicycle-guys'), (1700, 'Dig In Mine', 'Step into the captivating world of Dig In Mine where you embody the character Jackhammer on an extraordinary journey deep beneath the Earths surface. This endless game combines immersive visuals with a thrilling gameplay experience, where Jackhammer mines his way through a vast underground realm while collecting precious gold to unlock new appearances.', 'https://img.gamemonetize.com/6bv4rw7mis1p5oli7mq6wvmjtu8taala/512x384.jpg', 'https://html5.gamemonetize.com/6bv4rw7mis1p5oli7mq6wvmjtu8taala/', '0', 'Arcade', 0, 0, '', 'dig-in-mine'), (1701, 'Bomber Battle Arena', 'Bomber Battle Arena is an exciting 3D collecting game that lets you play as a bomb-wielding character. Your goal is to strategically detonate bombs to clear various green plants and tree stumps, collect a golden key, and reach the treasure chest to advance to the next level. Be careful of the bomb&rsquo;s blast radius and avoid contact with other monsters along the way. Get ready for an explosive adventure through 10 challenging levels full of explosive action!', 'https://img.gamemonetize.com/h4p3svlovf9v52pumpdz0on40ks078fc/512x384.jpg', 'https://html5.gamemonetize.com/h4p3svlovf9v52pumpdz0on40ks078fc/', '0', 'Puzzles', 0, 0, '', 'bomber-battle-arena'), (1702, 'Skibidi Toilet Pong', 'Get ready to dive into the hilariously entertaining world of Skibidi Toilet Pong, the ultimate 2-player pong game that guarantees endless laughter and heaps of fun. And heres the best part &ndash; you can enjoy this side-splitting game online, completely free of charge! Challenge your friends or family to a game thats sure to keep you entertained for hours. Skibidi Toilet Pong is not your ordinary pong game; it adds a quirky twist to the classic, making it an unforgettable gaming experience. So, grab a partner, aim, and shoot your way to victory in this uproarious adventure that wont cost you a penny to play.', 'https://img.gamemonetize.com/0o124x0fb0vd51286iigv4hz5oam9b2c/512x384.jpg', 'https://html5.gamemonetize.com/0o124x0fb0vd51286iigv4hz5oam9b2c/', '0', 'Sports', 0, 0, '', 'skibidi-toilet-pong'), (1703, 'When Granny Met Grimace Shake', 'Granny must meet Grimace, help his way in this brainy puzzle adventure', 'https://img.gamemonetize.com/edwt2voekgj9mkuxfbxtqwzqwxzyt0pr/512x384.jpg', 'https://html5.gamemonetize.com/edwt2voekgj9mkuxfbxtqwzqwxzyt0pr/', '0', 'Puzzles', 0, 0, '', 'when-granny-met-grimace-shake'), (1704, 'MahjongPeng', 'MahjongPeng is a puzzle eliminating GamesPlayers can push mahjong to merge and eliminate themWhen players merge and eliminate all mahjong, they can achieve victoryThis game has three levels of difficulty, and you can choose the game with the appropriate level to play', 'https://img.gamemonetize.com/h1ctnufzk92n7wo6ehrjbxz210yr8ywy/512x384.jpg', 'https://html5.gamemonetize.com/h1ctnufzk92n7wo6ehrjbxz210yr8ywy/', '0', 'Puzzles', 0, 0, '', 'mahjongpeng'), (1705, 'Fashion Walk intactgift', 'Choose the best outfits for each challenge concepts , to beat your fashion show opponent . Play now , and win the fashion shows !', 'https://img.gamemonetize.com/fmwg9zochwkqn9x4mb4hdux2xuho1c8f/512x384.jpg', 'https://html5.gamemonetize.com/fmwg9zochwkqn9x4mb4hdux2xuho1c8f/', '0', 'Girls', 0, 0, '', 'fashion-walk-intactgift'), (1706, 'Earth Clicker Idle Clicker', 'Dive into cosmic riches with Earth Clicker , the ultimate incremental clicker game! Click your way to wealth by tapping on Earth, collect coins , and visit the in-game shop to unlock powerful upgrades. Conquer 110 levels , complete epic quests , and turbocharge your earnings with random asteroid drops . Immerse yourself in captivating pixel art graphics , connect with fellow players on Instagram at @earthclickerofficial , and stay engaged with regular updates . Enjoy Earth Clicker on multiple platforms , and its all FREE! Join the cosmic adventure today!', 'https://img.gamemonetize.com/7m6h616gqacdj70c5kjh8271zgnplfdr/512x384.jpg', 'https://html5.gamemonetize.com/7m6h616gqacdj70c5kjh8271zgnplfdr/', '0', 'Clicker', 0, 0, '', 'earth-clicker-idle-clicker'), (1707, 'Favorite Puzzles jigsaw game', 'Meet Favorite Puzzles, your new favorite jigsaw puzzles! This addictive puzzle game will delight you with an endless gallery of beautiful images for every taste! Favorite Puzzles will be interesting for kids and adult, in this game you can adjust the difficulty and divide the picture from 6 to 600 elements! To make jigsaw puzzles even more enjoyable and easier - you can always get a hint, include an example and display the grid! Love complexity? Then turn on the Realistic mode and solve jigsaw puzzles from pieces scattered across the field! And you can also create a puzzle from your own picture or photo!', 'https://img.gamemonetize.com/pijaykn5mhp6i6f0xpo2p4nmm9yyked7/512x384.jpg', 'https://html5.gamemonetize.com/pijaykn5mhp6i6f0xpo2p4nmm9yyked7/', '0', 'Puzzles', 0, 0, '', 'favorite-puzzles-jigsaw-game'), (1708, 'Animal Mix GPT', 'Feature: - A lot of animals form anywhere such as: dinosaur, sharp, cat, dog, lizard,... - Each animal has a unique appearance, characteristics, and powers - A clever AI makes you surprise with each result', 'https://img.gamemonetize.com/8yqlfr534p4x69vt4dyft0ym2yqlbvuy/512x384.jpg', 'https://html5.gamemonetize.com/8yqlfr534p4x69vt4dyft0ym2yqlbvuy/', '0', 'Puzzles', 0, 0, '', 'animal-mix--gpt'), (1709, 'Long Neck Run 3D', 'What will you do if you are tall enough to look down the Effiel Tower? Here is a collecting arcade game with 3D stickman game art animations. Your target is to collect as many of the same colorful rings as your current color as you can while running forward to the finish platform. Then you will see taller and taller buildings and items. I hope you will unlock taller buildings!', 'https://img.gamemonetize.com/7m20k12fbi6b2v1i1bfkmvrdqimaoqm7/512x384.jpg', 'https://html5.gamemonetize.com/7m20k12fbi6b2v1i1bfkmvrdqimaoqm7/', '0', 'Hypercasual', 0, 0, '', 'long-neck-run-d'), (1710, 'Dead Aim Skibidi Toilets Attack', 'Dead Aim: Skibidi Toilets Attack is a shooting game where you play as special forces soldier on a city streets invaded by skibidi toilets and your mission is to shoot them all in order to survive and unlock 10 types of weapons.', 'https://img.gamemonetize.com/glr4degbtojrnmiudrcmmkw2o7b7gnqp/512x384.jpg', 'https://html5.gamemonetize.com/glr4degbtojrnmiudrcmmkw2o7b7gnqp/', '0', 'Shooting', 0, 0, '', 'dead-aim-skibidi-toilets-attack'), (1711, 'Skibidi Smasher', 'Skibidi Toilet Smasher is an exciting alien-killing game where you have to defend your area without getting infected! Kill as many Skibidi Toilet and they will become faster on further waves, so boost your reflexes and kill the fast-paced game!', 'https://img.gamemonetize.com/2qexn83qkjlbjo55cg9brqgadhlbk9uv/512x384.jpg', 'https://html5.gamemonetize.com/2qexn83qkjlbjo55cg9brqgadhlbk9uv/', '0', 'Clicker', 0, 0, '', 'skibidi-smasher'), (1712, 'Skibidi Toilet Hide And Seek', 'In the thrilling game Skibidi Toilet Hide and Seek, players embark on a heart-pounding adventure where stealth is their greatest ally. Set in a mysterious environment, you must outsmart vigilant enemy AI cameramen by staying hidden while simultaneously hunting them down. Your objective? Eliminate these watchful foes and clear your path to victory. But the challenge doesnt stop there. To progress further, youll need to access a control console strategically placed within the level. Website Developer <a href=\'https://www.bestcrazygames.com/\'>https://www.bestcrazygames.com/</a>', 'https://img.gamemonetize.com/pjys7avy5ex96in3w92s5xf3eq4b4coe/512x384.jpg', 'https://html5.gamemonetize.com/pjys7avy5ex96in3w92s5xf3eq4b4coe/', '0', 'Action', 0, 0, '', 'skibidi-toilet-hide-and-seek'), (1713, 'Kingdom of Toilets', 'You need to help the toilet robots escape from this underground prison filled with obstacles. You must assist them in escaping. Be careful as there are toxic waters everywhere underground. You must collect all the gold coins, or else the portal wont activate. Collect all the gold coins to activate the portal.', 'https://img.gamemonetize.com/mce44c3kkyd0sqn7a6kn1ts3043bhust/512x384.jpg', 'https://html5.gamemonetize.com/mce44c3kkyd0sqn7a6kn1ts3043bhust/', '0', '2 Player', 0, 0, '', 'kingdom-of-toilets'), (1714, 'Organization Princess', 'Organization Princess is a captivating game. In this game, players can test and improve their organizational skills by arranging objects in various scenarios. With its challenging levels and intuitive gameplay, players must strategically place items to achieve a well-organized space. The game features a wide range of scenarios and vibrant visuals, enhancing the immersive experience. Organization Princess offers a fun and engaging challenge for those who enjoy order and tidiness. Have a good time!', 'https://img.gamemonetize.com/kl93wsa0a3ryddd8nwck98ya9by9u67m/512x384.jpg', 'https://html5.gamemonetize.com/kl93wsa0a3ryddd8nwck98ya9by9u67m/', '0', 'Girls', 0, 0, '', 'organization-princess'), (1715, 'Sausage Run', 'Experience the thrill of survival in Sausage Run! This exciting adventure running game allows you to guide your little sausage to sprint for as long as possible with simple controls. Stay vigilant as danger lurks around every corner. The games difficulty depends entirely on your reaction speed. How durable is your sausage? Want to give it a try? Various fun obstacles will make you love this game! Can you become the champion? Give this game a try! Have fun playing!', 'https://img.gamemonetize.com/pvgq9muc866itgvcy741foa0a2okfvhm/512x384.jpg', 'https://html5.gamemonetize.com/pvgq9muc866itgvcy741foa0a2okfvhm/', '0', 'Action', 0, 0, '', 'sausage-run'), (1716, 'Fashion Box Glam Diva', 'Bonnie is one of the first influencers to try the life in plastic fashion challenge, and she could use your help to nail the look. Shes going to go for a glam diva look, and she needs your help to look stunning. Are you ladies ready for a one-kind dress-up game? Then lets get started with the Fashion Box: Glam Diva dress-up game for girls and see what chic look you can put together for our beautiful fashionista.', 'https://img.gamemonetize.com/lvk1v1hf4j43dlvet022mgyis6p1sjsq/512x384.jpg', 'https://html5.gamemonetize.com/lvk1v1hf4j43dlvet022mgyis6p1sjsq/', '0', 'Girls', 0, 0, '', 'fashion-box-glam-diva'), (1717, 'Super Hero Legends', 'Journey across the world, scouring for essential components that will fuel your adventure. Unleash your creativity by crafting your very own team of heroes, each with their distinct abilities and personalities. Engage in epic clashes against formidable adversaries, testing your heroes mettle and strategy. As you progress, diligently upgrade your heroes, bolstering their strengths and skills, all in a valiant effort to defend and preserve the world from impending threats and chaos. Website Developer <a href=\'https://www.bestcrazygames.com/\'>https://www.bestcrazygames.com/</a>', 'https://img.gamemonetize.com/9sce2faxpfju103wy0ukbqw17icynnuj/512x384.jpg', 'https://html5.gamemonetize.com/9sce2faxpfju103wy0ukbqw17icynnuj/', '0', 'Arcade', 0, 0, '', 'super-hero-legends'), (1718, 'Beautiful Leg Model', 'Beautiful Leg Model is an online game that you can play on Babygames for free. Rebecca works as a leg model, but worst of all, she injures her leg on the eve of work! Can you treat her legs? Lets bandage and disinfect her wounds so they dont leave scars. Then pick out an outfit that will suit her photoshoot and work with her. Have fun!', 'https://img.gamemonetize.com/2we3n020l013jsrwyr6lre603z7uuiab/512x384.jpg', 'https://html5.gamemonetize.com/2we3n020l013jsrwyr6lre603z7uuiab/', '0', 'Girls', 0, 0, '', 'beautiful-leg-model'), (1719, 'Grimace Puzzles Time', 'Welcome to Grimace Puzzles Time, the ultimate source of entertainment for puzzle enthusiasts of all ages! This super fun jigsaw game is not only a delightful pastime but also absolutely free to play. Whether youre a kid or a kid at heart, Grimace Puzzles Time offers a world of captivating challenges that will keep you engaged for hours on end. Piece by piece, youll unlock the thrill of completing intricate jigsaw puzzles. Its the perfect way to relax, unwind, and exercise your brain.So, join the puzzle-solving fun today, and let Grimace Puzzles Time transport you into a world of delightful challenges and endless enjoyment.', 'https://img.gamemonetize.com/dpy5za5n73axdd73tq57yxhlnf0uol2g/512x384.jpg', 'https://html5.gamemonetize.com/dpy5za5n73axdd73tq57yxhlnf0uol2g/', '0', 'Puzzles', 0, 0, '', 'grimace-puzzles-time'), (1720, 'When Mr Bean meet Grimace', 'Mr Bean must meet Grimace, help his way in this brainy puzzle adventure', 'https://img.gamemonetize.com/3c5i09qyk3vheo0ao9fuyfm4zgz4kylr/512x384.jpg', 'https://html5.gamemonetize.com/3c5i09qyk3vheo0ao9fuyfm4zgz4kylr/', '0', 'Puzzles', 0, 0, '', 'when-mr-bean-meet-grimace'), (1721, 'Skibidi Fishing', 'Help Skibidi to catch the magic treasure at the bottom of the sea. Collect fish, shoot him, and earn coins to upgrade your fishing gear. Better stuff is more distance that you need to reach the bottom, buy new guns to destroy everything and other objects to help your way to that treasure.Website Developer <a href=\'https://kiz10.com\'>https://kiz10.com</a>', 'https://img.gamemonetize.com/v8wa2j5tkgzu6pg187rmnofj0qzizc1l/512x384.jpg', 'https://html5.gamemonetize.com/v8wa2j5tkgzu6pg187rmnofj0qzizc1l/', '0', 'Hypercasual', 0, 0, '', 'skibidi-fishing'), (1722, 'Zombie defense War Z Survival', 'Zombie defense: War Z Survival, the ultimate zombie game, is here to fulfill your gaming desires! Prepare yourself for an battle against hordes of flesh-eating zombies, as you desperately strive to save your own life from the impending zombie tsunami. The sheer number of these undead creatures is mind-boggling. Escaping their clutches might prove to be a daunting task, but fear not, for the war against these relentless beings has only just commenced! Equipped with a powerful firearm, your role as a skilled zombie catcher becomes crucial in halting this unstoppable zombie wave. So, rally your courage and embark on this exhilarating journey!', 'https://img.gamemonetize.com/sj7s1t0c6x9u5k021ne0tp7wi3q90b5q/512x384.jpg', 'https://html5.gamemonetize.com/sj7s1t0c6x9u5k021ne0tp7wi3q90b5q/', '0', 'Boys', 0, 0, '', 'zombie-defense-war-z-survival'), (1723, 'Skibidi Dungeon Of Doom', 'Skibidi Dungeon Of Doom is an epic adventure through 100 levels of monsters, traps and danger. Have you got the brains and fast reflexes to escape all 100 dungeons in this unique action puzzle game. Bats will chase you, Ghosts will try and trick you, Monsters around every corner, Hazards include Spikes, Guillotines, Poison gas and more... Have you got what it takes? Product feature bullets: - Skibidi On Board! - 100 epic levels! - cute graphic! - cool music! - addictive! - easy to play! Enjoy with this great Puzzle Adventure game!', 'https://img.gamemonetize.com/glrgua15poz2jfhvr1sctrpxmy1937sl/512x384.jpg', 'https://html5.gamemonetize.com/glrgua15poz2jfhvr1sctrpxmy1937sl/', '0', 'Puzzles', 0, 0, '', 'skibidi-dungeon-of-doom'), (1724, 'Skibidi Toilet Hunter', 'In Skibidi Toilet Hunter, assume the role of a determined Skibidi armed with WASD controls and mouse left-click attacks. Your mission: hunt down AI cameramen lurking in toilets. This comically unique world is filled with twists and turns. Click anywhere on the screen to look around, uncovering hidden enemies. Embark on this quirky adventure and become the ultimate Skibidi Toilet Hunter in a hilarious quest where toilets are battlegrounds, and cameramen are your targets. Website Developer <a href=\'https://www.bestcrazygames.com/\'>https://www.bestcrazygames.com/</a>', 'https://img.gamemonetize.com/yjuaf7eewx4fe5tsn44pdnni5q60f34b/512x384.jpg', 'https://html5.gamemonetize.com/yjuaf7eewx4fe5tsn44pdnni5q60f34b/', '0', 'Action', 0, 0, '', 'skibidi-toilet-hunter'), (1725, 'Shape Anti Magnet', 'Introducing Shape Anti Magnet &ndash; a captivating puzzle game that defies attraction! In this thrilling adventure, players must strategically manipulate magnetic forces to repel geometric shapes and guide them through intricate mazes. With 80 challenging levels and a unique physics-based gameplay mechanic, your problem-solving skills will be put to the test. Immerse yourself in stunning visuals and addictive gameplay as you embark on a journey to master the art of magnetic repulsion. Shape Anti Magnet promises hours of mind-bending fun for players of all ages. Get ready to repel and conquer!', 'https://img.gamemonetize.com/6kiyvgyck0b76ki876tcx2kl5caypuly/512x384.jpg', 'https://html5.gamemonetize.com/6kiyvgyck0b76ki876tcx2kl5caypuly/', '0', 'Arcade', 0, 0, '', 'shape-anti-magnet'), (1726, 'Grimace Drop', 'Help Grimace to escape from forest prison!!! Grimace Drop is a 60 levels of fun physics puzzle game! all boxes except the grass must be removed where the prison is standing. Simply click or tap on the boxes or blocks to destroy them. Carefully use the set blocks in what ever way you can to get the Grimace Drop safely into the grass. Solve this fun physics game and help Grimace to escape from prison!', 'https://img.gamemonetize.com/csxyfmvdyp8ehuyn3zomc2q5b8ilcfta/512x384.jpg', 'https://html5.gamemonetize.com/csxyfmvdyp8ehuyn3zomc2q5b8ilcfta/', '0', 'Puzzles', 0, 0, '', 'grimace-drop'), (1727, 'Lovely Couple Wedding Photo', 'Great!!! Zoe and Kris are getting married! Zoe wants to take funny photos at their wedding, this is really a good idea! Lets help the couple dress up for their wedding first. Then, choose a photo booth backdrop and pick some funny ornaments and props to create silly and funny photos. Have fun playing this game!', 'https://img.gamemonetize.com/fi79uz3np2cz1bq17b0fm1v1q0v2bio6/512x384.jpg', 'https://html5.gamemonetize.com/fi79uz3np2cz1bq17b0fm1v1q0v2bio6/', '0', 'Girls', 0, 0, '', 'lovely-couple-wedding-photo'), (1728, 'Kingdom Wars TD', 'Welcome to Kingdom Wars TD, an exciting tower-defense strategy game set in a captivating 2D kingdom. Assume the role of a skilled commander entrusted with the defense of a mighty castle. In your admirable quest, assemble a formidable army comprising up to five soldiers, including archers, warriors, and priests. Brace yourself for the challenge of surviving two perilous waves across various meticulously designed levels scattered throughout the map. To aid you in your noble endeavor, utilize a diverse array of equipment items and unlock the incredible powers of not one, but two legendary heroes. Immerse yourself in this thrilling adventure!', 'https://img.gamemonetize.com/dfb5zt300gwapv3c4bknay7ir5nd6cs7/512x384.jpg', 'https://html5.gamemonetize.com/dfb5zt300gwapv3c4bknay7ir5nd6cs7/', '0', 'Puzzles', 0, 0, '', 'kingdom-wars-td'), (1729, 'Spirall Rool', 'Spiral Roll is an engaging and addictive mobile game that combines elements of puzzle-solving, precision, and creativity. Developed by SayGames, Spiral Roll challenges players to navigate a rolling ball through a dynamic, twisting path made up of various obstacles, gaps, and barriers. The goal is to guide the ball smoothly along the winding trail, avoiding obstacles and collecting gems or other in-game rewards along the way.', 'https://img.gamemonetize.com/jp112o3o4hzgrnc7zaewjkrfk282pul8/512x384.jpg', 'https://html5.gamemonetize.com/jp112o3o4hzgrnc7zaewjkrfk282pul8/', '0', 'Arcade', 0, 0, '', 'spirall-rool'), (1730, 'Dress up Toca Boca Fan', 'A fan-made game inspired by Toca Bocas colorful and creative style where you find a variety of colorful and imaginative dresses to engage in fun and creative gameplay. Dress-up Toca Boca girl who can be styled with an array of dresses and accessories. With Toca Bocas intuitive interface, kids can mix and match different outfits to create their own unique looks for the character, fostering their creativity and imagination while having fun. With the ability to mix and match outfits and hairstyles, kids can let their imaginations run wild and create countless unique combinations, making Toca Bocas dress-up games even more engaging and fun.', 'https://img.gamemonetize.com/vevkzldst8j1ke9q4eo7wvkhk3123ivw/512x384.jpg', 'https://html5.gamemonetize.com/vevkzldst8j1ke9q4eo7wvkhk3123ivw/', '0', 'Girls', 0, 0, '', 'dress-up-toca-boca-fan'), (1731, 'Mini Monkey Mart', 'Monkeys need a grocery store for shopping. Open your mini market right now. What is their favorite food? Of course, you should start growing bananas first. Collect the ripening bananas and place them on the counter. Here, the customers have already started to arrive. Collect the eggs of the chickens you feed with bananas and place them on the counter as well. Start selling food such as banana puree canned food, flour, bread, milk with the money you have saved. Lets run to the most fun of shopping!', 'https://img.gamemonetize.com/epq7wp0eex4cz9qfj8yjyt0atj9hz8tb/512x384.jpg', 'https://html5.gamemonetize.com/epq7wp0eex4cz9qfj8yjyt0atj9hz8tb/', '0', 'Clicker', 0, 0, '', 'mini-monkey-mart'), (1732, 'Witch Flight 2', 'Tap the game screen to make the witch fly. Collect stars, but avoid the flying pumpkins, ghosts, and the purple witch. After you collect a star the witch is encased in shield for 8 seconds during which time she cannot be damaged. The witch autoshoots so you can aim to destroy the oncoming Halloween ghouls.', 'https://img.gamemonetize.com/ks75dav8ccb2v5l5ia9rnuyr7kpxplkl/512x384.jpg', 'https://html5.gamemonetize.com/ks75dav8ccb2v5l5ia9rnuyr7kpxplkl/', '0', 'Arcade', 0, 0, '', 'witch-flight-'), (1733, 'Grimace vs giant clown shoes', 'Help grimace escape from the giant clown shoe. Collect the coins with Grimaces image on them to break the platforms and the hamburgers to push the giant shoe away. Watch out for the small shoes! If you get hit, youll slow down.', 'https://img.gamemonetize.com/a444wv2y6ce7cxrj5bp7jv6q8bi9esxr/512x384.jpg', 'https://html5.gamemonetize.com/a444wv2y6ce7cxrj5bp7jv6q8bi9esxr/', '0', 'Arcade', 0, 0, '', 'grimace-vs-giant-clown-shoes'), (1734, 'Fashion Dress In Super Style', 'The movie Incredible Family is so wonderful! The super family is very popular in the world, the Bffs Adella, Rebecca and Jade are all like them very much! So, they have an idea to dress in Incredible 2 style to express their love for the characters. Maybe they will become the members of the family!', 'https://img.gamemonetize.com/dy2t86mlmguwjdvwfuk98q2loq0ev68c/512x384.jpg', 'https://html5.gamemonetize.com/dy2t86mlmguwjdvwfuk98q2loq0ev68c/', '0', 'Girls', 0, 0, '', 'fashion-dress-in-super-style'), (1735, 'Skibidi Drop', 'Skibidi Drop is a 60 levels of fun physics puzzle game! all boxes except the grass must be removed where the prison is standing. Simply click or tap on the boxes or blocks to destroy them. Carefully use the set blocks in what ever way you can to get the Skibidi Toilet safely into the grass. You can reset each level if you made a wrong move. Solve this fun physics game and enjoy!', 'https://img.gamemonetize.com/ulo1xmnruftzt0dd6tsog3vsvf9jektg/512x384.jpg', 'https://html5.gamemonetize.com/ulo1xmnruftzt0dd6tsog3vsvf9jektg/', '0', 'Puzzles', 0, 0, '', 'skibidi-drop'), (1736, 'Bicycle Stunts Racing 2023', 'Bicycle Stunts Racing is an exhilarating sport that combines precision and daring. Riders push the limits of balance and skill, performing jaw-dropping tricks and flips on two wheels. From backflips to wheelies, its a heart-pounding spectacle. Safety gear is crucial as these athletes race against time, defying gravity to leave spectators in awe. Whether on dirt tracks or city streets, Bicycle Stunts Racing is an adrenaline-fueled pursuit that showcases the incredible athleticism of its participants. Website Developer <a href=\'https://www.crazygamesonline.com/\'>https://www.crazygamesonline.com/</a>', 'https://img.gamemonetize.com/7yodi87kk5va0dtrcasviepnk1kxe9eo/512x384.jpg', 'https://html5.gamemonetize.com/7yodi87kk5va0dtrcasviepnk1kxe9eo/', '0', 'Racing', 0, 0, '', 'bicycle-stunts-racing-'), (1737, 'Super Girls Fall Fashion trends', 'Welcome to Super Girls Fall Fashion trends. If you want to stay trendy this autumn play this new game called Super Girls Fall Fashion to dress up the super girls. These cute girls are real fashion addicts and they have just renewed their wardrobe. The girls are ready for autumn so hurry up and explore their wardrobe to see what kind of fashionable clothing pieces they hide there.', 'https://img.gamemonetize.com/1ovmm51j54ii5etc4qrd5hmyj2qbk8hb/512x384.jpg', 'https://html5.gamemonetize.com/1ovmm51j54ii5etc4qrd5hmyj2qbk8hb/', '0', 'Girls', 0, 0, '', 'super-girls-fall-fashion-trends'), (1738, 'Lets Pop It', 'Pop It Fidget Ball! Lets Pop the poppers, sensory Play game for ADHD &amp; Autism Lets pop the poppers for stress &amp; anxiety relief! Enjoy Pop it stress ball game! A new game in the era of fidget toys for relieving stress. Enjoy countless designs of the most popular bubble pushing fingertip toy game with a blend of hyper casual guidance for stress relief. You can enjoy tons of bumpy bubbles to release stress in this sensory fidget toys hyper casual game. Squeeze the spheres or swipe the fingers across different pop it balls to relieve anxiety. Improve focus and brain function with these oddly satisfying new fidget toys based game This 3D po', 'https://img.gamemonetize.com/s18uj661k5i64yzfkkfr3rc5z97thlt3/512x384.jpg', 'https://html5.gamemonetize.com/s18uj661k5i64yzfkkfr3rc5z97thlt3/', '0', 'Puzzles', 0, 0, '', 'lets-pop-it'), (1739, 'Girls Nail Salon', 'Girls Nail Salon is an interesting simulation game, we can be free for nail art style. All kinds of beautiful manicures can be freely matched. Come and play it!', 'https://img.gamemonetize.com/in6pkz9ymvcnspp1dz5vm4g715nlm1xj/512x384.jpg', 'https://html5.gamemonetize.com/in6pkz9ymvcnspp1dz5vm4g715nlm1xj/', '0', 'Girls', 0, 0, '', 'girls-nail-salon'), (1740, 'Crowd Stack Race 3D', 'Introducing the captivating and addictive Crowd Stack Race 3D, an enthralling new arcade game. Your objective is to gather individuals of identical skin tones across the entire platform. In this trending and highly sought-after game, your goal is two-fold: continue running and partake in a historical and poetic running competition. Time your jumps flawlessly and strive to reach higher levels. Accumulate as many individuals as possible, evading both collisions with persons of other ethnicities and various obstacles to prevent losing a life by falling from the edifice. Stay vigilant in collecting rewards and stars embellishing each platform.', 'https://img.gamemonetize.com/xpfnix9kopuvgjltnh68zj6ce4gzip0g/512x384.jpg', 'https://html5.gamemonetize.com/xpfnix9kopuvgjltnh68zj6ce4gzip0g/', '0', 'Fighting', 0, 0, '', 'crowd-stack-race-d'), (1741, 'Frozen Learning The Body Online', 'Frozen Learning The Body Online is an innovative, interactive, and engaging educational game that takes learning about the human body to a whole new level. In a world dominated by screens and technology, this game stands out as a fantastic way for both children and adults to explore the intricacies of the human body while having a blast.', 'https://img.gamemonetize.com/dh7z8bc26wzqxi1n3ntfi9lbcbssuala/512x384.jpg', 'https://html5.gamemonetize.com/dh7z8bc26wzqxi1n3ntfi9lbcbssuala/', '0', 'Girls', 0, 0, '', 'frozen-learning-the-body-online'), (1742, 'Mushroom Forest Adventure', 'Step into the enchanting mushroom forest, a forest where the boundary between reality and magic blurs. Here, an adventure awaits as you journey through mystical woods. Your quest is to solve a series of engaging puzzles that will test your memory and observation skills. Remembering both puzzle locations and their intricate solutions is the key to making progress, and collecting all 30 green gemstones.', 'https://img.gamemonetize.com/l0fnbah1u1m5b27q74t81whnfvepey4m/512x384.jpg', 'https://html5.gamemonetize.com/l0fnbah1u1m5b27q74t81whnfvepey4m/', '0', 'Puzzles', 0, 0, '', 'mushroom-forest-adventure'), (1743, 'Solitaire Spider and Klondike', 'Immerse yourself in the captivating world of solitaire and test your strategic planning and logical thinking abilities. This version offers two popular variations: Spider and Klondike. Spider has three modes (1, 2, and 4 suits). In Spider solitaire, your goal is to arrange cards in ascending order by suit. Untangle the complex web of cards using the fewest moves possible. Klondike offers the standard game with a single deck of cards. Your task is to clear the playing field by building sequences from King to Ace, alternating colors.', 'https://img.gamemonetize.com/81w3k4zsktl5r97mu2zoc581jsfb0oe4/512x384.jpg', 'https://html5.gamemonetize.com/81w3k4zsktl5r97mu2zoc581jsfb0oe4/', '0', 'Puzzles', 0, 0, '', 'solitaire-spider-and-klondike'), (1744, 'Skibidi Online', 'Skibidi Online is a multiplayer shooter game! Shoot attacking Skibidi Toilets in PvP or CO-OP mode. Fight on 10 different maps with melee and ranged weapons.', 'https://img.gamemonetize.com/zsp6q6syr025l3eaypqw6rxm9myjqn39/512x384.jpg', 'https://html5.gamemonetize.com/zsp6q6syr025l3eaypqw6rxm9myjqn39/', '0', 'Multiplayer', 0, 0, '', 'skibidi-online'), (1745, 'Grimace Versus Skibidi', 'Grimace vs Skibidi is an action-based defense game. The Grimace is in deep trouble and has to defend the shakes from the dangerous Skibidi Aliens. Help him to move fast and throw the snow balls and avoid them reaching the shakes; If they reach the eggs you lose the game!', 'https://img.gamemonetize.com/wybt0jrneff6jkodzgnq7cnp3wbhxv9x/512x384.jpg', 'https://html5.gamemonetize.com/wybt0jrneff6jkodzgnq7cnp3wbhxv9x/', '0', 'Shooting', 0, 0, '', 'grimace-versus-skibidi'), (1746, 'Skibidi Toilet TopDown Survival', 'In the game Skibidi Toilet TopDown Survival, players take on the role of a resourceful cameraman faced with an unusual challenge. Their mission? To survive in a map infested with mischievous Skibidi Toilets. These peculiar adversaries must be eliminated to progress. As players explore the map, they have the opportunity to find upgrades, enhancing their arsenal and abilities. By accumulating more firepower or duplicating their character, they can increase their chances of survival and expedite level completion. Website Developer <a href=\'https://www.bestcrazygames.com\'>https://www.bestcrazygames.com</a>', 'https://img.gamemonetize.com/24qjjyp87cdcqmru239v2md7zu6630mf/512x384.jpg', 'https://html5.gamemonetize.com/24qjjyp87cdcqmru239v2md7zu6630mf/', '0', 'Action', 0, 0, '', 'skibidi-toilet-topdown-survival'), (1747, 'Weapon Transformer', 'Are you ready to defeat enemies and gain coin? Use your bullets and weapons wisely! Do not forget to buy new weapons and more bullets before the attack!', 'https://img.gamemonetize.com/40si1r6i221zh18w93qw5gkntkk8uhuq/512x384.jpg', 'https://html5.gamemonetize.com/40si1r6i221zh18w93qw5gkntkk8uhuq/', '0', 'Hypercasual', 0, 0, '', 'weapon-transformer'), (1748, 'GunnerCraft', 'Its time to fire your weapon, Steve. Fire your gun and start jumping. You can jump by shooting and go wherever you want. Draw your bow and shoot the arrow. You must collect all the boxes. Collect the boxes and kill all the invisible monsters. You cant see them until you collect the boxes. So, collect the boxes first and then hunt down all the monsters!', 'https://img.gamemonetize.com/lwcf5mxxqj2dr0524y2kibp75t1j2yva/512x384.jpg', 'https://html5.gamemonetize.com/lwcf5mxxqj2dr0524y2kibp75t1j2yva/', '0', 'Arcade', 0, 0, '', 'gunnercraft'), (1749, 'PARK IT', 'Welcome to PARK IT, the ultimate 3D car parking game designed for all car enthusiasts and lovers of challenging gameplay! Get ready to put your driving skills to the test as you take on the best car parking experience of 2023. In this addictive and thrilling game, you&rsquo;ll find yourself facing ultra-challenging levels that will push your parking abilities to the limit. With meticulously designed environments and realistic car physics, each parking scenario will demand precision and skill. As you progress through the game, you&rsquo;ll have the opportunity to improve your driving skills and become a master parker. Maneuver your car through tight spa', 'https://img.gamemonetize.com/6dd1lgau3evlkaqlzzi7a5mac4y6cod2/512x384.jpg', 'https://html5.gamemonetize.com/6dd1lgau3evlkaqlzzi7a5mac4y6cod2/', '0', 'Racing', 0, 0, '', 'park-it'), (1750, 'Mr Bean Car Hidden Teddy Bear', 'Mr Bean Car Hidden Teddy Bear is a hidden game. Search all teddy bear within time limit between Mr. bean car.', 'https://img.gamemonetize.com/6ozq4x43zec4dj5rkorsl41lemfw7fn4/512x384.jpg', 'https://html5.gamemonetize.com/6ozq4x43zec4dj5rkorsl41lemfw7fn4/', '0', 'Puzzles', 0, 0, '', 'mr-bean-car-hidden-teddy-bear'), (1751, 'Grimace Penalty', 'The Grimace Penalty Goal Game is a fun and challenging game where you have to attempt to score a penalty goal against a Grimace. To score a goal, you need to time your shot carefully and aim for the right spot in the goal. The Grimace will move around, so you need to be quick and accurate if you want to succeed. If you miss three goal, the game will be over.', 'https://img.gamemonetize.com/5u56pdgeqaju8sgzonpu8ktd4tkxm5ce/512x384.jpg', 'https://html5.gamemonetize.com/5u56pdgeqaju8sgzonpu8ktd4tkxm5ce/', '0', 'Sports', 0, 0, '', 'grimace-penalty'), (1752, 'Wack a Grimace Shake', 'Wack a Grimace Shake is a thrilling unity script-based game that challenges your reflexes and precision. Dive into a whimsical world where you must whack quirky Grimace Shakes as they pop up randomly. Use your mouse or touch screen to strike them swiftly, but be careful not to miss! With its engaging graphics and dynamic gameplay, this game guarantees endless fun. Can you achieve the highest score and become the Grimace Shake whacking champion? Get ready to tap into your inner speedster in this addictive article rewriting-inspired gaming experience!', 'https://img.gamemonetize.com/aikv1zlc8dcefn3mbetxbeg8fsoxohsw/512x384.jpg', 'https://html5.gamemonetize.com/aikv1zlc8dcefn3mbetxbeg8fsoxohsw/', '0', 'Arcade', 0, 0, '', 'wack-a-grimace-shake'), (1753, 'Blonde Chibi Fashion Show', 'Blondie and Kenneth live in the fun country of Blondieland. Fashion shows are regularly held in this country. Blondie and Kenneth love fashion and style. Help them to choose a stylish look for participation in the show. Choose from a variety of outfits and accessories. You can also change the color of clothes, shoes and hair! Get an unforgettable experience in the game Blonde Chibi Fashion Show on the site dressupwho.com.', 'https://img.gamemonetize.com/lkmc0ijjo9mj17enjkctuv0lwxqnc3eh/512x384.jpg', 'https://html5.gamemonetize.com/lkmc0ijjo9mj17enjkctuv0lwxqnc3eh/', '0', 'Girls', 0, 0, '', 'blonde-chibi-fashion-show'), (1754, 'Cute Rabbit Puzzle', 'Introducing the Cute Rabbit Coloring Book &ndash; the perfect blend of fun and simplicity for kids who love to color! Our coloring book is designed to bring joy to little artists as they embark on a colorful adventure with adorable rabbits. Its a breeze for kids to express their creativity and add a pop of color to these cute bunnies. Let their imagination run wild as they choose their favorite colors and create their own bunny masterpieces. Its not just a coloring book; its a journey into a world of whimsy and wonder. Give your child the gift of creativity and hours of entertainment with the Cute Rabbit Coloring Book.', 'https://img.gamemonetize.com/nga0n4adcbeiam0k7i62hj4fb20b7fjz/512x384.jpg', 'https://html5.gamemonetize.com/nga0n4adcbeiam0k7i62hj4fb20b7fjz/', '0', 'Puzzles', 0, 0, '', 'cute-rabbit-puzzle'), (1755, 'Multi Brick Breaker', 'Can you beat your opponent? Yes you are two challengers at same time. An AI will try to defeat you ! Keep up with the ball and deflect it with your paddle in this classic breakout game! Multi Brick Breaker is a whole new game! Pamboo want to eat some bamboo. You will need to break all of bamboo with your ball before the opponent. Break and destroy each brick, until you\'ve succeeded each level\'s mission! Use bonus to help you and clear all levels! - Classic brick breaker breakout gameplay with a modern, mobile twist! - Challenging levels ! - Many power-up, aiding your quest to win each level ! - Easy to play, difficult to master: Try to achieve 3 stars on each level ! - Multi ball, smoke, freeze, big ball, dragon ball (oups not this one)', 'https://img.gamemonetize.com/bbx909f0j73fa4ny8p7x4z3ixjkr17vl/512x384.jpg', 'https://html5.gamemonetize.com/bbx909f0j73fa4ny8p7x4z3ixjkr17vl/', '0', 'Arcade', 0, 0, '', 'multi-brick-breaker'), (1756, 'Forest Survival Simulator Animal Evolution', 'Dive into the captivating world of Forest Simulator: Animal Evolution. Begin as a small, vulnerable creature and fight for survival against hunger and predators. Accumulate experience and coins daily to advance. Unlocking new animals is your key to progress. Enhance skills like speed, strength, and defense to overcome challenges. Evade predators or become one. Tailor your strategy to your style.', 'https://img.gamemonetize.com/rdylnlvekzcuq9077imjy9lse8w77r11/512x384.jpg', 'https://html5.gamemonetize.com/rdylnlvekzcuq9077imjy9lse8w77r11/', '0', 'Adventure', 0, 0, '', 'forest-survival-simulator-animal-evolution'), (1757, 'Craft Conflict', 'Welcome to the thrilling world of strategy and combat! In this captivating game, youll collect resources - gold and stone - to construct towers with mages and archers, as well as recruit mighty warriors, mages, and archers. Unleash your tactical skills, employ strategic maneuvers, and claim victory in this exhilarating clash! Embark on your journey, conquer new territories, and become a true military strategist in this gripping game!', 'https://img.gamemonetize.com/8cwnvmwsvotgwfe5gvmoo50kt7rsc3gj/512x384.jpg', 'https://html5.gamemonetize.com/8cwnvmwsvotgwfe5gvmoo50kt7rsc3gj/', '0', 'Hypercasual', 0, 0, '', 'craft-conflict'), (1758, 'Rodha', 'Get ready for a thrilling adventure in Rodha, the action-platformer that delivers fast-paced, heart-pumping gameplay. In this exciting ball game, youll take on the role of one of 9 unique characters, each with their own distinct personality, as you make your way through 60 challenging levels filled with exciting platforming action. As you explore the minimalist world of Rodha, youll encounter various obstacles and challenges, from cannons and moving saws to other contraptions designed to stop you in your tracks.', 'https://img.gamemonetize.com/dzwgl9j7jg6vv7l1u9wfg9osqbscl6tb/512x384.jpg', 'https://html5.gamemonetize.com/dzwgl9j7jg6vv7l1u9wfg9osqbscl6tb/', '0', 'Arcade', 0, 0, '', 'rodha'), (1759, 'Real Airplane Simulator', 'Here is an airplane-driving simulation game. There are many different airplanes to unlock and select in the garage. Following the green arrow and lines, adjust the height instantly. More practice will help you complete all levels.', 'https://img.gamemonetize.com/l2mrm0gwkvuj1g0qy0acw6fj7xnzxmas/512x384.jpg', 'https://html5.gamemonetize.com/l2mrm0gwkvuj1g0qy0acw6fj7xnzxmas/', '0', 'Action', 0, 0, '', 'real-airplane-simulator'), (1760, 'Rainbow Tunnel 3D', 'Dive into the Rainbow Tunnel 3D, a game that will test your reflexes and precision skills. Your mission? Dodge, weave, and survive as you chase high scores.', 'https://img.gamemonetize.com/q40nhbrm77pjoj4a80n1fjrvax1dbzeo/512x384.jpg', 'https://html5.gamemonetize.com/q40nhbrm77pjoj4a80n1fjrvax1dbzeo/', '0', 'Arcade', 0, 0, '', 'rainbow-tunnel-d'), (1761, 'Summer Beach and Girls Puzzle', 'Enhance your brain with beach and girls puzzle, you can choose difficulty and solve by rotating the tiles. Hot sexy beach and girls are waiting to be solved.', 'https://img.gamemonetize.com/kkw2btotcpyyzsyzqutslo4rvgtvm4k8/512x384.jpg', 'https://html5.gamemonetize.com/kkw2btotcpyyzsyzqutslo4rvgtvm4k8/', '0', 'Puzzles', 0, 0, '', 'summer-beach-and-girls-puzzle'), (1762, '2020 Plus Block Puzzle', '2020 Plus is the latest version of this classic block puzzle game. Your task is to place groups of three randomly formed blocks strategically on the board so that they fill complete rows or columns. Once you have placed all three blocks three new blocks will appear. As soon as a row or column is completely filled, the blocks placed in it get cleared. Each completed row or column will also give you points.Play 2020 Plus now for free and experience the most addictive version of this endless puzzle game ever! 2020 Plus: The Classic Block Puzzle Game, Reimagined', 'https://img.gamemonetize.com/0ixomyd8ge090yhhsqyrmjmcegg784dw/512x384.jpg', 'https://html5.gamemonetize.com/0ixomyd8ge090yhhsqyrmjmcegg784dw/', '0', 'Puzzles', 0, 0, '', '-plus-block-puzzle'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (1763, 'Pride Mahjong', 'You have to find three identical tiles with food to destroy them. The tiles are placed on a special form where 7 tiles can be placed at the same time. The game also has three types of bonuses that can be used to make the game easier.', 'https://img.gamemonetize.com/eg4pqky7f4b6c8epapuzdtvcuggmnspg/512x384.jpg', 'https://html5.gamemonetize.com/eg4pqky7f4b6c8epapuzdtvcuggmnspg/', '0', 'Puzzles', 0, 0, '', 'pride-mahjong'), (1764, 'Merge Fighting 3d', 'Do you enjoy fighting? Do you want to eliminate your enemies using various weapons? Merge Fighting 3d satisfies your needs! It is a fighting game! In Merge Fighting 3d, you need to merge in order to obtain powerful weapons! Only by using these weapons can you defeat more and more enemies! How many levels can you complete under enemy siege? Give this game a try! Have fun playing!', 'https://img.gamemonetize.com/7jjkdne5qe96pq0a06xqfb9h8b7xemul/512x384.jpg', 'https://html5.gamemonetize.com/7jjkdne5qe96pq0a06xqfb9h8b7xemul/', '0', 'Adventure', 0, 0, '', 'merge-fighting-d'), (1765, 'Grimace And Skibidi Whack A Mole', 'This is a fun game for You, your friends and your family! Your objective is to hit all the popping Grimaces to get points the more you can! Do you like Whack A Mole? then you will love this game too! Enjoy it!', 'https://img.gamemonetize.com/d072erc0bmwxni5l601mant1z5na8gxs/512x384.jpg', 'https://html5.gamemonetize.com/d072erc0bmwxni5l601mant1z5na8gxs/', '0', 'Clicker', 0, 0, '', 'grimace-and-skibidi-whack-a-mole'), (1766, 'Skibidi Toilet Hidden Toilet Papers', 'Skibidi Toilet Hidden Toilet Papers is a free online funny and hidden object game. Find out the hidden toilet paper in the specified images. Each level has 10 hidden toilet papers. There are 8 levels in total. The time is limited so be fast and find all hidden objects before time runs out. Clicking in the wrong place several times reduces the time by an additional 5 seconds. So, if you are ready start the game and have fun!', 'https://img.gamemonetize.com/b6636a3e2o4s3ckarw5gq44cfyk5333h/512x384.jpg', 'https://html5.gamemonetize.com/b6636a3e2o4s3ckarw5gq44cfyk5333h/', '0', 'Puzzles', 0, 0, '', 'skibidi-toilet-hidden-toilet-papers'), (1767, 'Violet Fall Fashion Shoot', 'Welcome to Violet Fall Fashion Shoot. Superhero violet is so boring on fight with villains. So she comes up with a new idea for this Autumn. She planned to take some photoshoot under the fall theme and post it on her social media. Join and help our favourite hero to be a super model on social media. Have fun!', 'https://img.gamemonetize.com/fahahawefja83ushr2i8sdmayymvx2zc/512x384.jpg', 'https://html5.gamemonetize.com/fahahawefja83ushr2i8sdmayymvx2zc/', '0', 'Girls', 0, 0, '', 'violet-fall-fashion-shoot'), (1768, 'Body Doctor Little Hero', 'The best hospital simulation game is coming Want to be an excellent body doctor? Your patient has broken an arm or a leg in pain. They need your help to do the x-ray. A special machine is used to scan the patients head, chest or legs. Be a little hero and heal them all!', 'https://img.gamemonetize.com/rwe6rbx9asx7xqvyaq9jvesr4554plnc/512x384.jpg', 'https://html5.gamemonetize.com/rwe6rbx9asx7xqvyaq9jvesr4554plnc/', '0', 'Girls', 0, 0, '', 'body-doctor-little-hero'), (1769, 'Skibidi Toilet City Jumper', 'Skibidi Toilet City Jumper is an adrenaline-packed mobile game that combines toilet humor with fast-paced city exploration. In this quirky adventure, players control Skibidi, a daring toilet paper roll, as they leap across skyscrapers and navigate bustling cityscapes. Avoid obstacles, collect power-ups, and race against the clock to reach new heights. With its humorous theme and addictive gameplay, Skibidi Toilet City Jumper promises endless laughter and challenging obstacles. Can you help Skibidi conquer the urban jungle in this hilarious and exciting toilet-themed escapade? Jump into the action now!', 'https://img.gamemonetize.com/oxg9qn3c372n1v95cbpn5pxufm8ro3uq/512x384.jpg', 'https://html5.gamemonetize.com/oxg9qn3c372n1v95cbpn5pxufm8ro3uq/', '0', 'Arcade', 0, 0, '', 'skibidi-toilet-city-jumper'), (1770, 'Rolling Skibidi', 'An unsuspecting Skibidi drank too much and ended up in a wheel ... Help him before its too late! Take control of your Skibidi and ride the barrel down the mountain. Watch out for the boulders, trees and wildlife! Key Features: - Addictive one touch game play that is easy to pick up but difficult to master! - Its a Skibidi running on a giant barrel down a mountain! What more do you want! - Highly addictive', 'https://img.gamemonetize.com/dofllavuxzlls6pxbifnje7avl9zl7jh/512x384.jpg', 'https://html5.gamemonetize.com/dofllavuxzlls6pxbifnje7avl9zl7jh/', '0', 'Hypercasual', 0, 0, '', 'rolling-skibidi'), (1771, 'Craft Doors Horror Run', 'Can you escape the craft doors alive? Joining Craft Doors: Horror Escape Run where you can experience the most petrifying escape challenge of your life! Get ready to feel the real horror and goosebumps, open all doors and find the way out of this nightmare. But remember to look around! Who knows what&rsquo;s hiding in the dark... The end objective of this game is to get through all craft doors without being killed by the entities. Find the next door, escape the thrilling maze filled with terrifying entities, use buttons/joystick to run and collect keys, coins &amp; useful tools. Your life skills, bravery and reflexes will be tested through endles', 'https://img.gamemonetize.com/hmehhcx22pfqp8nrqqw54srznwsbrkml/512x384.jpg', 'https://html5.gamemonetize.com/hmehhcx22pfqp8nrqqw54srznwsbrkml/', '0', 'Action', 0, 0, '', 'craft-doors-horror-run'), (1772, 'Climb Racing 3D', 'A variety of characters, cars and maps are waiting for you in the car racing game full of fun and adventure, based on 3D physics and with colorful visual effects. Choose your vehicle and hit the road for endless driving experience. Get an advantage by collecting bonuses. We wish you to have a pleasant time in the fun and action-packed car racing game. Have fun!', 'https://img.gamemonetize.com/gjfls53ild9pfyssb4btixekteqoh7py/512x384.jpg', 'https://html5.gamemonetize.com/gjfls53ild9pfyssb4btixekteqoh7py/', '0', 'Racing', 0, 0, '', 'climb-racing-d'), (1773, 'Fashion Icon Streamer Makeover', 'You are the hottest Streamer. Everyone knows your name. Its time to lead the way! The world is waiting. Youre going to have a great time in the fashion world and your friends will love your new look. To get ready for your collection debut, you should hit the salon for a big makeover and a new look for your big night. After the makeover, you can wear your own unique fashion design. Are you ready to become the next big thing in fashion?', 'https://img.gamemonetize.com/7stvlwkt9fl9etozh51ev46s0bhzvpez/512x384.jpg', 'https://html5.gamemonetize.com/7stvlwkt9fl9etozh51ev46s0bhzvpez/', '0', 'Girls', 0, 0, '', 'fashion-icon-streamer-makeover'), (1774, 'Kid Ball Adventure', 'Enter a fantasy world of bouncing balls and magic castles in Kid Ball Adventure is a 2D platformer where risk is balanced with great reward! Take control of Kid Ball as he pursues those who captured his love through treacherous castle dungeons. To guide Kid Ball to victory, you will need to overcome many challenging stages filled with traps and deadly enemies, bouncing over spikes and using booster cannons to your advantage! Locate the key and unlock the exit to move on to the next daunting chamber of hazards!', 'https://img.gamemonetize.com/30q2nhz4ns0p9q7nn6bk1lrmsbml8i0c/512x384.jpg', 'https://html5.gamemonetize.com/30q2nhz4ns0p9q7nn6bk1lrmsbml8i0c/', '0', 'Hypercasual', 0, 0, '', 'kid-ball-adventure'), (1775, 'Dye Fashion', 'Dress Dye is an exciting fashion game that allows players to express their creativity and design skills. In this game, players are presented with a variety of dresses and are given the opportunity to unleash their inner fashion designer by dyeing them in vibrant and unique colors. From elegant evening gowns to casual dresses, Dress Dye offers a wide range of styles to choose from. With a simple and intuitive interface, players can easily select the dress they want to dye and then experiment with different color combinations to create their own personalized masterpiece. Have fun', 'https://img.gamemonetize.com/kchjxmnlh98qftttbzrqmlz129c2h004/512x384.jpg', 'https://html5.gamemonetize.com/kchjxmnlh98qftttbzrqmlz129c2h004/', '0', 'Girls', 0, 0, '', 'dye-fashion'), (1776, 'Aqua Dogy', 'Would you like to join the adventure of the dog siblings having fun at the water park? This adventure is just for you. Slide down the slides with the dogs and collect all the badges. Gather all the badges and head straight to the finish line. Slide down the slide with your friend and reach the finish line together.', 'https://img.gamemonetize.com/fbl8n2cqlakjqbqk9w1x6kriqaps3b76/512x384.jpg', 'https://html5.gamemonetize.com/fbl8n2cqlakjqbqk9w1x6kriqaps3b76/', '0', '2 Player', 0, 0, '', 'aqua-dogy'), (1777, 'Skibidi Hop', 'Its just a really simple endless hyper casual game! Help Skibidi and try to avoid the Red triangle when you run; is simple: you just make a jump! but you run in a planet so you need to resist the more you can and sign the best record possible! This game i suitable for every one, enjoy it!', 'https://img.gamemonetize.com/l284s89f3akdbsqmh0aeembigze9nisz/512x384.jpg', 'https://html5.gamemonetize.com/l284s89f3akdbsqmh0aeembigze9nisz/', '0', 'Clicker', 0, 0, '', 'skibidi-hop'), (1778, 'Airport Manager Online', 'Do you have what it takes to be an Airport Manager and run your own airline? Give Airport Manager Online a try! In Airport Manager Online, youll assume various roles like overseeing security checks, validating boarding passes, piloting planes, and assisting passengers in locating their lost belongings. Utilize your exceptional management skills to transform your airport into the ultimate destination. Dive into the world of airport mysteries and embark on an exciting gameplay experience! Enjoy endless entertainment with Airport Manager Online!', 'https://img.gamemonetize.com/sg0qh3o90hxhdvsggxqfuwuihhhsr3vo/512x384.jpg', 'https://html5.gamemonetize.com/sg0qh3o90hxhdvsggxqfuwuihhhsr3vo/', '0', 'Girls', 0, 0, '', 'airport-manager-online'), (1779, 'Tic Tac Toe A Group Of Classic Game', 'This game is a group of classic puzzle game, include Tic Tac Toe, 2048, Crazy Arrow, Stack Six,Block Puzzle, Pipe Line, Snake Crush and Water Sort.', 'https://img.gamemonetize.com/4tg0e79tsrg3300giz8mo9ps3s59ah5a/512x384.jpg', 'https://html5.gamemonetize.com/4tg0e79tsrg3300giz8mo9ps3s59ah5a/', '0', 'Puzzles', 0, 0, '', 'tic-tac-toe-a-group-of-classic-game'), (1780, 'Fruit Slayer', 'In Fruit Slayer, unleash your swift slicing skills as you take on the role of a skilled ninja fruit slayer. Armed with razor-sharp reflexes, your task is to slice through an onslaught of juicy fruits while avoiding dangerous bombs. With its addictively satisfying gameplay, stunning visuals, and challenging levels, Fruit Slayer offers a fruit-slicing frenzy that keeps you on the edge of your seat. Are you up for the challenge of becoming the ultimate fruit-slicing master?', 'https://img.gamemonetize.com/rm57k8lh8xmwkrsmfj4og8urwsfjnngs/512x384.jpg', 'https://html5.gamemonetize.com/rm57k8lh8xmwkrsmfj4og8urwsfjnngs/', '0', 'Arcade', 0, 0, '', 'fruit-slayer'), (1781, 'Monster Truck Wheels 2', 'In Monster Truck Wheels 2, youll be driving a heavy SUV, and weve already prepared fifteen different tracks. Do not rely on simplicity and ease, the tracks, from the very first stages it will be super difficult. You need to climb pyramids of different sizes, drive along bridges, drive into containers and standing cars. Your jeep is not very stable and can roll over easily. Wisely adjust the brake and gas, if necessary, back up in order to overcome the next obstacles with acceleration. Distances on the levels are short, but quite difficult, be careful and careful.', 'https://img.gamemonetize.com/qf7gm6lcd394yd54umnpifqqejrie2kg/512x384.jpg', 'https://html5.gamemonetize.com/qf7gm6lcd394yd54umnpifqqejrie2kg/', '0', 'Racing', 0, 0, '', 'monster-truck-wheels-'), (1782, 'Trump Apple Shooter', 'Get ready for some exhilarating target practice with Trump Apple Shooter &ndash; an online game tailor-made for kids thats not only super fun but also completely free to play! In this game, your mission is crystal clear: take aim and shoot the apple perched atop Trumps head to advance to the next level. Precision and focus are your best allies as you navigate through increasingly challenging stages. Test your archery skills and see if you have what it takes to hit the mark every time.With its simple yet addictive gameplay, Trump Apple Shooter promises hours of entertainment for kids of all ages.', 'https://img.gamemonetize.com/bamumioi8fwyur0h3czmuduzfq77n8dn/512x384.jpg', 'https://html5.gamemonetize.com/bamumioi8fwyur0h3czmuduzfq77n8dn/', '0', 'Puzzles', 0, 0, '', 'trump-apple-shooter'), (1783, 'Slime Knight', 'Slime Knight is an arcade-platform game where you have to explore an ancient castle with a tiny but brave knight! Defeat the enemies on the floor with the knights sword to help him to advance to the next one.', 'https://img.gamemonetize.com/wyrv3daj2x60fpyxyyj6rvyv5e40aurx/512x384.jpg', 'https://html5.gamemonetize.com/wyrv3daj2x60fpyxyyj6rvyv5e40aurx/', '0', 'Arcade', 0, 0, '', 'slime-knight'), (1784, 'Coco Skibidi', 'Coco Skibidi is a game of rhythm, hand-eye coordination and hair-pulling action! With the fate of two Skibidi Toilet at your finger tips, its up to you to keep them from getting coconuts! Key Features: - Great Gameplay. - Cute Graphic. - Simple Gameplay. - One click/touch to play.', 'https://img.gamemonetize.com/13avykkt0ze14mzvu7lw1mybvhn4khx6/512x384.jpg', 'https://html5.gamemonetize.com/13avykkt0ze14mzvu7lw1mybvhn4khx6/', '0', 'Puzzles', 0, 0, '', 'coco-skibidi'), (1785, 'Beat Shooter Game', 'Extreme entertainment with tracks in Beat Shooter. Not a spontaneous game, but you will be the one to create good tunes for yourself. Players will choose their favorite gun from the tons of guns available in the game. Use your gun to shoot the falling squares; make sure you don&rsquo;t miss a block. Get a bonus for every gas you hit, get rich with your sniping skills.', 'https://img.gamemonetize.com/w7pleqnur76mjg95cnp1joojczahaovq/512x384.jpg', 'https://html5.gamemonetize.com/w7pleqnur76mjg95cnp1joojczahaovq/', '0', 'Puzzles', 0, 0, '', 'beat-shooter-game'), (1786, 'Rival Stars Horse Racing', 'What is it like to become an equestrian expert? In Rival Stars Horse Racing, you will become one! Your goal is to provide professional equestrian performances for the audience. Various interesting obstacles await you to challenge them! How many levels can you complete? Its time to test your control skills! Can you become a master of equestrianism? Give this game a try! Have fun playing!', 'https://img.gamemonetize.com/hdd1bbba6y8edln63oohm3zxx3rsbx1f/512x384.jpg', 'https://html5.gamemonetize.com/hdd1bbba6y8edln63oohm3zxx3rsbx1f/', '0', 'Racing', 0, 0, '', 'rival-stars-horse-racing'), (1787, 'Summer Aesthetics', 'Hop on a plane and spend your summer vacation traveling around the world together with your favorite Disney princesses. Discover beautiful sceneries and practice your fashion advisor skills while helping them choose their outfits of the day in the Summer Aesthetics Dress Up Game for girls! Have a blast!', 'https://img.gamemonetize.com/o1r25m69jjjvgxgb8p4xp9i6zkgmod50/512x384.jpg', 'https://html5.gamemonetize.com/o1r25m69jjjvgxgb8p4xp9i6zkgmod50/', '0', 'Girls', 0, 0, '', 'summer-aesthetics'), (1788, 'Skibidi Toilet Hidden Stars Challenge', 'Embark on a whimsical adventure in the quirky world of Skibidi Toilet Hidden Stars, a delightful and free online hidden game designed especially for kids. Dive into this enchanting experience right here and right now, where the bathroom becomes a realm of mystery and fun. Your mission, should you choose to accept it, is to uncover all 5 hidden stars cleverly concealed within each level. As you successfully unveil these elusive stars, youll unlock access to exciting new levels filled with even more surprising challenges. Join the Skibidi Toilet Hidden Stars quest, where curiosity meets discovery, and where every click leads to another star.', 'https://img.gamemonetize.com/nt50nffh5il2bj15cs15unkrb0r0mt2h/512x384.jpg', 'https://html5.gamemonetize.com/nt50nffh5il2bj15cs15unkrb0r0mt2h/', '0', 'Hypercasual', 0, 0, '', 'skibidi-toilet-hidden-stars-challenge'), (1789, 'Romantic Wedding Ring Design', 'Zoe is going to get married with Kris, their wedding will be held next month! Today, the couple come to your jewelry studio to choose the wedding ring, they want to have a perfect ring for this special moment. Now its time to design the perfect wedding ring for them!', 'https://img.gamemonetize.com/nwbimq2q37oz65ne0drx9g2lb2taql78/512x384.jpg', 'https://html5.gamemonetize.com/nwbimq2q37oz65ne0drx9g2lb2taql78/', '0', 'Girls', 0, 0, '', 'romantic-wedding-ring-design'), (1790, 'Extreme Stunt Car Game', 'Get ready for most exciting impossible and challenging Extreme Stunt Car Games. Play like a car stunt master while riding on the tricky tracks. Accept the challenge of car stunt games and choose your favorite vehicle to enjoy the driving challenges in car stunt races. This Extreme car stunt game having amazing Game play and challenging levels which is not an easy job for any stunt car driver. Now it&rsquo;s time To perform crazy stunts, tighten your seat belt and enjoy loads of different cars while climb up the massive heights but try not fall down on the city otherwise you will lose.', 'https://img.gamemonetize.com/pirzknd92cn58ix2lg0rskzlz8als6hp/512x384.jpg', 'https://html5.gamemonetize.com/pirzknd92cn58ix2lg0rskzlz8als6hp/', '0', 'Racing', 0, 0, '', 'extreme-stunt-car-game'), (1791, 'Grimace Commando', 'Defend the world to the Grimace invasion! Use your mini machine gun to destroy all Grimace Inavders! This game is a classic endless trend arcade game when you need to resist the more you can and sign the best record!', 'https://img.gamemonetize.com/s5ckkqi51j69zm0nyghyuy03t8hoszyy/512x384.jpg', 'https://html5.gamemonetize.com/s5ckkqi51j69zm0nyghyuy03t8hoszyy/', '0', 'Shooting', 0, 0, '', 'grimace-commando'), (1792, 'Zrist DX', 'Dodge endless obstacles while you get used to constantly shifting rules! Extended and upgraded version of Zrist, an endless runner where the play rules are modified on the go. This new version has a progression system, a shop, and much more!', 'https://img.gamemonetize.com/mmbnapzidjavkvd8kolb9s4a7rzyfr2w/512x384.jpg', 'https://html5.gamemonetize.com/mmbnapzidjavkvd8kolb9s4a7rzyfr2w/', '0', 'Arcade', 0, 0, '', 'zrist-dx'), (1793, 'Doll Dreamhouse Adventure', 'What kind of house do you have in mind? Do you want to own and design your own dolls house? In Doll Dreamhouse Adventure, you can have it all! You can design the dolls room! First pick your favorite doll! And the adventure begins! Hundreds of items for you to choose and manipulate! Can you discover your favorite design? Try this game! Have fun!', 'https://img.gamemonetize.com/3uqe2wcl7khhfxjtul7iefqvf38xkudj/512x384.jpg', 'https://html5.gamemonetize.com/3uqe2wcl7khhfxjtul7iefqvf38xkudj/', '0', 'Girls', 0, 0, '', 'doll-dreamhouse-adventure'), (1794, 'Grimace Wood Cutter', 'Happy Birthday Grimace! In this game you need to chop wood and avoid the branches. It could be an easy task? Its easy to play but hard to master! So help Grimace as every lumberjack does and chop the tree as fast the more you can! &middot; One-touch control system! &middot; Simple and addictive gameplay! Hmmm... So Delicious!', 'https://img.gamemonetize.com/67mgdpiz125xptemyjku86m0hr0vlonv/512x384.jpg', 'https://html5.gamemonetize.com/67mgdpiz125xptemyjku86m0hr0vlonv/', '0', 'Clicker', 0, 0, '', 'grimace-wood-cutter'), (1795, 'Dog Cat Surprise Pet Spa', 'Experience the fun girl pet salon game! You can do manicures, cut nails, and make-up for each dog and girl. Meet some good friends and cute pet dogs! Join us and experience various tool operations in the game. Also, dress up and get ready to take pictures! Everything is possible in the game!', 'https://img.gamemonetize.com/wb3mcob33moyoyqh5h1t0qoiusolo494/512x384.jpg', 'https://html5.gamemonetize.com/wb3mcob33moyoyqh5h1t0qoiusolo494/', '0', 'Girls', 0, 0, '', 'dog-cat-surprise-pet-spa'), (1796, 'Grimace Shake City Chaos', 'Welcome to Grimace Shake City Chaos! Immerse yourself in an exciting urban adventure where chaos reigns. Navigate through the bustling city as you face quirky challenges, eccentric characters, and unexpected twists. Use your wit and skills to restore order and uncover the secrets behind the chaos. With captivating visuals and a dynamic storyline, this game offers an adrenaline-pumping experience that will keep you hooked for hours. Are you ready to shake things up and conquer the chaos in Grimace Shake City?', 'https://img.gamemonetize.com/qynybbj95cb1gp7wr28l3zzq56qmptet/512x384.jpg', 'https://html5.gamemonetize.com/qynybbj95cb1gp7wr28l3zzq56qmptet/', '0', 'Arcade', 0, 0, '', 'grimace-shake-city-chaos'), (1797, 'Grimace Ball Jumpling', 'Help Grimace to not let the ball fall! How many times you can juggle these two soccer balls? How to play: - Tap left side of screen to kick the left football - Tap right side of screen to kick the right football Warning: This game create dependence! :-)', 'https://img.gamemonetize.com/2eeizpsva0s0kdpw0zf5trn08s98fsva/512x384.jpg', 'https://html5.gamemonetize.com/2eeizpsva0s0kdpw0zf5trn08s98fsva/', '0', 'Soccer', 0, 0, '', 'grimace-ball-jumpling'), (1798, 'Grimace Coloring Book', 'Introducing the enchanting world of the Grimace Coloring Book, where imagination knows no bounds! This captivating online coloring game is a delightful haven for kids of all ages to embark on a creative journey like no other, and the best part? Its absolutely free! Grimace, the lovable, enigmatic character, takes center stage in this digital canvas of endless possibilities. With a simple click of a mouse or a tap of a finger, young artists can breathe life into Grimaces world, adding their personal touch to each page. The Grimace Coloring Book offers an array of mesmerizing scenes and intricate designs, all thoughtfully curated to inspire.', 'https://img.gamemonetize.com/m37k84287punawt9agq6wmh50njkcu2k/512x384.jpg', 'https://html5.gamemonetize.com/m37k84287punawt9agq6wmh50njkcu2k/', '0', 'Girls', 0, 0, '', 'grimace-coloring-book'), (1799, 'Skibidi Toilet Differences', 'Now its time to take a look at some pictures with Skibidi Toilet. Behind these pictures are small differences. Can you find them? They are fun designs for you to play with. A game that is fun and educational because it will help you improve your observation and concentration skills. You have 10 levels and 7 differences, for each level you have one minute to finish the same. Have fun!', 'https://img.gamemonetize.com/a8fay2qwsit2nejpco908zkt6d43aj84/512x384.jpg', 'https://html5.gamemonetize.com/a8fay2qwsit2nejpco908zkt6d43aj84/', '0', 'Puzzles', 0, 0, '', 'skibidi-toilet-differences'), (1800, 'Airport Inspection', 'There are three parts, passport control, body check and backpack check. Passengers name, age and occupation must match their own, and dangerous items such as knives, animals and dead bodies cannot be carried in carry-ons or backpacks. You must stimulate a keen eye and dont let anyone suspicious!', 'https://img.gamemonetize.com/z5ldm8ydv58cw4bqu93c139c2ztruy7u/512x384.jpg', 'https://html5.gamemonetize.com/z5ldm8ydv58cw4bqu93c139c2ztruy7u/', '0', 'Puzzles', 0, 0, '', 'airport-inspection'), (1801, 'Catch The Cat Online', 'Catch The Cat is an exciting online game with addictive gameplay and attractive graphics. This game is perfect for players of all ages. Your goal is to catch an elusive cat that is constantly trying to escape. As the levels progress, youll need to plan your moves carefully, taking into account the cats condition and the objects or composites you can use. Lets dive into the details and see what makes Catch The Cat a must-play game.', 'https://img.gamemonetize.com/ei4tr5aih14e0imvdlpqi4r8hdljebfj/512x384.jpg', 'https://html5.gamemonetize.com/ei4tr5aih14e0imvdlpqi4r8hdljebfj/', '0', 'Puzzles', 0, 0, '', 'catch-the-cat-online'), (1802, 'Speakerman Vs Skibidi Toilet', 'The game is set in a post-apocalyptic world where the Speakerman and the Skibidi Toilet are the two most powerful forces. The Speakerman is a giant robot with a powerful speaker that can emit destructive sound waves.', 'https://img.gamemonetize.com/y27rb3r0b9saiz6ziakmy4alnxutpkjv/512x384.jpg', 'https://html5.gamemonetize.com/y27rb3r0b9saiz6ziakmy4alnxutpkjv/', '0', 'Shooting', 0, 0, '', 'speakerman-vs-skibidi-toilet'), (1803, 'Stickman Doodle Epic Rage', 'Stickman Doodle Epic Rage is fun and addictive beatemup game with realistic physics and hardcore gameplay. With simple controls you can perform amazing stunts and blows to defeat your opponents. Unknown enemies emerge in the city! Our Stick hero continues to fight them off with a wide array of deadly weapons as well as helicopters and robots, who can devastate all enemies at once! The followers of Stickman games still have not forgotten the feeling of tight guillotine and ecstatic graphics of Stickman Brawl of Rage. And what would you expect in a recent version of Stickman fight and this revenge? Whether this revenge will end or not?', 'https://img.gamemonetize.com/39619mhrok90ugn1szm24fsvagqqwucc/512x384.jpg', 'https://html5.gamemonetize.com/39619mhrok90ugn1szm24fsvagqqwucc/', '0', 'Arcade', 0, 0, '', 'stickman-doodle-epic-rage'), (1804, 'Master Crazy Damage', 'A war has begun in the world of Stickmen and you are in a new exciting online game Master Crazy Damage take part in it. In front of you on the screen you will see the location in which your character and his opponent will be located. Both of them will be armed with firearms. On a signal, you, controlling your character, will have to quickly throw up your weapon and aim to open fire to kill. If your aim is accurate, then the bullets will hit your opponent and destroy him. As soon as this happens, Master Crazy Damage will give you points in the game and you will move on to the next level of the game.', 'https://img.gamemonetize.com/7a51z9rfrfc0najspxjmxpayslc0dfyh/512x384.jpg', 'https://html5.gamemonetize.com/7a51z9rfrfc0najspxjmxpayslc0dfyh/', '0', 'Action', 0, 0, '', 'master-crazy-damage'), (1805, 'Skibidi Invasion', 'The goal is to resist the more you can and after you can sign your personal record in the local leaderboard! Shoot the Skibidi Toilet aliens as fast as you can and survive much time and achieve high scores. Use your machine gun weapon to destroy all Skibidi! The goal is to resist the more you can and after you can sign your personal record in the local leaderboard. Have fun with this great funny endless game!', 'https://img.gamemonetize.com/jd5s7us23loraqjc37qjtuasjfmzl1fm/512x384.jpg', 'https://html5.gamemonetize.com/jd5s7us23loraqjc37qjtuasjfmzl1fm/', '0', 'Shooting', 0, 0, '', 'skibidi-invasion'), (1806, 'Dino Evolution 3d', 'Welcome to the cruel world of dinosaurs! This is a gladiatorial arena! You can only win by becoming the final victor! How do you make yourself strong? Collect various fruits and become the highest-ranked dinosaur! Can you survive the siege of enemies? The time to test you has come! Try this game! Have fun!', 'https://img.gamemonetize.com/5784nfm11ntd1qqtxzmbwkm87ey94mu0/512x384.jpg', 'https://html5.gamemonetize.com/5784nfm11ntd1qqtxzmbwkm87ey94mu0/', '0', 'Adventure', 0, 0, '', 'dino-evolution-d'), (1807, 'Hero Inc 2 Online', 'Hero Inc 2 is a unique casual game of hero creation. The Earth is suffering from the invasion of alien species, the people need you! Build a laboratory, research superpowers, collect new elements, create the strongest heroes and form a strong team of soldiers. Its up to you to save them from their suffering! Good luck, heroes!', 'https://img.gamemonetize.com/ahngs0yf9mnwhpm4ia2eaarjh6h5l61n/512x384.jpg', 'https://html5.gamemonetize.com/ahngs0yf9mnwhpm4ia2eaarjh6h5l61n/', '0', 'Adventure', 0, 0, '', 'hero-inc--online'), (1808, 'Grimace Vs Skibidi', 'Like in a great tennis game, Help Grimace to stopping the tennis balls fired by Skibidi! Toilet! but requires speed and precision, make one mistake and you&rsquo;re out! its may be simple to play but it&rsquo;s a challenge to get high scores! The longer You stay on ground, the faster the tennis balls will come at you and it is your job to return them while also avoiding flying bottles. Youre warned! the Platinum medal is VERY hard to complete! only if youre a true grand slam may catch it!', 'https://img.gamemonetize.com/solbljhembpof7yo8r23hu90gu1n5d3v/512x384.jpg', 'https://html5.gamemonetize.com/solbljhembpof7yo8r23hu90gu1n5d3v/', '0', 'Sports', 0, 0, '', 'grimace-vs-skibidi'), (1809, 'Kick Grimace', 'Do you love physics puzzle brain games? Well, this game is for you! Use your brain and think before you drop the red ball. You must hit the purple Grimace with the ball and try to collect 3 Grimace Milk Shake. Explore Tons of amazing levels and Enjoy.', 'https://img.gamemonetize.com/ep9maa7wijhej1ymmob0oskwuwryjlz6/512x384.jpg', 'https://html5.gamemonetize.com/ep9maa7wijhej1ymmob0oskwuwryjlz6/', '0', 'Shooting', 0, 0, '', 'kick-grimace'), (1810, 'Run and Shoot GOAL!', 'Run without hitting obstacles and opposing team players. collect as much blue power as you can and hit the ball harder. Then direct the ball and try to pass the goalkeeper. You can score your goal and move on to the next level! According to the power you collect, the height of the ball increases and the probability of the goalkeeper to save decreases. If you want, you can transfer between halftime and change your character. hitting sticks loses 1 power. hitting obstacles lose 10 power', 'https://img.gamemonetize.com/sfgt6xl9hugkmihr98y1jzma6t7knvl9/512x384.jpg', 'https://html5.gamemonetize.com/sfgt6xl9hugkmihr98y1jzma6t7knvl9/', '0', 'Soccer', 0, 0, '', 'run-and-shoot-goal'), (1811, 'Mahjong Toy Chest', 'Race the clock and clean up your playroom by matching pairs of identical toys: little trains, balls, stuffed animals, books... Mahjong Toy Chest is an HTML5 mahjongg game that offers several nice surprises, such as different animations and sounds for each object, trophies to collect by performing specific actions and the ability to switch between 2D and 3D view. This uniquely playful iteration of one of our favorite games will keep you occupied for hours!', 'https://img.gamemonetize.com/grq5a8v0pegkwcqsuze22r2jq19v5cj4/512x384.jpg', 'https://html5.gamemonetize.com/grq5a8v0pegkwcqsuze22r2jq19v5cj4/', '0', 'Puzzles', 0, 0, '', 'mahjong-toy-chest'), (1812, 'Dog Sitter', 'The dogs of the people on the street ran away.Look for them in the garden of the house and catch them.Then hand it back to its owners and do your duty.The more dogs you chase, the more points you get.', 'https://img.gamemonetize.com/3bovn58l2fpwn9pv7aqun6isz704xon5/512x384.jpg', 'https://html5.gamemonetize.com/3bovn58l2fpwn9pv7aqun6isz704xon5/', '0', 'Shooting', 0, 0, '', 'dog-sitter'), (1813, 'Survive the Sharks', 'You were out on a boat and accidentally fell overboard into the ocean. Unfortunately no one noticed and the boat left you there in the middle of the ocean. There are sharks in the water and you have not choice but to try to swim for land to save yourself as there doesnt seem to be any boats in the area. Swim for land which will appear in a random location each game and try to avoid the sharks if you can. There are also harmless fish in the ocean, but these fish wont harm you. Good luck!', 'https://img.gamemonetize.com/jvycvhbuw0mfnyi1zkqfi6wnwlb746mw/512x384.jpg', 'https://html5.gamemonetize.com/jvycvhbuw0mfnyi1zkqfi6wnwlb746mw/', '0', 'Adventure', 0, 0, '', 'survive-the-sharks'), (1814, 'Swing Grimace', 'Help Grimace to jump side to side and try to avoid the spikes! Thats all you need to do but try to resist the more you can! Try to sign you best personal record in the leaderboard! Happy Birthday Grimace!', 'https://img.gamemonetize.com/m7gg5fgclnoyuwv247crbille8hwasgh/512x384.jpg', 'https://html5.gamemonetize.com/m7gg5fgclnoyuwv247crbille8hwasgh/', '0', 'Hypercasual', 0, 0, '', 'swing-grimace'), (1815, 'Grimace Birthday Escape', 'Run across the maze and find your way out before you got spotted by the grimace monster. Find the door to unlock the next level. collect lives and the grimace shake jus. attack the monster by shoot jus to destroy him. Enjoy', 'https://img.gamemonetize.com/zfi43hwcd7th9zlgr1occj1oi6b6ccg3/512x384.jpg', 'https://html5.gamemonetize.com/zfi43hwcd7th9zlgr1occj1oi6b6ccg3/', '0', 'Adventure', 0, 0, '', 'grimace-birthday-escape'), (1816, 'Grimace vs Police SuperCar', 'Embark on an intense journey in Grimace vs Police SuperCar. As the player, youll command a formidable car, embarking on a map-based quest to eliminate the notorious Grimace. Your mission: track down Grimace, engage in thrilling pursuits, and ultimately ram into Grimace to clear each level. Unveil multiple stages including car parking challenges and coin collection, enhancing the excitement.', 'https://img.gamemonetize.com/jvrv8dvuw6snon0nykzxq3szr3relnct/512x384.jpg', 'https://html5.gamemonetize.com/jvrv8dvuw6snon0nykzxq3szr3relnct/', '0', 'Racing', 0, 0, '', 'grimace-vs-police-supercar'), (1817, 'TikTok Floral Trends', 'In our next game, you will discover another summer trend that is inspired by the beautiful colors of the summer. The game stars Kiki, an amazing artist, who shares her unicorn-themed makeup look that was inspired by the magical world of the unicorns. It continues with Olivias passion for red and glitzy accessories, and it ends with you dealing with Reginas makeup look. Play today and have a lot of fun being a makeup artist!', 'https://img.gamemonetize.com/ocez3f0nmtgq0pok9ftrpxhy0fp4z3k6/512x384.jpg', 'https://html5.gamemonetize.com/ocez3f0nmtgq0pok9ftrpxhy0fp4z3k6/', '0', 'Girls', 0, 0, '', 'tiktok-floral-trends'), (1818, 'Skibidi Stick', 'Stretch the stick the more you can to reach and walk on the platforms. Beware! If the stick is not long enough, Skibidi will fall down! Get yourself in the ninja action! How far can you go?', 'https://img.gamemonetize.com/5zkgqwll2oosqwi47higgp0eogc03dmm/512x384.jpg', 'https://html5.gamemonetize.com/5zkgqwll2oosqwi47higgp0eogc03dmm/', '0', 'Fighting', 0, 0, '', 'skibidi-stick'), (1819, 'Yasin Cengiz Game', 'Help the Tiktoker Yasin to catch all the food in a rushtime. Eat all food and dont let fall or you will lose a life. Evade the bombs and dont let the food fall, collect cash and coins to buy power ups, more speed, special powers and more to reach the highest scores.Website Developer <a href=\'https://kiz10.com\'>https://kiz10.com</a>', 'https://img.gamemonetize.com/g1ut0m8pmc3fb0nznardzk2xhc4z3pti/512x384.jpg', 'https://html5.gamemonetize.com/g1ut0m8pmc3fb0nznardzk2xhc4z3pti/', '0', 'Hypercasual', 0, 0, '', 'yasin-cengiz-game'), (1820, 'Commandos Battle for Survival 3D', 'Destroy the enemy forces with stealth attack and render their weapons useless. Go quietly and infiltrate your sole. Use your sneaky skills and avoid the radar because it is not even an option for the soldier to get caught! Yes! This army action based games is a unique blend with commando adventure, bringing you a whole new concept of secret services Agent operations. Spy and Drivers under the radar, welcome to the secret agent arena, moving places around enemy areas to complete stealth army missions. Agent Shadow Jill is recruited and trained by the army secret service agency to keep your territory safe. Become a spy and operate under the r', 'https://img.gamemonetize.com/51q2ocu5l2tn4tj7ojd3axb0a38zmlwr/512x384.jpg', 'https://html5.gamemonetize.com/51q2ocu5l2tn4tj7ojd3axb0a38zmlwr/', '0', 'Action', 0, 0, '', 'commandos-battle-for-survival-d'), (1821, 'Space War 3D', 'If you are a fan of space shooting games and experiencing sky shooting styles, then Space War is right up your alley. One day, our beautiful galaxy is attacked by space invaders. You are the last hero of the galaxy. Your goal will require quite a struggle because you have to save the galaxy from the enemies. Space War puts you in a front-line battle with space invaders. You will take control of the spaceship and protect the galaxy from alien swarms. As the game progresses, the spaceship qualifies for the upgrade and you will get the full lethal feature.', 'https://img.gamemonetize.com/2nvgjwud82nthgbyy15nqlzbtlv07g6h/512x384.jpg', 'https://html5.gamemonetize.com/2nvgjwud82nthgbyy15nqlzbtlv07g6h/', '0', 'Arcade', 0, 0, '', 'space-war-d'), (1822, 'Grimace Only Up!', 'Embark on a thrilling adventure with Grimace Only Up, a pulse-pounding platformer that will keep you on the edge of your seat! Take control of Grimace, our charismatic and agile hero, as you navigate through a perilous world of floating objects, deadly traps, and dizzying heights. Your objective? Jump, dodge, and weave your way from one object to another as you ascend ever higher towards the ultimate goal: the finish line. With intuitive controls and eye-catching graphics, Grimace Only Up Website Developer <a href=\'https://www.crazygamesonline.com/\'>https://www.crazygamesonline.com/</a>', 'https://img.gamemonetize.com/xwlonuuotjhcnb1ewnw57pzhvazbz4kj/512x384.jpg', 'https://html5.gamemonetize.com/xwlonuuotjhcnb1ewnw57pzhvazbz4kj/', '0', 'Arcade', 0, 0, '', 'grimace-only-up'), (1823, 'House Robber Game', 'House Robber is a casual puzzle game in which thieves burglarize homes. You play the role of a thief, take advantage of the darkness of the night to start your theft journey! Everything must be careful, not be discovered by the security guards, quick battle, get the things and quickly get into the car to escape. The theft journey is very exciting, are you ready to join? Have fun!', 'https://img.gamemonetize.com/idc9r2fmrvfwut6tpobk9a7162jlaibc/512x384.jpg', 'https://html5.gamemonetize.com/idc9r2fmrvfwut6tpobk9a7162jlaibc/', '0', 'Arcade', 0, 0, '', 'house-robber-game'), (1824, 'Duoland', 'Two siblings are on their way to becoming little pirates, and you should join the adventure too. The little pirates are searching for chests and collecting treasures in my name. Each sibling is looking for different gems and chests on the island, so they must sequentially find the chests that belong to them. The first rule of being a pirate is to collect everything on the island, including all the coins. After collecting everything, a hidden pirate ship will suddenly appear in the top right corner of the island. Get on that ship and escape from the island.', 'https://img.gamemonetize.com/e3lfhbesog4ymwk5ihtp3vgdatnkq214/512x384.jpg', 'https://html5.gamemonetize.com/e3lfhbesog4ymwk5ihtp3vgdatnkq214/', '0', 'Arcade', 0, 0, '', 'duoland'), (1825, 'Happy Fishing Day', 'Happy Fishing This day promises to bring you the biggest catch or your life. But everything depends on you. Click on the screen to drop the fishhook and catch a fish. Dont miss it, or you can deliver a bomb to your ship! Happy Fishing is an exciting and addictive game that promises to bring you the biggest catch of your life. The game is available on mobile devices and is perfect for those who enjoy Happy Fishing Fishing game Mobile game Arcade-style gameplay Skill-based game Strategy game Addictive game Ocean environment Realistic sound effects Free download Challenging levels Big catch Avoid bombs Casual gaming Fun and engaging.', 'https://img.gamemonetize.com/q1poieomr0emj3k2ask84s2ep8wu2spr/512x384.jpg', 'https://html5.gamemonetize.com/q1poieomr0emj3k2ask84s2ep8wu2spr/', '0', 'Arcade', 0, 0, '', 'happy-fishing-day'), (1826, 'Skibidi Toilet Platform Jump', 'Skibidi Toilet: Platform Jump Game is a challenging and fun game where you control a toilet that must jump and avoid obstacles to reach the end of the level. The game features a variety of levels, each with its own unique challenges. Youll need to use your skills and reflexes to navigate the levels and avoid falling off the platforms.', 'https://img.gamemonetize.com/wq002umwbc5pzlivky4olxsezbauqzcr/512x384.jpg', 'https://html5.gamemonetize.com/wq002umwbc5pzlivky4olxsezbauqzcr/', '0', 'Arcade', 0, 0, '', 'skibidi-toilet-platform-jump'), (1827, 'Gem Twins', 'Gem Twins is a puzzle-platformer game where you control two brothers with the ability to turn themselves into stone to help each other. Gem Twins was inspired by NES classics featuring colorful pixel art and good platform mechanics.', 'https://img.gamemonetize.com/56yrbhbssphmupgdxwihl4db3ejnfo48/512x384.jpg', 'https://html5.gamemonetize.com/56yrbhbssphmupgdxwihl4db3ejnfo48/', '0', 'Puzzles', 0, 0, '', 'gem-twins'), (1828, 'Grimace Dead Island Shooting', 'In the game Dead Island Shooting, players take on the role of a skilled survivor in a post-apocalyptic world infested with the menacing Grimace enemies. Armed with dual guns, one in each hand, players face off against relentless waves of these grotesque creatures. Your task is strategically aiming and shooting at the Grimace enemies, utilizing your agility and accuracy to stay alive. As the waves progress, the challenge intensifies, pushing your shooting skills to the limit. Website Developer <a href=\'https://www.bestcrazygames.com/\'>https://www.bestcrazygames.com/</a>', 'https://img.gamemonetize.com/ykjxx02q8pq9mcyc81vs2n5k7v4spqq2/512x384.jpg', 'https://html5.gamemonetize.com/ykjxx02q8pq9mcyc81vs2n5k7v4spqq2/', '0', 'Shooting', 0, 0, '', 'grimace-dead-island-shooting'), (1829, 'Skibidi Link', 'Do you like skibidi toilet games? Well! This is an amazing puzzle connect skibidi game where you have to link two identical tiles. Tap on similar tiles and do it quick before you ran out of time. Explore some amazing and chellenging levels and try to finish them all. Good luck', 'https://img.gamemonetize.com/846xh4g6afyqlwyb933uisnjcfllmteu/512x384.jpg', 'https://html5.gamemonetize.com/846xh4g6afyqlwyb933uisnjcfllmteu/', '0', 'Puzzles', 0, 0, '', 'skibidi-link'), (1830, 'Skibidi Toilet Challenge', 'When there were too many Skibidi toilets, contradictions arose between them and they splashed out in the game Skibidi Toilet Challenge. Too many who want to become leaders have appeared among the toilet bowls with heads, and this means inevitable clashes. Choose the game mode: singles or doubles. The task is to throw opponents off the court. To increase your chances of winning, collect toilet paper, this will strengthen your character, and this is important, because enemies are rushing around and everyone strives to push the other out of the way and become the head of the entire toilet army in Skibidi Toilet Challenge.', 'https://img.gamemonetize.com/owdcccc7xv2pp4blktxc5fv3igrpudbk/512x384.jpg', 'https://html5.gamemonetize.com/owdcccc7xv2pp4blktxc5fv3igrpudbk/', '0', 'Arcade', 0, 0, '', 'skibidi-toilet-challenge'), (1831, 'Sky Runner Only Up Parkour ', 'Dash from rooftop to rooftop. Flip, jump, fall, and vault over obstacles to set all new records. Join other guys and compete to win the daily race for special rewards! Scale buildings around the city and land tricks to gain extra speed. Leave your opponents to rage as you take home the win!', 'https://img.gamemonetize.com/co5wqzv6bizk3ej7da0onbydypx5o4t6/512x384.jpg', 'https://html5.gamemonetize.com/co5wqzv6bizk3ej7da0onbydypx5o4t6/', '0', 'Hypercasual', 0, 0, '', 'sky-runner-only-up-parkour-'), (1832, 'Klondike Solitaire Pro', 'Enjoy a stylish version of the Klondike card game. A modern reiteration of this classic Solitaire game with undo, hints and many themes to choose from! Solitaire is an exciting way to pass the time - anywhere, any time. Whether you are at home on lazy day, at the office taking a break, or outside with your laptop soaking in the sun, spice up your day with a game of solitaire. Escape a mundane task with a quick win that will rejuvenate your spirit!', 'https://img.gamemonetize.com/6kxm7nd6969fadmh9nw10c7dv46p4uxm/512x384.jpg', 'https://html5.gamemonetize.com/6kxm7nd6969fadmh9nw10c7dv46p4uxm/', '0', 'Puzzles', 0, 0, '', 'klondike-solitaire-pro'), (1833, 'Real Drone Simulator', 'Here is a drone driving simulation game with 3D game art animations. You are able to drive the drone in three different modes. There are many different drones for you to use. You can scan building parts or pass checkpoints.', 'https://img.gamemonetize.com/l6njclu75ig1nm323wh9hfda9vhf0kox/512x384.jpg', 'https://html5.gamemonetize.com/l6njclu75ig1nm323wh9hfda9vhf0kox/', '0', 'Action', 0, 0, '', 'real-drone-simulator'), (1834, 'Skibidi War Toilets Attack', 'Welcome to Skibidi War, a one-of-a-kind strategy shooter game set in the heart of Skibidi Toilet City. Here, the Skibidi Toilets face off against the innovative Camera Heads in a rousing war. Think youve experienced all shooter defense games? Skibidi war will redefine your expectations. Survive and defend your territory from a ceaseless attack of these dangerous rivals in a game that humorously mingles the epic with the everyday.', 'https://img.gamemonetize.com/6nw0qptdh7pv9c6dv14rxserfbqqdoj5/512x384.jpg', 'https://html5.gamemonetize.com/6nw0qptdh7pv9c6dv14rxserfbqqdoj5/', '0', 'Arcade', 0, 0, '', 'skibidi-war---toilets-attack'), (1835, 'Clown Park Hide and Seek', 'Clown Park - Hide And Seek is a camp against camp arcade game. It has beautiful graphic design and 3D space design. There are 3 modes: Survivor camp, and Chaser camp. Survivors need to collect enough keys to open the escape door within the time limit and escape successfully to win. On the contrary, the pursuer is to stop the survivors pace. Are you ready? Clown Park Hide and Seek: A Thrilling and Fun-Filled IOS Game In the world of mobile gaming, Clown Park Hide and Seek has emerged as a unique and captivating game that offers hours of entertainment to players of all ages. Developed for IOS platforms, this game has gained popularity due', 'https://img.gamemonetize.com/x89je06j8zmspnm8azsllfiylp8ervox/512x384.jpg', 'https://html5.gamemonetize.com/x89je06j8zmspnm8azsllfiylp8ervox/', '0', 'Action', 0, 0, '', 'clown-park-hide-and-seek'), (1836, 'Cleaning the Islands', 'In the game, players need to act as a survivor living on a desert island, collect resources on the island and sell them in exchange for gold coins, use gold coins to build their own fantastic island, and you can also improve tools to carry out work faster and increase the capacity of the backpack, which will allow you to store more materials.', 'https://img.gamemonetize.com/tjd1v5htgmtk6dzou0r6gomjo5esb1zx/512x384.jpg', 'https://html5.gamemonetize.com/tjd1v5htgmtk6dzou0r6gomjo5esb1zx/', '0', 'Arcade', 0, 0, '', 'cleaning-the-islands'), (1837, 'Egyxos memory cards', 'Play Egyxos Memory Cards online game. The objective of the game is to solve the memory puzzles as fast as you can to score high. How fast can you solve it?', 'https://img.gamemonetize.com/mxh8tj016mpkfn9i0uto533ngekp4pkw/512x384.jpg', 'https://html5.gamemonetize.com/mxh8tj016mpkfn9i0uto533ngekp4pkw/', '0', 'Puzzles', 0, 0, '', 'egyxos-memory-cards'), (1838, 'Mini Swim', 'Mini Swim is a platformer game where you have to swim all over the stage evading obstacles and enemies to collect all the treasures on the ocean! You can also test your skills by collecting coins in the speedrun mode.', 'https://img.gamemonetize.com/7c5r05xyykx8t8nv5xohrktff5ttbvhk/512x384.jpg', 'https://html5.gamemonetize.com/7c5r05xyykx8t8nv5xohrktff5ttbvhk/', '0', 'Arcade', 0, 0, '', 'mini-swim'), (1839, 'SurvivalPixel.io', 'We need you in a popular survival game. Help the Warrior survive and assist them in battling tougher monsters at each level. Be cautious, as monsters are coming from everywhere and you need to stay alive. Grab your sword, and eliminate all the monsters. The monsters you defeat will grant you health and power. Keep getting stronger and defeat the boss monsters.', 'https://img.gamemonetize.com/vbf4xpvfzbh03r17mnu662ifpwojhfvx/512x384.jpg', 'https://html5.gamemonetize.com/vbf4xpvfzbh03r17mnu662ifpwojhfvx/', '0', 'Action', 0, 0, '', 'survivalpixelio'), (1840, 'Honey Trouble', 'Honey Trouble is a free HTML5 online game taking the principle of the famous Zuma genre. In this version of classic Zuma, you have to help a bear looking for honey. Match like-colored marbles and get many ounces so he can be ready for winter!', 'https://img.gamemonetize.com/1wroywqayrk0edo7v2jv2ex9e6ey41js/512x384.jpg', 'https://html5.gamemonetize.com/1wroywqayrk0edo7v2jv2ex9e6ey41js/', '0', 'Adventure', 0, 0, '', 'honey-trouble'), (1841, 'Skibidi Wall Jump', 'Skibidi Wall Jump is an exhilarating and visually captivating platformer game that thrusts players into a gravity-defying world of skill and reflexes. In this vibrant and energetic game, youll navigate a dynamic environment filled with intricate mazes and obstacles while controlling a quirky and agile character armed with an extraordinary ability &ndash; the power to perform daring wall jumps. Set against a backdrop of mesmerizing landscapes that seamlessly blend futuristic cityscapes, lush natural environments, and surreal dreamscapes, Skibidi Wall Jump offers a unique visual experience.', 'https://img.gamemonetize.com/8g5gnjea07n3h4079pw5a2k75t1x2834/512x384.jpg', 'https://html5.gamemonetize.com/8g5gnjea07n3h4079pw5a2k75t1x2834/', '0', 'Arcade', 0, 0, '', 'skibidi-wall-jump'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (1842, 'Cops Chase', 'Run!! Police cars are chasing you! Hold your steering strong and evade them away. Make your way through power-ups, speed-ups, bombs, and coins. Level up and speed up your vehicle, do not get busted. Ready to take the challenge?', 'https://img.gamemonetize.com/ml8amwz0tnf3bq91ux1ktlgh93edxsa4/512x384.jpg', 'https://html5.gamemonetize.com/ml8amwz0tnf3bq91ux1ktlgh93edxsa4/', '0', 'Hypercasual', 0, 0, '', 'cops-chase'), (1843, 'Juicy Fruits Shooter', 'Juicy Fruits Shooter is a delightful bubble shooter game that puts a fruity twist on the classic genre. Armed with a colorful fruit cannon, players embark on a juicy adventure to shoot and match fruit bubbles. The objective is to clear the screen by strategically aiming and launching fruits to create combinations of three or more identical fruits. Dont let fruits touch the bottom line and get a high score. Enjoy!', 'https://img.gamemonetize.com/cuwbuvhn0hrsgjd13qqulyug02eg0qdj/512x384.jpg', 'https://html5.gamemonetize.com/cuwbuvhn0hrsgjd13qqulyug02eg0qdj/', '0', 'Puzzles', 0, 0, '', 'juicy-fruits-shooter'), (1844, 'Super Megabot Adventure', 'Here is a robot shootem up side-scrolling adventure game. You are able to use different armed robots who are able to transform. You can learn powerful skills and buy more weapons in the store. Glad you will complete all Mission Mode levels with all difficulties. Then you can also challenge survival mode. Have a good time!', 'https://img.gamemonetize.com/y1q7g5rntp9zsw1vaniyvzk71mzchs1h/512x384.jpg', 'https://html5.gamemonetize.com/y1q7g5rntp9zsw1vaniyvzk71mzchs1h/', '0', 'Adventure', 0, 0, '', 'super-megabot-adventure'), (1845, 'Perfect Tokyo Street Style', 'Welcome to the Perfect Tokyo Street Style. Princess Elsa, Anna, Moana, Ariel, Snow White, and Jasmine are the best friends. They planned to throw a surprise weekend fashion party. Everyone agreed to try Tokyo street style Fashion. join and browse the princesses wardrobe for the best collection of outfits and costumes. Play and have fun!', 'https://img.gamemonetize.com/2limyohhz69m0ryk27628lok7imue8uu/512x384.jpg', 'https://html5.gamemonetize.com/2limyohhz69m0ryk27628lok7imue8uu/', '0', 'Girls', 0, 0, '', 'perfect-tokyo-street-style'), (1846, 'Princesses Castle', 'Princesses Castle is an enchanting game that will transport you to a world of fairy tales and fantasy. Step into the shoes of a princess and explore a magnificent castle filled with secret chambers and hidden treasures. Use your wits and solve puzzles to unlock doors and unveil the castles secrets. Along the way, encounter magical creatures and make new friends as you navigate through the captivating storyline. Embark on an unforgettable adventure and let Princesses Castle whisk you away to a realm where dreams come true.', 'https://img.gamemonetize.com/1ajbxo8nmof5pj0jhe126vagb3262i8a/512x384.jpg', 'https://html5.gamemonetize.com/1ajbxo8nmof5pj0jhe126vagb3262i8a/', '0', 'Girls', 0, 0, '', 'princesses-castle'), (1847, 'Dora Find Hidden Map', 'find any map in hidden Dora the Explorer puzzle game!', 'https://img.gamemonetize.com/yg1hxm4g0kljh8xi06fe961tdp2hs6ic/512x384.jpg', 'https://html5.gamemonetize.com/yg1hxm4g0kljh8xi06fe961tdp2hs6ic/', '0', 'Puzzles', 0, 0, '', 'dora-find-hidden-map'), (1848, 'Buildy Island 3D', 'Buildy Islan is a trending idle game, a new sims experience is about to begin. You go from being a woodcutter with nothing to an island owner with a wealth of specialties. Practice logging, chopping wood, and collecting crops, then you can choose what kind of house to build and who to hire for the job, professional managers will be your right-hand man and easily manage your personal online. Buildy Island: An Exciting and Addictive IOS Game for Creative Minds Mobile gaming has become an integral part of our modern lifestyle, providing endless entertainment and challenges to players of all ages.', 'https://img.gamemonetize.com/vxqgh36ahgcptfs9xm2g06vsh73koscg/512x384.jpg', 'https://html5.gamemonetize.com/vxqgh36ahgcptfs9xm2g06vsh73koscg/', '0', 'Arcade', 0, 0, '', 'buildy-island-d'), (1849, 'Spider Jump', 'Swing into action as Spider-Man in Spider Jump! Experience the exhilarating adventure of leaping through the cityscape, using your iconic web-slinging abilities to navigate towering skyscrapers and evade danger. Explore an immersive open world, master acrobatic stunts, and engage in thrilling battles against notorious villains. With stunning visuals and dynamic gameplay, Spider Jump delivers the ultimate superhero experience. Get ready to leap, swing, and save the day in this high-flying, web-slinging escapade!', 'https://img.gamemonetize.com/ppmycc95caje6j812xqerol8zr1pugx6/512x384.jpg', 'https://html5.gamemonetize.com/ppmycc95caje6j812xqerol8zr1pugx6/', '0', 'Arcade', 0, 0, '', 'spider-jump'), (1850, 'Skibidi Maze', 'Are you a fan of maze games? You want to challenge yourself to get out of the maze but cant go directly. Have you ever wanted in rush to go to the toilet but encountered a maze? Slide your finger to draw the path that helps your favorite characters to find the toilet in a rush. Can you guide him to the right path and find the toilet on time? Game on.', 'https://img.gamemonetize.com/pzl9ak5dobl8c9lqs8sqcm4z57hvuhii/512x384.jpg', 'https://html5.gamemonetize.com/pzl9ak5dobl8c9lqs8sqcm4z57hvuhii/', '0', 'Puzzles', 0, 0, '', 'skibidi-maze'), (1851, 'Happy Filled Glass 4', 'Happy Filled Glass 4 &ndash; This is a game in which you need to draw with a pencil the optimal way to move water to fill a glass, on your way you will encounter various obstacles such as burning platforms, water-accelerating platforms, as well as rotating platforms, magnet, special up &amp; down areas and much more.', 'https://img.gamemonetize.com/jx7tg7z21trju6k0rq8h9wrym34cm4ni/512x384.jpg', 'https://html5.gamemonetize.com/jx7tg7z21trju6k0rq8h9wrym34cm4ni/', '0', 'Puzzles', 0, 0, '', 'happy-filled-glass-'), (1852, 'Among Us Arcade', '(Among Us Arcade) Join your favorite characters on a precarious line! Keep them from falling in this thrilling arcade game where balance is key', 'https://img.gamemonetize.com/g2woks3mcag5gl5poo60729lsd7y5dwa/512x384.jpg', 'https://html5.gamemonetize.com/g2woks3mcag5gl5poo60729lsd7y5dwa/', '0', 'Arcade', 0, 0, '', 'among-us-arcade'), (1853, 'ChooChoo Charles Friends Defense', 'If youre looking for a heart-pounding, time-sucking online action game, go no farther than Choo-Choo Charles Friends Defense! Players of this engrossing game will find themselves immersed in a terrifying realm of train games. Defend the train as the courageous Choo-Choo Charles from the terrifying Rainbow Monster and its terrible henchmen. There is a lot at risk, so your reflexes and ability to strategize will be tested to the limit. Defeat wave after wave of foes by strengthening your defenses and gaining access to devastating powers.', 'https://img.gamemonetize.com/5bsheg26uutci2x11kw4s9enwmse2kuh/512x384.jpg', 'https://html5.gamemonetize.com/5bsheg26uutci2x11kw4s9enwmse2kuh/', '0', 'Adventure', 0, 0, '', 'choochoo-charles-friends-defense'), (1854, 'Johnny Trigger 3d Game', 'In this cool gun shooting game Johnny Trigger 3D Online, the characters we control will use various somersaults to avoid obstacles. You will become the most powerful agent, skillfully use your shooting skills on different levels, and try to kill the enemy with one hit in Johnny Trigger 3D!', 'https://img.gamemonetize.com/psywnoq6lkwet4k1lcev77oqwm08zuh0/512x384.jpg', 'https://html5.gamemonetize.com/psywnoq6lkwet4k1lcev77oqwm08zuh0/', '0', 'Adventure', 0, 0, '', 'johnny-trigger-d-game'), (1855, 'Mahjong Link Puzzle', 'Tired of boring, uninventive card games, mindless casino simulators and classic tripeaks solitaire? Meet our relaxing Mahjong Link Puzzle: Tile Match Master Brain Puzzle Game without excessive mechanics - simply play and enjoy! Mahjong Link Puzzle is a challenging matching game. When all tiles are matched, you can pass the current level! Our puzzle game includes large numbers of levels. Some levels might be hard. Challenge your mind and solve the puzzles, and then you will find them easy and exciting!', 'https://img.gamemonetize.com/gbi6qfsgwe5ey4zw1okifiab099hj7ke/512x384.jpg', 'https://html5.gamemonetize.com/gbi6qfsgwe5ey4zw1okifiab099hj7ke/', '0', 'Puzzles', 0, 0, '', 'mahjong-link-puzzle'), (1856, 'Fashion Closet Makeover', 'Spring is coming! Its time to tidy the closet. Please help Zoe clean her closet and place all items of winter in the basket. Then redesign the closet with some new fashion decorations. Finally, lets create a spring outfit for Zoe.', 'https://img.gamemonetize.com/bci4ftfqclm4kfh4qyw20g9yhjlnxq3u/512x384.jpg', 'https://html5.gamemonetize.com/bci4ftfqclm4kfh4qyw20g9yhjlnxq3u/', '0', 'Girls', 0, 0, '', 'fashion-closet-makeover'), (1857, 'BFFs City Chic Fashion', 'Welcome to the BFFs City Chic Fashion. Rainbow Girls Sunny, Skyler, Ruby, and Violet have an idea to try Plus-sized clothing. Yes! Its city chic fashion. Browse the wardrobe and find a cute set of outfits for the girls. Join and play these new dress-up games for girls. Have fun!', 'https://img.gamemonetize.com/rrc6fgfru5f85gsu1xz4yj94zn5p7zxk/512x384.jpg', 'https://html5.gamemonetize.com/rrc6fgfru5f85gsu1xz4yj94zn5p7zxk/', '0', 'Girls', 0, 0, '', 'bffs-city-chic-fashion'), (1858, 'Captain Gold', 'Captain Gold is a hyper-casual game that comes with an adventure theme. In this game, the player needs to help Captain, the game character, in smashing and collecting gold and other stones. Captain is somewhere away from the city and is busy extracting gold, diamond, ruby, and other useful resources from the mines. He has to break the stones, gold and diamonds with the hammer, collect and take them to his place in his cart. To help Captain, you need to throw the hammers at the stones on time and smash them. Captain Gold, hyper-casual game, adventure theme, smashing, collecting gold, diamonds, rubies, precious resources, hammers, easy-to-use', 'https://img.gamemonetize.com/zhop7a3olf3f3nmk8gfqif0msfkeagmc/512x384.jpg', 'https://html5.gamemonetize.com/zhop7a3olf3f3nmk8gfqif0msfkeagmc/', '0', 'Hypercasual', 0, 0, '', 'captain-gold'), (1859, 'Zombie Treasure Adventure', 'Play the newest action-adventure game Zombie Treasure Adventure. Your goal is to collect the keys to open the treasure. Through the game, you are fighting with zombies that are attacking you. For every eliminated zombie you earn a star. Also, you are collecting coins for which you earn points. The game has 6 interesting levels. On the last level, you are fighting with the boss zombie!', 'https://img.gamemonetize.com/mfi0mo2dk7e1kdfc0ehyuli9dnydxm8e/512x384.jpg', 'https://html5.gamemonetize.com/mfi0mo2dk7e1kdfc0ehyuli9dnydxm8e/', '0', 'Shooting', 0, 0, '', 'zombie-treasure-adventure'), (1860, 'Skibidi Toilet Ball Juggling', 'Help Skibidi Toilet to not let the ball fall! How many times you can juggle these two soccer balls? How to play: - Tap left side of screen to kick the left football - Tap right side of screen to kick the right football Warning: This game create dependence :)', 'https://img.gamemonetize.com/4dtfkvch0u66bm4hum60gl4dibqulc19/512x384.jpg', 'https://html5.gamemonetize.com/4dtfkvch0u66bm4hum60gl4dibqulc19/', '0', 'Soccer', 0, 0, '', 'skibidi-toilet-ball-juggling'), (1861, 'Boca Moca Freelancer', 'Have you ever earned money by working from home? Now is the perfect time. Earn money by working from home, protect your computer from viruses, and add to your income by doing the right coding. But remember, youre a sweet girl and you might get hungry and change your hairstyle. You can also bring in items for your home. Everything is in your hands.', 'https://img.gamemonetize.com/x41vskbcmd10hqr7rrnh1iq9t47hfusd/512x384.jpg', 'https://html5.gamemonetize.com/x41vskbcmd10hqr7rrnh1iq9t47hfusd/', '0', 'Girls', 0, 0, '', 'boca-moca-freelancer'), (1862, 'Skibidi Toilet.io', 'This is Skibidi.io, the ultimate fusion of Skibidi and io gameplay that provides players with an adrenaline-filled experience! This game set in the heart of Skibidi Toilet City Here, you will control Skibidi Toilets and Cameramen in a rousing war.', 'https://img.gamemonetize.com/dffeouwj1z8gq8h73ad88wmdlcl7knp3/512x384.jpg', 'https://html5.gamemonetize.com/dffeouwj1z8gq8h73ad88wmdlcl7knp3/', '0', 'Arcade', 0, 0, '', 'skibidi-toiletio'), (1863, 'Choo Choo Charles', 'All aboard Choo Choo Charles arcade game! Join Charles adventure as he navigates tracks filled with obstacles. Guide him to challenges, and set the high score in this thrilling railway journey.', 'https://img.gamemonetize.com/iak5zotv7e7ijzyikjea2gdstdlxrh38/512x384.jpg', 'https://html5.gamemonetize.com/iak5zotv7e7ijzyikjea2gdstdlxrh38/', '0', 'Arcade', 0, 0, '', 'choo-choo-charles'), (1864, 'Dora memory cards', 'Dora Memory Cards is a puzzle game for kids. The objective of the game is to match all cards that are the same. So click on any card and memorize it, when you click on the second card if is the same then the cards will become empty. Finish all cards to match it to finish the level.', 'https://img.gamemonetize.com/xs1g5r56krlcthbntq86wqp4emw0jfo5/512x384.jpg', 'https://html5.gamemonetize.com/xs1g5r56krlcthbntq86wqp4emw0jfo5/', '0', 'Puzzles', 0, 0, '', 'dora-memory-cards'), (1865, 'Truck Simulator Skibidi Toilet', 'Before you start your multi-million dollar logistics company, you will first have to complete quick jobs using provided trucks. You will have to earn at least before buying your first truck. As the player completes jobs and levels up, they will unlock skills. Skills can be used to upgrade fuel efficiency and long distance cargoes as well as unlocking hazardous, fragile, and important deliveries.', 'https://img.gamemonetize.com/t6vmzx5aubxgwqnocbruc9n01c4q1f9b/512x384.jpg', 'https://html5.gamemonetize.com/t6vmzx5aubxgwqnocbruc9n01c4q1f9b/', '0', 'Racing', 0, 0, '', 'truck-simulator-skibidi-toilet'), (1866, 'BreakOid Game', 'Breakoid is a new take on the classic block-breaker / Arkanoid game genre with amazing graphics, visuals and sound! Try your hand at the normal mode and see how many levels you can break your way through or test out the endless mode and use special abilities to make your way to the top! If you get too good for the original levels, try out the level editor and create your ultimate block-breaking extravaganza!', 'https://img.gamemonetize.com/4edsjm8w7z4p9adp3tyk6ohxuf4wcl0i/512x384.jpg', 'https://html5.gamemonetize.com/4edsjm8w7z4p9adp3tyk6ohxuf4wcl0i/', '0', 'Racing', 0, 0, '', 'breakoid-game'), (1867, 'Aquapark Balls Party', 'The Aquapark adventure is beginning with the rolling balls this time. Pass through the math gates and increase or decrease the ball number inside your group. Fly between the ramps and try to get your ball group to the finish pool before your opponents. Join this race in 2 player mode and double your fun by competing against a friend. Dont forget to visit the shop from time to time. New ball skins will be waiting for you. Let the roll begin!', 'https://img.gamemonetize.com/5frcdrr0zclnzo0yla564znzsj8a73px/512x384.jpg', 'https://html5.gamemonetize.com/5frcdrr0zclnzo0yla564znzsj8a73px/', '0', '2 Player', 0, 0, '', 'aquapark-balls-party'), (1868, 'Nooby And Obby 2 Player', 'Are you ready for the mind-boggling parkour adventure of two inept siblings? Its extremely funny and they are totally unskilled. They are referred to as the newbie brothers. One is nooby, the other is obby, and both are equally unskilled. Help them navigate through the courses. Assist them in completing the courses using their skills without touching the red blocks, and ensure they finish the course.', 'https://img.gamemonetize.com/7o2r1nnkrca24oc9h932i15zjomny6ts/512x384.jpg', 'https://html5.gamemonetize.com/7o2r1nnkrca24oc9h932i15zjomny6ts/', '0', 'Adventure', 0, 0, '', 'nooby-and-obby--player'), (1869, 'DIY Locker', 'DIY Locker is a unique and exciting game that allows players to explore their creativity and design skills. With a wide range of customization options, players can create their own lockers by selecting various backgrounds, stickers, and accessories. Whether its a girly locker filled with cute decorations or a sporty locker showcasing a favorite team, the possibilities are endless. Get ready to unleash your inner designer and create the locker of your dreams in DIY Locker, available exclusively on Yiv.com.', 'https://img.gamemonetize.com/6hm1wvpqcg0mcb5a01205ua810qhevg1/512x384.jpg', 'https://html5.gamemonetize.com/6hm1wvpqcg0mcb5a01205ua810qhevg1/', '0', 'Girls', 0, 0, '', 'diy-locker'), (1870, 'Kitty Unicorn Daily Care', 'We thought of this animal game where you can play with a cute kitten who is also a fabulous unicorn. Your task will be to groom her and also take care of her. Not only can you play the built-in mini games, but you can also spend quality time with Kate the unicorn kitten. Play this game with Kate and enjoy the whole day.', 'https://img.gamemonetize.com/hcutgk16d7z6y21tt6kakj3ms56vo6gg/512x384.jpg', 'https://html5.gamemonetize.com/hcutgk16d7z6y21tt6kakj3ms56vo6gg/', '0', 'Girls', 0, 0, '', 'kitty-unicorn-daily-care'), (1871, 'Skibidi Run Fast Run', 'Skibidi Run Fast Run! is a fun adventure game to play on. Here is Skibidi Toilet who has been stuck in middle with a whole lot of traps, help him to dodge them. There are really fast-paced obstacles passing by, keep away from them and survive as long as you can. This game will boost your reflexes while the hardest objects moving on him.', 'https://img.gamemonetize.com/t17lqtggk0kyour9k18cvzqs6957gv62/512x384.jpg', 'https://html5.gamemonetize.com/t17lqtggk0kyour9k18cvzqs6957gv62/', '0', 'Hypercasual', 0, 0, '', 'skibidi-run-fast-run'), (1872, 'Gramice Shake Match Up', 'Welcome to this amazing Grimace Shake Cards memory game! Look carefully and remember cards! Tap to flip two identical cards to eliminate them! Keep playing till you clear all the board. explore tons of amazing and challenging levels. Have fun!', 'https://img.gamemonetize.com/as9afpoldl6tuaw0wmtyp8iqvue8tcz2/512x384.jpg', 'https://html5.gamemonetize.com/as9afpoldl6tuaw0wmtyp8iqvue8tcz2/', '0', 'Puzzles', 0, 0, '', 'gramice-shake-match-up'), (1873, 'Hot Air Balloon Game 2', 'Hot Air Balloon Game 2 is a fun game in which you need to avoid other objects in the sky, such as birds and planes, to avoid crashing your balloon. Dont let the people riding in the balloon down!', 'https://img.gamemonetize.com/lrzrnqxbra43pfakqsfq0x5oe5s1tvv6/512x384.jpg', 'https://html5.gamemonetize.com/lrzrnqxbra43pfakqsfq0x5oe5s1tvv6/', '0', 'Arcade', 0, 0, '', 'hot-air-balloon-game-'), (1874, 'Skibidi Toilet Match Up 2', 'Welcome to this amazing Skibidi Toilet Cards memory game! Look carefully and remember cards! Tap to flip two identical cards to eliminate them! Keep playing till you clear all the board. explore tons of amazing and challenging levels. Have fun!', 'https://img.gamemonetize.com/2k8gxec90xjwkd2o2d9mpchaxu57kutr/512x384.jpg', 'https://html5.gamemonetize.com/2k8gxec90xjwkd2o2d9mpchaxu57kutr/', '0', 'Puzzles', 0, 0, '', 'skibidi-toilet-match-up-'), (1875, 'U Cleaner', 'In the captivating game U Cleaner, players step into the futuristic shoes of a skilled space janitor tasked with tidying up orbital debris. Navigate through challenging cosmic environments using advanced cleaning tools, and strategically collect space junk to clear the way for interstellar travel. With stunning visuals and immersive gameplay, U Cleaner offers a unique blend of strategy and action, challenging players to restore the cosmic balance and ensure safe passage for all. Get ready to sweep the stars clean in this out-of-this-world cleaning adventure.', 'https://img.gamemonetize.com/gi40oypme5w5btlcev94mlvuszpa21ud/512x384.jpg', 'https://html5.gamemonetize.com/gi40oypme5w5btlcev94mlvuszpa21ud/', '0', 'Arcade', 0, 0, '', 'u-cleaner'), (1876, 'BasketMan Joker In city', 'is about basket that should try to defeat joker with your bat things there 5 levels at level 5 you will meet the boss but level 6 only legends can win that level its same of level 5 but u dont have the shield that help you to dodge so you need to dodge everything by your self you need to collect 3 of black batman item', 'https://img.gamemonetize.com/t9gpb5ssdnzaq7h0q6nsy1b93osq5nek/512x384.jpg', 'https://html5.gamemonetize.com/t9gpb5ssdnzaq7h0q6nsy1b93osq5nek/', '0', 'Sports', 0, 0, '', 'basketman--joker-in-city'), (1877, 'Bubble Eyes', 'Immerse yourself in Bubble Eyes, where colorful bubbles with adorable eyes float. Click and draw to match the same-colored bubbles, enjoying a relaxing yet engaging color-matching experience. Aim for high scores in this charming, visually pleasing game.', 'https://img.gamemonetize.com/muznftx6xr2jwcg1anaas1oyr8k1x4wj/512x384.jpg', 'https://html5.gamemonetize.com/muznftx6xr2jwcg1anaas1oyr8k1x4wj/', '0', 'Puzzles', 0, 0, '', 'bubble-eyes'), (1878, 'Machine Gun Squad Brave Soldier', 'Machine Gun Squad is an exciting shooting game. You are a brave soldier. This dangerous mission is to kill the head of terrorists. There are too many terrorists with kinds of weapons. We will supply the airdrop, and the powerful weapons in there. Good luck! Machine Gun Squad is an action-packed shooting game that puts players in the shoes of a brave soldier on a dangerous mission to eliminate the head of a terrorist organization. The game boasts thrilling gameplay mechanics, impressive graphics, and a variety of weapons to choose from. Machine Gun Squad, shooting game, brave soldier, terrorists, powerful weapons, airdrop system, strategy', 'https://img.gamemonetize.com/qopbx1nlotnt69gyptvd70h8c0f9i8r4/512x384.jpg', 'https://html5.gamemonetize.com/qopbx1nlotnt69gyptvd70h8c0f9i8r4/', '0', 'Shooting', 0, 0, '', 'machine-gun-squad-brave-soldier'), (1879, 'Grimace Shake Classify', 'Grimace Monster Classify is a color sort game. You are working for grimace monster to win your life back. Help him to match colors correctly into the grimace shake. If you fail you will be his slave forever!!', 'https://img.gamemonetize.com/p7pgiqz0ourqj87643n1kalakae0pmyv/512x384.jpg', 'https://html5.gamemonetize.com/p7pgiqz0ourqj87643n1kalakae0pmyv/', '0', 'Clicker', 0, 0, '', 'grimace-shake-classify'), (1880, 'Skibidi Toilet Escape Hotel Escape Horror', 'This game will be a game where you will bury your hours with its fluent and eye-pleasing visuals, I wish you a good game in advance.', 'https://img.gamemonetize.com/qpv8fvxine4ajfgt77hjntrrxr0whfl9/512x384.jpg', 'https://html5.gamemonetize.com/qpv8fvxine4ajfgt77hjntrrxr0whfl9/', '0', 'Puzzles', 0, 0, '', 'skibidi-toilet-escape-hotel-escape-horror'), (1881, 'Vape Addict', 'Experience the ultimate vaping adventure in our Vape Simulator Game! Dive into a world of endless options, where you can explore various vape models, fine-tune your vaping experience, and even earn virtual currency to unlock new devices and customize your vaping style. Immerse yourself in the captivating world of vapes, where you control every aspect of your vaping journey.', 'https://img.gamemonetize.com/jvwvg59yl5edqw4rschfxsrjmtbncytt/512x384.jpg', 'https://html5.gamemonetize.com/jvwvg59yl5edqw4rschfxsrjmtbncytt/', '0', 'Clicker', 0, 0, '', 'vape-addict'), (1882, 'Only UP Skibidi toilet', 'Going up as far as possible, as sikibidi toilet jump around to be the top', 'https://img.gamemonetize.com/m94o7xfqoo6l3zzznk2gx2sqrnlz0cy3/512x384.jpg', 'https://html5.gamemonetize.com/m94o7xfqoo6l3zzznk2gx2sqrnlz0cy3/', '0', 'Adventure', 0, 0, '', 'only-up-skibidi-toilet'), (1883, 'Only Up! Parkour', 'Only Up! is an exciting arcade game in which you have to overcome obstacles and conquer heights. Inspired by the popular game Your task is to guide the character through a vertical labyrinth full of various obstacles. You must react quickly, jump accurately and climb up dexterously to avoid crashing into obstacles and falling down. As you progress through the various levels, you will encounter increasing difficulty and new challenges such as moving platforms and rotating obstacles.', 'https://img.gamemonetize.com/x0hb11h9lq2347nqv2kvk4bycdlxm9eb/512x384.jpg', 'https://html5.gamemonetize.com/x0hb11h9lq2347nqv2kvk4bycdlxm9eb/', '0', 'Boys', 0, 0, '', 'only-up-parkour'), (1884, 'Stumble Survival Guys ', 'Stumble-Survival Guys is a very hot adventure elimination game. A variety of fun levels await your challenge, and the time has come to test your memory and dexterity! Run, sprint, and slide to overtake your opponents and dodge the obstacles that keep popping up. Can you survive to the end? Invite your friends to join you and kill them all! Stumble-Survival Guys: An Exciting Mobile Gaming Experience for iOS Users In the world of mobile gaming, Survival Guys has emerged as an exciting and addictive game that has captivated iOS users worldwide. Developed by a team of skilled game developers, Survival Guys offers a unique and challenging gaming', 'https://img.gamemonetize.com/ebzhf7uwcukpaeb1z4ma3yu0mm2g0hrm/512x384.jpg', 'https://html5.gamemonetize.com/ebzhf7uwcukpaeb1z4ma3yu0mm2g0hrm/', '0', 'Action', 0, 0, '', 'stumble---survival-guys-'), (1885, 'Princess Tailor Shop', 'Tailor made game for girls with many levels and decorations. Princess Tailor Shop fashion game is a free fun game for kids. This is a tailor fashion designer game. Make perfect dresses using real tailor sewing machine. This is fashion tailor shop! Now you will play as a fashion tailor in this mini game. Enjoy!', 'https://img.gamemonetize.com/zt0ut9yc3k21w85lu2clbej9irtejmuc/512x384.jpg', 'https://html5.gamemonetize.com/zt0ut9yc3k21w85lu2clbej9irtejmuc/', '0', 'Girls', 0, 0, '', 'princess-tailor-shop'), (1886, 'Motorcycle Stunt Racing', 'Motorcycle stunt racing offers an exhilarating experience that combines skill and adrenaline. The games various levels provide challenges, from intricate obstacle courses to high-speed tracks. Competing against AI-controlled bikes adds extra excitement, as players must strategically maneuver through the course while outsmarting their virtual opponents. As you progress through the levels and conquer each race, youll have the opportunity to unlock new bikes with increased power and performance capabilities. Website Developer <a href=\'https://www.crazygamesonline.com\'>https://www.crazygamesonline.com</a>', 'https://img.gamemonetize.com/fpi6sehlszxjmmxlfbtobgnf3kqxj67f/512x384.jpg', 'https://html5.gamemonetize.com/fpi6sehlszxjmmxlfbtobgnf3kqxj67f/', '0', 'Racing', 0, 0, '', 'motorcycle-stunt-racing'), (1887, 'Skibidi Toilet Soccer', 'Skibidi is a great goalkeeper in soccer training! Use your finger to slide goalkeeper to the kicked penalty. As a super goalkeeper you must protect your goal from as much incoming balls as you can. How to Play: - The computer will shoot soccers - Just swipe the screen to control Skibidi Enjoy your soccer game! Become a Skibidi Soccer Goalkeeper Superstar!', 'https://img.gamemonetize.com/sy3abv7l2dkmrmt8ez8s30wsyrrnpodo/512x384.jpg', 'https://html5.gamemonetize.com/sy3abv7l2dkmrmt8ez8s30wsyrrnpodo/', '0', 'Soccer', 0, 0, '', 'skibidi-toilet-soccer'), (1888, 'Noob Math Challenge', 'Introducing Noob Math Challenge &ndash; an exciting and free online math game designed especially for kids! Put your math skills to the test while having a blast. Whether youre a math master or just starting out, this game is perfect for everyone. Dive into a world of numbers, calculations, and brain-teasing challenges that will keep you entertained for hours. Join the adventure, sharpen your math knowledge, and most importantly, have fun along the way! Are you up for the challenge? Play Noob Math Challenge now and become a math whiz while enjoying every moment!', 'https://img.gamemonetize.com/92lp72f4r6fk70q1gv6qduohk7g7cgod/512x384.jpg', 'https://html5.gamemonetize.com/92lp72f4r6fk70q1gv6qduohk7g7cgod/', '0', 'Puzzles', 0, 0, '', 'noob-math-challenge'), (1889, 'Hill Dash Car Game', 'Race to the finish line over a multitude of racing tracks with hazards, hill climbs, jumps, loops, bridges, and ramps. Go turbo with awesome truck upgrades and try to climb to the top of the leaderboard in this crazy racing game Hill Dash Car that will test your driving skills to the limit!', 'https://img.gamemonetize.com/ug79qn3ecxogl2wd75yo9xgnvodr7fxa/512x384.jpg', 'https://html5.gamemonetize.com/ug79qn3ecxogl2wd75yo9xgnvodr7fxa/', '0', 'Puzzles', 0, 0, '', 'hill-dash-car-game'), (1890, 'Miner Block', 'To beat this challenging puzzle game, you have to move the wagon full of gold out of a mine filled with obstacles. Remove the wagons to clear your path. Can you master every level within the turn limit? Website Developer <a href=\'https://playonline.top/\'>https://playonline.top/</a>', 'https://img.gamemonetize.com/urourxm71637ljpppj112k5nsjkow1nr/512x384.jpg', 'https://html5.gamemonetize.com/urourxm71637ljpppj112k5nsjkow1nr/', '0', 'Puzzles', 0, 0, '', 'miner-block'), (1891, 'Drift Racing Top Gear Simulator', 'Get ready to drive high performance cars (turbo or naturally aspirated) and make them drift at high speed in tracks designed specifically for drift racing. Improve your racing and drifting skills and earn virtual money to tune and customize your car. Race to battle the world record of the leaderboard or just for fun in the freeride mode.', 'https://img.gamemonetize.com/mh5b7q9ihedhyxaawcz6t48er909l6wx/512x384.jpg', 'https://html5.gamemonetize.com/mh5b7q9ihedhyxaawcz6t48er909l6wx/', '0', 'Sports', 0, 0, '', 'drift-racing-top-gear-simulator'), (1892, 'Tiny Fishing Frenzy', 'In this fun and easy to play the game you are about to be the first fisherman ever who reached the ocean floor. Collect fish and treasures to buy fishing net upgrades to reach deeper depths. Find more characters trapped in the sea and try to fill in your trophy room. Catch as many fish and treasures as you can. Upgrade your net and fill your trophy room. Tiny Fishing Frenzy: Dive Into the Ocean Depths Fishing game Mobile game Ocean adventure Underwater world Fisherman Catch fish Treasure hunt Fishing net upgrades Trophy room Addictive gameplay Marine life User-friendly interface Unlock new fishing spots Swiping game Fun and easy-to-play.', 'https://img.gamemonetize.com/xvy1k9ozxycv29zcqoxj89l2unw4l3q1/512x384.jpg', 'https://html5.gamemonetize.com/xvy1k9ozxycv29zcqoxj89l2unw4l3q1/', '0', 'Arcade', 0, 0, '', 'tiny-fishing-frenzy'), (1893, 'Rolling the Ball 3D', 'Roll, rotate, jump and even try going back, you need to keep your balance and avoid obstacles. As the slope gets steeper, it becomes harder to hold on and not fall. Its a rolling ball games course in an abstract world, but with uncompromising physics!', 'https://img.gamemonetize.com/vp18bzksobrsx1padm8vq5nj8srzozb8/512x384.jpg', 'https://html5.gamemonetize.com/vp18bzksobrsx1padm8vq5nj8srzozb8/', '0', 'Hypercasual', 0, 0, '', 'rolling-the-ball-d'), (1894, '3D Isometric Tiles', '3D Isometric Tiles game is a fun and addictive puzzle game with isometric tiles. Find secret path to finish all levels. Swipe with your finger to move the player to the next isometric block. Once you leave a yellow block, it will fall to the ground. To finish a level, all yellow blocks have to be down on the ground and the player has to be on the Purple block, to solve the puzzle.', 'https://img.gamemonetize.com/rp2kgu8hhpbl0t7zcwwzohql2fq838m1/512x384.jpg', 'https://html5.gamemonetize.com/rp2kgu8hhpbl0t7zcwwzohql2fq838m1/', '0', 'Puzzles', 0, 0, '', 'd-isometric-tiles'), (1895, 'Face Punch.io', 'Step onto the ring to knock out all champions with your brutal punches for real boxing experience in io game universe! BECOME A CHALLENGER BOXER NOW! Attack with fierce face punches and combos to knock out others. Can you become the champion fighter of the boxing io game arena? EASY IO GAME CONTROLS! Smash everyone with your hits and make combos to knockout with only one button in the world of fighting! ULTIMATE FIGHTER SKILLS! Each hero has different special move to use in epic combat to knock out other fighting boxers.', 'https://img.gamemonetize.com/akub1gx5xgvtbhp6ozi3adxmwmmm6ej2/512x384.jpg', 'https://html5.gamemonetize.com/akub1gx5xgvtbhp6ozi3adxmwmmm6ej2/', '0', 'Action', 0, 0, '', 'face-punchio'), (1896, 'Grimace Shake Coloring', 'This game is an interesting and special coloring game about Grimace Shake. All the images include feelings about him. The players can use different colors to draw the images, but also you can use the magic pen to restore it to its original appearance. Hope you can have fun!', 'https://img.gamemonetize.com/8doxdnranqkp5vixxx2dgc3vb1upb5fd/512x384.jpg', 'https://html5.gamemonetize.com/8doxdnranqkp5vixxx2dgc3vb1upb5fd/', '0', 'Puzzles', 0, 0, '', 'grimace-shake-coloring'), (1897, 'Parking Lot Jam', 'Plunge into the world of business, where you will become the manager of your own parking! Let cars in and sell parking tickets to drivers to unlock new opportunities. In this fascinating browser game you have to completely manage the whole life of the parking lot. Accumulate banknotes to buy new parking spaces, improve performance, and eventually hire a boat worker who will work for you!', 'https://img.gamemonetize.com/d4klvsuv087ov4v475mda0crr3ftgikj/512x384.jpg', 'https://html5.gamemonetize.com/d4klvsuv087ov4v475mda0crr3ftgikj/', '0', 'Arcade', 0, 0, '', 'parking-lot-jam'), (1898, 'Summer Festivals Fashion', 'This summer, festivals are back in trend, and you will have a blast attending 3 famous parties in our dress-up game for girls called Summer Festivals Fashion. Get it started, and have a great time creating jaw-dropping #ootd for these 6 BFFs getting ready to dance, dance, dance while looking in style. Have a blast!', 'https://img.gamemonetize.com/osmt2mnv7jm50pkuywdo5r9yrnoloprz/512x384.jpg', 'https://html5.gamemonetize.com/osmt2mnv7jm50pkuywdo5r9yrnoloprz/', '0', 'Girls', 0, 0, '', 'summer-festivals-fashion'), (1899, 'Navesco V', 'O CAPITAO GLORKTAR E SEUS COMPANHEIROS ROUBARAM PROJETOS PARA A MAQUINA DE GUERRA DEFINITIVA LOCALIZE-O E RETIRE-OS ANTES QUE SEJA TARDE!', 'https://img.gamemonetize.com/po9oy8i8378ci9mrpe7b2reo628fo198/512x384.jpg', 'https://html5.gamemonetize.com/po9oy8i8378ci9mrpe7b2reo628fo198/', '0', 'Adventure', 0, 0, '', 'navesco-v'), (1900, 'Skibidi Toilet vs Cameramans', 'Kill toilet enemies with your friend. Hunt down all the toilet enemies. Unite with your friend and only kill the monsters that belong to you. The blue cameraman can kill the blue toilet monster, so work together with your friend to kill the toilet monsters of your own color. Toilet monsters are everywhere.', 'https://img.gamemonetize.com/bep9445b7vx5b3jjzojwsti679u76ck8/512x384.jpg', 'https://html5.gamemonetize.com/bep9445b7vx5b3jjzojwsti679u76ck8/', '0', 'Action', 0, 0, '', 'skibidi-toilet-vs-cameramans'), (1901, 'Fashion Maid Coffee', 'Sofia opened a maid cafe this weekend and she invites her friends Adella, Rebecca and her sister Zoe to help. Now help them dress up in maid style.', 'https://img.gamemonetize.com/yuw2efawxtlqcynvd9ndwimra63119a0/512x384.jpg', 'https://html5.gamemonetize.com/yuw2efawxtlqcynvd9ndwimra63119a0/', '0', 'Girls', 0, 0, '', 'fashion-maid-coffee'), (1902, 'Grimace Shake Burn or Die ', 'An epic battle between you and Grimace, burn or be killed! No more Grimace Terror. Its time to put him into eternal flame of death. You have your guts, you have the will. This is too much! Grimace Must DIE! Lock and load! Revenge is MY NAME! Kill or be killed! If you like survival horror game you gonna love this! You came to investigate strange happenings at the abandoned Cave. There are rumors that Grimace is behind them. Try getting out alive! Good Luck!', 'https://img.gamemonetize.com/9d6c6u0w8ot1j6qxu2c44jous4d8fnp1/512x384.jpg', 'https://html5.gamemonetize.com/9d6c6u0w8ot1j6qxu2c44jous4d8fnp1/', '0', 'Adventure', 0, 0, '', 'grimace-shake-burn-or-die-'), (1903, 'Skibidi Pop', 'Skibidi Pop: Dance and Groove is a lively rhythm-based game that puts your music skills to the test. Follow the beat of the catchy tunes as you control the adorable characters on screen. Swipe, tap, and dance your way through vibrant levels, collecting points and power-ups along the way. With its intuitive controls and colorful visuals, Skibidi Pop offers hours of fun for players of all ages. Get ready to pop and lock to the rhythm in this energetic and addictive musical adventure!', 'https://img.gamemonetize.com/cwtg0arc6ma1obfhi13hogq8zurp8nb9/512x384.jpg', 'https://html5.gamemonetize.com/cwtg0arc6ma1obfhi13hogq8zurp8nb9/', '0', 'Arcade', 0, 0, '', 'skibidi-pop'), (1904, 'Idle Archer Tower Defense RPG', 'Welcome brave archer heroes to the enchanting realm of Idle Archer Tower Defense RPG! Embrace the role of a solitary archer, unyielding in defending their towering stronghold against relentless tides of monstrous adversaries. With an unwavering determination, you pledge to safeguard the realm from the nefarious creatures summoned by the sinister dark Lord. Engage in a relentless battle to fortify your tower, enhance the skill set of your valiant archers, triumph over malicious waves of malevolence, and with every defeat, rise again, imbued with newfound strength and resilience.', 'https://img.gamemonetize.com/l52877duuk1ge26w3ccw5re4bqbbq44b/512x384.jpg', 'https://html5.gamemonetize.com/l52877duuk1ge26w3ccw5re4bqbbq44b/', '0', 'Boys', 0, 0, '', 'idle-archer-tower-defense-rpg'), (1905, 'Ice Princess Dress Up', 'Welcome to the enchanting world of the Ice Princess Dress Up game! Get ready to immerse yourself in a magical realm where you can unleash your creativity and style. Dress Up the Ice Princess: Your mission is to dress up the beautiful Ice Princess in a variety of stunning outfits. Mix and match elegant dresses, sparkling tiaras, and shimmering accessories to create the perfect royal look. Winter Wonderland Wardrobe: Explore a wardrobe filled with exquisite winter-themed clothing items. From luxurious gowns to cozy fur wraps, youll find everything you need to craft a unique ensemble for the Ice Princess.', 'https://img.gamemonetize.com/4kjoxdnlogn1usdzeauicoitqz5xt6s4/512x384.jpg', 'https://html5.gamemonetize.com/4kjoxdnlogn1usdzeauicoitqz5xt6s4/', '0', 'Hypercasual', 0, 0, '', 'ice-princess-dress-up'), (1906, 'Mahjong Street Cafe', 'You have to find three identical tiles with food to destroy them. The tiles are placed on a special form where 7 tiles can be placed at the same time. The game also has three types of bonuses that can be used to make the game easier.', 'https://img.gamemonetize.com/summcanre06dvv2kxxo3qotvvi8j19pq/512x384.jpg', 'https://html5.gamemonetize.com/summcanre06dvv2kxxo3qotvvi8j19pq/', '0', 'Puzzles', 0, 0, '', 'mahjong-street-cafe'), (1907, 'Sniper Dinosaur Hunting', 'Roaming through lush and immersive environments, youll need to use your keen observational abilities to spot these ancient creatures from afar. With an array of powerful sniper rifles at your disposal, each with its unique attributes, youll need to carefully choose your weapon and adapt your strategy for every encounter. As you progress, youll face increasingly intelligent and agile dinosaurs, pushing your shooting skills to the limit.', 'https://img.gamemonetize.com/o8m5s0ichg906dv22mwxn24ww5ryszgc/512x384.jpg', 'https://html5.gamemonetize.com/o8m5s0ichg906dv22mwxn24ww5ryszgc/', '0', 'Shooting', 0, 0, '', 'sniper-dinosaur-hunting'), (1908, 'Pack It Right', 'Pack It Right is an engaging puzzle game that puts your spatial reasoning skills to the test! Your goal is to fit various items into designated cases efficiently, employing strategic placement and careful organization. With each level, the complexity increases, introducing new shapes and challenging constraints. Navigate through a series of brain-teasing puzzles as you strive to optimize space utilization and achieve the perfect fit. Ready to showcase your packing prowess? Immerse yourself in this addictive and satisfying game that promises hours of challenging fun for players of all ages!', 'https://img.gamemonetize.com/oxz7sfj3465p8kcnse34qemr06xsjzu1/512x384.jpg', 'https://html5.gamemonetize.com/oxz7sfj3465p8kcnse34qemr06xsjzu1/', '0', 'Arcade', 0, 0, '', 'pack-it-right'), (1909, 'Skibidi Toilet Spot the Difference', 'Do you love to watch skibidi toilet ? This an amazing spot the differences game with skibidi toilet theme. Tap or mouse click on the differences between two identical pictures. When you find 5 differences you will unlock the next level. Enjoy!', 'https://img.gamemonetize.com/qsiiq0f7trrwr29zl4bxdvvdyf37vdpk/512x384.jpg', 'https://html5.gamemonetize.com/qsiiq0f7trrwr29zl4bxdvvdyf37vdpk/', '0', 'Puzzles', 0, 0, '', 'skibidi-toilet-spot-the-difference'), (1910, 'Magic heroes', 'Magic heroes &eacute; um jogo de rpg onde o personagem principal &eacute; um feiticeiro que luta contra diferentes tipos de inimigos. Melhore suas maestrias com ouro que voc&ecirc; recolhe nas fases e fique mais forte. Jogo na vers&atilde;o demo.', 'https://img.gamemonetize.com/6h08ne6j5o3samt8dc8l7r35ymewua8e/512x384.jpg', 'https://html5.gamemonetize.com/6h08ne6j5o3samt8dc8l7r35ymewua8e/', '0', 'Adventure', 0, 0, '', 'magic-heroes'), (1911, 'Baby Taylor Pizza Chef', 'The pizzeria is open! Free pizza games for kids are here! Enjoy Baby Taylor Pizza Chef and serve delicious pizza to friends! Fun kids games are waiting for all little chefs! Has anyone ordered such a great pizza, great pizza? Were delivering fresh, juicy pizza all over the world in 30 minutes because these are free pizza games for kids and theyre opening their own pizza shop! Incredible free pizza making fun!', 'https://img.gamemonetize.com/rra99tivcnjq553tcvdormnjib45a2id/512x384.jpg', 'https://html5.gamemonetize.com/rra99tivcnjq553tcvdormnjib45a2id/', '0', 'Girls', 0, 0, '', 'baby-taylor-pizza-chef'), (1912, 'Wooden&nbspBlock&nbspBlast&nbspMaster', 'Wooden Block Blast Adventure Master is a fun block elimination puzzle game! It is ideal for you when you want to kill time and challenge your brain. In Wooden Block Blast Adventure Master, you need to clear as many colored blocks as possible to get a high score. Mastering the skill of filling rows or columns will make the puzzle game easier. Multiple game modes to challenge your limit! If you are a puzzle game lover, dont miss it!', 'https://img.gamemonetize.com/vqkwga3e8p3n1h7bb66nj0ol29cp1ppc/512x384.jpg', 'https://html5.gamemonetize.com/vqkwga3e8p3n1h7bb66nj0ol29cp1ppc/', '0', 'Puzzles', 0, 0, '', 'woodenampnbspblockampnbspblastampnbspmaster'), (1913, 'Life Spa Salon Asmr', 'Life Spa Salon is a remarkable ASMR game on Yiv.com. With soothing visuals and immersive audio, this game offers a virtual salon experience that tingles the senses and induces relaxation. From the gentle sounds of running water and the soft humming of hairdryers to the delicate brushes and taps on various objects, every step is carefully crafted to create a deeply calming and pleasurable ASMR experience. Life Spa Salon is a must-visit for anyone seeking tranquility and stress relief through ASMR.', 'https://img.gamemonetize.com/ousx2vr8236e3ybf5ymgtcicyu5z2v5h/512x384.jpg', 'https://html5.gamemonetize.com/ousx2vr8236e3ybf5ymgtcicyu5z2v5h/', '0', 'Girls', 0, 0, '', 'life-spa-salon-asmr'), (1914, 'BFFs Travelling Vibes', 'Welcome to the BFFs Travelling Vibes. Princesses Anna, Elsa, Moana, Ariel, Jasmine, and Snow White are in a travelling mood. But they have a dilemma to choose the destination. Help the girls to find out the perfect location for each one of them. It&rsquo;s simple! Just spin the wheel to find the destination. Sounds fun right! Play and have fun!', 'https://img.gamemonetize.com/xnccf41o7pueo99o0igimzjeqj2rhdas/512x384.jpg', 'https://html5.gamemonetize.com/xnccf41o7pueo99o0igimzjeqj2rhdas/', '0', 'Girls', 0, 0, '', 'bffs-travelling-vibes'), (1915, 'Grimace Shake Puzzle', 'Grimace Shake Jigsaw is a brain puzzle assembly Game. Grimace Shake Jigsaw comes with amazing puzzle image pack. Just arrange the pieces of puzzles to get the right image. Looking for puzzle games for adults or kids? You found it! enjoy and relax!', 'https://img.gamemonetize.com/lef8s862i625fszuv3bwzs9q6nwme9qb/512x384.jpg', 'https://html5.gamemonetize.com/lef8s862i625fszuv3bwzs9q6nwme9qb/', '0', 'Puzzles', 0, 0, '', 'grimace-shake-puzzle'), (1916, 'Skibidi Artist', 'Embark on a rhythm-fueled journey with the Skibidi Artist game! Dance and groove to the beat of Skibidis catchy tunes as you master challenging levels, mirroring the artists iconic moves. With vibrant visuals and addictive gameplay, its a whirlwind of fun and rhythm. Unlock costumes, discover hidden dance floors, and compete with friends for the highest scores. Whether youre a fan of the artist or just looking for a toe-tapping good time, the Skibidi Artist game is a must-play experience.', 'https://img.gamemonetize.com/c227drwnhldm3bt78fzulk5riktgscqf/512x384.jpg', 'https://html5.gamemonetize.com/c227drwnhldm3bt78fzulk5riktgscqf/', '0', 'Arcade', 0, 0, '', 'skibidi-artist'), (1917, 'Cartoon Bricks Vip', 'Relax your brain and play the best bricks breaker game this year. Touch and shoot balls to break all bricks. You must clear all bricks to finish each level. Find the best aim angle to break a maximum of bricks. The bricks are destroyed when their score reach 0. Break the bricks before they hit the bottom of the screen. Cartoon Bricks is a addictive and challenging brick game. Just play it to relax your brain. Be focus on breaking bricks and you will find it more funny and exciting. Features - Easy to play - Colorful glow skins. - Easy game controls with one finger. - Thousands of stages! Endless game mode. - More props to get more fun!', 'https://img.gamemonetize.com/lmjtaexlxgiei2f1j8ejsmpk5ve7hfds/512x384.jpg', 'https://html5.gamemonetize.com/lmjtaexlxgiei2f1j8ejsmpk5ve7hfds/', '0', 'Shooting', 0, 0, '', 'cartoon-bricks-vip'), (1918, 'Minecraft Skibidi Hidden Toilet', 'Minecraft Skibidi Hidden Toilet is a wonderful online game with hidden objects. Find out the hidden toilets in the specified images. Each level has 10 hidden keys. There are 10 levels in total. The time is limited so be fast and find all hidden objects before time runs out. Clicking in the wrong place several times reduces the time by an additional 5 seconds. So, if you are ready start the game and have fun!', 'https://img.gamemonetize.com/2gf8uzn87o815ccgbdy1mzzjye0o14ca/512x384.jpg', 'https://html5.gamemonetize.com/2gf8uzn87o815ccgbdy1mzzjye0o14ca/', '0', 'Puzzles', 0, 0, '', 'minecraft-skibidi-hidden-toilet'), (1919, 'Brick Together', 'Control the yellow block to push single colored blocks. Blocks of the same color stick to blocks of the same color when adjacent. If you push a block belonging to a group of the same color, the group is destroyed, except for the block you pushed. Only one block of each color should be left on each level.', 'https://img.gamemonetize.com/qmkr19hprl6ra6znkrsgk2vg6bgcuq53/512x384.jpg', 'https://html5.gamemonetize.com/qmkr19hprl6ra6znkrsgk2vg6bgcuq53/', '0', 'Puzzles', 0, 0, '', 'brick-together'), (1920, 'Kittygram Puzzle', 'The traditional logic game &ldquo;Tangram&rdquo; meets cute kitties, forming the most adorable brain teaser out there! Match blocks of kitties into the empty areas of the level. There are 576 puzzles, can you solve them all?', 'https://img.gamemonetize.com/z1kn1zbx1w2v4fqejhn9yv1lh4vxzm3w/512x384.jpg', 'https://html5.gamemonetize.com/z1kn1zbx1w2v4fqejhn9yv1lh4vxzm3w/', '0', 'Puzzles', 0, 0, '', 'kittygram-puzzle'), (1921, 'Break Free The Graveyard', 'After a strange dream, you wake up in a locked cemetery. The sun has already set and skeletons are roaming the grounds. Complete the tasks of the dead, look for the hidden clues and find a way out of this nightmare!', 'https://img.gamemonetize.com/3ostexk7uv7e4o9ugt6vnw97tujq7lvw/512x384.jpg', 'https://html5.gamemonetize.com/3ostexk7uv7e4o9ugt6vnw97tujq7lvw/', '0', 'Puzzles', 0, 0, '', 'break-free-the-graveyard'), (1922, 'Test Drive Unlimited Game', 'Collect gold coins to cross the road safely! Test Drive Unlimited is a brand new puzzle game with rich collection elements. You need to carefully observe the traffic conditions on the road. Pass the intersection quickly at the right time to avoid accidents. Collect as many gold coins as possible to get high scores!', 'https://img.gamemonetize.com/c7zsp9kgx18qdjl09j2alessaycezfr3/512x384.jpg', 'https://html5.gamemonetize.com/c7zsp9kgx18qdjl09j2alessaycezfr3/', '0', 'Puzzles', 0, 0, '', 'test-drive-unlimited-game'), (1923, 'Zombie Vs SpongeBoob', 'Join SpongeBoob in an exhilarating arcade adventure! In this fast-paced game, help SpongeBoob sprint through the zany Bikini Bottom streets, dodging menacing zombies and overcoming challenging obstacles. Tap and swipe to guide SpongeBoob as he races against the clock, collecting power-ups and boosters along the way. With vibrant visuals, quirky sound effects, and endless excitement, this game is a thrilling test of reflexes and strategy. How far can you lead SpongeBoob in this undead obstacle course?', 'https://img.gamemonetize.com/57hgs0lhezmehersy3370k8lmgbj9u7x/512x384.jpg', 'https://html5.gamemonetize.com/57hgs0lhezmehersy3370k8lmgbj9u7x/', '0', 'Racing', 0, 0, '', 'zombie-vs-spongeboob'), (1924, 'Flappy Around', 'Flappy Around is a reaction game where each subsequent level will become much more difficult. Try to stay in flight as long as possible, while avoiding any contact with obstacles. Set your best record in this not easy task.', 'https://img.gamemonetize.com/kgfc325x1hj54d5a8j52k6db6xk8byan/512x384.jpg', 'https://html5.gamemonetize.com/kgfc325x1hj54d5a8j52k6db6xk8byan/', '0', 'Hypercasual', 0, 0, '', 'flappy-around'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (1925, 'Skibidi Toilet Shooting', 'Skibidi Toilet Shooting is an action packed shooting game set in blocky world where you play as american soldier and your mission is to shoot given amount of skibidi toilets in order to successfully complete each level and unlock new types of weapons.', 'https://img.gamemonetize.com/gmuug4m73z1p4in0qu6idpvhogz7q9s0/512x384.jpg', 'https://html5.gamemonetize.com/gmuug4m73z1p4in0qu6idpvhogz7q9s0/', '0', 'Shooting', 0, 0, '', 'skibidi-toilet-shooting'), (1926, 'Fashion Shoes Designer', 'Zoe will attend a royal ball, now she lacks a pair of beautiful shoes, can you design one for her? First, decide the shoe shape, draw it with a pencil. Then paint the shoe and decorate it with fashion patterns.', 'https://img.gamemonetize.com/7t7znoc53vldi8ucyfrpudvl1auirw05/512x384.jpg', 'https://html5.gamemonetize.com/7t7znoc53vldi8ucyfrpudvl1auirw05/', '0', 'Girls', 0, 0, '', 'fashion-shoes-designer'), (1927, 'Sniper Shooter', 'Immerse yourself in an adrenaline-pumping experience as you take on the role of a skilled sniper, tasked with defending your nation against enemy forces. With a vast array of customizable weapons, you can upgrade each guns unique attributes to create your perfect killing machine. Increase accuracy, reduce recoil, and enhance your firepower to dominate the battlefield.', 'https://img.gamemonetize.com/wrvgnynolrj2gjf8jfndfyb1t6cjg3r1/512x384.jpg', 'https://html5.gamemonetize.com/wrvgnynolrj2gjf8jfndfyb1t6cjg3r1/', '0', 'Shooting', 0, 0, '', 'sniper-shooter'), (1928, 'Skibidi Toilet Tennis', 'Like in a great tennis game, Help Skibidi Toilet to stopping the tennis balls! but requires speed and precision, make one mistake and you&rsquo;re out! its may be simple to play but it&rsquo;s a challenge to get high scores! The longer You stay on ground, the faster the tennis balls will come at you and it is your job to return them while also avoiding flying bottles. Youre warned! the Platinum medal is VERY hard to complete! only if youre a true grand slam may catch it!', 'https://img.gamemonetize.com/90ie5u1rn2x61ly7yktw3dq6u5kbqj2m/512x384.jpg', 'https://html5.gamemonetize.com/90ie5u1rn2x61ly7yktw3dq6u5kbqj2m/', '0', 'Sports', 0, 0, '', 'skibidi-toilet-tennis'), (1929, 'Stunt Car Racing Extreme', 'Get ready for an adrenaline-pumping adventure with our thrilling car customization and stunts game! In this high-octane experience, youll find yourself behind the wheel of a powerful car, akin to the style and performance of a BMW. But the excitement doesnt stop there &ndash; you have the freedom to make this car uniquely yours. Choose from a stunning array of colors and eye-catching decals to create a vehicle that reflects your personal style. Website Developer <a href=\'https://www.crazygamesonline.com\'>https://www.crazygamesonline.com</a>', 'https://img.gamemonetize.com/qspnsc2rw356ol3zwf6tdd8q3dw8pd6e/512x384.jpg', 'https://html5.gamemonetize.com/qspnsc2rw356ol3zwf6tdd8q3dw8pd6e/', '0', 'Racing', 0, 0, '', 'stunt-car-racing-extreme'), (1930, 'Animals Halves Match', 'Animals Halves Match is a board puzzle game where the player needs to match a halve to a symmetrical one. First, look carefully at the pattern and symmetry and ensure for actual match. Wrong selection will lead to a loss of one life out of three.', 'https://img.gamemonetize.com/bc0waj7ee2gtxczn6ugk19phg0b1axhr/512x384.jpg', 'https://html5.gamemonetize.com/bc0waj7ee2gtxczn6ugk19phg0b1axhr/', '0', 'Puzzles', 0, 0, '', 'animals-halves-match'), (1931, 'Cute Dentist Bling', 'Liliths teeth have gotten seriously sick! Let the little dentist help her! In Cute Dentist Bling you will play as a dentist! You need to serve all kinds of interesting patients! Can you cure them perfectly? Its time to show your medical knowledge! Have fun!', 'https://img.gamemonetize.com/ju7zqs6p8z0kqi4dz5kfxan680zf1dyx/512x384.jpg', 'https://html5.gamemonetize.com/ju7zqs6p8z0kqi4dz5kfxan680zf1dyx/', '0', 'Girls', 0, 0, '', 'cute-dentist-bling'), (1932, 'Extra Hot Chili 3D Online', 'There is nothing that makes a person more healthy and strong more than Chilies! Sort and eat the shiniest red peppers. And, show your skills to handle the worlds hottest peppers and chilies. Extra Hot Chili 3D is a breathtaking casual game. Chili is the small green or red fruit of a type of pepper plant that is used in cooking to give a hot taste to food. When it comes to the hot tastes, there are various degress of pungency: mild spicy, moderately spicy, very spicy or heavily spicy, abnornally spicy or extra hot and so on.', 'https://img.gamemonetize.com/pyyh9dfal97zddfwk3sy0i40sjy2p4ts/512x384.jpg', 'https://html5.gamemonetize.com/pyyh9dfal97zddfwk3sy0i40sjy2p4ts/', '0', 'Girls', 0, 0, '', 'extra-hot-chili-d-online'), (1933, 'Shoots Skibidi Dop Dop Yes Yes', 'Shoots Skibidi Dop Dop Yes Yes Tap Down is the most addictive shooting game. With its simple yet challenging gameplay, youll be hooked from the first time you play. Tap down to shoot the enemies as they come at you from all sides. Use your powerups to take down the bosses and progress to the next level. There are endless hours of fun to be had with Shoots Skibidi Dop Dop Yes Yes Tap Down.', 'https://img.gamemonetize.com/doa6191qwhmf1z1amlr2l3job9cwkkpv/512x384.jpg', 'https://html5.gamemonetize.com/doa6191qwhmf1z1amlr2l3job9cwkkpv/', '0', 'Adventure', 0, 0, '', 'shoots-skibidi-dop-dop-yes-yes'), (1934, 'Undead Horizons Pirates Plague', 'Embark on a treacherous journey in Undead Horizons: Pirates Plague, a high-octane action-adventure game. Set in a world where the oceans are infested with undead creatures, you take on the role of a fearless pirate captain. As you navigate cursed waters, you must lead your crew through battles against both rival pirates and hordes of relentless zombies. Uncover the mystery behind the plague that has unleashed the undead scourge, and strategically plunder for resources to upgrade your ship and crew. Can you survive the cursed seas and conquer the Undead Horizons?', 'https://img.gamemonetize.com/x2vp69ktmnebqjqnvnivl9iaznrqzpap/512x384.jpg', 'https://html5.gamemonetize.com/x2vp69ktmnebqjqnvnivl9iaznrqzpap/', '0', 'Arcade', 0, 0, '', 'undead-horizons-pirates-plague'), (1935, 'World War 2 Strategy Games', 'The war is coming. Show your unique art of war from the tip of your finger to bring out an impeccable world war. You can command any single army and match your own army groups at your will. You can also lead your allies to join the beach of Normandy or command the Axis forces to defend Atlantic Wall. Pick the nation you desire to join the second world war and decide the fate of the campaign in this World War II strategy game.', 'https://img.gamemonetize.com/nvegf67hboe2xsjfmz85m4i3y4c9xnpm/512x384.jpg', 'https://html5.gamemonetize.com/nvegf67hboe2xsjfmz85m4i3y4c9xnpm/', '0', 'Shooting', 0, 0, '', 'world-war--strategy-games'), (1936, 'Mr Bean Five Difference Challenge', 'Find the differences between two photos in Mr Bean Five Difference Challenge, lets have fun! Behind these pictures are small differences. Can you find them before the time runs out? This help your memory and reflexes alot!', 'https://img.gamemonetize.com/1ezn558ou2d2k9uzpx9m1m9rx47803e0/512x384.jpg', 'https://html5.gamemonetize.com/1ezn558ou2d2k9uzpx9m1m9rx47803e0/', '0', 'Puzzles', 0, 0, '', 'mr-bean-five-difference-challenge'), (1937, 'Ball Sort', 'Ball Sort Puzzle is a fun and addictive puzzle game! Try to sort the colored balls in the tubes until all balls with the same color stay in the same tube. A challenging yet relaxing game to exercise your brain!', 'https://img.gamemonetize.com/fa8gml4uwmfib0rjjxc8brom5qsnqc8h/512x384.jpg', 'https://html5.gamemonetize.com/fa8gml4uwmfib0rjjxc8brom5qsnqc8h/', '0', 'Puzzles', 0, 0, '', 'ball-sort'), (1938, 'Amaze Fruits', 'All ages can enjoy playing the straightforward educational word-building game Amaze Fruits. Discover the adorable and delicious fruits where you must correctly name the fruits and solve all the challenges. Choose the letters to combine to form the whole word in the empty spaces. But be mindful of the clock and provide your solution before it expires. For more of the newest and most entertaining puzzle games, stay tuned to our games.', 'https://img.gamemonetize.com/mzcvg0vutyyc2kaj9nnx6lwhxf8lyttl/512x384.jpg', 'https://html5.gamemonetize.com/mzcvg0vutyyc2kaj9nnx6lwhxf8lyttl/', '0', 'Puzzles', 0, 0, '', 'amaze-fruits'), (1939, 'Eat to Evolve', 'Start with and take control of a tiny and always-hungry worm to attack and survive as long as possible by devouring everything and everyone in your way! But watch out! You cannot let pesky enemies make dinner out of you!', 'https://img.gamemonetize.com/k36vh6ostf5sebdf9dlt6hk91fhvwqqs/512x384.jpg', 'https://html5.gamemonetize.com/k36vh6ostf5sebdf9dlt6hk91fhvwqqs/', '0', 'Arcade', 0, 0, '', 'eat-to-evolve'), (1940, 'Zombie Parade Defense 6', 'Zombie Parade Defense continues with its 6th episode. This time you have to defend at 10 different stages. Enemies will get stronger with each stage. Dont forget to visit the Market section for upgrading weapons and an extra health bar etc.', 'https://img.gamemonetize.com/z29uy1w1vesacxn31r485ivesj9a0snd/512x384.jpg', 'https://html5.gamemonetize.com/z29uy1w1vesacxn31r485ivesj9a0snd/', '0', 'Shooting', 0, 0, '', 'zombie-parade-defense-'), (1941, 'Heads Up Skibidi', 'Heads Up Skibidi is a head-ball game where one player is the skibidi head and poo picker. The skibidi head wears a blindfold and tries to head the ball into the poo pickers mouth. The poo picker tries to dodge the ball and pick up as much poo as possible.', 'https://img.gamemonetize.com/06ab0i2mp4ks3ul4iipkhoul1viwah2m/512x384.jpg', 'https://html5.gamemonetize.com/06ab0i2mp4ks3ul4iipkhoul1viwah2m/', '0', 'Soccer', 0, 0, '', 'heads-up-skibidi'), (1942, 'Gun Mayhem Original', 'Gun Mayhem is a high octane arena style versus game! Battle with or against AI and friends alike in this cartoony platform shooter. - Supports up to 4 players at once - Utilize over 60 different firearms - 12 diverse maps to fight on - 4 unique gameplay modes: Last Man Standing, One Shot One Kill, Gun Game and Duck Defense - Campaign mode includes coop option - Customizable characters', 'https://img.gamemonetize.com/qu3kkmif58laf9yj9ioq1ya631man0jn/512x384.jpg', 'https://html5.gamemonetize.com/qu3kkmif58laf9yj9ioq1ya631man0jn/', '0', 'Shooting', 0, 0, '', 'gun-mayhem-original'), (1943, 'Motorcycle Dirt Racing Multiplayer', 'Immerse yourself in the exhilarating world of motocross racing, where adrenaline and competition collide! Gear up for heart-pounding races across diverse terrains, from rugged dirt tracks to challenging off-road landscapes. Take control of powerful motorcycles, each with unique attributes, as you navigate through daring jumps, tight corners, and treacherous obstacles. Winning races not only brings you closer to the championship trophy but also earns you valuable rewards. Website Developer <a href=\'https://www.bestcrazygames.com\'>https://www.bestcrazygames.com</a>', 'https://img.gamemonetize.com/pd2c2meh0ax42i3ynichh7h3ry34l7re/512x384.jpg', 'https://html5.gamemonetize.com/pd2c2meh0ax42i3ynichh7h3ry34l7re/', '0', 'Racing', 0, 0, '', 'motorcycle-dirt-racing-multiplayer'), (1944, 'Cute Puzzles', 'Cute Puzzles is a classic jigsaw game. Arrange the jigsaw pieces of a picture to form the original picture. There are 2 modes in the games. Each mode has 24 levels. You must complete a level within time limits.', 'https://img.gamemonetize.com/ul8zo4sgu563dtfbs0trd78als3h80u7/512x384.jpg', 'https://html5.gamemonetize.com/ul8zo4sgu563dtfbs0trd78als3h80u7/', '0', 'Puzzles', 0, 0, '', 'cute-puzzles'), (1945, 'Lucy Dog Care', 'Meet Lucy and become an instant friend because she will need you in no time. Whether shes hungry or tired, or even in the mood for a relaxing bubble bath, you should get to know her and please her. Make sure to complete each task and give it the necessary attention. We all know how important the appearance of this fancy lady dog is, so dont forget to add her style. Put on a nice dress and maybe complete her transformation. Try some pants with a nice top, or a skirt is also a fun option. Play with Lucy and have fun taking care of her.', 'https://img.gamemonetize.com/cv6khj3s0smdhqtvcy0oahpr39om6ftc/512x384.jpg', 'https://html5.gamemonetize.com/cv6khj3s0smdhqtvcy0oahpr39om6ftc/', '0', 'Girls', 0, 0, '', 'lucy-dog-care'), (1946, 'Cyber Surfer Skateboard', 'Do you like cyberpunk? Do you like skateboarding? Then this game is for you! Welcome to the world where skateboarding belongs! In Cyber Surfer Skateboard, you can show off your skateboarding skills! Exciting music, fun obstacles, and sound effects will make you love this game! If you are a fan of skateboarding games, dont miss it! Have fun!', 'https://img.gamemonetize.com/wplw5n1rp93fzw0o90xu88c1q4o3bw5o/512x384.jpg', 'https://html5.gamemonetize.com/wplw5n1rp93fzw0o90xu88c1q4o3bw5o/', '0', 'Action', 0, 0, '', 'cyber-surfer-skateboard'), (1947, 'School Fun Puzzle', 'Introducing School Fun Puzzle &ndash; the ultimate online jigsaw game designed exclusively for kids! Get ready to embark on an exciting puzzle-solving adventure that combines learning and entertainment in one delightful package. In School Fun Puzzle, young players will dive into a world of colorful and captivating images that revolve around the theme of school life. From cheerful classrooms to bustling playgrounds, each puzzle piece will bring to life a different scene that kids can relate to and enjoy. With an easy-to-use interface, even the youngest puzzle enthusiasts can navigate their way through the game effortlessly.', 'https://img.gamemonetize.com/zd1dsb72q2dt1ba11a5afcotkowkab0l/512x384.jpg', 'https://html5.gamemonetize.com/zd1dsb72q2dt1ba11a5afcotkowkab0l/', '0', 'Puzzles', 0, 0, '', 'school-fun-puzzle'), (1948, 'Upin Ipin Sepak Bola', 'Upin Ipin Sepak Bola Permainan bola sepak yang menyeronokkan. Mampukan anda menewaskan Upin di lapangan sepak bola? Ayoohh kita berseronok sambil bermain game sepak bola upin ipin ini', 'https://img.gamemonetize.com/dbc7mw2mns2ii57lkrbexvelvfhz90pz/512x384.jpg', 'https://html5.gamemonetize.com/dbc7mw2mns2ii57lkrbexvelvfhz90pz/', '0', 'Sports', 0, 0, '', 'upin-ipin-sepak-bola'), (1949, 'FreelancerSim', 'Have you ever wanted to work from home and earn money? Yes, today we are freelancing and earning money by working from home. We can earn money by typing the required words or by detonating viruses on computers. We can buy things for our home or feed ourselves with the money we earn. If you go hungry and die, everything starts from scratch.', 'https://img.gamemonetize.com/cn9sghe1o7h0s777l0uaojfb9z8rp0x5/512x384.jpg', 'https://html5.gamemonetize.com/cn9sghe1o7h0s777l0uaojfb9z8rp0x5/', '0', 'Hypercasual', 0, 0, '', 'freelancersim'), (1950, 'Snake Down', 'Use your reaction to go down as far as possible in the Snake Down game. Each click changes your direction of movement, so try to correctly calculate your path and not meet obstacles. Collect fruits along the way and get points for your record.', 'https://img.gamemonetize.com/wa2hhxmp63p50y4s17mkb64qrlp70kke/512x384.jpg', 'https://html5.gamemonetize.com/wa2hhxmp63p50y4s17mkb64qrlp70kke/', '0', 'Hypercasual', 0, 0, '', 'snake-down'), (1951, 'USA Truck Simulator 2024', 'USA Truck Simulator 2024 is a realistic truck driving simulation is a quite realistic rural truck driving simulation. Transport the cows on the side of the road and take them to the destination points to be sold by local traders. This is a sequel to the Truck Owing Simulator Loading Cows, this time set in an offroad setting in the countryside and forest. With a much wider area coverage than the prequel. On the road you will meet many that you will transport using a truck and take you to the destination points.', 'https://img.gamemonetize.com/fegihrwp2dcnmzxjl10wseojln60zr2a/512x384.jpg', 'https://html5.gamemonetize.com/fegihrwp2dcnmzxjl10wseojln60zr2a/', '0', 'Racing', 0, 0, '', 'usa-truck-simulator-'), (1952, 'Skibidi Toilet Archer', 'Skibidi Toilet Archer: Unleash your aim and timing in this quirky arcade challenge! Armed with a plunger bow, become the ultimate bathroom warrior as you defend your realm from invading monsters. Tackle waves of foes with precise shots, unlocking power-ups and hilarious skins along the way. With fast-paced action and a dose of bathroom humor, Skibidi Toilet Archer offers addictive gameplay thats both entertaining and light-hearted. Ready to take the plunge and conquer the porcelain battlefield?', 'https://img.gamemonetize.com/rb41flywinafaizn0kuylqknktl9dt4n/512x384.jpg', 'https://html5.gamemonetize.com/rb41flywinafaizn0kuylqknktl9dt4n/', '0', 'Arcade', 0, 0, '', 'skibidi-toilet-archer'), (1953, 'Draw Climber 2 Game', 'Draw Climber 2 is an interesting race game. You have to draw a leg that makes sure the block could move. You will race with another block, there are obstacles will in your way. Be smart, change the shape of your legs anytime you could pass any obstacles.', 'https://img.gamemonetize.com/n0urux85ywqnnvqhbjklwp3k9yku3iwv/512x384.jpg', 'https://html5.gamemonetize.com/n0urux85ywqnnvqhbjklwp3k9yku3iwv/', '0', 'Arcade', 0, 0, '', 'draw-climber--game'), (1954, 'Only Up! Forward', 'Meet Jackie, a determined teenager hailing from the gritty streets of the ghetto. Jackie yearns to break free from the shackles of poverty, igniting an inner fire to explore both the vast world and the depths of their own identity. In a world perpetually in flux, Jackie senses an opportunity amidst the chaos. The current global upheaval is a call to arms, a chance to take bold strides towards transformation. Yet, the allure of progress is tempered by the daunting prospect of setbacks &ndash; every move forward could potentially thrust them several steps back.', 'https://img.gamemonetize.com/v7qy34ruk7kvsikgs57dmo5m78c5tvuy/512x384.jpg', 'https://html5.gamemonetize.com/v7qy34ruk7kvsikgs57dmo5m78c5tvuy/', '0', 'Action', 0, 0, '', 'only-up-forward'), (1955, 'BFFs Kimono Fashion', 'Welcome to BFFs Kimono Fashion. Princesses Anna, Elsa, Moana, Ariel, Snow White, and Jasmine are planning to try Japanese traditional fashion. Yes, it&rsquo;s Kimino fashion. Girls are so excited to try it out to show their stunning looks. Help the girls by browsing their wardrobes and picking suitable costumes for each one. Play and have fun!', 'https://img.gamemonetize.com/qkdjaecv2iv7ne1yqcfyobadwqwz93zy/512x384.jpg', 'https://html5.gamemonetize.com/qkdjaecv2iv7ne1yqcfyobadwqwz93zy/', '0', 'Girls', 0, 0, '', 'bffs-kimono-fashion'), (1956, 'Weapon Duel', 'Weapon Duel is a combat gamePlayers can control character attacks and throw missiles to knock opponents off the platformThis game supports players and Ai to play and players and players,You can play with your friends at the party.', 'https://img.gamemonetize.com/177chanqfwt2tvf8e977m6evaa427vwb/512x384.jpg', 'https://html5.gamemonetize.com/177chanqfwt2tvf8e977m6evaa427vwb/', '0', 'Action', 0, 0, '', 'weapon-duel'), (1957, 'City Constructor Driver 3D Game', 'City Constructor Driver 3D is a freight simulation game. You can use 3D trucks to move bricks. You need to transport bricks to build more buildings in the city. There is no time limit, you can experience driving with two additional tracks. Keep tapping while parking the truck will increase the construction speed! What are you waiting for, there are so many buildings waiting for you to build!', 'https://img.gamemonetize.com/nc4cfc03jf45qxuopvy5fgv0rf1bymno/512x384.jpg', 'https://html5.gamemonetize.com/nc4cfc03jf45qxuopvy5fgv0rf1bymno/', '0', 'Action', 0, 0, '', 'city-constructor-driver-d-game'), (1958, 'Doll Unbox Dress Up', 'Do you want to create your own toy doll? Do you like to dress up them and combine fashion pieces? If you also happen to like collecting and blind boxes, thats great! This game is tailored for you! Hurry up, enjoy personalized DIY!', 'https://img.gamemonetize.com/yvqfytw3qwzpgffqwj7giiagyv4bz2nv/512x384.jpg', 'https://html5.gamemonetize.com/yvqfytw3qwzpgffqwj7giiagyv4bz2nv/', '0', 'Girls', 0, 0, '', 'doll-unbox-dress-up'), (1959, 'Swing Skibidi', 'Help Skibidi Toilet to jump side to side and try to avoid the spikes! Thats all you need to do but try to resist the more you can! try to sign you best personal record in the leaderboard!', 'https://img.gamemonetize.com/7c14nb5n8vpa1t7o4e6bebksx60ob9bn/512x384.jpg', 'https://html5.gamemonetize.com/7c14nb5n8vpa1t7o4e6bebksx60ob9bn/', '0', 'Hypercasual', 0, 0, '', 'swing-skibidi'), (1960, 'Shooting Survival Skibidi Toilet', 'Skibidi toilet enemy is spawn from the ground and come to play, player have 2 guns and shooting to finish a number to kill to end the wave, environment is a forest with good quality of tree, grass, texture and much more fun i nthis shooting game', 'https://img.gamemonetize.com/xg9q4ctueabftzhgjpeqxym0ki7488ms/512x384.jpg', 'https://html5.gamemonetize.com/xg9q4ctueabftzhgjpeqxym0ki7488ms/', '0', 'Shooting', 0, 0, '', 'shooting-survival-skibidi-toilet'), (1961, 'Car Race Drag Shift 2023', 'Experience high-speed adrenaline in Car Race Drag Shift! Get ready to grip the wheel, slam the gas pedal, and dominate the quarter-mile strip. This intense racing game combines precision timing with lightning-fast reflexes as you master the art of gear shifting for optimal acceleration. Choose from a fleet of meticulously detailed cars, each with unique specs, and compete against rivals in a heart-pounding test of speed and skill. Upgrade your vehicles, fine-tune your gear ratios, and strategize your shifts to achieve victory.', 'https://img.gamemonetize.com/m2ievm1xj29zked0kmurcmqzqr3zmk5r/512x384.jpg', 'https://html5.gamemonetize.com/m2ievm1xj29zked0kmurcmqzqr3zmk5r/', '0', 'Racing', 0, 0, '', 'car-race-drag-shift-'), (1962, 'Cute Animal Rotate Puzzle', 'Enter the whimsical world of our rotate puzzle game, where adorable animals await your help! Twist and turn tiles to complete vibrant animal portraits and unlock new levels. Exercise your brain, enjoy captivating visuals, and immerse yourself in a relaxing challenge suitable for all ages. Can you solve these charming critter conundrums?', 'https://img.gamemonetize.com/jbpo01qvo3gsyh2i47h910usntb5c9v6/512x384.jpg', 'https://html5.gamemonetize.com/jbpo01qvo3gsyh2i47h910usntb5c9v6/', '0', 'Puzzles', 0, 0, '', 'cute-animal-rotate-puzzle'), (1963, 'Skibidi Toilet Coloring Book', 'This is a Skibidi Toilet Coloring Book, where he exercise her imagination and motor skills while having fun meeting different characters from Skibidi Toilet. In this game you will find 12 different pictures which have to be colored. You have 11 different colors to choose. You can also save the colored image. Have fun!', 'https://img.gamemonetize.com/r6aw9w8spyz3ryg0ggs04uanvy6xh7cd/512x384.jpg', 'https://html5.gamemonetize.com/r6aw9w8spyz3ryg0ggs04uanvy6xh7cd/', '0', 'Puzzles', 0, 0, '', 'skibidi-toilet-coloring-book'), (1964, 'Skibidi Toilet Bowling', 'Bowling Frenzy is an exhilarating Skibidi Toilet bowling game that delivers strikingly realistic physics and immersive gameplay. Roll your way to victory across various vibrant lanes, each with unique challenges. Customize your ball and unleash power-ups to outscore opponents in fast-paced matches. With intuitive controls and stunning visuals, Bowling Frenzy brings the classic sport to life, offering endless hours of competitive fun for players of all ages and skill levels.', 'https://img.gamemonetize.com/maarln8xleswz0yyhtarevg6dryrgg5y/512x384.jpg', 'https://html5.gamemonetize.com/maarln8xleswz0yyhtarevg6dryrgg5y/', '0', 'Arcade', 0, 0, '', 'skibidi-toilet-bowling'), (1965, 'Race of Toilet Madness', 'Controle o Skibidi Toilet como um personagem rapido e voraz, desvie dos inimigos cameraman, cuidado com os misseis, fuja de todos inimigos.', 'https://img.gamemonetize.com/fzz1dy7e1nofxy7ry44rrrlg5adl2atm/512x384.jpg', 'https://html5.gamemonetize.com/fzz1dy7e1nofxy7ry44rrrlg5adl2atm/', '0', 'Arcade', 0, 0, '', 'race-of-toilet-madness'), (1966, 'SnowBall Adventure', 'Get ready for an exciting ride in SnowBall Adventure! Roll your snowball through snowy levels. Collect coins and face tricky challenges along the way. With lots of levels to beat and a never-ending mode, have a blast rolling and bouncing to win!', 'https://img.gamemonetize.com/1fbhloir9f33k3l7hb0h5yzlmig3kf8c/512x384.jpg', 'https://html5.gamemonetize.com/1fbhloir9f33k3l7hb0h5yzlmig3kf8c/', '0', 'Arcade', 0, 0, '', 'snowball-adventure'), (1967, 'Super Friday Squid Challenge', 'Boyfriend and Girlfriend back with new adventures. They lost all the money gambling and now they have to join to the Squid games. Help them to complete all the songs in different weeks to win the high prize and recover the money that they lost. Many people will die here but dont hasitate and keep dancing and dont miss any arrow. Complete the 12 levels and be the winner of 38 million USD in this crazy game', 'https://img.gamemonetize.com/lt5hbe3py7u0ua3013qox7bgjji5uofg/512x384.jpg', 'https://html5.gamemonetize.com/lt5hbe3py7u0ua3013qox7bgjji5uofg/', '0', 'Hypercasual', 0, 0, '', 'super-friday-squid-challenge'), (1968, 'Random Matching Wedding', 'This evening will have a interesting random matching wedding party, Sofia, Zoe and Rebecca decide to go to the party, who are their respective grooms tonight? First lets dress them up and help them prepare for the party, then find the Mr.Right!', 'https://img.gamemonetize.com/m0zcaizv4671if9zreqiz3ajtoof1wjg/512x384.jpg', 'https://html5.gamemonetize.com/m0zcaizv4671if9zreqiz3ajtoof1wjg/', '0', 'Girls', 0, 0, '', 'random-matching-wedding'), (1969, 'Pony Cute Baby Birth', 'Pony will give birth to a baby today, now help her find all things necessary for the baby, dummy, nappies, bibs and so on. After that, you have an opportunity to be a real designer of her little baby carriage! Decorate the baby carriage and make it bright as Pony likes! At the hospital, you need to take a surgery for her to make sure her baby is safe and then take care of this baby. Have fun!', 'https://img.gamemonetize.com/ofy296g0z9ijej6d45exqffkwqrozje6/512x384.jpg', 'https://html5.gamemonetize.com/ofy296g0z9ijej6d45exqffkwqrozje6/', '0', 'Girls', 0, 0, '', 'pony-cute-baby-birth'), (1970, 'Car Stunts 2050', 'Engage in exhilarating car stunts and adrenaline-pumping action as you take the wheel in this high-octane racing game. Push your driving skills to the limit as you execute jaw-dropping stunts that defy gravity and logic. Leap through flaming hoops, perform barrel rolls, and execute breathtaking jumps over ramps. The game offers a variety of challenging levels, each designed to test your mastery of the wheel and your audacity for stunts. Website Developer', 'https://img.gamemonetize.com/ogu1hx06a2bkppkqulsyv99qk1tcu5po/512x384.jpg', 'https://html5.gamemonetize.com/ogu1hx06a2bkppkqulsyv99qk1tcu5po/', '0', 'Action', 0, 0, '', 'car-stunts-'), (1971, 'Princess Runway Fashion Look', 'Welcome to the Princess Runway Fashion Look. Princesses Anna, Elsa, Moana, Ariel, Snow White, and Jasmine are eagerly waiting for an upcoming fashion event. They planned to show their fashion skill with their stunning look to attract everyone. Help the princess by browse the wardrobe and pick a perfect outfit for each one of them.', 'https://img.gamemonetize.com/1jvshxkl0e32wxwupnciz69bdt65zs2s/512x384.jpg', 'https://html5.gamemonetize.com/1jvshxkl0e32wxwupnciz69bdt65zs2s/', '0', 'Girls', 0, 0, '', 'princess-runway-fashion-look'), (1972, 'Skibidi Toilet vs Camer Man', 'Skibidi Toilet vs Camera Man A shooting game is a fun and challenging game that is perfect for players of all ages. It is a great game to play with friends or family, and it is sure to provide hours of entertainment. Website Developer <a href=\'https://naptechgames.com/\'>https://naptechgames.com/</a>', 'https://img.gamemonetize.com/glss8lxu6kkk8r27huayc2crocpqrmiy/512x384.jpg', 'https://html5.gamemonetize.com/glss8lxu6kkk8r27huayc2crocpqrmiy/', '0', 'Shooting', 0, 0, '', 'skibidi-toilet-vs-camer-man'), (1973, 'Martins Adventure', 'In the village where Martin lives,the village chief&rsquo;s magic crystal can make the plants glow with vitality. The evil wizard was greedy for the magical power of the crystal, and appeared in the village with a flash of lightning, stunned Martin and snatched the magic crystal.', 'https://img.gamemonetize.com/ful2r4hvcsqwd3bng93rz39effdhxbyw/512x384.jpg', 'https://html5.gamemonetize.com/ful2r4hvcsqwd3bng93rz39effdhxbyw/', '0', 'Puzzles', 0, 0, '', 'martins-adventure'), (1974, 'Skibidi Train Ninja', 'Skibidi Train Ninja is an electrifying mobile game where players become agile ninjas on a fast-paced train adventure. Swipe, jump, and slide through challenging obstacles while grooving to the iconic Skibidi track. Unleash your inner ninja skills, collect power-ups, and overcome hurdles with style. With vibrant graphics, rhythmic gameplay, and endless excitement, Skibidi Train Ninja offers an engaging and addictively fun experience for players of all ages. Embark on this musical ninja journey to prove your skills and conquer the train tracks!', 'https://img.gamemonetize.com/0865g46yh2vlqjellb537ivvx0o8nh6v/512x384.jpg', 'https://html5.gamemonetize.com/0865g46yh2vlqjellb537ivvx0o8nh6v/', '0', 'Arcade', 0, 0, '', 'skibidi-train-ninja'), (1975, 'Skibidi Triple Jump', 'Skibidi Triple Jump Game, a single-touch jumping reaction game, has everything you need to make your next app store hit! Use your skills and agility to survive by jumping over obstacles and avoid getting hit. Just tap the screen and makeup to three jumps before touching the ground again. Avoid the dangerous obstacles or your Skibidi character will explode and the game will be over!', 'https://img.gamemonetize.com/m7kahwh1v04r7vxyg24abl0w1quufl7z/512x384.jpg', 'https://html5.gamemonetize.com/m7kahwh1v04r7vxyg24abl0w1quufl7z/', '0', 'Hypercasual', 0, 0, '', 'skibidi-triple-jump'), (1976, 'Liga Super Malaysia', 'Permainan Bola Sepak Liga Super Malaysia Pengalaman Liga Super Malaysia: Terlibatlah dalam dunia Liga Super Malaysia yang terkenal, dengan pasukan-pasukan terbaik dari liga ini. Kawal Pasukan Anda: Gunakan jari anda untuk mengawal pemain-pemain dan mengarahkan laluan mereka untuk menjaringkan gol. Pasukan dan Stadium Terkenal: Mainkan dengan pasukan kegemaran anda di stadium-stadium terkenal dari Liga Super Malaysia. Sertai Turnamen Menarik: Ambil bahagian dalam pelbagai turnamen yang menarik dan tunjukkan kemahiran anda dalam permainan. Mod Latihan Taktikal: Latihlah kemahiran anda dalam mod latihan sebelum berentap dalam pertandingan', 'https://img.gamemonetize.com/cdjjmn1cbil1e0avgn054wv67ukyu2gx/512x384.jpg', 'https://html5.gamemonetize.com/cdjjmn1cbil1e0avgn054wv67ukyu2gx/', '0', 'Soccer', 0, 0, '', 'liga-super-malaysia'), (1977, 'wednesday Dance Moves', 'wednesday Dance Moves', 'https://img.gamemonetize.com/cn46bv8r4u7hhwrm0dffeeaj2u5y87hq/512x384.jpg', 'https://html5.gamemonetize.com/cn46bv8r4u7hhwrm0dffeeaj2u5y87hq/', '0', 'Girls', 0, 0, '', 'wednesday-dance-moves'), (1978, '2048 3d Game', '2048 3D is a fun running game with little balls of numbers. Its not difficult to control your ball, swipe to control your ball, and collide with balls with the same number to merge into a higher-numbered ball. Watch out for obstacles on the road, they will make your ball smaller! The bigger the number you merge, the higher the score you get. Enjoy!', 'https://img.gamemonetize.com/13hlov88ysapomablz8faecrywarwnmi/512x384.jpg', 'https://html5.gamemonetize.com/13hlov88ysapomablz8faecrywarwnmi/', '0', 'Girls', 0, 0, '', '-d-game'), (1979, 'Race street of crash', 'Race street of crash &eacute; um jogo de carro, voc&ecirc; podera melhorar seu carro, comprar motores, nitro, turbo e melhorar seu visual, para vencer os desafios e ganhar de seus oponentes.', 'https://img.gamemonetize.com/rql0tgocaamugt3qzgkofpz6jtep1wkr/512x384.jpg', 'https://html5.gamemonetize.com/rql0tgocaamugt3qzgkofpz6jtep1wkr/', '0', 'Racing', 0, 0, '', 'race-street-of-crash'), (1980, 'infinity Path Master', 'The game has pretty much the same shape as its predecessor. You&rsquo;re sprinting down a path full of turns, and you need to tap at the right time to change direction. Get it wrong and you&rsquo;ll plunge to your untimely death. And, er, that&rsquo;s about it to be honest. Run, collect coins, fall off, rinse and repeat.', 'https://img.gamemonetize.com/61s2cepfbm805sp6fj89qof8fax4r8od/512x384.jpg', 'https://html5.gamemonetize.com/61s2cepfbm805sp6fj89qof8fax4r8od/', '0', 'Puzzles', 0, 0, '', 'infinity-path-master'), (1981, 'Adventure Capitalist Hole', 'The thrilling online game Adventure Capitalist Hole has taken the gaming community by storm. This recreational game immerses players in a perilous quest to amass wealth and capital. The highlight? Kiz10.com is completely free to play and provides hours of entertainment for both desktop and mobile enthusiasts.Website Developer <a href=\'https://kiz10.com\'>https://kiz10.com</a>', 'https://img.gamemonetize.com/cqj1nqf5rabzlarwhiplklrjle52h46t/512x384.jpg', 'https://html5.gamemonetize.com/cqj1nqf5rabzlarwhiplklrjle52h46t/', '0', 'Hypercasual', 0, 0, '', 'adventure-capitalist-hole'), (1982, 'Skibidi Toilet Adventure', 'Skibidi Toilet Adventure is a fun and challenging platformer game that is perfect for fans of the Skibidi Toilet meme. Its a great game for players of all ages, and its sure to provide hours of entertainment.', 'https://img.gamemonetize.com/m60kgrjh9fhcw8pr6ft2ewnpujm8iv2o/512x384.jpg', 'https://html5.gamemonetize.com/m60kgrjh9fhcw8pr6ft2ewnpujm8iv2o/', '0', 'Hypercasual', 0, 0, '', 'skibidi-toilet-adventure'), (1983, 'Strawberella', 'This strawberry princess-inspired dress-up game is sure to turn heads as it showcases an amazing fashion design challenge featuring a beautiful pink dress, a makeup artist challenge that will get you glamming up like never before, and an accessory extraordinaire challenge where you get to accessorize your looks beyond imagination. Play today!', 'https://img.gamemonetize.com/w08jlpq6rssqzyyoef2jmwck3uo4ki6y/512x384.jpg', 'https://html5.gamemonetize.com/w08jlpq6rssqzyyoef2jmwck3uo4ki6y/', '0', 'Girls', 0, 0, '', 'strawberella'), (1984, 'Super Friday Night Squid Challenge Game', 'The objective of the game is to complete each of the rap and spectacular music battles !!! Can you beat the terrifying doll in this chilling survival game? I try and show that you have the best score of all.', 'https://img.gamemonetize.com/t3wva95df96e3aqd873o6x5uvja8v54b/512x384.jpg', 'https://html5.gamemonetize.com/t3wva95df96e3aqd873o6x5uvja8v54b/', '0', 'Girls', 0, 0, '', 'super-friday-night-squid-challenge-game'), (1985, 'Mini Bubbles', 'Mini Bubbles is a platform game where you have to pop bubbles to jump higher and reach the goal. It was inspired by some classics of the NES era with retro-style graphics and mechanics, with a flexible difficulty aiming to be an enjoyable and relaxing experience, although some skill is needed to complete the game.', 'https://img.gamemonetize.com/3bk9l7xy8krxsy748vw8cc9p70821o29/512x384.jpg', 'https://html5.gamemonetize.com/3bk9l7xy8krxsy748vw8cc9p70821o29/', '0', 'Arcade', 0, 0, '', 'mini-bubbles'), (1986, 'Crafty Town Merge City', 'The latest strategy is here! If you want to build a town or rule your own kingdom, do it now! Here, you can build a house and turn it into the biggest castle in your kingdom. If you like architecture or strategy games, I guess you do, you will have a good time! Playing the new kingdom builder is absolutely free! Make your empire great!', 'https://img.gamemonetize.com/zjmlmxofq5r7vagyrrz714ybrutwvt8k/512x384.jpg', 'https://html5.gamemonetize.com/zjmlmxofq5r7vagyrrz714ybrutwvt8k/', '0', 'Clicker', 0, 0, '', 'crafty-town-merge-city'), (1987, 'Doll Avatar Maker Creator', 'Welcome to Doll Avatar Maker Creator! Choose your favorite match and design your perfect doll ! In the world of avatar maker creator game, you will have your own wardrobe! beautiful dress,fancy makeup and pretty hairstyles for you to choose! Also,there are more interesting pinching items are waiting for you to discover! Come and join the world of Doll Avatar Maker Creator!', 'https://img.gamemonetize.com/ambhsgg0fow6x9lzo6wnvqpuurecb19r/512x384.jpg', 'https://html5.gamemonetize.com/ambhsgg0fow6x9lzo6wnvqpuurecb19r/', '0', 'Girls', 0, 0, '', 'doll-avatar-maker-creator'), (1988, 'Jive Jerry Banana Bomblet', 'Jive Jerry, the agile monkey extraordinaire, is known far and wide for his funky moves and boundless energy. With a banana in hand, he transforms the simple fruit into a potent weapon&mdash;Banana Bomblet! He hurls these fruity grenades with pinpoint precision, astounding friends and foes alike with his accurate aim. Jerry dazzles onlookers with his groovy dance routines when not showcasing his explosive prowess. From easily swinging through obstacles to orchestrating banana-fueled chaos, Jive Jerry proves that even the smallest adventurer can pack a big punch in the jungles rhythmic symphony.', 'https://img.gamemonetize.com/juokvuwip2q3w829srk7dainyx3d8f4o/512x384.jpg', 'https://html5.gamemonetize.com/juokvuwip2q3w829srk7dainyx3d8f4o/', '0', 'Arcade', 0, 0, '', 'jive-jerry-banana-bomblet'), (1989, 'Object Hunter', 'Object Hunter is an exciting and addictive online game. Stunning visuals immerse you in a beautifully designed environment full of intricate details and hidden objects, your main goal is to turn into objects to hide or find cleverly hidden objects in the game scene within a limited time of various objects. One will be the captor, and the rest will hide! Lets dive into the captivating world of Object Hunter and discover why its worth your time!', 'https://img.gamemonetize.com/xu647z6k294whfq6ajunb0lfkas88qdk/512x384.jpg', 'https://html5.gamemonetize.com/xu647z6k294whfq6ajunb0lfkas88qdk/', '0', 'Boys', 0, 0, '', 'object-hunter'), (1990, 'Obunga Nextbot Find Difference', 'Obunga Nextbot Find Difference is a puzzle game about find five difference. From nextbot character Obunga, ahenobarbus, until Rainbow Friends', 'https://img.gamemonetize.com/ryvz5lqcg5eropb6vpme4su8olkbrxir/512x384.jpg', 'https://html5.gamemonetize.com/ryvz5lqcg5eropb6vpme4su8olkbrxir/', '0', 'Puzzles', 0, 0, '', 'obunga-nextbot-find-difference'), (1991, 'Fancy Girls Dress Up', 'Get ready for a fabulous fashion adventure with Fancy Girls Dress Up! Unleash your creativity and design stunning, glamorous looks for the ultimate fashion makeover. Dive into a world of luxurious outfits, trendy accessories, and elegant hairstyles that will make heads turn. Explore a vast collection of chic dresses, stylish tops, elegant skirts, and trendy pants. Mix and match to create the perfect ensemble for every occasion &ndash; from high-class parties to red carpet events!', 'https://img.gamemonetize.com/imj67pu3cir6o0uzoh6596o9nxbzctgc/512x384.jpg', 'https://html5.gamemonetize.com/imj67pu3cir6o0uzoh6596o9nxbzctgc/', '0', 'Girls', 0, 0, '', 'fancy-girls-dress-up'), (1992, 'OneKingWorld', 'Improve Your Country, Battle, Earn, Be Attentive And Win. OneKingWorld Game Is 2D Advanced Strategy Game Where You Have To Use Your Strategy Skills For Capturing New Territories, Improving Your Civilization, Increasing Your Population, Having The Most Powerful Army And Becoming Only King In The World. There Are Several Menus In Game Where You Can Upgrade Your Civilization, Army Power And Increase Earnings. Shop Menu Has A Lot Of Items Which Can Help You Being More Stronger. Using Profile Menu You Can See Your Statistics And Give Priority To Any Field You Want. Depending On Field Youre Giving Priority Your Income, Popularity And Army Pow', 'https://img.gamemonetize.com/gomac1g3ave4l81lf9d4xeujp6xiycb2/512x384.jpg', 'https://html5.gamemonetize.com/gomac1g3ave4l81lf9d4xeujp6xiycb2/', '0', 'Puzzles', 0, 0, '', 'onekingworld'), (1993, 'Combat Koloboks', 'You are the commander of an elite unit of combat koloboks and the goal of your life is to defeat the rebellious detachments of terrorist koloboks.', 'https://img.gamemonetize.com/in3exfht3w9oohcmagtp0bmtxh2g4djw/512x384.jpg', 'https://html5.gamemonetize.com/in3exfht3w9oohcmagtp0bmtxh2g4djw/', '0', 'Boys', 0, 0, '', 'combat-koloboks'), (1994, 'Quiz Guess the flag', 'In the game you have to guess which countrys flag is shown in the photo, From the game you will memorize more than 200 flags of different countries of the world, The game is designed for learning flags for both adults and young children.', 'https://img.gamemonetize.com/rmqlznwc39jaa8wmqnrsydfufj9ucc2c/512x384.jpg', 'https://html5.gamemonetize.com/rmqlznwc39jaa8wmqnrsydfufj9ucc2c/', '0', 'Puzzles', 0, 0, '', 'quiz---guess-the-flag'), (1995, 'Careening Though Space', 'You were on a spaceship transporting some gold when it blew up and left you careening through space. Collect airtanks so you dont run out of air and also collect coins. Avoid all other objects, especially the black holes at the bottom of the game screen.', 'https://img.gamemonetize.com/cqwp2dwhgim6cu4ewxtwbqnc0vminygn/512x384.jpg', 'https://html5.gamemonetize.com/cqwp2dwhgim6cu4ewxtwbqnc0vminygn/', '0', 'Adventure', 0, 0, '', 'careening-though-space'), (1996, 'Highway Cleaners', 'Upgrade your car and try to reach the helicopter Go farther to earn more money Use your mony to upgrade your car If you go fast you win', 'https://img.gamemonetize.com/02guxkh80ts07ya5ljsuipzmegt21z07/512x384.jpg', 'https://html5.gamemonetize.com/02guxkh80ts07ya5ljsuipzmegt21z07/', '0', 'Racing', 0, 0, '', 'highway-cleaners'), (1997, 'Stick Arena 3D', 'Embark on an unforgettable adventure through 40 different levels in this exciting 3D platform game! Test your skills by defeating enemies and explore the mysterious world. A visually impressive and strategically challenging experience awaits you. Are you ready? Your adventure begins!', 'https://img.gamemonetize.com/x1jqtjkh9s1xfmzfe1wnv5j88b5szgmy/512x384.jpg', 'https://html5.gamemonetize.com/x1jqtjkh9s1xfmzfe1wnv5j88b5szgmy/', '0', 'Action', 0, 0, '', 'stick-arena-d'), (1998, '3D Bubble Rush Game', '3D Bubble Rush is a fabulous casual game. If you are looking for a way to release your extra energy, if you want to express your masculinity in a way that is harmlessly violent, you might want to try this game. Waves upon waves of annoying enemies are approaching. You are supposed to fight your way through them by advancing courageously and forging valiantly ahead!', 'https://img.gamemonetize.com/ru1cobxnywerysikpi5x2bl6olmw6xt9/512x384.jpg', 'https://html5.gamemonetize.com/ru1cobxnywerysikpi5x2bl6olmw6xt9/', '0', 'Action', 0, 0, '', 'd-bubble-rush-game'), (1999, 'Dungeon Adventures', 'Help steve stuck in dungeons.Find the coal, gold, diamond mines needed to run the portal.Be careful not to touch the thorns and poisonous insects!Hover over the mines, wait for a certain time and put them in your inventory', 'https://img.gamemonetize.com/xdoqbcg8typ77jixuwczsuz1dgi0dje3/512x384.jpg', 'https://html5.gamemonetize.com/xdoqbcg8typ77jixuwczsuz1dgi0dje3/', '0', 'Arcade', 0, 0, '', 'dungeon-adventures'), (2000, 'Merge Miners 3D', 'Merge Miners 3D is a classic fusion game that is very popular with the public. Easy to pick up and play! Get rich by buying tools, upgrading them, and letting physics do the rest. Dont forget to synthesize the same level of tools to speed up success! Start your mining empire today! Have fun!', 'https://img.gamemonetize.com/jytyxk63rx85lrko91pe76d8727wygtm/512x384.jpg', 'https://html5.gamemonetize.com/jytyxk63rx85lrko91pe76d8727wygtm/', '0', 'Clicker', 0, 0, '', 'merge-miners-d'), (2001, 'BFFs Act Circus Artist', 'Lets help our girls Ava, Emma and Clara to get ready for their circus show and make them happy with awesome outfits and suitable accessories and property which are required for the show. Encourage these artist to perform well in the show and enjoy this dressup game at 7sgames.com', 'https://img.gamemonetize.com/bt78tsp2g3v401jtfqnlbcug166e5z5m/512x384.jpg', 'https://html5.gamemonetize.com/bt78tsp2g3v401jtfqnlbcug166e5z5m/', '0', 'Girls', 0, 0, '', 'bffs-act-circus-artist'), (2002, 'Punch Skibidi Toilets', 'Be the champ and knock down as many tree as possible with your Head super Skibidi toilet! Play this adrenaline rush game with lots of intensity. Be specific with your timing as you need to punch the tree in the exact time to smash it so you can create a way to run as far as you can. Achieve high scores are play lot more running games only with Mapi Games!', 'https://img.gamemonetize.com/34ccd7htq1m9gkxhyhp429f97awrd86e/512x384.jpg', 'https://html5.gamemonetize.com/34ccd7htq1m9gkxhyhp429f97awrd86e/', '0', 'Hypercasual', 0, 0, '', 'punch-skibidi-toilets'), (2003, 'Perfect Dress Designer', 'Do you want that dress? All you have to do is say yes! Customers are lining up at your store looking for help. They are looking for that next style fad that will make them stand out with the stars. Pull out a basic dress and style it however you like. Change the color, add some sparkles, have a new cut or design; the final look is limitless in this fashion designer dresses simulator. People want to look trendy with the latest fad, and it&rsquo;s up to your keen eye to make this a reality.', 'https://img.gamemonetize.com/gwx02xjlill5cq6bonkzctwsu16dn6lz/512x384.jpg', 'https://html5.gamemonetize.com/gwx02xjlill5cq6bonkzctwsu16dn6lz/', '0', 'Girls', 0, 0, '', 'perfect-dress-designer'), (2004, 'Mermaid Makeup Salon Game', 'Mermaid Makeup Salon is a magical virtual beauty haven, where you can unleash your creativity and transform the mermaid into a stunning beauty. From glamorous makeup to stunning hairstyles, this salon offers a wide range of options to adorn your regal appearance. With its user-friendly interface and high-quality graphics, this salon provides an immersive and enjoyable experience for all makeup enthusiasts. Get ready to embrace your inner princess and embark on a magical makeover journey at Mermaid Makeup Salon!', 'https://img.gamemonetize.com/9tcz57kzjimjukhnl9s92obdj59yh4n9/512x384.jpg', 'https://html5.gamemonetize.com/9tcz57kzjimjukhnl9s92obdj59yh4n9/', '0', 'Girls', 0, 0, '', 'mermaid-makeup-salon-game'), (2005, 'Taxi Parking Challenge 2', 'The Taxi Parking Challenge 2 game will reproduce the extreme conditions for car parking at each level. At the same time, with each new level, the task will become more difficult, but remain the same: park the car in the parking lot marked with a rectangle, meeting the time limit. Even a light touch of the curbs is not allowed, and even more so the cars standing in the parking lot.', 'https://img.gamemonetize.com/dtpq5tr2quj6qxmfsp1ipdfi82n2o06h/512x384.jpg', 'https://html5.gamemonetize.com/dtpq5tr2quj6qxmfsp1ipdfi82n2o06h/', '0', 'Racing', 0, 0, '', 'taxi-parking-challenge-'), (2006, 'Connect Fruits and Vegetables', 'Play and relax in your free time! You need to find and connect two identical tiles. It is a game with with the theme of jelly, cherries, bananas, oranges, pineapples, strawberries, there are many other delicious dishes that we will break the island together!', 'https://img.gamemonetize.com/kgbs5d8afgkjp2i3dy544qu1m3umj16f/512x384.jpg', 'https://html5.gamemonetize.com/kgbs5d8afgkjp2i3dy544qu1m3umj16f/', '0', 'Puzzles', 0, 0, '', 'connect-fruits-and-vegetables'), (2007, 'Block Destroyer', 'A game in which you have to destroy towers by throwing balls. You need to destroy various buildings by throwing balls, after passing the level you get coins that you can use to buy new balls', 'https://img.gamemonetize.com/e1jra50a3tpm5v48ww15bbiv9atmrdz1/512x384.jpg', 'https://html5.gamemonetize.com/e1jra50a3tpm5v48ww15bbiv9atmrdz1/', '0', 'Hypercasual', 0, 0, '', 'block-destroyer'), (2008, 'Sweet Mania', 'Welcome to the exciting world of Sweet Mania, a sweet and addictive puzzle game that will challenge your matching skills! Get ready for a mouth-watering experience that will keep you hooked! In Sweet Mania, youll dive into a magical kingdom filled with delicious candies and colorful treats. Your goal is simple yet captivating: match three or more identical candies to make them disappear from the screen and rack up points. The more consecutive matches you make, the higher your score will be, and the faster youll progress through the game.', 'https://img.gamemonetize.com/5m203iorghb3jp2gi4u7fnstd9bi5yjc/512x384.jpg', 'https://html5.gamemonetize.com/5m203iorghb3jp2gi4u7fnstd9bi5yjc/', '0', 'Puzzles', 0, 0, '', 'sweet-mania'), (2009, 'Beauty Makeover Games', 'Choose one customer to start the game. Remove her contact lenses and false eyelashes. Melt the wax and remove the hair on his face. Use the machine to scan the problems and remove bugs. Use a scraper to clean the dirt on the tongue.', 'https://img.gamemonetize.com/9h8xin5r66lrcmel67z6t9t7uuti9yul/512x384.jpg', 'https://html5.gamemonetize.com/9h8xin5r66lrcmel67z6t9t7uuti9yul/', '0', 'Girls', 0, 0, '', 'beauty-makeover-games'), (2010, 'Drive Mad Master', 'Drive Mad is a car game where you drive on a track filled with obstacles. Your aim is to reach the finish line in one piece. You have to balance your speed so your car doesnt flip over. This is harder than it sounds, as there are many thrilling and creative stunts and obstacles for you to enjoy. Do you have what it takes to finish every level in Drive Mad?', 'https://img.gamemonetize.com/2f5lypvwnzn32ckrbv6ki83lw86t7w0f/512x384.jpg', 'https://html5.gamemonetize.com/2f5lypvwnzn32ckrbv6ki83lw86t7w0f/', '0', 'Hypercasual', 0, 0, '', 'drive-mad-master'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (2011, 'Cameraman Plunge', 'Challenge your skills in this quirky game as you strategically shift cups to guide the camera into the hilarious Skibidi toilet. Test your precision and wit as you tackle each level, aiming for the perfect drop!', 'https://img.gamemonetize.com/bdburx21inj6lioa9o1gm4t8lju47czj/512x384.jpg', 'https://html5.gamemonetize.com/bdburx21inj6lioa9o1gm4t8lju47czj/', '0', 'Puzzles', 0, 0, '', 'cameraman-plunge'), (2012, 'Epic Prankster Hide and shoot', 'The Epic Prankster battle is ON! This is not a joke! Can you tag and blast everyone without being caught in one of the best epic pranking games? Yes or no? Your quest is simple, prank master...Grab your Blaster and Prank them all! There is no game as cool as this one, so gotta play and prank your mates like a big fat liar!', 'https://img.gamemonetize.com/s3rlk8eac5r9p0qfaprg02c4l228qaws/512x384.jpg', 'https://html5.gamemonetize.com/s3rlk8eac5r9p0qfaprg02c4l228qaws/', '0', '3D', 0, 0, '', 'epic-prankster-hide-and-shoot'), (2013, 'Save The Duck', 'Save The Duck game provides a captivating way to pass time through its straightforward yet addictive challenges that involve rescuing ducks. Are you up for the challenge? Your primary objective is to guide the ducks toward the bathtub, utilizing the available water. Sounds simple, right? Put your skills to the test and give it a go now! It is your responsibility to save the helpless ducklings from their perilous predicament. Remember, these ducks lives depend on your ability to maneuver them safely to their rightful place. Unleash your creative thinking and transform this problem into a surprisingly achievable reality.', 'https://img.gamemonetize.com/vpww79g9ckxh0wag1k51biuk8fqx4u3t/512x384.jpg', 'https://html5.gamemonetize.com/vpww79g9ckxh0wag1k51biuk8fqx4u3t/', '0', 'Puzzles', 0, 0, '', 'save-the-duck'), (2014, 'Sword And Jewel', 'Sword And Jewel is an addictive matching puzzle game that brings you a whole new experience. The background of the game is set in a mysterious ancient civilization, allowing you to become an explorer. By eliminating gems, and solving ancient puzzles hidden in mysterious jewels. You will feel the charm of mysterious ancient civilizations. Come and challenge your wisdom and start a thrilling adventure!', 'https://img.gamemonetize.com/iem1utqxujarnlx7v82oifjqgzoegnzy/512x384.jpg', 'https://html5.gamemonetize.com/iem1utqxujarnlx7v82oifjqgzoegnzy/', '0', 'Puzzles', 0, 0, '', 'sword-and-jewel'), (2015, 'Letters Coloring Book', 'Introducing the captivating world of Letters Coloring Book - your passport to a realm of creativity and joy! Unleash your imagination as you embark on an exciting journey through this free online coloring game. Let your artistic spirit soar as you pick from an array of delightful letter-themed drawings waiting to be brought to life with vibrant colors. Whether its a majestic A adorned with intricate patterns or a whimsical E that sparks your curiosity, each letter offers a canvas for your unique flair.', 'https://img.gamemonetize.com/ezhuzkgfghkbkaz3ygydarf2lg1gquyp/512x384.jpg', 'https://html5.gamemonetize.com/ezhuzkgfghkbkaz3ygydarf2lg1gquyp/', '0', 'Puzzles', 0, 0, '', 'letters-coloring-book'), (2016, 'Run of Life Game', 'Run Of Life is an exhilarating arcade game where players must navigate through a chaotic world infested with zombies. As the last survivor, your goal is to sprint to the finish line while evading the relentless pursuit of the undead. Dodge obstacles, gather power-ups, and use your wits to outsmart the zombies and secure your escape. Can you outrun the apocalypse and reach safety? The challenge is on!', 'https://img.gamemonetize.com/1cy806f24lmzqxv62qfu07jrn5hetuzo/512x384.jpg', 'https://html5.gamemonetize.com/1cy806f24lmzqxv62qfu07jrn5hetuzo/', '0', 'Arcade', 0, 0, '', 'run-of-life-game'), (2017, 'Toilet Plumber', 'Dive into the messy and hilarious world of Toilet Plumber, a fast-paced and quirky puzzle game that challenges players to become ultimate bathroom heroes! In this zany adventure, you play as a skilled and daring plumber tasked with fixing a variety of absurdly malfunctioning toilets in a whimsical town. From toilets that spew forth confetti instead of flushing properly to ones that launch rubber ducks across the bathroom, the challenges are as wild as they are entertaining.', 'https://img.gamemonetize.com/z4uixqz9avw10iixbx1auramd6yf99rq/512x384.jpg', 'https://html5.gamemonetize.com/z4uixqz9avw10iixbx1auramd6yf99rq/', '0', 'Arcade', 0, 0, '', 'toilet-plumber'), (2018, 'Escape Skibidi Toilets Morgue', 'Escape Skibidi Toilets Morgue is the first series of our most favorite point and click mysteries to solve. Unlock all clue and escape from horrific morgue', 'https://img.gamemonetize.com/5nlglpug0rv4315gtct3ybyecd3dj32h/512x384.jpg', 'https://html5.gamemonetize.com/5nlglpug0rv4315gtct3ybyecd3dj32h/', '0', 'Puzzles', 0, 0, '', 'escape-skibidi-toilets-morgue'), (2019, 'Skibidi Survival Challenge ', 'Skibidi Survival Challenge is a fast-paced, endless roadrunner survival game. In this game, you must control a Skibidi dancer as they run down a never-ending road, dodging obstacles and collecting coins. The longer you survive, the more points you earn. But be careful! If you hit an obstacle or fall off the road, its game over.', 'https://img.gamemonetize.com/01uzxw3lvdpouep1q0u2hl5rb6benr7a/512x384.jpg', 'https://html5.gamemonetize.com/01uzxw3lvdpouep1q0u2hl5rb6benr7a/', '0', 'Clicker', 0, 0, '', 'skibidi-survival-challenge-'), (2020, 'Garten Ball Ball', 'Garden Ball Ball is a fast-paced, action-packed game where you must use your skills to shoot balls at famous Garden enemies. The game has a variety of levels, each with a different set of enemies. To beat a level, you must defeat all of the enemies before the time runs out.', 'https://img.gamemonetize.com/x0ismaydgf99dr3cc76w5qh1nf069rq0/512x384.jpg', 'https://html5.gamemonetize.com/x0ismaydgf99dr3cc76w5qh1nf069rq0/', '0', 'Puzzles', 0, 0, '', 'garten-ball-ball'), (2021, 'Cannon Ball Strike', 'Click or tap the screen to throw balls into the container below. Time your moves and try not to waste any balls. Your goal is to fill the bucket below with the colored balls in your arsenal. Aim wisely, shoot the ball and fill all the buckets with colors. Balls that you cannot get into the bucket will deduct points from your final score.', 'https://img.gamemonetize.com/6h2gqviwrjikjln2ihr15gcpvl4or7ol/512x384.jpg', 'https://html5.gamemonetize.com/6h2gqviwrjikjln2ihr15gcpvl4or7ol/', '0', 'Shooting', 0, 0, '', 'cannon-ball-strike'), (2022, 'Sayan Batle 2D', 'Galactic Shooter is an adrenaline-pumping 2D shooting game set in the far reaches of the universe. As a brave space pilot, you must embark on an epic journey to protect the galaxy from the invasion of ruthless alien forces. Armed with a state-of-the-art spaceship and a powerful arsenal of futuristic weapons, your mission is to eliminate hordes of enemy spacecraft and ensure the survival of the human race. Gameplay: The game features action-packed gameplay with engaging levels and challenging enemies. Each level is set in a different sector of the galaxy, presenting unique environments and enemy types. Youll encounter swarms of enemy spacesh', 'https://img.gamemonetize.com/eilmwampen28oygvmdmgujzxhf74b36o/512x384.jpg', 'https://html5.gamemonetize.com/eilmwampen28oygvmdmgujzxhf74b36o/', '0', 'Shooting', 0, 0, '', 'sayan-batle-d'), (2023, 'Elemental Rescue Adventure', 'Elemental Rescue Adventure is a captivating online platform game that will take you on an exciting adventure in the digital world and provide you with hours of fun and amusement. This game takes its cues from the popular film Elemental and puts players in the role of the heroic protagonist, Wade, as he attempts to free the beautiful Ember from her captors by completing a series of increasingly difficult stages. Elemental Rescue Adventure, a free game, combines Disneys enchantment with exciting game play.', 'https://img.gamemonetize.com/3i3r6o3wtan90k2tdtvngpnu8o3f7o5a/512x384.jpg', 'https://html5.gamemonetize.com/3i3r6o3wtan90k2tdtvngpnu8o3f7o5a/', '0', 'Clicker', 0, 0, '', 'elemental-rescue-adventure'), (2024, 'Summer Pool Party Fashion', 'Summer is coming! BFFs Zoe, Rebecca and Jadee are all invited to join a pool party, but they cant go there just like this. Please help them dress up, pick fashion and sexy swimsuit costumes for them. They will be very glad for your help, thank you! Have fun in this game with our friends.', 'https://img.gamemonetize.com/i48wqgb6sqnrhvay4twkp9chsxbon90v/512x384.jpg', 'https://html5.gamemonetize.com/i48wqgb6sqnrhvay4twkp9chsxbon90v/', '0', 'Girls', 0, 0, '', 'summer-pool-party-fashion'), (2025, 'Fall Boys Skibidi Toilet', 'Prepare for a whirlwind of whimsical chaos in Fall Boys Skibidi Toilet! This vibrant and addictive multiplayer game catapults you into a hilarious obstacle course where jellybean-like characters compete for victory. Dive into a world where physics-defying challenges and zany races await at every corner. Website Developer <a href=\'https://www.bestcrazygames.com\'>https://www.bestcrazygames.com</a>', 'https://img.gamemonetize.com/8k16174hl3bg8ec1lk08thh3em9b6q0v/512x384.jpg', 'https://html5.gamemonetize.com/8k16174hl3bg8ec1lk08thh3em9b6q0v/', '0', 'Action', 0, 0, '', 'fall-boys-skibidi-toilet'), (2026, 'Sniper Survival Skibidi Toilet', 'Explore the thrilling world of Sniper Survival Skibidi Toilet, a mobile game that will put your sharpshooting skills to the test in a dangerous post-apocalyptic setting. Armed with your reliable sniper rifle, youll need to take out cunning enemies while perfecting your skibidi dance moves to remain undetected. Website Developer <a href=\'https://www.kizi10.org\'>https://www.kizi10.org</a>', 'https://img.gamemonetize.com/zhnkek8g3nf4gnsf5lnekiu30l8qh01o/512x384.jpg', 'https://html5.gamemonetize.com/zhnkek8g3nf4gnsf5lnekiu30l8qh01o/', '0', 'Shooting', 0, 0, '', 'sniper-survival-skibidi-toilet'), (2027, 'Noob Minecraft VS Skibidi Toilet', 'Now noob minecraft fight skibidi toilet in the market. Be careful', 'https://img.gamemonetize.com/m4hw41ycxokk784an6nnw02ank54by3j/512x384.jpg', 'https://html5.gamemonetize.com/m4hw41ycxokk784an6nnw02ank54by3j/', '0', 'Arcade', 0, 0, '', 'noob-minecraft-vs-skibidi-toilet'), (2028, 'Bubble Pop Shooter', 'Bubble Pop! Puzzle Game Legend is a highly addictive bubble shooter game loved by millions! This bubble shooter will eliminate your boredom in no time! You&rsquo;ll spend hours of fun popping same-colored bubbles! Just shoot all the colorful bubbles to clear the board and win coins! Use epic boosters to burst all the bubbles and solve the tricky puzzles! Blast your way to victory in this explosive bubble pop game! Are you ready to pop some bubbles?', 'https://img.gamemonetize.com/ghf2vfe407pnrw9tfw6qim0i6aegu0m9/512x384.jpg', 'https://html5.gamemonetize.com/ghf2vfe407pnrw9tfw6qim0i6aegu0m9/', '0', 'Girls', 0, 0, '', 'bubble-pop-shooter'), (2029, '2d basketball runner', 'the game control is simple and easy is just hold left mouse button on the ball and chose the way that u want the ball move to but isnt too easy inside the game you need to pass all those things with physics', 'https://img.gamemonetize.com/hxgw9ao48gub9cskdmlnfll19u99gsmt/512x384.jpg', 'https://html5.gamemonetize.com/hxgw9ao48gub9cskdmlnfll19u99gsmt/', '0', 'Sports', 0, 0, '', 'd-basketball-runner'), (2030, 'Time Bomb Rush ', 'Introducing Time Bomb Rush, the newest parkour game! Dont miss out on the action. In this thrilling game, your mission is to prevent your explosives from detonating until you reach the finish line. Navigate through obstacles, gather fuses, and compete against the ticking clock before the fuses burn out. Remember, success is achieved by holding onto every single fuse until the very end. Will you emerge victorious?', 'https://img.gamemonetize.com/mft1597mavroaqdrsgoly8e73zsld15r/512x384.jpg', 'https://html5.gamemonetize.com/mft1597mavroaqdrsgoly8e73zsld15r/', '0', 'Hypercasual', 0, 0, '', 'time-bomb-rush-'), (2031, 'Play In Mall', 'Play an 3D first person water gun game with your friends! During a game break, you can buy items from Amazon (through verified Amazon Associates Program). No download needed, play it in your browser on any device!', 'https://img.gamemonetize.com/52g15pmd4ni6fcm12oit6r0rkcpj6niv/512x384.jpg', 'https://html5.gamemonetize.com/52g15pmd4ni6fcm12oit6r0rkcpj6niv/', '0', 'Shooting', 0, 0, '', 'play-in-mall'), (2032, 'Flopppy Skibidi', 'Welcome to an amazing game of the famous Skibidi Toilet. The rules are very simple : Tap to fly and pass between obstacles without touching them. Avoid the flying TV and eat the brown poop to earn point. Can you get the highest score? Lets begin!', 'https://img.gamemonetize.com/vw94czwz209sibmjmjf9mn3svcrdyv7g/512x384.jpg', 'https://html5.gamemonetize.com/vw94czwz209sibmjmjf9mn3svcrdyv7g/', '0', 'Clicker', 0, 0, '', 'flopppy-skibidi'), (2033, 'Towmino', 'Everyone is famous game Pentamino - in a great graphic design. A game for lovers of timeless puzzle classics. The ability to pass levels in several ways. Simple game controls and exciting mechanics of finding solutions. Solve puzzles and watch as miniature towns and villages are built! Over 50+ different levels to play with different shapes!', 'https://img.gamemonetize.com/zb72yirbkzcscbf0wve7ufqw0olt1u6a/512x384.jpg', 'https://html5.gamemonetize.com/zb72yirbkzcscbf0wve7ufqw0olt1u6a/', '0', 'Puzzles', 0, 0, '', 'towmino'), (2034, 'Funny Bomber', 'Funny Bomber, The Amazing Free-to-Play Online action game! Get ready for an exhilarating gaming experience with Funny Bomber, an action-packed game that will keep you entertained for hours. As you step into the virtual world, youll find yourself immersed in a vibrant and dynamic environment filled with excitement and challenges. In Funny Bomber, your objective is simple yet thrilling: blow up all the crystals scattered throughout the level to open the door and get in the temple!', 'https://img.gamemonetize.com/5inbebr101r64gfgm6pfflggrbudip0k/512x384.jpg', 'https://html5.gamemonetize.com/5inbebr101r64gfgm6pfflggrbudip0k/', '0', 'Arcade', 0, 0, '', 'funny-bomber'), (2035, 'Table Pong', 'Get ready for an exciting table tennis experience with your friend! This game offers a visually appealing design and guarantees endless fun. Enjoy challenging matches and have a blast together. Let the games begin!', 'https://img.gamemonetize.com/s412v6ji3z4xvr8p9iw97tlz1krwrlwp/512x384.jpg', 'https://html5.gamemonetize.com/s412v6ji3z4xvr8p9iw97tlz1krwrlwp/', '0', '2 Player', 0, 0, '', 'table-pong'), (2036, 'Skibidi Vs Alien', 'Skibidi Vs. Alien is an endless runner survival game where you play as Skibidi, a young alien who must dance his way through a series of challenging levels in order to defeat the evil aliens who have invaded his planet. The game is simple to play but difficult to master. You control Skibidi by tapping the screen to make him jump and slide. You must avoid obstacles and enemies while collecting power-ups to help you stay alive. The levels get progressively more difficult as you progress, and you will need to use all of your skills to survive.', 'https://img.gamemonetize.com/1v06gmcc1cj54tugaaaglb86k6ah1b5j/512x384.jpg', 'https://html5.gamemonetize.com/1v06gmcc1cj54tugaaaglb86k6ah1b5j/', '0', 'Hypercasual', 0, 0, '', 'skibidi-vs-alien'), (2037, 'Skibidi Wood Cutter', 'In this game you need to chop wood and avoid the branches. It could be an easy task? Its easy to play but hard to master! So help Skibidi Toilet as every lumberjack does and chop the tree as fast the more you can! &middot; One-touch control system! &middot; Simple and addictive gameplay!', 'https://img.gamemonetize.com/9a9joxk6z8fdxy04zskmw0s80lbkyzwr/512x384.jpg', 'https://html5.gamemonetize.com/9a9joxk6z8fdxy04zskmw0s80lbkyzwr/', '0', 'Clicker', 0, 0, '', 'skibidi-wood-cutter'), (2038, 'Truck Deliver 3D Game', 'Truck Deliver 3D is a cool 3D truck driving game, you need to drive your truck to deliver different goods to the destination. There are many challenges, try to pass every level and show your driving talent. Avoid all the cars on the road and drive across the road at the proper time or you will be crushed and lost. What are you waiting for?', 'https://img.gamemonetize.com/fs4il58uhoopris1szx9feejam0y67mu/512x384.jpg', 'https://html5.gamemonetize.com/fs4il58uhoopris1szx9feejam0y67mu/', '0', 'Clicker', 0, 0, '', 'truck-deliver-d-game'), (2039, 'Skibidi Toilet Bullet', 'Skibidi Toi is an exhilarating and addictive mobile game that plunges players into a world of precision aiming, strategic thinking, and physics-based challenges. Set in a stylish and cartoonish environment, the game combines puzzle-solving and action gameplay elements to create a unique and engaging experience. Website Developer <a href=\'https://www.bestcrazygames.com\'>https://www.bestcrazygames.com</a>', 'https://img.gamemonetize.com/qt42nkifuxtcht0iqueutwx075evc257/512x384.jpg', 'https://html5.gamemonetize.com/qt42nkifuxtcht0iqueutwx075evc257/', '0', 'Action', 0, 0, '', 'skibidi-toilet-bullet'), (2040, 'Summer Floral Prints', 'Get ready to embrace the summer with our dress-up game, Summer Floral Prints! Explore the playful and feminine fashion trend of floral prints. Create stunning #ootd looks for 5 BFFs as they conquer the bustling boulevard in style. Get ready for endless fun and fashion-forward moments!', 'https://img.gamemonetize.com/9ewtiai50trngnncgacrbsbqrv1fb71r/512x384.jpg', 'https://html5.gamemonetize.com/9ewtiai50trngnncgacrbsbqrv1fb71r/', '0', 'Girls', 0, 0, '', 'summer-floral-prints'), (2041, 'Helix Skibidi Toilet Jump', 'Helix Skibidi Toilet Jump is a whimsical and unique mobile game that blends the thrill of Helix Jump and the catchy rhythm of the Skibidi dance. In this innovative game, players guide a bouncing ball through a maze-like helix structure while jamming to the infectious beat of the Skibidi song. To reach the bottom, the goal is to navigate the ball through the twisting paths, avoiding obstacles and holes. The game offers a vibrant and colorful design with captivating visuals that change as players progress through various levels. <a href=\'https://www.bestcrazygames.com/\'>https://www.bestcrazygames.com/</a>', 'https://img.gamemonetize.com/v7qltxk0bu7v83kycu8anrrmub1nmtxr/512x384.jpg', 'https://html5.gamemonetize.com/v7qltxk0bu7v83kycu8anrrmub1nmtxr/', '0', 'Action', 0, 0, '', 'helix-skibidi-toilet-jump'), (2042, 'Ear Doctor Online', 'Imagine the satisfaction of becoming an otolaryngologist! Utilize your remarkable abilities to effectively combat troubling infections, alleviate the agony and distress of patients, and ultimately bring joy to everyone involved! This exceptional simulation game provides an immersive insight into the world of otolaryngology, showcasing the vital role they play in improving lives every single day!', 'https://img.gamemonetize.com/e1w58o0ycqhydmwnjdtpvna4porcsch3/512x384.jpg', 'https://html5.gamemonetize.com/e1w58o0ycqhydmwnjdtpvna4porcsch3/', '0', 'Hypercasual', 0, 0, '', 'ear-doctor-online'), (2043, 'Skibidi Snake.io', 'Skibidi Snake.io is a fast-paced, action-packed snake game that will test your reflexes and strategy skills. In this game, you control a snake that must eat as many Skibidi as possible to grow in size. The longer your snake gets, the more difficult it will be to control, but the more points you will score. Website Developer <a href=\'https://naptechgames.com/\'>https://naptechgames.com/</a>', 'https://img.gamemonetize.com/88kisw889g91pa7fv6hwqzi0v3g2dbkw/512x384.jpg', 'https://html5.gamemonetize.com/88kisw889g91pa7fv6hwqzi0v3g2dbkw/', '0', 'Action', 0, 0, '', 'skibidi-snakeio'), (2044, 'Skibidi Pocalypse', 'Welcome to the adrenaline-pumping world of Skibidi-Pocalypse, where driving skills and reflexes are your only allies against a whimsical and chaotic end-of-the-world scenario! In this thrilling car game, players find themselves in the drivers seat of customized vehicles, racing through a post-apocalyptic landscape with a twist. Website Developer <a href=\'https://www.coolcrazygames.com\'>https://www.coolcrazygames.com</a>', 'https://img.gamemonetize.com/zef45d6qwz0embgwyil8pymhz2uhhn88/512x384.jpg', 'https://html5.gamemonetize.com/zef45d6qwz0embgwyil8pymhz2uhhn88/', '0', 'Arcade', 0, 0, '', 'skibidi-pocalypse'), (2045, 'Merge Dice 3D', 'Dice Merge is a unique and addictive game. You are presented with a grid and different numbered dice. The goal is to strategically merge these dice to create higher-numbered dice. With limited space and dice options, every move counts and every decision can impact the outcome of the game. This aspect keeps players engaged and constantly thinking ahead. Dice Merge has beautiful and colorful visuals. So, if youre looking for a challenging game, give Dice Merge a try!', 'https://img.gamemonetize.com/4fnnwobzv3rci3c1ir45w4hfsta2zwdk/512x384.jpg', 'https://html5.gamemonetize.com/4fnnwobzv3rci3c1ir45w4hfsta2zwdk/', '0', 'Puzzles', 0, 0, '', 'merge-dice-d'), (2046, 'Fidget Spinner Design', 'Recently, fidget spinner is so popular, Sofia, Zoe and Rebecca want to have a try. First, they need to design their own spinners by themselves, then starting a fidget spinner contest! Have fun!', 'https://img.gamemonetize.com/p2wjp15xikhf73j9s2wn1cyvei2b1bvf/512x384.jpg', 'https://html5.gamemonetize.com/p2wjp15xikhf73j9s2wn1cyvei2b1bvf/', '0', 'Girls', 0, 0, '', 'fidget-spinner-design'), (2047, 'Pink Rush Speedrun Platformer', 'Get ready for the ultimate platformer experience with this action-packed game that combines the thrill of speedrunning with the challenge of conquering 60 different levels. Each level presents its own unique obstacles and traps, making every moment a heart-pounding adventure. Tap into your speedrunning skills and embark on this 2D offline game that guarantees hours of endless fun. Your mission is to conquer all 60 levels, maneuvering through deadly traps while setting the fastest times possible.', 'https://img.gamemonetize.com/y5trug80jfhd2w5g2754u7xmx8ikvf5g/512x384.jpg', 'https://html5.gamemonetize.com/y5trug80jfhd2w5g2754u7xmx8ikvf5g/', '0', 'Racing', 0, 0, '', 'pink-rush-speedrun-platformer'), (2048, 'LinQuest', 'LinQuest is a 2D adventure-platformer game where you have the mission to help adventurer Lin to search for a mysterious treasure in 3 different dangerous zones. The game is inspired by retro classics featuring a GameBoy graphics style.', 'https://img.gamemonetize.com/usf7zmty0n8iacs3no33o4seqigo3v67/512x384.jpg', 'https://html5.gamemonetize.com/usf7zmty0n8iacs3no33o4seqigo3v67/', '0', 'Arcade', 0, 0, '', 'linquest'), (2049, 'GBox ChessMazes', 'Deliver the message from the King to the Castle, passing it from one piece to another of the opposite color. This is not a chess game where you play against an opponent. The goal of the game is to solve the maze and help the king get to the castle.', 'https://img.gamemonetize.com/1mpl217ksxwia35xfpx8oz4gavhp6gyn/512x384.jpg', 'https://html5.gamemonetize.com/1mpl217ksxwia35xfpx8oz4gavhp6gyn/', '0', 'Puzzles', 0, 0, '', 'gbox-chessmazes'), (2050, 'Cute Anime Girls Clicker', 'Welcome to Cute Anime Girls Clicker the ultimate clicker game that invites you to delve into the enchanting world of hidden anime girls! Embark on a captivating journey where each click unravels the veil of secrecy surrounding these elusive characters. Improve your click power to uncover even more hidden anime girls. As you progress, youll unlock new characters, each more enchanting than the last.', 'https://img.gamemonetize.com/mijuu8mr474jdfhgl4grtyqd71mbx873/512x384.jpg', 'https://html5.gamemonetize.com/mijuu8mr474jdfhgl4grtyqd71mbx873/', '0', 'Girls', 0, 0, '', 'cute-anime-girls-clicker'), (2051, 'Challenge 456 Squid Game 3D', 'Survival Squid Game Offline 3D theme is like an invasion squad for players of realistic squad players. Start as a squad global player game of redlight which is actually like a squid game and more like a puzzle survival game in which a squad saga along with the red light green light game is fun and adventure to play.', 'https://img.gamemonetize.com/l8pr66v9kw8t4kxm15ivd78hfhsqajut/512x384.jpg', 'https://html5.gamemonetize.com/l8pr66v9kw8t4kxm15ivd78hfhsqajut/', '0', 'Adventure', 0, 0, '', 'challenge--squid-game-d'), (2052, 'Blast The Ball', 'It is a fun game that combines speed and skill Decoupled. Your goal is to explode the number of balls set in 100 different levels by firing. improve your strategy with 10 different weapons and 4 bonuses. Get high scores, get to the top of the leaderboard!', 'https://img.gamemonetize.com/dcsqar3hkv4dhesei2uth6w166s0yre0/512x384.jpg', 'https://html5.gamemonetize.com/dcsqar3hkv4dhesei2uth6w166s0yre0/', '0', 'Clicker', 0, 0, '', 'blast-the-ball'), (2053, 'Space Adventure Noobiks Battle vs Zombies', 'Introducing Space Adventure: Noobiks Battle vs Zombies, an exciting game where players control a Minecraft Noob on platforms within a space station. In this action-packed game, your mission is to unlock doors by obliterating crystals while fending off waves of cosmic zombies. Explore various levels of the spacecraft, hopping from platform to platform, collecting weapons, and power-ups to combat the enemies. Each platform presents a unique challenge, with new obstacles and crystals to destroy in order to progress and unveil the next door.', 'https://img.gamemonetize.com/5dnl5edam018ab0ojzoanvld7k3x9nr1/512x384.jpg', 'https://html5.gamemonetize.com/5dnl5edam018ab0ojzoanvld7k3x9nr1/', '0', 'Action', 0, 0, '', 'space-adventure-noobiks-battle-vs-zombies'), (2054, 'Agent Cameraman Skibidi Toilet', 'Hey agent! Quickly grab your weapon and be ready for the mission. The monsters are coming, and their bosses are here too. Eliminate all the restroom monsters! Agent cameraman, if youre ready for the mission, lets begin. Start from the difficulty level you prefer; some missions are harder than others. The monsters can be very powerful. You also need a better weapon to kill the monsters. Get the best weapon and defeat all the restroom monsters. Many costumes are waiting for you as well. Put on the costume you want and start the adventure yourself.', 'https://img.gamemonetize.com/6zstdny5gv6yo1evvxxy80ov0uwsvw2w/512x384.jpg', 'https://html5.gamemonetize.com/6zstdny5gv6yo1evvxxy80ov0uwsvw2w/', '0', 'Action', 0, 0, '', 'agent-cameraman-skibidi-toilet'), (2055, 'Save Skibidi Toilet', 'In this thrilling and hilarious adventure, Cut the Skibidi Toilet Rope, you find yourself in a whimsical world where toilets come to life! Skibidi Toilet, a quirky and lovable anthropomorphic toilet, is in a dire predicament. A mysterious evil force has trapped him atop a perilous tower, threatening to destroy him and all the toilets in the land. Website Developer <a href=\'https://www.bestcrazygames.com\'>https://www.bestcrazygames.com</a>', 'https://img.gamemonetize.com/6uiy70koerbk0bf17sgfmghs2t4pp63a/512x384.jpg', 'https://html5.gamemonetize.com/6uiy70koerbk0bf17sgfmghs2t4pp63a/', '0', 'Puzzles', 0, 0, '', 'save-skibidi-toilet'), (2056, 'Angry Birdz', 'Angry Birdz is a captivating physics-based mobile game that challenges players to launch a variety of quirky, feathered creatures at intricate structures built by mischievous pigs. Utilize unique bird abilities, each with its own strategic advantage, to topple the pigs defenses and retrieve stolen eggs. With engaging levels, and clever puzzles, Angry Birdz offers a fresh take on the classic slingshot gameplay, providing hours of addictive fun for players of all ages. Website Developer <a href=\'https://hyhygames.com/\'>https://hyhygames.com/</a>', 'https://img.gamemonetize.com/ded8u67zw9pbvhio4cbd6prt2bd0713x/512x384.jpg', 'https://html5.gamemonetize.com/ded8u67zw9pbvhio4cbd6prt2bd0713x/', '0', 'Hypercasual', 0, 0, '', 'angry-birdz'), (2057, 'Monster Trucks Stunts', 'Monster Trucks Stunts is an adrenaline-pumping, action-packed mobile game that puts you in the drivers seat of powerful, roaring monster trucks. Get ready to unleash your inner daredevil as you embark on an exciting journey of stunt-filled mayhem! Take on various challenging levels across diverse landscapes, from sprawling urban cities to rugged off-road terrains, each designed to test your driving skills to the limit. Perform jaw-dropping stunts like gravity-defying jumps, thrilling flips. Website Developer', 'https://img.gamemonetize.com/p6y6szhufhrmdrpwkdclke8hqhj7oasw/512x384.jpg', 'https://html5.gamemonetize.com/p6y6szhufhrmdrpwkdclke8hqhj7oasw/', '0', 'Action', 0, 0, '', 'monster-trucks-stunts'), (2058, 'Jeep Wheelie', 'Jeep Wheelie is a simple yet super fun 2D game with 10 levels that a player has to overcome by keeping a Jeep on the rear wheels while driving. To make it more difficult, there are various obstacles in each level - some you can ride over, some you must avoid by jumping. Collected dollars increase total score. Have fun playing.', 'https://img.gamemonetize.com/7w8y4xw19oo2thkii5w0yqd3fkexfln1/512x384.jpg', 'https://html5.gamemonetize.com/7w8y4xw19oo2thkii5w0yqd3fkexfln1/', '0', 'Racing', 0, 0, '', 'jeep-wheelie'), (2059, 'Duty Call Modern Warfate 2', 'Your country is in trouble as you have been heavily influenced by militaries, you are the last expectation right now, you hae the discharge free military vehicles close by with the heavy armament specialist weapons, you will design an assault by utilizing all your property and air assets world war modern. You need to manufacture a system to demolish your foes tanks and helicopters before they make your assault to look docile. You are the commando of Special Forces, you will lead from the front in the terminating combat zone, plan your assault and afterward start the weapon strike right now shooting match-ups. Utilize all the world war weap', 'https://img.gamemonetize.com/i1h4zxt1z2bfk78s3xxbkhxon6pepuw7/512x384.jpg', 'https://html5.gamemonetize.com/i1h4zxt1z2bfk78s3xxbkhxon6pepuw7/', '0', 'Shooting', 0, 0, '', 'duty-call-modern-warfate-'), (2060, 'MechLoop', 'Youve never played a platform game like this before. Its a game where you have to use your mind completely. use your mind! You have to use your brain. There are different intelligence levels and different intelligence difficulties in each section. Sometimes the roads are easy, sometimes the roads are very difficult. You have to pass many challenges to overcome the obstacles on the roads. Sometimes the button may not work with one touch. Sometimes you have to touch many times. sometimes the wall is just visible but never stops. Everything is up to your brain power.', 'https://img.gamemonetize.com/uyxfh8jzwph5oyqc2y14d022bus5843r/512x384.jpg', 'https://html5.gamemonetize.com/uyxfh8jzwph5oyqc2y14d022bus5843r/', '0', 'Arcade', 0, 0, '', 'mechloop'), (2061, 'Swing Skibidi Toilet', 'It is easy to control but hard to get a high score! Just tap the screen or click the mouse button to control the Skibidi Toilet Helicopter and try to avoid colliding with miscellaneous obstacles. There are many achievements for you to challenge.', 'https://img.gamemonetize.com/zhb4ktg6hszedoiexhngoejz50z9u23n/512x384.jpg', 'https://html5.gamemonetize.com/zhb4ktg6hszedoiexhngoejz50z9u23n/', '0', 'Hypercasual', 0, 0, '', 'swing-skibidi-toilet'), (2062, 'Diy Makeup', 'Diy Makeup is an unique makeup game for girls. In this game, you run a DIY makeups store. You can not only do makeups for your customers, but also DIY makeups according to your fashion taste. With the raw ingredients that your customers give you, you can DIY Lipsticks, face masks, eye shadows etc. Ready for a try? Have a good time!', 'https://img.gamemonetize.com/28s63u661hqzw6ymyi48jpckbeftdlj2/512x384.jpg', 'https://html5.gamemonetize.com/28s63u661hqzw6ymyi48jpckbeftdlj2/', '0', 'Hypercasual', 0, 0, '', 'diy-makeup'), (2063, 'Slidey Block', 'Slidey Block is an addictive and easy game to play. Take a break at any time with this puzzle game! We give you SLIDEY, the ultimate Puzzle game with unique gameplay and endless fun! The Slidey puzzle is simple: slide blocks left or right to create and clear full lines. Slidey is free to play and easy to learn.', 'https://img.gamemonetize.com/a8jptv9fyioz2hsjf81wl01fl3d4148y/512x384.jpg', 'https://html5.gamemonetize.com/a8jptv9fyioz2hsjf81wl01fl3d4148y/', '0', 'Puzzles', 0, 0, '', 'slidey-block'), (2064, 'ShapeShifter', 'ShapeShifter is an enthralling puzzle game that challenges your wits and reflexes. Immerse yourself in a world of vibrant shapes, where you must swiftly transform to fit through evolving obstacles. Unleash your strategic prowess to solve intricate puzzles and progress through captivating levels. With stunning visuals and intuitive controls, ShapeShifter promises a thrilling gaming experience for all ages. Unravel the mysteries of shape manipulation and embark on an epic adventure to become the ultimate ShapeShifter! Are you ready to reshape your destiny and conquer this mind-bending journey?', 'https://img.gamemonetize.com/vkhf3f2uh7g02s2f04j5wjx0qy6hipdt/512x384.jpg', 'https://html5.gamemonetize.com/vkhf3f2uh7g02s2f04j5wjx0qy6hipdt/', '0', 'Arcade', 0, 0, '', 'shapeshifter'), (2065, 'Farm Town', 'Welcome to Farm Town, a place where the spirit of family adventure and farming awaits you! Embark on a journey of nurturing plants, uncovering the vastness of the land, engaging in delightful games, and tending to adorable pets and animals. Generate profits by selling goods and amass coins to expand your farm, ultimately bringing happiness and joy to your beloved land. Allow the captivating storyline to transport you into a realm of tranquility, enabling you to escape from your worries and indulge in a calming gaming experience. Discover all these treasures that await you in Farm Town today!', 'https://img.gamemonetize.com/kl6gvl61gusv4wp4ffo6hk2wyvo80t82/512x384.jpg', 'https://html5.gamemonetize.com/kl6gvl61gusv4wp4ffo6hk2wyvo80t82/', '0', 'Hypercasual', 0, 0, '', 'farm-town'), (2066, 'Cowboy zombie', 'A fun zombie cowboy game for kids and teens. Try to improve your math skills. Earn gold, unlock achievements, compete with other players and try on clothes that give bonuses in the game.', 'https://img.gamemonetize.com/gge2bzhjcm8m0eky68jzbf1tux6hzlwz/512x384.jpg', 'https://html5.gamemonetize.com/gge2bzhjcm8m0eky68jzbf1tux6hzlwz/', '0', 'Puzzles', 0, 0, '', 'cowboy-zombie'), (2067, 'Wedding Dress Designer', 'Two new customers has come to Rebeccas wedding dress design studio, Flora and Jade. Flora and Phillip will be married, Jade and Aladdin also plan to hold a wedding ceremony next month, the two couples are busy preparing for their weddings. So,today Flora and Jade come to the studio to buy their wedding dresses together. Hey, youre Rebeccas assistant! Start your work now! Help Rebecca design the most beautiful wedding dresses for the two brides.', 'https://img.gamemonetize.com/nv4rbgizc1ivyc8d1pycsdwolvs5qvss/512x384.jpg', 'https://html5.gamemonetize.com/nv4rbgizc1ivyc8d1pycsdwolvs5qvss/', '0', 'Girls', 0, 0, '', 'wedding-dress-designer'), (2068, 'Princess Soft Grunge Looks', 'Welcome to the Princess Soft Grunge Looks. Bffs Ariel, Moana, Snow White, and Jasmine are more fashioned princesses planning to try some unique fashion ideas. Princess Moana comes up with an idea to try Soft Grunge fashion. They all get excited and look forward to trying it out. Join and help the girls to pick a suitable costume. Have fun!', 'https://img.gamemonetize.com/l19w0jqsir783rni0nfnir4qfli0xapw/512x384.jpg', 'https://html5.gamemonetize.com/l19w0jqsir783rni0nfnir4qfli0xapw/', '0', 'Girls', 0, 0, '', 'princess-soft-grunge-looks'), (2069, 'Crazy Counter Attack', 'Crazy Counter Attack is an online game that combines thrilling gameplay with strategic challenges. Take the opportunity to shoot and attack the enemy by turning somersaults to avoid the enemies pursuit. The accumulated gold rewards can be used to buy different offensive guns in the store. Added turntable and check-in functions, come and unlock different game props!', 'https://img.gamemonetize.com/6jnrj4soflqkvgiz15m0yrhyzyvjmdjn/512x384.jpg', 'https://html5.gamemonetize.com/6jnrj4soflqkvgiz15m0yrhyzyvjmdjn/', '0', 'Puzzles', 0, 0, '', 'crazy-counter-attack'), (2070, 'Elemental Friends Adventure', 'Elemental Friends Adventure is a captivating online platform game that will take you on an exciting adventure in the digital world and provide you with hours of fun and amusement. Elemental Friends Adventure, a free game on kiz10.com, combines Disneys enchantment with exciting game play. Website Developer <a href=\'https://kiz10.com\'>https://kiz10.com</a>', 'https://img.gamemonetize.com/yfg9tirgwqowk7eczp99ngl7qs8dxwyq/512x384.jpg', 'https://html5.gamemonetize.com/yfg9tirgwqowk7eczp99ngl7qs8dxwyq/', '0', 'Hypercasual', 0, 0, '', 'elemental-friends-adventure'), (2071, 'Bride Wedding Hair Design', 'Sofia and Jacks wedding will be held today, but Sofia havent have a perfect wedding hairstyle yet. Now you are an excellent hairdresser, can you design a beautiful one for her?', 'https://img.gamemonetize.com/rdujltkkz2bx24e3x8n2tuxzstof4w2k/512x384.jpg', 'https://html5.gamemonetize.com/rdujltkkz2bx24e3x8n2tuxzstof4w2k/', '0', 'Girls', 0, 0, '', 'bride-wedding-hair-design'), (2072, 'Womens World Cup 2023', 'Womens world cup is here and you find yourself in the elimination rounds. Win trophies for your first win, getting to the finals or scoring 20 goals. Of course, the most important one is the world cup trophy. Can you make it to the finals and in it all? Good luck!', 'https://img.gamemonetize.com/2xmopvaig70eb5svyq9706xqrkbz4plu/512x384.jpg', 'https://html5.gamemonetize.com/2xmopvaig70eb5svyq9706xqrkbz4plu/', '0', 'Sports', 0, 0, '', 'womens-world-cup-'), (2073, 'Dream Restaurant 3D', 'Ready for the ultimate restaurant challenge in Dream Restaurant 3D? Embark on a journey to establish your very own restaurant empire. The mission is straightforward: swiftly attend to customers, prepare delectable hamburgers, stack them up, and gracefully serve them around the tables. Expand your team by hiring proficient waiters, accumulate profits, and gradually construct an unparalleled restaurant empire!', 'https://img.gamemonetize.com/0lmv5h0j5tuk9gi94xd8crb2dwfmkqn3/512x384.jpg', 'https://html5.gamemonetize.com/0lmv5h0j5tuk9gi94xd8crb2dwfmkqn3/', '0', 'Hypercasual', 0, 0, '', 'dream-restaurant-d'), (2074, 'Skibidi Toilet Smash', 'Get ready to unleash chaos and laughter in your bathroom with the Skibidi Toilet Smash! This revolutionary and hilarious bathroom game will transform your ordinary toilet into a wall-breaking frenzy of fun. In Skibidi Toilet Smash, you take on the role of a mischievous bathroom adventurer whose mission is to skid the toilet down the track and smash through walls like a whirlwind. Using an easy-to-control sliding mechanism, guide the toilet with precision, timing, and a touch of silliness, aiming to shatter as many walls as possible. Website Developer <a href=\'https://www.coolcrazygames.com\'>https://www.coolcrazygames.com</a>', 'https://img.gamemonetize.com/e9bdwcmlg2l3vovljyft55ppvg5er1pc/512x384.jpg', 'https://html5.gamemonetize.com/e9bdwcmlg2l3vovljyft55ppvg5er1pc/', '0', 'Arcade', 0, 0, '', 'skibidi-toilet-smash'), (2075, 'Minecraft Skibidi Toilet', 'A never seen before scary Skibidi Toilet for MCPE creature will appear in the middle of the village. They are called Skibidi Toilet survival mod for MCPE, creatures with scary shapes. Their bodies consist of a walking toilet, complete with an open toilet lid with a large Skibidi Toilet skin for mcpe head poking out between the holes. Their faces were filled with devilish smiles and burning eyes. Skibidi toilet for mcpe adonss maps residents panicked and tried to escape. They run along the road of the village of Skibidi Toilet mobs event mcpe, looking for a place to hide. However, the scary Skibidi Toilet mod for mcpe skins continues to catch', 'https://img.gamemonetize.com/7691kwidhl3lqydju0z553cs59qxy23o/512x384.jpg', 'https://html5.gamemonetize.com/7691kwidhl3lqydju0z553cs59qxy23o/', '0', 'Arcade', 0, 0, '', 'minecraft-skibidi-toilet'), (2076, 'chain color sort', 'Its time to put your sorting and coordination skills to the test! In this game, youll be faced with a series of color chains that need to be sorted by color. To do this, youll need to use your physics skills to manipulate the chains. You can pull them, push them, and spin them to get them into the correct order. The game gets more challenging as you progress, with more chains and more colors to sort. But with a little practice, youll be able to master the game and get the highest score. So what are you waiting for? Start sorting the color chains today!', 'https://img.gamemonetize.com/cd5pq07la023sch85mlmy4jjtf24ge4i/512x384.jpg', 'https://html5.gamemonetize.com/cd5pq07la023sch85mlmy4jjtf24ge4i/', '0', 'Puzzles', 0, 0, '', 'chain-color-sort'), (2077, 'Skibidi Jump Challenge', 'Skibidi Jump Challenge is a fun yet challenging game to play. Here, the player has to make a stack of dustbins and jump at the right time to place the skibidi toilet on top of the stack. Focus on the timing; do not let the toilet fall, or the game will be over. Website developer <a href=\'https://naptechgames.com/\'>https://naptechgames.com/</a>', 'https://img.gamemonetize.com/7ulrer64ihv4hqk58kaw6sx71vkq5mtm/512x384.jpg', 'https://html5.gamemonetize.com/7ulrer64ihv4hqk58kaw6sx71vkq5mtm/', '0', 'Hypercasual', 0, 0, '', 'skibidi-jump-challenge'), (2078, 'Noob Chicken Farm Tycoon', 'Help Noob run a chicken farm: breed and upgrade chickens, buy useful tools for the farm. Put on the heads of the feathered masks of Noob, zombies, demons, cats and more. Tired of chicken? Swap them out for a Skibidi Toilet that makes toilet paper instead of eggs. Or buy a dinosaur - its eggs are bigger and more expensive to sold! Build a farm in different locations: in the forest, on sea days or in hell. Protect your chickens from the fox - buy a dog to protect the birds. Compete with other chicken breeders to see who manages the best chicks!', 'https://img.gamemonetize.com/awv0pcqjg5wtq21l6fz048q3wqzq1m2s/512x384.jpg', 'https://html5.gamemonetize.com/awv0pcqjg5wtq21l6fz048q3wqzq1m2s/', '0', 'Clicker', 0, 0, '', 'noob-chicken-farm-tycoon'), (2079, 'Barbie Magic Pegasus', 'Barbie Magic Pegasus is a combination of puzzles, drag and drop is used for the easy level, and sliding type for the hard level. The game can be played also in full screen on any support. Choose from easy and hard levels to play, for help just click on the hint button.', 'https://img.gamemonetize.com/x59yq23qf21cg7iwy9xumquu9jzmmi7r/512x384.jpg', 'https://html5.gamemonetize.com/x59yq23qf21cg7iwy9xumquu9jzmmi7r/', '0', 'Puzzles', 0, 0, '', 'barbie-magic-pegasus'), (2080, 'Free Kick Master', 'A free kick master game where you can feel like a professional football player who has the task of forgetting as many goals as possible. In the game you have to hit the marked goal in the gate and forget as many beautiful goals from different distances as possible. The game has 3 stadiums with different modes such as penalty, free kick, wall and more Come in and try to become a free kick master, have fun!!!', 'https://img.gamemonetize.com/2cbuiwx2ny4y2l1rpaycme9z6kc23fec/512x384.jpg', 'https://html5.gamemonetize.com/2cbuiwx2ny4y2l1rpaycme9z6kc23fec/', '0', 'Sports', 0, 0, '', 'free-kick-master'), (2081, 'FLEET BLAST', 'Join the thrilling naval adventure of FLEET BLAST &ndash; the ultimate strategic board game of naval warfare. Deploy your fleet, plan your attacks, and outsmart your opponent in this classic Battleship showdown! Strategic Gameplay-Thrilling Battles - Stunning Visuals - Intuitive Controls - Customizable Fleets - Quick Play. Choose your targets wisely and aim for victory! Engage in heart-pounding battles as you take turns with your opponent to call out coordinates and attempt to sink each others ships. Every move counts &ndash; will you hit or miss? Are you ready to conquer the high seas and become ultimate Battleship Commander?', 'https://img.gamemonetize.com/p9kfi7cf5uxr4298m9g0vin2wdbahm6g/512x384.jpg', 'https://html5.gamemonetize.com/p9kfi7cf5uxr4298m9g0vin2wdbahm6g/', '0', 'Arcade', 0, 0, '', 'fleet-blast'), (2082, 'Skibidi Toilet Match Up ', 'time to test your memory in the Skibidi Toilet Match UP game! Join the Skibidi Toilet and see how many card pairs you can match. However, this task might be tougher than it sounds if your attention is not on point!', 'https://img.gamemonetize.com/32c6t6bal7vuoo8l30kdw0nsxuwnlmdf/512x384.jpg', 'https://html5.gamemonetize.com/32c6t6bal7vuoo8l30kdw0nsxuwnlmdf/', '0', 'Puzzles', 0, 0, '', 'skibidi-toilet-match-up-'), (2083, 'Crazy racing in the sky', 'Complete different cool levels to earn money and buy your dream car. The game has two modes that will surprise you: 1) Career where you will earn money after completing the level 2) Free driving - a large map where you will test your car and study its characteristics. More than 10 cars that you can buy to complete the level quickly and easily, cars differ in speed, acceleration and braking. The game has realistic graphics and car physics, try to unlock all the levels if you can.', 'https://img.gamemonetize.com/g8cjpgnt9nc1vhn8bbmmz4q31hwqc2a2/512x384.jpg', 'https://html5.gamemonetize.com/g8cjpgnt9nc1vhn8bbmmz4q31hwqc2a2/', '0', 'Racing', 0, 0, '', 'crazy-racing-in-the-sky'), (2084, 'Skbidi MakeUp', 'Skbidi MakeUp is a Makeup Run Kit time ,become a nice skibidi and Give your girls the sweetest makeovers ever! Pickup your favorite brushes and makeover your princess to be beautiful. Have fun will playing it on <a href=\'https://www.bestcrazygames.com.\'>https://www.bestcrazygames.com.</a>', 'https://img.gamemonetize.com/sw2tskkqn8aq4zkwgbzja746xse4fhre/512x384.jpg', 'https://html5.gamemonetize.com/sw2tskkqn8aq4zkwgbzja746xse4fhre/', '0', 'Hypercasual', 0, 0, '', 'skbidi-makeup'), (2085, 'Plants Vs Zombies Merge Defense', 'Plants Vs Zombies Merge Defense is an army of merged plants to protect your garden from countless zombies. Your goal is to protect your garden from challenging waves of zombies. Experimenting with different plant combinations and positioning is the key to maximizing your defense capabilities and overcoming tough challenges. Prepare your defenses, merge your plants wisely, and unleash the full power of your green army to triumph over the relentless hordes of brain-craving zombies!', 'https://img.gamemonetize.com/ii67kla6ysrwd90rddusa7el27k43zvv/512x384.jpg', 'https://html5.gamemonetize.com/ii67kla6ysrwd90rddusa7el27k43zvv/', '0', 'Boys', 0, 0, '', 'plants-vs-zombies-merge-defense'), (2086, 'Pop Band Maker', 'Do you enjoy playing in musical groups? Its such a soothing experience. Pop Band Maker provides you with an opportunity to relish the atmosphere of being in a band. You can select either a male or female character, and then pick three specific roles youd like to alter the most. Customize their appearance, posture, and performances, and even snap pictures of them. A variety of shapes are available for you to mix and match, and youll always find your personal favorite! Enjoy the fun!', 'https://img.gamemonetize.com/vwualoti4oxdfcx68e8ycc2kp1as3p2z/512x384.jpg', 'https://html5.gamemonetize.com/vwualoti4oxdfcx68e8ycc2kp1as3p2z/', '0', 'Hypercasual', 0, 0, '', 'pop-band-maker'), (2087, 'Legendary Knight In Search of Treasures', 'A legendary knight seeks a lost ancient treasure, split into 4 map pieces hidden across perilous dungeons. He must battle enemies and dodge traps to find each piece. The first zone is a mountain city with slimes and spiders guarding the first fragment. Next, a dark cave filled with bats and tricks to get the second piece. With 2 pieces, the knight heads to a cavern behind a waterfall, facing hazards and puzzles for the third. The final piece lies in the castle dungeon, needing all his skill to defeat bosses, solve riddles, collect all map parts, and reveal the treasures location for his greatest challenge.', 'https://img.gamemonetize.com/3xydjkm83687fhdx1hs4nlihq0xxjehf/512x384.jpg', 'https://html5.gamemonetize.com/3xydjkm83687fhdx1hs4nlihq0xxjehf/', '0', 'Puzzles', 0, 0, '', 'legendary-knight-in-search-of-treasures'), (2088, 'Merge Commander Battle Game', 'Merge Commander Battle is a very hot soldier battle casual game. Unlock soldiers by cutting down trees, and when you have enough soldiers, you can attack the enemy. Your ultimate goal is to defeat the enemy and take over the opposing camp! The graphics are beautifully crafted and addictive, are you ready to lead your army?', 'https://img.gamemonetize.com/e35ean3r2xhbl5mrgft3mdoqp0ox9rgh/512x384.jpg', 'https://html5.gamemonetize.com/e35ean3r2xhbl5mrgft3mdoqp0ox9rgh/', '0', 'Puzzles', 0, 0, '', 'merge-commander-battle-game'), (2089, 'Celebrity Future Fashion', 'Welcome to the Celebrity Future Fashion. Taylor Swift, Kendell Jenner, Rihanna, Ariana Grande, and Selena Gomez are the celebrity plans to try something new fashion. They got an idea to try future fashion. Yes! it&rsquo;s an upcoming fashion will trend over the fashion industry. But they need some expert advice to pick the right one for them. Play and help the girl!', 'https://img.gamemonetize.com/63a5cmy3597qauct9ifwpfbdrxixoykv/512x384.jpg', 'https://html5.gamemonetize.com/63a5cmy3597qauct9ifwpfbdrxixoykv/', '0', 'Girls', 0, 0, '', 'celebrity-future-fashion'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (2090, 'Doge Blocks', 'Doge Blocks is an addictive online puzzle game. The game design is unique, with a cute dog image as the theme, which adds fun and intimacy to the game. You need to drag the puppy with the mouse to fill the map. The gameplay in Doge Blocks is simple yet challenging. You must think carefully and plan Doge moves ahead to pass the game level. As the game levels increase, the challenges will become more complex.', 'https://img.gamemonetize.com/uvo901lqxd34xm03ijg389in3dzvlm0i/512x384.jpg', 'https://html5.gamemonetize.com/uvo901lqxd34xm03ijg389in3dzvlm0i/', '0', 'Puzzles', 0, 0, '', 'doge-blocks'), (2091, 'Street Car Race Ultimate', 'Here is a car avoid-racing driving simulation game. With 3D modern art animations, you need to follow the missions and complete them at all levels. The coins are used to upgrade accelerations and buy better cars.', 'https://img.gamemonetize.com/0h23x5drvwyehgkx28zhf7lvkb9fdhsl/512x384.jpg', 'https://html5.gamemonetize.com/0h23x5drvwyehgkx28zhf7lvkb9fdhsl/', '0', 'Action', 0, 0, '', 'street-car-race-ultimate'), (2092, 'Skibidi Fight', 'Hey buddy! Are you up for a showdown with your friend? Guns are drawn, its the perfect time to fire. Shoot right away and claim victory. The toilet guys need to battle it out. There are no obstacles in the arena, all you need to do is make swift moves left and right. Dodge the bullets, fire as fast as you can. Collect the boost boxes to win. The boxes will contain power-ups and weapons. Grab your weapon, aim at your enemy, and win.', 'https://img.gamemonetize.com/mz962cwg9dkhtmttz4xml9wspku1aa3o/512x384.jpg', 'https://html5.gamemonetize.com/mz962cwg9dkhtmttz4xml9wspku1aa3o/', '0', 'Action', 0, 0, '', 'skibidi-fight'), (2093, 'Blitz Slices', 'Embark on a thrilling adventure with Blitz Slices, an exhilarating game where your nimble knife skills are put to the test as you slice through various fruits while skillfully maneuvering past challenging obstacles.', 'https://img.gamemonetize.com/jy46am86peqasrromj8cpm9urg3gd54k/512x384.jpg', 'https://html5.gamemonetize.com/jy46am86peqasrromj8cpm9urg3gd54k/', '0', 'Hypercasual', 0, 0, '', 'blitz-slices'), (2094, 'Little Skin Doctor', 'Little Skin Doctor is going to tell you how to keep your skin beautiful and deal with all kinds of skin problems! Clean face plays a very important role in beauty. But sometimes we got pimples, wound, freckles and other skin problems. Treat the patients who have skin problems, and do examination for them.', 'https://img.gamemonetize.com/aaha649tpym0z28ubm3j83jrr43hzhtl/512x384.jpg', 'https://html5.gamemonetize.com/aaha649tpym0z28ubm3j83jrr43hzhtl/', '0', 'Girls', 0, 0, '', 'little-skin-doctor'), (2095, 'triple tile', 'Welcome to Triple Tile - Hats Edition! Tap on 3 identical hats to eleminate them and keep playing till you clear all the board to unlock the next level. Be careful! When the top is full, you will lose the game. Good luck!', 'https://img.gamemonetize.com/zhrj8cll46e45uyeo2uykx0c0njxtgsz/512x384.jpg', 'https://html5.gamemonetize.com/zhrj8cll46e45uyeo2uykx0c0njxtgsz/', '0', 'Puzzles', 0, 0, '', 'triple-tile'), (2096, 'Rescue Master', 'Rescue Master is a role-playing 3D gamePlayers will play the role of a rescue master using various tools to save peopleThe game includes speedboats and helicoptersThe background is the world after the floods', 'https://img.gamemonetize.com/uk7y1arjjsnxoq5262fjbes4jmkhy10f/512x384.jpg', 'https://html5.gamemonetize.com/uk7y1arjjsnxoq5262fjbes4jmkhy10f/', '0', 'Action', 0, 0, '', 'rescue-master'), (2097, 'Flappy Skibidi Toilet', 'Help Skibidi Toilet to avoid the pipes obstacles in this flappy bird game and try to survive as long as you can to sign the best possible score! Enjoy it!', 'https://img.gamemonetize.com/zku0lg98kwfjy1cu7jjdkcrop0qrvzvd/512x384.jpg', 'https://html5.gamemonetize.com/zku0lg98kwfjy1cu7jjdkcrop0qrvzvd/', '0', 'Clicker', 0, 0, '', 'flappy-skibidi-toilet'), (2098, 'Skibidi Jigsaw Puzzle', 'Welcome to Skibidi Jigsaw Puzzle game Try to assemble image puzzles by dragging and dropping jigsaw pieces into their correct positions. Explore tons of challenging fun levels and train your brain by solving all of them. Enjoy', 'https://img.gamemonetize.com/d777qn8aieoq0ux3x3eq3dqgnsxrcj0f/512x384.jpg', 'https://html5.gamemonetize.com/d777qn8aieoq0ux3x3eq3dqgnsxrcj0f/', '0', 'Puzzles', 0, 0, '', 'skibidi-jigsaw-puzzle'), (2099, 'SQUID TOILET', 'SQID SKIBIDI is mixed game between each of squid game and squibidi its a really fun game where you have to drag your mouse when the green light is on to run and stand without making any move when the red light is on. For more games you can check my friend website <a href=\'https://www.bestcrazygames.com/\'>https://www.bestcrazygames.com/</a>', 'https://img.gamemonetize.com/ahoa0oon9n159miyhxiif8d5dd6k7tum/512x384.jpg', 'https://html5.gamemonetize.com/ahoa0oon9n159miyhxiif8d5dd6k7tum/', '0', 'Adventure', 0, 0, '', 'squid-toilet'), (2100, 'skibidi toilet terror', 'Night Skibidi Toilet Simulator plays your role for a man named CameraHead Skibidi Night Toilet Simulator takes place in an old house, you yourself have to get all the clues by visiting all the rooms one by one, observe them for coins. Night Skibidi Toilet Simulator plays your role for a man named CameraHead. You come to the underworld environment which is placed next to a scary haunted warehouse. Take them all and escape, but your quest is not easy, because the Skibidi Toilet wants to haunt you. Enjoy playing Night Skibidi Toilet Simulator horror game. Have you ever faced Skibidi Toilet, otherwise lets escape Skibidi Toilet chase', 'https://img.gamemonetize.com/deyvl0sbpyeavj02rfcgf46xs7381b2m/512x384.jpg', 'https://html5.gamemonetize.com/deyvl0sbpyeavj02rfcgf46xs7381b2m/', '0', 'Adventure', 0, 0, '', 'skibidi-toilet-terror'), (2101, 'Hungry Shark Vs Skibidi', 'Hungry Shark vs. Skibidi Jump Challenge Game is a fun and addictive game that is sure to keep you entertained for hours on end. With its simple but addictive gameplay, variety of different sharks to choose from, and Skibidi Jump Challenge event, there is something for everyone to enjoy.', 'https://img.gamemonetize.com/kr1ychpm2es9yd93rq6tsxx7tusi8swk/512x384.jpg', 'https://html5.gamemonetize.com/kr1ychpm2es9yd93rq6tsxx7tusi8swk/', '0', 'Clicker', 0, 0, '', 'hungry-shark-vs-skibidi'), (2102, 'Cooking Mania', 'Live out your dreams as a chef in your own restaurant. Choose from one of the five different restaurants with rising difficulty. Upgrade your equipment to manage the growing amount of customers that love your food.', 'https://img.gamemonetize.com/k6zytamc1xi7j627myi4r6lxap9a7sk7/512x384.jpg', 'https://html5.gamemonetize.com/k6zytamc1xi7j627myi4r6lxap9a7sk7/', '0', 'Hypercasual', 0, 0, '', 'cooking-mania'), (2103, 'Mini Flips Plus', 'Mini Flips is an arcade game where you must collect all the coins in the level by jumping, flipping sides, avoiding obstacles and enemies controlling a small blob character. Get ready for over 160 challenging levels!', 'https://img.gamemonetize.com/qlmdfnbyl52dq9k7u0yag51wa9atbeg0/512x384.jpg', 'https://html5.gamemonetize.com/qlmdfnbyl52dq9k7u0yag51wa9atbeg0/', '0', 'Arcade', 0, 0, '', 'mini-flips-plus'), (2104, 'Move Ragdoll Duel', 'Move Ragdoll Duel is a delightful 3D casual battle game that promises to captivate you with its enchanting graphics and immersive gameplay. Embark on thrilling battles armed with an array of weapons, including basketballs and throwing knives. To launch your weapon, simply slide your finger across the screen to select the desired direction, and release your finger. Additionally, you have the ability to teleport to your weapons location by tapping the screen. Dont miss out on the action - join the battle now!', 'https://img.gamemonetize.com/3qqjkshankp9p85xp7v1f8yffx2bk3my/512x384.jpg', 'https://html5.gamemonetize.com/3qqjkshankp9p85xp7v1f8yffx2bk3my/', '0', 'Hypercasual', 0, 0, '', 'move-ragdoll-duel'), (2105, 'TopDown Skibidi Toilet Shooting', 'Embark on an exhilarating journey with TopDown Skibidi Toilet Shooting, an action-packed top-down game that guarantees hours of thrilling gameplay! Get ready to immerse yourself in a quirky and fast-paced world where you, the skilled player, take on the role of a fearless hero with a unique mission: to collect objects, survive against relentless ski bidi toilets, and eliminate a set number of enemy ski bidi toilets to progress to the next level! In this captivating game, youll navigate through a series of challenging missions, each filled with cunning enemy ski bidi toilets eager to thwart your progress.', 'https://img.gamemonetize.com/m9yj7katuk538av1qlru2cqitmbbxmkc/512x384.jpg', 'https://html5.gamemonetize.com/m9yj7katuk538av1qlru2cqitmbbxmkc/', '0', 'Shooting', 0, 0, '', 'topdown-skibidi-toilet-shooting'), (2106, 'Skibidi Toilet In The Tower', 'Skibidi in The Tower takes the Endless runner (i guess endless flyer) genre! Help our friend Skibidi the alien to get as high as he can, avoiding the obstacles such as rolling mines, spikes, bats on the way and collecting as many coins as possible. Dont hit any enemies or its game over for skibidi! Challenge your friends scores on the local leader boards to see who comes out top in this addictive, challenging and entertaining arcade game.', 'https://img.gamemonetize.com/5m4etimwios8nihmds3zulroo7bfxxjx/512x384.jpg', 'https://html5.gamemonetize.com/5m4etimwios8nihmds3zulroo7bfxxjx/', '0', 'Hypercasual', 0, 0, '', 'skibidi-toilet-in-the-tower'), (2107, 'Roblox Coloring Book', 'Roblox Coloring Book is an engaging and creative game that offers players a fun and interactive way to explore their artistic skills within the Roblox universe. In this game, players are presented with a wide array of coloring pages featuring popular Roblox characters, items, and scenes. Roblox Coloring Book offers a wide range of coloring pages, catering to players of all ages and interests. Whether youre a fan of Robloxs iconic avatars, famous game environments, or unique accessories, theres a coloring page that suits your preferences. Additionally, the game regularly updates its collection, ensuring a constant supply of fresh and exciti', 'https://img.gamemonetize.com/qyzbrptpe2yl2zz5nula589k2nvd4yq4/512x384.jpg', 'https://html5.gamemonetize.com/qyzbrptpe2yl2zz5nula589k2nvd4yq4/', '0', 'Boys', 0, 0, '', 'roblox-coloring-book'), (2108, 'Skibidi Sling', 'Help the little Skibidi toilet and his friends to sling and bounce to the top but watch out the obstacles and deadly traps. Go up and race against the Lava for your life climbing the tomb tower, collecting coins, diamonds, and power ups. Use the coins to unlock new amazing characters and reach top and collect as much coins as you can.', 'https://img.gamemonetize.com/bbp93rifyx1v0jrhzddd2mhmb61ixsca/512x384.jpg', 'https://html5.gamemonetize.com/bbp93rifyx1v0jrhzddd2mhmb61ixsca/', '0', 'Arcade', 0, 0, '', 'skibidi-sling'), (2109, 'Blob Giant Rush', 'Do you want to participate in an incredibly fascinating race? Blob Giant Rush is the perfect running game for you! If you enjoy playing slime games, then youll absolutely love controlling this slime ball as it runs around! Your objective is clear: watch out for obstacles, dodge them, gather all the jelly, and transform into a massive ball during an enormous sprint! Grow in size and strength, allowing the jelly to leap and the super jelly to run, ensuring the collection of extraordinary rewards!', 'https://img.gamemonetize.com/ii3m3vpakqditrxwdldx7jq41b4lqyzj/512x384.jpg', 'https://html5.gamemonetize.com/ii3m3vpakqditrxwdldx7jq41b4lqyzj/', '0', 'Hypercasual', 0, 0, '', 'blob-giant-rush'), (2110, 'One Wheel Rush', 'How are your cycling skills? Are you interested in challenging the ever-changing track? You need to ride across all the bridges to get to your destination. There are all kinds of surprises on the bridge that will test your unicycle-riding skills. Pay attention to using different wheels on different bridges. Dont be nervous and start the challenge!', 'https://img.gamemonetize.com/nymzhxv2cic2v9yont1ohgba98udxrc6/512x384.jpg', 'https://html5.gamemonetize.com/nymzhxv2cic2v9yont1ohgba98udxrc6/', '0', 'Hypercasual', 0, 0, '', 'one-wheel-rush'), (2111, 'Hangman Challenge 2', 'Hangman Challenge 2 challenges you and you need to win, and to do this, guess the words, targets or letters and do not let the gallows appear. At the top you will see the topic in which the word is given, this will greatly facilitate your task. If the theme is animals, then there will definitely not be roses, tables or other objects.', 'https://img.gamemonetize.com/6a44jgxan26uql64n86n7w052hcudt91/512x384.jpg', 'https://html5.gamemonetize.com/6a44jgxan26uql64n86n7w052hcudt91/', '0', 'Puzzles', 0, 0, '', 'hangman-challenge-'), (2112, 'Spaceship War Zone ', 'pace Shuttle War is an immersive and exciting space shuttle game. While playing this fun game, you&rsquo;ll have to tap and swipe the screen to take control of the space shuttle and destroy your enemies with laser fire. As an endless one-touch game, it offers a game experience that gets progressively harder and harder. In the game, you will face many enemies as you move through the depths of space with your space shuttle. Enemy ships, space stations and obstacles will test your skills and reflexes. By making quick and accurate decisions, neutralize the enemies and enjoy the visual feast full of explosive effects.', 'https://img.gamemonetize.com/yfymir1v56e8t2al2pfv115e4jjn7dge/512x384.jpg', 'https://html5.gamemonetize.com/yfymir1v56e8t2al2pfv115e4jjn7dge/', '0', 'Shooting', 0, 0, '', 'spaceship-war-zone-'), (2113, 'Search for Treasure 2', 'You heard that recently there was a shipwreck and a bunch of gold coins were spilled out into the ocean so you decided to go scuba diving and see if you could collect some coins. Collect as many coins as you can while avoiding sharks and jellyfish. There are other fish present but they wont hurt you.', 'https://img.gamemonetize.com/f0rvyccy7y73cu9nstkj8ihnjz7h6zmq/512x384.jpg', 'https://html5.gamemonetize.com/f0rvyccy7y73cu9nstkj8ihnjz7h6zmq/', '0', 'Adventure', 0, 0, '', 'search-for-treasure-'), (2114, 'Mini Springs', 'Mini Springs is a retro-style platform game where you command a small blob character that cant jump; use the springs all over the stage to evade obstacles and enemies to reach the goal and complete all levels!', 'https://img.gamemonetize.com/0fgjih85qhaqvnklaxe91x9h5bcfirlr/512x384.jpg', 'https://html5.gamemonetize.com/0fgjih85qhaqvnklaxe91x9h5bcfirlr/', '0', 'Arcade', 0, 0, '', 'mini-springs'), (2115, 'Evading The Police', 'Running is exciting and if you are running from the police while you are the thief the running will be more thrilling. Evading the police is a very fun game where the player has to overcome different obstacles. However, the player has to stay away from the police too. In this game, the player has to use his attention to skip the obstacle and fool the police. Use the keyboard arrow buttons to pla the game.', 'https://img.gamemonetize.com/g2ymeyc1pjl5bg32nsam5cxlnhy5w7wg/512x384.jpg', 'https://html5.gamemonetize.com/g2ymeyc1pjl5bg32nsam5cxlnhy5w7wg/', '0', 'Hypercasual', 0, 0, '', 'evading-the-police'), (2116, 'Color Pathio', 'Get ready for a thrilling and colorful adventure with Color Pathio, the ultimate hyper casual mobile game! In this fast-paced and fun-filled experience, immerse yourself in a world of vibrant hues and exciting challenges. Color Pathio invites you to embark on an exhilarating run where every step counts. Your mission? Navigate through an ever-changing landscape, meticulously painted in a mesmerizing array of colors. Your goal is simple: follow the path and paint it as you go! Embrace the art of coloring while dashing through a maze of twists and turns. The gameplay is refreshingly straightforward, making it accessible to players of all ages.', 'https://img.gamemonetize.com/tncwd978bjyspy7l8vwypjil31uwwi12/512x384.jpg', 'https://html5.gamemonetize.com/tncwd978bjyspy7l8vwypjil31uwwi12/', '0', 'Hypercasual', 0, 0, '', 'color-pathio'), (2117, 'Basketball scorer 3d', 'all need to do is put the ball in the basket it a bit hard there a 7 levels only and it take a time to finish them all and maybe suffer a little bit to finish the game there things make you fly and others make you faster so you need be careful in the way to the basket', 'https://img.gamemonetize.com/dcfipfmt588h1xgcap9jckk4qk0z0bcx/512x384.jpg', 'https://html5.gamemonetize.com/dcfipfmt588h1xgcap9jckk4qk0z0bcx/', '0', 'Sports', 0, 0, '', 'basketball-scorer-d'), (2118, 'TT Racing Game', 'Classic Car Racing is an online game that you can play on Yiv for free. Tap right and left to move on mobile and Use left and right keys on keyboard to move on PC. Avoid other cars and drive as far as possible.', 'https://img.gamemonetize.com/f2lmtry9m5f8b5s4ob5u4nbdboy31vc7/512x384.jpg', 'https://html5.gamemonetize.com/f2lmtry9m5f8b5s4ob5u4nbdboy31vc7/', '0', '3D', 0, 0, '', 'tt-racing-game'), (2119, 'Huggy Wuggy Fight Skibidi Toilet', 'Huggy Wuggy and Killy Willy fight Skibidi Toilet in Poppy Playtime. Grab all rifle that cameramen has placed around, and avoid skibidi toilet', 'https://img.gamemonetize.com/prkhv6agzimcsupflnloixm4a7sr8jnh/512x384.jpg', 'https://html5.gamemonetize.com/prkhv6agzimcsupflnloixm4a7sr8jnh/', '0', 'Arcade', 0, 0, '', 'huggy-wuggy-fight-skibidi-toilet'), (2120, 'Skibidi Toilet Math Prank', 'Skibidi Toilet Math Prank test you to answer the math quickly before time run out! Beware Skibidi Toilet will haunt you if the time run out or you make a mistake!', 'https://img.gamemonetize.com/g3so81a6b4ph729aiq908b9e7pts7k79/512x384.jpg', 'https://html5.gamemonetize.com/g3so81a6b4ph729aiq908b9e7pts7k79/', '0', 'Puzzles', 0, 0, '', 'skibidi-toilet-math-prank'), (2121, 'Tile Triple', 'Tile Triple ,the ultimate triple match puzzle game! Immerse yourself in fun &amp; challenging tile matching puzzle gameplay as you match tiles to progress through brainteaser levels. Solve the 3 tiles puzzle levels &amp; become the ultimate tile master.', 'https://img.gamemonetize.com/ldkj5h7fu9h3zxmh9ajn5tji9hdulroy/512x384.jpg', 'https://html5.gamemonetize.com/ldkj5h7fu9h3zxmh9ajn5tji9hdulroy/', '0', 'Puzzles', 0, 0, '', 'tile-triple'), (2122, 'Idle Casino Manager Tycoon', 'Have you ever fantasized about being a millionaire casino mogul? Embark on a thrilling journey as an enterprising capitalist tycoon, steering your way through idle profits. Amass a fortune and transform into a wealthy business magnate! Begin with a modest casino and embark on a mission to elevate your enterprise and ascend as a tycoon of capitalism. Expand your casino by constructing new floors, boosting your idle funds, and upgrading the premises for an unforgettable gambling experience!', 'https://img.gamemonetize.com/uam16wjrvnbeaqg189bie72t4zjbvub4/512x384.jpg', 'https://html5.gamemonetize.com/uam16wjrvnbeaqg189bie72t4zjbvub4/', '0', 'Hypercasual', 0, 0, '', 'idle-casino-manager-tycoon'), (2123, 'Bubble Shooter Classic Online', 'Bubble Shooter Classic Online is a game.Blast all the colorful balloons, and test your strategy and logic skills solving fun puzzles.', 'https://img.gamemonetize.com/dmfvcnfbhxuukza7f1uqp31de9hrd8u8/512x384.jpg', 'https://html5.gamemonetize.com/dmfvcnfbhxuukza7f1uqp31de9hrd8u8/', '0', 'Hypercasual', 0, 0, '', 'bubble-shooter-classic-online'), (2124, 'Sniper Hunting Deadly Animal', 'In the dense heart of an untamed wilderness lies a legendary figure known as the Silent Animal Sniper. This enigmatic hunter has mastered the art of stealth and precision, making them an apex predator in the treacherous jungle. With keen eyes and nerves of steel, they navigate the rugged terrain, blending seamlessly into the shadows, and striking fear into the hearts of both their prey and rivals. Born and raised in the wild, this elusive marksman has forged an unbreakable bond with the jungle and its inhabitants.', 'https://img.gamemonetize.com/sgx5ha69v0rrku8lsttfil1vcsqu07xc/512x384.jpg', 'https://html5.gamemonetize.com/sgx5ha69v0rrku8lsttfil1vcsqu07xc/', '0', 'Shooting', 0, 0, '', 'sniper-hunting-deadly-animal'), (2125, 'Family Farm Seaside', 'Experience the enchanting world of Family Farm Seaside as you immerse yourself in this captivating farming simulation game. Delight in the sheer joy of nurturing adorable farm animals and cultivating a plethora of crops, all in the pursuit of transforming your humble farm into a flourishing haven of success! Feel the thrill of unlocking an array of fascinating equipment to enhance your operations right from the onset. With boundless possibilities awaiting, the power to build your dream farm along the picturesque seaside lies solely in your hands. Begin crafting your dream farm now.', 'https://img.gamemonetize.com/nbx5ip6gaavkx15slmtk2iujg220q9c8/512x384.jpg', 'https://html5.gamemonetize.com/nbx5ip6gaavkx15slmtk2iujg220q9c8/', '0', 'Hypercasual', 0, 0, '', 'family-farm-seaside'), (2126, 'Unblock Skibidi', 'Unblock Skibidi : is an amazing tile puzzle with a modern challenging twist. Move the sliding tiles to unblock a path for the skibidi toilet to roll to the exit way. Are you ready to unblock the all paths for your skibidi ?', 'https://img.gamemonetize.com/05a520npswune17rmsiz10jjvqs2dore/512x384.jpg', 'https://html5.gamemonetize.com/05a520npswune17rmsiz10jjvqs2dore/', '0', 'Puzzles', 0, 0, '', 'unblock-skibidi'), (2127, 'Sewage', 'Sewage is a very fun adventure game! You have to cross the tracks and guns to escape the sewers! You can collect gold and strengthen your character!', 'https://img.gamemonetize.com/ntdsljm8ylanzgpyknccm59brmdvnk7r/512x384.jpg', 'https://html5.gamemonetize.com/ntdsljm8ylanzgpyknccm59brmdvnk7r/', '0', 'Adventure', 0, 0, '', 'sewage'), (2128, 'ALONE II', 'Welcome to Alone 2, a gripping story-driven horror game that will test your wits and bravery. In this intense experience, your main objective is to solve intricate puzzles and escape the area as quickly as you can. Immerse yourself in the chilling atmosphere as you navigate through a series of challenges, uncovering clues and collecting essential items along the way. Your ultimate goal is to unlock the mysterious house and locate the key that will allow you to reach your friend&rsquo;s town by car. Playtime: 30 - 60 mins! Storyline. UltraHD Graphics.', 'https://img.gamemonetize.com/2xwp4d9e9dmhhewg323ob6m67xnlduj1/512x384.jpg', 'https://html5.gamemonetize.com/2xwp4d9e9dmhhewg323ob6m67xnlduj1/', '0', 'Adventure', 0, 0, '', 'alone-ii'), (2129, 'Skibidi Toilet Vs Zombies', 'Skibidi Toilet Slaughter: Zombie Annihilation is a fun mobile game where players must protect a magical toilet from hordes of zombies using hilarious bathroom-themed weapons on R1Games.com', 'https://img.gamemonetize.com/bnuzvnrxzudpgvg0ls0xdlblw1x5fhs6/512x384.jpg', 'https://html5.gamemonetize.com/bnuzvnrxzudpgvg0ls0xdlblw1x5fhs6/', '0', 'Adventure', 0, 0, '', 'skibidi-toilet-vs-zombies'), (2130, 'NextBoot Horror Online', 'Next Boot Horror Online takes players on a chilling journey where they find themselves trapped in a nightmarish scenario. As the games protagonist, your objective is to outsmart and outrun the relentless boots that lurk around every corner. The suspenseful gameplay keeps you on the edge of your seat, while the immersive graphics and sound effects create an atmosphere of dread and tension.Website Developer <a href=\'https://kiz10.com\'>https://kiz10.com</a> For fans of casual games and action games, NextBoot Horror Online offers a perfect blend of both genres. Website Developer <a href=\'https://kiz10.com\'>https://kiz10.com</a>', 'https://img.gamemonetize.com/yr9mf562kof41vm1emecwl7ddfpth8oi/512x384.jpg', 'https://html5.gamemonetize.com/yr9mf562kof41vm1emecwl7ddfpth8oi/', '0', 'Adventure', 0, 0, '', 'nextboot-horror-online'), (2131, 'Ping Pong Shooter', 'Ping Pong Shooter is a fun and addictive puzzle game that combines the classic gameplay of Bubble Shooter with the physics-based gameplay of Ping Pong. The game features a variety of different levels, each with its own unique challenges. As you progress through the game, the levels will become more difficult, requiring you to use your skills and strategy to clear them.', 'https://img.gamemonetize.com/dx0q0tkp11u0jw93wp13wq60wbl44qde/512x384.jpg', 'https://html5.gamemonetize.com/dx0q0tkp11u0jw93wp13wq60wbl44qde/', '0', 'Shooting', 0, 0, '', 'ping-pong-shooter'), (2132, 'Escape The TEMPLE', 'Have you ever survived in temple with your friend? so join this adventure with your friend now. survive in the temple! There are puzzles in the temple. The temple is filled with poison. watch out for the poison in the temple. watch out for the dangers in the temple, you can die at any moment. Solve puzzles with your friend. Collaborate with your friend. Progress by teamwork.', 'https://img.gamemonetize.com/cghe4n12cdycngnqvmz9d6l3ythnvipw/512x384.jpg', 'https://html5.gamemonetize.com/cghe4n12cdycngnqvmz9d6l3ythnvipw/', '0', 'Adventure', 0, 0, '', 'escape-the-temple'), (2133, 'Choo Choo Charles Revenge', 'The time of terror has arrived with this incredible horror, shooting, survival game! Enjoy and play for free Choo Choo Charles Revenge a new exclusive game on kiz10.com. A terrible demonic train is loose and will seek to eliminate anyone in its path but your goal will be to complete each level and destroy it. Search for the keys on each map. Follow the steps. Shoot all your enemies, move and run around the map so they dont catch you.', 'https://img.gamemonetize.com/b56yhj6qofvbdsx2qll581bihogt15cc/512x384.jpg', 'https://html5.gamemonetize.com/b56yhj6qofvbdsx2qll581bihogt15cc/', '0', 'Action', 0, 0, '', 'choo-choo-charles-revenge'), (2134, 'Secret Mission', 'The agent assigned for a secret mission has entered the building through the roof to steal the secret files. Hanging himself down, our agent must avoid obstacles and security guards while collecting secret files. In addition, he should use his time well while collecting the files or the staff will notice him. Different agents can be purchased with the coins earned in the Secret Mission game. Play now for a fun and action-packed adventure!', 'https://img.gamemonetize.com/86fs8s7kp6r76nzpoujgpb31uzrtpfbo/512x384.jpg', 'https://html5.gamemonetize.com/86fs8s7kp6r76nzpoujgpb31uzrtpfbo/', '0', 'Puzzles', 0, 0, '', 'secret-mission'), (2135, 'Cute Chibiusa Maker', 'Everyone loves anime. This is an incredible art style. Feel like a real anime artist, create a unique Chibi model. You can choose facial features, eye color, hair and clothes. Create incredible combinations of hairstyles and accessories. You will find many interesting costumes, dresses, blouses, hats, wings, horns, ears, tails, stockings and shoes! You can create an ordinary girl, an angel, a fairy or a demon. You are only limited by your imagination! Rather play this incredible game on the site dressupwho.com.', 'https://img.gamemonetize.com/av0klynll7ttihnqp9p51sd8aro6ynpb/512x384.jpg', 'https://html5.gamemonetize.com/av0klynll7ttihnqp9p51sd8aro6ynpb/', '0', 'Girls', 0, 0, '', 'cute-chibiusa-maker'), (2136, 'Dice Merge', 'Dice Merge is an addictive and challenging puzzle game. Your strategic thinking skills will be tested. The objective is to merge dice with the same number to create higher-numbered dice. You start with a grid filled with random numbered dice, and your task is to strategically move and merge them to maximize their values. Come on and start merging those dice to master this fascinating game!', 'https://img.gamemonetize.com/667ol641rqyhbwr5tpa9peduhyywc4u0/512x384.jpg', 'https://html5.gamemonetize.com/667ol641rqyhbwr5tpa9peduhyywc4u0/', '0', 'Puzzles', 0, 0, '', 'dice-merge'), (2137, 'Freehead Skate', 'Freehead Skateis a fast-paced, arcade-style game that challenges players to jump over obstacles using only their characters head. With simple controls and addictive gameplay, players must time their head-jumps perfectly to conquer increasingly challenging levels and achieve high scores. Dive into the exciting world of Freehead Skateand put your head-jumping skills to the test! on R1Games.com', 'https://img.gamemonetize.com/museimxpj23qgd30oirvj1xlmc0vouem/512x384.jpg', 'https://html5.gamemonetize.com/museimxpj23qgd30oirvj1xlmc0vouem/', '0', 'Action', 0, 0, '', 'freehead-skate'), (2138, 'The Baby in yellow Craft Mod', 'Time to use your imagination! In this game you&rsquo;re going on an adventure quest to build a world for girls &amp; boys! Take time for some exploration like in typical sandbox building games and build a kindergarten in no time! Mine resources, design, craft &amp; build whatever you want - in a world of girls &amp; boys you&rsquo;ve to be smart! It&rsquo;s one of the most creative adventure games for girls &amp; boys alike, so don&rsquo;t limit yourself with simple kindergarten and build&hellip; a castle! Best game for teenagers or parents!', 'https://img.gamemonetize.com/ermqmo8qh7h2alq6w4a9tofkpgdi6pbw/512x384.jpg', 'https://html5.gamemonetize.com/ermqmo8qh7h2alq6w4a9tofkpgdi6pbw/', '0', 'Arcade', 0, 0, '', 'the-baby-in-yellow-craft-mod'), (2139, 'Hollywood Fashion Pets', 'Look! Look! There are five poor stray pets here. Theyre so hungry and thirsty, and their fur is all dirty. Come on, lets help them together! Well give them a bath and then let them enjoy delicious food. Finally, well groom them nicely and turn them into shining stars like Hollywood celebrities!', 'https://img.gamemonetize.com/nmzwz2x6e3574tv146uuidnq5xbhcyxh/512x384.jpg', 'https://html5.gamemonetize.com/nmzwz2x6e3574tv146uuidnq5xbhcyxh/', '0', 'Girls', 0, 0, '', 'hollywood-fashion-pets'), (2140, 'Island Construction', 'A cool online adventure game developed in the simulator genre. Your hero turns out to be the only survivor on a tropical island. The player must carefully explore a new world, collecting resources, growing vegetables and more. The online game has unsurpassed graphics, animation and pleasant musical accompaniment', 'https://img.gamemonetize.com/6fwdhysjyf8b3s7uzo3ycsv41ko8xqma/512x384.jpg', 'https://html5.gamemonetize.com/6fwdhysjyf8b3s7uzo3ycsv41ko8xqma/', '0', 'Hypercasual', 0, 0, '', 'island-construction'), (2141, 'Legend Street Fighter', 'Hit the road and experience the excitement of street fighting in Legend Street Fighter. This Fighting game will challenge you to fight various tough opponents and become the King of Legend Fight Unleash your inner warrior to become the Legend Fighter - Get ready for the ultimate street fighting game where you have to use all your skills to defeat your opponents. With intuitive controls, stunning graphics and immersive sound effects, this game will keep you busy for hours and make you a cowboy street Fighter.', 'https://img.gamemonetize.com/rc3jlg2z2zj6hy9b6vwlybfbokwxyod0/512x384.jpg', 'https://html5.gamemonetize.com/rc3jlg2z2zj6hy9b6vwlybfbokwxyod0/', '0', 'Arcade', 0, 0, '', 'legend-street-fighter'), (2142, 'Soldiers duel', 'Your task is simple - come up with your strategy to unite warriors and archers on the battlefield and fight enemies! You must quickly combine your troops into an invincible army if you want to win!', 'https://img.gamemonetize.com/sy015jqe1wa4veqg45zmhnubfaxygd3p/512x384.jpg', 'https://html5.gamemonetize.com/sy015jqe1wa4veqg45zmhnubfaxygd3p/', '0', 'Hypercasual', 0, 0, '', 'soldiers-duel'), (2143, 'World of Tanks Blitz', 'Welcome to World of Tanks Blitz, where you will experience the thrill of a real shooting game! Join a global community of millions of players, venture into your very first massive tank battle, engage in intense 7x7 combat, and emerge victorious! Immerse yourself in this online tank shooting game, where youll encounter a wide range of vehicles, maps, game modes, and countless strategic possibilities. Get ready for adrenaline-pumping tank clashes on an epic scale!', 'https://img.gamemonetize.com/uq5ow69wgxydz7rzm0gefv6v91wmrksy/512x384.jpg', 'https://html5.gamemonetize.com/uq5ow69wgxydz7rzm0gefv6v91wmrksy/', '0', 'Boys', 0, 0, '', 'world-of-tanks-blitz'), (2144, 'Help The Boy Physics Puzzle', 'Help The Boy: Physics Puzzle is an enthralling adventure game that poses a challenge for players aspiring to reach mastery. In order to successfully navigate through this game, you must employ your intellect to overcome various obstacles hindering your escape. It is crucial to attentively scrutinize every clue, leading you closer to ultimate triumph. Immersed in captivating 2D visuals, coupled with a plethora of physical objects, this game guarantees an unparalleled, one-of-a-kind experience. See how many levels you can pass, have a good time!', 'https://img.gamemonetize.com/17h1bbrjcvuhjg11z1iz0te67bi6knux/512x384.jpg', 'https://html5.gamemonetize.com/17h1bbrjcvuhjg11z1iz0te67bi6knux/', '0', 'Puzzles', 0, 0, '', 'help-the-boy-physics-puzzle'), (2145, 'Tiny Explorer', 'Tiny Explorer is a retro arcade-platforming game where you have to help a small explorer in his quest inside an ancient temple trying to find an epic treasure! Explore all 27 levels and test your skills on the speedrun mode!', 'https://img.gamemonetize.com/lyw3sfisojdeoun38rx091vlv3q34hsj/512x384.jpg', 'https://html5.gamemonetize.com/lyw3sfisojdeoun38rx091vlv3q34hsj/', '0', 'Arcade', 0, 0, '', 'tiny-explorer'), (2146, 'Emoji Couple Puzzle', 'Embark on a delightful puzzle-solving adventure with Emoji Couple Sliding Puzzle! This charming game combines the excitement of sliding puzzles with the adorable world of emojis. Join the Emoji Couple as they navigate through a series of intricate puzzles, unraveling their love story one level at a time. Immerse yourself in a visually captivating and vibrant world, filled with delightful emoji characters and charming animations. The cheerful soundtrack adds to the fun and relaxing atmosphere, making each puzzle-solving session a joyful experience.', 'https://img.gamemonetize.com/ecxyblo9dbkpshvj7lyhwit4y9mrjvr2/512x384.jpg', 'https://html5.gamemonetize.com/ecxyblo9dbkpshvj7lyhwit4y9mrjvr2/', '0', 'Puzzles', 0, 0, '', 'emoji-couple-puzzle'), (2147, 'Skibidi Toilet Find Difference', 'Find all difference for skibidi toilet depicted in the picture within time limit. Find the differences between the two pictures! Focus on the different details, improve your powers of observation, and enjoy this free spot the difference game! Explore more than 40 different free pictures and have fun while you try to spot the hidden differences between them. Challenge your mind with find the difference games! Test your detection and concentration skills to see if you can spot the difference in two seemingly identical images before the timer runs out. Enjoy playing find the difference games!', 'https://img.gamemonetize.com/zlmhspzuo6aafteda8nqfj148o6thts4/512x384.jpg', 'https://html5.gamemonetize.com/zlmhspzuo6aafteda8nqfj148o6thts4/', '0', 'Puzzles', 0, 0, '', 'skibidi-toilet-find-difference'), (2148, 'Stunt Skibidi', 'Are You the next great stunt Skibidi Toilet pilot? You will need to have strong nerves and great precision to finish the game. The difficulty increases as you advance in levels but sometimes you will be forced to repeat a level many times before completing the mission. How to play: The main goal is to collect all stars to finish each levels, so fly inside the hoops without crashing, but be aware to your fuel bar because sometime you need to refill it so collect the fuel barrel. Are you ready to fly now?', 'https://img.gamemonetize.com/uc1lqk57zongclookru9bxszmk1myazg/512x384.jpg', 'https://html5.gamemonetize.com/uc1lqk57zongclookru9bxszmk1myazg/', '0', 'Racing', 0, 0, '', 'stunt-skibidi'), (2149, 'Sniper Hunting Skibidi Toilet', 'Embark on an unforgettable and quirky hunting adventure with Sniper Hunting Skibidi Toilet! Get ready to test your marksmanship skills and indulge in some hilarious action as you attempt to track down the elusive Skibidi Toilet. You aim to take down this cheeky and elusive target with your trusty sniper rifle. Controlling the game is easy and intuitive. Use your Mouse click or tap to play, making it accessible for PC and mobile players. When you need to access the games options or take a quick break, just hit the Tab key to bring up the Menu.', 'https://img.gamemonetize.com/z7b5yixkzil2cmnfvmfo544tp8bt5qnl/512x384.jpg', 'https://html5.gamemonetize.com/z7b5yixkzil2cmnfvmfo544tp8bt5qnl/', '0', 'Shooting', 0, 0, '', 'sniper-hunting-skibidi-toilet'), (2150, 'Rolling Balls 3D', 'Are you a fan of ball games? If so, why not try out the exciting and enriching Rolling Balls 3D? This game will test your speed and reaction skills, so put your best foot forward and aim to reach the checkpoints with lightning speed. With a competitive edge, this fast-paced game attracts numerous players. Take charge of the rolling ball and outwit your opponents. Be prepared for the fresh challenges that await! Come onboard and let the race begin!', 'https://img.gamemonetize.com/2sz83q1o7wwr0b0s2mmssofca9rmpqub/512x384.jpg', 'https://html5.gamemonetize.com/2sz83q1o7wwr0b0s2mmssofca9rmpqub/', '0', 'Hypercasual', 0, 0, '', 'rolling-balls-d'), (2151, 'War Plane Strike Sky Combat', 'Getting ready for a thrilling and adrenaline-pumping experience with War Plane Strike: Sky Combat? Prepare to embark on an action-packed adventure where youll assume control of a warplane and partake in epic battles against enemy forces. As the esteemed ace soldier in your army, bravely undertake missions, engage in combat against adversaries, and eliminate airborne threats with precision! With its vibrant graphics and captivating scenery, get ready to immerse yourself in the exhilarating sensation of soaring through the skies. Its time to become the ultimate fighter pilot!', 'https://img.gamemonetize.com/ggcnpsldi1mbkoesjwee4unb1wc0b332/512x384.jpg', 'https://html5.gamemonetize.com/ggcnpsldi1mbkoesjwee4unb1wc0b332/', '0', 'Boys', 0, 0, '', 'war-plane-strike-sky-combat'), (2152, 'Skibidi Toilet Moto Bike Racing 2', 'Skibidi Toilet Moto Bike Racing 2 with a cool bike racing Skibidi Toilet. This sequel is harder than previous game. Toilet vehicle based game with racing modifications for drag bike lovers. In this game, there are several types of toilet that you can play to ride the reckless Skibidi Toilet. Driving a drag toilet racing vehicle is a thrilling experience that is hard to forget. With the Skibidi Toilet Moto Bike Racing game, you will get a large collection of drag toilet racer. Games that you can download for free that have an additional collection of drag bikes make playing the game exciting.', 'https://img.gamemonetize.com/efm1mpr3r8svpj6jmmxo6sf62vnupcsd/512x384.jpg', 'https://html5.gamemonetize.com/efm1mpr3r8svpj6jmmxo6sf62vnupcsd/', '0', 'Sports', 0, 0, '', 'skibidi-toilet-moto-bike-racing-'), (2153, 'Ibiza Pool Party', 'In this online makeover game, Elsa and Ariel have prepared some girly-girl summer activities that you will love. Are you ladies ready to embark on a fun trip to Ibiza? Then simply get started with the Ibiza Pool Party, and have a blast with your favorite Disney princesses while you help them prep their looks for the most-awaited pool party of the year.', 'https://img.gamemonetize.com/g1cu82kaz5vx4pd0ydr475vuf23ie0ru/512x384.jpg', 'https://html5.gamemonetize.com/g1cu82kaz5vx4pd0ydr475vuf23ie0ru/', '0', 'Girls', 0, 0, '', 'ibiza-pool-party'), (2154, 'Skibidi Toilet Shooter', 'Skibidi Toilet Shooter is a fast-paced, shooting game where you have to kill the nasty Skibidi toilets. It is your responsibility to stop the Skibidi toilets from taking over the world. Use all your abilities to kill those nasty toilets and set the world free.', 'https://img.gamemonetize.com/szxoceh9mtkp0te9gx7vifxahguy75lc/512x384.jpg', 'https://html5.gamemonetize.com/szxoceh9mtkp0te9gx7vifxahguy75lc/', '0', 'Shooting', 0, 0, '', 'skibidi-toilet-shooter'), (2155, 'Anime Avatar Maker', 'Would you like to have your own anime avatar? Do you want to have a anime image that can be switched at will? Come to Anime Avatar Maker to experience the joy of self-made avatars! Detailed face pinching parts and lots of decorations allow you to experience the joy of pinching face freely! Come and join Anime Avatar Maker and create the best-looking anime image in your heart!', 'https://img.gamemonetize.com/uih8rboqeej07fp77fkzbynjn68h4cn2/512x384.jpg', 'https://html5.gamemonetize.com/uih8rboqeej07fp77fkzbynjn68h4cn2/', '0', 'Girls', 0, 0, '', 'anime-avatar-maker'), (2156, 'Princess Look Like A Supermodel', 'Welcome to the Princess Look Like A Supermodel. Princess Anna, Elsa, Moana, and Snow White are the BFFs who admired more on modeling. They planned to be a supermodel in upcoming fashion events. Browse their wardrobe and help the princesses to be a supermodel.', 'https://img.gamemonetize.com/1n0eia7ato0c8cwvsd7471b5ab66or52/512x384.jpg', 'https://html5.gamemonetize.com/1n0eia7ato0c8cwvsd7471b5ab66or52/', '0', 'Girls', 0, 0, '', 'princess-look-like-a-supermodel'), (2157, 'Bus Simulator Ultimate 3D', 'In this thrilling simulation game, you will take on the role of a skilled bus driver and navigate through the city streets, picking up and dropping off passengers at various stops along the way. With realistic graphics and challenging gameplay, youll feel like youre really behind the wheel of a bus as you explore the city and transport passengers to their destinations.', 'https://img.gamemonetize.com/40a4agdkzlq3kehzacbfsg9b2mijjrml/512x384.jpg', 'https://html5.gamemonetize.com/40a4agdkzlq3kehzacbfsg9b2mijjrml/', '0', 'Adventure', 0, 0, '', 'bus-simulator-ultimate-d'), (2158, 'Moto 3d Racing Challenge Game', 'Can you be number one in a multiplayer game Moto 3D Racing Challenge? Prepare for the ultimate moto racing challenge game. You need to practice your car skills before all the riders are beaten. Surprise motorcycles are waiting to be got by you. Pay attention to the blue arrow on the road that will make you speed up and enter a temporary invincible state.', 'https://img.gamemonetize.com/ppihdv0lhrz9kfbaiuji7lydzqibq89e/512x384.jpg', 'https://html5.gamemonetize.com/ppihdv0lhrz9kfbaiuji7lydzqibq89e/', '0', 'Adventure', 0, 0, '', 'moto-d-racing-challenge-game'), (2159, 'Mistake Mania', 'Welcome to Mistake Mania! Challenge your attention to detail in this thrilling game of picture-perfect puzzles! You&rsquo;ll be presented with two seemingly identical images, but don&rsquo;t be fooled. Within these snapshots lie six sneaky mistakes, waiting to be spotted! Sharpen your focus, as time ticks away, pushing your perception to the limit. Each discovery brings a rush of excitement, propelling you towards victory. With vibrant visuals and cleverly hidden discrepancies, &ldquo;Mistake Mania&rdquo; guarantees an adrenaline-pumping experience like no other! Can you conquer the quest and become the ultimate Mistake Maniac? Grab your magnifying glass and dive', 'https://img.gamemonetize.com/put5egywqooku409kwh9lh95vss2d99y/512x384.jpg', 'https://html5.gamemonetize.com/put5egywqooku409kwh9lh95vss2d99y/', '0', 'Puzzles', 0, 0, '', 'mistake-mania'), (2160, 'Floppy Skibidi', 'In the tough arcade game Floppy Skibidi, you take control of a flying toilet. Your objective is to avoid striking any pipes as you soar through the air between them. As you advance, the pipes will be closer together, making the game harder and harder.', 'https://img.gamemonetize.com/nm7q4xeh80joyap5ezh1b6lfub0lyh8c/512x384.jpg', 'https://html5.gamemonetize.com/nm7q4xeh80joyap5ezh1b6lfub0lyh8c/', '0', 'Clicker', 0, 0, '', 'floppy-skibidi'), (2161, 'Rebel Driving', 'Rebel Driving car game is very crazy monster stunt impossible racing game where you can made and feel stunts and experienced like actual life in this monster car race on impossible tracks you will face different challenges the target is to met all them in this Rebel Driving Car game .', 'https://img.gamemonetize.com/j9amh1bav4yv2iucad778nrhtp54fjjt/512x384.jpg', 'https://html5.gamemonetize.com/j9amh1bav4yv2iucad778nrhtp54fjjt/', '0', 'Racing', 0, 0, '', 'rebel-driving'), (2162, 'Skibidi Jump Adventure', 'Playing as a small child named Skibidi, youll engage in nonstop platforming action in the game Skibidi Jump Adventure. Skibidi is a skilled dancer who uses his abilities to jump, slide, and avoid danger as he makes his way through a series of challenging levels.', 'https://img.gamemonetize.com/ek5dmvtn1jhel2opck9vpcx3dmsvvbhx/512x384.jpg', 'https://html5.gamemonetize.com/ek5dmvtn1jhel2opck9vpcx3dmsvvbhx/', '0', 'Clicker', 0, 0, '', 'skibidi-jump-adventure'), (2163, 'Skibidi Toilet Moto Bike Racing', 'Skibidi Toilet Moto Bike Racing with a cool bike racing Skibidi Toilet. Toilet vehicle based game with racing modifications for drag bike lovers. In this game, there are several types of toilet that you can play to ride the reckless Skibidi Toilet. Driving a drag toilet racing vehicle is a thrilling experience that is hard to forget. With the Skibidi Toilet Moto Bike Racing game, you will get a large collection of drag toilet racer. Games that you can download for free that have an additional collection of drag bikes make playing the game exciting.', 'https://img.gamemonetize.com/n1ge69ixkkk1ovl8cp8gvsm1b6sdxltv/512x384.jpg', 'https://html5.gamemonetize.com/n1ge69ixkkk1ovl8cp8gvsm1b6sdxltv/', '0', 'Racing', 0, 0, '', 'skibidi-toilet-moto-bike-racing'), (2164, 'Skibidi Toilet Geometry Rash', 'The objective of Skibidi Toilet Geometry Rash is to guide your chosen character through a series of geometry-based obstacles, cunningly designed to test players reflexes and problem-solving skills. Jump, slide, and dash your way through an array of creatively designed levels. Jump in and start playing now!', 'https://img.gamemonetize.com/eckse54kyphdhxlj2tnd7yq3xtp4pbo4/512x384.jpg', 'https://html5.gamemonetize.com/eckse54kyphdhxlj2tnd7yq3xtp4pbo4/', '0', 'Arcade', 0, 0, '', 'skibidi-toilet-geometry-rash'), (2165, 'Epic Skibidi Toilet Clash part 1', 'Epic Skibidi Toilet Clash part 1 is the first story of galactic superhero to fight skibidi toilet in space. This war is so epic and no one can match this skibidi toilet epic war!', 'https://img.gamemonetize.com/8wtom8jhlcwh16l3a2q1bzv20uvra2pq/512x384.jpg', 'https://html5.gamemonetize.com/8wtom8jhlcwh16l3a2q1bzv20uvra2pq/', '0', 'Adventure', 0, 0, '', 'epic-skibidi-toilet-clash-part-'), (2166, 'Monster Girls Summer Vacation', 'The girls from Monster High school are having fun during their summer vacation. They walk through boutiques in search of clothes and accessories for the upcoming vacation. Help the girls to put on makeup and pick the right hairstyles that match with their summer theme makeup! In the boutiques, you will be the fashion stylist to help each one of the girls to choose stylish summer dresses, skirts, shorts and tops for the beach parties. Do not forget to complement the summer look with accessories - handbags, hats, glasses. Enjoy the summer with the Monster School girls by playing the Monster Girls on Summer Vacation at', 'https://img.gamemonetize.com/ql88cg8gg2soh1y562tpj20igc08tfeh/512x384.jpg', 'https://html5.gamemonetize.com/ql88cg8gg2soh1y562tpj20igc08tfeh/', '0', 'Girls', 0, 0, '', 'monster-girls-summer-vacation'), (2167, 'Car Stunts Challenge', 'Play the heavy track rear wheel car drifting cars offering large range of drifting powers and sharpen you in various driving &amp; racing skills in this fine real stunt drift simulator. Experience the new games play of off road games car, drive Prado on tricky tracks and enjoy the fun of Car parking on mountains. space, and difficult sky impossible tracks.', 'https://img.gamemonetize.com/nh7kkel92tikrtps3f376u23ourhesxg/512x384.jpg', 'https://html5.gamemonetize.com/nh7kkel92tikrtps3f376u23ourhesxg/', '0', 'Racing', 0, 0, '', 'car-stunts-challenge'), (2168, 'Crossword Kingdom', 'Crossword Kingdom is a challenging vocabulary game where you fill in words in the given crossword puzzle. You can form any meaningful word by connecting letters. Extra meaningful words will give you an extra score. Check your spelling and vocabulary skills and learn new words while playing with the alphabet letters.', 'https://img.gamemonetize.com/phfi8n3p1nz1zehem6dmzqieuklzyjls/512x384.jpg', 'https://html5.gamemonetize.com/phfi8n3p1nz1zehem6dmzqieuklzyjls/', '0', 'Puzzles', 0, 0, '', 'crossword-kingdom'), (2169, 'Maze Love Balls', 'Are you seeking a stimulating puzzle game to challenge your cognitive prowess and unleash your imagination? Look no further than Love Balls Maze! This extraordinary game is designed to put your skills to the test. Your objective is simple yet deceivingly difficult: help two balls reunite. However, be prepared to encounter a myriad of obstacles at each level that impede the balls progress. Successfully guiding them toward each other calls for resourcefulness and ingenious problem-solving. Its time to showcase your aptitude for puzzle-solving to the world. Get ready to embark on this exciting journey with Maze Love Balls!', 'https://img.gamemonetize.com/quy3uokbhnnrxpqu5iczp6xqkun5tytl/512x384.jpg', 'https://html5.gamemonetize.com/quy3uokbhnnrxpqu5iczp6xqkun5tytl/', '0', 'Hypercasual', 0, 0, '', 'maze-love-balls'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (2170, 'BMX Boy Online', 'Accelerate, soar through the air, and execute a variety of impressive maneuvers while ensuring a safe landing. BMX Boy Online offers a remarkable blend of simplicity and captivating gameplay. The mechanics are straightforward - simply amplify your speed and leap over hurdles on the track to accumulate as many points as possible. Utilize the two on-screen buttons (the right button for acceleration and the other for jumping) to navigate through the course. Unleash your flair by performing dazzling stunts mid-air for additional points. The primary objective remains consistent: masterfully maneuver your way through obstacles, enjoy!', 'https://img.gamemonetize.com/lzhya6ep5ilwwkj5ho7mokm43ftzdbxv/512x384.jpg', 'https://html5.gamemonetize.com/lzhya6ep5ilwwkj5ho7mokm43ftzdbxv/', '0', 'Racing', 0, 0, '', 'bmx-boy-online'), (2171, 'Save My Skibidi', 'Pets Sever is game which you will like for sure its a game of puzzles kind. The game goal is to drew a box that had your pet from getting attacked by bees each level is harder than the one before of it.', 'https://img.gamemonetize.com/h3578tixzxp7c7k6lgezgh3wcl5s4nt3/512x384.jpg', 'https://html5.gamemonetize.com/h3578tixzxp7c7k6lgezgh3wcl5s4nt3/', '0', 'Puzzles', 0, 0, '', 'save-my-skibidi'), (2172, 'Archery World Tour Game', 'Use your mouse to aim and fire your bow. Hold your left mouse button to draw, and release to fire. The crosshairs will slowly follow your cursor as you move your mouse. In most levels, youll need to pay attention to the wind speed and direction if you want to hit the bullseye.', 'https://img.gamemonetize.com/qzlrdm6ysgu6q79fl2z3g572839q9fmt/512x384.jpg', 'https://html5.gamemonetize.com/qzlrdm6ysgu6q79fl2z3g572839q9fmt/', '0', 'Puzzles', 0, 0, '', 'archery-world-tour-game'), (2173, 'Plane Shooter', 'Prepare for thrilling aerial combat in our action-packed Plane Shooter game! Take control of a powerful fighter plane as you navigate through intense enemy territory, engaging in epic dogfights and dodging enemy fire. Test your skills and reflexes as you shoot down waves of enemies and boss planes in a visually stunning, fast-paced experience.', 'https://img.gamemonetize.com/9au6hds7l82msv86cxnmhn57heuc3udd/512x384.jpg', 'https://html5.gamemonetize.com/9au6hds7l82msv86cxnmhn57heuc3udd/', '0', 'Shooting', 0, 0, '', 'plane-shooter'), (2174, 'Gun Run! Gun Sprint', 'Flip the gun and move forward to reach the goal! When you tap the screen, the gun will shoot and flip forward or backward! Focus on the tap timing, shoot the enemies, and get high score! If the gun fly high, it will be hard to control.', 'https://img.gamemonetize.com/67h1zmfqpw4my22n7s5kz0j6c4087uh0/512x384.jpg', 'https://html5.gamemonetize.com/67h1zmfqpw4my22n7s5kz0j6c4087uh0/', '0', 'Shooting', 0, 0, '', 'gun-run---gun-sprint'), (2175, 'Cats Picnic', 'Cats Picnic Link is a Match 3 Puzzle Game. it is an exciting challenging game for gamers of all age. It is cheerful fun game. very easy to learn. By connecting three or more similar Fish items, you can assist the cats in enjoying a picnic. You can quickly empty the board by matching various Fish. Your score increases if you match more items.', 'https://img.gamemonetize.com/tdcti1b06p3yxdefy7fnp3ldx02z7f14/512x384.jpg', 'https://html5.gamemonetize.com/tdcti1b06p3yxdefy7fnp3ldx02z7f14/', '0', 'Puzzles', 0, 0, '', 'cats-picnic'), (2176, 'Skibidi Coloring', 'The danger is coming and the enemys weapons are aimed at you, watch your path, and avoid danger. You are a master of evasion. Of course, we are not easy to bully! Strike back quickly and let the bullets fly. Kill all enemies. How many levels can you get through?', 'https://img.gamemonetize.com/n04wrmo9woey1ejcr1o1c28xzooiuonz/512x384.jpg', 'https://html5.gamemonetize.com/n04wrmo9woey1ejcr1o1c28xzooiuonz/', '0', 'Clicker', 0, 0, '', 'skibidi--coloring'), (2177, 'Skibidi Jumping', 'Cube Jumping is a 3D Game that you absolutely like. the game aimes to test your reaction speed by making mutliple platforms moving to left and right and you job is to click each time that there is a platform infront of your cub.', 'https://img.gamemonetize.com/33ek6qw5gbnqpi7mtkcgykgjcklbi4r7/512x384.jpg', 'https://html5.gamemonetize.com/33ek6qw5gbnqpi7mtkcgykgjcklbi4r7/', '0', 'Clicker', 0, 0, '', 'skibidi-jumping'), (2178, 'Train subway surfers', 'Introducing Train Surfers - The Ultimate Subway Running Game! Embark on an adrenaline-fueled adventure with Train Surfers, a heart-pounding runner game that will immerse you in the fast-paced world of subway surfing. Jump into a thrilling experience that blends the excitement of subway escapades with the captivating allure of endless running. Get ready to dash, dodge, and surf your way through the bustling cityscape as you aim to set new records and become the ultimate subway surfer!', 'https://img.gamemonetize.com/nnaxxq7w2nt83q6k2qjd60ae1tavjtw3/512x384.jpg', 'https://html5.gamemonetize.com/nnaxxq7w2nt83q6k2qjd60ae1tavjtw3/', '0', 'Racing', 0, 0, '', 'train-subway-surfers'), (2179, 'Jewel Match Deluxe', 'Journey through a whimsical world of jewels with this match 3 puzzle game. Match colorful gems to level up with classic gameplay challenges. -Create longer match combinations to earn extra points! -Unlock special jewels! -Beat your highest score!', 'https://img.gamemonetize.com/znvnwuolwor8izt2tvt21s4v1jtep9id/512x384.jpg', 'https://html5.gamemonetize.com/znvnwuolwor8izt2tvt21s4v1jtep9id/', '0', 'Puzzles', 0, 0, '', 'jewel-match-deluxe'), (2180, 'Skibidi Toilet Video Call', 'Skibidi Toilet video call is a simple app for you to make a fake call video with the infamous Skibidi Toilet and chat live with him. Skibidi Toilet will accompany your days in your free time when you feel lonely and bored then entertain yourself with video calls from your idol Skibidi. Enjoy calling your favorite Skibidi Toilet and talking with him in all fun ways. Skibidi Toilet video call is always a prank app for everyone! Skibidi Toilet has something to tell you, will you pick up the phone?', 'https://img.gamemonetize.com/1nxuc5rt3wo9nzkvquvu618dbamlnzk9/512x384.jpg', 'https://html5.gamemonetize.com/1nxuc5rt3wo9nzkvquvu618dbamlnzk9/', '0', 'Puzzles', 0, 0, '', 'skibidi-toilet-video-call'), (2181, 'Messi New Challenge', 'Messi makes the move to a new Continent and new challenges await. Participate in the excitement and go through numerous goal scoring and skill testing levels and earn trophies too.', 'https://img.gamemonetize.com/8m3ox950lsb3vxarbxdfuwlnftq41i3p/512x384.jpg', 'https://html5.gamemonetize.com/8m3ox950lsb3vxarbxdfuwlnftq41i3p/', '0', 'Sports', 0, 0, '', 'messi-new-challenge'), (2182, 'Popcorn Time Game', 'Popcorn Time is an interesting puzzle game. Whether you are watching any kind of movie, you could not miss popcorn. How lucky, you have got a popcorn-making machine. It will make popcorn constantly when you press the mouse. You need to complete all levels to get them. Pop the popcorn to the target line. Dont let the popcorn fall to the ground. There are so many challenges waiting for you.', 'https://img.gamemonetize.com/u14lq7dtklk7qdvtaj93tvt5jticsko1/512x384.jpg', 'https://html5.gamemonetize.com/u14lq7dtklk7qdvtaj93tvt5jticsko1/', '0', 'Sports', 0, 0, '', 'popcorn-time-game'), (2183, 'Traffic Ride Skibidi Toilet', 'In the bustling metropolis of Trafficville, a thrilling and high-octane rivalry has emerged on the busy streets. Enter the world of Traffic Ride Motorcycle, where fearless riders steer their powerful motorcycles through the chaotic urban landscape, maneuvering through gridlocked traffic with unmatched finesse and agility. These skilled riders form an elite group committed to showcasing their prowess in navigating through the citys congested thoroughfares.', 'https://img.gamemonetize.com/mpi6dgs0z3zzfbf0m40qckwdn1yt1beh/512x384.jpg', 'https://html5.gamemonetize.com/mpi6dgs0z3zzfbf0m40qckwdn1yt1beh/', '0', 'Racing', 0, 0, '', 'traffic-ride-skibidi-toilet'), (2184, 'Draw Pen Rush', 'Draw Pen Rush is a fun and exciting parkour game. Players control a robot to compete in parkour races, avoiding obstacles and collecting various parts to enhance their abilities and turn into big robots. The game is played in portrait mode, allowing players to see further down the track and prepare to avoid traps. Help the robot defeat the ultimate brain.', 'https://img.gamemonetize.com/qbrhatbgvznrc319t64rwb90deypp9n4/512x384.jpg', 'https://html5.gamemonetize.com/qbrhatbgvznrc319t64rwb90deypp9n4/', '0', 'Arcade', 0, 0, '', 'draw-pen-rush'), (2185, 'AQUA PANG', 'Fun in your hand ~ Aqua Pang! In a beautiful and peaceful Aqualand, One day land animals started taking our friends! Lets go to the Aqualand with your friends to protect it~ [Game Features] - You can easily enjoy the game with one hand. - You can play strategically, using the skills suitable for you. - Various 200 stages!', 'https://img.gamemonetize.com/42h0h58sbqn83om03ytcapkt70umpy23/512x384.jpg', 'https://html5.gamemonetize.com/42h0h58sbqn83om03ytcapkt70umpy23/', '0', 'Puzzles', 0, 0, '', 'aqua-pang'), (2186, 'Cut The Buttons', 'Cut The Buttons is a creative puzzle game that challenges logic and trains the brain. With stunning graphics and simple controls, its a highly engaging puzzle game that appeals to players of all ages.', 'https://img.gamemonetize.com/vw8bx99tx4dt410ss2f8hgn999uzsqzn/512x384.jpg', 'https://html5.gamemonetize.com/vw8bx99tx4dt410ss2f8hgn999uzsqzn/', '0', 'Puzzles', 0, 0, '', 'cut-the-buttons'), (2187, 'Mini Stilts', 'Mini Stills is a retro-style game where you guide a blob character to his goal: A delicious candy! Use the blob stilts to help him to surpass obstacles and evade enemies to advance between all levels.', 'https://img.gamemonetize.com/mpodl0nk01rk4k2tckka7nf2mgz3mj9x/512x384.jpg', 'https://html5.gamemonetize.com/mpodl0nk01rk4k2tckka7nf2mgz3mj9x/', '0', 'Arcade', 0, 0, '', 'mini-stilts'), (2188, 'Surprise Doll Dress Up', 'Attention to all blind box enthusiasts! Have you ever considered indulging in a thrilling Doll Collecting Game? Immerse yourself in the excitement as you unveil surprise blind boxes, acquire your very own virtual dolls, and engage in delightful playtime with them! Get ready to immerse yourself in sheer amusement! lol', 'https://img.gamemonetize.com/knav2n3g7i6rz021fm343twzw7yd8n8m/512x384.jpg', 'https://html5.gamemonetize.com/knav2n3g7i6rz021fm343twzw7yd8n8m/', '0', 'Girls', 0, 0, '', 'surprise-doll-dress-up'), (2189, 'Candy House Cleaning', 'Have you ever wondered what it would be like to clean a house made entirely out of candy? Well, we present you with the opportunity to do so. First, start by picking out the trash that is lying on the floor. Pick up the toys spread all over the place and put them back in their designated spot. Next, use the cleaning solution to scrub the walls, and don&rsquo;t forget to vacuum.', 'https://img.gamemonetize.com/mah59bzx6opw3of7xd2sklc0npxtkj1a/512x384.jpg', 'https://html5.gamemonetize.com/mah59bzx6opw3of7xd2sklc0npxtkj1a/', '0', 'Girls', 0, 0, '', 'candy-house-cleaning'), (2190, 'Jungle Adventures', 'Let the monkey jump! The more the monkey will jump, the more bananas he will collect. Jungle Adventure is a fun game to play with it&rsquo;s graphics and sounds. Play attention to the monkey while he jumps. Do not let him fall. Use your keyboard to play the game if you are playing with your computer.', 'https://img.gamemonetize.com/8jimnb4cw0j2t3petlfv2dhb09j88tqy/512x384.jpg', 'https://html5.gamemonetize.com/8jimnb4cw0j2t3petlfv2dhb09j88tqy/', '0', 'Clicker', 0, 0, '', 'jungle-adventures'), (2191, 'Vlinder Doll Dress Up', 'Vlinder Girl Dress Up is a design-your-own dress up game where Vlinder Doll is your personal fashion avatar creator and self-emoji maker. Create your own avatar facial expressions with various skin tones, eye colors, hairstyles, hair colors and more. Share your memories on social apps and get more likes!', 'https://img.gamemonetize.com/3q9g9wss5hbt2k5wfi42huhqsr4j5ki3/512x384.jpg', 'https://html5.gamemonetize.com/3q9g9wss5hbt2k5wfi42huhqsr4j5ki3/', '0', 'Hypercasual', 0, 0, '', 'vlinder-doll-dress-up'), (2192, 'MC Flappy Steve ', 'This game is a flappy game where you can live the most important and most beautiful memories of your life, you will never be bored and you will really have fun, I wish you a good game', 'https://img.gamemonetize.com/qja29juhi44vzafimglrq8z9c3wy2j6h/512x384.jpg', 'https://html5.gamemonetize.com/qja29juhi44vzafimglrq8z9c3wy2j6h/', '0', 'Hypercasual', 0, 0, '', 'mc-flappy-steve-'), (2193, 'Animals Clicker', 'Animals Clicker is a clicker with lots of cards with cute animals and pets. Click on the cards to unlock new animals and unlock new levels. Get more coins and upgrade clicks, cashback timer and cashback limit and get bonus rewards. There are 30 different animals waiting for you in the game. The game has nice music with amazing graphics will not let you get bored.', 'https://img.gamemonetize.com/0pndbc5uyqpcwoqw8lg60voqylucd4bu/512x384.jpg', 'https://html5.gamemonetize.com/0pndbc5uyqpcwoqw8lg60voqylucd4bu/', '0', 'Girls', 0, 0, '', 'animals-clicker'), (2194, 'Fall Race 3D Game', 'Fall-Race-3D is an exciting arcade running game. You will race with other stickmen. Dont fall off the platforms. You must win the first title. For arriving at the other platforms, you must speed up or use Paraglider. Keep running until the end.', 'https://img.gamemonetize.com/109l1miiywe4g2iktt5k4saofb5gdczn/512x384.jpg', 'https://html5.gamemonetize.com/109l1miiywe4g2iktt5k4saofb5gdczn/', '0', 'Girls', 0, 0, '', 'fall-race-d-game'), (2195, 'Maze Mania', 'Maze Mania is a thrilling puzzle game with twists and turns. Race against the clock to find a path from the entrance to the exit before time runs out. Can you solve 8 puzzles and emerge victorious? Give it your best shot!', 'https://img.gamemonetize.com/gwwndd9goj7waf9vyqjgpwmx6rjj1kc4/512x384.jpg', 'https://html5.gamemonetize.com/gwwndd9goj7waf9vyqjgpwmx6rjj1kc4/', '0', 'Puzzles', 0, 0, '', 'maze-mania'), (2196, 'draw lines.io', 'draw lines.io is a classic and challenging puzzle game. Your goal is to connect all the dots using horizontal and vertical connections close together and without overlapping. It is not necessary to follow a specific order or correct path to solve the puzzle, just that all the points are connected. The difficulty increases with each level.', 'https://img.gamemonetize.com/c9mw59zzrbnc1zdmcbcxypmfqlqxiueq/512x384.jpg', 'https://html5.gamemonetize.com/c9mw59zzrbnc1zdmcbcxypmfqlqxiueq/', '0', 'Puzzles', 0, 0, '', 'draw-linesio'), (2197, 'Lazy Jump Online', 'Slide, stumble, flip and flail your way through endless levels in this physics-based puzzle game. When your character has all the strength and coordination of a wet rag, you&rsquo;ll need really quick thinking and a firm grasp of the laws of physics to get them to complete even the simplest of tasks. Add to that a smattering of fiendish obstacles and unexpected mechanics, and it&rsquo;ll take all of your wits.', 'https://img.gamemonetize.com/npycpi1rn91379sihu4cbzsvvn5oosjy/512x384.jpg', 'https://html5.gamemonetize.com/npycpi1rn91379sihu4cbzsvvn5oosjy/', '0', 'Arcade', 0, 0, '', 'lazy-jump-online'), (2198, 'Merge Master Skibidi Bop', 'Discover the fantasy world of skibidi monsters in the Merge Master: Skibidi Bop! Merge your terrible monsters, make them evolve and have the most powerful army. You need to use your tactics and your brain to combine monsters and fight the skibidi toilet! You need to evolve your monsters quickly and have a strong army! If you want to win this battle, you need to evolve your monster quickly to get a huge army! Come on!', 'https://img.gamemonetize.com/7cno37tfianlivq29hanilqqtqak2ghv/512x384.jpg', 'https://html5.gamemonetize.com/7cno37tfianlivq29hanilqqtqak2ghv/', '0', 'Boys', 0, 0, '', 'merge-master-skibidi-bop'), (2199, 'Funny Virtual Pet', 'Have you ever thought about taking care of a marmot in your daily life? Meet the grumpiest and funniest marmot you could ever meet! Have fun pranking Mister Grumpy, play funny games to annoy and disturb him, but dont forget to take care of your marmot every day! Take care of Mister Grumpy daily, feed him, bathe and put him to sleep! But of course, wake him up in the funniest and most annoying way possible, hell hate it and tell you to go away! Also have fun remodeling your house and customizing his appearance, putting on hats, ties and many other accessories.', 'https://img.gamemonetize.com/icih1bytjtfoq1m7z87y2criw8ovqhby/512x384.jpg', 'https://html5.gamemonetize.com/icih1bytjtfoq1m7z87y2criw8ovqhby/', '0', 'Girls', 0, 0, '', 'funny-virtual-pet'), (2200, 'Basket Goal 1', 'Attention basketball and puzzle fans! Here is a game tailor-made for you - Basket Goal! In this game, you can unleash your basketball skills, shoot the ball into the basket, and feel the joy of victory.', 'https://img.gamemonetize.com/0eewki6edwqultsud1l2fagusqe0eq66/512x384.jpg', 'https://html5.gamemonetize.com/0eewki6edwqultsud1l2fagusqe0eq66/', '0', 'Puzzles', 0, 0, '', 'basket-goal-'), (2201, 'Bicycle Rush 3D', 'Here is a bicycle riding racing arcade game that is made from 3D cartoon game art animation. In normal racing mode, you can crash other AI riders and win first place. In Challenge mode, you need to avoid all obstacles and arrive at the finish line. Have a good time in the first-person view!', 'https://img.gamemonetize.com/wox48iadsukskgrs1fk9i5o2hxwm5azg/512x384.jpg', 'https://html5.gamemonetize.com/wox48iadsukskgrs1fk9i5o2hxwm5azg/', '0', 'Action', 0, 0, '', 'bicycle-rush-d'), (2202, 'Afroman Dinofriends', 'Join Afroman and his Dinofriends on an exciting platform adventure in this coin-collecting game! Explore mesmerizing landscapes, overcome tricky obstacles, and gather as many coins as you can. Unleash the power of your dragon companions, customize their appearance, and compete for the highest scores. Embark on an epic journey filled with fun, challenges, and treasures in Afroman Dinofriends!', 'https://img.gamemonetize.com/7e7jyqx6255yd4jtyq25f7d5c1ypi8n0/512x384.jpg', 'https://html5.gamemonetize.com/7e7jyqx6255yd4jtyq25f7d5c1ypi8n0/', '0', 'Adventure', 0, 0, '', 'afroman-dinofriends'), (2203, 'Skibidi Toilet Memory Challenge', 'Introducing the Skibidi Toilet Memory Challenge &ndash; the ultimate and super fun memory game designed especially for kids! Get ready to embark on an exciting memory journey that will keep young minds engaged and entertained for hours on end. Best of all, its completely free to play! In this delightful game, children are invited to join the lovable character, Skibidi, on a thrilling memory adventure. Dive into the whimsical world of Skibidi and his toilet memories today!', 'https://img.gamemonetize.com/iqpt2ke67wlfzud2tok0otklryuqxk4r/512x384.jpg', 'https://html5.gamemonetize.com/iqpt2ke67wlfzud2tok0otklryuqxk4r/', '0', 'Puzzles', 0, 0, '', 'skibidi-toilet-memory-challenge'), (2204, 'My Best FF Outfits', 'Welcome to the My Best FF Outfits. Princesses Anna, Elsa, Snowwhite, and Ariel are more font FF game. They always love to wear the FF costumes and accessories. So they planned to try FF outfits. Join and help the girls to pick a suitable outfit for each one of them. Try to choose unique costumes and hairstyles. Play and have fun!', 'https://img.gamemonetize.com/1wentwjmbjdw7tou5ydsxvip1ug3avhw/512x384.jpg', 'https://html5.gamemonetize.com/1wentwjmbjdw7tou5ydsxvip1ug3avhw/', '0', 'Girls', 0, 0, '', 'my-best-ff-outfits'), (2205, 'Ballz Hit', 'In the captivating Ball Hit game,players are immersed in an exciting world where skill and precision meet fun and challenge. The objective is simple yet addictive: control a ball that must hit various objects, each adorned with a specific number. The ultimate goal is to destroy these objects by accurately colliding the ball with the corresponding numbers. As players progress through different levels, the games complexity increases, demanding precise timing and strategic thinking. They must carefully aim the ball and calculate the trajectory to hit the target numbers and achieve the highest score possible. With each successful des', 'https://img.gamemonetize.com/d21puuhjmay6kcurt2niziu8i7j0nrr1/512x384.jpg', 'https://html5.gamemonetize.com/d21puuhjmay6kcurt2niziu8i7j0nrr1/', '0', 'Arcade', 0, 0, '', 'ballz-hit'), (2206, 'Secret Agent 1', 'Secret Agent is a shooting puzzle game full of excitement and fun. You will play a secret agent and face various challenging tasks. There are various levels and difficulties in the game to ensure your gaming experience is long-lasting and fun. Come and challenge your skills and strategies and become the strongest agent!', 'https://img.gamemonetize.com/4p88k82f2ebc76ej1ghnc6dh541qy61w/512x384.jpg', 'https://html5.gamemonetize.com/4p88k82f2ebc76ej1ghnc6dh541qy61w/', '0', 'Puzzles', 0, 0, '', 'secret-agent-'), (2207, 'Ship Up', 'Ship Up is a minimalist spaceship game that will test your skills and reflexes. In this exciting game, you take control of a spacecraft that moves vertically through a challenging obstacle-filled environment.', 'https://img.gamemonetize.com/m9m7mvbnht6e1hr2asjix6y9g5blml6a/512x384.jpg', 'https://html5.gamemonetize.com/m9m7mvbnht6e1hr2asjix6y9g5blml6a/', '0', 'Hypercasual', 0, 0, '', 'ship-up'), (2208, 'Coloring Animales', 'Coloring Animales is fun and free coloring game suitable for all ages. Take some time and make an art by yourself .there is many deffrent characters you can color in our game which make it more fun.Have fun coloring.', 'https://img.gamemonetize.com/by7swr88z0dg955oemfl1i1737j13o45/512x384.jpg', 'https://html5.gamemonetize.com/by7swr88z0dg955oemfl1i1737j13o45/', '0', 'Girls', 0, 0, '', 'coloring-animales'), (2209, 'Time Witch', 'Time Witch is a puzzle platformer where you control a witch with the power to distort time to make elements in the level faster or slower. Use wisely that power to help the witch to evade enemies and surpass obstacles.', 'https://img.gamemonetize.com/ed2ywgpmol7o3lbo7lgzi6d8j28vro2j/512x384.jpg', 'https://html5.gamemonetize.com/ed2ywgpmol7o3lbo7lgzi6d8j28vro2j/', '0', 'Puzzles', 0, 0, '', 'time-witch'), (2210, 'Tank Napoleon', 'You are the commander of a tank brigade - collect unique tanks to your taste and go into battle! Liberate the lands of the Supreme Council from the rebellious forces. Battles of 12 by 12 tanks are waiting for you. Develop your battle strategy and get into the top of the best tankers.', 'https://img.gamemonetize.com/yt71j3xn3opwb6ablihy1nndq9rg3nsq/512x384.jpg', 'https://html5.gamemonetize.com/yt71j3xn3opwb6ablihy1nndq9rg3nsq/', '0', 'Shooting', 0, 0, '', 'tank-napoleon'), (2211, 'Sakura School Girl Yandere Simulator', 'Sakura School Girl Yandere Simulator is a fight simulator, where you have to fight all school girl in your school. Most fun to fight with your enemies. You finally find out who is steeper in all the school fights without rules. Please enjoy high school life in Japan. Addicting and interactive battle game Apply your strategy to win the great high school battle Be ready to meet furious girl in Yandere FEATURED: -20 exciting levels -hundred of character shown in game -Cool fighting mission each level', 'https://img.gamemonetize.com/e9t2cmcjznwp5rngpscfb70c5uo9dpli/512x384.jpg', 'https://html5.gamemonetize.com/e9t2cmcjznwp5rngpscfb70c5uo9dpli/', '0', 'Adventure', 0, 0, '', 'sakura-school-girl-yandere-simulator'), (2212, 'Car Racing 3D Drive Mad', 'Here is a car racing arcade game. You have a chance to control a car equiped with nitro system. You can collect the fuel to charge it. Try to defeat other AI players by avoiding obstacles and using nitro items. Have a good time!', 'https://img.gamemonetize.com/u92w5m8oarc9vrcbaya824qonh7lgij3/512x384.jpg', 'https://html5.gamemonetize.com/u92w5m8oarc9vrcbaya824qonh7lgij3/', '0', 'Action', 0, 0, '', 'car-racing-d-drive-mad'), (2213, 'Skibidi Toilet Friends', 'Are you ready for the adventure of two friends? Achieve victory with teamwork. You should move with your friend. You should support your friend. two toilet men need to reach the door. proceed in order. Reach the door in this fun for two. Watch out for moving obstacles. You must reach the door before you die. neither of you should die.', 'https://img.gamemonetize.com/jvgcmyn4aqpf23w7gmww6x8cdo9nzefi/512x384.jpg', 'https://html5.gamemonetize.com/jvgcmyn4aqpf23w7gmww6x8cdo9nzefi/', '0', 'Action', 0, 0, '', 'skibidi-toilet-friends'), (2214, 'Skibidi vs Noob &amp Cameraman', 'Two friends are running away from the monster. The toilet monster is chasing. Escape the toilet monster. toilet monster can kill you. collect all the gold. Collect the gold to open the portal. Jump over obstacles, go faster than some. run with your friend, dont stop. reach the portal. boiler.', 'https://img.gamemonetize.com/u1iivhtg4pg3nalkpqwo5jray0ku3g7r/512x384.jpg', 'https://html5.gamemonetize.com/u1iivhtg4pg3nalkpqwo5jray0ku3g7r/', '0', 'Arcade', 0, 0, '', 'skibidi-vs-noob-ampamp-cameraman'), (2215, 'Farm 2048', 'Merge the dropped cards to end up with the number 2048 and free up space for the next cards! Farm 2048 is a fun math puzzle game that will challenge your ability to use even numbers. Get more points to go to the next level and unlock the ability to cancel the wrong move.', 'https://img.gamemonetize.com/z0kifnazesu2oe1jonuc6v5g13h0g4xv/512x384.jpg', 'https://html5.gamemonetize.com/z0kifnazesu2oe1jonuc6v5g13h0g4xv/', '0', 'Puzzles', 0, 0, '', 'farm-'), (2216, 'Roll Ball Puzzle', 'The Roll Ball Puzzle is a challenging and entertaining game that requires strategic thinking and problem-solving skills. The objective is to maneuver a small ball through a maze or series of obstacles by tilting the game board or using controls to guide the ball towards its goal. Players must carefully plan each move to avoid falling into traps or dead ends while aiming to reach the destination in the least number of moves possible. With its addictive nature and varying levels of difficulty, the Roll Ball Puzzle offers a fun and engaging experience for players of all ages.', 'https://img.gamemonetize.com/w9vu5k0gptmvie77fnqosvsax5zacqbm/512x384.jpg', 'https://html5.gamemonetize.com/w9vu5k0gptmvie77fnqosvsax5zacqbm/', '0', 'Puzzles', 0, 0, '', 'roll-ball-puzzle'), (2217, 'Barbiecore', 'How about a new fashion trend? Hot pink and bubblegum are on the rise, but in this cute doll dress-up game, its all about sweet girl Ellie! Pink is her favorite color and Barbiecore is her favorite aesthetics, you know what you have to do next. Create cute casual and sporty chic looks while playing this free-to-play dress-up game for girls called Barbiecore!', 'https://img.gamemonetize.com/2gx8iupbt9ed1lnf3bhziy957j6jqi63/512x384.jpg', 'https://html5.gamemonetize.com/2gx8iupbt9ed1lnf3bhziy957j6jqi63/', '0', 'Girls', 0, 0, '', 'barbiecore'), (2218, 'Skibidi And The Pumpkin', 'Hey Mr. Pumpkin you need to escape from the Skibidi Toilet! Try to resit the more you can and complete all 20 Levels! Enjoy this summer season with this great trend game!', 'https://img.gamemonetize.com/fyu3dymni8ou08mmqqy9nn50etojouhi/512x384.jpg', 'https://html5.gamemonetize.com/fyu3dymni8ou08mmqqy9nn50etojouhi/', '0', 'Hypercasual', 0, 0, '', 'skibidi-and-the-pumpkin'), (2219, 'Fashion New Car', 'Barbara wants to replace her old car, can you help her? First, help Barbara drive her car and collect coins in the street. Look out! You need to avoid obstacles on the way! When we get enough coins, we can go to the automobile 4S store to buy a new car, dont forget to decorate the car to make it look more beautiful!', 'https://img.gamemonetize.com/14neegmb2ikohovlo56wqwa80ie9bb3p/512x384.jpg', 'https://html5.gamemonetize.com/14neegmb2ikohovlo56wqwa80ie9bb3p/', '0', 'Girls', 0, 0, '', 'fashion-new-car'), (2220, 'Cyborg Runner', 'Run as fast as you can! Avoid obstacles, monster and collect batteries of defense systems. You can find defense systems while running. The shield will protect you from some barriers and monsters. Good luck!', 'https://img.gamemonetize.com/mh9m7p1cul2hvk3614saal7ll5kboc9y/512x384.jpg', 'https://html5.gamemonetize.com/mh9m7p1cul2hvk3614saal7ll5kboc9y/', '0', 'Arcade', 0, 0, '', 'cyborg-runner'), (2221, 'Line 98 Classic', 'Line98 is a classic puzzle game that challenges your logic and strategy skills. The goal is to arrange balls of the same color in lines of five or more to clear the board and score points. You can move any ball to any empty cell, but you have to plan ahead and avoid filling up the board. Line98 is simple to play but hard to master. Can you beat your own high score? Every time you move a ball, three new balls will appear randomly on the board. The game ends when the board is full and there are no more moves possible!', 'https://img.gamemonetize.com/7tujnyv9n91pgrocaxdu0jsq17ctrij4/512x384.jpg', 'https://html5.gamemonetize.com/7tujnyv9n91pgrocaxdu0jsq17ctrij4/', '0', 'Puzzles', 0, 0, '', 'line--classic'), (2222, 'Snake Eats Apple', 'Snake Eats Apple is a fun online game where you control a snake and try to eat as many apples as possible. The objective of the game is to grow your snake by eating the apples, but be careful not to run into the walls or your own tail! The game gets more challenging as your snake grows longer, so make sure to plan your moves carefully. So, stay focused and try to beat your high score with each playthrough! Enjoy playing', 'https://img.gamemonetize.com/znd57xkipqdx5tj7nh5lhwcxgcbhm1kj/512x384.jpg', 'https://html5.gamemonetize.com/znd57xkipqdx5tj7nh5lhwcxgcbhm1kj/', '0', 'Arcade', 0, 0, '', 'snake-eats-apple'), (2223, 'Defend the Planet', 'In the vast universe, there are many unknown dangers, just today, the Earth is suffering from the impact of asteroids, partners, lets use space fighters to stop them and defend our planet!', 'https://img.gamemonetize.com/kxwa7wy554wr4k2hr01hpcka2si5rihc/512x384.jpg', 'https://html5.gamemonetize.com/kxwa7wy554wr4k2hr01hpcka2si5rihc/', '0', 'Shooting', 0, 0, '', 'defend-the-planet'), (2224, 'Obstacle Racing', 'Obstacle Racing is an exciting game that will put your skills to the test! Your mission is to overcome obstacles and earn money as you race endlessly through different themes. With five awesome themes to choose from, each with its own unique look and feel, you will never get bored. Use the money you earn to unlock themes and expand your racing experience. Can you conquer all the obstacles and become the ultimate champion? Jump, dodge, and race your way to victory in Obstacle Racing', 'https://img.gamemonetize.com/7n2owcvovcooopthz1j60ujr6i6y98d2/512x384.jpg', 'https://html5.gamemonetize.com/7n2owcvovcooopthz1j60ujr6i6y98d2/', '0', 'Racing', 0, 0, '', 'obstacle-racing'), (2225, 'Scribble World Platform Puzzle Game', 'Scribble World Platform Puzzle is a free online platform jumping game. It provides players with a sense of satisfaction as they overcome each challenge. The games art style utilizes unique hand-drawn graphics. The game features many levels, each with unique obstacles and puzzles. It provides players with a sense of satisfaction as they overcome each challenge. Start the game now, and help the character get home!', 'https://img.gamemonetize.com/qxbeq7wqopxqweqr3v8pfmtejfw12egy/512x384.jpg', 'https://html5.gamemonetize.com/qxbeq7wqopxqweqr3v8pfmtejfw12egy/', '0', 'Puzzles', 0, 0, '', 'scribble-world-platform-puzzle-game'), (2226, 'Royal Couple Wedding Preparation', 'There are three couples, Zoe and Kris, Rebecca and Flynn, Adella and Eric, they are all getting married and doing the preparations for the wedding. Which couple are your favourite? Join the couple and help them start the preparations now! Help your favourite couple to create the most wonderful wedding!', 'https://img.gamemonetize.com/kddn71t3nw5kmk4fp6laa3ovubupqf3w/512x384.jpg', 'https://html5.gamemonetize.com/kddn71t3nw5kmk4fp6laa3ovubupqf3w/', '0', 'Girls', 0, 0, '', 'royal-couple-wedding-preparation'), (2227, 'Pest Control', 'Pest Control is a thrilling and action-packed game where players become fearless exterminators on a mission to save the city from a relentless insect invasion. Armed with an array of powerful bug-blasting weapons, players must navigate through challenging levels, strategically shooting down hordes of creepy crawlies. Players earn rewards and unlock upgrades with each victory to strengthen their arsenal and combat new, formidable bug species. The games immersive graphics and dynamic gameplay create an adrenaline-pumping experience that keeps players engaged as they face off against swarms of pests in a race against time to safeguard the city.', 'https://img.gamemonetize.com/mj4z1z6s22g42knn6ux06la1r7rzwdei/512x384.jpg', 'https://html5.gamemonetize.com/mj4z1z6s22g42knn6ux06la1r7rzwdei/', '0', 'Arcade', 0, 0, '', 'pest-control'), (2228, 'Goal Quest', 'Experience the fusion of sports and puzzle-solving in this captivating 2D soccer ball game. Break through cube stone obstacles by simply touching them, clearing your path to the goal. But it&rsquo;s not just about scoring; you must also collect three stars scattered throughout each level to unlock new challenges. Navigate intricate mazes, utilize physics, and explore visually stunning environments as you strive to become the ultimate soccer ball champion. Are you ready for an adventure filled with excitement, discovery, and a touch of soccer magic?', 'https://img.gamemonetize.com/4gfskfmycte9r79aaz1umeaj9lmyjkvh/512x384.jpg', 'https://html5.gamemonetize.com/4gfskfmycte9r79aaz1umeaj9lmyjkvh/', '0', 'Sports', 0, 0, '', 'goal-quest'), (2229, 'Skibidi Toilet Rush', 'Skibidi Toilet Rush is a fun online game that you can play for free. No download needed to play it. The aim of the game is to go all the way to the finish line. Avoid obstacles on the way and kill the enemies before they kill you. Start playing and have fun.', 'https://img.gamemonetize.com/c0juvuf7w31kjh9vkcj3muy9e3qdxby0/512x384.jpg', 'https://html5.gamemonetize.com/c0juvuf7w31kjh9vkcj3muy9e3qdxby0/', '0', 'Arcade', 0, 0, '', 'skibidi-toilet-rush'), (2230, 'Millionaire Kids Game', 'Millionaire Kids Game is an exciting question and answer game that brings all the excitement of the famous TV show right to your fingertips. Get ready to test your general knowledge in a thrilling competition against the clock. The game offers a challenging and fun experience where you can feel like a real participant of the show.', 'https://img.gamemonetize.com/oae403fgqt2efa5qq250wmwy6wxv5qid/512x384.jpg', 'https://html5.gamemonetize.com/oae403fgqt2efa5qq250wmwy6wxv5qid/', '0', 'Puzzles', 0, 0, '', 'millionaire-kids-game'), (2231, 'Skibidi Toilet Attack', 'Skibidi Toilet Attack is a thrilling and addictive casual online shooter game that promises hours of entertainment for players of all ages. With its simple yet engaging gameplay, the game allows players to immerse themselves in a fast-paced shooting experience while trying to survive against waves of enemies in various challenging levels. As an action-packed free online game, Skibidi Toilet Attack offers a unique and amusing concept that is perfect for those seeking fun games that can be played directly in their favorite web browser. Website Developer <a href=\'https://kiz10.com\'>https://kiz10.com</a>', 'https://img.gamemonetize.com/r4c7bg2psgoq3xj3vsed965dli6hm3ue/512x384.jpg', 'https://html5.gamemonetize.com/r4c7bg2psgoq3xj3vsed965dli6hm3ue/', '0', 'Clicker', 0, 0, '', 'skibidi-toilet-attack'), (2232, 'Skibidi Flappy Poppy', 'Get ready for an exhilarating gaming experience with Skibidi Toilet game series! Step into the shoes of the beloved character Skibidi Toilet as you play through a high-stakes game inspired by the super series Flappy Bird in poppy style. Are you able to avoid all pipes and try to collect all medals? Enjoy this great game!', 'https://img.gamemonetize.com/fqbwaar44gcqnk3u9d21kornuujbge4j/512x384.jpg', 'https://html5.gamemonetize.com/fqbwaar44gcqnk3u9d21kornuujbge4j/', '0', 'Shooting', 0, 0, '', 'skibidi-flappy-poppy'), (2233, 'Stunt Tracks', 'Speed Mode and Challenge Mode. In Speed Mode, you will push your F1 car to the limits in adrenaline-fueled races to achieve the best lap time. Challenge Mode presents a series of difficult levels, calling you to overcome obstacles, collect coins, and use your tactics to reach the goals. As you progress in the game and achieve success, you will unlock the opportunity to obtain new cars. Each car will have unique features that enhance your racing experience. With stunning visuals and captivating sound effects, this game immerses you in a real racing experience. Fast reflexes, sharp turns, and tactical skills will be the keys to victory. As you', 'https://img.gamemonetize.com/54vemb7467r43pl46m9pkx1t2xa12m8a/512x384.jpg', 'https://html5.gamemonetize.com/54vemb7467r43pl46m9pkx1t2xa12m8a/', '0', 'Racing', 0, 0, '', 'stunt-tracks'), (2234, 'Robo Running 3D', 'Run with an ink man who does parkour. He holds a magical pen that can turn your drawings into real objects, such as boats, weapons, or even swim rings. But you must collect ink because without it, the pen will lose its magical power. Your ultimate goal is to overcome all obstacles and win the final Boss battle.', 'https://img.gamemonetize.com/k353r7i70su81n9px0spde5ayi6m6yjb/512x384.jpg', 'https://html5.gamemonetize.com/k353r7i70su81n9px0spde5ayi6m6yjb/', '0', 'Arcade', 0, 0, '', 'robo-running-d'), (2235, 'Mega Ramp Stunt Moto Game', 'Mega Ramp Stunt Moto is an interesting driving game. You will keep a tight rein on a motorcycle on an aerial platform and exhibit your mesmerizing driving stunts. In the process, you will encounter different obstacles. There are some acceleration items you can use in the game. You can make the best use of them to leave other players far behind.', 'https://img.gamemonetize.com/w5htph4ggrpc9i2to5s44akd4sb44ifb/512x384.jpg', 'https://html5.gamemonetize.com/w5htph4ggrpc9i2to5s44akd4sb44ifb/', '0', 'Arcade', 0, 0, '', 'mega-ramp-stunt-moto-game'), (2236, 'Spaceship Destruction', 'Play the newest action shooter game Spaceship Destruction. The game has 7 different levels from easier to harder. The goal of the game is to destroy all the enemies who are attacking you, collecting energy items, bombs, shields, and more. Enjoy and have fun!', 'https://img.gamemonetize.com/g2e77ahalq8bmd3ued7ryp6m78lhfwrp/512x384.jpg', 'https://html5.gamemonetize.com/g2e77ahalq8bmd3ued7ryp6m78lhfwrp/', '0', 'Shooting', 0, 0, '', 'spaceship-destruction'), (2237, 'Mini Coins', 'Mini Coins is an arcade game where you must collect all the coins in the level by jumping, wall jumping, avoiding obstacles and enemies controlling a small blob character. Get ready for over the speedrun mode!', 'https://img.gamemonetize.com/iu5fpa6ap40naojpo1592oacpx80wriv/512x384.jpg', 'https://html5.gamemonetize.com/iu5fpa6ap40naojpo1592oacpx80wriv/', '0', 'Arcade', 0, 0, '', 'mini-coins'), (2238, 'Bony Match3', 'Bony Match3 is an exciting and addictive match 3 puzzle game that will tantalize your taste buds! In this captivating game, your objective is to crush three mouthwatering candies to successfully accomplish the goals set before you.', 'https://img.gamemonetize.com/64yo1z0gbta6aczp2gefyawjs7p1u2p8/512x384.jpg', 'https://html5.gamemonetize.com/64yo1z0gbta6aczp2gefyawjs7p1u2p8/', '0', 'Puzzles', 0, 0, '', 'bony-match'), (2239, 'Dungeon Chess', 'Dungeon Chess is a strategic puzzle game with roguelike elements, offering compact yet complex gameplay sessions. Manipulate cards to command your hero, resembling a chess piece on a miniature dungeon board. Outsmart adversaries utilizing their array of cunning abilities and ascend as the most formidable warrior of the Chess Lands! -Use a deck of chess pieces to battle hordes of monsters that have taken over the dungeons. -Even if youre unfamiliar with chess, you can quickly grasp the basics in just a few minutes. -Carefully plan your actions to navigate through challenging and unexpected tactical situations.', 'https://img.gamemonetize.com/a3guve8ts5eeq0xfn4jvhi6zru45btn7/512x384.jpg', 'https://html5.gamemonetize.com/a3guve8ts5eeq0xfn4jvhi6zru45btn7/', '0', 'Puzzles', 0, 0, '', 'dungeon-chess'), (2240, 'Steer Your Boat', 'You took your boat out on a beautiful summers day, but it seems a lot of other people had the same idea because the water is very crowded. Steer your boat so that you avoid colliding with the other boats and also be careful not to run over the swimmers out in the water.', 'https://img.gamemonetize.com/d8msb5hjg5upe1dv1h7lc4wzo5cw7wku/512x384.jpg', 'https://html5.gamemonetize.com/d8msb5hjg5upe1dv1h7lc4wzo5cw7wku/', '0', 'Racing', 0, 0, '', 'steer-your-boat'), (2241, 'Switch! Out', 'Switch from wall to wall to avoid oncoming objects. Collect stars to increase your score. (Collect 5 in a row to increase your score by 5 and become invincible for a short time.) The longer you last, the better the score. - Features - - Fun, fast-paced action! - One-Touch gameplay - Tap screen to switch to opposite wall. - Gameplay changes as you progress - Game gets faster and harder! - Endless gameplay. - Appealing, simplistic graphics.', 'https://img.gamemonetize.com/0f6jwzfuj7eszk74ow8lkutzu53zgnqs/512x384.jpg', 'https://html5.gamemonetize.com/0f6jwzfuj7eszk74ow8lkutzu53zgnqs/', '0', 'Hypercasual', 0, 0, '', 'switch-out'), (2242, 'Super Coin Pusher', 'try to get the coin droped in the hook, after you do it,you can get the coin droped in coin+5 or bonus+1, if the coin is droped in coin+5,5 coins will fall, if bonus reach 5,you can go to bonus scene and get more rewards.', 'https://img.gamemonetize.com/v7hm395kspiyn4upyt22uygvl2av5uff/512x384.jpg', 'https://html5.gamemonetize.com/v7hm395kspiyn4upyt22uygvl2av5uff/', '0', 'Arcade', 0, 0, '', 'super-coin-pusher'), (2243, 'Drive Dead 3D', 'Have you seen the crazy cars crash challenge? Sit in the drivers seat and enjoy this fun. Compete with your opponent on dangerous platforms. What you have to do is to drive the car over your opponent and destroy him. Things to watch out for on dangerous platforms; spinning sharp wheels, moving floors, cliffs, explosives and much more. Come on, choose your car and start fighting! Have fun!', 'https://img.gamemonetize.com/32wvh1leiveg2l4rwkrdrvsiingwld26/512x384.jpg', 'https://html5.gamemonetize.com/32wvh1leiveg2l4rwkrdrvsiingwld26/', '0', '3D', 0, 0, '', 'drive-dead-d'), (2244, 'Fashion Dye Hair Design', 'Fashionista Rebecca wants to try a new style. Now you are a fashion designer, can you help her dye hair to get a new hairstyle first? Use your fashion skills to design beautiful color combinations, maybe a nice combination of pink and purple is a good idea. Then pick fashion outfits for her and match the right accessories to make the look stand out. Rebecca will have a striking new look!', 'https://img.gamemonetize.com/w9hi36liwrwxpxrn757es7jjrxe5c0py/512x384.jpg', 'https://html5.gamemonetize.com/w9hi36liwrwxpxrn757es7jjrxe5c0py/', '0', 'Girls', 0, 0, '', 'fashion-dye-hair-design'), (2245, 'Rainbow Girls Space Core Aesthetic', 'Welcome to the Rainbow Girls Space Core Aesthetic. Who loves space adventure? Everyone right! Rainbow Girls Skyler, Sunny, Ruby, and Violet are adventurer high school girls planning to try space aesthetic outfits. Browse their wardrobe and pick a cute and suitable outfit for them. Join with the girls and have fun!', 'https://img.gamemonetize.com/bfcxvby3c19jj6lodk7m9vi2r2yaovcu/512x384.jpg', 'https://html5.gamemonetize.com/bfcxvby3c19jj6lodk7m9vi2r2yaovcu/', '0', 'Girls', 0, 0, '', 'rainbow-girls-space-core-aesthetic'), (2246, 'Pregnant Mommy Caring', 'Pregnant Mommy Caring is a very fun and popular caring game. This time, we will face the challenge of taking care of Moms pregnancy days and her adorable newborn baby. We will be by this amazing moms side throughout the entire pregnancy. Experience basic check-ups, treat unexpected injuries, and witness the miracle of a babys birth. In this incredible motherhood simulator game, you will experience the greatness of motherhood and the true meaning of the continuation of life.', 'https://img.gamemonetize.com/c6w7h4odio0j0lv6r9rhwz7k2pokqfi2/512x384.jpg', 'https://html5.gamemonetize.com/c6w7h4odio0j0lv6r9rhwz7k2pokqfi2/', '0', 'Girls', 0, 0, '', 'pregnant-mommy-caring'), (2247, 'Hexa Merge 2048', '- Game Hexa Merge 2048 is a fun and addictive puzzle game that combines elements of drop and merge games with the classic 2048 game. - The goal is to drop numbered tiles onto the board and merge them with adjacent tiles of the same value to create larger numbers. - The game ends when the board is full or when you reach the 2048 tile, whichever comes first. - You can choose from different modes, themes, and difficulties to customize your gaming experience. - Game Hexa Merge 2048 is a great way to train your brain, relax, and have fun at the same time.', 'https://img.gamemonetize.com/hpstq2pm2jq9jst29aynnpr2poomw59n/512x384.jpg', 'https://html5.gamemonetize.com/hpstq2pm2jq9jst29aynnpr2poomw59n/', '0', 'Puzzles', 0, 0, '', 'hexa-merge-'), (2248, 'Pizza Cafe Tycoon', 'Are you ready to build a successful cafe empire with you? You currently own a pizza shop and customers love their delicious pizza. Your task is to deliver various pizza orders on time and quickly. Remember, speed and quality are everything in the cafe business. You have to work with dedication to ensure the satisfaction of your customers. Manage orders quickly and effectively without slowing down and offer your customers an unforgettable experience. Build your own strategies for success in your cafe empire and seize opportunities to grow your business.', 'https://img.gamemonetize.com/ozrihsbvi9tirbdb9cnyu7rks1ydj8hc/512x384.jpg', 'https://html5.gamemonetize.com/ozrihsbvi9tirbdb9cnyu7rks1ydj8hc/', '0', 'Cooking', 0, 0, '', 'pizza-cafe-tycoon'), (2249, 'Skibidi Jump', 'Do you love Skibidi Toilet? Well! you are in the right place to play a skibidi toilet game. Tap or click to jump colorful bathtubs to collect the little poops. Once you collect all poops, a toilet door will appear. Go to that door to unlock the next level and be careful with traps suction cups. Have fun and explore tons of amazing and challenging levels.', 'https://img.gamemonetize.com/sy2m9vrlnwoa34qzsq95lkqh0nrg6o1z/512x384.jpg', 'https://html5.gamemonetize.com/sy2m9vrlnwoa34qzsq95lkqh0nrg6o1z/', '0', 'Clicker', 0, 0, '', 'skibidi-jump'), (2250, 'Super Mario &amp Sonic FNF Dance', 'Super Mario &amp; Sonic FNF Dance is a rhythm action game. Featuring Super Mario and Sonic to perform great dance performance! Choose your music and defeat Sonic in this exciting battle dance music game. Upgrade your special performance to gain more score! Enjoy the cool song!', 'https://img.gamemonetize.com/khgpgcan9lxdopmb1nu0p2hsuqpmglld/512x384.jpg', 'https://html5.gamemonetize.com/khgpgcan9lxdopmb1nu0p2hsuqpmglld/', '0', 'Hypercasual', 0, 0, '', 'super-mario-ampamp-sonic-fnf-dance'), (2251, 'Pop It Fidget Anti Stress', 'What Is a Pop It Fidget Toy? Made of silicone, Pop It fidget toys feature bubbles that can be poked. These sensory toys are simple and fun to use. Research shows they may reduce stress and improve focus and fine motor control. Now you can play Pop It Fidget Toy in your virtual device, enjoy this entertainment to reduce stress Fidget toys give you a place to channel that energy. This serves as a distraction for the brain, potentially lowering anxiety and improving focus. Experts have mixed feelings about how effective they are', 'https://img.gamemonetize.com/n1d5dgtiibgaa9o9ei2nj0ni233byd93/512x384.jpg', 'https://html5.gamemonetize.com/n1d5dgtiibgaa9o9ei2nj0ni233byd93/', '0', 'Puzzles', 0, 0, '', 'pop-it-fidget--anti-stress'), (2252, 'Crazy BasketBall Machine', 'Experience the ultimate basketball shooting frenzy in Crazy Basketball Machine! Get ready to test your shooting skills and aim for glory on the court. This action-packed game combines the thrill of basketball with the excitement of precise shooting. Step up to the challenge, shoot hoops, and dominate the game like a true basketball superstar. With stunning visuals and addictive gameplay, Crazy Basketball Machine will keep you hooked as you shoot your way to victory. So grab your basketball and prepare for an adrenaline-fueled shooting extravaganza that will leave you craving for more!', 'https://img.gamemonetize.com/coedq4jfww6cxgkq0l39fchkl6uj3nbf/512x384.jpg', 'https://html5.gamemonetize.com/coedq4jfww6cxgkq0l39fchkl6uj3nbf/', '0', 'Sports', 0, 0, '', 'crazy-basketball-machine'), (2253, 'Rope Experiment', 'Welcome to our Rope game! Tie the rope to dot-shaped needles, ensuring it touches them all. Challenge your skills in this puzzling adventure. Can you conquer every level? Get ready to knot, twist, and weave your way to victory!', 'https://img.gamemonetize.com/wj9xawzlvqj1iqt4lfzqs52fimq7sa6t/512x384.jpg', 'https://html5.gamemonetize.com/wj9xawzlvqj1iqt4lfzqs52fimq7sa6t/', '0', 'Puzzles', 0, 0, '', 'rope-experiment'), (2254, 'Portal Adventures', 'Help the green and blue brothers steal all the emeralds from the worlds most sheltered bank.Try not to touch guard bugs and thorns and teleport between portals.Finish 4 different tiers and become the richest brothers in the world', 'https://img.gamemonetize.com/2jezlmyqlbfqik3ko8hlcjo634rz3bwq/512x384.jpg', 'https://html5.gamemonetize.com/2jezlmyqlbfqik3ko8hlcjo634rz3bwq/', '0', 'Adventure', 0, 0, '', 'portal-adventures'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (2255, 'Bock Puzzle Console', 'Water Color 2D is an educational and challenging puzzle game! This is the best free water-sorting puzzle game for you to exercise your brain, kill your free time, and relax! If you want to train your combinatorial logic skills, then this water-sorting puzzle game is for you!', 'https://img.gamemonetize.com/vp8vsr4ru7rn10nf4utrwyrk7tusbvd5/512x384.jpg', 'https://html5.gamemonetize.com/vp8vsr4ru7rn10nf4utrwyrk7tusbvd5/', '0', 'Puzzles', 0, 0, '', 'bock-puzzle-console'), (2256, 'Pop It Pop It', 'Welcome to the game Pop It Pop It. Select the Pop It toy you want from the menu. Start relaxing by tapping on the Pop It toy. If you get bored with the Pop It toy, return to the menu and choose another Pop It toy. You can play unlimited with all Pop It toys. Have fun.', 'https://img.gamemonetize.com/w8jdx0bfqkosta9kzcm9q6gid2hpcbwz/512x384.jpg', 'https://html5.gamemonetize.com/w8jdx0bfqkosta9kzcm9q6gid2hpcbwz/', '0', 'Clicker', 0, 0, '', 'pop-it-pop-it'), (2257, 'Us Army Vehicle Transport Truck', 'US Army Vehicle Transporter Truck Simulator:Army Game is one the finest army oil tanker truck game of us army transport which has series of challenges as Vehicle transport games offer you multiple challenging army vehicle transport missions to make you us army transporter in short time period by providing you us army transport long lists of practical cargo army driving missions. Most of your army is engaged in various expeditions across all borders and it is in need of professional truck transporter who can drive army cargo truck. Take the charge of cargo truck drive on your shoulders and provide all required vehicles to your army through car', 'https://img.gamemonetize.com/7mn9oztt6vibflrgzdvb6tfswa32685y/512x384.jpg', 'https://html5.gamemonetize.com/7mn9oztt6vibflrgzdvb6tfswa32685y/', '0', 'Adventure', 0, 0, '', 'us-army-vehicle-transport-truck'), (2258, 'Rainbow Monster VS Skibidi Toilet', 'Rainbow Monster VS Skibidi Toilet is a combination between action and stealth game. As a Rainbow Monster you must survive from hurdles of Skibidi Toilet. Take aimlessly all Skibidi Toilet enemies from behind. Dont let them catch you!', 'https://img.gamemonetize.com/cnu703sdunnure2h4yow3vc2card6msa/512x384.jpg', 'https://html5.gamemonetize.com/cnu703sdunnure2h4yow3vc2card6msa/', '0', 'Hypercasual', 0, 0, '', 'rainbow-monster-vs-skibidi-toilet'), (2259, 'Squad Goals Soccer 3D', 'Squad Goals is fun and simple 3D soccer game that can quickly turn into a crazy ball brawl! No cards, fouls, or offsides! Slide, tackle, dribble, kick, shoot, and score &ndash; all with just one finger! Whoever scores first wins the match! Rise through the ranks to dominate the game! Key game features: &bull; One-finger on-screen joystick controls, with support for mouse and keyboard &bull; Upgrade character traits to unlock full potential &bull; Level up to rise through the ranks &bull; Shop for cosmetics to customize your character, ball, and stadium &bull; Complete daily quests to earn more coins &bull; Daily and hourly rewards &bull; Play in two modes: ARENA or TEAM vs TEAM', 'https://img.gamemonetize.com/413slo2x1o8km5rs8vb6ikya691zsm78/512x384.jpg', 'https://html5.gamemonetize.com/413slo2x1o8km5rs8vb6ikya691zsm78/', '0', 'Soccer', 0, 0, '', 'squad-goals-soccer-d'), (2260, 'Girls Nail Art Salon', 'Girls, are you ready to play the best nail salon game in the world? Its time to become a super nail designer in the universe and design your own nails through Girls Nail Art Salon! If you have ever tried to design your own nails, you know how difficult it is to get them right. But thanks to this amazing nail salon game, you will be able to do it in an easy way and create beautiful nail designs.', 'https://img.gamemonetize.com/pf67zhthzd2lbla4mfj7vb0tjzsglaxb/512x384.jpg', 'https://html5.gamemonetize.com/pf67zhthzd2lbla4mfj7vb0tjzsglaxb/', '0', 'Girls', 0, 0, '', 'girls-nail-art-salon'), (2261, 'Bus Parking Cityscape Depot', 'Bus Parking is an exciting game that puts players in the drivers seat of a virtual bus, challenging them to navigate and park the vehicle in various locations. The game offers a realistic simulation of the bus driving experience, with stunning graphics on https://www.bestcrazygames.com and immersive sound effects that enhance the gameplay.', 'https://img.gamemonetize.com/q1njcj2p3xvtvvd5zw5nm4lj2mig6871/512x384.jpg', 'https://html5.gamemonetize.com/q1njcj2p3xvtvvd5zw5nm4lj2mig6871/', '0', 'Action', 0, 0, '', 'bus-parking-cityscape-depot'), (2262, 'Talent Girl Art Classes', 'Today is the 1st day of Zoe to Art College. There are two different classes for her to choose, Fashion Design Class and Art Class, can you help Zoe choose her lesson and prepare for her lesson? &bull; appropriate for girls and boys &bull; easy gameplay and user friendly interface &bull; beautiful HD graphics &bull; free your creativity and imagination &bull; improve your skills', 'https://img.gamemonetize.com/ts52tao2xhw02q3a8050mf8h4xkxj6p3/512x384.jpg', 'https://html5.gamemonetize.com/ts52tao2xhw02q3a8050mf8h4xkxj6p3/', '0', 'Girls', 0, 0, '', 'talent-girl-art-classes'), (2263, 'Archer Huntsman Game', 'Archer Huntsman is a fun confrontation arcade game. You can either choose the parkour hunting mode or the endless breakout mode. In parkour hunting mode, you need to survive to the end with your skills within the time limit. In the endless mode, you need to protect the king, if the king dies you will also fail. You can use the reward for passing to unlock new characters and skills. Have fun!', 'https://img.gamemonetize.com/fz1bcz13appypcqium28h4eohm3sdg25/512x384.jpg', 'https://html5.gamemonetize.com/fz1bcz13appypcqium28h4eohm3sdg25/', '0', 'Girls', 0, 0, '', 'archer-huntsman-game'), (2264, 'Little Girls School vs PrincessStyle', 'Come and join this wonderful dressup game at 7sgames.com. These little girls, Sophia and Clara to get dressed in princess style and school style. Of course the both good at these outfits. Lets check who is best in these outfits.', 'https://img.gamemonetize.com/3nn4slcv5ceftlgap6ty11857g2uzjnl/512x384.jpg', 'https://html5.gamemonetize.com/3nn4slcv5ceftlgap6ty11857g2uzjnl/', '0', 'Girls', 0, 0, '', 'little-girls-school-vs-princessstyle'), (2265, 'Mini Dash', 'Mini Dash is a retro-style platform game where you command a small blob character; use his air-dashing skills to evade obstacles and collect the level coins! Also, you have a speedrun mode to test your skills.', 'https://img.gamemonetize.com/fvqazkrlhtsw9ad3bcz0fbslwh100qf4/512x384.jpg', 'https://html5.gamemonetize.com/fvqazkrlhtsw9ad3bcz0fbslwh100qf4/', '0', 'Arcade', 0, 0, '', 'mini-dash'), (2266, 'School Life', 'The life of a high school student is full of interesting events and trials! You have to constantly make a choice on which your whole future life will depend. Will you be the main school ringleader or a quiet honors student? Will you skip classes and go to the disco or stay at home to study for the exam? Will you be kicked out of the house and will you turn into a bum or become a millionaire? If you are unhappy with your life, you can go back in time and change everything by making a different choice!', 'https://img.gamemonetize.com/0w0vg2jg8c7xejqz6hdk788b6jpvj0cv/512x384.jpg', 'https://html5.gamemonetize.com/0w0vg2jg8c7xejqz6hdk788b6jpvj0cv/', '0', 'Adventure', 0, 0, '', 'school-life'), (2267, 'Ice Scream Horror Escape', 'Ice Scream: Horror Escape is an exciting and scary adventure puzzle game. One day morning, you saw your best friend being kidnapped by a strange man into the ice cream truck. You need to rescue children in danger and escape from the evil ice cream truck driver. Do you have the courage to take on the challenge?', 'https://img.gamemonetize.com/7jz6aysjuk90clvhm2us38y3mkdr3e8w/512x384.jpg', 'https://html5.gamemonetize.com/7jz6aysjuk90clvhm2us38y3mkdr3e8w/', '0', 'Boys', 0, 0, '', 'ice-scream-horror-escape'), (2268, 'Princesses As Ancient Warriors', 'Welcome to the Princesses As Ancient Warriors. Princesses Anna, Elsa, Ariel, and Moana are best friends, they love to be ancient warriors in feature. But these girls don&rsquo;t want to wait as long. They planned to try cool warrior costumes and be like them now. Help the girls to browse their wardrobes. Join and have fun!', 'https://img.gamemonetize.com/qlz9dzhinx6l4rdrc57alojy3yaqhw7y/512x384.jpg', 'https://html5.gamemonetize.com/qlz9dzhinx6l4rdrc57alojy3yaqhw7y/', '0', 'Girls', 0, 0, '', 'princesses-as-ancient-warriors'), (2269, 'Garden match saga', 'Garden Match Saga is a match 3 puzzle game where you have to match multiple types of fruits to progress. What you have to do is to position at least 3 or more similar fruits on the same line to clear them and succeed in reaching the objectives set for each level. You have 3 objectives per level. The game has 400 very interesting levels. Good luck with the game.', 'https://img.gamemonetize.com/2w2pbkz7y4t6jl2ipww90jw2c6b0c4w6/512x384.jpg', 'https://html5.gamemonetize.com/2w2pbkz7y4t6jl2ipww90jw2c6b0c4w6/', '0', 'Puzzles', 0, 0, '', 'garden-match-saga'), (2270, 'Mia Beach Spa', 'Lets help this gorgeous girl Mia to have the wonderful spa day at beach, that must be release her stress from her routine princess job and relax her mind and body to get refresh. She needs complete back spa and facial treatments, Come and join this makeover game at 7sgames.com', 'https://img.gamemonetize.com/pm23px3m0xuk16zjsn880xr0tyd0dhfz/512x384.jpg', 'https://html5.gamemonetize.com/pm23px3m0xuk16zjsn880xr0tyd0dhfz/', '0', 'Girls', 0, 0, '', 'mia-beach-spa'), (2271, 'Ava Throat Infection', 'Lets enjoy the doctor game at 7sgames.com. Ava is the beautiful young and charm girl. But she has some infection on her throat and she is suffering a lot. She need your help to heal this. Would be the doctor for Ava?', 'https://img.gamemonetize.com/r56u16pwv77yrkelvps4joe6vb1rb7go/512x384.jpg', 'https://html5.gamemonetize.com/r56u16pwv77yrkelvps4joe6vb1rb7go/', '0', 'Girls', 0, 0, '', 'ava-throat-infection'), (2272, 'Hot Air Balloon Game', 'Fly your hot air balloon over the ocean by tapping the game screen to move your balloon up. Avoid obstacles such as birds and planes. Also avoid landing the ocean and avoid hitting the boats. Dont crash your balloon or its game over!', 'https://img.gamemonetize.com/1vnequr3pabvkw585kjhzgv79bt4cpkw/512x384.jpg', 'https://html5.gamemonetize.com/1vnequr3pabvkw585kjhzgv79bt4cpkw/', '0', 'Arcade', 0, 0, '', 'hot-air-balloon-game'), (2273, 'Mahjong Tiles', 'Play the real Mahjong puzzle game. Match up traditional Mahjong tiles until all of tiles are gone in this authentic Chinese style board game. Unlock new levels and zoom into the field, speeding through levels in a bid to become the real Mahjong Ace!', 'https://img.gamemonetize.com/8ixrfv673ox0ksq9pb66t4yq4f6r0yn3/512x384.jpg', 'https://html5.gamemonetize.com/8ixrfv673ox0ksq9pb66t4yq4f6r0yn3/', '0', 'Puzzles', 0, 0, '', 'mahjong-tiles'), (2274, 'Deads On The Road', 'Zombies have surrounded this place! The struggle to escape has never been so difficult. On dark roads, a zombie that suddenly appears in front of you can destroy you! Be very careful not to get caught by zombies while trying to escape. You must be on your guard at every moment. How many meters can you run? Click for a breathless fight!', 'https://img.gamemonetize.com/vlu85s3libx4w9xxlda5rwtktzu1g8hg/512x384.jpg', 'https://html5.gamemonetize.com/vlu85s3libx4w9xxlda5rwtktzu1g8hg/', '0', 'Action', 0, 0, '', 'deads-on-the-road'), (2275, 'Fruits Guess Game2D', 'In this game player collect the given objects with the given target after win the game you know which fruit name you guessing. this game help to think the brain fast .In the game 10 levels all the levels show the new fruit name after win the level.', 'https://img.gamemonetize.com/eampoyq2amdd5abx3ki254vvo2cai1k6/512x384.jpg', 'https://html5.gamemonetize.com/eampoyq2amdd5abx3ki254vvo2cai1k6/', '0', 'Puzzles', 0, 0, '', 'fruits-guess-gamed'), (2276, 'Babie Panoz Fighter', 'Fight with Babie Panoz in the city underground against her terrible enemy Lizy for her survival ! Combatti con Babie Panoz nei sobborghi della citt&agrave; contro la sua temibile avversaria Lizy per la sua sopravvivenza !', 'https://img.gamemonetize.com/kxx30cbb2qghgve0mnxnt04huxcud927/512x384.jpg', 'https://html5.gamemonetize.com/kxx30cbb2qghgve0mnxnt04huxcud927/', '0', 'Girls', 0, 0, '', 'babie-panoz-fighter'), (2277, 'Coloring Book Super Mario', 'Coloring Book Super Mario For Kids is fun coloring book for kids and adults! If you like Super Mario characters then you will love this fun cartoon themed coloring book! Choose one of the cute images, pick your favorite color and start coloring! Enjoy it!', 'https://img.gamemonetize.com/8j9gg42aifrn4mmp4z3mshvvsnea3dgq/512x384.jpg', 'https://html5.gamemonetize.com/8j9gg42aifrn4mmp4z3mshvvsnea3dgq/', '0', 'Hypercasual', 0, 0, '', 'coloring-book-super-mario'), (2278, 'Snake Dash Challenge', 'This game Snake passing is a new mode for a regular snake, in which you do not need to collect food, but go through levels. 8 incredible levels of varying difficulty from easy to hard are waiting for you. Snake passing will help you develop qualities such as determination, attentiveness, analytical skills, perseverance, resourcefulness, optimism.Snake passing is another game that the whole family can play, competing to see who completed more levels, but only the persistent person can win. So lets download the game Snake worms io and wait for the next updates.', 'https://img.gamemonetize.com/yrpi1yijqjpno2q5u08d8pqihznxgm3w/512x384.jpg', 'https://html5.gamemonetize.com/yrpi1yijqjpno2q5u08d8pqihznxgm3w/', '0', 'Arcade', 0, 0, '', 'snake-dash-challenge'), (2279, 'Makeup Kit DIY Dress Up', 'Super fun homemade cosmetics DIY game with TONS of FANCY COSMETICS! Keep updated with new cosmetic-making games! Make various cosmetics: lipsticks, cream eyeshadow, mascara, and so much more! Tons of realistic cosmetic DIY tools to play with: bowls, spatulas, spoons, microwave oven, plates, digital scale, measuring cups, induction cooker, and so much more! Tons of cosmetic materials and decorations to try: cosmetic mica powder, cosmetic glitters, liquid pigment, coconut oil, castor oil, sweet almond oil, avocado oil, wax, and so much more! Apply your cosmetics on supermodel &amp; take a photo!', 'https://img.gamemonetize.com/rlogdiyfy1gnm3xny38smdvid34x2eb8/512x384.jpg', 'https://html5.gamemonetize.com/rlogdiyfy1gnm3xny38smdvid34x2eb8/', '0', 'Girls', 0, 0, '', 'makeup-kit-diy-dress-up'), (2280, 'Offroad Moto Bike Racing', 'Moto Bike: Offroad Racing is a racing game for real racers with extremely crazy offroad tracks. Moto Bike: Offroad Racing has been beautifully designed for players of all age groups with simple control and challenging adventures. Drive off-road motorcycles to overcome difficult challenges and become the best racer.', 'https://img.gamemonetize.com/2gqe1qjo3qgtzkzcwklyrik5b1bt28d3/512x384.jpg', 'https://html5.gamemonetize.com/2gqe1qjo3qgtzkzcwklyrik5b1bt28d3/', '0', 'Racing', 0, 0, '', 'offroad-moto-bike-racing'), (2281, 'Everyone Flee', 'You must ensure that everyone can flee! But be aware that your moves apply to everyone. Move all the players in a way that everybody safely reaches the door. If one cannot make it, everybody fails, beware of that too.', 'https://img.gamemonetize.com/mxr6q4l0shhi0ynnq633vvpub8h5kt4m/512x384.jpg', 'https://html5.gamemonetize.com/mxr6q4l0shhi0ynnq633vvpub8h5kt4m/', '0', 'Hypercasual', 0, 0, '', 'everyone-flee'), (2282, 'Kittygram', 'Kitty cat need help to finish each level. Find correct possition to each block to finished and start new level. You can choose table size from 3x3 until 10x10. Goog luck.', 'https://img.gamemonetize.com/wm43az3123kq2ecatqjuv3mmoddq1j6m/512x384.jpg', 'https://html5.gamemonetize.com/wm43az3123kq2ecatqjuv3mmoddq1j6m/', '0', 'Puzzles', 0, 0, '', 'kittygram'), (2283, 'Hospital Hustle', 'Hospital Hustle game is a super fun management game . Take care of all your patients by accepting them , cure them in different machines . By the way you have to carry resources for machines in order to machines work. Also you can hire doctors , workers , receptionist and also upgrade your staff skills and capacities . You have happiness bar at the top and you have to keep it at maximum .', 'https://img.gamemonetize.com/9wwq3zj6f6e4s6r4vnki5ffk6akkz3gb/512x384.jpg', 'https://html5.gamemonetize.com/9wwq3zj6f6e4s6r4vnki5ffk6akkz3gb/', '0', 'Girls', 0, 0, '', 'hospital-hustle'), (2284, 'Puzzle Bobo Online', 'Play an online puzzle game called Puzzle Bobo Online. The has easy and hard levels. In the easy level, you have to drag the images to the right position to complete the game. On the hard level, the images must be moved by sliding them to the empty position till all images are in the right position. Play this game on any device and full-screen if you like it.', 'https://img.gamemonetize.com/s0hyz0k8811r2r6s9w4litg7b3so9tuo/512x384.jpg', 'https://html5.gamemonetize.com/s0hyz0k8811r2r6s9w4litg7b3so9tuo/', '0', 'Puzzles', 0, 0, '', 'puzzle-bobo-online'), (2285, 'Star of warfare ', 'Star of warfare is a free multiplayer first-person shooter game that currently has 3 game modes deathmatch, team deathmatch an like capture the flag but will be updated with more modes battle royal and gun game. There are three weapon classes available in Star of warfare. You can use an assault rifle sniper or shotgun with more weapons being added soon.', 'https://img.gamemonetize.com/i1rug1a2wfumsk5a72vqmt7zry8ddjn4/512x384.jpg', 'https://html5.gamemonetize.com/i1rug1a2wfumsk5a72vqmt7zry8ddjn4/', '0', 'Shooting', 0, 0, '', 'star-of-warfare-'), (2286, 'Hexable', 'In the Hexable game your goal is to fill a board resembling a hexagon with straight rows or columns using differently shaped objects. Filling a row or column will make space for other objects and will give you points. Try to play for the best possible score!', 'https://img.gamemonetize.com/jop3jtwuc3x36y3309okudcphler1efy/512x384.jpg', 'https://html5.gamemonetize.com/jop3jtwuc3x36y3309okudcphler1efy/', '0', 'Puzzles', 0, 0, '', 'hexable'), (2287, 'PenguinDash!', 'All you have to do is get as far as you can, but watch out for the crates and explosive TNTs! Penguins cant fly, so use your jumps wisely! Game gets faster and harder the further you go! - HOW TO PLAY - Jump from one platform to another, avoiding obstacles. Collect gems to increase your score. Collect 5 diamond gems to restore health by one heart. Use gems to buy power ups. The 3 in total to choose from: - Running Shoes: Your score increases at a quicker rate. - Shield: Take one free hit without losing health - Bandana: You have the ability to triple jump!', 'https://img.gamemonetize.com/7j68su1viy4c2av6k78yu1ea14t2vpg2/512x384.jpg', 'https://html5.gamemonetize.com/7j68su1viy4c2av6k78yu1ea14t2vpg2/', '0', 'Hypercasual', 0, 0, '', 'penguindash'), (2288, 'Queen of the Maze', 'Players of all ages can enjoy the Queen of Hearts Maze Game, which is straightforward but challenging. It is a good example of a classic maze game, and it is sure to bring back memories for those who played it in the early days of PC gaming.', 'https://img.gamemonetize.com/wibe7os6k4uk5j9cmlkiwrj1zf5uo718/512x384.jpg', 'https://html5.gamemonetize.com/wibe7os6k4uk5j9cmlkiwrj1zf5uo718/', '0', 'Puzzles', 0, 0, '', 'queen-of-the-maze'), (2289, 'Ghost Town Escape 3 &ndash Mirrored Dimension', 'As your weary eyes flutter open, they behold a desolate realm of abandonment. A spectral gust sweeps through your ethereal frame, causing a shiver to ripple down your spine. In this forlorn necropolis, you stand solitary, bereft of mortal companionship. Your duty now unfolds before you, a quest veiled in phantasmagoric riddles. Seek out and unearth 35 mystical relics, a task that shall stir the dormant portal of escape from this spectral realm!', 'https://img.gamemonetize.com/xkg41nyzgwyj5mol2g4artxsd1xmeutm/512x384.jpg', 'https://html5.gamemonetize.com/xkg41nyzgwyj5mol2g4artxsd1xmeutm/', '0', 'Puzzles', 0, 0, '', 'ghost-town-escape--ampndash-mirrored-dimension'), (2290, 'Farming.IO', 'Farming.IO is a 2D arcade game that you most enjoy while playing it, its puzzle where you have to link atleast 3 same objects that are close to each other to get 500 coins get much as you can of coins before the timer ends to be able to buy some cool stuff.', 'https://img.gamemonetize.com/2s0mrm17o9nut5xjtzrfpilfbgestjb7/512x384.jpg', 'https://html5.gamemonetize.com/2s0mrm17o9nut5xjtzrfpilfbgestjb7/', '0', 'Puzzles', 0, 0, '', 'farmingio'), (2291, 'Handslap', 'Handslap is a game for 2 players. You can choose whatever arm you want and compete with your friends. Red side is one that is attacking, blue side need to dodge that attack. Players change sides if blue side successfully dodged. To win you need to score 10 points. You earn 1 point with each successful attack you make.', 'https://img.gamemonetize.com/hcktfoyek2b5htexp6z645sub6kppc8b/512x384.jpg', 'https://html5.gamemonetize.com/hcktfoyek2b5htexp6z645sub6kppc8b/', '0', 'Arcade', 0, 0, '', 'handslap'), (2292, 'Super Spy Mario VS Skibidi Toilet', 'Super Spy Mario VS Skibidi Toilet is a combination between action and stealth game. As a Super Spy Mario you must survive from hurdles of Skibidi Toilet. Take aimlessly all Skibidi Toilet enemies from behind. Dont let them catch you! Game features: - Map design each level is unique and has its own strategies to complete - The cool feeling of stealth 2.5D action packed game - Cool environment and enemy AI', 'https://img.gamemonetize.com/qmge8jsxyuoxtxsuwtizlhyilhp6ogfb/512x384.jpg', 'https://html5.gamemonetize.com/qmge8jsxyuoxtxsuwtizlhyilhp6ogfb/', '0', 'Adventure', 0, 0, '', 'super-spy-mario-vs-skibidi-toilet'), (2293, 'Skibidi Toilet vs Wario', 'Skibidi Toilet vs Wario is an amazing ans super fun running game that you can play online for free. Its in HTML5, No Need to Install! The aim of the game is to win the race, you as a Skibidi Toilet vs Wario! Collect boost to run extra fast. have fun playing!', 'https://img.gamemonetize.com/h7n4mqfxk6143vxdktdgdsxszgkve7jg/512x384.jpg', 'https://html5.gamemonetize.com/h7n4mqfxk6143vxdktdgdsxszgkve7jg/', '0', 'Arcade', 0, 0, '', 'skibidi-toilet-vs-wario'), (2294, 'Pregnant Mommy Care Games', 'This time we should face the challenge to take care of the mommys pregnancy days and her cutest newborn baby. We will spend the entire pregnancy cycle with this great mom. To experience the basic examinations, heal her accidentally injured, and witness her babys production process. In this amazing mommy care simulator game, you will experience the greatness of a mother and the true meaning of life continuation.', 'https://img.gamemonetize.com/dm1izt054xx9y0r3s8d1y6gyovbae82u/512x384.jpg', 'https://html5.gamemonetize.com/dm1izt054xx9y0r3s8d1y6gyovbae82u/', '0', 'Girls', 0, 0, '', 'pregnant-mommy-care-games'), (2295, 'Coach Bus Simulator City Bus Sim', 'Coach Bus Simulator: City Bus Simulator is the first coach driving game that will teach you to drive a real coach across different scenarios! Take people from a city to another, show them amazing places and landscapes. Open world map, incredible vehicles, wonderful interiors will make you feel a realistic coach bus driving experience! Its time to get on board and drive through Europe! Enter the simulation world of bus driving! Get Coach Bus Simulator now!', 'https://img.gamemonetize.com/w5ftqej91hpzkb1jtpiul52wfq18zpqm/512x384.jpg', 'https://html5.gamemonetize.com/w5ftqej91hpzkb1jtpiul52wfq18zpqm/', '0', 'Racing', 0, 0, '', 'coach-bus-simulator-city-bus-sim'), (2296, 'Hexa 2048 Puzzle Block Merge', '&ldquo;Hexa 2048 Puzzle&rdquo; is an addictive relaxing number block merge game. Come to play Hexa Puzzle, merge the Hexa blocks and give your brain a rest! Features: Beautifully easy and simple, no pressure and no time limit. Challenging to break your highest score. Easy to play. Classic merge game and block game for all ages! Multiple beautiful background pictures. Multiple materials of blocks. Such as: iron, crystal, wood&hellip; Come and play this game and become a master of Hexa Block Merge Game now!', 'https://img.gamemonetize.com/vrwtg1qhbkcyu7rt0eewx89dxmcdn6tv/512x384.jpg', 'https://html5.gamemonetize.com/vrwtg1qhbkcyu7rt0eewx89dxmcdn6tv/', '0', 'Puzzles', 0, 0, '', 'hexa--puzzle---block-merge'), (2297, 'Merge Bubble Number', 'Merge Bubble Number is a simple and addictive number merge puzzle game. You will control a board of checkers, each with a bubble with a number in it. You need to connect as many bubbles as possible so that bubbles of the same number merge together. The goal of the game is to merge as many bubbles as possible before there are no bubbles that can be synthesized, and finally reach a high score.', 'https://img.gamemonetize.com/2hy8rlzvcdrj7z84145tf9jhcubbd5is/512x384.jpg', 'https://html5.gamemonetize.com/2hy8rlzvcdrj7z84145tf9jhcubbd5is/', '0', 'Boys', 0, 0, '', 'merge-bubble-number'), (2298, 'Slash Dunk', 'Splash Dunk is a captivating basketball puzzle game where players must strategically cut threads to direct the ball into the goal. With limited cuts and complex thread arrangements, your precision and wit will be put to the test!', 'https://img.gamemonetize.com/r5q7wmk5mdoulxc1pjzpekh8mkcyrsun/512x384.jpg', 'https://html5.gamemonetize.com/r5q7wmk5mdoulxc1pjzpekh8mkcyrsun/', '0', 'Sports', 0, 0, '', 'slash-dunk'), (2299, 'Ragdoll Rise Up', 'Ragdoll Rise Up is an immersive game experience that takes you on a thrilling adventure through ingeniously designed puzzle levels. Fly through the air, avoiding obstacles and deadly traps, while unleashing your power to shatter anything in your path with a simple tap. Balloons will be your companions, but beware of the deadly spikes! Ascend to the top, ensuring the safety of the balloons, and brace yourself for excitement and tension in each level.', 'https://img.gamemonetize.com/o89li8eh437jmxy3klcmeurj88sbvkib/512x384.jpg', 'https://html5.gamemonetize.com/o89li8eh437jmxy3klcmeurj88sbvkib/', '0', 'Arcade', 0, 0, '', 'ragdoll-rise-up'), (2300, 'Ball Color 3D Game', 'The objects in Ball Color3D are composed of various geometric shapes, including common spheres, cubes, and rhomboids, as well as various irregular 3D shapes. Adjust the angle by touching the screen, shoot the small ball to the part corresponding to the 3D shape, and color the small ball around the shooting target. Gorgeous colors and unlimited levels will show you the beauty of the game!', 'https://img.gamemonetize.com/n8ltoidf43w48srnsgkideom17w0qzxl/512x384.jpg', 'https://html5.gamemonetize.com/n8ltoidf43w48srnsgkideom17w0qzxl/', '0', 'Arcade', 0, 0, '', 'ball-color-d-game'), (2301, 'Crazy car transport truck', 'In this Advance Truck driving game your task is to move loads of freight things starting with one spot then onto the next inside city. You need to appreciate off-road Driving game while driving the truck in mountains valleys and escalate the rush of slope ascending test on troublesome rough terrain tracks in police car driver challenge game.', 'https://img.gamemonetize.com/1rrpv2bnffkj89bpvjszjwyyyj0ft8mo/512x384.jpg', 'https://html5.gamemonetize.com/1rrpv2bnffkj89bpvjszjwyyyj0ft8mo/', '0', 'Adventure', 0, 0, '', 'crazy-car-transport-truck'), (2302, 'Preschool Math', 'The objective of the game is to help players learn basic math concepts, such as counting, addition, subtraction, and shapes. PC: tap the right button of the mouse to solve the math correctly. Mobile: Touch the correct ans to the showing calculationon the screen and skill up. brain development.', 'https://img.gamemonetize.com/42bv4moq1k7xkkp2u1xongzk8qqjq8io/512x384.jpg', 'https://html5.gamemonetize.com/42bv4moq1k7xkkp2u1xongzk8qqjq8io/', '0', 'Puzzles', 0, 0, '', 'preschool-math'), (2303, 'Snakes &amp Ladders', 'one hundred squares full of traps and tricks Roll the dice and try you luck ladders will take you up but snakes will take you down ! This is a great game for a 100 day party! This game can be played atleast 2 players.', 'https://img.gamemonetize.com/4z7sfy67x4agxldckygr8twlwxghzvy5/512x384.jpg', 'https://html5.gamemonetize.com/4z7sfy67x4agxldckygr8twlwxghzvy5/', '0', 'Multiplayer', 0, 0, '', 'snakes-ampamp-ladders'), (2304, 'Coloring books', 'Coloring books is a free online coloring and kids game! In this game you will find different books pictures which have to be colored as you want. You have the enough amount of colors to choose for your perfect art. You can also save the colored image. Have fun!', 'https://img.gamemonetize.com/rvyjptyd1lhrfwbw2x3hveyb8kxont2s/512x384.jpg', 'https://html5.gamemonetize.com/rvyjptyd1lhrfwbw2x3hveyb8kxont2s/', '0', 'Girls', 0, 0, '', 'coloring-books'), (2305, 'Avoid the Sharks', 'You went out swimming in the ocean, but hadnt realized until you were already in the water that there were a lot of sharks nearby. Touch the game screen to move right and left to avoid the sharks so you dont get eaten!', 'https://img.gamemonetize.com/u2rjkywt9c1yuw51vutja0kv3wnh4okq/512x384.jpg', 'https://html5.gamemonetize.com/u2rjkywt9c1yuw51vutja0kv3wnh4okq/', '0', 'Arcade', 0, 0, '', 'avoid-the-sharks'), (2306, 'Private Zombie Wave 2', 'A very smooth and precise 3rd person zombie shooter game', 'https://img.gamemonetize.com/yjmqujr6ywps0j7i6y1b2wtiw5gywnn0/512x384.jpg', 'https://html5.gamemonetize.com/yjmqujr6ywps0j7i6y1b2wtiw5gywnn0/', '0', 'Shooting', 0, 0, '', 'private-zombie-wave-'), (2307, 'Forbidden Land The Secret Experiment', 'Explore a forbidden land where secret experiments were performed by scientists. Find hidden items and clues to uncover the truth behind the forbidden territory.', 'https://img.gamemonetize.com/2c3xbmjv4fvd30m55zk8b582rbun8l79/512x384.jpg', 'https://html5.gamemonetize.com/2c3xbmjv4fvd30m55zk8b582rbun8l79/', '0', 'Puzzles', 0, 0, '', 'forbidden-land-the-secret-experiment'), (2308, 'Pixel Pulling', 'Engage in an exhilarating rope pulling race and demonstrate your superiority by emerging victorious in five rounds. May luck be on your side as you embark on this thrilling and enjoyable the challenge!', 'https://img.gamemonetize.com/saezdmha5ddhhwkvk2y29kyrq81dxwuy/512x384.jpg', 'https://html5.gamemonetize.com/saezdmha5ddhhwkvk2y29kyrq81dxwuy/', '0', 'Multiplayer', 0, 0, '', 'pixel-pulling'), (2309, 'Super Mario Wonder', 'Super Mario Wonder is an exciting online game set in the magical world of Mario, where players embark on an epic journey to help Mario conquer various castles. Offering an engaging mix of action and fun, this game has become a favorite among casual gamers seeking thrilling gameplay without the need for downloads or installations. Best of all, Super Mario Wonder can be enjoyed entirely for free on the popular gaming platform, kiz10.com. Casual gamers are often drawn to games that provide instant entertainment without the complexities of traditional titles. Website Developer <a href=\'https://kiz10.com\'>https://kiz10.com</a>', 'https://img.gamemonetize.com/zk99zkldgfzm89l2g56hhf5rfzitm9x8/512x384.jpg', 'https://html5.gamemonetize.com/zk99zkldgfzm89l2g56hhf5rfzitm9x8/', '0', 'Clicker', 0, 0, '', 'super-mario-wonder'), (2310, 'MonkeyMart Game', 'Monkey Mart is a very fun management game. Monkeys need a grocery store for shopping. Open your mini market right now. What is their favorite food? Of course, you should start growing bananas first. Collect the ripening bananas and place them on the counter. Here, the customers have already started to arrive. Collect the eggs of the chickens you feed with bananas and place them on the counter as well. Start selling food such as banana puree canned food, flour, bread, and milk with the money you have saved. Lets run to the most fun of shopping!', 'https://img.gamemonetize.com/kv55oxvots5vb1cl3g17te2xitdwgxpe/512x384.jpg', 'https://html5.gamemonetize.com/kv55oxvots5vb1cl3g17te2xitdwgxpe/', '0', 'Clicker', 0, 0, '', 'monkeymart-game'), (2311, 'Parking Supercar Unlocking Skills', 'Mastering the art of parking and driving a supercar requires precision, skill, and a deep understanding of the vehicles capabilities. In the exhilarating world of supercar enthusiasts, parking is not merely a mundane task but an opportunity to showcase finesse and control https://www.bestcrazygames.com', 'https://img.gamemonetize.com/b2en4jdgzx3qhbtnt2l9pbtvgnagg3ps/512x384.jpg', 'https://html5.gamemonetize.com/b2en4jdgzx3qhbtnt2l9pbtvgnagg3ps/', '0', 'Action', 0, 0, '', 'parking-supercar-unlocking-skills'), (2312, 'My Sweet Candy Outfits', 'Welcome to the My Sweet Candy Outfits. Rainbow high girls Skyler, Sunny, Ruby, and Violet are planning a weekend party. But a party without a theme is not fun! So they planned to be in Sweet candy themes. Help the girls to browse the wardrobe and pick the cute candy outfit for them. Play and have fun!', 'https://img.gamemonetize.com/57h9fa0af8sl60ju6pnh3utyyst4oebr/512x384.jpg', 'https://html5.gamemonetize.com/57h9fa0af8sl60ju6pnh3utyyst4oebr/', '0', 'Girls', 0, 0, '', 'my-sweet-candy-outfits'), (2313, 'Home Defense Zombie Siege', 'Home Defense Zombie Siege is a thrilling tower defense game that has taken the gaming world by storm. The game begins with a peaceful home that is suddenly under attack by hordes of terrifying zombies that threaten to destroy everything in their path.', 'https://img.gamemonetize.com/n31s33uesmu0ymd3sss4955m963p0bxu/512x384.jpg', 'https://html5.gamemonetize.com/n31s33uesmu0ymd3sss4955m963p0bxu/', '0', 'Girls', 0, 0, '', 'home-defense-zombie-siege'), (2314, 'Skibidi Toilet Jigsaw Puzzle 2', 'The most popular jigsaw puzzle game comes back with season 2! Skibidi Toilet Jigsaw Puzzles is a unique and funny jigsaw puzzle online game that features popular Skibidi hot-themed elements. If you are seeking interesting puzzle games, you cant miss it.', 'https://img.gamemonetize.com/12nysmbkkltwq6w2uvmeb77k4oi8b9cw/512x384.jpg', 'https://html5.gamemonetize.com/12nysmbkkltwq6w2uvmeb77k4oi8b9cw/', '0', 'Puzzles', 0, 0, '', 'skibidi-toilet-jigsaw-puzzle-'), (2315, 'Baby Taylor Pizza Delivery', 'Pizzas are so tasty and yummy to eat but what is better than eating a pizza? Taylor likes pizza best! She is about to open a pizza shop at home and offer delivery services. Today is the first day of business for the pizzeria, lets see who ordered the delicious pizza!', 'https://img.gamemonetize.com/4wwjfl7fqx3yuw9tjlnvj9hwvlw4159l/512x384.jpg', 'https://html5.gamemonetize.com/4wwjfl7fqx3yuw9tjlnvj9hwvlw4159l/', '0', 'Girls', 0, 0, '', 'baby-taylor-pizza-delivery'), (2316, 'Tank Battle Tank War', 'ake your own equipment and tanks to engage in epic battles in the hills and crush the most formidable enemies. Collect loot after each battle to upgrade your armored vehicles weapons. You can unlock new tanks and fight your own way. After each victory, you will be rewarded with countless gold coins and will rise to the position of greatest war marshal.', 'https://img.gamemonetize.com/h2uu6i6jr0s10xftbb2icdkb8kom40hp/512x384.jpg', 'https://html5.gamemonetize.com/h2uu6i6jr0s10xftbb2icdkb8kom40hp/', '0', 'Shooting', 0, 0, '', 'tank-battle-tank-war'), (2317, 'Cube Plus', 'Forget the existing 3 matches! Cube Plus features: &middot; Easy operation-Enjoy easily with play! &middot; Special Cube-Adds power to high scores and games! &middot; Distance Score-The deeper you go down, the higher your score!', 'https://img.gamemonetize.com/rszpag6r3lld9gn0ab33ksslxqt4sb05/512x384.jpg', 'https://html5.gamemonetize.com/rszpag6r3lld9gn0ab33ksslxqt4sb05/', '0', 'Puzzles', 0, 0, '', 'cube-plus'), (2318, 'Monster Truck Racing Battlegrounds', 'Welcome to Monster Truck Racing Battleground game. Monster trucks race to win on a racetrack. You need to win the race using the Blue Monster Truck. Other Monster Trucks are driven by artificial intelligence. Think you can beat the Artificial Intelligence Monster Trucks? Good luck to you in this race.', 'https://img.gamemonetize.com/ywxzmb1cg0sh15cjhn1aas3kbvlbmnsi/512x384.jpg', 'https://html5.gamemonetize.com/ywxzmb1cg0sh15cjhn1aas3kbvlbmnsi/', '0', 'Racing', 0, 0, '', 'monster-truck-racing-battlegrounds'), (2319, 'New Bottle Shooting Game', 'Bottle Gun Shooting is a new shooting operation with ultimate shooting fun and entertainment which enhances you shooting visions in free and frank manner in this bottle shooter game. Have faith in your shooting abilities and join this new application of free shooting games to expand you shooting ranges. You targeted role is to take an exact and accurate aim at your bottle target of ultimate bottle shoot 3d games.', 'https://img.gamemonetize.com/7tcd7m0kytx8m8j7hkblc5megj70pqyi/512x384.jpg', 'https://html5.gamemonetize.com/7tcd7m0kytx8m8j7hkblc5megj70pqyi/', '0', 'Arcade', 0, 0, '', 'new-bottle-shooting-game'), (2320, 'Zomblox.io', 'Multiplayer zombie survival game! Invite friends and defeat waves of zombies. Destroy loot boxes to get more powerful weapons. Play on 3 different maps or create your own maps using the level editor.', 'https://img.gamemonetize.com/rha2cyp1q8590dx3imb4gx8b7p74ilo3/512x384.jpg', 'https://html5.gamemonetize.com/rha2cyp1q8590dx3imb4gx8b7p74ilo3/', '0', 'Multiplayer', 0, 0, '', 'zombloxio'), (2321, 'Dirt Bike Mad Skills', 'The dirt race is beginning with the dirt bike riders on the various bike stunt parkours with the Dirt Bike Mad Skills game! Ride your bike through the valleys, canyons, and dangerous places to have the most exciting moments either in single-player game mode or in 2 player game mode. This chapter comes with more bike types and better bike features. Pick your bike and start your challenge right away!', 'https://img.gamemonetize.com/bygt69xh1ch76g6if7hh3s0vdq7neqx5/512x384.jpg', 'https://html5.gamemonetize.com/bygt69xh1ch76g6if7hh3s0vdq7neqx5/', '0', 'Racing', 0, 0, '', 'dirt-bike-mad-skills'), (2322, 'Tank War Machines', 'Incredibly dynamic and fun multiplayer game. Build your tank from dozens of parts, play with your friends &amp; dominate the arena - 3 vs 3 PVP action. Try different tactics and win. Choose a tank and join the battle! Tanks A Lot! features four distinct game modes: - shoot your way in a classic, adrenaline-filled Deathmatch - fight for resources in Brawl - be the last man standing in Battle Royale - play football in Tank-O-Ball, but with tanks!', 'https://img.gamemonetize.com/3ulpd2m1hkmcmaoruiq7abp1o5tlxnrw/512x384.jpg', 'https://html5.gamemonetize.com/3ulpd2m1hkmcmaoruiq7abp1o5tlxnrw/', '0', 'Shooting', 0, 0, '', 'tank-war-machines'), (2323, 'Crazy Helicopter', 'Make the right shot without touching the ground and destroy your enemy. The one who shoots five accurate shots and destroys his enemy wins. Compete with your friends and try to shoot down his helicopter with five accurate shots. Have fun, good games.', 'https://img.gamemonetize.com/zck56cadhrdfyf13bdmv76ystwho4im8/512x384.jpg', 'https://html5.gamemonetize.com/zck56cadhrdfyf13bdmv76ystwho4im8/', '0', 'Arcade', 0, 0, '', 'crazy-helicopter'), (2324, 'Pixel Ball League', 'Outshine your friends and assert your dominance by scoring five goals through precise shots. Embrace the exhilarating thrill of victory and savor the gratifying joy of outplaying your opponents at every turn. Get ready for filled with intense competition and memorable moments. Enjoy the journey!!', 'https://img.gamemonetize.com/ea9sxvc1urr1rzjwj2ue449rcfgn7560/512x384.jpg', 'https://html5.gamemonetize.com/ea9sxvc1urr1rzjwj2ue449rcfgn7560/', '0', 'Sports', 0, 0, '', 'pixel-ball-league'), (2325, 'Brain Find Can you find it?', 'If you are fan of tricky games, riddles, brain teasers, brain games or any other quiz game, Brain Find is one of the most choicer for you to exercise you brain. The fascinating brain puzzles would definitely surprise you: WOW! That’s amazing! This new puzzle game may break common sense and test your brain with outside the box solutions. Don’t be tricked! Just think differently and everything will help you feel refreshed! Enjoy yourself with your friends with this addictive and funny free IQ game!', 'https://img.gamemonetize.com/jciwtbfxgzykmo9w3z426rrquyhi54o6/512x384.jpg', 'https://html5.gamemonetize.com/jciwtbfxgzykmo9w3z426rrquyhi54o6/', '0', 'Puzzles', 0, 0, '', 'brain-find-can-you-find-it'), (2326, 'Hunt Skibidi Toilet', 'Hunt Skibidi Toilet game is a horror game with a character of Skibidi Toilet, and its also an action game. The game will take you to a faraway place where the Skibidi Toilet is haunting players around the world. Its an extremely scary yet enjoyable experience Skibidi Toilet that you can only get when playing this game. You have arrived at an abandoned city. To save you need to find all the weapons and escape from this cursed place. There are legends that at night a Skibidi Toilet through the area and looks for its prey. If he sees someone, he will turn into Skibidi Toilet and start catching up very fast!', 'https://img.gamemonetize.com/gg6xprmbuxfpg5iqytdiht8l4hw3uzxe/512x384.jpg', 'https://html5.gamemonetize.com/gg6xprmbuxfpg5iqytdiht8l4hw3uzxe/', '0', 'Adventure', 0, 0, '', 'hunt-skibidi-toilet'), (2327, 'Skibidi Toilet Rage', 'Skibidi Toilet takes action in some country with a rage to conquer. Save with your hero. While Skibidi Toilet say Dop Dop Yes Yes, be careful. He is so angry about you! The first Skibidi Toilet appeared. At first, many people thought that short videos or short videos were unclear, but because many watched, making Skibidi Toilet episodes. Over time, many people said: Start with memes, walk with battles. Skibidi Toilet initially only tells about a human head sticking out of the toilet, but over time it becomes a battle between the Cameraman and Speakerman against the Skibidi Toilets.', 'https://img.gamemonetize.com/fmamys2l2en0gi8f85096wgpveejy7da/512x384.jpg', 'https://html5.gamemonetize.com/fmamys2l2en0gi8f85096wgpveejy7da/', '0', 'Arcade', 0, 0, '', 'skibidi-toilet-rage'), (2328, 'Depicting the Perfect Parking Spot', 'Prepare yourself for a thrilling parking experience! Engage in an exhilarating game where your task is to skillfully park cars while steering clear of collisions. Immerse yourself in an incredible puzzle game with captivating gameplay. Utilize your finger to draw a path and skillfully navigate the car to its designated parking spot. Stay alert, as the risk of colliding with other vehicles is ever-present! Exercise caution and avoid crashing into walls or any other vehicles to successfully complete each puzzle. Plan your moves ahead of time and put your drawing skills to the test as you aim to safely park cars of various colors.', 'https://img.gamemonetize.com/autb243qdmik6hgy48ua2dbsi61aq73e/512x384.jpg', 'https://html5.gamemonetize.com/autb243qdmik6hgy48ua2dbsi61aq73e/', '0', 'Arcade', 0, 0, '', 'depicting-the-perfect-parking-spot'), (2329, 'Ninja Block', 'A ninja who needs to complete impossible tasks. New Amazing ModesClassic, Survive, Escape, Storm, Outcast, Rampage, Deadfall, Shuttle&hellip;&hellip;More... Coming Soon! No One Dies! You have one brain, two eyes, and ten fingers. You will need all them to survive. Can you last out 10s? Helping one dude to run and jump over objects is one thing. Have you got what it takes to control 2 - 36 stickman at the same? No One Dies is a test your brain hand game. Find out which one of you can run faster without tripping!', 'https://img.gamemonetize.com/i99e0jhggxucyl2jd73ustf72w2lafa8/512x384.jpg', 'https://html5.gamemonetize.com/i99e0jhggxucyl2jd73ustf72w2lafa8/', '0', 'Clicker', 0, 0, '', 'ninja-block'), (2330, 'Noob Challenge Rush', 'Welcome to the thrilling world of Noob Challenge Rush an action-packed HTML5 game where your survival skills will be put to the test. Can you outsmart the hordes of noobs and stay alive by swiftly dodging them while eliminating each one with your diamond-throwing abilities? Step into the challenge and find out! In this intense game, your mission is clear: run, dodge, and survive the relentless pursuit of the noobs. Utilize your agility to navigate through the obstacles and stay one step ahead of the pack. But mere evasion wont be enough &ndash; its time to fight back!', 'https://img.gamemonetize.com/ci5xvcgajyi98nua8xpa0x0a3dzc55tn/512x384.jpg', 'https://html5.gamemonetize.com/ci5xvcgajyi98nua8xpa0x0a3dzc55tn/', '0', 'Shooting', 0, 0, '', 'noob-challenge-rush'), (2331, 'Color Parrot', 'Color Parrot is an amazing and free to play coloring game where No download needed to play it. A magical world where your imagination takes flight and cool images of parrot come alive with the stroke of your colors! Step into a world filled with charm, beauty, and endless possibilities as you embark on a journey of creativity and relaxation. Coloring has been proven to reduce stress and anxiety, enhance focus and concentration, and stimulate mindfulness. Play around and have fun with colorful Parrot!', 'https://img.gamemonetize.com/46itxreij1zlrsruvzt4otccj7jt5suf/512x384.jpg', 'https://html5.gamemonetize.com/46itxreij1zlrsruvzt4otccj7jt5suf/', '0', 'Hypercasual', 0, 0, '', 'color-parrot'), (2332, 'Turn Based', 'Turn Based is a 3D game aim to test your defence and attack by tanks where this game simulates a fight between tanks where you have to save much as possible of your tanks from getting destroyed and repear them each time they are low health.', 'https://img.gamemonetize.com/nwhdcyiilovm0p9f5569lyquqaas4thm/512x384.jpg', 'https://html5.gamemonetize.com/nwhdcyiilovm0p9f5569lyquqaas4thm/', '0', 'Arcade', 0, 0, '', 'turn-based'), (2333, 'Prisoner of the dungeon', 'You are a prisoner and must escape from the dungeon. Touch arrows to move. Heart will make you gain life. Fruits will make you earn points and gain a little bit of life. Monsters will lower your life. Good luck!', 'https://img.gamemonetize.com/ehp62lmer7snkl0yxi9darb6sf4zph77/512x384.jpg', 'https://html5.gamemonetize.com/ehp62lmer7snkl0yxi9darb6sf4zph77/', '0', 'Hypercasual', 0, 0, '', 'prisoner-of-the-dungeon'), (2334, 'Garten Of Rainbow Monsters', 'Embark on an epic journey in Garten of Rainbow Monsters. Choose heroes Jack or Sara and battle fearsome foes like BanBan, Blue, Captain Fiddes, Cat, Huggy Wuggy, Jumbo Josh, and NabNab. Unleash powerful attacks, defeat monsters, and progress through stages. Reach the final stage for an ultimate showdown against a formidable boss. Save the garden from the Rainbow Monsters. The fate of the garden is in your hands!', 'https://img.gamemonetize.com/5mv8c9ym2sod7trmhxna4818oyf0auxb/512x384.jpg', 'https://html5.gamemonetize.com/5mv8c9ym2sod7trmhxna4818oyf0auxb/', '0', 'Action', 0, 0, '', 'garten-of-rainbow-monsters'), (2335, 'Trial Bike Racing Clash', 'A super bike racing experience begins with a stunt bike and a stunt rider with the Trial Bike Racing Clash! Dangerous rides in different zones will be waiting for you! This race can be played either in 1 player game mode or in 2 player game mode. Play both mission and skills game modes against a friend and race to the finish line. Customizable bikes and riders and various exciting game levels are waiting for you. It is not just important to go faster, also it is important to go without crashing. Let the ride begin!', 'https://img.gamemonetize.com/vqfqbnwpjpv5t77qupxckrz953obu9wd/512x384.jpg', 'https://html5.gamemonetize.com/vqfqbnwpjpv5t77qupxckrz953obu9wd/', '0', 'Racing', 0, 0, '', 'trial-bike-racing-clash'), (2336, 'Kitty Rush', 'Run, chase and dash with cute Kitty Rush in a fast, fun-filled endless runner. Now please help Kitty speed, slide and dodge through wild worlds where you have to challenging obstacles and keep moving forward.', 'https://img.gamemonetize.com/gnvtksczpjh4jmiuobleh6k0ei6i60d6/512x384.jpg', 'https://html5.gamemonetize.com/gnvtksczpjh4jmiuobleh6k0ei6i60d6/', '0', 'Racing', 0, 0, '', 'kitty-rush'), (2337, 'Pool Float Party', 'Blondie and Marie decide to have a pool party. Whats a party without cocktails? Lets make a refreshing soda, lemon, lime and mint leaf mojito together. In the meantime, Blondie is engaged in cocktails, Marie cleans up the area next to the pool. Help the girls create a unique party design. Now that everything is ready, girls can take care of themselves. Make up for each of the girls and choose the right outfit. Dont forget to complete the look with stylish accessories and choose an inflatable float of an original shape for girls.', 'https://img.gamemonetize.com/wbw7p5as97hbinfau6n0e2g9ojti8ooi/512x384.jpg', 'https://html5.gamemonetize.com/wbw7p5as97hbinfau6n0e2g9ojti8ooi/', '0', 'Girls', 0, 0, '', 'pool-float-party'), (2338, 'Friends Rainbow Survival Race', 'Survival Race: The Blue Rainbow Monster takes you on an adrenaline-fueled journey through a vibrant and enchanting world, where the formidable Blue Rainbow Monster reigns supreme. With its striking blue hue and extraordinary abilities, the monster stands out as a force to be reckoned with. As you participate in the intense Survival Race, you find yourself traversing treacherous terrains, confronting challenging obstacles, and always staying one step ahead of the relentless pursuit of the Blue Rainbow Monster. The race unfolds in a visually stunning environment, brimming with a kaleidoscope of colors and whimsical landscapes. Each corner hold', 'https://img.gamemonetize.com/6fpke3eo0qsc35x2ip2d5vgjrxz7wcg3/512x384.jpg', 'https://html5.gamemonetize.com/6fpke3eo0qsc35x2ip2d5vgjrxz7wcg3/', '0', 'Racing', 0, 0, '', 'friends-rainbow-survival-race'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (2339, 'Glamour BeachLife', 'Get ready to embrace the hottest summer trends as chic swimwear becomes the ultimate fashion statement. Whether you prefer a girly-girl casual style or want to shine at glamorous beach parties, weve got you covered. Join us in transforming cute swimsuits into breathtaking summer ensembles. Olivia, our expert fashionista, is here to share her valuable tips and tricks. Start playing the glamorous #BeachLife dress-up game for girls now, and discover how you can rock adorable swimsuits from sunrise to sunset!', 'https://img.gamemonetize.com/nwkkvcs8kx0xopplv301r5b51p95371i/512x384.jpg', 'https://html5.gamemonetize.com/nwkkvcs8kx0xopplv301r5b51p95371i/', '0', 'Girls', 0, 0, '', 'glamour-beachlife'), (2340, 'Yummy Dessert Shop', 'Sofia runs a dessert shop that sells juices, ice cream, and other desserts. Today, she is so busy that she cant treat all customers, could you give her a hand? Your job this day is to satisfy your customers orders and earn money. Make the right juice and ice cream for the customer as fast as you can. Have a try!', 'https://img.gamemonetize.com/ddxg90brzkbrv6m2z844fiioymjpcq9a/512x384.jpg', 'https://html5.gamemonetize.com/ddxg90brzkbrv6m2z844fiioymjpcq9a/', '0', 'Girls', 0, 0, '', 'yummy-dessert-shop'), (2341, 'Top Burger', 'Top Burger is a really fun game where you gonna play as a burger seller simulator and you try to get much as possible of money to unluck new cool stuff and also get more clients by upgrading your skills.', 'https://img.gamemonetize.com/t60f3ktp2l5lj0lnbc9t5ejar9k7gcda/512x384.jpg', 'https://html5.gamemonetize.com/t60f3ktp2l5lj0lnbc9t5ejar9k7gcda/', '0', 'Girls', 0, 0, '', 'top-burger'), (2342, 'Scribble World Platform Puzzle Adventure', 'Embark on a delightful platform puzzle adventure with Scribble World, where you control a unique scribble character in a world made of scribbles. Solve clever puzzles, find keys, and progress through challenging levels!', 'https://img.gamemonetize.com/hxx386wjejcge3e58x9pgzcr7feu1oy9/512x384.jpg', 'https://html5.gamemonetize.com/hxx386wjejcge3e58x9pgzcr7feu1oy9/', '0', 'Puzzles', 0, 0, '', 'scribble-world-platform-puzzle-adventure'), (2343, 'Fight Bros', 'Have you ever thrown a stone with a slingshot before? shoot and beat your friend with slingshot. It is a game that can be played for 2 players. Fight with each other with your friend. You have 3 lives. 3 lifeless dies and loses. fight to win. There are 3 different maps. Superpowers are falling because of the sky. Get the gift box and get your power. Kill your opponent with fish oranges and stars.', 'https://img.gamemonetize.com/c0z600ozef8ao5r4r4d3nh5mzgsnab3n/512x384.jpg', 'https://html5.gamemonetize.com/c0z600ozef8ao5r4r4d3nh5mzgsnab3n/', '0', 'Action', 0, 0, '', 'fight-bros'), (2344, 'They Are Coming 3D Game', 'In this action-packed game, players will step into the shoes of a fearless warrior, ready to take on hordes of enemies. The game takes place in a vibrant and immersive 3D world, offering stunning visuals and realistic sound effects that will captivate players from the beginning.', 'https://img.gamemonetize.com/v3hg782f33e4eze3aivitkli2qz8cmh8/512x384.jpg', 'https://html5.gamemonetize.com/v3hg782f33e4eze3aivitkli2qz8cmh8/', '0', 'Action', 0, 0, '', 'they-are-coming-d-game'), (2345, 'Skibidi Toilet Wars', 'Are you ready for the Battle of Skibi Toilets? Fight for world domination in space with Skibidi Toilet. This game is a single player game. You and Your Opponent Have 3 Hits. And the one with 0 Right to Hit is defeated. So your goal in the game is to hit the opponent 3 times. Have fun!', 'https://img.gamemonetize.com/403vxgif7m80edggube7b52m1hu6ascx/512x384.jpg', 'https://html5.gamemonetize.com/403vxgif7m80edggube7b52m1hu6ascx/', '0', 'Shooting', 0, 0, '', 'skibidi-toilet-wars'), (2346, 'Pink Finn', 'Adventure time finn is on a new adventure with his new clothes dyed pink.This challenging adventure consists of 10 different levels and various enemies.Collect kiwi, watermelon and bananas to complete the levels and open the portal', 'https://img.gamemonetize.com/3djfypgi5130lc6o7hzaqxpc33h7t5e7/512x384.jpg', 'https://html5.gamemonetize.com/3djfypgi5130lc6o7hzaqxpc33h7t5e7/', '0', 'Arcade', 0, 0, '', 'pink-finn'), (2347, 'Us army car transport truck', 'US Army Car Transport Truck Game is an exhilarating virtual experience that puts you in the drivers seat of a powerful military transport truck. Get ready to embark on an action-packed journey as you assume the role of an elite Army truck driver entrusted with the crucial task of transporting various military vehicles across challenging terrains. Immerse yourself in stunningly realistic graphics and immersive gameplay as you navigate through rugged landscapes, from treacherous mountainous regions to dense forests and arid deserts. Your mission is to transport a wide range of military cars, jeeps, and armored vehicles safely to their design', 'https://img.gamemonetize.com/qdngbsreegycovspssulw1ew91j8rkb3/512x384.jpg', 'https://html5.gamemonetize.com/qdngbsreegycovspssulw1ew91j8rkb3/', '0', 'Adventure', 0, 0, '', 'us-army-car-transport-truck'), (2348, 'Taxi Tycoon Urban Transport Sim', 'Taxi Tycoon: Urban Transport Simulator invites you to step into the dynamic world of urban transportation and embark on an exciting journey to become a successful taxi tycoon. In this captivating simulation game, you have the opportunity to build and manage your very own taxi empire, making strategic decisions and navigating the bustling city streets to achieve unparalleled success.', 'https://img.gamemonetize.com/5geca1ibzmqaotxo9z3c8r5g5yfi9yof/512x384.jpg', 'https://html5.gamemonetize.com/5geca1ibzmqaotxo9z3c8r5g5yfi9yof/', '0', 'Adventure', 0, 0, '', 'taxi-tycoon-urban-transport-sim'), (2349, 'Only Up!', 'Only Up! is an exciting arcade game in which you have to overcome obstacles and conquer heights. Inspired by the popular game Your task is to guide the character through a vertical labyrinth full of various obstacles. You must react quickly, jump accurately and climb up dexterously to avoid crashing into obstacles and falling down. As you progress through the various levels, you will encounter increasing difficulty and new challenges such as moving platforms and rotating obstacles.', 'https://img.gamemonetize.com/56gnglfyvrjub5gbxbzg6x471tao89db/512x384.jpg', 'https://html5.gamemonetize.com/56gnglfyvrjub5gbxbzg6x471tao89db/', '0', 'Arcade', 0, 0, '', 'only-up'), (2350, 'Tractor Challenge', 'In the new Tractor Challenge game, you have to conduct field trials of new tractor models that will soon go on sale. Selecting a specific tractor model you will see it in front of you on the screen. The tractor will stand on the road. By pushing the gas pedal, you will ride it on a road with a difficult terrain, gradually gaining speed. You will need to deftly drive a vehicle to overcome many dangerous sections of the road and even make ski jumps. The main thing is not to let the tractor roll over, because then you will fail the test.', 'https://img.gamemonetize.com/fs5o27zuvaq3topxuqk7tsbry3nuvfu7/512x384.jpg', 'https://html5.gamemonetize.com/fs5o27zuvaq3topxuqk7tsbry3nuvfu7/', '0', 'Racing', 0, 0, '', 'tractor-challenge'), (2351, 'Parking Car Pro ', 'Parking car Pro is a 3D game where you have to drive the car without colliding with any wall or any object to the green spot each level is harder than the level before it ,Do you think you have enough skills to beat this game ?', 'https://img.gamemonetize.com/oqkde4urjmwkuuo98p0i2airpqeh753d/512x384.jpg', 'https://html5.gamemonetize.com/oqkde4urjmwkuuo98p0i2airpqeh753d/', '0', 'Puzzles', 0, 0, '', 'parking-car-pro-'), (2352, 'Fast Food Universe', 'Do you like fast food? Then lets start a business where we can make money by producing fast food. Delicious burgers, French fries, pizzas, sweets. They all look delicious from each other. The customers are under the spell of the sweet smell coming from inside. Theres a queue at the door. Every job is waiting for you. You have to catch up with all of them. Take care of the customers. Serve the placed orders quickly. Take special care of VIP customers. Turn the wheel of surprise and use the advantages. You can see the order list in the upper right corner of the game screen. Being fast is very important in fast food businesses. Lets get invol', 'https://img.gamemonetize.com/e7w6kqjchyrxdrxs0mc96csvb9ek95g1/512x384.jpg', 'https://html5.gamemonetize.com/e7w6kqjchyrxdrxs0mc96csvb9ek95g1/', '0', 'Hypercasual', 0, 0, '', 'fast-food-universe'), (2353, 'Sakora Anime Dress Up', 'Sakora Anime Dress Up is a 3D girls. Enjoy a virtual experience that allows you to unleash your creativity by designing and customizing virtual 3d girl outfits and hair styles. The game also offers amazing dances and moves for your 3D girl. Have fun!', 'https://img.gamemonetize.com/l2cazn7f4np4ldwy791iimhuvl085caj/512x384.jpg', 'https://html5.gamemonetize.com/l2cazn7f4np4ldwy791iimhuvl085caj/', '0', 'Girls', 0, 0, '', 'sakora-anime-dress-up'), (2354, 'Penguin Splash', 'Penguin Splash is a fun and challenging online match 3 game. Link three or more penguins of the same color to make them splash and score points. Use special power-ups to clear the board and advance to the next level.', 'https://img.gamemonetize.com/56rrmas0lh58mi2oqgqg63bpz30dgxyc/512x384.jpg', 'https://html5.gamemonetize.com/56rrmas0lh58mi2oqgqg63bpz30dgxyc/', '0', 'Puzzles', 0, 0, '', 'penguin-splash'), (2355, 'Candy Match 3.1', 'Candy Match 3 Kit game is a highly addictive puzzle game that offers hours of fun. The objective of the game is to match three or more of the same candy pieces together to score points. The game is easy to pick up and play and offers a great challenge for all ages.', 'https://img.gamemonetize.com/8b2uq2h5br1enrqm6ulci6q1xobdjayg/512x384.jpg', 'https://html5.gamemonetize.com/8b2uq2h5br1enrqm6ulci6q1xobdjayg/', '0', 'Puzzles', 0, 0, '', 'candy-match-'), (2356, 'Merge Numbers 2048', 'Do you love 2048 puzzle games? Come and enjoy our game Merge Number 2048 with simple graphics and smooth gameplay. Swipe left and right to drop the balls and start merging balls with the same number. Can you get 2048?', 'https://img.gamemonetize.com/0qhoiiohxttj13iq1kg0u0ue0kt3hzi0/512x384.jpg', 'https://html5.gamemonetize.com/0qhoiiohxttj13iq1kg0u0ue0kt3hzi0/', '0', 'Puzzles', 0, 0, '', 'merge-numbers-'), (2357, 'Hexa Word', 'Hexa Word is a skill game where you have to create words using letters from the hexa size, challenge yourself by tapping or connecting letters from different hexa letters to make valid words, score as much as possible before time run out.', 'https://img.gamemonetize.com/zox0pu15xu4dmbk5axyuj2a79qvwthhi/512x384.jpg', 'https://html5.gamemonetize.com/zox0pu15xu4dmbk5axyuj2a79qvwthhi/', '0', 'Hypercasual', 0, 0, '', 'hexa-word'), (2358, 'Fairy of Lake Dressup', 'Lake fairy Vanessa is an amazing fairy. Her heart is full of goodness and beauty. She preserved the naturalness of the lake throughout her life. Let\'s dress Vanessa, who is in charge of protecting people and nature, very stylishly. Fun game.', 'https://img.gamemonetize.com/zqobdkyjrifgzjsg6kz8n851x0oukaqr/512x384.jpg', 'https://html5.gamemonetize.com/zqobdkyjrifgzjsg6kz8n851x0oukaqr/', '0', 'Girls', 0, 0, '', 'fairy-of-lake-dressup'), (2359, 'Super Sliding Puzzle', 'Super Slider Puzzle is a classic sliding puzzle game that offers endless fun and challenges. In this addictive game, you need to make the red block move to the bottom designated position. And without crossing other blocks. How many steps can you complete the challenge?', 'https://img.gamemonetize.com/ra21wx4grsjaxvbzter6m2j567xp990m/512x384.jpg', 'https://html5.gamemonetize.com/ra21wx4grsjaxvbzter6m2j567xp990m/', '0', 'Puzzles', 0, 0, '', 'super-sliding-puzzle'), (2360, 'My Nail Makeover', 'Pampering yourself is in the agenda! Getting your nails done is a hobby of yours? Well, take it to the next level with our new game My Nail Makeover and become a great nail artist! Nail Art isn&rsquo;t called an &ldquo;art&rdquo; for nothing! With My Nail Makeover you will be able to become a great nail designer, carrying out every step of a perfect manicure in your own beauty salon!', 'https://img.gamemonetize.com/y2mzlfendljeesdf4jddke8o8q1t6sa2/512x384.jpg', 'https://html5.gamemonetize.com/y2mzlfendljeesdf4jddke8o8q1t6sa2/', '0', 'Girls', 0, 0, '', 'my-nail-makeover'), (2361, 'Rainbow Girls Neon Fashion', 'Welcome to the Rainbow Girls Neon Fashion. Girls! Neon is always special and fun to wear! These Rainbow high girls are more fashionable in the latest trends. They planned to try this neon fashion. Join and help the girls with your creative ideas. Browse each wardrobe and try unique costumes for each girl! Have fun!', 'https://img.gamemonetize.com/5jm7xnweevwsuwsebgcj62zt10otzv2h/512x384.jpg', 'https://html5.gamemonetize.com/5jm7xnweevwsuwsebgcj62zt10otzv2h/', '0', 'Girls', 0, 0, '', 'rainbow-girls-neon-fashion'), (2362, 'Flip and Fight', 'In Flip and Fight, prepare for an adrenaline-pumping ragdoll adventure combining physics-based chaos and intense combat. As a nimble and flexible ragdoll warrior, youll engage in fierce battles against formidable enemies. Utilize your acrobatic skills to flip, tumble, and launch devastating attacks while dynamically manoeuvring through dynamic environments. Experiment with different fighting styles and unlock powerful abilities to unleash mayhem upon your adversaries. With a captivating blend of ragdoll physics, strategic combat, and captivating visuals, Flip and Fight offers a thrilling and unique gaming experience that will k', 'https://img.gamemonetize.com/u753fd0usgkcnwflbv9rh5iuhql1vmin/512x384.jpg', 'https://html5.gamemonetize.com/u753fd0usgkcnwflbv9rh5iuhql1vmin/', '0', 'Adventure', 0, 0, '', 'flip-and-fight'), (2363, 'Color Skibidi Toilet', 'Welcome to the super fun Color Skibidi Toilet game, a magical world where your imagination takes flight and skibidi toilet come alive with the stroke of your colors! Step into a world filled with charm, beauty, and endless possibilities as you embark on a journey of creativity and relaxation. Coloring has been proven to reduce stress and anxiety, enhance focus and concentration, and stimulate mindfulness. Have fun coloring!', 'https://img.gamemonetize.com/osn9t5n1mcdn2x02n702coqoxt131uba/512x384.jpg', 'https://html5.gamemonetize.com/osn9t5n1mcdn2x02n702coqoxt131uba/', '0', 'Puzzles', 0, 0, '', 'color-skibidi-toilet'), (2364, 'Noob Shooter Zombie', 'You are facing an exquisite action experience! In this unique and addictive game, you have to fight against swarms of cube zombies that appear as you move along the way. Your quick reflexes and sharp shooting will be your greatest weapons for survival. At each step, you will face cube zombies armed with various weapons. Bullet chests will appear in front of you on your journey and will allow you to collect bullets that will feed your weapon. If you run out of bullets, dont worry! By attacking the katana with your weapon, you can destroy the zombies. Your goal is to destroy the entire zombie army and move on! there are 8 different exciting ma', 'https://img.gamemonetize.com/88m7kpxmeiot3pk2m0knnzk1kfxfoion/512x384.jpg', 'https://html5.gamemonetize.com/88m7kpxmeiot3pk2m0knnzk1kfxfoion/', '0', 'Action', 0, 0, '', 'noob-shooter-zombie'), (2365, 'Shortcut Race Game', 'Collect and obtain more bricks as you are controlling the stickman running along with the platforms, kick them all to achieve a great score! Avoid different ones, or you will lose and stop. Join the game and have a blast in Shortcut Race Game which is really a simple and time-killing game.', 'https://img.gamemonetize.com/ri07xc9oo8zl64wz6bf5fihult0o5eqz/512x384.jpg', 'https://html5.gamemonetize.com/ri07xc9oo8zl64wz6bf5fihult0o5eqz/', '0', 'Action', 0, 0, '', 'shortcut-race-game'), (2366, 'Super Hero Race', 'Overcome many obstacles and reach the finish line to win the award and become the best. Facing various obstacles, choose the right hero to get to the finish line faster. Be careful not to stumble into traps.', 'https://img.gamemonetize.com/edergx7hlhyz8mzvdymrqvp6yrj4q8ff/512x384.jpg', 'https://html5.gamemonetize.com/edergx7hlhyz8mzvdymrqvp6yrj4q8ff/', '0', 'Arcade', 0, 0, '', 'super-hero-race'), (2367, 'dunk FallBall', 'dunk BasketBall is a really simple game where you have to only left click for pc players or touch screen for mobile players to make the basketball go up to a specific direction the ball must go into the basket to go to the next level.', 'https://img.gamemonetize.com/5oep3jqa7ey05jzs9en7bthq199pz98z/512x384.jpg', 'https://html5.gamemonetize.com/5oep3jqa7ey05jzs9en7bthq199pz98z/', '0', 'Clicker', 0, 0, '', 'dunk-fallball'), (2368, 'BFF Skating Practice', 'Lets make these beautiful girls Ava and Clara to get ready for roller skating game with the playground cleaning and select the cute dresses with suitable accesseries. Come and join this dressup games at 7sgames.com', 'https://img.gamemonetize.com/vkbx72cd2mlem7n17ldoxf2xe0lswq1h/512x384.jpg', 'https://html5.gamemonetize.com/vkbx72cd2mlem7n17ldoxf2xe0lswq1h/', '0', 'Girls', 0, 0, '', 'bff-skating-practice'), (2369, 'fall heroes Guys 3d', 'Fall Heroes Guys 3D! This exhilarating game is a fantastic blend of excitement and challenges, drawing inspiration from the beloved Fall Guys. In this thrilling 3D adventure, youll plunge into a whimsical world filled with daring obstacles, wacky characters, and intense multiplayer action! Join a hilarious cast of quirky Fall Heroes Guys as they compete in gravity-defying races and mind-bending obstacle courses. Navigate through dynamic landscapes, hopping, dashing, and tumbling your way to victory. But beware, the competition is fierce, and only the most skilled and strategic players will emerge triumphant!', 'https://img.gamemonetize.com/yocok5sw4zsau6c1881fo4znr39fx7m5/512x384.jpg', 'https://html5.gamemonetize.com/yocok5sw4zsau6c1881fo4znr39fx7m5/', '0', 'Multiplayer', 0, 0, '', 'fall-heroes-guys-d'), (2370, 'Nubic Stunt Car Crasher', 'Destroy the building blocks consisting of cube bricks! Choose one of the 3D Stunt cars. Take your place on the track. Drive your car down the ramp. You can only accelerate along the way. At the end of the road, you will encounter many obstacles as you fall down. These obstacles will slow you down. Speed is very important in this game. You can see the vehicle selection and upgrades on the game home screen. Dont forget to upgrade the engine power, nitro speed and bonus winnings. Break down characters and building blocks by overcoming obstacles. With the fun characters of the game world, everything is much more enjoyable. Have fun!', 'https://img.gamemonetize.com/lecr0rwoug0m76ombdap2yrrmblrj9k7/512x384.jpg', 'https://html5.gamemonetize.com/lecr0rwoug0m76ombdap2yrrmblrj9k7/', '0', 'Racing', 0, 0, '', 'nubic-stunt-car-crasher'), (2371, 'Rescue from Rainbow Monster Online', 'A small Impostor is tied up and confined to the room.He cuts the rope, rescues and collects unique skins. Simple and fun. Rescue from Rainbow Monster Online is an exciting casual puzzle game that brings the popular cut the rope concept to life. Available for free on Kiz10.com, this game offers a delightful and challenging experience for players of all ages. With its colorful visuals, engaging gameplay, and a touch of action, Rescue from Rainbow Monster Online is sure to captivate gamers seeking a fun and entertaining adventure. Website Developer <a href=\'https://kiz10.com\'>https://kiz10.com</a>', 'https://img.gamemonetize.com/747v6poddba7w1b1n39dihdf6tmz34gn/512x384.jpg', 'https://html5.gamemonetize.com/747v6poddba7w1b1n39dihdf6tmz34gn/', '0', 'Clicker', 0, 0, '', 'rescue-from-rainbow-monster-online'), (2372, 'Poor Eddie Game', 'Poor Eddie, he always gets put in the worst situations. From being thrown up in the air by a trampoline and kicked mid-air to being blown up by a bomb and thrown over large pits, Eddie never gets a break. In Poor Eddie, you take control of the man himself and must navigate each level by figuring out how to get Eddie over the finish line! There are tons of obstacles in the game like spikes and TnT, but also lots to help you like elevators or lifts to take you where you need to go! Can you protext Eddie and get him to where he needs to go?', 'https://img.gamemonetize.com/w6reafq5j9uxyi8hsza6fzc6a1eu8z1c/512x384.jpg', 'https://html5.gamemonetize.com/w6reafq5j9uxyi8hsza6fzc6a1eu8z1c/', '0', 'Clicker', 0, 0, '', 'poor-eddie-game'), (2373, 'Skibidi Toilet Maze', 'You can only enter forward, backward, right, left or east with the arrow keys. It cannot be controlled by any other key. In a labyrinth filled with Skibidi Toilets, you only need to be able to survive by escaping. Think you can escape from Skibidi Toilets? This is something impossible. But how about you try it anyway? If you lose, remember that you have the right to try again. We wish you good luck in the maze!', 'https://img.gamemonetize.com/oha7j6w9safr5whk73kmo567mtveip5t/512x384.jpg', 'https://html5.gamemonetize.com/oha7j6w9safr5whk73kmo567mtveip5t/', '0', 'Action', 0, 0, '', 'skibidi-toilet-maze'), (2374, 'School Graduation Beach Party', 'Our friends Adellal, Rebeccal, Sofia and Zoe, the four of them are going to graduate from college. They miss their college life very much. So they want to hold a beach party to record this moment. You can help them put on their beautiful clothes and finally take a perfect photo at the seaside.', 'https://img.gamemonetize.com/h9b1x8b043do7b6pj5m8jw9s10t9parj/512x384.jpg', 'https://html5.gamemonetize.com/h9b1x8b043do7b6pj5m8jw9s10t9parj/', '0', 'Girls', 0, 0, '', 'school-graduation-beach-party'), (2375, 'Filled Glass 5', 'Filled Glass 5 is a simple yet engaging physics-based puzzle game that challenges you to pour the water and avoid obstacles in order to fill the glass. This game not only enhances your spatial awareness and logical reasoning but also hones your critical thinking and problem-solving skills. Filled Glass 5 is a simple, enjoyable, and fast-paced physics-based puzzle game that helps train your mind and improves problem-solving skills while providing entertainment.', 'https://img.gamemonetize.com/vigey2dhvsva6zpbazkefpp178emymw5/512x384.jpg', 'https://html5.gamemonetize.com/vigey2dhvsva6zpbazkefpp178emymw5/', '0', 'Puzzles', 0, 0, '', 'filled-glass-'), (2376, 'Blow Them Down', 'Blow Them Down is a Blow and Inhale Game. Player can contrl Blow and Inhale to defeat AI Player. And this Game support two Players, you can play with you friends at your Party. When you blow something into your opponents mouth, you will Win', 'https://img.gamemonetize.com/9p4cyuxko6vvy292cr8y8uq9q7tuqht1/512x384.jpg', 'https://html5.gamemonetize.com/9p4cyuxko6vvy292cr8y8uq9q7tuqht1/', '0', '3D', 0, 0, '', 'blow-them-down'), (2377, '11111111', '', 'https://img.gamemonetize.com/zq3qyh7jj78a46mpgmx08ja8czy2qqb9/512x384.jpg', 'https://html5.gamemonetize.com/zq3qyh7jj78a46mpgmx08ja8czy2qqb9/', '0', '3D', 0, 0, '', ''), (2378, 'Hoops &amp Fruits', 'Get ready for a slam dunk of fun with Hoops &amp; Fruits, the ultimate basketball puzzle game! Score points by shooting hoops and solving challenging puzzles, all while enjoying a fruity twist. With over 100 levels to play, youll never run out of excitement as you work your way through increasingly difficult challenges. Master the game by perfecting your aim and using power-ups to clear tricky obstacles. Whether youre a basketball fanatic or just looking for a fun and addictive puzzle game, Hoops', 'https://img.gamemonetize.com/lq9fckxfx08v52umn29ys5zgg2zopw2p/512x384.jpg', 'https://html5.gamemonetize.com/lq9fckxfx08v52umn29ys5zgg2zopw2p/', '0', 'Sports', 0, 0, '', 'hoops-ampamp-fruits'), (2379, 'Save My Sheep', 'Save My Sheep is the second version of the popular cute game that has made all the kids in the world fall in love with it. The gameplay consists of rescuing a little dog with the help of drawing, which is in trouble. To test your drawing skills and create key resistances around the Sheep, all you need to do is be careful and quick, because he is in great danger. Ready to save the baby? Then lets start!', 'https://img.gamemonetize.com/8ggr6r9mciywptxmto5ou1kqvd7m54wm/512x384.jpg', 'https://html5.gamemonetize.com/8ggr6r9mciywptxmto5ou1kqvd7m54wm/', '0', 'Puzzles', 0, 0, '', 'save-my-sheep'), (2380, 'My Cute Dog Daisy', 'Daisy is my favorite friend. Bought new clothes for my cute dog Daisy. Daisy loves pink and red. Let\'s dress her so fancy', 'https://img.gamemonetize.com/bv4efioz2e4maaqz5ap1t8srv0dysigp/512x384.jpg', 'https://html5.gamemonetize.com/bv4efioz2e4maaqz5ap1t8srv0dysigp/', '0', 'Girls', 0, 0, '', 'my-cute-dog-daisy'), (2381, 'Yatosan', 'Yatosan is a 2D cute little platformer where you have to collect the slices of cheese while avoiding the enemies, spikes, ground saws and reach the Exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/svsosg1djiyd6sjm3lzw89kfwauofh1s/512x384.jpg', 'https://html5.gamemonetize.com/svsosg1djiyd6sjm3lzw89kfwauofh1s/', '0', 'Arcade', 0, 0, '', 'yatosan'), (2382, 'Simple Snake', 'Snake game is a classic arcade-style game where the player controls a growing snake. The goal of the game is to eat as many pieces of food as possible while avoiding colliding with the walls or the snake\\\\s own body. As the snake eats the food, it grows longer, making it harder to maneuver without running into itself. The game ends when the snake collides with a wall or its own body. It is a simple yet addictive game that has been enjoyed by players for decades.', 'https://img.gamemonetize.com/bh2bcd2pjsmrqxpgur4myck3st8gctrj/512x384.jpg', 'https://html5.gamemonetize.com/bh2bcd2pjsmrqxpgur4myck3st8gctrj/', '0', 'Arcade', 0, 0, '', 'simple-snake'), (2383, 'SQUID PUZZLE', 'SQUID PUZZLE is a really funny educational game which is a patience game from the puzzle category which involves reconstructing a two-dimensional object using pieces that fit together.Have fun while playing it.', 'https://img.gamemonetize.com/93rlosuk84pcwg7ujk16c5zartrjgclm/512x384.jpg', 'https://html5.gamemonetize.com/93rlosuk84pcwg7ujk16c5zartrjgclm/', '0', 'Puzzles', 0, 0, '', 'squid-puzzle'), (2384, 'Bounce Big Online', 'Bounce Big is a challenging but super fun new arcade game! Your goal will be to cross obstacles and defeat your opponents! For this, you need to collect some items to achieve the purpose of being bounced into the sky. Although this looks very funny, Bounce Big has addictive gameplay and a 3D art style. If you like this game, dont forget to share it with friends!', 'https://img.gamemonetize.com/zyvb37e49g4s76k2tryc6cs146pr2u8x/512x384.jpg', 'https://html5.gamemonetize.com/zyvb37e49g4s76k2tryc6cs146pr2u8x/', '0', 'Puzzles', 0, 0, '', 'bounce-big-online'), (2385, 'Fashion Girls Beach Swimsuit', 'Zoe, Bella and Adella decide to take a holiday on the beach this weekend, but at first they need to choose some fashion swimsuits to attract others. You should come here and enjoy this vacation with them, come on!', 'https://img.gamemonetize.com/rch2ah0cz79ln6qtg1cfen9fa0mcj3xc/512x384.jpg', 'https://html5.gamemonetize.com/rch2ah0cz79ln6qtg1cfen9fa0mcj3xc/', '0', 'Girls', 0, 0, '', 'fashion-girls-beach-swimsuit'), (2386, 'Baby Panda Food Party', 'Baby Panda is a food-loving bear who has a wide variety of delicious treats in his kitchen. However, today, our playful Panda is out exploring and his delightful munchies have come up with a brilliant idea. They have decided to throw a fabulous dress-up party for themselves while Baby Panda is away. But before they can commence their merrymaking, the foodie gang needs your assistance to get all dolled up in fancy attires. Will you lend a helping hand in dressing up the delightful edible ensemble? And to express their gratitude, the foodies will extend a warm invitation for you to join their exciting dress-up bash!', 'https://img.gamemonetize.com/bwninp2a3pbcmj17art368nm0182tn2s/512x384.jpg', 'https://html5.gamemonetize.com/bwninp2a3pbcmj17art368nm0182tn2s/', '0', 'Girls', 0, 0, '', 'baby-panda-food-party'), (2387, 'Cooking Trendy', 'Do you want your food to bring joy to everyone? Theres nothing better than cooking in your own restaurant.Let Cooking Trend make your dreams come true ??When playing Cooking Trend, you will transform into a famous chef, creating delicious dishes to satisfy diners every day.Not only that, you will receive attractive rewards after completing each mission and use them to upgrade items, build your own restaurant.', 'https://img.gamemonetize.com/docrms4jca8iu8kndsglrihp3ihf3xh8/512x384.jpg', 'https://html5.gamemonetize.com/docrms4jca8iu8kndsglrihp3ihf3xh8/', '0', 'Cooking', 0, 0, '', 'cooking-trendy'), (2388, 'parallel universe city adventure', 'Welcome to our groundbreaking 2D puzzle city game! Shift the cityscape, solve intricate puzzles, and unleash your creativity as the sole player. Get ready for an immersive journey through a dynamic urban labyrinth where you hold the power to reshape the metropolis. Are you up for the challenge? Lets begin.', 'https://img.gamemonetize.com/n57uz6npq7qcd5z3x02razxdijo3woay/512x384.jpg', 'https://html5.gamemonetize.com/n57uz6npq7qcd5z3x02razxdijo3woay/', '0', 'Puzzles', 0, 0, '', 'parallel-universe-city-adventure'), (2389, 'Penguin Love', 'Penguin Love Puzzle &ndash; Template for Construct 3 is a game Arcade it&rsquo;s a classic style game, developed with Construct 3, Touch the squares and swap them to solve the puzzle and reach the penguin&rsquo;s goal. This template developed with Construct 3, has a clean and orderly code, which will make it very easy for you to reskin and publish your own game, or simply see the code and understand certain functions to implement them in your own developments. The template has beautiful graphics made with pixel art. If you&rsquo;re searching to publish hyper casual games or maybe a parent who wants to make child games, you&rsquo;ll find an easy way to start.', 'https://img.gamemonetize.com/5fpw3s0ptle62eezuw4f0eszqoqztqq1/512x384.jpg', 'https://html5.gamemonetize.com/5fpw3s0ptle62eezuw4f0eszqoqztqq1/', '0', 'Puzzles', 0, 0, '', 'penguin-love'), (2390, 'Skibidi Toilet Puzzle', 'Skibidi Toilet Puzzle is a funny jigsaw puzzle game. You can select one of the nine images and then select one of the four modes (16, 36, 64 and 100 pieces). Select your favorite picture and complete the jigsaw in the shortest time possible! Have fun and enjoy!', 'https://img.gamemonetize.com/y3fs2hldpu6rdhbh5ika7ktg74o6pf7o/512x384.jpg', 'https://html5.gamemonetize.com/y3fs2hldpu6rdhbh5ika7ktg74o6pf7o/', '0', 'Puzzles', 0, 0, '', 'skibidi-toilet-puzzle'), (2391, 'DuckWAK', 'Are you ready for the adventure of 2 duck brothers? The adventures are very challenging and extremely scary. duck brothers need to survive. Help them and get them to the finish line. Help the duck brothers with your friend. Get the star and get super power.', 'https://img.gamemonetize.com/5fxyom8tolzclgq8l22xco0ofpo0jbhj/512x384.jpg', 'https://html5.gamemonetize.com/5fxyom8tolzclgq8l22xco0ofpo0jbhj/', '0', 'Adventure', 0, 0, '', 'duckwak'), (2392, 'Suburbs Zombie Driving', 'Suburbs Zombie Driving is an action packed driving game where you mission is to drive across the suburbs and crush the given amount of zombies on each level in order to win and unlock lots of different cars.', 'https://img.gamemonetize.com/skgl38xo2yo93ikgbkpozxjrz9b2img5/512x384.jpg', 'https://html5.gamemonetize.com/skgl38xo2yo93ikgbkpozxjrz9b2img5/', '0', 'Racing', 0, 0, '', 'suburbs-zombie-driving'), (2393, 'Desert Building Stacking', 'Your objective is to build a bloks that reaches great heights while maintaining stability. The taller the building you build, the more points you earn. Your task is to strategically place these blocks on top of each other to construct a stable and towering structure. Take your time and carefully plan each move to ensure a stable construction. Your score is determined by the height of the bloks you manage to build. However, you can always restart the level and try again to improve your construction skills. Remember, the key to success in Desert Building Stacking is a combination of careful planning, precise block placement, and maintainin', 'https://img.gamemonetize.com/2trxtfcqx3eeejjyr49fb976pbq7a2ol/512x384.jpg', 'https://html5.gamemonetize.com/2trxtfcqx3eeejjyr49fb976pbq7a2ol/', '0', 'Hypercasual', 0, 0, '', 'desert-building-stacking'), (2394, 'SQUID SKIBIDI', 'SQID SKIBIDI is mixed game between each of squid game and squibidi its a really fun game where you have to drag your mouse when the green light is on to run and stand without making any move when the red light is on.', 'https://img.gamemonetize.com/zc2smtbp08wzv5i69fkq5s9j1zvh6uvj/512x384.jpg', 'https://html5.gamemonetize.com/zc2smtbp08wzv5i69fkq5s9j1zvh6uvj/', '0', 'Racing', 0, 0, '', 'squid-skibidi'), (2395, 'Tractor Trail Challenge', 'Tractor Trail Challenge is an adrenaline-pumping off-road adventure that puts your driving skills to the test. Jump behind the wheel of a powerful tractor and navigate treacherous terrains, including rugged mountains, dense forests, and muddy swamps. Tackle challenging obstacles like steep inclines, deep water crossings, and slippery slopes. With realistic physics and stunning graphics, this game offers an immersive experience. Customize your tractor with upgrades and unlock new levels as you master each course. Can you conquer the Tractor Trail Challenge and become the ultimate off-road champion?', 'https://img.gamemonetize.com/wl8unuugy3b3qobbsx7v2hvxkhaiiw2n/512x384.jpg', 'https://html5.gamemonetize.com/wl8unuugy3b3qobbsx7v2hvxkhaiiw2n/', '0', 'Arcade', 0, 0, '', 'tractor-trail-challenge'), (2396, 'Zombie Area', 'The numbers of zombies keep increasing day by day and the zombies have started to invade the house, you need to find the exit by clearing them all and surviving!', 'https://img.gamemonetize.com/9n6r71bt2anodx733obqb4rtfvqi8byl/512x384.jpg', 'https://html5.gamemonetize.com/9n6r71bt2anodx733obqb4rtfvqi8byl/', '0', 'Action', 0, 0, '', 'zombie-area'), (2397, 'Realistic Wheelbarrow', 'Think of a mountain and a wheelbarrow and a track with challenging obstacles, you should be able to climb that mountain with the wheelbarrow so balanced that you can reach the destination and enjoy the view!', 'https://img.gamemonetize.com/bbxkyuh2uii2h15ex5lyv50qvxlbrpn7/512x384.jpg', 'https://html5.gamemonetize.com/bbxkyuh2uii2h15ex5lyv50qvxlbrpn7/', '0', 'Action', 0, 0, '', 'realistic-wheelbarrow'), (2398, 'Rainbow Monster Impostor Catcher', 'Look no further than Rainbow Monster Impostor Catcher! In this thrilling game, youll take control of Rainbow Blue as you embark on a mission to capture the mischievous Among Us characters before time runs out. With its captivating gameplay and addictive challenges, Rainbow Monster Impostor Catcher guarantees hours of fun and entertainment. Whether youre a fan of strategy games, action-packed adventures, or puzzle-solving quests, this game has it all. Website Developer <a href=\'https://kiz10.com\'>https://kiz10.com</a>', 'https://img.gamemonetize.com/izpx2q93ri3o86i81yqoh7zy4gj2dqqn/512x384.jpg', 'https://html5.gamemonetize.com/izpx2q93ri3o86i81yqoh7zy4gj2dqqn/', '0', 'Hypercasual', 0, 0, '', 'rainbow-monster-impostor-catcher'), (2399, 'Target Triumph ', '(60 Levels) - Welcome to an adrenaline-pumping battleground where your tactical skills and sharp wit are put to the test! In this thrilling game, you find yourself in a dynamic 2D environment, constantly on the move while facing a relentless enemy. But here&rsquo;s the twist: before you can take your shot, you must solve a mind-bending riddle cleverly placed between you and your target. Only by unraveling the riddle&rsquo;s secrets can you align your crosshairs and deliver a precise strike to eliminate your foe. you&rsquo;ll need lightning-fast reflexes, strategic thinking, and a knack for deciphering clues to emerge victorious.', 'https://img.gamemonetize.com/u0ss0tdywly1w683rhu75mvfrpi64mvi/512x384.jpg', 'https://html5.gamemonetize.com/u0ss0tdywly1w683rhu75mvfrpi64mvi/', '0', 'Shooting', 0, 0, '', 'target-triumph-'), (2400, 'Little Princesss Fashion', 'Welcome to the princesss castle! Congrats! You are the princesss personal stylist now! Your job is to design dazzling looks for the princess, including dresses, makeup, accessories, etc. Well, lets start the work today! How are you going to dress up the princess? How about starting with a facial, then designing red-colored makeup and a wavy hairstyle, and finishing with shiny nails? There are various makeup items like hair dye and lipsticks that you can use in the castle. Lets create a New Years look for the princess!', 'https://img.gamemonetize.com/u3v588gcl79z9zp6ayhpqbwgsfjtm742/512x384.jpg', 'https://html5.gamemonetize.com/u3v588gcl79z9zp6ayhpqbwgsfjtm742/', '0', 'Girls', 0, 0, '', 'little-princesss-fashion'), (2401, 'Find 6 Differences', 'Find 6 Differences is a casual puzzle game where you need to find the differences between two seemingly identical images and spot them. The game is simple yet entertaining, with each round lasting just a few minutes, making it perfect for unwinding in your free time. Can you find out all the differences? Come and have fun!', 'https://img.gamemonetize.com/wb2cwnqf7vbiw802zwbg3kx5twqkyrvj/512x384.jpg', 'https://html5.gamemonetize.com/wb2cwnqf7vbiw802zwbg3kx5twqkyrvj/', '0', 'Boys', 0, 0, '', 'find--differences'), (2402, 'Girl Money Rush', 'an exciting journey and shape your destiny by choosing from a myriad of captivating professions. In this thrilling adventure, you have the power to elevate your current career or embrace a fresh path brimming with possibilities. The ultimate goal is to reach the end of the day, but thats not all&mdash;along the way, youll encounter numerous money bills waiting to be collected. Keep your eyes peeled and seize every opportunity to amass a fortune!', 'https://img.gamemonetize.com/n3u4ol4qqhs4fo2mifr6qnr18bb7r28d/512x384.jpg', 'https://html5.gamemonetize.com/n3u4ol4qqhs4fo2mifr6qnr18bb7r28d/', '0', 'Arcade', 0, 0, '', 'girl-money-rush'), (2403, 'WuggyMissy Change', 'Have you ever escaped from a forest with monsters before? yes you need to collect stars in this forest. Help sisters Wuggy and Missy on their adventure in the forest. join the adventure. Protect yourself from dangers in your adventures. How many monsters are everywhere from dangers. be careful monsters can kill you. You have to reach the finish line in order. Remember time is running. If the time in the game runs out, you lose. You can play with 2 friends in turns or you can play alone. dont stop run get the stars and reach the finish line.', 'https://img.gamemonetize.com/p3q92k7ajuvyzkx6fvs28u41hx1v7phw/512x384.jpg', 'https://html5.gamemonetize.com/p3q92k7ajuvyzkx6fvs28u41hx1v7phw/', '0', 'Arcade', 0, 0, '', 'wuggymissy-change'), (2404, 'Tiny Football Cup', 'Become a football legend by winning all the tournaments and matches! Unlock all the leagues and play with 28 different teams. Prove to your friends you are the number one football player. Play and Score! Endless 3 Turnaments Local Multiplayer Mode 28 Teams', 'https://img.gamemonetize.com/dzitjk45xlzs7cmsqfo6v6vos58y4jc8/512x384.jpg', 'https://html5.gamemonetize.com/dzitjk45xlzs7cmsqfo6v6vos58y4jc8/', '0', 'Sports', 0, 0, '', 'tiny-football-cup'), (2405, 'Pocket Tennis', 'Pocket Tennis is the best tennis game ever! Enjoy thrilling gameplay, beautiful graphics and pack of action! Pick your racket and choose your ball. Get ready to go onto the court in this brand new tennis game! Pocket Tennis is a great addition to the world of mobile sports games. Experience tennis like never before, in this fresh and easy to play tennis game. In Pocket Tennis you will enjoy a casual gameplay experience, while still remaining loyal to the original game. Clash with your opponents and smash hard!', 'https://img.gamemonetize.com/z18oyrpxlzo1c47krfwhf4wwx10nqkvw/512x384.jpg', 'https://html5.gamemonetize.com/z18oyrpxlzo1c47krfwhf4wwx10nqkvw/', '0', 'Sports', 0, 0, '', 'pocket-tennis'), (2406, 'Archery Skills', 'Welcome to this amazing Archery Skills game where you have the opportunity to show your skills in shooting accuracy. This game contains many levels where you can choose characters but you have to earn enough stars to buy them. You can also upgrade your shooter.', 'https://img.gamemonetize.com/t68fhkhs7ncdb5yzqhl7mjiu4l25rfd2/512x384.jpg', 'https://html5.gamemonetize.com/t68fhkhs7ncdb5yzqhl7mjiu4l25rfd2/', '0', 'Adventure', 0, 0, '', 'archery-skills'), (2407, 'PolyPilot Park n Smile', 'Welcome to PolyPilot: Park n Smile, an enchanting low poly cartoon vehicle parking game! Embark on a delightful adventure where precision and finesse are the keys to success. With its charming visuals and whimsical atmosphere, PolyPilot offers a unique experience like no other. Manoeuvr your adorable vehicle through a variety of challenging parking scenarios, from bustling city streets to tranquil countryside hideaways. Immerse yourself in the vibrant world as you navigate tight spaces, avoid obstacles, and master the art of parking. Can you park flawlessly and make your vehicle smile? Get ready to test your skills and spread joy with PolyP', 'https://img.gamemonetize.com/yx6cvtckhflkmnj3wdmia3vogt4kr90q/512x384.jpg', 'https://html5.gamemonetize.com/yx6cvtckhflkmnj3wdmia3vogt4kr90q/', '0', 'Puzzles', 0, 0, '', 'polypilot-park-n-smile'), (2408, 'Rise in Sky', 'Welcome to Rise in Sky Game! Protect fragile creatures from a variety of obstacles and falling objects. Clear your way as you reach higher and higher! Challenge your friends for the highest score or play Arcade mode to complete small missions!', 'https://img.gamemonetize.com/yfecjwaf7w3gdc0krjylm7dvtkd1iphs/512x384.jpg', 'https://html5.gamemonetize.com/yfecjwaf7w3gdc0krjylm7dvtkd1iphs/', '0', 'Arcade', 0, 0, '', 'rise-in-sky'), (2409, 'Sailor Battle Outfit', 'Every girl likes Sailor Style! Especially when they are wearing sailor suits. Here are five fashion, Sofia, Zoe, Adella, Jade, Bella, they like Sailor suit most. They happen to be going to the masquerade party. Please help these girls to dress up like Sailor Girls! Have fun during the dress-up time!', 'https://img.gamemonetize.com/tim2jwaqnam9ria8byybauhgk4cvbgw4/512x384.jpg', 'https://html5.gamemonetize.com/tim2jwaqnam9ria8byybauhgk4cvbgw4/', '0', 'Hypercasual', 0, 0, '', 'sailor-battle-outfit'), (2410, 'Funny Skibidi Toilet Face', 'Funny Skibidi Toilet Face is a super fun online game for kids that you can play for free. Its in HTML5, No Need to Install it! Make the funniest face of our famous Skibidi Toilet character! Play around and have fun!', 'https://img.gamemonetize.com/sxpe7t5j4er3r9a0upv3kuxgf8s5emey/512x384.jpg', 'https://html5.gamemonetize.com/sxpe7t5j4er3r9a0upv3kuxgf8s5emey/', '0', 'Hypercasual', 0, 0, '', 'funny-skibidi-toilet-face'), (2411, 'Delete Story Dop Brain Puzzle', 'Delete Story - Dop Brain Puzzle is a challenging and fun online puzzle game for free. This game is designed to test the players thinking ability and reaction speed. It allows players to have a good time while searching for answers.', 'https://img.gamemonetize.com/228a4b6vws3urlg8a74ef8aj8cf5xboi/512x384.jpg', 'https://html5.gamemonetize.com/228a4b6vws3urlg8a74ef8aj8cf5xboi/', '0', 'Boys', 0, 0, '', 'delete-story-dop-brain-puzzle'), (2412, 'Stick Legions', 'Monsters have attacked your village! You are the only survivor! Are you ready to shoulder the important task of saving the village and defeating the army of monsters? Come and play Stick Legins to rescue your stickman companions, drive away monsters, and become a hero of justice!', 'https://img.gamemonetize.com/jvv9e8al0014k2s1xgwut4058ltwh8ob/512x384.jpg', 'https://html5.gamemonetize.com/jvv9e8al0014k2s1xgwut4058ltwh8ob/', '0', 'Boys', 0, 0, '', 'stick-legions'), (2413, 'Skibidi Toilet Shoot Out', 'Skibidi Toilet Shoot Out is super fun shooting game that you can play online for free. Its in HTMl5, No Need to Install it! The aim of the game is to shoot as many Skibidi Camerman as possible and make a highscore! Start playing and have fun!', 'https://img.gamemonetize.com/xfyxid84j269wdsllylsc044vd72mlzw/512x384.jpg', 'https://html5.gamemonetize.com/xfyxid84j269wdsllylsc044vd72mlzw/', '0', 'Shooting', 0, 0, '', 'skibidi-toilet-shoot-out'), (2414, 'SkyTractor Parking', 'Welcome to SkyTractor Park, the ultimate thrill-seeking adventure where youll experience the adrenaline rush of maneuvering tractors on towering skyscrapers. Get ready to test your skills in this heart-pounding parking challenge as you navigate through precarious heights and tight spaces. With realistic physics and stunning urban landscapes, SkyTractor Park offers an immersive and exhilarating gameplay experience. Show off your precision and control as you perform daring stunts and perfect your parking techniques. Can you conquer the urban heights and become the master of SkyTractor Park? Get behind the wheel and embark on this sky-high trac', 'https://img.gamemonetize.com/p55ys1z4esv4ostmoseqvddb05dauziw/512x384.jpg', 'https://html5.gamemonetize.com/p55ys1z4esv4ostmoseqvddb05dauziw/', '0', 'Arcade', 0, 0, '', 'skytractor-parking'), (2415, 'Mini Tooth', 'Mini Tooth has a unique ability to teleport, allowing him to traverse the game world effortlessly with incredible speed and flexibility. The teleport ability grants the player the power to instantly move from one location to another, bypassing obstacles, enemies, and other dangers in their path. collect the keys and open the gate complete each level.', 'https://img.gamemonetize.com/sbatyg3xay39ba77p7c9vau07ty04gm8/512x384.jpg', 'https://html5.gamemonetize.com/sbatyg3xay39ba77p7c9vau07ty04gm8/', '0', 'Puzzles', 0, 0, '', 'mini-tooth'), (2416, 'Princess Color Number', 'Princess Coloring By Number is a color filler game. Princess Coloring Book is an awesome coloring book for kids and adults with beautiful and cute princess coloring pages painted by numbers! Our princess coloring book is primarily for girls of all ages, but its for all princess lovers, from 0 to 100 years old!', 'https://img.gamemonetize.com/lchueh3gpki8r358kv95y9qfg5wxpg3w/512x384.jpg', 'https://html5.gamemonetize.com/lchueh3gpki8r358kv95y9qfg5wxpg3w/', '0', 'Hypercasual', 0, 0, '', 'princess-color-number'), (2417, 'Spider Solitaire Pro', 'Spider Solitaire is a card game that uses two decks of cards. The more cards, the more exciting the solitaire! You will really need to use your concentration to beat this puzzle game. This version of solitaire is different because it does not involve placing cards into foundation slots. Instead, stack the cards in the tableau in descending order to spin a spider web-like pattern. There is no need to sort by suit. This card game is challenging because it is easy to run out of moves. If you run out of moves, click the stock to add another row of cards to the stacks. Eliminate all the stacks to beat the game!', 'https://img.gamemonetize.com/ljf3pomsy28z01q6lzjoa5v8q5oopqjb/512x384.jpg', 'https://html5.gamemonetize.com/ljf3pomsy28z01q6lzjoa5v8q5oopqjb/', '0', 'Puzzles', 0, 0, '', 'spider-solitaire-pro'), (2418, 'Huggy ASMR Monster Makeover', 'Welcome to the wonderful world of Monster Makeover ASMR salon for monsters! If you want to have an exciting time and experience unforgettable emotions, then you have come to the right place. Monster Makeover ASMR salon for monsters is a childrens game that allows you to try yourself as a make-up artist of legendary monsters from the world of movies and games. Choose your favorite monsters, such as Huggy, Freddy, Noob, Rainbow Friends and many others, and get started. One of the features of the game is a wonderful sound background, thanks to which you can fully immerse yourself in the magical atmosphere of the game and relax.', 'https://img.gamemonetize.com/w4wszxd70o9xaoqnfw3umnj9gvqxazs5/512x384.jpg', 'https://html5.gamemonetize.com/w4wszxd70o9xaoqnfw3umnj9gvqxazs5/', '0', 'Puzzles', 0, 0, '', 'huggy-asmr-monster-makeover'), (2419, 'Galaxy Wars', 'In the 2D space shooter Galaxy Wars Alien Shooter, waves of alien attackers must be fought while controlling a spaceship. The games levels come in a wide variety, and each one has its own unique challenges. You must use your skills and reflexes to ensure your life and the annihilation of the aliens.', 'https://img.gamemonetize.com/m5nd4e1hbfunowpunrbc0zjap7lngxww/512x384.jpg', 'https://html5.gamemonetize.com/m5nd4e1hbfunowpunrbc0zjap7lngxww/', '0', 'Adventure', 0, 0, '', 'galaxy-wars'), (2420, 'UFO Space Shooter 2', 'A simple space shooter in which you will shoot flying saucers of various colors. Dont let them hit your spaceship! The game gets progressively harder as more flying saucers start descending on the screen. Good luck!', 'https://img.gamemonetize.com/d1u8qg70j2pph8hfl814zkvidaqghl93/512x384.jpg', 'https://html5.gamemonetize.com/d1u8qg70j2pph8hfl814zkvidaqghl93/', '0', 'Arcade', 0, 0, '', 'ufo-space-shooter-'), (2421, 'Messi vs Ronaldo KTT', 'Messi and Ronaldo find themselves in competition on another continent. Play this unique version of Kick Tac Toe, where you play as Messi or Ronaldo against your foe and try to win. You can also play against your friends in 2 player mode', 'https://img.gamemonetize.com/l55plwa1pm7lz65c6wmu3bg3yk5aggsn/512x384.jpg', 'https://html5.gamemonetize.com/l55plwa1pm7lz65c6wmu3bg3yk5aggsn/', '0', 'Soccer', 0, 0, '', 'messi-vs-ronaldo-ktt'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (2422, 'Last World ', 'A 2D platform game is a type of video game where the main character navigates through a two-dimensional environment while avoiding obstacles and enemies. In this specific game, the main player is a young boy who is on a mission to escape the spell of witches and skeletons. There are 10 episodes in total, each one presenting new challenges and obstacles for the player to overcome. The young boy must avoid contact with the witches and skeletons, as touching them will result in game over. To navigate through the environment, the boy must be careful to avoid wooden and metal stakes that are scattered throughout the levels. These stakes can obstr', 'https://img.gamemonetize.com/ddhn38ohhoqlfuamqme6y51ae2srjtqd/512x384.jpg', 'https://html5.gamemonetize.com/ddhn38ohhoqlfuamqme6y51ae2srjtqd/', '0', 'Shooting', 0, 0, '', 'last-world-'), (2423, 'Anderson o Chapeleiro', 'The character called Luiz ended up accepting an invitation to play, but he ended up being teleported to another dark and gloomy world, he ends up meeting Anderson the hatter, who made him play a game. If Luiz didnt play he would die, Anderson the chaplain gave him three cards, for him to choose which game will be, Luiz choose the lost keys, for Luiz to win he needs to find all 20 lost keys in the labyrinth to be able to escape the game.', 'https://img.gamemonetize.com/j4wxh0fdy9y49ahfs8l58s1wdp7aa24p/512x384.jpg', 'https://html5.gamemonetize.com/j4wxh0fdy9y49ahfs8l58s1wdp7aa24p/', '0', '3D', 0, 0, '', 'anderson-o-chapeleiro'), (2424, 'Stickman Mental Math', 'Learn math by playing with Stickman. Brain game, math problem. Practice your skills in arithmetic. You must have heard about mental math, solve simple problems in your head. You can learn how to quickly find the right solution. Allocating just 5-10 minutes of stickman will help you increase your power of thought. By solving simple mathematical problems, you develop, but if you answer incorrectly, you will lose part of your stickman, help him hold out as long as possible. Math, Stickman, try this union.', 'https://img.gamemonetize.com/ack7uz3u0tq0wzfgiuzni4prdasjpdqj/512x384.jpg', 'https://html5.gamemonetize.com/ack7uz3u0tq0wzfgiuzni4prdasjpdqj/', '0', 'Puzzles', 0, 0, '', 'stickman-mental-math'), (2425, 'Sugar Chocolate Candy Maker', 'Sweet Rainbow Candy Cooking and Chocolate Bars Cooking Games is a fun game for Kids and Families who love cooking up Rainbow Candy and Chocolate Bars! Choose from Gummy Candy or Chocolate Candy Bars filled with an assortment of Candy or Toppings! Fill your Bag up with all your favorite gummy treats, select a colorful bag, decorate with stickers, then open up the bag and enjoy a feast of candy!', 'https://img.gamemonetize.com/ilunp194pzbtmhwdfv3twpw7u75buke6/512x384.jpg', 'https://html5.gamemonetize.com/ilunp194pzbtmhwdfv3twpw7u75buke6/', '0', 'Girls', 0, 0, '', 'sugar-chocolate-candy-maker'), (2426, 'Parking Out JumpGame', 'Park Out is a de-congesting, car un-jamming game where the goal is to get all of the cars out of the parking spaces without hitting into anything! Each new level brings a new challenge with different vehicles, obstacles, and solutions. Can you fit the huge lorry through the hole in the wall to give space to the tiny hatchback? Test your spacial awareness skills and get everyone out of their stuck situations!', 'https://img.gamemonetize.com/bvorb8uvxwn5hmhxm95wqv9cqwn3h5t6/512x384.jpg', 'https://html5.gamemonetize.com/bvorb8uvxwn5hmhxm95wqv9cqwn3h5t6/', '0', '3D', 0, 0, '', 'parking-out-jumpgame'), (2427, 'Ball Or Nothing', 'Ball Or Nothing is a 2D platformer where the goal is to get the ball to the blue door at the end of each level by jumping over rotating blades and spikes, dashing over gaps and blasting through walls! Use the dash and shooting ability to help you as you try to conquer all the levels. The abilities are only active for a limited amount of time before they will need to recharge, before they can be used again, use them wisely! Good Luck!', 'https://img.gamemonetize.com/q2gavgtvbq2nndjfkdi86upkcd5dhk5d/512x384.jpg', 'https://html5.gamemonetize.com/q2gavgtvbq2nndjfkdi86upkcd5dhk5d/', '0', 'Arcade', 0, 0, '', 'ball-or-nothing'), (2428, 'Zombie Day', 'Zombie Day is a Zombies gameThe player will play the role of an officerthe player cane knock down zombies to obtain resourcesand upgrade various base equipment Feature: 1Player can shoot down the zombie 2: The game&lsquo;s weapon include the UAV Mine, And many firearms 3: Defeating boss can challenge higher difficulty', 'https://img.gamemonetize.com/auoime421spx19so4r9bvghillz15sm8/512x384.jpg', 'https://html5.gamemonetize.com/auoime421spx19so4r9bvghillz15sm8/', '0', 'Action', 0, 0, '', 'zombie-day'), (2429, 'Idle Mine&ampMerge', 'Dig into the mines and get deep discovering all the blocks that are underground, defeat various enemies and bosses to earn money and buy new weapons and tools to dig, merge them with each other and make them stronger!', 'https://img.gamemonetize.com/akqvrchqz6x75fqi4p0gt1wzq4hoidus/512x384.jpg', 'https://html5.gamemonetize.com/akqvrchqz6x75fqi4p0gt1wzq4hoidus/', '0', 'Hypercasual', 0, 0, '', 'idle-mineampampmerge'), (2430, 'The Lost Forest', 'The Lost Forest is a 2D game where you have to survive and find the hidden carrots to open the big door and escape,In your adventure you will face so many monsters that will try to kill you,remember you only have 3 chances before you start over again.', 'https://img.gamemonetize.com/m3v79ffnlrac34e3fk1do4nqt07lpr8m/512x384.jpg', 'https://html5.gamemonetize.com/m3v79ffnlrac34e3fk1do4nqt07lpr8m/', '0', 'Adventure', 0, 0, '', 'the-lost-forest'), (2431, 'Car Avoid Game', 'A car avoid game in which you must avoid the other cars on the road as well as the pedestrians. If you hit 3 cars its game over! If you hit a pedestrians the police will come after you. You can try to avoid the police if you can, but otherwise its game over!', 'https://img.gamemonetize.com/58k2sizfjc4jarv0ai7psakhx9wukcv8/512x384.jpg', 'https://html5.gamemonetize.com/58k2sizfjc4jarv0ai7psakhx9wukcv8/', '0', 'Racing', 0, 0, '', 'car-avoid-game'), (2432, 'Violet Castle Clean', 'Violet Dream Castle Clean is a dress up game for girls. Help Violet fulfill her royal duties and make the princess look perfect before heading off to her special ball. Once youve chosen your dress and completed your look, youll see her carriage waiting outside. Its time for Princess Violet to perform her royal duties at the ball.', 'https://img.gamemonetize.com/l1rfvumtqk9rs0rpj5895ub1bq3m5ymw/512x384.jpg', 'https://html5.gamemonetize.com/l1rfvumtqk9rs0rpj5895ub1bq3m5ymw/', '0', 'Hypercasual', 0, 0, '', 'violet-castle-clean'), (2433, 'Makeover Asmr', 'Indulge in a doubly soothing experience with a mesmerizing combination of gaming and ASMR in Makeover ASMR. Unwind as you immerse yourself in the realm of skincare, aiding both girls and boys in tackling acne, uneven skin tone, and dullness. Listen to the satisfying sound of acne being gently squeezed while helping them achieve a flawless complexion. Dive into the world of fashion makeup, using an array of diverse cosmetics to create stunning looks.', 'https://img.gamemonetize.com/se45f3kvmucn2cjzr8h77u9rm6tlgimt/512x384.jpg', 'https://html5.gamemonetize.com/se45f3kvmucn2cjzr8h77u9rm6tlgimt/', '0', 'Girls', 0, 0, '', 'makeover-asmr'), (2434, 'Bffs Rainbow Fashion Addict', 'Welcome to the Bffs Rainbow Fashion Addict. Bffs Skyler, Sunny, Ruby, and Violet are more interested to try rainbow fashion outfits. They are more attractive, elegant, and beautiful to wear. These girls already fulfilled their wardrobes with the latest collection, but they have been confused to choose the better one. Join as a design expert and help the girls to give their stunning look. Have fun!', 'https://img.gamemonetize.com/vrwmde919te8r6aq3s6su1osvgu1n2tg/512x384.jpg', 'https://html5.gamemonetize.com/vrwmde919te8r6aq3s6su1osvgu1n2tg/', '0', 'Girls', 0, 0, '', 'bffs-rainbow-fashion-addict'), (2435, 'Tower Tumble', 'Tower Tumble: Embark on a heart-pounding journey with this exhilarating 3D Jenga game. Challenge your dexterity and nerves of steel as you carefully extract blocks from the towering structure, delicately maintaining balance to prevent a catastrophic collapse. Engage in strategic thinking, weighing each move with precision and anticipation. Feel the adrenaline rush as the tower teeters and totters, the suspense building with every block removed. Can you defy gravity and emerge victorious, standing tall amidst the tumbling chaos? Brace yourself for a thrilling adventure in Tower Tumble!', 'https://img.gamemonetize.com/qmsjwajoy38yknnbq0s2vv0vpmjj4k66/512x384.jpg', 'https://html5.gamemonetize.com/qmsjwajoy38yknnbq0s2vv0vpmjj4k66/', '0', 'Arcade', 0, 0, '', 'tower-tumble'), (2436, 'Black Clover Jigsaw Puzzle', 'Zazgames is a place where you can infinitely play assembling online jigsaw puzzles. We hope you are up for another game from the Puzzle category on our website because we have just added the game called Black Clover Jigsaw Puzzle for you all, which, despite being one of the many puzzle games we have added so far into this category, this is the first puzzle game to use this specific format, and image, so it is going to be a brand new experience for all of you, an experience we are sure you will appreciate, as there is no way you arent going to have a lot of fun playing the game. Especially after you learn how to play it from the next lines in the description. you will start by choosing how you want the jigsaw puzzle be : hard medium or easy. After that, the jigsaw puzzle pieces are going to be spread around the game screen randomly. Use the mouse to drag them over the transparent images where they match with the image, until all the pieces are connected, and the image looks just like it did in the beginning. You will have a great time with the game, so start it right now, and we are sure you will not regret it one second!', 'https://img.gamemonetize.com/ikdfy9flqkn43zb07qg69qs2jwwu7z7o/512x384.jpg', 'https://html5.gamemonetize.com/ikdfy9flqkn43zb07qg69qs2jwwu7z7o/', '0', 'Puzzles', 0, 0, '', 'black-clover-jigsaw-puzzle'), (2437, 'Skibidi Toilets Attack ', 'Skibidi Toilet Attack game is a horror game with a character of Skibidi Toilet, and its also an action game. The game will take you to a faraway place where the Skibidi Toilet is haunting players around the world. Its an extremely scary yet enjoyable', 'https://img.gamemonetize.com/4izuw5dyxtlzwjwr8iqq04yln9zh4fy4/512x384.jpg', 'https://html5.gamemonetize.com/4izuw5dyxtlzwjwr8iqq04yln9zh4fy4/', '0', 'Shooting', 0, 0, '', 'skibidi-toilets-attack-'), (2438, 'Klondike Solitaire Turn One', 'A classic solitaire game where you draw cards one by one. You must rebuild the 4 suits to win the game.', 'https://img.gamemonetize.com/1cq6tv827nhsgsom3yolnvrat7xs4mfi/512x384.jpg', 'https://html5.gamemonetize.com/1cq6tv827nhsgsom3yolnvrat7xs4mfi/', '0', 'Puzzles', 0, 0, '', 'klondike-solitaire-turn-one'), (2439, 'Cube Sorting', 'In Sort Em All , your mission is to master the water sorting. Sort and merge the same color water in tubes with various shapes, using your strategic skills to solve each level. As you progress, the puzzles become more challenging, putting your brain to the ultimate test. Exercise your mental muscles and enjoy the satisfaction of finding the perfect sorting solution.', 'https://img.gamemonetize.com/qw2drs3mi8kpt5od04jlgced20168yxg/512x384.jpg', 'https://html5.gamemonetize.com/qw2drs3mi8kpt5od04jlgced20168yxg/', '0', 'Hypercasual', 0, 0, '', 'cube-sorting'), (2440, 'Blackpink Formal Dance Party', 'Jennie, Lisa, Jisoo, and Rose from the famous K-pop group BLACKPINK are graduating from high school! Help each single one of them to get ready for the senior night by choosing delicate and stylish dresses with airy skirts. Use modern trends and classic looks. Dont forget to pamper up the hair and makeup for the prom. Have fun playing Blackpink Formal Dance Party on dressupwho.com', 'https://img.gamemonetize.com/ipjsh81sfc03kr2vh201sqyw4rrf959w/512x384.jpg', 'https://html5.gamemonetize.com/ipjsh81sfc03kr2vh201sqyw4rrf959w/', '0', 'Hypercasual', 0, 0, '', 'blackpink-formal-dance-party'), (2441, 'Kids Happy Kitchen Game', 'Kids Happy Kitchen is a very addictive cooking game. In this game, you are an owner of a tiny but popular restaurant. 3 customers are here to taste your cooking. They want to try your specialty, curry rice, fired potato shreds and fried dumplings. As a sophisticated chef, come and show your skills. Have a good time!', 'https://img.gamemonetize.com/w4fz652t1x5kge5l4xztnw4hq7sbnu1x/512x384.jpg', 'https://html5.gamemonetize.com/w4fz652t1x5kge5l4xztnw4hq7sbnu1x/', '0', 'Girls', 0, 0, '', 'kids-happy-kitchen-game'), (2442, 'Egg Farm Merge Puzzle', 'If you add an egg to an egg, what do you get?The more you merged, the more money you get.How far can your farm grow?', 'https://img.gamemonetize.com/s6o33yorr8cjpumfmj3k39mi41nfkh0h/512x384.jpg', 'https://html5.gamemonetize.com/s6o33yorr8cjpumfmj3k39mi41nfkh0h/', '0', 'Puzzles', 0, 0, '', 'egg-farm-merge-puzzle'), (2443, 'Head Volley', 'Have you ever played head volleyball before? Now is the time to play head volleyball. You must win the volleyball match by fighting with your friend or by fighting with artificial intelligence. You should join this volleyball fun too. Play with different costumes and win this match. Its up to you to win the match. You can play for two players or single player.', 'https://img.gamemonetize.com/bmyr6k97k4bl6od1gczgn9bmg0owbya2/512x384.jpg', 'https://html5.gamemonetize.com/bmyr6k97k4bl6od1gczgn9bmg0owbya2/', '0', 'Arcade', 0, 0, '', 'head-volley'), (2444, 'Aroka', 'Aroka is a 2D anime themed platformer where you play as a cute anime girl who have to collect all of the bottles containing medicine while avoiding the enemy monsters, flying creatures, rotating blades, spikes, fire and reach the yellow flag in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/na5f71e3aeoiiln8z1bycn20qc338vvv/512x384.jpg', 'https://html5.gamemonetize.com/na5f71e3aeoiiln8z1bycn20qc338vvv/', '0', 'Arcade', 0, 0, '', 'aroka'), (2445, 'Baby Taylor Fantasy Carnival', 'What kind of style would work out for a carnival? Spark your inspiration for giving Taylor and her friends a different look that turns heads. For foodies, this is a paradise serving with mouth-watering food like panini, hot chocolate, skewer, and ice cream. And tons of amazingly fun activities, such as toy claw machine, whack-a-mole and jelly connect, are prepared to perk up your day!', 'https://img.gamemonetize.com/po7fqkgpedgq5mn2frkjzg1zxesmbdsn/512x384.jpg', 'https://html5.gamemonetize.com/po7fqkgpedgq5mn2frkjzg1zxesmbdsn/', '0', 'Girls', 0, 0, '', 'baby-taylor-fantasy-carnival'), (2446, 'Dodge Run 3D', 'Dodge Run 3D - Hyper casual Running Game is an addictive arcade game. you will fall in love with it! The game is very simple Well, enjoy the game time now! The game is very simple. You only need to slide the screen to control the person to run.in Each level Try to avoid obstacles and after few levels you unlock new skins .', 'https://img.gamemonetize.com/ly5no229118o0cw5ixv6hmnomhny809o/512x384.jpg', 'https://html5.gamemonetize.com/ly5no229118o0cw5ixv6hmnomhny809o/', '0', 'Hypercasual', 0, 0, '', 'dodge-run-d'), (2447, 'Sky Race 3D', 'Sky Race 3D is an exhilarating and fast-paced mobile racing game that will keep you hooked with its thrilling gameplay and vibrant graphics. In this game, you take on the role of a competitive runner, participating in exciting races', 'https://img.gamemonetize.com/0la2poxsjgpf05legkfxk8obwkyeyyjo/512x384.jpg', 'https://html5.gamemonetize.com/0la2poxsjgpf05legkfxk8obwkyeyyjo/', '0', 'Hypercasual', 0, 0, '', 'sky-race-d'), (2448, 'Motor Racing in Space', 'Are you ready for an action-packed journey in space? Collect diamonds and power up your engine while staying alive. You can also purchase new and faster engines with the diamonds you collect. Challenging and dangerous paths await you. Will you be able to reach the end of this 30-level motor riding adventure? Then start accelerating!', 'https://img.gamemonetize.com/kw3od9y7balbsj8esnt64k8ovme1fi7r/512x384.jpg', 'https://html5.gamemonetize.com/kw3od9y7balbsj8esnt64k8ovme1fi7r/', '0', 'Racing', 0, 0, '', 'motor-racing-in-space'), (2449, 'Silly Dancer', 'Get ready to bust a move and show off your dance skills in this high-energy hypercasual game! Tap to the rhythm and keep up with the catchy beats as you navigate through a variety of vibrant and visually stunning dance environments. With its addictive gameplay and lively music, this game will have you grooving and striving to achieve the highest score on the dancefloor', 'https://img.gamemonetize.com/zhthunzg2jyv86mnhyfqdbqj3n11v5wc/512x384.jpg', 'https://html5.gamemonetize.com/zhthunzg2jyv86mnhyfqdbqj3n11v5wc/', '0', 'Fighting', 0, 0, '', 'silly-dancer'), (2450, 'MC Crazy Craft ', 'You will change the hours with its beautiful levels and very fluid gameplay. Have fun with this excellent parkour game. Remember, there are difficult traps that are beyond perfect in the game, you may have a little difficulty, but I have no doubt that you will not pass.', 'https://img.gamemonetize.com/0j89us4rd81f36rqaj9o2etdvjkyd9z1/512x384.jpg', 'https://html5.gamemonetize.com/0j89us4rd81f36rqaj9o2etdvjkyd9z1/', '0', 'Arcade', 0, 0, '', 'mc-crazy-craft-'), (2451, 'House Renovation Master Game', 'House Renovation Master is a casual idle game of building houses. Want to become a real estate tycoon? Buy old houses, renovate them into new ones and sell them for money. Fix the damaged furniture and floors and give the walls a new paint job. This is not a small project, upgrade your character to be more efficient! May you become a real estate tycoon soon!', 'https://img.gamemonetize.com/5aq47nhnf6lzjnalhe9dvadwx7wa7eoq/512x384.jpg', 'https://html5.gamemonetize.com/5aq47nhnf6lzjnalhe9dvadwx7wa7eoq/', '0', 'Arcade', 0, 0, '', 'house-renovation-master-game'), (2452, 'Tiles Hops', 'follow the rhythm and use your musical reflexes to guide the ball from tiles to tiles. Touch, Hold and Drag the ball to make it jump on the Tiles.Dont miss it up because if you did you will start from the beggin.', 'https://img.gamemonetize.com/9mhho4zcgf3uxqd65hdpvmevfmapjlmg/512x384.jpg', 'https://html5.gamemonetize.com/9mhho4zcgf3uxqd65hdpvmevfmapjlmg/', '0', 'Hypercasual', 0, 0, '', 'tiles-hops'), (2453, 'Parking Challenge 2', 'Get behind the wheel, find a place where to put the car and park it neatly. If cause damage to the vehicle, then immediately lose. Get driving skills in order to avoid difficult obstacles and not touch the curbs. Sometimes we have to count every move, so as not to face and meet for the time that is given to complete the task.', 'https://img.gamemonetize.com/nqj312kwrj8cak1gbr8eo9crl8wuvfsw/512x384.jpg', 'https://html5.gamemonetize.com/nqj312kwrj8cak1gbr8eo9crl8wuvfsw/', '0', 'Racing', 0, 0, '', 'parking-challenge-'), (2454, 'ATV Ultimate Offroad', 'A great ATV simulator is beginning with the ATV Ultimate OffRoad game! The game consists of great game modes like races, free drive modes, and lots of gaming features. Participate in races in 2 player game mode or drive your ATV in a huge free driving map, however, you want. There are various ATV options in the game. You can unlock the locked ATVs by earning money or gears from the races and on a free map. Let another supercar game adventure begin!', 'https://img.gamemonetize.com/pobxo4lajobw9ls5d9j1wgevq41psezx/512x384.jpg', 'https://html5.gamemonetize.com/pobxo4lajobw9ls5d9j1wgevq41psezx/', '0', 'Racing', 0, 0, '', 'atv-ultimate-offroad'), (2455, 'Dodgeball 3D', 'Dodgeball is a water sport game in which you will be able to play various entertaining game modes inside water. You can participate in a match, you can participate in wrestling inside the water against your opponent. You can also participate in a career mode. In wrestling mode, hit your opponent as fast as you can and drop your opponent over the other player. In a soccer game, should score five before your opponent. Join various game modes, customize your player, and have a great time!', 'https://img.gamemonetize.com/8cdo3xphxujgo4fgz3a910fueet95m4f/512x384.jpg', 'https://html5.gamemonetize.com/8cdo3xphxujgo4fgz3a910fueet95m4f/', '0', 'Sports', 0, 0, '', 'dodgeball-d'), (2456, 'Poke the Buddy', 'Poke the Buddy is super fun and free to play online game for kids. The aim of the game is to poke the buddy and destroy him by poking him with the long nose. Use mouse or tap on the screen to move the nose. Avoid obstacles and solve the puzzles. Have fun playing.', 'https://img.gamemonetize.com/1w74c2yn35teidl4dtx85mc7ajf0l4pv/512x384.jpg', 'https://html5.gamemonetize.com/1w74c2yn35teidl4dtx85mc7ajf0l4pv/', '0', 'Puzzles', 0, 0, '', 'poke-the-buddy'), (2457, 'Heroes Head Ball', 'Have you ever seen him play football with his head? yes, its a football game where you score goals with your head. are you up for head football? Score a goal in head soccer with your friend and one of you wins. You have to score the most goals to win. You can play with your friend or you can play with artificial intelligence. All you have to do is choose 1 of 10 characters and start the match.', 'https://img.gamemonetize.com/6p5xuxtae0zoal3wkwdcndjs4vd35wdn/512x384.jpg', 'https://html5.gamemonetize.com/6p5xuxtae0zoal3wkwdcndjs4vd35wdn/', '0', 'Sports', 0, 0, '', 'heroes-head-ball'), (2458, 'Word Factory Game', 'Word Factory is a popular puzzle online game that provides players with a fun challenge and an opportunity to improve their English spelling and vocabulary skills. The Word Factory user interface is very simple and easy to use, even if youre not very familiar with English. You simply click on the letters with your mouse and drag them to the designated area. So whether youre a beginner or a seasoned English expert, you can easily get started. Word Factory is a very fun and educational online game that can help you improve your English spelling and vocabulary skills.', 'https://img.gamemonetize.com/lmhlu3l1xyrqty54i0r7rymblqog075p/512x384.jpg', 'https://html5.gamemonetize.com/lmhlu3l1xyrqty54i0r7rymblqog075p/', '0', 'Puzzles', 0, 0, '', 'word-factory-game'), (2459, 'Doodle Run 3D Hard Mode', 'Doodle Run 3D goal is to end the race fast as you can and become the first. Avoid all collision with any object because they will slow your speed and make you troubles. each level is harder than the other have a good luck.', 'https://img.gamemonetize.com/ayhdbh9te397jkvv5c7592xvgt9q0plb/512x384.jpg', 'https://html5.gamemonetize.com/ayhdbh9te397jkvv5c7592xvgt9q0plb/', '0', 'Racing', 0, 0, '', 'doodle-run-d-hard-mode'), (2460, 'Physics Puzzle', 'Physics Puzzle is an addictive and brain-teasing game that challenges players to solve intricate puzzles using the laws of physics. Test your problem-solving skills as you navigate through a variety of levels filled with interactive objects, gravity-defying obstacles, and mind-bending mechanics. Utilize your knowledge of physics to manipulate objects, create chain reactions, and find creative solutions to advance to the next level. With its intuitive controls and captivating gameplay, Physics Puzzle offers hours of challenging entertainment for puzzle enthusiasts of all ages. Get ready to unravel the laws of physics and conquer the ultimate', 'https://img.gamemonetize.com/460k3obv3a2i7nc99q9hkfxtlqbswi7a/512x384.jpg', 'https://html5.gamemonetize.com/460k3obv3a2i7nc99q9hkfxtlqbswi7a/', '0', 'Puzzles', 0, 0, '', 'physics-puzzle'), (2461, 'Kids Glow Paint Game', 'Experience the joy of a captivating coloring and painting adventure now available online. Excitingly designed for young minds, the Kids Glow Paint Game enables kids to unlock their imaginative prowess using an array of vibrant tools. Engagingly, this game not only empowers children to create stunning visuals but also introduces them to important lessons on numbers, letters, colors, and much more.', 'https://img.gamemonetize.com/b6zj7udqxft24ya61b4tk5liym70cvkh/512x384.jpg', 'https://html5.gamemonetize.com/b6zj7udqxft24ya61b4tk5liym70cvkh/', '0', 'Girls', 0, 0, '', 'kids-glow-paint-game'), (2462, 'Jungle Mahjong', 'Jungle Mahjong is tiles based pair matching game. Collect the pairs of identical tiles by clicking or tapping them. You can collect only those tiles which are open from either left or right side. Get a perfect match for every tile to complete a level. Complete all the levels to win the game.', 'https://img.gamemonetize.com/uphxetccr14nreeh0zwcmtp8xasfykud/512x384.jpg', 'https://html5.gamemonetize.com/uphxetccr14nreeh0zwcmtp8xasfykud/', '0', 'Puzzles', 0, 0, '', 'jungle-mahjong'), (2463, 'Sky Emoji Flutter', 'Sky Emoji: Flutter is an enchanting mobile game that takes you on a whimsical journey through the vast skies of imagination. As a cheerful and vibrant emoji, you must navigate through an assortment of obstacles by fluttering your wings with grace and precision. Immerse yourself in the ethereal beauty of the games atmospheric visuals and soothing melodies. Unlock various emoji characters with unique fluttering styles and embark on challenging quests to earn rewards. Prepare for a delightful adventure filled with joyful flutters, captivating challenges, and a sky full of endless possibilities. Let your emotions soar with Sky Emoji: Flutter!', 'https://img.gamemonetize.com/07y8lnps39i8w7l6g0bt9ifscnhbv7l6/512x384.jpg', 'https://html5.gamemonetize.com/07y8lnps39i8w7l6g0bt9ifscnhbv7l6/', '0', 'Arcade', 0, 0, '', 'sky-emoji-flutter'), (2464, 'Hit The Skibidi', 'Hit The Skibidi is a fun game where you need to throw a diamond sword to Steve by tapping the screen at the right time. When you reach a score of 10, Steve transforms into Herobrine, and when you reach a score of 20, Herobrine turns into Skibidi Toilet, playing the magnificent song of Skibidi Toilet! Focus while throwing the swords and try to send them to empty spaces. Enjoy the game!', 'https://img.gamemonetize.com/1dv9otzttahq1mg82nean3qg6nnbtkr3/512x384.jpg', 'https://html5.gamemonetize.com/1dv9otzttahq1mg82nean3qg6nnbtkr3/', '0', 'Hypercasual', 0, 0, '', 'hit-the-skibidi'), (2465, 'Sisters Nails Design 2', 'Sofia and Zoe come to your nail salon, they want to get manicures. They are tired of the same old manicure and nail art, they want to try out something new. Now, you have two new nail art ideas, flower style and animal style, choose one of them for Sofia, so another is for Zoe. After doing their nails, please pick cute rings and necklaces to complete the nail design. Have fun!', 'https://img.gamemonetize.com/u5prxs9zv5t8b24bnifzxz3khexaguqa/512x384.jpg', 'https://html5.gamemonetize.com/u5prxs9zv5t8b24bnifzxz3khexaguqa/', '0', 'Girls', 0, 0, '', 'sisters-nails-design-'), (2466, 'Dots Rescue', 'Change the direction of the ball in time to avoid a the collision with the rotating shield because if it did you will lose and your score will be reset. The game is difficult. Simple and addictive gameplay.', 'https://img.gamemonetize.com/k43jwzplpl0chmlq4beap0lag3bg662j/512x384.jpg', 'https://html5.gamemonetize.com/k43jwzplpl0chmlq4beap0lag3bg662j/', '0', 'Puzzles', 0, 0, '', 'dots-rescue'), (2467, 'Fighter 2D', 'Fighter 2D is really fun game and adventure game where you can meet other players talk with them fight monsters and open secret places and mine coins.the game has a really simple controlling but it hard to be completed are you one of the 1% of people who could of beat the game.', 'https://img.gamemonetize.com/5sv6ibsbxjzbdcukeejla8ke04e0htu2/512x384.jpg', 'https://html5.gamemonetize.com/5sv6ibsbxjzbdcukeejla8ke04e0htu2/', '0', 'Adventure', 0, 0, '', 'fighter-d'), (2468, 'Beads Art Design', 'Enjoy Your Creative And Relaxing Time! Bead Art is an addictive bead coloring game. During your commute,during lunch break, enjoy every piece of time. Placing colorful beads into the board and form a pattern, use iron to heat the beads to melt together, then youve completed a wonderful craft without difficulty. Also, feel the joy of the ASMR and amazing hand feeling. In Bead Art, you will appreciate the lovely and colorful bead arts youve made, create them and collect them. No matter when and where, it will be No Sweat to enjoy hours of fun.', 'https://img.gamemonetize.com/ziwxy1y7eqw3cc488imj1d9ey3pjkfd7/512x384.jpg', 'https://html5.gamemonetize.com/ziwxy1y7eqw3cc488imj1d9ey3pjkfd7/', '0', 'Girls', 0, 0, '', 'beads-art-design'), (2469, 'Woody Tangram Puzzle', 'WoodyTangramPuzzle is a logic puzzle game.Slide and connect the pieces onto the board without overlapping them and create colorful shapes.Completing a puzzle can be relaxing, but also make the gears in your head rotate, which makes it an addictive time killer for kids and adults!', 'https://img.gamemonetize.com/ecqr99gho1bslr90ar6wjir4h1ctm6nm/512x384.jpg', 'https://html5.gamemonetize.com/ecqr99gho1bslr90ar6wjir4h1ctm6nm/', '0', 'Puzzles', 0, 0, '', 'woody-tangram-puzzle'), (2470, 'Police Supercar Parking Mania', 'Police Chase Supercar Park is not your typical parking game. Here, youre a law enforcement officer driving a supercar, chasing after outlaws and parking to catch them in thrilling high-speed pursuits. The stakes are high and so is the thrill. In the game Park in Supercar Forest, the players task is to park a supercar in a dense forest, with the beautiful yet potentially distracting environment adding a unique twist to the gameplay. Narrow paths and sudden animals crossing your path keep you on your toes, ensuring each parking attempt is a new adventure.', 'https://img.gamemonetize.com/4g9mk8my1dstafnobami3xqn53ttnxms/512x384.jpg', 'https://html5.gamemonetize.com/4g9mk8my1dstafnobami3xqn53ttnxms/', '0', 'Action', 0, 0, '', 'police-supercar-parking-mania'), (2471, 'Direct Water Puzzle', 'Direct Water game is a super fun puzzle game with lots of different levels . You need to Think wisely so you can direct water in correct way and fill the cup. Have fun with this pretty good puzzle game.', 'https://img.gamemonetize.com/q06kfirunezu6mdttafsu7zy2nref5zw/512x384.jpg', 'https://html5.gamemonetize.com/q06kfirunezu6mdttafsu7zy2nref5zw/', '0', 'Puzzles', 0, 0, '', 'direct-water-puzzle'), (2472, 'Off Road Car Parking 4x4', 'Climb the highest mountains, race in the mud, and show your skills as an offroad driver in this exciting racing simulator! Complete multiple challenges in a selection of varied vehicles. 4x4 Offroad Parking Trials is the most realistic and exciting offroad dirt track simulator around! Take a fleet of Epic 4x4 Trucks, Buggies, SUVs &amp; Pickups through their paces at the amazing Forest Dirt Track Driver Training Centre. It&rsquo;s time to get muddy! Its the ultimate offroad driving simulator experience! The offroad challenges awaiting you are inspired by the real competition rules and every time you get into the dirt youll be doing it on tracks.', 'https://img.gamemonetize.com/tdm71gzar0uci4eea6ct860u4b9vrhc4/512x384.jpg', 'https://html5.gamemonetize.com/tdm71gzar0uci4eea6ct860u4b9vrhc4/', '0', 'Racing', 0, 0, '', 'off-road-car-parking-x'), (2473, 'The Great Mahjong', 'The Great Mahjong is an HTML5 online game with a pleasing design and many available layouts. Select a tile and find its matching pair. Complete the board by clearing the board with its tiles. Try to think of ways to maximize your points in Classic mode or clear the board as fast as you can in Time Attack mode! Have fun!', 'https://img.gamemonetize.com/arzlfz7sjvjthznhnuyyqh87mfnc5ooj/512x384.jpg', 'https://html5.gamemonetize.com/arzlfz7sjvjthznhnuyyqh87mfnc5ooj/', '0', 'Puzzles', 0, 0, '', 'the-great-mahjong'), (2474, 'Happy Color Sort Puzzle', 'The water sort puzzle is a happy, color-based online game that will challenge and engage you. The object of the game is to sort the different colors of water into their respective containers. This can be a difficult task, as the colors all look very similar. However, with a little careful planning and strategic thinking, you can complete the water sort puzzle and be happy with your results.', 'https://img.gamemonetize.com/5s3ce9bpwr1e3p16tehms2lke5ihneet/512x384.jpg', 'https://html5.gamemonetize.com/5s3ce9bpwr1e3p16tehms2lke5ihneet/', '0', 'Hypercasual', 0, 0, '', 'happy-color-sort-puzzle'), (2475, 'Superstar Family Dress Up Game', 'Superstar Family Dress Up Game is a casual fashion dress-up game where you create looks for a superstar family. Each character has their own wardrobe with 200+ items of apparel, makeup, and accessories. Add cute pets, fireworks, and various cool stickers to get the final picture ready for a photo album. There are 8 backgrounds you can choose, which are: a shopping run across a boutique street downtown, a red carpet walk, a photo session in a studio, a mansion (interior and exterior), a living room of a castle, a picnic in the park, and an oriental palace. You can customize everything from eye shape, iris color, dresses, accessories, etc.', 'https://img.gamemonetize.com/3y9o1w5m3dsuac90ln6o8mds9iyod850/512x384.jpg', 'https://html5.gamemonetize.com/3y9o1w5m3dsuac90ln6o8mds9iyod850/', '0', 'Hypercasual', 0, 0, '', 'superstar-family-dress-up-game'), (2476, 'Happy Devil and UnHappy Angel', 'A demon and an angel are needed to survive in hell! hey you and a friend, how about one of you become a devil and the other an angel? The devil and the angel need to get out of hell, help them and get them out of hell. Hell creatures are everywhere. You must be very careful. Monsters and obstacles are too full. Both of you need to reach the orange, be quick, collect the gold, get the key and reach the portal.', 'https://img.gamemonetize.com/5pdbhvwfx0mt7hl1ao0bxw96c6exdz37/512x384.jpg', 'https://html5.gamemonetize.com/5pdbhvwfx0mt7hl1ao0bxw96c6exdz37/', '0', 'Adventure', 0, 0, '', 'happy-devil-and-unhappy-angel'), (2477, 'Astronaut Run 3D', 'Run through the universe. In the game, players need to constantly avoid various obstacles, such as meteor showers, meteorites, etc., and need to use flexible jumping and sliding skills to avoid collisions. Players can also hit passers-by to gain extra speed and points. At the same time, players also need to reach the finish line to complete the task.', 'https://img.gamemonetize.com/gibl2zynz1l500vdsiiu4u9neqxfc6g1/512x384.jpg', 'https://html5.gamemonetize.com/gibl2zynz1l500vdsiiu4u9neqxfc6g1/', '0', 'Arcade', 0, 0, '', 'astronaut-run-d'), (2478, 'Endless fish fun', 'This is a relaxing endless runner game with fish and ocean sound. Just keep tapping and avoid the rocks and sea urchins because they can hurt you and make you to restart the game. I believe you can do it for a long time.', 'https://img.gamemonetize.com/e16umbfwj041ymwou7y4yvdoz13o9o9u/512x384.jpg', 'https://html5.gamemonetize.com/e16umbfwj041ymwou7y4yvdoz13o9o9u/', '0', 'Arcade', 0, 0, '', 'endless-fish-fun'), (2479, 'Cyber Tron biker', 'Welcome to Cyber Tron Biker racing game! Lets begin the race, tap on your phone screen or mouse click on computer to switch the biker direction. Collect the energy power along the way to get the highest score and be careful to not fall from the edges! Can you score the best?', 'https://img.gamemonetize.com/gqqy7ikbh2cuqel5vzuuv6ka5cydnthy/512x384.jpg', 'https://html5.gamemonetize.com/gqqy7ikbh2cuqel5vzuuv6ka5cydnthy/', '0', 'Racing', 0, 0, '', 'cyber-tron-biker'), (2480, 'Super Kid Adventure ', 'Hi there! It sounds like youre interested in playing Super Kid Adventure, an online game similar to Super Mario. To play, youll need to jump on platforms, avoid obstacles and spikes, and defeat enemies. Dont forget to collect stars along the way! The game has 25 levels for you to explore, so theres plenty of adventure to be had. To control your character, you can use the arrow keys on your keyboard. Alternatively, if youre playing on a mobile device, you can tap the game screen icons to move your character around. Have fun playing Super Kid Adventure!', 'https://img.gamemonetize.com/tv9qey7w1se4cvzn8oefhzkmoqc30oox/512x384.jpg', 'https://html5.gamemonetize.com/tv9qey7w1se4cvzn8oefhzkmoqc30oox/', '0', 'Adventure', 0, 0, '', 'super-kid-adventure-'), (2481, 'Baby Mermaid Adventures', 'Lets enjoy playing stars and coin collecting game with this baby mermaid in the underwater at 7sgames.com. There are many sea creatures like seahorse, walrus, seal, star fishes, octopus and etc, Whenever mermaid hit the sea animals, you can get the stars and coins, Lets try your skill ans luck here!', 'https://img.gamemonetize.com/v7qi9io8t0ujktiqj8tro666kusucpik/512x384.jpg', 'https://html5.gamemonetize.com/v7qi9io8t0ujktiqj8tro666kusucpik/', '0', 'Girls', 0, 0, '', 'baby-mermaid-adventures'), (2482, 'Country Balls Game', 'Pass challenging levels with the countries of Russia, Ukraine, America and Germany.Best manage your chosen country and collect rewards.Use the right strategies to lead your country to victory and glory!', 'https://img.gamemonetize.com/j0wys406bwxoln516s0zyq6gy38xtzmy/512x384.jpg', 'https://html5.gamemonetize.com/j0wys406bwxoln516s0zyq6gy38xtzmy/', '0', 'Arcade', 0, 0, '', 'country-balls-game'), (2483, 'Monster School Beach Party', 'When is school is off and summer break is on, beach parties are the must have for Monster School girls! The Monster School girls love to go to the beach to have fun parties with their friends from the underwater kingdom. Help them try on trendy swimwear, pareos, sarongs, shoes, and accessories. Complete the look with fresh summer makeup and hairstyles. Enjoy the sun and sea with the Monster School girls by playing the Monster School Beach Party at www.dressupwho.com', 'https://img.gamemonetize.com/g27stj0o6w5rbt8uzs16y4xpcut2fohh/512x384.jpg', 'https://html5.gamemonetize.com/g27stj0o6w5rbt8uzs16y4xpcut2fohh/', '0', 'Girls', 0, 0, '', 'monster-school-beach-party'), (2484, 'Gobble Helping Others Game', 'Gobble Helping-Others is an arcade game where you play as a mouth in the ground and your aim is to eat everything except people! Move around the ground and gobble up everything in sight from cacti and rocks to trees and boxes! Each puzzle is related to a previous one but there are always new tricks and problems to solve! Each new section brings even more interesting challenges so see how far you can get and dont forget, eat no people!', 'https://img.gamemonetize.com/csgn2nvosd40eb52anzpd6nwvs2vqqac/512x384.jpg', 'https://html5.gamemonetize.com/csgn2nvosd40eb52anzpd6nwvs2vqqac/', '0', 'Girls', 0, 0, '', 'gobble-helping-others-game'), (2485, 'Bubbles Shooter Squirrel', 'Bubble Shooter Squirrel is an addictive, entertaining, and yet fun game for any age person to kill time, just Aim, Shoot, and save squirrels.The game is suitable for all people of ages, from young people, middle-aged people and the elderly. With the intelligent arrangement of levels combined with automatic adjustment AI will make its levels extremely interesting and will make you fall in love with it', 'https://img.gamemonetize.com/f3lipxqxl72kqantwv9nacxp65jno6kp/512x384.jpg', 'https://html5.gamemonetize.com/f3lipxqxl72kqantwv9nacxp65jno6kp/', '0', 'Puzzles', 0, 0, '', 'bubbles-shooter-squirrel'), (2486, 'Legendary Soccer', 'Legendary Soccer is an exciting and captivating free online game designed specifically for soccer lovers. With the option to play against AI as a single player or compete against your friend in a thrilling match with the 2-player mode, try to win the game. This game is suitable for players of all ages and skill levels. Legendary Soccer is developed for you to have a great time by controlling three soccer players, making amazing passes and scoring goals. Hold your player and pull towards the ball to shoot legendary goals. With its cartoonish graphics, this game appeals to players of all ages and can be played with a friend or against AI.', 'https://img.gamemonetize.com/hg4m7cai1ptybmtkjlnmvavwqw22xhe9/512x384.jpg', 'https://html5.gamemonetize.com/hg4m7cai1ptybmtkjlnmvavwqw22xhe9/', '0', 'Soccer', 0, 0, '', 'legendary-soccer'), (2487, 'Galaxy Attack', 'Earths last hope is in your hands, take control of the lone spaceship and protect Earth from alien swarms. Your goal will be quite challenging as you will have to save the Universe from its evil enemies. In this space shooting game, you will be facing an increasingly large number of enemies in hazardous environments. As the game progresses, you will earn the right to upgrade your spacecraft to unleash its full lethal capacity.', 'https://img.gamemonetize.com/2f3lc79me6xedhjapiuqr4bat2oqlx60/512x384.jpg', 'https://html5.gamemonetize.com/2f3lc79me6xedhjapiuqr4bat2oqlx60/', '0', 'Shooting', 0, 0, '', 'galaxy-attack'), (2488, 'Whack Skibidis', 'Wack Skibidis is a thrilling and hilarious new video game that pushes the boundaries of absurdity. Dive into a zany world filled with wacky characters and outrageous challenges. From mind-bending puzzles to wacky races and bizarre boss battles, this game will keep you on the edge of your seat. With its vibrant and cartoonish graphics, catchy soundtrack, and intuitive controls, Wack Skibidis offers an immersive and entertaining experience for gamers of all ages. Prepare to laugh, strategize, and embark on an unforgettable adventure in this truly wacky gaming extravaganza!', 'https://img.gamemonetize.com/q1dzeidrergf9q01trfpl1sa9jr9klp8/512x384.jpg', 'https://html5.gamemonetize.com/q1dzeidrergf9q01trfpl1sa9jr9klp8/', '0', 'Clicker', 0, 0, '', 'whack-skibidis'), (2489, 'Fashion Dress In Tulle Style', 'Fashion girls Zoe, Flora, Bellea are BFFs, they are all invited to attend a prom this evening. They want to make themselves look amazing at the ball! This year the most fashion dresses are the tulle ones, because they look romantic and flirty. So the girls decide to dress in Tulle Style for the party. Hurry up! Its time to get ready now!', 'https://img.gamemonetize.com/4xroya0pqgx8vidyruc0gcd6qip150j9/512x384.jpg', 'https://html5.gamemonetize.com/4xroya0pqgx8vidyruc0gcd6qip150j9/', '0', 'Girls', 0, 0, '', 'fashion-dress-in-tulle-style'), (2490, 'Fashion Girl Reunion', 'Fashion Girl Friends Reunion is an online Kids game. Beautiful fashion girls Jadeand Adella are about to graduate from their college. And today they will join a party together at a beautiful place in their college. Come here to help them dress up, choose the beautiful shoes and other accessories and take beautiful pictures for them. Have a great time!', 'https://img.gamemonetize.com/n57lmz6mca6vsv7gw9w6libwuinfxg2r/512x384.jpg', 'https://html5.gamemonetize.com/n57lmz6mca6vsv7gw9w6libwuinfxg2r/', '0', 'Hypercasual', 0, 0, '', 'fashion-girl-reunion'), (2491, 'Rise of Lava', 'hey lava is rising you need to escape urgently! Get ready with your friend and start running. The lava is constantly rising, so constantly jump to higher ground. dont forget to collect the emeralds you need them emeralds will get you a costume. Go to the high ground with your friend, none of you should die. escape the lava without dying.', 'https://img.gamemonetize.com/4c73nlymuu4dagm392y9276t23oh4zyw/512x384.jpg', 'https://html5.gamemonetize.com/4c73nlymuu4dagm392y9276t23oh4zyw/', '0', 'Adventure', 0, 0, '', 'rise-of-lava'), (2492, 'Parking Car 3D', 'Drive the car to the parking spot. Avoid any collision with other cars or walls. Park fast and safely to get more score. There are multiple challenging levels in this game. Complete all of them to be a winner.', 'https://img.gamemonetize.com/axwxwwvcxfo2mnrrzldyvu16ii1k0leb/512x384.jpg', 'https://html5.gamemonetize.com/axwxwwvcxfo2mnrrzldyvu16ii1k0leb/', '0', 'Racing', 0, 0, '', 'parking-car-d'), (2493, 'Prototype Guy', 'Escaped from the Matrix, prototype-09432 tries to learn real-world secrets by overcoming difficult obstacles and powerful enemies.Help him on his difficult journey and reveal the secrets of the world and help him manage to save people.', 'https://img.gamemonetize.com/fqls3h41rvntancevozr0zqy3624nh33/512x384.jpg', 'https://html5.gamemonetize.com/fqls3h41rvntancevozr0zqy3624nh33/', '0', 'Arcade', 0, 0, '', 'prototype-guy'), (2494, 'Shadow Motorbike Rider', 'Shadow Motorbike Rider is a fun motorcycle game where you control a shadow rider, performing acrobatic stunts and trying to reach the end of the game at incredible speeds. The goal is to avoid hitting the riders head on the ground until you reach the end. Be careful and ride your motorcycle to the end while enjoying the awesome rock music playing in the background! Pass through portals to finish the game! Lets see if you can succeed. Enjoy the game!', 'https://img.gamemonetize.com/6wdqmtrp86tvqwkunfumrp3akj78094s/512x384.jpg', 'https://html5.gamemonetize.com/6wdqmtrp86tvqwkunfumrp3akj78094s/', '0', 'Racing', 0, 0, '', 'shadow-motorbike-rider'), (2495, 'RED SQUARE THE SHOOTER', 'Are you ready for an adrenaline-pumping adventure in a world of danger and excitement? Look no further than this exciting 2D top-down shooter game! With simple graphics and fast paced gameplay, Red Square - The Shooter is the perfect way to get your heart racing and your blood pumping.', 'https://img.gamemonetize.com/v5og4n3rdgosjkdma3n8f322yihk6din/512x384.jpg', 'https://html5.gamemonetize.com/v5og4n3rdgosjkdma3n8f322yihk6din/', '0', 'Shooting', 0, 0, '', 'red-square---the-shooter'), (2496, 'Tank War Two Player ', 'Its a game where you can play with a friend and brother forever with very fun and pleasant mechanics. There are 2 tanks in the game and each of these tanks is managed by a player, the rules are simple, whoever is defeated first wins the other.', 'https://img.gamemonetize.com/8d4lepf0zxvoc52dn8lrrccdie38t5ic/512x384.jpg', 'https://html5.gamemonetize.com/8d4lepf0zxvoc52dn8lrrccdie38t5ic/', '0', 'Action', 0, 0, '', 'tank-war---two-player-'), (2497, 'Ben 10 Relaxing', 'Are you ready to have some funny time with Ben 10? Ben 10 Relaxing is super fun online game that you can play for free. Its in HTML5, No Need to Install it. Play around with Ben 10, dress up, coloring, box stocking, face distorting or punching his face! Play around and have fun!', 'https://img.gamemonetize.com/hpvpoiq53h9sk2rc851vtjbnpt5umfky/512x384.jpg', 'https://html5.gamemonetize.com/hpvpoiq53h9sk2rc851vtjbnpt5umfky/', '0', 'Hypercasual', 0, 0, '', 'ben--relaxing'), (2498, 'Naruto Funny Games', 'This game consists 4 different game. Those are Coloring Game,Jigsaw Puzzle Game, Adventure Runner Game and Hidden Star Game. It is guaranteed that you will have lots of fun playing this game.', 'https://img.gamemonetize.com/ctj50p4skl8kzft3bxo8tet4iww7io6j/512x384.jpg', 'https://html5.gamemonetize.com/ctj50p4skl8kzft3bxo8tet4iww7io6j/', '0', 'Puzzles', 0, 0, '', 'naruto-funny-games'), (2499, 'Squid Glass Game 2D', 'Its a very nice and fun game parkour game, your aim in the game is to try parkour and you know that the place where you died is an empty space, so you will not pass there again, so you will finish the levels and finish the game, I wish you good luck', 'https://img.gamemonetize.com/8u4wmxvxnk356oa4pe3n7xo3nox3o570/512x384.jpg', 'https://html5.gamemonetize.com/8u4wmxvxnk356oa4pe3n7xo3nox3o570/', '0', 'Adventure', 0, 0, '', 'squid-glass-game-d'), (2500, 'Moon Jump', 'Bounce your way to the top in this fun and addictive physics jumping game! Tap to control a ball and jump from floor to floor, avoiding obstacles and collecting gold coins. Use your coins to unlock new costumes for your ball and customize your look. How high can you go? Find out in this exciting jumping adventure!', 'https://img.gamemonetize.com/sx39cvcvgqngrj00zf7qh3byf17lghk6/512x384.jpg', 'https://html5.gamemonetize.com/sx39cvcvgqngrj00zf7qh3byf17lghk6/', '0', 'Hypercasual', 0, 0, '', 'moon-jump'), (2501, 'Prison Escape Stickman Story', 'A fan of Ars&egrave;ne Lupin, a fictional gentleman thief and master of disguise, calls himself Lupin 19th. His hobby is adventure through prisons in the world. The challenges, the obstacles, the difficulties all are interesting to him.Nothing can stop him from escaping. Each prison has unique characteristics that he use special specific skills to pass. Lets go with him to experience many prisons in the world.', 'https://img.gamemonetize.com/e4q4cgtdrj5f13rjk3za67skejm56cno/512x384.jpg', 'https://html5.gamemonetize.com/e4q4cgtdrj5f13rjk3za67skejm56cno/', '0', 'Adventure', 0, 0, '', 'prison-escape-stickman-story'), (2502, 'Skibidi Toilet Jigsaw Puzzles', 'Skibidi Toilet Jigsaw Puzzles is a unique and funny jigsaw puzzle online game that features popular toilet-themed elements. The game is designed for players finding hot-themed jigsaw puzzles and provides a fun gaming experience.', 'https://img.gamemonetize.com/waji22yyus1fkv5idlf0r2ze8bcvbhg5/512x384.jpg', 'https://html5.gamemonetize.com/waji22yyus1fkv5idlf0r2ze8bcvbhg5/', '0', 'Boys', 0, 0, '', 'skibidi-toilet-jigsaw-puzzles'), (2503, 'Zombie Dead Ahead', 'Defend your bus and endure opponents scarier than any devil or demon! Break through barricades while you slaughter the corrupt corpses. Gather your team of gladiators and send them one by one into battle! Use any means necessary to ward off the horde of pixel crazed flesh eaters! Slash, shoot or burn the dead with barrels, Molotov cocktails and grenades. Be direct and explosive or stealth kill your opponents.', 'https://img.gamemonetize.com/ts8h364kzm308ekm2qcahcmzp7jmtkf8/512x384.jpg', 'https://html5.gamemonetize.com/ts8h364kzm308ekm2qcahcmzp7jmtkf8/', '0', 'Adventure', 0, 0, '', 'zombie-dead-ahead'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (2504, 'Happy Moving Car', 'HappyMovingCar is a touch puzzle game. Player will touch the Car and help them safely leave the parking lotif the Car hits a pedestrian,the Player will Fail.When All the Call Leave the parking lot safelyPlayer will win.', 'https://img.gamemonetize.com/k50yr8ykopqeks4f6ol0wnspxio8ybgp/512x384.jpg', 'https://html5.gamemonetize.com/k50yr8ykopqeks4f6ol0wnspxio8ybgp/', '0', 'Puzzles', 0, 0, '', 'happy-moving-car'), (2505, 'Recoil Arena 1VS1', 'youve seen recoil guys kill monsters before. Now they are fighting among themselves. enemies for each other. the guys recoil have joined the arena and the one with the most kills wins. Experience the thrill of killing in different maps to the fullest. Shoot and kill each other by playing with your friend. Whichever of you kills the most wins. may the best win.', 'https://img.gamemonetize.com/762l0g0flcv0pufi9gh4b1rd1j9zin4k/512x384.jpg', 'https://html5.gamemonetize.com/762l0g0flcv0pufi9gh4b1rd1j9zin4k/', '0', 'Action', 0, 0, '', 'recoil-arena-vs'), (2506, 'Pets Sever', 'Pets Sever is game which you will like for sure its a game of puzzles kind. The game goal is to drew a box that had your pet from getting attacked by bees each level is harder than the one before of it.', 'https://img.gamemonetize.com/u4v5jz81rxjf6cra4exuxpllug0xdq1b/512x384.jpg', 'https://html5.gamemonetize.com/u4v5jz81rxjf6cra4exuxpllug0xdq1b/', '0', 'Puzzles', 0, 0, '', 'pets-sever'), (2507, 'Brokun 2', 'Brokun 2 is a 2D cute little platformer where you play as a human being called Brokun who have to collect all of the magical stones while avoiding the little devils, flying monsters, their bullets, spikes, fire of hell and reach the Exit door in order to go to the next level. There are 8 levels to play with increasing difficulty. This is the second installment of the original "Brokun" series.', 'https://img.gamemonetize.com/h7dopvjk58ztoggakcza63ju5fajhj14/512x384.jpg', 'https://html5.gamemonetize.com/h7dopvjk58ztoggakcza63ju5fajhj14/', '0', 'Arcade', 0, 0, '', 'brokun-'), (2508, 'Monster Squid Survival', 'Immerse yourself in the gripping world of Monster Squid Survival, a thrilling game inspired by the intensity of Squid Game. In this heart-pounding adventure, you find yourself trapped in a sinister arena, facing off against menacing creatures. Armed with only your wits and determination, you must navigate treacherous obstacles, solve mind-bending puzzles, and outmaneuver deadly monsters to survive. Every decision counts as you strive to stay one step ahead and avoid a chilling fate. Are you ready to test your courage and strategy in this ultimate test of survival? Dive into Monster Squid Survival now and face the gripping challenge that await', 'https://img.gamemonetize.com/a2q5eyrlp7zuinrksifmql9fcaghq8jj/512x384.jpg', 'https://html5.gamemonetize.com/a2q5eyrlp7zuinrksifmql9fcaghq8jj/', '0', 'Action', 0, 0, '', 'monster-squid-survival'), (2509, 'Colors Snake', 'Swipe your finger to guide a snake of balls and break the bricks. Try to break as many bricks as possible. Get additional balls and make the biggest snake ever! Very easy to play but very hard to reach high scores!', 'https://img.gamemonetize.com/rpw985ljwqldn20de3mein7enmg73nue/512x384.jpg', 'https://html5.gamemonetize.com/rpw985ljwqldn20de3mein7enmg73nue/', '0', 'Hypercasual', 0, 0, '', 'colors-snake'), (2510, 'PAC PAC RUN', 'Hello, in this excellent endless running game you will forget the clocks and get lost in time, dont hit the creatures, all your points will go back and you will not like it at all. If you dont crash and you set the highest record, you will set the highest record in Pac Pac Run history.', 'https://img.gamemonetize.com/ft4t61hdmqso9xy9nrt9728y3w1m2s3d/512x384.jpg', 'https://html5.gamemonetize.com/ft4t61hdmqso9xy9nrt9728y3w1m2s3d/', '0', 'Adventure', 0, 0, '', 'pac-pac-run'), (2511, 'Sweet Girl Summer Cleanup', 'The most popular and kids\\\\ all-time favorite cleaning game Sweet Baby Girl Cleanup now with tons of new cleaning fun inside! Play messy house makeover, clean up a pony stable and doghouse, and get ready for a super cool BBQ pool party! Sweet Baby Girl Cleanup is here to help kids learn how to clean up and help parents at home.', 'https://img.gamemonetize.com/lh8ds0mznxwy1lq2yrl5q8w3e7e7vm2a/512x384.jpg', 'https://html5.gamemonetize.com/lh8ds0mznxwy1lq2yrl5q8w3e7e7vm2a/', '0', 'Hypercasual', 0, 0, '', 'sweet-girl-summer-cleanup'), (2512, 'Girls Summer Vacation Fashion', 'Summer is coming and the weather is getting hot. So the fashion girls plan a summer vacation. Can you help them dress up and decorate their sea-view rooms? Come and join the girls fashionable summer party! Have fun!', 'https://img.gamemonetize.com/hpgx913yupd7haah3cy7abrq6no4tzd9/512x384.jpg', 'https://html5.gamemonetize.com/hpgx913yupd7haah3cy7abrq6no4tzd9/', '0', 'Girls', 0, 0, '', 'girls-summer-vacation-fashion'), (2513, 'Skateboard Challenges', 'Skateboard Challenges is a fast-paced and challenging game that will test players skills and reflexes. The game features a variety of levels, each with its own set of challenges. Players must complete these challenges in order to progress to the next level.', 'https://img.gamemonetize.com/853c96ug1teri9r1jxvl0rd9p2tvnvd2/512x384.jpg', 'https://html5.gamemonetize.com/853c96ug1teri9r1jxvl0rd9p2tvnvd2/', '0', 'Racing', 0, 0, '', 'skateboard-challenges'), (2514, 'Idle Pizza Empire', 'Are you a true pizza lover? Become a restaurant tycoon, build an empire, earn money, build a business, level up, make more money and get rich in this idle tycoon simulator game where you can make money by investing! Expand your millionaire restaurant and increase productivity with managers who will automate the workflow! Be a pizza master and start making delicious pizzas now! Are you ready to become an idle hero in this epic adventure to become a restaurant tycoon? Play now and Have Fun!!', 'https://img.gamemonetize.com/7l7pb2lvu567qd701e3rdolwdlcnz3hu/512x384.jpg', 'https://html5.gamemonetize.com/7l7pb2lvu567qd701e3rdolwdlcnz3hu/', '0', 'Hypercasual', 0, 0, '', 'idle-pizza-empire'), (2515, 'Golden Move Quest', 'Pocket Drift is an exclusive car game. Achieving victory not only requires you to have superb driving skills but also needs you to be familiar with the level track! Through absolute control of the car, eat as many reward coins and boxes as possible! Achieving victory is your final goal! This game has a variety of tracks for you to unlock, who is the car god today?', 'https://img.gamemonetize.com/iqbax2ls4shqy7lg3gwnws2qvlhxgk6r/512x384.jpg', 'https://html5.gamemonetize.com/iqbax2ls4shqy7lg3gwnws2qvlhxgk6r/', '0', 'Puzzles', 0, 0, '', 'golden-move-quest'), (2516, 'BFF Lovely Kawaii Outfits', 'Welcome to BFF Lovely Kawaii Outfits game. Princesses Elsa, Anna, Moana, and Jasmine are more fascinated about Kawaii Outfits. They are very eager to browse the new collection of Kawaii outfits. Start helping with each princess for their outfits and matching costumes by browse their wardrobe. Play these cute girl games and have fun!', 'https://img.gamemonetize.com/nytwd37eqj4v1lwknwhdrqs8q5rmjqrk/512x384.jpg', 'https://html5.gamemonetize.com/nytwd37eqj4v1lwknwhdrqs8q5rmjqrk/', '0', 'Girls', 0, 0, '', 'bff-lovely-kawaii-outfits'), (2517, 'Extreme Parking Challenge', 'Get ready for an adrenaline-pumping adventure in our physics-based car parking game! Take on challenging levels, navigate through a multitude of obstacles and thrilling challenges. Earn money to unlock an impressive lineup of cars and showcase your exceptional parking skills. With a wide range of levels, increasing difficulty, and addictive gameplay, can you conquer them all and become the ultimate parking champion in this action-packed experience?', 'https://img.gamemonetize.com/suwi35mmicrzupgrcdyn658e44f6qgi1/512x384.jpg', 'https://html5.gamemonetize.com/suwi35mmicrzupgrcdyn658e44f6qgi1/', '0', 'Racing', 0, 0, '', 'extreme-parking-challenge'), (2518, 'Skibidi Toilet Hidden Stars', 'Skibidi Toilet Hidden Stars is a puzzle hidden object game. Find the hidden stars in the skibidi pictures. Use hint button to reveal difficult hidden stars. Use also zomming option to help you spot stars. Enjoy', 'https://img.gamemonetize.com/fzbzm1uamls62n6rspf1yadm80ziu1j0/512x384.jpg', 'https://html5.gamemonetize.com/fzbzm1uamls62n6rspf1yadm80ziu1j0/', '0', 'Clicker', 0, 0, '', 'skibidi-toilet-hidden-stars'), (2519, 'Skibidi Toilets Flappy', 'Skibidi Toilets: Flappy is an addictive, fast-paced mobile game that combines the challenge of Flappy Bird with the hilarious antics of toilet humor. Help your character navigate a series of crazy, obstacle-filled toilets by tapping to make them jump at just the right moment. Avoid plungers, floating toilet paper, and other wacky obstacles as you aim for a high score. With its quirky graphics, funny sound effects, and addictive gameplay, Skibidi Toilets: Flappy is the perfect game for those who enjoy a mix of humor and challenging reflexes. Get ready for a wild bathroom adventure!', 'https://img.gamemonetize.com/jjw89wke0kd3jvmnv54pgfed6r22ywf5/512x384.jpg', 'https://html5.gamemonetize.com/jjw89wke0kd3jvmnv54pgfed6r22ywf5/', '0', 'Arcade', 0, 0, '', 'skibidi-toilets-flappy'), (2520, 'Transport Run Puzzle Game', 'Transport Run Puzzle is a traffic racing arcade game. Want to drive around and enjoy the traffic game? Navigate your vehicle on the road to avoid traffic without crashing any car to reach the goal. Tap and hold to drive forward and simply let go to stop your vehicle. Drive carefully and youll upgrade easily!', 'https://img.gamemonetize.com/whhlrhh0ar1zvfi8y08tie5tgbu7x482/512x384.jpg', 'https://html5.gamemonetize.com/whhlrhh0ar1zvfi8y08tie5tgbu7x482/', '0', '3D', 0, 0, '', 'transport-run-puzzle-game'), (2521, 'Girls Cosplay Sailor Challenge', 'Oh, great! There is a cosplay challenge in Fun Land! Fashion girls Winnie, Flora, Adella, Chloe, Jade, Bella are all fans of Sailor Girls, so they decide to cosplay the characters of this animation. Do you want to join the girls to pick the right costumes for them? Have fun!', 'https://img.gamemonetize.com/8upbnk59wty54xhkg0195r0gpkth9b0l/512x384.jpg', 'https://html5.gamemonetize.com/8upbnk59wty54xhkg0195r0gpkth9b0l/', '0', 'Girls', 0, 0, '', 'girls-cosplay-sailor-challenge'), (2522, 'Garten of Banban Escape', 'Garten of Banban Escape is an adrenaline-pumping online game that combines elements of survival and terror, offering players an immersive 3D experience. Developed for the gaming platform Kiz10.com, this game is a must-try for fans of casual games, action games, and those seeking a thrilling adventure. With its captivating gameplay and stunning graphics, Garten of Banban Revenge promises hours of free, fun, and intense gaming. Website Developer <a href=\'https://kiz10.com\'>https://kiz10.com</a>', 'https://img.gamemonetize.com/7cx2z2obpyfowhpfpu5jnw82vjal7lgj/512x384.jpg', 'https://html5.gamemonetize.com/7cx2z2obpyfowhpfpu5jnw82vjal7lgj/', '0', 'Adventure', 0, 0, '', 'garten-of-banban-escape'), (2523, 'Burger Race', 'Pick ingredients and make Hamburgers, receive money and build the bridge to go to next stage! Customize Character: You can choose from over 30 colors! Unlockables: Unlock all colors for your character and more!', 'https://img.gamemonetize.com/wb48m837hvo0z4h19nznefuz0plmh3ry/512x384.jpg', 'https://html5.gamemonetize.com/wb48m837hvo0z4h19nznefuz0plmh3ry/', '0', 'Fighting', 0, 0, '', 'burger-race'), (2524, 'Friday Night Funkin Coloring Book Online', 'FNF Coloring Book, also known as Friday Night Funkin Coloring Book, is an exciting and creative game that offers players the opportunity to dive into the rhythmic world of Friday Night Funkin and express their artistic skills. Inspired by the popular rhythm game, FNF Coloring Book provides a wide range of coloring pages featuring iconic characters, memorable scenes, and vibrant backgrounds from the game.', 'https://img.gamemonetize.com/64bnf024xxaisptve9v4au2sb4axg2ca/512x384.jpg', 'https://html5.gamemonetize.com/64bnf024xxaisptve9v4au2sb4axg2ca/', '0', 'Boys', 0, 0, '', 'friday-night-funkin-coloring-book-online'), (2525, 'Mini Jumps', 'Mini Jumps is a game where you control a little orange blob that only has the ability to jump. Use the platforms on the level to help the blob to reach the goal. Also, you can test your jumping skills in the speedrun mode!', 'https://img.gamemonetize.com/cku3v61nvb8ylwgedurahg5haxlfx5x1/512x384.jpg', 'https://html5.gamemonetize.com/cku3v61nvb8ylwgedurahg5haxlfx5x1/', '0', 'Arcade', 0, 0, '', 'mini-jumps'), (2526, 'Snake Blocks', 'Snake Blocks is a 2D puzzle game where you control a snake of blocks. The goal of the game is to reach the end of each level by maneuvering your snake around obstacles and collecting power-ups. The game features a variety of levels, each with its own unique challenges. Some levels require you to navigate tight spaces, while others require you to use power-ups to solve puzzles.', 'https://img.gamemonetize.com/ax26jm6ash6fleayxh1bgf7h058qvpos/512x384.jpg', 'https://html5.gamemonetize.com/ax26jm6ash6fleayxh1bgf7h058qvpos/', '0', 'Puzzles', 0, 0, '', 'snake-blocks'), (2527, 'Math Rockets Addition', 'In this game, youll have the opportunity to enhance your problem-solving skills and mathematical abilities. Your objective is simple: solve a series of addition expressions by tapping the rocket and revealing the correct answer. With 10 expressions to solve in each level and 8 exciting challenges awaiting you, this game is designed to help you sharpen your math skills.', 'https://img.gamemonetize.com/bvmkwdmrfjv0fo7wxpmwxlqsdmkt8hod/512x384.jpg', 'https://html5.gamemonetize.com/bvmkwdmrfjv0fo7wxpmwxlqsdmkt8hod/', '0', 'Puzzles', 0, 0, '', 'math-rockets-addition'), (2528, 'Scribble World Platform Puzzle', 'Embark on a delightful platform puzzle adventure with Scribble World, where you control a unique scribble character in a world made of scribbles. Solve clever puzzles, find keys, and progress through challenging levels!', 'https://img.gamemonetize.com/4rxemamu8uduwbfa4433r18xkehj75y3/512x384.jpg', 'https://html5.gamemonetize.com/4rxemamu8uduwbfa4433r18xkehj75y3/', '0', 'Puzzles', 0, 0, '', 'scribble-world-platform-puzzle'), (2529, 'Airplane Wash', 'Today we are expanding our collection with a great new game: plane wash. After all, it is so much fun to beat equipment and repair it! And so, lets get started. We have to move to a large hangar, where, after exhausting flights, helicopters and airplanes arrive to wash, and prepare for the next flight. And your task is to put them in order. A lot of machinery and even a space shuttle have already gathered at the car wash. Choose anyone and get down to business as soon as possible.', 'https://img.gamemonetize.com/3y422nasb2cajmbqia9myyza1bwbbknz/512x384.jpg', 'https://html5.gamemonetize.com/3y422nasb2cajmbqia9myyza1bwbbknz/', '0', 'Boys', 0, 0, '', 'airplane-wash'), (2530, 'Math Matchsticks', 'Math Matchsticks is a reasoning puzzle game with simple rules that are fun and challenging for players of all ages. Players need to change numbers or symbols by moving matchsticks according to a given mathematical problem to make the equation work. The game has a total of 100 levels, as the level increases, the difficulty gradually increases, requiring more thinking and patience of the player. This reasoning and calculation game can exercise the players intellectual and mathematical skills.', 'https://img.gamemonetize.com/elk707v2q4td13mx6yesu5o2z3ffr4ec/512x384.jpg', 'https://html5.gamemonetize.com/elk707v2q4td13mx6yesu5o2z3ffr4ec/', '0', 'Puzzles', 0, 0, '', 'math-matchsticks'), (2531, 'Skibidi Toilet Soccer Head', 'Skibidi Toilet Soccer Head is a captivating new gaming experience that combines the dynamism of head soccer with the comedic charm of Skibidi. The character Skibidi, known for his quirky dancing style, brings an unexpected twist to traditional head soccer. Dressed in his distinctive toilet outfit, he uses his head to skillfully control, pass, and shoot the soccer ball, all while performing his iconic dance moves. The primary antagonist is the quick-witted Cameraman, who must skillfully keep up with Skibidis chaotic antics to hit the ball and prevent Skibidi from scoring. If the Cameraman fails to intercept the ball, Skibidi wins the round', 'https://img.gamemonetize.com/aiekuxv2aaxb61xfssev8lvnffyrysg8/512x384.jpg', 'https://html5.gamemonetize.com/aiekuxv2aaxb61xfssev8lvnffyrysg8/', '0', 'Arcade', 0, 0, '', 'skibidi-toilet-soccer-head'), (2532, 'Pipe Surfer', 'Super Cool Pipe Surfer game where you can complete levels with using your Ultimate strategy skills. Aim and shoot at the right places multiply your balls and make money. You can unlock new skins and change your ball skin.', 'https://img.gamemonetize.com/kg7gr5sp2q6nxvuf9zjfm4yfrratlvi2/512x384.jpg', 'https://html5.gamemonetize.com/kg7gr5sp2q6nxvuf9zjfm4yfrratlvi2/', '0', 'Shooting', 0, 0, '', 'pipe-surfer'), (2533, 'Skibidi Mad Toilets', 'Skibidi: Mad Toilets is an exhilarating game that pushes the boundaries of toilet-themed mayhem with an ANGRY BIRDS PLAYSTYLE! Players embark on a hilarious journey through a series of mind-boggling toilet challenges in this wacky adventure. From plunging into outrageous toilet mazes to battling quirky toilet monsters, every level is filled with laughter and surprises. With its vibrant graphics and addictive gameplay, Skibidi: Mad Toilets will keep players entertained as they strive to conquer each lavatory-themed obstacle.', 'https://img.gamemonetize.com/10a9fsnr7qdciaang4sl8l18wn6eor51/512x384.jpg', 'https://html5.gamemonetize.com/10a9fsnr7qdciaang4sl8l18wn6eor51/', '0', 'Arcade', 0, 0, '', 'skibidi-mad-toilets'), (2534, 'Color Shot throw the ball', 'Ready to explore this universe and join other players from all of the world? Here is the most excited android game color shoot finally come, download it and enjoy playing game every day &amp; every night. It is one-tap addictive casual game. If you want to get the highest score, you must be patient. Wait for the right color and throw the ball. If you cannot wait, you need to plan your shot well. Go on new adventures in this open-world game, where you will challenge yourself with other players with this minigame. Color shoot is the most relaxing game of your life. Coloring is the best exercise for mind and develop amazing sense of color. We give y', 'https://img.gamemonetize.com/cvuxtw1g6fpn8m7oscv6i181az96xv3q/512x384.jpg', 'https://html5.gamemonetize.com/cvuxtw1g6fpn8m7oscv6i181az96xv3q/', '0', 'Arcade', 0, 0, '', 'color-shot-throw-the-ball'), (2535, 'Skibidi Monster Toilet', 'Get ready for an exhilarating gaming experience with Skibidi Monster Toilet ! Step into the shoes of the beloved character Skibidi Toilet as you navigate through a high-stakes game inspired by the hit series Squid Game. Can you survive the intense challenges and emerge as the ultimate champion? In Skibidi Monster Toilet , you will face a series of nerve-wracking tasks that will test your agility, reflexes, and nerve. The iconic green light, red light game takes center stage as you sprint, stop, and evade in a race against time. Will you listen carefully and move swiftly when the green light is on, or freeze in your tracks when the red light', 'https://img.gamemonetize.com/gkulc1620irvjdrmmn1iso4hbdd80653/512x384.jpg', 'https://html5.gamemonetize.com/gkulc1620irvjdrmmn1iso4hbdd80653/', '0', 'Shooting', 0, 0, '', 'skibidi-monster-toilet'), (2536, 'Cat Stretch 2D', 'Cat Stretch is a really simple game where you suppost to help the cat to get into the spot where it has to go to and avoid any collision with any walls or objects.Are you ready to help the lost cat and show to it the right way ?!', 'https://img.gamemonetize.com/lkiugoodz4wt3mkb7rxsk3meojwvetqw/512x384.jpg', 'https://html5.gamemonetize.com/lkiugoodz4wt3mkb7rxsk3meojwvetqw/', '0', 'Puzzles', 0, 0, '', 'cat-stretch-d'), (2537, 'Skibidi Toilet IO (Dop Dop Yes Yes)', 'Skibidi Toilet Io is a hilariously wacky game where your character is a head popping out of a toilet! Choose your head, collect toilet paper to increase your power, and push other toilets out of the bustling arena to claim your supremacy. Brace yourself for the unexpected attacks from other fierce toilet-heads and either ally or duel in a thrilling two-player mode. Will you reign as the supreme throne or be flushed away in this whirlwind of absurd, commode-filled colosseum? Its time to dive in and make a splash!', 'https://img.gamemonetize.com/obbpn7enkbxnl39fy12itcid6bc3vo75/512x384.jpg', 'https://html5.gamemonetize.com/obbpn7enkbxnl39fy12itcid6bc3vo75/', '0', '3D', 0, 0, '', 'skibidi-toilet-io-dop-dop-yes-yes'), (2538, 'Skibidi Rush', 'Skibidi Rush is a high score racing game where you have to control the rushing skibidi toilet. Tap or mouse click to change the toilet direction, collect poop emojis along your way to make a high score. Focus and do not let the skibidi fall from edges. Enjoy!', 'https://img.gamemonetize.com/qj18rtbyl3xhyiphwf17k0jdkmcxhwoy/512x384.jpg', 'https://html5.gamemonetize.com/qj18rtbyl3xhyiphwf17k0jdkmcxhwoy/', '0', 'Clicker', 0, 0, '', 'skibidi-rush'), (2539, 'Classic Limo Car Parking', 'Classic Limo Car Parking is an awesome and unique driving game in which you must test your parking and driving skills in a series of car parks! You must hop into your vehicle and race around the parking lots carefully and avoid taking any damage. Follow the markers and head for your designated parking space! The graphics are realistic and the driving controls are easy to pick up. For each different parking challenge you complete, you earn cash. You can use this cash to purchase awesome upgrades for your vehicle and customize it to your liking! Can you complete every challenge and prove your parking skill?', 'https://img.gamemonetize.com/e586y3ydm32fdwyafbybvxxxofg12npc/512x384.jpg', 'https://html5.gamemonetize.com/e586y3ydm32fdwyafbybvxxxofg12npc/', '0', 'Arcade', 0, 0, '', 'classic-limo-car-parking'), (2540, 'Hair Challenge Rush', 'In this amazing game, we play hair challenge and hair race. Be smart and take shortcuts to win. Collect your haircuts and challenge the length of your hair, measure them on a ruler and become a runner with the longest hair. Have a try!', 'https://img.gamemonetize.com/36hqmwbye0x39w7yu81k7zn746lavir1/512x384.jpg', 'https://html5.gamemonetize.com/36hqmwbye0x39w7yu81k7zn746lavir1/', '0', 'Puzzles', 0, 0, '', 'hair-challenge-rush'), (2541, 'Scribble World Physics Puzzle', 'Embark on a delightful physics puzzle adventure with Scribble World: Physics Puzzle. In this game you need to interact with physics based elements and hel Scribball to find a way out. Solve clever puzzles, find keys, collect coins and progress through challenging levels!', 'https://img.gamemonetize.com/j54exrn9ny5uf97niesx95v29ezpok0r/512x384.jpg', 'https://html5.gamemonetize.com/j54exrn9ny5uf97niesx95v29ezpok0r/', '0', 'Puzzles', 0, 0, '', 'scribble-world-physics-puzzle'), (2542, 'Ben 10 Memory Time', 'Ben 10 Memory Time is an exciting and engaging free online game designed specifically for all the Ben 10 lovers out there. Whether you are a die-hard fan or just enjoy a good memory game, this game is suitable for players of all ages and skill levels. The objective of Ben 10 Memory Time is simple yet challenging. Your task is to find and match all the identical images. By exercising your memory skills and concentration, you can emerge victorious and win the game. Have fun playing Ben 10 Memory Time and may your memory skills lead you to victory!', 'https://img.gamemonetize.com/n9c018ge1h4dgaq4a4mmjyqgnz7exwhc/512x384.jpg', 'https://html5.gamemonetize.com/n9c018ge1h4dgaq4a4mmjyqgnz7exwhc/', '0', 'Puzzles', 0, 0, '', 'ben--memory-time'), (2543, 'Coco Spa Salon', 'Calling aspiring designers! Its time to show off your skills in Cocos Spa and Salon. Have fun with makeup, hairstyling, nail spa and styling entire outfits for your chosen model. Choose a model, apply facial makeover, hair styling. Get your girls ready for the final photoshoot, make sure that your model looks better than ever, and dress them up in fancy outfits and accessories.', 'https://img.gamemonetize.com/wyjzweacdtm8mdag3c6d2gpunhg8m2le/512x384.jpg', 'https://html5.gamemonetize.com/wyjzweacdtm8mdag3c6d2gpunhg8m2le/', '0', 'Girls', 0, 0, '', 'coco-spa-salon'), (2544, 'Raya Back To Kumandra', 'Welcome to Raya Back To Kumandra game. Raya and Namaari are close friends who moved to cities for their high school. Now they got an invite to their native Kumandra. They are more excited to back to Kumandra and planned to be there in a more traditional way. Come and join them. Have fun!', 'https://img.gamemonetize.com/jopzfolc0elxyj840dtqhqg5s5vygw7r/512x384.jpg', 'https://html5.gamemonetize.com/jopzfolc0elxyj840dtqhqg5s5vygw7r/', '0', 'Girls', 0, 0, '', 'raya-back-to-kumandra'), (2545, 'Water Worlds Aqua Mans Quest', 'Dive into the thrilling depths of Water Worlds: Aqua Mans Quest, an immersive underwater adventure that will take you on a breathtaking journey through a mesmerizing aquatic universe. In this epic exploration game, you step into the fins of Aqua Man, a skilled diver equipped with advanced technology to unravel the mysteries of the deep. The game unfolds in a vast and vibrant oceanic realm, where youll encounter stunning underwater landscapes, diverse marine life, and hidden treasures lurking beneath the surface. As Aqua Man, youll navigate through coral reefs, ancient shipwrecks, and eerie underwater caves...', 'https://img.gamemonetize.com/9xt6jcdeklwkzvnxzs24r31v8kzynx5p/512x384.jpg', 'https://html5.gamemonetize.com/9xt6jcdeklwkzvnxzs24r31v8kzynx5p/', '0', 'Arcade', 0, 0, '', 'water-worlds-aqua-mans-quest'), (2546, 'Parkour Skyblock', 'Complete levels and do parkour tricks in Parkour Skyblock. Jump over obstacles, climb ledges, reach the portal! Jump on the slugs to fly higher. Run through a variety of blocks and have fun! Dont let the obstacles take you down and make you fall to the depths.', 'https://img.gamemonetize.com/lvhxedowv54gpv02o3nxqcujsa6xzrlw/512x384.jpg', 'https://html5.gamemonetize.com/lvhxedowv54gpv02o3nxqcujsa6xzrlw/', '0', 'Fighting', 0, 0, '', 'parkour-skyblock'), (2547, 'Skibidi Toilet Jump', 'Skibidi Toilets are enjoying swimming in pool. Your mission is to move the tootbrush left and right to help the skibidies get into the pool tubes and dont let them fall into the hot lava. Challenge your friends and make the highest score. Have fun!', 'https://img.gamemonetize.com/f7jjbsj6174m33navku4purx5tuchiyl/512x384.jpg', 'https://html5.gamemonetize.com/f7jjbsj6174m33navku4purx5tuchiyl/', '0', 'Puzzles', 0, 0, '', 'skibidi-toilet-jump'), (2548, 'Spot&ampDiffers', 'A new exciting game Spot&amp;Differs for children and adults! Find differences between two pictures and train your brain and mindfulness. If you like to play logic games, join us!', 'https://img.gamemonetize.com/j56aplfmb4eso8f86r5oujin9bgfd46w/512x384.jpg', 'https://html5.gamemonetize.com/j56aplfmb4eso8f86r5oujin9bgfd46w/', '0', 'Puzzles', 0, 0, '', 'spotampampdiffers'), (2549, 'Line &amp Dots', 'Line &amp; Dots is an addictive puzzle game with a series of challenging and confusing logic mini puzzles.You can test your brain, sharpen your mind, develop your spatial thinking and improve your IQ by challenging your intelligence in this game. This game will push your brain to its limits, try to connect all the dots with one line.', 'https://img.gamemonetize.com/q8c4cy9av7ffqssne3nssa4zy6nqittz/512x384.jpg', 'https://html5.gamemonetize.com/q8c4cy9av7ffqssne3nssa4zy6nqittz/', '0', 'Puzzles', 0, 0, '', 'line-ampamp-dots'), (2550, 'Water Color Sort Game', 'Water Color Sort is a perfectly simple yet addictive, and challenging puzzle game! This is the best free water-sorting puzzle game for you to exercise your brain, kill your free time, and relax! If you want to train your combinatorial logic skills, then this water-sorting puzzle game is for you! This is the most relaxing yet most challenging puzzle game with no time limit. Come and play with us!', 'https://img.gamemonetize.com/eh2hjb3nkhok34w93ew3f2ou9l4qoz25/512x384.jpg', 'https://html5.gamemonetize.com/eh2hjb3nkhok34w93ew3f2ou9l4qoz25/', '0', 'Puzzles', 0, 0, '', 'water-color-sort-game'), (2551, 'Stickman Rope Heroes', 'Have you ever seen a stickman throwing a web before? yes he is throwing net and trying to reach the finish line to fulfill his mission. Net and jump at all marked locations. Help him as a stickman superhero and network together. Reach the finish line without falling off the cliff in different difficulty levels.', 'https://img.gamemonetize.com/eqxf0v60oye38q5x3rdcf54caej8xwc6/512x384.jpg', 'https://html5.gamemonetize.com/eqxf0v60oye38q5x3rdcf54caej8xwc6/', '0', 'Fighting', 0, 0, '', 'stickman-rope-heroes'), (2552, 'Cube Jumper Escape', 'In Cube Jumper: Escape, prepare for an adrenaline-fueled challenge! Take control of a nimble cube as you navigate treacherous terrain with dangerous spikes. Your mission is to leap with precision, evading every deadly obstacle that stands in your way. Engage in fast-paced, heart-pounding action as you strive to reach the safety of the finish line. Explore myriad meticulously designed levels, each testing your reflexes and timing to the limit. With its captivating gameplay and addictive mechanics, Cube Jumper: Escape is the ultimate test of your jumping prowess. Will you conquer the cube and escape to victory?', 'https://img.gamemonetize.com/5o8x964bvy7afr2com43b5r54c9z8cw6/512x384.jpg', 'https://html5.gamemonetize.com/5o8x964bvy7afr2com43b5r54c9z8cw6/', '0', 'Clicker', 0, 0, '', 'cube-jumper-escape'), (2553, 'Poppy Rush Color', 'To win the level, you must make yourself stronger and defeat the boss. This can be achieved by absorbing people of the same color as you, which will increase your strength, while matching with people of different colors will weaken you. It is important to avoid these individuals. Once you have become sufficiently strong, you can engage in a battle with their leader to emerge victorious.', 'https://img.gamemonetize.com/uj7bd0qcjs4xzfeu97yuexcjpvqwt4j1/512x384.jpg', 'https://html5.gamemonetize.com/uj7bd0qcjs4xzfeu97yuexcjpvqwt4j1/', '0', 'Arcade', 0, 0, '', 'poppy-rush-color'), (2554, 'Trivia Crack 94%', 'Trivia Crack 94% is a thrilling trivia game! Test your knowledge and prove you are the smartest not only by answering trivial questions but by suggesting multiple-choice questions in this brain test! Enjoy without interruptions tons of trivia questions and be a Pro!', 'https://img.gamemonetize.com/70neg6j5l4aj2ocxhnhzjmtwu9mg77vf/512x384.jpg', 'https://html5.gamemonetize.com/70neg6j5l4aj2ocxhnhzjmtwu9mg77vf/', '0', 'Puzzles', 0, 0, '', 'trivia-crack-'), (2555, 'Princess Horse Caring', 'A fine morning here at the stables in a fun princess horse game awaits you and it is business as usual. The time has come to do some maintenance work on the stable where your favorite horse lives and you will have to be thorough. Put some time and effort into it to make it look brand new in order to improve the quality of life for the residents here. Now, lets play!', 'https://img.gamemonetize.com/pq06evt0u9yki18z4v0k8xsjqgpimwfp/512x384.jpg', 'https://html5.gamemonetize.com/pq06evt0u9yki18z4v0k8xsjqgpimwfp/', '0', 'Girls', 0, 0, '', 'princess-horse-caring'), (2556, 'Sniper Killing Skibidi', 'Perfect Sniper 3D is a fun, addictive and extremely casual shooting game. Just aim at the target and shoot the Skibidi. You can also detonate explosives to kill Skibids. Enjoy!', 'https://img.gamemonetize.com/8zqeys9a9enkub9saxa1lhy12tj1mfqi/512x384.jpg', 'https://html5.gamemonetize.com/8zqeys9a9enkub9saxa1lhy12tj1mfqi/', '0', 'Shooting', 0, 0, '', 'sniper--killing-skibidi'), (2557, 'Spider Swinger', 'Stickman is the same person who can do anything. You still have awesome 2D action in a big open world from a third party. The life of a stickman is not easy. Funny shooters will take place on every corner. Flying hero transform into stickman car to fight against them in city &amp; win future stickman superhero games. Transform stickman rope hero into stickman car to take down the enemies and defend grand city from stickman super hero in stickman transformation games.', 'https://img.gamemonetize.com/3oyh5g0r6zn2vt02r5ag7fg1gqwmvjwh/512x384.jpg', 'https://html5.gamemonetize.com/3oyh5g0r6zn2vt02r5ag7fg1gqwmvjwh/', '0', 'Arcade', 0, 0, '', 'spider-swinger'), (2558, 'BlockOut!', 'Glide your red blocks through the oncoming gaps to score a point. A simple game thats much more difficult than it sounds. - Features - - Hyper casual gameplay. - Customise your game by changing the colours of your block and the gaps.', 'https://img.gamemonetize.com/dqqz8o8pfar9ly9mps5q0oahcpkr3y2m/512x384.jpg', 'https://html5.gamemonetize.com/dqqz8o8pfar9ly9mps5q0oahcpkr3y2m/', '0', 'Hypercasual', 0, 0, '', 'blockout'), (2559, 'Kido Gen', 'Kido Gen is a super fun and free-to-play online game designed specifically for kids. If you enjoy guessing games and discovering interesting facts about famous celebrities, then Kido Gen is the perfect game for you.In Kido Gen, your objective is to reveal the next generation of kids from well-known celebrities. Challenge yourself, have fun guessing, and uncover the next generation of kids from famous celebrities.', 'https://img.gamemonetize.com/kyy88om4qunk5a2632feuyuxou4whvsc/512x384.jpg', 'https://html5.gamemonetize.com/kyy88om4qunk5a2632feuyuxou4whvsc/', '0', 'Hypercasual', 0, 0, '', 'kido-gen'), (2560, 'Stick Cards War', 'Each card has its own unique abilities, and using them strategically can make you stronger! Drag the cards on yourself or on the enemy to use their effects! Use coins to improve the base value, the higher the base value, the greater the gain!', 'https://img.gamemonetize.com/5i0n78izpy4jmko3x83a5mu4nj9zwrnm/512x384.jpg', 'https://html5.gamemonetize.com/5i0n78izpy4jmko3x83a5mu4nj9zwrnm/', '0', 'Arcade', 0, 0, '', 'stick-cards-war'), (2561, 'Toy Bricks Builder 3D', 'Toy Bricks Builder 3D is an online puzzle game for kids. In the game, you can use virtual building blocks to build toys and 3D models, restoring the realism of building Lego. There are dinosaurs, robots and other models waiting for you to fight! The colorful pieces can be assembled and connected in a variety of ways. More models are waiting for you to unlock, come and play!', 'https://img.gamemonetize.com/yv00msyles4y8vylgvwz062czhrkbhtl/512x384.jpg', 'https://html5.gamemonetize.com/yv00msyles4y8vylgvwz062czhrkbhtl/', '0', 'Puzzles', 0, 0, '', 'toy-bricks-builder-d'), (2562, 'Princess Castle Cleaning', 'A huge palace is waiting to get cleaned! Start with the living room cleaning and arranging all the stuff at its place. It&rsquo;s very dirty all over. Use brushes, mop tools to clear all the spiders and dust. Then clean all the rooms by throwing all the trash into the dustbin and dirt needs to be removed from the ground using vacuum cleaner , mop tools. Repair and fix all the items that are broken. After cleaning rooms of princess now its turn for kitchen cleaning. There is a fire on kitchen everywhere. Blow the fire using fire extinguisher. Put all the burnt stuff into dustbin and clean all the dirt.', 'https://img.gamemonetize.com/bwstx36wao6g6ocylh1ss9t3itxw7c62/512x384.jpg', 'https://html5.gamemonetize.com/bwstx36wao6g6ocylh1ss9t3itxw7c62/', '0', 'Girls', 0, 0, '', 'princess-castle-cleaning'), (2563, 'Dumpster Dash Junkyard Journey', 'Rev up for an exhilarating Junkyard Journey in Dumpster Dash! Navigate perilous scrap mazes, outmaneuvering obstacles and amassing valuable salvage. Challenge your skills as you vie to be the ultimate trash-truck champion. Collect power-ups, master daring jumps, and conquer treacherous terrain. With heart-pounding action and high-speed thrills, Dumpster Dash offers an adrenaline-fueled adventure through the chaotic world of junkyards. Can you rise to the top and claim the title in this electrifying race against time?', 'https://img.gamemonetize.com/2krgpj8p1pzvw5vl8fh5podens7ovi5r/512x384.jpg', 'https://html5.gamemonetize.com/2krgpj8p1pzvw5vl8fh5podens7ovi5r/', '0', 'Arcade', 0, 0, '', 'dumpster-dash-junkyard-journey'), (2564, 'Skibidi Toilet Coloring', 'Skibidi Toilet Coloring there are many different Skibidi Toilet Coloring pages available, so youre sure to discover the right one for you. An excellent coloring page of Skibidi Toilet . You can choose from a range of hues and patterns to discover the ideal one for you. Appreciate new characters dob dob, dop dop yes yes. WithSkibidi Toilet Coloring book, welcome to the ultimate coloring experience! Explore your creative side while on a tranquil journey. Including Skibidi Toilet Coloring,dop dop yes yes, and many more skibidi toilet simulator toilet. You can have a great time coloring each and every one of them!', 'https://img.gamemonetize.com/1hi7scnpoe5mfp8x652zsrhsul84xsrr/512x384.jpg', 'https://html5.gamemonetize.com/1hi7scnpoe5mfp8x652zsrhsul84xsrr/', '0', 'Puzzles', 0, 0, '', 'skibidi-toilet-coloring'), (2565, 'Shooting Cubes Game', 'Come and synthesize stronger cannons to bombard your enemies! Enjoy your game!Activate your intelligence and pass through more levels.Invite your friends to play with you and enjoy the thrill of facing your opponents together.', 'https://img.gamemonetize.com/di41o8em3b5hklpmqkfid5yglg31o2tc/512x384.jpg', 'https://html5.gamemonetize.com/di41o8em3b5hklpmqkfid5yglg31o2tc/', '0', 'Puzzles', 0, 0, '', 'shooting-cubes-game'), (2566, 'Turbo Jigsaw Puzzles', 'Zazgames is a place where you can infinitely play assembling online jigsaw puzzles. We hope you are up for another game from the Puzzle category on our website , because we have just added the game called Turbo Jigsaw Puzzles for you all, which, despite being one of the many puzzle games we have added so far into this category, this is the first puzzle game to use this specific format, and image, so it is going to be a brand new experience for all of you, an experience we are sure you will appreciate, as there is no way you arent going to have a lot of fun playing the game. Especially after you learn how to play it from the next lines in the description. you will start by choosing how you want the jigsaw puzzle be : hard medium or easy. After that, the jigsaw puzzle pieces are going to be spread around the game screen randomly. Use the mouse to drag them over the transparent images where they match with the image, until all the pieces are connected, and the image looks just like it did in the beginning. You will have a great time with the game, so start it right now, and we are sure you will not regret it one second!', 'https://img.gamemonetize.com/mflwbvqh3qm4thyvo5i3rnpl4yhzc6cb/512x384.jpg', 'https://html5.gamemonetize.com/mflwbvqh3qm4thyvo5i3rnpl4yhzc6cb/', '0', 'Puzzles', 0, 0, '', 'turbo-jigsaw-puzzles'), (2567, 'Kids Math Online', 'Kids Math Online is a Educational game that offers a variety of free online math games for kids of all ages. The games are designed to be fun and engaging, while also helping kids learn important math concepts', 'https://img.gamemonetize.com/5fme2uu178543u4vq96iicdcwbtr4ydx/512x384.jpg', 'https://html5.gamemonetize.com/5fme2uu178543u4vq96iicdcwbtr4ydx/', '0', 'Puzzles', 0, 0, '', 'kids-math-online'), (2568, 'Drag Race', 'Drag Race! - Keep the race on! Race your opponent, and earn coins to upgrade your car, or buy a NEW car! Better accuracy = Better rewards! Can you ride the ultimate car? Good luck on that! Made by Realinspirer', 'https://img.gamemonetize.com/4gtr4e0o7kx3qzfyc58y2lgdjszrwk12/512x384.jpg', 'https://html5.gamemonetize.com/4gtr4e0o7kx3qzfyc58y2lgdjszrwk12/', '0', 'Racing', 0, 0, '', 'drag-race'), (2569, 'Pixel Block 3D', 'Pixel Block 3D is a relaxing online game, and it is suitable for people of all ages. In this game, you only need to control the direction of the block with the mouse to touch all the pixels. Pay attention to the gaps in the pattern, or your block will fall down and end the game. There are many different levels to be challenged. Come on and enjoy the game!', 'https://img.gamemonetize.com/7tje6qsj53ygd3v8507hsyfbljiuezc1/512x384.jpg', 'https://html5.gamemonetize.com/7tje6qsj53ygd3v8507hsyfbljiuezc1/', '0', 'Boys', 0, 0, '', 'pixel-block-d'), (2570, 'Thief Puzzle Online', 'Are you ready to embark on a thrilling adventure with a stickman thief? Look no further than Thief Puzzle Online, an exciting online game that combines puzzles and action-packed gameplay. In this game, your mission is to help the stickman thief retrieve precious objects while navigating through challenging levels. Best of all, you can enjoy this game for free on Kiz10.com! Thief Puzzle Online falls into the category of casual games, which are known for their accessibility and entertainment value.Website Developer <a href=\'https://kiz10.com\'>https://kiz10.com</a>', 'https://img.gamemonetize.com/2mb4bxmkp1l8xg3j6ebc58w1n960rc99/512x384.jpg', 'https://html5.gamemonetize.com/2mb4bxmkp1l8xg3j6ebc58w1n960rc99/', '0', 'Clicker', 0, 0, '', 'thief-puzzle-online'), (2571, 'Fashion Victoria Secret Show', 'The bravura fashion show was all about sizzling lingerie, breathtaking wings, sensational performances. Bffs Adella, Flora and Rebecca all watched this show on TV, the girls like the fashion clothes so much, they decided to hold a fashion show of their own, Secret Fashion Show! Can you help them prepare the show? Help them dress up and decorate the catwalk.', 'https://img.gamemonetize.com/87ep9448gnohs170i1ml5hujprpu3yw4/512x384.jpg', 'https://html5.gamemonetize.com/87ep9448gnohs170i1ml5hujprpu3yw4/', '0', 'Girls', 0, 0, '', 'fashion-victoria-secret-show'), (2572, 'Farming Simulator 3D', 'Can you build and manage an entire big farm? Are you ready for country life? Your quest is simple...seed the fields, harvest them, raise your animal farm, and expand your island to become one of the best farmer boys in one of the best idle farming games.', 'https://img.gamemonetize.com/42cziv04qdnr5d6pvv9lar3inf08hn2y/512x384.jpg', 'https://html5.gamemonetize.com/42cziv04qdnr5d6pvv9lar3inf08hn2y/', '0', 'Arcade', 0, 0, '', 'farming-simulator-d'), (2573, 'Extreme Toy Race', 'Get ready for a thrilling and high-speed experience with Extreme Toy Race! Play as two or one and challenge your skills in this action-packed game. youre looking for a fun way to pass the time or want to challenge a friend, this game is sure to provide hours of fun and excitement. With its simple yet challenging gameplay, this game is perfect for players of all skill levels. So whether youre a seasoned gamer or just starting out, youll be able to get in on the action.', 'https://img.gamemonetize.com/z7o5v68e5l4qc5ostcn7mlyrqhs9toqi/512x384.jpg', 'https://html5.gamemonetize.com/z7o5v68e5l4qc5ostcn7mlyrqhs9toqi/', '0', '3D', 0, 0, '', 'extreme-toy-race'), (2574, 'Fantastic Car Parking 3D', 'Car parking is back in the sequel to the biggest mobile parking simulation game of all time! Car parking starts a new era of parking simulation gameplay with super stunning graphics, challenging multi-stage levels and real-time online.', 'https://img.gamemonetize.com/k5tuqh5c9houp83ssmcnvqj5kiry0uhs/512x384.jpg', 'https://html5.gamemonetize.com/k5tuqh5c9houp83ssmcnvqj5kiry0uhs/', '0', 'Racing', 0, 0, '', 'fantastic-car-parking-d'), (2575, 'Basketball Goal', 'Welcome to Basketball Goal Slide Puzzle, the ultimate brain-teasing game that combines the thrill of basketball with the addictive gameplay of slide puzzles. Get ready to engage your mind and have a slam-dunking good time! The basketball Goal game has exciting at 100-level. Play and have fun.', 'https://img.gamemonetize.com/ynmrynnz3lll65m5tjhhxmhmatbuvxwc/512x384.jpg', 'https://html5.gamemonetize.com/ynmrynnz3lll65m5tjhhxmhmatbuvxwc/', '0', 'Puzzles', 0, 0, '', 'basketball-goal'), (2576, 'Steve and Alex Skibidi Toilet', 'The skibidi toilet monster is chasing you need to escape urgently hey steve and alex run save yourself. While the monster is chasing you, collect the emeralds you need to collect, then you can buy yourself a costume with them. If the monster catches you, you lose. you should never get caught by the beast.', 'https://img.gamemonetize.com/afcq86ob1rwoz0pjyiqpbvxppvbitso4/512x384.jpg', 'https://html5.gamemonetize.com/afcq86ob1rwoz0pjyiqpbvxppvbitso4/', '0', 'Adventure', 0, 0, '', 'steve-and-alex-skibidi-toilet'), (2577, 'Skibidi Toilet Online', 'Welcome to the thrilling world of Toilet Monster Battle, where players embark on an immersive adventure through two captivating survival game modes. Prepare yourself for the ultimate test of fight skill, strategy, and monster mayhem!', 'https://img.gamemonetize.com/w51jlov2h1v2oy7yh4ovwz3jsbzzmcph/512x384.jpg', 'https://html5.gamemonetize.com/w51jlov2h1v2oy7yh4ovwz3jsbzzmcph/', '0', 'Adventure', 0, 0, '', 'skibidi-toilet-online'), (2578, 'Skibidi Toilet Escape', 'Welcome to Skibidi Toilet Escape! Run, avoid Skibidi Toilets or use the suction cup to shoot the scary skibidi. Collect weapons and hearts and find the door to escape. Challenge yourself and unlock all levels. enjoy!', 'https://img.gamemonetize.com/loudcjzy94nkk3fio3nih05zv94fle7o/512x384.jpg', 'https://html5.gamemonetize.com/loudcjzy94nkk3fio3nih05zv94fle7o/', '0', 'Shooting', 0, 0, '', 'skibidi-toilet-escape'), (2579, 'BFF Two Piece Trends', 'The beautiful princesses Clara, Sophie and Ava are planning their vacation, so they need to choose the best two pieces. Could you help them to select the suitable outfits with cover ups and accessories for their wonderful vacation. Have a great fun!', 'https://img.gamemonetize.com/vteimtazrnbc3tt5w90jfzyuo2mt0rfw/512x384.jpg', 'https://html5.gamemonetize.com/vteimtazrnbc3tt5w90jfzyuo2mt0rfw/', '0', 'Girls', 0, 0, '', 'bff-two-piece-trends'), (2580, 'Judgment Day 3D', 'Today is judgment day, and you are here. OMG! As an angel of God, you are responsible for the judgment on the day of reckoning! This is your mission; you are responsible for judging and deciding the fate of all souls in the afterlife! You will decide who is guilty, who is a criminal, who is innocent and a saint. In this case, it is a pleasant detective game. Be careful! This may be the arrival of death!', 'https://img.gamemonetize.com/d80a2q41iok80frp2ubdt5rr20gpo90d/512x384.jpg', 'https://html5.gamemonetize.com/d80a2q41iok80frp2ubdt5rr20gpo90d/', '0', 'Arcade', 0, 0, '', 'judgment-day-d'), (2581, 'Baby Wedding Salon', 'Lets get started! Today some amazingly beautiful girls have come to your beauty salon. And you, as a designer, must make every effort to make them not just a bride, but a real princess. Use your imagination! Choose an individual hairstyle for each of them. Choose and wear matching dresses.Then, to highlight the beauty, choose the right gloves, jewelry, veil and shoes for each beauty. And dont forget about the bouquet! Each of the brides has many girlfriends who also want to get married. And do not forget to photograph the result of your work and share it with your friends and family!', 'https://img.gamemonetize.com/gzv41pjg4giafvvs42vf9au660ffy32k/512x384.jpg', 'https://html5.gamemonetize.com/gzv41pjg4giafvvs42vf9au660ffy32k/', '0', 'Girls', 0, 0, '', 'baby-wedding-salon'), (2582, 'Cheerful Plumber Coloring', 'Hello, young artist. Do you love video games and creativity? Then this game is for you! Color the video game characters - the princess, the merry plumber, the dragon and more! Choose different colors on the main and additional palette. Play and color! Take a screenshot and share the result with your friends!', 'https://img.gamemonetize.com/akx4weij2wchqq8sx28tfr3l9yehayme/512x384.jpg', 'https://html5.gamemonetize.com/akx4weij2wchqq8sx28tfr3l9yehayme/', '0', 'Girls', 0, 0, '', 'cheerful-plumber-coloring'), (2583, 'VSCO Girl Aesthetic', 'Welcome to the VSCO Girl Aesthetic. Rainbow High school girls Sunny, Skyler, Ruby, and Violet are the trendy fashion girls. They planned to try VSCO fashion which is trending all over social media. Join and browse their wardrobe to pick some suitable outfits for the girls. Play and Have fun!', 'https://img.gamemonetize.com/ouqrr6ntntqye1iwe2c77u3ptluamish/512x384.jpg', 'https://html5.gamemonetize.com/ouqrr6ntntqye1iwe2c77u3ptluamish/', '0', 'Girls', 0, 0, '', 'vsco-girl-aesthetic'), (2584, 'Tap Blocks Away', 'Tap Blocks Away is a casual puzzle game that boasts simple gameplay and high replay value, making it the perfect choice for unwinding and killing time. Here are a few points to help introduce this game to all game lovers out there.', 'https://img.gamemonetize.com/jrkz5k7hyuxzwq41axr1inic85pnrjix/512x384.jpg', 'https://html5.gamemonetize.com/jrkz5k7hyuxzwq41axr1inic85pnrjix/', '0', 'Puzzles', 0, 0, '', 'tap-blocks-away'), (2585, 'Club Penguin Coloring Book', 'Club Penguin Coloring Book is a delightful and engaging game that allows players to unleash their creativity and artistic skills in the vibrant world of Club Penguin. Drawing inspiration from the popular virtual world, this game offers a wide variety of coloring pages featuring beloved Club Penguin characters, settings, and activities. With its user-friendly interface and intuitive controls, the game makes coloring a breeze for players of all ages. A palette of vibrant colors and a range of drawing tools enable players to bring their imagination to life and add their personal touch to each coloring page.', 'https://img.gamemonetize.com/awokxzti5nqmsf6il1gtujenabvsy65g/512x384.jpg', 'https://html5.gamemonetize.com/awokxzti5nqmsf6il1gtujenabvsy65g/', '0', 'Boys', 0, 0, '', 'club-penguin-coloring-book'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (2586, 'Desert Bus Conquest Sand Rides', 'Desert Bus Conquest: Sand Rides is an engaging, sandbox-style driving simulator with elements of strategy and resource management. In this riveting game, players assume the role of an ambitious bus operator who dares to traverse the unforgiving desert terrains. The goal is to safely transport passengers from one desert town to another, conquering the harsh dunes and treacherous dust storms. As players progress, theyll face the challenge of maintaining their bus, ensuring its in peak condition to survive the demanding desert conditions.', 'https://img.gamemonetize.com/r4r3iagku8qqevr7q0yqtzpt54xz2mgq/512x384.jpg', 'https://html5.gamemonetize.com/r4r3iagku8qqevr7q0yqtzpt54xz2mgq/', '0', 'Adventure', 0, 0, '', 'desert-bus-conquest-sand-rides'), (2587, 'Boom Wheels 3D', 'Get ready to hop into your supercharged go-kart and speed through the coolest tracks ever. Each race track is like its own wild adventure, ready for you to explore and conquer! But what&rsquo;s a race without some awesome power-ups? Boost yourself into lightning speed, blow everyone up with rockets, smash your opponents with a heavy stone, or lay banana peels for the other racers. Outsmart and outspeed your friends and rivals with these super cool power-ups. Use them wisely and watch your kart shoot to the front of the pack!', 'https://img.gamemonetize.com/25unsl5alqzdc949e6kgecb90oumveby/512x384.jpg', 'https://html5.gamemonetize.com/25unsl5alqzdc949e6kgecb90oumveby/', '0', 'Racing', 0, 0, '', 'boom-wheels-d'), (2588, 'SARUPA', 'This game is a 3-match puzzle game which you line up 3 monkeys of the same color to make them disappear. You will erase more and more monkeys falling down the tree. As the level goes up, the types of falling monkeys increase and the difficulty also increases. In the play mode Difficult, two monkeys fall together, but you can enjoy the chain more.', 'https://img.gamemonetize.com/sj0sfgqc1ij4qxq999x1jazs9414z25t/512x384.jpg', 'https://html5.gamemonetize.com/sj0sfgqc1ij4qxq999x1jazs9414z25t/', '0', 'Puzzles', 0, 0, '', 'sarupa'), (2589, 'Skibidi Toilet Hide N Seek', 'et ready for Skibidi Toilet : Hide N Seek, the ultimate mobile game experience! Step into a world where survival is key and embark on a thrilling simulator, adventure filled with a wide variety of mini-games. Whether youre up for the endless challenge, the excitement of Hide and Seek, or the intensity of epic combat, toilet head monster, Skibidi Toilet: Hide N Seek 3D game has it all.', 'https://img.gamemonetize.com/za9o66evloyciosoj02rdkunmygdnzm8/512x384.jpg', 'https://html5.gamemonetize.com/za9o66evloyciosoj02rdkunmygdnzm8/', '0', 'Arcade', 0, 0, '', 'skibidi-toilet-hide-n-seek'), (2590, 'Bally', 'Bally is a golf-like game. You have to throw the ball and reach the right hole. Can you do it by launching the ball with as few throws as possible?', 'https://img.gamemonetize.com/v5rfxl5bte726dqb673k4td59lgkokls/512x384.jpg', 'https://html5.gamemonetize.com/v5rfxl5bte726dqb673k4td59lgkokls/', '0', 'Puzzles', 0, 0, '', 'bally'), (2591, 'GetAway Ninja', 'Get Away Ninja is an exhilarating auto-run platform puzzle game that puts you in the agile shoes of a stealthy ninja. This engaging game combines the thrills of high-speed running with puzzle-solving and the adrenaline rush of avoiding deadly traps. The gameplay, while simple to understand, demands quick reflexes, strategic thinking, and a keen sense of timing. Every level is a challenge filled with traps such as hidden spikes, shurikens and treacherous pitfalls. Navigating these hazards requires agility, precision, and a deep understanding of the ninja&rsquo;s unique abilities. As you dash forward, you will encounter Tori&rsquo;s portals &ndash; mysterious', 'https://img.gamemonetize.com/ryolvt17ccpuq5u6wokjbvsqylv5v27u/512x384.jpg', 'https://html5.gamemonetize.com/ryolvt17ccpuq5u6wokjbvsqylv5v27u/', '0', 'Puzzles', 0, 0, '', 'getaway-ninja'), (2592, 'MCParkour Noob &amp Noob Baby', 'In 3d two player mc parkour you have to help two friends reach the finish line. In this game played for two players, you must reach the finish by overcoming serious difficulties. You have to run safely to the finish with noob player and baby noob player. Run dont stop and dont fall into the lava If you fall into the lava you will die! All you have to do is play with your friend and reach the finish.', 'https://img.gamemonetize.com/kat17jf8il5l1bpaqfa30bk0qcogv2q3/512x384.jpg', 'https://html5.gamemonetize.com/kat17jf8il5l1bpaqfa30bk0qcogv2q3/', '0', 'Adventure', 0, 0, '', 'mcparkour-noob-ampamp-noob-baby'), (2593, 'Skibidi Jigsaw Puzzles', 'Zazgames is a place where you can infinitely play assembling online jigsaw puzzles. We hope you are up for another game from the Puzzle category on our website because we have just added the game called Skibidi Jigsaw Puzzles for you all, which, despite being one of the many puzzle games we have added so far into this category, this is the first puzzle game to use this specific format and image, so it is going to be a brand new experience for all of you, an experience we are sure you will appreciate, as there is no way you arent going to have a lot of fun playing the game.', 'https://img.gamemonetize.com/15aj43ai1h4joeaciyclco8n1tvbcibv/512x384.jpg', 'https://html5.gamemonetize.com/15aj43ai1h4joeaciyclco8n1tvbcibv/', '0', 'Puzzles', 0, 0, '', 'skibidi-jigsaw-puzzles'), (2594, 'Watermelon Synthesis Game', 'Watermelon Synthesis is a puzzle game in which your goal is to synthesize large watermelons. If you get into trouble or make a mistake, you can always get props to make up for the mistake! Share Watermelon Synthesis with your friends and learn who can finish the game the fastest!', 'https://img.gamemonetize.com/akghm0sf9rllxjvrwlulgirv8635gekt/512x384.jpg', 'https://html5.gamemonetize.com/akghm0sf9rllxjvrwlulgirv8635gekt/', '0', 'Adventure', 0, 0, '', 'watermelon-synthesis-game'), (2595, 'Blocky Combat SWAT Final 2023', 'Blocky Combat SWAT is an action-packed offline game that propels the player into an intense combat scenario. Set against a blocky, pixelated world, the game has a staggering 100 levels, each crafted with escalating challenges. The players mission is to eradicate any enemy that crosses their path. The formidable adversaries range from ferocious zombies and zombie dogs to pixel soldiers, each presenting a unique set of challenges that demand quick reflexes and strategic thinking. The game is not just about survival, but also about navigating complex combat situations with agility and precision.', 'https://img.gamemonetize.com/p7sqgaey9jr0d7x1dvvffab9zb8a7lot/512x384.jpg', 'https://html5.gamemonetize.com/p7sqgaey9jr0d7x1dvvffab9zb8a7lot/', '0', 'Shooting', 0, 0, '', 'blocky-combat-swat-final-'), (2596, 'Soul Knight Dungeons', 'In this action-packed platform game, there are cross groups of enemies with hackers and machetes! Explore the dungeon, get trophies and unlock new weapons and equipment! Challenge one level after another, its time to become a hero! Do you have the confidence to break into more levels? Good luck!', 'https://img.gamemonetize.com/4hvejpxkhaggmvnbb4qttssy3bybyoeq/512x384.jpg', 'https://html5.gamemonetize.com/4hvejpxkhaggmvnbb4qttssy3bybyoeq/', '0', 'Arcade', 0, 0, '', 'soul-knight-dungeons'), (2597, 'Worlds Hardest Jigsaw', 'Worlds Hardest Jigsaw is an engaging jigsaw puzzle game, and everyone can play for free. In this game, you just need to drag the mouse to move the puzzle to the right place, and finally put together a complete picture. Come on and plunge into the wonderful world of HD jigsaw puzzle games! Enjoy piecing new bright magic jigsaw puzzles together every day!', 'https://img.gamemonetize.com/g4g2rsb9eqpbttn17vjhy2kbsvocfa3x/512x384.jpg', 'https://html5.gamemonetize.com/g4g2rsb9eqpbttn17vjhy2kbsvocfa3x/', '0', 'Puzzles', 0, 0, '', 'worlds-hardest-jigsaw'), (2598, 'Secure Parking', 'Starting with the first level, you have to go driving courses, of varying difficulty. The main problem to park the car at the parking lot, and it does not hurt the cars that are in the neighborhood. With each new level, the difficulty will increase and there will be additional obstacles. For successful management use the arrows on the keyboard. Below, watch the current levels and timer. Also, there is always the possibility to use the pause button to continue the process later.', 'https://img.gamemonetize.com/317bep72i7ir2uz1newr0rgb4vszn4ot/512x384.jpg', 'https://html5.gamemonetize.com/317bep72i7ir2uz1newr0rgb4vszn4ot/', '0', 'Racing', 0, 0, '', 'secure-parking'), (2599, 'Fashion Tattoo Studio 2', 'Today, new three customers have come to Zoes tattoo studio, Iris, Chloe and Barbara. Now, youre Zoes assistant, please help Zoe to choose the right tattoo to the customers and then give them the tattoo.', 'https://img.gamemonetize.com/jsfnbxtv0thzqtlsqig9hup7qaqdixrl/512x384.jpg', 'https://html5.gamemonetize.com/jsfnbxtv0thzqtlsqig9hup7qaqdixrl/', '0', 'Girls', 0, 0, '', 'fashion-tattoo-studio-'), (2600, 'Afroman Fighter Pilot Trainer', 'Afroman Fighter Pilot Trainer is a thrilling sideways multiplayer fighting airplane game. Become an Afro-inspired fighter pilot, engage in intense aerial battles against players worldwide. Perform daring maneuvers, dodge enemy fire, and unleash devastating attacks. Upgrade your aircraft with advanced weapons. Experience stunning visuals, immersive environments, and addictive gameplay. Compete in one-on-one or team-based battles, communicate with teammates, and strategize for victory. Prove yourself as the ultimate fighter pilot in this adrenaline-pumping game.', 'https://img.gamemonetize.com/y09s5nr0vuzlz4evskhdnynrcoqrhy9a/512x384.jpg', 'https://html5.gamemonetize.com/y09s5nr0vuzlz4evskhdnynrcoqrhy9a/', '0', 'Multiplayer', 0, 0, '', 'afroman-fighter-pilot-trainer'), (2601, 'Skibidi Toilet Jigsaw', 'Skibid Toilet Jigsaw is a new jigsaw puzzle trending game with an funny pictures. Drag Jigsaw pieces to complete the picture of Skbidi Toilet The game comes with three levels of difficulty with a captivating number of pieces for each picture', 'https://img.gamemonetize.com/3cnx6qnbtfsc6r00mb5d62uhm4mh98ho/512x384.jpg', 'https://html5.gamemonetize.com/3cnx6qnbtfsc6r00mb5d62uhm4mh98ho/', '0', 'Puzzles', 0, 0, '', 'skibidi-toilet-jigsaw'), (2602, 'Match auto 2048 game 3d', 'Match auto 2048 is a game that will allow you to relax and train your brain. When colliding, your cars will change not only the brand but also the size, and this will develop your logic and train it, indefinitely! Make your order out of chaos, where you will be on top! The game is quite simple, but you try to play!) Challenge yourself!', 'https://img.gamemonetize.com/lcd8us88pm9xc4e96qlh4jokisxu0mbl/512x384.jpg', 'https://html5.gamemonetize.com/lcd8us88pm9xc4e96qlh4jokisxu0mbl/', '0', 'Arcade', 0, 0, '', 'match-auto--game-d'), (2603, 'Shoot a Goal!', 'In this game you need to score a goal. Be accurate and hit the ball into the goal! Good luck!', 'https://img.gamemonetize.com/v0u43no4eytqdhym63oaw7q1t64mx56b/512x384.jpg', 'https://html5.gamemonetize.com/v0u43no4eytqdhym63oaw7q1t64mx56b/', '0', 'Sports', 0, 0, '', 'shoot-a-goal'), (2604, 'ThrillMax Express', 'Get ready for an adrenaline-fueled roller-coaster adventure like no other in ThrillMax Express! Control the speed of your coaster and navigate heart-pounding twists, turns, and loops to deliver the ultimate thrill to your passengers. Feel the rush as you race through towering peaks and plunge into breathtaking valleys. Customize your coaster with thrilling elements and unlock new tracks to keep the excitement going. With stunning visuals, dynamic gameplay, and challenging objectives, ThrillMax Express offers an immersive roller coaster experience that will leave you craving for more thrilling rides. Buckle up and get ready!', 'https://img.gamemonetize.com/5ktl9odrwf1o4s6vrk8ki7bc3puq8kpo/512x384.jpg', 'https://html5.gamemonetize.com/5ktl9odrwf1o4s6vrk8ki7bc3puq8kpo/', '0', 'Arcade', 0, 0, '', 'thrillmax-express'), (2605, 'Dragon Ball Jigsaw Puzzle', 'Zazgames is a place where you can infinitely play assembling online jigsaw puzzles. We hope you are up for another game from the Puzzle category on our website , because we have just added the game called Dragon Ball Jigsaw Puzzle for you all, which, despite being one of the many puzzle games we have added so far into this category, this is the first puzzle game to use this specific format, and image, so it is going to be a brand new experience for all of you, an experience we are sure you will appreciate, as there is no way you aren\\\\\\\\\\\\t going to have a lot of fun playing the game. Especially after you learn how to play it from the next lines in the description. you will start by choosing how you want the jigsaw puzzle be : hard medium or easy. After that, the jigsaw puzzle pieces are going to be spread around the game screen randomly. Use the mouse to drag them over the transparent images where they match with the image, until all the pieces are connected, and the image looks just like it did in the beginning. You will have a great time with the game, so start it right now, and we are sure you will not regret it one second!', 'https://img.gamemonetize.com/vu0m6de1xban2pkylpbxtzgccwemi03u/512x384.jpg', 'https://html5.gamemonetize.com/vu0m6de1xban2pkylpbxtzgccwemi03u/', '0', 'Puzzles', 0, 0, '', 'dragon-ball-jigsaw-puzzle'), (2606, 'Jungle Block', 'Jungle Block is a classic puzzle casual game where players can drag blocks into the game interface and fill the vertical or horizontal lines to make the gems disappear and score points. This game is not only suitable for children to exercise their brains and improve their thinking skills, but also the best choice for adults to relax their minds and bodies.', 'https://img.gamemonetize.com/vm5zf4u4b81p04cd2wfkv0d0caizjwi1/512x384.jpg', 'https://html5.gamemonetize.com/vm5zf4u4b81p04cd2wfkv0d0caizjwi1/', '0', 'Puzzles', 0, 0, '', 'jungle-block'), (2607, 'Pregnant Pony Check Up', 'Pony is pregnant and her baby is going to be born, could you call her an ambulance to take her to the hospital? Then, please help the doctor do the check-up and help the mom take care of the baby. One year later, baby pony grew up, she likes beautiful dresses, can you pick some for her?', 'https://img.gamemonetize.com/khtaszdskqvks6u6q0e0xo73lw7x35ur/512x384.jpg', 'https://html5.gamemonetize.com/khtaszdskqvks6u6q0e0xo73lw7x35ur/', '0', 'Girls', 0, 0, '', 'pregnant-pony-check-up'), (2608, 'Bff Weekend Style', 'Welcome to the Bff Weekend Style. Hairdorable Girls Dee dee, Noah, and Willow decided to visit some new places on weekend. They planned to try a new style of outfits and costumes to attract everyone. Help the girls to pick an outfit from the wardrobe and make them more pretty as you like. Play and have fun!', 'https://img.gamemonetize.com/bmk7t0m9ygwpqlrzd2wsj6ovj9owwkyo/512x384.jpg', 'https://html5.gamemonetize.com/bmk7t0m9ygwpqlrzd2wsj6ovj9owwkyo/', '0', 'Girls', 0, 0, '', 'bff-weekend-style'), (2609, 'Pocket Dungeon Survivor', 'Dungeon Survivor is a roguelike survivor game where you have to beat the enemies in a 1-screen dungeon, surviving maximum as possible and upgrading your character with new attributes, abilities and skins!', 'https://img.gamemonetize.com/6m4mqwd1ux40ecoslud4ya9ku2v3lhx4/512x384.jpg', 'https://html5.gamemonetize.com/6m4mqwd1ux40ecoslud4ya9ku2v3lhx4/', '0', 'Arcade', 0, 0, '', 'pocket-dungeon-survivor'), (2610, 'Avoid the obstacles', 'Embark on a thrilling adventure in Obstacle Dash, an exhilarating game where quick reflexes and precise timing are your keys to success! Prepare yourself for a challenging journey filled with obstacles. Your mission? Navigate through a treacherous course and reach the finish line unscathed!', 'https://img.gamemonetize.com/a9d36f8zx7m9cmnll8pc48f8tjb9imoh/512x384.jpg', 'https://html5.gamemonetize.com/a9d36f8zx7m9cmnll8pc48f8tjb9imoh/', '0', 'Puzzles', 0, 0, '', 'avoid-the-obstacles'), (2611, 'Kitty Jewel Quest', 'Spend your free time with a true delight for all cat lovers! Race against the clock to match three or more adorable kittens in a row or column. This game will provide hours of fun and relaxation for all ages.', 'https://img.gamemonetize.com/p68gqeop8iooudh88fl8g5ulxlf600na/512x384.jpg', 'https://html5.gamemonetize.com/p68gqeop8iooudh88fl8g5ulxlf600na/', '0', 'Hypercasual', 0, 0, '', 'kitty-jewel-quest'), (2612, 'Battle Chess Puzzle', 'Amazing puzzles! Merge your knights and dont let the enemy do it! Exciting battles of knights will not let you get bored! Think about how best to attack the enemy! Enemy chess moves with you, think ahead. Use the environment, donate pieces, everything to win! Gain strength, develop a strategy and win!', 'https://img.gamemonetize.com/50moh48s4bsenz13x2fyhem6xljmvu4d/512x384.jpg', 'https://html5.gamemonetize.com/50moh48s4bsenz13x2fyhem6xljmvu4d/', '0', 'Puzzles', 0, 0, '', 'battle-chess-puzzle'), (2613, 'GunMaster 2D Extreme Warfare Saga', 'GunMaster 2D: Extreme Warfare Saga is an adrenaline-fueled action game that takes players on a high-octane shooting spree. Engage in intense battles across a variety of dynamic 2D environments, utilizing an arsenal of powerful weapons and strategic manoeuvres. Customize your character with unique abilities and gear, and take on challenging missions solo or team up with friends in multiplayer mode. With fast-paced gameplay, stunning visuals, and a gripping storyline, GunMaster 2D guarantees an epic gaming experience that will keep players hooked for hours on end. Prepare for a war like no other!', 'https://img.gamemonetize.com/5vqeyzv3jwkjx560mmc5e19bb1lpq00d/512x384.jpg', 'https://html5.gamemonetize.com/5vqeyzv3jwkjx560mmc5e19bb1lpq00d/', '0', 'Shooting', 0, 0, '', 'gunmaster-d-extreme-warfare-saga'), (2614, 'Dump Truck Climb', 'Dump Truck Climb is an online game where players climb with a monster truck through stacks. The objective of the game is to collect time to add to the time meter so that you can play for a longer period of time. To jump over the stacks, you simply tap on the game screen. Depending on the situation, you may need to jump over two beams or every other one. Its a fun and challenging game that you can play online. Give it a try!', 'https://img.gamemonetize.com/xfysem79to72vssfki9t9a5ndg2h3aud/512x384.jpg', 'https://html5.gamemonetize.com/xfysem79to72vssfki9t9a5ndg2h3aud/', '0', 'Adventure', 0, 0, '', 'dump-truck-climb'), (2615, 'Cardboard Racing Time', 'Play Loud House Extreme Cardboard Racing online for free. Extreme Cardboard Racing is a unique take on the racing genre. In this game, youre not racing against several other competitors. Your racing against a previous competitors old record in the same track. Finish each course as fast as you can while beating the previous record. This game is rendered in mobile-friendly HTML5, so it offers cross-device gameplay. You can play it on mobile devices like Apple iPhones, Google Android powered cell phones from manufactures like Samsung, tablets like the iPad or Kindle Fire, laptops, and Windows-powered desktop computers. All game files are store', 'https://img.gamemonetize.com/5cst9t5m51wz3ssu0al0xybk81q1me46/512x384.jpg', 'https://html5.gamemonetize.com/5cst9t5m51wz3ssu0al0xybk81q1me46/', '0', 'Sports', 0, 0, '', 'cardboard-racing-time'), (2616, 'Skibidi Toilet Survival', 'Get ready for an exhilarating gaming experience with Skibidi Toilet survival! Step into the shoes of the beloved character Skibidi Toilet as you navigate through a high-stakes game inspired by the hit series Squid Game. Can you survive the intense challenges and emerge as the ultimate champion? In Skibidi Toilet survival, you will face a series of nerve-wracking tasks that will test your agility, reflexes, and nerve. The iconic green light, red light game takes center stage as you sprint, stop, and evade in a race against time. Will you listen carefully and move swiftly when the green light is on, or freeze in your tracks when the red light', 'https://img.gamemonetize.com/f9awds5z5fhinof9s1c17lesnwlf256a/512x384.jpg', 'https://html5.gamemonetize.com/f9awds5z5fhinof9s1c17lesnwlf256a/', '0', 'Shooting', 0, 0, '', 'skibidi-toilet-survival'), (2617, '3D Funny Shooter', '3D Funny Shooter, The Amazing Free-to-Play Online Shooter Game! Get ready for an exhilarating gaming experience with 3D Funny Shooter, an action-packed game that will keep you entertained for hours. As you step into the virtual world, youll find yourself immersed in a vibrant and dynamic environment filled with excitement and challenges. In 3D Funny Shooter, your objective is simple yet thrilling: shoot all the crystals scattered throughout the level to open the door and get in the temple!', 'https://img.gamemonetize.com/4d9r2tktwm4rjwdxv1mhkpaongg22zt4/512x384.jpg', 'https://html5.gamemonetize.com/4d9r2tktwm4rjwdxv1mhkpaongg22zt4/', '0', 'Shooting', 0, 0, '', 'd-funny-shooter'), (2618, 'Fashion Tailor Shop', 'Our friend Sofia is an excellent clothing designer. Recently, she graduates from a higher designer college and opens a tailor shop. Let us join the game to see what will happen in the tailor shop. This game can be played both on desktop and mobile devices.', 'https://img.gamemonetize.com/ukcljmze3xqefqlnxyziwpn8kbrfx5ul/512x384.jpg', 'https://html5.gamemonetize.com/ukcljmze3xqefqlnxyziwpn8kbrfx5ul/', '0', 'Girls', 0, 0, '', 'fashion-tailor-shop'), (2619, 'Merge Town!', 'Ever wanted to be Mayor? Ever wanted to run a town, develop the land, and see a metropolis grow? Well, look no further than Merge Town!, the newest title from Gram Games. The concept of the game is simple - you have a plot of land, and it&rsquo;s your job to turn it into a town. Every so often, you&rsquo;ll be gifted with a house. Each house can be merged with other houses of the same variety to form a bigger home.', 'https://img.gamemonetize.com/j56l1fsbzaht0yd7blwgdwsxsmeo1nqh/512x384.jpg', 'https://html5.gamemonetize.com/j56l1fsbzaht0yd7blwgdwsxsmeo1nqh/', '0', 'Arcade', 0, 0, '', 'merge-town'), (2620, 'Merge Monster Army', 'Merge Monster Army is a composite game for boys. Arrange troops on the map to gain an advantage and gather the strongest army of the most dangerous monsters! You can improve your monsters by connecting two of the same and getting a new one that will be stronger and more powerful. Keep in mind, as soon as your squad comes out against the enemy, you can not do anything. Come and join the fight!', 'https://img.gamemonetize.com/k09cd56m0g0t4o4rnxu1guoawlatrlni/512x384.jpg', 'https://html5.gamemonetize.com/k09cd56m0g0t4o4rnxu1guoawlatrlni/', '0', 'Puzzles', 0, 0, '', 'merge-monster-army'), (2621, 'Pipe Line', 'Connect pipes to let the water flow free and create beautiful pipe art puzzles!Join the fun in connecting pipes of the same color to let the water flow freely. With hundreds of unique and challenging levels, Pipe Line offers a family-friendly game that&rsquo;s easy to learn but hard to master. To play, match the right color together and try not to overlap the pipelines!', 'https://img.gamemonetize.com/m23r9s2f6x03ynga7h9wj3fzpjcmigzb/512x384.jpg', 'https://html5.gamemonetize.com/m23r9s2f6x03ynga7h9wj3fzpjcmigzb/', '0', 'Puzzles', 0, 0, '', 'pipe-line'), (2622, 'Tile Match Master', 'Introducing Triple Tile, the ultimate triple match puzzle game! Immerse yourself in fun &amp; challenging tile matching puzzle gameplay as you match tiles to progress through the brainteaser levels. Solve the 3 tiles puzzle levels &amp; become the ultimate tile master. With easy-to-learn mechanics &amp; addictive gameplay, Triple Tile is the perfect game for triple match puzzle enthusiasts. Taking the classic matching Mahjong puzzle game &amp; adding the stunning graphics of the 21st Century&rsquo;s 3D tiles, Triple Tile is the best classic matching games for adults. Match tiles &amp; climb levels to reach the top!', 'https://img.gamemonetize.com/p2wjmb53afw7t1vy37i24spwtji2gwvx/512x384.jpg', 'https://html5.gamemonetize.com/p2wjmb53afw7t1vy37i24spwtji2gwvx/', '0', 'Puzzles', 0, 0, '', 'tile-match-master'), (2623, 'Knock Balls PRO', 'Throw balls at structures to make them collapse but be careful not to exceed the allowed limit! Each saved ball will count double at the next level, take advantage of it to apply you! One-tap easy-to-learn controls with stunning visual effects and addictive gameplay mechanics.', 'https://img.gamemonetize.com/dl90plk5qyup0nwzox437yil0bbncji5/512x384.jpg', 'https://html5.gamemonetize.com/dl90plk5qyup0nwzox437yil0bbncji5/', '0', 'Action', 0, 0, '', 'knock-balls-pro'), (2624, 'Pixel Wars IO', 'Collect pixels and draw beauty with them! The game has elements of hyper casual clicker and pixel art. Here you can not only collect pixels but also draw 2D images on the drawing arena with their help. This is a game for all ages and experience levels: clicker lovers, pixel art lovers and those who just want to draw will love it. Want to have more drawing pixels? Collect power-ups: slow down the movement of obstacles, doubling the won pixels, a magnet to attract bonuses and an extra life.', 'https://img.gamemonetize.com/cmb4ekw5gj5ljbl72ifbfw2dknlmy43l/512x384.jpg', 'https://html5.gamemonetize.com/cmb4ekw5gj5ljbl72ifbfw2dknlmy43l/', '0', 'Hypercasual', 0, 0, '', 'pixel-wars-io'), (2625, 'Batman Funny Games', 'This game consists 4 different game. Those are Coloring Game,Jigsaw Puzzle Game, Adventure Runner Game and Hidden Star Game. It is guaranteed that you will have lots of fun playing this game.', 'https://img.gamemonetize.com/vn5o45sgg73zpcptz2ayl15dasopoiwn/512x384.jpg', 'https://html5.gamemonetize.com/vn5o45sgg73zpcptz2ayl15dasopoiwn/', '0', 'Puzzles', 0, 0, '', 'batman-funny-games'), (2626, 'Easy To Paint GoldFish', 'Introducing Easy Coloring GoldFish, the delightful and engaging online game designed for individuals of all ages. Whether youre a fan of coloring books or enjoy unleashing your creativity through play, this game provides the perfect opportunity to create your own unique world. The concept of Easy Coloring GoldFish revolves around coloring and decorating an adorable goldfish character. Why not give Easy Coloring GoldFish a try?', 'https://img.gamemonetize.com/o27eqp1ee70vhnmdtqn3u2kau7m0yifi/512x384.jpg', 'https://html5.gamemonetize.com/o27eqp1ee70vhnmdtqn3u2kau7m0yifi/', '0', 'Hypercasual', 0, 0, '', 'easy-to-paint-goldfish'), (2627, 'Baby Taylor Mexican Party', 'No one hates Mexican food! Lets hold a Mexican themed party with Baby Taylor today! Before we throw the party, lets invite Taylors friends and lets make the invitations! Then make delicious Mexican food. Finally, lets party with friends! Enjoy the game!', 'https://img.gamemonetize.com/rg1pobeigbggp88wwobjvo7zlrvyre4b/512x384.jpg', 'https://html5.gamemonetize.com/rg1pobeigbggp88wwobjvo7zlrvyre4b/', '0', 'Girls', 0, 0, '', 'baby-taylor-mexican-party'), (2628, 'Secret Agent H5', 'This is an exciting combat arcade game in which players take on the role of a secret agent whose objective is to destroy enemies. The main feature of the game is the ability to use ricochets of bullets from the ground to defeat enemies.', 'https://img.gamemonetize.com/k5da8njhep5g6t9be4olc0c8e2xyyslj/512x384.jpg', 'https://html5.gamemonetize.com/k5da8njhep5g6t9be4olc0c8e2xyyslj/', '0', 'Shooting', 0, 0, '', 'secret-agent-h'), (2629, 'Crazy City Driver', 'Get ready to embark on a wild and adrenaline-fueled driving experience in Crazy City Driver, an intense online game that will test your skills and nerves. Strap yourself in, because this is not your average driving game! In Crazy City Driver, youll find yourself behind the wheel of a high-powered vehicle, navigating through a bustling urban metropolis. Your objective is simple: drive through a series of challenging checkpoints scattered throughout the city while dealing with various obstacles and adversaries along the way. But heres where things get a little unconventional. While racing against the clock, youll also have to contend with', 'https://img.gamemonetize.com/v150g6hxcsbt03xufpfvl2lf5fe5bbnr/512x384.jpg', 'https://html5.gamemonetize.com/v150g6hxcsbt03xufpfvl2lf5fe5bbnr/', '0', 'Racing', 0, 0, '', 'crazy-city-driver'), (2630, 'Cyberpunk Surgery Master', 'This is a game that simulates Cyberpunks master surgeons. You need to repair the robots limbs to restore his body. Are you interested in experiencing it? Vivid parts will give you a unique experience!', 'https://img.gamemonetize.com/jn2thvo0b9w819wtagdca78e6y503bri/512x384.jpg', 'https://html5.gamemonetize.com/jn2thvo0b9w819wtagdca78e6y503bri/', '0', 'Puzzles', 0, 0, '', 'cyberpunk-surgery-master'), (2631, 'Beach Run', 'Beach Run is a fun running game, and you can play it online. There are many personas to choose from, and you can unlock skins with gold. While running, you can shoot to free your friends and build up your party. Note that if obstacles cannot be completely removed, avoid them. At the end of the game, you will fight an enemy. Go ahead, beat them and be the winner!', 'https://img.gamemonetize.com/hdob7vm05mdme11zco6ypx3vw4d9zla5/512x384.jpg', 'https://html5.gamemonetize.com/hdob7vm05mdme11zco6ypx3vw4d9zla5/', '0', 'Shooting', 0, 0, '', 'beach-run'), (2632, 'Witch Flight', 'Witch Flight is an endless game in which you play as a witch flying through the night sky over the ocean on her broom. Youll see a variety of obstacles in the night sky, including ghosts, flying pumpkins, and more. Avoid all obstacles otherwise the witch will crash her broom and fall into the ocean.', 'https://img.gamemonetize.com/1lqb8cy3igt7tr90697yktgk7di6oa5v/512x384.jpg', 'https://html5.gamemonetize.com/1lqb8cy3igt7tr90697yktgk7di6oa5v/', '0', 'Clicker', 0, 0, '', 'witch-flight'), (2633, 'Scribble World Drawing Puzzle', 'Embark on a delightful and captivating journey of creativity and problem-solving in Scribble World: Drawing Puzzle. In this third game in our beloved series, you must interact with physics-based elements like seesaws, trampolines and even bubbles to assist Scribball in a unique way: by drawing lines with a pencil. You can create the path that Scribbal needs to traverse each challenge. Your creativity is your tool and Scribball depends on you to find a way out.', 'https://img.gamemonetize.com/gme9uadjrajsqomxpykxb7blpyvodie4/512x384.jpg', 'https://html5.gamemonetize.com/gme9uadjrajsqomxpykxb7blpyvodie4/', '0', 'Puzzles', 0, 0, '', 'scribble-world-drawing-puzzle'), (2634, 'Mahjong Fish World', 'Mahjong Fish World is a challenging and fun underwater runner game. Players control a fish as they swim through a series of levels, matching mahjong tiles to remove them from the board. As players progress, they will encounter a variety of obstacles, including sharks, jellyfish, and coral reefs. Players must use their skills to avoid these obstacles and collect as many stars as possible. The game features a variety of levels, each with its own unique challenges. Players can also compete against their friends for the highest score.', 'https://img.gamemonetize.com/nmeo7u1afjbecfvnxb3k6m5cpc06fa5j/512x384.jpg', 'https://html5.gamemonetize.com/nmeo7u1afjbecfvnxb3k6m5cpc06fa5j/', '0', 'Hypercasual', 0, 0, '', 'mahjong-fish-world'), (2635, 'Attack on Titan Puzzle Jigsaw ', 'Zazgames is a place where you can infinitely play assembling online jigsaw puzzles. We hope you are up for another game from the Puzzle category on our website , because we have just added the game called Attack on Titan Puzzle Jigsaw for you all, which, despite being one of the many puzzle games we have added so far into this category, this is the first puzzle game to use this specific format, and image, so it is going to be a brand new experience for all of you, an experience we are sure you will appreciate, as there is no way you aren\\\\\\\\\\\\t going to have a lot of fun playing the game. Especially after you learn how to play it from the next lines in the description. you will start by choosing how you want the jigsaw puzzle be : hard medium or easy. After that, the jigsaw puzzle pieces are going to be spread around the game screen randomly. Use the mouse to drag them over the transparent images where they match with the image, until all the pieces are connected, and the image looks just like it did in the beginning. You will have a great time with the game, so start it right now, and we are sure you will not regret it one second!', 'https://img.gamemonetize.com/6myhv3xby9ipvruet54erc4zdlptajlp/512x384.jpg', 'https://html5.gamemonetize.com/6myhv3xby9ipvruet54erc4zdlptajlp/', '0', 'Puzzles', 0, 0, '', 'attack-on-titan-puzzle-jigsaw-'), (2636, 'Burger Bounty Game', 'You want to know what it&rsquo;s like to run your own burger joint? Well, now you can! Burger Bounty is a simulation game where you play as the owner and, at the beginning, the only member of the team! Slowly build up your restaurant by adding more tables, foods and team members until you have a fully functioning (and profitable) eatery! But don&rsquo;t take your eye off the customers, if you leave them waiting for too long they will leave and you don&rsquo;t get paid! Upgrade your character to grow with the business and customise them so it really starts to feel like home.', 'https://img.gamemonetize.com/r5a0hssl35jm1iftn2kq1terkgnmi8w1/512x384.jpg', 'https://html5.gamemonetize.com/r5a0hssl35jm1iftn2kq1terkgnmi8w1/', '0', 'Arcade', 0, 0, '', 'burger-bounty-game'), (2637, 'Rich Couple Run', 'Rich Couple Run is a very simple yet addicting puzzle game for kids! Play as the couple and help them increase their wealth. Shuffle the deck between the two to get as much money as possible. Make reasonable use of the doors in the game. It takes money to build a home for them. Come create their destiny and watch them live their best lives!', 'https://img.gamemonetize.com/c0js77duucb40s3w50v4oj92xoyqovmg/512x384.jpg', 'https://html5.gamemonetize.com/c0js77duucb40s3w50v4oj92xoyqovmg/', '0', 'Racing', 0, 0, '', 'rich-couple-run'), (2638, 'Boom Wheels', 'Zoom! Pow! Vroom! Welcome to the wacky world of Boom Wheels, where kart racing has never been this cool or crazy! Get ready to hop into your supercharged go-kart and speed through the coolest tracks ever. Each race track is like its own wild adventure, ready for you to explore and conquer! But whats a race without some awesome power-ups? Boost yourself into lightning speed, blow everyone up with rockets, smash your opponents with a heavy stone, or lay banana peels for the other racers. Outsmart and outspeed your friends and rivals with these super cool power-ups. Use them wisely and watch your kart shoot to the front of the pack! So, buckl', 'https://img.gamemonetize.com/twg7pgk93twivp0fra2vpql4tf32qlh7/512x384.jpg', 'https://html5.gamemonetize.com/twg7pgk93twivp0fra2vpql4tf32qlh7/', '0', 'Racing', 0, 0, '', 'boom-wheels'), (2639, 'Wrestle Online Sports Game', 'Wrestle Online is not only a wrestle but also a relaxation arcade game made from 2D cartoon game art animation. Try to hit your opponents head to the ground in five rounds. You can choose 1 Player, 2 Players, and Multiplayer mode to play. It is allowed you to customize your character with the gold coins. Good luck and have fun Wrestle Online!', 'https://img.gamemonetize.com/9mprkxjrbb5l3ng8x7browgpaa8w2i5l/512x384.jpg', 'https://html5.gamemonetize.com/9mprkxjrbb5l3ng8x7browgpaa8w2i5l/', '0', 'Sports', 0, 0, '', 'wrestle-online---sports-game'), (2640, 'Airship War Armada', 'Airship War: Armada takes you on an epic, adrenaline-fueled adventure set in a fantastical steampunk world teeming with skyborne battles and strategic warfare. As a daring captain of your own airship, you are thrust into the heart of an all-out conflict, commanding a formidable armada of airborne vessels in a battle for dominance in the skies. Prepare to immerse yourself in a visually stunning universe where massive airships, adorned with intricate mechanical contraptions and billowing sails, rule the skies. The game combines the awe-inspiring beauty of floating cities and vast landscapes with the raw power of destructive weaponry, fighting.', 'https://img.gamemonetize.com/5a9ueh44pxdy0d609voztzpisffajxge/512x384.jpg', 'https://html5.gamemonetize.com/5a9ueh44pxdy0d609voztzpisffajxge/', '0', 'Shooting', 0, 0, '', 'airship-war-armada'), (2641, 'Crazy Miner', 'Cubic Miner 3D Game is an idle game where players collect and sell resources from mines. Players start as the owner of a mining business and begin the mining process to collect resources from their mines. Initially, players can only collect resources from their mines using a simple pickaxe. However, as players progress, they can purchase different mining tools to collect more resources.', 'https://img.gamemonetize.com/gn6om0ebybhkh9g36owmr7yvnhllqlzk/512x384.jpg', 'https://html5.gamemonetize.com/gn6om0ebybhkh9g36owmr7yvnhllqlzk/', '0', 'Action', 0, 0, '', 'crazy-miner'), (2642, 'Stickman Hook 2', 'Tap to hook and make incredible jumps; Avoid every obstacle that stands in your way. Can you execute all these acrobatic tricks in a row like a boss? Will you be the first survivor to cross the finish line? In this game, embody the spider stickman. Finish all the levels with the same agility as a spider. For that, you just have to: - Tap to hook and make incredible jumps - Press your screen to hook your stickman with your grapnel and release to let go - Avoid every obstacle that stands in your way - Swing from hook to hook to pass all the levels Thanks to the bumpers and your grapnel, execute acrobatic tricks and show your friends who is t', 'https://img.gamemonetize.com/gb4aazkz235kjrfgvy103rjnrhfzq4x1/512x384.jpg', 'https://html5.gamemonetize.com/gb4aazkz235kjrfgvy103rjnrhfzq4x1/', '0', 'Arcade', 0, 0, '', 'stickman-hook-'), (2643, 'Noob Jigsaw', 'Noob Jigsaw is a minecraft jigsaw puzzle game. You can select one of the nine images and then select one of the four modes (16, 36, 64 and 100 pieces). Select your favorite picture and complete the jigsaw in the shortest time possible! Have fun and enjoy!', 'https://img.gamemonetize.com/tmst6bzfvvc3t5n8kfnw0v3gsxwyvx9c/512x384.jpg', 'https://html5.gamemonetize.com/tmst6bzfvvc3t5n8kfnw0v3gsxwyvx9c/', '0', 'Puzzles', 0, 0, '', 'noob-jigsaw'), (2644, 'One Piece Funny Games', 'This game consists 4 different game. Those are Coloring Game,Jigsaw Puzzle Game, Adventure Runner Game and Hidden Star Game. It is guaranteed that you will have lots of fun playing this game.', 'https://img.gamemonetize.com/3lymlg2agyhjzzae49lv2kz3wppnrsrl/512x384.jpg', 'https://html5.gamemonetize.com/3lymlg2agyhjzzae49lv2kz3wppnrsrl/', '0', 'Adventure', 0, 0, '', 'one-piece-funny-games'), (2645, 'Full Ball Puzzle', 'Full Ball is an arcade game where you have to fill the truck bed with balls. You have to wait for the right time to fill the moving truck crates with balls and release the balls at the right time. You can release the balls waiting in a bell by left clicking on the mouse. Full Ball brings together trendy arcade games and oldest brain teasers. Full Ball is a free arcade game that you can play on web and mobile browsers. Includes 16 different language translations.', 'https://img.gamemonetize.com/d3dxq8n2nhfyl97eth0mikq3lht8txj5/512x384.jpg', 'https://html5.gamemonetize.com/d3dxq8n2nhfyl97eth0mikq3lht8txj5/', '0', 'Puzzles', 0, 0, '', 'full-ball-puzzle'), (2646, 'Kukulkan', 'Teste suas abilidades de reflexo, desvie das adagas m&aacute;gicas para que kukulkan possa viver e fa&ccedil;a a maior pontua&ccedil;&atilde;o que puder.', 'https://img.gamemonetize.com/tydwv0scsmq35glbvsvu4z78k6a0rz5q/512x384.jpg', 'https://html5.gamemonetize.com/tydwv0scsmq35glbvsvu4z78k6a0rz5q/', '0', 'Hypercasual', 0, 0, '', 'kukulkan'), (2647, 'Golf Golf', 'It&rsquo;s time to have the finest experience of Golf Games. There is lot of fun with challenging physics puzzle of realistic golf games are waiting for you in it. Set aim, complete various interesting tasks of Golf. Throw the ball into the hole and be the champ of Golf Games.', 'https://img.gamemonetize.com/jw04a9xs8qe5suixr8flrc6uhkns4nmw/512x384.jpg', 'https://html5.gamemonetize.com/jw04a9xs8qe5suixr8flrc6uhkns4nmw/', '0', 'Sports', 0, 0, '', 'golf-golf'), (2648, 'Rich Shopping 3d Game', 'Rich Shopping 3D is a relaxing fashion collection game. In the game, you can shop as much as you want without worrying about money. As the number of your purchases increases, your fashion influence will also become greater! Are you ready to change from a novice to a trend leader? Let people dance with you!', 'https://img.gamemonetize.com/pfemc3vy20w9blr7n7qt4i7g03oc54w6/512x384.jpg', 'https://html5.gamemonetize.com/pfemc3vy20w9blr7n7qt4i7g03oc54w6/', '0', 'Sports', 0, 0, '', 'rich-shopping-d-game'), (2649, 'Bakery Delivery Simulator 2023', 'Deliver the orders with 5 different delivery vehicles to the buffets and cafes within the time given to you and earn points. With your accumulated Points, you can buy different vehicles and enjoy unlimited fun.', 'https://img.gamemonetize.com/qlrexmb1s5rerjeqxt4m1o6jf7na0002/512x384.jpg', 'https://html5.gamemonetize.com/qlrexmb1s5rerjeqxt4m1o6jf7na0002/', '0', 'Racing', 0, 0, '', 'bakery-delivery-simulator-'), (2650, 'Hard Parking Pro', 'Hard Parking game contains many hard parking levels with different themes. So that young drivers can try different Crazy Cars and a variety of road conditions and gain hard Parking experience. This Car Parking games and classic car free game is specially designed for lovers of hard 3D parking games. You can park your car and improve your driving skills by playing this car driving school simulator and car Parking game. You will be able to learn how to actually drive and park a car while enjoying the offline free games and improve your parking skills by playing this new free car game.', 'https://img.gamemonetize.com/2q5l8fx23oiwgookx0ruxs2kk63jczge/512x384.jpg', 'https://html5.gamemonetize.com/2q5l8fx23oiwgookx0ruxs2kk63jczge/', '0', 'Racing', 0, 0, '', 'hard-parking-pro'), (2651, 'Combat Cubic Arena HTML5', 'Numerous peer-to-peer battle royale matches are available, and they can provide hours of entertainment for players. Players are drawn in by the games stunning graphics, powerful weapons, and intense in-game rivalry. Losing oneself in ones favourite online multiplayer game might turn the tide of war and replenish ones stocks. Clash of Dragons is an excellent example of this type of game since it provides a collaborative online experience in which players can form alliances to take on enemies.', 'https://img.gamemonetize.com/9b1o6budcuj4emafuifw6wy503t1fjzf/512x384.jpg', 'https://html5.gamemonetize.com/9b1o6budcuj4emafuifw6wy503t1fjzf/', '0', 'Shooting', 0, 0, '', 'combat-cubic-arena-html'), (2652, 'Elite Traffic Simulator', 'Elite Traffic Simulator invites you into the thrilling world of traffic management. As the controller, youll oversee intricate road networks, ensuring smooth traffic flow while handling unexpected challenges. From controlling traffic lights to managing rush hour chaos, this immersive game tests your strategic skills and quick decision-making. Prepare for an engaging, real-time experience that transforms you into the ultimate traffic maestro. Can you keep the city moving? Jump into Elite Traffic Simulator and find out!', 'https://img.gamemonetize.com/k5lupnczhmg48rwwdj2zjkgyhbp8fpx4/512x384.jpg', 'https://html5.gamemonetize.com/k5lupnczhmg48rwwdj2zjkgyhbp8fpx4/', '0', 'Clicker', 0, 0, '', 'elite-traffic-simulator'), (2653, 'Word Slide Game', 'Word Slide is a puzzle game where you rearrange columns of letters to form meaningful words. Your job is to come up with words until each individual letter tile has been used. Every time you form a correct word, the letters youve used will change in color. Pay attention to this rule and finish a level when all of the letter tiles turn brown. There are six languages that have 50 challenges each. If youre stuck, make sure to unlock a hint that shows you which words youre looking for. You can also skip a level if its too difficult for you. Dont forget to share Word Slide with your friends and improve your vocabulary skills together!', 'https://img.gamemonetize.com/qkl6lf58rhhh0a1xoavjz9sj56t4ynbc/512x384.jpg', 'https://html5.gamemonetize.com/qkl6lf58rhhh0a1xoavjz9sj56t4ynbc/', '0', 'Clicker', 0, 0, '', 'word-slide-game'), (2654, 'Pop Star Concert Makeup', 'Taylor will host her new concert tomorrow and she needs to rehearse for the concert tonight. You are her stylist, and your job is to give her a design of the concert. Help her put on makeup, design her hairstyle, choose performance costumes and so on. Wish the concert success!', 'https://img.gamemonetize.com/q7oumql15a366b4nube9vgolwu6b3xeg/512x384.jpg', 'https://html5.gamemonetize.com/q7oumql15a366b4nube9vgolwu6b3xeg/', '0', 'Girls', 0, 0, '', 'pop-star-concert-makeup'), (2655, 'CatchThem', 'CatchThem is a car gameThe player will play the role of a police officer driving in a safe situation to chase and catch the robberAfter all the robbers are caught by the player, the player can win the Game nd enter the next level', 'https://img.gamemonetize.com/a2md2btwi2h1q2q95hzfhcz12mwmgkew/512x384.jpg', 'https://html5.gamemonetize.com/a2md2btwi2h1q2q95hzfhcz12mwmgkew/', '0', 'Hypercasual', 0, 0, '', 'catchthem'), (2656, 'My Secret College Crush', 'Welcome to the My Secret College Crush. Ellie started College with Ben. She has a crush on Ben. But Ben wouldn&rsquo;t even look at Ellie. She decided to start with the simplest: a little change of style is always a good idea! Can you help her with new looks? And in case they are lucky enough to be asked out for a date, you are going to help her with choosing outing outfits, too!', 'https://img.gamemonetize.com/su8ui1qufjr5sxyj62m6mzxe606b69jq/512x384.jpg', 'https://html5.gamemonetize.com/su8ui1qufjr5sxyj62m6mzxe606b69jq/', '0', 'Girls', 0, 0, '', 'my-secret-college-crush'), (2657, 'How To Make A Fashion Doll Cake', 'How To Make A Fashion Doll Cake is an online Kids game, its playable on all smartphones or tablets, such as iPhone, iPad, Samsung and other Apple and android system. Do you want to know how to make a princess cake? Come here! In this game you will get it! Now, Sofia or Zoe, choose the one you like, then make the princess cake according to the instructions of the game. Enjoy! 100% of 5 players like the mobile game.', 'https://img.gamemonetize.com/a0cmcknoalw8rbnau09t0la7cdciu1t6/512x384.jpg', 'https://html5.gamemonetize.com/a0cmcknoalw8rbnau09t0la7cdciu1t6/', '0', 'Girls', 0, 0, '', 'how-to-make-a-fashion-doll-cake'), (2658, 'Drawing Carnival', 'Drawing&nbsp;Carnival is a very unique coloring game. Are you someone who loves to express their creativity through coloring and drawing? Well, we have the perfect solution for you! Presenting Drawing Carnival, a fun-filled and colorful game that combines puzzle-solving with your favorite pastime. With a range of exciting features such as our coloring match and draw-it options, you can indulge in a vivid and unique art experience.', 'https://img.gamemonetize.com/jfbhxfpwxntca9m57prc9gigkim2fh8g/512x384.jpg', 'https://html5.gamemonetize.com/jfbhxfpwxntca9m57prc9gigkim2fh8g/', '0', 'Girls', 0, 0, '', 'drawing-carnival'), (2659, 'Bridge Go Animal Rescue', 'Bridge Go Animal Rescue is a fun online game for kids where you tap the screen to start building bridges. Control the touch time according to the distance between the game character and the next step. The longer you touch the screen, the longer the bridge. Score when the game character reaches the next step safely. You also need to save small animals on the way and let them increase your score!', 'https://img.gamemonetize.com/ugh0y0r60qyombt0qkxzgkaxxtufwxch/512x384.jpg', 'https://html5.gamemonetize.com/ugh0y0r60qyombt0qkxzgkaxxtufwxch/', '0', 'Puzzles', 0, 0, '', 'bridge-go-animal-rescue'), (2660, 'Bottle Jump 3D', 'You have to flip a plastic bottle in the exciting arcade game Bottle Jump 3D! Just tap the screen at the right moment and jump! Explore different rooms, jump on all sorts of objects! Train your agility, develop coordination, control the strength and distance of the jump. And most importantly - calculate the distance correctly because it depends on whether you can get to the finish line and win!', 'https://img.gamemonetize.com/f14bz73o1rildj9zrlsf72w9bywi206p/512x384.jpg', 'https://html5.gamemonetize.com/f14bz73o1rildj9zrlsf72w9bywi206p/', '0', 'Arcade', 0, 0, '', 'bottle-jump-d'), (2661, 'Japan Drift Racing Car Simulator', 'Japan Drift Racing Car Simulator is an open world game set in a huge city. Explore it with six different Japanese drift cars, avoid the traffic and have fun with the drifting mode. The game has high quality graphics, detailed 3d models and cool sounds.', 'https://img.gamemonetize.com/jfsuxowj7tvs9es0i6xcu7ct4x3j8sie/512x384.jpg', 'https://html5.gamemonetize.com/jfsuxowj7tvs9es0i6xcu7ct4x3j8sie/', '0', 'Racing', 0, 0, '', 'japan-drift-racing-car-simulator'), (2662, 'Guayakill', 'It is a game that takes place in a city where the story takes place. A blue bus will have to travel through the city where the streets have dangers and be careful not to fall into the holes that will cause you to lose control of your vehicle and end the game. You also have to be careful with the vehicles that you find on the road that will prevent you from passing on your journey, and by the way, be careful not to run over any passerby who does not know how to respect traffic signals.', 'https://img.gamemonetize.com/4stq8q7dkbejyv3l6p00ez309fkq30p5/512x384.jpg', 'https://html5.gamemonetize.com/4stq8q7dkbejyv3l6p00ez309fkq30p5/', '0', 'Adventure', 0, 0, '', 'guayakill'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (2663, 'Battle Disc', 'Destroy the opponents defense by throwing the disc, but if the opponent catches the disc, the attack ends! After accumulating a certain number of attacks, you can summon the Thunder Hammer, this is a very powerful skill!', 'https://img.gamemonetize.com/grdsyywqgxi2s5zf5jwjrui2itf579dq/512x384.jpg', 'https://html5.gamemonetize.com/grdsyywqgxi2s5zf5jwjrui2itf579dq/', '0', 'Arcade', 0, 0, '', 'battle-disc'), (2664, 'Insect World War Online', 'Insect World War Online is one of an epic casual &amp; strategy animal games, cute bugs become fighters of different professions. You need to form your powerful bugs legion, start a brand-new adventure journey, lead the bugs to crush enemies, meet various challenges and get victories! Small ants also have infinite power, experience the Clash of Bugs, take you into the war world of bugs, and truly feel the power of small biological groups!', 'https://img.gamemonetize.com/164pigvg383zduyhz4q1fvjkz8pqj1bl/512x384.jpg', 'https://html5.gamemonetize.com/164pigvg383zduyhz4q1fvjkz8pqj1bl/', '0', 'Adventure', 0, 0, '', 'insect-world-war-online'), (2665, 'Egg Collector ', 'Get ready to run, jump, and collect eggs with Egg Collector - the online runner game that will keep you on your toes! Play now and see how many eggs you can collect in this exciting, fast-paced adventure. Are you looking for a new online game to play? Look no further than Egg Collector! This exciting runner game challenges you to collect as many eggs as possible while dodging obstacles and enemies. With its colorful graphics, fast-paced gameplay, and endless levels to explore, Egg Collector is t', 'https://img.gamemonetize.com/zirvq8hmxofczrnqw5gkbsoysnuw0bcy/512x384.jpg', 'https://html5.gamemonetize.com/zirvq8hmxofczrnqw5gkbsoysnuw0bcy/', '0', 'Hypercasual', 0, 0, '', 'egg-collector-'), (2666, 'Bubble Shooter Coin', 'When you start Bubble Shooter Coin, you&rsquo;ll notice many bubbles on your screen ready for you to pop them! You&rsquo;ll have a bubble cannon at the bottom end of the screen with a colored bubble. The goal of Bubble Shooter is to make all of the bubbles on your screen disappear! The way to do this is to get three bubbles of the same color to touch.', 'https://img.gamemonetize.com/dvz9ou7hw6vahq3xayji0cgd6o43m23t/512x384.jpg', 'https://html5.gamemonetize.com/dvz9ou7hw6vahq3xayji0cgd6o43m23t/', '0', 'Puzzles', 0, 0, '', 'bubble-shooter-coin'), (2667, 'Cosplay Gamer Girls', 'Two BFF are going to a summer cosplay festival. They love computer games. Help the girls choose costumes for their favorite video game heroes and princesses. It is very important for a cosplayer to create a complete look: from makeup and hair to dress. Lots of original and gorgeous outfits are waiting for you!', 'https://img.gamemonetize.com/nld1pu6bjgt5z6fkqernab2q8tpyoee0/512x384.jpg', 'https://html5.gamemonetize.com/nld1pu6bjgt5z6fkqernab2q8tpyoee0/', '0', 'Girls', 0, 0, '', 'cosplay-gamer-girls'), (2668, 'Super Count Masters', 'Super Count Masters is a casual online game for desktop and mobile, available for free on your favorite browser at kiz10.com! Enjoy fun stickman games and have a blast with this addictive title. Play now and experience endless entertainment! (150 characters) Get ready for non-stop fun with Super Count Masters! Play for free on kiz10.com and experience the thrill today! Website Developer <a href=\'https://kiz10.com\'>https://kiz10.com</a>', 'https://img.gamemonetize.com/qgdfk0wll85trk8segyqxhvvq0l5ccot/512x384.jpg', 'https://html5.gamemonetize.com/qgdfk0wll85trk8segyqxhvvq0l5ccot/', '0', 'Hypercasual', 0, 0, '', 'super-count-masters'), (2669, 'Bounce Ball Online', 'With simple controls and challenging adventures, Bounce Ball Online is carefully designed for players of all ages. Roll, jump and bounce the rolling ball across the grass to collect food and stars, and in the process, players need to make sure the moving ball does not hit obstacles.', 'https://img.gamemonetize.com/ae8dg8mv5h59e53cop6201g6llkzw1mg/512x384.jpg', 'https://html5.gamemonetize.com/ae8dg8mv5h59e53cop6201g6llkzw1mg/', '0', 'Puzzles', 0, 0, '', 'bounce-ball-online'), (2670, 'Beauty Hair Salon', 'Krisruns a hair salon, today fashion girls Zoe, Sofia and Iris have come to the studio. Each of them wants to have a new hairstyle, so Krisis a little busy now that he cant do all things by himself, could you design the hairstyles of the clients with him?', 'https://img.gamemonetize.com/9sowx0ptxtus9z120j69x2gft94xmudg/512x384.jpg', 'https://html5.gamemonetize.com/9sowx0ptxtus9z120j69x2gft94xmudg/', '0', 'Girls', 0, 0, '', 'beauty-hair-salon'), (2671, 'Ben 10 5 Diffs', 'Ben 10 5 Diffs is an engaging online game that offers players an opportunity to test their observation skills and visual acuity. This game is designed to provide an enjoyable and entertaining experience. You will discover that there are five distinct differences between the two images. Your mission is to carefully compare the pictures and identify these variations.To succeed in Ben 10 5 Diffs, it is essential to have a sharp eye for detail. Are you up for the challenge? Put your visual skills to the test and embark on an exciting journey of finding the differences in Ben 10 5 Diffs.', 'https://img.gamemonetize.com/espvkhlcdty5fy480swk8yrglo031rg6/512x384.jpg', 'https://html5.gamemonetize.com/espvkhlcdty5fy480swk8yrglo031rg6/', '0', 'Hypercasual', 0, 0, '', 'ben---diffs'), (2672, 'Elite Forces', 'Elite Forces is multiplayer online FPS game revolving around real life cities around globe. Enter the battlefield and show your skills against other players playing worldwide. Select the operator you want to dominate with. Equiped with 4 deadly classes: Assault: take it up close with machine guns and kill. Recon: range closely and steadily eliminate enemies. Support: call in airdrops with healthcare packs. Engineer: play up-close with a shotgun. Play against actual live players or extreme AI or mix. Three gameplay modes are available: Free For All: play against all players on the map and become a winner by reaching most attacks at the end', 'https://img.gamemonetize.com/xgv1pd9p27iblnvfscbrolx74e95seqp/512x384.jpg', 'https://html5.gamemonetize.com/xgv1pd9p27iblnvfscbrolx74e95seqp/', '0', 'Multiplayer', 0, 0, '', 'elite-forces'), (2673, 'Office Mayhem', 'Office Mayhem is an online game that puts you in the shoes of a soldier who has infiltrated a corrupt and hostile office environment. Dressed in your combat gear, your mission is to eliminate the bad office workers who are causing chaos and wreaking havoc in the workplace. As you navigate through the levels of the game, you will encounter various obstacles and challenges, including locked doors, security cameras, and other hazards that you must avoid or overcome. Your enemies will be armed wi', 'https://img.gamemonetize.com/c7pd342ox04bx8srkji12v20c10tg3y3/512x384.jpg', 'https://html5.gamemonetize.com/c7pd342ox04bx8srkji12v20c10tg3y3/', '0', 'Shooting', 0, 0, '', 'office-mayhem'), (2674, 'Mummy Land', 'Mummy Land is a free online platformer game where you play as a mummy trying to escape from a pyramid. Collect treasure and power-ups as you try to reach the exit. Can you make it out alive? Play now and find out! Looking for an online game thats fun and challenging? Look no further than Mummy Land! In this platformer game, youll guide your mummy through a series of levels, avoiding traps and solving puzzles. With multiple difficulty levels, theres a challenge for everyone.', 'https://img.gamemonetize.com/209lyiq8ad7glkpy7yq69n5rw2agbyqv/512x384.jpg', 'https://html5.gamemonetize.com/209lyiq8ad7glkpy7yq69n5rw2agbyqv/', '0', 'Hypercasual', 0, 0, '', 'mummy-land'), (2675, 'Balget', 'Get ready for an addictive challenge that will put your coordination and precision to the test! In this thrilling arcade game, your objective is to catch the targets using a ball and aim for the highest score imaginable.', 'https://img.gamemonetize.com/4o4u3umlvlokl068kpcqia185n5rezwq/512x384.jpg', 'https://html5.gamemonetize.com/4o4u3umlvlokl068kpcqia185n5rezwq/', '0', 'Arcade', 0, 0, '', 'balget'), (2676, 'Bird Hunter', 'Bird Hunter is a 2D game where you hunt flying birds with a bow and arrow. The aim of the game is to score as many points as possible by hitting as many birds as you can. However, each level has a certain number of lives, and if you miss a bird, you lose a life. Additionally, if you accidentally hit a bird that shoots arrows back at you, you lose a life as well. The game offers a simple and colorful 2D graphics that provide players with an enjoyable experience. Moreover, it provides multiple difficulty levels that cater to players skill levels. The game also offers multiple game modes. For instance, in a timed mode, you need to hit as many birds as possible to score the highest points. In survival mode, you need to stay alive for as long as possible to protect your lives. The controls of the game are simple and easy. You can aim the bow using the mouse and shoot the arrow using the left mouse button. Bird Hunter is an excellent option for those looking for an exciting 2D game to hunt birds. The colorful atmosphere and different difficulty levels of the game provide a fun experience for all types of players.', 'https://img.gamemonetize.com/z78g5ticdbxzm3fwfoi7ljht4a867f2h/512x384.jpg', 'https://html5.gamemonetize.com/z78g5ticdbxzm3fwfoi7ljht4a867f2h/', '0', 'Adventure', 0, 0, '', 'bird-hunter'), (2677, 'Endless Car Football Game', 'Endless Car Football Game is an exhilarating two-player game designed for computer play. Grab a friend and get ready for some intense car football action! Take control of your vehicles using the arrow keys and compete head-to-head on a never-ending football field. The objective is simple: score as many goals as you can against your opponent. Maneuver your car with precision and speed, strategically positioning yourself for the perfect shot. Use your driving skills to outwit your rival and defend your goal with expert timing. Enjoy the excitement and friendly competition of Endless Car Football Game!', 'https://img.gamemonetize.com/6hqs98lv08y8myw3le04f53ygwdqohr4/512x384.jpg', 'https://html5.gamemonetize.com/6hqs98lv08y8myw3le04f53ygwdqohr4/', '0', 'Soccer', 0, 0, '', 'endless-car-football-game'), (2678, 'Motor Royale', 'Players in the game to get the first is the ultimate goal, there are a variety of fun props in the game, riding a motorcycle to a 360 &deg; air rotation. The scene of riding on the vehicle name can be seen everywhere in the game. Every time you reach the boss level, there is a fighting chicken carrying 98K and a frying pan waiting for you to challenge!', 'https://img.gamemonetize.com/yv0u4qvpkh9qho1tqznl0erkua4j5n8r/512x384.jpg', 'https://html5.gamemonetize.com/yv0u4qvpkh9qho1tqznl0erkua4j5n8r/', '0', 'Arcade', 0, 0, '', 'motor-royale'), (2679, 'Monster Truck Hill Driving 2D', 'Crazy Hill: Driving is an exhilarating and fast-paced racing game that takes you on a wild journey through a variety of challenging terrains. Strap yourself in and get ready for an adrenaline-pumping experience as you navigate treacherous hills, steep slopes, and unpredictable obstacles in a bid to conquer the craziest tracks ever created. In Crazy Hill: Driving, you take on the role of a daring and skilled driver, determined to prove your mettle on the most unforgiving landscapes. The game offers a vast array of vehicles to choose from, each with its own unique characteristics, ensuring that every race feels fresh and exciting.', 'https://img.gamemonetize.com/ysuraijixtlrejvvj58tk8psw7mmozzb/512x384.jpg', 'https://html5.gamemonetize.com/ysuraijixtlrejvvj58tk8psw7mmozzb/', '0', 'Arcade', 0, 0, '', 'monster-truck-hill-driving-d'), (2680, 'Green and Yellow Run', 'Are you ready for the adventure in the world full of adventures of green and yellow chubby men? You have to help them in this adventure they can only run they just run non stop. Its only up to you to stop them while theyre running and make them jump. Be careful, monsters are everywhere, they can eat you. But dont worry, you have to crush the monster to kill it. jump and crush. If you do not get the gold and the chest, the door will not open, but do not forget.', 'https://img.gamemonetize.com/20jskxgo1pvr6nayu6b4txnfnvpc83kq/512x384.jpg', 'https://html5.gamemonetize.com/20jskxgo1pvr6nayu6b4txnfnvpc83kq/', '0', 'Adventure', 0, 0, '', 'green-and-yellow-run'), (2681, 'Jump Ball Classic', 'Jump Ball Classic is the best game to test your reflexes. Move your ball left and right to avoid obstacles and enjoy the thrilling moment! Once it hits, it will fail immediately. Concentrate and challenge for success!', 'https://img.gamemonetize.com/1x6xtgmnjauarisxre9jo4l0cd1vc1wy/512x384.jpg', 'https://html5.gamemonetize.com/1x6xtgmnjauarisxre9jo4l0cd1vc1wy/', '0', 'Puzzles', 0, 0, '', 'jump-ball-classic'), (2682, 'How To Make A Ice Themed Cake', 'How To Make A Ice Themed Cake is an online Kids game, its playable on all smartphones or tablets, such as iPhone, iPad, Samsung and other Apple and android system. You know that fashion girl Sofia made a birthday cake for her sister Zoe, so how to make a ice-themed cake? Play this game you can get it! 100% of 4 players like the mobile game.', 'https://img.gamemonetize.com/1ffobr0b4atvnh23g1gqsfpkipya0y3r/512x384.jpg', 'https://html5.gamemonetize.com/1ffobr0b4atvnh23g1gqsfpkipya0y3r/', '0', 'Girls', 0, 0, '', 'how-to-make-a-ice-themed-cake'), (2683, 'Iconic Celebrity Look', 'Welcome to the Iconic Celebrity Look. These princesses sure have their favorite celebs and they just want to dress up like them. In this game, you will discover the most iconic celebrity outfits! You will have the chance to dress up these princesses as your favorite celebs. Play them and have fun!', 'https://img.gamemonetize.com/r81p1t12kzgqmrhy35ix3vzay1l1q7nq/512x384.jpg', 'https://html5.gamemonetize.com/r81p1t12kzgqmrhy35ix3vzay1l1q7nq/', '0', 'Girls', 0, 0, '', 'iconic-celebrity-look'), (2684, 'Unicorn Kingdom', 'Get gems and mix them to win prizes. Decorate your album with stickers of the funniest unicorns. ??? Have fun with Arya playing in a snow kingdom. ? Gallop through a beautiful spring forest with Canelita. ? With Candy you can visit an amazing chocolate kingdom with giant glazed donuts. Get gems and mix them in the minigame to get stickers and complete your album.', 'https://img.gamemonetize.com/uiludcligmh0kw52qmxsi3jz5vmlcwn2/512x384.jpg', 'https://html5.gamemonetize.com/uiludcligmh0kw52qmxsi3jz5vmlcwn2/', '0', 'Girls', 0, 0, '', 'unicorn-kingdom'), (2685, 'Bobbys bolts', 'Help bobby and pick as many as possible of the Bobbys bolts you can pick and do your best score in this little arcade game! Hey this will not be easy! Be careful and avoid the tnt if you dont want to start all over again!', 'https://img.gamemonetize.com/mi9d4afvevcokpezh0yd5f49gg2f9ofo/512x384.jpg', 'https://html5.gamemonetize.com/mi9d4afvevcokpezh0yd5f49gg2f9ofo/', '0', 'Arcade', 0, 0, '', 'bobbys-bolts'), (2686, 'Jet Jumper Adventure', 'Fly through the skies and collect coins in this thrilling Jet Jumper game. Take to the skies in this thrilling adventure game, Jet Jumper. Fly through obstacles and collect coins to earn points and unlock new levels. With smooth and easy-to-use controls, youll be soaring through the clouds in no time. Challenge yourself and your friends to see who can get the highest score.', 'https://img.gamemonetize.com/7am3v0odolgkur5p7k7pixpjbedepn4e/512x384.jpg', 'https://html5.gamemonetize.com/7am3v0odolgkur5p7k7pixpjbedepn4e/', '0', 'Hypercasual', 0, 0, '', 'jet-jumper-adventure'), (2687, 'Dragon Ball Funny Games', 'This game consists 4 different game. Those are Coloring Game,Jigsaw Puzzle Game, Adventure Runner Game and Hidden Star Game. It is guaranteed that you will have lots of fun playing this game.', 'https://img.gamemonetize.com/v6wmgoxyv9pcd1iffzrs04diz7afggkm/512x384.jpg', 'https://html5.gamemonetize.com/v6wmgoxyv9pcd1iffzrs04diz7afggkm/', '0', 'Puzzles', 0, 0, '', 'dragon-ball---funny-games'), (2688, 'Monster Rash', 'Different monsters in one have to survive in the retro planet world. monsters suddenly turned into cubes and they need to reach the end of the level by jumping from obstacles in their cube state. Jump over obstacles and collect stars. You have to collect the stars because you have to have 20 different monster costumes. In some sections, you can get on a rocket and fly on a rocket. If you get on the rocket, whatever costume youre wearing will return to its original state.', 'https://img.gamemonetize.com/8yalbg4ycs09iegdcs4qisd0btedkw54/512x384.jpg', 'https://html5.gamemonetize.com/8yalbg4ycs09iegdcs4qisd0btedkw54/', '0', 'Arcade', 0, 0, '', 'monster-rash'), (2689, 'Fashion Battle Catwalk Queen', 'Fashion Battle - Catwalk Queen is an online Kids game. Fashion Battle - Catwalk Queen is a unique fashion walk casual game. Do you usually like watching fashion shows? Come and join us to experience the fun of the catwalk! Choose your clothes according to the theme of each level and test your reflexes and aesthetic skills. In the end, the judges will score and the party with the highest score will win. Enjoy the glory of being in the spotlight!', 'https://img.gamemonetize.com/ltiaezd616ppcmh92xn8v54ifs73p8ic/512x384.jpg', 'https://html5.gamemonetize.com/ltiaezd616ppcmh92xn8v54ifs73p8ic/', '0', 'Girls', 0, 0, '', 'fashion-battle-catwalk-queen'), (2690, 'Save The Girl Game', 'The tricky and relaxing puzzle game you&rsquo;ve been seeing all this time is finally a reality! Only the smartest will be able to solve these brain-teaser tests in order to save the girl from the villains chasing her! Solve the funny challenge correctly and the woman will proceed on. It depends on your decisions whether the lady will cope with her mission. A game in which your choice really decides.', 'https://img.gamemonetize.com/9wg71nii3csg6eslh8byr3y087ad3row/512x384.jpg', 'https://html5.gamemonetize.com/9wg71nii3csg6eslh8byr3y087ad3row/', '0', 'Puzzles', 0, 0, '', 'save-the-girl-game'), (2691, 'Yummy Ice Cream Car', 'Sofia has an ice cream car. This day she decides to make some ice cream and go to the park to sell ice cream. ButSofia is not very familiar with the steps of making ice cream. She wants you to make ice cream with her. After making the ice cream, please go to the park with Sofia and sell the ice cream!', 'https://img.gamemonetize.com/5s77ktuctgeh12e76fz93o3y4pja9zle/512x384.jpg', 'https://html5.gamemonetize.com/5s77ktuctgeh12e76fz93o3y4pja9zle/', '0', 'Girls', 0, 0, '', 'yummy-ice-cream-car'), (2692, 'Dead Zone Adventure', 'Dead Zone Adventure features dark scary asylum where your mission is to search for given amount of crystals in order to successfully complete complete each level and try to avoid deadly zombies encounters in order to survive.', 'https://img.gamemonetize.com/eg3buo91zqk0bjkikxvvapketbcop29i/512x384.jpg', 'https://html5.gamemonetize.com/eg3buo91zqk0bjkikxvvapketbcop29i/', '0', 'Adventure', 0, 0, '', 'dead-zone-adventure'), (2693, 'Draw Dash', 'Draw your way to the hoop and slam dunk! Play the best basketball game! Get ready to experience the ultimate basketball challenge with Draw Dash Basketball! This exciting game lets you take control of the ball and dribble your way to the hoop with your finger. Use your creativity and draw your own path to victory, avoiding obstacles and defeating opponents as you make your way to the basket.', 'https://img.gamemonetize.com/kj4siixaqg90olkatnbexnugeliqsdc6/512x384.jpg', 'https://html5.gamemonetize.com/kj4siixaqg90olkatnbexnugeliqsdc6/', '0', 'Sports', 0, 0, '', 'draw-dash'), (2694, 'A long cargo', 'stack the objects and make the biggest cargo ever! on this very small boat and help the crazy pirate make a long cargo!', 'https://img.gamemonetize.com/cgapedflhvk211sqwqlvtvp88zt1h64d/512x384.jpg', 'https://html5.gamemonetize.com/cgapedflhvk211sqwqlvtvp88zt1h64d/', '0', 'Puzzles', 0, 0, '', 'a-long-cargo'), (2695, 'DollWar2', 'In this pseudo-historical game set in the wars of 19th century Europe, you need to achieve global dominance on an isometric map using your skills as a strategist. The game is distinguished by a humorous approach, where funny majorettes act as soldiers. The turn-based strategy that contains elements of diplomacy, economy, managing your armies (hiring, creating an army, building units, replenishing, moving, attacking the enemy). Armies move along the cells of the isometric map.', 'https://img.gamemonetize.com/bo5w3vkedlhtpmtj1pl4l7o0z1pdpe2f/512x384.jpg', 'https://html5.gamemonetize.com/bo5w3vkedlhtpmtj1pl4l7o0z1pdpe2f/', '0', 'Puzzles', 0, 0, '', 'dollwar'), (2696, 'Word Master', 'Word Master is an exciting online game that tests your vocabulary skills. In this game, you are given a set of letters and you need to connect them to form a meaningful word. The game is designed to challenge your intellect and enhance your word power. You can play Word Master alone or with friends, making it a great way to spend your leisure time. With a wide range of levels and difficulty levels, the game is suitable for all age groups. So, why not try your hand at Word Master and see how many words you can form from the given letters?', 'https://img.gamemonetize.com/ew73ehgbvibd0md3nv7dvizq1ud9kb1d/512x384.jpg', 'https://html5.gamemonetize.com/ew73ehgbvibd0md3nv7dvizq1ud9kb1d/', '0', 'Puzzles', 0, 0, '', 'word-master'), (2697, 'Fashion Jeans Lover', 'Tina is a very beautiful girl who likes to follow urban fashion. These days girls have started jeans fashion. Tina bought herself some jeans. Let\'s try it together. Let\'s help her create her jeans style. Fun game', 'https://img.gamemonetize.com/sfcu9v5344di3cuf528540127mn0lmtm/512x384.jpg', 'https://html5.gamemonetize.com/sfcu9v5344di3cuf528540127mn0lmtm/', '0', 'Girls', 0, 0, '', 'fashion-jeans-lover'), (2698, 'Football Panda', 'The Football Panda Platformer online game is a great way to pass the time. It is a fast paced game that requires quick reflexes and good hand-eye coordination. The object of the game is to score as many goals as possible in a set time period. There are different levels to the game, each with its own challenges. The graphics are good and the gameplay is smooth.', 'https://img.gamemonetize.com/7sigkgqv76tfr0mldopyw0x4pq6e1z5l/512x384.jpg', 'https://html5.gamemonetize.com/7sigkgqv76tfr0mldopyw0x4pq6e1z5l/', '0', 'Hypercasual', 0, 0, '', 'football-panda'), (2699, 'Ice Ball Run', 'Ice Ball Run is an online platformer game that challenges players to navigate through a series of levels by controlling a ball made of ice. The game features a variety of level designs and obstacles, and players must use their skills to overcome these challenges. Ice Ball Run is an addictive and challenging game that will keep players engaged for hours.', 'https://img.gamemonetize.com/9i4581pznmu9hiuu2g4r9g5jchyvfgrv/512x384.jpg', 'https://html5.gamemonetize.com/9i4581pznmu9hiuu2g4r9g5jchyvfgrv/', '0', 'Adventure', 0, 0, '', 'ice-ball-run'), (2700, 'Mini Moto Speed Race', 'Here is a motorcycle violence-racing arcade game. With 3D cartoon models, you need to avoid all kinds of obstacles and try to strike different AI riders. When you earned some diamonds, you can buy more weapons and bikes in the shop. Glad you will complete more levels and buy your favorite items.', 'https://img.gamemonetize.com/3nl1wken4teywgldgqt6cyrjk9c3m7od/512x384.jpg', 'https://html5.gamemonetize.com/3nl1wken4teywgldgqt6cyrjk9c3m7od/', '0', 'Arcade', 0, 0, '', 'mini-moto-speed-race'), (2701, 'City Fighter vs Street Gang', 'City Fighter vs Street Gang provides you with a super fighting experience in this heroic karate game. Street fighter hero fighting game is a professional fighting game, which is full of action in the top game arena environment. You are welcome in the world of fighting games, which seems to be the citys fighting games and martial arts competitions, with different majors in city warriors.', 'https://img.gamemonetize.com/fag43wo65lnfzxig7s8u3eobxcd17uf3/512x384.jpg', 'https://html5.gamemonetize.com/fag43wo65lnfzxig7s8u3eobxcd17uf3/', '0', 'Puzzles', 0, 0, '', 'city-fighter-vs-street-gang'), (2702, 'Extreme Supercar Stunt Drive', 'The Extreme Supercar: Stunt Drive is an adrenaline-fueled spectacle of automotive prowess. It pushes the limits of physics, boasting unimaginable speed, precision handling, and ground-breaking technology. Drivers showcase their skill in breathtaking stunts, ranging from high-flying jumps to intricate drifts, executed with superlative finesse. These audacious maneuvers highlight the impressive engineering marvels these supercars are, roaring engines purring like predatory beasts on the prowl. The event offers spectators a thrilling exhibition, marrying the raw power of cutting-edge supercars with the audacious artistry of the worlds best', 'https://img.gamemonetize.com/2k4tp7o5c3b1u92xry0fqdnb9io4as8l/512x384.jpg', 'https://html5.gamemonetize.com/2k4tp7o5c3b1u92xry0fqdnb9io4as8l/', '0', 'Racing', 0, 0, '', 'extreme-supercar-stunt-drive'), (2703, 'Ice Princess Beauty Salon', 'Have a great time alongside the ice princess and discover the wonders of her magical winter world. This makeover game will get you the chance to practice in a beauty salon where pretty princesses trust with their transformations. The process of changing will begin with a spa session. Have fun!', 'https://img.gamemonetize.com/8116vtd8k08nciefxxyy6c6u9nzwkmrv/512x384.jpg', 'https://html5.gamemonetize.com/8116vtd8k08nciefxxyy6c6u9nzwkmrv/', '0', 'Girls', 0, 0, '', 'ice-princess-beauty-salon'), (2704, 'Pac Maze Alphabet Escape', 'Pac Maze: Alphabet Escape is an escape game. In this game youll play as an alphabet Pac-man and try to get to the finish line, eating all the coins and stars. You can travel dozens of original mazes in story mode, and find new obstacles and unique power-ups to spice up your game.', 'https://img.gamemonetize.com/g8ynwg3cq2lucw4l07u8tk7ixiqmhu42/512x384.jpg', 'https://html5.gamemonetize.com/g8ynwg3cq2lucw4l07u8tk7ixiqmhu42/', '0', 'Puzzles', 0, 0, '', 'pac-maze-alphabet-escape'), (2705, 'World Cup Flag Match', 'The World CupFlag Match is an online game that tests your knowledge of flags from around the world. Match three flags in a row to score points and advance to the next level.', 'https://img.gamemonetize.com/hadhguntedzzz3n4bml41cal4r0e7m69/512x384.jpg', 'https://html5.gamemonetize.com/hadhguntedzzz3n4bml41cal4r0e7m69/', '0', 'Puzzles', 0, 0, '', 'world-cup-flag-match'), (2706, 'Fish Eat Getting Big', 'These fishes are getting bigger once they start eating little fishes than their size. Call some friends and play the game with up to three players the Fish Eat Getting Big game. Many fishes and various fish types in the huge ocean are waiting for you. Try to hunt smaller fishes which are specified with their numbers and try to reach the biggest size. Each level will bring you some coins and you will be able to buy new fish types from the market. You can also dive into different oceans and keep your adventure in different places.', 'https://img.gamemonetize.com/k8if9upb0h9k96zqoys4yrrbvw9nfxg6/512x384.jpg', 'https://html5.gamemonetize.com/k8if9upb0h9k96zqoys4yrrbvw9nfxg6/', '0', '2 Player', 0, 0, '', 'fish-eat-getting-big'), (2707, 'Puppy Coloring Book', 'Puppy Coloring Book For Kids is a painting, drawing and coloring tool for kids! Pick your colors and start drawing and painting with your finger when done. Kids will enjoy painting using theirs creative ideas. Have fun using this great kids paint app. Key Features: -Really simple! -Really addictive! -Really fun! -Over 40 objects to color! -its a baby quite game!!', 'https://img.gamemonetize.com/wcwilwvh66hf2p5y0t39qro3lcd5iknj/512x384.jpg', 'https://html5.gamemonetize.com/wcwilwvh66hf2p5y0t39qro3lcd5iknj/', '0', 'Clicker', 0, 0, '', 'puppy-coloring-book'), (2708, 'Movie Star Daily Routine', 'Lets join the &laquo;a day in the life of a movie star&raquo; stream. We will spend the whole day with a famous actress from the series. Play and enjoy the game!', 'https://img.gamemonetize.com/9s3ujczgsgd6bmjptby3gwv4e6js4cah/512x384.jpg', 'https://html5.gamemonetize.com/9s3ujczgsgd6bmjptby3gwv4e6js4cah/', '0', 'Puzzles', 0, 0, '', 'movie-star-daily-routine'), (2709, 'Sort Emoji', 'The casual Emoji sorting puzzle game is fun and challenging with a big break in the gameplay of the puzzles. Sort Emoji into glass bottles so that each bottle has the same Emoji.You will easily win by arranging all the same Emoji into separate glass jars.', 'https://img.gamemonetize.com/pzygsefp8tmga976u73ks0dfpr3pryvx/512x384.jpg', 'https://html5.gamemonetize.com/pzygsefp8tmga976u73ks0dfpr3pryvx/', '0', 'Puzzles', 0, 0, '', 'sort-emoji'), (2710, 'Choose My Summer Style', 'Welcome to Choose My Summer Style game. Summer is just seconds away. These girls can&rsquo;t wait for sun tan lines, longer days, and good times with friends during vacation. It&rsquo;s time to freshen up their wardrobe for vacation. They&rsquo;re excited to finally get out and enjoy the sun. Help them to choose their style for this summer.', 'https://img.gamemonetize.com/aedy3czodo1b0n0ojm56u81hpnjpnq8t/512x384.jpg', 'https://html5.gamemonetize.com/aedy3czodo1b0n0ojm56u81hpnjpnq8t/', '0', 'Girls', 0, 0, '', 'choose-my-summer-style'), (2711, 'Special Agent', 'Special Agent - This is an exciting combat arcade game in which players take on the role of a special agent whose objective is to destroy enemies. The main feature of the game is the ability to use ricochets of bullets from the ground to defeat enemies.', 'https://img.gamemonetize.com/hvcecbmcxlgv5wx174dhsv3iqqte8xzr/512x384.jpg', 'https://html5.gamemonetize.com/hvcecbmcxlgv5wx174dhsv3iqqte8xzr/', '0', 'Action', 0, 0, '', 'special-agent'), (2712, 'Cool Racing Crazy Stunts', 'Embark on an exhilarating journey with Cool Racing: Crazy Stunts. Defy gravity, conquer impossible tracks, and execute mind-bending stunts. This game offers adrenaline-fueled thrills as you push your limits, master precision controls, and unleash jaw-dropping tricks. Prepare for heart-pounding racing adventures, where youll challenge the laws of physics and strive to become the ultimate stunt racing champion. Get ready to experience the excitement and test your skills in this high-octane racing sensation. Are you up for the challenge?', 'https://img.gamemonetize.com/wmwx62ymdjgpeqsw02cpvsyl2t6rc48k/512x384.jpg', 'https://html5.gamemonetize.com/wmwx62ymdjgpeqsw02cpvsyl2t6rc48k/', '0', 'Racing', 0, 0, '', 'cool-racing-crazy-stunts'), (2713, 'Hero Mission', 'Make the hero reach the treasure', 'https://img.gamemonetize.com/srcqwv259hgz3213tx8ncg6lbk2hetie/512x384.jpg', 'https://html5.gamemonetize.com/srcqwv259hgz3213tx8ncg6lbk2hetie/', '0', 'Puzzles', 0, 0, '', 'hero-mission'), (2714, 'Click Bubbles', 'Click Bubbles is a simple and fun click puzzle game. Click 2 or more bubbles to match them. The more bubbles you match in a single click - the more points you earn for every item. Whats your best score?', 'https://img.gamemonetize.com/dnq66lnrm3wg2pput24gy7bckcqprwmo/512x384.jpg', 'https://html5.gamemonetize.com/dnq66lnrm3wg2pput24gy7bckcqprwmo/', '0', 'Puzzles', 0, 0, '', 'click-bubbles'), (2715, 'Humans Rescue', 'Pete young astronaut who passed special training and is now traveling through space exploring different planets. As the flying and making the orbit of a planet continents shooting her, he noticed that he got something in the engine. His ship team consisting of scientists in the special rescue capsule landed on the planets surface. Our hero was able to crash land his spaceship to the planets surface while inflicting minimal damage. Some weeks he spent for ship repair, and finally he was able to fix it. As soon as the ships systems to run our hero saw on the radar signals rescue beacons. Now he will not only have a flight home, but also flying over the surface of the planet, because he has to save his team. And youre in the game The rescue Rocket will help him in this. You will manage a flying rocket and assemble a team scattered across the planet. Other features of the relief will disturb you in this. So you have to be as focused and attentive that you would all work out. We believe that you will cope with all and in the end will be able to fly home. Game The rescue Rocket is a very interesting and funny game scenario.', 'https://img.gamemonetize.com/vtr67oxhjkyanc9h1frc8rqrhkzyzj3q/512x384.jpg', 'https://html5.gamemonetize.com/vtr67oxhjkyanc9h1frc8rqrhkzyzj3q/', '0', 'Clicker', 0, 0, '', 'humans-rescue'), (2716, 'Make Pizza Kids', 'Making Pizza has never been more fun! Pizza Maker cooking games introduce the world of cooking, baking, and Pizza making to young kids. Enjoy the entire cooking and baking process of Pizza making by adding the ingredients for the dough and rolling it out, cutting vegetables and cooking the sauce, adding a huge variety of toppings, and baking it in the oven. The game is designed for kindergarten and preschool children and is suitable for young boys and girls to be able to play on their own, without the support of adults.', 'https://img.gamemonetize.com/uw4bffmyir0be948f7sipw93heh3mt7j/512x384.jpg', 'https://html5.gamemonetize.com/uw4bffmyir0be948f7sipw93heh3mt7j/', '0', 'Arcade', 0, 0, '', 'make-pizza-kids'), (2717, 'Coke Can Rush', 'Coke Can Rush is a coke running game. Control your coke can, collect energy and tap the screen to jump over the obstacles. The more yellow energy you have, the further your sprint will be. If you cant reach the finish line in the first few places, then you wont make it. Dont hesitate and look forward to your participation!', 'https://img.gamemonetize.com/dno86cnm3fvzzueev2922eynhp1y623t/512x384.jpg', 'https://html5.gamemonetize.com/dno86cnm3fvzzueev2922eynhp1y623t/', '0', 'Racing', 0, 0, '', 'coke-can-rush'), (2718, 'Tower Defense Zombies', 'Get ready for hordes of zombies that only care about eating brains! Use your brain against them and build your defenses. Create towers of mass-zombie destruction to confront various enemies. Zombie siege! Endless 30 unique towers 13 different enemies 3 different power ups', 'https://img.gamemonetize.com/79erubfx45uiq8ksuuxofo7h79s9b1t0/512x384.jpg', 'https://html5.gamemonetize.com/79erubfx45uiq8ksuuxofo7h79s9b1t0/', '0', 'Shooting', 0, 0, '', 'tower-defense-zombies'), (2719, 'Offroad Cargo Truck Driver 3D', 'The people who love truck games, then this is the place to be. Welcome to new &ldquo;Offroad Cargo Truck Driver:Uphill Logging Truck 3D&rdquo;. The best free truck game of 2023 in 3d truck driving games. Your job is to transport important truck cargo in this Offroad Cargo Truck Transport Driving. Trust me Truck Driver Cargo isn&rsquo;t as simple as it looks. You will have to drive the Offroad Cargo Truck in a hill side environment. Drive Indian Truck and American Trucks in Cargo Transport Simulator with much care on off road to help companies who want to deliver goods at the appropriate time.', 'https://img.gamemonetize.com/v7x5q1vny9zj15vy0gi4yg4e57cycijw/512x384.jpg', 'https://html5.gamemonetize.com/v7x5q1vny9zj15vy0gi4yg4e57cycijw/', '0', 'Adventure', 0, 0, '', 'offroad-cargo-truck-driver-d'), (2720, 'Impossible Car Stunt Races Mega Ramps', 'Car Stunt Races: Mega Ramps is a car stunt simulator game that takes physics to an extreme level: crashes, jumps, drifts and lots of other fun racing car tricks. FREE MODE Drive your sports car in the stunts and obstacles of the open free mode! Will you climb the mega ramp? CHALLENGES We have designed the most challenging and fun races for you to drive. Jump over dangerous ramps and beat the challenges.', 'https://img.gamemonetize.com/i9mseo4z7qaara7u5k2f5fjkr924puqx/512x384.jpg', 'https://html5.gamemonetize.com/i9mseo4z7qaara7u5k2f5fjkr924puqx/', '0', 'Racing', 0, 0, '', 'impossible-car-stunt-races-mega-ramps'), (2721, 'Fruit Matcher', 'Swap fruits to make a group of 3 or more identical fruits adjacent horizontally or vertically. Keep matching till you unlock and clear all the tiles. Use power-ups to speed up the process.', 'https://img.gamemonetize.com/qr73dh0t6t9b9gut37jhc6wa40wb0ptq/512x384.jpg', 'https://html5.gamemonetize.com/qr73dh0t6t9b9gut37jhc6wa40wb0ptq/', '0', 'Puzzles', 0, 0, '', 'fruit-matcher'), (2722, 'Discolor Master', 'Discolor Master is a new shooting game, which adds many color elements. You have to shoot the target with different colors with guns to succeed. Pay attention to avoid the enemys shooting, so as not to fail halfway. Now lets try it!', 'https://img.gamemonetize.com/p04o1zqe149y0et6d01zadjobt5wy3jw/512x384.jpg', 'https://html5.gamemonetize.com/p04o1zqe149y0et6d01zadjobt5wy3jw/', '0', 'Puzzles', 0, 0, '', 'discolor-master'), (2723, 'Candy Plus Candy', 'Candy Plus Candy is a match 3 game where you move candies towards other similar candies to make a line of 3 similar candies. Early you match all the candies more score you will get.', 'https://img.gamemonetize.com/mr00uqlyh5u6l2slfz12nkx9bsov11uu/512x384.jpg', 'https://html5.gamemonetize.com/mr00uqlyh5u6l2slfz12nkx9bsov11uu/', '0', 'Puzzles', 0, 0, '', 'candy-plus-candy'), (2724, 'Princess House Cleaning', 'A cute little princess is helpless. She is tired of doing housework. Help her out of chaos and make her house beautiful. A huge palace is waiting to be cleared! Start by cleaning the living room and put everything in its proper place. Dirty everywhere. Use a brush, mop tool to remove all spiders and dust.', 'https://img.gamemonetize.com/4alx6cvfwxwvvxu6u0cjsx0kisodm19i/512x384.jpg', 'https://html5.gamemonetize.com/4alx6cvfwxwvvxu6u0cjsx0kisodm19i/', '0', 'Girls', 0, 0, '', 'princess-house-cleaning'), (2725, 'Fresh N Fresh Tiles', 'Fresh N Fresh Tiles is a fun and simple elimination mahjong-inspired game, your goal is to move tiles onto the bottom of the screen (there is limited space for that) and match 3 tiles to clear them. If you like playing Match 3 puzzles or mahjong game, you will love to play this game.', 'https://img.gamemonetize.com/5kyi773ch79js88uv5lcoloqe4hser7f/512x384.jpg', 'https://html5.gamemonetize.com/5kyi773ch79js88uv5lcoloqe4hser7f/', '0', 'Puzzles', 0, 0, '', 'fresh-n-fresh-tiles'), (2726, 'Castle Blaster 2D! (mobile)', 'Play as the Kings greatest soldier to defend your King and his Castle from his greatest arch enemy! Your Kings arch enemys castle is slowly starting to wear down due to damage from previous battles. This has made him pick on even weaker Kingdoms than before, so that he can maintain his large Castle by stealing their gold and defeating them. Your Kings precious Castle took 19 years to build and he has you equipped with the most powerful futuristic weapons on Earth. Dont let your king down!', 'https://img.gamemonetize.com/04sdx7rn8ka3vfbsu5o5m2jbddcwo9gm/512x384.jpg', 'https://html5.gamemonetize.com/04sdx7rn8ka3vfbsu5o5m2jbddcwo9gm/', '0', 'Fighting', 0, 0, '', 'castle-blaster-d-mobile'), (2727, 'Stick Huggy', 'Do you like runner stickman parkour games? Help the running stickman huggy by avoiding and jumping over obstacles. On computer use keyboard buttons W &amp; S to jump and slide. Can you get the highest score?', 'https://img.gamemonetize.com/o11ac6k5aaojlvh37nrgbgfa5jhi2wuu/512x384.jpg', 'https://html5.gamemonetize.com/o11ac6k5aaojlvh37nrgbgfa5jhi2wuu/', '0', 'Fighting', 0, 0, '', 'stick-huggy'), (2728, 'Fishing Blocks', 'Fishing Blocks is an addictive block removal puzzle game where you will have a remover block. You can move the remover block by tapping or clicking on the screen. If the remover block matches its identical fish block, the whole row will be deleted. Dont let the blocks touch the upper bounds otherwise the game will be over. Keep deleting rows as they are moving upward fastly. You can use Slow Down power-up which slows the speed of blocks.', 'https://img.gamemonetize.com/8b24hqb1i5cw0oq4g2732ky6q9akuznx/512x384.jpg', 'https://html5.gamemonetize.com/8b24hqb1i5cw0oq4g2732ky6q9akuznx/', '0', 'Puzzles', 0, 0, '', 'fishing-blocks'), (2729, 'Ninja Frog Runner', 'Ninja Frog Runner is an exhilarating 2D runner game that combines fast-paced action with the agility of a ninja frog. In this immersive and visually stunning world, players embark on a thrilling adventure, leaping through vibrant environments filled with perilous obstacles, enemies, and exciting power-ups.', 'https://img.gamemonetize.com/0ywvvndj7kapenjrgf0gmvtcy9nhysf4/512x384.jpg', 'https://html5.gamemonetize.com/0ywvvndj7kapenjrgf0gmvtcy9nhysf4/', '0', 'Adventure', 0, 0, '', 'ninja-frog-runner'), (2730, 'Idle Firefighter 3d', 'Idle Firefighter 3d is a firefighter and fire truck simulator game. You will play the role of a firefighter and your duty is to save the survivors of the fire. Here, new emergencies keep happening and you need to be on standby and must put out the fire as soon as possible! The fire extinguisher is your friend, if the props run out, you will not be able to put out the fire.', 'https://img.gamemonetize.com/a7yybi3y0s8rmpjhealrk0ptormqydtm/512x384.jpg', 'https://html5.gamemonetize.com/a7yybi3y0s8rmpjhealrk0ptormqydtm/', '0', 'Boys', 0, 0, '', 'idle-firefighter-d'), (2731, 'Fruit Ninja Game', 'Fruit Ninja is an arcade game where you have to swipe and slash your way through all kinds of fruit, from pears and apples, to coconuts and bananas. Aim for the highest score by slicing multiple fruits at once and build up your combo to surpass everyone else! You can also get huge scores from critically striking the fruit so be strategic with your swiping. However, beware of the bombs! Hitting one of them will end your run. Fruit Ninja, the classic fruit destroying swiping adventure is here!', 'https://img.gamemonetize.com/4kci7og3klgj0ivy2wz3gdvd9dth5e7n/512x384.jpg', 'https://html5.gamemonetize.com/4kci7og3klgj0ivy2wz3gdvd9dth5e7n/', '0', 'Boys', 0, 0, '', 'fruit-ninja-game'), (2732, 'Cooking Rainbow Cake', 'Cooking Rainbow Cake is an online Kids game, its playable on all smartphones or tablets, such as iPhone, iPad, Samsung and other Apple and android system. In this game, Sofia is a famous pastry cook, she received an order to make a rainbow cake for one customer of her. Now, shes going to start her work! Can you be her deputy chef?', 'https://img.gamemonetize.com/9geaaiuc98odgxv6jb82k9t9jsinmooa/512x384.jpg', 'https://html5.gamemonetize.com/9geaaiuc98odgxv6jb82k9t9jsinmooa/', '0', 'Girls', 0, 0, '', 'cooking-rainbow-cake'), (2733, 'Real Construction Kids Game', 'Real Construction Kids Game is a very popular truck game for boys and girls. In this game, you will not only learn the processes of building a mall from 0 to 1, but also learn the usages of various trucks. Want to know what the mall looks like? Come and invite your friends to play this game!', 'https://img.gamemonetize.com/8udkhmcgb2anq3nb9s5gz1t49tuiw0cp/512x384.jpg', 'https://html5.gamemonetize.com/8udkhmcgb2anq3nb9s5gz1t49tuiw0cp/', '0', 'Girls', 0, 0, '', 'real-construction-kids-game'), (2734, 'Baby Taylor Mothers Day', 'Like any other kid, Baby Taylor loves her mom very much. So, this year she wants to surprise Mom on with a Mothers Day celebration. So, Taylor is busy planning for the celebration. Can you help little girl and take part in the family celebration? First you need to go to kitchen to prepare Mothers Day Cake and later decorate the room. Be part of this joyous day with Baby Taylor.', 'https://img.gamemonetize.com/tnb1kyygsp17fmko6ygyyrna7jgo5we2/512x384.jpg', 'https://html5.gamemonetize.com/tnb1kyygsp17fmko6ygyyrna7jgo5we2/', '0', 'Girls', 0, 0, '', 'baby-taylor-mothers-day'), (2735, 'Brazil vs Argentina Challenge', 'Brazil vs Argentina Challenge Online Head The Ball Games is an exciting online game that allows you to experience the thrill of football in a fun and engaging way. The game is all about heading the ball and scoring as many goals as possible to win the match.', 'https://img.gamemonetize.com/nb65nzi26h2c0dts85thpcpmln841jjl/512x384.jpg', 'https://html5.gamemonetize.com/nb65nzi26h2c0dts85thpcpmln841jjl/', '0', 'Sports', 0, 0, '', 'brazil-vs-argentina-challenge'), (2736, 'Sery Bride dolly makeup', 'in this game Youll have access to a wide variety of makeup products, including foundations, eyeshadows, lipsticks, and more, and youll need to choose the right colors and shades to enhance Dollys natural beauty. Youll also have the opportunity to experiment with different hairstyles and accessories to complete her overall look.', 'https://img.gamemonetize.com/xw8o2jjhtznedf65h028fz3uzq2zs4cy/512x384.jpg', 'https://html5.gamemonetize.com/xw8o2jjhtznedf65h028fz3uzq2zs4cy/', '0', 'Girls', 0, 0, '', 'sery-bride-dolly-makeup'), (2737, 'Move Boxes (Sokoban)', 'Push boxes into the designated red areas. You cannot push two or more boxes at once. Have fun!', 'https://img.gamemonetize.com/vnqsa3egpj4rytzuf3p5x4ndvb82at3g/512x384.jpg', 'https://html5.gamemonetize.com/vnqsa3egpj4rytzuf3p5x4ndvb82at3g/', '0', 'Puzzles', 0, 0, '', 'move-boxes-sokoban'), (2738, 'Camping Adventure 2', 'Ready for a real weekend road adventure? Family summer camp games are here and you can experience what its like to have a virtual camping day with lots of exciting activities! a variety of mini-games such as arcade, game connect points, object search and others Fun activates many things like camping, campfire, tents, cooking, fishing and hide and seek game with animals. Bonfire is a fun activity that is central to the summer vacation camping adventure game.', 'https://img.gamemonetize.com/mshrlvyodlahmspmztroicmsryag6fou/512x384.jpg', 'https://html5.gamemonetize.com/mshrlvyodlahmspmztroicmsryag6fou/', '0', 'Adventure', 0, 0, '', 'camping-adventure-'), (2739, 'Guitarist Girl', 'Guitarist girl Nina is rebellious and free-spirited. Dress style is like rock musicians. Let\'s dress the girl very stylishly like a guitarist. Fun game.', 'https://img.gamemonetize.com/gsj1k555psaph3km828s34g6vcuxjqo9/512x384.jpg', 'https://html5.gamemonetize.com/gsj1k555psaph3km828s34g6vcuxjqo9/', '0', 'Girls', 0, 0, '', 'guitarist-girl'), (2740, 'Castel Wars Modern', 'The modern edition is beginning with the Castel Wars series! The battle will happen in various places like on the moon, in modern cities, and in sci-fi places. The weapons will vary and you will be using more realistic battle types of equipment and weapons. The game consists of various game modes like zombie fights, two player duels, and battles. Pick a game mode or game map, and let the cool pixel battle begin in the modern world!', 'https://img.gamemonetize.com/rw5k5ekk03iec3i23ltx15t6xyxwtsj7/512x384.jpg', 'https://html5.gamemonetize.com/rw5k5ekk03iec3i23ltx15t6xyxwtsj7/', '0', 'Action', 0, 0, '', 'castel-wars-modern'), (2741, 'Zombie Mission 13', 'The Zombie Mission series continues with its 13th episode in a completely different universe. Our heroes find a magical book and the fairy-tale world begins. Help our heroes to save the princess from hand of the evils. Bring her back to her beloved prince and get back to normal world! Many epic weapons, mechanics and vehicles await you in the new adventure. Rescue hostages, fight bosses and collect your daily rewards and make necessary improvements in the Store with the coins you earn in-game.', 'https://img.gamemonetize.com/6q98zdles0q633z6v6nq6lkafaqmvxk3/512x384.jpg', 'https://html5.gamemonetize.com/6q98zdles0q633z6v6nq6lkafaqmvxk3/', '0', 'Action', 0, 0, '', 'zombie-mission-'), (2742, 'Baby Taylor Pet Care Center', 'Baby Taylor Pet Care Center is an online Kids game, its playable on all smartphones or tablets, such as iPhone, iPad, Samsung and other Apple and android system. Baby Taylor volunteered at the pet hospital! She likes small animals the most, and today she will become a pet doctors assistant to help those poor pets. And the pet doctor is you! Please use what you have learned to help these poor animals!', 'https://img.gamemonetize.com/u9t2z10nh6xd0ot606ey9x5kb15oftwo/512x384.jpg', 'https://html5.gamemonetize.com/u9t2z10nh6xd0ot606ey9x5kb15oftwo/', '0', 'Girls', 0, 0, '', 'baby-taylor-pet-care-center'), (2743, 'Happy Candy', 'Have you ever seen a candy-eating monster before? These monsters love candies. their favorite things are candies. collect candies and get gold. Be careful, even if you are a monster, thorns can kill you. moving spines can kill you. collect gold coins and own lots of happy monsters. they are all very happy and sweet monsters.', 'https://img.gamemonetize.com/cy10ukmrpsxhcy781y5i8uk360d61n1w/512x384.jpg', 'https://html5.gamemonetize.com/cy10ukmrpsxhcy781y5i8uk360d61n1w/', '0', 'Arcade', 0, 0, '', 'happy-candy'), (2744, 'The Life Of Pregnant Mommy', 'The Life Of Pregnant Mommy is an online Kids game, its playable on all smartphones or tablets, such as iPhone, iPad, Samsung and other Apple and android system. Oh, great! Zoe is pregnant! Now, she has so many things to do! Firstly, she wants to tell her husband Kris the good news right away, so she decides to design a card for him. Then, she needs to buy some maternity dress. Finally, lets decorate the baby room.', 'https://img.gamemonetize.com/sauqggqfom8c8v2fqhw6lnvamzv9511b/512x384.jpg', 'https://html5.gamemonetize.com/sauqggqfom8c8v2fqhw6lnvamzv9511b/', '0', 'Girls', 0, 0, '', 'the-life-of-pregnant-mommy'), (2745, 'Idle Ants Simulator', 'Idle Ants Simulator is a casual online game for kids. In this game, hardworking ants are constantly moving food, such as donuts and cheese. ..Increase the number of ants, upgrade the level of ants, unlock new skins for ants, and decorate your own hut. There are more ways to play waiting for you to unlock! Come and play Idle Ants Simulator!', 'https://img.gamemonetize.com/1bv30jc4h4xc2qt3w1viukkv72sjjdcs/512x384.jpg', 'https://html5.gamemonetize.com/1bv30jc4h4xc2qt3w1viukkv72sjjdcs/', '0', 'Boys', 0, 0, '', 'idle-ants-simulator'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (2746, 'Classic Tetris', 'Welcome to TETRIS&reg;, the official mobile app for the world&rsquo;s favorite puzzle game. Play through hundreds of unique TETRIS Levels in a new Tetris experience. Play a quick round to beat your own score, or play infinite rounds to master your skills in the TETRIS Single Player Modes. TETRIS forever!', 'https://img.gamemonetize.com/mmaxm2pvvre67rj2ce1eo5s4ugf4bxro/512x384.jpg', 'https://html5.gamemonetize.com/mmaxm2pvvre67rj2ce1eo5s4ugf4bxro/', '0', 'Puzzles', 0, 0, '', 'classic-tetris'), (2747, 'Toilet Rush Draw To Pee', 'Monsters climbed into the toilet: what to do? Help and save Wednesday from monsters in the toilet. Save Wednesday and her friends: Steve Minecraft, rainbow friends, Naruto - they all also want to escape from monsters in the toilet! Wednesday is here!', 'https://img.gamemonetize.com/6imeobq3rw97ltnxlhec3z7sl0mj59jc/512x384.jpg', 'https://html5.gamemonetize.com/6imeobq3rw97ltnxlhec3z7sl0mj59jc/', '0', 'Hypercasual', 0, 0, '', 'toilet-rush-draw-to-pee'), (2748, 'Some Little Bosses', 'Its a little game with some bosses to fight i made for you, have fun!', 'https://img.gamemonetize.com/o4sc4kdv4q5x358rdc5025xye0ma5crr/512x384.jpg', 'https://html5.gamemonetize.com/o4sc4kdv4q5x358rdc5025xye0ma5crr/', '0', 'Arcade', 0, 0, '', 'some-little-bosses'), (2749, 'Sery actress dolly makeup', 'Sery Actress Dolly Makeup is a fun and exciting makeup game where you get to be a professional makeup artist and work with the beautiful and talented actress Dolly. In this game, your objective is to help Dolly achieve her desired look for her next big event or performance. Youll have access to a wide variety of makeup products, including foundations, eyeshadows, lipsticks, and more, and youll need to choose the right colors and shades to enhance Dollys natural beauty. Youll also have the opportunity to experiment with different hairstyles and accessories to complete her overall look. As you progress through the game, youll unlock new levels and challenges that will put your makeup skills to the test. Youll need to be creative and strategic in your makeup choices to ensure that Dolly looks her absolute best.', 'https://img.gamemonetize.com/ykoxj3peyaokr9by30pqyq3uf5cswmao/512x384.jpg', 'https://html5.gamemonetize.com/ykoxj3peyaokr9by30pqyq3uf5cswmao/', '0', 'Girls', 0, 0, '', 'sery-actress-dolly-makeup'), (2750, 'Les Adventures Blin', 'Try to help the animals and aliens in the forest. Find 40 diamonds and escape! Have fun!', 'https://img.gamemonetize.com/jh3bqdcwnjl4ml3ps9imhqnrmsifufw0/512x384.jpg', 'https://html5.gamemonetize.com/jh3bqdcwnjl4ml3ps9imhqnrmsifufw0/', '0', 'Puzzles', 0, 0, '', 'les-adventures-blin'), (2751, 'Birthday Girl', 'Emma will celebrate her birthday today. She got the birthday cake. She bought new clothes for the party. Her friends will be coming soon. Let\'s help her to be very beautiful. Fun game', 'https://img.gamemonetize.com/zmb73mw2xaj4mccnpyk7593o2zu0z2qk/512x384.jpg', 'https://html5.gamemonetize.com/zmb73mw2xaj4mccnpyk7593o2zu0z2qk/', '0', 'Girls', 0, 0, '', 'birthday-girl'), (2752, 'Coachella Hairstyle Design', 'Coachella Hairstyle Design is an online Kids game, its playable on all smartphones or tablets, such as iPhone, iPad, Samsung and other Apple and android system. Sofia is going to Coachella Festival, the musical journey will begin at the weekend. Now, it has not much time to get ready for the festival, so the most important thing now is to quickly design an attractive Coachella hairstyle. Could you give Sofia a hand to do it?', 'https://img.gamemonetize.com/oc2i7o5ecldojhbn7efygx42umw009hv/512x384.jpg', 'https://html5.gamemonetize.com/oc2i7o5ecldojhbn7efygx42umw009hv/', '0', 'Girls', 0, 0, '', 'coachella-hairstyle-design'), (2753, 'Totally Reliable Delivery Stickman', 'Fasten your harness and start the delivery truck. Its time for delivery! Join up to three of your friends and finish your work in an interactive sandbox world. Attempted delivery, this is a completely reliable delivery service guarantee!', 'https://img.gamemonetize.com/yt3c74st3l5j4jofp5dgsz2whmgiz8w4/512x384.jpg', 'https://html5.gamemonetize.com/yt3c74st3l5j4jofp5dgsz2whmgiz8w4/', '0', 'Puzzles', 0, 0, '', 'totally-reliable-delivery-stickman'), (2754, 'Skirt Running 3d Game', 'Skirt Running3D is undoubtedly one of the most interesting new arcade games this year. You only need to slide on the screen to collect yarn balls, then your skirt will become longer. The color of your skirt will also change, can you find the most beautiful one?', 'https://img.gamemonetize.com/bfbpwbnnu9g34ff84jkilm9jtd3e0wi6/512x384.jpg', 'https://html5.gamemonetize.com/bfbpwbnnu9g34ff84jkilm9jtd3e0wi6/', '0', 'Puzzles', 0, 0, '', 'skirt-running-d-game'), (2755, 'Bffs Summer Tea Party 2', 'Bffs Summer Tea Party 2 is an online Kids game, its playable on all smartphones or tablets, such as iPhone, iPad, Samsung and other Apple and android system. Today Iris will hold a tea party and she wants to invite her good friends Sofia and Zoe to join, now, she needs to design the invitation cards, can you help her? On the other side, the guests Sofia and Zoe need to pick the suitable outfits for the party, can you help them make a choice?', 'https://img.gamemonetize.com/jelfrs77wb7o6rjbrgojfbktt7c8tdyp/512x384.jpg', 'https://html5.gamemonetize.com/jelfrs77wb7o6rjbrgojfbktt7c8tdyp/', '0', 'Girls', 0, 0, '', 'bffs-summer-tea-party-'), (2756, 'Horror Hide And Seek Game', 'Horror Hide And Seek is a fun online hide-and-seek adventure game. Who will be captured and sacrificed by the angry ghosts, and who will escape and survive? In the game, you can disguise yourself on the map to avoid being discovered by ferocious ghosts. You can change into beds, brooms, books, and other props and items to hide...Hide carefully and become the last survivor!', 'https://img.gamemonetize.com/fkb76hnhjjrrwlb8lhb0ym75usr5z0hd/512x384.jpg', 'https://html5.gamemonetize.com/fkb76hnhjjrrwlb8lhb0ym75usr5z0hd/', '0', 'Puzzles', 0, 0, '', 'horror-hide-and-seek-game'), (2757, 'Snake Run', 'Be careful not to aim at snakes that are longer than you. Avoid various obstacles and stay away from your enemies. There are other snakes on the way to victory. Eating them can prolong your competition and help you pass the level!', 'https://img.gamemonetize.com/ccmr0ls42fhypr0i1m9nxcucocefitxy/512x384.jpg', 'https://html5.gamemonetize.com/ccmr0ls42fhypr0i1m9nxcucocefitxy/', '0', 'Arcade', 0, 0, '', 'snake-run'), (2758, 'run and jump', 'manage to dodge all the helicopters and get the highest score, competing with yourself and reaching the highest record logra esquivar todos los helic&oacute;pteros y obtener el mayor puntaje, compitiendo con usted mismo y alcanzar el record mas alto', 'https://img.gamemonetize.com/vxe041u3lvndnf9ie6rtv8mk3vx0je40/512x384.jpg', 'https://html5.gamemonetize.com/vxe041u3lvndnf9ie6rtv8mk3vx0je40/', '0', 'Adventure', 0, 0, '', 'run-and--jump'), (2759, 'Fly AirPlane 3D', 'Fly AirPlane 3D Game the mission of this game is to collect ruby, diamond, star, fuel the maximum number who collect it is the winner, When the airplane collides with the clouds, the fuel gets reduced due to which game over. looking a beautiful scene ..3D more fun game.. enjoy..', 'https://img.gamemonetize.com/jelf51z39ajaw98tamxjh6qihudou7rk/512x384.jpg', 'https://html5.gamemonetize.com/jelf51z39ajaw98tamxjh6qihudou7rk/', '0', 'Arcade', 0, 0, '', 'fly-airplane-d'), (2760, 'Breaking Fall 2', 'Drop the elevator down and try to reach the Finish line.Easy to play Hard to master. Let the elevator go down without touching the obstacles! Elevator fall-Break The Lift is a 3D hyper casual arcade game where gamer save the elevator from numerous obstacles. The goal is to safely reach the ground and rescue the falling character.', 'https://img.gamemonetize.com/9t6namclde22bl0ln95jfens39suvaj2/512x384.jpg', 'https://html5.gamemonetize.com/9t6namclde22bl0ln95jfens39suvaj2/', '0', 'Hypercasual', 0, 0, '', 'breaking-fall-'), (2761, 'Stickman Races 3D', 'Stickman Race 3D is New Race 3D Game with Opponent Stickman Players , Run , Jump, Race, Perform Stunts to Won the Race with Stickman Never stop running! Jump and flip over obstacles, climb over ladder, swim in the pool , Stunts and make sure you avoid all the obstacles and reach the finish line safely.', 'https://img.gamemonetize.com/85mh5d73g2oawupffxxh83qw1vn1v0b1/512x384.jpg', 'https://html5.gamemonetize.com/85mh5d73g2oawupffxxh83qw1vn1v0b1/', '0', 'Fighting', 0, 0, '', 'stickman-races-d'), (2762, 'SimCity Uber Car Transport Saga', 'Embark on an exhilarating journey in SimCity: Uber Car Transport Saga, a dynamic, city-based transportation simulation game that tests your strategic planning abilities. Your mission? Establish and operate your ride-hailing network in the heart of the bustling SimCity, inspired by the innovative concept of Uber. From compact cars to luxury sedans, they manage a diverse fleet of vehicles with unique characteristics and capabilities.', 'https://img.gamemonetize.com/qbvk6e9egeq9i70wsrry816bkb0hc777/512x384.jpg', 'https://html5.gamemonetize.com/qbvk6e9egeq9i70wsrry816bkb0hc777/', '0', 'Racing', 0, 0, '', 'simcity-uber-car-transport-saga'), (2763, '4 Games For 2 Players', 'Do you have fun with four different games for two players that you can play with your friend? 4 different entertainment in one. Difference awaits you and your friend in every game. Race with your friend, fight and win. more fun and more adventure in every game. You can compete with your friend in the first game. The last one to touch the obstacles wins. Remember, you have to survive. In the second game, the top scorer wins, dont forget you have to beat your friend. score and win. In the third game you have to be very careful to survive in the battle of tanks and make the right shot at the right time. blast your friend and win. In the fourth', 'https://img.gamemonetize.com/w09ebdyyg0za2g85mlxgcbihf3k91271/512x384.jpg', 'https://html5.gamemonetize.com/w09ebdyyg0za2g85mlxgcbihf3k91271/', '0', 'Arcade', 0, 0, '', '-games-for--players'), (2764, 'My Trendy Plaid Outfits', 'Welcome to the My Trendy Plaid Outfits. Plaid is back on the top list when it comes to fashion trends! And who else should know more about Plaid outfit if not Princess Ariel, Moana and Jasmine? This game is all about wearing the Plaid outfit the right way! There are many great ways to wear the timeless Plaid print, but you need to know how to match it with the rest of the outfit to avoid a fashion disaster. Are you ready to explore different outfits with us?', 'https://img.gamemonetize.com/a5xseyjsykwuq3g0bu8z1jsxljyv3vui/512x384.jpg', 'https://html5.gamemonetize.com/a5xseyjsykwuq3g0bu8z1jsxljyv3vui/', '0', 'Girls', 0, 0, '', 'my-trendy-plaid-outfits'), (2765, 'Color Reveal Mermaid Doll', 'Color Reveal Mermaid Doll is an online Kids game, its playable on all smartphones or tablets, such as iPhone, iPad, Samsung and other Apple and android system. Do you want to dive into the sea? Maybe the secret mermaids live there! In this game, you will get some mermaid eggs! Just break the eggs and find whats inside!', 'https://img.gamemonetize.com/l9dn4tyxdmt8bzhbszguy0n53inyh2g5/512x384.jpg', 'https://html5.gamemonetize.com/l9dn4tyxdmt8bzhbszguy0n53inyh2g5/', '0', 'Girls', 0, 0, '', 'color-reveal-mermaid-doll'), (2766, 'Duo Apple Monsters', 'Duo Apple Monsters is an exciting adventure game where you collect apples and conquer obstacles. The main characters are Red Apple and Green Apple. They live in Appleton, a magical world. One day, the evil sorcerer Morula appears, threatening to plunge Appleton into darkness. Red and Green Apple join forces to save their world. Through 13 levels, they gather apples and overcome challenges, ultimately defeating Morula and restoring peace to Appleton.', 'https://img.gamemonetize.com/wb496jqaa7b6vdk06w6msn6rfzn3osra/512x384.jpg', 'https://html5.gamemonetize.com/wb496jqaa7b6vdk06w6msn6rfzn3osra/', '0', 'Adventure', 0, 0, '', 'duo-apple-monsters'), (2767, 'Game Station', 'Mr. Robot has opened a new Game Station in city. Help him to grow the station. Different fun and interesting games to unlock. Fortnite, Forza Horizon, Mortal Kombat etc. Make money, buy waiters to help you, open new areas, find more games, be a millionare.', 'https://img.gamemonetize.com/7zpaf3bjzvw8h03hk3xzb8n1etedtzh5/512x384.jpg', 'https://html5.gamemonetize.com/7zpaf3bjzvw8h03hk3xzb8n1etedtzh5/', '0', '3D', 0, 0, '', 'game-station'), (2768, 'Drunken Crane', 'This game is an action-puzzle game in which you carry a drunk uncle to a bench by the crane. Use the buttons on the right side of the screen to play by operating horizontally, down, and releasing. You can enjoy it like a crane game. There are 38 stages, so you can play without getting bored. In addition to the bench, there will also be stages where you can make ridden a uncle on an elephant. A stage that uses the recoil of the trampoline will also appear. If you clear all 38 stages with 3 stars, hidden stages will appear, so please challenge it.', 'https://img.gamemonetize.com/zsodaba3tyl0kj3ebhf1evqj1oylrgmq/512x384.jpg', 'https://html5.gamemonetize.com/zsodaba3tyl0kj3ebhf1evqj1oylrgmq/', '0', 'Puzzles', 0, 0, '', 'drunken-crane'), (2769, 'Cube Runner Adventure', 'Get ready for an adrenaline-pumping adventure in Cube Runner Adventure! Maneuver a cube character through an endless maze of obstacles using intuitive touch-based controls. The realistic 3D camera and physics behavior make the cubes movements feel dynamic as you swipe left or correct to change direction. Beware of four types of shapes: white boxes that protect you, red boxes that are enemies, and spiked boxes that are deadly hazards. Can you survive the challenging maze, collect coins, and achieve the highest score? Its time to put your skills to the test in this thrilling 3D mobile game!', 'https://img.gamemonetize.com/7ouroh1c90lb0mbnbawryk8mvy2702s1/512x384.jpg', 'https://html5.gamemonetize.com/7ouroh1c90lb0mbnbawryk8mvy2702s1/', '0', 'Puzzles', 0, 0, '', 'cube-runner-adventure'), (2770, 'Cubical Jump', 'Jump! Have fun in this little jumping game! Normal Mode! In this mode, you can unlock characters, and your score will be saved every 50 points. No stress just enjoy jumping. Challenge Mode! What did you said? too easy for you? you want more challenge? Dont worry dude! we got you! Here your score wont be saved unless you beat your previous score. Basically a classic game with the best score. Relax Mode! Just make points and have fun, here you cant lose! Look at that! Combo!! Tap fast and you will do a combo! wait too much and you have to start again! Unlock more than 30 characters! Exactly 36 characters! everybody is unique and some have even special abilities! Unlock medals! 9 different medals to unlock! Local Multiplayer Play with your friends! (or with random people why not)', 'https://img.gamemonetize.com/ygaolypjn0z7wjyffhcj7trer0easpoa/512x384.jpg', 'https://html5.gamemonetize.com/ygaolypjn0z7wjyffhcj7trer0easpoa/', '0', 'Arcade', 0, 0, '', 'cubical-jump'), (2771, 'Masha and Bear Hidden Stars', 'Do you love hidden object games? Masha and bear Hidden Stars is an exciting puzzle game where you have to embark on a quest to find hidden stars in various pictures. Each level features a beautifully illustrated image filled with intricate details, and players must carefully search and identify the hidden stars scattered throughout the scene. players must use their keen observation skills and sharp eyes to spot the elusive stars to unlock the next level. Use hints when you stuck.', 'https://img.gamemonetize.com/5z8zacd9xgmv1v2p6rr4pc7jb01xv5o4/512x384.jpg', 'https://html5.gamemonetize.com/5z8zacd9xgmv1v2p6rr4pc7jb01xv5o4/', '0', 'Puzzles', 0, 0, '', 'masha-and-bear-hidden-stars'), (2772, 'Monster Hero Rescue City', 'Are you ready for something new like the incredible monster hero rescue city? Try using a monster superhero to save your city from the villains in the Monster Hero Rescue City game. Monster Hero Rescue Cityare is thrilling impossible adventures. Come on and use your monsters ability and game skills to fight all the gangsters in a limited time!', 'https://img.gamemonetize.com/2fnknrl57ibu1i69deo4rkfdwsy1pxjc/512x384.jpg', 'https://html5.gamemonetize.com/2fnknrl57ibu1i69deo4rkfdwsy1pxjc/', '0', 'Boys', 0, 0, '', 'monster-hero-rescue-city'), (2773, 'Rescue 2D Princes', 'Embark on a thrilling rescue adventure in Rescue 2D Princes, an engaging touch-only 2D game designed for mobile and PC platforms. Take on the role of a brave hero in a world of danger and enchantment, tasked with saving the princess. Navigate through 100 challenging levels, each packed with unique obstacles and enemies. Every swipe or tap is a step closer to rescuing the princess. Your wit, agility, and quick reflexes are your best weapons in this captivating quest. Can you conquer all levels and be the hero the princess needs? The realm is counting on you. Join Rescue2D Princes and start your adventure today!', 'https://img.gamemonetize.com/xwtlvj3bvjn4i4c7n7tj05wbuw596gf6/512x384.jpg', 'https://html5.gamemonetize.com/xwtlvj3bvjn4i4c7n7tj05wbuw596gf6/', '0', 'Arcade', 0, 0, '', 'rescue-d-princes'), (2774, 'Evil Invader', 'Evil Invader is an exciting online top-down shooter game. In Evil Invader, you will face off against hordes of enemies, using your skills and quick reflexes to survive. With challenging gameplay and a variety of weapons and power-ups to choose from, Evil Invader is a game that will keep you coming back for more!', 'https://img.gamemonetize.com/ookjccnjpyivnuv82s86f5aprllt5g9r/512x384.jpg', 'https://html5.gamemonetize.com/ookjccnjpyivnuv82s86f5aprllt5g9r/', '0', 'Adventure', 0, 0, '', 'evil-invader'), (2775, 'Cube Hop Rush', 'Share and play the best music-based jumping game with friends to challenge your reaction and reaction time. All you have to do is simply jump on the colored tiles. Listen to the magical beat, follow the rhythm, and use your musical response to guide the ball to jump from tile to tile!', 'https://img.gamemonetize.com/8wt9ik5xryqx0ce9vzkwmrmtce1s90jf/512x384.jpg', 'https://html5.gamemonetize.com/8wt9ik5xryqx0ce9vzkwmrmtce1s90jf/', '0', 'Puzzles', 0, 0, '', 'cube-hop-rush'), (2776, 'Easy to Paint Summer', 'Easy to Paint Summer is a game that embraces the joy and vibrancy of the summer season. As you immerse yourself in this virtual world, youll discover a wide array of stunning landscapes, lively characters, and intricate designs, all waiting to be brought to life with your artistic touch. this game provides a relaxing and stimulating escape into a world where your imagination knows no bounds. Get ready to unlock your inner artist and experience the endless delights that this charming online game has to offer.', 'https://img.gamemonetize.com/fy7vlc05dhwolcoj8c11x1gsp8jzi2w5/512x384.jpg', 'https://html5.gamemonetize.com/fy7vlc05dhwolcoj8c11x1gsp8jzi2w5/', '0', 'Hypercasual', 0, 0, '', 'easy-to-paint-summer'), (2777, 'Pie Reallife Cooking', 'Pie Real Life Cooking is a fun and educational game that teaches players how to bake delicious pies from scratch. The game is designed with realistic graphics and sound effects to give players the feeling of being in a real kitchen. In the game, players take on the role of a chef tasked with baking a variety of pies, including apple, blueberry, and pumpkin. Players must gather the necessary ingredients, mix them together, and bake them in the oven to create a perfect pie. The game provides step-by-step instructions and helpful tips for each recipe, so players can learn and improve their baking skills as they progress through the levels. Players must also pay attention to the baking time and temperature, as well as the consistency and texture of the pie crust and filling. As players progress through the game, they can unlock new pie recipes and challenges, such as making a lattice top or creating a decorative crust. Players can also customize their pies with different toppings and glazes, adding a personal touch to their creations. With each successfully completed pie, players earn points and bonuses to help them progress further in the game. Players can also share their creations with friends and family, or even challenge them to see who can bake the best pie. Overall, Pie Real Life Cooking is a fun and engaging game that combines cooking and learning to provide a unique and enjoyable experience for players of all ages.', 'https://img.gamemonetize.com/5wpx7zpmc6mqlo3k60b6seq77kjrrxkc/512x384.jpg', 'https://html5.gamemonetize.com/5wpx7zpmc6mqlo3k60b6seq77kjrrxkc/', '0', 'Girls', 0, 0, '', 'pie-reallife-cooking'), (2778, 'Penguin exit path', 'The Penguin Exit Path is a platformer game where you need to help the penguin to cross to the other side of the mountains. In his way, the road is full of traps and you need to guide it to bypass all that. Play up to 20 levels and try to keep the penguin alive.', 'https://img.gamemonetize.com/dggujxngstd5eo81x32w4va53fmkhsiq/512x384.jpg', 'https://html5.gamemonetize.com/dggujxngstd5eo81x32w4va53fmkhsiq/', '0', 'Arcade', 0, 0, '', 'penguin-exit-path'), (2779, 'Coin Clicker', 'Click For Make Money Click On ButtonClick For Make Money Click On Buttons For InteractClick For Make Money Click On Buttons For InteractClick For Make Money Click On Buttons For InteractClick For Make Money Click On Buttons For Interacts For Interact', 'https://img.gamemonetize.com/d16d3wa6w9mqw7b3fygi4sqw7azhra1o/512x384.jpg', 'https://html5.gamemonetize.com/d16d3wa6w9mqw7b3fygi4sqw7azhra1o/', '0', 'Clicker', 0, 0, '', 'coin-clicker'), (2780, 'Swipe Basketball Neon', 'It&rsquo;s time to show off your basketball shooting skills! Feel like a real basketball star behind the free-throwing line. Align your feet, aim the shot, look up to the rim, and toss the ball! See how the basketball flies and swishes the rim like a professional basket player. Your mission is simple: Swipe up your finger on the screen of your smartphone or tablet to control the direction of the ball to score points after points! Just make sure that you dont miss the shot or you will have to start over.', 'https://img.gamemonetize.com/b1sf1a3d8u0l64tat3ddgjgp4gihwtut/512x384.jpg', 'https://html5.gamemonetize.com/b1sf1a3d8u0l64tat3ddgjgp4gihwtut/', '0', 'Sports', 0, 0, '', 'swipe-basketball-neon'), (2781, 'Restaurant Boss', 'Restaurant Boss is a casual simulation game where you manage a Restaurant and expand your retail business! Restaurant Boss has 20 interesting levels with interesting tasks. Play and have fun Restaurant Boss is a simulation game', 'https://img.gamemonetize.com/0gj6ke1il5wli9llve91x1xt04mrdtsx/512x384.jpg', 'https://html5.gamemonetize.com/0gj6ke1il5wli9llve91x1xt04mrdtsx/', '0', 'Arcade', 0, 0, '', 'restaurant-boss'), (2782, 'FlapFlat Twins', 'The twin brothers need to collect the diamonds and activate the door. You have to help the twin brothers sister and brother need to get the diamonds. they have special abilities, they can jump from wall to wall. they jump very well. The best ability of the brothers is to jump. Collect the diamonds in order and reach the paper. The only way out of the temple is to collect the diamonds. You have to watch out for obstacles to survive. thorns can cut you. You must be very careful.', 'https://img.gamemonetize.com/4pa8ktk74l1h5g30rhjx9uj8rin6t51l/512x384.jpg', 'https://html5.gamemonetize.com/4pa8ktk74l1h5g30rhjx9uj8rin6t51l/', '0', 'Arcade', 0, 0, '', 'flapflat-twins'), (2783, 'Cut It All', 'Your goal is to cut objects and load them. Remember, with each level, the speed and difficulty will increase. Cut the object, pack as much as you can, and hone your skills every day! Have fun!', 'https://img.gamemonetize.com/18n99dqsu01rpazmf1m06hlqsz3fqlf3/512x384.jpg', 'https://html5.gamemonetize.com/18n99dqsu01rpazmf1m06hlqsz3fqlf3/', '0', 'Puzzles', 0, 0, '', 'cut-it-all'), (2784, 'Repair Of The House', 'We invite you and your kids to visit the fascinating world of building games. You probably have already played games about building and repair, and you know very well how interesting and exciting these wonderful development games for children can be, because embodying your creative ideas, making your home cozy and beautiful is a very interesting activity.', 'https://img.gamemonetize.com/y4cgg71f85qidoinwf4hqdhlo9tm3dfd/512x384.jpg', 'https://html5.gamemonetize.com/y4cgg71f85qidoinwf4hqdhlo9tm3dfd/', '0', 'Girls', 0, 0, '', 'repair-of-the-house'), (2785, 'Girly House Cleaning', 'Girly House Cleaning is a fun and engaging game that challenges players to clean and decorate a messy and disorganized house. The game is designed with a feminine touch, featuring cute and colorful graphics, upbeat music, and fun animations. In the game, players take on the role of a professional house cleaner tasked with tidying up several rooms of a messy house. Each room presents a unique set of challenges, such as cluttered floors, dusty surfaces, and stained furniture. The player must use various cleaning tools and supplies, such as brooms, mops, and cleaning sprays, to clean up the mess and make each room sparkle.', 'https://img.gamemonetize.com/bwknipqcr8f47a9wqre9624l03qhly05/512x384.jpg', 'https://html5.gamemonetize.com/bwknipqcr8f47a9wqre9624l03qhly05/', '0', 'Girls', 0, 0, '', 'girly-house-cleaning'), (2786, 'Super Ninja Plumber', '&ldquo;Ninja Plumber&rdquo; is an action-adventure game with a super cute retro style! You play a plumber who transforms into a Ninja to save the mushroom world. Beat the levels and defeat the stone boss to complete your mission! A game with a retro soundtrack that goes very well with the pixel art graphics. Have a good fun!', 'https://img.gamemonetize.com/nxwn4dk3zgdf7l4iyvee5yyi68ew3x2d/512x384.jpg', 'https://html5.gamemonetize.com/nxwn4dk3zgdf7l4iyvee5yyi68ew3x2d/', '0', 'Adventure', 0, 0, '', 'super-ninja-plumber'), (2787, 'GravytX The Gravytoid', 'Play as GravytX an alien who has the ability to control objects remotely and manipulate gravity. Travel the universe to save the peoples who are under the domination of the Vodouas (Malicious beings who want to conquer the universe) and bring peace to their Planets. &bull; Here are some surprises that await you on your travels: - Several Planets to discover - Diverse and fun levels - Gameplay mechanics unique to each Planet - Fun puzzles to solve - Multiple Bosses and Mini-bosses to challenge! - And many other things to discover (We are not going to reveal everything to you anyway!) &bull; Note that the game supports Gamepads! Get ready to experience adventures beyond human understanding!', 'https://img.gamemonetize.com/n4kqbaxolqc7oqp6324wenfbg85v8uri/512x384.jpg', 'https://html5.gamemonetize.com/n4kqbaxolqc7oqp6324wenfbg85v8uri/', '0', 'Arcade', 0, 0, '', 'gravytx-the-gravytoid'), (2788, 'Turtle Ninja', 'Turtle Ninja: Epic Adventure on an epic adventure to save their city from the evil forces! Get ready for an action-packed adventure with Turtle Ninja! The city is under attack by evil forces and its up to the brave and agile Turtle Ninja to save the day. In this epic game, youll join forces with the Turtle Ninja to battle through challenging levels and defeat the enemies that threaten the safety of the city.', 'https://img.gamemonetize.com/bzbsrbsl8qzqfva1wgiifc3wax682zhf/512x384.jpg', 'https://html5.gamemonetize.com/bzbsrbsl8qzqfva1wgiifc3wax682zhf/', '0', 'Arcade', 0, 0, '', 'turtle-ninja'), (2789, 'Horse Run Adventure', 'Choose your horse and embark on an endless adventure! Horse Run Adventure is a thrilling horse racing game. Youll be leaping over flat obstacles by pressing the up arrow key as you ride your horse, increasing the speed of your steed by pressing the space bar, and maxing out your speed to score the highest points. But be careful, as the obstacles get tougher when you speed up. Combine your strategy and speed skills, lets see which horse will run the fastest!', 'https://img.gamemonetize.com/rl05uqjnvcbmiknuycyn1v08l1qgoj6a/512x384.jpg', 'https://html5.gamemonetize.com/rl05uqjnvcbmiknuycyn1v08l1qgoj6a/', '0', 'Adventure', 0, 0, '', 'horse-run-adventure'), (2790, 'Penguin Jump', 'Penguin Jump - Endless Fun way through endless ice platforms with Penguin Jump! Are you ready to take on the challenge of endless fun? Then Penguin Jump is the game for you! With easy-to-learn controls and addictive gameplay, Penguin Jump is perfect for players of all ages. But beware, as the platforms get higher, the jumps get harder. Don\\\\t let our little penguin fall into the icy waters below! With stunning graphics and fun sound effects, Penguin Jump is sure to keep you entertained for hours. So what are you waiting for? Download Penguin Jump now and get jumping!', 'https://img.gamemonetize.com/zx8i3zjrum91jypms69n6nf8cv11313p/512x384.jpg', 'https://html5.gamemonetize.com/zx8i3zjrum91jypms69n6nf8cv11313p/', '0', 'Arcade', 0, 0, '', 'penguin-jump'), (2791, 'Fish Eat Other Fish', 'Enjoy Fish Eat Other Fish Game. Control your Little fish by the joystick on phones and tablets and start to eat smaller fish. You will loose a heart when you touch bigger fish. On desktop you have 3 mode to play: -One Player -Two players -Three players Follow the game instructions on the desktop version. Good luck!', 'https://img.gamemonetize.com/er6ylcnki7l2ar5vrmifx51nttst390a/512x384.jpg', 'https://html5.gamemonetize.com/er6ylcnki7l2ar5vrmifx51nttst390a/', '0', 'Arcade', 0, 0, '', 'fish-eat-other-fish'), (2792, 'Merge Car 3D', 'Here is a merge-matching arcade game with 3D vehicles and animals. You can merge an animal and a vehicle together into a new vehicle with special skills. You need to control it to survive as the only survivor in a circle battle ground. Different animals will offer different skills. Try to use them and win!', 'https://img.gamemonetize.com/omeiw9fi3bra75gzstegevslbpbrfy1o/512x384.jpg', 'https://html5.gamemonetize.com/omeiw9fi3bra75gzstegevslbpbrfy1o/', '0', 'Arcade', 0, 0, '', 'merge-car-d'), (2793, 'Killer Brothers Shoot', 'Have you ever seen a man with such a bouncing and bouncing gun before? Every time you shoot you will bounce like a ball, you have to be very careful. lock on target and shoot there is monster you need to kill. Take turns killing monsters with your friend and move on to the next level. Its up to you to kill the monsters. Anyone can kill their own monster. You have to shoot to jump or to move but be careful.', 'https://img.gamemonetize.com/xxecmlhx12mqfm0dmghjq192ap3jnels/512x384.jpg', 'https://html5.gamemonetize.com/xxecmlhx12mqfm0dmghjq192ap3jnels/', '0', 'Action', 0, 0, '', 'killer-brothers-shoot'), (2794, 'Mining Rush 3D Underwater', 'Continue the game by hiring idle miners and making the first profit in the idle merger game. Earn more in building games and dig faster among idle mining tycoons. Anyway, keep up the speed and remember that hard work in the idle click-to-make-money game always pays off!', 'https://img.gamemonetize.com/3hr8oihpnqz2emy12y7wwx6l1sxyqjgs/512x384.jpg', 'https://html5.gamemonetize.com/3hr8oihpnqz2emy12y7wwx6l1sxyqjgs/', '0', 'Arcade', 0, 0, '', 'mining-rush-d-underwater'), (2795, 'Baby Nail Salon', 'It is time to become a professional in a world of design and fashion! Show your friends and relatives that your beauty studio is the best in the world. And you are the most talented manicure master! Our manicure salon is giving you such an opportunity. Involve all your imagination and start creating!', 'https://img.gamemonetize.com/q1oyscz30s21ipffzclcznzswx3jon67/512x384.jpg', 'https://html5.gamemonetize.com/q1oyscz30s21ipffzclcznzswx3jon67/', '0', 'Girls', 0, 0, '', 'baby-nail-salon'), (2796, 'Super Mario and Sonic', 'Join your friend Mario and Sonic in this fantastic adventure. Get the party started in this fantasy world and help your friends to complete and survive the magic adventure levels with full of dangerous. Choose the character you want and complete the 15 levels, collect coins or rings and evade enemies, spikes and more to rescue the princess. Website Developer <a href=\'https://kiz10.com\'>https://kiz10.com</a>', 'https://img.gamemonetize.com/9s24edtryabq95mg8ebnh5ej6z60lpwp/512x384.jpg', 'https://html5.gamemonetize.com/9s24edtryabq95mg8ebnh5ej6z60lpwp/', '0', 'Arcade', 0, 0, '', 'super-mario-and-sonic'), (2797, 'Beehive Yourself 2', 'Welcome to Beehive yourself. Guide the little Bee with your mouse cursor to the hive, but beware as she may run straight into walls and hurt herself. Try to collect stars for the perfect finish. Controls: Mouse / Touch', 'https://img.gamemonetize.com/860dfs7ejtj4e5os5ztavfmkl54oan3s/512x384.jpg', 'https://html5.gamemonetize.com/860dfs7ejtj4e5os5ztavfmkl54oan3s/', '0', 'Puzzles', 0, 0, '', 'beehive-yourself-'), (2798, 'Deathly Dungeons', 'Embark on a thrilling adventure and become the ultimate dungeon champion in this action-packed game! Choose your champion from a diverse range of heroes and get ready to battle hordes of ferocious monsters. Explore challenging dungeons filled with danger and excitement, and collect valuable loot along the way.', 'https://img.gamemonetize.com/thv04ic6vafogvyb2s5toigun8me8oyl/512x384.jpg', 'https://html5.gamemonetize.com/thv04ic6vafogvyb2s5toigun8me8oyl/', '0', 'Adventure', 0, 0, '', 'deathly-dungeons'), (2799, 'Horror Hide And Seek', 'Horror Hide And Seek, Super exciting hide-and-seek game, Horror and thrilling hide-and-seek escape journey! The game takes hide-and-seek as the theme, and adds a variety of modes to choose from, including the classic hide-and-seek mode and the butcher mode where you can enjoy hunting.In addition, there are multiple modes such as single player, multiplayer, and transformed items to fight against the butcher. The game also adds some horror elements, whether it is from the screen or sound effects, it has a terrifying atmosphere. giving players a new hide-and-seek game experience!', 'https://img.gamemonetize.com/1wb05eeb80ooxoas1qsxeuo2bqrxfqbl/512x384.jpg', 'https://html5.gamemonetize.com/1wb05eeb80ooxoas1qsxeuo2bqrxfqbl/', '0', 'Adventure', 0, 0, '', 'horror-hide-and-seek'), (2800, 'Follow Jumper', 'A fun and exciting decompression game that can release stress and exercise your reaction to test your reaction. In the game, press and hold the screen to generate stairs to control the characters ascent and descent, avoid obstacles, rescue companions, and finally reach the top of the tower. Kill the flying dragon on the top of the tower!', 'https://img.gamemonetize.com/g4hip3g2wpq97e2dob6hi8ungo5hqdte/512x384.jpg', 'https://html5.gamemonetize.com/g4hip3g2wpq97e2dob6hi8ungo5hqdte/', '0', '3D', 0, 0, '', 'follow-jumper'), (2801, 'Carton Home Defense', 'Fight off waves of enemies! Enemies are attacking your house, and every day they will grow stronger and stronger if you do not stop them! Defend the fortress so that they cannot go further into our land!', 'https://img.gamemonetize.com/f1pch2a1jalzr97o4vdwq0ml3nx582x6/512x384.jpg', 'https://html5.gamemonetize.com/f1pch2a1jalzr97o4vdwq0ml3nx582x6/', '0', 'Fighting', 0, 0, '', 'carton-home-defense'), (2802, 'Rollem.io', 'Rollem.io is a free IOGame. If you love animals, and especially these tiny ones that are like little loving balls of fur, called Hamsters, you\'re going to love the protagonists of this online multiplayer io game. Cute hamsters, unique environment, and skill-based controls mix together to bring you the cutest of the io games out there. Prepare to embark in an adventure never seen before as you level up your hamster and unlock new stuff to make it unique and your very own! Rollem.io is the worldwide online multiplayer fast-paced hamster racing game, takes on races against people all over the world and try to beat the quickest records on each track! Noticed the golden coins over the level? Be sure to collect as much as you can, because in the game shop, you can unlock skins and trails which will make your hamster look unique, some skins & trails are also limited and exclusive, so be sure to keep an eye watching! Watch out for swinging hammers, as they will bump you out of your path so you fall and have to restart from the spawn area, and use fans and springs to get to higher places on the level, where there may be more golden coins to collect, or even the goal of the level. The levels for this online game are very tricky, so you have to always keep an eye where you\'re moving, as there can be holes and other kind of obstacles to prevent you from completing the level, jump, dodge and go very fast as you make your way through while seeing other players falling from the sky, what a fun experience! You can also notice that each time a game ends you get your Worldwide Position, this means the game can also be competitive, and you can show up in the largest of the leaderboards found in the menu, if you\'re good enough you could make your name last forever in this space, not only that; If you beat a time record on *any* level, you will get your name and time featured in the Leaderboards Panel in the spawn area, how cool is that? But keep on it, as other people will take it on and try to beat your times to kick you out of the board, how long will you last? It also comes with a level editor, so feel free to come up with your own tracks, and they will get added to the game automatically so other people will be able to race them. Rollem.io is playable on the browser, in a computer or in a mobile device, don\'t forget to try it out or you might miss out on an awesome game experience! I won\'t be keeping your attention for more, get in with your new cute hamster, race with him and other players online, and most importantly; Enjoy!', 'https://img.gamemonetize.com/8oqao5vefo041ymfs8wz9mqs3gudrj1k/512x384.jpg', 'https://html5.gamemonetize.com/8oqao5vefo041ymfs8wz9mqs3gudrj1k/', '0', '3D', 0, 0, '', 'rollemio'), (2803, 'tankroyale.io', 'Fight for glory in this cartoony fast-paced top-down online multiplayer shooter set in a small battle royale arena against players over the world! Be the last to die, get medals and gold. Unlock items and reach the top of the leaderboard to win the current Season!', 'https://img.gamemonetize.com/fn9vwjbz016gtopbym2ym8seotllh0kw/512x384.jpg', 'https://html5.gamemonetize.com/fn9vwjbz016gtopbym2ym8seotllh0kw/', '0', 'Multiplayer', 0, 0, '', 'tankroyaleio'), (2804, 'Gun Shooting CS', 'Are you ready for the ultimate adrenaline-fueled adventure in the desert? SandStrike is the game for you! This action-packed multiplayer shooting game is perfect for kids who want to experience the excitement of high-speed battles and outmaneuvering their opponents. With four different game modes to choose from, including classic team deathmatch and capture the flag, SandStrike offers endless possibilities for thrilling gameplay. And with a wide range of customizable weapons and equipment, you can tailor your loadout to suit your play style and dominate the competition. But the real excitement comes when you hop into one of SandStrike\'s awesome vehicles. From armored trucks to powerful helicopters, these vehicles are the key to gaining the upper hand in battle. Use them to outmaneuver your opponents, launch surprise attacks, and make your way to the top of the leaderboard. As you battle it out against other players, you\'ll be blown away by the immersive sound effects and stunning graphics that make you feel like you\'re really in the middle of the desert. And with a variety of challenging levels and objectives, you\'ll never get bored playing this game. So what are you waiting for? Grab your friends and get ready to experience the ultimate in multiplayer shooting excitement with SandStrike. The battle for supremacy in the desert is on – are you ready to emerge victorious?', 'https://img.gamemonetize.com/iiw4c0f8956j6slme1qyllux2isfmaml/512x384.jpg', 'https://html5.gamemonetize.com/iiw4c0f8956j6slme1qyllux2isfmaml/', '0', 'Shooting', 0, 0, '', 'gun-shooting-cs'), (2805, 'Duo Bad Brothers', 'Youve never seen a couple like this before. zombie brothers are extremely funny and extreme adventurers. These two brothers are embarking on a super adventure. They need to escape from the lab. you need to help them. You have to help them escape. Extremely dangerous plans are swirling in the lab. You learned the plans and now you have to escape. The strong one can open the doors, but the small holes cant go through those holes I know someone who can. little brother can go through all the little holes. Collect all 3 stars and reach the door together. You must collect all the necessary stars to open the door.', 'https://img.gamemonetize.com/a55kuapxpqo6kajd8ez7jupbftqt229x/512x384.jpg', 'https://html5.gamemonetize.com/a55kuapxpqo6kajd8ez7jupbftqt229x/', '0', 'Adventure', 0, 0, '', 'duo-bad-brothers'), (2806, 'Orbia Tap and Relax', 'This game challenges you and your friends to go through customs as much as possible in a dynamic and unusual world. Play with style and overcome obstacles to movement: only timely tapping can guide you to your goal.', 'https://img.gamemonetize.com/627dd3378rw8qgtve20wzvj38z5hrf4u/512x384.jpg', 'https://html5.gamemonetize.com/627dd3378rw8qgtve20wzvj38z5hrf4u/', '0', 'Puzzles', 0, 0, '', 'orbia-tap-and-relax'), (2807, 'Marbles Sorting', 'Marbles sorting is a great brain puzzle game, helps you to sharpen your mind. Try to sort the different marbles in the tubes until all similar marbles stay in the same tube. It helps in coping with stress and refreshes your mind.', 'https://img.gamemonetize.com/t77lxcu0wi0bv3c2canheqk1n3bn7307/512x384.jpg', 'https://html5.gamemonetize.com/t77lxcu0wi0bv3c2canheqk1n3bn7307/', '0', 'Puzzles', 0, 0, '', 'marbles-sorting'), (2808, 'Wedding In Fairy Tale Style', 'The girls wedding will be held at the next weekend, and she is thinking about the style of her wedding, maybe a fairy tale style wedding is a good idea. Oh no! The wedding day is almost here! She must hurry to try on her wedding dress and determine the wedding makeup. Could you give her a hand? Help her pick the wedding dress and makeup, and then get manicures.', 'https://img.gamemonetize.com/0b6qak729dpxw9d80xoqi9mqwkviy9so/512x384.jpg', 'https://html5.gamemonetize.com/0b6qak729dpxw9d80xoqi9mqwkviy9so/', '0', 'Girls', 0, 0, '', 'wedding-in-fairy-tale-style'), (2809, 'Classic Nonogram', 'If you enjoy playing Sudoku, then you will definitely love this Nonogram puzzle game too! Your goal is to determine which cells need to be painted over and which ones should be left empty. The numbers in the rows and columns will give you a clue, but be careful: you only have three lives!', 'https://img.gamemonetize.com/xzzl2va4dauuq3qlheksvuiauffxdmib/512x384.jpg', 'https://html5.gamemonetize.com/xzzl2va4dauuq3qlheksvuiauffxdmib/', '0', 'Puzzles', 0, 0, '', 'classic-nonogram'), (2810, 'Slinger 3D', 'A Wild West 3D Shooting Game As sheriff you have been assigned to protect a train gold shipment. Unfortunately many bad guys want to steal that gold. Being an honorable sheriff, your objective is to only disarm the bad guys and destroy the TNT cache. Good luck! - 3D Graphics - 12 Play Levels - 5 Musical Scores', 'https://img.gamemonetize.com/g7dl528r1abo9c38wkpxg8rdpoj2xjz5/512x384.jpg', 'https://html5.gamemonetize.com/g7dl528r1abo9c38wkpxg8rdpoj2xjz5/', '0', 'Shooting', 0, 0, '', 'slinger-d'), (2811, 'Jetpack Panda Bao', 'JetPack Panda Bao is a side-scrolling, game in which you are traveling through the sky to reach the boss in a jetpack. You are trying to kill enemies and avoid obstacles. Collected coins can be used for upgrades in a shop.', 'https://img.gamemonetize.com/v63czqjd8ljmxzu037pw5pjq2zjf3vy4/512x384.jpg', 'https://html5.gamemonetize.com/v63czqjd8ljmxzu037pw5pjq2zjf3vy4/', '0', 'Adventure', 0, 0, '', 'jetpack-panda-bao'), (2812, 'Penguin Dash', 'In this box-style world, players will play as a cute penguin and control it to run on the automatically generated box map as far as possible. Players can move the penguin by clicking on the left or right side of the screen, avoiding obstacles and keeping moving forward. The boxes that the penguin has passed will disappear, and players need to react quickly to avoid falling. Challenge your limits and create the longest record!', 'https://img.gamemonetize.com/5lybsny47o53vm44wet32fcmwmgppvf8/512x384.jpg', 'https://html5.gamemonetize.com/5lybsny47o53vm44wet32fcmwmgppvf8/', '0', 'Adventure', 0, 0, '', 'penguin-dash'), (2813, 'Dark World', '-Dark World is a HTML5 platformer game- Dark World, the platformer youre been waiting for! Complete 30 unique levels to escape the dark world but but careful with your enemies. There is always an easier way to reach the end of the level, check all the game platforms to find useful items -Game Features- 30 Unique levels 2 types of attacks Mobile browser optimized lightweight HD graphics 3 enemies, each having their own attack 20 languages localization pause option Landscape orientation', 'https://img.gamemonetize.com/ffeyphl453jfjg23vbudgkjlwsdhrohw/512x384.jpg', 'https://html5.gamemonetize.com/ffeyphl453jfjg23vbudgkjlwsdhrohw/', '0', 'Adventure', 0, 0, '', 'dark-world'), (2814, 'Adventures of the Medieval Capybara', 'Aventuras da Capivara Medieval is an exciting endless runner, where you become the powerful and courageous capybara that explores the dark lands of the Dark Ages. In this hostile and dangerous world, you will need to use your cunning and special skills to get past enemies, overcome challenging obstacles and fight for your survival.', 'https://img.gamemonetize.com/r8vohy9l4am4yfaxiyx4ftdonx1c32wa/512x384.jpg', 'https://html5.gamemonetize.com/r8vohy9l4am4yfaxiyx4ftdonx1c32wa/', '0', 'Adventure', 0, 0, '', 'adventures-of-the-medieval-capybara'), (2815, 'Pong Circle', 'Pong Circle is an online game that requires players to keep a blue ball within a large circle. The blue ball bounces off the walls of the circle and players must move the circle to ensure that the ball doesnt fall out. As the game progresses, the ball moves faster, making it more difficult to keep it within the circle. Pong Circle is a challenging and addictive game that can be played on any device with an internet connection. Give it a try and see how long you can keep the ball inside the circle!', 'https://img.gamemonetize.com/hldim3kqnsso6n3jn4louvmucod2eq89/512x384.jpg', 'https://html5.gamemonetize.com/hldim3kqnsso6n3jn4louvmucod2eq89/', '0', 'Puzzles', 0, 0, '', 'pong-circle'), (2816, 'Flapy Bird 3D', 'Flapy Bird 3D is a remake of the classic game from an independent developer. It is prepared using modern mechanics and graphic effects. You control a bird and you need to guide this bird through the pipes.', 'https://img.gamemonetize.com/o79xefzxue2unm681oud4rtglxyet1rv/512x384.jpg', 'https://html5.gamemonetize.com/o79xefzxue2unm681oud4rtglxyet1rv/', '0', 'Clicker', 0, 0, '', 'flapy-bird-d'), (2817, 'Wedding at Castle', 'Princess Sophia is preparing for the wedding at the palace. She tries on her wedding dress and jewellery. What style do you think should be worn? Let\'s create our own wedding style. Fun game', 'https://img.gamemonetize.com/7gem6ta8nkmw5wp0hexcg8kxmpfobvqn/512x384.jpg', 'https://html5.gamemonetize.com/7gem6ta8nkmw5wp0hexcg8kxmpfobvqn/', '0', 'Girls', 0, 0, '', 'wedding-at-castle'), (2818, 'Searching for Elizabeth 3', 'Angelos Adventure: Searching for Elizabeth is a platform game in which you will search for your girlfriend Elizabeth after she has been abducted by aliens. You will have to go to outerspace to find her and she will be on one of six planets. She will appear on a different planet every game. Jump on enemies to destroy them. Jump on vases to obtain their contents. In the first 5 levels on Earth youll need to smash at least 10 vases to go to the next level. On the 6 space levels youll need to walk over the Earth planet to go back to Earth.', 'https://img.gamemonetize.com/xrj1585tayflubc9hhor7m63rawldrsp/512x384.jpg', 'https://html5.gamemonetize.com/xrj1585tayflubc9hhor7m63rawldrsp/', '0', 'Adventure', 0, 0, '', 'searching-for-elizabeth-'), (2819, 'Melina Run Adventure', 'Story: Melina, a brave girl, ventures into a mysterious forest for an exhilarating adventure. Facing perilous obstacles, she must utilize her skills to survive and progress. Join the game, assist Melina, and compete for the highest score! Gameplay: Guide Melina through obstacles, using upward arrow keys. Jump or slide to avoid obstacles, holding down the down key for longer slides. Swift reactions and precise timing are essential.', 'https://img.gamemonetize.com/p3ker3zzd4llgc1prin2046h1449h5l9/512x384.jpg', 'https://html5.gamemonetize.com/p3ker3zzd4llgc1prin2046h1449h5l9/', '0', 'Puzzles', 0, 0, '', 'melina-run-adventure'), (2820, 'Tiny Blocks', 'Collect the same color blocks by touching or clicking on them. Bigger groups will award you exciting power-ups which enhance the level-progress and add fun to the game. 200 points will deduct from your score as a penalty if you collapse a single block.', 'https://img.gamemonetize.com/30wlubjcj519fxbxb6abni59eoeuhtbu/512x384.jpg', 'https://html5.gamemonetize.com/30wlubjcj519fxbxb6abni59eoeuhtbu/', '0', 'Puzzles', 0, 0, '', 'tiny-blocks'), (2821, 'Noob VS. ChooChoo Charles', 'A runner game featuring Chu-Chu Charles and Noob, in which players must dodge obstacles and collect diamonds in various locations, including Hell, Water, City, Sand, and Forest. Fast-paced gameplay requires quick reflexes as Chu-Chu Charles chases after Noob. Players can unlock Noobs friends as they progress through the game.', 'https://img.gamemonetize.com/hlss159bqhn1tfsj290xb4x6cich20lm/512x384.jpg', 'https://html5.gamemonetize.com/hlss159bqhn1tfsj290xb4x6cich20lm/', '0', 'Hypercasual', 0, 0, '', 'noob-vs-choochoo-charles'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (2822, 'Stunt Car Crash Glass', 'Prepare for an electrifying experience with Stunt Car Crash Glass, an intense stunt game that will leave you on the edge of your seat. Your objective is to participate in high-octane pursuits and collide with other cars for maximum wreckage. Test your driving skills against AI-controlled vehicles that are not only fast but also incredibly resilient, pushing your abilities to the limit. Featuring numerous demanding levels, this thrilling game requires escalating levels of accuracy and expertise', 'https://img.gamemonetize.com/w8p7bijwggl7fhet7n2c1mqeemidetq3/512x384.jpg', 'https://html5.gamemonetize.com/w8p7bijwggl7fhet7n2c1mqeemidetq3/', '0', 'Racing', 0, 0, '', 'stunt-car-crash-glass'), (2823, 'Minigolf Clash', 'Its time for minigolf and for you to show off your creativity. Use the different golf balls to your advantage and glide through the levels with ease. Buy more levels with the rewards and hone your golf skills.', 'https://img.gamemonetize.com/ywl5omork0jwarou5xrxinfjgxphqh6s/512x384.jpg', 'https://html5.gamemonetize.com/ywl5omork0jwarou5xrxinfjgxphqh6s/', '0', 'Sports', 0, 0, '', 'minigolf-clash'), (2824, 'Go Penguine', 'Go Penguine is an exciting top-view game where players take control of an adorable penguin character. The games perspective provides a birds-eye view of the action-packed gameplay. Your main objective is to guide the penguin through various environments and help it satisfy its hunger by devouring fishes. As you navigate through the game world, youll encounter schools of fishes swimming around. You must skillfully maneuver the penguin to catch and consume as many fishes as possible. This requires precise movements and quick reflexes to snatch the fishes before they swim away.', 'https://img.gamemonetize.com/4yragvbh699ncw5esah7vrtjbotcooa9/512x384.jpg', 'https://html5.gamemonetize.com/4yragvbh699ncw5esah7vrtjbotcooa9/', '0', 'Adventure', 0, 0, '', 'go-penguine'), (2825, 'Garden Rush. Vegetables Escape', 'What a pity! You woke up and your clothes were gone. You need to buy new clothes urgently to go on a date with your beloved. Plant vegetables in your garden to collect money to buy clothes. In order for vegetables to grow, they need to be watered, and there is water in the well. Be careful vegetables run very fast! To get money you have to catch them. You goal to buy all clothes for you. You can earn money by plant the vegetables. Be careful, because the plant are very fast! For vegetables groving you have to water them. Water you can take in the well or in the river.', 'https://img.gamemonetize.com/oq6b204ffrd7rae8jzrtoj3jiu18a01m/512x384.jpg', 'https://html5.gamemonetize.com/oq6b204ffrd7rae8jzrtoj3jiu18a01m/', '0', 'Adventure', 0, 0, '', 'garden-rush-vegetables-escape'), (2826, 'PLEASE REMOVE MY GAMES FROM YOUR SHITTY SITE', '', 'https://img.gamemonetize.com/w5vy8ls0wzsm0ag4mi2kahrl07ummmsy/512x384.jpg', 'https://html5.gamemonetize.com/w5vy8ls0wzsm0ag4mi2kahrl07ummmsy/', '0', 'Adventure', 0, 0, '', 'please-remove-my-games-from-your-shitty-site'), (2827, 'Train Games For Kids', 'Educational games for kindergarten kids are the most popular way of learning today and our train station game will help them in their preschool education. Learn how to build railroads and how to create beautiful and efficient train stations with platforms and passengers, just like toy trains, but better! Fun and useful train station game with cool rail transport, educational games for kids.', 'https://img.gamemonetize.com/5rwhe1p18vc19nt318vn2eo4nbf4w8pf/512x384.jpg', 'https://html5.gamemonetize.com/5rwhe1p18vc19nt318vn2eo4nbf4w8pf/', '0', 'Girls', 0, 0, '', 'train-games-for-kids'), (2828, 'Turtle Puzzle Quest', 'Introducing Turtle Puzzle Quest: An Amazing and Fun Online Jigsaw Game for Kids! Are you ready to embark on an exciting puzzle adventure? Look no further than Turtle Puzzle Quest, the ultimate online jigsaw game designed specifically for kids. With its captivating graphics, engaging gameplay, and a delightful cast of characters, this game is sure to keep young minds entertained for hours on end. Dive into the magical world of Turtle Puzzle Quest and embark on an amazing puzzle-solving journey!', 'https://img.gamemonetize.com/l76isesr4li39xkz1edpjlfixmuiwuwq/512x384.jpg', 'https://html5.gamemonetize.com/l76isesr4li39xkz1edpjlfixmuiwuwq/', '0', 'Puzzles', 0, 0, '', 'turtle-puzzle-quest'), (2829, 'Human Evolution Merge Master', 'Human Evolution Merge Master is not only a merger puzzle game but also a cool strategy game for everyone that merges all the superheroes, and forces and fights against enemies. Grow your warriors from simple soldiers and velociraptors to terrific enemies when you merge with them. The higher the level of the human, the stronger the attack and defense. This is the most important skill in this game, lets master it.', 'https://img.gamemonetize.com/x47wtxgibcae4e9124io9ts5cpphimcb/512x384.jpg', 'https://html5.gamemonetize.com/x47wtxgibcae4e9124io9ts5cpphimcb/', '0', 'Puzzles', 0, 0, '', 'human-evolution-merge-master'), (2830, 'Make Rainbow Confetti Cake', 'Let\\&#39;s come and join to make the rainbow confetti cake at 7sgames.com. Prepare the each rainbow colors cake batter and poured it into the bowl and place into the Oven to bake all the cakes one by one, Finally, Arrange the cake and apply the whipping cream and put some wonderful toppings. Have amazing day!', 'https://img.gamemonetize.com/xryywesrdzbny9rhgtl5x4fzz21pgkqt/512x384.jpg', 'https://html5.gamemonetize.com/xryywesrdzbny9rhgtl5x4fzz21pgkqt/', '0', 'Girls', 0, 0, '', 'make-rainbow-confetti-cake'), (2831, 'Movie Star', 'He\'s a movie star. He is very handsome and charismatic. He shoots action movies. He tries on costumes to wear in his new movie. Let\'s dress up very stylish. Fun game', 'https://img.gamemonetize.com/1h57k3mak0ftppudtl5wuirwqun3uj84/512x384.jpg', 'https://html5.gamemonetize.com/1h57k3mak0ftppudtl5wuirwqun3uj84/', '0', 'Girls', 0, 0, '', 'movie-star'), (2832, 'FNF Music Battle', 'Music Battle is a rhythm music game to test your musical knowledge and reflexes where you have to feel the rhythm of the music.', 'https://img.gamemonetize.com/h93y4d3w0vomo32j381qvi5vgk7l76qr/512x384.jpg', 'https://html5.gamemonetize.com/h93y4d3w0vomo32j381qvi5vgk7l76qr/', '0', 'Clicker', 0, 0, '', 'fnf-music-battle'), (2833, 'Staire Race', 'Stair Race 3D Game Get ready for one of the most challenging games and build your stairs as fast as you can! You have to compete in a large arena who is the best at building stairs against a variety of difficult enemies In order to win, you have to pick up the staircase plans and use them to build the stairs and reach the next platform But watch out, enemies with more boards collected than you can easily crush you when you bump into them which will cause you to lose all your collected plans But of course it works in reverse too, so try to collect as many plans as you can and beat your enemies to get a big advantage Winning rounds will not only give you the pleasure of being the best player in the world It will also unlock cool new skins for your character and plans Are you ready to compete in the worlds biggest stair building challenge? Get ready for one of the most challenging games and build your stairs as fast as you can', 'https://img.gamemonetize.com/cvyynje4d6s1kgrh6vwiazccb3eyr2uh/512x384.jpg', 'https://html5.gamemonetize.com/cvyynje4d6s1kgrh6vwiazccb3eyr2uh/', '0', '3D', 0, 0, '', 'staire-race'), (2834, 'Garten of BanBan Mad Drift', 'BanBans are swarming the streets, but fear not! You may lack a weapon, but you possess a powerful car. Its time to assert your dominance and show those BanBans whos in charge. Conquer every level and become the ultimate drift killer! Can you rise to the challenge?', 'https://img.gamemonetize.com/oj2wr5knr779h3pxe0yppi32s8cgq48l/512x384.jpg', 'https://html5.gamemonetize.com/oj2wr5knr779h3pxe0yppi32s8cgq48l/', '0', 'Hypercasual', 0, 0, '', 'garten-of-banban-mad-drift'), (2835, 'Balloon Balloon', 'Balloon! a fun clicker game to play on. Lots of balloons are set free in the play area, smash them all before they set free. Do not let more than 4 balloons set free. Collect as many balloons as you can and achieve a high score. Challenge your friends with your high score and play many more games with Mapi Games.', 'https://img.gamemonetize.com/0kejgz3lqjtb6m7bzl62q6hzh2wlaf7s/512x384.jpg', 'https://html5.gamemonetize.com/0kejgz3lqjtb6m7bzl62q6hzh2wlaf7s/', '0', 'Clicker', 0, 0, '', 'balloon-balloon'), (2836, 'Tractor Trial 2', 'Play as a farmer who got tired of the hard daily work at the farm. Jump into the tractor and test its off-road capabilities. Drive up large hills and pass various obstacles to make to the finish.', 'https://img.gamemonetize.com/4zlg30hno8g57ytqd30pqn1hvramzfbn/512x384.jpg', 'https://html5.gamemonetize.com/4zlg30hno8g57ytqd30pqn1hvramzfbn/', '0', 'Racing', 0, 0, '', 'tractor-trial-'), (2837, 'Draw Bridge Challenge', 'Welcome to Draw Bridge Challenge, a classic draw line puzzle game. Draw a poly bridge to complete the bridge race! To become a good bridge builder, you just need to drag with one finger to draw a bridge that is stable enough for the car to run. Enjoy it!', 'https://img.gamemonetize.com/l2xcgmbx7nyvqbccttp0lakqk2elt4yp/512x384.jpg', 'https://html5.gamemonetize.com/l2xcgmbx7nyvqbccttp0lakqk2elt4yp/', '0', 'Puzzles', 0, 0, '', 'draw-bridge-challenge'), (2838, 'Bad Dolls', 'Enter a world of terror with Bad Dolls and choose the most sinister doll to take on hordes of ruthless enemies. With a vast selection of weapons and strategies at your disposal, you must defeat all challengers to reign supreme. This game is packed with action and excitement, featuring four unique game modes that will keep you entertained for hours. In Single mode, advance to the next level by defeating every enemy in your path. In Endless mode, fight off as many enemies as possible before they take you down. In 2p CO-OP, team up with a partner to take on the opposition together. And in 2p VS, compete against your friends to see who is the', 'https://img.gamemonetize.com/gldqt2h3m8ykhrbknlw40iv9sw791j1b/512x384.jpg', 'https://html5.gamemonetize.com/gldqt2h3m8ykhrbknlw40iv9sw791j1b/', '0', 'Shooting', 0, 0, '', 'bad-dolls'), (2839, 'Jungle Tower', 'Overcome and escape the obstacles of the impenetrable forest', 'https://img.gamemonetize.com/rjhf7cdbgt9yycktbscy423toavoi1wo/512x384.jpg', 'https://html5.gamemonetize.com/rjhf7cdbgt9yycktbscy423toavoi1wo/', '0', 'Arcade', 0, 0, '', 'jungle-tower'), (2840, 'SeaFood Mart', 'Create, expand and maintain your seafood store right now! Earn money and create your own business.', 'https://img.gamemonetize.com/0odlk6ep518ffbubvpivwxrpnay1k0eo/512x384.jpg', 'https://html5.gamemonetize.com/0odlk6ep518ffbubvpivwxrpnay1k0eo/', '0', 'Arcade', 0, 0, '', 'seafood-mart'), (2841, 'Tennis Feel', 'An exciting sports game for agility and reaction speed, in which you will have the opportunity to take part in the largest annual tennis tournament!', 'https://img.gamemonetize.com/fmk2d4i1ygm2bixaumwd80q1qrjjgywn/512x384.jpg', 'https://html5.gamemonetize.com/fmk2d4i1ygm2bixaumwd80q1qrjjgywn/', '0', 'Sports', 0, 0, '', 'tennis-feel'), (2842, 'Tile Building', 'Constantly improve your vehicles to increase efficiency. Upgrade your city buildings, unlock more decorations and improved buildings', 'https://img.gamemonetize.com/hwo94pf310dw73afelfuc97xxv2ytlvy/512x384.jpg', 'https://html5.gamemonetize.com/hwo94pf310dw73afelfuc97xxv2ytlvy/', '0', 'Arcade', 0, 0, '', 'tile-building'), (2843, 'Crazy Makeover Salon', 'Crazy Makeover Salon is a very addictive game for girls. If you like makeover, this is the perfect game for you! In this game, you can help your customers with their problems such as, pimples, wounds, injured hands and worms etc. Come and enjoy this game!', 'https://img.gamemonetize.com/4ssfqf163ze64x23pnwq67f5ufe8eenm/512x384.jpg', 'https://html5.gamemonetize.com/4ssfqf163ze64x23pnwq67f5ufe8eenm/', '0', 'Girls', 0, 0, '', 'crazy-makeover-salon'), (2844, 'Insta Girls Fruity Fashion', 'Welcome to the Insta Girls Fruity Fashion. Dee Dee arranges a party at her home. Yes! It&rsquo;s a fruity fashion Party. She invites her friends Willow and Noah to the party. Help them to browse their wardrobe to pick the best outfit. Come and Join the girls and have fun!', 'https://img.gamemonetize.com/9z2fmh2powct3kqxomkma4xhmwuw19mg/512x384.jpg', 'https://html5.gamemonetize.com/9z2fmh2powct3kqxomkma4xhmwuw19mg/', '0', 'Girls', 0, 0, '', 'insta-girls-fruity-fashion'), (2845, 'Diamond Painting For Girls', 'Every kid loves drawing and painting games. Coloring is the best way to express yourself and discover your creative potential. Also, you can paint by numbers. It can be not only pictures but also diamonds using precious stones. Diamonds, rubies and other precious stones are the best for creating true masterpieces. If you like drawing pictures by numbers, our game is for you.', 'https://img.gamemonetize.com/3sb09aa2vrsi6g8i23z8ybjp70jvm2v9/512x384.jpg', 'https://html5.gamemonetize.com/3sb09aa2vrsi6g8i23z8ybjp70jvm2v9/', '0', 'Girls', 0, 0, '', 'diamond-painting-for-girls'), (2846, 'Besties Fishing and Cooking', 'Let\\&#39;s help these girls, Ava and Clara to relax their weekend in their yacht like fishing and cooking. Do you want to help them to get new outfits and suitable accessories for their weekend plan. Come and join in this cooking game at 7sgames.com.', 'https://img.gamemonetize.com/bai2lwl0w0d7xxe5n7d2h393n54w5f4b/512x384.jpg', 'https://html5.gamemonetize.com/bai2lwl0w0d7xxe5n7d2h393n54w5f4b/', '0', 'Girls', 0, 0, '', 'besties-fishing-and-cooking'), (2847, 'Swords Man', 'Are you ready to take on the challenge and survive the barrage of fireballs from the two monsters? As you stand in the middle, you must be quick to tap left or right to slash the fireballs coming your way. Your reflexes will be put to the test as you try to survive as long as possible. But be warned, you can only make three mistakes before your game is over. So make sure you stay focused and don\\\\\\&#39;t let any fireballs slip through. As you play, you\\\\\\&#39;ll feel the adrenaline pumping through your veins as you dodge and slash your way through the fiery onslaught. It\\\\\\&#39;s a test of skill and endurance, and only the strongest will survive. So gear up and get ready to face the monsters head-on. Can you outlast their fireball assault and emerge victorious? There\\\\\\&#39;s only one way to find out. Let the game begin!', 'https://img.gamemonetize.com/ocn5aisdcqqz7k6iqt5czx1bg5wmhy66/512x384.jpg', 'https://html5.gamemonetize.com/ocn5aisdcqqz7k6iqt5czx1bg5wmhy66/', '0', 'Arcade', 0, 0, '', 'swords-man'), (2848, 'Hidden Object Haunted Mansion Estate', 'Shadow Estate Hidden Object. Explore the eerie haunted mansion filled with various hidden objects scattered throughout the mysterious rooms. Can you uncover all the hidden objects before time runs out?', 'https://img.gamemonetize.com/ly4y1xxb7jkkfeqxouc3bh76z6dpfbll/512x384.jpg', 'https://html5.gamemonetize.com/ly4y1xxb7jkkfeqxouc3bh76z6dpfbll/', '0', 'Puzzles', 0, 0, '', 'hidden-object-haunted-mansion-estate'), (2849, 'Cute Baby Dress Up', 'My cute baby loves to play with her toys. Fruit puree is her favorite food. We will go out now. I wonder what clothes I should put my baby in. Can you help me. Fun game', 'https://img.gamemonetize.com/9ur5v6l5bbju07c115xzt1hm8wd0nq42/512x384.jpg', 'https://html5.gamemonetize.com/9ur5v6l5bbju07c115xzt1hm8wd0nq42/', '0', 'Girls', 0, 0, '', 'cute-baby-dress-up'), (2850, 'Tora Boy Adventure', 'tora boy adventure is a platformer game, journey 10 level and eat cake to get sore, collect all key to unlock next level', 'https://img.gamemonetize.com/mdg488anpju67l3fdtasq9dsl1ltwvtw/512x384.jpg', 'https://html5.gamemonetize.com/mdg488anpju67l3fdtasq9dsl1ltwvtw/', '0', 'Adventure', 0, 0, '', 'tora-boy-adventure'), (2851, 'Space Battleship Orion', 'space battleship orion is a arcade space shooter game', 'https://img.gamemonetize.com/skvjs7dv1dsf9maavy3ckomckvpnj61t/512x384.jpg', 'https://html5.gamemonetize.com/skvjs7dv1dsf9maavy3ckomckvpnj61t/', '0', 'Shooting', 0, 0, '', 'space-battleship-orion'), (2852, 'Top Down Truck Racing', 'Top Down Truck Racing is an exciting and fast-paced top-down racing game that puts you behind the wheel of a variety of powerful big-rigs. The game features a range of diverse and engaging maps, spanning from desert canyons, bustling cityscapes, slippery ice roads, to dense forest trails. Each map is intricately designed with unique characteristics that can be mastered to gain an edge in races.', 'https://img.gamemonetize.com/8z7pkpe6l4cx2cauofbkq84izgqjpf8t/512x384.jpg', 'https://html5.gamemonetize.com/8z7pkpe6l4cx2cauofbkq84izgqjpf8t/', '0', 'Racing', 0, 0, '', 'top-down-truck-racing'), (2853, 'Flip Skater Rush 3D', 'Flip Skater Rush 3D is a particularly interesting two-person skateboarding game. But you control two people to slide, and by adjusting their positions, both of them can pass through obstacles. Is there a confidence challenge?', 'https://img.gamemonetize.com/e609mlgzubon66yfnrx6araayi0hgsdv/512x384.jpg', 'https://html5.gamemonetize.com/e609mlgzubon66yfnrx6araayi0hgsdv/', '0', 'Arcade', 0, 0, '', 'flip-skater-rush-d'), (2854, 'Playoff Basketball ', 'Win the play in game and get into the playoffs then go all the way to the championship, The road to the top is not easy, opponent sharpshooters and pesky defenders stand in the way', 'https://img.gamemonetize.com/nq2uemy2zrzpnkcwcw9yebqx38assd4d/512x384.jpg', 'https://html5.gamemonetize.com/nq2uemy2zrzpnkcwcw9yebqx38assd4d/', '0', 'Sports', 0, 0, '', 'playoff-basketball-'), (2855, 'Draw Car Race', 'Just draw a line and turn it into a car. Draw different cars for driving depending on the terrain.', 'https://img.gamemonetize.com/aspgk15r3b4siherxs0rowarqohzjv0m/512x384.jpg', 'https://html5.gamemonetize.com/aspgk15r3b4siherxs0rowarqohzjv0m/', '0', 'Racing', 0, 0, '', 'draw-car-race'), (2856, 'Neymar can play', 'Neymar may be injured but he can still play. Brasil or PSG Neymar, your choice, get those crutches ready and get on the pitch to score some awesome goals and earn trophies', 'https://img.gamemonetize.com/0gpxu3prgjpltlbh8mtlc5gvdzrtfu50/512x384.jpg', 'https://html5.gamemonetize.com/0gpxu3prgjpltlbh8mtlc5gvdzrtfu50/', '0', 'Sports', 0, 0, '', 'neymar-can-play'), (2857, 'Baby Taylor Beach Trip', 'Everyone loves to enjoy summer vacation and the beach. Spend your summer at the beach with Baby Taylor by the sea. There are beach parties here every day! From cleaning the house and fixing the truck, to sipping juice and dining, the girls have a lot planned for this summer.', 'https://img.gamemonetize.com/7ea0kvo07ysqcaj3r2jv51i253i8nfko/512x384.jpg', 'https://html5.gamemonetize.com/7ea0kvo07ysqcaj3r2jv51i253i8nfko/', '0', 'Girls', 0, 0, '', 'baby-taylor-beach-trip'), (2858, 'Ball Stair Jump', 'Ball Stair Jump is an arcade game where you have to climb the steps with a bouncing ball. You have to bounce the ball in motion by directing it. At the right time, you will bounce the ball to the next step.Ball Stair Jump brings together trendy arcade games and the oldest ball control games. Ball Stair Jump is a free arcade game that you can play on web and mobile browsers. Includes 16 different language translations.', 'https://img.gamemonetize.com/dwc0uyuot8fwq0v1x81hn1cho9zaswim/512x384.jpg', 'https://html5.gamemonetize.com/dwc0uyuot8fwq0v1x81hn1cho9zaswim/', '0', 'Puzzles', 0, 0, '', 'ball-stair-jump'), (2859, 'Cute Doll Cook Cakes', 'Cute Doll Cooking Cakes is a cake making game. Girl has opened a new Cakes bakery in town to serve a variety of delicious cakes at festivals and celebrations. The girl\\\\\\\\s bakery has a lot of custom cakes. So, head over to her bakery as soon as possible and order your favorite cake.', 'https://img.gamemonetize.com/0yg4rhw0xvn0c1zz85ol9yya4ddxc16f/512x384.jpg', 'https://html5.gamemonetize.com/0yg4rhw0xvn0c1zz85ol9yya4ddxc16f/', '0', 'Girls', 0, 0, '', 'cute-doll-cook-cakes'), (2860, 'Lovely Cute Girl', 'Cute little girl Lena lives in the palace. A girl as beautiful as a princess. In the evening, she is preparing for the invitation she will attend with her mother. Let\'s dress her up very stylishly.', 'https://img.gamemonetize.com/0bqmk7sctnmwc1xnw2vytrmzr72vcg3o/512x384.jpg', 'https://html5.gamemonetize.com/0bqmk7sctnmwc1xnw2vytrmzr72vcg3o/', '0', 'Girls', 0, 0, '', 'lovely-cute-girl'), (2861, 'Save The Dogster', 'Save The Dogster is a fun and addictive puzzle game that requires you to use your creativity and quick thinking to save an adorable dog from a swarm of angry bees. With intuitive swipe controls, you must draw walls that protect the dog from the bees\\&#39; attack for a total of 6 seconds. Hold on and you\\&#39;ll win the game! Save The Dogster is the perfect game for casual gamers who enjoy puzzles and cute animals. With its beautiful graphics and engaging gameplay, this game is sure to keep you entertained for hours on end. Game Features: 1. A variety of customs clearance methods: With numerous levels to unlock, you will never get bored! 2. The Swag Shop: Get Dogster the most hip accessories from the Swag Shop! 3. Easy and funny customs clearance patterns: Every level is uniquely designed, with new challenges and puzzles to solve. 4. Funny dog expressions: Keep an eye out for the adorable dog\\&#39;s hilarious facial expressions as you save him from the bees. 5. Puzzle and interesting levels: Each level is designed to keep you on your toes with its own unique set of challenges. Other Features: 1. Simple and easy controls 2. Relaxing background music 3. No time limits, play at your own pace 4. Suitable for all ages', 'https://img.gamemonetize.com/nrjr7963tuflm8ti4xcx3hksjrfkzj65/512x384.jpg', 'https://html5.gamemonetize.com/nrjr7963tuflm8ti4xcx3hksjrfkzj65/', '0', 'Puzzles', 0, 0, '', 'save-the-dogster'), (2862, 'Parking Mania 3D', 'Parking Mania is an exciting online game that challenges your skills in navigating through a crowded parking lot to remove your car from its tight spot. The game features multiple levels, each with its own set of obstacles and challenges to overcome. To successfully remove your car from the parking lot, you must carefully maneuver around other parked cars, avoid obstacles, and make your way to the exit. With its engaging gameplay, colorful graphics, and challenging levels, Parking Mania is a game that will keep you entertained and engaged for hours. Whether you\'re a fan of puzzle games, simulation games, or just looking for a fun way to pass the time, this game is sure to provide a fun and exciting experience.', 'https://img.gamemonetize.com/y291x1f70esg0fikq3jy4lrjyp5ihk9s/512x384.jpg', 'https://html5.gamemonetize.com/y291x1f70esg0fikq3jy4lrjyp5ihk9s/', '0', 'Puzzles', 0, 0, '', 'parking-mania-d'), (2863, 'Home Run 2.0', 'Flick your Space button and make a homerun.', 'https://img.gamemonetize.com/0axa01vweq51ordntf82g9x7lqqwhnjt/512x384.jpg', 'https://html5.gamemonetize.com/0axa01vweq51ordntf82g9x7lqqwhnjt/', '0', 'Sports', 0, 0, '', 'home-run-'), (2864, 'Lock Master', 'Lock Master is an exciting adventure game where players try to solve challenging puzzles to unlock locks in a mysterious maze world. You need to use the mouse to bring the lock to an orange dot. Each level becomes increasingly difficult, and there are a total of 16 levels. You must overcome obstacles, use your logical skills, and react quickly. If you successfully unlock the lock, you can proceed to the next level. Lock Master is waiting to test your skills!', 'https://img.gamemonetize.com/xix2kagl84mecastu0pr44u3pbh4laee/512x384.jpg', 'https://html5.gamemonetize.com/xix2kagl84mecastu0pr44u3pbh4laee/', '0', 'Puzzles', 0, 0, '', 'lock-master'), (2865, 'Uphill Rush Water Park 3D', 'Get ready for Extreme Water slide Racing games adventure in Uphill Rush Water Park 3D. Welcome to the fun Uphill Pool water slide where dreams are born and people come to beat the summer heat! Have fun at the aqua slides, crazy rides adventure park! Come to experience it!', 'https://img.gamemonetize.com/kct3c24pb3u24xq6mefl1im1xdte6r0y/512x384.jpg', 'https://html5.gamemonetize.com/kct3c24pb3u24xq6mefl1im1xdte6r0y/', '0', 'Arcade', 0, 0, '', 'uphill-rush-water-park-d'), (2866, 'Merge Master Army Clash', 'The war is about to begin! Are you ready? Come and gather more companions to join you! Avoid obstacles, gather soldiers, form an army, and finally compete with the enemy! Assemble your team and pass the checkpoint in the most effective way! Come on!', 'https://img.gamemonetize.com/fjq69xyiefa24kjwnd2u7psv7e2wojou/512x384.jpg', 'https://html5.gamemonetize.com/fjq69xyiefa24kjwnd2u7psv7e2wojou/', '0', 'Puzzles', 0, 0, '', 'merge-master-army-clash'), (2867, 'Stickman Party Electric', 'In 2 groups, either as a team of 2 or 4 people, kill all the monsters and help them pass through the portal and move on to the next level. There are too many enemies, you have to kill them all. Be careful, they are everywhere. dont touch the thorns or dodge the flying monsters. you can go through the portal and teleport to the next location.', 'https://img.gamemonetize.com/2cpbu0o0soird3h63fmbmpvmmtysb8ic/512x384.jpg', 'https://html5.gamemonetize.com/2cpbu0o0soird3h63fmbmpvmmtysb8ic/', '0', 'Adventure', 0, 0, '', 'stickman-party-electric'), (2868, 'Aircraft Shooter', 'Aircraft Shooter, you will face five different enemies, each with their own shooting abilities. Some enemies will fire rockets, some will shoot bullets, and some will use lasers to attack. In addition, some levels have powerful bosses that require special strategies and skills to defeat them. You will need to use your weapons and avoid enemy attacks to complete each level and defeat the bosses where they appear. The game has a shop to improve the plane, weapons and increase the number of lives.', 'https://img.gamemonetize.com/3ca2r07eyx8wxpelwwit1uvpept15p5o/512x384.jpg', 'https://html5.gamemonetize.com/3ca2r07eyx8wxpelwwit1uvpept15p5o/', '0', 'Boys', 0, 0, '', 'aircraft-shooter'), (2869, 'Mine Noob Maze', 'Mine Noob Maze is a casual game that has been gaining popularity among online game enthusiasts. Developed by Kiz, this game offers hours of fun and entertainment to players who love solving puzzles and exploring new worlds. It is a free online game that is easy to play, and is suitable for both kids and adults. Website Developer <a href=\'https://kiz10.com\'>https://kiz10.com</a>', 'https://img.gamemonetize.com/6j2pc7jglv10j2a7n9v7yr4cq96ghpuz/512x384.jpg', 'https://html5.gamemonetize.com/6j2pc7jglv10j2a7n9v7yr4cq96ghpuz/', '0', 'Hypercasual', 0, 0, '', 'mine-noob-maze'), (2870, 'Space Warrior', 'Space Warrior is a side-scrolling, game in which you are traveling through the space to reach the boss of each level. You are trying to kill enemies and avoid electric obstacles. Collected coins can be used for upgrades in a shop', 'https://img.gamemonetize.com/iuwvbadcmf8ljvk195bd9kjrfbvv90tg/512x384.jpg', 'https://html5.gamemonetize.com/iuwvbadcmf8ljvk195bd9kjrfbvv90tg/', '0', 'Arcade', 0, 0, '', 'space-warrior'), (2871, 'MathPup Car Stroop', 'Drive the car through the board that contains color be mentioned.', 'https://img.gamemonetize.com/jkhbmibdgbw5tq6lu5ldxajktxpsyh1b/512x384.jpg', 'https://html5.gamemonetize.com/jkhbmibdgbw5tq6lu5ldxajktxpsyh1b/', '0', 'Arcade', 0, 0, '', 'mathpup-car-stroop'), (2872, 'Match Away 3D Cube', 'Do you have what it takes to solve all the merging levels? Connect all your brain cells and put your skills to the test! Match Away all the blocks in this exciting puzzle. Match Away is a fun and addictive 3D puzzle game, but its more than just that - its a brain teaser that will take you to the next level! Match the blocks to make them fly away and clear the screen. But the blocks will only fly in one direction, so you&rsquo;ve got to approach this brain teaser carefully! Slide your finger around the screen to rotate the shape and attack the blocks from every angle! As you progress, the blocks form bigger and bigger shapes, and the blocks themselves change the form, so you&rsquo;ll need to get your thinking hat on to solve the puzzles in this 3D puzzle game. And thats not it! In this fun and colorful game, you challenge your logic, critical thinking, and precision. What are you waiting for? Challenge your brain with this tricky game right now! WITH Match Away YOU CAN PLAY the full 3D puzzle game experience offline and on the go. SWIPE to rotate the shape and choose your next move. MATCH the blocks to clear the level. REACH the top! WHY PLAY Match Away Cube? RELIEVE your stress. TEASE your brain with satisfying taps. PRACTICE your critical thinking! LEARN the tricks to ensure Match Away Cube glory! ENJOY cool skins and themes to customize your journey!', 'https://img.gamemonetize.com/gne0wo40kd77qpatrcomt3ub96lrdhth/512x384.jpg', 'https://html5.gamemonetize.com/gne0wo40kd77qpatrcomt3ub96lrdhth/', '0', 'Puzzles', 0, 0, '', 'match-away-d-cube'), (2873, 'Loop Master', 'Loop-Master is a fun way of increasing your logic skills. It can be considered a puzzle game and logic game, about creating intricate looping patterns, or just the application of using a simple concept: connecting multiple things and making fun of it. Loop-Master has more than 30+ levels and is a game for anxiety. Also, it is a tap-and-relax game that increases your logic.', 'https://img.gamemonetize.com/z6yjye1ldp8bom10wa19jqj4d8y04b1k/512x384.jpg', 'https://html5.gamemonetize.com/z6yjye1ldp8bom10wa19jqj4d8y04b1k/', '0', 'Hypercasual', 0, 0, '', 'loop-master'), (2874, 'NabNab Imposter', 'NabNab Imposter - Fun io game is a super cool, easy and relaxing game. To win this, your mission is simple: Smash other crewmate by a huge hammer, Consume their power to become bigger and stronger, Be the only NabNab Imposter survival in the battlefield. However, be carefull and try to advoid bumping into other tricky impostors, otherwise, youll be smashed. You can choose among serveral roles to add more exciment: Hunter, Assasin, Captain, Trapper, Sword, Gunner... with unlimited skills and items. In this io game, where mutilplayer battle other to be the last one who survive, making yourseft a strong and smart one is crucial. Its super fun, check it out!', 'https://img.gamemonetize.com/w1voyhhgd4z7kgx9e4aid2iwjsr0qjec/512x384.jpg', 'https://html5.gamemonetize.com/w1voyhhgd4z7kgx9e4aid2iwjsr0qjec/', '0', 'Action', 0, 0, '', 'nabnab-imposter'), (2875, 'Prehistoric World Adventure', 'Are you ready to go back to the stone age? This game sends you into a prehistoric world full of adventure and danger! Fight the caveman, sharks, spiders, spiky turtles and many other monsters. With the right strategy you will defeat all your enemies in the game! Game Features : Awesome gameplay similar to the classic retro Game Free to play Phone and Tablet support Beautiful graphics Great sound effects and music Easy and intuitive controls Tricky monsters Destroyable bricks, blocks, and moving platform 3 worlds, more to come Swim, jump, run, ride dinosaur, and defeat super bosses! The adventure begins today!', 'https://img.gamemonetize.com/08ylmxr9dxclj3j7uwvoizp67edv29bm/512x384.jpg', 'https://html5.gamemonetize.com/08ylmxr9dxclj3j7uwvoizp67edv29bm/', '0', 'Arcade', 0, 0, '', 'prehistoric-world-adventure'), (2876, 'Let me out EP 01', 'Look around and grab objects that can help you unlock other puzzles. Search for clues and solve each puzzle one by one. Can you be able to get out and escape the room?', 'https://img.gamemonetize.com/24ytrtj5dvxhmnbrn6syt8j9dzg86gy7/512x384.jpg', 'https://html5.gamemonetize.com/24ytrtj5dvxhmnbrn6syt8j9dzg86gy7/', '0', 'Puzzles', 0, 0, '', 'let-me-out-ep-'), (2877, 'Hit It Right', 'You are very good at hitting the target. How\'s your timing? Take your best shot at the right time. Combine the two action powers and get the highest score. Fun game.', 'https://img.gamemonetize.com/1js37v8rgfc4mk3019lssr7uyzningnk/512x384.jpg', 'https://html5.gamemonetize.com/1js37v8rgfc4mk3019lssr7uyzningnk/', '0', 'Shooting', 0, 0, '', 'hit-it-right'), (2878, 'Barbie Hidden Star', 'Find all hidden stars object in the scene and enjoy !', 'https://img.gamemonetize.com/9q0e6qptofmo41fn8b791ribwq9wx822/512x384.jpg', 'https://html5.gamemonetize.com/9q0e6qptofmo41fn8b791ribwq9wx822/', '0', 'Puzzles', 0, 0, '', 'barbie-hidden-star'), (2879, 'Pifflo', 'Discover Piffle a cute arcade puzzle game full of adorable characters and...cats! Put your cat onesie on, quest through colorful worlds, stop the nefarious Doc Block and craft adorable Piffle balls to collect.', 'https://img.gamemonetize.com/4ylhli6ijr0lby3srncc3rremkalvfsz/512x384.jpg', 'https://html5.gamemonetize.com/4ylhli6ijr0lby3srncc3rremkalvfsz/', '0', 'Arcade', 0, 0, '', 'pifflo'), (2880, 'Ragdoll Fighter Online', 'Ragdoll Fighter is a game where you need to test your battling skills against another ragdoll. Both you and the enemy have a health bar and a specific health count. You can use the joystick in order to control the character direction. You need to attack with your hands and feet, even use any weapons at your disposal in order to kill the enemy.', 'https://img.gamemonetize.com/a1bd46t1kzpm2w146kkyqmd90tmnetle/512x384.jpg', 'https://html5.gamemonetize.com/a1bd46t1kzpm2w146kkyqmd90tmnetle/', '0', 'Puzzles', 0, 0, '', 'ragdoll-fighter-online'), (2881, 'Smackem all', 'Welcome to this interesting hitting game. You can release your stress at will. Drag left and right to choose the target and defeat all the opponents in front of you to win! Come on!', 'https://img.gamemonetize.com/z58yxuw2d3bqa6se65jkeaod3uxnzzl2/512x384.jpg', 'https://html5.gamemonetize.com/z58yxuw2d3bqa6se65jkeaod3uxnzzl2/', '0', 'Puzzles', 0, 0, '', 'smackem-all'), (2882, 'Robot Car Transform', 'How do you like transformed cars? Here is a kind of dodging arcade game for you to play. It is managed for you to dodge the grey obstacles and speed up by overpassing yellow arrows. Glad you will unlock your favorite skins after you complete the level.', 'https://img.gamemonetize.com/yoytmmzvl0abvcshw73bbnk8zxvl5vjz/512x384.jpg', 'https://html5.gamemonetize.com/yoytmmzvl0abvcshw73bbnk8zxvl5vjz/', '0', 'Arcade', 0, 0, '', 'robot-car-transform'), (2883, 'BloxingFederation', 'A boxing game made up mostly of blocks where you beat your opponent into a pulp and try your best to win the game. Play different modes such as single player vs bot or play against another player with 2 player mode. Also fun to watch the Bot vs Bot mode.', 'https://img.gamemonetize.com/jcg8j9hxz4n49w0gd9n5nvm0l0kawp3y/512x384.jpg', 'https://html5.gamemonetize.com/jcg8j9hxz4n49w0gd9n5nvm0l0kawp3y/', '0', '3D', 0, 0, '', 'bloxingfederation'), (2884, 'The Squared', 'Play as a cute cube, Avoid obstacles and do your best score in this side scrolling game!', 'https://img.gamemonetize.com/5cjwomdaa03njpf1c6a5cqcbyrkpyz7z/512x384.jpg', 'https://html5.gamemonetize.com/5cjwomdaa03njpf1c6a5cqcbyrkpyz7z/', '0', 'Arcade', 0, 0, '', 'the-squared'), (2885, '155 Police Dragon Panzer Drive', 'The first and only in the world!! Realistic Dragon Police Panzer!! The Most Realistic in the Field and With Its Own Unique Dynamics that You have Never Experienced Before The Police Simulator Game 155 POLICE DRAGON PANZER SIMULATOR is Live! You will take charge against the riots and illegal demonstrations taking place in the city and with the POLICE DRAGON PANZER vehicle you will try to disperse the communities using water cannons and bring the situation under control.', 'https://img.gamemonetize.com/l3axzdhmojpazkbj2cngt8l91gaf32ve/512x384.jpg', 'https://html5.gamemonetize.com/l3axzdhmojpazkbj2cngt8l91gaf32ve/', '0', 'Action', 0, 0, '', '-police-dragon-panzer-drive'), (2886, 'Lifetime Running', 'Lifetime Running is a life parkour game. The life of a person is short, how to live depends on your attitude. Select the character to start the game, through the time number gate, when the larger the number, the more energy is consumed. When your blood bar becomes zero, your life is also over. Collect diamonds and food to make your way to the top', 'https://img.gamemonetize.com/h16hzqbyhdfxrysgrxkklg5mlw9zs0v8/512x384.jpg', 'https://html5.gamemonetize.com/h16hzqbyhdfxrysgrxkklg5mlw9zs0v8/', '0', 'Arcade', 0, 0, '', 'lifetime-running'), (2887, 'Huggy Wuggy in Minecraft', 'Huggy Wuggy in Minecraft features blocky graphics and Huggy Wuggy as the main character in minecraft world. Your mission is to kill given amount of mobs in order to progress to the next levels.', 'https://img.gamemonetize.com/r27p7o0v3buz7yo60xaaiiehmcl2a2a2/512x384.jpg', 'https://html5.gamemonetize.com/r27p7o0v3buz7yo60xaaiiehmcl2a2a2/', '0', 'Adventure', 0, 0, '', 'huggy-wuggy-in-minecraft'), (2888, 'It Can Happen Visitors', 'You woke up from a long nap and noticed that your house was full of little green people. Investigate what is happening to get everything back to normal.', 'https://img.gamemonetize.com/y70zljn4rjiytkt9hhxnrm3kdt6bn6kx/512x384.jpg', 'https://html5.gamemonetize.com/y70zljn4rjiytkt9hhxnrm3kdt6bn6kx/', '0', 'Puzzles', 0, 0, '', 'it-can-happen-visitors'), (2889, 'Looking For The Words', 'Swipe the selected letters horizontally or vertically to form a word If the selected letters can be combined into words in order, it will automatically turn blue. Memorize the message on the blocks and carefully match each word; this will help you overcome obstacles and level up faster.', 'https://img.gamemonetize.com/4qsznvzer9omo6r0j2mjlk86493ujtsk/512x384.jpg', 'https://html5.gamemonetize.com/4qsznvzer9omo6r0j2mjlk86493ujtsk/', '0', 'Puzzles', 0, 0, '', 'looking-for-the-words'), (2890, 'American Football Girl', 'Maria likes to play football. She is the captain of the school team. She bought very stylish clothes and accessories. Let\'s try on football player clothes. Fun game.', 'https://img.gamemonetize.com/510ruit6xdm5yn60fzbud7a9je84jpi9/512x384.jpg', 'https://html5.gamemonetize.com/510ruit6xdm5yn60fzbud7a9je84jpi9/', '0', 'Girls', 0, 0, '', 'american-football-girl'), (2891, 'Wuggy Punch', 'Welcome to Wuggy Punch Game! Use the joystick to control the punch to destroy all your enemies. Each level comes with new challenges and you will discover new weapons. Enjoy', 'https://img.gamemonetize.com/h6w0v05wsgipfe3m7nn6mreheel36ez1/512x384.jpg', 'https://html5.gamemonetize.com/h6w0v05wsgipfe3m7nn6mreheel36ez1/', '0', 'Hypercasual', 0, 0, '', 'wuggy-punch'), (2892, 'Fighter Escape', 'The Survivor is shooting game and you are one from few survivors after apocalypse. So you need to shoot the zombies and other creatures who want to destroy you. They will came in waves, so between every level it is better to buy and upgrade your weapon and ammo. Destroy your enemies and enjoy in this game.', 'https://img.gamemonetize.com/zfq34mhfw4cu2d433g8aqgun36s4gppg/512x384.jpg', 'https://html5.gamemonetize.com/zfq34mhfw4cu2d433g8aqgun36s4gppg/', '0', 'Shooting', 0, 0, '', 'fighter-escape'), (2893, 'Slime Invader', 'Welcome to the newest retro-style shooting game called Slime Invader. The goal of the game is to destroy all slimes that are attacking you from everywhere and want to destroy you. Try to defend yourself, upgrade your cannon, shot speed, shot amount, shot rate, and shot damage. Also, you can choose to restore your shield. Enjoy this challenging tower defense shooting game, use your skills, and destroy all slimes!!!', 'https://img.gamemonetize.com/wc373ue5qerdn4c1e5l6b8mhv4iruwrd/512x384.jpg', 'https://html5.gamemonetize.com/wc373ue5qerdn4c1e5l6b8mhv4iruwrd/', '0', 'Shooting', 0, 0, '', 'slime-invader'), (2894, 'Ginger Ninja Escape', 'Game Title: Ginger Ninja Escape Game Features: Ginger Ninja character moves up and down to avoid obstacles. Obstacles come from different directions each time and chase Ginger Ninja. Ginger Ninja jumps in the opposite direction to avoid obstacles. The goal of the players is to survive as long as possible by avoiding obstacles and earn the highest score. Game Story: Ginger, a little ninja, was happily strolling through the city when suddenly everything around him slowed down and enemy ninjas', 'https://img.gamemonetize.com/2yy9j3hquexrqzldj9fz2y12by933pz5/512x384.jpg', 'https://html5.gamemonetize.com/2yy9j3hquexrqzldj9fz2y12by933pz5/', '0', 'Adventure', 0, 0, '', 'ginger-ninja-escape'), (2895, 'Blue and Red Ball', 'two ball brothers need to survive help them they are in a very dangerous forest only you can save them. To save them, they need to find the key safely and while searching for the key, you must escape from the enemies coming from the side. Play with your friend and the two brothers make the ball reach the door.', 'https://img.gamemonetize.com/3mjbrs3w6jn7cca1or5z37nmm3ur55fh/512x384.jpg', 'https://html5.gamemonetize.com/3mjbrs3w6jn7cca1or5z37nmm3ur55fh/', '0', 'Adventure', 0, 0, '', 'blue-and-red-ball'), (2896, 'Drone Pizza Delivery Simulator ', 'Start your drone and become a pizza delivery boy. Dare to deliver tasks that are challenging for real traffic driving. It will be fun as a pizza boys drone around the big city. Play the pizza boy to show the superb skills of pizza delivery drone riders, so that all orders can be delivered on time.', 'https://img.gamemonetize.com/408k16fykv56w9qpaaqupe71lcijs2wr/512x384.jpg', 'https://html5.gamemonetize.com/408k16fykv56w9qpaaqupe71lcijs2wr/', '0', 'Arcade', 0, 0, '', 'drone-pizza-delivery-simulator-'), (2897, 'Real Boxing Fighting Game', 'City Fighter vs Street Gang is a very popular fighting game with jaw-dropping graphics, boxers all-round career development and intuitive control. Put on your boxing gloves and fight like there is no tomorrow! Here comes the champion of the fighting competition!', 'https://img.gamemonetize.com/oinxfoyb2quim1vvk1eu5rg4ioctmbgg/512x384.jpg', 'https://html5.gamemonetize.com/oinxfoyb2quim1vvk1eu5rg4ioctmbgg/', '0', 'Puzzles', 0, 0, '', 'real-boxing-fighting-game'), (2898, 'Mine Farmer', 'Get the whole field ready for planting, beat the levels and push the limits of your mind with new puzzles!', 'https://img.gamemonetize.com/4kgpm9ed6sm0e5hjeomzkaye8m32fjve/512x384.jpg', 'https://html5.gamemonetize.com/4kgpm9ed6sm0e5hjeomzkaye8m32fjve/', '0', 'Puzzles', 0, 0, '', 'mine-farmer'), (2899, 'Monster Truck Sky Racing', 'Monster Truck Sky Racing is a car driving game where you can race with artificial intelligence on race tracks in the sky. You will race with monster trucks and earn money by completing race tracks. There are 10 monster trucks and 12 special racing areas. Includes 16 different language translations.', 'https://img.gamemonetize.com/a18120n59ug4klsw5r0cctskzr3ly9x1/512x384.jpg', 'https://html5.gamemonetize.com/a18120n59ug4klsw5r0cctskzr3ly9x1/', '0', 'Racing', 0, 0, '', 'monster-truck-sky-racing'), (2900, 'Zombies Cookies Apocalypse', 'Zombies Cookies Apocalypse is an online survival game that has taken the gaming world by storm. Developed by Kiz, one of the leading names in the gaming industry, this game has quickly become a favorite among gamers worldwide. Available for free on Kiz10.com, this game offers a unique and thrilling experience that is sure to keep you on the edge of your seat. Zombies Cookies Apocalypse is a casual game that falls under the action genre. The game is set in a post-apocalyptic world where the zombie invasion has destroyed everything. Website Developer <a href=\'https://kiz10.com\'>https://kiz10.com</a>', 'https://img.gamemonetize.com/svvyztx77fi56n4q8plgkls2x2nby18c/512x384.jpg', 'https://html5.gamemonetize.com/svvyztx77fi56n4q8plgkls2x2nby18c/', '0', 'Adventure', 0, 0, '', 'zombies-cookies-apocalypse'), (2901, 'Taxi Take me home', 'Taxi Simulator - help people get home! Become a taxi driver - take passengers to homes and earn money! Learn the stories of your passengers who want to get home as soon as possible. Discover new corners of the cozy town, following the marks on the map.Practice safe driving and parking, keep an eye on the condition of your car, and of course, eat a burrito at the gas station!', 'https://img.gamemonetize.com/njhwfjc5fc7xm8gc5nyd8h3s44aixt9y/512x384.jpg', 'https://html5.gamemonetize.com/njhwfjc5fc7xm8gc5nyd8h3s44aixt9y/', '0', 'Racing', 0, 0, '', 'taxi---take-me-home'), (2902, 'Math Runner', 'Youre running on the endless math additions and you have to keep the sums at 0-10. Good run!', 'https://img.gamemonetize.com/6vsrqvlsu4qehxtsnfnv1nrphav3n3hz/512x384.jpg', 'https://html5.gamemonetize.com/6vsrqvlsu4qehxtsnfnv1nrphav3n3hz/', '0', 'Arcade', 0, 0, '', 'math-runner'), (2903, 'Shell Collector', 'Unwind and set aside some time for yourself, while gathering exquisite treasures from the ocean. Explore seashells and delve into their fascinating details in this brief, exploratory game centered around our most cherished relaxation spot.', 'https://img.gamemonetize.com/gafhe6ig2a6q7gb8fa507bp3sxum87t2/512x384.jpg', 'https://html5.gamemonetize.com/gafhe6ig2a6q7gb8fa507bp3sxum87t2/', '0', 'Clicker', 0, 0, '', 'shell-collector'), (2904, 'Cute Babies Differences', 'This is a game of genre-finding objects. This game has 12 levels with images of babies. Each level has two images that look identical, but they have some differences in it. Your job is to find the differences for a given time. In the first levels, you need to find 5 images to pass the level, but as the game progress, the differences will increase. So at the last two levels, you need to find 10 differences in the images. But you need to know that the time to play at each level is the same. So it will be interesting to play.', 'https://img.gamemonetize.com/6cwc037tw6h7tlzyw5iy3h6vzs851bpu/512x384.jpg', 'https://html5.gamemonetize.com/6cwc037tw6h7tlzyw5iy3h6vzs851bpu/', '0', 'Puzzles', 0, 0, '', 'cute-babies-differences'), (2905, 'Dungeon Dodge', '"Dungeon Dodge" is an exciting game where you collect coins in a dungeon filled with fireballs, to build a village and improve your character\'s skills. You can also use the coins to unlock skins in the village\'s casino. Challenge yourself to withstand the dungeon and become an even better hero!', 'https://img.gamemonetize.com/tnmatij4bnhlkbqcd1a8b0d8zy7bckft/512x384.jpg', 'https://html5.gamemonetize.com/tnmatij4bnhlkbqcd1a8b0d8zy7bckft/', '0', 'Arcade', 0, 0, '', 'dungeon-dodge'), (2906, 'Pool High Jump', 'In this game, your job is to control the diver and jump in the pool with water from the jumping place. If you think this is easy, it is not at all because the pool will start to move to the left and the right side, and also he will become smaller and smaller and the jumper will jump from the high. So, try to jump always in the pool, if you miss the pool the diver will be smashed, and you will lose a life. When you lose three lives the game will be over.', 'https://img.gamemonetize.com/9my6jojy94gc85pkqla4m5bc09le2x0p/512x384.jpg', 'https://html5.gamemonetize.com/9my6jojy94gc85pkqla4m5bc09le2x0p/', '0', 'Puzzles', 0, 0, '', 'pool-high-jump'), (2907, 'Casual Pinball Game', 'Casual Pinball Game is a fast-paced and addictively fun game that combines the classic game of pinball with modern game design elements. In this game, players are challenged to score as many points as possible by using a set of flippers to keep a metal ball bouncing around a playing field filled with obstacles and targets. The game features simple and intuitive controls that allow players to quickly get into the action, with Left-touch and Right-touch controls used to activate the flippers and launch the ball. The playing field is designed to be visually appealing and filled with vibrant colors, lights, and animations that add to the excitement of the game. Hyper casual pinball is a game that is easy to pick up and play, but difficult to master, providing endless hours of entertainment for players of all ages and skill levels.', 'https://img.gamemonetize.com/uxywcpyckwwipv11ogcko3itcjf1t31w/512x384.jpg', 'https://html5.gamemonetize.com/uxywcpyckwwipv11ogcko3itcjf1t31w/', '0', 'Sports', 0, 0, '', 'casual-pinball-game'), (2908, 'hg game', 'Try to smash the more Huggy Wuggy you can! Use the mega ball to smash the monsters enjoy it!!', 'https://img.gamemonetize.com/uci4zm8z5sly8oivkzykg9kdqgwvivl3/512x384.jpg', 'https://html5.gamemonetize.com/uci4zm8z5sly8oivkzykg9kdqgwvivl3/', '0', 'Hypercasual', 0, 0, '', 'hg-game'), (2909, 'Lonely Hero', 'Run forward and gain more power with each step, for a strong blow to the enemies. Enemies are divided into two types, some can only fight in close combat, others are able to throw deadly weapons. At the end of each mission there is a magic ball, hit it and the road home will open.', 'https://img.gamemonetize.com/eqcaw7vsky5oxfn4bmjd11dpoilamyhz/512x384.jpg', 'https://html5.gamemonetize.com/eqcaw7vsky5oxfn4bmjd11dpoilamyhz/', '0', 'Arcade', 0, 0, '', 'lonely-hero'), (2910, 'Cool Model Dressup', 'Beautiful model girl Alina is a social media phenomenon. She is well known for her fashion videos. He\'s doing a catalog shoot now. Let\'s dress her up very stylish. Fun game', 'https://img.gamemonetize.com/uq988azt55je9c8w64dm418ky6sz84hm/512x384.jpg', 'https://html5.gamemonetize.com/uq988azt55je9c8w64dm418ky6sz84hm/', '0', 'Girls', 0, 0, '', 'cool-model-dressup'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (2911, 'Mars Pioneer', 'Do you like simulation games of space exploration, or just idle games of space exploration? Install one of the best simulation games, discover Mars, mine minerals, set up your own factory to process space minerals, and become a real space miner tycoon. The gameplay is simple, allowing you to focus on exploring the planet, mining new alien minerals and quickly becoming an idle space farmer.', 'https://img.gamemonetize.com/iogkkydolf85k8arr7eqo1wasy6gr74n/512x384.jpg', 'https://html5.gamemonetize.com/iogkkydolf85k8arr7eqo1wasy6gr74n/', '0', 'Puzzles', 0, 0, '', 'mars-pioneer'), (2912, 'Design A Royal Dress', 'Sofia will go to a royal ball tonight, please design a elegant dress for her, you can pick all things in the wardrobe you want or remove them. Have fun!', 'https://img.gamemonetize.com/mnicr4816d6cca5a5ivya4erkuftltva/512x384.jpg', 'https://html5.gamemonetize.com/mnicr4816d6cca5a5ivya4erkuftltva/', '0', 'Girls', 0, 0, '', 'design-a-royal-dress'), (2913, 'Little Panda Green Guard', 'Little Panda Green Guard is a very fun cleaning game. In this game, little panda becomes a gree guard to protect the environment. As a kid who loves nature, come and help him! There are 5 places are in need of your help, the sewage purification plant, the park, the river, the tree and the field. Have a good time!', 'https://img.gamemonetize.com/blhyvpm3u7fj2vowrcyt8wnq8consnv7/512x384.jpg', 'https://html5.gamemonetize.com/blhyvpm3u7fj2vowrcyt8wnq8consnv7/', '0', 'Girls', 0, 0, '', 'little-panda-green-guard'), (2914, 'Princess Love Pinky Outfits', 'Welcome to Princess Love Pinky Outfits. Princess Anna, Elsa, Moana, Jasmine, Snow White, and Ariel met after a long time. They are Planning to throw a weekend party with their beloved theme called Pinky Outfits. Browse the wardrobe for each princess and pick cute pink outfits. Join with girls and have fun!', 'https://img.gamemonetize.com/utzdyglf8r74msnpw2nodapc3k6foj5e/512x384.jpg', 'https://html5.gamemonetize.com/utzdyglf8r74msnpw2nodapc3k6foj5e/', '0', 'Girls', 0, 0, '', 'princess-love-pinky-outfits'), (2915, 'Noob Hidden Stars', 'Noob Hidden Stars is a free online hidden object game that is designed to challenge players of all ages. The game features a series of levels, each of which presents a different image filled with hidden stars that need to be found. The objective of the game is to find all the hidden stars in each level before time runs out. The game is easy to play, with simple controls that allow players to click on the screen to reveal hidden stars.', 'https://img.gamemonetize.com/r4zxsv6jf0fn95rs4dprphd6b6cqk528/512x384.jpg', 'https://html5.gamemonetize.com/r4zxsv6jf0fn95rs4dprphd6b6cqk528/', '0', 'Puzzles', 0, 0, '', 'noob-hidden-stars'), (2916, 'Horse Family Animal Simulator 3D', 'Your horse is waiting for an unforgettable adventure! Traveling around the island, you will take part in various tasks, you will make a family and baby-foals, win in competitions, make your horse strong and beautiful, decorate your home, protect yourself from forest predators, help other horses and villagers and much more! - VARIOUS MISSIONS - HORSE FAMILY - HORSE HOME - CUSTOMIZATION - UPGRADES - DIFFERENT CREATURES - OPEN WORLD - MINI GAMES - ACHIEVEMENTS', 'https://img.gamemonetize.com/dl06vng9asa7eyw6bv3akpwptbwso6zi/512x384.jpg', 'https://html5.gamemonetize.com/dl06vng9asa7eyw6bv3akpwptbwso6zi/', '0', 'Adventure', 0, 0, '', 'horse-family-animal-simulator-d'), (2917, 'Melinas Diary', 'Game Features: A cute and fluffy bears adventure platform game. Collect 3 keys in each level and open the door to advance to new levels. The game consists of 10 different levels, each offering a more challenging and exciting adventure. Defeat enemies, overcome obstacles, and collect keys. Use the arrow keys to play and press the W key twice to double jump. Game Story: Melina is a sweet bear who lives in the forest. One day, a malicious wolf sneaks into Melinas house and steals her diary. The', 'https://img.gamemonetize.com/g0vpg8x8bffuixu0kzme5wqfqgctzxhb/512x384.jpg', 'https://html5.gamemonetize.com/g0vpg8x8bffuixu0kzme5wqfqgctzxhb/', '0', 'Adventure', 0, 0, '', 'melinas-diary'), (2918, 'Gun War Z 2', 'The world is in danger, a deadly virus affects more and more territories, turning people into zombies. - The toot-toothed gameplay. - Slot machine to test your luck. - A huge arsenal of weapons, ranging from the classic minigun to plasma cannons. - RPG7 auxiliary weapons and grenades. Get ready to destroy all the zombies to save humanity!', 'https://img.gamemonetize.com/txi0so9qjqx7aijqif7wd3yij2fsgao1/512x384.jpg', 'https://html5.gamemonetize.com/txi0so9qjqx7aijqif7wd3yij2fsgao1/', '0', 'Hypercasual', 0, 0, '', 'gun-war-z-'), (2919, 'MeMe World', 'Join Troll on his wacky quest to solve all the trickiest riddles ever! His meme adventure is filled with dangers and troubles that you need to master your skills to outsmart the sneakiest bad guys, pass enraging obstacles and leave no mind-bending puzzles unsolved.Challenge your brain with this ultimate pranking adventure and become a brain teaser master. If you think you have what it takes give it a try. Your intelligence and your reflexes will be tested with the MOVE and JUMP gameplay while using your mind for insane puzzles.', 'https://img.gamemonetize.com/odlwqznhc6emla0wfqj3gri54bidldbi/512x384.jpg', 'https://html5.gamemonetize.com/odlwqznhc6emla0wfqj3gri54bidldbi/', '0', 'Puzzles', 0, 0, '', 'meme-world'), (2920, 'Impostor Royal Run', 'Our category of Among Us Games is not really known for running games and obstacle course games, which is why we are delighted that such a 3d game online has now been added here for all of you to enjoy and have tons of fun with, a game called Impostor Run, where we\'ve had tons of fun, so why would the same not be true for you as well? In each level of the game you are being chased by the impostor, who has a knife and wants to stab you, so your goal is to go across the course and reach its finish without being caught up by him, or you will die and be forced to start the level from scratch. There will be obstacles to avoid, as well as guns shooting at you, so avoid them too. Your crewmate is going to run forward by itself, but you will have to use the right and left arrow keys in order to avoid the obstacles and traps you encounter. Each new level will have a course more difficult than the one before it, so you should also step your game up so that nothing can stand in your way. Good luck!', 'https://img.gamemonetize.com/1sdn584r8j8nwhtnk4lkhzh6zjg2cebp/512x384.jpg', 'https://html5.gamemonetize.com/1sdn584r8j8nwhtnk4lkhzh6zjg2cebp/', '0', 'Arcade', 0, 0, '', 'impostor-royal-run'), (2921, 'Meteorite Shooter', 'After millions of years of living in peace the earth faces a terrible disaster of destruction. A comet from the bottom of the universe moves toward the earth\\&#39;s orbit and it carries countless meteors that are likely to collide with the earth, destroying life on earth. The fate of humanity will be similar to the fate of dinosaurs millions of years ago when giant meteorites hit the earth.', 'https://img.gamemonetize.com/m6gcr2468kgr8q7qqqce4ow8pbmki27a/512x384.jpg', 'https://html5.gamemonetize.com/m6gcr2468kgr8q7qqqce4ow8pbmki27a/', '0', 'Adventure', 0, 0, '', 'meteorite-shooter'), (2922, 'Super Car Puzzle', 'Super Car Puzzle unblocked: Super Car Jigsaw is a free online game from genre of puzzle and jigsaw games. You can select one of the 12 images..', 'https://img.gamemonetize.com/ozhz3jrrq44kaza2amfz5p2q1aqweizl/512x384.jpg', 'https://html5.gamemonetize.com/ozhz3jrrq44kaza2amfz5p2q1aqweizl/', '0', 'Puzzles', 0, 0, '', 'super-car-puzzle'), (2923, 'Minicraft Insane', 'Let your imagination fly and embark on an exciting adventure through endless worlds - from the construction of humble dwellings to majestic fortresses. Enter the limitless realm of creativity, where your resources are inexhaustible, or immerse yourself in survival mode, where you will have to create weapons and armor to fight dangerous creatures. Whether you choose to explore alone or with friends, you have the power to create, discover, and overcome challenges. The Minecraft world is waiting for you.', 'https://img.gamemonetize.com/yqzbsz8uljndkbb0tydkfsknxfog48ck/512x384.jpg', 'https://html5.gamemonetize.com/yqzbsz8uljndkbb0tydkfsknxfog48ck/', '0', 'Adventure', 0, 0, '', 'minicraft-insane'), (2924, 'Ghost Bunker Escape 2', 'The bunker escape challenge is centered around an old, decrepit barn located near the abandoned home. Beneath it lay a secret passageway leading to an underground bunker, where you would need to collect 45 eerie, star-like objects scattered about without any pattern. But if even one was missed, escape would be impossible. Can you collect all 45-star artifacts in order to activate the portal that will lead to freedom?', 'https://img.gamemonetize.com/wdxe3peusgcx9jvlnalci2eg6ctoyteo/512x384.jpg', 'https://html5.gamemonetize.com/wdxe3peusgcx9jvlnalci2eg6ctoyteo/', '0', 'Puzzles', 0, 0, '', 'ghost-bunker-escape-'), (2925, 'How to slice', 'How to Slice is a casual puzzle game. you need to cut the stone above to fill the deep pit, click on the screen from the left and go through the stone to the right, then let go, the stone will be cut by the line segment, Cutting fallen stone blocks creates a smooth path.', 'https://img.gamemonetize.com/1os95mslzi4usrwcq68f27b4gxq71agq/512x384.jpg', 'https://html5.gamemonetize.com/1os95mslzi4usrwcq68f27b4gxq71agq/', '0', 'Puzzles', 0, 0, '', 'how-to-slice'), (2926, 'Saw Hero Escape 3D', 'Here comes the game to test your reflexes! It is your task to help the hero successfully enter the finish gate! You need to avoid all obstacles. Watch out for some obstacles that keep moving! Come on!', 'https://img.gamemonetize.com/9flf1tovxgwg1opwzjllw8x2qs28klyj/512x384.jpg', 'https://html5.gamemonetize.com/9flf1tovxgwg1opwzjllw8x2qs28klyj/', '0', 'Arcade', 0, 0, '', 'saw-hero-escape-d'), (2927, 'Fashion Off The Shoulder Dress', 'Fashion girls Zoe, Rebecca and Iris are all like off-the-shoulder dress. The difference is that Zoe likes light colors such as pink, sky blue, white, etc...floral dress is Iriss favourtie and Rebecca likes dark blue, burgundy, black and other elegant colors. Anyway, the same thing is that they like off-the-shoulder style! Now, help them put on fashion off-the-shoulder dresses!', 'https://img.gamemonetize.com/udkfkaz8dr7hsdtbltxxijzjvdhvfmeu/512x384.jpg', 'https://html5.gamemonetize.com/udkfkaz8dr7hsdtbltxxijzjvdhvfmeu/', '0', 'Girls', 0, 0, '', 'fashion-off-the-shoulder-dress'), (2928, 'Popular 80s Fashion Trends', 'Welcome to the Popular 80&rsquo;s Fashion Trends. Rainbow high school girls are in love with the 80&rsquo;s style. And they are going to dress up accordingly. Who else loves it? Have you ever created an 80&rsquo;s style outfit? Here is your chance to create four different ones, one for each girl. The wardrobe is stacked with tones of clothes waiting for you, so have fun dressing them up!', 'https://img.gamemonetize.com/lc9pgtr3a2d6osu8z8xygndhppzivpyn/512x384.jpg', 'https://html5.gamemonetize.com/lc9pgtr3a2d6osu8z8xygndhppzivpyn/', '0', 'Girls', 0, 0, '', 'popular-s-fashion-trends'), (2929, 'Tomb of the Mask Online', 'This time, the mystic mask and your passion for adventure led you into a new kind of maze. Moving from wall to wall, you need to paint over every corner of the labyrinth to make your way to the next one. But beware: some of them are not as safe as they seem to be.', 'https://img.gamemonetize.com/q2e8qn3pkj46rqw2lsg4xhfl3u82be5m/512x384.jpg', 'https://html5.gamemonetize.com/q2e8qn3pkj46rqw2lsg4xhfl3u82be5m/', '0', 'Puzzles', 0, 0, '', 'tomb-of-the-mask-online'), (2930, 'Minecraft Hidden Golden Blocks', 'Minecraft Hidden Golden Blocks is a wonderful online game with hidden objects. Find out the hidden golden blocks in the specified images. Each level has 10 hidden golden blocks. There are 10 levels in total. The time is limited so be fast and find all hidden objects before time runs out. Clicking in the wrong place several times reduces the time by an additional 5 seconds. So, if you are ready start the game and have fun!', 'https://img.gamemonetize.com/om1k5ptuj8stk1i6b0wc0kcjj7dtgyy0/512x384.jpg', 'https://html5.gamemonetize.com/om1k5ptuj8stk1i6b0wc0kcjj7dtgyy0/', '0', 'Puzzles', 0, 0, '', 'minecraft-hidden-golden-blocks'), (2931, 'Fashion Tailor Clothing 3d', 'Fashion Tailor Clothing 3D is an addicting 3D game, you will become a tailor and your task is to cut out fashionable dresses for different girls. These girls all love fashion, but they cant afford the expensive price for those skirts, so help them! The only thing you need to do in this game Fashion Tailor 3D is tap the screen, sounds easy, right? What are you waiting for?', 'https://img.gamemonetize.com/x0nxuoqwz6pjyluey6h7o4xkxkpdasnh/512x384.jpg', 'https://html5.gamemonetize.com/x0nxuoqwz6pjyluey6h7o4xkxkpdasnh/', '0', 'Puzzles', 0, 0, '', 'fashion-tailor-clothing-d'), (2932, 'Extreme Drag Racing', 'Extreme Drag Racing game is a fantastic simulation where you have to shift gears right at the time for Max speed and beat your opponents. Different options of car each one has unique stats and features. Choose your car and Race to the win.', 'https://img.gamemonetize.com/405ipfbnhci4t2jj9s1bu19yhfxl4hss/512x384.jpg', 'https://html5.gamemonetize.com/405ipfbnhci4t2jj9s1bu19yhfxl4hss/', '0', 'Racing', 0, 0, '', 'extreme-drag-racing'), (2933, 'Social Media Fashion Trends', 'Social Media Fashion Trend is a dress up game for girls. Recently, social network style dressing is very popular among girls. They like to make their clothes and hairstyle into the style of app icons. Adler, Jed and Rebecca have also heard about this trend. They are very interested and want to try it. Please help them make new hairstyles and choose new clothes!', 'https://img.gamemonetize.com/pt9yhsq6grhxovlc1mgljnubk7yg5egr/512x384.jpg', 'https://html5.gamemonetize.com/pt9yhsq6grhxovlc1mgljnubk7yg5egr/', '0', 'Hypercasual', 0, 0, '', 'social-media-fashion-trends'), (2934, 'War of Castle Rush royale and Drag and Drop', 'War of Castle: Rush Royale and Drag and drop is an addictive drag and drop game. Drag and drop the brave little man to fight the onslaught of bats! Your goal is to destroy all enemies by gently moving your character across the screen. Collect bonuses, upgrade weapons, and evolve to tackle increasingly difficult levels. Demonstrate dexterity and strategic thinking to become a true master of the bat hunt!', 'https://img.gamemonetize.com/vr1c4gm0p22t80alwkfy1il3p6wvp14j/512x384.jpg', 'https://html5.gamemonetize.com/vr1c4gm0p22t80alwkfy1il3p6wvp14j/', '0', 'Arcade', 0, 0, '', 'war-of-castle-rush-royale-and-drag-and-drop'), (2935, 'Coin Hunters Odyssey', 'Coin Hunters Odyssey is a thrilling adventure game that challenges players to collect nine coins in each level and use them to unlock the door to the next room. With 13 levels to explore, players will need to use their wits and puzzle-solving skills to navigate through each room and progress to the next level. Along the way, theyll encounter various obstacles and challenges, including tricky mazes, locked doors, and hidden traps. Can you collect all the coins and make it through all 13 levels to complete the Coin Hunters Odyssey?', 'https://img.gamemonetize.com/m1yhzv5gw929hmf29f4xtuk1xusof4rz/512x384.jpg', 'https://html5.gamemonetize.com/m1yhzv5gw929hmf29f4xtuk1xusof4rz/', '0', 'Adventure', 0, 0, '', 'coin-hunters-odyssey'), (2936, 'rider 2023', 'Perform insane stunts while you cruise through the never-ending world of Rider 2! Grab your motorcycle and start flipping to get unlimited coins! Make insane jumps and challenge your opponents with the best scores. You can buy your own favorite motorcycle and become master rider in flipping your bike.', 'https://img.gamemonetize.com/q9vlc7cdbzuaphuebcriv09cq2f7l2td/512x384.jpg', 'https://html5.gamemonetize.com/q9vlc7cdbzuaphuebcriv09cq2f7l2td/', '0', 'Adventure', 0, 0, '', 'rider-'), (2937, 'Prankster 3D', 'Prankster 3D is an original free online puzzle game for kids. In this game, you need to find the textbook according to the hints, answer the questions correctly, and escape the room with the key without being discovered by the prankster. Reasonable use of the small map in the upper right corner makes it easier to judge the opponents location. Watch out for him suddenly appearing behind you!', 'https://img.gamemonetize.com/4yaw9ys0bmonsznh1a93vb8pysbk38ct/512x384.jpg', 'https://html5.gamemonetize.com/4yaw9ys0bmonsznh1a93vb8pysbk38ct/', '0', 'Boys', 0, 0, '', 'prankster-d'), (2938, 'Flagron', 'Bombed in the Woods is a thrilling mobile game that will test your reflexes and timing skills. You play as a character who goes into the forest with an axe to chop down some trees, but unfortunately, you get caught in the crossfire of a bombing raid by enemy planes. Your goal is to dodge the bombs that rain down from the sky and collect coins along the way to complete the mission as quickly as possible. The gameplay is simple yet addictive. You can move your character left or right to avoid the bombs, and you have to keep an eye on the clock as you race against time to finish the mission. With each coin you collect, you earn points that will help you unlock new levels and characters. Bombed in the Woods is available on both iOS and Android, so you can take the excitement with you wherever you go. Can you survive the bombing raid and complete the mission before time runs out? Download the game today to find out!', 'https://img.gamemonetize.com/rulkze32zgdqpvf0w69thxb1u4boe5g3/512x384.jpg', 'https://html5.gamemonetize.com/rulkze32zgdqpvf0w69thxb1u4boe5g3/', '0', 'Adventure', 0, 0, '', 'flagron'), (2939, 'ocean bubble shooter 2023', 'Valentines Day Makeup Day is a fun girl game, make your queen very cute', 'https://img.gamemonetize.com/fauy9tnftwv87hygnx2ytb9rayp0bv5y/512x384.jpg', 'https://html5.gamemonetize.com/fauy9tnftwv87hygnx2ytb9rayp0bv5y/', '0', 'Girls', 0, 0, '', 'ocean-bubble-shooter-'), (2940, 'Car Football 3D', 'play soccer with your car and try to score the most goals', 'https://img.gamemonetize.com/fuzrx9k5kj56o9nhlifou6j8uf8r7r2b/512x384.jpg', 'https://html5.gamemonetize.com/fuzrx9k5kj56o9nhlifou6j8uf8r7r2b/', '0', 'Soccer', 0, 0, '', 'car-football-d'), (2941, 'Ninja Guy 2', 'Go through challenging missions to save his ninja master.Help him on this road!', 'https://img.gamemonetize.com/wc53o973tlaxj5o1gvdwaqih6kfoq6lt/512x384.jpg', 'https://html5.gamemonetize.com/wc53o973tlaxj5o1gvdwaqih6kfoq6lt/', '0', 'Arcade', 0, 0, '', 'ninja-guy-'), (2942, 'Tri Achnid', 'Tri-Achnid is an action game about guiding a three-legged creature who wants to save its egg sack and larvae after its mate has been eaten by a large monster.', 'https://img.gamemonetize.com/nd9piv269z3dzilndqmv8dka11yyr11q/512x384.jpg', 'https://html5.gamemonetize.com/nd9piv269z3dzilndqmv8dka11yyr11q/', '0', 'Action', 0, 0, '', 'tri-achnid'), (2943, 'Blumgi Slime Jump Game', 'Blumgi Slime is an arcade game that will put your timing and aiming skills to the test by jumping to the finish line. You control a cute bouncy character that can only move around by jumping. Hold down the action button to channel your strength - the longer you hold it down, the higher and more intensely you will jump. Pass over various types of obstacles to touch the checkered platform. Each stage will introduce something fun and quirky in this game from new colors to obstacle types. Youll ap', 'https://img.gamemonetize.com/gvpbnor2tt5g4ww5kzwvumobrij83cq4/512x384.jpg', 'https://html5.gamemonetize.com/gvpbnor2tt5g4ww5kzwvumobrij83cq4/', '0', 'Action', 0, 0, '', 'blumgi-slime-jump-game'), (2944, 'Carrot Ninja Runner', 'Carrot Ninja Runner is an exciting game where you play as a ninja with a carrot-like appearance. Using the arrow keys on your keyboard, you must run, jump, slide and fight through various levels, collecting coins along the way. With colorful graphics, catchy music, and addictive gameplay, Carrot Ninja Runner is a fun game for all ages. Upgrade your ninjas weapons and abilities with the coins you collect and overcome increasingly difficult challenges .So, get ready to experience an action', 'https://img.gamemonetize.com/d7k4tq77ojrbwgfkfqulv8u11cnzqcyd/512x384.jpg', 'https://html5.gamemonetize.com/d7k4tq77ojrbwgfkfqulv8u11cnzqcyd/', '0', 'Adventure', 0, 0, '', 'carrot-ninja-runner'), (2945, 'Hyper Drift!', 'Every Car race is based on winning and also it includes some kinds of stunts but majorly its for enjoying. Drift beyond your possibilities and win the race. Let the Finish Line know who you are.', 'https://img.gamemonetize.com/xalw7kz8j9zqkklw1andoa44n4a75qt5/512x384.jpg', 'https://html5.gamemonetize.com/xalw7kz8j9zqkklw1andoa44n4a75qt5/', '0', 'Sports', 0, 0, '', 'hyper-drift'), (2946, 'Brain IQ test Minecraft Quiz', 'Know more than others and are ready to test it? Then you should definitely play the our game \\\\\\\\\\\\\\\\\\\\\\\\Brain IQ test: Minecraft Quiz\\\\\\\\\\\\\\\\\\\\\\\\. We have collected in the game different questions that will test your knowledge and erudition. Without them or masterful intuition, you can not beat your opponents. The game is multiplayer, so before entering the level there is a random selection of opponents from your league. All the characters in the game are made in the style of Minecraft. Connoisseurs of this genre will definitely like the art of the game. But to see it, you will need to raise your ranking and go to the top leagues. To do this you need to score points by defeating opponents in intellectual duels. For victories will be given not only points, but also new characters, as well as HAKI. These can be used in any tricky situation, when you don\\\\\\\\\\\\\\\\\\\\\\\\t have enough time to answer (Froze) or when you don\\\\\\\\\\\\\\\\\\\\\\\\t know the right answer (Save). Good luck!', 'https://img.gamemonetize.com/3dzbgih85u3f5aevetqdr0x528cs92ri/512x384.jpg', 'https://html5.gamemonetize.com/3dzbgih85u3f5aevetqdr0x528cs92ri/', '0', 'Puzzles', 0, 0, '', 'brain-iq-test-minecraft-quiz'), (2947, 'Anime Avatar Creator', 'Anime Avatar Creator is a very popular dress up game. Have you ever designed your own avatar? In this game, you can design anime avatars in your own style. We carefully selected lots of beautiful accessories, clothes, backgrounds, special effects and makeup etc. If you are interested in anime and art, and need to relax, this is the best choice for you! Have a good day.', 'https://img.gamemonetize.com/237aqlnw7riox3dtugdvqy5hvgfm934u/512x384.jpg', 'https://html5.gamemonetize.com/237aqlnw7riox3dtugdvqy5hvgfm934u/', '0', 'Girls', 0, 0, '', 'anime-avatar-creator'), (2948, 'Hungry Fish Evolution', 'Hungry Fish Evolution is a free online game for kids. In the beginning, you are an ordinary fish who needs to eat small fish to evolve into a big one. At the same time, you need to show superb dodging skills, avoid dangerous giant fish, and avoid your own death. Keep winning in the game, devour all kinds of opponents in front of you, and become the ultimate winner!', 'https://img.gamemonetize.com/a45hihs4nijhl1p5c97sw0uuh2dwx5sm/512x384.jpg', 'https://html5.gamemonetize.com/a45hihs4nijhl1p5c97sw0uuh2dwx5sm/', '0', 'Boys', 0, 0, '', 'hungry-fish-evolution'), (2949, 'Pixel Peak', 'Pixel Peak is an exciting 2D platformer game where players take control of a red-hatted character who must constantly jump upward to overcome various obstacles and reach the top of the level. The game features a pixelated art style that harkens back to classic games of the 80s and 90s, adding a nostalgic touch to the gameplay. In Pixel Peak, players must navigate through a series of increasingly challenging levels, each filled with unique obstacles such as moving platforms, enemies, and other hazards. Along the way, players can collect power-ups and bonuses that will help them reach new heights and overcome the challenges they face. One of the standout features of Pixel Peak is its simple, yet addictive gameplay. The controls are easy to learn, with players only needing to jump and maneuver left or right as they climb ever higher. The game also features a high level of replayability, with players able to replay levels in order to achieve higher scores and earn new achievements. Pixel Peak is a game that is suitable for players of all ages, offering a fun and challenging experience that will keep players coming back for more. With its charming pixel art style, addictive gameplay, and challenging levels, Pixel Peak is a platformer game that is sure to provide hours of entertainment for players of all skill levels. Overall, Pixel Peak is a fantastic addition to the platformer genre, offering a fun and engaging gameplay experience that is sure to delight players of all ages.', 'https://img.gamemonetize.com/m1ocxgm1dlvp23cgrkly1ja6x018m7l8/512x384.jpg', 'https://html5.gamemonetize.com/m1ocxgm1dlvp23cgrkly1ja6x018m7l8/', '0', 'Racing', 0, 0, '', 'pixel-peak'), (2950, 'Which Brand Are You Like 2', 'Hey, girl, which one brand of clothing are you like? Urban Outfitters, Forever 21, or HM? And, Sofia, Adella, Jade, who is your favourite princess? Do you want to choose the clothing brand you like for your favourite girl? In this dress up game you can do it! Pick one girl, and then choose one brand and buy the clothes for her, finally, you can dress the girl in the brands clothing. Enjoy!', 'https://img.gamemonetize.com/c5aorokeha87fu6uc03obf5bgfqnyzxr/512x384.jpg', 'https://html5.gamemonetize.com/c5aorokeha87fu6uc03obf5bgfqnyzxr/', '0', 'Girls', 0, 0, '', 'which-brand-are-you-like-'), (2951, 'Baby Taylor Tea Party', 'Taylor is a girl who likes delicious food. She eats afternoon tea every afternoon. This is her happiest time. Today Taylor decided to invite Jessica to her home to have an afternoon tea party. Please help Taylor make food, and then prepare to welcome Jessica\\\\s arrival! Have fun!', 'https://img.gamemonetize.com/hrfo7jol5dx7tpjkk16fzaxutdhveht7/512x384.jpg', 'https://html5.gamemonetize.com/hrfo7jol5dx7tpjkk16fzaxutdhveht7/', '0', 'Girls', 0, 0, '', 'baby-taylor-tea-party'), (2952, 'Maze Black And Withe', 'Pass all the 10 levels in this challenge game and your objective is move the ball and collect all the objects for unlock the next door and avoid all the walls for pass the other levels.', 'https://img.gamemonetize.com/9xu2v0kg34ch4tgraj14peowlq363xja/512x384.jpg', 'https://html5.gamemonetize.com/9xu2v0kg34ch4tgraj14peowlq363xja/', '0', 'Hypercasual', 0, 0, '', 'maze-black-and-withe'), (2953, 'Cubic Link Exclusive', 'Cubic Link is a drag&release game. This version of the game has unique shop system for players. Super fun educational game. It increases the thinking skills.', 'https://img.gamemonetize.com/nzmlcer3vz4auwoz40n0evsjslhg6m2r/512x384.jpg', 'https://html5.gamemonetize.com/nzmlcer3vz4auwoz40n0evsjslhg6m2r/', '0', 'Puzzles', 0, 0, '', 'cubic-link--exclusive'), (2954, 'ABC words', 'ABC words is a game developed for children with the aim of teaching words through pictures. Excellent educational content. Game developed by: Nau.kids', 'https://img.gamemonetize.com/q4ccg92knton5ff3bdcjrqc57r0i8hj8/512x384.jpg', 'https://html5.gamemonetize.com/q4ccg92knton5ff3bdcjrqc57r0i8hj8/', '0', 'Clicker', 0, 0, '', 'abc-words'), (2955, 'Ninja Guy', 'Go through challenging missions to save his ninja master.Help him on this road.', 'https://img.gamemonetize.com/7vtsa0yrapgwjqn3n0foc989vz4qkcon/512x384.jpg', 'https://html5.gamemonetize.com/7vtsa0yrapgwjqn3n0foc989vz4qkcon/', '0', 'Arcade', 0, 0, '', 'ninja-guy'), (2956, 'Gempicker', 'Gempicker is a fun puzzle and ability game that challenges you to pick the right gems from two boards in the right order. Trust us, it\'s harder than it sounds, but so satisfying when you get it right! The good news is, there\'s usually some symmetry between the boards that can give you a helpful clue and make the puzzle-solving process a little easier.', 'https://img.gamemonetize.com/ih3gb92maf9hg0dvjqptw3vuiapvvua2/512x384.jpg', 'https://html5.gamemonetize.com/ih3gb92maf9hg0dvjqptw3vuiapvvua2/', '0', 'Puzzles', 0, 0, '', 'gempicker'), (2957, 'Drawing Rainbow Rescue', 'Drawing Rainbow Rescue is an exciting adventure game where the player has to draw to save the Rainbow from bees. In a colorful and vibrant world, bees are threatening to destroy the rainbow. To prevent this, the player must use their creativity and draw different objects that will distract the bees and prevent them from reaching the Rainbow. With challenging levels and a captivating soundtrack, Drawing Rainbow Rescue is the perfect game for anyone who loves to draw and have fun.', 'https://img.gamemonetize.com/bf56984zxv18umqe1fsfoqt3uunmar6n/512x384.jpg', 'https://html5.gamemonetize.com/bf56984zxv18umqe1fsfoqt3uunmar6n/', '0', 'Puzzles', 0, 0, '', 'drawing-rainbow-rescue'), (2958, 'Roper Pass Game', 'Roper is a platform game where you control a running character with a single tap across many levels with obstacles and cliffs. Your character runs automatically and only stops when he hits a solid object or a wall. Tap and jump at the right moment to keep your character running in the right direction, and tap again and hold to swing off of platforms with the brown circle. You must collect all of the coins in the level to successfully complete it. Can you finish all 100 levels in Roper?', 'https://img.gamemonetize.com/ezg35etltwxr192d39fxdsscf2pxt4xy/512x384.jpg', 'https://html5.gamemonetize.com/ezg35etltwxr192d39fxdsscf2pxt4xy/', '0', 'Puzzles', 0, 0, '', 'roper-pass-game'), (2959, 'Idle Island', 'Its time for an adventure! Gather resources, build bridges, explore the island and win battles. Set out to rescue your princess from the hands of the villain!', 'https://img.gamemonetize.com/xieqjrwjpb0jtg80c5c5qmar0ffmvil6/512x384.jpg', 'https://html5.gamemonetize.com/xieqjrwjpb0jtg80c5c5qmar0ffmvil6/', '0', 'Adventure', 0, 0, '', 'idle-island'), (2960, 'Candy Mahjong Tiles', 'Candy Mahjong Tiles is tiles based pair matching game. Collect the pairs of identical tiles by clicking or tapping them. You can collect only those tiles which are open from the either left or right side. Get a perfect match for every tile to complete a level. Complete all the levels to win the game.', 'https://img.gamemonetize.com/yxci46m9uz7wdbqtovg4a8518mdmvr6w/512x384.jpg', 'https://html5.gamemonetize.com/yxci46m9uz7wdbqtovg4a8518mdmvr6w/', '0', 'Puzzles', 0, 0, '', 'candy-mahjong-tiles'), (2961, 'Pro Cycling 3D Simulator', 'Here is a bicycle-racing simulation arcade game on 3D country roads. You are able to control the rider and win all five tournament missions. When you lift the handlebar, you can win extra coins. Absolutely, you can still win coins after you complete the current level.', 'https://img.gamemonetize.com/9gtgrirq9e5jv4g0y606094wsxfseusk/512x384.jpg', 'https://html5.gamemonetize.com/9gtgrirq9e5jv4g0y606094wsxfseusk/', '0', 'Arcade', 0, 0, '', 'pro-cycling-d-simulator'), (2962, 'Hippo Wedding Party', 'Hippo Wedding Party game in which Hippo\\\\s cousin is getting married! The whole town of Hippo is waiting for this wedding planner. Now, the wedding preparations are in full swing. Now is the time to visit the bridal store, choose the dress, do the makeup and of course find the most beautiful flowers. An amazing wedding is waiting for you!', 'https://img.gamemonetize.com/l4x5pnogsr8bnz3hmt6ai60kyfiziu7l/512x384.jpg', 'https://html5.gamemonetize.com/l4x5pnogsr8bnz3hmt6ai60kyfiziu7l/', '0', 'Hypercasual', 0, 0, '', 'hippo-wedding-party'), (2963, 'Weekend Life Choice', 'Barbara is a beautiful and clever fashion girl, she loves life so much. Today she wants to have a wonderful weekend, can you help her to make some choices and experience some different stories?', 'https://img.gamemonetize.com/b09000s2yungl8h4ipigtd2u8xt53mzq/512x384.jpg', 'https://html5.gamemonetize.com/b09000s2yungl8h4ipigtd2u8xt53mzq/', '0', 'Girls', 0, 0, '', 'weekend-life-choice'), (2964, 'Impossible Tower', 'Try to escape from the tough castle!', 'https://img.gamemonetize.com/q1mjdilp4yurzvx1sc9psyj7p1971sun/512x384.jpg', 'https://html5.gamemonetize.com/q1mjdilp4yurzvx1sc9psyj7p1971sun/', '0', 'Adventure', 0, 0, '', 'impossible-tower'), (2965, 'Capy Adventure', 'Capy Adventure is a platformer game where you play as a capybara who must stomp on enemies and reach the end of each level. Explore colorful and diverse environments, and use your skills and abilities to overcome various obstacles and challenges. Collect coins, power-ups and secrets along the way, and face off against boss enemies that will test your reflexes and strategy. Capy Adventure is a fun and engaging game for players of all ages who love classic platforming action.', 'https://img.gamemonetize.com/jji2orztdsfv0jeh1m0u1iiwiran1wpa/512x384.jpg', 'https://html5.gamemonetize.com/jji2orztdsfv0jeh1m0u1iiwiran1wpa/', '0', 'Arcade', 0, 0, '', 'capy-adventure'), (2966, 'Save Egg', 'Do you like platform games and eggs? Then youll love this game where youll have to jump from one platform to another, collecting colored balloons to keep the balance of a giant egg that keeps floating. But be careful, its not all balloons. There are also stars that give you extra points and bats that take them away. How long will you last without breaking the egg or falling? Choose your character and find out in this fun and challenging game!', 'https://img.gamemonetize.com/7anaacaznz3jpxa7zh8is9t61pa1iasl/512x384.jpg', 'https://html5.gamemonetize.com/7anaacaznz3jpxa7zh8is9t61pa1iasl/', '0', 'Hypercasual', 0, 0, '', 'save-egg'), (2967, 'Bakery Protection', 'Bakery Protection is an exciting online video game that pits players against hordes of hungry, flesh-eating zombies who are intent on devouring everything in sight, including the delicious treats in your bakery! As the player, you are tasked with defending your bakery from these undead attackers, using an array of weapons and defenses to keep them at bay. The game is set in a post-apocalyptic world where a virus has turned most of the population into zombies. As the last surviving baker in the city, its up to you to protect your bakery at all costs. With each wave of zombies that comes your way, you must use your skills and strategic thinking to build and upgrade your defenses, set traps, and unleash powerful attacks to keep the zombies at bay. The game features a variety of different levels, each with its own unique challenges and zombie types. As you progress through the levels, you will encounter tougher and more dangerous zombies, including giant bosses that will require all your skills to defeat. With its addictive gameplay, fast-paced action, and satisfying zombie-smashing mechanics, Bakery Protection is a game that will keep you coming back for more. So grab your weapons, stock up on supplies, and get ready to defend your bakery from the zombie apocalypse!', 'https://img.gamemonetize.com/bsyo5m019rwhqn2zoqfi2i6otaxmrn6c/512x384.jpg', 'https://html5.gamemonetize.com/bsyo5m019rwhqn2zoqfi2i6otaxmrn6c/', '0', 'Shooting', 0, 0, '', 'bakery-protection'), (2968, 'garbage', 'Dodge the waves of trash. Survive the attacking trash until you reach a high score. https://alexithacb.itch.io/garbage-attack https://alexbcgames.blogspot.com/ Esquiva las oleadas de basura. Sobrevive a la basura Que ataca Hasta Llegar a Una puntuaci&oacute;n alta. https://alexithacb.itch.io/garbage-attack https://alexbcgames.blogspot.com/', 'https://img.gamemonetize.com/gqs5dyt4608c6dzgz2pfp1jrr8ge6jbz/512x384.jpg', 'https://html5.gamemonetize.com/gqs5dyt4608c6dzgz2pfp1jrr8ge6jbz/', '0', 'Boys', 0, 0, '', 'garbage'), (2969, 'Among Memory Match', 'Among Memory Match is a simple classic board game with among theme which can help and challenging your brain skill of memory. And reach highest score as possible while timer is decreased every second.', 'https://img.gamemonetize.com/wodpi5142ch1r7gj29o5kl45tk7l77xk/512x384.jpg', 'https://html5.gamemonetize.com/wodpi5142ch1r7gj29o5kl45tk7l77xk/', '0', 'Puzzles', 0, 0, '', 'among-memory-match'), (2970, 'Amgel Easy Room Escape 77', 'AmgelEscape - Amgel Easy Room Escape 77 is another point and click escape game developed by Amgel Escape. In this game, you are locked in a room and you have to try to escape the room by finding items and solving puzzles. Show your best escaping skills to escape from the room. Can you able to escape from the room successfully? Good luck and have fun!', 'https://img.gamemonetize.com/khpiw6nc3qr9v94ax7jru3ecwd89tdtl/512x384.jpg', 'https://html5.gamemonetize.com/khpiw6nc3qr9v94ax7jru3ecwd89tdtl/', '0', 'Puzzles', 0, 0, '', 'amgel-easy-room-escape-'), (2971, 'Draw Rainbow Ninja', 'Draw Rainbow Ninja is an exciting casual game that has taken the online gaming world by storm. This game is published on taptapking.com and is free to play. It is a game that requires players to draw a trajectory to eliminate enemies. This game falls under the category of casual games, which are known for their simple gameplay, easy-to-learn mechanics, and relaxed pace. Draw Rainbow Ninja, however, has an added element of action, which makes it even more enjoyable. Players are required to use their ninja skills to slice through enemies by drawing the perfect trajectory. Website Developer <a href=\'https://kiz10.com\'>https://kiz10.com</a>', 'https://img.gamemonetize.com/z1tz4ud5d4z9ve210t5wa0cnv8jjoa7b/512x384.jpg', 'https://html5.gamemonetize.com/z1tz4ud5d4z9ve210t5wa0cnv8jjoa7b/', '0', 'Hypercasual', 0, 0, '', 'draw-rainbow-ninja'), (2972, 'Xtreme Demolition Arena Derby HTML5', 'smashing into opponents in a massive 3D arena! As you demolish cars and emerge victorious, youll earn cash that you can use to upgrade and customize your car, making it a more stylish and high-performing machine! Get ready for the ultimate demolition derby experience, where only the strongest will survive! The drifing mechanics in Xtreme Demolition Arena Derby are simply amazing! Youll be able to slide your car around corners and execute spectacular drifts, leaving your opponents in the dust! This game is perfect for anyone who loves to feel the adrenaline rush of high-speed car battles. The crash cars in Xtreme Demolition Arena Derby are incredibly detailed and realistic. Youll be able to smash and destroy cars in the most spectacular ways possible! Get ready to see some truly epic wrecks as you battle it out in the arena.', 'https://img.gamemonetize.com/uiknim0ipqpoiz1s2aggyr2orfm3hs7b/512x384.jpg', 'https://html5.gamemonetize.com/uiknim0ipqpoiz1s2aggyr2orfm3hs7b/', '0', 'Racing', 0, 0, '', 'xtreme-demolition-arena-derby-html'), (2973, 'DIY Paper Doll', 'DIY Paper Doll is a very unique dress up game. Come and design your own style of paper doll with fancy clothes, makeups, shoes, hair, accessories, etc. Do you know that your paper doll in this game goes to school and she has her crush in school? She also has best friend and they often hang out together. Help her dress up for the occasions in her daily life and have a good time!', 'https://img.gamemonetize.com/s6lykmrt8jyimu5k29t7zkg2vwyjxa6g/512x384.jpg', 'https://html5.gamemonetize.com/s6lykmrt8jyimu5k29t7zkg2vwyjxa6g/', '0', 'Girls', 0, 0, '', 'diy-paper-doll'), (2974, 'Lucky Doll', 'Make K-webtoon style characters! It will be the cutest character in the world. Choose face, skin, hair and makeup to customize your character. Add your own character and cute stickers on the screen. Share your scenes on SNS and have fun with your friends!', 'https://img.gamemonetize.com/nzoc23syt1wjn7repskglxoeg7w0ttbc/512x384.jpg', 'https://html5.gamemonetize.com/nzoc23syt1wjn7repskglxoeg7w0ttbc/', '0', 'Girls', 0, 0, '', 'lucky-doll'), (2975, 'Bicycle Stunt 3D', 'Here is a bicycle stunt avoding arcade game under the third-person 3D view. It is managed for you to dodge all the obstacles by jumping and sliding. Dont hold the action button when you are still far away from the next obstacle. I suggest you to tap the button on the perfect timing.', 'https://img.gamemonetize.com/v8la34cocqinz13xdmb3ff3xga8lzbzz/512x384.jpg', 'https://html5.gamemonetize.com/v8la34cocqinz13xdmb3ff3xga8lzbzz/', '0', 'Arcade', 0, 0, '', 'bicycle-stunt-d'), (2976, 'Ninja Head Ball', 'Play as a ninja and score goals with your head in this exciting head Ball game! Ninja Head Ball is a thrilling soccer game that puts your ninja skills to the test! Play as a ninja and compete in matches against other players from around the world. Use your head to score goals and defeat your opponents.', 'https://img.gamemonetize.com/186gqokhhndpvari7bemzg0bwa9gd1fw/512x384.jpg', 'https://html5.gamemonetize.com/186gqokhhndpvari7bemzg0bwa9gd1fw/', '0', 'Sports', 0, 0, '', 'ninja-head-ball'), (2977, 'Kid Alex Adventures', 'Help little steve, who lost his father, in his adventures.Be careful not to die in the adventure!', 'https://img.gamemonetize.com/fukwj5jenb5jbs5uxqtpqishuxawtkbf/512x384.jpg', 'https://html5.gamemonetize.com/fukwj5jenb5jbs5uxqtpqishuxawtkbf/', '0', 'Adventure', 0, 0, '', 'kid-alex-adventures'), (2978, 'Water Puzzle', 'Water Sort Puzzle a simple and addictive puzzle game. Use and storm your brain and try to solve each puzzle.', 'https://img.gamemonetize.com/9i1ndrssfwco5zpjgk96gdk85iasplfo/512x384.jpg', 'https://html5.gamemonetize.com/9i1ndrssfwco5zpjgk96gdk85iasplfo/', '0', 'Puzzles', 0, 0, '', 'water-puzzle'), (2979, 'Ball Drop Blitz', 'Create a path for you balls and avoid obstacles to rich the level. To win, you have to reach the finish with enough balls.', 'https://img.gamemonetize.com/qtvd54m2mf3eoh2ekfol6ubenakz0x92/512x384.jpg', 'https://html5.gamemonetize.com/qtvd54m2mf3eoh2ekfol6ubenakz0x92/', '0', 'Arcade', 0, 0, '', 'ball-drop-blitz'), (2980, 'Math With Dino ', 'Maths With Dino is an engaging educational game that features 4 interactive maths exercises suitable for children with varying ages and abilities. Designed to cater to children aged 5 to 15, the game provides an excellent opportunity to enhance their mathematical skills in a fun and interactive way. The exercises are challenging yet enjoyable, and the game\'s simple design ensures that children can navigate it with ease. The high-resolution graphics further enhance the gaming experience, making Maths With Dino an excellent choice for children who love maths and games alike.', 'https://img.gamemonetize.com/i265d58auyw5ur0hn0jwfijozyuf2dg5/512x384.jpg', 'https://html5.gamemonetize.com/i265d58auyw5ur0hn0jwfijozyuf2dg5/', '0', 'Puzzles', 0, 0, '', 'math-with-dino-'), (2981, 'War Lands 2', 'War Lands is a fantastic action RPG adventure. Immerse yourself in a magical world and destroy the evil creatures encroaching on the kingdom! You will face hordes of skeletons, wizards, trolls and many other enemies waiting for you in different parts of the map. Get ready for unexpected attacks from archers and carefully pass through the traps. Be sure to destroy barrels, wooden boxes and other environmental objects in order to find useful items and pump the characteristics of your character! Start playing War Lands now and enjoy great fighting animations with fantasy creatures!', 'https://img.gamemonetize.com/oljjmrqt012pa246cjetkvm1natym9ia/512x384.jpg', 'https://html5.gamemonetize.com/oljjmrqt012pa246cjetkvm1natym9ia/', '0', 'Action', 0, 0, '', 'war-lands-'), (2982, 'Furious Soldier 2', 'Your squad in Furious Soldier 2 was tasked with scouting an area where a secret underground bunker was discovered. The guys are masked and well armed. There must be something unclean here. According to preliminary information, there is some kind of laboratory here. But before you get to her, you have to fight. You will receive missions in Furious Soldier 2. They are. To exterminate a certain number of enemies standing in the way.', 'https://img.gamemonetize.com/472hspapj0lxuu92tik08vbtqcurhs1d/512x384.jpg', 'https://html5.gamemonetize.com/472hspapj0lxuu92tik08vbtqcurhs1d/', '0', 'Action', 0, 0, '', 'furious-soldier-'), (2983, 'Zombie Attack', 'Zombie Attack is a action game where you have to build defense and survive wave of zombies attack, upgrade your weapons and defense to defeat variants of zombies.', 'https://img.gamemonetize.com/vm7dqkz8yrnwyinf1srexxstjno7ybp2/512x384.jpg', 'https://html5.gamemonetize.com/vm7dqkz8yrnwyinf1srexxstjno7ybp2/', '0', 'Shooting', 0, 0, '', 'zombie-attack'), (2984, 'Backyard Hoops', 'Test out your throwing skills in this fun new basketball game featuring Tom and Jerry. Can you score the most points and get the basket? Are you a hoops master? Test out your skill and get the highest score you can.', 'https://img.gamemonetize.com/335b8rivtomjcpo0y7xl7miic5t2tist/512x384.jpg', 'https://html5.gamemonetize.com/335b8rivtomjcpo0y7xl7miic5t2tist/', '0', 'Sports', 0, 0, '', 'backyard-hoops'), (2985, 'NaxRun', 'Naxrun is an endless runner game where the player takes on the role of an explorer in a cave full of dangers, such as lava balls and TNTs. The objective is to collect valuable coins while running, sliding, and jumping over obstacles. With amazing graphics and special power-ups, the player will have fun while trying to beat their high score and conquer new treasures.', 'https://img.gamemonetize.com/s0da8chvp3pu2sto4l6g4dkg8qn14cbu/512x384.jpg', 'https://html5.gamemonetize.com/s0da8chvp3pu2sto4l6g4dkg8qn14cbu/', '0', 'Arcade', 0, 0, '', 'naxrun'), (2986, 'Poppy Basketball', 'Poppy Basketball a fun sport game to play on. This is the game just to throw as many balls as you can and achieve high score. Aim the ball exactly in the basket and archive goal.', 'https://img.gamemonetize.com/5brbz412mue9yh34yua2ws3gmleu8cbo/512x384.jpg', 'https://html5.gamemonetize.com/5brbz412mue9yh34yua2ws3gmleu8cbo/', '0', 'Sports', 0, 0, '', 'poppy-basketball'), (2987, 'Spiderman Hook Rescue', 'Super Stickman Hook is an exciting online game that falls under the category of casual games, available to play for free on Kiz10.com. This game has gained immense popularity due to its engaging gameplay and unique concept of balance. The objective of Super Stickman Hook is to navigate a stickman through a variety of obstacles by swinging from one hook to another, while maintaining balance and avoiding falling off. The game requires precise timing and skill to progress through the increasingly challenging levels.Website Developer <a href=\'https://kiz10.com\'>https://kiz10.com</a>', 'https://img.gamemonetize.com/5n6ohudg7gkmr3w5m0uidprn38ghlbr7/512x384.jpg', 'https://html5.gamemonetize.com/5n6ohudg7gkmr3w5m0uidprn38ghlbr7/', '0', 'Clicker', 0, 0, '', 'spiderman-hook-rescue'), (2988, 'Wild Animal Care And Salon', '&ldquo;Wild Animal Care And Salon&rdquo; is an interactive simulation game where players take on the role of caretaker and stylist for a variety of wild animals. Players will be responsible for giving treatment, feeding, grooming, and playing with the animals to keep them healthy and happy. As they progress through the game, players will unlock new animals to care for, each with their own unique needs and personalities.', 'https://img.gamemonetize.com/g7snuhnnn1g2yfy6fkn5u9v4e93fco4e/512x384.jpg', 'https://html5.gamemonetize.com/g7snuhnnn1g2yfy6fkn5u9v4e93fco4e/', '0', 'Girls', 0, 0, '', 'wild-animal-care-and-salon'), (2989, 'Forest Boutique Tailor', 'Forest Boutique Little Tailor is an online Kids game. Choose from a wide range of clothing templates to make your customers their favorite clothes, cut fabrics to the right size, draw patterns, and sew, change lovely clerks into a variety of beautiful outfits before the tailor shop opens Check in and clean first to make customers more comfortable, save your finished clothes to your phone and share with friends, you are a master tailor!', 'https://img.gamemonetize.com/dvwvnj2icq7ns4jnrjwpfu4uw88y6qcq/512x384.jpg', 'https://html5.gamemonetize.com/dvwvnj2icq7ns4jnrjwpfu4uw88y6qcq/', '0', 'Hypercasual', 0, 0, '', 'forest-boutique-tailor'), (2990, 'Vivi Styling Fashion', 'If you are looking for dress up games, doll games, fashion games, hair games, you are highly recommended to try this game. All skin tones, hairstyles, faces, stickers, background colors are free! Be fashionable, you are going to be a fashion maker! You can get all the goods in the beauty shop by watching the advertisement. But you better not dress like a monster!', 'https://img.gamemonetize.com/q24j4va5dowy5zbd7kbvrs53xemuoo3l/512x384.jpg', 'https://html5.gamemonetize.com/q24j4va5dowy5zbd7kbvrs53xemuoo3l/', '0', 'Girls', 0, 0, '', 'vivi-styling-fashion'), (2991, 'Cute Circles', 'Cute Circles is a classic board game in the genre of memory, which helps to relieve stress and train memory in people of all ages: toddlers, preschoolers, schoolchildren, teenagers, adults and the elderly.', 'https://img.gamemonetize.com/z7sxyxmxvm2ve0bpp1o7ws5x14n9vwjo/512x384.jpg', 'https://html5.gamemonetize.com/z7sxyxmxvm2ve0bpp1o7ws5x14n9vwjo/', '0', 'Hypercasual', 0, 0, '', 'cute-circles'), (2992, 'Golf in dungeon', 'Dungeons ist not a place for Golf. Avoid traps und reach to finish.', 'https://img.gamemonetize.com/uldbddklfmzws22mn6nuh48bk4sj9e7j/512x384.jpg', 'https://html5.gamemonetize.com/uldbddklfmzws22mn6nuh48bk4sj9e7j/', '0', 'Hypercasual', 0, 0, '', 'golf-in-dungeon'), (2993, 'Kid Steve Adventures', 'Help little steve, who lost his father, in his adventures.Be careful not to die in the adventure!', 'https://img.gamemonetize.com/quhcjyjcs7nin1o6bczkfqbew26eydb3/512x384.jpg', 'https://html5.gamemonetize.com/quhcjyjcs7nin1o6bczkfqbew26eydb3/', '0', 'Adventure', 0, 0, '', 'kid-steve-adventures'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (2994, 'Box Jump', 'Jumping Box is an adventure game. Jumping Box awaits you to play and help the box pass an obstacle by jumping cliffs and avoiding obstacles. Immediately play Jumping Box and feel the sensation of passing through every obstacle.', 'https://img.gamemonetize.com/00bpln10zd0y21o5b4i1yepxt6bzt1fh/512x384.jpg', 'https://html5.gamemonetize.com/00bpln10zd0y21o5b4i1yepxt6bzt1fh/', '0', 'Adventure', 0, 0, '', 'box-jump'), (2995, 'Arthur The Mythical Hunter', 'Arthur protagonist embarks on a journey to find and capture mythical creatures. They must navigate through enchanted forests, over mountains, and across oceans, all while avoiding traps and fending off dangerous creatures.', 'https://img.gamemonetize.com/tgvcsev4518p24zsgmi242gwnfhojb8o/512x384.jpg', 'https://html5.gamemonetize.com/tgvcsev4518p24zsgmi242gwnfhojb8o/', '0', 'Boys', 0, 0, '', 'arthur-the-mythical-hunter'), (2996, 'Pets Match3', 'Welcome to Pets Match3 by vodogame.com Swipe to match 3 or more identical Pets and play fast to finish your level. explore amazing missions and complete them all. good luck!', 'https://img.gamemonetize.com/i29ob2wlmkgltglxr9tq3cldtpveh7ox/512x384.jpg', 'https://html5.gamemonetize.com/i29ob2wlmkgltglxr9tq3cldtpveh7ox/', '0', 'Puzzles', 0, 0, '', 'pets-match'), (2997, 'Find The Dressing Cupboard Key', '9minutegames - Find The Dressing Cupboard Key is another point and click Cupboard escape game developed by 9minutesgames. Assume, unfortunately you lost the key of the Cupboard and struggling to find the key. Click on the objects to interact with the them and solve the hidden puzzles to come out. Good luck and have fun!', 'https://img.gamemonetize.com/mslq1kxfz8ultlwop8ycgnkk0i8jegor/512x384.jpg', 'https://html5.gamemonetize.com/mslq1kxfz8ultlwop8ycgnkk0i8jegor/', '0', 'Puzzles', 0, 0, '', 'find-the-dressing-cupboard-key'), (2998, 'Stack Cones', 'Stack the falling cones!', 'https://img.gamemonetize.com/vsa00cr9d4lrp6jc16mj1itlm9b8oxxf/512x384.jpg', 'https://html5.gamemonetize.com/vsa00cr9d4lrp6jc16mj1itlm9b8oxxf/', '0', 'Hypercasual', 0, 0, '', 'stack-cones'), (2999, 'Save the Pumpkin', 'Save the Pumpkin is a fun Halloween adventure game in which you must save the pumpkin from spooky creatures. Are you ready for a Halloween adventure? In Save Pumpkin, you will embark on a spooky journey to rescue the pumpkin from evil creatures. Use your quick reflexes to dodge obstacles and defeat enemies in this exciting game. Save the Pumpkin is perfect for all ages and offers endless hours of fun. So, join the adventure today and become a pumpkin hero! Download now and experience the thrill of this fantastic game.', 'https://img.gamemonetize.com/77sju89fgatoh76veqcux89s4u4v3wiz/512x384.jpg', 'https://html5.gamemonetize.com/77sju89fgatoh76veqcux89s4u4v3wiz/', '0', 'Arcade', 0, 0, '', 'save-the-pumpkin'), (3000, 'Mad GunZ Online Game ', 'Get ready for the battle royale of the century in the action-packed pixel first-person shooter Mad GunZ! Grab your gun and get ready to dive into the craziest pixel shooting games online. With simple and intuitive controls, you will become a professional in no time! Find weapons and fight off enemies. Unlock more armor and gear to stay alive for as long as possible in this multiplayer shooter. Start playing Mad GunZ now!', 'https://img.gamemonetize.com/yyalqiiv14u7gd3c1jx14xdw6yfyqcip/512x384.jpg', 'https://html5.gamemonetize.com/yyalqiiv14u7gd3c1jx14xdw6yfyqcip/', '0', 'Action', 0, 0, '', 'mad-gunz-online-game-'), (3001, 'Zombie Apocalypse Zombie Z HTML5', 'Zombie Apocalypse Zombie Z is a thrilling survival game that plunges you into the heart of an undead-ravaged world. Armed only with your wits and a trusty weapon, you must fight off hordes of zombies and try to survive as long as possible. This shooting simulator is a webgl-based game that delivers high-quality graphics and immersive gameplay that will keep you on the edge of your seat. In this apocalypse game, you will be challenged to survive in a world overrun by the undead. The game is designed to be a true test of your survival skills, with realistic gunplay and weapon mechanics that make every shot count. Whether youre a seasoned shooter or a newcomer to the genre, Zombie Apocalypse Zombie Z will provide you with a thrilling challenge that you wont soon forget. Unity3D technology powers Zombie Apocalypse Zombie Z, providing you with a seamless gaming experience that immerses you in the games world. The games online functionality means that you can play with other people from around the world, testing your skills against the best zombie slayers out there. Best of all, Zombie Apocalypse Zombie Z is completely free to play! You dont need to spend a dime to experience the thrill of surviving in a zombie-infested world. So what are you waiting for? Grab your weapon and prepare for the fight of your life in Zombie Apocalypse Zombie Z!', 'https://img.gamemonetize.com/xnhne2f3ovef6xqyra18lgscula9felk/512x384.jpg', 'https://html5.gamemonetize.com/xnhne2f3ovef6xqyra18lgscula9felk/', '0', 'Shooting', 0, 0, '', 'zombie-apocalypse-zombie-z-html'), (3002, 'Eat The Fish IO', 'Game name is a free io game where you play as a deadly hungry fish with a sharp blade. Join a multiplayer arena of fish and hunt down your prey while avoidingthe sharp end of another player’s blade. Feed on other smaller fish head for boosts and grow big, dominate the sea and become the king of the the ocean.', 'https://img.gamemonetize.com/lhqk8fcb4d4tne5l2ifg5q757nldxq4y/512x384.jpg', 'https://html5.gamemonetize.com/lhqk8fcb4d4tne5l2ifg5q757nldxq4y/', '0', 'Adventure', 0, 0, '', 'eat-the-fish-io'), (3003, 'Candy Monsters Puzzle', 'You have to fill the plate with candies hidden in the candy monster\'s room by solving puzzles. The candy monster is impatiently waiting to eat the candies. You can fill all the candies on the plate and move on to the next levels. Help the Candy Monster in 50 different levels and complete the adventure. Also, this game does not contain any outgoing links.', 'https://img.gamemonetize.com/2spy4cr6gguqeqm36a2pei7tyri072qb/512x384.jpg', 'https://html5.gamemonetize.com/2spy4cr6gguqeqm36a2pei7tyri072qb/', '0', 'Puzzles', 0, 0, '', 'candy-monsters-puzzle'), (3004, 'Love Archer', 'cheerful, cunning Cupid, using your archery prowess, bow, and magical love arrows to adoring pairs. Play to your hearts content, work riddles, and shoot an arrow at a creature of your choosing. After your arrow strikes the target, they will fall into a lovely garden and be possessed by loves enchantment!', 'https://img.gamemonetize.com/hhd6iao8uvobhyv5119uytdhndciutkh/512x384.jpg', 'https://html5.gamemonetize.com/hhd6iao8uvobhyv5119uytdhndciutkh/', '0', 'Puzzles', 0, 0, '', 'love-archer'), (3005, 'Baby sheep ColoringBook', 'Baby Sheep ColoringBook is a fun and interactive online coloring game designed especially for kids. This game is perfect for children who love animals, especially cute and fluffy sheep. This coloring game offers a variety of adorable baby sheep illustrations for kids to color. From simple outlines to more detailed drawings, there are plenty of options to choose from. Children can use their creativity and imagination to color the sheep however they want, using a wide range of colors and coloring tools. The user interface is simple and easy to use, even for young children. All they need to do is select a coloring page, choose a color and start coloring! They can also use a variety of different coloring tools such as brushes, pencils, and erasers to create their own unique masterpiece. One of the best things about Baby Sheep ColoringBook is that it is completely free to use. Kids can enjoy unlimited coloring without any restrictions or hidden fees. The game is also available online, so theres no need to download or install any software. It can be accessed from any device with an internet connection, making it a great option for kids who want to color on the go. Baby Sheep ColoringBook is a wonderful online coloring game that encourages creativity, imagination, and fun. It is a great way for kids to spend their free time and explore their artistic side while learning more about these adorable farm animals.', 'https://img.gamemonetize.com/540v6mp5cck0q6t7o2dop3gxh5gr2fmk/512x384.jpg', 'https://html5.gamemonetize.com/540v6mp5cck0q6t7o2dop3gxh5gr2fmk/', '0', 'Hypercasual', 0, 0, '', 'baby-sheep-coloringbook'), (3006, 'Balloon Match Master', 'Balloon Match Master is the perfect game for anyone who loves colorful, fun, and addictive gameplay. With easy-to-learn controls and challenging levels, this game will keep you entertained for hours on end. In Balloon Match Master, your goal is to pop as many balloons as you can in each level. Youll need to match balloons of the same color to make them pop, and youll need to do it quickly to earn a high score. As you progress through the levels, youll encounter new challenges and obstacles that will test your skills and keep you on your toes.', 'https://img.gamemonetize.com/0v037pry8lfmqqp0pke3wgvp7tsur4qk/512x384.jpg', 'https://html5.gamemonetize.com/0v037pry8lfmqqp0pke3wgvp7tsur4qk/', '0', 'Puzzles', 0, 0, '', 'balloon-match-master'), (3007, 'Math Jackpot', 'This is a jackpot game but different: the pictures have been replaced by numbers and mathematical signs. So, each time you turn the crank, you must correctly answer the result of the equation, otherwise you lose your value bet!', 'https://img.gamemonetize.com/2lkho7vz2flkhg4vxoifkpr819oanaq3/512x384.jpg', 'https://html5.gamemonetize.com/2lkho7vz2flkhg4vxoifkpr819oanaq3/', '0', 'Puzzles', 0, 0, '', 'math-jackpot'), (3008, 'Dunk Shot', 'Dunk Shot Basketball is a popular basketball game that can be played on mobile devices. The game involves shooting a basketball into a hoop that moves up and down the screen, with the aim of getting as many baskets as possible within a set time limit. Collect stars to buy more balls.', 'https://img.gamemonetize.com/nfungeu1lgtd3uholrztk9r8gwwgtsxl/512x384.jpg', 'https://html5.gamemonetize.com/nfungeu1lgtd3uholrztk9r8gwwgtsxl/', '0', 'Sports', 0, 0, '', 'dunk-shot'), (3009, 'Rainbow Draw Path', 'Welcome to Rainbow Draw Path by vodogame.com. Draw paths so your rainbow friend collect all hearts and make him go inside the gate to unlock the next level. Remember to draw just the paths that you need or you will loose all the energy.', 'https://img.gamemonetize.com/c9943j7psskcbpbbv0me7cu01jxklhoj/512x384.jpg', 'https://html5.gamemonetize.com/c9943j7psskcbpbbv0me7cu01jxklhoj/', '0', 'Hypercasual', 0, 0, '', 'rainbow-draw-path'), (3010, 'Jigsaw Blast', 'Are you someone who enjoys collecting puzzles? Are you up for a challenge at high speeds? Your objective is to reconstruct four photos within a set time limit, which will rapidly diminish. Let\'s join forces and give it our best shot! In this game, puzzle pieces are distributed gradually, and each piece can be connected to those already on the board. The only challenge is figuring out where they fit. If you place a piece in the wrong spot, you will quickly run out of time, which is already limited. You\'ll earn points for each piece placed, completing the puzzle, and for accuracy. By the time you reach puzzle number four, time will be scarce, so be quick to think through each move. visit sybogame.com for more games like this.', 'https://img.gamemonetize.com/zn1gs0ytcl0ap2s2vioz8gpfy3z5t9jk/512x384.jpg', 'https://html5.gamemonetize.com/zn1gs0ytcl0ap2s2vioz8gpfy3z5t9jk/', '0', 'Puzzles', 0, 0, '', 'jigsaw-blast'), (3011, 'My Little Pony Coloring Book Online', 'My Little Pony Coloring Book is a fun and engaging digital coloring activity for children of all ages. The game features various images of beloved characters from the My Little Pony franchise, including Twilight Sparkle, Rainbow Dash, and Pinkie Pie. Players can choose from a wide array of colors and use a simple click-and-drag system to fill in the black and white outlines of the characters. The game provides hours of creative entertainment and helps children develop their hand-eye coordination and artistic skills. With its vibrant graphics and user-friendly interface, My Little Pony Coloring Book is the perfect choice for young fans of the popular animated series.', 'https://img.gamemonetize.com/2g6rgdscemmvwzti2fbhygeldkila5cz/512x384.jpg', 'https://html5.gamemonetize.com/2g6rgdscemmvwzti2fbhygeldkila5cz/', '0', 'Girls', 0, 0, '', 'my-little-pony-coloring-book-online'), (3012, 'Drive Space', 'Space Velocity is an endless space-themed game where players control a spacecraft traveling through the vast expanse of the universe. The game offers an immersive experience with stunning graphics, captivating sound effects, and a variety of challenging obstacles to overcome.', 'https://img.gamemonetize.com/7iiovz7zjur1z1j534ilt5wb2hzy1omt/512x384.jpg', 'https://html5.gamemonetize.com/7iiovz7zjur1z1j534ilt5wb2hzy1omt/', '0', 'Hypercasual', 0, 0, '', 'drive-space'), (3013, 'Kiki & Luna Love Adventure', 'Welcome to Kiki & Luna - Love Adventure Try to collect all the stars and let Kiki meet Luna. Explore tons of amazing and challenging adventure levels and try to complete them all. Good luck!', 'https://img.gamemonetize.com/a3r5xjvkl4s9bfp593ptrmo2wyeau4km/512x384.jpg', 'https://html5.gamemonetize.com/a3r5xjvkl4s9bfp593ptrmo2wyeau4km/', '0', 'Adventure', 0, 0, '', 'kiki-amp-luna--love-adventure'), (3014, 'Energy Flow', 'Energy Flow is a skill game where you have to solve the puzzle by placing the units to ensure the power sources reach the battery, complete each stages to reach the high score.', 'https://img.gamemonetize.com/8obtu2s0u0xvt9jvp01yopcjbgafi0sc/512x384.jpg', 'https://html5.gamemonetize.com/8obtu2s0u0xvt9jvp01yopcjbgafi0sc/', '0', 'Hypercasual', 0, 0, '', 'energy-flow'), (3015, 'Bernese Mountain Dog Escape', '9minutegames - Bernese Mountain Dog Escape is another point and click room escape game developed by 9minutesgames. The story of this game is to escape Dog from the cage. Assume that locked Dog in the cage. They need your help now to escape from that Cage. Click on the objects to interact with the them and solve the hidden puzzles to come out. Good luck and have fun!', 'https://img.gamemonetize.com/c03jhlxp0vgtlrmz07uct0kjv0oro53b/512x384.jpg', 'https://html5.gamemonetize.com/c03jhlxp0vgtlrmz07uct0kjv0oro53b/', '0', 'Puzzles', 0, 0, '', 'bernese-mountain-dog-escape'), (3016, 'Stickman Brothers Nether Parkour', '4 stickman brothers survival battle. 4 must survive in front of him. You have to help them in the nether world full of obstacles. Help them by playing with your friends. Hurry up and join this adventure. everywhere is full of danger. Be careful and never, ever fall down. 4 must reach the portal in front of him. There are tasks to be done in each section and they must be fulfilled.', 'https://img.gamemonetize.com/2hn3nxkg226d5rhz34w1l9xpww3nqxqb/512x384.jpg', 'https://html5.gamemonetize.com/2hn3nxkg226d5rhz34w1l9xpww3nqxqb/', '0', 'Fighting', 0, 0, '', 'stickman-brothers-nether-parkour'), (3017, 'Rolling Puzzle', 'Rolling Puzzle is a puzzle game where you try to drop the balls in the shape by rotating the shape on the screen. In this way, which looks like a maze, you must find the right path and take the balls in the maze from the right path.Rolling Puzzle is a free puzzle game that you can play on web and mobile browsers.', 'https://img.gamemonetize.com/gq68jjq68jt3rh61fc8hy26milml6chj/512x384.jpg', 'https://html5.gamemonetize.com/gq68jjq68jt3rh61fc8hy26milml6chj/', '0', 'Puzzles', 0, 0, '', 'rolling-puzzle'), (3018, 'Hole Run 3D', 'Hole Run 3D is an addictive online puzzle game. Kids can play this game for free. Do you know black holes? It can absorb all things near it. In this game, you need to move a black hole and absorb all the blocks and diamonds on the platform. Avoid the bombs on the platform because you will fail if the black hole absorbs the bombs. Cone and play the game!', 'https://img.gamemonetize.com/8oxtqnq3hedakcv3pj8fcatg17p2px12/512x384.jpg', 'https://html5.gamemonetize.com/8oxtqnq3hedakcv3pj8fcatg17p2px12/', '0', 'Puzzles', 0, 0, '', 'hole-run-d'), (3019, 'Summer Puzzle Quest', 'Summer Puzzle Quest is an exciting online jigsaw game that challenges players to put together beautiful summer-themed images. This game is perfect for anyone who loves puzzles or wants to relax and unwind while enjoying some colorful and vibrant artwork. The game features a wide range of images to choose from, including landscapes, beaches, sunsets, and more. Each puzzle can be customized to fit your skill level and preferred difficulty, making it suitable for players of all ages and abilities. To play, simply select an image from the games library and choose your desired difficulty level. The game will then present you with a scrambled jigsaw puzzle that you must solve by moving the pieces around until they fit together perfectly. With each correct placement, the image becomes clearer and more beautiful until the puzzle is complete. In addition to its fun and challenging gameplay, Summer Puzzle Quest also features stunning graphics and a user-friendly interface. The game is accessible from any device with an internet connection, so you can play it anytime, anywhere. Whether youre looking to kill some time on a lazy afternoon or want to challenge yourself with a new puzzle, Summer Puzzle Quest is the perfect choice for puzzle enthusiasts everywhere. So why wait? Start playing today and see how quickly you can complete your first summer puzzle!', 'https://img.gamemonetize.com/6jy4pmpvuygwr9grtpvtkjv3387gj5na/512x384.jpg', 'https://html5.gamemonetize.com/6jy4pmpvuygwr9grtpvtkjv3387gj5na/', '0', 'Puzzles', 0, 0, '', 'summer-puzzle-quest'), (3020, 'Jezaa 2', 'Jezaa 2 is a 2D anime themed platformer where you play as an anime girl who have to collect purple cubes while avoiding the monsters, flying creatures, their bullets, ground saws, lava, and reach the yellow flag in order to go to the next level. There are 8 levels to play with increasing difficulty. This is the second installment of the original Jezaa series.', 'https://img.gamemonetize.com/uwibri700zv7kpsot7cc4ds4v4lqhm65/512x384.jpg', 'https://html5.gamemonetize.com/uwibri700zv7kpsot7cc4ds4v4lqhm65/', '0', 'Arcade', 0, 0, '', 'jezaa-'), (3021, 'Warrior Survival.io', 'The magic soldiers fall from the sky, the bullets are like silver snakes, and the smoke of war is rolling in. This is a contest about the king of special forces. Hurry up and bring your guns to stand out in this competition. Remember that the dog will be the last victory!', 'https://img.gamemonetize.com/eitm2ciil0yavsyfoiydtas8db1ly065/512x384.jpg', 'https://html5.gamemonetize.com/eitm2ciil0yavsyfoiydtas8db1ly065/', '0', 'Shooting', 0, 0, '', 'warrior-survivalio'), (3022, 'Wall Crusher Hero', 'Wall Crusher Hero is a fun relaxing game in which you have to launch a stickman into pixel mosaics to crush them! Collect gold coins and upgrade your hero to destroy walls more efficiently and effectively! Remember that you only have 15 stickmans per try, so be smart!', 'https://img.gamemonetize.com/zjvyfu62tlgidlpyycs3uxre7wogz47r/512x384.jpg', 'https://html5.gamemonetize.com/zjvyfu62tlgidlpyycs3uxre7wogz47r/', '0', 'Puzzles', 0, 0, '', 'wall-crusher-hero'), (3023, 'Monster Truck Battle', 'A new game of racing, survival, explosion, extreme survival. Drive your car and collect equipment on the track. This will be your secret weapon for survival in the arena. After entering the arena, you need to defeat all opponents to win.', 'https://img.gamemonetize.com/rnk8ea7awriitdxm1crkkc2fq3b3u3oi/512x384.jpg', 'https://html5.gamemonetize.com/rnk8ea7awriitdxm1crkkc2fq3b3u3oi/', '0', 'Racing', 0, 0, '', 'monster-truck-battle'), (3024, 'Connect Game', 'Connect is a highly addictive bubble game that challenges players to connect as many bubbles of the same color as possible within 20 moves. The game is easy to learn, but difficult to master, making it perfect for players of all skill levels. To start the game, players simply tap on a bubble and then tap on another bubble of the same color to connect them. As they connect more bubbles, their score will increase, with larger chains resulting in higher revenue. In addition to the traditional gameplay mode, Connect also offers a variety of special bubbles that can be used to enhance gameplay. For example, the bomb bubble can be used to clear a large group of bubbles at once, while the rainbow bubble can be used to connect bubbles of any color. Players can track their progress and compete with friends through Connect\'s integrated leaderboard system. They can also earn achievements and rewards for completing various challenges and objectives. With its colorful graphics, engaging gameplay, and social features, Connect is the perfect bubble game for players looking for a fun and addictive gaming experience. Whether you\'re a casual gamer or a hardcore enthusiast, you\'re sure to enjoy this exciting and challenging game.', 'https://img.gamemonetize.com/hqq3w3dkliv8obb94mo7yqbqzs78rj9u/512x384.jpg', 'https://html5.gamemonetize.com/hqq3w3dkliv8obb94mo7yqbqzs78rj9u/', '0', 'Puzzles', 0, 0, '', 'connect-game'), (3025, 'Castle Story', 'Romantic story, Castle, Puzzles! Help Alice the young lady renovate the castle and solve challenging puzzles with magic. Bring back her family\'s past glory and find hidden treasures! This is a relaxing and romantic FREE match-3 blast game! Dig into a romantic love story full of twists and meet with characters with Princess Alice. A touching legend awaits you to compose.', 'https://img.gamemonetize.com/31um78r6hhjmynbjr3icrbio0kp43ce3/512x384.jpg', 'https://html5.gamemonetize.com/31um78r6hhjmynbjr3icrbio0kp43ce3/', '0', 'Puzzles', 0, 0, '', 'castle-story'), (3026, 'Match The Number', 'Match the Number is a puzzle game that can exercise your brain. Come & play this Number Puzzle game and train your brain, SUPER addictive stack number block puzzle game with a minimalistic & elegantly designed approach.', 'https://img.gamemonetize.com/s69h6ejk8jl4f4biojvp3xp559mk8tbj/512x384.jpg', 'https://html5.gamemonetize.com/s69h6ejk8jl4f4biojvp3xp559mk8tbj/', '0', 'Puzzles', 0, 0, '', 'match-the-number'), (3027, 'Christmas Snow Hidden Object', 'Christmas Snow Hidden Object. Beautiful Christmas themed snowy game with various hidden objects scattered across the screen. Can you find all the objects before the time runs out?', 'https://img.gamemonetize.com/ktnh2bwcaxeoog77fl7rricz89h522ej/512x384.jpg', 'https://html5.gamemonetize.com/ktnh2bwcaxeoog77fl7rricz89h522ej/', '0', 'Puzzles', 0, 0, '', 'christmas-snow-hidden-object'), (3028, 'Animal Connection', 'This game is a mahjong match game. Mahjong match games allow you to connect and remove tiles which: directly touch. touch via a single direct line. touch via a line which has 1 or 2 right angle turns in it. the pictures near the bottom of this article show a couple legal moves. highlighted in white line segments with rounded circles at the ends.', 'https://img.gamemonetize.com/syql7lst1go4jz3kwqbkr0vuq7hyrp4t/512x384.jpg', 'https://html5.gamemonetize.com/syql7lst1go4jz3kwqbkr0vuq7hyrp4t/', '0', 'Puzzles', 0, 0, '', 'animal-connection'), (3029, 'Survival Monk', 'Survival Monk - Jumping Monkey Adventure is a Collect banana and survive in this online jumping monkey arcade game. Are you ready to join the Survival Monk in his epic adventure? In this online jumping monkey arcade game, your mission is to collect as many bananas as possible while avoiding obstacles. With intuitive controls and addictive gameplay, Survival Monk is the perfect game to play anytime, anywhere.', 'https://img.gamemonetize.com/wkkby14j6b411fnrgyagfit6nwbd09mh/512x384.jpg', 'https://html5.gamemonetize.com/wkkby14j6b411fnrgyagfit6nwbd09mh/', '0', 'Hypercasual', 0, 0, '', 'survival-monk'), (3030, 'Hero Birds Adventures', 'You haven\'t forgotten the Angry Birds yet, and they decided to remind you of themselves, but you\'ve already managed to come up with a new name for yourself - Hero Birds Adventures. However, this does not change the essence at all. Their enmity with pigs has not gone away and you will just get into another battle between birds and pigs. The latter have already managed to build several fortifications at each level and hide behind them. The birds have set up a huge slingshot and are ready to fire on the swine positions. Keep in mind that there are not so many birds ready with a projectile to launch, so the shots must be as accurate as possible in Hero Birds Adventures.', 'https://img.gamemonetize.com/hl47h849ve2m8d7t0t04ko2qgoj0coph/512x384.jpg', 'https://html5.gamemonetize.com/hl47h849ve2m8d7t0t04ko2qgoj0coph/', '0', 'Arcade', 0, 0, '', 'hero-birds-adventures'), (3031, 'Fashion Studio Wedding Dress 2', 'This time your customer is Rebecca, she needs a fantastic wedding dress and a perfect look for her wedding. Now, start to deisgn the wedding dress and dress her in wedding style!', 'https://img.gamemonetize.com/vjcccic7ux9kece2cqgm9xr8tt55ksy7/512x384.jpg', 'https://html5.gamemonetize.com/vjcccic7ux9kece2cqgm9xr8tt55ksy7/', '0', 'Girls', 0, 0, '', 'fashion-studio-wedding-dress-'), (3032, 'Little Panda Fashion Jewelry', 'Little Pandas Fashion Jewelry is a very cute art game. Little panda owns a fashion jewelry shop. He can help people design all kinds of accessories. Princes and princesses come to his shop and want to take a look at his sophisticated skill. Come and help little panda make accessories with jewelry! Have a good time!', 'https://img.gamemonetize.com/6y2ybqxaqj9qdh8pr7mbphk9dea5dy1t/512x384.jpg', 'https://html5.gamemonetize.com/6y2ybqxaqj9qdh8pr7mbphk9dea5dy1t/', '0', 'Girls', 0, 0, '', 'little-panda-fashion-jewelry'), (3033, 'Best battle Cover Royale', 'Players from all over the world engage in fierce combat in Polygon TPS Shooting Online. By selecting their armament, attachments, and camouflage from various in-game options, ranging from handguns to sniper rifles, players may tailor their experience. In addition to choosing the weapons they employ, players can give their avatars a distinctive appearance by customizing their attire and accessories. Players can search maps to locate the finest vantage point for taking down rivals. What distinguishes Polygon TPS Shooting Online is the chance to play with others. The cooperative play mode allows players to outmanoeuvre their opponents through intelligent planning and coordinated attacks.', 'https://img.gamemonetize.com/wd4119shme4h2345szt6s85bogkb0od7/512x384.jpg', 'https://html5.gamemonetize.com/wd4119shme4h2345szt6s85bogkb0od7/', '0', 'Shooting', 0, 0, '', 'best-battle-cover-royale'), (3034, 'Kanaksia 2', 'Kanaksia 2 is a 2D platformer where you have to collect all of the strawberries while avoiding the enemies, flying creatures, spikes, giant blades and reach the red flag in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Kanaksia" series.', 'https://img.gamemonetize.com/jruvskjxu40fv9wbrmxdox7ieqwdgkjz/512x384.jpg', 'https://html5.gamemonetize.com/jruvskjxu40fv9wbrmxdox7ieqwdgkjz/', '0', 'Arcade', 0, 0, '', 'kanaksia-'), (3035, 'Draw Master Path To Toilet', 'Have you ever wanted in rush to go to the toilet but encountered a maze or any that trouble you on the way like Rainbow Friends chasing? In Path to Toilet: Draw to Toilet, your quest is to find the way to reach Toilet. Draw a line to connect the villain and the toilet - But how fast you can go to help him/her release the pressure', 'https://img.gamemonetize.com/yy2a1g92vin2rdptaqot8uixxfa5e2zl/512x384.jpg', 'https://html5.gamemonetize.com/yy2a1g92vin2rdptaqot8uixxfa5e2zl/', '0', 'Puzzles', 0, 0, '', 'draw-master-path-to-toilet'), (3036, 'Capture The Planet Idle', 'Capture the Planet is a strategy game where you play as a commander leading your army to conquer different castles. The objective of the game is to control and expand your territory by capturing castles and defeating enemy forces. There are bonus fields scattered throughout the map, which can be used to grow your army even further. You must carefully balance your armys strength and resources, while also taking into consideration the enemys forces and defenses. In order to be successful in Capture the Planet, youll need to use a combination of strategy, tactics, and quick thinking. With challenging battles and the ability to upgrade and strengthen your army, this game offers a unique and exciting gaming experience.', 'https://img.gamemonetize.com/pc9ojgnjt2qaa3r40p3cwak7seu7rt2k/512x384.jpg', 'https://html5.gamemonetize.com/pc9ojgnjt2qaa3r40p3cwak7seu7rt2k/', '0', 'Adventure', 0, 0, '', 'capture-the-planet-idle'), (3037, 'Monki & Goru', 'Welcome to Monki & Goru adventures Run and jump and avoid obstacles to collect all bananas to finish your level. Explore tons of challenging levels. enjoy!', 'https://img.gamemonetize.com/tefzu1ttut90mkokfwnwwwkgoj9nh2t1/512x384.jpg', 'https://html5.gamemonetize.com/tefzu1ttut90mkokfwnwwwkgoj9nh2t1/', '0', 'Adventure', 0, 0, '', 'monki-amp-goru'), (3038, 'All Flee', 'You must ensure that everyone can flee! But be aware that your moves apply to everyone.', 'https://img.gamemonetize.com/xdqwq1o7p96zi0lwjvrcvi75y6j5nnek/512x384.jpg', 'https://html5.gamemonetize.com/xdqwq1o7p96zi0lwjvrcvi75y6j5nnek/', '0', 'Arcade', 0, 0, '', 'all-flee'), (3039, 'Jetpack Ride', 'Jetpack Ride is a racing game in which you have to compete against other players and reach the finish line before anyone. This game has generated levels and each and every level is unique.', 'https://img.gamemonetize.com/igurfgp5knt4bj6eic6dwvrelfex4lnk/512x384.jpg', 'https://html5.gamemonetize.com/igurfgp5knt4bj6eic6dwvrelfex4lnk/', '0', 'Hypercasual', 0, 0, '', 'jetpack-ride'), (3040, 'Head Soccer Exclusive', 'The new season of the soccer goals championship is about to start and it\\&#39;s time for you to hurry up and enter the Head Soccer Exclusive game if you don\\&#39;t want to miss the start. Choose a mode: single or two and two players will enter the field. If you play alone, the game bot will oppose you. In the case of a double game, you will have a real opponent who controls his player. The match will only last one minute. The one who throws more balls into the opponent\\&#39;s goal will become the winner and receive his champion\\&#39;s cup. Therefore, as soon as the whistle sounds, try to quickly get the ball to the goal and throw it before the opponent understands anything in Head Soccer Exclusive.', 'https://img.gamemonetize.com/bar5kh2hkbdlwjqvx7pq5eoegu3zc12b/512x384.jpg', 'https://html5.gamemonetize.com/bar5kh2hkbdlwjqvx7pq5eoegu3zc12b/', '0', 'Sports', 0, 0, '', 'head-soccer-exclusive'), (3041, 'Spacial Snake', 'Eat as many apples as you can. But you must prevent the snake from starving... and not even eat your own body!', 'https://img.gamemonetize.com/renpyrkv0trafs3n23by3ixkfo1ps026/512x384.jpg', 'https://html5.gamemonetize.com/renpyrkv0trafs3n23by3ixkfo1ps026/', '0', 'Hypercasual', 0, 0, '', 'spacial-snake'), (3042, 'Doomsday shooter', 'Fight back against hordes of sinister creepers. Choose from 11 different weapons. Defend the pixel world from demons. Avoid shooters, kamikazes and golems, spirits and poisonous plants. Destroy pixel enemies with a bazooka or axe. Take them out with machine gun or sniper rifle bursts. Punish anything that moves and get to the prince of darkness! Features: - pixelated style - large arsenal of weapons - unique enemies - addictive gameplay - fast dynamics', 'https://img.gamemonetize.com/umrlvtu0w3ipioz6kk026p4ep09cv72i/512x384.jpg', 'https://html5.gamemonetize.com/umrlvtu0w3ipioz6kk026p4ep09cv72i/', '0', 'Action', 0, 0, '', 'doomsday-shooter'), (3043, 'Catch Red Boats', 'This is a catching game. Test your speed and reflex. Catch the red boat before he reaches the end line. The red boats will be coming in different sizes and with different speeds. Sometimes the boats will be smaller and faster will fall, and sometimes will be bigger and slower. The slower boats you can catch easily. Anyway, you can make three mistakes before a game ends.', 'https://img.gamemonetize.com/wh1n3gbvgj06nn46hgnok5ncf4g94z0p/512x384.jpg', 'https://html5.gamemonetize.com/wh1n3gbvgj06nn46hgnok5ncf4g94z0p/', '0', 'Puzzles', 0, 0, '', 'catch-red-boats'), (3044, 'Milk Tea Adventure', 'Milk Tea Adventure is a level-breaking game designed in black and white style. The protagonist is a long-handed and long-legged milk tea-shaped designer. Find the key by observing the items and hints in the scene and successfully unlock the door. Complete the challenge to unlock a new level. , as the difficulty of passing the level will become more and more difficult, share it with your friends to get tips to help you.', 'https://img.gamemonetize.com/gpuk9552t7ul9dpemgzfqcglpasmrwyn/512x384.jpg', 'https://html5.gamemonetize.com/gpuk9552t7ul9dpemgzfqcglpasmrwyn/', '0', 'Clicker', 0, 0, '', 'milk-tea-adventure'), (3045, 'Infiltration of the Police Base', 'Infiltration of the police base is an online video game that takes players on a thrilling journey of stealth, strategy, and action. The game is set in a fictional city where the police have established a heavily guarded base to protect the city from dangerous criminals. Players take on the role of a skilled thief who has been tasked with infiltrating the police base to steal valuable items and information. The game is designed to challenge players to use their intelligence, creativity, and agility to overcome obstacles and evade detection by the police. The gameplay involves navigating through various levels of the police base, avoiding security cameras, dodging guards, and solving puzzles to gain access to secured areas. Players can use a variety of tools such as hacking devices, lockpicks, and smoke bombs to aid their mission. As players progress through the game, they will encounter increasingly difficult challenges that will require them to utilize their skills and upgrade their equipment to complete the mission successfully. The game also includes an engaging storyline that unfolds through cutscenes and dialogues, revealing the reasons behind the protagonist\\\\s mission and the consequences of their actions.', 'https://img.gamemonetize.com/4pyqsv8tza0rortbh1doe9ho3ebpyw3v/512x384.jpg', 'https://html5.gamemonetize.com/4pyqsv8tza0rortbh1doe9ho3ebpyw3v/', '0', 'Shooting', 0, 0, '', 'infiltration-of-the-police-base'), (3046, 'HumanEvolutionGame', 'Human Evolution is a unique and innovative human evolution casual parkour game. Join the fight by increasing the number of people or boosting the glass doors of the year and collecting companions on the road! Be careful to avoid the tricky obstacles on the road. Reach the end, defeat all the enemies and victory is yours! Come join us, expand and grow your crowd and defeat the enemies!', 'https://img.gamemonetize.com/pvndracecbqk9p32qmlu2djp1tueo35u/512x384.jpg', 'https://html5.gamemonetize.com/pvndracecbqk9p32qmlu2djp1tueo35u/', '0', 'Shooting', 0, 0, '', 'humanevolutiongame'), (3047, 'RocketvehicleOnline', 'Rocket-vehicle is a platform game where you drive a rocket-fast car in colorful levels filled with obstacles. Go up hills, down slopes, through tunnels, mountains, and more in absolute full speed! Experience the thrill of the cool slow motion animation as you fire your rockets. The longer you hold down the rocket button, the more powerfully you will be propelled. When you\'re mid-air, perform stunts to finish the level quicker and impress your fans. Unlock new vehicle skins by progressing through the game and finishing every level. How quickly can you finish Blumgi Rocket and master this game?', 'https://img.gamemonetize.com/f50f4ubbk6ad2ec1p4drdzs5d4sqxqt8/512x384.jpg', 'https://html5.gamemonetize.com/f50f4ubbk6ad2ec1p4drdzs5d4sqxqt8/', '0', 'Shooting', 0, 0, '', 'rocketvehicleonline'), (3048, 'Bouncy Ball Garten', 'Bouncy Ball Heroes is one of the most interesting bouncing ball games. With the simple control and challenging puzzle, the bouncy ball has been beautifully designed for players of all age groups. jump, and bounce the roller ball through a mechanical wasteland, the player needs to ensure that the jumping ball does not fall into shapes and Circles.', 'https://img.gamemonetize.com/sbh8zar33xfqw4u58hohx2wiyl1y9rfp/512x384.jpg', 'https://html5.gamemonetize.com/sbh8zar33xfqw4u58hohx2wiyl1y9rfp/', '0', 'Arcade', 0, 0, '', 'bouncy-ball-garten'), (3049, 'Bubble Carousel', 'Bubble Carousel is a special bubble shooter game in which you need to collect the bubble from the carousel, which makes it more challenging and funnier than classic bubble&nbsp;shooter&nbsp;game.', 'https://img.gamemonetize.com/ads3ikx3jjnkvmmyucuiqbmc5561f6x0/512x384.jpg', 'https://html5.gamemonetize.com/ads3ikx3jjnkvmmyucuiqbmc5561f6x0/', '0', 'Puzzles', 0, 0, '', 'bubble-carousel'), (3050, 'Save The Doge Game', 'Save The Doge is an online puzzle game for kids. In this game, the doge will be attacked by many bees. Youll need to print a crayon wall to help the doge to avoid the bees and hold for 10 seconds. The more levels you play, the harder it becomes. Stones and poisoned water will also try to hurt the doge. Please come and help the doge!', 'https://img.gamemonetize.com/olh8ls3uenr16w8pr4ei3jlf20awopxu/512x384.jpg', 'https://html5.gamemonetize.com/olh8ls3uenr16w8pr4ei3jlf20awopxu/', '0', 'Puzzles', 0, 0, '', 'save-the-doge-game'), (3051, 'Truck Puzzle Pack Master', 'Beep, beep, beep! Welcome to the Truck Puzzle: Pack Master, a puzzle online game full of vehicle delight! You have so much stuff in your house, to save resources, see how you properly put them on the truck and try pulling them all out at once! Satisfy your obsessive-compulsive disorder, I believe you can put things neatly!', 'https://img.gamemonetize.com/61a2lg7fgtjs3sok4rt2ct64lerhf6rr/512x384.jpg', 'https://html5.gamemonetize.com/61a2lg7fgtjs3sok4rt2ct64lerhf6rr/', '0', 'Puzzles', 0, 0, '', 'truck-puzzle-pack-master'), (3052, 'Ball Dont Rush', 'Ball Dont Rush tells the story of a ball trying to avoid obstacles in the sky. This ball speeding game is an arcade game where you try to move forward without hitting obstacles. You must have good reflexes to advance without hitting these constantly moving obstacles in this battle arena full of traps. How far can you go on this track full of obstacles leading to infinity?', 'https://img.gamemonetize.com/4mqe02mrljqs0efljgf4ek2wls8odlzn/512x384.jpg', 'https://html5.gamemonetize.com/4mqe02mrljqs0efljgf4ek2wls8odlzn/', '0', 'Hypercasual', 0, 0, '', 'ball-dont-rush'), (3053, 'True Shape Puzzle', 'True Shape Master is a hypercassual themed endless intelligence game where you transform into the right shape using your intelligence. You have to pass inside the shape that comes in front of you while you are walking on the track, so you have to change your own shape object accordingly.', 'https://img.gamemonetize.com/hadkjb8ftyzgxzng6pfh2pxk408nefis/512x384.jpg', 'https://html5.gamemonetize.com/hadkjb8ftyzgxzng6pfh2pxk408nefis/', '0', 'Puzzles', 0, 0, '', 'true-shape-puzzle'), (3054, 'Whaito', 'Whaito is a 2D cute little platformer where you have to collect all of the red cubes while avoiding the spikes, man eater monsters, enemies and reach the white flag in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/4p082y1s3mt88pa2ehtm3n10o6zcxi63/512x384.jpg', 'https://html5.gamemonetize.com/4p082y1s3mt88pa2ehtm3n10o6zcxi63/', '0', 'Arcade', 0, 0, '', 'whaito'), (3055, 'Amgel Kids Room Escape 94', 'AmgelEscape - Amgel Kids Room Escape 94 is another point and click escape game developed by Amgel Escape. In this game, you are locked in a room and you have to try to escape the room by finding items and solving puzzles. Show your best escaping skills to escape from the room. Can you able to escape from the room successfully? Good luck and have fun!', 'https://img.gamemonetize.com/u9kr6018f8drdzw0mauwzut05gc7cjlj/512x384.jpg', 'https://html5.gamemonetize.com/u9kr6018f8drdzw0mauwzut05gc7cjlj/', '0', 'Puzzles', 0, 0, '', 'amgel-kids-room-escape-'), (3056, 'Magic Candy', 'magic candy is a game trending healthy entertainment after hours of studying and working hard. Gameplay is simple, you just need to use touch mobile or mouse click to move the candy horizontally or vertically. After the candy of the same type is close to each other, the system will add points directly to you.', 'https://img.gamemonetize.com/ygikq8ts3gwuo6e03qa9cnyxe7eaps1m/512x384.jpg', 'https://html5.gamemonetize.com/ygikq8ts3gwuo6e03qa9cnyxe7eaps1m/', '0', 'Puzzles', 0, 0, '', 'magic-candy'), (3057, 'Xoka 2', 'Xoka 2 is a 2D platformer where you play as a ghost who have to collect the orbs of human spirits while avoiding the enemy ghosts, flying ghosts and their bullets, fire of hell, and reach the Exit door in order to go the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Xoka" series.', 'https://img.gamemonetize.com/l7rmcfwm4296y2cedqa4hhbkpic5ht5a/512x384.jpg', 'https://html5.gamemonetize.com/l7rmcfwm4296y2cedqa4hhbkpic5ht5a/', '0', 'Arcade', 0, 0, '', 'xoka-'), (3058, 'Hanuka', 'Hanuka is a 2D platformer where you play as a cute athletic girl who have to collect all of the red balls while avoiding the enemies, spikes, flying creatures, rotating blades and reach the Exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/dk7f8w4xnm31x8mpxslx5uc5wrree7ga/512x384.jpg', 'https://html5.gamemonetize.com/dk7f8w4xnm31x8mpxslx5uc5wrree7ga/', '0', 'Arcade', 0, 0, '', 'hanuka'), (3059, 'Cube jumper', 'Tap to jump Simple Hyper casual game', 'https://img.gamemonetize.com/q3wshdjmo1kh9s1j0xph756v4pqjmh9b/512x384.jpg', 'https://html5.gamemonetize.com/q3wshdjmo1kh9s1j0xph756v4pqjmh9b/', '0', 'Clicker', 0, 0, '', 'cube-jumper'), (3060, 'Basket Goal', 'Basket Goal is an educational math learning game where you solve algebric math equation. You need to throw a ball in a correct basket based on the equation answer. Player can choose between EASY, MEDIUM, HARD AND VERYHARD. Solve as many equation as you can in a given amount of time.', 'https://img.gamemonetize.com/ot012id4rlzqzq2gs59s1ard2zqea0dp/512x384.jpg', 'https://html5.gamemonetize.com/ot012id4rlzqzq2gs59s1ard2zqea0dp/', '0', 'Puzzles', 0, 0, '', 'basket-goal'), (3061, 'Tall.io', 'Help your stickman to become as tall as possible. Collect cubes of your color, run through gates, smash trees and other stickmen that are smaller than you, dodge obstacles. This is a simple and dynamic game.', 'https://img.gamemonetize.com/3ref378qcywg2ksr0retgiaqcai1egfw/512x384.jpg', 'https://html5.gamemonetize.com/3ref378qcywg2ksr0retgiaqcai1egfw/', '0', 'Arcade', 0, 0, '', 'tallio'), (3062, 'Zombie Ricochet Women Hunter', 'Zombie Ricochet Women Hunter is an action-packed game where the player takes on the role of a skilled hunter, tasked with eliminating hordes of zombies. The aim of the game is simple: eliminate as many zombies as possible while staying alive. The game features custom behavior for the player\'s hand movements for aiming in all directions, with touching the screen triggering the player to shoot bullets at the targets. The zombies are ruthless and relentless, and the player must stay alert and react quickly to avoid being overwhelmed. One unique feature of the game is the use of physics rag-doll behavior for the enemy zombies. This means that when the player shoots a zombie, their body parts will react realistically and detach from the main body, creating an immersive and satisfying gameplay experience. As the player progresses through the levels, the zombie hordes become increasingly challenging to defeat, with new types of zombies with different abilities and strengths appearing. However, the player can collect power-ups and upgrades to their weapons to aid them in their mission. Overall, Zombie Ricochet Women Hunter is a thrilling and action-packed game that is sure to keep players on the edge of their seats. With its unique game play mechanics and immersive physics-based action, it\'s a game that is hard to put down.', 'https://img.gamemonetize.com/m99iynuy9fabol40ujttrowxc6rfr1sy/512x384.jpg', 'https://html5.gamemonetize.com/m99iynuy9fabol40ujttrowxc6rfr1sy/', '0', 'Puzzles', 0, 0, '', 'zombie-ricochet-women-hunter'), (3063, 'Angry Penguins', 'Angry Penguins is an online shooting game that pits you against other players in a fight to the death. The game is fast-paced and requires quick reflexes and sharp shooting skills.', 'https://img.gamemonetize.com/nfyey4nn463uwvduzetqlockoj6l7p67/512x384.jpg', 'https://html5.gamemonetize.com/nfyey4nn463uwvduzetqlockoj6l7p67/', '0', 'Shooting', 0, 0, '', 'angry-penguins'), (3064, 'Baby Panda Boy Caring', 'Baby Panda Boy Caring is a very popular caring game. Baby panda boy needs your help. He is too little to take care of himself. Will you be kind enough to look after him? Helping him take a shower, taking him to the park, feeding him and putting him to sleep are some of your missions this time. Want to know more about this game? Come and play it!', 'https://img.gamemonetize.com/3wm2bstcq5ecg4fitq37tn9xq68p1gkt/512x384.jpg', 'https://html5.gamemonetize.com/3wm2bstcq5ecg4fitq37tn9xq68p1gkt/', '0', 'Girls', 0, 0, '', 'baby-panda-boy-caring'), (3065, 'Counter Craft 3 Zombies', 'Counter Craft 3 Zombies features fun and action packed zombie shooting in minecraft world. Use three types of weapons to shoot given amount of zombies and watch out for enemy soldiers and explosives in order to survive and successfully complete each level.', 'https://img.gamemonetize.com/lfkxru4fpeqgj0d69m8kju5n8r8sj7js/512x384.jpg', 'https://html5.gamemonetize.com/lfkxru4fpeqgj0d69m8kju5n8r8sj7js/', '0', 'Shooting', 0, 0, '', 'counter-craft--zombies'), (3066, 'Girls Different Style Dress Fashion', 'Every girl likes beautiful dresses. Today our fashion girls want to try different style dresses. Now our dress styles include fringed skirt, tie-dye dress, animal print dress, flower print dress, pleated skirt. Do you want to join them? Sure, come and have a try!', 'https://img.gamemonetize.com/n7xpzxyibm0aaymbpiku8rfkrd5n92qf/512x384.jpg', 'https://html5.gamemonetize.com/n7xpzxyibm0aaymbpiku8rfkrd5n92qf/', '0', 'Girls', 0, 0, '', 'girls-different-style-dress-fashion'), (3067, 'Fashion Bedroom Redesign', 'Zoe and Kris fell in love, and Kris will come to visit her in one week. As a member of the royal family, Zoe will take him to visit the kingdom. But, she thinks her room is not beautiful enough, it cant give her boyfriend a good impression, so Zoe wants to redesign her bedroom, could you give her a hand?', 'https://img.gamemonetize.com/usgw8t3qoonysgsr2ftngf4efrrg6lhi/512x384.jpg', 'https://html5.gamemonetize.com/usgw8t3qoonysgsr2ftngf4efrrg6lhi/', '0', 'Girls', 0, 0, '', 'fashion-bedroom-redesign'), (3068, 'Denim Dress Fashion', 'Sofia, Adella and Jade are Bffs, and they have a theme party every weekend. The theme of this weekend party is Denim, so the girls need to wear denim jacket, denim skirt, denim dress, denim bag and so on. Please help them pick these denim elements right now!', 'https://img.gamemonetize.com/kxzzl8ihdi5ehbxjr8ej9fd77itfziiz/512x384.jpg', 'https://html5.gamemonetize.com/kxzzl8ihdi5ehbxjr8ej9fd77itfziiz/', '0', 'Girls', 0, 0, '', 'denim-dress-fashion'), (3069, 'Save the Masters', 'Chase the highest scores in a fun puzzle strategy action, that is based solely on your skill and logic! Aim carefully to rescue a wide variety of characters from a certain doom. Take your shot to cut down the rope - just aim and swipe in the right direction! What are you waiting for? Get out and save as many characters as possible! The game will be exciting for both kids and adults.', 'https://img.gamemonetize.com/6ccuk6fosd4jzx9h096uyzmfyea1dq5x/512x384.jpg', 'https://html5.gamemonetize.com/6ccuk6fosd4jzx9h096uyzmfyea1dq5x/', '0', 'Clicker', 0, 0, '', 'save-the-masters'), (3070, 'Rumble Stars Football Online Soccer Game', 'Explosive multiplayer soccer game with crazy action, easy to pick up! Assemble your Rumble Stars team and advance through the leagues in this real-time multiplayer soccer game! Launch your Rumblers onto the field, synchronize your timing and create strategic combos to challenge your opponents and score goals! Then upgrade your team and climb the world rankings.', 'https://img.gamemonetize.com/654piwop8aishca8qzpbdb7t8gp5msdv/512x384.jpg', 'https://html5.gamemonetize.com/654piwop8aishca8qzpbdb7t8gp5msdv/', '0', 'Multiplayer', 0, 0, '', 'rumble-stars-football---online-soccer-game'), (3071, 'Bubble Shooter Puzzle games', 'Bubble Shooter is the #1 addictive bubble shooting puzzle game on Android. Aim, fire and pop your way through this enchanting bubble shooter adventure today! Shoot and match 3 or more bubbles in this tasty game for sweet winning feeling! Pop and burst with quick thinking and smart tactics to progress to the next challenging level and be awarded with powerful boosters. Are you ready to pop and blast now?', 'https://img.gamemonetize.com/q7v7muxh7cvjlzi9hbmj5oixkzxmqxr0/512x384.jpg', 'https://html5.gamemonetize.com/q7v7muxh7cvjlzi9hbmj5oixkzxmqxr0/', '0', 'Hypercasual', 0, 0, '', 'bubble-shooter--puzzle-games'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (3072, 'Free Rider HD', 'The OFFICIAL hit web game with over ONE BILLION PLAYS and MILLIONS OF TRACKS is coming to Android! Race bikes on tracks designed by other players! Collect all the stars to complete a track. ALL tracks have been drawn by players. Come across a track you don\'t like? Skip it and make your way! This game has INFINITE CONTENT!', 'https://img.gamemonetize.com/r4n3fj7vabu6r7lq074lbmv08dwxzn5s/512x384.jpg', 'https://html5.gamemonetize.com/r4n3fj7vabu6r7lq074lbmv08dwxzn5s/', '0', 'Fighting', 0, 0, '', 'free-rider-hd'), (3073, 'Real Motocross', 'Get ready for an amazing gaming experience with the most realistic moto cross game on Android! Race with the AI in single player mode or online with your friends in multiplayer mode! Repair your bike and upgrade parts to win on increasingly difficult tracks!', 'https://img.gamemonetize.com/awmd9oe0fvtfbuf50vtz6k451t4agzcv/512x384.jpg', 'https://html5.gamemonetize.com/awmd9oe0fvtfbuf50vtz6k451t4agzcv/', '0', 'Sports', 0, 0, '', 'real-motocross'), (3074, 'Air Hockey Classic', 'You can now play the classic Air Hockey arcade game on your phone or tablet! The objective of the game is to get the puck in the goal of your opponent. But watch out, the other player will try and score as well! The first player to reach 7 goals wins the match.', 'https://img.gamemonetize.com/0md3gt8ahk982d7xdoeqx6dn2dxkbr0k/512x384.jpg', 'https://html5.gamemonetize.com/0md3gt8ahk982d7xdoeqx6dn2dxkbr0k/', '0', 'Shooting', 0, 0, '', 'air-hockey--classic'), (3075, 'Rumble Stars Football', 'Explosive multiplayer soccer game with crazy action, easy to pick up! Assemble your Rumble Stars team and progress through the leagues in this real-time multiplayer soccer game!', 'https://img.gamemonetize.com/cy67u9altfod8zcvn79a02e6mjvjhui6/512x384.jpg', 'https://html5.gamemonetize.com/cy67u9altfod8zcvn79a02e6mjvjhui6/', '0', 'Soccer', 0, 0, '', 'rumble-stars-football'), (3076, 'Filles Habillage et Maquillage', 'Hey fashion stylist girls! Your passion as a stylist brings you to a world full of beauty and glamour. It\'s time to become a fashion guru and love your style princess dress up game. It\'s time for all our dress designers and stylists to show their super style expertise on the dress. Create a fabulous look with trendy hairstyle and outstanding outfit for girls fashion game contest. Style your supermodel as a fashion stylist in the beauty and spa makeup game and hair salon with a haircut and dressing battle.', 'https://img.gamemonetize.com/2jdgrkgo3i9sxjtwuam2gnoh3vfqqn5p/512x384.jpg', 'https://html5.gamemonetize.com/2jdgrkgo3i9sxjtwuam2gnoh3vfqqn5p/', '0', 'Girls', 0, 0, '', 'filles-habillage-et-maquillage'), (3077, 'Bubble Shooter Pop Fun Blast', 'Shoot and pop bubbles and experience hours of fun in this classic bubble shooter game! Bubble Shooter 3 is a new and awesome bubble game, perfect for friends and family to play and enjoy. Play now and experience endless excitement with this highly addictive game!', 'https://img.gamemonetize.com/znee39i0au1lz0430t0ewsfn2vz807ra/512x384.jpg', 'https://html5.gamemonetize.com/znee39i0au1lz0430t0ewsfn2vz807ra/', '0', 'Arcade', 0, 0, '', 'bubble-shooter-pop-fun-blast'), (3078, 'Beauty Makeover Games Salon S', 'Hey girls! Come and enjoy running your Beauty Clinic now! There are so many clients who wait for a new SPA experience! There, Beauty Clinic, your goal is to make your customers look amazing and feel satisfied.', 'https://img.gamemonetize.com/x65i62kaz68w2jm20rix9vilt9p9rgmu/512x384.jpg', 'https://html5.gamemonetize.com/x65i62kaz68w2jm20rix9vilt9p9rgmu/', '0', 'Girls', 0, 0, '', 'beauty-makeover-games-salon-s'), (3079, 'Baby Taylor Salon Makeover', 'Taylor is a very beautiful little girl. Spas are all the rage these days, and she hasnt tried them yet. Today you will be the owner of a spa, Taylor will come to your spa, please bring her the most perfect service!', 'https://img.gamemonetize.com/trays7za130mcfa436w43iigxxt8hrgm/512x384.jpg', 'https://html5.gamemonetize.com/trays7za130mcfa436w43iigxxt8hrgm/', '0', 'Girls', 0, 0, '', 'baby-taylor-salon-makeover'), (3080, 'Sisters Happy Easter Delicious Food 2', 'Easter Day is coming! Zoe and Sofia will prepare a table of delicious food to welcome this important and interesting holiday. They will prepare Hot Cross Buns, Roast Lamb and Chocolate eggs. Can you help them?', 'https://img.gamemonetize.com/cew95kwd82j50ysijqslfgy52o0jqav7/512x384.jpg', 'https://html5.gamemonetize.com/cew95kwd82j50ysijqslfgy52o0jqav7/', '0', 'Girls', 0, 0, '', 'sisters-happy-easter-delicious-food-'), (3081, 'Easter Nails Design Salon', 'Fashion Nail Salon is preparing for Easter! Now, the shop is overcrowded, and everyone wants to make beautiful Easter-themed nail art! Please be Sofias assistant today and help her make nail art for customers. Have fun!', 'https://img.gamemonetize.com/9352ofhhx1ud2mqp8lsxcl8q633c7xig/512x384.jpg', 'https://html5.gamemonetize.com/9352ofhhx1ud2mqp8lsxcl8q633c7xig/', '0', 'Girls', 0, 0, '', 'easter-nails-design-salon'), (3082, 'Objects Math Game', 'Youre good at maths? well then try to answer all the questions about the tiles where an image of different Objects is hidden underneath! how to play: drag all the left numbered blocks onto the corresponding right tiles covering the picture. Have fun and try to unlock all pictures!', 'https://img.gamemonetize.com/7mf8mu6dcuqb28uv6i7ejof00lfjjfg9/512x384.jpg', 'https://html5.gamemonetize.com/7mf8mu6dcuqb28uv6i7ejof00lfjjfg9/', '0', 'Puzzles', 0, 0, '', 'objects-math-game'), (3083, 'Hard Craft', 'You will have fun and enjoy in this amazing parkour game, you will have a great parkour experience with the levels that get more difficult as you go.', 'https://img.gamemonetize.com/bcs3ycwy84h2msxgvcvmnucurtzeyao7/512x384.jpg', 'https://html5.gamemonetize.com/bcs3ycwy84h2msxgvcvmnucurtzeyao7/', '0', 'Hypercasual', 0, 0, '', 'hard-craft'), (3084, 'SokoMath', 'In each level of the game, you will be presented with a mathematical puzzle you need to solve in order to progress to the next level. Move and arrange the numbered squares using your mathematical knowledge and creativity to find the correct answers.', 'https://img.gamemonetize.com/jw0aw8bdm3nrwmit5dbeo2lbzpcehv51/512x384.jpg', 'https://html5.gamemonetize.com/jw0aw8bdm3nrwmit5dbeo2lbzpcehv51/', '0', 'Puzzles', 0, 0, '', 'sokomath'), (3085, 'HOSPITAL STORIES DOCTOR BASKETBALL', 'Hospital Stories: Doctor Basketball is a funny simulation game where you\'re working at the infirmary of a basketball team and operate on your team members. Have you always wanted to be a crazy doctor? Then jump into this game and enjoy the ridiculous series of mini-games where you will have to deal with over-the-top medical conditions of a quirky team and their loved ones. Fill patients with ketchup, remove axes, patch wounds, drip candle on scars, pop zits, hit scars with sausages(?) and more. Will you be able to finish all levels? The Hippocratic Oath has never been this compromised.', 'https://img.gamemonetize.com/rxy4ppf14dwkukcx1vrb172aqlq2wuc9/512x384.jpg', 'https://html5.gamemonetize.com/rxy4ppf14dwkukcx1vrb172aqlq2wuc9/', '0', 'Clicker', 0, 0, '', 'hospital-stories-doctor-basketball'), (3086, 'Nuclear Fish', 'Nuclear Fish is a fun clicker game about radioactive mechanized fish. The goal of the game is to score as many points as possible. With beautiful graphics and simple control, this game is suitable for all ages. Perfect for killing time', 'https://img.gamemonetize.com/4c3anobhkkf54znde2l2n3iwn9ak0dov/512x384.jpg', 'https://html5.gamemonetize.com/4c3anobhkkf54znde2l2n3iwn9ak0dov/', '0', 'Clicker', 0, 0, '', 'nuclear-fish'), (3087, 'World of Alice Baby animal', 'World of Alice - Baby animal World of Alice - Baby animal is an educational game developed for children with the aim of learning the baby stage of animals. Excellent resource for Preschool Education. Developed by: Nau.kids', 'https://img.gamemonetize.com/sohnbewaor8jdlwxzggb6fbxpjh39fd3/512x384.jpg', 'https://html5.gamemonetize.com/sohnbewaor8jdlwxzggb6fbxpjh39fd3/', '0', 'Puzzles', 0, 0, '', 'world-of-alice--baby-animal'), (3088, 'Run Man', 'Runner Man is a kind of sports game. Control the athletic man and play longer as you can without mistakes. You need to run and avoid obstacles that will be on the left or the right side of the path and jump over the obstacles that are at the full length of the path. The obstacles will come faster as you play longer. So try to run longer as you can. When you make three mistakes the game will be over.', 'https://img.gamemonetize.com/un8fasapr9aw1a8lg3h3yp0ku62eyssl/512x384.jpg', 'https://html5.gamemonetize.com/un8fasapr9aw1a8lg3h3yp0ku62eyssl/', '0', 'Puzzles', 0, 0, '', 'run-man'), (3089, 'Amgel Easy Room Escape 88', 'AmgelEscape - Amgel Easy Room Escape 88 is another point and click escape game developed by Amgel Escape. In this game, you are locked in a room and you have to try to escape the room by finding items and solving puzzles. Show your best escaping skills to escape from the room. Can you able to escape from the room successfully? Good luck and have fun!', 'https://img.gamemonetize.com/ydydjxjaqviyc6d5epwas4ixh5har157/512x384.jpg', 'https://html5.gamemonetize.com/ydydjxjaqviyc6d5epwas4ixh5har157/', '0', 'Puzzles', 0, 0, '', 'amgel-easy-room-escape-'), (3090, 'Liquid Sorting', 'Sorting is used in many cases, in production and in everyday life. Bulk solids are usually sorted because they can be separated from each other. In Liquid Sorting you will use a unique method of sorting liquids. It will initially be poured into long glass flasks in colored layers at each level. The unusual thing about this liquid is that it does not mix. You can easily and easily transfer some of the liquid from the top layer to another flask, so that in the end there is only one color solution in each tube. The levels get harder in Liquid Sorting.', 'https://img.gamemonetize.com/80k85r9z7xhu85fb0mfc6tunakxh1mz7/512x384.jpg', 'https://html5.gamemonetize.com/80k85r9z7xhu85fb0mfc6tunakxh1mz7/', '0', 'Arcade', 0, 0, '', 'liquid-sorting'), (3091, 'Super Mario Unblocked', 'When playing, the player is assuming the role of Mario and has to go through the Mushroom Kingdom. The player has to survive the evil forces of the game’s villain, Bowser, and rescue Princess Toadstool. To win the game, Mario has to reach the flag pole at the end of each level. There are coins scattered throughout the game which need to be collected. There are also special bricks with question marks that reveal more coins and other special items once hit. It’s a must to hit other bricks if there’s enough time as they might contain rare items or coins. Eating a mushroom transforms regular Marion into Super Mario, which means he grows double in size and gets the ability to break bricks above him. Careful though as when he gets hit in this mode, he reverts to his original self, but he won’t die.', 'https://img.gamemonetize.com/v1vxn123ziw07onj0xvxi8y7vtwoihoo/512x384.jpg', 'https://html5.gamemonetize.com/v1vxn123ziw07onj0xvxi8y7vtwoihoo/', '0', 'Adventure', 0, 0, '', 'super-mario-unblocked'), (3092, 'Flappy Dragons Fly &amp Dodge', 'Fly high and dodge obstacles in this addictive dragon adventure. Are you ready to soar through the skies with Flappy Dragons? In this addictive adventure game, youll take on the role of a brave dragon and navigate through challenging levels, avoiding obstacles and collecting coins along the way. With intuitive controls and beautiful graphics, Flappy Dragons are sure to keep you entertained for hours on end. As you progress through the game, youll encounter a variety of obstacles that will test your reflexes and timing. From towering trees to rocky outcroppings, youll need to be quick and agile to dodge them all. But dont worry - with a little practice, youll soon be flying like a pro. In addition to the main game, Flappy Dragons also feature a range of special challenges and achievements to keep you coming back for more. So why not join the millions of players already enjoying this exciting dragon adventure? Download Flappy Dragons today and start flying high!', 'https://img.gamemonetize.com/34nzyigluca3ml3es6z351gdyngkdu31/512x384.jpg', 'https://html5.gamemonetize.com/34nzyigluca3ml3es6z351gdyngkdu31/', '0', 'Arcade', 0, 0, '', 'flappy-dragons--fly-ampamp-dodge'), (3093, 'Noob Baby vs Pro Baby', 'In this adventure, a surprise awaits at the end of the episode, as in every adventure, in the forest full of dangers. You have to be very careful to reach that surprise. Complete the levels with your friend without falling down, without tripping over thorns, without being eaten by monsters. Kill all monsters with pro players sword that sword is very powerful. Dont look at the noob being stupid, hes actually very smart and can open unopenable chests.', 'https://img.gamemonetize.com/psbr7c96rvmka7nkz8uhzd0b6oltwoyr/512x384.jpg', 'https://html5.gamemonetize.com/psbr7c96rvmka7nkz8uhzd0b6oltwoyr/', '0', 'Adventure', 0, 0, '', 'noob-baby-vs-pro-baby'), (3094, 'Paws And Claws', 'As a cat who can climb rocks and walk arms, it is your most proficient skill to shuttle on every wall! And it is your task to eat every small fish! Using your ability to shuttle between different walls, and finally, eat the small fish by avoiding obstacles! Paw and Claws is an exciting puzzle game, do you want to know which level you can reach? Come and join your friends!', 'https://img.gamemonetize.com/en4j0pajm5nmp9k3rdo2lwrozgx2mwoj/512x384.jpg', 'https://html5.gamemonetize.com/en4j0pajm5nmp9k3rdo2lwrozgx2mwoj/', '0', 'Puzzles', 0, 0, '', 'paws-and-claws'), (3095, 'Truck Hill Dash', 'Here is a monster-truck stunt arcade game with 3D models. You need to control the gas of your truck to overpass different kinds of terrains. When your vehicle is down, you can reset the truck and keep going. Glad you will always reach the finish line and buy items in the garage!', 'https://img.gamemonetize.com/bgh72pwpm8mgwbfht9kd3sn1gq07bx1o/512x384.jpg', 'https://html5.gamemonetize.com/bgh72pwpm8mgwbfht9kd3sn1gq07bx1o/', '0', 'Arcade', 0, 0, '', 'truck-hill-dash'), (3096, 'Blocky Gun Paintball', 'Blocky Gun Paintball is an exhilarating first-person shooter game that immerses players into a virtual world of high-intensity battles. The game features a unique blend of blocky graphics and realistic physics, creating a visually stunning and engaging experience. One of the most exciting features of Blocky Gun Paintball is its enemy AI. The games intelligent AI opponents are programmed to adapt to the players style of play, creating a dynamic and challenging experience that keeps players on their toes. Whether you prefer to charge headfirst into battle or take a more cautious approach, the AI will adjust its tactics to keep you engaged and entertained. In addition to its enemy AI, Blocky Gun Paintball also features an offline game mode mission. This mode allows players to hone their skills and master their strategy against a range of challenging opponents, without the need for an internet connection. With a variety of maps and game modes to choose from, players can enjoy hours of intense, offline gameplay. Overall, Blocky Gun Paintball is a thrilling and immersive FPS game that combines blocky graphics with realistic physics, intelligent enemy AI, and an engaging offline game mode mission. Whether youre a seasoned FPS player or a newcomer to the genre, Blocky Gun Paintball is sure to provide a thrilling and satisfying gaming experience.', 'https://img.gamemonetize.com/zst9rcuysxcek77f5q7wd9nwvx8xjz0f/512x384.jpg', 'https://html5.gamemonetize.com/zst9rcuysxcek77f5q7wd9nwvx8xjz0f/', '0', 'Shooting', 0, 0, '', 'blocky-gun-paintball'), (3097, 'Baby Panda Girl Caring', 'Baby Panda Girl Caring is a very cute caring game. Baby panda girl is in the cardle and she needs your care. You can help her take a shower, feed her and dress up her with cute outfits etc. Invite your friends to play this game with you. Have a good time!', 'https://img.gamemonetize.com/322ysy6dunfriunnayb88th4wowpktm5/512x384.jpg', 'https://html5.gamemonetize.com/322ysy6dunfriunnayb88th4wowpktm5/', '0', 'Girls', 0, 0, '', 'baby-panda-girl-caring'), (3098, 'StoneGrassGame', 'Stone Grass is a universally popular lawn mower mincer game. If you have a slight cleanliness fetish and like to keep everything neat and beautiful, then this is the game for you! Your task is to drive the lawn mower to cut the grass and keep the lawn neat and beautiful and flawless! Improve your attributes and skills in order to increase your efficiency. You will have a lot of fun!', 'https://img.gamemonetize.com/zcoxpw5vchsqy62ef0rabtl56n1dscup/512x384.jpg', 'https://html5.gamemonetize.com/zcoxpw5vchsqy62ef0rabtl56n1dscup/', '0', '3D', 0, 0, '', 'stonegrassgame'), (3099, 'Art of War', 'A funny game with huge amount of spectacular battles. You will be the commander who leads legions of tiny armies. Accept the challenges of various levels and don’t forget to get extra rewards from bounty tasks! It’s your army, you‘re in charge. * Exciting Battles The battle is more like a real dance of war. Hope you can become a glorious commander and have a lot of fun. * Extra Bounty Tasks Those cool bounty tasks will be unlocked once you reach level 14. You can get precious gems by finishing those tasks. But be aware that some of them are really tricky. * Regular Updates We are a young team, but we always strive to improve your game experience and make the game incredible time-killer.', 'https://img.gamemonetize.com/qgtwou637cbipjd1klwhi4hqnnjszkme/512x384.jpg', 'https://html5.gamemonetize.com/qgtwou637cbipjd1klwhi4hqnnjszkme/', '0', 'Action', 0, 0, '', 'art-of-war'), (3100, 'Age of War 2', 'The massively popular web game "Age of War" has been remastered for the best mobile experience. Take control of 16 different units and 15 different turrets to defend your base and destroy your enemy. In this game, you start at the caveman age, then evolve! There are a total of 5 ages, each with its own unique units and turrets. Can you advance faster than your enemy?', 'https://img.gamemonetize.com/i5wgtrvlkkrcg6v9y8yzo884y4xhpai9/512x384.jpg', 'https://html5.gamemonetize.com/i5wgtrvlkkrcg6v9y8yzo884y4xhpai9/', '0', 'Arcade', 0, 0, '', 'age-of-war-'), (3101, 'Elemental Jigsaw Puzzle', 'Zazgames is a place where you can infinitely play assembling online jigsaw puzzles. We hope you are up for another game from the Puzzle category on our website , because we have just added the game called Elemental Jigsaw Puzzle for you all, which, despite being one of the many puzzle games we have added so far into this category, this is the first puzzle game to use this specific format, and image, so it is going to be a brand new experience for all of you, an experience we are sure you will appreciate, as there is no way you aren\'t going to have a lot of fun playing the game. Especially after you learn how to play it from the next lines in the description. you will start by choosing how you want the jigsaw puzzle be : hard medium or easy. After that, the jigsaw puzzle pieces are going to be spread around the game screen randomly. Use the mouse to drag them over the transparent images where they match with the image, until all the pieces are connected, and the image looks just like it did in the beginning. You will have a great time with the game, so start it right now, and we are sure you will not regret it one second!', 'https://img.gamemonetize.com/okcwe6sjv506wcttgz3hepi421cd8wnl/512x384.jpg', 'https://html5.gamemonetize.com/okcwe6sjv506wcttgz3hepi421cd8wnl/', '0', 'Puzzles', 0, 0, '', 'elemental-jigsaw-puzzle'), (3102, 'Madness Accelerant', 'Madness Accelerant is a fast-paced action game to beat the enemies and escape the beast monster. This game is a playable remake of Krinkel\'s Madness Consternation.', 'https://img.gamemonetize.com/gf0d9gjktxv3g9hs58590sick94w1ju3/512x384.jpg', 'https://html5.gamemonetize.com/gf0d9gjktxv3g9hs58590sick94w1ju3/', '0', 'Adventure', 0, 0, '', 'madness-accelerant'), (3103, 'UFO Driver', 'Incredible arcade game where you have to rob the farmer\'s fields on your UFO, flying over various interesting locations and upgrading your flying saucer!', 'https://img.gamemonetize.com/x1ljyfq914j4kv3eqaqrvufnovbil8jg/512x384.jpg', 'https://html5.gamemonetize.com/x1ljyfq914j4kv3eqaqrvufnovbil8jg/', '0', 'Arcade', 0, 0, '', 'ufo-driver'), (3104, 'Pendy Crush puzzle match', 'How to play this Game? -You will have a specific goal in every free level, just finish the goals and you will get big rewards after games. -Match 3 or more same color Candy in order to crush them. -Collect free coins and buy powerful boosters to crush and save candys easily.', 'https://img.gamemonetize.com/hxuilwrpco5j8ra1opjax5hbgi260rff/512x384.jpg', 'https://html5.gamemonetize.com/hxuilwrpco5j8ra1opjax5hbgi260rff/', '0', 'Puzzles', 0, 0, '', 'pendy-crush--puzzle-match'), (3105, 'Spidey Forces in Motion', 'Rhino is causing trouble in the neighborhood, and you need to stop him in the Forces in Motion game! Choose your trusty hero and bring the villain to justice. However, your journey is full of obstacles, so use your spidey senses to avoid trouble! Spidey, Ghosty, and Spin will not have any rest until they catch Rhino. However, you might find some things worth picking up on your way! You should focus and keep your eyes wide open so nothing will escape. Do you have what it takes to be the hero of the day?', 'https://img.gamemonetize.com/1i1m5sl8injowrxf85v79f40ujl2jo3l/512x384.jpg', 'https://html5.gamemonetize.com/1i1m5sl8injowrxf85v79f40ujl2jo3l/', '0', 'Racing', 0, 0, '', 'spidey-forces-in-motion'), (3106, 'Jump Into Top', 'Help the character get to the highest point in order to catch the villain who has stolen an important thing. Beware of falls from a height, as the test will end ahead of time and fail to complete the main goal.', 'https://img.gamemonetize.com/t9kxw9zf6z4cpoowsfnm76c8q9xlanxb/512x384.jpg', 'https://html5.gamemonetize.com/t9kxw9zf6z4cpoowsfnm76c8q9xlanxb/', '0', 'Clicker', 0, 0, '', 'jump-into-top'), (3107, 'Stacker', 'Your role is to go through every challenge Stacker have prepared for you! Some may require a bit of attention or fast reflexes, but with practice, you can become a master in no time! Put on your scary costume, and let\'s see what you\'ve got!', 'https://img.gamemonetize.com/e02q4kabc00kzy2d4nznfrnbo63xljww/512x384.jpg', 'https://html5.gamemonetize.com/e02q4kabc00kzy2d4nznfrnbo63xljww/', '0', 'Clicker', 0, 0, '', 'stacker'), (3108, 'Adventure Sling', 'A small animal lives in the jungle and his life is sometimes dangerous. He needs to beware of predators, so going out every day in search of food, he tries not to stick out, but hides in the thickets. Usually he used the beaten paths, but today he decided to turn and suddenly fall into some very deep hole. Waking up from the fall, he looked around, was glad that he was alive and was horrified. It turned out that the poor fellow fell into an ancient crypt full of dangerous traps. In Adventure Sling, you will help the hero get out of the dungeon by jumping and clinging to ledges in the walls in Adventure Sling.', 'https://img.gamemonetize.com/lznf1t8snw3g6chdg6r46u8a952bd5kp/512x384.jpg', 'https://html5.gamemonetize.com/lznf1t8snw3g6chdg6r46u8a952bd5kp/', '0', 'Arcade', 0, 0, '', 'adventure-sling'), (3109, 'Mario Rush Coloring Book', 'Mario Rush Coloring Book is a fun online coloring game that allows you to unleash your creativity and artistic skills. In this game, you can choose from a variety of Mario Rush characters to color. The game is easy to play, and you dont need any special skills or equipment to get started. All you need is a computer, a mouse or touchpad, and an internet connection. To start coloring, simply select the image you want to color from the games gallery. You can zoom in and out of the image to get a closer look at the details, and you can choose from a variety of colors to use. One of the great things about Mario Rush Coloring Book is that it allows you to save and share your creations. You can save your finished coloring pages to your computer or share them on social media to show off your artistic skills. Mario Rush Coloring Book is a fun and engaging online coloring game that is sure to provide hours of entertainment. Whether youre a Mario Rush fan or just love to color, this game is definitely worth checking out.', 'https://img.gamemonetize.com/x20jfb6fep8xcpj0kwu5h7q53j29527u/512x384.jpg', 'https://html5.gamemonetize.com/x20jfb6fep8xcpj0kwu5h7q53j29527u/', '0', 'Hypercasual', 0, 0, '', 'mario-rush-coloring-book'), (3110, 'Hatch Cute Bunnies', 'Hatch Cute Bunnies is a very cute caring game. There are 9 eggs in this game. Inside each egg is a very unique bunny. Earn enough coins by playing the fun game so that you can get the eggs and hatch them. You can also get the eggs by synthesizing 2 bunnies. You can take care of the bunnies by feeding them and dressing them etc. Want to know more about this game? Come and play it!', 'https://img.gamemonetize.com/p6e4m2c541ihvbpcxu0dw11gkk7eq2p0/512x384.jpg', 'https://html5.gamemonetize.com/p6e4m2c541ihvbpcxu0dw11gkk7eq2p0/', '0', 'Girls', 0, 0, '', 'hatch-cute-bunnies'), (3111, 'Fruits and Veggies Hangman', 'Fruits and vegetables are essential parts of a healthy diet, and playing a Fruits and Veggies hangman game online is a fun way to learn more about them. In this game, the player has to guess the name of a fruit or vegetable by guessing one letter at a time. Each incorrect guess results in the drawing of one more part of the hangman. The goal is to guess the word before the entire hangman is drawn. Playing this game can help increase your knowledge of fruits and vegetables, as well as improve your spelling and vocabulary skills. It can also be a fun activity to do with friends or family, as you can take turns guessing and see who can guess the word with the fewest incorrect guesses. So, next time youre looking for a fun way to learn about fruits and vegetables, try playing an online hangman game!', 'https://img.gamemonetize.com/sw9v6hmg151jfgj8ef1b18ezvzewzftb/512x384.jpg', 'https://html5.gamemonetize.com/sw9v6hmg151jfgj8ef1b18ezvzewzftb/', '0', 'Hypercasual', 0, 0, '', 'fruits-and-veggies-hangman'), (3112, 'Rainbow Princess Cake Maker', 'Rainbow Princess Cake Maker Salon lets you make beautiful princess cakes! Mix the rainbow batter first, then pour it into the pan! Bake the rainbow cake batter until its nice and baked! Place your doll in the center of the cake and start decorating! Take a bite of the delicious rainbow cake and taste the delicious rainbow cake and icing!', 'https://img.gamemonetize.com/v3hgl2vt4lzq0zcnatz3d8v7ai95z8ep/512x384.jpg', 'https://html5.gamemonetize.com/v3hgl2vt4lzq0zcnatz3d8v7ai95z8ep/', '0', 'Girls', 0, 0, '', 'rainbow-princess-cake-maker'), (3113, 'Who Will Be The Bride 2', 'Fashion girl Rebecca, Adella and Jade all fell in love with Jack, so they decided to start a competition, who would get Jacks attention and be his bride?', 'https://img.gamemonetize.com/962osw27a7fkv8ua4tnaquzmsnrj2v4g/512x384.jpg', 'https://html5.gamemonetize.com/962osw27a7fkv8ua4tnaquzmsnrj2v4g/', '0', 'Girls', 0, 0, '', 'who-will-be-the-bride-'), (3114, 'Pairs Matching', 'Your role is to go through every challenge Pairs Matching have prepared for you! Some may require a bit of attention or fast reflexes, but with practice, you can become a master in no time! Put on your scary costume, and let\'s see what you\'ve got!', 'https://img.gamemonetize.com/d4zcfsnred9guh3302ziagihhahglbfj/512x384.jpg', 'https://html5.gamemonetize.com/d4zcfsnred9guh3302ziagihhahglbfj/', '0', 'Puzzles', 0, 0, '', 'pairs-matching'), (3115, 'Tom & Jerry Jigsaw Puzzle', 'Get ready to piece together the classic cartoon duo in this fun-filled Tom & Jerry jigsaw puzzle game. Choose from a variety of images featuring Tom, Jerry, and their hilarious antics. Complete puzzles, and enjoy the vibrant and colorful graphics that bring the beloved characters to life. With hours of puzzle-solving entertainment, this Tom & Jerry jigsaw puzzle game is perfect for fans of all ages.', 'https://img.gamemonetize.com/capb5z5nh56w76gkqqwd5962ybkw0ybo/512x384.jpg', 'https://html5.gamemonetize.com/capb5z5nh56w76gkqqwd5962ybkw0ybo/', '0', 'Puzzles', 0, 0, '', 'tom-amp-jerry-jigsaw-puzzle'), (3116, 'Farm Onet', 'Welcome to Farm Onet puzzle connect game. Explore tons of amazing levels with some cool fruits and veggies graphics. Match 2 identical items with 3 lines to eleminate them. Have fun!', 'https://img.gamemonetize.com/mzf1pjr358q82a1i8e3j9nk1zajb3x0c/512x384.jpg', 'https://html5.gamemonetize.com/mzf1pjr358q82a1i8e3j9nk1zajb3x0c/', '0', 'Puzzles', 0, 0, '', 'farm-onet'), (3117, 'Bubble Popping', 'Your role is to go through every challenge Bubble Popping have prepared for you! Some may require a bit of attention or fast reflexes, but with practice, you can become a master in no time! Put on your scary costume, and let\'s see what you\'ve got!', 'https://img.gamemonetize.com/o77opvwp3njmtv9v0dzw81h1mxorjfk2/512x384.jpg', 'https://html5.gamemonetize.com/o77opvwp3njmtv9v0dzw81h1mxorjfk2/', '0', 'Clicker', 0, 0, '', 'bubble-popping'), (3118, 'TRAP FIELD', 'TRAP FIELD TRAP FIELD is a game with a minimalist design that takes place in a minefield in which the player has to choose the pieces without free mines. This game trains the player\'s memory and the difficulty increases with each level. Game developed by: Nau.Minimal', 'https://img.gamemonetize.com/lbpoleksl0gex51yd1gknekennceapon/512x384.jpg', 'https://html5.gamemonetize.com/lbpoleksl0gex51yd1gknekennceapon/', '0', 'Hypercasual', 0, 0, '', 'trap-field'), (3119, 'Paper Boats Racing', 'This is a topdown racing game with paper boats! Try playing 10 different tracks and in different scenarios. To qualify – and unlock clues – you must come in at least third place. Along the way you will also find speed power ups.', 'https://img.gamemonetize.com/22uqsu22b9wlj1ox9nnwaqg253zncgce/512x384.jpg', 'https://html5.gamemonetize.com/22uqsu22b9wlj1ox9nnwaqg253zncgce/', '0', 'Sports', 0, 0, '', 'paper-boats-racing'), (3120, 'Cartoon Bricks', 'Get ready to smash some bricks with our Cartoon Brick Breaker game! This addictive game combines classic brick-breaking gameplay with fun cartoon graphics that will keep you entertained for hours. With easy-to-learn controls and challenging levels, you\'ll have a blast trying to break all the bricks and earn high scores. Customize your gameplay experience by choosing from different power-ups and upgrades to enhance your skills and take on even tougher challenges. Whether you\'re a casual gamer or a seasoned pro, Cartoon Brick Breaker offers endless hours of fun and excitement. So why wait? Download the game now and start smashing those bricks!', 'https://img.gamemonetize.com/vgl8zgyadejal9lsekfrrfaohbneafjb/512x384.jpg', 'https://html5.gamemonetize.com/vgl8zgyadejal9lsekfrrfaohbneafjb/', '0', 'Hypercasual', 0, 0, '', 'cartoon-bricks'), (3121, 'Breakout Bricks', 'Welcome to breakout bricks the famous classic arcade puzzle game. Control your paddle by swipping left and right to break all bricks. Explore some amazing easy and hards levels and try to complete them all. some bricks offer you cool power-ups to help you finish your level faster. Enjoy it!', 'https://img.gamemonetize.com/9ny6hn4hjxblmsai9qv3k3m7zsqv8zh6/512x384.jpg', 'https://html5.gamemonetize.com/9ny6hn4hjxblmsai9qv3k3m7zsqv8zh6/', '0', 'Puzzles', 0, 0, '', 'breakout-bricks'), (3122, 'Island runner game', 'Island runner game - a game with beautiful graphics in anime style, plunge into the relaxing atmosphere of the ocean while running after a girl along a wooden bridge in shallow water, trying to avoid obstacles. Game Features: - Amazing graphics - Ocean Atmosphere - The whole game and character in anime style - Simple game', 'https://img.gamemonetize.com/r7f9xgm79oajg264t1noxjdver0xkivv/512x384.jpg', 'https://html5.gamemonetize.com/r7f9xgm79oajg264t1noxjdver0xkivv/', '0', 'Arcade', 0, 0, '', 'island-runner-game'), (3123, 'Helicopter Assassin', 'You were assigned as a special agent to shoot traitors.Fly by helicopter to neutralize targets and complete missions. With the money you earn, you can buy new weapons and make this adventure even more exciting.', 'https://img.gamemonetize.com/ejuzw5ovnoj4ff7hsuo3o95jg3x74nod/512x384.jpg', 'https://html5.gamemonetize.com/ejuzw5ovnoj4ff7hsuo3o95jg3x74nod/', '0', 'Shooting', 0, 0, '', 'helicopter-assassin'), (3124, 'Police Evolution Idle', 'The criminals are all around the city and somebody should stop these criminals and make the city more peaceful in the Police Evolution Idle game. It is time to chase after the criminals and find the wrong parking cars, and traffic control points. By you punish the criminals, you will be able to unlock new gaming features like new suspect types, and new traffic control types. Try to unlock the latest place and complete the game as quickly as possible.', 'https://img.gamemonetize.com/gefwpdcmo9m45ee82wcduxketbs325c5/512x384.jpg', 'https://html5.gamemonetize.com/gefwpdcmo9m45ee82wcduxketbs325c5/', '0', 'Action', 0, 0, '', 'police-evolution-idle'), (3125, 'Turbo Drift 2023', 'Turbo Drift 2023 is the ultimate racing game that takes you on a thrilling journey through challenging tracks, breathtaking scenery, and adrenaline-pumping drifts. This game is the latest addition to the popular Turbo Drift franchise, and it offers players an immersive and unforgettable experience like no other. With its stunning graphics and realistic physics engine, Turbo Drift 2023 provides a true-to-life racing experience that will leave you on the edge of your seat. You can choose from a range of high-performance vehicles, each with its unique set of strengths and weaknesses, and customize them to suit your driving style. The game features a variety of game modes, including time trials, races, and challenges, each with its own set of objectives and rewards. Whether you prefer to drift through tight corners or race to the finish line, Turbo Drift 2023 has something for everyone. In addition to the single-player mode, the game also features an online multiplayer mode that allows you to compete against other players from around the world. You can join or create your own racing club, participate in tournaments, and climb the leaderboards to become the ultimate Turbo Drift champion. One of the standout features of Turbo Drift 2023 is the dynamic weather system, which affects the driving conditions and adds an extra layer of challenge to the races. You may find yourself driving through rain, snow, or fog, which can dramatically impact your visibility and handling. Overall, Turbo Drift 2023 is a must-play game for anyone who loves racing games, whether youre a casual gamer or a seasoned pro. With its fast-paced action, stunning visuals, and immersive gameplay, its sure to keep you entertained for hours on end. So gear up, rev your engines, and get ready to drift your way to victory in Turbo Drift 2023.', 'https://img.gamemonetize.com/a366pawhpkeuyzufatuklcgtduorfcs6/512x384.jpg', 'https://html5.gamemonetize.com/a366pawhpkeuyzufatuklcgtduorfcs6/', '0', 'Racing', 0, 0, '', 'turbo-drift-'), (3126, 'Makeover Studio', 'Makeover Studio is a popular makeover game for girls. We all have difficulties in life. Sometimes we overcome them on our own. And sometimes we are in need of others help. In this game, two ladies need your help to get over their hard times by doing makeovers to them. Lots of cute makeups, smart accessories and fancy outfits are prepared for you. Come and make them stand out of the crowd!', 'https://img.gamemonetize.com/gpr6n4qniyqznb2oehsz13msmts824lh/512x384.jpg', 'https://html5.gamemonetize.com/gpr6n4qniyqznb2oehsz13msmts824lh/', '0', 'Girls', 0, 0, '', 'makeover-studio'), (3127, 'LimeKattana', 'KattanaLime is a fruit cutting game in which players use a virtual katana to slice different types of fruits that appear on the screen. The mechanics of the game are simple: the player must tap and slide his finger on the screen to cut the fruits into smaller pieces while avoiding touching bombs or dangerous objects that appear in the middle of the fruits.In KattanaLime, the player must beware of the bombs that appear on the screen along with the fruits. If the player touches a bomb, it will explode and the game will end immediately.', 'https://img.gamemonetize.com/jgcf8qsz89kg7xo5xapw0tm2gryjt9l0/512x384.jpg', 'https://html5.gamemonetize.com/jgcf8qsz89kg7xo5xapw0tm2gryjt9l0/', '0', 'Hypercasual', 0, 0, '', 'limekattana'), (3128, 'Puzzle Love', 'Help the loving couple find each other by completing various puzzles. Do not touch evil enemies and do not get too close to them. Nice graphics with many levels will not let you get bore', 'https://img.gamemonetize.com/fa3tjo9eko72y2ambspc2xikm41qpfq3/512x384.jpg', 'https://html5.gamemonetize.com/fa3tjo9eko72y2ambspc2xikm41qpfq3/', '0', 'Puzzles', 0, 0, '', 'puzzle-love'), (3129, 'Baby Taylor Tailor Fashion', 'There is no girl who doesnt like fashion! Even a little girl like Taylor loves stylish and beautiful clothes. You run a fashion clothing store and you are the best tailor. Today your customer is Taylor, come and make beautiful clothes for Taylor!', 'https://img.gamemonetize.com/irqs7z8let7bxbfw78cvh27jtw7u462f/512x384.jpg', 'https://html5.gamemonetize.com/irqs7z8let7bxbfw78cvh27jtw7u462f/', '0', 'Girls', 0, 0, '', 'baby-taylor-tailor-fashion'), (3130, 'Girl Beauty Salon', 'Three girls Diana, Flora and May will have a party tonight. Before that, they decide to go to a beauty salon to have a new look. Diana wants to makeover her hands. May wants to makeover her legs. And Flora wants her back skin become smooth and white. You can choose your favorite clothes for the princesses. Make sure these girls are pretty and charming at the party. Have fun!', 'https://img.gamemonetize.com/vpy0a9uskhygf7gfe29403qddhhksvx9/512x384.jpg', 'https://html5.gamemonetize.com/vpy0a9uskhygf7gfe29403qddhhksvx9/', '0', 'Girls', 0, 0, '', 'girl-beauty-salon'), (3131, 'Kawaii Math Game', 'Youre good at maths? well then try to answer all the questions about the tiles where an image of Kawaii cute animals is hidden underneath! How to play: drag all the left numbered blocks onto the corresponding right tiles covering the picture. Have fun and try to unlock all pictures!', 'https://img.gamemonetize.com/nxji82lca82un6rarjhsxi0k1dmyju20/512x384.jpg', 'https://html5.gamemonetize.com/nxji82lca82un6rarjhsxi0k1dmyju20/', '0', 'Puzzles', 0, 0, '', 'kawaii-math-game'), (3132, 'Epic Car Transform Race', 'In this fast and epic race, you need to switch cars on the track according to the obstacles. Epic Car Transform Race requires focus and quick driving decision skills. So its time to relax and enjoy an epic car adventure race. There are endless levels and extreme obstacles to make it more interesting and you will never get bored.', 'https://img.gamemonetize.com/jevpm5eihd6mk0j5420vvqdsny1cj0yf/512x384.jpg', 'https://html5.gamemonetize.com/jevpm5eihd6mk0j5420vvqdsny1cj0yf/', '0', 'Boys', 0, 0, '', 'epic-car-transform-race'), (3133, 'Amgel Kids Room Escape 93', 'AmgelEscape - Amgel Kids Room Escape 93 is another point and click escape game developed by Amgel Escape. In this game, you are locked in a room and you have to try to escape the room by finding items and solving puzzles. Show your best escaping skills to escape from the room. Can you able to escape from the room successfully? Good luck and have fun!', 'https://img.gamemonetize.com/0rau9t5ezcjsx6ioxwjb19xu1e78ne3d/512x384.jpg', 'https://html5.gamemonetize.com/0rau9t5ezcjsx6ioxwjb19xu1e78ne3d/', '0', 'Puzzles', 0, 0, '', 'amgel-kids-room-escape-'), (3134, 'Many Bricks', 'Welcome to Bricks Royale-Brick Balls Game! Helping the king decorate his castle. An exciting Brick Balls Game adventure is calling you! If you like classic bricks breaking games, don\'t miss Bricks Royale-Brick Balls Game! In order to save the king and princess, you need to break the bricks in a variety of different levels. In this fun journey, you will solve exciting puzzles, earn coins to unlock new areas, decorate the royale castle, and get extra boosters to continue your saga. Jump into the bricks breaking adventure and play now! We\'ve got plenty of sweet puzzle levels to enjoy. Each new episode comes with free coins, helpful boosters, amazing prizes, challenging tasks and exciting areas. Bricks Royale-Brick Balls Game is a very innovative 3D bricks balls game. In this bricks games, you can crush all the bricks. Bricks Royale is not only a casual game, but also a brain exercise game. Crushing all the bricks may not help you pass the levels. You need to focus on the level goal and solve all the puzzles and crush all the blocks that prevent you from reaching your goal. Detonating big bombs can help you complete levels quickly.', 'https://img.gamemonetize.com/i4sbcmjb9t1253mlq972v2s9tygu02x0/512x384.jpg', 'https://html5.gamemonetize.com/i4sbcmjb9t1253mlq972v2s9tygu02x0/', '0', 'Puzzles', 0, 0, '', 'many-bricks'), (3135, 'Buku Dominoes', 'Play Dominoes with friends with the Domino Master, a fast-paced, fantastic multiplayer Dominoes Game! Play Dominoes in Multiplayer Mode Domino Master is the best dominos game available today. Play 2 and 4 player domino games with friends, family, and random opponents in real-time. Domino Master Multiplayer Game is how dominos were meant to be played! Domino Online & Offline Play dominoes online with friends or switch it up and challenge our AI robot! Domino Master delivers countless hours of pure Domino action for both first-timers to more advanced players!', 'https://img.gamemonetize.com/3m3b9visn2xzk0ewcphlf8247jw93of1/512x384.jpg', 'https://html5.gamemonetize.com/3m3b9visn2xzk0ewcphlf8247jw93of1/', '0', 'Hypercasual', 0, 0, '', 'buku-dominoes'), (3136, 'Alchemy Drop', 'Doodle Alchemy is a game with amazing graphics and effects. Off-beat music and sounds create an unforgettable atmosphere! At the start, you have only 4 elements: air, water, earth, and fire. Combine these elements and create new ones. A fascinating journey into the world of knowledge awaits! Enjoy your discoveries! KEY FEATURES: - One-click intuitive gaming - Amazing design and effects - Off-beat music and sound effects - Language choice. Play and learn new words! - Large number of elements', 'https://img.gamemonetize.com/mll1ipzlh866ufpfe5ljwevcftico6p3/512x384.jpg', 'https://html5.gamemonetize.com/mll1ipzlh866ufpfe5ljwevcftico6p3/', '0', 'Hypercasual', 0, 0, '', 'alchemy-drop'), (3137, 'Alus Revenge', 'Icon image Gods of Egypt: Match 3 About this game Welcome to Gods of Egypt: Match 3, one of the best match 3 puzzle games available. The pharaoh’s empire is full of pyramids and temples that you need to explore. Find the room with anubis by matching and become a legend in ancient Egypt! The pharaoh had a blast last century during the age of fate, and now you need to make some jam matching action here to become legend of the pyramids empire. Find the room with the most valuable jewels as one of the latest gods of Egypt. In this match 3 puzzle game it is all about matching with fate for anubis. Use powerful boosters to play even better and gain bonuses like a real legend in ancient Egypt. Gods of Egypt: + Play in English, Russian (Russia), French (France) and Dutch. More coming! + Lots of jam challenges + Original match 3 puzzle game adventure + Social features; play with friends from Facebook + Amazing kingdom world map Experience one of the greatest match 3 puzzle game adventures online with lots of jam challenges. Try to finish all of them, it can be hard! Invite and play with friends to make it even more fun. Enter the room of pyramids in this ancient Egypt and become a the legend of the temple! Your fate is not settled yet, you can decide your fate by matching jam to the max! The pharaoh’s empire is ready now, come and join us! Gods of Egypt: Match 3 is a free to play puzzle game, but some in-game items such as lives or gold can require real payments. Enjoy ancient Egypt!', 'https://img.gamemonetize.com/mfbxh3j12j2ligc1v6ty486vcdzcj0j4/512x384.jpg', 'https://html5.gamemonetize.com/mfbxh3j12j2ligc1v6ty486vcdzcj0j4/', '0', 'Puzzles', 0, 0, '', 'alus-revenge'), (3138, 'The Smufrs Skate Rush', 'The Smufrs Skate Rush is like Subway Surfers Go to the forest to collect more berries and stock up for the winter. In order to make it easier for him to move around the forest area, the character took a skateboard with him. However, he needs help managing the board, as he has never ridden one.', 'https://img.gamemonetize.com/ugcu37td6oqe83lp09udlh70kutg8uiz/512x384.jpg', 'https://html5.gamemonetize.com/ugcu37td6oqe83lp09udlh70kutg8uiz/', '0', 'Arcade', 0, 0, '', 'the-smufrs-skate-rush'), (3139, 'Potato vs Zombies', 'If you love plants vs zombies game, then you will adore Potato vs zombies. You are the potato and you have to tap right and left to destroy all moving zombies. Can you get the highest score? Have fun!', 'https://img.gamemonetize.com/8ghgx01jkq7ox7524t2c6t1n8c5eyior/512x384.jpg', 'https://html5.gamemonetize.com/8ghgx01jkq7ox7524t2c6t1n8c5eyior/', '0', 'Clicker', 0, 0, '', 'potato-vs-zombies'), (3140, 'Stack Color 3D', 'In the "Stacking Color 3D" game, transport as many bricks as possible. Each level will show you a new scene, and there is a person with a different color. Pay attention to transporting bricks of the same color, avoiding bricks of different colors. You only need to touch the bricks and it will stack on its own, enjoy the Stacking Color 3D.', 'https://img.gamemonetize.com/b99so81iaxh7bw4jri4zim42q2mq0p5h/512x384.jpg', 'https://html5.gamemonetize.com/b99so81iaxh7bw4jri4zim42q2mq0p5h/', '0', 'Puzzles', 0, 0, '', 'stack-color-d'), (3141, 'Simple Loot Idle', 'Simple Loot Idle is a clicker game to equip your hero with the better loot items you get from killing monsters. Sell loot which is worse and get some money to upgrade your hero. Become the strongest warrior in the world!', 'https://img.gamemonetize.com/ulol31p2l8xogmlxh1yqfa64dxzkyrix/512x384.jpg', 'https://html5.gamemonetize.com/ulol31p2l8xogmlxh1yqfa64dxzkyrix/', '0', 'Clicker', 0, 0, '', 'simple-loot-idle'), (3142, 'Onet Rings', 'Try Onet rings puzzle game you will enjoy it ! Onet ring tiles is an amazing Onet Link or Connect Puzzle game where you have to link Two Onet identical rings in 3 lines. Play Onet rings without timer and clear all levels with peace and enjoy the relaxing Onet puzzle gameplay. tap or click on two identical ring tiles that can be linked with up to 3 straight lines where there is no other tiles blocking on the connecting line path.', 'https://img.gamemonetize.com/cgawqhltz1ypvaf2gz87az9kz397hwv3/512x384.jpg', 'https://html5.gamemonetize.com/cgawqhltz1ypvaf2gz87az9kz397hwv3/', '0', 'Puzzles', 0, 0, '', 'onet-rings'), (3143, 'Steve vs Alex Rocketman', 'There are 2 astronauts who need to survive in the world of skyblock, one of them is steve and alex. Help two fellow astronauts and make them reach the portal or they may lose. There are dangerous tnt rocks and rotating sharp tnts everywhere in the world of skyblock, they can kill you if you leave the safe zone, you will die, be very careful. Collect 3 gold bars with your friend and one of you will reach the portal.', 'https://img.gamemonetize.com/02kbi4oef47ktfd1lcv12ylzy4oyybdb/512x384.jpg', 'https://html5.gamemonetize.com/02kbi4oef47ktfd1lcv12ylzy4oyybdb/', '0', 'Adventure', 0, 0, '', 'steve-vs-alex-rocketman'), (3144, 'Hit Master', 'Are you ready to become a hero, spy, and legend? Solve puzzling challenges, show off your deadly accuracy and take aim at the enemies. Come experience the shooting phenomenon.', 'https://img.gamemonetize.com/oer9jcwl3t95m06fpnn38ts9ma9vpen7/512x384.jpg', 'https://html5.gamemonetize.com/oer9jcwl3t95m06fpnn38ts9ma9vpen7/', '0', 'Shooting', 0, 0, '', 'hit-master'), (3145, 'Voltier', 'Voltier is a 2D platformer where you have to collect stolen power boxes while avoiding the enemies, spikes, water bodies, rotating blades and reach the Exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/yiiae08h5bgfgampvjqxbaxnenhbkt14/512x384.jpg', 'https://html5.gamemonetize.com/yiiae08h5bgfgampvjqxbaxnenhbkt14/', '0', 'Arcade', 0, 0, '', 'voltier'), (3146, 'Super Mario Rush Difference', 'Super Mario Rush Difference is a fun and challenging online game that is free to play on mobile and all modern browsers. The objective of the game is to find the differences between two seemingly identical images within a given time frame. Players are presented with two images side-by-side, and they must spot the differences between them. The differences can be anything from a change in color, shape, or position of an object. Some of the differences can be quite subtle, so players need to pay close attention to detail to spot them all. Super Mario Rush Difference is a great game for fans of the Super Mario franchise and anyone who enjoys challenging puzzle games. It can be played online for free and is accessible on most devices, including computers, tablets, and smartphones.', 'https://img.gamemonetize.com/1bg18st5lr5cidoq65dua9mb9oid2gyn/512x384.jpg', 'https://html5.gamemonetize.com/1bg18st5lr5cidoq65dua9mb9oid2gyn/', '0', 'Hypercasual', 0, 0, '', 'super-mario-rush-difference'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (3147, 'Baby Doll Simple Style', 'Minimalism is the new trend! Meet the original model doll dress up in a super-minimalist style. The combination of black and white may surprise you. Train your sense of beauty by choosing contrasting outfits for girls. Simplicity is the new concept of life and fashion. Keep it simple by playing Baby Doll Simple Style!', 'https://img.gamemonetize.com/9funeucuaqe4rufxonp5vm1dx0zfgy2c/512x384.jpg', 'https://html5.gamemonetize.com/9funeucuaqe4rufxonp5vm1dx0zfgy2c/', '0', 'Girls', 0, 0, '', 'baby-doll-simple-style'), (3148, 'Pop It Idle', 'Pop It Idle is an idle game to pop the bubble as much as you can. It\'s about a popular toy from 2021. Buy different upgrades, craft cursors, collect gems, and also buy helpers that will pop the bubbles for you. Have fun with this little idle game.', 'https://img.gamemonetize.com/qn1mjmsvzbc07lo9scgvfcxo0ufh7voa/512x384.jpg', 'https://html5.gamemonetize.com/qn1mjmsvzbc07lo9scgvfcxo0ufh7voa/', '0', 'Clicker', 0, 0, '', 'pop-it-idle'), (3149, 'Subway Surfers Jigsaw Puzzle', 'Join the Subway Surfers crew in this thrilling puzzle game based on the popular mobile game, this Subway Surfers puzzle game offers endless fun for fans of all ages.', 'https://img.gamemonetize.com/sgvn367l7g0mquhrhgri1tm1il6xge3a/512x384.jpg', 'https://html5.gamemonetize.com/sgvn367l7g0mquhrhgri1tm1il6xge3a/', '0', 'Puzzles', 0, 0, '', 'subway-surfers-jigsaw-puzzle'), (3150, 'A2PM 3DFUN', 'An object has to be taken from this A to B end, the player will be given various challenges on the road that the player tries to take. Game Over if the player can touch another object. Hope the player will enjoy it a lot', 'https://img.gamemonetize.com/v5hirpu1eqw73xxjd556sx79cwf1ziwz/512x384.jpg', 'https://html5.gamemonetize.com/v5hirpu1eqw73xxjd556sx79cwf1ziwz/', '0', 'Arcade', 0, 0, '', 'apm-dfun'), (3151, 'Spidey Amazing Friends 2', 'Your role is to go through every challenge Spidey have prepared for you! Some may require a bit of attention or fast reflexes, but with practice, you can become a master in no time! Put on your scary costume, and let\'s see what you\'ve got!', 'https://img.gamemonetize.com/qz8vymji6ebjqgq1a706k51b8mdkv4dh/512x384.jpg', 'https://html5.gamemonetize.com/qz8vymji6ebjqgq1a706k51b8mdkv4dh/', '0', 'Clicker', 0, 0, '', 'spidey-amazing-friends-'), (3152, 'Subway Surfers World Tour Marrakesh Edition', 'GO as fast as you can! AVOID the approaching trains! Help Jake, Tricky and Fresh escape the clutches of the old detective and his dog! ★ Play trains with your super cool team! ★ Colorful HD graphics! ★ Surfing on an airplane! ★ Paint-fueled thrusters! ★ High-flying acrobatics at lightning speed! ★ Challenge and help your friends!', 'https://img.gamemonetize.com/q548e81qec7yk7brm5elugdm9iq41ofb/512x384.jpg', 'https://html5.gamemonetize.com/q548e81qec7yk7brm5elugdm9iq41ofb/', '0', 'Arcade', 0, 0, '', 'subway-surfers-world-tour-marrakesh-edition'), (3153, 'Fyer Bot 2', 'Fyer Bot 2 is a 2D Sci-fi themed platformer where you have to collect fire cubes while avoiding the enemy Fyer bots, flying bots, bullets, turrets and their bullets, spikes, giant blades and reach the Exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Fyer Bot" series.', 'https://img.gamemonetize.com/7htn379ow0fvsfur07dtm96wrzvcd18r/512x384.jpg', 'https://html5.gamemonetize.com/7htn379ow0fvsfur07dtm96wrzvcd18r/', '0', 'Arcade', 0, 0, '', 'fyer-bot-'), (3154, 'Blocky Combat Strike Survival', 'Online players may choose from many multiplayer battle royale games, including team play and providing hours of fun. Players are captivated by the games eye-popping visuals, potent weaponry, and real-time cutthroat competition. Players may change the tide of battle and restock their supplies by losing themselves in their fave online multiplayer game. Clash of Clans is an excellent example of this kind of game since it offers a shared online experience where players may band together to take on other challengers.', 'https://img.gamemonetize.com/5sp3191mnsstw09e0mhesmuac4ody5jp/512x384.jpg', 'https://html5.gamemonetize.com/5sp3191mnsstw09e0mhesmuac4ody5jp/', '0', 'Shooting', 0, 0, '', 'blocky-combat-strike-survival'), (3155, 'Quevi 2', 'Quevi 2 is a 2D Sci-fi themed platformer where you have to collect all of the metal balls while avoiding the enemy robots, flying robots, their bullets, rotating lasers, giant blades and reach the Exit door in order to go to the next level. There are 8 levels with increasing difficulty. This is the second installment of the original Quevi series.', 'https://img.gamemonetize.com/utwwshq2cl0xwqborermy44fntty7pkz/512x384.jpg', 'https://html5.gamemonetize.com/utwwshq2cl0xwqborermy44fntty7pkz/', '0', 'Arcade', 0, 0, '', 'quevi-'), (3156, 'Mario Math Game', 'Youre good at maths? well then try to answer all the questions about the tiles where an image of Mario is hidden underneath! how to play: drag all the left numbered blocks onto the corresponding right tiles covering the picture. Have fun and try to unlock all pictures!', 'https://img.gamemonetize.com/tuo5a7s8pujm2zfro04v8ws3dqan9wgw/512x384.jpg', 'https://html5.gamemonetize.com/tuo5a7s8pujm2zfro04v8ws3dqan9wgw/', '0', 'Puzzles', 0, 0, '', 'mario-math-game'), (3157, 'Word Connect Master', 'Do you enjoy the excitement of classic word games? Are you a real puzzle game master?Start your word story and enjoy the brainstorm NOW! Simply swipe the letter blocks and build words to collect coins! Find the clues to solve the crossword puzzles! DOWNLOAD Word Connect NOW to begin training your brain and become a word master!', 'https://img.gamemonetize.com/vwtlu5q0rwupfhmjg6cd700sasyucxzm/512x384.jpg', 'https://html5.gamemonetize.com/vwtlu5q0rwupfhmjg6cd700sasyucxzm/', '0', 'Puzzles', 0, 0, '', 'word-connect-master'), (3158, 'Xoka', 'Xoka is a 2D platformer where you play as a ghost who have to collect the orbs of human spirits while avoiding the enemy ghosts, flying ghosts and their bullets, fire of hell, and reach the Exit door in order to go the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/e3tpneocr75mxwk9lfbm6xdwaezzbcvl/512x384.jpg', 'https://html5.gamemonetize.com/e3tpneocr75mxwk9lfbm6xdwaezzbcvl/', '0', 'Arcade', 0, 0, '', 'xoka'), (3159, 'Color Stack ', 'In the "stacking colors" game, transport as many bricks as possible. Each level will show you a new scene, and there is a person with a different color. Pay attention to transporting bricks of the same color, avoiding bricks of different colors. You only need to touch the bricks and it will stack on its own, enjoy the stacking colors!', 'https://img.gamemonetize.com/35cay7tp74vu1iv84bict8x77v9z3hl9/512x384.jpg', 'https://html5.gamemonetize.com/35cay7tp74vu1iv84bict8x77v9z3hl9/', '0', 'Hypercasual', 0, 0, '', 'color-stack-'), (3160, 'Doggo Clicker', 'Doggo Clicker is a fun clicker game that lets you click your cute dog. His mood becomes better when you click him. There are 50 different upgrades and 21 accessories; make him look more cool and nice. Level up, spend your stat points, and progress faster. Also, there are 2 layers of prestige and a house to built, have fun!', 'https://img.gamemonetize.com/ee3e4fpztv40mzsqra9d5icobb5qas84/512x384.jpg', 'https://html5.gamemonetize.com/ee3e4fpztv40mzsqra9d5icobb5qas84/', '0', 'Clicker', 0, 0, '', 'doggo-clicker'), (3161, 'Crazy Boat Adventure', 'Welcome to Crazy Boat Adventure. Jump in your supercharged boat and take a wild ride through twisting canals and rivers. Skill, stunts, and speed will be your best allies as you grab massive air off huge waves, kick out death-defying tricks, and boost your jet ski to victory across dynamic, power-ups, upgrades, and shoots', 'https://img.gamemonetize.com/jqljujdm2o38gnhctlxu6516rxgz6h4j/512x384.jpg', 'https://html5.gamemonetize.com/jqljujdm2o38gnhctlxu6516rxgz6h4j/', '0', 'Arcade', 0, 0, '', 'crazy-boat-adventure'), (3162, 'Poppy Arrow', 'Poppy Arrow : 1. Use as many arrows as you need, but be smart enough and don’t shoot yourself an arrow. 2. If possible, finish off the skeletons! (30 levels)', 'https://img.gamemonetize.com/bw2ycge3bajfl9jvgg5muje3iv0ht7kj/512x384.jpg', 'https://html5.gamemonetize.com/bw2ycge3bajfl9jvgg5muje3iv0ht7kj/', '0', 'Arcade', 0, 0, '', 'poppy-arrow'), (3163, 'Easter Coloring Book Online', 'Easter Coloring Book Online Game is a delightful and engaging digital coloring activity that allows children to celebrate the festive season with creativity and fun. The game features a range of Easter-themed images, including Easter bunnies, Easter eggs, and Easter baskets, that can be brought to life with a palette of vivid colors. The game provides an intuitive interface that enables young players to easily navigate through the various options and tools, including a paintbrush and a color picker. Children can also experiment with different patterns and textures to create unique designs. Easter Coloring Book Online Game promotes imagination and creativity, and is an ideal way to keep kids entertained while also enhancing their artistic skills. With its cheerful graphics and easy-to-use functionality, this game is sure to bring joy and happiness to children during the Easter season.', 'https://img.gamemonetize.com/go9mxbhfil2nufdvyu4q0sr3yvxy4mds/512x384.jpg', 'https://html5.gamemonetize.com/go9mxbhfil2nufdvyu4q0sr3yvxy4mds/', '0', 'Girls', 0, 0, '', 'easter-coloring-book-online'), (3164, 'Bubble Shooter Treasure Rush', 'Bubble Shooter Treasure Rush is a target-based challenging bubble shooter game. Aim and release the bubble to group it with other similar bubbles. Collect bubbles and treasure until you reach the required number. Don’t let the bubbles reach the border.', 'https://img.gamemonetize.com/uuzjde9ka30llxt3qheqauz45hng1bey/512x384.jpg', 'https://html5.gamemonetize.com/uuzjde9ka30llxt3qheqauz45hng1bey/', '0', 'Puzzles', 0, 0, '', 'bubble-shooter-treasure-rush'), (3165, 'Hats Mahjong Connect', 'Hats Mahjong Connect is a fun to play block connect game. You need to connect two identical hats. The Connecting Line between two matching hats can have only two turns. Make connections between the matching hats while you fight to keep up with the clock. Can you clear the board before time runs out?', 'https://img.gamemonetize.com/0efcft5gfcy9gagzebffa5c7jyfi1eed/512x384.jpg', 'https://html5.gamemonetize.com/0efcft5gfcy9gagzebffa5c7jyfi1eed/', '0', 'Puzzles', 0, 0, '', 'hats-mahjong-connect'), (3166, 'Among Shooter Imposter Online', 'Whoever hits the most targets in 30 seconds with Among wins. Aim your gun with the mouse and shoot. You have to hit the fruits coming from the right and left. You will earn points while doing this.', 'https://img.gamemonetize.com/0p6hgia0xkb9hhe2awb4u9tskmqecwpq/512x384.jpg', 'https://html5.gamemonetize.com/0p6hgia0xkb9hhe2awb4u9tskmqecwpq/', '0', 'Hypercasual', 0, 0, '', 'among-shooter-imposter-online'), (3167, 'Breakout Champion', 'Breakout Champion is a classic breakout game. Lines of bricks are coming down toward you. Your goal is to destroy them all by repeatedly bouncing a ball off a paddle into them before a line of bricks touches your bounds. Eliminate all the bricks to complete a level. Complete each level within 5 minutes. Handle the paddle with the help of a mouse or fingertip.', 'https://img.gamemonetize.com/awl525t6qibgdv720qw8t6oz28ldi37f/512x384.jpg', 'https://html5.gamemonetize.com/awl525t6qibgdv720qw8t6oz28ldi37f/', '0', 'Puzzles', 0, 0, '', 'breakout-champion'), (3168, 'Stickman Curve City', 'Curve City Stickman is a 3D stickman running game and your mission is to reach the finish line without getting hit by obstacles. You move the stickman character to the right and left to move forward. This stickman game has an amazing environment design and also has very dangerous obstacles. A dangerous run awaits you with blades, hammers and guillotines.', 'https://img.gamemonetize.com/q890a1f8d0qxuokonpu8xpbx6atyypx7/512x384.jpg', 'https://html5.gamemonetize.com/q890a1f8d0qxuokonpu8xpbx6atyypx7/', '0', 'Hypercasual', 0, 0, '', 'stickman-curve-city'), (3169, 'Super Slime Simulator', 'Super Slime Simulator is a very relaxing simulation game. You can not only enjoy lots of stylish slimes in this game, but also create your own-style slimes. And new fancy decorations for the slimes are prepared for you. Besides, we add a very fun part to this game. Want to know what it is? Come and enjoy this game!', 'https://img.gamemonetize.com/2lew3v8zadtn90kmgb5tl786wbkwoz0e/512x384.jpg', 'https://html5.gamemonetize.com/2lew3v8zadtn90kmgb5tl786wbkwoz0e/', '0', 'Girls', 0, 0, '', 'super-slime-simulator'), (3170, 'Kids Forest Dentist', 'Kids Forest Dentist is a very cute game. Mr. Owl opened a dental clinic. And he treats many animals in the forest every day. Today he is so tired and wants you to help him. As a sophisticated dentist, will you be kind enough to help him? Todays patients are little panda, giraffe and raccoon. You can treat them one by one. Have a good time!', 'https://img.gamemonetize.com/e6ledljzpcfmoe94nqim6p80bvhrx3v2/512x384.jpg', 'https://html5.gamemonetize.com/e6ledljzpcfmoe94nqim6p80bvhrx3v2/', '0', 'Girls', 0, 0, '', 'kids-forest-dentist'), (3171, 'Easy to Paint Police Car', 'Easy to Paint Police Car coloring game is a fun and interactive way for kids to explore their creativity while also learning about law enforcement and emergency services. This coloring game is designed to be easy to use and accessible for kids of all ages. With a simple click and drag interface, kids can easily choose colors and paint various parts of the police car, including the body, wheels, lights, and sirens. The game also includes a variety of police car designs and templates, so kids can choose their favorite and customize it to their liking. Easy to Paint Police Car coloring game is a fantastic way for kids to have fun, learn, and explore their creativity. Whether they are aspiring artists or future police officers, this game is sure to provide hours of fun and entertainment.', 'https://img.gamemonetize.com/fb5zf5opei5e8qzbw92pliwkk1b5rqw0/512x384.jpg', 'https://html5.gamemonetize.com/fb5zf5opei5e8qzbw92pliwkk1b5rqw0/', '0', 'Hypercasual', 0, 0, '', 'easy-to-paint-police-car'), (3172, 'Apple Tree Idle', 'Apple Tree Idle is a clicker-idle game about cats who like apples so much! Manage them, help them collect apples from the tree, and sell the apples for profit. Also you can make magical apples, eat them, and increase your income. What about apple juice? Yes, you can make it too! Manage your cats and try to make it as fast as it possible!', 'https://img.gamemonetize.com/wxnrbo8830jqv0unwlmkreu6ys3i3i8y/512x384.jpg', 'https://html5.gamemonetize.com/wxnrbo8830jqv0unwlmkreu6ys3i3i8y/', '0', 'Hypercasual', 0, 0, '', 'apple-tree-idle'), (3173, 'Garden Match Challenge', 'Today, in a new exciting game Garden Match Challenge, you will go to the garden to collect various fruits and useful flowers. A playing field of a certain size will be visible on the screen in front of you. Inside, it will be divided into an equal number of cells. All of them will be filled with various fruits and flowers. Above the playing field, you will see an image of certain items that you will need to collect. Examine everything carefully. You will need to find a cluster of identical items. Of these, by moving one of them one cell, you will have to set up one single row of at least three pieces. This way you will remove them from the playing field and get points for it.', 'https://img.gamemonetize.com/0ql4lzbjbk4gpkganp9drsdtaqd96c5k/512x384.jpg', 'https://html5.gamemonetize.com/0ql4lzbjbk4gpkganp9drsdtaqd96c5k/', '0', 'Puzzles', 0, 0, '', 'garden-match-challenge'), (3174, 'Blackjackist', 'This is a free authentic casino Blackjack gambling game, also known as twenty-one or 21, that you can play against the dealer. Enjoy a classic casino card game with Popular Las Vegas rules just like at the real casino. You need to download this app if you like to play slot machines or slots and blackjack or just want to learn how to play Black Jack 21 in a casino and practice your gambling skills to be prepared for your Vegas trip. Top Features of the game - unlimited free chips - fair game 100% truly random card shuffler with deck shuffle animation - authentic Blackjack experience - Double Down, Splits, Insurance, and Surrender - by default, the game is played with a single deck - simple game easy to play with smart controls - hints based on Blackjack strategy charts - game statistics and free chips after bankrupt - lit graphics large cards and easy to play - learn how to beat the casino and how to play blackjack at the casino - easy to play 100% fun addictive and challenging game', 'https://img.gamemonetize.com/zqsu9n1dx5z0yyy6k9ptaz8072yqmb9y/512x384.jpg', 'https://html5.gamemonetize.com/zqsu9n1dx5z0yyy6k9ptaz8072yqmb9y/', '0', 'Arcade', 0, 0, '', 'blackjackist'), (3175, 'Amgel Easy Room Escape 87', 'AmgelEscape - Amgel Easy Room Escape 87 is another point and click escape game developed by Amgel Escape. In this game, you are locked in a room and you have to try to escape the room by finding items and solving puzzles. Show your best escaping skills to escape from the room. Can you able to escape from the room successfully? Good luck and have fun!', 'https://img.gamemonetize.com/a8ic3ygfavjehxo3rc88i5978i9f67gd/512x384.jpg', 'https://html5.gamemonetize.com/a8ic3ygfavjehxo3rc88i5978i9f67gd/', '0', 'Puzzles', 0, 0, '', 'amgel-easy-room-escape-'), (3176, 'Pulpy Candy Rush', 'Pulpy Candy Rush is cognitive fun learning memory game which helps you to remember the candies and grab a gift on right match. Game starts with simple 2×2 grid and as you progress ahead the grid increases. Play now and bag more gifts!', 'https://img.gamemonetize.com/z0d0d74ewhjst7itocerd1liw9gtygz5/512x384.jpg', 'https://html5.gamemonetize.com/z0d0d74ewhjst7itocerd1liw9gtygz5/', '0', 'Puzzles', 0, 0, '', 'pulpy-candy-rush'), (3177, 'Gemstones world', 'Gemstones world is an jump & run game the player is collecting gems on the map area but there is deadly spikes and killer men who kill the player before the end of game the player have to move safely until victory.', 'https://img.gamemonetize.com/btv9rtruojmevqcy5bco1fej64xkyu42/512x384.jpg', 'https://html5.gamemonetize.com/btv9rtruojmevqcy5bco1fej64xkyu42/', '0', 'Boys', 0, 0, '', 'gemstones-world'), (3178, 'Amgel Kids Room Escape 92', 'AmgelEscape - Amgel Kids Room Escape 92 is another point and click escape game developed by Amgel Escape. In this game, you are locked in a room and you have to try to escape the room by finding items and solving puzzles. Show your best escaping skills to escape from the room. Can you able to escape from the room successfully? Good luck and have fun!', 'https://img.gamemonetize.com/afkyp0gwdgir14h87blu88rgcjxpgipo/512x384.jpg', 'https://html5.gamemonetize.com/afkyp0gwdgir14h87blu88rgcjxpgipo/', '0', 'Puzzles', 0, 0, '', 'amgel-kids-room-escape-'), (3179, 'Monkey Go', 'Tap to flip the monkey to escape from planes & eat all the bananas… Complete the levels successfully and for your monkey Buy different hats from the store Be ready for more difficult challenges..!! The number of enemies and their movement speed increases in each level.', 'https://img.gamemonetize.com/nn2nsb8348i6u4uim5xg5a4dwiui2k2u/512x384.jpg', 'https://html5.gamemonetize.com/nn2nsb8348i6u4uim5xg5a4dwiui2k2u/', '0', 'Arcade', 0, 0, '', 'monkey-go'), (3180, 'Fabulous Glitter Makeup', 'This girl need makeup, lets do it', 'https://img.gamemonetize.com/w64crlpmmbjuf9pr371hgdrrzvsow946/512x384.jpg', 'https://html5.gamemonetize.com/w64crlpmmbjuf9pr371hgdrrzvsow946/', '0', 'Girls', 0, 0, '', 'fabulous-glitter-makeup'), (3181, 'Pet Lovers Jigsaw', 'Pet Lovers Jigsaw is a different flavor of the classical jigsaw game. Arrange the jigsaw pieces of a picture to form the original picture. There are 2 modes in the games. Each mode has 24 levels. You must complete a level within time limits.', 'https://img.gamemonetize.com/6fsjs4hsjn0ot6y9kgq1rlrygdmynsnr/512x384.jpg', 'https://html5.gamemonetize.com/6fsjs4hsjn0ot6y9kgq1rlrygdmynsnr/', '0', 'Puzzles', 0, 0, '', 'pet-lovers-jigsaw'), (3182, 'Mine Rusher', 'Precious crystals are scattered on the paths of the maze in the game Mine Rusher, the character must collect them, and he always fails, he does not have time to react to the turns of the path, he falls into the void and wakes up empty - handed over without extraction. You can help an amusing lunatic if you take control in your own hands and guide the hero along the path, collecting pebbles. Get ready for a tight arcade, react to calls instantly, otherwise the game will throw you away. Let the hero with your help pick up the full pockets of gems.', 'https://img.gamemonetize.com/769o2w2l5g2tuxkl09h1lfhkwepsdq8y/512x384.jpg', 'https://html5.gamemonetize.com/769o2w2l5g2tuxkl09h1lfhkwepsdq8y/', '0', 'Arcade', 0, 0, '', 'mine-rusher'), (3183, 'Math puzzle', 'Math puzzle is a logic game where you need to make addition, subtraction, division, or multiplication depending on the level. The game is designed to be played in full-screen mode using dimensions 720x1280, depending on your website game container. No out link to the developer website, only to Facebook page.', 'https://img.gamemonetize.com/6fr2ksydvq9we1xv5qenz4h6tp7p5z83/512x384.jpg', 'https://html5.gamemonetize.com/6fr2ksydvq9we1xv5qenz4h6tp7p5z83/', '0', 'Puzzles', 0, 0, '', 'math-puzzle'), (3184, 'Grass Cutting Puzzle', 'Grass Cutting Puzzle - manage your garden with a fully functional grass cutter. Grow flowers in your virtual garden. Enjoy a realistic grass-cutting experience with special tools. Move your finger to cut the grass, and grow flowers. You need to control the grass cutter machine and cut the grass from start to last line and make a perfect and clean lawn with the lawn mover and rid the yard of the grass as fast as you can in this mowing game.', 'https://img.gamemonetize.com/rpzjdey63u7nc3adk2rh7ywzk2cy0ps2/512x384.jpg', 'https://html5.gamemonetize.com/rpzjdey63u7nc3adk2rh7ywzk2cy0ps2/', '0', 'Puzzles', 0, 0, '', 'grass-cutting-puzzle'), (3185, 'Blocky Shooting Arena 3D Pixel', 'Numerous team-oriented multiplayer battle royale games are available for online gamers, offering hours of entertainment. These games feature stunning graphics, powerful weapons, and intense real-time competition that captivates players. By fully immersing themselves in their favourite online multiplayer game, players can alter the course of the battle and replenish their weapons. Clash of Clans is a prime example of such a game, providing a collaborative online adventure that enables players to team up with other contenders.', 'https://img.gamemonetize.com/43ojqrrvekms1n5mx0gseuomy4x154f3/512x384.jpg', 'https://html5.gamemonetize.com/43ojqrrvekms1n5mx0gseuomy4x154f3/', '0', 'Shooting', 0, 0, '', 'blocky-shooting-arena-d-pixel'), (3186, 'Adou Adventure', 'Adou Adventure is a 2D Platformer where you have to collect the jewels while avoiding the enemies, rotating blades and spikes and reach the Exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/2538n2h9juszh7u5jzwsw3sx89wnnis9/512x384.jpg', 'https://html5.gamemonetize.com/2538n2h9juszh7u5jzwsw3sx89wnnis9/', '0', 'Arcade', 0, 0, '', 'adou-adventure'), (3187, 'Poppy Math Game', 'Youre good at maths? well then try to answer all the questions about the tiles where an image of poppy is hidden underneath! how to play: drag all the left numbered blocks onto the corresponding right tiles covering the picture. Have fun and try to unlock all pictures!', 'https://img.gamemonetize.com/fpollvqxhzrily0kkdm2tvlolsew5abi/512x384.jpg', 'https://html5.gamemonetize.com/fpollvqxhzrily0kkdm2tvlolsew5abi/', '0', 'Puzzles', 0, 0, '', 'poppy-math-game'), (3188, 'Girl Chef Cooking Cake', 'Today, our good friend Zoe wants to cook a most tasty and most awesomely decorated cake! Can you give her a hand? Firstly choose suitable cook clothing for Zoe, then its time to design a cake!', 'https://img.gamemonetize.com/8hnmrftb6rmvxcx0s39ez1qfvfvl5vqj/512x384.jpg', 'https://html5.gamemonetize.com/8hnmrftb6rmvxcx0s39ez1qfvfvl5vqj/', '0', 'Girls', 0, 0, '', 'girl-chef-cooking-cake'), (3189, 'Spring Haute Couture Season 1', 'Welcome to Spring Haute Couture Season 1. These celebrities get more excited to be a part of Spring Haute Couture. Join and browse their wardrobe to pick the perfect outfits and costumes. Don&rsquo;t forget to pick a unique hairstyle. Are you ready to try the perfect one for the girls? Play and have fun!', 'https://img.gamemonetize.com/upuxu9l5enjgqbogx88zn8ruxs4opzre/512x384.jpg', 'https://html5.gamemonetize.com/upuxu9l5enjgqbogx88zn8ruxs4opzre/', '0', 'Girls', 0, 0, '', 'spring-haute-couture-season-'), (3190, 'My Dreamy Flora Fashion Look', 'Welcome to My Dreamy Flora Fashion Look. Girls! You know that spring is on its way when you see the trees starting to bud and bloom, and the bulbs you planted last fall start to sprout out of the ground. Join with Ellie and their friends to celebrate the most beautiful and colorful season.', 'https://img.gamemonetize.com/d4ax6hcsecvhe394l6u63qzr4ufsg3q5/512x384.jpg', 'https://html5.gamemonetize.com/d4ax6hcsecvhe394l6u63qzr4ufsg3q5/', '0', 'Girls', 0, 0, '', 'my-dreamy-flora-fashion-look'), (3191, 'The Super Mario Bros Jigsaw Puzzle', 'Zazgames is a place where you can infinitely play assembling online jigsaw puzzles. We hope you are up for another game from the Puzzle category on our website , because we have just added the game called The Super Mario Bros Jigsaw Puzzle for you all, which, despite being one of the many puzzle games we have added so far into this category, this is the first puzzle game to use this specific format, and image, so it is going to be a brand new experience for all of you, an experience we are sure you will appreciate, as there is no way you aren\'t going to have a lot of fun playing the game. Especially after you learn how to play it from the next lines in the description. you will start by choosing how you want the jigsaw puzzle be : hard medium or easy. After that, the jigsaw puzzle pieces are going to be spread around the game screen randomly. Use the mouse to drag them over the transparent images where they match with the image, until all the pieces are connected, and the image looks just like it did in the beginning. You will have a great time with the game, so start it right now, and we are sure you will not regret it one second!', 'https://img.gamemonetize.com/ramxg3inlh41m88n6jl1rctmbybtk3zk/512x384.jpg', 'https://html5.gamemonetize.com/ramxg3inlh41m88n6jl1rctmbybtk3zk/', '0', 'Puzzles', 0, 0, '', 'the-super-mario-bros-jigsaw-puzzle'), (3192, 'Amgel Easy Room Escape 86', 'AmgelEscape - Amgel Easy Room Escape 86 is another point and click escape game developed by Amgel Escape. In this game, you are locked in a room and you have to try to escape the room by finding items and solving puzzles. Show your best escaping skills to escape from the room. Can you able to escape from the room successfully? Good luck and have fun!', 'https://img.gamemonetize.com/f6h9mwjmaewjakkzfhqq04ljpnyxztmb/512x384.jpg', 'https://html5.gamemonetize.com/f6h9mwjmaewjakkzfhqq04ljpnyxztmb/', '0', 'Puzzles', 0, 0, '', 'amgel-easy-room-escape-'), (3193, 'Bubble Animal Saga', 'Bubble shooters no longer offer banal multi-colored bubbles as game elements. Whom you will not meet on the playing field in the form of round bubbles: sweets, monsters, and the game Bubble Animal Saga offers you round faces of pets and inhabitants of rural yards. If you look closely, you will see the familiar faces of puppies, piglets, cockerels, and even some angry birds hid among them. Your task is to knock them down by firing bubbles. By collecting a group of three or more of the same, you will make them fall down in Bubble Animal Saga.', 'https://img.gamemonetize.com/0t2ny4arano0goju4k6hfv63w68px86e/512x384.jpg', 'https://html5.gamemonetize.com/0t2ny4arano0goju4k6hfv63w68px86e/', '0', 'Puzzles', 0, 0, '', 'bubble-animal-saga'), (3194, 'Ball 27', 'Ball 27 is a hyper-casual game with a minimalist look and procedural difficulty. A super challenging game where you shot up a billiards ball. Very simple to play, you have to catch the stars that are inside the pockets with a pool ball to score.', 'https://img.gamemonetize.com/7q1kzgu54g6z79pf5p301ebsszyx0s0l/512x384.jpg', 'https://html5.gamemonetize.com/7q1kzgu54g6z79pf5p301ebsszyx0s0l/', '0', 'Puzzles', 0, 0, '', 'ball-'), (3195, 'Amgel Kids Room Escape 91', 'AmgelEscape - Amgel Kids Room Escape 91 is another point and click escape game developed by Amgel Escape. In this game, you are locked in a room and you have to try to escape the room by finding items and solving puzzles. Show your best escaping skills to escape from the room. Can you able to escape from the room successfully? Good luck and have fun!', 'https://img.gamemonetize.com/pbqphauc6difmmaf7t1q2mi2r7v1qpfh/512x384.jpg', 'https://html5.gamemonetize.com/pbqphauc6difmmaf7t1q2mi2r7v1qpfh/', '0', 'Puzzles', 0, 0, '', 'amgel-kids-room-escape-'), (3196, 'Money Rich Lover', 'Money Rich Lover is an online Kids game. Money Rich Lover is an addictive parkour arcade game. Are you looking for a fun parkour game to relieve stress? In it, you will play as a millionaire and experience your money-making success journey yourself. Stay away from and overcome the temptations of parties, video games, etc., they will make you broke! Your assets will determine where you end up. Enjoy yourself!', 'https://img.gamemonetize.com/cuphsqorseyag3ymk2xn9okuf9uqkh3i/512x384.jpg', 'https://html5.gamemonetize.com/cuphsqorseyag3ymk2xn9okuf9uqkh3i/', '0', 'Girls', 0, 0, '', 'money-rich-lover'), (3197, 'Smile Rush', 'Smile Rush is an online Kids game. Smile Rush is a simple and easy-to-play tooth-running game. Good teeth are very important for children, and consuming too much candy can cause damage to teeth. Collect and clean teeth and avoid tempting candies. Fill up the vacant teeth, healthy and bright white teeth will make kids smile happily. Are you ready to start your tooth-collecting journey?', 'https://img.gamemonetize.com/wp2cnspm31r11387f1vn9cijrh9przx4/512x384.jpg', 'https://html5.gamemonetize.com/wp2cnspm31r11387f1vn9cijrh9przx4/', '0', 'Girls', 0, 0, '', 'smile-rush'), (3198, 'Mommy Pregnant Caring Game', 'Pregnant Mommy Care is an online Kids game. Lisa is very tired recently. Probably because she is carrying 2 babies and she is about to labor. Let\\&#39;s look after her together! Start the care with a fantastic face spa for her. Lisa is so easy hungry during her pregnancy. Feed her some fruits and juices made on your own. She will be so grateful for your kindness. Want to know what her babies look like? Click find out in this game!', 'https://img.gamemonetize.com/rrupv1v8etzqqxalp65u5vlj2buk01a6/512x384.jpg', 'https://html5.gamemonetize.com/rrupv1v8etzqqxalp65u5vlj2buk01a6/', '0', 'Girls', 0, 0, '', 'mommy-pregnant-caring-game'), (3199, 'Baby Panda Cleanup Life', 'Baby Panda Cleanup Life is an online Kids game. Baby Panda Cleanup Life is a very interesting cleaning up game. The room is in a mess. The animals need your help. Would you like to help them to clean the room? Come and clean up and make it all look comfortable.', 'https://img.gamemonetize.com/bun9de1olkkalwqxrstgs9r5wrkjqejq/512x384.jpg', 'https://html5.gamemonetize.com/bun9de1olkkalwqxrstgs9r5wrkjqejq/', '0', 'Girls', 0, 0, '', 'baby-panda-cleanup-life'), (3200, 'Fruits and Emojis', 'Fruits and Emojis is a a puzzle game in which you have to connect the same fruits to complete all the levels.', 'https://img.gamemonetize.com/w8l09vabqb1x9kzfo7fj5ywfa7lqry9l/512x384.jpg', 'https://html5.gamemonetize.com/w8l09vabqb1x9kzfo7fj5ywfa7lqry9l/', '0', 'Puzzles', 0, 0, '', 'fruits-and-emojis'), (3201, 'Card Memory Match Time', 'Card Memory Match Time is a 1 player puzzle game in which you have to touch the cards and memorize to reveal them all.', 'https://img.gamemonetize.com/rt1ularzh3t4mklpiqxzpae5go88xb96/512x384.jpg', 'https://html5.gamemonetize.com/rt1ularzh3t4mklpiqxzpae5go88xb96/', '0', 'Puzzles', 0, 0, '', 'card-memory-match-time'), (3202, 'Fold It', 'Fold Paper is a casual 2D logic game in which you can fold the paper in a way it completes the picture.', 'https://img.gamemonetize.com/7bb33ow7mqusgq3kcjvsmqtz70hylqqc/512x384.jpg', 'https://html5.gamemonetize.com/7bb33ow7mqusgq3kcjvsmqtz70hylqqc/', '0', 'Puzzles', 0, 0, '', 'fold-it'), (3203, 'Steve vs Alex Jailbreak', 'In this adventure, Steve and Alex have to escape from prison. He has to escape jailbreak. Help them escape. The creatures are all over the prison. Open the chest and find the key. Its not enough to get the key. Collect all the gold and get into the car to escape the prison.', 'https://img.gamemonetize.com/v05vp2rs0biqb971eplnnogkn2vh8k9p/512x384.jpg', 'https://html5.gamemonetize.com/v05vp2rs0biqb971eplnnogkn2vh8k9p/', '0', 'Arcade', 0, 0, '', 'steve-vs-alex-jailbreak'), (3204, 'Nextbot Can You Escape?', 'You are trapped in a nextbot world. Survive for a certain amount of time and escape. Nextbot, like many other killers, will simply chase you. He or they moves at a quick pace. Upon making close contact with a you, Nextbot will knock you away, instantly killing you. He ( they ) does not suffer from a cooldown and can wipe out multiple humans at once.', 'https://img.gamemonetize.com/lw0epgzd7v8pzrlt28nzzgdskwqv8srt/512x384.jpg', 'https://html5.gamemonetize.com/lw0epgzd7v8pzrlt28nzzgdskwqv8srt/', '0', 'Arcade', 0, 0, '', 'nextbot-can-you-escape'), (3205, '15 Puzzle', '15 Puzzle is a numbers game where you need to put all numbers in order to complete the game. The numbers available are all the numbers that are nearest to the empty space. Can you beat the record by 1 min 23.97 sec? The game shows the number of moves and the time too.', 'https://img.gamemonetize.com/24lqgodk2jq26hfh5isgel9raikronud/512x384.jpg', 'https://html5.gamemonetize.com/24lqgodk2jq26hfh5isgel9raikronud/', '0', 'Puzzles', 0, 0, '', '-puzzle'), (3206, 'Kids Airport Adventure Game', 'Hippo family are going to travel all over the World. They arrive at the aiport and have no idea about the places to go. Come and help them choose a place to go and aboard the plane. In this game, you can help them get through security, repair and clean planes at the airport, and help them retrieve their checked bags etc. Have a good time!', 'https://img.gamemonetize.com/dvfgviss8jkhbd3sqeun0obeq3t23j62/512x384.jpg', 'https://html5.gamemonetize.com/dvfgviss8jkhbd3sqeun0obeq3t23j62/', '0', 'Girls', 0, 0, '', 'kids-airport-adventure-game'), (3207, 'Survival Dead Zombie Trigger', 'In this zombie game survival, players are thrown into a post-apocalyptic world overrun by the undead. The gameplay revolves around surviving waves of increasingly brutal zombie attacks while scavenging for resources and upgrading weapons. The game features single-player and multiplayer modes, allowing players to team up with friends or compete against each other in a battle for survival. In multiplayer, players must work together to fend off hordes of zombies and complete objectives, such as finding a cure for the zombie virus or locating a haven. As players progress through the game, they will unlock new weapons and abilities, which can be used to take on more formidable enemies and overcome obstacles. However, surviving the zombie onslaught requires careful planning, quick reflexes, and a willingness to work with other players. Overall, this zombie game survival with a wave and multiplayer players provides a thrilling and intense gaming experience that will keep players on the edge of their seats as they fight to stay alive in a world overrun by the undead.', 'https://img.gamemonetize.com/9iorhxppk4z113t56lrbjfujws8fpntz/512x384.jpg', 'https://html5.gamemonetize.com/9iorhxppk4z113t56lrbjfujws8fpntz/', '0', 'Shooting', 0, 0, '', 'survival-dead-zombie-trigger'), (3208, 'Idle Theme Park', 'The idle theme park is an online management game. It starts by operating a small amusement park and gradually grows. Build all kinds of amusement facilities and attractions, allowing visitors to ride roller coasters, Ferris wheels, carousels, or drive bumper cars to have fun. Ready to run the funniest theme park in the whole world? Manage your theme park and make yourself even richer!', 'https://img.gamemonetize.com/dqm9flw1nldjknlx3lr255s2dbplsnnn/512x384.jpg', 'https://html5.gamemonetize.com/dqm9flw1nldjknlx3lr255s2dbplsnnn/', '0', 'Puzzles', 0, 0, '', 'idle-theme-park'), (3209, 'Baby Fashion Salon', 'Every girl knows very well what the word fashion means. All young beauties love to dress up, visit studios, and try on new, trendy clothes. After all, each of them is a top model, designer and stylist at heart. In the future, almost everyone dreams of owning their own boutique or fashion house. So if you love dress up games and have your own style then this game is for you.', 'https://img.gamemonetize.com/m521xdd56dt2tyz2684o1mdpay6dkbar/512x384.jpg', 'https://html5.gamemonetize.com/m521xdd56dt2tyz2684o1mdpay6dkbar/', '0', 'Girls', 0, 0, '', 'baby-fashion-salon'), (3210, 'Spring Fashion Color Dress', 'Spring is coming! This season is so beautiful! There are green grass and colorful flowers. The most popular colors in this season should be light colors, such as light green, pink, sky blue, light yellow and so on. So, our friends Sofia, Flora and Adella want to try these fashion colors of the season. It\\&#39;s time to dress up in the Spring style. Let\\&#39;s start!', 'https://img.gamemonetize.com/u9on34zeta9ulm1jhohz8yhogk5cu72b/512x384.jpg', 'https://html5.gamemonetize.com/u9on34zeta9ulm1jhohz8yhogk5cu72b/', '0', 'Girls', 0, 0, '', 'spring-fashion-color-dress'), (3211, 'Organization Master', 'Organization Master is a great stress management game. This exciting game is designed to help you get better organized and release stress. This game will bring you stored creative ideas that you can easily apply in real life. Similar to a jigsaw puzzle, you have to choose the correct object and place it in the correct position.', 'https://img.gamemonetize.com/sw9361wahr013zpa0g6shs5zsymiu0k2/512x384.jpg', 'https://html5.gamemonetize.com/sw9361wahr013zpa0g6shs5zsymiu0k2/', '0', 'Girls', 0, 0, '', 'organization-master'), (3212, 'ROUND N ROUND', 'Try to resist the more You can! Click or Tap to swap the direction and destroy all enemies! Enjoy this cool casual game!', 'https://img.gamemonetize.com/tvjrcbgeon9tkywe8ugsppptkurmwtc1/512x384.jpg', 'https://html5.gamemonetize.com/tvjrcbgeon9tkywe8ugsppptkurmwtc1/', '0', 'Clicker', 0, 0, '', 'round-n-round'), (3213, 'Baby Panda Photo Studio Game', 'Baby Panda Photo Studio is a very popular game. Baby Panda likes photography very much. It likes to record all the beautiful things with the camera. So it opened a photo studio. Everyday lots of customers come to his photo studio having photos taken. Baby Panda really needs an assistant to help him. As a kid who loves art, come and try helping him. Have a good time!', 'https://img.gamemonetize.com/2mg00b0ura96rwkhkhc42wdiz9w2gmri/512x384.jpg', 'https://html5.gamemonetize.com/2mg00b0ura96rwkhkhc42wdiz9w2gmri/', '0', 'Girls', 0, 0, '', 'baby-panda-photo-studio-game'), (3214, 'Violet The Doll My Virtual Home', 'Violet Doll My Virtual Home is an online Kids game. This is our new game where you can meet the doll Violet and spend the day with her. You will have a lot of fun in her virtual home and you will also learn her daily habits. Take care of her and make sure you will grant all her wishes. Have fun!', 'https://img.gamemonetize.com/0uvbv22kflv4it33xweh2z4teafire0x/512x384.jpg', 'https://html5.gamemonetize.com/0uvbv22kflv4it33xweh2z4teafire0x/', '0', 'Girls', 0, 0, '', 'violet-the-doll-my-virtual-home'), (3215, 'Little Panda World Recipes', 'Little Panda World Recipes is an online Kids game. In Little Panda World Recipes, the baby will get a new identity, cooking master, cooking delicious dishes from all over the world. Are babies ready? It\\&#39;s time to show your real cooking skills! Can you complete all challenges?', 'https://img.gamemonetize.com/xa5nh75hdxcacxck34iorj7fpvkams3n/512x384.jpg', 'https://html5.gamemonetize.com/xa5nh75hdxcacxck34iorj7fpvkams3n/', '0', 'Girls', 0, 0, '', 'little-panda-world-recipes'), (3216, 'Fashion Diy Nail Art Blog', 'Fashion Nail Art Diy Blog is an online Kids game. Have fun Blogging with Sofia in this new game and help the fashion queen create her unique nail and fashion blog post! There are many fashion styles for you to choose. Enjoy it!', 'https://img.gamemonetize.com/dh7pms300oyg60b6h3uixfz5qq2umkmd/512x384.jpg', 'https://html5.gamemonetize.com/dh7pms300oyg60b6h3uixfz5qq2umkmd/', '0', 'Girls', 0, 0, '', 'fashion-diy-nail-art-blog'), (3217, 'Winter Fashion Dress Up Game', 'Winter Fashion Dress Up is an online Kids game. Sofia invites other princesses to visit Ice Kingdom! Ice Kingdom is a special place cold and beautiful. It snows here all year around. Lots of ice architectures are everywhere. Before they go, the three visitor need to prepare some winter clothes. Because only Sofia can stand the frozen weather. Can you help the girls to dress warm and lovely? Let\\&#39;s go!', 'https://img.gamemonetize.com/w017mg5gqre59kpwlpkdff2i46cjagx2/512x384.jpg', 'https://html5.gamemonetize.com/w017mg5gqre59kpwlpkdff2i46cjagx2/', '0', 'Girls', 0, 0, '', 'winter-fashion-dress-up-game'), (3218, 'Space Portal', 'Awesome and amazing spacetime gun puzzle solving game. In the game, we need to use the portals of two different space holes to transfer items to the right location to destroy enemies, pick up stars to pass the level smoothly. Come and try it!', 'https://img.gamemonetize.com/do1c1yiv67u6po0anee508zqo0nb2qk5/512x384.jpg', 'https://html5.gamemonetize.com/do1c1yiv67u6po0anee508zqo0nb2qk5/', '0', 'Shooting', 0, 0, '', 'space-portal'), (3219, 'Girl Run Beauty 3d', 'Girl Run Beauty 3D is a running game of fun and skill. Control the girl on the track and run all the way to end!', 'https://img.gamemonetize.com/u1vqrdrlfcxg6odnb7bjo6g4zt39qqx1/512x384.jpg', 'https://html5.gamemonetize.com/u1vqrdrlfcxg6odnb7bjo6g4zt39qqx1/', '0', 'Girls', 0, 0, '', 'girl-run-beauty-d'), (3220, 'Green Island Land Of Fire', 'Green Island Land Of FireBattle in the land of green and fire! Play Green Island Land of Fire and rule the land with your skill!', 'https://img.gamemonetize.com/p7l8zh2cp9uiqvq3nutwhzk6twaw894s/512x384.jpg', 'https://html5.gamemonetize.com/p7l8zh2cp9uiqvq3nutwhzk6twaw894s/', '0', 'Puzzles', 0, 0, '', 'green-island-land-of-fire'), (3221, 'Makeup Kit', 'Makeup Kit is a casual parkour game with the theme of makeup. There is no ugly girl in the world, only lazy girls. Everything will be beautiful if you put your mind to it. Collect makeup brushes, lipsticks, eyeshadow palettes and other cosmetics, clean the girls, organize and make the sloppy and unkempt girls beautiful! Become the best makeup queen! Have fun!', 'https://img.gamemonetize.com/pqnh1gfwjrizsvjxl8bstle4ety1elu9/512x384.jpg', 'https://html5.gamemonetize.com/pqnh1gfwjrizsvjxl8bstle4ety1elu9/', '0', 'Hypercasual', 0, 0, '', 'makeup-kit'), (3222, 'Spill Wine Game', 'Spill Wine is a wrecking ball casual game. You need to throw a limited number of different colored balls to break the glass to beat the level. The game has a simple and refreshing mode of operation and relaxing and cheerful background music. Show your skills to everyone! Keep breaking the challenges and good luck!', 'https://img.gamemonetize.com/9iimz0w7espxphe5qssrz9wxmyp4n1nv/512x384.jpg', 'https://html5.gamemonetize.com/9iimz0w7espxphe5qssrz9wxmyp4n1nv/', '0', 'Puzzles', 0, 0, '', 'spill-wine-game'), (3223, 'Find 5 Differences Home', 'Find 5 Differences is an online game that challenges players to spot five differences between two seemingly identical images. The game is designed to test and improve visual perception, concentration, and attention to detail. This game features various images of different rooms in a house, such as the living room, kitchen, and bedroom. Each image has been carefully crafted to make it difficult to spot the differences, ensuring that players are fully engaged and challenged. To play the game, players simply need to examine the two images side-by-side and click on the areas where they spot a difference. The game keeps track of the number of differences found and the time taken to complete the task. Have fun playing.', 'https://img.gamemonetize.com/l5vo9fi8qabs2camijsk3kpu3srbyphr/512x384.jpg', 'https://html5.gamemonetize.com/l5vo9fi8qabs2camijsk3kpu3srbyphr/', '0', 'Puzzles', 0, 0, '', 'find--differences-home'), (3224, 'Jewel Royal Saga', 'Sit down and listen to the sound of jewels and gems jingling as you match them. Increase your puzzle-solving skills while relaxing in your free time.', 'https://img.gamemonetize.com/vbqcg4l5rad0vei41vbhdgzpy0z6vi6c/512x384.jpg', 'https://html5.gamemonetize.com/vbqcg4l5rad0vei41vbhdgzpy0z6vi6c/', '0', 'Puzzles', 0, 0, '', 'jewel-royal-saga'), (3225, 'Buddy Relaxing Time', 'Buddy Relaxing Time is super fun and free to play online game for kids. Choose the part of the game that will relax you the most and enjoy playing. What we recommend is to try all the parts of the game so you do not miss any fun. Play Buddy Relaxing Time online on all modern web browsers or any mobile device. No download needs to play.', 'https://img.gamemonetize.com/ibe4s3dmk7q76nf5f78oyw3dz3d3ip5w/512x384.jpg', 'https://html5.gamemonetize.com/ibe4s3dmk7q76nf5f78oyw3dz3d3ip5w/', '0', 'Hypercasual', 0, 0, '', 'buddy-relaxing-time'), (3226, 'Hippo Detective', 'Hippo Detective is a very fun game. The city is full of crises. Several crimes were reported to detective Hippo today. She usually prefers working alone. But because you are a kind and clever kid, she would like to have a try to cooperate with you. Come and help her catch all the criminals. Be careful cause each criminal is very foxy. Have a good time!', 'https://img.gamemonetize.com/nkx50tj6xcd04m4vta0ds8st9bqk8xqx/512x384.jpg', 'https://html5.gamemonetize.com/nkx50tj6xcd04m4vta0ds8st9bqk8xqx/', '0', 'Girls', 0, 0, '', 'hippo-detective'), (3227, 'Inuko', 'Inuko is a 2D platformer where you have to collect all of the orange ice cream while avoiding the enemies, spikes, saws and giant blades and reach the purple flag in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/8nly0eaedg6d3gf76b0avpr6v4036plb/512x384.jpg', 'https://html5.gamemonetize.com/8nly0eaedg6d3gf76b0avpr6v4036plb/', '0', 'Arcade', 0, 0, '', 'inuko'), (3228, 'Voltier 2', 'Voltier 2 is a 2D platformer where you have to collect power boxes while avoiding the enemies, bullets, spikes, water, rotating blades and reach the Exit door in order to go to the next level. This is the second part of Voltier series.', 'https://img.gamemonetize.com/cdgl7tu8cdzwv1vb4juay0q30jtp3tct/512x384.jpg', 'https://html5.gamemonetize.com/cdgl7tu8cdzwv1vb4juay0q30jtp3tct/', '0', 'Arcade', 0, 0, '', 'voltier-'), (3229, 'School Style Dress Up', 'School Style Dress Up is a very popular dress up game. Do you like school? Have you ever thought about a school style dress up game? In this game, you can dress up your character in school-style outfits and decorate the store, classroom and playground in the school. That is, you can also design your own style of school in this game. Have a good time!', 'https://img.gamemonetize.com/yeeo2fe8rxl4yjhgomyhwa939dy4esuj/512x384.jpg', 'https://html5.gamemonetize.com/yeeo2fe8rxl4yjhgomyhwa939dy4esuj/', '0', 'Girls', 0, 0, '', 'school-style-dress-up'), (3230, 'Quevi', 'Quevi is a 2D Sci-fi themed platformer where you have to collect all of the metal balls while avoiding the enemy robots, flying robots and their bullets, rotating lasers, giant blades and reach the Exit door in order to go to the next level. There are 8 levels with increasing difficulty.', 'https://img.gamemonetize.com/342pexuuelzezot0rm4biifefcvit9v7/512x384.jpg', 'https://html5.gamemonetize.com/342pexuuelzezot0rm4biifefcvit9v7/', '0', 'Arcade', 0, 0, '', 'quevi'), (3231, 'Hero Inc 2', 'Hero Inc 2 is a unique casual game of hero creation. The Earth is suffering from the invasion of alien species, the people need you! Build a laboratory, research superpowers, collect new elements, create the strongest heroes and form a strong team of soldiers. It\'s up to you to save them from their suffering! Good luck, heroes!', 'https://img.gamemonetize.com/7nnzzetek36d0269xa2ibhwjzh9xdal5/512x384.jpg', 'https://html5.gamemonetize.com/7nnzzetek36d0269xa2ibhwjzh9xdal5/', '0', 'Hypercasual', 0, 0, '', 'hero-inc-'), (3232, 'Monster Card Battle', 'Monster Card Battle is a confrontation battle game for boys. It is a collection of battle cards with a simple battle card battle system. Pick fifteen cards from a large number of cards to face the battle, and place the cards in the corresponding positions to defend against enemy attacks, while attacking the opposite side. Can you succeed?', 'https://img.gamemonetize.com/9cme7nit2qhc65sm6acqqggu8brh4218/512x384.jpg', 'https://html5.gamemonetize.com/9cme7nit2qhc65sm6acqqggu8brh4218/', '0', 'Puzzles', 0, 0, '', 'monster-card-battle'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (3233, 'Different Skirt Tryout', 'Different Color Skirt Tryout is a dress up game for girls. Different colors will give us different feelings, this time 6 fashionable girls Zoe, Adella, Iris, Sofia, Winnie and Bella will try different color skirts to show us different beauty. Join them and see which color is the best!', 'https://img.gamemonetize.com/7uts0onm9pmqsuwqi1w7qml70gbd3nk3/512x384.jpg', 'https://html5.gamemonetize.com/7uts0onm9pmqsuwqi1w7qml70gbd3nk3/', '0', 'Hypercasual', 0, 0, '', 'different-skirt-tryout'), (3234, 'Surprise Egg 2 Gift Opening Game', 'Get ready to have fun with Surprise Eggs game! Multiple eggs, one surprise! What\'s hidden in the egg? Beat an egg until it cracks and see what big surprises each egg hides! Be careful, this game is very addictive!', 'https://img.gamemonetize.com/z2tw6mfxvivbowi5kkd40ik0v0epat1l/512x384.jpg', 'https://html5.gamemonetize.com/z2tw6mfxvivbowi5kkd40ik0v0epat1l/', '0', 'Hypercasual', 0, 0, '', 'surprise-egg--gift-opening-game'), (3235, 'School Lunch Box Maker', 'School Lunch Box Maker is a food making game. Don\'t like school recipes? It\'s time to take this matter into your own hands. Put on your chef\'s hat and head to the kitchen! We\'re going to make the ultimate lunch food: hamburgers, Buffalo wings, juice and milk. Great, let\'s start playing.', 'https://img.gamemonetize.com/3hz7sefh8y8x7qeadm6xzlqwb7ig366q/512x384.jpg', 'https://html5.gamemonetize.com/3hz7sefh8y8x7qeadm6xzlqwb7ig366q/', '0', 'Girls', 0, 0, '', 'school-lunch-box-maker'), (3236, 'Fancy Kitty Kate Caring Game', 'Kitty Kate Caring Game is a game to learn about the habits of a fancy cat. There are a few steps you need to go through, but first, you must learn about your cat\'s needs. Those items at the bottom of the screen will be your guide through this game, and you\'ll find that each of them represents an important need for your cat. Have fun with it!', 'https://img.gamemonetize.com/2jyc89vsfv1zhdeerqs4r2c1jgf371s4/512x384.jpg', 'https://html5.gamemonetize.com/2jyc89vsfv1zhdeerqs4r2c1jgf371s4/', '0', 'Girls', 0, 0, '', 'fancy-kitty-kate-caring-game'), (3237, 'Dress Up Game for Girls', 'Dress Up Games is a very fashionable and popular game. There are 3 different scenes for you to choose. You can dress up a beautiful bride in the romantic lakeside or dress up a famous actress under the spot light, or dress up a popular girl in a school prom. You can try these 3 scenes one by one to find your favorite. We prepared lots of gorgeous outfits and accessories for you. Come and have fun!', 'https://img.gamemonetize.com/e4uzu4j5ff5bllztpod2lboqfjuhrcle/512x384.jpg', 'https://html5.gamemonetize.com/e4uzu4j5ff5bllztpod2lboqfjuhrcle/', '0', 'Girls', 0, 0, '', 'dress-up-game-for-girls'), (3238, 'Kids Learn Professions Puzzle', 'Kids Learn Professions is a very popular educational game. This game contains lots of minigames for you to have fun. And at the same time, you will learn jobs and professions such as teacher, friefighter and farmer etc. If you feel free and want to spend time, come and try this game.', 'https://img.gamemonetize.com/rzoqwvn6nr2j4cdbprw2ahpyk6trprvw/512x384.jpg', 'https://html5.gamemonetize.com/rzoqwvn6nr2j4cdbprw2ahpyk6trprvw/', '0', 'Puzzles', 0, 0, '', 'kids-learn-professions-puzzle'), (3239, 'Kitty Meow Meow City Heroes', 'Kitty Meow Meow City Heroes is a very cute game. After a fierce storm, the city was destroyed badly. So many animals are in danger. Cute kittens become heroes to save animals from flood, fire and criminals etc. Want to see what they do when they are working? Come and try this game and you will know how brave they are. And you can be a little assistant for them. Have fun!', 'https://img.gamemonetize.com/id7nshmvge9bqfv7ufcid1y9d0xkdv0o/512x384.jpg', 'https://html5.gamemonetize.com/id7nshmvge9bqfv7ufcid1y9d0xkdv0o/', '0', 'Hypercasual', 0, 0, '', 'kitty-meow-meow-city-heroes'), (3240, 'Paint Doll Dress Up Makeup Game', 'Paint Doll Dress Up is a cute and fun fashion dress up game. Specially designed for girls who love makeup games. Come on, choose your favorite princess doll and design a unique makeup look for Barbie!', 'https://img.gamemonetize.com/238cc09rny7mlm8fha5517u2k1ii29vg/512x384.jpg', 'https://html5.gamemonetize.com/238cc09rny7mlm8fha5517u2k1ii29vg/', '0', 'Girls', 0, 0, '', 'paint-doll-dress-up-makeup-game'), (3241, 'Stickman Huggy Escape', 'Have you ever played a game full of adventures like this before? yes, join this adventure too. Help stickman huggy brothers and escape from prison. They need to escape, help them and escape. The cops are looking for them everywhere. Watch out, cameras are everywhere. Collect the keys and open the doors to open a lot of different doors. complete the sections.', 'https://img.gamemonetize.com/xwtl3vj4tr9h3v70up8xhp7f7jyqhxzk/512x384.jpg', 'https://html5.gamemonetize.com/xwtl3vj4tr9h3v70up8xhp7f7jyqhxzk/', '0', 'Adventure', 0, 0, '', 'stickman-huggy-escape'), (3242, 'Xtreme Paintbal Wars', 'Online gamers have a wide variety of choices when it comes to team-oriented multiplayer battle royale games, providing countless hours of amusement. These games offer breathtaking graphics, deadly armaments, and fierce real-time rivalries that fully engage players. By immersing themselves in their preferred online multiplayer game, players have the ability to turn the tide of battle and reload their weaponry. One such game is Clash of Clans, which offers a collaborative online adventure where players can unite with fellow contenders.', 'https://img.gamemonetize.com/jm2oiqieq1i57yzdj1nnzm6bm8n58chv/512x384.jpg', 'https://html5.gamemonetize.com/jm2oiqieq1i57yzdj1nnzm6bm8n58chv/', '0', 'Shooting', 0, 0, '', 'xtreme-paintbal-wars'), (3243, 'Fashion Nail Design Day Art Game for Girls', 'Fashion Nail Design Day is a makeup and nail art game for girls. Sofia wants to go out shopping with Adela. Both girls wanted to get a new, beautiful manicure. So they went to the nail salon. Please be the manager of the nail salon and do beautiful nails for these two girls.', 'https://img.gamemonetize.com/mllog6t633gn8lbz0evdh66z5ht60ioh/512x384.jpg', 'https://html5.gamemonetize.com/mllog6t633gn8lbz0evdh66z5ht60ioh/', '0', 'Girls', 0, 0, '', 'fashion-nail-design-day-art-game-for-girls'), (3244, 'Street Dance Battle', 'Sister Sofia and Zoe, both of them like hip-hop, and each of them thinks that she is the one who dances better. So, the sisters decide to have a street dance battle, now, they are busy preparing for it, can you give a hand to them? Sofia or Zoe, who will be the winner?', 'https://img.gamemonetize.com/bk83arep4qpr9n8ec2kxkhfr5fpvk8u3/512x384.jpg', 'https://html5.gamemonetize.com/bk83arep4qpr9n8ec2kxkhfr5fpvk8u3/', '0', 'Girls', 0, 0, '', 'street-dance-battle'), (3245, 'Pro Obunga vs Noob and Hacker', 'You have to escape from the pro obunga monster, if it catches you, it can eat you and cut you to pieces. so step on the gas with your friend and run away from him please never slow down and be very careful. Jump off the ramps and drive cars carefully on bumpy roads. Remember, the beast is right behind you. Collect the hell mines that you need to collect while escaping from the monster.', 'https://img.gamemonetize.com/gyticywz3icpfbrxtvefrr3d2sz09lnn/512x384.jpg', 'https://html5.gamemonetize.com/gyticywz3icpfbrxtvefrr3d2sz09lnn/', '0', 'Arcade', 0, 0, '', 'pro-obunga-vs-noob-and-hacker'), (3246, 'Our Land', 'In this game, you play as a country on a mission to conquer all nearby territories and expand your empire. Youll need to use strategy and cunning to outsmart your opponents and claim victory. As you progress through the game, youll have the opportunity to purchase skins to customize your countrys appearance and show off your achievements. Will you rise to the challenge and become the ultimate conqueror?', 'https://img.gamemonetize.com/bmk9a3en9l0fep2fpeeg9rhee5k5r9hf/512x384.jpg', 'https://html5.gamemonetize.com/bmk9a3en9l0fep2fpeeg9rhee5k5r9hf/', '0', 'Boys', 0, 0, '', 'our-land'), (3247, 'Halloween Coloring Art Games', 'Halloween Coloring Games is a very popular art game. Halloween is comming. You can make your own Halloween-themed drawings to celebrate Halloween through this game. And there are so many cute stickers for you to enrich your drawings. If you love Halloween and want to have some fun, invite your friends to play this game with you. Have a good time!', 'https://img.gamemonetize.com/14ezue6iit516skntf8fr5xe6hrwhvo9/512x384.jpg', 'https://html5.gamemonetize.com/14ezue6iit516skntf8fr5xe6hrwhvo9/', '0', 'Hypercasual', 0, 0, '', 'halloween-coloring-art-games'), (3248, 'Baby Taylor Cooking Camp Game', 'Outdoor cooking has always been a great activity! Taylor wanted to experience an outdoor cooking camp. Please join Taylor and her best friend Jessica on this fun camping trip! Everything starts from zero, build an oven, build a grill, and cook delicious pizza and grill!', 'https://img.gamemonetize.com/00df0n9elpdr56ipq2mmjd29dnsyg4z5/512x384.jpg', 'https://html5.gamemonetize.com/00df0n9elpdr56ipq2mmjd29dnsyg4z5/', '0', 'Girls', 0, 0, '', 'baby-taylor-cooking-camp-game'), (3249, 'Pizza Maker Master Chef Game', 'Create your own delicious pizza and make this a mouth-watering experience. First you have to shop all the required ingredients for tasty pizza snack cooking mania kitchen. Cut the vegetables in beautiful manner for crazy cooking pizza topping. Now your Yummy pizza is ready to bake. Place the ready dough in oven for some time. Then, do pizza topping and now tasty pizza is ready to eat .', 'https://img.gamemonetize.com/gnwmoappni3ig8tcnh5y4rgu43row7ox/512x384.jpg', 'https://html5.gamemonetize.com/gnwmoappni3ig8tcnh5y4rgu43row7ox/', '0', 'Girls', 0, 0, '', 'pizza-maker-master-chef-game'), (3250, 'Panda Fun Park Game', 'Panda Fun Park is a funny kids game where you play along the little panda in a park. The little panda is having fun in a park! Let\'s play with it!', 'https://img.gamemonetize.com/tct32ee8rk6mtmlaoqngoqd0w447bx3q/512x384.jpg', 'https://html5.gamemonetize.com/tct32ee8rk6mtmlaoqngoqd0w447bx3q/', '0', 'Girls', 0, 0, '', 'panda-fun-park-game'), (3251, 'Sushi Cat 2', 'Sushi Cat 2 is an arcade game with cute graphics and adorable characters. After a pleasant afternoon dreaming away at the mall was ruined by his nemesis, the dog, sushi cat needs your help! The only way to rescue his wife is to pass the various levels by eating all the sushi. This will cause sushi cat to grow in size.', 'https://img.gamemonetize.com/inta3outhy85frv94gn6ev2h9wsfmyew/512x384.jpg', 'https://html5.gamemonetize.com/inta3outhy85frv94gn6ev2h9wsfmyew/', '0', 'Girls', 0, 0, '', 'sushi-cat-'), (3252, 'Dance Clicker!', 'Dance clicker is a super game for you to create your own social media account and follower audience. Increase your followers and unlock new dance movements and equipments and share new posts.', 'https://img.gamemonetize.com/m7tk47wnr2tsw4kc85ex6wq9x2qhxl7a/512x384.jpg', 'https://html5.gamemonetize.com/m7tk47wnr2tsw4kc85ex6wq9x2qhxl7a/', '0', 'Girls', 0, 0, '', 'dance-clicker'), (3253, 'Amgel Valentines Day Escape 4', 'AmgelEscape - Amgel Valentine\'s Day Escape 4 is another point and click escape game developed by Amgel Escape. In this game, you are locked in a kids room and you have to try to escape the kids room by finding items and solving puzzles. Show your best escaping skills to escape from kids room. Can you escape from the kids room successfully? Good luck and have fun!', 'https://img.gamemonetize.com/ao0frc7drpbz2cgpdwncejp4x15j449p/512x384.jpg', 'https://html5.gamemonetize.com/ao0frc7drpbz2cgpdwncejp4x15j449p/', '0', 'Puzzles', 0, 0, '', 'amgel-valentines-day-escape-'), (3254, 'mummies Jigsaw Puzzle', 'Zazgames is a place where you can infinitely play assembling online jigsaw puzzles. We hope you are up for another game from the Puzzle category on our website , because we have just added the game called mummies Jigsaw Puzzle for you all, which, despite being one of the many puzzle games we have added so far into this category, this is the first puzzle game to use this specific format, and image, so it is going to be a brand new experience for all of you, an experience we are sure you will appreciate, as there is no way you aren\'t going to have a lot of fun playing the game. Especially after you learn how to play it from the next lines in the description. you will start by choosing how you want the jigsaw puzzle be : hard medium or easy. After that, the jigsaw puzzle pieces are going to be spread around the game screen randomly. Use the mouse to drag them over the transparent images where they match with the image, until all the pieces are connected, and the image looks just like it did in the beginning. You will have a great time with the game, so start it right now, and we are sure you will not regret it one second!', 'https://img.gamemonetize.com/a7jb1hj83ak99hiufmh8ipimew1nnb2z/512x384.jpg', 'https://html5.gamemonetize.com/a7jb1hj83ak99hiufmh8ipimew1nnb2z/', '0', 'Puzzles', 0, 0, '', 'mummies-jigsaw-puzzle'), (3255, 'Amgel Valentine Room Escape', 'AmgelEscape - Amgel Valentine Room Escape is another point and click escape game developed by Amgel Escape. In this game, you are locked in a kids room and you have to try to escape the kids room by finding items and solving puzzles. Show your best escaping skills to escape from kids room. Can you escape from the kids room successfully? Good luck and have fun!', 'https://img.gamemonetize.com/ayma3i5j64d0xruv7caicjrhc1iqdl8d/512x384.jpg', 'https://html5.gamemonetize.com/ayma3i5j64d0xruv7caicjrhc1iqdl8d/', '0', 'Puzzles', 0, 0, '', 'amgel-valentine-room-escape'), (3256, 'Wall Kickers', 'Smash the walls, set yourself free from the boring energy of office space, classroom or crowded streets. Breaking walls will make you feel alive and stronger than ever! Take control of your angry Hulk friend and run to smash every wall in your way. Complete more than 50 levels and be the Smash God. Website Developer <a href=\'https://kiz10.com\'>https://kiz10.com</a>', 'https://img.gamemonetize.com/c8ipumojsd6jlqeo5uuebqq3c9rgzc2t/512x384.jpg', 'https://html5.gamemonetize.com/c8ipumojsd6jlqeo5uuebqq3c9rgzc2t/', '0', 'Action', 0, 0, '', 'wall-kickers'), (3257, 'Tricky Master', 'This is an original online puzzle game made for free for kids. In this game, you play the role of a student, please take the potion and escape from the room without being discovered by the master. You should make reasonable use of the small map in the upper right corner, which will make it easier for you to judge each other\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\s positions. Be careful she suddenly appears behind you!', 'https://img.gamemonetize.com/n42r2vny41acsj384mio42ep1arxhma4/512x384.jpg', 'https://html5.gamemonetize.com/n42r2vny41acsj384mio42ep1arxhma4/', '0', 'Puzzles', 0, 0, '', 'tricky-master'), (3258, 'Join Runner Clash 3D', 'Join Runner Clash 3D is an impressive online arcade game. Kids can play this game for free. In this game, your mission is to expand your group by coming across groups with the same color. If you run into groups with another color, your group members will decrease. Also, be aware of obstacles on the track. The more members you have at last, the more diamonds you will get. Have a good time!', 'https://img.gamemonetize.com/0exm6eka5rsasl3wfbxsvwnmi80ngyvz/512x384.jpg', 'https://html5.gamemonetize.com/0exm6eka5rsasl3wfbxsvwnmi80ngyvz/', '0', 'Puzzles', 0, 0, '', 'join-runner-clash-d'), (3259, 'Inuko 2', 'Inuko 2 is a 2D platformer where you have to collect all of the orange ice cream while avoiding the enemies, flying creatures, spikes, saws and giant blades and reach the purple flag in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original Inuko series.', 'https://img.gamemonetize.com/gimev84ogg61kho0blg4wdb3b844fyrf/512x384.jpg', 'https://html5.gamemonetize.com/gimev84ogg61kho0blg4wdb3b844fyrf/', '0', 'Arcade', 0, 0, '', 'inuko-'), (3260, 'Pick And Match Game', 'Pick & Match is a fun little memory puzzle game where the goal is to turn over the card with the same animal. Completing each level you will be rewarded with coins and coins, you can buy system help resources.', 'https://img.gamemonetize.com/1yd0c1nl01chak4s8l058ajqjygu5kzt/512x384.jpg', 'https://html5.gamemonetize.com/1yd0c1nl01chak4s8l058ajqjygu5kzt/', '0', 'Puzzles', 0, 0, '', 'pick-and-match-game'), (3261, 'XO With Buddy', 'Click or touch an empty spot to place symbol on it. Line up three of your symbols vertically, horizontally or diagonally to win.', 'https://img.gamemonetize.com/qpvycv7ud0s1s0by3gibbc0va0vg3f29/512x384.jpg', 'https://html5.gamemonetize.com/qpvycv7ud0s1s0by3gibbc0va0vg3f29/', '0', 'Puzzles', 0, 0, '', 'xo-with-buddy'), (3262, 'Plane Battle Clash', 'Plane Battle Clash is an action game where you fight with armed planes in the sky. You must destroy these armed planes that are constantly attacking you in the battle arena in the sky and complete the level successfully.', 'https://img.gamemonetize.com/17kn0z7xgnnwtgxwgnlp4dwz4i6wtozp/512x384.jpg', 'https://html5.gamemonetize.com/17kn0z7xgnnwtgxwgnlp4dwz4i6wtozp/', '0', 'Hypercasual', 0, 0, '', 'plane-battle-clash'), (3263, 'Amgel Kids Room Escape 90', 'AmgelEscape - Amgel Kids Room Escape 90 is another point and click escape game developed by Amgel Escape. In this game, you are locked in a room and you have to try to escape the room by finding items and solving puzzles. Show your best escaping skills to escape from the room. Can you able to escape from the room successfully? Good luck and have fun!', 'https://img.gamemonetize.com/tm4x2tncu4uj51ceu4t3o9vjc1o3bne7/512x384.jpg', 'https://html5.gamemonetize.com/tm4x2tncu4uj51ceu4t3o9vjc1o3bne7/', '0', 'Puzzles', 0, 0, '', 'amgel-kids-room-escape-'), (3264, 'Poppy vs Garten of banban House escape', 'Poppy vs Garten of Banban, a horror game filled with terrifying monsters and a mysterious, haunted mansion. Can you escape the clutches of the evil Garten of Banban monsters and solve the puzzles of the haunted house? In this game, you must use your bravery and quick thinking to outsmart the monsters and find a way to escape the Garten of Banban. The gameplay is easy to understand, but difficult to master as you must avoid the deadly traps set by the Garten of Banban monsters. With 120 days to escape, every move counts as you fight to survive in this horror game. Download the game now and experience the fear and thrill of the Garten of Banban. The game also includes a Minecraft mod, mobile version and chapter 2 with new monsters and challenges. You will also face off against the Poppy Playtime and Rainbow friends in this game.', 'https://img.gamemonetize.com/aix3gtxbfw4c733smm19ohy60yv5212g/512x384.jpg', 'https://html5.gamemonetize.com/aix3gtxbfw4c733smm19ohy60yv5212g/', '0', 'Adventure', 0, 0, '', 'poppy-vs-garten-of-banban-house-escape'), (3265, 'Zombie Defense GO', 'Zombies have invaded the yard, and protected the farmer’s house by using weapons to shoot all zombies. After completing each quest, you can receive rewards. Defense your house by shooting all zombies, and choose your weapons by buying them. You can earn money by killing the zombies and using this money to buy weapons or upgrade your barriers. After completing each quest, you can receive rewards.', 'https://img.gamemonetize.com/j8ig43vouu9d4efw843psfv68vpuj2e6/512x384.jpg', 'https://html5.gamemonetize.com/j8ig43vouu9d4efw843psfv68vpuj2e6/', '0', 'Action', 0, 0, '', 'zombie-defense-go'), (3266, 'Stickman Bouncing', 'Proceed upwards using the green tubes and you must watch out for the red tubes. Get ready for some crazy jumping fun with a stickman hero. Experience the endless adventure', 'https://img.gamemonetize.com/d4kc2alej1ztjkht2icdkpe0e7lj8bcc/512x384.jpg', 'https://html5.gamemonetize.com/d4kc2alej1ztjkht2icdkpe0e7lj8bcc/', '0', 'Adventure', 0, 0, '', 'stickman-bouncing'), (3267, 'Mushroom Adventure', 'Mushroom Adventure is an endless run game, this game is design for kids or families to play. Touch the left or right button on the screen to move the Mushroom, and avoid the enemy. You can collect coins and boom, and use the boom to kill all enemies.', 'https://img.gamemonetize.com/pjjlhuvc1s8rk9hijfzf3avv3xktaz0t/512x384.jpg', 'https://html5.gamemonetize.com/pjjlhuvc1s8rk9hijfzf3avv3xktaz0t/', '0', 'Arcade', 0, 0, '', 'mushroom-adventure'), (3268, 'Monster Up', 'Monsters up is tap base game with addictive game play Tap to jump on platforms and make balance on each platform to collect star. With every Star collection..get to see new theme with new characters and backgrounds. With cute graphics and awesome game play monsters up is designed for kids as well as adults.', 'https://img.gamemonetize.com/tcynzhrbzfzqvhx8eipesfxcaijletuw/512x384.jpg', 'https://html5.gamemonetize.com/tcynzhrbzfzqvhx8eipesfxcaijletuw/', '0', 'Clicker', 0, 0, '', 'monster-up'), (3269, 'Knight Adventure 2', 'Help the Valiant Knight to save a beautiful Princess.', 'https://img.gamemonetize.com/0wocnsanhjuqc85vlvw6j88hdt2nngjq/512x384.jpg', 'https://html5.gamemonetize.com/0wocnsanhjuqc85vlvw6j88hdt2nngjq/', '0', 'Arcade', 0, 0, '', 'knight-adventure-'), (3270, 'Cops and Robbers 2', 'Can you run away from the cops? Drive in opposite direction and speed away to escape the cops. Super fun and simple police game', 'https://img.gamemonetize.com/mw9e6ootu2phxx7fh49utqep2rt9cy34/512x384.jpg', 'https://html5.gamemonetize.com/mw9e6ootu2phxx7fh49utqep2rt9cy34/', '0', 'Racing', 0, 0, '', 'cops-and-robbers-'), (3271, 'Amgel Easy Room Escape 85', 'AmgelEscape - Amgel Easy Room Escape 85 is another point and click escape game developed by Amgel Escape. In this game, you are locked in a room and you have to try to escape the room by finding items and solving puzzles. Show your best escaping skills to escape from the room. Can you able to escape from the room successfully? Good luck and have fun!', 'https://img.gamemonetize.com/6wlngxbq5e6jsgja50xl2pzso8x64d13/512x384.jpg', 'https://html5.gamemonetize.com/6wlngxbq5e6jsgja50xl2pzso8x64d13/', '0', 'Puzzles', 0, 0, '', 'amgel-easy-room-escape-'), (3272, 'Amgel Kids Room Escape 89', 'AmgelEscape - Amgel Kids Room Escape 89 is another point and click escape game developed by Amgel Escape. In this game, you are locked in a room and you have to try to escape the room by finding items and solving puzzles. Show your best escaping skills to escape from the room. Can you able to escape from the room successfully? Good luck and have fun!', 'https://img.gamemonetize.com/tarluayhf6uzfr758p88mfwo6np33grc/512x384.jpg', 'https://html5.gamemonetize.com/tarluayhf6uzfr758p88mfwo6np33grc/', '0', 'Puzzles', 0, 0, '', 'amgel-kids-room-escape-'), (3273, 'Amgel Easy Room Escape 84', 'AmgelEscape - Amgel Easy Room Escape 84 is another point and click escape game developed by Amgel Escape. In this game, you are locked in a room and you have to try to escape the room by finding items and solving puzzles. Show your best escaping skills to escape from the room. Can you able to escape from the room successfully? Good luck and have fun!', 'https://img.gamemonetize.com/xllx77rsq0k26mnyckk2vehj0oj9z1d3/512x384.jpg', 'https://html5.gamemonetize.com/xllx77rsq0k26mnyckk2vehj0oj9z1d3/', '0', 'Puzzles', 0, 0, '', 'amgel-easy-room-escape-'), (3274, 'Angry Zombie 2023', 'There can\'t be any left! In Angry Zombies you have to shoot down every zombie you meet. But be careful! Their villages are solid and your fire is limited. Be specific and don\'t take prisoners!', 'https://img.gamemonetize.com/6vsf0g9cdc0u6kq3je4r1v401im64ld8/512x384.jpg', 'https://html5.gamemonetize.com/6vsf0g9cdc0u6kq3je4r1v401im64ld8/', '0', 'Shooting', 0, 0, '', 'angry-zombie-'), (3275, 'Hero All Might', 'One day, the Earth is invaded by aliens, help the heroes destroy all aliens. Collect coins to upgrade weapons and heroic combat abilities. Will you be the Earth Hero All Might?', 'https://img.gamemonetize.com/pwai0autgtb0oxyni56cz69mft2c7l7y/512x384.jpg', 'https://html5.gamemonetize.com/pwai0autgtb0oxyni56cz69mft2c7l7y/', '0', 'Adventure', 0, 0, '', 'hero-all-might'), (3276, 'Amgel Kids Room Escape 88', 'AmgelEscape - Amgel Kids Room Escape 88 is another point and click escape game developed by Amgel Escape. In this game, you are locked in a room and you have to try to escape the room by finding items and solving puzzles. Show your best escaping skills to escape from the room. Can you able to escape from the room successfully? Good luck and have fun!', 'https://img.gamemonetize.com/mi0wacfuq0i2gnuihc2x6xy2qwkzm1tu/512x384.jpg', 'https://html5.gamemonetize.com/mi0wacfuq0i2gnuihc2x6xy2qwkzm1tu/', '0', 'Puzzles', 0, 0, '', 'amgel-kids-room-escape-'), (3277, 'Stunt Cars Game Impossible Tracks', 'Ramp Car Stunts Racing - Free Car Games 2021 Enjoy the most addictive offline games in our Ramp Car Stunts Free - Crazy Car Driving: New Car Games 2021. You will enjoy this stunt driving games. Welcome to one of the best car stunt games 2021. Its time to have fun with multiple sports cars on impossible tracks in these car stunts simulation games. Be Ready for Extreme City GT Car Racing Stunts and join the extreme car driving with this vertical mega ramp car stunts. Its an extreme car stunt game to enjoy the addictive gameplay over the impossible tracks. If you are a crazy one in mega ramp car stunts racing games and want to have a lot of fun with endless racing over impossible tracks then these extreme car driving simulators are recommended for you. We hope you will enjoy the new car games 2021. Crazy car stunts driving adventurous gameplay and supercar upgrades. This car simulator is a free car games 2021. Free games 2021 has an addictive and stunning interface where you perform stunt racing efficiently on mega ramps with offline games 2021. Will you be able to take up the ramp car games challenge? If yes, get into the car, buckle up your seat belt, hold the steering, and enjoy the most realistic car racing games experience over the vertical car ramp in new games 2021. In this Car Driving game, you have an amazing car driving simulator, modern cars are waiting to be driven around for a talented driver. Win the challenges in free games 2021 with your awesome stunt car. Start playing the new games 2021 right now and challenge yourself to get three stars from all levels. Jump over the mega ramp with your stunt car and enjoy the impossible tracks 3D racing in these simulation games. Free games 2021 is a car simulator game that takes physics to an extreme level. Free car games 2021 are available online and new games 2021 is one of the best stunt driving games & offline games. The latest idea of car racing games with ramp car stunts racing in the sky where you have to drive stunt cars professionally to complete free games 2021. There are many impossible track stunts and the Ramp Car Stunts Free Car Driving Game: New Car Games 2021 which are quite challenging. Easy and smooth controls of Car Stunts driving simulator and longest stunt tracks with impossible car stunts of non-stop thrilling adventure keep you engaged with sky rooftop stunts. Download this free game 2021 and play with friends. In this impossible track game, you can get the best extreme car stunt driving experience on impossible tracks by performing ultimate car racing stunts. But be careful while driving the car on impossible tracks and show your crazy car stunt master & ramp car driving skills in this free car games 2021. New Games 2021 is a car simulator game and hard to drive on dangerous zigzag sharp turn tracks on high rooftop roads. The Ultimate Multiplayer Racing Experience Are you looking for multiplayer racing offline games? Gear up for the multiplayer action with random players. Race your best against the other players to prove that you\\&#39;re the extreme stunt driver of the stunt driving games Ramp Car Stunts Free Crazy Car Driving: New Car Games 2021 Features: Addictive Mega Ramp Car Racing Stunts gameplay, 3D graphics & realistic views Tilt, Steering, and button to control Modern Car Stunts Tracks & real car stunt driving Narrow & sharp impossible tracks 3D Nitro boost to perform speed up stunts car Smooth controls and ultimate car driving simulator Several cameras views to make good driving skills Modern sky rooftop stunts Free to download new car stunt games Easy to play stunt driving games What you think about our game! If you really enjoy this Mega Ramp Car Racing Stunts and Crazy Car Driving & Ramp Car Stunts Free then must try our game and dont forget to rate and review.', 'https://img.gamemonetize.com/4z0u4qogk9h8hd5vd1gnqu8ujjbf019h/512x384.jpg', 'https://html5.gamemonetize.com/4z0u4qogk9h8hd5vd1gnqu8ujjbf019h/', '0', 'Racing', 0, 0, '', 'stunt-cars-game--impossible-tracks'), (3278, 'Little Panda Match 4', 'Little Panda Match 3 is a classic online matching game for boys played on PuzzleGame. Panda will take you on the cartoon panda journey. Match there object 3 or more similar objects in a single move to finish the target. Remember you also have limited moves to complete the level. This fun and colorful game will bring you hours of fun! Play it on Mobile, Tablet, or Desktop.', 'https://img.gamemonetize.com/tjuy435k1zsgj5uvrl49otafv38grhvk/512x384.jpg', 'https://html5.gamemonetize.com/tjuy435k1zsgj5uvrl49otafv38grhvk/', '0', 'Puzzles', 0, 0, '', 'little-panda-match-'), (3279, 'MultiGun Arena Zombie Survival', 'The vast array of monthly skirmishes and team-oriented multiplayer battle royale games has provided online gamers with a plethora of choices and countless hours of amusement. By fully engaging in your preferred online multiplayer game, which showcases breathtaking graphics, deadly armaments, and fierce real-time rivalries, you have the power to turn the tide of battle and reload your weaponry. Unite with fellow contenders in the collaborative online adventure of Clash of Clans.', 'https://img.gamemonetize.com/xxtbcos9iy0mssa9eoyvvsc4w2q9q619/512x384.jpg', 'https://html5.gamemonetize.com/xxtbcos9iy0mssa9eoyvvsc4w2q9q619/', '0', 'Shooting', 0, 0, '', 'multigun-arena-zombie-survival'), (3280, 'Stickman Picker Master', 'Stickman Picker Master is a stickman running game where you try to collect balls of the same color while speeding on a track above the sea. If you collect identical color balls, your stickman character will grow, but if you collect different color balls, your stickman character will shrink.', 'https://img.gamemonetize.com/7gixrhuo4ds5dwvzbq0kba17tmyzvu5i/512x384.jpg', 'https://html5.gamemonetize.com/7gixrhuo4ds5dwvzbq0kba17tmyzvu5i/', '0', 'Fighting', 0, 0, '', 'stickman-picker-master'), (3281, 'Biozombie of Evil', 'Biozombie of Evil features crazy zombie shooting in misty town, you play as special forces officer and your mission is to shoot given amount of zombies on each level and successfully survive each day in order to unlock new weapons.', 'https://img.gamemonetize.com/65yt59e5af8guih3wh9iapddt1uiwrmy/512x384.jpg', 'https://html5.gamemonetize.com/65yt59e5af8guih3wh9iapddt1uiwrmy/', '0', 'Shooting', 0, 0, '', 'biozombie-of-evil'), (3282, 'Pixcade Twins', 'Have you dived into the world of Pixcade before? come on, what are you waiting for? You and your friend must survive in the pixcade world. You must collect all the gold and kill the monsters. Everything is in your hands, be the ruler of this world with your friend. Be careful, slime monsters can kill you and cause you to start the level again.', 'https://img.gamemonetize.com/z2z4i3kaj4xbulnx9pzxrnp0yus3gfn0/512x384.jpg', 'https://html5.gamemonetize.com/z2z4i3kaj4xbulnx9pzxrnp0yus3gfn0/', '0', 'Arcade', 0, 0, '', 'pixcade-twins'), (3283, 'Stick Runner', 'Stick Runner is a fun online game. There is only one track in this game, and obstacles of different sizes and lengths appear randomly. The stickman needs to use the two buttons on the bottom to jump or squat down to avoid obstacles! Of course, there is a time limit for squatting. When the red progress bar disappears, the stickman will stand up. You need to pay attention to this!', 'https://img.gamemonetize.com/h8aya9mozsoa7z96jk1z3nqaj1kveu3y/512x384.jpg', 'https://html5.gamemonetize.com/h8aya9mozsoa7z96jk1z3nqaj1kveu3y/', '0', 'Puzzles', 0, 0, '', 'stick-runner'), (3284, 'Slope Ball Slither', 'Slope Ball Slither is a ball rolling game where you have to collect gift packs as you progress on the track. Collect new ball pieces as you progress along the track and try to become the giant ball worm in the arena. Your task in this ball rolling game is to collect enough gift boxes', 'https://img.gamemonetize.com/e8v877eultl1rebbdusssbdoiqvdjk8b/512x384.jpg', 'https://html5.gamemonetize.com/e8v877eultl1rebbdusssbdoiqvdjk8b/', '0', 'Hypercasual', 0, 0, '', 'slope-ball-slither'), (3285, 'Baby Taylor Easter Day', 'Easter is here so soon! Baby Taylor is getting ready to celebrate Easter. She will be making Easter themed cookies, painting eggs, and doing face painting as well. She couldn\\&#39;t do it alone. Could you help her and have a happy Easter with her?', 'https://img.gamemonetize.com/82nwfie1ncljz0sn08wrtvq9cwvnjpbr/512x384.jpg', 'https://html5.gamemonetize.com/82nwfie1ncljz0sn08wrtvq9cwvnjpbr/', '0', 'Girls', 0, 0, '', 'baby-taylor-easter-day'), (3286, 'Jezaa', 'Jezaa is a 2D anime themed platformer where you play as an anime girl who have to collect purple cubes while avoiding the monsters, flying creatures, their bullets, ground saws, lava, and reach the yellow flag in order to go to the next level. There are 8 levels to play with increasing difficulty.', 'https://img.gamemonetize.com/cw5jmy02fzoaewc7qd6e1p27fo5bs5sw/512x384.jpg', 'https://html5.gamemonetize.com/cw5jmy02fzoaewc7qd6e1p27fo5bs5sw/', '0', 'Arcade', 0, 0, '', 'jezaa'), (3287, 'Pony Sisters Music Band', 'Play the best pony makeover and pop games for boys and girls. Style hairstyles and cute concert outfits for the pony sisters\\&#39; rainbow pop show on stage. Do bright rainbow makeup and color the pony girl\\&#39;s face for an amazing look. Sing the best children\\&#39;s songs with millions of fans. Have fun with the cutest pony sisters!', 'https://img.gamemonetize.com/tlut38k7z44c0vkjm4dxncoue9ujkyhi/512x384.jpg', 'https://html5.gamemonetize.com/tlut38k7z44c0vkjm4dxncoue9ujkyhi/', '0', 'Girls', 0, 0, '', 'pony-sisters-music-band'), (3288, 'Fishing in Sea', 'Fishing in Sea - This is a very popular game about fishing! You are in it to fight for its prey, fish, blow rabid sharks, seahorses, starfish, collect seashells, catch bombs, worms, treasure, clocks and bubbles with gifts! You have to collect everything that is possible in this game! Dial your top score and become the top player in this sea battle!', 'https://img.gamemonetize.com/uk0nfaxor8v2mh76f3jtjp97g2jlhzho/512x384.jpg', 'https://html5.gamemonetize.com/uk0nfaxor8v2mh76f3jtjp97g2jlhzho/', '0', 'Arcade', 0, 0, '', 'fishing-in-sea'), (3289, 'Amgel Easy Room Escape 83', 'AmgelEscape - Amgel Easy Room Escape 83 is another point and click escape game developed by Amgel Escape. In this game, you are locked in a room and you have to try to escape the room by finding items and solving puzzles. Show your best escaping skills to escape from the room. Can you able to escape from the room successfully? Good luck and have fun!', 'https://img.gamemonetize.com/xkquj6v6nkig2yrwhtom1i7pao3i6v36/512x384.jpg', 'https://html5.gamemonetize.com/xkquj6v6nkig2yrwhtom1i7pao3i6v36/', '0', 'Puzzles', 0, 0, '', 'amgel-easy-room-escape-'), (3290, 'Supermart Inc', 'Supermart Inc Game is a game in which players run their own virtual supermarket. Players start with a small store and must manage it by stocking shelves, setting prices, and attracting customers. As they progress, players can upgrade their store, hire staff, and unlock new items to sell. The goal of the game is to become the most successful Supermar Inc in the virtual world by earning the most money and expanding the business. The game includes various levels and challenges that players must complete to advance to the next level. Players can also compete with other players for the highest score or revenue.', 'https://img.gamemonetize.com/2gguw716gdj2s4fzycv0njrm4fwf9jts/512x384.jpg', 'https://html5.gamemonetize.com/2gguw716gdj2s4fzycv0njrm4fwf9jts/', '0', 'Girls', 0, 0, '', 'supermart-inc'), (3291, 'Amgel Kids Room Escape 87', 'AmgelEscape - Amgel Kids Room Escape 87 is another point and click escape game developed by Amgel Escape. In this game, you are locked in a room and you have to try to escape the room by finding items and solving puzzles. Show your best escaping skills to escape from the room. Can you able to escape from the room successfully? Good luck and have fun!', 'https://img.gamemonetize.com/hyrbo08rrkbug1jf9uu1qop91vqic1qh/512x384.jpg', 'https://html5.gamemonetize.com/hyrbo08rrkbug1jf9uu1qop91vqic1qh/', '0', 'Puzzles', 0, 0, '', 'amgel-kids-room-escape-'), (3292, 'Amgel Chinese Room Escape', 'AmgelEscape - Amgel Chinese Room Escape is another point and click escape game developed by AmgelEscape. In this game, you are locked in a kids room and you have to try to escape the kids room by finding items and solving puzzles. Show your best escaping skills to escape from kids room. Can you able to escape from the kids room successfully? Thanks for playing Amgel Escape Games. Good luck and have fun!', 'https://img.gamemonetize.com/j57ftu8g44vjnwydqnlf2om73nruanjj/512x384.jpg', 'https://html5.gamemonetize.com/j57ftu8g44vjnwydqnlf2om73nruanjj/', '0', 'Puzzles', 0, 0, '', 'amgel-chinese-room-escape'), (3293, 'Amgel Chinese New Year Escape 2', 'AmgelEscape - Amgel Chinese New Year Escape 2 is another point and click escape game developed by AmgelEscape. In this game, you are locked in a kids room and you have to try to escape the kids room by finding items and solving puzzles. Show your best escaping skills to escape from kids room. Can you able to escape from the kids room successfully? Thanks for playing Amgel Escape Games. Good luck and have fun!', 'https://img.gamemonetize.com/abazqa0fmmf32i9jeponjj653vr0jpf2/512x384.jpg', 'https://html5.gamemonetize.com/abazqa0fmmf32i9jeponjj653vr0jpf2/', '0', 'Puzzles', 0, 0, '', 'amgel-chinese-new-year-escape-'), (3294, 'Amgel Easy Room Escape 82', 'AmgelEscape - Amgel Easy Room Escape 82 is another point and click escape game developed by Amgel Escape. In this game, you are locked in a room and you have to try to escape the room by finding items and solving puzzles. Show your best escaping skills to escape from the room. Can you able to escape from the room successfully? Good luck and have fun!', 'https://img.gamemonetize.com/8esmbnmpn1m5js97lwhcw054w05a6z9s/512x384.jpg', 'https://html5.gamemonetize.com/8esmbnmpn1m5js97lwhcw054w05a6z9s/', '0', 'Puzzles', 0, 0, '', 'amgel-easy-room-escape-'), (3295, 'Merge Numbers', 'Merge Numbers Online is a fast-paced game that tests your numeric skills. In each level, you must drop the correct number of balls into the grid to merge the targets. The fewer moves you make, the higher your score will be.', 'https://img.gamemonetize.com/yh4jafl4t85mfpl047dahwi8l9kert3v/512x384.jpg', 'https://html5.gamemonetize.com/yh4jafl4t85mfpl047dahwi8l9kert3v/', '0', 'Hypercasual', 0, 0, '', 'merge-numbers'), (3296, 'Educational jigsaw puzzle Fun', 'Fun educational jigsaw puzzles for kids and preschoolers.', 'https://img.gamemonetize.com/a91vlabqtk0mbhtnkviye17ba1koxcvp/512x384.jpg', 'https://html5.gamemonetize.com/a91vlabqtk0mbhtnkviye17ba1koxcvp/', '0', 'Puzzles', 0, 0, '', 'educational-jigsaw-puzzle-fun'), (3297, 'Crossy Road Master', 'Join over 200 MILLION players worldwide and experience Hipster Whale\'s massive viral #1 hit! Same device multiplayer: Compete against your friends and family on the same device. Play Crossy Road on the Big Screen with Android TV! Why did the Chicken cross the road? Why did the Pigeon leave THAT there? Why did Specimen 115 abduct that cow? Why did Unihorse eat all that candy?', 'https://img.gamemonetize.com/tj6a1n7k8i2fhrhamu8tdjvcjp6qmuwi/512x384.jpg', 'https://html5.gamemonetize.com/tj6a1n7k8i2fhrhamu8tdjvcjp6qmuwi/', '0', 'Racing', 0, 0, '', 'crossy-road-master'), (3298, 'Wrecked! 2', 'Wrecked! 2 is a survival strategy game', 'https://img.gamemonetize.com/9mfzm6x54139093u4qp243wo1de8o9ap/512x384.jpg', 'https://html5.gamemonetize.com/9mfzm6x54139093u4qp243wo1de8o9ap/', '0', 'Sports', 0, 0, '', 'wrecked-'), (3299, 'Twisty Arrow 3D', 'Twisty Arrow is a simple tapping strategy game fun for users of for all ages. Shoot arrows at the spinning circle target but don\'t touch the other arrows.', 'https://img.gamemonetize.com/m6puvyp1jitul6xy4e1tig52o4su3hae/512x384.jpg', 'https://html5.gamemonetize.com/m6puvyp1jitul6xy4e1tig52o4su3hae/', '0', 'Arcade', 0, 0, '', 'twisty-arrow-d'), (3300, 'Amgel Easy Room Escape 81', 'AmgelEscape - Amgel Easy Room Escape 81 is another point and click escape game developed by Amgel Escape. In this game, you are locked in a room and you have to try to escape the room by finding items and solving puzzles. Show your best escaping skills to escape from the room. Can you able to escape from the room successfully? Good luck and have fun!', 'https://img.gamemonetize.com/f88vveu65zgvzmjf64ltb1yr0mp87x65/512x384.jpg', 'https://html5.gamemonetize.com/f88vveu65zgvzmjf64ltb1yr0mp87x65/', '0', 'Puzzles', 0, 0, '', 'amgel-easy-room-escape-'), (3301, 'Lore Run 3d Alphabet Merge', 'Initially, you are the ‘Alphabet A’ and you have to run on a track. After the running stage, you will confront your enemy. Merge, Fight and Challenge yourself to become the king of Lore Run 3d - Alphabet Merge. HOW TO PLAY: -Gather your squad on the way. -Unlock all Characters and merge as quick as possible to beat all the enemies. -Merge the same alphabets i.e “A†with “Aâ€, “B†with “B†etc… Are you ready to take part in? Try to know more about the Alphabet in this game!', 'https://img.gamemonetize.com/ql2e45zx35vn29jv2courh85147lkl1g/512x384.jpg', 'https://html5.gamemonetize.com/ql2e45zx35vn29jv2courh85147lkl1g/', '0', 'Arcade', 0, 0, '', 'lore-run-d--alphabet-merge'), (3302, 'Amgel New Year Room Escape 5', 'AmgelEscape - Amgel New Year Room Escape 5 is another point and click escape game developed by Amgel Escape. In this game, you are locked in a New Year Room and you try to escape from the room by finding items and solving puzzles. Show your best escaping skills to escape from this room. Can you able to escape from this room successfully? Good luck and have fun!', 'https://img.gamemonetize.com/fq5kp2ofud4ecjjvd63smhaszb7z1cnp/512x384.jpg', 'https://html5.gamemonetize.com/fq5kp2ofud4ecjjvd63smhaszb7z1cnp/', '0', 'Puzzles', 0, 0, '', 'amgel-new-year-room-escape-'), (3303, 'Crazy Chicken Jump', 'Welcome to Crazy Chicken Jump. Crazy Chicken Jump is a jumping puzzle game. In this game, you have move the chicken left and right to avoid the obstacle. Crazy Chicken Jump contains tricky 30 levels. Play and have fun.', 'https://img.gamemonetize.com/uip3rvd0d9jnl70ip7r7875vife3p25e/512x384.jpg', 'https://html5.gamemonetize.com/uip3rvd0d9jnl70ip7r7875vife3p25e/', '0', 'Puzzles', 0, 0, '', 'crazy-chicken-jump'), (3304, 'Spaces Solitaire', 'The full pack of cards is dealt to the card table, into four rows of cards. Each row has a single space. Your task is to rearrange the cards so they form a correctly ascending sequence of cards, one suit in each row. The catch, you can only move cards into the empty spaces if the card to the left of the empty space is of the same suit and of lower face value.', 'https://img.gamemonetize.com/xkc3hlc08gw5oln7fb5z92desnmkpcqy/512x384.jpg', 'https://html5.gamemonetize.com/xkc3hlc08gw5oln7fb5z92desnmkpcqy/', '0', 'Puzzles', 0, 0, '', 'spaces-solitaire'), (3305, 'Solitaire Seasons', 'You need to go through all 40 levels to open all four windows, each of which goes into its own season. Use jokers to simplify the process. In addition to the usual jokers in the game there are jokers for each suit', 'https://img.gamemonetize.com/tdsmnfhev5zalu6hnhmpz8dl3nvnnta8/512x384.jpg', 'https://html5.gamemonetize.com/tdsmnfhev5zalu6hnhmpz8dl3nvnnta8/', '0', 'Puzzles', 0, 0, '', 'solitaire-seasons'), (3306, 'Break Bricks 2 Player', 'Destroy bricks from cubes! Throw the ball and let the game begin. Fall under the spell of colorful bricks. The balls destroy every cube they touch. You will encounter different shapes in each section. You have a total of 3 rights in the single player game. In the game for 2 people, you fight with your opponent for 5 rounds. You can see 3 different bonuses given to help you. One of the bonuses provides an increase in the number of balls. The other bonus is that it generates 3 new balls. Finally, there is a bonus for filling up your Health Bar. Try to catch these bonuses. When you are alone, click the 1 player button. If you want to spend fun minutes with your friends, click the 2-Player button. Play freely in endless mode. Hours of fun are waiting for you in the 3D brick breaking game. Let\\\\\\\\\\\\\\&#39;s play the game!', 'https://img.gamemonetize.com/npaxw2jna5rz0o2bxougfdjmg8gqig4h/512x384.jpg', 'https://html5.gamemonetize.com/npaxw2jna5rz0o2bxougfdjmg8gqig4h/', '0', '3D', 0, 0, '', 'break-bricks--player'), (3307, 'Undisputed MMA', 'A 3D MMA FIGHTING GAME CURRENTLY BEING DEVELOPED AND COMING SOON TO ANDROID AND WINDOWS. UPDATE 17!!! WHATS NEW? -YOU CAN NOW PLAY CAREER MODE, KINDA. -SOUNDS! SOUNDS!! SOUNDS!!! - SFX, MUSIC AND CAMERA OPTIONS -A REFEREE -NEW HEALTH SYSTEM -SOME OTHER RANDOM FIXES YOUTUBE LINK: https://www.youtube.com/channel/UCHHQcN6tMElKGcPjAmmVzFQ WHAT TO EXPECT: -CAREER MODE UPDATES -NEW ARENAS -GAMEPAD SUPPORT -MORE FIGHTERS AND WEIGHT CLASSES AND IN THE FUTURE -CHARACTER CREATION -ILL EVENTUALLY GET AROUND TO MAKING AN IN GAME TUTORIAL. FOR NOW, THE CONTROLS ARE IN THE INSTRUCTIONS', 'https://img.gamemonetize.com/z44n1kw2x4acsiywbs5tjpgmh11rgfsd/512x384.jpg', 'https://html5.gamemonetize.com/z44n1kw2x4acsiywbs5tjpgmh11rgfsd/', '0', 'Action', 0, 0, '', 'undisputed-mma'), (3308, 'Amgel Santa Room Escape', 'AmgelEscape - Amgel Santa Room Escape is another point and click escape game developed by Amgel Escape. In this game, you are locked in a room and you try to escape from the room by finding items and solving puzzles. Show your best escaping skills to escape from this room. Can you able to escape from this room successfully? Good luck and have fun!', 'https://img.gamemonetize.com/lg3ambt8yy20zimx5bkm844cp8rmtuvy/512x384.jpg', 'https://html5.gamemonetize.com/lg3ambt8yy20zimx5bkm844cp8rmtuvy/', '0', 'Puzzles', 0, 0, '', 'amgel-santa-room-escape'), (3309, 'Amgel Elf Room Escape 2', 'AmgelEscape - Amgel Elf Room Escape 2 is another point and click escape game developed by Amgel Escape. In this game, you are locked in a room and you try to escape from the room by finding items and solving puzzles. Show your best escaping skills to escape from this room. Can you able to escape from this room successfully? Good luck and have fun!', 'https://img.gamemonetize.com/6aa4ywiu2fdb5b9gqf3o3qixyc1ico7v/512x384.jpg', 'https://html5.gamemonetize.com/6aa4ywiu2fdb5b9gqf3o3qixyc1ico7v/', '0', 'Puzzles', 0, 0, '', 'amgel-elf-room-escape-'), (3310, 'Amgel Christmas Room Escape 8', 'AmgelEscape - Amgel Christmas Room Escape 8 is another point and click escape game developed by Amgel Escape. In this game, you are locked in a room and you try to escape from the room by finding items and solving puzzles. Show your best escaping skills to escape from this room. Can you able to escape from this room successfully? Good luck and have fun!', 'https://img.gamemonetize.com/qu5rfvqnm3le8szo0jglnv6lzi0fcu6l/512x384.jpg', 'https://html5.gamemonetize.com/qu5rfvqnm3le8szo0jglnv6lzi0fcu6l/', '0', 'Puzzles', 0, 0, '', 'amgel-christmas-room-escape-'), (3311, 'Amgel Christmas Room Escape 7', 'AmgelEscape - Amgel Christmas Room Escape 7 is another point and click escape game developed by Amgel Escape. In this game, you are locked in a room and you try to escape from the room by finding items and solving puzzles. Show your best escaping skills to escape from this room. Can you able to escape from this room successfully? Good luck and have fun!', 'https://img.gamemonetize.com/4n5fxlcue7aqrxhvw5apt4mvbd2ynjp0/512x384.jpg', 'https://html5.gamemonetize.com/4n5fxlcue7aqrxhvw5apt4mvbd2ynjp0/', '0', 'Puzzles', 0, 0, '', 'amgel-christmas-room-escape-'), (3312, 'Amgel Easy Room Escape 78', 'AmgelEscape - Amgel Easy Room Escape 78 is another point and click escape game developed by Amgel Escape. In this game, you are locked in a room and you have to try to escape the room by finding items and solving puzzles. Show your best escaping skills to escape from the room. Can you able to escape from the room successfully? Good luck and have fun!', 'https://img.gamemonetize.com/9ptuy66mwgc2xt2sbclecyznmx18ji8z/512x384.jpg', 'https://html5.gamemonetize.com/9ptuy66mwgc2xt2sbclecyznmx18ji8z/', '0', 'Puzzles', 0, 0, '', 'amgel-easy-room-escape-'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (3313, 'Amgel Kids Room Escape 83', 'AmgelEscape - Amgel Kids Room Escape 83 is another point and click escape game developed by Amgel Escape. In this game, you are locked in a room and you have to try to escape the room by finding items and solving puzzles. Show your best escaping skills to escape from the room. Can you able to escape from the room successfully? Good luck and have fun!', 'https://img.gamemonetize.com/1ip1sg2jf0xw1xtymaha3o1vlzon9i9u/512x384.jpg', 'https://html5.gamemonetize.com/1ip1sg2jf0xw1xtymaha3o1vlzon9i9u/', '0', 'Puzzles', 0, 0, '', 'amgel-kids-room-escape-'), (3314, 'Ball Fall 2', 'Ball Fall is a free and addictive online game for boys played on PuzzleGame. Choose the right direction and throw your colored balls from a height and make them drop into the point. The point will change its position randomly, so try to throw more balls at once as you can. Mobile, Tablet, and Desktop are playable. Some levels are super hard! Can you pass them all?', 'https://img.gamemonetize.com/p9ughigzy67oykx3sm5kp3oiy2tp9l01/512x384.jpg', 'https://html5.gamemonetize.com/p9ughigzy67oykx3sm5kp3oiy2tp9l01/', '0', 'Puzzles', 0, 0, '', 'ball-fall-'), (3315, 'Running in the Rain', 'Running in the rain is a html5 endless running game, run and jump avoid obstacle take box and kill enemy', 'https://img.gamemonetize.com/t6z18xtergubliqecnxq0hbelm08wl1c/512x384.jpg', 'https://html5.gamemonetize.com/t6z18xtergubliqecnxq0hbelm08wl1c/', '0', 'Arcade', 0, 0, '', 'running-in-the-rain'), (3316, 'Minecraft Coloring Book Online', 'Minecraft Coloring Book Online Game is an exciting digital coloring activity for fans of the popular video game. The game features a wide range of Minecraft-themed images, including characters, animals, and landscapes, that can be brought to life with an array of vibrant colors. The game provides an intuitive interface that allows young players to easily navigate through the various options and tools, including a paintbrush and a color picker. Children can also experiment with different patterns and textures to create unique designs that reflect their creativity and imagination. Minecraft Coloring Book Online Game is an ideal way to enhance children\\&#39;s artistic skills and promote their sense of color coordination. With its colorful graphics and fun functionality, this game is sure to provide hours of entertainment for Minecraft fans of all ages.', 'https://img.gamemonetize.com/kwo3ysut9wlhkbmnzs6uj7d7oj29cpf9/512x384.jpg', 'https://html5.gamemonetize.com/kwo3ysut9wlhkbmnzs6uj7d7oj29cpf9/', '0', 'Boys', 0, 0, '', 'minecraft-coloring-book-online'), (3317, 'Buto Square 2', 'Buto Square 2 is a 2D platformer where you have to collect all of the special red hats while avoiding the square enemies, spikes, ground saws, flying square enemies and reach the Exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original Buto Square series.', 'https://img.gamemonetize.com/ae1xkld9ta2pjfrswvpylg70tgsrm10t/512x384.jpg', 'https://html5.gamemonetize.com/ae1xkld9ta2pjfrswvpylg70tgsrm10t/', '0', 'Arcade', 0, 0, '', 'buto-square-'), (3318, 'Tower Merge', 'Tower Merge is a game about merging blocks and increasing income. You start with one tower but are then able to get more towers. Special towers give you special bonuses. Try to make the tallest tower and reach the highest numbers. There are also many prestige upgrades. You get golden blocks when you have enough money, spend them to speed up your progress!', 'https://img.gamemonetize.com/qkio2ywj665u3qgnn22uuk20wxc6sd1b/512x384.jpg', 'https://html5.gamemonetize.com/qkio2ywj665u3qgnn22uuk20wxc6sd1b/', '0', 'Clicker', 0, 0, '', 'tower-merge'), (3319, 'Destiny Run', 'A brand new running game of destiny! Fate is fair to everyone, and people need to be responsible for their lives. Each of us is the master of our own destiny, and every choice we make in the game will affect our ultimate destiny. Whether you will be a good angel or an evil demon depends on your choice! And in order to have a good destination, in the end, you need to choose carefully.', 'https://img.gamemonetize.com/wy15obcocufc6mukpznb7xrotbcxwata/512x384.jpg', 'https://html5.gamemonetize.com/wy15obcocufc6mukpznb7xrotbcxwata/', '0', 'Hypercasual', 0, 0, '', 'destiny-run'), (3320, 'Apple Tree Idle 2', 'Apple Tree Idle 2 is the sequel to Apple Tree Idle. Help a cat society harvest various apples and fight valuable slimes by clicking and upgrading. Sell your apples and expand your operation in Apple Tree Idle 2!', 'https://img.gamemonetize.com/5qfsdwwpwp0r4q3oe5k3jnndex5e5u18/512x384.jpg', 'https://html5.gamemonetize.com/5qfsdwwpwp0r4q3oe5k3jnndex5e5u18/', '0', 'Clicker', 0, 0, '', 'apple-tree-idle-'), (3321, 'Dove Dolly Carnival Dress Up', 'Join Dove to a fun carnival tonight and create the perfect outfit for her The mystery boxes contain all the fashion secrets so open them up to find amazing items you can combine Choose the most stunning carnival dress a pair of glamorous shoes and add a mask for that extra touch', 'https://img.gamemonetize.com/z3i3expy37h2up87rn6l35bztkeb7nlj/512x384.jpg', 'https://html5.gamemonetize.com/z3i3expy37h2up87rn6l35bztkeb7nlj/', '0', 'Girls', 0, 0, '', 'dove-dolly-carnival-dress-up'), (3322, 'Enemy Strike', 'Enemy Strike is a game in which you need to control a spaceship and shoot down enemies and dodge them to survive, you will also meet three fights with your skills. Use a variety of weapons (Lasers, bombs, jumping platforms, etc.) to destroy everyone.', 'https://img.gamemonetize.com/bufy43ax522gd7plmj9mgu4l1prqlk3m/512x384.jpg', 'https://html5.gamemonetize.com/bufy43ax522gd7plmj9mgu4l1prqlk3m/', '0', 'Arcade', 0, 0, '', 'enemy-strike'), (3323, 'Stat Stealer Alpha', 'Stat Stealer is an idle game about slime that can absorb others\' stats. You fight with different mobs and gain their stats after victory. Also, you can level up, get equipment, make your slime stronger and stronger. Reach the highest level in this game and have fun!', 'https://img.gamemonetize.com/gpzjpft53x267q2nev7ik5wma7pyh6wy/512x384.jpg', 'https://html5.gamemonetize.com/gpzjpft53x267q2nev7ik5wma7pyh6wy/', '0', 'Clicker', 0, 0, '', 'stat-stealer-alpha'), (3324, 'Link 2 balls', 'Do you like Onet puzzle Games? Well! Link 2 Ball is an amazing onet linking puzzle game with balls graphics. Tap to connect 2 similar ball to crush them and keep linking till you clear the board to unlock the next level. Use Hint and Shuffle Button when you can\'t find or connect balls. Earn hints and shuffles when you clear a level. Enjoy it !', 'https://img.gamemonetize.com/e9fir5ay6qx8olc3c88c4pu7mjbyc6ia/512x384.jpg', 'https://html5.gamemonetize.com/e9fir5ay6qx8olc3c88c4pu7mjbyc6ia/', '0', 'Clicker', 0, 0, '', 'link--balls'), (3325, 'Cat Clicker MLG', 'Cat Clicker MLG combines 2 aspects of gaming everyone loves: clicker games and MLG. Start clicking the kitty and earn gold that you can use for upgrades. This is the remastered version of Cat Clicker MLG. There are 9 different accessories, 12 different buildings, 12 skills, and 12 upgrades. This game has a 2-layered prestige system, and a prestige shop with a lot of upgrades (in the remastered version added autobuy). Fill mew orbs to increase your income and MLGness! Grow different crops on a farm and sell them for emeralds! Buy cool upgrades in the emerald shop. There is a lot of content and there is an endgame at the 20th ascension. Also, try to get all achievements to get a huge boost to your income. Have fun and some nostalgia in this cat-clicking game.', 'https://img.gamemonetize.com/4wujf346dyihrdzjvk1x0uyc137sv07c/512x384.jpg', 'https://html5.gamemonetize.com/4wujf346dyihrdzjvk1x0uyc137sv07c/', '0', 'Shooting', 0, 0, '', 'cat-clicker-mlg'), (3326, 'Cat vs Kripotians', 'In the game, we have to help Kitty save his people from the terrible Kripotians. In this difficult task, we will have an unexpected green ally! Beautiful levels, interesting dialogues and of course a lot of enemies and a lot of shooting! ! The game has both difficult and simple missions and even timed missions! All this together creates an atmosphere of a game that does not let go until the very end!', 'https://img.gamemonetize.com/cp2pruhqi6aj60rg45d0f8ppw0xyy9i5/512x384.jpg', 'https://html5.gamemonetize.com/cp2pruhqi6aj60rg45d0f8ppw0xyy9i5/', '0', 'Shooting', 0, 0, '', 'cat-vs-kripotians'), (3327, 'Merge Archers', 'Merge bowmaster and create the strongest archery squad to defend the castle. Become the greatest archer hero and win the bow and arrow war!', 'https://img.gamemonetize.com/batzzs3nt7ts28o62amlocig234vdm8y/512x384.jpg', 'https://html5.gamemonetize.com/batzzs3nt7ts28o62amlocig234vdm8y/', '0', 'Shooting', 0, 0, '', 'merge-archers'), (3328, 'Nu Life', 'Nu Life is an idle game about little and cute noses. Yes, Nus are cute nose-like alien creatures from planet Nu-2000. They like it when it\'s cold, and they become smaller. So, use your cold turrets and shot the Nus to make them smaller and happier! Have fun with these Nus and 10 different turrets. There is also a prestige system!', 'https://img.gamemonetize.com/4nrt2jago6aayfyyjcwa2bx0szp8zkin/512x384.jpg', 'https://html5.gamemonetize.com/4nrt2jago6aayfyyjcwa2bx0szp8zkin/', '0', 'Clicker', 0, 0, '', 'nu-life'), (3329, 'Cat Clicker RE', 'Cat Clicker RE is the remastered edition of the first Cat Clicker game, which now comes with different gameplay. Each upgrade produces the upgrade over! Upgrade your cat, make him look cooler by sacrificing. Buy cursors, mice, cheese to get more cat points, and reach the highest number. Have fun in this cat-clicking game.', 'https://img.gamemonetize.com/ex82wnzo868axkmm34fqv9s5lehur9x7/512x384.jpg', 'https://html5.gamemonetize.com/ex82wnzo868axkmm34fqv9s5lehur9x7/', '0', 'Clicker', 0, 0, '', 'cat-clicker-re'), (3330, 'Formula Upgrade Idle', 'Formula Upgrade Idle is a game to upgrade the math formula. Reach the highest number, upgrade your variables, and have fun! You can get more exponent by prestiging. There are 30 buildings in total.', 'https://img.gamemonetize.com/dqw2idejk6o0ornrzpwgef7ibthnfk18/512x384.jpg', 'https://html5.gamemonetize.com/dqw2idejk6o0ornrzpwgef7ibthnfk18/', '0', 'Clicker', 0, 0, '', 'formula-upgrade-idle'), (3331, 'Multiplier Grid', 'Multiplier Grid is a simple idle game in which you have a grid of cells, and each cell gives a multiplier to the total income. You can upgrade your cell from 2x2 to 10x10. Have fun and reach infinity many times!', 'https://img.gamemonetize.com/ml6359jo4oca4mh6bhfb9pfl75xmq45d/512x384.jpg', 'https://html5.gamemonetize.com/ml6359jo4oca4mh6bhfb9pfl75xmq45d/', '0', 'Clicker', 0, 0, '', 'multiplier-grid'), (3332, 'Sprinter', 'Sprinter is a simple running game from the Flash era. Beat all of your opponents in a 100-meter sprint. Your opponents get faster, so you’ll have to keep up and ensure you don’t fall! Sprint Faster Than the Rest Sprint with fury to the finish line in this classic Flash game from Gamedesign.jp. Click the left and right arrow keys rapidly to gain momentum and speed past your opponents to reach the finish line. Be careful to time your key tapping accurately, otherwise you may stumble!', 'https://img.gamemonetize.com/hh90yoihuo53syyljqu19nalp0zhxued/512x384.jpg', 'https://html5.gamemonetize.com/hh90yoihuo53syyljqu19nalp0zhxued/', '0', 'Sports', 0, 0, '', 'sprinter'), (3333, 'Command Strike FPS 2', 'Welcome to a new shooter game! Take part in a real commando mission! Here you’ll find classic and favorite features of shooting games. About Command Strike FPS: - various maps for battles - offline games modes: Deathmatch, Flag capture, Missions - weaponry: powerful guns & pistols - simple shooting controls - action-packed gameplay Use your skills to become a super soldier - get a gun and join battles! It’s time to complete special commando missions!', 'https://img.gamemonetize.com/fiogowuzog6jowbgvabdxrcqaub4cubc/512x384.jpg', 'https://html5.gamemonetize.com/fiogowuzog6jowbgvabdxrcqaub4cubc/', '0', 'Multiplayer', 0, 0, '', 'command-strike-fps-'), (3334, 'Rotating Cubee', 'You just watch cube that rotating', 'https://img.gamemonetize.com/zzpbtobhg8x2zk98kiw2ogld2sfmj39m/512x384.jpg', 'https://html5.gamemonetize.com/zzpbtobhg8x2zk98kiw2ogld2sfmj39m/', '0', 'Girls', 0, 0, '', 'rotating-cubee'), (3335, 'ArcadeAgar.io', 'Play online with players around the world as you try to become the biggest cell of them all! With new controls developed especially for touchscreens, agar.io offers the same fun gameplay that millions have already enjoyed on PC. Play online in free-for-all action and use splitting, shrinking and dodging tactics to catch other players - or avoid them! Use a variety of special secret skins with the right username!', 'https://img.gamemonetize.com/rxtsqrqi6coti3eu30g0b3o04ho4kvyv/512x384.jpg', 'https://html5.gamemonetize.com/rxtsqrqi6coti3eu30g0b3o04ho4kvyv/', '0', 'Arcade', 0, 0, '', 'arcadeagario'), (3336, 'Pandjohng Solitaire', 'You need to go through all 80 levels to free all 80 pandas. Use jokers and bonuses to simplify the process. In addition to the usual jokers in the game there are jokers for each suit. If you click on the pandas, you will get some points and a strike bonus.', 'https://img.gamemonetize.com/xc0asgied452zb6yacx4kd5b6ip8ccdg/512x384.jpg', 'https://html5.gamemonetize.com/xc0asgied452zb6yacx4kd5b6ip8ccdg/', '0', 'Puzzles', 0, 0, '', 'pandjohng-solitaire'), (3337, 'Quadcopter FX Simulator', 'Here is a helicopter driving simulation game. You can experience pizza-quadcopter-transport service in advanced. It is managed for you to control the quadcopter to take pizza items to the marked position on time at all levels. There are enough buttons for you to control it subtly. Have fun!', 'https://img.gamemonetize.com/f8neovy0y1ul7c83s21eywntu92hxlge/512x384.jpg', 'https://html5.gamemonetize.com/f8neovy0y1ul7c83s21eywntu92hxlge/', '0', 'Action', 0, 0, '', 'quadcopter-fx-simulator'), (3338, 'Push The Box Game', 'There will be clearly marked points on the map, push the boxes until all these points are filled to pass the level. The difficulty of the game will continue to increase with new levels. It is possible to take a wrong step and fail to pass the level!', 'https://img.gamemonetize.com/jbazi4bcas5qkavropl8vuj0tlp5el8a/512x384.jpg', 'https://html5.gamemonetize.com/jbazi4bcas5qkavropl8vuj0tlp5el8a/', '0', 'Puzzles', 0, 0, '', 'push-the-box-game'), (3339, 'Tumble Master', 'Tumble Master is the most popular in sports game. The main test of the player\\&#39;s mastery of backflips and skills. Have you ever wanted to perform crazy tricks? In our simulator, you can perform flips and backflips. Jumps from heights are not hard if you are playing our parkour madness simulator. Perform jumps from heights and make flips and backflips. So, are you ready to challenge this game now? Come on!', 'https://img.gamemonetize.com/fiqs8msun1k32g1t253f7nsot2v1rfao/512x384.jpg', 'https://html5.gamemonetize.com/fiqs8msun1k32g1t253f7nsot2v1rfao/', '0', 'Sports', 0, 0, '', 'tumble-master'), (3340, 'Epic Army Defense Rising War', 'Epic Army Defense: A Game to Showcase Your Aiming and Shooting Skills Protect your castle from dragons and armies with a variety of weapons such as arrows, catapults, miniguns and cannons in the exciting game of Epic Army Defense. Show off your aiming and shooting skills now! In this game, you must defend your castle from relentless dragons and armies using a variety of weapons at your disposal. From arrows to catapults, miniguns, and cannons, you\\\\\\&#39;ll have everything you need to protect your castle and emerge victorious.', 'https://img.gamemonetize.com/xxr91fxos3ml302z844ps23it95mfkvl/512x384.jpg', 'https://html5.gamemonetize.com/xxr91fxos3ml302z844ps23it95mfkvl/', '0', 'Shooting', 0, 0, '', 'epic-army-defense-rising-war'), (3341, 'Infinity Golf', 'Infinity Golf is a simple golf game where you can compete with yourself. The controls are simple - you have to use your mouse and mouse buttons to control the shot direction and power. Once you get used to the gameplay, you\\&#39;ll be drilling holes with one shot in no time! You can play on a variety of tracks, each with some fun and cool views and obstacles. Aim your shots carefully and try to get the ball in as few shots as possible. Grab a golf club and try your crazy golf skills!', 'https://img.gamemonetize.com/1xdtskilrup42fenv5dy2uu97cs0omgc/512x384.jpg', 'https://html5.gamemonetize.com/1xdtskilrup42fenv5dy2uu97cs0omgc/', '0', 'Sports', 0, 0, '', 'infinity-golf'), (3342, 'Mixing Dolls Surprise', 'This is a magical world of magic, we provide you with a variety of wands, magic potions and materials. Swing the magic wand and tap the crucible to recite the spell, add magic ingredients to your crucible step by step. Finally, add your original incantation to the crucible. When the potion is finished, you can see a toy just for you rising from the crucible!', 'https://img.gamemonetize.com/g89i89k2dpangx33brkfp0su0p5n8aji/512x384.jpg', 'https://html5.gamemonetize.com/g89i89k2dpangx33brkfp0su0p5n8aji/', '0', 'Girls', 0, 0, '', 'mixing-dolls-surprise'), (3343, ' Amgel Kids Room Escape 82', 'AmgelEscape - Amgel Kids Room Escape 82 is another point and click escape game developed by Amgel Escape. In this game, you are locked in a room and you have to try to escape the room by finding items and solving puzzles. Show your best escaping skills to escape from the room. Can you able to escape from the room successfully? Good luck and have fun!', 'https://img.gamemonetize.com/jnk9ed2bwx7iycg8ug7wrm57b3mr6a3f/512x384.jpg', 'https://html5.gamemonetize.com/jnk9ed2bwx7iycg8ug7wrm57b3mr6a3f/', '0', 'Puzzles', 0, 0, '', '-amgel-kids-room-escape-'), (3344, 'Real Truck Parking', 'In Real Truck Parking you have to drive a big truck without a body. The task is to drive along specially designated paths that are fenced with concrete blocks and containers and get to a rectangle drawn on the asphalt - this is the parking lot. In the upper left corner you will see a timer, it will start counting down a second, which means that you need to have time to park the truck before the time is up. The level will be successfully completed if you hit the fence in the parking lot.', 'https://img.gamemonetize.com/tnggqzqcrzsl9odrjv32qkysanf370su/512x384.jpg', 'https://html5.gamemonetize.com/tnggqzqcrzsl9odrjv32qkysanf370su/', '0', 'Racing', 0, 0, '', 'real-truck-parking'), (3345, 'Amgel Easy Room Escape 76', 'AmgelEscape - Amgel Easy Room Escape 76 is another point and click escape game developed by Amgel Escape. In this game, you are locked in a room and you have to try to escape the room by finding items and solving puzzles. Show your best escaping skills to escape from the room. Can you able to escape from the room successfully? Good luck and have fun!', 'https://img.gamemonetize.com/kwk6r3lioh0btj8d8b0zntkajy4ok3dm/512x384.jpg', 'https://html5.gamemonetize.com/kwk6r3lioh0btj8d8b0zntkajy4ok3dm/', '0', 'Puzzles', 0, 0, '', 'amgel-easy-room-escape-'), (3346, ' Amgel Kids Room Escape 81', 'AmgelEscape - Amgel Kids Room Escape 81 is another point and click escape game developed by Amgel Escape. In this game, you are locked in a room and you have to try to escape the room by finding items and solving puzzles. Show your best escaping skills to escape from the room. Can you able to escape from the room successfully? Good luck and have fun!', 'https://img.gamemonetize.com/0pvr6cz03ic8ncwve6vfxjtbucrpcb0l/512x384.jpg', 'https://html5.gamemonetize.com/0pvr6cz03ic8ncwve6vfxjtbucrpcb0l/', '0', 'Puzzles', 0, 0, '', '-amgel-kids-room-escape-'), (3347, 'Messi in a maze', 'Move messi to the FIFA world cup. Move it strategically and beat others in moves!!', 'https://img.gamemonetize.com/ebq2lhw5bhw8x6ty39zx3nxcdr1xfs9v/512x384.jpg', 'https://html5.gamemonetize.com/ebq2lhw5bhw8x6ty39zx3nxcdr1xfs9v/', '0', 'Puzzles', 0, 0, '', 'messi-in-a-maze'), (3348, 'Animal Transport Truck 3D Game', 'Welcome to the wonderful Animal Transport Truck 3D Game, and get ready to drive a heavy cargo transport truck. Driving a Truck in animal transport games with truck games is a much more difficult task, as you must stick to zoo animal transport truck games and drive carefully on road so as not to disturb the flow of traffic. In the Animal Transport Truck 3D Game, you must carry farm animals, pets, wild animals, and farm animals from one location to another.', 'https://img.gamemonetize.com/7h2bmmfkhz3c89tow11sa4jon1mvnssy/512x384.jpg', 'https://html5.gamemonetize.com/7h2bmmfkhz3c89tow11sa4jon1mvnssy/', '0', 'Adventure', 0, 0, '', 'animal-transport-truck-d-game'), (3349, 'The Patagonians Part 1', 'The daughter of the protagonist of the game disappears on her tenth birthday. He rushes in search and accidentally learns that she was seen at the abandoned mansion of the founders of the city. Going there, the hero will remember what he should not remember... In the game you are waiting for: - simple controls - interesting story - unique monsters - bosses - original 2D graphics - atmospheric soundtrack', 'https://img.gamemonetize.com/2xp1jzfirxidi5r56nkt0lgxk3cai5re/512x384.jpg', 'https://html5.gamemonetize.com/2xp1jzfirxidi5r56nkt0lgxk3cai5re/', '0', 'Adventure', 0, 0, '', 'the-patagonians-part-'), (3350, 'Colorbit', 'Hyper-casual fun game with minimalist visual and procedural difficulty. To play jump between the platforms to get a better score.', 'https://img.gamemonetize.com/c17lqfncayl9x3jtezwh8490g7vv7sku/512x384.jpg', 'https://html5.gamemonetize.com/c17lqfncayl9x3jtezwh8490g7vv7sku/', '0', 'Hypercasual', 0, 0, '', 'colorbit'), (3351, 'Merge Planets Deluxe', 'Welcome to the second game of the Merge Series. We present you different planets and different interactions with merge. Merge planets, get bigger planets and reach new high scores! Explore the planets waiting for you!', 'https://img.gamemonetize.com/6v00l89hg33nk73o6do005knu6few2vu/512x384.jpg', 'https://html5.gamemonetize.com/6v00l89hg33nk73o6do005knu6few2vu/', '0', 'Puzzles', 0, 0, '', 'merge-planets-deluxe'), (3352, 'Crazy Dog Racing Simulator Games 3D', 'Welcome to Crazy Dog Racing Simulator Games 3D. Enjoy this Crazy Dog Racing Simulator Games 3D simulator game and become a crazy dog racer. Dog racing is an interesting dog race championship with many racing dog breeds and this is more fun than a dog chase race. This dog racing simulator is ever best for dog racing games and dog racing sim.', 'https://img.gamemonetize.com/mhwdb4xz4dawab81px0b6mzcays9vhl6/512x384.jpg', 'https://html5.gamemonetize.com/mhwdb4xz4dawab81px0b6mzcays9vhl6/', '0', 'Adventure', 0, 0, '', 'crazy-dog-racing-simulator-games-d'), (3353, 'Plug Head', 'Conecta tu cabeza a CUALQUIER COSA Mientras te conectes, obtienes el respeto Vence a otros jugadores siendo el Plugger más inteligente ¿Multitarea? Más como multiPLUG', 'https://img.gamemonetize.com/o3a728wnt30u1scnw5q4ee94r08q5f7o/512x384.jpg', 'https://html5.gamemonetize.com/o3a728wnt30u1scnw5q4ee94r08q5f7o/', '0', 'Hypercasual', 0, 0, '', 'plug-head'), (3354, 'Puzzle Kids Jigsaw Puzzles', 'What’s the best way to build your child’s logic skills and help them recognize shapes and patterns? By playing the colorful and completely free educational app Puzzle Kids - Jigsaw Puzzles', 'https://img.gamemonetize.com/8aciuyxpfv443hgz8nlco8isu0jj3vdo/512x384.jpg', 'https://html5.gamemonetize.com/8aciuyxpfv443hgz8nlco8isu0jj3vdo/', '0', 'Puzzles', 0, 0, '', 'puzzle-kids-jigsaw-puzzles'), (3355, 'Puyo Puyo Match 4', 'Match Four pieces to destroy them.', 'https://img.gamemonetize.com/2mlntnthk2pqpx1juldwnv4u07ef7og7/512x384.jpg', 'https://html5.gamemonetize.com/2mlntnthk2pqpx1juldwnv4u07ef7og7/', '0', 'Puzzles', 0, 0, '', 'puyo-puyo-match-'), (3356, 'Color Sequence 24', 'In this game the objective is to complete the sequence, forming a list of the same color.', 'https://img.gamemonetize.com/79l4asfv1gt9yn5qqqbpwv1u6ub06wo7/512x384.jpg', 'https://html5.gamemonetize.com/79l4asfv1gt9yn5qqqbpwv1u6ub06wo7/', '0', 'Puzzles', 0, 0, '', 'color-sequence-'), (3357, 'Tic Tac Toc', 'Tic Tac Toc is a multiplayer game in which can be made triple grid with X or O letters. At this enjoyable mini game,. You can play it with your friend or against the computer. You can follow game scores at the top of the game. You must bring three same images together as horizantal,', 'https://img.gamemonetize.com/q9ncbdt1lk3wmqwjlvado1iukndl7wrf/512x384.jpg', 'https://html5.gamemonetize.com/q9ncbdt1lk3wmqwjlvado1iukndl7wrf/', '0', 'Arcade', 0, 0, '', 'tic-tac-toc'), (3358, 'Rodent Whack', 'A very very hypercasual satisfying game. Just go on and catch those mice :)', 'https://img.gamemonetize.com/5nu2h63ypczk5y2ns8uaceox9myx9y7f/512x384.jpg', 'https://html5.gamemonetize.com/5nu2h63ypczk5y2ns8uaceox9myx9y7f/', '0', 'Shooting', 0, 0, '', 'rodent-whack'), (3359, 'Weird Dance on Wednesday', 'A goth girl is going to a school prom. She wants to make a splash with her new dance. Rogue rehearsed this dance for a whole month. She came up with it herself, inspired by classic films. The gothic girl has prepared a gorgeous black dress, but something is missing. Certainly! How can you go to a ball without makeup? Help the goth girl to choose a make-up that reflects her inner world. Use bold and dark shades to emphasize the eyes and lips. A few freckles will make the look a little more romantic. Go to the ball - have fun and dance a weird dance on Wednesday!', 'https://img.gamemonetize.com/azw0gfslu8pq7l0gyxkc2vng226xsi7g/512x384.jpg', 'https://html5.gamemonetize.com/azw0gfslu8pq7l0gyxkc2vng226xsi7g/', '0', 'Girls', 0, 0, '', 'weird-dance-on-wednesday'), (3360, 'Celebrity Easter Fashionista', 'Welcome to Celebrity Easter Fashionista. Do you celebrate Easter? These celebrities are going to celebrate Easter together doing all kinds of fun and creative activities. They are going to get ready for the Easter celebration! Browse their wardrobe and pick the perfect outfit for them. Come and join your favorite celebrities.', 'https://img.gamemonetize.com/r5hpwdn8stqhtj7tc0fs83x6d13sl6ps/512x384.jpg', 'https://html5.gamemonetize.com/r5hpwdn8stqhtj7tc0fs83x6d13sl6ps/', '0', 'Girls', 0, 0, '', 'celebrity-easter-fashionista'), (3361, 'Ball 2048', 'If you get the same amount of points, it will be even more Tap the screen to control the ball so that it moves left and right', 'https://img.gamemonetize.com/e3jt923v68e8vninc5fcg8jbzpy4p5tz/512x384.jpg', 'https://html5.gamemonetize.com/e3jt923v68e8vninc5fcg8jbzpy4p5tz/', '0', 'Arcade', 0, 0, '', 'ball-'), (3362, 'Little Panda Birthday Party', 'Little Panda Birthday Party is an APP that helps babies learn to love and share. Let babies participate in preparing birthday parties, dress up for friends, share food and toys together, and enhance friendship among friends.', 'https://img.gamemonetize.com/jiiomkkdshg85ra5uzj1irgb00r9gbcq/512x384.jpg', 'https://html5.gamemonetize.com/jiiomkkdshg85ra5uzj1irgb00r9gbcq/', '0', 'Girls', 0, 0, '', 'little-panda-birthday-party'), (3363, 'Sisters Bunk Bed Design 2', 'Sisters Sofia and Zoe want to have a beautiful bunk bed in their bedroom, could you help them to choose one and install it? Then, the most important step is that customize the bunk bed! Select colors you like or design patterns to paint the bed. Now, it\\\\\\&#39;s time to go to bed! Please dress them up!', 'https://img.gamemonetize.com/av51aoofhgs5nnqpgriuejx3kxfqnt07/512x384.jpg', 'https://html5.gamemonetize.com/av51aoofhgs5nnqpgriuejx3kxfqnt07/', '0', 'Girls', 0, 0, '', 'sisters-bunk-bed-design-'), (3364, 'DIY Mini Journals', 'DIY Mini Journals is a super cute art game made for girls. Do you have a journal? Have you ever designed your journal with your own style? In this game, you can design a journal freely. With colorful pages, fancy stickers and other cute accessories we prepared for you, you can use your imagination as much as you like. Have a good time!', 'https://img.gamemonetize.com/t3noaux8nutey93ks5lb1xuz9vzp5spr/512x384.jpg', 'https://html5.gamemonetize.com/t3noaux8nutey93ks5lb1xuz9vzp5spr/', '0', 'Girls', 0, 0, '', 'diy-mini-journals'), (3365, 'El Clasico', 'El Clasico, the greatest rivalry in all of sport. Here is your chance to get involved, Choose Real or Barca and win the El Clasico', 'https://img.gamemonetize.com/yha7c2v8calegde0qdunmgn8zlj9xdf7/512x384.jpg', 'https://html5.gamemonetize.com/yha7c2v8calegde0qdunmgn8zlj9xdf7/', '0', 'Sports', 0, 0, '', 'el-clasico'), (3366, 'Candy by Colors', 'Can you never get enough sweets? What\'s your opinion of playing games online? If so, you\'ll find that Candy by Colors is a lot of fun. This tasty and entertaining game is totally free, and it\'s great fun to play against your pals and see who can get the highest score. So, why do you linger? Get your game on right now!', 'https://img.gamemonetize.com/z323pg0ec5utxtbd9bajh6xa5ae5fzxs/512x384.jpg', 'https://html5.gamemonetize.com/z323pg0ec5utxtbd9bajh6xa5ae5fzxs/', '0', 'Hypercasual', 0, 0, '', 'candy-by-colors'), (3367, 'Zaho Bot 2', 'Zaho Bot 2 is a 2D Sci-fi themed platformer where you play as a robot who have to collect all of the flasks containing red chemical solution while avoiding the enemy bots, flying bots, bullets, rotating lasers, giant blades and reach the Exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Zaho Bot" series.', 'https://img.gamemonetize.com/xms38jbapc0mozirtik7uxprmj74kwhs/512x384.jpg', 'https://html5.gamemonetize.com/xms38jbapc0mozirtik7uxprmj74kwhs/', '0', 'Arcade', 0, 0, '', 'zaho-bot-'), (3368, 'Kinja Run On the Wall', 'The Kinja King is a brave soul who ventured into a path full of ghosts. This world\'s first runner and shoot-em-up game requires you to run and dodge Stone. Ghosts are a common enemy in video games, but in this case, they pose a serious threat to our Kinja King. Our brave heroes will need to use all their agility and quick reflexes to run and dodge the stones that the ghosts are throwing.', 'https://img.gamemonetize.com/hazrqjcnwuuz5uej9xi933a3jqk5i2px/512x384.jpg', 'https://html5.gamemonetize.com/hazrqjcnwuuz5uej9xi933a3jqk5i2px/', '0', 'Arcade', 0, 0, '', 'kinja-run-on-the-wall'), (3369, 'Bird Match Master', 'Bird MatchMaster is an online puzzle game where you match three birds together. It\'s a fun and challenging game that you can play with friends or family. Bird MatchMaster is an online game that challenges you to match three or more birds of the same color. The game is perfect for those who love puzzle games and birds! Do you have what it takes to become a Bird Match Master? Find out in this addicting online Match 3 puzzle game! See how long you can last in this fast-paced and challenging game.', 'https://img.gamemonetize.com/pu06h3ka3n744ooi46xmyh5zdwb7wcpe/512x384.jpg', 'https://html5.gamemonetize.com/pu06h3ka3n744ooi46xmyh5zdwb7wcpe/', '0', 'Puzzles', 0, 0, '', 'bird-match-master'), (3370, 'Rainbow Girls Hallowen Salon', 'The Rainbow Girls are going to the Halloween Salon as they are invited to an All Saints\' Day party tonight. Girls need unique looks that will make them real stars in the Halloween celebration. It\'s up to you to be the stylist for the rainbow girls.', 'https://img.gamemonetize.com/rkrb0lgzsgk4xkzpnlarqvgcbs2dqwrc/512x384.jpg', 'https://html5.gamemonetize.com/rkrb0lgzsgk4xkzpnlarqvgcbs2dqwrc/', '0', 'Arcade', 0, 0, '', 'rainbow-girls-hallowen-salon'), (3371, 'Attack of the Robots', 'You\'ll love the Ant-Man and the WASP: Attack of the Robots game if you have always wanted to go on a mission with the Marvel heroes! Do you have what it takes to survive one of their grueling assignments and defeat the menacing villains? Find out by joining Ant-man and the WASP for one of their exciting battles against the forces of evil! This time, Yellowjacket has put our favorite protagonist in a very sticky situation. He has taken over the Pym Technologies laboratory and implanted a virus into all the robots and security systems. Besides, he has put the place in complete lockdown. How dangerous! While Hank Pym keeps the most vulnerable tech out of reach, it\'s up to you to help Ant-Man and the WASP keep the situation under control. Can you put up with the pressure?', 'https://img.gamemonetize.com/e3d61aq4i18u94w0bom7rseqnb0ggft2/512x384.jpg', 'https://html5.gamemonetize.com/e3d61aq4i18u94w0bom7rseqnb0ggft2/', '0', 'Clicker', 0, 0, '', 'attack-of-the-robots'), (3372, 'IdleByte RE', 'Idlebyte RE is a clicker-idle game about managing computer memory. This is a remake of the original good IdleByte Flash game from 2015. The new version has enchanted graphics, better balance, bugfixes, and mobile support. Feel happy to play an old good game and have fun! You manage computer memory, buy different upgrades, get more memory, and exp. You can also level up, and you can spend your stat points for upgrading your stats. Every 50 buildings increase the building level. When you have many YottaBytes of memory, you can gain chips from your memory. Each chip increases your memory income by 25%. Also, you can buy upgrades on your chips. The goal of this game is to buy the mystical upgrade.', 'https://img.gamemonetize.com/9ohfutqk5xbyedksvb7ay7numfy4lcd5/512x384.jpg', 'https://html5.gamemonetize.com/9ohfutqk5xbyedksvb7ay7numfy4lcd5/', '0', 'Clicker', 0, 0, '', 'idlebyte-re'), (3373, 'The Pen Game', 'The Pen Game is a fun yet challenging skill based game inspired by the popular pencil game, where you have to masterfully get the pencil on the table without hitting any obstacles to rack up as many points as you can. Multiple different modes of the game are available ranging from endless casual to general classic, with three different modes each. Challenge yourself by trying out all the modes, and become the best at the Pen Game.', 'https://img.gamemonetize.com/czdpjafrlknz1zaolxk6w9ljludvd9tn/512x384.jpg', 'https://html5.gamemonetize.com/czdpjafrlknz1zaolxk6w9ljludvd9tn/', '0', 'Clicker', 0, 0, '', 'the-pen-game'), (3374, 'Cats and Trees', 'Cats and Trees is an idle game featuring some cool cats who want to get fruits. The fruits are high on the trees, so now your goal is to manage your cool cats, knock trees to get fruits and wood, and upgrade everything. There are 14 different types of fruits!', 'https://img.gamemonetize.com/1v10suibk5lytlilv3lcel7vrnh6rbge/512x384.jpg', 'https://html5.gamemonetize.com/1v10suibk5lytlilv3lcel7vrnh6rbge/', '0', 'Clicker', 0, 0, '', 'cats-and-trees'), (3375, 'Vaccine Idle', 'Vaccine Idle is a mouse-only idle game to make your own vaccine and cures and save the world from the virus. After each win, you can upgrade your vaccine and make it better! Save the world as soon as you can. Buy doctors and sellers, sell cures to people, get money, and don\'t kill too many people.', 'https://img.gamemonetize.com/manodobxn3bhgv79supnnlos9pgf823t/512x384.jpg', 'https://html5.gamemonetize.com/manodobxn3bhgv79supnnlos9pgf823t/', '0', 'Clicker', 0, 0, '', 'vaccine-idle'), (3376, 'Ski Rush', 'Ski down the mountain as long as possible avoiding obstacles. Collect flags to increase your score!', 'https://img.gamemonetize.com/qhm0nbxkucx74gkbrix22wywohn2lwrz/512x384.jpg', 'https://html5.gamemonetize.com/qhm0nbxkucx74gkbrix22wywohn2lwrz/', '0', 'Sports', 0, 0, '', 'ski-rush'), (3377, 'Electric Man', 'Electric Man is an awesome stickman fighter Flash game in which you must fight against a range of opponents using a variety of different punch and kick combos. Before you enter the game, you can choose the name and color of your stickman, and also the difficulty level (easy, normal or pro). Once you have chosen your character you can then complete a tutorial that shows you the basic game mechanics and move sets.', 'https://img.gamemonetize.com/6j4l38n2p7dvoa2e7vpnaq18bd5l2dn9/512x384.jpg', 'https://html5.gamemonetize.com/6j4l38n2p7dvoa2e7vpnaq18bd5l2dn9/', '0', 'Fighting', 0, 0, '', 'electric-man'), (3378, 'Happy Glass 3', 'Happy Glass is a puzzle game can make you happy, when you see the glass laugh, you will laugh too. There are 3 different modes, precise mode, don\'t spill mode and flippy glass mode, different mode will bring you different happiness. Keep thinking and try to pass all levels!', 'https://img.gamemonetize.com/php4pwdxtds890apzlg6pgv0924mre4s/512x384.jpg', 'https://html5.gamemonetize.com/php4pwdxtds890apzlg6pgv0924mre4s/', '0', 'Puzzles', 0, 0, '', 'happy-glass-'), (3379, 'Baseball Pro', 'Baseball Pro is a HTML5 Sport Game. Try to make as many home runs as possible!', 'https://img.gamemonetize.com/nr54twuf62qdmbknx5mncl66yh9hbk1k/512x384.jpg', 'https://html5.gamemonetize.com/nr54twuf62qdmbknx5mncl66yh9hbk1k/', '0', 'Sports', 0, 0, '', 'baseball-pro'), (3380, 'Road Racer X', 'Road Racer is a mobile HTML5 running game. You recently purchased a new sports car that is a joy to drive. You control the car that must avoid your opponent\'s vehicles. Your aim is to overtake other cars for as long as possible. Tap the button or arrow to control the sports car. Each crash costs you a life. Have a try!', 'https://img.gamemonetize.com/0jc8nygoibgh4yvc7q92wvuk1k7nw2yx/512x384.jpg', 'https://html5.gamemonetize.com/0jc8nygoibgh4yvc7q92wvuk1k7nw2yx/', '0', 'Racing', 0, 0, '', 'road-racer-x'), (3381, 'Turflytle Quest 3D', 'In the Turflytle Quest 3D game, explore the city and complete missions as the Teenage Mutant Ninja Turtles. Utilize their new ability to fly and defeat the Kraang to upgrade your hero. Are you ready for this exciting new adventure?', 'https://img.gamemonetize.com/hkdebqpbfzovo9t1qonmx7loqfh7c73g/512x384.jpg', 'https://html5.gamemonetize.com/hkdebqpbfzovo9t1qonmx7loqfh7c73g/', '0', 'Adventure', 0, 0, '', 'turflytle-quest-d'), (3382, 'Extreme Skate 5000', 'Time is against the Ninja Turtles in this Extreme Skate 5000 Game! Waking up from an ambush that left them unconscious, Mike, Mondo, and Casey find themselves in New York’s notorious and reeking sewers. Low on energy and with their armors destroyed, our fearless warriors begin to search for a path back home. But where exactly did the end up? Help Mike and the others find their way back to the Lair before the enemy reaches them. Race down the echoing tunnels, but mind the traps and obstacles that are lurking from the shadows. Our villans are smart! They highjacked the galleries, making sure that our heroes won’t make it home in time. In fact, they might not even make it back at all without your help!', 'https://img.gamemonetize.com/6o4u38vhamxqxbw9ba048nrl6po4jevw/512x384.jpg', 'https://html5.gamemonetize.com/6o4u38vhamxqxbw9ba048nrl6po4jevw/', '0', 'Racing', 0, 0, '', 'extreme-skate-'), (3383, 'GoTet.io', 'GoTet.io is a tile matching growing game. You start with a 2x2 square and you move around the map, bumping into tiles and gluing them. The objective is to fill your square until the time is up. You have spells that help you and you can collect in-game coins to buy and equip charms that improve your game play. Can you get to the highest level?', 'https://img.gamemonetize.com/djcg61a4swys5wah0dxdi4c68i9hxc8f/512x384.jpg', 'https://html5.gamemonetize.com/djcg61a4swys5wah0dxdi4c68i9hxc8f/', '0', 'Puzzles', 0, 0, '', 'gotetio'), (3384, 'Lost World', 'A 2D platform game is a type of video game where the main character navigates through a two-dimensional environment while avoiding obstacles and enemies. In this specific game, the main player is a young boy who is on a mission to escape the spell of witches and skeletons. There are 10 episodes in total, each one presenting new challenges and obstacles for the player to overcome. The young boy must avoid contact with the witches and skeletons, as touching them will result in game over. To navigate through the environment, the boy must be careful to avoid wooden and metal stakes that are scattered throughout the levels. These stakes can obstruct the player’s progress and must be carefully navigated around in order to progress through the game. The goal of the game is for the young boy to escape the witch’s spell and reach the end of each episode without touching any of the witches, skeletons, or stakes. With its challenging levels and exciting storyline, this 2D platform game is sure to keep players entertained and engaged as they guide the young boy through his quest to escape the witch’s spell.', 'https://img.gamemonetize.com/kw1hwcl8u0lrbk39wmnkc1fkyzl4vcbj/512x384.jpg', 'https://html5.gamemonetize.com/kw1hwcl8u0lrbk39wmnkc1fkyzl4vcbj/', '0', 'Adventure', 0, 0, '', 'lost-world'), (3385, 'Hex2048', 'Hex-2048 is a strategic merge game that offers a refreshing twist to the classic 2048 puzzle game. In this game, players merge tiles in a hexagonal grid instead of the usual square grid, providing a unique challenge and increasing the difficulty level. The goal of the game is to merge tiles of the same value and eventually reach the 2048 tile. The gameplay is simple and addictive, making it a perfect choice for casual players who want to pass the time while challenging their strategic skills. However, the game is not limited to casual players only as it also offers a competitive mode for players who want to compete with others on a global leaderboard. Hex-2048 provides a visually pleasing interface that is easy to navigate, making it accessible for players of all ages. It also offers various customization options, including different themes and color schemes, making the game more personalized to individual player preferences. The game is available for both iOS and Android, making it accessible to a broad range of players. The app is lightweight and doesn\'t require much storage space, ensuring that players can easily download and install the game on their mobile devices. In summary, Hex-2048 is a fun and challenging merge game that offers a unique twist on the classic 2048 puzzle game. With its simple gameplay, competitive mode, customization options, and accessibility, it\'s a perfect choice for players who want to pass the time or challenge their strategic skills.', 'https://img.gamemonetize.com/rq85o8mx0oq2rvxm7b3itmrinr9mlgsb/512x384.jpg', 'https://html5.gamemonetize.com/rq85o8mx0oq2rvxm7b3itmrinr9mlgsb/', '0', 'Puzzles', 0, 0, '', 'hex'), (3386, 'Ninja Jump Game', 'Ninja Jump Game The Best Advantre Game Save Your Nijs From Outside', 'https://img.gamemonetize.com/iifta176hkguitna4mf6i0cbud55n5ii/512x384.jpg', 'https://html5.gamemonetize.com/iifta176hkguitna4mf6i0cbud55n5ii/', '0', 'Adventure', 0, 0, '', 'ninja-jump-game'), (3387, 'TMNT Pizza Time', 'In the Pizza Time game, Michelangelo needs your help in making delicious pizzas at Antonio\'s Pizza place. You have a limited time to prepare all the orders, so put on your apron and get ready to slice and cook as many pizzas as you can!', 'https://img.gamemonetize.com/hynoxd8wkdy2e05sld8xmrslb5vmppax/512x384.jpg', 'https://html5.gamemonetize.com/hynoxd8wkdy2e05sld8xmrslb5vmppax/', '0', 'Cooking', 0, 0, '', 'tmnt-pizza-time'), (3388, 'Ball Up 3D', 'Ball Up 3D is a new exciting game for all ages. Feel the rhythm to play. Do not hit the bombs and the obstacles. Remember to collect the mystery boxes to help you beat your opponent․ Your goal has always been to reach the finish first!', 'https://img.gamemonetize.com/tdqpj1a5qrfqfllq6lpexqjbpvytfj5r/512x384.jpg', 'https://html5.gamemonetize.com/tdqpj1a5qrfqfllq6lpexqjbpvytfj5r/', '0', 'Arcade', 0, 0, '', 'ball-up-d'), (3389, 'WW2 War Tanks', 'The abundance of monthly battles and team-based multiplayer battle royale games has given online players many options and endless hours of entertainment. By immersing yourself in your favourite online multiplayer game, which boasts stunning visuals, lethal weapons, and intense real-time competition, you can change the course of the fight and reload your gun. Join other participants in the cooperative online challenge of Clash of Clans.', 'https://img.gamemonetize.com/3ll8j1wx1ymmqdqm0s9s81qgygf50yrp/512x384.jpg', 'https://html5.gamemonetize.com/3ll8j1wx1ymmqdqm0s9s81qgygf50yrp/', '0', 'Shooting', 0, 0, '', 'ww-war-tanks'), (3390, 'Long Lines', 'Try to pilot the snake to collect all dots and finish each level!', 'https://img.gamemonetize.com/m8t1fxpxumm9sy49eeq0v6zh23pyz648/512x384.jpg', 'https://html5.gamemonetize.com/m8t1fxpxumm9sy49eeq0v6zh23pyz648/', '0', 'Puzzles', 0, 0, '', 'long-lines'), (3391, 'Remove Puzzle', 'Remove Puzzle is a very unique online puzzle game designed for kids. You can play it online for free. Remove all the squares on the screen and you will pass a level. You are only allowed to remove squares along the directions where nothing blocks them. At each level, the squares are placed in different combinations. And each level is harder than the former level. Good luck!', 'https://img.gamemonetize.com/iqtfatcd0wvb1c1165fkgm9remx53ppa/512x384.jpg', 'https://html5.gamemonetize.com/iqtfatcd0wvb1c1165fkgm9remx53ppa/', '0', 'Puzzles', 0, 0, '', 'remove-puzzle'), (3392, 'Basketball Mania', 'Basketball Mania is a free online sports simulation game for kids. It helps you to improve your throwing skills. You just need to orient and slide up to throw the ball to the basket. Each level has a certain number of goals for you to achieve. In each level, you are allowed to fail only 3 throws. Reach a certain number of goals and you will move on to the next level.', 'https://img.gamemonetize.com/ppc1tp4t99kn19k5m63fc46pg179dft5/512x384.jpg', 'https://html5.gamemonetize.com/ppc1tp4t99kn19k5m63fc46pg179dft5/', '0', 'Puzzles', 0, 0, '', 'basketball-mania'), (3393, 'Cut For Cat Game', 'Cut For Cat 2 is a free cartoon online game played on PuzzleGame for boys. Try to cut ropes to make the cat eat candy! Use your brain to full use of props such as balloons, bubbles, and magnets, you will find that they can create reaction force, airflow, or other effects. Are you confident to surpass them? Play on Mobile, Tablet, and Desktop. Come and challenge!', 'https://img.gamemonetize.com/3fw8r4s6p2vecpi70do24q9wbvdkqv05/512x384.jpg', 'https://html5.gamemonetize.com/3fw8r4s6p2vecpi70do24q9wbvdkqv05/', '0', 'Puzzles', 0, 0, '', 'cut-for-cat-game'), (3394, 'Roads', 'Put all roads in the right order and try to complete each level!!! Enjoy!', 'https://img.gamemonetize.com/09bxtkmv0bid5ag15sgal9fdbd3njevr/512x384.jpg', 'https://html5.gamemonetize.com/09bxtkmv0bid5ag15sgal9fdbd3njevr/', '0', 'Puzzles', 0, 0, '', 'roads'), (3395, 'Color Pixel Shooter', 'Choose one of the fun weapons and start shooting. Progress through the sections by destroying different pixel characters. Characters in the pixel world and other popular games have been transformed into pixel visuals. Your goal in this game is to destroy them. The cubes you destroy will give you a profit. Do not forget to collect the gold in the game to save money faster. Buy new weapons with the accumulated money. Have fun!', 'https://img.gamemonetize.com/z3sn1s2x5a9pysfo3qcikbe2g2p4gk5d/512x384.jpg', 'https://html5.gamemonetize.com/z3sn1s2x5a9pysfo3qcikbe2g2p4gk5d/', '0', 'Shooting', 0, 0, '', 'color-pixel-shooter'), (3396, 'Wild West Freecell', 'On the tableau can you build down on alternating color. You can use the Freecells (top left) to temporarily park a card. Collect the pistol action cards for a bonus action to move any card on a tableau to the first position in a column. You always start with one or more bonusactions you can use immediately.', 'https://img.gamemonetize.com/qrwu20pk0z8ajzxzob5nfzgxi7roa0zp/512x384.jpg', 'https://html5.gamemonetize.com/qrwu20pk0z8ajzxzob5nfzgxi7roa0zp/', '0', 'Puzzles', 0, 0, '', 'wild-west-freecell'), (3397, 'Otaho Bird', 'Otaho Bird is a 2D platformer where you play as a bird who have to collect all of the slices of bread while avoiding the enemy birds, rotating blades, and fire and reach the Exit nest in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/wipcyp8h4gsip806d62j809za1lbj6c7/512x384.jpg', 'https://html5.gamemonetize.com/wipcyp8h4gsip806d62j809za1lbj6c7/', '0', 'Arcade', 0, 0, '', 'otaho-bird'), (3398, 'Gun Mayhem 2', 'The sequel to Gun Mayhem is finally here! This time with even more chaos. Defeat your powerful enemies by shooting them or blasting them off the platform with dynamite. This game has a single-player campaign mode, custom games, and a series of challenges. Once you have selected the game mode, you can customize the appearance, color, and loadout of your character – you can change their shirt, hat, and face, plus their perks and weapon.', 'https://img.gamemonetize.com/xv8gkoh13bjrnwqz9iignz9g5qqqt3r1/512x384.jpg', 'https://html5.gamemonetize.com/xv8gkoh13bjrnwqz9iignz9g5qqqt3r1/', '0', 'Adventure', 0, 0, '', 'gun-mayhem-'), (3399, 'Catch The Ball', 'Catch The Ball don\'t miss the ball', 'https://img.gamemonetize.com/eurocz9jp55fj4861crreutcp1zyeoz5/512x384.jpg', 'https://html5.gamemonetize.com/eurocz9jp55fj4861crreutcp1zyeoz5/', '0', 'Sports', 0, 0, '', 'catch-the-ball'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (3400, 'FNF Character Test Playground Remake', 'FNF Character Test Playground is a test mod created by MadManToss for the FNF universe. Create your own tune with a sort of song from the voices of different characters. If you\'ve always been interested in what it\'s like to play as one of the enemies you meet in Friday Night Funkin - this is your chance! In this new FNF mod, you don\'t really have to face anyone on stage, you can just relax and indulge in the amazing music that is waiting for you here. Choose a track you want to sing to and a character you want to play as. Then prepare to perform and don\'t worry about earning points - first of all, it has to be fun! You\'ll continue your journey to win your girlfriend\'s heart. Convince your girlfriend\'s father only by winning the music rap battle with your own singing and play FNF Test Playground Remake All Enjoy!', 'https://img.gamemonetize.com/xhfxqiy5etdtrtc9uym1scj6h9vyi7b7/512x384.jpg', 'https://html5.gamemonetize.com/xhfxqiy5etdtrtc9uym1scj6h9vyi7b7/', '0', 'Boys', 0, 0, '', 'fnf-character-test-playground-remake'), (3401, 'FASTBOX3d', 'Crazy Ball 3D is an excellent 3D ball game that will make you super happy and addicted to the game with simple and easy controls and just one click to play. In this Crazy Ball 3D game, you need to avoid obstacles while controlling the ball to keep moving forward. Are you eager to experience this reaction speed game? Install this fun game and become a good ball control expert in Crazy Ball 3D game.', 'https://img.gamemonetize.com/go3dv8lwisgr6r1b1fb4n5rr1u9aegzg/512x384.jpg', 'https://html5.gamemonetize.com/go3dv8lwisgr6r1b1fb4n5rr1u9aegzg/', '0', 'Arcade', 0, 0, '', 'fastboxd'), (3402, 'Shadow Heroes', 'Experience a thrilling adventure platformer by playing Shadow Heroes! Join forces with the crime-fighting Teenage Mutant Ninja Turtles, the coolest group of pizza lovers. The adventure takes place in the Metropolitan Rail System, making it even more exciting. In this fantastic game, you must use the turtle\'s advanced ninjutsu skills to save April O\'Neil, the turtles\' first human ally and loyal friend, who has been kidnapped. The key to success in this game is teamwork, as you must combine the special abilities of all your group members to succeed. Don\'t forget that teamwork is essential!', 'https://img.gamemonetize.com/qaurnt8n8xy5ud4taxyy8zq9jj7i8hd5/512x384.jpg', 'https://html5.gamemonetize.com/qaurnt8n8xy5ud4taxyy8zq9jj7i8hd5/', '0', 'Adventure', 0, 0, '', 'shadow-heroes'), (3403, 'Merge Dice', 'Merge Dice: a fun and addictive dice game where you merge dice to earn points and advance through levels. Merge dice of the same value to create higher-value dice and score big! Perfect for players of all ages and skill levels. Try it now!', 'https://img.gamemonetize.com/ezpxj0p5jki63rzgbtagayauistepejl/512x384.jpg', 'https://html5.gamemonetize.com/ezpxj0p5jki63rzgbtagayauistepejl/', '0', 'Puzzles', 0, 0, '', 'merge-dice'), (3404, 'Deck&#x27d Out', 'The Ninja Turtles are taking a break from battling their enemies to skateboard through the crowded streets in the Deck&#x27;d Out game. But the Footbots are still after them, so you need to use the boys&#x27; skateboards to perform tricks and outmaneuver them. Choose your favorite character and ride back home, but beware until you reach the safety of the sewage lids', 'https://img.gamemonetize.com/augnjt84eyuofib7oe3hnkxiji7pme0v/512x384.jpg', 'https://html5.gamemonetize.com/augnjt84eyuofib7oe3hnkxiji7pme0v/', '0', 'Racing', 0, 0, '', 'deckampxd-out'), (3405, 'Detto Man', 'Detto Man is a 2D cute little platformer where you have to collect oranges(fruits) while avoiding the enemies, flying creatures, spikes, and giant blades and reach the Exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/yuzfmlhjyt5d16it0zp9wgralx51yzkj/512x384.jpg', 'https://html5.gamemonetize.com/yuzfmlhjyt5d16it0zp9wgralx51yzkj/', '0', 'Arcade', 0, 0, '', 'detto-man'), (3406, 'Hipster Dolly Dress Up', 'Help Dove get the hipster look she dreams of Try on different clothes and accessories that you find in the mystery boxes and use your fashion skills to create a stunning outfit The hairdos are so colorful and fun just perfect for your beautiful doll Dont forget to take a picture for your fashion album Dove will be thrilled', 'https://img.gamemonetize.com/ul0hct81ve7syrgvanwlbxi3klixx70w/512x384.jpg', 'https://html5.gamemonetize.com/ul0hct81ve7syrgvanwlbxi3klixx70w/', '0', 'Girls', 0, 0, '', 'hipster-dolly-dress-up'), (3407, 'Etano 2', 'Etano 2 is a 2D platformer where you have to collect all of the historic golden ornaments while avoiding all of the enemies, flying creatures, spikes, fire and reach the exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Etano" series.', 'https://img.gamemonetize.com/uh4d3bx8y4rd69e2u2p9guqyuwzg4ikw/512x384.jpg', 'https://html5.gamemonetize.com/uh4d3bx8y4rd69e2u2p9guqyuwzg4ikw/', '0', 'Arcade', 0, 0, '', 'etano-'), (3408, 'Bear Flight', 'Fly through the Pillars without crashing! This extremely addictive arcade game spawned a worldwide Bear Flight craze.', 'https://img.gamemonetize.com/ss3qe3zskhpf6lexakljn0hqc915dojq/512x384.jpg', 'https://html5.gamemonetize.com/ss3qe3zskhpf6lexakljn0hqc915dojq/', '0', 'Hypercasual', 0, 0, '', 'bear-flight'), (3409, 'PACMAN Maze', 'Play PAC-MAN, the retro arcade game you know and love! Featuring new modes, mazes, power-ups, and more! Join millions of fans eating PAC-DOTS and chomping GHOSTS in this exciting arcade classic, updated for mobile! We’ve refreshed our look & feel across the entire game! Layout updates across the HUD, main screens, store, collections, interface for all modes of play, and logic tweaks for a more streamlined and intuitive gameplay experience! We hope you enjoy our latest update! • Play the original coin-op in CLASSIC 8-BIT ARCADE MODE! How far can you get? • Journey through hundreds of original mazes in STORY MODE! • New obstacles and unique power-ups to supercharge your gameplay • Complete limited-time themed events and acquire exclusive skins in ADVENTURE MODE! • Shoot for the high score and climb the leaderboards in TOURNAMENT MODE! There’s always something new to try with weekly maze challenges and 3 difficulty modes! • Customize PAC-MAN, the GHOSTS, the Joystick, and more with unlockable customization skins Enjoy the retro arcade action and challenging fun of PAC-MAN wherever you go! Download PAC-MAN for FREE today and catch PAC-MAN Fever!', 'https://img.gamemonetize.com/sb6uvujhmo7ssn2qlmkww2wz8gkzeb58/512x384.jpg', 'https://html5.gamemonetize.com/sb6uvujhmo7ssn2qlmkww2wz8gkzeb58/', '0', 'Puzzles', 0, 0, '', 'pacman-maze'), (3410, 'Skewer in the Sewer', 'In the Skewer in the Sewer game, join the Ninja Turtles team as they have a barbecue and play as your favorite character to fill skewers with food. Be careful not to include any wrong items and complete all the servings within the given time to succeed!', 'https://img.gamemonetize.com/gjs067fqwf7ed8nc5jttszy4ov6xu16w/512x384.jpg', 'https://html5.gamemonetize.com/gjs067fqwf7ed8nc5jttszy4ov6xu16w/', '0', 'Clicker', 0, 0, '', 'skewer-in-the-sewer'), (3411, 'Pantheon', 'a great way to pass time,sweetest matching 3 game The classic elimination game, the new play new game props! Start your brain to play this game with millions of others players. - play through 1200+ Levels of fruit-tastic fun as you match bushels of delicious lemons, berries, and watermelons! - boost your score with potent power-ups like the Bomb and the cross blaster. Earn three stars on every level! - challenge! climb your way up the Leaderboards to be the best puzzle player! - free levels, obstacles and game modes added regularly! No pause to the puzzles! it\'s blast party time! Do you have the moves to win? Complete different goals to pass the level, such as delivering keys to the portal, breaking ice cubes, unlock fruits…you will find this game is so addicting!', 'https://img.gamemonetize.com/hwglqtg450aijqgt6aadrwup2ca8lvnd/512x384.jpg', 'https://html5.gamemonetize.com/hwglqtg450aijqgt6aadrwup2ca8lvnd/', '0', 'Puzzles', 0, 0, '', 'pantheon'), (3412, 'Destruction Truck Derby', 'Experience an adrenaline rush with Destruction Truck Derby! Crush your enemies\' trucks and release your stress and frustration in a fun and safe way from the comfort of your home. Join your favorite Nickelodeon characters, including SpongeBob SquarePants, Lincoln from The Loud House, and the Power Rangers, in this exciting challenge inspired by the wild atmosphere of a monster truck race.', 'https://img.gamemonetize.com/g2kionvz72nyx7smj4pte7v6gcqwt0k0/512x384.jpg', 'https://html5.gamemonetize.com/g2kionvz72nyx7smj4pte7v6gcqwt0k0/', '0', 'Racing', 0, 0, '', 'destruction-truck-derby'), (3413, 'FNF vs Huggy Wuggy', 'FNF vs Huggy Wuggy is a test mod created by MadManToss for the FNF universe. Create your own tune with a sort of song from the voices of different characters in the game FNF vs Huggy Wuggy poppy playtime mod but this time we battle Huggy Wuggy from Huggy Wuggy Poppy Playtime Horror Game. In this game fnf vs huggy wuggy and kissy missy If you\'ve always been interested in what it\'s like to play as one of the enemies you meet in Friday Night Funkin - this is your chance! In this new FNF mod, you don\'t really have to face anyone on stage, you can just relax and indulge in the amazing music that is waiting for you here. Choose a track you want to sing to and a character you want to play as.FNF vs Huggy Wuggy raptime; Then prepare to perform and don\'t worry about earning points - first of all, it has to be fun! You\'ll continue your journey to win your girlfriend\'s heart in FNF vs Huggy Wuggy mod. Convince your girlfriend\'s father only by winning the music rap battle with your own singing and play FNF vs Huggy Wuggy pibby. Enjoy!', 'https://img.gamemonetize.com/o7x5rjl0cgcmpm9x889gz2mytdi6bb37/512x384.jpg', 'https://html5.gamemonetize.com/o7x5rjl0cgcmpm9x889gz2mytdi6bb37/', '0', 'Boys', 0, 0, '', 'fnf-vs-huggy-wuggy'), (3414, 'FNF TAILS.EXE', 'FNF TAILS.EXE A new cool duel begins in the FNF universe. And at this time the opponent is quite treacherous with Friday Night Funkin\': V.S.Tails.EXE. This is the best friend of the treacherous Sonic in fnf tails exe mod.tails sonic exe You may have already guessed that it\'s Tails, a sly fox with two tails. But now he looks really weird - a crazy virus has turned him into his EXE version.Create your own tune with a sort of song from the voices of different characters in the game fnf tails exe mod test. So the confrontation will be fierce! Help Boyfriend to win this time too. To do that, you need to make sure that all his movements completely match the music rhythm.fnf tails.exe mod Is your sense of rhythm good enough for this task?', 'https://img.gamemonetize.com/2ayrbxn8js5msgpv27naw4ineh599rjk/512x384.jpg', 'https://html5.gamemonetize.com/2ayrbxn8js5msgpv27naw4ineh599rjk/', '0', 'Boys', 0, 0, '', 'fnf-tailsexe'), (3415, 'Low Poly Smash Cars', 'Welcome! It\'s the season for total destruction! This Demolition Derby is all about crazy racing manoeuvres and crushing your opponents cars. Choose your favourite Super Car model and enter the twisted derby arena, Start accelerating and cause damage on the cars that stay on your way. Put your reckless driving skills and crashing talents to the test in this exciting new arena game of destruction! Be the last man standing to advance to the next level. Enjoy smooth driving simulations and high quality graphics!', 'https://img.gamemonetize.com/9bz11r8r0jtt3c5mpbcbzkyd1b24gtuz/512x384.jpg', 'https://html5.gamemonetize.com/9bz11r8r0jtt3c5mpbcbzkyd1b24gtuz/', '0', 'Racing', 0, 0, '', 'low-poly-smash-cars'), (3416, 'Stickman Party Parkour', 'Stickman Party, a game that you can play with your 4 friends, is played in 2 groups of 2 people. Together with your friend, you must first get 2 players and then the other 2 players to the door! Be careful, you may fall off the cliff. Be careful not to fall off the cliff. There are obstacles in the game, if you touch them, you can die. 4 players in the game reach the door and gain the right to pass to the next level.', 'https://img.gamemonetize.com/km9sxicxd2rz9nn4a2eirlcnofugtjdd/512x384.jpg', 'https://html5.gamemonetize.com/km9sxicxd2rz9nn4a2eirlcnofugtjdd/', '0', 'Adventure', 0, 0, '', 'stickman-party-parkour'), (3417, 'Hasbulla Running Adventure', 'Hasbulla Running Adventure is super fun and free to play online game for kids. You can play Hasbulla Running Adventure on all modern browsers and mobile devices. The aim of the game is simple, just eat burgers and avoid incoming cars. Stay alive as long time as possible!', 'https://img.gamemonetize.com/awq2g13m4yoaip8mixalc6igza3ywn1f/512x384.jpg', 'https://html5.gamemonetize.com/awq2g13m4yoaip8mixalc6igza3ywn1f/', '0', 'Hypercasual', 0, 0, '', 'hasbulla-running-adventure'), (3418, 'Merge Grabber', 'It\'s time to start fighting again! Enter this game, collect more and more characters to fight with you, increase your firepower, expand your team and have a conflict with the enemy. Come on, victory is ahead!', 'https://img.gamemonetize.com/lfw51bwnvxa4e6p7w2l4r0jlgqivx904/512x384.jpg', 'https://html5.gamemonetize.com/lfw51bwnvxa4e6p7w2l4r0jlgqivx904/', '0', 'Puzzles', 0, 0, '', 'merge-grabber'), (3419, 'Bike Dont Rush', 'Bike Dont Rush is a bike game where you try to move forward without hitting obstacles in the sea. This bike riding game is a hyper casual game where you try to progress without hitting obstacles. You need good reflexes to move forward without hitting these constantly moving obstacles on this track full of traps. How far will you be able to ride on this track full of obstacles leading to infinity?', 'https://img.gamemonetize.com/mtwgti3znwy2plmg19a32jo2jknc6ijo/512x384.jpg', 'https://html5.gamemonetize.com/mtwgti3znwy2plmg19a32jo2jknc6ijo/', '0', 'Hypercasual', 0, 0, '', 'bike--dont-rush'), (3420, 'Candy Crush Saga 3D', 'Master the legendary match 3 puzzle game from King! With over a trillion matching levels played, Candy Crush Saga is the popular match 3 puzzle game. Match, pop, and blast candies in this tasty puzzle adventure to progress to the next level and get a sugar blast! Master match 3 puzzles with quick thinking and smart matching moves to be rewarded with sugar bonuses and tasty candy combos. Plan your moves by matching 3 or more candies in a row and blast your way through the extra sticky puzzles using lollipop hammers! Blast jam and chocolate to collect sweet candy juice across thousands of puzzle levels, guaranteed to have you craving more', 'https://img.gamemonetize.com/xxfah4niqw3z5xpacwv664bc5lj882cz/512x384.jpg', 'https://html5.gamemonetize.com/xxfah4niqw3z5xpacwv664bc5lj882cz/', '0', 'Arcade', 0, 0, '', 'candy-crush-saga-d'), (3421, 'Eatventure', 'Be an idle restaurant tycoon manager in one of the most cooking simulation games in Eatventure! In this fast-food simulator game, you need to have the most delicious food, great staff and the fastest delivery. Become a rich tycoon with your managing business skills.', 'https://img.gamemonetize.com/feuefyw2093npbcje9seaoeqtvjozclq/512x384.jpg', 'https://html5.gamemonetize.com/feuefyw2093npbcje9seaoeqtvjozclq/', '0', 'Puzzles', 0, 0, '', 'eatventure'), (3422, 'Buto Square', 'Buto Square is a 2D platformer where you have to collect all of the special red hats while avoiding the square enemies, spikes, ground saws, flying square enemies and reach the Exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/lxwi4bvdqw1o0vbv2usxvt1acqiwmxd7/512x384.jpg', 'https://html5.gamemonetize.com/lxwi4bvdqw1o0vbv2usxvt1acqiwmxd7/', '0', 'Arcade', 0, 0, '', 'buto-square'), (3423, 'Romantic Spring Style Design', 'Spring is coming! Bffs Zoe, Sofia, Adella and Iris all want to change their house into Spring Style, so could you help the girls decorate their rooms? Of course, a new Spring outfit is more better for the new room, pick it!', 'https://img.gamemonetize.com/6xltm28w0eyl6ahw511t7zf9gbki21or/512x384.jpg', 'https://html5.gamemonetize.com/6xltm28w0eyl6ahw511t7zf9gbki21or/', '0', 'Girls', 0, 0, '', 'romantic-spring-style-design'), (3424, 'Shoes Connect', 'Who likes onet puzzle games? Welcome to Shoes Connect Puzzle. Tap or Click to connect 2 identical shoes items to Pop them and keep connecting till you clear the board before time is Up. Enjoy it!', 'https://img.gamemonetize.com/kynkvx3lth1072615kce65lj843jtohv/512x384.jpg', 'https://html5.gamemonetize.com/kynkvx3lth1072615kce65lj843jtohv/', '0', 'Puzzles', 0, 0, '', 'shoes-connect'), (3425, 'Merge Master Merge Poppy', 'Join the exciting world of Merge Master: Monster Run 3D, the ultimate mix of poppy, merging and strategy simulation game. Collect and merge 3D poppy monsters to become an evolution master and win epic battles. Explore a variety of environments and unlock powerful monsters to defeat all enemies.', 'https://img.gamemonetize.com/vedqr40pw3qzjkligvckg199rxqgk3ak/512x384.jpg', 'https://html5.gamemonetize.com/vedqr40pw3qzjkligvckg199rxqgk3ak/', '0', 'Action', 0, 0, '', 'merge-master-merge-poppy'), (3426, 'Kanaksia', 'Kanaksia is a 2D platformer where you have to collect all of the strawberries while avoiding the enemies, spikes, giant blades and reach the red flag in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/tsrtt3kb8lxknlu5hs8082maiwvyt25y/512x384.jpg', 'https://html5.gamemonetize.com/tsrtt3kb8lxknlu5hs8082maiwvyt25y/', '0', 'Arcade', 0, 0, '', 'kanaksia'), (3427, 'Delicious Cake Shop Cooking Game', 'Delicious Cake Shop is an online Kids game. Delicious Cake Shop is a very popular cooking game. You own a lovely cake store and you love to bake. Today two customers came to your store and asked you to design cakes for them. Come on, pick up your tools and make delicious cakes for them. There are many unique cake molds and accessories for you to try. Don\'t forget to wrap the cakes and collect money from the customers.', 'https://img.gamemonetize.com/trx7yfivid7t9t32ju8vfizhxxha88va/512x384.jpg', 'https://html5.gamemonetize.com/trx7yfivid7t9t32ju8vfizhxxha88va/', '0', 'Girls', 0, 0, '', 'delicious-cake-shop--cooking-game'), (3428, 'Turtles Harvest', 'Designed for children and adults alike, Turtles will challenge and stimulate your brain on a daily basis. The goal of the game, turning over all the turtles in the same position is easy and straightforward to understand. However as you progress through the game, you will be faced with levels of increasing difficulty. With over 5,000 free levels included in Turtles, your days won’t be the same anymore.', 'https://img.gamemonetize.com/yp0zum81vdugagjcebli2bm5tcm8eji5/512x384.jpg', 'https://html5.gamemonetize.com/yp0zum81vdugagjcebli2bm5tcm8eji5/', '0', 'Arcade', 0, 0, '', 'turtles-harvest'), (3429, 'Hippo Cooking School Game for Girls', 'Hippo Cooking School is an online HTML5 game playable in browsers. Hippo Cooking School is a very cute cooking game. Do you like eating desserts? In this game, 5 delicious desserts are here for you to choose. Following the instructions of Hippo and Hippo\'s granny, you can make tasty desserts too. If you feel bored and want to have some fun, come and try this game!', 'https://img.gamemonetize.com/30ft13az6pmctfar40vo5836kl1anegu/512x384.jpg', 'https://html5.gamemonetize.com/30ft13az6pmctfar40vo5836kl1anegu/', '0', 'Girls', 0, 0, '', 'hippo-cooking-school-game-for-girls'), (3430, 'Connect the Pipes 2d', 'Connect The Pipe or Plumper is the newest puzzle -addictive game. You have to connect and pair all colors, and cover the entire board to solve the puzzle. With a exciting gameplay, this game will keep your mind entertained for hours!', 'https://img.gamemonetize.com/amphchubnuwynk7s8agmx3aaujuzx2ps/512x384.jpg', 'https://html5.gamemonetize.com/amphchubnuwynk7s8agmx3aaujuzx2ps/', '0', 'Sports', 0, 0, '', 'connect-the-pipes-d'), (3431, 'Christmas Grab Match 3', 'Grab a christmas items and drop it on top of another column and match 3 or more of the same items in a row (horizontally or vertically) to remove them.', 'https://img.gamemonetize.com/6anuqm2j0gek1cssokwex24w78rsvb4n/512x384.jpg', 'https://html5.gamemonetize.com/6anuqm2j0gek1cssokwex24w78rsvb4n/', '0', 'Puzzles', 0, 0, '', 'christmas-grab-match-'), (3432, 'Truzzle', 'Do you like puzzle games? If you enjoy it, Triangle Puzzle Guru will give you a different experience and BIG surprise! Triangle Puzzle Guru is a relaxing Puzzle Game and train your brain at the same time. With tons of levels available, you’ll enjoy the challenge of testing your puzzle skills daily, while earning tons of coins! FEATURES: • 2,000+ levels with tons of puzzles await you! • Multiple modes: Normal Levels, Rotating Levels and Tricky Levels • Special daily challenge offers free coins! • Daily Bonuses! Get rewards for playing daily. • With no time limits, solve puzzles at your own pace! • No internet connection needed! Play anytime, anywhere you want! • Supported on both iPhone and iPad!', 'https://img.gamemonetize.com/gypnvos2zoags3drwdahzz4akc7ykmxp/512x384.jpg', 'https://html5.gamemonetize.com/gypnvos2zoags3drwdahzz4akc7ykmxp/', '0', 'Puzzles', 0, 0, '', 'truzzle'), (3433, 'Cursed Treasure 2', 'The hordes of good heroes come again once more! And they are hungry for gems more than ever because The King himself wants the stones for his private needs. Gather the evil forces, build towers, upgrade, drink soda, cast the mighty spells, do whatever you can but don’t let them touch your gems!', 'https://img.gamemonetize.com/nb77rwxi4lytpruhw5ni24fdywfih7m4/512x384.jpg', 'https://html5.gamemonetize.com/nb77rwxi4lytpruhw5ni24fdywfih7m4/', '0', 'Adventure', 0, 0, '', 'cursed-treasure-'), (3434, 'Fuuta', 'Fuuta is a 2D platformer where you have to collect all of the lipsticks while avoiding all of the single-eyed enemy monsters, flying monsters, pins and reach the yellow flag in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/z6yzh14l4zqrciyle29g9d3fnnoxldec/512x384.jpg', 'https://html5.gamemonetize.com/z6yzh14l4zqrciyle29g9d3fnnoxldec/', '0', 'Arcade', 0, 0, '', 'fuuta'), (3435, 'Protect My Dog 2', 'Protect My Dog continues with the second part of the game. The evil bees have come out to sting him. The only way you can save the dog is to draw a line to stop those bees. Fighting the Bees will continue for 85 Levels and things will get a little more difficult with each level.', 'https://img.gamemonetize.com/w78hi7qgry54vzbhcz5d9i7l5speko07/512x384.jpg', 'https://html5.gamemonetize.com/w78hi7qgry54vzbhcz5d9i7l5speko07/', '0', 'Puzzles', 0, 0, '', 'protect-my-dog-'), (3436, 'Merge Poppy Master', 'Merge your hero to go into battle and get the biggest army in the block with the aim of merging all the superheroes to have enough power to fight against the monster enemies? You have to use your tactics and brains to combine superheroes and fight against enemies! You must quickly synthesize your superheroes to become a giant army if you want to win!', 'https://img.gamemonetize.com/8btdupwuga5ngsngiv7a3yuagtqvk1m8/512x384.jpg', 'https://html5.gamemonetize.com/8btdupwuga5ngsngiv7a3yuagtqvk1m8/', '0', 'Adventure', 0, 0, '', 'merge-poppy-master'), (3437, 'Riko vs Tako 2', 'Riko vs Tako 2 is a 2D Sci-fi themed platformer where you have to collect chocolate ball candies while avoiding the enemy bots, flying bots, bullets, spikes, giant blades and reach the loop hole in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Riko vs Tako" series.', 'https://img.gamemonetize.com/icqpzvbpvuxmo2t3s210kyclilsdflph/512x384.jpg', 'https://html5.gamemonetize.com/icqpzvbpvuxmo2t3s210kyclilsdflph/', '0', 'Arcade', 0, 0, '', 'riko-vs-tako-'), (3438, 'Merge Rainbow Friends', 'The new colorful fusion game is here! Head to the fusion arena and be the master of battle. You have the choice between new friends of all colors. But beware ! These colorful rainbow friends can be really tough to beat. Merge Rainbow Friends consists of all the familiar monsters you\'ve seen. Try to create new units by placing them together and win the battle of the day!', 'https://img.gamemonetize.com/gooh8ox1vlivf3vtho9ygzjncc45gx21/512x384.jpg', 'https://html5.gamemonetize.com/gooh8ox1vlivf3vtho9ygzjncc45gx21/', '0', 'Arcade', 0, 0, '', 'merge-rainbow-friends'), (3439, 'Honey Bear', '"Go into the jungle and discover the habitats of the bear! Help the bear catch the bees to get the honey from the hive. Put the honey into jars with different labels and caps. Discover the magical forest together as you jump along to collect the hives and fruits. Innovative and easy to play, the bear game engages young children with kid-friendly design. Kids will love cheerful animations and delightful surprises. Features: - Three fun learning games. - Drag the hose around to catch the bees to collect the honey. - Drag the label and cap to the right shapes of the honey jar. - Collect the beehives and fruits by jumping and running through the jungle. - Whimsical artwork and sound design - Great story-telling facts to tell children. - Perfect for young children up to 5 years old. - Safe and kid-friendly. No in-app purchase or third-party advertising.', 'https://img.gamemonetize.com/vpmvr62j3smklcze9h647doupyur47s3/512x384.jpg', 'https://html5.gamemonetize.com/vpmvr62j3smklcze9h647doupyur47s3/', '0', 'Arcade', 0, 0, '', 'honey-bear'), (3440, 'Etano', 'Etano is a 2D platformer where you have to collect all of the historic golden ornaments while avoiding all of the enemies, spikes, fire and reach the exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/rt314251v6i7bgh1hxsrzfv63q71kos5/512x384.jpg', 'https://html5.gamemonetize.com/rt314251v6i7bgh1hxsrzfv63q71kos5/', '0', 'Arcade', 0, 0, '', 'etano'), (3441, 'Fashion Zombies', 'The zombies are revolting ! Attack the city with a horde of zombies, change pedestrians into zombies and create the largest horde. Eat your friends, and challenge them to a crazy race by destroying everything in your path. Zombie Tsunami has proudly exceeded 200 million players around the world. "Zombie Tsunami is a game you really need to own" (TouchArcade) FEATURES - "One touch" gameplay to control the entire hord - 10 delirious bonuses, ninjas, dragons, UFOs, and many more - Many upgrades to unlock - Raise zombie birds and use their powers - More than 300 missions to devour - 11 sets to travel in - Optimized for all Android models', 'https://img.gamemonetize.com/8rey9somdz5hkxazkkray9402ko8djbd/512x384.jpg', 'https://html5.gamemonetize.com/8rey9somdz5hkxazkkray9402ko8djbd/', '0', 'Action', 0, 0, '', 'fashion-zombies'), (3442, 'Kaka Bot', 'Kaka Bot is a 2D Sci-fi themed platformer where you have to collect money while avoiding the enemy bots, spikes and rotating blades and reach the Exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/kaoyj513947y0qa555b00gpvyv4v6tcc/512x384.jpg', 'https://html5.gamemonetize.com/kaoyj513947y0qa555b00gpvyv4v6tcc/', '0', 'Arcade', 0, 0, '', 'kaka-bot'), (3443, 'Find ME', '"Find Me" is a game where you are presented with a group of people who all look similar, but one of them is different in some way. Your goal is to identify the person who stands out from the rest.', 'https://img.gamemonetize.com/w94a4xa367n3x6hi51likkdsdz18vw6q/512x384.jpg', 'https://html5.gamemonetize.com/w94a4xa367n3x6hi51likkdsdz18vw6q/', '0', 'Adventure', 0, 0, '', 'find-me'), (3444, 'Car Games Advance Car Parking', 'Extreme Car Parking Game 3D: Car Racing Free Games drives you crazy. Broken Diamond is back in the sequel to the biggest mobile parking simulation game. Car Driving Free Games New Car Parking Game starts a new era of Car parking simulation game play with super stunning graphics and challenging multi-stage levels. Burn up the city with the fastest and most visually stunning car driving game and car parking games 2020. Don\'t stop and you won\'t notice how you become a real ace of driving and parking driver. Car Simulation Games Advance Car Parking specially designed for lovers of Car parking games. You can improve driving skills by enjoying best car parking of 2020. Extremely an addictive game with ultra challenge levels. The best parking simulation game of the series by Broken Diamond. Avoid Hitting Obstacles In this vehicle parking game, you will learn about different traffic signs like no parking signs, turn left sign, turn right, one way and many others that will also help you in the real life. The player should also avoid hitting obstacles and pass driving school test, by hitting an obstacle the game will be over and you have to restart the whole level again. Hit the finish line and unlock new exotic cars and new levels to enhance your car parking experience. Car Games 3d Stunning Graphics Extreme car parking has beautiful stunning and eye popping graphics the player gets addicted playing it. Car parking new games come up with interesting missions to enhance car driving skills and real car driving games sim. Drive safely through the hurdles and park your car in the car parking lots to pass to the next unique and exciting level. Addictive 3d Parking Simulator Games In this free car parking game, you won’t need any special skills you will improve your driving and parking skills as you level up. It is great time killer game make your free time fun time by playing this free car games. You can set camera angle by swiping on screen up down and left right. Zoom in and out by double touch. Crazy Car Parking Games Features: ✅ Realistic vehicle physics ✅ Reverse Camera ✅ 480 different levels ✅ Different Controls (Steering, Arrow, Tilt) ✅ Challenging levels to test your driving skills ✅ Challenging levels to push your Parking Skill to the limit ✅ We provide automobiles like in your dream garage ✅ High detailed graphics Download one of the top free car games 2021 from Play Store. And enjoy playing it and most importantly have fun. You can play this car parking offline games anywhere anytime no WIFI required for playing it. Play this game and make your free time having fun. Keep calm and fasten your seat belts to drive car.', 'https://img.gamemonetize.com/pnffhgi510u6ad383n6meo0a4jyp8vow/512x384.jpg', 'https://html5.gamemonetize.com/pnffhgi510u6ad383n6meo0a4jyp8vow/', '0', 'Racing', 0, 0, '', 'car-games-advance-car-parking'), (3445, 'Putot 2', 'Putot 2 is a 2D platformer where you have to collect cubes containing treasures while avoiding the enemy aliens, flying creatures, bullets, spikes, rotating lasers and reach the Exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Putot" series.', 'https://img.gamemonetize.com/757643fswfk6ytg2g4dj1cn72k05a9wg/512x384.jpg', 'https://html5.gamemonetize.com/757643fswfk6ytg2g4dj1cn72k05a9wg/', '0', 'Arcade', 0, 0, '', 'putot-'), (3446, 'Stealing the Diamond', 'Stealing The Diamond is another in a series of amazing stick figure adventure games. In Stealing The Diamond, you guessed it; you try to steal a diamond! An extremely large diamond at that! You have choices to make in your quest for theft! Will you rush in and risk everything or try to sneak your way to your prize? Whatever you decide, be careful as one wrong move will leave you without a diamond and maybe even less!', 'https://img.gamemonetize.com/czbprybj2u58l36092j6ba6hs1jo2220/512x384.jpg', 'https://html5.gamemonetize.com/czbprybj2u58l36092j6ba6hs1jo2220/', '0', 'Action', 0, 0, '', 'stealing-the-diamond'), (3447, 'Real Mega Ramp Car Stunt Games', 'If you like to Car Stunts Games then we welcome to one of the mega ramp games . It’s time for you to have fun with multiple and luxurious sports cars on impossible tracks in these car stunts driving games. Be ready for extreme modern car mega ramp impossible Stunts Racing and join the extreme car stunt driving with this mega ramp vertical car ultimate stunts track game. It’s an extreme car impossible track stunt game so that you can enjoy this addictive game over the impossible tracks. If you are a crazy one in mega ramp car stunts racing games and want to have a lot of fun with endless racing over impossible tracks rather than other extreme car stunt driving games. We hope you will enjoy this stunt car mega ramp game. Crazy mega ramp car racing game adventure is very addictive which you will surely love. Compete with the stunt racers and beat them to become the formula impossible tracks stunts master in this stunts 3d car driving games so that you can ramp car stunt games with full confidence by having complete experience of car jumping stunt racing to make you ready for stunt driving games in this extreme ramp car stunts simulator games. Expands your visions of racing by racing win the tournaments and race with racer in this formula car ultimate 3d mega stunt racer game. The modern mega ramp racing car games offer you a strategy & simulation to modern stunt challenge with these driving games. Now you can enjoy playing multiplayer mode in which you will race with other drivers to win race in this car racing games. Mega Ramp Modern Stunt Car Driving Game Features…', 'https://img.gamemonetize.com/2gyodek8als8twaqatpho8nr62nlb342/512x384.jpg', 'https://html5.gamemonetize.com/2gyodek8als8twaqatpho8nr62nlb342/', '0', 'Racing', 0, 0, '', 'real-mega-ramp-car-stunt-games'), (3448, 'Fairy Town', 'To the fans of bubble shooter games! Play the most addictive and best bubble shooter game for free, match 3 colors of bubble and clear levels. Never ever miss out on this fun relaxing game! In this bubble shooter game, you need to drop & pop all bubbles to save candies. This is the best version of all bubble pop games available online. Get Set Go! Aim, match and smash all the bubbles in this relaxing color-matching game. This is one of the best shooter games that are simple and beautiful, perfect for families to enjoy! In this unique candy bubble shooter game you can compete against your friends and family and see who can reach the highest score and get 3 stars on each level. Earn stars and gems while you play and use them to get cool boosters, and make sure to collect special daily bonuses. Bubble Shooter - Pop Candies Match 3 bubbles to pop and clear the level, complete the missions and win stars & awesome rewards. Aim and shoot bubbles of the same color in order to pop it. In some levels you have to pop bubbles and save those beautiful candies which are inside those bubble traps, save and collect all those candies in this fun and free to play candy bubble shooter game. Relax and enjoy Bubble shooter mania Yeah it\'s all fun and mania out here with the bubble pop mania or bubble crush, crush or pop bubbles to save all the candies that are trapped inside those bubbles, which makes the game more exciting in this candy bubble pop game. On your mark get aim N bubbles !! Download and play this simple and time passing pop bubble game for free. It’s the perfect app to kill your boredom, be happy. Every 2 weeks, we add cool new features and new levels. Let\'s Have Fun Together!', 'https://img.gamemonetize.com/o0mtp3ysbn4jdxescmm2ewm83289mnuh/512x384.jpg', 'https://html5.gamemonetize.com/o0mtp3ysbn4jdxescmm2ewm83289mnuh/', '0', 'Puzzles', 0, 0, '', 'fairy-town'), (3449, 'Extreme Race Stunt Car Ramps', 'Get ready for most exciting impossible and challenging mega ramp stunt car racing games! Drive hot stunt car and complete impossible stunt, car racing rounds in car games. Stunt car ramps challenges with stunt car in car racing games. Mega ramp free car games have extreme racing track among all car racing games. Start race with car having extreme powerful wheels in car racing games. Play car racing games for unlimited fun. Drive your extreme car on impossible hot mega ramp and enjoy stunt car racing on impossible track in car games. Multiple Stunt Car Ramps track with exciting mega ramp and impossible car stunt keep you involved car racing game. For Stunt Car Ramps show of hot car wheels controls on mega ramp track, move to extreme heights. Come on, take a wild ride, and prove yourself that you are the greatest car racer of car games. Step carefully into the car games and have fun completing the extreme car levels of car racing games, avoiding obstacles or jump over the hurdles and reaching car wheels end line as soon as possible in car racing and car games. Start your car engine and master the realistic physics-based controls of your hot car to experience an endless fun drive on a road to hell! This car simulator games is among the best car games you will ever play and extreme race challenge is for those car racing games lover who love to challenge themselves in extreme car driving games stunts on mega ramp track. You need extreme car driving games skills to drive safely on tricky and curvy racing track. Set your own luxury & hot car wheels physics and get ready to drive on obstacle courses in car games. Fasten your seat belt for extreme car racing games, free car games and stunt car games for the ultimate experience of stunt car racing games including free car. The car games, which involve car racing, car driving, and stunt, provide the best offline games experience of super wheels stunts cars to play on the impossible car racing track of hot stunt car games. Show your car driving skills and complete all level in free offline car games and become a stunt master of these new offline games. Mega car driving games car racing stunt is a new free car games where you have to perform car racing stunts on multiple car racing games mega ramp. Fasten your seat belts and fire up your hot extreme car to begin performing stunt in hot stunt car and car racing games. • Extreme vertical and horizontal ramps of car games and driving games • The compatible and engaging interface of car games • Thrilling extreme environment and smooth offline games • Different car selection options with extreme car wheels and racing cars • Realistic car control in impossible extreme race car driving games • Great sound effects in hot car driving games', 'https://img.gamemonetize.com/b4jngt3dntoh4hrqe39es3ummmyjmqhk/512x384.jpg', 'https://html5.gamemonetize.com/b4jngt3dntoh4hrqe39es3ummmyjmqhk/', '0', 'Racing', 0, 0, '', 'extreme-race-stunt-car-ramps'), (3450, 'Dollhouse', '†Are you looking for wonderful doll “house decorating gamesâ€? Do you have creative ideas for designing your dream dollhouse? With our new game you can decorate your room with beautiful dollhouse furniture and other doll house decoration items with ease! Our free doll games enable you to create interior designs and doll house plans like a true professional. If you enjoy playing house design games, you will love our “dollhouse design gameâ€. Download ✿ Dollhouse Decorating Games ✿ and let the magic begin! †Enter your new virtual home and pick a room to design! †Meet your new friends! †Create a living room, bedroom, dining room or bathroom – develop whatever home design plan you want! †Match and mix various dollhouse furniture items and house decorations to create beautiful rooms! †Extremely easy to use: just touch the items and drag them wherever you want. †Take a photo, share it across all social networks and boast of your beautiful doll house! †All this and much more awaits you only in ✿ Dollhouse Decorating Games ✿ free of charge! †If you want to play house design games, try out our home games now and see for yourself why they are some of the best “dollhouse games†on the market! Decorate your own dollhouse and practice your interior designer skills to perfection. Use your inspiration to decorate a beautiful bedroom or a family living room and create outstanding interior designs. With our “house decoration games†you can create wonderful room designs. Download ✿ Dollhouse Decorating Games ✿ and use the best of the dollhouse design games to make beautiful doll houses now! †Are you a doll house fan and want to create fantastic dream-like dollhouse designs? Try out our doll house decorating games free of charge and use various home items to make magnificent interior designs which will amaze all your friends. We created these “room designing games†with special dedication and care so that you can “design a doll house†of your dreams with amazing dollhouse accessories. Have fun with decorating your own doll room and share your “dollhouse design†with your friends on social networks! Collect tons of likes online with your marvelous house designs creatively decorated with elegant and modern details. †Do you have a dream of becoming a pro in decorating houses? Do you enjoy combining furniture items, colors and textures? This dollhouse “decoration game†is the excellent first step towards your goal! Now you can use all your decorating skills with ease and create a modern looking living room or a fancy dining room for your doll home. Our ✿ Dollhouse Decorating Games ✿ provides you with various decorations like flowers and paintings and other doll house accessories to create outstanding interior designs. These “free doll games†are an awesome way to have fun and be creative! †Try out our “doll house games†now and take the first step in practicing your doll house decorator and designer skills. If you enjoy our free house decoration games, you can check out all features and learn how to make a dollhouse that you have always wanted! Download our ✿ Dollhouse Decorating Games ✿, play this wonderful home game and enjoy some of the best house design games for free ever! Release your inner artist and give all your doll house designing ideas life and turn them into stunning pieces of art which will dazzle you every time you see them. Design your home with style and show the world that you\'re one of the most famous interior designers!', 'https://img.gamemonetize.com/lpgs4vi5auk0ev6k57ynuzjfjfq35owe/512x384.jpg', 'https://html5.gamemonetize.com/lpgs4vi5auk0ev6k57ynuzjfjfq35owe/', '0', 'Girls', 0, 0, '', 'dollhouse'), (3451, 'Kickin it old School', 'The Kickin\' it Old School game takes you on an exciting journey with the Teenage Mutant Ninja Turtles as they\'re transported back in time due to Kraang\'s sinister plans. Join the turtles in their quest to defuse the Dimensionizers and save the city before it\'s too late! Explore the streets and take on the evil creatures in intense battles. With Michelangelo, Donatello, Leonardo, and Raphael taking turns in fighting their long-time foes, use each turtle\'s strengths and energy wisely to emerge victorious. Get ready for a thrilling ride and show your turtle power!', 'https://img.gamemonetize.com/1y26ayznapzwgr008pgp4z46isfyjg02/512x384.jpg', 'https://html5.gamemonetize.com/1y26ayznapzwgr008pgp4z46isfyjg02/', '0', 'Action', 0, 0, '', 'kickin-it-old-school'), (3452, 'Animal Sounds', 'Animal Sounds Learn the sound of each animal in a fun way using your cell phone, tablet or computer. Game developed for children. Contents: dog, frog, eagle, cow, seal, cat, chicken, monkey, sheep, dolphin, wolf, owl, elephant, lion, duck, cricket, bear, pig, sparrow, horse. Excellent resource for preschool education. Game developed by: Nau.kids', 'https://img.gamemonetize.com/ll39rdcy3j9jo5bkpxunh7937jgjyial/512x384.jpg', 'https://html5.gamemonetize.com/ll39rdcy3j9jo5bkpxunh7937jgjyial/', '0', 'Puzzles', 0, 0, '', 'animal-sounds'), (3453, 'Whack Your Boss', 'WHACK YOUR BOSS. WHACK HIM, JUST WHACK HIM AS HARD AS YOU CAN. Or, alternatively, whack your computer. This game lets you get out all your inner frustration about your workplace by torturing your boss in different ways. Can you find all 7 ways of whacking him?', 'https://img.gamemonetize.com/rdo1rokdiqfmgwtg1on0mrrrxq3sal2y/512x384.jpg', 'https://html5.gamemonetize.com/rdo1rokdiqfmgwtg1on0mrrrxq3sal2y/', '0', 'Action', 0, 0, '', 'whack-your-boss'), (3454, 'Paper Golf Master 3D', 'Play with friends. Play with Legends! Play a 1-on-1 golf game in the most exciting multiplayer Golf ever! Play on gorgeous courses against golfers all over the world in real-time online matches! Sink birdies and ace the greens in the world’s #1 multiplayer golf game now! Paper Golf Master 3D Features: - Compete in real-time stroke play golf games against other players - Smooth, simple controls for easy-to-learn gameplay - Progress through more challenging courses as you raise the stakes - Conquer special tournament rounds, take mega prizes, and be the golf champion - Play with your friends: Golf together with your friends anytime anywhere! - Customize your golfer and pack your bag with all sorts of power ups - Beautiful 3D graphics and realistic 3D physics', 'https://img.gamemonetize.com/fy7ttag686rleumkmdx378hj5vp267zw/512x384.jpg', 'https://html5.gamemonetize.com/fy7ttag686rleumkmdx378hj5vp267zw/', '0', 'Sports', 0, 0, '', 'paper-golf-master-d'), (3455, 'agc game', 'Angry Cats is an exciting sports game to play for all ages. Play this technical game which tests your aiming ability to make a goal. How long you can stay in the game is determined by how well you can aim. Calculate the right angle and degree of force and shoot the Cats through into the basket!', 'https://img.gamemonetize.com/gdne83599v3xgrpli5gvemoqgbi0ci1w/512x384.jpg', 'https://html5.gamemonetize.com/gdne83599v3xgrpli5gvemoqgbi0ci1w/', '0', 'Girls', 0, 0, '', 'agc-game'), (3456, 'Slash Your Nightmare The Beginning', 'Where I first arrived home in May 1013, six months after the war has ended, nightmares started! Doctors told me that war veterans are commonly at risk of madness. I have those terrible flashbacks and night terrors. Sometimes, they feal real! This is one of them!', 'https://img.gamemonetize.com/gbrac8k1p2bz7zeipqud24is8iab9ea3/512x384.jpg', 'https://html5.gamemonetize.com/gbrac8k1p2bz7zeipqud24is8iab9ea3/', '0', 'Adventure', 0, 0, '', 'slash-your-nightmare-the-beginning'), (3457, 'Christmas Candy Escape 3D', 'Christmas Candy Escape 3D is a casual puzzle in which you have to fall safely. It is deceptively simple, yet profoundly deep. Play through the extensive stages, sharpening your wits as you have fun. Have a try!', 'https://img.gamemonetize.com/iztiwt1z5i2vy6gwmh4hsef0zuv5opc6/512x384.jpg', 'https://html5.gamemonetize.com/iztiwt1z5i2vy6gwmh4hsef0zuv5opc6/', '0', 'Arcade', 0, 0, '', 'christmas-candy-escape-d'), (3458, 'Hammer Raytrace 3D', 'Join Hammer Raytrace 3D, where we use up raytrace to attack the enemy and win. Download the free puzzle game and enjoy the trick of light. Use laser, mirror, entrance, glass and other elements to control the light beam and break through more levels under different obstacles.', 'https://img.gamemonetize.com/mv7v13nduhxfwa4m6bg0r26pzldbxzmd/512x384.jpg', 'https://html5.gamemonetize.com/mv7v13nduhxfwa4m6bg0r26pzldbxzmd/', '0', 'Arcade', 0, 0, '', 'hammer-raytrace-d'), (3459, 'Magic Princess Dressup', 'Magic Princess Dressup is a popular dress up game designed for girls. If you are a fashion lover, then you must not miss this game. Because there are many elaborate ornaments carefully selected for you in this game. You just need to try as much as you want and find your favorite match. You can also invite your friends to play this game to find who is the best style designer. Have fun!', 'https://img.gamemonetize.com/zbnvlsbspkkaqy4y8tumw9ingt7xpnqa/512x384.jpg', 'https://html5.gamemonetize.com/zbnvlsbspkkaqy4y8tumw9ingt7xpnqa/', '0', 'Girls', 0, 0, '', 'magic-princess-dressup'), (3460, 'Kitty Kate House Cleaning', 'This game will make you feel like cleaning is not a chore but a fun activity. With your help, our precious kitty Kate will have a clean house in no time. After all the cleaning is done, you deserve one: a fun and fabulous spa day! Take a bubble bath, sit back and relax. Then go to the locker room. Try on short and long skirts or something more casual to see which you like best.', 'https://img.gamemonetize.com/nsswoyck8xjp2bey2fevm243wmak8mav/512x384.jpg', 'https://html5.gamemonetize.com/nsswoyck8xjp2bey2fevm243wmak8mav/', '0', 'Girls', 0, 0, '', 'kitty-kate-house-cleaning'), (3461, 'Chocolate Cake Party', 'Wow what a day! The house has a large kitchen with access to all cooking utensils and to prepare delicious meals. You have to buy all the ingredients you need to make this cake. With all these ingredients in hand, you\'re ready to start preparing your dessert. Mix all the ingredients and make the cake top then you can prepare all the cream. The cake looks beautiful and is sure to be delicious.', 'https://img.gamemonetize.com/1wa9fn0df2tc5jwaks2trmohspwpypp5/512x384.jpg', 'https://html5.gamemonetize.com/1wa9fn0df2tc5jwaks2trmohspwpypp5/', '0', 'Girls', 0, 0, '', 'chocolate-cake-party'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (3462, 'Crazy Rush 3D', 'Merge Car and Enjoy! Start with a free Car in your central Garage, then Create a garage full of excellent luxury Cars! Let’s run the race free! Have fun playing this click & idle tycoon game! Upgrade your Garage as much as you can, you\'ll get tons of rewards. Merge Cars to create better ones. Then, bring your cars to the race track and earn idle money every single time they cross the finish line! Use your idle earnings to improve your central Garage and create a click & idle tycoon empire! Become the richest in the whole world, in this best merge cars game. Offline merge games are your best choice for games that you can play anywhere and anytime to enjoy.', 'https://img.gamemonetize.com/6zrw1foa6x00qhh1213clmwooc02889s/512x384.jpg', 'https://html5.gamemonetize.com/6zrw1foa6x00qhh1213clmwooc02889s/', '0', 'Racing', 0, 0, '', 'crazy-rush-d'), (3463, 'Animal Puzzle Shape ', 'Animal Puzzle Shape is free online puzzle game where you need to match the animals shape. The shapes of animals can be seen in our wonderful whimsy shaped pieces that are sure to engage puzzlers of all ages.Have some fun by putting together your next favourite animal.', 'https://img.gamemonetize.com/t9mdiue9g77qiotjetyss7nztk4p3cwa/512x384.jpg', 'https://html5.gamemonetize.com/t9mdiue9g77qiotjetyss7nztk4p3cwa/', '0', 'Puzzles', 0, 0, '', 'animal-puzzle-shape-'), (3464, 'Easter Eggs', 'Do you like to collect surprise toys? So what waiting for? Try to open all chocolate eggs in this great surprise eggs games? If you say "yes"... Welcome to the world of cute surprise Toys Lol!', 'https://img.gamemonetize.com/1fscsw168w9p6xqzchswpsf6jtw5pn6y/512x384.jpg', 'https://html5.gamemonetize.com/1fscsw168w9p6xqzchswpsf6jtw5pn6y/', '0', 'Girls', 0, 0, '', 'easter-eggs'), (3465, 'Hyper Neon Ball', 'Lots of places with basket bins are waiting for you with lots of ball types in the HyperNeon Ball game! The game consists of lots of game levels and lots of level variations. On each level, your goal is to put the ball into the basket bin. You will have three shooting rights and you should put the ball into the basket bin in one shot. Don\'t forget to visit the store and buy new ball types. Let\'s put the ball into the basket bin!', 'https://img.gamemonetize.com/ihjum2gjde3uigdbtwpqkc9ao1chx1ew/512x384.jpg', 'https://html5.gamemonetize.com/ihjum2gjde3uigdbtwpqkc9ao1chx1ew/', '0', 'Puzzles', 0, 0, '', 'hyper-neon-ball'), (3466, 'Idle Space Tower Defence', 'Can you defend your spacebase from the dozens of the enemies? Tower Features &bull; Exciting Tower Defense gameplay &bull; The huge amount of upgrades to choose from &bull; Invest your valuable coins to permanently upgrade your tower', 'https://img.gamemonetize.com/mqw89tw5qobu75mgx29q5p8bewqmq0c0/512x384.jpg', 'https://html5.gamemonetize.com/mqw89tw5qobu75mgx29q5p8bewqmq0c0/', '0', 'Clicker', 0, 0, '', 'idle-space-tower-defence'), (3467, 'Buddy Adventure Vehicle', 'Buddy Adventure Vehicle is super fun driving adventure of the little Buddy in the forest. Help the little Buddy drive the car and overcome all the tricky obstacles along the way. Control the car\'s momentum and balance it\'s jump to land the tires perfectly. Don\'t crash on moving platforms. Collect all the coins to set the best scores. Can you complete all the 10 levels of fun driving challenges? Have fun playing this driving adventure online for free!', 'https://img.gamemonetize.com/jqrjv029zha9lvfunve2fh4gxnswue14/512x384.jpg', 'https://html5.gamemonetize.com/jqrjv029zha9lvfunve2fh4gxnswue14/', '0', 'Racing', 0, 0, '', 'buddy-adventure-vehicle'), (3468, 'Nubic Jumper', 'Be careful against obstacles and jump on the trails created with various cubes. Stay away from lava, dangerous waters and dangerous explosives. Use your reflexes and keep up with the tempo of the game. As you progress in the game, the remaining tracks will be destroyed and destroyed. If you fall behind or touch the obstacles, you will have to go back to the very beginning of the course. Gather all your attention and focus on the game. Make the highest score in the game and try to beat your highest score every time you play!', 'https://img.gamemonetize.com/5bnazvocuni4z4eqhjlao08dxakrghki/512x384.jpg', 'https://html5.gamemonetize.com/5bnazvocuni4z4eqhjlao08dxakrghki/', '0', 'Clicker', 0, 0, '', 'nubic-jumper'), (3469, 'Aroka 2', 'Aroka 2 is a 2D anime themed platformer where you play as a cute anime girl who have to collect all of the bottles containing medicine while avoiding the enemy monsters, super fast monsters, flying creatures, rotating blades, spikes, fire and reach the yellow flag in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Aroka"series.', 'https://img.gamemonetize.com/uswkqcr6eb6an5qmlqt0sqrdcfblcbjn/512x384.jpg', 'https://html5.gamemonetize.com/uswkqcr6eb6an5qmlqt0sqrdcfblcbjn/', '0', 'Arcade', 0, 0, '', 'aroka-'), (3470, 'Little Lily St.Patricks Day Photo Shoot', 'Welcome to Little Lily St.Patrick’s Day Photo Shoot. St. Patrick’s Day is just around the corner, it’s time to celebrate the rich culture and heritage of Ireland! This festive day is a time to wear green! Help Little Lily to get ready for this wonderful day! Browse her wardrobe and pick a cute outfit with matching accessories.', 'https://img.gamemonetize.com/bs02si9uipyixllrthsgf530mf06uqzm/512x384.jpg', 'https://html5.gamemonetize.com/bs02si9uipyixllrthsgf530mf06uqzm/', '0', 'Girls', 0, 0, '', 'little-lily-stpatricks-day-photo-shoot'), (3471, 'Hoolo', 'Hoolo is a 2D platformer where you have to collect all of the potato chips packets while avoiding the enemies, flying creatures and their bullets, ground saws,spikes and reach the green flag in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/z9kuz6a1sdz5bt5b6ah9hwoe6ikpdm1q/512x384.jpg', 'https://html5.gamemonetize.com/z9kuz6a1sdz5bt5b6ah9hwoe6ikpdm1q/', '0', 'Arcade', 0, 0, '', 'hoolo'), (3472, 'Lava on the Floor', 'Floor is Lava is a very fun and challenging game The aim of the game is simple, don’t fall into the lava!. Can you reach the end of each stage?', 'https://img.gamemonetize.com/vrfzrzpnrnnledun0dm0d9a15zb3l56b/512x384.jpg', 'https://html5.gamemonetize.com/vrfzrzpnrnnledun0dm0d9a15zb3l56b/', '0', 'Puzzles', 0, 0, '', 'lava-on-the-floor'), (3473, 'Home Decor Memory', 'Click a card to reveal the home decorative item on it. Memorize it so that you can match it to a similar item. Match all of the cards on the board to complete the level. Complete all 16 levels to win this game.', 'https://img.gamemonetize.com/8nzi12c1bxenbmjz39gsohjn8x2d3uu5/512x384.jpg', 'https://html5.gamemonetize.com/8nzi12c1bxenbmjz39gsohjn8x2d3uu5/', '0', 'Puzzles', 0, 0, '', 'home-decor-memory'), (3474, 'Gun Fest Blast', 'Do you like gun games! Complete challenging levels and join the fun in this extreme shooter game. Sniper, Deagle, and four different weapons are in the gun fest game. Gun Fest players must increase their weapon count by going through the correct math operations on the parkour with their chosen weapons.', 'https://img.gamemonetize.com/m8vuboqgy1k52vmrgqb2icwqi87h9zdq/512x384.jpg', 'https://html5.gamemonetize.com/m8vuboqgy1k52vmrgqb2icwqi87h9zdq/', '0', 'Action', 0, 0, '', 'gun-fest-blast'), (3475, 'Bubble Pop Master', 'If you like to pop the bubbles, then this is the right place for all bubble empire champions! Bubble Pop Origin Puzzle Game is an original bubble shooter game that will keep you entertained for hours! Match 3 to blast & drop colorful balls in this addictive bubble blast puzzle game! Use your bubble shooter to clear bubbles and collect treasure chests as you challenge various exciting levels! Explore caves filled with coins & treasure as you blast your way to the top! Clear the board with fewer shots to collect more points at each level. Pop the bubbles and put your blast bubble shooter skills to the test in Bubble Pop Origin!', 'https://img.gamemonetize.com/s7vod802th64phgbcuyqvomelz4jmvz8/512x384.jpg', 'https://html5.gamemonetize.com/s7vod802th64phgbcuyqvomelz4jmvz8/', '0', 'Arcade', 0, 0, '', 'bubble-pop-master'), (3476, 'Bubble Shooter 2023', 'If you like to pop the bubbles, then this is the right place for all bubble empire champions! Bubble Pop Origin Puzzle Game is an original bubble shooter game that will keep you entertained for hours! Match 3 to blast & drop colorful balls in this addictive bubble blast puzzle game! Use your bubble shooter to clear bubbles and collect treasure chests as you challenge various exciting levels! Explore caves filled with coins & treasure as you blast your way to the top! Clear the board with fewer shots to collect more points at each level. Pop the bubbles and put your blast bubble shooter skills to the test in Bubble Pop Origin!', 'https://img.gamemonetize.com/ssy01kuuxslheu7mknn3qpiqkgqlyn4j/512x384.jpg', 'https://html5.gamemonetize.com/ssy01kuuxslheu7mknn3qpiqkgqlyn4j/', '0', 'Arcade', 0, 0, '', 'bubble-shooter-'), (3477, 'Deal Master', 'You want to try out your dealing skill?You want to see how your luck is today?Playing Deal Master NOW!', 'https://img.gamemonetize.com/e1n0xnfh3x3c58b8ac8659e4g3xj9fad/512x384.jpg', 'https://html5.gamemonetize.com/e1n0xnfh3x3c58b8ac8659e4g3xj9fad/', '0', 'Hypercasual', 0, 0, '', 'deal-master'), (3478, 'Kissy Missy Coloring Pages', 'Welcome to the world of Kissy Missy Coloring Pages. Our game is perfect for fans of Kissy Missy Coloring Pages, and it\'s available for free on the HTML5 platform. It\'s suitable for both kids and adults, and it\'s a great way to unleash your creativity and explore your artistic side. With a user-friendly interface and a wide variety of Kissy Missy Coloring Pages to choose from, the possibilities are endless. You can color and draw Kissy Missy Coloring Pages characters, landscapes, and more. Whether you\'re looking to relax and unwind or simply want to get in touch with your inner artist, our Kissy Missy Coloring Pages game has something for everyone. So why not give it a try and see what you can create with our Kissy Missy Coloring Pages game today! In addition to the wide variety of Kissy Missy Coloring Pages images to choose from, our coloring book game also offers various coloring tools and effects to enhance your experience. You can experiment with different brush sizes, colors, and textures to create unique and personalized Kissy Missy Coloring Pages masterpieces. Our game is perfect for anyone who wants to explore their artistic side, and it\'s also a great way to de-stress and relax. Don\'t wait any longer, start exploring your creativity and indulge in the joy of coloring with our Kissy Missy Coloring Pages game. Click the "play" button now and let the fun begin!', 'https://img.gamemonetize.com/gqugoy6vsli6an1e7wdkgrtfuszs4qug/512x384.jpg', 'https://html5.gamemonetize.com/gqugoy6vsli6an1e7wdkgrtfuszs4qug/', '0', 'Puzzles', 0, 0, '', 'kissy-missy-coloring-pages'), (3479, 'Messi Coloring Pages', 'Welcome to the world of Messi Coloring Pages. Our game is perfect for fans of Messi Coloring Pages, and it\'s available for free on the HTML5 platform. It\'s suitable for both kids and adults, and it\'s a great way to unleash your creativity and explore your artistic side. With a user-friendly interface and a wide variety of Messi Coloring Pages to choose from, the possibilities are endless. You can color and draw Messi Coloring Pages characters, landscapes, and more. Whether you\'re looking to relax and unwind or simply want to get in touch with your inner artist, our Messi Coloring Pages game has something for everyone. So why not give it a try and see what you can create with our Messi Coloring Pages game today! In addition to the wide variety of Messi Coloring Pages images to choose from, our coloring book game also offers various coloring tools and effects to enhance your experience. You can experiment with different brush sizes, colors, and textures to create unique and personalized Messi Coloring Pages masterpieces. Our game is perfect for anyone who wants to explore their artistic side, and it\'s also a great way to de-stress and relax. Don\'t wait any longer, start exploring your creativity and indulge in the joy of coloring with our Messi Coloring Pages game. Click the "play" button now and let the fun begin!', 'https://img.gamemonetize.com/kg0ekor6xuanabwsckoiqa77lpp5qzaq/512x384.jpg', 'https://html5.gamemonetize.com/kg0ekor6xuanabwsckoiqa77lpp5qzaq/', '0', 'Puzzles', 0, 0, '', 'messi-coloring-pages'), (3480, 'Pokemon Jigsaw Rush', 'Welcome to Pokemon Jigsaw Rush! Our Pokemon Jigsaw Rush Puzzle Slider game is a fun and engaging way to test your visual acuity and problem-solving skills. Simply slide the images around until you find the perfect match, and watch as the puzzle pieces come together to form a beautiful Pokemon Jigsaw Rush picture. With a wide variety of Pokemon Jigsaw Rush images to choose from, you\'re sure to find something you love. So why wait? Come on in and start playing our Pokemon Jigsaw Rush Puzzle Slider game today!', 'https://img.gamemonetize.com/xya7ie6o699g0v728mjwi048rpuwfwsd/512x384.jpg', 'https://html5.gamemonetize.com/xya7ie6o699g0v728mjwi048rpuwfwsd/', '0', 'Puzzles', 0, 0, '', 'pokemon-jigsaw-rush'), (3481, 'Winnie The Pooh Jigsaw Joyride', 'Welcome to Winnie The Pooh Jigsaw Joyride! Our Winnie The Pooh Jigsaw Joyride Puzzle Slider game is a fun and engaging way to test your visual acuity and problem-solving skills. Simply slide the images around until you find the perfect match, and watch as the puzzle pieces come together to form a beautiful Winnie The Pooh Jigsaw Joyride picture. With a wide variety of Winnie The Pooh Jigsaw Joyride images to choose from, you\'re sure to find something you love. So why wait? Come on in and start playing our Winnie The Pooh Jigsaw Joyride Puzzle Slider game today!', 'https://img.gamemonetize.com/ezlbj622npu9vvqm1t70zwczvgrdgls4/512x384.jpg', 'https://html5.gamemonetize.com/ezlbj622npu9vvqm1t70zwczvgrdgls4/', '0', 'Puzzles', 0, 0, '', 'winnie-the-pooh-jigsaw-joyride'), (3482, 'Brawl Stars Coloring Pages', 'Welcome to the world of Brawl Stars Coloring Pages. Our game is perfect for fans of Brawl Stars Coloring Pages, and it\'s available for free on the HTML5 platform. It\'s suitable for both kids and adults, and it\'s a great way to unleash your creativity and explore your artistic side. With a user-friendly interface and a wide variety of Brawl Stars Coloring Pages to choose from, the possibilities are endless. You can color and draw Brawl Stars Coloring Pages characters, landscapes, and more. Whether you\'re looking to relax and unwind or simply want to get in touch with your inner artist, our Brawl Stars Coloring Pages game has something for everyone. So why not give it a try and see what you can create with our Brawl Stars Coloring Pages game today! In addition to the wide variety of Brawl Stars Coloring Pages images to choose from, our coloring book game also offers various coloring tools and effects to enhance your experience. You can experiment with different brush sizes, colors, and textures to create unique and personalized Brawl Stars Coloring Pages masterpieces. Our game is perfect for anyone who wants to explore their artistic side, and it\'s also a great way to de-stress and relax. Don\'t wait any longer, start exploring your creativity and indulge in the joy of coloring with our Brawl Stars Coloring Pages game. Click the "play" button now and let the fun begin!', 'https://img.gamemonetize.com/b1s39y7945xm6c2mqy2silsng2yikdi0/512x384.jpg', 'https://html5.gamemonetize.com/b1s39y7945xm6c2mqy2silsng2yikdi0/', '0', 'Puzzles', 0, 0, '', 'brawl-stars-coloring-pages'), (3483, 'Easter Jig it Up!', 'Welcome to Easter Jig it Up!! Our Easter Jig it Up! Puzzle Slider game is a fun and engaging way to test your visual acuity and problem-solving skills. Simply slide the images around until you find the perfect match, and watch as the puzzle pieces come together to form a beautiful Easter Jig it Up! picture. With a wide variety of Easter Jig it Up! images to choose from, you\'re sure to find something you love. So why wait? Come on in and start playing our Easter Jig it Up! Puzzle Slider game today!', 'https://img.gamemonetize.com/3yf3r1oldcmgrwy2jqgw03ggcb29p6by/512x384.jpg', 'https://html5.gamemonetize.com/3yf3r1oldcmgrwy2jqgw03ggcb29p6by/', '0', 'Puzzles', 0, 0, '', 'easter-jig-it-up'), (3484, 'Aliens vs Bug', 'Bug is an alien insect from another galaxy. He fell on planet Earth and found himself in a forest full of dangers. In the game, the player has to help Bug through the forest avoiding obstacles and enemies he encounters along the way. The player must use quick reflexes and ingenuity to successfully traverse the forest. The enemies are varied; saws trying to cut Bug, cannonballs crashing into him, vampire bugs trying to suck his blood and much more. But there are also nice things: bonuses to help Bug progress, cute music and cool animations.', 'https://img.gamemonetize.com/hvypsi5oxzthdc4x1v4igbrqrocnhoq5/512x384.jpg', 'https://html5.gamemonetize.com/hvypsi5oxzthdc4x1v4igbrqrocnhoq5/', '0', 'Hypercasual', 0, 0, '', 'aliens-vs-bug'), (3485, 'sonic jigsaw 2023', 'Funny Hedgehog sonic from the famous game and cartoon very much missed you. We offer you 12 puzzles about Sonic and his friends. To open the next one, you must complete the current one. The game has three levels of difficulty, suitable for both small and serious players.', 'https://img.gamemonetize.com/tvgly45zh0fyxzfz77mlz7zznrnoxxrn/512x384.jpg', 'https://html5.gamemonetize.com/tvgly45zh0fyxzfz77mlz7zznrnoxxrn/', '0', 'Adventure', 0, 0, '', 'sonic-jigsaw-'), (3486, 'Minecraft Puzzle 2023', 'Minecraft Puzzle Time is fun puzzle game suitable for all ages. The aim of the game is simple, just put all small puzzle pieces on the original spot to get a whole image. Have fun playing.', 'https://img.gamemonetize.com/16rh3cxyzfr6ezpukftkj3sfnw0q5une/512x384.jpg', 'https://html5.gamemonetize.com/16rh3cxyzfr6ezpukftkj3sfnw0q5une/', '0', 'Adventure', 0, 0, '', 'minecraft-puzzle-'), (3487, 'Foot Clan Clash', 'Challenge yourself with the Foot Clan Clash game! The Teenage Mutant Ninja Turtles, legendary superheroes, are on a mission to take down their arch-nemesis, the Foot Clan. This gang of assassins, inspired by a real-life ninjutsu clan known for its mysterious practices and illegal activities, is not to be underestimated. But with the help of Don, Mikey, Leo, and Raph, you can emerge victorious in this thrilling mission.', 'https://img.gamemonetize.com/ilmz7vker7t2su97qhnowbdmivb6ithm/512x384.jpg', 'https://html5.gamemonetize.com/ilmz7vker7t2su97qhnowbdmivb6ithm/', '0', 'Adventure', 0, 0, '', 'foot-clan-clash'), (3488, 'Laser Cave', 'Embark on a thrilling adventure with the Laser Cave game! Perfect for fans of the Teenage Mutant Ninja Turtles, this exciting shooting game will test your skills and speed. Explore the dark depths of a mining tunnel and take on the fast-paced Kraang robots. Defend yourself from their powerful weapons by destroying the attacking drones. You\'ll be randomly assigned one of the turtles from the TMNT series, with the same controls for each character. Use the Up and Down Arrows or your mouse to aim, then press the Space Bar to fire your weapon. Don\'t forget to keep an eye on the energy bar and wait for your weapon to recharge before your next shot. Ready to take on this challenge and emerge victorious?', 'https://img.gamemonetize.com/qpzn3mz3jo809e75eo3m1ocr58mwoz7v/512x384.jpg', 'https://html5.gamemonetize.com/qpzn3mz3jo809e75eo3m1ocr58mwoz7v/', '0', 'Shooting', 0, 0, '', 'laser-cave'), (3489, 'Baby Bella Candy World', 'Join Baby Bella on a wonderful adventure in the majestic candy world. Create lovely looks and maybe a new character for your Bella. Don\'t be afraid to use bold colors and cool stickers. Put on a cute dress, a matching pair of shoes, and some fancy jewelry. If you like you can customize her look with a new hairstyle and sunglasses. Find the perfect styles for her and keep playing.', 'https://img.gamemonetize.com/c0spveqbcrg8rzyvc2uewz1s01mca5em/512x384.jpg', 'https://html5.gamemonetize.com/c0spveqbcrg8rzyvc2uewz1s01mca5em/', '0', 'Girls', 0, 0, '', 'baby-bella-candy-world'), (3490, 'Wobbly Boxing', 'Step into the wobbly and unpredictable world of Wobbly Boxing, where you\'ll experience the thrill of throwing punches and dodging attacks in a fun and light-hearted environment. If you\'re looking for a challenge, take on a friend in two-player mode and see who comes out on top. With intuitive controls and dynamic gameplay, Wobbly Boxing is easy to pick up but hard to put down. Featuring colorful and vibrant graphics and a lively soundtrack, Wobbly Boxing is a fresh take on the classic boxing game genre. So get ready to wobble your way to the top and become the ultimate wobbly boxing champion!', 'https://img.gamemonetize.com/nzjzfsjix9ajt19dta4dprv928uizxzb/512x384.jpg', 'https://html5.gamemonetize.com/nzjzfsjix9ajt19dta4dprv928uizxzb/', '0', 'Sports', 0, 0, '', 'wobbly-boxing'), (3491, 'Magic Soccer', 'Our character, who is trained to move the soccer ball in the magic school, is working to become a successful magician. Our character has to solve some puzzles by guiding the soccer ball. At the end of this hard training, you will be rewarded by your master. He needs help with this challenging training. Solve puzzles by guiding the ball and join the adventure. Try the Magic Soccer game now! Enjoy.', 'https://img.gamemonetize.com/axp4ptn6v02qqay6mavnglpxe9gkzr7s/512x384.jpg', 'https://html5.gamemonetize.com/axp4ptn6v02qqay6mavnglpxe9gkzr7s/', '0', 'Soccer', 0, 0, '', 'magic-soccer'), (3492, 'Hasbulla Borgir Adventure', 'Hasbulla Borgir Adventure is super fun platform game suitable for all ages. The aim of the game is to help Hasbulla collect as many borgirs as possible and stay alive. Do not touch top or bottom of the stage. Have fun playing!', 'https://img.gamemonetize.com/x0r8h4o15a19lns326rn1s5r4rz8r3ch/512x384.jpg', 'https://html5.gamemonetize.com/x0r8h4o15a19lns326rn1s5r4rz8r3ch/', '0', 'Puzzles', 0, 0, '', 'hasbulla-borgir-adventure'), (3493, 'Merge Alphabet 3D', 'Let\'s explore Merge Alphabet 3D with extraordinary characters! Collect and unlock the power of all letters! Get them all into your collection and build your own mighty Alphabet army. Are you ready to take part in it? Try to know more about the Alphabet in this game!', 'https://img.gamemonetize.com/8nh0vlg6u85gvqqxle1z5swjythyt8js/512x384.jpg', 'https://html5.gamemonetize.com/8nh0vlg6u85gvqqxle1z5swjythyt8js/', '0', 'Arcade', 0, 0, '', 'merge-alphabet-d'), (3494, 'Penguin Ice Breaker', 'Penguin Ice Breaker is a puzzle game. In this game, you need to break the Iceberg and finish the level But keep in mind that icebergs have a count just not that count, and jump that number of times to break the icebergs. Looks easy but it\'s difficult to play. Enjoy and have fun', 'https://img.gamemonetize.com/c8xhnlg87leceuoo9tkpss6uggbopbd8/512x384.jpg', 'https://html5.gamemonetize.com/c8xhnlg87leceuoo9tkpss6uggbopbd8/', '0', 'Arcade', 0, 0, '', 'penguin-ice-breaker'), (3495, 'Agent Fall 3D', 'Agent Fall 3D is an interesting falling game. Your aim is to land on the ground smoothly. But it\'s not easy. You need to avoid the attack of obstacles in a limited time to win. Do you have the confidence to challenge success?', 'https://img.gamemonetize.com/at1l7rqhnx4zbdgj4q19313912sxugbp/512x384.jpg', 'https://html5.gamemonetize.com/at1l7rqhnx4zbdgj4q19313912sxugbp/', '0', 'Arcade', 0, 0, '', 'agent-fall-d'), (3496, 'Top Race Fun', 'There are various gaming features and many super fast cars that you can drive on the highway in very heavy traffic. There are many missions and different game modes waiting for you! Let\'s go!', 'https://img.gamemonetize.com/iecs6ihcbj2lugj7h24rt4f34bcthngq/512x384.jpg', 'https://html5.gamemonetize.com/iecs6ihcbj2lugj7h24rt4f34bcthngq/', '0', 'Racing', 0, 0, '', 'top-race-fun'), (3497, 'StickMan Bros Vs Zombies', 'The Stickman brothers come to the fantasy world. In this world, zombies run rampant and people are hurt. Stickman bros come to destroy the zombies. Let\'s help them together. Stickman can put bomb to kill zombies,but can\'t touch the zombies.', 'https://img.gamemonetize.com/c6dbzpay2tqnlnwspzhy5hj9tdo76ck2/512x384.jpg', 'https://html5.gamemonetize.com/c6dbzpay2tqnlnwspzhy5hj9tdo76ck2/', '0', 'Adventure', 0, 0, '', 'stickman-bros-vs-zombies'), (3498, 'Amoung Us Challenge', 'Are you ready to have fun with your friend? The door will be unlocked when our characters collect all the diamonds on the screen. When both players collect the diamonds and reach the door, the next chapter will be unlocked. Blue player should use arrow keys.', 'https://img.gamemonetize.com/ww95166mcxeb1auhjqkb2t7t5hwueqa4/512x384.jpg', 'https://html5.gamemonetize.com/ww95166mcxeb1auhjqkb2t7t5hwueqa4/', '0', 'Arcade', 0, 0, '', 'amoung-us-challenge'), (3499, 'Scrooge Jigsaw Tile Mania', 'Welcome to Scrooge Jigsaw Tile Mania! Our Scrooge Jigsaw Tile Mania Puzzle Slider game is a fun and engaging way to test your visual acuity and problem-solving skills. Simply slide the images around until you find the perfect match, and watch as the puzzle pieces come together to form a beautiful Scrooge Jigsaw Tile Mania picture. With a wide variety of Scrooge Jigsaw Tile Mania images to choose from, you\'re sure to find something you love. So why wait? Come on in and start playing our Scrooge Jigsaw Tile Mania Puzzle Slider game today!', 'https://img.gamemonetize.com/zgyz97z45n9wlvc9cj1sa1bb9ku8qol6/512x384.jpg', 'https://html5.gamemonetize.com/zgyz97z45n9wlvc9cj1sa1bb9ku8qol6/', '0', 'Puzzles', 0, 0, '', 'scrooge-jigsaw-tile-mania'), (3500, 'Car Battle Clash', 'Car Battle Clash is an action game where you fight with armed cars. You must destroy these armed cars that are constantly attacking you in the battle arena and complete the level successfully.', 'https://img.gamemonetize.com/abty9v216lrub9xntzvc2lbtlh8f1qwx/512x384.jpg', 'https://html5.gamemonetize.com/abty9v216lrub9xntzvc2lbtlh8f1qwx/', '0', 'Shooting', 0, 0, '', 'car-battle-clash'), (3501, 'My College First Ball', 'The fashion girls Bella, Jade and Rebecca finally entered the University. The first ball of the college will be held tonight, the girls are very excited! They want to attract people\'s attention at the party, so it\'s very important to dress up beautifully. Can you give them your fashion advice?', 'https://img.gamemonetize.com/7lx3lu4l56xvme6v5pbdkgaftspbwrjh/512x384.jpg', 'https://html5.gamemonetize.com/7lx3lu4l56xvme6v5pbdkgaftspbwrjh/', '0', 'Girls', 0, 0, '', 'my-college-first-ball'), (3502, 'Axolotl Minecraft Coloring Pages', 'Welcome to the world of Axolotl Minecraft Coloring Pages. Our game is perfect for fans of Axolotl Minecraft Coloring Pages, and it\'s available for free on the HTML5 platform. It\'s suitable for both kids and adults, and it\'s a great way to unleash your creativity and explore your artistic side. With a user-friendly interface and a wide variety of Axolotl Minecraft Coloring Pages to choose from, the possibilities are endless. You can color and draw Axolotl Minecraft Coloring Pages characters, landscapes, and more. Whether you\'re looking to relax and unwind or simply want to get in touch with your inner artist, our Axolotl Minecraft Coloring Pages game has something for everyone. So why not give it a try and see what you can create with our Axolotl Minecraft Coloring Pages game today! In addition to the wide variety of Axolotl Minecraft Coloring Pages images to choose from, our coloring book game also offers various coloring tools and effects to enhance your experience. You can experiment with different brush sizes, colors, and textures to create unique and personalized Axolotl Minecraft Coloring Pages masterpieces. Our game is perfect for anyone who wants to explore their artistic side, and it\'s also a great way to de-stress and relax. Don\'t wait any longer, start exploring your creativity and indulge in the joy of coloring with our Axolotl Minecraft Coloring Pages game. Click the "play" button now and let the fun begin!', 'https://img.gamemonetize.com/9enexy39zhm6219c60f2dec16j6wets6/512x384.jpg', 'https://html5.gamemonetize.com/9enexy39zhm6219c60f2dec16j6wets6/', '0', 'Puzzles', 0, 0, '', 'axolotl-minecraft-coloring-pages'), (3503, 'Animal Crossing Coloring Pages', 'Welcome to the world of Animal Crossing Coloring Pages 100 Free Coloring Pages. Our game is perfect for fans of Animal Crossing Coloring Pages 100 Free Coloring Pages, and it\'s available for free on the HTML5 platform. It\'s suitable for both kids and adults, and it\'s a great way to unleash your creativity and explore your artistic side. With a user-friendly interface and a wide variety of Animal Crossing Coloring Pages 100 Free Coloring Pages to choose from, the possibilities are endless. You can color and draw Animal Crossing Coloring Pages 100 Free Coloring Pages characters, landscapes, and more. Whether you\'re looking to relax and unwind or simply want to get in touch with your inner artist, our Animal Crossing Coloring Pages 100 Free Coloring Pages game has something for everyone. So why not give it a try and see what you can create with our Animal Crossing Coloring Pages 100 Free Coloring Pages game today! In addition to the wide variety of Animal Crossing Coloring Pages 100 Free Coloring Pages images to choose from, our coloring book game also offers various coloring tools and effects to enhance your experience. You can experiment with different brush sizes, colors, and textures to create unique and personalized Animal Crossing Coloring Pages 100 Free Coloring Pages masterpieces. Our game is perfect for anyone who wants to explore their artistic side, and it\'s also a great way to de-stress and relax. Don\'t wait any longer, start exploring your creativity and indulge in the joy of coloring with our Animal Crossing Coloring Pages 100 Free Coloring Pages game. Click the "play" button now and let the fun begin!', 'https://img.gamemonetize.com/4knw6znf9vt6r3yzfwgwerfvk23clfjh/512x384.jpg', 'https://html5.gamemonetize.com/4knw6znf9vt6r3yzfwgwerfvk23clfjh/', '0', 'Puzzles', 0, 0, '', 'animal-crossing-coloring-pages'), (3504, 'Advent Match and Move', 'Looking for a fun and challenging memory game? Look no further than Advent Match and Move! With Picture Memory Games, Matching Puzzles, and Memory Card challenges, this game will test your skills and provide hours of entertainment. Simply match pairs of cards with matching images while the timer counts down, earning points and increasing the difficulty as you progress. Improve your memory and cognitive skills while having fun with Advent Match and Move!', 'https://img.gamemonetize.com/vcz70dd81326laieoy9jvd7hr8zvxbaq/512x384.jpg', 'https://html5.gamemonetize.com/vcz70dd81326laieoy9jvd7hr8zvxbaq/', '0', 'Puzzles', 0, 0, '', 'advent-match-and-move'), (3505, 'Beach Match Madness', 'Looking for a fun and challenging memory game? Look no further than Beach Match Madness! With Picture Memory Games, Matching Puzzles, and Memory Card challenges, this game will test your skills and provide hours of entertainment. Simply match pairs of cards with matching images while the timer counts down, earning points and increasing the difficulty as you progress. Improve your memory and cognitive skills while having fun with Beach Match Madness!', 'https://img.gamemonetize.com/01jywhgorv82sz1vb16d8eg820pumxgq/512x384.jpg', 'https://html5.gamemonetize.com/01jywhgorv82sz1vb16d8eg820pumxgq/', '0', 'Puzzles', 0, 0, '', 'beach-match-madness'), (3506, 'Baby Long Legs Coloring Pages', 'This time it’s Baby Long Legs. The whole family is together, only grandparents are missing. But they will be here soon too. We have created an exclusive collection of new character coloring pages.', 'https://img.gamemonetize.com/p0kz0l4sg0rtbqp4mgup9wfse19wzbe6/512x384.jpg', 'https://html5.gamemonetize.com/p0kz0l4sg0rtbqp4mgup9wfse19wzbe6/', '0', 'Girls', 0, 0, '', 'baby-long-legs-coloring-pages'), (3507, 'Maya and the Three Jigsaw Adventure', 'Welcome to Maya and the Three Jigsaw Adventure! Our Maya and the Three Jigsaw Adventure Puzzle Slider game is a fun and engaging way to test your visual acuity and problem-solving skills. Simply slide the images around until you find the perfect match, and watch as the puzzle pieces come together to form a beautiful Maya and the Three Jigsaw Adventure picture. With a wide variety of Maya and the Three Jigsaw Adventure images to choose from, you\'re sure to find something you love. So why wait? Come on in and start playing our Maya and the Three Jigsaw Adventure Puzzle Slider game today!', 'https://img.gamemonetize.com/f65hpuqakp4flwhzok1ddsj1mvw2wy2e/512x384.jpg', 'https://html5.gamemonetize.com/f65hpuqakp4flwhzok1ddsj1mvw2wy2e/', '0', 'Puzzles', 0, 0, '', 'maya-and-the-three-jigsaw-adventure'), (3508, '3D Endless fun and run', 'You can jump on the side platform also', 'https://img.gamemonetize.com/itoanrl9lo6ov1hoxhagv5etfs29khr5/512x384.jpg', 'https://html5.gamemonetize.com/itoanrl9lo6ov1hoxhagv5etfs29khr5/', '0', 'Arcade', 0, 0, '', 'd-endless-fun-and-run'), (3509, 'Speedy Golf', 'Shoot Incredible Scores! - easy one button three tap play control - caddy does the math for you - play an 18 hole par 72 course in a few minutes - play portrait or landscape - smooth 3D graphics', 'https://img.gamemonetize.com/ql8jodciuz3k2u4rjt72faw9ounwb6cz/512x384.jpg', 'https://html5.gamemonetize.com/ql8jodciuz3k2u4rjt72faw9ounwb6cz/', '0', 'Sports', 0, 0, '', 'speedy-golf'), (3510, 'Mega Ramp Car Stunt Games', 'Ramp Car Stunts Racing Game - New Car Games. Welcome to Ramp Car Stunts Racing: Impossible Tracks 3D and hot car stunts game. Games Wing proudly presents New & updated games, one of which is Car games. If you are crazy about Sports games and want to have a lot of fun with Endless racing over impossible tracks then this offline games 2021 is Recommended for you. Ramp car stunts racing is a free car games that gives you the best Driving games experience. To enjoy car driving games, you can challenge yourself and perform crazy car stunts on sky ramp tracks. This Car simulator is made Based on your recent activity. You will get a realistic environment, expensive racing cars and stunning graphics which are enough to fulfill your dream of ramp car stunts racing in offline games. We always try to Discover something new games for you. You might like... many other Simulation games & Racing games but this car jumping games brings ultimate fun and enjoyment. Stunt driving games is a totally free games to install. We Suggested for you one of the best mega ramp car racing game. Ramp Car Stunts Racing Game - Impossible Tracks 3D Fly in the sky on impossible tracks in the air and enjoy crazy car driving & beauty of stunts in this impossible tracks car game. This would be an interesting and amazing vertical mega ramp tour for you in your life. There are many stunt cars including a monster truck, mountain car and offroad cars to give you better impossible tracks car driving experience. You can select any car according to your choice and perform impossible vertical stunts on impossible air tracks. Speed up your hot car over the impossible tracks, avoid obstacles or jump over the hurdles and reach the finish line as soon as possible in an unlimited amount of time in a row and you can revive if you are unable to complete the challenging mission. Buckle up your seat belt and boost up your wheels to start mega stunts. It is not a simple and easy crazy car driving on vertical mega ramps and roads in the air. You have to drive carefully without a single mistake. Car Stunts 3D Racing Game - Free Car Games Join the ramp car stunt race and enjoy racing car games with no wifi. Ramp car stunts racing is interesting free Cars & driving games where you can perform car stunts on multiple mega ramp tracks. We have developed a number of challenging missions in a Car simulator. So, let\'s have an overview of them in our growing and most Popular games. If you have a thrill of ramp car racing stunts then try this Driving simulator and drive into the fun of new games 2021. New car games 2021 is one of the best offline games. Download Now! Ramp Car Stunts Racing: Impossible Tracks 3D Features: Different extreme cars, monster truck and offroad cars Learn crazy car driving skills Impossible sci-fi tracks, vertical mega ramps and offroad fun Best stunt car, monster truck & GT car driving Keep the full focus on driving and controls Low on space? Multiple camera views Unique HD stunt tracks Tell us what you think about our game! Hurry up and download this Ramp Car Stunts Racing: Impossible Tracks 3D game and give us your valuable feedback after playing this game. Your feedback will be valuable for us.', 'https://img.gamemonetize.com/g2axe7362dh1fzmc21icgz59gcke1yea/512x384.jpg', 'https://html5.gamemonetize.com/g2axe7362dh1fzmc21icgz59gcke1yea/', '0', 'Racing', 0, 0, '', 'mega-ramp-car-stunt-games'), (3511, 'Tap Tower', '“Tap Tower†is a game in which you can test your attentiveness by building the highest tower out of moving platforms. Score the most points and win first place!', 'https://img.gamemonetize.com/now5avy4zc1pesi65rwv16ig5a2ft7sc/512x384.jpg', 'https://html5.gamemonetize.com/now5avy4zc1pesi65rwv16ig5a2ft7sc/', '0', 'Hypercasual', 0, 0, '', 'tap-tower'), (3512, 'Advance Car Parking Car Games', 'Advance Car Parking Game and Car Driving Simulator is the latest car drive parking and totally genuine car parking game of 2021 offered by Broken Diamond. Are you looking forward to have a new car parking and car driving games to park your vehicle as much as you want? We know you are here with a hope to find a new car parking simulator that suits you perfectly. Are you annoyed by all the similar car parking games and modern car drive, and lack of high-quality graphics and uniqueness in modern car parking? You will also learn how to actually park your car while enjoying the parking 3d game and master yourself by practicing. You will be the king of parking in this video games play free. Now most addictive car simulator games and car sim is here to test you as a car parking driver. Master the game play of unique car parking game and driving game play styles. Precision in handling steering wheel of a racing car games is attribute that is associated with new best games 2021. Parking lots, city is the playground for new car parking driver and car games 2021, explore more for the car parking free games 2021. Hours of entertainment with parking cars, driving cars and new free games etc. Unlike other car games, we offer you a game with superior quality graphics game download, the best easy parking management and interesting car parking and driving simulator. So we offer you realistic experience of gear box at a high level. But it is not just about killing some time. You will also learn how to actually park your car while enjoying the game and master yourself by practicing. The most addictive car parking game will amaze you. â— Different Driving Modes: In this fun car parking game, you can select the car of your own choice whether right hand drive or left-hand drive. all the exotic modern cars are equipped with an automatic transmission easy to drive. if you are not comfortable with the left hand drive you can change it by pressing on the settings button within the game. Car drivers also have the option to pause the game. You can also set camera angle by swiping on screen up, down left and right. zoom in and out by double touch. â— Enhance Your Driving and Parking Skills: You can polish your driving and car parking skills by playing this exotic car game. it has 512 unique and challenging levels it gets challenging as you level up. every level has different unique terrain you have to hit the finish line to unlock new levels. â— Avoid Hitting Obstacles: Driving modern cars fast can be dangerous the terrain has sharp turns, curves and different obstacles if you hit any obstacle the game will be over and you have to restart the level from the start. You can proceed to next level by hitting finish line without hitting the obstacles. Free Car Parking Game Features: â–º512 different levels â–ºRealistic car control â–ºRealistic hd graphics quality â–ºDifferent Controls (Steering, Arrow, Tilt) â–ºReal Car sound Advance car parking is free to play no WIFI required play anywhere anytime and make your free time having fun by playing this auto park game.', 'https://img.gamemonetize.com/jnwrbmf5sv6gybk3z8jkj6dc7q720yk3/512x384.jpg', 'https://html5.gamemonetize.com/jnwrbmf5sv6gybk3z8jkj6dc7q720yk3/', '0', 'Racing', 0, 0, '', 'advance-car-parking-car-games'), (3513, 'Ultimate Car Driving Simulator', 'Are you ready to become the most legendary boss? You must find and recruit talented individuals from all corners of the underworld society, ranging from thieves and mercenaries to athletes and businessmen, to strengthen your crew. Fight, dominate and become the criminal mastermind who can take over the whole underworld! Welcome to Gangster Mafia City the best grand gangster simulator action shooting game, Mafia City is under attack by American gangsters and grand theft gangsters only the gangster can fight against them. Disguise as an American and visit Gangsters city. Gangster Mafia City is ruling over the city and you are part of this gangster mafia gun war that is going on! Get your action-packed grand gangster revenge in great gangster gun shooting games and action games. Play Gangster Mafia City games and bring peace to the city by fighting against American gangsters. Experience the city gangsters in the city fight in grand gangster mafia gun shooting games. The grand gangster games offer you incredible guns similar to multi-world gun shooting games. Real Gangster Mafia City is a role-playing game to become the leader of the city, while playing along with gangsters and mafia cartels, in a free open game world with gang wars. Explore this open city with different missions, box the mafia cartel, fight for the final prize and play in different adventure crime clans vs. the gang world of the city. This is an adventure saga of mafia and waging gang wars. Extra missions are added with each update and season, plus limited-time events to play. Street fights and mafia deals are part of this gangster mafia game, with six-gun action missions. Fight-night boxing, street fights anytime and anywhere, and different kinds of city driving with multiple vehicles and roaming around this open world. And a lot more. Do not wait to try our crime simulator! Theft and drive auto like an absolute madman, control the mafia, earn money and rule the grand gangster city. It\'s time for a crime simulator!', 'https://img.gamemonetize.com/7121dchnnn3v2l19qc23w8z6254fkild/512x384.jpg', 'https://html5.gamemonetize.com/7121dchnnn3v2l19qc23w8z6254fkild/', '0', 'Racing', 0, 0, '', 'ultimate-car-driving-simulator'), (3514, 'Real Monster Truck Games 3D', 'We are working on monster truck games project since last year and now introducing new monster truck racing game for kids. Monster truck simulator games is free monster car game. Monster truck hill climbing game is full of strategy and adventures. In the world of monster truck racing games, the battle of machines and monster car stunt games is begins! Offroad Monster Truck Simulator Games: Lots of wild action, gang shootings, car crashes, monster truck derby and monster truck destruction in offroad monster truck stunt games. Improve your offroad muddy track monster truck driving skills in hill climb racing 4x4 of hill climb monster truck driving game which is the best monster truck game for kids. There are many spooky stunt levels of extreme racing, where you will enjoy your fearless monster truck driving simulator. Upgrade you monster truck with blaze and the monster machines in monster truck stunt car games. Monster Truck Stunt Master: This monster racing car game is made for monster car stunt master to complete cars vs monster trucks missions. Drive monster truck demolition on offroad muddy tracks of real monster truck games. Use steering control for your monster truck spooky stunt in offroad legends - monster car games for kids. Complete missions of monster truck race game and upgrade your monster truck spooky stunt in offroad legends - monster trucks trials. Monster Truck Madness - Free Kids Games: Enjoy eye popping environment of monster car stunt games and also off-road games. Select your favorite monster trucks for extreme racing in monster truck stunt driving game. Play cars vs monster truck stunt driving mode in monster truck games for kids. Interesting levels make monster truck stunt racing best free kids games. Real monster truck game for kids is full of adventures. In monster truck racing games for kids complete levels for unlock new opportunities. Monster truck racing game for kids has monster truck spooky stunt mode, offroad monster truck racing mode and also free gt car stunt master 3d mode. Monster Truck Stunt Racing Game: In this monster truck game for kids start you monster truck stunt racing career. Complete cars vs monster truck stunt driving missions and earn money in monster truck hill climb racing game. Upgrade your monster truck destruction with blaze and the monster machines in monster truck hill climbing game for better performance. Hill climb monster truck driving game has hill climb racing 4x4 spooky stunt levels. Monster Truck Spooky Stunt Racer: While performing spooky stunt, race with time in offroad monster truck stunt games. Reach your finish line on time in real monster car racing game. In the monster truck stunt racing mode of offroad legends monster truck madness if you failed, level starts again. In offroad legends - monster truck madness follow the direction arrows to finish off-road games and unlock new monster truck game. Complete monster truck racing games for kids and become spooky stunt driver of monster car game for kids. Monster Truck Race Game: Free mode of monster truck driving game thrilling endless mode. Real monster trucks off road mode of monster truck game, there is no limit. Complete monster truck hill climb racing and improve your spooky stunt skills in monster truck hill climbing game. Have you ever played monster car stunt games or racing games for kid’s fun? If no then in this hill climb monster truck driving game, perform monster truck stunts in off road racing monster car stunt master arena & off road truck arena of mad off road truck challenges like real monster truck truck driver. Play monster truck stunt driving game and gt car stunt master 3d right now and enjoy endless monster car simulator adventure. Don\'t forget to give rating in our monster truck simulator games. Features of Offroad 4x4 Monster Truck Simulator - Stunt Game. Easy controls, best physics of legend monster truck driving. American monster trucks off roads ready for drive.', 'https://img.gamemonetize.com/29izq8c9yoncarmxgui564paxl6iejfd/512x384.jpg', 'https://html5.gamemonetize.com/29izq8c9yoncarmxgui564paxl6iejfd/', '0', 'Racing', 0, 0, '', 'real-monster-truck-games-d'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (3515, 'Bus Driving Simulator Bus 3D', 'Learn how to drive your modern coach bus simulator. Utilize our bus simulator games to begin your bus driver games adventure! This city coach simulator is the most enjoyable city bus simulator ever. New gaming features are available in contemporary bus games 2023. Coach bus simulator fans of all ages are firmly welcome to bus simulator 2023 introduced by BrainAxe. Passionate bus simulator 2023 driver just have to pick up and drop off passenger waiting for bus 3d who want to reach their destination in time. Bus driving game improves bus driving simulator driving skills because city coach bus simulator drivers have to reach their destination in the allocated time. 3d Bus driving safely is the major concern of bus simulator passengers. Enjoy this bus game and become best bus simulator 3d driver of bus games. Adventure is waiting for bus drivers that will definitely challenge bus simulator 3d driver talent. Have real fun with the modern bus driving game and learn new strategies of new world of coach bus transportation. 3d bus game become trending in bus driving games world. In bus simulator during your journey bus 3d driver will enjoy multiple camera views, with amazing collection of coach buses. This bus game most recommended bus driving game includes the realistic coach bus sound that adds realistic touch to your coach bus driving adventure. Passionate to become bus driving simulator driver and want to be the leader of bus games transport system just plays this coach bus simulator. Modern bus driver can drive this bus driving in the city to give pick and drop facility to the coach bus driving passenger. City coach bus simulator drive can enjoy bus simulator 2023 driving missions like factory employees, school students and tourist pick and drop. Drivers of bus simulator 2023 have to complete all the levels in given time makes bus driving more challenging. 3d bus drive is recommended to bus driving game drivers who really want to extend their bus driving limits. City bus driving games address all questions that bus simulator 3d driver faces in the premium bus simulator3d. In coach bus driving simulator 3d the city passenger simulator driver can enjoy smooth control and every other modern bus driving simulator feature in very organized form. Bus simulator games are loaded with the following features of bas: • Multiple buses offered in bus driver games. • Automatic and manual gearbox for city coach simulator driving. • City bus simulator includes day/night with beautiful visuals. • Smooth control of steering bus games 2023 buses. • Realistic engine sound in city bus driving games. • Bus simulator 3d also has gas station for fuel filling in bas. • Bus Game 2023 has realistic 3D Graphics and Physics of city bus game • Realistic bus simulator 2023 engine Sound. • Dynamic Weather used in bus games 3d • Multiple Routes to Destination for bus driving game • Bas game has multiple Control Options with Custom Sensitivity of bus driving simulator • Realistic Traffic System used in bus driving • Speed Monitoring Camera during bus drive. • Public coach has attractive Cities and hilly environments Graphics of console quality in this Bus wali game is one of our most recent coach bus driving 3d. Play our bus simulator3d to hone your bus driving and bus game 2023 skills, and abilities and learn how to park buses effectively. Realistic parking settings are included in our coach bus driving simulator 3d. The terms bus wala game and gadi wala game are also used by users. One of our most played bus wali game when it comes to passenger in modern bus driving simulator. You will have the best popular city passenger simulator experience with our improved city bus game graphic. The city coach bus game is one of the best bus games 3d of 2023 for proving yourself a pro bus driver. Public Coach: Free bus games each level of bus games 2023 is more challenging and more exciting than the previous bus 3d.', 'https://img.gamemonetize.com/5mijbkcwjv55mbq74cnd28x57va6keoi/512x384.jpg', 'https://html5.gamemonetize.com/5mijbkcwjv55mbq74cnd28x57va6keoi/', '0', 'Racing', 0, 0, '', 'bus-driving-simulator-bus-d'), (3516, 'Easter Rabbit Style', 'The joyful Easter holiday is approaching. Join cute girls for Easter fun. Try to find all the Easter eggs. Choose outfits for girls that are suitable for the theme of the holiday. Don\'t forget about funny bags and hats with rabbit ears. Have fun with your friends by playing «Easter Rabbit Style»!', 'https://img.gamemonetize.com/dq7eeqhepvs4ijs4oikwjovd0maaqfqp/512x384.jpg', 'https://html5.gamemonetize.com/dq7eeqhepvs4ijs4oikwjovd0maaqfqp/', '0', 'Girls', 0, 0, '', 'easter-rabbit-style'), (3517, 'The Rescue Rocket 2D', 'Hey you astronaut you need to save the world Gather as many men as you can to the portal and save the world. you are the best pilot so we are calling you to duty as astronaut. In this mission you have to drive the spaceship properly and reach the finish without hitting anything. You must save your teammates until you reach the finish. Come on pilot fly this spaceship.', 'https://img.gamemonetize.com/4tjo80gdj30k78cbxycbb3tzuqlnme0j/512x384.jpg', 'https://html5.gamemonetize.com/4tjo80gdj30k78cbxycbb3tzuqlnme0j/', '0', 'Arcade', 0, 0, '', 'the-rescue-rocket-d'), (3518, 'Stickmans Pixel World', 'We\'ve seen what stickmans can do before, this time they need to help survive in the pixel world. He must pass all the levels in the pixel world and reach the finish line. Otherwise, very bad results await you in the end. Reach the finish line with your friend and complete all the levels. Be careful, sections are full of surprises, be prepared for surprises.', 'https://img.gamemonetize.com/p4fyak5u8fpr3fzhtrp2cdzuz59bbtt7/512x384.jpg', 'https://html5.gamemonetize.com/p4fyak5u8fpr3fzhtrp2cdzuz59bbtt7/', '0', 'Adventure', 0, 0, '', 'stickmans-pixel-world'), (3519, 'Slope Car Gradient', 'Slope Car Gradient is a driving game with cute graphics. Your mission in this game; to reach the finish line by going down the track and avoiding obstacles. While playing this car driving game, you have to be careful and complete the level successfully and go to the next level.', 'https://img.gamemonetize.com/n3yxma3duv1qs7cq53f2cdkuwumpq52k/512x384.jpg', 'https://html5.gamemonetize.com/n3yxma3duv1qs7cq53f2cdkuwumpq52k/', '0', 'Hypercasual', 0, 0, '', 'slope-car-gradient'), (3520, 'Lovely Puzzle', 'This year, you will enter Valentine\'s Day much more fun and loving. There are 12 separate levels to complete in this Valentine\'s themed puzzle game. Each level has its own difficulties and features. It appeals to all age groups and is very entertaining.', 'https://img.gamemonetize.com/4odni83nzpxo9fszzceu8jayx30owr2y/512x384.jpg', 'https://html5.gamemonetize.com/4odni83nzpxo9fszzceu8jayx30owr2y/', '0', 'Puzzles', 0, 0, '', 'lovely-puzzle'), (3521, 'Shoter.io', 'Are you ready to join the ultimate battle in the world of shoter.io? Get your gear and customize your character with the coolest outfits and gear that will make you look like a pro! This hyper-casual online multiplayer 3D fast action shooting game will blow your mind with its adrenaline-pumping gameplay and explosive action. But it\'s not just about the looks - in shoter.io, you\'ll need to strategize and plan your attacks carefully, because your opponents are not just AI bots - they\'re real players from all over the world who are ready to take you down! So, make sure to stock up on grenades and weapons, and get ready to show off your skills in an epic battle. Whether you prefer close combat or long-range sniping, there\'s a weapon for everyone in shoter.io. And with each win, you\'ll earn coins to upgrade your gear and become even stronger. So, are you ready to take on the challenge and become the ultimate champion of shoter.io? Let the battle begin! Are you ready for the ultimate adrenaline-fueled adventure in the desert? SandStrike is the game for you! This action-packed multiplayer shooting game is perfect for kids who want to experience the excitement of high-speed battles and outmaneuvering their opponents. With four different game modes to choose from, including classic team deathmatch and capture the flag, SandStrike offers endless possibilities for thrilling gameplay. And with a wide range of customizable weapons and equipment, you can tailor your loadout to suit your play style and dominate the competition. But the real excitement comes when you hop into one of SandStrike\'s awesome vehicles. From armored trucks to powerful helicopters, these vehicles are the key to gaining the upper hand in battle. Use them to outmaneuver your opponents, launch surprise attacks, and make your way to the top of the leaderboard. As you battle it out against other players, you\'ll be blown away by the immersive sound effects and stunning graphics that make you feel like you\'re really in the middle of the desert. And with a variety of challenging levels and objectives, you\'ll never get bored playing this game. So what are you waiting for? Grab your friends and get ready to experience the ultimate in multiplayer shooting excitement with SandStrike. The battle for supremacy in the desert is on – are you ready to emerge victorious?', 'https://img.gamemonetize.com/n47bk91xxpez7543ecuxhpuwbibmp2ju/512x384.jpg', 'https://html5.gamemonetize.com/n47bk91xxpez7543ecuxhpuwbibmp2ju/', '0', 'Shooting', 0, 0, '', 'shoterio'), (3522, 'Coma', 'Coma is an adventure game where you play as Pete and start your adventure to find your lost sister in Shill Bend.', 'https://img.gamemonetize.com/ydjh88gydz93l7f3mk4irbn88isjdai5/512x384.jpg', 'https://html5.gamemonetize.com/ydjh88gydz93l7f3mk4irbn88isjdai5/', '0', 'Adventure', 0, 0, '', 'coma'), (3523, 'Hunt Or Hide', 'Hunt Or Hide is a very fun online puzzle game for boys for free. In this game, you can choose to be a hunter or a hider. Enjoy the intensity of chasing the hiders or hiding from the hunter! For both the hunter and the hiders, the duration of each level is the 60s. If you win as a hider, you will get new skins for props. If you win as a hunter, you will get coins for you to unlock skins! Enjoy!', 'https://img.gamemonetize.com/28bajqyjkey8jbliv3bclnh08a6vh7h2/512x384.jpg', 'https://html5.gamemonetize.com/28bajqyjkey8jbliv3bclnh08a6vh7h2/', '0', 'Boys', 0, 0, '', 'hunt-or-hide'), (3524, 'Smash The Office', 'Smash The Office is a free online casual game for boys played on PuzzleGame. In the game, you need to control an office worker, use all kinds of props to destroy the office, smash everything to pieces, and vent your dissatisfaction and pressure in your life. Meanwhile, you should be careful not to be found, or the security guard will come to you for trouble. Play on Mobile, Tablet, or Desktop!', 'https://img.gamemonetize.com/clda2n8vxrvjicvksf74kddhalohbwsw/512x384.jpg', 'https://html5.gamemonetize.com/clda2n8vxrvjicvksf74kddhalohbwsw/', '0', 'Boys', 0, 0, '', 'smash-the-office'), (3525, 'Alphabet Room Maze 3D', 'Join the blue monster rainbow letter to challenge the survival of survivors! In this multiplayer game, you have to help your partner collect all the alphabet boxes and avoid the capture of the blue monster. Do you have the confidence to survive in the game? Download and test your skills now!', 'https://img.gamemonetize.com/xlvia73gr90szfoeoirr258rshmz99gy/512x384.jpg', 'https://html5.gamemonetize.com/xlvia73gr90szfoeoirr258rshmz99gy/', '0', 'Arcade', 0, 0, '', 'alphabet-room-maze-d'), (3526, 'Human Gun', 'Human Gun is a popular game recently. Your goal is to collect stickmen to become the cooler weapons on the road. Besides, collecting money can buy new weapons. Remember to avoid obstacles to prevent failure. Enjoy it!', 'https://img.gamemonetize.com/c42p29oeb3xg4e2bf0waoeycf1b42vgi/512x384.jpg', 'https://html5.gamemonetize.com/c42p29oeb3xg4e2bf0waoeycf1b42vgi/', '0', 'Puzzles', 0, 0, '', 'human-gun'), (3527, 'Count Alphabets Rush', 'Welcome to play Count Alphabets Rush! You have to collect the alphabet and push enemies. Make your friend attack the other alphabet enemies to get success. What are you waiting for? Try it!', 'https://img.gamemonetize.com/jjrwx4bkee5gjzhicwcwpcxtvtguc5ew/512x384.jpg', 'https://html5.gamemonetize.com/jjrwx4bkee5gjzhicwcwpcxtvtguc5ew/', '0', 'Puzzles', 0, 0, '', 'count-alphabets-rush'), (3528, 'Ellie Easter Adventure', 'Welcome to Ellie Easter Adventure. Ellie wants to celebrate in style! But she needs your help to get everything prepared! But first things first, you have to help her to find the easter egg and paint it with cute colors. Next, give treatment to the bunny to heal his wound. Finally, help Ellie to pick cute makeup and outfits to celebrate Easter.', 'https://img.gamemonetize.com/4ottft5scnj0v3ltz0zn5a25sdcozzsi/512x384.jpg', 'https://html5.gamemonetize.com/4ottft5scnj0v3ltz0zn5a25sdcozzsi/', '0', 'Girls', 0, 0, '', 'ellie-easter-adventure'), (3529, 'Infinity Star Squadron', 'The objective of the game is to eliminate everything in front of you, choose your favorite pilot and face this incredible challenge.', 'https://img.gamemonetize.com/nlk4bphj0jegcr3p4fmy7a2hk3oc5xr5/512x384.jpg', 'https://html5.gamemonetize.com/nlk4bphj0jegcr3p4fmy7a2hk3oc5xr5/', '0', '3D', 0, 0, '', 'infinity-star-squadron'), (3530, 'Hoard Master', 'Hoard Master is a game to test your speed and responsiveness. Your goal is to collect more and more people, but you should prevent the income of explosives to avoid failure. Are you interested?', 'https://img.gamemonetize.com/p4smn7ps179kt5pnsfws695knfx23mcx/512x384.jpg', 'https://html5.gamemonetize.com/p4smn7ps179kt5pnsfws695knfx23mcx/', '0', 'Puzzles', 0, 0, '', 'hoard-master'), (3531, 'Kazu Bot', 'Kazu Bot is a 2D Sci-fi themed platformer where you have to collect all of the tablets containing confidential information related to technology, while avoiding the enemy bots, spikes, rotating saws and reach the Exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/rc0zpph02n6fvd8t6sljq2eh6ww7d4io/512x384.jpg', 'https://html5.gamemonetize.com/rc0zpph02n6fvd8t6sljq2eh6ww7d4io/', '0', 'Arcade', 0, 0, '', 'kazu-bot'), (3532, 'Detto Man 2', 'Detto Man 2 is a 2D cute little platformer where you have to collect oranges(fruits) while avoiding the enemies, flying creatures, spikes, and giant blades and reach the Exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Detto Man" series.', 'https://img.gamemonetize.com/tzm3mwbm8sn2infj45sa9bs9p3ybdtve/512x384.jpg', 'https://html5.gamemonetize.com/tzm3mwbm8sn2infj45sa9bs9p3ybdtve/', '0', 'Arcade', 0, 0, '', 'detto-man-'), (3533, 'Ayane Quest 2', 'Ayane Quest 2 is a 2D anime themed platformer where you play as an anime girl who have to collect all of the magical flowers while avoiding the monsters, flying bird monsters and their bullets, spikes, fire and reach the Exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Ayane Quest" series.', 'https://img.gamemonetize.com/rjbm98jkt9zps5e8vl7lsuvcjbi6bw9f/512x384.jpg', 'https://html5.gamemonetize.com/rjbm98jkt9zps5e8vl7lsuvcjbi6bw9f/', '0', 'Arcade', 0, 0, '', 'ayane-quest-'), (3534, 'Cut The Grass', 'Cut The Grass is casual game where the objective is to cut the grass or maintain a lawn in a virtual environment. In these games, the player uses a virtual lawnmower to cut the grass .These games are popular as they offer a relaxing and entertaining experience. They are often available on mobile devices and online platforms.', 'https://img.gamemonetize.com/v68fudn2z3fv9l5c1y0xm4p8kac41ez7/512x384.jpg', 'https://html5.gamemonetize.com/v68fudn2z3fv9l5c1y0xm4p8kac41ez7/', '0', 'Puzzles', 0, 0, '', 'cut-the-grass'), (3535, 'Avatar Fashion Style', 'Welcome to the Avatar Fashion Style mobile game. It is an avatar maker and life simulator game that combines the dress-up concept, where you can create your own character to match different clothes, hairstyles, shoes, and much more. You can also meet new friends, chat with people, and design your avatar fashion style as you want. Your second life with the virtual world is in Everskies! Join it, dress up, and become a virtual creator!', 'https://img.gamemonetize.com/ihn431kuknzo2ipkofkjtlg1dxs04di0/512x384.jpg', 'https://html5.gamemonetize.com/ihn431kuknzo2ipkofkjtlg1dxs04di0/', '0', 'Girls', 0, 0, '', 'avatar-fashion-style'), (3536, 'Age Of War', 'Age of War is an epic base defense strategy game where you fight a continuous war. Keep creating units to protect your base and destroy the enemy. When you earn enough XP, your civilization will evolve through the ages, offering new technologies to utilize in combat.', 'https://img.gamemonetize.com/7wzy4iezo1qo3iaw55hhr8jxhcaos2z3/512x384.jpg', 'https://html5.gamemonetize.com/7wzy4iezo1qo3iaw55hhr8jxhcaos2z3/', '0', 'Clicker', 0, 0, '', 'age-of-war'), (3537, 'Greedy frog', 'This is a very interesting leisure game. The play method is very simple. Just control the length of the frog\'s tongue and eat the diamond in front of it. Pay attention to the obstacles that will appear in the middle of the road. Don\'t touch them, or you will lose a life. So this game is quite challenging. You may try it', 'https://img.gamemonetize.com/x7geqst6f6c477ylcmibsmjmpbc11mv2/512x384.jpg', 'https://html5.gamemonetize.com/x7geqst6f6c477ylcmibsmjmpbc11mv2/', '0', 'Action', 0, 0, '', 'greedy-frog'), (3538, 'Super Archer fun', 'This is a recreational shooting game. The player will play a cowboy and gallop through the fields on his horse. There will be many gold coins along the way. Don\'t hesitate to take it. Be careful to avoid obstacles on the road, and pull the bow to kill the enemies on the road.', 'https://img.gamemonetize.com/iqz8ya4c0yu1f5bhvn7a9afx392p3ec5/512x384.jpg', 'https://html5.gamemonetize.com/iqz8ya4c0yu1f5bhvn7a9afx392p3ec5/', '0', 'Action', 0, 0, '', 'super-archer-fun'), (3539, 'The strongest boxer', 'The invincible boxer game is a combat game with action breakthrough. The pictures in the game are cartoon interesting. Players can control your characters to carry out different battles and collect more big fists. They can hit higher damage in the fight, eat other opponents and make themselves stronger.', 'https://img.gamemonetize.com/8xwc0qmla9qi1s9f9rvx6zt9j0ds2dlz/512x384.jpg', 'https://html5.gamemonetize.com/8xwc0qmla9qi1s9f9rvx6zt9j0ds2dlz/', '0', 'Action', 0, 0, '', 'the-strongest-boxer'), (3540, 'Battlefield conflict', 'The mini hunting game is a multiplayer war adventure game, a brand new mini world character, and the latest modes of game play make you feel the joy of mini fun game. The mini hunting game adopts the horizontal screen game mode to make you more happy with challenges, and freely upgrade the role to fight, and fight with other players in the world, The huge map can be explored at will, and all kinds of skin can be obtained quickly. Oh, it\'s very interesting', 'https://img.gamemonetize.com/5x1ls8rfaqtnjfl4ie7drrv6wob27kzn/512x384.jpg', 'https://html5.gamemonetize.com/5x1ls8rfaqtnjfl4ie7drrv6wob27kzn/', '0', 'Action', 0, 0, '', 'battlefield-conflict'), (3541, 'Archery cowboy', 'This is an interesting shooting game. There are many different levels in the game. There are enemies in each level. Players need to control their characters to shoot and kill the enemy successfully before entering the new level. A variety of different levels have different rewards and challenges that can bring more fun to players.', 'https://img.gamemonetize.com/8e2uboysjrvg610vm8j6d4ojw5u79emw/512x384.jpg', 'https://html5.gamemonetize.com/8e2uboysjrvg610vm8j6d4ojw5u79emw/', '0', 'Action', 0, 0, '', 'archery-cowboy'), (3542, 'Dino Puzzle Adventure', 'We will present the game Dino Puzzle Adventure .it is a wonderful adventure game in the jungle with a super little Dino as a strong Kid. It combines the classic game play and new skills from adventure games, with awesome levels that we have created for you! This game is easy to control, but also very addicting which will take you through different levels of running and jumping in this dangerous jungle. So you will join in exciting world adventures to reach home.', 'https://img.gamemonetize.com/ntp42cn88yzb9ac152n71bw73u5qbk6t/512x384.jpg', 'https://html5.gamemonetize.com/ntp42cn88yzb9ac152n71bw73u5qbk6t/', '0', 'Puzzles', 0, 0, '', 'dino-puzzle-adventure'), (3543, 'Crazy bike fun', 'This is a tense real-time racing mobile game. Players can choose a bicycle they like and assemble, transform and upgrade it by themselves. This will test the players\' skillful driving skills and stunt ability. They can gallop freely on the standardized and professional track. Suddenly, there are obstacles and opponents\' traps. They can learn to reasonably use favorable props to accelerate. If you like it, please try it!', 'https://img.gamemonetize.com/ym5taplyepdcw1dsk689mm7v1vvlghtc/512x384.jpg', 'https://html5.gamemonetize.com/ym5taplyepdcw1dsk689mm7v1vvlghtc/', '0', 'Action', 0, 0, '', 'crazy-bike-fun'), (3544, 'Running chicken', 'This is a parkour leisure game. In the game, chicks are running on a ball. There are many gold coins waiting for players to collect on the road. The game is cartoonish and fun to play. Interested partners, please try it', 'https://img.gamemonetize.com/3953bz5scqmb8kvruom72s4ez17kq1r6/512x384.jpg', 'https://html5.gamemonetize.com/3953bz5scqmb8kvruom72s4ez17kq1r6/', '0', 'Action', 0, 0, '', 'running-chicken'), (3545, 'Beat Roller Skate', 'Beat Roller - A special music game where you can enjoy the excitement of skating! Rolling on the road to collect diamonds and avoid obstacles with your roller skates!', 'https://img.gamemonetize.com/cadi8xbhuvu434niyle2anb9dps8c284/512x384.jpg', 'https://html5.gamemonetize.com/cadi8xbhuvu434niyle2anb9dps8c284/', '0', 'Racing', 0, 0, '', 'beat-roller-skate'), (3546, 'fashion new haire style ', 'This girl\'s game is ready for fashion! Are you? Hair Salon. Check. Awesome hairstyles? Check. Great fashion? Check. Let\'s play! It\'s time to be the boss and run your own fashionable hair empire. You have your very own hair salon in this girls game where you get to be the boss. Design cute hairstyles and match them up with the best fashion trends. Spa treatments and colorful makeup makeovers are the perfect additions to add to your fashionable hair salon. All the celebrities are going to want to come to your salon to get a makeovers because of', 'https://img.gamemonetize.com/ei89t30m0gf9q9adanxgajj4ido2iswj/512x384.jpg', 'https://html5.gamemonetize.com/ei89t30m0gf9q9adanxgajj4ido2iswj/', '0', 'Girls', 0, 0, '', 'fashion-new-haire-style-'), (3547, 'Reef Rumble', 'Embark on an exciting adventure with your Bikini Bottom friends in Reef Rumble! Join SpongeBob, Patrick, Sandy, and Squidward as they compete in the biggest martial arts championship of the underwater world. Your goal is to become the Ocean Floor Supreme-Sea Champion, but competition is fierce. Are you ready to do whatever it takes to win the title?', 'https://img.gamemonetize.com/kgs6k87bkfd1pqjfhlowwr9wryg4ccn3/512x384.jpg', 'https://html5.gamemonetize.com/kgs6k87bkfd1pqjfhlowwr9wryg4ccn3/', '0', 'Adventure', 0, 0, '', 'reef-rumble'), (3548, 'The king of war', 'This is a very casual game for breaking through the hurdles. If players want to win here, they need to recruit more gunmen to fight with them. Only in this way will they have a great chance of winning. Otherwise, they will be destroyed by the group. There are still many obstacles to block in the game, and they should also be careful to avoid it. Otherwise, it is very sad to be killed by obstacles!', 'https://img.gamemonetize.com/1u5n9u5ptgpn5j1u5l2rct4cdi2vdeni/512x384.jpg', 'https://html5.gamemonetize.com/1u5n9u5ptgpn5j1u5l2rct4cdi2vdeni/', '0', 'Action', 0, 0, '', 'the-king-of-war'), (3549, 'Barber fun', 'The picture of the game is made in cartoon style. Players need to cut their hair according to customers\' needs in the game. They can also DIY Oh, magic and funny, design appropriate hair styles for customers, and give you free play to creativity. As a hair stylist, you can contact many celebrities, do hair styles for them, and then design a fashionable hair style after trimming. The operation of the game is simple and easy to use, There are all kinds of interesting games waiting for your challenge.', 'https://img.gamemonetize.com/wdhd5jqa5376e9f3ru1mhvw9vpfyhv9w/512x384.jpg', 'https://html5.gamemonetize.com/wdhd5jqa5376e9f3ru1mhvw9vpfyhv9w/', '0', 'Adventure', 0, 0, '', 'barber--fun'), (3550, 'Cast iron sword', 'This is a leisure game that can fully relieve the pressure of your daily life. In this game, you can use grindstones of different shapes to polish a sword prototype, press your magic stone according to the trajectory given in each level, and let it eliminate the surplus materials, so that the sword takes its proper shape. Each elimination must be carried out according to the prescribed trajectory, otherwise the challenge will fail.', 'https://img.gamemonetize.com/7lw270vciarnaoitguk6tkromyq3q80q/512x384.jpg', 'https://html5.gamemonetize.com/7lw270vciarnaoitguk6tkromyq3q80q/', '0', 'Action', 0, 0, '', 'cast-iron-sword'), (3551, 'Easter Bunny Clicker', 'Welcome to our newest Easter puzzle game called Easter Bunny Clicker. The game has 10 levels with 10 images of cute Easter bunnies. The goal of the game is to solve the puzzle by clicking on the parts of the image, rotate them, and bringing them to the right place. You have to be very fast because the time is counting down. Enjoy and have fun playing this rotating puzzle game!!!', 'https://img.gamemonetize.com/kt07zrzg5ffkflmcw3trntgky4d6om2x/512x384.jpg', 'https://html5.gamemonetize.com/kt07zrzg5ffkflmcw3trntgky4d6om2x/', '0', 'Puzzles', 0, 0, '', 'easter-bunny-clicker'), (3552, 'Bus Parking Simulator Online', 'Here is a hard-core bus-parking simulation game. With 3D modern buses in a parking lot, you need to drive the bus to the marked parking position at all levels. Glad you will complete all levesl and unlock your favorite bus.', 'https://img.gamemonetize.com/ffpf197dio6ysag7v10k6mg8e1zzwwip/512x384.jpg', 'https://html5.gamemonetize.com/ffpf197dio6ysag7v10k6mg8e1zzwwip/', '0', 'Action', 0, 0, '', 'bus-parking-simulator-online'), (3553, 'Billiard Champion', 'БильÑрд - одна из Ñамых популÑрных игр в мире, она может развить у людей ÑпоÑобноÑÑ‚ÑŒ к логичеÑкому мышлению и хорошо тренировать их зрение, а также может тренировать терпение и ÑпоÑобноÑÑ‚ÑŒ к Ñпокойному мышлению.', 'https://img.gamemonetize.com/6plitwan0l11bxzub092x7uqcwh4h5ix/512x384.jpg', 'https://html5.gamemonetize.com/6plitwan0l11bxzub092x7uqcwh4h5ix/', '0', 'Multiplayer', 0, 0, '', 'billiard-champion'), (3554, 'Guard The Island', 'Start with a small craft island, explore and develop the amazing world in the game. Research the area, the island has everything you need to build a city. Find and collect unique resources. In the game, chop wood, mine stone and gold, and build shelters. In order to build your city, you need to craft as many complex resources as possible. Explore the island to find resource deposits, and improve your crafting and mining skills to mine resources faster for your crafting world. Hire idle lumberjacks and miners and build the biggest empire on the island. You can\'t just build a big empire on one island. The game is much bigger than you think. Explore new lands in every possible way, expand your territory and conquer the world in idle construction games. Craft tools, hire new members of your team, and build houses in every corner of the game world.', 'https://img.gamemonetize.com/834dw3i3gio4bogtnwsa0qgtybbagaf6/512x384.jpg', 'https://html5.gamemonetize.com/834dw3i3gio4bogtnwsa0qgtybbagaf6/', '0', 'Hypercasual', 0, 0, '', 'guard-the-island'), (3555, 'Animals Party Ball 2 Player', 'Hey you gamers are you ready to survive in this dangerous world with your friend? yes if you are ready survive in very dangerous jungle. Reach the finish gate with the ball-shaped animal with your friend. Remember, reaching alone is not a solution to anything. To get out of the forest, you and your friend have to reach the door. collect coins and buy different animal costumes. Never, ever reach the door without the key.', 'https://img.gamemonetize.com/mv8xpvsmwg32tujvzbibrh15j6k7d3o4/512x384.jpg', 'https://html5.gamemonetize.com/mv8xpvsmwg32tujvzbibrh15j6k7d3o4/', '0', 'Adventure', 0, 0, '', 'animals-party-ball---player'), (3556, 'PopStar Master', 'The classic puzzle game of 2022-PopStar Mania. Once you pop, you can\'t stop! Tap on two or more adjacent blocks to destroy them. An exciting game with cool Effects. It is good casual game to kill time, reduce pressure and train brain for all ages.', 'https://img.gamemonetize.com/ovaxkifpv5ax34os2b2cxiz768u9n7fg/512x384.jpg', 'https://html5.gamemonetize.com/ovaxkifpv5ax34os2b2cxiz768u9n7fg/', '0', 'Puzzles', 0, 0, '', 'popstar-master'), (3557, 'Little Princess Secret Garden', 'The little princess\'s secret garden is filled with joy and laughter! Surrounded by beautiful flowers, the garden is the perfect place to host a wonderful party. Pick some flowers and design a beautiful hat to complement your stylish look. Some delicious s\'mores to make yourself will make an outdoor party more fun. Let\'s get dressed and go to the party with the little princess.', 'https://img.gamemonetize.com/5ngig40whqg7teuzhsjp8gayfjycee7j/512x384.jpg', 'https://html5.gamemonetize.com/5ngig40whqg7teuzhsjp8gayfjycee7j/', '0', 'Girls', 0, 0, '', 'little-princess-secret-garden'), (3558, 'Crazy Backflip 3D', 'Crazy Backflip 3D is a seemingly simple but very difficult to master backflip game. You need to land in the designated position. Moreover, some levels will leave you with many obstacles. This will start to challenge your backflip skills. Come along and become a master!', 'https://img.gamemonetize.com/paxyjkzc955gy9v05fa4xiii4or8gpra/512x384.jpg', 'https://html5.gamemonetize.com/paxyjkzc955gy9v05fa4xiii4or8gpra/', '0', 'Arcade', 0, 0, '', 'crazy-backflip-d'), (3559, 'Emergency HQ City Rescuer', 'Emergency HQ: City Rescuer is a very special rescue game. What you have to do is to ensure that people can land safely. But be careful of obstacles on the ground, which is also a test of your reaction. Start the challenge!', 'https://img.gamemonetize.com/7k40yjbh4mk270e0j32of1mnhjrcfndx/512x384.jpg', 'https://html5.gamemonetize.com/7k40yjbh4mk270e0j32of1mnhjrcfndx/', '0', 'Puzzles', 0, 0, '', 'emergency-hq-city-rescuer'), (3560, 'Bubble Pops', 'Bubble Pop is an addictive hyper casual mobile game. Select groups of two or more bubbles and pop them to increase your score. The more bubbles you can destroy at once the higher is the score revenue.', 'https://img.gamemonetize.com/obzpddik7m61pyynq3inc6aih8mmlip9/512x384.jpg', 'https://html5.gamemonetize.com/obzpddik7m61pyynq3inc6aih8mmlip9/', '0', 'Puzzles', 0, 0, '', 'bubble-pops'), (3561, 'Global Hoops Pro', 'Master the skill of shooting hoops! Hit nothing but net to earn extra points, collect coins and use them to unlock new balls to play with!', 'https://img.gamemonetize.com/yf338qao63dibx9jal40wtye9y5rixk6/512x384.jpg', 'https://html5.gamemonetize.com/yf338qao63dibx9jal40wtye9y5rixk6/', '0', 'Sports', 0, 0, '', 'global-hoops-pro'), (3562, 'Sky Drive In Car', 'Fly cars with amazing new car flying physics on a single push button. Car driving games and simulators has been in trend but 55 Best Games have now launched all new FLYING CAR DRIVER game where you can not only drive your car but flying it like an airplane. We have integrated real plane like physics on all the attractive sports cars. Its a feature that no sports car have but its a futuristic car idea when luxury cars would have a feature to fly as well. Just image being in a car driving around the city and exploring the car features you hit an unknown button and your car wings open up and when you press gas your car starts flying in the air and become flying kar. Even top car games don\'t have a feature like this i.e driving and flying your car.', 'https://img.gamemonetize.com/vulfbdq5aj8bn8ljah0p8bzavyw9jz48/512x384.jpg', 'https://html5.gamemonetize.com/vulfbdq5aj8bn8ljah0p8bzavyw9jz48/', '0', 'Arcade', 0, 0, '', 'sky-drive-in-car'), (3563, 'Park Your Car Amazing', 'Advance Car Parking Game and Car Driving Simulator is the latest car drive parking and totally genuine car parking game of 2021 offered by Broken Diamond. Are you looking forward to have a new car parking and car driving games to park your vehicle as much as you want? We know you are here with a hope to find a new car parking simulator that suits you perfectly. Are you annoyed by all the similar car parking games and modern car drive, and lack of high-quality graphics and uniqueness in modern car parking? You will also learn how to actually park your car while enjoying the parking 3d game and master yourself by practicing. You will be the king of parking in this video games play free. Now most addictive car simulator games and car sim is here to test you as a car parking driver. Master the game play of unique car parking game and driving game play styles.', 'https://img.gamemonetize.com/m22tqm5f1oisw2b77esfwqke9qxaffhs/512x384.jpg', 'https://html5.gamemonetize.com/m22tqm5f1oisw2b77esfwqke9qxaffhs/', '0', 'Racing', 0, 0, '', 'park-your-car-amazing'), (3564, 'Baloon Pop Baby', 'If you like to pop the bubbles, then this is the right place for all bubble empire champions! Bubble Pop Origin Puzzle Game is an original bubble shooter game that will keep you entertained for hours! Match 3 to blast & drop colorful balls in this addictive bubble blast puzzle game! Use your bubble shooter to clear bubbles and collect treasure chests as you challenge various exciting levels! Explore caves filled with coins & treasure as you blast your way to the top! Clear the board with fewer shots to collect more points at each level. Pop the bubbles and put your blast bubble shooter skills to the test in Bubble Pop Origin!', 'https://img.gamemonetize.com/wag1g0tkizrnql7pb4apweppxoi3yfug/512x384.jpg', 'https://html5.gamemonetize.com/wag1g0tkizrnql7pb4apweppxoi3yfug/', '0', 'Arcade', 0, 0, '', 'baloon-pop-baby'), (3565, '2023 Car Parking', 'Advance Car Parking Game and Car Driving Simulator is the latest car drive parking and totally genuine car parking game of 2021 offered by Broken Diamond. Are you looking forward to have a new car parking and car driving games to park your vehicle as much as you want? We know you are here with a hope to find a new car parking simulator that suits you perfectly. Are you annoyed by all the similar car parking games and modern car drive, and lack of high-quality graphics and uniqueness in modern car parking? You will also learn how to actually park your car while enjoying the parking 3d game and master yourself by practicing. You will be the king of parking in this video games play free. Now most addictive car simulator games and car sim is here to test you as a car parking driver. Master the game play of unique car parking game and driving game play styles.', 'https://img.gamemonetize.com/mbr14qnodah7eoewqa8nvzd0mdg6k72l/512x384.jpg', 'https://html5.gamemonetize.com/mbr14qnodah7eoewqa8nvzd0mdg6k72l/', '0', 'Racing', 0, 0, '', '-car-parking'), (3566, 'Make Pizza Master', 'Have you tried yummy pizza making before??? Then get ready to have unlimited fun of fast food cooking games. Let’s start making in your baking kitchen. Make delicious finger licking recipes for your yummy fast food lovers and food cooking. Be the best snack making cook and just follow your perfect recipe and get started like a great cooking pizza maker chef in cooking games for girls. First you have to shop all the required ingredients for tasty snack cooking. Let’s make a dough for yummy pizza making by using all these ingredients. Cut the dough in different amazing shapes. Cut the vegetables in a beautiful manner for healthy topping and Cook dishes. Now your yummy fast food is ready to bake. Place the ready dough in the oven for some time. Then, select yummy topping from tons of delicious options and now tasty treat is ready to eat in pizza games.', 'https://img.gamemonetize.com/t06jhwnsomy0saeg77qmxycqh0iv7ei7/512x384.jpg', 'https://html5.gamemonetize.com/t06jhwnsomy0saeg77qmxycqh0iv7ei7/', '0', 'Arcade', 0, 0, '', 'make-pizza-master'), (3567, 'Bus Driving Amazing', 'Coach Bus Simulator is the first coach driving game that will teach you to drive a real coach across different scenarios! Take people from a city to another, show them amazing places and landscapes. Open world map, incredible vehicles, wonderful interiors will make you feel a realistic coach bus driving experience! It\'s time to get on board and drive through Europe! Enter the simulation world of bus driving! Get Coach Bus Simulator now!', 'https://img.gamemonetize.com/ear2s20frvn5pm9es6h9jtpbq63qjzmk/512x384.jpg', 'https://html5.gamemonetize.com/ear2s20frvn5pm9es6h9jtpbq63qjzmk/', '0', 'Racing', 0, 0, '', 'bus-driving-amazing'), (3568, 'Bus Game Drive', 'Coach Bus Simulator is the first coach driving game that will teach you to drive a real coach across different scenarios! Take people from a city to another, show them amazing places and landscapes. Open world map, incredible vehicles, wonderful interiors will make you feel a realistic coach bus driving experience! It\'s time to get on board and drive through Europe! Enter the simulation world of bus driving! Get Coach Bus Simulator now!', 'https://img.gamemonetize.com/cqb2w5vd78x93seq6xj4kdz559cny8ek/512x384.jpg', 'https://html5.gamemonetize.com/cqb2w5vd78x93seq6xj4kdz559cny8ek/', '0', 'Racing', 0, 0, '', 'bus-game-drive'), (3569, 'Super Car Driving', 'Extreme Car Driving Simulator is the open world car simulator since 2014, thanks to its advanced real physics engine Ever wanted to try a sports car simulator? Now you can drive, drift and feel a racing sports car! Be a furious racer on a whole city for you. No need to brake because of traffic or racing other rival vehicles, so you can perform illegal stunt actions and run full speed without the police chasing you! Drifting fast and doing burnouts had never been so fun! Burn the asphalt of this open world city!', 'https://img.gamemonetize.com/4xp2qhekxktlzztwgr3gd0y6ss3ltps1/512x384.jpg', 'https://html5.gamemonetize.com/4xp2qhekxktlzztwgr3gd0y6ss3ltps1/', '0', 'Racing', 0, 0, '', 'super-car-driving'), (3570, 'Best Car Parking Simulator', 'Advance Car Parking Game and Car Driving Simulator is the latest car drive parking and totally genuine car parking game of 2021 offered by Broken Diamond. Are you looking forward to have a new car parking and car driving games to park your vehicle as much as you want? We know you are here with a hope to find a new car parking simulator that suits you perfectly. Are you annoyed by all the similar car parking games and modern car drive, and lack of high-quality graphics and uniqueness in modern car parking? You will also learn how to actually park your car while enjoying the parking 3d game and master yourself by practicing. You will be the king of parking in this video games play free. Now most addictive car simulator games and car sim is here to test you as a car parking driver. Master the game play of unique car parking game and driving game play styles. Precision in handling steering wheel of a racing car games is attribute that is associated with new best games 2021. Parking lots, city is the playground for new car parking driver and car games 2021, explore more for the car parking free games 2021. Hours of entertainment with parking cars, driving cars and new free games etc. Unlike other car games, we offer you a game with superior quality graphics game download, the best easy parking management and interesting car parking and driving simulator.', 'https://img.gamemonetize.com/vq8s0cnq4ip9fowb5vqt7z0gt5ui21re/512x384.jpg', 'https://html5.gamemonetize.com/vq8s0cnq4ip9fowb5vqt7z0gt5ui21re/', '0', 'Racing', 0, 0, '', 'best-car-parking-simulator'), (3571, 'Pop Baloon Baby', 'Ready to start matching and popping some balloons? Balloon Paradise is a colorful and exciting match 3 puzzle game that takes place in a world high above the clouds! Swap and match shiny balloons and unleash fantabulous power-ups as you work to save the sky city of Floatopia! Belle\'s amazing adventure has taken her to a world she never knew existed. Far above the land, hidden by the clouds, is a city made entirely out of balloons. A great gust of wind has stirred up trouble in this beautiful world, mixing up all of the colors and causing parts of the city to disappear! Only Belle can put things in order, and she\'s got just the match 3 skills to do it! Travel to amazing new worlds as you help Belle by matching balloons one group at a time. Solve puzzles to get special power-ups that can pop tons of balloons at once, sending them back to Floatopia in a great flash of fun!', 'https://img.gamemonetize.com/nmlyoc7qz0o79ix1gfil9ljjfasuzq9y/512x384.jpg', 'https://html5.gamemonetize.com/nmlyoc7qz0o79ix1gfil9ljjfasuzq9y/', '0', 'Arcade', 0, 0, '', 'pop-baloon-baby'), (3572, 'Dominos Pizza Maker', 'Making Pizza has never been more fun! Pizza Maker cooking games introduce the world of cooking, baking, and Pizza making to young kids. Enjoy the entire cooking and baking process of Pizza making by adding the ingredients for the dough and rolling it out, cutting vegetables and cooking the sauce, adding a huge variety of toppings, and baking it in the oven. The game is designed for kindergarten and preschool children and is suitable for young boys and girls to be able to play on their own, without the support of adults.', 'https://img.gamemonetize.com/a4kvykp6x88m2un7fzgu12refm6snt77/512x384.jpg', 'https://html5.gamemonetize.com/a4kvykp6x88m2un7fzgu12refm6snt77/', '0', 'Arcade', 0, 0, '', 'dominos-pizza-maker'), (3573, 'Crazy Ramp Sky', 'Stunt Master Racing Game is one of the most challenging crazy stunt game for you. It\'s time to play stunt master GT Car Racing game with Maga ramp car jumping adventure. With the fantasy and most thrilling Gt car drive master, we welcome you to GT sky car stunts master and driving game. You\'ll be very happy while playing this car game in sky ramps. In this one of the best driving games with impossible stunts master tracks, you will feel the driving thrill. In this Master stunts Car game, you will experience many types of car racing master stunts with GT crazy cars.', 'https://img.gamemonetize.com/b8a1qbl67c5x1luqq1y1vdua1iz363gp/512x384.jpg', 'https://html5.gamemonetize.com/b8a1qbl67c5x1luqq1y1vdua1iz363gp/', '0', 'Racing', 0, 0, '', 'crazy-ramp-sky'), (3574, 'Crazy 4x4 Driving', 'Off Road is an addictive ultimate mud truck driving game and realistic car racing simulator. Are you ready to start the race in rugged environments and test your driving skills? Stunning detailed graphics, a huge selection of 4x4 trucks, real driving physics, endless upgrades & customization, and various offroad racing challenges! Get the most realistic off-road racing experience right now!', 'https://img.gamemonetize.com/ypa8fpgu79e5w6bvousqvf6xca07u1q6/512x384.jpg', 'https://html5.gamemonetize.com/ypa8fpgu79e5w6bvousqvf6xca07u1q6/', '0', 'Racing', 0, 0, '', 'crazy-x-driving'), (3575, 'Bus Game Driving', 'Bus Driver Simulator 2019 is the first bus driving game that will teach you how to drive a real tourist bus. The most realistic public transportation bus driving simulation game ever to be published on the Play store! You are being assigned the task to bring passengers safely from their Bus Stop to their destination. In Extreme Bus Driver Simulator you take on the role of a real-life bus driver working shifts in an offroad snow track. Here you just have to drive carefully to survive and take your tourists to their destination safely Unlike those big city simulators full of traffic, pedestrians and traffic lights where you need to mind the laws of the roads.', 'https://img.gamemonetize.com/pjzxua8ja4nw2u4h35fi14m44emjsz2u/512x384.jpg', 'https://html5.gamemonetize.com/pjzxua8ja4nw2u4h35fi14m44emjsz2u/', '0', 'Racing', 0, 0, '', 'bus-game-driving'), (3576, 'Car Best Parking', 'Advance Car Parking Game and Car Driving Simulator is the latest car drive parking and totally genuine car parking game of 2021 offered by Broken Diamond. Are you looking forward to have a new car parking and car driving games to park your vehicle as much as you want? We know you are here with a hope to find a new car parking simulator that suits you perfectly. Are you annoyed by all the similar car parking games and modern car drive, and lack of high-quality graphics and uniqueness in modern car parking? You will also learn how to actually park your car while enjoying the parking 3d game and master yourself by practicing. You will be the king of parking in this video games play free. Now most addictive car simulator games and car sim is here to test you as a car parking driver. Master the game play of unique car parking game and driving game play styles.', 'https://img.gamemonetize.com/8oyr0nxerwnz5z98tj91zcd0lhcdd3aw/512x384.jpg', 'https://html5.gamemonetize.com/8oyr0nxerwnz5z98tj91zcd0lhcdd3aw/', '0', 'Racing', 0, 0, '', 'car-best-parking'), (3577, 'Yummy Way', 'Yummy Way – colorful dynamic arcade game. The main character, a whale, swims in the depths of the ocean and eats plankton. Collect series of plankton of the same color to get more points! Dodge enemies! A series of 10 planktons of the same color will give a bonus of protection against the enemy and double the series points of the bonus color!', 'https://img.gamemonetize.com/aoy5alnaipom6kcpz58kqhofsem39y9z/512x384.jpg', 'https://html5.gamemonetize.com/aoy5alnaipom6kcpz58kqhofsem39y9z/', '0', 'Clicker', 0, 0, '', 'yummy-way'), (3578, 'Master Memory Match', 'Memory Match is a simple classic board game which can help and challenging your brain memory. and reach highest score as possible while timer is decreased every second.', 'https://img.gamemonetize.com/norw0tbbwzcinoiwczo666afym5e07wu/512x384.jpg', 'https://html5.gamemonetize.com/norw0tbbwzcinoiwczo666afym5e07wu/', '0', 'Puzzles', 0, 0, '', 'master-memory-match'), (3579, 'Drag And Drop', 'It is an educational as well as fun game for kids. Just look the photo displayed in the left box and click correct shadow of the photo in right panels.', 'https://img.gamemonetize.com/upboex78qkwixur2awgq8omomkr0tfyt/512x384.jpg', 'https://html5.gamemonetize.com/upboex78qkwixur2awgq8omomkr0tfyt/', '0', 'Puzzles', 0, 0, '', 'drag-and-drop'), (3580, 'Paw Friends Slide Puzzle Game', 'Paw Friends is a slide puzzle game where you have to solve image pieces of cute animals. Solve the puzzle too see them completely, and having fun discovering and solving the beatiful art pieces!', 'https://img.gamemonetize.com/9nexb6pxngd9ynhjnpp6ti01ylok6wz0/512x384.jpg', 'https://html5.gamemonetize.com/9nexb6pxngd9ynhjnpp6ti01ylok6wz0/', '0', 'Puzzles', 0, 0, '', 'paw-friends--slide-puzzle-game'), (3581, 'Rotate Puzzle', 'Jigsaw Rotate, puzzle game, 3 levels of difficulty, 3×3, 4×4, 5×5,6×6, players, rearrange, square pieces, rotating, complete picture, improves, spatial reasoning, problem-solving skills, preferred level, skill, preference, easy to play, suitable, all ages.', 'https://img.gamemonetize.com/6frlo1pemhpy4xxnhe9kcsmk844dv763/512x384.jpg', 'https://html5.gamemonetize.com/6frlo1pemhpy4xxnhe9kcsmk844dv763/', '0', 'Puzzles', 0, 0, '', 'rotate-puzzle'), (3582, 'Easter Hidden Stars', 'Looking for an exciting and engaging game to play during Easter? Look no further than Easter Hidden Stars! This fun and free online game is perfect for kids, and challenges them to find 10 hidden stars on each of the game\'s 8 levels. Simply use your mouse to click on a star when you spot one, and keep an eye on the timer located in the lower right corner of the screen. You\'ll have a set amount of time to find all 10 stars in each picture, so be quick and focused! Ready to start the game and have some fun? Let\'s go!', 'https://img.gamemonetize.com/9b8ou4k3r1xlfbhv4pzwpnv931lrr7qp/512x384.jpg', 'https://html5.gamemonetize.com/9b8ou4k3r1xlfbhv4pzwpnv931lrr7qp/', '0', 'Puzzles', 0, 0, '', 'easter-hidden-stars'), (3583, 'Gems Crush', 'The game has a simple gameplay of touching the gems so that there are more than two identical gems adjacent to each other in a row or column to destroy and earn points for the player. the player must try to overcome the challenge score of the game to bring the highest score. The end time is when the system will calculate and display the highest score.', 'https://img.gamemonetize.com/j2q2soncu6se16kzq3lithvb21j6tuem/512x384.jpg', 'https://html5.gamemonetize.com/j2q2soncu6se16kzq3lithvb21j6tuem/', '0', 'Puzzles', 0, 0, '', 'gems-crush'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (3584, 'The Hunter Zombie', 'The Hunter Zombie is an action-packed game where the player takes on the role of a skilled hunter, tasked with eliminating hordes of zombies. The aim of the game is simple: eliminate as many zombies as possible while staying alive. The game features custom behavior for the player’s hands movements for aiming in all directions, with touching the screen triggering the player to shoot bullets at the targets. The zombies are ruthless and relentless, and the player must stay alert and react quickly to avoid being overwhelmed. One unique feature of the game is the use of physics rag-doll behavior for the enemy zombies. This means that when the player shoots a zombie, their body parts will react realistically and detach from the main body, creating an immersive and satisfying game play experience. As the player progresses through the levels, the zombie hordes become increasingly challenging to defeat, with new types of zombies with different abilities and strengths appearing. However, the player can collect power-ups and upgrades to their weapons to aid them in their mission. Overall, The Hunter Zombie is a thrilling and action-packed game that is sure to keep players on the edge of their seats. With its unique game play mechanics and immersive physics-based action, it’s a game that is hard to put down.', 'https://img.gamemonetize.com/wnwa5sfs4fddxtfzjrjs1ozxxj7v11h6/512x384.jpg', 'https://html5.gamemonetize.com/wnwa5sfs4fddxtfzjrjs1ozxxj7v11h6/', '0', 'Clicker', 0, 0, '', 'the-hunter-zombie'), (3585, 'Car Stunt Races Mega Ramps 2023', 'Car Stunt Races: Mega Ramps 2023 is a car stunt simulator game that takes physics to an extreme level: crashes, jumps, drifts and lots of other fun racing car tricks. FREE MODE Drive your sports car in the stunts and obstacles of the open free mode! Will you climb the mega ramp? CHALLENGES We\'ve designed the most challenging and fun races for you to drive. Jump over dangerous ramps and beat the challenges. OTHER GAME FEATURES · Impossible parkour-like stunts · Realistic car crashes and damage · Challenging tracks and game modes, including race, jump, soccer... and even bowling!', 'https://img.gamemonetize.com/4rhyezryycr63rlwwvr7t1zwsgdzr0l2/512x384.jpg', 'https://html5.gamemonetize.com/4rhyezryycr63rlwwvr7t1zwsgdzr0l2/', '0', 'Adventure', 0, 0, '', 'car-stunt-races-mega-ramps-'), (3586, 'Snow Car Drift & Car Racing 2023', 'bring you this amazing real car drifting 2022 : snow car drift & car racing, a modern car drift simulation game. Snow mountain car drifting with uphill car racing drift and car racing game is the latest real drifting challenge game with a lot of fun in winter land scape & jungle mountain track racing. Drifting car games 2022 is the best car drifting games free as car racing game. Drifting car simulator & car racing games loaded with ultimate fun of the most realistic car drifting game experience as well as an ultimate uphill car race game. Enjoy your real car drift game with real drifting cars game, drifting car games free is the wonderful car', 'https://img.gamemonetize.com/q08d190d72ezca1iniyzeedf66e5gas7/512x384.jpg', 'https://html5.gamemonetize.com/q08d190d72ezca1iniyzeedf66e5gas7/', '0', 'Arcade', 0, 0, '', 'snow-car-drift-amp-car-racing-'), (3587, 'Barry On The Space', 'In this game, the player takes on the role of a small creature Barry exploring space, jumping on platforms to reach new planets and uncovering the mysteries of the universe. The Barry must jump from platform to platform in order to progress through each level and explore the different planet. Along the way, the Barry may encounter obstacles that must be overcome in order to continue. The game may include upgrades that enhance the Barry\'s abilities, such as the ability to jump higher or set up a platform. The player may also need to collect energy and tokens in to make it easier to explore space As the player progresses through the game, they will encounter different environments and challenges that will require different skills and strategies to overcome.', 'https://img.gamemonetize.com/gl7hxwxqkzlucz525osjjs95henm5fy2/512x384.jpg', 'https://html5.gamemonetize.com/gl7hxwxqkzlucz525osjjs95henm5fy2/', '0', 'Adventure', 0, 0, '', 'barry-on-the-space'), (3588, 'Disk Dash', 'A Simple Hyper Casual Game', 'https://img.gamemonetize.com/sgl3elcrt87ld53t5jsnaf45nx9bdem1/512x384.jpg', 'https://html5.gamemonetize.com/sgl3elcrt87ld53t5jsnaf45nx9bdem1/', '0', 'Puzzles', 0, 0, '', 'disk-dash'), (3589, 'Boris Frog', 'Boris the Frog is an exciting 2D platformer game that will put your skills to the test! With your help, Boris can overcome difficult trials and collect apples to climb walls and overcome obstacles. In this thrilling adventure, you\'ll navigate through challenging levels filled with obstacles, enemies, and more. With intuitive controls, you\'ll have to jump, dodge, and use power-ups to overcome the toughest challenges. Collect as many apples as possible to unlock new levels and achievements. But be careful - the obstacles get harder and harder as you progress through the game! With colorful graphics and catchy music, Boris the Frog is sure to keep you entertained for hours.', 'https://img.gamemonetize.com/jobiv0psp9q48anmf104bxwtv2qna4i4/512x384.jpg', 'https://html5.gamemonetize.com/jobiv0psp9q48anmf104bxwtv2qna4i4/', '0', 'Hypercasual', 0, 0, '', 'boris-frog'), (3590, 'DOT RESCUE MAIN', 'Connect Dots is addictive line puzzle game. Let\'s connect two same color dots.', 'https://img.gamemonetize.com/ky4kuyqvvej4bl3l07m5yjsw7n0q78kh/512x384.jpg', 'https://html5.gamemonetize.com/ky4kuyqvvej4bl3l07m5yjsw7n0q78kh/', '0', 'Puzzles', 0, 0, '', 'dot-rescue-main'), (3591, 'Defend Against Zombies', 'A tower defense game in which zombie hordes are headed straight for a city full of people. Place towers to protect the people from the zombies.', 'https://img.gamemonetize.com/kpgl0e1p04blknkw5fkkbcifwu45c3yo/512x384.jpg', 'https://html5.gamemonetize.com/kpgl0e1p04blknkw5fkkbcifwu45c3yo/', '0', 'Adventure', 0, 0, '', 'defend-against-zombies'), (3592, 'RESCUE THE DOT', 'These bees are dangerous! Doge is in danger! Could you protect Doge from the bad bees?', 'https://img.gamemonetize.com/znkpakteyyfrvzjkaqx3ccr7kf5hcjo8/512x384.jpg', 'https://html5.gamemonetize.com/znkpakteyyfrvzjkaqx3ccr7kf5hcjo8/', '0', 'Hypercasual', 0, 0, '', 'rescue-the-dot'), (3593, 'RUSH CIRCLE', 'Enjoy The Hypercasual game', 'https://img.gamemonetize.com/cmgdylniw9mci3391r83onycyspvq2ww/512x384.jpg', 'https://html5.gamemonetize.com/cmgdylniw9mci3391r83onycyspvq2ww/', '0', 'Hypercasual', 0, 0, '', 'rush-circle'), (3594, 'CHOAS COLORFULL', 'Colorful Chaos; beat your high score with quick reflexes and coordination', 'https://img.gamemonetize.com/q9ojylypz9rxqn95jhwjzgh7ufi5ez8m/512x384.jpg', 'https://html5.gamemonetize.com/q9ojylypz9rxqn95jhwjzgh7ufi5ez8m/', '0', 'Hypercasual', 0, 0, '', 'choas-colorfull'), (3595, 'Bricks Crusher Super Adventures (2023)', 'Bricks Crusher Super Adventures is a mix of three classic games with its own gameplay story and vision... Different mechanics are implemented in the game, which make your gameplay fun and varied. 10+ levels of different type and difficulty, and the number of levels keeps growing every week/month. Hidden objects. Challenging tasks. Different ways to achieve the result and beat the level. The mobile version is available on Google Play: https://play.google.com/store/apps/details?id=com.madriver.game', 'https://img.gamemonetize.com/p3nued2616rnk9dz0o3c6ykzup6ycnt6/512x384.jpg', 'https://html5.gamemonetize.com/p3nued2616rnk9dz0o3c6ykzup6ycnt6/', '0', 'Adventure', 0, 0, '', 'bricks-crusher-super-adventures-'), (3596, 'Huggy Smasher', 'Try to smash the more Huggy Wuggy you can! Use the mega ball to smash the monsters enjoy it!!', 'https://img.gamemonetize.com/32uk69eej7vxjx9e74zjikzjf0voaaro/512x384.jpg', 'https://html5.gamemonetize.com/32uk69eej7vxjx9e74zjikzjf0voaaro/', '0', 'Hypercasual', 0, 0, '', 'huggy-smasher'), (3597, 'Cat Drop', 'Help the little fallen Kitty Cat to land in the right platform! How to play: Click on the boxes, blocks etc... to remove them from the screen. All boxes except the grass must all be removed for you to reach the next level. Use the set blocks and props however you can to get the Little Cat land safe to the grass aera. You can reset each level if you make a wrong move. Try to complete all 28 different levels to resolve in this fun physics puzzle game!', 'https://img.gamemonetize.com/nrbc64yfy1kvgn5ii5eb48k2mbad6d6c/512x384.jpg', 'https://html5.gamemonetize.com/nrbc64yfy1kvgn5ii5eb48k2mbad6d6c/', '0', 'Puzzles', 0, 0, '', 'cat-drop'), (3598, 'Offroad Masters Challenge', 'Would you like to embark on an adventure with your offroad truck over the continents, lands, and various countries with the Offroad Masters Challenge game? During the adventure, you can make a career with your offroad vehicle, you can join a free SUV driving adventure, or even, can crash your trucks in a huge offroad car crash arena! These cars can modifiable such as engine modifications, or tire modifications will be available. Join this adventure either in single player game mode, or in two player game mode. Let\'s go!', 'https://img.gamemonetize.com/uuzsf91weppr2puldne8xyw5wnem04sn/512x384.jpg', 'https://html5.gamemonetize.com/uuzsf91weppr2puldne8xyw5wnem04sn/', '0', '3D', 0, 0, '', 'offroad-masters-challenge'), (3599, 'Stick Hero Mighty Tower Wars', 'Prepare yourself to fight top battles, defeat monsters and enemies. Calculate and defeat enemies with less power, power-up and eliminating them all. Build tower as high as you can. A princess needs your help, a treasure awaits... Calculate your move to wipe out the enemies in the war of heroes, level up to unlock variable new characters.', 'https://img.gamemonetize.com/bool4l7blab69un3vnflwmazr8l5i31t/512x384.jpg', 'https://html5.gamemonetize.com/bool4l7blab69un3vnflwmazr8l5i31t/', '0', 'Fighting', 0, 0, '', 'stick-hero-mighty-tower-wars'), (3600, 'Geo Challenge Country Flag', 'Guess the flag!', 'https://img.gamemonetize.com/ofl8fy1df3bagmmkin7d3enrqwzpib2a/512x384.jpg', 'https://html5.gamemonetize.com/ofl8fy1df3bagmmkin7d3enrqwzpib2a/', '0', 'Puzzles', 0, 0, '', 'geo-challenge-country-flag'), (3601, 'Mario & Banzai', 'Take a look at the distance between the platforms, act quickly and accurately.', 'https://img.gamemonetize.com/ndyc9b1by8l0a1e7o9df9bttuaimvg1h/512x384.jpg', 'https://html5.gamemonetize.com/ndyc9b1by8l0a1e7o9df9bttuaimvg1h/', '0', 'Clicker', 0, 0, '', 'mario-amp-banzai'), (3602, 'Pixel Guns Apocalypse 3', 'With the rise of monthly fights and group multiplayer battle royale titles, online gamers now have a plethora of choices and a great deal of enjoyment when it comes to social video games. Turn the tide of battle and refill your gun with the help of additional weaponry provided by your preferred online multiplayer game, replete with eye-popping graphics, devastating firearms, and intense real-time competition. Engage on the online clash of clans task with a group of other players.', 'https://img.gamemonetize.com/h0wg1koj2drdhu6a0cvbvoyrd8bjd6g8/512x384.jpg', 'https://html5.gamemonetize.com/h0wg1koj2drdhu6a0cvbvoyrd8bjd6g8/', '0', 'Shooting', 0, 0, '', 'pixel-guns-apocalypse-'), (3603, 'Good Guys VS Bad Boys Zombie', 'The proliferation of monthly battles and team-based multiplayer battle royale games has provided online players abundant options and hours of entertainment. Your favourite online multiplayer game, complete with stunning visuals, lethal weapons, and fierce real-time competition, can help you turn the tide of combat and reload your gun. Participate in the cooperative online Clash of Clans challenge with other participants.', 'https://img.gamemonetize.com/q682w5tgaht1u3ezphwde4z0jy3kuovi/512x384.jpg', 'https://html5.gamemonetize.com/q682w5tgaht1u3ezphwde4z0jy3kuovi/', '0', 'Shooting', 0, 0, '', 'good-guys-vs-bad-boys-zombie'), (3604, 'Hasbulla Antistress Game', 'Hasbulla Antistress Game is another one yet super fun antistress game with our super cute Hasbulla. Play around, enjoy, leave stress behind and have fun! Hasbulla Antistress Game is in HTML5, No need to install it! It\'s free!', 'https://img.gamemonetize.com/mes4rjksmoe17flptoqq8sgzfd0d3b7b/512x384.jpg', 'https://html5.gamemonetize.com/mes4rjksmoe17flptoqq8sgzfd0d3b7b/', '0', 'Hypercasual', 0, 0, '', 'hasbulla-antistress-game'), (3605, 'Glitter Lips Coloring Game', 'Simple and intuitive, you\'ll have hours of fun! This art game will help you improve your problem-solving skills, logic and cognitive skills, concentration and memory. Fashion Accessories Coloring Book helps develop memory skills in everyone. Playing this coloring game will help them increase your popularity while having fun.', 'https://img.gamemonetize.com/nmpsut9l8ao4augz5zhv2igsn7v3ak76/512x384.jpg', 'https://html5.gamemonetize.com/nmpsut9l8ao4augz5zhv2igsn7v3ak76/', '0', 'Girls', 0, 0, '', 'glitter-lips-coloring-game'), (3606, 'Hall of Games', 'Bored? Visit the Hall of Games! This exciting game lets you hang out with your favorite Nickelodeon heroes. Can you complete all 18 activities? There\'s something for everyone in this fun-filled collection. With a large cast of characters from classic shows like SpongeBob SquarePants and Power Rangers to newer shows like The Loud House and Kid Danger, you\'ll get to meet old friends or make new ones. The 18 activities are easy to play and only last 60 seconds, with simple controls and straightforward gameplay, you\'ll be playing in no time.', 'https://img.gamemonetize.com/ldn3ei9xorzi6zbkdeytjvkor8w1d32e/512x384.jpg', 'https://html5.gamemonetize.com/ldn3ei9xorzi6zbkdeytjvkor8w1d32e/', '0', 'Arcade', 0, 0, '', 'hall-of-games'), (3607, 'Rainbow Friends Find Stars', 'Rainbow Friends Find Stars is a puzzle hidden object game. Find the hidden stars in the pictures. Use hint button to reveal difficult hidden stars. Explore tons of amazing and challenging levels. Enjoy!', 'https://img.gamemonetize.com/7bqx0vqrptjhue8gqboa3vlewcccqion/512x384.jpg', 'https://html5.gamemonetize.com/7bqx0vqrptjhue8gqboa3vlewcccqion/', '0', 'Puzzles', 0, 0, '', 'rainbow-friends-find-stars'), (3608, 'Ninja Hack Attack 2', 'Puzzle fans will love Ninja Hack Attack! The Teenage Mutant Ninja Turtles need your help with a critical mission to infiltrate the Techno Cosmic Research Institute. With its complex circuits, you\'ll need to unlock every door to get inside. Get ready for a thrilling series of puzzles that will test your problem-solving skills. Assist your favorite adolescent heroes in reconnecting wires and navigating the maze-like labyrinth. Can you help them succeed?', 'https://img.gamemonetize.com/4tadxdw5z7ledj6suf6l2bxd0nm79ht9/512x384.jpg', 'https://html5.gamemonetize.com/4tadxdw5z7ledj6suf6l2bxd0nm79ht9/', '0', 'Puzzles', 0, 0, '', 'ninja-hack-attack-'), (3609, 'Jewels Link', 'Jewels Link is a puzzle jewel linking game. Slide your finger to link jewels of the same color and keep linking till you remove all the yellow squars. Explore some amazing levels and enjoy this game', 'https://img.gamemonetize.com/ezj0vnuufw8ebxip2eu29a16p43d4tto/512x384.jpg', 'https://html5.gamemonetize.com/ezj0vnuufw8ebxip2eu29a16p43d4tto/', '0', 'Puzzles', 0, 0, '', 'jewels-link'), (3610, 'Spinner Battle', 'Drag the spinner to knock all the other spinners out of the stadium. You have to destroy all your opponents and live to the end. The last spinner wins the match.', 'https://img.gamemonetize.com/izct09j7o33ngu0eovsbwh4z7kbjqzj4/512x384.jpg', 'https://html5.gamemonetize.com/izct09j7o33ngu0eovsbwh4z7kbjqzj4/', '0', '3D', 0, 0, '', 'spinner-battle'), (3611, 'Numbers Merge', 'Merge the Numbers is a logic game based on connecting numbers. Merge the numbers and reach the highest score!', 'https://img.gamemonetize.com/2c6c7yd78896kaptw1n4ht8gcfbwylub/512x384.jpg', 'https://html5.gamemonetize.com/2c6c7yd78896kaptw1n4ht8gcfbwylub/', '0', 'Puzzles', 0, 0, '', 'numbers-merge'), (3612, 'Bucketball', 'Bucketball is an arcade and shooting casual game. Where you need to shoot the ball into your bucket. Throw ball and try to pass through obstacles to complete the level. Try to pass all 25 levels in game.', 'https://img.gamemonetize.com/rtc9zb2da2hg8snax55zmb7t06419cfj/512x384.jpg', 'https://html5.gamemonetize.com/rtc9zb2da2hg8snax55zmb7t06419cfj/', '0', 'Sports', 0, 0, '', 'bucketball'), (3613, 'Gummies Puzzle', 'Gummies Puzzle is an amazing puzzle brain game. Try to link gummies till you see green lines. Explore tons of amazing and chellenging levels and try to complete them all. Good luck!', 'https://img.gamemonetize.com/45x14p75jfvdi2kt62l0igirhi4t8tbs/512x384.jpg', 'https://html5.gamemonetize.com/45x14p75jfvdi2kt62l0igirhi4t8tbs/', '0', 'Puzzles', 0, 0, '', 'gummies-puzzle'), (3614, 'TrollsPuzzle', 'Trolls are small, but very inquisitive and curious creatures who are interested in everything and everyone that surrounds them. In particular, they are interested in pictures (which often show themselves) and how they are broken into many parts. After that, little men like to restore the integrity of the picture and admire them. We have 4 puzzle pictures that need to be assembled piece by piece. Help the little trolls find out what and who is in these pictures!', 'https://img.gamemonetize.com/7g62z0w1cb7qn9hhlrp8l7koimfn7xvm/512x384.jpg', 'https://html5.gamemonetize.com/7g62z0w1cb7qn9hhlrp8l7koimfn7xvm/', '0', 'Puzzles', 0, 0, '', 'trollspuzzle'), (3615, 'Untwist Sky Roller Roller Skate', 'Want to have fun by exploring in to sky with rolling in sky roller games? If your answer is in yes, then get to play new & best Untwist Sky Roller: Roller Skating Games!', 'https://img.gamemonetize.com/em99338epixvwgh1vwuffx8fsq1gmnau/512x384.jpg', 'https://html5.gamemonetize.com/em99338epixvwgh1vwuffx8fsq1gmnau/', '0', 'Arcade', 0, 0, '', 'untwist-sky-roller-roller-skate'), (3616, 'Ultimate Hero Clash 2', 'Embark on an epic adventure with Ultimate Hero Clash 2 game! Experience the excitement as the Power Rangers, the legendary teenage superheroes, come face to face with the Teenage Mutant Ninja Turtles. Will the Power Rangers reign supreme or will the turtles come out on top? This is your chance to find out and be a part of the ultimate showdown between these two iconic groups. Get ready for a surprising and thrilling journey filled with menacing villains and heart-pounding action!', 'https://img.gamemonetize.com/usw5g0vhzsknc0hwbs9848ow9ou3fb0e/512x384.jpg', 'https://html5.gamemonetize.com/usw5g0vhzsknc0hwbs9848ow9ou3fb0e/', '0', 'Action', 0, 0, '', 'ultimate-hero-clash-'), (3617, 'RACING TRAIN 3D GAME', 'You can enjoy every moment by Play Train Racing 3D Game, for every level we are giving here multiple trains with different tracks.', 'https://img.gamemonetize.com/d0ozijqx5szyk657qnghturstikzlwtm/512x384.jpg', 'https://html5.gamemonetize.com/d0ozijqx5szyk657qnghturstikzlwtm/', '0', 'Racing', 0, 0, '', 'racing-train-d-game'), (3618, 'Sky roller skates', 'put on your roller skates now! Drag your finger left to right to avoid the obstacles and race down the path! Are you skilled enough to have zero hits?', 'https://img.gamemonetize.com/bque1r971lodcszf8961eyta7c9zzbv4/512x384.jpg', 'https://html5.gamemonetize.com/bque1r971lodcszf8961eyta7c9zzbv4/', '0', 'Racing', 0, 0, '', 'sky-roller-skates'), (3619, '3D Sky Roller', 'Drag your finger left to right to avoid the obstacles and race down the path! Are you skilled enough to have zero hits?', 'https://img.gamemonetize.com/c6fifvj469x9oys8gba3lu9gp4ip7f99/512x384.jpg', 'https://html5.gamemonetize.com/c6fifvj469x9oys8gba3lu9gp4ip7f99/', '0', 'Racing', 0, 0, '', 'd-sky-roller'), (3620, 'Minimal Road 46', 'Now you job is direct traffic.For aovid to happen traffic accidents.you must control the car to turn after straight-going cars passes.', 'https://img.gamemonetize.com/4u77bpwpfr0up0mkghmdbrdhls7yssau/512x384.jpg', 'https://html5.gamemonetize.com/4u77bpwpfr0up0mkghmdbrdhls7yssau/', '0', 'Racing', 0, 0, '', 'minimal-road-'), (3621, 'Garten of Banban 2', 'The official mobile game of Garten of Banban! Enter Banban\'s Kindergarten, and you\'re sure to make some friends. Explore the mysterious establishment and don\'t lose your life and sanity. Uncover the horrifying truth behind the place, but be careful, as you are far from alone… The Banban And Friends Gang: Banban’s Kindergarten has earned a special place in every kid’s heart. The reason for this is the Banban And Friends Gang, which are the establishment’s mascots and icons. At Banban’s Kindergarten, nobody’s lonely thanks to them! Banban’s Kindergarten, the dream place of every child: Banban’s Kindergarten was once the go-to kindergarten for any parent who needed their children to attend a reputable learning facility. This was the case until everybody within the place suddenly vanished on a seemingly normal day, and now you must explore the establishment and find out what happened. Explore with your flying companion: Everything\'s better when you have a friend to share with. Use your handy drone to help you navigate and proceed through the facility, as well as have it keep you company when you are feeling lonely and scared, which you will be feeling a lot. Ever Experience to practical of Garten of Banban with someone. Why not this Halloween make a special day for everyone. Welcome to the Christmas garten banban world where you will get real feel for pumpkins, ghosts and other Christmas item in prank style. Here select your event and set your prank to make this event’s day a memorable for everyone. Use witch, zombie, vampire, spider, werewolf and much more to set your prank in garten of banban game room. Your main task is to surprise everyone with your siren prank, air horn sounds prank, horror call prank to be a prank master. Set your prank for your rainbow friends and then hide & seek. Noise maker are all in one sound simulator horror prank app where you can prank with your friends. Let’s secretly set up a prank on the people at this Christmas to be the prank master.', 'https://img.gamemonetize.com/0nbl7r6wdf6fhxlukxfh89w2tyfma82p/512x384.jpg', 'https://html5.gamemonetize.com/0nbl7r6wdf6fhxlukxfh89w2tyfma82p/', '0', 'Adventure', 0, 0, '', 'garten-of-banban-'), (3622, '625 Sandwich Stacker', 'Stack the biggest sandwiches possible by catching ingredients, but don\'t catch any yucky stuff! This game does not contain any external links.', 'https://img.gamemonetize.com/fi9tq41y1fdxjic2q0aerphxg4af4k7e/512x384.jpg', 'https://html5.gamemonetize.com/fi9tq41y1fdxjic2q0aerphxg4af4k7e/', '0', 'Cooking', 0, 0, '', '-sandwich-stacker'), (3623, '4096 Puzzle', 'Join the numbers and get to the 4096 tile! Swipe to move all tiles. When two tiles with the same number touch, they merge into one.', 'https://img.gamemonetize.com/h49w6a9avbisf3s2du3dbzwa8vdlzdfb/512x384.jpg', 'https://html5.gamemonetize.com/h49w6a9avbisf3s2du3dbzwa8vdlzdfb/', '0', 'Puzzles', 0, 0, '', '-puzzle'), (3624, 'SNSTurboCOMPGames', 'Shoot\'n\'Shout Turbo is a action platform game where you put your aim to the test by shooting monsters. Strange alien creatures have invaded Earth and you are the only hero who can stop them! Pick up your gun and bazooka to eliminate all the enemies and save the world in this physics-based shooting game. Aim carefully and shoot all the beasts, but be careful not to miss or waste your bullets - otherwise we\'re all doomed!', 'https://img.gamemonetize.com/k1wzfpnq05yafodobbn8fnasn88gislm/512x384.jpg', 'https://html5.gamemonetize.com/k1wzfpnq05yafodobbn8fnasn88gislm/', '0', 'Puzzles', 0, 0, '', 'snsturbocompgames'), (3625, 'What a Leg', 'The competition is beginning between the runners who have no legs yet with the What a Leg game! Draw legs for the runners and get them to the finish line as quickly as possible. The runners will run on different parkours which have various obstacles on the way. On each block, you will have to draw different types of legs to overcome the obstacle. You can play against online opponents in single player mode or you can play in two player mode against a friend.', 'https://img.gamemonetize.com/88gyyp55f0owcl2ny5dc3nhucal5saqx/512x384.jpg', 'https://html5.gamemonetize.com/88gyyp55f0owcl2ny5dc3nhucal5saqx/', '0', '3D', 0, 0, '', 'what-a-leg'), (3626, '155 Riot Control(Riot Police)', 'The Riot Police were alerted by intelligence! Be ready! The struggle begins! The Most Realistic in the Field and With Its Own Unique Dynamics that You have Never Experienced Before The Police Simulator Game 155 RIOT CONTROL is Live! You will take charge against the riots and illegal demonstrations taking place in the city and with the POLICE vehicle you will try to disperse the communities using water cannons and bring the situation under control. Some features; â— Realistic RIOT CONTROL vehicle. â— Improved control system. â— Improved water filling system. â— Improved siren system. â— Improved announcement system. â— Turkish voiceovers. â— Breathtaking music and sound effects. â— And many more surprise features are waiting for you. If you want to experience this experience, you can choose our game and take your place in the struggle.', 'https://img.gamemonetize.com/ad5trvjdq9t3uen55vd4qowlul4l6lvy/512x384.jpg', 'https://html5.gamemonetize.com/ad5trvjdq9t3uen55vd4qowlul4l6lvy/', '0', 'Action', 0, 0, '', '-riot-controlriot-police'), (3627, 'Baby Panda Hospital Care', 'When you hear that you are going to the hospital, your baby is very scared? In fact, the hospital is not so terrible. Baby don\'t believe it? Then come to Baby Panda Hospital Care, get medical treatment and experience the daily work of a doctor. In this process, the baby can not only understand the treatment methods of common diseases, but also master a lot of health knowledge.', 'https://img.gamemonetize.com/7ompfg2e5c7gagrro031njbogx0hpkbs/512x384.jpg', 'https://html5.gamemonetize.com/7ompfg2e5c7gagrro031njbogx0hpkbs/', '0', 'Girls', 0, 0, '', 'baby-panda-hospital-care'), (3628, 'Romantic Birthday Party', 'Sofia wants an unforgettable birthday party, so Jack, as her boyfriend, he gives her a surprise. After that, Sofia appears in beautiful clothes and has a happy smile on her face. Hope they can be happy forever. Enjoy the happiness with them!', 'https://img.gamemonetize.com/4cowqj8yguokwrn7ufpm7ivv28jeno5q/512x384.jpg', 'https://html5.gamemonetize.com/4cowqj8yguokwrn7ufpm7ivv28jeno5q/', '0', 'Girls', 0, 0, '', 'romantic-birthday-party'), (3629, 'Animal Dentist For Kids', 'Educational games for kids are quite entertaining and great for the development of children\'s skills. Animal Dentist For Kids is a learning game for kids especially designed for 2, 3, 4, 5 and 6 year old boys and girls. Toddlers will love its bright graphics, cute animals, and amusing sounds, while the game mechanics will help toddlers train memory, logical thinking, and concentration.', 'https://img.gamemonetize.com/mzfa4j7mqfimiy0w6x10zqiur1xlp2dm/512x384.jpg', 'https://html5.gamemonetize.com/mzfa4j7mqfimiy0w6x10zqiur1xlp2dm/', '0', 'Girls', 0, 0, '', 'animal-dentist-for-kids'), (3630, 'Balloon Slicer Game', 'Balloon Slicer is a very addictive online puzzle game for free. It is designed for boys. There are lots of ballons surrounded by obstacles. Click the blade and drag. Release the mouse and the blade would fly along the opposite direction. Make sure the blade fly into the suitable area. And it will bounce while touching obstacles to slice all the ballons and you will pass the level. Enjoy!', 'https://img.gamemonetize.com/dow0on4smzfhu7nqqaftqsv03ty1rwke/512x384.jpg', 'https://html5.gamemonetize.com/dow0on4smzfhu7nqqaftqsv03ty1rwke/', '0', 'Boys', 0, 0, '', 'balloon-slicer-game'), (3631, 'Draw To Pee Game', 'Draw To Pee is a brain-burning free puzzle game. Draw lines to let the characters reach the toilet in the shortest distance, open up your own thinking and come up with more feasible methods to draw lines so that you can complete more levels. With the deepening of the challenges, the difficulty will increase, bringing you more brand-new challenges and enriching your gameplay. Enjoy!', 'https://img.gamemonetize.com/bmvjz4g4csv8nimd9jb4j10rl2x8jreb/512x384.jpg', 'https://html5.gamemonetize.com/bmvjz4g4csv8nimd9jb4j10rl2x8jreb/', '0', 'Boys', 0, 0, '', 'draw-to-pee-game'), (3632, 'Master Tetris', 'In Tetris Game, players are presented with a screen that displays a series of falling shapes, or “tetrominoes,†which are made up of four squares each. The shapes can be rotated and moved horizontally as they fall, and the goal of the game is to fit them together to create complete rows without any gaps. When a complete row is formed, it disappears from the screen, and the player earns points. As the game progresses, the tetrominoes fall faster and faster, making it increasingly difficult to fit them together in time. Players must think quickly and strategically to place the shapes in the right positions and clear as many rows as possible before the screen fills up and the game ends.', 'https://img.gamemonetize.com/2jefbylej015d80wdorswqzjb62vizmg/512x384.jpg', 'https://html5.gamemonetize.com/2jefbylej015d80wdorswqzjb62vizmg/', '0', 'Puzzles', 0, 0, '', 'master-tetris'), (3633, 'SpiderMan Fun Games', 'This game consists 4 different game. Those are Coloring Game,Jigsaw Puzzle Game, Adventure Runner Game and Hidden Star Game. It is guaranteed that you will have lots of fun playing this game.', 'https://img.gamemonetize.com/die9tfn9wh8v8fg6r2sm42np6lnsmzu9/512x384.jpg', 'https://html5.gamemonetize.com/die9tfn9wh8v8fg6r2sm42np6lnsmzu9/', '0', 'Puzzles', 0, 0, '', 'spiderman-fun-games'), (3634, 'My Ice Cream Maker', 'Ice Cream Maker shop is now open to serve delicious ice cream cones and pair them with a frozen cupcake. Then serve this delicious icy dessert to your happy customers in this ice cream games. Ice Cream Maker - will unleash your creativity! If you know the answer to the question – How do you make ice cream? – this “addictive game†is the best option for you! or just dessert making games with levels, you choose! Are you ready for this breath of sweet and fresh air? Let’s have fun!', 'https://img.gamemonetize.com/9p08cplp68sc1lcw9cxqvxltfrplvd1n/512x384.jpg', 'https://html5.gamemonetize.com/9p08cplp68sc1lcw9cxqvxltfrplvd1n/', '0', 'Cooking', 0, 0, '', 'my-ice-cream-maker'), (3635, 'Ayane Quest', 'Ayane Quest is a 2D anime themed platformer where you play as an anime girl who have to collect all of the magical flowers while avoiding the monsters, spikes, and fire and reach the Exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/tp4q5s0qdwkwftprf3uxqyfxfp9w9m3e/512x384.jpg', 'https://html5.gamemonetize.com/tp4q5s0qdwkwftprf3uxqyfxfp9w9m3e/', '0', 'Arcade', 0, 0, '', 'ayane-quest'), (3636, 'Truck Transport', 'Play as a Truck Transporter carrying packages, whose main goal is to drive through tough obstacles, and skillfully prevent the packages from falling off the trailer. The starts off easy, but quickly becomes difficult with multiple points of replayability to redo levels to fully complete the game', 'https://img.gamemonetize.com/2xmah9fs3tksr65a9u48mebmz3dfdb3a/512x384.jpg', 'https://html5.gamemonetize.com/2xmah9fs3tksr65a9u48mebmz3dfdb3a/', '0', 'Action', 0, 0, '', 'truck-transport'), (3637, 'Lost Glider', 'Player collect coins and clear levels also player need to dodge enemy attacks . Use resources and open door and pass next level', 'https://img.gamemonetize.com/nkidxgzfdp2tfdks1gct7lz4pgpzghhk/512x384.jpg', 'https://html5.gamemonetize.com/nkidxgzfdp2tfdks1gct7lz4pgpzghhk/', '0', 'Puzzles', 0, 0, '', 'lost-glider'), (3638, 'Poppy Vs Zombie', 'Poppy Vs Zombie is an HTML5 game. Keep Poppy alive and eliminate zombies to earn scores. Collect grenades, extra lives, and air bombs to take down more zombies.', 'https://img.gamemonetize.com/u7wdukboyxuf2alrxw1ng9ild879u2rq/512x384.jpg', 'https://html5.gamemonetize.com/u7wdukboyxuf2alrxw1ng9ild879u2rq/', '0', 'Arcade', 0, 0, '', 'poppy-vs-zombie'), (3639, 'Zombie vs Warriors', 'This is an action/adventure match 3 game with 60 unique levels and enemies. But in this one, you control two mighty and brave heroes who need your help the fight the monsters! The tiles that you match determines what will happen. Swords will make the knight attack, hammers will make the Viking attack, vials will heal some of your lost HP, shields will block enemy attack when it is fully loaded You have three moves and then it’s your opponent’s turn and the process repeats like this.', 'https://img.gamemonetize.com/gwuq12dqbeol9rpi3hn7vrz48pyxyviz/512x384.jpg', 'https://html5.gamemonetize.com/gwuq12dqbeol9rpi3hn7vrz48pyxyviz/', '0', 'Hypercasual', 0, 0, '', 'zombie-vs-warriors'), (3640, 'Ultimate Hero Clash!', 'Teenage Mutant Ninja Turtles VS Power Rangers: Ultimate Hero Clash" pits two beloved teenage superhero groups against each other. Choose your favorite characters and fight for mystical relics. Upgrade your hero by defeating other heroes in close combat. Immerse yourself in the action-packed atmosphere and use your special abilities wisely!', 'https://img.gamemonetize.com/d3q0env6e78mzpnk09mh87by4tefdtk9/512x384.jpg', 'https://html5.gamemonetize.com/d3q0env6e78mzpnk09mh87by4tefdtk9/', '0', 'Action', 0, 0, '', 'ultimate-hero-clash'), (3641, 'Super Penguin', 'Help the Penguins rescue their friends and turn the tide against the evil octopus, jump over obstacles and eat delicious fish! ★ Fun and Colorful Graphics ★ Simple touch & tilt controls - Everyone can play! ★ Lots of fun Powerups - Become a giant mutant penguin or ride a rocket! ★ Unlock new penguins - Choose your favorite characters! ★ Level up your powers - Become stronger and increase your score!', 'https://img.gamemonetize.com/4jl0plu1r3e6zaxc9mqkrqwr0jkeuesa/512x384.jpg', 'https://html5.gamemonetize.com/4jl0plu1r3e6zaxc9mqkrqwr0jkeuesa/', '0', 'Adventure', 0, 0, '', 'super-penguin'), (3642, 'Adventurer Run', 'Drag your character to move around. Your weapons will automatically shoot. Evade being attacked by monsters or running into objects like trees. Over time when you reach long distances, you will receive weapon upgrades or unlock new weapons. Collect coins and unlock new characters. Destroy enemy monsters and get the high score.', 'https://img.gamemonetize.com/46fs5sirbrk548w3tbmwojicwpuje2kd/512x384.jpg', 'https://html5.gamemonetize.com/46fs5sirbrk548w3tbmwojicwpuje2kd/', '0', 'Adventure', 0, 0, '', 'adventurer-run'), (3643, 'Penguin Pals', 'Match two or more blocks of the same color to solve puzzles and clear levels. With limited moves, your puzzle-solving skills will definitely be challenged. You can play alone, or play with friends and family and compete for the highest score. Drop and collapse colorful blocks while enjoying this addictive gameplay! Blast your way through hundreds of amazing levels and save the world from the Oil Bears today.', 'https://img.gamemonetize.com/mixt5j56ijso727p38br7cmuu9xoesus/512x384.jpg', 'https://html5.gamemonetize.com/mixt5j56ijso727p38br7cmuu9xoesus/', '0', 'Puzzles', 0, 0, '', 'penguin-pals'), (3644, 'GARTEN OF BANBAN', 'This is a strange kind of kindergarten. First of all because there are no kids. They’ve all gone missing under mysterious circumstances. Along with all the adults working there. And you have to figure out what happened. That means you’ll need to explore the whole Garten of Banban making your way through empty and eerie halls and rooms, digging through the contents of cabinets and drawers, looking for clues and solving puzzles. However, you should stay alert – who knows what kind of evil forces are at play Something is definitely not right with this kindergarten. It’s too empty and quiet. Perhaps the kids have gone for a walk? But the layer of dust on the toys is too thick. Nobody has obviously been here for quite a while. So where did they go? That’s what you’ll have to find out! Explore this desolate and spooky building, check every part, every room of it, collect evidence and note the tiniest clues. Beware of dangerous monsters that you can meet here!', 'https://img.gamemonetize.com/s5ca0ihvmyyrqx8e3ko9j1sk8h4dichw/512x384.jpg', 'https://html5.gamemonetize.com/s5ca0ihvmyyrqx8e3ko9j1sk8h4dichw/', '0', 'Adventure', 0, 0, '', 'garten-of-banban'), (3645, 'Penguin Games', 'Bounce the penguin sky high! Bouncemasters is one of the funniest casual arcade games with endless replayability where you compete to beat your own and other players records! What awaits you in the Bouncemasters arcade: - Simple but addictive gameplay - Lots of bats and boosters to choose from - Various upgrades and rewards - Beautiful animations and funny characters - Colorful and pleasant game locations - Competitive leaderboards. Show the world your skill! You\'ll definitely love Bouncemasters if you like endless runner arcades, jumping casual games or just nice and fun addicting tap games! Choose the best bat and get ready to hit! Even a penguin can learn to fly high! Download Bouncemasters penguin game for free right now!', 'https://img.gamemonetize.com/pluemmm4lehzekwszqoby2oxxyiw4jz8/512x384.jpg', 'https://html5.gamemonetize.com/pluemmm4lehzekwszqoby2oxxyiw4jz8/', '0', 'Arcade', 0, 0, '', 'penguin-games'), (3646, 'Agumo', 'Agumo is a 2D platformer where you have to collect all of the cookies while avoiding the enemies, saws, spikes and reach the green flag in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/9bl2r8ng0b3z8oe1fwf6gqj0vwuhzytl/512x384.jpg', 'https://html5.gamemonetize.com/9bl2r8ng0b3z8oe1fwf6gqj0vwuhzytl/', '0', 'Arcade', 0, 0, '', 'agumo'), (3647, 'Wood Block Puzzles', 'Wood Block Puzzle is a popular and classic block-style puzzle game. The goal of the game is to place a set of wooden blocks of different shapes and sizes into a frame in such a way that they fit perfectly . Overall, Wood Block Puzzle is a fun and engaging game that tests the player\'s spatial reasoning and problem-solving skills.', 'https://img.gamemonetize.com/5hwpdd6rx2q1vlmjmoupwyq76god95cn/512x384.jpg', 'https://html5.gamemonetize.com/5hwpdd6rx2q1vlmjmoupwyq76god95cn/', '0', 'Puzzles', 0, 0, '', 'wood-block-puzzles'), (3648, 'Vlinder Fashion Princess Dressup', 'Vlinder Doll is your personal fashion avatar creator and self emoji maker.', 'https://img.gamemonetize.com/f4l043ysfhok8iwxunzf5g68s9tjjzqq/512x384.jpg', 'https://html5.gamemonetize.com/f4l043ysfhok8iwxunzf5g68s9tjjzqq/', '0', 'Girls', 0, 0, '', 'vlinder-fashion-princess-dressup'), (3649, 'Stickman Wick', 'The ruthless Stickman Wick must get his best friend back! To do this, he is ready to use his entire arsenal and brutal fighting techniques! Stickman will have to overcome 30 floors of a building filled with enemies to overtake his sworn enemy. Stickman has a whole arsenal of weapons and fighting techniques with which he will break through crowds of enemies. Stickman is dangerous both in close combat and at a distance. Defeated enemies give rage points, which are necessary to defeat the boss. The closer you attack ordinary enemies, the more rage points you will get. Enemies will try to stop you by all available means. Cold and firearms are used, as well as bombs.', 'https://img.gamemonetize.com/g6jvlpv08fpnk5eqzbm8l9vzga5foo6u/512x384.jpg', 'https://html5.gamemonetize.com/g6jvlpv08fpnk5eqzbm8l9vzga5foo6u/', '0', 'Fighting', 0, 0, '', 'stickman-wick'), (3650, 'Play Train Racing', 'You can enjoy every moment by Play Train Racing 3D Game, for every level we are giving here multiple trains with different tracks.', 'https://img.gamemonetize.com/i7if017w1d0xlh4o59lj20xy8n4d20pe/512x384.jpg', 'https://html5.gamemonetize.com/i7if017w1d0xlh4o59lj20xy8n4d20pe/', '0', 'Arcade', 0, 0, '', 'play-train-racing'), (3651, 'Play Train Racing 3D', 'You can enjoy every moment by Play Train Racing 3D Game, for every level we are giving here multiple trains with different tracks.', 'https://img.gamemonetize.com/jibwx192r6e0f434w00pms6cbrbqhjl3/512x384.jpg', 'https://html5.gamemonetize.com/jibwx192r6e0f434w00pms6cbrbqhjl3/', '0', 'Racing', 0, 0, '', 'play-train-racing-d'), (3652, 'Riko vs Tako', 'Riko vs Tako is a 2D Sci-fi themed platformer where you have to collect chocolate ball candies while avoiding the enemy bots, flying bots and their bullets, spikes, giant blades and reach the loop hole in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/wc9wukhbdpbjxjfd8830ewqpruzxse8t/512x384.jpg', 'https://html5.gamemonetize.com/wc9wukhbdpbjxjfd8830ewqpruzxse8t/', '0', 'Arcade', 0, 0, '', 'riko-vs-tako'), (3653, 'Boomer Pop', 'Get Bomber Friends now and join the immensely hectic and fun online multiplayer game! Bomb your friends and be the last to survive to win the match! Collect powerups to get more powerful bombs! Use the explosive bombs to blast your friends from across the map! New multiplayer arena makes playing the online game even better and more rewarding! Collect your own battle deck and create your own playing strategy. Upgrade the cards to get better special bombs. Earn medals and reach higher arenas! Game Features: - Online multiplayer for 2-8 players! Challenge your friends or play against random opponents. - Create or join a clan and play with your clan mates! - Compete in the online arenas to reach new heights and unlock new interesting bombs, powerups and costumes! The best bomber man or woman collects the most in-game medals. - Different special bombs to blast the enemies to smithereens. Collect your own battle deck! - Collect powerups and watch out for evil curses. - Classic Bomber style gameplay, with controls polished for touchscreen! - Single Player Campaign mode with over 300 levels! Find your way through 6 different worlds full of devious monsters and mind boggling puzzles! - Daily Bounty hunts! Weekly events! - New rewards and themes every Season! - Dungeon run, Quests and other challenges! - Customize your character with cool hats, suits, accessories, taunts, and greetings! - Choose a special gravestone and go out in style! Haunt other players as a ghost! - Take part in outfit competitions! - Bomber Friends has universal game controller support! - Supports Android TV! - Lots and lots of new and interesting game features in the online arenas for the true bomber gamers!', 'https://img.gamemonetize.com/tpygdh5h2b0vvnahpzooevq4w1tsxcx4/512x384.jpg', 'https://html5.gamemonetize.com/tpygdh5h2b0vvnahpzooevq4w1tsxcx4/', '0', 'Adventure', 0, 0, '', 'boomer-pop'), (3654, 'Save Dogs from Bee', 'Save The Dog is a casual puzzle game. You draw lines with your fingers to create walls that protect the dog from attacks by bees in the hive. You need to protect the dog with the painted wall for 10 seconds during the attack of the bees, hold on and you will win the game. Use your brain to save the doge.', 'https://img.gamemonetize.com/mpkrg8anirk9je7sj0rxci7qw5hhyh5l/512x384.jpg', 'https://html5.gamemonetize.com/mpkrg8anirk9je7sj0rxci7qw5hhyh5l/', '0', 'Puzzles', 0, 0, '', 'save-dogs-from-bee'), (3655, 'Baked Apple', 'Let\'s try something new and healthier than an apple pie. Don\'t worry, it\'s still plenty American! Gather up your materials, core and slice up some apples, and bake them with some cinnamon and brown sugar for some great smelling and better tasting orchard apples!', 'https://img.gamemonetize.com/larywxkhd5x4zpg6e4sg09u9hthj751x/512x384.jpg', 'https://html5.gamemonetize.com/larywxkhd5x4zpg6e4sg09u9hthj751x/', '0', 'Girls', 0, 0, '', 'baked-apple'), (3656, 'Save the Dogs', '"Save the doge" is the second version of the popular cute game that has made all the kids in the world fall in love with it. The gameplay consists in rescuing a little dog who is in trouble. To test your drawing skills and create a protective dome around the dog, you just need to be careful and fast, because he is in great danger. Ready to save the baby? Then let\'s start!', 'https://img.gamemonetize.com/qx3aia1zyp1q35p4jg3g5f4sn3fg38sx/512x384.jpg', 'https://html5.gamemonetize.com/qx3aia1zyp1q35p4jg3g5f4sn3fg38sx/', '0', 'Puzzles', 0, 0, '', 'save-the-dogs'), (3657, 'Turbo Star Skater Race Stars', 'Let\'s have a Special Turbo Skater Race Games With Skateboards Merge for more advanced skateboards can run fast', 'https://img.gamemonetize.com/gskn0js1a0jl5mf2ulycim9fuqm65lsb/512x384.jpg', 'https://html5.gamemonetize.com/gskn0js1a0jl5mf2ulycim9fuqm65lsb/', '0', 'Racing', 0, 0, '', 'turbo-star-skater-race-stars'), (3658, 'Drift the Car', 'Burn the rubber on the asphalt and drift your way through the finish line in this fantastic new multiplayer racing game, Drift Dudes! Drive through a total of 6 different tracks and make clever use of shortcuts, ramps, boosts, and more to beat your opponents. Watch out for the grass, since it slows you down, and try to drift through the mud for an advantage! Collect coins in each track to upgrade your car or buy a new one. You can also log in and compete with others in the leaderboards. Try your best and be the fastest drift dude out there.', 'https://img.gamemonetize.com/zj7o0yji2dyby1ne80bafyo06nighyvh/512x384.jpg', 'https://html5.gamemonetize.com/zj7o0yji2dyby1ne80bafyo06nighyvh/', '0', 'Racing', 0, 0, '', 'drift-the-car'), (3659, 'Cooking Place', 'You in the game Cooking Place will help the chef to serve the customers. In front of you on the screen will be visible to the rack behind which your hero will be. Customers will come to her and place orders. They will be displayed next to customers as pictures. You will have to study it carefully and then start cooking. Certain foodstuffs will be at your disposal. You, following the instructions on the screen, will have to prepare a given dish and then give it to the customer. If everything suits him, then the client will be satisfied and pay for the prepared dish.', 'https://img.gamemonetize.com/g905frowfw4cqcg481urvf0inkl4npj7/512x384.jpg', 'https://html5.gamemonetize.com/g905frowfw4cqcg481urvf0inkl4npj7/', '0', 'Cooking', 0, 0, '', 'cooking-place'), (3660, 'Cake Maker Carrot Cake', 'Hungry? Get baking! Become the best cake baker in town and create the yummiest cakes, in this delicious cooking game! This cooking game’s beautiful 3D art will make you feel like you’re baking a real cake! Yummy! What are you waiting for? Get your mixer out and start cracking those eggs! Be the best cake baker the world has ever seen! What’s your favorite type of cake? Sweet birthday cakes? Fancy wedding cakes? Whatever it is, you can make it! Decorate your cakes to make them extra beautiful, and take photos so you can show your friends your yummy creations! You can even enter your cakes in a contest and serve them to your friends at the cake party! Features: > Learn how to bake the most delicious cakes EVER in this fun cooking game! > Tons of mouth-watering cake recipes to make for you and your friends! > Use professional baker tools to bake, design & decorate the most delicious cakes! > From rainbow-sprinkled birthday cakes to strawberry cupcakes, the choices are infinite! > Decorate your cakes with yummy frosting, delicious decorations & adorable toppers! > Are those wedding bells? Design and bake a beautiful cake for the bride. > Put the prettiest picture of yourself on your very own cake! > Have a cake party with your fuzzy bunny, kitty and puppy friends, cute babies, and more! > Make the party extra festive with your very own party decorations! > Enter the cake bake competition, vote for your favorite cake, and win first prize! > To-die-for dark chocolate, cherry-banana cake or cheesecake? You choose - You’re the baker! > It’s princess party time! Put your favorite princess on a cake! > Take pictures of your masterpiece to show off your gorgeous cake designs! > Make a cake album so you’ll always remember your incredibly delicious creations! > Tons of adorable and fun coloring pages for you to draw in, in this awesome cooking game!', 'https://img.gamemonetize.com/ihopepb3fmu9r38lu31wkvssw6qkd1ol/512x384.jpg', 'https://html5.gamemonetize.com/ihopepb3fmu9r38lu31wkvssw6qkd1ol/', '0', 'Cooking', 0, 0, '', 'cake-maker-carrot-cake'), (3661, 'Escaping the Prison', 'Escaping The Prison is a fantastically fun stick figure game where you... Well, escape the prison! After being thrown in a prison cell, you must use anything and everything at your disposal to escape! Teleporters, anti-gravity equipment,toilet plungers,... Nothing is off limits in your attempt to escape! But be careful though, for one wrong move or slow reflexes could land you back in your cell... Or worse! Do you have what it takes to escape the prison?', 'https://img.gamemonetize.com/3a73h0mayp0xczva9dn8ert24cufo7k4/512x384.jpg', 'https://html5.gamemonetize.com/3a73h0mayp0xczva9dn8ert24cufo7k4/', '0', 'Puzzles', 0, 0, '', 'escaping-the-prison'), (3662, 'Space Defense Idle', 'Your mission is to ensure the safety of all space. For this you need to destroy the enemy ship that is trying to invade Earth\'s orbit. Fire your cannon as often as necessary to keep the Earthlings safe!', 'https://img.gamemonetize.com/ucr51gun030gsed5gj5mi4uwr4vq8csp/512x384.jpg', 'https://html5.gamemonetize.com/ucr51gun030gsed5gj5mi4uwr4vq8csp/', '0', 'Clicker', 0, 0, '', 'space-defense-idle'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (3663, 'Wow Wow Wubbzy Coloring Book', 'Wow Wow Wubbzy Coloring Book game is an online game that allows children to use their creativity and imagination to color and design their favorite characters from the animated series, Wow Wow Wubbzy. This game features various coloring pages that depict different scenes and characters from the show, including Wubbzy, Widget, Walden, and their friends. Children can choose from a wide selection of colors and use their mouse to fill in the black and white outlines of the characters and scenes. The game also includes a variety of drawing tools, such as paintbrushes, pencils, and erasers, allowing kids to add their own personal touch and style to their creations. The game is designed with intuitive controls that are easy for children to use, making it accessible to younger players as well. As children color and design, they can develop their fine motor skills, hand-eye coordination, and artistic abilities. Overall, Wow Wow Wubbzy Coloring Book game is a fun and interactive way for children to engage with their favorite animated characters and express their creativity through coloring and design.', 'https://img.gamemonetize.com/boo65pp9ye2hy8dcpfhkdb6zi3q2ktq2/512x384.jpg', 'https://html5.gamemonetize.com/boo65pp9ye2hy8dcpfhkdb6zi3q2ktq2/', '0', 'Boys', 0, 0, '', 'wow-wow-wubbzy-coloring-book'), (3664, 'Doraemon Coloring Book', 'Doraemon Coloring Book is an online game that allows children to engage in a creative and interactive activity while expressing their love for the popular Japanese manga and anime series. The game features various coloring pages that depict scenes and characters from the show, including the iconic blue robot cat, Doraemon, and his friends Nobita, Shizuka, Gian, and Suneo.', 'https://img.gamemonetize.com/f566bafjq740n1c5sgkrw9lyb0tlc5qz/512x384.jpg', 'https://html5.gamemonetize.com/f566bafjq740n1c5sgkrw9lyb0tlc5qz/', '0', 'Boys', 0, 0, '', 'doraemon-coloring-book'), (3665, 'Blocky Parrot', 'Help the little blocky Parrot to avoid all enemies and collect the coin that you\'ll see on the screen the more you can! Blocky Parrot is the most fun game you\'ll have see this year!', 'https://img.gamemonetize.com/1ri5qyhjjkfrnu4e2pb4i3ijmxs9zky1/512x384.jpg', 'https://html5.gamemonetize.com/1ri5qyhjjkfrnu4e2pb4i3ijmxs9zky1/', '0', 'Hypercasual', 0, 0, '', 'blocky-parrot'), (3666, '45 Challenges Block Collapse', 'It is a challenging block collapse game. At each level, you will get a unique challenge. You have to complete the challenge in the allowed number of turns. If you use fewer turns, you will get good bonus points. Complete 45 levels to win this game.', 'https://img.gamemonetize.com/3eiwssohc0ah7nw6f35y246ktspinyu0/512x384.jpg', 'https://html5.gamemonetize.com/3eiwssohc0ah7nw6f35y246ktspinyu0/', '0', 'Puzzles', 0, 0, '', '-challenges-block-collapse'), (3667, 'Stack Jump Master', 'How high can you climb? Jump to stack blocks and build the biggest tower imaginable! Improve your highscore in endless mode, complete the 36 challenges and unlock all 20 characters!', 'https://img.gamemonetize.com/88rok7dm1qdgh6l47k2ffbudpilqkrbh/512x384.jpg', 'https://html5.gamemonetize.com/88rok7dm1qdgh6l47k2ffbudpilqkrbh/', '0', 'Clicker', 0, 0, '', 'stack-jump-master'), (3668, 'Stickman vs Noob Hammer', 'hey you player! Have you ever moved with a friend using just a hammer? you even have to use a hammer to do it back and forth. Use the hammer to move and reach the lucky box at the end of the level, and when you reach it with your friend, you will have the right to pass to the next level. Don\'t forget there are obstacles in the game, you have to be very careful.', 'https://img.gamemonetize.com/zkaidxdnl3m60vzkuhfefk9n3xaqzqwd/512x384.jpg', 'https://html5.gamemonetize.com/zkaidxdnl3m60vzkuhfefk9n3xaqzqwd/', '0', 'Arcade', 0, 0, '', 'stickman-vs-noob-hammer'), (3669, 'Dance Master Mat', 'Dance Master Mat is a wonderful idol draft live dance free online game. Dance moves need to be trained before the live broadcast. The more wonderful dance moves in the live broadcast room, the more attractive the audience will be. Come and join us, reward your favorite idol, and help him become Top 1.', 'https://img.gamemonetize.com/2w1s2aagytrk4elb7sk6ug5aocb5pnor/512x384.jpg', 'https://html5.gamemonetize.com/2w1s2aagytrk4elb7sk6ug5aocb5pnor/', '0', 'Boys', 0, 0, '', 'dance-master-mat'), (3670, 'MiniZoosOnline', 'Mini Zoo is a very hot zoo simulation game. Congratulations, you are now the manager of a zoo, start with a mini farm and run your zoo business. Your task is to make money by feeding your animals, cleaning them, and selling tickets. In addition, you can expand and build more business. You can\'t do it all by yourself, hire workers to help you!', 'https://img.gamemonetize.com/rvjy70pr6pk7jc8znisavjh3juhlrdt7/512x384.jpg', 'https://html5.gamemonetize.com/rvjy70pr6pk7jc8znisavjh3juhlrdt7/', '0', '3D', 0, 0, '', 'minizoosonline'), (3671, 'Alphabet Lore Jigsaw', 'Alphabet Lore Jigsaw is a very addictive and popular puzzle game. 12 jigsaws with themes of alphabet lore and rainbow friends are here for you to finish. If you find yourself bored and have nothing to do, this is the perfect way of killing time. Invite your friends to play with you and see how many jigsaws you can finish. Have a good time!', 'https://img.gamemonetize.com/xp98ezi7dmgrae8ofrryae90vl0gxmg8/512x384.jpg', 'https://html5.gamemonetize.com/xp98ezi7dmgrae8ofrryae90vl0gxmg8/', '0', 'Girls', 0, 0, '', 'alphabet-lore-jigsaw'), (3672, 'MathPup Math Adventure', 'Get MathPup to the exit in each level. Have MathPup fetch numbers in the correct order to fill in the blanks in the problems. Once all of the problems are filled in correctly, fetch the key to open the exit. If you run out of time you can watch a full ad to extend the time for 30 seconds!', 'https://img.gamemonetize.com/xby467hshnqssqixlrg7ts6akd99l4f0/512x384.jpg', 'https://html5.gamemonetize.com/xby467hshnqssqixlrg7ts6akd99l4f0/', '0', 'Adventure', 0, 0, '', 'mathpup-math-adventure'), (3673, 'Saint Patricks Day Puzzle Quest', 'Put this jigsaw puzzle together to reveal a picture of an adorable St. Patrick\'s Day image. Adjust the number of puzzle pieces to make the jigsaw puzzle easy or hard to solve. No time, no hurry. Just try to complete this free online jigsaw puzzle. Flex your brain and play this beautiful photo jigsaw puzzle online. Play Saint Patricks Day Puzzle Quest game online on your mobile phone, tablet or computer.', 'https://img.gamemonetize.com/5pd715kss17qs084ri6wnexgexl1l6gc/512x384.jpg', 'https://html5.gamemonetize.com/5pd715kss17qs084ri6wnexgexl1l6gc/', '0', 'Puzzles', 0, 0, '', 'saint-patricks-day-puzzle-quest'), (3674, 'Wuggy Repeater', 'Wuggy Repeater is an addictive adaptation of the classic old memory game; adults and children love it, it\'s addictive & fun! So watch the characters and sounds and try to repeat the sequence as long as you can! Improve your memory in this great game!', 'https://img.gamemonetize.com/g3mmti9zz58pwi1n0xvs0k094kis90xe/512x384.jpg', 'https://html5.gamemonetize.com/g3mmti9zz58pwi1n0xvs0k094kis90xe/', '0', 'Puzzles', 0, 0, '', 'wuggy-repeater'), (3675, 'Simple Tic Tac Toe', 'Tic Tac Toe is a classic two-player game that can be played on a computer. The game is played on a 3x3 grid and each player takes turns marking one of the squares with their symbol, either X or O. The first player to get three of their symbols in a row, either horizontally, vertically, or diagonally, wins the game. If all the squares are filled without a winner, the game is a tie. To play the game, simply click on the square where you want to place your symbol. The game will alternate turns between the two players until a winner is declared or the game is tied. The player with the most wins at the end of the series is the ultimate winner. Tic Tac Toe is a simple and fun game that can be played by people of all ages. It\'s a great way to pass the time and improve your strategic thinking skills. So gather a friend and start playing today!', 'https://img.gamemonetize.com/kqfcz0bsiwshvodwj6638yejuhfzbzqn/512x384.jpg', 'https://html5.gamemonetize.com/kqfcz0bsiwshvodwj6638yejuhfzbzqn/', '0', 'Puzzles', 0, 0, '', 'simple-tic-tac-toe'), (3676, 'Angry Hero', 'Angry Heroes is a fast-paced shooter physics game where you have to join the little heroes to destroy all aliens and save the world. Use the slingshot and power-ups to destroy every shelter and complete all levels. Defeat Bosses and help the little heroes in this fantastic fantasy adventure', 'https://img.gamemonetize.com/6svilb8ncurzwfzmdmxbtjjqh5j3hr3l/512x384.jpg', 'https://html5.gamemonetize.com/6svilb8ncurzwfzmdmxbtjjqh5j3hr3l/', '0', 'Arcade', 0, 0, '', 'angry-hero'), (3677, 'Roller Ball 3D Fidget', 'Rolling ball addicting and challenging game with glossy look and high quality look, responsive and support all devices', 'https://img.gamemonetize.com/hbp4liecpwkf4g994tjmy0pa7nz36xa0/512x384.jpg', 'https://html5.gamemonetize.com/hbp4liecpwkf4g994tjmy0pa7nz36xa0/', '0', 'Action', 0, 0, '', 'roller-ball-d-fidget'), (3678, 'Virtuals Piano', 'Virtual Piano Template is a realistic sounding piano app with over 6 different types of sound effects. Show letters right on the piano and change octaves as you wish.', 'https://img.gamemonetize.com/v3nt3mcir1rzzj7qeuwxt7547sqhtrvo/512x384.jpg', 'https://html5.gamemonetize.com/v3nt3mcir1rzzj7qeuwxt7547sqhtrvo/', '0', 'Clicker', 0, 0, '', 'virtuals-piano'), (3679, 'Happy Filed Class', 'The character of the game is a glass that will be happy if it is filled. You can help him achieve absolute happiness by filling him with liquid up to a certain level. This task will be much more difficult than it might seem, and its implementation will make the convolutions of your brain move.', 'https://img.gamemonetize.com/e97bww3jqlppmuoj6y6f4nj4xltfw0x6/512x384.jpg', 'https://html5.gamemonetize.com/e97bww3jqlppmuoj6y6f4nj4xltfw0x6/', '0', 'Puzzles', 0, 0, '', 'happy-filed-class'), (3680, 'Ocean Bubble Shooter', 'Bubble shooter ocean is an arcade puzzle game with multiple levels. Aim and tap to release the bubble from the octopus and match 2 or more similar bubbles till you clear your level. Enjoy underwater bubble shooter experience.', 'https://img.gamemonetize.com/fio72zd39by1i3p0b12340ehnu2cdbmk/512x384.jpg', 'https://html5.gamemonetize.com/fio72zd39by1i3p0b12340ehnu2cdbmk/', '0', 'Puzzles', 0, 0, '', 'ocean-bubble-shooter'), (3681, 'Food Truck Baron', 'In "FoodTruck Baron", you play as the owner of a food delivery truck tasked with delivering fresh food from various factories to hungry customers in local stores. As you progress through the game, you\'ll unlock new vehicles and improvements to help you cope with large loads and navigate difficult roads. Careful planning and strategic decisions are key to success, as you\'ll need to weigh the cost of each improvement against the potential profits. Can you build your trucking empire and become the ultimate food delivery magnate?', 'https://img.gamemonetize.com/zl9iep4h9aqjhe5j9arvfcqv3af79pyf/512x384.jpg', 'https://html5.gamemonetize.com/zl9iep4h9aqjhe5j9arvfcqv3af79pyf/', '0', 'Hypercasual', 0, 0, '', 'food-truck-baron'), (3682, 'axe castle', 'to score points by hitting the opponent with an ax throw on moving platforms Whoever wins 5 points wins the game', 'https://img.gamemonetize.com/f7c2foeivusa5h2cf6obae19oq1cp9a1/512x384.jpg', 'https://html5.gamemonetize.com/f7c2foeivusa5h2cf6obae19oq1cp9a1/', '0', 'Action', 0, 0, '', 'axe-castle'), (3683, 'Turbo Stars Rival Racing', 'Do you think you have what it takes to be a Turbo Star? Then hop on your skateboard', 'https://img.gamemonetize.com/qnexo80tmlyu95wnn34bme6t01bjgvqq/512x384.jpg', 'https://html5.gamemonetize.com/qnexo80tmlyu95wnn34bme6t01bjgvqq/', '0', 'Racing', 0, 0, '', 'turbo-stars--rival-racing'), (3684, 'Valentines Day Makeup Day', 'Valentines Day Makeup Day is a fun girl game, make your queen very cute', 'https://img.gamemonetize.com/6zmmz6gsihcgb1a7hddjy589l18pse6u/512x384.jpg', 'https://html5.gamemonetize.com/6zmmz6gsihcgb1a7hddjy589l18pse6u/', '0', 'Girls', 0, 0, '', 'valentines-day-makeup-day'), (3685, 'Dominoes Domino', 'Breaking news:', 'https://img.gamemonetize.com/k6glumuidmh3k0tref0ynqq66sxesi5k/512x384.jpg', 'https://html5.gamemonetize.com/k6glumuidmh3k0tref0ynqq66sxesi5k/', '0', 'Puzzles', 0, 0, '', 'dominoes-domino'), (3686, 'Crowd Enhance', 'You have to collect weapons and avoid obstacles on the platform tracks at all levels. Kill all the enemies and never let them get close to you.', 'https://img.gamemonetize.com/wezvor29aquf56lnnwvntrhl02zbo78q/512x384.jpg', 'https://html5.gamemonetize.com/wezvor29aquf56lnnwvntrhl02zbo78q/', '0', 'Arcade', 0, 0, '', 'crowd-enhance'), (3687, 'Loop them', 'In this game you have to collect the stars, but you can\'t collide with them, you have to loop them! Collect as much as you can!', 'https://img.gamemonetize.com/vk47ni6xyvyipxcwnm8hdxsvxsun58w9/512x384.jpg', 'https://html5.gamemonetize.com/vk47ni6xyvyipxcwnm8hdxsvxsun58w9/', '0', 'Hypercasual', 0, 0, '', 'loop-them'), (3688, 'Cannon Ball', 'Fire the Super Cannon and Crush them all! Grab this unique new exciting Super Cannon Blast Ball game for FREE! It will Amaze you! Pass more and more challenging levels without using up the Cannon balls Simple control with a tap. It is super addictive. How many levels can you clear? Features: Unique and fun puzzles levels Simple and easy to play Great time killer Race with your friends. Do a good job to find which level can you get to?! Sit back and relax in a beautiful world, exciting adventures and an abundance of rewards. Are you a good shooter? Let\'s find out! You\'ll surely love this shooting 3D game once you get how it works! Fire the Super Cannon and Blast all the Blocks right now!', 'https://img.gamemonetize.com/1gcqutqu7fsnpinjf0hhztlwrbb91f7x/512x384.jpg', 'https://html5.gamemonetize.com/1gcqutqu7fsnpinjf0hhztlwrbb91f7x/', '0', 'Arcade', 0, 0, '', 'cannon-ball'), (3689, 'Circus Restaurant', 'Are you a food lover? Become a Masterchef of your restaurant, build a restaurant empire in different countries, make money from your foods, and accelerate your development by investing in your business. In this idle tycoon simulator game, unlock your products, upgrade your recipes, decorate your restaurant, and recruit new chefs and waiters to run your profitable restaurant. ★Manage your restaurant Join the adventure of running a restaurant from scratch. ★Meet the masters Collaborate with various famous characters who quickly take your restaurant to world level. ★Get to know world cuisines Serve food to your customers from all around to world. ★Decorate your restaurant Renovate and customize! Make your own style in all restaurants. ★Finish the missions Do not miss the special surprise at the end of the world with specially crafted missions. ★Keep earning offline As you grow your restaurant, your income will increase when you are offline. ★Join the competition Compare yourself to chefs from all around the world on the leaderboard. ★Welcome special guests Provide good service to Gourmet and VIP customers to make more money from your restaurant empire. Restaurant Tycoon - Idle Game is an exciting game that includes strategy, fun, and delicious foods from different countries. Become a billionaire by developing new strategies for new products, ingredients, chefs, cutters, waiters and tables.', 'https://img.gamemonetize.com/531f01wlxovdz5ukpjhf17nv70qp3x8b/512x384.jpg', 'https://html5.gamemonetize.com/531f01wlxovdz5ukpjhf17nv70qp3x8b/', '0', 'Cooking', 0, 0, '', 'circus-restaurant'), (3690, 'Pixel Pipes', 'Pixel Pipes is a logic game in which you have to make the pipes connect taking water from one point to another. Just tap the pipes to rotate them. As you play you unlock more levels for a total of 60 levels!', 'https://img.gamemonetize.com/87dr219rcr1tgd64sot2zm22sym9t53b/512x384.jpg', 'https://html5.gamemonetize.com/87dr219rcr1tgd64sot2zm22sym9t53b/', '0', 'Hypercasual', 0, 0, '', 'pixel-pipes'), (3691, 'Be The Bee', 'Have you ever watched the world of bees and their daily adventures? So be a bee! Let\'s take a closer look at this amazing game Bee Adventure 3D: Honey Islands The aim of the game is to collect pollen from flowers and make to honey out of it at the hive. The nectar can be used to open new filds in the garden that can reveal more blooms, eggs, and decorations. Once players have unlocked the final egg at the end of their plot, they have the option to travel to a new world where everything is more expensive, flowers are prettier, and their plot gets a new look. Build your hive Create your own nest and expand it beyond the map! Collect flower nectar, discover new territories and hire new bees to automate the process. Use the merge mechanic to upgrade the rank of your assistants. Go from a lonely bee to a real hive queen! Explore new lands Fly around and discover new territories. Each new piece of land could contain something useful. More flowers for nectar, crystals to combine, new bees in surprise eggs, or an incredible random gift. Spend honey and expand your hive to become even richer. Become a real tycoon! Merge bees Merge your helpers to increase them in rank from common to legendary. The higher the rank of the bee, the harder it works and the more benefits it brings. In addition, their appearance also changes. Raise all your bees to a special legendary rank and prove that your hive is the best in the world! Upgrade your production Also, the game has additional upgrades that can be bought by spending honey. Speed up your movement to reach even the outermost parts of your flower garden faster. Upgrade your conversion rate to earn even more. You can also improve your workers so that they bring more profit in the form of honey! Improve your production and turn your nest into a real factory and yourself into a honey tycoon! TOP FEATURES: - Experience the busy life of a bee! - Collect pollen, turn it into honey and expand your plot! - Thousands of bud await your pollination! - Show your skills and become the Queen Bee! - Open, merge and unite surprise eggs and get the rarest bees! Collect them all! - Upgrade your bee and your assistants to collect even more sweat golden substance! - Variety of locations with beautiful graphics! - Easy and intuitive controls! - Perfect for simulator lovers! - Nicely addictive and killing time - Relax while taking care of your wide blossoming garden and hive! Embark on an adventure and become the ultimate queen bee! Build your own production, upgrade your workers and become a honey tycoon! The perfect hive life simulator for boys and girls of all ages, even if you\'re over 30. New levels are on the way! What are you waiting for? Game is absolutely free, so come and play!', 'https://img.gamemonetize.com/jzbsilf9fbw0mjahziuuidhkzx7u28zb/512x384.jpg', 'https://html5.gamemonetize.com/jzbsilf9fbw0mjahziuuidhkzx7u28zb/', '0', 'Hypercasual', 0, 0, '', 'be-the-bee'), (3692, 'Baking with Santa', 'Try the world\'s finest cookies recipes for you in this kitchen cooking game. Hey Little young chefs it’s time to surprise your family with perfect Christmas cookies. Make your Christmas holidays special playing all new special holiday season game from junior games studio Christmas Cookies Recipes - Sweet Holidays Cooking. Select the best cookie recipe what you want to bake from multiple flavors such as - Classic Plain Cookies - Chocolate chip Cookies - Strawberry Flavored cookies Choose to cut cookies using various cookie cutter shapes such as star heart round etc. bake in kitchen oven to perfection an serve to family an friends. Decorate home-made cookies with color candies jellies, icings creams and many more. Change backgrounds to live up to the Christmas holiday spirit.', 'https://img.gamemonetize.com/mehazxjfszsf9rdan7z0gf2niqsv9gw5/512x384.jpg', 'https://html5.gamemonetize.com/mehazxjfszsf9rdan7z0gf2niqsv9gw5/', '0', 'Cooking', 0, 0, '', 'baking-with-santa'), (3693, 'Balles', 'Bubble Shooter is a bubble ball game with exquisite graphics, rich bubble game elements, and interesting origin levels, bringing you a wonderful balloon pop experience. The operation of the bubble ball games is very smooth, and there is no difficulty for you to get started and no time pressure!', 'https://img.gamemonetize.com/8axqwjb6mbhogm93f0ohglkebf6xhbp2/512x384.jpg', 'https://html5.gamemonetize.com/8axqwjb6mbhogm93f0ohglkebf6xhbp2/', '0', 'Soccer', 0, 0, '', 'balles'), (3694, 'Attack a Word', 'Dear friends, I hope you are enjoying this app. You can improve your vocabulary by searching and matching words in Words attack game. This is one of the best app for the user to enjoy and having fun with this. One of the advantage of this app is , there is something new and there is also category of all the multiple words. and friends can enjoy this and can also play with friends and challange them to find these words in the given time , how fast they can search and find the words. This is the way the user can improve their vocabulary and increase their power to speak english. It’s brain training fun for everyone! If you love puzzles and word games then Word Wow will deliver! With Word Wow, fun puzzle games are just a few taps away with easy-to-use word search gameplay perfect for all word puzzle fans and brain game enthusiasts alike! Connect words on the gameboard to clear a path for the worm as you progress through each word puzzle and collect bonuses and game collectibles as you go! Tap letters and create words as you help the worm clear its path to the next level! The more levels you complete, the more challenging word games you unlock! Collect hidden gems throughout the game to earn even more games filled with word puzzle fun! Whether you’re a classic word game novice or a brain game pro, Word Wow has word puzzle games for all skill levels. Choose from 3 difficulty levels to start finding words at a pace that fits your skill level. Fun brain games don’t have to be stressful. Use our helpful letter bombs to help clear the path and collect bonuses for each word puzzle level you complete! Go from brain game beginner to word game master in no time with Word Wow’s collection of fun word puzzle games that start off easy, then more challenging as you level up! Play word games with friends online, compete in live rankings against other Word Wow players or play offline to train your brain solo or on the go. Word Wow brings you challenging word games meant to take your brain training to the next level – all while having fun. If you are enjoying this than you can also share with your family and friends . support me to build something new for the better of your experience.', 'https://img.gamemonetize.com/gleery1g1w0vass1epxtiq2g7ook0n9v/512x384.jpg', 'https://html5.gamemonetize.com/gleery1g1w0vass1epxtiq2g7ook0n9v/', '0', 'Puzzles', 0, 0, '', 'attack-a-word'), (3695, 'Jirai Aesthetics', 'Jiraikei is a japanese style of clothing, that most modern japanese women prefer today. The literal translation is a «girl-mina»,', 'https://img.gamemonetize.com/xpofnycblgv7zsdo967i2lqcj3jnxp46/512x384.jpg', 'https://html5.gamemonetize.com/xpofnycblgv7zsdo967i2lqcj3jnxp46/', '0', '.IO', 0, 0, '', 'jirai--aesthetics'), (3696, 'Nail Art Game', 'The long-awaited spring has arrived! Time to freshen up your look. Use the latest fashion trends and make a fabulous manicure', 'https://img.gamemonetize.com/d52ab7dz0jjoilg5mbaivoycdkbufp2k/512x384.jpg', 'https://html5.gamemonetize.com/d52ab7dz0jjoilg5mbaivoycdkbufp2k/', '0', '2 Player', 0, 0, '', 'nail-art-game'), (3697, 'Angela Tom Perfect Valentine', 'Welcome to the Angela Perfect Valentine game. Angela and Tom love to spend time together on this valentine.', 'https://img.gamemonetize.com/jj7xmfi5s8yvt6scnnmzt11nkwe65h98/512x384.jpg', 'https://html5.gamemonetize.com/jj7xmfi5s8yvt6scnnmzt11nkwe65h98/', '0', '2 Player', 0, 0, '', 'angela-tom-perfect-valentine'), (3698, 'Lines to Fills Online', 'Lines to Fill is a thinking game where you draw lines to complete the given puzzle shape. Simply drag one of the colorful blocks using your finger or the left mouse button, and make sure there are no blank spots left. Since the game has no time limits and no way to lose, you can enjoy this stress-free experience complete with hundreds of unique levels on your computer or mobile device. Can you block out some time and finish every level?', 'https://img.gamemonetize.com/ll5xlw2d9dyh64y15hmupv802eiqq91l/512x384.jpg', 'https://html5.gamemonetize.com/ll5xlw2d9dyh64y15hmupv802eiqq91l/', '0', '2 Player', 0, 0, '', 'lines-to-fills-online'), (3699, 'DiysMakeupGames', 'Diy Makeup is a very interesting makeup game for girls. Want to make your own cosmetics? Congratulations! You are now a DIY makeup store owner and you need to make your own makeup for the customers. Mix beeswax and coconut oil to make lip gloss, plus you can also DIY avocado mask and blush. Finally, match the eye makeup. The customer\'s makeup is perfectly done! Looking forward to your work!', 'https://img.gamemonetize.com/hg9kpfpj8o7z1abvgdzhoxhx9vnx6unr/512x384.jpg', 'https://html5.gamemonetize.com/hg9kpfpj8o7z1abvgdzhoxhx9vnx6unr/', '0', '2 Player', 0, 0, '', 'diysmakeupgames'), (3700, 'Drive Master 3D', 'Here is a skillful car-dodge arcade game. With 3D tracks and different obstacles, you need to focus on the perfect time and arrive at the finish without any crashing at all levels. There are some skins waiting for you to unlock and try. Good luck and dodge the traps!', 'https://img.gamemonetize.com/7mw54pigkq9awxvmqnsghitn1onafdqk/512x384.jpg', 'https://html5.gamemonetize.com/7mw54pigkq9awxvmqnsghitn1onafdqk/', '0', 'Arcade', 0, 0, '', 'drive-master-d'), (3701, 'Stickman Bam Bam Bam', 'Hey you! stickman you have to kill all the block zombie men. remember they only die when they are shot in the head their bodies are bulletproof you just have to shoot them in the head. shoot all zombies and protect the world from zombies kill them all! death to all zombies!', 'https://img.gamemonetize.com/0wki0pdwrk0avaq6ridxfu2xuq4zm1mm/512x384.jpg', 'https://html5.gamemonetize.com/0wki0pdwrk0avaq6ridxfu2xuq4zm1mm/', '0', 'Adventure', 0, 0, '', 'stickman-bam-bam-bam'), (3702, 'Merge Defense Pixel Blocks', 'Merge Defense: Pixel Blocks is a cool puzzle game made for boys for free. You can play it online. In this game,you can merge two blocks with same number to make them evolve into a block with bigger number. Move the blocks to the fort grids and you can attack the invaders with the blocks. The bigger number on the block, the more damage the block can cause. So go ahead and merge! Good luck!', 'https://img.gamemonetize.com/fx3u236fbmq547qf9h4b5g2kjhnbmq98/512x384.jpg', 'https://html5.gamemonetize.com/fx3u236fbmq547qf9h4b5g2kjhnbmq98/', '0', 'Boys', 0, 0, '', 'merge-defense-pixel-blocks'), (3703, 'Fashion Pet Salon', 'Fashion Bffs Rebecca, Chloe and Flora come to your pet beauty salon, they want to bathe their pets and groom them. Start your job right now!', 'https://img.gamemonetize.com/36dwfr301xs36bxik0czc18325nz7fgg/512x384.jpg', 'https://html5.gamemonetize.com/36dwfr301xs36bxik0czc18325nz7fgg/', '0', 'Girls', 0, 0, '', 'fashion-pet-salon'), (3704, 'Draw Joust 3D', 'Here is both a drawing puzzle and car battle arcade game with 3D stickman game arts. You can control a stickman in a simple car. To defeat a red stickman, you need to draw different parts to make sure you could use your wheels to smash his vehicles at all levels. Use your brain and try to control gas and back for victory!', 'https://img.gamemonetize.com/gjgygikbzl5kctacwuukskbdz1meotzg/512x384.jpg', 'https://html5.gamemonetize.com/gjgygikbzl5kctacwuukskbdz1meotzg/', '0', 'Arcade', 0, 0, '', 'draw-joust-d'), (3705, 'Train Lines Rush', 'Here is a relaxation train collecting arcade game with a 3D vertical-version game type. You need to control the train to dodge obstacles and collect customers on the track to the destination station. Don\'t forget to unlock more items or upgrade when you earned enough money.', 'https://img.gamemonetize.com/cusazrezwdkaxwg61gfarxhf60r1fh7d/512x384.jpg', 'https://html5.gamemonetize.com/cusazrezwdkaxwg61gfarxhf60r1fh7d/', '0', 'Arcade', 0, 0, '', 'train-lines-rush'), (3706, 'Super Droid Adventure', 'Super Droid Adventure is an arcade game where you help the little Robot to defeat a powerful boss that has destroyed his castle. During your journey, you\'ll encounter different traps and dangerous enemies that will try to stop you from reaching your goal. Break blocks to find power-ups, coins and other surprises. Use firepower to make the job easier and good luck!', 'https://img.gamemonetize.com/dlpv0zq2k0oog11zt4kvox2nqcgxbnal/512x384.jpg', 'https://html5.gamemonetize.com/dlpv0zq2k0oog11zt4kvox2nqcgxbnal/', '0', 'Arcade', 0, 0, '', 'super-droid-adventure'), (3707, 'Zombie Killer 3', 'Zombie Killer is a physics puzzle game, you can touch the item on the screen to move them and kill all zombies. This game uses your intelligence and ingenuity to play.', 'https://img.gamemonetize.com/9cdjpbp0wlgcpzbb8e7jasjn6jdlwqz2/512x384.jpg', 'https://html5.gamemonetize.com/9cdjpbp0wlgcpzbb8e7jasjn6jdlwqz2/', '0', 'Puzzles', 0, 0, '', 'zombie-killer-'), (3708, 'Shooting Zombie One', 'Zombies are taking control of the city. Use missiles to take them out.', 'https://img.gamemonetize.com/s5ab9bvz7bhbjs8fvki2l4s22iyv2arw/512x384.jpg', 'https://html5.gamemonetize.com/s5ab9bvz7bhbjs8fvki2l4s22iyv2arw/', '0', 'Adventure', 0, 0, '', 'shooting-zombie-one'), (3709, 'Zombies Killer Night', 'Zombies Night game has a lot of success review and player this MONTH that significantly improves overall game performance, especially on mobile phones. To play the game just touch the screen buttons if you use a mobile device Arrow Shooting.Crazy Rocket Bird Shooting', 'https://img.gamemonetize.com/pbjseb25bey3a4nnvt9h06izy1ic63kv/512x384.jpg', 'https://html5.gamemonetize.com/pbjseb25bey3a4nnvt9h06izy1ic63kv/', '0', 'Shooting', 0, 0, '', 'zombies-killer-night'), (3710, 'Revolution Idle RE', 'Revolution Idle RE is the remastered edition of Revolution Idle, a circling idle game to get higher numbers. Feel free to play this cool game from 2017 again! Buy upgrades, ascend, prestige.', 'https://img.gamemonetize.com/ee0g4t3bsmbxc1b7be6wpekj5302yqpf/512x384.jpg', 'https://html5.gamemonetize.com/ee0g4t3bsmbxc1b7be6wpekj5302yqpf/', '0', 'Clicker', 0, 0, '', 'revolution-idle-re'), (3711, 'Drive Mad', 'Drive Mad is a car game where you drive on a track filled with obstacles. Your aim is to reach the finish line in one piece. You have to balance your speed so your car doesn\'t flip over. This is harder than it sounds, as there are many thrilling and creative stunts and obstacles for you to enjoy. Do you have what it takes to finish every level in Drive Mad? How to play Drive Mad? Steer forward - W, D, X, Up arrow, Right arrow, Mouse click Steer backward - S, A, Z, Down arrow, Left arrow', 'https://img.gamemonetize.com/dem77byztip4lfarz53fekbuiw3657jl/512x384.jpg', 'https://html5.gamemonetize.com/dem77byztip4lfarz53fekbuiw3657jl/', '0', 'Boys', 0, 0, '', 'drive-mad'), (3712, 'Rebels Clash Game', 'Rebels Clash is an online shooting game that features a \'Death Match\' mode and a \'Battle Royale\' mode. In the action-packed Death Match, you are playing against other players online - the goal is to make as many kills as you can, and to die as little as possible. After death you will respawn to improve your score. In the Battle Royale mode, you only have one chance to become the winner, and that is by killing everyone else that is still alive in the game. If you die, you\'re gone for good! Collect different items such as weapons, health and grenades to grow your arsenal and defeat the other players. Are you ready to put your shooting skills to test?', 'https://img.gamemonetize.com/s9em6gjwl9v2khpzngln8drmrjgw2qim/512x384.jpg', 'https://html5.gamemonetize.com/s9em6gjwl9v2khpzngln8drmrjgw2qim/', '0', 'Shooting', 0, 0, '', 'rebels-clash-game'), (3713, 'Popsicle Stack', 'Popsicle Stack game in the hot summer is coming, are you ready to get rid of the heat? Come join the Popsicle Stack and make your own ice cream! What flavor do you like? White chocolate or dark chocolate? Or a cool and delicious fruit flavor? Finish it off with a delicious little nutty topping. Everything is so good! Don\'t hesitate to join us! Have a great time!', 'https://img.gamemonetize.com/6uyffjpdw7sklld8l5lbxs8o9ac43krh/512x384.jpg', 'https://html5.gamemonetize.com/6uyffjpdw7sklld8l5lbxs8o9ac43krh/', '0', 'Hypercasual', 0, 0, '', 'popsicle-stack'), (3714, 'Papers Grade Please', 'apers Grade Please is an online HTML5 game. Papers Grade Please is a casual and entertaining puzzle game. You play as a teacher. The bell has rung, so hurry up and arrange your students to complete their class assignments! Lead your students through the lessons of each subject. Experience the fun of being a teacher! I\'m sure you\'ll be a great teacher!', 'https://img.gamemonetize.com/97urypyvkvlyxax6kecdxn2o8tv7llcp/512x384.jpg', 'https://html5.gamemonetize.com/97urypyvkvlyxax6kecdxn2o8tv7llcp/', '0', 'Puzzles', 0, 0, '', 'papers-grade-please'), (3715, 'Ino Valentines 2', 'Ino Valentines 2 is a 2D romantic platformer where you play as an anime boy who have to collect all of the heart-shaped chocolates while avoiding the zombies, flying demons and their bullets, spikes, rotating blades and reach your girlfriend in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Ino Valentines" series.', 'https://img.gamemonetize.com/vwui9akah5kwv83uzndaso9n3rb9agzu/512x384.jpg', 'https://html5.gamemonetize.com/vwui9akah5kwv83uzndaso9n3rb9agzu/', '0', 'Arcade', 0, 0, '', 'ino-valentines-'), (3716, 'Valentine Coloring Book', 'Color 15 antistress, zentangle and simple Valentine\'s Day coloring pages, use a pencil and a fill bucket, erase and pick up colors already used with eyeropper. Copy and paste parts of an image, draw additional parts on Valentine\'s coloring pages or just draw a Valentine\'s greetings on your own! Also you can save your work and finish it later. Enjoy the game and your feelings!', 'https://img.gamemonetize.com/fyfc4y3b7kp9u6eyescq8qir8rl5u5gl/512x384.jpg', 'https://html5.gamemonetize.com/fyfc4y3b7kp9u6eyescq8qir8rl5u5gl/', '0', 'Hypercasual', 0, 0, '', 'valentine-coloring-book'), (3717, 'NapTech Games', 'Pong Football is an online game where you can play soccer with friends or other players from around the world. The game is easy to learn and is a great way to stay active. Looking for a fun and competitive online soccer game? Look no further than Football Pong! Our game features realistic physics and gameplay, plus you can play against other players from around the world. So what are you waiting for? Give Football Pong a try today!', 'https://img.gamemonetize.com/170f6b4wgjp40lr6yxiqcac2v74mkjs1/512x384.jpg', 'https://html5.gamemonetize.com/170f6b4wgjp40lr6yxiqcac2v74mkjs1/', '0', 'Hypercasual', 0, 0, '', 'naptech-games'), (3718, 'Santa Gift Matching', 'Looking for a fun and festive online game to get you into the holiday spirit? Look no further than Santa Gift Matching! In this festive color-matching game, your goal is to help Santa match up all the gifts on his list. With dozens of different levels to play, this game is sure to keep you entertained for hours on end. So get ready to jingle all the way and give Santa a hand with his list – it\'s time to start matching!', 'https://img.gamemonetize.com/x2nv4xndqxwfgnipaxqesx83gnrwsox2/512x384.jpg', 'https://html5.gamemonetize.com/x2nv4xndqxwfgnipaxqesx83gnrwsox2/', '0', 'Hypercasual', 0, 0, '', 'santa-gift-matching'), (3719, 'Animal Lovers', 'Are you a pet person? What about being a pet HERO? Save abandoned animals and bring them to the best pet shop in town: YOURS! In this fantastic management game, you will serve FURRY and extra CUTE pets while rescuing your favorite animals! Your regular customers will include cute cats, dogs, nice farm animals as pigs, sheeps, bulls, bunnies and more! You and your employees will chase and try to find lost animals around the city… If you track the right CLUE down, you might DISCOVER where to find and SAVE them all! But be prepared: your pets may be impatient, take good care of them or they might start acting up like beasts!… You will have to prove yourself to be the best pet shop manager ever!', 'https://img.gamemonetize.com/bj5suq62lu9vy84z5nfjyuq64vzuqx53/512x384.jpg', 'https://html5.gamemonetize.com/bj5suq62lu9vy84z5nfjyuq64vzuqx53/', '0', 'Hypercasual', 0, 0, '', 'animal-lovers'), (3720, 'Wizard of symbols', 'Wizard of symbols have been chosen to attend the great Wizard Duels! Duels are held in real-time with real witches and wizards around the world. After you have joined the duels, you can also explore the mysterious castle where all the contests are held. You can meet other players and freely move & look around. You will find new fun spells to do in the castle that can lift up entire bookshelves or break them apart. Magic Spells & More When you are experienced enough, you will also learn the Werewolf, Runes, and Dragon spell. For example, you can surprise other players by turning into a werewolf in the castle or during your duels. Game Features: Wizard of symbols is a magical version of the classic rock-paper-scissors game played by Witches and Wizards. The game has a worldwide PvP. Rules are simple: Cast one spell that is stronger than the opponent\'s spell, and you will win the round. Play against other witches and wizards around the world and conquer the leaderboard!', 'https://img.gamemonetize.com/vhcuigcwvak4jpsmqdsx8vsbt8r9q6oq/512x384.jpg', 'https://html5.gamemonetize.com/vhcuigcwvak4jpsmqdsx8vsbt8r9q6oq/', '0', 'Puzzles', 0, 0, '', 'wizard-of-symbols'), (3721, 'Putot', 'Putot is a 2D platformer where you have to collect cubes containing treasures while avoiding the enemy aliens, flying creatures and their bullets, spikes, rotating lasers and reach the Exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/ddj360ywpmt4yh3gdcnmd4uo9n91ipke/512x384.jpg', 'https://html5.gamemonetize.com/ddj360ywpmt4yh3gdcnmd4uo9n91ipke/', '0', 'Arcade', 0, 0, '', 'putot'), (3722, 'Dad n Me', 'Dad \'n Me is a cartoonish side-scrolling brawling game.', 'https://img.gamemonetize.com/mvvyuy94ue42hbol2mpfagcytxteg6be/512x384.jpg', 'https://html5.gamemonetize.com/mvvyuy94ue42hbol2mpfagcytxteg6be/', '0', 'Action', 0, 0, '', 'dad-n-me'), (3723, 'Match Football Brazil or Argentina ', 'Watch the Brazil versus Argentina match online by finding a reputable website that offers a live stream of the game. By doing this, you\'ll be able to avoid any potential streaming issues and ensure that you don\'t miss a minute of the action.', 'https://img.gamemonetize.com/utno1qhgw42pufphiambxfs0wj9tshdf/512x384.jpg', 'https://html5.gamemonetize.com/utno1qhgw42pufphiambxfs0wj9tshdf/', '0', 'Sports', 0, 0, '', 'match-football-brazil-or-argentina-'), (3724, 'Avatar the Last Airbender', 'Avatar The Last Airbender With the Fire Nation on the brink of global domination, a young girl and her brother discover a 12-year old Airbender who reveals himself as the Avatar. Will this irresponsible kid accept his destiny in time to save the world? Avatar Generations, a new gacha-style role-playing game based on Nickelodeon’s Avatar: The Last Airbender, launches Tuesday on Android and iOS. The turn-based RPG lets players bring various generations of Avatar characters and lore together to create the ultimate team and relive memorable moments from the Avatar universe. As seen in the game’s launch trailer above, Avatar Generations draws its collectible characters and locations from Avatar: The Last Airbender, The Rise of Kyoshi, and The Legend of Korra. Yes, that means that players may be performing random chance pulls in the hopes of securing a five-star Zuko or Aang, not unlike other free-to-play RPGs such as Genshin Impact, where character collection (and randomness) is the foundation of the game. Join the Gaang! Create your own Team Avatar', 'https://img.gamemonetize.com/67m3h9bf8jppt9tw6twy691ly41j6r3v/512x384.jpg', 'https://html5.gamemonetize.com/67m3h9bf8jppt9tw6twy691ly41j6r3v/', '0', 'Action', 0, 0, '', 'avatar-the-last-airbender'), (3725, 'Without Collision', 'This is a reflex puzzle game where you need to react fast if you want to play longer. You will play in a tight space, so the chance to be fought is bigger. The goal of the game is to control the blue egg and to catch with the egg the blue dots. The egg will move only vertically and the dots will come from both horizontal sides. But there will be red triangles. Avoid them, if you collide with the triangle you will lose. They will move in all directions. Collect more blue dots as you can, and play longer as possible.', 'https://img.gamemonetize.com/w84mgwgwwz5fjzz9flgzmk28ogguwkuz/512x384.jpg', 'https://html5.gamemonetize.com/w84mgwgwwz5fjzz9flgzmk28ogguwkuz/', '0', 'Puzzles', 0, 0, '', 'without-collision'), (3726, 'Hide N Seek Challenge', 'In the new online game Hide N Seek Challenge we invite you and other players from around the world to play hide and seek. In front of you on the screen you will see a labyrinth in which your character and other participants in the game will be located. You will have to choose who your hero will be. He will hide or seek. If the character must hide, then you will use the control keys to make the hero run through the maze and look for a secluded place. The player who will look for you will also wander through the maze. You will constantly have to change your location and not let yourself be discovered. After holding out for a while, you will be able to run to a certain zone. Once you are in the game Hide N Seek Challenge find yourself in it, you will be awarded the victory.', 'https://img.gamemonetize.com/ut8y1x0r61j65jrl0lfum1b8gzhunbts/512x384.jpg', 'https://html5.gamemonetize.com/ut8y1x0r61j65jrl0lfum1b8gzhunbts/', '0', 'Arcade', 0, 0, '', 'hide-n-seek-challenge'), (3727, 'witchy Dress Up', 'Welcome to Bff Witchy Transformation. Princess Ariel,', 'https://img.gamemonetize.com/kzf8fbarnssg0llwmd7qkgdyb6m8gjvw/512x384.jpg', 'https://html5.gamemonetize.com/kzf8fbarnssg0llwmd7qkgdyb6m8gjvw/', '0', 'Girls', 0, 0, '', 'witchy-dress-up'), (3728, 'Angela Dress up Game', 'Welcome to Angela\'s Dress-Up Game.', 'https://img.gamemonetize.com/geaxn44jupqac8f179a0azzf69vjsoq9/512x384.jpg', 'https://html5.gamemonetize.com/geaxn44jupqac8f179a0azzf69vjsoq9/', '0', '2 Player', 0, 0, '', 'angela-dress-up-game'), (3729, 'Fashion Short Hair Dress up', 'Fashion girls Chloe, Bella and Sofia want to change their hairstyles dress up', 'https://img.gamemonetize.com/1hu9hv5i7elsq8xf1sz4otuktcferjf1/512x384.jpg', 'https://html5.gamemonetize.com/1hu9hv5i7elsq8xf1sz4otuktcferjf1/', '0', '2 Player', 0, 0, '', 'fashion-short-hair-dress-up'), (3730, 'Salon Beauty Makeup ', 'A vicious witch cursed the beautiful little princess, who slept in the castle for many years.', 'https://img.gamemonetize.com/cbzlyknr094w6liy03m4rrh0aom7yf34/512x384.jpg', 'https://html5.gamemonetize.com/cbzlyknr094w6liy03m4rrh0aom7yf34/', '0', '2 Player', 0, 0, '', 'salon-beauty-makeup-'), (3731, 'Unicorn Magic Dress Up ', 'you can dress her up and turn her into your magical unicorn', 'https://img.gamemonetize.com/rwqda5lbj4tqea7g0srip7d6jp4py1ax/512x384.jpg', 'https://html5.gamemonetize.com/rwqda5lbj4tqea7g0srip7d6jp4py1ax/', '0', 'Girls', 0, 0, '', 'unicorn-magic-dress-up-'), (3732, 'Girls Summer Dress up', 'Welcome to summer Dress up ! Have you ever hesitated what to dress up in summer? Don\'t know the newest fashion style? Let\'s see the fashion girls\' fashion choice!', 'https://img.gamemonetize.com/1xpvexp02sas3jyf1lymq4t9ohw8ufln/512x384.jpg', 'https://html5.gamemonetize.com/1xpvexp02sas3jyf1lymq4t9ohw8ufln/', '0', 'Multiplayer', 0, 0, '', 'girls-summer-dress-up'), (3733, 'Panda Baby Dress up', 'the best panda nanny! Give panda a shower in the rain or with an elephant. Prepare food and find out what baby likes the most', 'https://img.gamemonetize.com/cji8p6erguwe5k36ohnn8pdwmnm2m13g/512x384.jpg', 'https://html5.gamemonetize.com/cji8p6erguwe5k36ohnn8pdwmnm2m13g/', '0', 'Arcade', 0, 0, '', 'panda-baby-dress-up'), (3734, 'Dress Up Celebrity', 'It\'s New Year\'s Eve, and the two sisters want to see the fireworks by the lake together at night. But they don\'t want to see the fireworks without food, so they decide to make their favorite cupcakes at home and take them to eat. After making the cupcakes, they put on their beautiful clothes, and finally, they enjoy the cupcakes and see the fireworks. Enjoy it!', 'https://img.gamemonetize.com/wdd97x3k3ncguf6vdijuoxcxhsevhq35/512x384.jpg', 'https://html5.gamemonetize.com/wdd97x3k3ncguf6vdijuoxcxhsevhq35/', '0', 'Action', 0, 0, '', 'dress-up-celebrity'), (3735, 'Masha And Bear Jigsaw Puzzle', '"Play the free online game, Masha and the Bear Jigsaw Puzzle. Exercise your puzzle skills with this interesting game featuring cartoon images from the beloved Masha and the Bear series. Perfect for jigsaw enthusiasts and fans of the cartoon. Try it now!"', 'https://img.gamemonetize.com/ug24i9dshn3ok8ijta7kim5w2y8qeixi/512x384.jpg', 'https://html5.gamemonetize.com/ug24i9dshn3ok8ijta7kim5w2y8qeixi/', '0', 'Puzzles', 0, 0, '', 'masha-and-bear-jigsaw-puzzle'), (3736, 'Rescue Dog Web', 'Rescue Dog Web is an online puzzle game designed for kids for free. The dog is trapped in a maze. If you drag it and release your hand, it will bounce in the opposite direction. You need to make the dog bounce at the walls and use the reaction force to let it bounce out of the door. In each level, the number of hits against the wall.', 'https://img.gamemonetize.com/jtovfewyww2bfo3nhkgxzfylunojnph5/512x384.jpg', 'https://html5.gamemonetize.com/jtovfewyww2bfo3nhkgxzfylunojnph5/', '0', 'Boys', 0, 0, '', 'rescue-dog-web'), (3737, 'Bff St Patricks day Look', 'Welcome to Bff St Patrick’s day Look. Have you ever heard about St. Patrick’s Day? Prepare your girlfriends for the holiday party in the game BFF St. Patricks Day game. The main color of the holiday is green, so the outfits are mainly made in this color. First, select a unique outfit, hat, hairstyle, and stylish accessories.', 'https://img.gamemonetize.com/s07p3cs88ir2dggml5ymaww5r11byq7y/512x384.jpg', 'https://html5.gamemonetize.com/s07p3cs88ir2dggml5ymaww5r11byq7y/', '0', 'Girls', 0, 0, '', 'bff-st-patricks-day-look'), (3738, 'Happy Filled Glass 3 Game', 'Happy Filled Glass 3 is a fun online puzzle game for kids for free. In this game, how to make the water fill in the cup below the pipe is a permanent question. Because there are many obstacles between the pipe and the cup. You can use the pencil to draw lines to overcome the effects of the obstacles. There are many levels in this game. Hopefully, you won\'t fail in level one. Who knows? Good luck!', 'https://img.gamemonetize.com/wk93r460mynef2m2ner0lki9c866csco/512x384.jpg', 'https://html5.gamemonetize.com/wk93r460mynef2m2ner0lki9c866csco/', '0', 'Boys', 0, 0, '', 'happy-filled-glass--game'), (3739, 'Supermarket Girl Cleanup', 'Do you love Supermarket Cleaning Games, House Cleanup, and Grocery Store Games? Do you love Tidy up games, and Supermarket Grocery store Cleaning? Then you will this game! Supermarket Girl needs your help tidying up the Grocery Store before opening! Many customers will arrive on the hour, and she needs your assistance in tidying it up before they start to shop!', 'https://img.gamemonetize.com/v3lowda5cj6xmdfs55wggnvn78vs679c/512x384.jpg', 'https://html5.gamemonetize.com/v3lowda5cj6xmdfs55wggnvn78vs679c/', '0', 'Girls', 0, 0, '', 'supermarket-girl-cleanup'), (3740, 'Rainbow Friends Coloring Book Game', 'Rainbow Friends Coloring Book is a popular coloring game among kids. Do you love rainbow friends? Guess the answer is yes! In this game, 10 carefully selected coloring pages with plots are waiting for you. Come and color the pictures with your infinite imagination. Have a good time!', 'https://img.gamemonetize.com/iyb16fiwgopfxxyf2xtwakq940jjfot0/512x384.jpg', 'https://html5.gamemonetize.com/iyb16fiwgopfxxyf2xtwakq940jjfot0/', '0', 'Girls', 0, 0, '', 'rainbow-friends-coloring-book-game'), (3741, 'Crazy Pixel Apocalypse 4', 'Multiplayer video games have come a long way in recent years, with monthly battles and multiplayer battle royale titles offering many options and a ton of fun for players online. Use the additional firepower afforded by your chosen online multiplayer game, complete with stunning visuals, lethal weapons, and intense real-time competition, to turn the tide of battle and reload your gun. Join your fellow gamers and take on the online Battle Royale challenge.', 'https://img.gamemonetize.com/vk1r9s4605pko6cqhnydoptuwy6n0x73/512x384.jpg', 'https://html5.gamemonetize.com/vk1r9s4605pko6cqhnydoptuwy6n0x73/', '0', 'Shooting', 0, 0, '', 'crazy-pixel-apocalypse-'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (3742, 'Unicycle Mayhem', 'The battle between the ragdoll puppet fighters begins with the Unicycle Mayhem game! These ragdoll characters are trying to balance over a single-wheel bike. The ground is prepared by destroyable pieces and on each shoot hits the ground, the floor will vanish work by the piece. Your goal is to destroy the bricks or the floor where your opponent stands and fall your opponent down. Score five and win the matches! Let the unicycle puppet battle begin!', 'https://img.gamemonetize.com/vsbkqfrol82xjmz4rnercyxb2j31bzdq/512x384.jpg', 'https://html5.gamemonetize.com/vsbkqfrol82xjmz4rnercyxb2j31bzdq/', '0', 'Action', 0, 0, '', 'unicycle-mayhem'), (3743, 'Mowing Simulator', 'This is a very interesting farm management simulation game. When you plant food in your big farm and wait for the wheat and rice fields to mature, it is time for us to show our skills. We use various harvesting tools to harvest in a fancy way.', 'https://img.gamemonetize.com/hk91nm7wxp4u2gh7yvkahus5ya4bydq4/512x384.jpg', 'https://html5.gamemonetize.com/hk91nm7wxp4u2gh7yvkahus5ya4bydq4/', '0', 'Adventure', 0, 0, '', 'mowing-simulator'), (3744, 'Save Animals Forest fire', 'Save animals from forest fires. Find the right way to escape from the burning forest. Fragile bridges will carry a cat, a hare, a turtle and many others over the dangerous waters of rivers, swamps, an ocean with sharks and an abyss. Rescue animals in different regions from Africa to the North Pole. All rescued animals can be settled on your farm. Go through the levels and there will be more and more pets.', 'https://img.gamemonetize.com/p7rnmsfd9008dbl6l70rj6hrh7mxiitd/512x384.jpg', 'https://html5.gamemonetize.com/p7rnmsfd9008dbl6l70rj6hrh7mxiitd/', '0', 'Hypercasual', 0, 0, '', 'save-animals-forest-fire'), (3745, 'ZOMBIE CRAFT 3D', 'Destroy the zombies and beat the waves. As you progress, you will have more powerful weapons, but the zombies will also get stronger. try to survive as long as possible', 'https://img.gamemonetize.com/zg490lv7tqo5pfpyauk99r48dw9fzhqe/512x384.jpg', 'https://html5.gamemonetize.com/zg490lv7tqo5pfpyauk99r48dw9fzhqe/', '0', 'Action', 0, 0, '', 'zombie-craft-d'), (3746, 'Off Road Monster', 'Drive monster truck and try to climb the mountains', 'https://img.gamemonetize.com/erxqhlysebp2ibn9wsnvyzjpqzq3hp7d/512x384.jpg', 'https://html5.gamemonetize.com/erxqhlysebp2ibn9wsnvyzjpqzq3hp7d/', '0', 'Racing', 0, 0, '', 'off-road-monster'), (3747, 'INFINITE BLOCK RUNNER', 'Tap to switch places and avoid spikes, try to reach the highest score', 'https://img.gamemonetize.com/w1254oxm72fa579kz1mks2l4p5u4zf8w/512x384.jpg', 'https://html5.gamemonetize.com/w1254oxm72fa579kz1mks2l4p5u4zf8w/', '0', 'Arcade', 0, 0, '', 'infinite-block-runner'), (3748, 'Daisy Bunny Dress up', 'Play our daisy bunny game and you will learn how to take care of pet rabbits. You need to respond to Daisy\'s wishes. As a good pet owner', 'https://img.gamemonetize.com/qstkqetpny895d1fdmwjn2fzllbhv4vy/512x384.jpg', 'https://html5.gamemonetize.com/qstkqetpny895d1fdmwjn2fzllbhv4vy/', '0', '2 Player', 0, 0, '', 'daisy-bunny-dress-up'), (3749, 'Sweet Baby Hotel ', 'Welcome to Crazy Holiday Hotel! Always fun here, but super chaotic! Keep the hotel clean,', 'https://img.gamemonetize.com/2mw7nsgrjs1nw2azdqoqec68fy6yj847/512x384.jpg', 'https://html5.gamemonetize.com/2mw7nsgrjs1nw2azdqoqec68fy6yj847/', '0', 'Action', 0, 0, '', 'sweet-baby-hotel-'), (3750, 'Super Pikachu', 'Super Pika Bros-Flash Game', 'https://img.gamemonetize.com/3sfuk7qc810ci1ozj48479hs4cb8uf97/512x384.jpg', 'https://html5.gamemonetize.com/3sfuk7qc810ci1ozj48479hs4cb8uf97/', '0', 'Adventure', 0, 0, '', 'super-pikachu'), (3751, 'Candy Match Master', 'The Candy Match Master game is a highly addictive puzzle game that offers hours of fun. The objective of the game is to match three or more of the same candy pieces together to score points. The game is easy to pick up and play and offers a great challenge for all ages.', 'https://img.gamemonetize.com/hjz1q9qpmw9kui7mtxry1v7zvacuarud/512x384.jpg', 'https://html5.gamemonetize.com/hjz1q9qpmw9kui7mtxry1v7zvacuarud/', '0', 'Puzzles', 0, 0, '', 'candy-match-master'), (3752, 'Minecraft Tower Defense', 'How long can you survive against the hoard in Minecraft Tower Defense, a minecraft-inspired tower defense game? While there are a plethora of tower defense games on the market today, there are non-quite like Minecraft Tower Defense. This amazing browser games combines elements of the iconic Minecraft game, together with simple and engaging tower defense strategy. With typical pixelated Minecraft graphics, this game is truly inviting and anyone who loves the original will find this tower defense version addictive!', 'https://img.gamemonetize.com/o3b7beh966wjep7gn6kvd6jsb06z6sh8/512x384.jpg', 'https://html5.gamemonetize.com/o3b7beh966wjep7gn6kvd6jsb06z6sh8/', '0', 'Clicker', 0, 0, '', 'minecraft-tower-defense'), (3753, 'Jetpack Jumpers', 'Jetpack Jumpers is an online game that puts you in the shoes of an intrepid adventurer, tasked with exploring a variety of different environs. The game is fast-paced and thrilling and will keep you on your toes as you try to best each new challenge.', 'https://img.gamemonetize.com/0n8kn4vrqe0cb2z0rvro8op9znaurut7/512x384.jpg', 'https://html5.gamemonetize.com/0n8kn4vrqe0cb2z0rvro8op9znaurut7/', '0', 'Hypercasual', 0, 0, '', 'jetpack-jumpers'), (3754, 'Sky Troops', 'Sky Troops Online Air Fighter game is an online game that simulates air combat. The Sky Troops Online Air Fighter game is a great way to challenge your friends and family to see who can achieve the highest score. Sky Troops Online Air Fighter game is a fast-paced, multiplayer game that puts players in the cockpits of jets and challenges them to complete missions in various locations around the world.', 'https://img.gamemonetize.com/lcr5ivpvw9i92uugdwz8z0xavqhbqqf9/512x384.jpg', 'https://html5.gamemonetize.com/lcr5ivpvw9i92uugdwz8z0xavqhbqqf9/', '0', 'Hypercasual', 0, 0, '', 'sky-troops'), (3755, 'Spider Man Stickman', 'Press anywhere to shoot your rope and release to let go. Build up speed and momentum to get a nice swing going!', 'https://img.gamemonetize.com/nxt53gdudcacse9ld8g0344axgq60yo8/512x384.jpg', 'https://html5.gamemonetize.com/nxt53gdudcacse9ld8g0344axgq60yo8/', '0', 'Adventure', 0, 0, '', 'spider-man-stickman'), (3756, 'Spider Man Jigsaw', 'Merge all pictures to complete the image and finish the level', 'https://img.gamemonetize.com/aw2xmnxettv2s91tdofwx114h637jh6b/512x384.jpg', 'https://html5.gamemonetize.com/aw2xmnxettv2s91tdofwx114h637jh6b/', '0', 'Puzzles', 0, 0, '', 'spider-man-jigsaw'), (3757, 'Spider Among Us Imposter', 'Spider Among Us" is an offline multiplayer game where you play as an imposter with the goal of killing all of your crewmates without getting caught. The game features a vent system, sabotage system, and the ability to create custom settings for added challenge.', 'https://img.gamemonetize.com/8nej0yt4x7id0zqa3md6wtrkhq7yytw0/512x384.jpg', 'https://html5.gamemonetize.com/8nej0yt4x7id0zqa3md6wtrkhq7yytw0/', '0', 'Puzzles', 0, 0, '', 'spider-among-us-imposter'), (3758, 'Save the Dummy', 'Lets put your creativity and drawing skills to the test to save the little dummy! You will need your skills and concentration power to solve the puzzles and save the Stickman. Only the fastest, the quickest, and the most intelligent can be the winners With many fully animated scenarios that are filled with love, drama, and epicness, you can&rsquo;t help falling in love with this fast-paced drawing game. Website Developer <a href=\'https://kiz10.com\'>https://kiz10.com</a>', 'https://img.gamemonetize.com/rrcjjjeau91stfs3fcoopnr101g1awgh/512x384.jpg', 'https://html5.gamemonetize.com/rrcjjjeau91stfs3fcoopnr101g1awgh/', '0', 'Hypercasual', 0, 0, '', 'save-the-dummy'), (3759, 'Spot 5 Differences Camping', 'This is a Spot The Difference type of puzzle game where players must find differences between two otherwise similar images. Try to find differences using your hawk eyes and tap that otherwise use the hint. Saved time will give you an extra bonus score.', 'https://img.gamemonetize.com/mdidq2zs9u20mi5w6ehxbi09928j2mxl/512x384.jpg', 'https://html5.gamemonetize.com/mdidq2zs9u20mi5w6ehxbi09928j2mxl/', '0', 'Puzzles', 0, 0, '', 'spot--differences-camping'), (3760, 'Fruit Lines', 'Move the Items to the blank spaces in order to create a horizontal or vertical row of 5 identical items. To move an item, tap it and then tap the blank tile. If there is any open path between the item and its destination, it would travel to the new place. Each time when you move an item and if no match happens, 3 new items will be added to the board. Don\'t let the board be crowded or it may fill all the places causing the end of the game.', 'https://img.gamemonetize.com/gwgy3ketmoyfuvmntgqk4krfrlujv2mi/512x384.jpg', 'https://html5.gamemonetize.com/gwgy3ketmoyfuvmntgqk4krfrlujv2mi/', '0', 'Puzzles', 0, 0, '', 'fruit-lines'), (3761, 'Planet Explorer Addition', 'Planet explorer addition is a math puzzle game. In this game, you will explore different planets with a big treasure of gems. But before moving to a planet you need to find an addition expression that results differ from the other 3. Your correct selection will bring you a new planet. Collect your all math skills and see how many planets you can travel.', 'https://img.gamemonetize.com/6rxw7p65zekuct0z4bogjczoe7mk2kw2/512x384.jpg', 'https://html5.gamemonetize.com/6rxw7p65zekuct0z4bogjczoe7mk2kw2/', '0', 'Puzzles', 0, 0, '', 'planet-explorer-addition'), (3762, 'Family Picnic Of The King', 'After a few months of rain, the terrible typhoon finally passed. This is a sunny day. Because of this rare sunny day,The queen plans to have a family meal in the garden and feel the warmth of the sun. However, due to heavy rain in recent days, the garden did not have access To the very good care, the ground of the leaves, branches of the trees, wild weeds and broken fence, so that the garden looks very old and worn. Weeds twigs All have to be trimmed, leaves must be cleaned, fences have to be repaired, have to prepare the food needed for dinner, the task a little heavy, the queen looks very distressed ... So now let us avatar become a versatile deacon to help the queen!', 'https://img.gamemonetize.com/urtczvj9yqdo9f9mr8d280dxv2ugilvg/512x384.jpg', 'https://html5.gamemonetize.com/urtczvj9yqdo9f9mr8d280dxv2ugilvg/', '0', 'Puzzles', 0, 0, '', 'family-picnic-of-the-king'), (3763, 'Ronaldo Soccer Challenge', 'Ronaldo Soccer Challenge is super fun online game for kids that you can play for free. Ronaldo Soccer Challenge where you need to tap on the screen to guide Ronaldo. Collect balls and avoid the obstacles. Run to the goal! Collect boost to gain speed! Have fun playing.', 'https://img.gamemonetize.com/qv5p6orddfqp0ya82s6f6jpmg2ww0pq2/512x384.jpg', 'https://html5.gamemonetize.com/qv5p6orddfqp0ya82s6f6jpmg2ww0pq2/', '0', 'Sports', 0, 0, '', 'ronaldo-soccer-challenge'), (3764, 'Happy Easter Puzzle Quest', 'Happy Easter Puzzle Quest game is about beautiful easter scenery! It is a fun jigsaw puzzle game applicable for all ages. Choose the difficulty of the jigsaw puzzles and drag the pieces to the right place to solve all the Easter puzzles online. Have fun playing!', 'https://img.gamemonetize.com/01l6d7do9zwdyvmm8melb3ylv6ovtut5/512x384.jpg', 'https://html5.gamemonetize.com/01l6d7do9zwdyvmm8melb3ylv6ovtut5/', '0', 'Puzzles', 0, 0, '', 'happy-easter-puzzle-quest'), (3765, 'Happy Valentines Day Coloring Dress', 'For Valentine\'s Day, create a special gift for your significant other that showcases your love and affection. One idea is to personalize a picture by coloring it yourself and adding a heartfelt message. Don\'t forget to print it out and give it to your beloved as a tangible reminder of your love.', 'https://img.gamemonetize.com/kptrygpqmfq7bf4tk289lgudrfaj4b63/512x384.jpg', 'https://html5.gamemonetize.com/kptrygpqmfq7bf4tk289lgudrfaj4b63/', '0', 'Puzzles', 0, 0, '', 'happy-valentines-day-coloring-dress'), (3766, 'Fishing Challenge', 'Are you fishing lover? this is a fishing game called fishing challenge. All you got is 30 second to catch all the underwater fish. can you get the highest score?', 'https://img.gamemonetize.com/q5ff977p3ad4n1y694yz05992512vtox/512x384.jpg', 'https://html5.gamemonetize.com/q5ff977p3ad4n1y694yz05992512vtox/', '0', 'Clicker', 0, 0, '', 'fishing-challenge'), (3767, 'My Huggy Wuggy Pet Merge', 'Huggy Waggi had a big fight with his girlfriend Kissy Missy, and the former couple did not find the best way to resolve the conflict, how to enter the ring and arrange a real fight. Huggy Waggi is serious about winning, and therefore invites the player to become his partner, who will help destroy Kissy Missy.', 'https://img.gamemonetize.com/vdtrkl158qjutyk8lmpfu2g7w3kyspxg/512x384.jpg', 'https://html5.gamemonetize.com/vdtrkl158qjutyk8lmpfu2g7w3kyspxg/', '0', 'Puzzles', 0, 0, '', 'my-huggy-wuggy-pet-merge'), (3768, 'Ponys Pet Salon', 'Welcome to the cutest pony game for girls! Dress up your sweet pony, give them the best mane hairstyle and make your pet shine in this spectacular pony salon game! Give your ponies a glamorous look in the best pet care game ever!', 'https://img.gamemonetize.com/jclxpoeimj0856xxtj7f9hfd8aha2775/512x384.jpg', 'https://html5.gamemonetize.com/jclxpoeimj0856xxtj7f9hfd8aha2775/', '0', 'Hypercasual', 0, 0, '', 'ponys-pet-salon'), (3769, 'Sweet Merge', 'Do you Love Merging Games? Tap or click to release candies and merge identical ones till you get the biggest candy. Play the hard mode where you begin with the biggest candy and start merging till you get the small blue one. Good luck!', 'https://img.gamemonetize.com/1d9m27405knnvvczb2grtroxc62kx4q1/512x384.jpg', 'https://html5.gamemonetize.com/1d9m27405knnvvczb2grtroxc62kx4q1/', '0', 'Puzzles', 0, 0, '', 'sweet-merge'), (3770, 'Fruits Ninja Hero', 'Fruits Ninja Hero is an action ninja game. Aim and release the slingshot to release the green ninja hero. Release the ninja and slice Fruits. Avoid enemies like the spider and snakes. enjoy!', 'https://img.gamemonetize.com/7begeu56olpka4kaqzioeq7wok1m90ip/512x384.jpg', 'https://html5.gamemonetize.com/7begeu56olpka4kaqzioeq7wok1m90ip/', '0', 'Fighting', 0, 0, '', 'fruits-ninja-hero'), (3771, 'FIFA Score', 'FIFA Score is an online football penalty game that is perfect for fans of the sport looking to improve their skills. The game features real-life football players, so you can test your abilities against some of the best in the business. With a variety of modes to choose from, including single-player and multiplayer, there is something for everyone. So get out there and start shooting some goals!', 'https://img.gamemonetize.com/qjtd7ud3ysktv7ii5xcklblw7vjsujy4/512x384.jpg', 'https://html5.gamemonetize.com/qjtd7ud3ysktv7ii5xcklblw7vjsujy4/', '0', 'Sports', 0, 0, '', 'fifa-score'), (3772, 'Super Mario Jigsaw Puzzle season 2', 'Put your puzzle skills to the test with the Super Mario Drag and Drop game. Featuring 8 classic Mario scenes and 3 levels of difficulty. Complete each picture by precisely placing all the pieces in their proper location. Get ready for a fun challenge!"', 'https://img.gamemonetize.com/gdp4s5xcn0z02z17qjk8pn11uytj5n9x/512x384.jpg', 'https://html5.gamemonetize.com/gdp4s5xcn0z02z17qjk8pn11uytj5n9x/', '0', 'Puzzles', 0, 0, '', 'super-mario-jigsaw-puzzle--season-'), (3773, 'Ino Valentines', 'Ino Valentines is a 2D romantic platformer where you play as an anime boy who have to collect all of the heart-shaped chocolates while avoiding the zombies, spikes, rotating blades and reach your girlfriend in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/v657486rkrbtli5clduuaye05b4usog6/512x384.jpg', 'https://html5.gamemonetize.com/v657486rkrbtli5clduuaye05b4usog6/', '0', 'Arcade', 0, 0, '', 'ino-valentines'), (3774, 'Crazy Halloween', 'Online games can be a great way to get into the Halloween spirit. There are plenty of options to choose from, so you can find the perfect game to fit your mood. Whether you\'re looking for something spooky, funny, or just plain crazy, there\'s sure to be an online game that\'s perfect for you.', 'https://img.gamemonetize.com/sbpez645aehlal95idagqj1hywqpy3rw/512x384.jpg', 'https://html5.gamemonetize.com/sbpez645aehlal95idagqj1hywqpy3rw/', '0', 'Hypercasual', 0, 0, '', 'crazy-halloween'), (3775, 'Raktoo', 'Raktoo is a 2D cute little platformer where you have to collect all of the black grapes while avoiding the enemy monsters, flying monsters and their bullets, spikes, and reach the Exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/dqt96l87t9sxgoqpsrzbpm5txyarjpy5/512x384.jpg', 'https://html5.gamemonetize.com/dqt96l87t9sxgoqpsrzbpm5txyarjpy5/', '0', 'Arcade', 0, 0, '', 'raktoo'), (3776, 'spider man super warior ', 'Protect your spide rMan and launch your spider web to kill the monster and win in very level', 'https://img.gamemonetize.com/84j2ww19mb00adqsaxkjfv1s3h4s68gr/512x384.jpg', 'https://html5.gamemonetize.com/84j2ww19mb00adqsaxkjfv1s3h4s68gr/', '0', 'Adventure', 0, 0, '', 'spider-man-super-warior-'), (3777, 'Town Destroy', 'Town Destroy is a difficult game that can be played by people who have a lot of patience, in the game you need to destroy houses very carefully so that pieces of it do not fall off the platform', 'https://img.gamemonetize.com/cm54dts4c7tsr81k0uby99zahvq33mw3/512x384.jpg', 'https://html5.gamemonetize.com/cm54dts4c7tsr81k0uby99zahvq33mw3/', '0', 'Hypercasual', 0, 0, '', 'town-destroy'), (3778, 'Baby Dragon', 'Baby Dragon Online Jump Adventure Game is an online game that challenges players to help a baby dragon jump as high as possible.', 'https://img.gamemonetize.com/5ldpaqkbsuvubwlfr6rueybbudy67nta/512x384.jpg', 'https://html5.gamemonetize.com/5ldpaqkbsuvubwlfr6rueybbudy67nta/', '0', 'Hypercasual', 0, 0, '', 'baby-dragon'), (3779, 'Mummy Block', 'Are you looking for a fun and challenging online game? Look no further than the mummy block game! This addictive game is sure to keep you entertained for hours.', 'https://img.gamemonetize.com/aq1qwnhhdufqs1bd64byns9p2xo7zjbj/512x384.jpg', 'https://html5.gamemonetize.com/aq1qwnhhdufqs1bd64byns9p2xo7zjbj/', '0', 'Hypercasual', 0, 0, '', 'mummy-block'), (3780, 'Pull Him Out Game', 'Looking for a fun and free online game? Check out Pull Him Out! In this game, you need to help the character get out of different situations. You\'ll need to use your mouse to click on objects and solve puzzles. See how far you can get in this challenging and addictive game!', 'https://img.gamemonetize.com/auuuszf8wawk2cigxs4wbkebo9nqzpfw/512x384.jpg', 'https://html5.gamemonetize.com/auuuszf8wawk2cigxs4wbkebo9nqzpfw/', '0', 'Arcade', 0, 0, '', 'pull-him-out-game'), (3781, 'Play Pinocchio Bubble Shooter Games', 'Play Pinocchio Bubble Shooter Games is a fun Game bubble burst game with 70 unique levels!. Play best Bubble Shoot game online for Pinocchio! Just like other classic bubble shooter games Online, use the mouse to aim your bubble shooter and click the left mouse button to shoot a bubble. If you hit 2 or more bubbles of the same color as the one you shoot, they will pop! Any bubbles that are no longer connected to the ceiling will fall down. Also, you will get a bonus coin that you can use to Play More Of Play Pinocchio Bubble Shooter Games', 'https://img.gamemonetize.com/t8bn5yc2ud3u0tblvbxvgvpvxd1mmei4/512x384.jpg', 'https://html5.gamemonetize.com/t8bn5yc2ud3u0tblvbxvgvpvxd1mmei4/', '0', 'Puzzles', 0, 0, '', 'play-pinocchio-bubble-shooter-games'), (3782, 'Candy Strike', 'Candy Strike Online is a fast-paced, candy-themed color-matching game that can be played online with other players. The goal of the game is to match as many cand of the same color as possible within a set time limit. In addition to the solo play mode, Candy Strike Online also includes a multiplayer mode where players can compete against each other in real time. With a variety of different game modes, leaderboards, and achievements, Candy Strike Online is a game that offers endless hours of fun and competition. With its cute and colorful graphics, easy-to-learn gameplay, and challenging levels, Candy Strike Online is a perfect game for players of all ages who love candy and color-matching puzzle games.', 'https://img.gamemonetize.com/y7bs4x8ajqorg13k1ssladbdggeijjr6/512x384.jpg', 'https://html5.gamemonetize.com/y7bs4x8ajqorg13k1ssladbdggeijjr6/', '0', 'Hypercasual', 0, 0, '', 'candy-strike'), (3783, 'Chinu Neko 2', 'Chinu Neko 2 is a 2D cute little platformer where you play as a neko(cat) who have to collect cat food bowls while avoiding enemy cats and their bullets, ground saws, spikes and reach the Exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Chinu Neko" series.', 'https://img.gamemonetize.com/5o8u15d76s813vlomvg5u690rsxs5nnm/512x384.jpg', 'https://html5.gamemonetize.com/5o8u15d76s813vlomvg5u690rsxs5nnm/', '0', 'Arcade', 0, 0, '', 'chinu-neko-'), (3784, 'Math Playground', 'Math Playground is an online educational game that helps kids learn math. It\'s a great way for kids to practice their math skills and have fun at the same time. Math Playground is an online educational game that helps kids learn math. It\'s a great way for kids to practice their math skills and have fun at the same time. Players can use the game to help them learn basic math concepts, including addition and subtraction, multiplication and division, and geometry. The game has a variety of challenges and activities to keep kids entertained, and it is free to play.', 'https://img.gamemonetize.com/8wttfggfhrxxl4xfhyslodt3ei83sw0u/512x384.jpg', 'https://html5.gamemonetize.com/8wttfggfhrxxl4xfhyslodt3ei83sw0u/', '0', 'Bejeweled', 0, 0, '', 'math-playground'), (3785, 'Fruita Blast', 'Do you love fruits puzzle games? Fruita blast is an amazing casual puzzle game where you have to pop 2 or more identical fruits and continue till you clear the level and beat the score mission. Explore tons of amazing and challenging joy levels. Enjoy beautiful graphics and sounds. Good Luck!', 'https://img.gamemonetize.com/ljv2iawo2d2a8i2ne6u4n92mgtxdtc3m/512x384.jpg', 'https://html5.gamemonetize.com/ljv2iawo2d2a8i2ne6u4n92mgtxdtc3m/', '0', 'Puzzles', 0, 0, '', 'fruita-blast'), (3786, 'Hana Bot', 'Hana Bot is a 2D Sci-fi themed platformer where you play as a bot who have to collect all of the test tubes while avoiding the enemy bots, flying bots, giant blades, and spikes and reach the Exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/2q7yssw4dtw3o3f5r5ci36yxvj0aenbs/512x384.jpg', 'https://html5.gamemonetize.com/2q7yssw4dtw3o3f5r5ci36yxvj0aenbs/', '0', 'Arcade', 0, 0, '', 'hana-bot'), (3787, 'Build a Snowman', 'Build a Snowman is a hardcore logical game, where the main task is to merge 2 parts of the snowman\'s body. It sounds like a very easy task, but it is not! You control both parts at the same time, and you need to use blocks to stop one snowman part and avoid fire. Fire is deadly for snowmen! There are also locked doors with keys and even portals in advanced levels. Still, sounds like an easy task? I understand, that yes, but do not wait and test your brain during Christmas evenings! The game contains winter, green and Mexican worlds with 30 hardcore levels. Let\'s build a snowman and not get anger issues!', 'https://img.gamemonetize.com/klq02aikgr0s0ie1cmgc30d2oe38xrz5/512x384.jpg', 'https://html5.gamemonetize.com/klq02aikgr0s0ie1cmgc30d2oe38xrz5/', '0', 'Puzzles', 0, 0, '', 'build-a-snowman'), (3788, 'Cutos Quest 2', 'Cutos Quest 2 is a 2D platformer where you have to collect all of the cream biscuits while avoiding the enemies, flying creatures, bullets, spikes, fire and reach the Exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Cutos Quest" series.', 'https://img.gamemonetize.com/awxsf7acgyy9eyl6qw64c2wusq3y0tcq/512x384.jpg', 'https://html5.gamemonetize.com/awxsf7acgyy9eyl6qw64c2wusq3y0tcq/', '0', 'Arcade', 0, 0, '', 'cutos-quest-'), (3789, 'Pile of Poo', '"Get ready for an out-of-this-world experience with Pile of Poo Force! With fast-paced, tactical gameplay, a wide range of weapons, and the ability to pilot powerful mechs, this shooter game will keep you on the edge of your seat. Play with friends and work together to complete objectives and defend key strategic points.', 'https://img.gamemonetize.com/jidj577ruiedg4sbm7p2zpon455mzwfe/512x384.jpg', 'https://html5.gamemonetize.com/jidj577ruiedg4sbm7p2zpon455mzwfe/', '0', 'Adventure', 0, 0, '', 'pile-of-poo'), (3790, 'Sphere Jump', 'Sphere Jump Online is a new adventure game that will keep you on your toes! You\'ll need to use your quick reflexes to navigate your way through a variety of obstacles, and you\'ll need to be strategic to choose the right moments to make your jumps. With an online leaderboard, you can see how you stack up against other players from around the world. So what are you waiting for? Get into the action today and start your Sphere Jumping adventure!', 'https://img.gamemonetize.com/of3d72mqocozf8wogzo2kmusm25ze185/512x384.jpg', 'https://html5.gamemonetize.com/of3d72mqocozf8wogzo2kmusm25ze185/', '0', 'Hypercasual', 0, 0, '', 'sphere-jump'), (3791, 'Mushroom Blast', 'Mushroom Blast is a puzzle clicker game where you have to tap to blast 2 more more indentical mushrooms and continue till you clear all level. Explore amazing and challenging levels and try to finish them all. Let\'s go!', 'https://img.gamemonetize.com/vm4qe51zbrx50tgb5caazgv2f1epu14k/512x384.jpg', 'https://html5.gamemonetize.com/vm4qe51zbrx50tgb5caazgv2f1epu14k/', '0', 'Puzzles', 0, 0, '', 'mushroom-blast'), (3792, 'Blocky Fish', 'Blocky Fish is a fun and addicting online game that you can play for free! The objective is simple- help the blocky fish swim through the water and avoid the obstacles. But be careful, the more you play, the more challenging the levels become! Can you make it to the end? Play now and find out!', 'https://img.gamemonetize.com/io2m1d2tiatxfhsxw45i4ymw53cz8xsz/512x384.jpg', 'https://html5.gamemonetize.com/io2m1d2tiatxfhsxw45i4ymw53cz8xsz/', '0', 'Hypercasual', 0, 0, '', 'blocky-fish'), (3793, 'Floppy Football', 'Floppy Football is a fun and addictive arcade-style game that is enjoyed by people of all ages. The objective of the game is to keep a floppy ball in the air as long as possible by hitting it with a player’s head. The longer the ball stays in the air, the higher the score. The game is simple to play and can be enjoyed by both casual and hardcore gamers. To play the game, simply use the arrow keys to move the player and press the spacebar to hit the ball. The ball will start to slow down as it gets higher, making it more difficult to keep it in the air. In conclusion, Floppy Football is a simple yet entertaining game that provides hours of fun. Whether playing alone or with friends, the game offers a challenge to players of all skill levels. Try it out today and see how high you can score!', 'https://img.gamemonetize.com/heo6pmje4y8ez2w7bxufjc4kwp41hi34/512x384.jpg', 'https://html5.gamemonetize.com/heo6pmje4y8ez2w7bxufjc4kwp41hi34/', '0', 'Hypercasual', 0, 0, '', 'floppy-football'), (3794, 'Bug Run', 'Don´t let them escape! Have fun with this free and funny game! In this addictive game you have to smash the roaches that are trying to run. But, be carefull and don´t touch the lady bugs. Connect to Facebook and see which friend has the high score in every level. - many levels to play; - different bugs, as armored roaches and lady bugs; - easy to play, kids, boys and girls, will love play it; "Great great game!" - Joe "Terrible game, i did not like it!" - Ralph, the cockroach More levels, bugs, as ants and rats, scenarios are coming!!', 'https://img.gamemonetize.com/if6t2em9drevck2bzftw8hkxrb2d7p9h/512x384.jpg', 'https://html5.gamemonetize.com/if6t2em9drevck2bzftw8hkxrb2d7p9h/', '0', 'Arcade', 0, 0, '', 'bug-run'), (3795, 'Galactic Rhyme', 'Galactic Rhyme is a simple fun vocabulary game for kids to practice words and phrases that rhyme. Help build their skills as they try to match the words that rhyme. Dodge, avoid and shoot the words that don\'t rhyme. Watch out for those explosive bombs and barrels! Hurry before the time runs out! More updates are coming soon so stay tuned.', 'https://img.gamemonetize.com/m8f9aw7fb2q6y2p809hiptzxl8qf9ekv/512x384.jpg', 'https://html5.gamemonetize.com/m8f9aw7fb2q6y2p809hiptzxl8qf9ekv/', '0', 'Shooting', 0, 0, '', 'galactic-rhyme'), (3796, 'Little Dentist For Kids 2', 'Take care of all the little patients in this great Dentist Office game! Now let yourself be a great dentist and take care of your little patient. Don\'t be a crazy dentist! Features: - 6 Kids Character! - Great effects! - Totally awesome dentist tools! - All funny sound - Great graphics - It\'a a great Kids quite game ;) What are you waiting for? Get started playing Little Dentist For Kids 2 NOW!', 'https://img.gamemonetize.com/seul50rv9kmz3us81en37uzbnuuj5yop/512x384.jpg', 'https://html5.gamemonetize.com/seul50rv9kmz3us81en37uzbnuuj5yop/', '0', 'Girls', 0, 0, '', 'little-dentist-for-kids-'), (3797, 'Mystical Mixing', 'Mystical Mixing is a very addicted online game made for girls for free. In this game, there is a magic urn that can constantly produce beautiful and delicate toys. All you need to do is pour in a bottle of magic potion and some ingredients at a time, and as the wand is stirred and magic smoke is created, a toy will appear in the magic urn. Want to know what the toys be like? Come play this game!', 'https://img.gamemonetize.com/v056v71r2iat8xv29gvog9i7e6vx6n7z/512x384.jpg', 'https://html5.gamemonetize.com/v056v71r2iat8xv29gvog9i7e6vx6n7z/', '0', 'Girls', 0, 0, '', 'mystical-mixing'), (3798, 'StickJet Parkour', 'You and your friend have to survive in the stickman world first and you have to be very careful. Fly high using the jetpack on your back and survive. Watch out for obstacles, they can kill you. Spinning wheels and you shouldn\'t go outside the level, everywhere is enough to kill you. collect the golds or you will not be able to complete the level.', 'https://img.gamemonetize.com/jnd3w3ap4cpp8dbdxacm1d8p9yzi6rbf/512x384.jpg', 'https://html5.gamemonetize.com/jnd3w3ap4cpp8dbdxacm1d8p9yzi6rbf/', '0', 'Adventure', 0, 0, '', 'stickjet-parkour'), (3799, 'Baby Care For Kids', 'Are you looking for kids games for your baby? Do you want to help your little girl or boy learn the basics of caring for a sibling? This baby boy and girl baby care game is specially developed for toddlers and their parents. This game contains children\'s toys, girl and boy groups, and is one of the best kids games online. This game will be your best choice.', 'https://img.gamemonetize.com/9jwxd60m382q51gk717kkmpiqyxydikv/512x384.jpg', 'https://html5.gamemonetize.com/9jwxd60m382q51gk717kkmpiqyxydikv/', '0', 'Girls', 0, 0, '', 'baby-care-for-kids'), (3800, 'Shooting Cannon Merge Defense', 'Shooting Cannon Merge Defense is an interesting free online game designed for boys. Players need to collect various types of battery deployments, and the same battery can be synthesized. Three identical ones are synthesized into a more advanced one, and various enemies will appear constantly in the checkpoint, and players need to use the battery to shoot and destroy them. Have fun!', 'https://img.gamemonetize.com/mk4iqyllutxc5y1va4tiwehv4nv34it9/512x384.jpg', 'https://html5.gamemonetize.com/mk4iqyllutxc5y1va4tiwehv4nv34it9/', '0', 'Boys', 0, 0, '', 'shooting-cannon-merge-defense'), (3801, 'Fashion Student Dress Up', 'Today school life will begin, Zoe, Winnie and Iris want to change some fashion student dresses to make them popular with others. Help them select these dresses!', 'https://img.gamemonetize.com/pjt8nwjd7umtinxlqe13af2pliy10occ/512x384.jpg', 'https://html5.gamemonetize.com/pjt8nwjd7umtinxlqe13af2pliy10occ/', '0', 'Girls', 0, 0, '', 'fashion-student-dress-up'), (3802, 'Human Gun! Game', 'Human Gun! is a puzzle merge god parkour running game, in which we need to control guns to get enough villains, constantly increase our own strength and shoot through everything in front of us. Come and give it a try!', 'https://img.gamemonetize.com/jctu4wkt2d8ekv1vlq5dic8l4l7yyycx/512x384.jpg', 'https://html5.gamemonetize.com/jctu4wkt2d8ekv1vlq5dic8l4l7yyycx/', '0', 'Boys', 0, 0, '', 'human-gun-game'), (3803, 'Flower Fairy Makeover', 'Let\'s help this girls, Ava and Emma to get flower fairy makeover today. You have to select the best outfits, and accessories like flower crown, flower wand and shoes, etc., Before select outfits, help them to get the wonderful flower style makeup. Come and join this flower fairy makeover game at 7sgames.com', 'https://img.gamemonetize.com/mhd2zqzvyb67mtg9clwe3lawwj2f9xgv/512x384.jpg', 'https://html5.gamemonetize.com/mhd2zqzvyb67mtg9clwe3lawwj2f9xgv/', '0', 'Girls', 0, 0, '', 'flower-fairy-makeover'), (3804, 'Crazy Sheep Hooper', 'Crazy Sheep Hooper is a fun game. The Sheep want to go to his home. We need to help with that. The sheep have a gun in hand you must shoot and use that force to move the sheep. Here a lot of obstacles there be care full about it and keep your focus on the task. Play and have fun!', 'https://img.gamemonetize.com/lpi7wafhcdyxm0cmuf3kmiclurt24x5f/512x384.jpg', 'https://html5.gamemonetize.com/lpi7wafhcdyxm0cmuf3kmiclurt24x5f/', '0', 'Action', 0, 0, '', 'crazy-sheep-hooper'), (3805, 'Supermarket Dash', 'Supermarket Dash is recommended as a supermarket shopping game with two-dimensional cartoon game art animation. You need to help the customer buy what they want and collect the cash at this supermarket. Glad you could serve the customers well and enjoy Supermarket Dash!', 'https://img.gamemonetize.com/vq21efise3o49rukv6g15qb74t51wjbu/512x384.jpg', 'https://html5.gamemonetize.com/vq21efise3o49rukv6g15qb74t51wjbu/', '0', 'Hypercasual', 0, 0, '', 'supermarket-dash'), (3806, 'Stick Defenders Merge Game', 'Stick Defenders is an action and merging game where you combine stickman units into stronger ones, so that they can protect your base from phases of enemies. Merge identical gunmen, enhance your offensive abilities, improve your walls, and much more. There are fun side activities like "spin the wheel" where you can get surprising items to help you become stronger and unlock new possibilities. Make sure to use your skills on the oncoming horde of enemies as soon as their cooldown\'s over, so you don\'t get overwhelmed by them. How long can you hold down the fort in Stick Defenders?', 'https://img.gamemonetize.com/p4k54xth404myufwjrrjdm769zici6i4/512x384.jpg', 'https://html5.gamemonetize.com/p4k54xth404myufwjrrjdm769zici6i4/', '0', 'Fighting', 0, 0, '', 'stick-defenders-merge-game'), (3807, 'Soft Girl Aesthetic Free Dress Up Game', 'Soft Girl Aesthetic is an online dress up game where you will be exploring all the fancy clothes and makeups for soft girl aesthetic!', 'https://img.gamemonetize.com/4uqtt0oiejr7jinodryjthwkt7bl4qy2/512x384.jpg', 'https://html5.gamemonetize.com/4uqtt0oiejr7jinodryjthwkt7bl4qy2/', '0', 'Hypercasual', 0, 0, '', 'soft-girl-aesthetic-free-dress-up-game'), (3808, 'Princess Egirl Fashion', 'Eliza, Villain Quinn, and Mo are three famous e-girls and the main characters of our new fashion-themed game for girls called Princess E-Girl Fashion. They were definitely among the very first online fashionistas to fall into this highly popularized trend, so get ready to be amazed by their edgy fashion style and awesome makeups. Today our egirls have decided to upgrade their modern emo looks with some new, statement outfits and for that, they are going to need your expert advice - who to become their fashion advisor in this brand-new dress up and makeup game for girls?', 'https://img.gamemonetize.com/f6074v67qid514gbdn7a9nzk9d9ritor/512x384.jpg', 'https://html5.gamemonetize.com/f6074v67qid514gbdn7a9nzk9d9ritor/', '0', 'Hypercasual', 0, 0, '', 'princess-egirl-fashion'), (3809, 'Base Defense 2', 'Base Defense 2 is a tower defense game where your objective is to deploy various types of weapons to protect your base from hordes of enemies. Start by dragging your units and dropping them on the game field. Your units will attack incoming enemies automatically. All you have to do is control the order and the placement of the units. You\'ll loot the enemies you defeat, so you can spend your earnings on improving your units or getting new ones such as gunners, sentries, turrets, and more. Don\'t forget to upgrade and boost your defenses for a stronger defense! How many phases of enemies can your base survive? How to play Base Defense 2? Drag your units and drop them on the highlighted tile to place them. Your units will attack incoming enemies automatically. If you\'d like to upgrade a unit, tap on it and use the upgrade button in the pop-up menu.', 'https://img.gamemonetize.com/m7sklv302m7xxr38vijxwysb4c29r4ri/512x384.jpg', 'https://html5.gamemonetize.com/m7sklv302m7xxr38vijxwysb4c29r4ri/', '0', 'Puzzles', 0, 0, '', 'base-defense-'), (3810, 'Wobbly Boxing 3D', 'Wobbly Boxing 3D is a fun and unique boxing game that puts you in the ring against a CPU opponent or a friend in two-player mode. Unlike traditional boxing games, the characters in Wobbly Boxing 3D are made up of multiple spheres, giving them a wobbly and playful appearance. Have fun.', 'https://img.gamemonetize.com/i90pmk0ibj4i23n35bie0ft0g32dfbu9/512x384.jpg', 'https://html5.gamemonetize.com/i90pmk0ibj4i23n35bie0ft0g32dfbu9/', '0', 'Action', 0, 0, '', 'wobbly-boxing-d'), (3811, 'Balloon Color Matching', 'To pop balloons and surpass top scores, match their colors! Your ability to match colors will be tested by the entertaining and addictive game balloon color matching. Match balloons of the same color and pop them to earn the best score possible in the game. Just tap the balloons to change their color and match them with others of the same color to begin playing. Your score will increase as you match and pop more balloons. The game has straightforward but addictive gameplay that will keep you occupied for a long time. Balloon Color Matching is the ideal game for you if you\'re seeking a stimulating puzzle game or a fun way to kill time.', 'https://img.gamemonetize.com/4wayqs3w7ovno5i3hv0nvaid6xt6ukav/512x384.jpg', 'https://html5.gamemonetize.com/4wayqs3w7ovno5i3hv0nvaid6xt6ukav/', '0', 'Hypercasual', 0, 0, '', 'balloon-color-matching'), (3812, 'Aquanaut Adventure', 'Dive into the depths of the ocean and embark on an exciting adventure full of challenges and discoveries. Aquanaut Adventure: Underwater Quest is an immersive game that takes you on an exciting journey through the depths of the ocean. Explore underwater caves, old ruins, and hidden treasures while meeting different sea creatures and taking on challenges.', 'https://img.gamemonetize.com/giff5xqx84d9mrl24y6uycqkdkpwxsjp/512x384.jpg', 'https://html5.gamemonetize.com/giff5xqx84d9mrl24y6uycqkdkpwxsjp/', '0', 'Arcade', 0, 0, '', 'aquanaut-adventure'), (3813, 'Super Car Racer', 'Super Car Racer is an action-packed racing game about high-speed racing and intense competition. You take on the role of a skilled driver who must navigate a series of challenging tracks while facing off against other top-notch racers. The game features a variety of stunning cars, each with its unique strengths and weaknesses, and a range of customization options to help you tailor your vehicle to your specific preferences. As you progress through the game, you\'ll unlock new tracks and vehicles, all while honing your driving skills and learning to outmaneuver your opponents. With its fast-paced action, exhilarating gameplay, and stunning graphics, Super Car Racer is the ultimate racing experience for adrenaline junkies and car enthusiasts alike.', 'https://img.gamemonetize.com/68968862pdyvj0pjkty0h5btxsr2h3es/512x384.jpg', 'https://html5.gamemonetize.com/68968862pdyvj0pjkty0h5btxsr2h3es/', '0', 'Racing', 0, 0, '', 'super-car-racer'), (3814, 'Ocean Danger', 'Race through rough waves and obstacles in this thrilling speed boat game. Can you beat the competition? Get ready for an adrenaline-pumping adventure with Ocean Danger Speed Boat Racing! Take on the role of a skilled racer and compete against other players in high-speed races across the open ocean. Navigate through rough waves, sharp turns, and obstacles while trying to outpace your opponents and come out on top.', 'https://img.gamemonetize.com/advveoad5z3zef616998tp9c1ezg3chx/512x384.jpg', 'https://html5.gamemonetize.com/advveoad5z3zef616998tp9c1ezg3chx/', '0', 'Racing', 0, 0, '', 'ocean-danger'), (3815, 'Garten of Banban Coloring Games', 'Welcome to the world of Garten of Banban Coloring Pages. Our game is perfect for fans of Garten of Banban Coloring Pages, and it\'s available for free on the HTML5 platform. It\'s suitable for both kids and adults, and it\'s a great way to unleash your creativity and explore your artistic side. With a user-friendly interface and a wide variety of Garten of Banban Coloring Pages to choose from, the possibilities are endless. You can color and draw Garten of Banban Coloring Pages characters, landscapes, and more. Whether you\'re looking to relax and unwind or simply want to get in touch with your inner artist, our Garten of Banban Coloring Pages game has something for everyone. So why not give it a try and see what you can create with our Garten of Banban Coloring Pages game today! In addition to the wide variety of Garten of Banban Coloring Pages images to choose from, our coloring book game also offers various coloring tools and effects to enhance your experience. You can experiment with different brush sizes, colors, and textures to create unique and personalized Garten of Banban Coloring Pages masterpieces. Our game is perfect for anyone who wants to explore their artistic side, and it\'s also a great way to de-stress and relax. Don\'t wait any longer, start exploring your creativity and indulge in the joy of coloring with our Garten of Banban Coloring Pages game. Click the "play" button now and let the fun begin!', 'https://img.gamemonetize.com/b0yadfyxmqiu9jwrwf9o5zmf34wtpwc6/512x384.jpg', 'https://html5.gamemonetize.com/b0yadfyxmqiu9jwrwf9o5zmf34wtpwc6/', '0', 'Puzzles', 0, 0, '', 'garten-of-banban-coloring-games'), (3816, 'dsa', '', 'https://img.gamemonetize.com/uilt7onv1nekka183czm9cq317h9bnia/512x384.jpg', 'https://html5.gamemonetize.com/uilt7onv1nekka183czm9cq317h9bnia/', '0', 'Puzzles', 0, 0, '', 'dsa'), (3817, 'IdleByte 2', 'IdleByte 2 is the second installment of the fun IdleByte series. In this second game, you are waging a war of file destruction and data shooting. You are fighting for the good side and must use your files to destroy the enemies data!', 'https://img.gamemonetize.com/f9g2jc32e91e1b52e6meyq7cp2wb91kn/512x384.jpg', 'https://html5.gamemonetize.com/f9g2jc32e91e1b52e6meyq7cp2wb91kn/', '0', 'Clicker', 0, 0, '', 'idlebyte-'), (3818, 'Simple Mult Idle', 'Simple Mult Idle - is a little game, made in about a week, which combines Revolution Idle and Swarm Simulator mechanics. Can you unlock all upgrades in game? You\'ll have to spend money in order to buy upgrades. Good luck!', 'https://img.gamemonetize.com/jp7jcmrtybobavz4tmd62y0k2lnfofj3/512x384.jpg', 'https://html5.gamemonetize.com/jp7jcmrtybobavz4tmd62y0k2lnfofj3/', '0', 'Clicker', 0, 0, '', 'simple-mult-idle'), (3819, 'rcegame', 'Game objective is simple kill the mob and collect tokens. in the future the tokens will be used for a ingame store to allow acess to kill bigger mobs and hire pets', 'https://img.gamemonetize.com/gkxcsnjngcfcndg3azmiyqqg1jm1m1ai/512x384.jpg', 'https://html5.gamemonetize.com/gkxcsnjngcfcndg3azmiyqqg1jm1m1ai/', '0', 'Clicker', 0, 0, '', 'rcegame'), (3820, 'Senita', 'Senita is a 2D platformer where you play as a girl who have to collect all of the chocolate bars while avoiding the enemy monsters, flying creatures, spikes, ground saws and reach the pink flag in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/pgzmjfn0233yr08dc1nvc9x81w9vpqm9/512x384.jpg', 'https://html5.gamemonetize.com/pgzmjfn0233yr08dc1nvc9x81w9vpqm9/', '0', 'Arcade', 0, 0, '', 'senita'), (3821, 'Connect Numbers', 'This game challenges players to quickly move and swap numbers to connect them in order, either from smallest to largest or largest to smallest, within a limited time frame. With 35 levels to play, this game promises to entertain and enhance your cognitive abilities.', 'https://img.gamemonetize.com/9ntrc7proyt3usadppj5dhggkkxwyfox/512x384.jpg', 'https://html5.gamemonetize.com/9ntrc7proyt3usadppj5dhggkkxwyfox/', '0', 'Puzzles', 0, 0, '', 'connect-numbers'), (3822, 'Wake The Bubbles', 'Are you ready to wake those bubbles up! Welcome to wake the bubbles puzzle connect game. Try to link bubbles of the same color to wake them up! Connect as much as you can and quickly to finish the level. Slide your finger and wake 3 or more colorful sleepy bubbles and eliminate them. Explore tons of amazing and chellenging levels and try to complete them all. Enjoy', 'https://img.gamemonetize.com/unwz8oqa27wm8g5dg3fw3cti3ai1rd2a/512x384.jpg', 'https://html5.gamemonetize.com/unwz8oqa27wm8g5dg3fw3cti3ai1rd2a/', '0', 'Puzzles', 0, 0, '', 'wake-the-bubbles'), (3823, 'Down Hill Ride', 'The Downhill Ride Game is an adrenaline-fueled adventure that takes players on a thrilling journey down steep slopes and challenging terrain. With stunning 3D graphics, realistic physics, and immersive sound effects, the game offers an exciting and fast-paced experience that is sure to keep players on the edge of their seats. Players take on the role of a fearless downhill rider, racing down mountains and dodging obstacles in a bid to reach the finish line. With multiple levels to conquer, players must master a range of techniques, including jumps, tricks, and speed boosts, to make it to the end. The game offers a range of customization options, allowing players to personalize their rider and bike with a variety of colors and accessories. Players can also compete against each other online in real-time races, challenging their friends to see who can complete the course the fastest. With its intuitive controls, stunning visuals, and addictive gameplay, The Downhill Ride Game is the ultimate adventure for thrill-seekers and racing fans alike. Download the game now and experience the ride of your life!', 'https://img.gamemonetize.com/54qx8aprqabv8i1q45ltalmlmuxrwkdv/512x384.jpg', 'https://html5.gamemonetize.com/54qx8aprqabv8i1q45ltalmlmuxrwkdv/', '0', 'Arcade', 0, 0, '', 'down-hill-ride'), (3824, 'Kids and Snowman Dress Up', 'Do you want to become one of the best snowman builders of the town in winter? Make your winter vacation trip more memorable and make your own snowman in these DIY snowman maker games. You have to collect the snow to make different sizes of snow balls to make your DIY snowman. Roll the snow and make the body of the snow man in this maker game. Then select the snowman eyes, hands, hats and glasses for the snowman body. Use your imaginations and make the best snowman. Choose your favorite snowman and use some of the awesome stickers such as eyes, hat, scarf and much more super exciting decorations for your creation. Enjoy this DIY snowman make game and build your own snowman. Hurry up before the snowman melts. This DIY game lets you do it by yourself, and design your own snowman. So what are you waiting for? Come & join this DIY snowman maker winter adventure & have fun by playing these DIY games.', 'https://img.gamemonetize.com/vrar2gtpg2izyz8iesed3g4fa21flv1v/512x384.jpg', 'https://html5.gamemonetize.com/vrar2gtpg2izyz8iesed3g4fa21flv1v/', '0', 'Arcade', 0, 0, '', 'kids-and-snowman-dress-up'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (3825, 'Kitten Bowling', 'Challenge your friends or play 1v1 matches with worthy opponents from all over the world. Bowling Crew is an excellent choice for bowling fans and a top-rated bowling game! Switch between fascinating bowling balls to knock down all ten pins and get a strike! Win epic PvP-battles to gain rewards. Level up to win even more bowling matches and climb to the top of this free, fun multiplayer game. Wargaming brings you legendary online multiplayer games to play with your like-minded friends. Bowling Crew features: INSTANT MATCHES We will quickly find you a skill-appropriate opponent. Every match lasts no longer than 3 minutes. No more waiting – play online anytime, anywhere. CHALLENGE OF THE DAY Test your skills on alleys with nonstandard rules every day. Show everyone how you\'re rolling! SEASONS Every two weeks, you have an opportunity to participate in a competitive season with unique prizes. Win matches, gather tokens and collect season rewards! FANTASTIC GRAPHICS We take special care of graphics. Our breathtaking alleys will dive you into a fascinating atmosphere of one of the iconic world epochs (often, not confirmed). AND MORE! -revolutionary gameplay, which is easy to learn and difficult to master; -millions of players, who are waiting for a challenge; -12 unique 3D bowling alleys and 83 striking balls; -weekly leagues, where you can advance and unlock new bowling balls; -hidden easter eggs in every bowling lane – try to find them all; -quick-fire real-time PvP multiplayer, which allows you to compete with the best bowling players; Welcome to Bowling Crew! Compete with your friends for the \'KING OF BOWLING\' title. It is the first sports game from World of Tanks Blitz and World of Warships Blitz creators.', 'https://img.gamemonetize.com/ylizpvnd9mnhmybu8383i99qnh1718a4/512x384.jpg', 'https://html5.gamemonetize.com/ylizpvnd9mnhmybu8383i99qnh1718a4/', '0', 'Arcade', 0, 0, '', 'kitten-bowling'), (3826, 'Meemory Match', 'Memory Match is a simple classic board game which can help and challenging your brain memory. and reach highest score as possible while timer is decreased every second.', 'https://img.gamemonetize.com/zcz393haqdp0g9oneo94q5yoz3bsvcsq/512x384.jpg', 'https://html5.gamemonetize.com/zcz393haqdp0g9oneo94q5yoz3bsvcsq/', '0', 'Puzzles', 0, 0, '', 'meemory-match'), (3827, 'Gluttonous Snake', '“Gluttonous Snake†is a casual and fun game, inspired by one of the first mobile games ever made. Your goal is to reach as many points as possible and save to your device. Have fun in this style game, very fun!', 'https://img.gamemonetize.com/rfldoxe6ecjua9vqtmr62s8m59kh0qjk/512x384.jpg', 'https://html5.gamemonetize.com/rfldoxe6ecjua9vqtmr62s8m59kh0qjk/', '0', 'Adventure', 0, 0, '', 'gluttonous-snake'), (3828, 'UnRoll All Complete Puzzle', 'Take the ball from one point to another making the lowest possible amount of moves. Unroll Ball it challenges your puzzle solving skills.', 'https://img.gamemonetize.com/7aye4xa8pdfexwdc5k6q0u57shxtdob4/512x384.jpg', 'https://html5.gamemonetize.com/7aye4xa8pdfexwdc5k6q0u57shxtdob4/', '0', 'Puzzles', 0, 0, '', 'unroll-all--complete-puzzle'), (3829, 'Kaka Bot 2', 'Kaka Bot 2 is a 2D Sci-fi themed platformer where you have to collect money while avoiding the enemy bots, flying bots and their bullets, spikes and rotating blades and reach the Exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Kaka Bot" series.', 'https://img.gamemonetize.com/otkatwqqi6ih0lxewm7rg9ahiklqf4ag/512x384.jpg', 'https://html5.gamemonetize.com/otkatwqqi6ih0lxewm7rg9ahiklqf4ag/', '0', 'Arcade', 0, 0, '', 'kaka-bot-'), (3830, 'Fluffy Rush', 'Fluffy Rush is an online game that you can play for free. It is a platformer game with cute graphics and simple controls. The objective of the game is to reach the end of each level as fast as possible. There are also secret areas to find and bonus items to collect. Can you beat all the levels and become the ultimate Fluffy Rush champion? Play now and find out!', 'https://img.gamemonetize.com/jv0q5l2bl8kgnlo08p1o7612h9pt2840/512x384.jpg', 'https://html5.gamemonetize.com/jv0q5l2bl8kgnlo08p1o7612h9pt2840/', '0', 'Hypercasual', 0, 0, '', 'fluffy-rush'), (3831, 'Fancy Pants Adventure', 'Fancy Pants Adventure is the original title of this awesome 2D platform series. It\'s one of the many Flash games you can now play in your web browser without the need for Flash.', 'https://img.gamemonetize.com/q41s7o0dxctskgtc3l7ju13idlov3gu7/512x384.jpg', 'https://html5.gamemonetize.com/q41s7o0dxctskgtc3l7ju13idlov3gu7/', '0', 'Boys', 0, 0, '', 'fancy-pants-adventure'), (3832, 'Hetto', 'Hetto is a 2D platformer where you have to collect all of the bottles of magic potion while avoiding the enemies, fire, spikes and reach the Exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/zjle2hcj7yu3rm7gtrxtmfjwxab0zhes/512x384.jpg', 'https://html5.gamemonetize.com/zjle2hcj7yu3rm7gtrxtmfjwxab0zhes/', '0', 'Arcade', 0, 0, '', 'hetto'), (3833, 'Happy Wheels 3d', 'Happy Wheels is a side-scrolling, physics-based, obstacle course game with over a billion plays online and is now available for your mobile devices. Assume the role of your inadequately prepared racer and ignore severe consequences in a desperate search for victory.', 'https://img.gamemonetize.com/2aibzvt72bgq8i17drkp5y9a6v7a4rq8/512x384.jpg', 'https://html5.gamemonetize.com/2aibzvt72bgq8i17drkp5y9a6v7a4rq8/', '0', 'Racing', 0, 0, '', 'happy-wheels-d'), (3834, 'Donuts Pop', 'Welcome to Donut puzzle world! Tap or click to pop 2 or more identical donuts to finish your mission. Explore tons of amazing and challenging joy levels. Enjoy beautiful graphics and sounds. Good Luck!', 'https://img.gamemonetize.com/c8vmtnzqnhyx1aycl8m1od4p0fxi1b5b/512x384.jpg', 'https://html5.gamemonetize.com/c8vmtnzqnhyx1aycl8m1od4p0fxi1b5b/', '0', 'Puzzles', 0, 0, '', 'donuts-pop'), (3835, ' Parkour Craft 3D', 'Play parkour block maps online with your friends! Run from block to block, jump over obstacles, try to survive and master the landing tricks to win all the levels. Your parkour skills and reflexes will be tested with endless epic runs and jumps. Climb the ranks and break the world record as you explore all new pixel maps, collect gold coins and hunt for all hidden treasures', 'https://img.gamemonetize.com/4rmrrnnbyisw09xtwpecfj7g6mar4rlv/512x384.jpg', 'https://html5.gamemonetize.com/4rmrrnnbyisw09xtwpecfj7g6mar4rlv/', '0', 'Arcade', 0, 0, '', '-parkour-craft-d'), (3836, 'Stumble Guys Coloring Book', 'Welcome to the game Stumble Guys Coloring Book where you will find 18 different pictures that need to be colored. They need to be colored and for this you are provided with a set of fifteen felt-tip pens of different bright colors. On the left you will see a set of circles of different diameters. You can also save the colored image. Have fun!', 'https://img.gamemonetize.com/7b3qufoakgpedem5b4k6zhscwmvlecb5/512x384.jpg', 'https://html5.gamemonetize.com/7b3qufoakgpedem5b4k6zhscwmvlecb5/', '0', 'Puzzles', 0, 0, '', 'stumble-guys-coloring-book'), (3837, 'Zombies Cant Jump', '"Zombies Do Not Know How to Jump" is a game where you and your partner build towers to stop the undead horde. With bullet power, you\'ll be able to defeat all the zombies in your way. So, ready to construct and conquer?', 'https://img.gamemonetize.com/hugxbx1ya57nv8ym5yugyzxs36qbtuwv/512x384.jpg', 'https://html5.gamemonetize.com/hugxbx1ya57nv8ym5yugyzxs36qbtuwv/', '0', 'Shooting', 0, 0, '', 'zombies-cant-jump'), (3838, 'Horse Shoeing 2', 'Horse Shoeing is a virtual stable simulation game created by No Power-up. As the owner, your goal is to ensure the well-being and vitality of your horses through a variety of mini-games such as grooming their hooves, brushing their manes, going on rides, playing, and more.', 'https://img.gamemonetize.com/gnvt1bv0zdso0toe71xvmgwaeucs52e2/512x384.jpg', 'https://html5.gamemonetize.com/gnvt1bv0zdso0toe71xvmgwaeucs52e2/', '0', 'Arcade', 0, 0, '', 'horse-shoeing-'), (3839, 'Barbie in Pink Shoes', 'Dance your way to a magical adventure with Barbie as Kristyn, a ballerina with big dreams! When she tries on a pair of sparkling pink shoes, she and her best friend, Hailey, are whisked away to a fantastical ballet world. There, Kristyn discovers she must dance in her favorite ballets in order to defeat an evil Snow Queen. With performances to the legendary Giselle and Swan Lake ballets, it\'s a wonderful journey where if you dance with your heart, dreams come true!', 'https://img.gamemonetize.com/tjt1bkgi1snis2r9lttepvf5o7fjmfo8/512x384.jpg', 'https://html5.gamemonetize.com/tjt1bkgi1snis2r9lttepvf5o7fjmfo8/', '0', 'Girls', 0, 0, '', 'barbie-in-pink-shoes'), (3840, '3D Truck Parking', '3D truck driving simulator with realistic physics and smooth gameplay. Drive the trailer truck through large city environment and park it into marked area. Use the camera to do this. It will help you to see the car from different angles.', 'https://img.gamemonetize.com/ez0ge56azy3k44c198dej21bsmjawl5i/512x384.jpg', 'https://html5.gamemonetize.com/ez0ge56azy3k44c198dej21bsmjawl5i/', '0', 'Racing', 0, 0, '', 'd-truck-parking'), (3841, 'Zombie Derby Blocky Roads', 'Zombie Derby: Blocky Roads is an action-packed game blending driving and zombie slaughter. In a post-apocalyptic world overrun with the undead, only the bravest and most skilled drivers and survivors will survive. Use your car to mow down zombies and clear obstacles in your path. Don\'t forget to keep an eye on your fuel or your vehicle will fail mid-level. Earn money to upgrade your ride with new cars, weapons, and optimizations. Can you conquer all stages with three stars? Give it a try!', 'https://img.gamemonetize.com/9agsinuf4euxbtz27gprn2bj9eidwn7u/512x384.jpg', 'https://html5.gamemonetize.com/9agsinuf4euxbtz27gprn2bj9eidwn7u/', '0', 'Action', 0, 0, '', 'zombie-derby-blocky-roads'), (3842, 'COVER ORANGE PIRATES', 'In Cover Orange: Pirates, you play as a hero tasked with protecting your orange friends from acid rain. This puzzle platform game requires you to strategically stack objects to form a shelter. This time, you\'re on a pirate-infested island, so be sure to drag every object you can to secure your citrusy allies. Don\'t miss the opportunity to find the hidden star in each level. Enjoy the challenge with loved ones by sharing the game!', 'https://img.gamemonetize.com/cllm1dph9o3p5ghjq4ap8q3sq30hh4my/512x384.jpg', 'https://html5.gamemonetize.com/cllm1dph9o3p5ghjq4ap8q3sq30hh4my/', '0', 'Puzzles', 0, 0, '', 'cover-orange-pirates'), (3843, 'Rival Star Basketball', 'Score high and reign in Arcade Basketball Classic - Endless Sports Games! Are you ready to conquer the most classic form of arcade entertainment? Then grab the ball and score high with Arcade Basketball Classic - Endless Sports Games! Aim for that basket and extend your time limit by consecutively making points. However, this game is not as easy as it seems. The basket will eventually go haywire making it difficult for you to score. So get ready for the challenge and become the king of Arcade Basketball! Features: * Amazing 3D arcade basketball environment! * Great background music & game sound effects * Want more time for fun? Then score consecutively! * Side to side basket rim movement for challenging play (at higher levels)', 'https://img.gamemonetize.com/r3ockitpcpb1fxwd4jifqdtmlecq8bne/512x384.jpg', 'https://html5.gamemonetize.com/r3ockitpcpb1fxwd4jifqdtmlecq8bne/', '0', 'Sports', 0, 0, '', 'rival-star-basketball'), (3844, 'Lunch Box ', 'Ready to become the best organizer that ever existed. Fill the fridge, pack a tasty breakfast, and even make a happy meal with this satisfying, simulator game. Lunch Box Ready is a ASMR packing game that allows you to design your sandwich, arrange snacks, and even slice food. If you like fridge organizing and to fill the fridge, this is taking your packing skills to the next level. Get ready for school with this tasty simulator game. Lunch Box Ready is a real life sorting game and a puzzle game that is extremely fun to play!', 'https://img.gamemonetize.com/e78eiyuve1l8mwcxs26o7wg7bekwtx28/512x384.jpg', 'https://html5.gamemonetize.com/e78eiyuve1l8mwcxs26o7wg7bekwtx28/', '0', 'Cooking', 0, 0, '', 'lunch-box-'), (3845, 'Pokemon Shoot 2', 'Aim well to hunt all these sneaky Pokemons. Use your steady hands to shoot and get the highest score remember that failing will make your score decrease.', 'https://img.gamemonetize.com/tc62dt6b7y4rdms3qy4d0thxl70zjvgv/512x384.jpg', 'https://html5.gamemonetize.com/tc62dt6b7y4rdms3qy4d0thxl70zjvgv/', '0', 'Action', 0, 0, '', 'pokemon-shoot-'), (3846, 'Rainbow Friends ScaleMan', 'Change the size of the body in this game. Ready for a fun running? Features: - Easy, one-finger swipe to handle. - You can compete with enemy every five stage. - Many Friends appears(Green and Orange). Merge Rainbow ScaleMan with Friends ! Fight in the intense battle! Win and become the champion of Merge Master! ScaleMan: Rainbow Blue Monster Friends is an epic casual game, get ready for an epic challenge battle. Merge your rainbow monsters, improve your scaling skills and defeat ragdoll enemies in fights for survival. Play for free. Challenge yourself to become the king of merging and scale man plan! This is not one of those classic and boring casual merging games. This is a new, free, and cool game for all boys and girls that are Rainbow games fans and want to think like a blue monster hunter and merge into monster legends. Select the Rainbow Blue Monster to play and wait for coming soon... new characters.', 'https://img.gamemonetize.com/mznsbt8a42umesehtv4rqo6w4e5nbeyo/512x384.jpg', 'https://html5.gamemonetize.com/mznsbt8a42umesehtv4rqo6w4e5nbeyo/', '0', 'Hypercasual', 0, 0, '', 'rainbow-friends--scaleman'), (3847, 'Sonic Dress Up', 'Who is the fastest hedgehog hero? Of course Sonic. Sonic fights evil. He is very fast and has a good heart. How is your dream hedgehog hero Sonic? Let\'s create our hero. let\'s dress up. Have fun.', 'https://img.gamemonetize.com/xt1yzrxgnrur0vfoxzv8mdchw4xfnijq/512x384.jpg', 'https://html5.gamemonetize.com/xt1yzrxgnrur0vfoxzv8mdchw4xfnijq/', '0', 'Girls', 0, 0, '', 'sonic-dress-up'), (3848, 'Boat Rush 2D', 'Are you ready to take your boat and dive into adventure? be careful, although the boat is strong and fast, there are cases where it is weak and it can sink at any time. To avoid sinking, you must never, ever hit the obstacles until the finish line. obstacles can explode you and sink your boat. Collect the gold with the boat, buy yourself a more beautiful boat, get the most expensive one.', 'https://img.gamemonetize.com/ufa15p1scebpyscazwwyiyzywvjygjr3/512x384.jpg', 'https://html5.gamemonetize.com/ufa15p1scebpyscazwwyiyzywvjygjr3/', '0', 'Arcade', 0, 0, '', 'boat-rush-d'), (3849, 'Angry Heroes Birds', 'Welcome to the world of angry and crazy birds. Here we have to hunt the green piggies, the fierce enemies of the angry birds. We must destroy the castles they built and kill them all. We have to kill them all and move on to the next level. Remember you have few soldiers and kill them all before they run out.', 'https://img.gamemonetize.com/r3i98m4ont4sdfc3u3ujk5fc1bdrk2v9/512x384.jpg', 'https://html5.gamemonetize.com/r3i98m4ont4sdfc3u3ujk5fc1bdrk2v9/', '0', 'Arcade', 0, 0, '', 'angry-heroes-birds'), (3850, 'Zombie Survival Gun 3D', 'Doom Zombie Survival is an intense first-person shooter game set in a post-apocalyptic world overrun by zombies. As a skilled gunslinger, players must navigate through a polygon-graphics graveyard environment while using a variety of weapons, including long-range rifles with scopes, to take out the zombies and survive the occupation. The game features both single-player and multiplayer modes, Players start off with a basic set of weapons but as they progress through the levels, they can earn coins by killing zombies which can be used to purchase new weapons and upgrades. Players can upgrade their weapons , to increase fire rate, damage, and ammo capacity. The game features a variety of weapons to choose from, including pistols, shotguns, and even a stake gun, to give players a variety of options when it comes to taking down the zombies.', 'https://img.gamemonetize.com/55jwz4z8y04ieq3hrztrwfs91l9y7kb6/512x384.jpg', 'https://html5.gamemonetize.com/55jwz4z8y04ieq3hrztrwfs91l9y7kb6/', '0', 'Shooting', 0, 0, '', 'zombie-survival-gun-d'), (3851, 'Combat Pixel Zombie Survival', 'Video games that can be played with others online, such as monthly battles and battle royale games, feature a wide variety of settings and are a lot of fun to play. Take advantage of the extra firepower of your preferred online multiplayer game, with eye-popping graphics, deadly weaponry, and fierce real-time competition, to flip the battleground and refill your gun. Construct a network and play Battle Royale with your pals online.', 'https://img.gamemonetize.com/2c4574gdzbt9ce31odgmyjlhhrbfs9id/512x384.jpg', 'https://html5.gamemonetize.com/2c4574gdzbt9ce31odgmyjlhhrbfs9id/', '0', 'Shooting', 0, 0, '', 'combat-pixel-zombie-survival'), (3852, 'Blob Man Run', 'Collect diamonds on your way and the right door to make you stronger. The Stronger, the easier to take out the boss and beat the levels.', 'https://img.gamemonetize.com/klnq1zfzit6d6sh12ejryvaec0ne0yq8/512x384.jpg', 'https://html5.gamemonetize.com/klnq1zfzit6d6sh12ejryvaec0ne0yq8/', '0', 'Hypercasual', 0, 0, '', 'blob-man-run'), (3853, 'Tap Goal', 'Use your skills and tap perfectly at the perfect time to dribble and score a goal to pass all the crazy challenging challenges that await you.', 'https://img.gamemonetize.com/gmghz6l2waphpn3g1qpvp67a0qoit17s/512x384.jpg', 'https://html5.gamemonetize.com/gmghz6l2waphpn3g1qpvp67a0qoit17s/', '0', 'Soccer', 0, 0, '', 'tap-goal'), (3854, 'Flat Guys', 'Go to the obstacle course and see which of you will be the strongest! The game will go in several rounds, and each of you will get points. The winner will be the one who first gets the most points available. For the game, you will have a lot of different maps; on each of them, you will perform tasks: pass obstacles, play soccer, push your opponent off the platform, catch gifts, etc. You can also choose your and your opponent\'s character color before you start the game.', 'https://img.gamemonetize.com/5wb7hqqy1ka5vqfs1lop05279umptxpg/512x384.jpg', 'https://html5.gamemonetize.com/5wb7hqqy1ka5vqfs1lop05279umptxpg/', '0', 'Hypercasual', 0, 0, '', 'flat-guys'), (3855, 'Driving In Big City', 'Car Driving Simulator is the best car simulator of 2022, thanks to its advanced real physics engine Ever wanted to try a sports car simulator? Now you can drive, drift and feel a racing sports car for free! Be a furious racer on a whole city for you. No need to brake because of traffic or racing other rival vehicles, so you can perform illegal stunt actions and run full speed without the police chasing you! Drifting fast and doing burnout had never been so fun! Burn the asphalt of this open world city!', 'https://img.gamemonetize.com/w7rhc0hjtgxko6ofx7swgs6f2k1rvbij/512x384.jpg', 'https://html5.gamemonetize.com/w7rhc0hjtgxko6ofx7swgs6f2k1rvbij/', '0', 'Racing', 0, 0, '', 'driving-in-big-city'), (3856, 'Drive in Car City 3D', 'Car Driving Simulator is the best car simulator of 2022, thanks to its advanced real physics engine Ever wanted to try a sports car simulator? Now you can drive, drift and feel a racing sports car for free! Be a furious racer on a whole city for you. No need to brake because of traffic or racing other rival vehicles, so you can perform illegal stunt actions and run full speed without the police chasing you! Drifting fast and doing burnout had never been so fun! Burn the asphalt of this open world city!', 'https://img.gamemonetize.com/sg32fu8cunk89o05pu9atwucqbnf41uw/512x384.jpg', 'https://html5.gamemonetize.com/sg32fu8cunk89o05pu9atwucqbnf41uw/', '0', 'Racing', 0, 0, '', 'drive-in-car-city-d'), (3857, 'Bubble Sorting', 'Bubble Sorting is a puzzle game. In this game, your objective is to sort the bubbles by color. Start by moving the bubbles into the right tubes until there is only one color per tube. Bubble Sorting won’t let you place two bubbles with different colors directly next to one another, so you’ll have to think logically and find your own way to sort the bubbles. On each level, you have 5 chances to reverse your decision. So, if you change your mind, you can put the bubble back where it came from. Don\'t forget to adjust the difficulty settings to find the perfect mode for you, and start sorting! How to play: Click on a bubble to select it, then click on a tube to drop the selected ball. Select/Move Bubble - Tap or Left mouse click', 'https://img.gamemonetize.com/g929ffv4zd13h9iy7adqkkrl5n3rftvs/512x384.jpg', 'https://html5.gamemonetize.com/g929ffv4zd13h9iy7adqkkrl5n3rftvs/', '0', 'Puzzles', 0, 0, '', 'bubble-sorting'), (3858, 'Zaho Bot', 'Zaho Bot is a Sci-fi themed platformer where you play as a robot who have to collect all of the flasks containing red chemical solution while avoiding the enemy bots, flying bots and their bullets, rotating lasers, giant blades and reach the Exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/qumily0x5buhggv472sjr3dkqkwrim7f/512x384.jpg', 'https://html5.gamemonetize.com/qumily0x5buhggv472sjr3dkqkwrim7f/', '0', 'Arcade', 0, 0, '', 'zaho-bot'), (3859, 'Idle Ants Simulator Game', 'Idle Ants is a simulation game where you command an army of hungry ants collect food. Help them break apart and carry various snacks, fruits, vegetables, meat, and even inedible objects back into the burrow underground. Click, tap or repeatedly press space to make your ants work more efficiently. Upgrade your colony using the three buttons at the bottom of the screen. Boost "Speed" to make your colony work faster, "Workers" to recruit a new ant, and "Strength" to make your ants carry larger pieces. The more you play, the cooler maps and objects you will encounter. Beach, park, classroom, kitchen, carnival, picnic blanket, city square, and more! Can you and your ants visit all of the places Idle Ants has to offer?', 'https://img.gamemonetize.com/uug6b0tbow2c9hhlkc34of5s80sna6fp/512x384.jpg', 'https://html5.gamemonetize.com/uug6b0tbow2c9hhlkc34of5s80sna6fp/', '0', 'Hypercasual', 0, 0, '', 'idle-ants-simulator-game'), (3860, 'Tap Tricks', 'Tap Tricks is an arcade skating game. Maintain your jump and release it at the right timing to launch tricks and figures! Let the flow of the game take over in this explosive skate board adventure. Go ahead and demonstrate the power of your skate ! How to play: Hold and tap the screen to trigger actions', 'https://img.gamemonetize.com/kbpn1bkgn2hlrffhfcle8ujmq6fk6gmn/512x384.jpg', 'https://html5.gamemonetize.com/kbpn1bkgn2hlrffhfcle8ujmq6fk6gmn/', '0', 'Sports', 0, 0, '', 'tap-tricks'), (3861, 'Life The Game', 'Life The Game is the best way to experience an entire journey, from birth to death, in game form! From study dates to actual dates, play Life The Game and see if your life is delightful or disastrous. This Life game features different minigames for each stage of your life. There are four new fun mini games: Burger Madness, Study Session, Travel Puzzles & Rainbow Melody. You can play Life The Game for free, but your bad decisions might cost you your in-game survival! Join thousands of Life The Game online players and cycle through tons of fun minigames!', 'https://img.gamemonetize.com/nz3oridosxk2ubg8e4lqw2fih3h9ikzo/512x384.jpg', 'https://html5.gamemonetize.com/nz3oridosxk2ubg8e4lqw2fih3h9ikzo/', '0', 'Hypercasual', 0, 0, '', 'life-the-game'), (3862, 'Extreme Runway Racing', 'Rev up your engines and hit the road in this adrenaline-fueled racing game! Whether you\'re playing solo or against a friend, you\'ll love the thrill of speeding past your opponents and collecting power-ups that boost your speed or slow them down. With multiple game modes to choose from and challenging AI opponents to face off against, you\'ll never run out of ways to test your racing skills. So buckle up, hit the gas, and let the games begin!', 'https://img.gamemonetize.com/ram8a9l3mt7rlud1l4nc7pqeq6qhq0f9/512x384.jpg', 'https://html5.gamemonetize.com/ram8a9l3mt7rlud1l4nc7pqeq6qhq0f9/', '0', 'Racing', 0, 0, '', 'extreme-runway-racing'), (3863, 'Peckish Kappa', 'The Peckish Kappa game is a free online game that is perfect for players who are looking for a challenge. In the game, players must help the Kappa, a Japanese creature, to escape from a hungry fox. The game is full of obstacles and challenges, and players must use their intelligence and agility to overcome them.', 'https://img.gamemonetize.com/w4ottyfum48vtynzcsgidfeyxjslxq44/512x384.jpg', 'https://html5.gamemonetize.com/w4ottyfum48vtynzcsgidfeyxjslxq44/', '0', 'Hypercasual', 0, 0, '', 'peckish-kappa'), (3864, 'Survival Fairy', 'Survival Fairy jump is a survival game that you can play online. The objective of the game is to survive as long as possible by avoiding obstacles and collecting resources. You can play solo or team up with other players to increase your chances of survival. Survival Fairy is a jump survival game that you can play online. In the game, you control a fairy who must survive in a dangerous world full of traps and enemies. The game is challenging and requires quick reflexes and good decision-making skills.', 'https://img.gamemonetize.com/jr33cgocxes7rx6i3stzcnmvxzisxosd/512x384.jpg', 'https://html5.gamemonetize.com/jr33cgocxes7rx6i3stzcnmvxzisxosd/', '0', 'Hypercasual', 0, 0, '', 'survival-fairy'), (3865, 'Private Adventure 2.5D', 'Adventure 2.5D Runner Game', 'https://img.gamemonetize.com/5e86kkwndi35eudzvcrhrddwxjnqkcpk/512x384.jpg', 'https://html5.gamemonetize.com/5e86kkwndi35eudzvcrhrddwxjnqkcpk/', '0', 'Arcade', 0, 0, '', 'private-adventure-d'), (3866, 'STICK DEFENDERS', 'In Stick Defenders, merge stickman units to form stronger defenders to protect your base from waves of enemies. Merge gunmen, upgrade offense, fortify walls, and more. Enjoy bonus activities like "spin the wheel" to win helpful items and unlock new options. Quickly use your skills when enemy cooldown ends to avoid being overrun. How long can you survive in Stick Defenders?', 'https://img.gamemonetize.com/zzkyrdhl0zf2qhzpm314c2cqet5tt2ck/512x384.jpg', 'https://html5.gamemonetize.com/zzkyrdhl0zf2qhzpm314c2cqet5tt2ck/', '0', 'Fighting', 0, 0, '', 'stick-defenders'), (3867, 'King of Pyramid', 'The King is Locked inside the pyramid. Steal gems, build your defenses and win guild wars in the Arenas in this unique blend of arcade, and platform game. Learn ancient spells to become the most feared thief in the game!', 'https://img.gamemonetize.com/ez4b1jo2qjd097o8xwuie3wx5qtwx9gc/512x384.jpg', 'https://html5.gamemonetize.com/ez4b1jo2qjd097o8xwuie3wx5qtwx9gc/', '0', 'Arcade', 0, 0, '', 'king-of-pyramid'), (3868, 'Choo Choo Charles Match Up', 'It\\\\\\\\\\\\\\&#39;s time to test your memory in the Cho Cho Charles Match Up game! Join the Cho Cho Charles and see how many card pairs you can match. However, this task might be tougher than it sounds if your attention is not on point!', 'https://img.gamemonetize.com/6cdsg1cr7a8ey9t4la7i5bdq41mndk5c/512x384.jpg', 'https://html5.gamemonetize.com/6cdsg1cr7a8ey9t4la7i5bdq41mndk5c/', '0', 'Puzzles', 0, 0, '', 'choo-choo-charles-match-up'), (3869, 'Star Fighter Fruits', 'Swipe your screen to cut fruit, but don’t hit bombs – that’s how easy it is to play Fruit Ninja, the hit fruit-slicing mobile game enjoyed by billions of players all over the world! Start your addiction to the delicious fruit carnage with the three original game modes and a wide range of blades and dojos to choose from. Experience the thrill of setting a new high score in the fan-favourite Arcade mode as you dodge bombs and slice massive combos with the help of the special Double Score, Freeze or Frenzy bananas, or relax and slash for stress relief in Zen Mode. Last but not least, slice as many fruit as you can in Classic mode – just don’t drop the fruit and don’t hit the bombs! Make your game even more exciting by equipping the special power-ups: Peachy Time, which gives extra time; Berry Blast, which destroys surrounding fruit when sliced; and Bomb Deflect', 'https://img.gamemonetize.com/06vlnk663wg6xjn0t1cehfmp6s6kb9kg/512x384.jpg', 'https://html5.gamemonetize.com/06vlnk663wg6xjn0t1cehfmp6s6kb9kg/', '0', 'Clicker', 0, 0, '', 'star-fighter-fruits'), (3870, 'Smart Looter 3D', 'Conquer the shadows of raiders with clever bank robbery! Bob the thief has made a smart choice this time in this thief game he is going to rob cartoon characters in the city of madness. Looter will rob in bank cartoon and neighbors houses using only joystick, cartoon people are smart, they have hired cops and police', 'https://img.gamemonetize.com/d90tgnx7vygkwss5a36f2d07pg1m9lge/512x384.jpg', 'https://html5.gamemonetize.com/d90tgnx7vygkwss5a36f2d07pg1m9lge/', '0', 'Puzzles', 0, 0, '', 'smart-looter-d'), (3871, 'Push the block 2', 'You have to push the block into the crater, it may look quite easy, but it\'s not as easy as it seems, although the game will start as a very simple game, but the more level you complete, the higher the level will become difficult, can you go to the final level?', 'https://img.gamemonetize.com/d60opsm64aggqb2i94ujyz76fmbg2a4k/512x384.jpg', 'https://html5.gamemonetize.com/d60opsm64aggqb2i94ujyz76fmbg2a4k/', '0', 'Puzzles', 0, 0, '', 'push-the-block-'), (3872, 'Sonic Speedway', 'subway rush racing Kart game is a dash classical Poppy racing plateforme. This cute wuggy game racing is very funny and addictive, climb the hill with your sweet poppy on his cut candy truck and avoid obstacles, help wuggy to reach home, go ride of obstacles and get your new high score. You have to reach your destination and overcoming these obstacles and collect more subway coins. You will enjoy the poppy racing game by jumping from the ramp road buggies. We have prepared big wheel truck with a realistic hedgehog game. Great graphics with realistic you prepared truck driving game offers a game full of endeless rush challenging tasks. Enjoy exciting and fun surfer game of 2019. enjoy the adrenaline rush at speed of ultra racing. dash 4 your life at insane speeds on 2 subway train tracks. tap screen to run, dash 2, & rush 2 complete over 100 challenging levels. collect coins to unlock new levels. best game 4 kids and children. download free on google play today. great free game. I hope the blue hedgehog can keep running away from the enemies and hurry, run & jump as fast as you will dodge the moving trains on the subway and escape the chase of the earth criminals. Subway blue hero dash super dash is incredible run. subway rush racing Kart Dash is a free Buggy Kart Racing 3D games, racer blue hero game racing adventure official 2022 is here to provide you with the best gaming experience, rush through your surfer and soni go kart adventure is just aiming to be the ultimate game as it offer you a surprise-filled and ultimately action-packed world of off-road kart racing. Be aware & keep your eyes on the wheel. Dash lady bug and in its own adventures with our crash racing games! Subway blue hero game is a 3d fast force super speed endless runner game. Just choose your character. subway blue Poppy hero dash, This is an excellent boom crazy 3D running game, surfer dash rush subway run as fast as you can! subway blue hero dash super dash is an incredible run. How to play subway super blue hero surf dash game: - Run as far as you from security guard to achieve playing this game. - Collect coins & Power-Ups to win within the subway rush hedgehogs game - Swipe to turn, jump and slide to avoid hitting the obstacles and - Swipe down to roll over - Press the screen twice to hit the enemy by poppy hero the hedgehogs or knuckles hero and begin boom dashing through the subways adventure! run, rush, dash & jump as fast as you\'ll to dodge the oncoming trains in the subway and escape the inspectors, join now the foremost thrilling dash race, just run like crazy and challenge your limit. we are sure you gonna be addicted to this rush endless racing game dach after you try it. just go and download it and score better than your friends! Swipe to turn, jump and slide to avoid hitting obstacles, barrier and Subway 3D,collect coins and buy power up. Unlock new characters, and see how far you can run with sonic speedy Underground city adventure travel along the subway tracks start now,surf with your friends. Run like hell and challenge your limit. But Rush must be a very fun run surfe game. Download it now and start your Subway and Rush run at the forest surf,', 'https://img.gamemonetize.com/7kgksjkletyjuepkcobenjy28gh7e9hl/512x384.jpg', 'https://html5.gamemonetize.com/7kgksjkletyjuepkcobenjy28gh7e9hl/', '0', 'Sports', 0, 0, '', 'sonic-speedway'), (3873, 'OFF THE RING', 'Take the rings out of the iron hook and place it in the hole. In this game you will be challenged to take the ring hoops in an iron hook into the hole below so that you can move on to the next level. There are many levels in this game and with different types of hooks which will make the difficulty level of this game diverse and difficult to solve. This game is very fun and addictive because even though it includes a simple game but with a variety of hook shapes, this game will be cool to play.', 'https://img.gamemonetize.com/meoxpoo9kpmiqr40xc1n089t955qvc5q/512x384.jpg', 'https://html5.gamemonetize.com/meoxpoo9kpmiqr40xc1n089t955qvc5q/', '0', 'Arcade', 0, 0, '', 'off-the-ring'), (3874, 'Escape Plan', 'Prison must start escape plan step by step and prove innocent in Escape master game there are prison guards all around.', 'https://img.gamemonetize.com/ldn52nbs45z7wy04zw7r29iaknb1kwbi/512x384.jpg', 'https://html5.gamemonetize.com/ldn52nbs45z7wy04zw7r29iaknb1kwbi/', '0', 'Action', 0, 0, '', 'escape-plan'), (3875, 'BLOCKINS', 'In Blockins, use your puzzle-solving skills to stack Tetris-style blocks and reach the portal. With blocks of different shapes, reaching the portal with even just one block wins the level. Maneuver blocks, jump between platforms, stack and rotate to overcome obstacles. Discover a variety of creative and satisfying puzzles, but don\'t hesitate to use hints if stuck.', 'https://img.gamemonetize.com/64jcobbvizrjte0gsxmbnpce1fy675gn/512x384.jpg', 'https://html5.gamemonetize.com/64jcobbvizrjte0gsxmbnpce1fy675gn/', '0', 'Puzzles', 0, 0, '', 'blockins'), (3876, 'Ghost Patrol 3D', 'You are a mischievous ghost, and your only joy is to sneak behind people and scare them. You lose your ability if they spot you and may vanish if stay in their “vision†cone. Use your tactical skills to hunt them down. Move swiftly and scare them without being spotted. Make sure to avoid obstacles at the museum when eliminating visitors and the guards. Use the "hide in armour" feature to disguise yourself!', 'https://img.gamemonetize.com/6ktfln8vpkajihn4j8p9n6uai4sf79hm/512x384.jpg', 'https://html5.gamemonetize.com/6ktfln8vpkajihn4j8p9n6uai4sf79hm/', '0', 'Adventure', 0, 0, '', 'ghost-patrol-d'), (3877, 'hop ball x', 'Hop ball is an easy to play, enjoyable hyber causal game. Your goal in the game is to draw lines by touching the screen and prevent the ball from falling down. If you touch the electricity or the saw that may you will lose.', 'https://img.gamemonetize.com/9x6xn1rxi83iiql5ees7dgyt3y2i6ye9/512x384.jpg', 'https://html5.gamemonetize.com/9x6xn1rxi83iiql5ees7dgyt3y2i6ye9/', '0', 'Hypercasual', 0, 0, '', 'hop-ball-x'), (3878, 'Garten Banban vs Poppy', 'Come play The Game where Rainbow Friends vs Poppy Play Time are the fighting, After Red makes a mysterious force, the worlds of Rainbow Friends and Poppy Playtime collide Together! Everyone is pitted against each other. Player vs. Orange. Huggy Wuggy vs. Blue, even Mommy Long Legs vs. Green!', 'https://img.gamemonetize.com/29l5kmuquoajls3rkh9mde1uj9slblni/512x384.jpg', 'https://html5.gamemonetize.com/29l5kmuquoajls3rkh9mde1uj9slblni/', '0', 'Action', 0, 0, '', 'garten-banban-vs-poppy'), (3879, 'HOSPITAL STORIES DOCTOR RUGBY', 'In Hospital Stories: Doctor Rugby, you\'ll take on the role of a comedic physician tasked with treating the wild and wacky injuries of a ragtag rugby team. Using your skills and quick thinking, you\'ll perform a variety of medical procedures, from mending wounds to removing foreign objects, all while navigating a series of mini-games filled with absurdity and humor. Will you have what it takes to make it through every level and become the ultimate rugby team doctor?', 'https://img.gamemonetize.com/9374qx1gxsf8ws4jbu7pkt966fotkr5q/512x384.jpg', 'https://html5.gamemonetize.com/9374qx1gxsf8ws4jbu7pkt966fotkr5q/', '0', 'Arcade', 0, 0, '', 'hospital-stories-doctor-rugby'), (3880, 'HOSPITAL STORIES DOCTOR SOCCER', 'Step into the wacky world of Hospital Stories: Doctor Soccer, where you take on the role of a humorous doctor working at a soccer team\'s infirmary. With a variety of mini-games, you will have to tackle some truly absurd medical conditions of the team and their loved ones. From patching wounds, extracting foreign objects, treating zits to even hitting scars with sausages(?), this game will keep you entertained. Are you ready to complete all levels? This game is sure to test your medical skills in a way you never thought possible.', 'https://img.gamemonetize.com/r6dwpy501i6q723ufye3fvm0d0cca3fy/512x384.jpg', 'https://html5.gamemonetize.com/r6dwpy501i6q723ufye3fvm0d0cca3fy/', '0', 'Clicker', 0, 0, '', 'hospital-stories-doctor-soccer'), (3881, 'ICE CREAM PLEASE!', 'In Ice Cream, Please!, you take on the role of a small ice cream shop owner in this fun and engaging restaurant simulation game. Your task is to mix and match flavors, toppings, fruits, and nuts to create the perfect ice cream orders for your customers. Use your finger, mouse or keyboard to select the ingredients and prepare the ice cream as per your customer\'s request. Be quick and accurate, as the faster you serve the customers, the more points you will earn. With challenging levels, fun gameplay and the potential to become the most famous ice cream shop in the city, Ice Cream, Please! is the perfect game for anyone who loves ice cream and wants to test their management skills.', 'https://img.gamemonetize.com/16x1z2l7e58u93hhmk8dja23sbhbceh6/512x384.jpg', 'https://html5.gamemonetize.com/16x1z2l7e58u93hhmk8dja23sbhbceh6/', '0', 'Cooking', 0, 0, '', 'ice-cream-please'), (3882, 'BaseBall Hit Game', 'A baseball game, that will test your batting skills. Battle against other hitters to see who can destroy the most building windows. Imagine having a home run derby in the middle of a city.', 'https://img.gamemonetize.com/ga4o1fo1978imbjso5eq3cqd9lqjzz7l/512x384.jpg', 'https://html5.gamemonetize.com/ga4o1fo1978imbjso5eq3cqd9lqjzz7l/', '0', 'Sports', 0, 0, '', 'baseball-hit-game'), (3883, 'Tim Adventures 2', 'Tim Adventures 2 is a 2D platformer where you have to collect all of the cookies while avoiding the enemies, and their bullets, spikes and ground saws and reach the purple flag in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Tim Adventures" series.', 'https://img.gamemonetize.com/549vgrru17vuhjzssk4l26hhep45xfa0/512x384.jpg', 'https://html5.gamemonetize.com/549vgrru17vuhjzssk4l26hhep45xfa0/', '0', 'Arcade', 0, 0, '', 'tim-adventures-'), (3884, 'Zipline Rescue Adventure ', 'Can you Zipline people and survive in Ultimate challenging puzzle game perfection?', 'https://img.gamemonetize.com/vcf25lhzdrmj44oy9o4kbvr5ms5uexh5/512x384.jpg', 'https://html5.gamemonetize.com/vcf25lhzdrmj44oy9o4kbvr5ms5uexh5/', '0', 'Arcade', 0, 0, '', 'zipline-rescue-adventure-'), (3885, 'Dancing Road Color Ball Run!', 'It is a special game in different genres of piano games and wonderful gameplay.', 'https://img.gamemonetize.com/eca2pe7sjgu8g5sb3qsaqlv9qabjjfwl/512x384.jpg', 'https://html5.gamemonetize.com/eca2pe7sjgu8g5sb3qsaqlv9qabjjfwl/', '0', 'Arcade', 0, 0, '', 'dancing-road-color-ball-run'), (3886, 'Word Stack', 'Look for hidden words in the field with letters. Use hints, connect cubes with letters and compose words. &bull; Many levels to search for words. &bull; Beautiful themes and calm music. &bull; Rewards for searching for additional words and for daily entry. Start playing now to relax and train your brain.', 'https://img.gamemonetize.com/0yeh4rmu40g2y2bx5bk71etq7avbkuxz/512x384.jpg', 'https://html5.gamemonetize.com/0yeh4rmu40g2y2bx5bk71etq7avbkuxz/', '0', 'Puzzles', 0, 0, '', 'word-stack'), (3887, 'Zipline Rescue Little Jerry', 'The most amusing and simple game in the world! Zipline Rescue Little Jerry', 'https://img.gamemonetize.com/ms3xyrqtghclhtdl29gsl7atp1gjxis1/512x384.jpg', 'https://html5.gamemonetize.com/ms3xyrqtghclhtdl29gsl7atp1gjxis1/', '0', 'Hypercasual', 0, 0, '', 'zipline-rescue-little-jerry'), (3888, 'EpicZipline Rescue', 'Can you Zipline people and survive in Ultimate challenging puzzle game perfection?', 'https://img.gamemonetize.com/t735h2hyqfskuiy46kd6n49zlx8zq24t/512x384.jpg', 'https://html5.gamemonetize.com/t735h2hyqfskuiy46kd6n49zlx8zq24t/', '0', 'Arcade', 0, 0, '', 'epiczipline-rescue'), (3889, 'Filled Glass 4', 'In this game Filled Glass 4 you will see the playing field on which at the bottom there will be three glasses of different colors. Above them at a height there will be several colored blocks. By clicking on any of them, you will see how balls of exactly the same color will start falling from the block. Your task is to fill all the glasses with balls by clicking on these actions. As soon as you do this, you will be given points in the game Filled Glass 4 and you will move on to the next level of the game.', 'https://img.gamemonetize.com/h3u93vuj2seahzr1onxkluq5j5yzevbq/512x384.jpg', 'https://html5.gamemonetize.com/h3u93vuj2seahzr1onxkluq5j5yzevbq/', '0', 'Puzzles', 0, 0, '', 'filled-glass-'), (3890, 'AZ Ball Run Rush', '. Enjoy new ball running games by merging them to make bigger one. Collect alphabets from A to Z in a sequence as ball runner. Reach at the finish line of ball run game and be the master of abc runner in this new relaxing game.', 'https://img.gamemonetize.com/sikeepciyjpfk9wpj2lvvsayi3f2nmhv/512x384.jpg', 'https://html5.gamemonetize.com/sikeepciyjpfk9wpj2lvvsayi3f2nmhv/', '0', 'Arcade', 0, 0, '', 'az-ball-run-rush'), (3891, 'block break pong', 'A union between pong and breakout! Your objectives are: destroy all the colored blocks, don\'t let the ball go out of the screen using the white bar and get the highest score!', 'https://img.gamemonetize.com/p68a6vbgeyilia4fpj9qfqku9bl33rrs/512x384.jpg', 'https://html5.gamemonetize.com/p68a6vbgeyilia4fpj9qfqku9bl33rrs/', '0', 'Puzzles', 0, 0, '', 'block-break-pong'), (3892, 'TappingTiles', 'Timed Tapping Trepidation. Addictive and fast-paced reflex game you won\\&#39;t want to give up on!', 'https://img.gamemonetize.com/ozttwh9d6looforbg2w8rmhf8npy4ba8/512x384.jpg', 'https://html5.gamemonetize.com/ozttwh9d6looforbg2w8rmhf8npy4ba8/', '0', 'Puzzles', 0, 0, '', 'tappingtiles'), (3893, 'Flappy the pipes are back', 'The pipes are back and they want revenge on the bird. Find your way through the crack and beat the pipes. Collect stars (points) and buy new birds.', 'https://img.gamemonetize.com/yqxyvxwbgtchnj4to4s34dut55kawkyb/512x384.jpg', 'https://html5.gamemonetize.com/yqxyvxwbgtchnj4to4s34dut55kawkyb/', '0', 'Hypercasual', 0, 0, '', 'flappy--the-pipes-are-back'), (3894, 'Sling Tomb 2D', 'Help the little pets to sling and bounce to the top but watch out the obstacles and deadly traps. Go up and race against the water for your life climbing the tomb tower, collecting coins, diamonds, and power ups. Use the coins to unlock new pets and reach new highs to challenge your friends.', 'https://img.gamemonetize.com/f4ghu3pln4mkw0vgztk6fx3ri4hwltr8/512x384.jpg', 'https://html5.gamemonetize.com/f4ghu3pln4mkw0vgztk6fx3ri4hwltr8/', '0', 'Arcade', 0, 0, '', 'sling-tomb-d'), (3895, 'Head Soccer 2023 2D', 'Have you ever played a soccer game before? this is different from all and in this adventure you have to score a goal with your head. Welcome to head ball or head football.The only goal in this game, which you can play both alone and with your friend, is to score a goal. score goals and win the match, all goals are in your hands. Come on, score a goal and win.', 'https://img.gamemonetize.com/6t7go4eg9l4nh17kju788jue92g00u4u/512x384.jpg', 'https://html5.gamemonetize.com/6t7go4eg9l4nh17kju788jue92g00u4u/', '0', 'Soccer', 0, 0, '', 'head-soccer--d'), (3896, 'Super Huggie Bros', 'Enter in the Super Huggie bros world facing the mysterious islands, jump and run over the obstacles, and fight against super evil monsters to find his treasure at the final destination in a dangerous world. Complete all levels, collect coins and destroy every block to find the keys and open the gates. Website Developer <a href=\'https://kiz10.com\'>https://kiz10.com</a>', 'https://img.gamemonetize.com/3ex0z77vqo2zz4wmellpculd54tqyowc/512x384.jpg', 'https://html5.gamemonetize.com/3ex0z77vqo2zz4wmellpculd54tqyowc/', '0', 'Hypercasual', 0, 0, '', 'super-huggie-bros'), (3897, 'Deliver All Puzzle', 'Deliver All Puzzle is a very addicted online puzzle game made for boys for free. Collect all the packages on the blocks and deliver them to the receivers. Sounds easy but in fact, it is a tricky game. The packages are placed at many places on the blocks, and you are only allowed to turn your direction in case of you hit the wall. There are many levels in this game. Good luck!', 'https://img.gamemonetize.com/hockj9avx4zyekon0s140acksxfcrk7f/512x384.jpg', 'https://html5.gamemonetize.com/hockj9avx4zyekon0s140acksxfcrk7f/', '0', 'Boys', 0, 0, '', 'deliver-all-puzzle'), (3898, 'Baby Taylor Morning Brush', 'A beautiful morning is welcomed by a bright sun. Starting a day without proper dental care is unhygienic. For healthy gums and shining teeth, Taylor too needs to maintain proper oral hygiene. As our little girl is not aware of using brushing accessories, give her guidance for the same. Be with her, when she brushes teeth, massage gums and cleans tongue.', 'https://img.gamemonetize.com/dfdygxkw3o9d0y2hvlw73gy9msk1hwh4/512x384.jpg', 'https://html5.gamemonetize.com/dfdygxkw3o9d0y2hvlw73gy9msk1hwh4/', '0', 'Girls', 0, 0, '', 'baby-taylor-morning-brush'), (3899, 'Yaatu Ball', 'Yaatu Ball is a 2D platformer where you play as a cute ball who have to collect all of the ice cream cones while avoiding all of the enemy balls, flying balls, spikes, ground saws and reach the red flag in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/ut6258ydj9r1lb2c3ivhxzl3x0ola6ej/512x384.jpg', 'https://html5.gamemonetize.com/ut6258ydj9r1lb2c3ivhxzl3x0ola6ej/', '0', 'Arcade', 0, 0, '', 'yaatu-ball'), (3900, 'Sister Different Style Shopping', 'Our beautiful girls want a different style of dressing. They plan to go shopping spree. Help them choose a few sets of clothes and check out. Of course, what\'s nice is to try on clothes. Have fun!', 'https://img.gamemonetize.com/as1znbrw0v8usy7bnxt0wgh7d5nkl2hk/512x384.jpg', 'https://html5.gamemonetize.com/as1znbrw0v8usy7bnxt0wgh7d5nkl2hk/', '0', 'Girls', 0, 0, '', 'sister-different-style-shopping'), (3901, 'BMX Offroad Trial Stunts', 'Get behind the wheel and explore the world of cycles, where you\'ll find a plethora of 3D racing games that are both enjoyable and entertaining, as well as a plethora of pure BMX games that will test your skills as a cyclist. Play the free online edition of the hit game BMX Crazy Abilities of BMX 3 Motocross and experience the thrill of fast-paced BMX racing and bike riding. Enjoy the best in real-time action from BMX boy games without breaking the bank in this innovative off-road bicycle racing game featuring touch-screen bikes and brand-new BMX games.', 'https://img.gamemonetize.com/xhsb3d093scosen4my5jxvtwokq7vonz/512x384.jpg', 'https://html5.gamemonetize.com/xhsb3d093scosen4my5jxvtwokq7vonz/', '0', 'Action', 0, 0, '', 'bmx-offroad-trial-stunts'), (3902, 'Endless Run Color Ball Game', 'Endless Run - Color Ball Game is the best free running game with a ball on the road. Endless running games can play everyone!', 'https://img.gamemonetize.com/p7zj3xucvi2qyxqongps0ov4hxnsodq2/512x384.jpg', 'https://html5.gamemonetize.com/p7zj3xucvi2qyxqongps0ov4hxnsodq2/', '0', 'Hypercasual', 0, 0, '', 'endless-run--color-ball-game'), (3903, 'Super Archer Catkeeper', 'Super Archer: Catkeeper is a lovely online game of leisure and puzzle archery, which is developed for children free of charge. You will play a lazy cat to challenge, aim at delicious fish and shoot! And the difficulty of the level will gradually increase. Join us to exercise your shooting ability and your brain!', 'https://img.gamemonetize.com/97xjkiukedu42nozszart8ep7ruf1blm/512x384.jpg', 'https://html5.gamemonetize.com/97xjkiukedu42nozszart8ep7ruf1blm/', '0', 'Boys', 0, 0, '', 'super-archer-catkeeper'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (3904, 'Aqua Link', 'Aqua Link is a fun to play block connect game. You need to connect two identical blocks. The Connecting Line between two matching blocks can have only two turns. Make connections between the matching blocks while you fight to keep up with the clock. Can you clear the board before time runs out?', 'https://img.gamemonetize.com/n1anko6mys510vt32tqotukpg128z2qv/512x384.jpg', 'https://html5.gamemonetize.com/n1anko6mys510vt32tqotukpg128z2qv/', '0', 'Puzzles', 0, 0, '', 'aqua-link'), (3905, 'Grave Driving Unblocked', 'Zombies are everywhere. Unfortunately, you don’t have any weapon. But you do have a car! Now show those zombies who is the boss! Will you beat all levels and become the drift killer?', 'https://img.gamemonetize.com/jm9qpgsto5r0px1d4b7afbkya10uzmui/512x384.jpg', 'https://html5.gamemonetize.com/jm9qpgsto5r0px1d4b7afbkya10uzmui/', '0', 'Racing', 0, 0, '', 'grave-driving-unblocked'), (3906, 'Buuno 2', 'Buuno 2 is a 2D platformer where you play as an office worker who have to collect the important documents while avoiding the Evil coworkers, drones, their bullets, spikes, rotating saws, and reach the purple flag in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Buuno" series.', 'https://img.gamemonetize.com/o5uzgwhlltz5bthtqd5ubl8hg0dxqaar/512x384.jpg', 'https://html5.gamemonetize.com/o5uzgwhlltz5bthtqd5ubl8hg0dxqaar/', '0', 'Arcade', 0, 0, '', 'buuno-'), (3907, 'Mini Basketball MiniClip', 'Put on your sneakers, and get ready to go onto the court in this brand new basketball game! Experience basketball like never before, in this fresh and easy to play basketball game', 'https://img.gamemonetize.com/0h01kg9m81voa1j1a3w0ar56u29p408q/512x384.jpg', 'https://html5.gamemonetize.com/0h01kg9m81voa1j1a3w0ar56u29p408q/', '0', 'Sports', 0, 0, '', 'mini-basketball-miniclip'), (3908, 'Cool Moto Racer', 'Enjoy 3D bike racing game and be an xtreme bike rider. Perform insane stunt actions on Extreme Stunt Bike. Compete with elite riders in motorbike simulator. In this Impossible Moto Bike Track Stunts, you must have a real motorbike stunt driving skills. We believe that you will enjoy ramp bike game a lot of addictive fun by playing this real moto bike stunt game that is most attractive impossible bike track stunt in the sky road environment.', 'https://img.gamemonetize.com/m4er4lakmqb8zhp64c5upr4cqn67nemu/512x384.jpg', 'https://html5.gamemonetize.com/m4er4lakmqb8zhp64c5upr4cqn67nemu/', '0', 'Sports', 0, 0, '', 'cool-moto-racer'), (3909, 'Mini BasketBall Battle', 'Put on your sneakers, and get ready to go onto the court in this brand new basketball game! Experience basketball like never before, in this fresh and easy to play basketball game', 'https://img.gamemonetize.com/32ctxmt5s1eyvomp71d5v4tw95eawqhg/512x384.jpg', 'https://html5.gamemonetize.com/32ctxmt5s1eyvomp71d5v4tw95eawqhg/', '0', 'Sports', 0, 0, '', 'mini-basketball-battle'), (3910, 'Connect Animal Pokematch', 'Welcome to Connect Animal Pokematch puzzle memory game. Tap to Flip Cards and use your memory to Match two Cards with the same monster. Find all the pairs before Time\'s up to unlock the next level. Explore tons of amazing and challenging levels and try to complete them all. you will be rewarded with coins when you finish level to help you buy some cool boosters. Good luck!', 'https://img.gamemonetize.com/z86gy8wxs4u10uiift2k4s95gx6fd419/512x384.jpg', 'https://html5.gamemonetize.com/z86gy8wxs4u10uiift2k4s95gx6fd419/', '0', 'Puzzles', 0, 0, '', 'connect-animal-pokematch'), (3911, 'Mini Head Basketball', 'Put on your sneakers, and get ready to go onto the court in this brand new basketball game! Experience basketball like never before, in this fresh and easy to play basketball game.', 'https://img.gamemonetize.com/0ehfztq657ya5n3rkrn4jt2b1m42i0z7/512x384.jpg', 'https://html5.gamemonetize.com/0ehfztq657ya5n3rkrn4jt2b1m42i0z7/', '0', 'Sports', 0, 0, '', 'mini-head-basketball'), (3912, 'Zombie Killer Survival', 'Zombie Killer Survival is a fun shooting game where you get to shoot zombies in 10 levels. Play Zombie Killer Survival now for amazing fun and great graphics! where you can equip multiple weapons and defend against zombie hordes.', 'https://img.gamemonetize.com/gnm7kk3vw17t33p08wsx6bg54xcktoag/512x384.jpg', 'https://html5.gamemonetize.com/gnm7kk3vw17t33p08wsx6bg54xcktoag/', '0', 'Shooting', 0, 0, '', 'zombie-killer-survival'), (3913, 'Mahjong Cafe', 'Do you like mind games with exciting gameplay? Then you\'re here! Visit Mahjong Cafe, a mind-bendingly addictive puzzle game about finding objects. A logic game in triple mahjong format, perfect for relaxing after a hard day at school or work. The idea behind three-in-a-row mahjong is simple: put three products in a row so that they disappear. Each subsequent level will be more difficult and interesting, we promise! Logic games will help sharpen your logical thinking.', 'https://img.gamemonetize.com/mn0h1agnn8cynz858vpe4loptsdlwdye/512x384.jpg', 'https://html5.gamemonetize.com/mn0h1agnn8cynz858vpe4loptsdlwdye/', '0', 'Puzzles', 0, 0, '', 'mahjong-cafe'), (3914, 'Mini Mobile BasketBall', 'Put on your sneakers, and get ready to go onto the court in this brand new basketball game! Experience basketball like never before, in this fresh and easy to play basketball game', 'https://img.gamemonetize.com/km5ecun5ivhet4is7fqo6crkry6ybia7/512x384.jpg', 'https://html5.gamemonetize.com/km5ecun5ivhet4is7fqo6crkry6ybia7/', '0', 'Sports', 0, 0, '', 'mini-mobile-basketball'), (3915, 'Hungry Frog', 'Tap on that pesky annoying fly to eat it. Features: - Fun comedic theme - Extremely simple gameplay - Responsive design - The game gets harder progressively.', 'https://img.gamemonetize.com/01wlrdrb5f0x0ahm7to0fr9ii7t2jviy/512x384.jpg', 'https://html5.gamemonetize.com/01wlrdrb5f0x0ahm7to0fr9ii7t2jviy/', '0', 'Puzzles', 0, 0, '', 'hungry-frog'), (3916, 'Kids match memories game', 'This is a memory game with Kids. Tap on the Object to Drag And Drop To The Right Place with the same hatch . This game has few levels and how you progress in the game will be Option. You will play with 4 Different levels.', 'https://img.gamemonetize.com/6irjmd8bustodt6o6gtwqil3zhb8tafw/512x384.jpg', 'https://html5.gamemonetize.com/6irjmd8bustodt6o6gtwqil3zhb8tafw/', '0', 'Puzzles', 0, 0, '', 'kids-match-memories-game'), (3917, 'Parkour Run 3D Fun', 'Let\'s have a Parkour competition with other players in this high-rise city! Take your Parkour skills to a new level and win the first place. Work hard to become the first to cross the finish lin', 'https://img.gamemonetize.com/ec1p6t2vwek8b25tyaky43313od5czz6/512x384.jpg', 'https://html5.gamemonetize.com/ec1p6t2vwek8b25tyaky43313od5czz6/', '0', 'Arcade', 0, 0, '', 'parkour-run-d-fun'), (3918, 'Animal Runner', 'The Thrilling Runner Game with Animals: Avoiding Obstacles at Full Speed Get ready for an adrenaline-fueled adventure with the runner game that lets you play as animals like lions, cats, and cows. Avoid obstacles and reach new levels with this exciting game. With its simple yet challenging gameplay, this game is perfect for players of all skill levels. So whether you\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\re a seasoned gamer or just starting out, you\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ll be able to get in on the action. So buckle up, start your engines, and get ready for a wild ride!', 'https://img.gamemonetize.com/rty23h934ep3aj4fku529gxjkenatnmo/512x384.jpg', 'https://html5.gamemonetize.com/rty23h934ep3aj4fku529gxjkenatnmo/', '0', 'Hypercasual', 0, 0, '', 'animal-runner'), (3919, 'Stickman Blockworld Parkour 2', 'stickman guys need to survive in the world of blocks two brothers stikmans have to go to the portal and get rid of them. help them and run to the portal. You have to be careful before jumping from the portal, be careful of falling off the cliff and disappearing floors, they are not the only one, there are many obstacles, after all, be careful on the moving floors.', 'https://img.gamemonetize.com/tfh23142un5ckza5gydk8mperl02buft/512x384.jpg', 'https://html5.gamemonetize.com/tfh23142un5ckza5gydk8mperl02buft/', '0', 'Adventure', 0, 0, '', 'stickman-blockworld-parkour-'), (3920, 'Monster Candy Rush', 'Are you up for the game of a monster who loves candy? The monster is very hungry and wants to eat candy Help him eat all the candies and eat the candies. In the meantime, eat the gold and buy new costumes for the monster. Try to eat all the candies, be careful, don\'t hit the obstacles or you will lose. dodge obstacles. Eat all the candies.', 'https://img.gamemonetize.com/f5619hv5p5fipg0bvbv0so8nclqg97ck/512x384.jpg', 'https://html5.gamemonetize.com/f5619hv5p5fipg0bvbv0so8nclqg97ck/', '0', 'Arcade', 0, 0, '', 'monster-candy-rush'), (3921, 'Cowboy Life and Fashion', 'Let\'s enjoy the cowboy era in this 7sgames.com. The handsome cowboy Rob and her girl friend Mia wants to clean their motel and cleaning their awesome horse trigger like washing her body and changing her horse shoes and etc. Later they get ready themselves for wonderful outing. So help them to choose the cowboy outfits, suitable accessories like shoes,gun and lasso.', 'https://img.gamemonetize.com/c6m5oy52v2psxxnzrzelll4g7kste4uy/512x384.jpg', 'https://html5.gamemonetize.com/c6m5oy52v2psxxnzrzelll4g7kste4uy/', '0', 'Girls', 0, 0, '', 'cowboy-life-and-fashion'), (3922, 'Las Vegas Poker', 'Play one of the most exciting card games in the world. Win up to 3 types of big tournaments and unlock your avatar. Rule the poker game and become King Of The Table. Collect daily rewards, custom your game mode and live the excitement of Las Vegas Casino.', 'https://img.gamemonetize.com/9tipe1jv9rmgplp51gs8lw7nalqqb59k/512x384.jpg', 'https://html5.gamemonetize.com/9tipe1jv9rmgplp51gs8lw7nalqqb59k/', '0', 'Sports', 0, 0, '', 'las-vegas-poker'), (3923, 'Crazy Pixel Apocalypse 9', 'The majestic Arena Map is home to the mind-blowing online multiplayer Block Fight Swat GunGame. Have fun, but ask yourself if you can master five different kinds of games well enough to win consistently. Up until level 40, you can compete against players worldwide and those in your area. Eighteen additional weapons, such as camouflage, become available if certain modifications are made. Whatever makes you happy. Mobile WalkThrough here https://www.youtube.com/watch?v=bH9tEbKg4HQ', 'https://img.gamemonetize.com/ore9k34wefv0dldnhx57hozmegxubxnv/512x384.jpg', 'https://html5.gamemonetize.com/ore9k34wefv0dldnhx57hozmegxubxnv/', '0', 'Shooting', 0, 0, '', 'crazy-pixel-apocalypse-'), (3924, 'Yatosan 2', 'Yatosan 2 is a 2D cute little platformer where you have to collect the slices of cheese while avoiding the enemies, flying creatures, spikes, ground saws and reach the Exit door in order to go to the next level. There are 8 challenging levels to play and the difficulty increases as you proceed. This is the second installment of the original "Yatosan" series.', 'https://img.gamemonetize.com/c5pney67d7d16aaiiot2q3tbyg0eniw8/512x384.jpg', 'https://html5.gamemonetize.com/c5pney67d7d16aaiiot2q3tbyg0eniw8/', '0', 'Arcade', 0, 0, '', 'yatosan-'), (3925, 'Victoria Secret Fashion Show', 'The Victoria\'s Secret Fashion Show take place in New York. It\'s a very wonderful fashion show! All of the runway looks are so sexy and beautiful! Girls also want to try these fashion items, so they decide to hold their own fashion show, can you give them a hand?', 'https://img.gamemonetize.com/urwtjvbzh1xl1negu3pwtyyq5kze8udr/512x384.jpg', 'https://html5.gamemonetize.com/urwtjvbzh1xl1negu3pwtyyq5kze8udr/', '0', 'Girls', 0, 0, '', 'victoria-secret-fashion-show'), (3926, 'Hasbulla Puzzle Quest', 'Hasbulla Puzzle Quest is a super fun puzzle game that you can play online for free. In Hasbulla Puzzle Quest you need to put the small pieces of the image on the right spot to make the image complete. When the image is complete the next one will be unlocked. Have fun playing.', 'https://img.gamemonetize.com/yl0j6tdw3amam9o85ncgxi7ww0xsj5og/512x384.jpg', 'https://html5.gamemonetize.com/yl0j6tdw3amam9o85ncgxi7ww0xsj5og/', '0', 'Girls', 0, 0, '', 'hasbulla-puzzle-quest'), (3927, 'PirateTreasure', 'Fun and interactive pirate treasure game. Kill the zombies and find the treasure and escape the route.', 'https://img.gamemonetize.com/0r8p6lv9u0pyw8h2b3i3z5ppt1l935av/512x384.jpg', 'https://html5.gamemonetize.com/0r8p6lv9u0pyw8h2b3i3z5ppt1l935av/', '0', 'Clicker', 0, 0, '', 'piratetreasure'), (3928, 'Monster Truck vs Zombies', 'On Halloween Night, you drive a monster truck to find the way go home, on the road have a lot of zombies, drive monster truck to zombies, collect the money on the road to upgrade you monster truck.', 'https://img.gamemonetize.com/hgq32qgaxb26jz2s04skztcafumzqwtn/512x384.jpg', 'https://html5.gamemonetize.com/hgq32qgaxb26jz2s04skztcafumzqwtn/', '0', 'Racing', 0, 0, '', 'monster-truck-vs-zombies'), (3929, 'Miner Jumping', 'Miner Jumping is an amazing adventure game, help Miners jumped to the ground, and notice the animals underground: snails, mice… You can collect mines to detonate the complaints objectionable material on the road. Miner Jumping is an endless run game.', 'https://img.gamemonetize.com/ky3nldtj6ci2t0kh6bmre7uuh6ckowcr/512x384.jpg', 'https://html5.gamemonetize.com/ky3nldtj6ci2t0kh6bmre7uuh6ckowcr/', '0', 'Arcade', 0, 0, '', 'miner-jumping'), (3930, 'Knight Treasure', 'Knight is a modern action game platformer with precise touch controls, fluid movements, and mesmerizing smooth animations. Play and explore vast worlds filled with secrets and quests. Collect loot, it will help you through the level easier. Defeat opponents that stand in your way, and defeat powerful bosses. Fight your way.', 'https://img.gamemonetize.com/iaf53kcz3x53740bgkx9coycwopbuntb/512x384.jpg', 'https://html5.gamemonetize.com/iaf53kcz3x53740bgkx9coycwopbuntb/', '0', 'Shooting', 0, 0, '', 'knight-treasure'), (3931, 'Stylish Fashion Challenge', 'Welcome to the Stylish Fashion Challenge. A stylish Fashionista plans to show her fashion skill to her opponent. Join and play as a fashion designer for her. Help her to pick a nice costume for each event and compare her costumes with other players. Browse her wardrobe and pick outfits and costumes which is suitable for the events. Play and have fun!', 'https://img.gamemonetize.com/c8s8tzidl4r2r0lnrlglidg4ovvafrcg/512x384.jpg', 'https://html5.gamemonetize.com/c8s8tzidl4r2r0lnrlglidg4ovvafrcg/', '0', 'Girls', 0, 0, '', 'stylish-fashion-challenge'), (3932, 'Extreme Blur Race', 'Rev up your engines and hit the road in this adrenaline-fueled racing game! Whether you\'re playing solo or against a friend, you\'ll love the thrill of speeding past your opponents and collecting power-ups that boost your speed or slow them down. With multiple game modes to choose from and challenging AI opponents to face off against, you\'ll never run out of ways to test your racing skills. So buckle up, hit the gas, and let the games begin!', 'https://img.gamemonetize.com/b44x5qy835rm9kxa4o4751kr4ga0uh1r/512x384.jpg', 'https://html5.gamemonetize.com/b44x5qy835rm9kxa4o4751kr4ga0uh1r/', '0', 'Racing', 0, 0, '', 'extreme-blur-race'), (3933, 'College Goers Trends', 'Let\'s help these college goers Mia and Emma to get ready for their college with beautiful outfits and suitable accessories. Before that they have to find their stationary from their classroom. Come and join this beautiful dressup game at 7sgames.com', 'https://img.gamemonetize.com/o8vecdr4u4ev46fq2k9gpzqt3ubwd3vc/512x384.jpg', 'https://html5.gamemonetize.com/o8vecdr4u4ev46fq2k9gpzqt3ubwd3vc/', '0', 'Puzzles', 0, 0, '', 'college-goers-trends'), (3934, 'Car Park in City', 'BMW Car parking is back in the sequel to the biggest mobile parking simulation game of all time! Car parking starts a new era of parking simulation gameplay with super stunning graphics, challenging multi-stage levels and real-time online.', 'https://img.gamemonetize.com/k7a6lgn2wgu4xlxdc7apsm9f9p99ejr6/512x384.jpg', 'https://html5.gamemonetize.com/k7a6lgn2wgu4xlxdc7apsm9f9p99ejr6/', '0', 'Racing', 0, 0, '', 'car-park-in-city'), (3935, 'Bumblebee Coloring Pages', 'Welcome to the world of Bumblebee Coloring Pages. Our game is perfect for fans of Bumblebee Coloring Pages, and it\'s available for free on the HTML5 platform. It\'s suitable for both kids and adults, and it\'s a great way to unleash your creativity and explore your artistic side. With a user-friendly interface and a wide variety of Bumblebee Coloring Pages to choose from, the possibilities are endless. You can color and draw Bumblebee Coloring Pages characters, landscapes, and more. Whether you\'re looking to relax and unwind or simply want to get in touch with your inner artist, our Bumblebee Coloring Pages game has something for everyone. So why not give it a try and see what you can create with our Bumblebee Coloring Pages game today! In addition to the wide variety of Bumblebee Coloring Pages images to choose from, our coloring book game also offers various coloring tools and effects to enhance your experience. You can experiment with different brush sizes, colors, and textures to create unique and personalized Bumblebee Coloring Pages masterpieces. Our game is perfect for anyone who wants to explore their artistic side, and it\'s also a great way to de-stress and relax. Don\'t wait any longer, start exploring your creativity and indulge in the joy of coloring with our Bumblebee Coloring Pages game. Click the "play" button now and let the fun begin!', 'https://img.gamemonetize.com/u7k996b9e008uobsvqj03ddohe1mm5iw/512x384.jpg', 'https://html5.gamemonetize.com/u7k996b9e008uobsvqj03ddohe1mm5iw/', '0', 'Hypercasual', 0, 0, '', 'bumblebee-coloring-pages'), (3936, 'Ping', 'Ping Ping is a game with a minimalist design in which the objective is to get the most points by passing the ball from one side to the other without touching the barrier. the difficulty increases with the passage of time. Game developed by: Nau.Minimal', 'https://img.gamemonetize.com/5swcxp69n4nrdvhpqosvxp3ae0uco0vx/512x384.jpg', 'https://html5.gamemonetize.com/5swcxp69n4nrdvhpqosvxp3ae0uco0vx/', '0', 'Clicker', 0, 0, '', 'ping'), (3937, 'Bubble Huggy Wuggy', 'Fans of the popular computer game Poppy Playtime are presented a custom cursor featuring one of the main characters, Huggy Wuggy! He is the Playtime Co. mascot, and like a regular toy, Huggy Wuggy is kind and friendly, and he expresses his love with a hug. And as a monster, he’s a rather bloodthirsty creature with a creepy smile and lots of sharp teeth. Huggy Wuggy was the result of highly illegal experiments, when scientists tried to create the perfect living toy. During his bloody rampage, Huggy killed many scientists and workers at the facility where he was kept. Now you can find your favorite game character in our Huggy Wuggy cursor!', 'https://img.gamemonetize.com/bx15ysc229rtl6ze7z1xmom6rjojftp2/512x384.jpg', 'https://html5.gamemonetize.com/bx15ysc229rtl6ze7z1xmom6rjojftp2/', '0', 'Adventure', 0, 0, '', 'bubble-huggy-wuggy'), (3938, 'Pinbounce', 'Pinbounce Pinbounce is a pinball game with a minimalist design in which the player has to hit the ball with the targets to get the most points. Developed by: Nau.Minimal', 'https://img.gamemonetize.com/agc4duyssudxwiwhrsy5zrjm4bjd9tiy/512x384.jpg', 'https://html5.gamemonetize.com/agc4duyssudxwiwhrsy5zrjm4bjd9tiy/', '0', 'Hypercasual', 0, 0, '', 'pinbounce'), (3939, 'Minecraft touch', 'Explorez des mondes infinis et créez sans limites, d\'un abri de fortune au plus fabuleux des châteaux. Jouez en mode Créatif avec des ressources illimitées, ou creusez jusqu\'au centre de la Terre pour fabriquer armes et armures afin de vaincre les dangereuses créatures du mode Survie. Craftez, créez et explorez seul ou entre amis, sur mobile comme sur Windows 10. AMÉLIOREZ VOTRE JEU : Magasin - Découvrez les dernières créations de la communauté dans le magasin ! Obtenez des cartes, des skins et des packs de textures uniques de vos créateurs favoris. Commandes slash - Ajustez le comportement du jeu : vous pouvez offrir des objets, invoquer des créatures, modifier l\'heure du jour, etc. Extensions - Personnalisez toujours plus votre expérience avec des extensions gratuites ! Si vous êtes plus tenté par l\'aspect technologique, vous pouvez modifier les comportements basés sur les données dans le jeu pour créer de nouveaux packs de ressources. MULTIJOUEUR Realms - Retrouvez jusqu\'à 10 amis toutes plateformes confondues, quand vous voulez, où vous voulez sur Realms, votre propre serveur privé que nous hébergeons pour vous. Testez une version d\'essai gratuite de 30 jours. Multijoueur - Retrouvez jusqu\'à 4 amis en ligne avec un compte Xbox Live gratuit. Serveurs - Rejoignez des serveurs massivement multijoueur et jouez avec des milliers d\'autres joueurs ! Découvrez des mondes gigantesques qui fonctionnent grâce à la communauté, prenez part à des mini-jeux uniques et échangez dans des salons peuplés de nouveaux amis.', 'https://img.gamemonetize.com/iytp1vjq6ck3f2gh4mm73aeo9b7biwel/512x384.jpg', 'https://html5.gamemonetize.com/iytp1vjq6ck3f2gh4mm73aeo9b7biwel/', '0', '3D', 0, 0, '', 'minecraft-touch'), (3940, 'Agumo 2', 'Agumo 2 is a 2D platformer where you have to collect all of the cookies while avoiding the enemies, saws, spikes and reach the green flag in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Agumo" series.', 'https://img.gamemonetize.com/lxhpqejq6zcxqfvi1hj7b3d9tsodlui0/512x384.jpg', 'https://html5.gamemonetize.com/lxhpqejq6zcxqfvi1hj7b3d9tsodlui0/', '0', 'Arcade', 0, 0, '', 'agumo-'), (3941, 'Nikosan Quest 2', 'Nikosan Quest 2 is a 2D platformer where you play as an anime girl called Nikosan who have to collect all of the yellow cubes while avoiding the monsters, flying creatures, spikes, rotating blades and reach the yellow flag in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Nikosan Quest" series.', 'https://img.gamemonetize.com/nfv661av6p1t5q7gfrysab3r52m95le7/512x384.jpg', 'https://html5.gamemonetize.com/nfv661av6p1t5q7gfrysab3r52m95le7/', '0', 'Arcade', 0, 0, '', 'nikosan-quest-'), (3942, 'Army Adventure', 'Survive an army of soldiers and enemy, birds, and dodge bullets while you shoot all your guns. The war is not over, your action begins, and your enemies will not be easy... With simple movements you will fight, shoot and try to avoid an infinite number of enemy bullets in your war toward salvation. Embrace the adrenaline in this 2d shooter action game offline, fight like a warrior by shooting your enemies, and become a hero in this shooting offline game. An action shooting game for kids and adults with endless missions and challenges. Be part of this army and complete all the challenges soldier!', 'https://img.gamemonetize.com/8ylp6zdtn4dwwmcete1t6px7kms1kn8q/512x384.jpg', 'https://html5.gamemonetize.com/8ylp6zdtn4dwwmcete1t6px7kms1kn8q/', '0', 'Adventure', 0, 0, '', 'army-adventure'), (3943, 'FUNNY SHOOTER 2', 'Funny Shooter 2 is a 3D first-person shooter game where you\'ll be facing off against a variety of creepy and comically-designed enemies using an extensive arsenal of weapons. The enemies will spawn in waves and every level will bring new and exciting challenges, such as new enemies, bosses, upgrades and weapons. You\'ll have access to a wide range of guns, rifles, RPGs, grenade launchers, pistols, bazookas, snipers, shotguns and even the ability to customize them with skins. Complete achievements and challenges to earn extra coins to aid in your progression and upgrade your skills like health, coin magnet and grenade impact. Play Funny Shooter 2 and prove your ability to defeat every boss in the game.', 'https://img.gamemonetize.com/6qfki05meirgub3gv0l2qacr2g3wnsch/512x384.jpg', 'https://html5.gamemonetize.com/6qfki05meirgub3gv0l2qacr2g3wnsch/', '0', 'Shooting', 0, 0, '', 'funny-shooter-'), (3944, 'Tic Tac Toe Playtime', 'Tic Tac Toe 2 Player: XOXO is a classic puzzle game, also known as XO or Noughts and Crosses. if you are an adult, you will get your favorite old memories of Tic Tac Toe. It is the best digital version of the classic Tic Tac Toe game that anyone can play. The player who places a required amount of symbols in a row respective marks in a horizontal, vertical, or diagonal row, wins the XOXO game. follow the game instructions', 'https://img.gamemonetize.com/hnhbb8k4pc0amq7vn095hf3cwnmp6hw7/512x384.jpg', 'https://html5.gamemonetize.com/hnhbb8k4pc0amq7vn095hf3cwnmp6hw7/', '0', 'Puzzles', 0, 0, '', 'tic-tac-toe-playtime'), (3945, 'Death Copters', 'Jump in a helicopter and go on a deadly mission!', 'https://img.gamemonetize.com/809s73gdw3qnqnlrvrdw6dadmym740zv/512x384.jpg', 'https://html5.gamemonetize.com/809s73gdw3qnqnlrvrdw6dadmym740zv/', '0', 'Action', 0, 0, '', 'death-copters'), (3946, 'Stickman Bullets Ragdoll', 'Stickman with a bazooka blows up his enemies and destroys their bases. - Full possibility of destruction of everything around - Multiple bullets for stickman weapons - Physical enemies and crazy explosions - Levels with exciting challenges Enjoy addictive gameplay with amazing destruction! Choose bullets for weapons and destroy everything around. Destroy ragdoll enemies. Explode bombs, shoot rockets and make your enemies fly away from the explosions, destroying their bases and crushing their buildings! Fun physical enemies and crazy explosions with amazing content and challenges Help Stickman destroy all enemies to win!', 'https://img.gamemonetize.com/qjyw0g6oc9e8v8dsawxkupjoqe3liu62/512x384.jpg', 'https://html5.gamemonetize.com/qjyw0g6oc9e8v8dsawxkupjoqe3liu62/', '0', 'Fighting', 0, 0, '', 'stickman-bullets-ragdoll'), (3947, 'Parkour Run 3D', 'Let\'s have a Parkour competition with other players in this high-rise city! Take your Parkour skills to a new level and win the first place.', 'https://img.gamemonetize.com/ydc1gy2dbhsh2fvxeo5b8rfc6a2ry9nc/512x384.jpg', 'https://html5.gamemonetize.com/ydc1gy2dbhsh2fvxeo5b8rfc6a2ry9nc/', '0', 'Arcade', 0, 0, '', 'parkour-run-d'), (3948, 'Parkour Race Run Game', '"Take your running game to the next level as you race against the crowd in this clash to earn first place! Become the first to cross the finish line among all!', 'https://img.gamemonetize.com/0m8i36a53op95fw5l5z603sofdpigakl/512x384.jpg', 'https://html5.gamemonetize.com/0m8i36a53op95fw5l5z603sofdpigakl/', '0', 'Arcade', 0, 0, '', 'parkour-race-run-game'), (3949, 'Path Painter 3D', 'Enjoy Paint Painther', 'https://img.gamemonetize.com/hwdjzyy7zw6tbjf5lsyhmkmwkbf32hkd/512x384.jpg', 'https://html5.gamemonetize.com/hwdjzyy7zw6tbjf5lsyhmkmwkbf32hkd/', '0', 'Arcade', 0, 0, '', 'path-painter-d'), (3950, 'Match Jewel', 'Match gems to destroy them! Match Jewel is a classic match 3 game with great gameplay for kids and adults! The game contains many challenging match 3 puzzle levels! MATCH JEWEL FEATURES: ★ Daily Lucky Roulette randomly offers a surprise in order to facilitate your progress; ★ Dozens of match 3 puzzle levels; ★ Combine gems to use different skills; ★ Match 3 puzzle game becomes progressively from easy to difficult, more obstacles will prevent your contact with gems; ★ Complete levels to unlock more challenges HOW TO PLAY MATCH JEWEL:', 'https://img.gamemonetize.com/5d3ey3vpz50cxlxy0mpvfawid80p3kux/512x384.jpg', 'https://html5.gamemonetize.com/5d3ey3vpz50cxlxy0mpvfawid80p3kux/', '0', 'Puzzles', 0, 0, '', 'match-jewel'), (3951, 'Paint Path 3D Color the path', 'Paint Path 3D is a brand new challenging and Satisfying game with Color the path, play like Painter on Path Make all Path become color with paint', 'https://img.gamemonetize.com/50ykj8x8uxs1lltpqy5dzuqekenvxfwy/512x384.jpg', 'https://html5.gamemonetize.com/50ykj8x8uxs1lltpqy5dzuqekenvxfwy/', '0', 'Arcade', 0, 0, '', 'paint-path-d--color-the-path'), (3952, 'Meera Quest 2', 'Meera Quest 2 is a 2D anime themed platformer where you play as a cute anime girl called Meera who have to collect keys in order to escape the Monster world while avoiding the monsters, flying demons and their bullets, lava, fire and spikes and reach the Exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Meera Quest" series.', 'https://img.gamemonetize.com/mwywz33ji47mi4xd83fawkeekdhe09z3/512x384.jpg', 'https://html5.gamemonetize.com/mwywz33ji47mi4xd83fawkeekdhe09z3/', '0', 'Arcade', 0, 0, '', 'meera-quest-'), (3953, 'Sort Stack color Hoop Game', 'Ring classification of many colors in which you need to create a stack using rings of different colors. Have fun creating stacks with hoops by playing this game for free! Challenge your brain. - Only one ring can be moved at a time.', 'https://img.gamemonetize.com/1sksuszv3po5qze36tl14qmaqn2z9340/512x384.jpg', 'https://html5.gamemonetize.com/1sksuszv3po5qze36tl14qmaqn2z9340/', '0', 'Arcade', 0, 0, '', 'sort-stack-color-hoop-game'), (3954, 'Scooby Shaggy Run', 'Our heroes Scooby Doo and Shaggy are running away from evil ghosts. Jump over obstacles to avoid getting caught. Run very fast.Tap the screen to jump. Have fun', 'https://img.gamemonetize.com/d5jarfoxtfy1c6nxmt7qjkw0l1b14son/512x384.jpg', 'https://html5.gamemonetize.com/d5jarfoxtfy1c6nxmt7qjkw0l1b14son/', '0', 'Adventure', 0, 0, '', 'scooby-shaggy-run'), (3955, 'Ninja Boy Flying', 'Ninja Boy Flying is an endless flying game, get gold to earn scores, avoid obstacle and defeat the enemy with shuriken.', 'https://img.gamemonetize.com/zrrw0ua3o8crkke7s6jm8nqxo0hkej5q/512x384.jpg', 'https://html5.gamemonetize.com/zrrw0ua3o8crkke7s6jm8nqxo0hkej5q/', '0', 'Action', 0, 0, '', 'ninja-boy-flying'), (3956, 'Mcraft Cartoon Parkour', 'hey you have to survive in cartoon block world with mc guys from drawing. You have to defend the best in this world. You must advance as a team with your friend and be careful in the first series of the adventure. You must collect all the necessary diamonds to reach the door. collect the diamonds and complete the door.', 'https://img.gamemonetize.com/r2v2p3vg6q26gqp0wln25999m2t6bfjz/512x384.jpg', 'https://html5.gamemonetize.com/r2v2p3vg6q26gqp0wln25999m2t6bfjz/', '0', 'Adventure', 0, 0, '', 'mcraft-cartoon-parkour'), (3957, 'Lost Heroes', 'Fantasy puzzle platformer with action elements The player is given control over 3+ heroes with unique opportunities to interact with the world. They need to get to the necromancer in the dungeon that turned their entire village into their own undead army.', 'https://img.gamemonetize.com/qxbnoaumzqviwtiwf9py6rhyikfpvoxs/512x384.jpg', 'https://html5.gamemonetize.com/qxbnoaumzqviwtiwf9py6rhyikfpvoxs/', '0', 'Puzzles', 0, 0, '', 'lost-heroes'), (3958, 'The Driver Theft Simulator', 'Nonetheless, if you choose to play our game, you can progress through 100 stages and complete a wide range of tasks, including gathering money, parking cars, and more. Grass and bushes will populate the game\'s landscape. Travelling by car is a great way to see the area.', 'https://img.gamemonetize.com/c83tdcj6ls2mvsv9kv042yiz7u1yijf0/512x384.jpg', 'https://html5.gamemonetize.com/c83tdcj6ls2mvsv9kv042yiz7u1yijf0/', '0', 'Action', 0, 0, '', 'the-driver-theft-simulator'), (3959, 'Mechanic Repair Shop', 'Welcome to the garage with numerous vehicles. Have you ever cleaned and repaired your vehicle. Play this amazing mechanic game easily and learn best car repairing skills. A garage gives you access to hands-on auto service. Perform different jobs like changing wheels, cleaning cars, decorating trucks and more. Use amazing repairing and repairing skills and provide the best service in town.', 'https://img.gamemonetize.com/3ks6cajucz932pi61e5wgnllec69k5o9/512x384.jpg', 'https://html5.gamemonetize.com/3ks6cajucz932pi61e5wgnllec69k5o9/', '0', 'Girls', 0, 0, '', 'mechanic-repair-shop'), (3960, 'Baby Pony Sisters Care', 'Play Baby Pony Sisters pet care game for girls and boys and travel back in time when kids\' favorite ponies Rainbow, Britney, Molly and Rosie were little baby horses! Take care of your new cute virtual pets: bathe, feed, sing to sleep, change diapers and dress up! Decorate the baby ponies\' room the way you like!', 'https://img.gamemonetize.com/w5jz8zxehaan588pt82rxzwyvhofrtds/512x384.jpg', 'https://html5.gamemonetize.com/w5jz8zxehaan588pt82rxzwyvhofrtds/', '0', 'Girls', 0, 0, '', 'baby-pony-sisters-care'), (3961, 'Little Panda Fireman', 'help! The animal forest is on fire... The fire center has received an emergency fire report! The firefighter set off, can he complete the task smoothly? You need to choose the correct fire extinguishing equipment according to the fire location to participate in fire fighting and rescue operations to save the animals in crisis. Kids, come and help the firefighters!', 'https://img.gamemonetize.com/1ya5pmum62fgwne087uznqncmm7senkw/512x384.jpg', 'https://html5.gamemonetize.com/1ya5pmum62fgwne087uznqncmm7senkw/', '0', 'Girls', 0, 0, '', 'little-panda-fireman'), (3962, 'Save Kingdom By Fashion', 'One day, a witch found a magic ball and she broke it, suddenly a spell run out of the magic ball. The spell is \'Make all kingdoms that are not fashionable froze!\' So Sofia\'s kingdom is frozen, she has ice magic, so she is the only survivor. Now she needs to complete some fashion challenges and collect 3 fashion crystals from 3 different princes to save her kingdom. Have fun!', 'https://img.gamemonetize.com/yppo7i13dogipa9cyovkv17sku79j5j2/512x384.jpg', 'https://html5.gamemonetize.com/yppo7i13dogipa9cyovkv17sku79j5j2/', '0', 'Girls', 0, 0, '', 'save-kingdom-by-fashion'), (3963, 'Barby Granny', 'Are you ready for a scary game? then you should try Horror Barby Granny V2: The Scary Game Mod 2023. In this game, Scary babry Granny does some crazy things, you have to collect all keys to escape the house.', 'https://img.gamemonetize.com/atvx6ma4tj5rh2z1nndnq1oh9219zpbb/512x384.jpg', 'https://html5.gamemonetize.com/atvx6ma4tj5rh2z1nndnq1oh9219zpbb/', '0', 'Adventure', 0, 0, '', 'barby-granny'), (3964, 'Doner Simulator', 'If you take the wrong one you must put in the trash. You will lost WM(WrapMoney) for that.', 'https://img.gamemonetize.com/u5vnlqg48hd4p3z838z2rnb3m0pb6toj/512x384.jpg', 'https://html5.gamemonetize.com/u5vnlqg48hd4p3z838z2rnb3m0pb6toj/', '0', 'Girls', 0, 0, '', 'doner-simulator'), (3965, 'Rail Maze Puzzle', 'Rail Maze Puzzle is a classic maze puzzle game for kids and adults with various challenging puzzles. In this game, you have to watch the rail color carefully and change the track accordingly. If you miss Rail have blast. Rail Maze Puzzle has more than 30 challenging maze puzzles with many animations and appealing sounds at each level for kids and for every age group.', 'https://img.gamemonetize.com/cokqtxxqfq655c427lazun3w93axac7r/512x384.jpg', 'https://html5.gamemonetize.com/cokqtxxqfq655c427lazun3w93axac7r/', '0', 'Puzzles', 0, 0, '', 'rail-maze-puzzle'), (3966, 'Match 3 RPG', 'Match 3 RPG Puzzle is a new puzzle game. Help our hero attack all the monsters in each level. This is an attractive game, attracting many players. There are so many levels to play, you have to connect 3 items of the same type. There are 5 different items and 4 boots, you can buy boots by using coins in the game.', 'https://img.gamemonetize.com/2ibe2g3mq5v4gdjdgfty64qv91a5e423/512x384.jpg', 'https://html5.gamemonetize.com/2ibe2g3mq5v4gdjdgfty64qv91a5e423/', '0', 'Arcade', 0, 0, '', 'match--rpg'), (3967, 'Military Defense', 'Control the cannon to shoot the enemy, be careful, because it includes civilians. If you shoot civilians then the game ends. If you let the enemy enter the base, the game ends. Military Defense is simple to play, tap the right for shoot the right line, the left screen shoot the left line. Simple yet challenging gameplay that count on your quick reaction.', 'https://img.gamemonetize.com/q7ulb162pxpj87qhud91gsdin792qiqr/512x384.jpg', 'https://html5.gamemonetize.com/q7ulb162pxpj87qhud91gsdin792qiqr/', '0', 'Shooting', 0, 0, '', 'military-defense'), (3968, 'Cast A Spell', 'Get ready for the best choose your own adventure romance game! Flirt, make out, date your secret crush are you ready to where you heart on your sleeve and find your true love? Can you be the best kisser without getting caught? Can you pick the right time to kiss as well and become the best boyfriend & girlfriend? Choose the exact time in order to reach your purpose! Complete risky tasks in order to be the best kisser. A little flirting with strangers cannot hurt you if you do not get busted. Try to fill your heart with love by kissing your dream girl or boy. The joy of the kissing is priceless! Kiss in public as much as you can BUT do not get caught! You may have tough challenges ahead like wives or husbands, angry fathers and teachers, but who cares! The task is easy if you sneak out wherever you are and start kissing! You need to be the sneaking out master as well to reach out the taste of a sweet kiss. You can kiss in the street, park, home, theater, beach, mountain, classroom wherever you can think of! Even in the car but be careful and do not cause any accidents. Just send the romantic messages in order to arrange your kissing place and enjoy kissing in public! How to play: Hold & release mechanic, to perfectly time your kiss without getting caught by others eg; husband, teacher, wife etc. Trying to sneak out for a kiss is also part of the game.', 'https://img.gamemonetize.com/684e4kwlftpppn4u08waxudycf5pgrpc/512x384.jpg', 'https://html5.gamemonetize.com/684e4kwlftpppn4u08waxudycf5pgrpc/', '0', 'Girls', 0, 0, '', 'cast-a-spell'), (3969, 'Turbo Stars 3D', 'Do you think you have what it takes to be a Turbo Star? Then hop on your skateboard', 'https://img.gamemonetize.com/35zxobvdg5ax0qhbxaugckqvkvcjhwoe/512x384.jpg', 'https://html5.gamemonetize.com/35zxobvdg5ax0qhbxaugckqvkvcjhwoe/', '0', 'Arcade', 0, 0, '', 'turbo-stars-d'), (3970, 'Blade City Racing', 'Welcome to the Blade City Racing game. be the last and be the first to achieve victory collect points you own the best car of the day! Are you ready to be the winner of blade city racing?', 'https://img.gamemonetize.com/si8wi18feky7p12hgpkd2ev5wj1pninw/512x384.jpg', 'https://html5.gamemonetize.com/si8wi18feky7p12hgpkd2ev5wj1pninw/', '0', 'Racing', 0, 0, '', 'blade-city-racing'), (3971, 'Emoji Sort Master', 'In Emoji Sort Master, a sorting-puzzle game, your goal is to sort emojis by mixing them together in the correct tubes. To begin, move the emojis into the appropriate tubes until each one contains only one type of emoji. Use logic and problem-solving skills to find the right solution. If you need help or make a mistake, you can use hints or undo your last move. Challenge your friends to see who can complete the game the fastest and share your progress with them.', 'https://img.gamemonetize.com/rbdk7ypjznp5lxd5kug5cpdhuo3kjqax/512x384.jpg', 'https://html5.gamemonetize.com/rbdk7ypjznp5lxd5kug5cpdhuo3kjqax/', '0', 'Puzzles', 0, 0, '', 'emoji-sort-master'), (3972, 'Ball Rotation Puzzle', 'Get ready to have fun using maze rotate balls, you can move the balls through labyrinth corridors. Find out the way to escape the maze in the puzzle simulator. Rotate the labyrinth to finish the maze puzzle and get into the next labyrinth. Try to get the balls out of every labyrinth in the maze puzzle and show the people that you can control the maze rotation. Use rotation balls and rotate the way you want out of the labyrinth in the maze puzzle: Balls rotate- balls in the puzzle.', 'https://img.gamemonetize.com/uyte85ar4ik9y1z8dtbci2p21k9klvy0/512x384.jpg', 'https://html5.gamemonetize.com/uyte85ar4ik9y1z8dtbci2p21k9klvy0/', '0', 'Puzzles', 0, 0, '', 'ball-rotation-puzzle'), (3973, 'Deadly Hunters', 'Find all the hunters and form a team to kill Jungle beast.Avoid obstacle and form a big team cause beast is not so weak!', 'https://img.gamemonetize.com/b5m3wq6ou4tw0aq3g2kmq63zrh97x03h/512x384.jpg', 'https://html5.gamemonetize.com/b5m3wq6ou4tw0aq3g2kmq63zrh97x03h/', '0', 'Arcade', 0, 0, '', 'deadly-hunters'), (3974, 'Cocoman', 'Cocoman is a 2D cute little platformer where you have to collect bottles of coconut milk which act as the source of your energy while avoiding the enemies, rotating blades, giant blades, spikes and reach the Exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/emqxdjmmg6x2fzyqrnjahbfkcy44t1a6/512x384.jpg', 'https://html5.gamemonetize.com/emqxdjmmg6x2fzyqrnjahbfkcy44t1a6/', '0', 'Arcade', 0, 0, '', 'cocoman'), (3975, '3D Bowling', 'This is the best and most realistic 3D bowling game on the Android phones. It is the only bowling game that fully embraces the incredible 3D physics engine and effects.', 'https://img.gamemonetize.com/0p5y06afads5khij0euogrel5j8d610v/512x384.jpg', 'https://html5.gamemonetize.com/0p5y06afads5khij0euogrel5j8d610v/', '0', 'Sports', 0, 0, '', 'd-bowling'), (3976, 'Bowling Crew ', 'Challenge your friends or play 1v1 matches with worthy opponents from all over the world. Bowling Crew is an excellent choice for bowling fans and a top-rated bowling game!', 'https://img.gamemonetize.com/uewmh1zyl53z69tbqh71s8pjk2vhmph7/512x384.jpg', 'https://html5.gamemonetize.com/uewmh1zyl53z69tbqh71s8pjk2vhmph7/', '0', 'Sports', 0, 0, '', 'bowling-crew-'), (3977, 'Free Kick World Cup 2022', '<b>Free Kick World Cup 2022</b>, one of the best soccer games 2022. Play digital soccer: Free Kick World Cup 2022 now. Experience realistic free kick offline.<br> <br>One of the best soccer games in 2022 from the developers of Football Craft. If you got tired of uncontrollable free-kick offline games <b>Free Kick World Cup 2022</b> is the game that you are looking for. Digital Soccer: free kick 2022 offers you realistic soccer simulation physics and a soccer ball kick system. Prepare your soccer player and get ready for the battle with the world\'s best soccer teams from 20 major leagues on best of soccer games 2022. Love soccer? Try our real soccer kicks.<br> <br>Practice with free kick offline, random shoots, and hit target modes. Challenge with the tournament, real-time multiplayer, and survival modes. Try the best soccer games in 2022. Enjoy the best 3d soccer free kick 2022 game with stunning graphics.<br> Download one of the best soccer games of 2022 today.<br> <br> <b>FEATURES</b> <br> - Full control over the soccer ball<br> - Real-time Multiplayer games with friends<br> - A real challenge for the world\'s best goal<br> - Online replay system<br> - 6 Different game modes like free kick offline.<br> - 183 Unique soccer world cup tournament stages<br> - Ability to customize and develop your soccer player<br> - Online leaderboards and 20+ achievements<br> - Super slow motion effects<br> - Top of soccer games 2022<br> - Real soccer kicks and real soccer ball movement.<br>', 'https://img.gamemonetize.com/qd68lm6gy8j770jit57qhaw0uq17hhju/512x384.jpg', 'https://html5.gamemonetize.com/qd68lm6gy8j770jit57qhaw0uq17hhju/', '0', 'Sports', 0, 0, '', 'free-kick-world-cup-'), (3978, 'Jhunko Bot 2', 'Jhunko Bot 2 is a 2D Sci-fi themed platformer where you have to collect the laptops containing technology secrets while avoiding the enemy bots and their bullets, flying bots, lasers and reach the Exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Jhunko Bot" series.', 'https://img.gamemonetize.com/nuuisp3a4qnj9fx6sf8mftpee1t3xtqw/512x384.jpg', 'https://html5.gamemonetize.com/nuuisp3a4qnj9fx6sf8mftpee1t3xtqw/', '0', 'Arcade', 0, 0, '', 'jhunko-bot-'), (3979, 'War island', 'Welcome to Island War: The continent in the center of the world was shattered by mysterious power; it became countless islands scattered across the ocean. In this world you can be a pirate and conqueror by sending your fleet to loot weaker prey. You can also fortify your own island and protect it from offenders. You can gather clan mates from all over the world to become the ultimate ruler of the sea. However, remember! A hunter can become a prey in an instant. The strongest fortress can be turned into rubble with just the right tactics.', 'https://img.gamemonetize.com/7n02dsuax4fem8hrign84krwp9hh9glq/512x384.jpg', 'https://html5.gamemonetize.com/7n02dsuax4fem8hrign84krwp9hh9glq/', '0', 'Action', 0, 0, '', 'war-island'), (3980, 'Slicing Tycoon', 'Slicing Tycoon is an addictive decompression game that is easy to master. Press and hold the screen to slice them up, taking care to avoid obstacles. Different items make you experience different feelings, we provide hundreds of levels,, if you come to challenge, you will get satisfaction, come to try!', 'https://img.gamemonetize.com/1b4xgh3kez6r291ttnwe16bppg8uobfp/512x384.jpg', 'https://html5.gamemonetize.com/1b4xgh3kez6r291ttnwe16bppg8uobfp/', '0', 'Sports', 0, 0, '', 'slicing-tycoon'), (3981, 'Slice It All Fruit', 'Tap to flip the knife and slice amazing obstacles in juiciest way! Cut or slice everything and become slice master!', 'https://img.gamemonetize.com/097vo0bt2hb18o2jhkft1jd52d2959t9/512x384.jpg', 'https://html5.gamemonetize.com/097vo0bt2hb18o2jhkft1jd52d2959t9/', '0', 'Hypercasual', 0, 0, '', 'slice-it-all--fruit'), (3982, 'Perfect Slices cut', 'Chop like a real master. It\'s so satisfying!', 'https://img.gamemonetize.com/6upp5gu941a8cg8bl6qfb99x88iazyzf/512x384.jpg', 'https://html5.gamemonetize.com/6upp5gu941a8cg8bl6qfb99x88iazyzf/', '0', 'Sports', 0, 0, '', 'perfect-slices-cut'), (3983, 'Color Fill 3D', 'Once you start, you will never stop playing. Just one objective: Fill the board. Very easy gameplay mechanics with hundreds of unique levels.', 'https://img.gamemonetize.com/1mkjp09h1ui6gghqqka6w5aouz6wcsco/512x384.jpg', 'https://html5.gamemonetize.com/1mkjp09h1ui6gghqqka6w5aouz6wcsco/', '0', 'Sports', 0, 0, '', 'color-fill-d'), (3984, 'Hoop Stack Sort Puzzle 3D Game', 'Solve the color sort 3d game and become a champion in color hoop stack. This sort puzzle 3d is relaxing that will keep you hooked for hours on the color sort puzzle game', 'https://img.gamemonetize.com/3riwwglm8f91xainxrzs24ctkcl1x1a9/512x384.jpg', 'https://html5.gamemonetize.com/3riwwglm8f91xainxrzs24ctkcl1x1a9/', '0', 'Sports', 0, 0, '', 'hoop-stack-sort-puzzle-d-game'), (3985, 'Nina Adventures 2', 'Nina Adventures 2 is a 2D little platformer where you play as a cute girl who have to collect all of the chocolate ice cream bars while avoiding the monsters, flying creatures and their bullets, ground saws and spikes and reach the red flag in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Nina Adventures" series.', 'https://img.gamemonetize.com/bpu7qx31cgmrajwvvcd4sw0tg6gy7nkq/512x384.jpg', 'https://html5.gamemonetize.com/bpu7qx31cgmrajwvvcd4sw0tg6gy7nkq/', '0', 'Arcade', 0, 0, '', 'nina-adventures-'), (3986, 'Meera Quest', 'Meera Quest is a 2D anime themed platformer where you play as a cute anime girl called Meera who have to collect keys in order to escape the Monster world while avoiding the monsters, lava, fire and spikes and reach the Exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/olsjfkhf9oleyypc3b225ymyl9ewjwx5/512x384.jpg', 'https://html5.gamemonetize.com/olsjfkhf9oleyypc3b225ymyl9ewjwx5/', '0', 'Arcade', 0, 0, '', 'meera-quest'), (3987, 'Aquapark Shark', 'Aquapark Shark Have fun with this exclusive game Aquapark Shark is an awesome fun casual game help the little character to reach the finish line in this water park with the best score!!! Enjoy this entertaining game on kiz10 for free. Welcome to the fun in Aquapark Shark water slide pool racing adventure where dreams are born and people come to beat the summer heat! Have fun at the aqua slides, uphill rush crazy rides adventure park racing games! Play all kinds of water pool race activities in uphill rush water park racing game to make this summer the best fun filled summer with water splash fun aqua racing adventure!', 'https://img.gamemonetize.com/tll0a54tsmdg7bmzvkm8pi0abrfrhwrp/512x384.jpg', 'https://html5.gamemonetize.com/tll0a54tsmdg7bmzvkm8pi0abrfrhwrp/', '0', 'Clicker', 0, 0, '', 'aquapark-shark'), (3988, 'Rider Online Pro', 'Get ready for some flippin action! Perform crazy stunts as you navigate the endless world of Rider! Grab your motorcycle and start spinning like a maniac, collect diamonds and unlock new bikes, combos and beat high scores. Play Rider Online now for free! have fun with this new game. The game is about doing stunts with your futuristic motorcycle trying not to flip to get more points and unlock more motorcycles, in total there are 16 motorcycles to unlock, to get motorcycles collect as many points as you can in the game.Website Developer <a href=\'https://kiz10.com\'>https://kiz10.com</a>', 'https://img.gamemonetize.com/xqxcsqazsozjzy71jb1hn0a54dorg91d/512x384.jpg', 'https://html5.gamemonetize.com/xqxcsqazsozjzy71jb1hn0a54dorg91d/', '0', 'Racing', 0, 0, '', 'rider-online-pro'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (3989, 'Rider 2', 'Perform insane stunts while you cruise through the never-ending world of Rider 2! Grab your motorcycle and start flipping to get unlimited coins! Make insane jumps and challenge your opponents with the best scores. You can buy your own favorite motorcycle and become master rider in flipping your bike.Website Developer <a href=\'https://kiz10.com\'>https://kiz10.com</a>', 'https://img.gamemonetize.com/z2m8ibqxvup9gn3szyg09zkc67gunye9/512x384.jpg', 'https://html5.gamemonetize.com/z2m8ibqxvup9gn3szyg09zkc67gunye9/', '0', 'Clicker', 0, 0, '', 'rider-'), (3990, 'Celebrity Ari All Around The Fashion', 'Welcome to Celebrity Ari All Around The Fashion. Celebrity Ari plans to try different fashion trends. She needs some help to choose the perfect costumes and outfits. Browse her wardrobe and choose the perfect outfits for each fashion trend. Play and have fun with this new game!', 'https://img.gamemonetize.com/f2ichob3lg7zir4n9zc1rtx348s0xd61/512x384.jpg', 'https://html5.gamemonetize.com/f2ichob3lg7zir4n9zc1rtx348s0xd61/', '0', 'Girls', 0, 0, '', 'celebrity-ari-all-around-the-fashion'), (3991, 'Hasbulla Memory', 'Hasbulla Memory is super fun online memory game for kids. Test your memory with this memory game. On the game board, there are always two identical images. Start the game by flipping a card. Then try to find another card that has the same image as the first. If you can\'t find a pair, the flipped cards will be flipped back with the face down. Try to remember these images as it becomes easier to find pairs the longer you play. When you find a pair they are removed from the board and when you find all the pairs in this memory, you have completed the level. Have fun playing!', 'https://img.gamemonetize.com/hii7ubt1zjajy843adwmcei4zic4gbyu/512x384.jpg', 'https://html5.gamemonetize.com/hii7ubt1zjajy843adwmcei4zic4gbyu/', '0', 'Puzzles', 0, 0, '', 'hasbulla-memory'), (3992, 'Adventure Squirrel', 'In the game you will play the role of a squirrel who will go to strange lands and fight monsters, overcome obstacles and collect all the fruits to complete the level. Each level you will be given three lives and try to use your dexterity and quick hands to complete the game. The game is designed with 20 levels and is optimized for mobile and PC.', 'https://img.gamemonetize.com/7cvst7hsia4owceir8ioj0smksf8day9/512x384.jpg', 'https://html5.gamemonetize.com/7cvst7hsia4owceir8ioj0smksf8day9/', '0', 'Adventure', 0, 0, '', 'adventure-squirrel'), (3993, 'Merge Commander Battle', 'Merge Commander Battle is a very hot soldier battle casual game. Unlock soldiers by cutting down trees, and when you have enough soldiers, you can attack the enemy. Your ultimate goal is to defeat the enemy and take over the opposing camp! The graphics are beautifully crafted and addictive, are you ready to lead your army?', 'https://img.gamemonetize.com/objhwcui3ng6t1l3lssm1ywlppmehk52/512x384.jpg', 'https://html5.gamemonetize.com/objhwcui3ng6t1l3lssm1ywlppmehk52/', '0', 'Hypercasual', 0, 0, '', 'merge-commander-battle'), (3994, 'Happyness Mommy Baby Caring', 'So great! Sofia is a mom now! Can you help Sofia take care of her baby? Firstly, please go to buy something for her cute little baby, milk powder, diaper, pacifier, clothes and so on. Then go home and take care of the baby, take a bath, wipe talcum powder, change diaper and wear clothes .The last thing you need to do is to decorate the baby room, design a new cute room for the baby. Have fun!', 'https://img.gamemonetize.com/vg7f5s6tdkokaw250xt59et9hia96mad/512x384.jpg', 'https://html5.gamemonetize.com/vg7f5s6tdkokaw250xt59et9hia96mad/', '0', 'Girls', 0, 0, '', 'happyness-mommy-baby-caring'), (3995, 'Blocky SWAT Zombie Survival 1', 'The incredible online multiplayer Block Fight Swat GunGame may be found on the magnificent Arena Map. Have fun, but ask yourself whether you can become talented enough to win in any five game types. You can go head-to-head with players from all over the globe and people from your region up to level 40. If specific changes are done, such as camouflage, then eighteen more weapons become accessible to the player. To put it simply, whatever floats your boat!', 'https://img.gamemonetize.com/uacgivkcpjfvnsjzebl4ryfevizo9o8x/512x384.jpg', 'https://html5.gamemonetize.com/uacgivkcpjfvnsjzebl4ryfevizo9o8x/', '0', 'Shooting', 0, 0, '', 'blocky-swat-zombie-survival-'), (3996, 'Kimono Fashion', 'Princess Milana decided to immerse herself in the traditions of Japanese fashion and combine them with the modern aesthetics of online games. Help the princess decorate the room in oriental style by picking up some interior items. Then, you can try different types of makeup - from classic to bright and catchy. After Princess Milana puts on makeup, you can start choosing an outfit. Just look at these luxurious kimonos, the original design of which is amazing! Don\'t forget cute accessories to complete your princess look. Dive into the wonderful world of Japan with Milana by playing «Kimono Fashion»!', 'https://img.gamemonetize.com/gzfze3ppe18gib2qrsaou6ao9c31mr67/512x384.jpg', 'https://html5.gamemonetize.com/gzfze3ppe18gib2qrsaou6ao9c31mr67/', '0', 'Girls', 0, 0, '', 'kimono-fashion'), (3997, 'Snowflakes Idle RE', 'This game is about snowflakes with a multipliers game system. Collect snowflakes or wait till they fall. There are 15 colors of snowflakes and ten forms; collect as much as possible and make snowflakes bigger and bigger. Prestige and get more and more snowflakes. Have fun with them. Make this winter great!', 'https://img.gamemonetize.com/c1oy2w4hag1s7lo8vzabznm59wdrecub/512x384.jpg', 'https://html5.gamemonetize.com/c1oy2w4hag1s7lo8vzabznm59wdrecub/', '0', 'Clicker', 0, 0, '', 'snowflakes-idle-re'), (3998, 'Moth Idle', 'Moth Idle is a simple idle game where you have a field of lamps and some moths. The moths like light and absorb it, and each absorption makes them stronger. There are 10 different colors of lamps, each color gives a bonus to this color multiplier. Also, there are 8 different upgrades, e.g. make moths faster or gain more light. There is a 2-layer prestige system where you can prestige or rebirth to make moths stronger.', 'https://img.gamemonetize.com/ub4ksafgmkwa63hpwn8yctvisgc7gnly/512x384.jpg', 'https://html5.gamemonetize.com/ub4ksafgmkwa63hpwn8yctvisgc7gnly/', '0', 'Clicker', 0, 0, '', 'moth-idle'), (3999, 'Idle Miner', 'Idle Miner is an idle game about a cat who loves mining and getting different resources. There are 25 different resources; you can sell them or use them for crafting better pickaxes. Craft better and better pickaxes and mine into the depths of Earth. Also, there are 9 upgrades that will help you get better materials and craft better pickaxes. After level 50 you can prestige to make your cat stronger!', 'https://img.gamemonetize.com/z5n3xbhvanspeyho21ja5rboh0ln7d64/512x384.jpg', 'https://html5.gamemonetize.com/z5n3xbhvanspeyho21ja5rboh0ln7d64/', '0', 'Clicker', 0, 0, '', 'idle-miner'), (4000, 'Senita 2', 'Senita 2 is a 2D platformer where you play as a girl who have to collect all of the chocolate bars while avoiding the enemy monsters and their bullets, flying creatures, spikes, ground saws and reach the pink flag in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Senita" series.', 'https://img.gamemonetize.com/hv48yme6a46a7oavmw78j9wlwyz4rqhl/512x384.jpg', 'https://html5.gamemonetize.com/hv48yme6a46a7oavmw78j9wlwyz4rqhl/', '0', 'Arcade', 0, 0, '', 'senita-'), (4001, 'Long Neck Tall Man Run', 'Run, make long neck, be a tall man, beat the boss and win UC and Diamonds. Be as Tall man as you can and be a long neck tall man to beat the boss and earn Diamonds and UC. Your Job is to make your man tall in this tall man run to get bonus coins at the end in this tall man run game. The more the thick and long neck your man has the more you will get bonus in this long neck run game So Download now this Tall Man Long Neck Run Game and Earn Diamonds and UC for your favourite game.', 'https://img.gamemonetize.com/9q0m77y3tkmjpmogbo7a1v6h482zaljt/512x384.jpg', 'https://html5.gamemonetize.com/9q0m77y3tkmjpmogbo7a1v6h482zaljt/', '0', 'Arcade', 0, 0, '', 'long-neck-tall-man-run'), (4002, 'Ice cream master Game', 'IceCream Master is a very cute cooking game. Summer is a hot weather. Lots of kids like eating ice cream during summer. In this game, you can exprience the cooking process of ice cream. And you can design your own style ice cream. Plenty of decorations are waiting for you to choose. Come and enjoy this amazing game!', 'https://img.gamemonetize.com/0yd5fjr4p3a2iespwe1s503vrslt8ta8/512x384.jpg', 'https://html5.gamemonetize.com/0yd5fjr4p3a2iespwe1s503vrslt8ta8/', '0', 'Girls', 0, 0, '', 'ice-cream-master-game'), (4003, 'SpongeBob SquarePants Jigsaw Puzzle', 'Join SpongeBob and his friends in this exciting puzzle game based on the beloved animated series, SpongeBob SquarePants. Piece together various images , and unlock new levels as you progress, this SpongeBob SquarePants puzzle game is sure to provide hours of fun for all ages.', 'https://img.gamemonetize.com/x7dz6z44iapzkujrecl8usdjwf1bphbn/512x384.jpg', 'https://html5.gamemonetize.com/x7dz6z44iapzkujrecl8usdjwf1bphbn/', '0', 'Puzzles', 0, 0, '', 'spongebob-squarepants-jigsaw-puzzle'), (4004, 'Cute World Craft', 'Cute World Craft is an open-world sandbox where you can create the 3D world with your own rules, play survival mode or make game levels using built-in interactive game objects. Cute World Craft is a symbiosis of game mechanics of two games - Minecraft and Portal. Here you can build with standard blocks, carry physical objects, place them wherever you want. In Creative you can generate beautiful 3D blocky landscapes by changing map settings: make your world endless or limited, set a time of the day, change a height of hills, set the world full of lava or water, regulate the number of enemies, animals, trees, physical objects on the map. Various game mechanics let you make games on your own by using such interactive game elements as locked doors, portalgun and portal-able surfaces, teleports, timers, checkpoints, block\'s replicator, TNTs, trampolines, elevators, vanishing and ice blocks, flashlight, pickaxes and so on. Or maybe you like to construct? No problem! Build doll house, castle or even small town and decorate your creations with many items. You can play with different physical objects such as bouncing balls and cubes, trampolines, make portals and throw things into it, place replicator and copy things just for fun! In Survival mode you should explore 5 different biomes and collect resources to craft a new stuff. Build a shelter and find a flashlight because the nights in Cute World Craft is really dark! You are not alone in this world, here are friends and enemies, cute animals with different behaviors, traders in abandoned houses are ready to swap different things with you. Fight enemies - Monster Heads, collect their masks, combine it and get a compass to find a way to the Final Boss - Hivot. Punch all Hivot\'s teeth out, defeat him and children will be freed from the power of the monster and drop their masks. FEATURES - 100 standard blocks to build (including most common Minecraft blocks such as cobblestone, sand, bricks, bedrocks, grass, leaves); - 400+ dynamic physics objects to make games level (decorations, checkpoints, winpoint, timers, etc.); - 24 ready-made blocks of buildings and big trees; - musical blocks to create simple melodies; - unique Symmetry mode which allows you to place one cube and it could be mirrored 2 or 4 times to build your world faster; - Mobile Interface to play on tablets and smartphones; - change project\'s settings (field of view, render distance, shadows, etc.); - save your progress and game levels; - play and modify the games of other users; - share your project to let other people play it!', 'https://img.gamemonetize.com/fsdd0py58kojlnnbr4t0p3rezetb2kvt/512x384.jpg', 'https://html5.gamemonetize.com/fsdd0py58kojlnnbr4t0p3rezetb2kvt/', '0', 'Adventure', 0, 0, '', 'cute-world-craft'), (4005, 'Extreme Car Driving Simulator 3D', 'Here is a car-driving simulation game. With 3D vehicle models, you need to avoid other vehicles and collect necessary items. Glad you will unlock your favorite cars and tracks. Keep calm and drive carefully.', 'https://img.gamemonetize.com/ad1g56ndbl8zxvyoj6hhriwrvf4zmbt1/512x384.jpg', 'https://html5.gamemonetize.com/ad1g56ndbl8zxvyoj6hhriwrvf4zmbt1/', '0', 'Action', 0, 0, '', 'extreme-car-driving-simulator-d'), (4006, 'Otaho Bird 2', 'Otaho Bird 2 is a 2D platformer where you play as a bird who have to collect all of the slices of bread while avoiding the enemy birds, flying birds and their bullets, rotating blades, and fire and reach the nest in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Otaho Bird" series.', 'https://img.gamemonetize.com/vxf8k3tckwmy56xo37ub9klqrju6rlpk/512x384.jpg', 'https://html5.gamemonetize.com/vxf8k3tckwmy56xo37ub9klqrju6rlpk/', '0', 'Arcade', 0, 0, '', 'otaho-bird-'), (4007, 'Tangle Fun 3D Game', 'Tangle Fun 3D is a free online leisure and puzzle game for boys played on PuzzleGame. There are many tasks in the game, the tangled rope design in each task is different, and customs clearance will be more and more difficult. If you want to untie the ropes, you need to consider every step, which will exercise your patience. Mobile, Tablet, and Desktop are playable. Come and try it now!', 'https://img.gamemonetize.com/u9ib8am14c28lxzzlcshba2x8i9q3ium/512x384.jpg', 'https://html5.gamemonetize.com/u9ib8am14c28lxzzlcshba2x8i9q3ium/', '0', 'Boys', 0, 0, '', 'tangle-fun-d-game'), (4008, 'Cube King PuzzleGAme', '-Easy To Play -Simple Game', 'https://img.gamemonetize.com/0g6z82afub0qyd85l8cjh3buuw1rgm2r/512x384.jpg', 'https://html5.gamemonetize.com/0g6z82afub0qyd85l8cjh3buuw1rgm2r/', '0', 'Arcade', 0, 0, '', 'cube-king-puzzlegame'), (4009, 'Tank maze battle', '', 'https://img.gamemonetize.com/2waokb2qvgo1ju3i3f6qh6ssk5h144qk/512x384.jpg', 'https://html5.gamemonetize.com/2waokb2qvgo1ju3i3f6qh6ssk5h144qk/', '0', 'Arcade', 0, 0, '', 'tank-maze-battle'), (4010, 'Equation Flapping', 'This game is a mix of skills and math reasoning. Touch in the screen to make the bird fly high and pass through the trees avoiding colliding with them, but you must choose the correct number according with math multiplications that will be displayed.', 'https://img.gamemonetize.com/3vpd8zb0fe7t7e6hjvlp2kcq26wo2457/512x384.jpg', 'https://html5.gamemonetize.com/3vpd8zb0fe7t7e6hjvlp2kcq26wo2457/', '0', 'Hypercasual', 0, 0, '', 'equation-flapping'), (4011, 'Bunny Jump Carrots', 'Bunny Jump Carrots : jump and fall get carrots to score and avoid enemies', 'https://img.gamemonetize.com/s9fh5ebd46nhplzj938j8ppugews4e7k/512x384.jpg', 'https://html5.gamemonetize.com/s9fh5ebd46nhplzj938j8ppugews4e7k/', '0', 'Arcade', 0, 0, '', 'bunny-jump-carrots'), (4012, 'Laser Overload', 'Laser Overload -To recharge the batteries connect the energy sources to the batteries. You can do it by turning the mirrors while allowing the energy to reflect.', 'https://img.gamemonetize.com/mhji18lnb8j2hio0di6et9xu1axk273q/512x384.jpg', 'https://html5.gamemonetize.com/mhji18lnb8j2hio0di6et9xu1axk273q/', '0', 'Puzzles', 0, 0, '', 'laser-overload'), (4013, 'Angry Heros', 'Angry Heroes is a fast-paced shooter physics game where you have to join the little heroes to destroy all aliens and save the world. Use the slingshot and power-ups to destroy every shelter and complete all levels. Defeat Bosses and help the little heroes in this fantastic fantasy adventure', 'https://img.gamemonetize.com/6bmkyjcwdos9gxdgp68seipmdr7otu9l/512x384.jpg', 'https://html5.gamemonetize.com/6bmkyjcwdos9gxdgp68seipmdr7otu9l/', '0', 'Adventure', 0, 0, '', 'angry-heros'), (4014, 'Drift Challenge', '“Drift Challenge†is a racing game where you have to score points by drifting through the racing circuit. Try to slide on the track as much as you can to accumulate a lot of points and reach the target score. You must cross the finish line before the target time, beating the target score to unlock new levels. A super fun and challenging racing game! Have great fun!', 'https://img.gamemonetize.com/ggoyxiy0q9oharfdfu4ksax58wpzqba3/512x384.jpg', 'https://html5.gamemonetize.com/ggoyxiy0q9oharfdfu4ksax58wpzqba3/', '0', 'Racing', 0, 0, '', 'drift-challenge'), (4015, 'Avoid The Objects Sx', 'Avoid the Objects is a game in which you aim and avoid hitting objects. Enjoy playing and try to reach the highest level.', 'https://img.gamemonetize.com/2ks70akndch2ianrd6rqh7169t5c5evj/512x384.jpg', 'https://html5.gamemonetize.com/2ks70akndch2ianrd6rqh7169t5c5evj/', '0', 'Hypercasual', 0, 0, '', 'avoid-the-objects-sx'), (4016, 'Kill The Dragon', 'This game is a puzzle game. build a perfect bridge for the Knight to move to the other side. Knight will kill the dragon and collect the golden coin.', 'https://img.gamemonetize.com/qswx4eayazdqw5cezfk22pejpzqxd0he/512x384.jpg', 'https://html5.gamemonetize.com/qswx4eayazdqw5cezfk22pejpzqxd0he/', '0', 'Arcade', 0, 0, '', 'kill-the-dragon'), (4017, 'Doggy Vs Zombies', 'Doggy Vs Zombies is an run game, run and avoid obstacles from zombie ambushes jump and overlap to kill the enemy, collect candy to get score.', 'https://img.gamemonetize.com/as70w4n3ufuawxgjauls0wm2bsngpomr/512x384.jpg', 'https://html5.gamemonetize.com/as70w4n3ufuawxgjauls0wm2bsngpomr/', '0', 'Adventure', 0, 0, '', 'doggy-vs-zombies'), (4018, 'Emoji Maze', 'Emoji Maze is a fun game themed around the well-known emojis, you can choose which emoji to play with. Collect the likes through the maze, avoiding being caught by enemies, complete all levels and be the winner.', 'https://img.gamemonetize.com/ci2zmcyo0n657gy6rt91g9xpz2097v8f/512x384.jpg', 'https://html5.gamemonetize.com/ci2zmcyo0n657gy6rt91g9xpz2097v8f/', '0', 'Arcade', 0, 0, '', 'emoji-maze'), (4019, 'Cocktail Brain', 'In the game, you are waiting to prepare a cocktail that will have real benefits for brain activity. In order to fill a glass with this wonderful drink, you need to show excellent ingenuity. There are many exciting missions', 'https://img.gamemonetize.com/y4v2cmgwn1gc8a2gwaankvdfzqvmsvdg/512x384.jpg', 'https://html5.gamemonetize.com/y4v2cmgwn1gc8a2gwaankvdfzqvmsvdg/', '0', 'Puzzles', 0, 0, '', 'cocktail-brain'), (4020, 'Off Road Mountain', 'Mountain Rider is a physics simulation game template where you ride down the challenging mountain terrain on your bicycle and try to maintain your balance and speed to finish the level in minimum time.', 'https://img.gamemonetize.com/xvwl7b5cuzqx5sn8hfvh29g1dwvmiav8/512x384.jpg', 'https://html5.gamemonetize.com/xvwl7b5cuzqx5sn8hfvh29g1dwvmiav8/', '0', 'Adventure', 0, 0, '', 'off-road-mountain'), (4021, 'Aqua Park Shark', 'Jack is going to spend today at the water park. There are plenty of slides on which he can have fun and get the thrill. But this is not enough for Jack because he wants to become a real shark of the water park. Join the guy and help him maneuver around all the obstacles that await him on the water slides.', 'https://img.gamemonetize.com/lmi473tmflzgj4vn5mtwpswcw8vg0av4/512x384.jpg', 'https://html5.gamemonetize.com/lmi473tmflzgj4vn5mtwpswcw8vg0av4/', '0', 'Hypercasual', 0, 0, '', 'aqua-park-shark'), (4022, 'Knife Flipp', 'Flip knives to become a master while building your own collection of knives!', 'https://img.gamemonetize.com/5dgu6gdm7a497j7cau4z2fx9469ay0wn/512x384.jpg', 'https://html5.gamemonetize.com/5dgu6gdm7a497j7cau4z2fx9469ay0wn/', '0', 'Arcade', 0, 0, '', 'knife-flipp'), (4023, 'Dozie Penguin FN', 'Help the little penguin to get back to his home in 30 levels, beware of the traps and challenges that get in his way.', 'https://img.gamemonetize.com/0l4uj8trwukpvjnwfi6q20o3crd65ckz/512x384.jpg', 'https://html5.gamemonetize.com/0l4uj8trwukpvjnwfi6q20o3crd65ckz/', '0', 'Hypercasual', 0, 0, '', 'dozie-penguin-fn'), (4024, 'Head Socce2022', 'Head Soccer 2022 is a fast-paced sports football game where you can challenge all your friends or play with the CPU. Choose your favorite player and play against the CPU for the tournament or be the best of your friends in the versus mode. With detailed players to choose from the best teams, 3 game fields, and all the arcade fun in a single game.', 'https://img.gamemonetize.com/evzf7ayakql2so1vniglol5wx13k58df/512x384.jpg', 'https://html5.gamemonetize.com/evzf7ayakql2so1vniglol5wx13k58df/', '0', 'Sports', 0, 0, '', 'head-socce'), (4025, 'Balloon Saga', 'you need to get three same colors for up the score', 'https://img.gamemonetize.com/ylt96gkfojyavtsovq48svzg0roephpc/512x384.jpg', 'https://html5.gamemonetize.com/ylt96gkfojyavtsovq48svzg0roephpc/', '0', 'Hypercasual', 0, 0, '', 'balloon-saga'), (4026, 'Lonely Skulboy', 'Help little Skullboy to escape from the brick labyrinth he is lost in, be careful of the traps and ghosts that come his way. Use the skills you find along the way to help you on your journey.', 'https://img.gamemonetize.com/hk3vn1yao990r9aj38ngojn195qfjpyi/512x384.jpg', 'https://html5.gamemonetize.com/hk3vn1yao990r9aj38ngojn195qfjpyi/', '0', 'Arcade', 0, 0, '', 'lonely-skulboy'), (4027, 'Blocky Combat SWAT Survival 10', 'The breathtaking Arena Map is the location for the awesome multiplayer Block Fight Swat GunGame. Enjoy yourself, but can you become skilled enough to win in all five game modes? Up to level 40, you may compete head-to-head with players from all over the world and locals. Eighteen other types of weaponry become available if certain modifications are applied, such as camouflage. Well, anything floats your boat!', 'https://img.gamemonetize.com/cnt8gmhruheus6jc3vbbw4u8mu9tk7kl/512x384.jpg', 'https://html5.gamemonetize.com/cnt8gmhruheus6jc3vbbw4u8mu9tk7kl/', '0', 'Shooting', 0, 0, '', 'blocky-combat-swat-survival-'), (4028, 'Trials Ride 2', 'Ride a motorbike and pass many complex obstacles on the track. Keep the trials bike balanced while overcoming obstacles and avoid falling off the motorcycle. Get to the finish in the shortest time to earn more score points and unlock achievements.', 'https://img.gamemonetize.com/4eeg09psahsp5bm15jcwwv0epa8zmxfi/512x384.jpg', 'https://html5.gamemonetize.com/4eeg09psahsp5bm15jcwwv0epa8zmxfi/', '0', 'Racing', 0, 0, '', 'trials-ride-'), (4029, 'Ä°ronBall Super Hero Ball', 'You are an iron super ball, you are confident and collect the stars! You need to collect all the stars. Get the stars, collect the key and reach the door at the finish line. jump through the door and level up. You have to watch out for square enemies. square enemies can eat you.', 'https://img.gamemonetize.com/dlfxrmcr2oxlnuq9erm9dmjzsncvfx4r/512x384.jpg', 'https://html5.gamemonetize.com/dlfxrmcr2oxlnuq9erm9dmjzsncvfx4r/', '0', 'Arcade', 0, 0, '', 'ronball-super-hero-ball'), (4030, 'Stacky Bird', 'The square bird is on a mission to fly to new lands. Build up a long chain of eggs and flap around obstacles to reach new levels and locations, with beautiful bird houses for you to claim.', 'https://img.gamemonetize.com/zwvrd9677th3ge9b4tqygywd3s63sx3s/512x384.jpg', 'https://html5.gamemonetize.com/zwvrd9677th3ge9b4tqygywd3s63sx3s/', '0', 'Racing', 0, 0, '', 'stacky-bird'), (4031, 'Dinosaur Merge Master Battle', 'Merge your dinosaur army to go into battle and get the biggest dino on the block with the aim of merging all the dragons to have enough power to fight against the enemies? Your quest is simple but not easy. You need use your tactic and your brain to combine the dinos or warriors and fight against the enemies! You need quickly synthesize your dinos into giant monsters if you want to win! Dinosaur Merge Master Battle is a attractive and addictive real-time strategy game for everyone. The main goal is to beat all the enemies by combining your warriors or dinos. Combine quickly and actively attack enemies to gain control of enemy positions and possess greater power than the opponent. At the same time, use your strategy and tactics to win the battle and move on to the next level. Unlock new and more powerful monsters merging them! Grow your warriors and dinos to terrific monsters when you merge them. This game is not one of those classic and boring merging games. This is a new, free, attractive and cool game for all of us. FEATURE: Beautiful 3D graphics Free game Fun and addictive gameplay Easy controls For kids and adults Various monsters, warriors and dinosaurs to merge HOW TO PLAY: Merge your troops to grow your powers. Merge into a giant and terrifying monster. Merge as quick as possible, and fight all the enemies. Be brave and face the battle and become the strongest army. Enjoy Dinosaur Merge Master Battle - a magic dino game for you!', 'https://img.gamemonetize.com/gx1v8vovl9d3mysjcjfgel2ay6lnwz7h/512x384.jpg', 'https://html5.gamemonetize.com/gx1v8vovl9d3mysjcjfgel2ay6lnwz7h/', '0', 'Arcade', 0, 0, '', 'dinosaur-merge-master-battle'), (4032, 'Dream Doll Boutique', 'There is a new doll shop opened in the town, it is a big house, full of dreamy atmosphere and colorful cartoon decorations. And you, as the operator of the small shop, whether it is cute animals or cartoon decorations, you need to realize it with your hands. Are you excited now? So what are you waiting for, hurry up and make it.', 'https://img.gamemonetize.com/04i49kr3ipj2ux9nmgcqmazb2z6hld8k/512x384.jpg', 'https://html5.gamemonetize.com/04i49kr3ipj2ux9nmgcqmazb2z6hld8k/', '0', 'Girls', 0, 0, '', 'dream-doll-boutique'), (4033, 'Pizza Cooking Game', 'Making pizza has never been this fun! Pizza maker cooking game introduces young kids to the world of cooking, baking and pizza making. Enjoy the whole cooking and baking process of pizza making, add dough ingredients and roll it out, add various toppings and bake it in the oven. The game is designed for kindergarten and preschool children who can play alone without adult support.', 'https://img.gamemonetize.com/qhbkjj8lnaf1pf4ws11dujkzqhcrm6kc/512x384.jpg', 'https://html5.gamemonetize.com/qhbkjj8lnaf1pf4ws11dujkzqhcrm6kc/', '0', 'Girls', 0, 0, '', 'pizza-cooking-game'), (4034, 'To Be A Teacher', 'To be a real teacher, what do you have to do in class every day? Join the game and experience the tasks to be done as a teacher in this game.', 'https://img.gamemonetize.com/fq71wrsge1w3mk5kgw56nre5je5n1e6q/512x384.jpg', 'https://html5.gamemonetize.com/fq71wrsge1w3mk5kgw56nre5je5n1e6q/', '0', 'Hypercasual', 0, 0, '', 'to-be-a-teacher'), (4035, 'BTS Sonic Coloring Book', 'BTS Sonic Coloring Book is super fun online coloring game for kids. Are you ready to become the best coloring artist in the world? Today, you have the chance to make your best Sonic master piece! Choose one of the images and color it the way you like.', 'https://img.gamemonetize.com/6xc6628i218bpis5gi3lxl7zd4c5g6rj/512x384.jpg', 'https://html5.gamemonetize.com/6xc6628i218bpis5gi3lxl7zd4c5g6rj/', '0', 'Girls', 0, 0, '', 'bts-sonic-coloring-book'), (4036, 'Kazu Bot 2', 'Kazu Bot 2 is a 2D Sci-fi themed platformer where you have to collect all of the tablets containing confidential information related to technology, while avoiding the enemy bots, flying bots and their bullets, spikes, rotating saws and reach the Exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Kazu Bot" series.', 'https://img.gamemonetize.com/azp8xdgp0wxyqfvkneq67xbn7sq3sj12/512x384.jpg', 'https://html5.gamemonetize.com/azp8xdgp0wxyqfvkneq67xbn7sq3sj12/', '0', 'Arcade', 0, 0, '', 'kazu-bot-'), (4037, 'Huggy Wuggy Clicker', 'Huggy Wuggy Clicker is a fun online clicker game that you can play for free. No download needed to play it. Click on the Huggy images, collect money and upgrade to earn even more money. Can you collect all Huggy Wuggy images? Let\'s play and have fun!', 'https://img.gamemonetize.com/ywlu2q50o0ckiat4i8uq2pj84kmcuwdc/512x384.jpg', 'https://html5.gamemonetize.com/ywlu2q50o0ckiat4i8uq2pj84kmcuwdc/', '0', 'Hypercasual', 0, 0, '', 'huggy-wuggy-clicker'), (4038, 'Sift Heads World Ultimatum', 'Sift Heads World: Ultimatum is the final game in the Sift Heads World series of point and click action games. You play as a trio of friends that are now wanted by both the police and an Italian Mafia, but the time for running has come to an end. It\'s now the time for action, and you\'ll be going for the head of the Mafia himself, Alonzo. Play the thrilling finale of this awesome series and find out what comes next for Vinnie and the gang.', 'https://img.gamemonetize.com/u00y2bzzz4vu1r0e67y39q2lk59t4may/512x384.jpg', 'https://html5.gamemonetize.com/u00y2bzzz4vu1r0e67y39q2lk59t4may/', '0', 'Puzzles', 0, 0, '', 'sift-heads-world-ultimatum'), (4039, 'Classic Bubble Shooter', 'Clear as many bubbles as you can in this classic bubble shooter game and try to reach the highest score!', 'https://img.gamemonetize.com/czbg0yv28zpe0a17mi4t2saald6b1l6i/512x384.jpg', 'https://html5.gamemonetize.com/czbg0yv28zpe0a17mi4t2saald6b1l6i/', '0', 'Arcade', 0, 0, '', 'classic-bubble-shooter'), (4040, 'Squicky', 'This cute mouse needs your help to rescue his friends! Find all the keys to go to the next level. Collect coins and defeat enemies to increase your score.', 'https://img.gamemonetize.com/ueluvlual7nl64xqq83z9sphw93lv03t/512x384.jpg', 'https://html5.gamemonetize.com/ueluvlual7nl64xqq83z9sphw93lv03t/', '0', 'Adventure', 0, 0, '', 'squicky'), (4041, 'StarBox', 'Enter the StarBox to test your ultimate survival and star-collecting skills. Inside, you will find mazes filled with awesome obstacles, adrenaline pumping music and 30 awards. Are you skilled enough to survive the box and come out with all the stars?', 'https://img.gamemonetize.com/85otesfmj44w06mo0dqzd659l1dx0uin/512x384.jpg', 'https://html5.gamemonetize.com/85otesfmj44w06mo0dqzd659l1dx0uin/', '0', 'Puzzles', 0, 0, '', 'starbox'), (4042, 'Golf Solitaire Pro', 'Enjoy this stylish version of the classic Golf Solitaire game! Your goal is to clear all the cards from the board. You can remove a card if it is one point higher or lower than the top most card on the pile.', 'https://img.gamemonetize.com/ikeramvac5m21lm77yd0gbdoi4aubgy5/512x384.jpg', 'https://html5.gamemonetize.com/ikeramvac5m21lm77yd0gbdoi4aubgy5/', '0', 'Puzzles', 0, 0, '', 'golf-solitaire-pro'), (4043, 'Car on The Road', 'Car on The Road is a game where you literally need to try to stay with the car on the road. Drive the car, avoid traffic and watch the oil that is poured onto the road. If you pass over the oil the car will slide out of the road. Collect the cans with gasoline to have power in your car. Try to drive longer as you can before you spend all your life. You can make three mistakes in this game, and after that, the game will be over.', 'https://img.gamemonetize.com/b6i7cr8zb9hss5bnrk9e3nyytedm4zcv/512x384.jpg', 'https://html5.gamemonetize.com/b6i7cr8zb9hss5bnrk9e3nyytedm4zcv/', '0', 'Racing', 0, 0, '', 'car-on-the-road'), (4044, 'Flat Flap', 'Flat Flap is a game where you need to control the blue ball. The ball will bounce in the air and you need to pass the ball between different obstacles without crashing. Try to pass more obstacles as you can.', 'https://img.gamemonetize.com/09pwerkr4arxc4s7q02j2v9lbml7ram1/512x384.jpg', 'https://html5.gamemonetize.com/09pwerkr4arxc4s7q02j2v9lbml7ram1/', '0', 'Puzzles', 0, 0, '', 'flat-flap'), (4045, 'Crazy Stickman Escape', 'Crazy Stickman Escape is a puzzle-platform game in which you control two stickman characters who are trying to break out of a facility in which they are being held. The objective is to control the blue stickman to collect the blue key and then switch to the red stickman to collect the red key. Sounds easy? Not so fast. The facility is filled with security guards, cameras, drones, lasers, acid vats, and other obstacles. Along the way, you can also rescue other prisoners and unlock new costumes and skins to customize your characters. Additionally, there are various accessories you can obtain to keep the game interesting. Play the Lucky Wheel to earn free cash and show us that you have the skill and determination to escape.', 'https://img.gamemonetize.com/7ki9efve23zgbq5uyr8m2zcobmfihnhx/512x384.jpg', 'https://html5.gamemonetize.com/7ki9efve23zgbq5uyr8m2zcobmfihnhx/', '0', 'Fighting', 0, 0, '', 'crazy-stickman-escape'), (4046, 'Barbie Memory Cards', 'Do you want to play matching cards with the most beautiful pictures of Barbie? Come on, find the match of the same picture, finish the level. Advance to the next hard level. Boost your memory and have fun', 'https://img.gamemonetize.com/qlm0crvr9gbkof6nma2llat6rgzr9kcd/512x384.jpg', 'https://html5.gamemonetize.com/qlm0crvr9gbkof6nma2llat6rgzr9kcd/', '0', 'Puzzles', 0, 0, '', 'barbie-memory-cards'), (4047, 'SUPER OSCAR', 'Super Oscar is a platform adventure game in which you guide Oscar through a variety of levels filled with obstacles, enemies, treasure, and special abilities. This game combines classic gameplay with modern elements, featuring 4 unlockable characters, 6 beautiful maps, 35 levels and more than 50 types of enemies. As you progress through the game, you will have the opportunity to enhance your jumping abilities and the power of your fireballs. Join Super Oscar in this fantastic platformer adventure!', 'https://img.gamemonetize.com/q0gyhv4tx9xtjw0ppljj5b77doa45pxp/512x384.jpg', 'https://html5.gamemonetize.com/q0gyhv4tx9xtjw0ppljj5b77doa45pxp/', '0', 'Adventure', 0, 0, '', 'super-oscar'), (4048, 'Vampire Runner', 'The Vampire Runner game is a cool adventure game. If you are a fan of running or jumping then you can also collect the coins. This game might make you really happy.Fight with spiders and other enemy creatures.', 'https://img.gamemonetize.com/n2ofcl4kngcp61od81ri1rq1l5h5amji/512x384.jpg', 'https://html5.gamemonetize.com/n2ofcl4kngcp61od81ri1rq1l5h5amji/', '0', 'Adventure', 0, 0, '', 'vampire-runner'), (4049, 'Brick Breaker Neon', 'Brick Breaker Neon is a game with a classic concept but with an innovative style have fun with 200 different levels that provided you with a lot of challenge and fun.', 'https://img.gamemonetize.com/t0i44hmtb4ya6a77i4hisgfiqulcwow7/512x384.jpg', 'https://html5.gamemonetize.com/t0i44hmtb4ya6a77i4hisgfiqulcwow7/', '0', 'Shooting', 0, 0, '', 'brick-breaker-neon'), (4050, 'Color Kit 3d', 'Once you start, you will never stop playing. Just one objective: Fill the board. Very easy gameplay mechanics with hundreds of unique levels.', 'https://img.gamemonetize.com/f83b8ve9fgov7k7gq72cpq1e5n2s5ozd/512x384.jpg', 'https://html5.gamemonetize.com/f83b8ve9fgov7k7gq72cpq1e5n2s5ozd/', '0', 'Sports', 0, 0, '', 'color-kit-d'), (4051, 'Color Fill 3D Bottle', 'Once you start, you will never stop playing. Just one objective: Fill the board. Very easy gameplay mechanics with hundreds of unique levels.', 'https://img.gamemonetize.com/le575l5fsqxkiyxvnutv4jwry5deulbb/512x384.jpg', 'https://html5.gamemonetize.com/le575l5fsqxkiyxvnutv4jwry5deulbb/', '0', 'Sports', 0, 0, '', 'color-fill-d-bottle'), (4052, 'Color Kit Fill Board', 'Once you start, you will never stop playing. Just one objective: Fill the board. Very easy gameplay mechanics with hundreds of unique levels.', 'https://img.gamemonetize.com/xq0ud2s63r8zkkfpjyovz3jwatloz3j6/512x384.jpg', 'https://html5.gamemonetize.com/xq0ud2s63r8zkkfpjyovz3jwatloz3j6/', '0', 'Sports', 0, 0, '', 'color-kit-fill--board'), (4053, 'Quick hit wooden box Quick hit wooden box', 'Skywire is an action platform game created by Nitrome. In this game, you help carry your passengers to the station while navigating the vessel on the rail. Avoid dangerous robotic animals such as ostriches, parrots, rhinos, and camels, as they will cause your passengers to fall off. There is even a game mode for two-player racing! Go ahead and jump into this rail riding classic!', 'https://img.gamemonetize.com/ayw7kyui9xia8ljg7v1f91j3brxkxmhn/512x384.jpg', 'https://html5.gamemonetize.com/ayw7kyui9xia8ljg7v1f91j3brxkxmhn/', '0', 'Puzzles', 0, 0, '', 'quick-hit-wooden-box-quick-hit-wooden-box'), (4054, 'Age of Defense 3', 'Age of Defense 3 is a real time strategy game that takes you way back in time to control a war waged between our cavemen ancestors. The goal is to finish each level by destroying everyone and everything in your path as you lead your people towards the enemy base.', 'https://img.gamemonetize.com/5rh1uxmvtsc79asnw3n338oo9nx3356s/512x384.jpg', 'https://html5.gamemonetize.com/5rh1uxmvtsc79asnw3n338oo9nx3356s/', '0', 'Adventure', 0, 0, '', 'age-of-defense-'), (4055, 'Burger Stack', 'Let\'s create the biggest burger ever', 'https://img.gamemonetize.com/3we9v5llizxfuu8giegfm8518sqabfqo/512x384.jpg', 'https://html5.gamemonetize.com/3we9v5llizxfuu8giegfm8518sqabfqo/', '0', 'Arcade', 0, 0, '', 'burger-stack'), (4056, 'alpha pusher', 'Welcome to the Runner Pusher, one of the world-class enjoyable games! Looking for some fun? You are in the right place! Best run-ner game! Runner Pusher is a dynamic race based on solving math equations, where you progress by earning coins. Don\'t let the crowd clash scare you! Lead the stickmen and look for ways to succeed.', 'https://img.gamemonetize.com/8sgag4s2ofnzk597n4oywb8jt0vsne8h/512x384.jpg', 'https://html5.gamemonetize.com/8sgag4s2ofnzk597n4oywb8jt0vsne8h/', '0', 'Fighting', 0, 0, '', 'alpha-pusher'), (4057, 'Run From Corona', 'Experience this adventure game in you run from Corona, on a dangerous virus with a variety of obstacles Overcome obstacles,', 'https://img.gamemonetize.com/jx7f5edewvaok4oxfahtkcopi29ovdii/512x384.jpg', 'https://html5.gamemonetize.com/jx7f5edewvaok4oxfahtkcopi29ovdii/', '0', 'Adventure', 0, 0, '', 'run-from-corona'), (4058, 'Dont Forgets', 'Dont Forgets is a logical thinking game where the player needs to have a good memory to remember the sequence shown and repeat it.', 'https://img.gamemonetize.com/no4ohbekxchgl5q5pghqz8vqjtioqq01/512x384.jpg', 'https://html5.gamemonetize.com/no4ohbekxchgl5q5pghqz8vqjtioqq01/', '0', 'Puzzles', 0, 0, '', 'dont-forgets'), (4059, '3 Minutes To Escap', '3 Minutes to Escape is a game, very fun and challenging, , challenge yourself in this game', 'https://img.gamemonetize.com/1l2dogbk86lo94ao7vsrlywxs49akwex/512x384.jpg', 'https://html5.gamemonetize.com/1l2dogbk86lo94ao7vsrlywxs49akwex/', '0', 'Racing', 0, 0, '', '-minutes-to-escap'), (4060, 'Disk Throw 68', 'This is a game in which you need to destroy all the pink discs to pass the level. There may also be various obstacles', 'https://img.gamemonetize.com/zcglfka0s25larsywmbo7y7fxxjwr8iw/512x384.jpg', 'https://html5.gamemonetize.com/zcglfka0s25larsywmbo7y7fxxjwr8iw/', '0', 'Arcade', 0, 0, '', 'disk-throw-'), (4061, 'Bird Fly', 'Help the bird! Avoid from crushing to the trap\'s wall. Get the highest score by try to stay safe as long as you can!!', 'https://img.gamemonetize.com/8mz207mrvu72cxzaq2puvxzer9ihie6k/512x384.jpg', 'https://html5.gamemonetize.com/8mz207mrvu72cxzaq2puvxzer9ihie6k/', '0', 'Arcade', 0, 0, '', 'bird-fly'), (4062, 'Hole Master', 'Eat everything! Eat and earn money and upgrade yourself to be able to devour more and bigger objects. Get to the next level and become as big as a planet!', 'https://img.gamemonetize.com/tj3rtfaow4a26mjiphsjp59d3umaheho/512x384.jpg', 'https://html5.gamemonetize.com/tj3rtfaow4a26mjiphsjp59d3umaheho/', '0', 'Arcade', 0, 0, '', 'hole-master'), (4063, 'Idle Slice Juicer', 'Idle Slice Juicer is an idle clicker game where you earn money by slicing fruits and juicing them. Buy more fruits and knives and upgrade them to earn more money. Upgrade your juicer and buy more Ninja Star knives and slice fruits by clicking on them! Become the most talented player ever!', 'https://img.gamemonetize.com/hfk60rpa1jrppkd87l5fn1iur9ogkf3t/512x384.jpg', 'https://html5.gamemonetize.com/hfk60rpa1jrppkd87l5fn1iur9ogkf3t/', '0', 'Clicker', 0, 0, '', 'idle-slice-juicer'), (4064, 'Maximum Acceleration', 'Drive as fast as you can to beat all the opponents and earn money for purchasing faster cars. You are one of the adepts for the title, but as is the case in these competitions, nothing is certain. Reliable performance will be important and nothing less than one victory after another. Go on! Have fun.', 'https://img.gamemonetize.com/5x0k93r1rxb5rl8s44f6kimh6dg3zf13/512x384.jpg', 'https://html5.gamemonetize.com/5x0k93r1rxb5rl8s44f6kimh6dg3zf13/', '0', 'Racing', 0, 0, '', 'maximum-acceleration'), (4065, 'Nail Runner', 'Nail Runner is new concept of nail salon and it\'s addictive fun new nail art game that bringing great nail ideas and stunning styles to your fingertips! Create nail designs and nail art with hundreds of fabulous colors, beauty patterns, and decals. It\'s manicure magic for girls who love fashion and nail games!', 'https://img.gamemonetize.com/tr9aw97b48fudkxv4ki57fse3wc5nq7i/512x384.jpg', 'https://html5.gamemonetize.com/tr9aw97b48fudkxv4ki57fse3wc5nq7i/', '0', 'Girls', 0, 0, '', 'nail-runner'), (4066, 'Fruita Match', 'Welcome to Fruita Match Up puzzle game. Tap to Flip Cards and use your memory to Match two Cards with the same fruit. Find all the pairs before Time\'s up to unlock the next level. Watch a video Advertisement to skip hard levels. Explore tons of amazing and challenging levels and try to complete them all. you will be rewarded with coins when you finish level to help you buy some cool boosters. Good luck!', 'https://img.gamemonetize.com/cmuwo5iv61q4jzpv8qbgva488oxmo7m1/512x384.jpg', 'https://html5.gamemonetize.com/cmuwo5iv61q4jzpv8qbgva488oxmo7m1/', '0', 'Puzzles', 0, 0, '', 'fruita-match'), (4067, 'Cyber Subsist', 'Cyber Subsist is a fast paced platform shooter. Survive ten rounds of re-spawning cyber enemies.', 'https://img.gamemonetize.com/4b0wm4d5cu556l964kiomjqkx3qitzy3/512x384.jpg', 'https://html5.gamemonetize.com/4b0wm4d5cu556l964kiomjqkx3qitzy3/', '0', 'Shooting', 0, 0, '', 'cyber-subsist'), (4068, 'Madness Regent', 'Madness Regent is a shooting game with platforming elements that lets you play as a cool dude as he guns down everything in his way. Survive through a gauntlet of enemies to activate the final boss so you can beat the stuffing out of him.', 'https://img.gamemonetize.com/qpdiqz6w4oarzz6memf8rgasy9gy3d4s/512x384.jpg', 'https://html5.gamemonetize.com/qpdiqz6w4oarzz6memf8rgasy9gy3d4s/', '0', 'Shooting', 0, 0, '', 'madness-regent'), (4069, 'Vulpin Adventure', 'Vulpin Adventure is an adventure game to create and control your little dragon and fight the enemies. Buy items to upgrade when you have collected points.', 'https://img.gamemonetize.com/upqqbniqfspx5zp7joufi8ndhuh9k4bw/512x384.jpg', 'https://html5.gamemonetize.com/upqqbniqfspx5zp7joufi8ndhuh9k4bw/', '0', 'Adventure', 0, 0, '', 'vulpin-adventure'), (4070, 'Anime Princess Dress Up Games', 'Anime Princess Dress Up is a super cute dress up game. If you are a girl who likes fancy clothes and accessories, this game is perfect for you! Do you know how to dress up for the princess to make her stand out of the crowd? Take your time and try as much as possible to find the perfect match for her. Have a good time!', 'https://img.gamemonetize.com/uw570ikxiky6ulgcca8glxagy2if3zlh/512x384.jpg', 'https://html5.gamemonetize.com/uw570ikxiky6ulgcca8glxagy2if3zlh/', '0', 'Girls', 0, 0, '', 'anime-princess-dress-up-games'), (4071, 'Hamster Life Puzzle', 'You\'ve moved to dreamy Hamster Town! Help the cute hamsters decorate Hamster Town. Enjoy your exciting life in Hamster Town. Welcome to Hamster Town! Decorate Hamster Town as you enjoy various episodes with your cute hamster friends. Just looking at those hamsters relaxes the heart and soul (*•̀ᴗ•Ì*)Ùˆ Meet cute hamster friends including Mochi, Fluffie, Mornin, King, and more inside a variety of stories!', 'https://img.gamemonetize.com/faj5wfehkaqiwivgua7ujj9ke1ngn3sn/512x384.jpg', 'https://html5.gamemonetize.com/faj5wfehkaqiwivgua7ujj9ke1ngn3sn/', '0', 'Puzzles', 0, 0, '', 'hamster-life-puzzle'), (4072, 'Pocket Drift 3D', 'Pocket Drift is a great time trial racing game where you have to finish crazy curvy tracks as fast as you can. Drive your little car through dirt tracks full of coins and try to collect them while dodging obstacles to reach the finish line in record time in this fun free online game on Silvergames.com. Your car will automatically accelerate, so you only have to focus on turning and braking when necessary. It may take you a while to adjust to the turns, as you\'ll be looking at your vehicle from more of a spectator\'s angle, but after a few laps you\'ll become a master drifter. Open surprise boxes with all kinds of bonus power-ups, such as coin multipliers, magnets and much more. Have fun playing Pocket Drift!', 'https://img.gamemonetize.com/jkyeh3bvh0oysjgpnigzdbhom4vvxddg/512x384.jpg', 'https://html5.gamemonetize.com/jkyeh3bvh0oysjgpnigzdbhom4vvxddg/', '0', 'Racing', 0, 0, '', 'pocket-drift-d'), (4073, 'Avatar The Way Of Love', 'Welcome to Avatar The Way Of Love. Can you guess what day it is? Okay, maybe we can give you a clue. Love is in the air tonight. Yeah, it’s Valentine’s Day alright. These Avatar couples love to spend time together this valentine’s in the city. They plan to wear new trendy clothes.', 'https://img.gamemonetize.com/4uz23a5v9rg0bbswptm5semxvyqe5y7u/512x384.jpg', 'https://html5.gamemonetize.com/4uz23a5v9rg0bbswptm5semxvyqe5y7u/', '0', 'Girls', 0, 0, '', 'avatar-the-way-of-love'), (4074, 'Bffs Venice Carnival Celebrations', 'Welcome to BFFs Venice Carnival Celebrations. Bffs are planning a trip to Italy to join the Venice carnival. Sounds fun right? Help the girls with the quick preparation. Browse their wardrobe and pick suitable costumes and hairstyles. Don’t forget to choose the mask for the party. Join these girls and have fun!', 'https://img.gamemonetize.com/srsebfgxib5nw3gg9mrvurvy6n06qfwi/512x384.jpg', 'https://html5.gamemonetize.com/srsebfgxib5nw3gg9mrvurvy6n06qfwi/', '0', 'Girls', 0, 0, '', 'bffs-venice-carnival-celebrations'), (4075, 'Baby Taylor Confetti Cake', 'Taylor has decided to surprise her family. She had lot of plans, however then she thought why not preparing a cake. She wants to make mouthwatering cake that will make everyone lick their fingers. So she has requested her mom to make Confetti Cake, which is specially made to celebrate with sweet moments.', 'https://img.gamemonetize.com/bczotjhawc6f4ohnwygasbtwrfq79l8o/512x384.jpg', 'https://html5.gamemonetize.com/bczotjhawc6f4ohnwygasbtwrfq79l8o/', '0', 'Girls', 0, 0, '', 'baby-taylor-confetti-cake'), (4076, 'Fashion Girls Love Dating', 'Girls, Our fashion friends plan to go on a date together. Help them find their boyfriend and items. Of course, a well look is necessary too, so pick a fashion dress for each of them. Have fun!', 'https://img.gamemonetize.com/mfooh0p3g1sec9sw6obx0w7s7tknvte2/512x384.jpg', 'https://html5.gamemonetize.com/mfooh0p3g1sec9sw6obx0w7s7tknvte2/', '0', 'Girls', 0, 0, '', 'fashion-girls-love-dating'), (4077, 'Baby Taylor Goes Sick 2', 'It\'s bright sun outside but our cheerful Taylor, who always wake up early morning is still sleeping. Seems as she is not keeping well. Oh my gosh! She is having high fever along with cold and cough. Rush to doctor for the medical aid. Be with Taylor to pamper her, while medical check-up is going on. Pay heed to all her requirements and make her happy.', 'https://img.gamemonetize.com/mst6kn9lxi1lr300lrg2kuk7eeovhcrk/512x384.jpg', 'https://html5.gamemonetize.com/mst6kn9lxi1lr300lrg2kuk7eeovhcrk/', '0', 'Girls', 0, 0, '', 'baby-taylor-goes-sick-'), (4078, 'Rainbow Friends Survival Puzzle', 'Dart around the room in a rush to survive in this thrilling action game! Control the Among Us crewmate and avoid being slain by the monster in the room with you. Complete each level by collecting each coin to unlock the exit and then jumping into the exit. See if you have what it takes to survive!', 'https://img.gamemonetize.com/iof7482gh4jch4f44qf5q4l00jhu90xw/512x384.jpg', 'https://html5.gamemonetize.com/iof7482gh4jch4f44qf5q4l00jhu90xw/', '0', 'Puzzles', 0, 0, '', 'rainbow-friends-survival-puzzle'), (4079, 'CarRobotTransformFightingOnline', 'Car Robot Transform Fight is an exciting racing duel game. If you are looking for a racing and dueling game, why not give it a try? Choose your favorite robot to start the game and enjoy the speed and excitement. If you can\'t reach the dueling arena first, it doesn\'t matter, you just have to beat your opponents and become the final winner. Good luck!', 'https://img.gamemonetize.com/ve0g08tdiks5vh1nd3oio5s8x5k0amn9/512x384.jpg', 'https://html5.gamemonetize.com/ve0g08tdiks5vh1nd3oio5s8x5k0amn9/', '0', '3D', 0, 0, '', 'carrobottransformfightingonline'), (4080, 'Baby Bella Caring', 'Now, become a babysitter and take care of cute Baby Bella! You need to recover her from her illness and put her to sleep. Also give her a bath and keep her clean and healthy. Don\'t forget to feed her. And most importantly, dress up this pretty little princess! Can you take care of her mother? Come and try it!', 'https://img.gamemonetize.com/50kauqgtmbsgb4rzv0mhqg0atg4f6v3t/512x384.jpg', 'https://html5.gamemonetize.com/50kauqgtmbsgb4rzv0mhqg0atg4f6v3t/', '0', 'Girls', 0, 0, '', 'baby-bella-caring'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (4081, 'Perfect Fruit Slicer Chop sl', 'Now get experience of Fruit Slicing veggies cutting and cook it with your perfect fruit cutting skills. You have to use the ultimate slicing tips and cutting tricks to cut watermelon slices, apple slices, and different vegetables slicing accurately along with many chopping challenges.', 'https://img.gamemonetize.com/j074f3hrxofyhw9aiidwk0i3fmf4vspz/512x384.jpg', 'https://html5.gamemonetize.com/j074f3hrxofyhw9aiidwk0i3fmf4vspz/', '0', 'Arcade', 0, 0, '', 'perfect-fruit-slicer--chop-sl'), (4082, 'Perfect Fruit Slicer Chop s', 'Now get experience of Fruit Slicing veggies cutting and cook it with your perfect fruit cutting skills. You have to use the ultimate slicing tips and cutting tricks to cut watermelon slices, apple slices, and different vegetables slicing accurately along with many chopping challenges.', 'https://img.gamemonetize.com/n84hklqxqaauvelvm5m3ee4owokwjcv5/512x384.jpg', 'https://html5.gamemonetize.com/n84hklqxqaauvelvm5m3ee4owokwjcv5/', '0', 'Arcade', 0, 0, '', 'perfect-fruit-slicer--chop-s'), (4083, 'Penguin Wars', 'Penguin Wars is a game in which you play as a penguin trying to conquer Antarctica. You are going to do this by pushing all of the other penguins off of their icebergs. You have to go through all of the areas armed with nothing but your bazooka filled with snowballs, as well as your knowledge in spacing your shots.', 'https://img.gamemonetize.com/lthoops6p83ce60vq3l2us3scdvgo2fp/512x384.jpg', 'https://html5.gamemonetize.com/lthoops6p83ce60vq3l2us3scdvgo2fp/', '0', 'Adventure', 0, 0, '', 'penguin-wars'), (4084, 'breakingthebank.swf', 'Breaking the Bank is a stickman puzzle game made by Puffballs United, just as Infiltrating The Airship and Fleeing The Complex. Find the best way to Break the Bank!', 'https://img.gamemonetize.com/qjlxwebaerhas3mkfyh95l59timecfj6/512x384.jpg', 'https://html5.gamemonetize.com/qjlxwebaerhas3mkfyh95l59timecfj6/', '0', 'Puzzles', 0, 0, '', 'breakingthebankswf'), (4085, 'Bloons', 'Bloons is a fun arcade game in which you need to help the monkey to pop the balloons with its darts.', 'https://img.gamemonetize.com/6v122qpnnkm3uujr52cq06q2v8jue5qw/512x384.jpg', 'https://html5.gamemonetize.com/6v122qpnnkm3uujr52cq06q2v8jue5qw/', '0', 'Puzzles', 0, 0, '', 'bloons'), (4086, 'Whack Your Computer', 'Do you remember the game Whack Your Boss? Well, you are back and you now have to find all 12 objects in the room to whack your computer!', 'https://img.gamemonetize.com/epnpx8dykzzbuceqhw8kp8kxskkxfui1/512x384.jpg', 'https://html5.gamemonetize.com/epnpx8dykzzbuceqhw8kp8kxskkxfui1/', '0', 'Puzzles', 0, 0, '', 'whack-your-computer'), (4087, 'BallFill 3D Game', 'Tap and hold to fill the ball. Can you fill all the ball to finish?', 'https://img.gamemonetize.com/0tprp8tygz7o62sbga6hz5uzaz42s9yr/512x384.jpg', 'https://html5.gamemonetize.com/0tprp8tygz7o62sbga6hz5uzaz42s9yr/', '0', 'Arcade', 0, 0, '', 'ballfill-d-game'), (4088, 'Fill Ball 3d Game', '- New Levels - New Characters', 'https://img.gamemonetize.com/x5f8qxcv9jeiblrijsq7yoo89d4flx5o/512x384.jpg', 'https://html5.gamemonetize.com/x5f8qxcv9jeiblrijsq7yoo89d4flx5o/', '0', 'Arcade', 0, 0, '', 'fill-ball-d-game'), (4089, 'Fill Bal 3d Bottle', 'Tap and hold to fill the ball. Can you fill all the ball to finish?', 'https://img.gamemonetize.com/2e0fe1m8lu4hc9nhcz9m3stnbpynoshv/512x384.jpg', 'https://html5.gamemonetize.com/2e0fe1m8lu4hc9nhcz9m3stnbpynoshv/', '0', 'Arcade', 0, 0, '', 'fill-bal-d--bottle'), (4090, 'Fill Balls 3D', 'Tap and hold to fill the ball. Can you fill all the ball to finish?', 'https://img.gamemonetize.com/eyhpp8ak64to9q2hj79di4117tnp4yy0/512x384.jpg', 'https://html5.gamemonetize.com/eyhpp8ak64to9q2hj79di4117tnp4yy0/', '0', 'Arcade', 0, 0, '', 'fill-balls-d'), (4091, 'Maya and the Three Jigsaw Puzzle', 'Zazgames is a place where you can infinitely play assembling online jigsaw puzzles. We hope you are up for another game from the Puzzle category on our website , because we have just added the game called ++++++++++ for you all, which, despite being one of the many puzzle games we have added so far into this category, this is the first puzzle game to use this specific format, and image, so it is going to be a brand new experience for all of you, an experience we are sure you will appreciate, as there is no way you aren\'t going to have a lot of fun playing the game. Especially after you learn how to play it from the next lines in the description. you will start by choosing how you want the jigsaw puzzle be : hard medium or easy. After that, the jigsaw puzzle pieces are going to be spread around the game screen randomly. Use the mouse to drag them over the transparent images where they match with the image, until all the pieces are connected, and the image looks just like it did in the beginning. You will have a great time with the game, so start it right now, and we are sure you will not regret it one second!', 'https://img.gamemonetize.com/14m5pe8euyg1ty6xh9x8wdhfg0tanle5/512x384.jpg', 'https://html5.gamemonetize.com/14m5pe8euyg1ty6xh9x8wdhfg0tanle5/', '0', 'Puzzles', 0, 0, '', 'maya-and-the-three-jigsaw-puzzle'), (4092, 'Maze Pac Runner', 'Pac Maze Runner is a puzzle game online and a free game that you will be addicted to, which is perfect for kids. You just need to click the button to launch the beans, Pac man eats all the beans. Pays attention to the moving obstacles. It\'s time to test your reflexes, and the classic Pacman gameplay gives you an exciting experience.', 'https://img.gamemonetize.com/cf6pwvtlghlup2ncdhzjvacxi5paszja/512x384.jpg', 'https://html5.gamemonetize.com/cf6pwvtlghlup2ncdhzjvacxi5paszja/', '0', 'Bejeweled', 0, 0, '', 'maze-pac-runner'), (4093, 'Little Santa', 'Little santa It is an amazing and fun matching game, you must match at least 3 similar candies before you run out of time or moves. This candy game has well-crafted puzzles. There are 40 levels for you to play and have fun. There are 2 game mode in this game', 'https://img.gamemonetize.com/n3v1t9lvv3qmx0c1alfw5t1pr4t1g4e4/512x384.jpg', 'https://html5.gamemonetize.com/n3v1t9lvv3qmx0c1alfw5t1pr4t1g4e4/', '0', 'Puzzles', 0, 0, '', 'little-santa'), (4094, 'Papa Cherry Blast Saga', 'This smart chef has a sweet tooth! Help him collect lots of delicious desserts in <strong>Papa Cherry Blast Saga</strong>. <br> He will explore a magical kingdom filled with goodies. Join the chef as he matches donuts and other sugary treats in this one-player puzzle game. <br> Put them in unique letter-shaped combinations like L and T to trigger sensational effects! <strong>Papa Cherry Blast Saga</strong>. It also has useful boosters that are sure to help you on this incredible journey. Stay tuned for bonuses in this match-three game in this fun stylized puzzle!', 'https://img.gamemonetize.com/utw88bcshtc3a8yl2ibt72qpc4ugpcxf/512x384.jpg', 'https://html5.gamemonetize.com/utw88bcshtc3a8yl2ibt72qpc4ugpcxf/', '0', 'Puzzles', 0, 0, '', 'papa-cherry-blast-saga'), (4095, 'Halloween Nails Saloon Color', '<strong>Glow Halloween Nails</strong> is an online HTML5 game presented by Gamezas.com, it\'s playable in browsers such as safari and chrome. You can play the game on smartphones and tablets (iPhone, iPad, Samsung, Android devices, and Windows Phones). October 31st is just around the corner and you know what that means! Ghosts, zombies, bats, and vampires in their best scary Halloween-designed costumes. <br> Turn out the lights and apply magically glowing nail polish and glowing decorations like a real nail artist in a salon. Choose a skin color, shine your nails and start creating a beautiful work of nail art. 95.68% of 5007 players like the mobile game.', 'https://img.gamemonetize.com/k9uirkz6im0rco1b7vkwco1bxvwi8vgw/512x384.jpg', 'https://html5.gamemonetize.com/k9uirkz6im0rco1b7vkwco1bxvwi8vgw/', '0', 'Shooting', 0, 0, '', 'halloween-nails-saloon-color'), (4096, 'Rescue Beach Boat Parking', 'While everyone else heads back to shore, you cast off—a twelve-foot wind gust. The waves batter the bow deck, and the bridge is sprayed. Brave the raw might of nature out at sea. You\'re in charge of the Maritime Search and Rescue Service\'s most potent rescue boats as they scour the ocean for survivors. When you volunteer for marine rescue, you risk your own life to save others.', 'https://img.gamemonetize.com/tx76elvbmzc1bh2mqxzxj9cwgr7fkrf5/512x384.jpg', 'https://html5.gamemonetize.com/tx76elvbmzc1bh2mqxzxj9cwgr7fkrf5/', '0', 'Action', 0, 0, '', 'rescue-beach-boat-parking'), (4097, 'Next Level Balls', 'hey you player are you up for a fun game? Pass through levels of varying difficulty. To increase your level, you have to eat all the balls of lower level than you. Oh, balls with a high level of attention can eat you. Watch out for obstacles they can steal your levels. Get to the finish line and qualify to the next level. Complete all levels to get 5 different costumes.', 'https://img.gamemonetize.com/5u6te23mrsm018nxr9vye59a09iwdl29/512x384.jpg', 'https://html5.gamemonetize.com/5u6te23mrsm018nxr9vye59a09iwdl29/', '0', 'Arcade', 0, 0, '', 'next-level-balls'), (4098, 'Funny Hasbulla Face', 'Funny Hasbulla Face is super fun and free to play online game for kids. The aim of the game is to make the funniest face of our Hasbulla! Just drag the yellow dots around and voila! Have fun playing!', 'https://img.gamemonetize.com/yl6ah1kve650x0n47k843v4tzfbq2qb5/512x384.jpg', 'https://html5.gamemonetize.com/yl6ah1kve650x0n47k843v4tzfbq2qb5/', '0', 'Hypercasual', 0, 0, '', 'funny-hasbulla-face'), (4099, 'BFFs Fashion Royal Ball', 'The annual Royal Ball will be held tonight, and every girl wants to be the most eye-catching one at the party. So, all the fashion girls are busying preparing for it, they need your help! Finally, please vote for the prettiest one! Come on!', 'https://img.gamemonetize.com/1q5imxql7fydo902vaa6vkk2qq3nqoka/512x384.jpg', 'https://html5.gamemonetize.com/1q5imxql7fydo902vaa6vkk2qq3nqoka/', '0', 'Girls', 0, 0, '', 'bffs-fashion-royal-ball'), (4100, 'Nitro Car Drift', 'Drift, collect gold and buy better cars.', 'https://img.gamemonetize.com/n33rdfghl3fly0ekuqwif53smw4mcc1s/512x384.jpg', 'https://html5.gamemonetize.com/n33rdfghl3fly0ekuqwif53smw4mcc1s/', '0', 'Racing', 0, 0, '', 'nitro-car-drift'), (4101, 'Zed Car Drift', 'Drift and race 3 different car', 'https://img.gamemonetize.com/hbd5udmsdel5j34u0rg0qxuc6sl7tx46/512x384.jpg', 'https://html5.gamemonetize.com/hbd5udmsdel5j34u0rg0qxuc6sl7tx46/', '0', 'Racing', 0, 0, '', 'zed-car-drift'), (4102, 'Crush Prefect School Day', 'Today, Zoe will spend a perfect school day. Firstly, put on sports clothes for physical education. After class, Zoe and Kris will join in the classic dramas - Romeo and Juliet\'s performances and they need to simulate the classic scenes in the play. Wear a theatrical costume and decorate the stage.', 'https://img.gamemonetize.com/utgdcqv2a031yt64b62e09uwjd8pfxoi/512x384.jpg', 'https://html5.gamemonetize.com/utgdcqv2a031yt64b62e09uwjd8pfxoi/', '0', 'Girls', 0, 0, '', 'crush-prefect-school-day'), (4103, 'Storage Master', 'Storage Master is a very unique and popular storage game. If you are a neat person, this game is perfect for you! You can gain lots of pleasure while you are organizing the messy things into a well-ordered look. In this game, you need to put things to their right places. If you find it is a little bit difficult for you to find the right places, just click the hint to know the answer. Have fun!', 'https://img.gamemonetize.com/nk3euv2wteiiop3qsqdnhwu2grhvrdal/512x384.jpg', 'https://html5.gamemonetize.com/nk3euv2wteiiop3qsqdnhwu2grhvrdal/', '0', 'Girls', 0, 0, '', 'storage-master'), (4104, 'Fashion Dress Up Sewing Clothes', 'Fashion Sewing Shop game for kids who love to sew and come up with outfits. Everything happens virtually - sew a great designer outfit for the doll using digital scissors, a sewing machine, and a palette of colors for clothes and accessories!', 'https://img.gamemonetize.com/9q0h8oq1sdfgnl2an55lfsekth8aj4rm/512x384.jpg', 'https://html5.gamemonetize.com/9q0h8oq1sdfgnl2an55lfsekth8aj4rm/', '0', 'Hypercasual', 0, 0, '', 'fashion-dress-up-sewing-clothes'), (4105, 'Supermodel Magazine Salon Baby Game', 'Are you a creative fashionista? Get Supermodel Magazine and enter a world full of stylish dress up items and beautiful girls! The models can\'t wait to see what fashion choices you\'re going to make! Experiment with colorful clothes and accessories in the dress up game levels, take pictures of the supermodels on the runway and design the coolest fashion magazine with the girls on the cover.', 'https://img.gamemonetize.com/qj58rgjr3b617teliyv47x1vhcma2akp/512x384.jpg', 'https://html5.gamemonetize.com/qj58rgjr3b617teliyv47x1vhcma2akp/', '0', 'Hypercasual', 0, 0, '', 'supermodel-magazine-salon--baby-game'), (4106, 'My New Poodle Friend Pet Care Game', 'Sofia\'s birthday is coming. Jack wants to send Sofia a poodle as a birthday gift. She loves animals very much and wants to raise a pet dog in the yard of her house. Firstly, she needs to repair the old pet house and decorate the home for the poodle before it comes. Let\'s join her together and have a look.', 'https://img.gamemonetize.com/gdtcosklhx22ooz26zijd5e938tqqulo/512x384.jpg', 'https://html5.gamemonetize.com/gdtcosklhx22ooz26zijd5e938tqqulo/', '0', 'Girls', 0, 0, '', 'my-new-poodle-friend--pet-care-game'), (4107, 'Jungle shootout', 'Rambo style game in the jungle - stay alive as long as you can and get the highest points. Shoot enemies and turrets and look for ammo boxes and medikits. Highly recommend to play with GAMEPAD and FULLSCREEN. Enjoy!', 'https://img.gamemonetize.com/4dyr53zjxrigpgub2gimbqnx8fihm78a/512x384.jpg', 'https://html5.gamemonetize.com/4dyr53zjxrigpgub2gimbqnx8fihm78a/', '0', 'Arcade', 0, 0, '', 'jungle-shootout'), (4108, 'Stickman Hero', 'Swing your way to the finish line! Avoid all the obstacle. There are twenty challenging stages. Finish them all and be the Stickman Hero!', 'https://img.gamemonetize.com/imwsoj6dod2izstzsmsr9uu0asegbc8k/512x384.jpg', 'https://html5.gamemonetize.com/imwsoj6dod2izstzsmsr9uu0asegbc8k/', '0', 'Fighting', 0, 0, '', 'stickman-hero'), (4109, 'Mad Hill Racing', 'Mad Hill Racing is fun addictive adventure racing game.In this game you can buy multiple vehicles and backgrounds. Every Vehicle and Background area gives you completely different experience.Some Vehicle like Pull is really hard to win the level.', 'https://img.gamemonetize.com/6c9hi8jedazz5zk4uc5wbuvzrci1b1w8/512x384.jpg', 'https://html5.gamemonetize.com/6c9hi8jedazz5zk4uc5wbuvzrci1b1w8/', '0', 'Racing', 0, 0, '', 'mad-hill-racing'), (4110, 'Pop It Trading', 'Pop It Trading 3d is new idea of pop it us fidget toys trade 3d master with fun of relaxing and satisfying game ASMR†.Just tap and start playing this Pop It Trading game for free. Drag the fidget object to the board to start your deal and press the plus button to get more fidget objects from your opponent. Get more object in this fidget toy 3d Pop it ASMR object by push the plus button. In this PopnIt Trading! Push plus button and collect more object and win the trade to become rich run 3d before your opponent win your all object.', 'https://img.gamemonetize.com/44s308nddo08t796mm4x8d8w02b0ahqt/512x384.jpg', 'https://html5.gamemonetize.com/44s308nddo08t796mm4x8d8w02b0ahqt/', '0', 'Puzzles', 0, 0, '', 'pop-it-trading'), (4111, 'CubeKIng', '-Easy To Play -Simple Game', 'https://img.gamemonetize.com/v9kq5hedlmsoxclrwkudne4h7z5c5qwz/512x384.jpg', 'https://html5.gamemonetize.com/v9kq5hedlmsoxclrwkudne4h7z5c5qwz/', '0', 'Sports', 0, 0, '', 'cubeking'), (4112, 'Tower Jumper', 'A ball game! Bounce your ball and earn high scores.', 'https://img.gamemonetize.com/dcppem7va5olh9h4nrf1jbkv970v3zve/512x384.jpg', 'https://html5.gamemonetize.com/dcppem7va5olh9h4nrf1jbkv970v3zve/', '0', 'Hypercasual', 0, 0, '', 'tower-jumper'), (4113, 'Pick & Match', 'The game is very simple, you will still use your natural memory ability to complete it by opening pairs of cards with the same animals. You will win the game if you don’t open all the cards correctly and there is still time limit. If the time ends and you don’t open all the cards, the game is over. Completing each level you will be rewarded with coins and coins you can buy help features of the system. Enjoy!', 'https://img.gamemonetize.com/1jcmnm8pt1f6oey44sxam4dkbu3jyzis/512x384.jpg', 'https://html5.gamemonetize.com/1jcmnm8pt1f6oey44sxam4dkbu3jyzis/', '0', 'Puzzles', 0, 0, '', 'pick-amp-match'), (4114, 'Royal Thumble', 'Royal Thumble is a casual game where you choose your wrestler and smash, strike, and swipe your opponent. Let\'s get ready to thumble!', 'https://img.gamemonetize.com/feoaj2s4ngmyxl52688bk1ne1dzdkg7q/512x384.jpg', 'https://html5.gamemonetize.com/feoaj2s4ngmyxl52688bk1ne1dzdkg7q/', '0', 'Action', 0, 0, '', 'royal-thumble'), (4115, 'Color Rope Puzzle Arcade', 'Colorful rope for you, connect the same color hole with your rope. Easy to play, hard to master.', 'https://img.gamemonetize.com/oqnqwe8ktmne3j3zs75nms4g70o089gg/512x384.jpg', 'https://html5.gamemonetize.com/oqnqwe8ktmne3j3zs75nms4g70o089gg/', '0', 'Puzzles', 0, 0, '', 'color-rope-puzzle-arcade'), (4116, 'Color Rope Puzzel', 'Color Rope will keep you hooked for hours! Puzzle game with one finger control. Easy to play, hard to master. Features amazing colorful gameplay. Build your newest addiction!', 'https://img.gamemonetize.com/g9suumv53w74rxbucilrdavaayife5bg/512x384.jpg', 'https://html5.gamemonetize.com/g9suumv53w74rxbucilrdavaayife5bg/', '0', 'Arcade', 0, 0, '', 'color-rope-puzzel'), (4117, ' Merge Letters Merge Alphabet ', 'Are you ready to take part in the other Fused Alphabet world ? Let\'s try Merge Alphabet : Merge Lore Letter for Free right now! Merge Alphabet : Merge Lore Letter! Fight in the intense battle! Win and become the champion of Merge Alphabet Master! Merge Alphabet : Merge Lore Letter is an epic fighting game – get ready for an epic battle. Merge your Alphabet. Play for free. Challenge yourself to become the king of Merge Alphabet wars! Merge, Fight and Challenge yourself to become the king of Merge Alphabet : Merge Lore Letter.', 'https://img.gamemonetize.com/6yq9ylwfrf0iw31agpef39qdt1vkm7k4/512x384.jpg', 'https://html5.gamemonetize.com/6yq9ylwfrf0iw31agpef39qdt1vkm7k4/', '0', 'Adventure', 0, 0, '', '-merge-letters--merge-alphabet-'), (4118, 'dbz Dragon ball 3', 'You are San Go Ku and are on cloud nine, but you are not dreaming. You must kill all your enemies who wish you harm. To begin, click on "start".', 'https://img.gamemonetize.com/0c1181f8ctomtmyfhv3kip6yrszj7pv8/512x384.jpg', 'https://html5.gamemonetize.com/0c1181f8ctomtmyfhv3kip6yrszj7pv8/', '0', 'Adventure', 0, 0, '', 'dbz-dragon-ball-'), (4119, 'Run Ninja Run', 'Escape your enemies by jumping and sliding over and under obstacles with the arrow keys, as you sprint along the 2D landscape, collecting gold to buy upgrades with on the way.', 'https://img.gamemonetize.com/wmh1yx9k6hajrr1pitxowtcmf8bpfg23/512x384.jpg', 'https://html5.gamemonetize.com/wmh1yx9k6hajrr1pitxowtcmf8bpfg23/', '0', 'Arcade', 0, 0, '', 'run-ninja-run'), (4120, 'Merge Master Rainbow Friends Boxy', 'Merge Rainbow Friends! Fight in the intense battle! Win and become the champion of Merge Master! Merge Master: Rainbow Friends is an epic fighting game – get ready for an epic battle. Merge your rainbow friends monsters, improve your fighting skills and defeat ragdoll enemies in fights for survival. Play for free. Challenge yourself to become the king of merging wars! Learn more about Merge Master: Rainbow Friends... This is not one of those classic and boring merging games. This is a new, free, and cool game for all boys and girls that are Rainbow Friends games fans and want to think like a monster hunter and merge into monster legends. HOW TO PLAY - Control your rainbow monster army and merge wisely to kill rivals. - Unlock new and more powerful monster creatures after conquering challenges and using the right combination. - Use your finger to draw and grow rainbow friends monsters to evolve them. - Match the same units of monsters to merge them into a higher form. - Get ready and prepare yourself for the wars, beat your enemies to die. Remember, if you don\'t merge super fast with your monsters, your enemies will beat you in the final round fight. Are you ready to join and clash in this rainbow friends monster rampage game? FEATURES - Easy and addictive gameplay for everyone - one finger control - Merge 2 monsters to get new powerful rainbow friends monster - Amazing graphics - Bright animations - Different ragdoll rainbow friends monster skins - Epic fights - Dumb & funny ways to die - Great collection of monsters to merge Let’s begin the evolution and enjoy Rainbow Friends monster battles in the epic Merge Master: Rainbow Friends fighting game! The evolutionary battle is on!', 'https://img.gamemonetize.com/5dtok5d2ekjrvk6zo0yiedvgiglgfv73/512x384.jpg', 'https://html5.gamemonetize.com/5dtok5d2ekjrvk6zo0yiedvgiglgfv73/', '0', 'Hypercasual', 0, 0, '', 'merge-master-rainbow-friends-boxy'), (4121, 'City Racing 3D', '#1 Free Physics 3D Car Racing game Proudly Presented! Bring fast driving experience to a whole new level! Incredible slim size, and support WiFi Multi-Player racing mode! Race the traffic! Be the king of street racing! â— Real Competition Real cars, real tracks, real traffic racing with epic drift stunts. Climb up the leaderboards! â— Super Cars & Easy Controls Big surprise for free nice cars and the test drive! Easy controls and great car selection â— Car Upgrades & Customize Upgrade turbo engine, find the optimal tune for your car. Colorful paints and cool stickers â— WiFi Multi-Player Racing #1 LAN Multi-Player Real-time Racing game on mobile! â— Global Rally Tour Race around the worlds\' most bustling metropolis like Tokyo, Paris, Chicago, London, Macao, Cairo, Hawaii, Chengdu, Arizona â— Many Racing Modes Include Career, Elimination Tournament, 1 Vs 1, Time Trial Free Clash Racing in City Racing 3D! We\'d appreciate to hear your suggestions and comments!', 'https://img.gamemonetize.com/zsm332axfd5inp4fxvhqs0nuro8quck8/512x384.jpg', 'https://html5.gamemonetize.com/zsm332axfd5inp4fxvhqs0nuro8quck8/', '0', 'Racing', 0, 0, '', 'city-racing-d'), (4122, 'Galaxy Bricks Breaker', 'The Galaxy Bricks Breaker Online Game is a great way to pass the time. It is a game that requires quick reflexes and decision making. The object of the game is to clear all the bricks from the screen. This can be accomplished by matching three or more bricks of the same color. The game gets progressively more difficult as more bricks are added to the screen.', 'https://img.gamemonetize.com/puuwwlt5ozysmat1nlexhxvt0c7gdlfp/512x384.jpg', 'https://html5.gamemonetize.com/puuwwlt5ozysmat1nlexhxvt0c7gdlfp/', '0', 'Puzzles', 0, 0, '', 'galaxy-bricks-breaker'), (4123, 'Project Boxy Boo Play Time', 'Welcome to Project Playtime Boxy Boo, with a fantastic appearance, a new survivor, and the boxy boo monster. Choose your part, defend, and save the project boxy multiplayer online horror. As a survivor, you must complete your task and project boxy escape from monster assign project playtime online, and prepare for a survival multiplayer boxy boo game war. Boxy Project has the following features: - Giant toy while surviving an exciting toy in a toy factory. - Perfect game in controlling the toy project boxy boo. Six players will play the role of a Survivor in this wonderful project boxy game. They must work together to solve riddles and manufacture an epic-sized toy, all while attempting to stay alive in boxy factory. DISCLAIMER: This is a third-party app. The program aids with the installation and familiarization of the game boxy boo project; this is not a game. Please inform us through email if you believe there are trademark breaches that do not fit under the "fair use" regulations.', 'https://img.gamemonetize.com/t992jxy597eyggj43i4nk9ubqgtfnp86/512x384.jpg', 'https://html5.gamemonetize.com/t992jxy597eyggj43i4nk9ubqgtfnp86/', '0', 'Adventure', 0, 0, '', 'project-boxy-boo-play-time'), (4124, 'Scary Horror Choo Choo Game', 'Choo Choo train Charles 2023 game is a horror game with a character of train, and it\'s also an action game. The game will take you to a faraway place where the monster train is haunting players around the world. It\'s an extremely scary yet enjoyable experience choo-choo charles that you can only get when playing this game. The train in this choo choo charles game has some awesome features such as the ability to jump off choo-choo train and run away from the monster train, which makes it very challenging to play. The monster train also cannot be stopped by any means and will always keep chasing choo choo charles its target until it catches them up or they manage to escape from choo choo charles clutches. The player will have to use their reflexes and wits to survive against choo-choo charles and relentless killer machine! The choo-choo charles game is a horror game with a character of train and a monster train is haunting players. The game has some features like: The choo-choo charles monsters will attack you if you are close to them, so be careful! There are several kinds of monsters in this choo choo charles game and they are all different from each other choo trains.', 'https://img.gamemonetize.com/89mehykev08hflw96y59c4ljij6cuhen/512x384.jpg', 'https://html5.gamemonetize.com/89mehykev08hflw96y59c4ljij6cuhen/', '0', 'Adventure', 0, 0, '', 'scary-horror-choo-choo-game'), (4125, 'Choo Choo Charles Survival', 'Are you looking for horror game? Choo choo charlies is horror game with amazing graphics and thrilling adventures gameplay. choo charlies horror game brings joy by playing choo choo charlies game that has jungle environment. Player has to move toward the cho choo train engine fire on this old train engine so target given how bullets fired on train engine. player has weapon like machine gun and fire on scary choo choo Charlies train engine Choo choo charlies horror game has wide play are in jungle and at different places scary choo choo charlies train engine held so player has to move toward choo choo charlie old train engine so this scary old train engine become scary on arrival and escape or be hunt in choo choo charlies scary game. you need to destroy cho cho charlies horror old train engine other wise this is blood thirsty of your. Choo cho charlies train engine has machine gun to fire on scary choo choo old train engine. you have to play all missions carefully because any time scary choo choo can attack on you that resulted to death. choo choo Charlies scary train engine may be waiting for you. when you travelling in jungle be carefully might be caught by choo choo charlies scary 3d. thus you have to load your machine gun every time to prevent attack of choo choo Charlies in scary jungle in dark knight mode. You can call help from your friends to fight with scary choo choo charlies scary old train engine so more learn about choo choo chalies game. all time this old scary train engine want destruction in the jungle so this choo choo charlie horror train playing is not easy so your goal to escape in the other wise scary train will damage you. Fun with your friends by playing choo choo Charlies horror game. Features of Choo choo charlies scary train', 'https://img.gamemonetize.com/etj9rfb196tv9svnjh1az1kop3n0e9l7/512x384.jpg', 'https://html5.gamemonetize.com/etj9rfb196tv9svnjh1az1kop3n0e9l7/', '0', 'Adventure', 0, 0, '', 'choo-choo-charles-survival'), (4126, 'Graffiti Time', 'In Graffiti Time, a stealth-based platform game, you\'ll be spreading your artistic talents throughout the city by sneaking around and leaving your mark on various surfaces. You\'ll have a trusty can of spray paint at your disposal, as well as a variety of colors and stickers to customize your art. As you paint the city, you\'ll need to watch out for the law enforcement and security guards who will try to catch you. The game features dozens of levels filled with creative puzzles and challenging obstacles. Do you have the skills and cunning to complete the game and become a graffiti master?', 'https://img.gamemonetize.com/nnkm8r8m544i416tis57l003vedwpgm6/512x384.jpg', 'https://html5.gamemonetize.com/nnkm8r8m544i416tis57l003vedwpgm6/', '0', 'Puzzles', 0, 0, '', 'graffiti-time'), (4127, 'Pokemon Hidden Stars', 'Pokemon Hidden Stars is a puzzle hidden object game. Find the hidden stars in the pictures. Use hint button to reveal difficult hidden stars. Explore tons of amazing and challenging levels. Enjoy!', 'https://img.gamemonetize.com/pnxuo8tbiha2k1odcj21kevm6uif15se/512x384.jpg', 'https://html5.gamemonetize.com/pnxuo8tbiha2k1odcj21kevm6uif15se/', '0', 'Puzzles', 0, 0, '', 'pokemon-hidden-stars'), (4128, 'Lollipop Match ', 'The objective of the game is to clear the playing field of lollipops by matching three or more lollipops of the same color. The game is played with a mouse or finger, and the lollipops must be connected in order to be matched. Looking for a fun and addicting match 3 game? Look no further than Lollipop Match 3 Puzzle Online Game! This game features luscious graphics and addictive gameplay that will keep you coming back for more. Match three or more lollipops to clear them from the board and earn points. With each new level, the challenge increases. Can you reach the top of the leaderboard?', 'https://img.gamemonetize.com/yierbqzhxi3t4lb5nbhgphvzwkh2y4n2/512x384.jpg', 'https://html5.gamemonetize.com/yierbqzhxi3t4lb5nbhgphvzwkh2y4n2/', '0', 'Puzzles', 0, 0, '', 'lollipop-match-'), (4129, 'Halloween Numbers', 'The "Halloween Numbers Online Educational Arcade Game" is a great way for kids to learn about numbers and math. The game is simple to play and understand, and it\'s a great way for kids to get some practice with basic addition, subtraction, and multiplication. Our "Halloween Numbers" online educational arcade game is the perfect way to teach your little ones their numbers while they have a blast playing! This game is ideal for kids aged 4-8.', 'https://img.gamemonetize.com/gmeiiwhy5qzgs71vw20rp46slo4m5bgt/512x384.jpg', 'https://html5.gamemonetize.com/gmeiiwhy5qzgs71vw20rp46slo4m5bgt/', '0', 'Puzzles', 0, 0, '', 'halloween-numbers'), (4130, 'Fairy Falls', 'The Fairy Falls Online Jump Wall Game is a fun and challenging way to test your skills. Players must help the fairies jump over the wall by timing their jumps correctly. The game features beautiful graphics and sound, and is suitable for all ages. Fairy Falls is an online game that challenges players to jump over walls. The game is simple but addicting, and it\'s a great way to pass the time. The Fairy Falls online game is a wall-jumping game that is both challenging and fun. Players must use their timing and coordination to jump between walls and avoid obstacles. The game is perfect for players of all ages and skill levels.', 'https://img.gamemonetize.com/8b0347u96bol4czdkenpgvjsz2p07ks8/512x384.jpg', 'https://html5.gamemonetize.com/8b0347u96bol4czdkenpgvjsz2p07ks8/', '0', 'Arcade', 0, 0, '', 'fairy-falls'), (4131, 'Finn on the platform', '"Finn on the platform" is a very fun adventure game! Complete the tracks and pass the levels! Start the great fun with your character named Finn!', 'https://img.gamemonetize.com/ja2nxpbbex0v160y8ysp47adf0p0tfmt/512x384.jpg', 'https://html5.gamemonetize.com/ja2nxpbbex0v160y8ysp47adf0p0tfmt/', '0', 'Arcade', 0, 0, '', 'finn-on-the-platform'), (4132, 'Crazy Pixel Apocalypse 1', 'The stunning Arena Map is the setting for the fantastic Block Fight Swat GunGame Multiplayer that takes place. Have a good time, but can you become good enough to master all five game modes? In head-to-head combat, available up to level 40, you may compete against individuals from all over the globe and those in your surrounding vicinity. If you apply certain modifications, such as camouflage, you can access 18 unique kinds of weapons. To each his own!', 'https://img.gamemonetize.com/qrexiko7fnbovln8gjg0rqc5963qudrm/512x384.jpg', 'https://html5.gamemonetize.com/qrexiko7fnbovln8gjg0rqc5963qudrm/', '0', 'Shooting', 0, 0, '', 'crazy-pixel-apocalypse-'), (4133, 'Sweet Baby Girl Daycare', 'Sweet Baby Girl Daycare is a very cute caring game. Today your mission is to take care of the little baby girl. Firstly, let\'s iron the clothes so that the baby can put on neat clothes. You can dress up for her or play stickers with her so that she will be happy. If she is hungry, you can feed her with delicious and healthy fruits! Don\'t forget to clean up the house after all activities. Enjoy!', 'https://img.gamemonetize.com/cv03t3v44h1cklqnv5tcu7n9akjdxe0p/512x384.jpg', 'https://html5.gamemonetize.com/cv03t3v44h1cklqnv5tcu7n9akjdxe0p/', '0', 'Girls', 0, 0, '', 'sweet-baby-girl-daycare'), (4134, 'Bikini Surfing Rescue', 'Bikini Surfing Rescue is a summer fun puzzle surfing and running online game. Beauty ladies could not swim and were in great danger, hurry up to get on a jet ski to rescue them. Well, there are so many beautiful different kinds of swimsuits. Buy them for ladies to help them be the most beautiful girl. Join us to play and enjoy!', 'https://img.gamemonetize.com/ioq1zys15mh2np30dp8ifkmzbcpcpxc0/512x384.jpg', 'https://html5.gamemonetize.com/ioq1zys15mh2np30dp8ifkmzbcpcpxc0/', '0', 'Boys', 0, 0, '', 'bikini-surfing-rescue'), (4135, '2048 extended', '2048 is a beautiful and addictive sliding block numbers puzzle game. Merg numbers, create 2048 tile, win the game, and make a high score. play endless 2048 Puzzle and have fun.', 'https://img.gamemonetize.com/agg62zy9ldm85xkxzm9nr0kyfj6tdxum/512x384.jpg', 'https://html5.gamemonetize.com/agg62zy9ldm85xkxzm9nr0kyfj6tdxum/', '0', 'Puzzles', 0, 0, '', '-extended'), (4136, 'Electro.io', 'Connect all of the electrons among themselves. But remember you can connect only opposite charges and lines must not overlap Gamesnout.com', 'https://img.gamemonetize.com/hk72jura5op4mi9jx4jjjjuj7jih41nk/512x384.jpg', 'https://html5.gamemonetize.com/hk72jura5op4mi9jx4jjjjuj7jih41nk/', '0', 'Puzzles', 0, 0, '', 'electroio'), (4137, 'Sonic Wheelie Challenge', 'Sonic Wheelie Challenge is super fun driving game that you can play online for free. No download needed. The aim of the game is to wheelie all the way to the finish line. Collect the coins on the way and avoid possible obstacles. Have fun playing!', 'https://img.gamemonetize.com/x0zrpes19bqebprd39jm2h2jy9opmujs/512x384.jpg', 'https://html5.gamemonetize.com/x0zrpes19bqebprd39jm2h2jy9opmujs/', '0', 'Racing', 0, 0, '', 'sonic-wheelie-challenge'), (4138, 'Koby Jump .IO', 'Koby Jump Escape is a great HTML5 platform game. Help Koby to escape from prison. On every level you need to pickup the 3 money bags to unlock the door. This prison have 13 levels. Good luck!', 'https://img.gamemonetize.com/tpf2xnonujgbpfyeqts6vw6jfa1fd95r/512x384.jpg', 'https://html5.gamemonetize.com/tpf2xnonujgbpfyeqts6vw6jfa1fd95r/', '0', 'Puzzles', 0, 0, '', 'koby-jump-io'), (4139, 'Chic Baby Kitty Hair Salon', 'Mommy Kitty Kate will go to the grooming cat hair salon to book a hairstylist. You will be a professional hair groomer and cut hair, make up to make these kittens supermodels. Treat all your customers like VIPs where they can all enjoy cool and warm spa treatments and play with each other. Provide nursery for animals such as eating, bathing, treating and grooming.', 'https://img.gamemonetize.com/e651k4j3o32ew21a8xjg1kwbkpequluv/512x384.jpg', 'https://html5.gamemonetize.com/e651k4j3o32ew21a8xjg1kwbkpequluv/', '0', 'Girls', 0, 0, '', 'chic-baby-kitty-hair-salon'), (4140, 'Royal Wedding Hair Design', 'Hey, hairdresser! Your new customer is here, she is Rebecca. Today is Rebecca and Flynn\'s wedding day, everything is ready now except a perfect wedding hairstyle for the bride. Quickly to design one of the most beautiful hairstyle for Rebecca now!', 'https://img.gamemonetize.com/flpo7f5p0r08zxlgww2b5emwb3ua0gje/512x384.jpg', 'https://html5.gamemonetize.com/flpo7f5p0r08zxlgww2b5emwb3ua0gje/', '0', 'Girls', 0, 0, '', 'royal-wedding-hair-design'), (4141, 'Fashion Girls Shopping For Summer', 'Summer is coming. Our fashion girls need to buy a new batch of summer clothes to fill their wardrobes, so they decide to go shopping together. At the shopping mall, there are beautiful clothes, fashionable shoes and so on. Can you help them choose and dress up? Come and have fun!', 'https://img.gamemonetize.com/0u4zwkmqfh2564qz2ap7y8c4oqvo1d7e/512x384.jpg', 'https://html5.gamemonetize.com/0u4zwkmqfh2564qz2ap7y8c4oqvo1d7e/', '0', 'Girls', 0, 0, '', 'fashion-girls-shopping-for-summer'), (4142, 'Fairy Tale Magic Journey', 'Bella, who lives in modern society, accidentally acquired a magical book that can take her back to ancient times. In ancient times, she met true love - the beast prince. She will wear a gorgeous dance dress to dance with him.', 'https://img.gamemonetize.com/imf549ccdi8wb4lhbdhig4mhuk315uv0/512x384.jpg', 'https://html5.gamemonetize.com/imf549ccdi8wb4lhbdhig4mhuk315uv0/', '0', 'Girls', 0, 0, '', 'fairy-tale-magic-journey'), (4143, 'Car Parking Games Car Games', 'The dawn of a new era of car parking games. A realistic experience of car games offline, Modern Car Parking 3D is the ultimate car simulator. An exquisite adventure of free games, car parking made fun with our driving games. Drive the most famous cars and the world through challenging paths that will test all your skills as a driver. A brand new car parking and driving simulator are highly recommended for you. Get lost in the thrilling car parking game, it is one of the best games. If you want to learn to drive then you must utilize this car parking game. A combination of car simulation games and multiplayer games. Modern Car Parking 3D is one of the free games available on the play store. A fleet of Super Cars Progress through your career and get to drive amazing new cars in free games. From classic cars with vintage style, sedans with luxurious features, racing cars with speed and thrill to streetcars you find in your real life. Driving games were never so fun. Join Millions of games player who love to play car games, and want to become car simulator masters in new games. Our realistic games are our most popular games that come with high-quality environments. Multiplayer Mode Modern Car Parking also has an amazing multiplayer mode in car parking games. Compete with other opponents in this driving simulator which is recommended for you. Car parking games with a car simulator have never been so fun. It is one of the limited car games with multiplayer driving games. If you love car driving games then this car game is a good choice for you. Experience the thrill of car simulation games with our realistic games. Different Variation MCP now comes with regional different languages in offline games. Our car games have different varieties of modes of parking car games. Install our car games, fasten your seat belts and get ready to drive in offline games. Enjoy the free games with our car simulator. This free game will let you experience the thrill of parking in car games. Free games and multiplayer games were never so fun! Our car simulator is one of our most liked and popular games. Car Parking Challenges Face troubling car parking simulator challenges in Modern Car Drive parking 3D. It will challenge your car games parking skills. Develop strong parking skills in driving games. Face mind-boggling obstacles and challenging car parking. Car parking is fun in our free games and car games. Our car simulator is a game with better visuals so don’t miss it. Develop Driving Skills Our car games improve your parking skills, a driving simulator that teaches car parking. Prepare for real life driving tests with car parking games. Car games with real life obstacles, master car driving games with ease and comfort. Polish your driving skills, enjoy car games, and endless parking adventures in the driving simulator. Driving Simulator A new parking simulator teaches you to face tough challenges. Feel your adrenaline rush in our car games, and develop parking skills in this thrilling driving simulator. A car simulator that puts your skills to test in car games. Drive carefully and park your car in a given time to master car parking in free games. One of our offline games is a car simulator and a game with better visuals. Career Progression Progress through Modern Car Drive to become a car parking expert in stylized games. Make the most out of multiple parking stages in our car games. Modern Car Parking 3D comes with many driving missions to master car games. You can master the skills of car driving and car parking with our driving games that are recommended for you. All Round Entertainment Modern Car Parking 3D is one of the best car parking games and stylized games. One of the car simulations games for fans of driving games. Our driving games come with challenging levels in new games. The high-quality environment of new games and outstanding graphics in offline games. Learn car parking with our free games that are stylized games.', 'https://img.gamemonetize.com/c6fnx8g0vzapr1boowy3ul25ugzjzrrx/512x384.jpg', 'https://html5.gamemonetize.com/c6fnx8g0vzapr1boowy3ul25ugzjzrrx/', '0', 'Sports', 0, 0, '', 'car-parking-games--car-games'), (4144, 'Troll Thief Stickman Puzzle', 'Troll Thief - Stickman Puzzle is a free online puzzle game. In this game, one of the stickman\'s arms is stretchy. And you can help him drag his hand to reach the things he wants. Note that there are many barriers between you and the target. If you reach the wrong thing, you mignt fail at the level. Which level will you fail at? Hopefully not the first. Good luck!', 'https://img.gamemonetize.com/gj8t7sa2xmr15vi7ln5hbpmg2hkf4rgs/512x384.jpg', 'https://html5.gamemonetize.com/gj8t7sa2xmr15vi7ln5hbpmg2hkf4rgs/', '0', 'Boys', 0, 0, '', 'troll-thief--stickman-puzzle'), (4145, 'Fuuta 2', 'Fuuta 2 is a 2D platformer where you have to collect all of the lipsticks while avoiding all of the single-eyed enemy monsters and their bullets, flying monsters, pins and reach the yellow flag in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Fuuta" series.', 'https://img.gamemonetize.com/er4hmqut7aw2oyiv38755nqxatzreyyb/512x384.jpg', 'https://html5.gamemonetize.com/er4hmqut7aw2oyiv38755nqxatzreyyb/', '0', 'Arcade', 0, 0, '', 'fuuta-'), (4146, 'Troll Thief', 'Troll Thief – Stickman Puzzle is a funny puzzle game template where you stretch and bend your character’s arms to reach various objects and solve puzzles set in hilarious scenarios.', 'https://img.gamemonetize.com/3hju9vjcgd7lhodz6sibdcclmiwdv7qw/512x384.jpg', 'https://html5.gamemonetize.com/3hju9vjcgd7lhodz6sibdcclmiwdv7qw/', '0', 'Fighting', 0, 0, '', 'troll-thief'), (4147, 'Retro FPS Escape', 'Explore and escape from the maze , you will face a tone of obstacles and enemy pass them all if you can .... Complete each level to unlock next level.', 'https://img.gamemonetize.com/yjg7h852e3kq2h1av1d7qhw09798s61d/512x384.jpg', 'https://html5.gamemonetize.com/yjg7h852e3kq2h1av1d7qhw09798s61d/', '0', 'Adventure', 0, 0, '', 'retro-fps-escape'), (4148, 'Among Us Bike Race', 'Among Us Bike Race is an online HTML5 game. With the development of science and technology, more and more robots begin to resist human rule and oppression, and terrible wars will erupt between humans and robots. Robots not only have the appearance and wisdom of humans but also have the ability to imitate human words and deeds. They even held a cross-country motorcycle race belonging to robots and named this race Among Us Bike Race. The robots ride motorcycles over various obstacles and collect gold coins and diamonds. Their development model is very similar to that of humans. It is almost difficult to tell which is a robot and which is an ordinary human.', 'https://img.gamemonetize.com/9ydc2r1yexisqbkqgwkc4s8iw98n4qt5/512x384.jpg', 'https://html5.gamemonetize.com/9ydc2r1yexisqbkqgwkc4s8iw98n4qt5/', '0', 'Racing', 0, 0, '', 'among-us-bike-race'), (4149, 'Shoot That Fast', 'Shoot that Fast is learn with fun game where you will have to shoot the bottles as soon as you can and complete the words shown. Get highest score in 3 lives and 2 minutes! It’s an addictive fun filled game which will let you spend your time learning alphabets.', 'https://img.gamemonetize.com/2zz7ddkq6p3d843atb1um86zrvnbtxhf/512x384.jpg', 'https://html5.gamemonetize.com/2zz7ddkq6p3d843atb1um86zrvnbtxhf/', '0', 'Shooting', 0, 0, '', 'shoot-that-fast'), (4150, 'Icewizard Adventure DX', 'Icewizard Adventure is a platformer adventure game, explore 20 levels and destroy evil forces, defeat bosses and get crystals to unlock next level.', 'https://img.gamemonetize.com/9lxff7ttyv9h351iwfu19c5da7iad0l4/512x384.jpg', 'https://html5.gamemonetize.com/9lxff7ttyv9h351iwfu19c5da7iad0l4/', '0', 'Adventure', 0, 0, '', 'icewizard-adventure-dx'), (4151, 'Speed For Beat', 'Speed For Beat is a formula race car driving simulation game with 3D game art animation in effect. You got a chance to drive formula race car which needs special and professional driver in several tracks. There are several better cars for you to choose by using coins. Have you ever unlocked all the tracks and cars in Speed For Beat?', 'https://img.gamemonetize.com/oh97hyfllbnlr2sjz2myj6keon927hrg/512x384.jpg', 'https://html5.gamemonetize.com/oh97hyfllbnlr2sjz2myj6keon927hrg/', '0', 'Racing', 0, 0, '', 'speed-for-beat'), (4152, 'Ninja Adventure', 'Ninja Adventure is a jump game, right? Maybe you didn\'t know it, I thought in error. In order to win this game, you must guide a ninja figure through a series of challenging obstacle courses while collecting as much money as you can. Not only is it a ton of fun to do, but it also works wonders to sharpen your reflexes. Give Ninja Adventure a shot if you want to play a game that satisfies those criteria and is entertaining and difficult.', 'https://img.gamemonetize.com/zuu4repqcs202t51u3z319eh48k6qo53/512x384.jpg', 'https://html5.gamemonetize.com/zuu4repqcs202t51u3z319eh48k6qo53/', '0', 'Arcade', 0, 0, '', 'ninja-adventure'), (4153, 'Teen Titans Go Jigsaw Puzzle', 'Zazgames is a place where you can infinitely play assembling online jigsaw puzzles. We hope you are up for another game from the Puzzle category on our website , because we have just added the game called Teen Titans Go Jigsaw Puzzle for you all, which, despite being one of the many puzzle games we have added so far into this category, this is the first puzzle game to use this specific format, and image, so it is going to be a brand new experience for all of you, an experience we are sure you will appreciate, as there is no way you aren\'t going to have a lot of fun playing the game. Especially after you learn how to play it from the next lines in the description. you will start by choosing how you want the jigsaw puzzle be : hard medium or easy. After that, the jigsaw puzzle pieces are going to be spread around the game screen randomly. Use the mouse to drag them over the transparent images where they match with the image, until all the pieces are connected, and the image looks just like it did in the beginning. You will have a great time with the game, so start it right now, and we are sure you will not regret it one second!', 'https://img.gamemonetize.com/vzl6clr6n4l42p3dg9iz574pyfle4a4m/512x384.jpg', 'https://html5.gamemonetize.com/vzl6clr6n4l42p3dg9iz574pyfle4a4m/', '0', 'Puzzles', 0, 0, '', 'teen-titans-go-jigsaw-puzzle'), (4154, 'Fruit Slicer', '* In FRUIT SLICER you have to cut the fruits that appear on the screen and DON\'T let them fall, otherwise you lose life and the game ends after 3 lost lives. * Beware of bombs: they detonate your life too. * 3 Modes: ARCADE, ZEN and FENETIC Gather your colleagues and find out who is the best in the FRUIT SLICER', 'https://img.gamemonetize.com/wfks6jgi2kgp0z406kmaomyvddlhxus4/512x384.jpg', 'https://html5.gamemonetize.com/wfks6jgi2kgp0z406kmaomyvddlhxus4/', '0', 'Hypercasual', 0, 0, '', 'fruit-slicer'), (4155, 'Fashion Dress Up Show', 'Help the boy and girl find style and charm in this beautiful dress game! Get creative and find your favorite style. There are over two hundred products to choose from in eighteen categories, such as haircuts, color, hairstyle, eye color, dresses, shirts, jeans, clothes, shoes, body color, lip color, nail color and much more! Once you’ve created a style, you can head to a cool photo studio and you can take a picture of a girl and a guy separately or together!', 'https://img.gamemonetize.com/7et0ohlj6w2q5nnpezrzu6jf66kyp9kr/512x384.jpg', 'https://html5.gamemonetize.com/7et0ohlj6w2q5nnpezrzu6jf66kyp9kr/', '0', 'Girls', 0, 0, '', 'fashion-dress-up-show'), (4156, 'Chitu Adventures 2', 'Chitu Adventures 2 is a 2D platformer where you play as an employee called Chitu who have to collect all of the important papers of your project, which have been taken away by your evil coworkers, and avoid your evil coworkers, flying robots and their bullets, spikes and saws and reach the Office door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Chitu Adventures" series.', 'https://img.gamemonetize.com/a0ut38rabyf41keu6tcys3o2js9oyanh/512x384.jpg', 'https://html5.gamemonetize.com/a0ut38rabyf41keu6tcys3o2js9oyanh/', '0', 'Arcade', 0, 0, '', 'chitu-adventures-'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (4157, 'Bullet OverLoad', 'Welcome to Bullet Shooter Overload, new one touch action game. The goal is to kill all soldiers in all missions, you will need to set the laser to the right target and focus to fight enemies. Eliminate all enemies to win! Plan your strategy, rotate objects, make your move and kill all enemies!', 'https://img.gamemonetize.com/04ewwc16blxe6ll4uu5grw6dx7oa45ps/512x384.jpg', 'https://html5.gamemonetize.com/04ewwc16blxe6ll4uu5grw6dx7oa45ps/', '0', 'Adventure', 0, 0, '', 'bullet-overload'), (4158, '3D Bowling Game', 'This is the best and most realistic 3D bowling game on the Android phones. It is the only bowling game that fully embraces the incredible 3D physics engine and effects.', 'https://img.gamemonetize.com/xjdu333st9a73aa6ub6tjv06vqh1qysc/512x384.jpg', 'https://html5.gamemonetize.com/xjdu333st9a73aa6ub6tjv06vqh1qysc/', '0', 'Sports', 0, 0, '', 'd-bowling-game'), (4159, 'Newee Ball', 'Newee Ball is a 2D platformer where you play as a ball who have to collect lollipops while avoiding the enemy balls, spikes, rotating blades and reach the Exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/s281zhkzde13877jv2a25n463b1f74t6/512x384.jpg', 'https://html5.gamemonetize.com/s281zhkzde13877jv2a25n463b1f74t6/', '0', 'Arcade', 0, 0, '', 'newee-ball'), (4160, 'Fly Hunt', 'Fly hunt is an amazingly interesting game.were we collect the coins.and find the way home to avoid evil bats.we can also shoot fireballs in your defense.', 'https://img.gamemonetize.com/dptc718d6zc076hg17tc286msepnsx1v/512x384.jpg', 'https://html5.gamemonetize.com/dptc718d6zc076hg17tc286msepnsx1v/', '0', 'Adventure', 0, 0, '', 'fly-hunt'), (4161, 'Red Ball Escape', 'Red Ball Escape is fun addictive hyper casual adventure game.Help control the red ball while avoiding the spikes.Jump over the spikes and pass many different obstacles that are in your way.', 'https://img.gamemonetize.com/g0lvlqix81k2901smmdmq9qzmx3wqx6c/512x384.jpg', 'https://html5.gamemonetize.com/g0lvlqix81k2901smmdmq9qzmx3wqx6c/', '0', 'Hypercasual', 0, 0, '', 'red-ball-escape'), (4162, 'Jeremy Quest', 'Jeremy Quest is a 2D platformer where you have to collect all of the red gems while avoiding the monsters, fire and spikes and reach the green flag in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/kh1mdvgmqur4my21cm27pc3igrvi6cvf/512x384.jpg', 'https://html5.gamemonetize.com/kh1mdvgmqur4my21cm27pc3igrvi6cvf/', '0', 'Arcade', 0, 0, '', 'jeremy-quest'), (4163, 'Circle Zombie', 'Break your personal record in Circle Zombie, an online game where you control a circle and jump on a line. Jump as high as you can to reach the top of the leaderboard.', 'https://img.gamemonetize.com/k8mcev6ptl8abgu7augbnrz735omralf/512x384.jpg', 'https://html5.gamemonetize.com/k8mcev6ptl8abgu7augbnrz735omralf/', '0', 'Hypercasual', 0, 0, '', 'circle-zombie'), (4164, 'Football Color Matcher', 'The Football Color Matcher is an online game that is similar to the Color Switch game. The objective of the game is to match the colors of the footballs and score points. Our online color matcher is a lot like playing a game of football. You need to be quick on your feet and make decisions quickly. The stakes are high, and you can\'t afford to make a mistake. Looking for a fun and challenging online game that\'s perfect for football fans? Look no further than Football Color Matcher! It sounds easy, but it\'s surprisingly tough - perfect for when you need a quick break from work or school. So why not give it a try today?', 'https://img.gamemonetize.com/ol6a8675iwsmrmldolnzlnp0h9eexdhm/512x384.jpg', 'https://html5.gamemonetize.com/ol6a8675iwsmrmldolnzlnp0h9eexdhm/', '0', 'Hypercasual', 0, 0, '', 'football-color-matcher'), (4165, 'World Cup Score', 'World Cup Score Online Match 3 Puzzle Game is a game that tests your ability to think quickly and make decisions under pressure. You are given a limited amount of time to score as many points as possible, and the faster you score, the more points you\'ll earn.', 'https://img.gamemonetize.com/v7n6qk86jxsl7sqj3rpejc9s3whww54w/512x384.jpg', 'https://html5.gamemonetize.com/v7n6qk86jxsl7sqj3rpejc9s3whww54w/', '0', 'Puzzles', 0, 0, '', 'world-cup-score'), (4166, 'Breakers Football', 'The Breakers are an American football team that you can play online. They\'re a great team to play with if you\'re looking for a challenge, and they have a lot of dedicated fans.', 'https://img.gamemonetize.com/qacm048pxh685vegcv72lbdud8sqgw32/512x384.jpg', 'https://html5.gamemonetize.com/qacm048pxh685vegcv72lbdud8sqgw32/', '0', 'Boys', 0, 0, '', 'breakers-football'), (4167, 'Circle Monster', 'Circle Monster online game is a great way to test your reflexes and see how high you can score. Simply jump on the line with the circle and see how long you can last. The game keeps track of your highest score, so try to beat your own record!', 'https://img.gamemonetize.com/b5xnbi4pn4qru4ecjwtpf2r1kcm7htos/512x384.jpg', 'https://html5.gamemonetize.com/b5xnbi4pn4qru4ecjwtpf2r1kcm7htos/', '0', 'Hypercasual', 0, 0, '', 'circle-monster'), (4168, 'Snow Man Breakers', 'The Snow Man Breaker game is a free online game that is both fun and challenging. Looking for a fun and free online game? Check out Snow Man Breaker! In this game, you control a snowball as you attempt to break as many snowmen as possible. Can you set a new high score?', 'https://img.gamemonetize.com/clxpdyrypsinwyh6n2wdq8tshvgb8dt6/512x384.jpg', 'https://html5.gamemonetize.com/clxpdyrypsinwyh6n2wdq8tshvgb8dt6/', '0', 'Arcade', 0, 0, '', 'snow-man-breakers'), (4169, 'Survival Starfish', 'Survival Starfish is an online game that challenges players to survive underwater. By using strategy and quick thinking, players must navigate their way through dangerous waters to safety. With exciting gameplay and beautiful graphics, Survival Starfish is a must-play for all fans of online gaming.', 'https://img.gamemonetize.com/9pfl80x4i5gr2vbwlllpww53h2n6m75f/512x384.jpg', 'https://html5.gamemonetize.com/9pfl80x4i5gr2vbwlllpww53h2n6m75f/', '0', 'Hypercasual', 0, 0, '', 'survival-starfish'), (4170, 'Pong Fish', 'Pong is a classic game that has been enjoyed by people of all ages for decades. Now, you can enjoy the same fun and excitement of Pong online with Pong Fish. Pong Fish is an online multiplayer game that pits you against other players from all over the world in a race to see who can score the most points. With beautiful graphics and easy-to-use controls, Pong Fish is the perfect game for anyone looking for a challenging and fun online gaming experience.', 'https://img.gamemonetize.com/icmmn3yphsogy9k5hxuguo64ni6gvds7/512x384.jpg', 'https://html5.gamemonetize.com/icmmn3yphsogy9k5hxuguo64ni6gvds7/', '0', 'Hypercasual', 0, 0, '', 'pong-fish'), (4171, 'Survival UFO', '"Survival UFO: Endless" is an online game that challenges players to survive in a hostile environment. The game is set on a remote planet, and players must use their wits and resources to stay alive.', 'https://img.gamemonetize.com/6k7fjuydzeofogyjhf6418jcuroy130h/512x384.jpg', 'https://html5.gamemonetize.com/6k7fjuydzeofogyjhf6418jcuroy130h/', '0', 'Shooting', 0, 0, '', 'survival-ufo'), (4172, 'Asteroids Space War', 'Spaceships, maneuvers, laser guns and cold space await you in the exciting game Asteroids : Space War! A game of skill, speed and reaction. Control your spaceship, destroy and dodge asteroids. Get in-game currency as a reward, which can be invested in improving the performance of your starship: handling, speed and health*(Durability). Is it possible to save up the amount to buy a new, more modernized ship.', 'https://img.gamemonetize.com/kj8geh6rk61y7jsb7aojo2s17cd0nbyl/512x384.jpg', 'https://html5.gamemonetize.com/kj8geh6rk61y7jsb7aojo2s17cd0nbyl/', '0', 'Arcade', 0, 0, '', 'asteroids-space-war'), (4173, 'Iron Man Parkour', 'This is a strategy game with excellent playing methods. This game is launched in the card game mode. Many powerful characters are recruited here to fight for you. At the same time, there are a lot of activities to participate in. As long as you are lucky, all kinds of powerful card characters can definitely be drawn. Players like to try it quickly.', 'https://img.gamemonetize.com/s8a6556doo90o88i2vyvuxlgl7z2s1h3/512x384.jpg', 'https://html5.gamemonetize.com/s8a6556doo90o88i2vyvuxlgl7z2s1h3/', '0', 'Action', 0, 0, '', 'iron-man-parkour'), (4174, 'Les tuyaux farceurs de Titi', 'Titi et Sylvestre poursuivent leurs manigances habituelles dans ce jeu de plateforme et de puzzle super amusant ! Titi en a marre que Sylvestre ne cesse d’essayer de le manger, et il décide de donner une bonne leçon à ce chat ! Explore des niveaux et résous des énigmes dans la cuisine de Mémé. Trouve tous les morceaux de tuyaux dont tu as besoin pour asperger Sylvestre avec de l’eau et le tremper ! En plus, tu peux chercher les cupcakes de Titi qui ont été cachés dans chaque niveau ! N’aie pas peur des éclaboussures quand tu joues au jeu Les tuyaux farceurs de Titi, seulement sur Boomerang.', 'https://img.gamemonetize.com/ft0f9pf0chwcnhars5kgk87zpytnn3ey/512x384.jpg', 'https://html5.gamemonetize.com/ft0f9pf0chwcnhars5kgk87zpytnn3ey/', '0', 'Arcade', 0, 0, '', 'les-tuyaux-farceurs-de-titi'), (4175, 'chou chou les voies ferrées musicales', 'Balade-toi en musique avec Thomas et ses amis et laisse ta créativité s’exprimer dans cet incroyable terrain de jeu sonore ! Fais ton choix parmi les différentes scènes et musiques d’accompagnement. En roulant sur les voies ferrées, tu pourras placer différentes locomotives sur les voies pour les entendre jouer de leur sifflet et faire leurs propres sons. Crée un chef-d’œuvre musical pour que Thomas, Nia, Percy et Kana puissent avancer à toute vapeur ! Vive la créativité !', 'https://img.gamemonetize.com/brt06kuj7jx5eahl92yxf2wb8qgpsslj/512x384.jpg', 'https://html5.gamemonetize.com/brt06kuj7jx5eahl92yxf2wb8qgpsslj/', '0', 'Arcade', 0, 0, '', 'chou-chou-les-voies-ferres-musicales'), (4176, 'La boutique de chapeaux', 'Aide la bande de personnages des Looney Tunes à gérer leur boutique de chapeaux. Conçois et crée des chapeaux pour tes clients et montre-leur tes créations originales. Arriveras-tu à combler tous les clients ? Quelle sera ta plus belle création ? Dessine le chapeau, choisis le matériau, et invente des designs fous dans ce nouveau jeu amusant.', 'https://img.gamemonetize.com/1jamro5phcc5ct56ohqwc7exjkw0e0x7/512x384.jpg', 'https://html5.gamemonetize.com/1jamro5phcc5ct56ohqwc7exjkw0e0x7/', '0', 'Puzzles', 0, 0, '', 'la-boutique-de-chapeaux'), (4177, 'Drag Racing City', 'Drag Racing City will have you speeding through a series of exciting and fast-paced races. Defeat your rivals, get the top drag racer rank and challenge yourself with customizable difficulties - all with cars tuned and customized to show off your unique style!', 'https://img.gamemonetize.com/n244ehdb6p6lu74jnbwvmz5zpmu4chdl/512x384.jpg', 'https://html5.gamemonetize.com/n244ehdb6p6lu74jnbwvmz5zpmu4chdl/', '0', 'Racing', 0, 0, '', 'drag-racing-city'), (4178, 'Street Fighter 2', 'Street Fighter 2 is a classic fighting game featuring the epic Ryu vs Sagat fight. Use a combination of hadoukens and shoryukens to beat Sagat into submission.', 'https://img.gamemonetize.com/e3zre024895vjks5hwqh1x7j8xhse33s/512x384.jpg', 'https://html5.gamemonetize.com/e3zre024895vjks5hwqh1x7j8xhse33s/', '0', 'Action', 0, 0, '', 'street-fighter-'), (4179, 'Super Mario Bros 2', 'In this game you go with Mario on an island full of ghosts. You meet traditional Mario enemies. In each level you must collect three stars and get at the beginning with full of health.', 'https://img.gamemonetize.com/ytt7qyuqgw6dedkdezj1r2ce71t91ecy/512x384.jpg', 'https://html5.gamemonetize.com/ytt7qyuqgw6dedkdezj1r2ce71t91ecy/', '0', 'Adventure', 0, 0, '', 'super-mario-bros-'), (4180, 'Blocky Gun Warfare Zombie', 'The magnificent Block Fight Swat GunGame Multiplayer occurs in the breathtaking Arena Map. Good fun, but are you up to mastering all five game modes? You can compete against people from all over the world and those in your immediate area in head-to-head battles up to level 40. There are 18 distinct types of weaponry available if you use certain modifications, such as camouflage. Enjoy It!', 'https://img.gamemonetize.com/i68ziwh8vax3f7o6puzbb2ezk6z5xwgv/512x384.jpg', 'https://html5.gamemonetize.com/i68ziwh8vax3f7o6puzbb2ezk6z5xwgv/', '0', 'Shooting', 0, 0, '', 'blocky-gun-warfare-zombie'), (4181, 'Bff Stylish Off Shoulder Outfits', 'Welcome to Bff Stylish Off Shoulder Outfits. The off-shoulder top never gets out of style! This clothing piece is so cute and feminine, perfect for a day! These BFFs can’t wait to fill their closets with as many dresses as possible. This can mean only one thing, they need to go shopping and you could help them find the perfect one.', 'https://img.gamemonetize.com/pf9uazk9jc3fadwmi8nzhf9p74mgx8qu/512x384.jpg', 'https://html5.gamemonetize.com/pf9uazk9jc3fadwmi8nzhf9p74mgx8qu/', '0', 'Girls', 0, 0, '', 'bff-stylish-off-shoulder-outfits'), (4182, 'Train Racing 3d Play', 'You can enjoy every moment by Play Train Racing 3D Game, for every level we are giving here multiple trains with different tracks.', 'https://img.gamemonetize.com/2l54j6vo9h4zwmv3nal8zrvu1odx9t9h/512x384.jpg', 'https://html5.gamemonetize.com/2l54j6vo9h4zwmv3nal8zrvu1odx9t9h/', '0', 'Racing', 0, 0, '', 'train-racing-d-play'), (4183, 'Tetris Funmy', 'Welcome to a new dimension of arcade and endless with our Tetris Fun Game.', 'https://img.gamemonetize.com/7ksao6rqv3dft1uxt64y9iutshrz25nt/512x384.jpg', 'https://html5.gamemonetize.com/7ksao6rqv3dft1uxt64y9iutshrz25nt/', '0', 'Puzzles', 0, 0, '', 'tetris-funmy'), (4184, 'Spaceship Velocity', 'Space Velocity is an endless space-themed game where players control a spacecraft traveling through the vast expanse of the universe. The game offers an immersive experience with stunning graphics, captivating sound effects, and a variety of challenging obstacles to overcome. The gameplay is simple yet addictive. Players must navigate their spaceship through a never-ending stream of obstacles. The objective is to travel as far as possible, achieving higher scores. The game features intuitive controls, allowing players to guide their spacecraft with ease. Players can choose to play with either touch or tilt controls, depending on their preference. With its addictive gameplay, stunning graphics, and customizable options, Space Velocity is a must-play for anyone looking for a thrilling and engaging space-themed game.', 'https://img.gamemonetize.com/7yt1nadt35orbpxlojmfze16zpn1dnzu/512x384.jpg', 'https://html5.gamemonetize.com/7yt1nadt35orbpxlojmfze16zpn1dnzu/', '0', 'Hypercasual', 0, 0, '', 'spaceship-velocity'), (4185, 'Build Dance Bot', 'Come and join this assembling the great dance robot and make them dance happily. You have to fix their legs,hands, body, head and other accessories. Finally this is the time for their beautiful dance. Enjoy the robot game at 7sgames.com', 'https://img.gamemonetize.com/bsyd93wn5shqqwlwantqaw25kc2ktb88/512x384.jpg', 'https://html5.gamemonetize.com/bsyd93wn5shqqwlwantqaw25kc2ktb88/', '0', 'Puzzles', 0, 0, '', 'build-dance-bot'), (4186, 'Cinderalla Modernland', 'Take care of Cinderella in a new makeover game Her magic carriage suddenly transformed back into a pumpkin so she got a little hurt Clean up her wounds magically repair her dress with the unicorn wand and then help her relax in a cute spa session Try on different outfits for the beautiful princess and find the perfect modern style for her', 'https://img.gamemonetize.com/82apxwdqyjgtancfnfegmnghpzgyjji9/512x384.jpg', 'https://html5.gamemonetize.com/82apxwdqyjgtancfnfegmnghpzgyjji9/', '0', 'Girls', 0, 0, '', 'cinderalla-modernland'), (4187, 'Kick Kings Game', 'In Kick and Slap Kings, all you have to do is - aim right and strike as hard as you can to knock out your opponent. Just time it right and you can lead the show. This game tests your reflexes and your reaction speed, so if you don’t pay attention, you might just lose to your opponent. Follow the meter in each level and tap on the screen at the right moment to attack which will help you to gain the upper hand and cause more damage to your opponent’s health. Do not miss to unlock important features like helmet and special kicks to defend yourself from the opponent’s kicks. Explore various themes and locations as you progress in each level and upgrade to more powerful characters to master this game. Each level gives you a chance to try multiple shots which makes your game extremely interesting and challenging to play. Use rewarded points to maximize your health and kicking power. This is the best way to relax your mind, sharpen your reflexes and release your inner stress. Whether you want to smack, slap, hit or fight, Kick 2 Fight - Kick The Buddy Game is the game you should be looking for. Kick and Slap Kings Features: Easy and fun to play, this game is for all age groups. Variety of characters available Best time killer and challenging gameplay Perfect way to test your reflexes.', 'https://img.gamemonetize.com/b60quhddx03koy1dw21tik76ii9egzrt/512x384.jpg', 'https://html5.gamemonetize.com/b60quhddx03koy1dw21tik76ii9egzrt/', '0', 'Action', 0, 0, '', 'kick-kings-game'), (4188, 'Monkey Mart', 'In Monkey Mart, a game developed by TinyDobbins, you take on the role of a cute monkey who has just opened their own supermarket. Your task is to manage the store by planting fruits, stocking stands with bananas, corn, and other products, and managing the cashier desk. Clients will come to shop at your store and you need to be attentive to make sure they are satisfied. As you progress, you\'ll have the opportunity to upgrade your character, unlock new work stations and recruit additional workers to help you with store management. It\'s an idle management game that offer a fun and engaging gameplay for all ages.', 'https://img.gamemonetize.com/iw0i2gyxgmm61zdq9hxjexv2w0ev38g0/512x384.jpg', 'https://html5.gamemonetize.com/iw0i2gyxgmm61zdq9hxjexv2w0ev38g0/', '0', 'Shooting', 0, 0, '', 'monkey-mart'), (4189, 'Sad or Happy', 'This online emoji-matching game can help improve your mood by providing a fun and easy way to connect with others. The game is simple - just match the emoji with the corresponding emotion. If you\'re feeling sad, try matching the sad emoji with a happy one. Or, if you\'re feeling happy, try matching the happy emoji with a sad one.', 'https://img.gamemonetize.com/ytzwwig7plm7ywi8psra8eg3lna944sw/512x384.jpg', 'https://html5.gamemonetize.com/ytzwwig7plm7ywi8psra8eg3lna944sw/', '0', 'Hypercasual', 0, 0, '', 'sad-or-happy'), (4190, 'Football Score', 'Football Score Online is an exciting game where you can compete with other players to see who can score the most points. The game is a shooter game, so you\'ll need to be quick on your feet and have a good aim.', 'https://img.gamemonetize.com/qk8pg1s97laofnwug5cv1fcgl7tmfqfv/512x384.jpg', 'https://html5.gamemonetize.com/qk8pg1s97laofnwug5cv1fcgl7tmfqfv/', '0', 'Sports', 0, 0, '', 'football-score'), (4191, 'Hekov Bot 2', 'Hekov Bot 2 is a 2D Sci-fi themed platformer where you have to collect all of the battery cells while avoiding the enemy bots, the flying bots, bullets, spikes, and reach the Exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Hekov Bot" series.', 'https://img.gamemonetize.com/krn0nj8cyu162o3phdcrvjj1b63sfabu/512x384.jpg', 'https://html5.gamemonetize.com/krn0nj8cyu162o3phdcrvjj1b63sfabu/', '0', 'Arcade', 0, 0, '', 'hekov-bot-'), (4192, 'Car parking Amazing 3D', 'BMW Car parking is back in the sequel to the biggest mobile parking simulation game of all time! Car parking starts a new era of parking simulation gameplay with super stunning graphics, challenging multi-stage levels and real-time online.', 'https://img.gamemonetize.com/d3bidyn74jq4na2z8er5cdcym410p508/512x384.jpg', 'https://html5.gamemonetize.com/d3bidyn74jq4na2z8er5cdcym410p508/', '0', 'Arcade', 0, 0, '', 'car-parking-amazing-d'), (4193, 'Car Stunt Park Your Car', 'BMW Car parking is back in the sequel to the biggest mobile parking simulation game of all time! Car parking starts a new era of parking simulation gameplay with super stunning graphics, challenging multi-stage levels and real-time online.', 'https://img.gamemonetize.com/ydsvpg1nf7xcc56trf7lfu0la0vny3ke/512x384.jpg', 'https://html5.gamemonetize.com/ydsvpg1nf7xcc56trf7lfu0la0vny3ke/', '0', 'Arcade', 0, 0, '', 'car-stunt-park-your-car'), (4194, 'Circle Fish', 'Circle Fish is an online tap tap jump fish game that is free to play. The objective of the game is to navigate your fish through a line by tapping on the screen. There are numerous levels to play, each with increasing difficulty.', 'https://img.gamemonetize.com/tcbz6gcwa4jbsd14cla4xyjhmxrjx07k/512x384.jpg', 'https://html5.gamemonetize.com/tcbz6gcwa4jbsd14cla4xyjhmxrjx07k/', '0', 'Hypercasual', 0, 0, '', 'circle-fish'), (4195, 'Stupid Zombies 2', '"stupid Zombies 2" — puzzle game in which you fight with the hordes of zombies by shooting as few bullets as possible. Your bullets will pass through the zombies and hit each of them on the way. Your bullets also bounce, so we advise you to think outside the box when firing and take a creative approach!', 'https://img.gamemonetize.com/vk3oi9y324foqniqbgk9ukqe2tlvguxq/512x384.jpg', 'https://html5.gamemonetize.com/vk3oi9y324foqniqbgk9ukqe2tlvguxq/', '0', 'Shooting', 0, 0, '', 'stupid-zombies-'), (4196, 'AdventureDriversGame', 'Adventure Drivers is a car racing game where you try to finish in first among other racers. Are you ready for a driving adventure? Hop in your car and race through the tropics to finish first in this fierce racing game. Crush the competition to win trophies and pick up coins and points to unlock new cars and upgrades. Share the game with your friends and play it together to maximize the fun!', 'https://img.gamemonetize.com/tonn7wpivtssmmemn14uk8pxmcea45q8/512x384.jpg', 'https://html5.gamemonetize.com/tonn7wpivtssmmemn14uk8pxmcea45q8/', '0', 'Shooting', 0, 0, '', 'adventuredriversgame'), (4197, 'Ricosan', 'Ricosan is a 2D cute little platformer where you have to collect all of the pineapples while avoiding the enemies, spikes, ground saws and reach the Exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/chn5mj9gly7by4uffi7ly4cryb87o4wp/512x384.jpg', 'https://html5.gamemonetize.com/chn5mj9gly7by4uffi7ly4cryb87o4wp/', '0', 'Arcade', 0, 0, '', 'ricosan'), (4198, 'Tom and Friends Find Stars', 'Tom and Friends Find Stars is a puzzle hidden object game. Find the hidden stars in the pictures. Use hint button to reveal difficult hidden stars.', 'https://img.gamemonetize.com/m46980utg5dfwoukoeuqu48x0dr03zxc/512x384.jpg', 'https://html5.gamemonetize.com/m46980utg5dfwoukoeuqu48x0dr03zxc/', '0', 'Puzzles', 0, 0, '', 'tom-and-friends-find-stars'), (4199, 'Fun Water Sorting', 'In Fun Water Sorting, your goal is to sort liquids by color by mixing them together in the correct tubes. To start, move the fluids into the appropriate tubes until each one contains only one color. Use logic and problem-solving skills to find the right solution. If you need help or make a mistake, you can use hints or undo your last move. Challenge your friends to see who can complete the game the fastest and share your progress with them.', 'https://img.gamemonetize.com/bgjipu1tdlzui2kk8ilx4r3yfvzdsb58/512x384.jpg', 'https://html5.gamemonetize.com/bgjipu1tdlzui2kk8ilx4r3yfvzdsb58/', '0', 'Puzzles', 0, 0, '', 'fun-water-sorting'), (4200, 'Sudoku Blocks', 'Sudoku Blocks Puzzle is an online game that challenges you to put together blocks of numbers in the correct order. This game is free to play, and it is a great way to sharpen your mind. The game starts with some of the blocks filled in, and you must use logic to figure out which numbers go in the remaining empty blocks. Sudoku Blocks is a great test of your reasoning and problem-solving skills, and it\'s also a lot of fun! Sudoku Blocks is the perfect game for you! With its simple rules and addictive gameplay, Sudoku Blocks will keep you entertained for hours. And best of all, it\'s free to play!', 'https://img.gamemonetize.com/6alarmp3oagnpafoexn2zp964vf8sjoj/512x384.jpg', 'https://html5.gamemonetize.com/6alarmp3oagnpafoexn2zp964vf8sjoj/', '0', 'Puzzles', 0, 0, '', 'sudoku-blocks'), (4201, 'Sausage Flip 2', 'In Sausage Flip, you\'ll be challenged to toss a sausage with googly eyes around an arcade game by dragging your finger or mouse to aim and releasing to shoot. But be careful – the game isn\'t as straightforward as it seems. You\'ll have to navigate the sausage through a series of obstacles, including rocket cars, soft blocks, spinning contraptions, and more, all while avoiding falling off the platform. As you play, you\'ll unlock new skins and costumes to customize your sausage. Invite your friends to join in the fun and see who comes out on top as the ultimate (hot)dog.', 'https://img.gamemonetize.com/v7b7saarik27m7a58yf6vn6tuwduo08v/512x384.jpg', 'https://html5.gamemonetize.com/v7b7saarik27m7a58yf6vn6tuwduo08v/', '0', 'Shooting', 0, 0, '', 'sausage-flip-'), (4202, 'Desert Block Puzzle', 'Desert Block Puzzle is an online game that challenges you to put together blocks in a specific order. This game is free to play, and it\'s a great way to spend some time when you\'re looking for a mental challenge. Looking for a fun and challenging online puzzle game? Look no further than Desert Block Puzzle! This free game will keep you entertained for hours as you try to fit the right blocks together to complete the puzzle. With multiple levels of difficulty, there is something for everyone. So what are you waiting for? Start playing Desert Block Puzzle today!', 'https://img.gamemonetize.com/bk7rr0hnza4frckxxjd5t0r6r8oh6q3y/512x384.jpg', 'https://html5.gamemonetize.com/bk7rr0hnza4frckxxjd5t0r6r8oh6q3y/', '0', 'Puzzles', 0, 0, '', 'desert-block-puzzle'), (4203, 'Pandorium Blocks', 'The game Pandorium Blocks is a variation of the good old Tetris with its own rules. The game is intended for people of all categories who just want to spend time playing in a relaxed atmosphere, this is consistent with the music and interiors in the game. Pandorium Blocks - the beginning of a long journey through the endless world of Pandrorium. Aim for the disappearance of blocks by combining them into rows, columns or squares on a 12x12 playing field. The game continues until there is no room left on the board for the next blocks.', 'https://img.gamemonetize.com/dhc2ow59c8xv7q67xc9mhrkhazzly7g7/512x384.jpg', 'https://html5.gamemonetize.com/dhc2ow59c8xv7q67xc9mhrkhazzly7g7/', '0', 'Puzzles', 0, 0, '', 'pandorium-blocks'), (4204, 'Word Finder Revolution', 'Word Finder Revolution is a free puzzle and word online game played on PuzzleGame for boys. You need to slide letters to form a hidden specific word, use your brain, and challenge your word limit. If you\'re really stuck, you can always ask for a hint. It contains all the essence of the word game so that you can completely indulge in it. Feel fantastic in this game.', 'https://img.gamemonetize.com/xw396z9atgsw1k1sgzu36sarn4c1ezyu/512x384.jpg', 'https://html5.gamemonetize.com/xw396z9atgsw1k1sgzu36sarn4c1ezyu/', '0', 'Boys', 0, 0, '', 'word-finder-revolution'), (4205, 'Easy Bratz Coloring', 'Easy Bratz Coloring where you color your favorite Bratz character! This fun educational game aids children train their coordination skills and helps recognize color, lines and shapes. Select one of the beautiful hand-drawn Bratz images and let your creativity fly! The brushes can be used to color free-hand and train motoric abilities, whereas by using the bucket, bigger areas or details can be filled out quickly. Have fun coloring!', 'https://img.gamemonetize.com/57zz94xw4zkv67wkfn8bqcjvftb69zbn/512x384.jpg', 'https://html5.gamemonetize.com/57zz94xw4zkv67wkfn8bqcjvftb69zbn/', '0', 'Girls', 0, 0, '', 'easy-bratz-coloring'), (4206, 'Advanced Blocky SWAT Zombie', 'In the breathtaking Arena Map, the breathtaking Block Battle Swat GunGame Multiplayer takes place. Enjoyable, but are you ready to test your mettle across all five game modes? Up to level 40, you may engage in head-to-head competition with players from across the globe as well as other players locally. If you employ a variety of modifications, such as camouflage, then you have access to 18 different sorts of weapons. Have Fun!', 'https://img.gamemonetize.com/uf7endavji92z2wsnvqcbhdqicgf2we8/512x384.jpg', 'https://html5.gamemonetize.com/uf7endavji92z2wsnvqcbhdqicgf2we8/', '0', 'Shooting', 0, 0, '', 'advanced-blocky-swat-zombie'), (4207, 'Oscars Carpet Fashion', 'Time for this year\'s Oscar awards ceremony, it\'s a stage full of celebrities, our fashion girls have to wear perfect to stand out of all the customers. Find the perfect match for hairstyle, clothes, and jewelry. Have a good time!', 'https://img.gamemonetize.com/14b8bp2ymd7ap1npdsf250emytv4494f/512x384.jpg', 'https://html5.gamemonetize.com/14b8bp2ymd7ap1npdsf250emytv4494f/', '0', 'Girls', 0, 0, '', 'oscars-carpet-fashion'), (4208, 'Yummy Rainbow Donuts Cooking', 'Sofia is a donuts lover, and today she wants to make rainbow donuts for afternoon tea. So she starts cooking, including donuts, donuts drinks and donuts lollipops. Then Sofia wants them more delicious, so she decorates the donuts, donuts drinks and the donut lollipops. Do you like donuts? If you\'re also a donuts lover, come on and enjoy it!', 'https://img.gamemonetize.com/uopj5x241m3ufpkqf4719jcwgoqh90r3/512x384.jpg', 'https://html5.gamemonetize.com/uopj5x241m3ufpkqf4719jcwgoqh90r3/', '0', 'Girls', 0, 0, '', 'yummy-rainbow-donuts-cooking'), (4209, 'Scribble racing', 'Your task is to overtake all your opponents and finish first. Roll, Swim, Stick and Fly with the ultimate \'All-Terrain\' vehicle!', 'https://img.gamemonetize.com/ejxrs4j07u772tus9cu5ob9ofrnbrqen/512x384.jpg', 'https://html5.gamemonetize.com/ejxrs4j07u772tus9cu5ob9ofrnbrqen/', '0', 'Racing', 0, 0, '', 'scribble-racing'), (4210, 'Choco Benno 2', 'Choco Benno 2 is a 2D cute little platformer where you have to collect all the glasses of the chocolate milkshake while avoiding the chocolate eater monsters, flying monsters and their bullets, spikes, giant blades and reach the Chocolate exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Choco Benno" series.', 'https://img.gamemonetize.com/niorl3z9jr9d0nee2f2kcnz59969g0w4/512x384.jpg', 'https://html5.gamemonetize.com/niorl3z9jr9d0nee2f2kcnz59969g0w4/', '0', 'Arcade', 0, 0, '', 'choco-benno-'), (4211, 'Do not Lose Hope Zombie Armageddon', 'This Web Browser Game is insane Horror third person shooter with special skill slow motion every 10 seconds Shoot the gun and wait 15 second and fps will be smoother in all stage and scene Enjoy', 'https://img.gamemonetize.com/dc2dz4rmgl49dqk24im5j4f79zn7sr10/512x384.jpg', 'https://html5.gamemonetize.com/dc2dz4rmgl49dqk24im5j4f79zn7sr10/', '0', 'Shooting', 0, 0, '', 'do-not-lose-hope-zombie-armageddon'), (4212, 'Pattie et la colère de Poséidon Jigsaw Puzzle', 'Zazgames is a place where you can infinitely play assembling online jigsaw puzzles. We hope you are up for another game from the Puzzle category on our website , because we have just added the game called Pattie et la colère de Poséidon Jigsaw Puzzle for you all, which, despite being one of the many puzzle games we have added so far into this category, this is the first puzzle game to use this specific format, and image, so it is going to be a brand new experience for all of you, an experience we are sure you will appreciate, as there is no way you aren\'t going to have a lot of fun playing the game. Especially after you learn how to play it from the next lines in the description. you will start by choosing how you want the jigsaw puzzle be : hard medium or easy. After that, the jigsaw puzzle pieces are going to be spread around the game screen randomly. Use the mouse to drag them over the transparent images where they match with the image, until all the pieces are connected, and the image looks just like it did in the beginning. You will have a great time with the game, so start it right now, and we are sure you will not regret it one second!', 'https://img.gamemonetize.com/vou82ztwpf7glpz5tt326d84w6518wmk/512x384.jpg', 'https://html5.gamemonetize.com/vou82ztwpf7glpz5tt326d84w6518wmk/', '0', 'Shooting', 0, 0, '', 'pattie-et-la-colre-de-posidon-jigsaw-puzzle'), (4213, 'Mummies Attack Jigsaw', 'Mummies Attack Jigsaw is a free online game from genre of puzzle and jigsaw games. You can select one of the 6 images and then select one of the three modes: easy with 25 pieces, medium with 49 pieces and hard with 100 pieces. Have fun and enjoy!', 'https://img.gamemonetize.com/wci5vbklvnyodp1syfpnucxu5cycurus/512x384.jpg', 'https://html5.gamemonetize.com/wci5vbklvnyodp1syfpnucxu5cycurus/', '0', 'Puzzles', 0, 0, '', 'mummies-attack-jigsaw'), (4214, 'Last Zombie Defense ', 'Welcome to Play <strong>Zombie Defense</strong>, Zombie Defense is a funny defense game. It\'s free play on Dop5.com. Dop5game developed Zombie Defense.', 'https://img.gamemonetize.com/5uwrn6lehlz4n8kn3i58sxw6fim8jmfr/512x384.jpg', 'https://html5.gamemonetize.com/5uwrn6lehlz4n8kn3i58sxw6fim8jmfr/', '0', 'Multiplayer', 0, 0, '', 'last-zombie-defense-'), (4215, 'Ichikas Adventure 2', 'Ichikas Adventure 2 is a 2D anime themed platformer where you play as Anime girl called Ichika who have to collect all of the necklaces while avoiding the enemies and their bullets, flying creatures, spikes, and saws and reach the door of your house in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Ichikas Adventure" series.', 'https://img.gamemonetize.com/ac599jqk7m98oklcqm1s0866x8k1psj4/512x384.jpg', 'https://html5.gamemonetize.com/ac599jqk7m98oklcqm1s0866x8k1psj4/', '0', 'Arcade', 0, 0, '', 'ichikas-adventure-'), (4216, 'Among Yetto Bots', 'Among Yetto Bots is a 2D Sci-fi themed platformer where you have to collect all of the golden balls while avoiding the enemy bots, flying bots and their bullets, spikes and reach the Exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/lny6rz8ln6dqddx2z1to60nej8yojc21/512x384.jpg', 'https://html5.gamemonetize.com/lny6rz8ln6dqddx2z1to60nej8yojc21/', '0', 'Arcade', 0, 0, '', 'among-yetto-bots'), (4217, 'Gun Mayhem Redux', 'Gun Mayhem is finally back, after the smash hit Gun Mayhem 2. After a long break, you can now battle your friends or the AI in the epic Gun Mayhem Redux. There are 21 unique weapons with 2 fire modes for you to master and 10 maps (all involving strategic gameplay) for you to discover. Test your skills against a series of increasingly difficult opponents in Single Player mode, or set up a custom game with up to 4 players in Custom mode. If you want to explore a twist on the classic combat strategies you can try the new Domination Mode. Have fun with Gun Mayhem Redux!', 'https://img.gamemonetize.com/j0d6wcfjd9on0yb8k6zb68vaq2y6lp61/512x384.jpg', 'https://html5.gamemonetize.com/j0d6wcfjd9on0yb8k6zb68vaq2y6lp61/', '0', 'Action', 0, 0, '', 'gun-mayhem-redux'), (4218, 'Boxy Horror House', 'Welcome to Project Playtime Boxy Boo, with a fantastic appearance, a new survivor, and the boxy boo monster. Choose your part, defend, and save the project boxy multiplayer online horror. As a survivor, you must complete your task and project boxy escape from monster assign project playtime online, and prepare for a survival multiplayer boxy boo game war. Boxy Project has the following features: - Giant toy while surviving an exciting toy in a toy factory. - Perfect game in controlling the toy project boxy boo. Six players will play the role of a Survivor in this wonderful project boxy game. They must work together to solve riddles and manufacture an epic-sized toy, all while attempting to stay alive in boxy factory. DISCLAIMER: This is a third-party app. The program aids with the installation and familiarization of the game boxy boo project; this is not a game. Please inform us through email if you believe there are trademark breaches that do not fit under the "fair use" regulations.', 'https://img.gamemonetize.com/5eev1kydi4frsojmg2lt51tfdfw21fqi/512x384.jpg', 'https://html5.gamemonetize.com/5eev1kydi4frsojmg2lt51tfdfw21fqi/', '0', 'Adventure', 0, 0, '', 'boxy-horror-house'), (4219, 'Daniel Spellbound Jigsaw Puzzle', 'Zazgames is a place where you can infinitely play assembling online jigsaw puzzles. We hope you are up for another game from the Puzzle category on our website because we have just added the game called Daniel Spellbound Jigsaw Puzzle for you all, which, despite being one of the many puzzle games we have added so far into this category, this is the first puzzle game to use this specific format, and image, so it is going to be a brand new experience for all of you, an experience we are sure you will appreciate, as there is no way you aren\'t going to have a lot of fun playing the game. Especially after you learn how to play it from the next lines in the description. you will start by choosing how you want the jigsaw puzzle be : hard medium or easy. After that, the jigsaw puzzle pieces are going to be spread around the game screen randomly. Use the mouse to drag them over the transparent images where they match with the image, until all the pieces are connected, and the image looks just like it did in the beginning. You will have a great time with the game, so start it right now, and we are sure you will not regret it one second!', 'https://img.gamemonetize.com/k0i1xqihtqlqdq0w22o6ydyy79fporif/512x384.jpg', 'https://html5.gamemonetize.com/k0i1xqihtqlqdq0w22o6ydyy79fporif/', '0', 'Puzzles', 0, 0, '', 'daniel-spellbound-jigsaw-puzzle'), (4220, 'Save The Earth', 'Save The Earth is an online game where you can play Pong against other players to help save the environment. Our new "Save the Earth" online game is now available for free! Pong style gameplay with an important message - help us promote eco-friendly practices and save our planet!', 'https://img.gamemonetize.com/juib4fgf5210v0ld5q1e7gghm4vo7fhs/512x384.jpg', 'https://html5.gamemonetize.com/juib4fgf5210v0ld5q1e7gghm4vo7fhs/', '0', 'Arcade', 0, 0, '', 'save-the-earth'), (4221, 'Cargo Truck Survival', 'Cargo Truck Survival is an online game that puts players in the shoes of a truck driver who must deliver their cargo safely while navigating through dangerous conditions.', 'https://img.gamemonetize.com/tsie4mj2bomzlrfnb77ekzkh707q9q3p/512x384.jpg', 'https://html5.gamemonetize.com/tsie4mj2bomzlrfnb77ekzkh707q9q3p/', '0', 'Racing', 0, 0, '', 'cargo-truck-survival'), (4222, 'Brazil vs Argentina', 'The Brazil vs Argentina game will be played online for free. Play Brazil take on Argentina in an exciting game that you can view for free online! Two of South America\'s most iconic soccer teams are set to battle it out in an online video game. Brazil and Argentina have a long-standing rivalry, and fans of both teams will be excited to see them face off in this digital arena. The game is free to play, so anyone can join in on the fun.', 'https://img.gamemonetize.com/mebhny1b9qraqw519juf3n0r3qx0mg15/512x384.jpg', 'https://html5.gamemonetize.com/mebhny1b9qraqw519juf3n0r3qx0mg15/', '0', 'Sports', 0, 0, '', 'brazil-vs-argentina'), (4223, 'Monster Round', 'Monster Round is a hyper casual online game that is perfect for gamers who want to pick up and play quickly. With simple controls and easy to learn gameplay, Monster Round is perfect for gamers of all skill levels.', 'https://img.gamemonetize.com/spnw4936ivuxa75txh3kinxbhka0zrhx/512x384.jpg', 'https://html5.gamemonetize.com/spnw4936ivuxa75txh3kinxbhka0zrhx/', '0', 'Hypercasual', 0, 0, '', 'monster-round'), (4224, 'Robot Fish', 'Robot Fish Online is a free online game that allows you to control a robotic fish in an underwater world. The game is played through a web browser and requires no download.', 'https://img.gamemonetize.com/zy67gl2pa9nmzj5lqhwvhf8ivh0mr3hg/512x384.jpg', 'https://html5.gamemonetize.com/zy67gl2pa9nmzj5lqhwvhf8ivh0mr3hg/', '0', 'Hypercasual', 0, 0, '', 'robot-fish'), (4225, 'Hoona 2', 'Hoona 2 is a 2D platformer where you have to collect the golden keys while avoiding the enemies, flying bots, saws, spikes and reach the Exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Hoona" series.', 'https://img.gamemonetize.com/ejvyssvpm3x96w4pa7uri3vpcc19tb3w/512x384.jpg', 'https://html5.gamemonetize.com/ejvyssvpm3x96w4pa7uri3vpcc19tb3w/', '0', 'Arcade', 0, 0, '', 'hoona-'), (4226, 'Weightlifter', 'Being a weightlifter is all about managing your weight and keeping your balance. So what better way to stay on top of your game than by playing Weightlifter Online, the free weight-management game? In Weightlifter Online, youll need to use all of your skills to keep your avatar from becoming overweight. Youll also need to stay on top of the leaderboard by monitoring your progress and comparing it to other players.', 'https://img.gamemonetize.com/fmc3kqkuwlpwbmjsws9ow9f05egze57c/512x384.jpg', 'https://html5.gamemonetize.com/fmc3kqkuwlpwbmjsws9ow9f05egze57c/', '0', 'Hypercasual', 0, 0, '', 'weightlifter'), (4227, 'Long Road Trip', 'Discover the joys of a long road trip with this free online game! You\'ll have to plan your route carefully, avoid traffic jams, and make sure you reach your destination safely. Pack your bags and hit the open road today!', 'https://img.gamemonetize.com/jtrka7luzc7iq7cdiqk5r2wz2769z3nr/512x384.jpg', 'https://html5.gamemonetize.com/jtrka7luzc7iq7cdiqk5r2wz2769z3nr/', '0', 'Hypercasual', 0, 0, '', 'long-road-trip'), (4228, 'Egg Hill Climb', 'Get the safes with the money you stole from the bank with 2 people and reach the finish line. You must run away at the same time, you must not be too far from each other. you are a team. Collect all the coins, empty the bank and escape. Get the coins on the way. Take the red and blue money boxes at the end of the level, get 2 safes full of money and complete the level.', 'https://img.gamemonetize.com/ph3rzoctx2egw55mgfompaf3cm009u3i/512x384.jpg', 'https://html5.gamemonetize.com/ph3rzoctx2egw55mgfompaf3cm009u3i/', '0', 'Adventure', 0, 0, '', 'egg-hill-climb'), (4229, 'Princess Coloring By Number', 'Princess Coloring By Number, Princess Coloring Book is an awesome coloring book for kids and adults with beautiful and cute princess coloring pages to paint by numbers! Our princess coloring book is mainly for girls of all ages, but it is suitable for all princess lovers from 0 to 100 years old!', 'https://img.gamemonetize.com/zmcwgsyb8iua8ac76nbau55o5jz85tjy/512x384.jpg', 'https://html5.gamemonetize.com/zmcwgsyb8iua8ac76nbau55o5jz85tjy/', '0', 'Girls', 0, 0, '', 'princess-coloring-by-number'), (4230, 'Yummy Cake Shop', 'Adella\'s cake shop received an order and she needed to make cakes and drinks on the order for the guests today. Help her make these foods!', 'https://img.gamemonetize.com/af82p7nw5yo3q6rme1tbpovo3sj67g78/512x384.jpg', 'https://html5.gamemonetize.com/af82p7nw5yo3q6rme1tbpovo3sj67g78/', '0', 'Girls', 0, 0, '', 'yummy-cake-shop'), (4231, 'Ins Life Royal Ball', 'There is a big royal ball in Disney tonight, now fashion girls Flora, Bella, Chloe are busy preparing for it, every girl wants to wear the most beautiful dress and attract people\'s attention at the ball, can you help the girls pick suitable outfits? When the party is over, it\'s a good idea to take some selfies and post them on Instagram!', 'https://img.gamemonetize.com/488r0tiqq2zyobevw3kezbijlfo095mn/512x384.jpg', 'https://html5.gamemonetize.com/488r0tiqq2zyobevw3kezbijlfo095mn/', '0', 'Girls', 0, 0, '', 'ins-life-royal-ball'), (4232, 'Punk Street Style Queens 2', 'This weekend Bffs Zoe, Bella and Jade want to go out to spend the holiday, every time they go out, they will have a new style of dress, this time they want to try punk street style. Colorful tattoos, sassy hairstyles, edgy bags and fashion clothing! Do you want to join in the game to help them make up and dress up in a punk street style and help the girls to be the queens of the style? Enjoy!', 'https://img.gamemonetize.com/3vn1n7nmq3qceaer1igcaongbsf5nlh8/512x384.jpg', 'https://html5.gamemonetize.com/3vn1n7nmq3qceaer1igcaongbsf5nlh8/', '0', 'Girls', 0, 0, '', 'punk-street-style-queens-'), (4233, 'Bubble Shooter Hexagon', 'Bubble Shooter Hexagon is a classical bubble shooter game with hexa bubbles. Aim and release the bubble in order to group it with other similar bubbles. Your goal is to collect all the bubbles within the allowed time. Don’t let the bubbles reach the border. Complete all 48 levels to win this game.', 'https://img.gamemonetize.com/oeamkwekzhwua1jqd85jgqqb10veglop/512x384.jpg', 'https://html5.gamemonetize.com/oeamkwekzhwua1jqd85jgqqb10veglop/', '0', 'Puzzles', 0, 0, '', 'bubble-shooter-hexagon'), (4234, 'Cops Escape', 'When you play as a fugitive, run around the map, dodging cops and other annoying obstacles. Climb buildings and avoid traps to outwit law enforcement and get to the finish line.', 'https://img.gamemonetize.com/3lqld3tqb2q4gis2lse15gm4dyh377ra/512x384.jpg', 'https://html5.gamemonetize.com/3lqld3tqb2q4gis2lse15gm4dyh377ra/', '0', '3D', 0, 0, '', 'cops-escape'), (4235, 'Stunt Jack', 'Are You the next great Stunt Fly Pumpkin? You will need to have strong nerves and great precision to finish the game.! The difficulty increases as you advance in levels but sometimes you will be forced to repeat a level many times before completing the mission. How to play: The main goal is to collect all stars to finish each levels, so fly inside the hoops without crashing, but be aware to your magic bar because sometime you need to refill it so collect the potions. Are you ready to fly now little Witch?', 'https://img.gamemonetize.com/pfw600wvaziu5pdpixm2dkhxtjdpxncj/512x384.jpg', 'https://html5.gamemonetize.com/pfw600wvaziu5pdpixm2dkhxtjdpxncj/', '0', 'Clicker', 0, 0, '', 'stunt-jack'), (4236, 'Flappy Huggy', 'In this game you can play with a Flappy Huggy! Just Tap to fly and try to pass across the robot poppy hands without touching them. Collect all medals and try to sign your personal highest score. Enjoy it!', 'https://img.gamemonetize.com/97usj705krcp6ihtxtwdfkf6f2wiic27/512x384.jpg', 'https://html5.gamemonetize.com/97usj705krcp6ihtxtwdfkf6f2wiic27/', '0', 'Hypercasual', 0, 0, '', 'flappy-huggy'), (4237, 'Ace Brawl Battle 3D Game', 'Ace Brawl Battle 3D is an online game which you can play on mobile and tablet for free. Ace Brawl Battle 3D is an epic multiplayer online battle game.', 'https://img.gamemonetize.com/87choup9ztkowzpj72pmbfsh7e38hsl9/512x384.jpg', 'https://html5.gamemonetize.com/87choup9ztkowzpj72pmbfsh7e38hsl9/', '0', 'Action', 0, 0, '', 'ace-brawl-battle-d-game'), (4238, 'Super Fowlst 2', 'An endless action game from the creator of Dadish. · Unlimited stages that are different every time you play. · Spiky demons, spinning demons, flatulent demons', 'https://img.gamemonetize.com/v7e9q66ihbsgvxcdlued873bdmv29nr4/512x384.jpg', 'https://html5.gamemonetize.com/v7e9q66ihbsgvxcdlued873bdmv29nr4/', '0', 'Girls', 0, 0, '', 'super-fowlst-'), (4239, 'Numbleweb', 'In this exciting puzzle game, you must use your deductive skills to guess a 4-digit number before the bomb explodes! With 10 chances to guess, you must rely on the clues provided after each attempt - green dots represent correct numbers in the correct place, while yellow dots show the number of correct digits in the wrong place. Can you crack the code and save the day?', 'https://img.gamemonetize.com/hdn8ecklju476dd7vlqifzh5iqcjajug/512x384.jpg', 'https://html5.gamemonetize.com/hdn8ecklju476dd7vlqifzh5iqcjajug/', '0', 'Puzzles', 0, 0, '', 'numbleweb'), (4240, 'Epic Defense Clash', 'Epic Defense Clash is an intriguing casual game. How many warriors ever came back safe and sound? Asked one ancient Chinese poet. In face of a host of daunting monsters, will you be brave enough to join the epic defense war? You will be given mighty weapons of various kinds to attack and kill enemies. It is high time to display your martial prowess and unparalleled bravery.', 'https://img.gamemonetize.com/27urbt4pyqeqsctqutlp548ogm9a9zvr/512x384.jpg', 'https://html5.gamemonetize.com/27urbt4pyqeqsctqutlp548ogm9a9zvr/', '0', 'Boys', 0, 0, '', 'epic-defense-clash'), (4241, 'Parkour Block 3D Game', 'Skill game, classic mode from your favorite games right in the browser on your computer and phone! 35 unique levels, varied mechanics and real hardcore await you!', 'https://img.gamemonetize.com/hrsxh2clxg229ty294gdlbjzeejglgmp/512x384.jpg', 'https://html5.gamemonetize.com/hrsxh2clxg229ty294gdlbjzeejglgmp/', '0', 'Boys', 0, 0, '', 'parkour-block-d-game'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (4242, 'Red Light Green Light Squid Game', 'Red Light, Green Light is a classic free competitive parkour game. After the three-second countdown, all people can no longer run or move, otherwise, they will violate the rules and go back to the starting point. The game is very exciting. Many obstacles are waiting for you at each level. You have to avoid them carefully. And there are many skins to unlock and use! Enjoy!', 'https://img.gamemonetize.com/jsk5r2qlibxosvkelk69r5aidfcc6xv0/512x384.jpg', 'https://html5.gamemonetize.com/jsk5r2qlibxosvkelk69r5aidfcc6xv0/', '0', 'Adventure', 0, 0, '', 'red-light-green-light--squid-game'), (4243, 'Murder 3D', 'MURDER is a fun game of assassination. You wish to assassinate the king and take his place to rule over the kingdom. To start with, you must creep up behind the king and choose the opportune moment to strike and kill him. Once he is dispatched, you must quickly take his clothes and become the king yourself! Once you have successfully stolen the king\'s identity and eliminated him, you must then protect yourself from other would-be assassins who want to do exactly the same as you just did! Keep a watchful eye and be sure to never keep your back turned for too long! Do you have what it takes to become the assassin king?', 'https://img.gamemonetize.com/8hvqtz2madgp5fefou5ptlw75gja0of7/512x384.jpg', 'https://html5.gamemonetize.com/8hvqtz2madgp5fefou5ptlw75gja0of7/', '0', 'Action', 0, 0, '', 'murder-d'), (4244, 'Halloween Magic Tiles', '<strong>Halloween Magic Tiles</strong> is an online skill game that we hand picked for Gamezas.com. This is one of our favorite mobile skill games that we have to play. Simply click the big play button to start having fun. If you want more titles like this, then check out Magic Tiles or Piano Online. Game features include a global and friends leaderboard where you compete for high scores. View all high scores for <strong>Halloween Magic Tiles</strong>. To play even more free games, view our all time top games page. <br> Test your reaction skills in this fun <strong>Halloween Magic Tiles</strong> game. Quickly tap the orange tiles before they reach the bottom. If you miss a tile or accidentally tap the board then it is game over. Keep tapping to play the piano tunes until you get your name to the top of the Lagged leaderboards in this fun online piano playing music game.', 'https://img.gamemonetize.com/mjnwog3rs5zlo0zfv5boaxd43dqnmdjr/512x384.jpg', 'https://html5.gamemonetize.com/mjnwog3rs5zlo0zfv5boaxd43dqnmdjr/', '0', 'Clicker', 0, 0, '', 'halloween-magic-tiles'), (4245, 'Majic Cube', '-Easy To Play -Simple Game', 'https://img.gamemonetize.com/b83ksbvgr1vzjp9lxdalhyhjg88fqaeg/512x384.jpg', 'https://html5.gamemonetize.com/b83ksbvgr1vzjp9lxdalhyhjg88fqaeg/', '0', 'Arcade', 0, 0, '', 'majic-cube'), (4246, 'Spiderman Jump', 'Spiderman wants to jump through the web and pass through the ring of fire. Different challenges await you in each chapter. To play, tap the screen and adjust the jump angle by swiping left and right. Good luck. fun game', 'https://img.gamemonetize.com/4rylili651eankr8srip1bgwv6xqvvn7/512x384.jpg', 'https://html5.gamemonetize.com/4rylili651eankr8srip1bgwv6xqvvn7/', '0', 'Boys', 0, 0, '', 'spiderman-jump'), (4247, 'Crowd Runner', 'You start the battle alone, but trust us: you have no chance to feel alone.', 'https://img.gamemonetize.com/ssgc6nfqo33jekf4ddu3rauaykvj20j6/512x384.jpg', 'https://html5.gamemonetize.com/ssgc6nfqo33jekf4ddu3rauaykvj20j6/', '0', 'Arcade', 0, 0, '', 'crowd-runner'), (4248, 'Mago Bros 1', 'Mago bros is a computer video game inspired in Mario Brothers. you will jump above enemies and take the treasure. The casual game what everyone want to play', 'https://img.gamemonetize.com/xzp4fcrn6oqrf283j2e7t0njsqnf68ru/512x384.jpg', 'https://html5.gamemonetize.com/xzp4fcrn6oqrf283j2e7t0njsqnf68ru/', '0', 'Hypercasual', 0, 0, '', 'mago-bros-'), (4249, 'Color Hoop Stack Sort Puzzle', 'Color Hoop Stack is a classic addictive sort puzzle game. Solve the puzzle by sorting colorful hoops. Color Hoop Stack is a challenging yet relaxing and totally free sort puzzle game to exercise your brain!', 'https://img.gamemonetize.com/89wohnuogfkjdg6rtm5zg1kqe1snpvgn/512x384.jpg', 'https://html5.gamemonetize.com/89wohnuogfkjdg6rtm5zg1kqe1snpvgn/', '0', 'Puzzles', 0, 0, '', 'color-hoop-stack--sort-puzzle'), (4250, 'Oddbods Jigsaw Puzzle', 'Zazgames is a place where you can infinitely play assembling online jigsaw puzzles. We hope you are up for another game from the Puzzle category on our website , because we have just added the game called Oddbods Jigsaw Puzzle for you all, which, despite being one of the many puzzle games we have added so far into this category, this is the first puzzle game to use this specific format, and image, so it is going to be a brand new experience for all of you, an experience we are sure you will appreciate, as there is no way you aren\'t going to have a lot of fun playing the game. Especially after you learn how to play it from the next lines in the description. you will start by choosing how you want the jigsaw puzzle be : hard medium or easy. After that, the jigsaw puzzle pieces are going to be spread around the game screen randomly. Use the mouse to drag them over the transparent images where they match with the image, until all the pieces are connected, and the image looks just like it did in the beginning. You will have a great time with the game, so start it right now, and we are sure you will not regret it one second!', 'https://img.gamemonetize.com/9j8xsfekinzrtt7900tp0ssezmc99tjj/512x384.jpg', 'https://html5.gamemonetize.com/9j8xsfekinzrtt7900tp0ssezmc99tjj/', '0', 'Puzzles', 0, 0, '', 'oddbods-jigsaw-puzzle'), (4251, 'Bubble Shooter Home', 'Welcome to Bubble Strike! A free online game that provides you only fun and happiness every time. You can play it on any device. Match at least three bubbles of the same color to pop them and clear them off the board. Mind your angles as you bounce bubbles off the wall to hit the hard-to-reach spots. Use lightning and sun bombs as boosts to clear whole sections. Keep on popping until you run out of bubbles!', 'https://img.gamemonetize.com/glx4k3h2xn4n3jkgq30tj9xvcea1e4tz/512x384.jpg', 'https://html5.gamemonetize.com/glx4k3h2xn4n3jkgq30tj9xvcea1e4tz/', '0', 'Puzzles', 0, 0, '', 'bubble-shooter-home'), (4252, 'Armed With Wings', 'Armed With Wings is a sword-fighting action game with a platformer element.', 'https://img.gamemonetize.com/ve0piov9nc9w5t925vrf0pckiggfemgm/512x384.jpg', 'https://html5.gamemonetize.com/ve0piov9nc9w5t925vrf0pckiggfemgm/', '0', 'Adventure', 0, 0, '', 'armed-with-wings'), (4253, 'Racing in City In Car Driving', 'Are you ready to download the most fun in car city racing 3D game for free? “Racing in City†is the best endless car driving game in the traffic. Unlike the other racing in car games, you can customise or upgrade your car. While in the city traffic driving, to get better points, you either need to speed up or pass other traffic cars closely. Racing in car has never been that much fun before. Hold the steering wheel right now and enjoy city driving. A different kind of racing game is waiting for you. 13 DIFFERENT RACING CARS 2 Hatchbacks, 9 sedans and 2 offroad vehicles are ready for city car driving game! MISSIONS Complete all the missions and prove that you are a pro driver. 2 DIFFERENT CONTROL OPTIONS You can enjoy city driving either using tilt control or steering wheel. In addition, you can switch on/off auto speed option for eliminating the gas pedal. WORLD SCORE LEADERBOARD How qualified you are as a traffic racer? Through leaderboards of the levels, compete your driving in car skills with others while city car racing. CUSTOMISATION You can customize city cars in a way you like by changing color of the car and rims. You can also add spoiler to your car if you like. In addition, you can change colors of spoiler, rims, calipers separately. With these customization features, you can create your dream modified car. ENGINE TUNING You can tune your vehicle engine by customizing speed, brake distance, acceleration and steering values of each vehicle. MANY OTHER FEATURES 5 different maps offering different city car driving experience, 5 different game modes including one-way, two-way traffic, free and time attack modes.', 'https://img.gamemonetize.com/5gp2i7bzbmgyhjun1605at8ydyftoi4s/512x384.jpg', 'https://html5.gamemonetize.com/5gp2i7bzbmgyhjun1605at8ydyftoi4s/', '0', 'Racing', 0, 0, '', 'racing-in-city-in-car-driving'), (4254, 'Save Rainbow Blue monster', 'Save Rainbow: Blue monster is a wonderful puzzle game for people who\'re looking for something addictive, fun, and challenging with simple gameplay. There are hundreds of ways to solve every puzzle, just by drawing free lines on your screen to save our Rainbow friends! Tap to draw one line and save the Rainbow friends from the angry bees: Press to draw out your line, and lift your finger once you complete your drawing. Make sure your line will not hurt the dog you need to protect. One level can have more than one answer: Each puzzle has far more than one answer. Find out different surprising, interesting, unexpected, and even hilarious drawing solutions to the puzzles! Save Rainbow: Blue monster game features include: ✔ Addictive and relaxing ï¸', 'https://img.gamemonetize.com/shwllg6mhiju1y29f8xsyabzp81h7d62/512x384.jpg', 'https://html5.gamemonetize.com/shwllg6mhiju1y29f8xsyabzp81h7d62/', '0', 'Hypercasual', 0, 0, '', 'save-rainbow-blue-monster'), (4255, 'Dog Rescue Draw to Save', 'raw games help you train your brain effectively, download Dog Rescue to save your puppy from bees and relax your mind now! Is it challenging to draw a line and save your little dog from bees? You must use your freehand drawing skills to save a dog from a swarm of bees in the entertaining and addicting brainteaser game Dog Rescue. Your silly dog is curiously walking toward the hive. Before it\'s too late, let\'s rescue the dog! This is the addictive game for you! You can play this game to train your brain, moreover, save the puppy is one of the most interesting draw games that help you to challenge your mind. Play now! Your dog is being attacked by a sizable swarm of bees, and you can assist defend it by touching the screen and drawing a line of any shape. Not only can you save your dog, but also you can save other animals when changing many types of memes like panda, cat, frog... Share with your friends and play rescue the dog bee together!', 'https://img.gamemonetize.com/sw6dfdd8jx7gkzzrmvxoer10g0lyniul/512x384.jpg', 'https://html5.gamemonetize.com/sw6dfdd8jx7gkzzrmvxoer10g0lyniul/', '0', 'Hypercasual', 0, 0, '', 'dog-rescue--draw-to-save'), (4256, 'Puzzle Bobble Retro', 'Puzzle Bobble aka Bust-A-Move is a tile-matching bubble shooter game. The game features Bob and Bub from Bubble Bobble.', 'https://img.gamemonetize.com/tk6w2o8sa5nhppfkry6bml09i23stpnh/512x384.jpg', 'https://html5.gamemonetize.com/tk6w2o8sa5nhppfkry6bml09i23stpnh/', '0', 'Arcade', 0, 0, '', 'puzzle-bobble-retro'), (4257, 'SuperMan Hero', 'The DC Comics superheroes are assembling in Injustice Gods Among Us, an arcade fighting game featuring many iconic heroes including Superman and The Flash! Pick your favorite hero and challenge yourself in a series of fighting rounds against other superheroes. Each hero has its own unique attacks and special moves; make sure you explore every combination correctly to deal higher damage and defeat the enemy faster. You can also play in training mode to try a different kind of combination and practice your fighting skills. Are you ready for the clash of superheroes? Have fun with Injustice Gods Among Us!', 'https://img.gamemonetize.com/4mnjglwu2bhjrj21o7hl5qwvnxvxbjyx/512x384.jpg', 'https://html5.gamemonetize.com/4mnjglwu2bhjrj21o7hl5qwvnxvxbjyx/', '0', 'Action', 0, 0, '', 'superman-hero'), (4258, 'Cafe ', 'Enter "Cafe 3 in a Row", an engaging game where you have to put three products in a row to pass the levels. It\'s a fresh, story-driven interpretation of the classic mahjong "3 in a Row" genre. The simple, straightforward graphics and hundreds of levels will give your eyes a long rest and exercise the brain.', 'https://img.gamemonetize.com/3oaob6u1c8gfazh2dixor22zv420j6l1/512x384.jpg', 'https://html5.gamemonetize.com/3oaob6u1c8gfazh2dixor22zv420j6l1/', '0', 'Puzzles', 0, 0, '', 'cafe-'), (4259, 'Mizu Quest 2', 'Mizu Quest 2 is a 2D anime themed platformer where you play as a magical anime girl who have to collect all the bottles of the magical potion while avoiding the depressed monsters having tridents, flying revenge-seeking monsters and their bullets, spikes, lava, and fire and heal the heart of the guys, who are going through heartbreak because of rejection, in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Mizu Quest" series.', 'https://img.gamemonetize.com/l8y4m2ud8wq71kpp49997utkudqtjt38/512x384.jpg', 'https://html5.gamemonetize.com/l8y4m2ud8wq71kpp49997utkudqtjt38/', '0', 'Arcade', 0, 0, '', 'mizu-quest-'), (4260, 'Tomato Ketchup', 'Tomato Ketchup is an online game that is free to play. It is a lot of fun, and it is also a great way to improve your skills. The "Tomato Ketchup Online Game" is a free and fun game that can be enjoyed by people of all ages.', 'https://img.gamemonetize.com/01qqhj6od3t3z0v8s8xljt3f4ojydwqe/512x384.jpg', 'https://html5.gamemonetize.com/01qqhj6od3t3z0v8s8xljt3f4ojydwqe/', '0', 'Hypercasual', 0, 0, '', 'tomato-ketchup'), (4261, 'Donhoop Color Stick', 'Solve the puzzle by lining up the colored donuts. Grab one of the donuts on the filled sticks. Move it to the empty or same color donut. Continue in this way to complete the puzzle.', 'https://img.gamemonetize.com/0bei5t5kt2zs3deur0gukzdss2ytorkz/512x384.jpg', 'https://html5.gamemonetize.com/0bei5t5kt2zs3deur0gukzdss2ytorkz/', '0', 'Puzzles', 0, 0, '', 'donhoop-color-stick'), (4262, 'It&#x27s Story Time!', 'It&#x27;s Story Time is a puzzle game developed by Sakkat Studio that will challenge your problem-solving skills. The game includes a variety of mini-games with creative puzzles that require creative thinking to solve. You&#x27;ll be tasked with finding hidden objects, dragging and dropping items to mix them, removing parts of objects, opening closets and drawers, and more. If you get stuck, you can use the hint button for assistance. It&#x27;s Story Time is a fun and engaging game that\'s suitable for players of all ages and is sure to improve your focus and attention.', 'https://img.gamemonetize.com/cpyavymt1ite4c03k7crsrgeue2utmsp/512x384.jpg', 'https://html5.gamemonetize.com/cpyavymt1ite4c03k7crsrgeue2utmsp/', '0', 'Puzzles', 0, 0, '', 'itampxs-story-time'), (4263, 'Flying Cat', 'Flying Cat is an online game that lets you experience the joys of flying a cat. It is free to play, and you can experience the fun of flying a cat without having to pay any money. This game is perfect for cat lovers of all ages, and it\'s sure to provide hours of fun. So what are you waiting for? Get started playing today!', 'https://img.gamemonetize.com/xxu79gzpbesm85yudrccj10qaucn1aqc/512x384.jpg', 'https://html5.gamemonetize.com/xxu79gzpbesm85yudrccj10qaucn1aqc/', '0', 'Arcade', 0, 0, '', 'flying-cat'), (4264, 'Crash Race', 'Crash Race is an exciting online racing game that allows players to compete against each other in high-speed races. With stunning graphics and exhilarating gameplay, Crash Race is the perfect game for anyone who loves a good challenge.', 'https://img.gamemonetize.com/zt0xrqh33of89kh4d8ywb90rwuofd024/512x384.jpg', 'https://html5.gamemonetize.com/zt0xrqh33of89kh4d8ywb90rwuofd024/', '0', 'Racing', 0, 0, '', 'crash-race'), (4265, 'Colors Clock', 'Color Matching Games are a great way to improve your color recognition skills. The object of the game is to match the colors as quickly as possible. This game is a great way to spend some free time and have fun.', 'https://img.gamemonetize.com/euo9hlg9zfqviv2xkm1o0yxy1aok0jaw/512x384.jpg', 'https://html5.gamemonetize.com/euo9hlg9zfqviv2xkm1o0yxy1aok0jaw/', '0', 'Puzzles', 0, 0, '', 'colors-clock'), (4266, 'Horror Highway', 'The Horror Highway Online Santa Clause Game is a free online game that puts you in the shoes of Santa Claus. You must navigate your way through a series of deadly highways, avoiding obstacles and enemies along the way. Can you make it to the end alive?', 'https://img.gamemonetize.com/02ml74r0umiaum5di92mi0sxwyxj2kx6/512x384.jpg', 'https://html5.gamemonetize.com/02ml74r0umiaum5di92mi0sxwyxj2kx6/', '0', 'Racing', 0, 0, '', 'horror-highway'), (4267, 'Christmas Highway', 'The Christmas Highway Online Santa Clause game is a great way to get into the holiday spirit. This free game lets you control Santa Claus as he navigates his way through a winter wonderland. With stunning graphics and holiday music, this game is sure to get you into the Christmas spirit.', 'https://img.gamemonetize.com/a1x665qfqlhgzkgaxiydw3e6pys8i5ka/512x384.jpg', 'https://html5.gamemonetize.com/a1x665qfqlhgzkgaxiydw3e6pys8i5ka/', '0', 'Racing', 0, 0, '', 'christmas-highway'), (4268, 'Minicraft Head War', 'Play a brand new fun minicraft! Challenge your friend and beat him! Different languages ​​(Turkish, English, Russian)', 'https://img.gamemonetize.com/9kwxk6me96x5fnni30g2t94q3i91kzla/512x384.jpg', 'https://html5.gamemonetize.com/9kwxk6me96x5fnni30g2t94q3i91kzla/', '0', '3D', 0, 0, '', 'minicraft-head-war'), (4269, 'Hekov Bot', 'Hekov Bot is a 2D Sci-fi themed platformer where you have to collect all of the battery cells while avoiding the enemy bots, the flying bots and their bullets, spikes, and reach the Exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/f5k7x4h76hmhn2oa2663hokrsq5st6l5/512x384.jpg', 'https://html5.gamemonetize.com/f5k7x4h76hmhn2oa2663hokrsq5st6l5/', '0', 'Arcade', 0, 0, '', 'hekov-bot'), (4270, 'Color Pumpkin Match', 'Skyscraper is an online game that challenges you to fly through an endless cityscape. The game is simple but addictive, and it\'s perfect for anyone who loves spending time in the virtual world.', 'https://img.gamemonetize.com/fn6g4rllgliwxzm1nqfbdtfd5lytbrx7/512x384.jpg', 'https://html5.gamemonetize.com/fn6g4rllgliwxzm1nqfbdtfd5lytbrx7/', '0', 'Hypercasual', 0, 0, '', 'color-pumpkin-match'), (4271, 'skyscraper', 'Skyscraper is an online game that challenges you to fly through an endless cityscape. The game is simple but addictive, and it\'s perfect for anyone who loves spending time in the virtual world.', 'https://img.gamemonetize.com/1s6se53s5lumqoctu8t5u5r9b8njxwa7/512x384.jpg', 'https://html5.gamemonetize.com/1s6se53s5lumqoctu8t5u5r9b8njxwa7/', '0', 'Arcade', 0, 0, '', 'skyscraper'), (4272, 'Homerun Clash', 'Welcome to Homerun Clash, where you can experience the real home run matches! Get ready for head-to-head home run derbies that will make your palms sweat! Smack the ball out of the park and along with the stress from your daily life!', 'https://img.gamemonetize.com/zfeso2i7ex3xfov6s6ty2b4yvjcmr0i1/512x384.jpg', 'https://html5.gamemonetize.com/zfeso2i7ex3xfov6s6ty2b4yvjcmr0i1/', '0', 'Sports', 0, 0, '', 'homerun-clash'), (4273, 'Baseball Boy', 'Hit your baseball as hard as possible and upgrade your stats! Improve your best distance and unlock even better baseball bats! Prepare for some endless baseball fun!', 'https://img.gamemonetize.com/cb1gn3t0tstlg69s4xe6wq6m04rndxey/512x384.jpg', 'https://html5.gamemonetize.com/cb1gn3t0tstlg69s4xe6wq6m04rndxey/', '0', 'Arcade', 0, 0, '', 'baseball-boy'), (4274, 'Planktons Pernicious Plot', 'Plankton\'s hypnotized jellyfish are taking over Bikini Bottom in the Plankton\'s Pernicious Plot game! The evil genius has built a Hypno-pod that turns jellyfish into his slaves. Therefore, SpongeBob must go on an adventure and destroy Plankton\'s machine to save the jelly creatures! Will you join him in his quest? Your role in this game is to help SpongeBob deactivate all the Hypno-pods before time runs out and Plankton\'s plan succeeds! The clock is ticking, and you must save the precious jellyfish from doom! Don\'t worry! SpongeBob is there to help you every step of the way!', 'https://img.gamemonetize.com/sp2mpmb1jf5tjc5mwe2c777ta09whtdb/512x384.jpg', 'https://html5.gamemonetize.com/sp2mpmb1jf5tjc5mwe2c777ta09whtdb/', '0', 'Adventure', 0, 0, '', 'planktons-pernicious-plot'), (4275, 'Sneak In 3D', 'Come and test yourself in this awesome adventurous action game where you have to demonstrate your awesome effective fighting skills and beat all the guards in the bank.', 'https://img.gamemonetize.com/afd9hz25fecl69f5yybhzgdi65oplm24/512x384.jpg', 'https://html5.gamemonetize.com/afd9hz25fecl69f5yybhzgdi65oplm24/', '0', 'Arcade', 0, 0, '', 'sneak-in-d'), (4276, 'Coffin Dance', 'Do you like the coffin dance meme? You will LOVE this game! Coffin Dance is a fun and challenging game where you have to run for your life, quickly jumping over obstacles to get as far as you can, as fast as you can! And watch out because the difficulty will increase! It will get harder and harder to escape!', 'https://img.gamemonetize.com/c9nk025zc62t7vd0fdt7hmrmqi0cqmhw/512x384.jpg', 'https://html5.gamemonetize.com/c9nk025zc62t7vd0fdt7hmrmqi0cqmhw/', '0', 'Racing', 0, 0, '', 'coffin-dance'), (4277, 'Poky Bird 2023', 'Welcome to a new dimension of arcade and endless with our Poky Bird 2023 Game. Avoid the obstacles to pave your path to greatness in our new bird game. The Poky Bird 2023 is an arcade tap to fly game the next generation of birds game platforms with cool graphics, Real physics gameplay and more. Our Poky Bird 2023 game comes with a collection of world known birds with the real movements that keep our Poky Bird 2023 game apart from any other flippy and birds flipping game.', 'https://img.gamemonetize.com/ouukksgwd52vegd9ldvmjoq9j45j9rwr/512x384.jpg', 'https://html5.gamemonetize.com/ouukksgwd52vegd9ldvmjoq9j45j9rwr/', '0', 'Hypercasual', 0, 0, '', 'poky-bird-'), (4278, 'Giddy Poppy', 'It’s Giddy Poppy the hottest game on the charts at the moment! Tap To Match The Crazy Monsters As Many As You Can! Memory Test: Giddy Poppy Game new mix of speed, memory and skills! You want to know how your memory skill! so use the memory test it this game! Key Features: - Memory Test! - Super cute graphic! - Smooth Gameplay! - No Load Times! So the question is: How long could you follow these crazy Monsters?', 'https://img.gamemonetize.com/kxobn7olv9fed6f7s49sj0i9wpgnz29c/512x384.jpg', 'https://html5.gamemonetize.com/kxobn7olv9fed6f7s49sj0i9wpgnz29c/', '0', 'Puzzles', 0, 0, '', 'giddy-poppy'), (4279, 'Solitaire 2048', 'Solitaire 2048 is a free online card and merge game for boys played on PuzzleGame.The game is easy to learn and quite addictive. Drag and drop the same number card to merge and maximize your score. Get 2048 and receive the score bonus. Mobile, Tablet, and Desktop are playable. Test your brain, relax and enjoy the game.', 'https://img.gamemonetize.com/9keexmu33kt0g09nk32aeox4a3b4tuzs/512x384.jpg', 'https://html5.gamemonetize.com/9keexmu33kt0g09nk32aeox4a3b4tuzs/', '0', 'Boys', 0, 0, '', 'solitaire-'), (4280, 'Worlds Hardest Traffic Box ', 'World\'s Hardest Traffic Box is an interesting adventure puzzle online game with the theme of moving boxes. The simple and fresh picture is very logical. Avoid all kinds of obstacles in the game to let the small box reach the finish line smoothly, which tests your control of timing and speed. There are so many levels that you can\'t stop playing. Come and join us if you like!', 'https://img.gamemonetize.com/e8w68d4gu2e1xaz3u8tnha1uiq9npp3m/512x384.jpg', 'https://html5.gamemonetize.com/e8w68d4gu2e1xaz3u8tnha1uiq9npp3m/', '0', 'Boys', 0, 0, '', 'worlds-hardest-traffic-box-'), (4281, 'Sleeping Unicorn', 'Sleeping Unicorn is an online game that is free to play. The objective of the game is to help the sleeping unicorn wake up by collecting pillows and avoiding obstacles. Our new sleeping unicorn game is the perfect way to wind down and relax. It\'s free to play and you can enjoy it for as long as you like. If you\'re looking for a fun, easygoing game that you can escape into, this is it!', 'https://img.gamemonetize.com/oybpq07d36h9cx31mgl0eoy562x2efzj/512x384.jpg', 'https://html5.gamemonetize.com/oybpq07d36h9cx31mgl0eoy562x2efzj/', '0', 'Hypercasual', 0, 0, '', 'sleeping-unicorn'), (4282, 'Spaceman Adventure', 'Explore the universe in Spaceman Adventure, a free online game! Play as a spaceman and travel to different planets, avoiding obstacles and collecting power-ups. Spaceman Adventure is an online game that is free to play. It is a multiplayer game that allows players to experience an adventure in space.', 'https://img.gamemonetize.com/54m7w2vdb3bgm3uys5v69k6fiwzv5xuu/512x384.jpg', 'https://html5.gamemonetize.com/54m7w2vdb3bgm3uys5v69k6fiwzv5xuu/', '0', 'Arcade', 0, 0, '', 'spaceman-adventure'), (4283, 'Super Hit BaseBall', 'Go for the SUPER HIT & Compete for the Championship! âš¾ Fun Free online multiplayer PVP Baseball games', 'https://img.gamemonetize.com/0b357ds49gz62hprnddnan9efuja6hkc/512x384.jpg', 'https://html5.gamemonetize.com/0b357ds49gz62hprnddnan9efuja6hkc/', '0', 'Arcade', 0, 0, '', 'super-hit-baseball'), (4284, 'Flick HomeRun Baseball', 'Flick your finger and make a homerun. You can experience a real baseball batting through the physical pendulum.', 'https://img.gamemonetize.com/g5hgfkthvrgd3377w7jx1h5sqy3cbesa/512x384.jpg', 'https://html5.gamemonetize.com/g5hgfkthvrgd3377w7jx1h5sqy3cbesa/', '0', 'Sports', 0, 0, '', 'flick-homerun-baseball'), (4285, 'Frog Block', 'Frog Block is an online platformer game that is free to play. The objective of the game is to help the frog reach the end of the level by avoiding obstacles and enemies. There are many different levels to play, and each one gets more difficult as you progress.', 'https://img.gamemonetize.com/uvjv8598smcodu66z7045pai9x27z516/512x384.jpg', 'https://html5.gamemonetize.com/uvjv8598smcodu66z7045pai9x27z516/', '0', 'Arcade', 0, 0, '', 'frog-block'), (4286, 'Blocky Squirrel ', 'Blocky Squirrel Online Platformer Endless Runner Game is an exciting new game that will keep you entertained for hours! With its simple controls and addicting gameplay, you\'ll be hooked from the first moment you play! The Blocky Squirrel Online Platformer Endless Runner Game is a great game for those who love a challenge. With an ever-changing course and new obstacles to overcome, this game is perfect for anyone who wants to test their skills. With a high score to beat and online leaderboards, this game is perfect for those who want to compete with others.', 'https://img.gamemonetize.com/7cp0t2lyxbh2tfzxmt3hhkp8wdau9kgn/512x384.jpg', 'https://html5.gamemonetize.com/7cp0t2lyxbh2tfzxmt3hhkp8wdau9kgn/', '0', 'Arcade', 0, 0, '', 'blocky-squirrel-'), (4287, 'Halloween Penguin', 'Halloween Penguin is an online 2D game that challenges players to help a penguin jump over obstacles and collect coins. In this 2D game, you\'ll help your penguin character jump and flap its way through a variety of Halloween-themed levels. Collect coins and power-ups as you go, and see how far you can get in this spooky adventure!', 'https://img.gamemonetize.com/0tfdq7rtzth0j9otu6tpe3ap8gvozm1i/512x384.jpg', 'https://html5.gamemonetize.com/0tfdq7rtzth0j9otu6tpe3ap8gvozm1i/', '0', 'Hypercasual', 0, 0, '', 'halloween-penguin'), (4288, 'Winter Gemstone', 'Winter Gemstone is an online 2D game that challenges players to collect as many gems as possible. The game is set in a winter wonderland and features a variety of obstacles and enemies.', 'https://img.gamemonetize.com/wfq7uek9uzupxdqkblkv8qs30slty2ak/512x384.jpg', 'https://html5.gamemonetize.com/wfq7uek9uzupxdqkblkv8qs30slty2ak/', '0', 'Hypercasual', 0, 0, '', 'winter-gemstone'), (4289, 'Unicorn Squash', 'If you\'re looking for a fun and challenging online game, look no further than Unicorn Squash. In this match 3 puzzle game, you must race against the clock to clear the board of all the unicorn squashes. Be strategic in your moves and make use of powerful boosters to help you complete levels. With over 100 levels to play, Unicorn Squash is sure to keep you entertained for hours on end.', 'https://img.gamemonetize.com/uf74j2fqsmignbvisoord8o2z5b9cf2d/512x384.jpg', 'https://html5.gamemonetize.com/uf74j2fqsmignbvisoord8o2z5b9cf2d/', '0', 'Puzzles', 0, 0, '', 'unicorn-squash'), (4290, 'Jewels Match', 'An awesome games with lot of level. Play it now !', 'https://img.gamemonetize.com/xhggoxodwue2hvilfgh6fgjxxgqon5v4/512x384.jpg', 'https://html5.gamemonetize.com/xhggoxodwue2hvilfgh6fgjxxgqon5v4/', '0', 'Puzzles', 0, 0, '', 'jewels-match'), (4291, 'Jelly Mash', 'Jelly Mash is a highly addictive puzzle game that will keep you coming back for more. It\'s easy to learn but difficult to master, and there are tons of different ways to play. With so many different puzzles to solve, you\'ll never get bored.', 'https://img.gamemonetize.com/r3gdvrtnd6e7go0p4a212rvpho8pmxwq/512x384.jpg', 'https://html5.gamemonetize.com/r3gdvrtnd6e7go0p4a212rvpho8pmxwq/', '0', 'Puzzles', 0, 0, '', 'jelly-mash'), (4292, 'Moto X3M 5 Pool Party', 'Moto X3M 5: Pool Party is the fifth incredible title in the Moto X3M series. The gameplay is just as exciting as in the original Moto X3M: You control a motocross bike and have to ride through a series of levels as fast as you can.', 'https://img.gamemonetize.com/qudemhh3c8nyahwqsh1ye9ljfo1im22n/512x384.jpg', 'https://html5.gamemonetize.com/qudemhh3c8nyahwqsh1ye9ljfo1im22n/', '0', 'Adventure', 0, 0, '', 'moto-xm---pool-party'), (4293, 'BBaller', 'B-Baller is an online arcade basketball game that is perfect for anyone who loves the sport. The game is easy to pick up and play, and it is a great way to pass the time. B-Baller is an online arcade basketball game that lets you compete against other players from around the world. With its fast-paced gameplay and easy-to-use controls, B-Baller is perfect for any fan of basketball.', 'https://img.gamemonetize.com/86r4o61kc5fbzy12snc4rtdaybhpdrd9/512x384.jpg', 'https://html5.gamemonetize.com/86r4o61kc5fbzy12snc4rtdaybhpdrd9/', '0', 'Boys', 0, 0, '', 'bballer'), (4294, 'Swimming Bee', 'Swimming Bee is an online arcade game that is perfect for those who want to improve their swimming skills or for those who want to have some fun. The game features a variety of different levels, each with its own challenges. Swimming Bee is an online arcade game that challenges players to swim through a series of obstacles to reach the end of the level. The game features a variety of different difficulty levels, so that players of all skill levels can enjoy the challenges it presents.', 'https://img.gamemonetize.com/u5digrkrysf93x6cqwysb6l4twpgifwl/512x384.jpg', 'https://html5.gamemonetize.com/u5digrkrysf93x6cqwysb6l4twpgifwl/', '0', 'Hypercasual', 0, 0, '', 'swimming-bee'), (4295, 'Bridging forwardba', 'This is a very good adventure game. This game is made in cartoon style. You can control a cartoon villain here to complete a wonderful challenge. Your task is to move bricks continuously and then successfully reach the destination to complete the challenge. It\'s very magical and funny. If you like, you can challenge', 'https://img.gamemonetize.com/na8xzfrz9lnlvu20wlgql8lj2u4cl1mh/512x384.jpg', 'https://html5.gamemonetize.com/na8xzfrz9lnlvu20wlgql8lj2u4cl1mh/', '0', 'Action', 0, 0, '', 'bridging-forwardba'), (4296, 'Mario Dash JetPack', 'Are you a Super Mario Lover? Welcome to this amazing flying mario game. Tap to fly higher and collect colorful coins. Collect letters D A S H to activate the green super mario. Avoid touching the bottom and Birds to keep your lives. Enjoy!', 'https://img.gamemonetize.com/x7zr78gewf077zfc7xcnnxqn2shqqlnr/512x384.jpg', 'https://html5.gamemonetize.com/x7zr78gewf077zfc7xcnnxqn2shqqlnr/', '0', 'Clicker', 0, 0, '', 'mario-dash-jetpack'), (4297, 'Block Puzzle King', 'Block Puzzle King is a very simple game but super relaxing for everyone with any age, It\'s free and can play offline at anywhere and any time.This game is unique and fun to have 1000 levels and is a most fun block puzzle, so you can play it like a king.', 'https://img.gamemonetize.com/6h017jkkl1fp2po8rvn8enh6rj5cr89o/512x384.jpg', 'https://html5.gamemonetize.com/6h017jkkl1fp2po8rvn8enh6rj5cr89o/', '0', 'Puzzles', 0, 0, '', 'block-puzzle-king'), (4298, 'Memory Match Game', 'Memory Match is a free online puzzle game for boys played on PuzzleGame. It combines the traditional card memory game with the matching game. These cards are hidden when matching, so you need to remember them and then select the same card to merge. Mobile, Tablet, and Desktop are playable. Challenge yourself!', 'https://img.gamemonetize.com/muqts0pyi9o3j67fjlo4v1zg5q3hi5oz/512x384.jpg', 'https://html5.gamemonetize.com/muqts0pyi9o3j67fjlo4v1zg5q3hi5oz/', '0', 'Boys', 0, 0, '', 'memory-match-game'), (4299, ' Mini Trains io', 'Collect nuts and bolts to build up your train\'s length in this io-style snake game! Play amongst other trains but be sure not to collide with one or else it\'s game over! Grab the wheel and dodge and weave your way through the chaos while you grow your train to the top of the leaderboard!', 'https://img.gamemonetize.com/5kfd4g9vx11jok7m6au8umjk1822wcky/512x384.jpg', 'https://html5.gamemonetize.com/5kfd4g9vx11jok7m6au8umjk1822wcky/', '0', 'Multiplayer', 0, 0, '', '-mini-trains-io'), (4300, 'Anime Girls Clicker', 'Click on juicy beautiful anime girls and earn hearts! Spend them on new girls and improve yourself! In this game you will meet a wide variety of girls of your dreams with more than 10 sounds. Tired of the hustle and bustle of daily work? Just sit down and relax in this game with relaxing calm music in the background!', 'https://img.gamemonetize.com/5lg1rd4h2odybdj4e0ewjwfdti0j6gqw/512x384.jpg', 'https://html5.gamemonetize.com/5lg1rd4h2odybdj4e0ewjwfdti0j6gqw/', '0', 'Clicker', 0, 0, '', 'anime-girls--clicker'), (4301, 'Cannon Ball Shoot', 'Cannon Ball Shoot is a free online number and puzzle game for boys played on Puzzlegame. You need to aim and shoot your balls and choose the right door to multiply the number of balls. Successfully push down the obstacles in front of you and complete the pinball task to pass the level! Mobile, Tablet, and Desktop are playable. So, why not try it now? Enjoy yourself!', 'https://img.gamemonetize.com/4ca18xqypa2c1undkn8po91f2e2ridek/512x384.jpg', 'https://html5.gamemonetize.com/4ca18xqypa2c1undkn8po91f2e2ridek/', '0', 'Boys', 0, 0, '', 'cannon-ball-shoot'), (4302, 'Bratz Hidden Stars', 'Bratz Hidden Stars is super fun and free to play online game for kids. Bratz Hidden Stars where you need to find all hidden stars on the stage to enter new level. Grab the loop and start looking for the stars hiiden on the Bratz images. Have fun playing.', 'https://img.gamemonetize.com/47xp4h7w45yz0uv7dc3kz72tcoz58oe4/512x384.jpg', 'https://html5.gamemonetize.com/47xp4h7w45yz0uv7dc3kz72tcoz58oe4/', '0', 'Girls', 0, 0, '', 'bratz-hidden-stars'), (4303, 'Huggy In The Tower', 'Hugy in The Tower takes the Endless runner (i guess endless flyer) genre! Help our friend "Hugy" the monster to get as high as he can, avoiding the obstacles such as rolling mines, spikes, bats on the way and collecting as many coins as possible. Don\'t hit any enemies or it\'s game over for Hugy! Challenge your friends scores on the local leader boards to see who comes out top in this addictive, challenging and entertaining arcade game.', 'https://img.gamemonetize.com/7udox7dmf53k6gh39n9akme96xhroy2k/512x384.jpg', 'https://html5.gamemonetize.com/7udox7dmf53k6gh39n9akme96xhroy2k/', '0', 'Hypercasual', 0, 0, '', 'huggy-in-the-tower'), (4304, 'Cute Doll Cooking Cakes', 'The girl opened a new Cakes bakery in the town and serves a variety of delicious cakes on festivals and celebrations. Bakery for girls has a lot of custom cakes. So head to her bakery and order your favorite cake asap.', 'https://img.gamemonetize.com/h7cxkpdeuvcs0l2y4hmipqufdr07uz7c/512x384.jpg', 'https://html5.gamemonetize.com/h7cxkpdeuvcs0l2y4hmipqufdr07uz7c/', '0', 'Girls', 0, 0, '', 'cute-doll-cooking-cakes'), (4305, 'Kids Happy Kitchen', 'Kids Happy Kitchen is a very addictive cooking game. In this game, you are an owner of a tiny but popular restaurant. 3 customers are here to taste your cooking. They want to try your specialty, curry rice, fired potato shreds and fried dumplings. As a sophisticated chef, come and show your skills. Have a good time!', 'https://img.gamemonetize.com/zsm131co8bq7itnho8xpwdp12qcvn1d6/512x384.jpg', 'https://html5.gamemonetize.com/zsm131co8bq7itnho8xpwdp12qcvn1d6/', '0', 'Girls', 0, 0, '', 'kids-happy-kitchen'), (4306, 'Jack In The Tower', 'Jack in The Tower takes the Endless runner (i guess endless flyer) genre! Help our friend "Jack" the pumpkin to get as high as he can, avoiding the obstacles such as rolling mines, spikes, bats on the way and collecting as many coins as possible. Don\'t hit any enemies or it\'s game over for Jack! Challenge your friends scores on the local leader boards to see who comes out top in this addictive, challenging and entertaining arcade game.', 'https://img.gamemonetize.com/uk5tphh3u2my29ra8djazvklsbm9fbjc/512x384.jpg', 'https://html5.gamemonetize.com/uk5tphh3u2my29ra8djazvklsbm9fbjc/', '0', 'Hypercasual', 0, 0, '', 'jack-in-the-tower'), (4307, 'Paper Golf', 'Paper-like themed game where you shoot funny ball-like characters from a sling and try to put them into a hole. There are many obstacles you need to avoid on each level. By completing levels you unlock new characters to play with.', 'https://img.gamemonetize.com/hrbq74b4ffnf0t4rt9alx9tjc9hjjc8l/512x384.jpg', 'https://html5.gamemonetize.com/hrbq74b4ffnf0t4rt9alx9tjc9hjjc8l/', '0', 'Puzzles', 0, 0, '', 'paper-golf'), (4308, 'Cursed Treasure 1.5', 'Once again the gems of the evil forces are in danger! After a decade of peace the good heroes come again to steal the last 3 gems carefully saved by the evil Overlord. Your duty is to defend what was granted by centuries of the nefarious deeds. Build and upgrade towers, cast powerful spells and learn useful skills to protect the gems and smash all these ninjas, angels and lizard riders to pieces!', 'https://img.gamemonetize.com/6xz4uf1am8isv2vkf9g511s1p41ya79g/512x384.jpg', 'https://html5.gamemonetize.com/6xz4uf1am8isv2vkf9g511s1p41ya79g/', '0', 'Adventure', 0, 0, '', 'cursed-treasure-'), (4309, 'Perfect Sweet Home', 'Jade is 18 now and about to graduate from the college. She is old enough to live on her own. This weekend, she starts to decorate her new house, including one bedroom and a little sitting room. After hearing this news. Her friend Sofia is also coming. Let\'s join them to give them a hand!', 'https://img.gamemonetize.com/c9mfg3zmpozpfyo07mad7v0cw8s00ep9/512x384.jpg', 'https://html5.gamemonetize.com/c9mfg3zmpozpfyo07mad7v0cw8s00ep9/', '0', 'Girls', 0, 0, '', 'perfect-sweet-home'), (4310, 'Sisters Delicious Lunch', 'The fashion sisters are bored at home on weekend. So they decide to work together to make a delicious lunch. Sofia wants to make spaghetti, Zoe makes fruit salad. They happily go to the kitchen to prepare their delicious lunch, let\'s have a look!', 'https://img.gamemonetize.com/l6fqavhx8x2p6mwqpyizmvhg8h0je4lb/512x384.jpg', 'https://html5.gamemonetize.com/l6fqavhx8x2p6mwqpyizmvhg8h0je4lb/', '0', 'Girls', 0, 0, '', 'sisters-delicious-lunch'), (4311, 'Flower Sorting', 'In this game you need to sort the colorful flowers in the columns until all similar flowers in the same column. An enjoyable exercise for your brain! You can pop a flower from a column and push it in either an empty column or in a column which has similar flower on the top of it,', 'https://img.gamemonetize.com/ou0ihcq9fknt3h0aov0t8jtk7o4te8a2/512x384.jpg', 'https://html5.gamemonetize.com/ou0ihcq9fknt3h0aov0t8jtk7o4te8a2/', '0', 'Puzzles', 0, 0, '', 'flower-sorting'), (4312, 'Farm Shadow Match', 'This is an educational and fun game which enhances both finding and matching skills. This game creates fun of both hidden object and shadow matching game. You need to search matching item for given shadow in the left panel. Complete the level before time runs out to get bonus points.', 'https://img.gamemonetize.com/tj0iefk80f10enhcw2ru8jjaezs718dv/512x384.jpg', 'https://html5.gamemonetize.com/tj0iefk80f10enhcw2ru8jjaezs718dv/', '0', 'Puzzles', 0, 0, '', 'farm-shadow-match'), (4313, 'Hetto 2', 'Hetto 2 is a 2D platformer where you have to collect all of the bottles of magic potion while avoiding the enemies, flying robots, fire, spikes and reach the Exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Hetto" series.', 'https://img.gamemonetize.com/g74m2pl983r06tb2w39rj2yobudekwia/512x384.jpg', 'https://html5.gamemonetize.com/g74m2pl983r06tb2w39rj2yobudekwia/', '0', 'Arcade', 0, 0, '', 'hetto-'), (4314, 'Stick Merge Battle', 'Stick Merge is a simple action and merging game. You aim to combine various weapons to create more powerful guns, and ultimately use them on the moving stick figures in the shooting range. Prepare your arsenal, upgrade your pistol, explore all the power-ups and become the best shooter in town. How powerful can you get in Stick Merge? Stick around to find out!', 'https://img.gamemonetize.com/u6of6a36ydxbzdowpmfz4qyzmkrg7yi1/512x384.jpg', 'https://html5.gamemonetize.com/u6of6a36ydxbzdowpmfz4qyzmkrg7yi1/', '0', 'Fighting', 0, 0, '', 'stick-merge-battle'), (4315, 'Chicken Fly', 'How high can you get? Journey up a sheet of graph paper, perpetually jumping from one platform to the next, picking up jet packs, avoiding dogs, and blasting along the way. Laugh with delight as you blow past other players\' actual score markers scribbled in the margins. And be warned: this game is insanely addictive!', 'https://img.gamemonetize.com/3i9itoifjp4p93g04mcvo6krjomzqmea/512x384.jpg', 'https://html5.gamemonetize.com/3i9itoifjp4p93g04mcvo6krjomzqmea/', '0', 'Arcade', 0, 0, '', 'chicken-fly'), (4316, 'Trash Doves', 'Help the dove trash some eggs! Trash It Dove – is an arcade-style casual game. A dove that stays in the same place will wreck the eggs that are coming toward it. Tap on the right to break eggs on the right, and tap left to break eggs on the left. Tap on the wrong side and it will be a game over. Be careful about the timing. As, when the time bar will run out of time, the game will automatically end. The game is simple and fun, with fascinating graphics, addictive gameplay, and exhilarating background music.', 'https://img.gamemonetize.com/vrcqeulk7ksvzux7tesreizerbdkecg4/512x384.jpg', 'https://html5.gamemonetize.com/vrcqeulk7ksvzux7tesreizerbdkecg4/', '0', 'Clicker', 0, 0, '', 'trash-doves'), (4317, 'Stunt Sky Simulations 2023', 'Sky simulation new stunt sky game where you can drive car on sky ramp. Different kind of interesting levels where you can drive multiple vehicles', 'https://img.gamemonetize.com/t11vm44qweigswi3muxbg0qh0cwbwrrw/512x384.jpg', 'https://html5.gamemonetize.com/t11vm44qweigswi3muxbg0qh0cwbwrrw/', '0', 'Racing', 0, 0, '', 'stunt-sky-simulations-'), (4318, 'Jhunko Bot', 'Jhunko Bot is a 2D Sci-fi themed platformer where you have to collect the laptops containing technology secrets while avoiding the enemy bots, flying bots, lasers and reach the Exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/oq31ljkjdvheng4l5x39luit3twivo9j/512x384.jpg', 'https://html5.gamemonetize.com/oq31ljkjdvheng4l5x39luit3twivo9j/', '0', 'Arcade', 0, 0, '', 'jhunko-bot'), (4319, 'Tuny vs Osu 2', 'Tuny vs Osu 2 is a 2D Sci-fi themed platformer where you have to collect all of the purple cubes while avoiding the enemies, flying creatures, spikes, saws and reach the Exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Tuny vs Osu" series.', 'https://img.gamemonetize.com/vsuymh2d1z9dwq7tk1utfgyxnlllr5z6/512x384.jpg', 'https://html5.gamemonetize.com/vsuymh2d1z9dwq7tk1utfgyxnlllr5z6/', '0', 'Arcade', 0, 0, '', 'tuny-vs-osu-'), (4320, 'Party Cup Runner', 'Collect various glasses and join the party. Fill your glasses with unlimited drinks and serve them to your guests. gamesmunch.com', 'https://img.gamemonetize.com/cevw0pceyn6e2u19mbmzwmx60jtd6p6x/512x384.jpg', 'https://html5.gamemonetize.com/cevw0pceyn6e2u19mbmzwmx60jtd6p6x/', '0', 'Hypercasual', 0, 0, '', 'party-cup-runner'), (4321, 'running wool', 'This is a thread ball parkour game. This game is very casual and interesting. Pay attention to avoiding obstacles during the game, otherwise you will be caught with the thread, and your character may be destroyed. In the process, you should also collect the thread ball to arm your character. If you are interested, please try it. I\'m sure you will like this game.', 'https://img.gamemonetize.com/f390yfpz2lyb6am5tga5pz1x1avb64fc/512x384.jpg', 'https://html5.gamemonetize.com/f390yfpz2lyb6am5tga5pz1x1avb64fc/', '0', 'Action', 0, 0, '', 'running-wool'), (4322, 'Color Rope Matching', 'Colorful rope for you, connect the same color hole with your rope. Easy to play, hard to master. Can you solve all rope puzzles?', 'https://img.gamemonetize.com/3m2r3hyf5ba696yk69uqz5d9azfdj9iu/512x384.jpg', 'https://html5.gamemonetize.com/3m2r3hyf5ba696yk69uqz5d9azfdj9iu/', '0', 'Puzzles', 0, 0, '', 'color-rope-matching'), (4323, 'Dolphin Show', 'The Dolphin Show Online Volleyball Game is a great way to stay active and have fun. The game is easy to play and can be enjoyed by people of all ages. The Dolphin Show Online volleyball game is a great way to stay active and have fun. The game is easy to pick up and play, and it\'s a great way to stay fit.', 'https://img.gamemonetize.com/ekmee01a0fh5yxnbl38qp6g9br4e46t2/512x384.jpg', 'https://html5.gamemonetize.com/ekmee01a0fh5yxnbl38qp6g9br4e46t2/', '0', 'Arcade', 0, 0, '', 'dolphin-show'), (4324, 'Protect the Santa', 'Funny but not easy winter Christmas shooting game. Follow the Santa and protect him from a nasty snowmen. When Mr. Claus collect all the xmas gifts the igloo will open gate to the next game level.', 'https://img.gamemonetize.com/0bqdf876hhtvm98zaudcfn8srz2l56qb/512x384.jpg', 'https://html5.gamemonetize.com/0bqdf876hhtvm98zaudcfn8srz2l56qb/', '0', 'Shooting', 0, 0, '', 'protect-the-santa'), (4325, 'Monster Highâ„¢ Beauty Salon', 'Love Magic Monster High Dolls Dress Up Game? Then This App is For You! Create and Design Your Monsters Girls Doll Dress Up Makeup Monster girl ! Amazing monsters hight dress up games with monster dolls with beautiful dresses and clothes with ever after style. You can find Werewolf, Mummy, Dracula, Frankenstein, Zombie, and more monsters girls dress up. Draculaura dress up Choose from a huge selection of costumes, masks, and more and make your own character Superstar Fashion Monster girl! You can find Werewolf, Mummy, Dracula, Frankenstein, Zombie, and more monsters girls dress up. This monster dolls game with dress up designed to improve memory for all ages, whether you are kids, girls, boys, childrens or adults, with draculaura dress up you will enjoy this game all day.', 'https://img.gamemonetize.com/p44inhim53ki9lk2wdtvom5i8k4gzo5n/512x384.jpg', 'https://html5.gamemonetize.com/p44inhim53ki9lk2wdtvom5i8k4gzo5n/', '0', 'Girls', 0, 0, '', 'monster-high-beauty-salon'), (4326, 'Brown And Friends Jigsaw Puzzle', 'Zazgames is a place where you can infinitely play assembling online jigsaw puzzles. We hope you are up for another game from the Puzzle category on our website , because we have just added the game called ++++++++++ for you all, which, despite being one of the many puzzle games we have added so far into this category, this is the first puzzle game to use this specific format, and image, so it is going to be a brand new experience for all of you, an experience we are sure you will appreciate, as there is no way you aren\'t going to have a lot of fun playing the game. Especially after you learn how to play it from the next lines in the description. you will start by choosing how you want the jigsaw puzzle be : hard medium or easy. After that, the jigsaw puzzle pieces are going to be spread around the game screen randomly. Use the mouse to drag them over the transparent images where they match with the image, until all the pieces are connected, and the image looks just like it did in the beginning. You will have a great time with the game, so start it right now, and we are sure you will not regret it one second!', 'https://img.gamemonetize.com/adlyvno89iqs3r24q2qsrxsi1wwb7x97/512x384.jpg', 'https://html5.gamemonetize.com/adlyvno89iqs3r24q2qsrxsi1wwb7x97/', '0', 'Puzzles', 0, 0, '', 'brown-and-friends-jigsaw-puzzle'), (4327, 'Space Shooting', 'Space Shooting Online Space Game is an exciting new game for space shooting enthusiasts. It offers an immersive and action-packed experience that is sure to appeal to gamers of all levels. Space Shooting is an online space game that allows players to experience the thrill of intergalactic combat.', 'https://img.gamemonetize.com/8sqysmc6bng6yu4peahd4q443ldsu9eg/512x384.jpg', 'https://html5.gamemonetize.com/8sqysmc6bng6yu4peahd4q443ldsu9eg/', '0', 'Shooting', 0, 0, '', 'space-shooting'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (4328, 'Ketchapp Basketball', 'Become a basketball star in Ketchapp Basketball! Score as many points as you can by shooting the ball in the basket, you will directly get +2 points if you make a direct shot !', 'https://img.gamemonetize.com/v162dv9vwwh3zfu5tisqcfozi781dcve/512x384.jpg', 'https://html5.gamemonetize.com/v162dv9vwwh3zfu5tisqcfozi781dcve/', '0', 'Sports', 0, 0, '', 'ketchapp-basketball'), (4329, 'Counter Wars', 'Counter Wars is a 3d multiplayer war game. Create a room or join a room and start a battle in this game. Enjoy real-time combat!', 'https://img.gamemonetize.com/3uby84exuqcd3p19aymgom9fdd7s9mmi/512x384.jpg', 'https://html5.gamemonetize.com/3uby84exuqcd3p19aymgom9fdd7s9mmi/', '0', 'Multiplayer', 0, 0, '', 'counter-wars'), (4330, 'Santiago Of The Seas Jigsaw Puzzle', 'Zazgames is a place where you can infinitely play assembling online jigsaw puzzles. We hope you are up for another game from the Puzzle category on our website , because we have just added the game called Drag and drop! for you all, which, despite being one of the many puzzle games we have added so far into this category, this is the first puzzle game to use this specific format, and image, so it is going to be a brand new experience for all of you, an experience we are sure you will appreciate, as there is no way you aren\'t going to have a lot of fun playing the game. Especially after you learn how to play it from the next lines in the description. you will start by choosing how you want the jigsaw puzzle be : hard medium or easy. After that, the jigsaw puzzle pieces are going to be spread around the game screen randomly. Use the mouse to drag them over the transparent images where they match with the image, until all the pieces are connected, and the image looks just like it did in the beginning. You will have a great time with the game, so start it right now, and we are sure you will not regret it one second!', 'https://img.gamemonetize.com/7y39pyzqnkt5lvn5md3msspvh1j2xcl9/512x384.jpg', 'https://html5.gamemonetize.com/7y39pyzqnkt5lvn5md3msspvh1j2xcl9/', '0', 'Puzzles', 0, 0, '', 'santiago-of-the-seas-jigsaw-puzzle'), (4331, 'Formula Rush', 'Formula Rush is a online racing game. Are you ready to face the best racing cars in the “City that never sleepsâ€? Enjoy this breathtaking competition along three racetracks of increasing difficulty. Rank at least 3rd to advance to the next race.', 'https://img.gamemonetize.com/zotu6xc687xdg40rtxp46o3ovs6h6591/512x384.jpg', 'https://html5.gamemonetize.com/zotu6xc687xdg40rtxp46o3ovs6h6591/', '0', 'Racing', 0, 0, '', 'formula-rush'), (4332, 'Defeat the virus', 'This is a very special casual parkour game. Click the screen to control our protagonist to pass the barrier. On the way, we should pay attention to avoiding unhealthy food, collecting all kinds of healthy food, and fighting against viruses. Let\'s have a try', 'https://img.gamemonetize.com/z6dp1h6fowd041i8pd79i5f9ul4a8bkx/512x384.jpg', 'https://html5.gamemonetize.com/z6dp1h6fowd041i8pd79i5f9ul4a8bkx/', '0', 'Action', 0, 0, '', 'defeat-the-virus'), (4333, 'Socket Parkour', 'This is a very special casual parkour game. Click the screen control socket to break through. Pay attention to avoiding obstacles on the way. Plug in the socket to play. Let\'s have a try', 'https://img.gamemonetize.com/pknnu5ja8ae0ogbqw1bqnxiijukl5nxj/512x384.jpg', 'https://html5.gamemonetize.com/pknnu5ja8ae0ogbqw1bqnxiijukl5nxj/', '0', 'Action', 0, 0, '', 'socket-parkour'), (4334, 'Bugs Hunter', 'Bugs Hunter is a kind of bubble shooter game. But this time the spider needs to catch the bugs who are coming towards him. The spider drops a web and thus catches the bugs. You have to do this with all the bugs because they want to attack you. If three bugs reach the spider line, the game will end. The bugs will come from different directions and move at different speeds. So you have to be careful and shoot in all directions.', 'https://img.gamemonetize.com/u11y5aud7dlypwot4be21qybaodi7zh0/512x384.jpg', 'https://html5.gamemonetize.com/u11y5aud7dlypwot4be21qybaodi7zh0/', '0', 'Shooting', 0, 0, '', 'bugs-hunter'), (4335, 'Zombie Survival Pixel Apocalypse', 'The stunning Block Combat Swat GunGame Multiplayer takes place on the Arena Map. Enjoyable, but are you prepared to try all five game modes? You can compete with other players worldwide and offline with other players up to level 40. You have access to 18 weapon types if you use various modifications, such as camouflage. Have Fun!', 'https://img.gamemonetize.com/m4hgk0yg3zkyr0nacp2qtmbsd8nnv3yu/512x384.jpg', 'https://html5.gamemonetize.com/m4hgk0yg3zkyr0nacp2qtmbsd8nnv3yu/', '0', 'Shooting', 0, 0, '', 'zombie-survival-pixel-apocalypse'), (4336, 'Angela Valentine Story Deep Water', 'Welcome to Angela valentine Story Deep Water. Angela feels lonely after her BF hates her so much in recent days. She asked help to her friend. Her friend gave her the gain his love back using a love potion. But she needs to go on an adventure hunt to get the love potion. Help her to join back to her BF.', 'https://img.gamemonetize.com/4k5xiq2o9vhpdovwm4lwxeqqarkhvgot/512x384.jpg', 'https://html5.gamemonetize.com/4k5xiq2o9vhpdovwm4lwxeqqarkhvgot/', '0', 'Girls', 0, 0, '', 'angela-valentine-story-deep-water'), (4337, 'Ice And Fire Twins Fighting Game', 'Ice And Fire Twins is an online 3D game. Ice And Fire Twins is an interesting game that you won\'t miss it! You should use your special ice and fire skills to defeat opponents. First, you need to freeze your opponents before they get close to you, then shoot and beat them to win. The new interface and elimination shooting mode allow players to eliminate enemies freely. Let\'s experience the refreshing feel of this game!', 'https://img.gamemonetize.com/rkreijtbt7taylrbt6ddxbvtz70lsote/512x384.jpg', 'https://html5.gamemonetize.com/rkreijtbt7taylrbt6ddxbvtz70lsote/', '0', 'Action', 0, 0, '', 'ice-and-fire-twins--fighting-game'), (4338, 'Angry Cats', 'Angry Cats is an exciting sports game to play for all ages. Play this technical game which tests your aiming ability to make a goal. How long you can stay in the game is determined by how well you can aim. Calculate the right angle and degree of force and shoot the Cats through into the basket!', 'https://img.gamemonetize.com/f2addyig754h6ezcv6pkht0e0ysj4brb/512x384.jpg', 'https://html5.gamemonetize.com/f2addyig754h6ezcv6pkht0e0ysj4brb/', '0', 'Sports', 0, 0, '', 'angry-cats'), (4339, 'Jelly Gnam Gnam', 'Pilot the little Jellyfish creatures called "Gnammy" and collect all the plankton generated by the sea, be careful don\'t touch the red monsters or you\'ll lose one life! The main goal of the game is to collect as much plankton as possible and sign your personal record. Occasionally you will see a red balloon, touch them and earn a bonus.', 'https://img.gamemonetize.com/n4aj44rxm7jaj2jssvlwreajy5vv4jqk/512x384.jpg', 'https://html5.gamemonetize.com/n4aj44rxm7jaj2jssvlwreajy5vv4jqk/', '0', 'Arcade', 0, 0, '', 'jelly-gnam-gnam'), (4340, 'Snake Slither', 'Collect new snake parts as you progress along the track and try to become the giant worm in the arena. Each track has a number of gift boxes to collect. If you reach the finish line before collecting these gift boxes, you will fail.', 'https://img.gamemonetize.com/iwkooqz671ia03eszc81yvo3uqo5jfhs/512x384.jpg', 'https://html5.gamemonetize.com/iwkooqz671ia03eszc81yvo3uqo5jfhs/', '0', 'Arcade', 0, 0, '', 'snake-slither'), (4341, 'Shape Hunter', 'Your mission in this game; is to take on the shape above the gate that will appear in front of you as you move forward. 3 different shapes will appear at the bottom of the screen and when you click on any of them, you will look like that shape. You need to transform into the right shape to get through the gate in front of you. If you turn into the wrong shape, the game will be over somehow. In the right shape, you qualify to pass through the gate and you succeed.', 'https://img.gamemonetize.com/7n8g5tznr3su9nlckji1abv34surm6o2/512x384.jpg', 'https://html5.gamemonetize.com/7n8g5tznr3su9nlckji1abv34surm6o2/', '0', 'Puzzles', 0, 0, '', 'shape-hunter'), (4342, 'Math Gates', 'Your mission in this game; It is to find the answer to the math question you have been told in a short time and to pass the correct answer on the gate that will appear in front of you as you move forward. You will see the math operation at the bottom of the screen. To get through the gate in front of you, you have to go through the gate with the correct answer. If you pass through the gate with the wrong answer, the game will be over somehow. You succeed when you pass through the gate with the correct answer.', 'https://img.gamemonetize.com/yxxc09r13wh203oqegyfcqqjp96en6bg/512x384.jpg', 'https://html5.gamemonetize.com/yxxc09r13wh203oqegyfcqqjp96en6bg/', '0', 'Fighting', 0, 0, '', 'math-gates'), (4343, 'Cutos Quest', 'Cutos Quest is a 2D platformer where you have to collect all of the cream biscuits while avoiding the enemies, flying creatures and their bullets, spikes, fire and reach the Exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/ze9yhct53ss4gbvn0390l50b0jvlknzw/512x384.jpg', 'https://html5.gamemonetize.com/ze9yhct53ss4gbvn0390l50b0jvlknzw/', '0', 'Arcade', 0, 0, '', 'cutos-quest'), (4344, 'Set Bot 2', 'Set Bot 2 is a 2D Sci-fi themed platformer where you play as a bot who have to collect red tech balls while avoiding the enemy bots and their bullets, flying bots, spikes and giant blades and reach the Exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Set Bot" series.', 'https://img.gamemonetize.com/a0yhxk6s45x01hvsnup4rgb4wi51t97o/512x384.jpg', 'https://html5.gamemonetize.com/a0yhxk6s45x01hvsnup4rgb4wi51t97o/', '0', 'Arcade', 0, 0, '', 'set-bot-'), (4345, 'Hippo vs Cow Monster', 'Hippo vs Cow Monster is a 2D cute little platformer where you have to collect all of the watermelons while avoiding the Cow monsters, saws, spikes and reach the red flag in order to go to the next level. There are 8 levels to play and the difficulty increases as you continue.', 'https://img.gamemonetize.com/o0pws2erd53qkgdcxlh0zj3cbw0k8ay8/512x384.jpg', 'https://html5.gamemonetize.com/o0pws2erd53qkgdcxlh0zj3cbw0k8ay8/', '0', 'Arcade', 0, 0, '', 'hippo-vs-cow-monster'), (4346, 'Cooking Challenge', 'A hungry customer is an impatient customer. Which needs to be served as soon as possible. This is exactly what will happen in the game Cooking Challenge. Your restaurant is open. Quickly put cutlets on the pan, throw potato straws into the boiling oil and turn on the beverage dispenser. All this will be needed soon and let the dishes be ready in advance so that hungry customers do not wait and are not nervous. Serve quickly, get paid a solid tip, complete the tasks of the levels. And there will be fifty of them. Buy equipment, upgrade it and all this for the fastest service in Cooking Challenge.', 'https://img.gamemonetize.com/ygyegpn6a3817y9yt3vl9ifec6qc50jk/512x384.jpg', 'https://html5.gamemonetize.com/ygyegpn6a3817y9yt3vl9ifec6qc50jk/', '0', 'Cooking', 0, 0, '', 'cooking-challenge'), (4347, 'Chitu Adventures', 'Chitu Adventures is a 2D platformer where you play as an employee called Chitu who have to collect all of the important papers of your project, which have been taken away by your evil coworkers, and avoid your evil coworkers, spikes and saws and reach the Office door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/ma95rr61yzdxgvudcfyavm93unohjs2i/512x384.jpg', 'https://html5.gamemonetize.com/ma95rr61yzdxgvudcfyavm93unohjs2i/', '0', 'Arcade', 0, 0, '', 'chitu-adventures'), (4348, 'Path Painter', 'Complete each level by painting all the paths. Tap to make each person run. Be careful, don\'t let the people collide!', 'https://img.gamemonetize.com/jyotclvtuatujc0lubnym6znv2mnbabf/512x384.jpg', 'https://html5.gamemonetize.com/jyotclvtuatujc0lubnym6znv2mnbabf/', '0', 'Sports', 0, 0, '', 'path-painter'), (4349, 'Drive In City 3D', 'Car Driving Simulator is the best car simulator of 2014, thanks to its advanced real physics engine Ever wanted to try a sports car simulator? Now you can drive, drift and feel a racing sports car for free! Be a furious racer on a whole city for you. No need to brake because of traffic or racing other rival vehicles, so you can perform illegal stunt actions and run full speed without the police chasing you! Drifting fast and doing burnout had never been so fun! Burn the asphalt of this open world city!', 'https://img.gamemonetize.com/atilaxkywzfr6xr0stmcolac44tu0jjn/512x384.jpg', 'https://html5.gamemonetize.com/atilaxkywzfr6xr0stmcolac44tu0jjn/', '0', 'Arcade', 0, 0, '', 'drive-in-city-d'), (4350, 'Neon Jump', 'Neon Jump Online is an endless jump adventure game that will keep you entertained for hours on end. With its simple yet addictive gameplay, Neon Jump Online is the perfect game to play when you want to kill some time or just have some fun.', 'https://img.gamemonetize.com/sul6ctkbm3xymfwty8kgs3719hdk1fu3/512x384.jpg', 'https://html5.gamemonetize.com/sul6ctkbm3xymfwty8kgs3719hdk1fu3/', '0', 'Arcade', 0, 0, '', 'neon-jump'), (4351, 'Crab Shooter', 'Crab Shooter is an online shooting game that tests your aim and accuracy. The objective of the game is to shoot as many crabs as possible in a limited amount of time. Crab Shooter is an online shooting game that puts you in the shoes of a crab as you defend your home from an onslaught of enemies. Shoot your way through waves of different enemies, including other crabs, fish, and even humans, to earn points and unlock new levels.', 'https://img.gamemonetize.com/jy4rdm5097p0xn7l77iwri6bkvzfeq9f/512x384.jpg', 'https://html5.gamemonetize.com/jy4rdm5097p0xn7l77iwri6bkvzfeq9f/', '0', 'Shooting', 0, 0, '', 'crab-shooter'), (4352, 'Phantom Pups Jigsaw Puzzle', 'Zazgames is a place where you can infinitely play assembling online jigsaw puzzles. We hope you are up for another game from the Puzzle category on our website , because we have just added the game called Phantom Pups Jigsaw Puzzle for you all, which, despite being one of the many puzzle games we have added so far into this category, this is the first puzzle game to use this specific format, and image, so it is going to be a brand new experience for all of you, an experience we are sure you will appreciate, as there is no way you aren\'t going to have a lot of fun playing the game. Especially after you learn how to play it from the next lines in the description. you will start by choosing how you want the jigsaw puzzle be : hard medium or easy. After that, the jigsaw puzzle pieces are going to be spread around the game screen randomly. Use the mouse to drag them over the transparent images where they match with the image, until all the pieces are connected, and the image looks just like it did in the beginning. You will have a great time with the game, so start it right now, and we are sure you will not regret it one second!', 'https://img.gamemonetize.com/7yo19m4ff9ggfeuzhzwxn5bju5s9msuz/512x384.jpg', 'https://html5.gamemonetize.com/7yo19m4ff9ggfeuzhzwxn5bju5s9msuz/', '0', 'Puzzles', 0, 0, '', 'phantom-pups-jigsaw-puzzle'), (4353, 'Catch The Cats', 'Catch The Cat is a game where you need to punch the cats that are showing from the wholes. But it\'s all cats that pop up from the holes and do that only with the cats. If you miss some cat to punch, you will lose your life. The cats will show at different places, and sometimes at more holes at once. Be fast and hit more cats as you can before your life is finished.', 'https://img.gamemonetize.com/bdhtnu691xs645g3d440jnowh9u8mpmb/512x384.jpg', 'https://html5.gamemonetize.com/bdhtnu691xs645g3d440jnowh9u8mpmb/', '0', 'Puzzles', 0, 0, '', 'catch-the-cats'), (4354, 'MechWarrior Project', 'This is a very special casual war armor parkour game. Click the screen to control our protagonists to break through the barrier. Pay attention to avoiding various traps and collecting various parts on the way. Come and have a try', 'https://img.gamemonetize.com/r40as6c67gr0bp7jdz03nier3yzz2c9p/512x384.jpg', 'https://html5.gamemonetize.com/r40as6c67gr0bp7jdz03nier3yzz2c9p/', '0', 'Action', 0, 0, '', 'mechwarrior-project'), (4355, 'Little Girl Dress Up', 'Little girl Tina loves walking around the park and playing games with her friends. She takes her favorite toys and goes outside. Let\'s dress up Tina so sweet', 'https://img.gamemonetize.com/3dk72577gy5ubfhk46b06wp53t0rt8cf/512x384.jpg', 'https://html5.gamemonetize.com/3dk72577gy5ubfhk46b06wp53t0rt8cf/', '0', 'Girls', 0, 0, '', 'little-girl-dress-up'), (4356, 'Kaido', 'Kaido is a 2D cute little platformer where you have to collect all of the orange ice cream bars while avoiding the enemies wearing hats, rotating blades, spikes and reach the pink flag in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/h5u3387cj4oql45giwxz47slmrd90shd/512x384.jpg', 'https://html5.gamemonetize.com/h5u3387cj4oql45giwxz47slmrd90shd/', '0', 'Arcade', 0, 0, '', 'kaido'), (4357, 'Snowman Dress up', 'Children love the winter season very much. When it snows, they play snowballs and make snowmen. Come on, create your dream snowman. Have fun', 'https://img.gamemonetize.com/vkmz983is15exb823zmja38skncikyen/512x384.jpg', 'https://html5.gamemonetize.com/vkmz983is15exb823zmja38skncikyen/', '0', 'Girls', 0, 0, '', 'snowman-dress-up'), (4358, 'Ancient Princess Nile', 'The ancient princess Nile is a beautiful freedom fighter girl in ancient Egypt. She fights to protect his people from the evil Pharaoh. Let\'s dress up the warrior princess', 'https://img.gamemonetize.com/anedewikyq6v5otuxoa2g2yd4ckfq2tk/512x384.jpg', 'https://html5.gamemonetize.com/anedewikyq6v5otuxoa2g2yd4ckfq2tk/', '0', 'Girls', 0, 0, '', 'ancient-princess-nile'), (4359, 'Barbie Mermaid Dressup', 'Barbie deniz kızı denizde yaÅŸayan çok güzel bir kızdır. Balık arkadaÅŸlarıyla keyifli bir hayat sürmektedir. Denizler temizse çok mutlu olur. Deniz kızını giydirelim', 'https://img.gamemonetize.com/nkw510lpsnxq1z1xt9sc1ig664y3pps7/512x384.jpg', 'https://html5.gamemonetize.com/nkw510lpsnxq1z1xt9sc1ig664y3pps7/', '0', 'Girls', 0, 0, '', 'barbie-mermaid-dressup'), (4360, 'Barbie Shopping Dress', 'Barbie will go shopping. She wants to go out in the most beautiful clothes. Let\'s dress her up very stylish for shopping', 'https://img.gamemonetize.com/6ydh98j2qw7jn8hpjivi20s1qk2olpuk/512x384.jpg', 'https://html5.gamemonetize.com/6ydh98j2qw7jn8hpjivi20s1qk2olpuk/', '0', 'Girls', 0, 0, '', 'barbie-shopping-dress'), (4361, 'Fresh Fruit Platter fun', 'This is a casual parkour game. The game is very simple. You can control your fruit plate to make parkour. In the process of parkour, you should avoid all kinds of obstacles, and also collect all kinds of fruits to pass. Come and try', 'https://img.gamemonetize.com/r7tlh65vhcajfnri01ce8o3soldb9tep/512x384.jpg', 'https://html5.gamemonetize.com/r7tlh65vhcajfnri01ce8o3soldb9tep/', '0', 'Action', 0, 0, '', 'fresh-fruit-platter-fun'), (4362, 'Interstellar passage', 'This is a small game of simulation, operation and construction adventure. There are various unknown planets and regions in the game for you to explore. The new cartoon simulation, construction and operation play method is dazzling. The planetary pioneer small game uses a three-dimensional game mode to make your construction more free and fast. The game also has a strong sense of substitution. All kinds of challenges and new interactive experiences are full of fun', 'https://img.gamemonetize.com/5zw369vrz5t1siazd5rnyy69btqs4don/512x384.jpg', 'https://html5.gamemonetize.com/5zw369vrz5t1siazd5rnyy69btqs4don/', '0', 'Action', 0, 0, '', 'interstellar-passage'), (4363, 'Crazy BBQ', 'This is a very interesting casual parkour game. The game is very simple and easy to operate. You will control the character to go through the pass. During the pass, you will collect diamonds and kebabs on the way. You can pass the pass by feeding the collected kebabs to the dogs at the end. There are many interesting levels in the game. Come and experience them', 'https://img.gamemonetize.com/ck8cy3zdfktl7b70pwxpyheoqmmfhwkl/512x384.jpg', 'https://html5.gamemonetize.com/ck8cy3zdfktl7b70pwxpyheoqmmfhwkl/', '0', 'Action', 0, 0, '', 'crazy-bbq'), (4364, 'Barbie Snowboard Dress', 'Barbie went to the Swiss Alps for Christmas this winter. He bought very stylish ski clothes. Let\'s dress her up very stylish', 'https://img.gamemonetize.com/q1pblqq19jikxjk2wd3e8wkft23w088c/512x384.jpg', 'https://html5.gamemonetize.com/q1pblqq19jikxjk2wd3e8wkft23w088c/', '0', 'Girls', 0, 0, '', 'barbie-snowboard-dress'), (4365, 'Super Leo World', 'Super Leo World is a platform game.The player has to survive the evil forces of the game’s villain.To win the game, Mario has to reach the flag pole at the end of each level.', 'https://img.gamemonetize.com/ledkwl9lkaz5kxaidsza2xf6daze2izm/512x384.jpg', 'https://html5.gamemonetize.com/ledkwl9lkaz5kxaidsza2xf6daze2izm/', '0', 'Arcade', 0, 0, '', 'super-leo-world'), (4366, 'Barbie Christmas Dating', 'Barbie is going to the Christmas party with her boyfriend Ken. Let\'s dress this couple very stylish', 'https://img.gamemonetize.com/zo3hzuzc3nr68lqbd8r05xg9jw9ik4q9/512x384.jpg', 'https://html5.gamemonetize.com/zo3hzuzc3nr68lqbd8r05xg9jw9ik4q9/', '0', 'Girls', 0, 0, '', 'barbie-christmas-dating'), (4367, 'Barbie Cake Decorate', 'Barbie is making a chocolate cake for the party. Surprise party cake for friends should look very stylish. Let\'s make and decorate our cake.', 'https://img.gamemonetize.com/lgs72u3dqxu2f7ft2she992hjezy1m58/512x384.jpg', 'https://html5.gamemonetize.com/lgs72u3dqxu2f7ft2she992hjezy1m58/', '0', 'Girls', 0, 0, '', 'barbie-cake-decorate'), (4368, 'Monster High Dracularua', 'Draculaura is the Werewolf\'s daughter. He is 19 years old. She is the eldest sister of the Wolf pack. Clawd is the older sister of Clawdeen and Howleen. Let\'s dress her up very stylish for the party!', 'https://img.gamemonetize.com/2vti1heovdi8yok3mr46hyvmzrn22676/512x384.jpg', 'https://html5.gamemonetize.com/2vti1heovdi8yok3mr46hyvmzrn22676/', '0', 'Girls', 0, 0, '', 'monster-high-dracularua'), (4369, 'Dragonball Z Dress up', 'Let\'s dress up the legendary warrior who is protecting the world from evil forces with the help of dragon balls led by Goku.', 'https://img.gamemonetize.com/n1k5krsdnng7uwejpgvhwdxm67p3pxqj/512x384.jpg', 'https://html5.gamemonetize.com/n1k5krsdnng7uwejpgvhwdxm67p3pxqj/', '0', 'Clicker', 0, 0, '', 'dragonball-z-dress-up'), (4370, 'Secret Room Survival', 'This is a very interesting 3D game of level crossing. We use cooperation to solve the puzzles in each level, so that your characters can move forward smoothly. We can play this game with different playing methods and some level crossing games, so that all players can play it. One person controls a robot to break through the barrier and escape from this mysterious area scene, which brings fun and some playing methods in the process. The whole game process is very rich.', 'https://img.gamemonetize.com/nrne23tg7rewc0kvv5asjaryqcum4ayk/512x384.jpg', 'https://html5.gamemonetize.com/nrne23tg7rewc0kvv5asjaryqcum4ayk/', '0', 'Hypercasual', 0, 0, '', 'secret-room-survival'), (4371, 'Lonely Skullboy', 'Help little Skullboy to escape from the brick labyrinth he is lost in, be careful of the traps and ghosts that come his way. Use the skills you find along the way to help you on your journey.', 'https://img.gamemonetize.com/4cv2r6we2xy3r6x5daqfwthfturkuhf9/512x384.jpg', 'https://html5.gamemonetize.com/4cv2r6we2xy3r6x5daqfwthfturkuhf9/', '0', 'Arcade', 0, 0, '', 'lonely-skullboy'), (4372, 'All On The Hill', 'Experience this adventure game in you control the car, on a dangerous track with a variety of obstacles Overcome obstacles, collect coins', 'https://img.gamemonetize.com/3p9iqh0o2hjs4lxkljc399ifl6brs544/512x384.jpg', 'https://html5.gamemonetize.com/3p9iqh0o2hjs4lxkljc399ifl6brs544/', '0', 'Adventure', 0, 0, '', 'all-on-the-hill'), (4373, 'Rainbow But It’s Alphabet Lore Run', 'Rainbow But It\'s Alphabet Lore est un jeu de survie où vous vous perdez dans une salle de classe gouvernée par des monstres de l\'alphabet. Vous vous transformerez en personnage de lettre pour rejoindre d\'autres personnages dans des missions pour échapper à la pièce. Toutes les lettres de l\'alphabet peuvent devenir un personnage à choisir !', 'https://img.gamemonetize.com/9uecckyd4cp72lukywnymct5bsz1g0pj/512x384.jpg', 'https://html5.gamemonetize.com/9uecckyd4cp72lukywnymct5bsz1g0pj/', '0', 'Arcade', 0, 0, '', 'rainbow-but-its-alphabet-lore-run'), (4374, 'Racing Crash', 'Crash all the cars on the road while driving to the finish line!Bump them off the road to get coins and buy more vehicles. Merge cars in your garage to unlock even more powerful ones!', 'https://img.gamemonetize.com/19dwq0asoavwxswleomeub1w94ppmorc/512x384.jpg', 'https://html5.gamemonetize.com/19dwq0asoavwxswleomeub1w94ppmorc/', '0', 'Racing', 0, 0, '', 'racing-crash'), (4375, 'Alphabet Room Maze 2D', 'c\'est un simulateur amusant avec des alphabets, Meilleures animations alphabétiques et jeu de sons Êtes-vous amusant de la tradition des alphabets ? [A-Z] Si oui, ce jeu pour vous et vos amis', 'https://img.gamemonetize.com/86362ha28epigwkd0lxdms7hhwlhcf6g/512x384.jpg', 'https://html5.gamemonetize.com/86362ha28epigwkd0lxdms7hhwlhcf6g/', '0', 'Arcade', 0, 0, '', 'alphabet-room-maze-d'), (4376, 'Alphabet Lore Gem', 'Relevez le défi dans Alphabet Lord - Room Maze', 'https://img.gamemonetize.com/g8hmj4lkdrzjkbazfjtkrgbgtc9rhqhx/512x384.jpg', 'https://html5.gamemonetize.com/g8hmj4lkdrzjkbazfjtkrgbgtc9rhqhx/', '0', 'Adventure', 0, 0, '', 'alphabet-lore-gem'), (4377, 'Rainbow Friends Game 2D', 'Je suis Red Monster - votre guide dans ce jeu Survivor In Rainbow Monster io. La première version mobile de Rainbow Game. Dans le jeu mobile Survivor In Rainbow Monster, vous incarnez un enfant sans nom qui a été kidnappé lors d\'un voyage scolaire dans un parc d\'attractions appelé Spooky Park. Plus de temps de jeu. À partir du moment de votre capture, vous devez survivre cinq nuits dans cet endroit étrange entièrement vide de vie, à l\'exception de vous et du monstre arc-en-ciel.', 'https://img.gamemonetize.com/xtz9zr474dhrkz21few9wealmf7i0ccw/512x384.jpg', 'https://html5.gamemonetize.com/xtz9zr474dhrkz21few9wealmf7i0ccw/', '0', 'Arcade', 0, 0, '', 'rainbow-friends-game-d'), (4378, 'Alphabet lore', 'Être dérangé et victime d\'intimidation depuis son enfance, l\'un des tests de caractères fnf de l\'alphabet est d\'avoir une haine parmi les autres alphabets. Il planifie de manière suspecte un plan diabolique qui détruira la tradition de l\'alphabet contre le test de personnage mod fnf. Mais profondément dans son esprit, il était juste frustré de se faire des amis. Il veut juste avoir de bons amis à ses côtés avec toutes les traditions alphabétiques fnf qui le rejoignent dans sa montagne de maison troglodyte.', 'https://img.gamemonetize.com/ju5m7y4h973ro68pal8sqzb8x2aajnzf/512x384.jpg', 'https://html5.gamemonetize.com/ju5m7y4h973ro68pal8sqzb8x2aajnzf/', '0', 'Adventure', 0, 0, '', 'alphabet-lore'), (4379, 'The soccer Football Movie Jigsaw Puzzle', 'Zazgames is a place where you can infinitely play assembling online jigsaw puzzles. We hope you are up for another game from the Puzzle category on our website , because we have just added the game called Drag and drop! for you all, which, despite being one of the many puzzle games we have added so far into this category, this is the first puzzle game to use this specific format, and image, so it is going to be a brand new experience for all of you, an experience we are sure you will appreciate, as there is no way you aren\'t going to have a lot of fun playing the game. Especially after you learn how to play it from the next lines in the description. you will start by choosing how you want the jigsaw puzzle be : hard medium or easy. After that, the jigsaw puzzle pieces are going to be spread around the game screen randomly. Use the mouse to drag them over the transparent images where they match with the image, until all the pieces are connected, and the image looks just like it did in the beginning. You will have a great time with the game, so start it right now, and we are sure you will not regret it one second!', 'https://img.gamemonetize.com/sbty8tcp6jlacyqwqu2dvcquta3k1ic7/512x384.jpg', 'https://html5.gamemonetize.com/sbty8tcp6jlacyqwqu2dvcquta3k1ic7/', '0', 'Puzzles', 0, 0, '', 'the-soccer-football-movie-jigsaw-puzzle'), (4380, 'Gem Games', 'Bienvenue à Tailed Demon Slayer. Rejoignez l\'aventure de notre héros à Bestia, une petite ville autrefois heureuse et paisible devenue sombre. Les patrons morts-vivants envahissent maintenant les rues sous la main de fer du roi Richie. Mais cela va se terminer maintenant ! Faites le plein de pouvoirs de héros épiques pour commencer la bataille du siècle aujourd\'hui !', 'https://img.gamemonetize.com/5lpyvzmxt9bcfq29tadfprtjnohhj9bq/512x384.jpg', 'https://html5.gamemonetize.com/5lpyvzmxt9bcfq29tadfprtjnohhj9bq/', '0', 'Adventure', 0, 0, '', 'gem-games'), (4381, 'Alphabet Lore F', 'il s\'agit de la simulation de l\'alphabet. vous n\'avez qu\'à prononcer un mot et l\'alphabet f vous donnera une réponse. jouer et profiter.', 'https://img.gamemonetize.com/1iw9qys049ji59w8jx7nnwkcuxpyf1rt/512x384.jpg', 'https://html5.gamemonetize.com/1iw9qys049ji59w8jx7nnwkcuxpyf1rt/', '0', 'Arcade', 0, 0, '', 'alphabet-lore-f'), (4382, 'Blocky Combat SWAT Desert Storm Zombie', 'Online games featuring plenty of computer game atmospheres, best played with friends, weekly matches, battle royale game. Flip the battlefield and reload your rifle with the enhanced bench power of your favorite online multiplayer game, including stunning visuals, lethal weapons, and intense real-time competition. Build a server and engage in online Battle Royale gaming with your friends.', 'https://img.gamemonetize.com/97sqrkf08xduujt06o6m9ldv8smwtor7/512x384.jpg', 'https://html5.gamemonetize.com/97sqrkf08xduujt06o6m9ldv8smwtor7/', '0', 'Shooting', 0, 0, '', 'blocky-combat-swat-desert-storm-zombie'), (4383, 'Hammer Hit', 'Now is the time to defeat the enemies using your hammer! Target the enemy with your hammer, use the warriors shield to bounce the hammer and destroy the enemy. Hammer Hit game, which is a fun puzzle game with 50 different levels, will offer you a fun game experience. Come on Hammer Hit with different enemies and fellow soldiers!! Have fun.', 'https://img.gamemonetize.com/zhi827f6vhibvp8pbqarz2m9flqt0cnu/512x384.jpg', 'https://html5.gamemonetize.com/zhi827f6vhibvp8pbqarz2m9flqt0cnu/', '0', 'Puzzles', 0, 0, '', 'hammer-hit'), (4384, 'Solitaire Golf', 'Fun and addictive Solitaire. Instructions: Cards from the table can be put to the stack if they are one higher or one lower than the visible card on the stack (bottom right). Suits are irrelevant. Aces are both high and low. New covered cards can always be placed on the stack. Jokers are wild! Start every round by open the top covered card!', 'https://img.gamemonetize.com/0x7gnizpiq11qn455ldum0z7ddm2ta10/512x384.jpg', 'https://html5.gamemonetize.com/0x7gnizpiq11qn455ldum0z7ddm2ta10/', '0', 'Puzzles', 0, 0, '', 'solitaire-golf'), (4385, 'Noob Parkour Nether', 'The Minecraft character must successfully pass all the obstacles and complete the game in order to escape from the nether and return to the normal world. You will fully feel the atmosphere of the nether in this very fun parkour game. Your character\'s fate is in your hands.', 'https://img.gamemonetize.com/sihfqz5zodeab3tlo6ubulmbvw66wuzs/512x384.jpg', 'https://html5.gamemonetize.com/sihfqz5zodeab3tlo6ubulmbvw66wuzs/', '0', 'Adventure', 0, 0, '', 'noob-parkour--nether'), (4386, 'Noob Parkour Snow Age', 'This time, the ice age welcomes the noob, who is trying to reach his home in the Minecraft universe. Collaborating with Squirrel Scrat, he joins the new adventure of completing all the levels and reaching his home. Your goal is to complete more than 10 levels by displaying your parkour skills. Be careful, more dynamic obstacles are waiting for you in this adventure.', 'https://img.gamemonetize.com/pss4oetc2bqru5rh1ifqa53vk2wwznb2/512x384.jpg', 'https://html5.gamemonetize.com/pss4oetc2bqru5rh1ifqa53vk2wwznb2/', '0', 'Arcade', 0, 0, '', 'noob-parkour--snow-age'), (4387, 'Fashion Girl New Hairstyles', 'Zoe is tired of her old hairstyles. She is eager to become more beautiful. Can you help her? You can design a beautiful braid hair for the lovely girl. With your help, she will become the most beautiful girl. Wish you and Zoe have a good time!', 'https://img.gamemonetize.com/pavjqm9nqysf35uel64edj5zughgbwo5/512x384.jpg', 'https://html5.gamemonetize.com/pavjqm9nqysf35uel64edj5zughgbwo5/', '0', 'Girls', 0, 0, '', 'fashion-girl-new-hairstyles'), (4388, 'Freaky Monster Rush Running Game', 'Freaky Monster Rush Haunt the nightmares of your enemies with Freaky Monster Rush! Get into a new skin, shift shapes, and chase the humans on your way! Take walls down with a single hit, throw people into a pool of poison, complete your transformation, and become the embodiment of fear! Break your chains, escape from the hands of the evil scientists, and seek revenge! You are finally free to walk the path to your freedom and put an end to all your miseries, but before that, you need closure. A violent one, of course. Step on the platform and follow the path to your revenge. You can move left and right to collect the elixirs and keep your health points high. Hitting obstacles, barrels, and walls can damage you a little, but it’s nothing a little elixir cannot fix. Punch the guards to get them out of your way and walk through the same-colored doors. With these doors, you can modify your limbs and look like a real monster. Collect all pieces, avoid lava and deadly traps, and reach the final stage to get voted by doctors. But watch out! A surprise boss might be waiting at the end. Size up, face the enemy, and throw them into the depths of the universe!', 'https://img.gamemonetize.com/xxrll0he6vfm1jri89qrrtus3jr606z4/512x384.jpg', 'https://html5.gamemonetize.com/xxrll0he6vfm1jri89qrrtus3jr606z4/', '0', 'Boys', 0, 0, '', 'freaky-monster-rush--running-game'), (4389, 'Monster Truck Puzzle Quest', 'Monster Truck Puzzle Quest is super fun online game that you can play for free on PC and Mobile. No download needed! This amazing collection of puzzles gathered in Monster Truck Puzzle Quest app will surely provide the most enjoyable entertainment for all ages. Any time, anywhere - show your puzzle-solving skills by playing the best puzzle game online. The most interesting and colorful mobile and PC game cool fish puzzles is developed especially to help people enjoy the experience of playing it. Simple, yet challenging and addictive brain teasers will keep you busy and entertained for hours. Whenever you have free time, or you are bored, puzzle game is here for you. It will occupy your mind and make you feel relaxed.', 'https://img.gamemonetize.com/7z5lrzx0rd1hf8tem9xkvi86ykms60h8/512x384.jpg', 'https://html5.gamemonetize.com/7z5lrzx0rd1hf8tem9xkvi86ykms60h8/', '0', 'Puzzles', 0, 0, '', 'monster-truck-puzzle-quest'), (4390, 'Treasure Hunt Adventure', 'Build your own tropical island in this beautiful world. Now you will have to find a way to live in this free game!', 'https://img.gamemonetize.com/9ge0b4vydmzi3jc3j3ltjmvnxeefz4ba/512x384.jpg', 'https://html5.gamemonetize.com/9ge0b4vydmzi3jc3j3ltjmvnxeefz4ba/', '0', 'Boys', 0, 0, '', 'treasure-hunt-adventure'), (4391, 'Island Troll Tribes', 'Build your own tropical island in this beautiful world. Now you will have to find a way to live in this free game!', 'https://img.gamemonetize.com/ggm5c2xh2mitrama36to0x9049zfcldd/512x384.jpg', 'https://html5.gamemonetize.com/ggm5c2xh2mitrama36to0x9049zfcldd/', '0', 'Adventure', 0, 0, '', 'island-troll-tribes'), (4392, 'Save The Animal Kingdom', '"Save the Animal Kingdom" is a tapping game where players control an animal character trying to escape a lava-filled world. By tapping on either the left or right side of the screen, the character moves and jumps from leaf to leaf, using plants as a way to avoid the dangerous lava below. The goal is to guide the character to safety and save the animal kingdom.', 'https://img.gamemonetize.com/1u9gkl7xbl449webrazzmgkqn845kuvj/512x384.jpg', 'https://html5.gamemonetize.com/1u9gkl7xbl449webrazzmgkqn845kuvj/', '0', 'Adventure', 0, 0, '', 'save-the-animal-kingdom'), (4393, 'Archer and towers', 'Is a cool game about protecting your fortress, upgrading your heroes, pumping your tower, using super powers and magic to resist an incredibly large number of enemies, only the bravest can go to the end! This game has 30 levels with a gradually increasing degree of complexity, and the game is ideally suited for mobile devices.', 'https://img.gamemonetize.com/q6qji0fmlptjk6rik5ou8mkt2enzdes8/512x384.jpg', 'https://html5.gamemonetize.com/q6qji0fmlptjk6rik5ou8mkt2enzdes8/', '0', 'Arcade', 0, 0, '', 'archer-and-towers'), (4394, 'Eat other fish', 'This is a small game in which you play with piranha, the goal of the game is to grow big fish, you must eat smaller fishes than you and do not come across big fish yourself, otherwise you too can be eaten! The game is designed for 3-player play.', 'https://img.gamemonetize.com/4zp0rgyry9rwcyss2t7psedpuooeuljj/512x384.jpg', 'https://html5.gamemonetize.com/4zp0rgyry9rwcyss2t7psedpuooeuljj/', '0', 'Multiplayer', 0, 0, '', 'eat-other-fish'), (4395, 'ZOMBIE EXPLOSER', 'It&rsquo;s a very cool game, to destroy zombies, and you have a bazooka with super bombs. Save the whole world by clearing the planet from zombie invasion. This game has 20 levels with a gradually increasing degree of complexity', 'https://img.gamemonetize.com/fn8vpav07t4exxhwxu0cpneweubkmn6s/512x384.jpg', 'https://html5.gamemonetize.com/fn8vpav07t4exxhwxu0cpneweubkmn6s/', '0', 'Shooting', 0, 0, '', 'zombie-exploser'), (4396, ' Walk the trail', 'Hold your finger on screen to make the stick grow. Stretch the stick in order to reach and walk on the platforms. Be careful not to make the stick too short or too long.', 'https://img.gamemonetize.com/y4kqey2n165chny8r5ywcy1h6q7p9ksx/512x384.jpg', 'https://html5.gamemonetize.com/y4kqey2n165chny8r5ywcy1h6q7p9ksx/', '0', 'Clicker', 0, 0, '', '-walk-the-trail'), (4397, 'Ritmic Link', 'Link the amazing color dots by ritmic sounds. Super fun educational game. It increases the thinking skills.', 'https://img.gamemonetize.com/bl9bzisvro83h36sn33qzynqxrfd1pdt/512x384.jpg', 'https://html5.gamemonetize.com/bl9bzisvro83h36sn33qzynqxrfd1pdt/', '0', 'Puzzles', 0, 0, '', 'ritmic-link'), (4398, 'Sea Fish Onet', 'Welcome to the underwater connect puzzle game part2 called Sea fish Onet. be quick and tap on two identical pairs of underwater sea colorful fish and continue to clear the board before time\'s up. Explore some cool amazing and challenging levels and try to complete them all. Good luck!', 'https://img.gamemonetize.com/nkyv0eae5pyhr5b2ice8hdyc8tscr0za/512x384.jpg', 'https://html5.gamemonetize.com/nkyv0eae5pyhr5b2ice8hdyc8tscr0za/', '0', 'Puzzles', 0, 0, '', 'sea-fish-onet'), (4399, 'Farm Fruits Link', 'Welcome to Farm fruits link puzzle game. be quick and tap on two identical pairs of fruits and continue to clear the board before time\'s up. Explore some cool amazing and challenging levels and try to complete them all. Good luck!', 'https://img.gamemonetize.com/vcmyamzc9o4qc51svic3wy9bjk8pzew3/512x384.jpg', 'https://html5.gamemonetize.com/vcmyamzc9o4qc51svic3wy9bjk8pzew3/', '0', 'Puzzles', 0, 0, '', 'farm-fruits-link'), (4400, 'Offroad Racing Monster Truck', 'The long-awaited release of a brand-new monster truck racing simulator has arrived. Get behind some of the most potent MONSTER TRUCKS, set fire to blazing, and race the quickest 4x4 offroad monster vehicles as you take in the breathtaking scenery.', 'https://img.gamemonetize.com/no1zvxf57jtesq9blqjcp9vpc49967ux/512x384.jpg', 'https://html5.gamemonetize.com/no1zvxf57jtesq9blqjcp9vpc49967ux/', '0', 'Racing', 0, 0, '', 'offroad-racing-monster-truck'), (4401, 'Word Connect Wordscapes', 'This text twist of a word game is tremendous brain challenging fun. Enjoy modern word puzzles with word searching, anagrams, and crosswords! Immerse yourself into the beautiful scenery backgrounds to relax and ease your mind.', 'https://img.gamemonetize.com/9c11xc5mhbtjv4sse0oys52mtu5aewej/512x384.jpg', 'https://html5.gamemonetize.com/9c11xc5mhbtjv4sse0oys52mtu5aewej/', '0', 'Puzzles', 0, 0, '', 'word-connect-wordscapes'), (4402, 'Arena Angry Balls', 'You must destroy your enemies in the arena where angry faces are fighting each other. You will enter into an action-packed pushing competition against 8 different opponents and your enemies will try to throw you out of the arena. If you leave the arena, it\'s game over and you fail.', 'https://img.gamemonetize.com/iyz8ozsd5dr2gc7sbvn7m6qg3vwj43sw/512x384.jpg', 'https://html5.gamemonetize.com/iyz8ozsd5dr2gc7sbvn7m6qg3vwj43sw/', '0', 'Hypercasual', 0, 0, '', 'arena-angry-balls'), (4403, 'Running Back DX', 'Infinite running back game. See how far you can get and how many touchdowns you can score. Pick up power as you run and other powerups. You can run through and knock down defenders with less power than you', 'https://img.gamemonetize.com/6zw7og5mh36pzzm3277du1e6x067lijx/512x384.jpg', 'https://html5.gamemonetize.com/6zw7og5mh36pzzm3277du1e6x067lijx/', '0', 'Sports', 0, 0, '', 'running-back-dx'), (4404, 'Balloons Creator Game', 'Balloons Creator is a free online puzzle game for boys played on PuzzleGame. You need to create colorful balls to make the glass fill up. Do not drop anything, you have only three chances. Try to find the best way to complete each level. The game has a simple mechanism. Just touch freely to complete levels! Mobile, Tablet, and Desktop are playable. Come join us and take the challenge!', 'https://img.gamemonetize.com/mdzthfygegrdo4rh8dtevfoigrqrq60v/512x384.jpg', 'https://html5.gamemonetize.com/mdzthfygegrdo4rh8dtevfoigrqrq60v/', '0', 'Boys', 0, 0, '', 'balloons-creator-game'), (4405, 'Blockman Climb', 'Reach the flag at the finish line with the block men in the block world. Do your best to survive in the block world and go to the finish together, do not go to the finish line alone! This is a team game, complete the level with your friend. spin the hammer, climb the walls and win the game. Overcome all the challenges to win, watch out for the thorns and never, ever fall from the abyss or you will lose.', 'https://img.gamemonetize.com/cah50pv48q4vxw8t7ebfc5tiooriwwle/512x384.jpg', 'https://html5.gamemonetize.com/cah50pv48q4vxw8t7ebfc5tiooriwwle/', '0', 'Arcade', 0, 0, '', 'blockman-climb'), (4406, 'Vlinder Girl Dress Up', 'Vlinder Doll is your personal fashion avatar creator and self emoji maker. Create your own avatar facial expressions with various skin tones, eye colors, hairstyles, hair colors and more. Share your memories on social software and get more likes!', 'https://img.gamemonetize.com/lixt3a35j54t11suyoyw5lia6g657mo2/512x384.jpg', 'https://html5.gamemonetize.com/lixt3a35j54t11suyoyw5lia6g657mo2/', '0', 'Girls', 0, 0, '', 'vlinder-girl-dress-up'), (4407, 'Fracture Emergency Surgery', 'Oh god! Sofia accidentally fell off the balcony! Her leg is broken! She needs immediate surgery. Can you help her? When Sofia recovered, she decides to hold a celebration party. Now the guests are coming soon, she has too many things to prepare, decorating the hall, preparing food, and dressing herself up, could you give her a hand?', 'https://img.gamemonetize.com/mbx9zboa6au5q9gmtibxzfl4wftospp7/512x384.jpg', 'https://html5.gamemonetize.com/mbx9zboa6au5q9gmtibxzfl4wftospp7/', '0', 'Girls', 0, 0, '', 'fracture-emergency-surgery'), (4408, 'Fit The Fat', 'Fit The Fat is a free online puzzle and funny game for boys played on PuzzleGame. In this game, you need to control your character to run and enjoy the delicious food you meet along the way. Only by constantly gaining weight for yourself can you push the obstacles in front of you. Can you reach the finish line successfully? Play on Mobile, Tablet, or Desktop.', 'https://img.gamemonetize.com/349zya0fti53lhg147zlp9oz9z8dz9yh/512x384.jpg', 'https://html5.gamemonetize.com/349zya0fti53lhg147zlp9oz9z8dz9yh/', '0', 'Boys', 0, 0, '', 'fit-the-fat'), (4409, 'My Ice Cream Shop', 'The whole world loves ice cream. Start this icy sweet adventure in Europe and travel the world by truck. Prepare the tastiest ice cream cones as quickly as possible in limited time. Different flavors and different ingredients can make up different kinds of ice cream. You\'ll expand your ice cream business by offering these cool treats to your customers.', 'https://img.gamemonetize.com/u6enl2keyrieb38xwrnodrbun767uw3g/512x384.jpg', 'https://html5.gamemonetize.com/u6enl2keyrieb38xwrnodrbun767uw3g/', '0', 'Girls', 0, 0, '', 'my-ice-cream-shop'), (4410, 'Anime Avatar Design', 'Anime Avatar Design is a very unique dress up game. Do you want an anime avatar designed by yourself? In this game you can design your own style avatar. Choose your favorate ones from our carefully selected decorations for you. With your art talent and rich imagination, we are sure you can make some masterpieces! Have a good time!', 'https://img.gamemonetize.com/sfvo3v7i0uqx9rjccna3fvntyneh5ybm/512x384.jpg', 'https://html5.gamemonetize.com/sfvo3v7i0uqx9rjccna3fvntyneh5ybm/', '0', 'Girls', 0, 0, '', 'anime-avatar-design'), (4411, 'Bloom Mee', 'Bloom Mee is fun color bingo game. Choose the right answers and make the flowers bloom. Game starts with simple 3×3 grid and try to earn as much score as you can! There are 2 modes to play, try to bloom all flowers in both of them.', 'https://img.gamemonetize.com/bpl0oydumz5cwoyc3qm2t2e7g1pvoqnt/512x384.jpg', 'https://html5.gamemonetize.com/bpl0oydumz5cwoyc3qm2t2e7g1pvoqnt/', '0', 'Arcade', 0, 0, '', 'bloom-mee'), (4412, 'Kick The Wall', 'Kick The Wall is a super fun game of agility and precision', 'https://img.gamemonetize.com/ss641lwuxppmz4k67m0pyz94imh6twvi/512x384.jpg', 'https://html5.gamemonetize.com/ss641lwuxppmz4k67m0pyz94imh6twvi/', '0', 'Hypercasual', 0, 0, '', 'kick-the-wall'), (4413, 'Super Animal Memory', 'Remember two cards of the same animals to advance', 'https://img.gamemonetize.com/yakvozmufmfasi9eb6dosv00mjdk6v2w/512x384.jpg', 'https://html5.gamemonetize.com/yakvozmufmfasi9eb6dosv00mjdk6v2w/', '0', 'Puzzles', 0, 0, '', 'super-animal-memory'), (4414, 'Robo Parkour World', 'Robo Parkour World! Finish the parkour on the big parkour map by directing your robot! Be careful, don\'t fall down!', 'https://img.gamemonetize.com/fdg240dwgyfmdnc2hbav5lf394r71ywy/512x384.jpg', 'https://html5.gamemonetize.com/fdg240dwgyfmdnc2hbav5lf394r71ywy/', '0', 'Adventure', 0, 0, '', 'robo-parkour-world'), (4415, 'Destroying Sins Shooter Game', 'Eliminate enemies and survive by turns as long as you can!', 'https://img.gamemonetize.com/egaclevxmxo5qmwpzuanenkcza7xeu9f/512x384.jpg', 'https://html5.gamemonetize.com/egaclevxmxo5qmwpzuanenkcza7xeu9f/', '0', 'Arcade', 0, 0, '', 'destroying-sins--shooter-game'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (4416, 'Stunt Car Racing Sky Racer', 'Impossible Track GT Car Racing Car Simulation is the hot racing game in town. This high octane turbo car game has HD graphics realist environment brings more power to the game. Extreme realistic environment fast and furious moving cars thrills the player. This drifting high octane turbo car game is completely of coast once you download it you can enjoy this game anywhere any time without Wi-Fi. Impossible car racing GT has multiple cars having different qualities with respect to the racing environment chose the car that suits you. There are many hurdles on the road sky industrial equipment’s makes this game more interesting. Make sure to blow the horn if any hurdle is on your way. Simple and easy controls help you drive and drift your car on a fast curve zig zags on the road, ups and downs, giant wheels and huge containers will to slow you down. In this HD graphics high stunt impossible racing game there are multiple level unlock them. Every level is different from other in every aspect. Turbo high racing cars with ease of drive will me you feel like a real time car racing driver. Sky industrial area with industrial equipment will make hurdle in your way you have to avoid from those hurdles to be save and protect the car from damage. Fast and furious drifting sports cars game has another feature either you can play it in a time condition or complete the levels in time to be the racing driver in a real environment. Improve your driving skills by driving on a rash road this smart race game will boost your driving and drifting skills on road. Prove your driving skills on rash roads long asphalt tracks with huge container as a hurdle to your drive. Impossible car simulation is equipped with latest tools and advanced sports cars for drifting and mega racing ramps sky environment gives a mesmerizing effect on the player download it for and enjoy it without Wi-Fi complete the level and unlock the next level .Driving your fast and furious impossible car racing GT collect coins and gems in the form of rewards. Collect coins as much as you can to unlock the car of your choice and start drifting. Fast adventure racing and drifting cars with extreme realistic surrounding will make you crazy it will enhance your driving skills help you driving in heavy traffic rash roads and it will improve your real driving and drifting skills. Many car sports games are available but this GT track racing game is quite amazing in every context. So without wasting further time start the engine of fast sports car and drive like you are the king of the road. Impossible Tracks Car Racing: Car Simulation Features :< /b> • Amazing exquisite longest asphalt tracks for impossible car driving • Various interesting obstacles on your way which will increase the charm of the game • Different and unique car stunt techniques used first time • This is game to entertain you.', 'https://img.gamemonetize.com/upgiw7absxkcfd4kq6wquvuknvnmzgyq/512x384.jpg', 'https://html5.gamemonetize.com/upgiw7absxkcfd4kq6wquvuknvnmzgyq/', '0', 'Racing', 0, 0, '', 'stunt-car-racing--sky-racer'), (4417, 'Bus Simulator 2023', 'Bus Simulator 2023 puts you in the driver’s seat and lets you become a real Bus Driver! Featuring detailed maps all over the world, modern buses with realistic interiors and a groundbreaking 1:1 physics engine. Get behind the wheel and drive your bus to complete all the routes! Pick from diesel, hybrid, electric and articulated buses and customize your bus as you wish. This bus simulation game features next-gen graphics, a wide variety of buses to choose from, and multiple cities from around the world to explore in career mode, freeride, and online multiplayer with friends. Features: - Realistic intracity and outside of city maps: United States of America (San Francisco and Texas), South America (Buenos Aires), Europe (Germany, Spain, Prague, St. Petersburg), Dubai, Shanghai and more… - Multiple Regular/Diesel, Hybrid, Electric, and Articulated buses to choose from. - Career, Free-ride and Multiplayer modes. - Lots of bus customization options including paint, accessories, body parts, air conditioning, flags, decals and many more. - Detailed and customizable interiors. - Open/Close Doors button, animated people entering/exiting the bus - Steering wheel, buttons or tilting controls. - Locations of any kind: city, countryside, mountain, desert and snow - Multiple time of day and weather conditions to choose from. - Bus company management system with hired drivers for your buses and custom route scheduling. - Intelligent Traffic System - Immersive online multiplayer cooperative gameplay. - Add your friends, use live chat and invite them to play in coop bus routes. Leaderboards, achievements and rankings.', 'https://img.gamemonetize.com/vgimvnvdd87n72enhr1eqgwa9h671uud/512x384.jpg', 'https://html5.gamemonetize.com/vgimvnvdd87n72enhr1eqgwa9h671uud/', '0', 'Racing', 0, 0, '', 'bus-simulator-'), (4418, 'Car Drivers Online Fun City', 'The best car driving simulator game of 2020 comes with the most realistic driving physics, unlimited customization, huge open world, addictive gameplay and endless fun! ★REAL DRIVING PHYSICS Ultimate Car Driving Simulator combines the realism and fun driving physics to create the best car driving simulator on mobile with its advanced car driving physics engine. The best car driving simulator comes with the best driving physics! From racing cars to off road SUVs, all kinds of vehicles have their own physics! ★UNLIMITED CUSTOMIZATION Create your own car and show off your style to everyone! From countless vinyls to car parts, you can create your own dream car with this game. Imagination is your only limit! Extreme customization is waiting for you! ★OPEN WORLD MAP The huge open world map is designed in a creative way to test your extreme car driving skills and provide the best gameplay experience. From cities to deserts, Ultimate Car Driving Simulator comes with the largest open world map with extremely detailed environment. Drive on the endless offroad area with your SUV and experience the most realistic offroad driving experience on mobile. ★THE BEST SOUND EFFECTS All the sounds are recorded from real cars to provide the strongest feeling to the player. From the strongest racing car sound to the burning offroad engines, every car has their own special sound recorded from real racing cars! ★THE BEST GRAPHICS With the help of advanced graphics engine, Ultimate Simulator now provides the most realistic graphics and deepest 3D ever on mobile. You will have a hard time distinguishing your extreme cars from the reality! ★COUNTLESS CARS Racing cars, off road vehicles, SUVs, tuner cars, muscle cars, 4WD trucks... Pick your favourite vehicle and do whatever you want to do in a giant open world map! Ultimate Car Driving Simulator will be updated regularly with your suggestions. Don\'t forget to leave a review with your feedback. Follow the developer on Instagram at https://www.instagram.com/realedwardsir/ Follow the community on Facebook at https://www.facebook.com/speedlegendsgame/ or Twitter at https://twitter.com/speed_legends Download the best driving game of 2020 now!', 'https://img.gamemonetize.com/wft5pgkogltnhsdtzxos1ouxf5xromux/512x384.jpg', 'https://html5.gamemonetize.com/wft5pgkogltnhsdtzxos1ouxf5xromux/', '0', 'Racing', 0, 0, '', 'car-drivers-online-fun-city'), (4419, 'Car Stunt Racing Car Games', 'Ramp Car Stunts Racing - Free Car Games 2021 Enjoy the most addictive offline games in our Ramp Car Stunts Free - Crazy Car Driving: New Car Games 2021. You will enjoy this stunt driving games. Welcome to one of the best car stunt games 2021. It’s time to have fun with multiple sports cars on impossible tracks in these car stunts simulation games. Be Ready for Extreme City GT Car Racing Stunts and join the extreme car driving with this vertical mega ramp car stunts. It’s an extreme car stunt game to enjoy the addictive gameplay over the impossible tracks. If you are a crazy one in mega ramp car stunts racing games and want to have a lot of fun with endless racing over impossible tracks then these extreme car driving simulators are recommended for you. We hope you will enjoy the new car games 2021. Crazy car stunts driving adventurous gameplay and supercar upgrades. This car simulator is a free car games 2021. Free games 2021 has an addictive and stunning interface where you perform stunt racing efficiently on mega ramps with offline games 2021. Will you be able to take up the ramp car games challenge? If yes, get into the car, buckle up your seat belt, hold the steering, and enjoy the most realistic car racing games experience over the vertical car ramp in new games 2021. In this Car Driving game, you have an amazing car driving simulator, modern cars are waiting to be driven around for a talented driver. Win the challenges in free games 2021 with your awesome stunt car. Start playing the new games 2021 right now and challenge yourself to get three stars from all levels. Jump over the mega ramp with your stunt car and enjoy the impossible tracks 3D racing in these simulation games. Free games 2021 is a car simulator game that takes physics to an extreme level. Free car games 2021 are available online and new games 2021 is one of the best stunt driving games & offline games. The latest idea of car racing games with ramp car stunts racing in the sky where you have to drive stunt cars professionally to complete free games 2021. There are many impossible track stunts and the Ramp Car Stunts Free Car Driving Game: New Car Games 2021 which are quite challenging. Easy and smooth controls of Car Stunts driving simulator and longest stunt tracks with impossible car stunts of non-stop thrilling adventure keep you engaged with sky rooftop stunts. Download this free game 2021 and play with friends. In this impossible track game, you can get the best extreme car stunt driving experience on impossible tracks by performing ultimate car racing stunts. But be careful while driving the car on impossible tracks and show your crazy car stunt master & ramp car driving skills in this free car games 2021. New Games 2021 is a car simulator game and hard to drive on dangerous zigzag sharp turn tracks on high rooftop roads. The Ultimate Multiplayer Racing Experience Are you looking for multiplayer racing offline games? Gear up for the multiplayer action with random players. Race your best against the other players to prove that you\'re the extreme stunt driver of the stunt driving games Ramp Car Stunts Free Crazy Car Driving: New Car Games 2021 Features: Addictive Mega Ramp Car Racing Stunts gameplay, 3D graphics & realistic views Tilt, Steering, and button to control Modern Car Stunts Tracks & real car stunt driving Narrow & sharp impossible tracks 3D Nitro boost to perform speed up stunts car Smooth controls and ultimate car driving simulator Several cameras views to make good driving skills Modern sky rooftop stunts Free to download new car stunt games Easy to play stunt driving games What you think about our game! If you really enjoy this Mega Ramp Car Racing Stunts and Crazy Car Driving & Ramp Car Stunts Free then must try our game and don’t forget to rate and review.', 'https://img.gamemonetize.com/m996rnj4bujfg9jvbd1mlcyj0kwa1mcz/512x384.jpg', 'https://html5.gamemonetize.com/m996rnj4bujfg9jvbd1mlcyj0kwa1mcz/', '0', 'Racing', 0, 0, '', 'car-stunt-racing--car-games'), (4420, 'Santa Christmas Dressup', 'Santa Claus is preparing for the new year. He\'s going to give New Year\'s gifts. He should wear her best clothes. Let\'s dress Santa Claus very stylishly for Christmas', 'https://img.gamemonetize.com/1w1d3y2y8mdojo40hov7pib4e4i31asf/512x384.jpg', 'https://html5.gamemonetize.com/1w1d3y2y8mdojo40hov7pib4e4i31asf/', '0', 'Girls', 0, 0, '', 'santa-christmas-dressup'), (4421, 'Mighty Express Jigsaw Puzzle', 'Zazgames is a place where you can infinitely play assembling online jigsaw puzzles. We hope you are up for another game from the Puzzle category on our website , because we have just added the game called Mighty Express Jigsaw Puzzle for you all, which, despite being one of the many puzzle games we have added so far into this category, this is the first puzzle game to use this specific format, and image, so it is going to be a brand new experience for all of you, an experience we are sure you will appreciate, as there is no way you aren\'t going to have a lot of fun playing the game. Especially after you learn how to play it from the next lines in the description. you will start by choosing how you want the jigsaw puzzle be : hard medium or easy. After that, the jigsaw puzzle pieces are going to be spread around the game screen randomly. Use the mouse to drag them over the transparent images where they match with the image, until all the pieces are connected, and the image looks just like it did in the beginning. You will have a great time with the game, so start it right now, and we are sure you will not regret it one second!', 'https://img.gamemonetize.com/bqv3s01pz0ctfkyiapp2zh0tfs30h0nf/512x384.jpg', 'https://html5.gamemonetize.com/bqv3s01pz0ctfkyiapp2zh0tfs30h0nf/', '0', 'Puzzles', 0, 0, '', 'mighty-express-jigsaw-puzzle'), (4422, 'GARBAGE ATTACK', 'Esquiva las oleadas de basura. Sobrevive a la basura Que ataca Hasta Llegar a Una puntuaci&oacute;n alta. Dodge the waves of trash. Survive the attacking trash until you reach a high score. https://alexithacb.itch.io/garbage-attack https://alexbcgames.blogspot.com/', 'https://img.gamemonetize.com/qunpmvhlzpdmqku6bjv6es2qujy7hw3k/512x384.jpg', 'https://html5.gamemonetize.com/qunpmvhlzpdmqku6bjv6es2qujy7hw3k/', '0', 'Adventure', 0, 0, '', 'garbage-attack'), (4423, 'Barbie Vintage Dress up', 'What would Barbie look like if she dressed vintage? Would you like to take Barbie on a time travel with very stylish and fancy dresses? Let\'s dress Barbie vintage-fashioned', 'https://img.gamemonetize.com/8rkqxsj96rhxm901t0cncsx9k0aezlfm/512x384.jpg', 'https://html5.gamemonetize.com/8rkqxsj96rhxm901t0cncsx9k0aezlfm/', '0', 'Girls', 0, 0, '', 'barbie-vintage-dress-up'), (4424, 'Ne fais pas de bêtises', 'Jerry jette tout ce qu\'il y a dans le frigo ! Contrôle Tom et fais de ton mieux pour sauver tous les aliments jetés avant qu\'ils touchent le sol, tout en évitant les déchets. Mais quoi qu\'il arrive : ne fais pas de bêtises !', 'https://img.gamemonetize.com/4cx86cy202szlkzm5yt9k6a45qu0a2bv/512x384.jpg', 'https://html5.gamemonetize.com/4cx86cy202szlkzm5yt9k6a45qu0a2bv/', '0', 'Arcade', 0, 0, '', 'ne-fais-pas-de-btises'), (4425, 'Course contre le volcan', 'Course contre le volcan Joue au jeu gratuit de La Force des Royaumes, Course contre le volcan et à d\'autres jeux passionnants', 'https://img.gamemonetize.com/budx92xlncfgw7fh2h2bonroz23mlylu/512x384.jpg', 'https://html5.gamemonetize.com/budx92xlncfgw7fh2h2bonroz23mlylu/', '0', 'Racing', 0, 0, '', 'course-contre-le-volcan'), (4426, 'Popstar Make up', 'Pop star Emma does makeup and chooses dresses and jewelry for her party. She wants to look very different and beautiful at the party. Do you want to do a remarkable make-up? Let\'s do it', 'https://img.gamemonetize.com/x63vbfd5utoaljna1hz4gk2h8ksmq6py/512x384.jpg', 'https://html5.gamemonetize.com/x63vbfd5utoaljna1hz4gk2h8ksmq6py/', '0', 'Girls', 0, 0, '', 'popstar-make-up'), (4427, 'Kingdom Force Puzzle', 'Join the Kingdom Force and solve jigsaws from all across the five Kingdoms! Have fun solving jigsaw puzzles with Luka, Jabari and the rest of the force', 'https://img.gamemonetize.com/j6t9cqp8fza6zl1mwo5uxz6hzjxlbizl/512x384.jpg', 'https://html5.gamemonetize.com/j6t9cqp8fza6zl1mwo5uxz6hzjxlbizl/', '0', 'Shooting', 0, 0, '', 'kingdom-force-puzzle'), (4428, 'Christmas Santa Puzzle', 'Do you want to solve fun puzzles with the most beautiful Christmas pictures? Santa, christmas trees, christmas gifts, snow and more. let\'s have fun!', 'https://img.gamemonetize.com/i118nvqc0odgdfzm4i82rjkhd22371nq/512x384.jpg', 'https://html5.gamemonetize.com/i118nvqc0odgdfzm4i82rjkhd22371nq/', '0', 'Puzzles', 0, 0, '', 'christmas-santa-puzzle'), (4429, 'Cool Boy Dress up', 'James is studying history at university. He travels countries and visits historical places. James is very handsome and models. let\'s dress him up very stylish', 'https://img.gamemonetize.com/tt0bossyb92qkodktlmpt60198imksxd/512x384.jpg', 'https://html5.gamemonetize.com/tt0bossyb92qkodktlmpt60198imksxd/', '0', 'Girls', 0, 0, '', 'cool-boy-dress-up'), (4430, 'Merge Alphabet Number Run', 'Êtes-vous prêt à entrer dans l\'ère de Merge Alphabet Lore ? "Gutka Games" a lancé le nouveau jeu Merge Alphabet 3D Lore Run. Jouons à Alphabet Merge Lore Run Now et profitez-en. Vous verrez une histoire incroyable derrière ces alphabets dans ce jeu 3D Alphabet Lord Merge Run. Vous voulez en savoir plus sur F, A, C et d\'autres personnages dans Alphabet Lore Game. Jouez à ce jeu Merge Alphabet Run Lore et explorez ces personnages. Débloquez de nouvelles lettres avec une récompense quotidienne en espèces. Si vous avez une lettre plus puissante, vous avez plus de chances de gagner dans Merge Alphabet Games.', 'https://img.gamemonetize.com/7et24xi4tbpxka84slx3brk0ydhpma2i/512x384.jpg', 'https://html5.gamemonetize.com/7et24xi4tbpxka84slx3brk0ydhpma2i/', '0', 'Arcade', 0, 0, '', 'merge-alphabet--number-run'), (4431, 'Alphabet Lore Transform', 'Il s\'agit d\'un jeu de simulation amusant d\'Alphabet Lore ; il a toutes les étoiles de l\'Alphabet de A à Z. Avec ce jeu amusant, vous pouvez afficher l\'animation de toutes les lettres de l\'Alphabet. Choisissez la lettre de l\'alphabet que vous voulez et jouez l\'animation. Comme Alphabet Lore F Letter, ne le mettez pas en colère. Cette application est gratuite pour tous les fans de Huggy Wuggy et les fans d\'Alphabet Lore. faux appel, appel vidéo. Qui est votre meilleur FNF de Rainbow Friends ?', 'https://img.gamemonetize.com/atdumn2gqy8nde60o07vrhznlv2efcc9/512x384.jpg', 'https://html5.gamemonetize.com/atdumn2gqy8nde60o07vrhznlv2efcc9/', '0', 'Arcade', 0, 0, '', 'alphabet-lore-transform'), (4432, 'Scary Rainbow', 'This game is the greatest RPG action game, is combination of fighting games and shooting games. Like other fighting games, you will be brought to the awesome adventure world, have to face against many zombies, monsters and mighty opponents but more than that, you have an opportunity to show off your shooting skill as to be in shooting games. No more concerns about the internet, now you can enjoy this game every time you have and everywhere you are with full action games experiences. Are you ready to be the greatest player in this stickman games?', 'https://img.gamemonetize.com/4pm9pjhq20euvhttfd2mdh349obcztgi/512x384.jpg', 'https://html5.gamemonetize.com/4pm9pjhq20euvhttfd2mdh349obcztgi/', '0', 'Adventure', 0, 0, '', 'scary-rainbow'), (4433, 'Wildlife Animal TriviaTest Your Knowledge!', 'Animal Trivia rewards you for answering questions quickly, and the quicker you do it, the higher your score will be. This game is flawless for animal lovers, and is filled with exotic plants, animals, and wildlife all over the world. You can test your knowlegde in a fun way, or compete for the highscore with friends &amp; family. Animal Trivia will exerise your brain in all kinds of ways, with a large amount of trivia questions, and even True &amp; False! . With over 300 challenging questions packed into this exciting fun game, the word boredom will quickly leave your vocabulary! INSTRUCTIONS To keep this game as challenging as possible, the pause button will be revealed every 3-8 seconds, to keep you under pressure! You can always use the hint (yellow light bulb) if you are stuck on a question, and gain up to 700 points! You can also watch an advertisement, and gain 1,500 points, in case you get stuck! Stick above 100 points, you dont want to see that humiliating game over screen!', 'https://img.gamemonetize.com/cwyengrftaj0jk42saucgu0dy0davgsc/512x384.jpg', 'https://html5.gamemonetize.com/cwyengrftaj0jk42saucgu0dy0davgsc/', '0', 'Puzzles', 0, 0, '', 'wildlife-animal-triviatest-your-knowledge'), (4434, 'Cricket Legends', '"Cricket Legends" allows you not only to get to know such a sports game as cricket, but also to play it, making an attempt to become a real legend and write your name in history. The player will succeed if he manages to show maximum concentration in the process of completing game tasks.', 'https://img.gamemonetize.com/0btdcgcm830ab5rmoxr64a9oozxfjvbh/512x384.jpg', 'https://html5.gamemonetize.com/0btdcgcm830ab5rmoxr64a9oozxfjvbh/', '0', 'Sports', 0, 0, '', 'cricket-legends'), (4435, 'Penguin Bubble Shoot Winter', 'Prepare yourself for a fun adventure and a crazy bubble party in a thrilling winter. Penguin Bubble Winter has been developed to be suitable to be played for anyone looking for some fun entertainment when winter comes and it is now available in the playstore. Thousands of challenging Penguin Bubble Winter levels equipped with bubble colors filled with cool boosters and power-ups are ready to accompany your days through boredom. Complete multiple bubble challenges Play Penguin Bubble Winter to collect snowball bubbles every day. Test your skills bubble snow and see who can reach the highest score in this challenging penguin bubble game. Are you ready to start Penguin Bubble Winter action? Aim, match and pop all the snow bubbles in this relaxing color matching adventure. Penguin Bubble Winter is the best simple and easy to learn bubble shooter game perfect for family fun! Use logic and your skills in solving this challenging puzzle complete all the missions and be sure to collect the game booster bonuses.', 'https://img.gamemonetize.com/69gz0e0wpyzg1bihb6ywp5xsao3r7ti8/512x384.jpg', 'https://html5.gamemonetize.com/69gz0e0wpyzg1bihb6ywp5xsao3r7ti8/', '0', 'Arcade', 0, 0, '', 'penguin-bubble-shoot-winter'), (4436, 'Jewel Classic Block Puzzle Tetrix', 'This is Block Puzzle Tetrix Jewel Classic an addictive and easy-to-learn game where you bend your mind and fly your fingers. Place blocks to create and destroy entire rows vertically and horizontally on the screen. The more rows you delete at once, the more points you will earn. There is no time limit and you can enjoy the game anytime, anywhere. There is no splash screen! !! !! Only the game and your brain. A challenging puzzle world for your mind! Use strategy and tactical science. fun!', 'https://img.gamemonetize.com/xjpjk6mhosvdcryf2kddtbagrqg5tjt9/512x384.jpg', 'https://html5.gamemonetize.com/xjpjk6mhosvdcryf2kddtbagrqg5tjt9/', '0', 'Sports', 0, 0, '', 'jewel-classic-block-puzzle-tetrix'), (4437, 'Super subway hero Stack', 'subway Super hero Stack is a jumping game. Just Tap or click to jump over stacks to get a high score. Be careful to not get hit by the stacks.', 'https://img.gamemonetize.com/yy5lr8v85rgwhqfs71rpcryhvhlpdmg3/512x384.jpg', 'https://html5.gamemonetize.com/yy5lr8v85rgwhqfs71rpcryhvhlpdmg3/', '0', 'Adventure', 0, 0, '', 'super-subway-hero-stack'), (4438, 'Knight Vs Ork', 'This game is a drag and dropping game. Kill the more orcs to collect the score', 'https://img.gamemonetize.com/e88lcklypkdt7oaluj8gg1joy0u86awh/512x384.jpg', 'https://html5.gamemonetize.com/e88lcklypkdt7oaluj8gg1joy0u86awh/', '0', 'Hypercasual', 0, 0, '', 'knight-vs-ork'), (4439, 'Ricochet Arrow SD', 'Use as many arrows as you need, but be smart enough and don’t shoot yourself an arrow. . If possible, finish off the skeletons! (30 levels)', 'https://img.gamemonetize.com/3v42r2p2p95pnx8jvo1qncqnran7131k/512x384.jpg', 'https://html5.gamemonetize.com/3v42r2p2p95pnx8jvo1qncqnran7131k/', '0', 'Arcade', 0, 0, '', 'ricochet-arrow-sd'), (4440, 'Head Soccerr 2022', 'Head Soccer 2022 is a fast-paced sports football game where you can challenge all your friends or play with the CPU. Choose your favorite player and play against the CPU for the tournament or be the best of your friends in the versus mode. With detailed players to choose from the best teams, 3 game fields, and all the arcade fun in a single game.', 'https://img.gamemonetize.com/7o0l92v2q5b0q2b44uq3je2c00u9evwc/512x384.jpg', 'https://html5.gamemonetize.com/7o0l92v2q5b0q2b44uq3je2c00u9evwc/', '0', 'Sports', 0, 0, '', 'head-soccerr-'), (4441, 'TACTRIS (TETRIS)', 'taxis is a tactical tetris where you collect yourself by placing cubes in the right places', 'https://img.gamemonetize.com/bqfa6z97y8fmsf7p62ym88ahh2m3bb16/512x384.jpg', 'https://html5.gamemonetize.com/bqfa6z97y8fmsf7p62ym88ahh2m3bb16/', '0', 'Puzzles', 0, 0, '', 'tactris-tetris'), (4442, 'Infinity Tower', 'Create the tallest tower in the world.', 'https://img.gamemonetize.com/uahslhvwq5rnmt6g8x0wmco5yqd5n1hd/512x384.jpg', 'https://html5.gamemonetize.com/uahslhvwq5rnmt6g8x0wmco5yqd5n1hd/', '0', 'Adventure', 0, 0, '', 'infinity-tower'), (4443, 'Alien Space Shooter', 'Galaxy Attack is a fast-paced top-down military space shooter. If you like space shooting games and survival games and also want to simulate sky shooting for fame and duty then Alien Space Shooter is what you should play shooter game. The skills required are more than quick reactions and navigating the attack patterns of enemy invaders.', 'https://img.gamemonetize.com/tdnjhr0mq40kyb5uw4o6nci6wknp72n8/512x384.jpg', 'https://html5.gamemonetize.com/tdnjhr0mq40kyb5uw4o6nci6wknp72n8/', '0', 'Shooting', 0, 0, '', 'alien-space-shooter'), (4444, 'PaddleBall', 'PaddleBall v1.0: new updates coming soon Update features: >Smooth paddle movement >scoreboard >More options and settings and much more!', 'https://img.gamemonetize.com/x2vvqxkqmne8e082a01nzv5mtbm47bo6/512x384.jpg', 'https://html5.gamemonetize.com/x2vvqxkqmne8e082a01nzv5mtbm47bo6/', '0', 'Arcade', 0, 0, '', 'paddleball'), (4445, '2D Racing Game', 'Don\'t overturn the car', 'https://img.gamemonetize.com/2cz1jgk7jky8ognmlg7ukmmg0vjyzgq5/512x384.jpg', 'https://html5.gamemonetize.com/2cz1jgk7jky8ognmlg7ukmmg0vjyzgq5/', '0', 'Racing', 0, 0, '', 'd-racing-game'), (4446, 'Truck Parking GC', 'Truck Parking', 'https://img.gamemonetize.com/f3uush8xcsx9azjcmswhdcmjp9dhyh4x/512x384.jpg', 'https://html5.gamemonetize.com/f3uush8xcsx9azjcmswhdcmjp9dhyh4x/', '0', 'Racing', 0, 0, '', 'truck-parking-gc'), (4447, 'Bus Parking GC', 'Bus Parking', 'https://img.gamemonetize.com/q71e4vgfksa2k7f91r0opwzlyeeo21wn/512x384.jpg', 'https://html5.gamemonetize.com/q71e4vgfksa2k7f91r0opwzlyeeo21wn/', '0', 'Racing', 0, 0, '', 'bus-parking-gc'), (4448, 'Car Parking GC', 'Car parking', 'https://img.gamemonetize.com/9wxl5t7r00n6yu725il5ucqe8i7z1xdp/512x384.jpg', 'https://html5.gamemonetize.com/9wxl5t7r00n6yu725il5ucqe8i7z1xdp/', '0', 'Racing', 0, 0, '', 'car-parking-gc'), (4449, 'Draw Game', 'In draw.game the player needs to draw ingenious lines and shapes to help two little separated dots overcome all the obstacles and meet each other. With a large number of levels, this engaging physics-based puzzle game will keep the player entertained for hours!', 'https://img.gamemonetize.com/lw543zg71bl6150d0z4xnimlps1ld63i/512x384.jpg', 'https://html5.gamemonetize.com/lw543zg71bl6150d0z4xnimlps1ld63i/', '0', 'Puzzles', 0, 0, '', 'draw-game'), (4450, 'Private War Training', 'Shooter training', 'https://img.gamemonetize.com/dzhhr27oqycckzztftj7t39b00esfcyc/512x384.jpg', 'https://html5.gamemonetize.com/dzhhr27oqycckzztftj7t39b00esfcyc/', '0', 'Shooting', 0, 0, '', 'private-war-training'), (4451, 'Killer Boy', '2D platform game', 'https://img.gamemonetize.com/0m6il2atu8uu3q397x33vfcf7pcb7z15/512x384.jpg', 'https://html5.gamemonetize.com/0m6il2atu8uu3q397x33vfcf7pcb7z15/', '0', 'Arcade', 0, 0, '', 'killer-boy'), (4452, 'Pro Fairy Princess Dress Up VS Witch Makeup', 'Girls, the beauty contest held by the School of Magic entered the final round. This is a confrontation between two groups of fairies and witches. The fairy who never failed and the witch who are hypermagical are very nervous about this game. Because the boys they both like are also coming to the competition, and the winning girl will have the opportunity to date him. Do you want the witch or the fairy to win?Hurry to join the competition, help them make up and let your favorite girl win.', 'https://img.gamemonetize.com/x4102a7fcnf70eds5dl9wul4thtqqndv/512x384.jpg', 'https://html5.gamemonetize.com/x4102a7fcnf70eds5dl9wul4thtqqndv/', '0', 'Girls', 0, 0, '', 'pro-fairy-princess-dress-up-vs-witch-makeup'), (4453, 'Action Rpg', 'RPG game', 'https://img.gamemonetize.com/gy9xjw26ogi8rqij52023lsxo9pfctfq/512x384.jpg', 'https://html5.gamemonetize.com/gy9xjw26ogi8rqij52023lsxo9pfctfq/', '0', 'Arcade', 0, 0, '', 'action-rpg'), (4454, 'STACK BLOCK', 'ENDLESS ATTRACTIVE HYPERCASUAL GAME', 'https://img.gamemonetize.com/6cmvahnip0t0my7s7sohxg318uin4u13/512x384.jpg', 'https://html5.gamemonetize.com/6cmvahnip0t0my7s7sohxg318uin4u13/', '0', 'Hypercasual', 0, 0, '', 'stack-block'), (4455, 'Cow Land', 'Jump the obstacle to win', 'https://img.gamemonetize.com/hsgcmydju1kcppchszd58c43iilkslq2/512x384.jpg', 'https://html5.gamemonetize.com/hsgcmydju1kcppchszd58c43iilkslq2/', '0', 'Hypercasual', 0, 0, '', 'cow-land'), (4456, 'Dont Rush', 'Don’t crash this is the only rule of the game.', 'https://img.gamemonetize.com/fjnpfu12ki2w3kzlv30vne3ne47mrhm7/512x384.jpg', 'https://html5.gamemonetize.com/fjnpfu12ki2w3kzlv30vne3ne47mrhm7/', '0', 'Racing', 0, 0, '', 'dont-rush'), (4457, 'Red Bounce Ball 8', '', 'https://img.gamemonetize.com/m6sibj4f8s48bsgw8rzwkxgrfesc20lv/512x384.jpg', 'https://html5.gamemonetize.com/m6sibj4f8s48bsgw8rzwkxgrfesc20lv/', '0', 'Racing', 0, 0, '', 'red-bounce-ball-'), (4458, 'Avaliando Comerciais', 'Este aplicativo gratuito é feito para você analisar os comerciais, dizendo sim ou não, perfeito para passar o tempo em frente a tela vendo diversas coisas diferente.', 'https://img.gamemonetize.com/cimfc02zyjuol9s6rd000st6gczz204j/512x384.jpg', 'https://html5.gamemonetize.com/cimfc02zyjuol9s6rd000st6gczz204j/', '0', 'Clicker', 0, 0, '', 'avaliando-comerciais'), (4459, 'Knights Dragons Godlands Heroesï¼War Strategy', 'Do you have what it takes to be the Champion? Choose your weapon and take to the field in Knights Dragons Godlands Heroesï¼War Strategy ! Slay the monsters with your team, racing to see who will come out on top. Do you have what it takes? GAME ON Compete against the other team in quick 1v3 multiplayer matches, racing to see who can defeat the monsters first! Take the battle to the other team to slow them down! To the quickest goes the spoils! Get loot for your team with every win. ANYONE CAN TAKE THE FIELD Pick up and play! Drag to move, release to attack, and use your Special Ability to do even more damage! DIFFERENT LOADOUT EVERY MATCH Level up and pick different Perks each match, creating endless options to slay the monsters and opposing players! GEAR UP Collect and upgrade weapons of different types and elements to unlock new Perks to choose from. BE THE BEST Climb the leaderboards and be the Champion of the Knights Dragons Godlands Heroesï¼War Strategy!', 'https://img.gamemonetize.com/57mpisoxpo5kteyftw0b3rgq68z7l82f/512x384.jpg', 'https://html5.gamemonetize.com/57mpisoxpo5kteyftw0b3rgq68z7l82f/', '0', 'Adventure', 0, 0, '', 'knights-dragons-godlands-heroeswar-strategy'), (4460, 'Stacky Bird Zoo Run Super casual flying bird game', 'Stack your eggs to pass obstacles, but watch out for monsters and spikes. Stacky Bird Zoo Run is the fun and addicting game you have been waiting for, spending hours of flying fun! The square bird\'s mission is to fly to new lands. Build a long chain of eggs and fly around obstacles to reach new levels and locations, with beautiful birdhouses. Stack the perfect amount of eggs and make 3 perfect landings to enter Shooty Mode. Take on bigger challenges and fly to the finish as the best bird on the leaderboard! Bird games are fun and addicting, but you can unlock even more characters! Chickens, cats, pigs and more - find your favorite character and fly over obstacles. Stacky Bird Zoo Run is easy to grab, but hard to master. Go through the colorful levels of Stacky Bird Zoo Run and help your bird get home! Features of Stacky Bird Zoo Run: Stack the eggs - Stack eggs to overcome obstacles and avoid dangers! - Build an egg chain - Fly towards the end of the level with extra eggs for bonus coins Explore and Collect - Flying games take your bird to new lands and landscapes - Earn coins as you play to unlock different characters - Unlock secret characters through the mini-game Square Nesting Boxes for Cubic Birds - Flying games leading you to new birdhouses - Choose your favorite house to display Classification of Birds - Climb to the top of the leaderboard - Collect points for the best daily, weekly or all-time score Limited Live Events - Mini-games and special levels! - Unlock exclusive characters', 'https://img.gamemonetize.com/3tr7z0b7q0qlbja08xak1the08nw2bmk/512x384.jpg', 'https://html5.gamemonetize.com/3tr7z0b7q0qlbja08xak1the08nw2bmk/', '0', 'Arcade', 0, 0, '', 'stacky-bird-zoo-run-super-casual-flying-bird-game'), (4461, 'Expert Parkour 3D', 'Expert Parkour 3D is a 3D parkour game in which you need to run and jump from pillar to pillar. jump, and vault over obstacles to complete the Level. Expert Parkour 3D had amazing 30 levels. Join now to Expert Parkour 3D, to improve your parkour skills, and intelligence. Expert Parkour is the most beloved title among parkour fans! We welcome you to the competition and may the best one win.', 'https://img.gamemonetize.com/i2tfnjzvhkrhkj1pn3c0zc4cke1gkanf/512x384.jpg', 'https://html5.gamemonetize.com/i2tfnjzvhkrhkj1pn3c0zc4cke1gkanf/', '0', 'Adventure', 0, 0, '', 'expert-parkour-d'), (4462, 'Stunt Jellyfish', 'Are You the next great Jellyfish pilot? You will need to have strong nerves and great precision to finish the game. The difficulty increases as you advance in levels but sometimes you will be forced to repeat a level many times before completing the mission. How to play: The main goal is to collect all sea stars to finish each levels, so swim inside the hoops without crashing, but be aware to your life hungry bar because sometime you need to refill it so collect the gold Jellyfish. Are you hungry? so let\'s go hunt now!', 'https://img.gamemonetize.com/7lmnldbp9mixn6yff0d2t7f4tl85mvtw/512x384.jpg', 'https://html5.gamemonetize.com/7lmnldbp9mixn6yff0d2t7f4tl85mvtw/', '0', 'Puzzles', 0, 0, '', 'stunt-jellyfish'), (4463, 'Genshin Impact (Part 1) Test Characters', 'This is a small test on the game "Genshin Impact". Here you will find 10 questions with various interesting dying phrases of the characters, according to which you have to guess them. Test your knowledge of this game - we are sure that only true Genshin experts will be able to pass the test for 10/10! Try to win in our test and be sure to share your result in the reviews of our game!', 'https://img.gamemonetize.com/26iymejpv386iuyagbumkuytfkw7519b/512x384.jpg', 'https://html5.gamemonetize.com/26iymejpv386iuyagbumkuytfkw7519b/', '0', 'Girls', 0, 0, '', 'genshin-impact-part---test--characters'), (4464, 'Pop Us 2', 'Pop Us 2 is a very popular art game. How do you usually relax yourself after school? How about sliding the mouse to enjoy the amazing sound effects and cute appearances of the fidget toy Pop-it? Our new released game Pop Us 2 contains lots of Pop-its with cool designs and fresh play. All you need to do is to click and slide on the bubbles. Just relax! Have a good time!', 'https://img.gamemonetize.com/2rowxewpec37hdyc11wwzcuyy9z2hv0h/512x384.jpg', 'https://html5.gamemonetize.com/2rowxewpec37hdyc11wwzcuyy9z2hv0h/', '0', 'Girls', 0, 0, '', 'pop-us-'), (4465, 'Among Us Dungeon', 'Among Dungeon is an interesting puzzle game. You need to guide the robot to quickly clear the traps in the maze to help us escape from the labyrinth, stop explosives and other obstacles, be careful to dodge and run and pay attention to the spikes that unexpectedly land when you notice that there is no path ahead, you can opt to jump up to another platform, are you ready? Have fun at Among Dungeon!', 'https://img.gamemonetize.com/ahmryzr669sk4e9yur458nw0kpxxhvh4/512x384.jpg', 'https://html5.gamemonetize.com/ahmryzr669sk4e9yur458nw0kpxxhvh4/', '0', 'Boys', 0, 0, '', 'among-us-dungeon'), (4466, 'Help Imposter Escape', 'Help Imposter Escape is an adventure escape casual game. The operation is simple and easy to learn, suitable for all players to try. The imposter is trapped in a strange space and your task is to help it find the exit. Beware of obstacles on the path, spikes will split you into two sections. Collect gold coins to unlock more skins. Don\'t give up, fifty levels await your challenge, good luck!', 'https://img.gamemonetize.com/jo8g2jlnkj0prq5upba4zvfl4nix7cll/512x384.jpg', 'https://html5.gamemonetize.com/jo8g2jlnkj0prq5upba4zvfl4nix7cll/', '0', 'Boys', 0, 0, '', 'help-imposter-escape'), (4467, 'Hana Bot 2', 'Hana Bot 2 is a 2D Sci-fi themed platformer where you play as a bot who have to collect all of the test tubes while avoiding the enemy bots and their bullets, flying bots, giant blades, and spikes and reach the Exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Hana Bot" series.', 'https://img.gamemonetize.com/cmr9bq0zav4f4z8cx5n2mgrkegewo7jn/512x384.jpg', 'https://html5.gamemonetize.com/cmr9bq0zav4f4z8cx5n2mgrkegewo7jn/', '0', 'Arcade', 0, 0, '', 'hana-bot-'), (4468, 'Alien Princess', 'Two alien princesses are so similar and so different. One of them lives in the forest and prefers clothes made of vines and feathers. The second princess lives on the ocean. She makes outfits from pearls, algae, fish scales and corals. Join the parade of wild and unbridled natural fashion. Dress up alien princesses; give them tattoos and makeup and choose an authentic hairstyle.', 'https://img.gamemonetize.com/srk1df7e5mj1i063zswzwu5fy9nwr5dl/512x384.jpg', 'https://html5.gamemonetize.com/srk1df7e5mj1i063zswzwu5fy9nwr5dl/', '0', 'Girls', 0, 0, '', 'alien-princess'), (4469, 'Violet Dream Castle Clean', 'There are some perks to being a royal, but it\'s also a lot of work. Play this princess game and help Violet perform her royal duties before going to the special ball and make the princess look perfect. Once you\'ve picked out your outfit and finished styling, you\'ll see her carriage waiting outside. It\'s time for Princess Violet to perform her royal duties at the ball.', 'https://img.gamemonetize.com/n28uidyzcqwl189bbn87r6wgamqmzqjw/512x384.jpg', 'https://html5.gamemonetize.com/n28uidyzcqwl189bbn87r6wgamqmzqjw/', '0', 'Girls', 0, 0, '', 'violet-dream-castle-clean'), (4470, 'Raktoo 2', 'Raktoo 2 is a 2D cute little platformer where you have to collect all of the black grapes while avoiding the enemy monsters, flying monsters, their bullets, spikes, and reach the Exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Raktoo" series.', 'https://img.gamemonetize.com/xc5nf2cc90y09ehhrr7c66ywugfoka3l/512x384.jpg', 'https://html5.gamemonetize.com/xc5nf2cc90y09ehhrr7c66ywugfoka3l/', '0', 'Arcade', 0, 0, '', 'raktoo-'), (4471, 'Pizza Maker Cooking', 'Let\'s start your baking kitchen. Cook delicious finger licking recipes for your yummy fast food lovers and food. Be the best snack maker to cook, just follow your perfect recipe and start enjoying being a great cooking pizza maker chef in cooking games for girls.', 'https://img.gamemonetize.com/lljuh34tywu87xeruwzm1l5f96a88zud/512x384.jpg', 'https://html5.gamemonetize.com/lljuh34tywu87xeruwzm1l5f96a88zud/', '0', 'Girls', 0, 0, '', 'pizza-maker-cooking'), (4472, 'City Bus Driving', 'Here is a hard-core bus transport simulation game. With 3D models in a modern city, you are sent to take children to their destinations as a bus driver. Under time limitations, you need to complete all levels as fast as you can. Follow the hints and arrows, you will not miss the right way!', 'https://img.gamemonetize.com/lfw7ev6e1xk2gd36eihsyv07ebukoopj/512x384.jpg', 'https://html5.gamemonetize.com/lfw7ev6e1xk2gd36eihsyv07ebukoopj/', '0', 'Action', 0, 0, '', 'city-bus-driving'), (4473, 'Wizard Santa Jump', 'An online action game, Wizard Santa Jump has players guiding Santa as he jumps through several levels. To win, you must make it to the finish of each level without dying from being hit by obstacles or falling off the edge.', 'https://img.gamemonetize.com/81shja9hgxavi6i5bbyy29926j3c82gk/512x384.jpg', 'https://html5.gamemonetize.com/81shja9hgxavi6i5bbyy29926j3c82gk/', '0', 'Arcade', 0, 0, '', 'wizard-santa-jump'), (4474, 'Dino Dash', 'Dino Dash Online Arcade Adventure Game is an online game that challenges players to help a baby dinosaur escape from a group of hungry predators. The game features vibrant graphics and simple controls that make it easy for players of all ages to enjoy.', 'https://img.gamemonetize.com/vh702eeb314z9b0dgx85540wufq1zpyj/512x384.jpg', 'https://html5.gamemonetize.com/vh702eeb314z9b0dgx85540wufq1zpyj/', '0', 'Arcade', 0, 0, '', 'dino-dash'), (4475, 'Dinosaur Cards Game', 'It\'s a collection of 15 different Dinosaurs descriptive cards to read! It\'s just an educational dino game!', 'https://img.gamemonetize.com/ug6ygx594l75j6iv6vi13sz72kgduli0/512x384.jpg', 'https://html5.gamemonetize.com/ug6ygx594l75j6iv6vi13sz72kgduli0/', '0', 'Clicker', 0, 0, '', 'dinosaur-cards-game'), (4476, 'Push My Chair', 'Time to push some chairs of office workers at various offices! These office people have some weapons and tools in their hands. Their goal is to push each other outside of the arena by using their weapons. There are lots of weapon types and chair types that will be waiting. You can join this office battle in 1 player and 2 player game modes. Call a friend and start this office chair-pushing battle now!', 'https://img.gamemonetize.com/9jnu9p7xlu7d7eoz22gbck9m280mwntk/512x384.jpg', 'https://html5.gamemonetize.com/9jnu9p7xlu7d7eoz22gbck9m280mwntk/', '0', 'Action', 0, 0, '', 'push-my-chair'), (4477, 'Entity 303 vs Herobrine', 'entity 303 and herobrine became a force together and attacked the farm. Reach the portal with your two friends to overcome them and jump on them to destroy them. collect gold and own new costumes. Different costumes are waiting for you.', 'https://img.gamemonetize.com/wqpsbo6zcn8bkew1d8mcw7359g5h8nnv/512x384.jpg', 'https://html5.gamemonetize.com/wqpsbo6zcn8bkew1d8mcw7359g5h8nnv/', '0', 'Arcade', 0, 0, '', 'entity--vs-herobrine'), (4478, '456 Survival Challenge ', 'There are total 456 players in this Game, your number is 456, the game is very simple. ✋ Stop when music stops or when “it†says “Red Lightâ€.', 'https://img.gamemonetize.com/0qx57rs126ts0thrwrg36zc1r2itzkc4/512x384.jpg', 'https://html5.gamemonetize.com/0qx57rs126ts0thrwrg36zc1r2itzkc4/', '0', 'Arcade', 0, 0, '', '-survival-challenge-'), (4479, 'Dinosaur Jigsaw', 'Dinosaur Jigsaw is a free online game from genre of puzzle and jigsaw really suitable games for kids! You can select one of the 15 Dinosaurs and then try to complete all image! Have fun and enjoy with your little one!', 'https://img.gamemonetize.com/fh3ejqypxsxbzhf4xxj678r6mnij6vxu/512x384.jpg', 'https://html5.gamemonetize.com/fh3ejqypxsxbzhf4xxj678r6mnij6vxu/', '0', 'Clicker', 0, 0, '', 'dinosaur-jigsaw'), (4480, 'The Invaders', 'Arcade game similar to the classic Invaders. A fun game with endless levels to play (difficulty increases at each level). The invaders want to destroy our world and you have to defend it and repel their attack. Collect gold by destroying alien enemies. Collect diamonds by destroying meteorites. You can buy: 4 different ships to choose from rebuild your defenses have more lives', 'https://img.gamemonetize.com/6zts3mg2e4d3ol95b2z818jaw526caww/512x384.jpg', 'https://html5.gamemonetize.com/6zts3mg2e4d3ol95b2z818jaw526caww/', '0', 'Shooting', 0, 0, '', 'the-invaders'), (4481, 'Territory War', 'Gather your troops and capture the enemy\'s camp. You will win until you stay on the field. You can upgrade the camp to get more troops to help you win.', 'https://img.gamemonetize.com/juaus3aqq80f0juuzrb4scscs9w8w2md/512x384.jpg', 'https://html5.gamemonetize.com/juaus3aqq80f0juuzrb4scscs9w8w2md/', '0', 'Arcade', 0, 0, '', 'territory-war'), (4482, 'Ink Inc Tattoo', 'Ink Inc Tattoo is a free online simulation game for boys played on PuzzleGame. In the game, you can experience the satisfaction of a tattoo artist drawing various artistic tattoos for clients. You need to draw the correct lines and colors to complete the image given by the customer. Mobile, Tablet, and Desktop are playable. Come and get a new entertainment experience.', 'https://img.gamemonetize.com/1x4xoqguy3pbm3ah19631sr28nb0cbyf/512x384.jpg', 'https://html5.gamemonetize.com/1x4xoqguy3pbm3ah19631sr28nb0cbyf/', '0', 'Boys', 0, 0, '', 'ink-inc-tattoo'), (4483, 'Draw To Kill', 'Draw To Kill is a free online drawing puzzle game for boys played on PuzzleGame. First, you need to observe the distribution of the enemy and draw the route in advance. Then your character will assassinate the enemy according to your route, and you can succeed after killing all the enemies. Every operation must be done in one go. Mobile, Tablet, and Desktop are playable. Enjoy Draw To Kill!', 'https://img.gamemonetize.com/p3o8y66xocezsbd2q1a0t1jvfvqcghhx/512x384.jpg', 'https://html5.gamemonetize.com/p3o8y66xocezsbd2q1a0t1jvfvqcghhx/', '0', 'Boys', 0, 0, '', 'draw-to-kill'), (4484, 'Donuts Cooking Challenge Game', 'I already know that you are a master cook. But you haven\'t made a doughnut. Come and learn how to make delicious donuts in this game! Take out flour and milk, make the chocolate sauce and cream... decorate your most delicious donuts! Let\'s see if the cooking master can make the perfect doughnut!', 'https://img.gamemonetize.com/9laqj8wro9wkt0p9d650uvd8glf197sl/512x384.jpg', 'https://html5.gamemonetize.com/9laqj8wro9wkt0p9d650uvd8glf197sl/', '0', 'Girls', 0, 0, '', 'donuts-cooking-challenge-game'), (4485, 'My Cute Pet Friend', 'Take care of a cute pet, tend to him, make sure he stays healthy, entertain him, dress him up, go on adventures together, and discover an amazing world!', 'https://img.gamemonetize.com/7y2hzpsgeyhz7wncywf8n5w7kb9230jd/512x384.jpg', 'https://html5.gamemonetize.com/7y2hzpsgeyhz7wncywf8n5w7kb9230jd/', '0', 'Girls', 0, 0, '', 'my-cute-pet-friend'), (4486, 'Magic Number 45', 'The BEST free, popular, and classic 45-number games & stack number block puzzles for you! Highlights - Infinite mode. You can try to merge blocks with higher and higher numbers, eg. 2048, and won’t get bored! It’s always challenging with 2048 merge games. - Simple, beautiful design. Your gaming experience could be quite smooth. - No timer. Feel free to play this 45-merge block puzzle as long as you enjoy it, and no need to worry about the time limit. - Kinds of amazing boosters. Get stuck? No worries, let’s use boosters to help! Wanna get a higher score in this 2048 number game? Use them, too!', 'https://img.gamemonetize.com/2vbgw6cxfacyaqv3igw4a08kp1nndgv9/512x384.jpg', 'https://html5.gamemonetize.com/2vbgw6cxfacyaqv3igw4a08kp1nndgv9/', '0', 'Puzzles', 0, 0, '', 'magic-number-'), (4487, 'Sea Maiden', 'Sea Maiden is an underwater online game that challenges players to explore the depths of the ocean. With stunning graphics and a unique gameplay experience, Sea Maiden is a must-play for all gamers.', 'https://img.gamemonetize.com/u3j05nhp8mggdynaucv6wkj9tkmoaewv/512x384.jpg', 'https://html5.gamemonetize.com/u3j05nhp8mggdynaucv6wkj9tkmoaewv/', '0', 'Arcade', 0, 0, '', 'sea-maiden'), (4488, 'Bear Diver', 'Bear Diver is an online jump adventure game that challenges players to navigate through a series of obstacles. Bear Diver is an online adventure game that challenges you to help a bear survive in the wilderness. You must use your quick reflexes to guide the bear through a series of jumps and avoiding obstacles. Can you help the bear make it to safety?', 'https://img.gamemonetize.com/7b3g296r5ptuma5tmqeht2v1dlgi9dob/512x384.jpg', 'https://html5.gamemonetize.com/7b3g296r5ptuma5tmqeht2v1dlgi9dob/', '0', 'Arcade', 0, 0, '', 'bear-diver'), (4489, 'Angel and Devil', 'The Angel and Devil Matching game is a quick and fun way to test your knowledge of Good and Evil. Choose which side you think is correct in each pairing, and see how you score at the end.', 'https://img.gamemonetize.com/vci7hc15vuk3oetxcxm2yoo4dukbdmb1/512x384.jpg', 'https://html5.gamemonetize.com/vci7hc15vuk3oetxcxm2yoo4dukbdmb1/', '0', 'Hypercasual', 0, 0, '', 'angel-and-devil'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (4490, 'Kung Fu Panda Dragon Knight Jigsaw Puzzle', 'Zazgames is a place where you can infinitely play assembling online jigsaw puzzles. We hope you are up for another game from the Puzzle category on our website , because we have just added the game called Kung Fu Panda Dragon Knight Jigsaw Puzzle for you all, which, despite being one of the many puzzle games we have added so far into this category, this is the first puzzle game to use this specific format, and image, so it is going to be a brand new experience for all of you, an experience we are sure you will appreciate, as there is no way you aren\'t going to have a lot of fun playing the game. Especially after you learn how to play it from the next lines in the description. you will start by choosing how you want the jigsaw puzzle be : hard medium or easy. After that, the jigsaw puzzle pieces are going to be spread around the game screen randomly. Use the mouse to drag them over the transparent images where they match with the image, until all the pieces are connected, and the image looks just like it did in the beginning. You will have a great time with the game, so start it right now, and we are sure you will not regret it one second!', 'https://img.gamemonetize.com/r7t6u12kr1fyb4ikr0cugtoja5ff55hf/512x384.jpg', 'https://html5.gamemonetize.com/r7t6u12kr1fyb4ikr0cugtoja5ff55hf/', '0', 'Puzzles', 0, 0, '', 'kung-fu-panda-dragon-knight-jigsaw-puzzle'), (4491, 'War Airplane', 'Destroy enemy planes. Collect all the bombs. Don\'t forget to take health supplies. It\'s up to you to save the world from evil forces. Have fun.', 'https://img.gamemonetize.com/g6pvqwit8sdi0hmkndlrzsvogqimzdaz/512x384.jpg', 'https://html5.gamemonetize.com/g6pvqwit8sdi0hmkndlrzsvogqimzdaz/', '0', 'Boys', 0, 0, '', 'war-airplane'), (4492, 'Rainbow Friends Run', 'Je suis Red Monster - votre guide dans ce jeu Survivor In Rainbow Monster io. La première version mobile de Rainbow Game. Dans le jeu mobile Survivor In Rainbow Monster, vous incarnez un enfant sans nom qui a été kidnappé lors d\'un voyage scolaire dans un parc d\'attractions appelé Spooky Park. Plus de temps de jeu. À partir du moment de votre capture, vous devez survivre cinq nuits dans cet endroit étrange entièrement vide de vie, à l\'exception de vous et du monstre arc-en-ciel.', 'https://img.gamemonetize.com/9lmu6a7g8kccukxnexvusa9n82y6fg9f/512x384.jpg', 'https://html5.gamemonetize.com/9lmu6a7g8kccukxnexvusa9n82y6fg9f/', '0', 'Adventure', 0, 0, '', 'rainbow-friends-run'), (4493, 'Diamant Bloc Puzzle Jewel Classic', 'Puzzle Bloc Diamant Jewel Classic is a classic relaxing strategy game. You can create the impossible by rotating the blocks. â— Easy to play â–· ✔ï¸Drag diamond blocks to any place on the grid. ✔ï¸Fill horizontal and vertical lines to clear jewel blocks. ✔ï¸Clever use of rotation and strategy to blast the jewels! â— Diamond Star is better â–· âï¸Simple block game for all ages. âï¸No time limit. Are you ready to challenge your limit? Without hesitation to join 1,000,000 players!', 'https://img.gamemonetize.com/mrywouhw3stl92w5yti857dqw1dhe3r2/512x384.jpg', 'https://html5.gamemonetize.com/mrywouhw3stl92w5yti857dqw1dhe3r2/', '0', 'Arcade', 0, 0, '', 'diamant-bloc-puzzle-jewel-classic'), (4494, 'The Master Of Archerr', 'You are the master of archers, take control of one of the best archers and complete the tasks! With 10 levels, get more and more your best score.', 'https://img.gamemonetize.com/1rhvhwbqzaxcdc6775e2ilyeul9d2gek/512x384.jpg', 'https://html5.gamemonetize.com/1rhvhwbqzaxcdc6775e2ilyeul9d2gek/', '0', 'Arcade', 0, 0, '', 'the-master-of-archerr'), (4495, 'Dozie Penguinn', 'Help the little penguin to get back to his home in 30 levels, beware of the traps and challenges that get in his way.', 'https://img.gamemonetize.com/q9kazvy2pg4fi4zb053vzppr72es6wf4/512x384.jpg', 'https://html5.gamemonetize.com/q9kazvy2pg4fi4zb053vzppr72es6wf4/', '0', 'Adventure', 0, 0, '', 'dozie-penguinn'), (4496, 'Daruma Matching', 'Daruma is a popular Japanese game that can be played online. The objective of the game is to link three or more Daruma dolls of the same color. The game is simple to learn but difficult to master, and it is a great way to pass the time. Daruma Matching is an online game where you link three puzzles. The object of the game is to score the most points by matching the puzzles in as few moves as possible.', 'https://img.gamemonetize.com/5bmiygg4uhrdwvl8j99wm9xm32tf9s9e/512x384.jpg', 'https://html5.gamemonetize.com/5bmiygg4uhrdwvl8j99wm9xm32tf9s9e/', '0', 'Puzzles', 0, 0, '', 'daruma-matching'), (4497, 'Rick and Josh adventures', 'Each of the heroes must activate their portal by picking up a special stone. Everyone has their own abilities, for example, Huggy can jump high using a double jump. Steve can crawl into narrow spaces and cling to walls. The game is similar to "Fire and Water" You can play together on the same device. There are 25 levels in the game, new mechanisms and traps appear as you progress, the game becomes more complicated and confusing.', 'https://img.gamemonetize.com/zsorjt79hpfc4jiaz3jhytmgqspensns/512x384.jpg', 'https://html5.gamemonetize.com/zsorjt79hpfc4jiaz3jhytmgqspensns/', '0', 'Adventure', 0, 0, '', 'rick-and-josh-adventures'), (4498, 'RUN FIGHTER GIRL', 'Run as fast as you can and defeat enemies that stand in your way with a powerful blow. Watch out for dynamite thrown by crows and obstacles on the way.', 'https://img.gamemonetize.com/x55ekuryvxtsif1von5ptyz9lpxwuaj7/512x384.jpg', 'https://html5.gamemonetize.com/x55ekuryvxtsif1von5ptyz9lpxwuaj7/', '0', 'Hypercasual', 0, 0, '', 'run-fighter-girl'), (4499, 'Jerry and Tom Jigsaw Puzzle', 'Zazgames is a place where you can infinitely play assembling online jigsaw puzzles. We hope you are up for another game from the Puzzle category on our website , because we have just added the game called Jerry and Tom Jigsaw Puzzle for you all, which, despite being one of the many puzzle games we have added so far into this category, this is the first puzzle game to use this specific format, and image, so it is going to be a brand new experience for all of you, an experience we are sure you will appreciate, as there is no way you aren\'t going to have a lot of fun playing the game. Especially after you learn how to play it from the next lines in the description. you will start by choosing how you want the jigsaw puzzle be : hard medium or easy. After that, the jigsaw puzzle pieces are going to be spread around the game screen randomly. Use the mouse to drag them over the transparent images where they match with the image, until all the pieces are connected, and the image looks just like it did in the beginning. You will have a great time with the game, so start it right now, and we are sure you will not regret it one second!', 'https://img.gamemonetize.com/n3abz0071tqztrfupue8tvswzqq09gr4/512x384.jpg', 'https://html5.gamemonetize.com/n3abz0071tqztrfupue8tvswzqq09gr4/', '0', 'Puzzles', 0, 0, '', 'jerry-and-tom-jigsaw-puzzle'), (4500, 'Hunt for the Shadow Rider', 'Hunt for the Shadow Rider is a fun online Retro game that you can play here . If you enjoyed this game and want to play similar fun games then make sure to play Drift Hunters, Card Hunter or Oil Hunt or just go to the Retro games page. Hunt for the Shadow Rider has been played multiple times and is another one of the many Retro games that we offer, and if you want to play more games we have see the Action games page.', 'https://img.gamemonetize.com/tkt77orvtcthl8u92vxz3z0nitu82vwz/512x384.jpg', 'https://html5.gamemonetize.com/tkt77orvtcthl8u92vxz3z0nitu82vwz/', '0', 'Action', 0, 0, '', 'hunt-for-the-shadow-rider'), (4501, 'Parkour in the cave 3D', 'The game is made in the style of Minecraft. The caves have safe elevations and a floor in the form of lava. Use all your parkour skills to complete all levels. Each subsequent level is much more difficult than the previous one.', 'https://img.gamemonetize.com/mxyswx77jd06k0863h7e7yy6vgudw33s/512x384.jpg', 'https://html5.gamemonetize.com/mxyswx77jd06k0863h7e7yy6vgudw33s/', '0', '3D', 0, 0, '', 'parkour-in-the-cave-d'), (4502, 'MonsterTracksOnline', 'Monster Tracks is a skill game where you must drive through treacherous paths with aerial movements. That\'s why you must be careful when putting power to the pedal as any wrongly intense manoeuvre can arch the truck backwards, causing you to flip you upside down. Study the path carefully and maintain a slight backwards tilt as most obstacles will propel you forwards. Adjust your speed to what the current level requires and you\'ll master this challenge in no time! Watch out for obstacles such as spline bridges, pebbles, tree logs, windmills, ramps, and of course a body of water that will cause you to lose the game if you fall into it. You\'ll get the opportunity to use the shop and upgrade your vehicle\'s power, grip, and weight, so that you can take on upcoming challenges with ease. Don\'t forget to share Monster Tracks with your friends and compare your high scores!', 'https://img.gamemonetize.com/2i8wau4ziwrk6a6h4hvf845in33d4a8y/512x384.jpg', 'https://html5.gamemonetize.com/2i8wau4ziwrk6a6h4hvf845in33d4a8y/', '0', '3D', 0, 0, '', 'monstertracksonline'), (4503, 'HexTank.io', 'HexTank.io is a play-to-earn Web3 instant game built on the Nimiq blockchain. The action takes place in a PVP sci-fi battle arena. You are in charge of a HexTank. Your job is to eliminate all other players and climb to the top of the score leaderboard. HexTank.io is available on all major browsers, including desktop and mobile versions.', 'https://img.gamemonetize.com/8ugcliynfk8xz49yci7jotwysw24r8ik/512x384.jpg', 'https://html5.gamemonetize.com/8ugcliynfk8xz49yci7jotwysw24r8ik/', '0', '3D', 0, 0, '', 'hextankio'), (4504, 'SausageFlipGame', 'Sausage Flip is an arcade game where you get to experience the unique challenge of flinging around a sausage with googly eyes. You play by draggnig your finger or mouse backwards to aim, and releasing to shoot the sausage. But be warned - the game is not as simple as it sounds. You need to reach the finish line without falling off the platform that is full of surprising but often treacherous objects such as rocket cars, soft blocks, spinning contraptions, and much more! As you keep playing, you will unlock many cool skins and costumes to style your sausage however you like. Don\'t forget to share the game with your friends and show everyone who\'s the top (hot)dog!', 'https://img.gamemonetize.com/4jkeigl53p3xpuonpfqrlb7mujemi0fa/512x384.jpg', 'https://html5.gamemonetize.com/4jkeigl53p3xpuonpfqrlb7mujemi0fa/', '0', '3D', 0, 0, '', 'sausageflipgame'), (4505, 'WaterColorSortOnline', 'Water Color Sort is a puzzle game in which your objective is to sort liquids by color by mixing them properly. Start by moving the fluids into the right tubes until there is only one color per tube. Think logically and find your own way to sort the colorful water. If you get stuck or make mistakes, you can always get a hint or undo your last movement! Share Water Color Sort with your friends and learn who can finish the game the fastest!', 'https://img.gamemonetize.com/y9vzzsjszdqwhwjwaj50hmfyosw9rs1s/512x384.jpg', 'https://html5.gamemonetize.com/y9vzzsjszdqwhwjwaj50hmfyosw9rs1s/', '0', '3D', 0, 0, '', 'watercolorsortonline'), (4506, 'Purple Penguin', 'Take care of the purple penguin. Keep him alive for as long as you can. Watch out for the bad orcas!', 'https://img.gamemonetize.com/l29bsi40g1gwocxjjivf27i57sbp56dr/512x384.jpg', 'https://html5.gamemonetize.com/l29bsi40g1gwocxjjivf27i57sbp56dr/', '0', 'Hypercasual', 0, 0, '', 'purple-penguin'), (4507, 'Heroes Inc 3D', 'Heroes Inc. is a cool superhero platform action game in which you have to create and train your own little stickman hero. In this free online game on Silvergames.com you will start by selecting two elements to combine them and make the perfect superhero, like a rock and super strength. Once you have created your character, send him out to fight off evil training robots using your unique powers, that can go from fire and ice to radioactivity and random elements like scissors. What would your perfect superhero look like? Have fun playing this free online game Heroes Inc.!', 'https://img.gamemonetize.com/az2bcmjfbpz2ks3xjltlgqbh6w6xnzp8/512x384.jpg', 'https://html5.gamemonetize.com/az2bcmjfbpz2ks3xjltlgqbh6w6xnzp8/', '0', 'Action', 0, 0, '', 'heroes-inc-d'), (4508, 'Kitsune Zenko Adventure Game', 'The little fox started his new adventure! He needs to collect diamonds, coins, and cherries and be careful to avoid all obstacles! Have fun playing this pixel adventure platform game!', 'https://img.gamemonetize.com/2jk2mkem3zsi6o2th0k89wk98l126pjz/512x384.jpg', 'https://html5.gamemonetize.com/2jk2mkem3zsi6o2th0k89wk98l126pjz/', '0', 'Boys', 0, 0, '', 'kitsune-zenko-adventure-game'), (4509, 'Shark Gnam Gnam', 'Pilot the little Baby Shark creatures called "Gnammy" and collect all the plankton generated by the sea, be careful don\'t touch the red monsters or you\'ll lose one life! The main goal of the game is to collect as much plankton as possible and sign your personal record. Occasionally you will see a red balloon, touch them and earn a bonus.', 'https://img.gamemonetize.com/2hsv4hz0c444xhdr3qvb42onpldkn225/512x384.jpg', 'https://html5.gamemonetize.com/2hsv4hz0c444xhdr3qvb42onpldkn225/', '0', 'Clicker', 0, 0, '', 'shark-gnam-gnam'), (4510, 'Water Runner', 'Our character, who is running for his flowers, has 2 difficult roads and at the end of those roads he waters his flowers, which he loves more than anything, but for this he needs to collect water on the roads, the more water he collects without touching the flames on the roads, the more he waters his flowers, but if he cannot collect enough water on one of the difficult roads, the other difficult He can\'t cross the road and his poor flowers are left without water.', 'https://img.gamemonetize.com/y4ywcgjteth8445awk8ahdmo0gplskli/512x384.jpg', 'https://html5.gamemonetize.com/y4ywcgjteth8445awk8ahdmo0gplskli/', '0', 'Hypercasual', 0, 0, '', 'water-runner'), (4511, 'Highway Getaway', 'Highway Getaway is a fast-paced and exciting game that is suitable for players of all ages. As you drive down the road, your goal is to collect coins and upgrade your car in order to keep going. The gameplay involves zigzagging down the road and avoiding the sides, and you\'ll need to have good timing in order to succeed. With simple controls and endless fun, Highway Getaway is a game that everyone can enjoy!', 'https://img.gamemonetize.com/w6t6izt80va2ft38senlebrqmfotbvpa/512x384.jpg', 'https://html5.gamemonetize.com/w6t6izt80va2ft38senlebrqmfotbvpa/', '0', 'Clicker', 0, 0, '', 'highway-getaway'), (4512, 'Paint Island', '"Paint Island" is a hypercasual game focused on painting capsules by passing over them with a paintbrush. In the game, players are asked to paint all of the capsules. The objective of the game is to paint all of the capsules. This game can be played by all age groups and can be played on web platforms. The game aims to create a lasting impact on players with attractive graphics and fun mechanics.', 'https://img.gamemonetize.com/ps6ye81y9u8mzhdi3kxfh1y8srh0ft2o/512x384.jpg', 'https://html5.gamemonetize.com/ps6ye81y9u8mzhdi3kxfh1y8srh0ft2o/', '0', 'Clicker', 0, 0, '', 'paint-island'), (4513, 'Extreme Car Crush', 'Car smashing simulator with advanced physics detailed, suitable for all ages. Get money and change your cars by testing the limits of physics. The faster you hit, the more you win. Are you ready to smash and smash? Start using multiple vehicles in the simulation world by smashing other vehicles. The more crashes and damage you do, the more money you earn. Damage your car by crashing around and the more damage you do, the more money you earn. Buy new vehicles with the money you earn. Enjoy car smashing simulator with advanced physics detailed with different vehicles.', 'https://img.gamemonetize.com/tk1p5o05m6gd19ck2v45rkycjle92tgx/512x384.jpg', 'https://html5.gamemonetize.com/tk1p5o05m6gd19ck2v45rkycjle92tgx/', '0', 'Action', 0, 0, '', 'extreme-car-crush'), (4514, 'Underwater Connect', 'Welcome to the underwater connect puzzle game. be quick and tap on two identical pairs of underwater creatures and continue to clear the board before time\'s up. Explore some cool amazing and challenging levels and try to complete them all. Good luck!', 'https://img.gamemonetize.com/we5gzfi5rhhykrbjc3ta3jgyk5me8fpc/512x384.jpg', 'https://html5.gamemonetize.com/we5gzfi5rhhykrbjc3ta3jgyk5me8fpc/', '0', 'Puzzles', 0, 0, '', 'underwater-connect'), (4515, 'Galaxy Bowling 3D Free', 'Join millions of bowlers worldwide! The only bowling game with ten pin bowling, candlepin, and 100-pins all in one!', 'https://img.gamemonetize.com/1ijbnbl2xq3az4cbhmf9pzhx4mjiwgok/512x384.jpg', 'https://html5.gamemonetize.com/1ijbnbl2xq3az4cbhmf9pzhx4mjiwgok/', '0', 'Sports', 0, 0, '', 'galaxy-bowling-d-free'), (4516, 'Cano Bunny', 'Cano Bunny is a 2D platformer where you play as a cute bunny who have to collect all of the carrots while avoiding the turtle monsters, rotating blades, spikes and reach the yellow flag in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/zlw1krcb9futsyz0g5on1jzerfvdg49i/512x384.jpg', 'https://html5.gamemonetize.com/zlw1krcb9futsyz0g5on1jzerfvdg49i/', '0', 'Arcade', 0, 0, '', 'cano-bunny'), (4517, 'One Tube', 'Slicing soap, flakes, grass has never been so satisfying and breathtaking . Enjoy the destruction now! Hold to slice things, but watch out the obstacles!', 'https://img.gamemonetize.com/w7bftne4f9eu87x0m9j3g411vghqdbuq/512x384.jpg', 'https://html5.gamemonetize.com/w7bftne4f9eu87x0m9j3g411vghqdbuq/', '0', 'Hypercasual', 0, 0, '', 'one-tube'), (4518, 'Color Hoop Stack Puzzle', 'Color Hoop Stack is a classic addictive sort puzzle game. Solve the puzzle by sorting colorful hoops. Color Hoop Stack is a challenging yet relaxing and totally free sort puzzle game to exercise your brain!', 'https://img.gamemonetize.com/qoshxlgugkbj7e67g20zv45u2vhuc09c/512x384.jpg', 'https://html5.gamemonetize.com/qoshxlgugkbj7e67g20zv45u2vhuc09c/', '0', 'Sports', 0, 0, '', 'color-hoop-stack--puzzle'), (4519, 'Hoop Stack Color Sort Puzzle', 'Hoop stack is a ring sorting puzzle game to keep you entertained for an hours. Water color sort puzzle games are no longer unique, that\'s why here is a new concept in the sorting puzzle game with colored hoop stack.', 'https://img.gamemonetize.com/a8g3nsr0ebyunaf5ct6avg0qfdb228vf/512x384.jpg', 'https://html5.gamemonetize.com/a8g3nsr0ebyunaf5ct6avg0qfdb228vf/', '0', 'Arcade', 0, 0, '', 'hoop-stack--color-sort-puzzle'), (4520, 'Jeremy Quest 2', 'Jeremy Quest 2 is a 2D platformer where you have to collect all of the red gems while avoiding the monsters, flying dragons and their bullets, fire and spikes and reach the green flag in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Jeremy Quest" series.', 'https://img.gamemonetize.com/prm3j7vc3irxcpbbolpf0w1doibjczc6/512x384.jpg', 'https://html5.gamemonetize.com/prm3j7vc3irxcpbbolpf0w1doibjczc6/', '0', 'Arcade', 0, 0, '', 'jeremy-quest-'), (4521, 'Hungry Lion', 'The Hungry Lion online platformer is an endless runner game in which you play as a lion who is very hungry. The goal of the game is to eat as much food as possible while avoiding obstacles. The Hungry Lion Online Platformer Endless Runner game is a fast paced, exciting game that will keep you on your toes. You will need to use your quick reflexes and agility to avoid the various obstacles in your way and make it to the end of the level.', 'https://img.gamemonetize.com/liivylqlq78xyixdfwukjwle9phwcui9/512x384.jpg', 'https://html5.gamemonetize.com/liivylqlq78xyixdfwukjwle9phwcui9/', '0', 'Hypercasual', 0, 0, '', 'hungry-lion'), (4522, 'Treasure Hunting Robot', 'The Treasure Hunting Robot is an online game that challenges players to find hidden treasures. "Treasure Hunting Robot" is an online game that challenges players to find lost treasure using a robot. The game features multiple levels, each with different treasure to find.', 'https://img.gamemonetize.com/p25zxguexvlhajjh2qgvoighzbrreodh/512x384.jpg', 'https://html5.gamemonetize.com/p25zxguexvlhajjh2qgvoighzbrreodh/', '0', 'Shooting', 0, 0, '', 'treasure-hunting-robot'), (4523, 'BebeFinn Jigsaw Puzzle', 'Zazgames is a place where you can infinitely play assembling online jigsaw puzzles. We hope you are up for another game from the Puzzle category on our website , because we have just added the game called BebeFinn Jigsaw Puzzle for you all, which, despite being one of the many puzzle games we have added so far into this category, this is the first puzzle game to use this specific format, and image, so it is going to be a brand new experience for all of you, an experience we are sure you will appreciate, as there is no way you aren\'t going to have a lot of fun playing the game. Especially after you learn how to play it from the next lines in the description. you will start by choosing how you want the jigsaw puzzle be : hard medium or easy. After that, the jigsaw puzzle pieces are going to be spread around the game screen randomly. Use the mouse to drag them over the transparent images where they match with the image, until all the pieces are connected, and the image looks just like it did in the beginning. You will have a great time with the game, so start it right now, and we are sure you will not regret it one second!', 'https://img.gamemonetize.com/trtx36nh38uryd9t2hlz4zpk3v1v3yyl/512x384.jpg', 'https://html5.gamemonetize.com/trtx36nh38uryd9t2hlz4zpk3v1v3yyl/', '0', 'Puzzles', 0, 0, '', 'bebefinn-jigsaw-puzzle'), (4524, 'Mysterious Colors', 'Mysterious Colors is an online color matching game that is perfect for players of all ages. The game is simple to play and can be a great way to pass the time.', 'https://img.gamemonetize.com/rvihgp4ve5c2flo9v9pjipncx63zaev4/512x384.jpg', 'https://html5.gamemonetize.com/rvihgp4ve5c2flo9v9pjipncx63zaev4/', '0', 'Puzzles', 0, 0, '', 'mysterious-colors'), (4525, 'Devils Adventure', 'Devil\'s Adventure is a multiplayer online shooting game that pits players against each other in a fast-paced, action-packed battle.', 'https://img.gamemonetize.com/vz3y4euvdl1oilm91p7irhr3qkj2mpr7/512x384.jpg', 'https://html5.gamemonetize.com/vz3y4euvdl1oilm91p7irhr3qkj2mpr7/', '0', 'Shooting', 0, 0, '', 'devils-adventure'), (4526, 'Horror Escape', 'Looking for a horror-themed escape game? Check out "Horror Escape Online Escaping Game"! In this game, you\'ll need to use your wit and ingenuity to solve a series of puzzles and escape from a creepy, haunted house. Can you make it out alive?', 'https://img.gamemonetize.com/rrdiuxux0rrcnj7e63xd3klgx23apgr2/512x384.jpg', 'https://html5.gamemonetize.com/rrdiuxux0rrcnj7e63xd3klgx23apgr2/', '0', 'Hypercasual', 0, 0, '', 'horror-escape'), (4527, 'Alphabet Lore 3', 'c\'est un simulateur amusant avec des alphabets, Meilleures animations alphabétiques et jeu de sons Êtes-vous amusant de la tradition des alphabets ? [A-Z] Si oui, ce jeu pour vous et vos amis Dans ce simulateur, vous pouvez afficher l\'animation de la tradition des alphabets et avec son appel de nom.', 'https://img.gamemonetize.com/onc972tl3ebhfhow5q65lp8m1pkkp2pb/512x384.jpg', 'https://html5.gamemonetize.com/onc972tl3ebhfhow5q65lp8m1pkkp2pb/', '0', 'Arcade', 0, 0, '', 'alphabet-lore-'), (4528, 'Super Martin Princess In Trouble', 'Bad monsters kidnapped the beautiful princess and our hero Super Martin heard that and decided to rescue her immediately! But saving her is not easy and he will surely need your help. Would you help Super Martin to rescue the beautiful princess? Well hurry up! Princess is in a very big trouble and waiting for someone to rescue her!', 'https://img.gamemonetize.com/dvb149vxae0fluzz40fiq5k93m0j0jbf/512x384.jpg', 'https://html5.gamemonetize.com/dvb149vxae0fluzz40fiq5k93m0j0jbf/', '0', 'Boys', 0, 0, '', 'super-martin-princess-in-trouble'), (4529, 'Teletubbies Jigsaw Puzzle', 'Zazgames is a place where you can infinitely play assembling online jigsaw puzzles. We hope you are up for another game from the Puzzle category on our website because we have just added the game called Teletubbies Jigsaw Puzzle for you all, which, despite being one of the many puzzle games we have added so far into this category, this is the first puzzle game to use this specific format, and image, so it is going to be a brand new experience for all of you, an experience we are sure you will appreciate, as there is no way you aren\'t going to have a lot of fun playing the game. Especially after you learn how to play it from the next lines in the description. you will start by choosing how you want the jigsaw puzzle be : hard medium or easy. After that, the jigsaw puzzle pieces are going to be spread around the game screen randomly. Use the mouse to drag them over the transparent images where they match with the image, until all the pieces are connected, and the image looks just like it did in the beginning. You will have a great time with the game, so start it right now, and we are sure you will not regret it one second!', 'https://img.gamemonetize.com/v9s3bw14iwjbz667f49tldcntn12r4ha/512x384.jpg', 'https://html5.gamemonetize.com/v9s3bw14iwjbz667f49tldcntn12r4ha/', '0', 'Puzzles', 0, 0, '', 'teletubbies-jigsaw-puzzle'), (4530, 'Skullboy Master', 'Help little Skullboy to escape from the brick labyrinth he is lost in, be careful of the traps and ghosts that come his way. Use the skills you find along the way to help you on your journey.', 'https://img.gamemonetize.com/n9hlsqpxzu2wyl116w4kw45kc60z3yrs/512x384.jpg', 'https://html5.gamemonetize.com/n9hlsqpxzu2wyl116w4kw45kc60z3yrs/', '0', 'Arcade', 0, 0, '', 'skullboy-master'), (4531, 'Bunny Jump Carrot', 'Bunny Jump Carrots jump and fall get carrots to score and avoid enemies', 'https://img.gamemonetize.com/98ov47zgdldf5eoqmf6no0sbz1y5o170/512x384.jpg', 'https://html5.gamemonetize.com/98ov47zgdldf5eoqmf6no0sbz1y5o170/', '0', 'Arcade', 0, 0, '', 'bunny-jump-carrot'), (4532, 'Gudetama Jigsaw Puzzle', 'Zazgames is a place where you can infinitely play assembling online jigsaw puzzles. We hope you are up for another game from the Puzzle category on our website , because we have just added the game called Gudetama Jigsaw Puzzle for you all, which, despite being one of the many puzzle games we have added so far into this category, this is the first puzzle game to use this specific format, and image, so it is going to be a brand new experience for all of you, an experience we are sure you will appreciate, as there is no way you aren\'t going to have a lot of fun playing the game. Especially after you learn how to play it from the next lines in the description. you will start by choosing how you want the jigsaw puzzle be : hard medium or easy. After that, the jigsaw puzzle pieces are going to be spread around the game screen randomly. Use the mouse to drag them over the transparent images where they match with the image, until all the pieces are connected, and the image looks just like it did in the beginning. You will have a great time with the game, so start it right now, and we are sure you will not regret it one second!', 'https://img.gamemonetize.com/f4an2ngi8whz6samgg97zwxzh8xisnxx/512x384.jpg', 'https://html5.gamemonetize.com/f4an2ngi8whz6samgg97zwxzh8xisnxx/', '0', 'Puzzles', 0, 0, '', 'gudetama-jigsaw-puzzle'), (4533, 'MY CUTE PET', 'My cute pet is a memory card game with super cute animals. With each level the number of cards will increase bringing more illustrations of cute animals.', 'https://img.gamemonetize.com/6ltd7tmq9ovk92i3pu956c3xgtyiq5le/512x384.jpg', 'https://html5.gamemonetize.com/6ltd7tmq9ovk92i3pu956c3xgtyiq5le/', '0', 'Puzzles', 0, 0, '', 'my-cute-pet'), (4534, 'ANIME GIRLS MEMORY CARD', 'ANIME GIRLS MEMORY CARD é um jogo de cartas com lindas ilustrações de garotas de anime. A cada nÃvel o número de cartas aumenta e novas imagens são adicionadas ao jogo.', 'https://img.gamemonetize.com/36ms0g1ta879bp8hn0niq9b8evtokggj/512x384.jpg', 'https://html5.gamemonetize.com/36ms0g1ta879bp8hn0niq9b8evtokggj/', '0', 'Puzzles', 0, 0, '', 'anime-girls-memory-card'), (4535, 'Fun Memory Training', 'Train your memory in this fun game. Repeat the order in which the candies are displayed. There are 25 automatically generated levels to make sequences unpredictable.', 'https://img.gamemonetize.com/bld3qwv1q3jik267ab4e4vakxzwiamfu/512x384.jpg', 'https://html5.gamemonetize.com/bld3qwv1q3jik267ab4e4vakxzwiamfu/', '0', 'Puzzles', 0, 0, '', 'fun-memory-training'), (4536, 'Stick Girl', 'Stick Girl is a popular HTML5 game. Hold your finger on the screen to make the stick grow. Stretch the stick to reach and walk on the platforms. Be careful not to make the stick too short or too long.', 'https://img.gamemonetize.com/56wocfocgbvnphqq6nlk11n48m0cmoow/512x384.jpg', 'https://html5.gamemonetize.com/56wocfocgbvnphqq6nlk11n48m0cmoow/', '0', 'Hypercasual', 0, 0, '', 'stick-girl'), (4537, 'CUTE CATS JIGSAW PUZZLE', 'CUTE CATS JIGSAW PUZZLE is a traditional puzzle game that has 20 different puzzles with cute kittens, divided into 4 groups where the difficulty increases gradually. Upon completing all the puzzles a gallery with all the images will be released in the game menu so you can enjoy all the kittens in cute moments. Enjoy this relaxing and fun game!', 'https://img.gamemonetize.com/5d4i0h1yjvczdmoeq575kxa4z0rjhz7y/512x384.jpg', 'https://html5.gamemonetize.com/5d4i0h1yjvczdmoeq575kxa4z0rjhz7y/', '0', 'Puzzles', 0, 0, '', 'cute-cats-jigsaw-puzzle'), (4538, 'Boxy Boo Poppy Playtime', 'The game is a street fight between the hero in the Game Boxy Boo - Poppy Playtime and the enemies in the same serie where you must kill many enemies to reach the last stage where you will fight with the boss.', 'https://img.gamemonetize.com/delsm0609k7yf00jm6qygqvjxtq2ztpj/512x384.jpg', 'https://html5.gamemonetize.com/delsm0609k7yf00jm6qygqvjxtq2ztpj/', '0', 'Action', 0, 0, '', 'boxy-boo--poppy-playtime'), (4539, 'Ninja Legend cool', 'This is a fun Xianchuang adventure game. The Xianxia mode and placement of the game are very creative. The pictures in the game are full of cartoon flavor. In the new battle, they can obtain exclusive upgrade rewards, become the contemporary Great Xia, uphold justice, and cultivate powerful skills to complete various adventure tasks', 'https://img.gamemonetize.com/ka5idxo7wgskppbhzrvwtoa4izs44w04/512x384.jpg', 'https://html5.gamemonetize.com/ka5idxo7wgskppbhzrvwtoa4izs44w04/', '0', 'Hypercasual', 0, 0, '', 'ninja-legend-cool'), (4540, 'Fight zombies', 'This is a small leisure puzzle game. There is a constant wave of zombies in the game. Players manipulate characters to kill zombies and persist in the game for 10 minutes. Players will lose experience after killing zombies. When they gain enough experience, players can upgrade and choose to upgrade their skills. There are multiple combinations of skills in the game, and players can choose freely. There are various kinds of zombies in the game and powerful heterogeneous zombies. Come and challenge!', 'https://img.gamemonetize.com/dlfupkugwuz63v730qqc1kc9uqc3gyzy/512x384.jpg', 'https://html5.gamemonetize.com/dlfupkugwuz63v730qqc1kc9uqc3gyzy/', '0', 'Boys', 0, 0, '', 'fight-zombies'), (4541, 'Mega Kawaii Chibi Avatar Maker', 'In this game, you can create and dress up your own cute anime version known as Chibi! You have tons of options to create your Chibi character however you like. Make a super cute chibi girl or boy. You have clothing options like blouses, pants, skirts, shoes, socks, and ties. It also has earrings, necklaces, hats, hair clips, and even pets. You have 80 colors available to color your Chibi in different ways. Click on the brush to view all options. Choose Color 1 or Color 2 to paint different areas of the chosen part. You can save your creation with full body or avatar mode. It\'s perfect for creating your original characters or trying to create yourself as a Chibi persona! And this game will be different from others. It will be constantly updated. It will be the new flagship of the site, so whenever possible I will update with news related to festive seasons or inspired by anime series, for example. So come back here often to check out what\'s new. Have fun!', 'https://img.gamemonetize.com/5ypp2n6eqrnm97br3g5b94pqqdhiykx5/512x384.jpg', 'https://html5.gamemonetize.com/5ypp2n6eqrnm97br3g5b94pqqdhiykx5/', '0', 'Hypercasual', 0, 0, '', 'mega-kawaii-chibi-avatar-maker'), (4542, 'Truck Parking 2023', 'You may get your feet wet in the game\'s beginner level, "Euro Truck Parking," and work your way up to the more challenging "Advance. It\'s annoying for players if the game moves slowly and the trucks can\'t get where they want to go. With the help of our refined visuals, you\'ll soon be an expert at 3D parking games with your Euro Truck. We\'ve employed a special, probably-new-to-you Euro Truck Parking Simulator. Not even with Parking Jam 3D did we skimp on the UI. The Addictive Parking game is as fun as Parking Jam One, thanks to its polished user interface.', 'https://img.gamemonetize.com/lr7498dh2vx9qxtjyy66im2hpg8xrqyp/512x384.jpg', 'https://html5.gamemonetize.com/lr7498dh2vx9qxtjyy66im2hpg8xrqyp/', '0', 'Racing', 0, 0, '', 'truck-parking-'), (4543, 'Monster Dash', 'Get ready for a brand new Monster game. Make it pass through dangerous paths to get the cute monsters to the finish line. You have to be patient because these dangerous roads are full of traps. You have to skip some challenges to get the cute monsters across. Try Monster Dash, a casual game with 50 Levels, now.', 'https://img.gamemonetize.com/idhwz3llx5jv3ffnvallylmx2q7oul79/512x384.jpg', 'https://html5.gamemonetize.com/idhwz3llx5jv3ffnvallylmx2q7oul79/', '0', 'Hypercasual', 0, 0, '', 'monster-dash'), (4544, 'Bubble Truck', 'Bubble Truck is a great arcade puzzle game. The trucks will come from the left side of the game screen, and they will park below the unloading area. From there will throw out bubbles with different colors. The goal of this game is to load the colored truck with bubbles that have the same color as the truck. To do that sometimes you need to open and close different bars to find the right path to the truck. Tap at the bars with the mouse to play this game.', 'https://img.gamemonetize.com/5h30godq5tdpamtyhkial9t8iycbh5dh/512x384.jpg', 'https://html5.gamemonetize.com/5h30godq5tdpamtyhkial9t8iycbh5dh/', '0', 'Puzzles', 0, 0, '', 'bubble-truck'), (4545, 'FireLine Merge Defense', 'Unlock a variety of guns in your arsenal. Combine to upgrade your cannon and take a tactical position to defend against increasingly powerful waves of cubes and deadly bosses.', 'https://img.gamemonetize.com/kj4is09ju6dx2gd2liij0bp4zchsryez/512x384.jpg', 'https://html5.gamemonetize.com/kj4is09ju6dx2gd2liij0bp4zchsryez/', '0', 'Clicker', 0, 0, '', 'fireline-merge-defense'), (4546, 'Pixi Steve Alex Herobrine', 'hey you gamer? Are you ready to reach the portal by escaping the herobrines in the pixi world with steve and alex. don\'t worry, although herobrine is strong, you can get rid of them by jumping on them. Defeat the herobrines and collect the gold and reach the portal. Both Steve and Alex and you both reach the portal at the same time.', 'https://img.gamemonetize.com/ec3dyqyeq31gsvgk5sydswzg88ipjdwj/512x384.jpg', 'https://html5.gamemonetize.com/ec3dyqyeq31gsvgk5sydswzg88ipjdwj/', '0', 'Adventure', 0, 0, '', 'pixi-steve-alex-herobrine'), (4547, 'Color Reveal Surprise Doll', 'Do you like collecting beautiful surprise dolls? If you say yes, you will like this game! In this game, you can unbox, collect dolls and dress them up!', 'https://img.gamemonetize.com/ip6cvvsrvhnfawj1unifofuys1az7ycu/512x384.jpg', 'https://html5.gamemonetize.com/ip6cvvsrvhnfawj1unifofuys1az7ycu/', '0', 'Girls', 0, 0, '', 'color-reveal-surprise-doll'), (4548, 'Space 3D', 'Space is a free leisure online game for boys played on PuzzleGame. Control the astronaut to float in the sky and collect diamonds. Pay attention to avoid all kinds of obstacles. Levels get harder every time and require skills and thinking to be beaten. Play on Mobile, Tablet, or Desktop. It is super addictive. How many levels can you clear?', 'https://img.gamemonetize.com/u9aahksrezc3y5q3rjxt35fvj0nu0gdb/512x384.jpg', 'https://html5.gamemonetize.com/u9aahksrezc3y5q3rjxt35fvj0nu0gdb/', '0', 'Boys', 0, 0, '', 'space-d'), (4549, 'Color Cannon Game', 'Color Cannon is a free online ball game for boys played on PuzzleGame. Use your finger to move various platforms and objects, and choose the correct flight trajectory of the colored balls to shoot all the balls and fill the glass. The further you go, the harder the game will get. Can you pass them all? Play on Mobile, Tablet, or Desktop.', 'https://img.gamemonetize.com/m3zdk5skth9x230xv0pe3cnnu6wc1s7y/512x384.jpg', 'https://html5.gamemonetize.com/m3zdk5skth9x230xv0pe3cnnu6wc1s7y/', '0', 'Boys', 0, 0, '', 'color-cannon-game'), (4550, 'Car Stunt Races Mega Ramp', 'Here is a car stunt driving simulation game with a 3D game engine. There are ten difficult levels for you to challenge your driving skills. Without time limitations, it is still hard to complete even level 1. Keep calm and drive stably!', 'https://img.gamemonetize.com/ttpr01e7ijs1rv2ibwvj0ynef8j1q2p1/512x384.jpg', 'https://html5.gamemonetize.com/ttpr01e7ijs1rv2ibwvj0ynef8j1q2p1/', '0', 'Action', 0, 0, '', 'car-stunt-races-mega-ramp'), (4551, 'Pull the Treasure', 'The "Pull the Treasure Online Pull Him Out Game" is a fun way to pass the time. The object of the game is to pull the treasure out of the ground and then him out of the water. The game is simple and easy to play.', 'https://img.gamemonetize.com/5bq2n3dkqw2lzimjrezvnfkmv1gfizrv/512x384.jpg', 'https://html5.gamemonetize.com/5bq2n3dkqw2lzimjrezvnfkmv1gfizrv/', '0', 'Hypercasual', 0, 0, '', 'pull-the-treasure'), (4552, 'Ball Gradient', 'Move the ball left and right to avoid spectacular obstacles. You have to be careful on the tracks full of swinging axes, guillotines and swords. If you want to play arcade game, you are in the right place. This arcade ball game is a fun game with many features', 'https://img.gamemonetize.com/8urwtabx3b07qwojf72mx5fz11jcbo5z/512x384.jpg', 'https://html5.gamemonetize.com/8urwtabx3b07qwojf72mx5fz11jcbo5z/', '0', 'Hypercasual', 0, 0, '', 'ball-gradient'), (4553, 'Water Flow Connect', 'Give yourself time to play Water Connect Puzzle flow and enjoy the process of connecting water with plants by using a pipe. Because this is the greatest of all other water games to kill time and train your brain! So in this water sort puzzle, you need to Try changing the direction of the pipes to connect them, create paths to get the right water flow to the plants, and when all plants have been watered... Congratulations! You complete the game! And you will see the beautiful process of blooming plants!!', 'https://img.gamemonetize.com/rrh31lz88lcenr3h4hpqb02io63ap3t4/512x384.jpg', 'https://html5.gamemonetize.com/rrh31lz88lcenr3h4hpqb02io63ap3t4/', '0', 'Puzzles', 0, 0, '', 'water-flow-connect'), (4554, 'Fury Cross Road', 'Furious Road GT is a simple but addictive game in the genre of infinite races, drive with all your road rage and dodge your rivals at full speed and try not to crash into them to get the best score. MAIN FEATURES - 3d graphics - 2 cars - simple control Let\'s Play!', 'https://img.gamemonetize.com/0f8p9n2hemc5eo4o7mo0ae20b6t9wbm6/512x384.jpg', 'https://html5.gamemonetize.com/0f8p9n2hemc5eo4o7mo0ae20b6t9wbm6/', '0', 'Racing', 0, 0, '', 'fury-cross-road'), (4555, 'Chinu Neko', 'Chinu Neko is a 2D cute little platformer where you play as a neko(cat) who have to collect cat food bowls while avoiding enemy cats, ground saws, spikes and reach the Exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/3x0tek99jhwnjxf5uvlm8lrd4soemswu/512x384.jpg', 'https://html5.gamemonetize.com/3x0tek99jhwnjxf5uvlm8lrd4soemswu/', '0', 'Arcade', 0, 0, '', 'chinu-neko'), (4556, 'Lion Run 2D', 'Get ready to live exciting adventures next to your new friend the little lion. Help him to reach the title of the king of the jungle sorting all kind of obstacles in this endless run game. Collect orbs, fruits, and bananas to increase your energy bar to be able to sprint for a short period of time. Use the Sprints wisely as you may need them for jump higher and cross rock gaps or avoid an avalanche.', 'https://img.gamemonetize.com/eqxq5jm2dj94uxepbdg9a0bm5nwujg66/512x384.jpg', 'https://html5.gamemonetize.com/eqxq5jm2dj94uxepbdg9a0bm5nwujg66/', '0', 'Arcade', 0, 0, '', 'lion-run-d'), (4557, 'Battalion Commander 2', 'The Motherland needs you... again! Some strange activity is detected in the North so grab your guns, rockets and grenades and secure the territory. About face! MARCH!', 'https://img.gamemonetize.com/lums1e59yytc3t1y8uh5mx355t4jqpgv/512x384.jpg', 'https://html5.gamemonetize.com/lums1e59yytc3t1y8uh5mx355t4jqpgv/', '0', 'Shooting', 0, 0, '', 'battalion-commander-'), (4558, 'Géométrie Clash GO!', 'Be careful! - Nerve cells do not regenerate after they die! Get to the top levels and beat your friend\'s records! Your goal is to maneuver between obstacles and collect coins. Seems simple at first glance, but its no cake walk. The coins are placed in hard-to-reach places that you will most certainly want to reach through the screen to the other side, grab the beard of the developer, just to stair in his eyes with total hatred. Nevertheless, you will play this game again and again and again, making progress.', 'https://img.gamemonetize.com/92d15tots1bqm2zmwgh3aoo0zso2nlp8/512x384.jpg', 'https://html5.gamemonetize.com/92d15tots1bqm2zmwgh3aoo0zso2nlp8/', '0', 'Soccer', 0, 0, '', 'gomtrie-clash-go'), (4559, 'Mermaid Newborn Baby Care', 'Mermaid Baby Care is a very popular caring game. Princess Mermaid has been so busy recently. She is really in need of a helper caring for her baby. Do you want to take care of the baby? Firstly take a shower for the mermaid baby and dress up for him. Mermaid baby loves coloring. There are 3 cute animals for you to color. Will you give the mermaid baby a big surprise by coloring the most beautiful artwork for him? It\'s been a while since the baby ate food, come and feed him some fruits. After the wonderful activities, the mermaid baby is tired. Come and coax him to sleep. Thank you for helping Princess caring her baby. You are such a nice kid!', 'https://img.gamemonetize.com/as4k08jr1ovc79hv9eykia9uxk9ju6os/512x384.jpg', 'https://html5.gamemonetize.com/as4k08jr1ovc79hv9eykia9uxk9ju6os/', '0', 'Girls', 0, 0, '', 'mermaid-newborn-baby-care'), (4560, 'Death Jumper', 'h53ocyog7fvmw64k4zgxw74p9avr2gl5 "Death Jumper" is an online adventure horror game that puts you in the shoes of a jumper who has to navigate through a series of deadly jumps. The Death Jumper Online Jump Adventure Horror game is a title that is sure to send chills down your spine. Death Jumper is an online jump adventure horror game. Death Jumper Online is an online jump adventure horror game that will keep you on the edge of your seat. With exciting gameplay and a suspenseful story, this game will keep you entertained for hours', 'https://img.gamemonetize.com/h53ocyog7fvmw64k4zgxw74p9avr2gl5/512x384.jpg', 'https://html5.gamemonetize.com/h53ocyog7fvmw64k4zgxw74p9avr2gl5/', '0', 'Arcade', 0, 0, '', 'death-jumper'), (4561, 'Space Action', '"Space Action-adventure Online Game" is a free game that allows players to experience an adventure in space while enjoying the action of online gaming. Space Action-adventure Online Game is a free online game that puts you in the shoes of an astronaut who must save the day. You\'ll need to use your quick reflexes and problem solving skills to overcome challenges and complete your mission.', 'https://img.gamemonetize.com/zg08zhdnlj1j7icufb6gkye3a4r6d5fx/512x384.jpg', 'https://html5.gamemonetize.com/zg08zhdnlj1j7icufb6gkye3a4r6d5fx/', '0', 'Arcade', 0, 0, '', 'space-action'), (4562, 'Tiny Fighters Crash ', 'Tiny Crash Fighters is a fast-paced action game where you build your ultimate machine to fight against the CPU or challenge all your friends. Choose your favorite fighter, wheels, and weapons and conquest the arena to be the best player. Use more than 30 vehicle parts to build your fighting robot vehicle and unleash the power of your machine! Earn coins and unlock more special parts such as Drills, Saws, Missiles, Turbo, or Machineguns, and don’t lose the fight.', 'https://img.gamemonetize.com/b359f6rle0w4wyeimy3sva8z5s2e3fp9/512x384.jpg', 'https://html5.gamemonetize.com/b359f6rle0w4wyeimy3sva8z5s2e3fp9/', '0', 'Adventure', 0, 0, '', 'tiny-fighters-crash-'), (4563, 'larva island Jigsaw Puzzle', 'Zazgames is a place where you can infinitely play assembling online jigsaw puzzles. We hope you are up for another game from the Puzzle category on our website , because we have just added the game called larva island Jigsaw Puzzle for you all, which, despite being one of the many puzzle games we have added so far into this category, this is the first puzzle game to use this specific format, and image, so it is going to be a brand new experience for all of you, an experience we are sure you will appreciate, as there is no way you aren\'t going to have a lot of fun playing the game. Especially after you learn how to play it from the next lines in the description. you will start by choosing how you want the jigsaw puzzle be : hard medium or easy. After that, the jigsaw puzzle pieces are going to be spread around the game screen randomly. Use the mouse to drag them over the transparent images where they match with the image, until all the pieces are connected, and the image looks just like it did in the beginning. You will have a great time with the game, so start it right now, and we are sure you will not regret it one second!', 'https://img.gamemonetize.com/lsqzy7579xgfdz40wpehrnlz1cuta8q6/512x384.jpg', 'https://html5.gamemonetize.com/lsqzy7579xgfdz40wpehrnlz1cuta8q6/', '0', 'Puzzles', 0, 0, '', 'larva-island-jigsaw-puzzle'), (4564, 'Subway Winter Vacation', 'Here you can play the online game for free - Subway Surfers World Tour: Winter Holiday.', 'https://img.gamemonetize.com/du2cejdc5we8szc7vgfdatel08oxr0zg/512x384.jpg', 'https://html5.gamemonetize.com/du2cejdc5we8szc7vgfdatel08oxr0zg/', '0', 'Racing', 0, 0, '', 'subway-winter-vacation'), (4565, 'Hulk 3D Game', 'In this Hulk 3D Game, you will play the role of the main character. You\'ll fight through a series of levels, facing increasingly difficult enemies. The tension builds as you get closer to the ultimate challenge: meeting the boss at the end. It\'s an exhilarating experience as you use your skills and strategy to overcome every obstacle. With every victory, you feel accomplished and proud. So what are you waiting for? Get ready for this exciting adventure!', 'https://img.gamemonetize.com/v90kk2dcpv30dcvjkmgvemixxrgadg23/512x384.jpg', 'https://html5.gamemonetize.com/v90kk2dcpv30dcvjkmgvemixxrgadg23/', '0', 'Adventure', 0, 0, '', 'hulk-d-game'), (4566, 'Dora Ski Dress up', 'Dora went skiing in Switzerland for Christmas this winter. She bought very stylish clothes. Let\'s dress her up very stylish', 'https://img.gamemonetize.com/tcqfu8r98kbji2ndmbuwqgakubeksdrt/512x384.jpg', 'https://html5.gamemonetize.com/tcqfu8r98kbji2ndmbuwqgakubeksdrt/', '0', 'Girls', 0, 0, '', 'dora-ski-dress-up'), (4567, 'Two Circles Spin', 'Two Circles Spin is an tap game. Destroy color circles and get much as possible scores. Be careful and avoid black circles.', 'https://img.gamemonetize.com/omy1u36tsi7nj7vmgm0jzp1y7fvbca32/512x384.jpg', 'https://html5.gamemonetize.com/omy1u36tsi7nj7vmgm0jzp1y7fvbca32/', '0', 'Clicker', 0, 0, '', 'two-circles-spin'), (4568, 'Scrooge Jigsaw Puzzle', 'Zazgames is a place where you can infinitely play assembling online jigsaw puzzles. We hope you are up for another game from the Puzzle category on our website , because we have just added the game called Scrooge Jigsaw Puzzle for you all, which, despite being one of the many puzzle games we have added so far into this category, this is the first puzzle game to use this specific format, and image, so it is going to be a brand new experience for all of you, an experience we are sure you will appreciate, as there is no way you aren\'t going to have a lot of fun playing the game. Especially after you learn how to play it from the next lines in the description. you will start by choosing how you want the jigsaw puzzle be : hard medium or easy. After that, the jigsaw puzzle pieces are going to be spread around the game screen randomly. Use the mouse to drag them over the transparent images where they match with the image, until all the pieces are connected, and the image looks just like it did in the beginning. You will have a great time with the game, so start it right now, and we are sure you will not regret it one second!', 'https://img.gamemonetize.com/vxer6uwxveztzekit9z2ncaptmbq5qei/512x384.jpg', 'https://html5.gamemonetize.com/vxer6uwxveztzekit9z2ncaptmbq5qei/', '0', 'Puzzles', 0, 0, '', 'scrooge-jigsaw-puzzle'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (4569, 'Village Defender', 'Grab your bow and arrow to defend your village from invading barbarians in this precision combat game. Here you must think strategically and make the right decision to keep your village safe and defeat the enemies of peace.', 'https://img.gamemonetize.com/icv7z07noj8wy71nbzyyzytjcna28n3h/512x384.jpg', 'https://html5.gamemonetize.com/icv7z07noj8wy71nbzyyzytjcna28n3h/', '0', 'Shooting', 0, 0, '', 'village-defender'), (4570, ' cute dressup game', 'cute dress-up game where you get to create and customize unlimited amounts of stylish characters. Launch the game and start wearing your favorite clothing. Customize all aspects of your character from skin, hair, facial features, clothes, and more! You also have many colors and patterns to choose from! Once you\'re happy with your creation, tap the button on the left to save it to your device. Go ahead and show us how creative you can be! Are you ready to be the mose famous fashionista in town?', 'https://img.gamemonetize.com/czsb6zprpmvsmzn6dd63t3a3uv0pn1ze/512x384.jpg', 'https://html5.gamemonetize.com/czsb6zprpmvsmzn6dd63t3a3uv0pn1ze/', '0', 'Girls', 0, 0, '', '-cute-dressup-game'), (4571, 'Monster Truck Wheels', 'You in the game Monster Truck Wheels will be the driver who will manage them. At the beginning of the game you sit behind the wheel of the monster truck and bring it to the starting line. On a signal, you are going to speed ahead. On your way you will see obstacles of different levels of difficulty. You are driving a car will need to either overcome them at speed, or slowed down to hold the car carefully so as not to let it turn over.', 'https://img.gamemonetize.com/q42nbv0ildyhi6nsdhvi9djn5fabfufh/512x384.jpg', 'https://html5.gamemonetize.com/q42nbv0ildyhi6nsdhvi9djn5fabfufh/', '0', 'Racing', 0, 0, '', 'monster-truck-wheels'), (4572, 'Bendy and the Ink 3D Game', 'In Bendy and the Ink 3D Game, you will play the role of the main character. You\'ll fight through a series of levels, facing increasingly difficult enemies. The tension builds as you get closer to the ultimate challenge: meeting the boss at the end. It\'s an exhilarating experience as you use your skills and strategy to overcome every obstacle. With every victory, you feel accomplished and proud. So what are you waiting for? Get ready for this exciting adventure!', 'https://img.gamemonetize.com/al21yli7r67rp5x0sv7x3abl9gmtyesh/512x384.jpg', 'https://html5.gamemonetize.com/al21yli7r67rp5x0sv7x3abl9gmtyesh/', '0', 'Adventure', 0, 0, '', 'bendy-and-the-ink-d-game'), (4573, 'Mermaid Adventure', 'As a mermaid, you explore the underwater world and swim through stunning coral reefs. Collect magical shells and use them to power up your abilities. Meet friendly sea creatures along the way who will help you on your journey. Mermaid Adventure is an exciting online game for kids of all ages!', 'https://img.gamemonetize.com/s0qgyi4ujq3fqw054c6zlqoih2yox73u/512x384.jpg', 'https://html5.gamemonetize.com/s0qgyi4ujq3fqw054c6zlqoih2yox73u/', '0', 'Arcade', 0, 0, '', 'mermaid-adventure'), (4574, 'Steve Alex Drive', 'Steve and Alexs need to reach the finish line. The red and blue players have to reach the finish line. get the red and blue box, get the right to move to the new level, remember, you have to be very careful, you can crash every month. Play the game with 2 of your friends and reach the finish.', 'https://img.gamemonetize.com/e1hcpb5b3ztjclykoav94eh9u628vdxl/512x384.jpg', 'https://html5.gamemonetize.com/e1hcpb5b3ztjclykoav94eh9u628vdxl/', '0', 'Adventure', 0, 0, '', 'steve-alex-drive'), (4575, 'Jewels Blast', 'Welcome to the popular match 3 puzzle game. Jewel Blast is the center of the puzzle games world with it\'s unique and popularity between all of match 3 puzzle games of all time. Tap, Pop, and Blast the jewels in this jungle puzzle adventure to explore the unknown and get the fun blasting jewels in just One Tap! Be the King of match 3 puzzles with creativity and tactical matching moves to get tasty blastful combos for the shiny bonuses rewarded. Think carefully! Match 3 or more jewels in a row and blast your way through the adventure of puzzles using varieties of items! Swing the Hammers and Blow all those jewels across never-ending of puzzle levels, BE THE BEST TREASURE HUNTER.', 'https://img.gamemonetize.com/b8y0ug1gvbkc083yavx3vo3ak6304pls/512x384.jpg', 'https://html5.gamemonetize.com/b8y0ug1gvbkc083yavx3vo3ak6304pls/', '0', 'Puzzles', 0, 0, '', 'jewels-blast'), (4576, 'Wednesday Fall', 'Wednesday Fall is an arcade fall down game with beautiful graphics and one of the most compelling forms of addiction. Simply bounce the ball to navigate an amazing maze and level. You have to play Wednesday Fall in this game down a succession of intriguing circular courses that are supported by a pole. And as you descend, you must avoid all the hazards!', 'https://img.gamemonetize.com/8kwks4p1s1eehp3isafgwcw98699381f/512x384.jpg', 'https://html5.gamemonetize.com/8kwks4p1s1eehp3isafgwcw98699381f/', '0', 'Arcade', 0, 0, '', 'wednesday-fall'), (4577, 'Side 2 side', 'Try to avoid the blocks! So just one click or tap to move them on left and right of the screen and try to resit the more you can!', 'https://img.gamemonetize.com/w2gg64qz3xw8qewdoif6xso061zvk33u/512x384.jpg', 'https://html5.gamemonetize.com/w2gg64qz3xw8qewdoif6xso061zvk33u/', '0', 'Hypercasual', 0, 0, '', 'side--side'), (4578, 'Bffs Weekend Night Party', 'The weekend comes. The fashion girls decide to attend a night party. Every princess wants to be the most beautiful girl in the party. So can you help them dress up? Help them wear suitable fashion outfits. Have fun!', 'https://img.gamemonetize.com/iq5rrtf0ax0i1ubet1kxb9etfcrb75cf/512x384.jpg', 'https://html5.gamemonetize.com/iq5rrtf0ax0i1ubet1kxb9etfcrb75cf/', '0', 'Girls', 0, 0, '', 'bffs-weekend-night-party'), (4579, 'Girls Spring Casual Dressup', 'Spring is coming, city become so beautiful, these 3 fashion girls Rebecca, Sofia and Zoe decide to change some spring casual dresses and go sightseeing. Can you help them?', 'https://img.gamemonetize.com/0cbe6kuli2ced11acu8blpdzy3cvmldy/512x384.jpg', 'https://html5.gamemonetize.com/0cbe6kuli2ced11acu8blpdzy3cvmldy/', '0', 'Girls', 0, 0, '', 'girls-spring-casual-dressup'), (4580, 'Track Rotate', 'Track Rotate is a free puzzle online game for boys played on PuzzleGame. You need to rotate different squares to build the correct path before time runs out. Try all blocks to get the vehicle to its destination. Pass the level within the required time! Mobile, Tablet, and Desktop are playable. It is a new, challenging, and fun experience. Good Luck!', 'https://img.gamemonetize.com/iiaon8k4m3lk5sf7y0hcuom659v1nmog/512x384.jpg', 'https://html5.gamemonetize.com/iiaon8k4m3lk5sf7y0hcuom659v1nmog/', '0', 'Boys', 0, 0, '', 'track-rotate'), (4581, 'City Baby Agent', 'Here is another agent action simulation game. You are able to be the controler of this city as a baby agent. There are different kinds of missions for you to protect the city from bad guys. Sometimes you still need to do some illegal things like shooting people or strike them with your car. Have fun!', 'https://img.gamemonetize.com/awj2oz7am1m2ss0nb613baw8gj53fkc2/512x384.jpg', 'https://html5.gamemonetize.com/awj2oz7am1m2ss0nb613baw8gj53fkc2/', '0', 'Action', 0, 0, '', 'city-baby-agent'), (4582, 'Hippo Pizza Maker', 'Hippo Pizza Maker is a very cute cooking game. Do you want to know how to make pizzas? In this game, you will experience the cooking process of pizzas. Pizza Margherita, Sicilian Pizza, Pizza Chilli, Hawaiian Pizza, and Seafood Pizza are very popular now. You can make them one by one, enjoying kneading dough and cutting freshly baked pizza into small pieces. You can also play the mini-games we prepared for you: Run the restaurant, find the hidden objects, deliver the pizzas... The minigames will exercise your reflexes, observation, and logic skills, and also the minigames are very fun.', 'https://img.gamemonetize.com/dcsna3b86jp213z9855538x1b3bsp9eo/512x384.jpg', 'https://html5.gamemonetize.com/dcsna3b86jp213z9855538x1b3bsp9eo/', '0', 'Girls', 0, 0, '', 'hippo-pizza-maker'), (4583, 'My Leopard Baby Care', 'Do you like animals? Do you know that although a leopard is a kind of fierce animal, a leopard baby is very cute? Do you want to care for the leopard baby? In this game, you can feed the leopard baby delicious foods, bathe her with rainbow bath salt, and dress her up in smart outfits. If you want to relax, you can click to open magic eggs with butterflies in them and the little leopard baby loves playing with butterflies too. Leopard baby gets tired after so many fun activities, put her to bed and count stars to let her fall asleep...If you like this game, please recommend it to your friends. Enjoy!', 'https://img.gamemonetize.com/k4vshjngeoe8ykqupmw9n4wnejgfg3e4/512x384.jpg', 'https://html5.gamemonetize.com/k4vshjngeoe8ykqupmw9n4wnejgfg3e4/', '0', 'Girls', 0, 0, '', 'my-leopard-baby-care'), (4584, 'Princess Dream Sweet Bakery', 'Princess Dream Bakery is a lovely cooking game. Little princess loves cooking desserts since she was a little kid. One day her parents are going to travel. The little princess decides to run the cake bakery shop on her own. As her friend, come on and help her cook delicious desserts. You will experience the cooking processes of the cakes, swiss rolls, and fruit glutinous rice balls in this game. Don\'t forget to decorate the desserts with cute accessories. Enjoy!', 'https://img.gamemonetize.com/8fs6xejhmfn8hp4pv6888z9tajuua2vl/512x384.jpg', 'https://html5.gamemonetize.com/8fs6xejhmfn8hp4pv6888z9tajuua2vl/', '0', 'Girls', 0, 0, '', 'princess-dream-sweet-bakery'), (4585, 'Avatoon Avatar Maker', 'You are not boring, and neither should your social media. Cartoonize your social life, create cartoon faces, and design your profile picture! With Avatoon\'s powerful photo-editing and cartoon-making tools, you can make role-playing one-on-one. How exciting it is to express you and your life in role play.', 'https://img.gamemonetize.com/37brcj2s34q0x4l1ma0gu4zzskn44j42/512x384.jpg', 'https://html5.gamemonetize.com/37brcj2s34q0x4l1ma0gu4zzskn44j42/', '0', 'Girls', 0, 0, '', 'avatoon-avatar-maker'), (4586, 'Quick Quiz', 'Are you ready to play in the Quick Quiz game? The goal is really simple: try to answer all possible questions without running out of time! Test your general knowledge! the questions vary from those of geography to those of general culture! Playing to this game is a good way to increase your general knowledge! And the most important thing is to try to answer as many questions as possible and score your personal best record!', 'https://img.gamemonetize.com/f2gv89du9l2mxlgmnxrire5xvo72ju3s/512x384.jpg', 'https://html5.gamemonetize.com/f2gv89du9l2mxlgmnxrire5xvo72ju3s/', '0', 'Puzzles', 0, 0, '', 'quick-quiz'), (4587, 'My factory', 'In this game you have to make something everyday, like light bulbs and lanterns. But first of all, you need to know how to produce, what materials we need, what technologies. Keep expanding the business. Purchase of additional trucks and vehicles to increase transport capabilities and production efficiency.', 'https://img.gamemonetize.com/lhvjpt6jwirquallmo8gnrbul6ozui36/512x384.jpg', 'https://html5.gamemonetize.com/lhvjpt6jwirquallmo8gnrbul6ozui36/', '0', 'Arcade', 0, 0, '', 'my-factory'), (4588, 'Office.io', 'It\'s time to turn your startup business into a money making empire in this fun idle game! Start employing workers and bring them documents to process, collect the money and develop your business tycoon!', 'https://img.gamemonetize.com/2w0i8y3zbsid4sybap0vip5k465o86s4/512x384.jpg', 'https://html5.gamemonetize.com/2w0i8y3zbsid4sybap0vip5k465o86s4/', '0', 'Puzzles', 0, 0, '', 'officeio'), (4589, 'Planet Destroyer Endless Casual Game', 'Planet Destroyer is a fast-paced hyper-casual shooter game where you control a spaceship and have to destroy planets to survive as long as you can, making points to beat the high score and also unlocking new skins!', 'https://img.gamemonetize.com/xut0e0q2jidcwslvw7yzdogp1b8ka31t/512x384.jpg', 'https://html5.gamemonetize.com/xut0e0q2jidcwslvw7yzdogp1b8ka31t/', '0', 'Shooting', 0, 0, '', 'planet-destroyer--endless-casual-game'), (4590, 'Steve on the platform', 'Steve on the platform is a very fun platform game! Try to escape from the sweet monsters in the game, find the key and enter the door to go to the next level!', 'https://img.gamemonetize.com/agz24ijaoifqh605alyedwrxlshw5ja1/512x384.jpg', 'https://html5.gamemonetize.com/agz24ijaoifqh605alyedwrxlshw5ja1/', '0', 'Arcade', 0, 0, '', 'steve-on-the-platform'), (4591, 'Dancing Road Color Bal', 'It is a special game in different genres of piano games and wonderful gameplay.', 'https://img.gamemonetize.com/h1n3b06nuo9pn8dl7tv8b84jzq38dhyg/512x384.jpg', 'https://html5.gamemonetize.com/h1n3b06nuo9pn8dl7tv8b84jzq38dhyg/', '0', 'Arcade', 0, 0, '', 'dancing-road-color-bal'), (4592, 'Zipline Rescue Adventure Game', 'Draw Rope Path and Rescue People, Ready for Tune the Brain and Avoid Obstacles. Enjoy the Zipline Draw Path Puzzle and have fun!', 'https://img.gamemonetize.com/ue9daypsynf32pa3r13g52hn2sitocr3/512x384.jpg', 'https://html5.gamemonetize.com/ue9daypsynf32pa3r13g52hn2sitocr3/', '0', 'Hypercasual', 0, 0, '', 'zipline-rescue-adventure-game'), (4593, 'Happy Filled Glass 3', 'Happy Filled Glass 3 – This is a game in which you need to draw with a pencil the optimal way to move water to fill a glass, on your way you will encounter various obstacles such as burning platforms, water-accelerating platforms, as well as rotating platforms, platforms for taming water and a beam with zero gravity.', 'https://img.gamemonetize.com/wm045zvisvyi8128fufwf4uql3yb3zr7/512x384.jpg', 'https://html5.gamemonetize.com/wm045zvisvyi8128fufwf4uql3yb3zr7/', '0', 'Puzzles', 0, 0, '', 'happy-filled-glass-'), (4594, 'Color and Dress Up', 'Color clothes, choose dresses, skirts, pants, jewels for the girl. A wide choice of outfits, hats, necklaces, earrings, accessories with flowers, and every item of clothing can be changed in color. Enjoy Color and Dress up!', 'https://img.gamemonetize.com/x20ng6c38itwrx2i02g6nlugbq5ct4ft/512x384.jpg', 'https://html5.gamemonetize.com/x20ng6c38itwrx2i02g6nlugbq5ct4ft/', '0', 'Girls', 0, 0, '', 'color-and-dress-up'), (4595, 'Hippo vs Cow Monster 2', 'Hippo vs Cow Monster 2 is a 2D cute little platformer where you have to collect all of the watermelons while avoiding the cow monsters, yellow cow monsters and their bullets, saws, spikes and reach the red flag in order to go to the next level. There are 8 levels to play and the difficulty increases as you continue. This is the second installment of the original "Hippo vs Cow Monster" series.', 'https://img.gamemonetize.com/7i5wpm80kbxh067t8iviwxgu1aia05ws/512x384.jpg', 'https://html5.gamemonetize.com/7i5wpm80kbxh067t8iviwxgu1aia05ws/', '0', 'Arcade', 0, 0, '', 'hippo-vs-cow-monster-'), (4596, 'Mani Mouse 2', 'Mani Mouse 2 is a 2D cute little platformer where you play as a mouse who have to collect all of the slices of cheese while avoiding the enemy cats, flying cat robots, mouse traps, pins, and reach the Exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Mani Mouse" series.', 'https://img.gamemonetize.com/mf966uh7m9m69fl2sqbl03ylg4imn08e/512x384.jpg', 'https://html5.gamemonetize.com/mf966uh7m9m69fl2sqbl03ylg4imn08e/', '0', 'Arcade', 0, 0, '', 'mani-mouse-'), (4597, 'Flappy bird trap', 'Collect coins and buy new birds. Watch out for traps!', 'https://img.gamemonetize.com/5j5jbox4woduv92xjd859sgoi7dzrs4n/512x384.jpg', 'https://html5.gamemonetize.com/5j5jbox4woduv92xjd859sgoi7dzrs4n/', '0', 'Hypercasual', 0, 0, '', 'flappy-bird-trap'), (4598, 'Jumper Doodle Edition', 'A strange creature must get to the very top without falling. Try to get as far as possible and watch out for traps. Enjoy the atmospheric sounds and graphics.', 'https://img.gamemonetize.com/5ag61ag42etsgzqx1gsik1jeorem15ok/512x384.jpg', 'https://html5.gamemonetize.com/5ag61ag42etsgzqx1gsik1jeorem15ok/', '0', 'Hypercasual', 0, 0, '', 'jumper--doodle-edition'), (4599, 'Tim Adventures', 'Tim Adventures is a 2D platformer where you have to collect all of the cookies while avoiding the enemies, spikes and ground saws and reach the purple flag in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/sod25dhbcwx3vo1px1gmbtk9z6pdqiq6/512x384.jpg', 'https://html5.gamemonetize.com/sod25dhbcwx3vo1px1gmbtk9z6pdqiq6/', '0', 'Arcade', 0, 0, '', 'tim-adventures'), (4600, 'Newee Ball 2', 'Newee Ball 2 is a 2D platformer where you play as a ball who have to collect lollipops while avoiding the enemy balls, flying balls, spikes, rotating blades and reach the Exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Newee Ball" series.', 'https://img.gamemonetize.com/6k0w15srr0cp226c8dei1peh5w5dt73s/512x384.jpg', 'https://html5.gamemonetize.com/6k0w15srr0cp226c8dei1peh5w5dt73s/', '0', 'Arcade', 0, 0, '', 'newee-ball-'), (4601, 'Nikosan Quest', 'Nikosan Quest is a 2D platformer where you play as an anime girl called Nikosan who have to collect all of the yellow cubes while avoiding the monsters, spikes, rotating blades and reach the yellow flag in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/rpyc8lg4l7vc4ensw57nzgxplvxcv7pe/512x384.jpg', 'https://html5.gamemonetize.com/rpyc8lg4l7vc4ensw57nzgxplvxcv7pe/', '0', 'Arcade', 0, 0, '', 'nikosan-quest'), (4602, 'Word Search Time', 'Find the word in straight line of blocks (Horizontally, vertically or diagonally with any direction), press the block showing the first alphabet and move till you come to the last alphabet of the word. Find all the words displayed in left panel to complete a level. Complete all level to win this game.', 'https://img.gamemonetize.com/0jvweidpbmxvrxx4yccsp1ftp74tjiw3/512x384.jpg', 'https://html5.gamemonetize.com/0jvweidpbmxvrxx4yccsp1ftp74tjiw3/', '0', 'Puzzles', 0, 0, '', 'word-search-time'), (4603, 'Dash Party', 'The Dash Party arena fight is beginning! It is time to slide over the platform ground and divide your opponents into pieces. Various characters and various game arenas are waiting for you. The more you dash, the more knife options will appear in your character\'s hands. Play with your friend and make the arena fight more exciting and fun! Let\'s go!', 'https://img.gamemonetize.com/27mmko3ftxz2c1jtonywh8ofxmjxgi5t/512x384.jpg', 'https://html5.gamemonetize.com/27mmko3ftxz2c1jtonywh8ofxmjxgi5t/', '0', 'Action', 0, 0, '', 'dash-party'), (4604, 'Mermaid My Valentine Crush', 'Welcome to Mermaids Valentine Crush. Mermaids Valentine Crush is a platformer puzzle game. Help the mermaid couple to celebrate valentine\'s. Here you must defeat a range of traps and tricky situations and reach the end of level 30. Tap to jump. Play and have fun!', 'https://img.gamemonetize.com/a0fm2d8jrcezn50cmfa1bf4kbsnu0lnn/512x384.jpg', 'https://html5.gamemonetize.com/a0fm2d8jrcezn50cmfa1bf4kbsnu0lnn/', '0', 'Girls', 0, 0, '', 'mermaid-my-valentine-crush'), (4605, 'Charge Everything Game', 'Charge Everything is a free puzzle online game for boys played on PuzzleGame. You should allocate the sockets reasonably, connect all the plugs to the matching sockets, and fully charge all the equipment such as phones, and tablets to complete the level. With the increase of levels, a number of plugs with different shapes will greatly increase the difficulty of the game. Come and try it now!', 'https://img.gamemonetize.com/873xbdxn3j0dp4vn2dnd7tuhw0uka69k/512x384.jpg', 'https://html5.gamemonetize.com/873xbdxn3j0dp4vn2dnd7tuhw0uka69k/', '0', 'Boys', 0, 0, '', 'charge-everything-game'), (4606, 'Fall Beans 2023', 'Fun and colorful races on different race areas await you in the Fall Beans game. The aim of the game is to advance in each race without being eliminated. gamesnout.com, friv.ee, girlgames.ee', 'https://img.gamemonetize.com/1kls4p627b12fuyy8e0m3m73mkcrr4j2/512x384.jpg', 'https://html5.gamemonetize.com/1kls4p627b12fuyy8e0m3m73mkcrr4j2/', '0', 'Multiplayer', 0, 0, '', 'fall-beans-'), (4607, 'Valentine Day Couples Goal', 'Let\'s celebrate this Valentine\'s day with these lovable couples, They would likes to make their Valentine\'s day with lots of fun. Could you help them to choose the perfect makeover for these couple before their Valentine\'s day Kiss. For the girls choose nice outfit and makeup and for the men\'s choose the suitable garments and accessories. Wish them for the Happy Valentine\'s Day', 'https://img.gamemonetize.com/veumwqv2nx3i2aswhnh1ix671ers3p98/512x384.jpg', 'https://html5.gamemonetize.com/veumwqv2nx3i2aswhnh1ix671ers3p98/', '0', 'Girls', 0, 0, '', 'valentine-day-couples-goal'), (4608, 'Math Memory Match', 'This is a car memory game with math puzzles. You don’t need to predict anything to find a matching pair of reveled card. In the board some of the cards have an arithmetic expression and others have number written on their back side. Each number is a result of given expression. Before clicking a card just solve the expression and find the other card in the deck which has same number. If both cards have same value then cards will remain opened otherwise you will lose a life out of three. Match all of the cards in the board to complete the level.', 'https://img.gamemonetize.com/ewttlhi2amqhkocxe7xblxe3qzi4hwy1/512x384.jpg', 'https://html5.gamemonetize.com/ewttlhi2amqhkocxe7xblxe3qzi4hwy1/', '0', 'Puzzles', 0, 0, '', 'math-memory-match'), (4609, 'Choco Benno', 'Choco Benno is a 2D cute little platformer where you have to collect all the glasses of the chocolate milkshake while avoiding the chocolate eater monsters, spikes, giant blades and reach the Chocolate exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/np371p06fxr70uzeqcjor2ej2lod3pyi/512x384.jpg', 'https://html5.gamemonetize.com/np371p06fxr70uzeqcjor2ej2lod3pyi/', '0', 'Arcade', 0, 0, '', 'choco-benno'), (4610, 'Cano Bunny 2', 'Cano Bunny 2 is a 2D platformer where you play as a cute bunny who have to collect all of the carrots while avoiding the turtle monsters and their bullets, rotating blades, spikes and reach the yellow flag in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Cano Bunny" series.', 'https://img.gamemonetize.com/ps04gw9r03g71txykyx88ra17dz6we87/512x384.jpg', 'https://html5.gamemonetize.com/ps04gw9r03g71txykyx88ra17dz6we87/', '0', 'Arcade', 0, 0, '', 'cano-bunny-'), (4611, 'Pekko Robot', 'Pekko Robot is a 2D Sci-fi themed platformer where you play as a robot who have to collect chicken eggs while avoiding the enemy bots, flying bots, ground saws, spikes and reach the Exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/m9tsp7ciuinc69ua2lwfhxsgwknkz0xb/512x384.jpg', 'https://html5.gamemonetize.com/m9tsp7ciuinc69ua2lwfhxsgwknkz0xb/', '0', 'Arcade', 0, 0, '', 'pekko-robot'), (4612, 'Cocoman 2', 'Cocoman 2 is a 2D cute little platformer where you have to collect bottles of coconut milk which act as the source of your energy while avoiding the enemies, flying monsters and their bullets, rotating blades, giant blades, spikes and reach the Exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Cocoman" series.', 'https://img.gamemonetize.com/xxp5n5zakssgvuew49oeqpp77cv6h6uz/512x384.jpg', 'https://html5.gamemonetize.com/xxp5n5zakssgvuew49oeqpp77cv6h6uz/', '0', 'Arcade', 0, 0, '', 'cocoman-'), (4613, 'Mega Ramp Car Stunts Crazy Car', 'Free stunts games and free crazy car driving games with mega ramps stunts will drive your cars on curvy tracks with ramp car stunt simulator. Each level in the form of missions of this ramp car driving simulator games will be challenging where you can develop yourself by playing this stunt car: free ramp car games 2021. stunt games represent racing mission based car game. Behave as a master car stunt driver in this crazy ramp car stunt games impossible tracks 3d: crazy car driving simulator and conquer the world. Huge variety of vehicle in this car stunt game with stunt car games environment give you stunt driving simulator games enjoyment. Features of ramp car stunts games 2021: car stunt games - Different vertical and horizontal ramp car stunt games. - Large environments and and multiple views of ramp car stunts - Different car selection and options like stunts car and sports racing stunt car - Interesting levels of crazy car games: Gt car stunt games - Winning rewards in this ramp car driving simulator: impossible track Download and enjoy this crazy ramp car stunt games: car driving simulator. Give your feedback for future updates. crazy ramp car stunt games with multiple cars, monster trucks, prado, tractors, sports cars are parked at garage to create adventures mega ramp car stunt. Jockey games present for lovers of car driving simulator with an idea of car stunt game: mega ramp stunt car games. Perform car stunt and become master driver of crazy ramp car stunt games. This car stunt - impossible tracks stunt car games has addictive user interface for car lovers to bring off stunt games on mega ramps - crazy car games. Get into this ramp car stunts game, select car race on impossible tracks blend of crazy car games. This crazy ramp car stunt: GT racing stunt car games is mixture of free stunt car games and crazy car games with tricky ramp jumps on multiple tracks, so get behind the wheels in this car driving simulator.', 'https://img.gamemonetize.com/mh47ld7cprlulyrm8ejcw5qrvny7mok0/512x384.jpg', 'https://html5.gamemonetize.com/mh47ld7cprlulyrm8ejcw5qrvny7mok0/', '0', 'Racing', 0, 0, '', 'mega-ramp-car-stunts-crazy-car'), (4614, 'Tuny vs Osu', 'Tuny vs Osu is a 2D Sci-fi themed platformer where you have to collect all of the purple cubes while avoiding the enemies, flying creatures, spikes, saws and reach the Exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/er6xnjae9drpolaf64uvy06p43tktb68/512x384.jpg', 'https://html5.gamemonetize.com/er6xnjae9drpolaf64uvy06p43tktb68/', '0', 'Arcade', 0, 0, '', 'tuny-vs-osu'), (4615, 'Wedding Dress Maker Design & Style', 'You are a tailor that makes gorgeous wedding dresses for people. Today, a young couple comes to your shop and asks you to make a wedding dress for them. You need to measure their sizes, choose your favorite color, cut the cloth into suitable shapes, and then sew the pieces of cloth together to finish the production of the dresses. Don\'t forget to attach some accessories to the bride and the bridegroom.', 'https://img.gamemonetize.com/uq8nfjsn1pa9ttwov5xryennnyt7xoak/512x384.jpg', 'https://html5.gamemonetize.com/uq8nfjsn1pa9ttwov5xryennnyt7xoak/', '0', 'Girls', 0, 0, '', 'wedding-dress-maker--design-amp-style'), (4616, 'Building New House', 'It\'s your turn to run the most fabulous handyman’s workshop. Customers want to order your products and services. You can do activities like digging the soil, building or demolishing houses and towers, constructing wood products, cutting wood, welding, and other fun things. Make what children ordered using different building materials, tools, and machines to achieve the most outstanding results. Have fun!', 'https://img.gamemonetize.com/hw3hltevqw6492zx3prk4jjtkkvjuzlg/512x384.jpg', 'https://html5.gamemonetize.com/hw3hltevqw6492zx3prk4jjtkkvjuzlg/', '0', 'Boys', 0, 0, '', 'building-new-house'), (4617, 'Pregnant Mommy And Baby Care Game', 'Pregnant Mommy And Baby Care game in which Zoe is pregnant! She has to prepare for becoming a mother. You can start by helping her buy some baby supplies. The due date is getting closer. Oops! Zoe is feeling very sick today. The baby is about to be born! Jack will rush to call an ambulance and do some first aid to help Zoe get back to health. Take care of the newborn!', 'https://img.gamemonetize.com/eelkt0jhljavz53nmbhzidpekiiaklm7/512x384.jpg', 'https://html5.gamemonetize.com/eelkt0jhljavz53nmbhzidpekiiaklm7/', '0', 'Girls', 0, 0, '', 'pregnant-mommy-and-baby-care-game'), (4618, 'Robo Parkour Craft', 'Robo Parkour Craft! Finish the parkour on the minecraft map by directing your robot! Be careful, don\'t fall down!', 'https://img.gamemonetize.com/qp1yju91ay1dd19b4kylpze16fwltn1d/512x384.jpg', 'https://html5.gamemonetize.com/qp1yju91ay1dd19b4kylpze16fwltn1d/', '0', 'Adventure', 0, 0, '', 'robo-parkour-craft'), (4619, 'Bob Cat Runner', 'Take control of a cute cat and dodge the objects that come your way!', 'https://img.gamemonetize.com/qpng7ovv3f76llvreq3mahz99n04agh5/512x384.jpg', 'https://html5.gamemonetize.com/qpng7ovv3f76llvreq3mahz99n04agh5/', '0', 'Hypercasual', 0, 0, '', 'bob-cat-runner'), (4620, 'Magro Bros III', 'Mago bros is a computer video game inspired in Mario Brothers. you will jump above enemies and take the treasure. The casual game what everyone want to play', 'https://img.gamemonetize.com/t3d4e36pcpsecxjxxxncps1gd1dy01mt/512x384.jpg', 'https://html5.gamemonetize.com/t3d4e36pcpsecxjxxxncps1gd1dy01mt/', '0', 'Hypercasual', 0, 0, '', 'magro-bros-iii'), (4621, ' Push Noob', 'Push Noob - is an amazing simulator game about a dancing Noob and his fall. Join the earning of diamonds for pumping Noob and opening new locations. Throw snowballs at Noob and get diamonds for his collisions! Unlock new levels and skins! Compete in the amount of diamonds earned! - Cool 3D physics - Incendiary dances from Noob - 12 levels - 12 skins for Noob', 'https://img.gamemonetize.com/fhlcf538szfxuibgiux43y9qqhkga9ya/512x384.jpg', 'https://html5.gamemonetize.com/fhlcf538szfxuibgiux43y9qqhkga9ya/', '0', 'Boys', 0, 0, '', '-push-noob'), (4622, 'Mago Bros 2', 'Mago bros is a computer video game inspired in Mario Brothers. you will jump above enemies and take the treasure. The casual game what everyone want to play', 'https://img.gamemonetize.com/q1xr0s7fsb8oln4ficyf8e3u08gy9sfz/512x384.jpg', 'https://html5.gamemonetize.com/q1xr0s7fsb8oln4ficyf8e3u08gy9sfz/', '0', 'Hypercasual', 0, 0, '', 'mago-bros-'), (4623, 'Marine Fish', 'Marine Fish Online is an interactive game that allows players to experience the exciting world of fish while avoiding the dangers of becoming prey. Marine fish are experts at avoiding booms. In this online game, you must help them stay out of trouble and keep the reef safe. The Marine Fish Online game is designed to avoid a boom in the fish population. It is a challenging game that requires the player to keep the fish population under control.', 'https://img.gamemonetize.com/6g6wuzyj0fg0ugn1ssmlzefp8lp969d3/512x384.jpg', 'https://html5.gamemonetize.com/6g6wuzyj0fg0ugn1ssmlzefp8lp969d3/', '0', 'Hypercasual', 0, 0, '', 'marine-fish'), (4624, 'Aisa Bot 2', 'Aisa Bot 2 is a 2D Sci-fi themed platformer where you play as a bot who have to collect all of the cubes while avoiding the enemy bots, flying bots, their bullets, spikes and ground saws and reach the loop hole in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Aisa Bot" series.', 'https://img.gamemonetize.com/genwee2xdk0yel9qwhs7v9dw08k2mktm/512x384.jpg', 'https://html5.gamemonetize.com/genwee2xdk0yel9qwhs7v9dw08k2mktm/', '0', 'Arcade', 0, 0, '', 'aisa-bot-'), (4625, 'Christmas Gift Shooter', '"Space Action-adventure Online Game" is a free game that allows players to experience an adventure in space while enjoying the action of online gaming. Space Action-adventure Online Game is a free online game that puts you in the shoes of an astronaut who must save the day. You\'ll need to use your quick reflexes and problem solving skills to overcome challenges and complete your mission.', 'https://img.gamemonetize.com/eqf6sdck8vwep8h33pupgqo90obilob4/512x384.jpg', 'https://html5.gamemonetize.com/eqf6sdck8vwep8h33pupgqo90obilob4/', '0', 'Puzzles', 0, 0, '', 'christmas-gift-shooter'), (4626, 'Pirate Bubble Shoter Pop', 'Improve your aim and strategy in this thrilling bubble shooter game. Simply point and release with your finger to match and pop bubbles of the same color. Don\'t forget to use the swap button to change your bubble selection. Clear the screen by popping all the bubbles before you run out of shots from the canon. Keep an eye out for special bubbles that can give you an extra boost. As you progress through the levels, you\'ll unlock new underwater environments and have the chance to discover treasure at the bottom of the sea. For an extra edge, use your doubloons to purchase special boosters. How far can you go in this bubble-popping adventure?', 'https://img.gamemonetize.com/m7c8a33acewhp9104e60utt1gtd8wdu4/512x384.jpg', 'https://html5.gamemonetize.com/m7c8a33acewhp9104e60utt1gtd8wdu4/', '0', 'Shooting', 0, 0, '', 'pirate-bubble-shoter-pop'), (4627, 'Slime Matching', 'Slime Matching is an online game that challenges players to match colors. The game is simple but addicting, and it\'s a great way to kill time. Slime Matching Online is a game that tests your color-matching skills. The goal of the game is to match as many colors as possible in order to win. Looking for a fun and challenging online game? Look no further than Slime Matching! In this game, you must match colors as quickly and accurately as possible. With multiple levels to choose from, there\'s a challenge for everyone. So get matching today and see if you can become the ultimate Slime Matching champion!', 'https://img.gamemonetize.com/s4faw68e9cn0ns8fsmhpsopu2oijk6wj/512x384.jpg', 'https://html5.gamemonetize.com/s4faw68e9cn0ns8fsmhpsopu2oijk6wj/', '0', 'Puzzles', 0, 0, '', 'slime-matching'), (4628, 'Bloom Me', 'Bloom Me is fun color bingo game. Choose the right answers and make the flowers bloom.', 'https://img.gamemonetize.com/9vm6cz55fy5a753uzaa3mb4c2m3k9d8a/512x384.jpg', 'https://html5.gamemonetize.com/9vm6cz55fy5a753uzaa3mb4c2m3k9d8a/', '0', 'Puzzles', 0, 0, '', 'bloom-me'), (4629, 'Snowboarder Girl', 'Emma likes snowboarding. She spends every winter vacation in Switzerland. She buys the best snow sports gear and wears them. Let\'s create Emma\'s ski style', 'https://img.gamemonetize.com/8cc7o5qg099lilsyplgzlie3yqmnm5kt/512x384.jpg', 'https://html5.gamemonetize.com/8cc7o5qg099lilsyplgzlie3yqmnm5kt/', '0', 'Girls', 0, 0, '', 'snowboarder-girl'), (4630, 'Party Queen Elisa', 'Party queen Elisa likes to party and attend parties. She has new clothes sewn to get ready for the party. She buys the most beautiful jewelry. Let\'s dress Elisa very stylishly for the party.', 'https://img.gamemonetize.com/hcmhs8vsesg7x7biivfpj8ib99vg69dw/512x384.jpg', 'https://html5.gamemonetize.com/hcmhs8vsesg7x7biivfpj8ib99vg69dw/', '0', 'Girls', 0, 0, '', 'party-queen-elisa'), (4631, 'Barbie Nurse', 'Barbie works as a nurse at the hospital. She is a very kind hearted girl. She loves taking care of patients. She likes to dress very stylishly while going to work. Let\'s dress her in the most beautiful nurse outfits', 'https://img.gamemonetize.com/4n5ala2l2ehgcqpy6of22xt9lsiktkvv/512x384.jpg', 'https://html5.gamemonetize.com/4n5ala2l2ehgcqpy6of22xt9lsiktkvv/', '0', 'Girls', 0, 0, '', 'barbie-nurse'), (4632, 'Cat Princess Dress up', 'Cat princess Mia loves to wear fancy clothes. She is a beautiful and very sweet cat. Let\'s dress her up so sweet', 'https://img.gamemonetize.com/jsha0i08rm6g9nzj7mcpyxa6g43kimj0/512x384.jpg', 'https://html5.gamemonetize.com/jsha0i08rm6g9nzj7mcpyxa6g43kimj0/', '0', 'Girls', 0, 0, '', 'cat-princess-dress-up'), (4633, 'Pokémon Jigsaw Puzzle', 'Zazgames is a place where you can infinitely play assembling online jigsaw puzzles. We hope you are up for another game from the Puzzle category on our website , because we have just added the game called Pokémon Jigsaw Puzzle for you all, which, despite being one of the many puzzle games we have added so far into this category, this is the first puzzle game to use this specific format, and image, so it is going to be a brand new experience for all of you, an experience we are sure you will appreciate, as there is no way you aren\'t going to have a lot of fun playing the game. Especially after you learn how to play it from the next lines in the description. you will start by choosing how you want the jigsaw puzzle be : hard medium or easy. After that, the jigsaw puzzle pieces are going to be spread around the game screen randomly. Use the mouse to drag them over the transparent images where they match with the image, until all the pieces are connected, and the image looks just like it did in the beginning. You will have a great time with the game, so start it right now, and we are sure you will not regret it one second!', 'https://img.gamemonetize.com/4kpftj2568wb328d7nn4ffz55h2zr2eb/512x384.jpg', 'https://html5.gamemonetize.com/4kpftj2568wb328d7nn4ffz55h2zr2eb/', '0', 'Puzzles', 0, 0, '', 'pokmon-jigsaw-puzzle'), (4634, 'Barbie With Kitty', 'Barbie loves her dear friend Kitty very much. She goes to parties with her cute cat. She dresses in very sweet clothes. Let\'s dress up barbie and her cute cat so cute', 'https://img.gamemonetize.com/nvatuhn9zdfhgytrdrep91fe1ixte2fl/512x384.jpg', 'https://html5.gamemonetize.com/nvatuhn9zdfhgytrdrep91fe1ixte2fl/', '0', 'Girls', 0, 0, '', 'barbie-with-kitty'), (4635, 'Super Simple Soccer', 'Super Simple Soccer as its name suggests is a fresh and easy to play soccer game. In this game, all you have to do is score more goals than the other team before the 90-second timer runs out. You need to win five matches in a row to lift the world cup. Features: • Fresh and simple gameplay • Pick your own team\'s name and color • Tackle, sprite, jump, and shoot • Sound effects', 'https://img.gamemonetize.com/7vydxmim8r289apeby6tftyo9sy8hz7v/512x384.jpg', 'https://html5.gamemonetize.com/7vydxmim8r289apeby6tftyo9sy8hz7v/', '0', 'Sports', 0, 0, '', 'super-simple-soccer'), (4636, 'Healthy girls', 'This is a very special casual parkour game. Click the screen to control our hostess to break through the barrier. Pay attention to avoiding all kinds of traps on the way, and then go to the peak of life. Let\'s have a try', 'https://img.gamemonetize.com/s8gcc354zi5ju11jkuqjncl8tv75ig94/512x384.jpg', 'https://html5.gamemonetize.com/s8gcc354zi5ju11jkuqjncl8tv75ig94/', '0', 'Action', 0, 0, '', 'healthy-girls'), (4637, 'Aisa Bot', 'Aisa Bot is a 2D Sci-fi themed platformer where you play as a bot who have to collect all of the cubes while avoiding the enemy bots, flying bots and their bullets, spikes and ground saws and reach the loop hole in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/mm7now75a91kqmy2bqrpo279pfj66nt3/512x384.jpg', 'https://html5.gamemonetize.com/mm7now75a91kqmy2bqrpo279pfj66nt3/', '0', 'Arcade', 0, 0, '', 'aisa-bot'), (4638, 'Trial Bike Epic Stunts', 'The dangerous mountains, exciting factory sites, or even under the water parkours will be waiting for you with this excellent bike stunt game the Trial Bike Epic Stunts! The game consists of two legend game modes as Mission and Skill.', 'https://img.gamemonetize.com/mfu4z9o2sqd6n4dpu7m02s0clukdbzyk/512x384.jpg', 'https://html5.gamemonetize.com/mfu4z9o2sqd6n4dpu7m02s0clukdbzyk/', '0', 'Sports', 0, 0, '', 'trial-bike-epic-stunts'), (4639, 'Sushi Bar', 'If you Unlock Chef SonGoku you\'re legally the Best Sushi Manager! Always wanted to have your OWN SUSHI RESTAURANT? The time is NOW. Open restaurants in the most ICONIC CITIES from around the world, and deliver DELICIOUS dishes to your customers.', 'https://img.gamemonetize.com/scpj76dltstkc467ph3hzeg50z91wf14/512x384.jpg', 'https://html5.gamemonetize.com/scpj76dltstkc467ph3hzeg50z91wf14/', '0', 'Arcade', 0, 0, '', 'sushi-bar'), (4640, 'Hero Tower', 'Are you ready to join the stickman war? Become brave epic hero in the top battles; Gather your heroes with a wise strategy and lead them to become the mighty party, wiping out the enemies in the war of heroes. The harsh battlefield with countless obstacles is waiting for you. Try to drag your mighty hero to explore the map, unlock powers to defeat powerful monsters, and save the princess. Collect heroes, gold, skins,.. and build your tower after the battle.', 'https://img.gamemonetize.com/k40nvkgk33hkv60osmgxfveqbsc7jqow/512x384.jpg', 'https://html5.gamemonetize.com/k40nvkgk33hkv60osmgxfveqbsc7jqow/', '0', 'Arcade', 0, 0, '', 'hero-tower'), (4641, 'Swing Jelly ', 'Help the little jellyfish to jump side to side and try to avoid the spikes! That\'s all you need to do but try to resist the more you can! Enjoy!', 'https://img.gamemonetize.com/jysl1yeg8lcd948962ugollmbt17fwtc/512x384.jpg', 'https://html5.gamemonetize.com/jysl1yeg8lcd948962ugollmbt17fwtc/', '0', 'Clicker', 0, 0, '', 'swing-jelly-'), (4642, 'Clash Of Warriors', 'Become a master of strategy and deck building. Collect and choose from 90 unique magic cards and place them right. Win battles, knock your enemy down and unlock all 10 Arenas. Dive into a land of endless possibilities, rewards, cards and levels. Will you be the ultimate victor?', 'https://img.gamemonetize.com/2okw15jdofr8in7o1eijyuh3b5aerdob/512x384.jpg', 'https://html5.gamemonetize.com/2okw15jdofr8in7o1eijyuh3b5aerdob/', '0', 'Puzzles', 0, 0, '', 'clash-of-warriors'), (4643, 'My Unique Prom Look', 'Welcome to My Unique Prom Look. The prom night is tomorrow, and these girls are so excited! They planned to meet up and prepare for the prom together. They also decided to call up a stylist to get help with their makeup and hair. Therefore, here is your chance to be their stylist! Prove your fashion and makeup skills by creating their lovely prom look. Select which dress each girl is going to wear and accessorize it. The wardrobe is filled with the most breathtaking gowns!', 'https://img.gamemonetize.com/qiqnatuq996mpxgbf6wrow6sqhk0ybfe/512x384.jpg', 'https://html5.gamemonetize.com/qiqnatuq996mpxgbf6wrow6sqhk0ybfe/', '0', 'Girls', 0, 0, '', 'my-unique-prom-look'), (4644, 'Easy Coloring Valentine', 'Easy Coloring Valentine is super fun and free to play coloring game for kids. Free love and valentines day coloring book. Start relaxing by coloring in one of the many free coloring pages. When you are done, download the image and send the beautiful postcard to the person you love on Valentine\'s Day or as a love letter. If you are stuck while writing a romantic love letter this love app will help you with color therapy. Color therapy helps you shape your thoughts and let the words flow. Stop writing your love letter to your lover, start coloring cupid right away!', 'https://img.gamemonetize.com/1pcjlydywoi7tpcys03uie9gz1r6sbja/512x384.jpg', 'https://html5.gamemonetize.com/1pcjlydywoi7tpcys03uie9gz1r6sbja/', '0', 'Hypercasual', 0, 0, '', 'easy-coloring-valentine'), (4645, 'Car Parking 2023', 'Offline 3D auto-driving games are the finest approach to getting started in a parking-related vocation. If you want to practice being a reckless driver, online racing games are a terrific method, and if you can master the art of parking, you\'ll unlock bonus content. You should choose the beginner difficulty if this is your first time playing a 3D parking game in the real world. Use "Advanced Car Parking Mode" to hone your parallel parking abilities. Taking use of the garage\'s many parking controls is a must. You may file your driving abilities by taking on more challenging tasks in multiplayer parking games online. Learn to conquer the parking garage with this no-cost Prado simulator game.', 'https://img.gamemonetize.com/jl34x9gz55hy3gbc2nijtxl0za6en56i/512x384.jpg', 'https://html5.gamemonetize.com/jl34x9gz55hy3gbc2nijtxl0za6en56i/', '0', 'Racing', 0, 0, '', 'car-parking-'), (4646, 'Swing Spider', 'Help the little spider to jump side to side and try to avoid all the spikes! That\'s all you need to do but try to resist the more you can! Enjoy!', 'https://img.gamemonetize.com/wbhe08mo7fux127xesdk0zb5q5b7kcbx/512x384.jpg', 'https://html5.gamemonetize.com/wbhe08mo7fux127xesdk0zb5q5b7kcbx/', '0', 'Clicker', 0, 0, '', 'swing-spider'), (4647, 'Celebrity RiRi All Around The Fashion', 'Welcome to Celebrity RiRi All Around The Fashion. Celebrity RiRi plans to try different fashion trends. She needs some help to choose the perfect costumes and outfits. Browse her wardrobe and choose the perfect outfits for each fashion trend. Play and have fun with this new game!', 'https://img.gamemonetize.com/r8v8vs1sx6aoh61ilsh4jp4ee9yeiypo/512x384.jpg', 'https://html5.gamemonetize.com/r8v8vs1sx6aoh61ilsh4jp4ee9yeiypo/', '0', 'Girls', 0, 0, '', 'celebrity-riri-all-around-the-fashion'), (4648, 'Pekko Robot 2', 'Pekko Robot 2 is a 2D Sci-fi themed platformer where you play as a robot who have to collect chicken eggs while avoiding the enemy bots and their bullets, flying bots, ground saws, spikes and reach the Exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Pekko Bot" series.', 'https://img.gamemonetize.com/5m6g9k9zqxoloxj4huwk914y88miwc99/512x384.jpg', 'https://html5.gamemonetize.com/5m6g9k9zqxoloxj4huwk914y88miwc99/', '0', 'Arcade', 0, 0, '', 'pekko-robot-'), (4649, 'Mani Mouse', 'Mani Mouse is a 2D cute little platformer where you play as a mouse who have to collect all of the slices of cheese while avoiding the enemy cats, mouse traps, pins, and reach the Exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/nldhksnl3d0wtg1gfo2c7ootyf57yu8h/512x384.jpg', 'https://html5.gamemonetize.com/nldhksnl3d0wtg1gfo2c7ootyf57yu8h/', '0', 'Arcade', 0, 0, '', 'mani-mouse'), (4650, 'Kadeomon 2', 'Kadeomon 2 is a 2D cute little platformer where you have to collect all of the guavas(fruits) while avoiding the enemies, flying monsters, pins, spikes and reach the Exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Kadeomon" series.', 'https://img.gamemonetize.com/o019xbtu30psbrig28v5tltw3jgxrofe/512x384.jpg', 'https://html5.gamemonetize.com/o019xbtu30psbrig28v5tltw3jgxrofe/', '0', 'Arcade', 0, 0, '', 'kadeomon-'), (4651, 'Stickman Archer 5', 'Enhance your stickman shooting skills with our newest game featuring three exciting modes. In the first mode, test your aim by shooting at moving and stationary targets with a limited supply of arrows. In the second mode, engage in a thrilling stickman duel. And in the third mode, clear a multi-level building with a gun. Collect emeralds as you play to exchange for new weapons and skins. Try our stickman shooting game now!', 'https://img.gamemonetize.com/sn2uell0ms2xn1vlo9enfpcone7oxbjz/512x384.jpg', 'https://html5.gamemonetize.com/sn2uell0ms2xn1vlo9enfpcone7oxbjz/', '0', 'Fighting', 0, 0, '', 'stickman-archer-'), (4652, 'Pizza Delivery Run', 'Pizza Delivery Run is a fun and free online running game for boys played on Puzzlegame. You need to keep collecting pizzas and delivering them to your destination. Too many obstacles will cause you to fail, so you must be careful and deliver pizzas safely. When you get to the finish line, the more pizzas, the higher the score. Play on Mobile, Tablet, or Desktop.', 'https://img.gamemonetize.com/qn3v9rfw4o45io2f3li1lgrzudco3de9/512x384.jpg', 'https://html5.gamemonetize.com/qn3v9rfw4o45io2f3li1lgrzudco3de9/', '0', 'Boys', 0, 0, '', 'pizza-delivery-run'), (4653, 'Barbie Angel Dress up', 'Barbie is a beautiful angel of the mystical world. Beauty is hidden in people\'s hearts. Barbie can use magic to reveal true beauty. Would you like to dress her up very stylishly? Let\'s dress up the barbie angel', 'https://img.gamemonetize.com/k87lwtoaff2bwhahy2wiznmh0su1ol70/512x384.jpg', 'https://html5.gamemonetize.com/k87lwtoaff2bwhahy2wiznmh0su1ol70/', '0', 'Girls', 0, 0, '', 'barbie-angel-dress-up'), (4654, 'Deca vs Rooko 2', 'Deca vs Rooko 2 is a 2D cute little platformer where you have to collect all of the hotdogs(food) while avoiding all of the enemies, and their bullets, spikes and giant blades and reach the Exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Deca vs Rooko" series.', 'https://img.gamemonetize.com/3cefs3i2hyrpqainfo3xkjbo62acmzgd/512x384.jpg', 'https://html5.gamemonetize.com/3cefs3i2hyrpqainfo3xkjbo62acmzgd/', '0', 'Arcade', 0, 0, '', 'deca-vs-rooko-'), (4655, 'Gozu Adventures', 'Gozu Adventures is a 2D platformer where you have to collect all of the cup cakes while avoiding the enemies, flying creatures, spikes and reach the Exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/p67jc3tbl0hez0qd9y6ww60szq3h2a8n/512x384.jpg', 'https://html5.gamemonetize.com/p67jc3tbl0hez0qd9y6ww60szq3h2a8n/', '0', 'Arcade', 0, 0, '', 'gozu-adventures'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (4656, 'Christmas Run Santa', 'Santa fell out of the gift car. He collects the gifts that have fallen on the ground. Let\'s help him.Collect the most gifts to give gifts to children.', 'https://img.gamemonetize.com/797e1ai8ma72z0p33zct7gz7e7l3tbav/512x384.jpg', 'https://html5.gamemonetize.com/797e1ai8ma72z0p33zct7gz7e7l3tbav/', '0', 'Arcade', 0, 0, '', 'christmas-run-santa'), (4657, 'Stickman parkour craft', 'Stickman will have to go through parkour skyblock, and overcome all obstacles on his way! Each level complicates this task, but can you? Collect gold along the way and buy various skins!', 'https://img.gamemonetize.com/6dy2yj5e4n8bufx8dx6n13nf5go8vfsz/512x384.jpg', 'https://html5.gamemonetize.com/6dy2yj5e4n8bufx8dx6n13nf5go8vfsz/', '0', 'Fighting', 0, 0, '', 'stickman-parkour-craft'), (4658, 'Taxi Parking Challenge', 'In our game Taxi Parking Challenge, you can practice quickly installing the machine on an empty seat. Your accuracy and speed. A little time is allotted for the task, and you should have time to find a place and quickly put the car in there without damaging those who are standing nearby, without running over curbs and other fences or fences.', 'https://img.gamemonetize.com/jsox4c0uogceo5tvujq6b8kcksearwkx/512x384.jpg', 'https://html5.gamemonetize.com/jsox4c0uogceo5tvujq6b8kcksearwkx/', '0', 'Racing', 0, 0, '', 'taxi-parking-challenge'), (4659, 'Peak Sniper', 'This is a casual game. It uses a simple cartoon design style and recovers many classic modeling designs. Players can have an anxious and exciting competition challenge and compete happily with other players to see who can get to the inclined roof. Come and experience it', 'https://img.gamemonetize.com/mdahqy7gvx1w6z4n6r0fa9naw7rznevq/512x384.jpg', 'https://html5.gamemonetize.com/mdahqy7gvx1w6z4n6r0fa9naw7rznevq/', '0', 'Action', 0, 0, '', 'peak-sniper'), (4660, 'Barbie Mermaid Power Jigsaw Puzzle', 'Zazgames is a place where you can infinitely play assembling online jigsaw puzzles. We hope you are up for another game from the Puzzle category on our website , because we have just added the game called Barbie Mermaid Power Jigsaw Puzzle for you all, which, despite being one of the many puzzle games we have added so far into this category, this is the first puzzle game to use this specific format, and image, so it is going to be a brand new experience for all of you, an experience we are sure you will appreciate, as there is no way you aren\'t going to have a lot of fun playing the game. Especially after you learn how to play it from the next lines in the description. you will start by choosing how you want the jigsaw puzzle be : hard medium or easy. After that, the jigsaw puzzle pieces are going to be spread around the game screen randomly. Use the mouse to drag them over the transparent images where they match with the image, until all the pieces are connected, and the image looks just like it did in the beginning. You will have a great time with the game, so start it right now, and we are sure you will not regret it one second!', 'https://img.gamemonetize.com/oi1nfszb0fd8c7cf9ah658c06fp7g04m/512x384.jpg', 'https://html5.gamemonetize.com/oi1nfszb0fd8c7cf9ah658c06fp7g04m/', '0', 'Puzzles', 0, 0, '', 'barbie-mermaid-power-jigsaw-puzzle'), (4661, 'Avoid The Objects', 'Avoid the Objects is a game in which you aim and avoid hitting objects. Enjoy playing and try to reach the highest level.', 'https://img.gamemonetize.com/cpur7d4q9ww5wpliturqfnwqjj0ampuf/512x384.jpg', 'https://html5.gamemonetize.com/cpur7d4q9ww5wpliturqfnwqjj0ampuf/', '0', 'Hypercasual', 0, 0, '', 'avoid-the-objects'), (4662, 'The Master Of Archer', 'You are the master of archers, take control of one of the best archers and complete the tasks! With 10 levels, get more and more your best score.', 'https://img.gamemonetize.com/9n2t9vqznmvb14hfie8c76uh0velsmpo/512x384.jpg', 'https://html5.gamemonetize.com/9n2t9vqznmvb14hfie8c76uh0velsmpo/', '0', 'Arcade', 0, 0, '', 'the-master-of-archer'), (4663, 'IDLE Planets Breakout', 'Destroy the monster planets which are the center of gravity. Destroy them via tapping on them. You can purchase balls to fight for you instead of tapping and actually this is where the fun starts. Merge your balls to make them stronger, and buy upgrades to give them new abilities. Buy upgrades; destroy to become stronger; become stronger to destroy in this endless addicting game.', 'https://img.gamemonetize.com/dfazcaaeecc66kyik8hb8qh0xrelfxko/512x384.jpg', 'https://html5.gamemonetize.com/dfazcaaeecc66kyik8hb8qh0xrelfxko/', '0', 'Hypercasual', 0, 0, '', 'idle-planets-breakout'), (4664, 'Match Candy Anime', 'Match three pieces or more to score points. The more pieces you match, the higher your score. Score as many points as you can. In each level the time will be shorter.', 'https://img.gamemonetize.com/n2b4a8ynogl1d144g9ukpqijo4aa88v6/512x384.jpg', 'https://html5.gamemonetize.com/n2b4a8ynogl1d144g9ukpqijo4aa88v6/', '0', 'Puzzles', 0, 0, '', 'match-candy-anime'), (4665, 'Daruma Tiger Run', 'The Daruma Tiger endless online game is a great way to pass the time. It\'s an endless runner game that features a tiger who dashes through a course. The goal is to get as far as you can without hitting any obstacles. The game is free to play, and it\'s a great way to challenge yourself or your friends.', 'https://img.gamemonetize.com/t3wvq2b2wgnf3mtvep8pljw8sjdfuzyk/512x384.jpg', 'https://html5.gamemonetize.com/t3wvq2b2wgnf3mtvep8pljw8sjdfuzyk/', '0', 'Arcade', 0, 0, '', 'daruma-tiger-run'), (4666, 'Eyes of Horror', 'Pictures system: you need to collect a certain number of pictures to win. Each pictures gives different bonuses (negative or positive) For example, a picture can attract an enemy or give the player an endless run;', 'https://img.gamemonetize.com/bu96b0k1artbv7dubqwuj8d1sbfwq6bb/512x384.jpg', 'https://html5.gamemonetize.com/bu96b0k1artbv7dubqwuj8d1sbfwq6bb/', '0', 'Arcade', 0, 0, '', 'eyes-of-horror'), (4667, 'Nekoman vs Gangster', 'Nekoman vs Gangster is a 2D platformer where you play as a cat who have to collect all of the silver keys while avoiding the Gangsters, saws and reach the Exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/sb3gdgxxto7wkl3l40zple0l4zmwzxel/512x384.jpg', 'https://html5.gamemonetize.com/sb3gdgxxto7wkl3l40zple0l4zmwzxel/', '0', 'Arcade', 0, 0, '', 'nekoman-vs-gangster'), (4668, 'Fat man parkour', 'This is a unique Parkour game. The protagonist of the game is a fat man, but he needs to move forward by rolling. In the process of Parkour, he also needs to constantly collect various foods and gems. The game has a lot of different levels, and there are very rich scenes. Every player can get more fun in the game.', 'https://img.gamemonetize.com/jzhjx7wupmxwpcfynpigrt5ujilfog17/512x384.jpg', 'https://html5.gamemonetize.com/jzhjx7wupmxwpcfynpigrt5ujilfog17/', '0', 'Action', 0, 0, '', 'fat-man-parkour'), (4669, 'Magic Fingers', 'Use your magic touch and surroundings to take out your foes! Defeat your enemies by throwing other enemies! Use explosive barrels to make a big impact! Sent your adversaries off the platform into the deep!', 'https://img.gamemonetize.com/bkj088naofag5e1xrvrij1mroqm2v3se/512x384.jpg', 'https://html5.gamemonetize.com/bkj088naofag5e1xrvrij1mroqm2v3se/', '0', 'Clicker', 0, 0, '', 'magic-fingers'), (4670, 'Lovely Bear', 'This is an action jumping game. A cute koala child wants to go to heaven. At this time, players need to help koalas. Keep moving left and right to catch the springboard to make it jump higher. When moving left and right, be careful not to move too much, and let the koala fall. If it falls, the game is over. The trick is to move left and right in a small range. You can click the screen, and then the koala will jump up. Kids like to play such action adventure games. Don\'t miss it.', 'https://img.gamemonetize.com/nem32v46dwskrx2pyoxa1ylbdz8gcfew/512x384.jpg', 'https://html5.gamemonetize.com/nem32v46dwskrx2pyoxa1ylbdz8gcfew/', '0', 'Hypercasual', 0, 0, '', 'lovely-bear'), (4671, 'The Secret Life of Pets Jigsaw Puzzle', 'Zazgames is a place where you can infinitely play assembling online jigsaw puzzles. We hope you are up for another game from the Puzzle category on our website , because we have just added the game called The Secret Life of Pets Jigsaw Puzzle for you all, which, despite being one of the many puzzle games we have added so far into this category, this is the first puzzle game to use this specific format, and image, so it is going to be a brand new experience for all of you, an experience we are sure you will appreciate, as there is no way you aren\'t going to have a lot of fun playing the game. Especially after you learn how to play it from the next lines in the description. you will start by choosing how you want the jigsaw puzzle be : hard medium or easy. After that, the jigsaw puzzle pieces are going to be spread around the game screen randomly. Use the mouse to drag them over the transparent images where they match with the image, until all the pieces are connected, and the image looks just like it did in the beginning. You will have a great time with the game, so start it right now, and we are sure you will not regret it one second!', 'https://img.gamemonetize.com/t40wlqhx9n8h8nfnw1idq5rldhpbcj95/512x384.jpg', 'https://html5.gamemonetize.com/t40wlqhx9n8h8nfnw1idq5rldhpbcj95/', '0', 'Puzzles', 0, 0, '', 'the-secret-life-of-pets-jigsaw-puzzle'), (4672, 'Processed wood', 'This is a puzzle leisure game with the theme of cutting wood. Cut all the wood according to the requirements and complete the designated challenge task. Rich game levels can be challenged. With the improvement of levels, the reaction and accuracy of players will be a great test.', 'https://img.gamemonetize.com/c2rzczhrinsl4yvou2bmnod56fcrt3f8/512x384.jpg', 'https://html5.gamemonetize.com/c2rzczhrinsl4yvou2bmnod56fcrt3f8/', '0', 'Action', 0, 0, '', 'processed-wood'), (4673, '2048 Physics 3D', 'A fun and simple casual game that aims to score as many points as possible by following the 2048 rule. The game uses physical modelling to make the 3D blocks move with gravity in mind. You can adjust the speed of play. Get as many points as possible! Beat the record!', 'https://img.gamemonetize.com/smwdzscdz3ahk2230tw89cudaguy8e3c/512x384.jpg', 'https://html5.gamemonetize.com/smwdzscdz3ahk2230tw89cudaguy8e3c/', '0', 'Puzzles', 0, 0, '', '-physics-d'), (4674, 'Out Of Space ', 'Welcome to Speedrun Platformer! Set a New World Record by tapping buttons to become 1st in world speedrun leaderboard! Embark on an adventurous tap tap journey: get the 1st place in Leaderboard. Dominate. Tap tap. Complete deadly trials with traps. Find secrets. What are you waiting for? Indulge yourself in some adventures and become the hero of speedrun story. Set Tap-Tap World Record!', 'https://img.gamemonetize.com/0giuktezj474cs4iyzqly505xvtmegfj/512x384.jpg', 'https://html5.gamemonetize.com/0giuktezj474cs4iyzqly505xvtmegfj/', '0', 'Arcade', 0, 0, '', 'out-of-space-'), (4675, 'Amgel Thanksgiving Room Escape 9', 'AmgelEscape - Amgel Thanksgiving Room Escape 9 is another point and click escape game developed by Amgel Escape. In this game, you are locked in a room and you try to escape from the room by finding items and solving puzzles. Show your best escaping skills to escape from this room. Can you able to escape from this room successfully? Good luck and have fun!', 'https://img.gamemonetize.com/0fcvm1g39ytr6arubrk6w9z9k41w9g1i/512x384.jpg', 'https://html5.gamemonetize.com/0fcvm1g39ytr6arubrk6w9z9k41w9g1i/', '0', 'Puzzles', 0, 0, '', 'amgel-thanksgiving-room-escape-'), (4676, 'Amgel Easy Room Escape 73', 'AmgelEscape - Amgel Easy Room Escape 73 is another point and click escape game developed by Amgel Escape. In this game, you are locked in a room and you have to try to escape the room by finding items and solving puzzles. Show your best escaping skills to escape from the room. Can you able to escape from the room successfully? Good luck and have fun!', 'https://img.gamemonetize.com/pksuahdkgj39j514rc337tw6bkvwnp4b/512x384.jpg', 'https://html5.gamemonetize.com/pksuahdkgj39j514rc337tw6bkvwnp4b/', '0', 'Puzzles', 0, 0, '', 'amgel-easy-room-escape-'), (4677, ' Amgel Kids Room Escape 80', 'AmgelEscape - Amgel Kids Room Escape 80 is another point and click escape game developed by Amgel Escape. In this game, you are locked in a room and you have to try to escape the room by finding items and solving puzzles. Show your best escaping skills to escape from the room. Can you able to escape from the room successfully? Good luck and have fun!', 'https://img.gamemonetize.com/jyt0wqa4mzlwp081lvv3m443so9m7si7/512x384.jpg', 'https://html5.gamemonetize.com/jyt0wqa4mzlwp081lvv3m443so9m7si7/', '0', 'Puzzles', 0, 0, '', '-amgel-kids-room-escape-'), (4678, 'Amgel Easy Room Escape 75', 'AmgelEscape - Amgel Easy Room Escape 75 is another point and click escape game developed by Amgel Escape. In this game, you are locked in a room and you have to try to escape the room by finding items and solving puzzles. Show your best escaping skills to escape from the room. Can you able to escape from the room successfully? Good luck and have fun!', 'https://img.gamemonetize.com/354kh0yil7qtk2nmdmczx1ks0mwe2gob/512x384.jpg', 'https://html5.gamemonetize.com/354kh0yil7qtk2nmdmczx1ks0mwe2gob/', '0', 'Puzzles', 0, 0, '', 'amgel-easy-room-escape-'), (4679, 'Amgel Easy Room Escape 74', 'AmgelEscape - Amgel Easy Room Escape 74 is another point and click escape game developed by Amgel Escape. In this game, you are locked in a room and you have to try to escape the room by finding items and solving puzzles. Show your best escaping skills to escape from the room. Can you able to escape from the room successfully? Good luck and have fun!', 'https://img.gamemonetize.com/iw1cr1hjuzj93xsc6w4duvlj57umd59c/512x384.jpg', 'https://html5.gamemonetize.com/iw1cr1hjuzj93xsc6w4duvlj57umd59c/', '0', 'Puzzles', 0, 0, '', 'amgel-easy-room-escape-'), (4680, 'Cheno vs Reeno', 'Cheno vs Reeno is a 2D cute little platformer where you have to collect gold coins while avoiding the enemies, flying creatures, spikes, and reach the red flag in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/nxr5kzxa327a464quv2a2csbt2nez7ak/512x384.jpg', 'https://html5.gamemonetize.com/nxr5kzxa327a464quv2a2csbt2nez7ak/', '0', 'Arcade', 0, 0, '', 'cheno-vs-reeno'), (4681, 'Pineapples', 'Be the best dancer on the ring, hit only the pineapple and make you character dance like a maniac. Get the best score and be the best dancer in your group. Don\'t hit your dancer or you will lose the game.', 'https://img.gamemonetize.com/o9yz10re9m3za198t4hmlvjgunf6ve5q/512x384.jpg', 'https://html5.gamemonetize.com/o9yz10re9m3za198t4hmlvjgunf6ve5q/', '0', 'Puzzles', 0, 0, '', 'pineapples'), (4682, 'Monkey Mint', 'Super Monkey Run is amazing adventure game as super mario run Run and jump pass all levels and collect coins Buy new characters weapons or clothing for the characters Fight with different enemies and kill them Mount in foxes flying bugs and wild pigs and go far with them How far can you get', 'https://img.gamemonetize.com/ksqjbz5bhxpxys3esbrutnhmopmk0tpe/512x384.jpg', 'https://html5.gamemonetize.com/ksqjbz5bhxpxys3esbrutnhmopmk0tpe/', '0', 'Arcade', 0, 0, '', 'monkey-mint'), (4683, 'Winter Puzzle', 'Winter is not a reason to be sad! Time to ski, skate and meet friends. Train your brain by collecting these winter puzzles. Cute pictures with your favorite cartoon characters and New Year symbols are waiting for you. Puzzle is a great way to spend time usefully and have fun!', 'https://img.gamemonetize.com/rs8hn3cdq1wbztnw7tz1otfo76ah6mwk/512x384.jpg', 'https://html5.gamemonetize.com/rs8hn3cdq1wbztnw7tz1otfo76ah6mwk/', '0', 'Puzzles', 0, 0, '', 'winter-puzzle'), (4684, 'Jelly Quest Mania', 'Collect the jellies in this free and fun match-3 puzzle game. Whenever you want to pass time, this game can provide the right experience thanks to the cool gameplay.', 'https://img.gamemonetize.com/vjfiui6o55eabdtykutgthu0rr5whxbl/512x384.jpg', 'https://html5.gamemonetize.com/vjfiui6o55eabdtykutgthu0rr5whxbl/', '0', 'Puzzles', 0, 0, '', 'jelly-quest-mania'), (4685, 'Valentines School Bus 3D Parking', 'Valentines School Bus 3D Parking is super fun driving and parking game that you can play online for free. The aim of the game is to drive the love bus to the parking spot and park to get your self a date. Collect the love hearts on the way and avoid hitting walls and obstacles. Have fun playing.', 'https://img.gamemonetize.com/hshqjshtg7qus7jvbt7s77vkl94qxp0b/512x384.jpg', 'https://html5.gamemonetize.com/hshqjshtg7qus7jvbt7s77vkl94qxp0b/', '0', 'Girls', 0, 0, '', 'valentines-school-bus-d-parking'), (4686, 'Hide Find Seek 2023', 'They were hiding and seeking the time-honoured childhood game. As the seeker, you may use objects like automobiles and desks to construct forts, while the hidden players can use things like the river, haystacks, cornfields, and the boss\'s office—the perception of a seeker. Please make an effort to be civil.', 'https://img.gamemonetize.com/qiv74xk6zvdntyfmbr6mzqm88b9qkw10/512x384.jpg', 'https://html5.gamemonetize.com/qiv74xk6zvdntyfmbr6mzqm88b9qkw10/', '0', 'Arcade', 0, 0, '', 'hide-find-seek-'), (4687, 'Set Bot', 'Set Bot is a 2D Sci-fi themed platformer where you play as a bot who have to collect red tech balls while avoiding the enemy bots, flying bots, spikes and giant blades and reach the Exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/8mugp7u4izgktmwlloxitrn7knyiv4wl/512x384.jpg', 'https://html5.gamemonetize.com/8mugp7u4izgktmwlloxitrn7knyiv4wl/', '0', 'Arcade', 0, 0, '', 'set-bot'), (4688, 'Color Matching', 'Color Match is a game in which the player must match the color of an object to a given color. The game presents the player with an object, and a color wheel or palette of colors to choose from. The player must select the color that they believe matches the object. If the player chooses the correct color, they will earn points. The game can include various levels and difficulties, with the objects and colors becoming more challenging as the player progresses. It can also be a great tool for learning and practicing color matching skills.', 'https://img.gamemonetize.com/halqljkxsbm0bnjpf8syb4r4dz8dn9hx/512x384.jpg', 'https://html5.gamemonetize.com/halqljkxsbm0bnjpf8syb4r4dz8dn9hx/', '0', 'Clicker', 0, 0, '', 'color-matching'), (4689, 'Help The Couple', 'Welcome to Help the couple. Help the couple is a slide puzzle game. And it contains 30 tricky puzzles level. Here your task is to slide pieces around to get them in the right spot and create a way to meet the couple. Play and have fun.', 'https://img.gamemonetize.com/cae762tlo8u13mw25m28iyw94rhr9nv2/512x384.jpg', 'https://html5.gamemonetize.com/cae762tlo8u13mw25m28iyw94rhr9nv2/', '0', 'Puzzles', 0, 0, '', 'help-the-couple'), (4690, 'Cat Condo', 'Cat Condo is a free online puzzle and merging game for boys played on Puzzlegame. This game uses the cartoon cat and takes unique merging as the main gameplay. Through merging, you can get a lot of cute cats. It is also a kind of relaxation to look at them. The game is easy to play. Come and interact with all kinds of cats, and merge them into higher levels. Play on Mobile, Tablet, or Desktop!', 'https://img.gamemonetize.com/ma5qumqgv721ldtkjs9cp6zejfj8c7tv/512x384.jpg', 'https://html5.gamemonetize.com/ma5qumqgv721ldtkjs9cp6zejfj8c7tv/', '0', 'Boys', 0, 0, '', 'cat-condo'), (4691, 'Balloon Slicer', 'Balloon Slicer is a casual puzzle game where you need to aim and throw your saw at the balloons. Slice and pop them all to get more stars and rewards. Find keys to open secret chests and find more skins or extra rewards. Jump off the walls and slash everything! There are 50 challenging levels, enjoy!', 'https://img.gamemonetize.com/goc8ylzsn3qd9j5vvxvnq4ahck2n89hc/512x384.jpg', 'https://html5.gamemonetize.com/goc8ylzsn3qd9j5vvxvnq4ahck2n89hc/', '0', 'Puzzles', 0, 0, '', 'balloon-slicer'), (4692, 'Hungry Red', 'Red is hungry! So let\'s go hunt! Eat the fish you can but not hurt the border of the screen! Try to sign the best record possible!', 'https://img.gamemonetize.com/xby20wqgfosyrrv6qwv4zmpmrbd1n966/512x384.jpg', 'https://html5.gamemonetize.com/xby20wqgfosyrrv6qwv4zmpmrbd1n966/', '0', 'Clicker', 0, 0, '', 'hungry-red'), (4693, 'Rainbow Friends Survival', 'Rainbow Friends Survival is a shooting game where your mission is to shoot all incoming rainbow friends using different weapons, try to survive each level in order to unlock new guns.', 'https://img.gamemonetize.com/dqytejkw6e2ra733nqg9lehn8k9tv8m0/512x384.jpg', 'https://html5.gamemonetize.com/dqytejkw6e2ra733nqg9lehn8k9tv8m0/', '0', 'Shooting', 0, 0, '', 'rainbow-friends-survival'), (4694, 'Impossible car parking master', 'Impossible Car Parking Master is a mobile or computer-based game that challenges players to park their cars in tight and difficult spaces. The game features various levels with increasing difficulty, where players must maneuver their car into a designated parking spot while avoiding obstacles and other cars. The game may feature realistic graphics and physics, making it challenging to park the car in tight spaces. The game may also include time limits and a limited number of attempts to complete each level. The goal of the game is to master the art of parking cars in challenging situations and to achieve the highest score.', 'https://img.gamemonetize.com/goekexcsae6zcxbj5y0cxblaeprahkyt/512x384.jpg', 'https://html5.gamemonetize.com/goekexcsae6zcxbj5y0cxblaeprahkyt/', '0', 'Sports', 0, 0, '', 'impossible-car-parking-master'), (4695, 'PINEAPPLE PEN 2', 'In this game, your aim is to knock gold out of rotating fruits by precisely calculating each throw to reach metal locks, and open the treasure chest. Careful though, if your ball hits your pen, you will lose. Get ready for a challenging and fun gameplay experience! Good luck!', 'https://img.gamemonetize.com/waerh8u6dl1p0zqtprwlzg48uo1869mx/512x384.jpg', 'https://html5.gamemonetize.com/waerh8u6dl1p0zqtprwlzg48uo1869mx/', '0', 'Shooting', 0, 0, '', 'pineapple-pen-'), (4696, 'COVER ORANGE WILD WEST', 'In Cover Orange: Wild West, a puzzle-platform game, you must use different objects to create a shelter for our orange protagonists and protect them from acid rain. This time, our citrusy heroes find themselves in the wild west. Drag the available objects and drop them to form a protective cover over the oranges as the storm cloud passes over. Each level also features a hidden star to collect. Have fun solving these entertaining puzzles with family and friends by sharing the game with them!', 'https://img.gamemonetize.com/h2o58b6nodcqrwvwok384h0p4n4xa0np/512x384.jpg', 'https://html5.gamemonetize.com/h2o58b6nodcqrwvwok384h0p4n4xa0np/', '0', 'Puzzles', 0, 0, '', 'cover-orange-wild-west'), (4697, 'Parkour Run Race 3D Free', 'Parkour Race 3D - free racing game which lets you compete with others.', 'https://img.gamemonetize.com/xa3l40wpmk46arm9rki8rlsyacwba1k3/512x384.jpg', 'https://html5.gamemonetize.com/xa3l40wpmk46arm9rki8rlsyacwba1k3/', '0', 'Arcade', 0, 0, '', 'parkour-run-race-d-free'), (4698, 'Paint Fun Path ', 'Paint fun path 3d is the free addicting race path game 3d on Android. Start playing a fun race paint fun path game now! Enjoy the paint race. Feel like a kids again!', 'https://img.gamemonetize.com/kve9pwcntrqngkkcplecuvp6lef7jfk2/512x384.jpg', 'https://html5.gamemonetize.com/kve9pwcntrqngkkcplecuvp6lef7jfk2/', '0', 'Hypercasual', 0, 0, '', 'paint-fun-path-'), (4699, 'FNF Puzzles', 'FNF Puzzles is super fun and free to play online puzzle game suitable for all ages. Now is time for best puzzle game you can find online, and now with our lovely FNF characters. Start playing and have fun.', 'https://img.gamemonetize.com/zyq8h1gn6qyhy55zoyq2gvcks37yu27m/512x384.jpg', 'https://html5.gamemonetize.com/zyq8h1gn6qyhy55zoyq2gvcks37yu27m/', '0', 'Puzzles', 0, 0, '', 'fnf-puzzles'), (4700, 'Magic Circle', 'Magic Circle is an online game where you try to set a new high score by jumping on a line with a circle. Try your hand at breaking the high score in Magic Circle, an online game where you jump along a line with a circle.', 'https://img.gamemonetize.com/sncftu1lpt1ntpemv4ljg40gx9vm5cxp/512x384.jpg', 'https://html5.gamemonetize.com/sncftu1lpt1ntpemv4ljg40gx9vm5cxp/', '0', 'Hypercasual', 0, 0, '', 'magic-circle'), (4701, 'Halloween Circle', 'Come try your hand at our online Halloween game, Circle. See how high of a score you can get by jumping on the line with the circle. The Halloween Circle online game is a fun way to get into the Halloween spirit. In the game, you jump on a line with a circle and try to break the highest record.', 'https://img.gamemonetize.com/feypn5nblhxa4l5z4zjsod8te2y4b3m5/512x384.jpg', 'https://html5.gamemonetize.com/feypn5nblhxa4l5z4zjsod8te2y4b3m5/', '0', 'Arcade', 0, 0, '', 'halloween-circle'), (4702, 'Laser Nodes', 'Line up the lasers to light up all the nodes in this puzzle game! levels include mirrors that rebound lasers with infinity reflections to make a tough brain teasing puzzle game.', 'https://img.gamemonetize.com/t1bzeud1nrksjgstzn538x2h5hqw6rba/512x384.jpg', 'https://html5.gamemonetize.com/t1bzeud1nrksjgstzn538x2h5hqw6rba/', '0', 'Puzzles', 0, 0, '', 'laser-nodes'), (4703, 'Kadeomon', 'Kadeomon is a 2D cute little platformer where you have to collect all of the guavas(fruits) while avoiding the enemies, pins, spikes and reach the Exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/rgucwg4iznmpt3s27n8kl5i7ngh71p24/512x384.jpg', 'https://html5.gamemonetize.com/rgucwg4iznmpt3s27n8kl5i7ngh71p24/', '0', 'Arcade', 0, 0, '', 'kadeomon'), (4704, 'Flying Bat', 'Flying Bat is an online arcade adventure game that will keep you entertained for hours. With its fun and challenging gameplay, you\'ll be hooked on this game in no time. The Flying Bat arcade adventure game is a fast-paced and exciting game that challenges players to use their reflexes and quick thinking to defeat their opponents. Featuring colorful graphics and an immersive gameplay experience, the Flying Bat game is perfect for players who are looking for a challenging and fun game to play.', 'https://img.gamemonetize.com/okjv2uqnx2jw0a8s22h0mk7mzhuzo0t3/512x384.jpg', 'https://html5.gamemonetize.com/okjv2uqnx2jw0a8s22h0mk7mzhuzo0t3/', '0', 'Arcade', 0, 0, '', 'flying-bat'), (4705, 'Kaido 2', 'Kaido 2 is a 2D cute little platformer where you have to collect all of the orange ice cream bars while avoiding the enemies wearing hats, the flying robots and their bullets, rotating blades, spikes and reach the pink flag in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Kaido" series.', 'https://img.gamemonetize.com/6kvsb7zgkp9pge1dsyzco4pos3oiam8i/512x384.jpg', 'https://html5.gamemonetize.com/6kvsb7zgkp9pge1dsyzco4pos3oiam8i/', '0', 'Arcade', 0, 0, '', 'kaido-'), (4706, 'Monster Block', 'The "Monster Block Online Platformer Endless Runner Game" is a great choice for anyone who loves challenges. With its quick-paced action and ever-changing environment, this game is sure to keep you on your toes.', 'https://img.gamemonetize.com/cawmnz4yy2sdg121xdu1jzzumdnwbkff/512x384.jpg', 'https://html5.gamemonetize.com/cawmnz4yy2sdg121xdu1jzzumdnwbkff/', '0', 'Arcade', 0, 0, '', 'monster-block'), (4707, 'Sad Princess Nina', 'Princess Nina broke up with her boyfriend. Very sad. Now she is so alone. Can you dress her up so stylishly to make her happy?', 'https://img.gamemonetize.com/i8bbtnc5i3t5xdnkabgxf9o1b5k7tqy6/512x384.jpg', 'https://html5.gamemonetize.com/i8bbtnc5i3t5xdnkabgxf9o1b5k7tqy6/', '0', 'Girls', 0, 0, '', 'sad-princess-nina'), (4708, 'Mario Dressup', 'Mario is trying out different costumes for his new adventure. Which costume do you think is the best? Let\'s create your own Mario style', 'https://img.gamemonetize.com/hfd79r9aw7krskylafp6a9inwqu81l01/512x384.jpg', 'https://html5.gamemonetize.com/hfd79r9aw7krskylafp6a9inwqu81l01/', '0', 'Girls', 0, 0, '', 'mario-dressup'), (4709, 'Merge Alphabet 2D Run', 'Êtes-vous prêt à participer ? Dans le monde des lettres, vous pouvez découvrir l\'histoire derrière Evil F, Amazing A, Cool C. Essayez d\'en savoir plus sur l\'alphabet dans ce jeu ! Explorons le monde de Alphabet Letter avec des personnages incroyables ! Collectez et débloquez le pouvoir de toutes les lettres ! Obtenez tout dans votre collection et construisez votre propre puissante équipe Alphabet.', 'https://img.gamemonetize.com/6q8ne7w5b708hwskvv3w0xrana74nju3/512x384.jpg', 'https://html5.gamemonetize.com/6q8ne7w5b708hwskvv3w0xrana74nju3/', '0', 'Arcade', 0, 0, '', 'merge-alphabet-d-run'), (4710, 'Cars Racing Wheels', 'Overtake everyone by shifting gear up at the right time for most efficient and maximum acceleration. Use the touch gear box and shift the gear with just a single tap. Explore tons of challenging speed levels and try to win them all.', 'https://img.gamemonetize.com/9154yssv1qgzzpr7j45c7npdgckfddio/512x384.jpg', 'https://html5.gamemonetize.com/9154yssv1qgzzpr7j45c7npdgckfddio/', '0', 'Racing', 0, 0, '', 'cars-racing-wheels'), (4711, 'Jump Minimal', 'Jump Minimal is a puzzle arcade game for all players. The goal of the game is to jump with the ball that is rolling on the beam and to jump coming squares. sometimes you need to pass bellow obstacles, and sometimes to make a hard jump to jump them all. As the game is in progress, or if you play longer the game will speed faster. Anyway, it will be interesting to play.', 'https://img.gamemonetize.com/9ca31i3l68j66o33weqwzx255ogi4psk/512x384.jpg', 'https://html5.gamemonetize.com/9ca31i3l68j66o33weqwzx255ogi4psk/', '0', 'Puzzles', 0, 0, '', 'jump-minimal'), (4712, 'Paw Patrol Coloring Book With Magic Pen', 'Paw Patrol Coloring Book With Magic Pen Paw Patrol Coloring is a free online coloring and kids game, no need to download , you can directely play the paw patrol, In this game you will find 13 different pictures which have to be colored and have fun.', 'https://img.gamemonetize.com/oakfv9yhmz6t3p7yxhfyt30u9rbr95ho/512x384.jpg', 'https://html5.gamemonetize.com/oakfv9yhmz6t3p7yxhfyt30u9rbr95ho/', '0', 'Puzzles', 0, 0, '', 'paw-patrol-coloring-book-with-magic-pen'), (4713, 'LadyBug Coloring Book With Magic Pen', 'This app will allow you color your favourite ladybug. You can choose from many coloring images of your hero , and try to put the rights colors for shoes, hair, mask and accessories. Color these items in your favorite colors. Create a superhero-girl and superhero-boy so that they can fight together against the villains.', 'https://img.gamemonetize.com/p7h63vogs90j6nxys677qnq6wk3y817u/512x384.jpg', 'https://html5.gamemonetize.com/p7h63vogs90j6nxys677qnq6wk3y817u/', '0', 'Puzzles', 0, 0, '', 'ladybug-coloring-book-with-magic-pen'), (4714, 'Shorties’s Kingdom 3', 'Shorties’s Kingdom 3 is a fun online App game that you can play here on Games HAHA. If you enjoyed this game and want to play similar fun games then make sure to play Nano Kingdoms 2 - Joker\'s Revenge, Shorties Kingdom 2 or Towergirls Kingdom: Conquest! Cute and SFW Character Generator! or just go to the App games page. Shorties’s Kingdom 3 has been played multiple times and is another one of the many App games that we offer, and if you want to play more games we have see the Action games page.', 'https://img.gamemonetize.com/koco3rx62y66n2rq8a2x5haqzt8hv6kq/512x384.jpg', 'https://html5.gamemonetize.com/koco3rx62y66n2rq8a2x5haqzt8hv6kq/', '0', 'Action', 0, 0, '', 'shortiess-kingdom-'), (4715, ' Amgel Kids Room Escape 79', 'AmgelEscape - Amgel Kids Room Escape 79 is another point and click escape game developed by Amgel Escape. In this game, you are locked in a room and you have to try to escape the room by finding items and solving puzzles. Show your best escaping skills to escape from the room. Can you able to escape from the room successfully? Good luck and have fun!', 'https://img.gamemonetize.com/lko810njufjzgm8icxcmjamawdd6ioy8/512x384.jpg', 'https://html5.gamemonetize.com/lko810njufjzgm8icxcmjamawdd6ioy8/', '0', 'Puzzles', 0, 0, '', '-amgel-kids-room-escape-'), (4716, 'Assassin Creed', 'This is a leisure puzzle game, which uses 3D physics engine to render excellent pictures and awesome\'s music experience. Players can avoid all kinds of crises in the murderous assassination task and quickly advance their vision to directly kill local leaders. It\'s fun to play!', 'https://img.gamemonetize.com/2p80qfn6zx1ozxhvmkwjww53btkpokwp/512x384.jpg', 'https://html5.gamemonetize.com/2p80qfn6zx1ozxhvmkwjww53btkpokwp/', '0', 'Action', 0, 0, '', 'assassin-creed'), (4717, 'That Time Jigsaw Puzzle', 'Zazgames is a place where you can infinitely play assembling online jigsaw puzzles. We hope you are up for another game from the Puzzle category on our website , because we have just added the game called That Time Jigsaw Puzzle for you all, which, despite being one of the many puzzle games we have added so far into this category, this is the first puzzle game to use this specific format, and image, so it is going to be a brand new experience for all of you, an experience we are sure you will appreciate, as there is no way you aren\'t going to have a lot of fun playing the game. Especially after you learn how to play it from the next lines in the description. you will start by choosing how you want the jigsaw puzzle be : hard medium or easy. After that, the jigsaw puzzle pieces are going to be spread around the game screen randomly. Use the mouse to drag them over the transparent images where they match with the image, until all the pieces are connected, and the image looks just like it did in the beginning. You will have a great time with the game, so start it right now, and we are sure you will not regret it one second!', 'https://img.gamemonetize.com/183l4yslcl7meozwmiil02yrzb8amh9z/512x384.jpg', 'https://html5.gamemonetize.com/183l4yslcl7meozwmiil02yrzb8amh9z/', '0', 'Puzzles', 0, 0, '', 'that-time-jigsaw-puzzle'), (4718, 'Amgel Easy Room Escape 72', 'AmgelEscape - Amgel Easy Room Escape 72 is another point and click escape game developed by Amgel Escape. In this game, you are locked in a room and you have to try to escape the room by finding items and solving puzzles. Show your best escaping skills to escape from the room. Can you able to escape from the room successfully? Good luck and have fun!', 'https://img.gamemonetize.com/eyndxot6vkuk52ni9tc9xesyk65wlka8/512x384.jpg', 'https://html5.gamemonetize.com/eyndxot6vkuk52ni9tc9xesyk65wlka8/', '0', 'Puzzles', 0, 0, '', 'amgel-easy-room-escape-'), (4719, 'Amgel Easy Room Escape 71', 'AmgelEscape - Amgel Easy Room Escape 71 is another point and click escape game developed by Amgel Escape. In this game, you are locked in a room and you have to try to escape the room by finding items and solving puzzles. Show your best escaping skills to escape from the room. Can you able to escape from the room successfully? Good luck and have fun!', 'https://img.gamemonetize.com/lwpoiybrl0q806u56o0v9yzwcbecyin6/512x384.jpg', 'https://html5.gamemonetize.com/lwpoiybrl0q806u56o0v9yzwcbecyin6/', '0', 'Puzzles', 0, 0, '', 'amgel-easy-room-escape-'), (4720, 'Amgel Halloween Room Escape 32', 'AmgelEscape - Amgel Halloween Room Escape 32 is another point and click escape game developed by Amgel Escape. In this game, you are locked in a room and you try to escape from the room by finding items and solving puzzles. Thanks for playing Amgel Escape Games. Good luck and have fun!', 'https://img.gamemonetize.com/is9namvjt9e1cyadf4nxaogoomepx438/512x384.jpg', 'https://html5.gamemonetize.com/is9namvjt9e1cyadf4nxaogoomepx438/', '0', 'Puzzles', 0, 0, '', 'amgel-halloween-room-escape-'), (4721, 'Crazy Driver Noob', 'Hey you player, how about taking the lucky box at the finish line with noob? let\'s drive with noob and get the lucky box. it\'s hard to drive noob so it\'s very hard to drive but you get used to it. drive the car together, jump off the ramps and collect the gold, new costumes are waiting for you. buy costumes, change the shape of the noob. Be careful while driving, you can roll over and die at any time.', 'https://img.gamemonetize.com/uuwmb1j97wb5381p1hc96c2pne47yhg1/512x384.jpg', 'https://html5.gamemonetize.com/uuwmb1j97wb5381p1hc96c2pne47yhg1/', '0', 'Arcade', 0, 0, '', 'crazy-driver-noob'), (4722, 'Bus Parking 2023', 'The general public tends to believe that the only kind of Police Bus games available in 2022 include racing. New and exciting eras of these games have been explored as technology has progressed. A new generation of excitement has arrived with the release of the Police Bus Parking game 2022. Now you no longer have to settle for a Police Bus racing game and may instead try your hand at something fresh. You can play these Parking Games 2022 online or get them on your mobile devices. Let\'s see if we can find out what makes these Parking Games so interesting.', 'https://img.gamemonetize.com/gliiew8gdahjzsxi7mva9657cdvecvw8/512x384.jpg', 'https://html5.gamemonetize.com/gliiew8gdahjzsxi7mva9657cdvecvw8/', '0', 'Racing', 0, 0, '', 'bus-parking-'), (4723, 'Super Sugar Hallucination', 'Super Sugar Hallucination is a free innovative online game for boys that mixes bubble shoot and Ping-Pong. Excellent graphics and animation make you relax. There are many challenging levels waiting for you to unlock. All the levels will challenge your attention and reflex. I guess it\'s easy for you. Are you ready to try it now?', 'https://img.gamemonetize.com/adsrz3ddva8yah2ijnmw9s69a6nii1lj/512x384.jpg', 'https://html5.gamemonetize.com/adsrz3ddva8yah2ijnmw9s69a6nii1lj/', '0', 'Boys', 0, 0, '', 'super-sugar-hallucination'), (4724, 'Hungry Jelly', 'The Jelly is hungry! So let\'s go hunt!', 'https://img.gamemonetize.com/px0qcqwysx9eufc9ohh04e7t8sg987kc/512x384.jpg', 'https://html5.gamemonetize.com/px0qcqwysx9eufc9ohh04e7t8sg987kc/', '0', 'Clicker', 0, 0, '', 'hungry-jelly'), (4725, 'Egg Car Travel', 'Embark on an EGG-ceptional journey with one important mission at hand: DON\'T. DROP. THE. EGG. Tap the right arrow button to move forward, then hit the left arrow button to reverse. Unlock the coolest cars as you reach certain distances, and collect coins to get the rest! Be patient though, it\'s not as easy as you think.', 'https://img.gamemonetize.com/c56x073l59ux7l6lyvfvctejw2vfqklg/512x384.jpg', 'https://html5.gamemonetize.com/c56x073l59ux7l6lyvfvctejw2vfqklg/', '0', 'Racing', 0, 0, '', 'egg-car-travel'), (4726, 'Rainbow Friends Coloring Book', 'Welcome to Rainbow Friends Coloring Book, free online coloring game for kids. Rainbow Friends Coloring Book Playtime is for anyone that loves their very own Characters Mommy Long legs ,Blue , Green and purple. Choose your favorite coloring page and color it in bright colors. Have fun playing!', 'https://img.gamemonetize.com/lwi30b002k9dq9xgnvu2ayrbv2vxgfpy/512x384.jpg', 'https://html5.gamemonetize.com/lwi30b002k9dq9xgnvu2ayrbv2vxgfpy/', '0', 'Girls', 0, 0, '', 'rainbow-friends-coloring-book'), (4727, 'Fashion Girls Crazy Weekend', 'A crazy weekend is coming. What will our fashion girls do? The two girls put on their beautiful clothes first, and then they go to the barbers for a new haircut. Finally, make a beautiful manicure. Have fun with the fashion girls!', 'https://img.gamemonetize.com/1hs47t4zjovz8nx7k4nbvoalkipnaiyi/512x384.jpg', 'https://html5.gamemonetize.com/1hs47t4zjovz8nx7k4nbvoalkipnaiyi/', '0', 'Girls', 0, 0, '', 'fashion-girls-crazy-weekend'), (4728, 'Gas Gas Drive', 'Hey you driver, now collect all the wheels and reach the highest wheel score. reach the highest score and write your name on the top. don\'t forget you have to collect all the wheels to get other cars. collect the wheels and buy the car. Different cars are waiting for you. watch out for the obstacles, don\'t crash the car, don\'t make the curtain.', 'https://img.gamemonetize.com/rhdglezq5ys3ogyoyoxya5kexptreyez/512x384.jpg', 'https://html5.gamemonetize.com/rhdglezq5ys3ogyoyoxya5kexptreyez/', '0', 'Hypercasual', 0, 0, '', 'gas-gas-drive'), (4729, 'Sophie The Slug', 'Guide Sophie around the puzzles and try to reach the exit while using special tiles to your advantage. The game includes crates, breakable tiles portals and many more obstacles you need to overcome to complete the maze.', 'https://img.gamemonetize.com/6t8k9l0vke5f51vitlkarjjwivonhv31/512x384.jpg', 'https://html5.gamemonetize.com/6t8k9l0vke5f51vitlkarjjwivonhv31/', '0', 'Puzzles', 0, 0, '', 'sophie-the-slug'), (4730, 'Cutting Grass', 'Cutting Grass is a free online leisure puzzle game for boys played on PuzzleGame. The game has smooth and addictive gameplay. You only need to control the blade to cut the grass on the ground. The whole game process of cutting grass is very stress relieving, and it can also bring you visual enjoyment. Different cutting levels are waiting for you to unlock. Play on Mobile, Tablet, or Desktop!', 'https://img.gamemonetize.com/1mp3qnkd64owxs2fi9rrl4heqbsieojz/512x384.jpg', 'https://html5.gamemonetize.com/1mp3qnkd64owxs2fi9rrl4heqbsieojz/', '0', 'Boys', 0, 0, '', 'cutting-grass'), (4731, 'Crash Fighters', 'Start the crazy fight with your crash battle cars. Enter the battle with your opponents by preparing your tiny collision vehicles. Put your sharp sword, which is your first weapon, at the most accurate point of your collision vehicle. When designing your vehicles, move forward by thinking about your steps. Buy wheels. And here is the war! When the game starts, you make forward moves at the same time as your opponent. Whoever makes the most moves becomes the winner of the game. When you smash the opponent vehicle, you enter the fight with the next opponent. The battle continues until you lose. If you lose, the game goes back to the beginning. When the coins you have collected are enough, you can buy new weapons in your vehicle. The stronger you become, the more battle challenges you will win. To spend time in the fun game, come on, click!', 'https://img.gamemonetize.com/tat4l64axri2i3ks4bet9gof3hmgp1yk/512x384.jpg', 'https://html5.gamemonetize.com/tat4l64axri2i3ks4bet9gof3hmgp1yk/', '0', 'Boys', 0, 0, '', 'crash-fighters'), (4732, 'XO Game', 'A well-known logical game called XO. It is known also as Tic Tac Toe in the same places. But the goal is the same. You will play on a grid that\'s 3 squares by 3 squares. You are X, and your friend (or the computer in this case) is O. The first player to get 3 of her marks in a row (up, down, across, or diagonally) is the winner. When all 9 squares are full, the game is over. So, try to make three marks first and win the game. But sometimes the game will finish without a winner. Think before every move you do and have fun.', 'https://img.gamemonetize.com/eqqer2f2ooimu9gjg1o8u85ggj38b3x7/512x384.jpg', 'https://html5.gamemonetize.com/eqqer2f2ooimu9gjg1o8u85ggj38b3x7/', '0', 'Puzzles', 0, 0, '', 'xo-game'), (4733, 'Mr Agent', 'Mr Agent is Brand Sniper Game with Perfect Shooting , Aim the Enemies and shoot on perfect time like Play role of undercover Agent , Pocket The Sniper 3D Action Game with Ultimate Missions and Targets .', 'https://img.gamemonetize.com/lasqcwnki8is8js838xiy3nhnqo0k5qi/512x384.jpg', 'https://html5.gamemonetize.com/lasqcwnki8is8js838xiy3nhnqo0k5qi/', '0', 'Hypercasual', 0, 0, '', 'mr-agent'), (4734, 'Superstore Escape', '9minutegames - Superstore Escape is another point and click room escape game developed by 9minutesgames. Assume, unfortunately Cowboy lost the key of the room and struggling to find the key. Click on the objects to interact with the them and solve the hidden puzzles to come out. Good luck and have fun!', 'https://img.gamemonetize.com/b3lch2ceajwlc84dnwnai5swxdqcdjeo/512x384.jpg', 'https://html5.gamemonetize.com/b3lch2ceajwlc84dnwnai5swxdqcdjeo/', '0', 'Clicker', 0, 0, '', 'superstore-escape'), (4735, 'Kick the Mario', 'Mario is known as a positive character who copes with all the dangers in the Mushroom Kingdom in order to save Princess Peach. But today, the game turns this Italian plumber into a whipping doll, hitting which the player can blow off steam.', 'https://img.gamemonetize.com/6jg39gm9y0ii42qw2jx8gkcn7juled2q/512x384.jpg', 'https://html5.gamemonetize.com/6jg39gm9y0ii42qw2jx8gkcn7juled2q/', '0', 'Action', 0, 0, '', 'kick-the-mario'), (4736, 'Sausage Party Jigsaw Puzzle', 'Zazgames is a place where you can infinitely play assembling online jigsaw puzzles. We hope you are up for another game from the Puzzle category on our website , because we have just added the game called Sausage Party Jigsaw Puzzle for you all, which, despite being one of the many puzzle games we have added so far into this category, this is the first puzzle game to use this specific format, and image, so it is going to be a brand new experience for all of you, an experience we are sure you will appreciate, as there is no way you aren\'t going to have a lot of fun playing the game. Especially after you learn how to play it from the next lines in the description. you will start by choosing how you want the jigsaw puzzle be : hard medium or easy. After that, the jigsaw puzzle pieces are going to be spread around the game screen randomly. Use the mouse to drag them over the transparent images where they match with the image, until all the pieces are connected, and the image looks just like it did in the beginning. You will have a great time with the game, so start it right now, and we are sure you will not regret it one second!', 'https://img.gamemonetize.com/3oh20cme8fuva3fhjh11hsuvrx33y59o/512x384.jpg', 'https://html5.gamemonetize.com/3oh20cme8fuva3fhjh11hsuvrx33y59o/', '0', 'Puzzles', 0, 0, '', 'sausage-party-jigsaw-puzzle'), (4737, 'Elf Archer', 'This is a classic bow and arrow shooting mobile game. It has a variety of bow and arrow types, which can be unlocked and used by players. The cartoon style of game painting is very interesting and fun. Various levels and tasks can challenge to pass at any time.', 'https://img.gamemonetize.com/p5twwrdmyi2gyxe170xrhdehvgxrch2p/512x384.jpg', 'https://html5.gamemonetize.com/p5twwrdmyi2gyxe170xrhdehvgxrch2p/', '0', 'Shooting', 0, 0, '', 'elf-archer'), (4738, 'Ðstronaut', 'This is a game in which you need to control an astronaut to destroy asteroids and avoid bombs and pipes with fire to destroy crystals and collect all the particles from them.', 'https://img.gamemonetize.com/44ycz2zm2bcb5ego2g0jnwdyfg9phybh/512x384.jpg', 'https://html5.gamemonetize.com/44ycz2zm2bcb5ego2g0jnwdyfg9phybh/', '0', 'Arcade', 0, 0, '', 'stronaut'), (4739, 'Mutant Snake', 'This is an interesting game with the theme of many people fighting wildly. At the same time, you should know from the name of the game that the theme of greedy snakes is integrated into this game. Many players will control their own greedy snakes\' passionate fight in each game. As long as you swallow a greedy snake, you will defeat an opponent!', 'https://img.gamemonetize.com/13lj2himelh8u7x1qvynl74jmb9r0smh/512x384.jpg', 'https://html5.gamemonetize.com/13lj2himelh8u7x1qvynl74jmb9r0smh/', '0', 'Action', 0, 0, '', 'mutant-snake'), (4740, 'Rift Pipes', 'Pipes! Drag and drop specific objects into the tubes that contain a label for the same object that is in the air, to score points and continue playing. Be quick before time runs out, with each new object that has successfully entered the respective pipe, the timer is restarted, and your game continues.', 'https://img.gamemonetize.com/bakjsa0skig67e1ys1dll6d8dfxcm58y/512x384.jpg', 'https://html5.gamemonetize.com/bakjsa0skig67e1ys1dll6d8dfxcm58y/', '0', 'Hypercasual', 0, 0, '', 'rift-pipes'), (4741, 'Owl Block', 'Owl Block is a free online platform game that challenges you to use your agility and speed to overcome obstacles and reach the finish line. With over 100 levels, there is plenty of game play to keep you engaged.', 'https://img.gamemonetize.com/bdz5ufp3ecb5kzcrn7c2n34jqkv91g58/512x384.jpg', 'https://html5.gamemonetize.com/bdz5ufp3ecb5kzcrn7c2n34jqkv91g58/', '0', 'Arcade', 0, 0, '', 'owl-block'), (4742, 'Defend Military Base', 'Defend Military Base is a HTML5 Skill Game. Tap on the screen to launch the cannonballs and destroy as many tanks as possible before they reach the base! Collect extra balls bonus and make an endless balls chain! Use super bonuses for more destruction!', 'https://img.gamemonetize.com/yi1ofp20rlcnjl0guhe2ghv9q3wvzfx3/512x384.jpg', 'https://html5.gamemonetize.com/yi1ofp20rlcnjl0guhe2ghv9q3wvzfx3/', '0', 'Arcade', 0, 0, '', 'defend-military-base'), (4743, 'Match The Doodle', 'Match Doodle Match Doodle is an online Kids game, it\'s playable on all smartphones or tablets, such as iPhone, iPad, Samsung and other Apple and android system. Look at these cute toys, they are mixed together! You need to sort them out. Give it a try, find two identical items, and put them in the right place.', 'https://img.gamemonetize.com/xwvsxz5n0amg5fj7q6lnu8vamgmmryv4/512x384.jpg', 'https://html5.gamemonetize.com/xwvsxz5n0amg5fj7q6lnu8vamgmmryv4/', '0', 'Puzzles', 0, 0, '', 'match-the-doodle'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (4744, 'Hunt feed the frog 2', 'The goal of the game is to prevent the frog from getting very hungry by helping it hunt for insects. The frog\'s appetite is minus 5 points per minute.', 'https://img.gamemonetize.com/hmil1iw2vbm0wgqu0cnx3nysqmkiofkm/512x384.jpg', 'https://html5.gamemonetize.com/hmil1iw2vbm0wgqu0cnx3nysqmkiofkm/', '0', 'Arcade', 0, 0, '', 'hunt--feed-the-frog-'), (4745, 'Disney Princess Dress Up Create Your Own Magical ', 'Create your own magical outfits for your favorite Disney Princesses in this fun and exciting dress up game! Choose from a wide range of dresses, shoes, accessories, and more to create the perfect look for each princess. With beautiful graphics and a user-friendly interface, this game is perfect for fans of all ages. Download now and let your imagination run wild!', 'https://img.gamemonetize.com/yw4i9va6noziqwzqs1xzbg8x7e9m4xa7/512x384.jpg', 'https://html5.gamemonetize.com/yw4i9va6noziqwzqs1xzbg8x7e9m4xa7/', '0', 'Hypercasual', 0, 0, '', 'disney-princess-dress-up-create-your-own-magical-'), (4746, 'Jumping Raccoon', '"Jumping Raccoon" is an online game that will keep you entertained for hours. In this game, you play as a raccoon who must jump through various obstacles to reach the finish line. This game is perfect for anyone who loves animals or enjoys a good challenge.', 'https://img.gamemonetize.com/vkkmhgqasqzc8fqawas325brhpt2eii6/512x384.jpg', 'https://html5.gamemonetize.com/vkkmhgqasqzc8fqawas325brhpt2eii6/', '0', 'Arcade', 0, 0, '', 'jumping-raccoon'), (4747, 'Poker Match King', 'Poker Match King is an online puzzle game that challenges players to match three Poker card symbols. The game is easy to learn but difficult to master, and offers hours of fun and excitement for players of all ages. Poker Match King is an online puzzle game that challenges players to match three of a kind. With multiple levels of difficulty, the game is perfect for players of all ages and experience levels.', 'https://img.gamemonetize.com/t98jb6o8n52vp600rg7nzj3dxdasuhde/512x384.jpg', 'https://html5.gamemonetize.com/t98jb6o8n52vp600rg7nzj3dxdasuhde/', '0', 'Puzzles', 0, 0, '', 'poker-match-king'), (4748, 'Amgel Scary Halloween Escape', 'AmgelEscape - Amgel Scary Halloween Escape is another point and click escape game developed by Amgel Escape. In this game, you are locked in a room and you try to escape from the room by finding items and solving puzzles. Thanks for playing Amgel Escape Games. Good luck and have fun!', 'https://img.gamemonetize.com/q281mcx1womh4j4pp2s07l950euslsgf/512x384.jpg', 'https://html5.gamemonetize.com/q281mcx1womh4j4pp2s07l950euslsgf/', '0', 'Puzzles', 0, 0, '', 'amgel-scary-halloween-escape'), (4749, 'Amgel Halloween Room Escape 28', 'AmgelEscape - Amgel Halloween Room Escape 28 is another point and click escape game developed by Amgel Escape. In this game, you are locked in a room and you try to escape from the room by finding items and solving puzzles. Thanks for playing Amgel Escape Games. Good luck and have fun!', 'https://img.gamemonetize.com/s8u7fnyuoy07ojbwh4wppodtsbjq3d3j/512x384.jpg', 'https://html5.gamemonetize.com/s8u7fnyuoy07ojbwh4wppodtsbjq3d3j/', '0', 'Puzzles', 0, 0, '', 'amgel-halloween-room-escape-'), (4750, 'Amgel Easy Home Escape', 'AmgelEscape - Amgel Easy Home Escape is another point and click escape game developed by Amgel Escape. In this game, you are locked in a home and you have to try to escape the room by finding items and solving puzzles. Show your best escaping skills to escape from the home. Can you able to escape from the home successfully? Good luck and have fun!', 'https://img.gamemonetize.com/a843nfu2akhiddnb9do69x2lj7src4k2/512x384.jpg', 'https://html5.gamemonetize.com/a843nfu2akhiddnb9do69x2lj7src4k2/', '0', 'Puzzles', 0, 0, '', 'amgel-easy-home-escape'), (4751, 'Amgel Halloween Room Escape 29', 'AmgelEscape - Amgel Halloween Room Escape 29 is another point and click escape game developed by Amgel Escape. In this game, you are locked in a room and you try to escape from the room by finding items and solving puzzles. Thanks for playing Amgel Escape Games. Good luck and have fun!', 'https://img.gamemonetize.com/qtnonwb1agxmggq74r281i3r224mdzf1/512x384.jpg', 'https://html5.gamemonetize.com/qtnonwb1agxmggq74r281i3r224mdzf1/', '0', 'Puzzles', 0, 0, '', 'amgel-halloween-room-escape-'), (4752, 'Break Ice', 'Break Ice is a physics based puzzle game which is calm, fun and a little challenging game (if you want to collect all the gold). Players have to break all the ice bars in a single shot and collect all the gold while they are at it. Some levels are designed to be played multiple coins to collect all the gold, so don\'t be upset if you can\'t get them all in 1 shot. Game consists of 100 levels and is very refreshing to play.', 'https://img.gamemonetize.com/ts1hhlidvxd4j9tpdquwunoul2e7fit8/512x384.jpg', 'https://html5.gamemonetize.com/ts1hhlidvxd4j9tpdquwunoul2e7fit8/', '0', 'Puzzles', 0, 0, '', 'break-ice'), (4753, 'Constructor', 'City Builder is a place city building game, which is similar to a simulated city. Players play the role of game town manager to build your exclusive city. There are many wonderful and unique construction contents and wonderful residents\' feedback production system. Can cities be built better? Come and experience', 'https://img.gamemonetize.com/rxhgwy8erxwjach2uib8li8vycpvtr54/512x384.jpg', 'https://html5.gamemonetize.com/rxhgwy8erxwjach2uib8li8vycpvtr54/', '0', 'Action', 0, 0, '', 'constructor'), (4754, 'Pies Frescos', 'Run, jump and dodge in an adventure that includes platforms and dangers, while you have fun collecting chips to increase your score. Compete with friends to see who can go the furthest and collect the most chips! Immerse yourself in this bangtastic adventure with your friends and -why not- with your family. Are you ready? Let the freshness begin.', 'https://img.gamemonetize.com/gcomg2muumfjnedt6fxtg8x06o34uzcr/512x384.jpg', 'https://html5.gamemonetize.com/gcomg2muumfjnedt6fxtg8x06o34uzcr/', '0', 'Adventure', 0, 0, '', 'pies-frescos'), (4755, 'Ghost Pizza', 'This is a small business simulation game. It is easy to operate and easy to play. This game is suitable for all ages. Players just need to control the characters to play. Come and try it,', 'https://img.gamemonetize.com/e9198ozkzbdya74i6klcdstcb6bxvor6/512x384.jpg', 'https://html5.gamemonetize.com/e9198ozkzbdya74i6klcdstcb6bxvor6/', '0', 'Action', 0, 0, '', 'ghost-pizza'), (4756, 'Angry parkour', 'This is a great casual pass through mobile game. In this small game, players need to control the box to keep sprinting forward. Through clicking and jumping, there are various interesting skins waiting for players to unlock. Interested partners, please come and experience it!', 'https://img.gamemonetize.com/6nqx4mq1cza8luc7cncjbajzqlaap7gd/512x384.jpg', 'https://html5.gamemonetize.com/6nqx4mq1cza8luc7cncjbajzqlaap7gd/', '0', 'Hypercasual', 0, 0, '', 'angry-parkour'), (4757, 'BTS Ball', 'Bts rhythm', 'https://img.gamemonetize.com/mhqraxaktvylzx6ab0tyi5oacjancul9/512x384.jpg', 'https://html5.gamemonetize.com/mhqraxaktvylzx6ab0tyi5oacjancul9/', '0', '3D', 0, 0, '', 'bts-ball'), (4758, 'Pipe connection', 'Pipe Connect is casual puzzle game. Make Pipe Lines without crossing.', 'https://img.gamemonetize.com/w70zt157us6asdxfmrg5awv13r3vtdpd/512x384.jpg', 'https://html5.gamemonetize.com/w70zt157us6asdxfmrg5awv13r3vtdpd/', '0', 'Boys', 0, 0, '', 'pipe-connection'), (4759, 'Christmas Gifts Game', 'This game is a Christmas game. It is a bubble shooter game. Shoot the ball to match 3 or more than 3 to collect the gifts. Play and enjoy!', 'https://img.gamemonetize.com/a8b3f10nsweic4ijj3muow3mtan139xh/512x384.jpg', 'https://html5.gamemonetize.com/a8b3f10nsweic4ijj3muow3mtan139xh/', '0', 'Puzzles', 0, 0, '', 'christmas-gifts-game'), (4760, 'Fight StickMan', 'Stick Fighter is a fighting game where you take control of one six characters, all of whom have completely different move sets! Run the gauntlet in the single player mode taking on each of the other characters in an attempt to prove yourself as the ultimate Stick Fighter!', 'https://img.gamemonetize.com/35vohyrh9uqn09vtuneui4q71htmc8p2/512x384.jpg', 'https://html5.gamemonetize.com/35vohyrh9uqn09vtuneui4q71htmc8p2/', '0', 'Fighting', 0, 0, '', 'fight-stickman'), (4761, 'Cut Mover', 'Conquer territories, use the Super Cutter to be number one, the bigger the map you occupy, the better your weapons will be. Break through obstacles, break through enemies! The game has enclosure mode and kill mode, simple one-button control and enjoy super satisfying gameplay!', 'https://img.gamemonetize.com/z4m3g8gruj8ppiy9oqh7xfgihfmp08fl/512x384.jpg', 'https://html5.gamemonetize.com/z4m3g8gruj8ppiy9oqh7xfgihfmp08fl/', '0', 'Action', 0, 0, '', 'cut-mover'), (4762, 'NoobWars', 'Play with your friend. Fire your shots, paying attention to the wind. Use your abilities strategically. Battle against the computer. -Quality graphic style -3 Different abilities -Player VS Player -Player VS Computer', 'https://img.gamemonetize.com/gjz7o2dqggzva6jnr0up8wupoh7xhbed/512x384.jpg', 'https://html5.gamemonetize.com/gjz7o2dqggzva6jnr0up8wupoh7xhbed/', '0', 'Shooting', 0, 0, '', 'noobwars'), (4763, 'Happy Valentines Day Puzzles', 'Happy Valentines Day Puzzles is a jigsaw game with a romance theme.Choose from 12 images and choose between 3 difficulty modes. With your mouse, click and drag the puzzle pieces to their correct places. The game is suited for players who celebrate Valentine’s Day or the Star Festival and for those who like jigsaw puzzle games. Have fun playing.', 'https://img.gamemonetize.com/2ce2jeukxnuz95i6h1qfzo8c311djk85/512x384.jpg', 'https://html5.gamemonetize.com/2ce2jeukxnuz95i6h1qfzo8c311djk85/', '0', 'Puzzles', 0, 0, '', 'happy-valentines-day-puzzles'), (4764, 'Hammer Master io', 'Smash the players on the battlefield and absorb their power! Join the gang beasts fight and enjoy the crazy action. Become bigger and stronger kicking every buddy in the PvP io arena! Win the round and become the last stickman fighter who lived in this battle royal!', 'https://img.gamemonetize.com/hjy2vk3puaewim5dm7wrlzzkwo7cbhle/512x384.jpg', 'https://html5.gamemonetize.com/hjy2vk3puaewim5dm7wrlzzkwo7cbhle/', '0', 'Arcade', 0, 0, '', 'hammer-master-io'), (4765, 'Noob vs Rainbow Friends', 'hey noob, load your gun and kill all rainbow friends monsters. Be careful, there is a professor among them, he is the most dangerous, do not forget to kill him too. All monsters are waiting for you, treat your gun and shoot them all. You have 6 bullets, kill all the enemies, different adventures and different enemies are waiting for you in each section.', 'https://img.gamemonetize.com/5y99oqtp0pic1gp9gtzlyy1s8n4iv20l/512x384.jpg', 'https://html5.gamemonetize.com/5y99oqtp0pic1gp9gtzlyy1s8n4iv20l/', '0', 'Adventure', 0, 0, '', 'noob-vs-rainbow-friends'), (4766, 'Flappy Orange', 'Avoid obstacles to level up, find fantastic treasures. Help the orange fish to swim among the obstacles and discover the interesting regions under the oceans and most importantly, survive as long as you can and beat world\'s best high score!', 'https://img.gamemonetize.com/6rux6hnx5l1ng024jev2lhrhbjxv1w0s/512x384.jpg', 'https://html5.gamemonetize.com/6rux6hnx5l1ng024jev2lhrhbjxv1w0s/', '0', 'Clicker', 0, 0, '', 'flappy-orange'), (4767, 'Motorbike Acrobat', 'Would you like to have fun with the acrobat motorcycle driver? Cross the obstacles with your amazing acrobatic moves and finish the game. Good luck', 'https://img.gamemonetize.com/t0b7soju1q8ruj6ru46jdu3es6zqqf8q/512x384.jpg', 'https://html5.gamemonetize.com/t0b7soju1q8ruj6ru46jdu3es6zqqf8q/', '0', 'Racing', 0, 0, '', 'motorbike-acrobat'), (4768, 'Tiny Crash Fighters', 'Tiny Crash Fighters is a fast-paced action game where you build your ultimate machine to fight against the CPU or challenge all your friends. Choose your favorite fighter, wheels, and weapons and conquest the arena to be the best player. Use more than 30 vehicle parts to build your fighting robot vehicle and unleash the power of your machine! Earn coins and unlock more special parts such as Drills, Saws, Missiles, Turbo, or Machineguns, and don’t lose the fight.', 'https://img.gamemonetize.com/dhk99s99tssxx0kn2z9xc4sdhufeuw1o/512x384.jpg', 'https://html5.gamemonetize.com/dhk99s99tssxx0kn2z9xc4sdhufeuw1o/', '0', 'Arcade', 0, 0, '', 'tiny-crash-fighters'), (4769, 'Hexagon Physics', 'Hexagon Physics is a fun puzzle and physics game. The goal of the game is to break as many blocks as possible without falling the hexagon at the top. Challenge yourself to achieve the best score possible!', 'https://img.gamemonetize.com/rgaomdqavlj4ahznaygl44ap6jjdhgrb/512x384.jpg', 'https://html5.gamemonetize.com/rgaomdqavlj4ahznaygl44ap6jjdhgrb/', '0', 'Puzzles', 0, 0, '', 'hexagon-physics'), (4770, 'Spider Noob', 'How To Play? You’re a noob and you know how to throw nets, throw nets where you need to net and reach the finish line. Remember, you must be careful not to go out of the map and not to fall down from the valley. Dangerous obstacles are waiting for you so you have to be careful. collect the gold and have the money of the costume you want, buy the costume. it will make you look different and more pleasant.', 'https://img.gamemonetize.com/uafqi57rzuvr1mw4ndkhdpbcv39r6agk/512x384.jpg', 'https://html5.gamemonetize.com/uafqi57rzuvr1mw4ndkhdpbcv39r6agk/', '0', 'Adventure', 0, 0, '', 'spider-noob'), (4771, 'Draw To Pee Toilet Race', 'To avoid peeing, draw lines and direct people to the toilet. Draw to Pee is a simple but fun drawing game. Use your brain to strategize and help people run to the toilet. Always be careful when people run along the line, they can bump into each other. Various levels will test your mind and train your logic.', 'https://img.gamemonetize.com/lkyhjdomuw3g45i8wc3hmnr9o4g6wgew/512x384.jpg', 'https://html5.gamemonetize.com/lkyhjdomuw3g45i8wc3hmnr9o4g6wgew/', '0', 'Racing', 0, 0, '', 'draw-to-pee-toilet-race'), (4772, 'Nekoman vs Gangster 2', 'Nekoman vs Gangster 2 is a 2D platformer where you play as a cat who have to collect all of the silver keys while avoiding the Gangsters, and their bullets, saws and reach the Exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Nekoman vs Gangster" series.', 'https://img.gamemonetize.com/mjsvz3lll3xnt1dwychw9s3dm7e5xj82/512x384.jpg', 'https://html5.gamemonetize.com/mjsvz3lll3xnt1dwychw9s3dm7e5xj82/', '0', 'Arcade', 0, 0, '', 'nekoman-vs-gangster-'), (4773, 'Marrakech Subway', 'Subway Surfers Subway surfers Marrakech! - Experience unique architecture and dazzling beaches - Team up with Sofia and unlock her brand new Tango outfit - Take a trip through the colorful streets on the cool Roto board - Search for shiny horse shoes to win the Weekly Hunt prizes', 'https://img.gamemonetize.com/6x0f7hqv8z27frnwg28a4w3hfbwlff5m/512x384.jpg', 'https://html5.gamemonetize.com/6x0f7hqv8z27frnwg28a4w3hfbwlff5m/', '0', 'Action', 0, 0, '', 'marrakech-subway'), (4774, 'World Tour Paris', 'Subway Surfers Subway Surfers World Tour: Paris! - Experience unique architecture and dazzling beaches - Team up with Sofia and unlock her brand new Tango outfit - Take a trip through the colorful streets on the cool Roto board - Search for shiny horse shoes to win the Weekly Hunt prizes', 'https://img.gamemonetize.com/3uvme5iyfay31dzp2wsv42jxrkrfrxyh/512x384.jpg', 'https://html5.gamemonetize.com/3uvme5iyfay31dzp2wsv42jxrkrfrxyh/', '0', '3D', 0, 0, '', 'world-tour-paris'), (4775, 'Melon Playground', 'Voodoo Doll is a fun anti-stress game where you get to kick a doll. You can buy a multitude of weapons to use them against the puppet. Play Voodoo Doll now for endless fun!', 'https://img.gamemonetize.com/g7desduah8xh051fdycx8actydryi677/512x384.jpg', 'https://html5.gamemonetize.com/g7desduah8xh051fdycx8actydryi677/', '0', 'Clicker', 0, 0, '', 'melon-playground'), (4776, 'Private Pixel Battlegrounds', 'Battlegrounds or Deathmatch Game TPS/FPS game mode', 'https://img.gamemonetize.com/vj0km4vh9hgj3eux8cs1rljw1zwps743/512x384.jpg', 'https://html5.gamemonetize.com/vj0km4vh9hgj3eux8cs1rljw1zwps743/', '0', 'Shooting', 0, 0, '', 'private-pixel-battlegrounds'), (4777, 'Side to SIde', 'GAMEPLAY Make the "hungry box" eat some food before time running out. You have only 10 seconds. Everytime eat the food, the timer will reset. There many hidden box\'s characters like fruits, foods, robots, ghost, superheroes, etc. Reach your best score and unlock all hidden boxes!', 'https://img.gamemonetize.com/hi1og38xejh99rrrhhinl1pgah3wopif/512x384.jpg', 'https://html5.gamemonetize.com/hi1og38xejh99rrrhhinl1pgah3wopif/', '0', 'Hypercasual', 0, 0, '', 'side-to-side'), (4778, 'Sonic Boom Jigsaw Puzzle', 'Zazgames is a place where you can infinitely play assembling online jigsaw puzzles. We hope you are up for another game from the Puzzle category on our website , because we have just added the game called Sonic Boom Jigsaw Puzzle for you all, which, despite being one of the many puzzle games we have added so far into this category, this is the first puzzle game to use this specific format, and image, so it is going to be a brand new experience for all of you, an experience we are sure you will appreciate, as there is no way you aren\'t going to have a lot of fun playing the game. Especially after you learn how to play it from the next lines in the description. you will start by choosing how you want the jigsaw puzzle be : hard medium or easy. After that, the jigsaw puzzle pieces are going to be spread around the game screen randomly. Use the mouse to drag them over the transparent images where they match with the image, until all the pieces are connected, and the image looks just like it did in the beginning. You will have a great time with the game, so start it right now, and we are sure you will not regret it one second!', 'https://img.gamemonetize.com/s0edj3oznnyr8f8oo0p0dez0ohujufx1/512x384.jpg', 'https://html5.gamemonetize.com/s0edj3oznnyr8f8oo0p0dez0ohujufx1/', '0', 'Puzzles', 0, 0, '', 'sonic-boom-jigsaw-puzzle'), (4779, 'Pixel Protect Your Planet', 'Protect your planet and defend from invaders and destroy all androids for reach the best score in this funny arcade game.', 'https://img.gamemonetize.com/brb5x01oh113hjpd93mnnunv61t7bad7/512x384.jpg', 'https://html5.gamemonetize.com/brb5x01oh113hjpd93mnnunv61t7bad7/', '0', 'Arcade', 0, 0, '', 'pixel-protect-your-planet'), (4780, 'Number games Solitaire style', 'Solitaire 0-21 in Blackjack style is a symbiosis of 3 games, you can say 3 in 1. Firstly it is almost traditional blackjack, secondly it is almost solitaire and in 3 it is a game with numbers. Pump your brain up to 100% in this brain puzzle from games-dk Among the free mind games, I prefer Blackjack Solitaire 0-21 as it is one of the cool brain games. If you play this puzzle once a day, you will keep the sharpness of your mind, as well as pump your attention, concentration and raise your mathematical skills, because in essence this is a game with numbers. âï¸ Variety of chip layouts in each level âï¸ Constantly changing background âï¸ Buy new colorful chips with coins âï¸ Number games - solitaire style available offline', 'https://img.gamemonetize.com/2a4y4ouxivu757ox7wcf9kubxgljq5n7/512x384.jpg', 'https://html5.gamemonetize.com/2a4y4ouxivu757ox7wcf9kubxgljq5n7/', '0', 'Puzzles', 0, 0, '', 'number-games-solitaire-style'), (4781, 'Amgel Giving Tuesday Escape', 'AmgelEscape - Amgel Giving Tuesday Escape is another point and click escape game developed by Amgel Escape. In this game, you are locked in a room and you try to escape from the room by finding items and solving puzzles. Show your best escaping skills to escape from this room. Can you able to escape from this room successfully? Good luck and have fun!', 'https://img.gamemonetize.com/6cl3nb0w3q40h8qrm3ep1j3qjmth88ct/512x384.jpg', 'https://html5.gamemonetize.com/6cl3nb0w3q40h8qrm3ep1j3qjmth88ct/', '0', 'Puzzles', 0, 0, '', 'amgel-giving-tuesday-escape'), (4782, 'Amgel Halloween Room Escape 30', 'AmgelEscape - Amgel Halloween Room Escape 30 is another point and click escape game developed by Amgel Escape. In this game, you are locked in a room and you try to escape from the room by finding items and solving puzzles. Thanks for playing Amgel Escape Games. Good luck and have fun!', 'https://img.gamemonetize.com/f1qwrrrnufw7unjxak2rv639vs3nk3j9/512x384.jpg', 'https://html5.gamemonetize.com/f1qwrrrnufw7unjxak2rv639vs3nk3j9/', '0', 'Puzzles', 0, 0, '', 'amgel-halloween-room-escape-'), (4783, 'Amgel Halloween Room Escape 31', 'AmgelEscape - Amgel Halloween Room Escape 31 is another point and click escape game developed by Amgel Escape. In this game, you are locked in a room and you try to escape from the room by finding items and solving puzzles. Thanks for playing Amgel Escape Games. Good luck and have fun!', 'https://img.gamemonetize.com/zrhspv4rab4h4rcho9j9d5lp6qzglvhm/512x384.jpg', 'https://html5.gamemonetize.com/zrhspv4rab4h4rcho9j9d5lp6qzglvhm/', '0', 'Puzzles', 0, 0, '', 'amgel-halloween-room-escape-'), (4784, 'Super Buddy Kick', 'The most exciting action game is back to help you relieve stress in an unconventional way. Choose from an arsenal of weapons and devices to take out the Buddyman and he’ll respawn when you’re finished. Buddyman acts as an object to concentrate your aggression on without actually causing harm. Give it your best shot.', 'https://img.gamemonetize.com/6njjb112p5b5ipgktzcdjlm73eif75p4/512x384.jpg', 'https://html5.gamemonetize.com/6njjb112p5b5ipgktzcdjlm73eif75p4/', '0', 'Action', 0, 0, '', 'super-buddy-kick'), (4785, 'CatLines', 'Simple match 5 game for kids designed to enhance logical thinking skills. Match 5 or more same colored cats in a straight lines, in any direction, to clear them from the board. How many lines can you make?', 'https://img.gamemonetize.com/v6m02j935s1pqa02c1zfqfeye6uy4fcz/512x384.jpg', 'https://html5.gamemonetize.com/v6m02j935s1pqa02c1zfqfeye6uy4fcz/', '0', 'Puzzles', 0, 0, '', 'catlines'), (4786, 'Multi Brick Breake', 'Can you beat your opponent? Yes you are two challengers in same time. Keep up with the bouncing ball and deflect it with your paddle in this classic breakout game! Pamboo, the friend of Birdy in Jetpack High, want to eat some bamboo. You will need to break all of bamboo with your ball before the opponent. Multi Brick Breaker is the breakout game you need to play! Break and destroy each brick, until you\'ve succeeded each level\'s mission! Use bonus to help you and clear all levels! - Classic brick breaker breakout gameplay with a modern, mobile twist! - Challenging levels with more coming soon! - Many power-up, aiding your quest to win each level! - Easy to play, difficult to master: Try to achieve 3 stars on each level! - Multi ball, smoke, freeze, big ball, dragon ball (oups not this one) - More features to come!', 'https://img.gamemonetize.com/a5hpy0kllchkgdph4zkcwxrhxoi66ii5/512x384.jpg', 'https://html5.gamemonetize.com/a5hpy0kllchkgdph4zkcwxrhxoi66ii5/', '0', 'Arcade', 0, 0, '', 'multi-brick-breake'), (4787, 'Astronaut Jump', 'come on this strategy adventure so you don\'t get lost in the infinity of space!', 'https://img.gamemonetize.com/wcj2vxun5i695fwzmwm8iesdsu3f27om/512x384.jpg', 'https://html5.gamemonetize.com/wcj2vxun5i695fwzmwm8iesdsu3f27om/', '0', 'Puzzles', 0, 0, '', 'astronaut-jump'), (4788, 'Yuas Quest 2', 'Yuas Quest 2 is a 2D platformer where you have to play as an anime girl who have to collect antidotes of Zombie virus while avoiding the various kinds of zombies, flying zombies and their bullets, saws and reach the red flag in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Yuas Quest" series.', 'https://img.gamemonetize.com/e16ybk76dt9j9c5f3yd5fn010co3ydgw/512x384.jpg', 'https://html5.gamemonetize.com/e16ybk76dt9j9c5f3yd5fn010co3ydgw/', '0', 'Arcade', 0, 0, '', 'yuas-quest-'), (4789, 'FIFA Soccer 2023', 'Prepare yourself for your authentic FIFA World Cup 2022 journey with EA SPORTSFIFA Mobile. Build your Ultimate Team and kick off your soccer journey in FIFA World Cup 2022 today. Immerse yourself in the world‘s greatest soccer tournament. FIFA Mobile is the only officially licensed FIFA World Cup 2022mobile game where you can play through the official tournament brackets with any of the 32 qualified nations. The new ‘23 season is here! The new season includes updated players, kits, clubs, leagues and national teams to reflect the real world 22/23 soccer season! Build your dream team in FIFA Mobile - collect players and put your favorite soccer stars to the test. With over 15,000 authentic soccer stars to choose from including world-class talent like Kylian Mbappé, Vini Jr, and Christian Pulisic, plus 600+ teams including Real Madrid and Manchester City. Score goals with some of the world’s best players as you level up a team of soccer superstars. Compete against the best in pvp modes, including Head-to-Head, VS Attack and the all new Manager Mode, where you choose strategic tactics for your team so they can rise in rank to FIFA Champions. Champions are made in FIFA Mobile. World-class competition, realistic sports game thrills, real time 11v11 gameplay, and authentic soccer game action await. Kick it in the next generation of mobile soccer games.', 'https://img.gamemonetize.com/j6y0wq913tf5t6iswkgr5t70i4d0ouwz/512x384.jpg', 'https://html5.gamemonetize.com/j6y0wq913tf5t6iswkgr5t70i4d0ouwz/', '0', 'Sports', 0, 0, '', 'fifa-soccer-'), (4790, 'Parking Simulator 3D Bus Games', 're you looking for city passenger bus parking games or city coach bus games? Then Play game and enjoy', 'https://img.gamemonetize.com/uncetcb60tubdu4wkk99tq877tmj94oe/512x384.jpg', 'https://html5.gamemonetize.com/uncetcb60tubdu4wkk99tq877tmj94oe/', '0', 'Racing', 0, 0, '', 'parking-simulator-d-bus-games'), (4791, 'Xtreme Train Driving Simulator', 'Xtreme Train Driving Simulator is fun addictive casual game.Regulate automobile traffic, regulate train simulation traffic by playing Railroad Crossing Game', 'https://img.gamemonetize.com/9ibuieom16ihlox8oj4cvc4l3whqratk/512x384.jpg', 'https://html5.gamemonetize.com/9ibuieom16ihlox8oj4cvc4l3whqratk/', '0', 'Adventure', 0, 0, '', 'xtreme-train-driving-simulator'), (4792, 'Batman cool', 'This is a casual shooting game. The style of the game is simple, the playing method is simple, and the operation is easy. It is suitable for players of all ages. What are you waiting for? Come and have a try', 'https://img.gamemonetize.com/pjonlpkp2y7ctaslu2b28se5bwqga5cl/512x384.jpg', 'https://html5.gamemonetize.com/pjonlpkp2y7ctaslu2b28se5bwqga5cl/', '0', 'Hypercasual', 0, 0, '', 'batman-cool'), (4793, 'Old Prisoner Escape 2', 'Old Prisoner Escape 2 is a point and click game developed by 8B Games/Games2mad. Imagine that your old friend had been too prisoner in a jail. You are now here to rescue him. Here are the interesting puzzles and hidden objects to find and get escape with your friend. Good luck… Have fun!', 'https://img.gamemonetize.com/oij7y1fdmkb8h5mvsyg9hxi8hjek01yn/512x384.jpg', 'https://html5.gamemonetize.com/oij7y1fdmkb8h5mvsyg9hxi8hjek01yn/', '0', 'Puzzles', 0, 0, '', 'old-prisoner-escape-'), (4794, 'G2M Green House Escape ', 'Green House Escape is a point and click game developed by 8B Games/Games2Mad. Imagine that you went to a Green house. You got trapped inside the house. Here is the interesting puzzles and hidden objects to get escape. Good Luck…. Have Fun!!!', 'https://img.gamemonetize.com/0f6y6i8wkrd7dpxf2h6ol2m5ar57q8r9/512x384.jpg', 'https://html5.gamemonetize.com/0f6y6i8wkrd7dpxf2h6ol2m5ar57q8r9/', '0', 'Puzzles', 0, 0, '', 'gm-green-house-escape-'), (4795, 'Lonely Forest Escape 5', 'Lonely Forest Escape 5 is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a forest, there you got trapped inside the forest Here is the interesting puzzles and hidden objects to find and get escape from the forest. Good luck… Have fun!', 'https://img.gamemonetize.com/jqy7z74w1zjk0vneogj8rsp2jr8spqda/512x384.jpg', 'https://html5.gamemonetize.com/jqy7z74w1zjk0vneogj8rsp2jr8spqda/', '0', 'Puzzles', 0, 0, '', 'lonely-forest-escape-'), (4796, 'Darkside Stunt Car Driving 3D', 'Welcome to the world car stunting games! The night has arrived and your supercars are waiting. Enjoy the race across different extreme tracks high in the sky, but watch out and don\'t fall outside of the track. Buy new supercars using money you collect after playing new levels. You will start stunt car racing from a thrilling container stand and have to drive your car to survive the tricky stunts. Prove your driving skills in this exciting stunt simulation game now! Available to play the game both on Mobile and the Web.', 'https://img.gamemonetize.com/5xbagybtvfgb02pswmdqbfsd74jxjv6f/512x384.jpg', 'https://html5.gamemonetize.com/5xbagybtvfgb02pswmdqbfsd74jxjv6f/', '0', 'Racing', 0, 0, '', 'darkside-stunt-car-driving-d'), (4797, 'Spear of Janissary', 'The struggle of Janissaries continue with the spears this time. The one who is controlling his/her spear well, is the winner of the game. To become a winner, you should punch the target of your opponent for five times. You can make this easier by picking up bonuses with your spear. You can do training in the single player game mode and you can improve your skills!', 'https://img.gamemonetize.com/87s6jgyktm5poj6w6mowut8vp44yolgg/512x384.jpg', 'https://html5.gamemonetize.com/87s6jgyktm5poj6w6mowut8vp44yolgg/', '0', 'Arcade', 0, 0, '', 'spear-of-janissary'), (4798, 'Pixel Kart', 'Have you ever miss the Retro-Pixel styled kart races which are being played in game consoles many years ago? You can have the pleasure of competing with pixel cars against your friend either in your mobile device or desktop device. The game exiles for five laps and the winner will become clear in the fifth lap.', 'https://img.gamemonetize.com/60b9e1xpbztf9p5liwlagures2qxt0dt/512x384.jpg', 'https://html5.gamemonetize.com/60b9e1xpbztf9p5liwlagures2qxt0dt/', '0', 'Racing', 0, 0, '', 'pixel-kart'), (4799, 'Jellyfish Smasher', 'Try to smash the more jellyfish you can! Use the mega ball to smash the jellyfih! enjoy it!!', 'https://img.gamemonetize.com/pq1zri1tiiuyo7qnntsipsvz2c2pvi5z/512x384.jpg', 'https://html5.gamemonetize.com/pq1zri1tiiuyo7qnntsipsvz2c2pvi5z/', '0', 'Clicker', 0, 0, '', 'jellyfish-smasher'), (4800, 'Among Yetto Bots 2', 'Among Yetto Bots 2 is a 2D Sci-fi themed platformer where you have to collect all of the golden balls while avoiding the enemy bots, flying bots, bullets, spikes and reach the Exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Among Yetto Bots" series.', 'https://img.gamemonetize.com/08kazttnw47w0m73dbwj1ciksomvorsp/512x384.jpg', 'https://html5.gamemonetize.com/08kazttnw47w0m73dbwj1ciksomvorsp/', '0', 'Arcade', 0, 0, '', 'among-yetto-bots-'), (4801, 'Noob Robo Parkour', 'Noob Robo Parkour! Finish the parkour on the big parkour map by directing your blue robot! Be careful, don\'t fall down!', 'https://img.gamemonetize.com/lbeoajzgjmcgffwut4qkivoqznemo6ki/512x384.jpg', 'https://html5.gamemonetize.com/lbeoajzgjmcgffwut4qkivoqznemo6ki/', '0', 'Adventure', 0, 0, '', 'noob-robo-parkour'), (4802, 'Christmas Sweeper', 'Welcome to Christmas Sweeper! This is an amazing Match3 puzzle game with winter christmas items. Swipe to match 3 or more candy christmas items to pop them and finish your mission. Explore tons of amazing and chellenging puzzle levels and try to finish them all. Enjoy!', 'https://img.gamemonetize.com/4kyqjbb3yexewc5lsgyfoay6mrjoqwn2/512x384.jpg', 'https://html5.gamemonetize.com/4kyqjbb3yexewc5lsgyfoay6mrjoqwn2/', '0', 'Puzzles', 0, 0, '', 'christmas-sweeper'), (4803, 'Nina Adventures', 'Nina Adventures is a 2D little platformer where you play as a cute girl who have to collect all of the chocolate ice cream bars while avoiding the monsters, ground saws and spikes and reach the red flag in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/lhtj9qlxxearibfkktdv5on737nz0b06/512x384.jpg', 'https://html5.gamemonetize.com/lhtj9qlxxearibfkktdv5on737nz0b06/', '0', 'Arcade', 0, 0, '', 'nina-adventures'), (4804, 'Orange Smasher', 'Try to smash the more Orange Creatures you can! Use the mega ball to smash the little Orange creatures! enjoy it!', 'https://img.gamemonetize.com/u85z5cwc3vli1dmvna23zg0cg6tq1x5d/512x384.jpg', 'https://html5.gamemonetize.com/u85z5cwc3vli1dmvna23zg0cg6tq1x5d/', '0', 'Clicker', 0, 0, '', 'orange-smasher'), (4805, 'Winter Fairy', 'Winter is in full swing. Lets look into the fabulous winter forest and see who lives there. A few strokes of a magic wand and a clearing covered with snow turns into a magical vision. This is the work of the Winter Fairy! Try on wonderful outfits and shoes with the fairy, appreciate these snow-white, blue and dark blue shades. Don\'t forget to do a refreshing frosty make-up and a charming hairstyle. Enjoy the beauty of winter with the Winter Fairy!', 'https://img.gamemonetize.com/gca5m5p1edaubiwfkszd99y0b8gljo6r/512x384.jpg', 'https://html5.gamemonetize.com/gca5m5p1edaubiwfkszd99y0b8gljo6r/', '0', 'Girls', 0, 0, '', 'winter-fairy'), (4806, 'Celebrity Sundance Film Festival', 'Welcome to the Celebrity Sundance Film Festival. Celebrity invited to the Sundance event. They are excited to participate in this event. Browse her wardrobe and pick cute outfits and costumes for the event. Help them and have fun!', 'https://img.gamemonetize.com/6vasv6l1m9affo5st3yn8dal5ydgblah/512x384.jpg', 'https://html5.gamemonetize.com/6vasv6l1m9affo5st3yn8dal5ydgblah/', '0', 'Girls', 0, 0, '', 'celebrity-sundance-film-festival'), (4807, 'SuperCar Stunts 2023', 'In the most recent and readily available new car games 2021, like mountain rise stunt car racing, you may choose your vehicle and get ready for some spectacular ramp vehicle stunt racing. The free new car game 2021: big ramp auto racing stunts 3d game has a wide range of powerful automobiles. You can only play Mega Ramp Car, which is only accessible through Big Ramp Car.', 'https://img.gamemonetize.com/1gc5b2k3cxsg8pu6bjcxi7ai93zm0ya2/512x384.jpg', 'https://html5.gamemonetize.com/1gc5b2k3cxsg8pu6bjcxi7ai93zm0ya2/', '0', 'Racing', 0, 0, '', 'supercar-stunts-'), (4808, 'Halloween Memory GF', 'Click the cards to flip a halloween items. Memorize their position and match them up in pairs. Match all of the cards on the board to complete the level. Each level with a difference symbol and it\'s harder than the last and you have limited time to complete them. It\'s time to check your memory skill now. What\'s the max level can you play?', 'https://img.gamemonetize.com/6teajx3vkhhnhkijd5apb6itrwzmfq4x/512x384.jpg', 'https://html5.gamemonetize.com/6teajx3vkhhnhkijd5apb6itrwzmfq4x/', '0', 'Puzzles', 0, 0, '', 'halloween-memory-gf'), (4809, 'Wood Carving', 'Use all Tools and Turn a piece of wood into the given shape. Cut (carve), polish, paint and add a stencil to your work. Explore tons of shapes and try to make them. Enjoy it!', 'https://img.gamemonetize.com/spugho93jpwxr76h1eye927o2ldmnqzk/512x384.jpg', 'https://html5.gamemonetize.com/spugho93jpwxr76h1eye927o2ldmnqzk/', '0', 'Hypercasual', 0, 0, '', 'wood-carving'), (4810, 'Super Mano', 'PLAY as Mano who has to overcome obstacles and defeat enemies to find his gold. JUMP and RUN through exciting levels and discover breathtaking places with lots of hiding places. Good Luck!', 'https://img.gamemonetize.com/d6yrvg3v757p6zegi1zcw37xyd7ew7ra/512x384.jpg', 'https://html5.gamemonetize.com/d6yrvg3v757p6zegi1zcw37xyd7ew7ra/', '0', 'Arcade', 0, 0, '', 'super-mano'), (4811, 'PlayTime Merge & Fight', 'Do live Merging Games? Merge, Fight and Challenge yourself to become the king of huggy wuggy & bear glamrock : Merge Master. Collect coins to help you buy new Monsters. Have fun', 'https://img.gamemonetize.com/27g48eqzt0sprwpkbqune3qzeqxpha1g/512x384.jpg', 'https://html5.gamemonetize.com/27g48eqzt0sprwpkbqune3qzeqxpha1g/', '0', 'Shooting', 0, 0, '', 'playtime-merge-amp-fight'), (4812, 'Wash if off', 'wash the dirt off the painting to reveal it! puzzle game mechanic taken from roller splat and combined with washing paints.', 'https://img.gamemonetize.com/w11q99p2wxb3qyw68xnosnzy9u156gl3/512x384.jpg', 'https://html5.gamemonetize.com/w11q99p2wxb3qyw68xnosnzy9u156gl3/', '0', 'Puzzles', 0, 0, '', 'wash-if-off'), (4813, 'Ice Cube Man', 'Ice Cube Man is a 2D cute little platformer where you have to collect all of the bags containing ice cubes while avoiding the fire cubes, flying thunder cubes and their bullets, giant blades, fire and reach the Exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/1p0zqijhkfsbzlsbmagk9w4a6hhooh9y/512x384.jpg', 'https://html5.gamemonetize.com/1p0zqijhkfsbzlsbmagk9w4a6hhooh9y/', '0', 'Arcade', 0, 0, '', 'ice-cube-man'), (4814, 'Moo Bot 2', 'Moo Bot 2 is a 2D Sci-fi themed platformer where you play as a bot who have to collect the blue energy crystals while avoiding the green and yellow enemy bots, rotating green and red lasers, flying bots, bullets and reach the Exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Moo Bot" series.', 'https://img.gamemonetize.com/dnpq2wi4t0552sw0qc4tpj8rzacixpc7/512x384.jpg', 'https://html5.gamemonetize.com/dnpq2wi4t0552sw0qc4tpj8rzacixpc7/', '0', 'Arcade', 0, 0, '', 'moo-bot-'), (4815, 'Christmas Kenno Bot', 'Christmas Kenno Bot is a 2D Christmas themed platformer where you play as a bot who have to collect green gift boxes while avoiding the enemy bots, flying bots, their bullets, saws, spikes and reach the Eskimo\'s door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/4c60bf1vfwsk29oeb78ern0xn68m7qo3/512x384.jpg', 'https://html5.gamemonetize.com/4c60bf1vfwsk29oeb78ern0xn68m7qo3/', '0', 'Arcade', 0, 0, '', 'christmas-kenno-bot'), (4816, 'Ice Cube Man 2', 'Ice Cube Man 2 is a 2D cute little platformer where you have to collect all of the bags containing ice cubes while avoiding the fire cubes, Earth cubes, flying thunder cubes, and their bullets, giant blades, fire and reach the Exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Ice Cube Man" series.', 'https://img.gamemonetize.com/uq6pdwthb6sbh7455gk8vk64l5e44cz7/512x384.jpg', 'https://html5.gamemonetize.com/uq6pdwthb6sbh7455gk8vk64l5e44cz7/', '0', 'Arcade', 0, 0, '', 'ice-cube-man-'), (4817, 'Among Akero Bots', 'Among Akero Bots is a 2D Sci-fi themed platformer where you play as Akero Bot who have to collect red magical gems while avoiding the enemy bots, flying robots and their bullets, rotating lasers, spikes and reach the Exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/up9vtrd2v0a3dlqf4d7m2tngme1tluz6/512x384.jpg', 'https://html5.gamemonetize.com/up9vtrd2v0a3dlqf4d7m2tngme1tluz6/', '0', 'Arcade', 0, 0, '', 'among-akero-bots'), (4818, 'Tunno Boy 2', 'Tunno Boy 2 is a 2D cute little platformer where you have to collect all of the blue magical balls while avoiding the yellow and pink enemies, flying monsters, spikes and reach the Exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Tunno Boy" series.', 'https://img.gamemonetize.com/0bibryjphmlme9ygd7eba0rdkn2blv98/512x384.jpg', 'https://html5.gamemonetize.com/0bibryjphmlme9ygd7eba0rdkn2blv98/', '0', 'Arcade', 0, 0, '', 'tunno-boy-'), (4819, 'Gakkul', 'Gakkul is a 2D platformer where you play as a boy who have to collect mangoes from the gardens while avoiding the garden owners, and traps like spikes, and pins and reach the yellow flag in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/uum8in5bl1iqsbk0pd9t0341haa7wekh/512x384.jpg', 'https://html5.gamemonetize.com/uum8in5bl1iqsbk0pd9t0341haa7wekh/', '0', 'Arcade', 0, 0, '', 'gakkul'), (4820, 'Truck Driver Deluxe Edition', 'A brand new project from developers is now ready as cargo delivery truck driving games : driving games traffic grand transport driver 2022.', 'https://img.gamemonetize.com/1z561sv59y95sf5t0v34be2b1mvmcm99/512x384.jpg', 'https://html5.gamemonetize.com/1z561sv59y95sf5t0v34be2b1mvmcm99/', '0', 'Hypercasual', 0, 0, '', 'truck-driver--deluxe-edition'), (4821, 'Racing Car pp', 'Racing in Car is the best mobile racing game you have been looking for. You drive your car in cockpit view through the endless traffic and realistic environment.', 'https://img.gamemonetize.com/es3th0gklpyuaytjzya3vovrfzfqlhol/512x384.jpg', 'https://html5.gamemonetize.com/es3th0gklpyuaytjzya3vovrfzfqlhol/', '0', 'Hypercasual', 0, 0, '', 'racing-car-pp'), (4822, 'City Car Driving Multiplayer', 'You can set up your own lobby and compete with your friends', 'https://img.gamemonetize.com/g3dj1bdkli9wp6pbcitog6cvq5aw21o5/512x384.jpg', 'https://html5.gamemonetize.com/g3dj1bdkli9wp6pbcitog6cvq5aw21o5/', '0', 'Racing', 0, 0, '', 'city-car-driving-multiplayer'), (4823, '2D Dungeon', 'the dungeon game that features low-rez graphics, three characters to choose from, and different endings', 'https://img.gamemonetize.com/q1qg2a3lvv7uee0vnqoyq5t897ncs12m/512x384.jpg', 'https://html5.gamemonetize.com/q1qg2a3lvv7uee0vnqoyq5t897ncs12m/', '0', 'Shooting', 0, 0, '', 'd-dungeon'), (4824, 'Strongest integration', 'This is a relaxing and decompressing 3D game. The game is simple in playing and operation. We just need to drag two identical objects below. They will disappear and generate ice hockey balls to attack the monsters above. Dear players, come and try', 'https://img.gamemonetize.com/55v4v0m2z3nlgkcep2k1c0eq5the60h4/512x384.jpg', 'https://html5.gamemonetize.com/55v4v0m2z3nlgkcep2k1c0eq5the60h4/', '0', 'Shooting', 0, 0, '', 'strongest-integration'), (4825, 'Stony Forest Escape 2', 'Stony Forest Escape 2 is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a forest, there you got trapped inside the forest Here is the interesting puzzles and hidden objects to find and get escape from the forest. Good luck… Have fun!', 'https://img.gamemonetize.com/l43wcves2de1rmyszrxyhsliirgegi2g/512x384.jpg', 'https://html5.gamemonetize.com/l43wcves2de1rmyszrxyhsliirgegi2g/', '0', 'Puzzles', 0, 0, '', 'stony-forest-escape-'), (4826, 'Save The Hungry Old Man 2', 'Save The Hungry Old Man 2 is a point and click escape game developed by 8BGames/Games2Mad. Imagine that you had been to a place; on there you found a hungry old man asking for chicken. Find some hidden object to solve some interesting clues to save the hungry old man. Good luck… Have fun!', 'https://img.gamemonetize.com/smrtm5egin4js85wafk0nufil1knfdb4/512x384.jpg', 'https://html5.gamemonetize.com/smrtm5egin4js85wafk0nufil1knfdb4/', '0', 'Puzzles', 0, 0, '', 'save-the-hungry-old-man-'), (4827, 'Halloween Cemetery Escape 2', 'Halloween Cemetery Escape 2 is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a Cemetery; there you got trapped in it. Here are the interesting puzzles and hidden objects to find and get escape from the Cemetery. Good luck… Have fun!', 'https://img.gamemonetize.com/iuzcja5xkcohsmfqtapz992sbjwjyovg/512x384.jpg', 'https://html5.gamemonetize.com/iuzcja5xkcohsmfqtapz992sbjwjyovg/', '0', 'Puzzles', 0, 0, '', 'halloween-cemetery-escape-'), (4828, 'Halloween Forest Escape 3', 'Halloween Forest Escape 3 is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a forest, there you got trapped inside the Halloween forest Here is the interesting puzzles and hidden objects to find and get escape from the forest. Good luck… Have fun!', 'https://img.gamemonetize.com/n8dtyi0i0d1i2ysm4vtjrxwgh18gghyl/512x384.jpg', 'https://html5.gamemonetize.com/n8dtyi0i0d1i2ysm4vtjrxwgh18gghyl/', '0', 'Puzzles', 0, 0, '', 'halloween-forest-escape-'), (4829, 'Halloween Twin Ghosts Rescue', 'Halloween Twin Ghosts Rescue is a point and click Rescue game developed by 8BGames/Games2Mad. Imagine that you had been to a place; on there you found a couple of ghost got trapped in this place. Find some hidden object to solve some interesting clues to Rescue the Twin Ghosts. Good luck…Have fun!', 'https://img.gamemonetize.com/qftny85ogtat5mb3kooin18nuywx0b5l/512x384.jpg', 'https://html5.gamemonetize.com/qftny85ogtat5mb3kooin18nuywx0b5l/', '0', 'Puzzles', 0, 0, '', 'halloween-twin-ghosts-rescue'), (4830, 'Halloween Backyard Escape', 'Halloween Backyard Escape is a point and click game developed by 8B Games/Games2Mad. Imagine that you had been to a Halloween house, on there you had trapped. Here are the interesting puzzles and hidden objects to find and get escape from the Backyard. Good luck… Have fun!', 'https://img.gamemonetize.com/p45japhgozvh5ekxf7m1iss2ipbj69gb/512x384.jpg', 'https://html5.gamemonetize.com/p45japhgozvh5ekxf7m1iss2ipbj69gb/', '0', 'Puzzles', 0, 0, '', 'halloween-backyard-escape'), (4831, 'Halloween Forest Escape 2', 'Halloween Forest Escape 2 is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a forest, there you got trapped inside the Halloween forest Here is the interesting puzzles and hidden objects to find and get escape from the forest. Good luck… Have fun!', 'https://img.gamemonetize.com/a0f8bc1612yk8c4g38zj9aacgnazat40/512x384.jpg', 'https://html5.gamemonetize.com/a0f8bc1612yk8c4g38zj9aacgnazat40/', '0', 'Puzzles', 0, 0, '', 'halloween-forest-escape-'), (4832, 'Mahjong with a friend', 'Find identical boards and select them one by one with the help of the computer mouse. Tips from your friend are also available all the time!', 'https://img.gamemonetize.com/nuyrz1o31k6tvls2ombw324a2gaapeit/512x384.jpg', 'https://html5.gamemonetize.com/nuyrz1o31k6tvls2ombw324a2gaapeit/', '0', 'Puzzles', 0, 0, '', 'mahjong-with-a-friend'), (4833, 'Destroy the tree', 'destroy the tree!!', 'https://img.gamemonetize.com/o3b3r28w9zb1glb2bgszvd5og2xpc2s5/512x384.jpg', 'https://html5.gamemonetize.com/o3b3r28w9zb1glb2bgszvd5og2xpc2s5/', '0', 'Clicker', 0, 0, '', 'destroy-the--tree'), (4834, 'Break Glass Wine', 'Break Glass Wine is a game where you have to break all the wine glasses by throwing colorful balls. Use many physical objects such as huge balls, sticks and cubes to do this and pass all the levels.', 'https://img.gamemonetize.com/7cveszwd9vgruer23x0n0km5o9ne39nz/512x384.jpg', 'https://html5.gamemonetize.com/7cveszwd9vgruer23x0n0km5o9ne39nz/', '0', 'Puzzles', 0, 0, '', 'break-glass-wine'), (4835, 'Rope Rescue Puzzle', 'Puzzle game with one-finger control. Easy to play, hard to master. Features unlimited gameplay. Build your newest addiction! . Very attractive, lots of fun and addictive for everyone. All you need to do in this easy game is to drag the rope to save them all from the fire', 'https://img.gamemonetize.com/hfp1n5uip6nhv0xhnes15ipatvpagnrx/512x384.jpg', 'https://html5.gamemonetize.com/hfp1n5uip6nhv0xhnes15ipatvpagnrx/', '0', 'Arcade', 0, 0, '', 'rope-rescue-puzzle'), (4836, 'Match The Candy', 'Candy Match is a superb match-three game in which you must try and match together a variety of delicious candies! You must try and complete each level and meet the required objectives. There are many levels to play, and it surely entertains you for a long time! Look out for candy combos that can give you a score boost and clear multiple candies at once. The graphics are cool and the gameplay is truly addictive. Can you show off your match-three skills and complete every level?', 'https://img.gamemonetize.com/5kplfy2qdwyr76w3tpgrq0exmqsylsyk/512x384.jpg', 'https://html5.gamemonetize.com/5kplfy2qdwyr76w3tpgrq0exmqsylsyk/', '0', 'Puzzles', 0, 0, '', 'match-the-candy'), (4837, 'Car Ferry Parking 2023', 'The best way to begin a career in parking is with the help of offline 3D auto-driving games. Online racing games are a great way to hone your skills as a reckless driver, and if you can master the art of parking, you\'ll gain access to special features. If this is your first time playing an offline 3D parking game, I recommend the beginner setting. To perfect your parallel parking skills, use the simulator\'s "Advanced Car Parking Mode." Using the parking garage\'s several parking controls will be a big help. You\'ll take on various challenges in competitive online multiplayer parking games to improve your driving skills. Play this no-cost Prado parking simulator to become a parking garage master.', 'https://img.gamemonetize.com/tjzsjfq5mk24z1f746onknx2b1bfaywv/512x384.jpg', 'https://html5.gamemonetize.com/tjzsjfq5mk24z1f746onknx2b1bfaywv/', '0', 'Racing', 0, 0, '', 'car-ferry-parking-'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (4838, 'Extreme Hand Slap', 'Hand Slap game is an entertaining game which is almost known and played by everyone in real life. What about having the same excitement on your phone, tablet or PC against your friend? First of all choose the hand model and then let the struggle begin!', 'https://img.gamemonetize.com/927cm6vgwgihzxvfkrf6glmbt6j25f5f/512x384.jpg', 'https://html5.gamemonetize.com/927cm6vgwgihzxvfkrf6glmbt6j25f5f/', '0', 'Action', 0, 0, '', 'extreme-hand-slap'), (4839, 'Soccer Pixel', 'Are you ready to play a football match which is in style of retro and simple to play against your friend as well as entertaining? You should score five goals to win the game.', 'https://img.gamemonetize.com/5eiokpkimaww38e65fdq104qqxie766f/512x384.jpg', 'https://html5.gamemonetize.com/5eiokpkimaww38e65fdq104qqxie766f/', '0', 'Sports', 0, 0, '', 'soccer-pixel'), (4840, 'Tank Pixel', 'The micro tanks which are controlled by one touch, are ready for the match that you will play against your friend! Micro tanks proceed with screen touch and they shoot if you do long a longer touch. After each round, the map will be changed and the one who gets five scores first wins the game. You can mislead your friend with the shots you do by letting your bullet bounce from the wall.', 'https://img.gamemonetize.com/grocel251a10uzmp5c4f9j949mqk1h6e/512x384.jpg', 'https://html5.gamemonetize.com/grocel251a10uzmp5c4f9j949mqk1h6e/', '0', 'Action', 0, 0, '', 'tank-pixel'), (4841, 'Make Donut Cooking Game', 'Make the most delicious donuts for kids! You have to knead the dough. Then you use a mold to cut out shapes on the dough. You can make different shapes of doughnuts at a time. After frying the dough, add some jam, sugar, and chocolate to the doughnut. After the doughnut is finished, choose your favorite box and decorate it to wrap the doughnut. Have fun!', 'https://img.gamemonetize.com/elemt3voa2lszgqggq7mbi1d0i04zu39/512x384.jpg', 'https://html5.gamemonetize.com/elemt3voa2lszgqggq7mbi1d0i04zu39/', '0', 'Girls', 0, 0, '', 'make-donut--cooking-game'), (4842, 'Zombie Catcher Online Game', 'Zombie Catcher Online game in which all the zombies have escaped from the lab. So you are hired to capture all the zombies and bring them back to the cage. Travel across many zombies with your weapons, and brains to make them fall into traps. You should pay more attention to avoid the zombies will run and escaping from the range of your guns. Besides, collect coins to upgrade your skills like speed, and weapon power to hunt special zombies, and other types of zombies. Are you ready to complete your task? Come on!', 'https://img.gamemonetize.com/em2boqlvzbqbe4mtfk9b890oig1q0ges/512x384.jpg', 'https://html5.gamemonetize.com/em2boqlvzbqbe4mtfk9b890oig1q0ges/', '0', 'Shooting', 0, 0, '', 'zombie-catcher-online-game'), (4843, 'Machine Crash Fighters', 'Machine Crash Fighters is a fast-paced action game where you build your ultimate machine to fight against the CPU or challenge all your friends. Choose your favorite fighter, wheels, and weapons and conquest the arena to be the best player. Use more than 30 vehicle parts to build your fighting robot vehicle and unleash the power of your machine! Earn coins and unlock more special parts such as Drills, Saws, Missiles, Turbo, or Machineguns, and don’t lose the fight.', 'https://img.gamemonetize.com/es4e8c2s1b3ibvpcqsdmsy02pzyogj02/512x384.jpg', 'https://html5.gamemonetize.com/es4e8c2s1b3ibvpcqsdmsy02pzyogj02/', '0', 'Arcade', 0, 0, '', 'machine-crash-fighters'), (4844, 'Fashion Shoe Design', 'Flatforms are the most popular shoe this year, all girls love them! Our fashion girls, Zoe, Sofia, and Adella also like Flatforms very much, but they want a pair of Flatforms with a difference. Please design beautiful Flatforms with these girls! Let them put on stylish and unique beautiful shoes to go shopping! Have fun!', 'https://img.gamemonetize.com/7cphkofbcxm1nyx4gsp18evlmprt798q/512x384.jpg', 'https://html5.gamemonetize.com/7cphkofbcxm1nyx4gsp18evlmprt798q/', '0', 'Girls', 0, 0, '', 'fashion-shoe-design'), (4845, 'Australian Animal Hair Salon', 'Crazy Animal Grooming is coming to sunny Australia! Meet adorable pet grooming salon clients - Amy the Leopard, Little Koala, Sydney the Kangaroo, and Crystal the Snake. Help your new pet friends show off their personalities with crazy hairstyles, beautiful makeup, and trendy outfits in the best pet grooming salon!', 'https://img.gamemonetize.com/aocfgfh8r5042tx4ml2d1mvkc4nkf3mh/512x384.jpg', 'https://html5.gamemonetize.com/aocfgfh8r5042tx4ml2d1mvkc4nkf3mh/', '0', 'Girls', 0, 0, '', 'australian-animal-hair-salon'), (4846, 'Girl Groceries Shopping', 'Let\'s help Ava to get ready for the groceries shopping like to get makeup and dressup. After that, join her in her shopping, let\'s purchase daily essentials like vegetables, fruits and packed foods. Come and join this shopping game at 7sgames.com', 'https://img.gamemonetize.com/3woustobfwh41t7omxre6lp2cuxzio81/512x384.jpg', 'https://html5.gamemonetize.com/3woustobfwh41t7omxre6lp2cuxzio81/', '0', 'Girls', 0, 0, '', 'girl-groceries-shopping'), (4847, 'Furious Soldier', 'Prepare your battle weapons for battle and make your way through the barrier of militants so carefully that the enemies will not notice you. Walk through the corridors of the base and look for hostages in the rooms. Remember that if they find you, you will have to fight not for life, but for death. Break the walls to pass obstacles and destroy everything that does not give you a turn. Use accuracy in shooting, if you find an enemy warrior.', 'https://img.gamemonetize.com/48phner6djwfj5g6uq95wfgodvohe2ih/512x384.jpg', 'https://html5.gamemonetize.com/48phner6djwfj5g6uq95wfgodvohe2ih/', '0', 'Action', 0, 0, '', 'furious-soldier'), (4848, 'FootballMastersOnline', 'Football Masters is the new sports game by Madpuffers. In Football Masters you control a football team consisting of 1 or 2 players and you can play quick games or you can go for the cup in tournament-mode. Make your way through the rounds and win the final to become the champion. You can choose between two players, each having their own unique special ability. Do you want to kick a ball really hard? Pick thundershot. Do you want to be able to teleport behind the ball really quick? Pick the teleport ability. The game features a co-op mode, so you and your friend can play against each other. Prepare yourself for the Euro 2020 games, by playing Football Masters! Can you win the tournament?', 'https://img.gamemonetize.com/1mwnunan8j6enzj8psptsh7csj8kwucl/512x384.jpg', 'https://html5.gamemonetize.com/1mwnunan8j6enzj8psptsh7csj8kwucl/', '0', 'Action', 0, 0, '', 'footballmastersonline'), (4849, 'Fall of Swords', 'The Fall of Swords is an online game that puts players in the middle of a virtual world where survival-fairy-online-game they must fight to survive.', 'https://img.gamemonetize.com/en1iz3li1i09fk9ok7rw1ujk99w22el1/512x384.jpg', 'https://html5.gamemonetize.com/en1iz3li1i09fk9ok7rw1ujk99w22el1/', '0', 'Hypercasual', 0, 0, '', 'fall-of-swords'), (4850, 'Bump Robot', 'Bump Robot is an online game that challenges you to jump over obstacles and improve your score with each level. The game is free to play, and you can compete against other players from around the world.', 'https://img.gamemonetize.com/r2ws0fq3g8mw2wmv7km8idpmh6e7e1vg/512x384.jpg', 'https://html5.gamemonetize.com/r2ws0fq3g8mw2wmv7km8idpmh6e7e1vg/', '0', 'Hypercasual', 0, 0, '', 'bump-robot'), (4851, 'Zigzag Zombie', 'Zigzag Zombie Endless Runner is an online game that is free to play. Run for your life in this zigzag endless runner game! Can you outrun the zombies and make it to safety? Play for free today and find out!', 'https://img.gamemonetize.com/3bqo9haete0u4wbgcr7f49yx3gxk5jkv/512x384.jpg', 'https://html5.gamemonetize.com/3bqo9haete0u4wbgcr7f49yx3gxk5jkv/', '0', 'Hypercasual', 0, 0, '', 'zigzag-zombie'), (4852, 'Flight Survival', 'Looking for a free online flight simulation game? Look no further than Flight Survival. This exciting game puts you in the middle of a plane crash, and it\'s up to you to ensure that everyone survives. With realistic graphics and gameplay, Flight Survival is the perfect way to test your flight skills. So what are you waiting for? Give it a try today!', 'https://img.gamemonetize.com/fi03kdhzp8xbn9wl1amprog93nxyeign/512x384.jpg', 'https://html5.gamemonetize.com/fi03kdhzp8xbn9wl1amprog93nxyeign/', '0', 'Hypercasual', 0, 0, '', 'flight-survival'), (4853, 'Seahorse Jump', '"Flappy Seahorse Jump Online Underwater Game" is a game that challenges players to help a seahorse jump as far as possible. The game is set underwater, and players must use their skills to navigate the seahorse through the obstacles. The "Flappy Seahorse Jump Online Underwater Game" is a great way to pass the time and relieve some stress. The object of the game is simple: help the seahorse jump over the obstacles and reach the finish line. The game is easy to pick up and play, and it\'s a great way to relax and have some fun.', 'https://img.gamemonetize.com/1pjxt60wc76biwgfs6l6bmrmlguo6m55/512x384.jpg', 'https://html5.gamemonetize.com/1pjxt60wc76biwgfs6l6bmrmlguo6m55/', '0', 'Hypercasual', 0, 0, '', 'seahorse-jump'), (4854, 'Submarine Shooter', 'Submarine Shooter is an online free shooting game. Submarine Shooter is an online shooting game where players can control a submarine and battle against other players in real-time. Submarine Shooter is an online shooting game that you can play for free. In this game, you will take control of a submarine and your goal is to destroy as many enemy as possible.', 'https://img.gamemonetize.com/r3e064zhhvvlokgvy1ogxxqdc2bq9pxm/512x384.jpg', 'https://html5.gamemonetize.com/r3e064zhhvvlokgvy1ogxxqdc2bq9pxm/', '0', 'Shooting', 0, 0, '', 'submarine-shooter'), (4855, 'Turtle Math', 'Turtle Math is an online math game that tests your knowledge of basic math facts. Answer each question as quickly as possible, and see how many you can get right! The Turtle Math Online Math True and False Game is a great way for kids to learn math. This game is designed to help kids learn to identify true and false statements.', 'https://img.gamemonetize.com/ev7wxjqlmb41ezlntlr8dt5hmof2rk0f/512x384.jpg', 'https://html5.gamemonetize.com/ev7wxjqlmb41ezlntlr8dt5hmof2rk0f/', '0', 'Shooting', 0, 0, '', 'turtle-math'), (4856, 'Snowman Jump', 'Snowman Jump Online is a fast-paced action game that will keep you entertained for hours. In the game, you control a snowman as he jumps around an endless winter landscape, avoiding obstacles and enemies. The goal is to get as high as possible and score as many points as you can. Snowman Jump Online is a great game for all ages and will definitely keep you coming back for more.', 'https://img.gamemonetize.com/pdoyop64jz9dw5preaexydcgge13sp77/512x384.jpg', 'https://html5.gamemonetize.com/pdoyop64jz9dw5preaexydcgge13sp77/', '0', 'Arcade', 0, 0, '', 'snowman-jump'), (4857, 'Baby Monster Jump', 'Baby Monster Jump Online is an adventure game that will keep you entertained for hours. In this game, you will help the baby monster jump and avoid obstacles. The objective of the game is to reach the end of the level without getting hit by any obstacles.', 'https://img.gamemonetize.com/8ui6k0nct28ntdotgs5pybjvqsbh1lde/512x384.jpg', 'https://html5.gamemonetize.com/8ui6k0nct28ntdotgs5pybjvqsbh1lde/', '0', 'Arcade', 0, 0, '', 'baby-monster-jump'), (4858, 'SANTA JETPACK', 'Santa armed with your business suit and a jetpack prototype, fly around the runway, collect bonuses and avoid obstacles.', 'https://img.gamemonetize.com/p54r5vbrhxds1cqqwc9u61r1i0dlykgu/512x384.jpg', 'https://html5.gamemonetize.com/p54r5vbrhxds1cqqwc9u61r1i0dlykgu/', '0', 'Arcade', 0, 0, '', 'santa-jetpack'), (4859, 'Monkey Farm', 'Monkey Farm is an idle/management game made by TinyDobbins. You control a cute monkey character that just created their supermarket. Plant fruits, move around from station to station to fill the stands with bananas or corn, or more. Clients will pick them up and wait for you at the cashier desk. You can upgrade your character, unlock new work stations, or even recruit other workers to help you manage the store !', 'https://img.gamemonetize.com/tovk36020du5suffyoziuobg6gqrbkvs/512x384.jpg', 'https://html5.gamemonetize.com/tovk36020du5suffyoziuobg6gqrbkvs/', '0', 'Clicker', 0, 0, '', 'monkey-farm'), (4860, 'Temple Run 2 Festival', 'Temple Run 2: Holi Festival is an endless runner game developed by Imangi. Celebrate the Holi Festival in the reimagined colorful temples in Temple Run 2!', 'https://img.gamemonetize.com/6eumbw6ah1k735981dfzv4dxil698cbb/512x384.jpg', 'https://html5.gamemonetize.com/6eumbw6ah1k735981dfzv4dxil698cbb/', '0', 'Action', 0, 0, '', 'temple-run--festival'), (4861, 'Elf pet', 'This is a casual duel game with the theme of elves fighting. Players can freely choose their favorite elves to fight in the game. The rich welfare system can obtain massive resources to improve its genie by signing in every day. There are also vip gifts for cumulative signing in. The rich and wonderful different play modes can be fully experienced, and different fairies can be collected to complete the achievements of the full atlas.', 'https://img.gamemonetize.com/ueigmru0bzgxkmfjngpgtwixwufgn09s/512x384.jpg', 'https://html5.gamemonetize.com/ueigmru0bzgxkmfjngpgtwixwufgn09s/', '0', 'Action', 0, 0, '', 'elf-pet'), (4862, 'Parking Challenge', 'Your task in the game Parking Challenge is to find the place intended for you and install the car there. Maneuvering between cars and trucks, try not to touch them with the bumper. Also, do not run into concrete curbs. One collision and you have to start the level all over again.', 'https://img.gamemonetize.com/pn2pafhhoa0565298ci1xhdf4kckkawn/512x384.jpg', 'https://html5.gamemonetize.com/pn2pafhhoa0565298ci1xhdf4kckkawn/', '0', 'Racing', 0, 0, '', 'parking-challenge'), (4863, 'Monster Truck 4x4', 'Your monster truck will have a difficult 4x4 Monster track. It\'s not just off-road, it\'s just the easiest way to drive. A number of different obstacles were installed on the hilly terrain: log jumps, refrigerated trucks, metal bridges, concrete rings and other buildings. In addition, wheels, wooden boxes and forgotten traffic cones are lying on the road. The task at the level is to go through the track without an accident and stop near the finish flag.', 'https://img.gamemonetize.com/h4sk8wa695din59peeddgny55b4s27xt/512x384.jpg', 'https://html5.gamemonetize.com/h4sk8wa695din59peeddgny55b4s27xt/', '0', 'Racing', 0, 0, '', 'monster-truck-x'), (4864, 'Halloween Owl Rescue', 'Halloween Owl Rescue is a point and click Rescue game developed by 8BGames/Games2Mad. Imagine that you had been to a place; on there you found an owl got trapped in a cage. Find some hidden object to solve some interesting clues to Rescue the Owl. Good luck…Have fun!', 'https://img.gamemonetize.com/81ilp8kzzmtti8ou0be3er565t35xn37/512x384.jpg', 'https://html5.gamemonetize.com/81ilp8kzzmtti8ou0be3er565t35xn37/', '0', 'Puzzles', 0, 0, '', 'halloween-owl-rescue'), (4865, 'Moo Bot', 'Moo Bot is a 2D Sci-fi themed platformer where you play as a bot who have to collect the blue energy crystals while avoiding the enemy bots, rotating green and red lasers, flying bots, bullets and reach the Exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/7hjhkguy3x92a1ne1e2d9zetw4z8zvy8/512x384.jpg', 'https://html5.gamemonetize.com/7hjhkguy3x92a1ne1e2d9zetw4z8zvy8/', '0', 'Arcade', 0, 0, '', 'moo-bot'), (4866, 'Halloween Village Escape 2', 'Halloween Village Escape 2 is a point and click game developed by 8B Games/Games2Mad. Imagine that you had been to a Halloween village, on there you had trapped. Here are the interesting puzzles and hidden objects to find and get escape from the village. Good luck… Have fun!', 'https://img.gamemonetize.com/dfqnmglaphwiizq1ab7bdhcyjrpfdquo/512x384.jpg', 'https://html5.gamemonetize.com/dfqnmglaphwiizq1ab7bdhcyjrpfdquo/', '0', 'Puzzles', 0, 0, '', 'halloween-village-escape-'), (4867, 'Halloween Boy Rescue', 'Halloween Boy Rescue is a point and click Rescue game developed by 8BGames/Games2Mad. Imagine that you had been to a place; on there you found an boy got trapped in this place. Find some hidden object to solve some interesting clues to Rescue the boy. Good luck…Have fun!', 'https://img.gamemonetize.com/v4egbnl01p2ydp9twno9up96ten3r3s7/512x384.jpg', 'https://html5.gamemonetize.com/v4egbnl01p2ydp9twno9up96ten3r3s7/', '0', 'Puzzles', 0, 0, '', 'halloween-boy-rescue'), (4868, '5 minutes in space', '5 minute game in space, the goal is for the player to last 5 minutes without dying.', 'https://img.gamemonetize.com/ay3tb23z7xrpibz4ei10yatsm1e6rn48/512x384.jpg', 'https://html5.gamemonetize.com/ay3tb23z7xrpibz4ei10yatsm1e6rn48/', '0', 'Adventure', 0, 0, '', '-minutes-in-space'), (4869, 'Flip Converter', 'Feel the adrenaline as you are flipping in the air after jumping down some crazy heights. Do insane jumps and flips down obstacles and land in the goal area in this parkour and freerunning inspired simulation game. Using simple game mechanics you can jump, flip, and crash with only one finger.', 'https://img.gamemonetize.com/4tjtey0zk8k90dzfccgiqn63rlnf3kwq/512x384.jpg', 'https://html5.gamemonetize.com/4tjtey0zk8k90dzfccgiqn63rlnf3kwq/', '0', 'Arcade', 0, 0, '', 'flip-converter'), (4870, 'Solitaire GC', 'This game is classic solitaire game.', 'https://img.gamemonetize.com/fvm8e4bd0orcm02ifpn7ze3xkt0m87rj/512x384.jpg', 'https://html5.gamemonetize.com/fvm8e4bd0orcm02ifpn7ze3xkt0m87rj/', '0', 'Puzzles', 0, 0, '', 'solitaire-gc'), (4871, 'Seafood supermarket', 'This is a very interesting business game. The background of this game is set at the seaside, and players can go to sea at any time. There are still many creatures in the shallow water, and players may catch a variety of fish. There is a huge market in the game. Players can sell small fish.', 'https://img.gamemonetize.com/6n9qdxo5p0sfh2g2mqlyk44hjcrfdvuo/512x384.jpg', 'https://html5.gamemonetize.com/6n9qdxo5p0sfh2g2mqlyk44hjcrfdvuo/', '0', 'Action', 0, 0, '', 'seafood-supermarket'), (4872, 'Skyforce Invaders', 'In Skyforce Invaders, you will join in the adventure of flying our army air crafts, completely immersed in bombs, shells and smokes. Master your skills and beat the empire of machinery – our archenemy. Join the Skyforce squadron for fierce fights in the top down shooter battlefield. In this battle, you will join our fleet with a mission of attacking the enemy’s base and chasing down the final bosses, those who own the largest firepower on each map with separate capabilities. Precious any information is given as very few players can get closer to them; what we can offer you at present is unknown numbers and you are our last hope to complete this mission. FEATURES: Beautiful levels with immersive missions to complete. Multiple extreme boss battles. Upgrade your shields, guns, missiles, lasers, mega-bombs and magnets. Buy new aircraft with new powers Many rewards to help your evolution in the game Accessible to beginners, as well as hardcore shooter addicts. Skyforce Invaders is start now, plan your battle strategy well and upgrade your fighter to protect our home!', 'https://img.gamemonetize.com/6k18fnpq55disqiff6lrb250h0o86p9o/512x384.jpg', 'https://html5.gamemonetize.com/6k18fnpq55disqiff6lrb250h0o86p9o/', '0', 'Shooting', 0, 0, '', 'skyforce-invaders'), (4873, 'Pocket Drift', 'Pocket Drift is a straightforward racing game that puts players in the driver\'s seat of 5 unique cars as they navigate through 5 challenging tracks. In this game, the focus is on drifting - players will need to intentionally cause their cars to lose traction and slide around turns, earning points for the distance and style of their drifts. With a top-down, isometric perspective and simple controls, Pocket Drift is easy to pick up and play, but difficult to master.', 'https://img.gamemonetize.com/msh6wgj9zdjq4s18py9t7xcyum47yrgr/512x384.jpg', 'https://html5.gamemonetize.com/msh6wgj9zdjq4s18py9t7xcyum47yrgr/', '0', 'Racing', 0, 0, '', 'pocket-drift'), (4874, 'Glass Puzzle', 'Drop balls to knock over glasses and spill everything!Try to find the best way to complete each level. You can come up with your own solution so be creative and don\'t be afraid to think out of the box!', 'https://img.gamemonetize.com/00pu2ustdxksux7p8phmcw3qw38nqii0/512x384.jpg', 'https://html5.gamemonetize.com/00pu2ustdxksux7p8phmcw3qw38nqii0/', '0', 'Puzzles', 0, 0, '', 'glass-puzzle'), (4875, 'Stick Duel Battle Hero', 'On the battle arena of Stick Duelists, a new battle is beginning with the new hero costumes. These super characters are ready to fight each other using fire guns or fists or kicks. The main goal of this game is to score five by destroying your opponent. You can use any character costume for free. During the battle, you will have various weapons, shields, and health power-ups. You can switch your weapons if you don\'t like them. Play this game against a friend in 2 player mode and double the fun!', 'https://img.gamemonetize.com/x35agfe0skor40ub8c9u6d7gl8z8wou8/512x384.jpg', 'https://html5.gamemonetize.com/x35agfe0skor40ub8c9u6d7gl8z8wou8/', '0', 'Fighting', 0, 0, '', 'stick-duel-battle-hero'), (4876, 'Axe of Janissary', 'Two cute Janissary characters are playing axe game between each other. The characters which are standing on platforms which move left and right, try to touch the axe to each other. The bricks which move up and down in the middle of the game, may block your axe. The one who reaches five score first, wins the game.', 'https://img.gamemonetize.com/ag52fjpgjb05qwnzgqcz597bz1xijqes/512x384.jpg', 'https://html5.gamemonetize.com/ag52fjpgjb05qwnzgqcz597bz1xijqes/', '0', 'Action', 0, 0, '', 'axe-of-janissary'), (4877, 'Geometry Tile Rush', 'Welcome to Geometry Tile Rush. it is a rhythm-based platforming game that currently has 30 levels. Play as a square block and get over all the obstacles in the game with fast speed. Calculate carefully the right point to avoid the nails and spikes by jumping. Play and have fun.', 'https://img.gamemonetize.com/tbv0jgmblgdouqnaeu2w2y5d5i7wn75a/512x384.jpg', 'https://html5.gamemonetize.com/tbv0jgmblgdouqnaeu2w2y5d5i7wn75a/', '0', 'Hypercasual', 0, 0, '', 'geometry-tile-rush'), (4878, 'Flappy Jelly', 'Avoid obstacles to level up, find fantastic treasures. Help the fish to swim among the obstacles and discover the interesting regions under the oceans and most importantly, survive as long as you can and beat world\'s best high score!', 'https://img.gamemonetize.com/8ahud3dt5o4fb178t9x6zm1bk6ncshbf/512x384.jpg', 'https://html5.gamemonetize.com/8ahud3dt5o4fb178t9x6zm1bk6ncshbf/', '0', 'Clicker', 0, 0, '', 'flappy-jelly'), (4879, 'Jelly Jelly', 'Collect all the plankton generated by the funny Jellyfish, be careful don\'t touch them or you\'ll lose a life! The main goal of the game is collect as much plankton as possible and sign your personal record in the scoreboard. Occasionally you will see a red balloons, touch them and earn a bonus of +100 points. Enjoy with this great nice game. Key Features: - Very easy for all Kids. - 3D Graphics. - 3D animations. - Sound Effects fantastic. - Fun music. - Colorful and fun.', 'https://img.gamemonetize.com/msfvfbwzd07g1j4zie4kbmu6w04rdbjo/512x384.jpg', 'https://html5.gamemonetize.com/msfvfbwzd07g1j4zie4kbmu6w04rdbjo/', '0', 'Hypercasual', 0, 0, '', 'jelly-jelly'), (4880, 'Who will save', 'The little penguin can\'t get out of the rooms, the exit is blocked by ice blocks, you have to clear the way to the exit.', 'https://img.gamemonetize.com/5d2fiqzlqths0lzqio6yknjq8yqkoskb/512x384.jpg', 'https://html5.gamemonetize.com/5d2fiqzlqths0lzqio6yknjq8yqkoskb/', '0', 'Puzzles', 0, 0, '', 'who-will-save'), (4881, '11 Kisses', 'Angel-Girl and Demon-Boy were separated by fate. Help the Angel get to her lover and disenchant him with a kiss. You will have to solve small puzzles to make your way through different terrain. Use the bridges and ladders, and blow up all the bombs that block the passage. Good luck!', 'https://img.gamemonetize.com/t0ssle0hoj08y86p8h2ti3pga58n4g50/512x384.jpg', 'https://html5.gamemonetize.com/t0ssle0hoj08y86p8h2ti3pga58n4g50/', '0', 'Puzzles', 0, 0, '', '-kisses'), (4882, 'Save The Heart', 'The Save The Heart online Love pong game is a great way to show your affection for someone special. Simply type in your message of love and hit the heart-shaped button to send it off.', 'https://img.gamemonetize.com/0uqah4qp0fvx42adbdr9x6fobb3k5ot7/512x384.jpg', 'https://html5.gamemonetize.com/0uqah4qp0fvx42adbdr9x6fobb3k5ot7/', '0', 'Arcade', 0, 0, '', 'save-the-heart'), (4883, 'Traffic Control Math', 'This is a traffic control game where you control the flow of traffic by starting the traffic in a lane by clicking an option which shows the correct answer asked in the question. There are four sets of Arithmetic problems; each is connected to a traffic light signal. If you tap correct option for the asked question, it will make its signal green and rest all signals will be red. In each level you have to control the traffic for a limited time. Try to solve as many questions as you can, while avoiding the traffic congestion. If you tap the wrong option, you will lose the level. Game will be tougher gradually as you progress the levels.', 'https://img.gamemonetize.com/8t628llithlupsdyzzjtsnfrgfayxavk/512x384.jpg', 'https://html5.gamemonetize.com/8t628llithlupsdyzzjtsnfrgfayxavk/', '0', 'Puzzles', 0, 0, '', 'traffic-control-math'), (4884, 'Reckless Tetriz', 'This is a simple block tetris game where player needs to complete lines by fitting differently shaped stacks in vacated space. The game ends when the unclear lines reach the top of the board.', 'https://img.gamemonetize.com/kmbooe3qyjvg8s1cfsvisgkb9v4x67uc/512x384.jpg', 'https://html5.gamemonetize.com/kmbooe3qyjvg8s1cfsvisgkb9v4x67uc/', '0', 'Puzzles', 0, 0, '', 'reckless-tetriz'), (4885, 'Diving In The Pacific', 'This is a classic point and click hidden object game. You need to find all of the items listed in the picture on the left side of the screen. Complete the level before time runs out to get bonus points.', 'https://img.gamemonetize.com/yo5zzjb88atxhqg5flxcy8zvjfwp9d8b/512x384.jpg', 'https://html5.gamemonetize.com/yo5zzjb88atxhqg5flxcy8zvjfwp9d8b/', '0', 'Puzzles', 0, 0, '', 'diving-in-the-pacific'), (4886, 'Stickman Draw the Bridge', 'Draw a line so that the stickman can drive over it like a bridge. Learn to draw lines creatively, develop logic and your brain! Try to complete all levels and save stickman! GAME FEATURES ✠Addictive and relaxing ✠Entertaining and killing time ✠Simple physical system ✠Train your brain ✠Challenge your creativity ✠Simple yet interesting combination of logic puzzles and drawing games This is a test of how well your brain knows about creative ways to solve problems. Dive into the interesting world of stickman puzzles!', 'https://img.gamemonetize.com/e5gfyek11ts0hcvyvalbxhpw55g7dn11/512x384.jpg', 'https://html5.gamemonetize.com/e5gfyek11ts0hcvyvalbxhpw55g7dn11/', '0', 'Puzzles', 0, 0, '', 'stickman-draw-the-bridge'), (4887, 'Beat Shooter 2', 'Move and drag to control your gun, listen to the music and shoot the falling cubes ! Sounds easy? You wish!! ã€Simple to play】 ➤ Different guns can produce different musical feelings ➤ Hold and Drag the gun to crash the Cube. ➤ Avoid missing the Cubes! ➤ Follow the rhythm and enjoy the addictive challenges.a ➤ Impress your friends with your perfect combos.', 'https://img.gamemonetize.com/z65bnl1obbnox0kzf2v0ax8pkjtruyde/512x384.jpg', 'https://html5.gamemonetize.com/z65bnl1obbnox0kzf2v0ax8pkjtruyde/', '0', 'Action', 0, 0, '', 'beat-shooter-'), (4888, 'Jewel Star Match 3 Game', 'Jewel Star, classic and addictive match-3 type game! It\'s aim is to complete the assigned goals in given moves or seconds. Jewel Star has various mode: Backplane Mode: eliminate all backplanes on the screen. Collection Mode: let treasures fall to the specified location. Features: - Pretty scene - Up to 160 levels - Combination of different advanced gems - Various obstacles which bring you even more fun - More levels will be comming soon...', 'https://img.gamemonetize.com/g8w5pd6617kr0fgku5i2h7gp3moihuwp/512x384.jpg', 'https://html5.gamemonetize.com/g8w5pd6617kr0fgku5i2h7gp3moihuwp/', '0', 'Puzzles', 0, 0, '', 'jewel-star--match--game'), (4889, 'Cheno vs Reeno 2', 'Cheno vs Reeno 2 is a 2D cute little platformer where you have to collect gold coins while avoiding different kinds of enemies, flying creatures, spikes, and reach the red flag in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Cheno vs Reeno" series.', 'https://img.gamemonetize.com/uc0oq8d8qbltk66r54xu7q7vmz3jy4p2/512x384.jpg', 'https://html5.gamemonetize.com/uc0oq8d8qbltk66r54xu7q7vmz3jy4p2/', '0', 'Arcade', 0, 0, '', 'cheno-vs-reeno-'), (4890, 'Color Paint Puzzle', 'Paint the picture to achieve the target. paint it by using masks and color buckets and your brain. a puzzle that becomes so hard by time and a few number of high iq humans can reach level 100.', 'https://img.gamemonetize.com/wls9rvgqm2scs8vgz5dyjkbrccb6y700/512x384.jpg', 'https://html5.gamemonetize.com/wls9rvgqm2scs8vgz5dyjkbrccb6y700/', '0', 'Puzzles', 0, 0, '', 'color-paint-puzzle'), (4891, 'Rotuman 2', 'Rotuman 2 is a 2D platformer where you have to collect all of the golden keys while avoiding red and green enemies, flying creatures, spikes, and reach your house in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Rotuman" series.', 'https://img.gamemonetize.com/ynqb2tsgq8puneg4m42jcug8cjwkzqa0/512x384.jpg', 'https://html5.gamemonetize.com/ynqb2tsgq8puneg4m42jcug8cjwkzqa0/', '0', 'Arcade', 0, 0, '', 'rotuman-'), (4892, 'Spot The Differences Christmas Santa', 'This is a game from the rank of the hidden games. It is an interesting puzzle game with 12 levels in it. Start from the first level and try to find five differences between two seemingly the same pictures. Do that for a given time. After each passed level the game will become harder to play. The differences between images will increase. So at the next level, you need to find six differences, and when you came to the last level you need to find ten differences. But the time for playing will be almost the same as the first level. But it will be interesting to play. The game has great images with Christmas elements and of course with different Santa Claus in them. When you see that the image has some different click on it to get point. If you click on the place where are no differences, the game will subtract from the time 5 seconds.', 'https://img.gamemonetize.com/ywhxdfj77alwk26i9t50ebayufwiqrd0/512x384.jpg', 'https://html5.gamemonetize.com/ywhxdfj77alwk26i9t50ebayufwiqrd0/', '0', 'Puzzles', 0, 0, '', 'spot-the-differences--christmas-santa'), (4893, 'Gakkul 2', 'Gakkul 2 is a 2D platformer where you play as a boy who have to collect mangoes from the gardens while avoiding the garden owners, green birds and traps like spikes, and pins and reach the yellow flag in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Gakkul" series.', 'https://img.gamemonetize.com/g17yk9f7s34e58b9utfu3ony18gc79nh/512x384.jpg', 'https://html5.gamemonetize.com/g17yk9f7s34e58b9utfu3ony18gc79nh/', '0', 'Arcade', 0, 0, '', 'gakkul-'), (4894, 'Barbie Hidden Stars', 'Try to find all hidden stars in time inside the Barbie and her friends world.', 'https://img.gamemonetize.com/nt8xihnrsnt9ylmgobi1a1v8vtzo4qet/512x384.jpg', 'https://html5.gamemonetize.com/nt8xihnrsnt9ylmgobi1a1v8vtzo4qet/', '0', 'Puzzles', 0, 0, '', 'barbie-hidden-stars'), (4895, 'Crazy shooting', 'This is a very casual and interesting brick playing game. The operation of the game is very simple, but it needs to use your brain. Some bricks also have props. Come and try it.', 'https://img.gamemonetize.com/znl0ctpt6mqq9usq6dgp8vrcu2ru9jh2/512x384.jpg', 'https://html5.gamemonetize.com/znl0ctpt6mqq9usq6dgp8vrcu2ru9jh2/', '0', 'Shooting', 0, 0, '', 'crazy-shooting'), (4896, 'Alien Planet', 'The Alien Planet Online Jump Adventure Game is an intense and thrilling game that will challenge your skills and reflexes. With stunning graphics and heart-pounding gameplay, this game is not for the faint of heart. Are you up for the challenge?', 'https://img.gamemonetize.com/rcfbtmswg2qsiug5bdwg0jc7k36ox36g/512x384.jpg', 'https://html5.gamemonetize.com/rcfbtmswg2qsiug5bdwg0jc7k36ox36g/', '0', 'Arcade', 0, 0, '', 'alien-planet'), (4897, 'Wave Rider', 'Wave Rider is a free online boat game that is both challenging and fun. Players must navigate their boats through waves and avoid obstacles. The goal of the game is to reach the finish line without capsizing.', 'https://img.gamemonetize.com/00n3owg3tcboj95dzsixql1gv70yfsr5/512x384.jpg', 'https://html5.gamemonetize.com/00n3owg3tcboj95dzsixql1gv70yfsr5/', '0', 'Racing', 0, 0, '', 'wave-rider'), (4898, 'Angry Bird Jump', 'The Angry Bird Jump Adventure Online Game is a fun and addicting game that can be played by people of all ages. The object of the game is to help the angry birds jump from one platform to another, avoiding obstacles along the way. There are many different levels to the game, each one more challenging than the last.', 'https://img.gamemonetize.com/dbjjg4abpl4iafs12783i7kvxec2p9vm/512x384.jpg', 'https://html5.gamemonetize.com/dbjjg4abpl4iafs12783i7kvxec2p9vm/', '0', 'Hypercasual', 0, 0, '', 'angry-bird-jump'), (4899, 'Color Lines 98', 'Try to remove lines of marbles before the board is full! Every move 3 new marbles will appear and you can move 1 to a new position. Make lines of 5 or more marbles with the same color to remove them. Lines can be horizontal, vertical or diagonal.', 'https://img.gamemonetize.com/ezb40tcrewdiqs4y33i8hhcxv27zte9j/512x384.jpg', 'https://html5.gamemonetize.com/ezb40tcrewdiqs4y33i8hhcxv27zte9j/', '0', 'Puzzles', 0, 0, '', 'color-lines-'), (4900, 'Caterpillar Forest Escape', 'Caterpillar Forest Escape is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a forest, there you got trapped inside the forest Here is the interesting puzzles and hidden objects to find and get escape from the forest. Good luck… Have fun!', 'https://img.gamemonetize.com/oj3scpukck8ddgo3vjo3wby6ye053es3/512x384.jpg', 'https://html5.gamemonetize.com/oj3scpukck8ddgo3vjo3wby6ye053es3/', '0', 'Puzzles', 0, 0, '', 'caterpillar-forest-escape'), (4901, 'Halloween Forest Escape', 'Halloween Forest Escape is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a forest, there you got trapped inside the Halloween forest Here is the interesting puzzles and hidden objects to find and get escape from the forest. Good luck… Have fun!', 'https://img.gamemonetize.com/26ey2gk45apg77f4zimlu0q71kecryy9/512x384.jpg', 'https://html5.gamemonetize.com/26ey2gk45apg77f4zimlu0q71kecryy9/', '0', 'Puzzles', 0, 0, '', 'halloween-forest-escape'), (4902, 'Rescue The Fishing Boy', 'Rescue The Fishing Boy is a point and click game developed by 8B Games/Games2Mad. Imagine that you had been to a beach; on there you found a boy got trapped. Here are the interesting puzzles and hidden objects to find and rescue the fishing boy. Good luck... Have fun!', 'https://img.gamemonetize.com/xlvkqq2d6nmzxpop0j6udnj2nnylz8pp/512x384.jpg', 'https://html5.gamemonetize.com/xlvkqq2d6nmzxpop0j6udnj2nnylz8pp/', '0', 'Puzzles', 0, 0, '', 'rescue-the-fishing-boy'), (4903, 'Halloween Pumpkin Forest Escape', 'Halloween Pumpkin Forest Escape is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a forest, there you got trapped inside the forest Here is the interesting puzzles and hidden objects to find and get escape from the forest. Good luck… Have fun!', 'https://img.gamemonetize.com/4taymfh6jysuvd0sy8ikceewbgtduo91/512x384.jpg', 'https://html5.gamemonetize.com/4taymfh6jysuvd0sy8ikceewbgtduo91/', '0', 'Puzzles', 0, 0, '', 'halloween-pumpkin-forest-escape'), (4904, 'Halloween Village Escape', 'Halloween Village Escape is a point and click game developed by 8B Games/Games2Mad. Imagine that you had been to a Halloween village, on there you had trapped. Here are the interesting puzzles and hidden objects to find and get escape from the village. Good luck… Have fun!', 'https://img.gamemonetize.com/00ycny9snxbageepz1gnxrg4ifnjlta1/512x384.jpg', 'https://html5.gamemonetize.com/00ycny9snxbageepz1gnxrg4ifnjlta1/', '0', 'Puzzles', 0, 0, '', 'halloween-village-escape'), (4905, 'Little Fairy Dress Up Game', 'Play this new magic beauty salon game for free! No in-app purchases! All girls will just love this cute makeover game with tiny fairies to dress up and a huge selection of fancy items to pick from. Choose hairstyles, dresses, wings, magic wands and many other types of items for your fairy girls.', 'https://img.gamemonetize.com/8uzdd7pioj4lae2m25pxvp0cjobf1lnd/512x384.jpg', 'https://html5.gamemonetize.com/8uzdd7pioj4lae2m25pxvp0cjobf1lnd/', '0', 'Girls', 0, 0, '', 'little-fairy-dress-up-game'), (4906, 'Dress up for Girls', 'Welcome to new dress up girl games for the fans of fashion clothes, make up & cool model makeover! Any fashionista dreams of dressing up with super stylish clothing, so let’s make the dream come true. Show the world who has more style savy!', 'https://img.gamemonetize.com/k6eferau2xzdjedcs7gtv014dnqg13bz/512x384.jpg', 'https://html5.gamemonetize.com/k6eferau2xzdjedcs7gtv014dnqg13bz/', '0', 'Girls', 0, 0, '', 'dress-up--for-girls'), (4907, 'Robot Attacks', 'Robot Attacks is a fast-paced online game that challenges players to defend their base from hordes of attacking robots. Robot Attacks is an online game that challenges players to defend their city from an onslaught of robotic enemies.', 'https://img.gamemonetize.com/in2x54gm4imirptyx6mfb4jw9xdqfy7l/512x384.jpg', 'https://html5.gamemonetize.com/in2x54gm4imirptyx6mfb4jw9xdqfy7l/', '0', 'Arcade', 0, 0, '', 'robot-attacks'), (4908, 'Fall Pumpkin', 'Looking for some online pumpkin fun this fall? Check out our list of the best online pumpkin games! From carving to painting to decorating, we\'ve got you covered with all the best online pumpkin games to play for free!', 'https://img.gamemonetize.com/d8q22u9gw99wx3ocwm5zrfxnbkfybpuy/512x384.jpg', 'https://html5.gamemonetize.com/d8q22u9gw99wx3ocwm5zrfxnbkfybpuy/', '0', 'Arcade', 0, 0, '', 'fall-pumpkin'), (4909, 'Zombies VS. Lines', 'Draw your way to rescue in a world of zombies and thrilling quests. Complete all the challenges to save the world from the undead. We combined two things: the grim world of the zombie apocalypse and the "draw one line" gameplay mechanics. The result: a brand new game that engages from the first level. You\'ll love the graphics and the simple yet addictive storytelling. Take your hero through all the quests and draw lines - they save you from the undead and help you survive!', 'https://img.gamemonetize.com/jenjv3so5x8weew2arwl3rbdl34no1rq/512x384.jpg', 'https://html5.gamemonetize.com/jenjv3so5x8weew2arwl3rbdl34no1rq/', '0', 'Puzzles', 0, 0, '', 'zombies-vs-lines'), (4910, 'Private Racing Multiplayer', 'Online Multiplayer racing game', 'https://img.gamemonetize.com/k067uqehjsrri9idutn8loag886ad0q1/512x384.jpg', 'https://html5.gamemonetize.com/k067uqehjsrri9idutn8loag886ad0q1/', '0', 'Racing', 0, 0, '', 'private-racing-multiplayer'), (4911, 'Merge Aircraft', 'Ever wanted to be a captain? Ever wanted to be an air giant? Take control of your very own parking apron and airline.', 'https://img.gamemonetize.com/7xf0xxi70csmp1dpwnkzmxllmbrl9sts/512x384.jpg', 'https://html5.gamemonetize.com/7xf0xxi70csmp1dpwnkzmxllmbrl9sts/', '0', 'Racing', 0, 0, '', 'merge-aircraft'), (4912, 'Snake Number', 'Swipe your finger to dash along corridors and eat boxes as the snake’s body becomes longer and longer', 'https://img.gamemonetize.com/0iearvv3e7whghml0imxjyomyxesjkf6/512x384.jpg', 'https://html5.gamemonetize.com/0iearvv3e7whghml0imxjyomyxesjkf6/', '0', 'Arcade', 0, 0, '', 'snake-number'), (4913, 'Tower Droppy', 'Build a tower by dropping blocks one by one! Aim accurately and stack the blocks squarely on each other and form the tallest skyscraper! Tower Droppy is a simple yet exciting and addictive game that will keep the player entertained for hours.', 'https://img.gamemonetize.com/ygbbpyy30ivpgvtiesj88d99xjm5ftpl/512x384.jpg', 'https://html5.gamemonetize.com/ygbbpyy30ivpgvtiesj88d99xjm5ftpl/', '0', 'Clicker', 0, 0, '', 'tower-droppy'), (4914, 'Private War Shooter', 'You can play against bots or against real players.', 'https://img.gamemonetize.com/xla91fs2rf4zd94i7xjfutnvdh4hs9or/512x384.jpg', 'https://html5.gamemonetize.com/xla91fs2rf4zd94i7xjfutnvdh4hs9or/', '0', 'Multiplayer', 0, 0, '', 'private-war-shooter'), (4915, 'Trivia Quizzes', '105 unique questions in 7 different categories included that', 'https://img.gamemonetize.com/wjj9cz5bs8ru7txjb0y8ivhipdz2e1pi/512x384.jpg', 'https://html5.gamemonetize.com/wjj9cz5bs8ru7txjb0y8ivhipdz2e1pi/', '0', 'Puzzles', 0, 0, '', 'trivia-quizzes'), (4916, 'Save My Pet', 'Save My Pet is a puzzle games', 'https://img.gamemonetize.com/ladtmlczmnkizrqiou03j5k1ry0vao0x/512x384.jpg', 'https://html5.gamemonetize.com/ladtmlczmnkizrqiou03j5k1ry0vao0x/', '0', 'Puzzles', 0, 0, '', 'save-my-pet'), (4917, 'Shark Io3', 'Try to survive in the game where the big fish eats the small fish. Catch fish that are smaller and weaker than you around you and feed. Swallow people who are lying on the sea bed enjoying themselves in one move before they understand what is happening. You need to run away from the fish that are bigger than you until they get stronger and grow.', 'https://img.gamemonetize.com/6t4txb0rahsrwmr4rhw629c3udxv3qbk/512x384.jpg', 'https://html5.gamemonetize.com/6t4txb0rahsrwmr4rhw629c3udxv3qbk/', '0', 'Adventure', 0, 0, '', 'shark-io'), (4918, 'Minescrafter Xmas', 'Are you up for a very dangerous adventure? hey alex and steve in this adventure you have to kill the zombies and put the animals in alexsin backpack save them from this dangerous forest. Save the animals from the forest because there are scary monsters in this forest and the animals are very scared. Beware, the zombies have set a trap. If you touch it, you will die. In order not to die, but do not touch the traps.', 'https://img.gamemonetize.com/vi39rrqk5mrp92jy7sio8815c3viwe3w/512x384.jpg', 'https://html5.gamemonetize.com/vi39rrqk5mrp92jy7sio8815c3viwe3w/', '0', 'Adventure', 0, 0, '', 'minescrafter-xmas'), (4919, 'Stickman run around', 'Ever feel like you’re just a little stickman caught up in the vicious circle of life? No? Well, now you will.All you gotta do is be a good little stickman - just run around the circle and jump, and make a loop… sounds easy, huh? Think again, stickman! Time your jumps perfectly as you run around so you don’t get squashed.', 'https://img.gamemonetize.com/qct8m4o2viybdzqg9lv57gmolf51dxla/512x384.jpg', 'https://html5.gamemonetize.com/qct8m4o2viybdzqg9lv57gmolf51dxla/', '0', 'Clicker', 0, 0, '', 'stickman-run-around'), (4920, 'Bike Stunts 2023', 'The mind-blowing motocross stunt competitions are not to be missed. Add to the game\'s appeal with some crazy clever bikers and a super soaring jumper driving stunt set—exciting bike feats on zigzag paths and other unfeasible routes. Driving a stunt bike safely on narrow, diagonal, vertical, and curved courses requires expert talent. Feel like a clever bike driver, risking your life on genuine wild clouds & multi-heights to complete complex stunt racing tasks.', 'https://img.gamemonetize.com/fytucs7igcqxr13s3sswvzmpjh7w0fbm/512x384.jpg', 'https://html5.gamemonetize.com/fytucs7igcqxr13s3sswvzmpjh7w0fbm/', '0', 'Racing', 0, 0, '', 'bike-stunts-'), (4921, 'Hippo Beach Adventures', 'Hippo Beach Adventures is a cute game. Hippo family came to the seaside for an adventure. As a kid who loves the seaside too. Why not join them? Firstly come and help them pick some pretty swim suits at the shop. Then you can start the adventure together with them: Diving, making sand sculptures, playing water volleyball and enjoying fresh ice cream...Lots of suprises are waiting for you. Enjoy!', 'https://img.gamemonetize.com/ix4c36zrvzn493qzs4lyd1pnwmedna1t/512x384.jpg', 'https://html5.gamemonetize.com/ix4c36zrvzn493qzs4lyd1pnwmedna1t/', '0', 'Girls', 0, 0, '', 'hippo-beach-adventures'), (4922, 'Mr Spy Soccer Killer', 'Mr Spy: Soccer Killer is a very special soccer game. All you have to do is to take down the enemy with your ball skills. Hold the screen and pull down, aim and then release to shoot to get the hang of the game. The difficulty varies from level to level. Use your brain to challenge it!', 'https://img.gamemonetize.com/ns2po40obhyaeixsodsth0wib7pz9xxf/512x384.jpg', 'https://html5.gamemonetize.com/ns2po40obhyaeixsodsth0wib7pz9xxf/', '0', 'Puzzles', 0, 0, '', 'mr-spy-soccer-killer'), (4923, 'Arena of Janissary', 'Janissary game series is here with you with a great struggling game. This struggle can be played by up to four players. Try to push your rivals out while you are struggling on the platform. The bombs which spawn on the platform and the obstacles on it may block you. Try to be the last stander on the platform.', 'https://img.gamemonetize.com/u2akbu43hor8qsj43qlw8zkx691ygtq5/512x384.jpg', 'https://html5.gamemonetize.com/u2akbu43hor8qsj43qlw8zkx691ygtq5/', '0', 'Action', 0, 0, '', 'arena-of-janissary'), (4924, 'Catapult Of Janissary', 'The Janissary Series continues with the Catapult of Janissary. In this game, you aim to land a hit on your opponent by adjusting the angle and speed of the catapults. During the combat, catapult bonuses such as "Smart", "Ghost", "Big" "Bomb" may increase your chances in the game. You score two points if you can hit your opponent in your first try or by hitting them with the powershot. The player, who scores 5 points first wins.', 'https://img.gamemonetize.com/1qu0zzyu041rs01msrh59f7fftdi15qp/512x384.jpg', 'https://html5.gamemonetize.com/1qu0zzyu041rs01msrh59f7fftdi15qp/', '0', 'Action', 0, 0, '', 'catapult-of-janissary'), (4925, 'Pretty Little Princess Salon', 'Today is the day of the prince\'s prom. Poor Chloe is held at home by her stepmother. The stepmother demands that she must clean all the rooms before going to the prom. Please help Chloe clean the room, and then change her to the prom dress. With your help, chloe will definitely be able to attend the ball. Have fun!', 'https://img.gamemonetize.com/puzcpnzi2o0mgxe6sxo33lqiomssskh1/512x384.jpg', 'https://html5.gamemonetize.com/puzcpnzi2o0mgxe6sxo33lqiomssskh1/', '0', 'Girls', 0, 0, '', 'pretty-little-princess-salon'), (4926, 'Royal House Cleaning Challenge', 'Today is the day of the prince\'s prom. Poor Chloe is held at home by her stepmother. The stepmother demands that she must clean all the rooms before going to the prom. Please help Chloe clean the room, and then change her to the prom dress. With your help, chloe will definitely be able to attend the ball. Have fun!', 'https://img.gamemonetize.com/ur5ycdvlvqy2q2l34m9ef8cyojrcc1n1/512x384.jpg', 'https://html5.gamemonetize.com/ur5ycdvlvqy2q2l34m9ef8cyojrcc1n1/', '0', 'Girls', 0, 0, '', 'royal-house-cleaning-challenge'), (4927, 'Mighty Party Doge Rescue', 'Mighty Party: Doge Rescue is a very hot mind game. The puppy is stuck with a beehive on its head, can you help it? Draw a safe area where he can escape from the bees. Hold on for ten seconds and you win. What an exciting game! Have a try!', 'https://img.gamemonetize.com/3rheg161v460co13kjtt7n41txhe72pv/512x384.jpg', 'https://html5.gamemonetize.com/3rheg161v460co13kjtt7n41txhe72pv/', '0', 'Puzzles', 0, 0, '', 'mighty-party-doge-rescue'), (4928, 'Delete Puzzle Erase One Part', 'Delete Puzzle: Erase One Part definitely is a game that everyone will enjoy. It will test your intelligence and logic skills. Each level features a different scene. You need to restore the scene by erasing the extra parts according to the problem. Have the confidence to succeed in the challenge?', 'https://img.gamemonetize.com/ic9ka1ads3apmosue78nqng1hyxv6of2/512x384.jpg', 'https://html5.gamemonetize.com/ic9ka1ads3apmosue78nqng1hyxv6of2/', '0', 'Puzzles', 0, 0, '', 'delete-puzzle-erase-one-part'), (4929, 'Color Page ASMR', 'Color Page ASMR is a very casual painting game, suitable for all ages to spend time. Pick up a brush, follow the tutorial in the game to paint and paint the corresponding color. Interested in showing off your skills?', 'https://img.gamemonetize.com/izh4eyrcyahp6op6osc0oxa6r7uwsw1i/512x384.jpg', 'https://html5.gamemonetize.com/izh4eyrcyahp6op6osc0oxa6r7uwsw1i/', '0', 'Puzzles', 0, 0, '', 'color-page-asmr'), (4930, 'Rajuchan 2', 'Rajuchan 2 is a 2D cute little platformer where you have to collect all of the gold coins while avoiding the green and purple enemies, flying monsters, spikes and reach the red flag in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Rajuchan" series.', 'https://img.gamemonetize.com/mjjl1p1nghuod9c1bizwms9c58r922x7/512x384.jpg', 'https://html5.gamemonetize.com/mjjl1p1nghuod9c1bizwms9c58r922x7/', '0', 'Arcade', 0, 0, '', 'rajuchan-'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (4931, 'Cube Crack', '-Easy To Play -Simple Game', 'https://img.gamemonetize.com/jqhk6gf817ngchhs6rspbcvn0cpywj9q/512x384.jpg', 'https://html5.gamemonetize.com/jqhk6gf817ngchhs6rspbcvn0cpywj9q/', '0', 'Hypercasual', 0, 0, '', 'cube-crack'), (4932, 'Heart Breaker', 'Heart Breaker is a free online game that challenges players to break as many hearts as possible. The game is suitable for all ages and offers a great way to relieve stress.', 'https://img.gamemonetize.com/55wmbyzu9hhtge3xhkg9b6r5fkd3i8a9/512x384.jpg', 'https://html5.gamemonetize.com/55wmbyzu9hhtge3xhkg9b6r5fkd3i8a9/', '0', 'Puzzles', 0, 0, '', 'heart-breaker'), (4933, 'Block Breaker Zombie', 'Block Breaker is a zombie game that you can play for free online. In this game, you need to break through blocks in order to progress. The game is easy to play and suitable for all ages.', 'https://img.gamemonetize.com/0tsr51bq3s4kq76qtltj637zkm78ik73/512x384.jpg', 'https://html5.gamemonetize.com/0tsr51bq3s4kq76qtltj637zkm78ik73/', '0', 'Puzzles', 0, 0, '', 'block-breaker-zombie'), (4934, 'Santa Gift Breaker', 'Santa Gift Breaker is a free online game that challenges players to break Santa\'s gifts. The game features three difficulty levels, and players must use their mouse to break the gifts as fast as they can. Santa Gift Breaker is a great way to get into the holiday spirit and have some fun!', 'https://img.gamemonetize.com/mczbjm4vpz7jb8pkb84j9mhnoetr2xor/512x384.jpg', 'https://html5.gamemonetize.com/mczbjm4vpz7jb8pkb84j9mhnoetr2xor/', '0', 'Puzzles', 0, 0, '', 'santa-gift-breaker'), (4935, 'Break The Candy', 'Break The Candy is an online game where the objective is to, well, break the candy. You can play by yourself or with friends, and there are multiple levels to keep you challenged. The game is designed to be fun and easy to pick up, but with enough depth to keep you coming back for more.', 'https://img.gamemonetize.com/mf0wkljgb62srya6kychvkxqs2timrmf/512x384.jpg', 'https://html5.gamemonetize.com/mf0wkljgb62srya6kychvkxqs2timrmf/', '0', 'Puzzles', 0, 0, '', 'break-the-candy'), (4936, 'Mr Flip', 'Mr Flip is a fun ragdoll based platform game aiming to fall vertically from high platforms to marked areas on the ground. In our game, customize the game by purchasing special items with the money saving feature. Play a game suitable for all age groups and descend victorious platforms.', 'https://img.gamemonetize.com/x5lulbzonafq3kg6non9dvbgebneubvj/512x384.jpg', 'https://html5.gamemonetize.com/x5lulbzonafq3kg6non9dvbgebneubvj/', '0', 'Adventure', 0, 0, '', 'mr-flip'), (4937, 'Frog Match Master', 'Frog Match Master is an online matching game that is free to play. The objective of the game is to match as many pairs of frogs as possible in the allotted time. There are different levels of difficulty, and the player can choose to play against other players or against the computer. In this game, you must help the frogs match up all of the correct pairs of objects. With dozens of levels to play, Frog Match Master is sure to keep you entertained for hours. So why not give it a try today?', 'https://img.gamemonetize.com/bexwxn1tj8eq5pga2r22ii3ctr1a5jex/512x384.jpg', 'https://html5.gamemonetize.com/bexwxn1tj8eq5pga2r22ii3ctr1a5jex/', '0', 'Puzzles', 0, 0, '', 'frog-match-master'), (4938, 'Mermaid Struggle', 'Mermaid Struggle is an online game that challenges players to help a mermaid jump her way to safety. With beautiful graphics and engaging gameplay, Mermaid Struggle is a great choice for players who are looking for an adventure.', 'https://img.gamemonetize.com/ieqbs2atx8llhw2nmyoj6pwk3e7m8ino/512x384.jpg', 'https://html5.gamemonetize.com/ieqbs2atx8llhw2nmyoj6pwk3e7m8ino/', '0', 'Arcade', 0, 0, '', 'mermaid-struggle'), (4939, 'galactictrek', 'In a distant galaxy, an advanced civilization subjugates galaxies and planets. They anihilate any resistance, enslave the inhabitants and use them to gatter any valuable resource the planet has, before killing them all and exploding the planet. After dominating the Andromeda galaxy, they came to the Milky Way, aiming for the Earth, but a hero rises with the mission to fight them. You are this hero! Explore planets, fight enemies, and free oppressed races.', 'https://img.gamemonetize.com/nxbjvq102wgp7lwg9ceck6bsh6lwujj8/512x384.jpg', 'https://html5.gamemonetize.com/nxbjvq102wgp7lwg9ceck6bsh6lwujj8/', '0', 'Adventure', 0, 0, '', 'galactictrek'), (4940, 'DOP Rainbow Friends', 'What do rainbow friends look like? Come into our game and find out! In the game dop rainbow friends you will meet all your friends. Dop is the most exciting game about rainbow friends. Open up soon, the blue rainbow friend is waiting!', 'https://img.gamemonetize.com/43rgpglwiou9pyw5ks9zw6me9x80xfpc/512x384.jpg', 'https://html5.gamemonetize.com/43rgpglwiou9pyw5ks9zw6me9x80xfpc/', '0', 'Hypercasual', 0, 0, '', 'dop-rainbow-friends'), (4941, 'Puzzle Challenge', 'This is a casual jigsaw puzzle. The game is very simple. At the beginning, it will show you the original picture, but in the future, it will be out of order. Your task is to put it together as it is. Come and try it', 'https://img.gamemonetize.com/25193clu4ws8g8qxsasbyg62h39nqlsm/512x384.jpg', 'https://html5.gamemonetize.com/25193clu4ws8g8qxsasbyg62h39nqlsm/', '0', 'Action', 0, 0, '', 'puzzle-challenge'), (4942, 'Factories', 'Idle clicker game where you build factories!', 'https://img.gamemonetize.com/vfx5taq81nt08a8qu37bkg2thkkly0me/512x384.jpg', 'https://html5.gamemonetize.com/vfx5taq81nt08a8qu37bkg2thkkly0me/', '0', 'Hypercasual', 0, 0, '', 'factories'), (4943, 'Dont click', 'you go through the levels to escape from this factory to become free, even if this factory is not what it seems. Complete the game and you will understand the truth.', 'https://img.gamemonetize.com/n6kana9mxlvahi0hnseufwfu802pc478/512x384.jpg', 'https://html5.gamemonetize.com/n6kana9mxlvahi0hnseufwfu802pc478/', '0', 'Clicker', 0, 0, '', 'dont-click'), (4944, 'BALL OBSTACLES 1p', 'Fun to play ball obstacle course', 'https://img.gamemonetize.com/v7ijoaviaj8qtmk8n39lcdk50ylxr8nl/512x384.jpg', 'https://html5.gamemonetize.com/v7ijoaviaj8qtmk8n39lcdk50ylxr8nl/', '0', 'Arcade', 0, 0, '', 'ball-obstacles-p'), (4945, 'Step Upper', 'Step Upper is a game to get reach higher distance from Earth to Universe! Playing the game Step Upper You will get inspiration as Astronauts. As far as You go You will get score, that can be shared as screenshot to your friends. You can share your Best Score to your friends in your group chats on social networks and messengers. Play the game Step Upper and share your result with your friends and You will know who is the Leader by score! Let\'s know, who is the fastest! • Hyper-casual • Arcade • Minigame • Share the Best Score as screenshot with your friends • Competition with your friends • Auto Night mode • Contest to "Who is faster?" • Share your Best Score with big, joyful emojis', 'https://img.gamemonetize.com/8idd9nxa2qjihe3svkm2dtdzm2ehrxc3/512x384.jpg', 'https://html5.gamemonetize.com/8idd9nxa2qjihe3svkm2dtdzm2ehrxc3/', '0', 'Hypercasual', 0, 0, '', 'step-upper'), (4946, 'Two Colors Sorting', 'Two Colors is a game where you need to sort the objects that have different colors. In the middle of the game screen, will fall objects with two types of colors. At the bottom of the game screen on the left and right side, will have colored baskets with that colors. Your job is to sort and put the objects that have the same color as the basket. Move the objects on the left or right side and put them in the right color. The objects will fall at different speeds and will be mixed with different colors. So you need to be careful and put the object with the right color in the basket. If you make a mistake the game will be over.', 'https://img.gamemonetize.com/w9pucul0nkcqcq0ehbe9yhiuqy8nzoxv/512x384.jpg', 'https://html5.gamemonetize.com/w9pucul0nkcqcq0ehbe9yhiuqy8nzoxv/', '0', 'Puzzles', 0, 0, '', 'two-colors-sorting'), (4947, 'Mini farm', 'Build your farm as your heart desires. Many cute animals are waiting for you to grow them, which will bring you more interesting farming. Players play as farmers, start growing various crops, manage their own farms, restore the real planting process. You can sow crops, water and harvest them. You can also find ripe fruit trees to collect fruits!', 'https://img.gamemonetize.com/b8wrbaovio35tcnpy9gf3d5gbi7e52bq/512x384.jpg', 'https://html5.gamemonetize.com/b8wrbaovio35tcnpy9gf3d5gbi7e52bq/', '0', 'Arcade', 0, 0, '', 'mini-farm'), (4948, 'My Pou Virtual Pet', 'Adopt the cute little virtual pet Poky and enjoy countless hours of exciting and fun gameplay. With life-like emotions, stunning graphics and fluid animations it will feel just as if Moy is real, and you will hopefully love him just like a real pet. Earn Coins, wash your pet, buy food, play games and travel in the park with this endless fun game.', 'https://img.gamemonetize.com/ywkc35ovviqlkheih4mlocyfyc97lj18/512x384.jpg', 'https://html5.gamemonetize.com/ywkc35ovviqlkheih4mlocyfyc97lj18/', '0', 'Hypercasual', 0, 0, '', 'my-pou-virtual-pet'), (4949, 'War Truck Weapon Transport', 'Here is a rocket-transport simulation game with 3D military vehicles. Before driving, you need to match different pieces to make a rocket. Then you need to drive to the marked position on time at each level. Good luck and complete the missions!', 'https://img.gamemonetize.com/vnireoq30kn2x3t1eyss16dqlllrtfvy/512x384.jpg', 'https://html5.gamemonetize.com/vnireoq30kn2x3t1eyss16dqlllrtfvy/', '0', 'Action', 0, 0, '', 'war-truck-weapon-transport'), (4950, 'Formula Rush Online', 'Here is a Formula car racing simulation game for you to play. There are twenty racers running in a map. If you want to unlock new maps, you need to win first three places in five laps at each map. Don\'t forget to speed down when you are wheeling. Good luck!', 'https://img.gamemonetize.com/a6oif7iluz0nwpj3s67g9z6i4przm1ga/512x384.jpg', 'https://html5.gamemonetize.com/a6oif7iluz0nwpj3s67g9z6i4przm1ga/', '0', 'Racing', 0, 0, '', 'formula-rush-online'), (4951, 'Water Bus Driver 2023', 'Have fun while driving in 3D since the current difficulty level is far more brutal than the last one for coach bus drivers. If you want to succeed in Bus New Games 2022: Urban Coach Bus Simulator, you\'ll need to think like a real-life bus driver. The 2022 new 3D and bus driver games include a robust selection of downloadable content (DLC) available through the in-game shop.', 'https://img.gamemonetize.com/7af0rvb7e0in5a5wt5mpxuzhzksoh8yr/512x384.jpg', 'https://html5.gamemonetize.com/7af0rvb7e0in5a5wt5mpxuzhzksoh8yr/', '0', 'Racing', 0, 0, '', 'water-bus-driver-'), (4952, 'Fashion Short Hair Studio', 'Fashion girls Chloe, Bella and Sofia want to change their hairstyles, so they go to Zoe\'s barbershop to seek some help. You have to design a stylish short hair for everyone. Have fun playing with Zoe\'s Short Hair Studio!', 'https://img.gamemonetize.com/ywwm8n349dv52xikvn2wol84fvsta6gh/512x384.jpg', 'https://html5.gamemonetize.com/ywwm8n349dv52xikvn2wol84fvsta6gh/', '0', 'Girls', 0, 0, '', 'fashion-short-hair-studio'), (4953, 'Newborn Twin Baby Care', 'You are about to be a babysitter in this game and you will take care of the 2 year old twins. They are very naughty, you need to feed them, bathe them, change their clothes, and play with them. Are you able to complete such a difficult task?', 'https://img.gamemonetize.com/hogycax9f92agnduv57xn5gkybd0s9cc/512x384.jpg', 'https://html5.gamemonetize.com/hogycax9f92agnduv57xn5gkybd0s9cc/', '0', 'Girls', 0, 0, '', 'newborn-twin-baby-care'), (4954, 'Ice Candy Cooking Game', 'This is a simple casual game for everyone. Both boys and girls will enjoy greatly while decorating their masterpieces, which they then share with loved ones. You can choose popsicles in various shapes and mix colorful flavors, it will be a mouth-watering experience. You can also choose between many different sticks, glazing, toppings, toys and other elements to embellish sweet and sour creations.', 'https://img.gamemonetize.com/u44vsm5occxbyrc1k2phige8p59i4zsv/512x384.jpg', 'https://html5.gamemonetize.com/u44vsm5occxbyrc1k2phige8p59i4zsv/', '0', 'Girls', 0, 0, '', 'ice-candy-cooking-game'), (4955, 'Ichikas Adventure', 'Ichikas Adventure is a 2D anime themed platformer where you play as Anime girl called Ichika who have to collect all of the necklaces while avoiding the enemies, flying creatures, spikes, and saws and reach the door of your house in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/o4trgnsu02usk7gww3abfropck0b7xvj/512x384.jpg', 'https://html5.gamemonetize.com/o4trgnsu02usk7gww3abfropck0b7xvj/', '0', 'Arcade', 0, 0, '', 'ichikas-adventure'), (4956, 'Brick Game 3D', 'Throw the ball, destroy the blocks! Will you be able to finish this game consisting of 100 levels in total? Come on, collect bonuses and complete all the levels! Have fun!', 'https://img.gamemonetize.com/dealm8d4ztiyfefvms7t8g53jb3hxnw7/512x384.jpg', 'https://html5.gamemonetize.com/dealm8d4ztiyfefvms7t8g53jb3hxnw7/', '0', 'Arcade', 0, 0, '', 'brick-game-d'), (4957, 'Ricosan 2', 'Ricosan 2 is a 2D cute little platformer where you have to collect all of the pineapples while avoiding the enemies, flying creatures and their bullets, spikes, ground saws and reach the Exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Ricosan" series.', 'https://img.gamemonetize.com/ljlpkyjfcnb57gsu3n1pncdredmm28a0/512x384.jpg', 'https://html5.gamemonetize.com/ljlpkyjfcnb57gsu3n1pncdredmm28a0/', '0', 'Arcade', 0, 0, '', 'ricosan-'), (4958, 'Dora Hidden Harts', 'Dora Hidden Harts is super fun hidden game that you can play online for free. It\'s in HTML5, No Need to Install it! The aim of the game is to help Dora find all the hidden harts on the screen. Start playing and have fun.', 'https://img.gamemonetize.com/ziyhv62wry93s7c3vx1qo647szmotqnv/512x384.jpg', 'https://html5.gamemonetize.com/ziyhv62wry93s7c3vx1qo647szmotqnv/', '0', 'Girls', 0, 0, '', 'dora-hidden-harts'), (4959, 'Sweet Baby Pop Stars', 'Get ready for tonight\'s show! Style hair for beautiful Alice. Take care of Emma\'s skin. Set up a superstar photoshoot and create the coolest concert poster ever. When you\'re ready to perform, take the stage with the pop star girl. Make awesome face painting for all girls! Unleash your musical talent and creativity: play, sing, dance and have tons of fun!', 'https://img.gamemonetize.com/qnswowzoe3wmugioy8m86dk7b2tsbtu7/512x384.jpg', 'https://html5.gamemonetize.com/qnswowzoe3wmugioy8m86dk7b2tsbtu7/', '0', 'Girls', 0, 0, '', 'sweet-baby-pop-stars'), (4960, 'Rajuchan', 'Rajuchan is a 2D cute little platformer where you have to collect all of the gold coins while avoiding the enemies, flying monsters, spikes and reach the red flag in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/hpdmpyynrrkfqnc0sb9ztmwj60sho9ge/512x384.jpg', 'https://html5.gamemonetize.com/hpdmpyynrrkfqnc0sb9ztmwj60sho9ge/', '0', 'Arcade', 0, 0, '', 'rajuchan'), (4961, 'Heart Match Master', 'Heart Match Master is an online game that lets you match different hearts together. The game is free to play, and you can earn points by matching as many hearts as possible. Looking for a fun and free online matching game? Look no further than Heart Match Master! This addicting game is perfect for players of all ages and skills levels. Simply match up the hearts in pairs of two or more to score points. The more pairs you match, the higher your score will be. So what are you waiting for? Give Heart Match Master a try today!', 'https://img.gamemonetize.com/w6ymjap8edm3uckl3t6q28xl1vnkoxhq/512x384.jpg', 'https://html5.gamemonetize.com/w6ymjap8edm3uckl3t6q28xl1vnkoxhq/', '0', 'Hypercasual', 0, 0, '', 'heart-match-master'), (4962, 'Sisters Lunch Preparation', 'Come and join this game to make a delicious lunch for these sisters for their special day. Make awesome vegetable soup and steak,before preparation go shopping and purchase required ingredients. Have a happy lunch!', 'https://img.gamemonetize.com/np1br0vrw2wg2lp2v1epd36xd71rt73j/512x384.jpg', 'https://html5.gamemonetize.com/np1br0vrw2wg2lp2v1epd36xd71rt73j/', '0', 'Girls', 0, 0, '', 'sisters-lunch-preparation'), (4963, 'Space Challenge', 'Space Challenge is an online game that lets players race through space. It\'s a great way to test your skills and see how you stack up against other players from all over the world. Space Challenge is an online space racing game that allows you to compete against other players from all around the world. The game features a variety of different missions and challenges that you can complete in order to earn points and move up the leaderboard.', 'https://img.gamemonetize.com/91qq7xanxf5iq0abn1lxwt6hkqeowroc/512x384.jpg', 'https://html5.gamemonetize.com/91qq7xanxf5iq0abn1lxwt6hkqeowroc/', '0', 'Shooting', 0, 0, '', 'space-challenge'), (4964, 'Candy Children Park Makeover', 'Let\'s clean and give the makeover to the candy children\'s park and make all the kids happy and enjoy their play time. Come and join the kid\'s park cleaning game in the 7sgames.com.', 'https://img.gamemonetize.com/zyu263z7fhkndl3nxjxioo0uvjq4pmdw/512x384.jpg', 'https://html5.gamemonetize.com/zyu263z7fhkndl3nxjxioo0uvjq4pmdw/', '0', 'Girls', 0, 0, '', 'candy-children-park-makeover'), (4965, ' Amgel Kids Room Escape 78', 'AmgelEscape - Amgel Kids Room Escape 78 is another point and click escape game developed by Amgel Escape. In this game, you are locked in a room and you have to try to escape the room by finding items and solving puzzles. Show your best escaping skills to escape from the room. Can you able to escape from the room successfully? Good luck and have fun!', 'https://img.gamemonetize.com/xpdz40s3g8ch5ua5602ifv9mpw7yy53z/512x384.jpg', 'https://html5.gamemonetize.com/xpdz40s3g8ch5ua5602ifv9mpw7yy53z/', '0', 'Puzzles', 0, 0, '', '-amgel-kids-room-escape-'), (4966, 'Amgel Easy Room Escape 70', 'AmgelEscape - Amgel Easy Room Escape 70 is another point and click escape game developed by Amgel Escape. In this game, you are locked in a room and you have to try to escape the room by finding items and solving puzzles. Show your best escaping skills to escape from the room. Can you able to escape from the room successfully? Good luck and have fun!', 'https://img.gamemonetize.com/bzdh4wc6ye13kd5gq13f9081hld9dlqx/512x384.jpg', 'https://html5.gamemonetize.com/bzdh4wc6ye13kd5gq13f9081hld9dlqx/', '0', 'Puzzles', 0, 0, '', 'amgel-easy-room-escape-'), (4967, ' Amgel Kids Room Escape 77', 'AmgelEscape - Amgel Kids Room Escape 77 is another point and click escape game developed by Amgel Escape. In this game, you are locked in a room and you have to try to escape the room by finding items and solving puzzles. Show your best escaping skills to escape from the room. Can you able to escape from the room successfully? Good luck and have fun!', 'https://img.gamemonetize.com/n68hyibk9b81pwuexw505bvayqtzo77d/512x384.jpg', 'https://html5.gamemonetize.com/n68hyibk9b81pwuexw505bvayqtzo77d/', '0', 'Puzzles', 0, 0, '', '-amgel-kids-room-escape-'), (4968, ' Amgel Kids Room Escape 76', 'AmgelEscape - Amgel Kids Room Escape 76 is another point and click escape game developed by Amgel Escape. In this game, you are locked in a room and you have to try to escape the room by finding items and solving puzzles. Show your best escaping skills to escape from the room. Can you able to escape from the room successfully? Good luck and have fun!', 'https://img.gamemonetize.com/zmcqrtahfzxomzbx68dp3ha532zrmigy/512x384.jpg', 'https://html5.gamemonetize.com/zmcqrtahfzxomzbx68dp3ha532zrmigy/', '0', 'Puzzles', 0, 0, '', '-amgel-kids-room-escape-'), (4969, 'Amgel Easy Room Escape 69', 'AmgelEscape - Amgel Easy Room Escape 69 is another point and click escape game developed by Amgel Escape. In this game, you are locked in a room and you have to try to escape the room by finding items and solving puzzles. Show your best escaping skills to escape from the room. Can you able to escape from the room successfully? Good luck and have fun!', 'https://img.gamemonetize.com/xehoqoxoz5nvbe1fk7rrkig91x9rdwxv/512x384.jpg', 'https://html5.gamemonetize.com/xehoqoxoz5nvbe1fk7rrkig91x9rdwxv/', '0', 'Puzzles', 0, 0, '', 'amgel-easy-room-escape-'), (4970, 'Cute Puppy Escape 2', 'Cute Puppy Escape 2 is a point and click escape game developed by 8BGames/Games2Mad. Imagine that you had been to a place; on there you found a Puppy got trapped in it. Find some hidden object to solve some interesting clues to escape the Puppy. Good luck…Have fun!', 'https://img.gamemonetize.com/mvar79vsqq436hamv09tujwc2w2ogrgy/512x384.jpg', 'https://html5.gamemonetize.com/mvar79vsqq436hamv09tujwc2w2ogrgy/', '0', 'Puzzles', 0, 0, '', 'cute-puppy-escape-'), (4971, 'Miraculous Ladybug & Cat Noir Jigsaw Puzzle', 'Zazgames is a place where you can infinitely play assembling online jigsaw puzzles. We hope you are up for another game from the Puzzle category on our website , because we have just added the game called Miraculous Ladybug & Cat Noir Jigsaw Puzzle for you all, which, despite being one of the many puzzle games we have added so far into this category, this is the first puzzle game to use this specific format, and image, so it is going to be a brand new experience for all of you, an experience we are sure you will appreciate, as there is no way you aren\'t going to have a lot of fun playing the game. Especially after you learn how to play it from the next lines in the description. you will start by choosing how you want the jigsaw puzzle be : hard medium or easy. After that, the jigsaw puzzle pieces are going to be spread around the game screen randomly. Use the mouse to drag them over the transparent images where they match with the image, until all the pieces are connected, and the image looks just like it did in the beginning. You will have a great time with the game, so start it right now, and we are sure you will not regret it one second!', 'https://img.gamemonetize.com/9tk0mpq9gm9186i4uiou62qkvcxmt9ho/512x384.jpg', 'https://html5.gamemonetize.com/9tk0mpq9gm9186i4uiou62qkvcxmt9ho/', '0', 'Puzzles', 0, 0, '', 'miraculous-ladybug-amp-cat-noir-jigsaw-puzzle'), (4972, 'Run 2 Spooky', 'Released in 2022 for the 10th anniversary of "Rockman Xover", here is an HTML5 port of a fangame I put together in 2012.', 'https://img.gamemonetize.com/ouudwztrfacqmc2ewolxhavnf0izu54x/512x384.jpg', 'https://html5.gamemonetize.com/ouudwztrfacqmc2ewolxhavnf0izu54x/', '0', 'Action', 0, 0, '', 'run--spooky'), (4973, 'Watercolor pen', 'This is a fun leisure puzzle game. It\'s easy and interesting to operate. It\'s a novel awesome experience. Join the game together. Don\'t let the paint run out. It\'s a simple way to play. It\'s a novel challenge. Let\'s unlock a new level drawn by paintbrush.', 'https://img.gamemonetize.com/5qkh64vlsratxestgl25wbigxkex58rn/512x384.jpg', 'https://html5.gamemonetize.com/5qkh64vlsratxestgl25wbigxkex58rn/', '0', 'Action', 0, 0, '', 'watercolor-pen'), (4974, 'Parking Jam 2D', '- The goal of the traffic jam game is to find a way out for the white ambulance by shifting the remaining cars to make space for the white car to get out. The exit door is a laser system, you can’t get through if you don’t find the key first. You have to take the white ambulance to find the key first to open the laser door. Be careful because the number of steps and energy level is limited to get you out of the traffic jam.', 'https://img.gamemonetize.com/omifwu9b4qhzsrrx8jppr6rkkjq51im5/512x384.jpg', 'https://html5.gamemonetize.com/omifwu9b4qhzsrrx8jppr6rkkjq51im5/', '0', 'Puzzles', 0, 0, '', 'parking-jam-d'), (4975, 'Klaus Jigsaw Puzzle', 'Zazgames is a place where you can infinitely play assembling online jigsaw puzzles. We hope you are up for another game from the Puzzle category on our website , because we have just added the game called Klaus Jigsaw Puzzle for you all, which, despite being one of the many puzzle games we have added so far into this category, this is the first puzzle game to use this specific format, and image, so it is going to be a brand new experience for all of you, an experience we are sure you will appreciate, as there is no way you aren\'t going to have a lot of fun playing the game. Especially after you learn how to play it from the next lines in the description. you will start by choosing how you want the jigsaw puzzle be : hard medium or easy. After that, the jigsaw puzzle pieces are going to be spread around the game screen randomly. Use the mouse to drag them over the transparent images where they match with the image, until all the pieces are connected, and the image looks just like it did in the beginning. You will have a great time with the game, so start it right now, and we are sure you will not regret it one second!', 'https://img.gamemonetize.com/fu85072cfccfrgj0o1lwozptodsj4qbg/512x384.jpg', 'https://html5.gamemonetize.com/fu85072cfccfrgj0o1lwozptodsj4qbg/', '0', 'Puzzles', 0, 0, '', 'klaus-jigsaw-puzzle'), (4976, 'Slider Block Puzzle', 'Slider Block 2048 -Puzzle Game 2248 Puzzle Game: Minimalistic & Elegantly designed Game which lets you think out of the box and sharpen your mind. The goal is to connect the same numbered blocks so they merge into higher numbers. You get to enjoy this amazing new puzzle game while improving your memory, concentration levels and reflexes at the same time. Once you start playing it, you will absolutely get addicted to this puzzle game.', 'https://img.gamemonetize.com/huhmrrm2g1p7pwxcoqtke7p8rvpqduyn/512x384.jpg', 'https://html5.gamemonetize.com/huhmrrm2g1p7pwxcoqtke7p8rvpqduyn/', '0', 'Puzzles', 0, 0, '', 'slider-block-puzzle'), (4977, 'Stick Wars 3D', 'Stick Wars 3D is a 3D platform game. Fight against enemy Stickman! Have powerful weapons, open the doors of all levels!', 'https://img.gamemonetize.com/ary35ruz1suwitgap7mbnhwjwmwg00ld/512x384.jpg', 'https://html5.gamemonetize.com/ary35ruz1suwitgap7mbnhwjwmwg00ld/', '0', 'Fighting', 0, 0, '', 'stick-wars-d'), (4978, 'Bazooka Boy', 'Blast through levels and destroy everything before you with a bunch of amazing weapons! Collect all and master their different and unique qualities! Send your enemies flying, explode their bases and crush their buildings! Satisfying destruction and unlimited possibilities to shoot your way to victory! Fun ragdoll enemies and crazy explosions with levels upon levels of awesome content and challenges, go and wipe out all the enemies to win! Flashy exploding effects and awesome physics make each level a unique action puzzle. Can you solve them all without crushing yourself with a bad shot?', 'https://img.gamemonetize.com/l49nc9nx18duefbvq4muqyrskeytis34/512x384.jpg', 'https://html5.gamemonetize.com/l49nc9nx18duefbvq4muqyrskeytis34/', '0', 'Clicker', 0, 0, '', 'bazooka-boy'), (4979, 'Avatar Jumping Adventure', 'Avatar Jumping Adventure is a super fun and free to play online jumping game. Jump on the cloud, collect avatar coins and avoid enemies. Get up as high as possible. It\'s in HTML5, No Need to Install it!', 'https://img.gamemonetize.com/ye39n5n5dtxqhprqv8ghfuz9n6jq1f8p/512x384.jpg', 'https://html5.gamemonetize.com/ye39n5n5dtxqhprqv8ghfuz9n6jq1f8p/', '0', 'Arcade', 0, 0, '', 'avatar-jumping-adventure'), (4980, 'Sword Of Janissary', 'Two cute Janissary characters which are made with pixels, start struggling with each other. One side represents blue Janissary and one side represents red Janissary in this game which you can play with pleasure as mutual.', 'https://img.gamemonetize.com/fibpck20j6yrmhellu889sdf8yu6cq55/512x384.jpg', 'https://html5.gamemonetize.com/fibpck20j6yrmhellu889sdf8yu6cq55/', '0', 'Action', 0, 0, '', 'sword-of-janissary'), (4981, 'Mace of Janissary', 'The struggle of Janissaries continue with the mace gun. The player which dominates the mace gun better, wins the struggle against his/her friend. Try to hit your friend by setting the angle and speed of the mace according to terrain situation and wind way. You can do training with the single player game mode and you can try to reach high scores.', 'https://img.gamemonetize.com/s5zz0vtt5fcm70xtc4xg0uf9cu0h5m7n/512x384.jpg', 'https://html5.gamemonetize.com/s5zz0vtt5fcm70xtc4xg0uf9cu0h5m7n/', '0', 'Action', 0, 0, '', 'mace-of-janissary'), (4982, 'Tank Struggle', 'Are you ready for a superb tank struggle with your friend? Your only goal in this struggle which you can play both in mobile devices and PC, is to destroy the enemy tank. You can destroy your opponent much more easily by using power-ups which are powerful from each other, inside of the game. While you are setting the game, you can set how long the struggle will go on between 1 and 99 numbers and challenge your friend!', 'https://img.gamemonetize.com/d1sm4jvz22mydnzhct9yra4q2tmjmzda/512x384.jpg', 'https://html5.gamemonetize.com/d1sm4jvz22mydnzhct9yra4q2tmjmzda/', '0', 'Action', 0, 0, '', 'tank-struggle'), (4983, 'Bus School Driving 2023', 'Enjoy yourself while driving in 3D, as even the current difficulty level is far more challenging than the previous one for coach bus drivers. Players of Bus New Games 2022: City Coach Bus Simulator will have to emulate real-world bus drivers to avoid the game\'s many obstacles. The in-game store has a wide variety of things designed to enhance your experience with the 2022 new 3d games and the bus driver games.', 'https://img.gamemonetize.com/1tjrlh8587w7r49bfc5jvywb1uvtwjf1/512x384.jpg', 'https://html5.gamemonetize.com/1tjrlh8587w7r49bfc5jvywb1uvtwjf1/', '0', 'Racing', 0, 0, '', 'bus-school-driving-'), (4984, 'Air Simulator ', 'Looking for a fun and challenging online game? Look no further than Air Simulator. In this game, you\'ll take control of an aircraft and fly through a variety of different landscapes. With beautiful graphics and smooth game play, Air Simulator is sure to keep you entertained for hours on end. So what are you waiting for? Give it a try today!', 'https://img.gamemonetize.com/tvnc3rk7x2j8jw80kys59rh9f3i57cfe/512x384.jpg', 'https://html5.gamemonetize.com/tvnc3rk7x2j8jw80kys59rh9f3i57cfe/', '0', 'Arcade', 0, 0, '', 'air-simulator-'), (4985, 'Goblin Jump', 'Goblin Clan is a free online fantasy game in which goblins must help each other escape the king and queen’s imprisonment while plundering loot and avoiding the wrath of a sorceress. Join us as we explore your captivating world! This free online game is a perfect way to pass the time and get to know the exciting world of goblins! In this virtual world, you\'ll face many challenges and overcome them all successfully. Learn lots of new things with every mistake you make on your journey through Goblin Town, which will grant you experience points, money, and other items that can help you unlock future games.', 'https://img.gamemonetize.com/xg4syz74y0fk3ltptbkgp0cjj7usr33k/512x384.jpg', 'https://html5.gamemonetize.com/xg4syz74y0fk3ltptbkgp0cjj7usr33k/', '0', 'Arcade', 0, 0, '', 'goblin-jump'), (4986, 'Santamalon', 'The "Santa Melon Endless Jump Adventure" game is an online game that is both fun and challenging. In this game, players must help Santa Melon jump as high as possible in order to reach the top of the leaderboard. This game is perfect for players of all ages and skill levels.', 'https://img.gamemonetize.com/pphy6ebqoank271b27q0jbtbvbsih38r/512x384.jpg', 'https://html5.gamemonetize.com/pphy6ebqoank271b27q0jbtbvbsih38r/', '0', 'Hypercasual', 0, 0, '', 'santamalon'), (4987, 'Baby Injection', 'The Baby Injection Jump Adventure Online Game is a great way for babies to relieve some pressure. By playing this game, they are able to get the time they need to fully evaluate their options and make the best decisions for their health.', 'https://img.gamemonetize.com/gotji31inx394xvbwa01yggh2ge5nmwe/512x384.jpg', 'https://html5.gamemonetize.com/gotji31inx394xvbwa01yggh2ge5nmwe/', '0', 'Hypercasual', 0, 0, '', 'baby-injection'), (4988, 'Match The Porker Dice', 'The Poker Dice Online Matching Game is a great game for people of all ages. It is simple to play and can be enjoyed by everyone.', 'https://img.gamemonetize.com/z2k2i8mpgdrnkl94vwv52uarh0e9vgwq/512x384.jpg', 'https://html5.gamemonetize.com/z2k2i8mpgdrnkl94vwv52uarh0e9vgwq/', '0', 'Puzzles', 0, 0, '', 'match-the-porker-dice'), (4989, 'Private Toy Racing', 'There are 3 Game Modes in Private Toy Racing. Free Ride, Highway and Arena. In Free Ride Mode, you can test your vehicle’s capacities. In Highway Mode, you can gather an ever-increasing number of coins. Be that as it may, be cautious about traffic and oil on the streets! Field mode is truly astounding to play.', 'https://img.gamemonetize.com/tkvcd4m48nrfrlc6x0yart25hzuapzpt/512x384.jpg', 'https://html5.gamemonetize.com/tkvcd4m48nrfrlc6x0yart25hzuapzpt/', '0', 'Racing', 0, 0, '', 'private-toy-racing'), (4990, 'Tappy Driver', 'Drive a car by one touch, go around obstacles, collect the gold wheels and win the cups. But notice, speed always increases and it\'s harder and harder to go. Do not forget to refuel with gasoline, get useful perks, this will help you get to the finish line. And collect keys to open new cars in the garage.', 'https://img.gamemonetize.com/qli1hc3ba8oezz2m9hmyk87qcjuo6zbn/512x384.jpg', 'https://html5.gamemonetize.com/qli1hc3ba8oezz2m9hmyk87qcjuo6zbn/', '0', 'Clicker', 0, 0, '', 'tappy-driver'), (4991, 'Helix Jumper', 'The template is made to be used with mouse and touch to screen. It features a gameplay with infinite game mode.', 'https://img.gamemonetize.com/lv4p0z6nl3mminx0n3goy9w0lcmir3gc/512x384.jpg', 'https://html5.gamemonetize.com/lv4p0z6nl3mminx0n3goy9w0lcmir3gc/', '0', 'Clicker', 0, 0, '', 'helix-jumper'), (4992, 'Apple Knife', 'Apple Knife is an exciting endless one-touch game in which you touch the screen to force up the knife to destroy the wood target, try to avoid other knives and obstacles, collect coins to unlock new knives and fighting bosses', 'https://img.gamemonetize.com/jfihz7tme69nv3y3vgl5lwjbbjz7acvm/512x384.jpg', 'https://html5.gamemonetize.com/jfihz7tme69nv3y3vgl5lwjbbjz7acvm/', '0', 'Shooting', 0, 0, '', 'apple-knife'), (4993, 'Jungle Attack', 'Jungle Attack is an amazing fruits attack shooting game. Move left and right to shoot enemies before they touch you. Collect weapons to help you destroy your enemies quickly. can you pass the first level?', 'https://img.gamemonetize.com/sjweiiaqx02ns03a62yggv91sptlow5m/512x384.jpg', 'https://html5.gamemonetize.com/sjweiiaqx02ns03a62yggv91sptlow5m/', '0', 'Shooting', 0, 0, '', 'jungle-attack'), (4994, 'Stickman Idle Clicker Miner Imposter among us', 'This is a unique relaxing idle miner game. It is based on the stickman universe. Build units, make upgrades, and try to reach a final goal! Stickmen want freedom - help them to get out. But an imposter is among us so be aware. - Create more Stickman\'s; - Make Upgrades; - Earn more ore; - Dig deeper until You earn enough money; - Buy all train parts, so Stickman can move on; - Be careful - an imposter is among us!', 'https://img.gamemonetize.com/wm39u7ou2xd1bhemxh1953aw109nxlh2/512x384.jpg', 'https://html5.gamemonetize.com/wm39u7ou2xd1bhemxh1953aw109nxlh2/', '0', 'Fighting', 0, 0, '', 'stickman-idle-clicker-miner-imposter-among-us'), (4995, 'My School Games 2023', 'School games for kids to play and learn. Enjoy fun school days! Back to school, kids! Go to school, grab your backpacks, enter a school bus and do not be late for a class. Play fun school games, attend chemistry class, music class, astronomy class and meet your classroom friends. Play as a teacher, student, parents and more!', 'https://img.gamemonetize.com/87wjw4sawy1kxg233j296ndoj68i2m4s/512x384.jpg', 'https://html5.gamemonetize.com/87wjw4sawy1kxg233j296ndoj68i2m4s/', '0', 'Hypercasual', 0, 0, '', 'my-school-games-'), (4996, 'Bounce Alien', 'Bounce Alien Jump is a platformer game that can be played for free online. The objective of the game is to help the alien character bounce its way to the end of each level. There are obstacles and enemies along the way, so players must use their reflexes and timing to navigate through the challenges.', 'https://img.gamemonetize.com/cp2lke7p79nnzbrq6qjtz1uxvyj9vwqm/512x384.jpg', 'https://html5.gamemonetize.com/cp2lke7p79nnzbrq6qjtz1uxvyj9vwqm/', '0', 'Hypercasual', 0, 0, '', 'bounce-alien'), (4997, 'Toon Blast The Block Game', 'Match 2 or more cubes of the same color to solve puzzles and clear levels. With limited moves, your puzzle-solving skills will definitely be challenged. In Toon Crush : Block Blast Game you have to drop and collapse colorful blocks while enjoying the addictive gameplay ! Blast your way through thousands of amazing levels in this amazing puzzle game. No more CANDY CRUSHING , COOKIES SMASHING , DIAMOND BREAKING or MATCH 3 gameplay! Just amazing simple tap Match - 2 gameplay!', 'https://img.gamemonetize.com/mbzkn3z9ij73kf1al98k71je6ltrlery/512x384.jpg', 'https://html5.gamemonetize.com/mbzkn3z9ij73kf1al98k71je6ltrlery/', '0', 'Puzzles', 0, 0, '', 'toon-blast--the-block-game'), (4998, 'Farm Frenzyï¼Time management ', 'Hey, the Superheroes need the help of your farm! The Superhero farm defends the peace and prosperity of the entire planet. What about the Superheroes? Well, you know, the Superheros are just lazy celebrities, all the real work is done by yours truly - the Superfarmer! Superfarmers is a farm simulator, but it\'s a special one, with superheros. In order to keep up their heroic endeavors', 'https://img.gamemonetize.com/ekk4zpahxxr02b55yt3jkdrkiquh7yqa/512x384.jpg', 'https://html5.gamemonetize.com/ekk4zpahxxr02b55yt3jkdrkiquh7yqa/', '0', 'Hypercasual', 0, 0, '', 'farm-frenzytime-management-'), (4999, 'Cute Anime Couple', 'Are you are looking for aesthetic anime wallpaper for your mobile phone or tab? In this app we will share lots of manga wallpaper that will make your phone looks much more cool and exciting. If you want to have aesthetic manga wallpaper, why not decorate it with the best wallpaper that you can find here. We have compiled a list of the best anime wallpapers from all over the web.', 'https://img.gamemonetize.com/dz439v5oufdsmj19v6gykxht8w57ptoc/512x384.jpg', 'https://html5.gamemonetize.com/dz439v5oufdsmj19v6gykxht8w57ptoc/', '0', 'Hypercasual', 0, 0, '', 'cute-anime-couple'), (5000, 'Grand Fishing Game fish hook', 'Grand Fishing Game is a fun and at the same time simple fishing simulator with realistic graphics. A diverse underwater world, various game modes, a lot of gear, delicious baits (for fish) - and you are a real angler!', 'https://img.gamemonetize.com/tjk24dvcsyqat55siq5ww8tbdk7hto7q/512x384.jpg', 'https://html5.gamemonetize.com/tjk24dvcsyqat55siq5ww8tbdk7hto7q/', '0', 'Hypercasual', 0, 0, '', 'grand-fishing-game-fish-hook'), (5001, 'Dentist Games Inc Doctor Games', 'Welcome to the virtual dentist hospital free doctor games ! The real dentist free games in market. Best doctor simulator dentist games you have a chance to help your dental surgery games patients to prove that you are a super dentist surgeon in dentist games, real virtual surgery simulator games and make them healthy again and put a smile back on their faces with this simulator games real offline games here. top Doctor games like dentist hospital surgery simulator games er emergency free dentist games.', 'https://img.gamemonetize.com/k3uub8rhb976miudtywgr0o9ms4cesez/512x384.jpg', 'https://html5.gamemonetize.com/k3uub8rhb976miudtywgr0o9ms4cesez/', '0', 'Hypercasual', 0, 0, '', 'dentist-games-inc-doctor-games'), (5002, 'Ultimate Fishing Simulator', '12 real fishing locations in a realistic graphic setting 6 cities from different countries, Warsaw, Paris, Hamburg, New York, Ottawa and more A wide selection of fishing tackle and equipment Many species of fish Fishing activities Fishing tournaments', 'https://img.gamemonetize.com/nag1k2kyb492nh8cut45xl7x0a5umr2q/512x384.jpg', 'https://html5.gamemonetize.com/nag1k2kyb492nh8cut45xl7x0a5umr2q/', '0', 'Hypercasual', 0, 0, '', 'ultimate-fishing-simulator'), (5003, 'Dentist Doctor Games', 'Welcome to New Dentist Game : Dental Care Free Doctor Games : Going to the crazy dentist doctor is something that many crazy patients don’t like to do, but to have a nice clean smile visiting dentist doctor office is a must in dentist games. New Dentist Game : Dental Care Offline Hospital Games is a dental hospital free games where you can experience being a best surgeon doctor in hospital simulator full of crazy doctors, cure patients or use all your skills to perform the adventure surgery simulator ever in dentist simulator games! The injured patients are here for dental surgery, who are suffer from kinds of tooth doctor problems like bad teeth, tooth cavity, dental calculus', 'https://img.gamemonetize.com/bbqnibgcr80ybi0wldv3jcgxwhrgk8tg/512x384.jpg', 'https://html5.gamemonetize.com/bbqnibgcr80ybi0wldv3jcgxwhrgk8tg/', '0', 'Hypercasual', 0, 0, '', 'dentist-doctor-games'), (5004, 'Castle Kingdom', 'Castle kingdom is an amazing Tower Defense game.', 'https://img.gamemonetize.com/7lp0cwqyezk8awc0iao60wacnjt4f1c8/512x384.jpg', 'https://html5.gamemonetize.com/7lp0cwqyezk8awc0iao60wacnjt4f1c8/', '0', 'Arcade', 0, 0, '', 'castle-kingdom'), (5005, 'Merge Dinosaurs', 'Merge, Fight and Challenge yourself to become the king of Merge Master ,', 'https://img.gamemonetize.com/idwhnbfgasmz753l9fkr4ickw2qhq3af/512x384.jpg', 'https://html5.gamemonetize.com/idwhnbfgasmz753l9fkr4ickw2qhq3af/', '0', 'Arcade', 0, 0, '', 'merge-dinosaurs'), (5006, 'Body Race 2023', 'There is no weight limit on beauty! Own the runway and race to the finish line to stun in cutting-edge fashion. Stay body positive! But, along the way, you\'ll be met by various obstacles: various food and fitness gear. Catch the ones that help you hit the target and win beautiful outfits.', 'https://img.gamemonetize.com/bllo2ojz7ektl4144f6i5hlgu99z1rsp/512x384.jpg', 'https://html5.gamemonetize.com/bllo2ojz7ektl4144f6i5hlgu99z1rsp/', '0', 'Girls', 0, 0, '', 'body-race-'), (5007, 'scary rainbow friends 2023', 'Welcome to the Rainbow Friends Escape Game, where many scary Blue Monsters and bad toys are waiting for you And someone is waiting for you too... Let\'s find out secrets together while enjoying a scary time, happy time! This game is the next level of Creepy Rainbow Friends Escape game, the horror escape game that comes from survival horror Poppy.', 'https://img.gamemonetize.com/wcw799exaq9pca4kq9yxv6dftlc8obfq/512x384.jpg', 'https://html5.gamemonetize.com/wcw799exaq9pca4kq9yxv6dftlc8obfq/', '0', 'Action', 0, 0, '', 'scary-rainbow-friends-'), (5008, 'Knight Adventure', 'Knight Adventure is a jumps and platformer game in which players take control of a knight character and must navigate through a series of levels. The game features a variety of obstacles and enemies, and the player must use their skill and strategy to overcome them.', 'https://img.gamemonetize.com/udqu8px97g42fvgxxk1yxhjq2kulquol/512x384.jpg', 'https://html5.gamemonetize.com/udqu8px97g42fvgxxk1yxhjq2kulquol/', '0', 'Arcade', 0, 0, '', 'knight-adventure'), (5009, 'Shopping Parkour', 'This is a magical and interesting game. Players can control the girl sitting on the card to avoid obstacles from left to right. They can directly collect money and get richer rewards through the card reader until they reach victory! In the game, the more cards pass through the card swiping machine, the cards will be further upgraded, and golden cards are waiting for you to pick up! Come and experience it.', 'https://img.gamemonetize.com/pj4spi9qcrtjp23u9308wobzmajfs7nt/512x384.jpg', 'https://html5.gamemonetize.com/pj4spi9qcrtjp23u9308wobzmajfs7nt/', '0', 'Action', 0, 0, '', 'shopping-parkour'), (5010, 'Impossible Box Rush', 'Welcome to Impossible Box Rush. Only here, do you have to move the box to the endpoint. But not as easy as you think. There are more obstacles here to destroy you. Impossible Box Rush has 30 levels Play now and enjoy the thrill. Also, don\'t forget to collect the 3 stars in all levels', 'https://img.gamemonetize.com/nf2laykctfqvbhrcbw8y1hwhm76qfudu/512x384.jpg', 'https://html5.gamemonetize.com/nf2laykctfqvbhrcbw8y1hwhm76qfudu/', '0', 'Puzzles', 0, 0, '', 'impossible-box-rush'), (5011, 'Arrow of Janissary', 'Our cute Janissary character is getting into struggle by arrow shots this tine. The arrow shots that they do which are being shot to different areas, is being affected by wind, angle and different types of bonuses. The one who reaches 5 score first, wins the game.', 'https://img.gamemonetize.com/k2svrdwg2xoppdzi84bo1pbe1fej7b70/512x384.jpg', 'https://html5.gamemonetize.com/k2svrdwg2xoppdzi84bo1pbe1fej7b70/', '0', 'Shooting', 0, 0, '', 'arrow-of-janissary'), (5012, 'Pet Trainer Duel', 'Customers who were looking for a master Pet Trainer found you. Take cats on the trainer platforms and do your best to lose weight. The weighing at the end of the platforms will determine your result. If you want to move on levels in the mode of 1 player or if you want to make a better pet trainer with your friend in 2 player mode. The only purpose is to make obese cats more fit.', 'https://img.gamemonetize.com/ra4fgeproahn3ouhg1z4k5fh6klobv5q/512x384.jpg', 'https://html5.gamemonetize.com/ra4fgeproahn3ouhg1z4k5fh6klobv5q/', '0', 'Hypercasual', 0, 0, '', 'pet-trainer-duel'), (5013, 'Recoil Shooter', 'hey you shooter shoot and blast monsters and kill all level monsters. kill the monsters and skip the level. More challenging enemies are waiting for you in the new level. Different enemies in each level. 15 different levels 15 different difficulties. If you can\'t jump from the jumping ramp, shoot towards the ground and jump with recoil. Remember, everything is in your hands! Be careful with the wind so it doesn\'t blow you away.', 'https://img.gamemonetize.com/1v8avibrg89tujkaw0ouo32rqxkd3xkq/512x384.jpg', 'https://html5.gamemonetize.com/1v8avibrg89tujkaw0ouo32rqxkd3xkq/', '0', 'Arcade', 0, 0, '', 'recoil-shooter'), (5014, 'Water Surfer Car Stunt', 'Here is a platform-stunt driving simulation game with 3D sportscars. You need to drive to the finish area and collect all three yellow stars while collecting gold coins. It is forbidden for you to drive out of the track, or else, you will lose the game directly.', 'https://img.gamemonetize.com/chwpgnjvo0u36lcl1mm7tevqfk8b18gb/512x384.jpg', 'https://html5.gamemonetize.com/chwpgnjvo0u36lcl1mm7tevqfk8b18gb/', '0', 'Action', 0, 0, '', 'water-surfer-car-stunt'), (5015, 'Retoena 2', 'Retoena 2 is a 2D Sci-fi themed platformer where you play as a humanoid girl who have to collect the blue energy cubes while avoiding the red and green enemy bots, flying bots, bullets, spikes, saws and reach your base in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Retoena" series', 'https://img.gamemonetize.com/uxrfl2q4rpkvol51bzv6nc470vtjso9c/512x384.jpg', 'https://html5.gamemonetize.com/uxrfl2q4rpkvol51bzv6nc470vtjso9c/', '0', 'Arcade', 0, 0, '', 'retoena-'), (5016, 'Tenno', 'Tenno is a 2D platformer where you play as an employee called Tenno who have to collect important office papers which got stolen by your office rivals. While collecting them you have to avoid your enemy rivals, saws, spikes and reach your office door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/gojtqs5cg8klewm49c4ippak26sf737p/512x384.jpg', 'https://html5.gamemonetize.com/gojtqs5cg8klewm49c4ippak26sf737p/', '0', 'Arcade', 0, 0, '', 'tenno'), (5017, 'Helle Bot', 'Helle Bot is a 2D Sci-fi themed platformer where you play as a bot who have to collect precious red jewels while avoiding the enemy bots, flying bots and their bullets, fire, spikes and reach the Exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/r3e8dmkfxjjimrlyg0lgg2hv95kz8owc/512x384.jpg', 'https://html5.gamemonetize.com/r3e8dmkfxjjimrlyg0lgg2hv95kz8owc/', '0', 'Arcade', 0, 0, '', 'helle-bot'), (5018, 'Hohoman vs Chu 2', 'Hohoman vs Chu 2 is a 2D cute little platformer where you have to collect red apples while avoiding the enemies, flying creatures, spikes, ground saws and reach the Exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Hohoman vs Chu" series.', 'https://img.gamemonetize.com/jyh7m9yyjezckrgjyool716hovntfcp8/512x384.jpg', 'https://html5.gamemonetize.com/jyh7m9yyjezckrgjyool716hovntfcp8/', '0', 'Arcade', 0, 0, '', 'hohoman-vs-chu-'), (5019, 'Ants Quest', 'Ants Quest is a 2D platformer where you have to collect the sugar cubes while avoiding the enemy ants, flying ants, spikes and reach the red flag in order to go to the next level. There are 8 levels to play with increasing difficulty.', 'https://img.gamemonetize.com/qf4ezh7oz3z4gm4cz0rcq0qvllnbx7w0/512x384.jpg', 'https://html5.gamemonetize.com/qf4ezh7oz3z4gm4cz0rcq0qvllnbx7w0/', '0', 'Arcade', 0, 0, '', 'ants-quest'), (5020, 'Christmas Lollipop', 'Christmas Lollipop is a 2D Christmas themed platformer where you have to collect lollipops while avoiding the enemies, spikes, saws and reach the Exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/8g6inp12hbgbd27chuuskjmkdlm6gnbh/512x384.jpg', 'https://html5.gamemonetize.com/8g6inp12hbgbd27chuuskjmkdlm6gnbh/', '0', 'Arcade', 0, 0, '', 'christmas-lollipop'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (5021, 'Car Crash Star', 'Here is a car battle simulation game called Car Crash Star. With cartoon 3D-armed vehicles, you need to eliminate all enemy vehicles and survive on each map. You could collect items and use the weapons into them to damage other cars. Don\'t forget to dodge damages from enemies!', 'https://img.gamemonetize.com/9av1ewahpimpoqt4hk9uhhuwllowk26j/512x384.jpg', 'https://html5.gamemonetize.com/9av1ewahpimpoqt4hk9uhhuwllowk26j/', '0', 'Action', 0, 0, '', 'car-crash-star'), (5022, 'Mizu Quest', 'Mizu Quest is a 2D anime themed platformer where you play as a magical anime girl who have to collect all the bottles of the magical potion while avoiding the depressed monsters having tridents, spikes, lava, and fire and heal the heart of the guys, who are going through heartbreak because of rejection, in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/jn8mmlhgkm44ma1bw9gin2g6jfi8yk6c/512x384.jpg', 'https://html5.gamemonetize.com/jn8mmlhgkm44ma1bw9gin2g6jfi8yk6c/', '0', 'Arcade', 0, 0, '', 'mizu-quest'), (5023, 'Princess Mermaid Save The Ocean', 'Marine pollution has always been a big troublesome problem. Our lovely mermaid princess is also troubled by this problem. She has a beautiful garden, which is her favorite place, but there is often rubbish falling from the sea in this garden. You see, now the garden is full of rubbish again. Please help the mermaid clean her garden, and don\'t forget to change her into a clean new dress after this. Have fun!', 'https://img.gamemonetize.com/toog8vzzcdn72d5jfx4ahvdgrz7luw31/512x384.jpg', 'https://html5.gamemonetize.com/toog8vzzcdn72d5jfx4ahvdgrz7luw31/', '0', 'Girls', 0, 0, '', 'princess-mermaid-save-the-ocean'), (5024, 'Wedding Makeover Salon Wedding Artist', 'Do you want to be the most beautiful bride in the world? Do you want to choose a wedding dress for yourself? Come and play Wedding Makeover Salon! Today three beautiful brides are holding their wedding, but they don\'t know how to create the perfect bridal makeup. Come and help the worried brides. Clean their faces and create the bride\'s bun, and finally choose the wedding clothes for them. Are you ready? Every girl has their dream wedding! Make up yourself to be the most beautiful bride in the world! It\'s a free game for girls and kids!', 'https://img.gamemonetize.com/reojyaxkqc7rlbgt7urk9mus36ppw9ok/512x384.jpg', 'https://html5.gamemonetize.com/reojyaxkqc7rlbgt7urk9mus36ppw9ok/', '0', 'Girls', 0, 0, '', 'wedding-makeover-salon--wedding-artist'), (5025, 'Metal Army War 3', 'The Metal Army War challenge isn\'t over yet! While the heroes who have protected Earth from robotic aliens are on vacation, the new attack is coming... Our heroes stop their vacation and start defending Earth again! This time, you are defending against advanced enemies with different vehicles. These include attack shuttles, drones, and AI assistants.', 'https://img.gamemonetize.com/et124x2eh6wj1mcnr2daulx5lkbeir7q/512x384.jpg', 'https://html5.gamemonetize.com/et124x2eh6wj1mcnr2daulx5lkbeir7q/', '0', 'Adventure', 0, 0, '', 'metal-army-war-'), (5026, 'My Trendy Ball Gown', 'Welcome to My Trendy Ball Gown. Rainbow Girls are going to be styled by you for the prom, but before that help them to choose the best outfit, also accessorize it using earrings, necklaces, and purses, and you can pick the hairstyle you think will suit the girl the best, simple as that. Enjoy!', 'https://img.gamemonetize.com/ricbcdfz2clkly5wt422ezhwjdi7htpx/512x384.jpg', 'https://html5.gamemonetize.com/ricbcdfz2clkly5wt422ezhwjdi7htpx/', '0', 'Girls', 0, 0, '', 'my-trendy-ball-gown'), (5027, 'Gun of Janissary', 'Cute janissary characters are challenging each other by their gun after sword, axe and arrow. The bullets which are fired may haul off by the trees or winds. That\'s why you should do your shoots by calculating where it will go. Besides, if you can collect the bonuses inside of the game, you can take the advantage against your friend.', 'https://img.gamemonetize.com/m12amwovnoc6klh9vovqkbjmm2hb6j35/512x384.jpg', 'https://html5.gamemonetize.com/m12amwovnoc6klh9vovqkbjmm2hb6j35/', '0', 'Action', 0, 0, '', 'gun-of-janissary'), (5028, 'SuperHeroRope', 'hey SuperHero now you can fly from place to place by throwing a net. Be careful, don\'t fall on the floor or you will die, very dangerous ground can kill you at any moment. net and jump. Be careful, sharp rotating blades and sharp wooden thorns everywhere you must not touch them. collect the gold on the way and have the most gold.', 'https://img.gamemonetize.com/j4hy57xjga60sg6owzd0q7dh7y5xdlqw/512x384.jpg', 'https://html5.gamemonetize.com/j4hy57xjga60sg6owzd0q7dh7y5xdlqw/', '0', 'Arcade', 0, 0, '', 'superherorope'), (5029, 'Fashion Ankle Animal Tattoo', 'Chloe will try to get an ankle tattoo today! Help her choose a nice pattern and draw it on the skin. After that, pick a pair of shoes and show her perfect tattoo! Enjoy it!', 'https://img.gamemonetize.com/fytrmbxceoe89a3mls5sw4nkye9gppta/512x384.jpg', 'https://html5.gamemonetize.com/fytrmbxceoe89a3mls5sw4nkye9gppta/', '0', 'Girls', 0, 0, '', 'fashion-ankle-animal-tattoo'), (5030, 'Pet Doctor Animal Care', 'This animal care game is a very fun educational game where you will learn how to take care of your favorite animals. Pets may have colds, fevers, allergies, earaches, sore throats, or stomach pains. You\'ll also learn to heal cuts and scratches, broken nails, and even remove splinters, fleas, and ticks. Help them recover and become the best veterinarian!', 'https://img.gamemonetize.com/fcvmoxo57707l93yfzn7zfj3dwgl44bo/512x384.jpg', 'https://html5.gamemonetize.com/fcvmoxo57707l93yfzn7zfj3dwgl44bo/', '0', 'Girls', 0, 0, '', 'pet-doctor-animal-care'), (5031, 'SuperCars Parking 2023', 'With the help of offline 3D auto-driving games, you can get your parking career off to a great start. Practice your crazy driving abilities with online car games and complete a simple parking task to unlock hidden bonuses. If this is your first time playing an offline 3D parking game, I suggest you start with the beginner\'s mode. Use the simulator\'s "Advanced Car Parking Mode" to hone your parallel parking talents to fine art. It would help if you used various parking controls to park your automobile in the parking garage. Take on multiple objectives to become a master driver in online multiplayer auto parking games. Learn how to park like a pro in this free Prado auto parking game and then dominate the parking arcade.', 'https://img.gamemonetize.com/iv2hf6tziy28jcdozeyf3dtbvuw5vqi9/512x384.jpg', 'https://html5.gamemonetize.com/iv2hf6tziy28jcdozeyf3dtbvuw5vqi9/', '0', 'Racing', 0, 0, '', 'supercars-parking-'), (5032, 'Baby Panda Animal Puzzle', 'Baby Panda Animal Puzzle is a very popular game. Do you love animals? I guess the answer is yes! In this game, you can create cute animals with things that are very common in your daily life. And using your art talent, you will create your masterpieces. 4 cute animals are here for you to choose to create. Come and try this game with your best friends. Have a good time!', 'https://img.gamemonetize.com/goacokljdu33dfxj2knqm1498no9l0b4/512x384.jpg', 'https://html5.gamemonetize.com/goacokljdu33dfxj2knqm1498no9l0b4/', '0', 'Girls', 0, 0, '', 'baby-panda-animal-puzzle'), (5033, 'Pinocchio Jigsaw Puzzle', 'Zazgames is a place where you can infinitely play assembling online jigsaw puzzles. We hope you are up for another game from the Puzzle category on our website , because we have just added the game called Pinocchio Jigsaw Puzzle for you all, which, despite being one of the many puzzle games we have added so far into this category, this is the first puzzle game to use this specific format, and image, so it is going to be a brand new experience for all of you, an experience we are sure you will appreciate, as there is no way you aren\'t going to have a lot of fun playing the game. Especially after you learn how to play it from the next lines in the description. you will start by choosing how you want the jigsaw puzzle be : hard medium or easy. After that, the jigsaw puzzle pieces are going to be spread around the game screen randomly. Use the mouse to drag them over the transparent images where they match with the image, until all the pieces are connected, and the image looks just like it did in the beginning. You will have a great time with the game, so start it right now, and we are sure you will not regret it one second!', 'https://img.gamemonetize.com/1642xnovfo7dikyyzg8vx8yz4noqlhhg/512x384.jpg', 'https://html5.gamemonetize.com/1642xnovfo7dikyyzg8vx8yz4noqlhhg/', '0', 'Puzzles', 0, 0, '', 'pinocchio-jigsaw-puzzle'), (5034, 'Moto X3M Bike Racing', 'Moto X3M is an online bike racing game. The goal is to race your motorbike through levels with massive, moving obstacles that you have to jump over or avoid. You can flip in the air to decrease your final time and earn a perfect score. Know when to stop, or crash and respawn. Try to complete the levels in as little time as possible.', 'https://img.gamemonetize.com/v83mk3mj7tj2pag2m0qycjk7fdhe1fnp/512x384.jpg', 'https://html5.gamemonetize.com/v83mk3mj7tj2pag2m0qycjk7fdhe1fnp/', '0', 'Racing', 0, 0, '', 'moto-xm--bike-racing'), (5035, 'Yummy Toast Cooking Game', 'Yummy Toast is a cooking game where you learn how to make delicious toast by tapping the correct materials and ingredients you need. Start by cleaning the stove and the frying pan, then prepare all the ingredients required for the recipes. Make the tastiest toast and serve it to your customers with the help of your teddy bear friend. Are you ready to become the best toastmaster in town and unlock all the achievements? Enjoy!', 'https://img.gamemonetize.com/dyjs5x3zqk6vlh34823m7s3tmz8nsd5l/512x384.jpg', 'https://html5.gamemonetize.com/dyjs5x3zqk6vlh34823m7s3tmz8nsd5l/', '0', 'Girls', 0, 0, '', 'yummy-toast--cooking-game'), (5036, 'Retoena', 'Retoena is a 2D Sci-fi themed platformer where you play as a humanoid girl who have to collect the blue energy cubes while avoiding the enemy bots, spikes, saws and reach your base in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/74pt571inzxif8g2jfebl6bfjpmc6m88/512x384.jpg', 'https://html5.gamemonetize.com/74pt571inzxif8g2jfebl6bfjpmc6m88/', '0', 'Arcade', 0, 0, '', 'retoena'), (5037, 'Stumble Guys Sliding Puzzle', 'Welcome to the game called Stumble Guys Sliding Puzzle! In this game you have 12 puzzles with pictures from Stumble Guys. Assemble them by changing to place the pieces. To change drag parts up to another position. Completed a level, go to the next. In each level you have limited time for which need to complete it.', 'https://img.gamemonetize.com/98js06qfu8a8oqgij770wfu1zzjw5oxy/512x384.jpg', 'https://html5.gamemonetize.com/98js06qfu8a8oqgij770wfu1zzjw5oxy/', '0', 'Puzzles', 0, 0, '', 'stumble-guys-sliding-puzzle'), (5038, 'Halloween Cemetery Escape', 'Halloween Cemetery Escape is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a Cemetery; there you got trapped in it. Here are the interesting puzzles and hidden objects to find and get escape from the Cemetery. Good luck… Have fun!', 'https://img.gamemonetize.com/v9zsyoy1yzh933qyii9sjaoqi6w3go4r/512x384.jpg', 'https://html5.gamemonetize.com/v9zsyoy1yzh933qyii9sjaoqi6w3go4r/', '0', 'Puzzles', 0, 0, '', 'halloween-cemetery-escape'), (5039, 'Hohoman vs Chu', 'Hohoman vs Chu is a 2D cute little platformer where you have to collect all of the apples while avoiding the enemies, spikes, ground saws and reach the Exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/w0f9vqku0bdmflihaxuxhba25upefblj/512x384.jpg', 'https://html5.gamemonetize.com/w0f9vqku0bdmflihaxuxhba25upefblj/', '0', 'Arcade', 0, 0, '', 'hohoman-vs-chu'), (5040, 'Pumpkin Forest Escape', 'Pumpkin Forest Escape is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a forest, there you got trapped inside the forest Here is the interesting puzzles and hidden objects to find and get escape from the forest. Good luck… Have fun!', 'https://img.gamemonetize.com/1o35ugmgqkvme49q5md4bufghizgjzp5/512x384.jpg', 'https://html5.gamemonetize.com/1o35ugmgqkvme49q5md4bufghizgjzp5/', '0', 'Puzzles', 0, 0, '', 'pumpkin-forest-escape'), (5041, 'Rescue The Mountain Goat', 'Rescue The Mountain Goat is a point and click game developed by 8B Games/Games2Mad. Imagine that you had been to a village; on there you found a goat got trapped. Here are the interesting puzzles and hidden objects to find and rescue the goat. Good luck... Have fun!', 'https://img.gamemonetize.com/2eerbu8b5d7c07ng3e11ci42bp4y04gt/512x384.jpg', 'https://html5.gamemonetize.com/2eerbu8b5d7c07ng3e11ci42bp4y04gt/', '0', 'Puzzles', 0, 0, '', 'rescue-the-mountain-goat'), (5042, 'Escape Room Mystery Word', 'The most innovative escape game of all time with a puzzle experience, you don\'t want to miss it! Locked in a strange room, you must constantly observe, think, guess, infer, until you escape.', 'https://img.gamemonetize.com/diy0pg8mpyflucxnulnxwm1c2vx7tawj/512x384.jpg', 'https://html5.gamemonetize.com/diy0pg8mpyflucxnulnxwm1c2vx7tawj/', '0', '.IO', 0, 0, '', 'escape-room-mystery-word'), (5043, 'Mario Kart Race Memory', 'Mario Kart Race Memory is a free online game from genre of memory. Flip the tiles and try to match them up in pairs. Pair up all the tiles to win. Try to complete the game in as few moves as possible! There are 4 levels. Use mouse to click or tap to screen on the squares. Concentrate yourself and start to play. Enjoy!', 'https://img.gamemonetize.com/6ttly5zgzphae79zbh03s9jvu36rvns5/512x384.jpg', 'https://html5.gamemonetize.com/6ttly5zgzphae79zbh03s9jvu36rvns5/', '0', 'Puzzles', 0, 0, '', 'mario-kart-race-memory'), (5044, 'One Punch Man 3D Game', 'The game is a street fight between One Punch Man the Anime named One Punch Man and the enemies in the same Anime, where you must kill many enemies Skelton to reach the last stage where you will fight with the leader.', 'https://img.gamemonetize.com/y4q5o7rsu7yeiju73ubukcs8dvsbcqy8/512x384.jpg', 'https://html5.gamemonetize.com/y4q5o7rsu7yeiju73ubukcs8dvsbcqy8/', '0', 'Action', 0, 0, '', 'one-punch-man-d-game'), (5045, 'Ben 10 3D Game', 'The game is a street fight between the hero Ben 10 the Cartoon named Ben 10 and the enemies in the same Cartoon, where you must kill many enemies Psychobos to reach the last stage where you will fight with the leader.', 'https://img.gamemonetize.com/fmgp8y9mg26otueau4pzwwreidg1ka4d/512x384.jpg', 'https://html5.gamemonetize.com/fmgp8y9mg26otueau4pzwwreidg1ka4d/', '0', 'Action', 0, 0, '', 'ben--d-game'), (5046, 'Cooking Restaurant Game 2023', 'Dash from restaurant to restaurant on this magical map. You will discover and unlock many places as you progress on your journey. Get the restaurants back to business and attract more and more customers. Let the Cooking Madness begin!', 'https://img.gamemonetize.com/cvcfaj1gbjnqfi7smixx2la3xk2h61vm/512x384.jpg', 'https://html5.gamemonetize.com/cvcfaj1gbjnqfi7smixx2la3xk2h61vm/', '0', 'Girls', 0, 0, '', 'cooking-restaurant-game-'), (5047, 'memorize Halloween', 'Memorize Halloween e um jogo que testa sua memoria! Memorize Halloween is a game that tests your memory!', 'https://img.gamemonetize.com/95yxn7efid9rpk5d07r408mhw1h2fark/512x384.jpg', 'https://html5.gamemonetize.com/95yxn7efid9rpk5d07r408mhw1h2fark/', '0', 'Puzzles', 0, 0, '', 'memorize-halloween'), (5048, 'Fresh Fruit Platter', 'This is a very classic game. In this game, there are a lot of fruits for players to stack, so that they can get higher scores. The picture of the game is also very interesting. Come and experience it', 'https://img.gamemonetize.com/2813zyjt0gyorg7tvjmf1i2nh1br8flt/512x384.jpg', 'https://html5.gamemonetize.com/2813zyjt0gyorg7tvjmf1i2nh1br8flt/', '0', 'Action', 0, 0, '', 'fresh-fruit-platter'), (5049, 'Cooking Food Games 2023', 'If you are a cooking lover and passionate about food , don\'t miss the hottest game recently Cooking Train – Food Game, the stormy culinary train has attracted many chefs to come here to compete. Each train car serves a different, gorgeous, yummy, and famous international cuisine. You will impress your diners and admirers around the world in your mad and delectable restaurants while satisfying their taste senses. Our train will roll everywhere. The first land is America, which dish do you excel at? Apple pie', 'https://img.gamemonetize.com/myni9qhrqd2cm15qehjetx8mpxymvnd4/512x384.jpg', 'https://html5.gamemonetize.com/myni9qhrqd2cm15qehjetx8mpxymvnd4/', '0', 'Girls', 0, 0, '', 'cooking--food-games-'), (5050, 'Kids camping', 'Now it\'s time to go out of town, into the forest for a picnic. It\'s time to collect things and start off. For all the kids who love children\'s camps, barbecue, rest away from the bustling city and just adventure is dedicated to our new game: "Kids camping". In the course of this fun and exciting game, you, and your little ones, will be transferred to the wonderful world of summer holidays and real trips. So get in your car and go on a hilarious picnic in nature. The whole game consists of various mini-games in which you have to perform various exciting tasks.', 'https://img.gamemonetize.com/90kxyly8awtoymww6ardd88szpvd6vy3/512x384.jpg', 'https://html5.gamemonetize.com/90kxyly8awtoymww6ardd88szpvd6vy3/', '0', 'Hypercasual', 0, 0, '', 'kids-camping'), (5051, 'Throwing Knife', 'This is a super playable action game that can only rise after shooting. In this game, we can enter the game and satisfy our desire to win by winning the game.', 'https://img.gamemonetize.com/kyk88k2xj04uc5x67zvlm2jofc63lnn9/512x384.jpg', 'https://html5.gamemonetize.com/kyk88k2xj04uc5x67zvlm2jofc63lnn9/', '0', 'Action', 0, 0, '', 'throwing-knife'), (5052, 'Anaconda disaster', 'This is an interesting leisure magical swallowing game. It continues the classic greedy snake playing method, controls a greedy snake to constantly adventure and break through the pass, swallows various items in the scene, so that your body can continue to grow, and pay attention to avoiding bigger greedy snakes, so that you can finally live to get high scores. The greedy snake swallowing world also provides personalized greedy snake skin that can be unlocked, The whole process requires high hand speed and responsiveness of players.', 'https://img.gamemonetize.com/196raj4qyqudqy4xhzp38s0usgrtu9pv/512x384.jpg', 'https://html5.gamemonetize.com/196raj4qyqudqy4xhzp38s0usgrtu9pv/', '0', 'Action', 0, 0, '', 'anaconda-disaster'), (5053, 'Foot star', 'Foot star is a shooting soccer game, in this game u must collect all 3 stars making a good kick to achieve a goal. Hot to play: Set your aim and strength using mouse so that the ball lands safely in the goal in each level. Collect all the 3 stars on each level to have opportunities to unlock all game achievements. Foot star has 30 levels which increase in complexity on every stage more obstacles comes in front of you but sure u will deal with. Have fun.', 'https://img.gamemonetize.com/haowxiyyvu7c7z3xwndu01593cns8398/512x384.jpg', 'https://html5.gamemonetize.com/haowxiyyvu7c7z3xwndu01593cns8398/', '0', 'Boys', 0, 0, '', 'foot-star'), (5054, 'Infinite Brick Breaker', 'Infinite Brick Breaker is fun addictive hyper casual brick breaker game. In this game move the paddle to shoot the the ball to break the bricks and collect the coins and star to make more score. Challenge your friends to who score more', 'https://img.gamemonetize.com/d8s4f4fsurkcyjd6xtxzz2l8wam8kfce/512x384.jpg', 'https://html5.gamemonetize.com/d8s4f4fsurkcyjd6xtxzz2l8wam8kfce/', '0', 'Hypercasual', 0, 0, '', 'infinite-brick-breaker'), (5055, 'Words Crush Find Hidden Words', 'The aim is to simply find all the hidden words. The words on each level are related to each other. With this game you can easily improve your vocabulary, concentration and spelling skills! HOW TO PLAY • Words can be vertical, horizontal, diagonal and even backwards. • Swipe letters to find, select and collect words. • Find all the words to advance to the next level! • The faster you find the words, the higher your score and ranking!', 'https://img.gamemonetize.com/6sv31nuxmgykcqsgkh36zyo8jtqr2f6y/512x384.jpg', 'https://html5.gamemonetize.com/6sv31nuxmgykcqsgkh36zyo8jtqr2f6y/', '0', 'Puzzles', 0, 0, '', 'words-crush--find-hidden-words'), (5056, 'Among Chen Bots 2', 'Among Chen Robots 2 is a 2D platformer where you have to collect blue energy boxes while avoiding the enemy bots, bullets, flying bots, spikes, and the giant blades and reach the Exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Among Chen Bots" series.', 'https://img.gamemonetize.com/ef2n5vauy4x8xhjs43by05ue1khns50l/512x384.jpg', 'https://html5.gamemonetize.com/ef2n5vauy4x8xhjs43by05ue1khns50l/', '0', 'Arcade', 0, 0, '', 'among-chen-bots-'), (5057, 'Orange Peel', 'By a strange coincidence, the oranges ended up in outer space, where acid rain is about to begin. This unusual natural phenomenon poses a great danger to fruits, because they simply dissolve when even one drop hits the peel. Wits combined with logic will help save oranges from death.', 'https://img.gamemonetize.com/67ha9wgsbxunabd4vqyc9aw5fn2xwbs8/512x384.jpg', 'https://html5.gamemonetize.com/67ha9wgsbxunabd4vqyc9aw5fn2xwbs8/', '0', 'Puzzles', 0, 0, '', 'orange-peel'), (5058, 'FiggeritsWord Puzzle Game', 'Are you ready to rack your brain in a word game? Let’s do it! Welcome to Figgerits, it’s a great problem-solving game with word logic puzzles and brain teasers. Are you ready to challenge it? You can also share it with your friends to enjoy the happiness!', 'https://img.gamemonetize.com/fdvr9gbbf6oazlxp9h1udh8u08nnn017/512x384.jpg', 'https://html5.gamemonetize.com/fdvr9gbbf6oazlxp9h1udh8u08nnn017/', '0', 'Puzzles', 0, 0, '', 'figgeritsword-puzzle-game'), (5059, 'Rainbow Monster Playtime 3D', 'If you like the challenge of horror games, then Rainbow Monster Playtime 3D cannot miss. Your task is to collect all the toys without being discovered by the rainbow. You may be suddenly caught by the rainbow in a room, remember to be careful! Come and start your adventure!', 'https://img.gamemonetize.com/a5n0av25pvc6gbx175u61m9925tktj56/512x384.jpg', 'https://html5.gamemonetize.com/a5n0av25pvc6gbx175u61m9925tktj56/', '0', 'Arcade', 0, 0, '', 'rainbow-monster-playtime-d'), (5060, 'Find The Difference Emoji Puzzle', 'Find The Difference: Emoji Puzzle is a very interesting game, similar to the traditional find the difference game. But it will give you a lot of identical expressions to confuse you. You have to look carefully and find all the different expressions in a limited time to move to the next level!', 'https://img.gamemonetize.com/nuk4v12tepqayrhybmwcsfc4eksvj3nd/512x384.jpg', 'https://html5.gamemonetize.com/nuk4v12tepqayrhybmwcsfc4eksvj3nd/', '0', 'Puzzles', 0, 0, '', 'find-the-difference-emoji-puzzle'), (5061, 'Hide And Seek Io', 'Hide And Seek Io is a free online survival game for boys played on PuzzleGame. Enter the maze, escape and hide to avoid being caught, or to seek people! If you choose to seek, you need to find all the players within the time limit. Footprints will tell you where they are. If you choose to hide, be careful not to step into the paint, and avoid the seeker! Play on Mobile, Tablet, or Desktop!', 'https://img.gamemonetize.com/q32ot8nkjpu9ldvsos4ki1b7k6q2y5b6/512x384.jpg', 'https://html5.gamemonetize.com/q32ot8nkjpu9ldvsos4ki1b7k6q2y5b6/', '0', 'Boys', 0, 0, '', 'hide-and-seek-io'), (5062, 'Hoona', 'Hoona is a 2D platformer where you have to collect the golden keys while avoiding the enemies, saws, spikes and reach the Exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/n19x8vbh4u9kr5lm6ei58x1mupx39tpe/512x384.jpg', 'https://html5.gamemonetize.com/n19x8vbh4u9kr5lm6ei58x1mupx39tpe/', '0', 'Arcade', 0, 0, '', 'hoona'), (5063, 'Poppy Playtime Match Up!', 'Welcome to Goolgames.com, a website where you can play an unlimited number of online puzzles. In this exciting memory game, you\'ll be matching Poppy Playtime character cards. Pay close attention and try to remember the location of each card. When you\'re ready, tap to flip over two cards and try to find a match. Keep playing until you clear the entire board. We hope you enjoy this game and have a great time playing it. Don\'t wait any longer, start playing now and we are sure you won\'t regret it!', 'https://img.gamemonetize.com/aj9rggxgod8tigrhni950fl98uez1ash/512x384.jpg', 'https://html5.gamemonetize.com/aj9rggxgod8tigrhni950fl98uez1ash/', '0', 'Puzzles', 0, 0, '', 'poppy-playtime-match-up'), (5064, 'TopDown Police Chase 2023', 'Push us to the top by enjoying chases and experiencing the adrenaline rush of auto racing while cops pursue thieves. It calms the racing heat with a rapid pursuit of the police vs. thief kind. Until you\'re bored in the automobile and don\'t want to halt your quest for pleasure, it\'s a fantastic time to play police chase games.', 'https://img.gamemonetize.com/3bobkzmpwz2caumylxv76tqpqn4l5tq4/512x384.jpg', 'https://html5.gamemonetize.com/3bobkzmpwz2caumylxv76tqpqn4l5tq4/', '0', 'Racing', 0, 0, '', 'topdown-police-chase-'), (5065, 'Colorful Forest Escape 2', 'Colorful Forest Escape 2 is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a forest, there you got trapped inside the forest Here is the interesting puzzles and hidden objects to find and get escape from the forest. Good luck… Have fun!', 'https://img.gamemonetize.com/fuwwvlk0dipxgd2tl5gqrfs08f2uqrzv/512x384.jpg', 'https://html5.gamemonetize.com/fuwwvlk0dipxgd2tl5gqrfs08f2uqrzv/', '0', 'Puzzles', 0, 0, '', 'colorful-forest-escape-'), (5066, 'Caveman Forest Escape', 'Caveman Forest Escape is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a forest, there you got trapped inside the forest Here is the interesting puzzles and hidden objects to find and get escape from the forest. Good luck… Have fun!', 'https://img.gamemonetize.com/h9bv492qo2l3zqqzwtkat4jmcn05qrws/512x384.jpg', 'https://html5.gamemonetize.com/h9bv492qo2l3zqqzwtkat4jmcn05qrws/', '0', 'Puzzles', 0, 0, '', 'caveman-forest-escape'), (5067, 'Color Box', 'Color Box is a html5 game for every player who likes brain games and colorful games , this game is very unique and addicted for players who likes this types of games', 'https://img.gamemonetize.com/zx31vzfg5zptxkl6ss2kt2b9m3setm8j/512x384.jpg', 'https://html5.gamemonetize.com/zx31vzfg5zptxkl6ss2kt2b9m3setm8j/', '0', 'Arcade', 0, 0, '', 'color-box'), (5068, 'Hero Tower Wars Merge Puzzle', 'Are you ready to be the epic hero in the top battles? Gather your heroes with a wise strategy and lead them to become the mighty party, wiping out the enemies in the war of heroes. The harsh battlefield with countless obstacles is waiting for you. Try to drag your mighty hero to explore the map, unlock powers to defeat powerful monsters, and save the princess. Collect heroes, gold, skins,.. and build your tower after the battle. Now you can play Hero Tower Wars - Merge Puzzle online in your web browser for free at kizgame.com.', 'https://img.gamemonetize.com/q7q9e3kwarfqhezcrsy6fkr5zickfgxk/512x384.jpg', 'https://html5.gamemonetize.com/q7q9e3kwarfqhezcrsy6fkr5zickfgxk/', '0', 'Arcade', 0, 0, '', 'hero-tower-wars--merge-puzzle'), (5069, 'ReCoil', 'You play as a little character and using various weapons you will need to kill the nasty pink viruses ! You cannot move around though, your only way to move is by using the recoil of your weapon to propel yourself ! Watch out for the spikes, they will eliminate you instantly ! Interact with many differents mechanics and make your way through each level !', 'https://img.gamemonetize.com/uuz035epkk3jfc42pwysq09lczmi3wkd/512x384.jpg', 'https://html5.gamemonetize.com/uuz035epkk3jfc42pwysq09lczmi3wkd/', '0', 'Adventure', 0, 0, '', 'recoil'), (5070, 'Viro War', 'Once the mother cell is infected, the local cells unite to destroy all the infected cells! "Nano War" is a strategy game in which to win you need to capture all the infected cells and make them blue! Capture neutral cells first to gain strength before attacking infected cells to win! Can you remove all bad cells from the body to restore balance?', 'https://img.gamemonetize.com/h252nhb6yowg0ews0a4x0i30c64p3fwv/512x384.jpg', 'https://html5.gamemonetize.com/h252nhb6yowg0ews0a4x0i30c64p3fwv/', '0', 'Clicker', 0, 0, '', 'viro-war'), (5071, 'Burning Man', 'Burning man is fun addictive hypercasual adventure game. Help the Burning Man to enter the water before he explodes!', 'https://img.gamemonetize.com/4djrtbkif0on1f31fmdzjoekuja3hy22/512x384.jpg', 'https://html5.gamemonetize.com/4djrtbkif0on1f31fmdzjoekuja3hy22/', '0', 'Hypercasual', 0, 0, '', 'burning-man'), (5072, 'Piggy Mario', 'Do you love adventure games? Welcome to Piggy Mario! You are the fat piggy and sometimes you will have to call the Mario. Run and Jump to collect fruits to get more energy and bombs. Avoid or destroy the enemies like birds and spiders. Use the letter "J" to shoot enemies. Enjoy', 'https://img.gamemonetize.com/qr3xl7mobv7v4hzcz1pcvk3b9he3dkfm/512x384.jpg', 'https://html5.gamemonetize.com/qr3xl7mobv7v4hzcz1pcvk3b9he3dkfm/', '0', 'Arcade', 0, 0, '', 'piggy-mario'), (5073, 'Spiderman Vs Venom 3D Game', 'The game is a street fight between the hero Spiderman in the movienamed Spiderman and the enemies in the same movie , where you must kill many enemies Venom to reach the last stage where you will fight with the leader', 'https://img.gamemonetize.com/z67z3b6v0kbn34rrsgf9c9nsjwvflbkv/512x384.jpg', 'https://html5.gamemonetize.com/z67z3b6v0kbn34rrsgf9c9nsjwvflbkv/', '0', 'Action', 0, 0, '', 'spiderman-vs-venom-d-game'), (5074, 'Cake Baking Games for Girls', 'Welcome to Cake Baking Games for Girls by Dream Gamers Studio. Play this cake shop game and run your own sweet bakery. Satisfy your cake maker shop customers with yummy and delicious cupcakes & pancakes. Bake multiple sweet items to grow your cake factory and sell them to the cooking game customers. Classic dessert cravings need some yummy cakes baked by the cake mania chef. This cake shop management game will let you bake your own desserts and pastries. Show your love for dessert cooking games by building your empire bakery.', 'https://img.gamemonetize.com/dcvtw0x80zin5a3e3igam09ugcdnwb6y/512x384.jpg', 'https://html5.gamemonetize.com/dcvtw0x80zin5a3e3igam09ugcdnwb6y/', '0', 'Girls', 0, 0, '', 'cake-baking-games-for-girls'), (5075, 'Cube Tri', 'Cube Tri is fun addictive hyper casual arcade game .This is an infinite game in this you have different color or shapes like cube, sphere and triangle you have to pass the cube of same color and shape through the wall.', 'https://img.gamemonetize.com/htm7edoxtrr8hujhhtyimbevccjhfhrd/512x384.jpg', 'https://html5.gamemonetize.com/htm7edoxtrr8hujhhtyimbevccjhfhrd/', '0', 'Hypercasual', 0, 0, '', 'cube-tri'), (5076, 'Trap Room', 'Collect the boxes with treasures and dodge the electric saws to pass the level in this hilarious 3D game that will give you hours of fun.', 'https://img.gamemonetize.com/gs6y4rqha9nl39z3ll9b3rim0ofqm2bw/512x384.jpg', 'https://html5.gamemonetize.com/gs6y4rqha9nl39z3ll9b3rim0ofqm2bw/', '0', 'Action', 0, 0, '', 'trap-room'), (5077, 'Cooking Marina 2023', 'Welcome to Cooking Marina - new cooking restaurant games 2021. As you know, Singapore is well-known as one of the most beautiful and fresh cities in the world and especially Singapore is also famous for a diverse cuisine paradise. This fast restaurant cooking game will take you to travel around Singapore and some countries in Asia to experience tasty dishes with unique cooking recipes.', 'https://img.gamemonetize.com/ezm7nl5go8l2d6t0s3xql9evvt5qsu9c/512x384.jpg', 'https://html5.gamemonetize.com/ezm7nl5go8l2d6t0s3xql9evvt5qsu9c/', '0', 'Cooking', 0, 0, '', 'cooking-marina-'), (5078, 'Numbers Snake', 'Number Snake is an interesting brain puzzle game. In one way it is similar to all snake games but in another way, you need to be good at mathematics and react fast. Control the snake and eat numbers, in that way the snake will grow. But there will be obstacles in your way. You can go through blocks that have smaller numbers than your snake has. For that is it important to collect the numbers on your way. Try to reach the longer distance, and to earn more money. Play this game it is interesting, logical, and funny.', 'https://img.gamemonetize.com/m2p5t07txxostmalmzippsdj9iyt87vw/512x384.jpg', 'https://html5.gamemonetize.com/m2p5t07txxostmalmzippsdj9iyt87vw/', '0', 'Puzzles', 0, 0, '', 'numbers-snake'), (5079, 'Imposter Attack', 'You need to find the imposters and kill them .There are many ways to find traitors.', 'https://img.gamemonetize.com/31b26wf25lgv18mass8pmav5tgipbvq7/512x384.jpg', 'https://html5.gamemonetize.com/31b26wf25lgv18mass8pmav5tgipbvq7/', '0', 'Arcade', 0, 0, '', 'imposter-attack'), (5080, 'Blocks of Puzzle', 'Do you love free block puzzle games? If you are here, then you love them! This puzzle game is reminiscent of tangram and simple puzzle, but it\'s completely different. I\'m sure when you download Blocks of Puzzle for free, it will become one of your favorite games. Indeed, today the top games for downloading are puzzles for adults and minimalistic blocks, because we are reasonable people and we want to develop, and logic games will help us with this.', 'https://img.gamemonetize.com/cwq64ql7yigfbwitsbp969uq0k9ye88u/512x384.jpg', 'https://html5.gamemonetize.com/cwq64ql7yigfbwitsbp969uq0k9ye88u/', '0', 'Puzzles', 0, 0, '', 'blocks-of-puzzle'), (5081, 'Cooking CenterRestaurant Game', 'As a free cooking craze restaurant game for adults, you can explore various theme restaurants here, countless cooking levels also need you to challenge. You have to learn the skills of food making and time management to serve customers at a FAST pace and enjoy the charm of diner dash!â° Worried about the cooking skills? Take it easy! Different magic boosters will power up your gameplay and help you pass the levels smoothly! Just enjoy the cooking craze in the diner dash! Join in the offline crazy food serving game, record your cooking diary and start a cooking frenzy!', 'https://img.gamemonetize.com/13x21qcwltu4y8a4pqsr9cw3nsogxq6h/512x384.jpg', 'https://html5.gamemonetize.com/13x21qcwltu4y8a4pqsr9cw3nsogxq6h/', '0', 'Girls', 0, 0, '', 'cooking-centerrestaurant-game'), (5082, 'running man Interesting', 'This is a pass through mobile game that focuses on casual play. The game focuses on vertical operation. In this mobile game, players need to manipulate their characters to constantly break through obstacles and begin to show their skills and operations in the level.', 'https://img.gamemonetize.com/m8t9e6atw82dr9o7o2dlv7bh9ecwb2bc/512x384.jpg', 'https://html5.gamemonetize.com/m8t9e6atw82dr9o7o2dlv7bh9ecwb2bc/', '0', 'Action', 0, 0, '', 'running-man-interesting'), (5083, 'Pinch Bubbles', 'This is a leisure puzzle game. The decompression effect mentioned by this game is quite powerful. Players need to think constantly in the game to get out of the maze. This game is also matched with beautiful background music to achieve a better decompression effect.', 'https://img.gamemonetize.com/n4wmzf8i8603qmikd89fgraorbx1x8o1/512x384.jpg', 'https://html5.gamemonetize.com/n4wmzf8i8603qmikd89fgraorbx1x8o1/', '0', 'Action', 0, 0, '', 'pinch-bubbles'), (5084, 'Fidget Toys Pop It', 'Fidget Toys Pop It is a free online relaxing and puzzle game for boys played on PuzzleGame. It contains many sensory fidget toys collected by ASMR sound at the satisfying sound. Complete all kinds of puzzles, and release the pressure by clicking and pressing. The game has many shapes like a dinosaur, flower, cactus, heart, etc. Mobile, Tablet, and Desktop are playable.', 'https://img.gamemonetize.com/k8vrdwhwmb5qs8lojlpet5i9vub3bjov/512x384.jpg', 'https://html5.gamemonetize.com/k8vrdwhwmb5qs8lojlpet5i9vub3bjov/', '0', 'Boys', 0, 0, '', 'fidget-toys-pop-it'), (5085, 'Avatar Coloring Book', 'Avatar Coloring Book is super fun and free to play online coloring game for kids. It\'s in HTML5, No need to install it. Choose one of the cute Avatar images and color it the way you like. Have fun and become the best coloring artist in the world.', 'https://img.gamemonetize.com/ebc2o0uturrrd1q72syz959qkhuocpin/512x384.jpg', 'https://html5.gamemonetize.com/ebc2o0uturrrd1q72syz959qkhuocpin/', '0', 'Girls', 0, 0, '', 'avatar-coloring-book'), (5086, 'Fashion Girl New Year Eve', 'New Year is coming! Our princesses plan to spend an unforgettable New Year\'s Eve to welcome the New Year. Let\'s help them choose some graceful dresses and take photos. Happy New Year!', 'https://img.gamemonetize.com/siwe75bzt8crtnj068yp85u2be9by92j/512x384.jpg', 'https://html5.gamemonetize.com/siwe75bzt8crtnj068yp85u2be9by92j/', '0', 'Girls', 0, 0, '', 'fashion-girl-new-year-eve'), (5087, 'Fairy Tail Vs One Piece', 'Fairy Tail Vs One Piece is an anime fighting game with 28 anime characters. Each character has its own unique features, so you can choose any experience. Cool skill combo or normal attack. The classic fighting scenes of One Piece and the demon tail are randomly switched, and the special effects and sound effects are combined to let you feel the real blood fighting.', 'https://img.gamemonetize.com/ocmey2etj17fkwz1c1fveb53ajcz40ev/512x384.jpg', 'https://html5.gamemonetize.com/ocmey2etj17fkwz1c1fveb53ajcz40ev/', '0', 'Boys', 0, 0, '', 'fairy-tail-vs-one-piece'), (5088, 'Batman Ice Age', 'Batman Ice Age game. Batman Ice Age is a Action game to play free online. Batman Ice Age is an unblocked game to play online in your browser for free, free of charge and on any device, can be played on your computer, phone or tablet, also as a comment, We want to let you know, Batman Ice Age game is unblocked and it\'s one of the best Batman Games with a lot of fun, playable in any device at school or home, the game Batman Ice Age has been chosen by many players as their favorite, try it and we hope you enjoy playing. Remember, on iyigames.com we offer you the funniest unblocked flash games of the world to play online free.', 'https://img.gamemonetize.com/085g4yfzn34nqk584kzdv95nlk0pfjxv/512x384.jpg', 'https://html5.gamemonetize.com/085g4yfzn34nqk584kzdv95nlk0pfjxv/', '0', 'Adventure', 0, 0, '', 'batman-ice-age'), (5089, 'Batman The Cobblebot Caper', 'Don\'t miss out on The Cobblebot Caper game if you have ever dreamed of playing the role of Batman! The superhero protagonist can take on almost any kind of enemy, thanks to his high-tech equipment. However, he\'ll still need to prove his agility and intelligence if he wants to clear up the streets of Gotham! Can you give him a hand? This adventure consists of four levels in the Gotham Bank, a laboratory, and a steelwork factory. The last stage will give you the chance to explore Penguin\'s Mansion. Your mission is to face off the evil masterminds of Gotham and their goons. Defeat them all to prove that you are worthy of being a Batman fan!', 'https://img.gamemonetize.com/ihk4tgb9cpf2a5ond351noa32dhx5jmn/512x384.jpg', 'https://html5.gamemonetize.com/ihk4tgb9cpf2a5ond351noa32dhx5jmn/', '0', 'Adventure', 0, 0, '', 'batman-the-cobblebot-caper'), (5090, 'Billy And Mandy Spell Book', 'Play Billy And Mandy Spell Book. The three weird yet interesting cartoon characters, Billy, Mandy and Grim are in a big trouble in this game, apparently. But there\'s no problem because you love them, as weird as they can be, and you also love playing games with them, getting them out of the troubles they so often get into. This time, Billy, Mandy and Grim made a huge mess in the house, and they must clean everything before their dad gets back home from work, he would be very angry and punish the kids. So, lucky they have you and Grim\'s spell book, because they can use the book to make a spell and get things back to normal.', 'https://img.gamemonetize.com/tum71hf0ywygj75tkjw1b5mqal48nly2/512x384.jpg', 'https://html5.gamemonetize.com/tum71hf0ywygj75tkjw1b5mqal48nly2/', '0', 'Adventure', 0, 0, '', 'billy-and-mandy-spell-book'), (5091, 'Peppa Pig Bubble Shooter', 'A bubble shooter game such as this Peppa Big Bubble Shooter one is exactly what and how it sounds like, it is a game in which you have a cannon with which you can shoot cannons and it is of course a lot of fun. You will already have some bubbles in each level, already there in a mixed up pattern and your mission is to make them all disappear and that is how you solve a level.', 'https://img.gamemonetize.com/lwm03op9s8jb09siewh3xuu5i135wr9g/512x384.jpg', 'https://html5.gamemonetize.com/lwm03op9s8jb09siewh3xuu5i135wr9g/', '0', 'Girls', 0, 0, '', 'peppa-pig-bubble-shooter'), (5092, 'Gozu Adventures 2', 'Gozu Adventures 2 is a 2D platformer where you have to collect all of the cup cakes while avoiding the various kinds of enemies, flying creatures, spikes, rotating saws and reach the Exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Gozu Adventures" series.', 'https://img.gamemonetize.com/ji2zpt0egkadq3qv3a5leksiuoiqnwaf/512x384.jpg', 'https://html5.gamemonetize.com/ji2zpt0egkadq3qv3a5leksiuoiqnwaf/', '0', 'Arcade', 0, 0, '', 'gozu-adventures-'), (5093, 'Colored Water & Pin Game', 'Colored Water Pin is a free online puzzle game played on PuzzleGame for boys. You need to complete the challenge in different order of pulling the pin. The water of different colors must get into the corresponding flasks, and you can enter the next level when they are all filled. The time to show off your casual game skills has come! Play it on Mobile, Tablet, or Desktop!', 'https://img.gamemonetize.com/ycg9jf9jx78c5xbp4lnh6iuu1icold02/512x384.jpg', 'https://html5.gamemonetize.com/ycg9jf9jx78c5xbp4lnh6iuu1icold02/', '0', 'Boys', 0, 0, '', 'colored-water-amp-pin-game'), (5094, 'Noob Hood', 'Noob Hood is a free online pixel and shooting game for boys played on PuzzleGame. Adjust the direction and shoot the sword to kill all enemies and save your partner. One-tap easy-to-learn controls with stunning visual effects and addictive gameplay mechanics! So, what are you waiting for? Play on Mobile, Tablet, or Desktop. Enjoy it with your friends, they love the game too. Have a great time!', 'https://img.gamemonetize.com/m90m4vns4ozskzr9l6ri02cp2rry72dz/512x384.jpg', 'https://html5.gamemonetize.com/m90m4vns4ozskzr9l6ri02cp2rry72dz/', '0', 'Boys', 0, 0, '', 'noob-hood'), (5095, 'Christmas Deno Bot', 'Christmas Deno Bot is a 2D Sci-fi themed platformer on a Christmas setting in which you play as a robot called Deno, who have to collect the fuel containers while avoiding the enemy bots, flying robots, giant blades, saws and reach the Exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/0vp0vz6e9df6yrozkkjexpbv081hgds3/512x384.jpg', 'https://html5.gamemonetize.com/0vp0vz6e9df6yrozkkjexpbv081hgds3/', '0', 'Arcade', 0, 0, '', 'christmas-deno-bot'), (5096, 'Atanu Boy', 'Atanu Boy is a 2D platformer where you have to collect money while avoiding the enemy gangsters, spikes, saws, and reach the Pink flag in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/pfetuc22vwftqhy3lhnzjaumy3w0q44b/512x384.jpg', 'https://html5.gamemonetize.com/pfetuc22vwftqhy3lhnzjaumy3w0q44b/', '0', 'Arcade', 0, 0, '', 'atanu-boy'), (5097, 'Santas Present 2', 'Santas Present 2 is a 2D Christmas themed platformer where you play as Santa who have to collect all of the gift boxes while avoiding the enemies, flying robots, ground saws, spikes and reach the home in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Santas Present" series.', 'https://img.gamemonetize.com/o7jwiv4j6eajuapozrezu948qnjxvgiy/512x384.jpg', 'https://html5.gamemonetize.com/o7jwiv4j6eajuapozrezu948qnjxvgiy/', '0', 'Arcade', 0, 0, '', 'santas-present-'), (5098, 'Sort Fruits', 'Sort Fruits, a color sorting fruits puzzle game, it\'s a fun and relaxing game that entertains and stimulates your brain! Quickly sort the colored fruits in the tubes until all the same colors are together in the same tube. A challenging yet relaxing game to exercise your brain! Explore tons of challenging levels and try to complete them all! Good Luck!', 'https://img.gamemonetize.com/3np8bn6kqe57c0t7dg7phl930kntlkiq/512x384.jpg', 'https://html5.gamemonetize.com/3np8bn6kqe57c0t7dg7phl930kntlkiq/', '0', 'Puzzles', 0, 0, '', 'sort-fruits'), (5099, 'Sort Bubbles Puzzle', 'Sort Them Bubbles in an amazing Brain puzzle game! It\'s a fun and addictive colorful balls sorting game that\'s suitable for relaxing and sharpening your mind at the same time. Just tap the balls and sort the colored balls in the tubes until all the same colors are together in the same tube. Use the button skip level when you stuck in hard levels. This game is easy to learn but hard to master.', 'https://img.gamemonetize.com/8xybjm6j8vft6mxc4qkpy1lhmedshha0/512x384.jpg', 'https://html5.gamemonetize.com/8xybjm6j8vft6mxc4qkpy1lhmedshha0/', '0', 'Puzzles', 0, 0, '', 'sort-bubbles-puzzle'), (5100, 'Cuckoo vs Crow Monster', 'Cuckoo vs Crow Monster is a 2D platformer where you play as a Cuckoo who have to collect your eggs while avoiding the Crow monsters, spikes and reach the Crow nest in order to go to the next level. There are 8 levels to play with increasing difficulty.', 'https://img.gamemonetize.com/vv2t01fcrt5hsn22ism5dbe4f598maoa/512x384.jpg', 'https://html5.gamemonetize.com/vv2t01fcrt5hsn22ism5dbe4f598maoa/', '0', 'Arcade', 0, 0, '', 'cuckoo-vs-crow-monster'), (5101, 'Makeup Runner', 'It’s Makeup Run Kit time , Give your girls the sweetest makeovers ever! Pickup your favorite brushes and makeover your princess to be beautiful.', 'https://img.gamemonetize.com/ssi44hszbt6p4bk8ugazu9205ob2f1ch/512x384.jpg', 'https://html5.gamemonetize.com/ssi44hszbt6p4bk8ugazu9205ob2f1ch/', '0', 'Girls', 0, 0, '', 'makeup-runner'), (5102, 'Running Matchman', 'This is a very special casual parkour game. The game is novel. Collect as much ink as possible during the run. When parkour encounters difficulties, draw props according to the prompts. Come and try,', 'https://img.gamemonetize.com/aj6xm3p9n09s4fcrf6heksscvyzlb01l/512x384.jpg', 'https://html5.gamemonetize.com/aj6xm3p9n09s4fcrf6heksscvyzlb01l/', '0', 'Action', 0, 0, '', 'running-matchman'), (5103, 'Ninja Runner Fighter', 'Sky Runner is a fun game, simple, easy to play and a great time killer. You are in an infinity playground.', 'https://img.gamemonetize.com/2hnic8v6njmfw4kxvnzi6ofar7u7xmb6/512x384.jpg', 'https://html5.gamemonetize.com/2hnic8v6njmfw4kxvnzi6ofar7u7xmb6/', '0', 'Adventure', 0, 0, '', 'ninja-runner-fighter'), (5104, 'Crazy Bus Driving 3D', 'Coach Bus Simulator is the first coach driving game that will teach you to drive a real coach across different scenarios! Take people from a city to another, show them amazing places and landscapes. Open world map, incredible vehicles, wonderful interiors will make you feel a realistic coach bus driving experience! It\'s time to get on board and drive through Europe! Enter the simulation world of bus driving! Get Coach Bus Simulator now!', 'https://img.gamemonetize.com/1w08d7big2tge04h951y03f2qk68xdk4/512x384.jpg', 'https://html5.gamemonetize.com/1w08d7big2tge04h951y03f2qk68xdk4/', '0', 'Racing', 0, 0, '', 'crazy-bus-driving-d'), (5105, 'Camping Adventures Family Road', 'Enjoy this game for FREE – or unlock ALL Original Stories games with unlimited play by signing up for a GHOS Subscription! Road Trip is back with another amazing tour of the United States! You\'ll get to explore beautiful locations across the Western states while hunting for hidden objects. The beautiful hi-resolution scenes combined with more than 2,200 hidden objects to locate will delight hidden object fans! Try your hand at 8 fun mini-games to test your puzzle-solving', 'https://img.gamemonetize.com/w1ad7q8pbzksmc54l8dv2cf8h2146yy4/512x384.jpg', 'https://html5.gamemonetize.com/w1ad7q8pbzksmc54l8dv2cf8h2146yy4/', '0', 'Girls', 0, 0, '', 'camping-adventures-family-road'), (5106, 'Chocolate cake cooking party', 'Wow, this day is Magnifique! A perfect moment to play the best cooking game of this year, our ideas are so good, we want to help you have fun while you prepare something very delicious to eat. All your family and friends will be very happy to eat your recipes. Every day your parents are preparing all the meals for that day and they are cleaning all the house. For sure you clean your bedroom and wash your plate after every meal but into this game, you can do everything you want in your virtual kitchen.', 'https://img.gamemonetize.com/lotupxk19tjgxdfr3gphw7ajcvr3530m/512x384.jpg', 'https://html5.gamemonetize.com/lotupxk19tjgxdfr3gphw7ajcvr3530m/', '0', 'Girls', 0, 0, '', 'chocolate-cake-cooking-party'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (5107, 'Kuma Bear', 'Kuma Bear is a 2D little platformer where you play as a bear who have to collect all of the chocolate bars while while avoiding enemy dogs, flying birds, spikes and pins and reach your own house in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/79vukbp1d65o6eqdaqugve6w264mruif/512x384.jpg', 'https://html5.gamemonetize.com/79vukbp1d65o6eqdaqugve6w264mruif/', '0', 'Arcade', 0, 0, '', 'kuma-bear'), (5108, 'Makeup Games Wedding Artist', 'Wedding, Hair Salon, Dress Up,Makeup Games for Girls! Come and show your makeup artist skills! Jennifer and her fiance will hold our wedding ceremony in one month. Her to-do list is full of so many wedding planning tasks. Let\'s be the best makeup artist and help Jennifer get ready for her dream wedding! Features: - Choose a doll to be the princess. - Having a relaxing girls SPA! SPA is the first step of makeup! - Give the bride a wedding hairstyle! - Hand SPA is waiting for you! Choose beautiful decoration for each nail. - A wedding makeover is ready now! Are you the best makeup artist? - Pick out a perfect girl wedding dress! - Design the unique wedding invitation card! - Record the cherished moment of the big wedding day!', 'https://img.gamemonetize.com/l4qhns7mfxwo65jzmmm2cnueyo0lyzob/512x384.jpg', 'https://html5.gamemonetize.com/l4qhns7mfxwo65jzmmm2cnueyo0lyzob/', '0', 'Girls', 0, 0, '', 'makeup-games-wedding-artist'), (5109, 'Balloon Toddler Games 2022', 'Balloons popping! Learn animal names and what sound each animal makes; get familiar with the fruits and vegetables that you eat; learn your alphabet letters and count the numbers. Your baby will love playing this educational balloon game, while learning new names and pronunciations. And improving his visual perception, concentration and hand-eye coordination skills at the same time.', 'https://img.gamemonetize.com/xmfmrwlhklzravw11a626mdz28927udm/512x384.jpg', 'https://html5.gamemonetize.com/xmfmrwlhklzravw11a626mdz28927udm/', '0', 'Girls', 0, 0, '', 'balloon-toddler-games-'), (5110, 'Besties on Wednesday', 'A young bestie goes to school to learn magic and make new friends. She has her own special style. The girl prefers black colors in clothes and a gothic look. Her roommate likes bright colors in her clothes. It will not be easy for new acquaintances to find a common language. However, this bright girl is not as simple as it seems at first glance. She has her secrets. Try to choose for each student an image that suits her perfectly. And one day these besties will be BFF.', 'https://img.gamemonetize.com/a63nz0hrrj3trlis854jpmrm8g095cv0/512x384.jpg', 'https://html5.gamemonetize.com/a63nz0hrrj3trlis854jpmrm8g095cv0/', '0', 'Girls', 0, 0, '', 'besties-on-wednesday'), (5111, 'SuperCars Crazy Racing 2023', 'Join several online drift racing tournaments where you will pilot numerous iconic drifting vehicles and advance through the ranks from Novice to Pro. If you believe you have the requisite competence, choose the ghost online multiplayer.', 'https://img.gamemonetize.com/gfv2da34a0j9tq2l4eiurjuklmta3in1/512x384.jpg', 'https://html5.gamemonetize.com/gfv2da34a0j9tq2l4eiurjuklmta3in1/', '0', 'Racing', 0, 0, '', 'supercars-crazy-racing-'), (5112, 'Tank War Zone', 'Congratulations, Welcome to the Mobile Tank League, this is a simple but exciting tank PVP game,you are about to have a tank regiment under your command.', 'https://img.gamemonetize.com/2w1n1ma24ws9ijsb4yg597dvai27geyv/512x384.jpg', 'https://html5.gamemonetize.com/2w1n1ma24ws9ijsb4yg597dvai27geyv/', '0', 'Adventure', 0, 0, '', 'tank-war-zone'), (5113, 'Alvinnn and the Chipmunks Jigsaw Puzzle', 'Zazgames is a place where you can infinitely play assembling online jigsaw puzzles. We hope you are up for another game from the Puzzle category on our website , because we have just added the game called Alvinnn and the Chipmunks Jigsaw Puzzle for you all, which, despite being one of the many puzzle games we have added so far into this category, this is the first puzzle game to use this specific format, and image, so it is going to be a brand new experience for all of you, an experience we are sure you will appreciate, as there is no way you aren\'t going to have a lot of fun playing the game. Especially after you learn how to play it from the next lines in the description. you will start by choosing how you want the jigsaw puzzle be : hard medium or easy. After that, the jigsaw puzzle pieces are going to be spread around the game screen randomly. Use the mouse to drag them over the transparent images where they match with the image, until all the pieces are connected, and the image looks just like it did in the beginning. You will have a great time with the game, so start it right now, and we are sure you will not regret it one second!', 'https://img.gamemonetize.com/8g7v4a66tlu9bb76503x4zhkknizbl9s/512x384.jpg', 'https://html5.gamemonetize.com/8g7v4a66tlu9bb76503x4zhkknizbl9s/', '0', 'Puzzles', 0, 0, '', 'alvinnn-and-the-chipmunks-jigsaw-puzzle'), (5114, 'Froggy Man 2', 'Froggy Man 2 is a 2D cute little platformer where you play as a green frog who have to collect all of the flies while avoiding the orange frogs, blue frogs and their bullets, saws, and spikes and reach the green flag in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Froggy Man" series.', 'https://img.gamemonetize.com/rwg1vsulzlkrbsdxu5yp23ke5aoxwn64/512x384.jpg', 'https://html5.gamemonetize.com/rwg1vsulzlkrbsdxu5yp23ke5aoxwn64/', '0', 'Arcade', 0, 0, '', 'froggy-man-'), (5115, 'Merge Battle 3D', 'Merge Battle 3D is a free and very interesting merge online game for boys played on PuzzleGame. In this game, you will constantly merge characters to strengthen yourself and challenge more powerful enemies. In the competition, get the power-up props first, and let yourself beat the opponents easily. Mobile, Tablet, and Desktop are playable!', 'https://img.gamemonetize.com/mrlmdnwffws2kunkminuh1gfp1x0103j/512x384.jpg', 'https://html5.gamemonetize.com/mrlmdnwffws2kunkminuh1gfp1x0103j/', '0', 'Boys', 0, 0, '', 'merge-battle-d'), (5116, 'Smart Nut', 'Spin the Nut is a fun casual game in which you\'ll have to demonstrate your dexterity to skillfully screw a small nut onto a colorful steel bolt! This game will allow you to have a great free time and get a lot of positive impressions from a simple gameplay! In this game you don\'t need a wrench. All you need is an ordinary mouse, a good mood and a bit of luck!', 'https://img.gamemonetize.com/r497llcpjwtgq45i3hfrul0fjnef0e9e/512x384.jpg', 'https://html5.gamemonetize.com/r497llcpjwtgq45i3hfrul0fjnef0e9e/', '0', 'Hypercasual', 0, 0, '', 'smart-nut'), (5117, 'Reco Ball', 'Reco Ball is a 2D cute little platformer where you play as a ball who have to collect all of the copper coins while avoiding the enemy balls, rotating blades, spikes and reach the yellow flag in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/z1hj9ft70jakdophqbidqv81l402ewq7/512x384.jpg', 'https://html5.gamemonetize.com/z1hj9ft70jakdophqbidqv81l402ewq7/', '0', 'Arcade', 0, 0, '', 'reco-ball'), (5118, 'Christmas Kenno Bot 2', 'Christmas Kenno Bot 2 is a 2D Christmas themed platformer where you play as a bot who have to collect green gift boxes while avoiding the blue and orange enemy bots, flying bots, their bullets, saws, spikes and reach the Eskimo\'s door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Christmas Kenno Bot" series.', 'https://img.gamemonetize.com/b2kx48rdjzyhjsumkw418boyyvu00dh0/512x384.jpg', 'https://html5.gamemonetize.com/b2kx48rdjzyhjsumkw418boyyvu00dh0/', '0', 'Arcade', 0, 0, '', 'christmas-kenno-bot-'), (5119, 'Raka vs Kaka 2', 'Raka vs Kaka 2 is a 2D platformer where you have to collect all of the bags of money which got stolen while avoiding the enemies, flying creatures and their bullets, saws and spikes and reach the purple flag in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Raka vs Kaka" series.', 'https://img.gamemonetize.com/y5ro9dpner50m3korvk28yl8zn9dayys/512x384.jpg', 'https://html5.gamemonetize.com/y5ro9dpner50m3korvk28yl8zn9dayys/', '0', 'Arcade', 0, 0, '', 'raka-vs-kaka-'), (5120, 'Super Cubo', '"Super Cubo" is a game about a cube that overcomes obstacles and collects coins in order to get special characters with cool abilities! Collect all the characters and use their abilities to complete all the levels!', 'https://img.gamemonetize.com/rqqi2awguozovdlwzyqtm1pyhhf61kbq/512x384.jpg', 'https://html5.gamemonetize.com/rqqi2awguozovdlwzyqtm1pyhhf61kbq/', '0', 'Hypercasual', 0, 0, '', 'super-cubo'), (5121, 'Bead Cleaner Amaze', 'Bead Cleaner Amaze is a very simple casual game. You just need to manipulate the tool so that it can help the bead to go to clean. Each level has different colors of beads to eliminate, eliminate them all you will also pass. There are many levels for you to challenge, come and try!', 'https://img.gamemonetize.com/tu31yeanwcwhp5dao410xwmsfi0xxp5d/512x384.jpg', 'https://html5.gamemonetize.com/tu31yeanwcwhp5dao410xwmsfi0xxp5d/', '0', 'Puzzles', 0, 0, '', 'bead-cleaner-amaze'), (5122, 'Darios Quest', 'Darios Quest is a 2D platformer where you have to collect all of the ice cream bars while avoiding the monsters, spikes and saws and reach your girlfriend in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. Will you be able to collect all of the ice cream bars for your girlfriend?', 'https://img.gamemonetize.com/39zdmy3zqs66wpa2o7uyr1gbsxcboi3w/512x384.jpg', 'https://html5.gamemonetize.com/39zdmy3zqs66wpa2o7uyr1gbsxcboi3w/', '0', 'Arcade', 0, 0, '', 'darios-quest'), (5123, 'Merge Number', 'Merge Number is a free puzzle online game for boys played on PuzzleGame. All you have to do is combine numbers in a limited grid to form a bigger number. Remember you also have the limit of touching numbers to complete the level. It\'s challenging, testing your tactics, so try to get the highest score! Play on Mobile, Tablet, and Desktop. Have fun.', 'https://img.gamemonetize.com/u7vzkl7ysv6vbmbb4gs0osv9rxw4b1m2/512x384.jpg', 'https://html5.gamemonetize.com/u7vzkl7ysv6vbmbb4gs0osv9rxw4b1m2/', '0', 'Boys', 0, 0, '', 'merge-number'), (5124, 'Doctor Teeth 2', 'Doctor Teeth 2 is a medical-themed simulation game. Use a variety of different tools to clean up and tend to your patient\'s teeth. You can use the stethoscope icon if you\'re stuck and need a hint. You can learn more about dental hygiene while watching your patient\'s fun reactions while playing this game. Have you ever wanted to be a dentist? This is your chance to experience a day in a dentist\'s life!', 'https://img.gamemonetize.com/rhbepw49jxjy3c5s5an2toszcjt3fvlj/512x384.jpg', 'https://html5.gamemonetize.com/rhbepw49jxjy3c5s5an2toszcjt3fvlj/', '0', 'Girls', 0, 0, '', 'doctor-teeth-'), (5125, 'Funy Pet Haircut', 'Funny Pet Haircut is a funny simulation game. Be the owner of your pet salon and groom all the cute customers until they\'re squeaky clean and gorgeous! They will come to your shop in a messy state, so make sure to wash and dry them before proceeding with giving them a brand new look. Brush them, de-flea them, wash them and shampoo them before changing their colors, hairstyles, make-up, and accessories. Go ahead and give Funny Pet Haircut a try!', 'https://img.gamemonetize.com/gfrozjrpuz0zmh60mcn8mb9v2gyr4ojf/512x384.jpg', 'https://html5.gamemonetize.com/gfrozjrpuz0zmh60mcn8mb9v2gyr4ojf/', '0', 'Girls', 0, 0, '', 'funy-pet-haircut'), (5126, 'Christmas Deno Bot 2', 'Christmas Deno Bot 2 is a 2D Sci-fi themed platformer where you play as Deno Bot who have to collect the fuel containers while avoiding the enemy bots, flying enemy bots and their bullets, saws, giant blades, and reach the Exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Christmas Deno Bot" series.', 'https://img.gamemonetize.com/5akejna8yxnpck0uacd7bjbrn4pku889/512x384.jpg', 'https://html5.gamemonetize.com/5akejna8yxnpck0uacd7bjbrn4pku889/', '0', 'Arcade', 0, 0, '', 'christmas-deno-bot-'), (5127, 'Dice Mania', 'Dice mania is an online game where players can test their skills in number shorting. The game is free to play, and players can compete against each other to see who can get the highest score.', 'https://img.gamemonetize.com/jnoh030louvcole35af1fnm8wslfmbyt/512x384.jpg', 'https://html5.gamemonetize.com/jnoh030louvcole35af1fnm8wslfmbyt/', '0', 'Hypercasual', 0, 0, '', 'dice-mania'), (5128, 'Gloo Bot', 'Gloo Bot is a 2D Sci-fi themed platformer where you have to play as a robot who have to collect all of the battery cells while avoiding the enemy robots, flying bots, spikes and reach your Robot House in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/9t312bti3zewvlzeuugj99b5o79guqet/512x384.jpg', 'https://html5.gamemonetize.com/9t312bti3zewvlzeuugj99b5o79guqet/', '0', 'Arcade', 0, 0, '', 'gloo-bot'), (5129, 'Mahjong Gold', 'Find the same gold bars and select them one by one using the PC mouse. Hints, undo and shuffle are also available to you.', 'https://img.gamemonetize.com/udozad9inut9o5xl9o8n1m7kr4tl2ug4/512x384.jpg', 'https://html5.gamemonetize.com/udozad9inut9o5xl9o8n1m7kr4tl2ug4/', '0', 'Puzzles', 0, 0, '', 'mahjong-gold'), (5130, 'Dot Frame', 'Keep color dot in frame with same color and get maximum score. Tap on screen to rotate frame, avoid border with yellow color.', 'https://img.gamemonetize.com/zkclfucmcd6k4m3glnvpp3evd12vqenm/512x384.jpg', 'https://html5.gamemonetize.com/zkclfucmcd6k4m3glnvpp3evd12vqenm/', '0', 'Puzzles', 0, 0, '', 'dot-frame'), (5131, 'Christmas Lollipop 2', 'Christmas Lollipop 2 is a 2D Christmas themed platformer where you have to collect all of the lollipops while avoiding the enemies, flying birds, saws, spikes and reach the Exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Christmas Lollipop" series.', 'https://img.gamemonetize.com/8qm80eyphtweipiwpsy7urml4x3mqjqe/512x384.jpg', 'https://html5.gamemonetize.com/8qm80eyphtweipiwpsy7urml4x3mqjqe/', '0', 'Arcade', 0, 0, '', 'christmas-lollipop-'), (5132, 'Zigzag Racing', 'Zigzag Racing Bike is a free online game that challenges players to race against each other in a fast-paced, competitive environment. Zigzag Racing Online is a fast-paced game that will put your driving skills to the test. You\'ll need to be quick and accurate to win, so practice your reactions and aim before you race!', 'https://img.gamemonetize.com/x9h48oj1dcpkctleiqbdjjvj0ury9c2n/512x384.jpg', 'https://html5.gamemonetize.com/x9h48oj1dcpkctleiqbdjjvj0ury9c2n/', '0', 'Racing', 0, 0, '', 'zigzag-racing'), (5133, 'Police Survival Racing', 'Police Survival Racing is an online game that is full of excitement and adventure. You are never quite sure what is going to happen next, but you know that you will need to be quick on your feet and have a sharp mind to make it through to the end. The stakes are high and the rewards are great, so come join us and see if you have what it takes to become a champion.', 'https://img.gamemonetize.com/wmbqm8anmlunhvz4syp1qf6shwprq6z8/512x384.jpg', 'https://html5.gamemonetize.com/wmbqm8anmlunhvz4syp1qf6shwprq6z8/', '0', 'Racing', 0, 0, '', 'police-survival-racing'), (5134, 'Akochan Quest 2', 'Akochan Quest 2 is a 2D Anime themed platformer where you play as a girl, Akochan, who have to collect all of the necklaces while avoiding the zombies, flying heart monsters, rotating blades, spikes and reach the Yellow flag in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Akochan Quest" series.', 'https://img.gamemonetize.com/qpqahi8ifbrh1dhdx1mh1jbz8p62lx45/512x384.jpg', 'https://html5.gamemonetize.com/qpqahi8ifbrh1dhdx1mh1jbz8p62lx45/', '0', 'Arcade', 0, 0, '', 'akochan-quest-'), (5135, 'Find and Draw DOP Hard', 'This curious logic game will force you to be smart and puzzle over the solutions of many brain teasers a little. You have to make life easier for the characters in the pictures, find the missing elements and draw the puzzle to the end. Playing every day "Draw the missing part" "You will brain out to 100% and you will be able to pass any IQ Test for the highest score.', 'https://img.gamemonetize.com/358ssebclik0qlfnsy024y8eve50qy7m/512x384.jpg', 'https://html5.gamemonetize.com/358ssebclik0qlfnsy024y8eve50qy7m/', '0', 'Puzzles', 0, 0, '', 'find-and-draw-dop-hard'), (5136, 'Blaster Pong', 'pong style game', 'https://img.gamemonetize.com/nivgds9ith22n7u0uoa0w6k49timk3bo/512x384.jpg', 'https://html5.gamemonetize.com/nivgds9ith22n7u0uoa0w6k49timk3bo/', '0', 'Clicker', 0, 0, '', 'blaster-pong'), (5137, 'Frisbee master', 'Complete various interesting Frisbee tasks in the game, and constantly use Frisbee to break through the level. Operate the Frisbee flexibly and fly to the hands of teammates. Angle is important. Don\'t fly the Frisbee out of the ground. Players will receive rewards such as gold coins after completing the game, which can unlock various Frisbee skins and characters.', 'https://img.gamemonetize.com/xupjyaq50k8aiut3v632dzs41dle69i8/512x384.jpg', 'https://html5.gamemonetize.com/xupjyaq50k8aiut3v632dzs41dle69i8/', '0', 'Action', 0, 0, '', 'frisbee-master'), (5138, 'Monster Hero', 'Players need to fight with monsters to defend the peace of the city. The game\'s screen design is very sophisticated, which brings players an immersive game experience. In the game, there will be a variety of solitary monsters. Each monster has different fighting skills, so players must constantly improve their strength to meet a variety of battles. It is a very interesting battle game.', 'https://img.gamemonetize.com/igutdbyoakeiajjn49gx9zbmwb7mvesv/512x384.jpg', 'https://html5.gamemonetize.com/igutdbyoakeiajjn49gx9zbmwb7mvesv/', '0', 'Action', 0, 0, '', 'monster-hero'), (5139, 'Ninja flying boy', 'Ninja flying Boy Adventure is a very fun and action side scrolling game! Help the ninjas to cross the city and the forest to reach the goal. Collect coin! Beat all levels collecting all gems and have fun in this beautiful game!', 'https://img.gamemonetize.com/hs657di7tnqcnzm0v49paum075887t5c/512x384.jpg', 'https://html5.gamemonetize.com/hs657di7tnqcnzm0v49paum075887t5c/', '0', 'Boys', 0, 0, '', 'ninja-flying-boy'), (5140, 'Falling Elevator', 'Fall from the Elevator up and down You have to get off the elevator avoid obstacles, so as not to be arrested by the police. Save the elevator from exploding.', 'https://img.gamemonetize.com/cdr69da45cke7ybepsd3e50mj15xlh5g/512x384.jpg', 'https://html5.gamemonetize.com/cdr69da45cke7ybepsd3e50mj15xlh5g/', '0', '.IO', 0, 0, '', 'falling-elevator'), (5141, 'Baby care Babysitter games', 'Everyone loves playing baby games and taking care of babies. Children specially girls love baby care games in all sorts of pretend play, imitating parents. Why are baby games free so fun? Your kids get to take care of the cutest baby ever. Dress up your babies in adorable clothes, feed babies with food & snacks, Baby play with toys, have a quick baby bath, care for babies at the doctor, be a virtual baby sitter, play fun educational kids games for free, musical games & so much more!', 'https://img.gamemonetize.com/1ajje7luqb5zno4oxrbsvndx0s34o9w1/512x384.jpg', 'https://html5.gamemonetize.com/1ajje7luqb5zno4oxrbsvndx0s34o9w1/', '0', 'Girls', 0, 0, '', 'baby-care-babysitter-games'), (5142, 'Puppy Pet Salon & Dog Daycare', 'It’s time to show some virtual pet puppy love. you can do some amazing activities in sweet dog daycare to enjoy the best puppy pet care games for kids. Enjoy having the cutest baby dog of your town as your virtual pet and show your puppy care craziness by doing the necessary animal care activities of puppy games Welcome to my puppy pet care game town where different baby dogs are waiting to become your cute furry friend in the puppy salon. Now you are incharge of an amazing pet daycare salon and enjoy lots of responsibilities with a bundle of fun games of perritos. Become the best my virtual pet doctor & take care of their health and grooming in this fun Dog pet care game.', 'https://img.gamemonetize.com/2rdzntxfli51o07aq51lx0uwlz1e1hm6/512x384.jpg', 'https://html5.gamemonetize.com/2rdzntxfli51o07aq51lx0uwlz1e1hm6/', '0', 'Arcade', 0, 0, '', 'puppy-pet-salon-amp-dog-daycare'), (5143, 'Airport Manager 2022', 't is time to take over this city airport! Build your own airline, managing all the aircrafts and crew. Your airport must be the best one! Plane simulation is amazing! Airport Manager\'s Duties â¤ï¸ Be an airport scanner, check passenger and their luggage by X-Ray scanner, make sure no prohibited items. â¤ï¸ Check Visa for everyone, the stamp will surprise you! â¤ï¸ Some planes and helicopters are not working in the hangar, please fix and clean it! â¤ï¸ Be a pilot, fly your plane safely. Plane simulation is amazing! â¤ï¸ Offer In-flight Service to every passenger. â¤ï¸ Be plane/helicopter commander, and manage all planes/helicopters. â¤ï¸ Find customer\'s lost luggage. â¤ï¸ You can drawing when get an inspiration!', 'https://img.gamemonetize.com/ykp3j7eicj7rx41upvc2xw1kzjejd5kl/512x384.jpg', 'https://html5.gamemonetize.com/ykp3j7eicj7rx41upvc2xw1kzjejd5kl/', '0', 'Arcade', 0, 0, '', 'airport-manager-'), (5144, 'Antient Dinosaurs Memory', 'Winter Pinguins Memory is a free online game from genre of memory. Flip the tiles and try to match them up in pairs. Pair up all the tiles to win. Try to complete the game in as few moves as possible! There are is 4 levels. Use mouse to click or tap to screen on the squares. Concentrate yourself and start to play. Enjoy!', 'https://img.gamemonetize.com/9ycjra1c5chjkeo66c9cehz6a9a404ec/512x384.jpg', 'https://html5.gamemonetize.com/9ycjra1c5chjkeo66c9cehz6a9a404ec/', '0', 'Puzzles', 0, 0, '', 'antient-dinosaurs-memory'), (5145, 'Surf Parkour', 'This is an adventure game with a water park as the background. In the game, you need to control your villain and pass through many levels on the sea. Be careful not to fall into the sea, or the game will start again! All kinds of cute and cute little characters, Xiao Huang and Xiao Hong, are very cute. The simple screen and simple operation are very simple, but it is not so easy to play well!', 'https://img.gamemonetize.com/9xlkt2jomi1becpx5m1tnr300j9yhi20/512x384.jpg', 'https://html5.gamemonetize.com/9xlkt2jomi1becpx5m1tnr300j9yhi20/', '0', 'Action', 0, 0, '', 'surf-parkour'), (5146, 'Hammer 2', 'Shooter game, Kill them all', 'https://img.gamemonetize.com/kdivqdv571za5rmwci39pen45ktk4luo/512x384.jpg', 'https://html5.gamemonetize.com/kdivqdv571za5rmwci39pen45ktk4luo/', '0', 'Shooting', 0, 0, '', 'hammer-'), (5147, 'Super Mario Bros Movie', 'Super Mario Bros Movie is a side-scrolling 2D platform game with amazing fantasy adventure. It is the latest entry in the long running New Super Mario Bros series. The game features a large variety of new power-ups that players can utilize on their quest to rescue the princess from Bowser\'s clutches. Collect coins, dont stop running and unlock many characters as Luigi, Toad, Mario and more!', 'https://img.gamemonetize.com/lc3z0glrxydeamakuq96ypstn0ob81eq/512x384.jpg', 'https://html5.gamemonetize.com/lc3z0glrxydeamakuq96ypstn0ob81eq/', '0', 'Clicker', 0, 0, '', 'super-mario-bros-movie'), (5148, 'Final Christmas run', 'Final run before Christmas morning, you still have 100 gifts to deliver, Go with Santa as he flies his sled and drop presents into chimneys and deliver to kids waiting in the windows', 'https://img.gamemonetize.com/506ur6brqqkkm86zghdnrj429s5f5bq8/512x384.jpg', 'https://html5.gamemonetize.com/506ur6brqqkkm86zghdnrj429s5f5bq8/', '0', 'Arcade', 0, 0, '', 'final-christmas-run'), (5149, 'Jeep Drive Prisoner Transport Sim', 'Have fun Jeep Drive Prisoner Transport Sim mobile ready in any android or iPhone device. Everything has been prepared for the transfer of prisoners by the United States Army. Have fun operating an actual army prisoner vehicle. It\'s just the laws of physics at work in those army transport games. Recruited for US Army service. To complete training as a driver for the United States Army\'s prisoner transport and freight transport units. But it would be best if you had extensive prior expertise operating various military trucks.', 'https://img.gamemonetize.com/9hi5n0keo4523wdyx0hnlyn7jx9m726b/512x384.jpg', 'https://html5.gamemonetize.com/9hi5n0keo4523wdyx0hnlyn7jx9m726b/', '0', 'Action', 0, 0, '', 'jeep-drive-prisoner-transport-sim'), (5150, 'Hedge maze', 'The hedge maze is a one-player game where you need to guide the ball to the blue square to finish a level. The game does not have a level chosen as you will see. To finish the game you need to play it till the end.', 'https://img.gamemonetize.com/vxoa7fab5p3d8qs7as23dxpybdua2lvg/512x384.jpg', 'https://html5.gamemonetize.com/vxoa7fab5p3d8qs7as23dxpybdua2lvg/', '0', 'Puzzles', 0, 0, '', 'hedge-maze'), (5151, 'BFF Christmas Getup', 'Come and join this Christmas game with these two best friends Mia and Ava to get ready for the Christmas party. They have to decorate the Christmas tree and get ready with awesome makeup and dress up. Merry Christmas!', 'https://img.gamemonetize.com/lk7znkc2noxgb7x3kd858prrhftg1sjp/512x384.jpg', 'https://html5.gamemonetize.com/lk7znkc2noxgb7x3kd858prrhftg1sjp/', '0', 'Girls', 0, 0, '', 'bff-christmas-getup'), (5152, 'Many Brick Block 3D', 'Brick Block, one of the most popular games, is here! Destroy the blocks and go to the next level. Increase your number of balls by having bonuses and pass the levels faster.', 'https://img.gamemonetize.com/fqm8wevvjcca686dja7rmladhvwz60tv/512x384.jpg', 'https://html5.gamemonetize.com/fqm8wevvjcca686dja7rmladhvwz60tv/', '0', 'Arcade', 0, 0, '', 'many-brick-block-d'), (5153, 'Escape From Castle Doom', 'The Blue Peter presenters are in Castle Doom. Help them reach the exits by putting trampolines and springs around the castle. With your mouse, drag the trampolines from the bottom of the screen to where you want them to go. If you make a mistake you can place them somewhere else. Avoid the ghosts. They will send your presenters to sleep, dashing their hopes of escape. Help the presenters escape as quickly as possible to get a bonus score! Prepare yourself for the dangers of the cursed castle! Countless heroes have tried and failed to escape its walls. Meanwhile, hundreds of monsters are roaming inside, guarding the sword shards — the last known thing to be capable of defeating the demonic castle owner, thus shattering its magical structure.', 'https://img.gamemonetize.com/ju054qvgg9c0vmb70ttq7v6d9775rpud/512x384.jpg', 'https://html5.gamemonetize.com/ju054qvgg9c0vmb70ttq7v6d9775rpud/', '0', 'Puzzles', 0, 0, '', 'escape-from-castle-doom'), (5154, 'Tunno Boy', 'Tunno Boy is a 2D cute little platformer where you have to collect all of the blue magical balls while avoiding the enemies, flying monsters, spikes and reach the Exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/kimk80z97gffhivbzvur19ad2vcg16j6/512x384.jpg', 'https://html5.gamemonetize.com/kimk80z97gffhivbzvur19ad2vcg16j6/', '0', 'Arcade', 0, 0, '', 'tunno-boy'), (5155, 'Darios Quest 2', 'Darios Quest 2 is a 2D platformer where you have to collect all of the ice cream bars while avoiding the monsters, flying Demon heads, spikes and saws and reach your girlfriend in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. Will you be able to collect all of the ice cream bars for your girlfriend? This is the second installment of the original "Darios Quest" series.', 'https://img.gamemonetize.com/o1qk87vqjilivlaug9idh44gjkmk4uqq/512x384.jpg', 'https://html5.gamemonetize.com/o1qk87vqjilivlaug9idh44gjkmk4uqq/', '0', 'Arcade', 0, 0, '', 'darios-quest-'), (5156, 'Raka vs Kaka', 'Raka vs Kaka is a 2D platformer where you have to collect all of the bags of money which got stolen while avoiding the enemies, saws and spikes and reach the purple flag in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/7902iz9bhkzkmsy5ov7ukj72oqsqvsc4/512x384.jpg', 'https://html5.gamemonetize.com/7902iz9bhkzkmsy5ov7ukj72oqsqvsc4/', '0', 'Arcade', 0, 0, '', 'raka-vs-kaka'), (5157, 'Supermarket Manager', 'Supermarket Manager is a very fun game. Do you often go to the supermarket? Have you ever imagined what\'s like to be a supermarket manager? In this game, you can experience a day of being a manager in a cute supermarket. You need to clean up the floor at the beginning of the day. And organize the fruits on the shelf... Finally you can start serving customers. Have a good time!', 'https://img.gamemonetize.com/0zh6q2w4ks4hlz7d8khxdf0p6smaa0j2/512x384.jpg', 'https://html5.gamemonetize.com/0zh6q2w4ks4hlz7d8khxdf0p6smaa0j2/', '0', 'Girls', 0, 0, '', 'supermarket-manager'), (5158, 'Sweet Baby Hotel Cleanup', 'Welcome to Crazy Holiday Hotel! Always fun here, but super chaotic! Keep the hotel clean, kids! Get rid of the slime monsters and fix, clean and decorate the hotel the way you like! Clean up messy hotel rooms, cafes, bathrooms, gyms and swimming pools! Play hotel cleanup games for girls and boys, explore the beach and take care of crazy hotels! Kids, join in the cleaning fun!', 'https://img.gamemonetize.com/n7l47dcwk0pi6it35ufhkfa5ybi1vfr4/512x384.jpg', 'https://html5.gamemonetize.com/n7l47dcwk0pi6it35ufhkfa5ybi1vfr4/', '0', 'Girls', 0, 0, '', 'sweet-baby-hotel-cleanup'), (5159, 'Bffs New Year Eve', 'It\'s New Year\'s Eve, and the two sisters want to see the fireworks by the lake together at night. But they don\'t want to see the fireworks without food, so they decide to make their favorite cupcakes at home and take them to eat. After making the cupcakes, they put on their beautiful clothes, and finally, they enjoy the cupcakes and see the fireworks. Enjoy it!', 'https://img.gamemonetize.com/4l084c8lfnjbldzal92cx04rsvxignnx/512x384.jpg', 'https://html5.gamemonetize.com/4l084c8lfnjbldzal92cx04rsvxignnx/', '0', 'Girls', 0, 0, '', 'bffs-new-year-eve'), (5160, 'Bmx Tricks', 'Play Bmx Tricks and Control a BMX around a inside track and use the ramps to do tricks such as tailwhip or superman. Ride your BMX, jump on the ramps and do all kinds of tricks to get the highest score.', 'https://img.gamemonetize.com/zrems26s8qf6ok0iczzybj3ce87lzr0t/512x384.jpg', 'https://html5.gamemonetize.com/zrems26s8qf6ok0iczzybj3ce87lzr0t/', '0', 'Sports', 0, 0, '', 'bmx-tricks'), (5161, 'Ant City', 'If you want to play with a magnifying glass, now’s your chance. Your only choice is to be merciless with this human city. burn your population with a magnifying glass: people, dogs, cars, helicopters', 'https://img.gamemonetize.com/fek2axgn3cki0zupae3e1i4jsyaxdgco/512x384.jpg', 'https://html5.gamemonetize.com/fek2axgn3cki0zupae3e1i4jsyaxdgco/', '0', 'Clicker', 0, 0, '', 'ant-city'), (5162, 'Batman Skycreeper', 'Joker has caught Batman between two buildings, and he drops all sorts of stuff on him in the Batman Skycreeper game! Luckily, Bats always has a plan to escape, and he uses the falling concrete blocks to his advantage. Do you think you can help him to get out of this dangerous situation? Your job is to help the Dark Knight dodge and climb on the blocks and metal beams until he reaches his nemesis! However, you will have to plan your moves carefully if you want to use the concrete to your advantage. Are you skilled enough to make it out in one piece?', 'https://img.gamemonetize.com/sj6zyq3i1ylb0t3z1de449gbjbrrot78/512x384.jpg', 'https://html5.gamemonetize.com/sj6zyq3i1ylb0t3z1de449gbjbrrot78/', '0', 'Adventure', 0, 0, '', 'batman-skycreeper'), (5163, 'Evoke', 'Discover new lands and characters by making your way through the mirrored planets that make up Neovers. Use the mouse to spot the differences in 10 of the mirrored worlds.', 'https://img.gamemonetize.com/k2g1oxkanrmu3067hddkyikh70rshdmt/512x384.jpg', 'https://html5.gamemonetize.com/k2g1oxkanrmu3067hddkyikh70rshdmt/', '0', 'Puzzles', 0, 0, '', 'evoke'), (5164, 'Combat Heaven', 'Combat Heaven is an endless action game. Fight against war machines, destroy them, and try to get the highest score', 'https://img.gamemonetize.com/lg9oqbrczdtawqqxvgajksyypxeqqn1e/512x384.jpg', 'https://html5.gamemonetize.com/lg9oqbrczdtawqqxvgajksyypxeqqn1e/', '0', 'Shooting', 0, 0, '', 'combat-heaven'), (5165, 'Castle Wars Knights vs Orcs', 'Strategize a plan, upgrade your knights, fight the horde and destroy their castle! Move the knight and strategize to kill the orcs from the kingdom. Those orcs will be coming wave by wave and, buy more well-trained knights and arrange them on the line to win the game.', 'https://img.gamemonetize.com/w8zjiiueyjpcxum9qi7tbhkkuzel685c/512x384.jpg', 'https://html5.gamemonetize.com/w8zjiiueyjpcxum9qi7tbhkkuzel685c/', '0', 'Clicker', 0, 0, '', 'castle-wars-knights-vs-orcs'), (5166, 'MonsterRush', 'Eldridge, The Mage, is a Blue-Level Mage but is also the realm\'s last protector. Help Eldridge defend the kingdom and expand his powers to become a powerful Black-Level Mage.', 'https://img.gamemonetize.com/hlw2lzt1f4wtkygfz9vhrfbmvdy1fsb1/512x384.jpg', 'https://html5.gamemonetize.com/hlw2lzt1f4wtkygfz9vhrfbmvdy1fsb1/', '0', 'Shooting', 0, 0, '', 'monsterrush'), (5167, 'Riyoo', 'Riyoo is a 2D little platformer where you play as a girl who have to collect flowers while avoiding the enemies, and spikes and reach the Exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/fa0n1zmxds2fz4o7q0wmeja2thl9stt9/512x384.jpg', 'https://html5.gamemonetize.com/fa0n1zmxds2fz4o7q0wmeja2thl9stt9/', '0', 'Arcade', 0, 0, '', 'riyoo'), (5168, 'Froggy Man', 'Froggy Man is a 2D cute little platformer where you play as a green frog who have to collect all of the flies while avoiding the orange frogs, saws, and spikes and reach the green flag in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/xkxh1abb4ib4u4yti36anshtr2m5vr7x/512x384.jpg', 'https://html5.gamemonetize.com/xkxh1abb4ib4u4yti36anshtr2m5vr7x/', '0', 'Arcade', 0, 0, '', 'froggy-man'), (5169, 'Riyoo 2', 'Riyoo 2 is a 2D little platformer where you play as a girl who have to collect flowers while avoiding the enemies, flying bots and their bullets, spikes and reach the Exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Riyoo" series.', 'https://img.gamemonetize.com/cgo3utmtk6bks28k8oe578pyxaud1f5g/512x384.jpg', 'https://html5.gamemonetize.com/cgo3utmtk6bks28k8oe578pyxaud1f5g/', '0', 'Arcade', 0, 0, '', 'riyoo-'), (5170, 'Ben 10 Run Adventure', 'Ben Tennyson jumps over obstacles to find his cousin Gwen in this adventure. Tap the screen at the right time to jump over the obstacles. Have fun!', 'https://img.gamemonetize.com/241nbe38xkz46oo3wwmwp9ggg7zixves/512x384.jpg', 'https://html5.gamemonetize.com/241nbe38xkz46oo3wwmwp9ggg7zixves/', '0', 'Adventure', 0, 0, '', 'ben--run-adventure'), (5171, 'Knife Master HD', 'Harvest time has come for the knife master. Use all your skill and hit as many fruits as you can to earn points that can unlock new knives.', 'https://img.gamemonetize.com/ksniijwnnjy4plkt9h5clgh8s5hvlscb/512x384.jpg', 'https://html5.gamemonetize.com/ksniijwnnjy4plkt9h5clgh8s5hvlscb/', '0', 'Hypercasual', 0, 0, '', 'knife-master-hd'), (5172, 'Super artillery', 'This is a very popular game for players to enter the next level. Players in the game should control the launch of balls and try to ensure the number of balls. The more players get, the higher the score, and they can pass smoothly. The difficulty of the game is gradually rising, which is not always challenging.', 'https://img.gamemonetize.com/lzd9b2jtpnrdp5t0nhshslx2w6jqsztn/512x384.jpg', 'https://html5.gamemonetize.com/lzd9b2jtpnrdp5t0nhshslx2w6jqsztn/', '0', 'Action', 0, 0, '', 'super-artillery'), (5173, 'DragonBall Match Cards', 'Welcome to this amazing Cards memory game with dragonball characters! Look carefully and remember cards! Tap to flip two identical cards to eliminate them! Keep playing till you clear all the board. good luck!', 'https://img.gamemonetize.com/kctamx72lsryf6jxo5fn0u87xyzhamix/512x384.jpg', 'https://html5.gamemonetize.com/kctamx72lsryf6jxo5fn0u87xyzhamix/', '0', 'Puzzles', 0, 0, '', 'dragonball-match-cards'), (5174, 'Super Pinball', 'This is a fun and relaxing game. Here you will launch it against a black background A small ball with different shapes can be smashed to obtain higher scores. However, you should pay attention not to let the bricks pass your final bottom line, otherwise the game will fail and start again! At the same time, you can also get all kinds of strange props in the game. Some props can even help you increase the number of balls, so that you can more easily get scores, and finally get higher scores. In addition, physical billiards have very high requirements on the geometric mathematics of players, because you need to calculate the rebound behavior of the ball after the collision point, and then calculate the maximum number of collisions, so that more bricks can be broken!', 'https://img.gamemonetize.com/bi7x9s7qoe49cet22h0aj0mghqon8n07/512x384.jpg', 'https://html5.gamemonetize.com/bi7x9s7qoe49cet22h0aj0mghqon8n07/', '0', 'Hypercasual', 0, 0, '', 'super-pinball'), (5175, 'Family Farm Simulator 2022', 'Step into the exciting world of farming with Farming Simulator 20! Harvest many different crops, tend to your livestock of pigs, cows, and sheep, and now ride your own horses, letting you explore the vast land around your farm in a brand-new way. Sell your products in a dynamic market to earn money which you can invest in additional machinery and the expansion of your farm. In Farming Simulator 20 you take control of over 100 vehicles and tools faithfully recreated from leading brands in the industry. For the first time on mobile platforms this includes John Deere, the largest agriculture machinery company in the world. Drive other famous farming brands such as Case IH, New Holland, Challenger, Fendt, Massey Ferguson, Valtra, Krone, Deutz-Fahr and many more. Farming Simulator 20 features a new North American environment in which to develop and expand your farm. Enjoy many exciting farming activities, including new machinery and crops with cotton and oats.', 'https://img.gamemonetize.com/jcyjyn0dwa3z3nf4a9h2dm6sbjs80ynw/512x384.jpg', 'https://html5.gamemonetize.com/jcyjyn0dwa3z3nf4a9h2dm6sbjs80ynw/', '0', 'Girls', 0, 0, '', 'family-farm-simulator-'), (5176, 'Super Peaman Adventure', 'Bobby\'s life has been nothing but empties since the Princess got kidnapped into the castle. But then, the adventure begins! This game contains well-designed levels, numerous enemies, huge bosses, high playablitiy, stunning graphics, and catchy music and sounds. Now it is Bobby\'s task alone to save his one and only true love. Help him defeat the mushroom and turtle monsters in this beautiful adventure. Jump and run through Super Bobby Running Adventure and enjoy yourself on 10 terrific, wonderfully designed worlds with over two hundred levels.', 'https://img.gamemonetize.com/pi8dttmsyld4ogv0rgn0q5pwsd06lpj9/512x384.jpg', 'https://html5.gamemonetize.com/pi8dttmsyld4ogv0rgn0q5pwsd06lpj9/', '0', 'Girls', 0, 0, '', 'super-peaman-adventure'), (5177, 'Zombie War 2D', '2d bloody zombie shooter game for PC with multi-touch supporting and auto aiming / mouse control. Advanced shooting system allows to realize accuracy, recoil, stabilization, aiming speed, all/one cartridge reloading and various shooting modes (automatic, semi-automatic and bursts).', 'https://img.gamemonetize.com/g99foijw8v32p4s4gs9joz37nta2u4xt/512x384.jpg', 'https://html5.gamemonetize.com/g99foijw8v32p4s4gs9joz37nta2u4xt/', '0', 'Shooting', 0, 0, '', 'zombie-war-d'), (5178, 'College Girl & Boy Makeover', 'The coolest college dress up makeover games are here! Our high school girl & boy really like dressing up and having fun. Are these teenagers boyfriend and girlfriend with their own fashion makeover love story or bff? You\'re the one who decides it while dressing people in this girl dress up games', 'https://img.gamemonetize.com/6lvixvko8m1fvo04d2p9awo5or48b55e/512x384.jpg', 'https://html5.gamemonetize.com/6lvixvko8m1fvo04d2p9awo5or48b55e/', '0', 'Girls', 0, 0, '', 'college-girl-amp-boy-makeover'), (5179, 'Greedy bugs', 'A small puzzle leisure game, which controls the Apple Snake through up, down, left and right operation. Eating an apple will increase your body. Players need to flexibly use the apples, stones and other items in the picture to help the Apple Snake pass the test, and test the players\' thinking ability. It is a puzzle game suitable for all ages!。', 'https://img.gamemonetize.com/48tq4wlk6esuh11og4wcpdww6kv313qj/512x384.jpg', 'https://html5.gamemonetize.com/48tq4wlk6esuh11og4wcpdww6kv313qj/', '0', 'Hypercasual', 0, 0, '', 'greedy-bugs'), (5180, '90 Tank Battle', 'Classic 90 tank Battle. Pro game for you! Tank battle game\'s style,But different implementation of Tank 90, it has some improvements,More Levels.More Fun!! Destroy all enermy tank to pass level and unlock next level. If this player\'s base is destroyed or the player loses all lives,game end!! Prepare the classic strategy game, prepare the tank war!! It might remind you good old days!!!', 'https://img.gamemonetize.com/odcz6ircrcq5fq0rm9oq05sijoaj9n85/512x384.jpg', 'https://html5.gamemonetize.com/odcz6ircrcq5fq0rm9oq05sijoaj9n85/', '0', 'Shooting', 0, 0, '', '-tank-battle'), (5181, 'Super Mario Halloween Online', 'Super Mario Halloween is a Mini game Super Mario version Halloween created by RC Imaginations. Find every exit and don\'t let the halloween monsters catch you. Super Mario Halloween Version is an unblocked game to play online in your browser for free, free of charge and on any device, can be played on your computer, phone or tablet, also as a comment, We want to let you know, Super Mario Halloween Version game is unblocked and it\'s one of the best Mario Games with a lot of fun, playable in any device at school or home, the game Super Mario Halloween Version has been chosen by many players as their favorite, try it and we hope you enjoy playing. Remember, at iyigames.com we offer you the funniest unblocked games of the world to play online free.', 'https://img.gamemonetize.com/ctf1l37wxmnai6rxfgwydjwtwya6zqwh/512x384.jpg', 'https://html5.gamemonetize.com/ctf1l37wxmnai6rxfgwydjwtwya6zqwh/', '0', 'Arcade', 0, 0, '', 'super-mario-halloween-online'), (5182, 'Funny Easter', 'You are Hopper, a trainee Easter Bunny. protect eggs and you get a rewoad of the chocolate bunny and entry to the next level. Complete all levels to become a real Easter Bunny!! Play Easter Egg Hop! game online on your mobile phone, tablet or computer.', 'https://img.gamemonetize.com/dkkp6ur6tsta761jtea2notee057p98l/512x384.jpg', 'https://html5.gamemonetize.com/dkkp6ur6tsta761jtea2notee057p98l/', '0', 'Arcade', 0, 0, '', 'funny-easter'), (5183, 'Super Soccer', 'Super Soccer is an unblocked game to play online in your browser for free, free of charge and on any device, can be played on your computer, phone or tablet, also as a comment, We want to let you know, Super Soccer game is unblocked and it\'s one of the best sports games with a lot of fun, playable in any device at school or home, the game Super Soccer has been chosen by many players as their favorite, try it and we hope you enjoy playing. Remember, we offer you the funniest unblocked flash games of the world to play online free.', 'https://img.gamemonetize.com/vpgtwmtpzq6b7kp6h0wjp982vn5z051b/512x384.jpg', 'https://html5.gamemonetize.com/vpgtwmtpzq6b7kp6h0wjp982vn5z051b/', '0', 'Sports', 0, 0, '', 'super-soccer'), (5184, 'Tank Duel 3D', 'Are you ready for the fight of the tanks? Fight and win against your friend or computer in Tank Duel 3D game! Take advantage of the bonuses that support you. Compete on maps with different designs and traps.', 'https://img.gamemonetize.com/74qitd5aojr2b8whq0pq2tq1oyz5vejh/512x384.jpg', 'https://html5.gamemonetize.com/74qitd5aojr2b8whq0pq2tq1oyz5vejh/', '0', 'Action', 0, 0, '', 'tank-duel-d'), (5185, 'Missile Escape Master', 'Missile Escape is a simple, fast paced and addictive 2D game where your mission is to dodge all homing missiles that comes towards you with one single objective: shoot you down! Use the simple control to fly your plane and avoid the missiles. Make them collide with each other and collect stars to increase final score.', 'https://img.gamemonetize.com/1v4997ji58r2smhaamogig8cip9ltzn0/512x384.jpg', 'https://html5.gamemonetize.com/1v4997ji58r2smhaamogig8cip9ltzn0/', '0', 'Arcade', 0, 0, '', 'missile-escape-master'), (5186, 'Christmas Chuni Bot 2', 'Christmas Chuni Bot 2 is a 2D Sci-fi themed platformer where you have collect all of the battery cells while avoiding the enemy bots and their bullets, flying bots and their bullet, spikes, ground saws and reach the exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Christmas Chuni Bot" series.', 'https://img.gamemonetize.com/41cj66kqc06peh4ydtbhjiguy8tg7wlo/512x384.jpg', 'https://html5.gamemonetize.com/41cj66kqc06peh4ydtbhjiguy8tg7wlo/', '0', 'Arcade', 0, 0, '', 'christmas-chuni-bot-'), (5187, 'Boxing Random', 'The most fun and random challenges begin with Boxing Random. Each round starts another fun with its own options. Sometimes long arms, sometimes icy field or rocket punches greet you. Send punches to the enemy\'s head. You can score this way. The first to reach a score of 5 wins the game!', 'https://img.gamemonetize.com/p4pa453tundv6gm5t1af3633vq0nay9r/512x384.jpg', 'https://html5.gamemonetize.com/p4pa453tundv6gm5t1af3633vq0nay9r/', '0', 'Sports', 0, 0, '', 'boxing-random'), (5188, 'Guys Transform', 'Guys Transform is a free online running game for boys played on PuzzleGame! Change your character with simple clicks on the buttons. Keep an eye out! There are various obstacles to overcome, you will have to choose the right transformation, otherwise, you will be left behind. One-tap easy-to-learn controls with stunning visual effects and addictive gameplay mechanics! Have a great time!', 'https://img.gamemonetize.com/ia19r64aue1bj2nlplspx0mvwfp0cjec/512x384.jpg', 'https://html5.gamemonetize.com/ia19r64aue1bj2nlplspx0mvwfp0cjec/', '0', 'Boys', 0, 0, '', 'guys-transform'), (5189, 'Color Hoop Stack', 'Color Hoop Stack is a free and leisure online puzzle game for boys played on PuzzleGame, The game has a large number of levels, simple gameplay, and addictive game mode. You need to stack and sort all the hoops in the correct color. Try to use your skill, concentration, and strategy to solve the game by matching colors with as few steps as possible. Play on Mobile, Tablet, or Desktop. Have fun!', 'https://img.gamemonetize.com/gvy1oaer74yr8pwbpye3vu8sl0o3npe6/512x384.jpg', 'https://html5.gamemonetize.com/gvy1oaer74yr8pwbpye3vu8sl0o3npe6/', '0', 'Boys', 0, 0, '', 'color-hoop-stack'), (5190, 'Deca vs Rooko', 'Deca vs Rooko is a 2D cute little platformer where you have to collect all of the hotdogs(food) while avoiding all of the enemies, spikes and giant blades and reach the Exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/ohnwxh16r0vhjlod1fphn1lrvqkqthgo/512x384.jpg', 'https://html5.gamemonetize.com/ohnwxh16r0vhjlod1fphn1lrvqkqthgo/', '0', 'Arcade', 0, 0, '', 'deca-vs-rooko'), (5191, 'Swing Spikes', 'Jump side to side and avoid the spikes! That\'s all you need to do but try to resist the more you can! Enjoy!', 'https://img.gamemonetize.com/tywc0zu1r4m1uenj6cn157en6dnb5slg/512x384.jpg', 'https://html5.gamemonetize.com/tywc0zu1r4m1uenj6cn157en6dnb5slg/', '0', 'Hypercasual', 0, 0, '', 'swing-spikes'), (5192, 'Baby Panda Home Safety', 'There is a curious baby at home, touching here and there, parents are really troubled! Worried about the baby playing with the socket and being charged? Afraid of your baby opening the door to strangers? Baby Panda Home Safety solves your worries!', 'https://img.gamemonetize.com/33sy6dpst7vy72kfulwn54k2s5zuikn7/512x384.jpg', 'https://html5.gamemonetize.com/33sy6dpst7vy72kfulwn54k2s5zuikn7/', '0', 'Girls', 0, 0, '', 'baby-panda-home-safety'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (5193, 'Coloring Games For Kids', 'Coloring Games For Kids is a very popular coloring game. If you like coloring games too, gave this game a try! 12 carefully selected amazing pictures are here for you to choose. There is also a blank canvas for you to use your talents. Of course there are cute stickers for you. If you are interested in this game, come and play it. Have a good time!', 'https://img.gamemonetize.com/qibs1nuq1l9sp3mbpkrc9eawcun8n3bw/512x384.jpg', 'https://html5.gamemonetize.com/qibs1nuq1l9sp3mbpkrc9eawcun8n3bw/', '0', 'Girls', 0, 0, '', 'coloring-games-for-kids'), (5194, 'Draw The Rest Game', 'Draw The Rest is a free online puzzle and drawing game for boys played on PuzzleGame. Fill in the remaining space by drawing, and make every painting complete. If you\'re really stuck, you can always ask for a hint. Play on Mobile, Tablet, or Desktop. Are you ready to unlock more and more? Feel fantastic in this game!', 'https://img.gamemonetize.com/tjsfsf74vw7st0ax7rl4tpna8f29pe5v/512x384.jpg', 'https://html5.gamemonetize.com/tjsfsf74vw7st0ax7rl4tpna8f29pe5v/', '0', 'Boys', 0, 0, '', 'draw-the-rest-game'), (5195, 'Christmas Gift Packing', 'Welcome to Christmas Gift Packing. Christmas Gift Packing is a puzzle game. Only here, you have to put the ball into the gift box. You can move the spring position and cut the rope, so you have to figure out a way to Gift Box. Christmas Gift Packing has 30 tricky puzzle-level. play and have fun!', 'https://img.gamemonetize.com/xva7ujrwkv22044nogganpo7tx9rzw9w/512x384.jpg', 'https://html5.gamemonetize.com/xva7ujrwkv22044nogganpo7tx9rzw9w/', '0', 'Puzzles', 0, 0, '', 'christmas-gift-packing'), (5196, 'Stunt Witch', 'Are You the next great Stunt Witch pilot? You will need to have strong nerves and great precision to finish the game. The difficulty increases as you advance in levels but sometimes you will be forced to repeat a level many times before completing the mission. How to play: The main goal is to collect all stars to finish each levels, so fly inside the hoops without crashing, but be aware to your fuel groom bar because sometime you need to refill it so collect the potion. Are you ready to fly now little Witch?', 'https://img.gamemonetize.com/tb5vywz2hdbap65goitvuqlds553sjo6/512x384.jpg', 'https://html5.gamemonetize.com/tb5vywz2hdbap65goitvuqlds553sjo6/', '0', 'Racing', 0, 0, '', 'stunt-witch'), (5197, 'Christmas Girl Dressup', 'The new year has come. Party preparations were made. We bought Christmas clothes. Tina wants to look very stylish this Christmas. Let\'s help her.', 'https://img.gamemonetize.com/ao2e8y2t5pa0ke4kgj2yx87o83j2m0gp/512x384.jpg', 'https://html5.gamemonetize.com/ao2e8y2t5pa0ke4kgj2yx87o83j2m0gp/', '0', 'Girls', 0, 0, '', 'christmas-girl-dressup'), (5198, 'Monster High Christmas', 'Monster High girls Skelita Calaveras bought some very stylish outfits for her Christmas party. Let\'s dress her up very stylish for the new year. Tap the gift boxes and create your new style. Have fun!', 'https://img.gamemonetize.com/ff8ogmimcbpkxynsfc4h9gk4zfcy2chb/512x384.jpg', 'https://html5.gamemonetize.com/ff8ogmimcbpkxynsfc4h9gk4zfcy2chb/', '0', 'Girls', 0, 0, '', 'monster-high-christmas'), (5199, 'Greedy Snake Battle Interesting', 'This is a recreational game to test players\' hand speed and quick reaction ability. Players need to quickly rotate the spiral tower to let the jumping snake advance and score as many broken bricks as possible.', 'https://img.gamemonetize.com/vom59pr31hk528cvt7xztbnx6hi9a3rj/512x384.jpg', 'https://html5.gamemonetize.com/vom59pr31hk528cvt7xztbnx6hi9a3rj/', '0', 'Action', 0, 0, '', 'greedy-snake-battle--interesting'), (5200, 'Kuma Bear 2', 'Kuma Bear 2 is a 2D platformer where you play as a bear who have to collect all of the chocolate bars while avoiding the enemy dogs and foxes, flying birds, spikes and pins and reach your house in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Kuma Bear" series.', 'https://img.gamemonetize.com/59wlkb76w1ts1s3959oclrhio35lm16e/512x384.jpg', 'https://html5.gamemonetize.com/59wlkb76w1ts1s3959oclrhio35lm16e/', '0', 'Arcade', 0, 0, '', 'kuma-bear-'), (5201, 'Boats Race', 'Boats Race is an arcade racing game with boats. You will drive your boat in the line against other boats. Try to beat them but on your way will be an obstacle, and you need to avoid them. If you hit the obstacles they will slow down. When you crash three times in the obstacle the game will be over.', 'https://img.gamemonetize.com/97lqlfo6a288szmozvwamzmuwfa95aln/512x384.jpg', 'https://html5.gamemonetize.com/97lqlfo6a288szmozvwamzmuwfa95aln/', '0', 'Racing', 0, 0, '', 'boats-race'), (5202, 'Farmlink', 'Welcome to the magic farm of splaygame Farm Link, the simple story, a farm where is needed to harvest. In the relation with the rare and worthy farm products, you need to play a role of “farmer†to find the rare and value plants’seeds', 'https://img.gamemonetize.com/v7qe85szygiwpddly594k0pgztswd3kd/512x384.jpg', 'https://html5.gamemonetize.com/v7qe85szygiwpddly594k0pgztswd3kd/', '0', 'Girls', 0, 0, '', 'farmlink'), (5203, 'Surfer Interesting', 'It allows every player to experience a very exciting and exciting game. In this game, players must constantly run and sprint, and collect gold coins on each track, so that they can pass the pass smoothly. There are a lot of rewards waiting for players to receive in the game. You must pay attention to flexible operation, so that you can cross some obstacles and traps along the way, Reach the destination smoothly.', 'https://img.gamemonetize.com/udzeqe0nn3imio3sc919l2l5hjy3n8q8/512x384.jpg', 'https://html5.gamemonetize.com/udzeqe0nn3imio3sc919l2l5hjy3n8q8/', '0', 'Action', 0, 0, '', 'surfer-interesting'), (5204, 'Bullee éclateurs', 'Are you ready for a cool and interesting game, classic bubble shooter? You can point and shoot, pop the bubbles until all the baby dragons are saved. Play now! This game has more than 680 well-designed levels, more levels will be uploaded very soonï¼', 'https://img.gamemonetize.com/qo3a0s6p4bnvcyx9lftylo3d2pcrm1du/512x384.jpg', 'https://html5.gamemonetize.com/qo3a0s6p4bnvcyx9lftylo3d2pcrm1du/', '0', 'Clicker', 0, 0, '', 'bullee-clateurs'), (5205, 'Twins sisters back to school', 'School is very important for us, everyone should go to school, learn interesting things and today you will meet two very nice girls who will go to school, they had a vacation and now they are attending their first classes. Thanks to this twin sisters back to school game for kids, you will be able to have fun and at the same time, you will be able to help them with all the educational activities that we have prepared for them.', 'https://img.gamemonetize.com/f527maot99nas9wdynzw484ukswhx7i4/512x384.jpg', 'https://html5.gamemonetize.com/f527maot99nas9wdynzw484ukswhx7i4/', '0', 'Girls', 0, 0, '', 'twins-sisters-back-to-school'), (5206, 'Breakout Game', 'Beakout is a game based on a popular concept; In Breakout, a layer of bricks lines the top third of the screen and the goal is to destroy them all by repeatedly bouncing a ball off a paddle into them. Just tap to play button to start then move the paddle left and right.', 'https://img.gamemonetize.com/rdlx9d0ncypnw9636mk84vqxazvmg8un/512x384.jpg', 'https://html5.gamemonetize.com/rdlx9d0ncypnw9636mk84vqxazvmg8un/', '0', 'Arcade', 0, 0, '', 'breakout-game'), (5207, 'Moto X Trial Racing', 'Welcom to a world of action moto Game! Ride your Moto on those crazy hills and control it till you reach the final line. Try to not crush your bike! Explore some amazing levels and try to complete them all!', 'https://img.gamemonetize.com/hgq0tdcyye5fpllqyifbcfzmtlgm6l0m/512x384.jpg', 'https://html5.gamemonetize.com/hgq0tdcyye5fpllqyifbcfzmtlgm6l0m/', '0', 'Racing', 0, 0, '', 'moto-x-trial-racing'), (5208, 'Stop Now', 'Run the path to win, avoiding crashing into obstacles. When necessary, tap in the screen to stop the ball.', 'https://img.gamemonetize.com/s68gqzayfk64mv50n5qsibhw6ejn1v3t/512x384.jpg', 'https://html5.gamemonetize.com/s68gqzayfk64mv50n5qsibhw6ejn1v3t/', '0', 'Puzzles', 0, 0, '', 'stop-now'), (5209, 'Runner Survival Lost Temple 3d', 'The angered creature of the runner survival lost temple 3d is eager for its victims. Our character in temple game running is trapped in the tomb of run temple game and has awoken the creature in lost run game. The monster of lost temple is now after you in the runner tomb game, save yourself in the endless game run. It includes all of the new games 2023 features that make temple crazy game fantastic.', 'https://img.gamemonetize.com/ldt40iktqak9nv4yka93vc76lbt1z3js/512x384.jpg', 'https://html5.gamemonetize.com/ldt40iktqak9nv4yka93vc76lbt1z3js/', '0', 'Adventure', 0, 0, '', 'runner-survival-lost-temple-d'), (5210, 'Makeover Games Makeup Salon', 'Hello beautiful, come on and own your own beauty salon. This game, Fashion Girl Beauty Salon, allows you to give your customers a relaxing and fun time easily. You can pop her pimples, pluck her eyebrows, shaving her legs, color her hair, and even more! Treat your girls with their different needs!', 'https://img.gamemonetize.com/46nq5b11qala8ovofc2k4wabxyogwi12/512x384.jpg', 'https://html5.gamemonetize.com/46nq5b11qala8ovofc2k4wabxyogwi12/', '0', 'Girls', 0, 0, '', 'makeover-games-makeup-salon'), (5211, 'Huggy Wuggy Archer', 'Welcome to a new Archery stickman game! in this game you are the blue huggy wuggy and you have to throw arrows on the black stickman oponnent to destroy him! Aim well to get a head-shot to eliminate your enemy. Good luck!', 'https://img.gamemonetize.com/ee8heo4jj52c4qa5bdtyz947py3cfluf/512x384.jpg', 'https://html5.gamemonetize.com/ee8heo4jj52c4qa5bdtyz947py3cfluf/', '0', 'Fighting', 0, 0, '', 'huggy-wuggy-archer'), (5212, 'Zombie Defense 2023', 'Run and escape the zombie tsunami! They are coming for you, and there are billions of them! This place looks like a zombie farm, do they breed here? If you try to run away, you will probably regret it. You need to become a zombie catcher and you need big guns to shoot and stop this zombie tsunami!', 'https://img.gamemonetize.com/iud8mgf1ssb49ruhaa634i1dgrymx03m/512x384.jpg', 'https://html5.gamemonetize.com/iud8mgf1ssb49ruhaa634i1dgrymx03m/', '0', 'Shooting', 0, 0, '', 'zombie-defense-'), (5213, 'Pet island', 'Set up a new village, build awesome houses, discover the hidden mysteries and beautiful islands, raises cute animals Harvest Field and Feeding Animals Games protect your territory, trade with friends and lead your crew to prosperity.', 'https://img.gamemonetize.com/tevvu2qyt4r3vi2mxq5yfog80xmt25n3/512x384.jpg', 'https://html5.gamemonetize.com/tevvu2qyt4r3vi2mxq5yfog80xmt25n3/', '0', '3D', 0, 0, '', 'pet-island'), (5214, 'You can not pass level', 'Draw One Line to Solve Stickman Puzzle. Would you like to test your IQ, creativity or drawing skills? Are you a genius of puzzle games? Do you know how to draw well and how to save in the puzzle games? Are you looking for a new original entertaining puzzle game, draw 2 save, draw stickman game?', 'https://img.gamemonetize.com/z43w3ma2r36vet2qdiumjpiykcgip60g/512x384.jpg', 'https://html5.gamemonetize.com/z43w3ma2r36vet2qdiumjpiykcgip60g/', '0', 'Puzzles', 0, 0, '', 'you-can-not-pass-level'), (5215, 'Pinball Shot', 'This is a very fun casual puzzle game. According to the combination of 2048 synthesis and physical pinball, the game can adjust the angle to launch different numbers of balls to synthesize target balls to achieve the clearance conditions.', 'https://img.gamemonetize.com/cdz4j0irwziwpes257xm2th7036hpb65/512x384.jpg', 'https://html5.gamemonetize.com/cdz4j0irwziwpes257xm2th7036hpb65/', '0', 'Arcade', 0, 0, '', 'pinball-shot'), (5216, 'Draw The Weapon', 'Draw The Weapon is a free online action and drawing game for boys played on PuzzleGame. The game is divided into two parts. First, you need to draw your weapons with limited ink. Next, enter the battlefield, and then shoot the enemy down the cliff with weapons to win the battle. In addition to a variety of weapons, we also provide wonderful skins for you, Mobile, Tablet, and Desktop are playable!', 'https://img.gamemonetize.com/is3azofwbcklm3q7fkxhmtbyt57pn970/512x384.jpg', 'https://html5.gamemonetize.com/is3azofwbcklm3q7fkxhmtbyt57pn970/', '0', 'Boys', 0, 0, '', 'draw-the-weapon'), (5217, 'My New Years Sparkling Outfits', 'Welcome to My New Year’s Sparkling Outfits. BFF girls plan for a new year surprise party. They are so excited to try new fashion trends for this new year. Help the girls to pick a cute sparkling outfit and pick cute matching accessories for each girl. Don’t forget to choose a unique hairstyle.', 'https://img.gamemonetize.com/wdlzkp4s2booyceupph9uidni6bkxtj9/512x384.jpg', 'https://html5.gamemonetize.com/wdlzkp4s2booyceupph9uidni6bkxtj9/', '0', 'Girls', 0, 0, '', 'my-new-years-sparkling-outfits'), (5218, 'BFFs Christmas Eve', 'Christmas is coming! BFFs Sofia and Barbara want to celebrate Christmas together. Barbara needs to decorate the Christmas tree, Sofia will get ready for Christmas gifts. At last they want to dress up to make them look more beautiful and leave a good Christmas Eve memory. Can you help them?', 'https://img.gamemonetize.com/oh0eyattp9a826djnw0eb80x9a5bss6x/512x384.jpg', 'https://html5.gamemonetize.com/oh0eyattp9a826djnw0eb80x9a5bss6x/', '0', 'Girls', 0, 0, '', 'bffs-christmas-eve'), (5219, 'Santa Swing Spike', 'Help Santa to jump side to side and try to avoid the spikes! That\'s all you need to do but try to resist the more you can! Enjoy!', 'https://img.gamemonetize.com/eqo8dn9yfxxc8v3jfuqjkl86bn5fob9o/512x384.jpg', 'https://html5.gamemonetize.com/eqo8dn9yfxxc8v3jfuqjkl86bn5fob9o/', '0', 'Clicker', 0, 0, '', 'santa-swing-spike'), (5220, 'Block It!', 'Block It is a very interesting block puzzle game. In this game you need to pick and drop the set of blocks on the board. After dropping the set, if a horizontal or vertical line of 10 blocks is formed, the blocks will be removed from the board. The more number of blocks you remove at once, more score you will get. Don’t let the board crowded with the blocks. You can play till you are able to fit the existing block sets .', 'https://img.gamemonetize.com/0bg533d7jprb0y809vwtkzavdq6yy1gr/512x384.jpg', 'https://html5.gamemonetize.com/0bg533d7jprb0y809vwtkzavdq6yy1gr/', '0', 'Puzzles', 0, 0, '', 'block-it'), (5221, 'Christmas Pictures', 'Christmas game for orientation and memory development for children and adults. This game will help your child to have fun and develop memory. Look carefully and remember New Year\\&#39;s pictures! Click to flip two identical images so that the images remain. The design of the game is very colorful and bright. With it you will plunge into the atmosphere of the New Year and Christmas holidays. Have fun, adults and children, strengthening memory!', 'https://img.gamemonetize.com/sih81qu9p14tu4xd5twgy08xk26m46wb/512x384.jpg', 'https://html5.gamemonetize.com/sih81qu9p14tu4xd5twgy08xk26m46wb/', '0', 'Puzzles', 0, 0, '', 'christmas-pictures'), (5222, 'Xmas Words Puzzle', 'Welcome to Xmas Words, a Words connect puzzle game. Simply swipe the letters and build words to collect coins! Find the clues to solve the crossword puzzles! Begin training your brain and become a word master! Explore Tons of amazing and challenging levels and Use coins to help you find hard words. Enjoy and merry christmas!', 'https://img.gamemonetize.com/kxvlv61xd8x05c8bi7ti51070w2azylh/512x384.jpg', 'https://html5.gamemonetize.com/kxvlv61xd8x05c8bi7ti51070w2azylh/', '0', 'Puzzles', 0, 0, '', 'xmas-words-puzzle'), (5223, 'Paint With Diamonds', 'Are you new to painting? Do you love painting games? Just fill the diamond into the canvas according to the number to complete a masterpiece of your own. There are a variety of pictures in the game for you to choose from! Improve your drawing ability. Come and enjoy the process of relaxing and having fun!', 'https://img.gamemonetize.com/2ym3g7y1nwte23tepufg3lixe1jtdjzx/512x384.jpg', 'https://html5.gamemonetize.com/2ym3g7y1nwte23tepufg3lixe1jtdjzx/', '0', 'Puzzles', 0, 0, '', 'paint-with-diamonds'), (5224, 'Fashion Girl Walk', 'Welcome to Fashion Girl Walk 3D hypercasual game. Swipe to Walk and collect fashion items to be popular to win your lover\'s heart. Avoid old fashioned clothes and junk food so that your lover accepts you. Explore a lot of amazing girls levels. Have fun', 'https://img.gamemonetize.com/qmqpwqk6y9rnzr8qoit0j891fcg8eavk/512x384.jpg', 'https://html5.gamemonetize.com/qmqpwqk6y9rnzr8qoit0j891fcg8eavk/', '0', 'Hypercasual', 0, 0, '', 'fashion-girl-walk'), (5225, 'Oceanus Man', 'It’s not an escape plan in which you will be escaped once and free it’s all about the real Oceanus Man who fights against the underwater nation in the dark hustle that is the kings of monsters to prove yourself a real incredible hero.', 'https://img.gamemonetize.com/bjfpznmy07vx9lqzvvlyk0santxev0rf/512x384.jpg', 'https://html5.gamemonetize.com/bjfpznmy07vx9lqzvvlyk0santxev0rf/', '0', 'Adventure', 0, 0, '', 'oceanus-man'), (5226, 'Xmas Rush', 'Xmas Rush is fun addictive racing game.You have to finish the game in given time.Be Careful about the turn and other vehicles. Going off road and bump into other vehicles will slow down your speed . This game is based on Christmas theme This game is perfect for the Christmas.', 'https://img.gamemonetize.com/uxl9zrl9eewtv8z4fgt3uau8d6b1oryv/512x384.jpg', 'https://html5.gamemonetize.com/uxl9zrl9eewtv8z4fgt3uau8d6b1oryv/', '0', 'Racing', 0, 0, '', 'xmas-rush'), (5227, 'Noob Zombie Killer', 'A minicraft game! Become noob and kill enemies!', 'https://img.gamemonetize.com/cjzqhd06yuqrj94rtdoo1kc0ezs3y3sv/512x384.jpg', 'https://html5.gamemonetize.com/cjzqhd06yuqrj94rtdoo1kc0ezs3y3sv/', '0', 'Arcade', 0, 0, '', 'noob-zombie-killer'), (5228, 'Shape Defense', 'SHAPE DEFENSE! Defend your money from pesky shapes. Especially triangles. Strategize defenses and win against pesky SHAPES!', 'https://img.gamemonetize.com/5398g1tskz6zs7pitdzt5bt7v3pim6hk/512x384.jpg', 'https://html5.gamemonetize.com/5398g1tskz6zs7pitdzt5bt7v3pim6hk/', '0', 'Shooting', 0, 0, '', 'shape-defense'), (5229, 'Draw and Save Stickman', 'Want to test your IQ, creativity or drawing skills? Looking for a new, unique puzzle game? Draw and Save Stickman is the game you need! Make drawings to keep various dangers and traps away from Stickman. You will need to think differently in each level. Let\'s guess where the danger will come from and start drawing the shield!', 'https://img.gamemonetize.com/fei5ffz1h2tgtxaijdmfcd8gk0puw7ia/512x384.jpg', 'https://html5.gamemonetize.com/fei5ffz1h2tgtxaijdmfcd8gk0puw7ia/', '0', 'Fighting', 0, 0, '', 'draw-and-save-stickman'), (5230, 'Draw and Save The Car', 'Use your imagination and draw a bridge to help the car trying to reach its destination. As the levels progress, different dangers and obstacles will come your way. That\'s why you have to make more strategic drawings. You can unlock new and more powerful cars with the coins you earn after the missions. A long adventure begins with a total of 200 different levels.', 'https://img.gamemonetize.com/towhvn8qwbfdyboemtye5m0rp7du3wzu/512x384.jpg', 'https://html5.gamemonetize.com/towhvn8qwbfdyboemtye5m0rp7du3wzu/', '0', 'Puzzles', 0, 0, '', 'draw-and-save-the-car'), (5231, 'Merge Ballss Deluxe Edition', 'Welcome to the world of Merge Games! We present you the new generation merge games with this start game named Merge Ballss Deluxe Edition. In this game, merge as many as balls you can and reach the best score. Buy new areas and play at different atmosphere. Good luck!!', 'https://img.gamemonetize.com/mvd8pkcyb5h44eny1dyg95ynjymwtnyb/512x384.jpg', 'https://html5.gamemonetize.com/mvd8pkcyb5h44eny1dyg95ynjymwtnyb/', '0', 'Puzzles', 0, 0, '', 'merge-ballss-deluxe-edition'), (5232, 'Body Boxing Race 3D', 'Are you finding some funny 3D games for relief or to get a new experience? Do you like girl games 3D about fat and skinny body or running and fighting? Let’s simulate the skinny beauty girl in the Body Boxing Race to defeat girls who have shamed you in the past. This game is definitely one of the best fat and fit games of 2022 that you cannot miss. The gameplay of this game is very simple and easy to control. This game is a run race 3d, or you can call it a fun race 3d game. At the beginning of the game, you\'re a skinny girl and girl shaming you for it. Your mission is to walk through the past and be a beauti girl. You have to do a lot of things: eating cucumbers and healthy food to have a skinny body,', 'https://img.gamemonetize.com/ykbvnsov80l5uyx5assmkcj9uwh5rbrk/512x384.jpg', 'https://html5.gamemonetize.com/ykbvnsov80l5uyx5assmkcj9uwh5rbrk/', '0', 'Puzzles', 0, 0, '', 'body-boxing-race-d'), (5233, 'Scary Rainbow Friends', 'It starts after you get out from that haunted building, where many giant color monster coming out chasing you and your friend after rainbow friends 2 fnf 3d vs 2d character test mod is stated to never let anyone out. There are many variety of scary blue, monster orange and green rainbow friends 2 fnf 3d vs 2d character test. They all want one thing, they asking you to finish all stages game challenge including singing, yes, a singing contest. You must match rainbow friends 2 fnf if you want to save your place or before they decided to let you out permanently.', 'https://img.gamemonetize.com/dcf154axf8mctyp73yagu08ii21x159s/512x384.jpg', 'https://html5.gamemonetize.com/dcf154axf8mctyp73yagu08ii21x159s/', '0', 'Puzzles', 0, 0, '', 'scary-rainbow-friends'), (5234, 'Turtle', 'You are no ordinary turtle! Dodge enemies and challenges, stay alive, reach the top of the leaderboard. Come play, and show how skilled you are.', 'https://img.gamemonetize.com/xwkhlufytztkc9rby69t3389q9tf4uai/512x384.jpg', 'https://html5.gamemonetize.com/xwkhlufytztkc9rby69t3389q9tf4uai/', '0', 'Arcade', 0, 0, '', 'turtle'), (5235, 'Frogei Cross The Road', '“Frogie Cross the Road†is a fun game where you have to cross roads, rivers and countryside. Help the frog “Frogie†to reach the end of each level and beware of cars, wild boars and rivers. You must dodge the cars and wild boars so you don’t get hit and you must also jump over the pieces of wood on top of the river so you don’t fall into it. Try to reach the end of each level before the time runs out. Have a good time!', 'https://img.gamemonetize.com/yeqmwaere4hwybnreuku9le2hzcs6z9v/512x384.jpg', 'https://html5.gamemonetize.com/yeqmwaere4hwybnreuku9le2hzcs6z9v/', '0', 'Puzzles', 0, 0, '', 'frogei-cross-the-road'), (5236, 'Temple Escape', 'Temple Escape is an exciting endless runner game tailored made for pc/mobile devices. Tap to jump or turn, double tap to perform the cool acrobatic leap. Avoid the deadly traps and obstacles, and don’t get caught by the giant fire ball chasing behind!', 'https://img.gamemonetize.com/8tv9uvfa3rqi8w05t84a45rdhoim26de/512x384.jpg', 'https://html5.gamemonetize.com/8tv9uvfa3rqi8w05t84a45rdhoim26de/', '0', '3D', 0, 0, '', 'temple-escape'), (5237, 'Jelly Escape', 'This is a very casual game. Players need to operate cute jellies and keep rushing forward on the runway to collect small pieces of jellies. The volume will become visible to the naked eye until the end of the race. The game is not very difficult, but it needs to test the players\' hand speed and avoid various obstacles on the runway. Come and have a try.', 'https://img.gamemonetize.com/r474swkfc2q0m45xto0ntfamcu7jogj5/512x384.jpg', 'https://html5.gamemonetize.com/r474swkfc2q0m45xto0ntfamcu7jogj5/', '0', 'Action', 0, 0, '', 'jelly-escape'), (5238, 'Kofi Adventure', 'Help Kofi on his dangerous adventure to save the princess of the dreamland', 'https://img.gamemonetize.com/rtc8t5297w15fcto3dkilgctzxvrgx2u/512x384.jpg', 'https://html5.gamemonetize.com/rtc8t5297w15fcto3dkilgctzxvrgx2u/', '0', 'Puzzles', 0, 0, '', 'kofi-adventure'), (5239, 'Ski Rush 3D', 'Ski Rush 3D is an interesting and very entertaining lite game.Drag right and left to move your legs out of the way and choose the right path to reach the destination. Be careful of the obstacles on your way.', 'https://img.gamemonetize.com/pgsd73bb8blo05gi7tnfcgwelfthzvh8/512x384.jpg', 'https://html5.gamemonetize.com/pgsd73bb8blo05gi7tnfcgwelfthzvh8/', '0', 'Sports', 0, 0, '', 'ski-rush-d'), (5240, 'Run Gunner', 'During the game, players operate characters to collect more characters in the scene, reach the middle end and defeat the boss. If the same characters are adjacent to each other, they can synthesize more advanced characters, and they can also cultivate and upgrade characters through extraordinary openings and attributes!', 'https://img.gamemonetize.com/5v95d00gjpl25q6gcdii97y3te4rhhlb/512x384.jpg', 'https://html5.gamemonetize.com/5v95d00gjpl25q6gcdii97y3te4rhhlb/', '0', 'Shooting', 0, 0, '', 'run-gunner'), (5241, 'Memory World Cup', 'MEMORY WORLD CUP, IS A MEMORY GAME, WHERE THE PLAYER NEEDS TO FIND THE PAIR OF EACH SELECTION OF THE WORLD CUP OF QUATAR, EACH LEVEL WON THE PLAYER CONQUERS STICKERS TO FILL HIS ALBUM.', 'https://img.gamemonetize.com/fjhhwum6z7fy7jaa3i7w6ftz421bdohu/512x384.jpg', 'https://html5.gamemonetize.com/fjhhwum6z7fy7jaa3i7w6ftz421bdohu/', '0', 'Puzzles', 0, 0, '', 'memory-world-cup'), (5242, 'Sheep Match', 'Everyone is playing the elimination game. It is said that only 0.1% of people can clear the second level of the daily challenge! A challenge before going to bed, you can\'t stop! In addition to daily challenges, we also have a classic level mode, which is easy and decompressed, and casual elimination. Play a game anytime, anywhere, and have a brainstorming competition!', 'https://img.gamemonetize.com/iy37sex9c0k5wxecjo59lbcgzfdxdpv3/512x384.jpg', 'https://html5.gamemonetize.com/iy37sex9c0k5wxecjo59lbcgzfdxdpv3/', '0', 'Puzzles', 0, 0, '', 'sheep-match'), (5243, 'Fence Escape', 'Fence Escape is a point and click game developed by 8B Games/Games2Mad. Imagine that you had been to a playground; on there you had trapped inside the fence. Here are the interesting puzzles and hidden objects to find and get escape from the Fence. Good luck… Have fun!', 'https://img.gamemonetize.com/6to88tdpbbvduguaxoln4x8kra2aiaal/512x384.jpg', 'https://html5.gamemonetize.com/6to88tdpbbvduguaxoln4x8kra2aiaal/', '0', 'Puzzles', 0, 0, '', 'fence-escape'), (5244, 'Find The Tractor Key 4', 'Find The Tractor Key 4 is a point and click game developed by 8BGames/Games2Mad. Imagine that you went to your farm house; There you lost your tractor key. Here are the interesting puzzles and hidden objects to help the girl to find her tractor key. Good luck…Have fun!', 'https://img.gamemonetize.com/dfpt3zxqf22atvpszw407zt28e8ujjun/512x384.jpg', 'https://html5.gamemonetize.com/dfpt3zxqf22atvpszw407zt28e8ujjun/', '0', 'Puzzles', 0, 0, '', 'find-the-tractor-key-'), (5245, 'Find the Girl’s House Key', 'Find the Girl’s House Key is a point and click game developed by 8B Games/Games2Mad Imagine that you had been to a Forest, Unfortunately it’s raining now and you found a girl lost her house key. Here are the interesting puzzles and hidden objects to find the key and go inside. Good luck... Have fun!', 'https://img.gamemonetize.com/fxz3aga24z352b3ia7lm1hflrow5vhex/512x384.jpg', 'https://html5.gamemonetize.com/fxz3aga24z352b3ia7lm1hflrow5vhex/', '0', 'Puzzles', 0, 0, '', 'find-the-girls-house-key'), (5246, 'Save The Hungry Old Man', 'Save The Hungry Old Man is a point and click escape game developed by 8BGames/Games2Mad. Imagine that you had been to a place; on there you found a hungry old man asking for chicken. Find some hidden object to solve some interesting clues to save the hungry old man. Good luck… Have fun!', 'https://img.gamemonetize.com/2l2svas6huwnr051s2xs3432mvqb2vlu/512x384.jpg', 'https://html5.gamemonetize.com/2l2svas6huwnr051s2xs3432mvqb2vlu/', '0', 'Puzzles', 0, 0, '', 'save-the-hungry-old-man'), (5247, 'Find The Water Scooter Key', 'Find The Water Scooter Key is a point and click game developed by 8BGames/Games2Mad. Imagine that you went to your farm house; There you lost your Water Scooter key. Here are the interesting puzzles and hidden objects to help the girl to find her Water Scooter key. Good luck…Have fun!', 'https://img.gamemonetize.com/q9gvloztfut1mprrgg7yzbfis567y3zw/512x384.jpg', 'https://html5.gamemonetize.com/q9gvloztfut1mprrgg7yzbfis567y3zw/', '0', 'Puzzles', 0, 0, '', 'find-the-water-scooter-key'), (5248, 'Rescue The Toucan', 'Rescue The Toucan is a point and click game developed by 8B Games/Games2Mad. Imagine that you had been to a village, On there you found a toucan got trapped. Here is the interesting puzzles and hidden objects to find and rescue the toucan. Good luck.. Have fun!', 'https://img.gamemonetize.com/e9ad4vcapycv5y9r2cvwbhywjvkmlbe2/512x384.jpg', 'https://html5.gamemonetize.com/e9ad4vcapycv5y9r2cvwbhywjvkmlbe2/', '0', 'Puzzles', 0, 0, '', 'rescue-the-toucan'), (5249, 'Super Cars Stunts', 'Pick your vehicle and prepare for exciting ramp vehicle stunts racing in the latest accessible new vehicles games 2021, including mountain rise stunt car racing. A variety of high-powered vehicles are available in the free new vehicle games 2021: giant ramp auto racing stunts 3d game. Only Mega Ramp Car may be accessed through Big Ramp Car, and it\'s the only game available on Mega Ramp Car.', 'https://img.gamemonetize.com/lfuwfad0ck6qmi0386a651afpex4vk9m/512x384.jpg', 'https://html5.gamemonetize.com/lfuwfad0ck6qmi0386a651afpex4vk9m/', '0', 'Racing', 0, 0, '', 'super-cars-stunts'), (5250, 'Super Racing Super Cars', 'Participate in online drift racing competitions, during which you will pilot various legendary drifting cars and work your way up from the Rookie ranks to the Pros. Select the ghost multiplayer mode if you feel you have the necessary level of expertise.', 'https://img.gamemonetize.com/gwi3pt40f81gbogbp2is2f82i5twvtvb/512x384.jpg', 'https://html5.gamemonetize.com/gwi3pt40f81gbogbp2is2f82i5twvtvb/', '0', 'Racing', 0, 0, '', 'super-racing-super-cars'), (5251, 'Hummer Jeep Driving Sim', 'Experience the excitement of hill driving games, bounce over severe ramps to conduct amazing Hummer Jeep tricks that could polish your incredible speeds off car racing talents, and go for enormous aerial vehicle stunts. Enjoy the true pleasure of hill-driving games. This off-road Hummer Jeep play is a great new take on the mountain driving or off-road jeep driving game genres. You won\'t believe the fun you\'ll have behind this 4x4 Insane Stunts Offroad Jeep automobile when you watch this crazy Hummer jeep racing video.', 'https://img.gamemonetize.com/o44c97ra5t28ove6d3y6r5h82chsn50b/512x384.jpg', 'https://html5.gamemonetize.com/o44c97ra5t28ove6d3y6r5h82chsn50b/', '0', 'Racing', 0, 0, '', 'hummer-jeep-driving-sim'), (5252, 'SpiderNoob', 'hey noob now you can fly from place to place by throwing a net. Be careful, don\'t fall on the floor or you will die, very dangerous ground can kill you at any moment. net and jump. Be careful, sharp rotating blades and sharp wooden thorns everywhere you must not touch them. collect the gold on the way and have the most gold.', 'https://img.gamemonetize.com/t2h4j4fgq1ej556zldcwaapzdf2vb866/512x384.jpg', 'https://html5.gamemonetize.com/t2h4j4fgq1ej556zldcwaapzdf2vb866/', '0', 'Arcade', 0, 0, '', 'spidernoob'), (5253, 'Noob Long Hand', 'hey you can reach anywhere and with your golden long hand you must overcome all obstacles and get the key! Own the key and open the box full of mysteries. Be careful while reaching the box, don\'t fall off the cliff and don\'t forget to hold on to the ground as best you can and as fast as you can.', 'https://img.gamemonetize.com/d2wbxh4itwimr1eu2tvu154u9syn5ax4/512x384.jpg', 'https://html5.gamemonetize.com/d2wbxh4itwimr1eu2tvu154u9syn5ax4/', '0', 'Arcade', 0, 0, '', 'noob-long-hand'), (5254, 'Reco Ball 2', 'Reco Ball 2 is a 2D cute little platformer where you play as a ball who have to collect all of the copper coins while avoiding the enemy balls, flying enemy balls, rotating blades, spikes and reach the yellow flag in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Reco Ball" series.', 'https://img.gamemonetize.com/emis6wtdmggbc272hswyxfbkuwqpswns/512x384.jpg', 'https://html5.gamemonetize.com/emis6wtdmggbc272hswyxfbkuwqpswns/', '0', 'Arcade', 0, 0, '', 'reco-ball-'), (5255, 'Wood Block Puzzle Brain Game', 'Wood Block Puzzle - Classic Block Puzzle Game, which also named Qblock is a classic addictive wooden style block puzzle game. Qblock challenges you to fit blocks of different shapes into a 10×10 grid. Wood Block Puzzle (Qblock) is a real classic, no time limit and totally elimination game. Play Wood Block Puzzle - Classic Block Puzzle Game (Qblock) everyday, find the brand combo mode in this classic cube block puzzle game.', 'https://img.gamemonetize.com/v7z4l42b8cetqjwsto75wn1jna9x2sw2/512x384.jpg', 'https://html5.gamemonetize.com/v7z4l42b8cetqjwsto75wn1jna9x2sw2/', '0', 'Puzzles', 0, 0, '', 'wood-block-puzzle--brain-game'), (5256, 'New Years Eve Cruise Party', 'Welcome to New Year’s Eve Cruise Party. New Year is a great time to get together with your closest friends and party the night away to blow off steam and welcome the new year. Here are celebrity plans to celebrate this new year’s eve on the cruise. They are so excited to travel on New year’s eve. Help them to pick a perfect party costume and make this New year more memorable.', 'https://img.gamemonetize.com/i3csa0j1obvgh9eiqgzmnnrsyx76al9t/512x384.jpg', 'https://html5.gamemonetize.com/i3csa0j1obvgh9eiqgzmnnrsyx76al9t/', '0', 'Girls', 0, 0, '', 'new-years-eve-cruise-party'), (5257, 'Kitty Bedtime Activities', 'Kitty Bedtime Activities is a caring game. Wondering what kittens do before bed? Enter this game to find out the answers. You can bathe the kitten, change the kitten\'s pajamas and play lullabies for it. Don\'t forget to brush kitten\'s teeth before it goes to bed. If the kitten can\'t sleep, you can count sheep to help it sleep. Have a good time!', 'https://img.gamemonetize.com/28enjclcsgxufzvamk9sg2hhhkqxsfws/512x384.jpg', 'https://html5.gamemonetize.com/28enjclcsgxufzvamk9sg2hhhkqxsfws/', '0', 'Girls', 0, 0, '', 'kitty-bedtime-activities'), (5258, 'Winter Monster Truck Puzzles', 'Winter Monster Truck Puzzles is super fun and free to play online jigsaw game suitable for all ages. Want to spend some quality time online and relax, then this game is perfect for you. Have fun playing Winter Monster Truck Puzzles online on PC and Mobile!', 'https://img.gamemonetize.com/iiv5vmd436e6i09k1rpnjqcqh0fx5jn3/512x384.jpg', 'https://html5.gamemonetize.com/iiv5vmd436e6i09k1rpnjqcqh0fx5jn3/', '0', 'Puzzles', 0, 0, '', 'winter-monster-truck-puzzles'), (5259, 'Baby Taylor Christmas Town Build', 'Christmas bells are ringing! Our darling Baby Taylor had a dream in which gingerbread man has asked her to renovate gingerbread house. Taylor needs your help in rebuilding gingerbread house, swimming pool, candy train, snowman, gingerbread girl, and decorating Christmas tree. Click on the different activity icons to complete the task.', 'https://img.gamemonetize.com/vh62qcu259uvtxat9px9xla51pb4ecan/512x384.jpg', 'https://html5.gamemonetize.com/vh62qcu259uvtxat9px9xla51pb4ecan/', '0', 'Girls', 0, 0, '', 'baby-taylor-christmas-town-build'), (5260, 'Shooting Hunters Match 3', 'Shooting Hunters Match 3 – this cool game three in a row, in which you have to put the blocks of the same color in a series of three pieces or more to achieve the highest possible score, be careful to account the scale to the left did not fall too low, otherwise the game will be over. Enjoy the game!', 'https://img.gamemonetize.com/agnmuggkzl7qovepgvtod7ejbanvh33m/512x384.jpg', 'https://html5.gamemonetize.com/agnmuggkzl7qovepgvtod7ejbanvh33m/', '0', 'Puzzles', 0, 0, '', 'shooting-hunters-match-'), (5261, 'Minecraft Gold Steve ', 'Minecraft Gold Steve is fun and addicting online game suitable for all ages. This time you need to guide our lovely Steve to find the gold. Click at the right time and our Steve will jump from one platform to another and avoid from tnt\'s', 'https://img.gamemonetize.com/oauxb77x3ve76d3adoxiacsjkwu2iyi5/512x384.jpg', 'https://html5.gamemonetize.com/oauxb77x3ve76d3adoxiacsjkwu2iyi5/', '0', 'Adventure', 0, 0, '', 'minecraft--gold-steve-'), (5262, 'Poker Challenge', 'Poker Challenge is an online game that allows players to compete against each other in a variety of poker games. The game is free to play, and there are no registration fees or other costs associated with playing.', 'https://img.gamemonetize.com/gjpq7gfawttz657d2id6wpr1e7szeq6x/512x384.jpg', 'https://html5.gamemonetize.com/gjpq7gfawttz657d2id6wpr1e7szeq6x/', '0', 'Puzzles', 0, 0, '', 'poker-challenge'), (5263, 'Huggy Wuggy Play Time 3D Game', 'The game is a street fight between the hero Player Play Time in the Game named huggy wuggy Play Time 3d Game and the enemies in the same anime, where you must kill many enemies Huggy to reach the last stage where you will fight with the leader huggy wuggy Play Time 3d Game', 'https://img.gamemonetize.com/icv6b4o9wq6pb3ndj62j9oqezi39q0pa/512x384.jpg', 'https://html5.gamemonetize.com/icv6b4o9wq6pb3ndj62j9oqezi39q0pa/', '0', 'Adventure', 0, 0, '', 'huggy-wuggy-play-time-d-game'), (5264, 'A Defense Game', 'Fortress Defense is a tower defense strategy game with unusual drag-and-drop upgrade mechanics and tough bosses. Defend your Fortress , warrior!', 'https://img.gamemonetize.com/s4mltubxpa6lcwo0btcouv602yus00gd/512x384.jpg', 'https://html5.gamemonetize.com/s4mltubxpa6lcwo0btcouv602yus00gd/', '0', 'Action', 0, 0, '', 'a-defense-game'), (5265, 'Naruto 3D Game', 'The game is a street fight between the hero Naruto in the anime named Naruto and the enemies in the same anime, where you must kill many enemies Sasuke Uchiha to reach the last stage where you will fight with the leader Madara.', 'https://img.gamemonetize.com/ffvux59i5y7iexbcsraavd3w7l3jz3kb/512x384.jpg', 'https://html5.gamemonetize.com/ffvux59i5y7iexbcsraavd3w7l3jz3kb/', '0', 'Adventure', 0, 0, '', 'naruto-d-game'), (5266, '15 Doors Escape 2', '15 Doors Escape 2 is a point and click game developed by 8B Games/Games2Mad. We know that you are a great fan of Door Escape games. So here we present you 15 Doors Escape 2. Good luck and have fun!', 'https://img.gamemonetize.com/79a6b5ugol2vxfx1tiyhl5d56gketzmn/512x384.jpg', 'https://html5.gamemonetize.com/79a6b5ugol2vxfx1tiyhl5d56gketzmn/', '0', 'Puzzles', 0, 0, '', '-doors-escape-'), (5267, 'Restaurant Escape', 'Restaurant Escape is a point and click game developed by 8B Games/Games2Mad. Imagine that you had been to a Restaurant , on there you had trapped. Here are the interesting puzzles and hidden objects to find and get escape from the Restaurant . Good luck… Have fun!', 'https://img.gamemonetize.com/0r8wtq4pw76c1h6efwxqg5ighu53nbj0/512x384.jpg', 'https://html5.gamemonetize.com/0r8wtq4pw76c1h6efwxqg5ighu53nbj0/', '0', 'Puzzles', 0, 0, '', 'restaurant-escape'), (5268, 'Lonely Forest Escape 4', 'Lonely Forest Escape 4 is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a forest, there you got trapped inside the forest Here is the interesting puzzles and hidden objects to find and get escape from the forest. Good luck… Have fun!', 'https://img.gamemonetize.com/my6sxujrdgs8gp2umbqkt51n0ij22k23/512x384.jpg', 'https://html5.gamemonetize.com/my6sxujrdgs8gp2umbqkt51n0ij22k23/', '0', 'Puzzles', 0, 0, '', 'lonely-forest-escape-'), (5269, 'Rescue The Wolverine', 'Rescue The Wolverine is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a forest there you found a Wolverine got trapped inside the cage. Here are the interesting puzzles and hidden objects to find and get escape the Wolverine. Good luck... Have fun!', 'https://img.gamemonetize.com/97s3tn1nyot3cqx6fq67xvgmwwblrs3x/512x384.jpg', 'https://html5.gamemonetize.com/97s3tn1nyot3cqx6fq67xvgmwwblrs3x/', '0', 'Puzzles', 0, 0, '', 'rescue-the-wolverine'), (5270, 'Rescue the Old Bear', 'Rescue the Old Bear is a point and click escape game developed by 8BGames/Games2Mad. Imagine that you had been to a place; on there you found an Old Bear got trapped in it. Find some hidden object to solve some interesting clues to escape the Old Bear. Good luck…Have fun!', 'https://img.gamemonetize.com/cm10mqcpkpj5v5l3zknaabke9glewnlz/512x384.jpg', 'https://html5.gamemonetize.com/cm10mqcpkpj5v5l3zknaabke9glewnlz/', '0', 'Puzzles', 0, 0, '', 'rescue-the-old-bear'), (5271, 'Save The Hungry Girl 3', 'Save The Hungry Girl 3 is a point and click escape game developed by 8BGames/Games2Mad. Imagine that you had been to a place; on there you found a hungry girl in a ship asking for ice-cream. Find some hidden object to solve some interesting clues to save the hungry girl. Good luck… Have fun!', 'https://img.gamemonetize.com/qhivv29zpftzurls475gcenf0fecv8em/512x384.jpg', 'https://html5.gamemonetize.com/qhivv29zpftzurls475gcenf0fecv8em/', '0', 'Puzzles', 0, 0, '', 'save-the-hungry-girl-'), (5272, 'Lamborghini Car Escape', 'Lamborghini Car Escape is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a place with your favorite car; there you lost your car. Here are the interesting puzzles and hidden objects to escape with your car. Good luck… Have fun!', 'https://img.gamemonetize.com/7iqiwtzmn3v83mujhg2rb0jnt893t4zc/512x384.jpg', 'https://html5.gamemonetize.com/7iqiwtzmn3v83mujhg2rb0jnt893t4zc/', '0', 'Puzzles', 0, 0, '', 'lamborghini-car-escape'), (5273, 'Nonogram Jigsaw', 'Discover the mystery of Nonogram! A large number of puzzles are waiting for you to solve, a lot of puzzles are waiting for you to complete, and various themes are waiting for you to unlock. The difference is that this game can play puzzles and nonograms at the same time. Each time you pass a level, you can get a piece of puzzle piece, and finally you can unlock a lot of beautiful pictures. Train your brain from the basic rules and logic behind the picture cross puzzle!', 'https://img.gamemonetize.com/u5n9dgduodn1ifu2o5u8toll75f65sfr/512x384.jpg', 'https://html5.gamemonetize.com/u5n9dgduodn1ifu2o5u8toll75f65sfr/', '0', 'Puzzles', 0, 0, '', 'nonogram-jigsaw'), (5274, 'Extreme Drift Car', 'Drift Games', 'https://img.gamemonetize.com/ctud5odte6xkj8365jst4u7tn0ow3075/512x384.jpg', 'https://html5.gamemonetize.com/ctud5odte6xkj8365jst4u7tn0ow3075/', '0', 'Racing', 0, 0, '', 'extreme-drift-car'), (5275, 'You are in the way', 'This is a leisure puzzle game. It controls the rubber man to launch different competitions in the game, occupies the path in the game scene, obtains enough game scores, and fights wits and braves with his opponents in the game to show his superior IQ and magic game playing methods. Interested players come to the game to try.', 'https://img.gamemonetize.com/i24vrne14ztg46z7069s88frozturf1v/512x384.jpg', 'https://html5.gamemonetize.com/i24vrne14ztg46z7069s88frozturf1v/', '0', 'Action', 0, 0, '', 'you-are-in-the-way'), (5276, 'World Cup Glass', 'WORLD CUP GLASS, A COLOR SORTING GAME, IS A FUN AND RELAXING GAME THAT ENTERTAINS AND STIMULATES YOUR BRAIN! QUICKLY SORT THE FLAGS BALLS IN THE TUBES UNTIL ALL THE SAME COLORS ARE TOGETHER IN THE SAME TUBE. A CHALLENGING YET RELAXING GAME TO EXERCISE YOUR BRAIN!', 'https://img.gamemonetize.com/wduq7i5s81refmbmbp0z4w80w38m0izy/512x384.jpg', 'https://html5.gamemonetize.com/wduq7i5s81refmbmbp0z4w80w38m0izy/', '0', 'Arcade', 0, 0, '', 'world-cup-glass'), (5277, 'Spinny Santa Claus', 'Spinny Santa Claus is super fun free to play online game with the Cristmas theme and it is perfect to play in this time of year. You need to guide our lovely Santa Claus to his home and prepare all the gifts for the kids all around the world. Jump, avoid obstacles and collect money on the road to the house. Have fun playing.', 'https://img.gamemonetize.com/0px7a5imu5xuekphid5dsanldfc4n9tm/512x384.jpg', 'https://html5.gamemonetize.com/0px7a5imu5xuekphid5dsanldfc4n9tm/', '0', 'Puzzles', 0, 0, '', 'spinny-santa-claus'), (5278, 'Stick Duel Battle', 'Stick Duel Battle is a funny and crazy stickman battle game! You can fight with realistic weapons and physics on many maps. Each different map requires different tactics. Stick Battle Duel can be played with both 1 player and 2 players. The one who reaches 5 score first, wins the game.', 'https://img.gamemonetize.com/dm15vv1aak9c1asfg49ji8s7iosbl6tu/512x384.jpg', 'https://html5.gamemonetize.com/dm15vv1aak9c1asfg49ji8s7iosbl6tu/', '0', 'Fighting', 0, 0, '', 'stick-duel-battle'), (5279, 'Samurai jack Code Of The Samurai', 'With the Samurai Jack: Code of the Samurai game, you can visit a fascinating place, filled with mystery, beauty, and terrifying monsters. You must have heard about Jack, the powerful Japanese samurai who uses a magic katana that can cut through anything. Have you ever wanted to join him on his journey through time? Now you have this opportunity!', 'https://img.gamemonetize.com/u3yqg4htqh5e9osk2gukbdjlki1x32up/512x384.jpg', 'https://html5.gamemonetize.com/u3yqg4htqh5e9osk2gukbdjlki1x32up/', '0', 'Adventure', 0, 0, '', 'samurai-jack-code-of-the-samurai'), (5280, 'Rambo Bros', 'Play Rambo Bros flash game. Rambo Bros is a Classic game to play free online. Rambo Bros is an unblocked game to play online in your browser for free, free of charge and on any device, can be played on your computer, phone or tablet, also as a comment, We want to let you know, Rambo Bros game is unblocked and it\'s one of the best classic games with a lot of fun, playable in any device at school or home, the game Rambo Bros has been chosen by many players as their favorite, try it and we hope you enjoy playing. Remember, at iyigames.com we offer you the funniest unblocked games of the world to play online free.', 'https://img.gamemonetize.com/1dfkaca900bahhbq69vpcxj2sup2tzy0/512x384.jpg', 'https://html5.gamemonetize.com/1dfkaca900bahhbq69vpcxj2sup2tzy0/', '0', 'Shooting', 0, 0, '', 'rambo-bros'), (5281, 'Crazy Nut', 'Play Crazy Nut flash game. Crazy Nut is a Arcade game to play free online. Crazy Nut is an unblocked game to play online in your browser for free, free of charge and on any device, can be played on your computer, phone or tablet, also as a comment, We want to let you know, Crazy Nut game is unblocked and it\'s one of the best arcade games with a lot of fun, playable in any device at school or home, the game Crazy Nut has been chosen by many players as their favorite, try it and we hope you enjoy playing. Remember, at iyigames.com we offer you the funniest unblocked games of the world to play online free.', 'https://img.gamemonetize.com/0lflih6yr0j1c36o64506zfz264zryf5/512x384.jpg', 'https://html5.gamemonetize.com/0lflih6yr0j1c36o64506zfz264zryf5/', '0', 'Hypercasual', 0, 0, '', 'crazy-nut'), (5282, 'Sonic Runners', 'Select from your favorite Sonic character between: Tails, Knuckles or Cream. In Sonic Ultimate Flash version you have to get all golden rings and passing in their world levels. Use key left and right to move, jump with the space bar, see his other special moves at the game instructions page. Sonic Flash is an unblocked game to play online in your browser for free, free of charge and on any device, can be played on your computer, phone or tablet, also as a comment, We want to let you know, Sonic Flash game is unblocked and it\'s one of the best Sonic Games with a lot of fun, playable in any device at school or home, the game Ultimate Flash Sonic has been chosen by many players as their favorite, try it and we hope you enjoy playing. Remember, at iyigames.com we offer you the funniest unblocked games of the world to play online free.', 'https://img.gamemonetize.com/3nx7yolaerdojan58nohemvgfobotnyo/512x384.jpg', 'https://html5.gamemonetize.com/3nx7yolaerdojan58nohemvgfobotnyo/', '0', 'Arcade', 0, 0, '', 'sonic-runners'), (5283, 'Maze Hide Or Seek', 'Maze Hide Or Seek is a free online escape and hide-and-seek game for boys played on PuzzleGame. In this game, you will be randomly assigned to different camps. Become a killer and kill everyone on the field. Or become a villager, turn on the switches and escape successfully. Use the complex terrain of the maze to complete the task given by identity, Play on Mobile, Tablet, or Desktop!', 'https://img.gamemonetize.com/b2swz06jel2zk4in6up2ehvwia7nal7c/512x384.jpg', 'https://html5.gamemonetize.com/b2swz06jel2zk4in6up2ehvwia7nal7c/', '0', 'Boys', 0, 0, '', 'maze-hide-or-seek'), (5284, 'Lunch Box Ready', 'Lunch Box Ready is a very popular game.If you also like storage games, this is the game for you. In this game, you can put your favorite food into your lunch box according to your habit. Just be sure to place your food wisely and make sure everything fits into your lunch box. This game can greatly satisfy your obsessive-compulsive disorder. Give it a try if you\'re interested.', 'https://img.gamemonetize.com/9oznjgyyss9oxdzyhvwzwn28zu8fydrt/512x384.jpg', 'https://html5.gamemonetize.com/9oznjgyyss9oxdzyhvwzwn28zu8fydrt/', '0', 'Girls', 0, 0, '', 'lunch-box-ready'), (5285, 'Chistmas MatchUp', 'Welcome to Christmas Cards Matching Puzzle game. This is amazing an Cards memory game with christmas characters! Look carefully and remember cards! Tap to flip two identical cards to eliminate them! Keep playing till you clear all the board. good luck!', 'https://img.gamemonetize.com/nsc7g9tbwyqvyzci3m8fi17cs7smjpiw/512x384.jpg', 'https://html5.gamemonetize.com/nsc7g9tbwyqvyzci3m8fi17cs7smjpiw/', '0', 'Puzzles', 0, 0, '', 'chistmas-matchup'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (5286, 'Christmas Differences', 'In this Christmas Differences game you will see beautiful pictures with a Christmas theme. Your task in Christmas Differences is to find the differences within the allotted time. A game that is fun and educational because it will help you improve your observation and concentration skills. You have 20 levels, each level with 7 differences with a set time to complete it.', 'https://img.gamemonetize.com/vi367j9854t1zx7wqxi5bv27tlmnfk2z/512x384.jpg', 'https://html5.gamemonetize.com/vi367j9854t1zx7wqxi5bv27tlmnfk2z/', '0', 'Puzzles', 0, 0, '', 'christmas-differences'), (5287, 'Santa games', 'Collect some gifts along the way to find the magic sleigh! In this pixel art game, there are 7 levels to play. Besides gifts, you can also collect magic letters and then play another 7 special levels (minigames): Diamond rain, Drop gift, Brick out and more!', 'https://img.gamemonetize.com/jg4wb24ywnepyuxsk7mq7lpkc9f78qus/512x384.jpg', 'https://html5.gamemonetize.com/jg4wb24ywnepyuxsk7mq7lpkc9f78qus/', '0', 'Hypercasual', 0, 0, '', 'santa-games'), (5288, 'Christmas Memichan', 'Christmas Memichan is a 2D Christmas themed platformer where you play as a Santa Cat called Memichan who have to collect all of the chocolate bars while avoiding the enemy demon cats, spikes, saws and reach your cat house door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/gm9bcz5qhqq5nka1ya6xe9xf5w3fq5kg/512x384.jpg', 'https://html5.gamemonetize.com/gm9bcz5qhqq5nka1ya6xe9xf5w3fq5kg/', '0', 'Arcade', 0, 0, '', 'christmas-memichan'), (5289, 'Christmas Memory Match', 'Christmas Memory Match is a simple classic board game with christmas theme which can help and challenging your brain skill of memory. And reach highest score as possible while timer is decreased every second.', 'https://img.gamemonetize.com/1y2fzdvw2rajqcw3hqn4mt84v89v2xih/512x384.jpg', 'https://html5.gamemonetize.com/1y2fzdvw2rajqcw3hqn4mt84v89v2xih/', '0', 'Puzzles', 0, 0, '', 'christmas-memory-match'), (5290, 'Yui Christmas Adventure 2', 'Yui Christmas Adventure 2 is a 2D Christmas themed platformer where you play as an anime girl called Yui, who have to collect all of the candies while avoiding the snow monsters, flying monsters, ground saws, spikes and reach the blue flag in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Yui Christmas Adventure" series.', 'https://img.gamemonetize.com/cgxwhodijh15fd9ggow931rjdykmnoup/512x384.jpg', 'https://html5.gamemonetize.com/cgxwhodijh15fd9ggow931rjdykmnoup/', '0', 'Arcade', 0, 0, '', 'yui-christmas-adventure-'), (5291, 'Christmas Shiboman', 'Christmas Shiboman is a 2D Christmas themed cute little platformer where you have to collect blue gift boxes while avoiding the enemies, giant blades, spikes and reach the orange flag in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/zilaqwy1nbfdjiopdab7a3fnmk2in5p2/512x384.jpg', 'https://html5.gamemonetize.com/zilaqwy1nbfdjiopdab7a3fnmk2in5p2/', '0', 'Arcade', 0, 0, '', 'christmas-shiboman'), (5292, 'Jumping Cat (Beta)', 'You are a cat and you have to save yourself from the rat: Play with the touch screen, Jump, Double Jump, and Slide. Beat your highest score, this is the beta version of this game. I will update this game every two weeks or a month.', 'https://img.gamemonetize.com/3d0n2ne01sbcca7qi7fmyjm7moiyf19n/512x384.jpg', 'https://html5.gamemonetize.com/3d0n2ne01sbcca7qi7fmyjm7moiyf19n/', '0', 'Adventure', 0, 0, '', 'jumping-cat-beta'), (5293, 'Takes Gifts', 'Play with the boy and collect Christmas gifts, but be careful not to drop the gift and avoid the snowmen.', 'https://img.gamemonetize.com/4uyl8ivhqhhir27t8sch3rzgq6uszcqw/512x384.jpg', 'https://html5.gamemonetize.com/4uyl8ivhqhhir27t8sch3rzgq6uszcqw/', '0', 'Adventure', 0, 0, '', 'takes-gifts'), (5294, 'Pony Sisters Christmas', 'The pony family needs your help to get ready for Christmas. Help pony sisters Molly and Zoe make a colorful and delicious gingerbread house. Feed cute and hungry baby pony. Prepare for the most magical time of the year with the family of the Pony Sisters. Bake cookies, decorate the house, sing a famous Christmas song, and design cute winter holiday outfits!', 'https://img.gamemonetize.com/oqwtxx36x4ax95h7630tfiu39jaqneeo/512x384.jpg', 'https://html5.gamemonetize.com/oqwtxx36x4ax95h7630tfiu39jaqneeo/', '0', 'Girls', 0, 0, '', 'pony-sisters-christmas'), (5295, 'Christmas Memichan 2', 'Christmas Memichan 2 is a 2D Christmas themed platformer where you play as a Santa Cat called Memichan who have to collect all of the chocolate bars while avoiding the enemy demon cats, flying cat robots and their bullets, spikes, saws and reach your cat house door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Christmas Memichan" series.', 'https://img.gamemonetize.com/ihkvfk74v3aya0yl7dvr5trst8a825nd/512x384.jpg', 'https://html5.gamemonetize.com/ihkvfk74v3aya0yl7dvr5trst8a825nd/', '0', 'Arcade', 0, 0, '', 'christmas-memichan-'), (5296, 'Real Drift Super Cars Race', 'Compete in several online drift racing events, driving various iconic drifting vehicles and working your way up from the Rookie ranks to the Pros. If you believe you\'re skilled enough, choose the ghost multiplayer mode.', 'https://img.gamemonetize.com/y8o6r8jhnpobuh8keksjybgvt4603mhr/512x384.jpg', 'https://html5.gamemonetize.com/y8o6r8jhnpobuh8keksjybgvt4603mhr/', '0', 'Racing', 0, 0, '', 'real-drift-super-cars-race'), (5297, 'Colorful Braid Hairstyle Making', 'Sofia is a beautiful princess, but she wants to be more beautiful and charming, so she wants to try colorful braided hairstyles. As a great designer, I believe you can help her design a beautiful hair style! Enjoy it!', 'https://img.gamemonetize.com/wt6hc6q9jp1pr16xgx0tp1qhubbw54sk/512x384.jpg', 'https://html5.gamemonetize.com/wt6hc6q9jp1pr16xgx0tp1qhubbw54sk/', '0', 'Girls', 0, 0, '', 'colorful-braid-hairstyle-making'), (5298, 'Gun Fest Game', 'Gun Fest is a free online shooting game for boys played on PuzzleGame. Of course, a lot of running elements are added to the game. In the process of playing, you not only have to choose the right door to fight against the enemy but also have to avoid many obstacles to reach the end. It will greatly test your skills and reaction ability. Play on Mobile, Tablet, or Desktop with us!', 'https://img.gamemonetize.com/gjkfqs5cnw18phqpyttd0qgiapapux8j/512x384.jpg', 'https://html5.gamemonetize.com/gjkfqs5cnw18phqpyttd0qgiapapux8j/', '0', 'Boys', 0, 0, '', 'gun-fest-game'), (5299, 'Dunk Digger', 'Dunk Digger is an online burrow passing game with a clear puzzle feature. All boys love this kind of game. Add it to your favorite helps you find it quickly. A variety of featured skins and increasingly difficult levels will help your brain perk up soon. If you want to exercise your brain, join us to try this digger game!', 'https://img.gamemonetize.com/orpmtfdfxkkjcj370cfqbduqhaprbr4h/512x384.jpg', 'https://html5.gamemonetize.com/orpmtfdfxkkjcj370cfqbduqhaprbr4h/', '0', 'Boys', 0, 0, '', 'dunk-digger'), (5300, 'Drunken Spin Punch', 'The new challenge of Drunken Stickmans, spinning punches begins! Swing your fists and try to stay balanced and don\'t forget to control your energy! Drunken Spin Punch game has 1P and 2P modes. You can play the game from both PC and mobile devices. The first to reach a score of 5 in the game wins the match!', 'https://img.gamemonetize.com/5q7tgblx6krhhrop9cvvo4wwxj82w0ta/512x384.jpg', 'https://html5.gamemonetize.com/5q7tgblx6krhhrop9cvvo4wwxj82w0ta/', '0', 'Fighting', 0, 0, '', 'drunken-spin-punch'), (5301, 'Hexa Cars', 'Hexa Cars game is a fun io survival game. The goal is to stay last on different maps without falling down! Each different map requires a different skill. You can play Hexa Cars game for 1 player or 2 players. You can unlock new cars with the coins you collect. Have Fun!', 'https://img.gamemonetize.com/nmz9r5m4sessqjv7q6s75fqzuo7u8vcr/512x384.jpg', 'https://html5.gamemonetize.com/nmz9r5m4sessqjv7q6s75fqzuo7u8vcr/', '0', 'Arcade', 0, 0, '', 'hexa-cars'), (5302, 'Pixeled Smash Duel', 'Pixel Smash Duel is a chaotic 2 player retro-pixel battle game. Control your character with 2 buttons against your friend or against the CPU and continue the fight. Stay on the platform and push the opponent down with weapons. The player who first reaches 5 wins the game.', 'https://img.gamemonetize.com/5vohqz71vf0x6u7m7osrao98t9ntiun2/512x384.jpg', 'https://html5.gamemonetize.com/5vohqz71vf0x6u7m7osrao98t9ntiun2/', '0', 'Action', 0, 0, '', 'pixeled-smash-duel'), (5303, 'Christmas Shiboman 2', 'Christmas Shiboman 2 is a 2D Christmas themed cute little platformer where you have to collect blue gift boxes while avoiding the enemies, flying creatures, giant blades, spikes and reach the orange flag in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Christmas Shiboman" series.', 'https://img.gamemonetize.com/z8heo9624eaqq13yiyqug8o75oih70cw/512x384.jpg', 'https://html5.gamemonetize.com/z8heo9624eaqq13yiyqug8o75oih70cw/', '0', 'Arcade', 0, 0, '', 'christmas-shiboman-'), (5304, 'Baby Taylor Christmas Dressup', 'It is Christmas day. Baby Taylor is excited to decorate the Christmas tree and sing Christmas carols! But Taylor also needs to look her best this festive season. Help her choose the best dress, sandals, hairstyle, socks, and props. Enjoy giving Baby Taylor awesome Christmas makeover. Have fun!', 'https://img.gamemonetize.com/atmsngonm7b3ys10iv6wshm6g076snl6/512x384.jpg', 'https://html5.gamemonetize.com/atmsngonm7b3ys10iv6wshm6g076snl6/', '0', 'Girls', 0, 0, '', 'baby-taylor-christmas-dressup'), (5305, 'Baby Taylor Little Santa Helper', 'Christmas is Taylor\'s favorite holiday, she loves Santa Claus and Santa\'s reindeer. Her biggest dream is to have a reindeer as a friend. Christmas is almost here this year, and Taylor will soon realize her dream! We are about to have a cute little reindeer! Let\'s take care of this little reindeer with Taylor!', 'https://img.gamemonetize.com/il5rzldtc30ewwbjele89ax1o32x9q5r/512x384.jpg', 'https://html5.gamemonetize.com/il5rzldtc30ewwbjele89ax1o32x9q5r/', '0', 'Girls', 0, 0, '', 'baby-taylor-little-santa-helper'), (5306, 'Mahjong Tiles Christmas', 'Mahjong Tiles Christmas is winter theme game. Collect the pairs of identical tiles by clicking or tapping them. You can collect only those tiles which are open from either left or right side. Collect all the tiles to complete a level. Complete all the levels to win the game.', 'https://img.gamemonetize.com/5tuazjkrjw8pi2vt07b1hlwd456xlbgk/512x384.jpg', 'https://html5.gamemonetize.com/5tuazjkrjw8pi2vt07b1hlwd456xlbgk/', '0', 'Puzzles', 0, 0, '', 'mahjong-tiles-christmas'), (5307, 'Christmas Fashion Nail', 'Every Christmas, many people will attend various parties, and girls will dress themselves fashionable and beautiful. At this time, good-looking nail designs are indispensable. Babara\'s stylish nail shop has launched many Christmas themed nails, and she needs help now. Please make nail art with Barbie and post it on social software! Have fun!', 'https://img.gamemonetize.com/n5na7ygudaxqvhiybzpyavzezoatr0qe/512x384.jpg', 'https://html5.gamemonetize.com/n5na7ygudaxqvhiybzpyavzezoatr0qe/', '0', 'Girls', 0, 0, '', 'christmas-fashion-nail'), (5308, 'Rotating Santa', 'Rotating Santa is a unique platform puzzle game where you rotate the world to guide Santa Claus to his lost gifts. This is a great puzzle game with 40 challenge levels, push your logical brain abilities to the limit! Is Christmas season so play the game now!', 'https://img.gamemonetize.com/irt24zynhl6bgl0w4d9w3pu382s2pjh2/512x384.jpg', 'https://html5.gamemonetize.com/irt24zynhl6bgl0w4d9w3pu382s2pjh2/', '0', 'Puzzles', 0, 0, '', 'rotating-santa'), (5309, 'City Truck Driver', 'This time you are about to embark on a great simulator adventure with your trucks inside of a huge city with the City Truck Driver game! This truck simulator game comes with thousands of features like truck customization options, mission mode, race mode, and free drive mode. There are 13 different truck models which each has different handling, speed, and acceleration value. If you want to customize your truck or if you want to buy a new truck, you will need to play in missions mode or in race mode. There are 10 missions and 10 races. In mission mode, you carry some properties with your trailer from one point to another. You should carry the things safely. Follow the arrow, it will take you to the place where you should get it. Make sure you get the finish line before the time is over. In race mode, you will race against five opponents in the city track and you will need to finish the races within the first three to earn the reward. Try to get to the finish line before your opponents. You can play the race mode and free drive mode either in single player or in two player mode. Let the super truck simulator begin!', 'https://img.gamemonetize.com/gel3rljjtyoxk8h0y3mdupxk09w17xxi/512x384.jpg', 'https://html5.gamemonetize.com/gel3rljjtyoxk8h0y3mdupxk09w17xxi/', '0', 'Racing', 0, 0, '', 'city-truck-driver'), (5310, 'Stick Archers Battle', 'Stick Archers Battle is a fun 1-2 player bow challenge game. Try to shoot accurate arrows at your opponent by adapting to the changing environments and physics. Before releasing your arrow, guess the right angles and distance so your arrows can go to your friend. You can play the game in "1 Player", "2 Player" and "Death-match" modes. The one who reaches 5 score first, wins the game.', 'https://img.gamemonetize.com/wlwgoaoaywt47cecvuqx7o4d48zmh54w/512x384.jpg', 'https://html5.gamemonetize.com/wlwgoaoaywt47cecvuqx7o4d48zmh54w/', '0', 'Action', 0, 0, '', 'stick-archers-battle'), (5311, 'Girls KPOP Fashion Style', 'Do you like K-POP? Our fashion girls plan to have a K-POP fashion show to celebrate the school\'s 50th birthday. Can you help them to prepare for it? Pair it with the most fashionable dress and nice accessories. Have a good time!', 'https://img.gamemonetize.com/el8wv6demdw73ripco6ulxstrowy54v9/512x384.jpg', 'https://html5.gamemonetize.com/el8wv6demdw73ripco6ulxstrowy54v9/', '0', 'Girls', 0, 0, '', 'girls-kpop-fashion-style'), (5312, 'Barbie Rides Bike', 'Come join Barbie on a fun bike ride adventure! In this exciting game, you\'ll get to ride through beautiful landscapes, collect coins, and avoid obstacles. With intuitive controls and colorful graphics, you\'ll have a blast helping Barbie explore the great outdoors. So hop on your bike and join the fun today! Barbie, Bicycle, Riding, Adventure, Fun Miss Barbie rides and drives bike. Lovely barbie runs and collects all coins. Collect all coins and don\'t bump obstacle to make best score. Collect all coins and don\'t bump obstacle to make best score', 'https://img.gamemonetize.com/5jjyaclmb2c0ryjzdxbgjklc44r4tsq8/512x384.jpg', 'https://html5.gamemonetize.com/5jjyaclmb2c0ryjzdxbgjklc44r4tsq8/', '0', 'Arcade', 0, 0, '', 'barbie-rides-bike'), (5313, '3D Drive to Point', 'hey racer! This is a life and death race, you must collect all the points ahead of time to win the race. Never take your foot off the gas with your legendary cool car and collect them all in time. Get all the points to win. Remember, you own the car and no one can stop you. Go to a new level every 10 points it will be more difficult with each level.', 'https://img.gamemonetize.com/e1cv429uhm2aj2mwn7jfeycxcdmeut1c/512x384.jpg', 'https://html5.gamemonetize.com/e1cv429uhm2aj2mwn7jfeycxcdmeut1c/', '0', 'Racing', 0, 0, '', 'd-drive-to-point'), (5314, 'Christmas Coloring Game', 'Christmas Coloring Game is a fun coloring game. Christmas is comming. What do you usually do to celebrate this amazing holiday? Why not paint a painting with a Christmas theme? Here we prepared lots of pictures you must like. And a large quantity of fantastic stickers are also for you to choose. Besides, we provide you with cute backgrounds and filters for you to experience. Have a good time!', 'https://img.gamemonetize.com/5q11cjw2wo002vv2dgxwsh5ajsrzi1pq/512x384.jpg', 'https://html5.gamemonetize.com/5q11cjw2wo002vv2dgxwsh5ajsrzi1pq/', '0', 'Girls', 0, 0, '', 'christmas-coloring-game'), (5315, 'Idle Merger Collider', 'Click for earning money, purchase balls for gainning you more money as they bounce. And when balls of the same kind and level collide, they merge! Enjoy this novel Idle mechanic and don\'t hesitate to comment down your thoughts.', 'https://img.gamemonetize.com/qsyscfsfzs4rw0f2o4gi4xjpwbm7wm6f/512x384.jpg', 'https://html5.gamemonetize.com/qsyscfsfzs4rw0f2o4gi4xjpwbm7wm6f/', '0', 'Clicker', 0, 0, '', 'idle-merger-collider'), (5316, 'Animal Match Master', 'Animal Match Master is a puzzle game that you can play online. The objective of the game is to link three animals of the same kind. You can play the game by yourself or with other people. Animal Match Master is a fun and challenging online game that tests your memory and matching skills. There are three difficulty levels to choose from, and you can even compete against other players online.', 'https://img.gamemonetize.com/xwnibvcohmoopzxyajyrmbrpkuy3hwnn/512x384.jpg', 'https://html5.gamemonetize.com/xwnibvcohmoopzxyajyrmbrpkuy3hwnn/', '0', 'Puzzles', 0, 0, '', 'animal-match-master'), (5317, 'Summer Dino', 'The "Summer Dino Swimming" online game is a fun and challenging way to enjoy summertime. Players must help the little dinosaurs swim through the ocean, avoiding obstacles and collecting coins. The goal is to get as far as possible before the time runs out.', 'https://img.gamemonetize.com/dkf6wv2918g4lkt37ltzrgcgs8we4h1f/512x384.jpg', 'https://html5.gamemonetize.com/dkf6wv2918g4lkt37ltzrgcgs8we4h1f/', '0', 'Boys', 0, 0, '', 'summer-dino'), (5318, 'Christmas Chuni Bot', 'Christmas Chuni Bot is a 2D Sci-fi themed platformer where you have collect all of the battery cells while avoiding the enemy bots, flying bots and their bullet, spikes, ground saws and reach the exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/h1l241q6xnasjbzzpensu67dvomq6r74/512x384.jpg', 'https://html5.gamemonetize.com/h1l241q6xnasjbzzpensu67dvomq6r74/', '0', 'Arcade', 0, 0, '', 'christmas-chuni-bot'), (5319, 'XMas Pop It', 'It\'s Christmas! so pop all bubbles on the fidget xmas toys! Merry Christmas and happy new year!', 'https://img.gamemonetize.com/ucfxaakggou16vlyho2qoj7e062qx6o4/512x384.jpg', 'https://html5.gamemonetize.com/ucfxaakggou16vlyho2qoj7e062qx6o4/', '0', 'Puzzles', 0, 0, '', 'xmas-pop-it'), (5320, 'Santa SnowMan Jump', 'Welcome to Santa SnowMan Jump! You are both Santa and snowman and they are attached with a rope. Your Mission is to jump into the snow, avoid abstacles and enemies and do not fall from edges. Try to get a high score and enjoy this winter christmas game. Good Luck!', 'https://img.gamemonetize.com/n9j6m7jk0v1eh97zjcjfdo7kjhxkhyi6/512x384.jpg', 'https://html5.gamemonetize.com/n9j6m7jk0v1eh97zjcjfdo7kjhxkhyi6/', '0', 'Clicker', 0, 0, '', 'santa-snowman-jump'), (5321, 'Combat Penguin Game', 'Combat Penguin, yes you heard right. In this game, the penguin is in combat with different types of enemies. He will shoot at snowmen, robots, and warriors with vehicles. But there will be different shields that will protect the warriors. The penguin needs to protect the house. After each wave of attack, you can go to the shop to improve your weapon, buy new shields, and buy protection for the house. Ðs the game is in progress at every next level you need to fight with more enemies. So every next level is harder to play. You need to earn and use some of the offered help that can help you in the battle with the enemies.', 'https://img.gamemonetize.com/u2h94gexn7bgq6e87mxj2w04shrdpepc/512x384.jpg', 'https://html5.gamemonetize.com/u2h94gexn7bgq6e87mxj2w04shrdpepc/', '0', 'Shooting', 0, 0, '', 'combat-penguin-game'), (5322, 'Modern City Escape 3', 'Modern City Escape 3 is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a Modern City; there you got trapped inside the Modern City. Here are the interesting puzzles and hidden objects to find and get escape from the Modern City. Good luck… Have fun!', 'https://img.gamemonetize.com/02zngksswge86lhdu1fttxkqk18b6p9t/512x384.jpg', 'https://html5.gamemonetize.com/02zngksswge86lhdu1fttxkqk18b6p9t/', '0', 'Puzzles', 0, 0, '', 'modern-city-escape-'), (5323, 'Zen Cube 3D', 'Zen Cube 3D is a relaxation match 3d puzzle game. Not like classic match games, Zen Triple 3D not only a time-killing game but also is a zen & relaxation matching puzzle game which is easy for everyone to play.', 'https://img.gamemonetize.com/gf41q9nqu3nq7jby7mjfpfyjgixhhhzn/512x384.jpg', 'https://html5.gamemonetize.com/gf41q9nqu3nq7jby7mjfpfyjgixhhhzn/', '0', 'Puzzles', 0, 0, '', 'zen-cube-d'), (5324, 'Egg head', 'Egg Head ou Cabeça de Ovo é um Pequeno Jogo que pode lhe dar um Susto, Mate os Zumbis e Chegue até a Fase Final.', 'https://img.gamemonetize.com/amgd5209h9vibi1rwxnafyu31fwma7wp/512x384.jpg', 'https://html5.gamemonetize.com/amgd5209h9vibi1rwxnafyu31fwma7wp/', '0', 'Fighting', 0, 0, '', 'egg-head'), (5325, 'Shadow Runner', 'Once you have run through the level your shadow emerges to race you, running just like you ran before. If you win the race against your shadow you will be thrown back, racing your ever faster self. Use the arrow keys to control yourself. Note that you can also slow down or accelerate during a jump.', 'https://img.gamemonetize.com/kjvjygws9eo47f3ebkya70lnn8gegk56/512x384.jpg', 'https://html5.gamemonetize.com/kjvjygws9eo47f3ebkya70lnn8gegk56/', '0', 'Action', 0, 0, '', 'shadow-runner'), (5326, 'Get On Toop Touch', 'Get ready for a challenging and yet fun game against your friend or artificial intelligence! You are one of two interlocking players. Take control of your player and don’t let the opponent player beat you. In this game, which is a balance game, you can balance or jump by moving to the right and left. The game consists of 11 rounds in total. The player who makes 11 on the leaderboard becomes the winner of the game. The game you need to do is to keep your balance and make sure that your head does not hit the floor. The opposing player wins 1 point when your head touches the floor.', 'https://img.gamemonetize.com/wzavm79t37buswliae25a625t3rslr98/512x384.jpg', 'https://html5.gamemonetize.com/wzavm79t37buswliae25a625t3rslr98/', '0', 'Arcade', 0, 0, '', 'get-on-toop-touch'), (5327, 'Earth Dunk', 'Tap to control the gravity of earth and dunk the rings', 'https://img.gamemonetize.com/umehtzla8ebyh0jdcb3lop9pmgcf2v6s/512x384.jpg', 'https://html5.gamemonetize.com/umehtzla8ebyh0jdcb3lop9pmgcf2v6s/', '0', 'Adventure', 0, 0, '', 'earth-dunk'), (5328, 'Falling Brick', 'Build the tallest wall you can by avoiding bricks as they fall from the sky! bricks falling is a game about staying out of nature’s way while it does all the work.', 'https://img.gamemonetize.com/y7hnqelw3khtzxlizc13oyct66bq6nqv/512x384.jpg', 'https://html5.gamemonetize.com/y7hnqelw3khtzxlizc13oyct66bq6nqv/', '0', 'Arcade', 0, 0, '', 'falling-brick'), (5329, 'Chopper Scape', '“Chopper Escape†is an infinity runner game where you need to avoid the obstacles and collect coins.', 'https://img.gamemonetize.com/ez3m944lsdc4a5ds277suee0sjjor9er/512x384.jpg', 'https://html5.gamemonetize.com/ez3m944lsdc4a5ds277suee0sjjor9er/', '0', 'Action', 0, 0, '', 'chopper-scape'), (5330, 'Lostt Glider', 'Player collect coins and clear levels also player need to dodge enemy attacks . Use resources and open door and pass next level', 'https://img.gamemonetize.com/lq4kgia6u04vim1sl8jzmz6phvu1os2f/512x384.jpg', 'https://html5.gamemonetize.com/lq4kgia6u04vim1sl8jzmz6phvu1os2f/', '0', 'Puzzles', 0, 0, '', 'lostt-glider'), (5331, 'City Inferno Scape Buggy or Die Today', 'Juega a este juego surrealista en pleno apocalipsis donde conducirás un coche tipo buggie para escapar de una ciudad en llamas provocadas por el apocalipsis. Un puro infierno. ¿Un coche que salta sin hacerse pedazos? claro, aquà lo tienes.', 'https://img.gamemonetize.com/oa29qaiepzpozmupky4u51yhxur06bd2/512x384.jpg', 'https://html5.gamemonetize.com/oa29qaiepzpozmupky4u51yhxur06bd2/', '0', 'Arcade', 0, 0, '', 'city-inferno-scape-buggy-or-die-today'), (5332, 'Save the Sausage Man interesting', 'The game of saving sausage man is a puzzle game of the secret room rescue challenge. The poor sausage man is trapped in different rooms. You need to help him cut the rope and escape from the danger smoothly and safely. The rich challenge mode brings more joy, the difficulty gradually increases, and there are more dangers waiting for the sausage man. Try your best to let him leave safely.', 'https://img.gamemonetize.com/a42g34msbyf3s16f5nu37gjgsa1luxip/512x384.jpg', 'https://html5.gamemonetize.com/a42g34msbyf3s16f5nu37gjgsa1luxip/', '0', 'Hypercasual', 0, 0, '', 'save-the-sausage-man-interesting'), (5333, 'Design Master', 'It is a newly created simulation cutting game. In this game, the players will operate as carpenters, pick up the tools in their hands, and carve the appearance they need. You can get a lot of gold rewards through sales. With the increase of the level in the game, the patterns you need to make will continue to become difficult. The game is a great test of the players\' dexterity, After completing the task, you will feel a sense of achievement.', 'https://img.gamemonetize.com/c5tq6frz0liu725ib93d40y7veepgtmk/512x384.jpg', 'https://html5.gamemonetize.com/c5tq6frz0liu725ib93d40y7veepgtmk/', '0', 'Hypercasual', 0, 0, '', 'design-master'), (5334, 'Chess War', 'You move the chess to the positions according to the rules to get the red flag. To do that, you need to overcome obstacles that stand in your way. For example, you can move half the board left or right to overcome those obstacles. You also need to limit the number of moves not to lose.', 'https://img.gamemonetize.com/ayjm1x8206t2hhk3pyuliyvsrdtvgv8o/512x384.jpg', 'https://html5.gamemonetize.com/ayjm1x8206t2hhk3pyuliyvsrdtvgv8o/', '0', 'Clicker', 0, 0, '', 'chess-war'), (5335, 'Pharaoh Puzzle', 'You move the toad to push the stones into the previously specified position. Your toad can also use its tongue to proceed further. It would help if you also remembered that avoid moving the toad into black holes.', 'https://img.gamemonetize.com/h7e9eiyliwle78txc9nlbatz2ti6d2ac/512x384.jpg', 'https://html5.gamemonetize.com/h7e9eiyliwle78txc9nlbatz2ti6d2ac/', '0', 'Clicker', 0, 0, '', 'pharaoh-puzzle'), (5336, 'Angela Christmas Dress up Game', 'Welcome to Angela\'s Christmas Dress-Up Game. Christmas is around the corner. Angela is more excited than us to enjoy this Christmas with her friends. She has some crazy ideas to make this Christmas more fun! Join and help her to bake and decorate cakes, a Christmas tree, Cookies, and her house.', 'https://img.gamemonetize.com/n3t1g7wqq6n3vuvqpkqo9z5wp9sqmmt7/512x384.jpg', 'https://html5.gamemonetize.com/n3t1g7wqq6n3vuvqpkqo9z5wp9sqmmt7/', '0', 'Girls', 0, 0, '', 'angela-christmas-dress-up-game'), (5337, 'My Perfect Christmas Costumes', 'Welcome to My Perfect Christmas Costumes. Ellie and her friends are excited for Christmas celebrations. They want to try cute Christmas outfits with crazy makeovers. Browse their wardrobe for cute outfits and pick some matching accessories. Join these girls and enjoy this Christmas a most memorable one. Have fun!', 'https://img.gamemonetize.com/q1zth9q1fjcu8cwv6890rnn7kvy2czf9/512x384.jpg', 'https://html5.gamemonetize.com/q1zth9q1fjcu8cwv6890rnn7kvy2czf9/', '0', 'Girls', 0, 0, '', 'my-perfect-christmas-costumes'), (5338, 'Slope Bike 2', 'Slope Bike is here with its second version. Slope Bike 2 is a hypercasual racing game in the arcade game genre. With the new version, the gameplay has been simplified and the missions have also been added to the daily login reward prompt. In this Slope Rider game you have to control a bike and accelerate on slopes. Make it more fluid with the new simple theme, you will see new cities and new platforms in this series.', 'https://img.gamemonetize.com/x9t9rqyxo1l0gn4lza9ks3oatrx91db0/512x384.jpg', 'https://html5.gamemonetize.com/x9t9rqyxo1l0gn4lza9ks3oatrx91db0/', '0', 'Racing', 0, 0, '', 'slope-bike-'), (5339, 'Makeup Kit Color Mixing', 'Makeup Kit Color Mixing is a very cute art game. In this game, you can choose a picture you like, then dip in your favorite color, apply on the eyeshadow tray, design your own-style eyeshadow tray. Have a good time!', 'https://img.gamemonetize.com/30llhbyyu9mdyvwksgkmn312jgt210sm/512x384.jpg', 'https://html5.gamemonetize.com/30llhbyyu9mdyvwksgkmn312jgt210sm/', '0', 'Girls', 0, 0, '', 'makeup-kit-color-mixing'), (5340, 'Santas Gift Hunt', 'Welcome to Santa\'s Gift Hunt. Santa\'s Gift Hunt is a puzzle game. Only here, you have to collect a Gift to bring to your Santa. You can only move in straight lines, so you have to figure out a way to get to the end of the level. Along the way, there will be obstacles and dangerous Goblins for you to avoid.', 'https://img.gamemonetize.com/lyw6a5gb104fgavd3jgicv4w7oy71a44/512x384.jpg', 'https://html5.gamemonetize.com/lyw6a5gb104fgavd3jgicv4w7oy71a44/', '0', 'Puzzles', 0, 0, '', 'santas-gift-hunt'), (5341, 'Santa City Run', 'Help Santa deliver the presents in this crazy running game. Race down the city streets avoiding all of the obstacles as you try to score as many points as possible.', 'https://img.gamemonetize.com/q3n64doqw1sm041542w1prlgb14bx67o/512x384.jpg', 'https://html5.gamemonetize.com/q3n64doqw1sm041542w1prlgb14bx67o/', '0', 'Arcade', 0, 0, '', 'santa-city-run'), (5342, 'Santa Claus Helper', 'Santa Claus Helper is a super fun Christmas themed online game for kids that you can play for free. No need to download. The aim of the game is to get the big gift to the Santa Claus car and your job is done. Aim with the spiky ball and cut the rope that is holding the gift. Have fun my dear friend!', 'https://img.gamemonetize.com/qwgaw2bq635y316glkc1n0vk1qpir4ox/512x384.jpg', 'https://html5.gamemonetize.com/qwgaw2bq635y316glkc1n0vk1qpir4ox/', '0', 'Hypercasual', 0, 0, '', 'santa-claus-helper'), (5343, 'Get Out The Way', 'Get Out The Way is a leisure puzzle game. You need to manipulate your character to move forward on the road with your fingers, and avoid the vehicles on the road to reach the destination safely.', 'https://img.gamemonetize.com/847pto3sfeh5zet9hcxh5n4ltxszy0v0/512x384.jpg', 'https://html5.gamemonetize.com/847pto3sfeh5zet9hcxh5n4ltxszy0v0/', '0', 'Racing', 0, 0, '', 'get-out-the-way'), (5344, 'Among Akero Bots 2', 'Among Akero Bots 2 is a 2D Sci-fi themed platformer where you play as Akero Bot who have to collect red magical gems while avoiding the enemy bots, flying robots, bullets, rotating lasers, spikes and reach the Exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Among Akero Bots" series.', 'https://img.gamemonetize.com/3vu89cvmqcm1sace8qrafotzbio53osy/512x384.jpg', 'https://html5.gamemonetize.com/3vu89cvmqcm1sace8qrafotzbio53osy/', '0', 'Arcade', 0, 0, '', 'among-akero-bots-'), (5345, 'Monster Soccer 3D', 'Monster Soccer 3D is a funny soccer game for 1 and 2 players. Before starting the game, choose the monster character you like. You can include bots as a co-player in the game if you want. Accelerate the ball by hitting it with the hands of the Monsters and try to win the match by scoring the most goals before the time runs out!', 'https://img.gamemonetize.com/9fpj7245yezv2dc7n6ur7uafjqvjxect/512x384.jpg', 'https://html5.gamemonetize.com/9fpj7245yezv2dc7n6ur7uafjqvjxect/', '0', 'Sports', 0, 0, '', 'monster-soccer-d'), (5346, 'Labo 3D Maze', 'Try to pass 24 mazes with 5 different special characters. Avoid various traps and dangers... Collect keys to unlock doors and pass levels. Solve puzzles and reach the ultimate mystery...', 'https://img.gamemonetize.com/23k6adlig5dcld7gjq5wb2zpm72sbfz2/512x384.jpg', 'https://html5.gamemonetize.com/23k6adlig5dcld7gjq5wb2zpm72sbfz2/', '0', 'Adventure', 0, 0, '', 'labo-d-maze'), (5347, 'Stickman Soccer', 'You will play a football match with stickman on a big football field. During this soccer match you will aim and kick the ball. After that, the soccer ball will fly quickly and go to the opponent\'s goal. You will hear a loud "GOAL" sound. The side that attacks the most goals in 90 seconds wins. If you want to play football match with your friend, you can use "2 PLAYER" mode.', 'https://img.gamemonetize.com/y0efnodyebgaivqvz0sypzce51sxufot/512x384.jpg', 'https://html5.gamemonetize.com/y0efnodyebgaivqvz0sypzce51sxufot/', '0', 'Hypercasual', 0, 0, '', 'stickman-soccer'), (5348, 'Bazooka Hyper', 'Bazooka Hyper is a hypercasual game where you try to blast stickman enemies with bazooka. Want to play a super blast bazooka game?In this game you will fight against stickmen with bazooka. Your task is to fly all the stickmen to the pilgrimage without reducing the HP value to 0. While doing this task, you have to move and stay away from stickmen. The gun will automatically aim and fire automatically. Remember that targets must be in range.', 'https://img.gamemonetize.com/b1aolwnx80v72fgfu5f4um2tgjx6vmz6/512x384.jpg', 'https://html5.gamemonetize.com/b1aolwnx80v72fgfu5f4um2tgjx6vmz6/', '0', 'Hypercasual', 0, 0, '', 'bazooka-hyper'), (5349, 'Cat and Rabbit Holiday', 'The symbols of the New Year are a Cat & a Rabbit. See how cute and kawaii they can be. Let\'s digress from the gray everyday life and plunge into the festive atmosphere. Choose New Year and Christmas themed skirts and blouses for these cute animals. Don\'t forget to give Kitty and Rabbit a gentle make-up and choose an appropriate hairstyle.', 'https://img.gamemonetize.com/bx4erstps8xxu7g8mh1fs8p24un20rn4/512x384.jpg', 'https://html5.gamemonetize.com/bx4erstps8xxu7g8mh1fs8p24un20rn4/', '0', 'Girls', 0, 0, '', 'cat-and-rabbit-holiday'), (5350, 'Santa Fiity Special', 'Play Santa\'s soccer skills gaqme by scoring goals, hitting targets and playing against a grinch or challenge a friend to a game of Soccer tic tac toe', 'https://img.gamemonetize.com/30d9z08ar6ig07k46t66d8qrsm3yomuk/512x384.jpg', 'https://html5.gamemonetize.com/30d9z08ar6ig07k46t66d8qrsm3yomuk/', '0', 'Soccer', 0, 0, '', 'santa-fiity-special'), (5351, 'Little Panda Princess Dress Up', 'Little Panda Princess Dress Up is a very cute dress up game. Do you want to dress up the princesse with gorgeous outfits? In this game, your dream will come true. We prepared lots of gorgeous clothes and smaer accessories. Hope you like this game. Have fun!', 'https://img.gamemonetize.com/6quhawniwma97x39cr84m1sbz29pie1f/512x384.jpg', 'https://html5.gamemonetize.com/6quhawniwma97x39cr84m1sbz29pie1f/', '0', 'Girls', 0, 0, '', 'little-panda-princess-dress-up'), (5352, 'Gift Express', 'All year the factory of Santa Claus made toys for Christmas Eve. It\'s now a time to deliver the gifts to kids and makes their wishes come true. It\'s Christmas Eve, but the toys are still in the warehouse. Deliver Christmas gifts from the Toy Factory to several cities. Drive the snowy hills to the end destinations without losing too many gifts or getting into an accident. Features in the game- Different Envrionemts- Snowy Hills Day Time Night Time. Differnt styles Trains; Purchase Keys to unlock new Mods. Unlock 30 Different Levels. These Christmas ride with Santa Gift express, and control a train as it goes around the magical world. Help Santa to get ready for the Xmas holiday and delivery the gifts. Get in the driver\'s seat and take gifts to their destinations, dropping them at stations.', 'https://img.gamemonetize.com/z5y1y329m2v0tiwg7w57l90ynpamzr07/512x384.jpg', 'https://html5.gamemonetize.com/z5y1y329m2v0tiwg7w57l90ynpamzr07/', '0', 'Arcade', 0, 0, '', 'gift-express'), (5353, 'Cooking Street', 'Cooking Street is a free cooking simulator game for boys played on PuzzleGame. You need to cook gourmet foods according to your guests\' needs. Be careful not to keep your guests waiting too long. By customers feeling satisfied and happy and earning gold coins from them, upgrade your restaurant and build a most famous cooking street. Play on Mobile, Tablet, or Desktop.', 'https://img.gamemonetize.com/xysbj5rriulaue5gs5x15mum98quvvj3/512x384.jpg', 'https://html5.gamemonetize.com/xysbj5rriulaue5gs5x15mum98quvvj3/', '0', 'Boys', 0, 0, '', 'cooking-street'), (5354, 'Red Ball 8 Hero Bouncer', 'Are you a crazy fan of the Ball adventure series? Big Ball 3, Bounce Ball Love, and Roller Ball 4 are designed for you! Evil minions want to squeeze the planet into a square shape. And Red bounce ball\'s here to rescue the world. Roll and jump your way through a deadly factory, defeating enemies and avoiding deadly laser beams in the process. Have you got what it takes to save the world from turning square? Use the arrow keys to move the red bounce ball to his goal and be sure to knock out all the stars along the way. Watch out for the bad guys! Jumping on them is good. Getting hit by a corner is not. Whether you\'re looking to enjoy rolling the Bounce Ball 4 Love and Roller Ball 3 you will absolutely enjoy playing this game. Sounds easy? Roll, jump, and bounce the red rollerball through a mechanical wasteland! Your mission is to collect stars while conquering all of the evil squares. Certain zones feature deadly moving lasers. Roll with ultimate precision to advance through each area safely!', 'https://img.gamemonetize.com/ue4dqavyo4w7ynj0drdmzk5wt4pkgl1b/512x384.jpg', 'https://html5.gamemonetize.com/ue4dqavyo4w7ynj0drdmzk5wt4pkgl1b/', '0', 'Arcade', 0, 0, '', 'red-ball--hero-bouncer'), (5355, 'Classic Cars Parking Stunts', 'With its cutting-edge automobile driving physics engine, Top Car Driving: Classics is the most incredible mobile car-being-driven simulator available today. The finest virtual racing game has realistic automobile handling. Every kind of vehicle has its own rules of physics, from race cars to Vehicles.', 'https://img.gamemonetize.com/myiwd2klxd7k52ipt1ayqq34dqsy7531/512x384.jpg', 'https://html5.gamemonetize.com/myiwd2klxd7k52ipt1ayqq34dqsy7531/', '0', 'Racing', 0, 0, '', 'classic-cars-parking-stunts'), (5356, 'Wunder Planes', '"A very dynamic shooter in which the player controls a single plane and fights against waves of enemies. Destroy enemy planes, gather upgrades and prepare for epic bossfights! As you progress in the game, you\'ll unlock more weapons and gear for bigger firepower!"', 'https://img.gamemonetize.com/0n0h33bcfyq6ovxss6l8ermfdfhva0w7/512x384.jpg', 'https://html5.gamemonetize.com/0n0h33bcfyq6ovxss6l8ermfdfhva0w7/', '0', 'Hypercasual', 0, 0, '', 'wunder-planes'), (5357, 'Among Tito', 'Among Tito is a 2D Sci-fi themed platformer where you have to collect all of the adamant stones while avoiding the enemy robots, flying bots, bullets, ground saws, spikes and reach the Exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/6d5gbfxtiy9v6zm14qp6h5m0h289eqqp/512x384.jpg', 'https://html5.gamemonetize.com/6d5gbfxtiy9v6zm14qp6h5m0h289eqqp/', '0', 'Arcade', 0, 0, '', 'among-tito'), (5358, 'Jeno The Big Eater', 'Jeno The Big Eater is a 2D platformer where you have to collect all of the tasty cup cakes while avoiding the goblins, saws, spikes and reach the red flag in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/t6c6ehkv261x2ibsr0e59r5zwya9xgdo/512x384.jpg', 'https://html5.gamemonetize.com/t6c6ehkv261x2ibsr0e59r5zwya9xgdo/', '0', 'Arcade', 0, 0, '', 'jeno-the-big-eater'), (5359, 'Jeno The Big Eater 2', 'Jeno The Big Eater 2 is a 2D platformer where you have to collect all of the cup cakes while avoiding the Goblins, flying creatures, bullets, saws, spikes and reach the red flag in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Jeno The Big Eater" series.', 'https://img.gamemonetize.com/lxxqay0em7qsf4fo9tkoljjfj48bxl9w/512x384.jpg', 'https://html5.gamemonetize.com/lxxqay0em7qsf4fo9tkoljjfj48bxl9w/', '0', 'Arcade', 0, 0, '', 'jeno-the-big-eater-'), (5360, 'UFO Attack', 'UFO Attack is an online shooting game where you defend against invading aliens! Use your mouse to aim and shoot at the UFOs, and try to stay alive for as long as possible. Can you beat your high score? Play now and find out!', 'https://img.gamemonetize.com/ks9ewdgjvpwoxt17i69ays3oqcqz6ikv/512x384.jpg', 'https://html5.gamemonetize.com/ks9ewdgjvpwoxt17i69ays3oqcqz6ikv/', '0', 'Adventure', 0, 0, '', 'ufo-attack'), (5361, 'Alien War', 'Action shooting Alien War is an online game that will keep you on the edge of your seat! With exciting gameplay and fast-paced action, you won\'t want to stop playing. Looking for an online game that will keep you on the edge of your seat? Look no further than Alien War, the action-packed shooting game that will have you blasting aliens all day long! With amazing graphics and fast-paced gameplay, this is one game you won\'t want to miss. So suit up and get ready to take on the aliens today!', 'https://img.gamemonetize.com/h3n9duadpawanay21ff72l0pi17ti0an/512x384.jpg', 'https://html5.gamemonetize.com/h3n9duadpawanay21ff72l0pi17ti0an/', '0', 'Shooting', 0, 0, '', 'alien-war'), (5362, 'Spacecraft Fighter', 'Spacecraft fighter is an online shooting game that allows players to compete against each other in fast-paced battles. Join the battle in Spacecraft Fighter Online, a free-to-play, online shooting game set in space! Customize your spacecraft and weapons to suit your playstyle and join one of three factions to dominate the galaxy!', 'https://img.gamemonetize.com/q4j729udnk3k462ifef1yco79f7ws3sd/512x384.jpg', 'https://html5.gamemonetize.com/q4j729udnk3k462ifef1yco79f7ws3sd/', '0', 'Shooting', 0, 0, '', 'spacecraft-fighter'), (5363, 'XPlane Flight Sim Simulator', 'Flight Sim is a game where you have to guide aircraft to their landing zones, keep the skies safe to complete the levels to get high score.', 'https://img.gamemonetize.com/668zcyf0lh1ywjj7dn96tjokss11nh80/512x384.jpg', 'https://html5.gamemonetize.com/668zcyf0lh1ywjj7dn96tjokss11nh80/', '0', 'Puzzles', 0, 0, '', 'xplane-flight-sim-simulator'), (5364, 'Star Rush', 'In Star Rush after you destroy a Zorkizn collection center, you must escape and proceed to the next control point. The Zorkizn are a race of aliens who seek resources in our solar system. We must fight them, before it\'s too late for planet earth!', 'https://img.gamemonetize.com/o783vbfmsu3dfa2o6egpf9ijof5l9lw1/512x384.jpg', 'https://html5.gamemonetize.com/o783vbfmsu3dfa2o6egpf9ijof5l9lw1/', '0', 'Shooting', 0, 0, '', 'star-rush'), (5365, ' Christmas at Cattle Hill Jigsaw Puzzle Games For ', 'Christmas Jigsaw puzzles game about Christmas! The most realistic jigsaw experience you can get on a smart phone.It is a fun jigsaw puzzle game applicable for all ages.', 'https://img.gamemonetize.com/l8c732cc1lyojfeofszhn4b265om5611/512x384.jpg', 'https://html5.gamemonetize.com/l8c732cc1lyojfeofszhn4b265om5611/', '0', 'Bejeweled', 0, 0, '', '-christmas-at-cattle-hill-jigsaw-puzzle-games-for-'), (5366, 'Covid19 Vaccin', 'Inject as many COVID-19 virus cells. How many covid 19 viruses can you beat? Let’s defeat this killer plague together.', 'https://img.gamemonetize.com/kdv04t9u7gci68p2h9rkn3vs0dv4n3s7/512x384.jpg', 'https://html5.gamemonetize.com/kdv04t9u7gci68p2h9rkn3vs0dv4n3s7/', '0', 'Arcade', 0, 0, '', 'covid-vaccin'), (5367, ' Animal Puzzle Match Missing Pieces Kids Learnin', 'Kids puzzles game for girls, boys, teens, and adults, a free puzzle app for all ages. Each relaxing puzzle features a beautiful scene drawn by a professional artist. The beautiful images include pictures of unicorns, dragons, dinosaurs, cute animals, fantasy land, princess, mermaids, fairy tales, cars, Christmas, Halloween, space, holidays, farm and many more! Kids especially girls love this super cool puzzle game!', 'https://img.gamemonetize.com/18wgqpemc3ypukbq65q0a1ibvveokhgy/512x384.jpg', 'https://html5.gamemonetize.com/18wgqpemc3ypukbq65q0a1ibvveokhgy/', '0', 'Puzzles', 0, 0, '', '-animal-puzzle-match-missing-pieces-kids-learnin'), (5368, 'Join Clash Adventure', 'Join Clash Adventure is a really fun arcade game. It mix between avoid and collect,', 'https://img.gamemonetize.com/czgcjign0dff66jer99x3mn2wglpjzl2/512x384.jpg', 'https://html5.gamemonetize.com/czgcjign0dff66jer99x3mn2wglpjzl2/', '0', 'Arcade', 0, 0, '', 'join-clash-adventure'), (5369, 'Join Cash Action', 'Join Cash Action is a really fun arcade game. It mix between avoid and collect.', 'https://img.gamemonetize.com/szkk92iikk4p8iqwx8k4l2ky5e1xgubu/512x384.jpg', 'https://html5.gamemonetize.com/szkk92iikk4p8iqwx8k4l2ky5e1xgubu/', '0', 'Arcade', 0, 0, '', 'join-cash-action'), (5370, 'Join Clash.io', 'Join Clash.io is a really fun arcade game. It mix between avoid and collect.', 'https://img.gamemonetize.com/0dak442c7nahuis3s3nwx8pxdt4jfnc2/512x384.jpg', 'https://html5.gamemonetize.com/0dak442c7nahuis3s3nwx8pxdt4jfnc2/', '0', 'Arcade', 0, 0, '', 'join-clashio'), (5371, 'Arrow Shooter', 'Arrow Shot Game with 50 Levels, Kill the Orks and Trolls.', 'https://img.gamemonetize.com/ta4anixkxwofg9nq6uofenyezqhel3px/512x384.jpg', 'https://html5.gamemonetize.com/ta4anixkxwofg9nq6uofenyezqhel3px/', '0', 'Puzzles', 0, 0, '', 'arrow-shooter'), (5372, 'Snake Puzzler', 'Swipe the snake and Escape From maze too Fun and Too addictive Game', 'https://img.gamemonetize.com/6syrh3fbyq0w9cxulqwti8a0j8ly58vd/512x384.jpg', 'https://html5.gamemonetize.com/6syrh3fbyq0w9cxulqwti8a0j8ly58vd/', '0', 'Clicker', 0, 0, '', 'snake-puzzler'), (5373, 'Ladder Ranking', 'Tap and hold Form Ladder avoid Obstacles reach First Place against opponents', 'https://img.gamemonetize.com/ofm96vwdi39wdr1hphvk3u4zhiqs31eb/512x384.jpg', 'https://html5.gamemonetize.com/ofm96vwdi39wdr1hphvk3u4zhiqs31eb/', '0', 'Clicker', 0, 0, '', 'ladder-ranking'), (5374, 'zombie hunting', 'zombie hunting is a pixel game that you\'ll love.', 'https://img.gamemonetize.com/9jwko3q3ado7tpg6pv0b6ddijquar3ck/512x384.jpg', 'https://html5.gamemonetize.com/9jwko3q3ado7tpg6pv0b6ddijquar3ck/', '0', 'Adventure', 0, 0, '', 'zombie-hunting'), (5375, 'Farmer Word', 'Farmer Word', 'https://img.gamemonetize.com/wf5ny0iy47kuoskw5ort3sb0prmvtjic/512x384.jpg', 'https://html5.gamemonetize.com/wf5ny0iy47kuoskw5ort3sb0prmvtjic/', '0', 'Hypercasual', 0, 0, '', 'farmer-word'), (5376, 'Santa Basket', 'Santa Basket is an exciting sports game to play for all ages. Play this technical game which tests your aiming ability to make a goal. How long you can stay in the game is determined by how well you can aim. Calculate the right angle and degree of force and shoot Santa through into the basket!', 'https://img.gamemonetize.com/i6pp3hbeulpivdbzc8gnf6in6kjurrpd/512x384.jpg', 'https://html5.gamemonetize.com/i6pp3hbeulpivdbzc8gnf6in6kjurrpd/', '0', 'Sports', 0, 0, '', 'santa-basket'), (5377, 'Xmasjong', 'Find a couple of identical tiles to remove them from the playing field. If you collect all the tiles underneath, you will find one item that will automatically be placed on or under the Christmas tree.', 'https://img.gamemonetize.com/q6vnvtl7pu7vzn7quend2ajj2ewvs1zg/512x384.jpg', 'https://html5.gamemonetize.com/q6vnvtl7pu7vzn7quend2ajj2ewvs1zg/', '0', 'Puzzles', 0, 0, '', 'xmasjong'), (5378, 'NoobHood', 'The whole world is covered with zombies and zombies have evolved into very different creatures. Stretch your bow and shoot arrow to kill them all. Kill them all. Each level is full of different challenges so you have to be careful. 20 different chapters and each chapter is full of more challenging excitements.', 'https://img.gamemonetize.com/3jcgp5b98m5uscxyfqcusm622pbx7hnm/512x384.jpg', 'https://html5.gamemonetize.com/3jcgp5b98m5uscxyfqcusm622pbx7hnm/', '0', 'Arcade', 0, 0, '', 'noobhood'), (5379, 'Draw With Santa', 'This game is a painting, drawing and coloring tool for kids in a Christmas theme. Touch your colors and start drawing and painting with your mouse when done. Kids will enjoy painting and coloring using their creative ideas. It\'s a Kids quite game! All the magic of Christmas time in this great color game of color and music; it will transport your children to the wonderful world of Santa Claus and his friends! Merry Christmas and Happy New Year!', 'https://img.gamemonetize.com/jmzlowxg1fylhfgglhdphnlb1ojo3uy1/512x384.jpg', 'https://html5.gamemonetize.com/jmzlowxg1fylhfgglhdphnlb1ojo3uy1/', '0', 'Girls', 0, 0, '', 'draw-with-santa'), (5380, 'Idle Miners Adventure', 'Take your first wooden pickaxe and start mining resources, open new levels of the mine and mine rarer ones, create more powerful pickaxes and get to the rarest resource, diamonds.', 'https://img.gamemonetize.com/335wtv67vpuu8y7ui9muo113eo4026o1/512x384.jpg', 'https://html5.gamemonetize.com/335wtv67vpuu8y7ui9muo113eo4026o1/', '0', 'Clicker', 0, 0, '', 'idle-miners-adventure'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (5381, 'Tripeaks Solitaire Classic', 'Play Classic TriPeaks or 100 different Tripeaks levels. Remove all cards from the tableau, you can remove top cards that are 1 higher or 1 lower in value than the open card on the bottom. Click on the closed stack to get a new open card.', 'https://img.gamemonetize.com/1gkhlxyny9k48fel79w7566ogf09kss7/512x384.jpg', 'https://html5.gamemonetize.com/1gkhlxyny9k48fel79w7566ogf09kss7/', '0', 'Puzzles', 0, 0, '', 'tripeaks-solitaire-classic'), (5382, 'Mario Starcatcher', 'Play Mario Starcatcher game. Mario Starcatcher is a Arcade game to play free online. Mario Starcatcher 2 is an unblocked game to play online in your browser for free, free of charge and on any device, can be played on your computer, phone or tablet, also as a comment, We want to let you know, Mario Starcatcher 2 game is unblocked and it\'s one of the best Mario Games with a lot of fun, playable in any device at school or home, the game Mario Starcatcher 2 has been chosen by many players as their favorite, try it and we hope you enjoy playing. Remember, we offer you the funniest unblocked flash games of the world to play online free.', 'https://img.gamemonetize.com/6libmb2t6rbkp9622mgnzvfw4ki33rnh/512x384.jpg', 'https://html5.gamemonetize.com/6libmb2t6rbkp9622mgnzvfw4ki33rnh/', '0', 'Arcade', 0, 0, '', 'mario-starcatcher'), (5383, 'ForkLift Real Driving Sim', 'Using a forklift, your objective in this new and entertaining Real City Forklift Style game is to relocate illegally parked automobiles to their proper lots. Please use caution! Forklift the automobiles carefully you can adjust your camera angle to get better look, then transport them to a designated drop off area all across town.', 'https://img.gamemonetize.com/tkd7fkgo7namw5k2vejwnoa6lxgukixt/512x384.jpg', 'https://html5.gamemonetize.com/tkd7fkgo7namw5k2vejwnoa6lxgukixt/', '0', 'Action', 0, 0, '', 'forklift-real-driving-sim'), (5384, 'Hunt feed the frog', 'The goal of the game is to prevent the frog from getting very hungry by helping it hunt for insects. The frog\'s appetite is minus 5 points per minute.', 'https://img.gamemonetize.com/a935u0uwq9gfoup17jhvb0r5e0diriqp/512x384.jpg', 'https://html5.gamemonetize.com/a935u0uwq9gfoup17jhvb0r5e0diriqp/', '0', 'Arcade', 0, 0, '', 'hunt--feed-the-frog'), (5385, 'Mermaid Games Princess Makeup', 'Dive into the deep underwater and play with the mermaid princess! In this game, your fashion skills are badly needed! Come to help the princess!', 'https://img.gamemonetize.com/8lhzmrkopdkpmk9slzo784bpltj8agff/512x384.jpg', 'https://html5.gamemonetize.com/8lhzmrkopdkpmk9slzo784bpltj8agff/', '0', 'Girls', 0, 0, '', 'mermaid-games-princess-makeup'), (5386, 'Pyramid Solitaire Classic', 'Remove all cards from the pyramid by combining two cards to a total value of 13. The numerical cards are worth the face value, the A is 1 point, the J is 11 points, the Q is 12 points and the K is 13 points. The King can be removed as a single card. You can use the cards in the Draw pile to get a new face-up card.', 'https://img.gamemonetize.com/u1yeutbkvz19qbn4anp4z05bjgx3gslf/512x384.jpg', 'https://html5.gamemonetize.com/u1yeutbkvz19qbn4anp4z05bjgx3gslf/', '0', 'Puzzles', 0, 0, '', 'pyramid-solitaire-classic'), (5387, 'Gangster Bros', 'Play Gangster Bros game. Gangster Bros is a Action game to play free online. Gangster Bros is an unblocked game to play online in your browser for free, free of charge and on any device, can be played on your computer, phone or tablet, also as a comment, We want to let you know, Gangster Bros game is unblocked and it\'s one of the best action games with a lot of fun, playable in any device at school or home, the game Gangster Bros has been chosen by many players as their favorite, try it and we hope you enjoy playing. Remember, at iyigames.com we offer you the funniest unblocked games of the world to play online free.', 'https://img.gamemonetize.com/tboo3uld8sz2xvqw0j5008858kz0xk0b/512x384.jpg', 'https://html5.gamemonetize.com/tboo3uld8sz2xvqw0j5008858kz0xk0b/', '0', 'Shooting', 0, 0, '', 'gangster-bros'), (5388, 'Batman Gotham Dark Night', 'Play Gotham Dark Night flash game. Gotham Dark Night is a Action game to play free online. Gotham Dark Night is an unblocked game to play online in your browser for free, free of charge and on any device, can be played on your computer, phone or tablet, also as a comment, We want to let you know, Gotham Dark Night game is unblocked and it\'s one of the best action games with a lot of fun, playable in any device at school or home, the game Gotham Dark Night has been chosen by many players as their favorite, try it and we hope you enjoy playing. Remember, at iyigames.com we offer you the funniest unblocked flash games of the world to play online free.', 'https://img.gamemonetize.com/5vhq0q323i0yejg5xecgzhzyx9v8p5af/512x384.jpg', 'https://html5.gamemonetize.com/5vhq0q323i0yejg5xecgzhzyx9v8p5af/', '0', 'Arcade', 0, 0, '', 'batman-gotham-dark-night'), (5389, 'Gun Metal War 2D Mobile', 'Is it a side-scrolling mobile shooter set in a universe where mercenaries are striving to rescue the day so they can go home and rest? Pick your metal commando, stock up on heavy weapons, then go nuts with the explosions.', 'https://img.gamemonetize.com/n5ntkc4dhssbxqn5j57u7qtfvo944n1h/512x384.jpg', 'https://html5.gamemonetize.com/n5ntkc4dhssbxqn5j57u7qtfvo944n1h/', '0', 'Arcade', 0, 0, '', 'gun-metal-war-d-mobile'), (5390, 'Herotor', 'You are a super hero and you op and fly everywhere. As a herotor, cast the nets and fly from building to building. Collect 3 stars and go to the portal Jump from the portal to new levels each mode is a different adventure.', 'https://img.gamemonetize.com/kxcghvkqozsatdlc15rm4oe87fs3vmvf/512x384.jpg', 'https://html5.gamemonetize.com/kxcghvkqozsatdlc15rm4oe87fs3vmvf/', '0', 'Arcade', 0, 0, '', 'herotor'), (5391, 'Peter Rabbit Jigsaw Puzzle', 'Zazgames is a place where you can infinitely play assembling online jigsaw puzzles. We hope you are up for another game from the Puzzle category on our website , because we have just added the game called Peter Rabbit Jigsaw Puzzle for you all, which, despite being one of the many puzzle games we have added so far into this category, this is the first puzzle game to use this specific format, and image, so it is going to be a brand new experience for all of you, an experience we are sure you will appreciate, as there is no way you aren\'t going to have a lot of fun playing the game. Especially after you learn how to play it from the next lines in the description. you will start by choosing how you want the jigsaw puzzle be : hard medium or easy. After that, the jigsaw puzzle pieces are going to be spread around the game screen randomly. Use the mouse to drag them over the transparent images where they match with the image, until all the pieces are connected, and the image looks just like it did in the beginning. You will have a great time with the game, so start it right now, and we are sure you will not regret it one second!', 'https://img.gamemonetize.com/ewn4fwk7qh1zj07397y5yp9l0vb44lp1/512x384.jpg', 'https://html5.gamemonetize.com/ewn4fwk7qh1zj07397y5yp9l0vb44lp1/', '0', 'Puzzles', 0, 0, '', 'peter-rabbit-jigsaw-puzzle'), (5392, 'Stuart Little Jigsaw Puzzle', 'Zazgames is a place where you can infinitely play assembling online jigsaw puzzles. We hope you are up for another game from the Puzzle category on our website , because we have just added the game called Stuart Little Jigsaw Puzzle for you all, which, despite being one of the many puzzle games we have added so far into this category, this is the first puzzle game to use this specific format, and image, so it is going to be a brand new experience for all of you, an experience we are sure you will appreciate, as there is no way you aren\'t going to have a lot of fun playing the game. Especially after you learn how to play it from the next lines in the description. you will start by choosing how you want the jigsaw puzzle be : hard medium or easy. After that, the jigsaw puzzle pieces are going to be spread around the game screen randomly. Use the mouse to drag them over the transparent images where they match with the image, until all the pieces are connected, and the image looks just like it did in the beginning. You will have a great time with the game, so start it right now, and we are sure you will not regret it one second!', 'https://img.gamemonetize.com/o1olb2u3au6oq8t8lp9nty4j6bejyn7i/512x384.jpg', 'https://html5.gamemonetize.com/o1olb2u3au6oq8t8lp9nty4j6bejyn7i/', '0', 'Puzzles', 0, 0, '', 'stuart-little-jigsaw-puzzle'), (5393, 'Sing Jigsaw Puzzle', 'Zazgames is a place where you can infinitely play assembling online jigsaw puzzles. We hope you are up for another game from the Puzzle category on our website , because we have just added the game called Sing Jigsaw Puzzle for you all, which, despite being one of the many puzzle games we have added so far into this category, this is the first puzzle game to use this specific format, and image, so it is going to be a brand new experience for all of you, an experience we are sure you will appreciate, as there is no way you aren\'t going to have a lot of fun playing the game. Especially after you learn how to play it from the next lines in the description. you will start by choosing how you want the jigsaw puzzle be : hard medium or easy. After that, the jigsaw puzzle pieces are going to be spread around the game screen randomly. Use the mouse to drag them over the transparent images where they match with the image, until all the pieces are connected, and the image looks just like it did in the beginning. You will have a great time with the game, so start it right now, and we are sure you will not regret it one second!', 'https://img.gamemonetize.com/5syrzc8qj510bkz09vqtjcafhbd063y7/512x384.jpg', 'https://html5.gamemonetize.com/5syrzc8qj510bkz09vqtjcafhbd063y7/', '0', 'Puzzles', 0, 0, '', 'sing-jigsaw-puzzle'), (5394, 'Cyberpunk 3D Game', 'The game is a street fight between the hero in series Squid Game and the enemies in the same serie where you must kill many enemies to reach the last stage where you will fight with the boss. Play with Mouse and keyword.', 'https://img.gamemonetize.com/364mflttnam78guygi07nd06cgrl5so4/512x384.jpg', 'https://html5.gamemonetize.com/364mflttnam78guygi07nd06cgrl5so4/', '0', 'Action', 0, 0, '', 'cyberpunk-d-game'), (5395, 'Wednesday Addams Jigsaw Puzzle', 'Zazgames is a place where you can infinitely play assembling online jigsaw puzzles. We hope you are up for another game from the Puzzle category on our website , because we have just added the game called Wednesday Addams Jigsaw Puzzle for you all, which, despite being one of the many puzzle games we have added so far into this category, this is the first puzzle game to use this specific format, and image, so it is going to be a brand new experience for all of you, an experience we are sure you will appreciate, as there is no way you aren\'t going to have a lot of fun playing the game. Especially after you learn how to play it from the next lines in the description. you will start by choosing how you want the jigsaw puzzle be : hard medium or easy. After that, the jigsaw puzzle pieces are going to be spread around the game screen randomly. Use the mouse to drag them over the transparent images where they match with the image, until all the pieces are connected, and the image looks just like it did in the beginning. You will have a great time with the game, so start it right now, and we are sure you will not regret it one second!', 'https://img.gamemonetize.com/mlp29u0ptlyi7gojhddz3bvanpjt70y9/512x384.jpg', 'https://html5.gamemonetize.com/mlp29u0ptlyi7gojhddz3bvanpjt70y9/', '0', 'Puzzles', 0, 0, '', 'wednesday-addams-jigsaw-puzzle'), (5396, 'The Emoji Movie Jigsaw Puzzle', 'Zazgames is a place where you can infinitely play assembling online jigsaw puzzles. We hope you are up for another game from the Puzzle category on our website , because we have just added the game called The Emoji Movie Jigsaw Puzzle for you all, which, despite being one of the many puzzle games we have added so far into this category, this is the first puzzle game to use this specific format, and image, so it is going to be a brand new experience for all of you, an experience we are sure you will appreciate, as there is no way you aren\'t going to have a lot of fun playing the game. Especially after you learn how to play it from the next lines in the description. you will start by choosing how you want the jigsaw puzzle be : hard medium or easy. After that, the jigsaw puzzle pieces are going to be spread around the game screen randomly. Use the mouse to drag them over the transparent images where they match with the image, until all the pieces are connected, and the image looks just like it did in the beginning. You will have a great time with the game, so start it right now, and we are sure you will not regret it one second!', 'https://img.gamemonetize.com/oj3p7b7kxwnqwyp88mvgcoexotj6m4zj/512x384.jpg', 'https://html5.gamemonetize.com/oj3p7b7kxwnqwyp88mvgcoexotj6m4zj/', '0', 'Puzzles', 0, 0, '', 'the-emoji-movie-jigsaw-puzzle'), (5397, 'G2M Rescue The Alien', 'Rescue The Alien is a point and click escape game developed by 8BGames/Games2Mad. Imagine that you had been to a place; on there you found an alien got trapped. Find some hidden object to solve some interesting clues to escape the Alien. Good luck…Have fun!', 'https://img.gamemonetize.com/e99mf4ginj3brnwl6feovzhuptu0htz2/512x384.jpg', 'https://html5.gamemonetize.com/e99mf4ginj3brnwl6feovzhuptu0htz2/', '0', 'Puzzles', 0, 0, '', 'gm-rescue-the-alien'), (5398, 'Farm Escape 4', 'Farm Escape 4 is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a Farm; there you got trapped inside the Farm. Here are the interesting puzzles and hidden objects to find and get escape from the Farm. Good luck… Have fun!', 'https://img.gamemonetize.com/o9mbendjj748905emoe8h8th1w2o3pzh/512x384.jpg', 'https://html5.gamemonetize.com/o9mbendjj748905emoe8h8th1w2o3pzh/', '0', 'Puzzles', 0, 0, '', 'farm-escape-'), (5399, 'Beach Escape 4', 'Beach Escape 4 is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a beach; there you got trapped inside the beach. Here are the interesting puzzles and hidden objects to find and get escape from the beach. Good luck… Have fun!', 'https://img.gamemonetize.com/rbv1ark3uzkenuaupn8m12lgif7y6gwx/512x384.jpg', 'https://html5.gamemonetize.com/rbv1ark3uzkenuaupn8m12lgif7y6gwx/', '0', 'Puzzles', 0, 0, '', 'beach-escape-'), (5400, 'Base Attack', 'Tom is serving in a special forces unit. Today in the Base Attack game you will be ordered to find and destroy various criminal groups. Take the challenge to invade the enemy captured territory and shoot all the guards one by one. Be quick otherwise they will fire back.', 'https://img.gamemonetize.com/x88awj0bsrl5fnt9c95b2u9a9bod35fe/512x384.jpg', 'https://html5.gamemonetize.com/x88awj0bsrl5fnt9c95b2u9a9bod35fe/', '0', 'Shooting', 0, 0, '', 'base-attack'), (5401, 'Among us imposter hour of reckoning', 'Do you like Among Us? This game is for you! Mock the traitor in different ways, accumulating points and unlocking new weapons to the rhythmic music! And the most persistent ones will get a surprise at the end!', 'https://img.gamemonetize.com/7qkorxbhxgj8f77r8jikz8psd48douzf/512x384.jpg', 'https://html5.gamemonetize.com/7qkorxbhxgj8f77r8jikz8psd48douzf/', '0', 'Hypercasual', 0, 0, '', 'among-us-imposter-hour-of-reckoning'), (5402, 'Greedy Snake Battle', 'The chameleon snake is a very interesting alternative game. In the game, the color of the stars will change every time the greedy snake controlled by the player eats the stars. Then we can only hit the obstacles with the same color as ourselves. Then we can eat the stars all the time and get longer. There are also interested friends come to experience it.', 'https://img.gamemonetize.com/i5ab7awts3r5qbrw2bisuufsma0xh8mb/512x384.jpg', 'https://html5.gamemonetize.com/i5ab7awts3r5qbrw2bisuufsma0xh8mb/', '0', 'Action', 0, 0, '', 'greedy-snake-battle'), (5403, 'LamborghiniParking3', 'Park your luxury car to the designated position, which requires superb control. Do you dare to challenge? Today, we came back to want park our luxury car. At the beginning of the game. Single person, double person and three person respectively. Park your luxury car in the designated parking space smoothly. Don\'t touch anything else. This game supports the phones. There is no multiplayer mode on the mobile terminal. You can play on the computer in multiplayer mode.enjoy your fully.', 'https://img.gamemonetize.com/bltnauh5b7uptbr1ezj2yncpeiac03jn/512x384.jpg', 'https://html5.gamemonetize.com/bltnauh5b7uptbr1ezj2yncpeiac03jn/', '0', 'Sports', 0, 0, '', 'lamborghiniparking'), (5404, 'Snacks Conveyor', 'Set the conveyor to move the candy into the box. We take a product from the left cell and drop it into the correct partition. The product can push out another product from the conveyor. We can increase the speed manually.', 'https://img.gamemonetize.com/qvkmd4g75ngutfhkf9wsc4iv4a6kxw69/512x384.jpg', 'https://html5.gamemonetize.com/qvkmd4g75ngutfhkf9wsc4iv4a6kxw69/', '0', 'Clicker', 0, 0, '', 'snacks-conveyor'), (5405, 'Defeat Virus', 'Start with a certain number of balls. Then you will click on the point, so the ball falls into position to break the glass and pass the level when all the glasses break. You will have to play again if you drop all the balls and don\'t break the glass.', 'https://img.gamemonetize.com/dwu8w1ek5ghun2c8g78f6q37koyu4cxo/512x384.jpg', 'https://html5.gamemonetize.com/dwu8w1ek5ghun2c8g78f6q37koyu4cxo/', '0', 'Clicker', 0, 0, '', 'defeat-virus'), (5406, 'Rise Of The Knight', 'Move the chess according to its rules. You will be teleported into other spins when moving into the vortex. You should also note that the opponent\'s chess move according to their rules. So if you place chess in their next move, you will be knocked down. Nevertheless, let\'s try our best to be the winner and proceed to the more difficult challenge.', 'https://img.gamemonetize.com/mkqirvc94yygoh2y5op46vfwwnmt0t0x/512x384.jpg', 'https://html5.gamemonetize.com/mkqirvc94yygoh2y5op46vfwwnmt0t0x/', '0', 'Clicker', 0, 0, '', 'rise-of-the-knight'), (5407, 'Bus Rush 2 Adventure', 'Bus Rush 2 is one of the most complete multiplayer racers for Android. Race along Rio de Janeiro and other scenarios. Drag to jump or swipe to move left or right, avoid hitting obstacles and compete with other users from around the world in multiplayer mode. Race around Rio and collect all the coins you can.', 'https://img.gamemonetize.com/pggn0ubsdaq777rc1lepcblxcg64vj2d/512x384.jpg', 'https://html5.gamemonetize.com/pggn0ubsdaq777rc1lepcblxcg64vj2d/', '0', 'Adventure', 0, 0, '', 'bus-rush---adventure'), (5408, 'Spider Hunt 3', 'At the start, you\'ll place a bomb in the bug\'s path, and the bomb explodes, killing the bug. Then you put bombs again and get more gifts to increase the effectiveness of destroying them. The game also has a time limit. When you kill all the bugs in the allotted time, you win and go to the next screen. Otherwise, you will lose and keep going through it until you succeed.', 'https://img.gamemonetize.com/izv342vxix5upd1yqe3flbmidl5tkuf4/512x384.jpg', 'https://html5.gamemonetize.com/izv342vxix5upd1yqe3flbmidl5tkuf4/', '0', 'Clicker', 0, 0, '', 'spider-hunt-'), (5409, 'Flipon', 'Flipon is a puzzle game which you will love for sure.', 'https://img.gamemonetize.com/61p91yzxnwmx144an0jnb3794wrv4h7o/512x384.jpg', 'https://html5.gamemonetize.com/61p91yzxnwmx144an0jnb3794wrv4h7o/', '0', 'Puzzles', 0, 0, '', 'flipon'), (5410, 'Princess Jewelry', 'Welcome to the most fashionable jewelry salon game! Make beautiful necklaces, bracelets, earrings, tiaras and many more with our jewelry making and design apps! Use your imagination and design the newest jewelry fashion for princesses !', 'https://img.gamemonetize.com/549h7a53fmwl9zx834ft9hvnjlvom3pc/512x384.jpg', 'https://html5.gamemonetize.com/549h7a53fmwl9zx834ft9hvnjlvom3pc/', '0', 'Girls', 0, 0, '', 'princess-jewelry'), (5411, 'Flappy Bird 2D game', 'play and win', 'https://img.gamemonetize.com/3wbcnsidqm9c3gixry8w9td0ikxnw950/512x384.jpg', 'https://html5.gamemonetize.com/3wbcnsidqm9c3gixry8w9td0ikxnw950/', '0', 'Clicker', 0, 0, '', 'flappy-bird-d-game'), (5412, 'Puzzle.oi', 'Puzzle.oi is a really fun game which you will really enjoy while playing it.', 'https://img.gamemonetize.com/z4qgd2a08qeqcxmxst1ujamn6syamefp/512x384.jpg', 'https://html5.gamemonetize.com/z4qgd2a08qeqcxmxst1ujamn6syamefp/', '0', 'Puzzles', 0, 0, '', 'puzzleoi'), (5413, 'The Royal Game of Ur', 'The Royal Game of Ur idea came from a really famous japonais game called The Royal Game', 'https://img.gamemonetize.com/3hoylqdw3yyg4sdrj6kq9zksswykgori/512x384.jpg', 'https://html5.gamemonetize.com/3hoylqdw3yyg4sdrj6kq9zksswykgori/', '0', 'Arcade', 0, 0, '', 'the-royal-game-of-ur'), (5414, 'Clear the Island', 'Clear the island of vegetation and be careful not to hit obstacles on your way. But sometimes you will have the opportunity to increase in size and destroy everything in its path.', 'https://img.gamemonetize.com/29ed7fkxoyfzzrr87bomxtqeg7yhujwm/512x384.jpg', 'https://html5.gamemonetize.com/29ed7fkxoyfzzrr87bomxtqeg7yhujwm/', '0', 'Hypercasual', 0, 0, '', 'clear-the-island'), (5415, 'Guess Word Game', 'Guess Word is a free online puzzle and word game for boys played on PuzzleGame. It\'s easy to play. You have six chances to guess words. The letter you guessed will change color to give you a hint. This tests your vocabulary. The game is simple and very suitable for players of all ages. Mobile, Tablet, and Desktop are playable! We have three modes for you. Challenge yourself!', 'https://img.gamemonetize.com/yu55cnnpr6tgl2wz4ax29l1s48zgovhc/512x384.jpg', 'https://html5.gamemonetize.com/yu55cnnpr6tgl2wz4ax29l1s48zgovhc/', '0', 'Boys', 0, 0, '', 'guess-word-game'), (5416, 'Fairy Woods Hidden Objects', 'In this relaxing game the main goal is to find all the lost objects in the fairy Woods! The only rule isthat You\'ve thirty seconds of time to complete each level! Suitable for everyone.', 'https://img.gamemonetize.com/pbbgyzdw4tw7tbn5bg0ip2w9ijcgb1t5/512x384.jpg', 'https://html5.gamemonetize.com/pbbgyzdw4tw7tbn5bg0ip2w9ijcgb1t5/', '0', 'Clicker', 0, 0, '', 'fairy-woods-hidden-objects'), (5417, 'Baby Taylor Christmas Reindeer Fun', 'Christmas is Taylor\'s favorite holiday, she loves Santa Claus and Santa\'s reindeer. Her biggest dream is to have a reindeer as a friend. Christmas is almost here this year, and Taylor will soon realize her dream! We are about to have a cute little reindeer! Let\'s take care of this little reindeer with Taylor!', 'https://img.gamemonetize.com/pgnz8mx5chpumlht3fm4r0qzh0ebzm7f/512x384.jpg', 'https://html5.gamemonetize.com/pgnz8mx5chpumlht3fm4r0qzh0ebzm7f/', '0', 'Girls', 0, 0, '', 'baby-taylor-christmas-reindeer-fun'), (5418, 'Games Of A Pic', '‘Games of a Pic’ is an unusual but interesting game in which you start game with a photo. At the first step you repair the photo. On second level, you play a hidden object game. Then to test your observation skill there is a quiz game. The fourth game of this photo is a spot the difference game. On fifth and sixth position, you will find some more interesting games. Just explore the series of mini games made on a single photo.', 'https://img.gamemonetize.com/uiae9vmypuu3q4vasa515iyzl8nkmun0/512x384.jpg', 'https://html5.gamemonetize.com/uiae9vmypuu3q4vasa515iyzl8nkmun0/', '0', 'Puzzles', 0, 0, '', 'games-of-a-pic'), (5419, 'Super Bouncy Egg', 'Welcome to the Super Bouncy Egg game. In this bouncy physics game, you have to bounce your egg into the Goal using spring, conveyor belts, and walls. Avoid the TNT and think smart to solve it! Super Bouncy Egg has 30 tricky puzzle levels play and have fun', 'https://img.gamemonetize.com/n52xxp1v34wmpk4beka1gl6dyhaqo8r8/512x384.jpg', 'https://html5.gamemonetize.com/n52xxp1v34wmpk4beka1gl6dyhaqo8r8/', '0', 'Puzzles', 0, 0, '', 'super-bouncy-egg'), (5420, 'Friends Fat To Fit Day', 'Both girls love beauty, recently they find their weight is growing, so they decide to lose weight. Can you help them? First of all, help them put on sports clothes. Then start exercising and finish with a diet. With your help, they will become the most beautiful girls!', 'https://img.gamemonetize.com/um7lp393aen5htiez35pw8ezcmy4f4y7/512x384.jpg', 'https://html5.gamemonetize.com/um7lp393aen5htiez35pw8ezcmy4f4y7/', '0', 'Girls', 0, 0, '', 'friends-fat-to-fit-day'), (5421, 'Colors Domination', 'Colors Domination is a free leisure puzzle online game played on PuzzleGame for boys. In the game, there are many squares of different colors combined together for you to fill in the same colors. The goal is to fill the entire board with one color. I guess it\'s easy for you. Are you ready to try it now? Play it on Mobile, Tablet, or Desktop.', 'https://img.gamemonetize.com/qj90udwf2i8dja28u8rbpxx7vcki08eg/512x384.jpg', 'https://html5.gamemonetize.com/qj90udwf2i8dja28u8rbpxx7vcki08eg/', '0', 'Boys', 0, 0, '', 'colors-domination'), (5422, 'Super Kick 3D World Cup', 'Super Kick 3D: World Cup is a casual soccer game where you don\'t need to grab the ball with other players. You will have your own playing field to test your skills. You just have to figure out how to kick the ball into the goal. But there will be a goalie to get in your way, so it\'s up to you to figure out how to do it. Are you ready?', 'https://img.gamemonetize.com/gtmfomsbmofygx67d5wr1dnisdhmvg1l/512x384.jpg', 'https://html5.gamemonetize.com/gtmfomsbmofygx67d5wr1dnisdhmvg1l/', '0', 'Arcade', 0, 0, '', 'super-kick-d-world-cup'), (5423, 'Happy Filled Glass Game', 'Happy Filled Glass is a free online puzzle game for boys played on a puzzle game. Draw with a pencil the optimal way to make the glass fill up with liquid. The less ink you spend, the higher your score. Can you get three stars? If you\'re really stuck, you can always ask for a hint. Mobile, Tablet, and Desktop are playable. What are you waiting for? Challenge your brain with this game right now!', 'https://img.gamemonetize.com/xdpeldwwaocopnxk3z6alrtfiixtka5l/512x384.jpg', 'https://html5.gamemonetize.com/xdpeldwwaocopnxk3z6alrtfiixtka5l/', '0', 'Boys', 0, 0, '', 'happy-filled-glass-game'), (5424, 'Impossible 10', 'Impossible 10 is a classic logic puzzle online game for boys for free. It combines elements such as numbers and matching. If you like Sudoku, crossword puzzles, matching, or any others, this game is perfect for you. The rules are very simple: Find two or more blocks with the same number that are near each other, then tap and merge them. Mobile, Tablet, Desktop are playable. Try to reach number 10!', 'https://img.gamemonetize.com/61jjn7pgssfgx1oy967tmy2u5cem9oix/512x384.jpg', 'https://html5.gamemonetize.com/61jjn7pgssfgx1oy967tmy2u5cem9oix/', '0', 'Boys', 0, 0, '', 'impossible-'), (5425, 'Traffic Run Puzzle', 'Traffic Run Puzzle is a popular car merge and racing simulator game. All Players can enjoy this game free online. Buy cars to merge, high-level cars can earn more money. Take it to the road to race, and watch out for other cars. Classic game-playing mode and car-driving content. Dear traffic cop, come to help them get through the intersection!', 'https://img.gamemonetize.com/a1iyxlib15f20topu7tv34tl24e8imyg/512x384.jpg', 'https://html5.gamemonetize.com/a1iyxlib15f20topu7tv34tl24e8imyg/', '0', 'Boys', 0, 0, '', 'traffic-run-puzzle'), (5426, 'Triangle Run', 'Play Triangle Run a Hyper casual game that will make your head spin! Just press and hold once on the screen and the triangle changes direction as soon as you release the button the triangle returns to the initial direction as the world rotates around you! So try to complete the impossible level and try to get the best possible record! It sounds easy but instead it will be a tough task! Enjoy Triangle run!', 'https://img.gamemonetize.com/hh0b4hjo7nx6qx4gasf2hl6zzcpkupg9/512x384.jpg', 'https://html5.gamemonetize.com/hh0b4hjo7nx6qx4gasf2hl6zzcpkupg9/', '0', 'Hypercasual', 0, 0, '', 'triangle-run'), (5427, 'Truck Offroad 4x4 Heavy Drive', 'The thrill of 4x4 hill car driving in jeep games 4x4 lies in adding a new dimension to the objectives of offroad racing 3D and reviving the spirit of the original offline racing games. The journey, which may begin with hill adventures in tasks of 4x4 offroad jeep driver games, is progressively more brutal as you take on the role of the driver in jeep games 4x4.', 'https://img.gamemonetize.com/07yuz5pxdc3h4yg5j1cd16qadqxvyshg/512x384.jpg', 'https://html5.gamemonetize.com/07yuz5pxdc3h4yg5j1cd16qadqxvyshg/', '0', 'Racing', 0, 0, '', 'truck-offroad-x-heavy-drive'), (5428, 'Draw Two Save Save the man', 'Draw Two Save: Save the man is an attractive game for all ages. All you have to do is use your wisdom to save the stickman. You will face different predicaments, you have to draw a protective circle to prevent the stickman from getting into danger. Are you ready to challenge it?', 'https://img.gamemonetize.com/7qe50x7n2wc2q9h1m3lvnpomxmsniuls/512x384.jpg', 'https://html5.gamemonetize.com/7qe50x7n2wc2q9h1m3lvnpomxmsniuls/', '0', 'Puzzles', 0, 0, '', 'draw-two-save-save-the-man'), (5429, 'Abandoned Room Hidden Numbers', 'Find all the numbers in the pictures. Good luck!', 'https://img.gamemonetize.com/abb89m3yr6ixlvaup3h4f2okifwq8hle/512x384.jpg', 'https://html5.gamemonetize.com/abb89m3yr6ixlvaup3h4f2okifwq8hle/', '0', 'Puzzles', 0, 0, '', 'abandoned-room-hidden-numbers'), (5430, 'Lines 10x10', 'Move the balls to empty spaces to create a horizontal, vertical or diagonal line of 5 or more balls of the same color.', 'https://img.gamemonetize.com/idulilg0gvq7tbn88qseguhvdlzh8re5/512x384.jpg', 'https://html5.gamemonetize.com/idulilg0gvq7tbn88qseguhvdlzh8re5/', '0', 'Puzzles', 0, 0, '', 'lines-x'), (5431, 'Survival Snowman', '"Survival Snowman" is a free online game that challenges players to help a snowman survive in a cold environment. Players must use their strategic and resourceful thinking to keep the snowman alive for as long as possible. "Survival Snowman" is a great game for players who enjoy puzzles and strategy games.', 'https://img.gamemonetize.com/025vgc8fgnh6om8a7qkg92gl1p73kpg0/512x384.jpg', 'https://html5.gamemonetize.com/025vgc8fgnh6om8a7qkg92gl1p73kpg0/', '0', 'Arcade', 0, 0, '', 'survival-snowman'), (5432, 'Kaomoji Match Master', 'Kaomoji Match Master is an online game that challenges you to match kaomoji characters in the shortest time possible. Kaomoji Match Master, the online matching game that challenges you to find the perfect emoticon for every situation! With over 1000 different kaomoji to choose from, you\'re sure to find the right one for every occasion.', 'https://img.gamemonetize.com/20qw1i8iard5kf2t4m9egwv898qqb3gw/512x384.jpg', 'https://html5.gamemonetize.com/20qw1i8iard5kf2t4m9egwv898qqb3gw/', '0', 'Puzzles', 0, 0, '', 'kaomoji-match-master'), (5433, 'UNDER THE SEA', 'Under the sea e um jogo pra você vencer os obstáculos que é criado no jogo colete o maximo de moedas e desbloqueio novos peixe com velocidades diferentes. cuidado com o passar do tempo a velocidade os objetos aumenta', 'https://img.gamemonetize.com/8a7xoxoxz1tqw7lzzz1udyr96el1ulm2/512x384.jpg', 'https://html5.gamemonetize.com/8a7xoxoxz1tqw7lzzz1udyr96el1ulm2/', '0', 'Hypercasual', 0, 0, '', 'under-the-sea'), (5434, 'Murder Be The King', 'Murder is a fun assassination game. Creep up behind the king and take him out quickly and quietly. Be careful – if he catches you, it’s off to the dungeon with you! Play Murder and experience what life is like for the typical scheming vizier. If you succeed, you’ll be the new king – but be careful, your adviser is after your crown! Experience Murder online right from your browser and test your observation and reaction skills. You can play Murder for free, but a wrong move will cost you your life.', 'https://img.gamemonetize.com/0zr72bff00rfscgi5s3mdqk0n3f4ispm/512x384.jpg', 'https://html5.gamemonetize.com/0zr72bff00rfscgi5s3mdqk0n3f4ispm/', '0', 'Boys', 0, 0, '', 'murder--be-the-king'), (5435, 'Funny Haircut', 'Funny Haircut is a hairstyling game where you give your customers unique haircuts in your salon. Wash your customer\'s hair and clean it first, then use your professional hairdressing equipment such as curlers, straighteners, dryers, dyes, and hairspray to give them a fresh hairdo. The hair physics in this game is so realistic that you will feel like a natural hairstylist. We trust you to make your customers look unrecognizable. Let your hair down and enjoy the hilarious Funny Haircut!', 'https://img.gamemonetize.com/rh1klnp2sz1js38p9cmmxbvnnaiflatl/512x384.jpg', 'https://html5.gamemonetize.com/rh1klnp2sz1js38p9cmmxbvnnaiflatl/', '0', 'Girls', 0, 0, '', 'funny-haircut'), (5436, 'Anycolor', 'Any color is a coloring game where you use unique color palettes to fill up the sections in a variety of pre-designed drawings. The game gives you full control over how and where you want to use each color, so the possibilities are endless. Make use of the fill tool and the brush to customize each painting like no other. There are drawings of animals, humans, food, vehicles, and even abstract ideas! The list of drawings is constantly updated, so you will occasionally find new ones to work on. There are also extra palettes that you can unlock, so make sure to explore the color menu to explore it. Don\'t forget to download your art after you\'re done coloring them. And make sure to share Any color with your friends and show off your creations!', 'https://img.gamemonetize.com/9xb3kw8w66u3sihl4em6y9jqygtp8q60/512x384.jpg', 'https://html5.gamemonetize.com/9xb3kw8w66u3sihl4em6y9jqygtp8q60/', '0', 'Girls', 0, 0, '', 'anycolor'), (5437, 'Best Doctor In Animal World', 'Panda is a famous doctor in the animal world. When each one is sick, will go to the panda\'s hospital to see a doctor. Today panda works hard as usual. There are 3 animals on the list, a Mr. lion, a baby bear, and a baby penguin. Can you help doctor panda to cure all the patients? Try making them healthy and happy.', 'https://img.gamemonetize.com/sx0fwep5vr49pm46cjlrithnlxkt4ibz/512x384.jpg', 'https://html5.gamemonetize.com/sx0fwep5vr49pm46cjlrithnlxkt4ibz/', '0', 'Girls', 0, 0, '', 'best-doctor-in-animal-world'), (5438, 'Jungle Doctor', 'The jungle is a perilous place, full of unknown viruses and undiscovered species. Many animals living in the wilderness are sick because of the humid environment. Come and help these poor animals treat their injured parts, for example, Elephant\'s noses and fox ears, carefully remove the parasitic viruses, and clean their injured parts, are you ready to be a qualified jungle doctor? Honey, don\'t sit idly by when the animals really need help. You are the savior they are longing for with kindness and excellent medical skills. Jungle Doctor, please buckle up and venture into the forest!', 'https://img.gamemonetize.com/e663ig6vw8u3h8hk5kb9dds6vpmb3o44/512x384.jpg', 'https://html5.gamemonetize.com/e663ig6vw8u3h8hk5kb9dds6vpmb3o44/', '0', 'Girls', 0, 0, '', 'jungle-doctor'), (5439, 'Sisters Bunk Bed Design', 'Sisters, Elsa and Anna want to have a beautiful bunk bed in their bedroom, could you help them to choose one and install it? Then, the most important step is that customize the bunk bed! Select colors you like or design patterns to paint the bed. Now, it\'s time to go to bed! Please dress them up!', 'https://img.gamemonetize.com/sw2ohyyz0321bsds0576fuj71b81yjzp/512x384.jpg', 'https://html5.gamemonetize.com/sw2ohyyz0321bsds0576fuj71b81yjzp/', '0', 'Girls', 0, 0, '', 'sisters-bunk-bed-design'), (5440, 'DeathTrap Dungeon', 'DeathTrap Dungeon is a maze game mix with action and adventure.', 'https://img.gamemonetize.com/ew78j3cgjrcn3358kbi9c0jpvmyiey5d/512x384.jpg', 'https://html5.gamemonetize.com/ew78j3cgjrcn3358kbi9c0jpvmyiey5d/', '0', 'Adventure', 0, 0, '', 'deathtrap-dungeon'), (5441, 'fall guys oi', 'fall guys is really famous game which we all enjoy while playing it.', 'https://img.gamemonetize.com/x0q5cgcctgd0z8ljrpk5znoqg0v18uv5/512x384.jpg', 'https://html5.gamemonetize.com/x0q5cgcctgd0z8ljrpk5znoqg0v18uv5/', '0', '3D', 0, 0, '', 'fall-guys-oi'), (5442, 'Police Bus Parking Game 3D', 'Do you love to play US police bus parking games? Get the new edition of police bus driving games to enjoy driving one of the best police game.', 'https://img.gamemonetize.com/4cvkaweoixz8safnh5awkq4tmog6ojtu/512x384.jpg', 'https://html5.gamemonetize.com/4cvkaweoixz8safnh5awkq4tmog6ojtu/', '0', 'Racing', 0, 0, '', 'police-bus-parking-game-d'), (5443, 'Head Sports Soccer', 'Do your best to earn scores against your opponents and win the matches! This is a head sports game which is a simplified version of football game. Before each game, you can choose your character and then customize its appearance and other features of the game like playground, weather, AI difficulty, match duration and etc. The rest is simple! You have four buttons to control your character and earn scores against your opponent. Two keys are for moving, one is for jumping and the other one is for kicking the ball with your foot or head', 'https://img.gamemonetize.com/mxg4u39zgocq4san446v7gwqow7m3fiu/512x384.jpg', 'https://html5.gamemonetize.com/mxg4u39zgocq4san446v7gwqow7m3fiu/', '0', 'Sports', 0, 0, '', 'head-sports-soccer'), (5444, 'US Police Bus Parking', 'Police Bus Parking Game 2022 - Experience The New Adventure in Police Bus Games 2022 It is a common perception that Police Bus games 2022 are all about racing games only. With the advancement of technology, developers have explored new and exciting phases of these games. Police Bus Parking game 2022 is the new face of adventure.', 'https://img.gamemonetize.com/xqt2zh6o0b51rkxley2rbgg349s30lw7/512x384.jpg', 'https://html5.gamemonetize.com/xqt2zh6o0b51rkxley2rbgg349s30lw7/', '0', 'Racing', 0, 0, '', 'us--police-bus-parking'), (5445, 'Head Sport Basketball', 'Do your best to earn scores against your opponents and win the matches! This is a head sports game which is a simplified version of basketball game. Before each game, you can choose your character and then customize its appearance and other features of the game like playground, weather, AI difficulty, match duration and etc. The rest is simple! You have four buttons to control your character and earn scores against your opponent. Two keys are for moving, one is for jumping and the other one is for kicking the ball with your foot or head.', 'https://img.gamemonetize.com/e0urtq2lpo8128fr0akdtbdfos2pyldk/512x384.jpg', 'https://html5.gamemonetize.com/e0urtq2lpo8128fr0akdtbdfos2pyldk/', '0', 'Sports', 0, 0, '', 'head-sport-basketball'), (5446, 'Megalodon', 'It is a small game of shark swallowing type. Here, players control your sharks and constantly carry out your swallowing tasks. There will be many fishing boats waiting for you to attack. Every time you attack, you will get a score. But you must ensure that the fishing boat will be shot down and someone will come down. You must eat this person. This score will be more. This is a game of timely combat, which is very exciting and exciting.', 'https://img.gamemonetize.com/2ltgbb3msga81btecqgq838tfmemjzj7/512x384.jpg', 'https://html5.gamemonetize.com/2ltgbb3msga81btecqgq838tfmemjzj7/', '0', 'Action', 0, 0, '', 'megalodon'), (5447, 'Three Peaks Solitaire Egypt', 'Pyramid Solitaire is simple and addictive game for one player, which goal is to get rid of all the cards on the table, with the help of certain rules. Can you win all levels?', 'https://img.gamemonetize.com/wp9i3d17x8qn9xkjmebyxqgknkk0whrz/512x384.jpg', 'https://html5.gamemonetize.com/wp9i3d17x8qn9xkjmebyxqgknkk0whrz/', '0', 'Puzzles', 0, 0, '', 'three-peaks-solitaire--egypt'), (5448, 'Bubble Pirates Mania', 'Enjoy this Bubble shooter fun game. Shoot and match 3 colorful bubbles to pop them! Whether you want a simple game to pass or playing for long time, this is the right game for you.', 'https://img.gamemonetize.com/1r79vwziby9uug3iuxtyjdtmbqd47qfr/512x384.jpg', 'https://html5.gamemonetize.com/1r79vwziby9uug3iuxtyjdtmbqd47qfr/', '0', 'Puzzles', 0, 0, '', 'bubble-pirates-mania'), (5449, 'Winter Connect', 'Winter connect is a fun to play tile connect game. You need to connect two identical tiles. The Connecting Line between two matching blocks can have only two turns. Make connections between the matching tiles while you fight to keep up with the clock. Can you clear the board before time runs out?', 'https://img.gamemonetize.com/67bijziviarduuzy5yzy4y6ypnvxrf1y/512x384.jpg', 'https://html5.gamemonetize.com/67bijziviarduuzy5yzy4y6ypnvxrf1y/', '0', 'Puzzles', 0, 0, '', 'winter-connect'), (5450, 'Magic Show Memory', 'Click a card to reveal the Magician’s item on it. Memorize it so that you can match to similar item. Match all of the cards on the board to complete the level. Complete all 15 levels to win this game.', 'https://img.gamemonetize.com/o6dzajig0182o1yomav2xi6deik6rxbp/512x384.jpg', 'https://html5.gamemonetize.com/o6dzajig0182o1yomav2xi6deik6rxbp/', '0', 'Puzzles', 0, 0, '', 'magic-show-memory'), (5451, 'Xmas Gifts Chain', 'Xmas gifts chain is a simple chain connect game in which you need to collect all the gifts from the board while connecting all the blocks. Start from the start block and chain all the blocks till you reach to last block.', 'https://img.gamemonetize.com/qs3vq9q3w8nnj86vss8gua9o3wt05451/512x384.jpg', 'https://html5.gamemonetize.com/qs3vq9q3w8nnj86vss8gua9o3wt05451/', '0', 'Puzzles', 0, 0, '', 'xmas-gifts-chain'), (5452, 'Pop It Xmas', 'Pop all of the bubbles on the fidget popper to complete a level. You can pop only that bubble which sparks gift. Early you pop the target bubble, more score points will get. If you can’t pop that bubble while gift is sparking then your score will reduce by 50 points. Popping a wrong bubble will subtract your score by 100 points.', 'https://img.gamemonetize.com/kjrq6atrywdpjt57uw6jw29v5k1y6u4o/512x384.jpg', 'https://html5.gamemonetize.com/kjrq6atrywdpjt57uw6jw29v5k1y6u4o/', '0', 'Puzzles', 0, 0, '', 'pop-it-xmas'), (5453, ' Stickman Prison Warriors ', 'An exiting game about a stickman escape from prison. A stickman is framed and imprisoned, but he never gives up and plans to self-salvation. Persevere, day after day, year after year. Hope can set him free. Finally, he can take the breath of freedom.', 'https://img.gamemonetize.com/ef5utfw1l3drq2dfojdsef2cc0clga6t/512x384.jpg', 'https://html5.gamemonetize.com/ef5utfw1l3drq2dfojdsef2cc0clga6t/', '0', 'Puzzles', 0, 0, '', '-stickman-prison-warriors-'), (5454, 'Cargo Simulator 2023', 'Deliver your customers cargo safely within the time given to you with 5 different cargo vehicles and earn points. With your accumulated Points, you can buy different vehicles and enjoy unlimited fun.', 'https://img.gamemonetize.com/quw5sec8djq6r2h04z3jr2izfprxpaie/512x384.jpg', 'https://html5.gamemonetize.com/quw5sec8djq6r2h04z3jr2izfprxpaie/', '0', 'Racing', 0, 0, '', 'cargo-simulator-'), (5455, 'Santa Roll', 'Help Sant to collect all candy! After press/touch left or right on screen to get him into the north pole hole! Control a Crazy Santa and try to collect all candy that you see on the screen! Complete all levels and enjoy this funny christmas puzzle game!', 'https://img.gamemonetize.com/t2yxni8utiqojqq5safnpu0v03lx29tf/512x384.jpg', 'https://html5.gamemonetize.com/t2yxni8utiqojqq5safnpu0v03lx29tf/', '0', 'Puzzles', 0, 0, '', 'santa-roll'), (5456, 'HuggyBros Christmas', 'Are you ready for the Huggy brothers Christmas adventure? they are waiting for you on this adventure, collect points, buy beautiful costumes, collect all the costumes. Be careful, don\'t touch the sharp thorns or the sharp spinning wheels while collecting the Christmas candies. Reach the door together but don\'t forget to take the key. Don\'t go to the door without the key, but the door won\'t open!', 'https://img.gamemonetize.com/adbi4ohat9jz35qmphz3rdsf9tr3uypn/512x384.jpg', 'https://html5.gamemonetize.com/adbi4ohat9jz35qmphz3rdsf9tr3uypn/', '0', 'Arcade', 0, 0, '', 'huggybros-christmas'), (5457, 'Bouncy Santa Claus', 'Bouncy Santa Claus is super fun jumping game that you can play Online & Unblocked for free. No download needed to play!. You need to guide our lovely Santa Claus all the way to the goal and deliver the christmas gifts. Some platforms will disappear when touched. Have fun playing.', 'https://img.gamemonetize.com/8tfvu3aj61a7q45lq76408ezltj4ycgx/512x384.jpg', 'https://html5.gamemonetize.com/8tfvu3aj61a7q45lq76408ezltj4ycgx/', '0', 'Puzzles', 0, 0, '', 'bouncy-santa-claus'), (5458, 'Woodturning Studio', 'In the Woodturning Studio game, sample wood is shaped with different wood carving knives. After wood carving, you can color the wood and apply varnish to it. Turn your imagination into wood art with this game. In the final scene, you can save your wood artwork to your phone / tablet gallery. Game Features; - Just swipe wood and create shapes - Unlimited combinations with different wood carving tools - Coloring, polishing and matting tools - You can save your artwork as an image.', 'https://img.gamemonetize.com/ml3n9lwl4ywz4d8ifim8jgtr9mgvdmiy/512x384.jpg', 'https://html5.gamemonetize.com/ml3n9lwl4ywz4d8ifim8jgtr9mgvdmiy/', '0', 'Hypercasual', 0, 0, '', 'woodturning-studio'), (5459, 'Hurdles Heroes', 'Running heroes continue with the new tournament. You are going to races in different parts of the world for the Hurdles tournament. Accelerate by jumping the hurdles at the last moment! Compete on a total of 7 continents and be the winner of the tournament by finishing first in all of them. You can participate in tournaments as 1 Player or 2 Player. Let the races begin!', 'https://img.gamemonetize.com/aofk8oii91an1gz1brh8eygd4xgjvqpy/512x384.jpg', 'https://html5.gamemonetize.com/aofk8oii91an1gz1brh8eygd4xgjvqpy/', '0', 'Sports', 0, 0, '', 'hurdles-heroes'), (5460, 'Mad Dentist Fun Doctor Game', 'Candies, candies, kids love candies. However, children never think of the pain of toothache when they eat sweets. Come to Mad Dentist to experience the process of dental diagnosis and treatment. In this dentist game, you will encounter various dental problems of toothache patients. Clean teeth and solve these dental problems for children, let them feel the pain of a toothache, remember this lesson so that children will be restrained when eating sweets in the future. How angry the dentist is that the children are not taking good care of their teeth!', 'https://img.gamemonetize.com/bp1ez92s0mq5fe5okqqdj7debwrb876e/512x384.jpg', 'https://html5.gamemonetize.com/bp1ez92s0mq5fe5okqqdj7debwrb876e/', '0', 'Girls', 0, 0, '', 'mad-dentist--fun-doctor-game'), (5461, 'Learn To Draw Glow Cartoon', 'Learn To Draw Glow Cartoon is regarded as both a drawing and coloring game that is made from three-dimensional game art animation. It is managed for you to draw Character, Hero, and Animal modes at first. You could draw the patterns and color them. Glad you will entertain with Learn To Draw Glow Cartoon!', 'https://img.gamemonetize.com/xdbdr0znjidud6wqy4px11bw9yu0nbkd/512x384.jpg', 'https://html5.gamemonetize.com/xdbdr0znjidud6wqy4px11bw9yu0nbkd/', '0', 'Girls', 0, 0, '', 'learn-to-draw-glow-cartoon'), (5462, 'Monster Truck Car Repair & Fix', 'Do you want to be a car designer? Do you want to design the most unique cars in the world for BMW and Mercedes-Benz? The Monster Truck Repairing game can meet all your needs. You need to repair the damaged vehicle, and then use your imagination to paint the car and draw beautiful patterns. This is a difficult challenge, if you are a favorite Player of car games, don\'t miss this game, if you like this game, don\'t forget to share it with your friends!', 'https://img.gamemonetize.com/88cyjlq78o6kbjdnqgdhmcaxdwmhds45/512x384.jpg', 'https://html5.gamemonetize.com/88cyjlq78o6kbjdnqgdhmcaxdwmhds45/', '0', 'Girls', 0, 0, '', 'monster-truck-car-repair-amp-fix'), (5463, 'Baby Tailor Shop Clothes Maker', 'The annual Paris Fashion Week event is about to begin. As a well-known fashion designer, you need to design more and more fashionable clothes and cut out basic styles. Apart from this year\'s fashion week, today\'s theme is Baby. So all clothes must be related to Baby. You can display the clothes you just cut in your closet, or you can sell them to customers in need, if you want to become a qualified tailor, don\'t miss this game!', 'https://img.gamemonetize.com/rcq6fyoemnv1l1xe9lsyku39mt5xucly/512x384.jpg', 'https://html5.gamemonetize.com/rcq6fyoemnv1l1xe9lsyku39mt5xucly/', '0', 'Girls', 0, 0, '', 'baby-tailor-shop--clothes-maker'), (5464, 'Endless Car Driving Zombie Zmash', 'It\'s a race against time to see how far you can travel while avoiding other vehicles and obstacles. You can select your ride and spruce it up in Zombie Legion. You may put your spin on your ride by customizing its armour and weapons. In addition, the shop sells the latest models of cars. Get as many coins as possiblekill whichever zombies you come across, and improve your vehicle in this fantastic game.', 'https://img.gamemonetize.com/h6csf10nw6wvrunvq6s7gxxa568726u5/512x384.jpg', 'https://html5.gamemonetize.com/h6csf10nw6wvrunvq6s7gxxa568726u5/', '0', 'Racing', 0, 0, '', 'endless-car-driving-zombie-zmash'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (5465, 'MonkeyMartGame', 'Monkey Mart is an idle/management game made by TinyDobbins. You control a cute monkey character that just created their supermarket. Plant fruits, move around from station to station to fill the stands with bananas or corn, or more. Clients will pick them up and wait for you at the cashier desk. You can upgrade your character, unlock new work stations, or even recruit other workers to help you manage the store !', 'https://img.gamemonetize.com/ugi7ftbv2kgodcq7vful9u9v34wein5z/512x384.jpg', 'https://html5.gamemonetize.com/ugi7ftbv2kgodcq7vful9u9v34wein5z/', '0', 'Racing', 0, 0, '', 'monkeymartgame'), (5466, 'Ronaldo Coloring Book', 'Ronaldo Coloring Book is super fun coloring game that you can play online for free. No download needed! Play Ronaldo Coloring Book direct in your favorite browser or any mobile device. Have fun coloring.', 'https://img.gamemonetize.com/rrqswn3jiqaz3nt0qu5cq47bgil9tfu9/512x384.jpg', 'https://html5.gamemonetize.com/rrqswn3jiqaz3nt0qu5cq47bgil9tfu9/', '0', 'Hypercasual', 0, 0, '', 'ronaldo-coloring-book'), (5467, 'Dora Find 5 Differences', 'Dora Find 5 Differences is super fun and free to play kids game where you need to find 5 differences between Dora images to enter a new level. Simply click on the difference you find and clear all 10 levels. Have fun playing.', 'https://img.gamemonetize.com/417q9bjx6y2nbrzesra77gl0sz930ysm/512x384.jpg', 'https://html5.gamemonetize.com/417q9bjx6y2nbrzesra77gl0sz930ysm/', '0', 'Girls', 0, 0, '', 'dora-find--differences'), (5468, 'Yui Christmas Adventure', 'Yui Christmas Adventure is a 2D Christmas themed platformer where you play as an anime girl called Yui, who have to collect all of the candies while avoiding the snow monsters, ground saws, spikes and reach the blue flag in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/lsadxa603mei0trd3vum3ie5c3t9o1rq/512x384.jpg', 'https://html5.gamemonetize.com/lsadxa603mei0trd3vum3ie5c3t9o1rq/', '0', 'Arcade', 0, 0, '', 'yui-christmas-adventure'), (5469, 'Santa Christmas Workshop', 'Santa Christmas Workshop is a very popular game. On Christmas Eve, Santa Claus often flies from his home to deliver toys to children. Before Christmas Eve, Santa and elves make toys by themselves. Want to know what toys they are making now? Click this game and you will find out the answer. Have a good time!', 'https://img.gamemonetize.com/g3kdtfsxm5fob1apk3a0ej2a4srx49u5/512x384.jpg', 'https://html5.gamemonetize.com/g3kdtfsxm5fob1apk3a0ej2a4srx49u5/', '0', 'Girls', 0, 0, '', 'santa-christmas-workshop'), (5470, 'Poppy Flappy Time', 'Welcome to Poppy Flappy Time! This game is similar to the famous Flappy Bird game. Tap or click to fly the jetpack and try to pass between tubes without touching them to get a high score! Can you do it ?', 'https://img.gamemonetize.com/0s00fvwu7ghxiujp4eqi3jtno5orcwu9/512x384.jpg', 'https://html5.gamemonetize.com/0s00fvwu7ghxiujp4eqi3jtno5orcwu9/', '0', 'Clicker', 0, 0, '', 'poppy-flappy-time'), (5471, 'Tetri$', 'Play Tetris for Highscore...Win DOGE....Withdraw', 'https://img.gamemonetize.com/qt913c5wg7eeigvdmbawr20z4329l4lr/512x384.jpg', 'https://html5.gamemonetize.com/qt913c5wg7eeigvdmbawr20z4329l4lr/', '0', 'Puzzles', 0, 0, '', 'tetri'), (5472, 'FROGTASTIC Zumba', 'Eliminate all of the balls rolling along the track before they fall into the hole.', 'https://img.gamemonetize.com/tr17f3bf9mo4gp7kxdn1buatp1q4ymrb/512x384.jpg', 'https://html5.gamemonetize.com/tr17f3bf9mo4gp7kxdn1buatp1q4ymrb/', '0', 'Clicker', 0, 0, '', 'frogtastic-zumba'), (5473, 'Slot Machine The Fruit', 'You have the best chances of winning at the “Hot Fruits†slot machine. So, what are you waiting for? Get that win combination now. Five paylines across five reels in the regular game provide you with the perfect chance to win Twists.', 'https://img.gamemonetize.com/haz2w1i361txqsy34zs07gcvqs8ciclq/512x384.jpg', 'https://html5.gamemonetize.com/haz2w1i361txqsy34zs07gcvqs8ciclq/', '0', 'Puzzles', 0, 0, '', 'slot-machine-the-fruit'), (5474, 'Sausage Party', 'This is an interesting action pass game, which is sure to bring you a leisurely game experience. In the game, players need to use rolling sausages to complete the pass. After finishing the pass, they can get the corresponding gold coins. There are many rewards.', 'https://img.gamemonetize.com/hzsmzhd2gykun6h79b85z0mjm7a0kdzn/512x384.jpg', 'https://html5.gamemonetize.com/hzsmzhd2gykun6h79b85z0mjm7a0kdzn/', '0', 'Action', 0, 0, '', 'sausage-party'), (5475, 'Airplane Racer Game', 'Do you have a fast reflex action? "Plane Racer" is a fast pace endless race game that you can show your reflex skills. Ride a space racer to dive into an uncharted planet, You will need to dodge different kinds of obstacles, moving objects, traps, and grab item for high score', 'https://img.gamemonetize.com/53usxr02ko06f0zswch0smmkfn1z5tre/512x384.jpg', 'https://html5.gamemonetize.com/53usxr02ko06f0zswch0smmkfn1z5tre/', '0', 'Arcade', 0, 0, '', 'airplane-racer-game'), (5476, 'Funny War 2D', 'A 2D war game that you can play with bots or real players. Be careful because they are very skilled war with bot', 'https://img.gamemonetize.com/b7iebnsezf0exkqyf2plmwbxyysttdu1/512x384.jpg', 'https://html5.gamemonetize.com/b7iebnsezf0exkqyf2plmwbxyysttdu1/', '0', 'Multiplayer', 0, 0, '', 'funny-war-d'), (5477, 'My Car Wash Game', 'It’s time to show your skills of car wash, selling and buying strategies with the most amazing my car wash repair garage and also do lots of exciting activities at the auto workshop station. Give beauty makeover to your vehicles and try to earn good profit in real car wash.', 'https://img.gamemonetize.com/x0mocjwe1fn2lha958yt0artlxlac845/512x384.jpg', 'https://html5.gamemonetize.com/x0mocjwe1fn2lha958yt0artlxlac845/', '0', 'Hypercasual', 0, 0, '', 'my-car-wash-game'), (5478, 'Cant Run', 'This Game awesome and challenging endless runner', 'https://img.gamemonetize.com/av0z6plowfjtkc2oxobgv658qw0nwgpc/512x384.jpg', 'https://html5.gamemonetize.com/av0z6plowfjtkc2oxobgv658qw0nwgpc/', '0', 'Hypercasual', 0, 0, '', 'cant-run'), (5479, 'Drunken Duel 2 Players', 'Drunken Duel is an entertaining western game with physics-based one-button control that can be played as two people and one person. In the game, two drunk rag dolls duel. The game rules are very simple, you must first choose which mode you will play. If you want to play the game alone, you should choose 1 player mode. When you select this mode, the computer will match you with a bot playing at random difficulty, each game consists of five matches, to score points in each match, you must lower your opponent\'s energy level and maintain your own energy level. whose energy is reset first loses and his opponent scores and wins the game with a total of five points.', 'https://img.gamemonetize.com/sduudlvzhi5rn8g4jqg0ldjyoyypnce7/512x384.jpg', 'https://html5.gamemonetize.com/sduudlvzhi5rn8g4jqg0ldjyoyypnce7/', '0', '2 Player', 0, 0, '', 'drunken-duel--players'), (5480, 'Flappy Haggy Waggy', 'In this game you can play with a Flappy Haggy Waggy! Just Tap to fly and try to pass across the robot poppy hands without touching them. Collect all medals and try to sign your personal highest score. Enjoy it!', 'https://img.gamemonetize.com/msdqvw90v1zxcn72gtpgwj0u028amfpo/512x384.jpg', 'https://html5.gamemonetize.com/msdqvw90v1zxcn72gtpgwj0u028amfpo/', '0', 'Clicker', 0, 0, '', 'flappy-haggy-waggy'), (5481, 'Parking Classic Car', 'For parking fans, the vintage automobile parking games are entirely accessible. This 3D automobile parking game is specifically developed for new drivers, and notable changes and smart parking settings are not for the faint of heart. It\'s not only a game to pass the time; you\'ll also learn about strict parking laws while having fun with the insane automobile sim and mobile driving games.', 'https://img.gamemonetize.com/71z1nbrbg2lg8agvs7hqqfp345pvnxke/512x384.jpg', 'https://html5.gamemonetize.com/71z1nbrbg2lg8agvs7hqqfp345pvnxke/', '0', 'Racing', 0, 0, '', 'parking-classic-car'), (5482, 'Car Demolition Parking Place Multiplayer', 'The demolition crash Racing game is inspired by our fun, thrilling Demolition game and Destruction Derby competitions held all over the globe. Use your smashing and banging skills to take the lead within that game.', 'https://img.gamemonetize.com/zm7dcwntkezfltdg7achi4ssjg6rn760/512x384.jpg', 'https://html5.gamemonetize.com/zm7dcwntkezfltdg7achi4ssjg6rn760/', '0', 'Racing', 0, 0, '', 'car-demolition-parking-place-multiplayer'), (5483, 'Xmas Connect', 'Who\'s Ready for Santa Gifts? Welcome to Xmas Connect Puzzle. Tap or Click to connect 2 identical Winter Christmas items to Pop them and keep connecting till you clear the board before time is Up. Enjoy it and Merry Christmas!', 'https://img.gamemonetize.com/1j80x8ih2it8l7d7xgmepl22b2xxthlk/512x384.jpg', 'https://html5.gamemonetize.com/1j80x8ih2it8l7d7xgmepl22b2xxthlk/', '0', 'Puzzles', 0, 0, '', 'xmas-connect'), (5484, 'Drunken Boxing 2', 'Drunken Boxing fun continues with its 2nd game. Now the characters and the field have 3D effects and animations. Try to control the Drunken Boxers and throw quick punches at your opponent but watch out for your Energy Bar! If you run out of energy, it will take a while for you to recover. Drunken Boxing 2 game has 1 Player and 2 Player modes. The first to reach a score of 5 in the game wins the match! You can relieve stress with fun fights in Drunken Boxing 2!', 'https://img.gamemonetize.com/e70ogiaxqgs9pa7mzqm4vlq8gfpvv6se/512x384.jpg', 'https://html5.gamemonetize.com/e70ogiaxqgs9pa7mzqm4vlq8gfpvv6se/', '0', 'Action', 0, 0, '', 'drunken-boxing-'), (5485, 'Vivi Doll Dress Up', 'Vivi Doll is a fashion dress up game for girls. You can dress up your avatar fairy with cute items. If you are looking for dress up games, doll games, fashion games, hair games, you are strongly recommended to try this game. All skin tones, hairstyles, faces, stickers, background colors are free! Enjoy the game!', 'https://img.gamemonetize.com/8f1f6sedp5ovn7yciityw6f8pwrg9abi/512x384.jpg', 'https://html5.gamemonetize.com/8f1f6sedp5ovn7yciityw6f8pwrg9abi/', '0', 'Girls', 0, 0, '', 'vivi-doll-dress-up'), (5486, 'Beautiful Starry Sky Nail 2', 'Princesses Adella and Rebecca, the two of them are lovers of beauty. They like trying starry sky nails in spare time. Then you need to help the two fashion girls match beautiful dresses. At last, they will show us their starry sky nails.', 'https://img.gamemonetize.com/6e29d9uutox1u3wocebq3ijwndugrzb6/512x384.jpg', 'https://html5.gamemonetize.com/6e29d9uutox1u3wocebq3ijwndugrzb6/', '0', 'Girls', 0, 0, '', 'beautiful-starry-sky-nail-'), (5487, 'Daisy Bunny Caring Game', 'Play our daisy bunny game and you will learn how to take care of pet rabbits. You need to respond to Daisy\'s wishes. As a good pet owner, you must keep track of her needs and make sure Daisy\'s needs are met. Feed her with tasty meals and fresh fruit. Put her to bed and give her a bath. You can also dress her up. Come and try to take care of this cute bunny!', 'https://img.gamemonetize.com/rrejvq4khn57hbypqmzitcnustfkrjmo/512x384.jpg', 'https://html5.gamemonetize.com/rrejvq4khn57hbypqmzitcnustfkrjmo/', '0', 'Girls', 0, 0, '', 'daisy-bunny-caring-game'), (5488, 'Superhero Car Merge Master', 'Here is a vehicle-battle strategy arcade game. With 3D anime and armed vehicles, you are able to control two types of vehicles in this merge game. To fight against more and more powerful enemy squads, you need to merge more powerful vehicles by defeating them and buying new ones. Good luck and unlock more vehicles!', 'https://img.gamemonetize.com/cf5995erzv3jd3h217lddg9eoptgu609/512x384.jpg', 'https://html5.gamemonetize.com/cf5995erzv3jd3h217lddg9eoptgu609/', '0', 'Puzzles', 0, 0, '', 'superhero-car-merge-master'), (5489, 'Happy Filled Glass 2 Game', 'Happy Filled Glass 2 is an educational leisure online game for boys for free, where you need to draw lines to guide the juice released from the pipe into the glass. On your way, you will encounter various obstacles, try to find a one-time solution and think carefully. The interesting and relaxing theme is perfect for killing time. Complete the task in the level and get a high score!', 'https://img.gamemonetize.com/r06mqqman6pt01xk6nctcw105y5fkyrb/512x384.jpg', 'https://html5.gamemonetize.com/r06mqqman6pt01xk6nctcw105y5fkyrb/', '0', 'Boys', 0, 0, '', 'happy-filled-glass--game'), (5490, 'Perfect Christmas Party Prep', 'Every Christmas these BFFs will hold a grand party together. This Christmas, Sofia and Zoe invited Adella to help them. Please help the three girls make Christmas food and decorate the house. Don\'t forget to find the most beautiful clothes for the girls. Finally, please spend Christmas with these three girls. Have fun!', 'https://img.gamemonetize.com/nxg048gk6wgt1dvy7xtx8qmro2vddhrw/512x384.jpg', 'https://html5.gamemonetize.com/nxg048gk6wgt1dvy7xtx8qmro2vddhrw/', '0', 'Girls', 0, 0, '', 'perfect-christmas-party-prep'), (5491, 'Halloween Makeup Artist', 'Halloween Makeup Artist is an amazing mokeover game with 3 cute girls. Your Mission is to be a good makeUp artist and help them to be the best is the halloween party. Choose a lot of halloween styles and be more creative. good luck!', 'https://img.gamemonetize.com/p3q3k8l5sdn36nuv6i2rgz8rp94mzxc2/512x384.jpg', 'https://html5.gamemonetize.com/p3q3k8l5sdn36nuv6i2rgz8rp94mzxc2/', '0', 'Girls', 0, 0, '', 'halloween-makeup-artist'), (5492, 'Ball Sort Puzzle Color Games', 'Ball Sort Puzzle, a color sorting game, is a fun and relaxing game that entertains and stimulates your brain! Quickly sort the colored balls in the tubes until all the same colors are together in the same tube. A challenging yet relaxing game to exercise your brain!', 'https://img.gamemonetize.com/2rf648y9brkv34blt7x8sqox1sbyqlez/512x384.jpg', 'https://html5.gamemonetize.com/2rf648y9brkv34blt7x8sqox1sbyqlez/', '0', 'Puzzles', 0, 0, '', 'ball-sort-puzzle--color-games'), (5493, 'Halloween Angry Birds', 'Angry birds do not forget about their opponents even on holidays. They declared a brutal war on the pigs on Halloween. Having learned about the impending attack, the pigs constructed reliable shelters in the hope that the feathered creatures could not reach them. Can you help the birds defeat all the obstacles on the way to victory?', 'https://img.gamemonetize.com/thj4v0s7a523k69jk59c3mbsc1zsf5ad/512x384.jpg', 'https://html5.gamemonetize.com/thj4v0s7a523k69jk59c3mbsc1zsf5ad/', '0', 'Shooting', 0, 0, '', 'halloween-angry-birds'), (5494, 'Advance Car Parking Game 3D', 'Are you looking forward to have a new car parking and car driving games to park your vehicle as much as you want? We know you are here with a hope to find a new car parking simulator that suits you perfectly. Are you annoyed by all the similar car parking games and modern car drive, and lack of high-quality graphics and uniqueness in modern car parking? You will also learn how to actually park your car while enjoying the parking 3d game and master yourself by practicing.', 'https://img.gamemonetize.com/5g4ryb2aaqr9k1b3urc9mx825v30ncff/512x384.jpg', 'https://html5.gamemonetize.com/5g4ryb2aaqr9k1b3urc9mx825v30ncff/', '0', 'Arcade', 0, 0, '', 'advance-car-parking-game-d'), (5495, 'GOLF ROYALE', 'Welcome to the Red Ball game. This game is about the adventure of a red ball based on mini golf. Hundreds of exciting, easy and difficult levels are waiting for you. Can you pass everything? Simple, but at the same time complex gameplay will drag you out for a long time. Compete with your friends, go further and further. Unlock new and new levels. In the game Red Ball every level. All you have to do is kick the ball into the hole. That\'s all ! But there is one rule: in order to pass the level, you will only have 5 values. Only 5 ratings! In addition, you are waiting for other obstacles on the way to success. These are moving platforms, blocks, chasms, sharp saws and explosive TNT. How do you like that? But first of all, Red Ball is a very addicting and fun game that combines minimalism and addictive gameplay, steeped in hardcore level passing, like in the good old Bounce or Gravity Defied. Hurry up to pass the level after the increase!', 'https://img.gamemonetize.com/0qd0uezk971vfwx5pwn88vzfw5dq3ur8/512x384.jpg', 'https://html5.gamemonetize.com/0qd0uezk971vfwx5pwn88vzfw5dq3ur8/', '0', 'Sports', 0, 0, '', 'golf-royale'), (5496, 'Crazy Skate Race', 'Cool skateboarding games. While moving at high speed, avoid obstacles, get rid of your opponents and win the first place.', 'https://img.gamemonetize.com/0no27bbj0zutt0w84rwmagj0qbplxe3n/512x384.jpg', 'https://html5.gamemonetize.com/0no27bbj0zutt0w84rwmagj0qbplxe3n/', '0', 'Racing', 0, 0, '', 'crazy-skate-race'), (5497, 'Kardashians Spooky Makeup', 'The famous Kardashian sisters look bright and spectacular at every event. The Halloween party was no exception. The beauties decided to carefully approach its preparation. Head to them to help create incredible looks.', 'https://img.gamemonetize.com/pjn3q5e2o0omv9udu2vh9whw06s35w7j/512x384.jpg', 'https://html5.gamemonetize.com/pjn3q5e2o0omv9udu2vh9whw06s35w7j/', '0', 'Girls', 0, 0, '', 'kardashians-spooky-makeup'), (5498, 'My Desert World', 'My desert world game is a fun simulation business game. In this desert, you will use your own brain to create your own desert world, and use props and materials to build. Come and try it.', 'https://img.gamemonetize.com/gawgtxf1fxr1t96jjg3e2xmu5c5v242v/512x384.jpg', 'https://html5.gamemonetize.com/gawgtxf1fxr1t96jjg3e2xmu5c5v242v/', '0', 'Action', 0, 0, '', 'my-desert-world'), (5499, 'Precision Online', 'Precision Online is a multiplayer shooter game in which you can compete with your friends!', 'https://img.gamemonetize.com/sput0wq5l59r6s8ebrbx06thjk7bys1m/512x384.jpg', 'https://html5.gamemonetize.com/sput0wq5l59r6s8ebrbx06thjk7bys1m/', '0', 'Multiplayer', 0, 0, '', 'precision-online'), (5500, 'BUCA PULL', 'Have you got the skill to aim the puck in the hole? With hundreds of satisfying, puzzling and beautiful levels, this is the ultimate challenge! In the hole!', 'https://img.gamemonetize.com/6hokt3dgxkor1yarumdhhwqd9xld3dvr/512x384.jpg', 'https://html5.gamemonetize.com/6hokt3dgxkor1yarumdhhwqd9xld3dvr/', '0', 'Hypercasual', 0, 0, '', 'buca-pull'), (5501, 'THROW BALL IN THE HOLE', 'your objective is simply to put the ball in the hole. When there are multiple balls, you will need make sure that each ball lands in its respective colored bucket', 'https://img.gamemonetize.com/8vlen8kkrbwdvx6qqmpkj9zr6xg0vjgv/512x384.jpg', 'https://html5.gamemonetize.com/8vlen8kkrbwdvx6qqmpkj9zr6xg0vjgv/', '0', 'Soccer', 0, 0, '', 'throw-ball-in-the-hole'), (5502, 'Bubble Challenge', 'If you are looking for relaxing, stress relief games to calm your mind, you should try Bubbles Empire Champions today and join the balloon blasting fun! Fans of power pop puzzle games will have a blast shooting bubbles and sharping their skills playing fun brain games!', 'https://img.gamemonetize.com/8h487sgbox7h085k28yru1fysbk2hx08/512x384.jpg', 'https://html5.gamemonetize.com/8h487sgbox7h085k28yru1fysbk2hx08/', '0', 'Puzzles', 0, 0, '', 'bubble-challenge'), (5503, 'Farm Pop Match3', 'Welcome to a new match3 puzzle game with veggies and fruits! Swipe to match 3 or more identical veggies to eliminate them and complete your mission. Enjoy tons of amazing and challenging levels and try to finish them all! Good luck!', 'https://img.gamemonetize.com/b30ktce7c8tbiaaaz79beig7023v8smy/512x384.jpg', 'https://html5.gamemonetize.com/b30ktce7c8tbiaaaz79beig7023v8smy/', '0', 'Puzzles', 0, 0, '', 'farm-pop-match'), (5504, 'Off Road Truck Cargo Delivery', 'Handle cargoes carefully without dropping them', 'https://img.gamemonetize.com/q1zxul8dcmhw50oerp7vox6uxmb1lopx/512x384.jpg', 'https://html5.gamemonetize.com/q1zxul8dcmhw50oerp7vox6uxmb1lopx/', '0', 'Racing', 0, 0, '', 'off-road-truck-cargo-delivery'), (5505, 'Granny Escape', 'Run or you will be caught', 'https://img.gamemonetize.com/eb1b8jys80ds1qmgvkqop7yerw1hmp88/512x384.jpg', 'https://html5.gamemonetize.com/eb1b8jys80ds1qmgvkqop7yerw1hmp88/', '0', 'Arcade', 0, 0, '', 'granny-escape'), (5506, 'Maze rush', 'Maze Rush is a game loved by players. There are many levels in the game. Maze Rush is a great test of players\' brains, intelligence and so on. As long as players want to play, nothing is impossible. There are also various wonderful breakthrough modes. If you like, please go into the Maze Rush to try it!', 'https://img.gamemonetize.com/xlv6r5ch4rkmhpowep8eq8mxx4mg5c5i/512x384.jpg', 'https://html5.gamemonetize.com/xlv6r5ch4rkmhpowep8eq8mxx4mg5c5i/', '0', 'Action', 0, 0, '', 'maze-rush'), (5507, 'TURTLE SMA', 'Turtle Adventure World!!! A cruel monkey had taken all of our turtle\'s children. It\'s really a great adventure for our little turtle to reach this cruel monkey and save all his children before it\'s too late. This adventure world has lots of animals that will block our turtle\'s path. Our little turtle must defeat all the enemies sent by the cruel monkey and teach the cruel monkey a lesson. Help this little turtle travel through this dangerous adventure world including underwater and ocean and beat the monkey to save the children from the turtle', 'https://img.gamemonetize.com/27jy0pycofvtmah5cuawd2c9qcmw7a6y/512x384.jpg', 'https://html5.gamemonetize.com/27jy0pycofvtmah5cuawd2c9qcmw7a6y/', '0', 'Arcade', 0, 0, '', 'turtle-sma'), (5508, 'King Kong Hero ', '4 Worlds – 36 levels total, 4 Big Bosses fight at final level', 'https://img.gamemonetize.com/u6a04yb5i5w6m4hpvkudbu4oz2ohj5jp/512x384.jpg', 'https://html5.gamemonetize.com/u6a04yb5i5w6m4hpvkudbu4oz2ohj5jp/', '0', 'Arcade', 0, 0, '', 'king-kong-hero-'), (5509, 'Stickman Bunny Hop Tricks', 'Complete levels and do parkour tricks in Stickman Bunny Hop Tricks. Jump over obstacles, climb ledges, get to the portal! Jump on the slugs to fly higher. Run through a variety of biomes and have fun! Stickman Bunny Hop Tricks - game with stickman. Skyblock runner and parkour tricks. Skyblock survivor mode in skyland world with stick war animation. Stickman in minecraft and terraria: parkour and traps floor is lava and stickman supreme duelist.', 'https://img.gamemonetize.com/6o5quqwsbfcns5n9u1pm91ywlci6py63/512x384.jpg', 'https://html5.gamemonetize.com/6o5quqwsbfcns5n9u1pm91ywlci6py63/', '0', 'Fighting', 0, 0, '', 'stickman-bunny-hop-tricks'), (5510, 'Santa Claus Lay Egg', 'Santa Claus Lay Egg is a super fun and free to play winter game where you need to help the Santa Claus get over obstacles and deliver the Christmas gifts. Click anywhere on the stage to lay egg and get the Santa up over the obstacles. have fun playing.', 'https://img.gamemonetize.com/zi23v4opsozyjdzvwnmznb5ifimp6sab/512x384.jpg', 'https://html5.gamemonetize.com/zi23v4opsozyjdzvwnmznb5ifimp6sab/', '0', 'Puzzles', 0, 0, '', 'santa-claus-lay-egg'), (5511, 'Red Stickman vs Monster School', 'Perfect news for the lovers of Red And Blue Stickman Adventure! The sequel to the series has been completed as Red Stickman vs Monster School. The Stick Adventure is an addictive platform puzzle game, where you have to control characters. Participate in the Monster School challenge together with the Red Stickman.', 'https://img.gamemonetize.com/k2ksa2oskzf1xohh0f2snosfigwx5zwy/512x384.jpg', 'https://html5.gamemonetize.com/k2ksa2oskzf1xohh0f2snosfigwx5zwy/', '0', 'Fighting', 0, 0, '', 'red-stickman-vs-monster-school'), (5512, 'Stickman Archero Fight', 'Upgrade your stickman, fight enemies in the Stickman Archero game. Create cool and dynamic fatalities. Lots of magic and battles! The game is similar to SupremeDuelistStickman. Fights in the village with other stickman.', 'https://img.gamemonetize.com/olq15f2zemu1f6gto35fd13pmxnzqilm/512x384.jpg', 'https://html5.gamemonetize.com/olq15f2zemu1f6gto35fd13pmxnzqilm/', '0', 'Fighting', 0, 0, '', 'stickman-archero-fight'), (5513, 'Mafia City Driving Sim', 'Members of mafia bosses are indeed notorious for instilling fear, but they\'re also skilled motorists who often roll up in flashy vehicles. Get behind the wheel of any of the world\'s most beautiful classic cars and enjoy the life of a real Mafia driver now!', 'https://img.gamemonetize.com/2hsssnd2kelqgq87dp9l8bl2omr7mwlr/512x384.jpg', 'https://html5.gamemonetize.com/2hsssnd2kelqgq87dp9l8bl2omr7mwlr/', '0', 'Racing', 0, 0, '', 'mafia-city-driving-sim'), (5514, 'Classic Cars Stunts', 'This cutting-edge car game has high-flying stunt ramps and cold environments to give you a taste of what it\'s like to be a stunt racer. To prove your prowess on challenging terrain, you must clear each obstacle using a different stunt method. So that you may outrun your competition, you must choose the quickest routes to outstanding feats. Spiral stunt driving is a great way to show off your driving talents. You need to keep your vehicle under control at all times to prevent', 'https://img.gamemonetize.com/5yrq92zzx87xla7xf741yi3ukwz6sni4/512x384.jpg', 'https://html5.gamemonetize.com/5yrq92zzx87xla7xf741yi3ukwz6sni4/', '0', 'Racing', 0, 0, '', 'classic-cars-stunts'), (5515, 'Stunt Plane', 'Are You the next great stunt pilot? Play this cute arcade game and test all your skill to complete all game levels. You will need to have strong nerves and great precision to finish the game. The difficulty increases as you advance in levels but sometimes you will be forced to repeat a level many times before completing the mission. How to play: The main goal is to collect all stars to finish each levels, so fly inside the hoops without crashing, but be aware to your fuel bar because sometime you need to refill it so collect the fuel barrel. Are you ready to fly now?', 'https://img.gamemonetize.com/e4arpr1gb2r9eelwdkgqvy69oy1jsil2/512x384.jpg', 'https://html5.gamemonetize.com/e4arpr1gb2r9eelwdkgqvy69oy1jsil2/', '0', 'Racing', 0, 0, '', 'stunt-plane'), (5516, 'Truck Offroad Drive Heavy Transport', 'The excitement of 4x4 hill cars being driven in 4x4 jeep games comes from giving the goals of offroad racing 3D with new dimensions and bringing back the original offline racing games\' essence. As you assume the driver\'s position in 4x4 jeep games, the voyage, which may start with hill adventures in jobs, becomes increasingly cruel.', 'https://img.gamemonetize.com/qx19f0rfljwt9e7dkcs0xdaw4pw8zpzv/512x384.jpg', 'https://html5.gamemonetize.com/qx19f0rfljwt9e7dkcs0xdaw4pw8zpzv/', '0', 'Racing', 0, 0, '', 'truck-offroad-drive-heavy-transport'), (5517, 'Shipborne Aircraft Combat Simulator', 'Here is a 3D aircraft driving simulation game. With 3D realistic navy and aircraft models, you are able to drive an aircraft to complete some flying missions on the sea surface. There are some triangle marks waiting for you to drive through. I wish you will enjoy this aircraft simulator!', 'https://img.gamemonetize.com/ox0x9gqdmzm17cw3gqjvcc8zsq0arbbx/512x384.jpg', 'https://html5.gamemonetize.com/ox0x9gqdmzm17cw3gqjvcc8zsq0arbbx/', '0', 'Action', 0, 0, '', 'shipborne-aircraft-combat-simulator'), (5518, 'Stealth Master 3D Game', 'Stealth Master 3D is a free online action and leisure game for boys played on PuzzleGame. In the game, you play the role of an agent, and your task is to sneak into the enemy building. Kill all your opponents and BOSS before your HP disappears. But in the process of avoiding monitoring, you should also be careful of the guards. Play on Mobile, Tablet, or Desktop!', 'https://img.gamemonetize.com/53nbhdb67pp8bsd0w3z2sohuy0bi9khl/512x384.jpg', 'https://html5.gamemonetize.com/53nbhdb67pp8bsd0w3z2sohuy0bi9khl/', '0', 'Boys', 0, 0, '', 'stealth-master-d-game'), (5519, 'Santa Fight 3D Game', 'The game is a street fight between the hero Santa Fight 3D Game in the anime named Santa Fight 3D Game and the enemies in the same anime, where you must kill many enemies Ginyu to reach the last stage where you will fight with the leader Santa Fight 3D Game', 'https://img.gamemonetize.com/tt2hzk661ukfsdahkd9egqnoel4fq8gy/512x384.jpg', 'https://html5.gamemonetize.com/tt2hzk661ukfsdahkd9egqnoel4fq8gy/', '0', 'Adventure', 0, 0, '', 'santa-fight-d-game'), (5520, 'Dr. Psycho Hospital Escape', 'Doctor Psycho is a survival horror game. Get out of the psycho hospital and don\'t get caught by Dr. Psycho and his experimental mutants! Find the necessary items to open the door.', 'https://img.gamemonetize.com/tf24465q9fhckqby7ilyond4qnby8dzc/512x384.jpg', 'https://html5.gamemonetize.com/tf24465q9fhckqby7ilyond4qnby8dzc/', '0', 'Action', 0, 0, '', 'dr-psycho--hospital-escape'), (5521, 'Osmosis Jones Jigsaw Puzzle', 'Zazgames is a place where you can infinitely play assembling online jigsaw puzzles. We hope you are up for another game from the Puzzle category on our website , because we have just added the game called Osmosis Jones Jigsaw Puzzle for you all, which, despite being one of the many puzzle games we have added so far into this category, this is the first puzzle game to use this specific format, and image, so it is going to be a brand new experience for all of you, an experience we are sure you will appreciate, as there is no way you aren\'t going to have a lot of fun playing the game. Especially after you learn how to play it from the next lines in the description. you will start by choosing how you want the jigsaw puzzle be : hard medium or easy. After that, the jigsaw puzzle pieces are going to be spread around the game screen randomly. Use the mouse to drag them over the transparent images where they match with the image, until all the pieces are connected, and the image looks just like it did in the beginning. You will have a great time with the game, so start it right now, and we are sure you will not regret it one second!', 'https://img.gamemonetize.com/e100cqj7cgu37q8rpcfw9s71vy833z3w/512x384.jpg', 'https://html5.gamemonetize.com/e100cqj7cgu37q8rpcfw9s71vy833z3w/', '0', 'Puzzles', 0, 0, '', 'osmosis-jones-jigsaw-puzzle'), (5522, 'Squid Game2 3d Game', 'The game is a street fight between the hero in series Squid Game and the enemies in the same serie where you must kill many enemies to reach the last stage where you will fight with the boss.', 'https://img.gamemonetize.com/7y84bpdw5tyzp72cpbxjk59hkhn78gdv/512x384.jpg', 'https://html5.gamemonetize.com/7y84bpdw5tyzp72cpbxjk59hkhn78gdv/', '0', 'Action', 0, 0, '', 'squid-game--d-game'), (5523, 'Strange World Jigsaw Puzzle', 'Zazgames is a place where you can infinitely play assembling online jigsaw puzzles. We hope you are up for another game from the Puzzle category on our website , because we have just added the game called Strange World Jigsaw Puzzle for you all, which, despite being one of the many puzzle games we have added so far into this category, this is the first puzzle game to use this specific format, and image, so it is going to be a brand new experience for all of you, an experience we are sure you will appreciate, as there is no way you aren\'t going to have a lot of fun playing the game. Especially after you learn how to play it from the next lines in the description. you will start by choosing how you want the jigsaw puzzle be : hard medium or easy. After that, the jigsaw puzzle pieces are going to be spread around the game screen randomly. Use the mouse to drag them over the transparent images where they match with the image, until all the pieces are connected, and the image looks just like it did in the beginning. You will have a great time with the game, so start it right now, and we are sure you will not regret it one second!', 'https://img.gamemonetize.com/na0rjgjov4iectprxg54dsa2cdcoc6oh/512x384.jpg', 'https://html5.gamemonetize.com/na0rjgjov4iectprxg54dsa2cdcoc6oh/', '0', 'Puzzles', 0, 0, '', 'strange-world-jigsaw-puzzle'), (5524, 'The Little Mermaid Jigsaw Puzzle', 'Zazgames is a place where you can infinitely play assembling online jigsaw puzzles. We hope you are up for another game from the Puzzle category on our website , because we have just added the game called The Little Mermaid Jigsaw Puzzle for you all, which, despite being one of the many puzzle games we have added so far into this category, this is the first puzzle game to use this specific format, and image, so it is going to be a brand new experience for all of you, an experience we are sure you will appreciate, as there is no way you aren\'t going to have a lot of fun playing the game. Especially after you learn how to play it from the next lines in the description. you will start by choosing how you want the jigsaw puzzle be : hard medium or easy. After that, the jigsaw puzzle pieces are going to be spread around the game screen randomly. Use the mouse to drag them over the transparent images where they match with the image, until all the pieces are connected, and the image looks just like it did in the beginning. You will have a great time with the game, so start it right now, and we are sure you will not regret it one second!', 'https://img.gamemonetize.com/2yug4f3yv4qn0t62ge6m5sprtg8n9ii4/512x384.jpg', 'https://html5.gamemonetize.com/2yug4f3yv4qn0t62ge6m5sprtg8n9ii4/', '0', 'Puzzles', 0, 0, '', 'the-little-mermaid-jigsaw-puzzle'), (5525, 'The Sea Beast Jigsaw Puzzle', 'Zazgames is a place where you can infinitely play assembling online jigsaw puzzles. We hope you are up for another game from the Puzzle category on our website , because we have just added the game called The Sea Beast Jigsaw Puzzle for you all, which, despite being one of the many puzzle games we have added so far into this category, this is the first puzzle game to use this specific format, and image, so it is going to be a brand new experience for all of you, an experience we are sure you will appreciate, as there is no way you aren\'t going to have a lot of fun playing the game. Especially after you learn how to play it from the next lines in the description. you will start by choosing how you want the jigsaw puzzle be : hard medium or easy. After that, the jigsaw puzzle pieces are going to be spread around the game screen randomly. Use the mouse to drag them over the transparent images where they match with the image, until all the pieces are connected, and the image looks just like it did in the beginning. You will have a great time with the game, so start it right now, and we are sure you will not regret it one second!', 'https://img.gamemonetize.com/34phqgvaovt0789m3owvqj78g1nba6g0/512x384.jpg', 'https://html5.gamemonetize.com/34phqgvaovt0789m3owvqj78g1nba6g0/', '0', 'Puzzles', 0, 0, '', 'the-sea-beast-jigsaw-puzzle'), (5526, 'Mine Bomber', 'Fly in Minecraft world and bomb building. avoid creepers that flying, they shooting! bomb the targets and upgrade your plane!', 'https://img.gamemonetize.com/4p15tpq9ny9fxc0ew95b3d3uktm1bale/512x384.jpg', 'https://html5.gamemonetize.com/4p15tpq9ny9fxc0ew95b3d3uktm1bale/', '0', 'Action', 0, 0, '', 'mine-bomber'), (5527, 'Funny Pet Vet', 'Funny Pet Vet games with levels offer hours of fun to boys and girls who love animals and dream of becoming veterinarians, dog and cat groomers or animal hairdressers! Do you want to take care of your own pet in real life? Learn how to take care of pets properly by playing exciting pet grooming mini games!', 'https://img.gamemonetize.com/hhbl6vpyp7vgs5qsh92ngaemw260g8h0/512x384.jpg', 'https://html5.gamemonetize.com/hhbl6vpyp7vgs5qsh92ngaemw260g8h0/', '0', 'Girls', 0, 0, '', 'funny-pet-vet'), (5528, 'HeHe2', 'The game includes an escape mechanic. Our character tries to pass the sections by going left and right and jumping. At the end of the game you will have finished the game. Thank you for reading. success in life...', 'https://img.gamemonetize.com/pohnxv5gnmyri1cy2n7x0n7gbx91des4/512x384.jpg', 'https://html5.gamemonetize.com/pohnxv5gnmyri1cy2n7x0n7gbx91des4/', '0', 'Racing', 0, 0, '', 'hehe'), (5529, 'wedding dress gameup', 'This app brings dress up games for girls to the next level and combines them with fashion colouring book games. CHOOSE and PAINT bride and groom’s clothes, skin, hair and makeup in any color, glitter, or gradient. Select the background and enjoy an endless amount of free coloring pages for girls and adults! Open the coolest wedding salon of the year!', 'https://img.gamemonetize.com/c9r49wk1sscx9b4r5tp0iy4uc2yvfewl/512x384.jpg', 'https://html5.gamemonetize.com/c9r49wk1sscx9b4r5tp0iy4uc2yvfewl/', '0', 'Girls', 0, 0, '', 'wedding-dress--gameup'), (5530, 'Funny Penguins Jump Escape', 'It’s Amazing Adventure and full entertainment game for all ages. You need to play tap or double tap to jump and collect the fishes and powers and much more. It’s amazing adventure game. There are two power up like gun and shield. Your job save the characters from enemy. And Also before from other opticals. Collect coins and achieve best score.', 'https://img.gamemonetize.com/q8boxlx29yaw2f6zu7596bu5demkpbdh/512x384.jpg', 'https://html5.gamemonetize.com/q8boxlx29yaw2f6zu7596bu5demkpbdh/', '0', 'Arcade', 0, 0, '', 'funny-penguins-jump-escape'), (5531, 'Truck Transporter', 'In the game Truck Transporter you will drive a truck of the company KamAZ. Your task is to deliver a certain cargo to the final point at each level. But first you have to download it with a special tap. Capture objects and send them to the back. Try to keep them as tight as possible so that they do not fall out during the trip. And the road will be quite difficult. If you carry at least eighty percent of your cargo, your trip in Truck Transporter will be counted.', 'https://img.gamemonetize.com/t8tex1grm1og4jshc53tfecg3eseivi4/512x384.jpg', 'https://html5.gamemonetize.com/t8tex1grm1og4jshc53tfecg3eseivi4/', '0', 'Racing', 0, 0, '', 'truck-transporter'), (5532, 'Crazy Dot', 'Crazy Dot is a simple endless 2D arcade game that anyone can enjoy! Drag on the screen to move the dot. Collect the same colour falling dots to destroy the dots, which accumulates on the bottom of the screen. How long can you survive?', 'https://img.gamemonetize.com/dhqd7b4cfglagbedoyq7knne7uqzs9t5/512x384.jpg', 'https://html5.gamemonetize.com/dhqd7b4cfglagbedoyq7knne7uqzs9t5/', '0', 'Clicker', 0, 0, '', 'crazy-dot'), (5533, 'Auto Chess', 'The player gets 5 gold every turn and can place Champions for 3 gold, refresh the shop for 2 gold and level up for 4 gold. Gather enought champions from the same type to get the bonuses. Win the round, stay alive.', 'https://img.gamemonetize.com/k18esxazvhatm7qdx82eomcryds4vqb9/512x384.jpg', 'https://html5.gamemonetize.com/k18esxazvhatm7qdx82eomcryds4vqb9/', '0', 'Puzzles', 0, 0, '', 'auto-chess'), (5534, 'Squid Games 3D', 'Knock Down your competitors in squid game. Squid games is a 3D action-adventure survival royale game.', 'https://img.gamemonetize.com/d544jwxw3ag10q9i9r30t5yh96iuy4yx/512x384.jpg', 'https://html5.gamemonetize.com/d544jwxw3ag10q9i9r30t5yh96iuy4yx/', '0', 'Arcade', 0, 0, '', 'squid-games-d'), (5535, 'Supercar', 'Funny hand-painted racing is a game that allows players to create their own racing cars to go through the hurdles through painting. It brings a high degree of freedom and fun, and is very suitable for playing as a pastime of boring time. The game also adds a wealth of accessories for players to use as the painting base. If you want to create a fast vehicle, you still need to use your brain. Don\'t miss it', 'https://img.gamemonetize.com/aokl5ddmd0a9a1nglxkq3ngbxa0ibbdw/512x384.jpg', 'https://html5.gamemonetize.com/aokl5ddmd0a9a1nglxkq3ngbxa0ibbdw/', '0', 'Boys', 0, 0, '', 'supercar'), (5536, 'Princess Aisha', 'Princess Love Cleaning is a mobile game for cleaning rooms. Players will clean the messy rooms on behalf of the princess. You can\'t let go of any dirty corner. There will be clean items to help players in the game. Players should clean up the functions of different items.', 'https://img.gamemonetize.com/h4help6jfzumtzw0c5ei82x9wd777prs/512x384.jpg', 'https://html5.gamemonetize.com/h4help6jfzumtzw0c5ei82x9wd777prs/', '0', 'Hypercasual', 0, 0, '', 'princess-aisha'), (5537, 'CoronAA', 'You have caught the insanely harmful virus. Corona... Kill it with your medical spears. Be careful if you miss the virus it will explode and destroy the lab.', 'https://img.gamemonetize.com/5iydi3blt5557rtlx1rhc5e16cingg06/512x384.jpg', 'https://html5.gamemonetize.com/5iydi3blt5557rtlx1rhc5e16cingg06/', '0', 'Clicker', 0, 0, '', 'coronaa'), (5538, 'Control the mob', 'Launch people onto multiplier gates to increase your crowd and capture all the bases! Avoid the red gates and push back the red crowd, trying to ruin your fun!', 'https://img.gamemonetize.com/grkhetiboh4936ngld4jt38jo3vd3uk2/512x384.jpg', 'https://html5.gamemonetize.com/grkhetiboh4936ngld4jt38jo3vd3uk2/', '0', 'Arcade', 0, 0, '', 'control-the-mob'), (5539, 'Chained Car vs Hulk Game', 'Chained Car vs Hulk game gives you experience to enjoy driving in a controlled way. Don\'t let unchain your car with hulk or you\'ll lose the level.', 'https://img.gamemonetize.com/c8ma6z5pdp07887l29qnk9ogexv35d63/512x384.jpg', 'https://html5.gamemonetize.com/c8ma6z5pdp07887l29qnk9ogexv35d63/', '0', 'Arcade', 0, 0, '', 'chained-car-vs-hulk-game'), (5540, 'fruits connect', 'Fruits Connects is a puzzle game that everyone heard of and absolutely loved it', 'https://img.gamemonetize.com/2a0gytwm1arhu0i0bxry4k612jflpy0e/512x384.jpg', 'https://html5.gamemonetize.com/2a0gytwm1arhu0i0bxry4k612jflpy0e/', '0', 'Puzzles', 0, 0, '', 'fruits-connect'), (5541, 'Puzzly', 'Puzzly is one of the simple puzzle games that everyone loves to play.', 'https://img.gamemonetize.com/5z32mnh3w48bjz2anhuwpopeqnknwxbh/512x384.jpg', 'https://html5.gamemonetize.com/5z32mnh3w48bjz2anhuwpopeqnknwxbh/', '0', 'Puzzles', 0, 0, '', 'puzzly'), (5542, 'Zombii Invasion', 'Zombie Invasion is an html5 arcade game, survive and kill the zombies to get scores, collect grenade, life, and air bomb to kill more zombies.', 'https://img.gamemonetize.com/4a0s174frdrp1v260ut7swqsvfhn3azy/512x384.jpg', 'https://html5.gamemonetize.com/4a0s174frdrp1v260ut7swqsvfhn3azy/', '0', 'Arcade', 0, 0, '', 'zombii-invasion'), (5543, 'Bird Trap Dx', 'Help the bird! Avoid from crushing to the trap\'s wall. Get the highest score by try to stay safe as long as you can!!', 'https://img.gamemonetize.com/0y5xn04x2i5ec3kg3e7qt3ijwpm6m6zy/512x384.jpg', 'https://html5.gamemonetize.com/0y5xn04x2i5ec3kg3e7qt3ijwpm6m6zy/', '0', 'Arcade', 0, 0, '', 'bird-trap-dx'), (5544, 'Dangerous Moneey Road', 'Running in circles, collect as many coins as you can, but be careful as you are on a dangerous road with a high flow of fast cars. Sometimes you will need to change the direction of the running and even slow down to catch your breath. Don’t let the energy run out!', 'https://img.gamemonetize.com/1hr3e4qrv1qqbyxrvkyvmgg6ndyaui4t/512x384.jpg', 'https://html5.gamemonetize.com/1hr3e4qrv1qqbyxrvkyvmgg6ndyaui4t/', '0', 'Puzzles', 0, 0, '', 'dangerous-moneey-road'), (5545, 'Snowland Adventurre', 'Snowland Adventurre is a 3D platform land game, discover and collect all the jewels in the island levels. Beware of the red monsters, to destroy the red monsters you will have to jump on there head! Run and jump your way through every level, beware do not fall in the water or step into a trap or you will have to restart the level all over again. With how many stars will you complete the adventure, collect more jewels to increase your star end score! Each level has no time limit, so you can roam around as long as you like! Super Snow Land Adventure 3D is a relaxing and fun platformer and it is free to play! Play this simple and fun platformer! Super Snow Land Adventure 3D Features: - Jump and run around the traps and moving obstacles - Collect all the jewels! - Encounter monsters', 'https://img.gamemonetize.com/i7ohlfd8jxhkjpzpar2wgqf6qk370ije/512x384.jpg', 'https://html5.gamemonetize.com/i7ohlfd8jxhkjpzpar2wgqf6qk370ije/', '0', 'Arcade', 0, 0, '', 'snowland-adventurre'), (5546, 'Hungry Birds', 'Hungry Bird is a nice game tap to fly up, and eat as many fruits as possible', 'https://img.gamemonetize.com/40hd1us7ao9zm1nyt5ffrxqnrweo2srb/512x384.jpg', 'https://html5.gamemonetize.com/40hd1us7ao9zm1nyt5ffrxqnrweo2srb/', '0', 'Hypercasual', 0, 0, '', 'hungry-birds'), (5547, 'Christmas Games For Kids', 'Christmas Games For Kids It\'s a cool kid\'s game, is very easy and intuitive to play, fun for the entire family! it will be hard to stop playing. There are four different games! So help Santa Claus to deliver gifts to all world kids! Feel and share the holiday spirit with this cool Christmas Game! C\'mon...let\'s play! Product feature bullets: - 6 Christmas and Winter images. - Many Holiday Inspired Songs. - 6 Holiday Themed Sounds. - Very Cool Graphics effects. - Merry Fun for All Ages. - 4 Different Gameplay Modality.', 'https://img.gamemonetize.com/xkp3daydo6a6kgf59fx6mmie48vwqbcj/512x384.jpg', 'https://html5.gamemonetize.com/xkp3daydo6a6kgf59fx6mmie48vwqbcj/', '0', 'Puzzles', 0, 0, '', 'christmas-games-for-kids'), (5548, 'Sandy Sand', 'Draw with your mouse or finger on the screen to direct enough sand into all the cups of each level. Realistic physics translates into thousands of sand particles flowing across the screen. Have fun with this fantastic game!', 'https://img.gamemonetize.com/bz0dxfrtp3nu6zwk7606ak2demuu9bep/512x384.jpg', 'https://html5.gamemonetize.com/bz0dxfrtp3nu6zwk7606ak2demuu9bep/', '0', 'Hypercasual', 0, 0, '', 'sandy-sand'), (5549, 'Squid Game Fall Guy', 'Squid Game Fall Guy is an exciting and action-packed skill game for the player who is looking for a new way to escape from the island. Choose your character and show your skills to escape from the scary game island. Be careful and avoid obstacles so that the character can land safely down. Improve your skills by having fun with 55+ different level designs. Have fun.', 'https://img.gamemonetize.com/nhcsmd00mjt89xt9gj3e6zcfz8q54vwr/512x384.jpg', 'https://html5.gamemonetize.com/nhcsmd00mjt89xt9gj3e6zcfz8q54vwr/', '0', 'Puzzles', 0, 0, '', 'squid-game-fall-guy'), (5550, 'High Fashion Red Carpet Show', 'The fashion girls were invited to a High Fashion Show. Although the girls are very fashionable people, they still worry that their clothes are too ordinary. So, these girls met to go to the High Fashion Clothes Shop to choose clothes and accessories. On the day of your participation in the High Fashion Show, you have to help girls make beautiful hairstyles. Can you complete this task?', 'https://img.gamemonetize.com/6gwv6zjrwwa3z31s2ik87jji9xpx8s0q/512x384.jpg', 'https://html5.gamemonetize.com/6gwv6zjrwwa3z31s2ik87jji9xpx8s0q/', '0', 'Girls', 0, 0, '', 'high-fashion-red-carpet-show'), (5551, 'Shadow Fighters Hero Duel', 'Shadow stickmans are on the scene with relentless fights. Use your punches and kicks wisely and try to beat your opponent. When your special strike bar is full, send the fire blow to your opponent. Stick Duel Shadow Fights game can be played in 1 and 2 player modes.', 'https://img.gamemonetize.com/bv3cr470krxz2b90v828frhxjdmg6svw/512x384.jpg', 'https://html5.gamemonetize.com/bv3cr470krxz2b90v828frhxjdmg6svw/', '0', 'Action', 0, 0, '', 'shadow-fighters-hero-duel'), (5552, 'Ragdoll Duel Boxing', 'Welcome to closed fight club. Ragdoll Duel: Boxing is a fun and full of effects action game. Stickman boxer characters in different shapes fight in this game. Send quick punches to your opponent with your stickman fighter and don\'t waste your Super Punch when it\'s ready! Get 2 rounds and be victorious! You can play against AI opponent or vs your friend.', 'https://img.gamemonetize.com/td91fiora3ad3hf051yv39w1un1k7oi5/512x384.jpg', 'https://html5.gamemonetize.com/td91fiora3ad3hf051yv39w1un1k7oi5/', '0', 'Action', 0, 0, '', 'ragdoll-duel-boxing'), (5553, 'Drunken Boxing Ultimate', 'Drunken Boxing series is here with the Ultimate version. Arenas with 3d ambiance, improved physics and special hit have been added to the game. Move to your opponent with balance and throw punches left and right at him / her! When your Special Hit bar is full, you can throw vomit at your opponent. Just wait for the right time and distance, and tap the your special hit button! Also watch out for your Energy Bar! If you run out of energy, it will take a while for you to recover.', 'https://img.gamemonetize.com/cn7awxz79jnguojf64rkl9r3stopphto/512x384.jpg', 'https://html5.gamemonetize.com/cn7awxz79jnguojf64rkl9r3stopphto/', '0', 'Action', 0, 0, '', 'drunken-boxing-ultimate'), (5554, 'Mermaid Dress Up Games', 'Welcome to Dress Up Games for Girls: It\'s Mermaid Dress Up Time! If fashion and clothes are your thing, this is your chance to look like an ocean princess. Everyone wants to be stylish, and so are these cuties. Choose from over 250 outfits to create millions of outfits.', 'https://img.gamemonetize.com/40lx9dukzal5lgg52lv9us2760uz4jxv/512x384.jpg', 'https://html5.gamemonetize.com/40lx9dukzal5lgg52lv9us2760uz4jxv/', '0', 'Girls', 0, 0, '', 'mermaid-dress-up-games'), (5555, 'Rotuman', 'Rotuman is a 2D platformer where you have to collect all of the golden keys while avoiding enemies, spikes, and reach your house in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/vj4lgoadgywajnqc1zjui5yc06krkvd0/512x384.jpg', 'https://html5.gamemonetize.com/vj4lgoadgywajnqc1zjui5yc06krkvd0/', '0', 'Arcade', 0, 0, '', 'rotuman'), (5556, 'Cup Slide', 'Cute star world, develop a type of mini-games, interesting and cute style. Friends, come and play on the long table to unlock more themes.', 'https://img.gamemonetize.com/au1xw0hgj1mc6cbc9u436hej52d53wfz/512x384.jpg', 'https://html5.gamemonetize.com/au1xw0hgj1mc6cbc9u436hej52d53wfz/', '0', 'Puzzles', 0, 0, '', 'cup-slide'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (5557, 'SpiderMan Across the SpiderVerse Jigsaw Puzzle', 'Zazgames is a place where you can infinitely play assembling online jigsaw puzzles. We hope you are up for another game from the Puzzle category on our website , because we have just added the game called Spider-Man Across the Spider-Verse Jigsaw Puzzle for you all, which, despite being one of the many puzzle games we have added so far into this category, this is the first puzzle game to use this specific format, and image, so it is going to be a brand new experience for all of you, an experience we are sure you will appreciate, as there is no way you aren\'t going to have a lot of fun playing the game. Especially after you learn how to play it from the next lines in the description. you will start by choosing how you want the jigsaw puzzle be : hard medium or easy. After that, the jigsaw puzzle pieces are going to be spread around the game screen randomly. Use the mouse to drag them over the transparent images where they match with the image, until all the pieces are connected, and the image looks just like it did in the beginning. You will have a great time with the game, so start it right now, and we are sure you will not regret it one second!', 'https://img.gamemonetize.com/7umpobuuhf1lewqo1bmlb24mzbbsmqyt/512x384.jpg', 'https://html5.gamemonetize.com/7umpobuuhf1lewqo1bmlb24mzbbsmqyt/', '0', 'Puzzles', 0, 0, '', 'spiderman-across-the-spiderverse-jigsaw-puzzle'), (5558, 'Birdy vs. World', 'Help clumsy and heavy Birdy bird to fly forward and avoid obstacles. Dodge other birds, trees, rocks... and mind the propeller. For Flappy bird fans!', 'https://img.gamemonetize.com/n5dub24fr6odyu129ft6grazskinfpmo/512x384.jpg', 'https://html5.gamemonetize.com/n5dub24fr6odyu129ft6grazskinfpmo/', '0', 'Hypercasual', 0, 0, '', 'birdy-vs-world'), (5559, 'Kids Go Shopping', 'Ever wondered how supermarkets work? Don’t hesitate anymore! **Kids Go Shopping Games** is a fun supermarket shopping girl game that gives you an idea of how supermarkets and shopping malls work and offers you an unforgettable virtual grocery shopping experience! From food shopping games and clothes shopping, to cleaning games, recycling and slicing food games, there’s just so many fun and creative activities in our “supermarket games with many levelsâ€', 'https://img.gamemonetize.com/k3h51tlfp9i17og18m9xdvw64qu40d8j/512x384.jpg', 'https://html5.gamemonetize.com/k3h51tlfp9i17og18m9xdvw64qu40d8j/', '0', 'Girls', 0, 0, '', 'kids-go-shopping'), (5560, 'Fashion Show 3D', '3D dress up game', 'https://img.gamemonetize.com/oswbnyxvq6g8etb1wcogk9h6x3ral4xd/512x384.jpg', 'https://html5.gamemonetize.com/oswbnyxvq6g8etb1wcogk9h6x3ral4xd/', '0', 'Girls', 0, 0, '', 'fashion-show-d'), (5561, 'Squid Game 2 Glass Bridge', 'Here is a brand new game themed Squid Game. You have to find the right glass on the challenging glass bridge and pass over it. You must follow the green path shown for player 456 to select the correct glass block. Also, if you can\'t get to the other side within the specified time, the game is over. You can improve your memory by having fun with 50 different levels. Get your attention and start playing now to get to the other side without breaking the glass!', 'https://img.gamemonetize.com/89yjzlyl8d8ca4us9kee4vdim17x7hqm/512x384.jpg', 'https://html5.gamemonetize.com/89yjzlyl8d8ca4us9kee4vdim17x7hqm/', '0', 'Hypercasual', 0, 0, '', 'squid-game--glass-bridge'), (5562, 'Jungle Marble Pop Blast', 'Jungle Marble is a marble shoot game with the theme of Egyptian mythology. Jungle Marble Pop Blast is a marble shoot game with the theme of Egyptian mythology. It is easy to play, but truly addictive.', 'https://img.gamemonetize.com/qsagebnwvm0ei6uh1p876a4mi0yzj6l9/512x384.jpg', 'https://html5.gamemonetize.com/qsagebnwvm0ei6uh1p876a4mi0yzj6l9/', '0', 'Clicker', 0, 0, '', 'jungle-marble-pop-blast'), (5563, 'Fun Daycare Babysitter', 'Newborn baby care is always fun, but it’s not at all easy. Our messy babies need a super nanny to feed them, bath them and play silly baby games with them. And they chose you! Join this crazy babysitting mania and run our happy nursery baby care with love and attention. Take care of a baby like it’s real! This fun baby care kids game has a lot of mini nanny games you will adore', 'https://img.gamemonetize.com/2gic3hv4zlzt2607xu2g7vbwtofv3voj/512x384.jpg', 'https://html5.gamemonetize.com/2gic3hv4zlzt2607xu2g7vbwtofv3voj/', '0', 'Girls', 0, 0, '', 'fun-daycare-babysitter'), (5564, 'Pony Pet Saloon', 'Welcome to the cutest pony game for girls! Dress up your sweet pony, give them the best mane hairstyle and make your pet shine in this spectacular pony salon game! Give your ponies a glamorous look in the best pet care game ever', 'https://img.gamemonetize.com/jx3v2xz7enbhe2lg12gikmc8yjrovn83/512x384.jpg', 'https://html5.gamemonetize.com/jx3v2xz7enbhe2lg12gikmc8yjrovn83/', '0', 'Clicker', 0, 0, '', 'pony-pet-saloon'), (5565, 'Camping Journey', 'Ready for a real road trip weekend adventure? Summer camp games for family are here and you can experience what it’s like to have a virtual camping day with many exciting activities', 'https://img.gamemonetize.com/sr8wsc0yso0d85r52xtcfy2ajppdftar/512x384.jpg', 'https://html5.gamemonetize.com/sr8wsc0yso0d85r52xtcfy2ajppdftar/', '0', 'Arcade', 0, 0, '', 'camping-journey'), (5566, 'Truck simulator farming game', 'Truck Farming Simulator is a best farming game you have ever played before. In this game you have chance to drive heavy tractors and harvest your fields and cargo food to super market in tractor games . People living in countryside mostly related to farming profession. Especially farmers of Asian countries like Pakistan, china and Indians farmers and they produce most of world’s consumable food. If you love farming and farm life then you need to learn actual tractor farming in this pure farming game', 'https://img.gamemonetize.com/wbka7eb9zjy94f8sk1ij0r2l857kief6/512x384.jpg', 'https://html5.gamemonetize.com/wbka7eb9zjy94f8sk1ij0r2l857kief6/', '0', 'Arcade', 0, 0, '', 'truck-simulator-farming-game'), (5567, 'Funny Learning Farm Animals', 'Farm animals are cute, happy and funny! Our interactive educational games for kids kindergarten are creative and help children develop fine motor skills while learning about domestic animals that live on the farm', 'https://img.gamemonetize.com/sh2p8jsozdnh08b6va46ufvmx21b123r/512x384.jpg', 'https://html5.gamemonetize.com/sh2p8jsozdnh08b6va46ufvmx21b123r/', '0', 'Girls', 0, 0, '', 'funny-learning-farm-animals'), (5568, 'Rich Me Johnny!!', 'This is Johnny. He finds himself in red slimes\' area with so many golds. He has to collect all of the golds and reach to safehouse. Help him to do it!!', 'https://img.gamemonetize.com/9smm808cvuothhyoiy7k1igk3knbotob/512x384.jpg', 'https://html5.gamemonetize.com/9smm808cvuothhyoiy7k1igk3knbotob/', '0', 'Arcade', 0, 0, '', 'rich-me-johnny'), (5569, 'Dress me Up Too', 'Welcome to Dress me Up too This a dress up game for boys and girls. Make the girl more cute by choosing new amazing outfits, hairstyles, eyes, wings and more fun stuffs. When you finish you can save the final results and share it with friends', 'https://img.gamemonetize.com/zd5q5vtutog65ctq4cnmjscy3lrzzx97/512x384.jpg', 'https://html5.gamemonetize.com/zd5q5vtutog65ctq4cnmjscy3lrzzx97/', '0', 'Girls', 0, 0, '', 'dress-me-up-too'), (5570, 'Chain tractor train towing game', 'Chain tractor towing game gives you amazing experience. Tow your train with tractor and reach to the required point and unlock the new level.', 'https://img.gamemonetize.com/z67k0mrqsydg2k31dtc0ors4qbptjvlg/512x384.jpg', 'https://html5.gamemonetize.com/z67k0mrqsydg2k31dtc0ors4qbptjvlg/', '0', 'Arcade', 0, 0, '', 'chain-tractor-train-towing-game'), (5571, 'Manicure Game', 'Unique and innovative nail salon game that girls all ages love', 'https://img.gamemonetize.com/6uz5isuwqvb46shl2ri8sz5vy0hr11t8/512x384.jpg', 'https://html5.gamemonetize.com/6uz5isuwqvb46shl2ri8sz5vy0hr11t8/', '0', 'Girls', 0, 0, '', 'manicure-game'), (5572, 'Sheriff Shoot', 'The sheriff in the game Sheriff Shoot got bored and decided to have fun shooting bottles. But the day before he had drunk a pint of strong beer and his movements became somewhat unsteady. In this state, he is unlikely to hit the targets, so you must help the hero so that he does not embarrass himself in front of his friends in Sheriff Shoot. Control the sheriff\'s hands to point the gun at the target.', 'https://img.gamemonetize.com/rbk2s5txlvlwxfy13rj9kwdt35ek9yuo/512x384.jpg', 'https://html5.gamemonetize.com/rbk2s5txlvlwxfy13rj9kwdt35ek9yuo/', '0', 'Shooting', 0, 0, '', 'sheriff-shoot'), (5573, 'Funny Mermaid Princess', 'Have you ever dreamed of visiting a real underwater city, where a beautiful mermaid princess lives? Embark on an amazing under sea adventure and live a mermaid life with our mermaid games free for girls with levels!', 'https://img.gamemonetize.com/qcizh98tikyhetdukcis3nkslkul78tz/512x384.jpg', 'https://html5.gamemonetize.com/qcizh98tikyhetdukcis3nkslkul78tz/', '0', 'Girls', 0, 0, '', 'funny-mermaid-princess'), (5574, 'Funny Pizza Maker', 'Pizza Maker: My Pizzeria Game is the ideal fast food cooking game in which you can make pizza for your customers! Take every “pizza order callâ€, make and sell pizza and get a review from the customers. Make sure not to disappoint them, follow the recipe carefully and deliver pizza on time!', 'https://img.gamemonetize.com/hd4lbep45o231k8y0bigxwuwct3nqhzy/512x384.jpg', 'https://html5.gamemonetize.com/hd4lbep45o231k8y0bigxwuwct3nqhzy/', '0', 'Cooking', 0, 0, '', 'funny-pizza-maker'), (5575, 'Stick Duel Shadow Fight', 'Shadow stickmans are on the scene with relentless fights. Use your punches and kicks wisely and try to beat your opponent. When your special strike bar is full, send the fire blow to your opponent. Stick Duel Shadow Fights game can be played in 1 and 2 player modes.', 'https://img.gamemonetize.com/wah1smfxljccyn6u72degs7769uxfa6j/512x384.jpg', 'https://html5.gamemonetize.com/wah1smfxljccyn6u72degs7769uxfa6j/', '0', 'Action', 0, 0, '', 'stick-duel-shadow-fight'), (5576, 'Run Santa Claus Run', 'It\'s Christmas Eve and Santa’s sledge has gone out of control spilling presents all over the streets. So now help Santa to collect as many presents as possible without being hit by traffic or trash. The game gets progressively harder by increasing the speed and hazards.', 'https://img.gamemonetize.com/gagzinq0abfxm9kbglit9qx8z6fp1zj7/512x384.jpg', 'https://html5.gamemonetize.com/gagzinq0abfxm9kbglit9qx8z6fp1zj7/', '0', 'Racing', 0, 0, '', 'run-santa-claus-run'), (5577, 'Grand Extreme Racing', 'These cars are fast and these drivers are brutal! What about joining these race drivers with your super fast car in the Grand Extreme Racing game? Join a very long championship adventure and get the world championship cups with your race car or do practices or join challenge races in single-player or in 2 player game mode! The rewards are fine so you can do your car\'s upgrades very easily. Ten maps, five race cars, and five drivers! Pick one and take your place at the racing track! Let\'s go!', 'https://img.gamemonetize.com/74es9ol4goak4wnj2sljc1x47wmf855t/512x384.jpg', 'https://html5.gamemonetize.com/74es9ol4goak4wnj2sljc1x47wmf855t/', '0', 'Racing', 0, 0, '', 'grand-extreme-racing'), (5578, 'PFW Fall Ready To Wear Season 1', 'Welcome to PFW Fall Ready To Wear Season 1. Celebrity girls are ready for their next fashion adventure. Yes! It’s Paris Fashion Week. Help them to be more unique in their look for this wonderful event. Browse their wardrobe and select the fabulous outfits for this event. Don’t forget to choose the matching accessories. Play and have fun!', 'https://img.gamemonetize.com/k03samaf7p9lcruk8md6vwgsg878479m/512x384.jpg', 'https://html5.gamemonetize.com/k03samaf7p9lcruk8md6vwgsg878479m/', '0', 'Girls', 0, 0, '', 'pfw-fall-ready-to-wear-season-'), (5579, 'Hard Wheels Winter', 'Drive a monster truck and pass many challenging obstacles in Hard Wheels Winter. Balance the heavy vehicle while driving over snowy mountains and other cars.', 'https://img.gamemonetize.com/axjmqqoar870odtnxqyfjlauc0z2u0r3/512x384.jpg', 'https://html5.gamemonetize.com/axjmqqoar870odtnxqyfjlauc0z2u0r3/', '0', 'Racing', 0, 0, '', 'hard-wheels-winter'), (5580, 'APE Sling', 'APE Sling is an arcade game you have to sling your character "APE" to complete the level. Bounce, swing, and more to go as far as you can in APE Sling on here. But watch out for deadly traps and obstacles. You\'ll need to avoid saws, fires, enemies, and more in order to make your way to the top! Play APE Sling for free in your browser and unlock crazy characters to sling your way to success!', 'https://img.gamemonetize.com/w777si2z6cxmiulhsp0d9kp02hcp3r0e/512x384.jpg', 'https://html5.gamemonetize.com/w777si2z6cxmiulhsp0d9kp02hcp3r0e/', '0', 'Puzzles', 0, 0, '', 'ape-sling'), (5581, 'Skull Hunter', 'A flappy horror game themed about of a flying skull ghost in a cave. Destroy all enemy skulls. Hit the enemy\'s skull or make them collide with each other. Use enemies to help destroy stone obstacles. Don\'t hit the cave wall or fall. Hit 10 enemies and get "fire power" to destroy anything. Complete each difficulty level.', 'https://img.gamemonetize.com/vbvcclu8knro45shzosmhdzvql5edgty/512x384.jpg', 'https://html5.gamemonetize.com/vbvcclu8knro45shzosmhdzvql5edgty/', '0', 'Hypercasual', 0, 0, '', 'skull-hunter'), (5582, 'Fashion Girl Shinning Day', 'Welcome to Dress Up Games for Girls: It\'s Mermaid Dress Up Time! If fashion and clothes are your thing, this is your chance to look like an ocean princess. Everyone wants to be stylish, and so are these cuties. Choose from over 250 outfits to create millions of outfits.', 'https://img.gamemonetize.com/d4pmhozsnnmkfrp51d37t9alg0c1e334/512x384.jpg', 'https://html5.gamemonetize.com/d4pmhozsnnmkfrp51d37t9alg0c1e334/', '0', 'Girls', 0, 0, '', 'fashion-girl-shinning-day'), (5583, 'Car parking 3D Merge Puzzle', 'Ð arking lot is packed with cars, will you be able to combine all the cars and leave? Marge puzzle for those who know how to park. Combine cars to open the barrier and drive away from the parking lot. Solve all the puzzles by combining identical cars to improve. Make sure that there are a minimum of cars left in the parking lot and they will be able to leave. Unlock all 35 types of cars, 2 game modes and 9 special challenging levels. Merge parking cars right now!', 'https://img.gamemonetize.com/6s9tcwnkuwmeaekwjvui4cpzdjnb4b5l/512x384.jpg', 'https://html5.gamemonetize.com/6s9tcwnkuwmeaekwjvui4cpzdjnb4b5l/', '0', 'Puzzles', 0, 0, '', 'car-parking-d-merge-puzzle'), (5584, 'Tenno 2', 'Tenno 2 is a 2D platformer where you play as an employee called Tenno who have to collect important office papers which got stolen by your office rivals. While collecting them you have to avoid your enemy rivals, flying bots, saws, spikes and reach your office door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Tenno" series.', 'https://img.gamemonetize.com/ijra47ccdyp31c7d1sarrpbclq2bvz6y/512x384.jpg', 'https://html5.gamemonetize.com/ijra47ccdyp31c7d1sarrpbclq2bvz6y/', '0', 'Arcade', 0, 0, '', 'tenno-'), (5585, 'Fashion Girls Christmas Party', 'A fashion costume design competition will be held in the town. Chloe and her two sisters want show off their skills to win the championship. Please join us quickly to see how Chloe against all the odds.', 'https://img.gamemonetize.com/nc1ntlty48cju75s6lppdnwz7n8qqkft/512x384.jpg', 'https://html5.gamemonetize.com/nc1ntlty48cju75s6lppdnwz7n8qqkft/', '0', 'Girls', 0, 0, '', 'fashion-girls-christmas-party'), (5586, 'Nine Eight and Snooker', 'Shall we play a game? "Eight, Nine and Snooker now in one 3D game. Everything you need for a simple but exciting game of billiards: - 3 popular games: Eight, Nine and Snooker - Many modes: 1) Single game, 2) Play against a friend, 3) Observer, 4) Free table - Simple interface. You can quickly get into the process, even overnight - honest physics - No unnecessary details: no unnecessary melodies and too bright animation. Just take it and hone your skills or just have fun', 'https://img.gamemonetize.com/ejx8k5cbanq1b8bq0ixeoiecge4nomyc/512x384.jpg', 'https://html5.gamemonetize.com/ejx8k5cbanq1b8bq0ixeoiecge4nomyc/', '0', 'Sports', 0, 0, '', 'nine-eight-and-snooker'), (5587, 'Crash & Smash Cars', 'Let\'s drive super strong unstoppable cars and smash everything in your way. Everything your car intersects is crashing, smashing and will be destroyed. The more things you will smash the more cars and locations you will open. Features: - 5 cars; - 3 locations: big city, canyon and countryside; - smash glass, destroy trees and rocks, walls and fences and even bus stops; - do not destroy road signs - this reduces points.', 'https://img.gamemonetize.com/3jmt87m3rg6ny2yywoq7ao7iw1uoufli/512x384.jpg', 'https://html5.gamemonetize.com/3jmt87m3rg6ny2yywoq7ao7iw1uoufli/', '0', 'Racing', 0, 0, '', 'crash-amp-smash-cars'), (5588, 'Pair to collision', 'This is a 3D collision game. The game is very relaxing and decompressing. You can click on two identical objects on the ball to eliminate them. After all the objects on the ball are eliminated, you can pass the customs. Players feel very successful when playing. Come and have a try. I think you will like it.', 'https://img.gamemonetize.com/222oxlbro2pfm53zerk3d7v8sh6n37lt/512x384.jpg', 'https://html5.gamemonetize.com/222oxlbro2pfm53zerk3d7v8sh6n37lt/', '0', 'Action', 0, 0, '', 'pair-to-collision'), (5589, 'Rescue Machine Puzzle', 'Rescue Machines is a fun hypercasual game. People are caught under a rockslide! Can you build a machine to rescue them? Drag the gearwheel to connect them and make everything click! Connect the gearwheel and save everyone!', 'https://img.gamemonetize.com/52q061s4o1dmd971w9dis3kv0u5n6aee/512x384.jpg', 'https://html5.gamemonetize.com/52q061s4o1dmd971w9dis3kv0u5n6aee/', '0', 'Puzzles', 0, 0, '', 'rescue-machine-puzzle'), (5590, 'One Odd Out', 'Exercise your mind by searching for the single object that doesn\'t belong to the group. This fun brainer will help you develop your cognitive skills while having fun.', 'https://img.gamemonetize.com/hcytr1v5zcyqyku2cnql9r0ach00iu3b/512x384.jpg', 'https://html5.gamemonetize.com/hcytr1v5zcyqyku2cnql9r0ach00iu3b/', '0', 'Clicker', 0, 0, '', 'one-odd-out'), (5591, 'Corona Lines', 'Fight the virus! Its Corona is constantly growing, it is necessary to rotate the core and find chains of thorns of the same color and destroy them. Chains can be searched in adjacent cells in all directions. Each step limited in time, take your time until the virus has collected the entire Corona.', 'https://img.gamemonetize.com/joxa8dmg9k8zdj9k0c16wdh84fi565h2/512x384.jpg', 'https://html5.gamemonetize.com/joxa8dmg9k8zdj9k0c16wdh84fi565h2/', '0', 'Puzzles', 0, 0, '', 'corona-lines'), (5592, 'Private War Fun', 'Private War Fun is the ultimate multiplayer first-person shooter game, with Ai bots, zombies, player classes, weapon loadouts, weapon skins and attachments, and player customization. As the player gets kills, they receive XP points, in-game currency, and rank up- allowing them to buy and unlock new weapons, attachments, skins, and cosmetics.', 'https://img.gamemonetize.com/a2zbexcpvvyoymsecu5qz3qqb2ml2kbk/512x384.jpg', 'https://html5.gamemonetize.com/a2zbexcpvvyoymsecu5qz3qqb2ml2kbk/', '0', 'Shooting', 0, 0, '', 'private-war-fun'), (5593, 'Clara Flower Fairy Fashion', 'Let\'s help the Clara to get the new flower fairy makeover today. She needs perfect outfits like dress, accessories, wings, flower wand, necklace, crown and earrings. Before dress up she likes the suitable makeup too. Come and join this dressup game at 7sgames.com', 'https://img.gamemonetize.com/esliw8vxma4xgtk8clfga9hhg6r1ta9n/512x384.jpg', 'https://html5.gamemonetize.com/esliw8vxma4xgtk8clfga9hhg6r1ta9n/', '0', 'Girls', 0, 0, '', 'clara-flower-fairy-fashion'), (5594, 'Sky Battles', 'This game is made in Unity with C#. Try to complete all mission', 'https://img.gamemonetize.com/6bcfj4wm0bwr8u0nbljf0k7vuu8h0ol7/512x384.jpg', 'https://html5.gamemonetize.com/6bcfj4wm0bwr8u0nbljf0k7vuu8h0ol7/', '0', 'Shooting', 0, 0, '', 'sky-battles'), (5595, 'Brick War', 'This is an interesting brick moving game. You can compete with the characters in the game to move bricks, transport them back to your territory to upgrade your equipment, expand your territory, and explore quickly', 'https://img.gamemonetize.com/yiyhsxxlr5dodmwakhk4me5ihaoxumzf/512x384.jpg', 'https://html5.gamemonetize.com/yiyhsxxlr5dodmwakhk4me5ihaoxumzf/', '0', 'Action', 0, 0, '', 'brick-war'), (5596, '100000000 grains of rice', 'This is a very fun leisure decompression magic game. The game is very simple. Players need to click on the game constantly to see how soon you can count to 100 million grains of rice, and pets come to help. There are also plenty of game props to use, and game levels are very rich.', 'https://img.gamemonetize.com/fqvfnl9x0pfvqm748lgouxiuh3nv2hm5/512x384.jpg', 'https://html5.gamemonetize.com/fqvfnl9x0pfvqm748lgouxiuh3nv2hm5/', '0', 'Hypercasual', 0, 0, '', '-grains-of-rice'), (5597, 'Funny Burger Shop', 'Prepare your burgers according to the wishes of your customers. Try to deliver on time or your customers will abandon the order.', 'https://img.gamemonetize.com/zc1z6q0q9o21pejfqukrirvvhg7rpvno/512x384.jpg', 'https://html5.gamemonetize.com/zc1z6q0q9o21pejfqukrirvvhg7rpvno/', '0', 'Cooking', 0, 0, '', 'funny-burger-shop'), (5598, 'Boom Boom Rocket', '- The rocket continues to rotate. - When you touch the screen, the rocket proceeds in the direction the rocket was headed at the moment you touched it. - When it hits black obstacles, it explodes. - When you eat the sparkling items that randomly appears on the stage, it can fly quickly. So you should find them and eat \'em up. - It is not affected by the obstacle while flying & eating the items. When you feel like there is no way to go, look for some items. - Be careful when you pass the floor with arrows. The rocket will slide in the direction of the arrow.', 'https://img.gamemonetize.com/8zoc5l1tgg9423nkykrsm1eg3yadkvna/512x384.jpg', 'https://html5.gamemonetize.com/8zoc5l1tgg9423nkykrsm1eg3yadkvna/', '0', 'Clicker', 0, 0, '', 'boom-boom-rocket'), (5599, 'Halloween Mahjong', 'Connect the all halloween mahjong tiles and clear the board in this html5 mahjong games. What\'s the max level can you play? You can use the "Hint" and "Shuffle" buttons for help.', 'https://img.gamemonetize.com/q8lxzdfz62690c14uswnq9baguw7yi23/512x384.jpg', 'https://html5.gamemonetize.com/q8lxzdfz62690c14uswnq9baguw7yi23/', '0', 'Puzzles', 0, 0, '', 'halloween-mahjong'), (5600, 'Kids Car Wash', 'We are glad to present to your kids our new game from the series of educational games for children - Car Wash for kids.', 'https://img.gamemonetize.com/01i23lk452tsgx0fzeqzwv14cqn15je7/512x384.jpg', 'https://html5.gamemonetize.com/01i23lk452tsgx0fzeqzwv14cqn15je7/', '0', 'Hypercasual', 0, 0, '', 'kids-car-wash'), (5601, 'Chain Cars Racing game 3D', 'Welcome to Chain Cars Racing game 3D This Chain Cars Racing game 3D game is totally a new and unique stunt chain breaker car racing game on roads of endless impossible tracks. Chain Cars Racing game 3D is a free racing game full of adventurous simulation for the players who are courageous enough to drive challenging drifting Cars on asphalt roads. Try this unbelievable and astonishing simulation of racing experience of driving chained cars and you need to avoid break chain in any case.', 'https://img.gamemonetize.com/4x9ir67pjpsda1se1s6xpv5p9zeovsbd/512x384.jpg', 'https://html5.gamemonetize.com/4x9ir67pjpsda1se1s6xpv5p9zeovsbd/', '0', 'Hypercasual', 0, 0, '', 'chain-cars-racing-game-d'), (5602, 'Football Strike Online Soccer', 'Compete against your friends in head-to-head free kicks, or make a name for yourself in Career Mode! Customize your striker and goalie with tons of unlockable items! Show off your style or wear your team colors!', 'https://img.gamemonetize.com/fzzyicgbwh2bg2z9a2gqgsun0wh00req/512x384.jpg', 'https://html5.gamemonetize.com/fzzyicgbwh2bg2z9a2gqgsun0wh00req/', '0', 'Sports', 0, 0, '', 'football-strike-online-soccer'), (5603, 'Dames Online Elite', 'Checkers (also called draughts or damas in other languages) is an ancient and well-known game that is still popular today thanks to its simple rules and addictive gameplay, which involves sophisticated strategies and many variations.', 'https://img.gamemonetize.com/wfzbxdfvtz15y2y8t6x667cw8cxha7ky/512x384.jpg', 'https://html5.gamemonetize.com/wfzbxdfvtz15y2y8t6x667cw8cxha7ky/', '0', 'Multiplayer', 0, 0, '', 'dames-online-elite'), (5604, 'BTS Racing Car Coloring', 'BTS Racing Car Coloring is super fun and free to play online coloring game for kids. Choose one of the cool racing cars image and color it the way you like. Make a master piece and share it with your friends. Have fun playing BTS Racing Car Coloring!', 'https://img.gamemonetize.com/w921i3oxlunelwclv2g6n43yjoq61jwt/512x384.jpg', 'https://html5.gamemonetize.com/w921i3oxlunelwclv2g6n43yjoq61jwt/', '0', 'Girls', 0, 0, '', 'bts-racing-car-coloring'), (5605, 'Try to survive 2 player', 'Try to survive 2 player - a game where you need to avoid various objects flying at you! Set new records in single player mode or play together with friends. Who will last the longest?', 'https://img.gamemonetize.com/baq6alk1jdv7txehxabwtsrbhlkrdv2k/512x384.jpg', 'https://html5.gamemonetize.com/baq6alk1jdv7txehxabwtsrbhlkrdv2k/', '0', 'Arcade', 0, 0, '', 'try-to-survive--player'), (5606, 'Space Bubble Shooter', 'Space Adventure Matching is a interesting addictive match3 game with a theme from outer space. You can use your free time to enjoy the fun of it. Swap adjacent tiles, make the line of at least three candies of the same color and remove them from the field. Call your friends and enjoy it!', 'https://img.gamemonetize.com/2h657xu4vrby74iiv20ektikzoz8vm4u/512x384.jpg', 'https://html5.gamemonetize.com/2h657xu4vrby74iiv20ektikzoz8vm4u/', '0', 'Puzzles', 0, 0, '', 'space-bubble-shooter'), (5607, 'Dora Winter Holiday Puzzles', 'Dora Winter Holiday Puzzles is super fun and free to play jigsaw game that you can play online in your browser or any mobile device. Choose one of the images and have a best jigsaw time ever!', 'https://img.gamemonetize.com/stdbn4gjdta247357hlw43y1d4snm072/512x384.jpg', 'https://html5.gamemonetize.com/stdbn4gjdta247357hlw43y1d4snm072/', '0', 'Puzzles', 0, 0, '', 'dora-winter-holiday-puzzles'), (5608, 'Yuas Quest', 'Yuas Quest is a 2D platformer where you play as an Anime girl called Yua who have to collect the bottles of antidote of zombie virus while avoiding the zombies, saws and reach the red flag in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. Will you be able to save the humanity?', 'https://img.gamemonetize.com/s5z8xvxm630x9tp32u39wc6r7kebcafo/512x384.jpg', 'https://html5.gamemonetize.com/s5z8xvxm630x9tp32u39wc6r7kebcafo/', '0', 'Arcade', 0, 0, '', 'yuas-quest'), (5609, 'Sketch Dunk', 'Hold the basketball in the air and hit the ring! Beat the record and win. Be careful not to miss the ring! Collect coins and buy skins!', 'https://img.gamemonetize.com/teuwm9nhga1ka7jhu6h9p0b7lqpia885/512x384.jpg', 'https://html5.gamemonetize.com/teuwm9nhga1ka7jhu6h9p0b7lqpia885/', '0', 'Sports', 0, 0, '', 'sketch-dunk'), (5610, 'Helle Bot 2', 'Helle Bot 2 is a 2D Sci-fi themed platformer where you play as a bot who have to collect precious red jewels while avoiding the green and purple enemy bots, flying bots and their bullets, fire, rotating blades, spikes and reach the Exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Helle Bot" series.', 'https://img.gamemonetize.com/6ovdrewsqpwkiobjs9aa682qebh2whi1/512x384.jpg', 'https://html5.gamemonetize.com/6ovdrewsqpwkiobjs9aa682qebh2whi1/', '0', 'Arcade', 0, 0, '', 'helle-bot-'), (5611, 'Carnival Chef Cooking 2', 'A super fun kids food game with tons of carnival fair foods! Cook yummy carnival fair foods for kids such as unicorn chef cake, cotton candy, pogos, ice cream, rainbow slushy, classic hot dog, fries, fried noodles, corn dogs, popsicles, crispy donuts and so much more in this carnival game.', 'https://img.gamemonetize.com/t5r15rr19ipqeq2t6r088i7cjzvf0h4d/512x384.jpg', 'https://html5.gamemonetize.com/t5r15rr19ipqeq2t6r088i7cjzvf0h4d/', '0', 'Girls', 0, 0, '', 'carnival-chef-cooking-'), (5612, 'BFF Halloween Face Painting', 'The beautiful girls Clara, Isla and Amelia are waiting for the wonderful face painting for this Halloween. Could you please help to have the beautiful face painting. Happy Halloween, Enjoy the Halloween face painting game at 7sgames.com', 'https://img.gamemonetize.com/czcmalle0tewk52u9ld33x7r4086ejy6/512x384.jpg', 'https://html5.gamemonetize.com/czcmalle0tewk52u9ld33x7r4086ejy6/', '0', 'Girls', 0, 0, '', 'bff-halloween-face-painting'), (5613, 'Girls Sneaky Fashion', 'Let\'s help our girls Mia and Emma to get into the sneaky fashion today, So, you have to select the wonderful tattoo and the nose pins for these girls along with beautiful clothes and suitable outfits. Don\'t forget to choose the nice makeup like lipstick and eye-shadow etc. Have a amazing dressup games at 7sgames.com', 'https://img.gamemonetize.com/f1yxlyd79mrfsms8h750euveltrgcqch/512x384.jpg', 'https://html5.gamemonetize.com/f1yxlyd79mrfsms8h750euveltrgcqch/', '0', 'Girls', 0, 0, '', 'girls-sneaky-fashion'), (5614, 'Perfect Hotel', 'It is a simulated operation game with the theme of opening hotels, *Gain economic benefits by recruiting customers and expand the development of hotels After entering the game, first create a hotel room according to the guidance to the designated location. When there are customers at the front', 'https://img.gamemonetize.com/8phpnlcxds01n4y4j1ydlztxp0k5jsja/512x384.jpg', 'https://html5.gamemonetize.com/8phpnlcxds01n4y4j1ydlztxp0k5jsja/', '0', 'Hypercasual', 0, 0, '', 'perfect-hotel'), (5615, 'Open Factory', 'Factory King is a simulation business game, you need to develop your own shoe store scale *Slide screen to control character movement * Put shoes on racks for customers to buy *Sell shoes to get gold coins, gold coins are used to upgrade various functions to make yourself stronger * The more money,', 'https://img.gamemonetize.com/zbrhcxrga7l1zz1fzsfdb691ssbrrfsg/512x384.jpg', 'https://html5.gamemonetize.com/zbrhcxrga7l1zz1fzsfdb691ssbrrfsg/', '0', 'Hypercasual', 0, 0, '', 'open-factory'), (5616, 'Crazy worker', 'A business simulation game with a part-time job theme * After entering the game, find a room as soon as possible to start closing the door * Work to get gold coins Gold coins can be used to buy various props and upgrades *Kill the boss to win the game', 'https://img.gamemonetize.com/rlp2s4q6xkxz2n90x26tr429143qcg3e/512x384.jpg', 'https://html5.gamemonetize.com/rlp2s4q6xkxz2n90x26tr429143qcg3e/', '0', 'Action', 0, 0, '', 'crazy-worker'), (5617, 'Superhero Adventure', 'Superhero Adventure Online Shooting Game is an online game that lets you play as a superhero. You can choose to play as a superhero or a villain, and you can use your powers to fight other players. The game features an extensive character customization system, allowing you to create the perfect superhero or villain for your playstyle. Superhero Adventure Online Shooting Game is a fast-paced and action-packed game that will keep you coming back for more.', 'https://img.gamemonetize.com/eeofb8z31t5yf9hqoyau1mr0q9zp9240/512x384.jpg', 'https://html5.gamemonetize.com/eeofb8z31t5yf9hqoyau1mr0q9zp9240/', '0', 'Arcade', 0, 0, '', 'superhero-adventure'), (5618, 'Among Tito 2', 'Among Tito 2 is a 2D Sci-Fi themed platformer where you have to collect adamant stones while avoiding the enemy bots, flying bots, bullets, spikes, rotating saws, lasers and reach the Exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Among Tito" series.', 'https://img.gamemonetize.com/yqpxpov7no7vwm5f7oxc94giehf64efx/512x384.jpg', 'https://html5.gamemonetize.com/yqpxpov7no7vwm5f7oxc94giehf64efx/', '0', 'Arcade', 0, 0, '', 'among-tito-'), (5619, 'Monster Treasure', 'Monster Treasure Online is an online endless runner arcade game that features monsters. Looking for a fun and addicting online game? Check out Monster Treasure Online! This endless runner arcade game is sure to keep you entertained for hours. Featuring cute monsters and treasures, what\'s not to love? So get playing today and see how far you can run!', 'https://img.gamemonetize.com/k0brd1jt2rz12r16208p9hj535coamr7/512x384.jpg', 'https://html5.gamemonetize.com/k0brd1jt2rz12r16208p9hj535coamr7/', '0', 'Arcade', 0, 0, '', 'monster-treasure'), (5620, 'Spider Hunt 2', 'Bugs are bothering you. You can place a bomb to destroy them. In addition, a car burning them is also a good idea. Note that their speed is breakneck.', 'https://img.gamemonetize.com/xx4eiiofeqrq84kxrrbxjrosig07w5km/512x384.jpg', 'https://html5.gamemonetize.com/xx4eiiofeqrq84kxrrbxjrosig07w5km/', '0', 'Clicker', 0, 0, '', 'spider-hunt-'), (5621, 'IDLE Warrior Tales RPG', 'Fight order of orcs! Are you looking for an PVE AFK RPG game with idle leveling, many different skills, cool heroes, and crazy monsters? Immerse yourself in the atmosphere of endless adventure, boss battles, heaps of gold, rewards, equipment, and strategic choices during afk battle. Game for lovers of the AFK genre. Your heroes themselves know which spell is better to use at the moment, allow them to make a choice themselves: heal an ally or impose a curse on a monster.', 'https://img.gamemonetize.com/udww2e0vq3r0dp3b468nza8ni5zbqy2v/512x384.jpg', 'https://html5.gamemonetize.com/udww2e0vq3r0dp3b468nza8ni5zbqy2v/', '0', 'Clicker', 0, 0, '', 'idle-warrior-tales-rpg'), (5622, 'Muscle race games body run 3d', 'Upgrade your Muscle head with tons of fun skins! Collect a huge range of wacky characters as you progress through levels, from traditional strong men to gym bros, athletes, wrestlers, superheroes, and more. Customize your musculature to achieve maximum strength! Collect your own color dumbbell and Build up your body!', 'https://img.gamemonetize.com/a4uouelhogkc4dvylg1ffz4ynqsu9izh/512x384.jpg', 'https://html5.gamemonetize.com/a4uouelhogkc4dvylg1ffz4ynqsu9izh/', '0', 'Racing', 0, 0, '', 'muscle-race-games-body-run-d'), (5623, 'Asteroid Rain', 'ASTEROID RAIN IS COMING. YOU HAVE TO DESTROY ALL THE ASTEROIDS BEFORE THEY HIT THE EARTH. SAVING HUMANITY IS ALL BELONG TO YOU. THE SCIENTIEST CAN DESTROY 4 ASTEROIDS SO YOU HAVE 4 MISSING CHANCE AFTER THE 5th YOU WILL LOSE.', 'https://img.gamemonetize.com/8pnew3a29wrl7uk2rrz17yzz9z6xw8ph/512x384.jpg', 'https://html5.gamemonetize.com/8pnew3a29wrl7uk2rrz17yzz9z6xw8ph/', '0', 'Arcade', 0, 0, '', 'asteroid-rain'), (5624, 'Run Rich 3D Game', 'Get to the end of the track and try to collect as many money bills as possible along the way! The more money you collect, the better your outfit will look. On the other hand, if you collect too many bottles, trash cans or bills, you will get poorer and risk losing everything! Simple and intuitive game with easy to remember controls.', 'https://img.gamemonetize.com/biqowjh9aaf7slalv2ttex1eotcttz3l/512x384.jpg', 'https://html5.gamemonetize.com/biqowjh9aaf7slalv2ttex1eotcttz3l/', '0', 'Adventure', 0, 0, '', 'run-rich-d-game'), (5625, 'Solitaire Classique', 'You can\'t ask for a better app to relax with your family and test your SAGACITY! This game will delight Solitaire fans, delight card game aficionados and delight casual gamers!', 'https://img.gamemonetize.com/nsdahuvzyoduhfrbutl45r78x97ilkri/512x384.jpg', 'https://html5.gamemonetize.com/nsdahuvzyoduhfrbutl45r78x97ilkri/', '0', 'Hypercasual', 0, 0, '', 'solitaire-classique'), (5626, 'Triangle Matching Puzzle', 'Are you ready to solve block puzzle games with rainbow triangles?Arrange shapes made up of triangles to fill up all kinds of designs!The possibilities are endless!', 'https://img.gamemonetize.com/s22s5ze3hxs6lkuzk92etc71ln7580m2/512x384.jpg', 'https://html5.gamemonetize.com/s22s5ze3hxs6lkuzk92etc71ln7580m2/', '0', 'Puzzles', 0, 0, '', 'triangle-matching-puzzle'), (5627, 'Derby Car Destruction Crash Drive 2022 3D', 'All the lovers of Car Games 3D are welcome in Derby Car Destruction Crash Drive 2022 3D to enjoy car crash games. The new car demolition derby games & destruction trend is on top. No, wait for car demolition Derby Car Destruction Crash Drive 2022 3D & crash other cars. It\'s fun to play this high speed Derby Car Destruction Crash Drive 2022 3D having a variety of multiple car points of interest.', 'https://img.gamemonetize.com/duu3h91poi7i5oyds61gk4gv7jeunz1o/512x384.jpg', 'https://html5.gamemonetize.com/duu3h91poi7i5oyds61gk4gv7jeunz1o/', '0', '3D', 0, 0, '', 'derby-car-destruction-crash-drive--d'), (5628, 'Candy Switch', 'A great high score game of agility called "Candy Switch". Here you have to control a small candy ball that has a certain color and can change it under circumstances. The main goal of the game is to hold the ball as high as possible, passing through obstacles of different shapes. Tap to start jumping and go through the same color as your candy ball. good luck!', 'https://img.gamemonetize.com/lrm9duf3c06fqvnt6loq8e24brwj285t/512x384.jpg', 'https://html5.gamemonetize.com/lrm9duf3c06fqvnt6loq8e24brwj285t/', '0', 'Clicker', 0, 0, '', 'candy-switch'), (5629, 'Project Drift 2.0', 'Design your own car and show the difference! Super drift cars with powerful engines offer you admirable performance on the tarmac.', 'https://img.gamemonetize.com/2tk3w5rh1hc8o9hfrhjv7u5yl568zkiq/512x384.jpg', 'https://html5.gamemonetize.com/2tk3w5rh1hc8o9hfrhjv7u5yl568zkiq/', '0', 'Racing', 0, 0, '', 'project-drift-'), (5630, 'Dirt 3 Racing Bikes', 'the best end of trial motorcycle racing game, if you like racing, you can\'t miss this opportunity, enjoy the world of motorcycles, in a very funny way. Select the game mode, championship, fast race, you can compete with your friends in online races, because it has online multiplayer, allowing you', 'https://img.gamemonetize.com/9bhfnyn817d7vc4xejoj3ees3xy62dau/512x384.jpg', 'https://html5.gamemonetize.com/9bhfnyn817d7vc4xejoj3ees3xy62dau/', '0', 'Racing', 0, 0, '', 'dirt--racing-bikes'), (5631, 'Fast Bus Ultimate Parking 3D 2022 ', 'Play Fast Bus Ultimate Parking 3D 2022 and improve your bus driving skills. Welcome to Fast Bus Ultimate Parking 3D 2022 , ready to play a bus simulator 3D. Fast Bus Ultimate Parking 3D 2022 gives you the opportunity to show your best coach bus driving skills in ultimate bus driving and bus driving 3D. Drive the bus.', 'https://img.gamemonetize.com/7eoxxq76sgoss01bt5crli3rsw7412yr/512x384.jpg', 'https://html5.gamemonetize.com/7eoxxq76sgoss01bt5crli3rsw7412yr/', '0', '3D', 0, 0, '', 'fast-bus-ultimate-parking-d--'), (5632, 'US Modern Tractor Farming Game 3D 2022', 'To start a new US Modern Tractor Farming Game 3D 2022: Modern Farm Game has a new tractor house area for tractor farming. The farming techniques of village life can be easily applied in a US Modern Tractor Farming Game 3D 2022 while playing it. The new tractor farming is designed with realistic graphics to give you a proper village feel like the modern former game where you will need a strong US Modern Tractor Farming Game 3D 2022 in farm fields to drive through in Modern farming game.', 'https://img.gamemonetize.com/v5wef0b21qq4889j52w2ivh2lwv90nme/512x384.jpg', 'https://html5.gamemonetize.com/v5wef0b21qq4889j52w2ivh2lwv90nme/', '0', '3D', 0, 0, '', 'us-modern-tractor-farming-game-d-'), (5633, 'Squid Game Deadflip', 'You must be careful to land safely on the ground. Make the Squid Game character somersault and land carefully on the ground. Rescue the character who is bored and wants to escape from challenging Squid Game games! Enjoy comprehensive levels by improving your intelligence while having fun. Start the challenge right now with 25+ different level designs!', 'https://img.gamemonetize.com/0f3p3y9hmos3rs2swmktzq3dz0kh9l9x/512x384.jpg', 'https://html5.gamemonetize.com/0f3p3y9hmos3rs2swmktzq3dz0kh9l9x/', '0', 'Fighting', 0, 0, '', 'squid-game-deadflip'), (5634, 'Dirt Bike Max Duel', 'The bikes are ready to be ridden on the dirt ground with the Dirt Bike Max Duel game. You will not only ride on the dirt ground but also you will ride on mountains, obstacles, stones, woods, or anything that comes to your mind. You can embark on a very long adventure or you can start a duel against your friend. Your goal is to get to the finish line in time or before your opponent. You can duel in two player mode against time or against round winning amount. You can switch to different bikes after you earn some amount of money. Lots of chapters with fun physics and with cool dirt bikes will be waiting for you!', 'https://img.gamemonetize.com/mgsk0eil5rh1aj35sat9gk2x9q9iuink/512x384.jpg', 'https://html5.gamemonetize.com/mgsk0eil5rh1aj35sat9gk2x9q9iuink/', '0', 'Racing', 0, 0, '', 'dirt-bike-max-duel'), (5635, 'Questlike Web', 'Join the Hunt! Questlike: Web is a beat-bumping, monster-hunting RPG! Battle Beasts in rhythm-based combat, collect and craft awesome gear, and prove that you\'re a World Class Monster Hunter!', 'https://img.gamemonetize.com/9nsoyjvpwqbbvi41gvj73lx48ukhurls/512x384.jpg', 'https://html5.gamemonetize.com/9nsoyjvpwqbbvi41gvj73lx48ukhurls/', '0', 'Hypercasual', 0, 0, '', 'questlike-web'), (5636, 'Push Him!', 'Don\'t let your rivals get to the finish line using various traps. Buy new traps, upgrade old ones, watch your rivals scatter in different directions!', 'https://img.gamemonetize.com/fqsueqyrxlcl3b76wkpqrrmyycp3a2kv/512x384.jpg', 'https://html5.gamemonetize.com/fqsueqyrxlcl3b76wkpqrrmyycp3a2kv/', '0', 'Arcade', 0, 0, '', 'push-him'), (5637, 'Car Driving Traffic Crazy Mobile', 'Is the first-person viewpoint of so many racing games becoming old for you? Car 2: Racing is a game you might play if you want to try your luck. Being in a car gives you a bird\'s-eye view of the chaotic streets below you. Get where you\'re going fast, stay out of traffic, make money, and buy new vehicles. Reach the pinnacle of success on a global scale.', 'https://img.gamemonetize.com/78puiwd62s3buyl8bpa5602rwti4tt2q/512x384.jpg', 'https://html5.gamemonetize.com/78puiwd62s3buyl8bpa5602rwti4tt2q/', '0', 'Racing', 0, 0, '', 'car-driving-traffic-crazy-mobile'), (5638, 'Cheerleader Girls', 'In this game, you can experience what a cheerleader girl does in her daily life. She likes putting on makeups and dressing herself up in her dorm. And she practises a lot with her team so that they can cheer their school team up. Sometimes she goes on a date with her boyfriend. They often eat hotdogs in their favorite restaurant. Are you interested in this game? Come and play this game!', 'https://img.gamemonetize.com/vww7t9a9vvyvt85ydne368fwsx75f8iz/512x384.jpg', 'https://html5.gamemonetize.com/vww7t9a9vvyvt85ydne368fwsx75f8iz/', '0', 'Girls', 0, 0, '', 'cheerleader-girls'), (5639, 'Little Panda World Recipe', 'In Little Panda World Recipe, the baby will get a new identity, cooking master, cooking delicious dishes from all over the world. Are babies ready? It\'s time to show your real cooking skills! Can you complete all challenges?', 'https://img.gamemonetize.com/dz2qgmpstd9ut7eu5m6y8gs6ux10yycn/512x384.jpg', 'https://html5.gamemonetize.com/dz2qgmpstd9ut7eu5m6y8gs6ux10yycn/', '0', 'Girls', 0, 0, '', 'little-panda-world-recipe'), (5640, 'Fashion New Year New Hairstyles', 'New Year is coming and Adella is tired of her classic hairstyle. She is eager to become more charming and beautiful in the New Year. Could you help her? You can help her design a beautiful braid hair. Don\'t forget to accessorize her new hairstyle! Have fun!', 'https://img.gamemonetize.com/y6nvagzpq5vb7iyul2v382nuzz9bz6hq/512x384.jpg', 'https://html5.gamemonetize.com/y6nvagzpq5vb7iyul2v382nuzz9bz6hq/', '0', 'Girls', 0, 0, '', 'fashion-new-year-new-hairstyles'), (5641, 'Atanu Boy 2', 'Atanu Boy 2 is a 2D platformer where you have to collect money while avoiding the enemy gangsters, flying drones and their bullets, saws, spikes and reach the pink flag in order to go to the next level. There are 8 level to play and the difficulty increases as you proceed. This is the second installment of the original "Atanu Boy" series.', 'https://img.gamemonetize.com/tujy278x5sgaknzbjl5evgfy03a3az2d/512x384.jpg', 'https://html5.gamemonetize.com/tujy278x5sgaknzbjl5evgfy03a3az2d/', '0', 'Arcade', 0, 0, '', 'atanu-boy-'), (5642, 'Tower Attack War 3D', 'Tower Attack War 3D is a free casual online game for boys played on PuzzleGame. Collect bricks and summon more soldiers to attack enemies\' towers. Let\'s see who can destroy the other side\'s tower first. Remember to upgrade your soldiers and strengthen their fighting capacity. There is also a multiplayer mode waiting for you to unlock. Mobile, Tablet, and Desktop are playable. Come to play now.', 'https://img.gamemonetize.com/rwq7l9l48d51vhfhwal1dgrqhco8hxri/512x384.jpg', 'https://html5.gamemonetize.com/rwq7l9l48d51vhfhwal1dgrqhco8hxri/', '0', 'Boys', 0, 0, '', 'tower-attack-war-d'), (5643, 'Stunt Santa', 'It\'s Christmas Eve and Santa’s sledge has gone out of control spilling and the gifts all over the streets! So now help Santa to collect as many gifts as possible so help him to collect all gifts to finish each levels! Enjoy it!', 'https://img.gamemonetize.com/ktp1d0lxfg8xg9cxmw6qe6gow4xsvvnf/512x384.jpg', 'https://html5.gamemonetize.com/ktp1d0lxfg8xg9cxmw6qe6gow4xsvvnf/', '0', 'Racing', 0, 0, '', 'stunt-santa'), (5644, 'Pesta Formica', 'Smash the Ants! In this very nice game you have to crush all the ants that emerge from the ground avoiding to make them escape from the screen! but be careful not to touch the red ones or the game will end immediately! Try to hold out as long as possible and score your personal best score. Have fun with this hilarious little game!', 'https://img.gamemonetize.com/z7p5cuohan4ny0rnld4l0cqd7zyq9aur/512x384.jpg', 'https://html5.gamemonetize.com/z7p5cuohan4ny0rnld4l0cqd7zyq9aur/', '0', 'Clicker', 0, 0, '', 'pesta-formica'), (5645, 'Stack builder skycrapper', 'Build a tower as high as you can out of blocks. Place the blocks as best as possible on top of each other so that they do not fall apart. you have to be very precise in arranging them.', 'https://img.gamemonetize.com/efjdlssnojqhwk15noyrbzz3hqd5xtjx/512x384.jpg', 'https://html5.gamemonetize.com/efjdlssnojqhwk15noyrbzz3hqd5xtjx/', '0', 'Arcade', 0, 0, '', 'stack-builder-skycrapper'), (5646, 'Neon Rurider', 'Neon arcade race, with a pleasant atmosphere of Russia. Go through difficult levels and enjoy the native atmosphere. Every click you make affects the game!', 'https://img.gamemonetize.com/76zr4rwztyiqtklve49kr6yc43tg2huk/512x384.jpg', 'https://html5.gamemonetize.com/76zr4rwztyiqtklve49kr6yc43tg2huk/', '0', 'Racing', 0, 0, '', 'neon-rurider'), (5647, 'Knife Master Flip!', 'Knife master! Flip knives, collect coins and try different knives! How adept are you at using knives? Try your knife, flip it and be a master! Too many knives are waiting for you, start to flip now! Can you be a master of knives?', 'https://img.gamemonetize.com/45b0u7expz1ws5z4nwl5xttluwwaedzw/512x384.jpg', 'https://html5.gamemonetize.com/45b0u7expz1ws5z4nwl5xttluwwaedzw/', '0', 'Hypercasual', 0, 0, '', 'knife-master-flip'), (5648, 'Subway Mario', 'Join italian runner to the trip of castle adventures in Subway Super Run and escape the danger! Adventurous trip down the jungle castle in Subway Super Run - control Italian runner and escape series of danger! Surf and travel through jungle, castles or even caverns of different worlds to save the princess in danger. Gather gold coins to get more bonuses and unlock more levels ahead!', 'https://img.gamemonetize.com/cz8up69lpm0yidmixah06bdkiwoj0fjz/512x384.jpg', 'https://html5.gamemonetize.com/cz8up69lpm0yidmixah06bdkiwoj0fjz/', '0', 'Arcade', 0, 0, '', 'subway-mario'), (5649, 'Charlotte Valley', 'Charlotte is a little girl who loves Sunflower, help her to harvest all the sunflowers in each level. Plan your path strategically, you will find thorns, mats and bridges that have hindered you.', 'https://img.gamemonetize.com/ahzkale99b9wyq6b04kyj8z5fk46yara/512x384.jpg', 'https://html5.gamemonetize.com/ahzkale99b9wyq6b04kyj8z5fk46yara/', '0', 'Puzzles', 0, 0, '', 'charlotte-valley'), (5650, 'Save The Hungry Girl 4', 'Save The Hungry Girl 4 is a point and click escape game developed by 8BGames/Games2Mad. Imagine that you had been to a place; on there you found a hungry girl asking for popcorn. Find some hidden object to solve some interesting clues to save the hungry girl. Good luck… Have fun!', 'https://img.gamemonetize.com/7zebt2h395406b3w59dqcq0584aa4rmr/512x384.jpg', 'https://html5.gamemonetize.com/7zebt2h395406b3w59dqcq0584aa4rmr/', '0', 'Puzzles', 0, 0, '', 'save-the-hungry-girl-'), (5651, 'Match Tile 3D', 'Match Tile 3D is an addictive puzzle, not only connect your brain to logical thinking but also is a fun triple matching game which is easy for everyone to play!', 'https://img.gamemonetize.com/zrus5cf2v3fwdb7g5ib3if98wl6imium/512x384.jpg', 'https://html5.gamemonetize.com/zrus5cf2v3fwdb7g5ib3if98wl6imium/', '0', 'Puzzles', 0, 0, '', 'match-tile-d'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (5652, 'Blue House Escape 4', 'Blue House Escape 4 is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a house; there you got trapped inside the house. Here are the interesting puzzles and hidden objects to find and get escape from the house. Good luck… Have fun!', 'https://img.gamemonetize.com/lhiradqcjov0ioiit74fw83opp4jyf6z/512x384.jpg', 'https://html5.gamemonetize.com/lhiradqcjov0ioiit74fw83opp4jyf6z/', '0', 'Puzzles', 0, 0, '', 'blue-house-escape-'), (5653, 'G2M Brick House Escape 2', 'Brick House Escape 2 is a point and click game developed by 8B Games/Games2Mad. Imagine that you went to a brick house. You got trapped inside the house. Now here is the interesting puzzles and hidden objects to get escape. Good Luck…. Have Fun!!!', 'https://img.gamemonetize.com/i2ao2fabbf3tbyfgnji2h4729xg6iggm/512x384.jpg', 'https://html5.gamemonetize.com/i2ao2fabbf3tbyfgnji2h4729xg6iggm/', '0', 'Puzzles', 0, 0, '', 'gm-brick-house-escape-'), (5654, 'Rescue The Cute Squirrel', 'Rescue The Cute Squirrel is a point and click escape game developed by 8BGames/Games2Mad. Imagine that you went to a place. There you found a Squirrel locked in a cage. Find some hidden object to solve some interesting clues to rescue the Squirrel. Good luck…Have fun!', 'https://img.gamemonetize.com/wd3t1twdz1zw4xz2wijyp6ep29ncu1q6/512x384.jpg', 'https://html5.gamemonetize.com/wd3t1twdz1zw4xz2wijyp6ep29ncu1q6/', '0', 'Puzzles', 0, 0, '', 'rescue-the-cute-squirrel'), (5655, 'Rescue The Ant', 'Rescue The Ant is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a forest there you found a Wolverine got trapped inside the cage. Here are the interesting puzzles and hidden objects to find and get escape the Ant. Good luck... Have fun!', 'https://img.gamemonetize.com/jnsuvk0ufchsragoih976p8bfsp0y630/512x384.jpg', 'https://html5.gamemonetize.com/jnsuvk0ufchsragoih976p8bfsp0y630/', '0', 'Puzzles', 0, 0, '', 'rescue-the-ant'), (5656, 'Duck Farm Escape 2', 'Duck Farm Escape 2 is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a Farm; there you got trapped inside the Farm. Here are the interesting puzzles and hidden objects to find and get escape from the Farm. Good luck… Have fun!', 'https://img.gamemonetize.com/ryx2gr8qplc1x1a3xotb94edbw0xzwq1/512x384.jpg', 'https://html5.gamemonetize.com/ryx2gr8qplc1x1a3xotb94edbw0xzwq1/', '0', 'Puzzles', 0, 0, '', 'duck-farm-escape-'), (5657, 'Cargo Drive Truck Delivery Simulator', 'Here is a truck transport-driving simulation game with 3D environments. You need to transport all cargo items to the marked position at each level. As long as you fail any cargo items, you will lose the game directly. Keep calm and drive stably!', 'https://img.gamemonetize.com/eug0d085erm1ekbd4yvk5scmcz4z1irc/512x384.jpg', 'https://html5.gamemonetize.com/eug0d085erm1ekbd4yvk5scmcz4z1irc/', '0', 'Action', 0, 0, '', 'cargo-drive-truck-delivery-simulator'), (5658, 'Car Crash Pixel Demolition Mobile', 'This is a real-world automobile smashing and wrecking derby car racing game called Demolition Derby Destruction. It was inspired by one of the most popular events at county fairs and festivals in the United States. This "car racing game" is available all over the globe. It allows players to experience the utmost excitement that can be had by destroying things and beating their opponents by crashing their vehicles and cars into one another as quickly as possible. If you can keep going for longer, you will have a better opportunity to win.', 'https://img.gamemonetize.com/jo190zw4cjrrz15qgeaklaafrozib9fv/512x384.jpg', 'https://html5.gamemonetize.com/jo190zw4cjrrz15qgeaklaafrozib9fv/', '0', 'Racing', 0, 0, '', 'car-crash-pixel-demolition-mobile'), (5659, 'Car Demolition Derby Racing Mobile', 'Car crashing is all about doing crazy racing maneuvers and destroying cars. While playing this vehicle demolition derby game, you may put your automobile crashing talents to the ultimate test. This is also one of those adventurous demolition derby games, and you will like the high performance demolition racing games, bang racing vehicles, car crash, car damage, and other risky obstacles while playing this car chaos derby games.', 'https://img.gamemonetize.com/rdqbalm0mz9c0x2vzh4lqrb01zpszmv7/512x384.jpg', 'https://html5.gamemonetize.com/rdqbalm0mz9c0x2vzh4lqrb01zpszmv7/', '0', 'Racing', 0, 0, '', 'car-demolition-derby-racing-mobile'), (5660, 'Wood Gems Bubble Shooter', 'Wood Gems is a game for Match 3 lovers, with fantastic graphics and nice music, you will never get enough of this game! Game by Gamesnout.com', 'https://img.gamemonetize.com/kffuspjmb45kdfhdnzeia3q2ys23zn3i/512x384.jpg', 'https://html5.gamemonetize.com/kffuspjmb45kdfhdnzeia3q2ys23zn3i/', '0', 'Puzzles', 0, 0, '', 'wood-gems-bubble-shooter'), (5661, 'Car Crazy Highway Drive Mobile', 'Get behind the wheel, navigate an infinite stream of traffic on an open highway, and use your earnings to upgrade your ride. Compete with other players around the world.', 'https://img.gamemonetize.com/fph7qskre48b3gg6t90guzpsovyjtqxv/512x384.jpg', 'https://html5.gamemonetize.com/fph7qskre48b3gg6t90guzpsovyjtqxv/', '0', 'Racing', 0, 0, '', 'car-crazy-highway-drive-mobile'), (5662, 'Noob End World', 'Try to escape from the end world! Complete all the levels and share your result with your friends. Jump over blocks and don\'t fall into the void. Compete with your friends and kill zombies with your pickaxe to make portal. It\'s time to show off your parkour skills!', 'https://img.gamemonetize.com/6o0bkmn913nw4151raxtc6n5j30byeue/512x384.jpg', 'https://html5.gamemonetize.com/6o0bkmn913nw4151raxtc6n5j30byeue/', '0', 'Adventure', 0, 0, '', 'noob-end-world'), (5663, 'Gloo Bot 2', 'Gloo Bot 2 is a 2D Sci-fi themed platformer where you play as a robot who have to collect all of the battery cells while avoiding enemy robots, flying bots, bullets, spikes, and reach your robot house in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Gloo Bot" series.', 'https://img.gamemonetize.com/zah9r1odsqr7wp5pkdwyt4evgizn1r32/512x384.jpg', 'https://html5.gamemonetize.com/zah9r1odsqr7wp5pkdwyt4evgizn1r32/', '0', 'Arcade', 0, 0, '', 'gloo-bot-'), (5664, 'Santas Present', 'Santas Present is a 2D Christmas themed platformer where you play as Santa who have to collect all of the gift boxes while avoiding the enemies, spikes, ground saws and reach the house in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/xtf9ll65b0lo6i8ke6ktlogk5kctav0i/512x384.jpg', 'https://html5.gamemonetize.com/xtf9ll65b0lo6i8ke6ktlogk5kctav0i/', '0', 'Arcade', 0, 0, '', 'santas-present'), (5665, 'Baby Panda Cleanup', 'Baby Panda Cleanup is a very fun game. The rooms are in a mess. Animals needs your help. Are you willing to help them clean up the rooms?', 'https://img.gamemonetize.com/elhnw9eo0ibczgm0b1s0aaycptx58n0r/512x384.jpg', 'https://html5.gamemonetize.com/elhnw9eo0ibczgm0b1s0aaycptx58n0r/', '0', 'Girls', 0, 0, '', 'baby-panda-cleanup'), (5666, 'TNTcraft', 'TNTcraft is a 2 player TNT game in a minecraft world where your mission is to explode the zombie spawner using TNT. Make tactics with your friend and explode zombies but beware, some of the zombies can explode and may hurt you. With 4 different maps fight against zombies with your friend, make tactics and explode your TNTs.', 'https://img.gamemonetize.com/yghr3lfxo7ze6vwvw986eraf5qylo15a/512x384.jpg', 'https://html5.gamemonetize.com/yghr3lfxo7ze6vwvw986eraf5qylo15a/', '0', 'Action', 0, 0, '', 'tntcraft'), (5667, 'Santa Wood Cutter', 'Hi Santa you need to chop wood and avoid the branches! It could be an easy task? It\'s easy to play but hard to master! Simple and addictive gameplay! This game is up old school as you rush and dash ARCADE STYLE! FREE!', 'https://img.gamemonetize.com/2s77zeuhnsh8sc7cs54i3a98tqq1zl97/512x384.jpg', 'https://html5.gamemonetize.com/2s77zeuhnsh8sc7cs54i3a98tqq1zl97/', '0', 'Clicker', 0, 0, '', 'santa-wood-cutter'), (5668, 'Panda And Friends', 'Panda And Friends is a very cute game. Little Panda wants to play with his friends in the park. Before he goes outside, he needs to decorate his room and dress up. Let\'s help him deocrate his room and dress him up with cute outfits first. And then let\'s play with Panda and his friends. Have a good time!', 'https://img.gamemonetize.com/108sq2an4e8vjyoe834rmzgc63rnkydz/512x384.jpg', 'https://html5.gamemonetize.com/108sq2an4e8vjyoe834rmzgc63rnkydz/', '0', 'Girls', 0, 0, '', 'panda-and-friends'), (5669, 'Smile Style', 'A new social media challenge has begun! Cute princesses decided to depict emoji. Try to recreate one of the six emojis with makeup and accessories. Which emoji are you today? In love, angel, devil, cool, sad or angry? Enjoy playing «Smile Style» on dl-girls.com', 'https://img.gamemonetize.com/ltn0hrebsr0tafs10xpkl18o3bp7gkyi/512x384.jpg', 'https://html5.gamemonetize.com/ltn0hrebsr0tafs10xpkl18o3bp7gkyi/', '0', 'Girls', 0, 0, '', 'smile-style'), (5670, 'Good and Evil DressUp', 'Two young girls go to the school of magic to become princesses. But one of the friends goes to the school of Good, and the other - to the school of Evil. What will be their fate now? One will become a princess, and the other an evil witch? No matter how! Our heroine decides to take fate into her own hands and become the most fashionable sorceress in the school. Now even princesses will envy her outfits! Invent non-standard solutions from black leather, satin and other fabrics. Your dresses will drive even the most spoiled princes crazy. Learn fashion at the School of Good and Evil!', 'https://img.gamemonetize.com/kwte8sklq9g3w0kfv6emv4ej5uiedkdm/512x384.jpg', 'https://html5.gamemonetize.com/kwte8sklq9g3w0kfv6emv4ej5uiedkdm/', '0', 'Girls', 0, 0, '', 'good-and-evil-dressup'), (5671, 'Princess Eternal Flower', 'Do you like princesses? Have you ever heard of the eternal flower? Now I have a great idea. Let\'s make an immortal flower about a princess. If you are interested, come and join us! 95.68% of 938 players like the mobile game.', 'https://img.gamemonetize.com/asoukn2a7oepb02vsjikef59m4yibkfd/512x384.jpg', 'https://html5.gamemonetize.com/asoukn2a7oepb02vsjikef59m4yibkfd/', '0', 'Girls', 0, 0, '', 'princess-eternal-flower'), (5672, 'Princess Jewelry Designer Game', 'Countless girls are crazy for all kinds of different jewelry, including precious diamonds and beautiful gems. If you are also a jewelry lover, try to become an excellent jewelry designer. In the game Princess Jewelry Designer, cut precious pink diamonds and set the sparkling broken diamonds around the pink diamonds to create the most beautiful eternal star in the world. Design a diamond brooch for our princess. Are you ready?', 'https://img.gamemonetize.com/hy6quiaw4qpwbahc6tjsn3knrdvt56wm/512x384.jpg', 'https://html5.gamemonetize.com/hy6quiaw4qpwbahc6tjsn3knrdvt56wm/', '0', 'Girls', 0, 0, '', 'princess-jewelry-designer-game'), (5673, 'Vampire Survivor', 'Vampire Survivor is a pixel retro RPG adventure game. Damn! You are in deep trouble, you are surrounded by zombies and monsters, and you have to be strong and survive and summon more friends, warriors, mages, and even assassins with you! Use your skills and try to survive in the predicament! It may not be so easy, you need to prepare well before the battle, and upgrade your skills and weapons.', 'https://img.gamemonetize.com/6ao24tmxbbyz8n9d40hd59o0pfj7zkzw/512x384.jpg', 'https://html5.gamemonetize.com/6ao24tmxbbyz8n9d40hd59o0pfj7zkzw/', '0', 'Adventure', 0, 0, '', 'vampire-survivor'), (5674, 'Fashion Coloring Glitter', 'Fashion Coloring Book Glitter is a fashionable coloring game. 12 beautiful coloring pages are here for you to enjoy. Come and color the pages with vivid and glittering colors. And there are also plenty of cute stikcers. Attaching stickers to the pages will make the pages more dynamic. It takes just a finger to create a smug masterpiece. Can\'t wait to experience this game? come and give it a try!', 'https://img.gamemonetize.com/ui8tb1bs9os2uod9nn5k77015i4lcng0/512x384.jpg', 'https://html5.gamemonetize.com/ui8tb1bs9os2uod9nn5k77015i4lcng0/', '0', 'Girls', 0, 0, '', 'fashion-coloring-glitter'), (5675, 'Grab Pack Playtime Logic Game', 'Solve funny puzzles with your creativity in this fun logic game! Play alongside your favorite pals, Huggy Wuggy and Kissy Missy, as you solve puzzles with a twist! Complete each level by completing the goal in mind. Think outside the box if you get stuck because the answer might not be so obvious!', 'https://img.gamemonetize.com/a2p13x0hriwr4v47ys0vcbzxithyov70/512x384.jpg', 'https://html5.gamemonetize.com/a2p13x0hriwr4v47ys0vcbzxithyov70/', '0', 'Puzzles', 0, 0, '', 'grab-pack-playtime-logic-game'), (5676, 'Educational Games Kids', 'Fun & educational toddler learning games that help pre-k kids to learn easily. These kids\' games include connecting the dots & puzzle games for kids like jigsaw puzzles games. is a kind of fun and educational toddler learning games that help pre-k kids to learn easily. These kids\' games include connecting the dots & puzzle games for kids like jigsaw puzzles games.', 'https://img.gamemonetize.com/k9tsztjrwmzc7h73twsese66juiwo10p/512x384.jpg', 'https://html5.gamemonetize.com/k9tsztjrwmzc7h73twsese66juiwo10p/', '0', 'Puzzles', 0, 0, '', 'educational-games-kids'), (5677, 'Save My Doge', '"Save My Doge" is the second version of the popular cute game that has made all the kids in the world fall in love with it. The gameplay consists of rescuing a little dog with the help of drawing, which is in trouble. To test your drawing skills and create key resistances around the dog, all you need to do is be careful and quick, because he is in great danger. Ready to save the baby? Then let\'s start!', 'https://img.gamemonetize.com/a93i9dn9jatshlxpappr6yw8brzgy9ha/512x384.jpg', 'https://html5.gamemonetize.com/a93i9dn9jatshlxpappr6yw8brzgy9ha/', '0', 'Puzzles', 0, 0, '', 'save-my-doge'), (5678, 'Humi Bot 2', 'Humi Bot 2 is a 2D Sci-Fi themed platformer where you have to collect yellow orbs while avoiding spikes, saws, enemy robots, flying bots and reach the Exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Humi Bot" series.', 'https://img.gamemonetize.com/uva41kmxkwci7ge45ju57j36n02pb7h1/512x384.jpg', 'https://html5.gamemonetize.com/uva41kmxkwci7ge45ju57j36n02pb7h1/', '0', 'Arcade', 0, 0, '', 'humi-bot-'), (5679, 'Halloween Breakout', 'Welcome to the wold of Halloween Breakout game! Aim and start breaking bricks with halloween characters! Collect coins to help you with hard missions. Explore tons of amazing halloween levels and try to complete them all. Happy halloween', 'https://img.gamemonetize.com/tyaie3u4n816w6fbtnb0ifje5uxnlyeg/512x384.jpg', 'https://html5.gamemonetize.com/tyaie3u4n816w6fbtnb0ifje5uxnlyeg/', '0', 'Puzzles', 0, 0, '', 'halloween-breakout'), (5680, 'Harvest Cut Master', 'Harvest Cut Master game is a fun puzzle game consisting of 55 Levels in total. In each level you have to harvest the crops in the field. To be able to harvest different crops, you need to upgrade your vehicle. You can also achieve this by purchasing new agricultural vehicles. Do not forget to visit the "UPGRADE" section with the money you earn after the harvest.', 'https://img.gamemonetize.com/scatsldx0zcuirycxzi2nlq5iktzyqzy/512x384.jpg', 'https://html5.gamemonetize.com/scatsldx0zcuirycxzi2nlq5iktzyqzy/', '0', 'Puzzles', 0, 0, '', 'harvest-cut-master'), (5681, 'Head Volleyball', 'Do your best to earn scores against your opponents and win the matches! This is a head sports game which is a simplified version of volleyball game. Before each game, you can choose your character and then customize its appearance and other features of the game like playground, weather, AI difficulty, match duration and etc. The rest is simple! You have four buttons to control your character and earn scores against your opponent. Two keys are for moving, one is for jumping and the other one is for kicking the ball with your foot or head', 'https://img.gamemonetize.com/v20jqjml7lem7z382k7rd4m1ge7wvv20/512x384.jpg', 'https://html5.gamemonetize.com/v20jqjml7lem7z382k7rd4m1ge7wvv20/', '0', 'Sports', 0, 0, '', 'head-volleyball'), (5682, 'Frozen Princess Hidden Objects', 'It\'s an ideal opportunity to set out on a Hidden Worlds Adventure in our most recent Hidden Object game! Search makeup items , bows and strips, packs and shoes, all that our princess needs to get dressed for the colder time of year celebration is lost inside the mystical palace! Along these lines, be an old buddy and help her hunt and find hidden items .', 'https://img.gamemonetize.com/5hqtwvmss07w9tghrnv7xgxfqtr3598y/512x384.jpg', 'https://html5.gamemonetize.com/5hqtwvmss07w9tghrnv7xgxfqtr3598y/', '0', 'Girls', 0, 0, '', 'frozen-princess--hidden-objects'), (5683, 'Pickup Cargo', 'Drive a pickup truck on dirty and hilly roads and deliver various cargo to the customers houses. Drive the truck carefully and avoid losing too much of your cargo.', 'https://img.gamemonetize.com/0ovccdrjotdrm6bj2irsb20j6wfazb7o/512x384.jpg', 'https://html5.gamemonetize.com/0ovccdrjotdrm6bj2irsb20j6wfazb7o/', '0', 'Racing', 0, 0, '', 'pickup-cargo'), (5684, 'Shoe Maker High Heel Designer', 'Welcome to the fashion shoe design maker studio where you can make fantastic shoe designs and show off your great shoe maker designing skills. Explore the limits of your creativity while making trendy fashion shoe. The fabulous fashion shoe can make a person significantly more lovely as well.', 'https://img.gamemonetize.com/zjc49q3ncnkudrewbrvrkky8zmqzvyqo/512x384.jpg', 'https://html5.gamemonetize.com/zjc49q3ncnkudrewbrvrkky8zmqzvyqo/', '0', 'Girls', 0, 0, '', 'shoe-maker--high-heel-designer'), (5685, 'One Piece 3D Game', 'The game is a street fight between the hero Luffy in the anime named One Piece and the Marines in the same anime, where you must kill many enemies of the Marines to reach the last stage where you will fight with the Boss Kaido.', 'https://img.gamemonetize.com/gnaequ5dft1hbsdoo3t3e3t1n17wjtrd/512x384.jpg', 'https://html5.gamemonetize.com/gnaequ5dft1hbsdoo3t3e3t1n17wjtrd/', '0', '3D', 0, 0, '', 'one-piece-d-game'), (5686, 'Bubble Shooter Winter Pack', 'Bubble Shooter Winter Pack is a classical bubble shooter game with winter theme. Aim and release the bubble in order to group it with other similar bubbles. Your goal is to collect all the bubbles within the allowed time. Don’t let the bubbles reach the border. Complete all the 48 levels to win this game.', 'https://img.gamemonetize.com/r1jwm0r0pz6ikwhb2nfenlhpxx4u6usl/512x384.jpg', 'https://html5.gamemonetize.com/r1jwm0r0pz6ikwhb2nfenlhpxx4u6usl/', '0', 'Puzzles', 0, 0, '', 'bubble-shooter-winter-pack'), (5687, 'Bubble Pets Shooter', 'Bubble Pets Shooter is an arcade game where you pop colorful bubbles. Make combinations of three or more bubbles of the same color by throwing identical bubbles at them. The more bubbles you shoot down in one shot, the more points you get. The playing field will go down one row if you fail to collect a combination. The main goal of the game is to score as many as possible and clear the levels!', 'https://img.gamemonetize.com/lw2f75q3rsyagmlo590jnzsqo5c2qwa5/512x384.jpg', 'https://html5.gamemonetize.com/lw2f75q3rsyagmlo590jnzsqo5c2qwa5/', '0', 'Shooting', 0, 0, '', 'bubble-pets-shooter'), (5688, 'Cuckoo vs Crow Monster 2', 'Cuckoo vs Crow Monster 2 is a 2D platformer where you play as a Cuckoo who have to collect the eggs while avoiding Crow monsters, flying crow monsters, spikes and reach the Crow nest in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Cuckoo vs Crow Monster" series.', 'https://img.gamemonetize.com/egjgwbjtoqzp1pnfm3o79zdwbhvd7y0a/512x384.jpg', 'https://html5.gamemonetize.com/egjgwbjtoqzp1pnfm3o79zdwbhvd7y0a/', '0', 'Arcade', 0, 0, '', 'cuckoo-vs-crow-monster-'), (5689, 'Monster Drop', 'Monster Drop is just the coolest physics-based puzzle game available. Built from the ground up with a team of artists and programmers to give you the best gaming experience possible. Main Goal: Drop the monster onto a metal block by destroying all other blocks. Once all the blocks are gone and the monster is on a metal block, press the ZAPPER button to fry the monster! But be careful, hit the ground and it\'s all over and the Monster will eat you. Features: - 90 well crafted levels. - A Monster Zapper to destroy monsters. - 3 words with all new monsters. - Smooth 60 frame one second Gameplay. Enjoy!', 'https://img.gamemonetize.com/risxt3a21i0u9jnjtdwdxywzzlro1qk0/512x384.jpg', 'https://html5.gamemonetize.com/risxt3a21i0u9jnjtdwdxywzzlro1qk0/', '0', 'Puzzles', 0, 0, '', 'monster-drop'), (5690, 'Adds And Match Christmas', 'The rules are very simple and intuitive for everyone; So You just drag\' n\' drop the numbers in to the match boxes! There are two levels of difficult! in the first 20 levels you\'ve just 4 number to match with 4 boxes after you will have 5 numbers to match with 5 boxes. The game is suitable for everyone that can play without stress... cause is just a kid’s math game in Christmas theme! So Enjoy this great game and Merry Christmas and happy new year!', 'https://img.gamemonetize.com/05ky9henyirdmv43ae4aub6yjkw633jt/512x384.jpg', 'https://html5.gamemonetize.com/05ky9henyirdmv43ae4aub6yjkw633jt/', '0', 'Puzzles', 0, 0, '', 'adds-and-match-christmas'), (5691, 'Christmas Cupcake Maker', 'Sofia\'s cake shop is very popular among girls, she often makes beautiful and delicious cakes. Christmas is coming soon, and Sofia will make some Christmas theme cakes. Please help her design some nice cupcakes, and then decorate the cake shop into a Christmas style! Don\'t forget to prepare beautiful Christmas theme costumes for her. Get ready for Christmas now!', 'https://img.gamemonetize.com/xdjmw9ct7swj7rtilq41rosgjlmgxthe/512x384.jpg', 'https://html5.gamemonetize.com/xdjmw9ct7swj7rtilq41rosgjlmgxthe/', '0', 'Girls', 0, 0, '', 'christmas-cupcake-maker'), (5692, 'Lets Go It Santa', 'You’re Santa and is the night of 24th December, you need to deliver as many gifts as possible! The game is really simple just touch the screen to throw the gift into the chimneys! It’s a really great cool Christmas game for all families!', 'https://img.gamemonetize.com/rj23ti1kdqgoyvdgsrmk3o3hrvvoq824/512x384.jpg', 'https://html5.gamemonetize.com/rj23ti1kdqgoyvdgsrmk3o3hrvvoq824/', '0', 'Clicker', 0, 0, '', 'lets-go-it-santa'), (5693, 'Math Up', 'Math Up is a brain game for kids and toddlers. You need to know the math to play this game. In the circle will be given the math tasks, and you need to know the answer and pass with the ball at the place in the circle where is the correct number. Do that with all tasks to make a greater score. The circle will be rotating all the time. So you need to be sure of the correct answer and to wait the right time to pass in the circle at the right number.', 'https://img.gamemonetize.com/1mnckogr9enx3h8n449eeszie5zywh2f/512x384.jpg', 'https://html5.gamemonetize.com/1mnckogr9enx3h8n449eeszie5zywh2f/', '0', 'Puzzles', 0, 0, '', 'math-up'), (5694, 'Don’t Brake Highway Traffic', 'Don’t Brake is a real life based intersection crossing Driving game though the busy city traffic. Drive your car through the busy lanes and highway traffic without colliding with other vehicles to avoid an accident. Obey Traffic Rules and enjoy safe driving! Drive your car through endless highway traffic and realistic environment, earn points & buy new cars in the best obstacle road racing game. How to play Don’t Brake - Traffic Racing & City Driving Game It’s time to drive your car through the busy city traffic with crossing vehicles. Safely cross the roads and cross ways without colliding with other vehicles. Tap on the screen to accelerate the car and go faster on the street. Release your finger to apply brakes and slow down the vehicle to avoid hitting on the road. Obey traffic rules and safely cross as many cross way you can to get a high score. Unlock new colorful vehicles & enjoy city driving! Create a high score and challenge your friends to compete in the Free driving simulator game.', 'https://img.gamemonetize.com/cga7lxsy8squhevbxqckymhxvqit5a1a/512x384.jpg', 'https://html5.gamemonetize.com/cga7lxsy8squhevbxqckymhxvqit5a1a/', '0', 'Boys', 0, 0, '', 'dont-brake--highway-traffic'), (5695, 'Tank War Ice Age', 'Tank fight in Ice Age!!!!. Set your round limit and start fighting against your friend. Bombs are too powerful.', 'https://img.gamemonetize.com/yfyen7mu8w2w2px3ctovjadrwmme44ct/512x384.jpg', 'https://html5.gamemonetize.com/yfyen7mu8w2w2px3ctovjadrwmme44ct/', '0', 'Multiplayer', 0, 0, '', 'tank-war-ice-age'), (5696, 'Funny Smoothie Maker', 'Welcome to our smoothies empire, where you can make the best smoothies! Once your smoothies is done, use our decorating stuff that can turn smoothies into tasty and yummy desserts! Do the same thing with a smoothies cups – decorate them with different straws and stickers. Make smoothies look lovable. Isn’t this one of the best desserts games ever or what?!', 'https://img.gamemonetize.com/i1f8y1bxilwuba1qh8nkx1fanmv0p3a2/512x384.jpg', 'https://html5.gamemonetize.com/i1f8y1bxilwuba1qh8nkx1fanmv0p3a2/', '0', 'Cooking', 0, 0, '', 'funny-smoothie-maker'), (5697, 'Cars Vs Hulk 2022 3D', 'Cars Vs Hulk 2022 3D is a new fast beam drive and unique ramp in real car racing games simulator. you are dealing with joined car and hulk your task is to limit your speed crazy hulk vs car racing. Bored of chained bike racing games try this new beam drive motor car games 3d. The player has to make sure that his chain break Cars Vs Hulk 2022 3D game which is in chained alliance with another race cars is moving towards its destination in limited time.', 'https://img.gamemonetize.com/1ee6xj6u5ylb3lhtpnlsl6iwau8v8yp3/512x384.jpg', 'https://html5.gamemonetize.com/1ee6xj6u5ylb3lhtpnlsl6iwau8v8yp3/', '0', 'Adventure', 0, 0, '', 'cars-vs-hulk--d'), (5698, 'Real Jeep 4x4 Parking Drive 3D', 'Welcome to Real Jeep 4x4 Parking Drive 3D: Play Real Jeep 4x4 Parking Drive 3D game and SUV parking car games is unique in this category. 4x4 jeep driving and parking car simulation game offers various modes and levels for driving and parking, each one of them provide a very unique experience and required a very different driving skill. train yourself and enjoy theReal Jeep 4x4 Parking Drive 3D game in driving and SUV parking...', 'https://img.gamemonetize.com/xav1grz4ev7s78hrj7trnhv7amxiujm5/512x384.jpg', 'https://html5.gamemonetize.com/xav1grz4ev7s78hrj7trnhv7amxiujm5/', '0', 'Adventure', 0, 0, '', 'real-jeep-x-parking-drive-d'), (5699, 'Buggy Game Beach 2022 3D', 'Welcome To Buggy Game Beach 2022 3D: Drive your beach buggy as far as you can into the uncharted depths of a mysterious tropical island! Swerve and smash through a gorgeously detailed and completely destructible world packed with grass shacks, giant crabs, lava monsters...even yetis! Explore sun-swept beaches. Easy to play and control. chose you buggy & Level then start your game keep enjoy lot...', 'https://img.gamemonetize.com/wd5xx5e30ql0ltkkltpo5jhkbx1e0g48/512x384.jpg', 'https://html5.gamemonetize.com/wd5xx5e30ql0ltkkltpo5jhkbx1e0g48/', '0', 'Adventure', 0, 0, '', 'buggy-game-beach--d'), (5700, 'Monster Truck Montain Offroad Mobile', 'Are you completely obsessed with racing games involving monster trucks? You are cordially invited to participate in a monster truck hill-climbing game packed with adventures and strategic considerations by 4Dreams. In the world left behind after the apocalypse, the war between robots and vehicle monsters has begun! Prepare yourself for crazy action, gunshots in gangs, automobile collisions, and devastation. The best game to develop your offroad muddy track monster truck driving skills in hill climb racing 4x4 is the hill climb monster truck driving game, which you can play here. In this game of monster truck stunts, there are a lot of challenging and exciting stages where you get to show off how courageous you are behind the wheel of a monster truck. Those interested in playing monster truck games in Muddy Track will find this monster racing vehicle game very appealing. Easily take command of the monster vehicles in offroad legends monster trucks by using simple hand gestures. In offroad legends 2: monster truck trials, your objective is to overcome obstacles, drive around the courses, and earn money so you may purchase new monster vehicles and improve the ones you already have. In these extreme sports games, As you go down the rails, you will need to move up, down, under, and through. Learn new maneuvers and techniques for controlling your favorite monster trucks. There are three different interesting modes available in this free game for children. Free video games for children each provide several challenging levels throughout their various ways. This kid-friendly monster truck game is jam-packed with exhilarating obstacles and plenty of fun. Each completed level in this kid-friendly racing game will provide access to the next level in the game\'s progression. The three game modes available in this truck racing game are Career Mode, Timer Mode, and Endless Mode.', 'https://img.gamemonetize.com/mnwqog8u2zywuxzt6s2rek525ncvecnm/512x384.jpg', 'https://html5.gamemonetize.com/mnwqog8u2zywuxzt6s2rek525ncvecnm/', '0', 'Racing', 0, 0, '', 'monster-truck-montain-offroad-mobile'), (5701, 'Boat Rescue Simulator Mobile', 'You will have to decide whether to be a "hero" and offer others a chance of survival by saving more than just your own life or if you will solely try to keep your own life. You have been tasked as a boat driver to rescue as many people as possible from the sinking ship. You are responsible for directing your staff to the disaster scene and rescuing all passengers. As the driver of a rescue ship, you will have to contend with various challenges, all of which must be surmounted, including blazes, locked doors, flooded chambers, damaged electronics, and even parkour-like challenges. Conquer every difficulty that stands in your path. In addition, the ship is rapidly taking on water, and there needs to be more time to rescue every unfortunate soul. Your work will be made more difficult by things like damaged goods, icebergs, and furniture that needs to be more organized. The Ship Games Life Boat Simulator has top-notch 3D visuals, coupled with a variety of levels that have been thoughtfully crafted and almost flawless ship simulations. You will be satisfied as you have been with previous ship games. We are excited to bring you this new Fleet Games Life Boat Simulator and hope you like it.', 'https://img.gamemonetize.com/2w9dlniufvdyzaofwpkh19wlj28qwfvc/512x384.jpg', 'https://html5.gamemonetize.com/2w9dlniufvdyzaofwpkh19wlj28qwfvc/', '0', 'Racing', 0, 0, '', 'boat-rescue-simulator-mobile'), (5702, 'Ants Quest 2', 'Ants Quest 2 is a 2D platformer where you have to collect all of the sugar cubes while avoiding the enemy ants, three-eyed ants, bullets, flying ants, spikes and reach the red flag in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Ants Quest 2" series.', 'https://img.gamemonetize.com/iq7zcrkzryk5iepw6xfl160qcdu3594w/512x384.jpg', 'https://html5.gamemonetize.com/iq7zcrkzryk5iepw6xfl160qcdu3594w/', '0', 'Arcade', 0, 0, '', 'ants-quest-'), (5703, 'NoobLOX Rainbow Friends', 'Everyone\'s favorite 2 noob characters need your help to escape from the Rainbow Friends. Help them. You have to play together with two of your friends and help 2 noobs. so jump over the obstacles and reach the door or if the red professor catches you, he can turn you into a monster. never stop, always run and run!', 'https://img.gamemonetize.com/oolkt9zalyqmfski8wirtuwl337at2dc/512x384.jpg', 'https://html5.gamemonetize.com/oolkt9zalyqmfski8wirtuwl337at2dc/', '0', 'Arcade', 0, 0, '', 'nooblox-rainbow-friends'), (5704, 'Link Line', '- The game contains a matrix of square, the size of matrix is 5x5, 6x6, 7x7, 8x8, 9x9, 10x10 depends on level you are playing and difficulty level you want to challenge. - Your mission is about to connect two dots which have same color by drawing line between them. The mission will be completed when all below conditions are met: 1. All same color dots are connected in pair. 2. There are no intersect of any line. 3. All the squares in the matrix are filled with the lines. The difficulty will increase because there are more color dots when level up. There are thousands levels for you to challenge.', 'https://img.gamemonetize.com/a10etoj5d0w9lz1q98t4eifffsr08do2/512x384.jpg', 'https://html5.gamemonetize.com/a10etoj5d0w9lz1q98t4eifffsr08do2/', '0', 'Puzzles', 0, 0, '', 'link-line'), (5705, 'My Stylish Ball Gown', 'Welcome to the My Stylish Ball Gown game. Adorable girls Dee dee, Willow, and Noah are BFFs planned for a get-together party. Yesss! it’s a stylish ball gown party. Help the girls to pick a perfect gown and costumes for the party. Join with a girls and have fun!', 'https://img.gamemonetize.com/f0ibaisbaq87zcvxetgptu2fuyabxxdx/512x384.jpg', 'https://html5.gamemonetize.com/f0ibaisbaq87zcvxetgptu2fuyabxxdx/', '0', 'Girls', 0, 0, '', 'my-stylish-ball-gown'), (5706, 'Sunny Bunnies Jigsaw Puzzle', 'Zazgames is a place where you can infinitely play assembling online jigsaw puzzles. We hope you are up for another game from the Puzzle category on our website , because we have just added the game called Sunny Bunnies Jigsaw Puzzle for you all, which, despite being one of the many puzzle games we have added so far into this category, this is the first puzzle game to use this specific format, and image, so it is going to be a brand new experience for all of you, an experience we are sure you will appreciate, as there is no way you aren\'t going to have a lot of fun playing the game. Especially after you learn how to play it from the next lines in the description. you will start by choosing how you want the jigsaw puzzle be : hard medium or easy. After that, the jigsaw puzzle pieces are going to be spread around the game screen randomly. Use the mouse to drag them over the transparent images where they match with the image, until all the pieces are connected, and the image looks just like it did in the beginning. You will have a great time with the game, so start it right now, and we are sure you will not regret it one second!', 'https://img.gamemonetize.com/rha82w04n6nhv5lkzcqwyazsk0be4xqn/512x384.jpg', 'https://html5.gamemonetize.com/rha82w04n6nhv5lkzcqwyazsk0be4xqn/', '0', 'Puzzles', 0, 0, '', 'sunny-bunnies-jigsaw-puzzle'), (5707, 'Santa Claus Winter Challenge', 'Santa Claus Winter Challenge is an amazing and free to play online puzzle game suitable for all ages. You need to draw the road for our cute Santaclaus and collect as many gifts as possible. Avoid obstacles on the road.', 'https://img.gamemonetize.com/7t9k46v9zcx6tzhsiaoepblvq94v6mxi/512x384.jpg', 'https://html5.gamemonetize.com/7t9k46v9zcx6tzhsiaoepblvq94v6mxi/', '0', 'Arcade', 0, 0, '', 'santa-claus-winter-challenge'), (5708, 'Park The Taxi 2', 'Drive a yellow taxi and park it into marked parking space. Park the taxi quickly to earn more score points and unlock various achievements.', 'https://img.gamemonetize.com/tiio1j32iil8ppqmrr41m88ir54x58bd/512x384.jpg', 'https://html5.gamemonetize.com/tiio1j32iil8ppqmrr41m88ir54x58bd/', '0', 'Racing', 0, 0, '', 'park-the-taxi-'), (5709, 'Funny Balls', 'Create a path for you balls and avoid obstacles to rich the level', 'https://img.gamemonetize.com/uwsp6ado7xroh535nsp91vawja0yxxto/512x384.jpg', 'https://html5.gamemonetize.com/uwsp6ado7xroh535nsp91vawja0yxxto/', '0', 'Clicker', 0, 0, '', 'funny-balls'), (5710, 'Draw Bridge Racer', 'Take the challenge of drawing bridge and racing with Draw Bridge Racer! Are you ready to draw bridge and race cars? What are you waiting for without downloading Draw Bridge Racer, draw a bridge and race right on your mobile device. Collaborate with situations better.', 'https://img.gamemonetize.com/v4kl9x5o3qx7egbuneqefm70hocfda35/512x384.jpg', 'https://html5.gamemonetize.com/v4kl9x5o3qx7egbuneqefm70hocfda35/', '0', 'Hypercasual', 0, 0, '', 'draw-bridge-racer'), (5711, 'City Defender War', 'The objective of this game is to destroy all the bombs that are falling. Earn points and defend your city! Enjoy this game. You will have a lot of fun!', 'https://img.gamemonetize.com/5gtwcvaophflaoqz7it7b9n85wetimif/512x384.jpg', 'https://html5.gamemonetize.com/5gtwcvaophflaoqz7it7b9n85wetimif/', '0', 'Shooting', 0, 0, '', 'city-defender-war'), (5712, 'Color Shot', 'Color Shot is a simple arcade game that anyone can enjoy! Tap or click on the screen to shoot the bullets into the next obstacle. Shot, until the obstacle counter reach zero. Avoid the hitting the small shields around the obstacle. How far can you reach', 'https://img.gamemonetize.com/p2on75uhj9ne4o92seb2mjyy2x50rj7q/512x384.jpg', 'https://html5.gamemonetize.com/p2on75uhj9ne4o92seb2mjyy2x50rj7q/', '0', 'Clicker', 0, 0, '', 'color-shot'), (5713, 'Halloween Memory Game', 'The objective of this game is to join the same cards Win the game when you collect them all! Enjoy this game. You will have a lot of fun!', 'https://img.gamemonetize.com/7cw5yux6le22zj6lqlvkeu25g7bihqsh/512x384.jpg', 'https://html5.gamemonetize.com/7cw5yux6le22zj6lqlvkeu25g7bihqsh/', '0', 'Puzzles', 0, 0, '', 'halloween-memory-game'), (5714, 'Halloween Crush', 'The objective of this game is to join 3 identical images to earn more points. You have 60 seconds to get as many points as possible and be among the best in the world! Are you ready?', 'https://img.gamemonetize.com/ptsxgbzefhwaklp4f6xa0yewtqx7ttp7/512x384.jpg', 'https://html5.gamemonetize.com/ptsxgbzefhwaklp4f6xa0yewtqx7ttp7/', '0', 'Puzzles', 0, 0, '', 'halloween-crush'), (5715, 'Dungeon Cave', 'The objective of this game is to collect all the coins to release the key that unlocks the door. Enter the door and go to the next level! Complete all 10 levels to complete the game. Enjoy this game. You will have a lot of fun!', 'https://img.gamemonetize.com/notjchywyv2ylec1bwl1192t03s87as2/512x384.jpg', 'https://html5.gamemonetize.com/notjchywyv2ylec1bwl1192t03s87as2/', '0', 'Boys', 0, 0, '', 'dungeon-cave'), (5716, 'Emoji Puzzle Game', '"Emoji Puzzle" It\'s an interesting casual game in the "Puzzle" genre! 80 levels for you to have fun! Challenge with your friends, try to complete all stages! The objective of this game is to put together the pieces that look alike, to go to the next level. With a total of 80 different levels, you will have fun with this game. Beautiful pictures and relaxing sound will make you want to play this game for a long time. Enjoy this game. You will have a lot of fun!', 'https://img.gamemonetize.com/xoz7g1jmtihqtf8qgorn2p8rm44nwonu/512x384.jpg', 'https://html5.gamemonetize.com/xoz7g1jmtihqtf8qgorn2p8rm44nwonu/', '0', 'Puzzles', 0, 0, '', 'emoji-puzzle-game'), (5717, 'Piggy Roll', 'Roll the PigIn the Hole! Press/Touch left or right on screen to get the cow into the hole! Control a Crazy Pig and try to collect all corns that you see on the screen! Complete all levels and enjoy this funny puzzle game!', 'https://img.gamemonetize.com/h4rfgt82usr6ndsagrrjmwengqemjxrw/512x384.jpg', 'https://html5.gamemonetize.com/h4rfgt82usr6ndsagrrjmwengqemjxrw/', '0', 'Puzzles', 0, 0, '', 'piggy-roll'), (5718, 'Ghost Bash', 'The Ghosts are escaping and it\'s up to you to stop them. Bash them on the head to banish them back into the darkness. Frantic fun awaits anyone brave enough to enter the graveyard. So simple anyone can play but be warned it gets hard!', 'https://img.gamemonetize.com/2hq11ippaerb4ekjnqz9p8fpc4h3ew43/512x384.jpg', 'https://html5.gamemonetize.com/2hq11ippaerb4ekjnqz9p8fpc4h3ew43/', '0', 'Clicker', 0, 0, '', 'ghost-bash'), (5719, 'Fashion Girl Friends Reunion', 'Beautiful fashion girls Jadeand Adella are about to graduate from their college. And today they will join a party together at a beautiful place in their college. Come here to help them dress up, choose the beautiful shoes and other accessories and take beautiful pictures for them. Have a great time!', 'https://img.gamemonetize.com/3ihmccki31ct2qn2bp4hcpfvy6o5yhaf/512x384.jpg', 'https://html5.gamemonetize.com/3ihmccki31ct2qn2bp4hcpfvy6o5yhaf/', '0', 'Girls', 0, 0, '', 'fashion-girl-friends-reunion'), (5720, 'Flip Skater Idle', 'Ride safely on the skateboard without hitting obstacles. Overcome all obstacles and collect stars together with the other player. Try Flip Skater Idle now for a fun skateboard game with 50 different levels.', 'https://img.gamemonetize.com/9wanuu8ki0zrw6tfs7bcgbumtw6gzgy5/512x384.jpg', 'https://html5.gamemonetize.com/9wanuu8ki0zrw6tfs7bcgbumtw6gzgy5/', '0', 'Puzzles', 0, 0, '', 'flip-skater-idle'), (5721, 'Akihiko vs Cannons 3', 'Akihiko vs Cannons 3 is a 2D platformer where you have to collect gold bars while avoiding cannon robots, flying cannon bots, bullets, ground saws, spikes and reach the yellow flag in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. You have 6 lives to start with. This is the third installment of the original "Akihiko vs Cannons" series.', 'https://img.gamemonetize.com/lbcrbk1ft4oaur7b9i9i7mpwap4n7ymv/512x384.jpg', 'https://html5.gamemonetize.com/lbcrbk1ft4oaur7b9i9i7mpwap4n7ymv/', '0', 'Arcade', 0, 0, '', 'akihiko-vs-cannons-'), (5722, 'Baby Panda Breakfast Cooking', 'Baby Panda Breakfast Cooking is a cute cookig game. In this game, you are an owner of a breakfast restaurant. There are 3 customers now waiting for your delicious breakfast. Come and show off your superb cooking skills! If you like cooking game, this is one of the best games for you! Have a good time!', 'https://img.gamemonetize.com/tow5j009g0xi7y8hbt9rnh4ngy26csjb/512x384.jpg', 'https://html5.gamemonetize.com/tow5j009g0xi7y8hbt9rnh4ngy26csjb/', '0', 'Girls', 0, 0, '', 'baby-panda-breakfast-cooking'), (5723, 'Noob VS Evil Granny', 'Your girlfriend has been kidnapped! She is missing for a few days now. Police didn\'t do anything about it. Looks like you need to take an action. Find and rescue her. That night you got a mysterious letter that says. "I got her. She is in the abandoned house on the outskirts of the city! Come rescue her, if you have courage?"', 'https://img.gamemonetize.com/nggoxf9trn4xbgqt1o2g4saevbk8brtl/512x384.jpg', 'https://html5.gamemonetize.com/nggoxf9trn4xbgqt1o2g4saevbk8brtl/', '0', 'Shooting', 0, 0, '', 'noob-vs-evil-granny'), (5724, 'Fashion Girl Fitness Plan Game', 'Summer is coming! Adella wants to go to the beach on holiday. But she gained some weight! Excess weight before such an important time is not a good sign. Diet could help her to lose weight so fast. Fitness trainer at the same time could be useful in this situation. The trainer like you! As a trainer, you will choose the mode of trainings, the exercises and healthy diet for her.', 'https://img.gamemonetize.com/axqfo7ttpd5kur96hlw5w4v70gw7rdln/512x384.jpg', 'https://html5.gamemonetize.com/axqfo7ttpd5kur96hlw5w4v70gw7rdln/', '0', 'Girls', 0, 0, '', 'fashion-girl-fitness-plan-game'), (5725, 'Magical Hair Salon Free Hair Game', 'In this game you have the freedom to style the character\'s hair and dye the character\'s hair a beautiful color. You can also wear a variety of wigs for your character. We\'ve also got some fancy hair clips and bands for you. Once you\'ve done your character\'s hair, try this costume change part. Not only can you choose beautiful clothes for your character, but you can also change her appearance.', 'https://img.gamemonetize.com/769vrroibqm17twl2tzye2askwi9e6nk/512x384.jpg', 'https://html5.gamemonetize.com/769vrroibqm17twl2tzye2askwi9e6nk/', '0', 'Girls', 0, 0, '', 'magical-hair-salon-free-hair-game'), (5726, 'Princess Nail Makeup', 'Princess Nail Makeup Salon is a very delicate nail makeup game. Becoming a talented manicurist is a dream for many girls. Now, through online games, you can experience the work of a manicurist without leaving your home. In this game, you own a nail salon that designs nails for princesses. Unlike other games, this one has a lot of shiny nail plates and beautifully designed decorations. Enjoy!', 'https://img.gamemonetize.com/brg3qc0o0yyts57u1hxz7wo5kgzzd2gv/512x384.jpg', 'https://html5.gamemonetize.com/brg3qc0o0yyts57u1hxz7wo5kgzzd2gv/', '0', 'Girls', 0, 0, '', 'princess-nail-makeup'), (5727, 'Biome Conquest', 'Take over territories in a game of strategy. Steal your enemy\'s tiles by placing tiles with higher numbers next to them. Play against computer controlled opponents or against a friend.', 'https://img.gamemonetize.com/knwrbaxz4i51zecgym07wek2r3uy3abp/512x384.jpg', 'https://html5.gamemonetize.com/knwrbaxz4i51zecgym07wek2r3uy3abp/', '0', 'Puzzles', 0, 0, '', 'biome-conquest'), (5728, 'Bubbles Nout', 'Bubbles Nout is exciting world of bubbles by GamesNout.com. Tap and make score.', 'https://img.gamemonetize.com/puwj15suautwvaqj11n4sln5kmnc7dtc/512x384.jpg', 'https://html5.gamemonetize.com/puwj15suautwvaqj11n4sln5kmnc7dtc/', '0', 'Puzzles', 0, 0, '', 'bubbles-nout'), (5729, 'Snowfall', 'The Snowfall Online Jump Action game is a great choice for anyone looking for a fun and challenging way to spend their free time. With its simple controls and easy-to-learn gameplay, the game is perfect for players of all ages and skill levels. Whether you\'re a seasoned gamer or just starting out, the Snowfall Online Jump Action game is sure to provide you with hours of entertainment.', 'https://img.gamemonetize.com/mgxakh3phoy8empwmpdvxfxhv8flbrdx/512x384.jpg', 'https://html5.gamemonetize.com/mgxakh3phoy8empwmpdvxfxhv8flbrdx/', '0', 'Arcade', 0, 0, '', 'snowfall'), (5730, 'Guess number Quick math games', 'Math games will teach you how to multiply, divide, subtract and add at lightning speed. Do you want to improve your math skills? At the same time, you are already an adult who, for example, remembers the multiplication table from school, but sometimes you have to think for a long time? In this case, you should definitely try educational games. Unlike many similar math apps, this one has an increased level of complexity. This game is not only unique and addictive, but also very fun and challenging. Users can easily learn the math of addition and subtraction so much fun! After playing this free math game, you will definitely count faster. ? Math tricks: - addition - subtraction - multiplication - division', 'https://img.gamemonetize.com/iqdv29wih2ulcso79nhm16mnaufklm00/512x384.jpg', 'https://html5.gamemonetize.com/iqdv29wih2ulcso79nhm16mnaufklm00/', '0', 'Puzzles', 0, 0, '', 'guess-number-quick-math-games'), (5731, 'Fortnite Hidden Items', 'Fortnite Hidden Items is a free online skill and hidden object game. Find out the hidden items in the specified images. Each level has 10 hidden items. There are 8 levels in total. The time is limited so be fast and find all hidden items before time runs out. Clicking in the wrong place several times reduces the time by an additional 5 seconds. So, if you are ready start the game and have fun!', 'https://img.gamemonetize.com/v0imlcuqfzenjeyds1qqwe83ly2v8l28/512x384.jpg', 'https://html5.gamemonetize.com/v0imlcuqfzenjeyds1qqwe83ly2v8l28/', '0', 'Adventure', 0, 0, '', 'fortnite-hidden-items'), (5732, 'Baby Taylor Eye Care Game', 'Taylor often plays with her pet dog Oreo. On this day, when she is playing with Oreo, sand entered her eyes. Tyler rubbed her eyes, not paying attention to this little accident, but her eyes became more uncomfortable the next day! Please accompany Tyler to the hospital and treat her eyes with the doctor!', 'https://img.gamemonetize.com/03ql3bkk3t81022909lf504r9palqrf0/512x384.jpg', 'https://html5.gamemonetize.com/03ql3bkk3t81022909lf504r9palqrf0/', '0', 'Girls', 0, 0, '', 'baby-taylor-eye-care-game'), (5733, 'Ricochet Arrow Shooting Game', 'Pick up your bow! Kill dangerous skeleton in 50 different levels. Aim before launching your arrow. You have unlimited arrows, but be smart and don’t shoot yourself an arrow. Let\'s start destroying the skeletons!', 'https://img.gamemonetize.com/uhh1dsncjak3i9cadbj8tuyfu33tjg7l/512x384.jpg', 'https://html5.gamemonetize.com/uhh1dsncjak3i9cadbj8tuyfu33tjg7l/', '0', 'Shooting', 0, 0, '', 'ricochet-arrow-shooting-game'), (5734, 'Fashion Hallo Boutique', 'Horror, costumes, parties, treat or treat... It\'s Halloween, the busiest time of the year. Look, the shop is full of guests from the school. A sweet date, treat-or-treating, a birthday party, an audition... the girls will have a magnificent holiday. Dress up them as scary as possible! What\'s that? Is that a pineapple? Yes, someone dresses up like a pineapple on the street! Use your imagination to dress the girls both horrific and unique!', 'https://img.gamemonetize.com/2lxjsorthdghhce8ut0d6pclp49icb8j/512x384.jpg', 'https://html5.gamemonetize.com/2lxjsorthdghhce8ut0d6pclp49icb8j/', '0', 'Girls', 0, 0, '', 'fashion-hallo-boutique'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (5735, 'Crossy Road Chicken', 'Crossy Chicken is undoubtedly one of the most interesting new arcade games this year, with addictive gameplay and 2D art style. If you are a fan of such games, don\'t miss this game! In the Chicken Cross game, you have to dodge traffic, hop across logs, evade trains, and collect coins. Make sure you don\'t stay still for too long or you\'re toast! Don\'t forget to unlock exciting new characters with your hard earnt coins! Don\'t stand in the way of upcoming cars, or other incoming objects.', 'https://img.gamemonetize.com/pqp40nkq7lza3bxv8l3nox52azaz55hf/512x384.jpg', 'https://html5.gamemonetize.com/pqp40nkq7lza3bxv8l3nox52azaz55hf/', '0', 'Adventure', 0, 0, '', 'crossy-road-chicken'), (5736, 'Car Eats Car 2', 'Drive your car in Car Eats Car 2 and use turbo and bombs to escape the cannibal car chasers! The goal is to reach the exit safely! Don\'t forget to upgrade your car with all kinds of weapons and special powers that make you stronger than the enemy!', 'https://img.gamemonetize.com/se1sdnig6i4ktq7rvi4gpn9yd0cducct/512x384.jpg', 'https://html5.gamemonetize.com/se1sdnig6i4ktq7rvi4gpn9yd0cducct/', '0', 'Multiplayer', 0, 0, '', 'car-eats-car-'), (5737, 'Potato Chips Making', 'Enter the world of fast food games with levels, and make the best potato chips ever', 'https://img.gamemonetize.com/p6oceg8cc0ypmw6vipg94mmps4j8ff15/512x384.jpg', 'https://html5.gamemonetize.com/p6oceg8cc0ypmw6vipg94mmps4j8ff15/', '0', 'Cooking', 0, 0, '', 'potato-chips-making'), (5738, 'Zombie Mission 12', 'The Zombie Mission series continues its adventures with its 12th episode. Adventure in another parallel universe continues in the wild west. New weapons, mechanics and vehicles have been added to the game. Don\'t forget to get support from helpful drones and robot horses that will accompany you. Rescue hostages, fight bosses and collect your daily rewards and make necessary improvements in the Store with the coins you earn in-game.', 'https://img.gamemonetize.com/ee90to69ew522i8ebhwtsf15v6z3k0lb/512x384.jpg', 'https://html5.gamemonetize.com/ee90to69ew522i8ebhwtsf15v6z3k0lb/', '0', 'Adventure', 0, 0, '', 'zombie-mission-'), (5739, 'Tiny Fishing Idle Fishing Game', 'Tiny Fishing is a fishing game where you have to upgrade your gear to get bigger fish! Each fish you catch will earn you some money, which you can then spend on better equipment to fish deeper and deeper. The deeper you go, the rarer the fish become. Can you catch the biggest fish?', 'https://img.gamemonetize.com/hzvsxelbew3y0v09vyql2n40kgtziqyg/512x384.jpg', 'https://html5.gamemonetize.com/hzvsxelbew3y0v09vyql2n40kgtziqyg/', '0', 'Boys', 0, 0, '', 'tiny-fishing--idle-fishing-game'), (5740, 'Idle Farm', 'Idle Farm is a casual idle farming game. Leave the chaotic city life behind and start building your dream farm. Unlock various types of plants, vegetables, fruits, and animals and make money with their help even when you\'re offline. Sell your crops and organic products to buy new types of seeds, even magical ones. This is your first step to becoming the world\'s most successful farmer. You know what they say: When life gives you lemons, plant their seeds and watch \'em grow!', 'https://img.gamemonetize.com/sdpo42etov5eo9ib2z3v48fux3st4ugq/512x384.jpg', 'https://html5.gamemonetize.com/sdpo42etov5eo9ib2z3v48fux3st4ugq/', '0', 'Girls', 0, 0, '', 'idle-farm'), (5741, 'Dungeon Miner Idle Mining Game', 'Dungeon Miner is a management simulation game. Your late uncle has left you a mine to teach you all about hard work and earning your fortune. Now grab your pickaxe and delve deep into all the areas on your piece of land. Craft new weapons and tools, explore dungeons to find valuables and blueprints, fight creatures, upgrade your gear and embark on an exciting adventure. Dungeon Miner will never get boring as it\'s laden with rich content and many surprises for you to explore.', 'https://img.gamemonetize.com/ugjtaa746vc8rl37miw74a2oesyoldm9/512x384.jpg', 'https://html5.gamemonetize.com/ugjtaa746vc8rl37miw74a2oesyoldm9/', '0', 'Boys', 0, 0, '', 'dungeon-miner--idle-mining-game'), (5742, 'Miss Yuuno 2', 'Miss Yuuno 2 is a 2D adventure platformer where you play as a girl called Yuuno who has lost her memories because of a traumatic incident. You have to collect all of the lost memory pieces while avoiding the shadow monsters, flying creatures, ground saws, and spikes and reach the loop hole in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Miss Yuuno" series.', 'https://img.gamemonetize.com/42ocs8ioayawgkcfqmp8o0b50nacavn1/512x384.jpg', 'https://html5.gamemonetize.com/42ocs8ioayawgkcfqmp8o0b50nacavn1/', '0', 'Arcade', 0, 0, '', 'miss-yuuno-'), (5743, 'Drift Challenge Game', '“Drift Challenge†is a racing game where you have to score points by drifting through the racing circuit. Try to slide on the track as much as you can to accumulate a lot of points and reach the target score. You must cross the finish line before the target time, beating the target score to unlock new levels. A super fun and challenging racing game! Have great fun!', 'https://img.gamemonetize.com/0i6vrqatjft2fnu6tii6ka5aydljtps8/512x384.jpg', 'https://html5.gamemonetize.com/0i6vrqatjft2fnu6tii6ka5aydljtps8/', '0', 'Sports', 0, 0, '', 'drift-challenge-game'), (5744, 'Fashion Nail Art Diy Blog', 'Have fun Blogging with Sofia in this new game and help the fashion queen create her unique nail and fashion blog post! There are many fashion styles for you to choose. Enjoy it!', 'https://img.gamemonetize.com/mpkossfjhcwdjj2c9h4u4cwm39dou709/512x384.jpg', 'https://html5.gamemonetize.com/mpkossfjhcwdjj2c9h4u4cwm39dou709/', '0', 'Girls', 0, 0, '', 'fashion-nail-art-diy-blog'), (5745, 'Winter Fashion Dress Up', 'Sofia invites other princesses to visit Ice Kingdom! Ice Kingdom is a special place cold and beautiful. It snows here all year around. Lots of ice architectures are everywhere. Before they go, the three visitor need to prepare some winter clothes. Because only Sofia can stand the frozen weather. Can you help the girls to dress warm and lovely? Let\'s go!', 'https://img.gamemonetize.com/wkcx6wt39ybdz3aosme66q2iw2ep1arx/512x384.jpg', 'https://html5.gamemonetize.com/wkcx6wt39ybdz3aosme66q2iw2ep1arx/', '0', 'Girls', 0, 0, '', 'winter-fashion-dress-up'), (5746, 'WarPath 2022', 'Three narratives were used to divide up each level in the game. Using a helicopter and an airplane would be best to destroy many adversaries. Avoid precise and quick-firing weapons by traveling in an armored vehicle and using a rocket launcher. Swim alongside the ship or destroyer, attacking targets on land or at sea.', 'https://img.gamemonetize.com/4j97v1px2ghrxhkfgs9m9os8syy8nosw/512x384.jpg', 'https://html5.gamemonetize.com/4j97v1px2ghrxhkfgs9m9os8syy8nosw/', '0', 'Shooting', 0, 0, '', 'warpath-'), (5747, 'BMX stunts trial 2022', 'The most recent installment of what some have called "the finest trial bike riding game ever," in which players are challenged to gain new skills while riding a motorcycle. Feel the rush of excitement while walking and riding a bike through more than 70 levels filled with dizzying and unique challenges. Take part in thrilling races against other players simultaneously, and strive to win as many of these races as possible. The continuation of the game has new stages and slopes, a reworked and better physics engine, and controls that are very sensitive, allowing you to successfully navigate all of the challenges that lie in its way. Get money for each victory in this game to modify your bike and make it more resistant to damage.', 'https://img.gamemonetize.com/p9usvdnaepum1tguun3yb5tf9wcif28y/512x384.jpg', 'https://html5.gamemonetize.com/p9usvdnaepum1tguun3yb5tf9wcif28y/', '0', 'Racing', 0, 0, '', 'bmx-stunts-trial-'), (5748, 'Halloween Shooter Game', 'Halloween Shooter is a fun and addicting game that you can play online on NapTech Games. In this game, your goal is to match 3 or more bubbles of the same color and clear them from the board. You can play this game alone or with friends, and see who can get the high score!', 'https://img.gamemonetize.com/2kmsr5ak76pam0k5itlt78uca3jgxw3g/512x384.jpg', 'https://html5.gamemonetize.com/2kmsr5ak76pam0k5itlt78uca3jgxw3g/', '0', 'Puzzles', 0, 0, '', 'halloween-shooter-game'), (5749, 'Halloween Candy Match', 'Can you solve the ultimate Halloween candy match-3 puzzle? Test your skills and see if you can beat all the levels! With new puzzles being added all the time, this game is sure to keep you entertained for hours on end. So what are you waiting for? Play Halloween Candy Match today!', 'https://img.gamemonetize.com/3bkxesvah2cu033hkca02vng7sp16a6k/512x384.jpg', 'https://html5.gamemonetize.com/3bkxesvah2cu033hkca02vng7sp16a6k/', '0', 'Puzzles', 0, 0, '', 'halloween-candy-match'), (5750, 'Sheon Panda', 'Sheon Panda is a 2D cute little platformer where you play as a Panda who have to collect the bamboo sticks while avoiding the Evil panda(red), spikes and saws and reach the Exit cave in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/tfym0avr4hxpre47jccjgoc619pkmm3y/512x384.jpg', 'https://html5.gamemonetize.com/tfym0avr4hxpre47jccjgoc619pkmm3y/', '0', 'Arcade', 0, 0, '', 'sheon-panda'), (5751, 'Crazy robot', 'This is a casual parkour game. In the process of parkour, robot elements are constantly collected for assembly to improve scores. The game is very simple and easy to operate. Come and try it. I hope you can like it.', 'https://img.gamemonetize.com/edyqzk4lmkcur8izf4deu89h46r56pra/512x384.jpg', 'https://html5.gamemonetize.com/edyqzk4lmkcur8izf4deu89h46r56pra/', '0', 'Action', 0, 0, '', 'crazy-robot'), (5752, 'Forest Boutique Little Tailor', 'Choose from a wide range of clothing templates to make your customers their favorite clothes, cut fabrics to the right size, draw patterns, and sew, change lovely clerks into a variety of beautiful outfits before the tailor shop opens Check in and clean first to make customers more comfortable, save your finished clothes to your phone and share with friends, you are a master tailor!', 'https://img.gamemonetize.com/ow4jnl6cwa08oodeextnsggn7nk0i7n2/512x384.jpg', 'https://html5.gamemonetize.com/ow4jnl6cwa08oodeextnsggn7nk0i7n2/', '0', 'Girls', 0, 0, '', 'forest-boutique-little-tailor'), (5753, 'Acorn Bot 2', 'Acorn Bot 2 is a 2D platformer where you have to collect all of the ice cream cones while avoiding the enemy bots, flying robots, ground saws, spikes and reach the Exit door in order to go to the next level. There are 8 levels and the difficulty increases as you proceed. This is the second installment of the original "Acorn Bot" series.', 'https://img.gamemonetize.com/7nojca8641mk04ap7k53s5pxea894635/512x384.jpg', 'https://html5.gamemonetize.com/7nojca8641mk04ap7k53s5pxea894635/', '0', 'Arcade', 0, 0, '', 'acorn-bot-'), (5754, 'Puzzle together', 'This is a very simple puzzle game. The operation is very simple. Drag the appropriate graphics to the corresponding position and put all the parts in the corresponding position to pass the customs. Come and experience it!', 'https://img.gamemonetize.com/nhzv2a9bxoln4diw47i2vydk09e8bs3a/512x384.jpg', 'https://html5.gamemonetize.com/nhzv2a9bxoln4diw47i2vydk09e8bs3a/', '0', 'Action', 0, 0, '', 'puzzle-together'), (5755, 'Super scissors', 'This is a game of leisure and breakthrough. The game style is casual cartoon. In the leg hair clipper game, players need to rely on their own technology to break through one obstacle after another. It\'s time to show your operation.', 'https://img.gamemonetize.com/xzddxu74l5kut5jf3ikq11to0hhze89x/512x384.jpg', 'https://html5.gamemonetize.com/xzddxu74l5kut5jf3ikq11to0hhze89x/', '0', 'Action', 0, 0, '', 'super-scissors'), (5756, 'Mobile PUBG', 'This is a fun shooting game made in an easy and casual style. You can experience carefully designed interesting levels and enjoy various task challenges. You can use props flexibly to help you pass the level easily. You need to use sniper guns to kill various targets at a long distance. Each level has a limit on the number of bullets. You need to reasonably calculate each bullet. Come and try', 'https://img.gamemonetize.com/ww27dnrop72cg8apx7m4zu34w826504h/512x384.jpg', 'https://html5.gamemonetize.com/ww27dnrop72cg8apx7m4zu34w826504h/', '0', 'Action', 0, 0, '', 'mobile-pubg'), (5757, 'Survivor.io', 'A novel meat pigeon role-playing game, hundreds of props, thousands of monsters, unlimited collocation, to create the strongest hero, pleasant sense of attack, extreme grass cutting experience, select the strongest active props, to complete their own snowball style ultra fast development, easily kill the final boss, you are the only king of the dungeon!', 'https://img.gamemonetize.com/8yk2uiqo3i0gu94v1uue5ixy1avsv2o1/512x384.jpg', 'https://html5.gamemonetize.com/8yk2uiqo3i0gu94v1uue5ixy1avsv2o1/', '0', 'Shooting', 0, 0, '', 'survivorio'), (5758, 'Diamond master', 'Diamond Master is a casual puzzle game. Players need to always collect diamonds and avoid various obstacles in front of them. The operation is simple and easy to use, and the style of painting is fresh and exciting. Players can enjoy very good game fun in this game. Interested friends, come and experience the Diamond Master!', 'https://img.gamemonetize.com/uog83ik23pclyvash63n6495ce2mdsx7/512x384.jpg', 'https://html5.gamemonetize.com/uog83ik23pclyvash63n6495ce2mdsx7/', '0', 'Action', 0, 0, '', 'diamond-master'), (5759, 'Lilliput adventure', 'Lilliputian is a hyper-casual placement strategy management mini-game that shows the survival, adventure and exploration of the characters in Lilliput from a unique perspective, in which you will take on the responsibility of building a country, from tribes to villages to founding a country, arranging and arranging the life of each character in Lilliput.', 'https://img.gamemonetize.com/0mc24df6sra44po0v7v1zz8roan545er/512x384.jpg', 'https://html5.gamemonetize.com/0mc24df6sra44po0v7v1zz8roan545er/', '0', 'Action', 0, 0, '', 'lilliput-adventure'), (5760, 'Parkour dancer', 'This is a parkour casual game. You can control the score and color of shoes and avoid obstacles by sliding the screen. This small game can exercise your brain reaction ability and hand speed. Try it.', 'https://img.gamemonetize.com/nphmp0a2l95b8nc5yp60l0suynd71x1w/512x384.jpg', 'https://html5.gamemonetize.com/nphmp0a2l95b8nc5yp60l0suynd71x1w/', '0', 'Action', 0, 0, '', 'parkour-dancer'), (5761, 'Infinite path', '(EN) Run This is an infinite path, jump over obstacles, kill enemies, consume collectable items and reach the top of the rankings. Infinite path was built so that you have something fun and challenging to pass the time, compete with friends to see who can go the furthest in this infinite journey. (PT) Corra Este é um caminho infinito, salte sobre obstáculos, mate inimigos, consuma itens coletáveis e chegue ao topo do ranking. Infinite Path foi construÃdo para que você tenha algo divertido e desafiador para passar o tempo, dispute com amigos para ver quem consegue chegar mais longe nessa jornada infinita.', 'https://img.gamemonetize.com/9hcgc1prqi2o8zog4b0xxz8zeq4nwniu/512x384.jpg', 'https://html5.gamemonetize.com/9hcgc1prqi2o8zog4b0xxz8zeq4nwniu/', '0', 'Adventure', 0, 0, '', 'infinite-path'), (5762, 'Survivor In Rainbow Monster', 'I\'m a monster friend - your guide in this Survivor In Rainbow Monster io game. In Survivor In Rainbow Monster mobile game, you play as an unnamed child who has been kidnapped during a school trip to an amusement park called Spooky park. From the moment of your capture, you must survive five nights in the strange location that’s entirely empty of life except for you and the Rainbow Monster. Five nights, with each evening consisting of a special task or challenge you must complete while avoiding the Rainbow Monsters.', 'https://img.gamemonetize.com/1j14cfpaf03biminnh7osee8std7bxvg/512x384.jpg', 'https://html5.gamemonetize.com/1j14cfpaf03biminnh7osee8std7bxvg/', '0', 'Racing', 0, 0, '', 'survivor-in-rainbow-monster'), (5763, 'Granny Puzzle', 'Granny Puzzle is a free online game from genre of puzzle and sliding games. You have to solve each picture in a maximum of 50 seconds. In this game you have a total of 9 scary puzzles.', 'https://img.gamemonetize.com/hdmy38268rk6iljy6uoa9x5059clmtbf/512x384.jpg', 'https://html5.gamemonetize.com/hdmy38268rk6iljy6uoa9x5059clmtbf/', '0', 'Puzzles', 0, 0, '', 'granny-puzzle'), (5764, 'Pin Gems Rescue', 'Welcome to Pin Gems Rescue in this game you will need to Pull the Pin and help the monster to loot the treasure or gold & free him from the blockage. Be careful when you pull the pins and use your brain to not drop treasure into lava or water. and don\'t let other monsters destroy your hero. Good luck!', 'https://img.gamemonetize.com/g1uajz1esi0cji0wiz2kg4xq8zcbx2wx/512x384.jpg', 'https://html5.gamemonetize.com/g1uajz1esi0cji0wiz2kg4xq8zcbx2wx/', '0', 'Puzzles', 0, 0, '', 'pin-gems-rescue'), (5765, 'Halloween Ball', 'This is a game with Halloween costume as the theme. In the game, we are going to participate in the Halloween dance. In order to be the most attractive one at the dance, we need to make nails, makeup, and beautiful clothes. Only in this way can we become the most beautiful one.', 'https://img.gamemonetize.com/anwr6jcxs9kpoqlqh1gxtudj4h9v3vkw/512x384.jpg', 'https://html5.gamemonetize.com/anwr6jcxs9kpoqlqh1gxtudj4h9v3vkw/', '0', 'Girls', 0, 0, '', 'halloween-ball'), (5766, 'Ultimate Monster Jeep Parking Game', 'It\'s time to show now your jeep parking skills by experiencing car games and the adventure of real jeep parking 3d by driving a luxury jeep. You can use different car parking tricks to park your jeep by using different jeep driving simulator car controls.', 'https://img.gamemonetize.com/dluw4p84cd6q7nqsojlxfs0nuwuxbg2x/512x384.jpg', 'https://html5.gamemonetize.com/dluw4p84cd6q7nqsojlxfs0nuwuxbg2x/', '0', 'Arcade', 0, 0, '', 'ultimate-monster-jeep-parking-game'), (5767, 'Sky Train Driving 2022 Train 3D Game Simulator', 'Be a Train driver, Drive your trains in the modern world and serve your passengers with amazing experience in this sim game. The first train simulator game with the modern concept and sky simulation features. Enjoy your Sky Train ride in the modern world. Enjoy the new rails on sky!', 'https://img.gamemonetize.com/yyuba90fcyh9bcmm95i43zeiea5n9mo3/512x384.jpg', 'https://html5.gamemonetize.com/yyuba90fcyh9bcmm95i43zeiea5n9mo3/', '0', 'Arcade', 0, 0, '', 'sky-train-driving---train-d-game-simulator'), (5768, 'Funny Bouncy Ball 3D', 'Bouncy Ball 3D is a 3D music game and your only challenge is to keep the ball jumping on the music tiles while listening to the beat drops.', 'https://img.gamemonetize.com/bhhjrck2oxzoidw3s8t89habfubpxv37/512x384.jpg', 'https://html5.gamemonetize.com/bhhjrck2oxzoidw3s8t89habfubpxv37/', '0', 'Arcade', 0, 0, '', 'funny-bouncy-ball-d'), (5769, 'Halloween Spot The Differences ', 'Play this awesome puzzle game of the type of differences game. This game has twelve levels. At each level, you need to find the differences between the two same pictures. The image that is on the left side of the screen has differences from the image that is on the right side of the screen. Find them all before the time is up to can go to the next level. If you tap on the place where are no differences you will lose 5 seconds of your time. You will start with five differences. As the game progress at higher levels, the differences will increase. So depends on the level you can play with 5 or more differences. It is an interesting game with great images.', 'https://img.gamemonetize.com/hccpilrtki160q94sgnzcqvvrg16cfzu/512x384.jpg', 'https://html5.gamemonetize.com/hccpilrtki160q94sgnzcqvvrg16cfzu/', '0', 'Puzzles', 0, 0, '', 'halloween--spot-the-differences-'), (5770, 'Among running', 'Amoung run is an interactive game of choosing time in which you have to get as far as possible with the hero in the game, that is, to cover as much distance as possible. You have to avoid the traps on the road and not fall off the platform. The game requires skill and speed of movement. You have to pay attention to all the obstacles and opponents that appear on the route. If you lose your life, you have to restart the game from the beginning. After you accumulate points you can exchange Among Run from the store.', 'https://img.gamemonetize.com/4yz4iz2eafyjlaulc6y8w2qyrki10bvr/512x384.jpg', 'https://html5.gamemonetize.com/4yz4iz2eafyjlaulc6y8w2qyrki10bvr/', '0', 'Arcade', 0, 0, '', 'among-running'), (5771, 'Baby Panda Photo Studio', 'Baby Panda Photo Studio is a very popular game. Baby Panda likes photography very much. It likes to record all the beautiful things with the camera. So it opened a photo studio. Everyday lots of customers come to his photo studio having photos taken. Baby Panda really needs an assistant to help him. As a kid who loves art, come and try helping him. Have a good time!', 'https://img.gamemonetize.com/whotdq0wkth9b6vg1j8d541c9f3g0jez/512x384.jpg', 'https://html5.gamemonetize.com/whotdq0wkth9b6vg1j8d541c9f3g0jez/', '0', 'Girls', 0, 0, '', 'baby-panda-photo-studio'), (5772, 'Super Oliver World', 'Super Oliver World is an arcade game where you help little Oliver escape the dangers of a parallel world full of traps and dangerous enemies. Break blocks to find power-ups, coins, and other surprises along the way!', 'https://img.gamemonetize.com/g722eyt5ebilqq596yxmb9qlcykkgdeb/512x384.jpg', 'https://html5.gamemonetize.com/g722eyt5ebilqq596yxmb9qlcykkgdeb/', '0', 'Arcade', 0, 0, '', 'super-oliver-world'), (5773, 'Akihiko vs Cannons', 'Akihiko vs Cannons is a 2D platformer where you play as a guy called Akihiko who have to collect Gold Bars while avoiding the Cannon bots, bullets, spikes, flying Cannon Bots, and reach the yellow flag in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. You have 6 lives to start with.', 'https://img.gamemonetize.com/mvd3byf62tq5afuu3lxlm50gdckkgodq/512x384.jpg', 'https://html5.gamemonetize.com/mvd3byf62tq5afuu3lxlm50gdckkgodq/', '0', 'Arcade', 0, 0, '', 'akihiko-vs-cannons'), (5774, 'Akihiko vs Cannons 2', 'Akihiko vs Cannons 2 is a 2D platformer where you have collect gold bars while avoiding ground enemy cannon bots, flying cannon bots, bullets, ground saws, spikes and reach the yellow flag in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. You have 6 lives to start with. This is the second installment of the original "Akihiko vs Cannons" series.', 'https://img.gamemonetize.com/zdjwe97vl6hyez1ppnyp501h8joa6in5/512x384.jpg', 'https://html5.gamemonetize.com/zdjwe97vl6hyez1ppnyp501h8joa6in5/', '0', 'Arcade', 0, 0, '', 'akihiko-vs-cannons-'), (5775, 'WorldCup 2022 FK', 'You are out of the group stage and have to win 4 more games to lift that world cup trophy and make your country proud', 'https://img.gamemonetize.com/juh3ozer4ug8ad8xls172qm18mjvabt4/512x384.jpg', 'https://html5.gamemonetize.com/juh3ozer4ug8ad8xls172qm18mjvabt4/', '0', 'Sports', 0, 0, '', 'worldcup--fk'), (5776, 'Fly Witch', 'In this game you can play with a Fly Witch! Just Tap to fly and try to pass across the wood boxes without touching them. Try to resist the more you can sign your personal record and collect all medals! fly fly little Witch!', 'https://img.gamemonetize.com/4shixlko6ztczjq1fk3zn1u5vs6u7isp/512x384.jpg', 'https://html5.gamemonetize.com/4shixlko6ztczjq1fk3zn1u5vs6u7isp/', '0', 'Girls', 0, 0, '', 'fly-witch'), (5777, 'Miss Yuuno', 'Miss Yuuno is a 2D adventure platformer where you play as a girl called Yuuno who have lost memories because of a traumatic incident. You have to collect your lost pieces of memories while avoiding the shadow monsters, spikes, and reach the loop hole in order to go to the next level. There are 8 levels to play with moderate difficulty.', 'https://img.gamemonetize.com/7x0qfjgh7reb228w7bz8oyt5xi7urizq/512x384.jpg', 'https://html5.gamemonetize.com/7x0qfjgh7reb228w7bz8oyt5xi7urizq/', '0', 'Arcade', 0, 0, '', 'miss-yuuno'), (5778, 'Popcorn Run 3D', 'There is naked corn on the cob who wants to gather all the corn kernels that have all ran away overnight, how insane. Your mission is to assist it in collecting these corn kernels and reaching the conclusion, however! Stay alert for potential hazards, such as roadside stoves and barbecuing stations! Its fire will transform the corn into popcorn or anything else. Butter is a fantastic thing; convert it into a skateboard to help you speed up. There are several game levels with numerous variants ready for you to tackle!', 'https://img.gamemonetize.com/iw2dxns8egitcere7i0w8qr116v7m8fo/512x384.jpg', 'https://html5.gamemonetize.com/iw2dxns8egitcere7i0w8qr116v7m8fo/', '0', 'Hypercasual', 0, 0, '', 'popcorn-run-d'), (5779, 'Superhero Nail Salon', 'Superhero Nail Salon is the addictive fun new nail art game that bringing stunning styles to your fingertips! Create nail designs with hundreds of fabulous colors, beauty patterns, and decals of superhero. It\'s manicure magic for girls who love fashion and nail salon games!', 'https://img.gamemonetize.com/uqk5fndleummty73e2xcf48ln32lta6u/512x384.jpg', 'https://html5.gamemonetize.com/uqk5fndleummty73e2xcf48ln32lta6u/', '0', 'Girls', 0, 0, '', 'superhero-nail-salon'), (5780, 'Body Fit Race Body Race ', 'Body Fit Race : Avoid those cold drinks tasty but BAD burgers and eat cucumbers, tomato and get through the obstacles. Race to victory with your new found fitness.', 'https://img.gamemonetize.com/3m7nq0qgzqr27c62gmqnghpzd0ubdpki/512x384.jpg', 'https://html5.gamemonetize.com/3m7nq0qgzqr27c62gmqnghpzd0ubdpki/', '0', 'Adventure', 0, 0, '', 'body-fit-race--body-race-'), (5781, 'FNF Rainbow Friends Battle Mod', 'Hey y’all!! Are you in love with our FNF songs? Spinning around with so many funkin’rhythms that you cann’t choose which rap battle to join? Or are you simply bored because you’re on top of the game and see no fun in just another normal Friday music night? Wait no more! Enjoy your favorite LEGENDARY melodies in ONE single MASHUP song. From Rainbow Friends, Hex, Amongus… to Tails, Ankha, Sky…, you name it, our super funkin’ song have it!! Challenge yourself', 'https://img.gamemonetize.com/cv1yx35ckyaxfqhfhlioqa7rb9nz1ep3/512x384.jpg', 'https://html5.gamemonetize.com/cv1yx35ckyaxfqhfhlioqa7rb9nz1ep3/', '0', 'Hypercasual', 0, 0, '', 'fnf-rainbow-friends-battle-mod'), (5782, 'Rescue The Cartoon Book', 'Rescue the Cartoon Book is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a place there you found a Cartoon Book got trapped inside the cage. Here are the interesting puzzles and hidden objects to find and get escape the Cartoon Book. Good luck... Have fun!', 'https://img.gamemonetize.com/aey66bmw4499q60ggfcpd8bjhif0cgnd/512x384.jpg', 'https://html5.gamemonetize.com/aey66bmw4499q60ggfcpd8bjhif0cgnd/', '0', 'Puzzles', 0, 0, '', 'rescue-the-cartoon-book'), (5783, 'Rescue The Blue Crab', 'Rescue the Blue Crab is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a forest there you found a blue crab got trapped inside the cage. Here are the interesting puzzles and hidden objects to find and get escape the blue crab. Good luck... Have fun!', 'https://img.gamemonetize.com/j299f0nwvghvj25cdmxolxhwomuu7byu/512x384.jpg', 'https://html5.gamemonetize.com/j299f0nwvghvj25cdmxolxhwomuu7byu/', '0', 'Puzzles', 0, 0, '', 'rescue-the-blue-crab'), (5784, 'Find The Tractor Key 3', 'Find The Tractor Key 3 is a point and click game developed by 8BGames/Games2Mad. Imagine that you went to your farm house; There you lost your tractor key. Here are the interesting puzzles and hidden objects to help the girl to find her tractor key. Good luck…Have fun!', 'https://img.gamemonetize.com/fs7p5ancac8rl73ys5bvgk8m2ceyz39p/512x384.jpg', 'https://html5.gamemonetize.com/fs7p5ancac8rl73ys5bvgk8m2ceyz39p/', '0', 'Puzzles', 0, 0, '', 'find-the-tractor-key-'), (5785, 'Among Chen Bots', 'Among Chen Bots is a 2D Sci-Fi themed platformer where you have to collect the Blue Energy boxes while avoiding the enemy bots, spikes, giant blades, and flying bots and reach the Exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/zxvzi9reemlb0tflab5coxk5g94n3zvi/512x384.jpg', 'https://html5.gamemonetize.com/zxvzi9reemlb0tflab5coxk5g94n3zvi/', '0', 'Arcade', 0, 0, '', 'among-chen-bots'), (5786, 'Fruits Crush Saga', 'Welcome to Fruits Crush Saga! This is an amazing Match3 Fruits puzzle game with tons of challenging levels. before the level start, you will see the mission pop-up! Connect 3 or more identical fruits to feed the little baby panda! When you connect 6 or more fruits you will get some power-ups. Let\'s feed the panda!', 'https://img.gamemonetize.com/ywvprm488wytxo96a49janhck6dzy94l/512x384.jpg', 'https://html5.gamemonetize.com/ywvprm488wytxo96a49janhck6dzy94l/', '0', 'Puzzles', 0, 0, '', 'fruits-crush-saga'), (5787, 'TikTok Inspired Outfits', 'Welcome to the TikTok Inspired Outfits. Princesses Elsa, Anna, Moana, and Jasmine are big fans of Tiktok fashion. They always fill their wardrobe with new TikTok collections. Join and help the princess to pick the fabulous outfit from their collections. Before that try some crazy makeup to show a gorgeous look. Have fun!', 'https://img.gamemonetize.com/t27wnpwalyv5y0w8k6txcjs6v79e0fgj/512x384.jpg', 'https://html5.gamemonetize.com/t27wnpwalyv5y0w8k6txcjs6v79e0fgj/', '0', 'Girls', 0, 0, '', 'tiktok-inspired-outfits'), (5788, 'Ava Footwear Designer', 'Come and join the shoe designer game at 7sgames.com. Let\'s design the Ava\'s footwear as you like with awesome decoration. There are lots of options to select like straps and bows etc, Have a fun!', 'https://img.gamemonetize.com/51bb5zcx22o2edl3u641m2uh6azflko9/512x384.jpg', 'https://html5.gamemonetize.com/51bb5zcx22o2edl3u641m2uh6azflko9/', '0', 'Girls', 0, 0, '', 'ava-footwear-designer'), (5789, 'Rolling Blocks', 'This is an easy and interesting hand game of square flip dye painting. In this game, players can freely choose different color squares, and complete the drawing of various task patterns by constantly flipping on the white canvas. The game is novel and interesting, and it can be played under pressure. Those who are interested in it should try it soon!', 'https://img.gamemonetize.com/n2tjhqx2hsas46zn2jmdk93y3stzrnlz/512x384.jpg', 'https://html5.gamemonetize.com/n2tjhqx2hsas46zn2jmdk93y3stzrnlz/', '0', 'Action', 0, 0, '', 'rolling-blocks'), (5790, 'Mahjong Dogs', 'Simplified classic Mahjong game with cute dogs theme. You can eliminate pair of similar blocks. You can select only those pairs which have either left or right side open. Hints can help you. Try out the classic Mahjong game. Make connections between the matching tiles while you fight to keep up with the clock. Can you clear the board before time runs out? Unused hints and saved time will be awarded as bonus.', 'https://img.gamemonetize.com/fejueuy2h3gmif9ry9i3poha3il16o8q/512x384.jpg', 'https://html5.gamemonetize.com/fejueuy2h3gmif9ry9i3poha3il16o8q/', '0', 'Puzzles', 0, 0, '', 'mahjong-dogs'), (5791, 'Santas Mission', 'Help Santa get his gifts ready for Christmas! Each level brings a list of different items to collect like Santa hats, candy canes and gifts. Match three or more of each gift to get the required number of each and make it to the next level. But be quick and get them all before your time runs out!', 'https://img.gamemonetize.com/p1m3cshfqp8kkqxqa330sqec71iqf8gg/512x384.jpg', 'https://html5.gamemonetize.com/p1m3cshfqp8kkqxqa330sqec71iqf8gg/', '0', 'Puzzles', 0, 0, '', 'santas-mission'), (5792, 'Fish Match Master', 'Looking for a fun and challenging match 3 puzzle game? Look no further than Fish Match Master. In this online game, you\'ll need to match three or more identical fish to clear them from the board. With each level, the challenge increases, so you\'ll need to be quick and strategic to progress. Can you become the ultimate Fish Match Master? Play now and find out!', 'https://img.gamemonetize.com/q2y82a21x3i57wpgo18af94ajf0pqzw4/512x384.jpg', 'https://html5.gamemonetize.com/q2y82a21x3i57wpgo18af94ajf0pqzw4/', '0', 'Puzzles', 0, 0, '', 'fish-match-master'), (5793, 'Bus Driving Offroad Sim 2022', 'Bus games 3d are being updated with new offroad driving games in 2022. Our most recent off-road bus game, 2022, has several different levels. In each stage of the bus game, our customers must navigate the bus through dense traffic while avoiding collisions with several dump buses in the new games 2022. The difficulty of the current level surpasses the previous level of difficulty in coach bus driving, so have fun with bus driving 3d. When playing City Coach Bus Simulator 2022, Real Bus Driving Users Will Have To Try Their Best To Avoid Hitting Those Hurdles In Bus New Games 2022. We have many different products in our in-app shop to help you improve your 2022 new 3d games level and your bus driver games. You may become a genuine bus driver in 2022 if you play this new game, 2022, with a wide selection of buses to enjoy. If you want to win the title of a true champion of bus games in 2022, give it your best shot. Play through the tasks of Bus Games 2021 New 3D to hone your skills as a bus driver on various exciting highways.', 'https://img.gamemonetize.com/0e3b4n3uv173a8w6qvjyawx0rh8xpchf/512x384.jpg', 'https://html5.gamemonetize.com/0e3b4n3uv173a8w6qvjyawx0rh8xpchf/', '0', 'Racing', 0, 0, '', 'bus-driving-offroad-sim-'), (5794, 'Protect Draw It', 'Protect Draw It is a free casual cartoon online game for boys played on Puzzlegame. In each level, there are wolves who want to eat sheep. You need to draw the fences reasonably to separate the sheep from the wolves. Remember the number of fences is limited. Come and experience the simple and interesting puzzle challenges. Mobile, Tablet, and Desktop are playable.', 'https://img.gamemonetize.com/2ca9eo3a10owik5gszry36izybxq3da3/512x384.jpg', 'https://html5.gamemonetize.com/2ca9eo3a10owik5gszry36izybxq3da3/', '0', 'Boys', 0, 0, '', 'protect-draw-it'), (5795, 'Wheel Parkour', 'This is a small leisure decompression game. The game is very simple without using your head. You can control the wheel to the end. Click the screen wheel on the uphill to grow teeth. It can climb faster and roll down the slope. It\'s very simple. Come and try it.', 'https://img.gamemonetize.com/mnb4aie84gicb16l7s27vb7dz03qo84c/512x384.jpg', 'https://html5.gamemonetize.com/mnb4aie84gicb16l7s27vb7dz03qo84c/', '0', 'Action', 0, 0, '', 'wheel-parkour'), (5796, 'Tap To Car Racing', 'Looking for a fun and challenging car racing game? Look no further than Tap To Car Racing Online. This free game offers hours of entertainment, with plenty of twists and turns to keep you on your toes. So rev up your engines and get ready for some fast-paced fun!', 'https://img.gamemonetize.com/zwd2klv6w0hp0dw81qtmy4v56j8enwlg/512x384.jpg', 'https://html5.gamemonetize.com/zwd2klv6w0hp0dw81qtmy4v56j8enwlg/', '0', 'Racing', 0, 0, '', 'tap-to-car-racing'), (5797, 'Burger Elf', 'Burger Elf is an adventure game that you can play online. In this game, you take on the role of a burger elf who must jump his way through various obstacles to reach the finish line. Burger Elf Jump Adventure Online game is an exciting and challenging game that will test your skills and reflexes. In this game, you must help the Burger Elf jump over obstacles and reach the end of each level. The game is suitable for all ages and will provide hours of fun.', 'https://img.gamemonetize.com/2hs0i1uo1ccjfv3azcsn26cen0lw7s59/512x384.jpg', 'https://html5.gamemonetize.com/2hs0i1uo1ccjfv3azcsn26cen0lw7s59/', '0', 'Hypercasual', 0, 0, '', 'burger-elf'), (5798, 'BMX Cycle Skate Mobile', 'Have fun playing intense bicycle games like BMX Cycle, an excellent game, and driving bicycles through wild stunts. Play the BMX bike racing game and become a stunt driving expert while playing challenging bicycle games. Playing the most recent and best stunt racing game to finish the levels of the driving games is an excellent way to get hooked on the BMX cycle stunt game. Bicycle game players will have a good time with this BMX cycle stunt game because of the many environment options available and the simple controls. An extreme version of the stunt game genre in which players compete against one another using a high-speed bicycle game. To regulate the pace and acceleration of the 3D cycle stunt race, you need to go and control the cycle stunt handle. There are probably a lot of auto stunt games and bike stunt games out there, but this tough bicycle stunt driving game is a one-of-a-kind form of cycle racing. This gigantic ramp stunt racing game has an exciting design suitable for children and adults. It has several game modes, including both racing and stunting, which provide the player with engrossing enjoyment. To execute stunts, drive, and race in the cycle race game, you will need to go and accomplish the tasks on the rooftop. To get the prize in the category of stunt driving games known as "cycle race," play "cycle stunt race 3D."Before you can progress through the levels of the BMX cycle game\'s difficulties, you must first master the tenets of the impossible bicycle game: cycle racing. Participate in this bicycle game by getting behind the wheel and discovering something new on the horizontal and vertical ramps that have been recommended for you. To complete the objective of the giant ramp cycle stunt race in 3D, you must begin the bicycle games and ride on sports bicycles while participating in the stunt game. The bicycle game\'s garage is a one-of-a-kind location from which you may choose the cycling event. This cycle stunt game keeps things new throughout its progression, allowing you to hone your abilities as a driver and racer at every step and level. This cycle racing game aims to complete the stages by doing backflips and frontflips. To do this, hit the race button.', 'https://img.gamemonetize.com/i5eac6f83lbiiibxfp3e08fvy86c5r2g/512x384.jpg', 'https://html5.gamemonetize.com/i5eac6f83lbiiibxfp3e08fvy86c5r2g/', '0', 'Racing', 0, 0, '', 'bmx-cycle-skate-mobile'), (5799, 'Memory for Faces', 'Let\'s boost your memory power! Flip tiles to find two identical tiles to remove them from the game. Remove all tiles to move on to the next challenge. Try to complete the game in as few moves as possible! Enjoy!', 'https://img.gamemonetize.com/4dln03s32ymmqpipgkw96czx1mwmorie/512x384.jpg', 'https://html5.gamemonetize.com/4dln03s32ymmqpipgkw96czx1mwmorie/', '0', 'Puzzles', 0, 0, '', 'memory-for-faces'), (5800, 'Autumn Garden Find 100 butterflies', 'Find 100 butterflies hidden in different places in 20 pictures. Good luck!', 'https://img.gamemonetize.com/qxiu69maecf41tkrfk8qngg2oybhr0vx/512x384.jpg', 'https://html5.gamemonetize.com/qxiu69maecf41tkrfk8qngg2oybhr0vx/', '0', 'Puzzles', 0, 0, '', 'autumn-garden--find--butterflies'), (5801, 'Noob Steve END', 'Try to escape from the nether! Complete all the levels and share your result with your friends. Jump over blocks and don\'t fall into the hot lava. Compete with your friends and collect blocks to make portal. It\'s time to show off your parkour skills! + Demonstrate your talent by completing 10 different levels that are getting harder and harder. + Try to reach the portal at the end of the each level and collect blocks to construct the portal.', 'https://img.gamemonetize.com/7vt0zrc3rig9ah1dfr8b9x34c3gcowaw/512x384.jpg', 'https://html5.gamemonetize.com/7vt0zrc3rig9ah1dfr8b9x34c3gcowaw/', '0', 'Action', 0, 0, '', 'noob-steve-end'), (5802, 'SantaCraft', 'SantaCraft is a 3D is a third-person shooter in which you must survive the zombies and try to reach the portal. Enjoy an intense shootout against the zombies in a vast blocky world. You are the only person alive, and your mission is to build the portal as soon as you can and use different types of weapons to shoot all the approaching zombies. Destroy zombies in the world of Minecraft! You will have to be attentive and prepare your weapon to defend yourself from the evil zombies.', 'https://img.gamemonetize.com/zehpvo5trrczzm290uzw1hfbxfu7bvxm/512x384.jpg', 'https://html5.gamemonetize.com/zehpvo5trrczzm290uzw1hfbxfu7bvxm/', '0', 'Action', 0, 0, '', 'santacraft'), (5803, 'Jetski Racing World 3D', 'Jetski Racing World is an exciting fast-paced jetski 3D racing game. Complete all challenges in generated tracks in this amazing jetski racer. Choose your favourite team from different countries and hit the sea when you\'re ready to go! While racing, you can drive through speed power-ups which give the jetski a small boost. Overtake your opponents and win the race!', 'https://img.gamemonetize.com/cqlhgdvw0gu63dkg1175ydpgsa59bvyl/512x384.jpg', 'https://html5.gamemonetize.com/cqlhgdvw0gu63dkg1175ydpgsa59bvyl/', '0', 'Racing', 0, 0, '', 'jetski-racing-world-d'), (5804, '3D Car Track Racer Alpha', 'Smartline-Games presents a new alphabet racing series! Starting with Alpha from the letter A. Get to the track and defeat intelligent racing rivals! In this game you will drive a fast Italian car and may choose from any circuit and how many opponents you want. From various tracks like the coast to narrow tracks in the motorsport world, it\'s all up to you. Good luck driver!', 'https://img.gamemonetize.com/t1w1684nws5rik1gjkxf775le3zp12ib/512x384.jpg', 'https://html5.gamemonetize.com/t1w1684nws5rik1gjkxf775le3zp12ib/', '0', 'Racing', 0, 0, '', 'd-car-track-racer-alpha'), (5805, 'Car Master Parking Lot 2022', 'You may direct the automobile to parking lot by drawing a line wit your finger. Take care not to crash into other vehicles! There are several packed and difficult parking spots available for you. 1. Sketch a path that goes in the right direction to park all the vehicles at each level. Find the ideal spot to park, and drive each car cautiously to prevent collisions in this parking game. 2. Paint the parking lots the same shade as the automobiles. 3. Start with one automobile, a straight path, and a lower-level destination. Visit our video tutorial for help if you get confused on any level.', 'https://img.gamemonetize.com/nlwn0b6jxf0j5frw5w9tk9zeutn4d518/512x384.jpg', 'https://html5.gamemonetize.com/nlwn0b6jxf0j5frw5w9tk9zeutn4d518/', '0', 'Racing', 0, 0, '', 'car-master-parking-lot-'), (5806, 'Loop Drive', 'Loop Drive is a simple but challenging driving/racing game where all you have to do is drive in circles, keep your car safe and avoid any crash. Watch out for other cars, control your speed, avoid crash and earn points for every circle your car does. Try to survive as long as you can, race to the top of the leaderboard and challenge your friends. Loop Drive is easy to play, hard to master, impossible not to crash but definitely addictive! Speed up and join Loop Drive but do not crash!', 'https://img.gamemonetize.com/ufn793rl7193bd4tdxcgksjv9kykeks2/512x384.jpg', 'https://html5.gamemonetize.com/ufn793rl7193bd4tdxcgksjv9kykeks2/', '0', 'Racing', 0, 0, '', 'loop-drive'), (5807, 'Evening Dress Up', 'Hello, girls. There will be a big party at our costume institute tonight. It\'s really exciting to have the opportunity to attend such a party. We\'re going to wear our own designed dresses to the party and we\'re going to walk the red carpet. I will design glad rags with my good friends, but I also want to invite you to join us. We really like your designing style,so let\'s do make-up and wear our creative glad rags to the big party together.Come on!', 'https://img.gamemonetize.com/6v1hl7ybvd9186x53t9owvqvu1xu3bik/512x384.jpg', 'https://html5.gamemonetize.com/6v1hl7ybvd9186x53t9owvqvu1xu3bik/', '0', 'Puzzles', 0, 0, '', 'evening-dress-up'), (5808, 'Bet Horse Racing', 'Horse Racing 2 is a free horse racing simulation game for placing bets on the horses during the game; the game have 8 race horses. These horses are known by their colors and their post position numbers. bet with hour horse', 'https://img.gamemonetize.com/t0cvhaavyv1fbx0pf3uj3hzx5im6riqh/512x384.jpg', 'https://html5.gamemonetize.com/t0cvhaavyv1fbx0pf3uj3hzx5im6riqh/', '0', 'Racing', 0, 0, '', 'bet-horse-racing'), (5809, 'The Amazing Maurice Jigsaw Puzzle', 'Zazgames is a place where you can infinitely play assembling online jigsaw puzzles. We hope you are up for another game from the Puzzle category on our website , because we have just added the game called The Amazing Maurice Jigsaw Puzzle for you all, which, despite being one of the many puzzle games we have added so far into this category, this is the first puzzle game to use this specific format, and image, so it is going to be a brand new experience for all of you, an experience we are sure you will appreciate, as there is no way you aren\'t going to have a lot of fun playing the game. Especially after you learn how to play it from the next lines in the description. you will start by choosing how you want the jigsaw puzzle be : hard medium or easy. After that, the jigsaw puzzle pieces are going to be spread around the game screen randomly. Use the mouse to drag them over the transparent images where they match with the image, until all the pieces are connected, and the image looks just like it did in the beginning. You will have a great time with the game, so start it right now, and we are sure you will not regret it one second!', 'https://img.gamemonetize.com/1s8noh5l422xy21o6rbyuddu9z2tm0u3/512x384.jpg', 'https://html5.gamemonetize.com/1s8noh5l422xy21o6rbyuddu9z2tm0u3/', '0', 'Puzzles', 0, 0, '', 'the-amazing-maurice-jigsaw-puzzle'), (5810, 'DragonBall 3D Game', 'The game is a street fight between the hero Goku in the anime named Dragonball and the enemies in the same anime, where you must kill many enemies Ginyu to reach the last stage where you will fight with the Boss kid buu!', 'https://img.gamemonetize.com/cyt770uxvdm7byr101bavpr5xs467fxd/512x384.jpg', 'https://html5.gamemonetize.com/cyt770uxvdm7byr101bavpr5xs467fxd/', '0', '3D', 0, 0, '', 'dragonball-d-game'), (5811, 'Ea Snake', '“Gluttonous Snake†is a casual and fun game, inspired by one of the first mobile games ever made. Your goal is to reach as many points as possible and save to your device. Have fun in this style game, very fun!', 'https://img.gamemonetize.com/5smso6q4orhqmdcwdd0z9yo1k8912riz/512x384.jpg', 'https://html5.gamemonetize.com/5smso6q4orhqmdcwdd0z9yo1k8912riz/', '0', 'Adventure', 0, 0, '', 'ea-snake'), (5812, 'Dudes vs. Zombies', 'It\'s a wild pixel action about a bunch of dudes against a bunch of zombies. No quests on multiple levels, no unnecessary storylines - just slash and bang, guns and crowds of undead. Overpower enemies, collect coins and unlock one of 9 heroes: pyromaniac, knife master, dude with a AK, miner, dude with a stick, dude with a saw and more.', 'https://img.gamemonetize.com/4toxsuma482n5vm38pp69vrike2xyshm/512x384.jpg', 'https://html5.gamemonetize.com/4toxsuma482n5vm38pp69vrike2xyshm/', '0', 'Arcade', 0, 0, '', 'dudes-vs-zombies'), (5813, 'SPACE ALIEN', 'Welcome to Space Alien, a 2D platformer that will have you on the edge of your seat', 'https://img.gamemonetize.com/xenyilve6ktnrecrjqwil5y22jzhhazl/512x384.jpg', 'https://html5.gamemonetize.com/xenyilve6ktnrecrjqwil5y22jzhhazl/', '0', 'Puzzles', 0, 0, '', 'space-alien'), (5814, 'ShortcutRun', 'Race against opponents, and stack all the pieces of boards you can pick up along the way! If you’re smart enough, get out of the way and build bridges to take shortcuts to get past the finish line before everyone else!', 'https://img.gamemonetize.com/dtkrsmy71zcaryl40gtlfde5ramm1nfk/512x384.jpg', 'https://html5.gamemonetize.com/dtkrsmy71zcaryl40gtlfde5ramm1nfk/', '0', 'Action', 0, 0, '', 'shortcutrun'), (5815, 'Epic Ring of Power', 'Carry the ring of power through all the fairy tale lands and get unique rewards. Nothing superfluous: it\'s a clicker based on famous legends to epically and interestingly "kill" your free time. Unlock all the skins for crystals: the ring of the king of the dwarves, the leader of the elves, and not only. Show your dexterity and learn about the journey of this symbol of power. Game Features: - Minimalistic yet colorful clicker. - Simple and modern graphics - Large number of ring skins - Endless game with locations: dwarf kingdom, fields of halflings, elven castle, etc.', 'https://img.gamemonetize.com/jnn4tuzsoa5diqocuyl4kaaszqjussvp/512x384.jpg', 'https://html5.gamemonetize.com/jnn4tuzsoa5diqocuyl4kaaszqjussvp/', '0', 'Clicker', 0, 0, '', 'epic-ring-of-power'), (5816, 'Shoe High Designer', 'Wonderful news for all of you fashion divas who are obsessed with designer shoes! Fabulous new shoes designing game “Shoe High Designer is here to let you design your unique pumps, sandals or stilettos! Download one of the best “designing games†right away and show everyone what a talented shoes designer you are! Be a real trendsetter and make fabulous fashion shoes with this sensational “fashion gameâ€! Rocker-glam or luxurious elegance, just pick your style and let your eye-catching creation spread its head-turning effect', 'https://img.gamemonetize.com/21bakaqcuito21nhj1h15vw9nhk514nl/512x384.jpg', 'https://html5.gamemonetize.com/21bakaqcuito21nhj1h15vw9nhk514nl/', '0', 'Girls', 0, 0, '', 'shoe-high-designer'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (5817, 'Blocky road runner game', 'Explore the blocky temple in one of the greatest mobile adventures of all time. Survive pitfalls, spikes, traps, blades, lava, rickety rope bridges, ancient ruins and rolling boulders... It\'s block hard!', 'https://img.gamemonetize.com/6bopeyev13n3soa1kr7ye06n0w0tz0lo/512x384.jpg', 'https://html5.gamemonetize.com/6bopeyev13n3soa1kr7ye06n0w0tz0lo/', '0', 'Arcade', 0, 0, '', 'blocky-road-runner-game'), (5818, 'Designer of the Doll Queen', 'All of the baddies are selecting the most stunning costumes for the catwalk! Your objective is to strut your stuff on the catwalk like a queen. Select your greatest clothing components for the runway in order to triumph over your opponent! If you want to walk like a QUEEN, always dress chicly! The more stylish you are, the higher you', 'https://img.gamemonetize.com/hi0e9ypbq0j6rgtisjz8pkv8bif8zj45/512x384.jpg', 'https://html5.gamemonetize.com/hi0e9ypbq0j6rgtisjz8pkv8bif8zj45/', '0', 'Girls', 0, 0, '', 'designer-of-the-doll-queen'), (5819, 'Halloween Bike Ride Jigsaw', 'Halloween Bike Ride Jigsaw is a free online game from genre of puzzle and jigsaw games. You can select one of the 12images and then select one of the three modes: easy with 25 pieces, medium with 49 pieces and hard with 100 pieces. Have fun and enjoy!', 'https://img.gamemonetize.com/xr9569m6nrhsgw49l4xmtnv6gffcqd62/512x384.jpg', 'https://html5.gamemonetize.com/xr9569m6nrhsgw49l4xmtnv6gffcqd62/', '0', 'Arcade', 0, 0, '', 'halloween-bike-ride-jigsaw'), (5820, 'Halloween Monsters Memory', 'Halloween Monsters Memory is a free online game from genre of memory. Flip the tiles and try to match them up in pairs. Pair up all the tiles to win. Try to complete the game in as few moves as possible! There are 4 levels. Use mouse to click or tap to screen on the squares. Concentrate yourself and start to play. Enjoy!', 'https://img.gamemonetize.com/2lkj40u3vo0dxyh3rlx8waq9ftb723gy/512x384.jpg', 'https://html5.gamemonetize.com/2lkj40u3vo0dxyh3rlx8waq9ftb723gy/', '0', 'Arcade', 0, 0, '', 'halloween-monsters-memory'), (5821, 'Master Car Parking Game 2022 3D', 'Welcome to Master Car Parking Game 2022 3D: This Master Car Parking Game 2022 3D is specially for Master car parking games lovers who love to play Car\'s parking 3D. You can improve your real car parking skills by playing this Master Car Parking Game 2022 3D. Park your car park car between various obstacles, parked cars and in small spaces, to park without crashing in this Master Car Parking Game 2022 3D.', 'https://img.gamemonetize.com/k376tj4l4o7hur316fjrse5c9j1afrhv/512x384.jpg', 'https://html5.gamemonetize.com/k376tj4l4o7hur316fjrse5c9j1afrhv/', '0', 'Adventure', 0, 0, '', 'master-car-parking-game--d'), (5822, 'Super Mario Tic Tac Toe', 'Tic Tac Toe 2 Player: XOXO is a classic puzzle game, also known as XO or Noughts and Crosses. if you are an adult, you will get your favorite old memories of Tic Tac Toe. It is the best digital version of the classic Tic Tac Toe game that anyone can play. The player who places a required amount of symbols in a row respective marks in a horizontal, vertical, or diagonal row, wins the XOXO game.', 'https://img.gamemonetize.com/49xewgxw52zh2fo2jpep4j6cf3oc8b6w/512x384.jpg', 'https://html5.gamemonetize.com/49xewgxw52zh2fo2jpep4j6cf3oc8b6w/', '0', 'Puzzles', 0, 0, '', 'super-mario-tic-tac-toe'), (5823, 'Funny Tattoo Salon', '**Ever wanted to have a tattoo? Wondering about a sleeve made out of painted pictures on your body? Look no further! Your search is over! You are in the right spot and we guarantee that you will not be disappointed! Download this tattooing game and become the best there is in this area of work! Become the Ink Master that everybody is talking about! Mix and match the traditional with the temporary, and get all the beautiful creations!', 'https://img.gamemonetize.com/saeljwaigg7ds9fagta9evnlr0idtj8c/512x384.jpg', 'https://html5.gamemonetize.com/saeljwaigg7ds9fagta9evnlr0idtj8c/', '0', 'Arcade', 0, 0, '', 'funny-tattoo-salon'), (5824, 'Tractor Towing Train 2022 3D', 'Tractor Towing Train 2022 3D Game is new arrival in Tractor Towing Train 2022 3D game. Tractor Towing Train 2022 3D Game is having a thrill of driving tractor in Train Track and hill environment. After playing Tractor Towing Train, you will get an idea about the Train Towing Experience and hill side environment. Let\'s Start Pulling, Towing Heavy Train in Tractor Towing Train 2022 3D', 'https://img.gamemonetize.com/tdx4fpr2fjxc57wc6oyqzeykerx5ygbz/512x384.jpg', 'https://html5.gamemonetize.com/tdx4fpr2fjxc57wc6oyqzeykerx5ygbz/', '0', 'Adventure', 0, 0, '', 'tractor-towing-train--d'), (5825, 'Subway Surfers Match Up', 'time to test your memory in the Subway Surfers Match Up game! Join the Subway Surfers and see how many card pairs you can match. However, this task might be tougher than it sounds if your attention is not on point!', 'https://img.gamemonetize.com/3qaevg5x1zy754um19oqi01olqog6l2y/512x384.jpg', 'https://html5.gamemonetize.com/3qaevg5x1zy754um19oqi01olqog6l2y/', '0', 'Puzzles', 0, 0, '', 'subway-surfers-match-up'), (5826, 'Magic Piano Beat Tiles', 'Bored these days? especially at home? Do you want to test the speed of your fingers? This is an addictive piano music game for you to kill your bored time.', 'https://img.gamemonetize.com/5bl4id2cjj1jlnoelyrg62t35injk7wo/512x384.jpg', 'https://html5.gamemonetize.com/5bl4id2cjj1jlnoelyrg62t35injk7wo/', '0', 'Hypercasual', 0, 0, '', 'magic-piano-beat-tiles'), (5827, 'Imposter Smasher IO amusants', 'Imposter Smashers - Fun io game is a super cool, easy and relaxing game. To win this, your mission is simple: crush another teammate with a huge hammer, consume his power to become bigger and stronger, be the only Imposter survival on the battlefield. However, be careful and try to run into other difficult impostors, otherwise you will be crushed.', 'https://img.gamemonetize.com/5bgkn3c1izt5dnf3cyqcqhat79c6bfgc/512x384.jpg', 'https://html5.gamemonetize.com/5bgkn3c1izt5dnf3cyqcqhat79c6bfgc/', '0', 'Fighting', 0, 0, '', 'imposter-smasher-io-amusants'), (5828, 'Poker (Heads Up)', 'We offer you an online poker game (heads up). Poker is a popular card game, the purpose of which is to collect a winning combination or force an opponent to stop participating in the game. There is a possibility of playing with a boy and an online opponent.', 'https://img.gamemonetize.com/itlfj6x5pluki04lefb9z3n73xedj19x/512x384.jpg', 'https://html5.gamemonetize.com/itlfj6x5pluki04lefb9z3n73xedj19x/', '0', 'Multiplayer', 0, 0, '', 'poker-heads-up'), (5829, 'Evil Grandpa Chainsaw Killer', 'Evil Grandpa got you trapped in the abandoned industrial complex. You have no weapon to defend yourself. Find the clues and the way out of this horrible place. Also, try to find some weapons. You\'re gonna need it.', 'https://img.gamemonetize.com/y3hv4ganej5bjxhzv4vgy3ziwkj6ntpy/512x384.jpg', 'https://html5.gamemonetize.com/y3hv4ganej5bjxhzv4vgy3ziwkj6ntpy/', '0', 'Shooting', 0, 0, '', 'evil-grandpa-chainsaw-killer'), (5830, 'The Simpsons Puzzle', 'The Simpsons puzzle game.', 'https://img.gamemonetize.com/p7v5n2702znjdvggfbgab0632w05cf9r/512x384.jpg', 'https://html5.gamemonetize.com/p7v5n2702znjdvggfbgab0632w05cf9r/', '0', 'Puzzles', 0, 0, '', 'the-simpsons-puzzle'), (5831, 'MinerCraft Party 4 Player', 'hey dude, take all 4 of your friends and run away from the blue and red monster! Be careful while avoiding the monster, get the gold and reach the highest score. If the blue and red monster catches you, don\'t forget to eat you, everyone has to reach the door. If you can\'t reach the door, you can\'t win. Watch out for the thorns, the tire will burst and you will lose. Be careful don\'t forget the monsters are everywhere.', 'https://img.gamemonetize.com/k8k5zg2rzz0tuarp52nyg05u7s274334/512x384.jpg', 'https://html5.gamemonetize.com/k8k5zg2rzz0tuarp52nyg05u7s274334/', '0', 'Arcade', 0, 0, '', 'minercraft-party---player'), (5832, 'Scary maze html5', 'Scary maze html5 is a one-player game based on the retro Scary maze flash version, here were added three more levels. The objective of the game is very easy: don\'t touch the walls (the back zone).', 'https://img.gamemonetize.com/hve0xw9limtjli40mxe0u4ywuyll3m2d/512x384.jpg', 'https://html5.gamemonetize.com/hve0xw9limtjli40mxe0u4ywuyll3m2d/', '0', 'Hypercasual', 0, 0, '', 'scary-maze-html'), (5833, 'Violet Doll My Virtual Home', 'This is our new game where you can meet the doll Violet and spend the day with her. You will have a lot of fun in her virtual home and you will also learn her daily habits. Take care of her and make sure you will grant all her wishes. Have fun!', 'https://img.gamemonetize.com/zbptzqn78u65qd1abk21fsbof3dx9mox/512x384.jpg', 'https://html5.gamemonetize.com/zbptzqn78u65qd1abk21fsbof3dx9mox/', '0', 'Girls', 0, 0, '', 'violet-doll-my-virtual-home'), (5834, 'Black Friday Mahjong', 'Black Friday shopping is fun! To buy things you need to match tiles with the same image on them. Unlike regular mahjong it is possible to combine tiles of different size and shape as long as they have the same image.', 'https://img.gamemonetize.com/f0v3suw3c9v0j3ot40islbfd0uzyk40u/512x384.jpg', 'https://html5.gamemonetize.com/f0v3suw3c9v0j3ot40islbfd0uzyk40u/', '0', 'Puzzles', 0, 0, '', 'black-friday-mahjong'), (5835, 'Tornado Giant Rush', 'Tornado Giant Rush is a tornado-themed running game. You just need to slide to control the tornado forward. Note that to collect, and their own color tornadoes will become larger and larger, contact with different colors of tornadoes will become smaller, until failure. Now, come to play it!', 'https://img.gamemonetize.com/gz8akz3tsegfhrinwskzwwc32gcnx3c7/512x384.jpg', 'https://html5.gamemonetize.com/gz8akz3tsegfhrinwskzwwc32gcnx3c7/', '0', 'Puzzles', 0, 0, '', 'tornado-giant-rush'), (5836, 'Merge Rainbow Friend', 'Let\'s play Merge Rainbow Friends and fight in the intense battle! Merge your rainbow monsters, improve your fighting skills and defeat enemies in fights for survival. Win and become the champion of Merge Master! Are you getting ready for an epic battle? Come on!', 'https://img.gamemonetize.com/bwghbg4twecuancg41tm8l18314bwtk8/512x384.jpg', 'https://html5.gamemonetize.com/bwghbg4twecuancg41tm8l18314bwtk8/', '0', 'Puzzles', 0, 0, '', 'merge-rainbow-friend'), (5837, 'HagiCraft Shooter', 'Hey soldier, there were problems in the cube world! Be careful, monsters are born everywhere. They all need to be killed. Don\'t forget that luck is on your side this time, take the lucky boxes and earn money. The money is very much needed. Kill all the monsters. Never forgive. All must die.', 'https://img.gamemonetize.com/7wowyy9tctghfzcwn7ja4lzmbpowy6gq/512x384.jpg', 'https://html5.gamemonetize.com/7wowyy9tctghfzcwn7ja4lzmbpowy6gq/', '0', 'Shooting', 0, 0, '', 'hagicraft-shooter'), (5838, 'Christmas Car', 'You move the car forward or backward to overcome the obstacles in the allotted time. But note that it does not exceed the allotted time. You can use somersault skills to get points from the stars in the universe and get extra rewards to increase your ability through the next level.', 'https://img.gamemonetize.com/5lk8691fy3r5ib2i63q7396g6ps6avfi/512x384.jpg', 'https://html5.gamemonetize.com/5lk8691fy3r5ib2i63q7396g6ps6avfi/', '0', 'Arcade', 0, 0, '', 'christmas-car'), (5839, 'Angry Flocks', 'Welcome to the Angry Flocks. Join the Angry Flocks to destroy all aliens and save the world. Master the slingshot to take on the aliens. Use the special powers to destroy every shelter and complete all levels. Defeat Bosses and help the little heroes to unlock new power-ups in this amazing fantasy journey. Enjoy these tricky 40 levels and have fun!', 'https://img.gamemonetize.com/6asjya7cgwj2a74xrbyjqzscvq2ss937/512x384.jpg', 'https://html5.gamemonetize.com/6asjya7cgwj2a74xrbyjqzscvq2ss937/', '0', 'Arcade', 0, 0, '', 'angry-flocks'), (5840, 'Head Soccer 2023', 'Head Soccer 2023 is a sports game. Choose your player and play fast-paced soccer games against your friend or computer. You\'re in charge of the offense as well as the defense here. Jump, kick. You can also enroll in tournaments if you\'re looking for a challenge. Go ahead and practice until you can prove you have what it takes to win the tournament! Play and have fun!', 'https://img.gamemonetize.com/526wa8wnqncmdtr30dum7v95nej98xbr/512x384.jpg', 'https://html5.gamemonetize.com/526wa8wnqncmdtr30dum7v95nej98xbr/', '0', 'Sports', 0, 0, '', 'head-soccer-'), (5841, 'Cute Pet Doctor Care', 'Help the vet take care of animals, treat, heal and heal pets! Our pets are in trouble and need some help, some are sick and some are injured. Help the pet doctor cure them: cure cats, fix dogs, cure parrots and cure rabbits. Whether your pet has a fever or ear infection, scratches or cuts, you have the tools to help them.', 'https://img.gamemonetize.com/kqtdqi95ozrguk4wiz3kcb2j25lziej2/512x384.jpg', 'https://html5.gamemonetize.com/kqtdqi95ozrguk4wiz3kcb2j25lziej2/', '0', 'Girls', 0, 0, '', 'cute-pet-doctor-care'), (5842, 'Christmas Candy Cane', 'Christmas Candy Cane is an online jump action game that will keep you entertained for hours. The objective of the game is to help the candy cane jump over obstacles and reach the end of the level. There are numerous levels to play, each with its own unique challenges. With its simple yet addictive gameplay, Christmas Candy Cane is a great game for all ages.', 'https://img.gamemonetize.com/hv6swpsj5okxag9noftbgd383k48dy73/512x384.jpg', 'https://html5.gamemonetize.com/hv6swpsj5okxag9noftbgd383k48dy73/', '0', 'Arcade', 0, 0, '', 'christmas-candy-cane'), (5843, 'Christmas Defense', 'In this game you have been hired to protect Christmas gifts from a band of mauraders that are coming to steal them. Strategically place towers to prevent the mauraders from reaching the gifts.', 'https://img.gamemonetize.com/p7r5r001icqnzn9juhthnomuv321nln6/512x384.jpg', 'https://html5.gamemonetize.com/p7r5r001icqnzn9juhthnomuv321nln6/', '0', 'Shooting', 0, 0, '', 'christmas-defense'), (5844, 'Truck Town Parking Cars 2022', 'For every game, the UI is crucial. Parking game missions are available, and the UI makes it easy for you to fulfill them. In a similar vein, our interface makes it easy to complete a Cargo Truck Parking Challenge. You may begin by playing Advance Cargo Truck Parking gradually and work your way up to the basic Cargo Truck Parking game. Players will become irritated if the game moves slowly and the trucks can\'t move around freely. Your cargo truck driving abilities will be polished by our slick visuals, and you\'ll soon be able to play Parking games 3D flawlessly. You have never used a Cargo Truck Parking Simulator like the one we utilized. It doesn\'t matter if it\'s Parking Jam 3D or', 'https://img.gamemonetize.com/35j7mz8qp83mo4idbkculhy9ab5sqbo9/512x384.jpg', 'https://html5.gamemonetize.com/35j7mz8qp83mo4idbkculhy9ab5sqbo9/', '0', 'Racing', 0, 0, '', 'truck-town-parking-cars-'), (5845, 'Zombies crusher', 'Zombies war started, u must destroy them before reach the destination. Tap all zombies and avoid jumans. Have 3 lifes to save the world. If zombies reach at the bootom of screen you lose 1 live for each.', 'https://img.gamemonetize.com/jyr8xll9prqgvwolsv56ke4314xtcj4c/512x384.jpg', 'https://html5.gamemonetize.com/jyr8xll9prqgvwolsv56ke4314xtcj4c/', '0', 'Arcade', 0, 0, '', 'zombies-crusher'), (5846, 'Monster truck Offroad Stunts', 'Have you ever fantasized about taking a monster truck out for a spin on the open road and putting it through its paces in the real world? Great! What exactly are you looking forward to? It\'s time to test your insane off-road driving talents and choose your preferred vehicle from the options provided in the category. Pick out your most capable car and put it through its paces in the Boss Battleground Stunts, Limited period Stunts, Extreme Stunts, and Single Contest! Drivers of monster trucks need to climb to the top of the seat and start their engines. You are free to play in whatever mode most appeals to you. Enjoy the adventurous and exciting levels with enjoyable gameplay, excellent visuals, and beautiful level design. During the gameplay of the monster truck off-the-road stunt game, you must collect all the money and earn additional bonus awards for meeting the aims and goals set for each stage. STUNT, RAISE YOUR SPEED, AND JUMP This game will be on your favorites on your games list if you are a significant fan of Monster truck games, drifting games, Truck games, or RC rally games. If any of those categories describe you, check out this game. It\'s high time, drivers, so hop in your monster trucks, pick out the one you like most, and rev up those engines! Demonstrate your speed in offroad drag racing and driving ability by crossing the finish line within the allotted time. You will be tested to see how determined you are to stand alone and battle, so prepare for the most violent Monster truck game yet! Now is the time to strap up and become a member of the drivers club that competes in off-road races using monster trucks.', 'https://img.gamemonetize.com/4rlgw3k18f23ie6yzahw9xp5xcuqt0lg/512x384.jpg', 'https://html5.gamemonetize.com/4rlgw3k18f23ie6yzahw9xp5xcuqt0lg/', '0', 'Racing', 0, 0, '', 'monster-truck-offroad-stunts'), (5847, 'Word Connect Puzzle', 'Hello and welcome to all words games lovers! This is Word connect puzzle, an amazing word game. Slide your finger to connect words and refrech your vocabulary in english. Explore tons of challenging levels and ask your friends for help when you stuck! Good luck!', 'https://img.gamemonetize.com/uc3t7rb989gp07i25otuohgk6hjifrrl/512x384.jpg', 'https://html5.gamemonetize.com/uc3t7rb989gp07i25otuohgk6hjifrrl/', '0', 'Puzzles', 0, 0, '', 'word-connect-puzzle'), (5848, 'Jelly Runner 3D', 'Jelly Runner 3D is a free online cartoon running game for boys played on PuzzleGame. You need to manipulate Jelly Man to run, cross the digital doors and make him bigger and bigger. Only by keeping the maximum number at the finish line can you defeat BOSS in the boxing match and win the final victory. Mobile, Tablet, and Desktop are playable. Let\'s take a chance and attack the opponent.', 'https://img.gamemonetize.com/f574j25znogelyxzfq31f768h875klgc/512x384.jpg', 'https://html5.gamemonetize.com/f574j25znogelyxzfq31f768h875klgc/', '0', 'Boys', 0, 0, '', 'jelly-runner-d'), (5849, 'Sailor Girl Casual Outfit', 'Sailor Girl is an anime that all girls love, and the costumes worn by the characters are especially popular among the girls. These girls, Sofia, Zoe, Adella, Winnie, and Rebecca also like the retro collocation of those characters. They even have a lot of the same costumes as Sailor Girls. Today they are going out shopping, please choose clothes for them according to the match of Sailor Style.', 'https://img.gamemonetize.com/hj7bnl8soomh4q211tt2wf2tiae0dc07/512x384.jpg', 'https://html5.gamemonetize.com/hj7bnl8soomh4q211tt2wf2tiae0dc07/', '0', 'Girls', 0, 0, '', 'sailor-girl-casual-outfit'), (5850, 'Escaping Zombie', 'Get your heart pumping with the Escaping Zombie Online Jump Game! With just one click, you can start playing this addicting game. See how long you can last against the never-ending hordes of zombies. Can you make it to the top of the leaderboard? Play now and find out! Look no further than Escaping Zombie! In this thrilling game, you must guide your character through a city overrun by zombies, avoiding being caught and turned into one of them yourself. With exciting gameplay and hours of fun, Escaping Zombie is a must-play game for all fans of online gaming!', 'https://img.gamemonetize.com/hdxtw3bt2rc82l10f3vhr1jt121eocwm/512x384.jpg', 'https://html5.gamemonetize.com/hdxtw3bt2rc82l10f3vhr1jt121eocwm/', '0', 'Arcade', 0, 0, '', 'escaping-zombie'), (5851, 'Jump Monster', 'The "Monster Jump Adventure Online Game" is a fun and addicting game that allows players to experience the thrill of jumping and avoiding obstacles. The monster jump adventure online game is a great way for players to have fun and excitement. The game offers a unique and challenging gameplay that is different from other online games. The player can choose to play as a monster or a human in the game. There are many different levels to the game, and each level gets more difficult as the player progresses.', 'https://img.gamemonetize.com/vg5oh08aml9p8pedhhxqc069yho019cq/512x384.jpg', 'https://html5.gamemonetize.com/vg5oh08aml9p8pedhhxqc069yho019cq/', '0', 'Arcade', 0, 0, '', 'jump-monster'), (5852, 'Poker Web', 'Create poker hands from the cards in the web of this strategic solitaire game. Earn all achievement medals in this simple time waster that on hand follows poker rules, but on the other is nothing like poker!', 'https://img.gamemonetize.com/vnwlne6didvcm7ungeknx51ps6t6kfir/512x384.jpg', 'https://html5.gamemonetize.com/vnwlne6didvcm7ungeknx51ps6t6kfir/', '0', 'Puzzles', 0, 0, '', 'poker-web'), (5853, 'Jeep Driver Offroad 2022', 'This 4x4 Jeep game will provide hours of fun as you race across rolling hills and dense forests. The journeys you take in off-road driving games are filled with excitement from start to finish, be it a mountain climb or a mega car stunt. In SUV games, you can show off your skills as a master 4x4 stunt driver on challenging off-road tracks, narrow wooden bridges, streams, and mountains. Choose your favorite mountain jeep from among the other powerful off-road vehicles, and then get ready to embark on an exciting ride. The courses in the stunt Jeep game are choppy, jumpy, and full of unexpected difficulties. Participate in an exciting kart and Jeep game along the winding, narrow path that runs along the mountain. Along the route to the racing Jeep game, there are many checkpoints to stop at. Continue your expedition into the mud trucks by demonstrating that you are a master of the 4x4 stunt driving simulator. Be careful not to run out of fuel while climbing steep terrain in the offroad Jeep driving simulator; the longer you spend doing so, the more likely the energy will run out. The Challenging Mode aims to put your off-road driving skills to the test on incredibly tight tracks full of sharp turns and constantly shifting. A few small ramps can be used along the path for mudbug riding games. When driving a car, it\'s important to distinguish between exact and distracting routes. The checkpoints in the Jeep Wala game can provide you with some direction. When it comes to good performance, driving game masters will demonstrate how to control the vehicle in this mode to get to their destination in racing car games.', 'https://img.gamemonetize.com/9uxarkbtw4jza0sryvg3fn51v79gs5or/512x384.jpg', 'https://html5.gamemonetize.com/9uxarkbtw4jza0sryvg3fn51v79gs5or/', '0', 'Racing', 0, 0, '', 'jeep-driver-offroad-'), (5854, 'Acorn Bot', 'Acorn Bot is a 2D platformer where you have to collect all of the ice cream cones while avoiding enemy bots, spikes, ground saws, and rotating lasers and reach the Exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/tcsv5ypl44odg66ytphi4h3kj4xvj29i/512x384.jpg', 'https://html5.gamemonetize.com/tcsv5ypl44odg66ytphi4h3kj4xvj29i/', '0', 'Arcade', 0, 0, '', 'acorn-bot'), (5855, 'Fluffy Balls Sorting', 'Fluffy Balls - Sorting is a logic puzzle game in which the player has to sort fluffy balls of the same color into flasks. The application has a lot of interesting stages, sorted by their complexity.', 'https://img.gamemonetize.com/vg6mzqq7avnjeweo15gfz4xfycpnrmgj/512x384.jpg', 'https://html5.gamemonetize.com/vg6mzqq7avnjeweo15gfz4xfycpnrmgj/', '0', 'Puzzles', 0, 0, '', 'fluffy-balls--sorting'), (5856, 'Watermelon Day 2', 'Watermelon Day 2 is a 2D cute little challenging platformer where you play as a Watermelon man who have to collect glasses of water in order to survive while avoiding the enemy watermelons, flying watermelons, spikes, rotating blades,and giant blades. You have to reach the blue flag in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Watermelon Day" series.', 'https://img.gamemonetize.com/i478c85r8d2qs5l8191oos31fqn1w7pj/512x384.jpg', 'https://html5.gamemonetize.com/i478c85r8d2qs5l8191oos31fqn1w7pj/', '0', 'Arcade', 0, 0, '', 'watermelon-day-'), (5857, 'The Explorer', 'The Explorer is an adventure-platformer game that sets in an alien world. You have landed your ship in a mysterious alien world, go explore this mystic island and defeat the evil monsters you encounter.', 'https://img.gamemonetize.com/nzed2octjnf8ve20mzu1j4oec5zpsg5d/512x384.jpg', 'https://html5.gamemonetize.com/nzed2octjnf8ve20mzu1j4oec5zpsg5d/', '0', 'Puzzles', 0, 0, '', 'the-explorer'), (5858, 'Bridge Stick', 'Bridge Stick is an arcade game, and the goal of this game is that you need to pass the warrior between pillars. Tap on the screen and the bar will be shown. The bar will grow as you tap the screen. You need to make the bar have sufficient length to connect two pillars and to create a bridge, where the player can walk. If you make the stick shorter or longer the player will fall down and the game will be over. Try to pass more pillars as you can.', 'https://img.gamemonetize.com/rhql8fo78q0xab8ac9r956i7vuxxwsx8/512x384.jpg', 'https://html5.gamemonetize.com/rhql8fo78q0xab8ac9r956i7vuxxwsx8/', '0', 'Arcade', 0, 0, '', 'bridge-stick'), (5859, 'Spin War', 'Spin War is a simple war game. Zombies will come to attack player. Player can defend with weapon. Weapon can upgrade. Adjust speed and weapon. FHD 1920x1080 support full screen. Added a button for full screen progress level by upgrade weapon and speed more than 1000 score shortened like 1K, 1M ,1T etc', 'https://img.gamemonetize.com/gpnp7g7a5ln7a141lz0dzwvtzymdrwk1/512x384.jpg', 'https://html5.gamemonetize.com/gpnp7g7a5ln7a141lz0dzwvtzymdrwk1/', '0', 'Shooting', 0, 0, '', 'spin-war'), (5860, 'Ricochet Arrow FN', 'Use as many arrows as you need, but be smart enough and don’t shoot yourself an arrow and If possible, finish off the skeletons! (30 levels)', 'https://img.gamemonetize.com/ofqm16j6apvhbr5dyz7v3nkri5rfzdvm/512x384.jpg', 'https://html5.gamemonetize.com/ofqm16j6apvhbr5dyz7v3nkri5rfzdvm/', '0', 'Adventure', 0, 0, '', 'ricochet-arrow-fn'), (5861, 'Mega Ramp Extreme Car Stunt Game 3D', 'Can you perform car driving stunts in impossible car_games? Play impossible stunt car simulator for car race and rocket driving games. Race to the sun and cross the checkpoint in Impossible tracks car simulator new games 2022. The stunt car games offer addictive limitless gameplay. It is not only xtreme driving but also a drifting games simulator with mega ramp breakneck challenges.', 'https://img.gamemonetize.com/os3wo7l58nnw2a892bq5joo3ai2ltu4t/512x384.jpg', 'https://html5.gamemonetize.com/os3wo7l58nnw2a892bq5joo3ai2ltu4t/', '0', 'Racing', 0, 0, '', 'mega-ramp-extreme-car-stunt-game-d'), (5862, 'Kylie Jenner Halloween Face Art', 'Three charming girlfriends try to never miss social events. Moreover, they always strive to become the brightest figures on them. The Halloween party was no exception. Pretty women are going to make a splash on her. Help them create stunning images.', 'https://img.gamemonetize.com/ripr77sq86tqxbtmnsoyunkbfvrg4lln/512x384.jpg', 'https://html5.gamemonetize.com/ripr77sq86tqxbtmnsoyunkbfvrg4lln/', '0', 'Girls', 0, 0, '', 'kylie-jenner-halloween-face-art'), (5863, 'Caveman Escape 4', 'Caveman Escape 4 is a point and click escape game developed by 8BGames/Games2Mad. Imagine that you had been to a place; on there you found a Caveman got trapped. Find some hidden object to solve some interesting clues to escape the Caveman. Good luck…Have fun!', 'https://img.gamemonetize.com/10zfkgc0106fts8nxuvk5z25axanmtj5/512x384.jpg', 'https://html5.gamemonetize.com/10zfkgc0106fts8nxuvk5z25axanmtj5/', '0', 'Puzzles', 0, 0, '', 'caveman-escape-'), (5864, 'Caravan Escape', 'Caravan Escape is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a forest with your Caravan; there someone stole your Caravan wheel. Here are the interesting puzzles and hidden objects to escape your Caravan. Good luck… Have fun!', 'https://img.gamemonetize.com/wbyezoc4mnque0l3z0yxah73drpqj84u/512x384.jpg', 'https://html5.gamemonetize.com/wbyezoc4mnque0l3z0yxah73drpqj84u/', '0', 'Puzzles', 0, 0, '', 'caravan-escape'), (5865, 'Archaeologist House Escape', 'Archaeologist House Escape is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a house; there you got trapped inside the house. Here are the interesting puzzles and hidden objects to find and get escape from the house. Good luck… Have fun!', 'https://img.gamemonetize.com/5tk3y7k8vz67ctk49gc9s71g2c6yawqw/512x384.jpg', 'https://html5.gamemonetize.com/5tk3y7k8vz67ctk49gc9s71g2c6yawqw/', '0', 'Puzzles', 0, 0, '', 'archaeologist-house-escape'), (5866, 'Rescue The Rabbit 2', 'Rescue The Rabbit 2 is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a forest there you found a Rabbit got trapped inside the cage. Here are the interesting puzzles and hidden objects to find and get escape the Rabbit. Good luck... Have fun!', 'https://img.gamemonetize.com/7ak2wmjjxiip47oxqhby084tt9z270bj/512x384.jpg', 'https://html5.gamemonetize.com/7ak2wmjjxiip47oxqhby084tt9z270bj/', '0', 'Puzzles', 0, 0, '', 'rescue-the-rabbit-'), (5867, 'Modern City Escape 2', 'Modern City Escape 2 is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a Modern City; there you got trapped inside the Modern City. Here are the interesting puzzles and hidden objects to find and get escape from the Modern City. Good luck… Have fun!', 'https://img.gamemonetize.com/k2csfmow6z2o3014byi0bkgwqlnkdptl/512x384.jpg', 'https://html5.gamemonetize.com/k2csfmow6z2o3014byi0bkgwqlnkdptl/', '0', 'Puzzles', 0, 0, '', 'modern-city-escape-'), (5868, 'Bus Escape', 'Bus Escape is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a street with your bus; there you lost your bus key. Here are the interesting puzzles and hidden objects to escape your bus. Good luck… Have fun!', 'https://img.gamemonetize.com/soi7z841qpfwo212gxb1uwk4awba0nxo/512x384.jpg', 'https://html5.gamemonetize.com/soi7z841qpfwo212gxb1uwk4awba0nxo/', '0', 'Puzzles', 0, 0, '', 'bus-escape'), (5869, 'Noob Steve Christmas', 'Try to escape from the snowy area! Complete all the levels and share your result with your friends. Jump over snow blocks and don\'t fall into the cold ice. Compete with your friends and collect blocks to make portal. It\'s time to show off your parkour skills in Christmas! + Demonstrate your talent by completing 10 different levels that are getting harder and harder. + Try to reach the portal at the end of the each level and collect blocks to construct the portal.', 'https://img.gamemonetize.com/iheo3btcmv7qtt4tp58scazi3gek1a89/512x384.jpg', 'https://html5.gamemonetize.com/iheo3btcmv7qtt4tp58scazi3gek1a89/', '0', 'Adventure', 0, 0, '', 'noob-steve-christmas'), (5870, 'Jewel Christmas Story', 'The most anticipated holiday of the year is here! Christmas is just around the corner and lots of holiday fun full of gifts and sweets is waiting for you in this new match3 game. Collect game currency, achieve combos and use boosters in various missions.', 'https://img.gamemonetize.com/12fn9qj8i4g24tidgttgjxepa5atx3i5/512x384.jpg', 'https://html5.gamemonetize.com/12fn9qj8i4g24tidgttgjxepa5atx3i5/', '0', 'Puzzles', 0, 0, '', 'jewel-christmas-story'), (5871, 'Minicraft Steve And Wolf Adventure', 'Minicraft: Steve And Wolf Adventure is a 2D platformer for 2 players in the minecraft universe. Grab your friend and play together.', 'https://img.gamemonetize.com/rft2z0wffhedafchqljjuz21sye1nufk/512x384.jpg', 'https://html5.gamemonetize.com/rft2z0wffhedafchqljjuz21sye1nufk/', '0', 'Adventure', 0, 0, '', 'minicraft-steve-and-wolf-adventure'), (5872, 'Winter Holiday Puzzles', 'A gorgeous selection of snow scenes, landscapes, snowmen and all things winter in a game called Winter Holiday Puzzles. Winter Holiday Puzzles is perfect online jigsaw game for those people that love winter and those who just want to pass the time to get through it! Start playing and have fun.', 'https://img.gamemonetize.com/sxcoevkfg0wnzbbuxz9hzwkn8r1qcley/512x384.jpg', 'https://html5.gamemonetize.com/sxcoevkfg0wnzbbuxz9hzwkn8r1qcley/', '0', 'Puzzles', 0, 0, '', 'winter-holiday-puzzles'), (5873, 'Mommy Pregnant Caring', 'Sofia is pregnant. Today she is the only one at home, but she makes an appointment to go to the hospital for examination. Can you take care of Sofia on this day? Please help Sofia to freshen up and then accompany her to the hospital for examination. After Sofia returns home, please help her make a delicious dinner.', 'https://img.gamemonetize.com/qhkz57jhech8hmkr4vx8p2fe4v5sdw92/512x384.jpg', 'https://html5.gamemonetize.com/qhkz57jhech8hmkr4vx8p2fe4v5sdw92/', '0', 'Girls', 0, 0, '', 'mommy-pregnant-caring'), (5874, 'Card Match Memory!', 'Click the cards to flip. Memorize their position and match them up in pairs. Match all of the cards on the board to complete the level. It\'s time to check your memory skill now. What\'s the max level can you play?', 'https://img.gamemonetize.com/9n6sf8z20uzn7ocpxkk5ak9ldtbp74fh/512x384.jpg', 'https://html5.gamemonetize.com/9n6sf8z20uzn7ocpxkk5ak9ldtbp74fh/', '0', 'Puzzles', 0, 0, '', 'card-match-memory'), (5875, 'Motorcycle Racing 2022', 'For your benefit, we have included in this game all of the thrills, laughs, and heart-pounding action that can come from a simple set of tires. You won\'t be able to set your phone down once you taste the incredible racing experience and gorgeous visuals it offers. Four distinct camera angles You may play the game from the perspective of your racer to get a more realistic experience, or you can improve your level of control over the race by switching the camera position. Motorcycles that are patterned by reality We have modeled sixteen unique bikes for your convenience, each down to the tiniest detail. Choose one, then work to enhance its performance and design before entering a race. An action-packed racing game with ten distinct stages and four unique gang bosses. Four distinct locations, each with its nasty gang boss! You may look forward to tons of racing, each taking place during a particular season and in an incredible setting. You\'ll need to show that you\'re the greatest racer by beating the other four leaders.', 'https://img.gamemonetize.com/6jmytsvy3hh5lo7b3n4014e9hndlgq6d/512x384.jpg', 'https://html5.gamemonetize.com/6jmytsvy3hh5lo7b3n4014e9hndlgq6d/', '0', 'Racing', 0, 0, '', 'motorcycle-racing-'), (5876, ' Monster Truck Supra Race', 'Conquer your competition in intense head-to-head MONSTER TRUCK races that include fire-breathing monster trucks! The long-awaited release of the brand-spanking-new monster truck racing simulator game has finally here. Put yourself in the driver\'s seat of incredibly potent MONSTER TRUCKS, let the fire burn merrily, race the quickest 4x4 off-road monster vehicles, and treat your eyes to the spectacle of frantic, jump-filled racing through the breathtaking landscape of the American countryside, which is full of hills and valleys. Have you ever considered what it might be like to operate a monster truck in the real world? Great! Now is the time to put your driving abilities to the test and choose the type of vehicle that best suits your needs! Pick your favorite car and put it through its paces in the Boss Battle Races, Ranking Races, Limited Races, Extreme Races, Single Contest, and Daily Race modes! Compete against other people driving monster trucks online and work your way to the top of the leaderboards. Who has the most impressive vehicle? You do! Your goal is to win as many races as possible and establish yourself as the world\'s best new monster truck driver. The rural areas of the United States play host to some of the most intense battles between fire-breathing and ultimately formidable Monster Trucks. Experience a world that has been constructed to perfection, complete with picturesque hills, valleys, lakes, and railways. While you take in the breathtaking scenery, don\'t forget to keep an eye on the road, your competitors, and the next available ramp. The race is about to begin, so pick up your pace, partake in some drag racing, make a dash, and overcome the hill and the uphill. RACE, RAISE YOUR SPEED, AND BOUNCE This game will be at the top of your list of favorite games if you like playing games involving monster trucks, truck racing, or radio-controlled car rallies. On the one hand, you constantly worry about getting the highest monster truck performance and speed possible, but on the other hand, you want to obtain the best feasible truck design. So much for racing cars in a fun and simple arcade game! You may already be familiar with the concept of a monster truck, a pickup truck modified with a more extensive suspension and larger tires, often for recreational use. Discover an ideal solution that provides you with various alternatives to personalize and improve your flame-spewing vehicle and your armor.', 'https://img.gamemonetize.com/wksztiwv7pkihgblrf8gi0hsk9s6hyl0/512x384.jpg', 'https://html5.gamemonetize.com/wksztiwv7pkihgblrf8gi0hsk9s6hyl0/', '0', 'Racing', 0, 0, '', '-monster-truck-supra-race'), (5877, 'Akochan Quest', 'Akochan Quest is a 2D anime themed platformer where you play as Akochan, a girl, who have to collect all of the necklaces while avoiding the zombies, the heart monsters, saws, rotating blades and reach the yellow flag in order to go to the next level. There are 8 levels to play and the difficulty increases as you continue.', 'https://img.gamemonetize.com/m3w2jx0x754vprbcct2q5apxkgiax2al/512x384.jpg', 'https://html5.gamemonetize.com/m3w2jx0x754vprbcct2q5apxkgiax2al/', '0', 'Arcade', 0, 0, '', 'akochan-quest'), (5878, 'Yeti Adventure', 'Yeti Adventure is an online platformer game that challenges players to navigate through a variety of levels, overcome obstacles, and collect items. The game features beautiful graphics and unique gameplay that will keep players hooked for hours on end. With over 100 levels to play through, Yeti Adventure is the perfect game for anyone looking for a challenge.', 'https://img.gamemonetize.com/ou3mvsmp3r0cy4qrdc3xu4r4ujtwb83n/512x384.jpg', 'https://html5.gamemonetize.com/ou3mvsmp3r0cy4qrdc3xu4r4ujtwb83n/', '0', 'Arcade', 0, 0, '', 'yeti-adventure'), (5879, 'Miner GokartCraft 4 Player', 'hey dude, take all 4 of your friends and run away from the blue monster! Be careful while avoiding the monster, get the gold and reach the highest score. If the blue monster catches you, don\'t forget to eat you, everyone has to reach the door. If you can\'t reach the door, you can\'t win. Watch out for the thorns, the tire will burst and you will lose. Be careful don\'t forget the monsters are everywhere.', 'https://img.gamemonetize.com/bsgoq65niocntkv9zfbk8xlirbrq8ggd/512x384.jpg', 'https://html5.gamemonetize.com/bsgoq65niocntkv9zfbk8xlirbrq8ggd/', '0', 'Adventure', 0, 0, '', 'miner-gokartcraft---player'), (5880, 'Amazing Car City Drive', 'Car Driving Simulator is the best car simulator of 2022, thanks to its advanced real physics engine Ever wanted to try a sports car simulator? Now you can drive, drift and feel a racing sports car for free! Be a furious racer on a whole city for you. No need to brake because of traffic or racing other rival vehicles, so you can perform illegal stunt actions and run full speed without the police chasing you! Drifting fast and doing burnout had never been so fun! Burn the asphalt of this open world city!', 'https://img.gamemonetize.com/ou8c1d57f5ql8yqf75lnm9z16ylwns2v/512x384.jpg', 'https://html5.gamemonetize.com/ou8c1d57f5ql8yqf75lnm9z16ylwns2v/', '0', 'Racing', 0, 0, '', 'amazing-car-city-drive'), (5881, 'Best Drive of Car', 'Car Driving Simulator is the best car simulator of 2022, thanks to its advanced real physics engine Ever wanted to try a sports car simulator? Now you can drive, drift and feel a racing sports car for free! Be a furious racer on a whole city for you. No need to brake because of traffic or racing other rival vehicles, so you can perform illegal stunt actions and run full speed without the police chasing you! Drifting fast and doing burnout had never been so fun! Burn the asphalt of this open world city!', 'https://img.gamemonetize.com/hf9nl2wlg9d9i4zi5em4z7tmhpmhqgbv/512x384.jpg', 'https://html5.gamemonetize.com/hf9nl2wlg9d9i4zi5em4z7tmhpmhqgbv/', '0', 'Racing', 0, 0, '', 'best-drive-of-car'), (5882, 'Drift Car City', 'Car Driving Simulator is the best car simulator of 2022, thanks to its advanced real physics engine Ever wanted to try a sports car simulator? Now you can drive, drift and feel a racing sports car for free! Be a furious racer on a whole city for you. No need to brake because of traffic or racing other rival vehicles, so you can perform illegal stunt actions and run full speed without the police chasing you! Drifting fast and doing burnout had never been so fun! Burn the asphalt of this open world city!', 'https://img.gamemonetize.com/zpzwnq667dpsizolm20jq694dkjq7mxa/512x384.jpg', 'https://html5.gamemonetize.com/zpzwnq667dpsizolm20jq694dkjq7mxa/', '0', 'Racing', 0, 0, '', 'drift-car-city'), (5883, 'Experience Best Driving', 'Car Driving Simulator is the best car simulator of 2022, thanks to its advanced real physics engine Ever wanted to try a sports car simulator? Now you can drive, drift and feel a racing sports car for free! Be a furious racer on a whole city for you. No need to brake because of traffic or racing other rival vehicles, so you can perform illegal stunt actions and run full speed without the police chasing you! Drifting fast and doing burnout had never been so fun! Burn the asphalt of this open world city!', 'https://img.gamemonetize.com/mjl89aw03p90h1rg3kz48dl8tq4mcvqa/512x384.jpg', 'https://html5.gamemonetize.com/mjl89aw03p90h1rg3kz48dl8tq4mcvqa/', '0', 'Racing', 0, 0, '', 'experience-best-driving'), (5884, 'Car Stunt Drive', 'Car Driving Simulator is the best car simulator of 2022, thanks to its advanced real physics engine Ever wanted to try a sports car simulator? Now you can drive, drift and feel a racing sports car for free! Be a furious racer on a whole city for you. No need to brake because of traffic or racing other rival vehicles, so you can perform illegal stunt actions and run full speed without the police chasing you! Drifting fast and doing burnout had never been so fun! Burn the asphalt of this open world city!', 'https://img.gamemonetize.com/5mdlxtmgtfnovo5et8vepwe8abgeh0ce/512x384.jpg', 'https://html5.gamemonetize.com/5mdlxtmgtfnovo5et8vepwe8abgeh0ce/', '0', 'Racing', 0, 0, '', 'car-stunt-drive'), (5885, 'Amazing Bus Driving', 'Coach Bus Simulator is the first coach driving game that will teach you to drive a real coach across different scenarios! Take people from a city to another, show them amazing places and landscapes. Open world map, incredible vehicles, wonderful interiors will make you feel a realistic coach bus driving experience! It\'s time to get on board and drive through Europe! Enter the simulation world of bus driving! Get Coach Bus Simulator now!', 'https://img.gamemonetize.com/7y0ltsmm6uq3ukv04mai3javy3zp9db3/512x384.jpg', 'https://html5.gamemonetize.com/7y0ltsmm6uq3ukv04mai3javy3zp9db3/', '0', 'Racing', 0, 0, '', 'amazing-bus-driving'), (5886, 'Drive like Boss', 'Car Driving Simulator is the best car simulator of 2022, thanks to its advanced real physics engine Ever wanted to try a sports car simulator? Now you can drive, drift and feel a racing sports car for free! Be a furious racer on a whole city for you. No need to brake because of traffic or racing other rival vehicles, so you can perform illegal stunt actions and run full speed without the police chasing you! Drifting fast and doing burnout had never been so fun! Burn the asphalt of this open world city!', 'https://img.gamemonetize.com/klgni31404rdb68yp8ips7jx8ti096bp/512x384.jpg', 'https://html5.gamemonetize.com/klgni31404rdb68yp8ips7jx8ti096bp/', '0', 'Racing', 0, 0, '', 'drive-like-boss'), (5887, 'Cat Escape 2', 'Sneak your way through the guards 4 paws at a time!', 'https://img.gamemonetize.com/n4kii3cvsf2rbht7yj9qq5idvnsd9vln/512x384.jpg', 'https://html5.gamemonetize.com/n4kii3cvsf2rbht7yj9qq5idvnsd9vln/', '0', 'Hypercasual', 0, 0, '', 'cat-escape-'), (5888, 'Halloween Sudoku', 'Sudoku is a famous logic puzzle games. If you like sudoku games, this Halloween Sudoku games is for you. In Halloween Sudoku, you task is to fill all the cells with halloween items. Each row, column or 3x3 cells must contain a halloween item exactly once.', 'https://img.gamemonetize.com/19jmjtu3bhrs816lxsnb06yzq35vq686/512x384.jpg', 'https://html5.gamemonetize.com/19jmjtu3bhrs816lxsnb06yzq35vq686/', '0', 'Puzzles', 0, 0, '', 'halloween-sudoku'), (5889, 'Kaitochan vs Ghosts', 'Kaitochan vs Ghosts is a 2D Halloween themed platformer where you have to collect yellow balls while avoiding the pumpkin enemies, fire, spikes, and flying ghosts and reach the Exit door in order to go to the next level. The Exit door will only be unlocked when all of the yellow balls are collected in each level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/vjw5swwrxyz9r2s6ylmox1rguyyy5hcb/512x384.jpg', 'https://html5.gamemonetize.com/vjw5swwrxyz9r2s6ylmox1rguyyy5hcb/', '0', 'Arcade', 0, 0, '', 'kaitochan-vs-ghosts'), (5890, 'Halloween Monster Party Jigsaw', 'Halloween Monster Party Jigsaw is a free online game from genre of puzzle and jigsaw games. You can select one of the 12 images and then select one of the three modes: easy with 25 pieces, medium with 49 pieces and hard with 100 pieces. Have fun and enjoy!', 'https://img.gamemonetize.com/nzdxjat4jjtkugb2tf0lk3x5iilq0oj5/512x384.jpg', 'https://html5.gamemonetize.com/nzdxjat4jjtkugb2tf0lk3x5iilq0oj5/', '0', 'Arcade', 0, 0, '', 'halloween-monster-party-jigsaw'), (5891, 'Scary Party Coloring', 'Scary Party Coloring is a free online coloring and kids game! In this game you will find eight different pictures which have to be colored as fast as you can to obtain a great score at the end of the game. You have 23 different colors to choose. You can also save the colored image. Have fun!', 'https://img.gamemonetize.com/kratqptxo6g66oauxxxgt2tvf83muh1m/512x384.jpg', 'https://html5.gamemonetize.com/kratqptxo6g66oauxxxgt2tvf83muh1m/', '0', 'Arcade', 0, 0, '', 'scary-party-coloring'), (5892, 'Scary Forest Escape 3', 'Scary Forest Escape 3 is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a forest, there you got trapped inside the forest Here is the interesting puzzles and hidden objects to find and get escape from the forest. Good Luck. Have Fun.', 'https://img.gamemonetize.com/gkkjaw58abevmf030918m7naetj2nhsx/512x384.jpg', 'https://html5.gamemonetize.com/gkkjaw58abevmf030918m7naetj2nhsx/', '0', 'Puzzles', 0, 0, '', 'scary-forest-escape-'), (5893, 'Cute Girl House Escape', 'Cute Girl House Escape is a point and click escape game developed by 8B Games/Games2Mad. Imagine that you went to a Cute Girl house. There you got trapped in this house. Find some hidden object to solve some interesting clues to escape the Cute Girl House. Good luck…Have fun!', 'https://img.gamemonetize.com/ulyyh5847za090bgtnxh829mwjd1ru5y/512x384.jpg', 'https://html5.gamemonetize.com/ulyyh5847za090bgtnxh829mwjd1ru5y/', '0', 'Puzzles', 0, 0, '', 'cute-girl-house-escape'), (5894, 'Temple Run 2 Jungle Fall', 'Temple Run 2: Jungle Fall is an endless runner game developed by Imangi. Escape from the dangerous demonic apes and avoid all the obstacles and traps that are found along the way. Traverse the beautiful orange forest, avoid traps, dodge dynamic enemies like venus flytraps, and help this fearless treasure hunter escape with the gold idol. But hurry up! The evil monkey monsters are still chasing you! The Jungle Fall map adds some vibrance to the classic Temple Run 2 experience. Are you ready for a familiar yet new exciting adventure? Enjoy the fall season with a brand new map to fall in love with!', 'https://img.gamemonetize.com/pkrsuit51ypgzm64h6ohkjnqvwv1zabz/512x384.jpg', 'https://html5.gamemonetize.com/pkrsuit51ypgzm64h6ohkjnqvwv1zabz/', '0', 'Adventure', 0, 0, '', 'temple-run--jungle-fall'), (5895, 'Rescue The Monkey 2', 'Rescue The Monkey 2 is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a forest there you found a monkey got trapped inside the cage. Here is the interesting puzzles and hidden objects to find and get escape the Monkey. Good luck.. Have fun!', 'https://img.gamemonetize.com/5dg87cayep7fp6jsvzteptn53559k5jj/512x384.jpg', 'https://html5.gamemonetize.com/5dg87cayep7fp6jsvzteptn53559k5jj/', '0', 'Puzzles', 0, 0, '', 'rescue-the-monkey-'), (5896, 'Rescue The Cute Girl 2', 'Rescue The Cute Girl 2 is a point and click escape game developed by 8BGames/Games2Mad. Imagine that you went to a place. There you found a Girl locked up. Find some hidden object to solve some interesting clues to rescue the Girl. Good luck…Have fun!', 'https://img.gamemonetize.com/xpf6xvyx4s8ft3rblv50ryil3f7s9dz3/512x384.jpg', 'https://html5.gamemonetize.com/xpf6xvyx4s8ft3rblv50ryil3f7s9dz3/', '0', 'Puzzles', 0, 0, '', 'rescue-the-cute-girl-'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (5897, 'Rescue the Tiger Cub', 'Rescue The Tiger Cub is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a forest there you found a Tiger Cub got trapped inside the cage. Here are the interesting puzzles and hidden objects to find and get escape the Tiger Cub. Good luck... Have fun!', 'https://img.gamemonetize.com/eaoopgcgwhm0kisn5782bw0715oao471/512x384.jpg', 'https://html5.gamemonetize.com/eaoopgcgwhm0kisn5782bw0715oao471/', '0', 'Puzzles', 0, 0, '', 'rescue-the-tiger-cub'), (5898, 'Obstacle Cross Drive Simulator', 'Here is a hard-core truck driving simulation game with 3D realistic models. You are able to play four different kinds of modes with simple rules. With real-time hints and arrows, you need to complete the missions on time. If you want to win all three yellow stars, you need to complete all three requests at each level!', 'https://img.gamemonetize.com/qbyy1ywkw8x0z8ab6n4p99d1fvrj0vyc/512x384.jpg', 'https://html5.gamemonetize.com/qbyy1ywkw8x0z8ab6n4p99d1fvrj0vyc/', '0', 'Action', 0, 0, '', 'obstacle-cross-drive-simulator'), (5899, 'Car Racing & BurnOut Drift', 'Torque Burnout is a "driving" game that takes elements from all other racing games and blends them! Take a firm grip on the steering wheel, plant your foot firmly on the floor, and drive like a lunatic while performing donuts and drifts like a pro. To become the undisputed BURNOUT KING, you will need to perfect your vehicle, move it to its breaking point, whip up the crowd into a frenzy, and then continue to test its limits. Features include a realistic simulation of burnout, replete with stunning smoke, exploding tires, and blazing motors. - A wide selection of automobiles can be driven distinctively and customized. - Rumbling noises of the engine that will give you shivers down your spine.', 'https://img.gamemonetize.com/9e5p8404dx3mel5abgm8uwvqgs6uhhdr/512x384.jpg', 'https://html5.gamemonetize.com/9e5p8404dx3mel5abgm8uwvqgs6uhhdr/', '0', 'Racing', 0, 0, '', 'car-racing-amp-burnout-drift'), (5900, 'Cat Girl Fashion Challenge', 'Welcome to Cat Girl Fashion Challenge. Cat Girl is more conscious of her fashion. She plans to compete with all other fashionistas. Join and play as a fashion designer for cat girl. Help her to pick a nice costume for each event and compare her costumes with other players. Browse her wardrobe and pick outfits and costumes which is suitable for the events. Play and have fun!', 'https://img.gamemonetize.com/fb0ivfr90nb55624j1459hacgkum9hyx/512x384.jpg', 'https://html5.gamemonetize.com/fb0ivfr90nb55624j1459hacgkum9hyx/', '0', 'Girls', 0, 0, '', 'cat-girl-fashion-challenge'), (5901, 'Baby First Aid Tips', 'Baby First Aid Tips teaches kids 5 home aids. Rinse with cold water to relieve scald pain, add water to relieve symptoms of heat stroke, disinfect in time to properly handle bites, apply ice packs to the wound after sprain to quickly reduce swelling. Come and learn more family first aid measures and strengthen self-protection awareness!', 'https://img.gamemonetize.com/8ij8b70k14ebpvtxl8d7m1q32m0zgcxa/512x384.jpg', 'https://html5.gamemonetize.com/8ij8b70k14ebpvtxl8d7m1q32m0zgcxa/', '0', 'Girls', 0, 0, '', 'baby-first-aid-tips'), (5902, 'Stickman Steve vs Alex Nether', 'hey dude i\'m steve and darling alex we need help. save us from this lava and monster-filled rough journey. yes there are thorns and there are extreme formidable monster in the nether in the lava world we must escape from it. Lots of ghostly monsters are chasing us. We don\'t know how to escape. You have to help us. Help us along the way with your friend!', 'https://img.gamemonetize.com/ngdi416fraxurooxqzswgbk4brg5puzz/512x384.jpg', 'https://html5.gamemonetize.com/ngdi416fraxurooxqzswgbk4brg5puzz/', '0', 'Adventure', 0, 0, '', 'stickman-steve-vs-alex--nether'), (5903, 'Fashion Nail Salon Makeover', 'Barbara has become a nail professional now, and she opens a nail salon in the city. As for the beautiful types of nails and attentive service, lots of fashion girls who pursue fashion are attracted. Today, Sofia is coming. Let\'s have a look to see what will happen!', 'https://img.gamemonetize.com/x44zy1me5w6zs3y9rl6e3s140olvt2qb/512x384.jpg', 'https://html5.gamemonetize.com/x44zy1me5w6zs3y9rl6e3s140olvt2qb/', '0', 'Girls', 0, 0, '', 'fashion-nail-salon-makeover'), (5904, 'Little Helper Family Superman', 'Mom is not at home today, the children make a mess in the room, help mom clean and tidy up the room, complete a series of interesting housework, become the mother\'s little helper at home, now, let\'s clean up the living room, kitchen, bathroom , laundry room, balcony, bedroom. As long as there is mother\'s little helper, nothing can\'t be done. Come and clean up this dirty and messy room.', 'https://img.gamemonetize.com/5c2xd7riohfx2ae47vtmhs0rz6y15d2v/512x384.jpg', 'https://html5.gamemonetize.com/5c2xd7riohfx2ae47vtmhs0rz6y15d2v/', '0', 'Girls', 0, 0, '', 'little-helper-family-superman'), (5905, 'Rainbow Friend Cartoon Jigsaw', 'Rainbow Friend Cartoon Jigsaw is a hot jigsaw puzzle online game. Rainbow friend is a popular character recently. We choose 12 cartoon pictures and develop a Html5 jigsaw game for kids. If you are interested in matching jigsaw games and want to get fun images. Come and challenge this game!', 'https://img.gamemonetize.com/ncyfmmjz57sc830dexbsqxizv5vpylsa/512x384.jpg', 'https://html5.gamemonetize.com/ncyfmmjz57sc830dexbsqxizv5vpylsa/', '0', 'Boys', 0, 0, '', 'rainbow-friend-cartoon-jigsaw'), (5906, 'Stickman Climber', 'Stickman Climber is an amazing stickman game! The rules are very simple. just press the "Up" button to jump from side to side, and press "Turn" button to flip and avoid the bomb. Can you get a high score?', 'https://img.gamemonetize.com/r6h0rueubew554237k9nr5v6n0jaorkd/512x384.jpg', 'https://html5.gamemonetize.com/r6h0rueubew554237k9nr5v6n0jaorkd/', '0', 'Fighting', 0, 0, '', 'stickman-climber'), (5907, 'Parkour Flip Trickster 2022', 'Train to become the Master of Trampoline by learning how to do frontflips, backflips, gainers, layouts, leaps, and bounces on the trampolines in your garden, gym, or circus. Flip Master is the most fun and dynamic trampoline game ever made. It has its physics engine and is based on the physics of animated Ragdolls. Defy the rules of physics and show that you are deserving of respect. Get the following by downloading Flip Master right now: A wide array of exciting places! Choose where you want to go! a private outdoor space, a fitness center, and a trampoline designed for competition! Trampoline Park and Circus with a Large Selection of Trampolines! Unlock abilities and secret methods! Unlock abilities that are both dangerous and magnificent! Using your hands, you can efficiently perform front flips, back flips, gainers, and ten more feats. Incredible Power-Ups!Power-up Frenzy! a wide variety of different kinds of power-ups to pick from! The jumping party may begin as soon as you decide whether to use the medicine ball or the foam cube. Even More: Experience the thrill of the gold rush with the Coin Rain power-up, in addition to many other exciting features! AMAZING CHARACTERS! You get to select, improve, and personalize your characters. You have the potential to reach unfathomable heights as an athlete. Each figure has its own set of physics rules to follow! Put on a show for your pals and show off your most significant movements! Make a video of your most impressive moves and your most hilarious gaffes. Demonstrate to the world who the boss is on the trampoline!', 'https://img.gamemonetize.com/uu0ec7n7kaobdv45q3pr0k7zbluqun4w/512x384.jpg', 'https://html5.gamemonetize.com/uu0ec7n7kaobdv45q3pr0k7zbluqun4w/', '0', 'Arcade', 0, 0, '', 'parkour-flip-trickster-'), (5908, 'Math Runner Combine Number', 'The merge cube puzzle game\'s controls are pretty straightforward; all you have to do to succeed is swipe left or right, joining and disconnecting cubes. To be the first to the finish line, dodge various obstacles, divide in half promptly, or merge cubes into one—all in the style of your favorite puzzle merge cube game 2048 with adorably adorable visuals and hilarious animation!', 'https://img.gamemonetize.com/xqx64t9zcu84n0ktfjjm6l7rr93do3q2/512x384.jpg', 'https://html5.gamemonetize.com/xqx64t9zcu84n0ktfjjm6l7rr93do3q2/', '0', 'Arcade', 0, 0, '', 'math-runner-combine-number'), (5909, 'Pop Toys Maker Fidget DIY', 'Have you ever considered a gratifying and soothing game to quickly relieve stress? If the answer is yes, you have come to the correct location for nonstop games that are relaxing. You can discover instructions for producing easy dimple pops in our DIY fidget pop manufacturing game. Make Pop It in the anti-stress kinetic game with infinity cubes, fidget spinners, squishies, tangles, and boinks. While appearing on the screen, decompress. It is the most popular relaxing puzzle game and features numerous fidget toy designs. Select your preferred fidget toy maker and one of the available fidget toys, such as Pop It Fidget, Fidget Bubble, Bean Toy, Slice Sand, and Bubble Wrap.', 'https://img.gamemonetize.com/y7j3brb3p5rmsofyinaexvw69iu8z0st/512x384.jpg', 'https://html5.gamemonetize.com/y7j3brb3p5rmsofyinaexvw69iu8z0st/', '0', 'Arcade', 0, 0, '', 'pop-toys-maker-fidget-diy'), (5910, 'Modern blocky paintball Survival', 'Whether you play alone or with friends, the top undead exodus games give you access to various weapons. There are no restrictions on the number of players or games that can be played simultaneously. You seem to have been fending off Minecraft zombie bots in various biomes. Whether or whether you are armed and whether or not you are actively engaged in zombie warfare, you must destroy additional undead items. While working, I didn\'t give this particular aspect any thought. In first-person shooter games, you can improve your odds of survival by hiding behind various barriers. Have you got', 'https://img.gamemonetize.com/5tzsux72jppams2pvkf17fimut0u6kx4/512x384.jpg', 'https://html5.gamemonetize.com/5tzsux72jppams2pvkf17fimut0u6kx4/', '0', 'Shooting', 0, 0, '', 'modern-blocky-paintball-survival'), (5911, 'Domino Smash 3D', 'Domino Smash 3D is a free online puzzle game for boys played on a puzzle game. You will control a ball to rush to dominoes, knocking all domino cards down. The game uses unique physics to operate, just pay attention to avoid obstacles, and unlock brand-new Domino on different levels. Mobile, Tablet, and Desktop are playable. Are you ready for the challenge?', 'https://img.gamemonetize.com/rzgh42zd0c2pey5ry5uf9bz3rkon7lu9/512x384.jpg', 'https://html5.gamemonetize.com/rzgh42zd0c2pey5ry5uf9bz3rkon7lu9/', '0', 'Boys', 0, 0, '', 'domino-smash-d'), (5912, 'Pop It Master 3D Fidget Toys', 'Pop It Master is an online HTML5 game, it\'s playable in browsers such as safari and chrome. You can play the game on smartphones and tablets (iPhone, iPad, Samsung, Android devices, and Windows Phone). Meet the popular antistress toy Pop it Master! Play Pop It Simulator for free and collect the entire collection of 80 Pop It and Simple Dimple toys! Relieve stress after school or a day at work with this simple game! 66.67% of 32 players like the mobile game.', 'https://img.gamemonetize.com/bicof3yjree7cq5413w0zbfwpto5zfen/512x384.jpg', 'https://html5.gamemonetize.com/bicof3yjree7cq5413w0zbfwpto5zfen/', '0', '3D', 0, 0, '', 'pop-it-master-d--fidget-toys'), (5913, 'High School Girl Simulator æ¨±èŠ±æ ¡å›æ¨¡æ‹Ÿ', 'The beautiful high school girl is going to an important dance today. She must dress up to attend, but she is not skilled in dressing. Let\'s go and help her dress up!', 'https://img.gamemonetize.com/gxsq0o06lnl5ksjaw11l6kcr46wi2ss5/512x384.jpg', 'https://html5.gamemonetize.com/gxsq0o06lnl5ksjaw11l6kcr46wi2ss5/', '0', 'Girls', 0, 0, '', 'high-school-girl-simulator-'), (5914, 'Zen Triple 3D', 'Zen Triple 3D is a challenging matching game but also is full of relaxation,that satisfies even the busiest person, makes your free time valuable. You will find all 3D objects and themes are familiar, inspired by everyday life, to make it a captivating colorful game.', 'https://img.gamemonetize.com/54y2cxsbd45ufd5rw2e58cxa6hytcllk/512x384.jpg', 'https://html5.gamemonetize.com/54y2cxsbd45ufd5rw2e58cxa6hytcllk/', '0', 'Puzzles', 0, 0, '', 'zen-triple-d'), (5915, 'Classic Solitaire Card Games', 'Solitaire, is the most popular single player card game in the world. If you like classic Solitaire, you\'re going to love this crisp and clear solitaire game!', 'https://img.gamemonetize.com/a80gd9vd0e2w75ye5un0h7p4sqvycrau/512x384.jpg', 'https://html5.gamemonetize.com/a80gd9vd0e2w75ye5un0h7p4sqvycrau/', '0', 'Puzzles', 0, 0, '', 'classic-solitaire--card-games'), (5916, 'Life Moments Find the Differences', 'This is a spot the difference type of puzzle game where players must find at least 5 differences between two otherwise similar images. Tap the difference using mouse or touch pad. Have fun!', 'https://img.gamemonetize.com/q6tg82kem78l5hw4gqcnp68xmgdgqzp2/512x384.jpg', 'https://html5.gamemonetize.com/q6tg82kem78l5hw4gqcnp68xmgdgqzp2/', '0', 'Puzzles', 0, 0, '', 'life-moments--find-the-differences'), (5917, 'Spider Hunt', 'The cockroaches are proliferating. It would help if you placed bombs to destroy them. Note that it takes some time for the bomb to explode.', 'https://img.gamemonetize.com/jtre5pxlxsg1pz6nk88w5pudiaiuenuo/512x384.jpg', 'https://html5.gamemonetize.com/jtre5pxlxsg1pz6nk88w5pudiaiuenuo/', '0', 'Clicker', 0, 0, '', 'spider-hunt'), (5918, 'The Chaser and the Pumpkin', 'Hey Mr. Pumpkin you need to escape from the Chaser! Try to resit the more you can and complete all 20 Levels! Enjoy this halloween season with this great game!', 'https://img.gamemonetize.com/cchfdzjzp6hmgs9zdw5b9zpwmf39a1th/512x384.jpg', 'https://html5.gamemonetize.com/cchfdzjzp6hmgs9zdw5b9zpwmf39a1th/', '0', 'Arcade', 0, 0, '', 'the-chaser-and-the-pumpkin'), (5919, 'Origami Rats Invasion', 'Fight against origami rats. Increase your level and get a more powerful weapon. Shoot endless waves of rats to get a unique glory rank. Try to survive as long as possible and reach the highest score.', 'https://img.gamemonetize.com/5rzqgt892flgs7y6ud43h96dq0r3zlox/512x384.jpg', 'https://html5.gamemonetize.com/5rzqgt892flgs7y6ud43h96dq0r3zlox/', '0', 'Shooting', 0, 0, '', 'origami-rats-invasion'), (5920, 'Solitaire Da Card', 'Card games that have been played on PC for a long time can now be played on Android, this game is free without any in-app purchases, happy playing', 'https://img.gamemonetize.com/upqdal65df22tpo2y7pldwzel4sworr5/512x384.jpg', 'https://html5.gamemonetize.com/upqdal65df22tpo2y7pldwzel4sworr5/', '0', 'Puzzles', 0, 0, '', 'solitaire-da-card'), (5921, 'Jet Witch', 'Help the witch get as far as possible The objective of this game is to get as far as possible Avoid colliding with the objects in the level so you don\'t lose! Enjoy this game. You will have a lot of fun!', 'https://img.gamemonetize.com/whuhsmdde243ld808tq0hpidn231jt5k/512x384.jpg', 'https://html5.gamemonetize.com/whuhsmdde243ld808tq0hpidn231jt5k/', '0', 'Clicker', 0, 0, '', 'jet-witch'), (5922, 'Alex World', 'Defeat the 3 bosses in their castles and claim the gems! The world of this game contains well-designed levels, multiple enemies, super bosses, simple gameplay, good graphics, and quiet music and sounds. Alex\'s world has been empty since the princess was kidnapped from the wild. After that, the adventure begins! Enjoy this game. You will have a lot of fun!', 'https://img.gamemonetize.com/ynzis5gnxrfzfgf58ecj4s1rprta799p/512x384.jpg', 'https://html5.gamemonetize.com/ynzis5gnxrfzfgf58ecj4s1rprta799p/', '0', 'Arcade', 0, 0, '', 'alex-world'), (5923, 'Halloween Candy Drop', 'The objective of this game is to collect as many candies as possible without dropping them on the ground! Avoid collecting the bombs! Enjoy this game. You will have a lot of fun!', 'https://img.gamemonetize.com/j8hcv7fa1gtlrbkxqyd3ve24azctzia5/512x384.jpg', 'https://html5.gamemonetize.com/j8hcv7fa1gtlrbkxqyd3ve24azctzia5/', '0', 'Puzzles', 0, 0, '', 'halloween-candy-drop'), (5924, 'Find The Pumpkin', 'The objective of this game is to find where the pumpkin is hidden! Enjoy this game. You will have a lot of fun!', 'https://img.gamemonetize.com/81aj231ggxx389q9zutbguhoy0p92l2b/512x384.jpg', 'https://html5.gamemonetize.com/81aj231ggxx389q9zutbguhoy0p92l2b/', '0', 'Puzzles', 0, 0, '', 'find-the-pumpkin'), (5925, 'Color Switch games Online', 'From the creator of Color Switch comes Color Switch: Phoenix, a reinvention of the original game.', 'https://img.gamemonetize.com/tq0bqndcqihpvbrll6v0rytb3rc4hjja/512x384.jpg', 'https://html5.gamemonetize.com/tq0bqndcqihpvbrll6v0rytb3rc4hjja/', '0', 'Puzzles', 0, 0, '', 'color-switch--games-online'), (5926, 'Rescue The Elephant Calf 2', 'Rescue The Elephant Calf 2 is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a forest there you found Elephant Calf got trapped inside the forest . Here are the interesting puzzles and hidden objects to rescue the Calf. Good luck… Have fun!', 'https://img.gamemonetize.com/xhalc6p9l5jinq19oz7xxq1v1t0ve4jd/512x384.jpg', 'https://html5.gamemonetize.com/xhalc6p9l5jinq19oz7xxq1v1t0ve4jd/', '0', 'Puzzles', 0, 0, '', 'rescue-the-elephant-calf-'), (5927, 'Rescue The Tiger', 'Rescue The Tiger is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a forest there you found Tiger got trapped inside the cage. Here are the interesting puzzles and hidden objects to rescue the Tiger. Good luck… Have fun!', 'https://img.gamemonetize.com/pio7woyzltiej1ejsnxfi7xw7ipukcsv/512x384.jpg', 'https://html5.gamemonetize.com/pio7woyzltiej1ejsnxfi7xw7ipukcsv/', '0', 'Puzzles', 0, 0, '', 'rescue-the-tiger'), (5928, 'Save The Hungry Girl 2', 'Save The Hungry Girl 2 is a point and click escape game developed by 8BGames/Games2Mad. Imagine that you had been to a place; on there you found a hungry girl in a ship asking for ice-cream. Find some hidden object to solve some interesting clues to save the hungry girl. Good luck…Have fun!', 'https://img.gamemonetize.com/cgswdqu63qyg5sgl2wuqbxpiztv6ebtt/512x384.jpg', 'https://html5.gamemonetize.com/cgswdqu63qyg5sgl2wuqbxpiztv6ebtt/', '0', 'Puzzles', 0, 0, '', 'save-the-hungry-girl-'), (5929, 'Find The Old Mans Car Key 2', 'Find The Old Man’s Car Key 2 is a point and click game developed by 8BGames/Games2Mad. Imagine that you went out for walking; there you found an Old Man; lost his Car Key. Here are the interesting puzzles and hidden objects to find her Old Man’s Car Key. Good luck…Have fun!', 'https://img.gamemonetize.com/zkseuyd78urch83yxu6zi8zurxclkfd2/512x384.jpg', 'https://html5.gamemonetize.com/zkseuyd78urch83yxu6zi8zurxclkfd2/', '0', 'Puzzles', 0, 0, '', 'find-the-old-mans-car-key-'), (5930, 'Cooking Fever Restaurant Game', 'Cooking Fever is one of the newest and most addictive restaurant food cooking games, featuring time management skills as well as strategy and simulation fun. Show your cooking skills by making delicious burgers and toast to become a master chef! -150 challenging levels. -Cute graphics. -Satisfying animations and effects. -2 different restaurants.', 'https://img.gamemonetize.com/1scqs9lba1c7aj945vf18pkd9kyvlawc/512x384.jpg', 'https://html5.gamemonetize.com/1scqs9lba1c7aj945vf18pkd9kyvlawc/', '0', 'Girls', 0, 0, '', 'cooking-fever-restaurant-game'), (5931, 'Take Apart', 'Take Apart is a very simple sorting game, only this time you have to sort the barbell pieces. All you need to do is to use the empty rack and put the barbell pieces of the same color in the same place on the rack. This is also the time to test your observation and brain. Are you ready?', 'https://img.gamemonetize.com/76uuqn23if6cfl8szscyqhl7a45963on/512x384.jpg', 'https://html5.gamemonetize.com/76uuqn23if6cfl8szscyqhl7a45963on/', '0', 'Puzzles', 0, 0, '', 'take-apart'), (5932, 'Sonic Frontiers', 'Worlds are colliding in Sonic the Hedgehog’s newest high-speed adventure! In search of the missing Chaos emeralds, Sonic becomes stranded on an ancient island teeming with unusual creatures. Battle hordes of powerful enemies as you explore a breathtaking world of action, adventure, and mystery. Accelerate to new heights and experience the thrill of high-velocity, open-zone platforming freedom as you race across the five massive Starfall Islands. Jump into adventure, wield the power of the Ancients, and fight to stop these new mysterious foes. Collect rings to survive this adventure and complete all levels to stop the mysterious foes', 'https://img.gamemonetize.com/f0bqmxcgegzqs1msrn4dvjvjpu2anr95/512x384.jpg', 'https://html5.gamemonetize.com/f0bqmxcgegzqs1msrn4dvjvjpu2anr95/', '0', 'Boys', 0, 0, '', 'sonic-frontiers'), (5933, 'Huggy Love and Rescue', 'Have fun with this entertaining platform and puzzle game Huggy Love and Rescue is a casual game solve the different puzzles in each level and help huggy wuggy to rescue his beloved kissy missy can you help and complete all the levels of this game? Find out at kiz10.com and enjoy this game for free. The adorable but creepy huggy wuggy needs your help to rescue his beloved kissy missy ps she got trapped in the dungeons and needs to be rescued fast. In each level take a good look at the puzzles and details of the game to solve each level. The objective of the game is to complete the puzzles of each of the levels and try not to waste time or you will lose quickly!', 'https://img.gamemonetize.com/9198s367seiyujfoblfkxouw0xv7j6qr/512x384.jpg', 'https://html5.gamemonetize.com/9198s367seiyujfoblfkxouw0xv7j6qr/', '0', 'Puzzles', 0, 0, '', 'huggy-love-and-rescue'), (5934, 'Kuromi Maker', 'The villainous rabbit Kuromi won anime fans over with her cute appearance and mischievous nature. The antagonist from the series «Onegai My Melody» has developed a kuromikor aesthetic, and merchandise depicting the character has become a bestseller. The creators of the animated series presented Kuromi with all the necessary evil paraphernalia. She wears a black Joker cape with a pink skull print and a devil tail. Even the rabbit\'s birthday falls on October 31st, the eve of Halloween. Create your own Kuromi rabbit using the constructor. You will find a lot of costumes for all occasions. You can also create an image of Melody.', 'https://img.gamemonetize.com/c28xqyxzod67sb0kto5u8zidi3o97mrs/512x384.jpg', 'https://html5.gamemonetize.com/c28xqyxzod67sb0kto5u8zidi3o97mrs/', '0', 'Girls', 0, 0, '', 'kuromi-maker'), (5935, 'Endless Runner Super Hero Stunt', 'Keep your balance as you run and jump across perilous cliffs while avoiding large boulders as you travel from one flying island to another. As you race through the air and attempt to land with grace, you will get the feeling of being free like a bird. Your goal is to beat the bottomless pit. Conquer all of the dangerous terrains in different kinds of weather, from sunny skies to storms that last for days. As you prepare to take that thrilling leap, draw in a deep breath, focus your attention, and prepare to feel your adrenaline begin to pump. At first, the experience may strike you as unreal and frightening, but after some time, you will come to find that each free fall is soothing and relaxing.', 'https://img.gamemonetize.com/hcf98izp4foydbitdspsxeyj2lm3b2ld/512x384.jpg', 'https://html5.gamemonetize.com/hcf98izp4foydbitdspsxeyj2lm3b2ld/', '0', 'Arcade', 0, 0, '', 'endless-runner-super-hero-stunt'), (5936, 'Cute Girl Avatar Maker', 'This is an amazing portrait maker! You can create your own cute boy and girl characters! Decorate cute selfies in this game! All game content is 100 percent free!', 'https://img.gamemonetize.com/2037q5corhpp4vb4hpqouuh72k4t7009/512x384.jpg', 'https://html5.gamemonetize.com/2037q5corhpp4vb4hpqouuh72k4t7009/', '0', 'Girls', 0, 0, '', 'cute-girl-avatar-maker'), (5937, 'Baby Walk Monster 2022', 'In team combat monster games, join forces and defeat the competing trainers. Run through obstacles with your new monster companions and collect Monster Balls. Catch and gather every combat monster. Prepare yourself for monster combat games! Grasp Them All! Build your fighting squad, unleash the might of your pocket monster, and then level up to become legend monsters! Play monster fighting games where you may gather and grow creatures to defeat your foes. Prepare for the monster war by choosing your creatures and assembling a powerful squad. Species Legends! In battle games, assemble your battling squad and take on rival Monster trainers. In monster fighting games, you may take on tasks to become a true trainer. To create a powerful team and defeat the monster, capture creatures, give them power, and let them develop.', 'https://img.gamemonetize.com/8ccswx03x236qm3rfro8ojl2hc1vowt4/512x384.jpg', 'https://html5.gamemonetize.com/8ccswx03x236qm3rfro8ojl2hc1vowt4/', '0', 'Racing', 0, 0, '', 'baby-walk-monster-'), (5938, 'Car Parking Master Lot 2022', 'Move them so we can clear the way. Stay put! You have to maneuver the automobiles in the appropriate order because there are so many barriers in these little parking areas. If you move the vehicles in the wrong order, they might flip over or crash into one another. Don\'t even consider hitting grandma, and try your best not to! Let\'s find a solution to this frustrating parking snarl so that all of the vehicles moving! It\'s a mind-bending puzzle board game where you may test your deductive reasoning, critical analysis, and timing abilities. How do you remove the cars? The complexity will rise along with the level. There are extraordinary difficulties awaiting you! Have you prepared?', 'https://img.gamemonetize.com/ca2qwrypgx8q4z891jlf6rhrq9i8zw5g/512x384.jpg', 'https://html5.gamemonetize.com/ca2qwrypgx8q4z891jlf6rhrq9i8zw5g/', '0', 'Racing', 0, 0, '', 'car-parking-master-lot-'), (5939, 'Noob vs Hacker 2 Player', 'Are you ready for the adventure of noob and hacker? They will go through a very dangerous road in their adventure and they have to be friends by force. you should imitate their friendship because they are actually enemies but they will pretend to be friends and become friends together to form a portal in the dangerous forest and escape. The hacker can carry the noob so the noob can reach anywhere. Thanks to the hacker, collect all the diamonds with your friend.', 'https://img.gamemonetize.com/lr2hwik65qiizdk761r72r0fb1qg5d19/512x384.jpg', 'https://html5.gamemonetize.com/lr2hwik65qiizdk761r72r0fb1qg5d19/', '0', 'Adventure', 0, 0, '', 'noob-vs-hacker---player'), (5940, 'PAINT POP HIT 3D', 'Paint Pop 3D 2 is second part of a famous one-tap addictive arcade game Paint Pop. Tap to paint. Hold for more fun. Stay away from obstacles. Complete levels to open new worlds. More than 1000+ Levels available.', 'https://img.gamemonetize.com/zx661uttju76mio92mx1oc6507icrq56/512x384.jpg', 'https://html5.gamemonetize.com/zx661uttju76mio92mx1oc6507icrq56/', '0', 'Hypercasual', 0, 0, '', 'paint-pop-hit-d'), (5941, 'Koxo.io', 'Enter the koxo arena and attack your opponents with your ball and chain. Make big movements with your mouse to attack a large area and learn to control their mass.', 'https://img.gamemonetize.com/z2036jlcl3zscpelya5m6huqhrxz5clq/512x384.jpg', 'https://html5.gamemonetize.com/z2036jlcl3zscpelya5m6huqhrxz5clq/', '0', 'Multiplayer', 0, 0, '', 'koxoio'), (5942, 'The Bulb Girlfriend 2', 'The Bulb Girlfriend 2 is a 2D platformer where you have to collect the bottles of energy potion while avoiding red bulb enemies, rotating blades, spikes, and flying bulb bots and reach your pink bulb girlfriend in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "The Bulb Girlfriend" series.', 'https://img.gamemonetize.com/zogzea6nlrn5740t1l4lebez4yrw8w32/512x384.jpg', 'https://html5.gamemonetize.com/zogzea6nlrn5740t1l4lebez4yrw8w32/', '0', 'Arcade', 0, 0, '', 'the-bulb-girlfriend-'), (5943, 'Ballon Shooting Creepy', 'Try to hit the balloons. Good Luck www.durmangames.com', 'https://img.gamemonetize.com/xe3o2eqx8yotkxsedfwsj2zu2xdym8xj/512x384.jpg', 'https://html5.gamemonetize.com/xe3o2eqx8yotkxsedfwsj2zu2xdym8xj/', '0', 'Shooting', 0, 0, '', 'ballon-shooting-creepy'), (5944, 'Jack Pumpkin', 'In this game you control Jack the Pumpkin so moving them around a world that revolves around you. As you move around the landscape your character clings o the ground via gravity – use it your advantage to move from one platform to the next; try to collect all pearls and completa all levels! This is a fun exploring adventure games enjoy it!', 'https://img.gamemonetize.com/qb5mqgbwtesk9brxrx3i25i1gh1u6ocx/512x384.jpg', 'https://html5.gamemonetize.com/qb5mqgbwtesk9brxrx3i25i1gh1u6ocx/', '0', 'Arcade', 0, 0, '', 'jack-pumpkin'), (5945, 'Glow Nails Halloween', 'Imagine that you have your own nail salon, where everyone can make beautiful hands for themselves. Experiment with different decorative elements by placing them on your polished nails.', 'https://img.gamemonetize.com/wpq9wxeikf2ow35wybuy895ku2lo5fhh/512x384.jpg', 'https://html5.gamemonetize.com/wpq9wxeikf2ow35wybuy895ku2lo5fhh/', '0', 'Girls', 0, 0, '', 'glow-nails-halloween'), (5946, 'Sweet Baby Girl Halloween', 'Halloween is the favorite holiday of many people. Both adults and children are diligently preparing for its celebration. The sweet girl is no exception. She wants to create the right atmosphere for a Halloween party. Can you help her with this?', 'https://img.gamemonetize.com/k6ydzpxnv62oakc9xx54517udnugze89/512x384.jpg', 'https://html5.gamemonetize.com/k6ydzpxnv62oakc9xx54517udnugze89/', '0', 'Girls', 0, 0, '', 'sweet-baby-girl-halloween'), (5947, 'Watermelon Day', 'Watermelon Day is a 2D cute little challenging platformer where you play as Watermelon boy who have to collect the glasses containing water in order to survive and avoid all of the watermelon enemies, spikes, and giant blades and reach the blue flag in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/l3qkt36pptrtx2wf1ey55ttsmbsjj3qa/512x384.jpg', 'https://html5.gamemonetize.com/l3qkt36pptrtx2wf1ey55ttsmbsjj3qa/', '0', 'Arcade', 0, 0, '', 'watermelon-day'), (5948, 'Clay Hunter 2 Skeet Shooting', 'Real life skeet shooting simulation with an arcade feel. Play a tournament-based real life skeet shooting simulation as you work your way from the backyard to the world championship and even the conquest of the moon.', 'https://img.gamemonetize.com/1dgmlosi1r966g21ao64nwaqwjzalpkl/512x384.jpg', 'https://html5.gamemonetize.com/1dgmlosi1r966g21ao64nwaqwjzalpkl/', '0', 'Shooting', 0, 0, '', 'clay-hunter---skeet-shooting'), (5949, 'Fashion Dress Up for girls', 'In this fashion and beauty salon game for fashionista girls you dress up 12 princesses in fancy outfits. The game is completely free. No purchases in this princess dress up game whatsoever! If you\'re addicted to dress up games, come see these gorgeous princesses who are just waiting for amazing makeovers and new wonderful dressups! How should these princesses look: trendy, fancy, stylish, royal, casual?', 'https://img.gamemonetize.com/riwk9lu77s2y0wv7mnyivm6ss94jf54x/512x384.jpg', 'https://html5.gamemonetize.com/riwk9lu77s2y0wv7mnyivm6ss94jf54x/', '0', 'Girls', 0, 0, '', 'fashion-dress-up-for-girls'), (5950, 'Kids House Escape', 'Kids House Escape is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a house; there you got trapped inside the house. Here are the interesting puzzles and hidden objects to find and get escape from the house. Good luck… Have fun!', 'https://img.gamemonetize.com/29b3tu6cvzg9i5lyst8xdw5bef8v28xt/512x384.jpg', 'https://html5.gamemonetize.com/29b3tu6cvzg9i5lyst8xdw5bef8v28xt/', '0', 'Puzzles', 0, 0, '', 'kids-house-escape'), (5951, 'Orange Car Escape 2', 'Orange Car Escape 2 is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a farm house with your favorite car; there you lost your car key. Here are the interesting puzzles and hidden objects to escape with your car. Good luck… Have fun!', 'https://img.gamemonetize.com/no5u7w8m9sqfj2kgk8faamcpaf8ufhdk/512x384.jpg', 'https://html5.gamemonetize.com/no5u7w8m9sqfj2kgk8faamcpaf8ufhdk/', '0', 'Puzzles', 0, 0, '', 'orange-car-escape-'), (5952, 'Super Defense Tank', 'Super Defense Tank is a challenging game with all the essence of 90\'s Arcades! Equip new cannons, collect different Power-Ups, defeat the 4 Robot Kings and earn new scores! But most importantly... Shoot, shoot and don\'t stop shooting!', 'https://img.gamemonetize.com/9mevjdyrdbphoc9ehydesw6kpeapavau/512x384.jpg', 'https://html5.gamemonetize.com/9mevjdyrdbphoc9ehydesw6kpeapavau/', '0', 'Shooting', 0, 0, '', 'super-defense-tank'), (5953, 'Pic Pie Puzzles Transports', 'Pic Pie Puzzles Transports is a photo puzzle game. In a level you will find some pie shaped pieces of a round photo. You need to swipe mouse or finger on 2 adjacent pie pieces to swap them. Repeat this as required until you form the correct photo.', 'https://img.gamemonetize.com/zyszvf47f17kgyr3t2tbfys54aj0lpqz/512x384.jpg', 'https://html5.gamemonetize.com/zyszvf47f17kgyr3t2tbfys54aj0lpqz/', '0', 'Puzzles', 0, 0, '', 'pic-pie-puzzles-transports'), (5954, 'BTS Noob Coloring Book', 'BTS Noob Coloring Book is an online game that you can play on video-igrice.com for free. BTS Noob Coloring Book is an addictive coloring game for babies and kids. You can play it in any spare time. There are four pictures you can choose and they are all about fruits. Show us your creation and paint to make these pictures beautiful. Have fun with BTS Noob Coloring Book!', 'https://img.gamemonetize.com/exy0pip8tcngxsavm67gs2fwo1mq9p68/512x384.jpg', 'https://html5.gamemonetize.com/exy0pip8tcngxsavm67gs2fwo1mq9p68/', '0', 'Puzzles', 0, 0, '', 'bts-noob-coloring-book'), (5955, 'Bug Hunt 1', 'The cockroaches are everywhere and multiplying. Normal bug spray won\'t help so you\'ll need to bring out the bombs. Place them strategically as the bugs are on the move.', 'https://img.gamemonetize.com/8citn2taz9x2mo3w9jei2ygafvdk7cq2/512x384.jpg', 'https://html5.gamemonetize.com/8citn2taz9x2mo3w9jei2ygafvdk7cq2/', '0', 'Puzzles', 0, 0, '', 'bug-hunt-'), (5956, 'Red Stickman and Blue Stickman', 'Help you in the temple adventure with red stickman and blue stickman and help them out in the temple. There may be dangerous obstacles in the grass, be careful. watch out, collect all the coins and reach the door. Help them reach the blue blue door and the red red door. Are you up for a very dangerous adventure? watch out for thorns and lava water in this adventure it may burn you and you may lose.', 'https://img.gamemonetize.com/bp7e1z6gnwloy6dwd5of1yujjmm7wby7/512x384.jpg', 'https://html5.gamemonetize.com/bp7e1z6gnwloy6dwd5of1yujjmm7wby7/', '0', 'Adventure', 0, 0, '', 'red-stickman-and-blue-stickman'), (5957, 'Barbell Sort Puzzle', 'Barbell Sort Puzzle is a sorting game, each barbell has different color barbell pieces, you need to move the same color barbell pieces one on the same side. The further you go, the more difficult the level is, the more you can challenge your brain! Come and play now!', 'https://img.gamemonetize.com/g13r8hngrxh1fwi59vozvhcp5131llmu/512x384.jpg', 'https://html5.gamemonetize.com/g13r8hngrxh1fwi59vozvhcp5131llmu/', '0', 'Puzzles', 0, 0, '', 'barbell-sort-puzzle'), (5958, 'Glitter Dress Coloring', 'Glitter Dress Coloring is a very cute coloring game. In this game, there are lots of cute pictures for you to color. And there are also lots of cute and fashionable stickers for you to choose. All you need is to use your imagination and art talent and make remarkable pictures. If you like coloring, this is a perfect game for you!', 'https://img.gamemonetize.com/dbz9wjaupdvtolqca9amh59p6n66uc45/512x384.jpg', 'https://html5.gamemonetize.com/dbz9wjaupdvtolqca9amh59p6n66uc45/', '0', 'Girls', 0, 0, '', 'glitter-dress-coloring'), (5959, 'Emoji Guess Puzzle', 'Show off your skills as an emoji interpreter in an Emoji Guess Puzzle game. Your goal is to pick the right set of emojis to express the phrase, saying or movie title that\'s written or illustrated above. There are hundreds of short, colorful and often hilarious levels of brain-teasing entertainment. Are you ready to play it?', 'https://img.gamemonetize.com/cfifhat59nydwdl9jznm7t5smgdxyr2p/512x384.jpg', 'https://html5.gamemonetize.com/cfifhat59nydwdl9jznm7t5smgdxyr2p/', '0', 'Puzzles', 0, 0, '', 'emoji-guess-puzzle'), (5960, 'Sheon Panda 2', 'Sheon Panda 2 is a 2D cute little platformer where you have to collect all of the bamboo sticks while avoiding enemy panda(red), flying Panda drones, saws, and spikes and reach the Exit cave in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Sheon Panda" series.', 'https://img.gamemonetize.com/608i9idy6y967utrhfe382ds90jwm3bf/512x384.jpg', 'https://html5.gamemonetize.com/608i9idy6y967utrhfe382ds90jwm3bf/', '0', 'Arcade', 0, 0, '', 'sheon-panda-'), (5961, 'Agent Action', 'Agent Action is an online shooting game that is fast-paced and offers multiple levels of shooting mayhem. In Agent Action, you\'ll never find yourself bored or without something to do. There are multiple levels of action-packed shooting gameplay, and you can dive right into the fray whenever you want. Plus, there\'s always a new target to shoot at, so you\'ll never get tired of taking down the same bad Robots.', 'https://img.gamemonetize.com/4zmabrce9zudc5iui3xd3ag8814hsuth/512x384.jpg', 'https://html5.gamemonetize.com/4zmabrce9zudc5iui3xd3ag8814hsuth/', '0', 'Shooting', 0, 0, '', 'agent-action'), (5962, 'Adventure of Egypt', 'The Adventure of Egypt online game is a great way to explore ancient Egyptian history. Egypt Online Jump Adventure Game is an online game that lets you explore ancient Egypt while you jump and run your way through different levels.', 'https://img.gamemonetize.com/a6f7cxb9ga32t4sai3ry8gyshwzya7rt/512x384.jpg', 'https://html5.gamemonetize.com/a6f7cxb9ga32t4sai3ry8gyshwzya7rt/', '0', 'Adventure', 0, 0, '', 'adventure-of-egypt'), (5963, 'Floppy Penguin', 'Floppy Penguin is a free online game that is perfect for players of all ages. With its simple controls and easy-to-follow gameplay, Floppy Penguin is a great way to pass the time and have some fun. At Floppy Penguin, we pride ourselves on providing high-quality, family-friendly online gaming experiences. Our games are free to play, and we believe that gaming should be accessible to everyone. Whether you\'re a seasoned gamer or just getting started, we hope you\'ll give our games a try. Thank you for your interest in Floppy Penguin!', 'https://img.gamemonetize.com/ody63050gtlk71svymjwlepvp1o1us4h/512x384.jpg', 'https://html5.gamemonetize.com/ody63050gtlk71svymjwlepvp1o1us4h/', '0', 'Arcade', 0, 0, '', 'floppy-penguin'), (5964, 'Hill Monkey', 'Hill Monkey is an online hill climbing game that will test your agility and reflexes. In this game, you will need to use your monkey climbers to race up the hill as fast as you can. There are three different modes to choose from, and you can compete against other players from around the world. Whether you are a casual player or a competitive one, Hill Monkey will provide you with a fun and challenging experience.', 'https://img.gamemonetize.com/xdng7usrwobgqz13l0q3dbxt60nhpmkq/512x384.jpg', 'https://html5.gamemonetize.com/xdng7usrwobgqz13l0q3dbxt60nhpmkq/', '0', 'Racing', 0, 0, '', 'hill-monkey'), (5965, 'Crazy Truck', 'Hill climbing is a tough challenge, but with the right truck it can be a fun and thrilling experience. "Crazy Truck Online Hill Climbing Games" offers a variety of trucks to choose from, each with their own strengths and weaknesses. Players must use their skills to navigate the truck up the hill, avoiding obstacles and mastering the terrain. With exciting gameplay and beautiful graphics, "Crazy Truck Online Hill Climbing Games" is the perfect game for any truck-lover looking for a challenge.', 'https://img.gamemonetize.com/a265k1rvfmhe8vv4qonbgobkyblgj6sb/512x384.jpg', 'https://html5.gamemonetize.com/a265k1rvfmhe8vv4qonbgobkyblgj6sb/', '0', 'Racing', 0, 0, '', 'crazy-truck'), (5966, 'Halloween Connect Puzzle', 'Are you ready for halloween? Welcome to Halloween Connect Puzzle Game. Click and match 2 identical halloween items to eliminate them and clear the board to unlock the next level. Enjoy tons of challenging levels and try to complete them all. Have fun: and happy halloween', 'https://img.gamemonetize.com/tcm42rshf6ohdiz4bxtxoqnoylhukwe1/512x384.jpg', 'https://html5.gamemonetize.com/tcm42rshf6ohdiz4bxtxoqnoylhukwe1/', '0', 'Puzzles', 0, 0, '', 'halloween-connect-puzzle'), (5967, 'Sandwich Rush 2022', 'The sandwich runner maker is at your service; gather your preferred ingredients so you can stack your sandwich as high as you like. Do you have a soft spot in your heart for sandwiches? Consequently, there is no question that you will prepare sandwiches for yourself. Acquire the sandwich components with your sandwich-type variety, such as a sandwich, hoagy, grilled cheese, etc. You can make it spicy or old-fashioned by swiping left and right to gather the ingredients for either version. Play the makeover runner game and compete against your friends to see who can win the cat beauty runway game. Eat a good sandwich, do some work, and gain some fat to get the upper hand in the body race and fashion battle on the runway. It\'s time to start the gun in the Sandwich Runner race so that you can win. Construct a suitable substitute for these things, including the night, high heels, glasses, etc. Make sure to pick out a lovely dress if you want to be a young adult beauty with a cook to help you win the battle of the body processes. Participate in this entertaining catwalk makeover run, new beauty run 3D game of hair challenges, and try your hand at labor. Therefore, select the area that contains the most potent food to prevail over your rival on the Sandwich Runner battle runway. The more deftly you run with your sandwich, the more points you\'ll earn in the Sandwich runner\'s fashion battle of dish and sandwich to triumph. Eat the sandwich that will give you the best chance of winning the Sandwich Runner 3D game if you want to steer clear of the losers. To win, you have to beat her friend in the Sandwich runner makeover run and come out on top in the Sandwich show games by using the judge\'s level food. ', 'https://img.gamemonetize.com/o8fmpb26831oave5o4uawz0ji65hj9yd/512x384.jpg', 'https://html5.gamemonetize.com/o8fmpb26831oave5o4uawz0ji65hj9yd/', '0', 'Arcade', 0, 0, '', 'sandwich-rush-'), (5968, 'Shoes Race Evolution 3D', 'A fantastic running game that not only captivates the player but also brings them joy when they are engaged in the game. Your goal should be to amass the most comprehensive collection of footwear that can be discovered in the city. Observe how your shoes\' shape transforms into something utterly unique before your eyes. It is recommended that any necessary adjustments be made to them. Caution is strongly urged because you will be required to conquer the obstacles.', 'https://img.gamemonetize.com/9aupdmll7y5xnz9ltc47sckq829o883w/512x384.jpg', 'https://html5.gamemonetize.com/9aupdmll7y5xnz9ltc47sckq829o883w/', '0', 'Arcade', 0, 0, '', 'shoes-race-evolution-d'), (5969, 'Pizza Stack Rush Maker', 'Gather the pizza bread dough and stack them higher so that you may bake it for the customers as you go; nevertheless, make every effort to avoid giving it out for free. Start your pizzeria; you should! Gather the pans, and go to work preparing the pizza for your satisfied customers. When people are waiting to buy pizza from your pizza shop, it might be challenging to run the business, but don\'t worry about it! You will not only learn how to make pizza, but you will become known for making the most incredible pizza in town. Put a smile on your customer\'s faces and serve them the most incredible pizza in town while you\'re doing it!!!', 'https://img.gamemonetize.com/3p6lc99412eatrszlsbs1mt55qqi018d/512x384.jpg', 'https://html5.gamemonetize.com/3p6lc99412eatrszlsbs1mt55qqi018d/', '0', 'Arcade', 0, 0, '', 'pizza-stack-rush-maker'), (5970, 'Circuit crash car 2022', 'The name of this three-dimensional racing game is Pixel Circuit Racing Car Crash. It is necessary to tap the screen in order to change lanes. Keep a safe distance from other vehicles to prevent being struck.', 'https://img.gamemonetize.com/psbud1yn65fpng3eejdprnzpzggtf86u/512x384.jpg', 'https://html5.gamemonetize.com/psbud1yn65fpng3eejdprnzpzggtf86u/', '0', 'Racing', 0, 0, '', 'circuit-crash-car-'), (5971, 'Halloween Monster Shooter', 'Halloween is here my friends! Welcome to Halloween Monster Shooter! This is a bubble shooter game with crazy halloween monster bubbles! Aim and release to shoot 2 or more monsters to pop them and finish your level to unlock the next one. Enjoy this bubble shooter game by voodgame.com', 'https://img.gamemonetize.com/rueq04y5j7a7rcjm21i37ix594kzwtgm/512x384.jpg', 'https://html5.gamemonetize.com/rueq04y5j7a7rcjm21i37ix594kzwtgm/', '0', 'Puzzles', 0, 0, '', 'halloween-monster-shooter'), (5972, 'Muscle run', 'Collect your own color dumbbell and Build up your body.', 'https://img.gamemonetize.com/7kucy45hzvok4zhaggtg31fnbuia3r2k/512x384.jpg', 'https://html5.gamemonetize.com/7kucy45hzvok4zhaggtg31fnbuia3r2k/', '0', 'Arcade', 0, 0, '', 'muscle-run'), (5973, '2048 Ball', 'This is an interesting leisure game. It is simple to play. Drag the ball and slide it. Release it when aiming at the ball with the same number, and you will synthesize a ball with a larger number. Come on, use your brain and your little hands to try this game. I think you will like this game', 'https://img.gamemonetize.com/wmtqwsdshlsrpbfcv3z82sokhof6u5mt/512x384.jpg', 'https://html5.gamemonetize.com/wmtqwsdshlsrpbfcv3z82sokhof6u5mt/', '0', 'Action', 0, 0, '', '-ball'), (5974, 'Super Heroes Memory', 'Super Heroes Memory is a kid\'s memory game with all popular superheroes. at the beginning of the level, you can see all cars with superheroes. After that, the cards will flip and you need to guest cards by memory. Match two same cards to make them disappear.', 'https://img.gamemonetize.com/2f9zl8nluaxj1zz8kit9eqm6zc7qwk6l/512x384.jpg', 'https://html5.gamemonetize.com/2f9zl8nluaxj1zz8kit9eqm6zc7qwk6l/', '0', 'Puzzles', 0, 0, '', 'super-heroes-memory'), (5975, 'Soccer Star 22 World Football', 'Soccer Star 2022 World Football: World Football has become the best soccer game in the world and this is possible because we offer the possibility to play together with great players in their soccer teams. Don\'t forget that World Football is the most important soccer tournament in the world and if you manage to win it, you will be a world legend in soccer history.', 'https://img.gamemonetize.com/zwntx01hocikqbtsrr3pqpcrx6u444jb/512x384.jpg', 'https://html5.gamemonetize.com/zwntx01hocikqbtsrr3pqpcrx6u444jb/', '0', 'Sports', 0, 0, '', 'soccer-star--world-football'), (5976, 'Moto x maniac 2.2', 'Welcome to Impossible Bike Stunt 3D, where your challenge in this game is to manage the traps in each level. Try to survive deadly obstacles and complete the level. With each level passed, you will earn money, which you can spend to buy a new faster bike.', 'https://img.gamemonetize.com/s0j4gu6e6i15slit9r7be4xn1x8dwvyy/512x384.jpg', 'https://html5.gamemonetize.com/s0j4gu6e6i15slit9r7be4xn1x8dwvyy/', '0', 'Racing', 0, 0, '', 'moto-x-maniac-'), (5977, 'Bubble shooter Jeux bubble', 'Bubble shooter - Free bubble games: free bubble shooter game! It\'s amazing and superior to all other bubble shooter games! Bubble Shooter is the most entertaining and addictive bubble game. Bubble Shooter is an amazing match 3 game that has been developed for a long time with wonderful challenges and experiences.', 'https://img.gamemonetize.com/vki50vskty4gkwd6yg1caotdiq02qzx1/512x384.jpg', 'https://html5.gamemonetize.com/vki50vskty4gkwd6yg1caotdiq02qzx1/', '0', 'Hypercasual', 0, 0, '', 'bubble-shooter--jeux-bubble'), (5978, 'Beauty Salon BacktoSchool', 'Attention ladies! The Queen of the school is back !!!!! Tired of shiny, luxurious coats and high heels? How about a return to seventeen? That\'s the fashion idea! School style is never old! Challenge your fashion skills now!', 'https://img.gamemonetize.com/gs8y27ixdm7nsf1e5sdih3qjkzld9ygq/512x384.jpg', 'https://html5.gamemonetize.com/gs8y27ixdm7nsf1e5sdih3qjkzld9ygq/', '0', 'Girls', 0, 0, '', 'beauty-salon--backtoschool'), (5979, 'Rescue The Lion Cub', 'Rescue The Lion Cub is a point and click escape game developed by 8BGames/Games2Mad. Imagine that you went to a place. There you found a Lion Cub. Find some hidden object to solve some interesting clues to rescue the Lion Cub. Good luck…Have fun!', 'https://img.gamemonetize.com/ffym71qsu01a3i0x90jmyppjnrhasddl/512x384.jpg', 'https://html5.gamemonetize.com/ffym71qsu01a3i0x90jmyppjnrhasddl/', '0', 'Puzzles', 0, 0, '', 'rescue-the-lion-cub'), (5980, 'Rescue The Dog 2', 'Rescue The Dog 2 is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a forest there you found Cute Dog got trapped inside the cage. Here are the interesting puzzles and hidden objects to rescue the Dog. Good luck… Have fun!', 'https://img.gamemonetize.com/jwv81ch3hccc5we6mfo5fcuedx0qy4fz/512x384.jpg', 'https://html5.gamemonetize.com/jwv81ch3hccc5we6mfo5fcuedx0qy4fz/', '0', 'Puzzles', 0, 0, '', 'rescue-the-dog-'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (5981, 'Find The Boat Oar', 'Find The Boat Oar is a point and click game developed by 8BGames/Games2Mad. Imagine that you went to a beach; There you found a boy lost his Boat Oar. Here are the interesting puzzles and hidden objects to help the boy to find her Boat Oar. Good luck…Have fun!', 'https://img.gamemonetize.com/jjkrnpn6dbmx9n30722ppctu46uq2yp2/512x384.jpg', 'https://html5.gamemonetize.com/jjkrnpn6dbmx9n30722ppctu46uq2yp2/', '0', 'Puzzles', 0, 0, '', 'find-the-boat-oar'), (5982, 'Save The Hungry Girl', 'Save The Hungry Girl is a point and click escape game developed by 8BGames/Games2Mad. Imagine that you had been to a place; on there you found a hungry girl in a ship asking for ice-cream. Find some hidden object to solve some interesting clues to save the hungry girl. Good luck…Have fun!', 'https://img.gamemonetize.com/1tqsu44h1gwsc7t1hebaq56p00uv8uwd/512x384.jpg', 'https://html5.gamemonetize.com/1tqsu44h1gwsc7t1hebaq56p00uv8uwd/', '0', 'Puzzles', 0, 0, '', 'save-the-hungry-girl'), (5983, 'Beach Escape 3', 'Beach Escape 3 is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a beach; there you got trapped inside the beach. Here are the interesting puzzles and hidden objects to find and get escape from the beach. Good luck… Have fun!', 'https://img.gamemonetize.com/y57hsyfpi4octi8cnmzd0s1aw5m3haxb/512x384.jpg', 'https://html5.gamemonetize.com/y57hsyfpi4octi8cnmzd0s1aw5m3haxb/', '0', 'Puzzles', 0, 0, '', 'beach-escape-'), (5984, 'The Bulb Girlfriend', 'The Bulb Girlfriend is a 2D platformer where you have to collect the bottles of energy potions while avoiding the red enemy bulbs, rotating blades, and saws and reach your pink girlfriend bulb in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/usgvy0h30iprpj7tzzrpze6m7sj4pgd5/512x384.jpg', 'https://html5.gamemonetize.com/usgvy0h30iprpj7tzzrpze6m7sj4pgd5/', '0', 'Arcade', 0, 0, '', 'the-bulb-girlfriend'), (5985, 'Triset.io', 'Triset.io is a fast paced multiplayer puzzle game where your objective is to capture as many square areas as possible while controling growth of your oponents.', 'https://img.gamemonetize.com/rgsr15kydsb0b6izyxzvz6gwxyjuy2se/512x384.jpg', 'https://html5.gamemonetize.com/rgsr15kydsb0b6izyxzvz6gwxyjuy2se/', '0', 'Multiplayer', 0, 0, '', 'trisetio'), (5986, 'TopDown Zombie Survival Shooting', 'This game is indeed a top-down shooter, or a top-down shooter that is part of the demon slayer games. It is a monster hunter top-down shooter that has horde assault mode from the start and takes place in a tiny world outbreak. Defeat every zombie, the horde attack, and the horde defense all by yourself, like a lone wolf. Destroy their own vampire and mummy games, as well as the creatures who stand in your path. Monster hunter, be careful. Zombies and monsters are everywhere, so you have to kill each and every one of them. ', 'https://img.gamemonetize.com/lgnsborp8nvo2nfeqnpnw3g5hlg6ynny/512x384.jpg', 'https://html5.gamemonetize.com/lgnsborp8nvo2nfeqnpnw3g5hlg6ynny/', '0', 'Shooting', 0, 0, '', 'topdown-zombie-survival-shooting'), (5987, 'Sweet Dress Up', 'Sweet girl on https://girlgames.ee wait you dress up this sweet girl Maria :)', 'https://img.gamemonetize.com/te0irif0a944gbio134xonwie5m5b29b/512x384.jpg', 'https://html5.gamemonetize.com/te0irif0a944gbio134xonwie5m5b29b/', '0', 'Girls', 0, 0, '', 'sweet-dress-up'), (5988, 'Football Brawl', 'Live your football story! Enter the field, decimate your opponent with various powerful kicks and fun and quirky powerups. Finally let them know who is the boss with the emotes system - become a football legend today!', 'https://img.gamemonetize.com/rifgnadbc38y3dj4dypflqh1714zpx1x/512x384.jpg', 'https://html5.gamemonetize.com/rifgnadbc38y3dj4dypflqh1714zpx1x/', '0', 'Sports', 0, 0, '', 'football-brawl'), (5989, 'Baby Care Game', 'Baby Care Game is a very cute caring game. In this game, you will learn how to take care of a baby. There are four babies waiting for you to take care. Choose your favorite one. The baby is hungry so you can feed him at first. The baby loves tea party. Come and feed the baby with delicious biscuits and nice tea...After all the interesting activities, you can take a shower for the baby. Have fun!', 'https://img.gamemonetize.com/2pj7ewncxyda64k4hairyzn6s3vda1a0/512x384.jpg', 'https://html5.gamemonetize.com/2pj7ewncxyda64k4hairyzn6s3vda1a0/', '0', 'Girls', 0, 0, '', 'baby-care-game'), (5990, 'Birthday Cake For My Boyfriend', 'Tomorrow is Kris\'s birthday, Zoe is going to make a tiramisu for him. Give her a hand and complete the cake according to the steps. Don\'t forget to help her decorate the room in the end. Have fun!', 'https://img.gamemonetize.com/yrw4q8laem3rkdcjdps17cpx40owx02l/512x384.jpg', 'https://html5.gamemonetize.com/yrw4q8laem3rkdcjdps17cpx40owx02l/', '0', 'Girls', 0, 0, '', 'birthday-cake-for-my-boyfriend'), (5991, 'Dress Up Fashion Challenge Game', 'Dress Up Fashion Challenge is a very popular dress up game. Press the Start button and you will be randomly matched to a scene and opponent. According to the scene, dress up your character to make her look gorgeous. Use your flair for fashion and see how your character will stand out. We have prepared many exquisite accessories and fashionable clothes for you. Come and have a try!', 'https://img.gamemonetize.com/szriylmbsiwx6bzxa3ts9a02680t5sqg/512x384.jpg', 'https://html5.gamemonetize.com/szriylmbsiwx6bzxa3ts9a02680t5sqg/', '0', 'Girls', 0, 0, '', 'dress-up-fashion-challenge-game'), (5992, 'Word Connect Crossword Puzzles', 'Word Connect Crossword Puzzles is a modern word puzzle game with anagrams! Multiple crossword puzzles laid out across beautiful landscapes. Solve the crossword puzzle using the available letters', 'https://img.gamemonetize.com/02i7glnujcfrfr6xougglr8jxycx8qev/512x384.jpg', 'https://html5.gamemonetize.com/02i7glnujcfrfr6xougglr8jxycx8qev/', '0', 'Puzzles', 0, 0, '', 'word-connect-crossword-puzzles'), (5993, 'SUPER Farting Dogs', 'Fly your dog through the skies collecting snacks and dodging missiles, don\'t forget to use the powerful Power Ups to go further. SUPER Farting Dogs! Can you pass 100 points?', 'https://img.gamemonetize.com/114r7n4zugbkuey0fkkxjinlvxmivxg7/512x384.jpg', 'https://html5.gamemonetize.com/114r7n4zugbkuey0fkkxjinlvxmivxg7/', '0', 'Hypercasual', 0, 0, '', 'super-farting-dogs'), (5994, 'Nuclear Assault', 'Nuclear Assault is a Shoot \'em Up with all the essence of Arcades in the 90s! Equip new cannons, collect different Power-Ups, defeat the 4 Robot Kings and earn new scores! But most importantly... Shoot, shoot and don\'t stop shooting!', 'https://img.gamemonetize.com/2vyd3rinht1f2ciakypn6sgpxvbxnrt3/512x384.jpg', 'https://html5.gamemonetize.com/2vyd3rinht1f2ciakypn6sgpxvbxnrt3/', '0', 'Shooting', 0, 0, '', 'nuclear-assault'), (5995, 'Magic Shards', 'Use your hero to survive incoming waves of monsters. Your shards are nearby to help you, and they each have unique abilities at your disposal. Try and beat your high-score and compete with your friends.', 'https://img.gamemonetize.com/u5a06f8ussp1okyg2b4lxla59484fvdd/512x384.jpg', 'https://html5.gamemonetize.com/u5a06f8ussp1okyg2b4lxla59484fvdd/', '0', 'Shooting', 0, 0, '', 'magic-shards'), (5996, 'Prison Gates', 'Prison Gates is a stickman running game where you try to pass through gates while avoiding criminals. Your mission in this game; is to pass through the right one of the 2 gates that will appear in front of you while running. One of these passages will be open and the other will be closed. If you try to pass through the closed gate, the criminals will catch you and the game will be over. When you pass through the right gate, the criminals chasing after you will not catch you and you will succeed.', 'https://img.gamemonetize.com/sl4b1jft5toksui8ogwb80a76xofkevt/512x384.jpg', 'https://html5.gamemonetize.com/sl4b1jft5toksui8ogwb80a76xofkevt/', '0', 'Fighting', 0, 0, '', 'prison-gates'), (5997, 'Halloween Ghouls', 'Halloween ghouls is a tower defense game. In this game, Halloween ghouls, such as ghosts, witches, vampires, and more are headed for the village and your task is to stop them before they reach it. Save the villagers by placing towers to stop the Halloween ghouls from reaching the town.', 'https://img.gamemonetize.com/xfn8oph6lldpoumz8hkg51bumlqr7vw3/512x384.jpg', 'https://html5.gamemonetize.com/xfn8oph6lldpoumz8hkg51bumlqr7vw3/', '0', 'Shooting', 0, 0, '', 'halloween-ghouls'), (5998, 'Noob Steve Nether', 'Noob Steve Nether is a 3D minecraft parkour game where you try to speedrun the map! Speedrun all the maps and complete the parkour as fast as you can. Noob vs pro, who will win the race?', 'https://img.gamemonetize.com/2u48g25sonaidf7momszj0bxwrzii268/512x384.jpg', 'https://html5.gamemonetize.com/2u48g25sonaidf7momszj0bxwrzii268/', '0', 'Arcade', 0, 0, '', 'noob-steve-nether'), (5999, 'Noob Steve Head War', 'Noob Steve Head War is a 3D, 2 player minecraft challenge game where you play as a popular characters such as steve and alex.', 'https://img.gamemonetize.com/b53tk8htb1ymp6jtwcwxibq69z1bq2g4/512x384.jpg', 'https://html5.gamemonetize.com/b53tk8htb1ymp6jtwcwxibq69z1bq2g4/', '0', 'Arcade', 0, 0, '', 'noob-steve-head-war'), (6000, 'Magic Bridge! Endless Game', 'Magic Bridge is a skill game. Take control of one of the many cat characters and try to stay alive on a bridge that keeps moving upward. The bridge will point downward depending on where you stand, so you have to be quick on your paws to keep a steady balance. Avoid all enemies, pick up all the coins and unlock more characters who have different strengths. Jump on the bridge and experience this endless fun! How to play: Move on the platform and avoid touching the enemies.', 'https://img.gamemonetize.com/od3rjgskbpwtlrfvx2voun6us8xt5ehw/512x384.jpg', 'https://html5.gamemonetize.com/od3rjgskbpwtlrfvx2voun6us8xt5ehw/', '0', 'Arcade', 0, 0, '', 'magic-bridge-endless-game'), (6001, 'James Gun', 'James Gun is a funny skill game of action and shooting. You\'re busted and you need to jump out of your lover’s window, now! Try to land on your sports car without falling to your certain death. Hold onto the ledges to slow down your fall, grab onto another ledge and let go when it’s safe to do so. You’ll soon find out that your relationship with gravity is far more dangerous than the one that’s making you sneak out of this apartment.', 'https://img.gamemonetize.com/96l1qb4a82ozsi3p8077v6azdrxzxij2/512x384.jpg', 'https://html5.gamemonetize.com/96l1qb4a82ozsi3p8077v6azdrxzxij2/', '0', 'Shooting', 0, 0, '', 'james-gun'), (6002, 'Bezo Alien', 'Bezo Alien is a 2D Sci-Fi themed platformer where you play as an alien who have collect the blue cubes while avoiding the enemy aliens, saws, spikes and flying UFOs and reach the loop hole in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/b8b5ij2go7b2gd35cnxadgfzl4vb8es1/512x384.jpg', 'https://html5.gamemonetize.com/b8b5ij2go7b2gd35cnxadgfzl4vb8es1/', '0', 'Arcade', 0, 0, '', 'bezo-alien'), (6003, 'Revenge Of the PixelMan Survival', 'The best undead exodus games provide you access to various weaponry whether you play alone or with others. There are no limits on how many people may play at once or how many games can be played simultaneously. You appear to have been fighting off Minecraft zombie bots in several biomes. You must eliminate additional undead objects whether or not you are armed and whether or not you are currently engaged in zombie warfare. I haven\'t given this particular detail much thought while working. By hiding behind various barriers, you can increase your chances of survival in first-person shooter games. Do you possess', 'https://img.gamemonetize.com/sr3qcy0c4ebx3vm60nfrgmw2b8nsj97q/512x384.jpg', 'https://html5.gamemonetize.com/sr3qcy0c4ebx3vm60nfrgmw2b8nsj97q/', '0', 'Shooting', 0, 0, '', 'revenge-of-the-pixelman-survival'), (6004, 'Good Guys vs Bad Boys Survival', 'Whether you\'re playing solo or with others, the top undead exodus games give you various weapons at your disposal. There is no restriction on the number of players or the number of simultaneous games that may be played. It seems you have been battling off Minecraft zombie bots in various biomes. Whether or whether you are armed and whether or not you are actively engaged in zombie combat, you must remove other undead things. While working, I have not been giving any thought to this specific detail. You may improve your survival odds in first-person shooter games by ducking behind various obstacles. Do you have a close friend in mind who you\'d want to spend some time with playing one of the many free games that can be found on the internet? This person has an extensive gun collection, but how many different guns do they have?', 'https://img.gamemonetize.com/t3rgcyivnvjw69wwsjxsl930osd0xjms/512x384.jpg', 'https://html5.gamemonetize.com/t3rgcyivnvjw69wwsjxsl930osd0xjms/', '0', 'Shooting', 0, 0, '', 'good-guys-vs-bad-boys-survival'), (6005, 'Jet Adventure', 'Jet Adventure Online is the perfect game for those who love a challenge. In this game, you must help your jet avoid obstacles and reach the finish line as fast as possible. With great graphics and sound effects, Jet Adventure Online is sure to keep you entertained for hours on end.', 'https://img.gamemonetize.com/lrntbgrczwnihb0l6qugf4ug54w566k4/512x384.jpg', 'https://html5.gamemonetize.com/lrntbgrczwnihb0l6qugf4ug54w566k4/', '0', 'Arcade', 0, 0, '', 'jet-adventure'), (6006, 'Teen Patti Match', 'The Teen Patti Match 3 Puzzle online game is a fun and challenging way to test your puzzle solving skills. With its unique gameplay, this game is perfect for players of all ages. Teen Patti is a Match 3 Puzzle game that you can play online. The objective of the game is to clear all of the teen patties from the board by matching three or more of them together. Teen Patti is an online puzzle game that challenges players to match three teen patti in a row. The game is easy to learn but difficult to master, and it provides a fun and challenging way to pass the time.', 'https://img.gamemonetize.com/ugdrkconem8vifkk892sae6ve02xvwq4/512x384.jpg', 'https://html5.gamemonetize.com/ugdrkconem8vifkk892sae6ve02xvwq4/', '0', 'Puzzles', 0, 0, '', 'teen-patti-match'), (6007, 'Scary Forest Escape 2', 'Scary Forest Escape 2 is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a forest, there you got trapped inside the forest Here is the interesting puzzles and hidden objects to find and get escape from the forest. Good luck… Have fun!', 'https://img.gamemonetize.com/9ac51iw4a3z0bu3j82khe3calystx0cz/512x384.jpg', 'https://html5.gamemonetize.com/9ac51iw4a3z0bu3j82khe3calystx0cz/', '0', 'Puzzles', 0, 0, '', 'scary-forest-escape-'), (6008, 'Backyard Escape 2', 'Backyard Escape 2 is a point and click escape game developed by 8bGames/Games2Mad. You were trapped in a backyard and lost your key. Try to find the way to exit from backyard. Good Luck Have fun!', 'https://img.gamemonetize.com/8m4ntvdutz4kkn4gpg2xkmw3lz0kn7ic/512x384.jpg', 'https://html5.gamemonetize.com/8m4ntvdutz4kkn4gpg2xkmw3lz0kn7ic/', '0', 'Puzzles', 0, 0, '', 'backyard-escape-'), (6009, 'Rescue The Cow', 'Rescue The Cow is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a forest there you found Cute Cow got trapped inside the cage. Here are the interesting puzzles and hidden objects to rescue the Cow. Good luck… Have fun!', 'https://img.gamemonetize.com/ur0ngumz2ahjtkfjgv7u5tbqaa1cumff/512x384.jpg', 'https://html5.gamemonetize.com/ur0ngumz2ahjtkfjgv7u5tbqaa1cumff/', '0', 'Puzzles', 0, 0, '', 'rescue-the-cow'), (6010, 'Beach Resort Escape', 'Beach Resort Escape is a point and click game developed by 8B Games/Games2Mad. Imagine that you had been to a resort to have a fun. You got trapped inside the resort, now here are the interesting puzzles and hidden objects, to get escape from the resort. Good Luck…. Have Fun!!!', 'https://img.gamemonetize.com/77wfr6igltnmvg2cv5kdcepgfy4hea4w/512x384.jpg', 'https://html5.gamemonetize.com/77wfr6igltnmvg2cv5kdcepgfy4hea4w/', '0', 'Puzzles', 0, 0, '', 'beach-resort-escape'), (6011, 'Monster Match Master', 'Monster Match Master is an online puzzle match 3 game that is perfect for players of all ages. With bright and colorful graphics, this game is sure to keep you entertained for hours on end. Monster Match Master is an online puzzle match 3 game that is perfect for players who enjoy a challenge. With tons of different levels to choose from, there is something for everyone. The gameplay is simple yet addicting, and the graphics are colorful and engaging.', 'https://img.gamemonetize.com/cd9hvt29m831e9fkfpgvly9v4pcjggq1/512x384.jpg', 'https://html5.gamemonetize.com/cd9hvt29m831e9fkfpgvly9v4pcjggq1/', '0', 'Puzzles', 0, 0, '', 'monster-match-master'), (6012, 'Cat Chef vs Fruits 2 Player', 'Help two adventurous fruits escape from the cook cat and get the broccoli and avocado to the fridge with your friend or if you don\'t want the cook cat to eat them, help them and reach the fridge. Be careful on the way there are cookie monsters obeying the cook cat, they can eat you. jump over the obstacles, get rid of the cookies and reach the refrigerator.', 'https://img.gamemonetize.com/grqdskyp1lzz0pvf2i55wne4orajpugi/512x384.jpg', 'https://html5.gamemonetize.com/grqdskyp1lzz0pvf2i55wne4orajpugi/', '0', 'Arcade', 0, 0, '', 'cat-chef-vs-fruits---player'), (6013, 'StreetBoard', 'hey skateboarder take your skateboard and let\'s dust the streets. Let\'s reach the finish line on dangerous roads with our skateboard in the dark of the night, remember that it is very dangerous at night. At night there are snakes, poisonous mushrooms and deadly prickly cacti you have to watch out for.', 'https://img.gamemonetize.com/j8yuh8sk598nzqrnsat5cebwdji8sj4e/512x384.jpg', 'https://html5.gamemonetize.com/j8yuh8sk598nzqrnsat5cebwdji8sj4e/', '0', 'Arcade', 0, 0, '', 'streetboard'), (6014, 'Traffic Race Motor', 'How about a crazy ride on your motorcycle? Click on the Traffic Racing Moto game. Experience speed, excitement and adventure together. Collect extra points to buy motorcycles of different colors. Speed up without hitting the cars. Speed enthusiasts per screen!', 'https://img.gamemonetize.com/5yeolx0uxuev8oupui0r7m7p35i9nfvv/512x384.jpg', 'https://html5.gamemonetize.com/5yeolx0uxuev8oupui0r7m7p35i9nfvv/', '0', 'Action', 0, 0, '', 'traffic-race-motor'), (6015, 'DEER Simulator éžå¸¸æ™®é€šçš„鹿', 'Explore the virtual world as a DEEEER! This DEEEER has a super flexible neck and an antler as the weapon! The unique DEEEERsonality is the signature! Marching on the street is how we roll! In short, DEEEER Simulator is a video game about a DEEEER wandering in a slow life city. Enjoy the good times with other animals', 'https://img.gamemonetize.com/auyles99i0u5fqo1c8qb212jvjpnshbx/512x384.jpg', 'https://html5.gamemonetize.com/auyles99i0u5fqo1c8qb212jvjpnshbx/', '0', 'Adventure', 0, 0, '', 'deer-simulator-'), (6016, 'Lovely Fairy Style', 'Fashion girls like fairy style very much. Especially the flower fairy. Help them choose the fairy dress they like and have fun!', 'https://img.gamemonetize.com/hsjuewfntg3adga5qlpl3myp8s2hyeuw/512x384.jpg', 'https://html5.gamemonetize.com/hsjuewfntg3adga5qlpl3myp8s2hyeuw/', '0', 'Girls', 0, 0, '', 'lovely-fairy-style'), (6017, 'Santa Cooking', 'Santa cooking is one of the newest and most addictive restaurant food cooking games, featuring time management skills, strategy, and simulation fun. Show your cooking skills by making delicious burgers and toast to become a master chef!', 'https://img.gamemonetize.com/z6xc8b32h9hjfyk7gzagezfwxmn1n1p4/512x384.jpg', 'https://html5.gamemonetize.com/z6xc8b32h9hjfyk7gzagezfwxmn1n1p4/', '0', 'Cooking', 0, 0, '', 'santa-cooking'), (6018, 'Fun Garage Station For Kids', 'Fun Garage Station is an online HTML5 game, it\'s playable in browsers such as safari and chrome. You can play the game on smartphones and tablets (iPhone, iPad, Samsung, Android devices, and Windows Phone). Lots of car and bus friends are waiting for you at the garage! Help our little bus friends to drive safely. From car washes to maintenance, try out a variety of games at the garage, and also collect cute stickers.', 'https://img.gamemonetize.com/lsd8r5wgzrhnnw074jh5irmyo8euramc/512x384.jpg', 'https://html5.gamemonetize.com/lsd8r5wgzrhnnw074jh5irmyo8euramc/', '0', 'Girls', 0, 0, '', 'fun-garage-station-for-kids'), (6019, 'Monster Hair Salon Crazy Hair Game', 'Give your monsters the creepiest hairstyles ever at the Monster Hair Salon! Curl, straighten, cut, color, and more! Enjoy tons of professional tools like curling irons, blow dryers, scissors, and magic hair-growing spray! You can even give your monster a new look with tons of scary makeup items! Help these monsters look freaky fabulous!', 'https://img.gamemonetize.com/51jg5saihbp510do9p6s7efbeplzok1v/512x384.jpg', 'https://html5.gamemonetize.com/51jg5saihbp510do9p6s7efbeplzok1v/', '0', 'Girls', 0, 0, '', 'monster-hair-salon-crazy-hair-game'), (6020, 'Sweet Baby Halloween', 'Halloween is coming! Play with Sweet Baby Girl and have the most adventurous and fun Halloween celebration! Get Sweet Baby Girl’s home ready for Halloween night: carve a pumpkin and decorate her house with jack-o’-lanterns, bats, and ghosts. Create your dream Halloween look: make a stunning witch costume or mix and match spooky outfits to create your own gown, and finish with a scary vampire makeup!', 'https://img.gamemonetize.com/b7e978w097gmbe5vcwzxdl1hyyyjrhwj/512x384.jpg', 'https://html5.gamemonetize.com/b7e978w097gmbe5vcwzxdl1hyyyjrhwj/', '0', 'Girls', 0, 0, '', 'sweet-baby-halloween'), (6021, 'Among Us Online Play', 'Space navigation is always accompanied by many dangers. Due to the interference of cosmic radiation on machines, all Among Us have become enemies, and their internal programs have been destroyed. Your task is to find all mutants of the same kind and kill them. In this very large spaceship, find a way to ensure survival and kill the enemy! You can click the button at the bottom right of the screen to view the spaceship map! Always pay attention to behind you, because the enemy may appear from behind at any time!', 'https://img.gamemonetize.com/ov7hm05up795baxrf5ky2g4xzpw85u2f/512x384.jpg', 'https://html5.gamemonetize.com/ov7hm05up795baxrf5ky2g4xzpw85u2f/', '0', 'Multiplayer', 0, 0, '', 'among-us-online-play'), (6022, 'Stunt Car Crasher', 'Let an action-packed driving pleasure begin in the Stunt Car Crash game! Choose your car. Go full throttle down the high ramp. After jumping off the cliff at the end of the ramp, you first rise into the clouds. After your car falls to the ground, you start drifting. The farther you drift, the more points you earn. Who knows how exciting it is to fly and drive all over the city? Let\'s Try It!', 'https://img.gamemonetize.com/a10dmrseaawdabc9y73nahobzjyqkb6f/512x384.jpg', 'https://html5.gamemonetize.com/a10dmrseaawdabc9y73nahobzjyqkb6f/', '0', 'Action', 0, 0, '', 'stunt-car-crasher'), (6023, 'Clanker.io', 'Clanker.io is a game where you control a battle clanker and survive with your teammates. Select new weapons and use landmines to improve your battles.', 'https://img.gamemonetize.com/3aultw4r5zbxesscgdlid1qey8rpfa3x/512x384.jpg', 'https://html5.gamemonetize.com/3aultw4r5zbxesscgdlid1qey8rpfa3x/', '0', 'Shooting', 0, 0, '', 'clankerio'), (6024, 'Arena Angry Cars', 'Arena Angry Cars is an action game where you fight angry cars in the sky. You will enter into an exciting push competition against 8 different opponents and your enemies will try to throw you out of the arena. If you leave the arena, it\'s game over and you fail.', 'https://img.gamemonetize.com/dsofs1fenv8wygrv8ux8rqao1z30m8vv/512x384.jpg', 'https://html5.gamemonetize.com/dsofs1fenv8wygrv8ux8rqao1z30m8vv/', '0', 'Racing', 0, 0, '', 'arena-angry-cars'), (6025, 'Stickman Gradient', 'Stickman Gradient is an amazing stickman running game. Your mission in this game; Avoiding obstacles while running through the city streets. You have to be careful and watch out for obstacles while playing this running game.', 'https://img.gamemonetize.com/s13tjd37buc42sx5q4z3r585y22uz1zl/512x384.jpg', 'https://html5.gamemonetize.com/s13tjd37buc42sx5q4z3r585y22uz1zl/', '0', 'Hypercasual', 0, 0, '', 'stickman-gradient'), (6026, 'Minescrafter Steve and Alex', 'Are you up for a very dangerous adventure? hey alex and steve in this adventure you have to kill the zombies and put the animals in alexsin backpack save them from this dangerous forest. Save the animals from the forest because there are scary monsters in this forest and the animals are very scared. Beware, the zombies have set a trap. If you touch it, you will die. In order not to die, but do not touch the traps.', 'https://img.gamemonetize.com/cnqldbky63v0al3dlscs4gjiybk0d0dj/512x384.jpg', 'https://html5.gamemonetize.com/cnqldbky63v0al3dlscs4gjiybk0d0dj/', '0', 'Adventure', 0, 0, '', 'minescrafter--steve-and-alex'), (6027, 'Smash Diy Slime', 'Smash Diy Slime is a very addictive art game. you can relax yourself through this amazing game. Just swipe the slime on the screen and you can feel the relaxing sound and flow of slime. You can also diy your own style slime by choosing your favorite pattern and adding your favortie decorations in it or draw some strikes in it. If you are interested in this game, come and have a try! Have fun!', 'https://img.gamemonetize.com/b36tpncni0p1tlp7l7otitnjytsgo1dl/512x384.jpg', 'https://html5.gamemonetize.com/b36tpncni0p1tlp7l7otitnjytsgo1dl/', '0', 'Girls', 0, 0, '', 'smash-diy-slime'), (6028, 'BlumgiBallGame', 'Blumgi Ball is a sports game that combines the platform and puzzle genres into one fun package. You aim is to simply get the ball through the hoop like the good old classic basketball. You do this using a slingshot system where you pull the indicator in accordance with the intensity at which you want to throw the ball, and release it to throw. But wait - there\'s a twist! In Blumgi Ball, you have the superpower of teleporting directly next to your ball. This opens a wide range of possibilities when it comes to making chain combos and dunking in style. Every successfully finished level awards you some points which add up to unlock cool new characters. You will love exploring the vibrant and creative levels full of surprises in Blumgi Ball!', 'https://img.gamemonetize.com/6nxaxeldtozve2o3e7dxhmn8wpg6152n/512x384.jpg', 'https://html5.gamemonetize.com/6nxaxeldtozve2o3e7dxhmn8wpg6152n/', '0', 'Girls', 0, 0, '', 'blumgiballgame'), (6029, 'Sweet Girl Magic Princess Caring', 'Please help the queen take care of her children. This is a magical little princess who was born in a bouquet. Take good care of her and she will return your love with a sweet smile. Get ready to have fun with her!', 'https://img.gamemonetize.com/js1rm1hnlqp45da8fzzo4w9hj5udyh2q/512x384.jpg', 'https://html5.gamemonetize.com/js1rm1hnlqp45da8fzzo4w9hj5udyh2q/', '0', 'Girls', 0, 0, '', 'sweet-girl-magic-princess-caring'), (6030, 'Violet My Little Girl', 'A exciting game is waiting for you. Wake up Violet first. Wash her face after you\'ve slathered it all over with the soap, then dry it with the pink towel tool. Fill the tub with water and give her a bath. Now that she\'s clean, you should go to the kitchen. Give her something to eat and don\'t forget to feed the cat sitting to her right. Press the phone icon to discover more levels in this game.', 'https://img.gamemonetize.com/t6n8znnylanrqd0xuq8luvzqwxm8u5jn/512x384.jpg', 'https://html5.gamemonetize.com/t6n8znnylanrqd0xuq8luvzqwxm8u5jn/', '0', 'Girls', 0, 0, '', 'violet-my-little-girl'), (6031, 'Baby Tailor Clothes Maker', 'This is a fashion tailor shop! Now, you play as a little fashion tailor. Have a different idea of a dress displayed in a shop window? Change it now! Many clients are waiting for your latest designs. Don\'t forget to take pictures of your ideas and designs and share them with family and friends!', 'https://img.gamemonetize.com/dr2mkp5v7kmkxa1uuvh8pkehsjchw1rt/512x384.jpg', 'https://html5.gamemonetize.com/dr2mkp5v7kmkxa1uuvh8pkehsjchw1rt/', '0', 'Girls', 0, 0, '', 'baby-tailor-clothes-maker'), (6032, 'Rope Dude Game', 'Rope Dude is a free puzzle and casual online game for boys to enjoy! Just cut the ropes to kill the mannequin dude through various props, such as lasers, arrows, spinning spiked discs, and so on. The game has exquisite, smooth, and enjoyable gameplay, come to unlock more levels as you can. Mobile, Tablet, and Desktop are playable. Release your stress and have fun!', 'https://img.gamemonetize.com/5wz4kbn1cuwq4jztgsfzjus9o3esd0g7/512x384.jpg', 'https://html5.gamemonetize.com/5wz4kbn1cuwq4jztgsfzjus9o3esd0g7/', '0', 'Boys', 0, 0, '', 'rope-dude-game'), (6033, 'Mushroom Match Master', 'Looking for a fun and challenging online puzzle game? Try Mushroom Match Master! In this game, you must match mushrooms of the same type as quickly as possible. But be careful – the more mushrooms you match, the more difficult the game becomes! See how long you can last in this fast-paced and addicting game!', 'https://img.gamemonetize.com/uicgdfp0bf93ppjmlgodsmscu8ehoz01/512x384.jpg', 'https://html5.gamemonetize.com/uicgdfp0bf93ppjmlgodsmscu8ehoz01/', '0', 'Puzzles', 0, 0, '', 'mushroom-match-master'), (6034, 'Butterfly Matching', 'Butterflies are some of the most beautiful creatures in the world. They come in all shapes and sizes, and each one is unique. That\'s why we\'ve created Butterfly Matching, an online puzzle game that celebrates these amazing animals! In Butterfly Matching, you\'ll be challenged to match pairs of butterflies as quickly as you can. The catch is that you\'ll need to pay close attention to the details of each butterfly in order to find its perfect match. With hundreds of butterflies to choose from, you\'re sure to find a challenge that\'s just right for you!', 'https://img.gamemonetize.com/jlpwpf84au7e3i0rn65jee4t977zqx5d/512x384.jpg', 'https://html5.gamemonetize.com/jlpwpf84au7e3i0rn65jee4t977zqx5d/', '0', 'Puzzles', 0, 0, '', 'butterfly-matching'), (6035, 'Kei Superwoman 2', 'Kei Superwoman 2 is a 2D platformer where you play as a superwoman who have to collect burgers for the civilians, imprisoned in highly secured rooms behind the security doors. You have to collect all burgers while avoiding the enemies, modern flying drones, saws, ground saws and spikes in order to unlock the security door which leads you to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Kei Superwoman" series.', 'https://img.gamemonetize.com/uomeguj8weozchn9azlgw1o1kyrbt6x7/512x384.jpg', 'https://html5.gamemonetize.com/uomeguj8weozchn9azlgw1o1kyrbt6x7/', '0', 'Arcade', 0, 0, '', 'kei-superwoman-'), (6036, 'Teko vs Doov', 'Teko vs Doov is a 2D Sci-Fi themed platformer where you have to collect the silver keys while avoiding enemy robots, flying bots, saws, ground saws and spikes and reach the Exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/6agh29ca754p6itt224w1e8r1lccflr5/512x384.jpg', 'https://html5.gamemonetize.com/6agh29ca754p6itt224w1e8r1lccflr5/', '0', 'Arcade', 0, 0, '', 'teko-vs-doov'), (6037, 'Teko vs Doov 2', 'Teko vs Doov 2 is a 2D Sci-Fi themed platformer where you play as Teko, a robot, who have to collect the silver keys while avoiding the red and blue enemy robots, flying bots, saws, ground saws, and spikes and reach the Exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Teko vs Doov" series.', 'https://img.gamemonetize.com/uxuvz99e61mry3a17vhznjbeb70vxs5u/512x384.jpg', 'https://html5.gamemonetize.com/uxuvz99e61mry3a17vhznjbeb70vxs5u/', '0', 'Arcade', 0, 0, '', 'teko-vs-doov-'), (6038, 'Touba', 'Touba is a 2D platformer where you play as a yellow bird and you have to collect the bowls of grains while avoiding enemy birds, spikes and reach the bird nest which leads you to the next level. There are 8 levels with increased difficulty.', 'https://img.gamemonetize.com/p86d78x34vyyi8137yhs6sazja5lcdux/512x384.jpg', 'https://html5.gamemonetize.com/p86d78x34vyyi8137yhs6sazja5lcdux/', '0', 'Arcade', 0, 0, '', 'touba'), (6039, 'Song Ball', 'Song Ball 3D is a 3D music game and your only challenge is to keep the ball jumping on the music tiles while listening to the beat drops.', 'https://img.gamemonetize.com/ihnqr6d06sp0zw86vqc8vzxd806jgqfj/512x384.jpg', 'https://html5.gamemonetize.com/ihnqr6d06sp0zw86vqc8vzxd806jgqfj/', '0', 'Arcade', 0, 0, '', 'song-ball'), (6040, 'Sky Bros', 'Compete with your friends on the flying islands! Sky Bros lets you have fun. It is a game suitable for children. Sky Bros Consists of 4 Different Game Modes Build: A game where we try to build a house by collecting woods falling from the sky. Archery: A game where players shoot arrows at each other on various maps. Space Ship: A game where players try to knock each other down with their spaceships. Woodcutter: Players need to cut 20 trees and take them to the woodshed.', 'https://img.gamemonetize.com/n4yn7u8cp4d3bwfknnurv0mwmtwsulb6/512x384.jpg', 'https://html5.gamemonetize.com/n4yn7u8cp4d3bwfknnurv0mwmtwsulb6/', '0', 'Action', 0, 0, '', 'sky-bros'), (6041, 'Novice Fisherman', 'Fish season has opened and there is a lot of fish in the sea. The fisherman is a bit of a novice and his boat is also slow moving. Do you want to help him? Move the boat with the right and left arrow keys. Throw the fishing rod into the sea with the down arrow key. When you see sharks, drop bombs on them. Use the time well and complete the levels.', 'https://img.gamemonetize.com/fm7p9y3wg81pidf4dm3qf1d1c60xrrqf/512x384.jpg', 'https://html5.gamemonetize.com/fm7p9y3wg81pidf4dm3qf1d1c60xrrqf/', '0', 'Shooting', 0, 0, '', 'novice-fisherman'), (6042, 'Head Soccer Jeu de football à 2 joueurs', 'Head soccer star league - a fun soccer game will bring you joy and laughter. If you are tired from work, play this head soccer game, it will help you relieve stress.', 'https://img.gamemonetize.com/2jqcjsw6tcdao56k4uv2ecakgbfjhxhd/512x384.jpg', 'https://html5.gamemonetize.com/2jqcjsw6tcdao56k4uv2ecakgbfjhxhd/', '0', 'Multiplayer', 0, 0, '', 'head-soccer--jeu-de-football---joueurs'), (6043, 'Zombie Bullet 3D', 'Shoot all the zombies with weapons that you choose! want to kill in style? use your Grappling gun. all the zombies located in the city, so its fun to fight.', 'https://img.gamemonetize.com/l9os5noeckeloxzazibc974c53cvfd2z/512x384.jpg', 'https://html5.gamemonetize.com/l9os5noeckeloxzazibc974c53cvfd2z/', '0', 'Shooting', 0, 0, '', 'zombie-bullet-d'), (6044, 'Snake.io Jeu Serpent', 'The classic arcade game Snake.io is upgraded for unique live online events. Crawl your way to the top of the leaderboard in this popular mobile version of the favorite arcade game! Snake.io combines trendy visuals with the oldest mechanics of the classic Snake.', 'https://img.gamemonetize.com/0qiduv0zzvcrw4xi68xfllt8qykrvfqg/512x384.jpg', 'https://html5.gamemonetize.com/0qiduv0zzvcrw4xi68xfllt8qykrvfqg/', '0', 'Boys', 0, 0, '', 'snakeio-jeu-serpent'), (6045, 'Soda Shop Escape', 'Soda Shop Escape is a point and click game developed by 8B Games/Games2Mad. Imagine that you went to a Soda Shop. You got trapped inside the Shop. Here are the interesting puzzles and hidden objects to get escape from the Soda Shop. Good Luck.... Have Fun!!!', 'https://img.gamemonetize.com/l3fqyys2jo35ab7ftm0d7xlm2ve9u1pl/512x384.jpg', 'https://html5.gamemonetize.com/l3fqyys2jo35ab7ftm0d7xlm2ve9u1pl/', '0', 'Puzzles', 0, 0, '', 'soda-shop-escape'), (6046, 'Find The Blue Car Key', 'Find The Blue Car Key is a point and click game developed by Games2Live. Imagine that you saw a boy searching for car key. Here are the interesting puzzles and hidden objects to help the boy to find her car key. Good luck…Have fun!', 'https://img.gamemonetize.com/crk6md07xk9dvs16b6a7ajlhzhs30okj/512x384.jpg', 'https://html5.gamemonetize.com/crk6md07xk9dvs16b6a7ajlhzhs30okj/', '0', 'Puzzles', 0, 0, '', 'find-the-blue-car-key'), (6047, 'Park Escape 2', 'Park Escape 2 is a point and click game developed by 8B Games/Games2Mad. Imagine that you had been to a park, on there you had trapped. Here are the interesting puzzles and hidden objects to find and get escape from the park. Good luck... Have fun!', 'https://img.gamemonetize.com/aupjnjm49kkk1r0azzletntpwvor1rns/512x384.jpg', 'https://html5.gamemonetize.com/aupjnjm49kkk1r0azzletntpwvor1rns/', '0', 'Puzzles', 0, 0, '', 'park-escape-'), (6048, 'G2M Find The Treasure', 'Find The Treasure is a point and click game developed by 8B Games/Games2Mad. In this escape game, you come to know that a treasure is hidden somewhere in this place, so you have to find the treasure by finding useful objects, hints, and solving puzzles. Good Luck…. Have Fun!!!', 'https://img.gamemonetize.com/hbth3zfmcwe5v6q34mv0mjb73xazyr0r/512x384.jpg', 'https://html5.gamemonetize.com/hbth3zfmcwe5v6q34mv0mjb73xazyr0r/', '0', 'Puzzles', 0, 0, '', 'gm-find-the-treasure'), (6049, 'Fort Escape', 'Fort Escape is a point and click game developed by 8B Games/Games2live. Imagine that you had been to a fort on there you had trapped. Here are the interesting puzzles and hidden objects to find and get escape from the fort. Good luck... Have fun!', 'https://img.gamemonetize.com/62ijcetmybihvf562cm11ek1zy988pp7/512x384.jpg', 'https://html5.gamemonetize.com/62ijcetmybihvf562cm11ek1zy988pp7/', '0', 'Puzzles', 0, 0, '', 'fort-escape'), (6050, 'Metal House Escape', 'Metal House Escape is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a house; there you got trapped inside the house. Here are the interesting puzzles and hidden objects to find and get escape from the house. Good luck… Have fun!', 'https://img.gamemonetize.com/4rixev59mgm2tgom6r0nmg8bgqneaxqg/512x384.jpg', 'https://html5.gamemonetize.com/4rixev59mgm2tgom6r0nmg8bgqneaxqg/', '0', 'Puzzles', 0, 0, '', 'metal-house-escape'), (6051, 'Rescue The Tiny Old Man', 'Rescue The Tiny Old Man is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a village there you found an Old man got trapped inside the cage. Here are the interesting puzzles and hidden objects to find and rescue tiny old man. Good luck... Have fun!', 'https://img.gamemonetize.com/vbl6tru3hhh9hpgnetb7fhpt8muvetz4/512x384.jpg', 'https://html5.gamemonetize.com/vbl6tru3hhh9hpgnetb7fhpt8muvetz4/', '0', 'Puzzles', 0, 0, '', 'rescue-the-tiny-old-man'), (6052, 'Subway Surfer Hong Kong', 'Subway surfers in Hong Kong! The guys intend to fully break away in this Chinese metropolis, arranging an incredible adventure on the territory of its subway. You, as always, can be a part of these incredibly exciting events. Help the guys have fun from the heart and get out of persecution.', 'https://img.gamemonetize.com/ojmu3ak4yrcdv95xsn7hj1eie5wh8pbd/512x384.jpg', 'https://html5.gamemonetize.com/ojmu3ak4yrcdv95xsn7hj1eie5wh8pbd/', '0', 'Arcade', 0, 0, '', 'subway-surfer-hong-kong'), (6053, 'Leap the bottle', 'Flip Bottle Leap 3D - Flip Flip Game Leap Bottle Flip will allow you to explore different rooms, jumping on all kinds of objects: tables, sofas, shelves, lamps, chairs and any object you can imagine that can be found in a room!', 'https://img.gamemonetize.com/wr4wlp74kijqnfpkkdn69ethjgc0u2j5/512x384.jpg', 'https://html5.gamemonetize.com/wr4wlp74kijqnfpkkdn69ethjgc0u2j5/', '0', 'Soccer', 0, 0, '', 'leap-the-bottle'), (6054, 'Rescue The Squirrel 3', 'Rescue The Squirrel 3 is a point and click escape game developed by 8BGames/Games2Mad. Imagine that you went to a place. There you found a Squirrel locked in a cage. Find some hidden object to solve some interesting clues to rescue the Squirrel. Good luck…Have fun!', 'https://img.gamemonetize.com/ceui396j7lnwfja78zpywpgsyynvbtsu/512x384.jpg', 'https://html5.gamemonetize.com/ceui396j7lnwfja78zpywpgsyynvbtsu/', '0', 'Puzzles', 0, 0, '', 'rescue-the-squirrel-'), (6055, 'Find The Old Man’s House Key', 'Find The Old Man’s House Key is a point and click game developed by 8BGames/Games2Mad. Imagine that you went to a place; there you found an Old Man; lost his Car Key. Here are the interesting puzzles and hidden objects to find her Old Man’s House Key. Good luck…Have fun!', 'https://img.gamemonetize.com/chkcg3k0kd9stc3xvgoo8ktmtavbfsv3/512x384.jpg', 'https://html5.gamemonetize.com/chkcg3k0kd9stc3xvgoo8ktmtavbfsv3/', '0', 'Puzzles', 0, 0, '', 'find-the-old-mans-house-key'), (6056, 'Mini Huggy 2 Player', 'Everyone\'s favorite huggy wuggy and his girlfriend went on an adventure. They are passing through a scary forest. Beware, there are a lot of zombies and traps in the jungle, but in the jungle full of gold, you can collect the gold and get the costume. You both have to find the key, take the key and open the door.', 'https://img.gamemonetize.com/e9ag86qb2ppua208lbnq9e4kd60x4pti/512x384.jpg', 'https://html5.gamemonetize.com/e9ag86qb2ppua208lbnq9e4kd60x4pti/', '0', 'Arcade', 0, 0, '', 'mini-huggy---player'), (6057, 'Pumpkin Drop', 'Pumpkin Drop is the coolest physics-based puzzle game. Drop the Pumpkin down onto a metal block by destroying all the other blocks. Once all the blocks are gone and the zombie is on a metal block press the ZAPPER button to fry the Pumpkin! Explore all three worlds and clear all the puzzles.', 'https://img.gamemonetize.com/r9d8riiz8hnndw7fdsnwhoe543fa0ptd/512x384.jpg', 'https://html5.gamemonetize.com/r9d8riiz8hnndw7fdsnwhoe543fa0ptd/', '0', 'Puzzles', 0, 0, '', 'pumpkin-drop'), (6058, 'ASMR Slime Maker DIY', 'Look what I found in the little makeup artist\'s pretty box! Fashion makeup and a super slime simulator! That\'s great news! Can we use your makeup for free in the new girls games? Add crystal slime to girls\' makeup! Isn\'t it cool? You are welcome to join our unicorn slime game too! Let\'s reap the super satisfaction value together!', 'https://img.gamemonetize.com/zfxp1nwot536qfiekdtnxjd8c3cxixp6/512x384.jpg', 'https://html5.gamemonetize.com/zfxp1nwot536qfiekdtnxjd8c3cxixp6/', '0', 'Girls', 0, 0, '', 'asmr-slime-maker-diy'), (6059, 'Kei Superwoman', 'Kei Superwoman is a 2D platformer where you play as Kei, the Superwoman, who have to collect burgers for civilians who are imprisoned behind the security doors. You have to collect all the burgers while avoiding the spikes, saws, ground saws, enemies, and reach the Security Exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/qcrdqj2tzlu518dbygu7p37bkpz0vxpt/512x384.jpg', 'https://html5.gamemonetize.com/qcrdqj2tzlu518dbygu7p37bkpz0vxpt/', '0', 'Adventure', 0, 0, '', 'kei-superwoman'), (6060, 'Slope Extra', 'Slope Extra is a great ball rolling game and you have to avoid obstacles on sloping ramps. This game is a great endless ball rolling game. You control a rolling ball and it keeps accelerating. You try to go the farthest distance without hitting the obstacles and you will encounter new obstacles.', 'https://img.gamemonetize.com/3xja6w553s9w4ra88i2bx51gv56d6jxj/512x384.jpg', 'https://html5.gamemonetize.com/3xja6w553s9w4ra88i2bx51gv56d6jxj/', '0', 'Hypercasual', 0, 0, '', 'slope-extra'), (6061, 'HyperDoll', 'Super stickman battle is waiting for you with HyperDoll. You have to destroy the enemies with the superhero who can use the sword. In this game that can be played with one finger, you control the stickman character and try to destroy the enemies by hitting them. Do you want to experience the exciting stickman battle with HyperDoll?', 'https://img.gamemonetize.com/tm8sqyo84qlrk7fjnihg6tvx1pr41cnr/512x384.jpg', 'https://html5.gamemonetize.com/tm8sqyo84qlrk7fjnihg6tvx1pr41cnr/', '0', 'Fighting', 0, 0, '', 'hyperdoll'), (6062, 'Color Ball Run 2048', 'Color Ball Run 2048 is a new popular game with 2018 ball. Just swipe left and right to control the direction of the numbered ball, so that it can be mixed with balls of the same number to make a bigger numbered ball. Remember to dodge the obstacles to avoid failure. Come and try to see if you can get the 2048 number ball!', 'https://img.gamemonetize.com/t8y3xn2m8z32pgfzxgvewuu598wtosru/512x384.jpg', 'https://html5.gamemonetize.com/t8y3xn2m8z32pgfzxgvewuu598wtosru/', '0', 'Puzzles', 0, 0, '', 'color-ball-run-'), (6063, 'The War Tank Chase', 'The War Tank Chase is super fun and free to play online tank chase game. The aim of the game is simple, just collect money, avoid or destroy enemies. There is a super cool maze levels where you need to find the hidden money bag to clear the level. Start playing and have fun.', 'https://img.gamemonetize.com/13ir989bm0iu6yx502p0j7quhihiya4e/512x384.jpg', 'https://html5.gamemonetize.com/13ir989bm0iu6yx502p0j7quhihiya4e/', '0', 'Shooting', 0, 0, '', 'the-war-tank-chase'), (6064, 'Kitty Drop', 'Help the little fallen Kitty Cat to land in the right platform! How to play: Click on the boxes, blocks etc... to remove them from the screen. All boxes except the grass must all be removed for you to reach the next level. Use the set blocks and props however you can to get the Little Cat land safe to the grass aera. You can reset each level if you make a wrong move. Try to complete all 28 different levels to resolve in this fun physics puzzle game!', 'https://img.gamemonetize.com/d7evnd3btw6i8014k3wloa61m9lxwo62/512x384.jpg', 'https://html5.gamemonetize.com/d7evnd3btw6i8014k3wloa61m9lxwo62/', '0', 'Puzzles', 0, 0, '', 'kitty-drop'), (6065, 'Halloween Funny Pumpkins', 'Halloween Funny Pumpkins is a very addictive game. Hippo and her brother gained lots of candies on Halloween\'s eve. But some zombies robbed them of their candies. They decided to get their candies back. They know that the zombies came from a village full of scary pumpkins. But they are not afraid. Are you brave as them too? Come and help them conquer the difficulties and win the candies back!', 'https://img.gamemonetize.com/znkmxcdb8aynh422bl1atk2lum3hi7rq/512x384.jpg', 'https://html5.gamemonetize.com/znkmxcdb8aynh422bl1atk2lum3hi7rq/', '0', 'Girls', 0, 0, '', 'halloween-funny-pumpkins'), (6066, 'My Cute Unicorn Fashion Dress Up', 'Welcome to the My Cute Unicorn Fashion Dress Up. Skyler, Sunny, Ruby, and Violet are the Rainbow high school girls who have planned for a weekend party. They decided to throw a party in Unicorn fashion. Join as a design expert and help the girls to get ready. Have fun!', 'https://img.gamemonetize.com/woprmsrnrm3iqauuhzreshesf3zkip7n/512x384.jpg', 'https://html5.gamemonetize.com/woprmsrnrm3iqauuhzreshesf3zkip7n/', '0', 'Girls', 0, 0, '', 'my-cute-unicorn-fashion-dress-up'), (6067, 'Kaitochan vs Ghosts 2', 'Kaitochan vs Ghosts 2 is a 2D Halloween themed platformer where you have to collect yellow balls while avoiding the Pumpkin enemies, zombies, fire, spikes, and flying monsters and reach the Exit door in order to go to the next level. The Exit door will only be unlocked when all of the yellow balls are collected in each level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Kaitochan vs Ghosts" series.', 'https://img.gamemonetize.com/305r08hp1m6krh57oizdtj70a7xgqwu1/512x384.jpg', 'https://html5.gamemonetize.com/305r08hp1m6krh57oizdtj70a7xgqwu1/', '0', 'Arcade', 0, 0, '', 'kaitochan-vs-ghosts-'), (6068, 'Clash Road', 'The objective of this game is to get as high as possible without getting hit. Help the chicken get as far as possible! Enjoy this game. You will have a lot of fun!', 'https://img.gamemonetize.com/db6rr8k19pw5ilrkw2edkjhv275d8qr7/512x384.jpg', 'https://html5.gamemonetize.com/db6rr8k19pw5ilrkw2edkjhv275d8qr7/', '0', 'Racing', 0, 0, '', 'clash-road'), (6069, 'Super Card Memory Match', 'The objective of this game is to gather the even cards Win the game when you collect them all! Enjoy this game. You will have a lot of fun!', 'https://img.gamemonetize.com/odpzqklat8a87ofa42ad404z8qd5j22w/512x384.jpg', 'https://html5.gamemonetize.com/odpzqklat8a87ofa42ad404z8qd5j22w/', '0', 'Arcade', 0, 0, '', 'super-card-memory-match'), (6070, 'Halloween Clicker Puzzle', 'Play our newest casual Halloween puzzle game Halloween Clicker Puzzle. The game has 10 levels with Halloween pumpkins, batt, and witches images. Each level is locked and it will be unlocked when you solve the previous level. Build the correct image by rotating the pieces of the puzzle before time runs out. Tap or click on a piece to rotate. Enjoy the game and Happy Halloween!!!', 'https://img.gamemonetize.com/0szazhloj0xpvbscvhuhfr1u3m0d3gxj/512x384.jpg', 'https://html5.gamemonetize.com/0szazhloj0xpvbscvhuhfr1u3m0d3gxj/', '0', 'Puzzles', 0, 0, '', 'halloween-clicker-puzzle'), (6071, 'Crazy Lawn Mover', 'Crazy Lawn Mower isn’t just another relaxing grass-cutting game—it’s one of the best games! In it, you can build a whole empire just by mowing grass. The rules of this lawn mower simulator are simple: you make green by mowing green. Be the one to create the most thriving harvest business in the history!', 'https://img.gamemonetize.com/v5uqxgrti7pvfzd2utwj3dw9s66itpx8/512x384.jpg', 'https://html5.gamemonetize.com/v5uqxgrti7pvfzd2utwj3dw9s66itpx8/', '0', 'Arcade', 0, 0, '', 'crazy-lawn-mover'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (6072, 'Red Hand', 'Looking for competitive games for friends to play? Well, this hot hands app might be one of the best two player games on the same device! Easy two player games are a fantastic way to kill time and replace classic board games with free games that you can play anywhere, anytime! If you’re a fan of games that improve reaction time, you’ll love our hand slapping extravaganza!', 'https://img.gamemonetize.com/78gbuz5i7bs900a5lshxes82my3wz6dg/512x384.jpg', 'https://html5.gamemonetize.com/78gbuz5i7bs900a5lshxes82my3wz6dg/', '0', 'Arcade', 0, 0, '', 'red-hand'), (6073, 'Talking Tom Differences', 'In the game Talking Tom Differences, you will partially disconnect from the hero, having visited several locations and met terrible toys that have come to life and become dangerous. Your task in Talking Tom is to find the differences within the allotted time. A game that is fun and educational because it will help you improve your observation and concentration skills. You have 20 levels, each level with 7 differences with a set time to complete it.', 'https://img.gamemonetize.com/efi93s108325u4dlsgo41en2gstxe2co/512x384.jpg', 'https://html5.gamemonetize.com/efi93s108325u4dlsgo41en2gstxe2co/', '0', 'Puzzles', 0, 0, '', 'talking-tom-differences'), (6074, 'Lonely Forest Escape 3', 'Lonely Forest Escape 3 is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a forest, there you got trapped inside the forest Here is the interesting puzzles and hidden objects to find and get escape from the forest. Good luck… Have fun!', 'https://img.gamemonetize.com/gzxq03lgor5tssinbjsimfwg42ld0zix/512x384.jpg', 'https://html5.gamemonetize.com/gzxq03lgor5tssinbjsimfwg42ld0zix/', '0', 'Puzzles', 0, 0, '', 'lonely-forest-escape-'), (6075, 'Rescue The Tied Man', 'Rescue The Tied Man is a point and click escape game developed by 8BGames/Games2Mad. Imagine that you went to a place. There you found a Tied Man in a ship. Find some hidden object to solve some interesting clues to rescue the Tied Man. Good luck…Have fun!', 'https://img.gamemonetize.com/8800duautm8nchjfninvosiqq1zv6u3o/512x384.jpg', 'https://html5.gamemonetize.com/8800duautm8nchjfninvosiqq1zv6u3o/', '0', 'Puzzles', 0, 0, '', 'rescue-the-tied-man'), (6076, 'Rescue The Pigeon 2', 'Rescue The Pigeon 2 is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a forest there you found Pigeon got trapped inside the cage. Here are the interesting puzzles and hidden objects to rescue the Pigeon. Good luck… Have fun!', 'https://img.gamemonetize.com/kyikkrvzru620ddcs2injh4qpkbihul3/512x384.jpg', 'https://html5.gamemonetize.com/kyikkrvzru620ddcs2injh4qpkbihul3/', '0', 'Puzzles', 0, 0, '', 'rescue-the-pigeon-'), (6077, 'Rescue The Hen 2', 'Rescue The Hen 2 is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a forest there you found a hen got trapped inside the cage by the hunter. Here is the interesting puzzles and hidden objects to find and rescue the hen. Good luck.. Have fun!', 'https://img.gamemonetize.com/ms61q4qcdl0vgjxxfsv5rgf0v4yel0y5/512x384.jpg', 'https://html5.gamemonetize.com/ms61q4qcdl0vgjxxfsv5rgf0v4yel0y5/', '0', 'Puzzles', 0, 0, '', 'rescue-the-hen-'), (6078, 'Corn Farm Escape', 'Corn Farm Escape is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a Farm; there you got trapped inside the Farm. Here are the interesting puzzles and hidden objects to find and get escape from the Farm. Good luck... Have fun!', 'https://img.gamemonetize.com/nwwp4gv7vws9zxkn45z2szv4sd29mvgg/512x384.jpg', 'https://html5.gamemonetize.com/nwwp4gv7vws9zxkn45z2szv4sd29mvgg/', '0', 'Puzzles', 0, 0, '', 'corn-farm-escape'), (6079, 'Rescue The Hungry Camel', 'Rescue The Hungry Camel is a point and click escape game developed by 8BGames/Games2Mad. Imagine that you went to a place. There you found a camel starving. Find some hidden object to solve some interesting clues to rescue the hungry camel. Good luck…Have fun!', 'https://img.gamemonetize.com/omfw63z5kdvvi4yp84dubq2krmvmvfsm/512x384.jpg', 'https://html5.gamemonetize.com/omfw63z5kdvvi4yp84dubq2krmvmvfsm/', '0', 'Puzzles', 0, 0, '', 'rescue-the-hungry-camel'), (6080, 'Subway Surfers Venice', 'Ready for a new adventure in Subway Surfers Venice? Get down into the subway and don\'t let the grumpy inspector grab you. Good luck!', 'https://img.gamemonetize.com/2xs0puvwo9q13pozfdjsk4kttiuxum4h/512x384.jpg', 'https://html5.gamemonetize.com/2xs0puvwo9q13pozfdjsk4kttiuxum4h/', '0', 'Adventure', 0, 0, '', 'subway-surfers-venice'), (6081, 'Traffic Car Run 2D Car games', 'Fasten your seat belt for an exciting drive with this 2D car game. Traffic Car Run 2D: Heavy traffic game has many environments like desert, city, highway and grassy land. This is an amazing and entertaining endless traffic car game. Get a racing experience through the top traffic game by this free offline game.', 'https://img.gamemonetize.com/bd7kwzy2cot0569i3ueoe1n5hyi03s01/512x384.jpg', 'https://html5.gamemonetize.com/bd7kwzy2cot0569i3ueoe1n5hyi03s01/', '0', 'Racing', 0, 0, '', 'traffic-car-run-d--car-games'), (6082, 'Assassin Hunter Stealth Hitman', 'Track down your enemies one at a time with your assassin. Use your environment to stay hidden. Throw knives at your enemies. Collect orbs to unlock portals that will help you in your assassination attempts, teleporting from one side of the map to the other.', 'https://img.gamemonetize.com/x57ybfahud6q65n4jeebrtigyqeqzeg1/512x384.jpg', 'https://html5.gamemonetize.com/x57ybfahud6q65n4jeebrtigyqeqzeg1/', '0', 'Action', 0, 0, '', 'assassin-hunter-stealth-hitman'), (6083, 'Zumba 2022', 'Zumba 2022 is a type of marble shooting game, where you have to shoot marble rows of colored marble to eliminate them. The balls or marbles will come into the marble and you must aim your marble shooter carefully to create three matching marbles of the same colors.', 'https://img.gamemonetize.com/8a663txnikejn50j7375rg2jebhjw3vx/512x384.jpg', 'https://html5.gamemonetize.com/8a663txnikejn50j7375rg2jebhjw3vx/', '0', 'Hypercasual', 0, 0, '', 'zumba-'), (6084, 'Rope Dude', 'Rope Dude is a game in which you need try to destroy the mannequin dude with various means, such as lasers, arrows, spinning spiked discs, and more, by cutting the ropes he is tied to in the right way.', 'https://img.gamemonetize.com/846ud4s2neuoy548ssltfu5d9p1aurza/512x384.jpg', 'https://html5.gamemonetize.com/846ud4s2neuoy548ssltfu5d9p1aurza/', '0', 'Arcade', 0, 0, '', 'rope-dude'), (6085, 'Head Soccer Star League', 'Head soccer star league - funny football game will bring joy and laughter to you. If you are tired of work, play this head soccer game, it will help you relieve stress.', 'https://img.gamemonetize.com/dwlxrt6qwqzk5wll91wlpbm0t5ljyzbd/512x384.jpg', 'https://html5.gamemonetize.com/dwlxrt6qwqzk5wll91wlpbm0t5ljyzbd/', '0', 'Sports', 0, 0, '', 'head-soccer--star-league'), (6086, 'Hppppppppppppppppp', 'If you are tired of work, play this head soccer game, it will help you relieve stress.', 'https://img.gamemonetize.com/4zcrfm3xwqcfn9ra25owqbj1lpcwjrpc/512x384.jpg', 'https://html5.gamemonetize.com/4zcrfm3xwqcfn9ra25owqbj1lpcwjrpc/', '0', 'Sports', 0, 0, '', 'hppppppppppppppppp'), (6087, 'Friday Night Funkin Battle', 'Friday Night Funkin Battle is a free online skill and hidden object game. Find out the hidden music notes in the specified images. Each level has 10 hidden music notes. There are 8 levels in total. The time is limited so be fast and find all hidden music notes before time runs out. Clicking in the wrong place several times reduces the time by an additional 5 seconds. So, if you are ready start the game and have fun!', 'https://img.gamemonetize.com/pam6k51u0nf6emhrqjdxibdfegyariev/512x384.jpg', 'https://html5.gamemonetize.com/pam6k51u0nf6emhrqjdxibdfegyariev/', '0', 'Puzzles', 0, 0, '', 'friday-night-funkin-battle'), (6088, 'Stick Duel The War', 'Stick Duel series continues with The War episode. Brand new physics, weapons and levels are ready in the new game. Whether you play against the CPU or against your friend, the goal is to win the game by taking 5 rounds. Play by considering the advantages and disadvantages of weapons and the designs of 20 different maps. Stay away from fire pools and traps!', 'https://img.gamemonetize.com/m1rme0e7z361bte5hid3bf2mnlodqfwa/512x384.jpg', 'https://html5.gamemonetize.com/m1rme0e7z361bte5hid3bf2mnlodqfwa/', '0', 'Fighting', 0, 0, '', 'stick-duel-the-war'), (6089, 'Square Sort', 'Square Sort is a new type of square game. You need to drag the screen to make the blocks of the same color merge with their corresponding edges and then eliminate the blocks. When all the blocks disappear, it means you have passed the level. Be careful to complete the game within a limited number of steps, come and challenge!', 'https://img.gamemonetize.com/5jlln4fscyay6nb90weqp453fyairtv7/512x384.jpg', 'https://html5.gamemonetize.com/5jlln4fscyay6nb90weqp453fyairtv7/', '0', 'Puzzles', 0, 0, '', 'square-sort'), (6090, 'Draw Fighter 3D Game', 'Draw Fighter 3d is an interesting drawing game. You can draw a powerful fighter through your imagination, draw the corresponding parts according to the enemy\'s equipment, and use various powerful parts to defeat the enemy and complete the level. The scenes are rich in content and the gameplay is exciting and interesting. Come and experience it.', 'https://img.gamemonetize.com/d1zirlqjyvameacinzvrefdn5nfik5dc/512x384.jpg', 'https://html5.gamemonetize.com/d1zirlqjyvameacinzvrefdn5nfik5dc/', '0', 'Boys', 0, 0, '', 'draw-fighter-d-game'), (6091, 'Sailor Girl Battle Outfit', 'Every girl likes Sailor Style! Especially when they are wearing sailor suits. Here are five fashion, Sofia, Zoe, Adella, Jade, Bella, they like Sailor suit most. They happen to be going to the masquerade party. Please help these girls to dress up like Sailor Girls! Have fun during the dress-up time!', 'https://img.gamemonetize.com/21q9uwfcaay3co8u00t7xb3fqt8zy4nk/512x384.jpg', 'https://html5.gamemonetize.com/21q9uwfcaay3co8u00t7xb3fqt8zy4nk/', '0', 'Girls', 0, 0, '', 'sailor-girl-battle-outfit'), (6092, 'Ice Girl Rescue', 'Welcome to the Ice Girl Rescue. In this game, you have to kill all fireballs to rescue Ice girl. But it\'s not easy you can throw the Fire Boy to kill fireballs be careful with the button door and laser. The laser can kill you and you only have 3 life. . The Ice Girl Rescue contains 30 challenging levels. play and have fun.', 'https://img.gamemonetize.com/b4uj2qn0cacsx6vlcsmfnttfkstlm3uc/512x384.jpg', 'https://html5.gamemonetize.com/b4uj2qn0cacsx6vlcsmfnttfkstlm3uc/', '0', 'Puzzles', 0, 0, '', 'ice-girl-rescue'), (6093, 'Best Halloween Recipes', 'Happy Halloween! Let\'s celebrate this Halloween with delicious Halloween dishes on your table. Come and join us for the Halloween recipes like Pumpkin soup. Scary biscuits, Chocolate finger chips preparation for Halloween Table. Let\'s celebrate halloween together at 7sgames.com', 'https://img.gamemonetize.com/vq8r7ws3aowhrq8ooyoiusivk8fiaeml/512x384.jpg', 'https://html5.gamemonetize.com/vq8r7ws3aowhrq8ooyoiusivk8fiaeml/', '0', 'Girls', 0, 0, '', 'best-halloween-recipes'), (6094, 'Make Halloween Dessert Plate', 'Happy Halloween! This Halloween is so special for our besties Mia and Ava. So they like to prepare the Halloween dessert plate, help them to make the Spider chocolate cookie, Hunting hat and Poison apples. Let\'s Enjoy Halloween\'s games happily at 7sgames.com', 'https://img.gamemonetize.com/uo1apx1tkconhwcla2rhcjhwpar1eo34/512x384.jpg', 'https://html5.gamemonetize.com/uo1apx1tkconhwcla2rhcjhwpar1eo34/', '0', 'Girls', 0, 0, '', 'make-halloween-dessert-plate'), (6095, 'Bezo Alien 2', 'Bezo Alien 2 is a 2D Sci-Fi themed platformer where you have to collect blue cubes while avoiding the enemy aliens, flying UFOs, saws, spikes, and reach the Exit loop hole in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Bezo Alien" series.', 'https://img.gamemonetize.com/rhvwti06ec94ogy5yr6unchpy2sv2fyn/512x384.jpg', 'https://html5.gamemonetize.com/rhvwti06ec94ogy5yr6unchpy2sv2fyn/', '0', 'Arcade', 0, 0, '', 'bezo-alien-'), (6096, 'Get My Outfit', 'Welcome to the Get My Outfit. In this game, you have to unplug the pin to get the outfit. But it\'s not easy and you will face lots of tricky puzzles and enemies. Get My Outfit game contains 60 challenging levels. play and have fun.', 'https://img.gamemonetize.com/17un5kbtl06tqnflkieg0nl1rrlsz8wh/512x384.jpg', 'https://html5.gamemonetize.com/17un5kbtl06tqnflkieg0nl1rrlsz8wh/', '0', 'Puzzles', 0, 0, '', 'get-my-outfit'), (6097, ' Moto Racing 登山摩托赛车', 'Play the most addictive physics-based car & bike racing game. Play the best free time killer racing game! Great fit for players who love games like racing games , driving games.', 'https://img.gamemonetize.com/ucoxjpdv5rhpr45asolipgpk0839n32g/512x384.jpg', 'https://html5.gamemonetize.com/ucoxjpdv5rhpr45asolipgpk0839n32g/', '0', 'Boys', 0, 0, '', '-moto-racing-'), (6098, 'Talking Tom Match Up', 'Welcome to this amazing Cards memory game! Look carefully and remember cards! Tap to flip two identical cards to eliminate them! Keep playing till you clear all the board. Have fun!', 'https://img.gamemonetize.com/fubvhyujtohvv0gay0r4nbaee89ww4dq/512x384.jpg', 'https://html5.gamemonetize.com/fubvhyujtohvv0gay0r4nbaee89ww4dq/', '0', 'Puzzles', 0, 0, '', 'talking-tom-match-up'), (6099, 'Pole vault 3d', 'Pole Vault Jump 3D is an exciting sport. Athletes will hold a pole run to the obstacle, use the pole to jump over it.', 'https://img.gamemonetize.com/zpq4ap5tu3ovkdfarqxvnllupxisoe64/512x384.jpg', 'https://html5.gamemonetize.com/zpq4ap5tu3ovkdfarqxvnllupxisoe64/', '0', 'Arcade', 0, 0, '', 'pole-vault-d'), (6100, 'Haunted Halloween Hidden Object', 'Classic hidden object game with Halloween theme. Find objects listed on the left side of the screen. Complete each level.', 'https://img.gamemonetize.com/uyiepycnrmz89vlo18kljnrxajtj9yxq/512x384.jpg', 'https://html5.gamemonetize.com/uyiepycnrmz89vlo18kljnrxajtj9yxq/', '0', 'Puzzles', 0, 0, '', 'haunted-halloween-hidden-object'), (6101, 'Clear The Lot', 'Clear The Lot is a game that will test your outsourcing skills. There will be a garage with several vehicles parked in each level. You need to seize the opportunity to control all the vehicles on the road safely, and be careful not to collide with the vehicles driving on the road. Come and experience this fun game!', 'https://img.gamemonetize.com/y2ap6cotx8fsk4k2pcsk26tuyo67xo7p/512x384.jpg', 'https://html5.gamemonetize.com/y2ap6cotx8fsk4k2pcsk26tuyo67xo7p/', '0', 'Puzzles', 0, 0, '', 'clear-the-lot'), (6102, 'Balls Lover Puzzle', 'It\'s time to use your brain and find a way to bump the balls of cat! The rule\'s easy, just draw lines or shapes to bump the balls, you will need your wisdom and imagination. You\'ll surely love this game once you get how it works!', 'https://img.gamemonetize.com/6v2j78yoxazt6twlz25g644zwvv8utyl/512x384.jpg', 'https://html5.gamemonetize.com/6v2j78yoxazt6twlz25g644zwvv8utyl/', '0', 'Puzzles', 0, 0, '', 'balls-lover-puzzle'), (6103, 'Word Searching', 'Take your mind on an exotic journey with the most exciting, on word searching game! In this word search game, Search for words by swiping up, down, left, right, or diagonally in infinite word search games. Test your brain and find all words quickly', 'https://img.gamemonetize.com/vgny2ncg1y7zp57n8w0oy2uvg77zeu2p/512x384.jpg', 'https://html5.gamemonetize.com/vgny2ncg1y7zp57n8w0oy2uvg77zeu2p/', '0', 'Puzzles', 0, 0, '', 'word-searching'), (6104, 'Bus 3D Parking', 'One of the most realistic Bus Driving game and Bus Simulator. If you like Bus Games, you should definitely try this game. In this legendary Bus Game, you will drive and park different buses.', 'https://img.gamemonetize.com/7zs7jh2lze7gumg11irmmsc5lavx5fso/512x384.jpg', 'https://html5.gamemonetize.com/7zs7jh2lze7gumg11irmmsc5lavx5fso/', '0', 'Arcade', 0, 0, '', 'bus-d-parking'), (6105, 'Carnival Balloon Shoot Challenge', 'Everyone is invited to this carnival, especially for children will be a great fun. Click now and enjoy your favorite balloon blasting game! Do you love air balloons shooting games with assault rifles and guns? Balloon shooting game will lets you experience the balloon shooting in different way.', 'https://img.gamemonetize.com/uqi4lvfaiwdb5xrqz4qlyev1g4oai8w9/512x384.jpg', 'https://html5.gamemonetize.com/uqi4lvfaiwdb5xrqz4qlyev1g4oai8w9/', '0', 'Shooting', 0, 0, '', 'carnival-balloon-shoot-challenge'), (6106, 'Mr.John Wick', 'Hey there, Bullet John Wick. Use your gun to perfect your lethal accuracy and shoot at as many bad guys as possible. Challenging obstacles make it extra tricky to reach your targets, so aim before you squeeze the gun trigger and shoot away. Before you put your finger on the trigger and shoot, you gotta think like a sniper: how many enemies can you down in one shot?', 'https://img.gamemonetize.com/lqzefxa1ezghvsyey9u2a4iqiylx05ea/512x384.jpg', 'https://html5.gamemonetize.com/lqzefxa1ezghvsyey9u2a4iqiylx05ea/', '0', 'Action', 0, 0, '', 'mrjohn-wick'), (6107, 'GX Racing', 'GX Racing is a new motorcycle racing game enjoyed by hundreds of thousands of players around the world. Unlock 20 amazing motorcycles, choose your character and enjoy an infinite number of customizations! Compete against your opponents in over 100 races from New York to Tokyo.', 'https://img.gamemonetize.com/r9iwm9veqk3oxrmunl4c8p3vzyfs18y6/512x384.jpg', 'https://html5.gamemonetize.com/r9iwm9veqk3oxrmunl4c8p3vzyfs18y6/', '0', 'Sports', 0, 0, '', 'gx-racing'), (6108, '3p', 'Do you love to play US police bus parking games? Get the new edition of police bus driving games to enjoy driving one of the best police games. Learn the modern parking rules of police bus games to play as police bus driver in this bus parking simulator.', 'https://img.gamemonetize.com/dnezvlvs0io9ts3nf9y902tk3acfph72/512x384.jpg', 'https://html5.gamemonetize.com/dnezvlvs0io9ts3nf9y902tk3acfph72/', '0', 'Arcade', 0, 0, '', 'p'), (6109, 'Crazy Taxi Driving Taxi Games', 'This car parking new car game has all the details you are required to become a modern car parking master driver. You can learn driving license by drive the extrema car driving simulator parking king master', 'https://img.gamemonetize.com/t7x6xzju5oxu6jppyvgyrdkbw0hgnzg0/512x384.jpg', 'https://html5.gamemonetize.com/t7x6xzju5oxu6jppyvgyrdkbw0hgnzg0/', '0', 'Arcade', 0, 0, '', 'crazy-taxi-driving-taxi-games'), (6110, 'Super Meat Dash', 'Meet Super Meat! With the character consisting of a piece of meat, move forward on the 2D platform without getting stuck in traps. Experience crazy adventures! Jump over the cubes, be careful of electrical wires and toxic substances! Have fun!', 'https://img.gamemonetize.com/qyvgsqqlzygxfttpf17v7pjyv6n3ml9b/512x384.jpg', 'https://html5.gamemonetize.com/qyvgsqqlzygxfttpf17v7pjyv6n3ml9b/', '0', 'Clicker', 0, 0, '', 'super-meat-dash'), (6111, 'Girls Halloween Food Cooking', 'Today is Halloween. Zoe and Sofia want to have a unique dinner, can you help them? Let\'s help them cook the novel and delicious Halloween food. This is not an easy job, please help these two girls prepare it together! Happy Halloween!', 'https://img.gamemonetize.com/ozi4jpzacep82iahjaqqufxxweol8vc3/512x384.jpg', 'https://html5.gamemonetize.com/ozi4jpzacep82iahjaqqufxxweol8vc3/', '0', 'Girls', 0, 0, '', 'girls-halloween-food-cooking'), (6112, 'Sweet Baby Mermaid Life', 'Dive into the magical underwater world and learn about the secret life of cute and friendly mermaids and a merboy! Explore the ocean and play fun games with adorable dolphins, exotic fish, crabs and other sea creatures! Dress up, style, make food and clean the ocean from nasty rubbish!', 'https://img.gamemonetize.com/o9ddtompp061mn5fiec6j0gbpszkvnar/512x384.jpg', 'https://html5.gamemonetize.com/o9ddtompp061mn5fiec6j0gbpszkvnar/', '0', 'Girls', 0, 0, '', 'sweet-baby-mermaid-life'), (6113, 'Geometri Tag Wars', 'hey are you ready to play games with your friend? Whoever has the flag loses in the flag war, give the flag to your friend before the time runs out and be the winner of this game! win the match and collect the playful emeralds and buy yourself different costumes.', 'https://img.gamemonetize.com/t8muxt09wlw2v6aybua853qb02k9m4rb/512x384.jpg', 'https://html5.gamemonetize.com/t8muxt09wlw2v6aybua853qb02k9m4rb/', '0', 'Adventure', 0, 0, '', 'geometri-tag-wars'), (6114, 'Zuma Blast WebGL 2022', 'Are you prepared to begin a fun marble-shooting challenge? Marbles game that guides you through the Zumba marble jungle with calming visuals and amiable characters. You\'ll never run out of fun with more than 2000 levels and never-ending bubble shooter material! Join our turtle Woka and his pals on their fantastical Zumba beach, have fun with a ball launching game and master the marble maze.', 'https://img.gamemonetize.com/2tfacgp4r00ywzpdojl7cfxpiy16orhk/512x384.jpg', 'https://html5.gamemonetize.com/2tfacgp4r00ywzpdojl7cfxpiy16orhk/', '0', 'Puzzles', 0, 0, '', 'zuma-blast-webgl-'), (6115, 'Alien Insects Shooter 2022', 'A famous science fiction defense game is called Alien Defender Bugs. Your spaceship has crashed on an extraterrestrial bug-filled planet in this game. Get out of here by traveling to the desert base from the desert. Continue to protect each area! Numerous alien bugs will attempt to undermine your protection. Shoot everyone to stay alive!', 'https://img.gamemonetize.com/duul1fsx5243v6fq9cwd6obyvaheeed1/512x384.jpg', 'https://html5.gamemonetize.com/duul1fsx5243v6fq9cwd6obyvaheeed1/', '0', 'Shooting', 0, 0, '', 'alien-insects-shooter-'), (6116, 'PokeWorld Find Pairs', 'Do you like Memory Cards Games? Well this game is for you and it cames with pokemon characters. Take a quick look on cards before they flip and let\'s find 2 identical pairs. Explore tons of challenging levels and train your brain and memory by completing all levels. Enjoy', 'https://img.gamemonetize.com/b8ktauhmyaost6y7sz3k8x6tamto28tk/512x384.jpg', 'https://html5.gamemonetize.com/b8ktauhmyaost6y7sz3k8x6tamto28tk/', '0', 'Puzzles', 0, 0, '', 'pokeworld-find-pairs'), (6117, 'Save The Ball Online', 'Save The Ball Online is a popular game recently. The game play is simple. Just rotate the rings to make the ball can fall down smoothly. If your route has been set up, but the ball has not fallen, remember to adjust. Try it!', 'https://img.gamemonetize.com/nxzniyjtvzqmy047eqhdqzud7x5pqwix/512x384.jpg', 'https://html5.gamemonetize.com/nxzniyjtvzqmy047eqhdqzud7x5pqwix/', '0', 'Puzzles', 0, 0, '', 'save-the-ball-online'), (6118, 'Gun Head Run', 'Gun Head Run is a new popular running game that suitable for all ages. Just slide to control the gun to run. Enhance your gun\'s shooting power by going through the positive number of doors as much as possible. Always remember to shoot the stage to get the coins and guns to finish the level faster! Come and play now!', 'https://img.gamemonetize.com/jw6aze18wicnvbszwj06c69ple0pq449/512x384.jpg', 'https://html5.gamemonetize.com/jw6aze18wicnvbszwj06c69ple0pq449/', '0', 'Puzzles', 0, 0, '', 'gun-head-run'), (6119, 'My Mini Mart', 'There has a chance that you can run your own Mini Mart, do you like to do? Your task is to grow and pick vegetables, raise animals for food, and then sell or process the fruits and vegetables you get to make money! In sustained development, your supermarket will become more and more prosperous!', 'https://img.gamemonetize.com/audpxd0531ko7gfk94eeiw4yl7w1qi80/512x384.jpg', 'https://html5.gamemonetize.com/audpxd0531ko7gfk94eeiw4yl7w1qi80/', '0', 'Puzzles', 0, 0, '', 'my-mini-mart'), (6120, 'Open Restaurant Simulator', 'Open Restaurant is a game where you have to run a restaurant and bring your management skills to every diner! Survive the daily target to get high score.', 'https://img.gamemonetize.com/yhzo0lrt6x8jk9kru67h321qfo0o8202/512x384.jpg', 'https://html5.gamemonetize.com/yhzo0lrt6x8jk9kru67h321qfo0o8202/', '0', 'Cooking', 0, 0, '', 'open-restaurant-simulator'), (6121, 'Naruto Runner Game', 'Naruto Runner Game Adventure is a fun arcade obstacle course in which you will assist Naruto in navigating the North Pole\'s perilous roadways. To sabotage Christmas, the villains have taken the presents, which Naruto now has to restore. To begin playing, simply click on the screen. Naruto takes off on his own. Collect additional gold rings and presents by jumping across the platforms. Spikes are used to jumping over the boxes. Grasp a snowflake with a heart: it will refresh your life. Ultra speed is granted by the red bonus snowflake. While jogging in this game, try to acquire all of the valuable bonuses you come across along the route. All of the risky impediments must be avoided. Start playing the game right now and have a lot of fun, our dear friends. We promise that you will like playing with Naruto - the favorite hero of many. The game will assist you in having a good time in your spare time!', 'https://img.gamemonetize.com/2hlsevtjvlsiujc6hyy944cvxm90mig2/512x384.jpg', 'https://html5.gamemonetize.com/2hlsevtjvlsiujc6hyy944cvxm90mig2/', '0', 'Boys', 0, 0, '', 'naruto-runner-game'), (6122, 'Real Flight Simulator 3D', 'Real Flight Simulator 3D is an awesome flight simulator game that will show you how to fly a plane like a pilot! This realistic airplane pilot simulator teaches you how to pilot your aircraft safely from the ground into the sky and land back on the ground. Put yourself in the pilot\'s seat and play this amazing flying simulator game. Drive a plane and fly in the sky in a plane simulator. This game allows you to satisfy your passion by flying, just like a real plane. Enjoy this free flight simulator game and feel like a real pilot. The game has many interesting modes and levels, let\'s start with the airplane simulator game.', 'https://img.gamemonetize.com/wsrk235rokmvcr2nqwhrzwmtyqyry3fu/512x384.jpg', 'https://html5.gamemonetize.com/wsrk235rokmvcr2nqwhrzwmtyqyry3fu/', '0', 'Boys', 0, 0, '', 'real-flight-simulator-d'), (6123, 'Bus Parking Driving Simulator Game', 'A special driving license is always required for bus drivers. In the process of parking the bus, it is not simple to park the bus in a narrow parking space without any collision. Bus Parking is a game related to the training parking level. If you want to be an excellent bus driver, don\'t miss this game. In the game, you need to park the bus in a designated area according to the instructions. Compare the routes of the previous levels simply, but getting harder and harder later, are you ready?', 'https://img.gamemonetize.com/rtscnoqny31csd0b3agpobft2aosyz7t/512x384.jpg', 'https://html5.gamemonetize.com/rtscnoqny31csd0b3agpobft2aosyz7t/', '0', 'Boys', 0, 0, '', 'bus-parking--driving-simulator-game'), (6124, 'BW Pumpkin', 'Black And White Pumpkin is an endless jumping game that will both frustrate and entertain you. This is an arcade-style game similar to other jumping games like the classic. Jump on the obstacles and boost your reflexes to achieve high scores. Enjoy it!', 'https://img.gamemonetize.com/obs0wegzlpx2h6b372dl9t7qdamqbdek/512x384.jpg', 'https://html5.gamemonetize.com/obs0wegzlpx2h6b372dl9t7qdamqbdek/', '0', 'Hypercasual', 0, 0, '', 'bw-pumpkin'), (6125, 'Fun House Escape', 'Fun House Escape is a point and click game developed by 8B Games/Games2Mad. Imagine that you went to a Fun house. You got trapped inside the house. Here are the interesting puzzles and hidden objects to get escape from the house. Good Luck…. Have Fun!!!', 'https://img.gamemonetize.com/pwiro8vsp6oa89itn1wkejtpqur62kk5/512x384.jpg', 'https://html5.gamemonetize.com/pwiro8vsp6oa89itn1wkejtpqur62kk5/', '0', 'Puzzles', 0, 0, '', 'fun-house-escape'), (6126, 'JUMPER THE TOWER DESTROYER', 'Jumper - The Tower Destroyer is a simple game designed based on one concept, swing the cube to destroy the towers! You can only do this though if you land on the top... of the small towers... it\'s really hard! Your job is simple, swing the cube and try to land on each tower. One fall and you start completely over from the beginning!', 'https://img.gamemonetize.com/t1tntjgegorin2hyr9pcwlsgx7uoq5tz/512x384.jpg', 'https://html5.gamemonetize.com/t1tntjgegorin2hyr9pcwlsgx7uoq5tz/', '0', 'Boys', 0, 0, '', 'jumper--the-tower-destroyer'), (6127, '3D TOUCH Game', 'This is a logic game where you have to tap the cubes generating possible paths. You can\'t go back, your goal is for everyone to be selected. There are 100 levels with gradual difficulty. You will be able to collect coins and buy new skins to customize your gameplay.', 'https://img.gamemonetize.com/pq476kl9recyhgtjc5jbfkxptb46kjhz/512x384.jpg', 'https://html5.gamemonetize.com/pq476kl9recyhgtjc5jbfkxptb46kjhz/', '0', 'Arcade', 0, 0, '', 'd-touch-game'), (6128, 'Steve and Alex Ender World', 'Welcome to the adventure of alex and steven. You must be very careful. There are obstacles everywhere, there are enemies everywhere. Cross the obstacles, kill the enemies. Take the diamond sword to kill the enemies and hunt all the enemies immediately. Open the country road by digging the walls.', 'https://img.gamemonetize.com/f1n47adtrfl36xx11pv2n3z9zle8275j/512x384.jpg', 'https://html5.gamemonetize.com/f1n47adtrfl36xx11pv2n3z9zle8275j/', '0', 'Adventure', 0, 0, '', 'steve-and-alex-ender-world'), (6129, 'Jump Into Wow Christmas', 'Less than a month is left before the New Year holidays, and everyone is looking forward to them, as they are waiting for gifts and the magic of flashing garlands, Christmas decorations, Christmas trees and everything else because of which everyone loves this time! We also decided to pamper you with a collection of colorful and funny mini-games with Disney characters!', 'https://img.gamemonetize.com/west5ui6w5bn1vkibut8trb8tpjeuy5c/512x384.jpg', 'https://html5.gamemonetize.com/west5ui6w5bn1vkibut8trb8tpjeuy5c/', '0', 'Adventure', 0, 0, '', 'jump-into-wow-christmas'), (6130, 'Beer Pong Girl', 'Hey there! I\'m Beergal and I want to challenge all those dudes who think they are better than me, so let\'s do it : play to beer pong ! The principle is simple: Each their turn the opponents must throw a ping-pong ball into tumblers full of beer from the opponent. Be the first to succeed in throwing the ball into each tumblers otherwise you risk being ridiculed! Let\'s show them!', 'https://img.gamemonetize.com/ajkt9l1zrdqn4a5pofy6oq211pd409cm/512x384.jpg', 'https://html5.gamemonetize.com/ajkt9l1zrdqn4a5pofy6oq211pd409cm/', '0', 'Arcade', 0, 0, '', 'beer-pong-girl'), (6131, 'Angry Boss Torture', 'Explode, destroy, fire, shoot, smash, freeze, toss, send the power of the Gods and don\'t even think about stopping. You now have a virtually limitless arsenal to beat: rockets, grenades, automatic rifles, and even a nuclear bomb!', 'https://img.gamemonetize.com/sfne2ipssqwb5ylubff37i5rcdgriw76/512x384.jpg', 'https://html5.gamemonetize.com/sfne2ipssqwb5ylubff37i5rcdgriw76/', '0', 'Shooting', 0, 0, '', 'angry-boss-torture'), (6132, 'Rainbow Friends Puzzle', 'In Puzzle Rainbow Friends Introduces a funny, escape, an addictive adventure of Rainbow Friends, Save from the enemy Rainbow Friends and run, jump, roll, fight, collect coins and use all the amazing power-ups to level up. obby game Rainbow Friends brings a 3D excitement to the escape Games, If you believe you have hero running skills and forces, now it\'s time to prove it! Rainbow Obby Friends Mod - this mod will teach you how to Rainbow Obby Friends Escape carefully. You got caught by the Rainbow Obby Friends. So being a secret agent of Rainbow Obby Friends throughout the Rainbow Obby Friends Escape mission. Have you ever experienced Rainbow Obby Friends Escape? If not then try these Rainbow Obby Friends Escape. After installing the Rainbow Obby Friends Mod map for Rainbow Obby Friends, you will spawn in the Rainbow Obby Friends itself, your task is to find the keys to the doors and Rainbow Obby Friends Escape. Will you be able to Rainbow Obby Friends Run through the posts unnoticed and Rainbow Obby Friends Escape? It\'s cops vs robber battle. After getting the gun, you are ready to Rainbow Obby Friends Run and escape yourself. You are on a mission to kill him and disguise him as a guard. Oh! You got caught by the police guards. I\'ll give you some advice. Here, use criminal strategies in this Rainbow Obby Friends Mod. Rainbow Obby Friends Mod is full of exciting missions. With this Rainbow Obby Friends Obby, you will be able to play if you don\'t have any idea how to install it without Rainbow Obby Friends Run because it\'s free to play.', 'https://img.gamemonetize.com/0cyif79up3g8nadmjv8iq6f1do1krknt/512x384.jpg', 'https://html5.gamemonetize.com/0cyif79up3g8nadmjv8iq6f1do1krknt/', '0', 'Puzzles', 0, 0, '', 'rainbow-friends-puzzle'), (6133, 'Bicycle Girl Dressup', 'Bicycle girl Elena went for a weekend trip. Cycling in nature is her favorite hobby. She bought new clothes for the trip. Let\'s dress her up very stylishly.', 'https://img.gamemonetize.com/lmj6dp99mdqgfy2c9ketdccwgvu7cpnc/512x384.jpg', 'https://html5.gamemonetize.com/lmj6dp99mdqgfy2c9ketdccwgvu7cpnc/', '0', 'Girls', 0, 0, '', 'bicycle-girl-dressup'), (6134, 'Funny Foot Doctor', 'Foot Doctor Games to perform various treatments for healing all sorts of wounds and have tons of fun playing emergency room games!', 'https://img.gamemonetize.com/675cb68tlh3bg61d72ng01tj9ee1wb3x/512x384.jpg', 'https://html5.gamemonetize.com/675cb68tlh3bg61d72ng01tj9ee1wb3x/', '0', 'Clicker', 0, 0, '', 'funny-foot-doctor'), (6135, 'Food Venture Master', 'Food Venture Master invites you on a fun commercial adventure. Improve your roadside business with small clicks and turn it into a huge trade network. Go step by step and manage growth well. You can increase the speed of the game from the top right corner. The game is played with only "MOUSE" clicks. Use the coins you earn wisely and your business will grow faster.', 'https://img.gamemonetize.com/nct3li7y66vn7kby1klxuot8fmazlss7/512x384.jpg', 'https://html5.gamemonetize.com/nct3li7y66vn7kby1klxuot8fmazlss7/', '0', 'Hypercasual', 0, 0, '', 'food-venture-master'), (6136, 'Match POP Blocks Puzzle', 'It’s a simple yet challenging free block puzzle you won’t be able to put down. Merge cube blocks on the 9x9 grid, which should be familiar to all sudoku fans, to build lines and squares. Strategically stack sudoku blocks made up of cubes on the board to destroy them and keep the board clean.', 'https://img.gamemonetize.com/bqj8e306rpk3tz68id1v19bhwbud4gjc/512x384.jpg', 'https://html5.gamemonetize.com/bqj8e306rpk3tz68id1v19bhwbud4gjc/', '0', 'Arcade', 0, 0, '', 'match-pop-blocks-puzzle'), (6137, 'Funny Magic War', 'Battle in two dimensions with your friends or different players over the Internet. There are no weapons in this war, only magic.', 'https://img.gamemonetize.com/s02xivfv7zkso7ab5s48a1h17yoh7g3n/512x384.jpg', 'https://html5.gamemonetize.com/s02xivfv7zkso7ab5s48a1h17yoh7g3n/', '0', 'Shooting', 0, 0, '', 'funny-magic-war'), (6138, 'Library Girl Dressup', 'Olivia is a very beautiful and intelligent girl. She loves reading books. She works in the library after school.She wears her most elegant clothes when she goes to the library. Let\'s help her choose some very stylish outfits.', 'https://img.gamemonetize.com/5166ejyyuiodvh3ubr64h5m68bj5unyq/512x384.jpg', 'https://html5.gamemonetize.com/5166ejyyuiodvh3ubr64h5m68bj5unyq/', '0', 'Girls', 0, 0, '', 'library-girl-dressup'), (6139, 'Funny Ear Doctor', 'Fun ear doctor.Remember that it has nothing to do with reality.', 'https://img.gamemonetize.com/57jagty5d4jessb9fp7armx7pvff7x8o/512x384.jpg', 'https://html5.gamemonetize.com/57jagty5d4jessb9fp7armx7pvff7x8o/', '0', 'Clicker', 0, 0, '', 'funny-ear-doctor'), (6140, 'Demolition Derby Car Game', '- Banger Racing - Destruction Derby - Open World Driving - Upgrade & Customize Vehicles - Smash and Bang your way to the lead in this fun and exciting Demolition game inspired by Banger Racing and Destruction Derbies all around the world. • Free Drive mode • Demolition Derbies and Races • Police Chases • 50+ Unique Cars • 3 Worlds • 60+ Racing Tracks and Demolition Arenas • Upgrades and customization for each car • Replays We want to hear from you! Please post a review and let us know any bugs and what feature or car you want us to add to the game next!', 'https://img.gamemonetize.com/e9xyzj0qvdn6oglczd6xvenpdmqwvyll/512x384.jpg', 'https://html5.gamemonetize.com/e9xyzj0qvdn6oglczd6xvenpdmqwvyll/', '0', 'Racing', 0, 0, '', 'demolition-derby-car-game'), (6141, 'Valorant 3D Jigsaw Puzzle', '', 'https://img.gamemonetize.com/ix1vzory9nwuqek8fybe8hkaolv6gcch/512x384.jpg', 'https://html5.gamemonetize.com/ix1vzory9nwuqek8fybe8hkaolv6gcch/', '0', 'Racing', 0, 0, '', 'valorant-d-jigsaw-puzzle'), (6142, 'Adventurous Penguin', 'Overcome obstacles and destroy your enemies', 'https://img.gamemonetize.com/6aloutu4fsex21o3sjqvpqxjn5uvix6b/512x384.jpg', 'https://html5.gamemonetize.com/6aloutu4fsex21o3sjqvpqxjn5uvix6b/', '0', 'Arcade', 0, 0, '', 'adventurous-penguin'), (6143, 'Paint Craft Drawing', 'Drawing & Coloring book', 'https://img.gamemonetize.com/55jtrkmrtvljvkenxw9fjn6rj9ywa0p8/512x384.jpg', 'https://html5.gamemonetize.com/55jtrkmrtvljvkenxw9fjn6rj9ywa0p8/', '0', 'Girls', 0, 0, '', 'paint-craft-drawing'), (6144, 'Speeder Run', 'Speeder Run is an action packed game full of challenge and fun.', 'https://img.gamemonetize.com/h0k9w73i9llk42sxk5k84s4051rkrkos/512x384.jpg', 'https://html5.gamemonetize.com/h0k9w73i9llk42sxk5k84s4051rkrkos/', '0', 'Racing', 0, 0, '', 'speeder-run'), (6145, 'Space Pumpkin', 'You\'re a Mr. Pumpkin and You\'re in to the deep space... avoid all enemyes and try to resist the more you can; try to sign you best record! Enjoy!', 'https://img.gamemonetize.com/gvh2m8b5cntjwbuqp43gel0fqephz42x/512x384.jpg', 'https://html5.gamemonetize.com/gvh2m8b5cntjwbuqp43gel0fqephz42x/', '0', 'Shooting', 0, 0, '', 'space-pumpkin'), (6146, 'Detective Loupe Puzzle', 'Detective Loupe Puzzle is a thinking point-and-click game where you are a detective whose job is to solve various cases. Be a resilient investigator and start investigating crime scenes to find possible clues. Use hints or the magnifying glass to focus on a certain area and spot signs of suspicious activity. Look for clues, interview potential suspects, and pick up evidence to solve different crimes at every level. There are many exciting different cases to solve with unique characters, stories, and events. People need you Mr. Detective. Can you help save innocent lives and shed light on the truth?', 'https://img.gamemonetize.com/s34p43albhpro4we5z8o6zo5vzlhdp5m/512x384.jpg', 'https://html5.gamemonetize.com/s34p43albhpro4we5z8o6zo5vzlhdp5m/', '0', 'Puzzles', 0, 0, '', 'detective-loupe-puzzle'), (6147, 'Steve Alex Spooky 2 Player', 'hey you have to escape from big scary and dangerous ghost in scary halloween. Never stop, the ghost is coming after you, it wants to eat you. Collect all the candies and buy yourself beautiful costumes. Never be defeated to be the best.', 'https://img.gamemonetize.com/23slymzuzscovar6qu8hvlw0l976mak6/512x384.jpg', 'https://html5.gamemonetize.com/23slymzuzscovar6qu8hvlw0l976mak6/', '0', 'Arcade', 0, 0, '', 'steve-alex-spooky---player'), (6148, 'Halloween Pumpkin Jumping', 'Halloween Pumpkin Jumping is a Halloween theme game in which you have to jump between two objects. If the pumpkin jumps too high, it will touch the bats and it will burst. Try to stand up on the platform to earn points. Try not to touch the bats. Enjoy and have fun!', 'https://img.gamemonetize.com/zfwsaq8kdmdxwdtmprm8yvebjs5tkqnb/512x384.jpg', 'https://html5.gamemonetize.com/zfwsaq8kdmdxwdtmprm8yvebjs5tkqnb/', '0', 'Hypercasual', 0, 0, '', 'halloween-pumpkin-jumping'), (6149, 'Winter Fashion Shopping Show', 'Winter is coming! The summer clothes in the mall are being discounted. Our fashion girls intend to take this opportunity to shop spree. Help them choose the nice and fashion dress! Have fun!', 'https://img.gamemonetize.com/d4kyqk8usguitr54jargcso1g0eao4cz/512x384.jpg', 'https://html5.gamemonetize.com/d4kyqk8usguitr54jargcso1g0eao4cz/', '0', 'Girls', 0, 0, '', 'winter-fashion-shopping-show'), (6150, 'Sisters Street Style VS Stage Style', 'Street Style or stage Style? Which style do you prefer? Today our two BFFs want to try the two styles clothes, so let\'s help them wear these two styles clothes and compare which style is better? Welcome you to play the game and try!', 'https://img.gamemonetize.com/sppxr8bmul9diad6iuvb0rtv2lp8o9fc/512x384.jpg', 'https://html5.gamemonetize.com/sppxr8bmul9diad6iuvb0rtv2lp8o9fc/', '0', 'Girls', 0, 0, '', 'sisters-street-style-vs-stage-style'), (6151, 'TRZ Battleship', 'TRZ Battleship is a free strategy and classic online game for boys played on a puzzle game. Each player takes turns trying and hitting each other\'s battleships. You must guess the positions of all enemy ships. If you hit all parts of a ship then it will become visible to you. Do it before the opponent annihilates all of yours! Mobile, Tablet, and Desktop are playable. Enjoy TRZ Battleship!', 'https://img.gamemonetize.com/4oenqdctq1nwzlf5bbvgipfmi57ozhid/512x384.jpg', 'https://html5.gamemonetize.com/4oenqdctq1nwzlf5bbvgipfmi57ozhid/', '0', 'Boys', 0, 0, '', 'trz-battleship'), (6152, 'Magic Cube Demolition', 'Tap the blocks to make them fly away and clear the screen. But the blocks will only fly in one direction, so you’ve got to approach this brain teaser carefully! Slide your finger around the screen to rotate the shape and attack the blocks from every angle! As you progress, the blocks form bigger and bigger shapes, and the blocks themselves change form, so you’ll need to get your thinking hat on to solve the puzzles in this 3D puzzle game. And that’s not it! There are skins and themes you can unlock as you get further, as well as challenges to keep you on your toes. In this fun and colorful game, you challenge your logic, critical thinking, and precision. Do you have what it takes?', 'https://img.gamemonetize.com/6w4goh8y9slqlc4kepc1c7dknhgdrsbb/512x384.jpg', 'https://html5.gamemonetize.com/6w4goh8y9slqlc4kepc1c7dknhgdrsbb/', '0', 'Puzzles', 0, 0, '', 'magic-cube-demolition'), (6153, 'Girls Colour Match and Dress up', 'Let\'s join this game and enjoy matching the colors and dresses. If you choose the one of the girls and select your favourite colour for that girl and match the dresses according to that color. While you selecting the right color the speed meter will increase otherwise decrease. So that if you choose the wrong color dresss, you can\'t complete the game. Enjoy the dress up game at 7sgames.com', 'https://img.gamemonetize.com/fatxe47yavn7f3kwguote4lkra4s1yy5/512x384.jpg', 'https://html5.gamemonetize.com/fatxe47yavn7f3kwguote4lkra4s1yy5/', '0', 'Girls', 0, 0, '', 'girls-colour-match-and-dress-up'), (6154, 'Helix Bounce', 'Helix Bounce is an Amazing Arcade game! Use your finger or hold the mouse click to rotate the stacks and make a way for the ball. Be careful and do not touch the red stacks! Try to unlock all levels and enjoy', 'https://img.gamemonetize.com/5f2ayppvfxrkrsn28h3xvfpzrfjlwslu/512x384.jpg', 'https://html5.gamemonetize.com/5f2ayppvfxrkrsn28h3xvfpzrfjlwslu/', '0', 'Hypercasual', 0, 0, '', 'helix-bounce'), (6155, 'Tom Hidden Stars', 'Tom Hidden Stars is a game where you have to find hidden stars in the game in a given period of time. Find all hidden stars before the time expires.', 'https://img.gamemonetize.com/pi1u7oxf2lnh8ho2wm7i9e02t2lvia4e/512x384.jpg', 'https://html5.gamemonetize.com/pi1u7oxf2lnh8ho2wm7i9e02t2lvia4e/', '0', 'Puzzles', 0, 0, '', 'tom-hidden-stars'), (6156, 'Halloween Bats', 'This Halloween, try your hand at this spooky online matching game! In Halloween Bats, you\'ll need to match up the bats as quickly as possible. The faster you are, the higher your score will be. See if you can get a high score and beat your friends! Looking for a fun online matching game? Check out Halloween Bats! This puzzle game is perfect for Halloween. Match up the bats and score points. See how high you can score before time runs out. Play now!', 'https://img.gamemonetize.com/692976tyhmo8udrt4sp07oteiztudwv7/512x384.jpg', 'https://html5.gamemonetize.com/692976tyhmo8udrt4sp07oteiztudwv7/', '0', 'Puzzles', 0, 0, '', 'halloween-bats'), (6157, 'Halloween Ghost', 'Halloween Ghost is a free online matching game where you need to find all the ghost pairs. The game is suitable for all ages and can be played on any device. Test your memory and have fun! If you\'re looking for a fun and spooky game to play this Halloween, try Ghost, the new online matching game With Ghost, you can match ghosts of different sizes and colors to score points and solve puzzles. So if you\'re looking for a fun and challenging game to play this Halloween, try Ghost.', 'https://img.gamemonetize.com/ld8lk7z3vnnrtes8gi2o3zexb841vdjp/512x384.jpg', 'https://html5.gamemonetize.com/ld8lk7z3vnnrtes8gi2o3zexb841vdjp/', '0', 'Puzzles', 0, 0, '', 'halloween-ghost'), (6158, 'Board Soccer', 'Turn based ball fight is a flexible 3d game that uses real-time physics to simulate game events.', 'https://img.gamemonetize.com/llrchqplhpv19og35kzt84csviof31h8/512x384.jpg', 'https://html5.gamemonetize.com/llrchqplhpv19og35kzt84csviof31h8/', '0', 'Soccer', 0, 0, '', 'board-soccer'), (6159, 'Sniper Hunting Jungle 2022', 'Participate in worldwide cooperative challenges with your peers where cooperation is essential. Together, you may accomplish hunting goals and reap rewards! Immerse yourself in a variety of habitats that are home to over 100 different animal species! Beware of predators like cheetahs, wolves, and bears that may attack! Deer hunting is only the beginning! As you refine your weaponry, enjoy limitless personalization. Upgrade your barrels, stocks, sights, magazines, and more! Bring your hunts to a new level!', 'https://img.gamemonetize.com/ct0cyvbd46mnwrtnlazxammug7seacp9/512x384.jpg', 'https://html5.gamemonetize.com/ct0cyvbd46mnwrtnlazxammug7seacp9/', '0', 'Shooting', 0, 0, '', 'sniper-hunting-jungle-'), (6160, 'Jirai Kei Aesthetics', 'Jiraikei is a japanese style of clothing, that most modern japanese women prefer today. The literal translation is a «girl-mina», who is ready to explode. This style is a combination of such styles as «Gothic» and «Lolita». You will find here a combination of pink and black colors and a certain type of makeup that mimics tear-stained puffy eyes. Of the hairstyles, this is usually two ponytails or loose hair. Lipstick of all shades, but more often red, pink, purple. Often create gradients on the lips. Blush is not particularly expressive, but use light. There may be mono-makeup. Create your own Jirai Kei style. Five levels are waiting for you: manicure, makeup, hairstyles, clothes and accessories. Enjoy!', 'https://img.gamemonetize.com/ghegziwf4m4muzhu3t2dm6su4g4aoec0/512x384.jpg', 'https://html5.gamemonetize.com/ghegziwf4m4muzhu3t2dm6su4g4aoec0/', '0', 'Girls', 0, 0, '', 'jirai-kei-aesthetics'), (6161, 'Fantasy Word Game', 'Fantasy Word is a casual game that will give you many hours of fun. Find the secret words and advance between levels.', 'https://img.gamemonetize.com/26a58gionw8v2mpl8qm7edmwghieioa3/512x384.jpg', 'https://html5.gamemonetize.com/26a58gionw8v2mpl8qm7edmwghieioa3/', '0', 'Puzzles', 0, 0, '', 'fantasy-word-game'), (6162, 'A Song of Ice and Fire', 'The Magic Girl Fighting Angels is a magic parkour game, which tests the reaction ability and judgment ability of players very much. The creative cartoon scene of the Magic Girl Fighting Angels game is very cool. In the Magic Girl Fighting Angels game, players can get a lot of gold coins after passing the next game level, and automatically unlock the content of the next game level to help your characters fight', 'https://img.gamemonetize.com/zs9u7ucx9u099jcqw86mavt3hehpbqyd/512x384.jpg', 'https://html5.gamemonetize.com/zs9u7ucx9u099jcqw86mavt3hehpbqyd/', '0', 'Action', 0, 0, '', 'a-song-of-ice-and-fire'), (6163, 'Shoot Ball 2048', 'Shoot Ball 2048 is a puzzle and merging online game for boys played on a puzzle game. Tap and shoot to control your ball keep moving forward, merge balls and make your ball go to the hole. There are all kinds of obstacles and traps in the game, and you need to avoid them quickly. Mobile, Tablet, and Desktop are playable. Are you ready for the challenge?', 'https://img.gamemonetize.com/tbf0mpi0t5drs31uj7six2poy1nzr5w2/512x384.jpg', 'https://html5.gamemonetize.com/tbf0mpi0t5drs31uj7six2poy1nzr5w2/', '0', 'Boys', 0, 0, '', 'shoot-ball-'), (6164, 'Halloween Salon', 'Halloween Salon is a very popular makeup game. Halloween is coming. What are you going to dress up as? If you have no idea. Come and check this game out. Choose a character and do makeups for her and dress her up with gorgeous outfits and accessories we prepared for you. We are sure you will have lots of fun and ideas about Halloween. Have a good time!', 'https://img.gamemonetize.com/vqk64sxjn12wso567nkq46s1jn49oj8d/512x384.jpg', 'https://html5.gamemonetize.com/vqk64sxjn12wso567nkq46s1jn49oj8d/', '0', 'Girls', 0, 0, '', 'halloween-salon'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (6165, 'Parking ACE 3D', 'Here is a car parking training simulation game with 3D vehicles and parking grounds. There are three modes for you to train your parking stills with different difficulties. I strongly suggest you play practice first to know about the control system, it is the same as it is in reality with for kinds of gears. Try your best to complete the levels without crashing on time!', 'https://img.gamemonetize.com/7z4j8610yh336q74jsa2qd8hu755qgby/512x384.jpg', 'https://html5.gamemonetize.com/7z4j8610yh336q74jsa2qd8hu755qgby/', '0', 'Action', 0, 0, '', 'parking-ace-d'), (6166, 'Noob Steve Parkour', 'Noob Steve Parkour is a 3D minecraft parkour game where you try to speedrun the map! Speedrun all the maps and complete the parkour as fast as you can. Noob vs pro, who will win the race?', 'https://img.gamemonetize.com/jmil6fg1qoivnaxgupzovm0gtk36xr1j/512x384.jpg', 'https://html5.gamemonetize.com/jmil6fg1qoivnaxgupzovm0gtk36xr1j/', '0', 'Arcade', 0, 0, '', 'noob-steve-parkour'), (6167, 'Button Fever', 'Button Fever is an attractive idle game to spend your spare time. You just need to click the button to gain the money that can use to unlock the new buttons. The same number buttons can merge the bigger button to gain more money. Let\'s try this game now!', 'https://img.gamemonetize.com/abgp4b1g5amnyvsy8lergku0jfrzkjm7/512x384.jpg', 'https://html5.gamemonetize.com/abgp4b1g5amnyvsy8lergku0jfrzkjm7/', '0', 'Puzzles', 0, 0, '', 'button-fever'), (6168, 'Tims Workshop Cars Puzzle', 'Tim\'s Workshop it\'s cars game for toddlers. By dragging and dropping car parts (body, doors, wheels, headlights, etc.) kids assemble a cool cars. There is totally 17 cars here such as an ambulance car, a fire engine, concrete truck mixer, an excavator and a bulldozer, passenger and sports cars, minivans, etc. Kids can ride each car they made - there is a mini testdrive for every solved puzzle with cute passengers and drivers. Guess who will drive the new assembled car - little kitten, elephant, hedgehog or maybe lion cub?', 'https://img.gamemonetize.com/uewh9bit7m6mwe57ydve8ndqkpbe3ofk/512x384.jpg', 'https://html5.gamemonetize.com/uewh9bit7m6mwe57ydve8ndqkpbe3ofk/', '0', 'Puzzles', 0, 0, '', 'tims-workshop-cars-puzzle'), (6169, 'Tallman Dunk Rush', 'Tallman Dunk Rush is a popular running game which has the simple game play. You need to drag to move and crash the short players so that you can dunk the ball successfully. Remember to avoid the obstacles that are taller than you. Come and play it now!', 'https://img.gamemonetize.com/i6uyikbnia5y4z6c2bqm11st95k8iaf6/512x384.jpg', 'https://html5.gamemonetize.com/i6uyikbnia5y4z6c2bqm11st95k8iaf6/', '0', 'Puzzles', 0, 0, '', 'tallman-dunk-rush'), (6170, 'Rainbow Friends', 'Come play Rainbow Friends, Rope Game and enjoy the first-rate, smooth animations as heroes swing freely through the Gangster Crime city like never before. Rainbow Friends, Rope Game how to play: Rainbow Friends fly in the air using a rope at every point - Rainbow Friends as a savor of your futuristic city not for yourself in a battle zone - Show your Rainbow rope hero shooting skills and stop all the villains standing in your way - City Rainbow rope defeat enemies and stop their illegal activities from the street grand city - Mafia gangster using your Rainbow Friends building climbing styles - Grand city makes you run like a rope hero in the Rainbow Friends, Rope Game - In gangster vegas superpower can save the people - Rainbow Friends\' combat skills in this alliance battle', 'https://img.gamemonetize.com/2or2mzyjogjl32n7jofi19n2z2oi8x3q/512x384.jpg', 'https://html5.gamemonetize.com/2or2mzyjogjl32n7jofi19n2z2oi8x3q/', '0', 'Adventure', 0, 0, '', 'rainbow-friends'), (6171, 'Melee Attack Online Game', 'Do you love playing online jump platformer games? Well, get ready to experience the newest and most exciting game in the genre - Melee Attack! In this awesome new game, you\'ll have to put your platforming skills to the test as you dodge and weave your way past enemy attacks while trying to land some powerful melee moves of your own. It\'s fast-paced and furious fun, so jump into the fray today and see if you can become the ultimate Melee Attack champion! Looking for a new online game to play? Check out Melee Attack, a jump platformer game that\'s perfect for gamers of all skill levels. In the game, you\'ll need to use your agility and quick reflexes to navigate your way through a variety of challenges. With multiple levels to play through, you can keep coming back for more fun. So why not give it a try today?', 'https://img.gamemonetize.com/0gs1yq62935rp5vqhjc79w43urnla1lm/512x384.jpg', 'https://html5.gamemonetize.com/0gs1yq62935rp5vqhjc79w43urnla1lm/', '0', 'Arcade', 0, 0, '', 'melee-attack-online-game'), (6172, 'Golem Adventure', 'Looking for a fun and challenging online game? Check out Golem Adventure Games! Our arcade game is perfect for players of all ages and skill levels. We guarantee you\'ll have a blast trying to beat our high score. Golem Adventure Games online arcade game is a great way to spend some time with your friends. It\'s easy to play, and it\'s a lot of fun.', 'https://img.gamemonetize.com/eynxqe7sm948a1fno2tflfwfp3dd4e2k/512x384.jpg', 'https://html5.gamemonetize.com/eynxqe7sm948a1fno2tflfwfp3dd4e2k/', '0', 'Arcade', 0, 0, '', 'golem-adventure'), (6173, 'Halloween Match Game', 'Looking for a fun and spooky online puzzle game to play this Halloween? Halloween Match Game is the perfect game for you! With Halloween-themed graphics and sounds, this game is sure to get you in the holiday spirit! Test your matching skills by matching as many Halloween-themed items as you can in 60 seconds! Play now and see how high you can score!', 'https://img.gamemonetize.com/6za21n70fu5edcgnyhfg4a7l18dzy2nq/512x384.jpg', 'https://html5.gamemonetize.com/6za21n70fu5edcgnyhfg4a7l18dzy2nq/', '0', 'Puzzles', 0, 0, '', 'halloween-match-game'), (6174, 'Hallo Candy', 'Hallo Candy Online Puzzle Match 3 is a great video game for anyone who enjoys playing for hours on end. Hallo Candy Online Puzzle Match 3 is a brilliant game for anyone who likes to have a great deal of fun.', 'https://img.gamemonetize.com/a4o4lqqbq4iwhrhcxejoelwq7bj4j5kf/512x384.jpg', 'https://html5.gamemonetize.com/a4o4lqqbq4iwhrhcxejoelwq7bj4j5kf/', '0', 'Puzzles', 0, 0, '', 'hallo-candy'), (6175, 'Jump Halloween', 'Halloween Games Online are the perfect way to get into the spirit of the season by playing some amazing Halloween games. Jump Halloween Online is a new and exciting online game that will have you on the edge of your seat! Exciting new jump Halloween online games for kids! explore the world of fun and adventure with new and exciting games every day. stay safe and have a great time while playing our games! Packed with features and jump scares, Jump Halloween Online is the perfect game for anyone who loves the holiday season. Players can explore the creepy setting of a haunted house in this online game that\'s sure to make them scream. With new updates every week, Jump Halloween Online is sure to keep you entertained for weeks on end.', 'https://img.gamemonetize.com/zluqt0nj7ihxe0vx9rqsfg030hxcx6kw/512x384.jpg', 'https://html5.gamemonetize.com/zluqt0nj7ihxe0vx9rqsfg030hxcx6kw/', '0', 'Arcade', 0, 0, '', 'jump-halloween'), (6176, 'Mage Adventure', 'Mage Adventure is an online Adventure game that pits players against each other in a battle of magic and wits. In Mage Adventure, players compete against each other in an online adventure game, using their magic and wits to battle for victory.', 'https://img.gamemonetize.com/cfuej4b3rcx21p9092r2oieio47qjn35/512x384.jpg', 'https://html5.gamemonetize.com/cfuej4b3rcx21p9092r2oieio47qjn35/', '0', 'Adventure', 0, 0, '', 'mage-adventure'), (6177, 'Halloween Racing', 'Halloween is just around the corner, and what better way to celebrate than by playing some spooky racing games? We\'ve collected the best Halloween-themed racing games for you to play, so get ready for some ghoulish fun!', 'https://img.gamemonetize.com/m6s0037he96bhea7ijyj83413fo39dbi/512x384.jpg', 'https://html5.gamemonetize.com/m6s0037he96bhea7ijyj83413fo39dbi/', '0', 'Racing', 0, 0, '', 'halloween-racing'), (6178, 'Halloween Basket', 'Most realistic physics provides you with the best and most realistic ball shooting experience. Train yourself anywhere and anytime. Beat all records and all opponents. Play with your friends in be the Halloween Basketball!', 'https://img.gamemonetize.com/85f1eb995hyvkjcg0ztcfcdkilxizk8u/512x384.jpg', 'https://html5.gamemonetize.com/85f1eb995hyvkjcg0ztcfcdkilxizk8u/', '0', 'Sports', 0, 0, '', 'halloween-basket'), (6179, 'Witch Dash', 'Happy Halloween!! You are controlling a witch. The sun is rising try to stop it but how can you do that?? Collect the candies and drink the elixirs before the sun rising. Candies will add 2 more seconds to your timer. Elixirs will reset your timer to max.', 'https://img.gamemonetize.com/hx3gkx8skeun5vxtd2lisrjc6f5xm39r/512x384.jpg', 'https://html5.gamemonetize.com/hx3gkx8skeun5vxtd2lisrjc6f5xm39r/', '0', 'Arcade', 0, 0, '', 'witch-dash'), (6180, 'Animal Transport Truck 3D Game 2022', 'Welcome to the wonderful Animal Transport Truck 3D Game, and get ready to drive a heavy cargo transport truck. Driving a Truck in animal transport games with truck games is a much more difficult task, as you must stick to zoo animal transport truck games and drive carefully on road so as not to disturb the flow of traffic. In the Animal Transport Truck 3D Game, you must carry farm animals, pets, wild animals, and farm animals from one location to another.', 'https://img.gamemonetize.com/rwaxeqyu0fa03gti0yk006wybw7jirdi/512x384.jpg', 'https://html5.gamemonetize.com/rwaxeqyu0fa03gti0yk006wybw7jirdi/', '0', 'Adventure', 0, 0, '', 'animal-transport-truck-d-game-'), (6181, 'Heavy Bikes City Parking Game 3D', 'Heavy Bikes City Parking Game 3D have never been this extreme! Race around unlocking new fast bikes Heavy Bikes City Parking Game 3D is one of the best bike games for Bikes Lovers! Drive at high speeds through the city on your motorcycle racing.', 'https://img.gamemonetize.com/foegaqgtxnjqv0mg4x9a31sr7f9c9uni/512x384.jpg', 'https://html5.gamemonetize.com/foegaqgtxnjqv0mg4x9a31sr7f9c9uni/', '0', 'Adventure', 0, 0, '', 'heavy-bikes-city-parking-game-d'), (6182, 'US Cargo Truck Driving 3D', 'Welcome to US Cargo Truck Driving 3D: In this US Cargo Truck Driving 3D there are Different Levels. This US Cargo Truck Driving 3D is very interesting and amazing game. The US Lorry Driver 3D Sim US truck game has very unique and dynamic gameplay. US Truck Transport game is one of the best Asian Truck games on the Monetize due to its Asian Environment. US Cargo Truck Driving 3D game is a US truck game in which you learn modern driving skills.', 'https://img.gamemonetize.com/pz2l0wfsiue8mil0yck6fedw2duldtu7/512x384.jpg', 'https://html5.gamemonetize.com/pz2l0wfsiue8mil0yck6fedw2duldtu7/', '0', 'Adventure', 0, 0, '', 'us-cargo-truck-driving-d'), (6183, '4x4 Passenger Jeep Driving game 3D', 'If you love off-road Driving games and want to become a 4 by 4 jeep driver then this 4x4 Passenger Jeep Driving game 3D simulator amazing game for you. 4x4 Passenger Jeep Driving game 3D offers you to get behind the amazing four-wheeler Jeep to test your driving skills. Explore beautiful Environment Multiple off-road cars to unlock Exciting challenges to beat & Climb hills Extreme Monster truck driving simulation Smooth controls & immersive Sounds Unique gameplay Amazing Track', 'https://img.gamemonetize.com/f5p7f5slkdmq4ue5v781vchow3wemkan/512x384.jpg', 'https://html5.gamemonetize.com/f5p7f5slkdmq4ue5v781vchow3wemkan/', '0', '3D', 0, 0, '', 'x-passenger-jeep-driving-game-d'), (6184, 'Push The Cubes', 'We are controlling two cubes, first one can only go up and down, the second one can only go left and right. They can push each other to different directions. Player will use these mechanics to finish the level', 'https://img.gamemonetize.com/3m0xormpp2a7yqyho6716f3tovwsprzw/512x384.jpg', 'https://html5.gamemonetize.com/3m0xormpp2a7yqyho6716f3tovwsprzw/', '0', 'Puzzles', 0, 0, '', 'push-the-cubes'), (6185, 'Weapon Strikes', 'Play to fun.', 'https://img.gamemonetize.com/2e5pdsammrlkbpqd6ke5upmv76nn7ocd/512x384.jpg', 'https://html5.gamemonetize.com/2e5pdsammrlkbpqd6ke5upmv76nn7ocd/', '0', 'Hypercasual', 0, 0, '', 'weapon-strikes'), (6186, 'General Helicopter', 'The objective of this game is to get as far as possible without crashing into the rocks! You are the pilot! You are the General! Enjoy this game. You will have a lot of fun!', 'https://img.gamemonetize.com/7e9af5mj2fxkizrprxg8s474r3s31yxj/512x384.jpg', 'https://html5.gamemonetize.com/7e9af5mj2fxkizrprxg8s474r3s31yxj/', '0', 'Clicker', 0, 0, '', 'general-helicopter'), (6187, 'Flappy The Dragon', 'The aim of this game is to get as far as possible without crashing into the mountains You will control a dragon and in Fpally Bird style, fly as far as possible Enjoy this game. You will have a lot of fun!', 'https://img.gamemonetize.com/wcgxneh2bme8sw9y9qn6e7zu2im3y6rq/512x384.jpg', 'https://html5.gamemonetize.com/wcgxneh2bme8sw9y9qn6e7zu2im3y6rq/', '0', 'Hypercasual', 0, 0, '', 'flappy-the-dragon'), (6188, 'Hold up the Ball', 'Football game to play with. Kick the ball as high as you can without letting it fall to the ground! Enjoy this game. You will have a lot of fun!', 'https://img.gamemonetize.com/jrq98ataa5iwoxsl9pubobdgk0dtwk7g/512x384.jpg', 'https://html5.gamemonetize.com/jrq98ataa5iwoxsl9pubobdgk0dtwk7g/', '0', 'Clicker', 0, 0, '', 'hold-up-the-ball'), (6189, 'kick the walls', 'The objective of this game is to pass the barriers and earn the best score! Enjoy this game. You will have a lot of fun!', 'https://img.gamemonetize.com/9fv7bzbio2jee4csj8ttmys66q0sbu47/512x384.jpg', 'https://html5.gamemonetize.com/9fv7bzbio2jee4csj8ttmys66q0sbu47/', '0', 'Clicker', 0, 0, '', 'kick-the-walls'), (6190, 'Hard FLap Game', 'The objective of this game is to get as far as possible without touching the edges You can only use 7 consecutive jumps to pass the obstacle Enjoy this game. You will have a lot of fun!', 'https://img.gamemonetize.com/vkf9dlzkzb0i12yq76ka3yfshtxnalg7/512x384.jpg', 'https://html5.gamemonetize.com/vkf9dlzkzb0i12yq76ka3yfshtxnalg7/', '0', 'Puzzles', 0, 0, '', 'hard-flap-game'), (6191, 'Mountain Rider', 'Mountain Rider is a physics simulation game template where you ride down the challenging mountain terrain on your bicycle and try to maintain your balance and speed to finish the level in minimum time.', 'https://img.gamemonetize.com/rfp6m1zb7wrg3b8zu0uwr6hitxl7xq5i/512x384.jpg', 'https://html5.gamemonetize.com/rfp6m1zb7wrg3b8zu0uwr6hitxl7xq5i/', '0', 'Adventure', 0, 0, '', 'mountain-rider'), (6192, 'Truck Rider', 'Play as a Truck Rider carrying packages, whose main goal is to drive through tough obstacles, and skillfully prevent the packages from falling off the trailer. The starts off easy, but quickly becomes difficult with multiple points of replayability to redo levels to fully complete the game.', 'https://img.gamemonetize.com/b0yc0g7dundryeet0lj7x1tfsh8de130/512x384.jpg', 'https://html5.gamemonetize.com/b0yc0g7dundryeet0lj7x1tfsh8de130/', '0', 'Adventure', 0, 0, '', 'truck-rider'), (6193, 'Unravel Egg', 'The Unravel Eggs is an HTML5 logic puzzle game with a minimalistic clear design. The goal of the game is to unravel the eggs that are connected by lines of fate. The game has 50 levels. To pass the level you need to unravel the eggs. You need to grab the eggs and move them so that they turn green. In this case, the lines should not intersect and also turn green.', 'https://img.gamemonetize.com/ch56vaxao7vrin0uwps8sj5x1x2of4hi/512x384.jpg', 'https://html5.gamemonetize.com/ch56vaxao7vrin0uwps8sj5x1x2of4hi/', '0', 'Puzzles', 0, 0, '', 'unravel-egg'), (6194, 'Arrow Shoots', 'Arrow Shot Game with 50 Levels, kill the Orks and Trolls.', 'https://img.gamemonetize.com/9x8hvvg32zty0do4o76493ovbmacjzjc/512x384.jpg', 'https://html5.gamemonetize.com/9x8hvvg32zty0do4o76493ovbmacjzjc/', '0', 'Puzzles', 0, 0, '', 'arrow-shoots'), (6195, 'Corona Vaccinee', 'Inject as many COVID-19 virus cells. How many covid 19 viruses can you beat? Let’s defeat this killer plague together.', 'https://img.gamemonetize.com/76baba1277j31qqakymnnaop4p3tzn01/512x384.jpg', 'https://html5.gamemonetize.com/76baba1277j31qqakymnnaop4p3tzn01/', '0', 'Arcade', 0, 0, '', 'corona-vaccinee'), (6196, 'Car Parking Simulator Classic', 'The classic car parking games are totally free for parking enthusiasts. This car parking 3d is specially designed for young car drivers, its stunning dynamic features and intuitive parking modes are not that easy to handle. It is not just a time killing game, you will also learn about extreme parking rules while enjoying the crazy car simulator and free driving games.', 'https://img.gamemonetize.com/6de4fy2x4sdy6ev53bwcjtsmlxjb84l7/512x384.jpg', 'https://html5.gamemonetize.com/6de4fy2x4sdy6ev53bwcjtsmlxjb84l7/', '0', 'Arcade', 0, 0, '', 'car-parking-simulator-classic'), (6197, 'Color shoot 2D', 'Color shoot is a fun game where you have to shoot the ball into a wall of matching color!', 'https://img.gamemonetize.com/cp14ic23whl0rsr5i2q8j9l11udadsej/512x384.jpg', 'https://html5.gamemonetize.com/cp14ic23whl0rsr5i2q8j9l11udadsej/', '0', 'Shooting', 0, 0, '', 'color-shoot-d'), (6198, 'pppp', 'City Taxi Driving: Fun 3D Car Driver Simulator', 'https://img.gamemonetize.com/0v8ftlfjbzdsdz3kqzxdlxjv6jxa67u2/512x384.jpg', 'https://html5.gamemonetize.com/0v8ftlfjbzdsdz3kqzxdlxjv6jxa67u2/', '0', 'Arcade', 0, 0, '', 'pppp'), (6199, 'Newpong Multiplayer', 'A revamped classic game of pong. can be played: multiplayer: split-screen online: with your friend! singleplayer: against the computer Singleplayer and multiplayer(Local) can also be palayed with Powerups!', 'https://img.gamemonetize.com/hi401gvrcbyuwenjetslywx52kukav1e/512x384.jpg', 'https://html5.gamemonetize.com/hi401gvrcbyuwenjetslywx52kukav1e/', '0', 'Multiplayer', 0, 0, '', 'newpong-multiplayer'), (6200, 'Draw Couple', 'Draw Couple is a drawing puzzle online game for boys for free, which has colorful and vivid HD graphics and simple gameplay. You will draw the unfinished part of the picture with just one line to solve the problems. Hundreds of interesting situations bring richer plot adventures. Mobile, Tablet, and Desktop are playable. What are you waiting for? Challenge your brain with this game right now!', 'https://img.gamemonetize.com/o0hyhrgjacp7xkncjjsdhzzja84rfy4q/512x384.jpg', 'https://html5.gamemonetize.com/o0hyhrgjacp7xkncjjsdhzzja84rfy4q/', '0', 'Boys', 0, 0, '', 'draw-couple'), (6201, 'Halloween Hidden Stars', 'Find the stars. There are 10 hidden stars in each of the 6 different pictures. Find the hidden stars and unlock other levels.', 'https://img.gamemonetize.com/y19e5cahp10dpv7nskhvsvjyzpklamql/512x384.jpg', 'https://html5.gamemonetize.com/y19e5cahp10dpv7nskhvsvjyzpklamql/', '0', 'Puzzles', 0, 0, '', 'halloween-hidden-stars'), (6202, 'AmongusCraft', 'AmongusCraft is a 3D Among us style game in a blocky minecraft world where you play as a imposter and try to kill other crewmates.', 'https://img.gamemonetize.com/ci88i0gadx9nrb3hc55acycaq59jwwo2/512x384.jpg', 'https://html5.gamemonetize.com/ci88i0gadx9nrb3hc55acycaq59jwwo2/', '0', 'Arcade', 0, 0, '', 'amonguscraft'), (6203, 'Half And Half Celebrity Style', 'Welcome to Half And Half Celebrity Style. Celebrity wants to try brand new half & half-style. It’s now popular all over social media. Get them ready for a night out and mix and match the clothes to create unique half & half looks. Use your fashion skill and help the celebrity for this new fashion.', 'https://img.gamemonetize.com/ntrd5osnplteae7wum5ct25fw28xqfk8/512x384.jpg', 'https://html5.gamemonetize.com/ntrd5osnplteae7wum5ct25fw28xqfk8/', '0', 'Girls', 0, 0, '', 'half-and-half-celebrity-style'), (6204, 'Matchcandy.io', 'Matchcandy.io is a match 3 .io game. Swap and match 3 or more candies of the same type and make points and special candies before time runs out. Play against other players from around the world, earn points, level up, rise to the top of the global leaderboard and unlock achievements.', 'https://img.gamemonetize.com/tpxorkvnswl2wqz8rwvebyong1g93lkf/512x384.jpg', 'https://html5.gamemonetize.com/tpxorkvnswl2wqz8rwvebyong1g93lkf/', '0', 'Puzzles', 0, 0, '', 'matchcandyio'), (6205, 'Rotating Pumpkin', 'Rotating Pumpkin is a unique platform puzzle game where you rotate the world to guide Mr. Ppumkin to his lost stars. This is a great puzzle game in Halloween theme with 40 challenge levels, push your logical brain abilities to the limit! Product feature bullets: • 40 different levels. • Very Fun for children. • Brain training for whole family. • Cute graphics. • Precise game physics. • Halloween theme.', 'https://img.gamemonetize.com/2my4rr1087vqd8bn0hdw3uvfxjlbcv20/512x384.jpg', 'https://html5.gamemonetize.com/2my4rr1087vqd8bn0hdw3uvfxjlbcv20/', '0', 'Puzzles', 0, 0, '', 'rotating-pumpkin'), (6206, 'Halloween Princess Holiday Castle', 'Our beloved princesses are preparing their castles for Halloween. Help them choose new furniture and cool decorations for this holiday style. Use lots of candles, pumpkins, cobwebs, mysterious accessories. Do not forget to invite guests in a variety of costumes - vampires, werewolves, ghosts, fairies, etc...', 'https://img.gamemonetize.com/o8m2n6xbmkpvuuot4bdl11n3bn7p5mpt/512x384.jpg', 'https://html5.gamemonetize.com/o8m2n6xbmkpvuuot4bdl11n3bn7p5mpt/', '0', 'Girls', 0, 0, '', 'halloween-princess-holiday-castle'), (6207, 'Traffic Run Nature', 'Traffic Run Nature game belongs to one of the popular car game genres. In Traffic Run Nature, there are two circular roads that intersect each other. One of these circles belongs to your car. In the other circle, trucks and cars are driven. Your task is to complete your tour by passing through other vehicles and trucks. You earn points for each round you complete. But be careful, do not crash into other vehicles. Visit ripogame.com for this and many more ublocked games. RipoGame.com wishes you good games.', 'https://img.gamemonetize.com/5p3aywc0sajsmpbll3zyplp2qhss9x2e/512x384.jpg', 'https://html5.gamemonetize.com/5p3aywc0sajsmpbll3zyplp2qhss9x2e/', '0', 'Hypercasual', 0, 0, '', 'traffic-run-nature'), (6208, 'Moto X3M Halloween', 'Moto X3M is a bike racing game with crazy stunts and a twist on deadly obstacles and explosive crashes. With the different levels in challenges, the extremely dangerous but no less attractive high speed, the game will blow you away with its exciting features. Welcome to the special "Spooky Land" version of this awesome bike stunt game. Have fun with Moto X3M 6 Spooky Land!', 'https://img.gamemonetize.com/hlmgvewlf6122xcmkubad7s5f0ajf1fo/512x384.jpg', 'https://html5.gamemonetize.com/hlmgvewlf6122xcmkubad7s5f0ajf1fo/', '0', 'Sports', 0, 0, '', 'moto-xm-halloween'), (6209, 'Sweet Baby Beauty Salon', 'Play the best salon game for girls and become the top beauty stylist! Get your hair and manicure done, and enjoy the best spa day with your friends! Run your own hair salon and help the girls look perfect! Give Alice a manicure and a facial. And style a cool hairstyle for Emma. A pedicure for Princess Kitty. Get super creative with Emily and try on her brunette. Have fun in the best girls salon!', 'https://img.gamemonetize.com/vpc0xcmuziufvkbx7wakwnh5f5eqs5ox/512x384.jpg', 'https://html5.gamemonetize.com/vpc0xcmuziufvkbx7wakwnh5f5eqs5ox/', '0', 'Girls', 0, 0, '', 'sweet-baby-beauty-salon'), (6210, 'Hero Sheep', 'Play the Hero Sheep to help the sheep in the best pin pull puzzle rescue game. Test your Brain Intelligence and have tons of fun with this tricky Hero Sheep pin pulling game! Hero Sheep game is best pin pulling game in which you have many tasks to save the sheep from many difficult situations. Train your logic, memory, intelligence, problem-solving skills and creativity to save the sheep. Solve puzzles and rescue the hero sheep, understand the situation and pull the pin, kill monsters and save the sheep. Pull the pin in order to destroy your enemies by pulling lava and water into their puzzle units. Your mission is simple, pull the pin & save the sheep from wild animals and help them reach the fields safely. There are so many interesting levels to play in this crazy puzzle game. How to play? - Pull the pins to rescue sheep, It\'s very easy! - When you pull the pin to save the sheep. Be careful and use your mindset to pull pins to escape the enemy. - If you pull out the wrong order of the pins you may lose the level, Do not be subjective. Features:- - Use your brain to solve the pulling pin puzzles. - Play it anywhere anytime! - Single tap control. - Super fun flowing physics & UI. - The music, sounds, visuals and animations are outstanding. - Enjoy a variety of levels to exercise your mind. - Use different mechanics and think bigger. - Find solutions to the riddles. - Suitable for all ages. - No time & live limited, Enjoy yourself. - Download now for free... Go along with the sheep and help him.', 'https://img.gamemonetize.com/dj3gwkohbugdirfrdmrcfwn5udovrfl4/512x384.jpg', 'https://html5.gamemonetize.com/dj3gwkohbugdirfrdmrcfwn5udovrfl4/', '0', 'Puzzles', 0, 0, '', 'hero-sheep'), (6211, 'Wugy HalloweenTower War', 'Are you ready to become an epic hero in the top battles in the Wugy Halloween Tower War game? Try to drag your powerful heroes to explore the map, unlock powers, defeat powerful monsters and save the princess. Collect heroes, gold, skins, and build your tower after the battle. Come on!', 'https://img.gamemonetize.com/x6j61nzrbs5q1ns2n04hv55gs54gwl3f/512x384.jpg', 'https://html5.gamemonetize.com/x6j61nzrbs5q1ns2n04hv55gs54gwl3f/', '0', 'Puzzles', 0, 0, '', 'wugy-halloweentower-war'), (6212, 'Rotating Flappy Jack', 'In this great addictive funny game the Pumpkin must tap to flap and help the bird make it through the gaps, but you do it while in Orbit! Have Fun with this great addictive funny App!', 'https://img.gamemonetize.com/fg3sx0idoi8jyu07roq2e8pwl6k5gber/512x384.jpg', 'https://html5.gamemonetize.com/fg3sx0idoi8jyu07roq2e8pwl6k5gber/', '0', 'Hypercasual', 0, 0, '', 'rotating-flappy-jack'), (6213, 'Railway Road', 'The railway is disassembled into small fragments, and the train cannot pass. Pave the road by connecting all the parts with the rails to make a whole road.', 'https://img.gamemonetize.com/pl0t95gafs4eodab8ikgkzfvwjefx8nx/512x384.jpg', 'https://html5.gamemonetize.com/pl0t95gafs4eodab8ikgkzfvwjefx8nx/', '0', 'Puzzles', 0, 0, '', 'railway-road'), (6214, 'Halloween Sliding Puzzle', 'Halloween Sliding Puzzle is a simple HTML5 classic puzzle game. Move pieces of f1 images between tiles to arrange them in correct order to reassemble the image. Touch or click a block to shift it on adjacent blank place. Have fun.', 'https://img.gamemonetize.com/feic2cngoyzi6aik37g4fwz391vcxzrg/512x384.jpg', 'https://html5.gamemonetize.com/feic2cngoyzi6aik37g4fwz391vcxzrg/', '0', 'Puzzles', 0, 0, '', 'halloween-sliding-puzzle'), (6215, 'Jumpero', 'Jumpero is definitely an enchanting jumping casual game. Have you ever dreamt of getting rid of the gravitational effect and jumping to a height enough for leaping over a high wall? Today, your dream will come true in our virtual world. You are endowed with such a gifted jumping ability that nothing seems to be capable of standing in your way. Go for it and claim your laurels!', 'https://img.gamemonetize.com/2fyyutvxptoyowpibfoq298ty80ln5ma/512x384.jpg', 'https://html5.gamemonetize.com/2fyyutvxptoyowpibfoq298ty80ln5ma/', '0', 'Action', 0, 0, '', 'jumpero'), (6216, ' Private King', 'To win this game, you have to be patient and have a plan when playing. You can\'t become the pirate king if you buy things out of your control; you must have a master execution plan. If you lose patience and buy everything, you will go bankrupt. So you have to analyze carefully and choose the right time to buy or ignore. Finally, welcome to a world full of pirates. Do all you can to become the new pirate king', 'https://img.gamemonetize.com/4wpmmu5u06gtu5d6xcl8npixo1eto9kw/512x384.jpg', 'https://html5.gamemonetize.com/4wpmmu5u06gtu5d6xcl8npixo1eto9kw/', '0', 'Clicker', 0, 0, '', '-private-king'), (6217, 'Spin To Win Lucky Wheels', 'Spin To Win Earn Money This app is do real fun with spin to wheel and get your luck. Spin to win app totally depends on your luck, and you just spin the wheel and get to win maximum and minimum slivers by your luck to earn more slivers in your wallet.', 'https://img.gamemonetize.com/73jlgslv12h901dckcm2tq3ll4ke12rv/512x384.jpg', 'https://html5.gamemonetize.com/73jlgslv12h901dckcm2tq3ll4ke12rv/', '0', 'Puzzles', 0, 0, '', 'spin-to-win-lucky-wheels'), (6218, 'Fruit Break', 'Mouse or touch slide to cut fruit but avoid bombs. How many scores can you get in 60 seconds?', 'https://img.gamemonetize.com/rjsty4uzdcjhkrvf1j1cmonyzah4z3i6/512x384.jpg', 'https://html5.gamemonetize.com/rjsty4uzdcjhkrvf1j1cmonyzah4z3i6/', '0', 'Action', 0, 0, '', 'fruit-break'), (6219, 'City Taxi 3D Simulator Game', 'City Taxi Simulator is a real taxi game. The game has realistic car physics and addictive gameplay, it is waiting for you! Try to be the best taxi driver in the city! Your task is to complete various types of driving tasks as a taxi driver and choose your favorite car from more than 5 types of vehicles. Drive a taxi across the big city, pick up passengers and drive safely to the destination without delay, are you ready? Good luck and have fun!', 'https://img.gamemonetize.com/3c8mnqi5bgs7cy19od9nhqehyqgha29f/512x384.jpg', 'https://html5.gamemonetize.com/3c8mnqi5bgs7cy19od9nhqehyqgha29f/', '0', 'Boys', 0, 0, '', 'city-taxi-d-simulator-game'), (6220, 'Drifty Master 3D Game', 'Every boy likes thrilling racing games. In the game Drifty Master, you can freely choose your favorite car to race. There are two options for braking and acceleration in the game. You can choose to accelerate or decelerate according to the specific track conditions. You could upgrade and unlock more cars with the rewards after completing levels in the garage. Whether you lose or win in the end, you can experience the fun of this game!', 'https://img.gamemonetize.com/rc2ebrmw31k1o6rqgdowbuu3kydhflcr/512x384.jpg', 'https://html5.gamemonetize.com/rc2ebrmw31k1o6rqgdowbuu3kydhflcr/', '0', 'Boys', 0, 0, '', 'drifty-master-d-game'), (6221, 'Subway Santa Princess Runner', 'Subway Santa Princess Runner is an awesome endless running game. Help Princess Santa dodge the trains and run from the policeman who\'s after her. The princess is waiting to live with her the most beautiful adventures subway run game and challenges to level up and she needs to collect various components of power and coins on the Subway road. You can control the game very easily and with one finger you can change the running path by swiping right to left or left to right and jump by swiping up or sliding when swiping down. You can also get a skateboard and double-tap to use it to protect you from collisions and don\'t avoid the surprise box and jump boots, also a jet-pack to help you get as many coins and gifts as possible', 'https://img.gamemonetize.com/t98ouu7fy5oze8qrc0bh9295xsweb0ju/512x384.jpg', 'https://html5.gamemonetize.com/t98ouu7fy5oze8qrc0bh9295xsweb0ju/', '0', 'Soccer', 0, 0, '', 'subway-santa-princess-runner'), (6222, 'Color Crazy Ball Blast Fire', 'Color Crazy Ball Blast is a FREE, fun, and addictive switch color game. However, instead of climbing up the color wheels, you have to shoot the ball to score. However, you should not touch obstacle with different colours or you will die instantly! It’s not as difficult as the usual color switcher reflex game because you can wait until the right moment to shoot the ball.', 'https://img.gamemonetize.com/7mifxqbveugr3pzi2b6s3sah8gaomoyn/512x384.jpg', 'https://html5.gamemonetize.com/7mifxqbveugr3pzi2b6s3sah8gaomoyn/', '0', 'Puzzles', 0, 0, '', 'color-crazy-ball-blast--fire'), (6223, 'Gothic Fashion', 'Debby is a very sweet girl who likes to dress in gothic style. Which dresses do you think she should choose? Can you help her to become the most stylish gothic girl? let\'s dress up', 'https://img.gamemonetize.com/lumx34kzge71mx29x4tteezpfknj2w3w/512x384.jpg', 'https://html5.gamemonetize.com/lumx34kzge71mx29x4tteezpfknj2w3w/', '0', 'Girls', 0, 0, '', 'gothic-fashion'), (6224, 'Basketball Stars Multijoueur', 'From the creators of many famous eSports games! Dribble, shoot, score, WIN in this competitive multiplayer basketball game! Take the ball and conquer the world with BASKETBALL STARS!', 'https://img.gamemonetize.com/v0cib43fj98ng1nq43eaavgmbaycwkgd/512x384.jpg', 'https://html5.gamemonetize.com/v0cib43fj98ng1nq43eaavgmbaycwkgd/', '0', 'Soccer', 0, 0, '', 'basketball-stars-multijoueur'), (6225, 'Queen Elisa Dress up', 'Elisa is a very kind hearted queen. He is known for being fair and tolerant. Their clothes are custom made. His tailor sewed many new clothes. Queen Elisa tries out her new dresses. Let\'s help her choose her new costumes. let\'s dress her up', 'https://img.gamemonetize.com/80wf1lxt8yezhcypdp4agbtjxgh0oj5a/512x384.jpg', 'https://html5.gamemonetize.com/80wf1lxt8yezhcypdp4agbtjxgh0oj5a/', '0', 'Girls', 0, 0, '', 'queen-elisa-dress-up'), (6226, 'Endless Runner in Jungle', 'Amazing endless runner game', 'https://img.gamemonetize.com/4rrpir5srj8kq0j8l084bae5407qwtck/512x384.jpg', 'https://html5.gamemonetize.com/4rrpir5srj8kq0j8l084bae5407qwtck/', '0', 'Hypercasual', 0, 0, '', 'endless-runner-in-jungle'), (6227, 'Princess Amelia Dressup', 'Princess Amelia had her tailor made very stylish costumes. She\'s going to a ball tonight. Which costume do you think she should wear? Let\'s dress her up very stylishly.', 'https://img.gamemonetize.com/y1l2eqwm7bzcw4qejlr211ikcjbja4v5/512x384.jpg', 'https://html5.gamemonetize.com/y1l2eqwm7bzcw4qejlr211ikcjbja4v5/', '0', 'Girls', 0, 0, '', 'princess-amelia-dressup'), (6228, 'Funny Tennis', 'It is a tennis game that you can only play against bots. You can win the tournament and play with new characters.', 'https://img.gamemonetize.com/8xr8a6iqqrrov06tk5mvckqtnfmyj9jf/512x384.jpg', 'https://html5.gamemonetize.com/8xr8a6iqqrrov06tk5mvckqtnfmyj9jf/', '0', 'Sports', 0, 0, '', 'funny-tennis'), (6229, 'Micro Golf Ball Game', 'Micro Golf Ball is a free online game for boys in which you need to drive the golf balls into the holes and avoid obstacles. On your way, there will be closed doors that need to be opened and windmills that can help you achieve your goals. If you act wisely, you can quickly move to the next level and improve your intelligence!', 'https://img.gamemonetize.com/sn8fyt8hk1igz10s3e4a7iekwefza1z3/512x384.jpg', 'https://html5.gamemonetize.com/sn8fyt8hk1igz10s3e4a7iekwefza1z3/', '0', 'Boys', 0, 0, '', 'micro-golf-ball-game'), (6230, 'Private Zombie Town', 'Capture people and turn them into zombies. Destroy other zombie teams by increasing the number of zombies. There is always more zombie teams for the last zombie alive.', 'https://img.gamemonetize.com/01u0h96annu7msjhhmg6bgubolsxxs3j/512x384.jpg', 'https://html5.gamemonetize.com/01u0h96annu7msjhhmg6bgubolsxxs3j/', '0', 'Action', 0, 0, '', 'private-zombie-town'), (6231, 'Doll House', 'Design your dollhouse with wallpaper toy items and more', 'https://img.gamemonetize.com/7q78fz2yrgvanq7t55r7x07h4fmqrokw/512x384.jpg', 'https://html5.gamemonetize.com/7q78fz2yrgvanq7t55r7x07h4fmqrokw/', '0', 'Girls', 0, 0, '', 'doll-house'), (6232, 'Wild Runner 2d', 'this tis my 1st game play and enjoy', 'https://img.gamemonetize.com/qask6gogd72j81a5is1j0udt0mjoekqv/512x384.jpg', 'https://html5.gamemonetize.com/qask6gogd72j81a5is1j0udt0mjoekqv/', '0', 'Arcade', 0, 0, '', 'wild-runner-d'), (6233, 'Wood Block Puzzle Game', 'Wood block puzzle is a wood style block game. Easy to play, but difficult to be a master. More wood blocks crush, more score you will get. Try it and you will love this block puzzle game.', 'https://img.gamemonetize.com/4lt5oekllrv5nh9y7vwl7ij3t7l3f54a/512x384.jpg', 'https://html5.gamemonetize.com/4lt5oekllrv5nh9y7vwl7ij3t7l3f54a/', '0', 'Puzzles', 0, 0, '', 'wood-block-puzzle-game'), (6234, 'Drink Buffet', 'Prepare fruit cocktails according to the wishes of your customers. Prepare drinks faster by purchasing new cocktail machines and decorations with the money you earn.', 'https://img.gamemonetize.com/6f2gnbbw7eueoxtspiukc87evlocjxqa/512x384.jpg', 'https://html5.gamemonetize.com/6f2gnbbw7eueoxtspiukc87evlocjxqa/', '0', 'Cooking', 0, 0, '', 'drink-buffet'), (6235, 'Pizza Maker Master Chef', 'Create your own delicious pizza and make this a mouth-watering experience. First you have to shop all the required ingredients for tasty pizza snack cooking mania kitchen. Cut the vegetables in beautiful manner for crazy cooking pizza topping. Now your Yummy pizza is ready to bake. Place the ready dough in oven for some time. Then, do pizza topping and now tasty pizza is ready to eat.', 'https://img.gamemonetize.com/40tyewcpk5zeruz59f6k72q0qbw6562i/512x384.jpg', 'https://html5.gamemonetize.com/40tyewcpk5zeruz59f6k72q0qbw6562i/', '0', 'Girls', 0, 0, '', 'pizza-maker-master-chef'), (6236, 'Buddy Halloween Adventure', 'Buddy Halloween Adventure is an amazing online Halloween game that you can play for free. help our little Buddy to clear all levels and win the game. Drive over obstacles, collect money and drive to the finish line. Have fun playing.', 'https://img.gamemonetize.com/keowf3vyj18zquumiruyha1r0qhnhwoz/512x384.jpg', 'https://html5.gamemonetize.com/keowf3vyj18zquumiruyha1r0qhnhwoz/', '0', 'Racing', 0, 0, '', 'buddy-halloween-adventure'), (6237, 'Rescue Vanguard', 'The duel in the air combat mode is more exciting, and players and friends will have their own super cool helicopter here', 'https://img.gamemonetize.com/kpikszokydbajwjsydxg89qvaoyrcze2/512x384.jpg', 'https://html5.gamemonetize.com/kpikszokydbajwjsydxg89qvaoyrcze2/', '0', 'Boys', 0, 0, '', 'rescue-vanguard'), (6238, 'Monster Cars Ultimate Simulator', 'This time, the adventure begins with the biggest and the most powerful vehicles in the world, the Monster Cars! The time has just come for the ultimate driving simulator experience. These monster cars consist of various vehicle designs, powers, and stabilities. Different game modes like time attack, challenges, circuit races, and fly races are waiting for you.', 'https://img.gamemonetize.com/z68g27jvpyxguo5c3hbqqq1c7c7i1zqr/512x384.jpg', 'https://html5.gamemonetize.com/z68g27jvpyxguo5c3hbqqq1c7c7i1zqr/', '0', 'Racing', 0, 0, '', 'monster-cars-ultimate-simulator'), (6239, 'Stick Warrior Hero Battle', 'The battle of the Stick Ragdolls is beginning in the various dangerous arenas with the Stick Warriors Hero Battle game! These stickmen are the heroes of the stickman community. Each of them has its own weapon and different fighting abilities. The modes will take you on various adventures in either single player or two player. During the game, don\'t forget to take power-ups that spawn around the map. Some power-ups are good but some power-ups are bad. Make sure you pick the good one. Call a friend and enjoy this fun stick battle together!', 'https://img.gamemonetize.com/bg00n551jqiaopwgoxl94cb7ump6p2lf/512x384.jpg', 'https://html5.gamemonetize.com/bg00n551jqiaopwgoxl94cb7ump6p2lf/', '0', 'Fighting', 0, 0, '', 'stick-warrior-hero-battle'), (6240, 'Halloween Pumpkin Weighin', 'Drop pumpkins on either side of the scale to match the weight on both sides and balance scales. There will be other objects there too. Weights, Cats, Heads and other stuff', 'https://img.gamemonetize.com/ms02xq6y4vslk37if6cksaoabl5bxcfw/512x384.jpg', 'https://html5.gamemonetize.com/ms02xq6y4vslk37if6cksaoabl5bxcfw/', '0', 'Puzzles', 0, 0, '', 'halloween-pumpkin-weighin'), (6241, 'Baby Taylor Superhero Emergency', 'We all know Taylor and she is a good friend of ours. But he also has a secret identity, a superhero. After school, Taylor would often change into her uniform to be a superhero. Let\'s fly over the city with Taylor today', 'https://img.gamemonetize.com/lf74gthwyrzu3ddyvsdthg6poldt1wqi/512x384.jpg', 'https://html5.gamemonetize.com/lf74gthwyrzu3ddyvsdthg6poldt1wqi/', '0', 'Girls', 0, 0, '', 'baby-taylor-superhero-emergency'), (6242, 'Giant Rush Online 3D', 'Giant Rush Online is undoubtedly the most interesting new arcade game this year, with addictive gameplay and 3D art style. In this game, you can not only experience the most thrilling parkour game but also play battle games. Your task is to collect different kinds of fruits on the platform. Each time you collect a kind of fruit, your color will change according to the fruit. Take care to avoid different kinds of other fruits. It is worth noting that you can not only run on the platform. , You can also play against other people.', 'https://img.gamemonetize.com/zvn8gv24yngpds84lkovxpjc923byhzh/512x384.jpg', 'https://html5.gamemonetize.com/zvn8gv24yngpds84lkovxpjc923byhzh/', '0', 'Boys', 0, 0, '', 'giant-rush-online-d'), (6243, 'Ropeman 3D Game', 'Have you heard of Spiderman? Spiderman has a superhuman ability. He can use spider silk to entangle dangerous objects or kill terrible enemies. Today, you have the opportunity to use hooks and ropes like Spiderman to complete each level challenge, Ropeman 3D is the latest 3D arcade game. You can follow in the footsteps of your favorite superheroes. At the same time, you also need to think strategically to avoid dangerous enemies holding machine guns. Use hooks and ropes to interrupt their firing actions. The bad guys have a chance to kill them before you get rid of them, are you ready?', 'https://img.gamemonetize.com/pjhfkg0odnm39arxs8zgisd955gdtrzl/512x384.jpg', 'https://html5.gamemonetize.com/pjhfkg0odnm39arxs8zgisd955gdtrzl/', '0', 'Boys', 0, 0, '', 'ropeman-d-game'), (6244, 'Tricks 3D Bike Racing Game', 'Tricks is a fun, colorful, motorcycle racing game where you\'ll not only need to beat your opponents to the finish line but pull off the most tricks while doing so! Race against 5 other motocrossers and complete sick jumps and flips for a bonus. Make it to the finish line first and prove you the Tricks champion! Don\'t miss out on the bonuses you can get from combos and perfect landings. Daily challenges also make sure there\'s never a dull race in Tricks!', 'https://img.gamemonetize.com/yh87uvwzdbr639onndeha33etktdznaq/512x384.jpg', 'https://html5.gamemonetize.com/yh87uvwzdbr639onndeha33etktdznaq/', '0', 'Racing', 0, 0, '', 'tricks--d-bike-racing-game'), (6245, 'Combat Reloaded 2', 'Combat Reloaded 2 is a first-person shooter multiplayer game and the sequel to the popular titles Combat Reloaded and Combat Online. Both were developed by NadGames. Step into the arena and get ready for an all-out battle. Choose from tons of different maps for the setting of our fight and be prepared to arm yourself with several different weapons. Combat your enemies in an all-out battle to see which team will come out on top! Do you have the skills to rise to the top?', 'https://img.gamemonetize.com/qngjqt5qffzj4bl0uitsfitqk9wpjyb6/512x384.jpg', 'https://html5.gamemonetize.com/qngjqt5qffzj4bl0uitsfitqk9wpjyb6/', '0', 'Boys', 0, 0, '', 'combat-reloaded-'), (6246, 'Hello Kitty Jigsaw Puzzle', 'This Hello Kitty Jigsaw Puzzle, as you can read from the title of the game even before you actually access it, you get to play with Hello Kitty , first of all, and we know how fun and friendly she is, but you should also know this is actually going to be a super fun puzzle challenge for you and of course that we hope you are going to be more than happy to solve all the puzzles because these are all images with Hello Kitty and she just can\'t wait to see them all solved.', 'https://img.gamemonetize.com/2xi8r0udgmi6vglh5dclmpvp6zm3mxe4/512x384.jpg', 'https://html5.gamemonetize.com/2xi8r0udgmi6vglh5dclmpvp6zm3mxe4/', '0', 'Puzzles', 0, 0, '', 'hello-kitty-jigsaw-puzzle'), (6247, 'Alien Blaster', 'Kill aliens by shooting', 'https://img.gamemonetize.com/ygbci4cw0r4ss1tz6wj3otfh5itffl8e/512x384.jpg', 'https://html5.gamemonetize.com/ygbci4cw0r4ss1tz6wj3otfh5itffl8e/', '0', 'Shooting', 0, 0, '', 'alien-blaster'), (6248, 'Merge Master Monster Playtime', 'Merge your monsters to go into battle and get the strongest army on the block. You need to use your tactic and your brain to combine the monsters and fight against the enemies! You need to quickly synthesize your monsters to become a giant army if you want to win! Playtime Merge Master is an attractive and addictive real-time strategy game for everyone. The main goal is to beat all the enemies by combining your monsters to grow. Combine quickly and actively attack enemies to gain control of enemy positions and possess greater power than the opponent. At the same time, use your strategy and tactics to win the battle and move on to the next level. Unlock new and more powerful monsters by merging them! Grow your army to fight against terrific monsters when you merge them. This game is not one of those classic and boring merging games. This is a new, free, attractive and cool game for all of us.', 'https://img.gamemonetize.com/3xrn4pbnalnl11jjuw8cq3lh711pba5p/512x384.jpg', 'https://html5.gamemonetize.com/3xrn4pbnalnl11jjuw8cq3lh711pba5p/', '0', 'Puzzles', 0, 0, '', 'merge-master-monster-playtime'), (6249, 'Subway Surfers Word Blocks', 'Putting together words is an effortless job. Your mouse is all you will need to complete this mission. You need only to click and hold on the first letter of the word, then drag it until you reach the last letter. As you do this, the squares will turn blue. When the whole word is highlighted, you can release the click,', 'https://img.gamemonetize.com/v9b7fgjan4oqsokmc6qd5j9o7qcyvhfr/512x384.jpg', 'https://html5.gamemonetize.com/v9b7fgjan4oqsokmc6qd5j9o7qcyvhfr/', '0', 'Puzzles', 0, 0, '', 'subway-surfers-word-blocks'), (6250, 'Happy Cat Puzzle', 'Draw A Line and Fill the Glass, Brain Challenging Puzzle Games in metaverse.Try to find the best way to complete each level. You can come up with your own solution so be creative and don\'t be afraid to think out of the box! Some levels might look easy but let\'s see if you can actually get the 3 stars.', 'https://img.gamemonetize.com/99cb4xetp66t0euqejqbcbhwq0kvsnjz/512x384.jpg', 'https://html5.gamemonetize.com/99cb4xetp66t0euqejqbcbhwq0kvsnjz/', '0', 'Puzzles', 0, 0, '', 'happy-cat-puzzle'), (6251, 'Super Jumper', 'One of the hottest mobile games of all time! Easy to pick up and play. Journey up a sheet of graph paper, perpetually jumping from one platform to the next, avoiding black holes, and blasting baddies with nose balls along the way. Laugh with delight as you blow past other players\' actual score markers scribbled in the margins. And be warned: this game is insanely addictive!', 'https://img.gamemonetize.com/j9n2rh05znsylj7lrsan5llguf5y6s2d/512x384.jpg', 'https://html5.gamemonetize.com/j9n2rh05znsylj7lrsan5llguf5y6s2d/', '0', 'Clicker', 0, 0, '', 'super-jumper'), (6252, 'Beach Escape 2', 'Beach Escape 2 is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a beach; there you got trapped inside the beach. Here are the interesting puzzles and hidden objects to find and get escape from the beach. Good luck… Have fun!', 'https://img.gamemonetize.com/fur3vrrtsppzgdlfoku0qtdwyr9kg80m/512x384.jpg', 'https://html5.gamemonetize.com/fur3vrrtsppzgdlfoku0qtdwyr9kg80m/', '0', 'Puzzles', 0, 0, '', 'beach-escape-'), (6253, 'Pink House Escape 2', 'Pink House Escape 2 is a point and click game developed by 8B Games/Games2Mad. Imagine that you went to a Pink house. You got trapped inside the house. Here are the interesting puzzles and hidden objects to get escape. Good Luck…. Have Fun!!!', 'https://img.gamemonetize.com/45a3n00d4fljizvkrnrn6ni271rche8w/512x384.jpg', 'https://html5.gamemonetize.com/45a3n00d4fljizvkrnrn6ni271rche8w/', '0', 'Puzzles', 0, 0, '', 'pink-house-escape-'), (6254, 'Little panda match3', 'Launchship Studios comes with another unique fun-filled Treasure Hunters matching Gems game with Chinese baby panda match 3 theme that will take you to the adventurous baby panda journey. Travel to the different levels and play with diamonds, gems, and jewels by matching three or more similar properties. Match five jewels in a single move and create magic gems which act like a row or column-breakers to complete the tricky levels quickly.', 'https://img.gamemonetize.com/thc7fv817rbmjm3nl4oi90l02i6wmjr4/512x384.jpg', 'https://html5.gamemonetize.com/thc7fv817rbmjm3nl4oi90l02i6wmjr4/', '0', 'Arcade', 0, 0, '', 'little-panda-match'), (6255, 'Build a Bridge!', 'Test your engineering and improvisation skills in a puzzle game where the stakes are as high as they get. It is you who will construct bridges for cars, trucks, busses... And sometimes even monster trucks. Gather your wits and get on with the construction!', 'https://img.gamemonetize.com/6nev1nlzs0kycd4w1myxl5ua8x40hy8a/512x384.jpg', 'https://html5.gamemonetize.com/6nev1nlzs0kycd4w1myxl5ua8x40hy8a/', '0', 'Adventure', 0, 0, '', 'build-a-bridge'), (6256, 'Flappy Penguin', 'Flappy Penguin is an online jumping arcade game. The objective of the game is to guide the penguin through a series of pipes, avoiding gaps and obstacles. Flappy Penguin Online is an arcade game that will have you jumping for hours of fun that challenges players to help a little penguin flap its wings and fly through a series of obstacles.', 'https://img.gamemonetize.com/nlru86yzgu0odvpqrc3c3rs2qc5ifp1i/512x384.jpg', 'https://html5.gamemonetize.com/nlru86yzgu0odvpqrc3c3rs2qc5ifp1i/', '0', 'Arcade', 0, 0, '', 'flappy-penguin'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (6257, 'Upit Adventure Game', 'Type of 2D game with adventure in every stage and with easy controls like jumping and walking. The game passes obstacles by jumping and must reach the destination in a place.', 'https://img.gamemonetize.com/5y32jifxj3sprb85al1lzq2ba7nh9mje/512x384.jpg', 'https://html5.gamemonetize.com/5y32jifxj3sprb85al1lzq2ba7nh9mje/', '0', 'Shooting', 0, 0, '', 'upit-adventure-game'), (6258, 'Platformer War Day', 'An action-type platformer game with two-dimensional cartoons by playing one player from stage 1 to 27 stages in each stage with different views', 'https://img.gamemonetize.com/sfw0jafnkkszm9e3hd9pwfp66x6bejyg/512x384.jpg', 'https://html5.gamemonetize.com/sfw0jafnkkszm9e3hd9pwfp66x6bejyg/', '0', 'Shooting', 0, 0, '', 'platformer-war-day'), (6259, 'Multi Level 7 Car Parking Sim', 'Car games you play before isn\'t a spoiler for Driving School The Driving school will teach you how to drift. And racing', 'https://img.gamemonetize.com/h8kcx1vrpbgo18ny1puv64du30l1dive/512x384.jpg', 'https://html5.gamemonetize.com/h8kcx1vrpbgo18ny1puv64du30l1dive/', '0', 'Adventure', 0, 0, '', 'multi-level--car-parking-sim'), (6260, 'Beach Girl Dressup', 'Emma loves the sea and the sand. She goes on vacation to Cyprus every summer. She bought new clothes for the holidays this summer. Let\'s dress her up very stylishly together', 'https://img.gamemonetize.com/y1gdhl1tvhbcuz5wkwlj79tgprykea25/512x384.jpg', 'https://html5.gamemonetize.com/y1gdhl1tvhbcuz5wkwlj79tgprykea25/', '0', 'Girls', 0, 0, '', 'beach-girl-dressup'), (6261, 'Nanychan vs Ghosts', 'Nanychan vs Ghosts is a 2D Halloween themed platformer where you have to collect the red balls while avoiding the Pumpkins, ghosts, spikes and fire and reach the exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/5s39hhhezmovp7lkzhk9sn9lfipg5try/512x384.jpg', 'https://html5.gamemonetize.com/5s39hhhezmovp7lkzhk9sn9lfipg5try/', '0', 'Arcade', 0, 0, '', 'nanychan-vs-ghosts'), (6262, 'Funny Epic Roll', 'Funny Epic Roll the player needs to react quickly as the cube rolls through an exotic world. Help the little cube avoid the deadly obstacles, traps, pits in order to survive and collect coins to unlock new characters, there\'re many of them!', 'https://img.gamemonetize.com/d67a4eouolhf8dn5wf42afgn6glufucp/512x384.jpg', 'https://html5.gamemonetize.com/d67a4eouolhf8dn5wf42afgn6glufucp/', '0', 'Clicker', 0, 0, '', 'funny-epic-roll'), (6263, 'Cute Girl Dress Up', 'Emma is a very beautiful girl who is studying at a fashion school. She follows fashion very well. Let\'s dress her up very stylishly.', 'https://img.gamemonetize.com/yv9gnrq9find7gh1o57mrxekm9l8ivm2/512x384.jpg', 'https://html5.gamemonetize.com/yv9gnrq9find7gh1o57mrxekm9l8ivm2/', '0', 'Girls', 0, 0, '', 'cute-girl-dress-up'), (6264, 'Amgel Easy Room Escape 67', 'AmgelEscape - Amgel Easy Room Escape 67 is another point and click escape game developed by Amgel Escape. In this game, you are locked in a room and you have to try to escape the room by finding items and solving puzzles. Show your best escaping skills to escape from the room. Can you able to escape from the room successfully? Good luck and have fun!', 'https://img.gamemonetize.com/n37jew2njcxvyy7ljic06pzt1w3em454/512x384.jpg', 'https://html5.gamemonetize.com/n37jew2njcxvyy7ljic06pzt1w3em454/', '0', 'Puzzles', 0, 0, '', 'amgel-easy-room-escape-'), (6265, ' Amgel Kids Room Escape 74', 'AmgelEscape - Amgel Kids Room Escape 74 is another point and click escape game developed by Amgel Escape. In this game, you are locked in a room and you have to try to escape the room by finding items and solving puzzles. Show your best escaping skills to escape from the room. Can you able to escape from the room successfully? Good luck and have fun!', 'https://img.gamemonetize.com/eiat4btwu9uv8p0wz7igcsbje4ww72jw/512x384.jpg', 'https://html5.gamemonetize.com/eiat4btwu9uv8p0wz7igcsbje4ww72jw/', '0', 'Puzzles', 0, 0, '', '-amgel-kids-room-escape-'), (6266, 'Flappy Pumpkin', 'In this game you can play with a Flappy Pumpkin! Just Tap to fly and try to pass across the robot poppy hands without touching them. Collect all medals and try to sign your personal highest score. Enjoy it!', 'https://img.gamemonetize.com/5lsgas04qudmovmsbhyeutz4brmylsu6/512x384.jpg', 'https://html5.gamemonetize.com/5lsgas04qudmovmsbhyeutz4brmylsu6/', '0', 'Boys', 0, 0, '', 'flappy-pumpkin'), (6267, 'Elastic Car 3D', 'Elastic Car is a new arcade game. You need professional and superb driving skills to enjoy the fun of this game. In the game, you can show your driving skills and experience super-fast speeds, control the vehicle to change lanes and Go beyond all the cars in front, and you can collect some essential props to experience the rocket-like acceleration function. Collecting the yellow cars running on the street will provide you with faster speed and a little invincible time. Glad you will show your best scores and have fun!', 'https://img.gamemonetize.com/kaart3m85trc6fnuv0zpsnrbayz1sjsj/512x384.jpg', 'https://html5.gamemonetize.com/kaart3m85trc6fnuv0zpsnrbayz1sjsj/', '0', 'Boys', 0, 0, '', 'elastic-car-d'), (6268, 'Join Scroll Run', 'Join Scroll Run has proven to be the most interesting new arcade game this year, with addictive gameplay and 3D art style. In the game, you will play a team leader, and you need to recruit as many teams as possible. Members, only when your team is large enough, you can climb over the blocking wall one by one. It is worth noting that there are some terrible obstacles on the platform, you need to avoid them to keep the number of team members.', 'https://img.gamemonetize.com/s7evsulff64o59vqds6toepb7cgl0w43/512x384.jpg', 'https://html5.gamemonetize.com/s7evsulff64o59vqds6toepb7cgl0w43/', '0', 'Boys', 0, 0, '', 'join-scroll-run'), (6269, 'Trains.io 3D Game', 'Trains.io 3D is a slithering train game in a 3d world. Become the grand training game by eating others and growing longer. Collect screws and toolbox to grow faster. Good Luck!', 'https://img.gamemonetize.com/x6xllus6rl5cmuuv5mvf5c1caskepgob/512x384.jpg', 'https://html5.gamemonetize.com/x6xllus6rl5cmuuv5mvf5c1caskepgob/', '0', 'Boys', 0, 0, '', 'trainsio-d-game'), (6270, 'Monster School Parkour Challenge', 'Monster School Parkour Challenge is a 2 player 2D minecraft parkour game where you can play with your friend. Choose your favorite monster and try to finish the parkour map.', 'https://img.gamemonetize.com/5kkuj80x0pb7u3dkjb1cekpivhmdl72x/512x384.jpg', 'https://html5.gamemonetize.com/5kkuj80x0pb7u3dkjb1cekpivhmdl72x/', '0', 'Adventure', 0, 0, '', 'monster-school-parkour-challenge'), (6271, 'Pumpkin Jump', 'Pumpkin Jump is a single-touch jumping reaction game, has everything you need to make your next app store hit! Use your skills and agility to survive by jumping over obstacles and avoid getting hit. Just tap the screen and makeup to three jumps before touching the ground again. Avoid the dangerous obstacles or your Pumpkin will explode and the game will be over!', 'https://img.gamemonetize.com/fy28bdk8ybr3cnmtgetui5snin4pfuy1/512x384.jpg', 'https://html5.gamemonetize.com/fy28bdk8ybr3cnmtgetui5snin4pfuy1/', '0', 'Racing', 0, 0, '', 'pumpkin-jump'), (6272, 'Sudoku Game', 'Sudoku Game is a free puzzle online game for boys, with various styles of backgrounds for you to choose from freely. The game has classic rules, multiple modes, and challenges of different difficulty. You can choose the difficulty to challenge according to your own level, and you also can take notes at will in pencil. Are you ready for a master challenge? Come and enjoy this puzzle game!', 'https://img.gamemonetize.com/eq71s0yfpagfhakn0byg77f7vlfm0c8r/512x384.jpg', 'https://html5.gamemonetize.com/eq71s0yfpagfhakn0byg77f7vlfm0c8r/', '0', 'Boys', 0, 0, '', 'sudoku-game'), (6273, 'TikTok Dance', 'The TikTok Dance team was built to captivate and their social media following definitely proves it. They brought popular bloggers under one roof to launch their short video account. And now the TikTok Dancing team is ready to win the hearts of millions with their music and dances. Choose trendy makeup, hairstyles and bows for blogger girls. Dont forget to accessorize your look! Have fun while enjoying fashion, dancing and making short TikTok videos!', 'https://img.gamemonetize.com/48q918mja9at5dxd7k0aa7o262nco8tc/512x384.jpg', 'https://html5.gamemonetize.com/48q918mja9at5dxd7k0aa7o262nco8tc/', '0', 'Girls', 0, 0, '', 'tiktok-dance'), (6274, 'Torn Pics Jigsaw Halloween', 'Tron Pics Jigsaw Halloween is a different flavor of classical jigsaw game. Arrange the jigsaw pieces of a picture to form the original picture. There are 2 modes in the games. Each mode has 36 levels. You must complete a level within time limits.', 'https://img.gamemonetize.com/n54zv7hq5f49mlewjh4szruwc1fyb70h/512x384.jpg', 'https://html5.gamemonetize.com/n54zv7hq5f49mlewjh4szruwc1fyb70h/', '0', 'Puzzles', 0, 0, '', 'torn-pics-jigsaw-halloween'), (6275, 'Halloween Clown Dressup', 'Halloween Clown Dressup is a shopping and makeover game where you first buy items from shop for dressing up your clown and its belongings. As you finish your design you will be rewarded with coins depending on your makeover skills and used items. You can also save your design.', 'https://img.gamemonetize.com/5ea9kvrrb75vlx8mkmyw4rv6x75r67tw/512x384.jpg', 'https://html5.gamemonetize.com/5ea9kvrrb75vlx8mkmyw4rv6x75r67tw/', '0', 'Puzzles', 0, 0, '', 'halloween-clown-dressup'), (6276, 'Gun Sprint Gun Run', 'Flip the gun and move forward to reach the goal! When you tap the screen, the gun will shoot and flip forward or backward! Focus on the tap timing, shoot the enemies, and get high score! If the gun fly high, it will be hard to control.', 'https://img.gamemonetize.com/5b1l63kef3p979mvrunaoew9txkg90ba/512x384.jpg', 'https://html5.gamemonetize.com/5b1l63kef3p979mvrunaoew9txkg90ba/', '0', 'Hypercasual', 0, 0, '', 'gun-sprint--gun-run'), (6277, 'Pro Obunga vs CreepEnder', 'Have you escaped from obunga before? Obunga is very dangerous. You have to run away from him, don\'t look back and run! obunga is following you. If the obunga catches you too dangerous, it can eat you. Escape with your friend and jump through the portal to escape. The portal is your only way of salvation, don\'t look back. You can collect the gold on the way and buy clothes for yourself from the shop.', 'https://img.gamemonetize.com/dvdc9d8skuvv54u1l0epxnc7dlg2kz4h/512x384.jpg', 'https://html5.gamemonetize.com/dvdc9d8skuvv54u1l0epxnc7dlg2kz4h/', '0', 'Arcade', 0, 0, '', 'pro-obunga-vs-creepender'), (6278, 'Brawl Poo', 'hey poo let\'s go to war? Win the battle in the arenas and buy yourself new clothes, don\'t forget the clothes can make you look more attractive. let\'s fight and win. Collect the gold as you earn, get the bonus and get the skin you want! Every victory will carry you forward poo you have to win the battles.', 'https://img.gamemonetize.com/t4urhb413373pw4kfmamjvv5gsjcm9dx/512x384.jpg', 'https://html5.gamemonetize.com/t4urhb413373pw4kfmamjvv5gsjcm9dx/', '0', 'Adventure', 0, 0, '', 'brawl-poo'), (6279, 'Hackers vs impostors', 'hey you hackers you have to kill all the monsters in the best way possible. kill the monsters and qualify to the next level. Be careful the monsters are very powerful. Overcome the monsters with your friend. take your friend and finish this adventure completely. monsters everywhere be careful don\'t touch the thorns and sharp wheels.', 'https://img.gamemonetize.com/keqeyo14h4xkbs6of4ga7ka7zprpeujw/512x384.jpg', 'https://html5.gamemonetize.com/keqeyo14h4xkbs6of4ga7ka7zprpeujw/', '0', 'Adventure', 0, 0, '', 'hackers-vs-impostors'), (6280, 'Stickman Huggy Spooky Holiday', 'You have to help Red and Blue Huggy in his Halloween adventures. they embarked on a very dangerous adventure and the whole place is very scary and scary! Collect candies and buy yourself a costume with your friend to overcome your fears.', 'https://img.gamemonetize.com/isy8l1rme2azm1g2n2hirk8v3hf12s79/512x384.jpg', 'https://html5.gamemonetize.com/isy8l1rme2azm1g2n2hirk8v3hf12s79/', '0', 'Adventure', 0, 0, '', 'stickman-huggy-spooky-holiday'), (6281, '4p', 'You just can’t imagine how much fun it can be in parking your car. Car Parking helps you to test your driving skills by let you park your car at different exciting places.', 'https://img.gamemonetize.com/rrxw2z3kme4kdv8vy3felzc4ee5vy4fw/512x384.jpg', 'https://html5.gamemonetize.com/rrxw2z3kme4kdv8vy3felzc4ee5vy4fw/', '0', 'Arcade', 0, 0, '', 'p'), (6282, 'Real Car Parking Parking Master GTA', 'From the creators of the legendary driving and drifting game Drift Max Pro comes a brand new 3D parking and driving game: Car Parking Pro - Car Parking Game & Driving Game. In this amazing 3d car parking game', 'https://img.gamemonetize.com/p8kgml4r227t5br91mnuke7t5gg0z1yl/512x384.jpg', 'https://html5.gamemonetize.com/p8kgml4r227t5br91mnuke7t5gg0z1yl/', '0', 'Arcade', 0, 0, '', 'real-car-parking--parking-master-gta'), (6283, 'Cairn ', 'In Cairn, you play as Daisy, an intrepid adventurer bound for the top of a seemingly endless tower. Along the way, you\'re aided by mysterious wildlife that allow you to shift parts of the ground, writing your name into the path before you. Will you create advantages for yourself and for others that come afterwards? Or will you contribute to the havoc of the spiraling monolith?', 'https://img.gamemonetize.com/egxeoxz7amqriilj20rmt2w60rsoa5y7/512x384.jpg', 'https://html5.gamemonetize.com/egxeoxz7amqriilj20rmt2w60rsoa5y7/', '0', 'Adventure', 0, 0, '', 'cairn-'), (6284, 'Tom and Jerry Dress Up', 'Are you a fan of Tom, Jerry and their friends? Well! This game is for you! This is a dress-up game where you will dress tom and his friend jerry! Choose the right outfits and change the background to make the final result looks great! Wait! Tap on the camera icon to download your photo and share it with friends! Enjoy', 'https://img.gamemonetize.com/kawl9xfklzmxwq9kh5qzhkz6yi27mu1q/512x384.jpg', 'https://html5.gamemonetize.com/kawl9xfklzmxwq9kh5qzhkz6yi27mu1q/', '0', 'Girls', 0, 0, '', 'tom-and-jerry-dress-up'), (6285, ' Amgel Kids Room Escape 73', 'AmgelEscape - Amgel Kids Room Escape 73 is another point and click escape game developed by Amgel Escape. In this game, you are locked in a room and you have to try to escape the room by finding items and solving puzzles. Show your best escaping skills to escape from the room. Can you able to escape from the room successfully? Good luck and have fun!', 'https://img.gamemonetize.com/8xuphw1ltn22hbkocnre6onduwgpb2il/512x384.jpg', 'https://html5.gamemonetize.com/8xuphw1ltn22hbkocnre6onduwgpb2il/', '0', 'Puzzles', 0, 0, '', '-amgel-kids-room-escape-'), (6286, 'Amgel Easy Room Escape 66', 'AmgelEscape - Amgel Easy Room Escape 66 is another point and click escape game developed by Amgel Escape. In this game, you are locked in a room and you have to try to escape the room by finding items and solving puzzles. Show your best escaping skills to escape from the room. Can you able to escape from the room successfully? Good luck and have fun!', 'https://img.gamemonetize.com/rv94c2iojsn5mra4cbo762ee1ozjogyq/512x384.jpg', 'https://html5.gamemonetize.com/rv94c2iojsn5mra4cbo762ee1ozjogyq/', '0', 'Puzzles', 0, 0, '', 'amgel-easy-room-escape-'), (6287, 'Floaty Astronaut', 'use Mouse for pc and laptop users or Touch for phone users to fly.', 'https://img.gamemonetize.com/62ifkkxeesp0c3rhwkqammt1xx5e2jzh/512x384.jpg', 'https://html5.gamemonetize.com/62ifkkxeesp0c3rhwkqammt1xx5e2jzh/', '0', 'Clicker', 0, 0, '', 'floaty-astronaut'), (6288, 'Trolls Puzzle Jigsaw', 'Trolls Puzzle is an online game that you can play in modern browsers for free. Trolls Puzzle Online is in the category of Matching. This game has received 10239 plays and 68% of game players have upvoted this game. Trolls Puzzle is made with html5 technology, and it\'s available on PC and Mobile web. You can play the game free online on your Computer, Android devices, and also on your iPhone and iPad. Let\'s play the puzzle game! Your mission is to drag the pieces into its right position until complete the whole picture. Right! It\'s our old friends-Trolls. There are 4 pictures for you to choose from. Have fun! If you want a better gaming experience, you can play the game in Full-Screen mode. The game can be played free online in your browsers, no download required! Did you enjoy playing this game? then check out our Boy games, Kids games, Puzzle games, Jigsaw games, Matching games,', 'https://img.gamemonetize.com/0kf5f3lzyfi4j91nxx59kv63g10a3v8u/512x384.jpg', 'https://html5.gamemonetize.com/0kf5f3lzyfi4j91nxx59kv63g10a3v8u/', '0', 'Puzzles', 0, 0, '', 'trolls-puzzle-jigsaw'), (6289, 'Nick Jr. Sunny Day Super Search', 'Is a hidden object puzzle game based on the Sunny Day animated TV series. We are very happy that right in this instant we have gotten the chance of returning to the Sunny Day Games category on our website, which is one of the best ever friv categories of Nick Jr Games that we have created on our website, where we hope that we are going to be able to offer you all as many cool new games as possible all the time, just like we are doing right now, with us being the first ones to offer people a game such as Sunny Day Super Search, with which you are bound to have plenty of fun with. We explain how this hidden objects game works right now, after which it should be easy for you to play it! Well, you are going to begin by choosing which level you want to start with, having three in total, each one focusing on a different character from this show. The other characters are going to be hiding in the rooms, and when you see them, you have to click on them and do so until you have clicked on them all because only then you will have won the hide and seek game, and the level. Good luck to you all, and if you are up for more fun, stay here, since this day is going to be filled with one amazing game after the other, all being just for you!', 'https://img.gamemonetize.com/ihwb5gm2dqoly82rgua7ebumg5c5wnoa/512x384.jpg', 'https://html5.gamemonetize.com/ihwb5gm2dqoly82rgua7ebumg5c5wnoa/', '0', 'Girls', 0, 0, '', 'nick-jr-sunny-day-super-search'), (6290, 'Pixel Dragon', 'Pixel Dragon is a game of adventure games', 'https://img.gamemonetize.com/4n4kzpu9xs9wyitlaz0udid1kpyoyubp/512x384.jpg', 'https://html5.gamemonetize.com/4n4kzpu9xs9wyitlaz0udid1kpyoyubp/', '0', 'Arcade', 0, 0, '', 'pixel-dragon'), (6291, 'slime water', 'slime water is a really fun game and pretty hard u need to avoid all the barriers and the most high score in the game. hint: the highest score in the game is 1992 are you good enough to bet it ?', 'https://img.gamemonetize.com/89cri52g3rrm4yp8dt3w7llpdpnzz68y/512x384.jpg', 'https://html5.gamemonetize.com/89cri52g3rrm4yp8dt3w7llpdpnzz68y/', '0', 'Arcade', 0, 0, '', 'slime-water'), (6292, 'Ricky Zoom Family Pairs', 'Improve your memory and complete the puzzle in the Ricky Zoom: Family Pairs game! Ricky, Loop, DJ, and Scootio have prepared a fun new mission for you to try. Are you ready to join your cute friends and learn more about their family members? If so, now is your chance to show off your matching skills and quick thinking! Let\'s flip the circles and see where your motorcycle buddies are hiding! Your task is to find all the matching pairs until all the pictures are revealed. Can you memorize the placement of each image and complete the puzzle? Just pay close attention and see how fast you can solve the challenge! How to play the game The controls here are very straightforward. The only tool you need to start flipping the circles is your mouse. Start by clicking on an item to reveal what character is hidden underneath. Afterward, tap on another object of your choice and see if the pictures match! Your goal for this mission is to flip the circles and discover all the pairs. There are four stages in total, and the difficulty will keep increasing as you progress. In the beginning, you\'ll have six items ahead of you, but you\'ll match up to twelve objects by the end of the challenge. Can you keep up and showcase your impressive memory? Remember that the characters are all family members, so the images look very similar! To remember where each of your buddies is located, you should focus on their differences. Just take a good look at each picture before turning another one. Luckily there\'s no time limit here, so you don\'t have to rush. Don\'t worry if you make mistakes at first! You can keep trying to find the pairs for as long as you need. After revealing all of them, you can move on to the next challenge and keep exercising your matching skills!', 'https://img.gamemonetize.com/lmivffii0d77amzgvlvhodnj4ijbpssk/512x384.jpg', 'https://html5.gamemonetize.com/lmivffii0d77amzgvlvhodnj4ijbpssk/', '0', 'Puzzles', 0, 0, '', 'ricky-zoom--family-pairs'), (6293, 'Drop The Numbers', 'This game is similar to the popular game 2048. On the board, you need to put the blocks with the numbers. When matching two blocks with the same number, they will become one block with a number that is obtained by multiplying the two numbers. On the top of the game screen, you can watch which number will come next on the boars, so you can make some plans while playing. Try to play longer as you can, and get the highest number on the board.', 'https://img.gamemonetize.com/vjpcx4wficow57kg5q0e5qeqrwsg3lri/512x384.jpg', 'https://html5.gamemonetize.com/vjpcx4wficow57kg5q0e5qeqrwsg3lri/', '0', 'Puzzles', 0, 0, '', 'drop-the-numbers'), (6294, 'PJ Masks – Howling Havoc', 'Howling Havoc is the newest game that our administrative team is very happy to have added right now and here for free to you all into the PJ Masks Games category, this amazing page of Disney Junior Games that we know is beloved all over the world, so bringing you new content in it is always a great idea, and if that had not been the case, share this game with you all right now would not have been something we were doing. Let\'s now explain how it works, so that you will be able to give the game all you have best after you start playing it! To start off with, choose the hero you want to be out of the three, and with each of them, you do the same thing. When the bubble from the left reaches the space in the middle of the design, you have to press the spacebar the exact same moment, and then you will be able to attack enemies, which you need to push away in order to clear the level and win the battle, without letting them reach you and then make you lose the game. Good luck, and don\'t stop here, since we have prepared one awesome game after the other for the whole day, and we would love if you were to play them all!', 'https://img.gamemonetize.com/hcyzy8gy9m9xrj2nd4xny9zy4bn2yumi/512x384.jpg', 'https://html5.gamemonetize.com/hcyzy8gy9m9xrj2nd4xny9zy4bn2yumi/', '0', 'Clicker', 0, 0, '', 'pj-masks--howling-havoc'), (6295, 'Hit bricks', 'good game:This game is to hit bricks, start the game click on the screen to launch a pinball to hit the bricks, but there will be rotating obstacles around the bricks, as the level increases, the rotation speed and length of the obstacles will gradually increase, when the marbles hit the obstacles will bounce back to break themselves, when they are shattered the game ends', 'https://img.gamemonetize.com/88wk8qum55ozmz50y6t9lshiyjwyp04l/512x384.jpg', 'https://html5.gamemonetize.com/88wk8qum55ozmz50y6t9lshiyjwyp04l/', '0', '3D', 0, 0, '', 'hit-bricks'), (6296, 'Coloring Book for Moana', 'Are you into Moana ? Moana Coloring Book: A Stunning Coloring Book Including Many Flawless Images Of Moana For Relaxing This book is the perfect combination of illustrations and movie characters. It is promised to give you a coloring book with lots of images of Moana . This coloring helps you to mix colors better, hand-eye coordination, and enhance your coloring. This awesome item also helps you to refresh your mind and reduce stress. Join this colorful world Moana', 'https://img.gamemonetize.com/rcc8mw6m0zicbq4d5ig5vv5s8pcbrgsh/512x384.jpg', 'https://html5.gamemonetize.com/rcc8mw6m0zicbq4d5ig5vv5s8pcbrgsh/', '0', 'Puzzles', 0, 0, '', 'coloring-book-for-moana'), (6297, 'Coloring Book for Fortnite', 'Are you into Fortnite ? Fortnite Coloring Book: A Stunning Coloring Book Including Many Flawless Images Of Fortnite For Relaxing This book is the perfect combination of illustrations and movie characters. It is promised to give you a coloring book with lots of images of Fortnite . This coloring helps you to mix colors better, hand-eye coordination, and enhance your coloring. This awesome item also helps you to refresh your mind and reduce stress. Join this colorful world Fortnite', 'https://img.gamemonetize.com/wrs50lugvsxeqh7fp0m6toryuowuexq1/512x384.jpg', 'https://html5.gamemonetize.com/wrs50lugvsxeqh7fp0m6toryuowuexq1/', '0', 'Puzzles', 0, 0, '', 'coloring-book-for-fortnite'), (6298, 'Coloring Book for Finding Nemo', 'Are you into Finding Nemo ? Finding Nemo Coloring Book: A Stunning Coloring Book Including Many Flawless Images Of Finding Nemo For Relaxing This book is the perfect combination of illustrations and movie characters. It is promised to give you a coloring book with lots of images of Finding Nemo . This coloring helps you to mix colors better, hand-eye coordination, and enhance your coloring. This awesome item also helps you to refresh your mind and reduce stress. Join this colorful world Finding Nemo', 'https://img.gamemonetize.com/590j1kaklzytzwr412a8tma4fom3yx6s/512x384.jpg', 'https://html5.gamemonetize.com/590j1kaklzytzwr412a8tma4fom3yx6s/', '0', 'Puzzles', 0, 0, '', 'coloring-book-for-finding-nemo'), (6299, 'Coloring Book for Deadpool', 'Are you into Deadpool ? Deadpool Coloring Book: A Stunning Coloring Book Including Many Flawless Images Of Deadpool For Relaxing This book is the perfect combination of illustrations and movie characters. It is promised to give you a coloring book with lots of images of Deadpool . This coloring helps you to mix colors better, hand-eye coordination, and enhance your coloring. This awesome item also helps you to refresh your mind and reduce stress. Join this colorful world Deadpool', 'https://img.gamemonetize.com/kuj3hyve9t5kuy8f6fmijb12uey1tufp/512x384.jpg', 'https://html5.gamemonetize.com/kuj3hyve9t5kuy8f6fmijb12uey1tufp/', '0', 'Puzzles', 0, 0, '', 'coloring-book-for-deadpool'), (6300, 'Coloring Book for Darth Vader', 'Are you into Darth Vader ? Darth Vader Coloring Book: A Stunning Coloring Book Including Many Flawless Images Of Darth Vader For Relaxing This book is the perfect combination of illustrations and movie characters. It is promised to give you a coloring book with lots of images of Darth Vader . This coloring helps you to mix colors better, hand-eye coordination, and enhance your coloring. This awesome item also helps you to refresh your mind and reduce stress. Join this colorful world Darth Vader', 'https://img.gamemonetize.com/j2kw0ed052qjq5yrkq29z6lk598jh2bc/512x384.jpg', 'https://html5.gamemonetize.com/j2kw0ed052qjq5yrkq29z6lk598jh2bc/', '0', 'Puzzles', 0, 0, '', 'coloring-book-for-darth-vader'), (6301, 'Coloring Book for Captain America', 'Are you into Captain America ? Captain America Coloring Book: A Stunning Coloring Book Including Many Flawless Images Of Captain America For Relaxing This book is the perfect combination of illustrations and movie characters. It is promised to give you a coloring book with lots of images of Captain America . This coloring helps you to mix colors better, hand-eye coordination, and enhance your coloring. This awesome item also helps you to refresh your mind and reduce stress. Join this colorful world Captain America', 'https://img.gamemonetize.com/9mcpgodjcj4i53jh2hvpdazxythopovp/512x384.jpg', 'https://html5.gamemonetize.com/9mcpgodjcj4i53jh2hvpdazxythopovp/', '0', 'Puzzles', 0, 0, '', 'coloring-book-for-captain-america'), (6302, 'Coloring Book for Littlest Pet Shop', 'Are you into Littlest Pet Shop ? Littlest Pet Shop Coloring Book: A Stunning Coloring Book Including Many Flawless Images Of Littlest Pet Shop For Relaxing This book is the perfect combination of illustrations and movie characters. It is promised to give you a coloring book with lots of images of Littlest Pet Shop . This coloring helps you to mix colors better, hand-eye coordination, and enhance your coloring. This awesome item also helps you to refresh your mind and reduce stress. Join this colorful world Littlest Pet Shop', 'https://img.gamemonetize.com/hvcu4k07h46vn7mkkvhfcwbu4mlhugm0/512x384.jpg', 'https://html5.gamemonetize.com/hvcu4k07h46vn7mkkvhfcwbu4mlhugm0/', '0', 'Puzzles', 0, 0, '', 'coloring-book-for-littlest-pet-shop'), (6303, 'Anna Tattoo Shop', 'Princess Anne opened her own tattoo parlor. Even though this place has only been around for a few days, it has already become quite popular with a lot of people. Dozens of clients come here every day, and Anna simply cannot cope with such a flow of visitors. So she decided to hire an assistant in the salon.', 'https://img.gamemonetize.com/w9p5q7myb9811fcdmf1knp6w0vr59b0z/512x384.jpg', 'https://html5.gamemonetize.com/w9p5q7myb9811fcdmf1knp6w0vr59b0z/', '0', 'Girls', 0, 0, '', 'anna-tattoo-shop'), (6304, 'Knife Throw Halloween', 'Don\'t kill the clown as you throw your knife and try to complete what is required on each level. Hit the spots on the board around him. Slice the apples on his head or those he throws in the air. Hit balloons, but don\'t hit the clown', 'https://img.gamemonetize.com/vs6p3qpfk1vow46hq7k0egsy6jo20vur/512x384.jpg', 'https://html5.gamemonetize.com/vs6p3qpfk1vow46hq7k0egsy6jo20vur/', '0', 'Shooting', 0, 0, '', 'knife-throw-halloween'), (6305, 'Humi Bot', 'Humi Bot is a 2D Sci-Fi themed platformer where you have to collect orbs while avoiding the enemy robots, saws, spikes and reach the Exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/ug9kagmjjddrqoujv4rvynbggbs5yyl5/512x384.jpg', 'https://html5.gamemonetize.com/ug9kagmjjddrqoujv4rvynbggbs5yyl5/', '0', 'Arcade', 0, 0, '', 'humi-bot'), (6306, 'Halloween Coloring Games', 'Halloween Coloring Games is a very popular art game. Halloween is comming. You can make your own Halloween-themed drawings to celebrate Halloween through this game. And there are so many cute stickers for you to enrich your drawings. If you love Halloween and want to have some fun, invite your friends to play this game with you. Have a good time!', 'https://img.gamemonetize.com/ppbh686jnpn2sgylpacjjdy70jy77cja/512x384.jpg', 'https://html5.gamemonetize.com/ppbh686jnpn2sgylpacjjdy70jy77cja/', '0', 'Girls', 0, 0, '', 'halloween-coloring-games'), (6307, 'Halloween Mahjong Tiles', 'Halloween Mahjong Tiles is the classic tile-matching game with halloween theme. Match the pairs of the same tiles to clear them. You can select only those pairs which have either left or right side open. You need to clear all the tiles before the time runs out, then play as fast as possible. Hints and Shuffles buttons can help you.', 'https://img.gamemonetize.com/tk03jhveh0n5cklz001zmditqw3lmxqk/512x384.jpg', 'https://html5.gamemonetize.com/tk03jhveh0n5cklz001zmditqw3lmxqk/', '0', 'Puzzles', 0, 0, '', 'halloween-mahjong-tiles'), (6308, 'Xtreme Demolition Arena Derby 2022', 'All who watches televised racing races on breathtaking asphalt tracks secretly longs to take the wheel of a rally car for a short time, if only to feel the actual speed and adrenaline feeling that is accessible exclusively to formula one drivers. Try to put yourself in their shoes during an Indy car race or any other high-speed event. Put an end to your fantasizing and fire up "Real Speed" to enter the world of the world\'s best and fastest drivers as they race on the world\'s most stunning asphalt courses, risking their lives in the process. If you believe you have what it takes to compete in GT Motorsport, then this simulation of Grand Prix races is for you. Get some closure on a nagging question: do you have what it takes to win a world championship in asphalt rallying? Do it now!', 'https://img.gamemonetize.com/lfy4m6r5nq8z1ip9qndbcozpwmz809s9/512x384.jpg', 'https://html5.gamemonetize.com/lfy4m6r5nq8z1ip9qndbcozpwmz809s9/', '0', 'Racing', 0, 0, '', 'xtreme-demolition-arena-derby-'), (6309, 'Car parking stunts 2022', 'Real Car Parking: Car park Master offers a driving experience that is as authentic as it gets, which will take your skills to the next level! Your ability to drive a car will be put to the test with a variety of features, including an inside view, realistic sound effects, a variety of automobiles, and large cities. Prove to everyone that you are the Parking Master by acting like a valet! When you are parking, parking sensors and signage will be of assistance to you! There are many different automobiles available, some of which are the Civic, the Golf, the Focus, the A3, the i20, the Chiron, the Veneno, the Mustang, and the Leon. - There are a surprising number of levels in the city, parking lots, and parking garages. - Would you consider yourself a real master of car parking? Enjoy driving without restrictions in a variety of game modes and HD automobile parking. - Explore a variety of vehicles, including sedans, hatchbacks, SUVs, and supersport cars, and modify them to your liking! Build the automobiles of your imagination! - In addition to the difficult parking stages, you now have the option to play Drift Mode, in which you may drift your super automobile! - You will experience like driving in actual world as well as a vale! Please park your vehicle carefully in the parking and traffic garage to avoid any mishaps.', 'https://img.gamemonetize.com/ujupmguggyvvqttfg8m59ziu814imfh5/512x384.jpg', 'https://html5.gamemonetize.com/ujupmguggyvvqttfg8m59ziu814imfh5/', '0', 'Racing', 0, 0, '', 'car-parking-stunts-'), (6310, 'My Perfect Halloween Costume', 'Welcome to My Perfect Halloween Costume. Bff Girls decided to celebrate this spooky holiday, just like when they were kids! This means that these princesses will go trick-or-treating dressed up in great costumes! This means that you can help them find the best costumes out there, which is not easy! As you will see, there are so many choices. Open the wardrobe and see it yourself.', 'https://img.gamemonetize.com/y4jyrhxqpye4h7q3ixncs5q5mqarln2l/512x384.jpg', 'https://html5.gamemonetize.com/y4jyrhxqpye4h7q3ixncs5q5mqarln2l/', '0', 'Girls', 0, 0, '', 'my-perfect-halloween-costume'), (6311, 'Kids car demolition cartoon 2022', 'Everyone who enjoys tuning in to watch races on beautiful asphalt tracks can\'t help but secretly wish they were a rally driver for a day so they could experience the thrill of pure speed and the rush of adrenaline afforded only to f1 racers. Think about the thoughts that go through their minds during an Indy car race or any other high-speed event. Instead of daydreaming, start "Real Speed" and enter the world of the world\'s best and fastest drivers as they race on the world\'s most stunning asphalt courses and, tragically, sometimes pay with their lives. If you think you have what it takes to compete in GT Motorsport, then this simulation of Grand Prix races is for you. Get some closure on a nagging question: do you have what it takes to win a world championship in asphalt rallying? Do it now!', 'https://img.gamemonetize.com/okln57gh5yco5bwhxsy7dbsdu1n3j3gv/512x384.jpg', 'https://html5.gamemonetize.com/okln57gh5yco5bwhxsy7dbsdu1n3j3gv/', '0', 'Racing', 0, 0, '', 'kids-car-demolition-cartoon-'), (6312, 'Build with Cubes 2', 'Get a new experience in 3d blocks building! Build with Cubes 2 is a voxel minecraft-style sandbox where you can build whatever you want with a cube blocks. Use a simple plan filled with cubes or generate 3D landscape using settings such as seed, height and width of hills, adjust the number of objects, entites, trees, flowers. Build a dollhouse, your own house or castle, or even a small town, furnish the house with furniture, arrange a variety of decor and light elements. Use portals, portal-able surfaces and the portalgun to create mini puzzle games, teleports, ready-made buildings and so on. Living up your world with entities and animals, create simple melodies using musical note blocks, use the fly mode and mirror functions to build faster and more conveniently. Experiment with physics gameobjects like balls, bouncy dice, trampolines and TNT.', 'https://img.gamemonetize.com/rf0bp4l3yz97d6bk7i2crzx9nieqk8n0/512x384.jpg', 'https://html5.gamemonetize.com/rf0bp4l3yz97d6bk7i2crzx9nieqk8n0/', '0', 'Girls', 0, 0, '', 'build-with-cubes-'), (6313, 'Rescue The Lion 2', 'Rescue The Lion 2 is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a forest house there you lost you pet lion. Here is the interesting puzzles and hidden objects to find and rescue the lion. Good luck.. Have fun!', 'https://img.gamemonetize.com/kceh1wep2i4e95rpuk2taigiunsmvjte/512x384.jpg', 'https://html5.gamemonetize.com/kceh1wep2i4e95rpuk2taigiunsmvjte/', '0', 'Puzzles', 0, 0, '', 'rescue-the-lion-'), (6314, 'Police Car Simulator', 'If you like police car game and car driving, a simulator game with great graphics is waiting for you. The player wants to see realistic details in the simulator game he plays and wants to feel as if he is in the game as much as possible. For example, some people dream of becoming a police officer. He wonders what a cop is doing on the job. The things that these people are curious about are gathered under a single game. People who love the police profession love to play the police simulator game with 3d graphics. Some people have been attracted to police cars since childhood.', 'https://img.gamemonetize.com/y3ebste306lpf8ewkiiy2722u5ihuq6l/512x384.jpg', 'https://html5.gamemonetize.com/y3ebste306lpf8ewkiiy2722u5ihuq6l/', '0', 'Racing', 0, 0, '', 'police-car-simulator'), (6315, 'Road Heroes', 'This is a parking leisure game. The playing method is very simple. Long press the screen and the road will stretch to another parking space. The car will drive past. If the road exceeds the parking space, it will fall down and lose. This is a very casual game', 'https://img.gamemonetize.com/mvbj4k95gvxtsw7ua9gejylf6ov7s8s2/512x384.jpg', 'https://html5.gamemonetize.com/mvbj4k95gvxtsw7ua9gejylf6ov7s8s2/', '0', 'Racing', 0, 0, '', 'road-heroes'), (6316, 'Funny Garden Design', 'Help the gardener clean the garden. Create flower bouquets by growing flowers', 'https://img.gamemonetize.com/s5nkski298pdx8achqhcopw736bjmvun/512x384.jpg', 'https://html5.gamemonetize.com/s5nkski298pdx8achqhcopw736bjmvun/', '0', 'Arcade', 0, 0, '', 'funny-garden-design'), (6317, 'Tap The Frog', 'Looking for some fun and exciting arcade games to play? Look no further than Tap The Frog Arcade Pong Games! With a wide variety of games to choose from, there\'s sure to be something for everyone. So come on over and start playing today! Welcome to the world of Tap The Frog Arcade Pong! Here you can test your skills against other players from all around the world in exciting online games. Whether you\'re a seasoned pro or just starting out, we hope you\'ll have a blast playing our games. Thanks for tapping in!', 'https://img.gamemonetize.com/1vw3x3dsortkdv9bn7ik0k407g4l03at/512x384.jpg', 'https://html5.gamemonetize.com/1vw3x3dsortkdv9bn7ik0k407g4l03at/', '0', 'Hypercasual', 0, 0, '', 'tap-the-frog'), (6318, 'Wedding Girl Dress Up', 'Elena and George have decided to get married. Wedding preparations are complete. Elena wants to choose the most beautiful wedding dress. Which wedding dress do you think she should choose? Let\'s choose the most suitable wedding dress for her. let\'s dress her up', 'https://img.gamemonetize.com/r1uxgxan7kl0k4jnt9gw7wr14z1vt4tw/512x384.jpg', 'https://html5.gamemonetize.com/r1uxgxan7kl0k4jnt9gw7wr14z1vt4tw/', '0', 'Girls', 0, 0, '', 'wedding-girl-dress-up'), (6319, 'Cute Girl Jenna Dressup', 'Cute girl Jenna\'s best friend is a deer. She likes to spend time with deer. She also makes the cute deer\'s favorite cakes. Jenna takes care of her outfit choice. Would you like to dress her up very stylishly? Let\'s dress it up', 'https://img.gamemonetize.com/koukxmsu56r12wwtad63ncuo8v7zepss/512x384.jpg', 'https://html5.gamemonetize.com/koukxmsu56r12wwtad63ncuo8v7zepss/', '0', 'Girls', 0, 0, '', 'cute-girl-jenna-dressup'), (6320, 'Nature Fairy Dressup', 'Nature fairy Freya fascinates everyone with her wonderful beauty. It works to keep nature clean. Would you like to dress up this good-hearted fairy girl? let\'s dress up.', 'https://img.gamemonetize.com/p6bagk7yq08hs2adsx48sqri2d5kaioj/512x384.jpg', 'https://html5.gamemonetize.com/p6bagk7yq08hs2adsx48sqri2d5kaioj/', '0', 'Girls', 0, 0, '', 'nature-fairy-dressup'), (6321, 'Baby Winter Dress up', 'Cute baby girl Emily likes to play in the snow. When it snows in winter, she puts on her winter clothes and goes out into the garden. Emily likes to make snowmen. let\'s dress this cute baby up in winter clothes very stylish', 'https://img.gamemonetize.com/3mv48l93n5kq69ejqz7ddr07vwh4sbf0/512x384.jpg', 'https://html5.gamemonetize.com/3mv48l93n5kq69ejqz7ddr07vwh4sbf0/', '0', 'Girls', 0, 0, '', 'baby-winter-dress-up'), (6322, 'Best Friends Dressup', 'Mia and Olivia are very good friends. They go on travel together, they go shopping together. They even choose their clothes together. Wanna dress up these amazing girls? Create your own style with jewelry and glasses.', 'https://img.gamemonetize.com/7381419pm2ogw90rgc0bdnolmi5atitl/512x384.jpg', 'https://html5.gamemonetize.com/7381419pm2ogw90rgc0bdnolmi5atitl/', '0', 'Girls', 0, 0, '', 'best-friends-dressup'), (6323, ' Amgel Kids Room Escape 75', 'AmgelEscape - Amgel Kids Room Escape 75 is another point and click escape game developed by Amgel Escape. In this game, you are locked in a room and you have to try to escape the room by finding items and solving puzzles. Show your best escaping skills to escape from the room. Can you able to escape from the room successfully? Good luck and have fun!', 'https://img.gamemonetize.com/iswasuxx305itbfdopi215tujsz38fmm/512x384.jpg', 'https://html5.gamemonetize.com/iswasuxx305itbfdopi215tujsz38fmm/', '0', 'Puzzles', 0, 0, '', '-amgel-kids-room-escape-'), (6324, 'City Bus Driving 3D Simulation', 'Coach Bus Simulator is the first coach driving game that will teach you to drive a real coach across different scenarios! Take people from a city to another, show them amazing places and landscapes. Open world map, incredible vehicles, wonderful interiors will make you feel a realistic coach bus driving experience! It\'s time to get on board and drive through Europe! Enter the simulation world of bus driving! Get Coach Bus Simulator now!', 'https://img.gamemonetize.com/ikg7ff83fzba9sp645s17p4e7457vnoq/512x384.jpg', 'https://html5.gamemonetize.com/ikg7ff83fzba9sp645s17p4e7457vnoq/', '0', 'Racing', 0, 0, '', 'city-bus-driving-d--simulation'), (6325, 'Best Bus Driving Simulator', 'Coach Bus Simulator is the first coach driving game that will teach you to drive a real coach across different scenarios! Take people from a city to another, show them amazing places and landscapes. Open world map, incredible vehicles, wonderful interiors will make you feel a realistic coach bus driving experience! It\'s time to get on board and drive through Europe! Enter the simulation world of bus driving! Get Coach Bus Simulator now!', 'https://img.gamemonetize.com/ap4jsmpdyjgr679aop8eelam2v789lr3/512x384.jpg', 'https://html5.gamemonetize.com/ap4jsmpdyjgr679aop8eelam2v789lr3/', '0', 'Racing', 0, 0, '', 'best-bus-driving-simulator'), (6326, 'Formula Car Stunt Car Games', 'It\'s time to do car stunts on Mega Ramps car games with your favorite cars like sport, race, classic, and speed cars with your favorite formula car game. A one-touch race, fly, crash game that sends you hurtling through the air in your car before smashing into everything in your path! How to play car stunts in racing games?', 'https://img.gamemonetize.com/iyq18pzhqqaoawh2rco1f1839j7yhgpa/512x384.jpg', 'https://html5.gamemonetize.com/iyq18pzhqqaoawh2rco1f1839j7yhgpa/', '0', 'Hypercasual', 0, 0, '', 'formula-car-stunt--car-games'), (6327, 'Asteroid Crush', 'Asteroid Crush - Game', 'https://img.gamemonetize.com/igsy1ycl0gjimgovgnw6d6sfdg2ksla9/512x384.jpg', 'https://html5.gamemonetize.com/igsy1ycl0gjimgovgnw6d6sfdg2ksla9/', '0', 'Arcade', 0, 0, '', 'asteroid-crush'), (6328, 'Ricky Zoom Room with a Zoom', 'Make room for the vroom! Explore Wheelford, the world of preschool TV show Ricky Zoom. Teaching friendship and teamwork and filled with Boombastic bike rescues, it\'s an aspirational show for your little ones. The possibilities are endless on two wheels! In this app, you can meet the characters, test out their gadgets and look around the amazing world of Welford. Packed with fun mini-games and interactive playgrounds kids can learn the skills required to become a Bike Buddy. All for one and bikes for all! Go on a scavenger hunt and find all the missing items in the Room with a Zoom game! Ricky Zoom and his motorcycle buddies have scattered objects all around the area. Now, they want you to join them and help uncover every single one. Are you ready to begin the search and see if you can complete the mission? Let\'s look around and see what you can find! Your job here is to visit the four rooms and search for the missing items inside. However, some are hidden in unexpected places, so they will be difficult to locate! Now is your chance to show off your amazing observation skills and attention to detail.', 'https://img.gamemonetize.com/wvn5mobsjkhsfc4ws65s9vvmza9pize2/512x384.jpg', 'https://html5.gamemonetize.com/wvn5mobsjkhsfc4ws65s9vvmza9pize2/', '0', 'Clicker', 0, 0, '', 'ricky-zoom-room-with-a-zoom'), (6329, 'Dashy Crashy', 'Dashy Crasy is adventure will allow you to have a great free time, as well as improve your driving skills. Complete all the tasks offered by the game, maneuvering among other road users and avoiding collisions.', 'https://img.gamemonetize.com/1yus63fxxzvcloua2tfjf936rxfy5hhy/512x384.jpg', 'https://html5.gamemonetize.com/1yus63fxxzvcloua2tfjf936rxfy5hhy/', '0', 'Arcade', 0, 0, '', 'dashy-crashy'), (6330, 'Camino Magico', 'magician adventure Game its fun and addictive action adventure game. Its the perfect to pass your free time and you will never get bored. Awesome game-play suitable for all ages, if you\'re a magic adventure journey fan, this Game is made for you, Get it now for free! Run, jump and have fun with the old wizard Gerald. Help him overcome challenges of skills, timing and puzzles on a journey of humor. Every level has been created to be difficult but not impossible, do not lose your patience immediately, I know you can do it with a bit of effort. Collect all the magic coins and use them to increase the level of Gerald increasing his powers. Use your powers to attract all the coins or to eliminate the dangers in the room. Discover secret rooms to explore.', 'https://img.gamemonetize.com/fiotrx4s5tf05xt1ijw9atelxqa46lf3/512x384.jpg', 'https://html5.gamemonetize.com/fiotrx4s5tf05xt1ijw9atelxqa46lf3/', '0', 'Adventure', 0, 0, '', 'camino-magico'), (6331, 'racing car game', '#1 racing on a traffic-packed highway! A mix of lifelike physics which has been the center point of CarX Drift Racing 2, eye-catching graphics and extreme driving on traffic-packed roads is what CarX Highway Racing has to offer. CAMPAIGN MODE. Immerse yourself in the world of street racing', 'https://img.gamemonetize.com/lw7c4oxlkqbuxy4dp7hzvhwy4oyxvffo/512x384.jpg', 'https://html5.gamemonetize.com/lw7c4oxlkqbuxy4dp7hzvhwy4oyxvffo/', '0', 'Racing', 0, 0, '', 'racing-car-game'), (6332, 'Wild West Adventures', 'A shooting game is waiting for you in Wild West Adventures. Ride your horse and hunt down the worst bad guys in the west in this totally wild action-adventure game.', 'https://img.gamemonetize.com/s9a7pevzu1acqizpa4zyol76rt7rf8a0/512x384.jpg', 'https://html5.gamemonetize.com/s9a7pevzu1acqizpa4zyol76rt7rf8a0/', '0', 'Adventure', 0, 0, '', 'wild-west-adventures'), (6333, 'Funny Glass', 'Solve the puzzle so that the water reaches the glass. You can level up when the glass is filled with enough water.', 'https://img.gamemonetize.com/92qffvr2wm26q3kyauuyamnxisocs574/512x384.jpg', 'https://html5.gamemonetize.com/92qffvr2wm26q3kyauuyamnxisocs574/', '0', 'Puzzles', 0, 0, '', 'funny-glass'), (6334, 'Funny Finger Soccer', 'Beat your opponent', 'https://img.gamemonetize.com/mrrwe0ji48jhhhol8glws4xvpt99htsc/512x384.jpg', 'https://html5.gamemonetize.com/mrrwe0ji48jhhhol8glws4xvpt99htsc/', '0', 'Sports', 0, 0, '', 'funny-finger-soccer'), (6335, 'Fighter Tank', 'Fighter tank online games are a lot like war games. They\'re fast-paced and full of action, and they often require quick decisions. That\'s why product managers who are looking for a challenge should consider playing fighter tank online games. They\'re a great way to sharpen your decision-making skills and learn more about strategizing. Players can enter into the fray and battle it out with other players from around the world.', 'https://img.gamemonetize.com/r9wr5lzrylahwwud7kboxha197stlc2f/512x384.jpg', 'https://html5.gamemonetize.com/r9wr5lzrylahwwud7kboxha197stlc2f/', '0', 'Arcade', 0, 0, '', 'fighter-tank'), (6336, 'Voodoo Doll Game', 'Voodoo Doll is a fun anti-stress game where you get to kick a doll. You can buy a multitude of weapons to use them against the puppet. Play Voodoo Doll now for endless fun!', 'https://img.gamemonetize.com/ittsezpozvdd17b3xqly2y7rqteacaoc/512x384.jpg', 'https://html5.gamemonetize.com/ittsezpozvdd17b3xqly2y7rqteacaoc/', '0', 'Action', 0, 0, '', 'voodoo-doll-game'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (6337, 'QUIZ GAME', 'quiz game live in your phone - every day! Primetime is easy to play, fun and educating! What are you waiting for? :) Developed By : RBIN', 'https://img.gamemonetize.com/yox10oy4erw8vvsp2xsg7k6j5w9jwaww/512x384.jpg', 'https://html5.gamemonetize.com/yox10oy4erw8vvsp2xsg7k6j5w9jwaww/', '0', 'Clicker', 0, 0, '', 'quiz-game'), (6338, 'Shoe Designer Fashion GAme', 'Let’s join the fashion shoe design maker studio where you can make fantastic shoe designs and show off your great shoe maker designing skills. Explore the limits of your creativity while making trendy fashion shoe. The fabulous fashion shoe can make a person significantly more lovely as well. Fashion shoe maker game is the most creative designing game to bring out your imagination and artistic skills to the world. Let’s make the most stylish fashion shoe and become a shoe designer. Craft beauty and put decorations on shoe that are designed by an excellent shoe maker in your shoe designer fashion shop.', 'https://img.gamemonetize.com/u9qwye04wq3xskaqiun234vh9qvwxwxc/512x384.jpg', 'https://html5.gamemonetize.com/u9qwye04wq3xskaqiun234vh9qvwxwxc/', '0', 'Hypercasual', 0, 0, '', 'shoe-designer-fashion--game'), (6339, 'Real Car Parking GTa', 'Real Car Parking : Parking Master has realistic driving experience which will take you to another level! Test your car driving skills with many features like interior view, realistic sound effects, different cars and big cities. Show that you are Parking Master like a vale!', 'https://img.gamemonetize.com/kqj2kainxtv1l5o440gua9k92p49q4xg/512x384.jpg', 'https://html5.gamemonetize.com/kqj2kainxtv1l5o440gua9k92p49q4xg/', '0', 'Hypercasual', 0, 0, '', 'real-car-parking-gta'), (6340, 'Car Stunt Races Drive', 'Car Stunt Races: Mega Ramps is a car stunt simulator game that takes physics to an extreme level: crashes, jumps, drifts and lots of other fun racing car tricks. FREE MODE Drive your sports car in the stunts and obstacles of the open free mode! Will you climb the mega ramp?', 'https://img.gamemonetize.com/1v1boqiyuy5zpenjnqxuojoy5ix6cuze/512x384.jpg', 'https://html5.gamemonetize.com/1v1boqiyuy5zpenjnqxuojoy5ix6cuze/', '0', 'Racing', 0, 0, '', 'car-stunt-races-drive'), (6341, 'Crazy SuperCars Stunt 2022', 'Real Car Stunt  provides a driving dynamics that is as as real as it gets, that will push your talents to a new level! Real Car Parking Your driving skills will be put through their paces with a number of different features, such as an inside view, real sound effects, a selection of different autos, and enormous cities. Acting like a valet will demonstrate for everybody that you will be the Parking Master, so get to it! You will find that parking sensors and signs are of great service to you when you are parked!   Do you believe yourself to be a great expert when it comes to parking a car? Experience unrestricted driving across a range of game settings and park your car in high definition in this fun game. - Experiment with a wide range of automobiles, such as hatchbacks, sedans, SUVs, and supercar cars, and then customize each one to your preference! Create the vehicles of your wildest dreams with this kit!  You will feel as though you are driving in the real world as well as in a simulated environment! In order to prevent any accidents from occurring, we kindly ask that you park your vehicle in the traffic and parking garage with extreme caution.', 'https://img.gamemonetize.com/pq91b8ntzbltg1y2dcmrjmfhzszvae3j/512x384.jpg', 'https://html5.gamemonetize.com/pq91b8ntzbltg1y2dcmrjmfhzszvae3j/', '0', 'Racing', 0, 0, '', 'crazy-supercars-stunt-'), (6342, 'Car Driving Speed Trial', 'Are you ready to compete in the amazing Stunts Speed Of the car Trial? You may choose your vehicle, paint it, and then drive it quickly across the globe to discover the thing you need to gather to win. The object might be a key or money, and the game provides a minimap that tells you where the object key is located.', 'https://img.gamemonetize.com/ymo8yt1wg5k16t8snjl6ju98m2b837ab/512x384.jpg', 'https://html5.gamemonetize.com/ymo8yt1wg5k16t8snjl6ju98m2b837ab/', '0', 'Racing', 0, 0, '', 'car-driving-speed-trial'), (6343, 'Baby Taylor Flying Disc Design', 'Flying Disc is the most popular sport recently. You see, there are young people playing Flying Disc in the park. Taylor also wanted to play with her friends, but the Flying Discs in the store were not pretty and were easy to lose. Please help Taylor design a beautiful Flying Disc! Then put her on a tracksuit and go to the park with her!', 'https://img.gamemonetize.com/m7tqtyh17cce227orhf6ta1c7s9x0fqw/512x384.jpg', 'https://html5.gamemonetize.com/m7tqtyh17cce227orhf6ta1c7s9x0fqw/', '0', 'Girls', 0, 0, '', 'baby-taylor-flying-disc-design'), (6344, 'Block Puzzle Ancient', 'Turn the direction of the blocks and place them correctly on the board.', 'https://img.gamemonetize.com/7pifiydcnb1i1dzfr417kti2hawqqler/512x384.jpg', 'https://html5.gamemonetize.com/7pifiydcnb1i1dzfr417kti2hawqqler/', '0', 'Puzzles', 0, 0, '', 'block-puzzle-ancient'), (6345, 'Kids Learn Professions', 'Kids Learn Professions is a very popular educational game. This game contains lots of minigames for you to have fun. And at the same time, you will learn jobs and professions such as teacher, friefighter and farmer etc. If you feel free and want to spend time, come and try this game. Don\'t forget to invite your friends to play this game with you!', 'https://img.gamemonetize.com/854jgpqnp4i7ki9vn8tj81mkuawucls3/512x384.jpg', 'https://html5.gamemonetize.com/854jgpqnp4i7ki9vn8tj81mkuawucls3/', '0', 'Girls', 0, 0, '', 'kids-learn-professions'), (6346, 'Kitty City Heroes', 'Kitty City Heroes is a very cute game. After a fierce storm, the city was destroyed badly. So many animals are in danger. Cute kittens become heroes to save animals from flood, fire and criminals etc. Want to see what they do when they are working? Come and try this game and you will know how brave they are. And you can be a little assistant for them. Have fun!', 'https://img.gamemonetize.com/halh995as8sv9dtf860oxnh2xw0sfpnp/512x384.jpg', 'https://html5.gamemonetize.com/halh995as8sv9dtf860oxnh2xw0sfpnp/', '0', 'Girls', 0, 0, '', 'kitty-city-heroes'), (6347, 'Princess Castle Room Cleaning', 'The princess castle room is about to get a major overhauling in this fun cleaning game because it is quite a mess. The little princess need to learn how to keep a clean house if they want to become true queens one day. First thing on the list is actually, of items that you have to find. They are household cleaning items and in other strange places so you need to carefully search for them.', 'https://img.gamemonetize.com/ec75g9310bc5hetozqlpc6ja9fykhptj/512x384.jpg', 'https://html5.gamemonetize.com/ec75g9310bc5hetozqlpc6ja9fykhptj/', '0', 'Girls', 0, 0, '', 'princess-castle-room-cleaning'), (6348, 'Handicraft Dressup', 'Sofia will participate in a handicraft contest! She must make the dress up and any other decoration by her own hands. And show her design to everyone. Can you help her to learn to be a good tailor? How would she become the most beautiful one on the stage? She needs to prepare clothes and jewelry to decorate herself. Try your best to win the champion! Enjoy the game with Sofia.', 'https://img.gamemonetize.com/ovidkkjvl7pcyx7o9kkmkrxyr4xq1pxh/512x384.jpg', 'https://html5.gamemonetize.com/ovidkkjvl7pcyx7o9kkmkrxyr4xq1pxh/', '0', 'Girls', 0, 0, '', 'handicraft-dressup'), (6349, 'Fall Guys Halloween Coloring Bok', 'If you are a fan of Fall Guys and you have a huge passion for coloring, you shouldn’t miss this Fall Guys Halloween Coloring Bok that allows you to fill many gorgeous artworks with amazing colors. Fantastic anti-stress designs. The drawings you will find in the book are all different. Express your creativity by choosing the design that stimulates you the most. Have fun playing.', 'https://img.gamemonetize.com/sgxfbctq9vbz5kqyku92ducp54x7hezb/512x384.jpg', 'https://html5.gamemonetize.com/sgxfbctq9vbz5kqyku92ducp54x7hezb/', '0', 'Girls', 0, 0, '', 'fall-guys-halloween-coloring-bok'), (6350, 'BabyPandaCareGame', 'Children love to engage in all sorts of pretend play and imitating parents is one of the most enjoyed. Caring for a baby is an experience they are familiar with happening to themselves. It’s fun for children to switch roles and take on some caring responsibilities. You might be surprised to find how much your children will enjoy caring for this new baby!', 'https://img.gamemonetize.com/3gzsgt4hsm127ltyyblupy9pnxpf73n1/512x384.jpg', 'https://html5.gamemonetize.com/3gzsgt4hsm127ltyyblupy9pnxpf73n1/', '0', 'Girls', 0, 0, '', 'babypandacaregame'), (6351, 'Monster Teeth', 'Play this cute variation of a classic video game! Try to avoid the ugly monster\'s teeth and try to hold out as long as possible and score the best possible record.', 'https://img.gamemonetize.com/3e8uwqryuu3mwiy3xbh360wyj3ie18l4/512x384.jpg', 'https://html5.gamemonetize.com/3e8uwqryuu3mwiy3xbh360wyj3ie18l4/', '0', 'Hypercasual', 0, 0, '', 'monster-teeth'), (6352, 'BoomCraft', 'BoomCraft is a 2 player TNT game in a minecraft world where you defeat your friend and become the survivor. With 4 different maps fight against your friend and make tactics!', 'https://img.gamemonetize.com/3upbw7m7rr63d0fimroj3q9bpo9ftm84/512x384.jpg', 'https://html5.gamemonetize.com/3upbw7m7rr63d0fimroj3q9bpo9ftm84/', '0', 'Action', 0, 0, '', 'boomcraft'), (6353, 'Save My Girlfriend', 'The tricky and relaxing puzzle game you’ve been seeing all this time is finally a reality! Only the smartest will be able to solve these brain teaser tests in order to save the girl from the villains chasing her! Each level will present you with a scenario that you will have to use your IQ and wit to solve. Solve the funny challenge correctly and the woman will proceed on. Get it wrong, then it won’t end well for our heroine. Stay in and play the most addicting and satisfying game. Feel the gratification of solving funny and difficult problems and protecting the girl from harm\'s way. Use that big brain of yours and let’s get to solving! Game Features: 1. Don’t get fooled! Each level presents you with multiple choices - make the right answers to proceed. Wrong answers will result in painful but funny outcomes to the girl! 2. So many levels to play Each level is unique. So many different challenges for you to solve. 3. Simple and Addicting Gameplay Once you start you will want to keep solving the upcoming puzzles. This is the best puzzler out there! 4. It is that game from those ads Yes, it actually is. Whether you are a fan of puzzlers, word games, trivia games, quiz games, brain teasers, or just want to have a good time, then Save you Girlfriend is the game for you! Can you protect her from harm?', 'https://img.gamemonetize.com/qne0tltqh4hov7348w2y93867us582v0/512x384.jpg', 'https://html5.gamemonetize.com/qne0tltqh4hov7348w2y93867us582v0/', '0', 'Puzzles', 0, 0, '', 'save-my-girlfriend'), (6354, 'Draw Surfer Game', 'Draw Surfer is a free casual online drawing game for boys. You need to move your fingers to complete the route drawing so that the character can keep surfing. There will be a lot of obstacles in the course, you need to have a certain level of ingenuity and quick reaction so that the stickman can easily avoid obstacles to reach his destination. Be careful, don\'t let him disappear from your sight!', 'https://img.gamemonetize.com/aun5e95mft6dlndd98uofuhvb575x8en/512x384.jpg', 'https://html5.gamemonetize.com/aun5e95mft6dlndd98uofuhvb575x8en/', '0', 'Boys', 0, 0, '', 'draw-surfer-game'), (6355, 'Pixel Zombie Suvival Toonfare', 'The offline campaign and multiplayer are great games you can play here and have fun. The best Undead Exodus games allow you to equip a broad range of weapons, whether you\'re playing alone or with others. This holds true whether you\'re competing against the computer or other players. A single player or a big group of players may enjoy these games simultaneously. It seems as if you have been traveling all around Minecraft to protect yourself against zombie bots. You are compelled to kill any other zombies you encounter, whether or not you are armed and whether or not you are actively participating in zombie warfare. I haven\'t given much thought to this particular aspect of the situation in my work thus far. In these third-person shooter games, your best hope for survival is to duck behind a wide range of covers. Do you already know the person you want to invite to spend time with you enjoying one of the numerous free games available online? Which online games are you interested in playing if this is the case? This individual amassed a large arsenal. But how many different types of weapons do they have?', 'https://img.gamemonetize.com/7styhmt0dmnfr6to9qu58yred2efrryl/512x384.jpg', 'https://html5.gamemonetize.com/7styhmt0dmnfr6to9qu58yred2efrryl/', '0', 'Shooting', 0, 0, '', 'pixel-zombie-suvival-toonfare'), (6356, 'Giant Race 3D', 'Giant Race is a casual and entertaining game that combines parkour and fighting. Collect characters of the same color to make yourself stronger and watch out for obstacles like spikes and rolling gears that will make you less in number. Also, don\'t forget to collect diamonds, which can unlock more interesting accessories in the store. Finally, defeat the big boss to move on to the next level.', 'https://img.gamemonetize.com/j6dfisini45uufileciyt4qjxljhubhl/512x384.jpg', 'https://html5.gamemonetize.com/j6dfisini45uufileciyt4qjxljhubhl/', '0', 'Boys', 0, 0, '', 'giant-race-d'), (6357, 'Squidy Survival', 'Squidy Survival takes you to challenging episodes of squid games. Survive in the Red light green light on episode one and run only when the doll is not watching and the light is red otherwise stop at the spot. Play the Dalgona challenge on episode two. Can you survive the Tug of War challenge on episode three? There is also the marble betting challenge and the famous glass bridge. Play the arcade mode red light green light and see how far you can go.', 'https://img.gamemonetize.com/ygzere9ywbi666bio9kj626t7ezk4j67/512x384.jpg', 'https://html5.gamemonetize.com/ygzere9ywbi666bio9kj626t7ezk4j67/', '0', 'Action', 0, 0, '', 'squidy-survival'), (6358, 'Draw Sand', 'Sand Drawing App:Write On Sand ** is the best sand drawing game free which allows you to draw using your fingers and create masterpieces in the realistic sand! let the waves wash out the drawing – then, start finger painting again on the canvas of sand!', 'https://img.gamemonetize.com/bd2710w65fwrisc8lsfm1ffe42de1mp3/512x384.jpg', 'https://html5.gamemonetize.com/bd2710w65fwrisc8lsfm1ffe42de1mp3/', '0', 'Clicker', 0, 0, '', 'draw-sand'), (6359, 'Squid Drunk 3D', 'Try to balance your self with physics and to be to catches by the doll! like in the squid game challenge. you can move when the doll is looking for you.', 'https://img.gamemonetize.com/ddkkbn4xx6qohy8jemwxw59w19m7rce6/512x384.jpg', 'https://html5.gamemonetize.com/ddkkbn4xx6qohy8jemwxw59w19m7rce6/', '0', 'Fighting', 0, 0, '', 'squid-drunk-d'), (6360, 'Rescue The Blue Bird 2', 'Rescue The Blue Bird 2 is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a forest there you found Blue Bird got trapped inside the cage. Here are the interesting puzzles and hidden objects to rescue the Blue Bird. Good luck... Have fun!', 'https://img.gamemonetize.com/bvlu0e7qcw6yu05u07wvrl8ixshucqly/512x384.jpg', 'https://html5.gamemonetize.com/bvlu0e7qcw6yu05u07wvrl8ixshucqly/', '0', 'Puzzles', 0, 0, '', 'rescue-the-blue-bird-'), (6361, 'Cave Forest Escape 3', 'Cave Forest Escape 3 is a point and click game developed by 8B Games/Games2Mad. Imagine that you had been to a forest for research purpose. You got trapped inside the forest. Now here is the interesting puzzles and hidden objects, to get escape. Good Luck…. Have Fun!!!', 'https://img.gamemonetize.com/wjlu2oagdafma20zj5d8bq1ffuemhi6b/512x384.jpg', 'https://html5.gamemonetize.com/wjlu2oagdafma20zj5d8bq1ffuemhi6b/', '0', 'Puzzles', 0, 0, '', 'cave-forest-escape-'), (6362, 'MEMORY TRAINING. EUROPEAN FLAGS', 'MEMORY TRAINING EUROPEAN FLAGS has 3 different categories with 4 levels each. To play, click on the cards to reveal the flag of an European country. Memorize it so you can relate it to another equal flag. Find the pair of each flag on the board to complete the level before time runs out.', 'https://img.gamemonetize.com/3gpvfqq7pqkqnew54hro9rou7vysxyue/512x384.jpg', 'https://html5.gamemonetize.com/3gpvfqq7pqkqnew54hro9rou7vysxyue/', '0', 'Puzzles', 0, 0, '', 'memory-training-european-flags'), (6363, 'Office Girl Dress up', 'Office girl Emma likes to dress very fancy and stylish. She wears her most elegant clothes, glamorous jewelry and does her make-up on her way to work every day. Let\'s dress her up in style', 'https://img.gamemonetize.com/y29glwof4fvca949lmpbw4xlbb62oael/512x384.jpg', 'https://html5.gamemonetize.com/y29glwof4fvca949lmpbw4xlbb62oael/', '0', 'Girls', 0, 0, '', 'office-girl-dress-up'), (6364, 'Fall Guys Jigsaw', 'Fall Guys Jigsaw is a free online game from genre of puzzle and jigsaw games. You can select one of the 6 images and then select one of the three modes: easy with 25 pieces, medium with 49 pieces and hard with 100 pieces. Have fun and enjoy!', 'https://img.gamemonetize.com/qjczxvgvyogimiyhvha1z3e6zyftknvj/512x384.jpg', 'https://html5.gamemonetize.com/qjczxvgvyogimiyhvha1z3e6zyftknvj/', '0', 'Puzzles', 0, 0, '', 'fall-guys-jigsaw'), (6365, 'Fairy and Unicorn', 'Emily, the fairy of goodness and beauty, strives for people to live in peace. She loves to fly in the sky with his horse. Her best friend is the Unicorn. Let\'s dress them up', 'https://img.gamemonetize.com/5r2mmkw3uz9crackty68h3bu0vrmb0fj/512x384.jpg', 'https://html5.gamemonetize.com/5r2mmkw3uz9crackty68h3bu0vrmb0fj/', '0', 'Girls', 0, 0, '', 'fairy-and-unicorn'), (6366, 'Living Room Decorate', 'Winx Bloom likes to watch movies in the living room. Would you like to help her with the decoration of the living room? Let\'s decorate the room very stylish', 'https://img.gamemonetize.com/mx3hvrakwki0lsgmuj2ra0oa7vr5s1wo/512x384.jpg', 'https://html5.gamemonetize.com/mx3hvrakwki0lsgmuj2ra0oa7vr5s1wo/', '0', 'Girls', 0, 0, '', 'living-room-decorate'), (6367, 'Hagi Wagi and Among Us', 'Help Hagi Wagi defeat the imposter. Try to collect as many bonuses and coins as possible on the road, for which you can buy new cool Hagi Wagi and Among Ases. Play for your pleasure. Set records for the distance of the race, compete with your friends.', 'https://img.gamemonetize.com/x6flpk3yr711zoq7oh8bdsswl47cx4j6/512x384.jpg', 'https://html5.gamemonetize.com/x6flpk3yr711zoq7oh8bdsswl47cx4j6/', '0', 'Adventure', 0, 0, '', 'hagi-wagi-and-among-us'), (6368, 'Frozen Match3', 'match-3 levels for you to play in the Royal Arena!', 'https://img.gamemonetize.com/756q3aw0yjlqg0dhhlv75yrsrq071bwu/512x384.jpg', 'https://html5.gamemonetize.com/756q3aw0yjlqg0dhhlv75yrsrq071bwu/', '0', 'Hypercasual', 0, 0, '', 'frozen-match'), (6369, 'Game Batman Caped Crusader Chase', 'Batman stands guard over goodness and justice. Crime is also on the alert, so our superhero will always find someone to catch. This time you need to stop a gang of robbers who have made a good profit in a local bank. Catch the thieves so that it would be discourteous to pull someone else\'s into your pocket.', 'https://img.gamemonetize.com/rgqmdt9sspavlsa8b77bk0xwhtnomo9s/512x384.jpg', 'https://html5.gamemonetize.com/rgqmdt9sspavlsa8b77bk0xwhtnomo9s/', '0', 'Arcade', 0, 0, '', 'game-batman-caped-crusader-chase'), (6370, 'Utsuru Infection', 'Utsuru is a multiplayer (4vs1) horror game where one player takes on the role of Reimu, and the other four players play as Youkai, trying to escape Reimu and Utsuru also has a recently added singleplayer mode where Reimu must try to eliminate all Youkai before she is caught. If the Youkai happen to find Reimu first, then I hope she can escape...being caught and defeated.', 'https://img.gamemonetize.com/iqw56gq680bcyrd2yy98pz5aqw5ril7v/512x384.jpg', 'https://html5.gamemonetize.com/iqw56gq680bcyrd2yy98pz5aqw5ril7v/', '0', 'Arcade', 0, 0, '', 'utsuru-infection'), (6371, 'tienk.io', 'Tienk.io is a 3D game with a simple idea u need to shoot all the enimes in your way bacause if you didn\'t they\'ll', 'https://img.gamemonetize.com/5ijdl133th3h9ia41xwd5liluplnl1fn/512x384.jpg', 'https://html5.gamemonetize.com/5ijdl133th3h9ia41xwd5liluplnl1fn/', '0', 'Hypercasual', 0, 0, '', 'tienkio'), (6372, 'Infinity Square Space', 'Infinity Square Space is 3D the game idea is you have a rocket stuck into the sky and you need to get it back to the earth without breaking it.', 'https://img.gamemonetize.com/o68e07kjrbn62lco9j5mpzpr5uho57of/512x384.jpg', 'https://html5.gamemonetize.com/o68e07kjrbn62lco9j5mpzpr5uho57of/', '0', 'Arcade', 0, 0, '', 'infinity-square-space'), (6373, 'Coloring Book for Despicable Me Printable', 'Are you into Despicable Me Printable ? Despicable Me Printable Coloring Book: A Stunning Coloring Book Including Many Flawless Images Of Despicable Me Printable For Relaxing This book is the perfect combination of illustrations and movie characters. It is promised to give you a coloring book with lots of images of Despicable Me Printable . This coloring helps you to mix colors better, hand-eye coordination, and enhance your coloring. This awesome item also helps you to refresh your mind and reduce stress. Join this colorful world Despicable Me Printable', 'https://img.gamemonetize.com/v5d694u9m4t3vneleo6zchrkyv5omts2/512x384.jpg', 'https://html5.gamemonetize.com/v5d694u9m4t3vneleo6zchrkyv5omts2/', '0', 'Puzzles', 0, 0, '', 'coloring-book-for-despicable-me-printable'), (6374, 'Coloring Book for Peppa Pig', 'Are you into Peppa Pig ? Peppa Pig Coloring Book: A Stunning Coloring Book Including Many Flawless Images Of Peppa Pig For Relaxing This book is the perfect combination of illustrations and movie characters. It is promised to give you a coloring book with lots of images of Peppa Pig . This coloring helps you to mix colors better, hand-eye coordination, and enhance your coloring. This awesome item also helps you to refresh your mind and reduce stress. Join this colorful world Peppa Pig', 'https://img.gamemonetize.com/btfnd286nzg114gt4v51do5r95fqumn6/512x384.jpg', 'https://html5.gamemonetize.com/btfnd286nzg114gt4v51do5r95fqumn6/', '0', 'Puzzles', 0, 0, '', 'coloring-book-for-peppa-pig'), (6375, 'Coloring Book for PJ Masks', 'Are you into PJ Masks ? PJ Masks Coloring Book: A Stunning Coloring Book Including Many Flawless Images Of PJ Masks For Relaxing This book is the perfect combination of illustrations and movie characters. It is promised to give you a coloring book with lots of images of PJ Masks . This coloring helps you to mix colors better, hand-eye coordination, and enhance your coloring. This awesome item also helps you to refresh your mind and reduce stress. Join this colorful world PJ Masks', 'https://img.gamemonetize.com/q3kz4zhnd948goypl30ac4fqkwy5adfk/512x384.jpg', 'https://html5.gamemonetize.com/q3kz4zhnd948goypl30ac4fqkwy5adfk/', '0', 'Puzzles', 0, 0, '', 'coloring-book-for-pj-masks'), (6376, 'Lift Break Elevator Fall', 'If you are a fan of falling games such as lift break simulator or elevator fall, the Lift Break- Elevator Fall Simulator game is going to delight you big time. We have brought you one of the most addictive hyper-casual elevator fall games where you will have to get off the lift safely and reach the finish line to be the game-winner. There are several obstacles to face while the ride is going down, and you will have to bring it down without bumping with any of the obstacles. If the lift touches a block, it is a game over. Don’t let the lift crush and safely rescue everyone.', 'https://img.gamemonetize.com/6grt6jy36nswko1wuh9jol08tnn9tzav/512x384.jpg', 'https://html5.gamemonetize.com/6grt6jy36nswko1wuh9jol08tnn9tzav/', '0', 'Puzzles', 0, 0, '', 'lift-break-elevator-fall'), (6377, 'The One Bullet', 'Stylish, deadly and smooth as a billiard ball, Johnny Trigger is a man on a mission in this non-stop platform shooter game where the action never ends.', 'https://img.gamemonetize.com/z3ns6gvgxik7pb9l1jhfvvkg964ewpxl/512x384.jpg', 'https://html5.gamemonetize.com/z3ns6gvgxik7pb9l1jhfvvkg964ewpxl/', '0', 'Shooting', 0, 0, '', 'the-one-bullet'), (6378, 'Two Cars', 'Two Cars is a very addictive and challenging racing game. You only need to control 2 cars so you don\'t hit obstacles.', 'https://img.gamemonetize.com/gmy8z1fs4o75l902lj4ixfc0soqzq3z7/512x384.jpg', 'https://html5.gamemonetize.com/gmy8z1fs4o75l902lj4ixfc0soqzq3z7/', '0', 'Racing', 0, 0, '', 'two-cars'), (6379, 'Brick Breaker Retro', 'Brick Breaker Retro is a Brick Breaker game. You need to break many bricks. A simple classic/retro game with many bricks. It\'s good for time passing and refreshing.', 'https://img.gamemonetize.com/8mg8ahjbx2v6yhx0lwsx1rt46dngmn03/512x384.jpg', 'https://html5.gamemonetize.com/8mg8ahjbx2v6yhx0lwsx1rt46dngmn03/', '0', 'Clicker', 0, 0, '', 'brick-breaker-retro'), (6380, 'Save The Uncle', 'Save The Uncle is a free online adventure game played on PuzzleGame for boys. You need to save the uncle who is in danger. There are giant spiders and traps along the way. Every pin is the key to the uncle\'s life. Please pull these pins correctly. The gameplay is thrilling and exciting, and all the puzzles at each level will improve your thinking skills! Tease your brain, relax and enjoy the game.', 'https://img.gamemonetize.com/sx0zudhjfyry6ae7ohodpybh3iez1e66/512x384.jpg', 'https://html5.gamemonetize.com/sx0zudhjfyry6ae7ohodpybh3iez1e66/', '0', 'Boys', 0, 0, '', 'save-the-uncle'), (6381, 'Fall Guys Halloween Puzzle', 'Fall Guys Halloween Puzzle is an interesting jigsaw puzzle game for kids. There are 12 fall guys halloween images for you to choose from. Every image has 3 modes. Choose the difficulty that suits you. No time limit. Have fun playing. .', 'https://img.gamemonetize.com/1bn7n55ih2kgf1t77jxh53fcd6fj55o8/512x384.jpg', 'https://html5.gamemonetize.com/1bn7n55ih2kgf1t77jxh53fcd6fj55o8/', '0', 'Puzzles', 0, 0, '', 'fall-guys-halloween-puzzle'), (6382, 'Emergency Hospital Hippo Doctor', 'Emergency medicine is a very important profession. Doctors need to make decisions quickly because you need to treat the patient urgently. When an emergency operation is required, the doctor does it immediately. He saved all the patients\' lives. Today our dear hippo owns a hospital. You are the foremost traumatologist here. So what are we waiting for? Let\'s go! The ambulance is on the way!', 'https://img.gamemonetize.com/hqw3pqbtyupkgcjryq2e3w2qnfwrgp1t/512x384.jpg', 'https://html5.gamemonetize.com/hqw3pqbtyupkgcjryq2e3w2qnfwrgp1t/', '0', 'Girls', 0, 0, '', 'emergency-hospital-hippo-doctor'), (6383, 'Conduct This', 'Conduct This is a cartoon-style free puzzle online game played on PuzzleGame for boys. You need to move the obstacles on the track so that the train can pass successfully. Get coins for passing levels and unlock the beautiful skins of the train. Mobile, Tablet, and Desktop are playable. I guess it\'s easy for you. Are you ready to try it now?', 'https://img.gamemonetize.com/wa9gebfn9xvfcyj29kcsypoxgzkd872q/512x384.jpg', 'https://html5.gamemonetize.com/wa9gebfn9xvfcyj29kcsypoxgzkd872q/', '0', 'Boys', 0, 0, '', 'conduct-this'), (6384, 'Sonic Bridge Challenge', 'Sonic Bridge Challenge is an amazing and free to play online game. The aim of the game is to get to the green flag by making a bridge on the screen. When you are ready, draw the bridge and Sonic will follow the path. Avoid obstacles and collect coins. Have fun playing.', 'https://img.gamemonetize.com/fadhoq82gl63zsp3gynxsovmducv5yzm/512x384.jpg', 'https://html5.gamemonetize.com/fadhoq82gl63zsp3gynxsovmducv5yzm/', '0', 'Hypercasual', 0, 0, '', 'sonic-bridge-challenge'), (6385, 'Stack Defence', 'Welcome to the fun multiplayer game "Stack Defense", in which you will have to take part in exciting battle battles against other real players! There are countless exciting levels ahead of you, in which you have to build the biggest tower and destroy all the opponents to take first place in the leaderboard.', 'https://img.gamemonetize.com/ox7uiqyp44iz55lbwm2u3e9ahmarlxzm/512x384.jpg', 'https://html5.gamemonetize.com/ox7uiqyp44iz55lbwm2u3e9ahmarlxzm/', '0', 'Arcade', 0, 0, '', 'stack-defence'), (6386, 'Tractor City Garbage 2022', 'This is a really realistic Trash Dumping simulation game called 3D City Tractor Garbage Simulator. You are given the responsibility of operating the dump tractor, and it is up to you to transport the garbage from the city dump across the site and deposit it in the appropriate location. While driving over the entire city, you need to be careful not to drop the rubbish dump. To complete the game, you will need to maneuver your tractor through the obstacle course while avoiding damage and then park it. The most realistic simulation of operating a tractor and parking it ever created in a video game. It\'s impossible to overstate how much fun the Truck driving simulator 3D will have you having behind the wheel of a tractor. Give this game of parking tractors a shot, and then share your feedback with us afterward.', 'https://img.gamemonetize.com/94ywcz504w43vm6xipbtsmwe7s402wkn/512x384.jpg', 'https://html5.gamemonetize.com/94ywcz504w43vm6xipbtsmwe7s402wkn/', '0', 'Racing', 0, 0, '', 'tractor-city-garbage-'), (6387, 'Bike Stunts Driving 2022', 'Are you a pro when it comes to racing GT bikes or are you more of a difficult bike racer? If you answered "yes," then you are going to have a lot of fun playing this trial bike stunt game. Let\'s go on an adventure into the realm of real-life bike stunt racing, which is loaded with difficult courses and fun bike stunt activities. Use your extreme test bike stunt games to do a number of different difficult GT bike stunt master 3d. The objective of the bike stunt racing game is to demonstrate your prowess as a stunt bike rider and earn a spot among the best trial bike games. In trial bike games, you may compete to be a crazy bike stunt driver & show off all of your crazy difficult stunt master 3D driving talents.', 'https://img.gamemonetize.com/7v9t7b5fqq790mpy0gtg05uft0d2hws1/512x384.jpg', 'https://html5.gamemonetize.com/7v9t7b5fqq790mpy0gtg05uft0d2hws1/', '0', 'Racing', 0, 0, '', 'bike-stunts-driving-'), (6388, 'Runner Coaster', 'Want to achieve runner coaster freedom? This game allows you to experience the runner coaster for free! Press and hold the screen to control the coaster to move, avoid the obstacles on the road, carry the road partners, together start the roller coaster journey!', 'https://img.gamemonetize.com/2dowjdu735ksc7qkjzdcj3vxiq99v9n5/512x384.jpg', 'https://html5.gamemonetize.com/2dowjdu735ksc7qkjzdcj3vxiq99v9n5/', '0', 'Puzzles', 0, 0, '', 'runner-coaster'), (6389, 'Matches Puzzle Game', 'Matchstick Puzzle Game is a puzzle game that will give your brain a good workout. Use matchsticks to create various puzzles. Hundreds of levels are waiting for you to solve! According to the questions given in each level to start breaking through, go!', 'https://img.gamemonetize.com/hjubg6rwdmo73itxt0q9ihi3fmr87yau/512x384.jpg', 'https://html5.gamemonetize.com/hjubg6rwdmo73itxt0q9ihi3fmr87yau/', '0', 'Puzzles', 0, 0, '', 'matches-puzzle-game'), (6390, 'Number Run 3D', 'Number Run 3D is a number running game which is suitable for all ages! Your goal is to increase your number as much as possible, and you can only win if you are bigger than the target number. Remember to be careful of the obstacles on the way, they will hinder your success! Have fun!', 'https://img.gamemonetize.com/33sak0dt1wtt3jhvguzpsd5l8pzvq5et/512x384.jpg', 'https://html5.gamemonetize.com/33sak0dt1wtt3jhvguzpsd5l8pzvq5et/', '0', 'Arcade', 0, 0, '', 'number-run-d'), (6391, 'Crazy Monster Jam Truck Race Game 3D', 'Looking for best online monster truck games with crazy stunt racing on mega ramp impossible tracks? Play the new monster truck racing monster truck games & drive extreme large pickup trucks with greatly oversized tyres. Race through rough terrain in jungle mode or dodge challenging obstacles on mega ramp tracks.', 'https://img.gamemonetize.com/9ioynbl48934xeonam715qxoqzp4utzu/512x384.jpg', 'https://html5.gamemonetize.com/9ioynbl48934xeonam715qxoqzp4utzu/', '0', 'Racing', 0, 0, '', 'crazy-monster-jam-truck-race-game-d'), (6392, 'Furious Two Wheel Car Driving Stunt 2022', 'Furious Two Wheel Car Driving Stunt 2022 is an advanced driving simulator with realistic physics for both sport and an stunt car.', 'https://img.gamemonetize.com/qd9aqzxholwxhd1z163x9300uaiomt74/512x384.jpg', 'https://html5.gamemonetize.com/qd9aqzxholwxhd1z163x9300uaiomt74/', '0', 'Adventure', 0, 0, '', 'furious-two-wheel-car-driving-stunt-'), (6393, 'Basketball Online', 'Get your favorite ball and make lots of great dunk shots in different beautiful locations!', 'https://img.gamemonetize.com/peshwa0e4jg3k6fxkd1xhi1jdyl9etpz/512x384.jpg', 'https://html5.gamemonetize.com/peshwa0e4jg3k6fxkd1xhi1jdyl9etpz/', '0', 'Sports', 0, 0, '', 'basketball-online'), (6394, 'GOUP! DASH Go up your way th', 'Get on top! Exciting ride with music! Race through the levels while running between hazards! Go beyond your limits!', 'https://img.gamemonetize.com/qrnun9ved67lfm3yajxdrsdvvyr7kjt9/512x384.jpg', 'https://html5.gamemonetize.com/qrnun9ved67lfm3yajxdrsdvvyr7kjt9/', '0', 'Adventure', 0, 0, '', 'goup-dash--go-up-your-way-th'), (6395, 'Wedding Couple Dressup', 'Scarlet and John are getting married in a gorgeous wedding. Wedding preparations are complete. It\'s time to choose a wedding dress and groom\'s suit. What costumes do you think they should wear? Let\'s dress them to our taste', 'https://img.gamemonetize.com/mj5out14op037gjuf4s4t3sawka004ud/512x384.jpg', 'https://html5.gamemonetize.com/mj5out14op037gjuf4s4t3sawka004ud/', '0', 'Girls', 0, 0, '', 'wedding-couple-dressup'), (6396, 'Nanychan vs Ghosts 2', 'Nanychan vs Ghosts is a 2D Halloween themed platformer where you have to collect red balls while avoiding the Pumpkins, ghosts, monsters, spikes, fire, flying pumpkins and reach the Exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Nanychan vs Ghosts" series.', 'https://img.gamemonetize.com/dp4c0mwdelrnmt8zgriny6ns283fj1z7/512x384.jpg', 'https://html5.gamemonetize.com/dp4c0mwdelrnmt8zgriny6ns283fj1z7/', '0', 'Arcade', 0, 0, '', 'nanychan-vs-ghosts-'), (6397, 'Espada de Sheris', 'In the year 4000 where humans became extinct and what exists are cats and Duzker aliens who are called demons according to cats. A euro ninja cat named Kibo was guarding the crystals of power until they were stolen by the Sovereign Stickers now jump on mountains, attack enemies on platforms with vibrantly colored 8-bit pixelart graphics and world-first story', 'https://img.gamemonetize.com/8chv08oikuak6kegbuuhxy0ds3h0cxc4/512x384.jpg', 'https://html5.gamemonetize.com/8chv08oikuak6kegbuuhxy0ds3h0cxc4/', '0', 'Arcade', 0, 0, '', 'espada-de-sheris'), (6398, 'Just Erase It', 'Make everything work perfectly in Just Erase It! Sometimes when you look at things, you may think like something is wrong there. You probably like to erase all the things that seem out of place then. Now, you have a chance to make everything appear perfectly in place. Just Read the mission and erase the right place. so get to work now!', 'https://img.gamemonetize.com/8m0q19zzogjdheafo9k2u0oa9gbeou12/512x384.jpg', 'https://html5.gamemonetize.com/8m0q19zzogjdheafo9k2u0oa9gbeou12/', '0', 'Puzzles', 0, 0, '', 'just-erase-it'), (6399, 'Tuu Bot', 'Tuu Bot is a 2D Sci-fi themed platformer where you have to collect all of the batteries while avoiding the giant blades, spikes, enemy robots and reach the Exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/6w3hyegqu82m7612gjcbo65471omxtr8/512x384.jpg', 'https://html5.gamemonetize.com/6w3hyegqu82m7612gjcbo65471omxtr8/', '0', 'Arcade', 0, 0, '', 'tuu-bot'), (6400, 'Funny Sea Fishing', 'It’s a nice sunny day and our little friend, the Happy Penguin, decided to go on a fishing trip for cute sea animals and fishes to put in his little aquarium – come and experience the joy! But, remember, you are not fishing for sharks – they are very strong and will break your fishing rod! Have the best time catching fishes in this fishing game for free!', 'https://img.gamemonetize.com/l8cjfk6jj6mwd9ccal4gn1zgoe6w7gbz/512x384.jpg', 'https://html5.gamemonetize.com/l8cjfk6jj6mwd9ccal4gn1zgoe6w7gbz/', '0', 'Sports', 0, 0, '', 'funny-sea-fishing'), (6401, 'MEMORY TRAINING. AMERICAN FLAGS', 'MEMORY TRAINING AMERICAN FLAGS has 3 different categories with 4 levels each. To play, click on the cards to reveal the flag of an American country. Memorize it so you can relate it to another equal flag. Find the pair of each flag on the board to complete the level before time runs out.', 'https://img.gamemonetize.com/rl027iw150jip1pyfc7n6e6ch1yrdr6h/512x384.jpg', 'https://html5.gamemonetize.com/rl027iw150jip1pyfc7n6e6ch1yrdr6h/', '0', 'Puzzles', 0, 0, '', 'memory-training-american-flags'), (6402, 'Cooking Cafe', 'Choose what you want to cook from the menu, buy the missing ingredients and start preparing.', 'https://img.gamemonetize.com/mg953tsbyotroif1r1mu29dciazjvrci/512x384.jpg', 'https://html5.gamemonetize.com/mg953tsbyotroif1r1mu29dciazjvrci/', '0', 'Cooking', 0, 0, '', 'cooking-cafe'), (6403, 'Highway Money Race', 'Collect coins on the way. Every time you click on the screen, your vehicle changes direction. Be careful not to get off the road. Your vehicle accelerates as it progresses. The faster you are, the harder it is to keep the car on the road. You can buy new vehicles by collecting coins.', 'https://img.gamemonetize.com/571yv2pp2an7wenxhob9xdojlq4gw3os/512x384.jpg', 'https://html5.gamemonetize.com/571yv2pp2an7wenxhob9xdojlq4gw3os/', '0', 'Racing', 0, 0, '', 'highway-money-race'), (6404, 'Private hide and seek', 'Hide and seek', 'https://img.gamemonetize.com/kjgpl2d9qqtox1z6tzefpc4ftv8ojrvi/512x384.jpg', 'https://html5.gamemonetize.com/kjgpl2d9qqtox1z6tzefpc4ftv8ojrvi/', '0', 'Arcade', 0, 0, '', 'private-hide-and-seek'), (6405, 'Merge Master Poppy & Glamrock', 'Merge and create your monster army. Fight evil monsters emerging through the city. Conquer and purge through all challenges to become the Ultimate Monster Master. Join the 3D world of chaos, where monsters of all types rule the world, survival is difficult in the world full of vicious monster. Try out Merge Master: Monster Battle for free right now! âš”ï¸ Game Features: - The game is completely and forever FREE FOR EVERYONE - Incredibly easy to play. - Creative monsters combinations, inspired by your favorite characters - Powerful and satisfying merge gameplay - Challenging fights and experiences, and super addictive. - Eye-catching color explosion in your device. Are you ready for a journey into the mysterious yet fascinating world of Merge Master: Monster Battle? Try it out with your friends, Merge, Fight, and become the Victor in the history of this Monster Battle.', 'https://img.gamemonetize.com/3imy2exjxatapeybfqfamxwnaqbdwujn/512x384.jpg', 'https://html5.gamemonetize.com/3imy2exjxatapeybfqfamxwnaqbdwujn/', '0', 'Hypercasual', 0, 0, '', 'merge-master-poppy-amp-glamrock'), (6406, 'Guild of Zany', 'Among the cards you have in your hand, you will often have weapons and shields. These cards are called equipment. When your character moves on them, the card is added to thier inventory. They gains the effect of the weapon and its power. The value of weapons (in yellow) is added to your basic attack. The shields (in blue) give you protection against the first damage received. In this game, you must travel through different levels until you defeat the last boss. To do so, play cards from your hand to the free slots on the field. Once done, end the turn and you will be able to see your character moving forward and interact with the items you played as well as epic battles taking place. Place your cards as best as possible to allow your character to survive.', 'https://img.gamemonetize.com/4wy4qs013dt1pgen6bk5giihnbfs57qi/512x384.jpg', 'https://html5.gamemonetize.com/4wy4qs013dt1pgen6bk5giihnbfs57qi/', '0', 'Adventure', 0, 0, '', 'guild-of-zany'), (6407, 'Time Travel Caffe', 'Ever dreamed to be a host of a Café? Ever Wanted to be a cook and make coffee, flower tea, delicious ice cream, yummy cakes and more dishes on your own? Bring your fantasy to life with tasty coffee in Baby Panda\'s Café! Baby Panda\'s Café will make your dream come true in this busy summer! Roll Out Summer Coffee As a host of a Coffee Shop, you have to start your journey of being a cook! With temperatures slowly climbing and summer well on its way, it’s time to build a menu of refreshing coffee and more drinks for your Café. Prepare to surprise your friends this summer with these easy to make coffee drinks and dishes at Baby Panda\'s café! Cook Coffee & Dishes Cook amazing café dishes and summer coffee by collecting nearly 80 ingredients, such as coffee bean, vanilla, chocolate... Operate cool kitchen tools and prepare your coffee and dishes before decorating and drinking them. Make sandwiches with vegetables or bacon? Make a heart-shaped cookie or a little bear biscuit? It all depends on you! Serve Customers You need to arrange seats for your little customers and help them order from the menu! To meet their needs,you’ll be busy with making their favorite coffee, tea, ice cream, salad, donuts,cakes and all kinds of yummy food! When the guests leave, remember to clean up the table. Your intimate service can help you to bring more and more customers! There are more and more guests at your coffee shop. You need to speed up, little cook! FEATURES: - Roll out summer menu with 9 different food and drinksï¼ - Explore cooking by using nearly 80 ingredients in creative way. -Take orders, serve food and handle cash in Baby Panda\'s Café! - Collect gold coins to unlock more yummy food recipes. - Café kitchen and coffee shop recipes inspire kids’ imagination. - Funny character reaction will make you giggle. - Learn time management skills as super cashier! - Easy to use and simple to understandï¼ - No time limits and any rules!', 'https://img.gamemonetize.com/jhy8ubhk2ud0075oqnx6supxm4og9e4i/512x384.jpg', 'https://html5.gamemonetize.com/jhy8ubhk2ud0075oqnx6supxm4og9e4i/', '0', 'Cooking', 0, 0, '', 'time-travel-caffe'), (6408, 'ULTIMATE FLYING CAR CRAZY', 'Do you want to take fast rides and flights on the long streets of the city? Ultimate Flying Car game invites you to realistic flying car simulator experience. Explore the sky with stylish flying cars, or unlock new cars by participating in races. You can play all of these game modes either 1 player or 2 player. Player 1: Move: "W,A,S,D" NOS: "SHIFT " Look back: "T" Fix car\'s position: "R" Handbrake: "SPACE" Player 2: Move: "ARROW KEYS" NOS: "M" Look back: "L" Fix car\'s position: "U" Handbrake: "K"', 'https://img.gamemonetize.com/df246rvtzl4secl4d7yuow5uey9argse/512x384.jpg', 'https://html5.gamemonetize.com/df246rvtzl4secl4d7yuow5uey9argse/', '0', 'Racing', 0, 0, '', 'ultimate-flying-car-crazy'), (6409, 'Risk of Fairies', 'Seek out the red crystal for each level to summon the boss, or fight the continuously spawning fairies to save up money for treasure chests. The game becomes progressively harder as time passes. Don\'t dawdle! The game has no definitive ending. Strive to live as long as possible! Gameplay Enabled up to 4 player multiplayer (let us know if it breaks!) Added a true Lunatic mode Time scales 50% faster (due to the small map currently) Added an temporary invulnerability state to the 3rd ability, Dash Added 4th ability, Master Spark Added affixes to enemies, making them more difficult to defeat but with greater reward Diversified the enemies. They shoot more specialized patterns and deal more damage Enemies spawn at the start of the stage Added 9 new items, removed the Uncommon Tengu Geta item Added combat shrine (spawns higher level enemies) Added gameover screen Added pause button Quality of Life Added an item display for the items gathered so far You can hover over items and abilities to get their descriptions Messages appear when you interact with shrines Added buff visuals and improved some existing bullet visuals Added item gallery to check out all items in the game Bugs Fixed the sacrifice shrine being able to kill you Fixed ability charge items resetting on a new stage Fixed exponential items scaling too hard Fixed numerous items not working exactly as intended', 'https://img.gamemonetize.com/x1wyvw43kqst9kop2bz3mlrtx7jhz08u/512x384.jpg', 'https://html5.gamemonetize.com/x1wyvw43kqst9kop2bz3mlrtx7jhz08u/', '0', 'Action', 0, 0, '', 'risk-of-fairies'), (6410, 'Luminous Strike', 'Luminous Strike is a fast-paced puzzle fighter in the vein of Super Puzzle Fighter and Puyo-Puyo featuring netplay. Online multiplayer puzzle battling Single-Player arcade puzzle battling', 'https://img.gamemonetize.com/2msw7rxjo75h3a1qs0hazvcz6ahyj8wz/512x384.jpg', 'https://html5.gamemonetize.com/2msw7rxjo75h3a1qs0hazvcz6ahyj8wz/', '0', 'Puzzles', 0, 0, '', 'luminous-strike'), (6411, 'Block Triangle Puzzle', 'Are you ready to solve block puzzle games with rainbow triangles? Arrange shapes made up of triangles to fill up all kinds of designs! The possibilities are endless! How To Play • Drag the geometric blocks into the board to complete the puzzles. • Blocks can\'t be rotated. SPECIAL FEATURES • TONS OF UNIQUE LEVELS!! Over 2000 block puzzle games, filled with fun and amazing challenges! • NO TIME LIMITS!! Take your time! • NO WIFI? NO PROBLEM! Play puzzle games online or offline! • EASY AND FUN PUZZLE GAMES!! Simple to learn, but plenty of tangram varieties to keep you going! • STUNNING GRAPHICS!! Vibrant colors and gorgeous visual effects! • OPTIMIZED PERFORMANCE for Android and Google Play Games. • ACHIEVEMENTS & LEADERBOARD.', 'https://img.gamemonetize.com/iiulkacdmvp9foba7khukvzs010645df/512x384.jpg', 'https://html5.gamemonetize.com/iiulkacdmvp9foba7khukvzs010645df/', '0', 'Puzzles', 0, 0, '', 'block-triangle-puzzle'), (6412, 'My Doll Dress up ', 'Cute Dress Up Fashion Game is a fun fashion game! Let your imagination and creative mind be wild and create beautiful styles as you pleased. Using the best outfit style to compete with others. ★ HOW TO PLAY: • Choose your favorite outfits and accessories. • Shop hundreds of beautiful styles. • Use your creativity and fashion mind to create the best styles. ★ FEATURES: • One finger control. • FREE & EASY TO PLAY. • NO penalties & time limits; you can enjoy this game at your own pace!', 'https://img.gamemonetize.com/tof7tg9uuxml3xw4sawrtncp5hun5hp8/512x384.jpg', 'https://html5.gamemonetize.com/tof7tg9uuxml3xw4sawrtncp5hun5hp8/', '0', 'Hypercasual', 0, 0, '', 'my-doll-dress-up-'), (6413, 'Magical Eats', 'Much like other Match-3 games, your goal is to assemble groups of three or more to defeat your opponent. Magical Eats, a Game Jam entry on Nitori.Itch.io is a combination Rhythm/Puzzler Match-3 game based on the ArcSys game, Magical Beats. Join Touhou\'s Marisa as she dates her way through five stages matching blocks to the beat. This game was produced for the Touhou Pride Jam 3 event.ta You may only drop blocks on the fourth note of the Metronome, indicated by the yellow region, if you take too long or miss your timing your blocks will fly off wildly!', 'https://img.gamemonetize.com/9hpprtl7iy4oomii690xg6qk2nz7itny/512x384.jpg', 'https://html5.gamemonetize.com/9hpprtl7iy4oomii690xg6qk2nz7itny/', '0', 'Arcade', 0, 0, '', 'magical-eats'), (6414, 'Six Rounds of Escape', 'The six-round battle royale begins. In the face of this life-threatening game, how do you escape your fate? 321 Wooden man, tug of war, stepping on glass... Who can survive, come and try it.', 'https://img.gamemonetize.com/zj62be2kdhlbklerkw3xtnaqlyo4oib9/512x384.jpg', 'https://html5.gamemonetize.com/zj62be2kdhlbklerkw3xtnaqlyo4oib9/', '0', 'Arcade', 0, 0, '', 'six-rounds-of-escape'), (6415, 'Imposible Car Stunt Guy ', 'Car Stunt Races: Mega Ramps is a car stunt simulator game that takes physics to an extreme level: crashes, jumps, drifts and lots of other fun racing car tricks. FREE MODE Drive your sports car in the stunts and obstacles of the open free mode! Will you climb the mega ramp?', 'https://img.gamemonetize.com/1eae6dltkss661hj8mv14v5jon6osvsq/512x384.jpg', 'https://html5.gamemonetize.com/1eae6dltkss661hj8mv14v5jon6osvsq/', '0', 'Racing', 0, 0, '', 'imposible--car-stunt-guy-'), (6416, 'Hop Mania', 'Start the game by choosing between frog or chicken. The start moving forward by hopping! Dodge cars and hop on logs until you reach the hole! Hop on drink can for a power up bonus!', 'https://img.gamemonetize.com/lw4wk9ut1y9wktzib69jl3u1felfdq9u/512x384.jpg', 'https://html5.gamemonetize.com/lw4wk9ut1y9wktzib69jl3u1felfdq9u/', '0', 'Adventure', 0, 0, '', 'hop-mania'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (6417, 'Angry birds shooting Angry birds space game', 'Super Dino Runner is a super fun game for children of all ages. Based on a well-known game, you will have the adventure of getting as far as possible Choose from 4 dinosaurs (Rex, Mimi, Dino and Bob)', 'https://img.gamemonetize.com/02p9qbpjte73c1ejdvv81v97oz2uv5fi/512x384.jpg', 'https://html5.gamemonetize.com/02p9qbpjte73c1ejdvv81v97oz2uv5fi/', '0', 'Adventure', 0, 0, '', 'angry-birds-shooting-angry-birds-space-game'), (6418, 'Ear Doctor Litttle Ear Doctor Ear Surgery', 'Hey Doctor, I hurt my ear and it is so painful! Could you please help me to treat my ear? I know you have the best medical tools in town!', 'https://img.gamemonetize.com/gwuiuqau0iv1613mltnn87phmprbxue5/512x384.jpg', 'https://html5.gamemonetize.com/gwuiuqau0iv1613mltnn87phmprbxue5/', '0', 'Hypercasual', 0, 0, '', 'ear-doctor--litttle-ear-doctor-ear-surgery'), (6419, 'Nitro Car Racing Game', 'Race, mod, and tune dozens of real licensed cars! Start a team, invite your friends, win tournaments. Trade car parts with other racers in real time and build your dream car for both Drag and Drift races! Meet the drift - The most advanced Drift mode comes to drag racing world! Cutting edge technology recreates the most precise and lifelike drift experience ever! New Suspension Upgrades to adjust your car specifically for drift. Intuitive, customizable controls will fit any racer. Never seen before unique tracks designed for drift. Lots of cars - Supercars and Exotics? Check. Tuners and Street racers? Check. Classic and Modern muscle? You bet! The best part? There\'s always more of them coming to the game! We know you love drag racing cars, we have more than 150 real cars from top international car brands like Audi, BMW, Chevrolet, Chrysler, Dodge, Ford, Jaguar, Mercedes-Benz, Nissan, Subaru, Volkswagen - and many more! Fair play - no "fuel" that you have to wait for. Free of "delivery time" for cars or upgrades. Every vehicle is competitive and there are no "premium" upgrades. It\'s all about player driving skill and dedication. Real racers & teams – we’re all about multiplayer racing, there\'s always an online rival waiting for you on the street or the track. Start by racing any distance from 1/8 to a full mile, join or create a team, win tournaments with your crew, work your way up the leaderboard rankings, or test your nerves in wager races. Join a Live Multiplayer race, play in real time with friends and opponents all over the world! Compete in weekly Regional tournaments and work your way up through the Bronze and Silver divisions to the Worldwide Gold Elite Racing division! Epic upgrades - Upgrade and improve 33 unique car components with 3 tiers of aftermarket blueprints. Satisfy your need for speed and build a one-of-a-kind top drag racing machine. Ever dreamed of smoking an exotic sports car in your 800 HP Volkswagen Golf? Happens every day on the streets of NN. Personal touch – customize your drag car with cool decals, arrange them the way you like. Choose your own custom paint color and finish for every bit. Add real Toyo Tires and aftermarket Tec Speedwheels rims, install aftermarket bumpers, skirts and spoilers to give your car a unique look! Car geeks welcome – powered by the CarX Physics Engine, we have the most realistic car physics on the market - everything works the way it does in real life. Tune your gears with detailed specs, dyno graphs, gearing charts and advanced race statistics will help you put your racing knowledge to use. Privacy Policy: http://cm.games/privacy-policy Terms of Use: http://cm.games/terms-of-use', 'https://img.gamemonetize.com/rihtf03i1vxcl22aykfzfzcd5bfqlae4/512x384.jpg', 'https://html5.gamemonetize.com/rihtf03i1vxcl22aykfzfzcd5bfqlae4/', '0', 'Racing', 0, 0, '', 'nitro-car-racing-game'), (6420, 'Drag Car Racing ', 'Drag Racing is the original nitro fuelled racing game which fascinated over 100 000 000 fans around the globe. Race, Tune, Upgrade and Customize over 50 different car styles from JDM, Europe or the US. We added limitless car customization options which will make your garage unique and standing out. Challenge other players online: race 1 on 1, drive your opponent’s car, or participate in real-time 10-player races in Pro League.', 'https://img.gamemonetize.com/8qezns5l5zcc7msiobi6v7s15ibdcu8x/512x384.jpg', 'https://html5.gamemonetize.com/8qezns5l5zcc7msiobi6v7s15ibdcu8x/', '0', 'Racing', 0, 0, '', 'drag--car-racing-'), (6421, 'Imposoble Car Stunt Game', 'Stunt Car Extreme is the ultimate stunt and trial car game with both entertaining and awe-inspiring tracks. The main tracks are designed for casual play, but the bonus tracks offer more extreme challenge! The bonus tracks have high risks but also high rewards. Levels include hard trials levels, easy speed levels, and casual and fun jump levels. The game has a daily challenge mode, in which you try to win real players drives. In the cups mode you race against three drivers in three race tracks in a roll. New endless adventure mode challenges you with stunt missions in an endless level. Cars are customisable based on your preferences, with cool paint jobs, engines, tires and more. The car selection include classic and modern muscle car types, sports cars, off-road vehicles and other legendary car models. The game has a hidden feature, secret car keys hidden in the tracks. By collecting the hidden keys you can unlock some of the cars, including a monster truck. Stunt Car Extreme is a continuation of the Stunt Car Challenge car game series.', 'https://img.gamemonetize.com/qotgfd3zs4q046r3wth76qxjusg56qt5/512x384.jpg', 'https://html5.gamemonetize.com/qotgfd3zs4q046r3wth76qxjusg56qt5/', '0', 'Racing', 0, 0, '', 'imposoble-car-stunt-game'), (6422, 'Farming Missions 2023', 'The simulator adventure this time begins in a huge village with various farming and heavy construction equipment with the Farming Missions 2023 game. The game consists of various game modes such as free drive, racing, and missions. You can play almost every mode of the game in both single player mode or in two player mode. Mission mode consists of entertaining missions like carrying missions with heavy construction machines. In race mode, you will join a race between the construction machines and you will try to get to the finish line before your opponents. Pick game mode and start playing in the huge Farming town with various vehicles!', 'https://img.gamemonetize.com/tuyjq5drwpkpembwr106uh74vr8c1jhq/512x384.jpg', 'https://html5.gamemonetize.com/tuyjq5drwpkpembwr106uh74vr8c1jhq/', '0', '3D', 0, 0, '', 'farming-missions-'), (6423, 'Superstar Family Dress Up', 'Superstar Family Dress Up is a very fashionable and popular game. There are four members in this gorgeous superstar family. They will attend an event in the evening. Help them stand out on the carpet walk. With so many beautiful outfits, delicate accessories and your good taste, we are sure you won\'t let them down. Have fun!', 'https://img.gamemonetize.com/b1gjijkn8geb3ac5p1wf9kto4c3xtac6/512x384.jpg', 'https://html5.gamemonetize.com/b1gjijkn8geb3ac5p1wf9kto4c3xtac6/', '0', 'Girls', 0, 0, '', 'superstar-family-dress-up'), (6424, 'Combat Blocky Strike 2022', 'In the best undead breakout games, you will have access to a diverse arsenal of weapons, regardless of whether you are playing alone or with other people. These games may be played by a single person or by a group of people at the same time. You have been engaging in battle against Minecraft zombie Bots over a variety of different maps. You are still required to kill other undead creatures, regardless of whether or not you are armed or even if you are participating in zombie warfare. In terms of actual practice, I have not been focusing at all on this particular topic at all. When playing first-person shooter games like these, it is important to take cover behind diverse objects whenever possible in order to avoid being killed. Do you have a certain individual in mind with whom you would want to spend some time in order to make use of the free online games that are available? How many distinct kinds of firearms does the individual referred to in the question own in their collection?', 'https://img.gamemonetize.com/vutvix9sg0oy8dxqwx3du9v4frk1c1bh/512x384.jpg', 'https://html5.gamemonetize.com/vutvix9sg0oy8dxqwx3du9v4frk1c1bh/', '0', 'Shooting', 0, 0, '', 'combat-blocky-strike-'), (6425, 'Pumpkin Basket', 'Halloween season is coming so play this great pumpkin basket game!!! Pumpkin Basketball is an exciting basket sport game to play for all ages! Play this technical game which tests your aiming ability to make a goal! How long you can stay in the game is determined by how well you can aim. So calculate the right angle and degree of force and shoot the Pumpkin through into the basket! - Endless Gameplay. - Cute Graphic. - Halloween Theme.', 'https://img.gamemonetize.com/452329z2z5elkq91iqxsgrtnraf30fwv/512x384.jpg', 'https://html5.gamemonetize.com/452329z2z5elkq91iqxsgrtnraf30fwv/', '0', 'Sports', 0, 0, '', 'pumpkin-basket'), (6426, 'Steve and Wolf', 'Steve and his wolf are stuck in a dungeon. Play with your friend and help them escape from the dark dungeon.', 'https://img.gamemonetize.com/7xqlymp1zt51fvw7c4yk7xn29erh4pqv/512x384.jpg', 'https://html5.gamemonetize.com/7xqlymp1zt51fvw7c4yk7xn29erh4pqv/', '0', 'Adventure', 0, 0, '', 'steve-and-wolf'), (6427, 'Minicraft Adventure', 'Minecraft Adventure is a 2D platformer in which your mission is to build bridges, kill zombies and parkour on different maps.', 'https://img.gamemonetize.com/x508381spgos0bfvu0b6rv7twskgalzb/512x384.jpg', 'https://html5.gamemonetize.com/x508381spgos0bfvu0b6rv7twskgalzb/', '0', 'Adventure', 0, 0, '', 'minicraft-adventure'), (6428, 'Xtreme Racing Car Stunts Simulator 2022', 'Don\'t pass up the chance to play vehicles stunt car racing with ultimate mega ramp challenges in free car stunt racing games 3D 2022; instead, get ready to notice the car games that are made for enjoying intense real mega ramp car stunt games. Prepare for some sky-high racing and impossible automobile stunts in this offline version of the popular formula car stunt ramp racing game. Enjoy the greatest automobiles racing and real giant ramp car stunt experience as you take on more challenging ramps in the best impossible car jump games. Car stunt games 2022 are here to help you perfect your driving talents on virtual gigantic ramps. Playing your favorite driving simulator game offline allows you to take advantage of additional difficulties on gigantic ramps. Play the best extreme driving games ever made and drive over impossible sky circuits full of tremendous challenges in your brand new ultimate auto stunt games 3D 2022. If you\'re craving some offline racing and vehicle stunt games in 2022, go no further than these free huge ramp car stunt games. Extreme real-world automobile stunts will have your blood pumping in your favorite driving simulator game. Formula Car Stunt Game with Realistic Mega Ramps You may now satisfy your need for a good automobile driving game with our new games, which feature a wide variety of crazy vehicles that can be customized to perform a wide variety of dangerous stunts on challenging gigantic ramps. In order to achieve ultimate car stunt success, you\'ll need to perform fantastic stunts in the beguiling new car stunt and crazy ramp game. One of the top offline cars stunt games of 2022 is ready and prepared to provide you with mega entertainment as you take the wheel. Playing offline auto stunt games is a great way to put your stunt driving talents to the test on challenging sky circuits.', 'https://img.gamemonetize.com/ot34r943ma84s4duq36l6yc7by67ep2p/512x384.jpg', 'https://html5.gamemonetize.com/ot34r943ma84s4duq36l6yc7by67ep2p/', '0', 'Racing', 0, 0, '', 'xtreme-racing-car-stunts-simulator-'), (6429, 'Kick Off', 'A dynamic sport game based on physics. Bounce the ball and try to make it into the goal. You loose a chance when the ball drops below the edge of the screen.', 'https://img.gamemonetize.com/xa6u972vuf7i1xoe352yzjm7lxvhpkve/512x384.jpg', 'https://html5.gamemonetize.com/xa6u972vuf7i1xoe352yzjm7lxvhpkve/', '0', 'Sports', 0, 0, '', 'kick-off'), (6430, 'Bouncy Egg', 'In this super bouncy physics game you have to bounce your egg into the basket using springs, conveyer belts and walls. Avoid the TNT and be a smart egg to solve it!', 'https://img.gamemonetize.com/eb8nx1z94iauxa9thh8xepe437e5dy0e/512x384.jpg', 'https://html5.gamemonetize.com/eb8nx1z94iauxa9thh8xepe437e5dy0e/', '0', 'Puzzles', 0, 0, '', 'bouncy-egg'), (6431, 'Target Hit 3D', 'Target Hit 3D is a free 3D game which has amazing 3D shooting graphics, animations. Come and try your best to be the archery master! Easily touch control, enjoy amazing achery gaming experience. Lots of very exciting and competitive levels!', 'https://img.gamemonetize.com/qxnmdqlvmlb2wyn6msipu9fcnuz3t0ul/512x384.jpg', 'https://html5.gamemonetize.com/qxnmdqlvmlb2wyn6msipu9fcnuz3t0ul/', '0', 'Boys', 0, 0, '', 'target-hit-d'), (6432, 'Connect Master', 'Connect Masteris an adventure-themed connect pair matching puzzle game with various game theme skins. Let you go on an adventure as an explorer while having fun and relaxing simultaneously. You can feel the warmth and harmony of the village tribe on the way and play on the sunny ocean beach. You can also visit the icy animal kingdom, find the mysterious magic forest and enjoy the desert culture. So, come on and try it out! This classic tile-matching puzzle game is fun and casual but also challenging! Hurry up and play this matching elimination puzzle game and prove that you are the master of connecting matching squares with action. Hope you have fun and enjoy playing!', 'https://img.gamemonetize.com/a4uom6kym446gjnyeq7ef3zh9any6y9h/512x384.jpg', 'https://html5.gamemonetize.com/a4uom6kym446gjnyeq7ef3zh9any6y9h/', '0', 'Puzzles', 0, 0, '', 'connect-master'), (6433, 'Happy Farm Familly', 'Happy Farm is a fun and challenging management game on farming fruit crops and vegetables. Can you manage a farm and plant crops that you can sell? Plants vegetable and take good care of the plants and be aware of changing weather conditions that affect the plants. Harvest the crop and earn money for upgrades', 'https://img.gamemonetize.com/x0nfxtoft8ow8idjtdymma9g873pjx62/512x384.jpg', 'https://html5.gamemonetize.com/x0nfxtoft8ow8idjtdymma9g873pjx62/', '0', '.IO', 0, 0, '', 'happy-farm-familly'), (6434, 'Julias Food Truck', 'Chef Julia owns a food truck and oh boy! Her business is growing faster than she imagined! New customers discover Julia\'s food truck every week and her loyal customers keep coming back for more. She has so many orders that she decided to hire an assistant. Are you ready to prove your skills in this fast-paced cooking game for girls called Julia\'s Food Truck? Go ahead, check your orders, click on the necessary ingredients and prepare a delicious burger for your waiting customer. Layer on meat, cheese, bacon, vegetables and ketchup and serve it hot before the customer gets impatient. Also keep in mind that the more customers you serve, the more ingredients you will have access to. Act fast and keep your customers happy, collect the money and increase your business.', 'https://img.gamemonetize.com/gpqghvmqa54pwroym2iq5mr4ul4rmik2/512x384.jpg', 'https://html5.gamemonetize.com/gpqghvmqa54pwroym2iq5mr4ul4rmik2/', '0', 'Adventure', 0, 0, '', 'julias-food-truck'), (6435, 'Fishing Hunter', 'Fishing Hunter Online Fish collect is a fun and challenging fishing game that will keep you hooked for hours! In this game, your goal is to collect as many fish as possible while avoiding the dangerous predators that lurk in the waters. To do this, you must use your quick reflexes and sharp eyesight to hunt down the fish while avoiding being eaten yourself! This game is perfect for any true fishing enthusiast who wants to test their skills and see how many fish they can catch!', 'https://img.gamemonetize.com/lyu38mmiseaoepxxnlwy7318ndfzey6r/512x384.jpg', 'https://html5.gamemonetize.com/lyu38mmiseaoepxxnlwy7318ndfzey6r/', '0', 'Hypercasual', 0, 0, '', 'fishing-hunter'), (6436, 'Cool Arcade Run Dash Jump Game', 'Run Dash Jump game is a cool adventure arcade game. If you are a fan of running or jumping and shooting then this game might make you really happy.', 'https://img.gamemonetize.com/ti2m06cqmdfuidpqp7rl5ts93i05avi4/512x384.jpg', 'https://html5.gamemonetize.com/ti2m06cqmdfuidpqp7rl5ts93i05avi4/', '0', 'Arcade', 0, 0, '', 'cool-arcade-run-dash-jump-game'), (6437, 'Smart Origami', 'Explore the ancient art of origami in a smart origami game! Fold paper in the right order to create patterns of cute animals, delicious food, and more. Come and origami now.', 'https://img.gamemonetize.com/n6bddtortnzgqm23jgd4rf2gp7jaooio/512x384.jpg', 'https://html5.gamemonetize.com/n6bddtortnzgqm23jgd4rf2gp7jaooio/', '0', 'Puzzles', 0, 0, '', 'smart-origami'), (6438, 'Bus Parking 3D Game', 'Bus Parking 3D is a realistic Bus Driving game and Bus Simulator having a 3D gameplay. With each passing level come more difficulty and require much more of your expertise to reach the next level. This game will also test your driving expertise as a bus driver as is not as easy as a car and parking the bus is even more critical.', 'https://img.gamemonetize.com/k6deqyqsicw0kogqdxfreyet58h6jzwe/512x384.jpg', 'https://html5.gamemonetize.com/k6deqyqsicw0kogqdxfreyet58h6jzwe/', '0', 'Action', 0, 0, '', 'bus-parking-d-game'), (6439, 'Top Wing Color the Cadets', 'Top Wing: Color the Cadets is a coloring book game based on the Top Wing animated TV series. Top Wing Color The Cadets let you color four eager young birds Swift, Penny, Brody, and Rod who work together at Top Wing Academy as new cadets to earn their wings by helping their community. Play free family friendly Top Wing Color The Cadets Game no download. We have now returned to the Top Wing Games category, a category of Nick Jr Games we are very excited about, since new games have not been added to it in quite a while, so bringing you right now a game such as Top Wing Color the Cadets is sure to be something you will be very happy about, just like you are going to be of the opportunity to play Top Wing Color the Cadets, since coloring games have not been added before into this category. Worry not, since right here we explain what it is you have to do in the game, so reading this to the end is going to help you in playing the game a lot! Start by browsing the black and white pages, and choosing the one that you want to color. To do so, you are going to use the tools at the bottom of the screen, as well as the colors which can be found there. Choose the method of coloring you like best, and go forward with it, using your imagination to color these characters however it is you want to, totally! You can always use the eraser and do things from scratch. Start now, enjoy, and make sure to stick around, since we have plenty more cool games for you here today, and we hope you enjoy them as well!', 'https://img.gamemonetize.com/7onhfrt2w3mufjfee5pwrnxmqpc1ljp2/512x384.jpg', 'https://html5.gamemonetize.com/7onhfrt2w3mufjfee5pwrnxmqpc1ljp2/', '0', 'Hypercasual', 0, 0, '', 'top-wing-color-the-cadets'), (6440, 'Gun Idle', 'Destroy enemies, get gold and upgrade your turret for easier passage of levels.', 'https://img.gamemonetize.com/2a740d187kgrbbnuvnnjwer0jy8ol3wv/512x384.jpg', 'https://html5.gamemonetize.com/2a740d187kgrbbnuvnnjwer0jy8ol3wv/', '0', 'Hypercasual', 0, 0, '', 'gun-idle'), (6441, 'Brain Test Tricky Puzzle Journey', 'Brain Test is a fun intellectual casual game. Test your IQ and you\'ll have tons of fun at the same time! Unlike previous puzzles, you\'ll need to use your discerning eye and turn your brain. Don\'t be fooled by the surface of the puzzle! This is a great test of the player\'s logical thinking skills and intelligence. Start when you\'re ready! Looking forward to your participation!', 'https://img.gamemonetize.com/j6gv5yi1sbpz31utl5gcut7pd69i3ksd/512x384.jpg', 'https://html5.gamemonetize.com/j6gv5yi1sbpz31utl5gcut7pd69i3ksd/', '0', 'Puzzles', 0, 0, '', 'brain-test--tricky-puzzle-journey'), (6442, 'Sprint Club Nitro', 'Ricky Zoom: Wheelford Wheelies is a motorbike racing game based on Ricky Zoom, a British animated TV series started in 2019. Motorcycle games are always better when they are also Ricky Zoom Games at the same time, which is why right in this moment we have shared with everyone here the game called Wheelford Wheelies, one of the best new moto racing games this category of Nick Jr Games has had, and one which is unlike everything else we\'ve had here before, so we really hope that you are ready for this new and exciting experience that you\'re bound to love a great deal. Let\'s see what you do, so you can start the fun at once. You\'re going to have Ricky the red motorcycle racing ahead, and when you click on him he jumps, and if you do two jumps consecutively, he sometimes spins in the air or does wheelies. You need to jump to avoid all of the obstacles in your path but to also collect as many of the red icons as possible since you get 10 points for each, so the more you grab, the bigger your score is going to become. Go on the speed ramps on the track to get more speed and race forward faster. As you progress the tracks are going to get more difficult but more exciting, as there will be ramps added, to perform wheelies, as well as loops to circle around, with each new level getting more exciting and more fun. Make sure to also avoid oil patches, since they slow you down. Good luck racing with Ricky Zoom, and don\'t forget that we\'ve got a lot more games with these characters here, all of which we hope you\'re going to give a chance to right after this one and continue having fun here!', 'https://img.gamemonetize.com/nglh2m96smjdgaa6shafoje6icnpseji/512x384.jpg', 'https://html5.gamemonetize.com/nglh2m96smjdgaa6shafoje6icnpseji/', '0', 'Racing', 0, 0, '', 'sprint-club-nitro'), (6443, 'Pendula', 'Pendula is an Adventure game in which the player has to complete the level by swinging the environment while avoiding enemies and traps which include blades, piranhas and water. However you can only grab on to metal objects . There are also some fun stuff like jump pads and cannons which can help you complete the level.', 'https://img.gamemonetize.com/yvv4v5577y5kc7gahngvvp2hrnyw4gak/512x384.jpg', 'https://html5.gamemonetize.com/yvv4v5577y5kc7gahngvvp2hrnyw4gak/', '0', 'Adventure', 0, 0, '', 'pendula'), (6444, ' Mini Market Tycoon', 'A new Market Tycoon Idle adventure is now beginning with the experts of this job. You have just opened a new supermarket in your town and you should manage there. There are lots of customers visiting your supermarket daily. You can earn good money and you can open new departments inside your supermarket. More departments mean more income. Don\'t forget to do your upgrades within the upgrade menu. You can buy helpers and do your work faster.', 'https://img.gamemonetize.com/ebphmozc9h4u2jx5o42qv26yxs69c8ts/512x384.jpg', 'https://html5.gamemonetize.com/ebphmozc9h4u2jx5o42qv26yxs69c8ts/', '0', 'Hypercasual', 0, 0, '', '-mini-market-tycoon'), (6445, 'Persistence', 'In Persistence, you will control the last survivor of the Nenju tribe. Nenju has been consumed by monsters, and your mission is to guide this last survivor to Eiju! But don\'t think it\'s going to be easy, you\'ll need a lot of "Persistence" to complete this quest. Persistence breaks the fourth wall, pay attention to the character\'s lines, they can help you... Or not! Use the arrow keys to switch between game options, and return to select! Good game, go, save the last survivor of the Nenju tribe. In case you are playing outside of my supervision and find any bugs send a message to maicongamedev@gmail.com Thanks for playing. â¤ï¸', 'https://img.gamemonetize.com/s87lotkjfc3rn5lsd7ao2nzolz284rps/512x384.jpg', 'https://html5.gamemonetize.com/s87lotkjfc3rn5lsd7ao2nzolz284rps/', '0', 'Adventure', 0, 0, '', 'persistence'), (6446, 'Nick Jr Christmas Catch', 'It can always be Christmas when you are playing Nick Jr Games online for free on our website, which is why right now on our website you are invited to do so by playing the new Nick Jr Christmas Catch game we have just added, a terrific new skill game and catching game featuring two of our most beloved Nick Jr categories, the Paw Patrol Games one, as well as Blue\'s Clues and You Games. Why is that? Well, because you start the game off by choosing if you wish to be either Blue or Rubble, who are the two playable characters that you can embody in this game. You are going to use the mouse to move the character you picked to the left and to the right, as they slowly ascend to the top. As you move, try to collect as many gifts as possible, since each gift represents points, so the bigger the score you get, the better. Now, what you need to be careful of are the trees, which you have to avoid since they cost you life each time you touch one, and losing all your lives means losing the game. Your lives are shown at the top, in the form of Christmas candy. A special holly appears sometimes, so grab it at any cost, since it gives you extra points and a cool power-up. It\'s that simple, so let the fun begin right now, and make sure to visit the categories of these two categories after this game since they also offer you plenty of fun to be had!', 'https://img.gamemonetize.com/23iza57txq4schw536bbmyl6yq8z2i7y/512x384.jpg', 'https://html5.gamemonetize.com/23iza57txq4schw536bbmyl6yq8z2i7y/', '0', 'Arcade', 0, 0, '', 'nick-jr--christmas-catch'), (6447, 'Dress up Barbie', 'This is the most beautiful dress up games in 2018, you have your own fashion salon studio and you can dress up your princess as you like!', 'https://img.gamemonetize.com/02djqpxg00rb2wyij9mny7lpk5x9kop9/512x384.jpg', 'https://html5.gamemonetize.com/02djqpxg00rb2wyij9mny7lpk5x9kop9/', '0', 'Arcade', 0, 0, '', 'dress-up-barbie'), (6448, 'Imposible Track Car Game', 'Welcome to the car racing games, get ready to enjoy crazy car driving on impossible stunt tracks. Feel the thrill and adventure of car stunt games with this new crazy car game. If you like to play car games, then this racing crazy game is for you. Just get behind the wheels in a car driving simulator and have fun driving with a realistic environment, zigzag roads, and car racing games impossible tracks. Put your hands on the steering wheel in a car driving game and experience driving your favorite sports car in this car stunts game.', 'https://img.gamemonetize.com/10y970b4l3rpwcxwmaqy0hbkk229edgz/512x384.jpg', 'https://html5.gamemonetize.com/10y970b4l3rpwcxwmaqy0hbkk229edgz/', '0', 'Adventure', 0, 0, '', 'imposible-track-car-game'), (6449, 'Soccer Kid vs Huggy', 'Various levels of fun soccer action against your favorite monster. Kick the ball at him to knock him out, score goals, outsmart him and come out on top', 'https://img.gamemonetize.com/k78had981iftg6zb10tmma57d6cfkpwk/512x384.jpg', 'https://html5.gamemonetize.com/k78had981iftg6zb10tmma57d6cfkpwk/', '0', 'Sports', 0, 0, '', 'soccer-kid-vs-huggy'), (6450, 'Halloween Games', 'Halloween is coming! Celebrate Halloween with these scary puzzles! 12 different Halloween themes are just waiting to be discovered! Colorful graphics, friendly sounds and effects top-off the play experience! Happy Halloween Puzzles Free: - In total 12 puzzles, cute graphics and light and cheerful music - Easy to use interface specifically designed for whole family - Problem Solving, logical and cognitive skills - excels concentration and memory skills Halloween is coming! Celebrate Halloween with these scary puzzles!', 'https://img.gamemonetize.com/h4e5i3rwr9ullfg9350kzvrsenc2i3t0/512x384.jpg', 'https://html5.gamemonetize.com/h4e5i3rwr9ullfg9350kzvrsenc2i3t0/', '0', 'Boys', 0, 0, '', 'halloween-games'), (6451, 'My Fabulous Vintage Look', 'Welcome to My Fabulous Vintage Look. Princess Anna, Elsa, and Moana are planned for the weekend Fashion. They decided to try vintage fashion outfits. Play as a fashion designer and help them to pick a unique costume for each one. Enjoy playing this new game and have fun!', 'https://img.gamemonetize.com/9g4fjd2atpmlq9l3s9chitlcmfzhruk3/512x384.jpg', 'https://html5.gamemonetize.com/9g4fjd2atpmlq9l3s9chitlcmfzhruk3/', '0', 'Girls', 0, 0, '', 'my-fabulous-vintage-look'), (6452, 'Logus Pocus', 'Collect golds and try to reach the gate, you can jump onto spikes to make yourself smaller.', 'https://img.gamemonetize.com/wcxuvc4v6wmsmf2i7g5g2vqvs1ib2pks/512x384.jpg', 'https://html5.gamemonetize.com/wcxuvc4v6wmsmf2i7g5g2vqvs1ib2pks/', '0', 'Puzzles', 0, 0, '', 'logus-pocus'), (6453, 'Baby Taylor Cooking Camp', 'Outdoor cooking has always been a great activity! Taylor wanted to experience an outdoor cooking camp. Please join Taylor and her best friend Jessica on this fun camping trip! Everything starts from zero, build an oven, build a grill, and cook delicious pizza and grill!', 'https://img.gamemonetize.com/xwm8mq53yup6nbyut945kfgzjft7h81a/512x384.jpg', 'https://html5.gamemonetize.com/xwm8mq53yup6nbyut945kfgzjft7h81a/', '0', 'Girls', 0, 0, '', 'baby-taylor-cooking-camp'), (6454, 'Chocolate Cookie Maker', 'This is a cooking game. Zoe likes chocolate. Her favorite food is chocolate cookie. One day, her BFF Sofia wants to make some chocolate cookies by herself, and send them to Zoe as a surprise gift. But she never done it before, so Sofia bought a recipe and decide to learn immediately. The method is clearly on the recipe, now can you help Sofia to make some brilliant chocolate cookies?', 'https://img.gamemonetize.com/ktdfzluwhj86eea103jqezy1lqe72im7/512x384.jpg', 'https://html5.gamemonetize.com/ktdfzluwhj86eea103jqezy1lqe72im7/', '0', 'Girls', 0, 0, '', 'chocolate-cookie-maker'), (6455, 'Spooky Tripeaks', 'It is a Halloween variation of Solitaire. You need to pass all 100 levels. Use jokers and other bonus cards to simplify the process. You can get the bonus cards by clicking on the ghosts and other spooky characters.', 'https://img.gamemonetize.com/lwlfvcfqugm510edjzs91jqfsahnklvj/512x384.jpg', 'https://html5.gamemonetize.com/lwlfvcfqugm510edjzs91jqfsahnklvj/', '0', 'Puzzles', 0, 0, '', 'spooky-tripeaks'), (6456, 'War Tanks Simulation 2022', 'You can take a realistic assault arena and a panzer game online with you! Tank multiplayer brings together two different but equally impressive styles of gameplay: a portion of a tank simulator and exciting arcade war games free. What exactly are you waiting for then? Join us play tanki Forget about racing, slaying zombies, and spending time on clickers; these are all very dull activities. Currently, you may play online versions of realistic war games focused on heavy military hardware and its many permutations. Battle it out in contemporary tanks for free!', 'https://img.gamemonetize.com/cxq2vsa1a8mqqieysbgwl97vjbema1fv/512x384.jpg', 'https://html5.gamemonetize.com/cxq2vsa1a8mqqieysbgwl97vjbema1fv/', '0', 'Shooting', 0, 0, '', 'war-tanks-simulation-'), (6457, 'Good Guys vs Bad Guys 2022', 'The best undead exodus games provide you access to a large selection of different types of weaponry, regardless of whether you are playing the game alone or with other people. These games can be played by a single individual or by a group of people at the same time. It would appear that you have been defending yourself against Minecraft zombie bots over a diverse array of environments. You are required to eliminate other undead entities regardless of whether you are armed or if you are currently engaged in zombie warfare. When it comes to my actual work, I have not been focusing at all on this one particular aspect of the situation. In these first-person shooter games, your chances of surviving are increased if you take cover behind a number of different objects. Do you already have a good buddy in mind who you\'d want to invite to spend some time with you playing one of the numerous free games that are available online? The individual in question possesses a sizable gun collection; nevertheless, how many different kinds of firearms does he or she own?', 'https://img.gamemonetize.com/uxr3kxepth5mgt3ydzlca5z3ecb02pci/512x384.jpg', 'https://html5.gamemonetize.com/uxr3kxepth5mgt3ydzlca5z3ecb02pci/', '0', 'Shooting', 0, 0, '', 'good-guys-vs-bad-guys-'), (6458, 'Advanced pixel apocalypse 3 2022', 'Whether playing alone or with others, you will have a wide range of weaponry in the greatest undead breakout games. These games may be played alone or with multiple people. You have been fighting in combat against Minecraft zombie Bots on several different maps. It does not matter if you are armed or even taking part in zombie combat; you are still compelled to kill other undead. It\'s not a subject I have been working on at all in terms of practice. It would help if you took shelter behind various things to be alive when playing first-person shooter games like these. Do you have a particular person you would like to spend some time with to take advantage of free online games? How many different types of guns does the speaker have in their collection?', 'https://img.gamemonetize.com/m6nlim8zp6voirjoh128wnx21pydsxjs/512x384.jpg', 'https://html5.gamemonetize.com/m6nlim8zp6voirjoh128wnx21pydsxjs/', '0', 'Shooting', 0, 0, '', 'advanced-pixel-apocalypse--'), (6459, 'Castle Defender Saga game', 'Castle Defender Saga is a battle simulation game where you have to defeat the enemy base before they beat you! Make upgrades to your tower, add extra archers and use buffs to gain an edge over your opponent. Strategically send out your army to counter the enemy and bring victory home! Can you be come the ultimate Castle Defender?', 'https://img.gamemonetize.com/amutuco9gc9jlh0t6m25xdwtfi8puscd/512x384.jpg', 'https://html5.gamemonetize.com/amutuco9gc9jlh0t6m25xdwtfi8puscd/', '0', 'Shooting', 0, 0, '', 'castle-defender-saga-game'), (6460, 'Commando Adventure', 'Arcade-type game with adventure across enemies and obstacles with two dimensions and easy to play', 'https://img.gamemonetize.com/w77fdqjstsk2htcnp8ldemp4afqcwciq/512x384.jpg', 'https://html5.gamemonetize.com/w77fdqjstsk2htcnp8ldemp4afqcwciq/', '0', 'Arcade', 0, 0, '', 'commando-adventure'), (6461, 'Zombie Horde', 'Horde Zombie is a shooting game, in which you will have to kill the zombies that will appear. Each kill will give you points, which you can use to buy new weapons and new bullets. Don\'t let the zombies touch you or you will die; And be careful, because as time progresses, the zombies become stronger and faster.', 'https://img.gamemonetize.com/5y8cs9v23oievlkityyugkdxi6twls9i/512x384.jpg', 'https://html5.gamemonetize.com/5y8cs9v23oievlkityyugkdxi6twls9i/', '0', 'Shooting', 0, 0, '', 'zombie-horde'), (6462, 'Protect My Dog', 'Protect My Dog is a fun casual puzzle game. The aim of the game is to protect our cute dog from bee attacks. For this, you must create a defensive drawing line at the levels. You should also protect your dog from lava, thorns and different environmental hazards. Fighting the Bees will continue for 50 Levels and things will get a little more difficult with each level.', 'https://img.gamemonetize.com/3368cqtngv5yoobodxq8bwzbe4ynberh/512x384.jpg', 'https://html5.gamemonetize.com/3368cqtngv5yoobodxq8bwzbe4ynberh/', '0', 'Puzzles', 0, 0, '', 'protect-my-dog'), (6463, 'Car Simulator McL', 'This driving popular super car simulator 3D ensures realistic car damage and accurate driving physics. A free app lets you drive an sport vehicle and even drift.', 'https://img.gamemonetize.com/wrcrm4ypvu6lkrckprvd4gl7sv08xixj/512x384.jpg', 'https://html5.gamemonetize.com/wrcrm4ypvu6lkrckprvd4gl7sv08xixj/', '0', 'Hypercasual', 0, 0, '', 'car-simulator-mcl'), (6464, ' Car Parking Pro Park', 'From the creators of the legendary driving and drifting game Drift Max Pro comes a brand new 3D parking and driving game: Car', 'https://img.gamemonetize.com/ilfo8wye85y4m2kif7a2t5eckn7n5wqr/512x384.jpg', 'https://html5.gamemonetize.com/ilfo8wye85y4m2kif7a2t5eckn7n5wqr/', '0', 'Arcade', 0, 0, '', '-car-parking-pro--park'), (6465, 'Daily Puzzle', 'Daily Puzzle is a great choice for those who like to spend their time doing puzzles. Log in every day so you don\'t miss a single new puzzle, and several levels of difficulty will help you both learn how to solve puzzles and really hone this skill.', 'https://img.gamemonetize.com/ouup3ycxdhq089nm7ibfef2mupr7mnmv/512x384.jpg', 'https://html5.gamemonetize.com/ouup3ycxdhq089nm7ibfef2mupr7mnmv/', '0', 'Puzzles', 0, 0, '', 'daily-puzzle'), (6466, 'Blocky Friends adventure', 'Blocky Friends adventure fun game to pass the time and relax your mind from work or school while playing this kind of classic game', 'https://img.gamemonetize.com/e0skmq50yhnkaxqro8f9ftmkgrj8bm2j/512x384.jpg', 'https://html5.gamemonetize.com/e0skmq50yhnkaxqro8f9ftmkgrj8bm2j/', '0', 'Arcade', 0, 0, '', 'blocky-friends-adventure'), (6467, 'Ball Blaster Canon', 'Ball Blaster is a hyper-casual addictive game where you use a cannon to shoot bombs at huge boulders to smash them and get coins for it.', 'https://img.gamemonetize.com/e8useiojjjiaguvkzcn6yrjen78wq5nl/512x384.jpg', 'https://html5.gamemonetize.com/e8useiojjjiaguvkzcn6yrjen78wq5nl/', '0', 'Arcade', 0, 0, '', 'ball-blaster-canon'), (6468, 'Dual Balls', 'This is a simple casual game which rotates in a counter clockwise and a clockwise direction, which makes it a kind of endless runner. If you press left side of the screen, the game will block left and lock its rotation heading and you will start to make a jump quite "unnatural"', 'https://img.gamemonetize.com/3isv7toy4os2tjqtddqudpnnhsrcagjq/512x384.jpg', 'https://html5.gamemonetize.com/3isv7toy4os2tjqtddqudpnnhsrcagjq/', '0', 'Arcade', 0, 0, '', 'dual-balls'), (6469, 'PokeWorld Bounce', 'Welcome to PokeWorld Bounce game! Choose one of the 3 creatures to start the game. Tap to create a bridge to step from rock to another one and get a high score. Be careful to not fall from edges, and that means you have to create the perfect bridge. Good luck!', 'https://img.gamemonetize.com/ayojf01rr82q3avaejh6y7v9qdu9w022/512x384.jpg', 'https://html5.gamemonetize.com/ayojf01rr82q3avaejh6y7v9qdu9w022/', '0', 'Arcade', 0, 0, '', 'pokeworld-bounce'), (6470, 'Bubble Shooter Pet Match 3', 'Bubble Fight IO is an online multiplayer Bubble Shooter game that you can play ANYTIME, ANYWHERE! The bubbles are stacked at the center of the arena and you take turn shooting them down. The more bubbles you shoot down, the more damage you inflict to your opponent! Are you our next Bubble Fight IO champion?', 'https://img.gamemonetize.com/7zvu9x9rkkn7g9x7m5f19ah103z5q5h1/512x384.jpg', 'https://html5.gamemonetize.com/7zvu9x9rkkn7g9x7m5f19ah103z5q5h1/', '0', 'Shooting', 0, 0, '', 'bubble-shooter-pet-match-'), (6471, 'Funny Cotton Candy Shop', 'Take the role of the fun fair food creator and surprise your customers in a cooking app with some yummy desserts! This making dessert game is a great way to start experiencing first steps into the culinary world of new cooking games!', 'https://img.gamemonetize.com/tvbgw216x3negrwh8xy453f6ic07vc2v/512x384.jpg', 'https://html5.gamemonetize.com/tvbgw216x3negrwh8xy453f6ic07vc2v/', '0', 'Girls', 0, 0, '', 'funny-cotton-candy-shop'), (6472, 'Lily Dress Up', 'Lily is going to college. She wants to be a model when she finishes school. She is very confident because she is beautiful. Lily buys her clothes from luxury stores. Can you help her try on the clothes she bought? Let\'s dress her up very stylish', 'https://img.gamemonetize.com/qw8pgif9cs6rya2r4ic7zndj78qgefyh/512x384.jpg', 'https://html5.gamemonetize.com/qw8pgif9cs6rya2r4ic7zndj78qgefyh/', '0', 'Girls', 0, 0, '', 'lily-dress-up'), (6473, 'Bottle Flip Era Jeu 3D', 'Flip the bottle, make a perfect landing and become a meme master in this super casual and addictive game! The bottle flipping challenge is here, are you ready to flip? Flip bottles and see if you can become a master bottle flipper in Bottle Flip Era!', 'https://img.gamemonetize.com/wxm0u6zg7j9vjqi4zpqxi115womj0izi/512x384.jpg', 'https://html5.gamemonetize.com/wxm0u6zg7j9vjqi4zpqxi115womj0izi/', '0', 'Puzzles', 0, 0, '', 'bottle-flip-era-jeu-d'), (6474, 'Traffic Run! Driving Game', 'Wanna go for a drive and enjoy a traffic game? Navigate your vehicle on the road to avoid traffic without crashing any cars and reach the goal. There is traffic in front of you, but you must run and drive through the traffic. If you drive carefully, you will level up easily. This game is 3D graphic so you feel like you are driving for real. Drive all kinds of vehicles with your skill: trucks, station wagons, vans, jeeps, limousines, sports cars, and more by earning coins and level up! You can also change the car’s color to your favorite one! Vehicles cross the street at fast and furious speeds and race down asphalt roads, highways, railroad crossings and roundabouts. The object of this game is to cross the street without crashing into other cars. Drive on the asphalt carefully, but don’t be too cautious! You won’t be able to reach the goal if you hesitate. But beware of traffic lights, roundabouts and railroad crossings... And, of course, the police!', 'https://img.gamemonetize.com/0mpht9o0d23fe0w47lmuwnt50nfbxlrg/512x384.jpg', 'https://html5.gamemonetize.com/0mpht9o0d23fe0w47lmuwnt50nfbxlrg/', '0', 'Soccer', 0, 0, '', 'traffic-run-driving-game'), (6475, 'Hunter Assassin 2', 'The highly awaited, action-packed sequel to the worlds fifth most downloaded game of 2020! You\'re an assassin, trained to use shadows and your surroundings to defeat your enemies. Each eliminated target drops valuable items. Use them to unlock and upgrade new weapons and heroes. Make strategic decisions on how to avoid being cornered by your enemies, and move swiftly to evade their flashlights.', 'https://img.gamemonetize.com/g2fiwjf47x59f83jdfyl1nop3bzsemgi/512x384.jpg', 'https://html5.gamemonetize.com/g2fiwjf47x59f83jdfyl1nop3bzsemgi/', '0', 'Multiplayer', 0, 0, '', 'hunter-assassin-'), (6476, 'Rabbit Dress Up', 'Lola, the cute and playful rabbit, lives on a farm. Everyone loves to play with it. Lola has a lot of fun costumes. Let\'s dress the cute bunny in the most beautiful costume', 'https://img.gamemonetize.com/uyf2l72q52v8le4jswhyxnxs82qiacdw/512x384.jpg', 'https://html5.gamemonetize.com/uyf2l72q52v8le4jswhyxnxs82qiacdw/', '0', 'Girls', 0, 0, '', 'rabbit-dress-up'), (6477, 'Funny Dentist', 'Fear of the dentist, be gone! The crazy dentist salon is here to help you learn about dental tools, fixing teeth, brushing teeth and many more fun stuff that goes on in a dentist office!', 'https://img.gamemonetize.com/w692b8q6tgl3ksjjb4766muynnr99xpz/512x384.jpg', 'https://html5.gamemonetize.com/w692b8q6tgl3ksjjb4766muynnr99xpz/', '0', 'Clicker', 0, 0, '', 'funny-dentist'), (6478, 'Apple Worm', 'In this cute brainteaser game with crawling mechanics, you need to help the gluttonous apple snake collect apples and escape the level. Run through the maze in search of the treasured apples, but be careful, because the puzzles in this game are not as simple as they seem and are full of strategic traps. You need to correctly calculate your movements in order to get an apple, avoid all the dangers and get to the portal.', 'https://img.gamemonetize.com/sfqpupotxsy5s66o0mklu0umst3a2hpz/512x384.jpg', 'https://html5.gamemonetize.com/sfqpupotxsy5s66o0mklu0umst3a2hpz/', '0', 'Hypercasual', 0, 0, '', 'apple-worm'), (6479, 'Girl Squad', 'If you love beauty and dress up games, make sure to try this new dress up app for young fashionistas. There are 5 doll models on the screen at a time. You can select a model\'s race and assemble glamorous outfits from a huge wardrobe of luxurious and elegant fashion clothes.', 'https://img.gamemonetize.com/e94zpf8ydrpojgf3sanypv76fkbyawu0/512x384.jpg', 'https://html5.gamemonetize.com/e94zpf8ydrpojgf3sanypv76fkbyawu0/', '0', 'Girls', 0, 0, '', 'girl-squad'), (6480, 'Flower Shop Girl Dress up', 'Sophia is a very beautiful girl who works in a flower shop. She loves flowers. Her favorite flower is the rose. She always treats customers kindly. She wears very stylish clothes every day to come to work. Let\'s dress her up very stylishly.', 'https://img.gamemonetize.com/3gbki617fef2nfw505whdjqj4o2wl3bc/512x384.jpg', 'https://html5.gamemonetize.com/3gbki617fef2nfw505whdjqj4o2wl3bc/', '0', 'Girls', 0, 0, '', 'flower-shop-girl-dress-up'), (6481, 'PAPER FOLD ORIGAMI ONLINE', 'Fold and Create Pictures. Very simple mechanics, only tap and fold. Once you start, it will be hard to stop. This will be one of the most relaxing times of your life.', 'https://img.gamemonetize.com/mjoxef3j6kngdn18mgmuvsgoed7glxoj/512x384.jpg', 'https://html5.gamemonetize.com/mjoxef3j6kngdn18mgmuvsgoed7glxoj/', '0', 'Puzzles', 0, 0, '', 'paper-fold-origami-online'), (6482, 'Flappy Man', 'use Mouse for pc and laptop users or Touch for phone users to fly.', 'https://img.gamemonetize.com/klx8d5b2n6l3hv8d9cwmcgvmx43nd4rt/512x384.jpg', 'https://html5.gamemonetize.com/klx8d5b2n6l3hv8d9cwmcgvmx43nd4rt/', '0', 'Clicker', 0, 0, '', 'flappy-man'), (6483, 'Fill the Gap', 'Fill the Gap is a puzzle game where you try to fill the gaps in the shape using cute snakes.', 'https://img.gamemonetize.com/dx866yphumm5nb32dkmwltxd2invsyv1/512x384.jpg', 'https://html5.gamemonetize.com/dx866yphumm5nb32dkmwltxd2invsyv1/', '0', 'Puzzles', 0, 0, '', 'fill-the-gap'), (6484, 'GreenIslandLandOfFireGame', 'Green Island: Land Of Fire is a fun and relaxing game. Great, now you are a great animal trainer! Your task is to collect and catch all the eggs and tame them! Explore each level, cut all the grass, open the bushes and find the animal eggs. Only by defeating the bosses of each level, you will be able to enter the next island. Become the best animal tamer! Enjoy!', 'https://img.gamemonetize.com/2fw4slmdcbv5w1xrr3b6egzeojgo7t8k/512x384.jpg', 'https://html5.gamemonetize.com/2fw4slmdcbv5w1xrr3b6egzeojgo7t8k/', '0', '3D', 0, 0, '', 'greenislandlandoffiregame'), (6485, 'Water the Seed', 'Water the Seed is a 2D puzzle game where you play as an elder tree and your mission is to save your forest by watering flower seeds. But beware, your water is limited and use it wisely!', 'https://img.gamemonetize.com/mu2z3ngzsxde0djs2brdeuttkj4cachg/512x384.jpg', 'https://html5.gamemonetize.com/mu2z3ngzsxde0djs2brdeuttkj4cachg/', '0', 'Puzzles', 0, 0, '', 'water-the-seed'), (6486, 'Minicraft Duello', 'Minicraft Duello is a 2 player TNT game where your mission is to explode your friend and become the survivor. With 2 different maps fight against your friend, make tactics and explode your TNTs.', 'https://img.gamemonetize.com/3t0tft0jj5c5vew74f7e3lcgn54c8h4w/512x384.jpg', 'https://html5.gamemonetize.com/3t0tft0jj5c5vew74f7e3lcgn54c8h4w/', '0', 'Action', 0, 0, '', 'minicraft-duello'), (6487, 'Mermaid Style Dress Up', 'Adella has been back to her ocean kingdom for a long time, and her friends miss her very much. So, Adella decides to hold a mermaid party in the Ocean Kingdom, and then invites her friends to participate. Now, these girls have become mermaids, but they don\'t have beautiful mermaid costumes. Please buy some costumes for them, and then help the girls to dress up.', 'https://img.gamemonetize.com/zry4zskwg3epmgo1nhtcrt08rtppz8j1/512x384.jpg', 'https://html5.gamemonetize.com/zry4zskwg3epmgo1nhtcrt08rtppz8j1/', '0', 'Girls', 0, 0, '', 'mermaid-style-dress-up'), (6488, 'Gothic New Era', 'A goth-girl arrives at the new Nevermore Academy. She did not suspect that she would fall into a nightmare, the abode of chaos and mysterious riddles. She will definitely like it there. But before the trip, the gothic princess needs to update her wardrobe while staying true to style. Only dark, gloomy shades, gothic dresses and school uniforms. Join her and help the gothgirl create a unique image of the dark princess and find friends.', 'https://img.gamemonetize.com/u5mfqj6uzirk3k0kgee9agt5ak0qz5ba/512x384.jpg', 'https://html5.gamemonetize.com/u5mfqj6uzirk3k0kgee9agt5ak0qz5ba/', '0', 'Girls', 0, 0, '', 'gothic-new-era'), (6489, 'Car Stunt Race 2022', 'Driving in Real Car Stunt is as realistic as it gets, challenging your skills to new heights. Actual Parking Spaces You\'ll have to put your driving talents to the test in a variety of environments, with a wide range of vehicles to choose from and huge cities to navigate. Making like a valet will prove to everyone that you are the Parking Master, so go to it! When you park, you\'ll discover that parking sensors and signage are invaluable aids. Consider yourself an experienced parking expert? Enjoy the freedom to drive and park in a variety of environments and do so in stunning high definition. - Try out different types of cars including hatchbacks, sedans, SUVs, and supercars and modify them to your liking! Use this kit to build your ideal automobile. You won\'t only be driving in a virtual world, you\'ll feel like you\'re out on the open road! Please use utmost caution when parking your vehicle in the underground garage to avoid causing any accidents.', 'https://img.gamemonetize.com/5itqx9ik16lho27howxsj1gdtbe89x2y/512x384.jpg', 'https://html5.gamemonetize.com/5itqx9ik16lho27howxsj1gdtbe89x2y/', '0', 'Racing', 0, 0, '', 'car-stunt-race-'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (6490, 'Extreme Pixel Gun Combat 3', 'Whether you are playing the game alone or with other people, the finest Undead Exodus games provide you with access to a wide variety of different kinds of weaponry. This is true whether you are playing the game alone or with other people. These games can be played concurrently by a single person or by a large group of individuals at the same time. It would appear that you have been defending yourself against zombie bots in Minecraft over a wide variety of different locations. Whether or not you are armed and regardless of whether or not you are actively engaged in zombie combat, you are obligated to destroy any other undead beings that you come across. When it comes to the job that I have been doing, I have not been concentrating at all on this one specific facet of the circumstance. You will have a better chance of surviving in these first-person shooter games if you take cover behind a variety of different objects. Do you already have a close friend in mind who you\'d want to ask to spend some time with you playing one of the many free games that are accessible online? If so, what game or games would you like to play online? The person in question has a sizeable gun collection. Nevertheless, how many distinct kinds of weaponry does he or she have in their possession?', 'https://img.gamemonetize.com/g4edz1vgvmit0av7iizn8bmd1zzt1xrw/512x384.jpg', 'https://html5.gamemonetize.com/g4edz1vgvmit0av7iizn8bmd1zzt1xrw/', '0', 'Shooting', 0, 0, '', 'extreme-pixel-gun-combat-'), (6491, 'Among Us Gun War Multiplayer', 'When you\'re already dead, showing kindness and hesitating to act is the same as dying. Continue to fire without stopping until there are no more zombies in your line of sight. There is only one thing left to do, and that is to keep firing while at the same time putting out flames and continuously collecting new ammo. A significant number of individuals were able to escape the city without being injured. Given that you are not a heroic figure, you will require their aid in order to successfully escape the city. Locate these individuals, form an alliance with them in order to survive the end of the world, and then engage in combat. The search for food, weapons, and DNA supplements is essential; but, the search for other supplies such as fuel, first aid supplies, generators, and so on may be a great boon to your chances of survival and quality of life.', 'https://img.gamemonetize.com/s0sje902foy71qdnfpiuj3kotr0pqiib/512x384.jpg', 'https://html5.gamemonetize.com/s0sje902foy71qdnfpiuj3kotr0pqiib/', '0', 'Shooting', 0, 0, '', 'among-us-gun-war-multiplayer'), (6492, 'Gear Car 3D', 'One finger can operate the game,pay attention to terrain changes and hills, as you\'ll need the right skill & timing to switch between gears and climb them at the right speed.switch gears at the right time and win the race!', 'https://img.gamemonetize.com/d3lr19wwbim4jdxeamjndd4wjpd1hrqe/512x384.jpg', 'https://html5.gamemonetize.com/d3lr19wwbim4jdxeamjndd4wjpd1hrqe/', '0', 'Arcade', 0, 0, '', 'gear-car-d'), (6493, 'The Last Defense Z', 'Shoot the zombies and destroy them! Stop the increasingly difficult zombie raids, strengthen your weapon and save your city from them!', 'https://img.gamemonetize.com/r16k1kcpdxfxqyzivzzjqaq0mp3v45dy/512x384.jpg', 'https://html5.gamemonetize.com/r16k1kcpdxfxqyzivzzjqaq0mp3v45dy/', '0', 'Shooting', 0, 0, '', 'the-last-defense-z'), (6494, 'Chibi Sup Color Game', 'Hello, young artist. The mysterious holiday of Halloween is approaching. Take the opportunity to create a unique card with your favorite characters for your friends. Cute chibi superheroes and funny animals will not leave anyone indifferent. Take a screenshot and share the result with your friends!', 'https://img.gamemonetize.com/bpr2sew4yih5ktjmsr21roxk8f8wz89b/512x384.jpg', 'https://html5.gamemonetize.com/bpr2sew4yih5ktjmsr21roxk8f8wz89b/', '0', 'Girls', 0, 0, '', 'chibi-sup-color-game'), (6495, 'Skate Race', 'Fun game in which you must go as far as possible, collecting coins and dodging birds, add points and unlock new skins.', 'https://img.gamemonetize.com/63xjzi0rl2pgofcgppzqaqo8qileryeh/512x384.jpg', 'https://html5.gamemonetize.com/63xjzi0rl2pgofcgppzqaqo8qileryeh/', '0', 'Sports', 0, 0, '', 'skate-race'), (6496, 'Best Battle Cover Royale 2022', 'Choose your weapon and try to make it through the final day of humanity in this modern zombie shooter. Zombies have overrun and decimated this city. There\'s no avoiding infection in the metropolis, unfortunately. Pick up a gun and get out of that dangerous city if you want to live! When you\'re already dead, hesitation and generosity are the same as death. Shoot relentlessly until no more zombies are in your line of sight. There is only one thing left to do, and that is to keep shooting while constantly getting more ammunition and putting out fires. Numerous people have managed to make it out of the city alive. Since you are not a hero, you will need their assistance in leaving the city. Find these people, join forces with them to survive the end of the world, and go into battle. While finding food, weapons, and DNA supplements is crucial, finding other supplies like gasoline, first aid supplies, generators, etc. can be a huge boon to your chances of survival and quality of life. When cornered by zombies, just use the petrol barrel left by the edge to clear an open space in the explosion, allowing you to escape the zombies\' encirclement; stumble upon a broken-down tank; after you and your teammates cover each other and fight for a set amount of time to repair the tank, it will use your powerful firepower to protect you and destroy the zombies; in a few periods of good weather, the survivors can use the tank to their advantage and use the tank\'s powerful firepower to attack the zombies.', 'https://img.gamemonetize.com/2kbwk4c5dz3a8kqa38wfxz779lhu1v68/512x384.jpg', 'https://html5.gamemonetize.com/2kbwk4c5dz3a8kqa38wfxz779lhu1v68/', '0', 'Shooting', 0, 0, '', 'best-battle-cover-royale-'), (6497, 'Motor Rush', 'Here is a motorcycle racing arcade game with 3D cartoon motorbikes and different ramps. Only the lightning ramps and signs will make you speed up for a while. Just like in the real world, as long as you crash any obstacles, you will tumble and lose the game directly.', 'https://img.gamemonetize.com/hg4l9f5vnzuytmo30i926yuojv7b2tr0/512x384.jpg', 'https://html5.gamemonetize.com/hg4l9f5vnzuytmo30i926yuojv7b2tr0/', '0', 'Arcade', 0, 0, '', 'motor-rush'), (6498, 'Iron Snout Fighting Game', 'Iron Snout is an online fighting game where you play as a pig, and have to fight the wolves. Punch, kick and flip your way through waves of wolves and other bad guys. Dodge axes and other thrown projectiles away with the arrow keys. Play Iron Snout to show those wolves not to mess with pigs. You and a friend can play Iron Snout for free in the 2-player Wolfieball mode, or you can take on the wolves solo in Classic and Sudden Death modes.', 'https://img.gamemonetize.com/c5i34fdv6uy2e041roqidzp0erxqwqo5/512x384.jpg', 'https://html5.gamemonetize.com/c5i34fdv6uy2e041roqidzp0erxqwqo5/', '0', 'Boys', 0, 0, '', 'iron-snout--fighting-game'), (6499, 'Color Spin', 'COLOR SPIN is a super arcade game with simple rules : Bounce the ball on the same color in the circle. You just need to spin the wheel on the right or the left to match the color at the bottom of the circle to the color of the ball.', 'https://img.gamemonetize.com/zsrr7gguyiarerc9gsh7xnq8t4z1x5ko/512x384.jpg', 'https://html5.gamemonetize.com/zsrr7gguyiarerc9gsh7xnq8t4z1x5ko/', '0', 'Hypercasual', 0, 0, '', 'color-spin'), (6500, 'Belt And Go', 'Belt And Go is a game that simulates seat belts. The goods in the car are loaded but not fixed with ropes. Your task is to tie ropes to the doors to prevent the goods from falling, so that you can pass the customs smoothly. Do you have a letter to challenge all the levels?', 'https://img.gamemonetize.com/bad7vra4dqo0623h55r98bulp93igd8f/512x384.jpg', 'https://html5.gamemonetize.com/bad7vra4dqo0623h55r98bulp93igd8f/', '0', 'Puzzles', 0, 0, '', 'belt-and-go'), (6501, 'Stumble Guys Puzzles', 'Stumble Guys Puzzles is a jigsaw game with 12 beautiful pictures. This game is the perfect choice for lovers of Stumble Guys jigsaw puzzles. This is a simple and funny jigsaw puzzle, ideal for your children because they will train their brain, imagination and creativity while having fun. Start playing and have fun. Solve your favourite Stumble Guys jigsaw puzzles on the go! Stumble Guys Jigsaw Puzzles Game provides an unbeatable puzzle solving experience for puzzle lovers of all ages, for the most challenging puzzle experience yet.', 'https://img.gamemonetize.com/0hy44pkx8er4ulopnuxfabt6d4uvq81d/512x384.jpg', 'https://html5.gamemonetize.com/0hy44pkx8er4ulopnuxfabt6d4uvq81d/', '0', 'Puzzles', 0, 0, '', 'stumble-guys-puzzles'), (6502, 'Funny Animal Faces', 'Funny Animal Faces is super fun free online kids game that will make you smile. Choose one of the images and make a funny face of it.', 'https://img.gamemonetize.com/opvzhd778d6qomoygpn30765p9rih6fp/512x384.jpg', 'https://html5.gamemonetize.com/opvzhd778d6qomoygpn30765p9rih6fp/', '0', 'Puzzles', 0, 0, '', 'funny-animal-faces'), (6503, 'Touba 2', 'Touba 2 is a 2D platformer where you have to collect the bowls of grains while avoiding the enemy birds, spikes and reach the nest in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Touba" series.', 'https://img.gamemonetize.com/9sukgmb731pbs3c5f4phhjusvjhbxtit/512x384.jpg', 'https://html5.gamemonetize.com/9sukgmb731pbs3c5f4phhjusvjhbxtit/', '0', 'Arcade', 0, 0, '', 'touba-'), (6504, 'Dress Up Games 1', 'Dress Up Games is a very fashionable and popular game. There are 3 different scenes for you to choose. You can dress up a beautiful bride in the romantic lakeside or dress up a famous actress under the spot light, or dress up a popular girl in a school prom. You can try these 3 scenes one by one to find your favorite. We prepared lots of gorgeous outfits and accessories for you. Come and have fun!', 'https://img.gamemonetize.com/fwnd44yj20713aba8gdjkf65ots0l0uu/512x384.jpg', 'https://html5.gamemonetize.com/fwnd44yj20713aba8gdjkf65ots0l0uu/', '0', 'Girls', 0, 0, '', 'dress-up-games-'), (6505, 'Numeric Cannon', 'Numerical Cannon is a fun game where you drag the cannon to move and shoot the number blocks. Collect Powers along the way like speed, double shot, higher damage bullet, etc. For each broken block you score according to the number. Let\'s see how far you can get!?', 'https://img.gamemonetize.com/yjas9o8pvobzv2cboefig7fg55bjlb9m/512x384.jpg', 'https://html5.gamemonetize.com/yjas9o8pvobzv2cboefig7fg55bjlb9m/', '0', 'Puzzles', 0, 0, '', 'numeric-cannon'), (6506, 'Fairy Princess Dressup', 'Fairy princess Angelica is married to a human being, Prince Harry. They live in a beautiful palace. The kind princess is trying to make the world more beautiful and full of kindness. Let\'s dress the princess very stylish', 'https://img.gamemonetize.com/ypm6gln12r4hgmbzpu4uu2f8o6xd9394/512x384.jpg', 'https://html5.gamemonetize.com/ypm6gln12r4hgmbzpu4uu2f8o6xd9394/', '0', 'Girls', 0, 0, '', 'fairy-princess-dressup'), (6507, 'ZombieCraft', 'ZombieCraft is a third-person shooting game where you must survive the zombie wave. This game features intense zombie shooting in a minecraft world. You are the only person alive, and your mission is to use different types of weapons to shoot all incoming zombies.', 'https://img.gamemonetize.com/9uwt0sgcub5hj2ym6z8xoneqx9v5kacn/512x384.jpg', 'https://html5.gamemonetize.com/9uwt0sgcub5hj2ym6z8xoneqx9v5kacn/', '0', 'Shooting', 0, 0, '', 'zombiecraft'), (6508, 'Puzzle Draw', 'Just draw the shapes of the parts that the drawings need and solve the puzzle! Once you work out the puzzles you will see that even the funniest drawings are entirely based on logic and lateral thinking, and you will be kicking yourself for even looking at the hints!', 'https://img.gamemonetize.com/7r699i4e5i9l3lmlsaxi5do26x11upi7/512x384.jpg', 'https://html5.gamemonetize.com/7r699i4e5i9l3lmlsaxi5do26x11upi7/', '0', 'Puzzles', 0, 0, '', 'puzzle-draw'), (6509, 'House Robber Robbery Bob', 'Do you want to be a thief? House Robber, a game of thieves, will give you a chance. As a robber, you need to sneak into the house and steal various goods. You can take all the things you want. The premise is that you can safely evacuate the scene without being discovered or caught by security. Many scenes are waiting for you to challenge. Let\'s begin the exciting stealing trip now! Good luck!', 'https://img.gamemonetize.com/k4rrrpkd9oui5m12c4c6r3ppeazs3pqq/512x384.jpg', 'https://html5.gamemonetize.com/k4rrrpkd9oui5m12c4c6r3ppeazs3pqq/', '0', 'Boys', 0, 0, '', 'house-robber--robbery-bob'), (6510, 'Derby Arena Demolition 2022', 'Spectators of races on pristine asphalt courses always secretly wish they could trade places with a rally driver for a day to feel the exhilaration of top speed and the rush of adrenaline enjoyed only by f1 drivers. Just try to put yourself in their shoes during a high-speed event like an Indy car race. Put "Real Speed" on instead of daydreaming and you\'ll be transported to a world where the world\'s best and quickest drivers compete on some of the world\'s most breathtaking asphalt courses—and occasionally pay the ultimate price. This Grand Prix race simulator is for those who believe they have what it to succeed in GT Motorsport. Find the answer to a burning query: "Do I have what it necessary to win a world title in asphalt rallying?" Put your plan into action immediately!', 'https://img.gamemonetize.com/28gn9nvh2yljbyxl0ys1523w73ewr6ni/512x384.jpg', 'https://html5.gamemonetize.com/28gn9nvh2yljbyxl0ys1523w73ewr6ni/', '0', 'Racing', 0, 0, '', 'derby-arena-demolition-'), (6511, 'Deliver It Master', 'Deliver It Master is a popular game simulating a courier. Your task is to deliver people or goods safely. Be careful with vehicles on the way to avoid car accidents. Any interest? Many levels are waiting for you to challenge! Have a try!', 'https://img.gamemonetize.com/2buusmn8uqhvoofoakwu74g85maf7tu3/512x384.jpg', 'https://html5.gamemonetize.com/2buusmn8uqhvoofoakwu74g85maf7tu3/', '0', 'Puzzles', 0, 0, '', 'deliver-it-master'), (6512, 'Drive To Evolve', 'Here is a vehicle evolution platform running arcade game with 3D cartoon vehicles. You need to collect the marked items and avoid obstacles to evolve your current vehicle and finish the level. The money you earned is able to upgrade your vehicle before you start a level in advanced. Have a good time!', 'https://img.gamemonetize.com/06aopuecwwhppqjuupxj29a6mcyt7w5b/512x384.jpg', 'https://html5.gamemonetize.com/06aopuecwwhppqjuupxj29a6mcyt7w5b/', '0', 'Arcade', 0, 0, '', 'drive-to-evolve'), (6513, 'Village Builder game', 'Village Builder is a strategy game where your objective is to build a settlement from the ground-up. Choose one of the starting maps and start placing some houses first, and move on to more advanced buildings aimed to increase your culture, production, resources, and more. When you select a unit and hover over a tile to place it, you\'ll see some numbers indicating how many points you\'ll get from the placement. When you hover over a unit, you\'ll see the requirements for placing it such as mandatory neighboring tiles. Make sure to get the most points out of your settlements by paying attention to these details. Each successful building will accumulate toward leveling up. Doing so awards you more units to choose from, and a unique way to advance your civilization! So go ahead and explore every map and develop an empire that will stand the test of time!', 'https://img.gamemonetize.com/vm0cowvu0zjuz9emnyc3j2hxlst9z6tb/512x384.jpg', 'https://html5.gamemonetize.com/vm0cowvu0zjuz9emnyc3j2hxlst9z6tb/', '0', '3D', 0, 0, '', 'village-builder-game'), (6514, 'Bus Driving City Sim 2022', 'Do you desire a bus car licence? If that\'s the case, you\'ve come to the correct spot. When you have finished everything in the career mode of our bus game, you will automatically advance to the professional level. We have structured our tiers in such a way that users will progress through all of the traffic laws in a sequential manner and be required to pass many driving exams before being awarded a license to operate a bus. We are aware that you may have played a great number of other games that are similar to bus simulators; nonetheless, this particular product is unique. You will have the distinct impression that a fully loaded super jumbo bus is traveling beneath your feet, and that you are giving it the maximum amount of throttle. You may take over 20 or more contemporary euro and super sport buses for a drive in a completely open world metropolitan environment.', 'https://img.gamemonetize.com/pd4kx95cwe6zn74qettrmsaatms4jm8b/512x384.jpg', 'https://html5.gamemonetize.com/pd4kx95cwe6zn74qettrmsaatms4jm8b/', '0', 'Racing', 0, 0, '', 'bus-driving-city-sim-'), (6515, 'My Little Pony Jelly Match', 'The game is made from a number of levels and as you advance in them, you will see the level of difficulty increasing , the target score higher and the given time remaining the same. Twilight Sparkle, Fluttershy, Apple Jack, Pinkie Pie and Rarity are waiting for you to join them in this new and amazing online game', 'https://img.gamemonetize.com/0mmffb4o8ywr6kgs469z4jqc43xhpcrf/512x384.jpg', 'https://html5.gamemonetize.com/0mmffb4o8ywr6kgs469z4jqc43xhpcrf/', '0', 'Girls', 0, 0, '', 'my-little-pony-jelly-match'), (6516, 'Drop n Merge Blocks', 'DROP AND MERGE THE NUMBERS is a new kind of game like 2048. Just drop a block, it will automatically merge with identical numbers that are near it. It can create a chain reaction if you are good enough. How many blocks can you unify and what score can you reach before you loose?', 'https://img.gamemonetize.com/23171jps2i9ugqx3o70u9gmjpfuy04gv/512x384.jpg', 'https://html5.gamemonetize.com/23171jps2i9ugqx3o70u9gmjpfuy04gv/', '0', 'Puzzles', 0, 0, '', 'drop-n-merge-blocks'), (6517, 'Epic Rivals Battle', 'Choose your faction: elves or dwarves. Start playing epic\'s battles in 20 amazing levels. You lead your team and spin the wheel to pop your soldiers. Kill the opponent\'s soldiers or steal them. You can also build defense\'s walls to protect your army, or invoke magical spells...', 'https://img.gamemonetize.com/x76blcdfevx02b4dsiz9rhdd4cg57mtc/512x384.jpg', 'https://html5.gamemonetize.com/x76blcdfevx02b4dsiz9rhdd4cg57mtc/', '0', 'Action', 0, 0, '', 'epic-rivals-battle'), (6518, 'Babysitter Dress up', 'Mia baby\'s mother is a teacher at school. Now works at school. Babysitter Bianca is a very stylish and beautiful girl. She\'s babysitting Mia. Mia llikes to play with toys. When Mia cries, Bianca gives her her favorite toy. Let\'s dress them up in a very cute style.', 'https://img.gamemonetize.com/k7fkrv4f0afhw3sie1pg4yn2nfiqtrad/512x384.jpg', 'https://html5.gamemonetize.com/k7fkrv4f0afhw3sie1pg4yn2nfiqtrad/', '0', 'Girls', 0, 0, '', 'babysitter-dress-up'), (6519, 'Pop Corn', 'You need to get to the checkpoint without getting killed by all anemies around.You can kill them by jumping on there heads.', 'https://img.gamemonetize.com/a48394jhjpcg64z1ups3k9aekr1uyvlo/512x384.jpg', 'https://html5.gamemonetize.com/a48394jhjpcg64z1ups3k9aekr1uyvlo/', '0', 'Arcade', 0, 0, '', 'pop-corn'), (6520, 'OneHitKo', 'Welcome to One-Hit-Ko.It\'s a really fun game that everyone will enjoy playing it', 'https://img.gamemonetize.com/4ys9334g70moxy8tniq6afixi2pbkoj5/512x384.jpg', 'https://html5.gamemonetize.com/4ys9334g70moxy8tniq6afixi2pbkoj5/', '0', 'Arcade', 0, 0, '', 'onehitko'), (6521, 'CanKnockdown 3D', 'Knockdown all the cups down and win the game', 'https://img.gamemonetize.com/o7gy5xze6zxy2r4rgozqnvfeh834dd8i/512x384.jpg', 'https://html5.gamemonetize.com/o7gy5xze6zxy2r4rgozqnvfeh834dd8i/', '0', 'Action', 0, 0, '', 'canknockdown-d'), (6522, 'Bee Girl Dress up', 'Cute bee Bella loves flowers. It collects honey from all flowers. It makes very sweet honeys. It protects nature. Would you like to dress up the cute bee girl Bella? let\'s dress up', 'https://img.gamemonetize.com/v2sfkx5vktux1wbvs653bhhfbg0upypw/512x384.jpg', 'https://html5.gamemonetize.com/v2sfkx5vktux1wbvs653bhhfbg0upypw/', '0', 'Girls', 0, 0, '', 'bee-girl-dress-up'), (6523, 'Rockstar Dress Up', 'Amelia wants to be a famous rock star. She plays the guitar very well. She fascinates everyone with her beautiful voice and beauty. Can you help her choose her rock outfits? let\'s dress up', 'https://img.gamemonetize.com/vxx67rd6fqy5kxh4q1jvcs5eueuoc9or/512x384.jpg', 'https://html5.gamemonetize.com/vxx67rd6fqy5kxh4q1jvcs5eueuoc9or/', '0', 'Girls', 0, 0, '', 'rockstar-dress-up'), (6524, 'City Fashion', 'Beatrice is a beautiful model girl living in the city. She came to the village on vacation, but now she is returning to the city. Can you help her choose her city clothes? Her friends in the city always want to see her very stylish. Let\'s dress her up very stylish', 'https://img.gamemonetize.com/7rxuclxhyzctdkurlje8x8pqaeg7plvh/512x384.jpg', 'https://html5.gamemonetize.com/7rxuclxhyzctdkurlje8x8pqaeg7plvh/', '0', 'Girls', 0, 0, '', 'city-fashion'), (6525, 'Tank War Multiplayer', 'Tank War Multiplayer is an action online game where you will fight against players from all over the world in a great tank 3D game. Get into the tank and fight on the battlefield. Your goal will be to steal the opponent\'s flag and get it to your base. Also, try to eliminate as many enemy tanks as possible. So good luck.', 'https://img.gamemonetize.com/8de4g1fo7ejxa9rbzeo4irmfodyvcf83/512x384.jpg', 'https://html5.gamemonetize.com/8de4g1fo7ejxa9rbzeo4irmfodyvcf83/', '0', 'Multiplayer', 0, 0, '', 'tank-war-multiplayer'), (6526, 'Sew 3D', 'Sew 3D is a tailoring game. So all the fabrics need to be sewn together so that they can present a complete picture of the object. Don\'t worry about a bad seam, you can use the replay function to try multiple times, there are many levels waiting for you.', 'https://img.gamemonetize.com/88nggovku0i5n51t4n0xszvmg8hkek3h/512x384.jpg', 'https://html5.gamemonetize.com/88nggovku0i5n51t4n0xszvmg8hkek3h/', '0', 'Arcade', 0, 0, '', 'sew-d'), (6527, 'Rings', 'The goal is really simple: click or tap to make the Ring jump and avoid hitting the line! Try to resist the more you can! Are you able to make a best score?', 'https://img.gamemonetize.com/ntvpafg5byi3n94ifmwtcdjoz4mjx78y/512x384.jpg', 'https://html5.gamemonetize.com/ntvpafg5byi3n94ifmwtcdjoz4mjx78y/', '0', 'Hypercasual', 0, 0, '', 'rings'), (6528, 'Modern warfare', 'This is a strategy game and a leisure game. There are two modes in this game: one is the pass through mode and the other is the combat mode. There will be cards at the beginning of the game. You can expand the troops and gather them to march into the enemy. Come and try it', 'https://img.gamemonetize.com/ihwvdauz1lsayki0xqemuscfmnks01kh/512x384.jpg', 'https://html5.gamemonetize.com/ihwvdauz1lsayki0xqemuscfmnks01kh/', '0', 'Action', 0, 0, '', 'modern-warfare'), (6529, 'The Barkers Cooking Game', 'We are waiting for interesting and varied girly games, recipes that we will cook today. Even though cooking is a game for girls first and foremost, our kitchen and cooking school is open to everyone! Do you want to learn how to cook a cake, cookies, ice cream, eclairs, smoothies, jams and other sweets? Then our culinary school invites you to a new incredible cooking show!', 'https://img.gamemonetize.com/nezdey1p1pdkg82f3g57vsz6zqjdu5u7/512x384.jpg', 'https://html5.gamemonetize.com/nezdey1p1pdkg82f3g57vsz6zqjdu5u7/', '0', 'Girls', 0, 0, '', 'the-barkers-cooking-game'), (6530, 'Army Command', 'Your troops are ready for battle! It\'s time to conquer the enemy\'s land! Fight for your right to defend your nation as commander-in-chief. Your only goal is to capture the enemy flag by building your soldiers and stations', 'https://img.gamemonetize.com/3an5j347lahoutccvwlguf2d112gzx0z/512x384.jpg', 'https://html5.gamemonetize.com/3an5j347lahoutccvwlguf2d112gzx0z/', '0', 'Boys', 0, 0, '', 'army-command'), (6531, 'Metal Army War Revenge', 'The world\'s defense war against Metal Army continues from where it left off. In the deepest place in the jungle the robots are plotting something evil. Help our heroes in Revenge episode and prevent the robots from invading the world. Fight against new enemies using your new weapons. Destroy traps, take down enemies and rescue hostages. You can upgrade your weapons and health bar with the metallic materials you collect in the levels. For this, do not forget to visit the Market at the end of the levels.', 'https://img.gamemonetize.com/ralt5m7bbydio7xjc1amstimemzzytih/512x384.jpg', 'https://html5.gamemonetize.com/ralt5m7bbydio7xjc1amstimemzzytih/', '0', 'Adventure', 0, 0, '', 'metal-army-war-revenge'), (6532, 'Filled Glass 4 Colors', 'Filled Glass 4 Colors is a boys\' free addictive online game with an easy-to-understand, fun process! You need to fill colored glasses with colored balls while avoiding various obstacles. Excellent graphics and animation will make you relax. Uncover your superior mind with these puzzles, If you like this game, don\'t forget to share it with your friends!', 'https://img.gamemonetize.com/tj4zfcgdaw51qglz3a3svg4pspal3cjb/512x384.jpg', 'https://html5.gamemonetize.com/tj4zfcgdaw51qglz3a3svg4pspal3cjb/', '0', 'Boys', 0, 0, '', 'filled-glass--colors'), (6533, 'Hidden Birds', 'Hidden Birds is an skill based puzzle game where you need to find all the hidden birds in the forest. You need to complete all 8 challenging levels to win this game.', 'https://img.gamemonetize.com/qwkyj6c35e3nl1ex7ri35qn13oeasmyd/512x384.jpg', 'https://html5.gamemonetize.com/qwkyj6c35e3nl1ex7ri35qn13oeasmyd/', '0', 'Puzzles', 0, 0, '', 'hidden-birds'), (6534, 'Unroll that Ball', 'Do you like Unblock the ball games. This is Unroll that Ball, a new amazing puzzle brain game. Your mission is to make a way for the ball to the goal destination. Explore tons of amazing and challenging levels.', 'https://img.gamemonetize.com/p0usrtynltk0wc60v9s6kchu8q5tnob0/512x384.jpg', 'https://html5.gamemonetize.com/p0usrtynltk0wc60v9s6kchu8q5tnob0/', '0', 'Puzzles', 0, 0, '', 'unroll-that-ball'), (6535, 'Noob Archer Game', 'Noob Archer is a puzzle game that has shooting elements. The world has been overrun by zombies, and you must rid the world of evil one zombie at a time! Use your bow and arrow to clear every carefully-designed level of zombies. Zombies in this game will die as soon as one of your arrows (or an environmental hazard like a dynamite) hits them. So aim carefully and enjoy discovering multiple creative ways of shooting zombies. Some levels will give you fewer arrows than there are zombies, so you also have to strategize and try to destroy multiple enemies with a single arrow. Feel free to skip a level if you\'re stuck. Can you finish all 150 levels in Noob Archer?', 'https://img.gamemonetize.com/oqfopzppgcahlgl7bqm9eqmonsv8a73q/512x384.jpg', 'https://html5.gamemonetize.com/oqfopzppgcahlgl7bqm9eqmonsv8a73q/', '0', 'Puzzles', 0, 0, '', 'noob-archer-game'), (6536, 'Zombie vs Fire', '"Zombie vs Fire" is an online game that pits players against each other in a fight to the death. The objective of the game is to jump over flaming zombies and avoid being caught by their fire. The game is fast paced and requires quick reflexes to win.', 'https://img.gamemonetize.com/rpce99gc8tid313lfvdus6o614xih97r/512x384.jpg', 'https://html5.gamemonetize.com/rpce99gc8tid313lfvdus6o614xih97r/', '0', 'Arcade', 0, 0, '', 'zombie-vs-fire'), (6537, 'Dress Up The Lovely Princess', 'Be a princess who wears the most sophisticated clothes, because you deserve to be loved! This Dress up Game is fun, exciting, and completely Free. It\'s time to show if you have fashion talent for princesses !', 'https://img.gamemonetize.com/65laz682d3mezlq8y6wnuwpbf51u7m67/512x384.jpg', 'https://html5.gamemonetize.com/65laz682d3mezlq8y6wnuwpbf51u7m67/', '0', 'Hypercasual', 0, 0, '', 'dress-up-the-lovely-princess'), (6538, 'Conquer the galaxy', 'Nothing goes right in space! The number of extraterrestrials is growing dramatically, and they are now starting to fight for every inch of territory. Their plan is to steal yours. Don\'t let them do it! Increase your population and try to invade enemy planets. Increase your power and try to conquer their territory!', 'https://img.gamemonetize.com/z8wsumd3ttmiazs4m2kva4iiifj3jl8o/512x384.jpg', 'https://html5.gamemonetize.com/z8wsumd3ttmiazs4m2kva4iiifj3jl8o/', '0', 'Adventure', 0, 0, '', 'conquer-the-galaxy'), (6539, 'Connect Two Link the Fish', 'Link all similar fish to finish the level ! Best kyodai game ! A wonderful and interesting game to link fishs. Find out two same icons. As long as you connected them, they will automatically disappear. It is not an easy game, you need to solve the levels in a limited time. This game help you think fast and make choices quick.', 'https://img.gamemonetize.com/ilhekgj43tg22mqljwpgb2eq8loot693/512x384.jpg', 'https://html5.gamemonetize.com/ilhekgj43tg22mqljwpgb2eq8loot693/', '0', 'Puzzles', 0, 0, '', 'connect-two--link-the-fish'), (6540, 'Connect Animals Onet Kyodai', 'In CONNECT ANIMALS ONET KYODAI game, your goal is to find all matching pairs. It\'s a kind of matching game or connect game ("linker"), that is very fun to play, really challenging and very addictive. If you like cute animals and if you like puzzle games, you will love CONNECT ANIMALS ONET KYODAI, by far the best deluxe version of the Onet type games.', 'https://img.gamemonetize.com/ehr4q6ui429gus82h2b8f85ob3kt0u5a/512x384.jpg', 'https://html5.gamemonetize.com/ehr4q6ui429gus82h2b8f85ob3kt0u5a/', '0', 'Puzzles', 0, 0, '', 'connect-animals--onet-kyodai'), (6541, 'Adventure of Elf Game', 'The Elf Jungle Jumping Online Game is an adventure game that provides players with an exciting and challenging experience. The objective of the game is to help the elf character reach the end of the level by avoiding obstacles and traps. The game is suitable for all ages and can be played by anyone who enjoys a good challenge.', 'https://img.gamemonetize.com/utsmazq2lwscme177ohxi749ou7yb47j/512x384.jpg', 'https://html5.gamemonetize.com/utsmazq2lwscme177ohxi749ou7yb47j/', '0', 'Arcade', 0, 0, '', 'adventure-of-elf-game'), (6542, 'Jungle Adventures 3', 'If you enjoyed Jungle Adventures & Jungle Adventures 2, you\'re sure to love the newest addition to the series. In the middle of the night, the cute Furry inhabitants of the forest are kidnapped by a gang of thugs! Our hero Addu witnesses this tragic act!', 'https://img.gamemonetize.com/voc1v6bm5awehg819h51953hmmn9hidj/512x384.jpg', 'https://html5.gamemonetize.com/voc1v6bm5awehg819h51953hmmn9hidj/', '0', 'Adventure', 0, 0, '', 'jungle-adventures-'), (6543, 'My Town Beauty Contest', 'The Beauty Contest has arrived in My Town. Get ready for a world full of beautiful costumes, gorgeous makeup and an exciting, one-of-a-kind contest. Your favorite characters on the cover of a magazine, getting ready to walk down the runway, you can do it all in the new My Town: Beauty Contest. It\'s your game, your rules, your adventure!', 'https://img.gamemonetize.com/r6w956kbxxwuc1krlchhrb6is65u1zx8/512x384.jpg', 'https://html5.gamemonetize.com/r6w956kbxxwuc1krlchhrb6is65u1zx8/', '0', 'Girls', 0, 0, '', 'my-town--beauty-contest'), (6544, 'Flying car brawl', 'This is a racing game. At the beginning of the game, there will be some racing cars flying along the track with you. You should control the direction of the racing car and be careful to fly out of the track. When you fly out of the track and cannot fly back, you will lose. Come and try', 'https://img.gamemonetize.com/mkmi8y80lr7ihkhe7duarxk1aj5ddtzy/512x384.jpg', 'https://html5.gamemonetize.com/mkmi8y80lr7ihkhe7duarxk1aj5ddtzy/', '0', 'Girls', 0, 0, '', 'flying-car-brawl'), (6545, 'Roller coaster leap', 'This is a small leisure game of roller coaster. The game is simple and the rules of the game are easy to understand. We control the roller coaster by touching the screen. Every time we jump, there will be an additional car. Let\'s explore the rest by ourselves', 'https://img.gamemonetize.com/h02zq3smhh8t0p375ytsvm8wqtl22r6p/512x384.jpg', 'https://html5.gamemonetize.com/h02zq3smhh8t0p375ytsvm8wqtl22r6p/', '0', 'Girls', 0, 0, '', 'roller-coaster-leap'), (6546, 'Mr Toro', 'Mr Toro is a 2D platformer where you have to collect money while avoiding the enemies, spikes, saws and reach the red flag in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/mloo9brycnky3tvs5z3xrfqg47yn6kzz/512x384.jpg', 'https://html5.gamemonetize.com/mloo9brycnky3tvs5z3xrfqg47yn6kzz/', '0', 'Arcade', 0, 0, '', 'mr-toro'), (6547, 'Sweetheart Princess', 'This is a casual cake making game. Cut out the shape of the cake according to the prompts. This game is a little cute, very interesting, and very fulfilling. It is very suitable for girls, and of course, for all people. I hope you can have fun in the game', 'https://img.gamemonetize.com/mh3whi8h2ksetvht1w0zzvrh4yr25z0s/512x384.jpg', 'https://html5.gamemonetize.com/mh3whi8h2ksetvht1w0zzvrh4yr25z0s/', '0', 'Arcade', 0, 0, '', 'sweetheart-princess'), (6548, 'Car Impossible Stunt Game 3D 2022', 'Play Car Impossible Stunt Game 3D 2022 for car rocket driving games. Drive to the sun and cross the checkpoint in Car Impossible Stunt Game 3D 2022.Enter into world of stunt games & get ready for car driving game. Use Car Impossible Stunt Game 3D 2022 skills & grip steering to finish crazy stunts challenge on time by avoiding from obstacles. Each level of racing stunt car games are different, you will enhance your impossible car city driving skills.', 'https://img.gamemonetize.com/pgl9ghwnf5xkwqew1gib290j5wbzn4yr/512x384.jpg', 'https://html5.gamemonetize.com/pgl9ghwnf5xkwqew1gib290j5wbzn4yr/', '0', 'Adventure', 0, 0, '', 'car-impossible-stunt-game-d-'), (6549, 'Dig This 3D', '"Dig It!" is a popular casual game in which you will have to show your ingenuity and resourcefulness to solve various logic puzzles! Ahead of you are waiting for dozens of exciting levels, for the passage of which you need to dig tunnels in the ground in order to place all the balls in the appropriate holes.', 'https://img.gamemonetize.com/ro0dn2taacblrhv0abv5wvwigvi3tbpw/512x384.jpg', 'https://html5.gamemonetize.com/ro0dn2taacblrhv0abv5wvwigvi3tbpw/', '0', 'Puzzles', 0, 0, '', 'dig-this-d'), (6550, 'Stickman Castle Defender', 'Defend your castle against the stickman enemies. Every round enemies get stronger and after round 5, a new gun stickman comes to the battle arena Can You Beat The All 10 Rounds?', 'https://img.gamemonetize.com/sqsf5zvdbvn6kmf923xlsc1ll7yxmx21/512x384.jpg', 'https://html5.gamemonetize.com/sqsf5zvdbvn6kmf923xlsc1ll7yxmx21/', '0', 'Shooting', 0, 0, '', 'stickman-castle-defender'), (6551, 'XMen Battle Jigsaw', 'X-Men Battle Jigsaw is a free online game from genre of puzzle and jigsaw games. You can select one of the 6 images and then select one of the three modes: easy with 25 pieces, medium with 49 pieces and hard with 100 pieces. Have fun and enjoy!', 'https://img.gamemonetize.com/aewwy99i6a6r99lm0gtfrlpfyfh81euv/512x384.jpg', 'https://html5.gamemonetize.com/aewwy99i6a6r99lm0gtfrlpfyfh81euv/', '0', 'Puzzles', 0, 0, '', 'xmen-battle-jigsaw'), (6552, 'Princess on the Run.io', '"Princess on the Run.io", you will help the princess escape from the castle. They want to marry the girl to the unloved, and she decides to run away. But before you leave the palace, you need to collect your things that the princess will need on the way. But how could it be otherwise, if she should always look beautiful and dignified, corresponding to her status! So let\'s help her!', 'https://img.gamemonetize.com/er04qf6rrqq4vpnb4t2pzbskyfportzy/512x384.jpg', 'https://html5.gamemonetize.com/er04qf6rrqq4vpnb4t2pzbskyfportzy/', '0', 'Girls', 0, 0, '', 'princess-on-the-runio'), (6553, 'Angry Birds Star Wars Coloring', 'Angry Birds Star Wars Coloring is a free online coloring and kids game! In this game you will find eight different pictures which have to be colored as fast as you can to obtain a great score at the end of the game. You have 23 different colors to choose. You can also save the colored image. Have fun!', 'https://img.gamemonetize.com/kqooxzhuokh5vh2l1m4gamwpg9flw6gu/512x384.jpg', 'https://html5.gamemonetize.com/kqooxzhuokh5vh2l1m4gamwpg9flw6gu/', '0', 'Puzzles', 0, 0, '', 'angry-birds-star-wars-coloring'), (6554, 'Rescue The Wolf', 'Rescue The Wolf is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a forest there you found Cute Wolf got trapped inside the cage. Here are the interesting puzzles and hidden objects to rescue the Wolf. Good luck… Have fun!', 'https://img.gamemonetize.com/plaz4u6v24j2zovbr3z2rjrbss8me63g/512x384.jpg', 'https://html5.gamemonetize.com/plaz4u6v24j2zovbr3z2rjrbss8me63g/', '0', 'Puzzles', 0, 0, '', 'rescue-the-wolf'), (6555, 'Aquarium House Escape', 'Aquarium House Escape is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a house; there you got trapped inside the house. Here are the interesting puzzles and hidden objects to find and get escape from the house. Good luck… Have fun!', 'https://img.gamemonetize.com/aqptbi8aidbvqed7u6bkh35w9nyepx1m/512x384.jpg', 'https://html5.gamemonetize.com/aqptbi8aidbvqed7u6bkh35w9nyepx1m/', '0', 'Puzzles', 0, 0, '', 'aquarium-house-escape'), (6556, 'Road Block Escape', 'Road Block Escape is a point and click game developed by 8B Games/Games2mad. Imagine that you had stuck in front Road Block; you have to escape from this place. Here are the interesting puzzles and hidden objects to find and get escape from the Road Block. Good luck… Have fun!', 'https://img.gamemonetize.com/gwby88ju0cluogwi7giq20zpkceoh5oc/512x384.jpg', 'https://html5.gamemonetize.com/gwby88ju0cluogwi7giq20zpkceoh5oc/', '0', 'Puzzles', 0, 0, '', 'road-block-escape'), (6557, 'Stud Farm Escape', 'Stud Farm Escape is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a Stud Farm; there you got trapped inside the Farm. Here are the interesting puzzles and hidden objects to find and get escape from the Farm. Good luck… Have fun!', 'https://img.gamemonetize.com/776uszuzsav5j1mgpw3nzphflbdhxar4/512x384.jpg', 'https://html5.gamemonetize.com/776uszuzsav5j1mgpw3nzphflbdhxar4/', '0', 'Puzzles', 0, 0, '', 'stud-farm-escape'), (6558, 'Farm Escape 3', 'Farm Escape 3 is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a Farm; there you got trapped inside the Farm. Here are the interesting puzzles and hidden objects to find and get escape from the Farm. Good luck… Have fun!', 'https://img.gamemonetize.com/ddmuyuf647h7g6p91b5wlrqzbnjjjqga/512x384.jpg', 'https://html5.gamemonetize.com/ddmuyuf647h7g6p91b5wlrqzbnjjjqga/', '0', 'Puzzles', 0, 0, '', 'farm-escape-'), (6559, 'Parking Crazy SuperCars Rc', 'Online, open-world, next-generation visuals, and a realistic automobile parking experience are all included in this game. Pick your role in the game, get your vehicle, and go to work having fun with your pals! This is not your typical parking-lot simulation game. We have listened to your feedback and included it into the development of Parking Master: Multiplayer, which now features real-world driving simulation with parking, driving, drifting, role playing, and other game modes. Driving experience in a variety of terrains, including cities, motorways, mountains, and more. Discover new regions and finish the side quests that are scattered over the landscape.', 'https://img.gamemonetize.com/fxd6o40sub04rmfu45ov4jhhfhxfte1j/512x384.jpg', 'https://html5.gamemonetize.com/fxd6o40sub04rmfu45ov4jhhfhxfte1j/', '0', 'Racing', 0, 0, '', 'parking-crazy-supercars-rc'), (6560, 'Chain Disk 2048', 'Chain Disk 2048 is a refreshing 2048 game. Each disk has numbers on it, and you need to control the disks with the same number to collide with each other to make it into new numbers. Let\'s blow as many discs and complete the targets of every level now!', 'https://img.gamemonetize.com/n6dd3gaaqlo8qwhi6dm220289u23adsw/512x384.jpg', 'https://html5.gamemonetize.com/n6dd3gaaqlo8qwhi6dm220289u23adsw/', '0', 'Puzzles', 0, 0, '', 'chain-disk-'), (6561, 'Paint Doll Dress Up', 'A cute and fun fashion dress up games specially designed for girls and aldults, who like makeup games. Come and choose your favorite princess doll, design a unique makeup look for the barbie girl!', 'https://img.gamemonetize.com/lw9r1b9ehxcvcwyhy9yrej3yaowbmmn2/512x384.jpg', 'https://html5.gamemonetize.com/lw9r1b9ehxcvcwyhy9yrej3yaowbmmn2/', '0', 'Girls', 0, 0, '', 'paint-doll-dress-up'), (6562, 'Cross Road Exit', 'Test your logic through a hundred of levels that keep getting harder in this puzzle game. Move cars, bus and trailers and find the way to get your vehicle out of a totally crowded parking. An excellent game for the waiting times… in the rush hours!', 'https://img.gamemonetize.com/udaq0gc2p5k1wnqa2z99f4xm2i1tmaq5/512x384.jpg', 'https://html5.gamemonetize.com/udaq0gc2p5k1wnqa2z99f4xm2i1tmaq5/', '0', 'Puzzles', 0, 0, '', 'cross-road-exit'), (6563, 'Cowboys vs Robots', 'Fend for your life and take out your pistol in Cowboys VS Robots. Take the commands of a Cowboy heavily armed and push away a robot invasion in this shooting game. Through multiple levels that will get harder and harder, challenge your reflexes in this shooting game. Destroy your enemies and get all the stars with the best score.', 'https://img.gamemonetize.com/cllwsytevefjhj367iaoiap58qncmaml/512x384.jpg', 'https://html5.gamemonetize.com/cllwsytevefjhj367iaoiap58qncmaml/', '0', 'Shooting', 0, 0, '', 'cowboys-vs-robots'), (6564, 'Constellation Energy Lines', 'If you love space and stars and if you to love constellations and astrology, it’s reallytime to play to this cosmic game. You just need to connect all stars with 1 line and with only one touch. This is a super mind challenging game with very simple rules in a very relaxing and satisfying universe.', 'https://img.gamemonetize.com/n5ybcic114lz422rgro555cbz3v8fig2/512x384.jpg', 'https://html5.gamemonetize.com/n5ybcic114lz422rgro555cbz3v8fig2/', '0', 'Puzzles', 0, 0, '', 'constellation-energy-lines'), (6565, 'Motor Bike Hill Racing 2D', 'Motorcycle Hill Climbing in a Two-Dimensional Perspective Have fun while you\'re practicing your riding skills in this Ghost Rider Moto Game! You should take your motorcycle across the mountains at a fast rate of speed and perform a number of different stunts as you go. Get started on this trip right away by signing up for it! - Enjoy Yourself While You Race Uphill on Your Motor Bike in the Free Version of the 2D Game!', 'https://img.gamemonetize.com/kk2cluvbaueg5ezb3yikdqf9boktctx6/512x384.jpg', 'https://html5.gamemonetize.com/kk2cluvbaueg5ezb3yikdqf9boktctx6/', '0', 'Racing', 0, 0, '', 'motor-bike-hill-racing-d'), (6566, 'Tractor Driving Hill Climb 2D', 'While you are having a great time driving your magnificent tractor through the fantastic 2D hill climb maps environment, you can earn levels, which will allow you to unlock new stages and upgrade your tractor. You merely need to accumulate points in order to purchase any tractor; there is no cost associated with doing so.', 'https://img.gamemonetize.com/lj5yokv4v3k169cfmpf38bcxzclmltz8/512x384.jpg', 'https://html5.gamemonetize.com/lj5yokv4v3k169cfmpf38bcxzclmltz8/', '0', 'Racing', 0, 0, '', 'tractor-driving-hill-climb-d'), (6567, 'Truck Transport City Simulator Game', 'Truck Transport is game where you play as a truck driver. Transports trucks with a smooth driving experience across the city.', 'https://img.gamemonetize.com/9vpn6d6b9eibxwkn92o7fll1j4iidbdg/512x384.jpg', 'https://html5.gamemonetize.com/9vpn6d6b9eibxwkn92o7fll1j4iidbdg/', '0', 'Arcade', 0, 0, '', 'truck-transport-city-simulator-game'), (6568, 'City Car Driving Simulator Stunt Master Game 3D', 'City Car Driving Simulator: Stunt Master is the fifth episode in the awesome City Car Driving Simulator series. Customize and drive your favourite car, and experience the beautiful night in the big city. Customize your vehicle, buy new parts, upgrade, and more', 'https://img.gamemonetize.com/4vab9rmzxby5hjhr3v3yofoonzs1ijlt/512x384.jpg', 'https://html5.gamemonetize.com/4vab9rmzxby5hjhr3v3yofoonzs1ijlt/', '0', 'Adventure', 0, 0, '', 'city-car-driving-simulator-stunt-master-game-d'), (6569, 'Fillup Buckets', 'A simple puzzle game, think how to direct the water flow in the the buckets. Old LCD style Puzzle game. Simply draw some lines to change water flowing direction. Let it flow into the buckets. It is simple but challenging.', 'https://img.gamemonetize.com/dr8oc8hiwghppjdela1gvub8qwf1o9w2/512x384.jpg', 'https://html5.gamemonetize.com/dr8oc8hiwghppjdela1gvub8qwf1o9w2/', '0', 'Puzzles', 0, 0, '', 'fillup-buckets'), (6570, 'FNF Music Battle Original Mod', 'Music Battle is a musical game of rhythm association to test your musical knowledge and reflexes where you must feel the rhythm of the music.', 'https://img.gamemonetize.com/22xbz3jp3v5hn8zr0l5lwypv9h8gh3qe/512x384.jpg', 'https://html5.gamemonetize.com/22xbz3jp3v5hn8zr0l5lwypv9h8gh3qe/', '0', 'Multiplayer', 0, 0, '', 'fnf-music-battle-original-mod'), (6571, 'Honey pickers', 'This is a leisure game for raising bees and collecting honey. The content of the game is to collect honey, sell the collected honey for money, use the money to upgrade props, or use the money from selling honey to upgrade bees. If you want to know more, you can explore it yourself', 'https://img.gamemonetize.com/xs0epltbfh9px8wwkpt5dgh3mk9u0dgv/512x384.jpg', 'https://html5.gamemonetize.com/xs0epltbfh9px8wwkpt5dgh3mk9u0dgv/', '0', 'Action', 0, 0, '', 'honey-pickers'), (6572, 'Slugterra Speed Heroes', 'Put on your pilot helmet and prepare to enter the race in the Slugterra: Speed Heroes game! However, these vehicles are not as usual as the rest, and they may take some time to master. Will you be able to be number one? Tip: If you\'re a fan of the series, you should also try the Battle for Slugterra game! Your role is to go through every race and try to finish them in the first place. At the same time, you can try to slow down your opponents if they give you trouble. Can you end every race in the first place? Let\'s get you into your vehicle and see you in action! How to play the game Firstly, you need to learn how to control your car! Your vehicle is different from any other. Use the Left Click to press on it to reveal a cursor, then drag it to launch the car in whatever direction you want to. Also, that one boost will not take you very far. You should repeat it a few times until you reach the finish line! Now you have to choose your challenge! There are three options you can pick from, and you have to go through all of them to complete the game. Also, for each one, you can be rewarded with a trophy depending on what position you finish in the race. Try to end up in at least third place to get one!', 'https://img.gamemonetize.com/k3smloca545ax795pjevmq6e1zy7hqng/512x384.jpg', 'https://html5.gamemonetize.com/k3smloca545ax795pjevmq6e1zy7hqng/', '0', 'Racing', 0, 0, '', 'slugterra-speed-heroes'), (6573, 'Dora Dot to Dot', 'Get ready for an adventure under the stars in Dora\'s Dot to Dot game! The young explorer and her friends want to have a slumber party, but none of them have been to one before, so they are missing a lot of stuff! They will need a place to sleep, some cozy plushies to hug at night, and some snacks! Will you join Dora and her friends for the slumber party? Organizing a slumber party is no easy job, so your goal is to find all the items Dora and her friends need for a nighttime fiesta! Connect the stars and solve the young girl\'s riddles by figuring out the object she is trying to gather! Boots, Swiper, and the rest of Dora\'s friends can\'t wait to get everything together and start the most fun slumber fiesta! How to play the game You can connect the stars just by using your mouse. You will start from number one. Hover over the number that comes next in order, and form the outline of the needed object. Dora will help by counting with you in Spanish and teaching you all the numbers! Every new object will start with a riddle! By connecting the stars and figuring out the shape of the item, you have the chance to guess what it is, based on Dora\'s hints! For example, Dora will need something to carry all her slumber party objects in! What do you think that is? It\'s her loyal companion, the Backpack!', 'https://img.gamemonetize.com/4pqtf69i50xdwt39x1iif45x8g9o46ol/512x384.jpg', 'https://html5.gamemonetize.com/4pqtf69i50xdwt39x1iif45x8g9o46ol/', '0', 'Girls', 0, 0, '', 'dora-dot-to-dot'), (6574, 'Zombie Invasioon', 'Zombie Invasion is an html5 arcade game, survive and kill the zombies to get scores, collect grenade, life, and air bomb to kill more zombies.', 'https://img.gamemonetize.com/52zrjtpwnvkzcala6j6kbhywvxbni4ph/512x384.jpg', 'https://html5.gamemonetize.com/52zrjtpwnvkzcala6j6kbhywvxbni4ph/', '0', 'Arcade', 0, 0, '', 'zombie-invasioon'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (6575, 'Halloween Hide & Seek', 'Do you like Hide and seek game? Wowescape.com has brought you a new escape game called Halloween hide and seek, in this game some pumpkins is hiding a candy so use your sharp eye and mind to find the candy . You can also use hints if you are stuck. Good luck and have a nice difference finding! Good luck and have fun! Visit a scary haunted mansion and show off your quick reflexes in the Nick Jr: Halloween Hide and Seek game! It\'s Halloween, and your Nick Jr. friends are excited to celebrate together. They\'re playing hide and seek and want you to start looking for them! Can you locate all of your buddies and bring them out of their hiding spots? Let\'s explore the area and see what you can find! Characters like Ms. Marmalady, Blaze, or Skye are ready to pop out and play spooky tricks on you. Just be sure to move fast because they won\'t stay in one spot too long! Do your best to uncover all your friends and aim for a high score!', 'https://img.gamemonetize.com/4f62bnwvzkr8zv6sy0gdhj18nwnozqxf/512x384.jpg', 'https://html5.gamemonetize.com/4f62bnwvzkr8zv6sy0gdhj18nwnozqxf/', '0', 'Clicker', 0, 0, '', 'halloween-hide-amp-seek'), (6576, 'Lemonade Stand', 'Your goal is to make as much money as you can in 7, 14, or 30 days by selling lemonade at your lemonade stand. Buy cups, lemons, sugar, and ice cubes, then set your recipe based on the weather and conditions. Start with the basic recipe, but try to vary the recipe and see if you can do better. Lastly, set your price and sell your lemonade at the stand. Try changing up the price based on the weather conditions as well. At the end of the game, you\'ll see how much money you made. Write it down and play again to try and beat your score!', 'https://img.gamemonetize.com/h4n0v524cc5xnblp36b2fak2n0wm40j9/512x384.jpg', 'https://html5.gamemonetize.com/h4n0v524cc5xnblp36b2fak2n0wm40j9/', '0', 'Cooking', 0, 0, '', 'lemonade-stand'), (6577, 'Save The Galaxy 1', 'Save The Earth is an online game where you must avoid the other Planets and collect as many Stars as you can. You have to stay on track with your ship\'s compass or else it will get too dark and, even worse, you\'ll see some Asteroids being thrown at ya. The further you go on each Planet\'s orbit, the faster things get so be careful not to let yourself get lost in space! Save The Earth is an online game where you have to avoid the other Planetoids to score points. Make sure that you avoid crashing into them otherwise you would lose your game! Save the Earth is an online Planet game which you must avoid other Planets.', 'https://img.gamemonetize.com/z4h92h1q9vqmaznu1w3l3tkhnc3do57x/512x384.jpg', 'https://html5.gamemonetize.com/z4h92h1q9vqmaznu1w3l3tkhnc3do57x/', '0', 'Arcade', 0, 0, '', 'save-the-galaxy-'), (6578, 'Sword Slinger', 'Sword Slinger is a fun arcade game where you control a player and throw sword to defeat your enemies. Try to avoid monsters and projectiles as you survive. Good luck!', 'https://img.gamemonetize.com/jt0bih93r1qggllqofz7fk5daxi72491/512x384.jpg', 'https://html5.gamemonetize.com/jt0bih93r1qggllqofz7fk5daxi72491/', '0', 'Arcade', 0, 0, '', 'sword-slinger'), (6579, 'Hoov vs Doov Game', 'Hoov vs Doov is a 2D platformer where you have to collect Golden keys in order to unlock the Exit door while avoiding red enemy robots, and saws. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/h20o7tpr19fecl4vfe7ulfxx8dhu50da/512x384.jpg', 'https://html5.gamemonetize.com/h20o7tpr19fecl4vfe7ulfxx8dhu50da/', '0', 'Arcade', 0, 0, '', 'hoov-vs-doov-game'), (6580, 'Bhoolu Game', 'Bhoolu 2 is a 2D platformer where you need to collect all of the candies while avoiding enemies, saws, spikes and reach the magic hole which leads you to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original Bhoolu series.', 'https://img.gamemonetize.com/3tj0y3b1jdr2fbmekisq1onnkmgt3nyi/512x384.jpg', 'https://html5.gamemonetize.com/3tj0y3b1jdr2fbmekisq1onnkmgt3nyi/', '0', 'Arcade', 0, 0, '', 'bhoolu-game'), (6581, 'Find Pair 2', 'The objective of this game is to find same object to match. When 2 same objects is selected, then selected objects will be removed from the board. match all objects until there is no objects to be paired, also there is a time limit to make it challenging.', 'https://img.gamemonetize.com/kj75vp3auqhbhvr1t1q7dzo4bp0w5dy3/512x384.jpg', 'https://html5.gamemonetize.com/kj75vp3auqhbhvr1t1q7dzo4bp0w5dy3/', '0', 'Arcade', 0, 0, '', 'find-pair-'), (6582, '8 BALL PRO', 'Do you want to play in the world of pool games? 8 Ball Pool is an addictive challenging game based on real 3D pool games, where you will challenge your friends online. Become a master of the pool!', 'https://img.gamemonetize.com/t66n5zbhus701x2iaifo44tlctql2m44/512x384.jpg', 'https://html5.gamemonetize.com/t66n5zbhus701x2iaifo44tlctql2m44/', '0', 'Action', 0, 0, '', '-ball-pro'), (6583, 'GT Car Stunt Master ', 'Welcome to the GT Car Stunt Master 3D which are based on Car driving simulator concepts. Looking for Adventure games for you or adventure games online? Then play Car Games in which you will experience circus car racing and Car Stunts as you have experienced before in Car racing stuntman games and car Free stunt games. In this Car Stunt Master 3D - Mega Ramps game you will experience different types of Spider car racing modes like race with Crazy cars, GT racing stunt or Mega Ramp Racing Car Stunt. In this Mega Ramp game you will enjoy the Mega Ramp Car jumping like Muscle car games and other Racing games.', 'https://img.gamemonetize.com/bbsts709co70z4wvvyn1skoia3xokkod/512x384.jpg', 'https://html5.gamemonetize.com/bbsts709co70z4wvvyn1skoia3xokkod/', '0', 'Hypercasual', 0, 0, '', 'gt-car-stunt-master-'), (6584, 'Steve and Alex Dragon Egg', 'How would you like to accompany them on the last adventure of alex and steven? In their last adventure, they want to take the dragon egg and escape. Their only concern is to take the dragon egg and kill the dragon and run away. watch out, green exploding zombies everywhere, complete the digging and break the walls to open the way! Don\'t forget, one of you has a sword and one of you has a pickaxe.', 'https://img.gamemonetize.com/d8jcacf5pybb74s3o1ubh2yx0q7fqbat/512x384.jpg', 'https://html5.gamemonetize.com/d8jcacf5pybb74s3o1ubh2yx0q7fqbat/', '0', 'Arcade', 0, 0, '', 'steve-and-alex-dragon-egg'), (6585, 'Noob vs Pro Help Hacker', 'Noob needs to reach the bed Noob wants to sleep Help Nooba as a pro and reach the bed. Monsters are coming towards you cut them with your sword and overcome them all. hey pro nooba help. Don\'t be fooled by hacker\'s games Hacker is shooting be careful don\'t touch the bullets. use the best sword in the world and reach home.', 'https://img.gamemonetize.com/kx35iixjtvmq3aja4dp93djds9kjgzux/512x384.jpg', 'https://html5.gamemonetize.com/kx35iixjtvmq3aja4dp93djds9kjgzux/', '0', 'Arcade', 0, 0, '', 'noob-vs-pro-help-hacker'), (6586, 'Halloween Ghost Jigsaw', 'Halloween puzzle game.', 'https://img.gamemonetize.com/yxw5cpkm09vf3mkwukczjbe31qlc9hyy/512x384.jpg', 'https://html5.gamemonetize.com/yxw5cpkm09vf3mkwukczjbe31qlc9hyy/', '0', 'Puzzles', 0, 0, '', 'halloween-ghost-jigsaw'), (6587, 'Ice Cream Frenzy', 'Ice Cream Frenzy by GamesNout.com is a very fun match3 game, with fantastic graphics and sweet music, you will never get enough of this game!', 'https://img.gamemonetize.com/p6btf0b32c4pcypvtde6bbnmv0qn3xim/512x384.jpg', 'https://html5.gamemonetize.com/p6btf0b32c4pcypvtde6bbnmv0qn3xim/', '0', 'Puzzles', 0, 0, '', 'ice-cream-frenzy'), (6588, 'Little Panda', 'In this amazing and fun matching game, you must match at least 3 similar objects before you run out of time. This candy game has well designed puzzles for you to play and have fun. There are 2 game mode in this game: – Level / Campaign – Endless', 'https://img.gamemonetize.com/exyk116kqug1kqpxstso4yk7lttw9fbk/512x384.jpg', 'https://html5.gamemonetize.com/exyk116kqug1kqpxstso4yk7lttw9fbk/', '0', 'Puzzles', 0, 0, '', 'little-panda'), (6589, 'Halloween Monsters Jigsaw', 'Play the Halloween themed jigsaw puzzle game.', 'https://img.gamemonetize.com/qw4ndn39ybuc7fvlhauhwaywf264enas/512x384.jpg', 'https://html5.gamemonetize.com/qw4ndn39ybuc7fvlhauhwaywf264enas/', '0', 'Puzzles', 0, 0, '', 'halloween-monsters-jigsaw'), (6590, 'BikeTrial Forest Road 2022', 'The goal of Infinite Bike Trials is to complete each of the game\'s two hundred difficult levels; after you have done so, you will be able to buy a new bike or change the color of the player. The game is situated in a stunning environment and has a large number of stages. Have fun and don\'t stress too much about things.', 'https://img.gamemonetize.com/1c6c0rn9if27s04wxgw9k3q5ksgvklne/512x384.jpg', 'https://html5.gamemonetize.com/1c6c0rn9if27s04wxgw9k3q5ksgvklne/', '0', 'Racing', 0, 0, '', 'biketrial-forest-road-'), (6591, 'Ava Scary Hairstyles', 'Let\'s check the Halloween scary hairstyle for Ava, there are three kinds of hairstyles like spider web, braided spider bun and knotted ponytail. There are lots of scary halloween things available inside the game at 7sgames.com and enjoy your Halloween Happily.', 'https://img.gamemonetize.com/dtra59hfihyb8p01aihf5e1caifnrddk/512x384.jpg', 'https://html5.gamemonetize.com/dtra59hfihyb8p01aihf5e1caifnrddk/', '0', 'Girls', 0, 0, '', 'ava-scary-hairstyles'), (6592, 'Tricky Bike Stunt vs Train Racing Game ', 'Be a super racer of highway riding game: train vs tricky bikes A new story in racing field in the form of Train vs Bikes Races where there is the best opportunity for players to be a good bike rider of different bikes like Moto, drifting and racing motorcycles. Be ready for your self highway bike racing and train driving simulation and accomplish the raceing missions successfully.', 'https://img.gamemonetize.com/698wp2uscftvscb95pfr9ht0wwrouxox/512x384.jpg', 'https://html5.gamemonetize.com/698wp2uscftvscb95pfr9ht0wwrouxox/', '0', 'Racing', 0, 0, '', 'tricky-bike-stunt-vs-train-racing-game-'), (6593, 'Zombie Apocalypse Survival War Z', 'The best Undead Exodus games provide you with access to a broad number of different forms of weaponry, regardless of whether you are playing the game alone or with other people. This is true whether you are playing the game alone or with other people. This is true whether you play the game by yourself or with other individuals. These games may be played in parallel by a single individual or by a huge number of people at the same time, depending on the configuration. It would appear that you have been defending yourself against zombie bots in Building over a large range of different worlds. The settings that you have been putting yourself in are rather varied. You are required to kill any other undead beings that you come across, regardless of whether or not you are armed and regardless of whether or not you are actively involved in fighting zombies. This obligation exists regardless of whether or not you are fighting zombies. When it comes to the work that I have been carrying out, I have not been focusing at all on this one particular aspect of the scenario. In these first-person shooter games, your chances of survival will be significantly increased if you take cover behind a wide range of different objects during the game. Do you already have a good buddy in mind whom you might like to ask to spend some time with you playing one of the numerous free games that are available online? If so, what game or games are you thinking about playing? If that\'s the case, what game (or games) do you have your eye on for online play? The individual in question possesses a significant number of firearms in their collection. But how many distinct types of firearms and other weapons does he or she possess?', 'https://img.gamemonetize.com/ttb2afxgs0xdsmxpnrdilvdogqsa1ozf/512x384.jpg', 'https://html5.gamemonetize.com/ttb2afxgs0xdsmxpnrdilvdogqsa1ozf/', '0', 'Shooting', 0, 0, '', 'zombie-apocalypse-survival-war-z'), (6594, 'Doner Kebab Salad Tomatoes Onions', 'Go to the other side of the counter with Doner Kebab. Take control of your restaurant and make a maximum of meal as fast as you can while following your clients\'s demands in this arcade-like game.', 'https://img.gamemonetize.com/yl6so8xoqxlzngdh45k9jgg121kwn9ov/512x384.jpg', 'https://html5.gamemonetize.com/yl6so8xoqxlzngdh45k9jgg121kwn9ov/', '0', 'Cooking', 0, 0, '', 'doner-kebab--salad-tomatoes-onions'), (6595, 'Do not touch the border', 'Don’t have much time? Don’t want to get into a game that\'s too long to play? Don’t like complex games? Play "Don\'t Touch the Border"! It\'s very simple: You need to move a small ball, but it must not touch the border. It is a simple and fast game, which will occupy your free time! "Don\'t Touch the Border" is a game that will test your skills and your patience. Go as far as possible and get the best score.', 'https://img.gamemonetize.com/2ale8s71ukt8zaiz9ttgauig6vwgwizy/512x384.jpg', 'https://html5.gamemonetize.com/2ale8s71ukt8zaiz9ttgauig6vwgwizy/', '0', 'Racing', 0, 0, '', 'do-not-touch-the-border'), (6596, 'Cute Forest Tavern', 'A flood of cute animals are invading your tavern! They do not want to use your toilets but eat all your ice-cream stock! Quench their thirst before they get impatient. Send them the ice-cream and retrieve the glass when they finish. Beware; some animals are thirstier than others. Cute Forest Tavern is a game of skill, speed and reflex in which you must distribute ice-cream. With these multiple counters, send the ice at the right animal.', 'https://img.gamemonetize.com/oneg6sefvnl10dmvnnmb59ws7nxyr0bi/512x384.jpg', 'https://html5.gamemonetize.com/oneg6sefvnl10dmvnnmb59ws7nxyr0bi/', '0', 'Arcade', 0, 0, '', 'cute-forest-tavern'), (6597, 'Do not touch my fish', 'You do not have much time in front of you and do not want to get in a game too long and complicated? Then play Don\'t Touch My Fish! The goal is simple: to guide a little girl with her fish without hitting the edges. It\'s a simple, fast game that will keep you busy! Do not Touch My Fush is a game that will put your address and your patience to the test. Go as far as possible and achieve the highest score.', 'https://img.gamemonetize.com/sapzyo8ginkfvnm7rihd1l1c9v7uterj/512x384.jpg', 'https://html5.gamemonetize.com/sapzyo8ginkfvnm7rihd1l1c9v7uterj/', '0', 'Racing', 0, 0, '', 'do-not-touch-my-fish'), (6598, 'Gravity Breakout Mobile', 'The famous IDLE: Gravity breakout game is now available for mobile, with a better diamond gaining rate and faster process. Enjoy ;) - Click the brown enemies to deal damage - Earn money to purchase new balls to fight by your side - Earn gems to help you via upgrading your balls Destroy brown balls which are the center of gravity. Destroy them via clicking on them or, buy other balls to fight for you. Merge your balls to make them stronger, and buy upgrades to give them new abilities.', 'https://img.gamemonetize.com/9qc1gmog25emcv8no1kjyhjnkoc0v3tq/512x384.jpg', 'https://html5.gamemonetize.com/9qc1gmog25emcv8no1kjyhjnkoc0v3tq/', '0', 'Hypercasual', 0, 0, '', 'gravity-breakout-mobile'), (6599, 'Duck Math', 'Math Duck is a math-puzzle platformer game. Help the little duck solve all equations from each level and reach the exit door before time runs out. Good luck!', 'https://img.gamemonetize.com/dpgaq96zlfyczncxh44iiy9tdl18cakz/512x384.jpg', 'https://html5.gamemonetize.com/dpgaq96zlfyczncxh44iiy9tdl18cakz/', '0', 'Arcade', 0, 0, '', 'duck-math'), (6600, 'Knight Vs Orce', 'This game is a drag and dropping game. Kill the more orcs to collect the score.', 'https://img.gamemonetize.com/6lsnpzereyktmha33wfquizrancmoc5t/512x384.jpg', 'https://html5.gamemonetize.com/6lsnpzereyktmha33wfquizrancmoc5t/', '0', 'Puzzles', 0, 0, '', 'knight-vs-orce'), (6601, 'Knife Fllip', 'Flip knives to become a master while building your own collection of knives! enjooy it .', 'https://img.gamemonetize.com/i6t3bwh8vew35i5avdox0pz2c6isz000/512x384.jpg', 'https://html5.gamemonetize.com/i6t3bwh8vew35i5avdox0pz2c6isz000/', '0', 'Arcade', 0, 0, '', 'knife-fllip'), (6602, 'Stumble Guys Jigsaw', 'Play this fun game called Stumble Guys Jigsaw. Drag the pieces into right position using mouse. Solving puzzles is relaxing, rewarding, and keeps your brain sharp. You must solve the first picture and win over $1,000 in order to be able to purchase one of the following pictures. You have three modes for each picture from which the hardest mode brings more money. You have a total of 12 pictures.', 'https://img.gamemonetize.com/3ug4kst8566ppy26dn9ubc9mwr5bu1vf/512x384.jpg', 'https://html5.gamemonetize.com/3ug4kst8566ppy26dn9ubc9mwr5bu1vf/', '0', 'Puzzles', 0, 0, '', 'stumble-guys-jigsaw'), (6603, 'Pong ball.io', 'Pong ball is a famous arcade game where 2 players challenging each other', 'https://img.gamemonetize.com/yix2zxfrttcxtpqw9kv0pfdo9k5woj1z/512x384.jpg', 'https://html5.gamemonetize.com/yix2zxfrttcxtpqw9kv0pfdo9k5woj1z/', '0', 'Multiplayer', 0, 0, '', 'pong-ballio'), (6604, 'Ricky Zoom Junior Zoom Mechanic', 'It is with great excitement that right in this moment we could share with all of our visitors here a wonderful game such as Ricky Zoom Junior Mechanic, the latest addition of our team over to the Ricky Zoom Games category, and a game that is different from every other ones we\'ve had in this category before, where motorcycle building games have never before been added, and the fact that you can put together the lovely bikes from Ricky Zoom on Nick Jr is sure to make you very happy. Don\'t worry about not knowing how the game works, since this following part of the article is going to give you all the information you need. Pieces are going to be taken out of each bike, and then you use the mouse to place them back from where they came from, putting each and everyone back together until the bike is complete, but try to be fast since you can\'t wait too much. It is that simple, so we wish you all good luck, and we hope that you don\'t stop here, since this day has plenty more to offer you, and we would love if you were going to give a chance to everything else here!', 'https://img.gamemonetize.com/sx57ci7zuxh1xlkd61hjbtxpampxpje0/512x384.jpg', 'https://html5.gamemonetize.com/sx57ci7zuxh1xlkd61hjbtxpampxpje0/', '0', 'Clicker', 0, 0, '', 'ricky-zoom--junior-zoom-mechanic'), (6605, 'Coloring Book for Minecraft', 'Are you into Minecraft ? Minecraft Coloring Book: A Stunning Coloring Book Including Many Flawless Images Of Minecraft For Relaxing This book is the perfect combination of illustrations and movie characters. It is promised to give you a coloring book with lots of images of Minecraft . This coloring helps you to mix colors better, hand-eye coordination, and enhance your coloring. This awesome item also helps you to refresh your mind and reduce stress. Join this colorful world Minecraft', 'https://img.gamemonetize.com/nfmxxxy9k74r8kqdpp4esm9j7wckeovk/512x384.jpg', 'https://html5.gamemonetize.com/nfmxxxy9k74r8kqdpp4esm9j7wckeovk/', '0', 'Puzzles', 0, 0, '', 'coloring-book-for-minecraft'), (6606, 'Beenvaders', 'The evil Floretron has sent an army of evil flowers to wipe out the bees. Eliminate as many flowers as you can. Watch out for the evil little pink flowers. Collect the capsules and hearts to increase your lives.', 'https://img.gamemonetize.com/u7uo44mzl2b3v1rgc2n5eze5nw4n3tcc/512x384.jpg', 'https://html5.gamemonetize.com/u7uo44mzl2b3v1rgc2n5eze5nw4n3tcc/', '0', 'Hypercasual', 0, 0, '', 'beenvaders'), (6607, 'PJ Masks Starlight Sprint', 'Dangers are lurking the world of PJ Masks: Starlight Sprint game and not anyone can ensure the city’s safety. Catboy, Owlette, and Gekko have to patrol the town and fight off enemies. Make use of their agility and reach their destinations as fast as possible! The little heroes are jumping from a rooftop to another. They are avoiding the streets, so their identities will remain a secret. Give them a hand and keep secure from the most malicious villains! Learn how to control their powers! The controls you need to use are the Spacebar, which makes your character go higher, and the Shift key, which unleashes everyone’s individual skills! These abilities make you invincible for a short amount of time, this is why you can’t always use them. There is a bar at the bottom of the screen, which refills as you run. Each child starts their patrol with three hearts. You can lose them by falling off the roof or getting hit by one of the mines. But you can also collect them throughout your journey. Your main task is to collect as many points as possible, which vary in colors for all the characters. At first, only Catboy is available to play with. But if you collect enough points, you will unlock the other two heroes. The boy in the blue suit’s skill is agility, triggered by the Shift button. Owlette is traveling in the air, using her Wing Wind to defeat the targets. Gekko is a little weirder than the rest, gripping the walls and crawling on them. His dashing ability lasts for longer and is more powerful than Catboy’s version. During this adventure, the supernatural kids will also fight famous villains. Such as Romeo, the mad scientist, Night Ninja, who wants to be the best, or Luna Girl, who gets furious if things don’t go her way. Beat them all using the children’s fantastic powers and save the city!', 'https://img.gamemonetize.com/u3qpwyzpmr1nmuo8jtn4udwxdaaoztpc/512x384.jpg', 'https://html5.gamemonetize.com/u3qpwyzpmr1nmuo8jtn4udwxdaaoztpc/', '0', 'Arcade', 0, 0, '', 'pj-masks-starlight-sprint'), (6608, 'PJ Masks Pick Up Power Up', 'If you\'ve ever wanted to become a superhero, you must try the Pick Up Power Up game! Catboy, Owlette, and Gekko are going on a new adventure, but they have to increase their strength first. Can you help the PJ Masks find the power-ups and prepare for their upcoming missions? If so, then it\'s time to join the cute heroes! Let\'s help your three buddies become stronger than ever! Your job here is to look at the pile of objects, then sort them into two categories. This way, you get to grab some useful power-ups while cleaning up the environment at the same time! Doesn\'t that sound fun? How to play the game The controls here are very straightforward! All you need is your mouse to help the PJ Masks. Just click on an item to pick it up, then drag and drop it onto the correct pile. That doesn\'t sound too complicated, right? First things first, you must choose your character between Gekko, Catboy, or Owlette. Afterward, it\'s time to begin the mission. You have to sort the items into the two bins: green is for garbage, while power-ups go into the brown wooden box. The challenge will only be complete when no more objects remain on screen! The pile contains various items, from empty cans and rocks to drums, balls, and more. If you place them in the correct bin, the bar at the bottom of the screen will fill up, and you\'ll earn some bonus points. However, if you get it wrong, you\'ll lose your progress and have to fill up the bar once more to regain your powers. Remember that there\'s no time limit, so you don\'t have to rush! As you progress, the bins will be flipped from one side to another. You must be very careful because it\'s easy to make mistakes if you\'re not paying attention. Can you keep up and earn a high score? Now that you understand your task, it\'s time to begin the mission! Are you ready to join the PJ Masks and help sort all the power-ups?', 'https://img.gamemonetize.com/8577bq51023ra9kik7xbzql5fqapk4dd/512x384.jpg', 'https://html5.gamemonetize.com/8577bq51023ra9kik7xbzql5fqapk4dd/', '0', 'Racing', 0, 0, '', 'pj-masks-pick-up-power-up'), (6609, 'Orange Ring', 'Orange Ring is a fun casual game you only control an orange ring, don\'t touch the line.', 'https://img.gamemonetize.com/2zbobt7vghi259y6fjv9f1r18iel88a7/512x384.jpg', 'https://html5.gamemonetize.com/2zbobt7vghi259y6fjv9f1r18iel88a7/', '0', 'Hypercasual', 0, 0, '', 'orange-ring'), (6610, 'Simon Runner', 'Are you love with Simon and friends and He his friends Patrick Star and Carlo Tentacule very cute and happy. Simon and friends adventure world cartoon family is adventure and running game with side scrolling platform with Simon and friends, patrick and squidward as a player. You can select as player. Super Simon and friends cartoon family World is a classic adventure cartoon family carrying an exploration into your childhood. Retro game with jumping gameplay, running and destroying enemies on this island. Destroy the bricks and get a bonus tab in every hidden', 'https://img.gamemonetize.com/msho675qwto0bpklysxr8hv8z4z5ihtu/512x384.jpg', 'https://html5.gamemonetize.com/msho675qwto0bpklysxr8hv8z4z5ihtu/', '0', 'Racing', 0, 0, '', 'simon-runner'), (6611, 'Ghost Patrol', 'You are a mischievous ghost, and your only joy is to sneak behind people and scare them. You lose your ability if they spot you and may vanish if stay in their “vision†cone. Use your tactical skills to hunt them down. Move swiftly and scare them without being spotted. Make sure to avoid obstacles at the museum when eliminating visitors and the guards. Use the "hide in armour" feature to disguise yourself!', 'https://img.gamemonetize.com/yletsvvqcgima9mvjri3n37o5xi29pvb/512x384.jpg', 'https://html5.gamemonetize.com/yletsvvqcgima9mvjri3n37o5xi29pvb/', '0', 'Puzzles', 0, 0, '', 'ghost-patrol'), (6612, 'Boxer.io Fun io games', 'Smash the players on the battlefield and absorb their power! Join the gang beasts fight and enjoy the crazy action. Become bigger and stronger kicking every buddy in the PvE io arena! Win the round and become the last stickman fighter who lived in this battle royal!', 'https://img.gamemonetize.com/2xuio3yz8k4otg14ugm0m5qyoyxxvpw4/512x384.jpg', 'https://html5.gamemonetize.com/2xuio3yz8k4otg14ugm0m5qyoyxxvpw4/', '0', 'Arcade', 0, 0, '', 'boxerio--fun-io-games'), (6613, 'Royal Dream Wedding', 'Make your own character anime in our avatar maker! Dress up cute baby doll! Cute royal avatar maker and doll dress up games! Now you can make your own character and become a cool doll designer! You can use your pastel doll as a cute royal avatar for social networks or make kawaii wallpapers with your adorable paper dolls! Surprise your friends, unleash your imagination and upgrade your creative skills!', 'https://img.gamemonetize.com/rydbn7xbquv8rvnzu42gwl22on2l8som/512x384.jpg', 'https://html5.gamemonetize.com/rydbn7xbquv8rvnzu42gwl22on2l8som/', '0', 'Girls', 0, 0, '', 'royal-dream-wedding'), (6614, 'Spiny Maze Puzzle', 'Welcome to the Spiny maze puzzle. In this game, you have to put the tiny ball into the hole. But it\'s not easy you can rotate the circle maze using an Arrow key or touch the screen left half screen to rotate the left side and the right half screen to the rotate right side. The spiny maze puzzle contains 30 challenging levels. play and have fun.', 'https://img.gamemonetize.com/djwhu77dx6su2jo2b09jry7hra6hia0p/512x384.jpg', 'https://html5.gamemonetize.com/djwhu77dx6su2jo2b09jry7hra6hia0p/', '0', 'Puzzles', 0, 0, '', 'spiny-maze-puzzle'), (6615, 'Princess Happy Halloween Party', 'Welcome to the Princess Happy Halloween Party. Princess Anna and Elsa arrange a Halloween party at Arendelle. They invite their friends Jasmine and Moana to the party. Before the party starts, they need to be in traditional Halloween costumes. Join and help the girls to pick a perfect party costume. Have fun!', 'https://img.gamemonetize.com/bmu8we9ch5laonnbhexzbseouc2at9kd/512x384.jpg', 'https://html5.gamemonetize.com/bmu8we9ch5laonnbhexzbseouc2at9kd/', '0', 'Girls', 0, 0, '', 'princess-happy-halloween-party'), (6616, 'Jewel Halloween', 'Use your sharpness and logic in the new halloween game. Enjoy the adventure full of pumpkins, monsters and skeletons while collecting coins. Can you beat all the levels without getting scared?', 'https://img.gamemonetize.com/lu2tb0xkeqjlyzo2uh0u8n1gcowweu3b/512x384.jpg', 'https://html5.gamemonetize.com/lu2tb0xkeqjlyzo2uh0u8n1gcowweu3b/', '0', 'Puzzles', 0, 0, '', 'jewel-halloween'), (6617, 'Bouncy king', 'Welcome to Bounce king. In this game, you will enjoy tricky puzzles of 30 levels. the game goal is very simple need put the ball into the hole. But it\'s a bit difficult to do that because you need to arrange some wood and other things too.', 'https://img.gamemonetize.com/7t36pom4b2g0ugwr2yxjnwu462c0vhe7/512x384.jpg', 'https://html5.gamemonetize.com/7t36pom4b2g0ugwr2yxjnwu462c0vhe7/', '0', 'Clicker', 0, 0, '', 'bouncy-king'), (6618, 'Dress Up The Girl Like A Star', 'Can you dress this girl like a star ? Choose the dress, the top, the shoes, the hat, rings, make up and more accessories to dress the girl like a superstar. A jury will vote to score your performance. Become a fashion designer and dress the girl like a star', 'https://img.gamemonetize.com/udgcver6o5v5lyy6y7349zjh4vkmn8jf/512x384.jpg', 'https://html5.gamemonetize.com/udgcver6o5v5lyy6y7349zjh4vkmn8jf/', '0', 'Hypercasual', 0, 0, '', 'dress-up-the-girl-like-a-star'), (6619, 'Dracula Quest Run For Blood', 'Once upon a time a little village, full of uncontrollable human people, decide to give a final assault to the most iconic monsters of all time : Dracula, Frankenstein, werewolf and the mummy. Play as one of the most famous creatures of all time and stop this slaying rampage from the villagers. In this fantasy land, try to save the monsters from death, fight against the foes, beat their BOSS, and beat them up all...', 'https://img.gamemonetize.com/5elczrk9b58kqo2yvg0cyxypxxyvfo0v/512x384.jpg', 'https://html5.gamemonetize.com/5elczrk9b58kqo2yvg0cyxypxxyvfo0v/', '0', 'Shooting', 0, 0, '', 'dracula-quest--run-for-blood'), (6620, 'Dracula Frankenstein & Co', 'Once upon a time a little village, full of uncontrollable human people, decide to give a final assault to the most iconic monsters of all time : Dracula, Frankenstein, werewolf and the mummy. Play as one of the most famous creatures of all time and stop this slaying rampage from the villagers. In this fantasy land, try to save the monsters from death, fight against the foes, beat their BOSS, and beat them up all...', 'https://img.gamemonetize.com/xqph4jbaddk28fqq2f0xtyizl3pl9r4i/512x384.jpg', 'https://html5.gamemonetize.com/xqph4jbaddk28fqq2f0xtyizl3pl9r4i/', '0', 'Shooting', 0, 0, '', 'dracula--frankenstein-amp-co'), (6621, 'Sheep(羊了羊)', 'This is an explosive cartoon elimination game, with exquisite graphic design, very rich content, creating a variety of levels, players can experience in real time, constantly click on various items in the scene, and eliminate different props and traps , easily pass the level and complete each task', 'https://img.gamemonetize.com/tr9419pipaodza6ac9ojveha92rqyyxn/512x384.jpg', 'https://html5.gamemonetize.com/tr9419pipaodza6ac9ojveha92rqyyxn/', '0', 'Puzzles', 0, 0, '', 'sheep'), (6622, 'Craig of the Creek – Legend of the Goblin King', 'The Evil Goblin King living in the Creek has taken Small Uncle captive and stolen the book of the kids, so Craig is about to lead his usual gang of misfits living in the forest to bring everything back to normal, setting off on an incredible adventure you can now take part of by playing this game that we bring you here first, showing how much fun you can always have here! Enjoy Playing Craig of the Creek – Legend of the Goblin King online in your instant games website online at pikagoo.com.', 'https://img.gamemonetize.com/dh6co1n5r4ow6rsnt7ogqhnvt6r24ie5/512x384.jpg', 'https://html5.gamemonetize.com/dh6co1n5r4ow6rsnt7ogqhnvt6r24ie5/', '0', 'Adventure', 0, 0, '', 'craig-of-the-creek--legend-of-the-goblin-king'), (6623, 'Face Paint Party Girls Makeover Salon', 'If you want to join a face paint party, you need to know some knowledge about face paint. This game will teach you how to choose a beautiful face paint suitable for you, help this girl clean her face, draw some patterns on her face and dress up. Have a good time!', 'https://img.gamemonetize.com/rv6ib68qhhgswk95wtlnzgebpmsmk4q0/512x384.jpg', 'https://html5.gamemonetize.com/rv6ib68qhhgswk95wtlnzgebpmsmk4q0/', '0', 'Girls', 0, 0, '', 'face-paint-party--girls-makeover-salon'), (6624, 'Baby Hippo Bath Time Pet Care', 'Want to make baby bathing fun, and develop the good habit of bathing frequently and paying attention to hygiene? Let\'s play this game, let your baby fall in love with a bath!', 'https://img.gamemonetize.com/b51bqpw4v6zzuf8bzrvjupaban0uavoy/512x384.jpg', 'https://html5.gamemonetize.com/b51bqpw4v6zzuf8bzrvjupaban0uavoy/', '0', 'Girls', 0, 0, '', 'baby-hippo-bath-time--pet-care'), (6625, 'Money Honey 3D', 'As a pure collecting dress-up running arcade game, Money Honey allows you to help a beauty find rich men and pay for her favorite clothes including bags, shoes, skirts, and pants. All men have their values and will provide her with different amounts of money. If you want her to change rich suits, you need to help her find richer jobs!', 'https://img.gamemonetize.com/xrsyg084q3eu2ot720gey6mhm960bnrk/512x384.jpg', 'https://html5.gamemonetize.com/xrsyg084q3eu2ot720gey6mhm960bnrk/', '0', 'Girls', 0, 0, '', 'money-honey-d'), (6626, 'Perfect Brain 3D Puzzle', 'Ready? Solve! Boost that BIG BRAIN IQ to the next dimension! IN 3D! With all of the brain games… in 1 game! Solve, save, rescue, eat, tattoo, balance and paint your way to glorious victory, through these MEGA fun-packed BIG BRAIN BOOSTING mini game challenges! Get smart in with brain games in 3D! Join the interdimensional duck as he experiments on Bob in his laboratory! Test Bob’s strength, sight, and skills in this 1 of a kind mega-mix of games! I feel so much smarter after playing these brain games that maybe I should go to Harvard!', 'https://img.gamemonetize.com/5lbovsd8cfa74tnmc0mtoqihnm839ek3/512x384.jpg', 'https://html5.gamemonetize.com/5lbovsd8cfa74tnmc0mtoqihnm839ek3/', '0', 'Puzzles', 0, 0, '', 'perfect-brain-d-puzzle'), (6627, 'Mad Driver', 'Drive Mad is a car game where you drive on a track filled with obstacles. Your aim is to reach the finish line in one piece. You have to balance your speed so your car doesn\'t flip over. This is harder than it sounds, as there are many thrilling and creative stunts and obstacles for you to enjoy. Do you have what it takes to finish every level in Drive Mad?', 'https://img.gamemonetize.com/28kcne5w2sey2gzaucz98mcplvpyt08z/512x384.jpg', 'https://html5.gamemonetize.com/28kcne5w2sey2gzaucz98mcplvpyt08z/', '0', 'Adventure', 0, 0, '', 'mad-driver'), (6628, 'Penguin Fishing', 'Penguin Fishing is an online fishing game that challenges you to catch as many fish as possible. The game features realistic graphics and physics, and you can compete against other players from around the world. Penguin Fishing is an online Fishing Game that simulates the experience of Ice fishing. Penguin Fishing is an online fishing game that allows players to compete against each other for the biggest catch. The game features a variety of different environments, including an Arctic setting where penguins can be found.', 'https://img.gamemonetize.com/272t5iuker0350lq46zjn408gaul7eid/512x384.jpg', 'https://html5.gamemonetize.com/272t5iuker0350lq46zjn408gaul7eid/', '0', 'Arcade', 0, 0, '', 'penguin-fishing'), (6629, '3D Touch', 'This is a logic game where you have to tap the cubes generating possible paths. You can\'t go back, your goal is for everyone to be selected. There are 100 levels with gradual difficulty. You will be able to collect coins and buy new skins to customize your gameplay.', 'https://img.gamemonetize.com/33pasq2dvq6mwudpl0nb2v1xqwmp4iqc/512x384.jpg', 'https://html5.gamemonetize.com/33pasq2dvq6mwudpl0nb2v1xqwmp4iqc/', '0', 'Puzzles', 0, 0, '', 'd-touch'), (6630, 'Dog & Duck', 'The Duck & Dog Hunt Game will be a blast! You have to take down ducks as they pop up on your screen, with the help of a loyal pooch. In the Duck Hunt Game, you have fun while you hunt ducks! The goal is to shoot the ducks that show up on your screen, with the help of a dog. The Duck Hunt Game will be a fun way to spend some time! In the game, you will have to shoot ducks that show up on your screen. The dog will be helpful in this activity.', 'https://img.gamemonetize.com/fkdwggue3nbdpaxukm9fcq5zl171juxz/512x384.jpg', 'https://html5.gamemonetize.com/fkdwggue3nbdpaxukm9fcq5zl171juxz/', '0', 'Shooting', 0, 0, '', 'dog-amp-duck'), (6631, 'Delicious Candy Maker', 'Wow, there are so many delicious candies, do you want to know how to make them? Here we will teach you how to make delicious chocolate or candy, don\'t miss it! Use the tools we prepared for you and follow our guide, decorate your candy after your cooking. I believe you will have a happy time in the Delicious Candy Maker!', 'https://img.gamemonetize.com/3io863fjfsbiracfz68zod08q90fqqdx/512x384.jpg', 'https://html5.gamemonetize.com/3io863fjfsbiracfz68zod08q90fqqdx/', '0', 'Girls', 0, 0, '', 'delicious-candy-maker'), (6632, 'Station Jam', 'An online multiplayer versus racing game inspired by the PS1 game Gekisou Tomarunner Use your arms to interact with the environment and gain speed boosts to outrun your opponent.', 'https://img.gamemonetize.com/nsjtyjeweudbxtq45bp4frvy72jr7y2g/512x384.jpg', 'https://html5.gamemonetize.com/nsjtyjeweudbxtq45bp4frvy72jr7y2g/', '0', 'Arcade', 0, 0, '', 'station-jam'), (6633, 'Rash Driving And Parking Game', 'Welcome to the Offroad jeep driving games 4x4 where you will enjoy the offroad curvy and bumpy tracks with your 4x4 offroad jeep driving simulator offline powerful Jeep parking games 2022 reach on the target with your driving skills without destroying your offroad jeep game racing stunt game hold your grip on the mountains and hilly tracks and complete the missions which are assigning you as a professional jeep drive fast & jeep wrangler.', 'https://img.gamemonetize.com/42tefmjlc41vpihbexwz60c2cabo11e6/512x384.jpg', 'https://html5.gamemonetize.com/42tefmjlc41vpihbexwz60c2cabo11e6/', '0', 'Hypercasual', 0, 0, '', 'rash-driving-and-parking-game'), (6634, 'Tuk Tuk Stunt Drive', 'Tuk Tuk Auto Rickshaw Driver Modern Rickshaw Driving Games 3D Set off on an exciting challenging journey on your tuk tuk auto rickshaw driving and give pick and drop services. If you are crazy enough to take up a challenge to drive a tuk tuk auto rickshaw in a busy city then city auto rickshaw is for you!', 'https://img.gamemonetize.com/hbttx340qooflflivibojoebzwf9ocrm/512x384.jpg', 'https://html5.gamemonetize.com/hbttx340qooflflivibojoebzwf9ocrm/', '0', 'Racing', 0, 0, '', 'tuk-tuk-stunt-drive'), (6635, 'Princess Dress up Games', 'This is the most beautiful dress up games in 2018, you have your own fashion salon studio and you can dress up your princess as you like!', 'https://img.gamemonetize.com/irga7cnm0qtf7s6qa7rxfuvza9sveuuf/512x384.jpg', 'https://html5.gamemonetize.com/irga7cnm0qtf7s6qa7rxfuvza9sveuuf/', '0', 'Racing', 0, 0, '', 'princess-dress-up-games'), (6636, 'Mega Stunt Car Driving', 'Free stunts games and free crazy car driving games with mega ramps stunts will drive your cars on curvy tracks with ramp car stunt simulator. Each level in the form of missions of this ramp car driving simulator games will be challenging where you can develop yourself by playing this stunt car: free ramp car games 2021. stunt games represent racing mission based car game. Behave as a master car stunt driver in this crazy ramp car stunt games impossible tracks 3d: crazy car driving simulator and conquer the world.', 'https://img.gamemonetize.com/qzaikevz5fl356v4topaqseg0lbbhbtc/512x384.jpg', 'https://html5.gamemonetize.com/qzaikevz5fl356v4topaqseg0lbbhbtc/', '0', 'Racing', 0, 0, '', 'mega-stunt-car-driving'), (6637, 'Balloonaa 2', 'Balloonaa 2 is a 2D platformer where you play as balloon boy who have to collect all of the helium gas containers while avoiding the enemy balloons, spikes, pins, and saws and reach the exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Balloonaa" series.', 'https://img.gamemonetize.com/q1b7dpnhvikvxn3ivqc10hndqdug7sjo/512x384.jpg', 'https://html5.gamemonetize.com/q1b7dpnhvikvxn3ivqc10hndqdug7sjo/', '0', 'Arcade', 0, 0, '', 'balloonaa-'), (6638, 'Ocean Math Game ', 'Play games online free. Practice math and improve mental arithmetic. Ocean Math Game Online is a free math game that helps you to practice addition and subtraction. Think Math is an educational game that is fun to play. Ocean Math Game Online is an arcade game that is meant to make math fun for kids. It is easy to learn and play and will keep you entertained for hours. Get started with your math skills today!', 'https://img.gamemonetize.com/rprpog8y3e46nzwktnwhlb5pnhgdmkxe/512x384.jpg', 'https://html5.gamemonetize.com/rprpog8y3e46nzwktnwhlb5pnhgdmkxe/', '0', 'Arcade', 0, 0, '', 'ocean-math-game-'), (6639, 'Circle Word', 'Circle Word is a HTML5 game is a word challenge game that you have to connect all letters to form a word, play from 3 to 6 letters Circle Word before time run out to score high points.', 'https://img.gamemonetize.com/lyc8nlk1ejcef32oix09phe92fuhwi9d/512x384.jpg', 'https://html5.gamemonetize.com/lyc8nlk1ejcef32oix09phe92fuhwi9d/', '0', 'Puzzles', 0, 0, '', 'circle-word'), (6640, 'Find the Ostrich tag', 'Find the Ostrich tag is a point and click game developed by 8B Games/Games2Mad. Imagine that you lost Ostrich\'s tag. Here are the interesting puzzles and hidden objects to find the tag Put it around the Ostrich neck. Good luck…Have fun!', 'https://img.gamemonetize.com/oh9qhq3h0v9lvpbq2kctmj8o8adbr823/512x384.jpg', 'https://html5.gamemonetize.com/oh9qhq3h0v9lvpbq2kctmj8o8adbr823/', '0', 'Puzzles', 0, 0, '', 'find-the-ostrich-tag'), (6641, 'Dusky Grey House Escape', 'Dusty Grey House Escape is a point and click game developed by 8B Games/Games2Mad. Imagine that you went to a Grey House. You got trapped inside the house. Here is the interesting puzzles and hidden objects to get escape. Good Luck.... Have Fun!!!', 'https://img.gamemonetize.com/jvnoybz9hvi7chdr207w7jz3gert9w24/512x384.jpg', 'https://html5.gamemonetize.com/jvnoybz9hvi7chdr207w7jz3gert9w24/', '0', 'Puzzles', 0, 0, '', 'dusky-grey-house-escape'), (6642, 'Counterfeit Cat Nine Lives', 'The game is about a curious blue alien disguised in a purple cat suit and Max, a real cat, big, fat, fluffy, yellow and constantly pampered by his loving owner Betty. Walk the streets full of gold coins and Lots of enemies alongside best friends Max and Gark as you manage to survive dangerous attacks from dangerous boxing sausages wanting to knock you down in one fell swoop. Playing counterfeit cat: nine lives!!! free online game support all smartphones or tablets, such as iPhone, iPad, Samsung and other Apple and android system The idea of this free online game is based on the 9 lives of cats. This is not true, you know? Cats don\'t actually have 9 lives. It is simply believed that they are because they are hesitant, dexterous and slender, able to land on their feet being thrown from great heights, and they are animals that hunt, which makes them have many instincts, which seem very confusing to humans. We even envy cats for their apparent elasticity and ability to fit into various small holes and jump effectively between various surfaces. And many of us wish we were cats, because cats sleep more than 80% of their lives. In this free online game, you are required to run through the levels, avoiding getting hit or killed. And you advance until you have 9 lives left initially.', 'https://img.gamemonetize.com/ktbzhflybn4d5iuk42hv08owblcm798s/512x384.jpg', 'https://html5.gamemonetize.com/ktbzhflybn4d5iuk42hv08owblcm798s/', '0', 'Arcade', 0, 0, '', 'counterfeit-cat-nine-lives'), (6643, 'Simple Samosa Run', 'Pick your character and prepare for an adventure in the Simple Samosa game! However, the road ahead is full of obstacles and foes that will try to stop you. Can you go past them and complete your journey? The heroes of the Simple Samosa show are waiting to see what you\'ve got! Your goal is to go through every level until you complete each one! Also, each stage will have new tactics to master, so you should always try to adapt quickly. Can you put up with this challenge? Let\'s put you to the test and see what you\'ve got! How to play the game First, let\'s go through the controls. Luckily, those are pretty straightforward! You only need to use your Left and Right arrow keys to move around. If you need to reach high places, hit the Up arrow to jump. See? If you pay a bit of attention, it should be a piece of cake! Your role is to pick your character to go through each level and complete all twelve of them! However, you will find many obstacles that you need to avoid. For example, try to dodge the fire as it will end your ride instantly, and you will have to start all over. Also, try not to fall into the pit cause you will end up the same way! The other thing you need to keep in mind is to try to dodge or get rid of the incoming foes! You can defeat them by jumping on their head. It only takes one hit!', 'https://img.gamemonetize.com/raukguvqa3mlfkg71xdp1k7urvt23rng/512x384.jpg', 'https://html5.gamemonetize.com/raukguvqa3mlfkg71xdp1k7urvt23rng/', '0', 'Arcade', 0, 0, '', 'simple-samosa-run'), (6644, 'Spatial Danger Star and Marco', 'Join Star and Marco for a magical adventure in the Spatial Danger game! Help the two heroes of the Star Vs. The Forces Of Evil show to get rid of the aliens! However, try not to harm any terrestrial creatures. Will you complete this challenge without committing any mistakes? Your job is to use Star\'s magic wand to make all the aliens disappear. They move fast, so having sharp reflexes is a must! How many will you be able to get? Meet Star and Marco to start the challenge, and see you in action! How to play the game Firstly, you should learn how to control the wand! Luckily, it\'s pretty easy to use magic when you have friends by your side. You only have to look out for the incoming aliens and press the Left Click to make them disappear! Be fast and make sure none will get past you. Your goal is to get rid of as many aliens as possible. Each one will give you some points that will increase your final score! Also, keep an eye out for the shining ones. This type of alien is worth extra points, so you best not miss them! At the same time, you will have a timer to catch them, so it\'s best to be fast. The last thing you should remember is not to click on the puppies! If you make one disappear, you will lose a big chunk of your points, and your efforts will be in vain. These accidents will be rare if you pay attention, so don\'t worry!', 'https://img.gamemonetize.com/l5gfz51hhy9uqo75vyavef9uor1gvpy2/512x384.jpg', 'https://html5.gamemonetize.com/l5gfz51hhy9uqo75vyavef9uor1gvpy2/', '0', 'Clicker', 0, 0, '', 'spatial-danger--star-and-marco'), (6645, 'Crash Course', 'Hop in the van and prepare for a crazy race in the Pickle and Peanut: Crash Course game! The road ahead is full of obstacles, so you better be careful. Can you help the two friends ride as far as possible? Let\'s see you in action! Your job is to drive the vehicle and see how far you can go through all the obstacles. Don\'t worry! You may also find some help on your way that will help you reach higher distances. How far do you think you will be able to go? How to play the game Firstly, you need to learn how to drive the van! You will only need to use the Arrow keys for this task. Press the Up Key to speed up and the Down Key to slow down or reverse! It\'s best to start slow and get used to the road. High speeds are easier to control after some practice, but you choose how you approach this challenge. Your goal is to reach the longest distance! However, the road has lots of bumps and obstacles that will stop your ride if you lose control or take lots of damage! Also, acquiring loads of points is a must if you want a high final score. You gather them by driving and collecting items like the steering wheels that float around. Lastly, a great help is the turbo boost! It will make the van go faster, and it\'s also worth a good amount of points. Adding this to your final score, you will have a high result every time! Also, you can always try to beat your last score, so play as many times as you like.', 'https://img.gamemonetize.com/3c8295unlelk5wymxycfeuo2cwa0hy5k/512x384.jpg', 'https://html5.gamemonetize.com/3c8295unlelk5wymxycfeuo2cwa0hy5k/', '0', 'Racing', 0, 0, '', 'crash-course'), (6646, 'Roll a Ball', 'Roll a Ball is a 3D games.You have the ability to control a ball and you need to hit all the yellow stuff around with it to win.', 'https://img.gamemonetize.com/9kmccyr5y9oq3ht9o96tn7vambk2k0qu/512x384.jpg', 'https://html5.gamemonetize.com/9kmccyr5y9oq3ht9o96tn7vambk2k0qu/', '0', 'Sports', 0, 0, '', 'roll-a-ball'), (6647, 'Last Human', 'Last Human is a survival game where you have to kill all the anemies around and try to look your stuff before the countdown kills you.', 'https://img.gamemonetize.com/xo4il9hrlum767xh259j4ecy8puhvy6v/512x384.jpg', 'https://html5.gamemonetize.com/xo4il9hrlum767xh259j4ecy8puhvy6v/', '0', 'Adventure', 0, 0, '', 'last-human'), (6648, 'Flick Basketball', 'You have to coutch all the basketballs that fall from the sky.If you dont for each miss you lose a heart you have only 5 chances becarful.', 'https://img.gamemonetize.com/s2h3ulxunnlpp5zcnt5icsnzdn2lr743/512x384.jpg', 'https://html5.gamemonetize.com/s2h3ulxunnlpp5zcnt5icsnzdn2lr743/', '0', 'Sports', 0, 0, '', 'flick-basketball'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (6649, 'TowerWars', 'In this casual battle game your challenge is defeat your enemies while dodging your arrows, will you be able to be faster than them?', 'https://img.gamemonetize.com/3gdypzoikukt2yrxh0m41d88qsw7wsvy/512x384.jpg', 'https://html5.gamemonetize.com/3gdypzoikukt2yrxh0m41d88qsw7wsvy/', '0', 'Action', 0, 0, '', 'towerwars'), (6650, 'Zombie City Master', 'Tired of escape and survival games? It’s time to let zombies hunt entire cities! The zombie virus swept the whole town, and the once prosperous town was reduced to ruins... The police, doctors, neighbors all turned into zombies. The lady who woke up in the hospital alone needs your help to avoid the attack of zombies and escape from this dangerous and terrifying town.', 'https://img.gamemonetize.com/6irh7byk8usn82u4091yrchxkhm90ux8/512x384.jpg', 'https://html5.gamemonetize.com/6irh7byk8usn82u4091yrchxkhm90ux8/', '0', 'Arcade', 0, 0, '', 'zombie-city-master'), (6651, 'Baby Taylor Royal Tea Party', 'Taylor is a girl who likes delicious food. She eats afternoon tea every afternoon. This is her happiest time. Today Taylor decided to invite Jessica to her home to have an afternoon tea party. Please help Taylor make food, and then prepare to welcome Jessica\'s arrival! Have fun!', 'https://img.gamemonetize.com/x1ho1mezezhw0sys5hzsntrtp8n2azdo/512x384.jpg', 'https://html5.gamemonetize.com/x1ho1mezezhw0sys5hzsntrtp8n2azdo/', '0', 'Girls', 0, 0, '', 'baby-taylor-royal-tea-party'), (6652, 'Surprise Egg 2', 'Get ready to have fun with Surprise Eggs game! Multiple eggs, one surprise! What\'s hidden in the egg? Beat an egg until it cracks and see what big surprises each egg hides! Be careful, this game is very addictive!', 'https://img.gamemonetize.com/613f8trvrlncnjr29vstzxkmcjnotcr1/512x384.jpg', 'https://html5.gamemonetize.com/613f8trvrlncnjr29vstzxkmcjnotcr1/', '0', 'Girls', 0, 0, '', 'surprise-egg-'), (6653, 'Highway Road Construction Game', 'Welcome to highway road construction game of city construction road games in road repair crane game offline with urban construction building games. Tower crane construction sim building game is city building games 3d of build roads construct game simulator with construction wala game 3d.', 'https://img.gamemonetize.com/f54whc16yb3n93oy49n39vrkbylev2x4/512x384.jpg', 'https://html5.gamemonetize.com/f54whc16yb3n93oy49n39vrkbylev2x4/', '0', 'Arcade', 0, 0, '', 'highway-road-construction-game'), (6654, 'Keep Clean House Cleaning Game', 'Do you want to be a good cleaner? Do you want to be praised by the owner of the house and the envy of your colleagues? Hurry up and experience the Keep Clean game. You can learn everything about cleaning from this game, including how to clean up the resort\'s yachts, castles, and gymnasiums. The game is mainly in cartoon style. You only need to follow the instructions in the game to complete the corresponding Are you ready for the cleaning task?', 'https://img.gamemonetize.com/ngsk0usre9243co4sq8iy8rbdzgtis0j/512x384.jpg', 'https://html5.gamemonetize.com/ngsk0usre9243co4sq8iy8rbdzgtis0j/', '0', 'Girls', 0, 0, '', 'keep-clean--house-cleaning-game'), (6655, 'Miss Hollywood Vacation Game', 'After winning a dream getaway to visit a beautiful island resort, Miss Hollywood and another pet friend arrive at Paradise Cove. Pick your favorite dog, then build a castle with sand and dye it with your favorite color, or choose to make delicious ice cream and juice, or even play a game with it to prepare the golf ball into the hole. There is just one problem, the hotel is in shambles! By competing in island adventure challenges, the pets can win prizes to help it become the dream destination it used to be.', 'https://img.gamemonetize.com/n6qlrf52p2kzfkdn9n46qlvaiy8b37g3/512x384.jpg', 'https://html5.gamemonetize.com/n6qlrf52p2kzfkdn9n46qlvaiy8b37g3/', '0', 'Girls', 0, 0, '', 'miss-hollywood--vacation-game'), (6656, 'Princess Home Cleaning', 'A witch wants to do something bad to this princess, she messed up the castle of the princess. This princess is so sad, that she decides to clean it up. Can you help her to clean her house? Use the tool we prepared for you, this job will become easy to finish. Have a good time with this princess!', 'https://img.gamemonetize.com/fi7vbo5fejg4e4rdm6qnotvlooxepqd2/512x384.jpg', 'https://html5.gamemonetize.com/fi7vbo5fejg4e4rdm6qnotvlooxepqd2/', '0', 'Girls', 0, 0, '', 'princess-home-cleaning'), (6657, 'Temple Run 2 Running Game', 'Temple Run 2 is an infinite runner where the player must escape from his enemy and avoid all the obstacles and traps that are found along the way. Traverse cliffs, forests, and even mines, and help this fearless treasure hunter escape with the gold idol. But hurry up! The evil monkey monsters are chasing you! Do you dare to join this exciting adrenaline-charged adventure?', 'https://img.gamemonetize.com/5gv9h1k4zl1ermgr93fvc2fqye2nyq8y/512x384.jpg', 'https://html5.gamemonetize.com/5gv9h1k4zl1ermgr93fvc2fqye2nyq8y/', '0', 'Boys', 0, 0, '', 'temple-run---running-game'), (6658, 'Wow Wow Wubbzy Jigsaw Puzzle', 'Wow Wow Wubbzy Jigsaw Puzzle is of course a puzzle game, like you can see even before you start the game, but right after you have started the game you will see that you can choose from a lot of different levels, and all of these levels you can play. The Wow Wow Wubbzy gang is very excited to see what you are going to do and how you are going to manage and they can\'t wait to see all the images back together. Good luck!', 'https://img.gamemonetize.com/h4shd7a6bwr7kr5bqdqwzzyo3386r3sc/512x384.jpg', 'https://html5.gamemonetize.com/h4shd7a6bwr7kr5bqdqwzzyo3386r3sc/', '0', 'Puzzles', 0, 0, '', 'wow-wow-wubbzy-jigsaw-puzzle'), (6659, 'Railroad Crossing Station Sim Game 3D', 'This game is great and funny for all boys and girls and fans of trains, railroads and train stations. If you like train conducting games and traffic controlling games, this is the game for you. With the awesome train in this train driving simulator you will have lots of fun. But pay attention, railroad crossing the railroad is dangerous place and collision with train can happen any time.', 'https://img.gamemonetize.com/q16202iw7ab8xfoc1yvu8e0qzj7r7oqw/512x384.jpg', 'https://html5.gamemonetize.com/q16202iw7ab8xfoc1yvu8e0qzj7r7oqw/', '0', 'Adventure', 0, 0, '', 'railroad-crossing-station-sim-game-d'), (6660, 'Numblocks Solitaire', 'This is a skill based puzzle game where you match and collect number blocks. Collect all the number blocks by making pairs of the them. For pairing you can move blocks from one stack to other. Level progress will surely enhance fun and challenge. Complete all 60 levels to win this game.', 'https://img.gamemonetize.com/d32k76sf64yu5fdu4gwe5c9dg9ldxk0h/512x384.jpg', 'https://html5.gamemonetize.com/d32k76sf64yu5fdu4gwe5c9dg9ldxk0h/', '0', 'Puzzles', 0, 0, '', 'numblocks-solitaire'), (6661, 'Halloween Girl Dressup', 'Halloween is celebrated on October 31st every year. Alice likes to do witch makeup on Halloween. Don\'t be afraid, it\'s not real. Just makeup. Let\'s do a creative witch makeup and dress up Alice', 'https://img.gamemonetize.com/1aluxh2noiy8mx3ymb9mpy002fv2tfgd/512x384.jpg', 'https://html5.gamemonetize.com/1aluxh2noiy8mx3ymb9mpy002fv2tfgd/', '0', 'Girls', 0, 0, '', 'halloween-girl-dressup'), (6662, 'Subway Surfers World Tour Iceland', 'Hot countries got tired of the surfer racer and he decided to visit places where it is cool again and went straight to Iceland. You don\'t have to travel huge distances on airplanes, just enter the Subway Surfers Iceland game and you are already at the start. The policeman is at the ready and the driver too. He will run the first hundred meters as in training, so that you can remember what and how to control the guy. Further, it all depends on your agility and skill. In addition to traditional obstacles in the form of special barriers, you need to control the movement of trains. The hero can run with his legs or race along the rails on the stage in Subway Surfers Iceland.', 'https://img.gamemonetize.com/6io092e4qkdxomxc74pk79ync2zkn1xh/512x384.jpg', 'https://html5.gamemonetize.com/6io092e4qkdxomxc74pk79ync2zkn1xh/', '0', 'Racing', 0, 0, '', 'subway-surfers-world-tour--iceland'), (6663, 'Nick Jr Halloween House Party', 'Nick Jr.: Halloween House Party is a collection of Halloween-themed mini-games that feature a bunch of well-known Nickelodeon characters. Welcome back dear friends here on games-kids.com, where today we are bringing for you one of the most interesting, the funniest and the most exciting Nickelodeon game that you can play only here on our website. Today, we are bringing for you a very attractive Halloween game, in which you have to be very careful and concentrated, because dear friends this is going to be a new online decoration and dress up game, in which you are going to meet with the Bubble Guppies, Blaze and the Monster Machines, Shimmer and Shine and the Paw Patrol characters, that today are all going to take part of this new Nick Jr Halloween House Party game. You will have to help all the Nickelodeon characters in this game to get ready for this awesome Nick Jr Halloween House Party, so you will have to make sure that with each character, you will have a great time and you can see that new online games are going to appear with more fun Nickelodeon characters like Blaze, Paw Patrol or Shimmer and Shine. Have fun!', 'https://img.gamemonetize.com/jz1pg59xc39s6wf5bu43mi09n2b3dmla/512x384.jpg', 'https://html5.gamemonetize.com/jz1pg59xc39s6wf5bu43mi09n2b3dmla/', '0', 'Hypercasual', 0, 0, '', 'nick-jr-halloween-house-party'), (6664, 'Nick jr. Halloween Dress up Parade', 'Nick Jr. Halloween Dress Up Parade is a scene creator game that features a lot of well-known Nickelodeon characters. What will your Halloween look like? This game is Paw Patrol game type, created and developed by Dop5.com The main character are the Paw Patrol characters as Ryder, Marshall, Chase, Jacke,.. There are many steps to enjoy this game with the Paw Patrol characters as Marshall, Chase, Jacke,.. Easy-to-follow on-screen instructions Platforms This game is a web browser game (desktop and mobile). Categorization Paw Patrol games->Dress Up Games. Find the same pair of Paw Patrol card More Information about Nick Jr Halloween Dress Up Parade game. New game Nick Jr Halloween Dress Up Parade is free online at our website Gamesmylittlepony.com. As other games on our website, you can play this game in your browser, your mobile and enjoy it for free as well. You know that Halloween is coming, you will will help the Paw Patrol to get the Halloween look. Very simple to play this game, you just use your mouse and click all the neccessary. You will choose the dress and everything related to Halloween and make a gorgeous Halloween image in this game. This is a Paw Patrol game and very fun. it allow you check your memory. This is a good game for the children.The Parents can give this game for children in their free time. It is designed for everyone, especially for the babies boy because they are very curious and they like the curious game. They love these sports. She like the action game as well. This game is simple but it is very funny and interesting. You can come here to enjoy Paw Patrol games, My Little Pony games, My Little Pony coloring games, My Little Pony pictures, My Little Pony names, Unicorn games, Unicorn coloring,..all are free and we update new information daily. You can recommend your friends to come here as well. We will answer all your questions about our game systems. Have fun time here! Here is the game video', 'https://img.gamemonetize.com/1td0bqww8voa1cb1abezddofm62h8gms/512x384.jpg', 'https://html5.gamemonetize.com/1td0bqww8voa1cb1abezddofm62h8gms/', '0', 'Hypercasual', 0, 0, '', 'nick-jr-halloween-dress-up-parade'), (6665, 'Kitty Run', 'Kitty Run is an html5 endless run game, run and avoid obstacles from monster ambushes jump and overlap to kill the enemy, collect cake to get score.', 'https://img.gamemonetize.com/wl6ge5bpswxxh048jxp23rz38xka49qy/512x384.jpg', 'https://html5.gamemonetize.com/wl6ge5bpswxxh048jxp23rz38xka49qy/', '0', 'Adventure', 0, 0, '', 'kitty-run'), (6666, 'Totally Wild West', 'Ride your horse and hunt down the worst bad guys in the west in this TOTALLY wild action-adventure game.', 'https://img.gamemonetize.com/c2k3rxnqrhwj2e4tus853yfokhvqhd0f/512x384.jpg', 'https://html5.gamemonetize.com/c2k3rxnqrhwj2e4tus853yfokhvqhd0f/', '0', 'Shooting', 0, 0, '', 'totally-wild-west'), (6667, 'Sweet Runner', 'Run and collect the stars!', 'https://img.gamemonetize.com/g8v3rdjtb40seld09uu6qmgwmt50xc5k/512x384.jpg', 'https://html5.gamemonetize.com/g8v3rdjtb40seld09uu6qmgwmt50xc5k/', '0', 'Adventure', 0, 0, '', 'sweet-runner'), (6668, 'Christmas Game', 'Collect Correct Gifts Christmas Game', 'https://img.gamemonetize.com/4wky5aey37p35xrjo66wv7qyguxb6a64/512x384.jpg', 'https://html5.gamemonetize.com/4wky5aey37p35xrjo66wv7qyguxb6a64/', '0', 'Adventure', 0, 0, '', 'christmas-game'), (6669, 'Monster Truck 2 Players', 'Monster Truck 2 Play Game', 'https://img.gamemonetize.com/sd0rizuhd2gdtidm9dpv5rb6ig7xmqhg/512x384.jpg', 'https://html5.gamemonetize.com/sd0rizuhd2gdtidm9dpv5rb6ig7xmqhg/', '0', 'Multiplayer', 0, 0, '', 'monster-truck--players'), (6670, 'Classic Tic Tac Toe', 'You like games that you play on a paper ? Classic Tic Tac Toe is for you ! Now you can play Tic Tac Toe on your mobile device for free. Classic Tic Tac Toe is the best selling "Tic Tac Toe" of all-time. Classic Tic Tac Toe supports one player or two player. You can play against another human or against the computer.', 'https://img.gamemonetize.com/ne1qn0au42pn59w1ph7ezk8q0mflgmaf/512x384.jpg', 'https://html5.gamemonetize.com/ne1qn0au42pn59w1ph7ezk8q0mflgmaf/', '0', 'Multiplayer', 0, 0, '', 'classic-tic-tac-toe'), (6671, 'Clicker Knights Vs dragons', 'Clicker Knights Vs dragons is a perfect idle game . Embark on your quest and begin a fantasy journey. This idle adventure will hook you. Just tap to attack dragons, hire and level up your heroes and unlock unique abilities. Slay dragons for gold, find treasure, and explore new worlds.', 'https://img.gamemonetize.com/gdy8xligdich5en8yao8p2scz5lyfjy2/512x384.jpg', 'https://html5.gamemonetize.com/gdy8xligdich5en8yao8p2scz5lyfjy2/', '0', 'Adventure', 0, 0, '', 'clicker-knights-vs-dragons'), (6672, 'Christmas Factory', 'It is a free arcade game, easy-to-use, with HD graphics. You are Santa Claus and your job is to manufacture as many toys as possible. You must manage all the elves, and that\'s not an easy task. Their job ? Create many gift wrapping. You must be ready on time for Christmas night. Your factory is today the craziest and most stressfull place in the world.', 'https://img.gamemonetize.com/ljfk4ghjl0c7zocotl4kdvj7x0rng62k/512x384.jpg', 'https://html5.gamemonetize.com/ljfk4ghjl0c7zocotl4kdvj7x0rng62k/', '0', 'Cooking', 0, 0, '', 'christmas-factory'), (6673, 'Choo Choo Connect', 'Choo Choo Connect is a great thinking game to play, with trains. It is super simple to play but really challenging when you advance in the game. Connect the train stations of the same color together, but your train track cannot cross other rails of different colors. Will you be able to connect all train stations together ?', 'https://img.gamemonetize.com/mf30q3cpmg0znr6ilgwquk2uyk5xe4fc/512x384.jpg', 'https://html5.gamemonetize.com/mf30q3cpmg0znr6ilgwquk2uyk5xe4fc/', '0', 'Puzzles', 0, 0, '', 'choo-choo-connect'), (6674, 'Chicken Escape Tricks and moves', 'Help the chicken using the best of your reactivity and anticipation! But it won’t be easy as you’re in a fast food surrounded by grill and knives. You will have to analyze and react fast enough to save your life and don’t being eaten. You must concentrate and then flee at all cost.', 'https://img.gamemonetize.com/n3iaw1rfw84yopvm6vn9sjshdho7xhgx/512x384.jpg', 'https://html5.gamemonetize.com/n3iaw1rfw84yopvm6vn9sjshdho7xhgx/', '0', 'Hypercasual', 0, 0, '', 'chicken-escape--tricks-and-moves'), (6675, 'Good Pizza Great Pizza', 'Ever wanted to know what it feels like to run your own Pizza shop? Now you can with TapBlaze’s newest cooking game, Good Pizza, Great Pizza! Do your best to fulfill pizza orders from customers while making enough money to keep your restuarant open. Upgrade your restaurant with new toppings, decor and kitchen equipment to compete against your pizza rival, Alicante!', 'https://img.gamemonetize.com/1jjkqpq3bfrf1uy7m48ya1icgrp6wg3m/512x384.jpg', 'https://html5.gamemonetize.com/1jjkqpq3bfrf1uy7m48ya1icgrp6wg3m/', '0', 'Hypercasual', 0, 0, '', 'good-pizza-great-pizza'), (6676, 'Garden Decoration and Cleaning', 'Welcome to the garden of your dream and develop your ability to clean, repair and decorate things around you. You got to be a gardener and take care of every gardens in this game. Not only take care you will grow your favorite flowers, take them to your flower shop, serve orders for bouquet and earn money.', 'https://img.gamemonetize.com/aq7ko0kg05kmx61lyi9q4xq4th00ksk9/512x384.jpg', 'https://html5.gamemonetize.com/aq7ko0kg05kmx61lyi9q4xq4th00ksk9/', '0', 'Hypercasual', 0, 0, '', 'garden-decoration-and-cleaning'), (6677, 'Cut the Rope.oi', 'cut the rope and feed the hungry frog Good Luck.', 'https://img.gamemonetize.com/888ac51smo3rfbvw9lv2u5neaj2u87za/512x384.jpg', 'https://html5.gamemonetize.com/888ac51smo3rfbvw9lv2u5neaj2u87za/', '0', 'Puzzles', 0, 0, '', 'cut-the-ropeoi'), (6678, 'Prado Drift Parking Free', 'Luxury Prado Driving New Car Parking Games is one of the 3D best fun games to play with friends and other Drivers. Be the best Prado Car Driver! BLAZE GAME dev team presents Prado Car Parking', 'https://img.gamemonetize.com/wsim3dzr02l1ow5daflnyaewe8dgnkwp/512x384.jpg', 'https://html5.gamemonetize.com/wsim3dzr02l1ow5daflnyaewe8dgnkwp/', '0', 'Hypercasual', 0, 0, '', 'prado-drift-parking-free'), (6679, 'Coloring Book for Bugs Bunny', 'Are you into Bugs Bunny ? Bugs Bunny Coloring Book: A Stunning Coloring Book Including Many Flawless Images Of Bugs Bunny For Relaxing This book is the perfect combination of illustrations and movie characters. It is promised to give you a coloring book with lots of images of Bugs Bunny . This coloring helps you to mix colors better, hand-eye coordination, and enhance your coloring. This awesome item also helps you to refresh your mind and reduce stress. Join this colorful world Bugs Bunny', 'https://img.gamemonetize.com/jyr316xblugep1m4vhaoim8j8a2siv1n/512x384.jpg', 'https://html5.gamemonetize.com/jyr316xblugep1m4vhaoim8j8a2siv1n/', '0', 'Puzzles', 0, 0, '', 'coloring-book-for-bugs-bunny'), (6680, 'Coloring Book for Bob The Builder', 'Are you into Bob The Builder?Bob The Builder Coloring Book: A Stunning Coloring Book Including Many Flawless Images Of Bob The Builder For Relaxing This book is the perfect combination of illustrations and movie characters. It is promised to give you a coloring book with lots of images of Bob The Builder . This coloring helps you to mix colors better, hand-eye coordination, and enhance your coloring. This awesome item also helps you to refresh your mind and reduce stress. Join this colorful world Bob The Builder', 'https://img.gamemonetize.com/fmaqjix4ykm6hkwo3uov9evso3rcf0kp/512x384.jpg', 'https://html5.gamemonetize.com/fmaqjix4ykm6hkwo3uov9evso3rcf0kp/', '0', 'Puzzles', 0, 0, '', 'coloring-book-for-bob-the-builder'), (6681, 'Orbit Ring', 'Control a planet as you dodge meteorites, and orbit around the Sun!', 'https://img.gamemonetize.com/6ks3bzhwre6fbrixgywaxyy1vqvla4bt/512x384.jpg', 'https://html5.gamemonetize.com/6ks3bzhwre6fbrixgywaxyy1vqvla4bt/', '0', 'Hypercasual', 0, 0, '', 'orbit-ring'), (6682, 'Truck Space', 'Drive a large truck and park it into marked parking area in this 3D truck simulation game. Complete the task in shortest time to earn more score points and unlock various achievements.', 'https://img.gamemonetize.com/51ogd3a3zdwxdevpw2rvrxfqbwsiq3cu/512x384.jpg', 'https://html5.gamemonetize.com/51ogd3a3zdwxdevpw2rvrxfqbwsiq3cu/', '0', 'Racing', 0, 0, '', 'truck-space'), (6683, 'Crazy Demolition Derby Car 2022', 'Everyone who watches racing competitions on fantastic asphalt courses on television has a secret desire to be a rally driver, if only for a little while, so that they may feel the true speed and experience the adrenaline sensation that is only available to formula one drivers. Imagine what they are thinking during an Indy car race or any kind of speed competition. Stop daydreaming and start the game "Real Speed" to immerse yourself in the world of the most skilled and quickest drivers who compete on the most magnificent asphalt courses and sometimes lose their lives doing so. This simulation of Grand Prix races is a challenge for those who think they have what it takes to compete in GT Motorsport. Find the answer to the issue that has been bothering you: do you have the experience necessary to become the global rally champion in asphalt races? Try now!', 'https://img.gamemonetize.com/pqoslpopg0a94k85n9t91pv912dd8tlr/512x384.jpg', 'https://html5.gamemonetize.com/pqoslpopg0a94k85n9t91pv912dd8tlr/', '0', 'Racing', 0, 0, '', 'crazy-demolition-derby-car-'), (6684, 'Red Ball Bounce', 'Jump and Run to save your Love in Jumping Ball Puzzle adventure games! Evil minions want to squeeze the planet into a square shape. And Red bounce ball\'s here to rescue the world. Roll and jump your way through a deadly factory, defeating enemies and avoiding deadly laser beams in the process. Have you got what it takes to save the world from turning square? Use the arrow keys to move the red bounce ball to his goal and be sure to knock out all the stars along the way. Watch out for the bad guys! Jumping on them is good. Getting hit by a corner is not. Roll, jump, and bounce the red rollerball through a mechanical wasteland! Your mission is to collect stars while conquering all of the evil squares. Certain zones feature deadly moving lasers. Roll with ultimate precision to advance through each area safely!', 'https://img.gamemonetize.com/xlfi6hzrldqg68dhxzpg1y6ja8i26a08/512x384.jpg', 'https://html5.gamemonetize.com/xlfi6hzrldqg68dhxzpg1y6ja8i26a08/', '0', 'Arcade', 0, 0, '', 'red-ball-bounce'), (6685, 'Ancient Dragons Princess', 'Meet the gorgeous Rennie the dragon princess. The princess is the heiress of an ancient family in her kingdom and should look the part. Her wardrobe consists of many luxurious dresses and outfits. There are expensive dresses made of red velvet and brocade; formal costumes for riding a dragon and much more. Choose Rennie\'s look for a feast, a ball or a hunt. And an extraordinary surprise awaits you. You can create a unique dragon for Princess Rennie. Choose from a variety of options. Medieval hairstyles and jewelry will also impress you.', 'https://img.gamemonetize.com/6xjr0ywrevf20eqm3b9yte36wsshhnx0/512x384.jpg', 'https://html5.gamemonetize.com/6xjr0ywrevf20eqm3b9yte36wsshhnx0/', '0', 'Girls', 0, 0, '', 'ancient-dragons-princess'), (6686, 'Sofia the First Puzzle', 'Sofia the First is clearly one of the most magical Disney princesses and so we, the administrative team of the site are very happy to give you the chance to play a lot of Sofia the First princess games, like this one right here. This is a puzzle game so all of you are more than welcomed to try out this puzzle, boys and girls alike, and the characters you get to play with are the best, including of course princess Sofia the First.', 'https://img.gamemonetize.com/pzftwrqqiyqfjv7wiymd72ov8fw2mzd3/512x384.jpg', 'https://html5.gamemonetize.com/pzftwrqqiyqfjv7wiymd72ov8fw2mzd3/', '0', 'Puzzles', 0, 0, '', 'sofia-the-first-puzzle'), (6687, 'Book of Ra', 'This is a Book of Ra inspired slot machine and that means that you have eyptians and pharaos and all kind of other ancient Egiptian symbols which already makes this game interesting and fun. Then , the rules are pretty complicated, but you can learn them while you are playing. So you have placed your bet, well then you can push the spin the button, you can push the bet max button for a bigger bet and a more riskier one, and of course you can push the auto button which means the game is going to roll non stop until you win.', 'https://img.gamemonetize.com/50tyv4gw5hk84d2fekhm73aqjsp6mzms/512x384.jpg', 'https://html5.gamemonetize.com/50tyv4gw5hk84d2fekhm73aqjsp6mzms/', '0', 'Boys', 0, 0, '', 'book-of-ra'), (6688, 'Roller Ball Adventure', 'Roll, jump and bounce through 100 exciting levels full of adventure. Evil minions want to squeeze the planet into a square shape. And Red bounce ball\'s here to rescue the world. Roll and jump your way through a deadly factory, defeating enemies and avoiding deadly laser beams in the process. Have you got what it takes to save the world from turning square? Use the arrow keys to move the red bounce ball to his goal and be sure to knock out all the stars along the way. Watch out for the bad guys! Jumping on them is good. Getting hit by a corner is not. Roll, jump, and bounce the red rollerball through a mechanical wasteland! Your mission is to collect stars while conquering all of the evil squares. Certain zones feature deadly moving lasers. Roll with ultimate precision to advance through each area safely!', 'https://img.gamemonetize.com/sgz7bnuhzvnte2qlhn3xqucgymefiycg/512x384.jpg', 'https://html5.gamemonetize.com/sgz7bnuhzvnte2qlhn3xqucgymefiycg/', '0', 'Arcade', 0, 0, '', 'roller-ball-adventure'), (6689, 'Macet', 'Control the cars in traffic to avoid crashes', 'https://img.gamemonetize.com/y6yx5xakruakvqp1nqza61odhjpf35ge/512x384.jpg', 'https://html5.gamemonetize.com/y6yx5xakruakvqp1nqza61odhjpf35ge/', '0', 'Racing', 0, 0, '', 'macet'), (6690, 'Bebas Hambatan', 'Swipe left and right to avoid other cars and navigate the traffic', 'https://img.gamemonetize.com/98btg8m01r4g3p9csd2v2rzjg6awrefj/512x384.jpg', 'https://html5.gamemonetize.com/98btg8m01r4g3p9csd2v2rzjg6awrefj/', '0', 'Racing', 0, 0, '', 'bebas-hambatan'), (6691, 'Balap Maut', 'Shoot all enemy vehicles', 'https://img.gamemonetize.com/1f8v2wjisc5aq48e376uwzqcjjvfdujv/512x384.jpg', 'https://html5.gamemonetize.com/1f8v2wjisc5aq48e376uwzqcjjvfdujv/', '0', 'Racing', 0, 0, '', 'balap-maut'), (6692, 'Meteor', 'Protect the earth from destruction by shooting down all incoming meteors', 'https://img.gamemonetize.com/gyym83clqgimghemmyjqfp5zony3lb4f/512x384.jpg', 'https://html5.gamemonetize.com/gyym83clqgimghemmyjqfp5zony3lb4f/', '0', 'Shooting', 0, 0, '', 'meteor'), (6693, 'Jungle 2048', 'Merge numbers to reach 2048 Avoid to fill in the entire board and get stuck', 'https://img.gamemonetize.com/pjysvpmdm2629t88nmx40setm0lisi0q/512x384.jpg', 'https://html5.gamemonetize.com/pjysvpmdm2629t88nmx40setm0lisi0q/', '0', 'Puzzles', 0, 0, '', 'jungle-'), (6694, 'Tuang Sewarna', 'Sort the colours', 'https://img.gamemonetize.com/6rvb07gurfqyliicnedcqvan2ke39yl6/512x384.jpg', 'https://html5.gamemonetize.com/6rvb07gurfqyliicnedcqvan2ke39yl6/', '0', 'Puzzles', 0, 0, '', 'tuang-sewarna'), (6695, 'Ayam Jagoan', 'Move your character as far as possible avoiding all the threats', 'https://img.gamemonetize.com/re7lx8eoxh5nwfhcrve95yv6v09gmovy/512x384.jpg', 'https://html5.gamemonetize.com/re7lx8eoxh5nwfhcrve95yv6v09gmovy/', '0', 'Hypercasual', 0, 0, '', 'ayam-jagoan'), (6696, 'Perang Galaksi', 'Destroy all enemy spaceships and floating rocks to survive as long as possible', 'https://img.gamemonetize.com/acp77lpujge9ru6wpm3cig4hvzia38b4/512x384.jpg', 'https://html5.gamemonetize.com/acp77lpujge9ru6wpm3cig4hvzia38b4/', '0', 'Shooting', 0, 0, '', 'perang-galaksi'), (6697, 'Tank Tempur', 'Survive as long as possible by destroying all enemy\'s tanks and grab boosters', 'https://img.gamemonetize.com/ev6avqzfi7qdl59zpucmdrrxnvnabahp/512x384.jpg', 'https://html5.gamemonetize.com/ev6avqzfi7qdl59zpucmdrrxnvnabahp/', '0', 'Shooting', 0, 0, '', 'tank-tempur'), (6698, 'Balap Liar', 'Racing and avoid all obstacles', 'https://img.gamemonetize.com/crjjfj5qw3zuq3b8vk82ocr6pu77lku9/512x384.jpg', 'https://html5.gamemonetize.com/crjjfj5qw3zuq3b8vk82ocr6pu77lku9/', '0', 'Racing', 0, 0, '', 'balap-liar'), (6699, 'Gali Yuk', 'Draw a path in the sand to bring each ball to its dedicated pipe', 'https://img.gamemonetize.com/pmlq23drjyygjvmuy0aoj9gn0j07fl08/512x384.jpg', 'https://html5.gamemonetize.com/pmlq23drjyygjvmuy0aoj9gn0j07fl08/', '0', 'Hypercasual', 0, 0, '', 'gali-yuk'), (6700, 'Mobil Mania', 'Race as far as possible Avoid all obstacles, grab boosters and beat the longest racing distance', 'https://img.gamemonetize.com/jymljn2oghlxzr8cykad8wpgmzld89v5/512x384.jpg', 'https://html5.gamemonetize.com/jymljn2oghlxzr8cykad8wpgmzld89v5/', '0', 'Racing', 0, 0, '', 'mobil-mania'), (6701, 'Puzzle Kubus', 'Connect the cubes to match the desired shape', 'https://img.gamemonetize.com/tkflrfim5i4757bm9baman7iu0ihsq6k/512x384.jpg', 'https://html5.gamemonetize.com/tkflrfim5i4757bm9baman7iu0ihsq6k/', '0', 'Puzzles', 0, 0, '', 'puzzle-kubus'), (6702, 'Tembak', 'Shoot down all falling rocks to protect your cannon', 'https://img.gamemonetize.com/dn1r88aidbmz0hks6uhk6k1bt39zd725/512x384.jpg', 'https://html5.gamemonetize.com/dn1r88aidbmz0hks6uhk6k1bt39zd725/', '0', 'Shooting', 0, 0, '', 'tembak'), (6703, 'Ular Tambah', 'Grow your snake and last as long as possible avoiding the death tiles', 'https://img.gamemonetize.com/vidr4c2mzbvbsy1nw7iaul1rbwxs0zsi/512x384.jpg', 'https://html5.gamemonetize.com/vidr4c2mzbvbsy1nw7iaul1rbwxs0zsi/', '0', 'Arcade', 0, 0, '', 'ular-tambah'), (6704, 'They are all zombies', 'Use items that appear on your way to slow down zombies who want to catch you. Try to save other survivors while running away. It is up to you if they survive or will be joining zombies.', 'https://img.gamemonetize.com/o3mwh9io0hzf2e8dumgik9t89vt8tio2/512x384.jpg', 'https://html5.gamemonetize.com/o3mwh9io0hzf2e8dumgik9t89vt8tio2/', '0', 'Hypercasual', 0, 0, '', 'they-are-all-zombies'), (6705, 'WW2 War Tank 2022', 'Whether you\'re playing solo or with others, the greatest undead breakout games provide you a wide variety of weaponry to choose from. It is possible to play these games solo or with several players at once. It seems like you\'ve been fighting Minecraft zombie Bots throughout a wide range of landscapes. Even if you are equipped or even if you are engaged in zombie combat, you must still kill other undead beings. When it comes to real work, I have not been concentrating on this specific issue at all. Take refuge behind a variety of items in these first-person shooter games to increase your chances of survival. Do you have a friend in mind with whom you\'d like to spend some time playing one of the many free online games? The person in question has a large gun collection, but how many kind of weapons does he or she have?', 'https://img.gamemonetize.com/0o4n3cqx9n1aah0o7nhc1uut4wd6f9eh/512x384.jpg', 'https://html5.gamemonetize.com/0o4n3cqx9n1aah0o7nhc1uut4wd6f9eh/', '0', 'Shooting', 0, 0, '', 'ww-war-tank-'), (6706, 'Sector 01', 'Long ago there was a toy factory far from the city. Slave robots were produced in this factory. However, not every robot produced was perfect. Some had scratches on the screen, some did not match the color. Robots with faulty production were brought to sector 01 for destruction. But one day, one of the robots that were brought to sector 01, gained consciousness.', 'https://img.gamemonetize.com/8atrq856676e0i4x84bsvna8460kfh3a/512x384.jpg', 'https://html5.gamemonetize.com/8atrq856676e0i4x84bsvna8460kfh3a/', '0', 'Arcade', 0, 0, '', 'sector-'), (6707, 'Parkour Boss', 'Parkour Boss in an awesome 3D platformer game where you have to get from the start to the finish line as fast as possible. The twist in parkour boss is that you have a grappling hook! While that might sound like cheating and easy, the levels are not that easy, and you\'ll still be challenged. Be spider-man or batman in this parkour web game and use the grappling hook to finish levels as fast as possible. Each level is rated with one, two or three stars. Try to get three stars across all levels if you can.', 'https://img.gamemonetize.com/7bon02amyvaat67ri9zdxl0gnt08yf2r/512x384.jpg', 'https://html5.gamemonetize.com/7bon02amyvaat67ri9zdxl0gnt08yf2r/', '0', 'Action', 0, 0, '', 'parkour-boss'), (6708, 'Slope City 2', 'Slope City is here with its new episode! The city map has been redesigned. In Slope City 2, you can buy balls in the "Shop" and change their design. In order to purchase special abilities, you will need to collect diamonds on the new city map.', 'https://img.gamemonetize.com/g81vvdh5cl0v0yuapahm9m1zss58jerr/512x384.jpg', 'https://html5.gamemonetize.com/g81vvdh5cl0v0yuapahm9m1zss58jerr/', '0', 'Hypercasual', 0, 0, '', 'slope-city-'), (6709, 'Chibi Sup Color', 'Hello, young artist. The mysterious Halloween holiday is approaching. Take the opportunity to create a unique greeting card with your favorite characters for your friends. Cute chibi superheroes and funny animals will not leave anyone unconcerned. Play and color! Take a screenshot and share the result with your friends.', 'https://img.gamemonetize.com/cp75s9a1hv5ubgt1wpegbtbal9s1yzuu/512x384.jpg', 'https://html5.gamemonetize.com/cp75s9a1hv5ubgt1wpegbtbal9s1yzuu/', '0', 'Girls', 0, 0, '', 'chibi-sup-color'), (6710, 'Buggy Demolition Derby 2022', 'This is a real-world automobile smashing and demolition derby auto racing game called Demolition Derby Destruction 2021. It was inspired by one of the most popular events that is presented at county fairs and festivals in the United States. This "car racing game" is available all over the world, and it gives players the opportunity to experience the utmost excitement that can be had by destroying things and beating their opponents by crashing their vehicles and cars into one another as quickly as they can. If you can keep going for a longer period of time, you will have a better opportunity to win.', 'https://img.gamemonetize.com/zarjuoigbwr545cpha0firtixz0ljizq/512x384.jpg', 'https://html5.gamemonetize.com/zarjuoigbwr545cpha0firtixz0ljizq/', '0', 'Racing', 0, 0, '', 'buggy-demolition-derby-'), (6711, 'Steve Zombie Shooter', 'zombies are coming from everywhere, soldier, you have to shoot them all, none of them should survive, be careful, they can\'t get high, shoot them all from a high place. hey steve take your gun load the jarger and shoot all the incoming zombies never need to survive zombies shoot and kill them all one by one you make the highest score! pity no one. run but never stop, don\'t forget to buy ammo from the market!', 'https://img.gamemonetize.com/axo9gzd1yc5btpi7ftwtfe48iufxknqd/512x384.jpg', 'https://html5.gamemonetize.com/axo9gzd1yc5btpi7ftwtfe48iufxknqd/', '0', 'Action', 0, 0, '', 'steve-zombie-shooter'), (6712, 'Mr Toro 2', 'Mr Toro 2 is a 2D platformer where you have to collect money while avoiding the enemies, spikes, saws and flying robots and reach the red flag in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Mr Toro" series.', 'https://img.gamemonetize.com/9tr5jipbjzzihqdckdguyzfas5srt66h/512x384.jpg', 'https://html5.gamemonetize.com/9tr5jipbjzzihqdckdguyzfas5srt66h/', '0', 'Arcade', 0, 0, '', 'mr-toro-'), (6713, 'Water Surfer Bus Simulation Game 3D', 'Do you love driving floating bus on the water surface? If yes then this Water Surfer Bus Simulation Game 3D Game of 2022 is for you. Get on the Tourist Bus to give real water adventure to the tourists. In this river bus game, the water bus driver will drive the water surfers bus to rescue and transport the passengers from different water surf spots to the beach.', 'https://img.gamemonetize.com/8gl4vuaf2b1iq3dnbvmrq8na8z1hek5o/512x384.jpg', 'https://html5.gamemonetize.com/8gl4vuaf2b1iq3dnbvmrq8na8z1hek5o/', '0', 'Racing', 0, 0, '', 'water-surfer-bus-simulation-game-d'), (6714, 'Color Quest Colors Game', 'The objective of this game is to fill the screen with one color. But you have a limited number of moves... You have to be smart to solve each level.', 'https://img.gamemonetize.com/s4zf12kju91c1i698ldpsk5if7q25h5k/512x384.jpg', 'https://html5.gamemonetize.com/s4zf12kju91c1i698ldpsk5if7q25h5k/', '0', 'Hypercasual', 0, 0, '', 'color-quest--colors-game'), (6715, 'Club Sandwich', 'Welcome into the world of the restoration with Club Sandwich. Challenge your reflexes and prepare as many burgers as you can as fast as you can to please your clients in this arcade game.', 'https://img.gamemonetize.com/1yjeju1bzsgn8bf7x9fbv217cg4bt1xb/512x384.jpg', 'https://html5.gamemonetize.com/1yjeju1bzsgn8bf7x9fbv217cg4bt1xb/', '0', 'Cooking', 0, 0, '', 'club-sandwich'), (6716, 'Fill In Puzzles', 'This game is really satisfying. The concept of this game is super simple, you must fill completely the grid with colors. Just drag the color from 1 number in the grid. The number indicates the number of boxes you should fill with this color. It\'s simple, fast to play, easy and fun. What else do you need ?', 'https://img.gamemonetize.com/7qq5uncnusfz6qz2j6i4u9jo3jmh09pj/512x384.jpg', 'https://html5.gamemonetize.com/7qq5uncnusfz6qz2j6i4u9jo3jmh09pj/', '0', 'Puzzles', 0, 0, '', 'fill-in-puzzles'), (6717, 'Fidget spinner 4 players game', 'Are you the best Spinner player in the world? You must battle against 4 opponents on the same screen and make the best score to reach the top ranking with your favorite Fidget Hand Spinner !!! This game is 100% Free, whatever Fidget Hand Spinner you choose: plastic, steel, Gold, titanium,carbone... The gameplay is really super simple and fun. Your toy spin automatically and when you push the button it will spin super fast and it goes straight in one direction to push other players. The goal is to push out other players from the circle and to make the high score. For every player that you push outside, you score 2 points. Everytime you are pushed out of the circle you loose 1 point. Get ready, get set, and SPIN !!!! Get ready, get set, and SPIN !!!!', 'https://img.gamemonetize.com/k1zikoxvev6dii2eu4kjrdd8n0wyn1lx/512x384.jpg', 'https://html5.gamemonetize.com/k1zikoxvev6dii2eu4kjrdd8n0wyn1lx/', '0', 'Multiplayer', 0, 0, '', 'fidget-spinner--players-game'), (6718, 'Eat the circles colors game', 'Eat the little dots, avoid bigger dots and stars ! You must create the biggest circle possible. This game is super fun, challenging, and completely free ! It\'s time to play !', 'https://img.gamemonetize.com/e3l1wkmob8ug3reqxz3u7trdgymrbpvi/512x384.jpg', 'https://html5.gamemonetize.com/e3l1wkmob8ug3reqxz3u7trdgymrbpvi/', '0', 'Hypercasual', 0, 0, '', 'eat-the-circles--colors-game'), (6719, 'Asian Girl Makeup', 'Aimi loves traditional Japanese clothes and makeup. Her lifestyle is to try everything traditional. Now let\'s help her try on her new clothes. Let\'s create a very stylish Japanese girl. She should look great with her hair, makeup, hat and jewelry', 'https://img.gamemonetize.com/xtg8thtgtkkb3jgs70wqjs4algenisie/512x384.jpg', 'https://html5.gamemonetize.com/xtg8thtgtkkb3jgs70wqjs4algenisie/', '0', 'Girls', 0, 0, '', 'asian-girl-makeup'), (6720, 'Super Mushroom', 'The Super Mushroom is a classic arcade platformer game that you can now enjoy online! Super Mushroom is an online platformer game that is perfect for anyone who loves a challenge. With multiple levels to play through, this game will keep you entertained for hours on end. The best part about Super Mushroom is that it is completely free to play!', 'https://img.gamemonetize.com/hr0z3gc6ytzklk0m229tzteptggzjaef/512x384.jpg', 'https://html5.gamemonetize.com/hr0z3gc6ytzklk0m229tzteptggzjaef/', '0', 'Arcade', 0, 0, '', 'super-mushroom'), (6721, 'Artifact of the Ancients', 'Artifact of the Ancients is a really fun game that looks famillier to Mario games.', 'https://img.gamemonetize.com/i417vmkbxa9pkp0ek9oesy9ipnvrtc1w/512x384.jpg', 'https://html5.gamemonetize.com/i417vmkbxa9pkp0ek9oesy9ipnvrtc1w/', '0', 'Adventure', 0, 0, '', 'artifact-of-the-ancients'), (6722, 'PJ Masks Hidden Heroes', 'The PJ Masks return right now with the first-ever memory game online that this category has had, a memory games with cards that there\'s absolutely no way at all you will not really love playing, since we\'re talking about a game where you improve your memory with these characters from Disney Junior that you love a lot, an experience that there is no way at all you are not going to love a great deal. We will be explaining how this works right here, so playing the game should be a piece of cake! You can choose to play the game in three different levels of difficulty, each one having a different number of cards to match. You click on two cards at a time to flip them around, and every time that the two cards you have flipped have the same image on them, they no longer remain flipped, but their image remains visible, simple as that. You win the game once you have revealed all of the cards by matching them, and once you have done so in all three levels of difficulty. Good luck, and make sure not to stop here, since more awesome content is on its way right now!', 'https://img.gamemonetize.com/sz3e7m1e0s51zo2elc1axaa8mmzzt72r/512x384.jpg', 'https://html5.gamemonetize.com/sz3e7m1e0s51zo2elc1axaa8mmzzt72r/', '0', 'Puzzles', 0, 0, '', 'pj-masks-hidden-heroes'), (6723, 'RollingBall', 'Move wooden tiles to unblock the path and make a way for the steel ball to reach the red shiny goal! Enjoy the best sliding block puzzle game made for everyone', 'https://img.gamemonetize.com/p4gs0aldpgjbxvadom14hxmc2zuh8ua1/512x384.jpg', 'https://html5.gamemonetize.com/p4gs0aldpgjbxvadom14hxmc2zuh8ua1/', '0', 'Puzzles', 0, 0, '', 'rollingball'), (6724, 'Poppy Playtime Hidden Ghosts', 'Poppy Playtime Hidden Ghosts is a fun online skill and hidden object game. Find out the hidden ghosts in the specified images. Each level has 10 hidden ghosts. There are 8 levels in total. The time is limited so be fast and find all hidden objects before time runs out. Clicking in the wrong place several times reduces the time by an additional 5 seconds. So, if you are ready start the game and have fun!', 'https://img.gamemonetize.com/32fvylwxwnm4z26d5e3mh5cu1fi91r4t/512x384.jpg', 'https://html5.gamemonetize.com/32fvylwxwnm4z26d5e3mh5cu1fi91r4t/', '0', 'Arcade', 0, 0, '', 'poppy-playtime-hidden-ghosts'), (6725, 'Simon Puzzle', 'Simon is a super energetic, super charismatic and mega-mischievous little rabbit! Simon is also SUPER RABBIT! His character and his values are more apparent than ever: joy of living, modern family life, positive education, brotherhood, friendship, playing, competition and fair play, a sense of wonder and respect for Nature, and curiosity about everything! Simon’s life is often bright and sunny; sometimes there are rainclouds in the sky. But whatever happens, you know that with Simon, “there’s always sunshine after the rain!†Join Simon on his adventures with his brother Gaspard, his mum and dad, and the rest of his family and friends!', 'https://img.gamemonetize.com/lonm3tsv17qrfkwrehudxi0td71eaasp/512x384.jpg', 'https://html5.gamemonetize.com/lonm3tsv17qrfkwrehudxi0td71eaasp/', '0', 'Puzzles', 0, 0, '', 'simon-puzzle'), (6726, 'Coloring Book for Raya And The Last Dragon', 'Are you into Raya And The Last Dragon ? Raya And The Last Dragon Coloring Book: A Stunning Coloring Book Including Many Flawless Images Of Raya And The Last Dragon For Relaxing This book is the perfect combination of illustrations and movie characters. It is promised to give you a coloring book with lots of images of Raya And The Last Dragon . This coloring helps you to mix colors better, hand-eye coordination, and enhance your coloring. This awesome item also helps you to refresh your mind and reduce stress. Join this colorful world Raya And The Last Dragon', 'https://img.gamemonetize.com/nd0c56yq3rfvj2kz0hkl1ems4lfo88t2/512x384.jpg', 'https://html5.gamemonetize.com/nd0c56yq3rfvj2kz0hkl1ems4lfo88t2/', '0', 'Puzzles', 0, 0, '', 'coloring-book-for-raya-and-the-last-dragon'), (6727, 'Coloring Book for Spongebob', 'Are you into Spongebob ? Spongebob Coloring Book: A Stunning Coloring Book Including Many Flawless Images Of Spongebob For Relaxing This book is the perfect combination of illustrations and movie characters. It is promised to give you a coloring book with lots of images of Spongebob . This coloring helps you to mix colors better, hand-eye coordination, and enhance your coloring. This awesome item also helps you to refresh your mind and reduce stress. Join this colorful world Spongebob', 'https://img.gamemonetize.com/d2w2orpsbs2yq332gfbr081eq1wb5rxq/512x384.jpg', 'https://html5.gamemonetize.com/d2w2orpsbs2yq332gfbr081eq1wb5rxq/', '0', 'Puzzles', 0, 0, '', 'coloring-book-for-spongebob'), (6728, 'Coloring Book for Toy Story', 'Are you into Toy Story ? Toy Story Coloring Book: A Stunning Coloring Book Including Many Flawless Images Of Toy Story For Relaxing This book is the perfect combination of illustrations and movie characters. It is promised to give you a coloring book with lots of images of Toy Story . This coloring helps you to mix colors better, hand-eye coordination, and enhance your coloring. This awesome item also helps you to refresh your mind and reduce stress. Join this colorful world Toy Story', 'https://img.gamemonetize.com/uqe0hn0mu2pxhnkx6sg9eeyqrg6jryd3/512x384.jpg', 'https://html5.gamemonetize.com/uqe0hn0mu2pxhnkx6sg9eeyqrg6jryd3/', '0', 'Puzzles', 0, 0, '', 'coloring-book-for-toy-story'), (6729, 'Amgel Easter Room Escape 3', 'AmgelEscape - Amgel Easter Room Escape 3 is another point and click escape game developed by Amgel Escape. In this game, you are locked in an Easter room and you have to try to escape the Easter room by finding items and solving puzzles. Show your best escaping skills to escape from kids room. Can you escape from the Irish room successfully? Good luck and have fun!', 'https://img.gamemonetize.com/rh9iqax105ez29bddc3btf2yuf9ohthh/512x384.jpg', 'https://html5.gamemonetize.com/rh9iqax105ez29bddc3btf2yuf9ohthh/', '0', 'Puzzles', 0, 0, '', 'amgel-easter-room-escape-'), (6730, 'Amgel Easy Room Escape 59', 'AmgelEscape - Amgel Easy Room Escape 59 is another point and click escape game developed by Amgel Escape. In this game, you are locked in a room and you have to try to escape the room by finding items and solving puzzles. Show your best escaping skills to escape from the room. Can you able to escape from the room successfully? Good luck and have fun!', 'https://img.gamemonetize.com/4l5sjqbp0kbearbecn7k70worlftv1u2/512x384.jpg', 'https://html5.gamemonetize.com/4l5sjqbp0kbearbecn7k70worlftv1u2/', '0', 'Puzzles', 0, 0, '', 'amgel-easy-room-escape-'), (6731, 'Amgel Bunny Room Escape 2', 'AmgelEscape - Amgel Bunny Room Escape 2 is another point and click escape game developed by Amgel Escape. In this game, you are locked in an Bunny room and you have to try to escape the Bunny room by finding items and solving puzzles. Show your best escaping skills to escape from kids room. Can you escape from the Irish room successfully? Good luck and have fun!', 'https://img.gamemonetize.com/o2xtptmpnkb07ngfgqmo9pcirwf9x5fc/512x384.jpg', 'https://html5.gamemonetize.com/o2xtptmpnkb07ngfgqmo9pcirwf9x5fc/', '0', 'Puzzles', 0, 0, '', 'amgel-bunny-room-escape-'), (6732, 'Cat Dekor', 'Desc: HTML5 Puzzle game on HTML5 gaming portal for Indonesian market', 'https://img.gamemonetize.com/j8eiyedmzinlsyud5dwq8pxp09opq0vt/512x384.jpg', 'https://html5.gamemonetize.com/j8eiyedmzinlsyud5dwq8pxp09opq0vt/', '0', 'Puzzles', 0, 0, '', 'cat-dekor'), (6733, 'CrazySteve.io', 'The game Crazy Steve io was created for fun and fast fighting. The main task in Crazy Steve is to score as many points as possible and be the coolest. To do this, you need to collect diamonds and apples that appear on the map. For diamonds, you charge more experience than apples, but thanks to apples you can recovery your health. A lot of diamonds fall out of the killed rival. Do you understand what we are inclined to? Yes! You need to scatter around the dynamic checkers, shoot from the bow, attack with the sword, shoot from the fireball and use other weapon in every way to kill the rivals, and then take their diamonds to yourself. By the way, be careful, you can undermine yourself, will be more blood! On the map running animals that you can kill and recovery health. With each new level you increase slightly. Together with the volume increases the ability of your character to collect apples and diamonds. But at the same time you gradually slow down and become more vulnerable to attacks by fast, small and agile rivals. Therefore, the Top player quickly opens the hunting season. Players scour the field in search of a \'fat boy\'. So the more diamonds you recruit, the sharper the battle becomes! Another feature of Crazy Steve is that you can undermine your own sword. You can throw 4 dynamite at a time. Only after the explosion of one of them you can throw a new one. On the map are scattered different helmets: wooden, iron, gold, diamond and cart, wear them or sit in the cart to be more protected! Apples and diamonds appear on the map constantly. Players usually fight in the center and therefore one should periodically look at the edges of the map to collect diamonds.', 'https://img.gamemonetize.com/uqzbzhkjckdjj96mn9sm0mcyoz68tagn/512x384.jpg', 'https://html5.gamemonetize.com/uqzbzhkjckdjj96mn9sm0mcyoz68tagn/', '0', 'Multiplayer', 0, 0, '', 'crazysteveio'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (6734, 'EvoWarriors.fun', 'EvoWarriors.fun is a free fantasy style game. Eat steaks, eggs, milk and everything you find to grow in size while you are small, most importantly do not eat amanita, because it reduces your experience and you become smaller! Attack smaller enemies, so you have a better chance of staying alive. You can insurance yourself just run away from large enemies so that they do not kill you with one fell swoop of their powerful weapon or you can donate your experience to the enemy. But you won’t be able to run for a long time, because when you run, your experience decreases. The game has only 15 levels: Knight lvl 1 Knight lvl 2 Knight lvl 3 Assassin lvl 1 Assassin lvl 2 Dwarf lvl 1 Dwarf lvl 2 Dwarf lvl 3 Skeleton lvl 1 Skeleton lvl 2 Skeleton lvl 3 Golem lvl 1 Golem lvl 2 Orc lvl 1 Orc lvl 2 Orc lvl 3 Can you get to level 16 and become the biggest and strongest in the game? Hint: for players who disable the ad blocker, an additional 20% of experience is awarded! One of the effective attack tactics: approach the enemy on the left side so that it is to your right and from your sword, then - immediately attack first!', 'https://img.gamemonetize.com/gf8ve9ub8patlfqyyeplw3e40kjriymz/512x384.jpg', 'https://html5.gamemonetize.com/gf8ve9ub8patlfqyyeplw3e40kjriymz/', '0', 'Multiplayer', 0, 0, '', 'evowarriorsfun'), (6735, 'MineEnergy.fun', 'MineEnergy.fun - is a free Minecraft style game. Mine resources, buy in the store and put generators for energy production, put selling blocks to sell resources and energy for money. Buy improved tools, armor, new generators, and automatic miners. Protect your buildings with walls and Tesla coils. Get resources from ores: coal ore iron ore golden ore diamond ore uranium ore Each type of ore has its own miner for automatic extraction of resources. Put the generators: manual generator - generates energy from interacting with it. Not effective, but suitable when there are no other options. solar generator - generates energy from sunlight. wind generator - generates energy from wind. coal generator - generates energy from coal. geothermal generator - generates energy from lava. water turbine - generates energy from water. nuclear generator - generates energy from uranium. Each generator consumes something (or not) and produces energy. Place the “Small seller†or “Big seller†block to sell resources for money. For money you can buy an improved tools: wooden pickaxe - the easiest pickaxe. It produces a few resources, but the cheapest. iron pickaxe - improved pickaxe. Mining more resources. With it, you can mine gold. golden pickaxe - improved pickaxe. Mining more resources. With it, you can mine diamonds. diamond pickaxe - the best pick that does not require energy. Mining more resources. With it, you can mine uranium. drill - dimple electric drill. It extracts more resources, but consumes energy during operation. diamond drill - the best tool for resource extraction. It extracts a huge amount of resources per hit, but also consumes more energy. wrench - removes your blocks. Hit your block with a wrench to remove the block. You can buy armor: leather armor - hard to call it armor, but it\'s better than nothing. iron armor - absorbs part of the damage. golden armor - better than iron armor, it absorbs more damage. And players like to show off at her. diamond armor - the most durable armor that does not require energy. A great choice if you do not have generators, but have a lot of money o_O nano armor - carbon fiber armor. It protects better than a diamond armor but consumes energy while absorbing damage. quantum armor - the best armor! Effectively absorbs most of the damage, but consumes more energy. Alas, it does not protect against coronavirus. Protect your buildings with walls, Tesla coils and put a bed that will revive you after death. MineEnergy will let you have fun and not let you get bored!', 'https://img.gamemonetize.com/bs2466de0q7tdyhevlqw5djxerbabbzm/512x384.jpg', 'https://html5.gamemonetize.com/bs2466de0q7tdyhevlqw5djxerbabbzm/', '0', 'Multiplayer', 0, 0, '', 'mineenergyfun'), (6736, 'Traffic Racer Ultimate', 'How far can you drive?!!!!', 'https://img.gamemonetize.com/9u0d7zxvs2ukrn9ofrw1q4kuh76ljnzo/512x384.jpg', 'https://html5.gamemonetize.com/9u0d7zxvs2ukrn9ofrw1q4kuh76ljnzo/', '0', 'Racing', 0, 0, '', 'traffic-racer-ultimate'), (6737, 'Slap The Rat', 'Slap The Rat', 'https://img.gamemonetize.com/jzpc0p0e6oe9qca596njj9dkc7ai7crq/512x384.jpg', 'https://html5.gamemonetize.com/jzpc0p0e6oe9qca596njj9dkc7ai7crq/', '0', 'Shooting', 0, 0, '', 'slap-the-rat'), (6738, 'Hero Cant Fly', 'This hero cant fly, you need to help him jump the steps, and always pay attention to the flying boxes to avoid being smashed.', 'https://img.gamemonetize.com/96g6xgbven00zgomf4j4lt32hwabez8q/512x384.jpg', 'https://html5.gamemonetize.com/96g6xgbven00zgomf4j4lt32hwabez8q/', '0', 'Boys', 0, 0, '', 'hero-cant-fly'), (6739, 'Fashion Superstar Dress Them', 'Become a fashion stylist and dress up the girls like superstars Are you ready to become the hottest fashion stylist in the place? Start dressing girls that will become superstars thanks to you. All girls that you will dress up will be judged by a jury of influencers on social networks. If you reach a high score you’ll earn diamonds that you can exchange with new outfits and accessories to unlock. There are so many items you can use to dress them like a star.', 'https://img.gamemonetize.com/lpjmpb15748gawnjk4x1g85xb3rmuokm/512x384.jpg', 'https://html5.gamemonetize.com/lpjmpb15748gawnjk4x1g85xb3rmuokm/', '0', 'Hypercasual', 0, 0, '', 'fashion-superstar--dress-them'), (6740, 'Parkour Race 3D', 'Parkour Race 3D is a 3D running game. Take control of your stickman and race against the crowd. You can run, dash or jump from rooftop to rooftop! Run over the glowing speed bumpers to gain momentum and do vaults and flips to show off your style. There are daily challenges, power-ups, and even glamorous accessories for you to create a stickman that looks like no other. Take your running game to next level with Parkour Race!', 'https://img.gamemonetize.com/3tj57noae20pm40sbmmyvus36i9e8pyw/512x384.jpg', 'https://html5.gamemonetize.com/3tj57noae20pm40sbmmyvus36i9e8pyw/', '0', 'Adventure', 0, 0, '', 'parkour-race-d'), (6741, 'Eggbot vs Zombies', 'A fast paced shooting game based on zombie modes from other games except in 2D.', 'https://img.gamemonetize.com/xuk67hqi6b5r7dyh6g72hkwk4n8ux8km/512x384.jpg', 'https://html5.gamemonetize.com/xuk67hqi6b5r7dyh6g72hkwk4n8ux8km/', '0', 'Shooting', 0, 0, '', 'eggbot-vs-zombies'), (6742, 'Modern Little Fairy fashions', 'Wow! The beautiful little sisters Mia and Ella are going to try the fairy fashion today. Help them pick awesome fairy dresses and accessories. Don\'t forget to put on the best makeup!', 'https://img.gamemonetize.com/mzdwy3hyp1qk2uea48std3g8i552pooy/512x384.jpg', 'https://html5.gamemonetize.com/mzdwy3hyp1qk2uea48std3g8i552pooy/', '0', 'Puzzles', 0, 0, '', 'modern-little-fairy-fashions'), (6743, 'Poppy Playtime Hidden Ghost', 'Poppy Playtime Hidden Ghosts is a fun online skill and hidden object game. Find out the hidden ghosts in the specified images. Each level has 10 hidden ghosts. There are 8 levels in total. The time is limited so be fast and find all hidden objects before time runs out. Clicking in the wrong place several times reduces the time by an additional 5 seconds. So, if you are ready start the game and have fun!', 'https://img.gamemonetize.com/fwvaraqtzt4x9alzrrqqmn7xqc6ub5p0/512x384.jpg', 'https://html5.gamemonetize.com/fwvaraqtzt4x9alzrrqqmn7xqc6ub5p0/', '0', 'Adventure', 0, 0, '', 'poppy-playtime-hidden-ghost'), (6744, 'Eggys Big Adventure', 'A cute fun physics based platformer game. Hop around and fall on the slippery cloud platforms all the way into the dark lands! Eggy must make his way past the shadow monsters in this crazy world!', 'https://img.gamemonetize.com/jhws8h7joexxkyaszwhx2rdgf9xatnrg/512x384.jpg', 'https://html5.gamemonetize.com/jhws8h7joexxkyaszwhx2rdgf9xatnrg/', '0', 'Adventure', 0, 0, '', 'eggys-big-adventure'), (6745, 'Dinogen Online', 'Dinogen Online is a fast-paced 2D multiplayer top-down shooter with plenty of weapons, game modes, and maps. Play as a human or dinosaur in objective-based game modes. Unlock new weapons, dinosaurs, equipment, items, and more by earning XP in game!', 'https://img.gamemonetize.com/pwe2am81pb5yh05f124qg812ugf2ofkc/512x384.jpg', 'https://html5.gamemonetize.com/pwe2am81pb5yh05f124qg812ugf2ofkc/', '0', 'Shooting', 0, 0, '', 'dinogen-online'), (6746, 'Feets Doctor Urgency Care', 'ouch!!!! these feet are in poor conditions. It is now really urgent to cure them. As a doctor, you are going to take care of the feet of your patients. Use all your tools to cure them.', 'https://img.gamemonetize.com/d06ph73q1hzm98phusjm1ilc7713nhc1/512x384.jpg', 'https://html5.gamemonetize.com/d06ph73q1hzm98phusjm1ilc7713nhc1/', '0', 'Hypercasual', 0, 0, '', 'feets-doctor--urgency-care'), (6747, 'Different Color Skirt Tryout', 'Different color will bring us different feeling, this time 6 fashion girls Zoe, Adella, Iris, Sofia, Winnie and Bella will try different color\'s skirt and show us different kinds of beauty. Join them and see which color is best!', 'https://img.gamemonetize.com/4c1c9fob5t58fh9h6nrxiullk3y10azy/512x384.jpg', 'https://html5.gamemonetize.com/4c1c9fob5t58fh9h6nrxiullk3y10azy/', '0', 'Girls', 0, 0, '', 'different-color-skirt-tryout'), (6748, 'Star Maze', 'Star Maze is a challenging Maze game with 100 levels. Paint your way through a maze in this beautiful puzzle game! Move through the maze to color your tiles and collect all the stars. .', 'https://img.gamemonetize.com/5ol0lx88qui1whs1cor1lgkgfib9whzn/512x384.jpg', 'https://html5.gamemonetize.com/5ol0lx88qui1whs1cor1lgkgfib9whzn/', '0', 'Puzzles', 0, 0, '', 'star-maze'), (6749, 'Dr.Noob Steve', 'Dr. Noob Steve needs to save the patient. Hey you help dr steve and save the patient with him! All you have to do is get inside the patient and treat the organs. You have to be as fast as possible and heal the organs. heal the patient before organs fail. Treat your bones, stop the blood and be the best doctor!', 'https://img.gamemonetize.com/xdtacw91ij4zs6q2tyl2blx1auewzhx2/512x384.jpg', 'https://html5.gamemonetize.com/xdtacw91ij4zs6q2tyl2blx1auewzhx2/', '0', 'Arcade', 0, 0, '', 'drnoob-steve'), (6750, 'Social Media Fashion Trend', 'Girls always like social software. They use these apps to chat or post photos of their lives. Recently, social network style dressing is very popular among girls. They like to make their clothes and hairstyles into the style of APP icons. Adellal, Jade and Rebecca have also heard of this trend. They are very interested and want to try. Please help them make new hairstyles and choose new dresses!', 'https://img.gamemonetize.com/pnmhs9cpopoijrigajbt8h93xup3brhc/512x384.jpg', 'https://html5.gamemonetize.com/pnmhs9cpopoijrigajbt8h93xup3brhc/', '0', 'Girls', 0, 0, '', 'social-media-fashion-trend'), (6751, 'Golf Field Game', 'Golf Field is a free online ball game for boys. You need to drill golf balls into holes in various game levels. On the way, you will encounter thorns laser and blocked routes that need to be opened. On some levels, the height of the golf course will also change. You will be able to train your brain and change the way you think. Have fun with it!', 'https://img.gamemonetize.com/xmx3icrxw2ph5m1rp1d0s8qpacz139bl/512x384.jpg', 'https://html5.gamemonetize.com/xmx3icrxw2ph5m1rp1d0s8qpacz139bl/', '0', 'Boys', 0, 0, '', 'golf-field-game'), (6752, 'Car Robot Transform Fight', 'Here is a third-person 3D robot racing and fighting simulation game with Transformer art animations. It is managed for you to arrive at the finish platform and pick up a weapon to defeat all robot enemies. Keep calm and have a good time!', 'https://img.gamemonetize.com/xv51sehh0wj3b4yc3fl5kpychj77wpie/512x384.jpg', 'https://html5.gamemonetize.com/xv51sehh0wj3b4yc3fl5kpychj77wpie/', '0', 'Action', 0, 0, '', 'car-robot-transform-fight'), (6753, 'Combat Reloaded', 'Combat Reloaded is an online multiplayer shooting game. In Combat Reloaded you join an elite squad to win from the enemy. This multiplayer game features 5 modes and dozens of unique maps. You can join an existing room with up to 10 players, or start your custom Deathmatch.', 'https://img.gamemonetize.com/lfijb0bl3oiqhjq0217qgy0fdbrvf8s5/512x384.jpg', 'https://html5.gamemonetize.com/lfijb0bl3oiqhjq0217qgy0fdbrvf8s5/', '0', 'Boys', 0, 0, '', 'combat-reloaded'), (6754, 'Grand Prix Racing Hero', 'Grand Prix Hero is a driving-themed sports game. Experience the thrill and excitement of Formula One in your living room. From Monaco to Silverstone, you can race at your favorite tracks and master them. Learn to dodge traffic, collect coins and go over speed boosts to achieve a good rank. Use your coins to upgrade your car for the next race and be the best at Grand Prix Hero!', 'https://img.gamemonetize.com/d402vavvstmp8r1fccjc1b8twi7rt1us/512x384.jpg', 'https://html5.gamemonetize.com/d402vavvstmp8r1fccjc1b8twi7rt1us/', '0', 'Boys', 0, 0, '', 'grand-prix-racing-hero'), (6755, 'Funny Hand Doctor', 'Hello future surgeons, today you’re doctors on a special mission to cure all hand injuries of your clumsy patients! Hand Surgery Doctor – Hospital Care Game offers all an incredible virtual surgery experience that’ll make them feel like real doctors working in a crazy hospital!', 'https://img.gamemonetize.com/c8dw472wbrd9zgn0gq68k3b25ktl7rnb/512x384.jpg', 'https://html5.gamemonetize.com/c8dw472wbrd9zgn0gq68k3b25ktl7rnb/', '0', 'Clicker', 0, 0, '', 'funny-hand-doctor'), (6756, 'Hidden Frozen Princess', 'Hidden Object Games', 'https://img.gamemonetize.com/zlshiikyv9npe1tbxmxlwyjg649o9k9x/512x384.jpg', 'https://html5.gamemonetize.com/zlshiikyv9npe1tbxmxlwyjg649o9k9x/', '0', 'Arcade', 0, 0, '', 'hidden-frozen-princess'), (6757, 'Private Racing', 'Racing Game', 'https://img.gamemonetize.com/11ytn1gpqb5wzdlwrgbian3w0pz9r12n/512x384.jpg', 'https://html5.gamemonetize.com/11ytn1gpqb5wzdlwrgbian3w0pz9r12n/', '0', 'Racing', 0, 0, '', 'private-racing'), (6758, 'Funny Racing', 'In different modes and on different roads, try to move forward without accident in the traffic flowing. You cannot fall below the set speed in bomb mode. Enjoy a more comfortable driving experience with the camera angle that suits you', 'https://img.gamemonetize.com/3iomtkreh7s9kjs8z89nkg5wib3fzxeo/512x384.jpg', 'https://html5.gamemonetize.com/3iomtkreh7s9kjs8z89nkg5wib3fzxeo/', '0', 'Racing', 0, 0, '', 'funny-racing'), (6759, 'EXIT unblock red wood block', 'EXIT is a fun puzzle game, quick and easy to play, and also challenging for everyone. Just move the blocks, try to move out the red wooden block making it go through the exit path. Can you move out the red block? The wood graphics of the game make you feel like it is a very classic puzzle game. Enjoy hours of gameplay with over 300 levels to unblock.', 'https://img.gamemonetize.com/x43jdi1pjljh5coq0ny5noqo1rmzje4i/512x384.jpg', 'https://html5.gamemonetize.com/x43jdi1pjljh5coq0ny5noqo1rmzje4i/', '0', 'Hypercasual', 0, 0, '', 'exit--unblock-red-wood-block'), (6760, 'European Football Jersey Quiz', 'The most popular football memory quiz finally has arrived on your device. The concept is simple, you have several flags that you must make match with the correct jersey. You can do the opposite, match the jersey with the correct flag... But at the end, the challenge, if you accept it, is to be smart and fast enough.', 'https://img.gamemonetize.com/oijk33pesuwrttzz0ovz38ndutt4xqpq/512x384.jpg', 'https://html5.gamemonetize.com/oijk33pesuwrttzz0ovz38ndutt4xqpq/', '0', 'Soccer', 0, 0, '', 'european-football-jersey-quiz'), (6761, 'Big eater PK', 'This is a game about eating competition. The game is decompressing and the rules are simple and understandable. Click on the screen to drag the characters to pick up the hamburger vegetables on the ground, and then feed them to sumo wrestlers. The more you eat, the stronger you are. If you push the enemy into the river, you will win', 'https://img.gamemonetize.com/k5mjjo9c1r88nh6n5gxuwewmbli5vnvd/512x384.jpg', 'https://html5.gamemonetize.com/k5mjjo9c1r88nh6n5gxuwewmbli5vnvd/', '0', 'Action', 0, 0, '', 'big-eater-pk'), (6762, '5p', 'ENJOYING CLASSIC CAR PARKING', 'https://img.gamemonetize.com/4sdr948dkeriqub6707msyic9lyssipp/512x384.jpg', 'https://html5.gamemonetize.com/4sdr948dkeriqub6707msyic9lyssipp/', '0', 'Hypercasual', 0, 0, '', 'p'), (6763, 'Pong Cricket', 'Pong Cricket is an online arcade game that tests your skills and reflexes. Pong Cricket is an online game that provides players with a fun and challenging experience. The game is perfect for players who enjoy arcade-style gaming and who are looking for a new and exciting way to spend their free time.', 'https://img.gamemonetize.com/96rd6tub5c6ev026uf0x6nlmrhkvwppe/512x384.jpg', 'https://html5.gamemonetize.com/96rd6tub5c6ev026uf0x6nlmrhkvwppe/', '0', 'Sports', 0, 0, '', 'pong-cricket'), (6764, 'Stickman Hook Animation', 'Stickman Hook is a fun game where you can test your skills. You play as a swinging stickman through hundreds of challenging levels. This fun, colorful stickman game offers over 100 challenging levels. Unlock unique characters along the way to switch things up while you swing. Pay attention to the angle and direction of your swing to make it to the finish line! Can you control your swing? In this game, embody the spider stickman. Finish all the levels with the same agility as a spider. For that, you just have to: - Tap to hook and make incredible jumps - Press your screen to hook your stickman with your grapnel and release to let go - Avoid every obstacle that stands in your way - Swing from hook to hook to pass all the levels', 'https://img.gamemonetize.com/4c8hos7j7bg1tehtpkl4e8j7jk15487m/512x384.jpg', 'https://html5.gamemonetize.com/4c8hos7j7bg1tehtpkl4e8j7jk15487m/', '0', 'Fighting', 0, 0, '', 'stickman-hook-animation'), (6765, 'Car Wash Rush', 'Car Wash Rush is a simple running game. Just control the car to wash it clean when it passes through water. Be careful not to touch the muddy area, it will dirty the car. Come and try this interesting game!', 'https://img.gamemonetize.com/6gdojnojrolw7t7k6mz2l4jxj2k1ddjo/512x384.jpg', 'https://html5.gamemonetize.com/6gdojnojrolw7t7k6mz2l4jxj2k1ddjo/', '0', 'Puzzles', 0, 0, '', 'car-wash-rush'), (6766, 'Flying Cut', 'Flying Cut is an attractive casual game to relieve yourself. The game play is simple to control. Just hold to fly to cut all the things on the road to reach the finished line. Prevent falling down and fail the game! Have a try!', 'https://img.gamemonetize.com/qx8jyu2b73bekbsl4zm69oiw1avti298/512x384.jpg', 'https://html5.gamemonetize.com/qx8jyu2b73bekbsl4zm69oiw1avti298/', '0', 'Puzzles', 0, 0, '', 'flying-cut'), (6767, 'Find The Hidden Minions', 'Find The Hidden Minions is a free online skill and hidden object game. Find out the hidden objects in the specified images. Each level has 10 hidden objects. There are 6 levels in total. The time is limited so be fast and find all hidden objects before time runs out. Clicking in the wrong place several times reduces the time by an additional 5 seconds. So, if you are ready start the game and have fun!', 'https://img.gamemonetize.com/wj2f5jnxa966dre8od221yfa7z2j2jo2/512x384.jpg', 'https://html5.gamemonetize.com/wj2f5jnxa966dre8od221yfa7z2j2jo2/', '0', 'Puzzles', 0, 0, '', 'find-the-hidden-minions'), (6768, 'Realistic Car Parking 3D', 'BMW Car parking is back in the sequel to the biggest mobile parking simulation game of all time! Car parking starts a new era of parking simulation gameplay with super stunning graphics, challenging multi-stage levels and real-time online.', 'https://img.gamemonetize.com/y9jnca881nibybt7o0tt2svyg2r1ouia/512x384.jpg', 'https://html5.gamemonetize.com/y9jnca881nibybt7o0tt2svyg2r1ouia/', '0', 'Racing', 0, 0, '', 'realistic-car-parking-d'), (6769, 'Horse Tina Dressup', 'Cute Tina is the most beautiful horse in horseland. Tina likes to run freely in nature. Tina loves to eat carrots and sugar. Let\'s dress up our lovely friend Tina so fancy', 'https://img.gamemonetize.com/866yfngg88st2moba1eqqc46lxyaofg6/512x384.jpg', 'https://html5.gamemonetize.com/866yfngg88st2moba1eqqc46lxyaofg6/', '0', 'Girls', 0, 0, '', 'horse-tina-dressup'), (6770, 'City Car Driving Simulator 3D', 'Car Driving Simulator is the best car simulator of 2014, thanks to its advanced real physics engine Ever wanted to try a sports car simulator? Now you can drive, drift and feel a racing sports car for free! Be a furious racer on a whole city for you. No need to brake because of traffic or racing other rival vehicles, so you can perform illegal stunt actions and run full speed without the police chasing you! Drifting fast and doing burnout had never been so fun! Burn the asphalt of this open world city!', 'https://img.gamemonetize.com/un4bsq8g1vliu25k75uj8dslt3wunrlt/512x384.jpg', 'https://html5.gamemonetize.com/un4bsq8g1vliu25k75uj8dslt3wunrlt/', '0', 'Racing', 0, 0, '', 'city-car-driving-simulator-d'), (6771, 'Nail Salon Night', 'For most girls, having beautiful nails design is very fashionable and attractive. If you are also a fashion lover, then come to our brand new Fashion Girls Nail Salon game. In this nail salon, you will have the opportunity to learn how to make nice nails.', 'https://img.gamemonetize.com/4t8fzlwghsqjpxmj13447uikihx0ym2k/512x384.jpg', 'https://html5.gamemonetize.com/4t8fzlwghsqjpxmj13447uikihx0ym2k/', '0', 'Hypercasual', 0, 0, '', 'nail-salon-night'), (6772, 'Killer City Avoid Game', 'Once the stickman woke up and realized that everything had changed around. Outwardly, everything remained the same, but the very essence of the city became different, tougher, and even deadly dangerous. To fully understand the situation, take the hero to the streets of Killer City and you will immediately understand everything. It became extremely dangerous to walk, if the hero was not hit by transport, a real killer would lie in wait in the gateway or around the corner. Your task is to collect maximum money. Green packs are lying right on the pavement or in houses. Stock up with a bat to fight off the attack and take care of yourself when crossing the road.', 'https://img.gamemonetize.com/2fs262w5g4zq8q82k926v1lirclkvpzy/512x384.jpg', 'https://html5.gamemonetize.com/2fs262w5g4zq8q82k926v1lirclkvpzy/', '0', 'Boys', 0, 0, '', 'killer-city--avoid-game'), (6773, 'Pattern Switch 2', 'Color switch style game. Max points worldwide so far: 10!! can you do it better? Switch between patterns and Colors. Exciting game with patterns and color switch. Tap to play, tap the ball and be very careful with the obstacles, Switch colors and patterns. Addictive game!!!', 'https://img.gamemonetize.com/zlzbupfshgsxj9ktjdjb05l0i8k19vj9/512x384.jpg', 'https://html5.gamemonetize.com/zlzbupfshgsxj9ktjdjb05l0i8k19vj9/', '0', 'Puzzles', 0, 0, '', 'pattern-switch-'), (6774, 'PJ Masks Moonfizzle Madness', 'Moonfizzle Madness is the newest game to be added into the PJ Masks Games category, and that is not all, because this is not true just for our website, but for online games websites in general, so we have a feeling you are going to be very glad to be among the first children in the world to enjoy it, proving once more why you should come to ZUZU Games as often as possible, where you will always find the best new games on the internet. You begin by choosing which of the three heroes you want to be. The enemy is going to shoot rays of energy towards you, and you are going to use the mouse to draw lines from the left to the right, lines of energy which are going to protect yourself, and every time you do it right, you earn points in return. Make sure to avoid the enemy hits as many times as possible, because not doing it too many times is going to make you lose. Good luck, and don\'t stop at this game, since there are more great ones for you to have fun with today!', 'https://img.gamemonetize.com/sbkju5otthqriqikastii169n266fffw/512x384.jpg', 'https://html5.gamemonetize.com/sbkju5otthqriqikastii169n266fffw/', '0', 'Arcade', 0, 0, '', 'pj-masks-moonfizzle-madness'), (6775, 'PJ Masks Sticky Splat Soccer', 'Sticky Splat Soccer is the game with which today we are starting off our category of PJ Masks Games, a brand new category of Disney Junior Games for which we have planned multiple new and awesome games for you all to enjoy, one more awesome than the other one, and we highly recommend that you stick with us today, since we have not one, but five such games coming for you, one more worth your time than the other. You will be playing soccer with these heroes, and we teach you how right here and now, so make sure you pay close attention! Begin by choosing who of the three heroes you want to be. You will be the goalkeeper, having to catch all of the balls thrown at you, getting points in return for each of them you grab. There will be a point that will start extending on the lines on the right and left, and you have to click on them when they get the biggest they can so that you get the timing right and catch the ball. It is as simple as that, so don\'t stand around, but start playing and having fun with this game right away!', 'https://img.gamemonetize.com/5xpnahvxzsbym3k5dpt84ia98h31y776/512x384.jpg', 'https://html5.gamemonetize.com/5xpnahvxzsbym3k5dpt84ia98h31y776/', '0', 'Sports', 0, 0, '', 'pj-masks--sticky-splat-soccer'), (6776, 'Skateboard Challenge Game ', '“Skateboard Challenge†is a very fun extreme Sport Game! Your objective is to collect all the letters that form the word “S-K-A-T-E†and also the letters that form the word “C-O-M-B-Oâ€, as well as reaching a target score contained in all levels. Beat all the levels performing different extreme maneuvers, use the rail to make combinations of maneuvers and multiply your score! Collect coins to unlock characters. A super radical .', 'https://img.gamemonetize.com/xj7mfa3oydungoyhr3o44ngxews0mlwv/512x384.jpg', 'https://html5.gamemonetize.com/xj7mfa3oydungoyhr3o44ngxews0mlwv/', '0', 'Sports', 0, 0, '', 'skateboard-challenge-game-'), (6777, 'Goofy Goose', 'Sad story about novice space goose. His name is Goofy Goose and he is trying to find his wife - Goosey Goose.', 'https://img.gamemonetize.com/366wei9ms9h6d4ccfkpy92wennqecahh/512x384.jpg', 'https://html5.gamemonetize.com/366wei9ms9h6d4ccfkpy92wennqecahh/', '0', 'Arcade', 0, 0, '', 'goofy-goose'), (6778, ' Amgel Kids Room Escape 67', 'AmgelEscape - Amgel Kids Room Escape 67 is another point and click escape game developed by Amgel Escape. In this game, you are locked in a room and you have to try to escape the room by finding items and solving puzzles. Show your best escaping skills to escape from the room. Can you able to escape from the room successfully? Good luck and have fun!', 'https://img.gamemonetize.com/f1vwra39paa9zfr3egio5odvgu2gmeqq/512x384.jpg', 'https://html5.gamemonetize.com/f1vwra39paa9zfr3egio5odvgu2gmeqq/', '0', 'Puzzles', 0, 0, '', '-amgel-kids-room-escape-'), (6779, ' Amgel Kids Room Escape 68', 'AmgelEscape - Amgel Kids Room Escape 68 is another point and click escape game developed by Amgel Escape. In this game, you are locked in a room and you have to try to escape the room by finding items and solving puzzles. Show your best escaping skills to escape from the room. Can you able to escape from the room successfully? Good luck and have fun!', 'https://img.gamemonetize.com/nohym05jhqkxlcmgxuxt5ec9e2hzbq28/512x384.jpg', 'https://html5.gamemonetize.com/nohym05jhqkxlcmgxuxt5ec9e2hzbq28/', '0', 'Puzzles', 0, 0, '', '-amgel-kids-room-escape-'), (6780, 'Amgel Easy Room Escape 60', 'AmgelEscape - Amgel Easy Room Escape 60 is another point and click escape game developed by Amgel Escape. In this game, you are locked in a room and you have to try to escape the room by finding items and solving puzzles. Show your best escaping skills to escape from the room. Can you able to escape from the room successfully? Good luck and have fun!', 'https://img.gamemonetize.com/ze2o64khlc2i7mo7qc3hwpfbxt1oigl6/512x384.jpg', 'https://html5.gamemonetize.com/ze2o64khlc2i7mo7qc3hwpfbxt1oigl6/', '0', 'Puzzles', 0, 0, '', 'amgel-easy-room-escape-'), (6781, ' Amgel Kids Room Escape 69', 'AmgelEscape - Amgel Kids Room Escape 69 is another point and click escape game developed by Amgel Escape. In this game, you are locked in a room and you have to try to escape the room by finding items and solving puzzles. Show your best escaping skills to escape from the room. Can you able to escape from the room successfully? Good luck and have fun!', 'https://img.gamemonetize.com/khn5pmfzigtj8d0m50z92nls3fr2z9qk/512x384.jpg', 'https://html5.gamemonetize.com/khn5pmfzigtj8d0m50z92nls3fr2z9qk/', '0', 'Puzzles', 0, 0, '', '-amgel-kids-room-escape-'), (6782, 'Amgel Easy Room Escape 61', 'AmgelEscape - Amgel Easy Room Escape 61 is another point and click escape game developed by Amgel Escape. In this game, you are locked in a room and you have to try to escape the room by finding items and solving puzzles. Show your best escaping skills to escape from the room. Can you able to escape from the room successfully? Good luck and have fun!', 'https://img.gamemonetize.com/20wxw27093903fo0ykw6wvboexjuo9i5/512x384.jpg', 'https://html5.gamemonetize.com/20wxw27093903fo0ykw6wvboexjuo9i5/', '0', 'Puzzles', 0, 0, '', 'amgel-easy-room-escape-'), (6783, 'Amgel Mild Challenge Escape 2', '', 'https://img.gamemonetize.com/jn0pwg0low3pvkv9dcgfdh910668rimh/512x384.jpg', 'https://html5.gamemonetize.com/jn0pwg0low3pvkv9dcgfdh910668rimh/', '0', 'Puzzles', 0, 0, '', 'amgel-mild-challenge-escape-'), (6784, 'Amgel Easy Room Escape 62', 'AmgelEscape - Amgel Easy Room Escape 62 is another point and click escape game developed by Amgel Escape. In this game, you are locked in a room and you have to try to escape the room by finding items and solving puzzles. Show your best escaping skills to escape from the room. Can you able to escape from the room successfully? Good luck and have fun!', 'https://img.gamemonetize.com/x88rn61f3yrk8p5l369yps9b3nhh1vhh/512x384.jpg', 'https://html5.gamemonetize.com/x88rn61f3yrk8p5l369yps9b3nhh1vhh/', '0', 'Puzzles', 0, 0, '', 'amgel-easy-room-escape-'), (6785, ' Amgel Kids Room Escape 70', 'AmgelEscape - Amgel Kids Room Escape 70 is another point and click escape game developed by Amgel Escape. In this game, you are locked in a room and you have to try to escape the room by finding items and solving puzzles. Show your best escaping skills to escape from the room. Can you able to escape from the room successfully? Good luck and have fun!', 'https://img.gamemonetize.com/8wacqvnjteo9ms3p7m9kdwem8duuhpey/512x384.jpg', 'https://html5.gamemonetize.com/8wacqvnjteo9ms3p7m9kdwem8duuhpey/', '0', 'Puzzles', 0, 0, '', '-amgel-kids-room-escape-'), (6786, 'Amgel Easy Room Escape 63', 'AmgelEscape - Amgel Easy Room Escape 63 is another point and click escape game developed by Amgel Escape. In this game, you are locked in a room and you have to try to escape the room by finding items and solving puzzles. Show your best escaping skills to escape from the room. Can you able to escape from the room successfully? Good luck and have fun!', 'https://img.gamemonetize.com/zjmv6gp61rftaqc5szyuekahug4m5nsm/512x384.jpg', 'https://html5.gamemonetize.com/zjmv6gp61rftaqc5szyuekahug4m5nsm/', '0', 'Puzzles', 0, 0, '', 'amgel-easy-room-escape-'), (6787, 'Sweet Baby Girl Summer Cleanup', 'The most popular and kids\' all-time favorite cleaning game Sweet Baby Girl Cleanup now with tons of new cleaning fun inside! Play messy house makeover, clean up a pony stable and doghouse, and get ready for a super cool BBQ pool party! Sweet Baby Girl Cleanup is here to help kids learn how to clean up and help parents at home.', 'https://img.gamemonetize.com/vf52em3xowpgl5amtdvd85ibzmsfbua3/512x384.jpg', 'https://html5.gamemonetize.com/vf52em3xowpgl5amtdvd85ibzmsfbua3/', '0', 'Girls', 0, 0, '', 'sweet-baby-girl-summer-cleanup'), (6788, 'Baby Taylor Save Mermaid Kingdom', 'Baby Taylor loves mermaids, and she listens to mermaid stories almost every night. One day she dreamed of becoming a mermaid and attending their party. Can you help her choose the costumes for the ball? What surprises are waiting for her when she wakes up?', 'https://img.gamemonetize.com/j5hvzmjp4jikpct2pqd2pz5d12mvgit0/512x384.jpg', 'https://html5.gamemonetize.com/j5hvzmjp4jikpct2pqd2pz5d12mvgit0/', '0', 'Girls', 0, 0, '', 'baby-taylor-save-mermaid-kingdom'), (6789, 'Pixel Village Battle 3D.IO', 'This is a game set in the countryside shooting game,Come and play with.', 'https://img.gamemonetize.com/gsfpskvyuaw1l2aj96r9mccis94qy268/512x384.jpg', 'https://html5.gamemonetize.com/gsfpskvyuaw1l2aj96r9mccis94qy268/', '0', 'Shooting', 0, 0, '', 'pixel-village-battle-dio'), (6790, 'Dora the Puzzle Challenge', 'Dora the Puzzle Challenge is an amazing and free to play puzzle game suitable for all ages to play. Choose one of the cute Dora images and try to put all small pieces on the wright place. Have fun playing!', 'https://img.gamemonetize.com/o306bzxwucg6ycha176nuk4u5tcenw9k/512x384.jpg', 'https://html5.gamemonetize.com/o306bzxwucg6ycha176nuk4u5tcenw9k/', '0', 'Puzzles', 0, 0, '', 'dora-the-puzzle-challenge'), (6791, 'Ava Home Cleaning', 'Ava is always cute and pretty little girl and wants to keep her home clean and decorated. So, after some holiday, when she came to her home, all the rooms were dirty, So she need your help to clean her home perfectly. Could you help her? Enjoy the cleaning and decorating games in the 7sgames.com', 'https://img.gamemonetize.com/8k4yvok6jr8e03kqjj9x3r7l3cnsl469/512x384.jpg', 'https://html5.gamemonetize.com/8k4yvok6jr8e03kqjj9x3r7l3cnsl469/', '0', 'Girls', 0, 0, '', 'ava-home-cleaning'), (6792, 'Elegant Style Makeover', 'There is a fabulous besties Mia, Ava and Clara are waiting for their best elegant style makeover for the today party. Can you help them to go to salon to get the perfect makeover, makeup and elegant gowns for the party. Come and join the this spa game in the 7sgames.com', 'https://img.gamemonetize.com/4j4lwu0f86i3xwz3o675ju6dhkb12m05/512x384.jpg', 'https://html5.gamemonetize.com/4j4lwu0f86i3xwz3o675ju6dhkb12m05/', '0', 'Girls', 0, 0, '', 'elegant-style-makeover'), (6793, 'Crazy Egg Catch', 'Welcome to Crazy Egg Catch Endless. In this game, you have to transport the egg into the correct conveyor belt. If you waste the egg. The chicken will have angry with you and note the egg color to change the portal color. play and have fun.', 'https://img.gamemonetize.com/xqqeereezpq585j0cgb3ft6nr6g8nrsq/512x384.jpg', 'https://html5.gamemonetize.com/xqqeereezpq585j0cgb3ft6nr6g8nrsq/', '0', 'Hypercasual', 0, 0, '', 'crazy-egg-catch'), (6794, 'Freestyle Racing', 'Freestyle racing game is an arcade racing game. Use your mouse and hold to move the car. This game contains 30 challenging levels and once you finish each level you will be rewarded with coins and use these coins to update your car. unlock more cars and get more speed and control. THis game is too tricky and fun.', 'https://img.gamemonetize.com/7wy6yelgdremdqumkdq1opnw9dl4swp3/512x384.jpg', 'https://html5.gamemonetize.com/7wy6yelgdremdqumkdq1opnw9dl4swp3/', '0', 'Racing', 0, 0, '', 'freestyle-racing'), (6795, 'Brave Soldier Invasion Of Cyborgs', '"Brave Soldier - Invasion Of Cyborgs" is a pixel art platform/side scrolling game where the player must fulfill his mission by defeating all the Cyborgs that invaded Planet Earth. The game contains fifteen levels and a BOSS with unique and very creative mechanics. With a pixel art drawing style, the game gives you a feeling of nostalgia, along with lots of fun! Face the Cyborg Skull boss and save the world! Have fun!', 'https://img.gamemonetize.com/ak2vcc1ug6fetpwwk0ul5iwv8czeddk6/512x384.jpg', 'https://html5.gamemonetize.com/ak2vcc1ug6fetpwwk0ul5iwv8czeddk6/', '0', 'Adventure', 0, 0, '', 'brave-soldier--invasion-of-cyborgs'), (6796, 'My Cottagecore Aesthetic Look', 'Welcome to the My Cottagecore Aesthetic Look game. Cottagecore fashion is inspired by farm life, it is very impractical for doing chores around the farm! Princess Elsa, Anna, and Ariel are best friends planning to try something special. Get ready to explore the Cottagecore fashion style along with them to create the cutest looks!', 'https://img.gamemonetize.com/inf6g0gruxqhsxdljh6qqbxpvnvsdvtd/512x384.jpg', 'https://html5.gamemonetize.com/inf6g0gruxqhsxdljh6qqbxpvnvsdvtd/', '0', 'Girls', 0, 0, '', 'my-cottagecore-aesthetic-look'), (6797, 'Peppa and Friends Difference', 'Peppa and Friends Difference is a free online difference and kids game! In this game you will need to find 7 differences in every picture. There are 6 different levels. You have one original image and one with mistakes in it. Have fun!', 'https://img.gamemonetize.com/1kgmvt413htw2vcirwr69s2o1vzxr0zb/512x384.jpg', 'https://html5.gamemonetize.com/1kgmvt413htw2vcirwr69s2o1vzxr0zb/', '0', 'Puzzles', 0, 0, '', 'peppa-and-friends-difference'), (6798, 'Urban Race', 'Play Urban Race. Drive your car, dodge obstacles and avoid the police, the more distance you travel, the more cash you will collect. Collect the coins to buy more cars. But be careful and don\'t run out of fuel or you will lose. Enjoy Urban Race.', 'https://img.gamemonetize.com/kqi59c6fmbpx6pp3woeh0n0no8pkm3ij/512x384.jpg', 'https://html5.gamemonetize.com/kqi59c6fmbpx6pp3woeh0n0no8pkm3ij/', '0', 'Racing', 0, 0, '', 'urban-race'), (6799, 'Alien Home Block Collapse', 'This is a twisted block collapse game with interesting puzzles. In each level you will find a UFO which has lost its path in stars. Collapse the star blocks to make a way for the UFO to reach its home planet. There will be 40 challenging levels in this game. Complete all to win the game.', 'https://img.gamemonetize.com/tnd976z2xo6gfdatm3nrpxs4rdtl36yt/512x384.jpg', 'https://html5.gamemonetize.com/tnd976z2xo6gfdatm3nrpxs4rdtl36yt/', '0', 'Puzzles', 0, 0, '', 'alien-home-block-collapse'), (6800, 'Hamster To confirm', 'This is a small game for leisure and intelligence. The protagonist of the game is a cute little hamster. The main task of the game is to help this cute little hamster to pass the pass. The rules of the game are simple and easy to understand. Smart, come and help the hamster to pass the pass quickly', 'https://img.gamemonetize.com/8suge34lk4btibg5yf1q1fzs5fkhkdl4/512x384.jpg', 'https://html5.gamemonetize.com/8suge34lk4btibg5yf1q1fzs5fkhkdl4/', '0', 'Action', 0, 0, '', 'hamster-to-confirm'), (6801, 'Fruitways Matching', 'Move the fruits to the blank spaces in order to create a horizontal or vertical row of 3 identical fruits. Use as less moves as possible for more score. To make a fruit move, first tap on it and then tap on any blank tile. If there is any open path between the fruit and its destination, it would travel to the new place. Complete a level before your score reaches to 0. You can use special powers like Bomb and extra score for matching fruits faster.', 'https://img.gamemonetize.com/t5uu1l9o70di5npaltcplxecw24auiz6/512x384.jpg', 'https://html5.gamemonetize.com/t5uu1l9o70di5npaltcplxecw24auiz6/', '0', 'Puzzles', 0, 0, '', 'fruitways-matching'), (6802, 'Idle Store Cleaner', 'Are you up for some cleaning? Help get the mall cleaned by picking up trash, mopping the floor, exploring new territories, and many more. Upgrade your character to make cleaning faster and get paid more for the work done.', 'https://img.gamemonetize.com/jur2q7y6q1wk656nv8jq1emiaual9d99/512x384.jpg', 'https://html5.gamemonetize.com/jur2q7y6q1wk656nv8jq1emiaual9d99/', '0', 'Hypercasual', 0, 0, '', 'idle-store-cleaner'), (6803, 'Babysitter Madness', 'Do you want to be a babysitter? Let\'s learn about the babysitter and baby care! Help the babysitter to take care of these babies. This job is so much fun. Changing, feeding, sleeping, dressing baby, and finishing all levels. Hope you can have a good time in Babysitter Madness!', 'https://img.gamemonetize.com/n7ztyvdxs9b1yeljvu7re9r6drx93h6o/512x384.jpg', 'https://html5.gamemonetize.com/n7ztyvdxs9b1yeljvu7re9r6drx93h6o/', '0', 'Girls', 0, 0, '', 'babysitter-madness'), (6804, 'Hippo Baby Care', 'Our Baby Hippo stays at home alone! Come and help take care of him! You need to do a lot of things to take good care of him, play with him, make him happy, feed him... Of course, he will coquettish and cry, even pee his pants, can you take good care of Baby Hippo?', 'https://img.gamemonetize.com/loab9q4ydezcejn1k7zmzcxxdzqng60u/512x384.jpg', 'https://html5.gamemonetize.com/loab9q4ydezcejn1k7zmzcxxdzqng60u/', '0', 'Girls', 0, 0, '', 'hippo-baby-care'), (6805, 'maze square', 'A casual decompression game, the game style is 3D cartoon box superposition game. Players need to control the characters in the game. The characters walk in the card slot, start to stack bricks, and walk out of the maze. Come and try', 'https://img.gamemonetize.com/j2mj1ubh3z27k5h1f8u4nzuvopeomchb/512x384.jpg', 'https://html5.gamemonetize.com/j2mj1ubh3z27k5h1f8u4nzuvopeomchb/', '0', 'Action', 0, 0, '', 'maze-square'), (6806, 'Game Rescue Car 3D', 'A character who was given a huge stone needs your help, and now his life depends only on your ingenuity. You have to show it in order to build a rescue vehicle from the individual elements presented in the game in the shortest possible time.', 'https://img.gamemonetize.com/59mb8ah52yjzbal75m5oum7bdkshzlsl/512x384.jpg', 'https://html5.gamemonetize.com/59mb8ah52yjzbal75m5oum7bdkshzlsl/', '0', 'Puzzles', 0, 0, '', 'game-rescue-car-d'), (6807, 'Hopeless Island Survival Hero', 'Looking for an exciting action game to keep you entertained? Check out Hopeless Island: Survival Hero. In this game, you play as a brave warrior who must fight for survival on a dangerous island. Use your skills and defend against the savage attacks to escape the island and survive. The mission is not easy, but with careful planning and quick reflexes, you just might make it out alive. Hopeless Island: Survival Hero is free to play on any Devices', 'https://img.gamemonetize.com/32ad3v3cyj7c3acvdz1j3lkuyii354t7/512x384.jpg', 'https://html5.gamemonetize.com/32ad3v3cyj7c3acvdz1j3lkuyii354t7/', '0', 'Arcade', 0, 0, '', 'hopeless-island-survival-hero'), (6808, 'Fat Mario vs Zombies', 'Welcome to Fat Mario vs Zombies, a new mario shooting game. Your mission is to aim and shoot Zombies in this amazing shooting game. Explore and finish tons of levels to win', 'https://img.gamemonetize.com/i2obfhpek3ycepuvlr7gtipks31tn23w/512x384.jpg', 'https://html5.gamemonetize.com/i2obfhpek3ycepuvlr7gtipks31tn23w/', '0', 'Shooting', 0, 0, '', 'fat-mario-vs-zombies'), (6809, 'BoomBoom', 'This is still very much a prototype, but I just needed to release what I had.', 'https://img.gamemonetize.com/6afmmjglb7qnwd2e9jyn2eia0i4xwxja/512x384.jpg', 'https://html5.gamemonetize.com/6afmmjglb7qnwd2e9jyn2eia0i4xwxja/', '0', 'Arcade', 0, 0, '', 'boomboom'), (6810, 'Archer Warrior Stickman War', 'In this interesting 3D fighting game Archer Warrior, what players need to do is to ride on horseback, improve their skills, fight with their enemies, and release their powerful energy to defeat every bad guy and save the hostages. Have fun in the Archer Warrior!', 'https://img.gamemonetize.com/afxlp7xk56434s875mplxpn0pr2wi5x5/512x384.jpg', 'https://html5.gamemonetize.com/afxlp7xk56434s875mplxpn0pr2wi5x5/', '0', 'Action', 0, 0, '', 'archer-warrior--stickman-war'), (6811, 'Baby Taylor Hot Spring Trip', 'Taylor is going on vacation with his mother at Hot Springs Manor! This is Taylor\'s first time in the hot spring. He doesn\'t know what to prepare. Please help Taylor pack his luggage. Then please guide Taylor to the hot springs and let her have a pleasant vacation.', 'https://img.gamemonetize.com/jcc8umqwr0h3ea5nx0fxxz7xca2aejhp/512x384.jpg', 'https://html5.gamemonetize.com/jcc8umqwr0h3ea5nx0fxxz7xca2aejhp/', '0', 'Girls', 0, 0, '', 'baby-taylor-hot-spring-trip'), (6812, 'Dr Parking Parking Master', 'Perhaps you have enough confidence to complete any parking missions without any crashing in-car driving simulation games like Dr. Parking. We still prepared anti-crashing cards for you to ignore mistakes at every level. The reward you won is allowed to unlock more supercars in the Carport. It is time for you to prove your driving skills on all levels!', 'https://img.gamemonetize.com/wdujq6zxbwzhrpeguyat0yitem75di45/512x384.jpg', 'https://html5.gamemonetize.com/wdujq6zxbwzhrpeguyat0yitem75di45/', '0', 'Boys', 0, 0, '', 'dr-parking--parking-master'), (6813, 'Wild Animal Hospital Veterinarian', 'In the world, there are many different, important, and necessary professions. One such wonderful profession is a doctor. In this entertaining game, your clinic and you, like an actual doctor, will take wild animals that are sick and need treatment and emergency medical care. Your clinic is always ready to accept new patients. You must all your knowledge and skills, efforts, and diligence, to cure these wild animals from cold, bruises, or any other wound. Let\'s get started!', 'https://img.gamemonetize.com/3srm0zz3nysp1ozhqdi6fsimc17ddv2x/512x384.jpg', 'https://html5.gamemonetize.com/3srm0zz3nysp1ozhqdi6fsimc17ddv2x/', '0', 'Girls', 0, 0, '', 'wild-animal-hospital-veterinarian'), (6814, 'Crazy Basketball', 'Crazy Basketball Machine simulates the realistic physics and features great graphics, nice game room environment and your very own virtual hand to shoot some hoops.', 'https://img.gamemonetize.com/ax6oce4egmzqok1obl3ewrwyuzg7oldy/512x384.jpg', 'https://html5.gamemonetize.com/ax6oce4egmzqok1obl3ewrwyuzg7oldy/', '0', 'Sports', 0, 0, '', 'crazy-basketball'), (6815, 'Happy Farm Village Life', 'You have a great animal farm. There are many kinds of animals. You have to manage them. Clean, feed food and play with them. They are so cute, do not you want to play for a while? They need you! Come to play this game, those animals will be more like you.', 'https://img.gamemonetize.com/mnek4ofqatksjz00mnu1rfdh2rkykwba/512x384.jpg', 'https://html5.gamemonetize.com/mnek4ofqatksjz00mnu1rfdh2rkykwba/', '0', 'Girls', 0, 0, '', 'happy-farm--village-life'), (6816, 'Labor Day Escape', 'AmgelEscape - Amgel Labor Day Escape is another point and click escape game developed by Amgel Escape. In this game, you are locked in a kids room and you have to try to escape the kids room by finding items and solving puzzles. Show your best escaping skills to escape from kids room. Can you escape from the kids room successfully? Good luck and have fun!', 'https://img.gamemonetize.com/afclfqfjq3o5dksx9jnovogyerar1rqd/512x384.jpg', 'https://html5.gamemonetize.com/afclfqfjq3o5dksx9jnovogyerar1rqd/', '0', 'Puzzles', 0, 0, '', 'labor-day-escape'), (6817, 'Amgel Easy Room Escape 68', 'AmgelEscape - Amgel Easy Room Escape 68 is another point and click escape game developed by Amgel Escape. In this game, you are locked in a room and you have to try to escape the room by finding items and solving puzzles. Show your best escaping skills to escape from the room. Can you able to escape from the room successfully? Good luck and have fun!', 'https://img.gamemonetize.com/99eh9g675uqr9coo4v5diimx6pfeoey5/512x384.jpg', 'https://html5.gamemonetize.com/99eh9g675uqr9coo4v5diimx6pfeoey5/', '0', 'Puzzles', 0, 0, '', 'amgel-easy-room-escape-'), (6818, 'Cups and Balls', 'A great puzzle needs only a few simple elements to toy with the rules of physics and create a truly challenging and absorbing test of your logic. That’s certainly true for this addictive and original puzzle game that will have you racking your brain and trying over and over again to complete each level with nothing more than a pile of balls and a few pieces of rope.', 'https://img.gamemonetize.com/cheeau1kahzzol693mro83xo1wn2q4hu/512x384.jpg', 'https://html5.gamemonetize.com/cheeau1kahzzol693mro83xo1wn2q4hu/', '0', 'Puzzles', 0, 0, '', 'cups-and-balls'), (6819, 'Glam Dress Up Game For Girls', '', 'https://img.gamemonetize.com/ce2ia8gp37elx5q4dvlu7umzsicyq3wy/512x384.jpg', 'https://html5.gamemonetize.com/ce2ia8gp37elx5q4dvlu7umzsicyq3wy/', '0', 'Puzzles', 0, 0, '', 'glam-dress-up-game-for-girls'), (6820, 'Game Subway Surf Hong Kong', 'Subway surfers in Hong Kong! The guys intend to fully break away in this Chinese metropolis, arranging an incredible adventure on the territory of its subway. You, as always, can be a part of these incredibly exciting events. Help the guys have fun from the heart and get out of persecution.', 'https://img.gamemonetize.com/yzg0bpb38o1x6yz32deyhjnktcfn2fs0/512x384.jpg', 'https://html5.gamemonetize.com/yzg0bpb38o1x6yz32deyhjnktcfn2fs0/', '0', 'Adventure', 0, 0, '', 'game-subway-surf-hong-kong'), (6821, 'Private War Pro', 'You can play with different players over the internet. You can practice with bots without internet. You can modulate third-party module sizes from first-person settings.', 'https://img.gamemonetize.com/iaewmlp339u51vt0acwt12jtcgl6uf07/512x384.jpg', 'https://html5.gamemonetize.com/iaewmlp339u51vt0acwt12jtcgl6uf07/', '0', 'Shooting', 0, 0, '', 'private-war-pro'), (6822, 'Dress Up 3D ', 'Free styling fashion game that decorates your 3D character A gorgeous stage to become a world model! Let\'s captivate everyone\'s hearts with cool outfits! A global model appears with your own unique styling!', 'https://img.gamemonetize.com/78kzxgyy1dpthgf43kj50je7ktcrravp/512x384.jpg', 'https://html5.gamemonetize.com/78kzxgyy1dpthgf43kj50je7ktcrravp/', '0', 'Girls', 0, 0, '', 'dress-up-d-'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (6823, 'Crazy race car parking', 'Advance Car Parking Game and Car Driving Simulator is the latest car drive parking and totally genuine car parking game of 2021 offered by Broken Diamond. Are you looking forward to have a new car parking and car driving games to park your vehicle as much as you want? We know you are here with a hope to find a new car parking simulator that suits you perfectly. Are you annoyed by all the similar car parking games and modern car drive, and lack of high-quality graphics and uniqueness in modern car parking? You will also learn how to actually park your car while enjoying the parking 3d game and master yourself by practicing. You will be the king of parking in this video games play free. Now most addictive car simulator games and car sim is here to test you as a car parking driver. Master the game play of unique car parking game and driving game play styles.', 'https://img.gamemonetize.com/jzuxl5hdeus2oaz7ce507i2ibhdhw927/512x384.jpg', 'https://html5.gamemonetize.com/jzuxl5hdeus2oaz7ce507i2ibhdhw927/', '0', 'Racing', 0, 0, '', 'crazy-race-car-parking'), (6824, 'scalerman', 'Change in size to overcome various obstacles and get to the finish line first!', 'https://img.gamemonetize.com/z9bfdc4w40h5m8qy1ffzla95lkam8wpq/512x384.jpg', 'https://html5.gamemonetize.com/z9bfdc4w40h5m8qy1ffzla95lkam8wpq/', '0', 'Adventure', 0, 0, '', 'scalerman'), (6825, 'Tower Loot', 'With a magician with super powers, you must destroy all the objects and bring the safe to the sticky floor. Reaching the sticky floor, the chest opens immediately. Do not forget that it is enough to stick to the floor because there is stickiness on the floor. You can delete blocks. click on the blocks and destroy them attract the chest.', 'https://img.gamemonetize.com/xyz1qj61f1un3grq5n8xz927o10amesp/512x384.jpg', 'https://html5.gamemonetize.com/xyz1qj61f1un3grq5n8xz927o10amesp/', '0', 'Arcade', 0, 0, '', 'tower-loot'), (6826, 'Car Stunt Game', 'Welcome to the GT Car Stunt Master 3D which are based on Car driving simulator concepts. Looking for Adventure games for you or adventure games online? Then play Car Games in which you will experience circus car racing and Car Stunts as you have experienced before in Car racing stuntman games and car Free stunt games. In this Car Stunt Master 3D - Mega Ramps game you will experience different types of Spider car racing modes like race with Crazy cars, GT racing stunt or Mega Ramp Racing Car Stunt. In this Mega Ramp game you will enjoy the Mega Ramp Car jumping like Muscle car games and other Racing games. Many different Car Stunts, tracks and levels are designed by the racing professionals', 'https://img.gamemonetize.com/8tp147trvevba1h4w57t57slehkfatm8/512x384.jpg', 'https://html5.gamemonetize.com/8tp147trvevba1h4w57t57slehkfatm8/', '0', 'Racing', 0, 0, '', 'car-stunt-game'), (6827, 'Cups Tower Builder', 'Cups Tower Builder is a puzzle game where you need to create a tower from cups. The cups will move horizontally on the screen and when you tap on the screen the cup will fall to the ground. Do that will all cups and try to fall them one above the other. When some cup falls from the building the game will be over. Play longer as you can and create the longest cup building.', 'https://img.gamemonetize.com/sfgv8jyfp1dbg8s51it346jjosvwmxzi/512x384.jpg', 'https://html5.gamemonetize.com/sfgv8jyfp1dbg8s51it346jjosvwmxzi/', '0', 'Puzzles', 0, 0, '', 'cups-tower-builder'), (6828, 'Ragdoll Fall Down', 'In the game Ragdoll Fall Down you will find yourself in a world where the painted people live. A war broke out between the two peoples - green and red. You will help your green man to destroy your opponents. In front of you on the screen you will see your hero standing with a gun in his hands in a certain area. At a certain distance from him will be his opponent. You will have to calculate the trajectory of the shot, raise your pistol and fire. If your aim is accurate, then the bullet will hit the enemy, and you will get points for it. Remember that the bullet can ricochet off objects and you can use this property to destroy opponents.', 'https://img.gamemonetize.com/vbyad7v0tdo64xzi5fkhj5k5wcm0aqk4/512x384.jpg', 'https://html5.gamemonetize.com/vbyad7v0tdo64xzi5fkhj5k5wcm0aqk4/', '0', 'Arcade', 0, 0, '', 'ragdoll-fall-down'), (6829, 'Trials Frontier', 'Play the mobile version of the best game in the critically acclaimed Trials series from award-winning publisher RedLynx! Experience the ultimate motorcycle game for smartphones and tablets for free!', 'https://img.gamemonetize.com/76zrt3sjnq3g82c3kd2h6yp8tnt7qx64/512x384.jpg', 'https://html5.gamemonetize.com/76zrt3sjnq3g82c3kd2h6yp8tnt7qx64/', '0', 'Sports', 0, 0, '', 'trials-frontier'), (6830, 'Panda Fun Park', 'Panda Fun Park is a very lovely game. Little panda loves to go to the amusement park with its friends. Would you like to join them? There are lots of fun stuffs in the park such as roller coaster, haunted house and sky wheel etc. Click the play button to enter the game and know what they play at the amusement park and join them. Have a good time!', 'https://img.gamemonetize.com/5yhy9kxcll8p8fnyjjvr80ipa6gtjop7/512x384.jpg', 'https://html5.gamemonetize.com/5yhy9kxcll8p8fnyjjvr80ipa6gtjop7/', '0', 'Girls', 0, 0, '', 'panda-fun-park'), (6831, 'Zombie Hunger 2022', 'While you\'re competing in The Zombie Hunger Game, you can have a good time. There are certain fundamental elements that, when combined, make it possible to advance through the game levels. You can go out and put some zombies out of their misery in order to raise your score. You can: 1-Upgrade your weapon 2- Acquire new arms and armor 3- Acquire New Playable Characters For your continued enjoyment, we will continue to add new content, including levels and other features, to the app.', 'https://img.gamemonetize.com/ctm5xx8g3agoidf1cf4j5xuw1iqt7jol/512x384.jpg', 'https://html5.gamemonetize.com/ctm5xx8g3agoidf1cf4j5xuw1iqt7jol/', '0', 'Shooting', 0, 0, '', 'zombie-hunger-'), (6832, 'Farmer Challenge Party', 'The challenge between the farmers is beginning with the Farmer Challenge Party game in two player game mode! This war consists of four chapters chicken pick challenge, plant and harvest, vegetable wars, and fishing. In each of these chapters, you will need to score higher than your opponent. At the Chickens level, hit egg blocks to spawn chickens and collect them, and put them in your area. Avoid explosive blocks. At the Farms level, you should plant and harvest more than your friend. You can harvest your friend\'s plants either. At the Vegetables level, pick vegetables on the ground and shoot your friend by using cannon. At the Fishery level, catch fish more than your friend. In all of the levels the one who scores 10 first, wins the challenge.', 'https://img.gamemonetize.com/8sz92uhefvad00inswdia9i06bvhn80q/512x384.jpg', 'https://html5.gamemonetize.com/8sz92uhefvad00inswdia9i06bvhn80q/', '0', 'Action', 0, 0, '', 'farmer-challenge-party'), (6833, 'Noob Platform Adventure', 'Noob Platform Adventure is super fun survival game that you can play online for free. The aim of the game is to stay alive as long time as possible. Jump on the platforms, collect food but avoid hitting the top or bottom of the stage. Have fun playing.', 'https://img.gamemonetize.com/lxjb98hiocwqsxezh75dvlm1y3ap8lzx/512x384.jpg', 'https://html5.gamemonetize.com/lxjb98hiocwqsxezh75dvlm1y3ap8lzx/', '0', 'Hypercasual', 0, 0, '', 'noob-platform-adventure'), (6834, 'Fashion Girl Dressup', 'Monica is a beautiful fashion model. All their clothes are custom made. Which clothes do you think should go to the fashion show today? Let\'s dress her up very stylish', 'https://img.gamemonetize.com/6zpvyawe1tw0ei9e9wul6jcea9xhz217/512x384.jpg', 'https://html5.gamemonetize.com/6zpvyawe1tw0ei9e9wul6jcea9xhz217/', '0', 'Girls', 0, 0, '', 'fashion-girl-dressup'), (6835, 'Sint Nicolaas', 'Sint Nicolaas is a puzzle/platform game about Sinterklaas, a Dutch tradition. Collect all the lost presents and cookies in each level and deliver them to the right chimneys before dawn. Story: Sint has been robbed! The thieves have taken his big sack full of presents and gingerbread cookies. In their run, however, the they aren\'t careful and everything start dropping out of the sack. Now Sint only has to collect the lost cookies and presents and bring them to the right chimney. Each chimney has a mark indicating the color of the present to be delivered there and the number of gingerbread cookies that still have to be dropped. Sint can carry lots of presents behind him, but he can only drop the first one into the chimney. So he must always look for a chimney with the color of his first present, or collect the presents in the right order. Sint has to deliver all the presents during the same night and be ready before dawn. So be sure to watch the time at the bottom of the screen. If Sint completes a level fast enough, there might also be time left for a bonus level! Sint\'s quest over the roofs is dangerous, he must be very careful not to fall off. Sometimes it can be very slippery. Besides, there are TV antennas with sharp edges. And there are even dangerous birds that will attack him and even try to steal presents or cookies. Sint can jump on the birds, but he would rather leave them all alive for extra points. Finally, be sure to collect all the chocolate letters S I N T for an extra life!', 'https://img.gamemonetize.com/38ypyxzzclloeqrjug5t0cz8u7j0tl4v/512x384.jpg', 'https://html5.gamemonetize.com/38ypyxzzclloeqrjug5t0cz8u7j0tl4v/', '0', 'Adventure', 0, 0, '', 'sint-nicolaas'), (6836, 'Basketball Line Draw The Dunk Line', 'Draw a line and make the falling ball score the basket! Time your drawings properly and avoid the bombs! Start drawing and dunk the balls!', 'https://img.gamemonetize.com/q3kmzjunadtxkw3c55y3465ru3m9vknq/512x384.jpg', 'https://html5.gamemonetize.com/q3kmzjunadtxkw3c55y3465ru3m9vknq/', '0', 'Sports', 0, 0, '', 'basketball-line--draw-the-dunk-line'), (6837, 'Baby Taylor Fairy Land Dream', 'Taylor suddenly finds out she is in a Fairy Land. But the world doesn\'t look beautiful. Taylor meets a princess who tells her that the world will be destroyed by an evil witch. The only way to rebuild the world is to find all the magic materials. Taylor decides to protect the world with her brave heart. It\'s a tough road. Please help her!', 'https://img.gamemonetize.com/4vvs0zze6b6tbg3bejxi99svscbz6q52/512x384.jpg', 'https://html5.gamemonetize.com/4vvs0zze6b6tbg3bejxi99svscbz6q52/', '0', 'Girls', 0, 0, '', 'baby-taylor-fairy-land-dream'), (6838, 'Chef Kids', 'Nowadays, more and more children are also cooking. They learn to cook from an early age and can make various desserts and staple foods. In the game Chef Kids, you will play a little chef. First of all, you must choose a suitable chef outfit. And then began to cook delicious food, the staple food is noodles, and then also need to bring desserts and cakes, want to become a qualified chef? Come and learn cooking skills with our kids!', 'https://img.gamemonetize.com/92rwhhzhrguewwarg5z9msd7tv4v28yo/512x384.jpg', 'https://html5.gamemonetize.com/92rwhhzhrguewwarg5z9msd7tv4v28yo/', '0', 'Girls', 0, 0, '', 'chef-kids'), (6839, 'Samurai Escape', 'You are in a samurai village and the gate to the exit is locked. Explore the mysterious place and look for helpful things that will help you escape!', 'https://img.gamemonetize.com/344hg65a35l4dzj37jnsaqr93r3pucyg/512x384.jpg', 'https://html5.gamemonetize.com/344hg65a35l4dzj37jnsaqr93r3pucyg/', '0', 'Puzzles', 0, 0, '', 'samurai-escape'), (6840, 'Space Attracts', 'Space Attracts is an online jump adventure game that challenges your skills and reflexes. With NapTech Games, you can enjoy this game for hours on end. Space Attracts Online Jump Adventure Games is a game created by NapTech Games. It is an online game that can be played by multiple people at the same time. The goal of the game is to reach the highest score by jumping on different platforms and avoiding obstacles.', 'https://img.gamemonetize.com/wd1jeshmqrsgizan5j1s7wv5hqz4oqbc/512x384.jpg', 'https://html5.gamemonetize.com/wd1jeshmqrsgizan5j1s7wv5hqz4oqbc/', '0', 'Adventure', 0, 0, '', 'space-attracts'), (6841, 'Baby Panda Chinese Holidays', 'Baby Panda Chinese Holidays is a very popular cooking game. Do you know what baby panda does in Chinese holidays? Just enter the game and cook and have fun with baby panda. You can learn how to cook moon cakes and Zongzi. Have a dragon boat competitaion with little dog in the game. You can also experience the process of producing papers. Have a good time!', 'https://img.gamemonetize.com/6cvxzsieustsk600rq6741bqw67ljb5v/512x384.jpg', 'https://html5.gamemonetize.com/6cvxzsieustsk600rq6741bqw67ljb5v/', '0', 'Girls', 0, 0, '', 'baby-panda-chinese-holidays'), (6842, 'Anime Girl Dress Up', 'Welcome all lovely girls into the world of dream girls, Sweet girls with cute little skirts, elegant girls with noble dresses, classical girls with beautiful Hanfu, there are more surprises here! In the dream girl world, you can have a beautiful wardrobe, cute room, stylish makeup, gorgeous suits, and you can also create your own most shining idol girl here!', 'https://img.gamemonetize.com/ocjvimrkxbsmuvrvg4w0w6t0wh0bw4u2/512x384.jpg', 'https://html5.gamemonetize.com/ocjvimrkxbsmuvrvg4w0w6t0wh0bw4u2/', '0', 'Girls', 0, 0, '', 'anime-girl-dress-up'), (6843, 'Who Is The Joker?', 'Who is the Joker is a horror adventure online game for free. It combines werewolf killing and hide-or-seek gameplay. As different identities, find various props and various key clues to survive to be the champion. Rich and detailed game scene, frightening music effect renders the exciting atmosphere. It\'s playable on all mobile devices. Decryption escape game lovers call your friends to challenge!', 'https://img.gamemonetize.com/pth9rd10qn3y5eg5kq7v05wke684cn6k/512x384.jpg', 'https://html5.gamemonetize.com/pth9rd10qn3y5eg5kq7v05wke684cn6k/', '0', 'Boys', 0, 0, '', 'who-is-the-joker'), (6844, 'Pancake Cake Treat', 'Our beautiful girls Mia, Ava and Clara are planning to make delicious pancake cakes for their party. Could you help them to make the pancakes and decorate them perfectly. later all the three want to get ready for the party. Enjoy the cooking games in 7sgames.com', 'https://img.gamemonetize.com/itnve64xa4bjprekq3bolbe9htjmnhm8/512x384.jpg', 'https://html5.gamemonetize.com/itnve64xa4bjprekq3bolbe9htjmnhm8/', '0', 'Girls', 0, 0, '', 'pancake-cake-treat'), (6845, 'Bubble Maze', 'This is an extremely interesting leisure puzzle mobile game. Bubble Maze uses a simple and fresh game style to build an interesting adventure world. The rich game scenes and game levels give players unlimited fun. The game is simple and easy to use, full of happy leisure play methods', 'https://img.gamemonetize.com/jrtig489ndw92rq0uem2kt25bgybc853/512x384.jpg', 'https://html5.gamemonetize.com/jrtig489ndw92rq0uem2kt25bgybc853/', '0', 'Adventure', 0, 0, '', 'bubble-maze'), (6846, 'Cheerleaders School', 'Discover the world of the cheerleaders and the intensity of the competition with Cheerleaders School. Lead your team as a manager and show as many beautiful figures as you can to impress the member of the jury. Test your skills in this arcade-like game and become the queen of the cheerleaders. Cheerleaders School is a game in which your reflexes are going to be challenge. You have to reproduce combination of figures shown on the screen.', 'https://img.gamemonetize.com/rw6cjrbhvhsed0hkv5l0gyroe1xt9ipb/512x384.jpg', 'https://html5.gamemonetize.com/rw6cjrbhvhsed0hkv5l0gyroe1xt9ipb/', '0', 'Hypercasual', 0, 0, '', 'cheerleaders-school'), (6847, 'Cafe Paris', 'Paris, the city of lights… and coffee shops too! A bit like the one you just found yourself become your own boss. You’ll need a good analytic mind and honed reflexes if you want to deal with your clients efficiently.', 'https://img.gamemonetize.com/3r95b0e46ahhq9fpmb0fxalkhae1j8j4/512x384.jpg', 'https://html5.gamemonetize.com/3r95b0e46ahhq9fpmb0fxalkhae1j8j4/', '0', 'Girls', 0, 0, '', 'cafe-paris'), (6848, 'Chain reaction', 'In another galaxy, a small planet is the home of strange molecules. These multicolored molecules go crazy in all directions. Your goal is to create a chain reaction, to catch as much molecules as possible. Click somewhere will create an explosion that will affect all molecules in the area.', 'https://img.gamemonetize.com/0udj9auh8qpqe8optd34kig4w4tn66mj/512x384.jpg', 'https://html5.gamemonetize.com/0udj9auh8qpqe8optd34kig4w4tn66mj/', '0', 'Puzzles', 0, 0, '', 'chain-reaction'), (6849, 'Bubble Shooter Colors Game', '"BUBBLE SHOOTER COLOR GAME" is a classic arcade game that you can play for FREE! You must match 3 bubbles to burst them in this fun and classic shooting game! This awesome shooter is for all puzzle fans who want to test their speed and their brain and raise this amazing challenge.', 'https://img.gamemonetize.com/kykbyxskojfrs7e4iaqzevo1wejk1lhi/512x384.jpg', 'https://html5.gamemonetize.com/kykbyxskojfrs7e4iaqzevo1wejk1lhi/', '0', 'Arcade', 0, 0, '', 'bubble-shooter--colors-game'), (6850, 'Brain Teasers Colors Game ', 'This game is a simple puzzle game that is easy to learn & quick to play. This blaster will challenge your brain and your reflexes! Brain Teasers : Game of Dots, you must burst dots to trigger a chain reaction in order to eliminate them. You need to eliminate all the dots to complete the level and pass to the next level. You have 400 levels to complete before finishing the game. In each level, you can collect stars. Complete the level as fast as possible in order to collect the maximum of stars. Will you be able to complete all levels with 3 stars? This is your challenge. Millions of player love the game ! “A total blast to play. You won’t be able to turn off this game!†“The perfect blend of simplicity and challenge. Entertaining!†“Easy, fun, and perfect for downtime. Exactly what I\'ve been looking for!â€', 'https://img.gamemonetize.com/etsdewosj5aqskfvahyc521pppi5e6hj/512x384.jpg', 'https://html5.gamemonetize.com/etsdewosj5aqskfvahyc521pppi5e6hj/', '0', 'Puzzles', 0, 0, '', 'brain-teasers--colors-game-'), (6851, 'Alchemist puzzle game', 'Alchemist puzzle : mix potions, is a casual puzzle game. This is the Best finger-sliding potions elimination game Enjoy your leisure time by sliding your finger! Slide your finger to create chains of three or more potions. Link a maximum of potions to make the best score to win.', 'https://img.gamemonetize.com/lx6ttsex3poqjab6n04ftr5024794ew7/512x384.jpg', 'https://html5.gamemonetize.com/lx6ttsex3poqjab6n04ftr5024794ew7/', '0', 'Puzzles', 0, 0, '', 'alchemist-puzzle-game'), (6852, 'Brain Teasers Avoid Crash', 'In this simple game you will try to control the trafic lights to avoid crash between cars. You have to switch lights properly to manage the trafic. Feel like a traffic controler police officer standing in the middle of a dangerous crossroad. Try to finish all levels with 3 stars. Watch out for other cars and avoid crash and try to make the best score. Try to survive as long as you can in the multitude of levels', 'https://img.gamemonetize.com/4kgl3ufpbla47w65fkx2h7r7rli9pjh0/512x384.jpg', 'https://html5.gamemonetize.com/4kgl3ufpbla47w65fkx2h7r7rli9pjh0/', '0', 'Puzzles', 0, 0, '', 'brain-teasers--avoid-crash'), (6853, 'Bicycle Racing Game BMX Rider', '', 'https://img.gamemonetize.com/zatal27c3r9m8lcw6gs9hx6o8z3mjwej/512x384.jpg', 'https://html5.gamemonetize.com/zatal27c3r9m8lcw6gs9hx6o8z3mjwej/', '0', 'Sports', 0, 0, '', 'bicycle-racing-game-bmx-rider'), (6854, 'Cake Madness', 'Do you like Match3 candy games? Well this game will blow your mind! Welcome to Cake Madness, a crazy cake match3 puzzle game! Your mission is to Match 3 identical Cakes to crush them and keep matching to unlock the next level. Good luck!', 'https://img.gamemonetize.com/jrrsc3mwxu23kdjj1rrf3txlgipo48ac/512x384.jpg', 'https://html5.gamemonetize.com/jrrsc3mwxu23kdjj1rrf3txlgipo48ac/', '0', 'Puzzles', 0, 0, '', 'cake-madness'), (6855, 'Parking Jam 2022', 'Crazy Car Parking 3d Game is the latest car drive parking and totally genuine offline car driving simulator of 2022.', 'https://img.gamemonetize.com/c8p2dbg9i5pti0e1hkfx49m5vf03rhwn/512x384.jpg', 'https://html5.gamemonetize.com/c8p2dbg9i5pti0e1hkfx49m5vf03rhwn/', '0', 'Hypercasual', 0, 0, '', 'parking-jam-'), (6856, 'Princess Merida Wedding', 'Princess Merida is stubborn, rebellious and has a very brave personality. Merida is getting married now. Let\'s choose a wedding dress for her. Let\'s dress up', 'https://img.gamemonetize.com/vtj4otbpj3sz289wq0hl4omfsfcc2li3/512x384.jpg', 'https://html5.gamemonetize.com/vtj4otbpj3sz289wq0hl4omfsfcc2li3/', '0', 'Girls', 0, 0, '', 'princess-merida-wedding'), (6857, 'angry birds.io', 'Angry Birds take your chances and hit all ur goals without missing.', 'https://img.gamemonetize.com/jgt1582cstkpe8b1j97kxx5senjroqra/512x384.jpg', 'https://html5.gamemonetize.com/jgt1582cstkpe8b1j97kxx5senjroqra/', '0', 'Arcade', 0, 0, '', 'angry-birdsio'), (6858, 'Anime girl', 'Welcome to "Anime Girlâ€. It a game where you are an anime girl that have to kill all the anemies around you', 'https://img.gamemonetize.com/gq350qx9belcfvuyojc1sljlh4qj1k5g/512x384.jpg', 'https://html5.gamemonetize.com/gq350qx9belcfvuyojc1sljlh4qj1k5g/', '0', 'Hypercasual', 0, 0, '', 'anime-girl'), (6859, 'Stickman Hook Rescue', 'We all know the stickman as an excellent warrior, a good friend and a generally positive character, which in itself already allows him to become a superhero. Well, why not, here, for example, he is impressed by the spider-man, perhaps the stickman would have come out no worse than a spider?', 'https://img.gamemonetize.com/5xz3xp3p7trgm8yjbzputnalfnnefmx0/512x384.jpg', 'https://html5.gamemonetize.com/5xz3xp3p7trgm8yjbzputnalfnnefmx0/', '0', 'Fighting', 0, 0, '', 'stickman-hook-rescue'), (6860, 'Cross Miners', '"Miners at the Crossroads" is an interesting arcade game, the gameplay of which is similar to the classic third-person runner. Here you will need to help one miner get home after a hard day\'s work. But in this he can be prevented by packs of trolls, who can attack the main character at any moment. Also, in addition to this, there is still a large pond and a railway, which also need to be overcome somehow. Such a trip home can be called a whole adventure.', 'https://img.gamemonetize.com/5lwfmp8gwutcywxf6271mz5pi0tn618g/512x384.jpg', 'https://html5.gamemonetize.com/5lwfmp8gwutcywxf6271mz5pi0tn618g/', '0', 'Adventure', 0, 0, '', 'cross-miners'), (6861, 'Ben 10 World Rescue Evolution', 'Prepare to join Ben on a round-the-world rescue mission to rescue Gwen and Grandpa Max! Play as your favorite aliens in this action platformer that will take you from Paris to Tokyo and other exciting locations. It\'s hero time! Ben 10 world rescue mission 2: The world is in danger! Now, Ben 10 must use his Omnitrix to transform into different aliens to save each city from terror.', 'https://img.gamemonetize.com/q4wfqwzs24ttrz1n8s5ska0ypfdcmlkx/512x384.jpg', 'https://html5.gamemonetize.com/q4wfqwzs24ttrz1n8s5ska0ypfdcmlkx/', '0', 'Adventure', 0, 0, '', 'ben--world-rescue-evolution'), (6862, 'Spidey Halloween Jump', 'There\'s never a boring day in the city! Spidey, Spin, and Ghost-Spider have all kinds of new missions to solve, and you get to join them in the Swing into Action game. To save the day, your friends have to swing from the rooftops and successfully complete their tasks. Can you help them on their quest around New York? In this action-packed rooftop adventure, your task is to keep swinging from your webs until you reach your objective. Team up with your buddies, fight the evil foes, collect the missing items, and learn all about teamwork! Just be careful because there are many obstacles in your way, and you have to overcome them. Will you be able to complete this challenge?', 'https://img.gamemonetize.com/9crdc2bck5se2asvn5bdwgvrj2bl0sbr/512x384.jpg', 'https://html5.gamemonetize.com/9crdc2bck5se2asvn5bdwgvrj2bl0sbr/', '0', 'Adventure', 0, 0, '', 'spidey-halloween-jump'), (6863, 'Coloring Book for Cat In The Hat', 'Are you into Cat In The Hat ? Cat In The Hat Coloring Book: A Stunning Coloring Book Including Many Flawless Images Of Cat In The Hat For Relaxing This book is the perfect combination of illustrations and movie characters. It is promised to give you a coloring book with lots of images of Cat In The Hat . This coloring helps you to mix colors better, hand-eye coordination, and enhance your coloring. This awesome item also helps you to refresh your mind and reduce stress. Join this colorful world Cat In The Hat', 'https://img.gamemonetize.com/co9awzl3h8sktgah3x47hee5hy8jsiwj/512x384.jpg', 'https://html5.gamemonetize.com/co9awzl3h8sktgah3x47hee5hy8jsiwj/', '0', 'Puzzles', 0, 0, '', 'coloring-book-for-cat-in-the-hat'), (6864, 'Coloring Book for Cinderella', 'Are you into Cinderella ? Cinderella Coloring Book: A Stunning Coloring Book Including Many Flawless Images Of Cinderella For Relaxing This book is the perfect combination of illustrations and movie characters. It is promised to give you a coloring book with lots of images of Cinderella . This coloring helps you to mix colors better, hand-eye coordination, and enhance your coloring. This awesome item also helps you to refresh your mind and reduce stress. Join this colorful world Cinderella', 'https://img.gamemonetize.com/b0zq5gv9ar3eda4kgawespqokupt6b2d/512x384.jpg', 'https://html5.gamemonetize.com/b0zq5gv9ar3eda4kgawespqokupt6b2d/', '0', 'Puzzles', 0, 0, '', 'coloring-book-for-cinderella'), (6865, 'Noob Restaurant Simulator', 'Customers come to the restaurant established by Noob and you have to serve them. Cook the dishes customers want and fill their bellies. Satisfy customers and don\'t lower your restaurant score. close the shop and go to the market. Welcome to the restaurant established by noob. You can eat soup, kebab and cake.', 'https://img.gamemonetize.com/qy3bwu3n2lfip3x9hagqtrgzycdl8yl2/512x384.jpg', 'https://html5.gamemonetize.com/qy3bwu3n2lfip3x9hagqtrgzycdl8yl2/', '0', 'Arcade', 0, 0, '', 'noob-restaurant-simulator'), (6866, 'Puzzle Block', 'Puzzle Blocks is a fun puzzle game. It\'s simple yet addictive gameplay that challenges your brain, just move the blocks to fill all the empty tiles until there are no more blocks to move. There are 80 unique and amazing levels, have fun!', 'https://img.gamemonetize.com/9q1qhroeg1os6374nuazt7g18jl8ze69/512x384.jpg', 'https://html5.gamemonetize.com/9q1qhroeg1os6374nuazt7g18jl8ze69/', '0', 'Puzzles', 0, 0, '', 'puzzle-block'), (6867, 'My Quarantine Glam Look', 'Welcome to My Quarantine Glam Look games. Rainbow Girls Skyler, Sunny, Ruby, and Violet are got bored being home in this Quarantine! They planned to do some funny indoor fashion activities. Come and join with the girls and show your expert skills. Pick cute pink shades of blushes, eyeshades, eye color and lip colors. Have fun!', 'https://img.gamemonetize.com/ecvenu114hrm9rk8rorh4ivzad3qam8r/512x384.jpg', 'https://html5.gamemonetize.com/ecvenu114hrm9rk8rorh4ivzad3qam8r/', '0', 'Girls', 0, 0, '', 'my-quarantine-glam-look'), (6868, 'Skull Jump', 'Skull Jumper Game, a single-touch jumping reaction game, has everything you need to make your next app store hit! Use your skills and agility to survive by jumping over obstacles and avoid getting hit; just tap the screen and makeup to three jumps before touching the ground again. Avoid the dangerous obstacles or your Skull will death and the game will be over!', 'https://img.gamemonetize.com/d0vuwthscsswdarssll8et56z7m6r15u/512x384.jpg', 'https://html5.gamemonetize.com/d0vuwthscsswdarssll8et56z7m6r15u/', '0', 'Racing', 0, 0, '', 'skull-jump'), (6869, 'Coconut Basketball', 'Coconut Basketball is an exciting sports game to play for all ages. Play this technical game which tests your aiming ability to make a goal. How long you can stay in the game is determined by how well you can aim. Calculate the right angle and degree of force and shoot the coconut through into the basket!', 'https://img.gamemonetize.com/x3qzjklc0t0yy3qm6n709nabl74xf6ua/512x384.jpg', 'https://html5.gamemonetize.com/x3qzjklc0t0yy3qm6n709nabl74xf6ua/', '0', 'Sports', 0, 0, '', 'coconut-basketball'), (6870, 'Karate Boy', 'Be the champ and knock down as many tree as possible with your mega punch! Play this adrenaline rush game with lots of intensity. Be specific with your timing as you need to punch the tree in the exact time to smash it so you can create a way to run as far as you can.', 'https://img.gamemonetize.com/bn5wchk31nydujq3ni428bpzp1eng4dp/512x384.jpg', 'https://html5.gamemonetize.com/bn5wchk31nydujq3ni428bpzp1eng4dp/', '0', 'Boys', 0, 0, '', 'karate-boy'), (6871, 'Fish & trip', 'Have fun with this new casual game Fish & Trip Online is a casual survival game from kiz10.com exclusive control a little heroic fish looking for food and recruit lots of new friends!!! can you help the brave character? try and enjoy this game on kiz10.com for free. A very brave little fish decided to dive to the deepest part of the sea and find new friends of the same species. He will embark on an adventure with many dangers. Try to collect all the seedlings that you can, direct your new friends throughout the ocean and beware of predators. and the dangerous objects in the sea!!! Features : -The objective of the game is to control the character and improve your score with each attempt you can unlock new skin with the coins collected. -Improve your score and collect coins to unlock new skins -Games available for PC, tablets and mobile. -Fun multi-level casual game', 'https://img.gamemonetize.com/u92fzx3msocb8csc7ja5s85h6fvmawrd/512x384.jpg', 'https://html5.gamemonetize.com/u92fzx3msocb8csc7ja5s85h6fvmawrd/', '0', 'Clicker', 0, 0, '', 'fish-amp-trip'), (6872, 'Exit Car', 'Test your logic through a hundred of levels that keep getting harder in this puzzle game. Move cars, bus and trailers and find the way to get your vehicle out of a totally crowded parking. An excellent game for the waiting times… in the rush hours!', 'https://img.gamemonetize.com/7m6mkaxw2jwvt2f9xh1xizmry573mq0o/512x384.jpg', 'https://html5.gamemonetize.com/7m6mkaxw2jwvt2f9xh1xizmry573mq0o/', '0', 'Puzzles', 0, 0, '', 'exit-car'), (6873, 'Fairy Make Up', 'Fashion is at the center of your attention and you have the intention to open a beautification center in the future? If this is the case but that with that you’re also a fan of fantasy universes and you think that the elves would be the perfect models on which you could express your talent, then Fairy Make-up is definitively the perfect game for you. Provide the best beauty treatments to your clients and choose the best outfits from multiples combinations of clothes.', 'https://img.gamemonetize.com/uh0530h7ybrxrsufynynxje3kud54354/512x384.jpg', 'https://html5.gamemonetize.com/uh0530h7ybrxrsufynynxje3kud54354/', '0', 'Girls', 0, 0, '', 'fairy-make-up'), (6874, 'Glow Explosions !', 'The goal of this game is super simple: you must destroy all moving glow dots in the screen. Just tap somewhere on the screen to create an explosion. All the other dots that will touch the explosion area will also explode, thus creating a chain reaction. You must remove all the glow dots in the screen to win. Are you ready to blow all glow dots?', 'https://img.gamemonetize.com/nfimrwcd2w5rx8y0n8iql4ih3l4ne6ok/512x384.jpg', 'https://html5.gamemonetize.com/nfimrwcd2w5rx8y0n8iql4ih3l4ne6ok/', '0', 'Hypercasual', 0, 0, '', 'glow-explosions-'), (6875, 'One More Loop', 'Tap the screen to jump to the next circle. Tap at the right time or lose. If you tap too late, you reach the center cirles and you lose. If you tap too many times, you reach the external circles and you lose. If you bump into a red dot, you lose. How many loops in a row can you make without loosing?', 'https://img.gamemonetize.com/bmzhmzacu7qcetnqkwuwh2ubxavwb80k/512x384.jpg', 'https://html5.gamemonetize.com/bmzhmzacu7qcetnqkwuwh2ubxavwb80k/', '0', 'Hypercasual', 0, 0, '', 'one-more-loop'), (6876, 'Fidget spinner multiplayers', 'Push the others Fidget Hand Spinner out of the circle in this multiplayers game. Are you the best Spinner player in the world? You must battle against 4 online opponents and make the best score to reach the top ranking with your favorite Fidget Hand Spinner !!! Get ready, get set, and SPIN !!!!', 'https://img.gamemonetize.com/yz1upy32c2fhtdpoww2gv3zt5y2sk15g/512x384.jpg', 'https://html5.gamemonetize.com/yz1upy32c2fhtdpoww2gv3zt5y2sk15g/', '0', 'Multiplayer', 0, 0, '', 'fidget-spinner-multiplayers'), (6877, 'Tuu Bot 2', 'Tuu Bot 2 is a 2D Sci-fi themed platformer where you have to collect the batteries while avoiding the enemy robots, flying bots, spikes, giant blades, and reach the Exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/8qcyedixu4u60k63pzz550or0ybck7is/512x384.jpg', 'https://html5.gamemonetize.com/8qcyedixu4u60k63pzz550or0ybck7is/', '0', 'Arcade', 0, 0, '', 'tuu-bot-'), (6878, 'Supra Crash Shooting Fly Cars 2022', 'Explore the globe and defeat the most intelligent enemies there are! You may spend the XP you earn from completing races to purchase cosmetic upgrades or new cars of varying difficulty levels. In addition, if you wish to advance in your chosen profession, you\'ll need to invest in certain maps. In addition, keep in mind the source of your financial support. How much experience you get while drifting is up to you. The road ahead is not going to be smooth. Complete the racing circuits by using your abilities. If you let up on your speed even a little, your enemies in cars or on foot will quickly catch up and dash past you. The visuals in this game are both impressive and well-done. To become a skilled drifter, practice as much as you like. The more you spend, the greater the quality of your freshly purchased cars. Keep in mind that you\'ll need to slow down before making a curve, that drifting will be challenging if you aren\'t careful, and that if you crash into barriers, you can have trouble pulling your car back up and racing again. You\'ll need to spend money to unlock all of the game\'s 17 playable colors, 6 vehicle kinds, and 7 courses. Gameplay Explore the drifting mechanics by driving about, but avoid crashing into the barriers if you want to have any chance of besting the other cars in racing mode. By upgrading to a vehicle with 5,000 more experience points, you can make it easier to control your vehicle and drive on difficult courses. Racing difficulties Then why are these racetracks so complicated, you ask? What does it mean when the twists in each of them appear out of nowhere? You\'ll be doing a lot of drifting! If you want to go forward in your job, you should play this game a lot. As usual, Nitro will be available, and the amount of XP you get will depend on where you finish and how well you do in the drifting challenge. Walkthrough The scenery in the game is quite spectacular, with settings ranging from mountainous to snowy to springlike. It will take a while to improve since your opponents practice more after each race and are more skilled to begin with. Thus, it is advisable to get some practice and watch your steps to avoid injury. Also, there\'s no need to worry about losing if you end up in the fifth-to-last position. The Rules of the Game: All you have to do to play is use the buttons or the keyboard, and that\'s all! Please drive safely and enjoy yourself. Content: What role does nitric oxide play? Good, standard game visuals. No strict regulations Accurate Physics for Drifting', 'https://img.gamemonetize.com/jmygs3poadqtpi3g3ayjrcn7z0rzjg42/512x384.jpg', 'https://html5.gamemonetize.com/jmygs3poadqtpi3g3ayjrcn7z0rzjg42/', '0', 'Racing', 0, 0, '', 'supra-crash-shooting-fly-cars-'), (6879, 'FNF Night Battle Friday Funk', 'Mic check! Testing 1 2 3 Yo! Welcome to the show Friday Night Funkin, where you are gonna be the star so let\'s flex your skill and rock this music battle Inspired by Friday Night Funkin\', also known as FNF, a funny musical game and rhythm battle. FNF Night Battle - Friday Funkin Music Tap will bring to you a new wave of gameplay, Music Tap. In order to rescue Girlfriend, you take a role as Boyfriend and join in rap battle. Your mission is tap circles on the touchscreen, drag a circle across a fixed path to perform the song and lit the stage. FNF can drive you to insane and amazing experience, fire up your finger with Hard and Sick Mode', 'https://img.gamemonetize.com/efpfo0h6wywxbqk0ngssnsyze21zzf5a/512x384.jpg', 'https://html5.gamemonetize.com/efpfo0h6wywxbqk0ngssnsyze21zzf5a/', '0', 'Clicker', 0, 0, '', 'fnf-night-battle--friday-funk'), (6880, 'Frozen Slushy Maker Icy Food', 'We not only make smoothies of various flavors but also provide ordering and delivery services! Our service philosophy is delicious, fresh, and fast! You can call our hotline at any time, and our mobile smoothie sales cart will arrive in five minutes! This is our clean and hygienic mini kitchen. We have the most popular smoothie machine! We will use fresh fruits and ice cubes to make smoothies with different flavors! In addition, we can develop special flavors according to your preferences. If you are a smoothie lover, don\'t miss this game!', 'https://img.gamemonetize.com/zh1wjllk2ogg2uzb6xecadj7vezus5fv/512x384.jpg', 'https://html5.gamemonetize.com/zh1wjllk2ogg2uzb6xecadj7vezus5fv/', '0', 'Girls', 0, 0, '', 'frozen-slushy-maker--icy-food'), (6881, 'Sweet Baby Girl Cleanup Messy House', 'Come and play house renovation and messy playground cleaning game for kids! Help sweet baby girl Chloe clean up her messy house before Christmas and New Year! Clean up the kitchen, tidy up the stinky toilet, and wash the dishes.', 'https://img.gamemonetize.com/fy24xj9l4sj94rm72o536vh6of02tkj2/512x384.jpg', 'https://html5.gamemonetize.com/fy24xj9l4sj94rm72o536vh6of02tkj2/', '0', 'Girls', 0, 0, '', 'sweet-baby-girl-cleanup-messy-house'), (6882, 'Poppy Dungeons Poppy Playtime', 'Damn! Purple monsters have appeared in the city, threatening the personal safety of humans. As a warrior, come join Poppy Dungeons to defeat the monsters and restore peace to the city! You need to collect pistols to gain fighting abilities! Help the survivors to get out of the dungeon successfully! Although it\'s very difficult, victory always belongs to the righteous side! Have fun!', 'https://img.gamemonetize.com/sv4ex0rcrwoxnvl6nzvas5ibn38z7b8n/512x384.jpg', 'https://html5.gamemonetize.com/sv4ex0rcrwoxnvl6nzvas5ibn38z7b8n/', '0', 'Boys', 0, 0, '', 'poppy-dungeons--poppy-playtime'), (6883, 'Diamond Mermaids', 'Welcome to the underwater kingdom! Glamorous and fashionable mermaids live there. Create a unique sparkling diamond look for these little mermaids. Choose a luxurious hairstyle for lush long mermaid hair, trendy tops and accessories. Immerse yourself in the magic of the underwater world.', 'https://img.gamemonetize.com/ac5pd7rcq77aqlqkxixs42j3y20wfqpx/512x384.jpg', 'https://html5.gamemonetize.com/ac5pd7rcq77aqlqkxixs42j3y20wfqpx/', '0', 'Girls', 0, 0, '', 'diamond-mermaids'), (6884, 'Fashion Nail Design Day', 'Today is a day off, Sofia wants to go out shopping with Adella. Both girls want to make a new, beautiful nail art. So they came to the nail salon. Please be the manager of the nail salon and make beautiful nails for the two girls. Have fun!', 'https://img.gamemonetize.com/wgr6lkq0go20wnphmq2yonfqzd2ycr08/512x384.jpg', 'https://html5.gamemonetize.com/wgr6lkq0go20wnphmq2yonfqzd2ycr08/', '0', 'Girls', 0, 0, '', 'fashion-nail-design-day'), (6885, 'Word Hunt', 'Welcome to the most amazing Word search brain game! This is an educational words game that will help you learn words in a fun way! You will definitely enjoy some cool sound voices and an amazing gameplay! Let\'s Play', 'https://img.gamemonetize.com/8u2wgfcxyprmjxto5bvi9q37vcw9686q/512x384.jpg', 'https://html5.gamemonetize.com/8u2wgfcxyprmjxto5bvi9q37vcw9686q/', '0', 'Puzzles', 0, 0, '', 'word-hunt'), (6886, 'Retro Car Drift', 'Accelerate even more in this exciting Retro Drift game. Master the speed and take your car as far as possible. The road is not easy, don\'t miss this track!', 'https://img.gamemonetize.com/uro7rjymgn0il2hljnxkpke7xsnq7xzj/512x384.jpg', 'https://html5.gamemonetize.com/uro7rjymgn0il2hljnxkpke7xsnq7xzj/', '0', 'Clicker', 0, 0, '', 'retro-car-drift'), (6887, 'Need Speed', 'good game:This game is a drag racing game, synthetic racing, buy cars with gold coins, drag the same cars for crafting, and the synthetic cars have improved in terms of speed and handling. Use a synthetic car to race, and there are obstacles on the road that slide the screen left and right to avoid obstacles. There are also other cars that can also slide left and right to avoid, as well as diamonds, acceleration belts, etc., which can increase speed.', 'https://img.gamemonetize.com/8bqjpd89a44urbp38j47ddwtgh1b890v/512x384.jpg', 'https://html5.gamemonetize.com/8bqjpd89a44urbp38j47ddwtgh1b890v/', '0', 'Action', 0, 0, '', 'need-speed'), (6888, 'Annoying Traffic', 'In Slightly Annoying Traffic you have to prevent crashes. You can stop and start cars by clicking on them.', 'https://img.gamemonetize.com/e8mm5n2k3vqxy23tevc724a9392dk89b/512x384.jpg', 'https://html5.gamemonetize.com/e8mm5n2k3vqxy23tevc724a9392dk89b/', '0', '3D', 0, 0, '', 'annoying-traffic'), (6889, 'Spidey Swing', 'Play Spidey Friends In Amazing Adventures game to enjoy with Spidey and Amazing Friends! Run along the rooftop with Spidey and friends, completing all the missions! Three different Spider-People are now teaming up for a mission where they are going to swing around New York and take care of problems and baddies, an experience we are happy to present you all with right now and here, Ready to swing a web in the game? Superhero spider power is a dream come true! Now you can be a Web Swing Hero. Shoot the web and attack every threat to your neighborhood. In this superhero game, you will use sticky spider ropes to fly and move. You will play as a Web Swing Hero with spider abilities who will use his web to hook every barrier in the air. Use your rope to swing back and forth for ragdoll fun, just throw your web and fly. Don`t forget to shoot spiderwebs and fight enemies on your way.', 'https://img.gamemonetize.com/78w1fqrvjplwoa72ggwqz59z8zv0h5c1/512x384.jpg', 'https://html5.gamemonetize.com/78w1fqrvjplwoa72ggwqz59z8zv0h5c1/', '0', 'Adventure', 0, 0, '', 'spidey-swing'), (6890, 'Disney Junior Toy Maker', 'Enjoy the Christmas spirit with Mickey Mouse, Vampirina, and many others in the Disney Junior: Holiday Party game! Everyone has prepared loads of festive activities for you to try out. Give all of them a go and see if you can complete them! In this game, your goal is to try out every Christmas-themed challenge and finish them all! For each one, you can change the characters by picking one of the shows you have at your disposal: Fancy Nancy, Muppet Babies, Puppy Dog Pals, or Doc McStuffins. Do you think you can check out all of them? A game of special skills with lots of challenges including music, puzzles, and prepared Christmas gifts or decorations. Along with your favorite characters: Mickey Mouse, Fancy Nancy, Doc Mcstuffins or Vampirina, you will have to solve Christmas puzzles, decorate Christmas houses, compose Christmas carols and prepare Christmas presents for distribution.', 'https://img.gamemonetize.com/28uot6popee0tj9b49cleldsttwlk7mb/512x384.jpg', 'https://html5.gamemonetize.com/28uot6popee0tj9b49cleldsttwlk7mb/', '0', 'Hypercasual', 0, 0, '', 'disney-junior-toy-maker'), (6891, 'Disney Junior Jigsaw Puzzel', 'Disney characters such as Mickey Mouse, Vampirina, Puppy Dog Pals, Fancy Nancy, or Doc McStuffins, are waiting for you to play a Christmas Game. A game of special skills with lots of challenges including music, puzzles, and prepared Christmas gifts, or decorations. Along with your favorite characters: Mickey Mouse, Fancy Nancy, Doc Mcstuffins, or Vampirina, you will have to solve Christmas puzzles, decorate Christmas houses, compose Christmas carols and prepare Christmas presents for distribution', 'https://img.gamemonetize.com/v4m58sbzn49uxhlntbzd0t0djs3ff82s/512x384.jpg', 'https://html5.gamemonetize.com/v4m58sbzn49uxhlntbzd0t0djs3ff82s/', '0', 'Puzzles', 0, 0, '', 'disney-junior-jigsaw-puzzel'), (6892, 'Chuggington Cargo Chaos', 'Oh no! The cargo sorting machine is not functioning how it\'s supposed to in the Chuggington: Cargo Chaos game! Wilson and the rest of the trains need your help to fill up the wagons and make the deliveries! Do you think you\'re the right person for this challenge? Your job is to grab every crate and put them in the carts before it\'s time for takeoff. Attention will be your grates asset in completing this task with ease! Are you ready to take the matter into your own hands and help the friendly trains? How to play the game Firstly, you should wait for the machine to drop the cargo on the ground. The only thing left to do is to use your Left Click to pick up and drag it to the wagons! See? Pretty straightforward, right? With some practice, you will fill up every crate in no time! Every crate has a label with a shape! You only need to place them accordingly in the wagons. For example, the loot with the blue square goes in the cart with the same sign, and so on! Try not to mix them up because you will only lose time! For every stage, you will have plenty of wagons to fill! Once you finish and a train leaves with the cargo, another one will take its place. Also, you will have a timer for every load. You can take your time when it\'s green, but if it is close to red, you might pick up the pace! Are you ready to start your challenge and see if you can put every crate into its designated wagon? Wilson and the rest of the town are counting on you to get them out of this chaos!', 'https://img.gamemonetize.com/v44m32k12szw7qwunj9lr2rj9pz3qhtu/512x384.jpg', 'https://html5.gamemonetize.com/v44m32k12szw7qwunj9lr2rj9pz3qhtu/', '0', 'Arcade', 0, 0, '', 'chuggington-cargo-chaos'), (6893, 'Coloring Book for Mickey Mouse', 'Are you into Mickey Mouse ? Mickey Mouse Coloring Book: A Stunning Coloring Book Including Many Flawless Images Of Mickey Mouse For Relaxing This book is the perfect combination of illustrations and movie characters. It is promised to give you a coloring book with lots of images of Mickey Mouse . This coloring helps you to mix colors better, hand-eye coordination, and enhance your coloring. This awesome item also helps you to refresh your mind and reduce stress. Join this colorful world Mickey Mouse', 'https://img.gamemonetize.com/h1ca59wko65oe2h3caj728n1zks0wcgf/512x384.jpg', 'https://html5.gamemonetize.com/h1ca59wko65oe2h3caj728n1zks0wcgf/', '0', 'Puzzles', 0, 0, '', 'coloring-book-for-mickey-mouse'), (6894, 'Coloring Book for Frozen Elsa', 'Are you into Frozen Elsa ? Frozen Elsa Coloring Book: A Stunning Coloring Book Including Many Flawless Images Of Frozen Elsa For Relaxing This book is the perfect combination of illustrations and movie characters. It is promised to give you a coloring book with lots of images of Frozen Elsa . This coloring helps you to mix colors better, hand-eye coordination, and enhance your coloring. This awesome item also helps you to refresh your mind and reduce stress. Join this colorful world Frozen Elsa', 'https://img.gamemonetize.com/sg0gujkdhqdp9dvagsbxyx9flk1dqnmg/512x384.jpg', 'https://html5.gamemonetize.com/sg0gujkdhqdp9dvagsbxyx9flk1dqnmg/', '0', 'Puzzles', 0, 0, '', 'coloring-book-for-frozen-elsa'), (6895, 'Coloring Book for Hello Kitty', 'Are you into Hello Kitty ? Hello Kitty Coloring Book: A Stunning Coloring Book Including Many Flawless Images Of Hello Kitty For Relaxing This book is the perfect combination of illustrations and movie characters. It is promised to give you a coloring book with lots of images of Hello Kitty . This coloring helps you to mix colors better, hand-eye coordination, and enhance your coloring. This awesome item also helps you to refresh your mind and reduce stress. Join this colorful world Hello Kitty', 'https://img.gamemonetize.com/ptua76fazgokf67l3xbq9pjyz5222zna/512x384.jpg', 'https://html5.gamemonetize.com/ptua76fazgokf67l3xbq9pjyz5222zna/', '0', 'Puzzles', 0, 0, '', 'coloring-book-for-hello-kitty'), (6896, 'Grass Reaper', 'Grass Reaper is a casual mini game that only requires you to control the reaper and harvest a set amount of grass for each level. The initial state of your reaper is not enough to collect all the grass at once, so you need to collect and sell it, and then use the gold to upgrade the reaper to achieve the effect of passing the level faster!', 'https://img.gamemonetize.com/govcdwlqvvp1w9qu8sayeeir185pce1z/512x384.jpg', 'https://html5.gamemonetize.com/govcdwlqvvp1w9qu8sayeeir185pce1z/', '0', 'Puzzles', 0, 0, '', 'grass-reaper'), (6897, 'Babysitter Daycare Mania', 'Taking care of a baby is not an easy task. Come and learn how to take care of a baby with the nurses in the baby care center. First, you have to bathe them and play with them, and then you need to cook delicious baby-friendly products. Food, and finally you have to watch them sleep. This is hard work and full of happiness because babies are very cute. They descend on the world like angels. After learning these skills, you can become a Qualified nanny.', 'https://img.gamemonetize.com/yflneesvsl8vplmeizhtn088xbflu0a0/512x384.jpg', 'https://html5.gamemonetize.com/yflneesvsl8vplmeizhtn088xbflu0a0/', '0', 'Girls', 0, 0, '', 'babysitter-daycare-mania'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (6898, 'Nail Doctor', 'Nail Doctor is recommended as a nail surgery game with two-dimensional cartoon game art animation. It is managed for you to dress the wound on the foot of the patient. You will learn to clean, use the medicine, stanch, and so on. I hope you will learn to help yourself when you get into trouble. Enjoy Nail Doctor!', 'https://img.gamemonetize.com/75evzxc6g58n44hdyydvlfl41mizpxf4/512x384.jpg', 'https://html5.gamemonetize.com/75evzxc6g58n44hdyydvlfl41mizpxf4/', '0', 'Girls', 0, 0, '', 'nail-doctor'), (6899, 'Noob Drive Game', 'Noob Drive is a fast-paced car game with blocky aesthetics. Your objective is to drive your to the destination point as fast as you can. Go full speed while using the steering buttons to balance yourself on air, and always try to land on your wheels! Time your stunts carefully so you don\'t lose speed, otherwise you can\'t fly over the dangerous cliffs and treacherous gaps that could destroy your vehicle. Pick up all the coins in every level so you can buy unique and awesome skins. Can you master all 48 exciting levels in Noob Drive?', 'https://img.gamemonetize.com/5e4t7ifnt4ujnovum8y9bs3s65nxt3r8/512x384.jpg', 'https://html5.gamemonetize.com/5e4t7ifnt4ujnovum8y9bs3s65nxt3r8/', '0', 'Girls', 0, 0, '', 'noob-drive-game'), (6900, 'Yummy Street Food Cooking', 'Sofia likes to eat street food. Today she wants to cook some delicious street food by herself at home, can you help her make? First help her cook rainbow cotton candy and then rainbow popcorn. Finally help her make ice cream. Have fun!', 'https://img.gamemonetize.com/hn9bvb48vv3szn8pkgytre1xmb98q5ns/512x384.jpg', 'https://html5.gamemonetize.com/hn9bvb48vv3szn8pkgytre1xmb98q5ns/', '0', 'Girls', 0, 0, '', 'yummy-street-food-cooking'), (6901, 'Fashion Dress Trend For Hawaii', 'Finally a long holiday come, Elsa, Anna and Moana decide to go to Hawaii to take this holiday. They will dress the most beautiful skirts and be the most shinning girls. Let\'s see!', 'https://img.gamemonetize.com/w2wi5f6pzsu7mqxnrttydftzioc8zmp2/512x384.jpg', 'https://html5.gamemonetize.com/w2wi5f6pzsu7mqxnrttydftzioc8zmp2/', '0', 'Girls', 0, 0, '', 'fashion-dress-trend-for-hawaii'), (6902, 'Woodcutter 3D', 'This is a woodcutting game. The content of the game is to cut wood, sell wood, upgrade, cut wood and sell wood, upgrade, upgrade and cut wood. There will be hints at the beginning of the game. This is a very decompression game. If you are worried, you can play the game and find a solution. Let\'s try it', 'https://img.gamemonetize.com/2x0b8tjdu4efyc5fvvai5ez1fjmrxsq5/512x384.jpg', 'https://html5.gamemonetize.com/2x0b8tjdu4efyc5fvvai5ez1fjmrxsq5/', '0', 'Girls', 0, 0, '', 'woodcutter-d'), (6903, 'Tank.IO cool', 'This is a tank fighting game. You can use tanks of the same level to synthesize higher level tanks. The performance of higher level tanks will be improved in all aspects. Control the rotation direction of the rocker and launch skills to attack the enemy. Pay attention to avoiding the enemy\'s attack, or you will be killed. Try it quickly', 'https://img.gamemonetize.com/18ng0b0p04pv4j7k7ukesscqfe3p4zcr/512x384.jpg', 'https://html5.gamemonetize.com/18ng0b0p04pv4j7k7ukesscqfe3p4zcr/', '0', 'Action', 0, 0, '', 'tankio-cool'), (6904, '2048 numbers', 'This is a 2048 compositing game. Click the screen, drag the box, click the same adjacent box of the screen emitting box to synthesize a larger number of boxes. This is a special decompression game, a small game that people can\'t stop. This game is easy to operate and difficult. In general, it is a simple decompression game', 'https://img.gamemonetize.com/erjw639ca54c3usrrji4r6tg5l4mq8rj/512x384.jpg', 'https://html5.gamemonetize.com/erjw639ca54c3usrrji4r6tg5l4mq8rj/', '0', 'Action', 0, 0, '', '-numbers'), (6905, '2048 cube', 'This is a very special 3D game composed of blocks. Click the screen and drag the blocks to move, aim and fire. The same number blocks will add color, while different blocks will not change. Each number has a different color. Here are four different skills to help you. This is a very interesting game that requires a little brain. Start the game now', 'https://img.gamemonetize.com/n5rxwo603xhkoyxezt0b4cy0fujlmuwn/512x384.jpg', 'https://html5.gamemonetize.com/n5rxwo603xhkoyxezt0b4cy0fujlmuwn/', '0', 'Clicker', 0, 0, '', '-cube'), (6906, 'Merge Cyber Racers Game', 'Merge Cyber Racers is a car-merging idle game created by TinyDobbins, where you buy futuristic cars, and merge them to get a better vehicle. Combine two of the same cars together to unlock a new and improved car. Drag them into the race track and receive coins every time they pass the finish line. There are many types of cars to unlock, and opportunities to increase the coins you\'ve earned. Come back to play every day to unlock the most expensive car this game has to offer, and build your own cyber racing empire!', 'https://img.gamemonetize.com/wnd2m4ieluot83mvolug1znq0a4ed6it/512x384.jpg', 'https://html5.gamemonetize.com/wnd2m4ieluot83mvolug1znq0a4ed6it/', '0', 'Clicker', 0, 0, '', 'merge-cyber-racers-game'), (6907, 'Geometry Dash Paper Note', 'Try to make the highest score by jumping. You can choose from different characters and play the game with the character you choose.', 'https://img.gamemonetize.com/jqnh1iqo7lo3cpi99z37h1u24w00h8j2/512x384.jpg', 'https://html5.gamemonetize.com/jqnh1iqo7lo3cpi99z37h1u24w00h8j2/', '0', 'Clicker', 0, 0, '', 'geometry-dash-paper-note'), (6908, '2048 Balls', '2048 Balls is a puzzle online game for boys for free. If you love playing merge and ball games, you have come to the right place! 2048 Balls is very easy and fun to play, yet can be challenging and addictive. You need to drag and drop the top ball onto all common balls with the same number. If you get stuck, we have plenty of boosters to help you. Can you merge 2048?', 'https://img.gamemonetize.com/3ast8g1b91pva2wzn83wgtmipkejdllt/512x384.jpg', 'https://html5.gamemonetize.com/3ast8g1b91pva2wzn83wgtmipkejdllt/', '0', 'Boys', 0, 0, '', '-balls'), (6909, 'Celebrity Party', 'The academy awards, sequins and celebrities. Then, here comes the dinner to end this special day. But unfortunetly, the celebrities are unpredictable and nothing goes as planned. A fight breaks out! Between Justin Bibeer, Lady Gogo or Oprah Windfray nothing works! Select your favorite celebrity and fight against the others.', 'https://img.gamemonetize.com/k9yxmr0qmdox2hsfbseophflckto67ps/512x384.jpg', 'https://html5.gamemonetize.com/k9yxmr0qmdox2hsfbseophflckto67ps/', '0', 'Sports', 0, 0, '', 'celebrity-party'), (6910, 'Cars Traffic King', 'In this simple game you will try to control the traffic lights to avoid accidents between cars. You must pass the lights properly to handle the traffic. Feel like a controller of police traffic officer standing in the middle of a dangerous intersection. Try to finish all levels with 3 stars.', 'https://img.gamemonetize.com/ky4bdyu5ekok7hbmui4zr7ewsjvdwz8l/512x384.jpg', 'https://html5.gamemonetize.com/ky4bdyu5ekok7hbmui4zr7ewsjvdwz8l/', '0', 'Puzzles', 0, 0, '', 'cars-traffic-king'), (6911, 'Candy Breaker', 'This is a brick-breaker game. The bottom of the screen to move the platform. Avoid the ball from falling to the bottom of the screen. It\'s a game in which you need to destroy all the bricks. Classic brick-breaker game. Use the paddle in order to keep the ball in the game & hit the bricks. Your mission is remove all the breakable bricks by hitting them with the ball. Some bricks need more than a single hit.', 'https://img.gamemonetize.com/a1xgde9usdnluwc79g31vvdz3osv3g5l/512x384.jpg', 'https://html5.gamemonetize.com/a1xgde9usdnluwc79g31vvdz3osv3g5l/', '0', 'Hypercasual', 0, 0, '', 'candy-breaker'), (6912, 'Captain Hangman', 'Welcome on the ship of the Captain Hangman, the great pirate. Accept his challenge and find as many words you can. Victory will grant you freedom but failure will make you a succulent appetizer for the sharks.', 'https://img.gamemonetize.com/dwa2gk82m74p1uf7b6or32swadfh668l/512x384.jpg', 'https://html5.gamemonetize.com/dwa2gk82m74p1uf7b6or32swadfh668l/', '0', 'Puzzles', 0, 0, '', 'captain-hangman'), (6913, 'Coloring Book for Monster High', 'Are you into Monster High ? Monster High Coloring Book: A Stunning Coloring Book Including Many Flawless Images Of Monster High For Relaxing This book is the perfect combination of illustrations and movie characters. It is promised to give you a coloring book with lots of images of Monster High . This coloring helps you to mix colors better, hand-eye coordination, and enhance your coloring. This awesome item also helps you to refresh your mind and reduce stress. Join this colorful world Monster High', 'https://img.gamemonetize.com/85qk6gmbt4sz97bv3i235bfnmn2ybnzw/512x384.jpg', 'https://html5.gamemonetize.com/85qk6gmbt4sz97bv3i235bfnmn2ybnzw/', '0', 'Puzzles', 0, 0, '', 'coloring-book-for-monster-high'), (6914, 'Coloring Book for My Little Pony', 'Are you into My Little Pony ? My Little Pony Coloring Book: A Stunning Coloring Book Including Many Flawless Images Of My Little Pony For Relaxing This book is the perfect combination of illustrations and movie characters. It is promised to give you a coloring book with lots of images of My Little Pony . This coloring helps you to mix colors better, hand-eye coordination, and enhance your coloring. This awesome item also helps you to refresh your mind and reduce stress. Join this colorful world My Little Pony', 'https://img.gamemonetize.com/a2d46vvlun0o7er5paduo16gcss3yyx6/512x384.jpg', 'https://html5.gamemonetize.com/a2d46vvlun0o7er5paduo16gcss3yyx6/', '0', 'Puzzles', 0, 0, '', 'coloring-book-for-my-little-pony'), (6915, 'Coloring Book for Ninja Turtle', 'Are you into Ninja Turtle ? Ninja Turtle Coloring Book: A Stunning Coloring Book Including Many Flawless Images Of Ninja Turtle For Relaxing This book is the perfect combination of illustrations and movie characters. It is promised to give you a coloring book with lots of images of Ninja Turtle . This coloring helps you to mix colors better, hand-eye coordination, and enhance your coloring. This awesome item also helps you to refresh your mind and reduce stress. Join this colorful world Ninja Turtle', 'https://img.gamemonetize.com/j19inrwnmiph5266chih86cah11aq4m9/512x384.jpg', 'https://html5.gamemonetize.com/j19inrwnmiph5266chih86cah11aq4m9/', '0', 'Puzzles', 0, 0, '', 'coloring-book-for-ninja-turtle'), (6916, 'Coloring Book for Paw Patrol', 'Are you into Paw Patrol ? Paw Patrol Coloring Book: A Stunning Coloring Book Including Many Flawless Images Of Paw Patrol For Relaxing This book is the perfect combination of illustrations and movie characters. It is promised to give you a coloring book with lots of images of Paw Patrol . This coloring helps you to mix colors better, hand-eye coordination, and enhance your coloring. This awesome item also helps you to refresh your mind and reduce stress. Join this colorful world Paw Patrol', 'https://img.gamemonetize.com/fmhyvcbmfqgsuj3wlz1exrij7kyz6jfv/512x384.jpg', 'https://html5.gamemonetize.com/fmhyvcbmfqgsuj3wlz1exrij7kyz6jfv/', '0', 'Puzzles', 0, 0, '', 'coloring-book-for-paw-patrol'), (6917, 'Amgel Easy Room Escape 64', 'AmgelEscape - Amgel Easy Room Escape 64 is another point and click escape game developed by Amgel Escape. In this game, you are locked in a room and you have to try to escape the room by finding items and solving puzzles. Show your best escaping skills to escape from the room. Can you able to escape from the room successfully? Good luck and have fun!', 'https://img.gamemonetize.com/oazota909ii5ydz53xcsjom0yccisyhg/512x384.jpg', 'https://html5.gamemonetize.com/oazota909ii5ydz53xcsjom0yccisyhg/', '0', 'Puzzles', 0, 0, '', 'amgel-easy-room-escape-'), (6918, ' Amgel Kids Room Escape 71', 'AmgelEscape - Amgel Kids Room Escape 71 is another point and click escape game developed by Amgel Escape. In this game, you are locked in a room and you have to try to escape the room by finding items and solving puzzles. Show your best escaping skills to escape from the room. Can you able to escape from the room successfully? Good luck and have fun!', 'https://img.gamemonetize.com/uj3jrwipih2sywamc34ryqiq5h656f4a/512x384.jpg', 'https://html5.gamemonetize.com/uj3jrwipih2sywamc34ryqiq5h656f4a/', '0', 'Puzzles', 0, 0, '', '-amgel-kids-room-escape-'), (6919, 'Chuggington Tunnel Adventure', 'It\'s time to start digging, people! Tyne needs your help to build a tunnel in Tyne\'s Tunnel Adventure game! However, the underground is full of unknowns that might slow him down! Do you think you can go through them and finish the tunnels? Your job is to guide Tyne past every obstacle and fully dig the underpass. He is not an invincible machine, so make sure he doesn\'t get hurt! Also, you might find some valuable things while you\'re down there! Don\'t miss them, and make it worth your while! How to play the game It\'s time to learn the controls! You can choose to use the Arrow Keys to make Tyne jump, stop and go, or you can use your mouse! Click on the green icon to start the engine, this will make it red, and you can press it again to stop him. Also, press the Up arrow to jump, and remember you will always have to use your mouse to use the speed drill! You will have three levels to clear! As you go through them, you will dig a little more into the last chunk of the tunnel until you finally finish it. On your way, you will have to dodge many obstacles. For example, lava or piles of rocks are everywhere underground, so keep an eye out for them. Tyne has an energy level that will go down as you advance! Also, by hitting obstacles, you can lose a lot of it. To recover some, you only have to pick up the crystals you find on your way. They are hard to miss, and it\'s best to get them all! What else you should know Lastly, you should be aware of the biggest step-backs you may encounter! You can come across piles of rocks that touch the ceiling, and you can only go past them using your speed drill. Also, you may encounter a Cave In, and you will have to destroy all the falling rocks! Are you ready to go through every stage and complete this tunnel? Tyne and the rest of the working trains are counting on you! Let\'s get this adventure started and see how you\'ll perform!', 'https://img.gamemonetize.com/nj6r8abkalhmfo0ug6xtd1ap5sg71cbo/512x384.jpg', 'https://html5.gamemonetize.com/nj6r8abkalhmfo0ug6xtd1ap5sg71cbo/', '0', 'Arcade', 0, 0, '', 'chuggington-tunnel-adventure'), (6920, 'Amgel Tiny Room Escape 6', 'AmgelEscape - Amgel Tiny Room Escape 6 is another point and click room escape game developed by AmgelEscape. In this game, you are locked in a room and you have to try to escape the room by finding items and solving puzzles. Show your best escaping skills to escape from the room. Can you able to escape from the room successfully? Thanks for playing Amgel Escape Games. Good luck and have fun!', 'https://img.gamemonetize.com/pwu93fn59w1beyrm2k8cqw3558auu6v6/512x384.jpg', 'https://html5.gamemonetize.com/pwu93fn59w1beyrm2k8cqw3558auu6v6/', '0', 'Puzzles', 0, 0, '', 'amgel-tiny-room-escape-'), (6921, 'Amgel Easy Room Escape 65', 'AmgelEscape - Amgel Easy Room Escape 65 is another point and click escape game developed by Amgel Escape. In this game, you are locked in a room and you have to try to escape the room by finding items and solving puzzles. Show your best escaping skills to escape from the room. Can you able to escape from the room successfully? Good luck and have fun!', 'https://img.gamemonetize.com/2pd7dztrwk0bb6ccjyuc1i3ldmch8az0/512x384.jpg', 'https://html5.gamemonetize.com/2pd7dztrwk0bb6ccjyuc1i3ldmch8az0/', '0', 'Puzzles', 0, 0, '', 'amgel-easy-room-escape-'), (6922, ' Amgel Kids Room Escape 72', 'AmgelEscape - Amgel Kids Room Escape 72 is another point and click escape game developed by Amgel Escape. In this game, you are locked in a room and you have to try to escape the room by finding items and solving puzzles. Show your best escaping skills to escape from the room. Can you able to escape from the room successfully? Good luck and have fun!', 'https://img.gamemonetize.com/9imjfk88joao6leemj5fphmxi2nodxep/512x384.jpg', 'https://html5.gamemonetize.com/9imjfk88joao6leemj5fphmxi2nodxep/', '0', 'Puzzles', 0, 0, '', '-amgel-kids-room-escape-'), (6923, 'P. Kings Jigsaw Puzzle', 'P. King, Wombat, and Chumpkins are back at it again with a new challenge to test your mind in the P. King\'s Puzzle Game! See if you can connect every piece and reveal the full images they prepared for you. You might see the three friends in some situations you never thought of before! Many puzzles await you, and your goal is to see if you can complete them all! With a bit of attention and practice, you should have no trouble! Also, remember that you can take as much time as you need, so you should only try to have fun! How to play the game Luckily, P. King and his friends have done the puzzles pretty easy to complete. The only thing you have to do is to click on the pieces and drag them to the ones you think will connect. However, you might want to take your time to observe every part before starting. It will be easier to know what goes where. Before you even start the puzzles, the first step is to pick your difficulty! If it\'s your first time playing, you might like to choose the easiest one, as you will have fewer pieces to put together. However, if you think you\'re more experienced, you can go for medium or hardest difficulty. It\'s your choice! At last, if you encounter difficulties and want to see the final picture, you can always choose to solve the puzzle with the click of a button! However, this way, you will not be able to advance to the other levels. Complete the puzzles by yourself if you want to see all twelve pictures! It\'s time to get started and see if you can complete all the puzzles! Will you be able to connect all the pieces and see what pictures have P. King, Wombat, and Chumpkins have prepared for you?', 'https://img.gamemonetize.com/ic8uyegjv5zqgnd75r0x06iabcrk7gl0/512x384.jpg', 'https://html5.gamemonetize.com/ic8uyegjv5zqgnd75r0x06iabcrk7gl0/', '0', 'Puzzles', 0, 0, '', 'p-kings-jigsaw-puzzle'), (6924, 'Skateboard Challenge', '"Skateboard Challenge" is a very fun extreme Sport Game! Your objective is to collect all the letters that form the word "S-K-A-T-E" and also the letters that form the word "C-O-M-B-O", as well as reaching a target score contained in all levels. Beat all the levels performing different extreme maneuvers, use the rail to make combinations of maneuvers and multiply your score! Collect coins to unlock characters. A super radical game to play with your friends! Have a good time!', 'https://img.gamemonetize.com/ggkjhk9xuqunsuf0fqzrdgwt4lye8i7v/512x384.jpg', 'https://html5.gamemonetize.com/ggkjhk9xuqunsuf0fqzrdgwt4lye8i7v/', '0', 'Sports', 0, 0, '', 'skateboard-challenge'), (6925, 'Royal Kingdom', 'The aim of Royal Kingdom is to be the best platformer online game. With a wide variety of levels, characters and enemies. Looking for a fun and thrilling online game? Look no further than the Royal Kingdom! In this exciting platformer, you\'ll need to use all your skills to navigate through a variety of challenges. With stunning graphics and addictive gameplay, you\'ll be hooked for hours on end. So what are you waiting for? Start your adventure today!', 'https://img.gamemonetize.com/mgnbqh9g5q37lxb9vog40fiwtxb3eitm/512x384.jpg', 'https://html5.gamemonetize.com/mgnbqh9g5q37lxb9vog40fiwtxb3eitm/', '0', 'Arcade', 0, 0, '', 'royal-kingdom'), (6926, 'The Bad Guys Jigsaw Puzzle', 'Zazgames is a place where you can infinitely play assembling online jigsaw puzzles. We hope you are up for another game from the Puzzle category on our website , because we have just added the game called Drag and drop! for you all, which, despite being one of the many puzzle games we have added so far into this category, this is the first puzzle game to use this specific format, and image, so it is going to be a brand new experience for all of you, an experience we are sure you will appreciate, as there is no way you aren\'t going to have a lot of fun playing the game. Especially after you learn how to play it from the next lines in the description. you will start by choosing how you want the jigsaw puzzle be : hard medium or easy. After that, the jigsaw puzzle pieces are going to be spread around the game screen randomly. Use the mouse to drag them over the transparent images where they match with the image, until all the pieces are connected, and the image looks just like it did in the beginning. You will have a great time with the game, so start it right now, and we are sure you will not regret it one second!', 'https://img.gamemonetize.com/pj9g4zlb1qd59t3cp04kvhi17lew9vsf/512x384.jpg', 'https://html5.gamemonetize.com/pj9g4zlb1qd59t3cp04kvhi17lew9vsf/', '0', 'Puzzles', 0, 0, '', 'the-bad-guys-jigsaw-puzzle'), (6927, 'Baby Day Market ', 'With the increase in demand in the baby market the old fashioned stork distribution system is just too slow. That\'s why we\'ve hired a team of new drivers to help keep babies up (in the air) and delivery times low! With our new spring-loaded baby launching system our drivers can deliver to our customer\'s hand without stepping a foot in the... sand(?)', 'https://img.gamemonetize.com/delqjuoyei3fzg8e70rqt1lcjmd866q9/512x384.jpg', 'https://html5.gamemonetize.com/delqjuoyei3fzg8e70rqt1lcjmd866q9/', '0', 'Arcade', 0, 0, '', 'baby-day-market-'), (6928, 'Puppy Dog Game', 'Puppy Dog is an arcade game that will have your pup begging for more as he collects his food. Looking for an arcade game that will keep you entertained for hours on end? Look no further than Puppy Dog! In this game, you take control of a hungry dog as he collects his food. With simple gameplay and cute graphics, Puppy Dog is the perfect game for all ages.', 'https://img.gamemonetize.com/kbyradi49ediyod4bcxw8xw288fip8jm/512x384.jpg', 'https://html5.gamemonetize.com/kbyradi49ediyod4bcxw8xw288fip8jm/', '0', 'Arcade', 0, 0, '', 'puppy-dog-game'), (6929, 'Fairyland', 'Fairyland is an arcade platformer game that features beautiful graphics and addictive gameplay. Looking for a fun and challenging arcade platformer game? Look no further than fairyland! With its cute and colorful graphics, fairyland is sure to keep you entertained for hours. Plus, its simple controls make it easy to pick up and play. So what are you waiting for? Give fairyland a try today!', 'https://img.gamemonetize.com/7eyeqmhy7mcf6z4866hhdo7xcx7ygr33/512x384.jpg', 'https://html5.gamemonetize.com/7eyeqmhy7mcf6z4866hhdo7xcx7ygr33/', '0', 'Arcade', 0, 0, '', 'fairyland'), (6930, 'Legend of The Witcher', 'The Legend of The Witcher is an action-packed platformer game that will keep you on your toes as you battle your way through hordes of enemies. With stunning graphics and an immersive gameplay experience, this game is one that you won\'t want to miss.', 'https://img.gamemonetize.com/o4dxhtt3z7u3zfn5sbg21enfavc96sns/512x384.jpg', 'https://html5.gamemonetize.com/o4dxhtt3z7u3zfn5sbg21enfavc96sns/', '0', 'Hypercasual', 0, 0, '', 'legend-of-the-witcher'), (6931, 'Rotating Squid', 'Rotating Squid Game is a unique platform puzzle game where you rotate the world to guide Player N°456 to his lost stars. This is a great puzzle game with 40 challenge levels, push your logical brain abilities to the limit! Product feature bullets: • 40 different levels • Very Fun for children • Brain training for whole family • Cute graphics • Precise game physics • Great sounds', 'https://img.gamemonetize.com/dmy5irvdb7r5gdy72qnsj7fkb9l1dip4/512x384.jpg', 'https://html5.gamemonetize.com/dmy5irvdb7r5gdy72qnsj7fkb9l1dip4/', '0', 'Arcade', 0, 0, '', 'rotating-squid'), (6932, 'Balloonaa', 'Balloonaa is a 2D little platformer where you play as a balloon boy and you have to collect the containers of helium gas while avoiding the enemy balloons, pins, spikes, and ground saws and reach the exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/gdh0bhrsofj6kqaukb72obcfiuzgjy71/512x384.jpg', 'https://html5.gamemonetize.com/gdh0bhrsofj6kqaukb72obcfiuzgjy71/', '0', 'Arcade', 0, 0, '', 'balloonaa'), (6933, 'Biker Battle 3D', 'Biker Battle is a fighting game where you both ride and fight on the roads. Neutralize the enemies right, left or in front using your weapons or hits. You can buy new skins, weapons and abilities with the gold you collect. You can also unlock other chopper bike model if you want. The Biker Battle allows you to boost your super bike riding skills by giving you real challenging highway racing missions!', 'https://img.gamemonetize.com/r08hjbb0ppned8axpgm4ifdal0uq1zhd/512x384.jpg', 'https://html5.gamemonetize.com/r08hjbb0ppned8axpgm4ifdal0uq1zhd/', '0', 'Racing', 0, 0, '', 'biker-battle-d'), (6934, 'Real Bottle Shooter 3D', 'Real Bottle Shooter 3D game is a simulation game where you can practice shooting with bottles. Levels continue from simple to difficult. You will need to calculate moving platforms, obstacles and distance. You should also use the limited number of bullets sparingly.', 'https://img.gamemonetize.com/2z7mkoeolvxkk88fgoist784k5o3o6v0/512x384.jpg', 'https://html5.gamemonetize.com/2z7mkoeolvxkk88fgoist784k5o3o6v0/', '0', 'Shooting', 0, 0, '', 'real-bottle-shooter-d'), (6935, 'Run & Jump Jumbo Runner', 'Run & Jump: Jumbo Runner is an online runner game that will keep you on your toes! You\'ll need to use your quick reflexes to jump over obstacles and run to the finish line. "Run & Jump: Jumbo Runner online Runner Game" is an addicting and exciting game that will keep you on your toes! With its simple controls, you can guide your runner through an endless course, avoiding obstacles and picking up power-ups along the way. The longer you stay alive, the higher your score will be. So put on your running shoes and see how far you can go in "Run & Jump: Jumbo Runner online Runner Game"!', 'https://img.gamemonetize.com/msymfk14c0dc4s91k0csurujgtlnjj49/512x384.jpg', 'https://html5.gamemonetize.com/msymfk14c0dc4s91k0csurujgtlnjj49/', '0', 'Hypercasual', 0, 0, '', 'run-amp-jump-jumbo-runner'), (6936, 'Rusty Biker', 'Rusty Biker is the best online moto bike racing game. With incredible graphics and awesome gameplay, you will be hooked for hours! Moto Bike Racing fans rejoice! The Rusty Biker Online Moto Bike Racing game is online. With three different modes to choose from, there is something for everyone. Test your skills in the career mode, race against friends in the multiplayer mode, or just have some fun in the single player mode. There are also leaderboards so you can see how you stack up against the competition. So what are you waiting for? Get on your bike and start racing!', 'https://img.gamemonetize.com/zgc2v45sy4vbpkah39zbik3fwffumzz8/512x384.jpg', 'https://html5.gamemonetize.com/zgc2v45sy4vbpkah39zbik3fwffumzz8/', '0', 'Adventure', 0, 0, '', 'rusty-biker'), (6937, 'Gravity Rider Space Bike Race', 'On your marks, get set, go! Ride your bikes through space and compete in 3D races on a selection of planets to become the best rider. Beat your opponents, break records and become the champion in this Superbike game. Select a motocross bike and try your hand at some fast-paced motorcycle racing, or opt for a hoverbike for some extreme riding - or even an off-road quad bike if you prefer.', 'https://img.gamemonetize.com/qc8wtmr7zjju3tnhzap5txofompvdt98/512x384.jpg', 'https://html5.gamemonetize.com/qc8wtmr7zjju3tnhzap5txofompvdt98/', '0', 'Racing', 0, 0, '', 'gravity-rider-space-bike-race'), (6938, 'Hex Puzzle STEVE', 'Drag the hex block into the scene, you can eliminate it! It is the "Hexagon" version of the classic Tetris game. Drag the hexagon blocks and drop them to the desired places, to form full lines in order to destroy them and earn scores.', 'https://img.gamemonetize.com/dj7025zwqde1lpyld79r2wh9yime2cf0/512x384.jpg', 'https://html5.gamemonetize.com/dj7025zwqde1lpyld79r2wh9yime2cf0/', '0', 'Puzzles', 0, 0, '', 'hex-puzzle-steve'), (6939, 'Dual Car Driving', 'Two cars is a free game. It is a simple and light game that can be played on any device. Concept of the game is simple. Don\'t hit the squares. Don\'t miss the circles. Drive two cars at the same time. Customise the speed of the cars to your liking. We added ads in the game but you can mute it completely if you wish to. Enjoy the game.', 'https://img.gamemonetize.com/xhpe02hwyyfq0xh9lknvf1f6sl47pgah/512x384.jpg', 'https://html5.gamemonetize.com/xhpe02hwyyfq0xh9lknvf1f6sl47pgah/', '0', 'Racing', 0, 0, '', 'dual-car-driving'), (6940, 'Mario vs Huggy Wuggy', 'Mario vs Huggy Wuggy is an archery game. you are the famous Mario the archer and you must shoot the blue huggy wuggy and his wife kissy missy. Remember, you have limited arrows so be carful with your shots. Good luck', 'https://img.gamemonetize.com/hkwu4hvt0c2jgo9h2tbtjudwvj9ahq2e/512x384.jpg', 'https://html5.gamemonetize.com/hkwu4hvt0c2jgo9h2tbtjudwvj9ahq2e/', '0', 'Shooting', 0, 0, '', 'mario-vs-huggy-wuggy'), (6941, 'Twerk Race 3D Online', 'Twerk Race 3D Online is a new best funny and challenging game at all block running games. Collecting all the block to grow your body to go ahead. You have to take the lead and be the first to pass all the obstacles in order to reach the end and get the reward. There are many interesting skins for you to experience, come and try!', 'https://img.gamemonetize.com/jrf72uzbuj31ap7tdmfccbvrlsu5o75y/512x384.jpg', 'https://html5.gamemonetize.com/jrf72uzbuj31ap7tdmfccbvrlsu5o75y/', '0', 'Puzzles', 0, 0, '', 'twerk-race-d-online'), (6942, 'Solitaire 15in1 Collection', 'Freecell and Klondike are just the beginning! Dive deep into the world of Solitaire in the largest Solitaire combo released yet. Offering days of fun, pleasant looks and simple controls. Can your personal best measure up to the best?', 'https://img.gamemonetize.com/0l9xkr20b1zbh7x0nbszt3jo5mqyrdba/512x384.jpg', 'https://html5.gamemonetize.com/0l9xkr20b1zbh7x0nbszt3jo5mqyrdba/', '0', 'Puzzles', 0, 0, '', 'solitaire-in-collection'), (6943, 'PGA6 Combat Pixel Vehicle Zombies', 'When playing the best undead breakout games, you will have access to various weapons, regardless of whether you are playing alone or with other people. You have been engaging in combat with Minecraft zombie Bots on multiple maps. Even if you\'re armed or participating in a zombie battle, you are still required to kill other zombies. It is not something I have been practising at all. To be safe when playing numerous first-person shooting games, you must take cover behind various objects. Is there a certain someone who you want to spend time with to enjoy doing free online games? How many firearms does the narrator have in their collection in total?', 'https://img.gamemonetize.com/gk6qel4a0k419ecwxpd1twdipo1lummy/512x384.jpg', 'https://html5.gamemonetize.com/gk6qel4a0k419ecwxpd1twdipo1lummy/', '0', 'Shooting', 0, 0, '', 'pga-combat-pixel-vehicle-zombies'), (6944, 'Master Fall Down Game', 'Master Fall Down is a free and addictive online game for boys. You need to aim to destroy enemies with shots with a pistol and also use various obstacles to ricochet bullets. All the levels will challenge your skill and improve your thinking ability. Show your skills to everyone! Keep breaking the challenge, good luck!', 'https://img.gamemonetize.com/csgje0ro1ef68mfx9ag93fq8qdptyur3/512x384.jpg', 'https://html5.gamemonetize.com/csgje0ro1ef68mfx9ag93fq8qdptyur3/', '0', 'Boys', 0, 0, '', 'master-fall-down-game'), (6945, 'PixelPool', 'You need to survive in the world of Pixelpool, help him find the key and collect the red life-giving diamonds while searching for the key, don\'t forget, if you die, you will lose your last life. Find the key and go to the door before you die! If you don\'t get the key, the door won\'t open.', 'https://img.gamemonetize.com/v7ajpk3gdexy698j3xbkncfj40e5sdqn/512x384.jpg', 'https://html5.gamemonetize.com/v7ajpk3gdexy698j3xbkncfj40e5sdqn/', '0', 'Arcade', 0, 0, '', 'pixelpool'), (6946, 'Sweet Princess Hair Salon', 'Sweet Princess Hair Salon is a very popular game. In this game, little princess needs your help to get a haircut and dress up. You can design a stylish haircut for the little princess. And you can also change the figure of the princess. Don\'t forget to put on makeups and choose gorgeous outfits for her. Have fun!', 'https://img.gamemonetize.com/5wwv2301tj75x2drioh0cro8gald3zyc/512x384.jpg', 'https://html5.gamemonetize.com/5wwv2301tj75x2drioh0cro8gald3zyc/', '0', 'Girls', 0, 0, '', 'sweet-princess-hair-salon'), (6947, 'PixelPooL 2 Player', 'The blue and red men from the pixelpool family must reach the door safely. As the pixelpool, they have to watch out for the obstacles and jump over the obstacles and reach the finish line without dying. Reach the door together with red and blue. get the victory. be the winner.', 'https://img.gamemonetize.com/p52j21o0l2p7dx4393c06xlvhhx1jphc/512x384.jpg', 'https://html5.gamemonetize.com/p52j21o0l2p7dx4393c06xlvhhx1jphc/', '0', 'Adventure', 0, 0, '', 'pixelpool---player'), (6948, 'Happy Lamb', 'This game is suitable for men, women, old and young. It is suggested to play with caution. This game is a little irritating. It is difficult for you to understand what it means to go from heaven to hell one step at a time, so that you can understand what is suffering in life. Let\'s take a look at this different elimination game,', 'https://img.gamemonetize.com/e7kq9finjkp9ablmtget4nbrh2dhjmky/512x384.jpg', 'https://html5.gamemonetize.com/e7kq9finjkp9ablmtget4nbrh2dhjmky/', '0', 'Adventure', 0, 0, '', 'happy-lamb'), (6949, 'super slime', 'This is a simulation game of playing Slim. When it is different from the reality, this game will not pollute your hands during playing. There are different types of Slim for you to make, and you can also choose a variety of decoration types, or you can choose to play with an existing Slim. There are different shapes for you to choose from. Click the screen to drag the Slim, and release the clicked Slim to restore the original state, There\'s a surprise in Slim Oh, come find it', 'https://img.gamemonetize.com/znp7fvbak9uvyofdere7n5q140ie0klv/512x384.jpg', 'https://html5.gamemonetize.com/znp7fvbak9uvyofdere7n5q140ie0klv/', '0', 'Hypercasual', 0, 0, '', 'super-slime'), (6950, 'Hippo Baby Care Game', 'Girls love games, especially if there is baby care. Everyone loves playing with virtual pets! In these games we feed, drink and toddler like real moms and we play with them. Our newborn wants to eat and sleep. We need to brush our teeth, dress up, choose stylish everyday clothing, accessories and diaper changes. Try our baby care game as a real mom or babysitter. This is the cutest game.', 'https://img.gamemonetize.com/fisyns9ec67bbahkcx31h8du3xvbqt3k/512x384.jpg', 'https://html5.gamemonetize.com/fisyns9ec67bbahkcx31h8du3xvbqt3k/', '0', 'Girls', 0, 0, '', 'hippo-baby-care-game'), (6951, 'Girls Student Hairstyle Design', 'Rebecca opened a new hair salon store. Tomorrow her friends will go to school, Iris, Adella and Sofia come to Rebecca\'s store to seek for her assistance. Design fashion student hairstyles for them!', 'https://img.gamemonetize.com/mc94az9n2fmw69czksdn1uz3e3ab8w6y/512x384.jpg', 'https://html5.gamemonetize.com/mc94az9n2fmw69czksdn1uz3e3ab8w6y/', '0', 'Girls', 0, 0, '', 'girls-student-hairstyle-design'), (6952, 'Bubble Pirate Shooter', 'Zounds! You went in search of the treasure of the lost island. But it will not be easy because you are not the only privateer in the area looking for this loot. So no mercy otherwise you will be thrown overboard to feed the fish and sharks! Use your cannon to shoot port or starboard at bubbles and to sink opposing pirate ships. Are you ready to wet? A thousand portholes, on board!', 'https://img.gamemonetize.com/62c06r45ebptg73mjbmn9qou69ewd8rj/512x384.jpg', 'https://html5.gamemonetize.com/62c06r45ebptg73mjbmn9qou69ewd8rj/', '0', 'Hypercasual', 0, 0, '', 'bubble-pirate-shooter'), (6953, 'Breakout Pixel', 'You are a fan of arcade game of the old times and nothing pleases you as much as taking out your old consoles? In this case, Breakout Pixel is the perfect game for you. In this brand new adaptation of this great classical game, you take control of a pixel that must destroy bricks. Breakout Pixel is an arcade and puzzle game in which you must destroy giant walls made of bricks with diverse attributes. To make these bricks disappear, you must use a pixel that bounces. Do not let the pixel fall and clean the integrality of the level.', 'https://img.gamemonetize.com/ltox21cckfx4o5haldnn2yxgpd314wgp/512x384.jpg', 'https://html5.gamemonetize.com/ltox21cckfx4o5haldnn2yxgpd314wgp/', '0', 'Puzzles', 0, 0, '', 'breakout-pixel'), (6954, 'Brick Breaker Galaxy Defense', 'You are a fan of arcade game of the old times and nothing pleases you as much as taking out your old consoles? In this case, Brick Breaker: Galaxy Defense is the perfect game for you. In this brand new adaptation of this great classical game, you take control of a spaceship that must destroy bricks to defend the galaxy.', 'https://img.gamemonetize.com/na0mxut5kaxe3dnljraf8pq7kz6xjwkf/512x384.jpg', 'https://html5.gamemonetize.com/na0mxut5kaxe3dnljraf8pq7kz6xjwkf/', '0', 'Hypercasual', 0, 0, '', 'brick-breaker-galaxy-defense'), (6955, 'Brick Breaker The Ultimate Challenge', 'This is the classic brick-breaker game. The bottom of the screen to move the platform. Avoid the ball from falling to the bottom of the screen. It\'s a game in which you need to destroy all the bricks. Use the paddle in order to keep the ball in the game & hit the bricks. Your mission is remove all the breakable bricks by hitting them with the ball. Some bricks need more than a single hit. This game will just rot your free time', 'https://img.gamemonetize.com/cffr72pu7mlx9a4x0qe2prw11peykfn7/512x384.jpg', 'https://html5.gamemonetize.com/cffr72pu7mlx9a4x0qe2prw11peykfn7/', '0', 'Arcade', 0, 0, '', 'brick-breaker--the-ultimate-challenge'), (6956, 'Breaker Manga Girls', 'Are you a Manga fan of and japanese girls ? Are you also a fan of arcade game of the old times and nothing pleases you as much as taking out your old consoles? If your answer is yes, BREAKER MANGA GIRLS is the perfect game for you. In this brand new adaptation of this great classical game, you must destroy bricks to unveil the hidden girls.', 'https://img.gamemonetize.com/9r36xt6yzil61t9yaycd8mu3gzz7440r/512x384.jpg', 'https://html5.gamemonetize.com/9r36xt6yzil61t9yaycd8mu3gzz7440r/', '0', 'Arcade', 0, 0, '', 'breaker-manga-girls'), (6957, 'Cooking Match', 'Cooking Match 3 Puzzle Game is a fun and exciting game that allows you to play for hours.Cooking Match 3 Puzzle Game - Play Cooking Match 3 Puzzle Game - Match the ingredients to create your culinary masterpiece. Playing Cooking Match 3 Puzzle Game is a fun and addictive puzzle game. Cooking Match 3 Puzzle Game is a worthwhile and thrilling game that will keep you entertained for hours. Cooking Match 3 Puzzle Game - Play Cooking Match 3 Puzzle Game - Combine the ingredients together to make them sate your hunger.', 'https://img.gamemonetize.com/0prcppzy4nih81369y71il5xo328ab15/512x384.jpg', 'https://html5.gamemonetize.com/0prcppzy4nih81369y71il5xo328ab15/', '0', 'Puzzles', 0, 0, '', 'cooking-match'), (6958, 'Cakepppppppppp', 'Make different bakery items in your own cake factory and sell them to the customers in this free cooking game. Earn lots of coins in this dessert shop game and unlock other cake shops included in the free kitchen gam', 'https://img.gamemonetize.com/bk72mpno83mzxni5ihx2gk16dshrdwm2/512x384.jpg', 'https://html5.gamemonetize.com/bk72mpno83mzxni5ihx2gk16dshrdwm2/', '0', 'Adventure', 0, 0, '', 'cakepppppppppp'), (6959, 'Fidget Spinner Hand Spinner', 'Fidget Spinner 3D let you play various well-designed finger spinner on your phone. Fidget Spinner simulator is one of the most popular stress relief games in 2022.', 'https://img.gamemonetize.com/p34j51nak6ccclwnxo7byx3t2nq0zomi/512x384.jpg', 'https://html5.gamemonetize.com/p34j51nak6ccclwnxo7byx3t2nq0zomi/', '0', 'Adventure', 0, 0, '', 'fidget-spinner--hand-spinner'), (6960, 'Spins Master of Fidget Spinner', 'Spin fidgets to crash others and stop them to win! Are you ready to be the master of fidget spinners?', 'https://img.gamemonetize.com/zktvgifn6ca48t8nwh374dvtu4gae2wm/512x384.jpg', 'https://html5.gamemonetize.com/zktvgifn6ca48t8nwh374dvtu4gae2wm/', '0', 'Arcade', 0, 0, '', 'spins-master-of-fidget-spinner'), (6961, 'Jake Black Cat', 'Jake Black Cat is a 2D platformer where you play as a famous black cat who have to collect the bowls of the cat food while avoiding the enemy cats, spikes, and saws and reach your cat house in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/qefazd6dt9rckp3o3fxm8oep84erbnes/512x384.jpg', 'https://html5.gamemonetize.com/qefazd6dt9rckp3o3fxm8oep84erbnes/', '0', 'Arcade', 0, 0, '', 'jake-black-cat'), (6962, 'Cute Doll Open Egg', 'Cuties Doll Open Eggs Toy Game About this game Do you like to collect surprise toys? Maybe you like to open chocolate eggs in surprise eggs games? If you say "yes"... Welcome to the world of cute surprise dolls! Lol! In the surprise ball are hidden cute little dolls, fancy colorful and shiny dresses, hairstyles, accessories, pets, squishy toys and a lot of interesting things! Can you collect them all? In the game you can not only open the eggs with dolls, but also play a mini-game with puzzles etc.', 'https://img.gamemonetize.com/btavv7anjf092t7a56w04b7f0qagyrxj/512x384.jpg', 'https://html5.gamemonetize.com/btavv7anjf092t7a56w04b7f0qagyrxj/', '0', 'Hypercasual', 0, 0, '', 'cute-doll-open-egg'), (6963, 'Luxury Car Parking Prado', 'Learn car driving skills of steering, acceleration, brake and obstacle avoidance to get your vehicle parked in parking places.', 'https://img.gamemonetize.com/pvqfawl67f4dm7nj1bhculehghw8h5ks/512x384.jpg', 'https://html5.gamemonetize.com/pvqfawl67f4dm7nj1bhculehghw8h5ks/', '0', 'Hypercasual', 0, 0, '', 'luxury-car-parking-prado'), (6964, 'Offroad Jeep Driving Parking Free', 'Offroad Jeep Driving Game 3D: Car Racing Free Games drives you crazy. Broken Diamond is back in the sequel to the biggest mobile parking simulation game.', 'https://img.gamemonetize.com/qinelp7hde0unjznp29l5blxugw06qin/512x384.jpg', 'https://html5.gamemonetize.com/qinelp7hde0unjznp29l5blxugw06qin/', '0', 'Arcade', 0, 0, '', 'offroad-jeep-driving--parking-free'), (6965, 'Classic Prado Car Parking 3D Car Games', 'Get ready to play Classic Prado Car Parking : 3D Car Games in which you will drive for parking skill.Go and enjoy this Real Luxury Prado:', 'https://img.gamemonetize.com/qb3b9jop8z9ogxatn63p3vpgklpdcbbd/512x384.jpg', 'https://html5.gamemonetize.com/qb3b9jop8z9ogxatn63p3vpgklpdcbbd/', '0', 'Arcade', 0, 0, '', 'classic-prado-car-parking--d-car-games'), (6966, 'Mountain Car Drive', 'This off-road car driving simulator lets you play for hours during. It\'s time to drive various sports cars all over the hills and mountains.', 'https://img.gamemonetize.com/b8ppvo0ml1ya3agda2r9hz5m3hcvkgta/512x384.jpg', 'https://html5.gamemonetize.com/b8ppvo0ml1ya3agda2r9hz5m3hcvkgta/', '0', 'Adventure', 0, 0, '', 'mountain-car-drive'), (6967, 'Color lines Super', 'Super coloring lines comes again with a new version ! Game Control is very simple press right click to control the color cube ,be careful about the obstacles on the road they gonna kill you!', 'https://img.gamemonetize.com/yq6gsjc3s87nrexbmrra6r6urono63xo/512x384.jpg', 'https://html5.gamemonetize.com/yq6gsjc3s87nrexbmrra6r6urono63xo/', '0', 'Hypercasual', 0, 0, '', 'color-lines-super'), (6968, 'Future Bus Driving Simulator 2022 Bus Games', 'Future Bus Driving Simulator 2022 Bus Games: Original is the latest simulation game that will offer you the chance to become a real Bus Driver! Realistic maps, incredible vehicles, wonderful interiors will make you feel like driving a real bus! It\'s time to get on board and drive the bus to complete all the routes! Next-gen graphics including people animations, articulated, double and school buses will make this bus game the best on the market! Get Bus Simulator: Original now! Features:Future Bus Driving Simulator 2022 Bus Games - Realistic Maps - Animated people entering/exiting the bus - Custom weather conditions in Free Ride mode - Locations of any kind: city, mountain, desert and snow - Realistic visual damage - Steering Wheel, Buttons or Tilting controls - Detailed Interiors - Intelligent Traffic System', 'https://img.gamemonetize.com/31p3ktse376eiyqzhu4r84mcm2pxhh9x/512x384.jpg', 'https://html5.gamemonetize.com/31p3ktse376eiyqzhu4r84mcm2pxhh9x/', '0', '3D', 0, 0, '', 'future-bus-driving-simulator--bus-games'), (6969, 'Key & Sheild', 'In Key & Shield, you control a yellow blob called Buddy who has been released from a cage by a guardian angel. You’ve also been given a key and a shield to use, so you can travel across the land, fight off your enemies and release your friends from their cages. You’ll need to run, jump and fly through challenging levels and defeat all of your enemies on your way. A masterpiece of design, this adventure game is one of the best on the market and it will keep you entertained for hours. Play Key & Shield now on GamePix!', 'https://img.gamemonetize.com/8e42fm9ibrwwug99xwe0u1ruc7x7v6gb/512x384.jpg', 'https://html5.gamemonetize.com/8e42fm9ibrwwug99xwe0u1ruc7x7v6gb/', '0', 'Hypercasual', 0, 0, '', 'key-amp-sheild'), (6970, 'Wedding City Car Driving Service', 'Do you have what it takes to drive be a big executive car. rent a car then prove yourself by completing all the limo driving and parking challenges in the game without any wedding limo crash. Wedding City Car Driving Service Features and Levels: Rent a real car in driving parking and driving simulator game Book rich couple to be married for wedding car rental service. Decorate your ranted car with ribbons, balloons, flower bouquets & design perfect car for the rich executive wedding clients. Get your new Car checked for any tyre puncture Drive total new luxury Car very carefully though the busy city to avoid car crash prove your driver skills to get huge car perfectly parked at parking space available. Level fails if you have a wedding car accident because car crash can be very expensive to repair without insurance. Drop bride-to-be to wedding salon for her wedding makeover. Latest game update we have added Car Health cushion to avoid frequent car accidents Complete all driving levels dodge the heavy traffic to avoid car accident perform your duty to be best Wedding City Car Driving Service provider & driver in town.', 'https://img.gamemonetize.com/y4pvav8kvu1ovep4lo1d5ufu8v4k4zds/512x384.jpg', 'https://html5.gamemonetize.com/y4pvav8kvu1ovep4lo1d5ufu8v4k4zds/', '0', 'Adventure', 0, 0, '', 'wedding-city-car-driving-service'), (6971, 'Bus Stop', 'Do you want to feel like a bus driver? Try yourself in this role right now. There are no complicated rules in the game, so a player of any age can cope with it. At the same time, it is very funny and will let you have fun in your free time.', 'https://img.gamemonetize.com/zu8066gczl06t0rgs9obm6usobrilv2d/512x384.jpg', 'https://html5.gamemonetize.com/zu8066gczl06t0rgs9obm6usobrilv2d/', '0', 'Clicker', 0, 0, '', 'bus-stop'), (6972, 'Suzuki Mehran passenger Simulator 2022', 'Suzuki Mehran passenger Simulator 2022 is a Car Game that combines Car Game with Realism & Physics based on data from Real Cars to make the Game Experience as close to reality as possible. This Suzuki Mehran passenger Simulator 2022 offers players the chance to select, customize & drive their very own Suzuki Mehran Car. The Game also includes Passenger mode Where player can pick and drop passenger in one place to another place on time as fast as possible. Other than that their is Free roam mode where the player can drive in Cities with their Suzuki Mehran Car. Customizations include Car Body, Wheels, Windows & Headlights. This Game makes use of exquisite & very realistic graphics in 4k to give a surreal experience of actually driving the Car. Car Speeds can go up to 330 km/h. Engine sound taken from the real situation. Now Choose your Suzuki Car & Rule the streets! Featuring Special Suzuki Mehran Passenger Simulator 2022. - Realistic Maps, Cars with physics taken from the actual car - Complete passenger missions - Drive to destination before time runs out - Explore the city to find New Types of Customers - Enjoy Songs to relax - Color your Suzuki Mehran car as if you own it in real life - Be careful of the traffic, dont crash', 'https://img.gamemonetize.com/eolmji2b3s2ux6s7oi8zeuhvxscldsm1/512x384.jpg', 'https://html5.gamemonetize.com/eolmji2b3s2ux6s7oi8zeuhvxscldsm1/', '0', 'Adventure', 0, 0, '', 'suzuki-mehran-passenger--simulator-'), (6973, 'Cube Surfering', 'Cube Surfer is a very interesting adventure game. Players need to control the character to take risks in the game and collect diamonds when they move forward constantly. You need to react quickly. There are many levels in the game and many interesting skins for you to unlock. Enjoy the Cube Surfer!', 'https://img.gamemonetize.com/xour2a3o9pz6aoapgkzszs9bwqjyg13s/512x384.jpg', 'https://html5.gamemonetize.com/xour2a3o9pz6aoapgkzszs9bwqjyg13s/', '0', '3D', 0, 0, '', 'cube-surfering'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (6974, 'Fruit Sort ', 'What flavor of candy cane do you like to eat? Come and join Fruit Sort Puzzle to make your own candy cane to suit your taste! Move the fruits, three or more of them can be combined and upgraded, and finally, you have to target the hawthorn. If the fruit exceeds the maximum limit of the fork, you will fail. Can you successfully make hawthorn candy canes? Believe in yourself! Have fun!', 'https://img.gamemonetize.com/8ciyevm26bwimrjw7x9jh3a804uwu984/512x384.jpg', 'https://html5.gamemonetize.com/8ciyevm26bwimrjw7x9jh3a804uwu984/', '0', 'Puzzles', 0, 0, '', 'fruit-sort-'), (6975, 'Girls Tea Party Cooking', 'Sofia misses her friends, so she decides to hold a garden tea party and invites her friends to attend. She wants to make some delicious cupcakes and a nice fruit platter for her friends to taste. Can you help Sofia make these delicious foods? Attending the tea party is not without good-looking clothing and accessories. After making the food, please help Sofia to match the beautiful clothes. Have fun!', 'https://img.gamemonetize.com/msqetj85w2byej7qzow17lku9mkwriqh/512x384.jpg', 'https://html5.gamemonetize.com/msqetj85w2byej7qzow17lku9mkwriqh/', '0', 'Girls', 0, 0, '', 'girls-tea-party-cooking'), (6976, 'Slingshot Jetpack Online', 'Slingshot Jetpack has proven to be one of the most interesting new arcade games of this year, with addictive gameplay and 3D art style. It has undoubtedly been listed in one of the most popular game rankings. If you are one of this type of game lovers, don\'t miss Slingshot Jetpack! Your task is to aim at the floating gold coins and launch the cartoon character. He will fly over the city in a jet plane and fly the farthest distance. Can you accurately target all the gold coins? Attempt to successfully launch the jet.', 'https://img.gamemonetize.com/dqd07asr182fhody21onbo1zbpd85jt8/512x384.jpg', 'https://html5.gamemonetize.com/dqd07asr182fhody21onbo1zbpd85jt8/', '0', '3D', 0, 0, '', 'slingshot-jetpack-online'), (6977, 'Offroad Jeep Simulator 4x4 2022', 'Offroad Jeep Simulator 4x4 2022 fun Offroad games on Jeep off road! Drive 4x4 offroad jeeps. Participate in the coolest off-road games. Play Offroad Jeep Simulator 4x4 2022 around the world! Take the wildest offroad challenges in this driving and Offroad game play. Explore unique locations within and outside the Offroad terrain And get in-game Coins to buy a new SUV or upgrade one you are driving. Drive the toughest jeeps off road Explore new Offroad terrains Compete to top the leaderboard Adjust the parameters of arrival in the garage Play a multiplayer race (4x4 simulator games or 8x8 truck off-road games).', 'https://img.gamemonetize.com/irl05wjjsiyezk6rho1103lf6qmhokqs/512x384.jpg', 'https://html5.gamemonetize.com/irl05wjjsiyezk6rho1103lf6qmhokqs/', '0', 'Adventure', 0, 0, '', 'offroad-jeep-simulator-x-'), (6978, 'Modern Police Car Parking Sim 2022', 'Modern Police Car Parking Sim 2022 game is one of the heavy car parking game. As compared to other driving games and racing game, Modern Police Car Parking Sim 2022 game is designed with superior quality of graphics, and modern parking sensor system. Its 3d vibrant camera angle with in car view and out of auto view is very useful when you park a 3d car on busy parking space. Drive forward or reverse park as you want to park your parking Police car driving. If you think you are the best car driver of this new car games and Modern Police Car Parking Sim 2022 game then drive this free parking and unlock all parking levels. Play the new parking adventure of Police car driving and parking simulator. Drive the luxuries cars night parking games around the car parking lots to complete the stunt mission car games in the fastest time you can makes you parking master. Advance Police car parking game & Police car simulator games having car stunts is the latest and totally stunning challenge new car parking 2020. Ultimate Modern Police Car Parking Sim 2022 Game allows you the reverse parking and reverse driving depends on you. Modern Police Car Parking Sim 2022 improve your experience of real car driving and fun of Police car simulator games. Face the parking of this extreme car and driving game 2019. Be careful while driving in luxury car parking. This addictive modern parking game gives you amazing physics based vehicles and beautiful environment for a real parking and driving journey. You have played many action and fast paced racing games, but the latest and most comprehensive car Parker simulator will take a challenge of parking car in tough area. You will become the king of parking with 4x4 Prado cars. Now time is too short just get behind the wheels of super cars. Most addictive parking adventure is at your fingertips. If you like Modern Police Car Parking Sim 2022, Car games 3D and simulation then download this game and enjoy.', 'https://img.gamemonetize.com/vtt0s7xhm5j6n2uap3cgu3d1xciu1dig/512x384.jpg', 'https://html5.gamemonetize.com/vtt0s7xhm5j6n2uap3cgu3d1xciu1dig/', '0', 'Adventure', 0, 0, '', 'modern-police-car-parking-sim-'), (6979, 'Cannon Surfer 3D', 'Cannon-Surfer is an interesting arcade game. You will push a ball cannon to arrive at the end. Stay away from the blocks. Remember to integrate the tank, with the tank improving, you could beat the boss easily. If you can not handle it, there is a rainbow shell on your right that will help you.', 'https://img.gamemonetize.com/qjncxtys4pcirld4s6dax0oan80r5grl/512x384.jpg', 'https://html5.gamemonetize.com/qjncxtys4pcirld4s6dax0oan80r5grl/', '0', '3D', 0, 0, '', 'cannon-surfer-d'), (6980, 'Jet Micky', 'Jet Micky is very hungry and needs to be fed. Each section has 3 slices of cheese. Micky wants to eat these cheeses without getting caught in the traps. Want to help him on this action-packed journey?', 'https://img.gamemonetize.com/ajqpbk594xrrrw30yh7hr8zm4zb089gb/512x384.jpg', 'https://html5.gamemonetize.com/ajqpbk594xrrrw30yh7hr8zm4zb089gb/', '0', 'Arcade', 0, 0, '', 'jet-micky'), (6981, 'American Police Suv Driving Car Games 2022', 'Do you enjoy playing American Police Suv Driving: Car Games 2022? Then you will love our game. You can download the American Police Suv Driving: Car Games 2022, which was prepared in 2022 with high quality graphics, for free. As a police, American Police Suv Driving: Car Games 2022 are a feature that most players want. It is now possible to play games as much as you wish without turning on wifi. You can use your steering wheel or use the arrow keys to move your police vehicle left and right. Our game prepared with high quality graphics is completely free. • You can comment on our game to see more car games 2022. Have fun! Features American Police Suv Driving: Car Games 2022: Realistic police cars Open world Ultra HD graphics Police sirens Huge city Realistic sound effects Traffic system Inside driving Challenging and fun missions', 'https://img.gamemonetize.com/uzx3lrlhafhvcgqf3gjozrj5w0r6fylb/512x384.jpg', 'https://html5.gamemonetize.com/uzx3lrlhafhvcgqf3gjozrj5w0r6fylb/', '0', 'Adventure', 0, 0, '', 'american-police-suv-driving-car-games-'), (6982, 'Tornado.io', 'A powerful tornado can destroy everything! Especially the water tornado formed from the sea. In Super Tornado.io this multiplayer online game, you will become the master of the world. You can control the city by the sea at will, blow away all the buildings and cars, and compete with other players. Tornadoes fight, swallow them and absorb them as part of your own power. When you have enough power, don\'t be afraid of any other players, use tornadoes to rule the world until you are satisfied.', 'https://img.gamemonetize.com/1smka6j97blcuektwham1dtdk7atuhzd/512x384.jpg', 'https://html5.gamemonetize.com/1smka6j97blcuektwham1dtdk7atuhzd/', '0', '.IO', 0, 0, '', 'tornadoio'), (6983, 'Stack Bounce Online', 'Stack Bounce Online play it on iyigames.com. You want to relieve your pressure? It is an addictive stack fall game with super amazing different levels. Break all the stacks through the bounce ball while not hitting obstacles in black color. It is one-tap gameplay and easy to learn and play. Stack bounce it is an entertaining and endless competition game in which smash Colorful stacks through Ball 3d ,pressing the ball through space gravity breaks a stack with the ball falling Stack bounce don\'t let the ball hit the black stack because it will crash ,after reaching the end of the stack with rock music achieve victory Stack Bounce Game where players smash, bump and bounce through revolving helix platforms to reach the dead end. Your ball smashes like a stone through colorful platforms that block its descent, but if you hit a black stack your game overs! Your ball shatters to pieces and you have to start your level again.…', 'https://img.gamemonetize.com/yu1t47yiewlaeysjs2vl75c9iar4epua/512x384.jpg', 'https://html5.gamemonetize.com/yu1t47yiewlaeysjs2vl75c9iar4epua/', '0', 'Hypercasual', 0, 0, '', 'stack-bounce-online'), (6984, 'Zombie Driving', 'Drive your way through a zombie apocalypse. Fire your guns and kill all zombies in your path. Avoid other cars and obstacles and get as far as you can. Zombie Squad allows you to choose your car and upgrade it. Personalize your car by changing its weapon or its armor. Also, you can buy new car models in the store. Kill all zombies in your way, gather as many coins as you can, and upgrade your ride in this amazing game for android!', 'https://img.gamemonetize.com/hq427aawjhsnwrdt37cp9xp8u51zo1mq/512x384.jpg', 'https://html5.gamemonetize.com/hq427aawjhsnwrdt37cp9xp8u51zo1mq/', '0', 'Hypercasual', 0, 0, '', 'zombie-driving'), (6985, 'Baby Taylor Fashion Pinafore Dress', 'Pinafore Dress is simply the hottest trend of the year! It\'s the girls\' favorite dress this year. It is very stylish and versatile, and can be worn with all styles of clothing. Our friends Taylor and Jessica wanted to buy this dress. Be a costume designer today and create a stylish Pinafore Dress for two girls.', 'https://img.gamemonetize.com/bewrjc6kca5tia0szrigkjj04ttj5oh1/512x384.jpg', 'https://html5.gamemonetize.com/bewrjc6kca5tia0szrigkjj04ttj5oh1/', '0', 'Girls', 0, 0, '', 'baby-taylor-fashion-pinafore-dress'), (6986, 'Kim Kardashian Dress Up', 'party is here and the Princess Kim Kardashian have gotten together for their annual Secret Santa party ,dress up for party with Princess Kim Kardashian dress up items and have a lovely party night. Princess Kim Kardashian have some plans to do!. Like Dress Up, Makeup and Decoration beautiful party things and decorate their party Tree. Join and Help the Princess Kim Kardashian to make this party the most memorable one!', 'https://img.gamemonetize.com/7p5a5k7wcazijf7glcgg9lfx5aomwljv/512x384.jpg', 'https://html5.gamemonetize.com/7p5a5k7wcazijf7glcgg9lfx5aomwljv/', '0', 'Girls', 0, 0, '', 'kim-kardashian-dress-up'), (6987, 'Candy Pop Match3', 'Welcome to this amazing puzzle match3 candy crush game. the game have tons of stunning and challenging levels and your mission is to complete them all. Swipe to match 3 or more colorful candies to clear them from the board. Good luck', 'https://img.gamemonetize.com/4e8zpflhpplt5t6ya2ue4m4rpbdew9er/512x384.jpg', 'https://html5.gamemonetize.com/4e8zpflhpplt5t6ya2ue4m4rpbdew9er/', '0', 'Puzzles', 0, 0, '', 'candy-pop-match'), (6988, 'Coloring Book for Adults', 'Best game Adult Coloring Book for Lover Adult Coloring Book Adult Coloring Book is awesome game coloring book for kids with cool and interesting pictures for boys! Adult Coloring Book Coloring Book includes 8 different images of Adult Coloring Book Characters from which you can choose and color them as you wish. After they are done with painting, they can use the print button to save the colored image and show it to their friends!', 'https://img.gamemonetize.com/fum0ururjtivf71nkya05rmnjegrif4b/512x384.jpg', 'https://html5.gamemonetize.com/fum0ururjtivf71nkya05rmnjegrif4b/', '0', 'Puzzles', 0, 0, '', 'coloring-book-for-adults'), (6989, 'Coloring Games Among Us', 'Among Us Cartoon Coloring is a free online coloring and kids game! In this game you will find eight different pictures which have to be colored as fast as you can to obtain a great score at the end of the game. You have 8 different colors to choose. You can also save the colored image. Have fun!', 'https://img.gamemonetize.com/y45b6dnr9mgw1m1y1dnp0hznrpnwxpnq/512x384.jpg', 'https://html5.gamemonetize.com/y45b6dnr9mgw1m1y1dnp0hznrpnwxpnq/', '0', 'Puzzles', 0, 0, '', 'coloring-games-among-us'), (6990, 'Coloring Book for Ariel Mermaid', 'The Little Mermaid Coloring book: Ariel The Mermaid coloring book for kids , 8 Perfect Coloring Pages For Your Little Princess Kids and adult , ... different types of Cute Sea Life Creatures Ariel The Mermaid Coloring Book Coloring Book includes 8 different images of Ariel The Mermaid Coloring Book Characters from which you can choose and color them as you wish.', 'https://img.gamemonetize.com/ltzp45k8k6nk4bvwtdozs3o6wpce9zvr/512x384.jpg', 'https://html5.gamemonetize.com/ltzp45k8k6nk4bvwtdozs3o6wpce9zvr/', '0', 'Puzzles', 0, 0, '', 'coloring-book-for-ariel-mermaid'), (6991, 'Coloring Book for Barbie', 'Coloring Book for Barbie and drawing and that’s why coloring books were always popular among kids. And in recent years, coloring book games have also became very popular. Our coloring book includes 16 different images of characters, vehicles and etc. that kids can choose from and color it as they like. There are 8 colors and 9 pencil sizes that they can use. There is also an eraser than can be used for erasing the colors and correcting mistakes.', 'https://img.gamemonetize.com/1ctedp6tmuk41ui8zd0ndfolpbemnp6f/512x384.jpg', 'https://html5.gamemonetize.com/1ctedp6tmuk41ui8zd0ndfolpbemnp6f/', '0', 'Puzzles', 0, 0, '', 'coloring-book-for-barbie'), (6992, 'Blumgi Castle Game', 'Blumgi Castle is a skill game where you equip various explosives and special weapons in order to sink your enemies into the water. Blow your foes up, or demolish the ground that they are standing on! Use the indicator around your character to aim, hold down the action button to set intensity, and release to rain bombs upon monsters. You will finish a level successfully if every creature in the level is defeated. You will unlock a brand new cool character every few levels, so make sure you play as every single one of them!', 'https://img.gamemonetize.com/lay5o4uozlbefac1c0os5e9efika45q7/512x384.jpg', 'https://html5.gamemonetize.com/lay5o4uozlbefac1c0os5e9efika45q7/', '0', 'Puzzles', 0, 0, '', 'blumgi-castle-game'), (6993, 'Noob vs TNT Boom', 'Help the beloved noob capture the spell and bring the chest down to the floor! Let the crate land on the floor and be safe. The noob needs those who will come out of the chest that opens as soon as it touches the floor. noob will never stop be careful when you blow up the tnts or you may forget the chest forever. Help keep the chest safe. Are you always ready to use noob magic?', 'https://img.gamemonetize.com/h0orfmxfczcj3m81k4xuk185vqq59mvv/512x384.jpg', 'https://html5.gamemonetize.com/h0orfmxfczcj3m81k4xuk185vqq59mvv/', '0', 'Puzzles', 0, 0, '', 'noob-vs-tnt-boom'), (6994, 'Coconut Volley', 'Beach volleyball on a tropical island! Grab an umbrella and bounce the coconut around to make it land on your opponent\'s side of the net.', 'https://img.gamemonetize.com/k3gy1o04halnxs5nx1e3hlhnwpglv1n8/512x384.jpg', 'https://html5.gamemonetize.com/k3gy1o04halnxs5nx1e3hlhnwpglv1n8/', '0', 'Sports', 0, 0, '', 'coconut-volley'), (6995, 'Huggy Wuggy Jigsaw', 'Connect the pieces and complete the Huggy Wuggy puzzles.', 'https://img.gamemonetize.com/u9xb4seryy2ehcjm7fem5xwgt9wbp3r5/512x384.jpg', 'https://html5.gamemonetize.com/u9xb4seryy2ehcjm7fem5xwgt9wbp3r5/', '0', 'Puzzles', 0, 0, '', 'huggy-wuggy-jigsaw'), (6996, 'Asphalt Legend', 'Here is a car driving simulation game with 3D racing elements for Driving-Game fans. You have a chance to drive several kinds of famous sportscars in the game. Try to complete more missions to earn your favorite vehicles in the garage!', 'https://img.gamemonetize.com/0ihjp7bxr2qaz2ug625lkp5v333nkwxj/512x384.jpg', 'https://html5.gamemonetize.com/0ihjp7bxr2qaz2ug625lkp5v333nkwxj/', '0', 'Racing', 0, 0, '', 'asphalt-legend'), (6997, 'Mini Kart Rush', 'Here is a kart racing arcade game with 3D kart racers and platform tracks. It is managed for you to defeat at lease half of the opponents at each race, or else you will lose the game directly. Try to crash other players and speed up!', 'https://img.gamemonetize.com/gw68pb4cz9w1bva5x0u0kjalqviqhi0i/512x384.jpg', 'https://html5.gamemonetize.com/gw68pb4cz9w1bva5x0u0kjalqviqhi0i/', '0', 'Racing', 0, 0, '', 'mini-kart-rush'), (6998, 'PGA6 Blocky Combat SWAT Apocalypse 2022', 'In the best undead escape games, you may utilize a variety of weaponry in both solo or multiplayer modes. On multiple maps, you\'ve been battling Minecraft zombie Bots. Even if you are armed, you must defeat other zombies in a zombie fight. That is not something I am prepared for. To play several first-person shooter games safely, you must hide behind various objects. Do you have a favorite individual to play free online video game with? How many firearms does the narrator own in total?', 'https://img.gamemonetize.com/8dyilp6ibwcpmpdyzphwr97jn9jajr44/512x384.jpg', 'https://html5.gamemonetize.com/8dyilp6ibwcpmpdyzphwr97jn9jajr44/', '0', 'Shooting', 0, 0, '', 'pga-blocky-combat-swat-apocalypse-'), (6999, 'Bffs Fall Fashion Trends', 'Welcome to Bffs Fall Fashion Trends. Fall is quite an exciting season when it comes to clothing and fashion, primarily because the harsher weather allows for more layering and combinations of clothes, which you can’t really do in the summer because it is too hot. Your favorite LOL girls want to rock looks inspired by the fall season, so you are here to give them this makeover they really need and have fun!', 'https://img.gamemonetize.com/7c9krjcmkw7sjcuq02vocslg4u3eq38q/512x384.jpg', 'https://html5.gamemonetize.com/7c9krjcmkw7sjcuq02vocslg4u3eq38q/', '0', 'Girls', 0, 0, '', 'bffs-fall-fashion-trends'), (7000, 'Epic Roll', 'Collect coins to unlock new characters. Beat the records of other players by completing the game as far as possible, avoiding pits and traps!', 'https://img.gamemonetize.com/jt9mzmjfn2joep57mc925up2fwknj389/512x384.jpg', 'https://html5.gamemonetize.com/jt9mzmjfn2joep57mc925up2fwknj389/', '0', 'Hypercasual', 0, 0, '', 'epic-roll'), (7001, 'Mermaid chage princess', 'good game:This is a personal fish dress up game, you can paint a beautiful mermaid princess beautiful makeup, you can also give a beautiful mermaid princess to wear clothes, according to their own aesthetic matching clothes, there are different color lipstick, different styles of small skirts, different jewelry, etc., waiting for you to unlock. Remember to take a picture of the mermaid princess dressed up!', 'https://img.gamemonetize.com/vr2n0tid5um71h729crxrasz75z4cu2f/512x384.jpg', 'https://html5.gamemonetize.com/vr2n0tid5um71h729crxrasz75z4cu2f/', '0', '3D', 0, 0, '', 'mermaid-chage-princess'), (7002, 'Marble Lines', 'Try to remove lines of marbles before the board is full! Every move 3 new marbles will appear and you can move 1 to a new position. Make lines of 5 or more marbles with the same color to remove them. Lines can be horizontal, vertical or diagonal.', 'https://img.gamemonetize.com/mrt2jm7oqohl2tnk501c50vbkbi41f1s/512x384.jpg', 'https://html5.gamemonetize.com/mrt2jm7oqohl2tnk501c50vbkbi41f1s/', '0', 'Puzzles', 0, 0, '', 'marble-lines'), (7003, 'Battlefield Elite 3D', 'Welcome to the game world of Battlefield Elite 3D. Are you ready to defeat all your opponents and become the strongest player? Come and join the thrilling battle. In this game, you will pick up weapons and kill each other in the cruel arena. Everyone is fighting for themselves. Collect the materials scattered on the ground to make yourself stronger. Defeat everyone with weapons to climb to the top of the leaderboard. wish you success.', 'https://img.gamemonetize.com/9urd2sprcg2cvcvg0nrmmk2wcxozli2k/512x384.jpg', 'https://html5.gamemonetize.com/9urd2sprcg2cvcvg0nrmmk2wcxozli2k/', '0', 'Boys', 0, 0, '', 'battlefield-elite-d'), (7004, 'Samurai Flash 3D', 'It is a popular casual competitive game. In the game, the player will act as an excellent samurai, choose a reasonable attack method according to the opponent\'s weapon and attack attributes, collect equipment to improve their attributes and guarantee their safety, become the reaper on the battlefield, and reach the end safely.', 'https://img.gamemonetize.com/jpq431zlvg1ghurraejh5dizzb24e4rz/512x384.jpg', 'https://html5.gamemonetize.com/jpq431zlvg1ghurraejh5dizzb24e4rz/', '0', 'Boys', 0, 0, '', 'samurai-flash-d'), (7005, 'Speed Traffic Lane Change Master', 'Speed Traffic is an exciting car driving game, you will drive your car on a busy road and your mission in this game is to avoid other cars and survive as long as possible. Don\'t forget to collect coins on the road when you drive. If you want to show your driving talent, come here and create a score. Enjoy the game Speed Traffic!', 'https://img.gamemonetize.com/yfe5joqh63ec6patliqoe02aplb8cbly/512x384.jpg', 'https://html5.gamemonetize.com/yfe5joqh63ec6patliqoe02aplb8cbly/', '0', 'Racing', 0, 0, '', 'speed-traffic--lane-change-master'), (7006, 'Mia Dentist Ice Cream', 'Oh, god! The boy ate too much ice cream! And now he has got a toothache, please help him better! Thanks!', 'https://img.gamemonetize.com/h3aga20b6j3s1djs4yz9yuede6oiz4w4/512x384.jpg', 'https://html5.gamemonetize.com/h3aga20b6j3s1djs4yz9yuede6oiz4w4/', '0', 'Girls', 0, 0, '', 'mia-dentist-ice-cream'), (7007, 'Zhu Zhu Pets Tube Racers', 'Right now on our website you will get the opportunity to play the game called The Zhu Zhus Tube Racers, which is the latest game we have added into the The Zhu Zhus Games category, which we know is a category of Disney Channel Games that you love playing, which is why we are trying our best to bring as many awesome games as possible in it, so you will always enjoy your time spent here. This new game is a game unlike you have played here before, which has Pipsqueak in the center of attention. Want to know what you have to do? Then just read the following part of this description. Your main goal is going to be to race Pipsqueak as far as you can. To jump press the up arrow key, and to roll use the down arrow key, keys which you also use to go down or up on the tubes. Click one and then the other really fast if you want to play in the hamster ball, which gives him speed. Along the way, grab the carrots and treats, because they give him energy, which he needs in order to advance. You got it, haven\'t you? Well, we think that you will have great fun with this game, so we invite you to start it right now, only on our website!', 'https://img.gamemonetize.com/sesg8dwp3bub2r7diu34p1ej4d01os0l/512x384.jpg', 'https://html5.gamemonetize.com/sesg8dwp3bub2r7diu34p1ej4d01os0l/', '0', 'Racing', 0, 0, '', 'zhu-zhu-pets-tube-racers'), (7008, 'A &amp B Kids', 'A &amp; B Kids is the best way for your kids to learn their ABCs! Our educational games are designed specifically for teaching kids the alphabet in a fun and engaging way. A&amp;B Kids is making educational games for kids that help them learn the alphabet. These games are not only entertaining for kids, but they also help them develop essential skills like hand-eye coordination and problem solving.', 'https://img.gamemonetize.com/j45iesye5y60xli8ui5wt6dl13oggt1a/512x384.jpg', 'https://html5.gamemonetize.com/j45iesye5y60xli8ui5wt6dl13oggt1a/', '0', 'Puzzles', 0, 0, '', 'a-ampamp-b-kids'), (7009, 'Truck And Police', 'A fun arcade top down racing game. Game Features Fast gameplay short and fun Easy to pickup and play retro style top down racing gameplay Control: Movement: W,A,S,D Nitro: Space', 'https://img.gamemonetize.com/v7rtb5f7ya32ovjg8g8p9l3ujn0p5nbf/512x384.jpg', 'https://html5.gamemonetize.com/v7rtb5f7ya32ovjg8g8p9l3ujn0p5nbf/', '0', 'Arcade', 0, 0, '', 'truck-and-police'), (7010, 'P. Kings Memory Game', 'Put your attention and memory to the test in the P. King\'s Memory Game! Meet P. King, Wombat, and many other of his friends by turning all the cards! Also, do you think you can remember each one\'s position? Let\'s see how well you will perform! Enter P. King\'s world and remember each card\'s position. Your main job is to match the pairs until you have none left! Do you think your memory can handle this challenge? Or will attention fail you, and you will stop this task early? It\'s time to start and find the answer! How to play the game Luckily, the game\'s controls are pretty easy! Use your mouse to click on the cards to reveal each one. See? Pretty straightforward, right? The most important tool here is your memory, so make sure it is as sharp as possible! With a bit of practice, you will see that everything will be a piece of cake! Your goal is to match all the cards together! For every level, you will have a timer to complete it! If the time runs out and you do not pair all the characters, you will have to start all over! Also, as you pair more cards in a row, you will build a combo that will boost your final score! The game will become harder and harder as you progress, so from the only two pairs you will start with, who knows where you will end up! So you will need to get used to every new level as you go on. The faster you adapt, the better you\'re going to perform! Are you ready to put your memory to the test and match all the cards? Let\'s start the challenge and meet P. King and his friends. They are all waiting to see how far you will get!', 'https://img.gamemonetize.com/s4whdhcrdi62fjygncztcbzunxdbq9zj/512x384.jpg', 'https://html5.gamemonetize.com/s4whdhcrdi62fjygncztcbzunxdbq9zj/', '0', 'Puzzles', 0, 0, '', 'p-kings-memory-game'), (7011, 'Chop Fruits Master', 'Fruit Cut Smash is an interesting fruitgame! Tap the knife to cut the fruit, chopped fruit and enjoy the splashing juiceï¼ Many different fruits are waiting for you to challengeï¼ How to play: 1.Pick a flying knife that you like. 2.Tap the screen to launch the knife. 3.Hit the fruit and cut it into pieces.', 'https://img.gamemonetize.com/zzxva6j0b08b4rie2uw437338ym3crp3/512x384.jpg', 'https://html5.gamemonetize.com/zzxva6j0b08b4rie2uw437338ym3crp3/', '0', 'Clicker', 0, 0, '', 'chop-fruits-master'), (7012, 'The Queen Of Fashion Fashion show dress Up Game', 'In love with style games and makeover modeling games? Welcome to the world of fashion with unlimited super stylish dressing up. Show your creativity in girls clothing: dress-up 6 beautiful doll models, they covet cool outfits and new hairstyles! Of course, any fashion girl dreams of fashion shows and career of a famous model. If you feel the style fever and look for the best dress up games for teens, here they are. Cool clothes, girly hairstyles and accessories will open the whole world for fans of beauty.', 'https://img.gamemonetize.com/ybf6bmzmtee1rxcfimnmexe6fohykq4o/512x384.jpg', 'https://html5.gamemonetize.com/ybf6bmzmtee1rxcfimnmexe6fohykq4o/', '0', 'Girls', 0, 0, '', 'the-queen-of-fashion-fashion-show-dress-up-game'), (7013, 'Water The Tree', 'Each level is a challenging physics-based puzzle with amazing life-like mechanics. Cut through dirt and guide fresh water to the tree! Every drop counts! The level is passed if at least one flower blooms on the tree. If three flowers will bloom you have passed the level perfectly.', 'https://img.gamemonetize.com/idd0krd5zz90z6k97380oxwyxq3521ne/512x384.jpg', 'https://html5.gamemonetize.com/idd0krd5zz90z6k97380oxwyxq3521ne/', '0', 'Puzzles', 0, 0, '', 'water-the-tree'), (7014, 'Julia Food Truck', 'Working in fast food requires increased responsibility, coordination and high professionalism! Don\'t believe? Then welcome to the ranks of sellers who sell delicious burgers. You are guaranteed to enjoy the gameplay, but you should not relax, because customers will be seriously outraged if you mess up something in the recipe. If you combine all three of the above qualities together, you will become a real salesman who is not afraid to work under tight deadlines!', 'https://img.gamemonetize.com/l2rrflvwquea3hunpv12p5t0fji7h8a3/512x384.jpg', 'https://html5.gamemonetize.com/l2rrflvwquea3hunpv12p5t0fji7h8a3/', '0', 'Girls', 0, 0, '', 'julia-food-truck'), (7015, 'Endless Siege Online', 'Endless Siege is an exciting endless tower defense game with new maps daily and awesome graphics play it on iyigames.com. Your goal is to place and position your defense towers to counter the waves of enemies incoming. Upgrade your towers such as Cannon, Ballista, Torch and Time warp cannons to defend against the endless attack of orcs and monster enemies! There’s plenty of subtle strategies and interactions, different enemies and tower upgrades. To play Endless Siege, place turrets in the available spots. At the start of the game, you should place these turrets near the entrance where the enemies will be arriving. When you’ve prepared your defenses, hit the ‘next wave’ button to start the first wave.', 'https://img.gamemonetize.com/s63yrwe569lbg83asdx01ehpzsha4x3j/512x384.jpg', 'https://html5.gamemonetize.com/s63yrwe569lbg83asdx01ehpzsha4x3j/', '0', 'Hypercasual', 0, 0, '', 'endless-siege-online'), (7016, 'Friday Night Funkin Online', 'Friday Night Funkin’ (fnf) is a musical rhythm game play it on iyigames.com. In this game, you need to impress your lover\'s ex-rockstar father with the power of music! You must survive multiple weeks of freestyle music battles to win him over. Press the arrow keys in time with the music to outdo your opponents. In the story mode, you need to mirror your opponent\'s singing by using the WASD and Arrow keys. The first songs start simple, but the beats get much more complicated later on with the introduction of duets. You can also enjoy the free play mode and enjoy all the cool beats and characters this game has to offer. Feel free to adjust the difficulty to your liking and start vibing! You have a very simple task here to play when the arrow marks coming from below, when the arrows are on the top arrow, then press the exact arrows. Game created by ninjamuffin99', 'https://img.gamemonetize.com/otsz45if9cwsklzm5slw1ficefz5yz0v/512x384.jpg', 'https://html5.gamemonetize.com/otsz45if9cwsklzm5slw1ficefz5yz0v/', '0', 'Boys', 0, 0, '', 'friday-night-funkin-online'), (7017, 'Happy Gliding Online', 'Play Happy Gliding Online on Iyigames. You no longer need to walk on the ground, we will drive a cool flying car in the sky, feel the fun of being surrounded by air, we need to control the direction of flight, landing in a reasonable position, remember to win more coins to unlock more props Oh! Happy Gliding is an online arcade game that we hand picked for Iyigames.com. Play Happy Gliding online for free', 'https://img.gamemonetize.com/uscsjr849xqfq8zyi8xtoksbwh5y71ux/512x384.jpg', 'https://html5.gamemonetize.com/uscsjr849xqfq8zyi8xtoksbwh5y71ux/', '0', 'Hypercasual', 0, 0, '', 'happy-gliding-online'), (7018, 'Reptolia 2', 'Reptolia 2 is a 2D platformer where you have to collect all of the giant insects(bugs) while avoiding the enemies, flying creatures, saws, spikes and fire and reach the cave in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Reptolia" series.', 'https://img.gamemonetize.com/s57w9imz7rpeciaq0a2wbm84jjtrluul/512x384.jpg', 'https://html5.gamemonetize.com/s57w9imz7rpeciaq0a2wbm84jjtrluul/', '0', 'Arcade', 0, 0, '', 'reptolia-'), (7019, 'Drone Destruction Ben 10', 'Ben 10: Drone Destruction is an action game you can play on iyigames.com. You get to play as some of the aliens from the animated cartoon TV series Ben 10. Choose your favorite alien, protect Grandpa Max from waves of enemy drones, and unlock upgrades in-between. While traveling in the Rust Bucket, the road in front of our two protagonists gets blocked. Suddenly, they find themselves surrounded by dangerous alien drones. Your mission is simple: survive all the waves of invaders until Grandpa Max manages to come up with a plan. Are you brave enough to win in this adrenaline-filled confrontation? Before heading out to battle, you need to decide how you want to use the power of the Omnitrix! For this challenge, Ben can embody three different aliens. Will you choose Stinkfly, Diamondhead, or Heatblast? Choose wisely, as each one boasts a new set of attacks and abilities! Let\'s start moving! Unlike other similar games, you\'ll have a large area to defend in this challenge. Therefore, it\'s essential to explore it by using the Up, Down, Left, and Right arrow keys to move. Using these controls, make sure to search the area around the van and the surrounding forest! Now, it\'s time to fight! Each character has a ranged attack that you can trigger by pressing the Z key. Besides, all aliens can also perform a special move that deals more damage and has a larger attack area. However, you\'ll have to wait for the meter to charge up before pressing Z to use it! Survival is the name of the game! Each time you\'ll let our protagonist take a hit, his life bar in the upper right corner of the screen will deplete. Since there are no health power-ups, you\'ll soon find out that defense is just as important as attacking drones.', 'https://img.gamemonetize.com/cu4afltwlltb845ph5uilwelsfuax9oy/512x384.jpg', 'https://html5.gamemonetize.com/cu4afltwlltb845ph5uilwelsfuax9oy/', '0', 'Shooting', 0, 0, '', 'drone-destruction--ben-'), (7020, 'Bullet Stop 3D', 'Choose your equipment carefully, team up with other shooters and win your arena! Your movement, life bar and accuracy will be key to winning the arena.', 'https://img.gamemonetize.com/ijfoh1kvn3na4oqyjdegb7wa4mc12y6j/512x384.jpg', 'https://html5.gamemonetize.com/ijfoh1kvn3na4oqyjdegb7wa4mc12y6j/', '0', 'Shooting', 0, 0, '', 'bullet-stop-d'), (7021, 'Chromatic Seals', 'Welcome to Chromatic Seals! This is an amazing physics puzzle brain game! Cut the ropes or shapes in order to make each seal goes to the right color. Explore tons of challenging and hard levels this game will help your brain abilities. Good luck', 'https://img.gamemonetize.com/83shyumzmyj7dy586zvt95qx6nng3iab/512x384.jpg', 'https://html5.gamemonetize.com/83shyumzmyj7dy586zvt95qx6nng3iab/', '0', 'Puzzles', 0, 0, '', 'chromatic-seals'), (7022, 'Candy Super Sugar ', 'Have fun popping candy in this innovative game that mixes bubble shoot and Ping-Pong. There are 85 challenging levels.', 'https://img.gamemonetize.com/bzydfltvi56a8ko7arb00d6dm6gb75nx/512x384.jpg', 'https://html5.gamemonetize.com/bzydfltvi56a8ko7arb00d6dm6gb75nx/', '0', 'Puzzles', 0, 0, '', 'candy-super-sugar-'), (7023, 'space invaders.io', 'Space invaders is fun shooting game.Your planet is under attack and you need to defend it.', 'https://img.gamemonetize.com/073g0p6vxdyvna6edg2m85b3r8276ksc/512x384.jpg', 'https://html5.gamemonetize.com/073g0p6vxdyvna6edg2m85b3r8276ksc/', '0', 'Shooting', 0, 0, '', 'space-invadersio'), (7024, 'Pixel mario', 'Mario is a really famous game and really fun.', 'https://img.gamemonetize.com/aywmfijeuzzdv7zz20kooiguza8a0ozy/512x384.jpg', 'https://html5.gamemonetize.com/aywmfijeuzzdv7zz20kooiguza8a0ozy/', '0', 'Adventure', 0, 0, '', 'pixel-mario'), (7025, 'Crash Landing', 'Crash Landing 3D is a very addicting simulation flight game. In the game, the player will control the plane to fly in space, and experience the pilot\'s life. In the game, the player needs to complete the mission of the game, cross the circle and challenge various difficult stunts, and enjoy the Crash Landing 3D!', 'https://img.gamemonetize.com/59xrf2k4rg47qk7qeweo50uqo2jxdvmi/512x384.jpg', 'https://html5.gamemonetize.com/59xrf2k4rg47qk7qeweo50uqo2jxdvmi/', '0', '3D', 0, 0, '', 'crash-landing'), (7026, '1vs1', '1vs1 is a game where two players can play and fight each other inside the game', 'https://img.gamemonetize.com/6f9jsocvpkijsd9jqlksepihximo401e/512x384.jpg', 'https://html5.gamemonetize.com/6f9jsocvpkijsd9jqlksepihximo401e/', '0', 'Shooting', 0, 0, '', 'vs'), (7027, 'Héros Fermier Mini Saga', 'It\'s time to harvest on the virtual farm. Its workers have received so many orders for the delivery of fruits and vegetables that they simply cannot cope with their collection. You can join them to help collect fresh fruits.', 'https://img.gamemonetize.com/aq3enj8yx2ffix5ki7mfdxzxt1i81fe1/512x384.jpg', 'https://html5.gamemonetize.com/aq3enj8yx2ffix5ki7mfdxzxt1i81fe1/', '0', 'Puzzles', 0, 0, '', 'hros-fermier-mini-saga'), (7028, 'Reptolia', 'Reptolia is a 2D platformer where you have to collect the giant insects(bugs) while avoiding the enemies, ground saws, spikes and fire and reach the cave in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/jgntj11qjbddgnauxsg2xhk1mr0p44ka/512x384.jpg', 'https://html5.gamemonetize.com/jgntj11qjbddgnauxsg2xhk1mr0p44ka/', '0', 'Arcade', 0, 0, '', 'reptolia'), (7029, 'Cute Rabbit Dress Up', 'The cute bunny\'s name is Pookie. Pookie likes walking around the garden and eating carrots. Let\'s dress up this cute bunny walking around at easter time so stylishly', 'https://img.gamemonetize.com/6ffk32iz4kij9syfuoknlyivw6d9h67c/512x384.jpg', 'https://html5.gamemonetize.com/6ffk32iz4kij9syfuoknlyivw6d9h67c/', '0', 'Girls', 0, 0, '', 'cute-rabbit-dress-up'), (7030, 'Mario Pixel', 'Mario is a really famous game and really fun.', 'https://img.gamemonetize.com/9mfuvli2qp6awvbxuf8eq2h3rkbx41zv/512x384.jpg', 'https://html5.gamemonetize.com/9mfuvli2qp6awvbxuf8eq2h3rkbx41zv/', '0', 'Adventure', 0, 0, '', 'mario-pixel'), (7031, 'Kitty Kate Caring Game', 'Prepare yourself to encounter a wonderful kitty game where you actually get to know the routine of a fancy cat. There will be some steps you need to go through, but first, you must understand your cat needs. Those items from the bottom side of the screen will be your guide along this game, you will find that each one of them represents an important need of your kitty. Have fun!', 'https://img.gamemonetize.com/tj5ugns8s0bdvgc4pbt4btxoybavxqji/512x384.jpg', 'https://html5.gamemonetize.com/tj5ugns8s0bdvgc4pbt4btxoybavxqji/', '0', 'Girls', 0, 0, '', 'kitty-kate-caring-game'), (7032, 'Drive Mad Game', 'Drive Mad is a car game where you drive on a track filled with obstacles. Your aim is to reach the finish line in one piece. You have to balance your speed so your car doesn\'t flip over. This is harder than it sounds, as there are many thrilling and creative stunts and obstacles for you to enjoy. Do you have what it takes to finish every level in Drive Mad?', 'https://img.gamemonetize.com/c5t3d0nn601zum0ctct3vlyr07e26akn/512x384.jpg', 'https://html5.gamemonetize.com/c5t3d0nn601zum0ctct3vlyr07e26akn/', '0', '3D', 0, 0, '', 'drive-mad-game'), (7033, 'Draw Rider', 'Here is a 3D drawing motorbike-racing arcade game with 3D pixel characters and motorbikes. The wheels of your bike are able to be changed in real-time. You need to draw different wheels to help you keep fast speed and win the race at each level. Good luck rider!', 'https://img.gamemonetize.com/fjpx5izlghqk91qffhfzppo2ndjkwnhu/512x384.jpg', 'https://html5.gamemonetize.com/fjpx5izlghqk91qffhfzppo2ndjkwnhu/', '0', 'Arcade', 0, 0, '', 'draw-rider'), (7034, 'Catch The Thief', 'Catch The Thief is a very addictive game. The task is very simple need to collide the police and the thief. But is not easy to keep police and thief inside the game layout and a lot of obstacles also there if an obstacle collides with the police or thief you fail. Also, catch the thief alive.', 'https://img.gamemonetize.com/p5975lxccebw95jbl14e039151g98po0/512x384.jpg', 'https://html5.gamemonetize.com/p5975lxccebw95jbl14e039151g98po0/', '0', 'Puzzles', 0, 0, '', 'catch-the-thief'), (7035, 'Baby Dream City Buildings', 'The houses in the city were destroyed in the earthquake, come and build a building with the architect Baby Panda! Choose your favorite buildings, build them, and decorate them! Let\'s see who built the most beautiful city.', 'https://img.gamemonetize.com/obqmy85i7a0ot8c0tzn5u8dcrzjlawxv/512x384.jpg', 'https://html5.gamemonetize.com/obqmy85i7a0ot8c0tzn5u8dcrzjlawxv/', '0', 'Girls', 0, 0, '', 'baby-dream-city-buildings'), (7036, 'Baby Taylor Foot Treatment', 'Baby Taylor broke her foot while playing in the park! She needs to go to the hospital for treatment immediately. Please be a surgeon to treat Taylor\'s foot injury. After this, Taylor needs to rest at home, please help her mother prepare a nutritious meal! After Taylor recovers, please help her dress up and let her go out to play happily.', 'https://img.gamemonetize.com/louebtx78dneogix5duxvffzr6in1uc2/512x384.jpg', 'https://html5.gamemonetize.com/louebtx78dneogix5duxvffzr6in1uc2/', '0', 'Girls', 0, 0, '', 'baby-taylor-foot-treatment'), (7037, 'Captain Photon and the planet of chaos', 'Captain Photon and the planet of chaos game plat it on iyigames.com. Join Captain Photon and the Planet of Chaos as he battles alien robots in an unknown planet somewhere in the galaxy. In deep space, communication with a planet belonging to Captain Photon and his crew was suddenly cut off. What could have happened? After all, the planet is very important for all mankind, and it must be tasted. On this planet armies of robots worked for creation of favorable conditions for people. After a short reflection, the captain with his team arrived on the planet and were horrified by what they saw. The space pirate has seized control of the robots that led the preparatory work. The alien pirate reprogrammed the robots and used them to manufacture weapons of mass destruction. What to do? The robots are not even given to fix the settings, because they are all programmed to kill. Good luck and Have Fun!', 'https://img.gamemonetize.com/hb2irnfj259uvmcewjahwegwb3m6sfd8/512x384.jpg', 'https://html5.gamemonetize.com/hb2irnfj259uvmcewjahwegwb3m6sfd8/', '0', 'Shooting', 0, 0, '', 'captain-photon-and-the-planet-of-chaos'), (7038, 'Fill In the holes', 'Are you ready to play this fantastic puzzle game ? It is an easy game do not panic. First, look at the numbers on the grid. Each of them should fill the same amount of boxes/fiels. So if you see a 4, there should be 4 boxes near this tile that should be fill with this same color. I told you it\'s easy to understand... However, it\'s a bit harder to master on higher levels, but first ones are super easy to learn and to enjoy this nice puzzle game. Are you ready to raise the challenge in hundred of levels ?', 'https://img.gamemonetize.com/rncw0nw0zsphlmsp4mt3h2kdytzhtj4v/512x384.jpg', 'https://html5.gamemonetize.com/rncw0nw0zsphlmsp4mt3h2kdytzhtj4v/', '0', 'Puzzles', 0, 0, '', 'fill-in-the-holes'), (7039, 'Fireman Plumber', 'A big fire has started in the land and is starting to burn cities. Firemen have started to put out the fire but the water pipes system is really old and it is broken in some areas. They sent you to fix the pipes, the leaks and save the cities. You play as an heroic fireman and you must stop the fire now.', 'https://img.gamemonetize.com/1l84tmer5b2d88ig6iie0tvsittqzy15/512x384.jpg', 'https://html5.gamemonetize.com/1l84tmer5b2d88ig6iie0tvsittqzy15/', '0', 'Puzzles', 0, 0, '', 'fireman-plumber'), (7040, 'Tricky Kick 3D', 'Tricky Kick 3D game play it on iyigames.com. Overtake your opponents, Move swiftly and score crazy goals! Dribble, pass and kick the Ball Like RONALDO & strike like MESSI. Fun & addictive football experience complete with easy controls and enjoyable movements. Whether your a super league fan or not, just Use your skills and tap perfectly on a perfect time to dribble & score a goal to pass all the crazy tricky challenges waiting for you. Hundreds of different unique levels that will make you engaged for so long! Join the most Tricky Kick is an interesting sports game where your objective will be to score. That\'s nothing out of the ordinary, but the movement of the is always into a single direction, be it left or right. You can expect to come by many different obstacles that you\'ll have to avoid, else you’ll need to repeat the level. The points you gain can be used in the menu to buy different skins for your ball. There are also some objectives that you need to complete. You can also play the game on your phone, so come on, let’s play!', 'https://img.gamemonetize.com/nsmipr62p5xgqk6nfl1c490yoqcivgbp/512x384.jpg', 'https://html5.gamemonetize.com/nsmipr62p5xgqk6nfl1c490yoqcivgbp/', '0', 'Hypercasual', 0, 0, '', 'tricky-kick-d'), (7041, 'Fire Glow', 'Shoot at the right color segment with you glow dot. If you touch the segment with the same color : you break it ; If you hit another color : you lose... This game will keep you playing for hours, with its beautiful design, it\'s glow style, and fun gameplay. There are 4 play modes: classic / eliminate / expand / origin.', 'https://img.gamemonetize.com/wtdluh8rduj40g8xsa3gcogslooh0xn7/512x384.jpg', 'https://html5.gamemonetize.com/wtdluh8rduj40g8xsa3gcogslooh0xn7/', '0', 'Hypercasual', 0, 0, '', 'fire-glow'), (7042, 'Fish War', 'Play the most fun game in the ocean... You are a fish and you must kill the others fish. That is really simple, isn\'t it ? You will also be an ecologist fish : your mission is also to clean the corals...', 'https://img.gamemonetize.com/q2k9napa4s6xpbo9kecmaes2k7s93neg/512x384.jpg', 'https://html5.gamemonetize.com/q2k9napa4s6xpbo9kecmaes2k7s93neg/', '0', 'Adventure', 0, 0, '', 'fish-war'), (7043, 'Futurama Worlds of Tomorrow', 'UILD your own New New York, BATTLE aliens, COLLECT your favorite heroes, and EXPLORE space in an epic Futurama story from the original writers! Relive the show in this thrilling and hilarious game that will have you in tears laughing. The funny never ends when you play as Fry, Leela, Bender or any of your favorite characters from the critically-acclaimed Fox series, Futurama! Is the future safe in your hands? PLAY FUTURAMA: WORLDS OF TOMORROW to find out! Buckle your seatbelts, blast off into space, and play the new Futurama game! WORLDS OF TOMORROW FEATURES: - ADVENTURE AWAITS: All new story from the creators of the original Fox series, Futurama! - BUILD A CITY: Create and customize your very own New New York! - CHOOSE YOUR STORY: Control the story by making your own choices! - 8 BIT FIGHTING: Battle in epic and funny 8-bit combat! - SPACE TRAVEL: Embark on funny space adventures as you explore a galaxy of new worlds! - FUNNY OUTFITS: Complete your character’s look by unlocking hilarious and unique outfits! - CUSTOMIZE EVERYTHING: Personalize your look, and level up your characters! - HILARIOUS DIALOGUE: New Futurama stories from the show’s writers, David X. Cohen and The Simpsons - creator, Matt Groening! - CHOOSE YOUR CREW: Select your crew and send it on adventure-filled space missions! - COLLECT ARTIFACTS: Equip ancient artifacts to ensure the universe’s best chance at survival! Download the game and embark on the all-new adventure imagined and written by David X. Cohen and Matt Groening! New worlds, strange species, and unforgettable stories are all waiting for you!', 'https://img.gamemonetize.com/r932sdfqt5sfcwbbcdgkhm8pe476oegl/512x384.jpg', 'https://html5.gamemonetize.com/r932sdfqt5sfcwbbcdgkhm8pe476oegl/', '0', 'Adventure', 0, 0, '', 'futurama-worlds-of-tomorrow'), (7044, 'Foot Starts', 'Foot Starts game Play it on iyigames.com. Soccer has never been this fun. Simply drag, aim and release to shoot the soccer ball. The first to score 3 goals wins. Game features choose your side, from 32 nations. Smart and calculative AI. Be prepared to play hard with tutorial to learn the ropes. Exciting soccer stadium environment, perfect for soccer nuts. Finger Soccer is a turn-based soccer game. With simple game play and great physics, Finger Soccer is easy to pick up and fun to play! You don\'t need to be master of the soccer game , just drag the ball, adjust power and direction, and kick the ball to the goal.', 'https://img.gamemonetize.com/6xtnv9ynct84av1hck4ig1utvxzwfyh1/512x384.jpg', 'https://html5.gamemonetize.com/6xtnv9ynct84av1hck4ig1utvxzwfyh1/', '0', 'Sports', 0, 0, '', 'foot-starts'), (7045, 'Ninja Frog Adventure', 'Ninja Frog Hero is an excellent game.Looks famillier to Mario style!', 'https://img.gamemonetize.com/jhcmm3yoaekmmrjclzpf4jwa4bfp51ma/512x384.jpg', 'https://html5.gamemonetize.com/jhcmm3yoaekmmrjclzpf4jwa4bfp51ma/', '0', 'Arcade', 0, 0, '', 'ninja-frog-adventure'), (7046, 'SpongeBob Tasty Pastry Party', 'It’s again that time of the year when Patrick’s birthday is around the corner, and SpongeBob needs to prepare the tastiest cake ever made in SpongeBob Tasty Pastry Party Game! Since every ingredient must be chosen correctly, SpongeBob trusts your taste in creating the most amazing birthday cakes for Patrick. We already have all the ingredients for making the most delicious cakes, but you have to make sure that they are also what Patrick wants for his birthday. In Spongebob movies, there are many Spongebob quotes that attract audiences. Besides Spongebob quotes, games on our website dop5.com also lure audiences.', 'https://img.gamemonetize.com/gzsh3vucbzplb84mqmrktrzs739m6oi8/512x384.jpg', 'https://html5.gamemonetize.com/gzsh3vucbzplb84mqmrktrzs739m6oi8/', '0', 'Arcade', 0, 0, '', 'spongebob-tasty-pastry-party'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (7047, 'Igrica Horse Riding Tales', 'Igrica Horse Riding Tales game play it on iyigames.com. Begin your journey from lowly stable hand to dressage & horse racing super star! Join our horse loving online world where you can customise your character, tame & race beautiful wild horses, bring them to your stable and train so you can become an equestrian show jumping champion. Collect the cutest wild animal pets, from foxes, wolf pups to mystical tigers & more. Show off your pets to all your fellow cowgirls! They will even run alongside you as you complete horse racing quests around the ranch. RIDE & RACE WITH YOUR FRIENDS Ride your horse with all your girl friends & fellow cowgirls as you set out on adventures to explore the outskirts of your farm and beyond in glorious 3D! The multiplayer horse racing game mode also lets you compete in online races galloping at full speed around the ranch against your rivals!', 'https://img.gamemonetize.com/lv2pg2wuo141jh2pow38lszjcag055kg/512x384.jpg', 'https://html5.gamemonetize.com/lv2pg2wuo141jh2pow38lszjcag055kg/', '0', 'Girls', 0, 0, '', 'igrica-horse-riding-tales'), (7048, 'Super dash furious car', 'Super dash furious car is a hypercasual game play it on iyigames.com. Control your car, jump madness overtaking, overtaking on the road to enjoy the speed and passion.', 'https://img.gamemonetize.com/sgele4027ojvvorwtp4601z0i5fbg6ln/512x384.jpg', 'https://html5.gamemonetize.com/sgele4027ojvvorwtp4601z0i5fbg6ln/', '0', 'Hypercasual', 0, 0, '', 'super-dash-furious-car'), (7049, 'King Soldiers 2', 'King soldiers 2 is a fun battle game that’s made for all ages play it on iyigames.com. This adventure game has plenty of action for every gamer who wants to play. Ready for some awesome fighting and action? In king’s soldiers 2, the planet is being invaded by strange aliens. can you save our planet? have fun.', 'https://img.gamemonetize.com/exqw389x6a93yqsynte7a1akjaevwujr/512x384.jpg', 'https://html5.gamemonetize.com/exqw389x6a93yqsynte7a1akjaevwujr/', '0', 'Shooting', 0, 0, '', 'king-soldiers-'), (7050, 'Kind Net', 'Kind Net is fun game that looks famillier to maria game and has the same roles', 'https://img.gamemonetize.com/zx6erjhgs48265lw47ea0hae7az8emdn/512x384.jpg', 'https://html5.gamemonetize.com/zx6erjhgs48265lw47ea0hae7az8emdn/', '0', 'Arcade', 0, 0, '', 'kind-net'), (7051, 'Fast Fruit Master', 'Fast Fruit Master is a casual game play it on iyigames.com. Do you really want to play this cut and slice fruit? Do you love fruit slicing games on your smartphone? Perfect Fresh Fruit Slice: Fast Fruit Master Games is an amazing different fruit cut game in which you can make the perfect fruit cut and slice with clean juice. You have to be a fruit cut master in the ninja slice factory which gives you the task of perfect fruit for slicing. You will see limited cutting options which you can try to make a percent cut with a knife to accomplish the new cutting iyigames.com. Many fruit-cutting blender 3d games offer you to cut and slice all fruits but the nice ninja slice master gives you a chance to cut and play', 'https://img.gamemonetize.com/57qgab4ijjis219xiho0nemj2vfype9n/512x384.jpg', 'https://html5.gamemonetize.com/57qgab4ijjis219xiho0nemj2vfype9n/', '0', 'Hypercasual', 0, 0, '', 'fast-fruit-master'), (7052, 'Bee Connect', 'Get ready to connect colourful lines of Babees, make awesome combos and have some buzzing fun!', 'https://img.gamemonetize.com/jsgoewk6501r1i64rpwurs6qv4p8zvc8/512x384.jpg', 'https://html5.gamemonetize.com/jsgoewk6501r1i64rpwurs6qv4p8zvc8/', '0', 'Puzzles', 0, 0, '', 'bee-connect'), (7053, 'Pixel Farm', 'Welcome to Modern Pixel Farm.It\'s a really fun game that everyone will enjoy playing it', 'https://img.gamemonetize.com/zjck48l0ojoxe2om0j8jxr3q28qyea12/512x384.jpg', 'https://html5.gamemonetize.com/zjck48l0ojoxe2om0j8jxr3q28qyea12/', '0', 'Arcade', 0, 0, '', 'pixel-farm'), (7054, 'STACK BOUNCE BALL 3D', 'Stack Ball is a 3d arcade game where players smash, bump and bounce through revolving helix platforms to reach the end. Sound easy? You wish!! Your ball smashes like a brick through colorful platforms that block its descent, but if you hit a black one, it\'s all over! Your ball shatters to pieces and you have to start your fall all over again. But even black platforms are no match for a fireball falling at full speed! Choose your strategy: speed up like a madman or stop and wait for your next chance to roll and jump. Other ball games wish they were this fun!', 'https://img.gamemonetize.com/kkoxh6w93u977reucohy4x087hzt4ms9/512x384.jpg', 'https://html5.gamemonetize.com/kkoxh6w93u977reucohy4x087hzt4ms9/', '0', 'Hypercasual', 0, 0, '', 'stack-bounce-ball-d'), (7055, 'Rope Bowling', 'Rope Bowling game play it on iyigames.com. Welcome to Rope Bowling the new version of rope cut games. this rope cutting games makes you crazy with exciting levels of physics puzzle games. Carefully cut the bowling rope to drop all pins. There are many bowling puzzle games in market, but this rope bowling puzzle game is designed with most popular features of rope cutting games and bowling pins games. Enjoy iyigames the best gameplay of new physics puzzle games by cutting the ropes and drag the ball in air on the pins of different places to smash them and be the master of bowling rope puzzle games.', 'https://img.gamemonetize.com/p1s1b5dcu2sjw4q34lbih8wbdi0vy0tc/512x384.jpg', 'https://html5.gamemonetize.com/p1s1b5dcu2sjw4q34lbih8wbdi0vy0tc/', '0', 'Puzzles', 0, 0, '', 'rope-bowling'), (7056, 'Real Car Parking For Parking Master', 'Real Car Parking : Parking Master has realistic driving experience which will take you to another level! Test your car driving skills with many features like interior view, realistic sound effects, different cars and big cities. Show that you are Parking Master like a vale!', 'https://img.gamemonetize.com/qk0yp52x1oqb8z3xmeq3bny5s87iwekk/512x384.jpg', 'https://html5.gamemonetize.com/qk0yp52x1oqb8z3xmeq3bny5s87iwekk/', '0', 'Racing', 0, 0, '', 'real-car-parking--for-parking-master'), (7057, 'Barbie Dreamhouse Adventures', 'Create your very own Barbie DreamHouse experience! Join us for a bunch of fun activities: baking, cooking, dancing, makeovers, home design, fashion, nail salon, hair salon, mini games or epic pool parties! Explore Malibu with my pink convertible or dress me and my friends up in fashion-forward looks to get picture ready! Follow us on exciting adventures in the DreamHouse where anything is possible! LET\'S MOVE IN Are you into home design makeovers? Help me design every room with wonderful wallpapers and dazzling decorations. Make it your own Dreamhouse! THE COOLEST FRIENDS Meet my best friends: Barbie "Brooklyn" Roberts, Renee, a sports fanatic; Daisy, a talented DJ; Teresa, a science-lover; Nikki, an aspiring fashion designer and the one-and-only Ken. Plus, my family including my fun-loving sisters: Skipper, Stacie and Chelsea! Even my parents, Mr. and Mrs. Roberts are joining in on the adventure! COOKING AND BAKING Why don’t you join me in my awesome kitchen? There are so many delicious recipes to cook! Get baking with Skipper and post your tasty recipes on BarbieGram for everyone to see! Mmm… Are those cupcakes I smell?! DRESS UP Got any fashion tips? Dress-up in beautiful princess dresses or relax in super comfy pj’s, there’s an outfit for everyone. Ask Nikki for some fashion advice to have the coolest outfit! HAIRSTYLES Get ready for a makeover! There’s a hair salon in the DreamHouse and you can design tons of different hairstyles! Have a girls makeover day with Teresa and check out all the cool accessories you can add to your new look! TIME FOR SOME PAMPERING Check out the Malibu Nail Spa! Make it a girl’s day out! Create your own nail design at the Nail Salon with so many colors, patterns and stickers to choose from! SUMMER TIME OMG! Malibu Beach is finally open! Dive, swim, grill, lounge or build a sandcastle? You can do it all! Decide who is the ultimate surf champion in an awesome mini game. You can also chill out at the DreamHouse pool while Ken throws one of his legendary pool parties! PRINCESS ADVENTURE You are cordially invited to a special event in Malibu: A Royal Ball at the Floravian Castle! Get my friends and sisters princess-ready with royal hairstyle and gowns to become the queen of the ball! Fun games for girls, boys and kids of all ages. Play doll house games with parents or other family members. SUBSCRIPTION DETAILS - This app offers monthly subscriptions - Users may be offered a free trial of the subscription - One free trial per Google account on new subscriptions only - Users will need to opt-in to a subscription in order to accept the trial period and will have the right to opt-out at any time during the trial period. Users will be automatically charged after the trial period if they haven\'t opted out. - Subscription automatically renews unless auto-renew is turned off before the end of the current period - Auto-renewal of your subscription can be canceled anytime by going to the Google Account Settings -You can cancel your subscription at any time, but please note that you will not get a refund for any remaining period of a subscription', 'https://img.gamemonetize.com/31hskobgfca3c2i0chn3xngv71fs9ja7/512x384.jpg', 'https://html5.gamemonetize.com/31hskobgfca3c2i0chn3xngv71fs9ja7/', '0', 'Girls', 0, 0, '', 'barbie-dreamhouse-adventures'), (7058, 'City Wars', 'City Wars is famillier to tower defense games where you have to defense your tower from animes.', 'https://img.gamemonetize.com/m4ogz9j756kfocanh3xp3rdtiy4xf3sx/512x384.jpg', 'https://html5.gamemonetize.com/m4ogz9j756kfocanh3xp3rdtiy4xf3sx/', '0', 'Adventure', 0, 0, '', 'city-wars'), (7059, 'Sweety Shapes', 'Hello all fan of sweet candy puzzle type game. Sweet candy is a new type of match 3 and collect 3 or more for deluxe candies in sweet candy. Player could choose sweet boosters to got a highest score at each level of sweet candy.', 'https://img.gamemonetize.com/1zsd5itydzwo9bha2ci8ogmgd4j0agcv/512x384.jpg', 'https://html5.gamemonetize.com/1zsd5itydzwo9bha2ci8ogmgd4j0agcv/', '0', 'Puzzles', 0, 0, '', 'sweety-shapes'), (7060, 'Baby Panda bath', 'The popular Baby Panda Care has new members! Baby Panda Care 2 offers a new experience with more interactions and let you care for 3 baby girls of different skin tones! Come and take care of babies! You will love this babysitting game!', 'https://img.gamemonetize.com/vsobpkzd592d0lv7jr8gm3zodw1nn3k9/512x384.jpg', 'https://html5.gamemonetize.com/vsobpkzd592d0lv7jr8gm3zodw1nn3k9/', '0', 'Hypercasual', 0, 0, '', 'baby-panda-bath'), (7061, 'Car Parking Traffic Jam 3D', 'With this car puzzle game, you need to park your car by solving the parking jam puzzle. To become the legend 3d class driving, you need to show off your strategic thinking, swipe the car to move it and watch the magic happen when all car finds their way to the road." Use your moves wisely to overcome challenges and you will unblock vehicles out of jam. The parking area needs a parking king and we can\'t wait for you to destroy jam', 'https://img.gamemonetize.com/xu8g06ptjfcyeg2uzgbxj9zt6u2ejjk5/512x384.jpg', 'https://html5.gamemonetize.com/xu8g06ptjfcyeg2uzgbxj9zt6u2ejjk5/', '0', 'Racing', 0, 0, '', 'car-parking-traffic-jam-d'), (7062, 'The Killer Imposter Among Us', 'The Impostor Killer Among us _ is a fun and engaging puzzle game. Your mission is to Execute all living crewmates in the spaceship and get out with it don\'t let any crewmate to see you. Game Story : there is somewhere a crew on a spaceship working to keep to ship going but alawys should be danger somewhere so you are the imposter that\'s going to ruin everything you need to Execute every Solo Crew mate and don\'t sell yourself', 'https://img.gamemonetize.com/e9e56lai1f95awyk8kdguc1abywlcwwf/512x384.jpg', 'https://html5.gamemonetize.com/e9e56lai1f95awyk8kdguc1abywlcwwf/', '0', 'Puzzles', 0, 0, '', 'the-killer-imposter-among-us'), (7063, 'Disney Frozen Olaf ', 'Frozen is a 2013 American 3D computer-animated musical fantasy film produced by Walt Disney Animation Studios and released by Walt Disney Pictures. The 53rd Disney animated feature film, it is inspired by Hans Christian Andersen\'s fairy tale "The Snow Queen". It tells the story of a fearless princess who sets off on a journey alongside a rugged iceman, his loyal reindeer, and a naive snowman to find her estranged sister, whose icy powers have inadvertently trapped their kingdom in eternal winter.', 'https://img.gamemonetize.com/a8thgwj75cf1cfrejgec1eixjbe5atzg/512x384.jpg', 'https://html5.gamemonetize.com/a8thgwj75cf1cfrejgec1eixjbe5atzg/', '0', 'Adventure', 0, 0, '', 'disney-frozen-olaf-'), (7064, 'Batman The Enemy Within', 'he Telltale Series, both Bruce Wayne and Batman will be forced into precarious new roles. The Riddler has returned to terrorize Gotham City, but his gruesome puzzles merely foreshadow an even greater crisis. With the arrival of a ruthless federal agent and the return of a still nascent Joker, Batman must navigate uneasy alliances while Bruce Wayne undertakes a perilous series of deceptions. Which of Batman’s new allies will you choose to trust? And how deep into the darkness will you let Bruce descend?', 'https://img.gamemonetize.com/gu2dah34mhaor0mafzu0kedi0xfln4p5/512x384.jpg', 'https://html5.gamemonetize.com/gu2dah34mhaor0mafzu0kedi0xfln4p5/', '0', 'Puzzles', 0, 0, '', 'batman-the-enemy-within'), (7065, 'Captain America', 'Captain America is a fictional character appearing in American comic books published by Marvel Comics. Created by cartoonists Joe Simon and Jack Kirby, the character first appeared in Captain America Comics #1 (cover dated March 1941) from Timely Comics, a predecessor of Marvel Comics. Captain America was designed as a patriotic supersoldier who often fought the Axis powers of World War II and was Timely Comics\' most popular character during the wartime period. The popularity of superheroes waned following the war and the Captain America comic book was discontinued in 1950, with a short-lived revival in 1953. Since Marvel Comics revived the character in 1964, Captain America has remained in publication.', 'https://img.gamemonetize.com/ybiqbicbn18vxfnh9iqe3fmoj7yhqsy0/512x384.jpg', 'https://html5.gamemonetize.com/ybiqbicbn18vxfnh9iqe3fmoj7yhqsy0/', '0', 'Adventure', 0, 0, '', 'captain-america'), (7066, 'Kick The Poppy', 'Do you love poppy playtime games? This game will amaze you! Tap on boxes to release the ball in order to make it hit the poppy and collect stars. you will need to think before releasing the ball. Kick the poppy is a brain physics puzzle game. enjoy it!', 'https://img.gamemonetize.com/b58wm52gztnofhx5x9lpeia94n9zqeac/512x384.jpg', 'https://html5.gamemonetize.com/b58wm52gztnofhx5x9lpeia94n9zqeac/', '0', 'Puzzles', 0, 0, '', 'kick-the-poppy'), (7067, 'Rescue the Brinjal', 'Rescue the Brinjal is a point and click escape game developed by 8BGames/Games2live. Imagine you went to the place where the Brinjal was trapped. Find some hidden objects to solve some interesting clues to rescue the Brinjal. Good luck…Have fun!', 'https://img.gamemonetize.com/a578m00htxmdp3jayy4721wcc4tq88hs/512x384.jpg', 'https://html5.gamemonetize.com/a578m00htxmdp3jayy4721wcc4tq88hs/', '0', 'Puzzles', 0, 0, '', 'rescue-the-brinjal'), (7068, 'Construction House Escape', 'Construction House Escape is a point and click escape game developed by 8BGames. Imagine that you went to a construction house to remodel the house. When you were in the work, the house doors got locked. Find some hidden object to solve some interesting clues to escape from the construction house. Good luck…Have fun!', 'https://img.gamemonetize.com/tmy8vg9wmd47khmet10lnns8xi2l1zi3/512x384.jpg', 'https://html5.gamemonetize.com/tmy8vg9wmd47khmet10lnns8xi2l1zi3/', '0', 'Puzzles', 0, 0, '', 'construction-house-escape'), (7069, 'Sticky Basket 1', 'Point your finger, take aim and try to score a basket! Shoot further and further across levels and improve your shot rates to continue. Or enjoy the relaxing training mode where you can pull freely from an increasing distance.', 'https://img.gamemonetize.com/1i8j7qj1zq9rdzwkb567zg6iklloh89p/512x384.jpg', 'https://html5.gamemonetize.com/1i8j7qj1zq9rdzwkb567zg6iklloh89p/', '0', 'Arcade', 0, 0, '', 'sticky-basket-'), (7070, 'Tunko 2', 'Tunko 2 is a 2D platformer where you have to collect all of the grapes while avoiding the enemies, flying creatures, spikes, and saws and reach the red flag in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Tunko" series.', 'https://img.gamemonetize.com/22zt55manskc3q2pvdg1opshlb720zik/512x384.jpg', 'https://html5.gamemonetize.com/22zt55manskc3q2pvdg1opshlb720zik/', '0', 'Arcade', 0, 0, '', 'tunko-'), (7071, 'Playtime Night Scary', 'The hunt for creepy ghosts with glowing eyes will last for 10 levels. They go in turn one after another, and at first easier levels will be available to you. On the instructions of each of them, you need to eliminate a given number of ghosts. It is listed at the top left of the screen. There you can also monitor the progress of the task. Keep in mind that you need to complete it in a limited time. It expires on the indicator to the right of the found casts counter. If you do not meet the allotted time limit, you will lose. The task of capturing the ghosts of Poppy Playtime is complicated by the fact that you will get to the factory at night, and darkness will reign around.', 'https://img.gamemonetize.com/njfqu6lf1p762h7d4tqvtyhc7sxoi219/512x384.jpg', 'https://html5.gamemonetize.com/njfqu6lf1p762h7d4tqvtyhc7sxoi219/', '0', 'Adventure', 0, 0, '', 'playtime-night-scary'), (7072, 'Jumpy Frog', 'save the flappy frog from falling into the void.', 'https://img.gamemonetize.com/02gmjmdfnqwf9b1ntsso6j5n1wbsf8i8/512x384.jpg', 'https://html5.gamemonetize.com/02gmjmdfnqwf9b1ntsso6j5n1wbsf8i8/', '0', 'Arcade', 0, 0, '', 'jumpy-frog'), (7073, 'Survival Hero', 'Survival Hero is a famillier game to mario game.Find your way to the light and kill all your enemies.', 'https://img.gamemonetize.com/50llgp8iig7d3mp6fzfgr3ggliy20n3y/512x384.jpg', 'https://html5.gamemonetize.com/50llgp8iig7d3mp6fzfgr3ggliy20n3y/', '0', 'Adventure', 0, 0, '', 'survival-hero'), (7074, 'Super Mario Run Tour', 'A new kind of Mario game that you can play with one hand. You control Mario by tapping as he constantly runs forward. You time your taps to pull off stylish jumps, midair spins, and wall jumps to gather coins and reach the goal! Super Mario Run can be downloaded for free and after you purchase the game, you will be able to play all the modes with no additional payment required. You can try out all four modes before purchase: World Tour, Toad Rally, Remix 10, and Kingdom Builder. â– World Tour Run and jump with style to rescue Princess Peach from Bowser’s clutches! Travel through plains, caverns, ghost houses, airships, castles, and more. Clear the 24 exciting courses to rescue Princess Peach from Bowser, waiting in his castle at the end. There are many ways to enjoy the courses, such as collecting the 3 different types of colored coins or by competing for the highest score against your friends. You can try courses 1-1 to 1-4 for free. After rescuing Princess Peach, a nine-course special world, World Star, will appear. â– Remix 10 Some of the shortest Super Mario Run courses you\'ll ever play! This mode is Super Mario Run in bite-sized bursts! You\'ll play through 10 short courses one after the other, with the courses changing each time you play. Daisy is lost somewhere in Remix 10, so try to clear as many courses as you can to find her! â– Toad Rally Show off Mario’s stylish moves, compete against your friends, and challenge people from all over the world.', 'https://img.gamemonetize.com/mucd7jmt36errp2518pxuiq161sjk6ve/512x384.jpg', 'https://html5.gamemonetize.com/mucd7jmt36errp2518pxuiq161sjk6ve/', '0', 'Adventure', 0, 0, '', 'super-mario-run-tour'), (7075, 'Pikachu Classic', 'Play Pikachu Connect game with unlimited level The best classic version of onet game (kawai 2003) with original icon graphic Pikachu Classic for android phone and tablet Features : - Support multi screen for android devices. - Support HD Screen resolution. - Support android version 2.3 to android version 6 - Marshmallow - Cute charaters - Global higscore ranking Enjoy Pikachu Classic Game!', 'https://img.gamemonetize.com/f6camw2e7uqtlpbr29gncf6gvmrxr9q6/512x384.jpg', 'https://html5.gamemonetize.com/f6camw2e7uqtlpbr29gncf6gvmrxr9q6/', '0', 'Puzzles', 0, 0, '', 'pikachu-classic'), (7076, 'Tattoo Salon Art', 'In this game you have a tattoo parlor that you have to manage You need to get the best tattoos for your customers and beautify them.', 'https://img.gamemonetize.com/rxr2vhxr41isnf2a3ed9zsmc97w6q9n8/512x384.jpg', 'https://html5.gamemonetize.com/rxr2vhxr41isnf2a3ed9zsmc97w6q9n8/', '0', 'Girls', 0, 0, '', 'tattoo-salon-art'), (7077, 'Fruits Master', 'It\'s Matching Fruits Time ^^ Welcome to Fruits Master a crazy Match3 puzzle game with delicious fruits. Swipe to match 3 or more identical fruits to clear them or to create a super powerful booster. Each level has a unique Challenge and different Mission. Let\'s match fruits', 'https://img.gamemonetize.com/liaxyb5kl7ffmeecq7xczf30exmezo9w/512x384.jpg', 'https://html5.gamemonetize.com/liaxyb5kl7ffmeecq7xczf30exmezo9w/', '0', 'Puzzles', 0, 0, '', 'fruits-master'), (7078, 'Zombie Age Dead Jungle', 'The awesome Zombie Age series returns with a lot more of savage zombies, deadly weapons, and unique heroes. Enjoy the zombie slaughter with your own style. And If you’re about to look for a stunning zombie shooting game, look no further So you’re still alive… Congrats!... But for how long when they have you absolutely outnumbered? What are you prepared to do?... Keep playing as a lone hero killing every walking dead on the route? Trust me, you won’t last two days! It\'s not about surviving in the zombie', 'https://img.gamemonetize.com/e7d9xdv30v9bm533aco6wyytj1mmy7kh/512x384.jpg', 'https://html5.gamemonetize.com/e7d9xdv30v9bm533aco6wyytj1mmy7kh/', '0', 'Adventure', 0, 0, '', 'zombie-age-dead-jungle'), (7079, 'Cat Stretch Game', 'Stretch your cat from starting point to finish in a certain number of moves.', 'https://img.gamemonetize.com/ch3hwrfw42sgxtsuo22f5gbzqzsr86bx/512x384.jpg', 'https://html5.gamemonetize.com/ch3hwrfw42sgxtsuo22f5gbzqzsr86bx/', '0', 'Puzzles', 0, 0, '', 'cat-stretch-game'), (7080, 'Shoot Bubbles', 'Shoot Bubbles, classical bubble shooter game and poping all bubbles in each level.', 'https://img.gamemonetize.com/l7tc8czsopt46oopaufh222mq7o60527/512x384.jpg', 'https://html5.gamemonetize.com/l7tc8czsopt46oopaufh222mq7o60527/', '0', 'Shooting', 0, 0, '', 'shoot-bubbles'), (7081, 'Funny Face', 'We present a new game where every bored player can have plenty of fun and cheer up not only himself, but also his friends. Imagine that you are a real artist who creates portraits, but for some reason, one day everything went the other way around. So waking up in the morning, you find that you have completely forgotten how to draw and now you have to start all over again, or just draw the way you do.', 'https://img.gamemonetize.com/wpuqeoxce35xn9mde3ymhzm8bpif288l/512x384.jpg', 'https://html5.gamemonetize.com/wpuqeoxce35xn9mde3ymhzm8bpif288l/', '0', 'Puzzles', 0, 0, '', 'funny-face'), (7082, 'Tribal wars', 'This is a game where individuals and dinosaurs fight together, after winning can get gold coins, gold coins can buy people and dinosaurs, people of the same level can be combined into people of a higher level, the combat effectiveness will become stronger, dinosaurs of the same level can be synthesized into a higher level of dinosaurs, the corresponding combat effectiveness will also be improved, before the battle can also be placed different lineups, hurry up and start the war', 'https://img.gamemonetize.com/v3lcwfdygubvh79gdrcf891tx8g8dqlr/512x384.jpg', 'https://html5.gamemonetize.com/v3lcwfdygubvh79gdrcf891tx8g8dqlr/', '0', 'Action', 0, 0, '', 'tribal-wars'), (7083, 'Fashion Tattoo Studio 4', 'Today Zoe\'s tattoo shop has a limited-time discount offer. Zoe will design back tattoos for all customers for free. Three fashion girls want to try and each of them has their own interested design. Sofia likes butterfly. Bella likes rose. Rebecca likes birds. Help Zoe to draw these pictures and make tattoos. Have fun with Fashion Tattoo Studio.', 'https://img.gamemonetize.com/tnw9gudn4cn34mmm73zc7mzego5h4lfj/512x384.jpg', 'https://html5.gamemonetize.com/tnw9gudn4cn34mmm73zc7mzego5h4lfj/', '0', 'Girls', 0, 0, '', 'fashion-tattoo-studio-'), (7084, 'Super Tower War', 'Super Tower War is a free and casual online battle game for boys. In this war game, you will play as an archer master to keep shooting your enemies. Both you and your opponents have 3 chances. Just defeat your enemies while dodging your arrows. Fight and defense your tower in this epic war. Play it now!', 'https://img.gamemonetize.com/jrr7acndi8zfc70i0cf0y5m74nci4zmm/512x384.jpg', 'https://html5.gamemonetize.com/jrr7acndi8zfc70i0cf0y5m74nci4zmm/', '0', 'Boys', 0, 0, '', 'super-tower-war'), (7085, 'Stupid Zombies Game', 'Stupid Zombies is a puzzle zombie shooting game developed by MarketJS. In this game, you’ll fight against zombies by aiming correctly with your gun and shooting bullets with rebounds. Work on your angles to score the highest number of zombie kills in the least amount of bullets. Go ahead and demonstrate the power of your aim !', 'https://img.gamemonetize.com/w40uqcj11jyv8bbtwwhm77jttlo31h13/512x384.jpg', 'https://html5.gamemonetize.com/w40uqcj11jyv8bbtwwhm77jttlo31h13/', '0', 'Boys', 0, 0, '', 'stupid-zombies-game'), (7086, 'Princess EGirl vs Soft Girl Makeover Game', 'Soft-girl and E-girl are completely separate new subcultures. Our princesses want to try on these images. A party will take place at the high school tonight. You in the game Princess E-Girl Fashion will have to assist a few schoolgirls to get prepared for it. Click on the model that will be seen in front of you and she will take you into her wardrobe. Your character will be in a bedroom in front of a mirror. You need to use all your skills to create makeup on her face. Then, you will have to select her suit from the various options. Also, don\'t forget to choose high heels, accessories, and different decorations. What style do you prefer most? Let\'s arrange a fashion competition for our best models! Invite your friends and share the happy moments together.', 'https://img.gamemonetize.com/bwl8rvchmcud9o9w88l9nmbp093l4m6g/512x384.jpg', 'https://html5.gamemonetize.com/bwl8rvchmcud9o9w88l9nmbp093l4m6g/', '0', 'Girls', 0, 0, '', 'princess-egirl-vs-soft-girl--makeover-game'), (7087, 'SuperHero.io', 'A game with elements of a shooter in which you have to fend off enemies. They will attack from all sides. The player\\\\\\\\\\\\\\&#39;s arsenal may contain various items that can be used to defeat the enemy. You need to move around the playing field, dodging enemy attacks and hit him with your weapons. There are items on the field that can both help the player and harm', 'https://img.gamemonetize.com/eccaym7ri1dqacofsiygwcl9oc66hqwo/512x384.jpg', 'https://html5.gamemonetize.com/eccaym7ri1dqacofsiygwcl9oc66hqwo/', '0', 'Adventure', 0, 0, '', 'superheroio'), (7088, 'Bazooka Boy Adventure', 'Bazooka Boy is a fun shooting breakout casual game. Use the weapons at hand to fight and blow up enemy bases and buildings. Destroy all the enemies to win. The fewer weapons you consume, the higher the score you get. Note that the number of bullets you have is limited! Can you complete the mission perfectly? Come and join us for a challenge! Good luck!', 'https://img.gamemonetize.com/xl469cxrtiy9nok2s30y25llty5mkoa5/512x384.jpg', 'https://html5.gamemonetize.com/xl469cxrtiy9nok2s30y25llty5mkoa5/', '0', 'Boys', 0, 0, '', 'bazooka-boy-adventure'), (7089, 'Blumgi Rocket Game', 'Blumgi Rocket is a platform game where you drive a rocket-fast car in colorful levels filled with obstacles. Go up hills, down slopes, through tunnels, mountains, and more in absolute full speed! Experience the thrill of the cool slow motion animation as you fire your rockets. The longer you hold down the rocket button, the more powerfully you will be propelled. When you\'re mid-air, perform stunts to finish the level quicker and impress your fans. Unlock new vehicle skins by progressing through the game and finishing every level. How quickly can you finish Blumgi Rocket and master this game?', 'https://img.gamemonetize.com/830q4dkk2atk7t6ioitf7qg3siq4d5w6/512x384.jpg', 'https://html5.gamemonetize.com/830q4dkk2atk7t6ioitf7qg3siq4d5w6/', '0', 'Boys', 0, 0, '', 'blumgi-rocket-game'), (7090, 'Pizza Chef', 'Pizza Chef is a very original cooking game. In this game you are a pizza chef and you can experience the detailed process of making a pizza. There are fruit pizza and meat pizza for you to choose to cook. Follow the instruction and you will make the most delicious pizza. After the pizza is cooked, don\'t forget to cut it into slices and feed the customer. And you will get moeny from the customer.', 'https://img.gamemonetize.com/c2qdll8xblr8etagnsaiqelr6beudzqg/512x384.jpg', 'https://html5.gamemonetize.com/c2qdll8xblr8etagnsaiqelr6beudzqg/', '0', 'Girls', 0, 0, '', 'pizza-chef'), (7091, 'Flow Laser Quest', 'Fans of digital worlds, Tron and of brain games come and see! Flow Laser quest is an ingenious puzzle game in a computer world that will put your neurons to the trials. Link the points of the same color through a hundred of levels. Flow Laser Quest is a puzzle game in which you must link points of the same color in a hundred of levels.', 'https://img.gamemonetize.com/prsu5c4ea3l1ayf84ae93f52gcg0uma9/512x384.jpg', 'https://html5.gamemonetize.com/prsu5c4ea3l1ayf84ae93f52gcg0uma9/', '0', 'Arcade', 0, 0, '', 'flow-laser-quest'), (7092, 'Glow Blast !', 'Can you burst glow dots to trigger a chain reaction and eliminate all of them from the screen ? This puzzle game is super simple and so fun. The "neon style" graphisms will blow you, and you will enjoy hours of plays in hundred of fun levels. Are you ready to raise the challenge ?', 'https://img.gamemonetize.com/ydau2m96beapjawel486408fsttkal00/512x384.jpg', 'https://html5.gamemonetize.com/ydau2m96beapjawel486408fsttkal00/', '0', 'Hypercasual', 0, 0, '', 'glow-blast-'), (7093, 'Flower Blast', 'Flower blast is a simple puzzle game that is easy to learn & quick to play. This blaster will challenge your brain and your reflexes! In this puzzle game, you must burst the flowers to trigger a chain reaction in order to eliminate them. You need to eliminate all flowers to complete the level and pass to the next level. You have 400 levels to complete before finishing Flower blast !', 'https://img.gamemonetize.com/ssm71b1bk33le1q1mg11ycknwzwbqplh/512x384.jpg', 'https://html5.gamemonetize.com/ssm71b1bk33le1q1mg11ycknwzwbqplh/', '0', 'Puzzles', 0, 0, '', 'flower-blast'), (7094, 'Follow the Path Colors Game', 'Slide your color dot to stay inside the path. Keep your finger on the screen, stay inside the path and walk through mazes. Don\'t touch the borders and be aware of the moving obstacles. A superb and simple game, with a completly addictive gameplay and a perfect design !', 'https://img.gamemonetize.com/16wlujrpphnmaymi7l0e2v722ixjatm0/512x384.jpg', 'https://html5.gamemonetize.com/16wlujrpphnmaymi7l0e2v722ixjatm0/', '0', 'Hypercasual', 0, 0, '', 'follow-the-path--colors-game'), (7095, 'pokemon run jump', 'Monster Squad Rush', 'https://img.gamemonetize.com/n3vf3szxxljvitb1tg5mfg9shn4k5f8b/512x384.jpg', 'https://html5.gamemonetize.com/n3vf3szxxljvitb1tg5mfg9shn4k5f8b/', '0', 'Adventure', 0, 0, '', 'pokemon-run-jump'), (7096, 'Sushi Roll 3D Cool', '1. This is a cartoon-style casual simulation game. 2. You\'re a big fan of sushi in the game, so you\'re ready to learn how to make delicious sushi yourself. 3. You need to roll the sushi in the form of parkour until it becomes a complete sushi roll to succeed. 4.Of course, the difficulty of the game will become more and more difficult with the continuous progress of the entry Oh, interested partners come to download the experience.', 'https://img.gamemonetize.com/gg9rl10fh373q0w6pibvzbcu91dc1dxf/512x384.jpg', 'https://html5.gamemonetize.com/gg9rl10fh373q0w6pibvzbcu91dc1dxf/', '0', 'Cooking', 0, 0, '', 'sushi-roll-d-cool'), (7097, 'Forward rush', 'This is a very fun shooting through the mobile game, each level scene in the game has different challenges, players use the hands of the water gun broken wooden box, successfully reach the end to win. Please download and give it a try.', 'https://img.gamemonetize.com/jn15e38p7rlwmeiygvdyc11fq48c6xk1/512x384.jpg', 'https://html5.gamemonetize.com/jn15e38p7rlwmeiygvdyc11fq48c6xk1/', '0', 'Shooting', 0, 0, '', 'forward-rush'), (7098, 'Getting Rich', 'This is an interesting casual parkour game. In the game players will be able to engage in fun parkour. In the game, the player controls the character to move around and pick up gold items, which can unlock new clothing items. Increase your money, take control of your money, and complete challenges. Like this game friends come to download experience.', 'https://img.gamemonetize.com/ime1fevgtdh1b4hnc6sda0af05hcpr49/512x384.jpg', 'https://html5.gamemonetize.com/ime1fevgtdh1b4hnc6sda0af05hcpr49/', '0', 'Action', 0, 0, '', 'getting-rich'), (7099, 'Real Aircraft Parkour 3D', 'It is a flight simulation game, perfectly retains its realistic game style, lifelike game screen, delicate aircraft, exquisite internal frame, let the player as if in the real driving environment. There are many different kinds of passenger planes for players to choose from, come to the game to soar in the sky.', 'https://img.gamemonetize.com/3ypefbjwqbm6cb8jwcbhkeaft5yr0iqa/512x384.jpg', 'https://html5.gamemonetize.com/3ypefbjwqbm6cb8jwcbhkeaft5yr0iqa/', '0', 'Adventure', 0, 0, '', 'real-aircraft-parkour-d'), (7100, 'Pou Caring For Kid', 'POU Caring is an interesting and cute POU caring game. How would you take care of your own alien pet? Feed him, bathe him, play with him and watch him grow up. With the upgrading of the level, unlock different wallpaper, clothing to meet your unique taste. How would you DIY your own POU?', 'https://img.gamemonetize.com/49s506atj3clbr6p70lrww3ubiop07do/512x384.jpg', 'https://html5.gamemonetize.com/49s506atj3clbr6p70lrww3ubiop07do/', '0', 'Hypercasual', 0, 0, '', 'pou-caring-for-kid'), (7101, 'Master Theif', 'Master Thief is an exciting and addicting arcade game, you will act as a thief and steal some expensive pictures. This is tough work because there are so many policies waiting for you. Avoid all of them and get on the airplane! Good luck in our new game Master Thief!', 'https://img.gamemonetize.com/8rvuw7pn4ozemcklhxa7dzz726t2n5hj/512x384.jpg', 'https://html5.gamemonetize.com/8rvuw7pn4ozemcklhxa7dzz726t2n5hj/', '0', '3D', 0, 0, '', 'master-theif'), (7102, 'Bus Parking 3D Online', 'While racing a sleek race car is fun and everything, real pros taken a challenge worthy of their skill level. at iyigames play Bus Parking 3D, you not only have to complete tasks within a certain time limit, you also have to move your heavy bus vehicle into a narrow parking spot, without crashing into other cars or buildings. Bus Parking 3D is a parking game in which you need to park the bus correctly while avoiding crashing and also collecting coins to buy new buses, this game is as challenging and addictive as it gets. Steer your huge bus into every small parking lot and pay attention to how your supposed to park it! Can you drive reverse? Find out, play Busman Parking 3D and find out just how skilled you really are as a driver - online and for free on Silvergames.com!', 'https://img.gamemonetize.com/i4ulhdv2hjqx5966qd2n0g525o4qywe9/512x384.jpg', 'https://html5.gamemonetize.com/i4ulhdv2hjqx5966qd2n0g525o4qywe9/', '0', '3D', 0, 0, '', 'bus-parking-d-online'), (7103, 'World of Alice Opposites game', 'World of Alice - Opposites World of Alice - Opposites is an educational game developed for children in which they will learn opposites in a fun way from their cell phone, tablet, or computer. game developed by: Nau.kids', 'https://img.gamemonetize.com/svfs9hs1gt5jptm14zv2z3jp4n4ldl93/512x384.jpg', 'https://html5.gamemonetize.com/svfs9hs1gt5jptm14zv2z3jp4n4ldl93/', '0', 'Puzzles', 0, 0, '', 'world-of-alice--opposites-game'), (7104, 'US OffRoad Army Truck Driver', 'US OffRoad Army Truck Driver : Offroad is an exciting and realistic Army Truck Driving Game. Drive your army truck on dangerous hilly roads and treacherous terrains. US OffRoad Army Truck Driver : Offroad is fun, challenging and will test your patience for sure! Each level of US OffRoad Army Truck Driver : Offroad is more thrilling than the previous level. Come and play the most exciting US OffRoad Army Truck Driver game and show your skills as the best heavy duty army truck driver. In US OffRoad Army Truck Driver : Offroad, you will feel like a real truck driver! Experience the exhilarating action! FEATURES of US OffRoad Army Truck Driver : Offroad Stunning 3D graphics - Dangerous hilly offroad paths - Realistic game sounds - Multiple camera angles to view and enhance your gaming experience - Steering wheel - Simulator like controls - Easy to learn and drive - Enjoy cool background music', 'https://img.gamemonetize.com/sgiuiyxmn91uogx8ru1fqkbuhgojjpy1/512x384.jpg', 'https://html5.gamemonetize.com/sgiuiyxmn91uogx8ru1fqkbuhgojjpy1/', '0', 'Adventure', 0, 0, '', 'us-offroad-army-truck-driver'), (7105, 'Offroad Tractor Farmer Simulator 2022 Cargo Drive', 'Get ready to play Offroad Tractor Farmer Simulator 2022: Cargo Drive.The farming season and your role as a farmer is to transport cargo to local farms by tractor pulling. The tractor pull up challenge on off road tracks seems impossible driving for modern farmer driver. The Zigzag wheel of heavy tractor makes the farming life of cargo duty driver easy on mud road. While tractor hill climbing slow down the speed of cargo trailer to avoid any accident other wise the driving transport mission will fail. Get behind the wheels of heavy slot machine to transport cargo on farming tractor truck trailer. This farming simulation game is made for tractor farming cargo driver. Usually this big machinery is used for harvesting, pow, ploughing, sow and cultivation in countryside village farms. As a expert driver of heavy duty tractor deliver cargo on hills, mountains and off road farm. This real farmer simulator 2022 offers you a chance to improve your agriculture career. Driving Off-road farming tractor for cargo transportation is easy as compare to operating excavator cranes, harvester, backhoe and lumberjack trucks.. Attach trailer to gigantic truck then load your aggregate machine for delivery of items while balance the fast tractor on steep paths. Climb the high mountain while racing along narrow rocky ridge, overcome tricky bumpy patches and don\'t get crashed in a narrow mud trench. Features of Offroad Tractor Farmer Simulator 2022: Cargo Drive: - Can be played offline - Park Tractors in parking areas of store garage - Real life farmer tractor with multiple attachments - Real time Farmer Experience for this harvesting season - Included new transport tractor cargo simulation 2022 game - Big open city with off-road hill environments - Drive hill tractors to a join reaper - Real Farming transport machinery - Impossible hill driving transport missions - Modern tractors to choose from', 'https://img.gamemonetize.com/4jx9txi1f1wzgbht8e28772e37cy4s3v/512x384.jpg', 'https://html5.gamemonetize.com/4jx9txi1f1wzgbht8e28772e37cy4s3v/', '0', 'Adventure', 0, 0, '', 'offroad-tractor-farmer-simulator--cargo-drive'), (7106, 'Rocket Launch', 'Our rocket is launched and we need you to save it from our enemies.', 'https://img.gamemonetize.com/pijz6ckti7mc3ts4l1zgb8pwbd48m6w5/512x384.jpg', 'https://html5.gamemonetize.com/pijz6ckti7mc3ts4l1zgb8pwbd48m6w5/', '0', 'Hypercasual', 0, 0, '', 'rocket-launch'), (7107, 'stick cricket', 'you like sport ? then thats the right game to show your skills at stick cricket.', 'https://img.gamemonetize.com/ghrs304dt79ubase0yewwswgm99tlzbp/512x384.jpg', 'https://html5.gamemonetize.com/ghrs304dt79ubase0yewwswgm99tlzbp/', '0', 'Sports', 0, 0, '', 'stick-cricket'), (7108, 'Pirate Girls Treasure Hunting', 'Let\'s help our pirates girls dress well with suitable ornaments and swords, because they are all getting ready for the treasure hunting. You need to help them to find the treasure box with the help of magnifying glasses. Enjoy the great dressup games and hidden object games in the 7sgames.com', 'https://img.gamemonetize.com/dvi2r9vchy6b0ragruri0yxuuenqqqm4/512x384.jpg', 'https://html5.gamemonetize.com/dvi2r9vchy6b0ragruri0yxuuenqqqm4/', '0', 'Puzzles', 0, 0, '', 'pirate-girls-treasure-hunting'), (7109, 'PGA6 Zombie Arena 3D Survival 2022', 'In the greatest undead escape games, you may deploy a range of weaponry in both solo or multiplayer modes. You\'ve been fighting Minecraft undead Bots across numerous maps. In a zombie combat, you must kill other zombies even if you are armed. It is not something for which I am prepared. You must conceal behind various items in order to play many first-person shooting games securely. Is there a favorite person with whom you enjoy playing free online video games? What is the total number of firearms owned by the narrator?', 'https://img.gamemonetize.com/xf283zfqt4520kvv555y8njs5fyh7grq/512x384.jpg', 'https://html5.gamemonetize.com/xf283zfqt4520kvv555y8njs5fyh7grq/', '0', 'Shooting', 0, 0, '', 'pga-zombie-arena-d-survival-'), (7110, 'Football Champs', 'Simple one-button football game with cute dogs. Kick ball when it is right on crosshair and score goals. Get as high score as possible within 30 seconds time limit.', 'https://img.gamemonetize.com/j6hp4zd200pbn92izelxerdfsqfoz8pp/512x384.jpg', 'https://html5.gamemonetize.com/j6hp4zd200pbn92izelxerdfsqfoz8pp/', '0', 'Sports', 0, 0, '', 'football-champs'), (7111, 'Fire Steve and Water Alex', 'Bad things happen to Alex and Steve this time, and Steve gets his firepower. Alex also gets water power. If steve touches water because of fire, he dies. If Alex touches fire with lava, he dies, so you have to be very careful by collecting all the food on the way, you should collect points and get 3 elements, definitely collect diamonds, gold and emeralds, otherwise the portal will not form.', 'https://img.gamemonetize.com/mmkl1hpjaqwd1pc971lcopkedmgd1967/512x384.jpg', 'https://html5.gamemonetize.com/mmkl1hpjaqwd1pc971lcopkedmgd1967/', '0', 'Arcade', 0, 0, '', 'fire-steve-and-water-alex'), (7112, 'Baby Taylor Horse Riding Game', 'Taylor is about to have an unforgettable time in her life, a farm vacation. Summer is here, and Taylor\'s mom and dad decide to take her to a cool farm for a week-long vacation. Taylor is about to have her first horse ride. But before that, we must bathe the pony and Taylor needs to change into something more suitable for riding. Don\'t waste time, let\'s get ready for riding with Taylor!', 'https://img.gamemonetize.com/7d0og8mtrhor7fgzmx1yoyckytkaa4b4/512x384.jpg', 'https://html5.gamemonetize.com/7d0og8mtrhor7fgzmx1yoyckytkaa4b4/', '0', 'Arcade', 0, 0, '', 'baby-taylor-horse-riding-game'), (7113, 'Yoko', 'Cute little Mario-style platform game. Collect coins and gems, jump on top of enemies to defeat them and try to find the end of each level.', 'https://img.gamemonetize.com/53xzzmusfmw87bezjckhswvf1geh8o27/512x384.jpg', 'https://html5.gamemonetize.com/53xzzmusfmw87bezjckhswvf1geh8o27/', '0', 'Adventure', 0, 0, '', 'yoko'), (7114, 'Mr Noobs vs Stickman', 'Have fun with this entertaining new action game an epic battle Mr Noobs vs Stickman is a war between an army of noob vs stickmans who can win this battle? Enjoy this exclusive new game on kiz10.com help move the army of little noobs to victory!! An epic war between the army of Noobs vs Stickmans has begun, you will need your ability to battle, win the battles by capturing the flag of your enemies so you can collect many coins so you can unlock new stronger soldiers and improve their skills. The objective of the game is to complete each battle by controlling your noob army and moving them to attack enemies who will not hesitate to shoot and capture your position.', 'https://img.gamemonetize.com/hig2zw4ilspcwpt8qbakrp49p7ffbsa3/512x384.jpg', 'https://html5.gamemonetize.com/hig2zw4ilspcwpt8qbakrp49p7ffbsa3/', '0', 'Clicker', 0, 0, '', 'mr-noobs-vs-stickman'), (7115, 'Candy Chain Match', 'Connect similar items using touch or mouse. Make a group of 3 or more, horizontally, vertically or diagonally adjacent items to remove net from the blocks. Free all the blocks from net to complete the level. Complete all 36 levels to win this game.', 'https://img.gamemonetize.com/44fmxtdkmk8pdxkbvheik29gtmg15yax/512x384.jpg', 'https://html5.gamemonetize.com/44fmxtdkmk8pdxkbvheik29gtmg15yax/', '0', 'Puzzles', 0, 0, '', 'candy-chain-match'), (7116, 'Shoes Designer', 'Girls are searching for brand new shoes for the party tonight. Design the stylish shoe by yourself and give it to girls. You have to make shoes same like designer shoes. Now create celebrity high heels with ease in this fashion shoe game. Our shoe maker game lets you to use your imaginations with the use glamorous accessories to make the shoes better than new girls games! High heels are not easy to make, you design should cover the proper height. Customize the high heels shoes as your wish. Girls wish to wear the fancy pair of shoes. Now its time to make fancy pair of shoes with one of the newest shoe designer games. Today we will not make sandals, winter boots or elegant prom shoe but only high heels. First choose the shape of shoe then apply design of your will. Just make is fancy and fabulous according to fashion.', 'https://img.gamemonetize.com/0r3x76q9o2jjmsdqr7og604drvf6yvw9/512x384.jpg', 'https://html5.gamemonetize.com/0r3x76q9o2jjmsdqr7og604drvf6yvw9/', '0', 'Arcade', 0, 0, '', 'shoes-designer'), (7117, 'Genius Memory', 'Are you a genius? Are you ready to challenge your memory? We are very happy to introduce the best memory game to train your brain while having fun! Train your memory with the best memory game: Genius Memory. Cards are laid out in a grid, face down. You must flip two cards. If the two cards are the same, the two cards are removed from the game. The cards are turned back if they are not identical.', 'https://img.gamemonetize.com/kqor4xko97dhbqbvmsl55wmvvh3d7stu/512x384.jpg', 'https://html5.gamemonetize.com/kqor4xko97dhbqbvmsl55wmvvh3d7stu/', '0', 'Arcade', 0, 0, '', 'genius-memory'), (7118, 'Forest Jump', 'Do you like games where you need to make jump a character on the screen? Are you ready to play to the best jump game of the galaxy? The first levels of the game are very easy. As you progress through the levels, they are becoming more and more tricky... The difficulty is increasing after each levels: the distance and the traps to reach the top are higher.', 'https://img.gamemonetize.com/nvc76ld50lwbn4a6oerl2zfpfo3ha8xt/512x384.jpg', 'https://html5.gamemonetize.com/nvc76ld50lwbn4a6oerl2zfpfo3ha8xt/', '0', 'Arcade', 0, 0, '', 'forest-jump'), (7119, 'Football Genius challenge 2016', 'This is football for geniuses. Are you smart enough to burst all the balls ? Football Genius Challenge is a puzzle game in which you burst football balls to trigger a chain reaction. You must clear all the football balls. This game is a simple puzzle game that is easy to learn & quick to play. This blaster will challenge your brain !', 'https://img.gamemonetize.com/hhyv3f2lchfwvquzl1gf6to3rggt4oeh/512x384.jpg', 'https://html5.gamemonetize.com/hhyv3f2lchfwvquzl1gf6to3rggt4oeh/', '0', 'Arcade', 0, 0, '', 'football-genius-challenge-'), (7120, 'Ben 10 Hidden Stars Challenge', 'Ben 10 Hidden Stars Challenge is super fun free hidden stars game that you can play on PC and Mobile. No download needed. The aim of the game is to find all hidden stars with the loop to clear the level and enter a new one. Have fun playing.', 'https://img.gamemonetize.com/40tx8dgek55p6buo07cp399yqt8szg7h/512x384.jpg', 'https://html5.gamemonetize.com/40tx8dgek55p6buo07cp399yqt8szg7h/', '0', 'Puzzles', 0, 0, '', 'ben--hidden-stars-challenge'), (7121, 'Cool Summer Holiday', 'Summer is coming, and the weather is exactly hot outdoors. Do not you want to enjoy ice cream in this hot day? Today Bella is ready to make some delicious ice cream for herself. What a great idea! Let us do it together!', 'https://img.gamemonetize.com/8uo6bfnz69vggpke1rhnqjtdg0ym9bt5/512x384.jpg', 'https://html5.gamemonetize.com/8uo6bfnz69vggpke1rhnqjtdg0ym9bt5/', '0', 'Girls', 0, 0, '', 'cool-summer-holiday'), (7122, 'Coloring Book Toy Shop 2', 'Paint fun toys with colorful paints.', 'https://img.gamemonetize.com/e0a92uw08ldhi0rn9u90m508lvqmb0ev/512x384.jpg', 'https://html5.gamemonetize.com/e0a92uw08ldhi0rn9u90m508lvqmb0ev/', '0', 'Girls', 0, 0, '', 'coloring-book-toy-shop-'), (7123, 'Evil Granny Must Die Ch2', 'You are in the park, alone. Find 6 keys and kill Evil Granny. It wont be easy! She has help! Good Luck! Features: * Three Weapons - Lead pipe - Colt45 - Shotgun * Awesome 3D Graphics * Intuitive controls that are easy to pick up and play * Big Map with lots of Horror and Action * Jumpscares and Scary Sounds', 'https://img.gamemonetize.com/nq44mkfhvu6px4tlvjbuoow3srpkxo90/512x384.jpg', 'https://html5.gamemonetize.com/nq44mkfhvu6px4tlvjbuoow3srpkxo90/', '0', 'Shooting', 0, 0, '', 'evil-granny-must-die-ch'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (7124, 'Bike Attack', 'Bike Attack is a free online racing game. Do you want to try out this new racing game? Bike Attack is a free online racing game where you can race against other players.', 'https://img.gamemonetize.com/d790izq5smzhnn8wxmp65y60efmib6q7/512x384.jpg', 'https://html5.gamemonetize.com/d790izq5smzhnn8wxmp65y60efmib6q7/', '0', 'Arcade', 0, 0, '', 'bike-attack'), (7125, 'Extreme Jelly Shift 3D Game', 'Extreme Jelly Shift 3D is a fun casual game. Do you like jelly? The soft jelly can change its shape. In this game, you can control the changeable jelly on an obstacle course! Protect your jelly from being crashed and reach the finish line! Have fun!', 'https://img.gamemonetize.com/8v7ijxx38ysk36xszqghgk4uml6law2e/512x384.jpg', 'https://html5.gamemonetize.com/8v7ijxx38ysk36xszqghgk4uml6law2e/', '0', 'Boys', 0, 0, '', 'extreme-jelly-shift-d-game'), (7126, 'Cycle Sprint Master', 'Do you like to participate in exciting bike races? Cycle Sprint is a good choice for you. You\'ll compete against multiple contestants to collect as many energy bottles as possible, which will increase your forward speed! There are three maps, each with twenty-one levels, and each map will be ranked at the end of the total score, can you come in the first place? Come and challenge!', 'https://img.gamemonetize.com/9u9srhezmc9qboe9i2ml8k7sgmchlkvp/512x384.jpg', 'https://html5.gamemonetize.com/9u9srhezmc9qboe9i2ml8k7sgmchlkvp/', '0', 'Racing', 0, 0, '', 'cycle-sprint-master'), (7127, 'Uber Driver', 'You are a taxi driver! Are you ready to pick up clients? Tap to drive and release to stop. Don\'t crush other cars and respect traffic rules. Make your clients satisfy to earn coins. Let\'s drive', 'https://img.gamemonetize.com/a801c98tsatwj04c17ndzkq8ltj7q0a0/512x384.jpg', 'https://html5.gamemonetize.com/a801c98tsatwj04c17ndzkq8ltj7q0a0/', '0', 'Racing', 0, 0, '', 'uber-driver'), (7128, 'Puss in Boots The Last Wish Jigsaw Puzzle', 'Zazgames is a place where you can infinitely play assembling online jigsaw puzzles. We hope you are up for another game from the Puzzle category on our website , because we have just added the game called Puss in Boots The Last Wish Jigsaw Puzzle for you all, which, despite being one of the many puzzle games we have added so far into this category, this is the first puzzle game to use this specific format, and image, so it is going to be a brand new experience for all of you, an experience we are sure you will appreciate, as there is no way you aren\'t going to have a lot of fun playing the game. Especially after you learn how to play it from the next lines in the description. you will start by choosing how you want the jigsaw puzzle be : hard medium or easy. After that, the jigsaw puzzle pieces are going to be spread around the game screen randomly. Use the mouse to drag them over the transparent images where they match with the image, until all the pieces are connected, and the image looks just like it did in the beginning. You will have a great time with the game, so start it right now, and we are sure you will not regret it one second!', 'https://img.gamemonetize.com/m2apxjwj9u3xgpjymrbgdmz50i77ewiq/512x384.jpg', 'https://html5.gamemonetize.com/m2apxjwj9u3xgpjymrbgdmz50i77ewiq/', '0', 'Puzzles', 0, 0, '', 'puss-in-boots-the-last-wish-jigsaw-puzzle'), (7129, 'Paws of Fury The Legend of Hank Jigsaw Puzzle', 'Zazgames is a place where you can infinitely play assembling online jigsaw puzzles. We hope you are up for another game from the Puzzle category on our website , because we have just added the game called Paws of Fury The Legend of Hank Jigsaw Puzzle for you all, which, despite being one of the many puzzle games we have added so far into this category, this is the first puzzle game to use this specific format, and image, so it is going to be a brand new experience for all of you, an experience we are sure you will appreciate, as there is no way you aren\'t going to have a lot of fun playing the game. Especially after you learn how to play it from the next lines in the description. you will start by choosing how you want the jigsaw puzzle be : hard medium or easy. After that, the jigsaw puzzle pieces are going to be spread around the game screen randomly. Use the mouse to drag them over the transparent images where they match with the image, until all the pieces are connected, and the image looks just like it did in the beginning. You will have a great time with the game, so start it right now, and we are sure you will not regret it one second!', 'https://img.gamemonetize.com/j4lc21irjuex2culz9rf9o9v7ujp00ae/512x384.jpg', 'https://html5.gamemonetize.com/j4lc21irjuex2culz9rf9o9v7ujp00ae/', '0', 'Puzzles', 0, 0, '', 'paws-of-fury-the-legend-of-hank-jigsaw-puzzle'), (7130, 'Coloring Book for Batman', 'Best game Batman Beyond Coloring Book for Lover Batman Beyond Coloring Book Batman Beyond Coloring Book is awesome game coloring book for kids with cool and interesting pictures for boys! Batman Beyond Coloring Book Coloring Book includes 8 different images of Batman Beyond Coloring Book Characters from which you can choose and color them as you wish. After they are done with painting, they can use the print button to save the colored image and show it to their friends!', 'https://img.gamemonetize.com/e0wej1vspni734nvx9n8fh3xjaqw6r5r/512x384.jpg', 'https://html5.gamemonetize.com/e0wej1vspni734nvx9n8fh3xjaqw6r5r/', '0', 'Puzzles', 0, 0, '', 'coloring-book-for-batman'), (7131, 'Spider Defense', 'A tower defense game in which giant mutant spiders are headed for your town and you were hired to exterminate them. Strategically place the soldiers on the clear path to get rid of the spiders. Once 30 villagers have been destroyed by the spiders it is game over.', 'https://img.gamemonetize.com/au6bogu94bd4ngl7msocsprtq9jp5i3z/512x384.jpg', 'https://html5.gamemonetize.com/au6bogu94bd4ngl7msocsprtq9jp5i3z/', '0', 'Shooting', 0, 0, '', 'spider-defense'), (7132, 'Cake Link', 'Another toy in which on the playing field you need to connect sweet multi-colored jellybeans! From one to the other. you need to prescribe the path with the mouse, which is quite simple and even fascinating. In addition, in the lower right corner of the screen there is a light bulb button that will always help to draw the right path. The game has many modes: Novice, General, Simple, Difficult, and Nightmare. In each large level there are sub levels that need to be passed in a certain time, combining the right number of delicacies. have fun in Cake link', 'https://img.gamemonetize.com/x58esp4rtps4eyhf7j7qoqwbnqo52ylq/512x384.jpg', 'https://html5.gamemonetize.com/x58esp4rtps4eyhf7j7qoqwbnqo52ylq/', '0', 'Puzzles', 0, 0, '', 'cake-link'), (7133, 'Archers.io', 'Dexterity and the ability to make quick decisions will help you become the first and strongest in the new multiplayer io fun, not only the place in the standings, but also the number of your archer warriors depends on this.', 'https://img.gamemonetize.com/cnnfqizfjcczajyet2v4aruj1id3ykkf/512x384.jpg', 'https://html5.gamemonetize.com/cnnfqizfjcczajyet2v4aruj1id3ykkf/', '0', 'Arcade', 0, 0, '', 'archersio'), (7134, 'Sports Car 2022 Driving ', 'Play this Super car parking Fun Driving and enjoy the multi challenge of incredible super car parking driving levels for trained yourself in super car parking skills in parking trainer and car driving skills in a parking car simulator.', 'https://img.gamemonetize.com/gbj9ohuousf2knp28s7l12me9qqwoxob/512x384.jpg', 'https://html5.gamemonetize.com/gbj9ohuousf2knp28s7l12me9qqwoxob/', '0', 'Hypercasual', 0, 0, '', 'sports-car--driving-'), (7135, 'Drift Mode Drifting Game 2022', 'Improve your racing and drifting skills and earn virtual money to tune and customize your car.', 'https://img.gamemonetize.com/d8d99gwa61v5kpbgfc3gdbugbba4o4w1/512x384.jpg', 'https://html5.gamemonetize.com/d8d99gwa61v5kpbgfc3gdbugbba4o4w1/', '0', 'Hypercasual', 0, 0, '', 'drift-mode-drifting-game-'), (7136, 'Shaving Hair 3D', 'This is a casual cure shaving game, the game content is rich and full of refined game screen game play is full of fun, different parts of the use of different, such as limbs, abdominal back, nose, and so on, very acid cool!', 'https://img.gamemonetize.com/pt8cory1h7qu6adurih0enqrpuwuhcna/512x384.jpg', 'https://html5.gamemonetize.com/pt8cory1h7qu6adurih0enqrpuwuhcna/', '0', 'Action', 0, 0, '', 'shaving-hair-d'), (7137, 'Go on a date', 'It is a girl drag for the theme of the action parkour free mobile tour. Players play the role of young and beautiful women in the game, in the process of parkour to collect a variety of clothing accessories, make their dress more beautiful, and eventually become a beautiful queen.', 'https://img.gamemonetize.com/dshldow2qsmt2nrbsr8tbfcvr9kyr6sj/512x384.jpg', 'https://html5.gamemonetize.com/dshldow2qsmt2nrbsr8tbfcvr9kyr6sj/', '0', 'Girls', 0, 0, '', 'go-on-a-date'), (7138, 'Kinfe Invincible', 'It is a style of simple and interesting relaxation of the game, in the game like a real chef to cut vegetables, hold the screen to swing the kitchen knife, each level has different vegetables, complete the goal of the clearance can be. The game is a bit like fruit ninja, not too difficult, but still requires a lot of hand speed, the player has to do is to control the kitchen knife in the hand, the conveyor belt to upload all vegetables into thin slices, very decompression.', 'https://img.gamemonetize.com/wqcr0buabxc65j1bmben6i71q6f59ju5/512x384.jpg', 'https://html5.gamemonetize.com/wqcr0buabxc65j1bmben6i71q6f59ju5/', '0', 'Cooking', 0, 0, '', 'kinfe-invincible'), (7139, 'Keep Long Hair', 'This is a very fun simulation game, in the game players to create a variety of new hairstyles, get greater income, super diverse experience allows players to freely walk the runway, complete their goals to appreciate their hair. Interested players come and give it a try!', 'https://img.gamemonetize.com/pmpkqxoqafio9kbcfwtrpuo8ua0mx3d0/512x384.jpg', 'https://html5.gamemonetize.com/pmpkqxoqafio9kbcfwtrpuo8ua0mx3d0/', '0', 'Girls', 0, 0, '', 'keep-long-hair'), (7140, 'Magic Frozen', 'It is a frozen super powers genre casual game. The player plays a soldier with frozen super ability, going to the enemy base to use his unique super ability to freeze and kill the enemy, and finally destroy the enemy base.', 'https://img.gamemonetize.com/x9in5ov6awpby7amgavo7vml70x0govp/512x384.jpg', 'https://html5.gamemonetize.com/x9in5ov6awpby7amgavo7vml70x0govp/', '0', 'Adventure', 0, 0, '', 'magic-frozen'), (7141, 'Slow Down Cool', 'It\'s a funny walking game. Players play different roles in the game, to meet a variety of walking challenges, and the gameplay is similar to a jump, according to the click time to walk, the step must be calculated accurately, or will fail. In the game, the player needs to have a good balance in order to successfully reach the end.', 'https://img.gamemonetize.com/lb6np50q017y3pinhlus419bky1h8rt9/512x384.jpg', 'https://html5.gamemonetize.com/lb6np50q017y3pinhlus419bky1h8rt9/', '0', 'Action', 0, 0, '', 'slow-down-cool'), (7142, 'Challenge Hot Chili 3D', 'It is a game based on eating pepper. In the game, players will be exposed to leisure games such as choice , as well as many game types such as simulation experience games and fun decompressed Parkour games. By means of various means, the characters in the level will continue to eat the world\'s most exciting pepper and get the top spicy experience.', 'https://img.gamemonetize.com/0ey93s1eym3obip6svms81gwu2ph37xx/512x384.jpg', 'https://html5.gamemonetize.com/0ey93s1eym3obip6svms81gwu2ph37xx/', '0', 'Adventure', 0, 0, '', 'challenge-hot-chili-d'), (7143, 'The Besties Tattooist', 'Let\'s help our beautiful girls Mia, Emma, Ava to get tattoos on their Back and thigh. They likes to put on various design like flowers and birds and other designs too. You have to select the girl and part of the tattoo, they like and put on the amazing tattoos to them. Make them happy and pretty. Have a great fun!', 'https://img.gamemonetize.com/gtt53se6lyr5lm5jt8g9ufljatfqk3zc/512x384.jpg', 'https://html5.gamemonetize.com/gtt53se6lyr5lm5jt8g9ufljatfqk3zc/', '0', 'Girls', 0, 0, '', 'the-besties-tattooist'), (7144, 'Jump Wife', 'It’s time to stack up your own gift and money tower, get ready to jump over obstacles that appear from both sides. Land the wife in the middle of each obstacles for more acrobatic jumps.', 'https://img.gamemonetize.com/o67p3b8vnymgfbyr6qj94kizdkddlscf/512x384.jpg', 'https://html5.gamemonetize.com/o67p3b8vnymgfbyr6qj94kizdkddlscf/', '0', 'Hypercasual', 0, 0, '', 'jump-wife'), (7145, 'Braid Hair Design', 'Braid Hair Design game in which Brad will have a date with Ken at night. Right now, she is getting ready for the date. She has picked out a nice dress and paired it with a stylish pair of shoes, but she is hesitant to choose a hairstyle. Hey, girl! Can you design a suitable hairstyle for her? Can you design a suitable hairstyle for her? Have fun with this game!', 'https://img.gamemonetize.com/bzifqpj9loj90gtq6i07jlzphqzsjnu4/512x384.jpg', 'https://html5.gamemonetize.com/bzifqpj9loj90gtq6i07jlzphqzsjnu4/', '0', 'Girls', 0, 0, '', 'braid-hair-design'), (7146, 'Resident Evil 3D', 'good games This is a gunfight game, the game has reached the target point at the beginning of the game, to explore the cause of the disaster, the left control area, the joystick to control the direction, such as left and right and forward and backward. When encountering zombies, attack zombies with guns, of course, gunshots may also attract other zombies, swipe the right half of the screen to aim, after aiming will automatically shoot, you can go to the building to find supplies. Follow the game\'s prompts to explore the world of the game', 'https://img.gamemonetize.com/i69sox88bjbcfjx0r3qyai7x60z3hzg0/512x384.jpg', 'https://html5.gamemonetize.com/i69sox88bjbcfjx0r3qyai7x60z3hzg0/', '0', 'Action', 0, 0, '', 'resident-evil-d'), (7147, 'PGA6 Pixel gun warfare 2 Zombie Attack', 'The best undead escape games allow you to employ a variety of weaponry in both solo or multiplayer modes. On several maps, you\'ve been battling Minecraft zombie Bots. Even if you are armed, you must defeat other zombies in a zombie battle. In no way am I ready for it. Some first-person shooter games need you to hide behind various objects in order to play safely. Do you often play free online style games with a certain person? How many firearms does the narrator own in total?', 'https://img.gamemonetize.com/krwfgou70w4s4rqgb0pesewjbnpukeff/512x384.jpg', 'https://html5.gamemonetize.com/krwfgou70w4s4rqgb0pesewjbnpukeff/', '0', 'Shooting', 0, 0, '', 'pga-pixel-gun-warfare---zombie-attack'), (7148, 'Noob Puzzle Challenge', 'Noob Puzzle Challenge is free online puzzle game for kids that you can play on PC and mobile. The aim of the game is to put all the small images on the right spot to clear the level. Have fun playing.', 'https://img.gamemonetize.com/s85g2hstibc4nhh1cojsclq68rmw9bnp/512x384.jpg', 'https://html5.gamemonetize.com/s85g2hstibc4nhh1cojsclq68rmw9bnp/', '0', 'Puzzles', 0, 0, '', 'noob-puzzle-challenge'), (7149, 'Kitten Hide And Seek game', 'Kitten Hide And Seek is a hide-and-seek game to avoid the kittens. You play as a little girl and your goal is to escape from the kitten\'s sight successfully escape. You need to hide behind objects to escape from the cat. You can use the passing bonus to decorate your room and make your room shine! Have fun!', 'https://img.gamemonetize.com/6hjr7xqmipz52osmq5iwznm46qhay10n/512x384.jpg', 'https://html5.gamemonetize.com/6hjr7xqmipz52osmq5iwznm46qhay10n/', '0', '3D', 0, 0, '', 'kitten-hide-and-seek-game'), (7150, 'Super Brothers Adventure', 'Here are 2 little brothers trapped in this mysterious place, you need to help them to cooperate and escape. You need to control them one by one and help them to overcome all the difficulties, avoid those deadly obstacles and collect all 3 keys to passing the level. Remember, only when they reach the door can you all pass. Can they escape? It all depends on you, good luck!', 'https://img.gamemonetize.com/d686zfgt621od6k2l0wmmre0qe7k8mxf/512x384.jpg', 'https://html5.gamemonetize.com/d686zfgt621od6k2l0wmmre0qe7k8mxf/', '0', 'Adventure', 0, 0, '', 'super-brothers-adventure'), (7151, 'Giant Head Rush', 'Giant Head Rush is a popular recently. Mainly use your head to pass the level, so you have to gather as many characters as possible and make your head bigger through the doors. Avoid the obstacles on the road. Have a try!', 'https://img.gamemonetize.com/ggdaw86k8m7wha5i3639a26c1qnmepa0/512x384.jpg', 'https://html5.gamemonetize.com/ggdaw86k8m7wha5i3639a26c1qnmepa0/', '0', 'Puzzles', 0, 0, '', 'giant-head-rush'), (7152, 'Mini Survival Challenge', 'Mini Survival Challenge is a free escape online game for boys on a desert island to survive. There are many players competing here. You need to break through various difficulties by using different props. There are many trap monsters, just observe the design in the scene, and plan the route to escape successfully in the face of crisis!', 'https://img.gamemonetize.com/igozh959q4qhyl8kcxgnq3nrrkpdk1kj/512x384.jpg', 'https://html5.gamemonetize.com/igozh959q4qhyl8kcxgnq3nrrkpdk1kj/', '0', 'Boys', 0, 0, '', 'mini-survival-challenge'), (7153, 'Unicorn Fashion Dress Up', 'Welcome to the cute baby unicorn! Unicorns are magical horses with horns on their heads. In dress up unicorn games for girls, you can make tons of pony costumes for unicorn from over 180 items. A real feast for all lovers of cute horses, animals and girls games offline!', 'https://img.gamemonetize.com/mjjhg50lz565weg4m1hjmmuqto8x7xyj/512x384.jpg', 'https://html5.gamemonetize.com/mjjhg50lz565weg4m1hjmmuqto8x7xyj/', '0', 'Girls', 0, 0, '', 'unicorn-fashion-dress-up'), (7154, 'My Autumn Bright Outfits', 'Welcome to the My Autumn Bright Outfits game. Dee dee, Willow, and Noah are best friends who admire more on fashion trends more. They heard about autumn is near. So they planned to welcome the most beautiful season with their latest fashion trends. Join and help them to pick a cute outfit. Have fun!', 'https://img.gamemonetize.com/e8l2srwx0ktn18l4x524pfod6dbfcer0/512x384.jpg', 'https://html5.gamemonetize.com/e8l2srwx0ktn18l4x524pfod6dbfcer0/', '0', 'Girls', 0, 0, '', 'my-autumn-bright-outfits'), (7155, 'Hippo Toy Doctor Sim Game', 'Hippo is a child\'s doctor today! She opened her hospital to treat her friend\'s dolls and different toys. Our hospital heals all broken dolls because the main expert is the most experienced doctor in the world, Veterinary Hippo! If you don\'t have the slightest idea of what veterinary clinic, doll or ambulance hospital, then you must play all these fun games', 'https://img.gamemonetize.com/lgfps4ryhxpy4jjzbxg6dkdxfx2ojw21/512x384.jpg', 'https://html5.gamemonetize.com/lgfps4ryhxpy4jjzbxg6dkdxfx2ojw21/', '0', 'Girls', 0, 0, '', 'hippo-toy-doctor-sim-game'), (7156, 'Diy Makeup Artist', 'Diy Makeup Artist is a very addictive makeup game. Choose your favorite character and start this game. Firstly you need to do makeover to the character beacuse she is in a mess. Then you can dress up her with gorgeous makeups and accessories carefully selected by us. If you have no idea about the outfits and accessories she is suitable for, just try them until you find the perfect match. Enjoy!', 'https://img.gamemonetize.com/9mzjutrz5xbmfifbzx6kb1z32kw2g0f4/512x384.jpg', 'https://html5.gamemonetize.com/9mzjutrz5xbmfifbzx6kb1z32kw2g0f4/', '0', 'Girls', 0, 0, '', 'diy-makeup-artist'), (7157, 'Princess Makeup Game', 'Princess Makeup is a cute makeup casual game suitable for girls. princesses will join a party tonight. As a great fashion designer, this is a piece of cake for you! First, give the princesses a facial spa, do the hair design and trim their nails. Then draw beautiful makeup for them, and finally with fashionable clothes and accessories, let them shine at the party!', 'https://img.gamemonetize.com/pl3gtljyz0jmbgnrpae0ctdunnzc3mv7/512x384.jpg', 'https://html5.gamemonetize.com/pl3gtljyz0jmbgnrpae0ctdunnzc3mv7/', '0', 'Girls', 0, 0, '', 'princess-makeup-game'), (7158, 'Zombie Match3', 'A game where you have to fight monsters by collecting chains. Two intrepid adventurers went on a long journey. On the way they will meet zombies, animated skeletons, trolls, ghouls and many other extremely dangerous enemies who only dream of eating living flesh. Fortunately, our heroes are not timid. They are ready to challenge any enemy and, with a wise commander, will be able to win even in the most dangerous confrontations.', 'https://img.gamemonetize.com/vcnto0jwxyqwlyztrk45lfgl3c5pqs2u/512x384.jpg', 'https://html5.gamemonetize.com/vcnto0jwxyqwlyztrk45lfgl3c5pqs2u/', '0', 'Puzzles', 0, 0, '', 'zombie-match'), (7159, 'Jungle Plumber Challenge 2', 'It is a easy-to-use puzzle game with HD graphics in which your job is to survive in the jungle by building a water pipe network ! Simply turn the different pieces by touching them, then connect them together to form a complete pipe. Each time a piece is moved, the timer will decrease and reduce your ability to achieve the best score. Make sur you anticipate your moves!', 'https://img.gamemonetize.com/udn3g33iof35d60uu47rmlznbj75jo2t/512x384.jpg', 'https://html5.gamemonetize.com/udn3g33iof35d60uu47rmlznbj75jo2t/', '0', 'Puzzles', 0, 0, '', 'jungle-plumber-challenge-'), (7160, 'Jungle Bubble Shooter Mania', 'Shoot the bubbles in the magnificient jungle ! Play the best Bubble Shooter game for FREE. It\'s the classic arcade game ! Boosts, power ups, daily rewards, cool bubble elements, and more! Shoot the bubbles in the jungle in this fun, classic bubble shooting game!', 'https://img.gamemonetize.com/mhzxua75p4kxr9sbq98t6jaaq8cn4bls/512x384.jpg', 'https://html5.gamemonetize.com/mhzxua75p4kxr9sbq98t6jaaq8cn4bls/', '0', 'Hypercasual', 0, 0, '', 'jungle-bubble-shooter-mania'), (7161, 'Happy farm make water pipes', 'Your vegetable garden really need water. Connect the pipes and water the garden before it\'s too late. This game is super fun to play, you just need to connect the pipes to make let the water arrives in every fields of your vegetable garden. If you want the best harvest you need to water really urgently. you can play with 3 different game modes: classic, time attack, survive... 3 times funnier to play ! Come on, your farm and plants need you. Give them some water now !', 'https://img.gamemonetize.com/dfo9qhsna6l6avg431qtb7f1ekh9c9cq/512x384.jpg', 'https://html5.gamemonetize.com/dfo9qhsna6l6avg431qtb7f1ekh9c9cq/', '0', 'Puzzles', 0, 0, '', 'happy-farm--make-water-pipes'), (7162, 'Gold Seeker', 'Do you like the Wild West? Are you a greedy passionate of the gold rush? Then this game is for you! In gold seeker you take the role of a miner in the Wild West, looking for precious metals and stones. Get your hook and your dynamite and prepare be the richest miner of the west!', 'https://img.gamemonetize.com/knzrvbng0xdcwihe3vln727i8gsvvz33/512x384.jpg', 'https://html5.gamemonetize.com/knzrvbng0xdcwihe3vln727i8gsvvz33/', '0', 'Arcade', 0, 0, '', 'gold-seeker'), (7163, 'Utltimate Frisbee', 'Ultimate Disk - Frisbee Throwing Disc is fun flying disc game. All you have to do throw Frisbee disc to your teammate and avoid defenders team members. your teammate again have to aim and throw ultimate disc to another team member by avoiding defenders team.', 'https://img.gamemonetize.com/tos71ncs1qppkxoe4sqz8u997bypwtzh/512x384.jpg', 'https://html5.gamemonetize.com/tos71ncs1qppkxoe4sqz8u997bypwtzh/', '0', 'Sports', 0, 0, '', 'utltimate-frisbee'), (7164, 'Hello Kitty Dress up', 'Hello Kitty is a cartoon character loved by children. She also loves apple pie. Let\'s dress this little kitty so cute. Fun game', 'https://img.gamemonetize.com/0x32mmior0f6zrzdkc9te1titdhp1cez/512x384.jpg', 'https://html5.gamemonetize.com/0x32mmior0f6zrzdkc9te1titdhp1cez/', '0', 'Girls', 0, 0, '', 'hello-kitty-dress-up'), (7165, 'Sky Fighter', 'Sky Fighter is an unity 2D game endless shooter game, get as much score as possible and beat the enemy aircraft!', 'https://img.gamemonetize.com/3ikv8vrr4qjlte2wz8uemabshcmpbv0x/512x384.jpg', 'https://html5.gamemonetize.com/3ikv8vrr4qjlte2wz8uemabshcmpbv0x/', '0', 'Shooting', 0, 0, '', 'sky-fighter'), (7166, 'Sonic Adventure Run', 'Sonic Adventure Run is fun running game suitable for all ages.', 'https://img.gamemonetize.com/mwt6lrjc9czgnsprjis87wlvcvzyuyla/512x384.jpg', 'https://html5.gamemonetize.com/mwt6lrjc9czgnsprjis87wlvcvzyuyla/', '0', 'Arcade', 0, 0, '', 'sonic-adventure-run'), (7167, 'Sky Pong', 'Sky Pong is a unity game where 2 player can play at the sametime and have alot of fun.', 'https://img.gamemonetize.com/1dw6re1xd2xslwc5diiu3r1o2f58oq8o/512x384.jpg', 'https://html5.gamemonetize.com/1dw6re1xd2xslwc5diiu3r1o2f58oq8o/', '0', 'Arcade', 0, 0, '', 'sky-pong'), (7168, 'Recharge Please!', 'Play with just one finger. Connect all the plugs to a matching socket. But, as in real life, it isn\'t as easy as it sounds! Puzzle game with one finger control. Easy to play, hard to master.', 'https://img.gamemonetize.com/yf77s9a2yx6xm0117whbu5l6n95dnauf/512x384.jpg', 'https://html5.gamemonetize.com/yf77s9a2yx6xm0117whbu5l6n95dnauf/', '0', 'Hypercasual', 0, 0, '', 'recharge-please'), (7169, 'Pet Wash', 'Tortoises are usually diurnal animals with tendencies to be crepuscular depending on the ambient temperatures. They are generally reclusive animals. Tortoises are the longest-living land animals in the world, although the longest-living species of tortoise is a matter of debate. The shell in tortoises is generally hard, they retract their necks and heads directly back into the shell to protect them. In the game Pet Wash, you need to clean up the animal\'s bodies. This is a difficult job because animals always have Lots of bacteria. Turtles, parrots, and giraffes are all very cute animals. If you like animals, don\'t miss this game!', 'https://img.gamemonetize.com/gzo5etsr56g82bmzyjcteczdvgnhub4l/512x384.jpg', 'https://html5.gamemonetize.com/gzo5etsr56g82bmzyjcteczdvgnhub4l/', '0', 'Girls', 0, 0, '', 'pet-wash'), (7170, 'Ironman Dress up', 'Do you want to create your own Iron Man hero? Let\'s dress up in different outfits and create your favorite hero. Fun game', 'https://img.gamemonetize.com/xk2t2cjdc6f9qzd83g7is7wjaztbq7b8/512x384.jpg', 'https://html5.gamemonetize.com/xk2t2cjdc6f9qzd83g7is7wjaztbq7b8/', '0', 'Girls', 0, 0, '', 'ironman-dress-up'), (7171, 'Princess Coloring Glitter For Girl', 'Princess Coloring Glitter is a very fun coloring game. In this game, we\'ve prepared 4 different mini-games for you to enjoy. Coloring for princesses\' pictures, free drawing, doing laundry, and fun jigsaws. Every mini-game will give you a different surprise. For example, in the coloring and drawing mini-games, beautiful dynamic stickers will make your eyes shine. Also, we\'ve prepared many beautiful colors for you to create with abandon. If you are looking for coloring games, this game is your best choice!', 'https://img.gamemonetize.com/ylqf38l4rv66cowijcuosw9xnphma9jf/512x384.jpg', 'https://html5.gamemonetize.com/ylqf38l4rv66cowijcuosw9xnphma9jf/', '0', 'Girls', 0, 0, '', 'princess-coloring-glitter-for-girl'), (7172, 'Lady Gold Miner', 'Lady Gold Miner is a sweet game version of classic gold miner game. In this game your will help our Cute Lady to collect gold to help her to create a good life. She is a strong woman but she still needs your help. Sometimes she catch useless things to collect and she waste her precious time. So she can finish her job if you help her to collect only good things. Avoid bombs, especially TNT! Or else you may lose some of golds. Have fun!', 'https://img.gamemonetize.com/8ym8s95v9uca5fgwjxdfo0lmw014zd7w/512x384.jpg', 'https://html5.gamemonetize.com/8ym8s95v9uca5fgwjxdfo0lmw014zd7w/', '0', 'Adventure', 0, 0, '', 'lady-gold-miner'), (7173, 'Lisa Simpson Dressup', 'Lisa Marie Simpson is a fictional character from the American animated television series The Simpsons. She is the middle child and eldest daughter of the Simpson family. Let\'s dress her up very stylish', 'https://img.gamemonetize.com/4e4ixmud14weznbq1kxavkmnxev6ssxc/512x384.jpg', 'https://html5.gamemonetize.com/4e4ixmud14weznbq1kxavkmnxev6ssxc/', '0', 'Girls', 0, 0, '', 'lisa-simpson-dressup'), (7174, 'Baby Rescue Plan', 'This is an escape series of games, mainly about the baby to help grandpa to escape from the room ah ~ very interesting. A lot of game clues and color, painting style and color collocation are very lovely, welcome all players to download .', 'https://img.gamemonetize.com/ls30w59zd4sc7n79eaeuty3137g857j0/512x384.jpg', 'https://html5.gamemonetize.com/ls30w59zd4sc7n79eaeuty3137g857j0/', '0', 'Action', 0, 0, '', 'baby-rescue-plan'), (7175, 'Agent plan', 'The game is a very exciting shooting game. In the game, the player will control a small rubber man to take risks. There are many weapons in the game. In the game, the player turns into an agent to enter various places to perform tasks. The bullets of weapons in the game are limited, and the tasks can be completed under limited conditions.', 'https://img.gamemonetize.com/7oaga3gmb84legbw4mwvd41t5000coqo/512x384.jpg', 'https://html5.gamemonetize.com/7oaga3gmb84legbw4mwvd41t5000coqo/', '0', 'Action', 0, 0, '', 'agent-plan'), (7176, 'Kung Fu Panda Tigress', 'Master Tigress is one of the main supporting characters of the Kung Fu Panda cartoon. She is a member of the Furious Five as well as one of Master Shifu\'s students at the Jade Palace. She is a master of the Tiger Style of kung fu. Lets dress up. Fun game', 'https://img.gamemonetize.com/scn5bpy4kaeztyxxga84eu29k0b52grd/512x384.jpg', 'https://html5.gamemonetize.com/scn5bpy4kaeztyxxga84eu29k0b52grd/', '0', 'Girls', 0, 0, '', 'kung-fu-panda-tigress'), (7177, 'Police Bus Parking Simulation', 'Do you love to play US police bus parking games? Get the new edition of police bus driving games to enjoy driving one of the best police games', 'https://img.gamemonetize.com/3axee5dxs64nkylzpn917i02yno8t6sp/512x384.jpg', 'https://html5.gamemonetize.com/3axee5dxs64nkylzpn917i02yno8t6sp/', '0', 'Hypercasual', 0, 0, '', 'police-bus-parking-simulation'), (7178, 'Taxi Parking Games', 'Being an amazing auto taxi car driver, right after you complete your ride through the busy roads and city rush, the city taxi parking games offer best taxi driver to park the taxi. Now the city taxi driver has to park the taxi at the stand, and wait until the next rider books a ride.', 'https://img.gamemonetize.com/58gnchbvbx8dqzfttljyi7xrki0isg6j/512x384.jpg', 'https://html5.gamemonetize.com/58gnchbvbx8dqzfttljyi7xrki0isg6j/', '0', 'Arcade', 0, 0, '', 'taxi-parking-games'), (7179, 'tt1', 'Welcome to the taxi driving simulator. Be the best taxi driver in the whole town. Pick your passengers up from different parts of the city and drop them to their destination with a new driving simulator.', 'https://img.gamemonetize.com/oozkkfle6kubrtwjklnuqvtazjed2ayd/512x384.jpg', 'https://html5.gamemonetize.com/oozkkfle6kubrtwjklnuqvtazjed2ayd/', '0', 'Arcade', 0, 0, '', 'tt'), (7180, 'Prado Parking Rc', 'Welcome to Prado Advance Car Parking with hard parking pro new generation Master Park of car parking games 2021 like jeep parking In “Modern car parking Simulator Lite Size : car driving simulator†you will drive the new car games 2021 and best adventure of Prado car Parking Game in lowest size', 'https://img.gamemonetize.com/rtgl4i71uw47kjt9qg5756grl5zu9xb7/512x384.jpg', 'https://html5.gamemonetize.com/rtgl4i71uw47kjt9qg5756grl5zu9xb7/', '0', 'Arcade', 0, 0, '', 'prado-parking-rc'), (7181, 'Raptor Offroad Car Parking', '. Realistic driving physics and comfortable offroad vehicle controls. Set nitro acceleration for your Suvs. City parking with truck legend awaits you!', 'https://img.gamemonetize.com/7mzqcbg81eg835s16zruxs474mixbllr/512x384.jpg', 'https://html5.gamemonetize.com/7mzqcbg81eg835s16zruxs474mixbllr/', '0', 'Hypercasual', 0, 0, '', 'raptor-offroad-car-parking'), (7182, 'Flappy Pou', 'To move through the thickets of the tropical jungle during the next trip to South America, Help the baby fly as far as possible to get to the deep and inaccessible parts of the rainforest. Tap on the Floor to make it fly up rapidly. Maintain the flight at a normal altitude so that the baby does not catch the pipes.', 'https://img.gamemonetize.com/gshakj53a3x8fg89z06mhrbj7wzydios/512x384.jpg', 'https://html5.gamemonetize.com/gshakj53a3x8fg89z06mhrbj7wzydios/', '0', 'Arcade', 0, 0, '', 'flappy-pou'), (7183, 'Tower Run Online Stack Tower Jump', 'Tower Run Online is an easy arcade jumping game. You will run in a truck with lots of obstacles. When you stand the rea circles, you could jump on the other person\'s shoulder. Have you heard of the pyramid? You can do this too! Jump over the walls and collect coins. Higher pyramid, you will get more coins in the end. Coins could unlock the new person, to unlock them all.', 'https://img.gamemonetize.com/gxp7ft7twcg3ah0f2z2j7pwyx0brlx79/512x384.jpg', 'https://html5.gamemonetize.com/gxp7ft7twcg3ah0f2z2j7pwyx0brlx79/', '0', 'Boys', 0, 0, '', 'tower-run-online--stack-tower-jump'), (7184, 'Huggy Kissy vs Steve Alex', 'huggy and kissiy chasing steve and alex hey alex and steve run away never stop or they will catch you. if you stop it will catch you remember you need 3 potions please collect the potions otherwise the portal will not form and huggy and kissiy will catch you. you have to collect the potions and reach the portal before they catch you.', 'https://img.gamemonetize.com/qicab7glek243qq9wzp8wfod11rjjosd/512x384.jpg', 'https://html5.gamemonetize.com/qicab7glek243qq9wzp8wfod11rjjosd/', '0', 'Adventure', 0, 0, '', 'huggy-kissy-vs-steve-alex'), (7185, 'Baby Mermaid Caring Game', 'Play with your little mermaid! Your baby is hungry right now, so get her apples, lollipops, milk, and cupcakes! Take a look at the dirty face of the little mermaid and give her a bubble bath so she can be very clean! Your little mermaid needs to go to bed and go to the toilet, teach the little mermaid the correct steps to go to the toilet. You may encounter some emergencies. So are you ready?', 'https://img.gamemonetize.com/oy43jmy8816pbnc436tyzwagvo6b3ysm/512x384.jpg', 'https://html5.gamemonetize.com/oy43jmy8816pbnc436tyzwagvo6b3ysm/', '0', 'Adventure', 0, 0, '', 'baby-mermaid-caring-game'), (7186, 'Make Eclairs Pastry', 'Let\'s enjoy the chocolate cooking game at 7sgames.com. There are lots of chocolate pastry recipe inside the game and try to make it perfect.', 'https://img.gamemonetize.com/yflv93mc9vz1s426b3s8lxb3qmrf17zr/512x384.jpg', 'https://html5.gamemonetize.com/yflv93mc9vz1s426b3s8lxb3qmrf17zr/', '0', 'Girls', 0, 0, '', 'make-eclairs-pastry'), (7187, 'Rope Wrapper', 'Rope Wrapper is a free physics online game based on the rope for boys. It will have you racking your brain and trying over and over again to get all the balls to touch each other. After you draw a rope, its two ends begin to contract, making everything inside get closer together. It challenges your sense of logic and space in this process. Come and try it!', 'https://img.gamemonetize.com/81x6g0cawr5lidboarc7w7mifpy460ca/512x384.jpg', 'https://html5.gamemonetize.com/81x6g0cawr5lidboarc7w7mifpy460ca/', '0', 'Boys', 0, 0, '', 'rope-wrapper'), (7188, 'Mosquito Run 3D', 'Mosquito Run 3D is a fun running online game for boys. In the game, you will play a mosquito, and there will be many obstacles on the way. You need to increase your team numbers and suck the blood of the person in front of you, so as to get high scores. The gameplay is novel and interesting, you can sprint wildly, and there are beautiful skins waiting for you to unlock. Come to play it.', 'https://img.gamemonetize.com/s3qicdyy2yyxratdkgfotyf77fmhh2lz/512x384.jpg', 'https://html5.gamemonetize.com/s3qicdyy2yyxratdkgfotyf77fmhh2lz/', '0', 'Boys', 0, 0, '', 'mosquito-run-d'), (7189, 'Squid Basket', 'Squid Basket is an exciting sports game to play for all ages. Play this technical sport game which tests your aiming ability to make a goal. How long you can stay in the game is determined by how well you can aim. Calculate the right angle and degree of force and shoot the Birds through into the basket!', 'https://img.gamemonetize.com/o7sf68wpuirvgwjlp8v2dvyeuqez42jk/512x384.jpg', 'https://html5.gamemonetize.com/o7sf68wpuirvgwjlp8v2dvyeuqez42jk/', '0', 'Sports', 0, 0, '', 'squid-basket'), (7190, 'Happy Farm The crop', 'In this beautiful game, you have to collect the fruits and vegetables from your vegetable garden. It\'s easy to pick them, just find 2 pairs of identical tiles and click on them. It\'s like a game of mahjong but it\'s even more fun with the world of the countryside and the farm. No fuss, just a good time with gorgeous graphics, lovable characters, and a game that\'s just plain fun to play. There are plenty of different levels and environments that will allow you to play without ever getting bored.', 'https://img.gamemonetize.com/u8vgs0u0fe6k3ipz1qs7yn2nsxwyzs8h/512x384.jpg', 'https://html5.gamemonetize.com/u8vgs0u0fe6k3ipz1qs7yn2nsxwyzs8h/', '0', 'Puzzles', 0, 0, '', 'happy-farm--the-crop'), (7191, 'Happy Farm Tiles Match', 'Test your skills by matching and linking the same kind images and work your way up to victory! Try to remove all the icon tiles in a limited time. All you have to do is to select a tile and then try to match this tile to another one that is similar. If the tiles match, then both tiles will disappear. The difficulty is that you can only connect tiles that can be linked with a maximum of 3 straight lines (and the line cannot go through any other tile).', 'https://img.gamemonetize.com/dhkx5cpf5jay1nh5m8rptiv4gb6acggn/512x384.jpg', 'https://html5.gamemonetize.com/dhkx5cpf5jay1nh5m8rptiv4gb6acggn/', '0', 'Puzzles', 0, 0, '', 'happy-farm--tiles-match'), (7192, 'Inca Challenge', 'Do you have a good memory? Are you ready to challenge your memory with Inca symbols? We are very happy to introduce you the best memory game to train your brain while having fun!', 'https://img.gamemonetize.com/gd6o8w8uwxovig0t5pi76ybs45w8h43c/512x384.jpg', 'https://html5.gamemonetize.com/gd6o8w8uwxovig0t5pi76ybs45w8h43c/', '0', 'Puzzles', 0, 0, '', 'inca-challenge'), (7193, 'Kungfu Panda Shifu', 'Master Shifu is one of the main supporting characters of the Kung Fu Panda cartoon. He is the current senior master of the Jade Palace and trainer of many kung fu warriors, including Po (the Dragon Warrior), the Furious Five, and Tai Lung. Let\'s dress it up', 'https://img.gamemonetize.com/35vrbi7wiz0q97wmv5843rhs52m8xtaw/512x384.jpg', 'https://html5.gamemonetize.com/35vrbi7wiz0q97wmv5843rhs52m8xtaw/', '0', 'Girls', 0, 0, '', 'kungfu-panda-shifu'), (7194, 'Hex bomb Megablast', 'HEX BOMB - MEGABLAST is a game in between a BUBBLE SHOOTER and a BRICKS BREAKER. Hexagonals blocks are falling from the top of the screen and you need to shoot at them and blast them before they reach the bottom of the screen. When you press the screen, the ball shooter will slow down to let you adjust your fire. When you release your finger, it fires automatically. Try to collect as many bonus and upgrades as you can to master the game like a pro and advance in the game.', 'https://img.gamemonetize.com/guhcctobcj96kgkgcqnh6cep1nuzxxhq/512x384.jpg', 'https://html5.gamemonetize.com/guhcctobcj96kgkgcqnh6cep1nuzxxhq/', '0', 'Hypercasual', 0, 0, '', 'hex-bomb--megablast'), (7195, 'Vlinder Anime Doll Maker', 'Dress up your trendy doll! There are countless outfits, shoes, hairstyles, and dresses. From skin tone, and eyes, to shoes and dresses, it\'s all up to you! Let\'s see who can make the cutest and trendiest dolls!', 'https://img.gamemonetize.com/d9k7ahih93efglh65hrtyga9f7pog9c4/512x384.jpg', 'https://html5.gamemonetize.com/d9k7ahih93efglh65hrtyga9f7pog9c4/', '0', 'Girls', 0, 0, '', 'vlinder-anime-doll-maker'), (7196, 'Jelly Guys World', 'Get ready to jump and experience the feeling of flying! Move the jelly up and down to make the character successfully enter the next platform and fly to victory.', 'https://img.gamemonetize.com/mejaw2zalrcldvyvokb104cz9uljur6v/512x384.jpg', 'https://html5.gamemonetize.com/mejaw2zalrcldvyvokb104cz9uljur6v/', '0', '3D', 0, 0, '', 'jelly-guys-world'), (7197, 'Rope Skipping io', 'Do you like skipping rope? Rope skipping is a very good sport. It is novice-friendly and safe. But skipping rope is also very effective for maintaining health! Rope skipping is a very casual 3D game where the player controls the character to jump on different stages. You just need to tap the screen to jump, grasp the timing and don\'t trip. join us!', 'https://img.gamemonetize.com/j3y9898ng57dv7b54bl2n7fxxpujw0zn/512x384.jpg', 'https://html5.gamemonetize.com/j3y9898ng57dv7b54bl2n7fxxpujw0zn/', '0', 'Hypercasual', 0, 0, '', 'rope-skipping-io'), (7198, 'Minecraft Wars', 'You must defend yourself against monsters with a bow and arrow! Collect coins and buy more arrows', 'https://img.gamemonetize.com/3453cbj4vjgcnecyd7uox77v1dqkps0n/512x384.jpg', 'https://html5.gamemonetize.com/3453cbj4vjgcnecyd7uox77v1dqkps0n/', '0', 'Shooting', 0, 0, '', 'minecraft-wars'), (7199, 'Roof Rail Online', 'Roof Rails Online is undoubtedly one of the most interesting new arcade games this year, with addictive gameplay and 3D art style. If you are a fan of such games, don\'t miss this game. Your mission is to be on the roof. Use a wooden pole to maintain balance. Collect wooden blocks to increase the length of the pole. At the same time, avoid gears to reduce the length of the pole. When you reach the end, don\'t forget to take all the gems away. Are you ready?', 'https://img.gamemonetize.com/pqu5n44xzlghm51sylqbc9gt3hho7u22/512x384.jpg', 'https://html5.gamemonetize.com/pqu5n44xzlghm51sylqbc9gt3hho7u22/', '0', '3D', 0, 0, '', 'roof-rail-online'), (7200, 'Goku Dress Up', 'Goku is a fictional character and main protagonist of the Dragon Ball manga series created by Akira Toriyama. Goku explores the world with dragon balls he found while mastering the martial arts. Let\'s dress up this cartoon hero now', 'https://img.gamemonetize.com/cndvnk2svxfdvzea2i2anmnutn1397el/512x384.jpg', 'https://html5.gamemonetize.com/cndvnk2svxfdvzea2i2anmnutn1397el/', '0', 'Girls', 0, 0, '', 'goku-dress-up'), (7201, 'red Runner', 'Red Runner is a fun game where u have to Avoid all dangerous tools to reach the finish line.', 'https://img.gamemonetize.com/s9hw4qtnmcc08uqw478otbbam2etfjw6/512x384.jpg', 'https://html5.gamemonetize.com/s9hw4qtnmcc08uqw478otbbam2etfjw6/', '0', 'Adventure', 0, 0, '', 'red-runner'), (7202, 'Sea Adventure', 'Sea Adventure Online Game is a free-to-play arcade game. Sea Adventure Online Game is an online game where you can participate in various activities, such as fishing, fishing for food, hunting, and so on. Sea Adventure Online Game is a free online game that lets you explore the vast oceans of the world.', 'https://img.gamemonetize.com/v21pjl9cm3mmkvienmqzzz7fj1rvdj91/512x384.jpg', 'https://html5.gamemonetize.com/v21pjl9cm3mmkvienmqzzz7fj1rvdj91/', '0', 'Puzzles', 0, 0, '', 'sea-adventure'), (7203, 'Ball in Cup', 'Welcome to ball in Cup! Aim and release and try to drop the ball into the Cup. Enjoy tons of amazing challenging levels and complete them all And don\'t forget to collect dimaonds.', 'https://img.gamemonetize.com/4gq16xbpf0jrwefe7h2fikzk6l0y1y5f/512x384.jpg', 'https://html5.gamemonetize.com/4gq16xbpf0jrwefe7h2fikzk6l0y1y5f/', '0', 'Puzzles', 0, 0, '', 'ball-in-cup'), (7204, 'Rowing boat 3d', 'good games This game is a yacht surfing game, crafting yachts, buying yachts with gold coins, dragging the same yacht for crafting, synthetic yachts have improved in terms of speed and handling. With synthetic yacht racing, there are obstacles on the road that slide the screen left and right to avoid obstacles. There are other yachts that can also slide left and right to avoid, there are coins to collect, and acceleration bands to increase speed.', 'https://img.gamemonetize.com/yltcmw7j1h7b1y87w2ajmtxc2nvl4lyn/512x384.jpg', 'https://html5.gamemonetize.com/yltcmw7j1h7b1y87w2ajmtxc2nvl4lyn/', '0', '3D', 0, 0, '', 'rowing-boat-d'), (7205, 'Battlefield Truck Simulator', 'Here is a military transport car driving simulation game with 3D trucks and a tank. Your target is to transport the cargo to the marked green position in the military base at all levels. Twenty-five seconds are definitely enough for you to complete the missions. Don\'t let the commander down!', 'https://img.gamemonetize.com/fdwwhml21rmc3twnz6kzly3jz2tklamr/512x384.jpg', 'https://html5.gamemonetize.com/fdwwhml21rmc3twnz6kzly3jz2tklamr/', '0', 'Action', 0, 0, '', 'battlefield-truck-simulator'), (7206, 'Original Blocky Combat Swat Storm Desert 2022', 'The best undead breakout games provide access to a wide variety of weaponry in solitary and multiplayer modes. You have been engaging the Minecraft zombie Bots on several maps in combat. Even if you arm yourself in a zombie conflict, you still have to contend with other zombies. I am by no means at all ready for it. You must hide behind various items to safely play these first-person shooter games. Do you have a favorite individual with whom to play action games for free online? How many firearms does the narrator own in total?', 'https://img.gamemonetize.com/r4uf6fiv3i6ajy34llrzxw3mupmrxl0z/512x384.jpg', 'https://html5.gamemonetize.com/r4uf6fiv3i6ajy34llrzxw3mupmrxl0z/', '0', 'Shooting', 0, 0, '', 'original-blocky-combat-swat-storm-desert-'), (7207, 'Draw the Rest Challenge', 'Draw the Rest Challenge is a fun drawing puzzle game. You are presented with a drawing object but it not yet completed. Your goal is to draw the missing thing. With your pen, drag and draw the path required to complete the drawing and pass the level. Have fun playing this game!', 'https://img.gamemonetize.com/h99hfuq3h7n04p5kptw4338hnhuultia/512x384.jpg', 'https://html5.gamemonetize.com/h99hfuq3h7n04p5kptw4338hnhuultia/', '0', 'Puzzles', 0, 0, '', 'draw-the-rest-challenge'), (7208, 'Fireman Rescue Maze Game', 'Fireman Rescue Maze is a maze game. In the game, you will become a firefighter and participate in fire fighting. You need to avoid various obstacles, find the fire extinguisher, put out the fire, and get the trapped people out of the building.', 'https://img.gamemonetize.com/qu99m82yeh204f2atlem5vpo4l0j95vc/512x384.jpg', 'https://html5.gamemonetize.com/qu99m82yeh204f2atlem5vpo4l0j95vc/', '0', 'Arcade', 0, 0, '', 'fireman-rescue-maze-game'), (7209, 'Street Basketball Game', 'If you like to play basketball, then Street Basketball you can\'t miss! Can you shoot accurately? The high score depends on your observation and reflexes! How many points can you score in one minute? If you hit a normal basketball, you\'ll get one point, and if you hit a paintball, you\'ll get two points! Choose your favorite game character and start playing now! Good luck!', 'https://img.gamemonetize.com/fze7tkea9ewrytz2c61g62nd6ey8lt5g/512x384.jpg', 'https://html5.gamemonetize.com/fze7tkea9ewrytz2c61g62nd6ey8lt5g/', '0', 'Arcade', 0, 0, '', 'street-basketball-game'), (7210, 'Funny Tattoo Shop Game', 'You are the successful owner of a tattoo shop and are responsible for providing cool and colorful tattoos to a wide range of customers. Choose the right design for your customer based on your opinion of the customer\'s personality. Today Barbara will come to your tattoo shop, please help this girl make a tattoo that suits her!', 'https://img.gamemonetize.com/4tgbskfkgfced5s1vq28b93kgghla6mv/512x384.jpg', 'https://html5.gamemonetize.com/4tgbskfkgfced5s1vq28b93kgghla6mv/', '0', 'Arcade', 0, 0, '', 'funny-tattoo-shop-game'), (7211, 'Car Lot King Parking Manage 3D', 'Car Lot King Parking Manage 3D is a pure parking game, you just need to park each car into the space. Don\'t try to park in the space of an existing vehicle. Otherwise, it will crash and cause the game to fail! Let\'s try this simple game play now!', 'https://img.gamemonetize.com/46cdg22vae6op2e2f7mxfcfzn5gswnoo/512x384.jpg', 'https://html5.gamemonetize.com/46cdg22vae6op2e2f7mxfcfzn5gswnoo/', '0', 'Arcade', 0, 0, '', 'car-lot-king-parking-manage-d'), (7212, 'Battle Cars Online 3D Game', 'Crazy karts are always crazy. Battle Cars is a fun monster truck online confrontation game. You will have the opportunity to drive a crazy kart with various armor functions against other monster trucks on the field map, launch armor-piercing bullets, and avoid the attacks of other players, you first need to collect various props on the track, and then use these props to ensure your survival during the confrontation. Are you ready to accept the challenge?', 'https://img.gamemonetize.com/242o1di5rsdx6lbs12hsntnc9us6ukoi/512x384.jpg', 'https://html5.gamemonetize.com/242o1di5rsdx6lbs12hsntnc9us6ukoi/', '0', 'Shooting', 0, 0, '', 'battle-cars-online-d-game'), (7213, 'Lane Change 3D', 'If you are looking for games with new arcade elements and obstacle-based routes, Lanechage 3D will provide many challenging tracks for you. Players will play the most exciting and cool driving simulation game. Start this perfect challenge, experience this amazing game-playing method, and challenge more fun. Whenever players need to face endless traffic, carefully control your car. Are you ready for this exciting driving adventure in the Lanechage 3D?', 'https://img.gamemonetize.com/bkip71p7ii881x0s24u10l8qkwiinfus/512x384.jpg', 'https://html5.gamemonetize.com/bkip71p7ii881x0s24u10l8qkwiinfus/', '0', 'Racing', 0, 0, '', 'lane-change-d'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (7214, 'Car Rush Race Master 3D Game', 'Car Rush is a cool and exciting 3D car racing game, enter this wonderful world, and you will get some different experiences about cars. Drive your car to exceed other players and avoid obstacles on the road. Use platforms to do some cool stunts and get a higher speed. Can you be the champion? Have a good time in the Car Rush!', 'https://img.gamemonetize.com/6uso39n7nfowmywjwehof7jhuii2eicl/512x384.jpg', 'https://html5.gamemonetize.com/6uso39n7nfowmywjwehof7jhuii2eicl/', '0', 'Racing', 0, 0, '', 'car-rush--race-master-d-game'), (7215, 'Molang Fishing', 'You can see that today dear friends we are bringing for you a very special and very interesting game from the Molang games category, in which dear friends you will have to be very careful and concentrated, because you will have to make sure that in the shortest time, you and Molang will be able to go fishing and make sure that you can gain a lot of opoints. It\'s not going to be easy at all, because dear friends you will be with Molang in the middle of the ocean, where there are going to be different species of fish, and you will have to fish only the right ones, that Molang could eat after. We know that it\'s not going to be easy at all to go fishing with Molang, but we are sure that you will have a great time, and you can see that more fun and more interesting animal games and fishing games are going to appear right here on play-games.com. Have fun!', 'https://img.gamemonetize.com/eug56b14pojntujrxdpyqmrcpcpcioqu/512x384.jpg', 'https://html5.gamemonetize.com/eug56b14pojntujrxdpyqmrcpcpcioqu/', '0', 'Arcade', 0, 0, '', 'molang-fishing'), (7216, 'Butterbean Cafe Cupcake Creator', 'Butterbean\'s Café: Cupcake Creator is a cooking game based on the Butterbean\'s Café animated TV series. Help Butterbean run her magical café and learn to make delicious cupcakes. Welcome all and all, back to the Butterbean\'s Cafe Games category, a new category of Nick Jr Games from our website, one that we have created not too long ago, and where we are very happy that right now we get to bring you yet another game, a new game that you can currently find only on our website, so here you go, another reason why our website should be everyone\'s go-to place for the best new games on the internet! Together with Butterbean, you will be able to create, or rather, cook some cupcakes, which she usually sells at her cafe. Let\'s see how it\'s done, so you can start having fun right here and now! Clients will come to request a certain type of cupcake, and you will have to create it accordingly. You will select the color of the cream, and then with the mouse, apply it, then you will also select the cup where the cake is put in, as well as decorate it in an interesting way. That\'s it, so start right now, only here, and make sure not to stop, since we\'re here for you with other great games today, and missing those would be missing out on even more fun you could have!', 'https://img.gamemonetize.com/efqtybc9o1kc3fr70e1w8tysww5z7w0o/512x384.jpg', 'https://html5.gamemonetize.com/efqtybc9o1kc3fr70e1w8tysww5z7w0o/', '0', 'Girls', 0, 0, '', 'butterbean-cafe-cupcake-creator'), (7217, 'Save Her', 'Save Her is a story about a gentleman who is finding his way to rescue his blonde lover and escape with the treasure. However, they are trapped in a puzzle with lots of dangers. Do you think you are smart enough to help her out and be the hero in her eyes?', 'https://img.gamemonetize.com/ict1kn9ysxyqapgz2u29qxbxqm6k9qnc/512x384.jpg', 'https://html5.gamemonetize.com/ict1kn9ysxyqapgz2u29qxbxqm6k9qnc/', '0', 'Puzzles', 0, 0, '', 'save-her'), (7218, 'Supermarket owner', 'good game:This game is a small game that simulates the operation of the supermarket. At the beginning, it will send some startup funds, and use these startup funds to add various things in the supermarket. This is an industrial chain game that connects the farms. Things produced by the farms are sent to the supermarket or processed into various products for sale. You can get money, money can unlock various other things, and you can also hire waiters, salesmen, and transporters.', 'https://img.gamemonetize.com/tf0hhsseldqt34asnmf6yobf4e71jprk/512x384.jpg', 'https://html5.gamemonetize.com/tf0hhsseldqt34asnmf6yobf4e71jprk/', '0', 'Hypercasual', 0, 0, '', 'supermarket-owner'), (7219, 'Ice bucket challenge Celebrity edition', 'Ice Bucket Challenge: Celebrity Edition is a game where you can test your reflexes. Tap the buttons at the right time and throw icy water on the celebrities. Do you recognize all the celebrities? You can play with many celebrities: Justin Biebeer, Lady Gago, Zlatan, Michel Jakxon, Arnold Schwartzy and many others... and a very special guest: a unicorn! It\'s completely crazy!', 'https://img.gamemonetize.com/jbqcc71kvn5sex2vvi1x3e630assl7rm/512x384.jpg', 'https://html5.gamemonetize.com/jbqcc71kvn5sex2vvi1x3e630assl7rm/', '0', 'Arcade', 0, 0, '', 'ice-bucket-challenge--celebrity-edition'), (7220, 'Hyper Swiper', 'Merge the numbers together to reach the highest number you can. Merge the numbers together to reach the highest possible number. Be careful, you have a limited number of moves.', 'https://img.gamemonetize.com/uoccj6rjv004gczk2we9fbuwykvdk0fj/512x384.jpg', 'https://html5.gamemonetize.com/uoccj6rjv004gczk2we9fbuwykvdk0fj/', '0', 'Puzzles', 0, 0, '', 'hyper-swiper'), (7221, 'Horse Racing Derby Quest', 'In the game HORSE RACING : DERBY QUEST (a horse race game), you play as a young jockey, racing against other champions from around the world to become a star ! In this adventure, you will have to ride horses, compete against other jockeys, manage your stable to increase the performances of your horses, take care of your horses in their haven, and then you will ride your horses in 40 different tracks and derby around the world.', 'https://img.gamemonetize.com/b1x50ggismqzbdo2ecepm4g14y1kg6cg/512x384.jpg', 'https://html5.gamemonetize.com/b1x50ggismqzbdo2ecepm4g14y1kg6cg/', '0', 'Racing', 0, 0, '', 'horse-racing-derby-quest'), (7222, 'Ice bucket challenge President edition', 'The Ice Bucket Challenge, the new buzz on the web! After the celebrities, come the presidents! Throw buckets of ice on the presidents\' heads! But be careful: There is one character that should never get ice thrown at them... a hilarious pink bunny! Observe, and tap the buttons as fast as possible.', 'https://img.gamemonetize.com/228pkcrw628rwsqxcdyw0y1yxagphhtr/512x384.jpg', 'https://html5.gamemonetize.com/228pkcrw628rwsqxcdyw0y1yxagphhtr/', '0', 'Puzzles', 0, 0, '', 'ice-bucket-challenge--president-edition'), (7223, 'Ikki Samurai Jump', 'Do you like games easy to understand but difficult to master? This game is for you! You are a small Samurai and you have to survive as long as possible! Jump from floor to floor and avoid the enemies! You can jump as many times as you like, but beware of the enemies, if you touch them, it\'s over! Ikki Samurai Jump is an addictive game that will test your reflexes, attention and speed. You have to make good jumps and you must stay away from the enemies. How long will you survive?', 'https://img.gamemonetize.com/b2ohv9cr8k6vnhm0iwzqpdqdy1ue3pni/512x384.jpg', 'https://html5.gamemonetize.com/b2ohv9cr8k6vnhm0iwzqpdqdy1ue3pni/', '0', 'Hypercasual', 0, 0, '', 'ikki-samurai-jump'), (7224, 'Tomb Runner online 3D', 'How it happened that the pursuers followed your adventurer is not clear, but this is not the most important thing now, the main thing is to try to escape from them, taking a huge gem with you. You will have to run quickly and looking under your feet, otherwise you can hurt yourself badly and forget about the treasure found.', 'https://img.gamemonetize.com/84mk1vmhkew1ri0om6gzb1bnfwbzz2ii/512x384.jpg', 'https://html5.gamemonetize.com/84mk1vmhkew1ri0om6gzb1bnfwbzz2ii/', '0', 'Adventure', 0, 0, '', 'tomb-runner-online-d'), (7225, 'Run Of Life', 'In fact, the life of every person is a kind of race, as a result of which one manages to reach incredible heights. The results of such a race directly depend on the decisions made by people in its course. The game gives you the opportunity to take part in an accelerated version of such a race.', 'https://img.gamemonetize.com/qjlsu3gz2ph3w2ya2sc7heph70n9a23p/512x384.jpg', 'https://html5.gamemonetize.com/qjlsu3gz2ph3w2ya2sc7heph70n9a23p/', '0', 'Arcade', 0, 0, '', 'run-of-life'), (7226, 'The Magical Golden Egg', 'In this chicken platformer you must get your white chicken to the end of the level by casting spells out your golden egg and spawning gun chickens that shoot down enemies.', 'https://img.gamemonetize.com/juq2c0gakqi45xcngid0hh4wjn0p6625/512x384.jpg', 'https://html5.gamemonetize.com/juq2c0gakqi45xcngid0hh4wjn0p6625/', '0', 'Adventure', 0, 0, '', 'the-magical-golden-egg'), (7227, 'Supermarket Simulator', 'hey, how about you become a market owner? the shelves can be empty, sell and fill the shelves. Do not forget that there are thieves, sometimes they can take the products on the shelf and escape. the floor can get dirty, you need to clean the floor with a brush. Market cleanliness is very important. Don\'t leave the market dirty. If the products are low in the market, do not forget to go by truck and refresh the products.', 'https://img.gamemonetize.com/4atoryaub75m3ikmxjqruionmx1jwlvn/512x384.jpg', 'https://html5.gamemonetize.com/4atoryaub75m3ikmxjqruionmx1jwlvn/', '0', 'Arcade', 0, 0, '', 'supermarket-simulator'), (7228, 'Mario and Friends Connect', 'Do you like Mario games? Well! This is an amazing puzzle connect mario game where you have to link two identical mario friends tiles. Tap on similar tiles and do it quick before you ran out of time. Explore sme amazing and chellenging levels and try to finish them all. Good luck', 'https://img.gamemonetize.com/4xldgw81pd5q6l6c849li0pfhj9q8h80/512x384.jpg', 'https://html5.gamemonetize.com/4xldgw81pd5q6l6c849li0pfhj9q8h80/', '0', 'Hypercasual', 0, 0, '', 'mario-and-friends-connect'), (7229, 'Baby Happy Fishing Game', 'Baby Happy Fishing is a happy fishing game for babies. Do you like fishing? Here, you can experience the fun of fishing without leaving home. You can try in four places and choose different fishing methods. Use the net to catch fish, dive into the bottom of the sea, do ice drilling, etc. Bring your tools and start your fishing trip with Little Panda! Have fun!', 'https://img.gamemonetize.com/dulwxac65cc4s9ymgl9yujtaib0jnzww/512x384.jpg', 'https://html5.gamemonetize.com/dulwxac65cc4s9ymgl9yujtaib0jnzww/', '0', 'Hypercasual', 0, 0, '', 'baby-happy-fishing-game'), (7230, 'The Barkers Dentist Game', 'Barkers go to treat their teeth to a new dentist in a children\'s hospital. Rosa really wanted to know how a dentist doctor works, how he treats teeth, removes caries and performs complex operations. To do this, she signed up for an internship at a dental clinic. Rosa gathered the whole family and told them this pleasant news. Someone took it joyfully, and someone with great fear for their teeth.', 'https://img.gamemonetize.com/wh16rph3nkbwd68l6kmpgpxl8fbrw0xc/512x384.jpg', 'https://html5.gamemonetize.com/wh16rph3nkbwd68l6kmpgpxl8fbrw0xc/', '0', 'Hypercasual', 0, 0, '', 'the-barkers-dentist-game'), (7231, 'iPark my car', 'Let\'s go shopping to the mall. But as usual, it\'s very crowdy, and there are very few place to park your car. Do not panic! There is still a place to park your car but you have to find it very quickly. You must avoid cars, baby carts, and pedestrians that do not always watch where they go. Please, you must avoid crushing people !!', 'https://img.gamemonetize.com/gtx9lmhx9wf363bb75u31z450q31vaqr/512x384.jpg', 'https://html5.gamemonetize.com/gtx9lmhx9wf363bb75u31z450q31vaqr/', '0', 'Boys', 0, 0, '', 'ipark-my-car'), (7232, 'Jigsaw Puzzle Horses Edition', 'A wide selection of high quality free jigsaw puzzles on horseback will bring hours of fun to the whole family while playing this game. Whether it\'s a towering stallion or a small pony, for kids and adults who love horse games, "Jigsaw Puzzle Horses Edition" is for everyone! With 49 different jigsaw puzzles featuring beautiful pictures of horses, you and your kids are sure to find something to enjoy. Enjoy 49 different puzzles: easy for kids, challenging for adults', 'https://img.gamemonetize.com/kvcj0y09sn18w19kayn0vpbpkhkot1a2/512x384.jpg', 'https://html5.gamemonetize.com/kvcj0y09sn18w19kayn0vpbpkhkot1a2/', '0', 'Puzzles', 0, 0, '', 'jigsaw-puzzle-horses-edition'), (7233, 'Crazy Pixel Apocalypse 3 Zombie 2022', 'You may use a range of weapons in both solo and multiplayer modes in the top undead escape games. You\'ve been fighting the Minecraft zombie Bots on several maps. In a zombie combat, other zombies must be overcome even if you are armed. I\'m not at all prepared for that. In order to play some first shooter games securely, you must conceal yourself behind various objects. Do you have a go-to person with whom you like playing free online action games? The narrator owns how many guns in total.', 'https://img.gamemonetize.com/ck2o63zjkq15xpu6pwvo7ng344ywvejw/512x384.jpg', 'https://html5.gamemonetize.com/ck2o63zjkq15xpu6pwvo7ng344ywvejw/', '0', 'Shooting', 0, 0, '', 'crazy-pixel-apocalypse--zombie-'), (7234, 'Blocky Combat Swat 3 2022', 'The most impactful video games give you access to a variety of tools. You and your legion of ghost bots have been engaged in combat throughout numerous Minecraft worlds for a long time. Since I am entirely aware of the talents of the living dead, I can promise that there will be many more significant difficulties in the future. I don\'t now have the extra money on hand to make the necessary investment. The use of cover during gunfights, like in every top-tier arcade shooter, substantially heightens the excitement. Vote right now for the best alias to use when playing mobile games. An exhaustive overview of all of our resources, along with a list of all of our weapons, is shown in the picture below.', 'https://img.gamemonetize.com/xu36cfmzalke78tjrse7p3f958h4tcil/512x384.jpg', 'https://html5.gamemonetize.com/xu36cfmzalke78tjrse7p3f958h4tcil/', '0', 'Shooting', 0, 0, '', 'blocky-combat-swat--'), (7235, 'Bus Driving 3D Simulation', 'Coach Bus Simulator is the first coach driving game that will teach you to drive a real coach across different scenarios! Take people from a city to another, show them amazing places and landscapes. Open world map, incredible vehicles, wonderful interiors will make you feel a realistic coach bus driving experience! It\'s time to get on board and drive through Europe! Enter the simulation world of bus driving! Get Coach Bus Simulator now!', 'https://img.gamemonetize.com/fdmnxn3fh7lapgg4dlwmr5ft8vsaktoj/512x384.jpg', 'https://html5.gamemonetize.com/fdmnxn3fh7lapgg4dlwmr5ft8vsaktoj/', '0', 'Racing', 0, 0, '', 'bus-driving-d--simulation'), (7236, 'Park Your Car 3d Simulation', 'BMW Car parking is back in the sequel to the biggest mobile parking simulation game of all time! Car parking starts a new era of parking simulation gameplay with super stunning graphics, challenging multi-stage levels and real-time online.', 'https://img.gamemonetize.com/2wu38ht8wrftcsao84njfjkogcdq6lu0/512x384.jpg', 'https://html5.gamemonetize.com/2wu38ht8wrftcsao84njfjkogcdq6lu0/', '0', 'Arcade', 0, 0, '', 'park-your-car-d--simulation'), (7237, 'Flappy Sonic', 'A bright, colorful and funny game will cheer you up and your friend, because you will get a chance to participate in flight competitions at the same time, and even try to beat the record! Try it, and you will surely enjoy controlling these animals, which are so clumsy and without you they will either fall or crash into the nearest pipe.', 'https://img.gamemonetize.com/zguprdm7ggw5n3zj1pdo3b7b6m3l1wk3/512x384.jpg', 'https://html5.gamemonetize.com/zguprdm7ggw5n3zj1pdo3b7b6m3l1wk3/', '0', 'Arcade', 0, 0, '', 'flappy-sonic'), (7238, 'Super Mario Jump and Run', 'Welcome to Super Mario Jump and Run Amazing Arcade adventure game. Run as fast as you can and don\'t let the black monster catches you. Don\'t fall from the edges and jump into mushrooms and turtles to destroy them. Try to unlock all levels if you can. Enjoy', 'https://img.gamemonetize.com/e6u2s3kk4aibgbuva3droqhdp6f3i9sr/512x384.jpg', 'https://html5.gamemonetize.com/e6u2s3kk4aibgbuva3droqhdp6f3i9sr/', '0', 'Arcade', 0, 0, '', 'super-mario-jump-and-run'), (7239, 'Teenage Mutant Ninja Turtles', 'There isn’t much time! Are you ready to fight evil and save the world in Teenage Mutant Ninja Turtles: Battle for New York? In this fast-paced action game, work together with Mikey, Donnie, Leonardo, and Raphael to save New York City from the Kraang! It’s a race against the clock as you complete various hectic minigames before the clock runs out. Work as a team, taking advantage of each turtles’ strengths and weaknesses to take down the Kraang before they turn NY—no, the whole WORLD into mutant Kraang hybrids! Are you ready to get your ninja on? Every time you completed the mini-game and go around again it gets harder and harder.', 'https://img.gamemonetize.com/fcxrwzx6hv0m58ficql6cg3sud9v0pct/512x384.jpg', 'https://html5.gamemonetize.com/fcxrwzx6hv0m58ficql6cg3sud9v0pct/', '0', 'Arcade', 0, 0, '', 'teenage-mutant-ninja-turtles'), (7240, 'Panda Pizza Parlor', 'You have been hired in this spectacular restaurant where the specialty is Pizza, with a lot of different ingredients. This cute panda is now ready to manage a pizza business and serve yummy pizza to his customers! Move like a busy bee and prepare pizza dough, sauce and cook it before serving it hot to your hungry customers! Help the panda serve as many customers as he can for the day. The pizza menu have new offers as the level progresses. Here is the online game Panda Pizza Parlor, you can play it for free right now. It has 17 player votes with an average rating of 4.00. The game\'s release date is July 2022. Playing Panda Pizza Parlor is very simple, the goal is to complete 35 missions making your customers happy by delivering each order. Get to work and cook as you know, mix ingredients, bake the pizzas and make your pizzeria the best known in the world. The game can be played on the following platforms: Web Browser (PC), Android / iOS (Mobile). Have fun playing this fun pizza management game here at Dop5.com!', 'https://img.gamemonetize.com/cn1yvwk8oaw5z2up48gy6jipz4a5m60q/512x384.jpg', 'https://html5.gamemonetize.com/cn1yvwk8oaw5z2up48gy6jipz4a5m60q/', '0', 'Cooking', 0, 0, '', 'panda-pizza-parlor'), (7241, 'RAMBO METAL SLUG ATTACK', 'Metal Slug, the finest of 2D Action-Shooting games in NEOGEO, is now available as a Tower-Defense game! Metal Slug Attack is a further evolution of Metal Slug Defense. Enjoy it to the fullest! In the game Special Rambo , you will play an elite warrior, to enter the enemy base to fight, kill the enemy. Each level is a intense, challenging and fascinating battle. You can not ignore this classic 4 buttons game. Special Rambo is based on classic games but with a completely new look. Features: - HD graphics - HD Quality Audio', 'https://img.gamemonetize.com/wbqpzcupl26x1oyynso6uy6vs29ol824/512x384.jpg', 'https://html5.gamemonetize.com/wbqpzcupl26x1oyynso6uy6vs29ol824/', '0', 'Adventure', 0, 0, '', 'rambo-metal-slug-attack'), (7242, 'Driver 2', 'Play online with real players from all over the world, win, and earn currency you can spend on new cars, upgrades, garages, and a house.', 'https://img.gamemonetize.com/p4fb7nwb5r9kjlllfspubppvmmxzeazk/512x384.jpg', 'https://html5.gamemonetize.com/p4fb7nwb5r9kjlllfspubppvmmxzeazk/', '0', 'Hypercasual', 0, 0, '', 'driver-'), (7243, 'GTA 2', 'This driving popular super car simulator 3D ensures realistic car damage and accurate driving physics. A free app lets you drive an sport vehicle and even drift.', 'https://img.gamemonetize.com/zz3h7x5q72h18lsnfj9gk3ozrqebj7dp/512x384.jpg', 'https://html5.gamemonetize.com/zz3h7x5q72h18lsnfj9gk3ozrqebj7dp/', '0', 'Hypercasual', 0, 0, '', 'gta-'), (7244, 'Car Advance Car Parking', 'Extreme Car Parking Game 3D: Car Racing Free Games drives you crazy. Broken Diamond is back in the sequel to the biggest mobile parking simulation game.', 'https://img.gamemonetize.com/h9khiihbddq2sax4j2bx64mj604ef90h/512x384.jpg', 'https://html5.gamemonetize.com/h9khiihbddq2sax4j2bx64mj604ef90h/', '0', 'Hypercasual', 0, 0, '', 'car-advance-car-parking'), (7245, 'Prado Parking games car Parking', 'Prado Parking Games provides you real dr parking and you will learn how to car park realistic games in Car Parking 3D Game. Classic car parking games will provide you to come, drive and park 3d environmental cars in modern car driving games: driving school 2020.', 'https://img.gamemonetize.com/5dsfrymktcb0pe66gwsvcn3r8sh16s4p/512x384.jpg', 'https://html5.gamemonetize.com/5dsfrymktcb0pe66gwsvcn3r8sh16s4p/', '0', 'Hypercasual', 0, 0, '', 'prado-parking-games-car-parking'), (7246, 'Dinosaur world Battle', 'This is a DINOSAUR theme of action shooting game, the player will control a powerful armed dinosaur and other similar battles, play exciting interesting, very suitable for passing the time, like this kind of game players to download to play it.', 'https://img.gamemonetize.com/zuha25pczm2pwsn1bjr8ty9juggix5v0/512x384.jpg', 'https://html5.gamemonetize.com/zuha25pczm2pwsn1bjr8ty9juggix5v0/', '0', 'Action', 0, 0, '', 'dinosaur-world-battle'), (7247, 'Battle Robots', 'This is a very interesting and fun battle game, in the game, players need to carry out military combat, skilled use of different skills, to defeat the wild monster, so as to win. Welcome players to download.', 'https://img.gamemonetize.com/6wh6vee5u4ecle4nz2e2gvi2qeqqwfgc/512x384.jpg', 'https://html5.gamemonetize.com/6wh6vee5u4ecle4nz2e2gvi2qeqqwfgc/', '0', 'Action', 0, 0, '', 'battle-robots'), (7248, 'Kingdom Tower', 'Our kingdom is getting attacked and you are the only person who can save it.', 'https://img.gamemonetize.com/q6vdunw2jywydrgnby5uz47h95abfjsl/512x384.jpg', 'https://html5.gamemonetize.com/q6vdunw2jywydrgnby5uz47h95abfjsl/', '0', 'Hypercasual', 0, 0, '', 'kingdom-tower'), (7249, 'Rope Connect Puzzle', 'Rope Connect Puzzle is a multi-level logic game in which you have to pull a rope to a matching colored hole. The main rule of the game: the ropes must not intersect. Use the pins on the playing field to twist the ropes and let them go around.', 'https://img.gamemonetize.com/feqva3edoi3xlzuw2uttozpcl8zzz33u/512x384.jpg', 'https://html5.gamemonetize.com/feqva3edoi3xlzuw2uttozpcl8zzz33u/', '0', 'Puzzles', 0, 0, '', 'rope-connect-puzzle'), (7250, 'kingdom Defensing', 'there horrible monsters attacking our kingdom and you are the only person who can save it.', 'https://img.gamemonetize.com/rardfn0dlyvb271bys0fqbd7ktgrh3xq/512x384.jpg', 'https://html5.gamemonetize.com/rardfn0dlyvb271bys0fqbd7ktgrh3xq/', '0', 'Adventure', 0, 0, '', 'kingdom-defensing'), (7251, 'Tower Defensing', 'there horrible monsters attacking our tower and you are the only person who can save it.', 'https://img.gamemonetize.com/l63m2wb2bfm7m99n14mjmlg69kgwyo47/512x384.jpg', 'https://html5.gamemonetize.com/l63m2wb2bfm7m99n14mjmlg69kgwyo47/', '0', 'Hypercasual', 0, 0, '', 'tower-defensing'), (7252, 'Steve and Alex House Escape', 'Steve and Alex, one of everyone\'s favorite characters, want to escape from home in this adventure. You have to help them escape from the house. remember steve can collect obsidian but alex can\'t. Help Alex and Steve escape from the house. Gather the pieces you need to make a fire!', 'https://img.gamemonetize.com/860x7r6htja33oxrrb8cxv2umx1545qh/512x384.jpg', 'https://html5.gamemonetize.com/860x7r6htja33oxrrb8cxv2umx1545qh/', '0', 'Arcade', 0, 0, '', 'steve-and-alex-house-escape'), (7253, 'Private Zombie Wave', 'Try to survive against zombies in five challenging levels', 'https://img.gamemonetize.com/9y12ddtqwh62vpkyxk2uw3nc9elo2e8l/512x384.jpg', 'https://html5.gamemonetize.com/9y12ddtqwh62vpkyxk2uw3nc9elo2e8l/', '0', 'Arcade', 0, 0, '', 'private-zombie-wave'), (7254, 'Fashion Arm Tattoo Design', 'Do you like tattoo art? Come and play the Fashion Arm Tattoo Design, you will become a formal tattoo artist! The color of tattoos should be creative. You should have a fashionable design, amazing colors, and unique requirements. You can also experience tattoo art design on your mobile phone without any pain, without any ink on your body! What are you waiting for? Just open the Fashion Arm Tattoo Design and enjoy your time!', 'https://img.gamemonetize.com/sij3zblp3ebqpopg64kzuoprb8or2e3a/512x384.jpg', 'https://html5.gamemonetize.com/sij3zblp3ebqpopg64kzuoprb8or2e3a/', '0', 'Girls', 0, 0, '', 'fashion-arm-tattoo-design'), (7255, 'Slime Survivors', 'Slime Survivors is a simplified roguelite. Survive against endless waves of opponents. Defeat them and increase the level and your characteristics. Complete achievements and unlock artifacts to become even stronger! The game has bosses for defeating which you will receive powerful artifacts! The enemies are: slugs, skeletons, goblins, golems, and so on.', 'https://img.gamemonetize.com/zmismoe87glm8627yxicfh4v6kuxf0bs/512x384.jpg', 'https://html5.gamemonetize.com/zmismoe87glm8627yxicfh4v6kuxf0bs/', '0', 'Shooting', 0, 0, '', 'slime-survivors'), (7256, 'Odd Elimination', 'It is a very interesting Photo Puzzle game, in which you need to find odd pic from a group of 5 pics. If you catch the wrong pic your score will be deducted. If you are stuck with puzzle you can also reveal right pic by watching Reward AD. Complete all 60 challenging levels to win this game.', 'https://img.gamemonetize.com/j8bslpd4nx1ydvjhay6snb9k0zchtsay/512x384.jpg', 'https://html5.gamemonetize.com/j8bslpd4nx1ydvjhay6snb9k0zchtsay/', '0', 'Puzzles', 0, 0, '', 'odd-elimination'), (7257, 'Birds Link', 'Slide the blocks towards another identical block to eliminate both. Use as least moves as possible to do this. Elimination of a block gives you 100 points, but if you slide the block more than one time, 10 points are reduced for each move. Eliminate all the blocks to complete a level. There are 36 challenging levels in this game.', 'https://img.gamemonetize.com/b6lywg5wg37eznr98mhzaspj8xwqztpv/512x384.jpg', 'https://html5.gamemonetize.com/b6lywg5wg37eznr98mhzaspj8xwqztpv/', '0', 'Puzzles', 0, 0, '', 'birds-link'), (7258, 'Cake Maker Cooking Games', 'Learn to be the best pastry chef in the world in this captivating kitchen game! As a top chef, use your skills to make wedding cakes, birthday cakes or party cakes. Cake Chef - Pastry Chef Princess Cake Games is the best kitchen games and cooking games for girls! Pastry Chef Princess Cake Game is a fun, addictive and educational cooking game for girls. Download now for free!', 'https://img.gamemonetize.com/m17e23sh7dablgl9gkro6i6fuj5jn56j/512x384.jpg', 'https://html5.gamemonetize.com/m17e23sh7dablgl9gkro6i6fuj5jn56j/', '0', 'Girls', 0, 0, '', 'cake-maker-cooking-games'), (7259, 'Mountain Truck Simulator', 'Here is a mountain truck driving simulation game that is made from 3D art animations. Following the training levels, you will learn how to drive this truck stably and how to complete the level. Forget about the time limitation, as long as you are able to keep driving your truck on the platform truck, you will not lose the game because of the time!', 'https://img.gamemonetize.com/dbzka2v19t7vfw9ilcik5g00etmsfawn/512x384.jpg', 'https://html5.gamemonetize.com/dbzka2v19t7vfw9ilcik5g00etmsfawn/', '0', 'Action', 0, 0, '', 'mountain-truck-simulator'), (7260, 'Monster Squad Rush', 'Monster Squad Rush is a popular running game that has simple game play. Just slide to control the character to go ahead. Collect the diamonds to unlock the treasure chest on the road and new monsters. Isn\'t interesting? Come and play it now!', 'https://img.gamemonetize.com/q83yuopnslnu9q4331chevaww9r9tct1/512x384.jpg', 'https://html5.gamemonetize.com/q83yuopnslnu9q4331chevaww9r9tct1/', '0', 'Puzzles', 0, 0, '', 'monster-squad-rush'), (7261, 'Save The Prince', 'Save The Prince is a free puzzle online game for boys. The prince is trapped in the room. In the game, you need to constantly move different rooms to help the princess reach the prince.As long as you can discover the cleverness of the organs, it may take only one step to save the trapped prince. The levels have different scenes, and there are lots of skins waiting for you to explore. Have fun!', 'https://img.gamemonetize.com/fx3b6wg48gj24zjyay0dia8cwaw53qy3/512x384.jpg', 'https://html5.gamemonetize.com/fx3b6wg48gj24zjyay0dia8cwaw53qy3/', '0', 'Boys', 0, 0, '', 'save-the-prince'), (7262, 'Drive Mafia Car 3D Simulator', 'Car Driving Simulator is the best car simulator of 2022, thanks to its advanced real physics engine Ever wanted to try a sports car simulator? Now you can drive, drift and feel a racing sports car for free! Be a furious racer on a whole city for you. No need to brake because of traffic or racing other rival vehicles, so you can perform illegal stunt actions and run full speed without the police chasing you! Drifting fast and doing burnout had never been so fun! Burn the asphalt of this open world city!', 'https://img.gamemonetize.com/68irtfvy58fdbv06h6rtcl6rvfqrv0ij/512x384.jpg', 'https://html5.gamemonetize.com/68irtfvy58fdbv06h6rtcl6rvfqrv0ij/', '0', 'Racing', 0, 0, '', 'drive-mafia-car-d-simulator'), (7263, 'Poppy Huggie Escape', 'Poppy Huggie Escape is an exciting escape adventure game. The abominable blue monster Huggy is chasing you and you need to escape the monster by being nimble, avoiding obstacles that block your way, running, jumping, and sliding to escape the house. You need to collect all the keys to open the door, otherwise, you will be caught by the monster. Take the challenge when you are ready! Good luck!', 'https://img.gamemonetize.com/p0id50v38st61fiw9mp9ocpv7tx4og2p/512x384.jpg', 'https://html5.gamemonetize.com/p0id50v38st61fiw9mp9ocpv7tx4og2p/', '0', 'Boys', 0, 0, '', 'poppy-huggie-escape'), (7264, 'Path Control Game', 'Path Control is a popular and free online game for boys, in which you need to rotate the platforms to help the circle get to the basket. Meanwhile, you also need to watch the thorns at any time, they can be controlled. If you act wisely, you can quickly move to the next level and improve your reflexes! I guess it\'s easy for you. Are you ready to try it now?', 'https://img.gamemonetize.com/ukfrwdlrsn3e7tv06b4m2n42bz2ewsyn/512x384.jpg', 'https://html5.gamemonetize.com/ukfrwdlrsn3e7tv06b4m2n42bz2ewsyn/', '0', 'Boys', 0, 0, '', 'path-control-game'), (7265, 'Crazy Office Slap Smash', 'Crazy Office Slap Smash is a fun game of slap in the office. Slide to move to slap all the characters. Finally, tap to defeat the boss to get the success! Some characters will throw the ball to attack you, so you have to be careful and hit the ball back. Have a try!', 'https://img.gamemonetize.com/x32l125lbbngszjgkqum0k3v9ps22a8l/512x384.jpg', 'https://html5.gamemonetize.com/x32l125lbbngszjgkqum0k3v9ps22a8l/', '0', 'Puzzles', 0, 0, '', 'crazy-office-slap-smash'), (7266, 'Online Than Pone Tee', 'It simulates cultural event of some countries in Asia in which people bang pot with a belief of getting out bad things and bad luck in life. Anyone who have interest in this culture could join and play this game. I will update amazing graphics and other features in future.', 'https://img.gamemonetize.com/mjwld5jiu12ch5usmff4y9ogp6m4y9kv/512x384.jpg', 'https://html5.gamemonetize.com/mjwld5jiu12ch5usmff4y9ogp6m4y9kv/', '0', 'Adventure', 0, 0, '', 'online-than-pone-tee'), (7267, 'Jigsaw Puzzle Cats & Kitten', '"Jigsaw Puzzle Cats & Kitten " is a classic jigsaw puzzle game but specifically designed for digital screens. You can drag and drop pieces like in a real jigsaw puzzle board game. This jigsaw puzzle game is dedicated to cats and kitten. You have the choise to play from easy puzzles from a couple of piece to very hard puzzles with hundred of pieces.You can also play with the daily challenge to unlock special items.', 'https://img.gamemonetize.com/6igta01s1s6nazx72djcsn2agq6ubmb7/512x384.jpg', 'https://html5.gamemonetize.com/6igta01s1s6nazx72djcsn2agq6ubmb7/', '0', 'Puzzles', 0, 0, '', 'jigsaw-puzzle-cats-amp-kitten'), (7268, 'Jump or Block Colors Game', 'Up to 4 players game. You must jump over the red needle with pikes or block it. if you miss... you loose ! This game is super fun, challenging, and completely addictive ! It\'s time to play !', 'https://img.gamemonetize.com/mvh998b9jey81rjb3o4s03ndv24jz6p3/512x384.jpg', 'https://html5.gamemonetize.com/mvh998b9jey81rjb3o4s03ndv24jz6p3/', '0', 'Arcade', 0, 0, '', 'jump-or-block--colors-game'), (7269, 'Jigsaw Puzzles Classic', '"Jigsaw Puzzle Cats & Kitten " is a classic jigsaw puzzle game but specifically designed for digital screens. You can drag and drop pieces like in a real jigsaw puzzle board game. This jigsaw puzzle game is dedicated to cats and kitten. You have the choise to play from easy puzzles from a couple of piece to very hard puzzles with hundred of pieces.You can also play with the daily challenge to unlock special items.', 'https://img.gamemonetize.com/29ctkkh3hqmm33wkr8dzchxxnsb19jxa/512x384.jpg', 'https://html5.gamemonetize.com/29ctkkh3hqmm33wkr8dzchxxnsb19jxa/', '0', 'Puzzles', 0, 0, '', 'jigsaw-puzzles-classic'), (7270, 'Real Monster Truck ', 'Do you really like monster truck games and want to be ultimate legend of offroad racing simulator 2020! Then join this fun and really challenging crazy xtreme monster truck crash derby simulator! Where you can choose powerful crazy monster truck and hit the track by generating turbo boosts and perform some insane stunts to increase your turbo amoun', 'https://img.gamemonetize.com/m4xwotdtrafae4x21uwnnrqj7e22omup/512x384.jpg', 'https://html5.gamemonetize.com/m4xwotdtrafae4x21uwnnrqj7e22omup/', '0', 'Arcade', 0, 0, '', 'real-monster-truck-'), (7271, 'Parking Master City Driver', 'The Top Hit Parking Game Series returns – featuring an all-new location at the City Center Super Store! Drift and Park in Amazing Cars', 'https://img.gamemonetize.com/2yj12fztjq2h4g4fwsjvfyi5gmoyvwub/512x384.jpg', 'https://html5.gamemonetize.com/2yj12fztjq2h4g4fwsjvfyi5gmoyvwub/', '0', 'Hypercasual', 0, 0, '', 'parking-master-city-driver'), (7272, 'Anime Dress Up Games For Couples', 'Choose one of the 4 cute couples with different skin color and dress them up! You can dress up both the girl and the guy on the same screen. There are over 250 items in the game (all free!), of which 150 are for the girl and 100 for the boy to wear. Design the best outfit for each couple, make a screenshot and share it with your friends!', 'https://img.gamemonetize.com/284h1ol3wmnoxz7tmbekmpaxlje6ayi5/512x384.jpg', 'https://html5.gamemonetize.com/284h1ol3wmnoxz7tmbekmpaxlje6ayi5/', '0', 'Girls', 0, 0, '', 'anime-dress-up-games-for-couples'), (7273, 'Alexis Bledel Dress up', 'Alexis is a very famous American movie star. She loves listening to music and watching movies. She likes to go on travel with her friends and go shopping. She buys expensive clothes and jewelry. Let\'s dress her in very elegant dresses', 'https://img.gamemonetize.com/xavoei80itsy30e5udklsiq12fa6nson/512x384.jpg', 'https://html5.gamemonetize.com/xavoei80itsy30e5udklsiq12fa6nson/', '0', 'Girls', 0, 0, '', 'alexis-bledel-dress-up'), (7274, 'Air Hostess Dress up', 'Air hostess Sophia is flying from London to Paris. She has completed all her preparations. Can you help her choose clothes? Let\'s choose the most beautiful outfit and dress her very stylishly.', 'https://img.gamemonetize.com/vj3kj2ineg1mcbh2iy33i2i76jfpxo0o/512x384.jpg', 'https://html5.gamemonetize.com/vj3kj2ineg1mcbh2iy33i2i76jfpxo0o/', '0', 'Girls', 0, 0, '', 'air-hostess-dress-up'), (7275, 'Teen Model Emma', 'After graduating from fashion school, Emma goes to her first fashion show. Emma loves bright and elegant dresses. Let\'s dress her up very stylishly with her jewelry', 'https://img.gamemonetize.com/qd88foxcakxc8ghnh8lpmbz93pk656xr/512x384.jpg', 'https://html5.gamemonetize.com/qd88foxcakxc8ghnh8lpmbz93pk656xr/', '0', 'Girls', 0, 0, '', 'teen-model-emma'), (7276, 'Flappy Bird Runner', 'Flappy Bird Runner is a fun and exciting arcade game. Play this cute and addictive game today. Flappy Bird Runner is a fun and exciting arcade game that\'s perfect for anyone who loves to play games.', 'https://img.gamemonetize.com/f4n8j686io6ebsgzk8p63n9h2dy4tihy/512x384.jpg', 'https://html5.gamemonetize.com/f4n8j686io6ebsgzk8p63n9h2dy4tihy/', '0', 'Arcade', 0, 0, '', 'flappy-bird-runner'), (7277, 'IDLE CLICK GAME DDT', 'A CLICK GAME', 'https://img.gamemonetize.com/gfi5ti6ykxkvj0d2vaq2ystu4l2wuna5/512x384.jpg', 'https://html5.gamemonetize.com/gfi5ti6ykxkvj0d2vaq2ystu4l2wuna5/', '0', 'Clicker', 0, 0, '', 'idle-click-game-ddt'), (7278, 'Karate king', 'Karate King Online is a free online game where you can fight your way through the jungle and defeat the evil Karate King. It\'s easy to play and fun to master! Karate King Online is a free online game with a real time strategy twist. It\'s a great game for those who love to build and battle your way through the world.', 'https://img.gamemonetize.com/cmmuf8d2j7h6s1gek2dlutts8hw2vtn6/512x384.jpg', 'https://html5.gamemonetize.com/cmmuf8d2j7h6s1gek2dlutts8hw2vtn6/', '0', 'Arcade', 0, 0, '', 'karate-king'), (7279, 'Run Fish Run', 'Run Fish Run Endless runner online games is a fun and addictive game. Play for free and see how far you can go. Run Endless Runner Online Games Do you like running endless runner online games? If so, play the best endless runner games on the web.', 'https://img.gamemonetize.com/c9f84gokkceoff2aosozmoeeauj7by7t/512x384.jpg', 'https://html5.gamemonetize.com/c9f84gokkceoff2aosozmoeeauj7by7t/', '0', 'Arcade', 0, 0, '', 'run-fish-run'), (7280, 'Speed Boat Jigsaw', 'Speed Boat Jigsaw is a free online puzzle game. Drag the pieces into right position using mouse. Solving puzzles is relaxing, rewarding, and keeps your brain sharp. You need to spend $1000 to be able to purchase one of the following pictures. You have three modes for each picture from which the hardest mode brings more money. You have a total of 10 pictures.', 'https://img.gamemonetize.com/ygila5hnsdgbnhatpzm3pgt1q5gw2dd9/512x384.jpg', 'https://html5.gamemonetize.com/ygila5hnsdgbnhatpzm3pgt1q5gw2dd9/', '0', 'Puzzles', 0, 0, '', 'speed-boat-jigsaw'), (7281, 'Zombie Shoot Online Game', 'Shoot Zombie? is an astounding action adventure game that is slightly challenging but entirely exciting! Zombies have taken over your small American town, and you must gun them down before they get too close to taking over your own life. Bullets are scarce so make sure you don\'t spend them on anything less than a zombie\'s head. If a zombie does get close enough to touch you, it may turn you into one of their kind. Don\'t let these undead creatures take over your world!', 'https://img.gamemonetize.com/tzuos2uo5mc7feoh0h8yuzdr6jwtvmcn/512x384.jpg', 'https://html5.gamemonetize.com/tzuos2uo5mc7feoh0h8yuzdr6jwtvmcn/', '0', 'Shooting', 0, 0, '', 'zombie-shoot-online-game'), (7282, 'Bumper Cars Attack', 'Bumper Cars Attack is a car shooting game for kids. Control the bumper car and shoot at enemies that stay on the wire up to you and shoot on you. Kill more of them as you can and play longer if possible. Tap on the screen on the left or the right side, to move there and avoid bullets, that can hurt you. Go close to the soldiers, avoid bullets, and try to do the best score in each gameplay.', 'https://img.gamemonetize.com/yon51o8avh8p8nsykv8x3s46ovxsnwhj/512x384.jpg', 'https://html5.gamemonetize.com/yon51o8avh8p8nsykv8x3s46ovxsnwhj/', '0', 'Puzzles', 0, 0, '', 'bumper-cars-attack'), (7283, 'Chinchilla Dress up', 'This cute animal named Chinchilla looks like a mix of rabbit and squirrel. Do you want to dress up this cute animal like a hero? let\'s dress up', 'https://img.gamemonetize.com/lxuf8r5vkdu695onqxu7yovibhlsjruo/512x384.jpg', 'https://html5.gamemonetize.com/lxuf8r5vkdu695onqxu7yovibhlsjruo/', '0', 'Girls', 0, 0, '', 'chinchilla-dress-up'), (7284, 'Monster High Couple Dressup', 'Monster High cartoon characters Draculaura and Clawd wolf are a very sweet couple. They love to talk about mystical subjects. Let\'s dress our lovely couple for their first date', 'https://img.gamemonetize.com/b2a4rwmfoqn7vwpga2l8p3c177iiqzf3/512x384.jpg', 'https://html5.gamemonetize.com/b2a4rwmfoqn7vwpga2l8p3c177iiqzf3/', '0', 'Girls', 0, 0, '', 'monster-high-couple-dressup'), (7285, 'Real Car Race 3D Games Offline', 'Ultimate car racing games speed fun is now in everyone’s hand with car games unlimited racing thrill. Car race game is a racing thriller of new car games 2020 among top-rated games. Enjoy car racing fun where you can drive & drift to feel the racing car speed & the real car racing games experience. If you have a thrill of new offline car racing games 2020 & still handy at car driving games, try this racing car game and dive into the fun of new car games challenges among premium games. In the world full of free games 2020, the car games thriller, recommended for you to play in 2021 car games. These free offline car games 3d are your dream car racing offline games. Car racing games has realistic games environments with multiplayer racing games cars fun & car racing game graphics, enough to fulfil car racer zeal for 3d car racing in offline car game. Join the car racing games club & beat the street car racers racing cars. Speed up in racing car games 2021 with no wifi needed as offline games. We’ve converted the car racing offline games 2020 fun into real car driving games 2021 with speed racing car games thrill. No worries free car games 3d let you play this offline racing game without internet and compete with pro players of car games in one of the best car games. The offline car racing games 2020 has offline car racing mode that can be played offline and free in racing car games 2021. Racing games players can unlock the car racing missions in free car racing games 3d 2020. Car racing take your car games driving passion to a different level with this car race game fun. Game Modes of Real Car offline Racing Game 2021 - Race Drive in speed car driving simulator - Traffic Endless Desert and forest environment - Car Racing fun Mode - Police Chase Mode extreme racing fun - Compete in 3d car game Challenge Mode - Time Trial Mode to polish your skills in racing games that don\'t need wifi or internet. Best Car Games 2021 Features - Sharp and stunning 3D games graphics - High performance racing cars of multiplayer racing games - Play without internet, offline games 2021 - Drive racing cars with easy car driving games controls - Beautiful 3d racing games environments - Free to play game, download now - Play anywhere car racing adventure free 2020. Traffic Endless Rush – recommended games This fantastic car racing game offers desert highways where you can earn coins in this 3d car game 2021. These car games 2020 are great fun for your leisure time, let unlock more prestigious environments and super 3d racing cars in this car driving game for free. Let have fun of driving games 2021 in snow and jungle environments. This car game 2020 offers you a car race on new highway roads of racing game and get a chance to pick rewards like other free games 2020. If you often search about new 3d car games 2021, then real car race might be the game for you. Police Chase Mode for Car Games – multiplayer games Action car racing games have their own level of car racing fun, join the police chase mode for thrilling action packed and have the fun of police car chase games. If you love to play new games 2020 then this new game is an addition to the collection of our most popular games 2021. Ultimate car racing game to learn racing games techniques and great chance to show your car driving skills of 3d race games. Free Challenge Game Mode of Car Racing Games – casual games Real extreme car racing has started now, select your new 3d racing car in new car games. This challenging car game mode will offer you to choose your best racing car and get ready for the race in car racing games 3d. Never lose the races in car games 2020. Start car race games on your lovely racing car. A car racer game make you top driver in racing games 2020 free 3d. Time Trial Mode of Best Car Game 2021 – cartoony games This car racing free game 2021 is one of the best car games. Car driving time trail mode of the speed car game, download now and enjoy the fun.', 'https://img.gamemonetize.com/96izhb7xi4h5woz3bmb67vpliole0hzg/512x384.jpg', 'https://html5.gamemonetize.com/96izhb7xi4h5woz3bmb67vpliole0hzg/', '0', 'Racing', 0, 0, '', 'real-car-race-d-games-offline'), (7286, 'Bulldozer bump bump bump', 'Rampage, surprise on the track. If the driver in front is too bad and malicious blocking, it is better to push it out. The mystery foreman built the bulldozer with this idea in mind, as a scavenger who could clear everything.', 'https://img.gamemonetize.com/okorovhueitf5fmnax9so567wfegksrt/512x384.jpg', 'https://html5.gamemonetize.com/okorovhueitf5fmnax9so567wfegksrt/', '0', 'Racing', 0, 0, '', 'bulldozer-bump-bump-bump'), (7287, 'Fidget Spinner High Score', 'There are two areas you can upgrade. The first will increase the spinning speed of your hand spinner, which means it can spin faster in the same amount of time. The second area affects the duration of a spin. You basically grease the spinners ball-bearing so that it will spin more freely and for a longer period of tim', 'https://img.gamemonetize.com/4gu6r0v9r6c6jssb2n5rdg7r7mh0piu2/512x384.jpg', 'https://html5.gamemonetize.com/4gu6r0v9r6c6jssb2n5rdg7r7mh0piu2/', '0', 'Arcade', 0, 0, '', 'fidget-spinner--high-score'), (7288, 'Fishing Deep Sea Simulator 3D', 'Grab your rod and weigh anchor, we’re setting sail for an island tour of the best fishing waters in the world. Are you ready for the rigors of deep-sea fishing? Can you handle the challenge of Fishing Deep Sea.', 'https://img.gamemonetize.com/uq5ncu8fr4qcyg57how6c9wuje7d5lhj/512x384.jpg', 'https://html5.gamemonetize.com/uq5ncu8fr4qcyg57how6c9wuje7d5lhj/', '0', 'Arcade', 0, 0, '', 'fishing-deep-sea-simulator-d'), (7289, 'Dentist Inc Teeth Doctor Game', 'Welcome to New Dentist Game : Dental Care Free Doctor Games : Going to the crazy dentist doctor is something that many crazy patients don’t like to do, but to have a nice clean smile visiting dentist doctor office is a must in dentist games', 'https://img.gamemonetize.com/uz4l6m44yge95vhfrs2o04sf8ud5deke/512x384.jpg', 'https://html5.gamemonetize.com/uz4l6m44yge95vhfrs2o04sf8ud5deke/', '0', 'Hypercasual', 0, 0, '', 'dentist-inc-teeth-doctor-game'), (7290, 'Lily’s Garden Design & Relax', 'Get ready to redesign, rebuild and customize things the way you want. In Lily’s Garden, you will manage the renovation of several parts of your estate: the facade of your home, the fountains, the old lake, beehives and dog houses and much more! Complete the makeover of the whole garden and receive tons of awards!', 'https://img.gamemonetize.com/e3777ucsq9ql1cw3qfxyezwv0e8ex1aa/512x384.jpg', 'https://html5.gamemonetize.com/e3777ucsq9ql1cw3qfxyezwv0e8ex1aa/', '0', 'Adventure', 0, 0, '', 'lilys-garden--design-amp-relax'), (7291, 'Taxi simulation training', 'This simulated taxi game provides players with a realistic driver experience. The player assumes the role of a driver, taking control of the vehicle to get the customer to a specific location for a limited time, and adding elements such as roadblocks to increase the difficulty.', 'https://img.gamemonetize.com/7po1g5o4c3lbno91zxkipt8vbg74wfs4/512x384.jpg', 'https://html5.gamemonetize.com/7po1g5o4c3lbno91zxkipt8vbg74wfs4/', '0', 'Action', 0, 0, '', 'taxi-simulation-training'), (7292, 'Stay away from Machine', 'Here is a relaxation vehicle survival game with 3D stickman models and vehicles. You are able to use your weapon ahead to attack other players on the platform. Don\'t leave too far even if you are avoiding damage. A great action game is waiting for you.', 'https://img.gamemonetize.com/sitlt687a9627fui9uz4krnn80astadg/512x384.jpg', 'https://html5.gamemonetize.com/sitlt687a9627fui9uz4krnn80astadg/', '0', 'Action', 0, 0, '', 'stay-away-from-machine'), (7293, 'Escape The Scammer', 'escape the scammer is a infinty runner EtHero game.', 'https://img.gamemonetize.com/3m4jovt2wa9wsdaxevpqwye25b7xkd2g/512x384.jpg', 'https://html5.gamemonetize.com/3m4jovt2wa9wsdaxevpqwye25b7xkd2g/', '0', 'Clicker', 0, 0, '', 'escape-the-scammer'), (7294, 'Morris', 'This is a very puzzle game,players should have enough patience,with their intelligence will be their pieces into three,quickly to should own intelligence!', 'https://img.gamemonetize.com/iokgdkkyvqqnl8xlciolige5ufhpdena/512x384.jpg', 'https://html5.gamemonetize.com/iokgdkkyvqqnl8xlciolige5ufhpdena/', '0', 'Girls', 0, 0, '', 'morris'), (7295, 'Color overlay', 'A casual level-breaking game, the game style vertical cartoon, in the color overlay game players need to control the villain, began to break through the eyes of a complex obstacles, one after another, it\'s time to show off your skills and operations here', 'https://img.gamemonetize.com/5zxckgtz17alyk9qa8a74ggdt2sb68qd/512x384.jpg', 'https://html5.gamemonetize.com/5zxckgtz17alyk9qa8a74ggdt2sb68qd/', '0', 'Action', 0, 0, '', 'color-overlay'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (7296, 'Shoot Z', 'If you want to hone your accuracy and shooting skills, or just like to spend time playing exciting games, fiercely engage in virtual shooting at various targets. This is a great way to spend your free time having fun and at the same time benefit from pumping your accuracy.', 'https://img.gamemonetize.com/tjxmsgjnys0ydxs9100dpqy9pt672aeo/512x384.jpg', 'https://html5.gamemonetize.com/tjxmsgjnys0ydxs9100dpqy9pt672aeo/', '0', 'Fighting', 0, 0, '', 'shoot-z'), (7297, 'Football Qatar 2022', 'Play these stunning cards in real-life games against your friends, or use them for our ever-growing online game. And watch out for the strongest cards of all: the TOP MASTERS, a must-have for any Adrenalyn XLâ„¢ fan, and the super-rare INVINCIBLE, the collection’s most-wanted card. And as ever, where there’s football, there’s also Panini, and we’re ready to kick off with FIFA World Cup Qatar 2022â„¢ Adrenalyn XLâ„¢, the official card collection that gets bigger and better with every edition!', 'https://img.gamemonetize.com/yvbuoggiurd8qdgr8gvymg0dq0o860xs/512x384.jpg', 'https://html5.gamemonetize.com/yvbuoggiurd8qdgr8gvymg0dq0o860xs/', '0', 'Soccer', 0, 0, '', 'football-qatar-'), (7298, '4GameGround Little Mermaid Coloring', 'Coloring book "Little Mermaid" is a cool coloring game for children and adults. Play the Little Mermaid Coloring Book online for free. This game can be played on all devices. First you choose which of the eight pages you want to color. At the bottom of the game screen you can find the colors that were available to you, and you just click on the desired color, and to color it, click and hold them, moving the mouse the way you want. From under the page, you can also choose an eraser if you need one, and also choose how big the point from which you will color will be. Now that you know all this, start the game immediately and don\'t look back for a second!', 'https://img.gamemonetize.com/hua7cbbdzwgy1ehby7ddv65838ufgide/512x384.jpg', 'https://html5.gamemonetize.com/hua7cbbdzwgy1ehby7ddv65838ufgide/', '0', 'Arcade', 0, 0, '', 'gameground--little-mermaid-coloring'), (7299, 'Car Parking Game Driving Skill', 'Car Parking Game Driving Skill is a perfect parking simulator for driving masters where you will learn about all parking tricks. Unlike other auto car games, this car parking simulator 3d has tons of real parking missions.', 'https://img.gamemonetize.com/ggfxcu35zvw5vg79z4jcvhntl45rjdn3/512x384.jpg', 'https://html5.gamemonetize.com/ggfxcu35zvw5vg79z4jcvhntl45rjdn3/', '0', 'Arcade', 0, 0, '', 'car-parking-game-driving-skill'), (7300, 'Parkour Aircrufe', 'Unlock flight for better crossing, flight experience for the simulation operation. Have a good sense of direction, in the pixel plane experience play extraordinary.', 'https://img.gamemonetize.com/jjl0qtp1ipeo04vwmlja9eaappoon1eg/512x384.jpg', 'https://html5.gamemonetize.com/jjl0qtp1ipeo04vwmlja9eaappoon1eg/', '0', 'Action', 0, 0, '', 'parkour-aircrufe'), (7301, 'Knives Strikes', 'Throw the knives and hit the targets and get all the tomatoes. Unlock all knives!', 'https://img.gamemonetize.com/fczte5630i0p1fp7v58oc8w6eo3zc54c/512x384.jpg', 'https://html5.gamemonetize.com/fczte5630i0p1fp7v58oc8w6eo3zc54c/', '0', 'Arcade', 0, 0, '', 'knives-strikes'), (7302, 'Tweety Bird', 'Join Bugs Bunny, Daffy Duck, Marvin the Martian and all the classic toons to build the greatest “Toon Team†in Looney Tunesâ„¢ World of Mayhem! Collect cartoon characters like Tweety Bird, Taz, Road Runner and more to wage wacky battles in a vibrant Looney Tunesâ„¢ World. Collect your favorite characters and discover their unique and hilarious fighting abilities. Characters from Road Runner and Wile E. Coyote to Sylvester and Tweety to Porky Pig each have unique abilities and hilarious attacks. Collect all the classic Looney Tunesâ„¢ cartoon characters in this epic action RPG. Build teams with your favorites toons and take down your enemies with iconic pranks and gags! Use classic cartoon rivalries and get bonuses when you defeat an iconic foe, like Sylvester vs. Tweety or Road Runner vs. Wile E Coyote. Battle with turn based strategy and cartoon combat! Characters unleash slapstick attacks on their enemies, so you can drop an ACME safe on Daffy’s head or defeat Elmer Fudd with a giant Anvil! PvP matches let you steal crates to get rewards and power-ups! Collect and battle cartoon characters to become the maestro of mayhem! Download Looney Tunesâ„¢ World of Mayhem today! WORLD OF MAYHEM FEATURES Looney Tunesâ„¢ ARPG - Collect Looney Tunesâ„¢ characters like: - Bugs Bunny, Elmer Fudd, Daffy Duck, Porky Pig, Yosemite Sam, Marvin the Martian, And more! - Recreate famous feuds like Wile E Coyote vs Roadrunner and Sylvester vs Tweety! Action RPG - Collect and level up your favorite cartoon characters - Use cartoon gags as special attacks - Fight in turn based strategy combat - Send your cartoon companions on missions to gather resources', 'https://img.gamemonetize.com/uf4u66bx2hlpy7xkcpx250pr8k3em5rp/512x384.jpg', 'https://html5.gamemonetize.com/uf4u66bx2hlpy7xkcpx250pr8k3em5rp/', '0', 'Hypercasual', 0, 0, '', 'tweety-bird'), (7303, 'Squid Match Game 3D', 'Do You Like Squid Game? Looking for a fun matching puzzle game with a squid game symbol? It\'s Oke, Congrutalation if you find this Squid Game Game, We are sifadev92 created this Game for you! It\'s free without Purchase. Squid Game Match & Merge Game is an addictive relaxing Squid Game match 3 puzzle game. Come to play with fun! - Squid Game Match & Merge Game Daily and give your brain a rest! this game is designed for all fans Squid Game!, is a nice choice for adults. Who doesn’t love a good game of Squid Game? Unlock and collect a wide range of colorful Squid games. Upgrade them to give your equipment extra powers. Play on unique boards and show off your skills in the different game modes. Pot all your Squid Game before your opponent in Classic mode or race to score the target points in Points mode. What are you waiting for? Play now and relive your childhood memories! Squid Game Match & Merge Game is a very useful to match the same picture of Squid Game Symbol to increase the level of concentration! Enjoy and Relax with Squid Game Match & Merge Game absolutely free!', 'https://img.gamemonetize.com/0c2pxykkh32yawgbv1pjqxobbhdvaava/512x384.jpg', 'https://html5.gamemonetize.com/0c2pxykkh32yawgbv1pjqxobbhdvaava/', '0', 'Puzzles', 0, 0, '', 'squid-match-game-d'), (7304, 'Fatty Ken', 'Fatty Ken is a 2D platformer where you have to collect the dumbbells while avoiding the enemies, ground saws, spikes and reach the finish flag in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/ur6ffmfgjk4uexkufawg4jmxiuqs6khc/512x384.jpg', 'https://html5.gamemonetize.com/ur6ffmfgjk4uexkufawg4jmxiuqs6khc/', '0', 'Arcade', 0, 0, '', 'fatty-ken'), (7305, 'Coppp', 'Fever up your madness of chef cooking in free kitchen games to please your hungry diner & start writing free restaurant games story.', 'https://img.gamemonetize.com/jcfys544kfrj890ap21o533ckwgdg227/512x384.jpg', 'https://html5.gamemonetize.com/jcfys544kfrj890ap21o533ckwgdg227/', '0', 'Cooking', 0, 0, '', 'coppp'), (7306, 'Big War Hidden Stars', 'Big War Hidden Stars is a free online skill and hidden object game. Find out the hidden stars in the specified images. Each level has 10 hidden stars. There are 6 levels in total. The time is limited so be fast and find all hidden objects before time runs out. Clicking in the wrong place several times reduces the time by an additional 5 seconds. So, if you are ready start the game and have fun!', 'https://img.gamemonetize.com/8lyqzal1jd5gw5blqta8kyhd386r61r8/512x384.jpg', 'https://html5.gamemonetize.com/8lyqzal1jd5gw5blqta8kyhd386r61r8/', '0', 'Puzzles', 0, 0, '', 'big-war-hidden-stars'), (7307, 'Chained Cars against Ramp hulk game', 'Get into the driving seat there is challenge for you. Chains have been attached to your and your rivals car. Drive your car as fast as you can into the oncoming road block so that the rivals car is totaled. This driving game tests your ability to drive a super sports car as fast as possible at the highest possible speeds to beat and destroy your enemy player. Please feel free to suggest us any improvements that could help us make the game better. Thank You!', 'https://img.gamemonetize.com/km3vjkv5eamnceoaxnys20mjjsybcqzw/512x384.jpg', 'https://html5.gamemonetize.com/km3vjkv5eamnceoaxnys20mjjsybcqzw/', '0', 'Racing', 0, 0, '', 'chained-cars-against-ramp-hulk-game'), (7308, 'Kid E Cats Animal Doctor Games Cat Doctor Game', 'These are kids doctor games with cats! Become a cat doctor in kids hospital games! ⛑ Kitty cat games for kids all of ages: treat all characters of the cartoon!', 'https://img.gamemonetize.com/uu40apyhk5gs1m3wenl71s48dphsvuzu/512x384.jpg', 'https://html5.gamemonetize.com/uu40apyhk5gs1m3wenl71s48dphsvuzu/', '0', 'Arcade', 0, 0, '', 'kid-e-cats-animal-doctor-games-cat-doctor-game'), (7309, 'Make The Pizza', 'Make a delicious pizza, bake it in the oven and have a lot of fun slicing it! Create your own delicious pizza and make this a mouth-watering experience. Unleash your creativity - choose from a huge selection of ingredients and create the kind of pizza you like. When the pizza looks just the way you want, it’s time to bake it. Put it in the oven and watch it as the crust becomes brown, see how the cheese melts and all other ingredients cook to perfection. When the pizza is done, serve it on a plate and eat it. Delicious! You can also enjoy playing with toys, or take up the challenge of a pizza ninja slice, or play a slide puzzle mini-game.', 'https://img.gamemonetize.com/s4cjuymm7wvleerbi08768tev7ff0re5/512x384.jpg', 'https://html5.gamemonetize.com/s4cjuymm7wvleerbi08768tev7ff0re5/', '0', 'Arcade', 0, 0, '', 'make-the-pizza'), (7310, 'SUV Car City Parking Simulator', 'MASTER OF PARKING SUV CARS: Are you ready for realistic driving and parking? New 300 Hard levels are waiting for Masters of Parking. Get the newly updated parking game now. Multi-level parking games are waiting for you. NEW HARD LEVELS: 300 levels from easy to hard! First levels are designed easy to getting used to the mechanics of the game. The next levels contain hard levels that require the best driving skills. Complete the driver school to improve your driving skills. Beat your rivals by completing the levels before they do. You should drive more carefully on the newly added ramps and compelling tracks. You can get the newly added American off-road all-terrain vehicle by completing the levels. Let\'s parking master improve your skill by completing 300 levels. PARKING SENSOR: Open the newly added park sensor to pass the hard levels. See how much you\'re close to objects either with sound or graphic. CAMERA MODES: Car parking is easier with the new camera modes. Top camera mode gets activated in automatic camera mode when you\'re about to have a car crash. NEW CONTROLS: It\'s under your control to accelerate the car with the new gradual acceleration control. Set the gas as you want to complete the level without crashing traffic cones or other cars. The acceleration indicator occurs on the right side of the screen when you push the acceleration button. Hold press the acceleration button and slide up to speed more. To move forward in the fully automatic car (D: Drive ), move back to (R: Reverse ). NEW CARS: New cars are added with the update. Unlock new cars as you pass levels. Choose a new real car you like and complete the levels. American suv car added. CUSTOMIZE YOUR CAR: Cuztomize your real suv car as you want. Choose your favorite color with different metallic colors and create your car. NEW CITY: Car driving experience in new city and traffic. Drive in the city and complete the hard parking game levels.', 'https://img.gamemonetize.com/uh40uujq87o2tdjs4uqihcw8ktrru93o/512x384.jpg', 'https://html5.gamemonetize.com/uh40uujq87o2tdjs4uqihcw8ktrru93o/', '0', 'Racing', 0, 0, '', 'suv-car-city-parking-simulator'), (7311, 'Maths', 'challange yourself with the Maths game', 'https://img.gamemonetize.com/1xmc568a4r1j8guby38ibdjfz4q0f9jk/512x384.jpg', 'https://html5.gamemonetize.com/1xmc568a4r1j8guby38ibdjfz4q0f9jk/', '0', 'Puzzles', 0, 0, '', 'maths'), (7312, 'Rocket shooter', 'use Mouse for pc and laptop users or Touch for phone users to fly.', 'https://img.gamemonetize.com/r4ru2opag9ru6yjwdvx6znv0w6xpo96f/512x384.jpg', 'https://html5.gamemonetize.com/r4ru2opag9ru6yjwdvx6znv0w6xpo96f/', '0', 'Hypercasual', 0, 0, '', 'rocket-shooter'), (7313, 'Backrooms Slender Horror', 'Backrooms Slender Horror is a casual horror escape and hide and seek game in which you have to find the necessary items to escape from the house and outsmart the scary monster Slender. Hide from the Slender and Escape from the house as quick as possible!', 'https://img.gamemonetize.com/fx1o57jbxjx4pjat5n57npzu6oulnshx/512x384.jpg', 'https://html5.gamemonetize.com/fx1o57jbxjx4pjat5n57npzu6oulnshx/', '0', 'Action', 0, 0, '', 'backrooms-slender-horror'), (7314, 'Coin Running', '1. In the game, players will continuously guide the direction of gold coins through simple manipulation; 2. Break through the difficulties at various levels, walk freely in different scenes, and avoid various traps; 3. Use your most sensitive skills to conquer the track and collect various props along the way.', 'https://img.gamemonetize.com/k9fvf36zkdqije2b0nl7673xou2mxesb/512x384.jpg', 'https://html5.gamemonetize.com/k9fvf36zkdqije2b0nl7673xou2mxesb/', '0', 'Adventure', 0, 0, '', 'coin-running'), (7315, 'Advanced Blocky Paintball', 'The best zombie-hunting games let you choose from an arsenal of powerful weapons. You\'ve been fighting many ghost bots in Minecraft across multiple maps all at the same time. No matter how well-armed you are, you will still face undead foes. I do not have the resources to prepare for anything like that. To enjoy these shooting games, you\'ll need to take cover behind different objects. Which free online gaming buddy do you like to use the most? The story includes a tally of weapons. Most scary games provide players with a gun to defend themselves.', 'https://img.gamemonetize.com/jbkqarnssm7hpsrggr7wmty2jexdkr6t/512x384.jpg', 'https://html5.gamemonetize.com/jbkqarnssm7hpsrggr7wmty2jexdkr6t/', '0', 'Shooting', 0, 0, '', 'advanced-blocky-paintball'), (7316, 'Combat Pixel Arena 3D Infinity', 'The most moving video games provide you access to a range of resources. You and your army of ghost robots have been fighting a battle across several Minecraft worlds for a considerable amount of time. I can guarantee that there will be a lot more big obstacles in the future since I am fully aware of the abilities of the living dead. I don\'t have the additional funds on hand to make the required investment. As in any top-tier arcade shooter, using cover during gunfights greatly increases the tension. Vote now for the greatest alias to use if you play games on your phone. The graphic below shows a complete inventory of all of our resources, including a list of all of our weaponry, including rifles. The protagonist in first-person shooter games is often.', 'https://img.gamemonetize.com/bdl35er9x9oix84fx991e9usz5m9fl5n/512x384.jpg', 'https://html5.gamemonetize.com/bdl35er9x9oix84fx991e9usz5m9fl5n/', '0', 'Shooting', 0, 0, '', 'combat-pixel-arena-d-infinity'), (7317, 'Hamster Coloring Book', 'Hamster Coloring Book is super fun free online coloring game for kids that you can play in all modern browsers. Choose one of the images and color it the way you like.', 'https://img.gamemonetize.com/493iongbo93mtifwr9hknlxs5uicfydc/512x384.jpg', 'https://html5.gamemonetize.com/493iongbo93mtifwr9hknlxs5uicfydc/', '0', 'Girls', 0, 0, '', 'hamster-coloring-book'), (7318, 'Babysitter Party Caring Games', 'It\'s time to show off your babysitting skills and give those little rascals the time of their lives! Invite their fuzzy friends to a Teddy Bear Picnic! Build a fabulous tent in their bedroom and get the kids ready to put on a show! Play tons of fun games in the toy room!', 'https://img.gamemonetize.com/04yjb15f41hmm787ynwt980s1fssane6/512x384.jpg', 'https://html5.gamemonetize.com/04yjb15f41hmm787ynwt980s1fssane6/', '0', 'Girls', 0, 0, '', 'babysitter-party-caring-games'), (7319, 'Boat Rescue Challenge', 'Welcome to Boat Rescue Challenge Game. The tiny boat wants to escape from the trap. But it\'s not easy to collect the 3 keys to unlock the Door there are lots of obstacles and traps. Use your skill and drive the boat and enjoy the Game.', 'https://img.gamemonetize.com/skkc00roidwslga0slknvo17rx6z7wk3/512x384.jpg', 'https://html5.gamemonetize.com/skkc00roidwslga0slknvo17rx6z7wk3/', '0', 'Puzzles', 0, 0, '', 'boat-rescue-challenge'), (7320, 'Penguin Diner 2', 'This is a casual kitchen and restaurant game. Because Penny is not satisfied with the food quality of Penguin Diner 2, she wants to make some changes and open her restaurant. It needs your help to run this restaurant together. You need to help Penny run the restaurant by letting customers sit down, take their orders, deliver food and clean up after they leave! The bill will be cleared every day after the business closes. You can use this money to get many interesting upgrades in the store. Go and run your restaurant!', 'https://img.gamemonetize.com/nlt8pvjdn81cpjw5sykqm4jsecmvevzp/512x384.jpg', 'https://html5.gamemonetize.com/nlt8pvjdn81cpjw5sykqm4jsecmvevzp/', '0', 'Girls', 0, 0, '', 'penguin-diner-'), (7321, 'Penguin Diner Restaurant Dash', 'Penguin Diner is undoubtedly the most interesting business simulation game this year, with addictive gameplay and 2D art style. Penny got lost in the snowstorm. He decided to open a fun restaurant and provide customers with a variety of food and drinks, but Penny couldn\'t support the operation of the restaurant alone, she needs your help. Your task is to prepare food for the guests, complete the order and serve the food as soon as possible. The income from the operation can be used to decorate the restaurant or upgrade the food level! Are you ready?', 'https://img.gamemonetize.com/fni2d683v4isogijp9tdbmdd4on3665b/512x384.jpg', 'https://html5.gamemonetize.com/fni2d683v4isogijp9tdbmdd4on3665b/', '0', 'Girls', 0, 0, '', 'penguin-diner--restaurant-dash'), (7322, 'Slenderman Must Die Hell Fire', 'Slenderman is much more dangerous than before. He now holds the power of fire. You must save the town from this new nightmare of the Slenderman.', 'https://img.gamemonetize.com/uj0qch6bhof57hizishfsnnps4oiuijq/512x384.jpg', 'https://html5.gamemonetize.com/uj0qch6bhof57hizishfsnnps4oiuijq/', '0', 'Shooting', 0, 0, '', 'slenderman-must-die-hell-fire'), (7323, 'Baby Panda House Cleaning', 'Baby Panda House Cleaning is a very popular cleaning game. Baby Panda\'s dad is so upset because the house is in a mess. But he has a lot of works to do. Baby Panda wants to help him do the houseworks. Come and together with Baby Panda clean the house! Lots of suprises in this game are waiting for you. Enjoy!', 'https://img.gamemonetize.com/sqke6zqccyue0zrt0t1gpxymwkyfs5dw/512x384.jpg', 'https://html5.gamemonetize.com/sqke6zqccyue0zrt0t1gpxymwkyfs5dw/', '0', 'Girls', 0, 0, '', 'baby-panda-house-cleaning'), (7324, 'Speed Drifter Ultimate', 'Here is a 3D car third-person shooting and racing arcade game for you to play. You are able to drive an armed Rally car to destroy other cars and collect gold coins to buy better cars in the shop. Be aware of other cars, you will lose the game if you can\'t dodge them!', 'https://img.gamemonetize.com/1qefc3gubudzushp8zu71y1tpiav0mio/512x384.jpg', 'https://html5.gamemonetize.com/1qefc3gubudzushp8zu71y1tpiav0mio/', '0', 'Arcade', 0, 0, '', 'speed-drifter-ultimate'), (7325, 'Mahjong Deluxe 2', 'Rediscover a great classic with Mahjong Deluxe 2. Challenge your patience and your capacity of thinking in this puzzle game. Associate the different tiles to make them disappear and empty each level. Mahjong is an extremely simple game that will give you hours of pleasure. At the beginning of the game, a board covered by tiles of mahjong will appear in front of you.', 'https://img.gamemonetize.com/j5839oe5ug3r7vodmld9z5ef7e0bhjvl/512x384.jpg', 'https://html5.gamemonetize.com/j5839oe5ug3r7vodmld9z5ef7e0bhjvl/', '0', 'Puzzles', 0, 0, '', 'mahjong-deluxe-'), (7326, 'Liquid puzzle sort the color', 'Liquid Puzzle is a fun and addictive puzzle game. Sort the colored water in the glasses to keep only one color per glass. Liquid Puzzle, is a very simple game to play (you can play with only one finger) but also super fun to play. You have numerous unique levels to resolve and enjoy hours of pure pleasure.', 'https://img.gamemonetize.com/jjypv6rviu8erjcokcxxnidxmfwerypr/512x384.jpg', 'https://html5.gamemonetize.com/jjypv6rviu8erjcokcxxnidxmfwerypr/', '0', 'Hypercasual', 0, 0, '', 'liquid-puzzle--sort-the-color'), (7327, 'Jungle Plumber Challenge 3', 'Jungle Plumber Challenge 3 is a fun plumbing mini game, where you need to connect the pipes. As the king or queen of the plumbers you must fix the leaks to provide water to all the jungle fountains. This game is easy to play but it will require you to think about the best and fastest way to rotate the pipes to fix this plumbing.', 'https://img.gamemonetize.com/op70451f9hsna9amqrt4795k7ju8popi/512x384.jpg', 'https://html5.gamemonetize.com/op70451f9hsna9amqrt4795k7ju8popi/', '0', 'Puzzles', 0, 0, '', 'jungle-plumber-challenge-'), (7328, 'Link the numbers', 'Can you find the correct path to link all numbers in this superb wooden board game? You start with the 1, connecting the 2, then the 3, etc... It\'s as simple as 1,2,3... It\'s so relaxiong to play this game and anyone can play it. No worries, puzzles are not too difficult, just enough to make the game fun to play. This game offers you hundred of levels. What are you waiting for to play ? 1,2,3 Get set, go', 'https://img.gamemonetize.com/52ju1f1zhqgnhyszzulu8s9jn5b4qyfg/512x384.jpg', 'https://html5.gamemonetize.com/52ju1f1zhqgnhyszzulu8s9jn5b4qyfg/', '0', 'Puzzles', 0, 0, '', 'link-the-numbers'), (7329, 'Cute Girl', 'This cute girl is lost in the forest! Help her and pass the challenging levels!', 'https://img.gamemonetize.com/2vp1gc66t6cyuxzkldspgx0o4qdrd6kj/512x384.jpg', 'https://html5.gamemonetize.com/2vp1gc66t6cyuxzkldspgx0o4qdrd6kj/', '0', 'Arcade', 0, 0, '', 'cute-girl'), (7330, 'Maxoo 2', 'Maxoo 2 is a 2D platformer where you have to collect silver keys while avoiding the enemy balls, flying creatures, pins, and lasers and reach the exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Maxoo" game with new enemies and traps.', 'https://img.gamemonetize.com/n2oae5td85eblro9hxue7eumbkhb1qy4/512x384.jpg', 'https://html5.gamemonetize.com/n2oae5td85eblro9hxue7eumbkhb1qy4/', '0', 'Arcade', 0, 0, '', 'maxoo-'), (7331, 'Alice in Wonderland Dressup', 'Everyone knows the story of Alice in Wonderland. She had adventures. Would you like to dress her now? let\'s play', 'https://img.gamemonetize.com/gm74ai2ye7yohnnzako9pqxdnnplaldo/512x384.jpg', 'https://html5.gamemonetize.com/gm74ai2ye7yohnnzako9pqxdnnplaldo/', '0', 'Girls', 0, 0, '', 'alice-in-wonderland-dressup'), (7332, 'Parking Car Parking Multiplayer game', 'More than just parking: open-world multiplayer mode, car tuning, free walking! Thousands of players are waiting for you. Join us! Multiplayer open world mode • Free walking. • Free open world with real gas stations and car services. • Compete against real players in the multiplayer racing. • Exchange cars with real players. • Thousands of real players every day. • Friend list. • Voice Chat. • Police mode Car customization • Adjustable suspension, wheel angle and more. • Engine tuning: swap engine, turbo, gearbox and exhaust. • Visual auto tungs: Dynamic vynils, car body parts. High-quality open world • Highly-detailed environments • 100 cars with the real interior. • 16 player skins • Buildings with interior Interesting gameplay •82 real-life parking and driving challenges. •Different vehicles: Tow truck, pickup, trucks, sport and classic cars.', 'https://img.gamemonetize.com/nad2or807qb5klumn97rzx4o74va1ixg/512x384.jpg', 'https://html5.gamemonetize.com/nad2or807qb5klumn97rzx4o74va1ixg/', '0', 'Racing', 0, 0, '', 'parking-car-parking-multiplayer-game'), (7333, 'Anime Girl Ayami', 'Ayami is a magical warrior anime girl. It fascinates everyone with her mystical powers and beauty. Let\'s dress this beautiful girl very stylish', 'https://img.gamemonetize.com/loaaarzhswi75of46xo0lvdz7bo8eys3/512x384.jpg', 'https://html5.gamemonetize.com/loaaarzhswi75of46xo0lvdz7bo8eys3/', '0', 'Girls', 0, 0, '', 'anime-girl-ayami'), (7334, 'Play Sonic Bubble Shooter Games', 'Play Sonic Bubble Shooter Games is a fun Game bubble burst game with 70 unique levels!. Play best Bubble Shoot game online for Sonic! Just like other classic bubble shooter games Online, use the mouse to aim your bubble shooter and click the left mouse button to shoot a bubble. If you hit 2 or more bubbles of the same color as the one you shoot, they will pop! Any bubbles that are no longer connected to the ceiling will fall down. Also, you will get a bonus coin that you can use to Play More Of Play Sonic Bubble Shooter Games', 'https://img.gamemonetize.com/ojj1ugu1cmpgk1putz7k8wah9yk7swvq/512x384.jpg', 'https://html5.gamemonetize.com/ojj1ugu1cmpgk1putz7k8wah9yk7swvq/', '0', 'Puzzles', 0, 0, '', 'play-sonic-bubble-shooter-games'), (7335, 'Babies Dress up', 'Tina and Maya are two little babies who are very good friends. They love to play games and eat chocolate together. Would you like to dress these two very cute friends? let\'s play', 'https://img.gamemonetize.com/0pod1ibg9tdlwynyt6ne06v7fnna5uih/512x384.jpg', 'https://html5.gamemonetize.com/0pod1ibg9tdlwynyt6ne06v7fnna5uih/', '0', 'Girls', 0, 0, '', 'babies-dress-up'), (7336, 'Among Us Online Games Puzzle Match3', 'Among Us Online Games Puzzle Match3 is a match-3 type game. Play best game online for A:\\UIPath\\Assets\\ReslutGames\\InPut\\Among Us Online Games Puzzle Match3.zipSwap to match 3 or more of the same candy pieces together! you can use Bomb, Swap and Color picker item to make it more fun to play. After completing a level, you will get a bonus coin that you can use to Play More Of Among Us Online Games Puzzle Match3', 'https://img.gamemonetize.com/yda3mnhr0l76i2vg0g648yjdrecvdep9/512x384.jpg', 'https://html5.gamemonetize.com/yda3mnhr0l76i2vg0g648yjdrecvdep9/', '0', 'Puzzles', 0, 0, '', 'among-us-online-games-puzzle-match'), (7337, 'Crazy Birdy', 'Do you like Slingshot shooting games? Well this game will amaze you! Slide your finger to aim, then release the crazy bird to shoot the little bees. Explore tons of challenging levels and enjoy then all. Good luck', 'https://img.gamemonetize.com/uodsnqvd96p453z8m20sxtukrg20cnyg/512x384.jpg', 'https://html5.gamemonetize.com/uodsnqvd96p453z8m20sxtukrg20cnyg/', '0', 'Puzzles', 0, 0, '', 'crazy-birdy'), (7338, 'coloring game', 'Winter Coloring Book is an online game that you can play for free. In this coloring book that belongs to you, you can create your own color world. In this game, choose any winter image you want to paint to fill it, then use the brush to choose the color you like. I believe that you can make a colorful and perfect painting. Enjoy this game and have fun!', 'https://img.gamemonetize.com/cn72kkpzosbkqij40dvco69efrszk9ss/512x384.jpg', 'https://html5.gamemonetize.com/cn72kkpzosbkqij40dvco69efrszk9ss/', '0', 'Puzzles', 0, 0, '', 'coloring-game'), (7339, 'Quick dating', 'In need of love? Now you can manage all the love in our speed dating environment. Match people with different orientation and hobbies. More hobbies the two have in common, more points you get. Have nothing in common? You fail and will lose points. How many love points can you get in 3 minutes? Compare yourself with others with a simple leaderboards. Who\'s gonna be the best lover?', 'https://img.gamemonetize.com/rtptc19jx93xzmpk76gtn3jdxruue696/512x384.jpg', 'https://html5.gamemonetize.com/rtptc19jx93xzmpk76gtn3jdxruue696/', '0', 'Action', 0, 0, '', 'quick-dating'), (7340, 'Dancer Girl Dress Up', 'Tricia and Mike like to dance. They are professional dancers.They travel a lot to participate in dance competitions. In which outfit do you think Tricia should participate in the competition? Let\'s dress her up very stylish', 'https://img.gamemonetize.com/cj80zxbq857dnltjcg82a4lz6e9fumb2/512x384.jpg', 'https://html5.gamemonetize.com/cj80zxbq857dnltjcg82a4lz6e9fumb2/', '0', 'Girls', 0, 0, '', 'dancer-girl-dress-up'), (7341, 'Fantasy Avatar Anime Dress Up', 'Do you like manga or anime girl dress up games? Sure you do! And what\'s you\'ve really missed is fantasy dress up in a Role Playing Games style! The cutest anime girls are looking for a good RPG fan to dress them up: now you can make your own character and become a cool doll designer. The avatar maker full body is completely free. Fashion anime games for girls without any purchases!', 'https://img.gamemonetize.com/4anpo0dk73qx578ionijiljmdzba6x9l/512x384.jpg', 'https://html5.gamemonetize.com/4anpo0dk73qx578ionijiljmdzba6x9l/', '0', 'Girls', 0, 0, '', 'fantasy-avatar-anime-dress-up'), (7342, 'Anime Girls Fashion Makeup Game', 'Are you a cartoon fan? Do you want to be a cute anime girl? If you do, you can’s miss this popular makeup game!', 'https://img.gamemonetize.com/ab4ppo5487jd0tko4vjzz60hoyyas32r/512x384.jpg', 'https://html5.gamemonetize.com/ab4ppo5487jd0tko4vjzz60hoyyas32r/', '0', 'Girls', 0, 0, '', 'anime-girls-fashion-makeup-game'), (7343, 'Platform Countdown', 'Platform Countdown is a puzzle game where you traverse platforms in which there are disappearing blocks to jump off of.', 'https://img.gamemonetize.com/2754imqr9hjzxmjzpdy8vckqe6tb6xk7/512x384.jpg', 'https://html5.gamemonetize.com/2754imqr9hjzxmjzpdy8vckqe6tb6xk7/', '0', 'Adventure', 0, 0, '', 'platform-countdown'), (7344, 'Anime Kawaii Cute Dress Up Game', 'Japanese fashion coming to you with anime games for girls! 6 cute dolls of different skin color are ready to dress a stylish outfit which is a mixture of styles such as cute, daily European fashion, fairy tales, trendy and more. Dress up and makeover manga princesses as a real stylist!', 'https://img.gamemonetize.com/rxhv9n76uu97c7guz0wuev5hl47gvlpl/512x384.jpg', 'https://html5.gamemonetize.com/rxhv9n76uu97c7guz0wuev5hl47gvlpl/', '0', 'Girls', 0, 0, '', 'anime-kawaii--cute-dress-up-game'), (7345, 'Folk Fashion Dress', 'Angela fashion designer is a very sweet girl. Today she wants to wear folk style dresses in fashion shoots. Let\'s dress her up very stylish', 'https://img.gamemonetize.com/hp49hdj360nklpfcag1jok1uj2p1ab82/512x384.jpg', 'https://html5.gamemonetize.com/hp49hdj360nklpfcag1jok1uj2p1ab82/', '0', 'Girls', 0, 0, '', 'folk-fashion-dress'), (7346, 'Fast Car Parking 3D', 'Fast Car Parking 3D is a parking game. In this game, you race against time. Try to park as fast as you can.', 'https://img.gamemonetize.com/s2iur8ii8ly1wa2802364yzkzgpbw4z5/512x384.jpg', 'https://html5.gamemonetize.com/s2iur8ii8ly1wa2802364yzkzgpbw4z5/', '0', 'Racing', 0, 0, '', 'fast-car-parking-d'), (7347, 'Arabian Princess Dress Up Game', 'Cool fashion princess makeover girls games are here! It’s made for those, who are interested in oriental culture and clothing. It’s time to plunge into the Arabian world: dress up princess doll and enjoy a real Arabian style! If you like unusual pretty games with beautiful dresses, makeup and hairstyles – these dress up games for kids are for you! Welcome to the oriental fairy tale fashion world!', 'https://img.gamemonetize.com/tbvbuoz4gmor4nj07v6jezsmofithmtl/512x384.jpg', 'https://html5.gamemonetize.com/tbvbuoz4gmor4nj07v6jezsmofithmtl/', '0', 'Girls', 0, 0, '', 'arabian-princess-dress-up-game'), (7348, 'Anime Princesses Dress Up', 'In Anime Princess Dress Up Games for kids girls you can create lovely asian princess character with various costumes and hairstyles, have fun playing anime dressing up games! A lot of items (dresses, tops, skirts, shoes, bags, accessories and lot more) which can be mixed and matched to create millions of combinations. Pick up the wings and face masks for your little doll. Cutest anime girl games with princesses ever!', 'https://img.gamemonetize.com/1s0t0teme0n2bqhcl0l6gfkhznu1qu4r/512x384.jpg', 'https://html5.gamemonetize.com/1s0t0teme0n2bqhcl0l6gfkhznu1qu4r/', '0', 'Girls', 0, 0, '', 'anime-princesses-dress-up'), (7349, 'Haton Game', 'Haton is a 2D platformer where you have to collect oranges while avoiding the spikes, and enemies wearing blue hats and reach the red flag in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/s4ydvxwi02q95sydnhzwfgnen9iqtv68/512x384.jpg', 'https://html5.gamemonetize.com/s4ydvxwi02q95sydnhzwfgnen9iqtv68/', '0', 'Arcade', 0, 0, '', 'haton-game'), (7350, 'New Noob Mommy Long 2', 'hey noob run and run don\'t stop you have to run away from mom as a new noob. mommy long is chasing you noob don\'t stop. If you stop, they will catch you. Never stop. You must be careful about the obstacles, otherwise you will not be able to pass the levels and you will be defeated. Complete 10 levels and become the best noob.', 'https://img.gamemonetize.com/99w3w8ep1hlfnmmbxdnso8adhfov2nyk/512x384.jpg', 'https://html5.gamemonetize.com/99w3w8ep1hlfnmmbxdnso8adhfov2nyk/', '0', 'Arcade', 0, 0, '', 'new-noob-mommy-long-'), (7351, 'Bobo', 'Welcome to the Bobo game, let\'s see if you can climb the ropes, jumping from one rope to another to reach the last level', 'https://img.gamemonetize.com/ngrrrdgmnwubkn1y78dxjv2yrblg344r/512x384.jpg', 'https://html5.gamemonetize.com/ngrrrdgmnwubkn1y78dxjv2yrblg344r/', '0', 'Arcade', 0, 0, '', 'bobo'), (7352, 'Mad Climbing Game', 'Mad Climbing is an online game that challenges players to climb the highest mountain possible in as little time as possible. For years, people have been trying to conquer Mount Everest, but now there\'s a new challenge: Mad Climbing. The game challenges players to climb the highest mountain possible in as little time as possible. With real-time global rankings, it\'s never been more challenging to be the best climber out there. Mad Climbing Interactive is excited to bring this new online game to gamers everywhere, and we hope that it will inspire them to take on even greater challenges in their lives.', 'https://img.gamemonetize.com/5juwfd20rwmkwznlvcrdo4jr6m61tr4w/512x384.jpg', 'https://html5.gamemonetize.com/5juwfd20rwmkwznlvcrdo4jr6m61tr4w/', '0', 'Arcade', 0, 0, '', 'mad-climbing-game'), (7353, 'Monster High Makeup', 'Want to dress up little girls favorite cartoon hero Monster High dolls? You can do eye makeup, face makeup in the game. You can also change her hair, jewelry and clothes according to your taste and get a very stylish look. Fun game', 'https://img.gamemonetize.com/72hh02amztjjk1wkof8jk6nkh3fi3ldo/512x384.jpg', 'https://html5.gamemonetize.com/72hh02amztjjk1wkof8jk6nkh3fi3ldo/', '0', 'Girls', 0, 0, '', 'monster-high-makeup'), (7354, 'UFO Shooting ', 'This awesome alien game lets you fly a UFO wherever you want! Fly through an amazing world with rivers, ships, mountains and everything in between. Play at any time of the day from morning to night!', 'https://img.gamemonetize.com/wjfq8l5dc79bvqkhgoqznr6ravwhofhi/512x384.jpg', 'https://html5.gamemonetize.com/wjfq8l5dc79bvqkhgoqznr6ravwhofhi/', '0', 'Arcade', 0, 0, '', 'ufo-shooting-'), (7355, 'Crazy Goal Soccer Stickman', 'Draw a line to kick the ball. The direction and route of the ball are completely controlled by you. Use your wisdom to solve puzzles and score top notch goals!', 'https://img.gamemonetize.com/2kshclpd7if70wcazbwv5psbeno4b5bd/512x384.jpg', 'https://html5.gamemonetize.com/2kshclpd7if70wcazbwv5psbeno4b5bd/', '0', 'Sports', 0, 0, '', 'crazy-goal--soccer-stickman'), (7356, 'Steve VS Alex', 'Steve and Alex is a 2 player TNT game where your mission is to explode your friend and become the survivor. With 4 different maps fight against your friend, make tactics and explode your TNTs.', 'https://img.gamemonetize.com/ycb2zzhjtqhhyltfbqkb9kvn5mesqqjo/512x384.jpg', 'https://html5.gamemonetize.com/ycb2zzhjtqhhyltfbqkb9kvn5mesqqjo/', '0', 'Action', 0, 0, '', 'steve-vs-alex'), (7357, 'Backrooms Survival Shooter', 'Backrooms Survival Shooter features intense zombie shooting in the backrooms world, you are the only person alive and your mission is to use different types of weapons to shoot all incoming blocky zombies and try to survive as long as you can. Kill zombies and earn new powerful weapons but beware, each round new zombie boss appears!', 'https://img.gamemonetize.com/4q3jrowluc6ebib0caecdnp16l0rys7d/512x384.jpg', 'https://html5.gamemonetize.com/4q3jrowluc6ebib0caecdnp16l0rys7d/', '0', 'Shooting', 0, 0, '', 'backrooms-survival-shooter'), (7358, 'Blocky Combat Swat Zombie Apocalypse 2022', 'The finest games for the soul equip you with various tools. You and your army of ghost robots have been at war for quite some time and across several Minecraft universes. I am fully aware of the capabilities of the living dead, and I can guarantee that far more significant obstacles lie ahead. I don\'t have the disposable income to make the required investment. As in every top-tier arcade shooter, I am using cover in gunfights dramatically enhances the excitement. If you\'re a mobile gamer, cast your vote now for the greatest pseudonym to use. The following image is an inventory of every one of our properties and includes a complete list of our weaponry, including rifles. The protagonist of a first-person shooter game often has access to weaponry.', 'https://img.gamemonetize.com/bvaujww1nlrgezxeb00c1t7p14ue8tv3/512x384.jpg', 'https://html5.gamemonetize.com/bvaujww1nlrgezxeb00c1t7p14ue8tv3/', '0', 'Shooting', 0, 0, '', 'blocky-combat-swat-zombie-apocalypse-'), (7359, 'Tank War Defense', 'Tank War Defense is a tank battle game. There are many enemy planes attacking you one by one in the sky above you, so you have to destroy them before them and avoid the shells fired by the enemy planes. Especially the last enemy plane, it is stronger than the others. So, try to destroy all the planes now!', 'https://img.gamemonetize.com/bq5hqbld2n71qzie3m1dkrtvlgb08mql/512x384.jpg', 'https://html5.gamemonetize.com/bq5hqbld2n71qzie3m1dkrtvlgb08mql/', '0', 'Puzzles', 0, 0, '', 'tank-war-defense'), (7360, 'Blocky Combat Swat Zombie Survival 2022', 'The best games for the spirit provide you access to a full arsenal. For a considerable time and throughout several Minecraft worlds, you have been at war with your ghost bot force. I\'m well aware of what the living dead are capable of, and I assure you, more formidable challenges are ahead. I don\'t have the spare cash to make the necessary investment right now. Taking cover during gunfights dramatically increases the fun element, as it does in every excellent arcade shooter. Choose the best mobile gaming alias free of charge by voting down below. All of our weapons, including rifles, are shown in the following graphic as part of a complete inventory of our property. In a first-person shooter, the main character usually has access to firearms.', 'https://img.gamemonetize.com/sluk5v5r5j8htpbwmzlbfungdumqq0al/512x384.jpg', 'https://html5.gamemonetize.com/sluk5v5r5j8htpbwmzlbfungdumqq0al/', '0', 'Shooting', 0, 0, '', 'blocky-combat-swat-zombie-survival-'), (7361, 'Blocky Combat Swat Edge 2022', 'The best soul-stirring video games provide you with a variety of tools. Over multiple Minecraft worlds, you & your army of ghost machines have been engaged in a war for a significant time. Because I am entirely aware of the living dead\'s powers, I can promise that there will be far more enormous challenges ahead. I don\'t have the extra cash available to make the necessary investment. Using cover in gunfights, as in every top-tier arcade shooter, significantly raises the intensity. Vote today for the best pseudonym to use if you play mobile games. An inventory of all of our assets, including a detailed list of our weapons, including rifles, is shown in the image below. In first-person shooter games, the main character is frequently.', 'https://img.gamemonetize.com/rgatmq5z16ae574pirbh7zii79nyrbwp/512x384.jpg', 'https://html5.gamemonetize.com/rgatmq5z16ae574pirbh7zii79nyrbwp/', '0', 'Shooting', 0, 0, '', 'blocky-combat-swat-edge-'), (7362, 'Fashion Jewelry Designer', 'Do you like jewelry? If you like jewelry, please don\'t miss Adella\'s jewelry store! She loves jewelry very much. Now, she has opened a custom jewelry shop. Crowns, pearl necklaces, earrings...all the jewelry you can customize! Come visit Adella\'s jewelry shop, let\'s see how to make jewelry.', 'https://img.gamemonetize.com/zxsuyqqgo9un46z1k0weszlz5x70qjqi/512x384.jpg', 'https://html5.gamemonetize.com/zxsuyqqgo9un46z1k0weszlz5x70qjqi/', '0', 'Girls', 0, 0, '', 'fashion-jewelry-designer'), (7363, 'Fun Dress Up Game', 'Fun Dress Up Game is a very popular dress up game. In this game, you can design your own character who is very unique. You can dress up your character to a girl or boy. Also lots of accessories and beautiful clothes are here for your reference. Ready to show off your artistic talents? Come and play this game and have fun!', 'https://img.gamemonetize.com/prab40q5xn1l9lg5uurndnabbxlrbf2c/512x384.jpg', 'https://html5.gamemonetize.com/prab40q5xn1l9lg5uurndnabbxlrbf2c/', '0', 'Girls', 0, 0, '', 'fun-dress-up-game'), (7364, 'Dr Panda Restaurant', 'Dr. Panda\'s Restaurant is a simulated business game. Dr. Panda opened a restaurant in Chinatown. There are a lot of guests who come to dine. The daily order volume is very large. As the only waiter in the restaurant, you not only need to receive customers, but also need to make For food, first pick the customers to the right place, and then cook in the back kitchen according to the customer\'s needs. Finally, don\'t forget the cash register, you can use the money to upgrade the equipment and replace the decoration of the restaurant!', 'https://img.gamemonetize.com/gjvg7gr1n0te79do1mhnfe9nwwr8kmgu/512x384.jpg', 'https://html5.gamemonetize.com/gjvg7gr1n0te79do1mhnfe9nwwr8kmgu/', '0', 'Girls', 0, 0, '', 'dr-panda-restaurant'), (7365, 'Multiplayer Tank Battle', 'Multiplayer Tank Battle is an amazing free online shooting game that you can play for free on all modern browsers. No download needed. Enter the battle ready for destruction and cannon balls! Defeat or get defeated no other way to win and evolve. The simple yet rich game is here for you.', 'https://img.gamemonetize.com/ixv8jfbl6sugfreqa2x31qfvr7xleuuf/512x384.jpg', 'https://html5.gamemonetize.com/ixv8jfbl6sugfreqa2x31qfvr7xleuuf/', '0', 'Shooting', 0, 0, '', 'multiplayer-tank-battle'), (7366, 'Johnny Trigger 3D Online Action Shooter', 'In this cool gun shooting game Johnny Trigger 3D Online, the characters we control will use various somersaults to avoid obstacles. You will become the most potent agent, skillfully use your shooting skills on different levels, and try to kill the enemy with one hit in Johnny Trigger 3D Online!', 'https://img.gamemonetize.com/t1di77n0yp4tqxf3mhhv6ss772f9ad6r/512x384.jpg', 'https://html5.gamemonetize.com/t1di77n0yp4tqxf3mhhv6ss772f9ad6r/', '0', 'Boys', 0, 0, '', 'johnny-trigger-d-online--action-shooter'), (7367, 'Magical Girls Save the school', 'Alert! Alert! Japanese girls have been transformed into robots to destroy your school. You are the only one that can stop them!!! Use your many powers to stop their progress. You are going to become the new modern superhero. You must rescue your school now!', 'https://img.gamemonetize.com/sj9g3ju6ci3lkce0cvpbpuk1ce7wn3dp/512x384.jpg', 'https://html5.gamemonetize.com/sj9g3ju6ci3lkce0cvpbpuk1ce7wn3dp/', '0', 'Shooting', 0, 0, '', 'magical-girls--save-the-school'), (7368, 'HEX', 'Fit the hexa bricks into the blanks space. Merge the hexa bricks and destroy full lines of tiles. Drag and drop hexa blocks in the blanck spaces. This game is a fantastic matching game to relax. Just fill in the grid with the hexa blocks grid. One of the best puzzle game ever. Good for your brain !', 'https://img.gamemonetize.com/a6y0invbikwi7sopmwhtell781alrxhp/512x384.jpg', 'https://html5.gamemonetize.com/a6y0invbikwi7sopmwhtell781alrxhp/', '0', 'Puzzles', 0, 0, '', 'hex'), (7369, 'Logo Memory Challenge Cars Edition', 'A game that mix your knowledge about car brands and your memory. You must match the logo with the correct name of the brand, and match pairs of cards. Are you ready for this challenge ?', 'https://img.gamemonetize.com/glp3vlqbpzhiqkcvk6a4d4f4e65v41em/512x384.jpg', 'https://html5.gamemonetize.com/glp3vlqbpzhiqkcvk6a4d4f4e65v41em/', '0', 'Puzzles', 0, 0, '', 'logo-memory-challenge-cars-edition'), (7370, 'Logo Memory Challenge Food Edition', 'Liquid Puzzle is a fun and addictive puzzle game. Sort the colored water in the glasses to keep only one color per glass. Liquid Puzzle, is a very simple game to play (you can play with only one finger) but also super fun to play. You have numerous unique levels to resolve and enjoy hours of pure pleasure.', 'https://img.gamemonetize.com/gfx20hz7tc3zvcs5z0vxmjkkhtuo7d6m/512x384.jpg', 'https://html5.gamemonetize.com/gfx20hz7tc3zvcs5z0vxmjkkhtuo7d6m/', '0', 'Hypercasual', 0, 0, '', 'logo-memory-challenge-food-edition'), (7371, 'Future Truck Parkour', 'Complete the parkour with the Future Truck. Drive a future electric truck and finish the parkour.', 'https://img.gamemonetize.com/iv61mn8ly0w1d8hhpek4n1cwza62k8av/512x384.jpg', 'https://html5.gamemonetize.com/iv61mn8ly0w1d8hhpek4n1cwza62k8av/', '0', 'Arcade', 0, 0, '', 'future-truck-parkour'), (7372, 'Real Car Parking Driving Street 3D', 'we offer you a game with superior quality graphics, easy parking management with sensor system, and different camera angles to drive with in-car view and out of vehicle view! Also, you are free to look at wherever you want when driving from inside of vehicle, and this will give you a full real-like feeling. So we offer you realistic experience at a high level. But it is not just about killing some time. You will also learn how to actually park your car while enjoying the game and master yourself by practicing. You will be the king of parking. Wonder how? Very easy! With intelligent guides in the game, not only you will learn easy methods, but also you will have the opportunity to test these methods continuously. Come on now what are you waiting for, the game you are looking for is here! FEATURES - PARKING SENSOR - REAL CAR SOUND - IN CAMERA VIEW - DETAILED INTERIORS - REALISTIC GRAPHIC QUALITY - DIFFERENT CONTROL METHODS - DIFFERENT CAMERA ANGLES - LEARN TRAFFIC SIGNS AND TRAFFIC RULES WITH FUN', 'https://img.gamemonetize.com/um0qmdeowc3va3sevbq22k37ojl4nerd/512x384.jpg', 'https://html5.gamemonetize.com/um0qmdeowc3va3sevbq22k37ojl4nerd/', '0', 'Adventure', 0, 0, '', 'real-car-parking--driving-street-d'), (7373, '3D Cube Runner', 'jump over obstacles and make as many stitches as you can', 'https://img.gamemonetize.com/d16abjyznmx77xv7xo5nitere7nddi6x/512x384.jpg', 'https://html5.gamemonetize.com/d16abjyznmx77xv7xo5nitere7nddi6x/', '0', 'Racing', 0, 0, '', 'd-cube-runner'), (7374, 'Jump boy', 'This is a very selected competitive adventure mobile game. In this game mode with super many levels, you can freely open the adventure play method, so that you can easily overcome more high-level game levels, and you can also easily get higher-level game rewards and higher scores. Different game modes will bring you different challenges and skills, It will also give you more challenging skills.', 'https://img.gamemonetize.com/c7mlouctnjuatfdnnstxcm02476seup3/512x384.jpg', 'https://html5.gamemonetize.com/c7mlouctnjuatfdnnstxcm02476seup3/', '0', 'Sports', 0, 0, '', 'jump-boy'), (7375, 'DEADLY HUNTER 2023', 'Tiger trapped your friends, you need to rescue your friends and then around the obstacles to fight the tiger, can save you only yourself', 'https://img.gamemonetize.com/m2xpq61xvo2pbr6cmdyb32yy6pu4y74k/512x384.jpg', 'https://html5.gamemonetize.com/m2xpq61xvo2pbr6cmdyb32yy6pu4y74k/', '0', 'Adventure', 0, 0, '', 'deadly-hunter-'), (7376, 'rapidly', 'This is a casual racing game, as a racing game, it contains all the skills of various racing games on the market now. Easy to operate, natural and simple to use, especially his simple drift operation, so that you can more easily experience the feeling of a racing master, but better cornering skills need you to be familiar with the track and fully master the skills', 'https://img.gamemonetize.com/h7ny0ycf45rpv0c5ubzwief9qztbg6pn/512x384.jpg', 'https://html5.gamemonetize.com/h7ny0ycf45rpv0c5ubzwief9qztbg6pn/', '0', 'Racing', 0, 0, '', 'rapidly'), (7377, 'Tribal job hopping', 'The game takes the form of a vertical version of parkour, with players switching weapons and tools along the way, dispersing or merging teams to hunt, gather objects, and avoid obstacles and dangers. The graphics are not flashy, the strategy is not difficult, in fact more of a test of judgment and hand speed. The idea of a primitive tribal leader is also very pleasing in itself.', 'https://img.gamemonetize.com/9trijamdp9it0cp89u26siu02yqt35pv/512x384.jpg', 'https://html5.gamemonetize.com/9trijamdp9it0cp89u26siu02yqt35pv/', '0', 'Action', 0, 0, '', 'tribal-job-hopping'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (7378, 'Baby care game for kids', 'Are you looking for kids games for your toddler? Will you like to help your little girl or boy learn the basics of taking care of their brothers and sisters? This baby boy and girl care game is designed for toddlers and their parents alike. Featuring kids toys, little girl and baby boy groups, this game is one of the best toddler games available online. If you are looking for fun games for 2, 3, 4, 5 year olds, this baby care simulation is the best pick for you.', 'https://img.gamemonetize.com/j1x6sr96x7t4pxqp6y5lwcktd3corpub/512x384.jpg', 'https://html5.gamemonetize.com/j1x6sr96x7t4pxqp6y5lwcktd3corpub/', '0', 'Hypercasual', 0, 0, '', 'baby-care-game-for-kids'), (7379, 'Riding master', 'This is a sports game, is a leisure sport, help cyclists smooth and unmistakable to reach the end, and win the race.', 'https://img.gamemonetize.com/nijybbwothi9exyo5tv9mi9g211u9w8y/512x384.jpg', 'https://html5.gamemonetize.com/nijybbwothi9exyo5tv9mi9g211u9w8y/', '0', 'Sports', 0, 0, '', 'riding-master'), (7380, 'Shoe Maker Trendy Fashion', 'Let your little princess pretend play role of a shoe maker artist! A fashion designer and fashionista to make most super stylist high heels, ballet dancing and winter shoes. Run your own shoe factory outlet and design custom made shoes for famous stars and dancers.', 'https://img.gamemonetize.com/18vpuf9lrq6eqpodv30h2w7elij412cd/512x384.jpg', 'https://html5.gamemonetize.com/18vpuf9lrq6eqpodv30h2w7elij412cd/', '0', 'Hypercasual', 0, 0, '', 'shoe-maker-trendy-fashion'), (7381, 'Mixed Juice', 'The latest version of mixed fruit juice master is fresh and crisp. You can complete various operations with your fingers and enjoy the fun of your fingertips. It will be very interesting. Players will have their own tools here to make different flavors of fruit juice.', 'https://img.gamemonetize.com/gwsadqnt3dkfpqz5p2xgaijii9coctsx/512x384.jpg', 'https://html5.gamemonetize.com/gwsadqnt3dkfpqz5p2xgaijii9coctsx/', '0', 'Cooking', 0, 0, '', 'mixed-juice'), (7382, 'Save The Fish Game', 'Hey! Hey! Look what`s coming in my town. A fast food shop is here with loads of epic delicious dishes in this restaurant cooking game. Give your super chef a cooking management challenge with this great fine cooking at my café ! Start food court, cook delicious cooking fast food and serve happy cooking customers. Earn maximum profits in this cooking restaurant simulation games cafe. Improve your time & resource cooking management skills.', 'https://img.gamemonetize.com/wgbvydlf9cwemouwbqiqlrjtj7odsd1s/512x384.jpg', 'https://html5.gamemonetize.com/wgbvydlf9cwemouwbqiqlrjtj7odsd1s/', '0', 'Hypercasual', 0, 0, '', 'save-the-fish-game'), (7383, 'Balls Rolling 3D Sky Ball', 'Roll and Balance your ball in the sky. Reach the destination without falling. Select your Rolling Ball and start the Sky Race. Collect all the coins on your way and you can unlock the balls. Do not fall and try to balance between the path. Always try not to fall and reach the end point. This is an adventure based game and you have to use your balancing skills and reach the target. Choose your path and be sure to roll properly without falling.', 'https://img.gamemonetize.com/rzs67i1a920gjt5v03aq9k2k1ym27jlu/512x384.jpg', 'https://html5.gamemonetize.com/rzs67i1a920gjt5v03aq9k2k1ym27jlu/', '0', 'Adventure', 0, 0, '', 'balls-rolling-d-sky-ball'), (7384, 'My Cake Shop Candy Store Game', 'Everyone loves cakes, so why not have a sweet cake shop of your own? Run the best cake shop in town and prepare delicious mouth-watering baked goods! Check the ingredients and get ready to serve your customers tempting options of their favorite cakes!', 'https://img.gamemonetize.com/a9l38adu4sbdnsj9utilq3410z85j2df/512x384.jpg', 'https://html5.gamemonetize.com/a9l38adu4sbdnsj9utilq3410z85j2df/', '0', 'Cooking', 0, 0, '', 'my-cake-shop-candy-store-game'), (7385, 'Sand Drawing Game Master', 'Is the best sand drawing game free which allows you to draw using your fingers and create masterpieces in the realistic sand! Once the drawing on sand is done.', 'https://img.gamemonetize.com/5oloc0hly8w2ksqgvjavj2i0ljzx2h29/512x384.jpg', 'https://html5.gamemonetize.com/5oloc0hly8w2ksqgvjavj2i0ljzx2h29/', '0', 'Hypercasual', 0, 0, '', 'sand-drawing-game-master'), (7386, 'Perfect Cake Maker Cake Game', 'Cake maker lovers, it\'s your time to show your skill of baking delicious desserts for your customers in one of the best cake game. Our new exciting cake maker bakery games give you a chance to ease your madness for baking and decorating the perfect cakes. Let’s be the cake maker chef and explore the amazing world of cake maker shop dessert food games. Try your luck for baking the best cakes by making the perfect top of it, designing and icing when you will be preparing a proper desert in Cake games.', 'https://img.gamemonetize.com/jnm8xn0q1v7oix33312qge502sc4fe3h/512x384.jpg', 'https://html5.gamemonetize.com/jnm8xn0q1v7oix33312qge502sc4fe3h/', '0', 'Hypercasual', 0, 0, '', 'perfect-cake-maker-cake-game'), (7387, 'My Burger Shop 2', 'It’s lunch time! People are excited to visit your new burger shop and try the delicious hamburgers everyone has been talking about! Check the cooking game ingredients and get ready to serve the customers a delightful meal of their favorite recipes in sandwich games!', 'https://img.gamemonetize.com/qxbtwd5d99jg3vy7ai8wvnpa9qnbenpj/512x384.jpg', 'https://html5.gamemonetize.com/qxbtwd5d99jg3vy7ai8wvnpa9qnbenpj/', '0', 'Cooking', 0, 0, '', 'my-burger-shop-'), (7388, 'Potato Chips Food Factory Game', 'Potato Chips Game is your choice, If you want a relaxing game. It is a simple and addicting game for relaxing. This is the popular and classic type game. You can start making potatoes. From planting potato plants to frying, flavoring and packing bags for sale as needed.', 'https://img.gamemonetize.com/87ktbyxpz953xrwydtrgpfwv7cg4yn7g/512x384.jpg', 'https://html5.gamemonetize.com/87ktbyxpz953xrwydtrgpfwv7cg4yn7g/', '0', 'Cooking', 0, 0, '', 'potato-chips-food-factory-game'), (7389, 'Maxoo', 'Maxoo is a 2D platformer where you need to collect silver keys while avoiding the ball enemies, flying robots, pins, and reach the Exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/fmk5gnglpw9drpslsw2fnyir57pzbf3p/512x384.jpg', 'https://html5.gamemonetize.com/fmk5gnglpw9drpslsw2fnyir57pzbf3p/', '0', 'Arcade', 0, 0, '', 'maxoo'), (7390, 'Hidden Object Mystery of the Secret Guardians', 'EXPLORE A MYSTERIOUS WORLD BEYOND YOUR IMAGINATION Can you solve the hidden mystery of the secret guardians?', 'https://img.gamemonetize.com/k30b4amqu9tucx56prk2zfcygw9ssh5e/512x384.jpg', 'https://html5.gamemonetize.com/k30b4amqu9tucx56prk2zfcygw9ssh5e/', '0', 'Hypercasual', 0, 0, '', 'hidden-object-mystery-of-the-secret-guardians'), (7391, 'Sand Drawing Master', 's the best sand drawing game free which allows you to draw using your fingers and create masterpieces in the realistic sand! Once the drawing on sand is done', 'https://img.gamemonetize.com/1f8hgqjkf8nnv2tvikm69m8cku5ea9sq/512x384.jpg', 'https://html5.gamemonetize.com/1f8hgqjkf8nnv2tvikm69m8cku5ea9sq/', '0', 'Arcade', 0, 0, '', 'sand-drawing-master'), (7392, 'Unicorn Pony Pet Salon', 'Kids it\'s time to train yourself for take care of your\'s horse and unicorn pony pet.This unicorn pony pet needs your\'s help.Unicorn pony pet want a stylish look.My unicorn pony pet wants the assistant of aunicorn pony salon expert like you.Get ready to experience the most wonderful time of my unicon pony pet salon.', 'https://img.gamemonetize.com/jc2jfe05xchybibv52sevzzbdakbop27/512x384.jpg', 'https://html5.gamemonetize.com/jc2jfe05xchybibv52sevzzbdakbop27/', '0', 'Arcade', 0, 0, '', 'unicorn-pony-pet-salon'), (7393, 'Sppp', 'Draw On Sand in that you can write a note or message to someone on your screens as well as suitable for all because they could develop their sketch skill using sand art on sand. This is kidding and funny app for create sand art photo like on the beach for your memories.', 'https://img.gamemonetize.com/gtd9tbr0y8139ahi78v6s07ptt5zvcg4/512x384.jpg', 'https://html5.gamemonetize.com/gtd9tbr0y8139ahi78v6s07ptt5zvcg4/', '0', 'Adventure', 0, 0, '', 'sppp'), (7394, 'Ponppy', 'You\'ll style the hair of your pet Pony. Create fun hairstyles that are filled with creativity and change them any time you\'d like. You can also try out new styles that you might have not considered before as you play out this fun salon game. Turn your horse into a stylish beauty!', 'https://img.gamemonetize.com/fcozjluarr154144bj72tmctqmv28tjc/512x384.jpg', 'https://html5.gamemonetize.com/fcozjluarr154144bj72tmctqmv28tjc/', '0', 'Hypercasual', 0, 0, '', 'ponppy'), (7395, 'Horse Pet Salon 3D', 'If you love caring for horses, then this fun salon game is perfect for you. You\'ll style the hair of your pet horse. Create fun hairstyles that are filled with creativity and change them any time you\'d like. You can also try out new styles that you might have not considered before as you play out this fun salon game. Turn your horse into a stylish beauty!', 'https://img.gamemonetize.com/nyiuj3jbni09dgrlq7sprklwcsan48kg/512x384.jpg', 'https://html5.gamemonetize.com/nyiuj3jbni09dgrlq7sprklwcsan48kg/', '0', 'Adventure', 0, 0, '', 'horse-pet-salon-d'), (7396, 'Candy Bubble Panda', 'Welcome to the world of candy bubble panda , which has a variety of bubbles and candies are waiting for you. Aim, shoot and blast all the candies in this addictive bubble shooter puzzle. Your mission is blast through each puzzle. You will spend hours of fun matching lines of the same candy and solving our amazing brain teasers puzzle', 'https://img.gamemonetize.com/joq76uzzu6k6y2hb57fm85gcd8ou452j/512x384.jpg', 'https://html5.gamemonetize.com/joq76uzzu6k6y2hb57fm85gcd8ou452j/', '0', 'Shooting', 0, 0, '', 'candy-bubble-panda'), (7397, 'City Taxi Driver', 'City Taxi Driver is a free online taxi game where you are a taxi driver in the city. Pick up passengers, earn money and upgrade your car. City Taxi Driver Online Games is a very popular game where you can drive your cab in the city. City Taxi Driver is a great game for kids and adults alike. Drive your taxi through the city and earn money.', 'https://img.gamemonetize.com/ezv63u2da1hqrus24aw3gpv15l844m4u/512x384.jpg', 'https://html5.gamemonetize.com/ezv63u2da1hqrus24aw3gpv15l844m4u/', '0', 'Racing', 0, 0, '', 'city-taxi-driver'), (7398, 'Among Us Poppy Playtime', 'Among Us wars Poppy Playtime is an extremely interesting Among Us game and action game on dop5. When participating in Among Us great war Poppy Playtime , players will have the opportunity to transform into Among Us crew members. Your mission is to fight the dark forces from Poppy Playtime. However, before encountering the Poppy Playtime bosses, you need to overcome Squid Game\'s fierce guards. Let\'s play the game and destroy the boss Poppy Playtime.', 'https://img.gamemonetize.com/4k9k1xk3tr7baerenentodkuc37cehz6/512x384.jpg', 'https://html5.gamemonetize.com/4k9k1xk3tr7baerenentodkuc37cehz6/', '0', 'Adventure', 0, 0, '', 'among-us--poppy-playtime'), (7399, 'Wooden 3D Puzzle', 'Wooden 3D Puzzle is an exciting puzzle game. Have a lot of fun putting together 3D wooden puzzles right in your browser. Tap and hold a part, then drag it to the desired location.', 'https://img.gamemonetize.com/56tml83q4i1st31hruxjj7nm0l1p6exq/512x384.jpg', 'https://html5.gamemonetize.com/56tml83q4i1st31hruxjj7nm0l1p6exq/', '0', 'Puzzles', 0, 0, '', 'wooden-d-puzzle'), (7400, 'Bubble Shooter Chicken', 'Eveyone loves bubble shooting games. Welcome to Bubble shooter chicken a new amazing bubble shooting game. Aim and release bubble fruits and 3 or more identical ones. Try to save all little chicken babies to unlock the next level. Collect boosters to help you with hard levels. Explore tons of challenging sweet levels and try to unlock them all.', 'https://img.gamemonetize.com/rzakp3w0ynyissppp3sc9obmbirvrlpe/512x384.jpg', 'https://html5.gamemonetize.com/rzakp3w0ynyissppp3sc9obmbirvrlpe/', '0', 'Puzzles', 0, 0, '', 'bubble-shooter-chicken'), (7401, 'Jewel Sliding', 'Welcome to Jewel Sliding Puzzle Game. You will have more fun by eliminating these jewel puzzle blocks in jewel puzzle blocks game. use your brain and slide jewel to eliminate full lines and level Up have fun', 'https://img.gamemonetize.com/luhzfr8ojb1fl4wkquowjnjycu4hi6m5/512x384.jpg', 'https://html5.gamemonetize.com/luhzfr8ojb1fl4wkquowjnjycu4hi6m5/', '0', 'Puzzles', 0, 0, '', 'jewel-sliding'), (7402, 'Blue spheres', 'Simple puzzle game Guide the spheres through different obstacles, using only one controller.', 'https://img.gamemonetize.com/reu3oi1hixz0xidyhwbs6coyxyrj1x2r/512x384.jpg', 'https://html5.gamemonetize.com/reu3oi1hixz0xidyhwbs6coyxyrj1x2r/', '0', 'Puzzles', 0, 0, '', 'blue-spheres'), (7403, 'Fashion Celebrity Dress Up Game 1', 'Tina\'s fashion ranking has dropped a lot lately. It makes her very anxious. And her friend Kim tells her if she wins the Bikini Contest holded by the Celebrity Magazine next week, she will appear on the cover of its next issue. Although she is a little bit nervous, she takes this opportunity. Come and help her dress up for the contest. With your sense of fashion, we are sure she will win!', 'https://img.gamemonetize.com/1mivebjsb1aj1ah0nmkzbjvhf2n6yoao/512x384.jpg', 'https://html5.gamemonetize.com/1mivebjsb1aj1ah0nmkzbjvhf2n6yoao/', '0', 'Girls', 0, 0, '', 'fashion-celebrity-dress-up-game-'), (7404, 'Pro Builder 3D Game', 'Pro Builder 3D is a popular house-building game for players. You play the role of a builder and your task is to build houses and sell them for money. Collect wood to carry to the designated places, you can hire workers, and also you can use extra skills to speed yourself up. Hard work pays off, and all the money you make is earned by your labor! Enjoy!', 'https://img.gamemonetize.com/2eolgw6cf0kbvebsa4s8r4s6tf75uuh2/512x384.jpg', 'https://html5.gamemonetize.com/2eolgw6cf0kbvebsa4s8r4s6tf75uuh2/', '0', '3D', 0, 0, '', 'pro-builder-d-game'), (7405, 'Girl Prom Hand Care', 'Emergency! Chloe will go to meet a prince today. But her hands are not beautiful. What happened? Chloe does too much housework every day. That makes her hands dirty and dough. Can you help her to solve the problem immediately? Not only cleaning, but also a big makeover. Don\'t forget to make a perfect nail art for her hands. She will love it and thank you.', 'https://img.gamemonetize.com/lbip1vq3b8g3innvy1ire0gr5xx5lf8o/512x384.jpg', 'https://html5.gamemonetize.com/lbip1vq3b8g3innvy1ire0gr5xx5lf8o/', '0', 'Girls', 0, 0, '', 'girl-prom-hand-care'), (7406, 'Garden Survive', 'You should survive with your cube characters inside of a garden made with cubes. You should be careful with the razors come to you and the walls which fall down on you and the spiked woods. If you can catch the heath which appears sometimes in the garden, you can extra life. On each time the level increases, you will have right to unlock new character.', 'https://img.gamemonetize.com/eyfq6wbbzfn2rk9ito0k8h5d5ibufn83/512x384.jpg', 'https://html5.gamemonetize.com/eyfq6wbbzfn2rk9ito0k8h5d5ibufn83/', '0', 'Hypercasual', 0, 0, '', 'garden-survive'), (7407, 'Sonic Runner', 'Surely you know that a brave hedgehog named Sonic loves to run. But he does this not to maintain good physical shape, but to stop an evil scientist who dreams of getting the Chaos Emerald. Go to the next race with Sonic to help him stop the professor.', 'https://img.gamemonetize.com/n56w8uqzlmlj04k8wkuysb6s0t23d4sc/512x384.jpg', 'https://html5.gamemonetize.com/n56w8uqzlmlj04k8wkuysb6s0t23d4sc/', '0', 'Arcade', 0, 0, '', 'sonic-runner'), (7408, 'Blocky Combat Swat Fun 3D', 'The finest games for the soul allow you to equip a broad array of weapons. You and your ghost robot army have been in war for a long time across many Minecraft worlds. I realize the undead can do a lot and promise you more challenging obstacles are on the horizon. I am unable to put aside the necessary funds at this time. Like any good arcade shooter, this one\'s enjoyment factor is significantly increased by using cover during gunfights. Vote up the most excellent free gaming alias for your cell phone below. In the accompanying diagram, you can see an inventory of all our possessions, including all of the firearms and other weapons we own. The protagonist in a first-person shooter is typically equipped with guns.', 'https://img.gamemonetize.com/c0hupxr9u5x7r5ekkwc2djz8k3n68vem/512x384.jpg', 'https://html5.gamemonetize.com/c0hupxr9u5x7r5ekkwc2djz8k3n68vem/', '0', 'Shooting', 0, 0, '', 'blocky-combat-swat-fun-d'), (7409, 'Metazoa Jigsaw', 'Metazoa Jigsaw is a different flavor of classical jigsaw game. Arrange the jigsaw pieces of a picture to form the original picture. There are 2 modes in the games. Each mode has 24 levels. You must complete a level within time limits.', 'https://img.gamemonetize.com/bg63nv24nj5w8518buudkl706bbnjvm7/512x384.jpg', 'https://html5.gamemonetize.com/bg63nv24nj5w8518buudkl706bbnjvm7/', '0', 'Puzzles', 0, 0, '', 'metazoa-jigsaw'), (7410, 'Blocky Combat Swat Vehicle Desert', 'Top undead breakout games, both single-player and multiplayer, provide you access to a vast array of weapons. You\'ve been taking the fight to Minecraft undead Bots across many maps. In a zombie war, even if you manage to arm yourself, you still have to deal with other undead. I am not even close to being prepared for it. To enjoy these fps games safely, you\'ll need to take cover behind various objects. Do you have a favourite person with whom you enjoy playing free online action games? In total, how many guns does the narrator possess?', 'https://img.gamemonetize.com/6204m2jegnaoi6cy5ljpx26obv35r99v/512x384.jpg', 'https://html5.gamemonetize.com/6204m2jegnaoi6cy5ljpx26obv35r99v/', '0', 'Shooting', 0, 0, '', 'blocky-combat-swat-vehicle-desert'), (7411, 'Kart Stroop', 'Kart Stroop Effect Challenge is a game based on intuition and perception. Collect points as possible by entering the color written and not the color of the word.', 'https://img.gamemonetize.com/l8b975u76w5g3eoqbsv1qqr9j7aueqha/512x384.jpg', 'https://html5.gamemonetize.com/l8b975u76w5g3eoqbsv1qqr9j7aueqha/', '0', 'Clicker', 0, 0, '', 'kart-stroop'), (7412, 'Brick Racing 3D', 'Here is a car dodging skillful racing game with 3D sportscars. Your car is armed with machine guns and you need to eliminate as many cars as possible while running and dodging other vehicles. Glad you will earn enough gold coins and buy your favorite vehicles!', 'https://img.gamemonetize.com/1bo9hhrr25atsp7ioo5s1johyqh9xi6v/512x384.jpg', 'https://html5.gamemonetize.com/1bo9hhrr25atsp7ioo5s1johyqh9xi6v/', '0', 'Racing', 0, 0, '', 'brick-racing-d'), (7413, 'Kayara Jigsaw Puzzle Online', 'A wide selection of high quality free jigsaw puzzles on ***** will bring you to the whole family while playing this game. for kids and adults who love jigsaw puzzles games, "Jigsaw Puzzle *****" is for everyone! With 15 different jigsaw puzzles featuring beautiful pictures of ******, you and your kids are sure to find something to enjoy. Enjoy 15 different puzzles: easy for kids, challenging for adults.', 'https://img.gamemonetize.com/smoj6ago1oi9jo9xv7dre8v4dd2nhrd8/512x384.jpg', 'https://html5.gamemonetize.com/smoj6ago1oi9jo9xv7dre8v4dd2nhrd8/', '0', 'Puzzles', 0, 0, '', 'kayara-jigsaw-puzzle-online'), (7414, 'Idle Fall Balls', 'Idle Fall Balls is the new addicting simulation game in 2019. Watch the different balls (football, tennis, golf, pool, volleyball, rugby...) fall down through the various obstacles.', 'https://img.gamemonetize.com/nyprer5zxhble6b4p2p3gozsmbqwelkr/512x384.jpg', 'https://html5.gamemonetize.com/nyprer5zxhble6b4p2p3gozsmbqwelkr/', '0', 'Arcade', 0, 0, '', 'idle-fall-balls'), (7415, 'Shortcut Run 3D Huggy', 'In this running game, collect as much as planks as possible and build shortcut bridges to overcome your opponents. There is only one champion among us. Is it you? Noob vs. pro, show us which one are you!', 'https://img.gamemonetize.com/dr2ondknuvxtoblebd7ygpdjh9el5w16/512x384.jpg', 'https://html5.gamemonetize.com/dr2ondknuvxtoblebd7ygpdjh9el5w16/', '0', 'Adventure', 0, 0, '', 'shortcut-run-d-huggy'), (7416, 'Billy the Kid', 'Get ready to shoot cowboy, because it’s time to deal with Billy the Kid and his gang of rascals. Those vermin are trying to take control of the city and if we want to be able to drink peacefully in the saloon, we are going to have to make them understand who’s the sheriff in this town… which is you in fact so your are the one who’s doing the shooting part. While you’re at it, if you could save the daughter of the mayor and avoid shooting civilian, that would be nice.', 'https://img.gamemonetize.com/s249o3ytnqfxehvn52akh6855l0j5yth/512x384.jpg', 'https://html5.gamemonetize.com/s249o3ytnqfxehvn52akh6855l0j5yth/', '0', 'Shooting', 0, 0, '', 'billy-the-kid'), (7417, 'Ball Wall', 'Do not let the ball fall down. Move the platform to make it bounce. It\'s like a bricks breaker game without bricks, where the ball go faster and faster... It\'s a very difficult challenge to keep the ball on the playground. Easy-to-play and addictive !', 'https://img.gamemonetize.com/f4sohxm8qqp0s28ybci53m8h96gzl5rs/512x384.jpg', 'https://html5.gamemonetize.com/f4sohxm8qqp0s28ybci53m8h96gzl5rs/', '0', 'Hypercasual', 0, 0, '', 'ball-wall'), (7418, 'Become a Nurse', 'You can now become a nurse ! Play as a nurse and take care of the patients. They need your help ! Treat and pain such as: acne, louse, conjunctivitis. Hey Girls ! This game is made for you. It\'s time to heal your patients.', 'https://img.gamemonetize.com/rtmol2eotvtbtvb9vxhkn8c4nmkzfof5/512x384.jpg', 'https://html5.gamemonetize.com/rtmol2eotvtbtvb9vxhkn8c4nmkzfof5/', '0', 'Hypercasual', 0, 0, '', 'become-a-nurse'), (7419, 'BITCOIN vs ETHEREUM DASH IOTA', 'BITCOIN vs ETHEREUM DASH IOTA is an offline multiplayer game. You can play against the computer or against other players or friends on the same mobile / smartphone or tablet. Choose a crypto currency coin and try to stay inside the circle. Your virtual currency coin is spinning on itself. Every time you push your button, your coin will move straight forward and will push the other coins. You must stay inside the circle and try to move out the other coins.', 'https://img.gamemonetize.com/kyywvux8lm78abue5xtses3xptssz6x4/512x384.jpg', 'https://html5.gamemonetize.com/kyywvux8lm78abue5xtses3xptssz6x4/', '0', 'Arcade', 0, 0, '', 'bitcoin-vs-ethereum-dash-iota'), (7420, 'Balls Numbers Match !', 'Can you shoot balls, merge them and reach 2048 ? This game is a mix of arcade and puzzle game. You will love it as it is super simple and super fun to play. Shoot balls, if they have the same numbers and are adjacent they will merge and add their respective numbers : 2+2=4 Easy ? Can you reach 2048 ?', 'https://img.gamemonetize.com/mnmr4mc1a4x4sayw1qo9q4omd8ya9hyr/512x384.jpg', 'https://html5.gamemonetize.com/mnmr4mc1a4x4sayw1qo9q4omd8ya9hyr/', '0', 'Hypercasual', 0, 0, '', 'balls-numbers-match-'), (7421, 'Neon Crush', 'Neon Crush is a match-3 game. Match-3 is a popular type of casual puzzle game. The objective of the game is to make combinations of pieces of the same type to burst the pieces and earn points. With various types of unique power-ups you can burst pieces of the same type, burst all the pieces on the screen or even burst a “bombâ€, to clear a piece region and accumulate more points. Play with your friends and get the highest score possible!', 'https://img.gamemonetize.com/312jvai1frx0hcmwdkvlyrgbrhgfqgkp/512x384.jpg', 'https://html5.gamemonetize.com/312jvai1frx0hcmwdkvlyrgbrhgfqgkp/', '0', 'Puzzles', 0, 0, '', 'neon-crush'), (7422, 'Balloon Pop Kidd', 'Enjoy The Ballon Pop Game', 'https://img.gamemonetize.com/pqugu209k65oel610ciqpsifj2huhjtd/512x384.jpg', 'https://html5.gamemonetize.com/pqugu209k65oel610ciqpsifj2huhjtd/', '0', 'Arcade', 0, 0, '', 'balloon-pop-kidd'), (7423, 'Sky Fall', 'Welcome to Skyfall Skyfall is an exciting endless game, where you need to avoid obstacles like the helicopter, birds and balloon with bombs on the way makes this game even more exciting in this new fun game. Have fun handling parachute and score as high as possible. Rules are simple. - Swipe on screen to move player - Beware of obstacles - Collect as many tokens as you can to reach the limit of cash out - Score as much as you can', 'https://img.gamemonetize.com/2n8dzudkjgcddjthpn30o2mi04emzypn/512x384.jpg', 'https://html5.gamemonetize.com/2n8dzudkjgcddjthpn30o2mi04emzypn/', '0', 'Hypercasual', 0, 0, '', 'sky-fall'), (7424, 'Temple Run 2 Tomb Runner', 'Jungle adventure awaits! Do you like running games? If so, this adventure game is for you! The addictive mega-hit Temple Run is now out for you! All your friends are playing it - can you beat their high scores?! You\'ve stolen the cursed idol from the temple, and now you have to run for your life to escape the Evil Demon Monkeys nipping at your heels. Test your reflexes as you race down ancient temple walls and along sheer cliffs. Swipe to turn, jump and slide to avoid obstacles, collect coins and buy power-ups, unlock new characters, and see how far you can run! This is an endless jungle frosty run game based in a dark jungle environment which gives you more fun and adventure. lost prince Endless scary run 2020 is the most excited and dark castle jungle-themed game. run as fast as you can to be the best runner and escape from the danger.', 'https://img.gamemonetize.com/ilxw7tztepuvxcbyhhjy1jducqlfyr6l/512x384.jpg', 'https://html5.gamemonetize.com/ilxw7tztepuvxcbyhhjy1jducqlfyr6l/', '0', 'Adventure', 0, 0, '', 'temple-run---tomb-runner'), (7425, 'Madness Cooking Burger Games', 'Hello, Best Burger Cooking Chef! You’re welcome in our free Burger Cooking Simulator game. Burger wala game is here! Have you ever dreamed of being Star Chef in top cook café of Bargarh game? That’s your chance to open your own hamburguesas shop! It’s high time for fever Cooking! Cooking madness will bring crazy cooking restaurant game 2022 experience and pull you in cozinha maluca world! Coking Burger game is so much fun! What’s on you menu today in barger games?', 'https://img.gamemonetize.com/pp4fo7li6nqxs6oet3o0qyfbltfbnbss/512x384.jpg', 'https://html5.gamemonetize.com/pp4fo7li6nqxs6oet3o0qyfbltfbnbss/', '0', 'Hypercasual', 0, 0, '', 'madness-cooking-burger-games'), (7426, 'Magic Tiles Piano Squid', 'How fun is it to capture the most precious moments of the year with a wink of rhythms? Let’s MUSIC your soul with the beat of hit songs 2022. Magic Tiles - Piano Fire is a special game in different genres of piano games with wonderful gameplay. It Blends piano and EDM music perfectly, you can feel the collision of ice and fire, and get addicted to hot and popular songs around the world! Learn piano online is an extremely interesting music game on Fun Game. When participating in Learn Piano Online, players will have the opportunity to experience the feeling of playing the piano right on their screen. Your task is to touch the running notes to play the piano. If you accidentally touch and slide out, you will lose.', 'https://img.gamemonetize.com/7s9hk1ka1l8joyhwzkkn88dr4294bzam/512x384.jpg', 'https://html5.gamemonetize.com/7s9hk1ka1l8joyhwzkkn88dr4294bzam/', '0', 'Clicker', 0, 0, '', 'magic-tiles--piano-squid'), (7427, 'Ben 10 Omnitrix Shooting', 'Shooting Omnitrix is ​​an extremely interesting Ben 10 game and action game on Dop5. When participating in Omnitrix Bombardment, players will have the opportunity to meet the character Cannonbolt again. Your task is to help Cannonbolt bombard the Omnitrix clocks with the ball crossbow. You need to shoot all Omnitrix to complete the level. Omnitrix Shooting is a collection of arcade and puzzle games our hero and his friends continue their fight against the evil Lord Vilgax who still seeks to seize the Omnitrix to dominate the world. Omnitrix Shooting is an arcade game in which you will have to help the boy through 4 different missions made up of numerous challenges. Each mission offers a specific mini game and they will be divided into several levels in which you will have to use the many alien transformations of your hero and his different powers. Mini shooting and platform games or even hacking missions, our hero will have a lot to do to defeat his enemies and succeed in all the challenges.', 'https://img.gamemonetize.com/rvhtog4y35q26qazvi5d7n9omv4uvdlt/512x384.jpg', 'https://html5.gamemonetize.com/rvhtog4y35q26qazvi5d7n9omv4uvdlt/', '0', 'Shooting', 0, 0, '', 'ben---omnitrix-shooting'), (7428, 'My City Dentist visit', 'The city is excited, the dentist and his family have moved in! My City : Dentist Visit is where you decide what happens and when. It is your story. Our new game brings lots of exciting new locations to play and explore. Your city will have a local Hair Salon, Supermarket and of course the dentist and his family home ! Think of all the new things you could do within your city all the new locations, clothing and characters.', 'https://img.gamemonetize.com/pr04jilqddgw4rfkkjiodzcapimlr8s7/512x384.jpg', 'https://html5.gamemonetize.com/pr04jilqddgw4rfkkjiodzcapimlr8s7/', '0', 'Hypercasual', 0, 0, '', 'my-city--dentist-visit'), (7429, 'Colorful ball X', 'Are you ready for a colorful adventure? Take the ball to the exit to win the game. Press the buttons to unlock the locked doors. but watch out for the spikes if you touch the spikes the ball will explode. the little ball is waiting for you.', 'https://img.gamemonetize.com/9v3r37f0o03fxzl8j5hzog9iypu8a7cu/512x384.jpg', 'https://html5.gamemonetize.com/9v3r37f0o03fxzl8j5hzog9iypu8a7cu/', '0', 'Puzzles', 0, 0, '', 'colorful-ball-x'), (7430, 'Doll Queen Designer', 'Create her dream toy by collecting the dresses and coloring them. Doll Queen Designer have smooth controls and over 100 levels.', 'https://img.gamemonetize.com/8pcqqe3iujr5owvf0zus4aa17ah26dne/512x384.jpg', 'https://html5.gamemonetize.com/8pcqqe3iujr5owvf0zus4aa17ah26dne/', '0', 'Arcade', 0, 0, '', 'doll-queen-designer'), (7431, 'Super Penguboy Game', '“Super Penguboy†is a very fun and colorful side scrolling game! Help the little penguin to defeat his enemies and go through obstacles and traps. Collect all coins to get big points! Beat all the levels collecting all the stars and have fun in this amazing game!', 'https://img.gamemonetize.com/gsrbax6iyazvy7r4rfufe19wv46kcpfb/512x384.jpg', 'https://html5.gamemonetize.com/gsrbax6iyazvy7r4rfufe19wv46kcpfb/', '0', 'Adventure', 0, 0, '', 'super-penguboy-game'), (7432, 'Imposter Solo Kill 2', 'Do you like action games? Great, Imposter Smasher game waiting for you. You need to beat your opponents before other opponents see you. You must achieve this!', 'https://img.gamemonetize.com/0o3d88g6c4pvpcqqvmybpfzyq2gwiveb/512x384.jpg', 'https://html5.gamemonetize.com/0o3d88g6c4pvpcqqvmybpfzyq2gwiveb/', '0', 'Adventure', 0, 0, '', 'imposter-solo-kill-'), (7433, 'Jigsaw Squid Game', 'Jigsaw Squid Game is an extremely interesting puzzle, jigsaw, and dop5 game on Fun Game. Coming to the Squid Puzzle Game, players will have the opportunity to practice their observation ability and meticulousness when performing the work of arranging the discrete pieces to form a complete picture of the characters in the movie Squid. Game (Squid Game). This free game for series lovers contains squid puzzles, its a full squid puzzles game. This Game Contains: * Easy to learn and control. * Friendly interface & simple. * Large and small puzzle pieces.', 'https://img.gamemonetize.com/04m0gdhowcte8jmo4oucsppvnk2i9mg4/512x384.jpg', 'https://html5.gamemonetize.com/04m0gdhowcte8jmo4oucsppvnk2i9mg4/', '0', 'Puzzles', 0, 0, '', 'jigsaw-squid-game'), (7434, 'Tom & Angela Jump', 'Anyone Loves Talking tom and angela? Well! This jumping game will amaze you. Tap or Click To Make Tom & angela jump and be careful to not fall from edges or in water. Jump over crocodiles and get a high score. Enjoy', 'https://img.gamemonetize.com/swjuigc0cd2hcsxr1xo6jclbutjumzgt/512x384.jpg', 'https://html5.gamemonetize.com/swjuigc0cd2hcsxr1xo6jclbutjumzgt/', '0', 'Clicker', 0, 0, '', 'tom-amp-angela-jump'), (7435, 'Macaw Escape', 'Macaw Escape is a point and click game developed by 8B Games/Games2live. Imagine that you had been to a Village, On there a macaw had trapped. Here is the interesting puzzles and hidden objects to find and rescue the Macaw. Good luck.. Have fun!', 'https://img.gamemonetize.com/5yh20sx23xz1ds3rlng0aajg0crdji1w/512x384.jpg', 'https://html5.gamemonetize.com/5yh20sx23xz1ds3rlng0aajg0crdji1w/', '0', 'Puzzles', 0, 0, '', 'macaw-escape'), (7436, 'Brown Land Escape', 'Brown Land Escape is a point and click game developed by 8B Games/Games2live. Imagine that you had been to a village, On there you had trapped. Here are the interesting puzzles and hidden objects to find and get escape from the village. Good luck... Have fun!', 'https://img.gamemonetize.com/vws12rteu6zfkh7c2ga81gwr2lkvj37i/512x384.jpg', 'https://html5.gamemonetize.com/vws12rteu6zfkh7c2ga81gwr2lkvj37i/', '0', 'Puzzles', 0, 0, '', 'brown-land-escape'), (7437, 'Pink Gate Escape', 'Pink Gate Escape is a point and click game developed by 8B Games/Games2live. Imagine that you had been to a Land, On there you had trapped . Here is the interesting puzzles and hidden objects to find and escape from the Pink Gate. Good luck.. Have fun!', 'https://img.gamemonetize.com/jj7a0mlo193fkrxxoag8wfacnjnoifmj/512x384.jpg', 'https://html5.gamemonetize.com/jj7a0mlo193fkrxxoag8wfacnjnoifmj/', '0', 'Puzzles', 0, 0, '', 'pink-gate-escape'), (7438, 'Rescue the Girl 1', 'Rescue The Girl 1 is a point and click game developed by 8B Games/Games2live. Imagine that you had been to a village, On there you found a girl got trapped. Here are the interesting puzzles and hidden objects to find and rescue the girl. Good luck. Have fun!', 'https://img.gamemonetize.com/6aqghcq4u39ah90gxm8fjsmrkwsfe9go/512x384.jpg', 'https://html5.gamemonetize.com/6aqghcq4u39ah90gxm8fjsmrkwsfe9go/', '0', 'Puzzles', 0, 0, '', 'rescue-the-girl-'), (7439, 'Mermaid Escape', 'Mermaid Escape is a point and click game developed by 8B Games/Games2Mad. Imagine that you had been to a village, On there you found a Mermaid got trapped. Here is the interesting puzzles and hidden objects to find and rescue the Mermaid. Good luck.. Have fun!', 'https://img.gamemonetize.com/a6ewnvcrfoshbe8q7iqizk065d73yhut/512x384.jpg', 'https://html5.gamemonetize.com/a6ewnvcrfoshbe8q7iqizk065d73yhut/', '0', 'Puzzles', 0, 0, '', 'mermaid-escape'), (7440, 'Old Teacher Escape', 'Old Teacher Escape is a point and click escape game developed by 8BGames. Imagine that you went to your Teacher\'s home. When you went there he got trapped. Here are the interesting puzzles and hidden objects to find and rescue the Teacher Good luck…Have fun!', 'https://img.gamemonetize.com/2bb45m14nwf1m3jr5sittkyypsw6qsrg/512x384.jpg', 'https://html5.gamemonetize.com/2bb45m14nwf1m3jr5sittkyypsw6qsrg/', '0', 'Puzzles', 0, 0, '', 'old-teacher-escape'), (7441, 'River Land Escape', 'River Land Escape is a point and click game developed by 8B Games/Games2live. Imagine you went on a tour and you want to take a break. Here are interesting puzzles and hidden objects to find and relax. Good luck.. Enjoy!', 'https://img.gamemonetize.com/ivthjo0j8rv78zja3xszpszbf22ksqor/512x384.jpg', 'https://html5.gamemonetize.com/ivthjo0j8rv78zja3xszpszbf22ksqor/', '0', 'Puzzles', 0, 0, '', 'river-land-escape'), (7442, 'Party Cups Stack', 'Party Cups Stack is a casual stack game for all ages. Slide to go ahead and collect the cups as much as possible. You can also pass through different obstacles to make drinks. You can get a reward by selling the cup in your hand at the end. Have fun!', 'https://img.gamemonetize.com/vzpremlxgszl67tta5j7x9seyr5oceby/512x384.jpg', 'https://html5.gamemonetize.com/vzpremlxgszl67tta5j7x9seyr5oceby/', '0', 'Puzzles', 0, 0, '', 'party-cups-stack'), (7443, 'Blondie Reload', 'Look who\'s back! This is the charming Blondie and her boyfriend Kenny. They are a great stylish couple. Just take a look at their wonderful outfits inspired by the fashion of the 80s. Charge yourself with the radiant energy of Blondie and Kenny, plunge into the world of high fashion with your lovers on the sunny coast and among the lights of the night city. Dance, have fun and roller-skate through the streets of the metropolis or along the promenade.', 'https://img.gamemonetize.com/swi70ij9xt1z15hn2u7r7fm6atzaylvg/512x384.jpg', 'https://html5.gamemonetize.com/swi70ij9xt1z15hn2u7r7fm6atzaylvg/', '0', 'Girls', 0, 0, '', 'blondie-reload'), (7444, 'Busy Little man of the sean', 'It is a pixel-style production of the raft survival class of the game, in the game players need to constantly collect all kinds of supplies to build their ARK, the game set a large number of levels can be challenged, interested in this game friends come to download it!', 'https://img.gamemonetize.com/p1c6og6gjr2l3otc5ynw0isvfol4hy7v/512x384.jpg', 'https://html5.gamemonetize.com/p1c6og6gjr2l3otc5ynw0isvfol4hy7v/', '0', 'Adventure', 0, 0, '', 'busy-little-man-of-the-sean'), (7445, 'Little Panda Truck Team Build The City', 'Little Panda\'s truck Team is a very addictive game. In this game, you need to help the truck team build the railway station and rebuild the amusement park. You will use various kinds of trucks to do your work. Use a roller to flatten the road, a forklift to lay formwork and tracks, and use a crane to install parts for Ferris wheels and roller coasters, etc. While you are playing this game, the trucks also introduce themselves to you, which can reinforce your impression of the trucks. You will not only learn how the trucks work but also have lots of fun in this game. Isn\'t it amazing? Enjoy!', 'https://img.gamemonetize.com/1h55lxp1c77doz9zl99cqcw0yf5xkbk3/512x384.jpg', 'https://html5.gamemonetize.com/1h55lxp1c77doz9zl99cqcw0yf5xkbk3/', '0', 'Girls', 0, 0, '', 'little-panda-truck-team--build-the-city'), (7446, 'Noobs and Squid Challenge', 'hey are you noob squid challenge? Be careful the competitors are coming from everywhere and don\'t let it go to the finish line. Remember, you have to run to shoot. you can never hit standing still run and shoot the guys. run nonstop.', 'https://img.gamemonetize.com/lc1h70clwbnwy9to5kgrwz5lann9451r/512x384.jpg', 'https://html5.gamemonetize.com/lc1h70clwbnwy9to5kgrwz5lann9451r/', '0', 'Action', 0, 0, '', 'noobs-and-squid-challenge'), (7447, 'Football Penalty Champions', 'You’ve been following the world cup on TV since you were a kid, you love football and you’d like to kick the ball as soon as possible? Then Football Penalty World Cup is the perfect game for you. Imagine yourself a night of big match during the last minutes of the game. It’s a tie for now and everything rely on your ability to offer a penalty to your team. It’s about time to put your reflexes to the trial!', 'https://img.gamemonetize.com/kdc3vjxh7rxnbrv5nwroi8atmyfq1uji/512x384.jpg', 'https://html5.gamemonetize.com/kdc3vjxh7rxnbrv5nwroi8atmyfq1uji/', '0', 'Sports', 0, 0, '', 'football-penalty-champions'), (7448, 'Noobcraft House Escape', 'You have to help that noob that everyone loves to escape from the house. Help and escape from the house. Noob wants to be a man and take his golden sword and escape from the house and can\'t break the door. but when he finds that he needs to find the golden key and coin in the house, the secret portal inside the house will be revealed as soon as he gets the coins in the chest. the portal emerges and you are sent to the next world.', 'https://img.gamemonetize.com/8s63h8uzcje81qpq0v38qvifs5u5jfhs/512x384.jpg', 'https://html5.gamemonetize.com/8s63h8uzcje81qpq0v38qvifs5u5jfhs/', '0', 'Arcade', 0, 0, '', 'noobcraft-house-escape'), (7449, 'Crazy Bomber', 'Crazy bombing allows you to launch all kinds of shells to complete the clearance. You will unlock all the super battery in the game, and destroy all the enemies in the future. The super powerful shells will be used by you. You can quickly destroy the opponents and pass through smoothly. There are many interesting games waiting for you to experience', 'https://img.gamemonetize.com/2kjtw8pwlvaa1pia4fl9h0rf21r6f1l8/512x384.jpg', 'https://html5.gamemonetize.com/2kjtw8pwlvaa1pia4fl9h0rf21r6f1l8/', '0', 'Adventure', 0, 0, '', 'crazy-bomber'), (7450, 'Flappy Talking Tom Mobile', 'In the game Flappy Talking Tom, the usually talkative Tom cat will behave in silence. He is not up to talking when the hero is preparing to set a record for the longest flight. Help him overcome incredible obstacles. The game is very similar to similar toys with clumsily fluttering chicks. Cats can\'t fly at all, so the task will be more difficult. Try to keep the hero in the air and slip into empty spaces between obstacles. If your device has a touch screen, hold the character with a touch of your finger.', 'https://img.gamemonetize.com/xs2e1en6wxdyv7a7s86bvhvydnoii3nl/512x384.jpg', 'https://html5.gamemonetize.com/xs2e1en6wxdyv7a7s86bvhvydnoii3nl/', '0', 'Arcade', 0, 0, '', 'flappy-talking-tom-mobile'), (7451, 'Mario Runner Mobile', 'Time passes and every computer hero must find himself in a new life. Mario decided not to change himself too much and started running well. Such a run can make him a real champion. On the way to the finish line, he will meet different creatures that can interfere with him, that\'s where you have to intervene. Don\'t let someone interfere with his task.', 'https://img.gamemonetize.com/pwx3296zuy2yepc3leycoqabrwpdil4b/512x384.jpg', 'https://html5.gamemonetize.com/pwx3296zuy2yepc3leycoqabrwpdil4b/', '0', 'Arcade', 0, 0, '', 'mario-runner-mobile'), (7452, 'Hero Tales', 'A fantasy world, filed with monsters and magnificent views are waiting for you. Incarnate a charismatic and valiant character. He is all in to save his life and get rid of his enemies. But be careful, each enemy you kill will drain your life. It’s up to you to manage the balance between you life and your attacks. You can regain life thanks to bananas! Hearts and little apples you will find along the way.', 'https://img.gamemonetize.com/ddcycjl6yefi1ewincwp7xmawlhwhu3w/512x384.jpg', 'https://html5.gamemonetize.com/ddcycjl6yefi1ewincwp7xmawlhwhu3w/', '0', 'Adventure', 0, 0, '', 'hero-tales'), (7453, 'Catch the Pika', 'Are you ready to catch the pika? Tap on boxes to release the poke ball and make it rotate to touch the pika. Explore some amazing and challenging level and try to finish them all. Good luck', 'https://img.gamemonetize.com/ssdemv25hio0t03uxmmcogwq374ufzke/512x384.jpg', 'https://html5.gamemonetize.com/ssdemv25hio0t03uxmmcogwq374ufzke/', '0', 'Puzzles', 0, 0, '', 'catch-the-pika'), (7454, 'Original Blocky Combat Swat 2022', 'Some of the best soul games out there let you equip a wide variety of lethal firearms. You and an army of ghost drones have been at war for quite some time throughout several Minecraft realms. I acknowledge that zombies are capable and assure you that more significant challenges will soon be presented. I lack the means to save up for it right now. Having cover during gunfights is a massive part of what makes this game so fun, just like it is in any arcade shooter. Pick the best free cell phone alias for online gaming by voting up the options below. Everything we own, including firearms and other weapons, is itemized in the graphic accompanying this sentence. The hero in a shooter game is usually armed.', 'https://img.gamemonetize.com/h21wi1cx2am7x3b1d68js5lw36lj69ig/512x384.jpg', 'https://html5.gamemonetize.com/h21wi1cx2am7x3b1d68js5lw36lj69ig/', '0', 'Shooting', 0, 0, '', 'original-blocky-combat-swat-'), (7455, 'Scroll Happy Run', 'This is a fun addicting skill game in which you have to control a little character that rolls through paths full of obstacles and gaps, and join others to reach the finish line. Start rolling your way to the end of every stage and collect other little characters to create a larger wheel. The more people join your wheel, the larger can be the obstacles and gaps you pass, but of course you will lose some of the little figures behind. Try to complete every stage with as many figures as possible to earn more coins and unlock new role.', 'https://img.gamemonetize.com/yk5gvkh76bsoi6ansd30dge65urxxo7d/512x384.jpg', 'https://html5.gamemonetize.com/yk5gvkh76bsoi6ansd30dge65urxxo7d/', '0', 'Action', 0, 0, '', 'scroll-happy-run'), (7456, 'Build House 3D', 'This is a placement game, the user\'s house in the game is blown up by meteorites, so they need to employ workers, improve efficiency and other ways to dig out their own house, the game screen is clean and simple. Users can also feel the growing amount of money in the mining process.', 'https://img.gamemonetize.com/lbbzv3gpydfe3hxb3mkt2plzkh6da577/512x384.jpg', 'https://html5.gamemonetize.com/lbbzv3gpydfe3hxb3mkt2plzkh6da577/', '0', 'Action', 0, 0, '', 'build-house-d'), (7457, 'Math Alchemist', 'According to the number from small to large, find all the numbers can, like the puzzle type of game friends can come in to try their own skills.', 'https://img.gamemonetize.com/bawm8kpzd9fu004sew9m7ehp1cfpf2k8/512x384.jpg', 'https://html5.gamemonetize.com/bawm8kpzd9fu004sew9m7ehp1cfpf2k8/', '0', 'Puzzles', 0, 0, '', 'math-alchemist'), (7458, 'Farm Parkour', 'Farm Parkour game is a multiplayer racing Parkour game. It is the first closed-loop map mode. Players can enjoy various thrills and interesting level settings in different closed-loop maps. At the same time, the vertical setting and one key one hand operation mode greatly reduce the entry threshold of the game.', 'https://img.gamemonetize.com/zjm6di0t22w0k8ylq01bh8ei46bdghl0/512x384.jpg', 'https://html5.gamemonetize.com/zjm6di0t22w0k8ylq01bh8ei46bdghl0/', '0', 'Action', 0, 0, '', 'farm-parkour'), (7459, 'Fruit Fest', 'The game is similar to fruit elimination music, by clicking the mouse to cut the fruit into small pieces, drop into the juicer will get rich juiceï¼', 'https://img.gamemonetize.com/9xwn58domhlonrwbr5ka256ntemqf02l/512x384.jpg', 'https://html5.gamemonetize.com/9xwn58domhlonrwbr5ka256ntemqf02l/', '0', 'Action', 0, 0, '', 'fruit-fest'), (7460, 'Moto Hot Wheels', 'The Chinese version of Hot Wheels racing game is a casual racing game. In the game, players can experience different feelings of racing. Different models of cars can freely choose different racetracks and match opponents randomly, there will be all kinds of obstacles to start the road, the first to win, can get rewards, interested partners, Xi Xi download can play the game Oh!', 'https://img.gamemonetize.com/fj4hyvz9idpln4pxyxq6glnk71phqyp1/512x384.jpg', 'https://html5.gamemonetize.com/fj4hyvz9idpln4pxyxq6glnk71phqyp1/', '0', 'Arcade', 0, 0, '', 'moto-hot-wheels'), (7461, 'Egg climing', 'Very interesting eggs on the hundred layers of the game, very good oh!', 'https://img.gamemonetize.com/41u8fisjsheu8et4z9eja4atkq3nboa9/512x384.jpg', 'https://html5.gamemonetize.com/41u8fisjsheu8et4z9eja4atkq3nboa9/', '0', 'Clicker', 0, 0, '', 'egg-climing'), (7462, 'Jungle Bricks Breaker', 'Looking for an addictive and challenging game? Look no further than Jungle Bricks Breaker! This online game will keep you entertained for hours as you try to break all the bricks. With different levels to beat, you\'ll never get bored. So what are you waiting for? Start playing now!', 'https://img.gamemonetize.com/8joy9jw8t1mdsq5hlyyab8al3nwgbryg/512x384.jpg', 'https://html5.gamemonetize.com/8joy9jw8t1mdsq5hlyyab8al3nwgbryg/', '0', 'Puzzles', 0, 0, '', 'jungle-bricks-breaker'), (7463, 'Fashion Shoe Maker Desing', 'You need to find two identical shoes among the cluttered sneakers, boots, footwear, heels, knickers and 1000+ different shoe design. That is fashion shoe design battle! It seems easy free shoe design match 3D game, but it will become more and more challenging to match two identical fashion shoes in larger heap of debris. This is the matching shoe design game you can have great time to play with it. Find shoes, match them see what happens in the next fun game', 'https://img.gamemonetize.com/nmdchyz9me6w072ymbyfy76y1o5wjqgo/512x384.jpg', 'https://html5.gamemonetize.com/nmdchyz9me6w072ymbyfy76y1o5wjqgo/', '0', 'Hypercasual', 0, 0, '', 'fashion-shoe-maker-desing'), (7464, 'Draw Finger Spinner', 'We all know that Fidget Spinner was created to destroy the stress and kill the time. It’s almost the best toy for you to release stress. Draw Finger Spinner is the newest playing way! Draw anything what you want, and then use your finger to spin it! Using your creativity, drawing a glow finger spinner for yourself now!', 'https://img.gamemonetize.com/oq8fbxdl1rz0mdczafadwkyodngw9p7k/512x384.jpg', 'https://html5.gamemonetize.com/oq8fbxdl1rz0mdczafadwkyodngw9p7k/', '0', 'Hypercasual', 0, 0, '', 'draw-finger-spinner'), (7465, 'Balloon pop games for kids', 'Play the cutest magic balloon free games for toddlers and little kids! Animals play with a baby, popping balloons and enjoy the joyful explosions. Babies can pop the balloons on the screen, collect toys and enjoy vivid colors and exciting animations! For children with visual impairments such you can increase the size of the balloons in order to make them easier to pop. All game modes are suitable for young kids as an educational game.', 'https://img.gamemonetize.com/pbiqf4emge4ahzskpvfym4oet3g6nxab/512x384.jpg', 'https://html5.gamemonetize.com/pbiqf4emge4ahzskpvfym4oet3g6nxab/', '0', 'Hypercasual', 0, 0, '', 'balloon-pop-games-for-kids'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (7466, 'Sand Drawing Game painting', 'This Draw Beach Sand Name Art app will help you to draw, write your name on the beach sand. Beach Sand Art is helps to amazing beach sand art. Along with the draw beach sand name art option, you can add the stickers on the photo and make it more decorative. App gives a wide range of stickers collection.', 'https://img.gamemonetize.com/ffh7aomeht0nxelcc48pwgbzpft46y91/512x384.jpg', 'https://html5.gamemonetize.com/ffh7aomeht0nxelcc48pwgbzpft46y91/', '0', 'Hypercasual', 0, 0, '', 'sand-drawing-game--painting'), (7467, 'Cake Maker And Decorate Shop', 'Welcome to the all cakes lovers and the cakes bakers! Hey Guys, do you like cakes ? Connect with this culinary experience and come across some of the freshest recipes for User-oriented cakes. There are collective tastes that await to be used and numerous ingredients that are ready to make your cake yummy. Don\'t wait and start to play this cake bakery game and learn about the opening of your bakery.', 'https://img.gamemonetize.com/jjty7i9b2qaou973648xsdjbhnbdm2nh/512x384.jpg', 'https://html5.gamemonetize.com/jjty7i9b2qaou973648xsdjbhnbdm2nh/', '0', 'Hypercasual', 0, 0, '', 'cake-maker-and-decorate-shop'), (7468, 'Hand Surgery Doctor Care Game!', 'Hand Surgery Doctor Care - Free Doctor Games : Enjoy the thrill of being a superhero Hand Doctor to cure all patients coming to your clinic doctor care & bringing them back from trauma herein Hand Surgery Doctor Care - Free Doctor Games. The injured patients suffer from kinds of nail & Hand doctor problems like painful infections, fractures, wounds, germs, various abrasions & they might need an emergency Hand surgery simulator & nail treatment. In this operation games sterilize your surgical tools & keep your er emergency surgery hospital room ready for nail treatment. Be careful, don’t get the bones, nails & skin damaged herein Hand Surgery Doctor Care - Free Doctor Games. Herein doctor games, make use of injection, magic potion, droppers & all medical tools', 'https://img.gamemonetize.com/uv3bqfufpd983j0ejqphbqqz13nxti3v/512x384.jpg', 'https://html5.gamemonetize.com/uv3bqfufpd983j0ejqphbqqz13nxti3v/', '0', 'Hypercasual', 0, 0, '', 'hand-surgery-doctor-care-game'), (7469, 'Potato Chips Food Factory', 'Potato chips food factory game will let you learn the whole process of potato chips maker. Everyone loves chips but do you ever wonder that how they are prepared?', 'https://img.gamemonetize.com/0jgbzi2rfge76z1x279029xt4r88dl4f/512x384.jpg', 'https://html5.gamemonetize.com/0jgbzi2rfge76z1x279029xt4r88dl4f/', '0', 'Arcade', 0, 0, '', 'potato-chips-food-factory'), (7470, 'Paddle Game', 'Destroy the colored squares with balls and finish the levels!', 'https://img.gamemonetize.com/pmy8hllzmgznmp878izqc88nvwq52oja/512x384.jpg', 'https://html5.gamemonetize.com/pmy8hllzmgznmp878izqc88nvwq52oja/', '0', 'Shooting', 0, 0, '', 'paddle-game'), (7471, 'Wizard Loot', 'Wizard Loot is a great retro game, where you have to solve the puzzles of the level and make the chest reach where the wizard is, ideal for spending some time entertaining.', 'https://img.gamemonetize.com/0gbdg5qkyaj6dkf7e30aaf8kxot4t1tv/512x384.jpg', 'https://html5.gamemonetize.com/0gbdg5qkyaj6dkf7e30aaf8kxot4t1tv/', '0', 'Puzzles', 0, 0, '', 'wizard-loot'), (7472, 'Car Parking Express', 'If you are looking for Car parking games or you want to test your driving skills here is the best place to polish your car driving skills.', 'https://img.gamemonetize.com/0fwndvy1oy76spztet5bigmozagoqcv8/512x384.jpg', 'https://html5.gamemonetize.com/0fwndvy1oy76spztet5bigmozagoqcv8/', '0', 'Adventure', 0, 0, '', 'car-parking-express'), (7473, 'Kick Game', 'Kick is a single player game in which player assumes the character of a soccer player keen on sharpening his skills. Awareness, speed and shot accuracy will come handy as player takes his practice into alleys which are full of obstacles; ranging from dumpsters to fire hydrants. Don’t smash windows! Points are subtracted when ball breaks a window but are added when the ball consequently hits a wall. The aim is to keep the points total above zero for as long as possible', 'https://img.gamemonetize.com/p8mhqin2jmj71bdk9pog3hlae7jhebz9/512x384.jpg', 'https://html5.gamemonetize.com/p8mhqin2jmj71bdk9pog3hlae7jhebz9/', '0', 'Sports', 0, 0, '', 'kick-game'), (7474, 'Theme Park Escape', 'Theme Park Escape is a point and click game developed by 8B Games/Games2Mad. Imagine that you went to a Theme Park. You got trapped inside the Park. Here are the interesting puzzles and hidden objects to get escape from the Theme Park. Good Luck.... Have Fun!!!', 'https://img.gamemonetize.com/agvdddplpee1jgdxj2z8ryf844qiax65/512x384.jpg', 'https://html5.gamemonetize.com/agvdddplpee1jgdxj2z8ryf844qiax65/', '0', 'Puzzles', 0, 0, '', 'theme-park-escape'), (7475, 'Street Escape 2', 'Street Escape 2 is a point and click game developed by 8B Games/Games2Mad. Imagine that you went for walking at evening and lost your way. So you decided to find the main gate key to escape from the street. Here are the interesting puzzles and hidden objects to get escape from this place. Good luck… Have fun!', 'https://img.gamemonetize.com/rdn4cuvx0hwze63mdnawhzzc4yinfox4/512x384.jpg', 'https://html5.gamemonetize.com/rdn4cuvx0hwze63mdnawhzzc4yinfox4/', '0', 'Puzzles', 0, 0, '', 'street-escape-'), (7476, 'Stray Puppy Pet Care Game', 'Start your day by giving a nice hot bubble bath to the little puppy, feed him with yummy food, help him in making a nice house to stay then decorate it with your creativity. Puppy is so dirty playing all day on street. Clean him and wash him properly with pet soaps. Enjoy a bubble bath with a cute little puppy.', 'https://img.gamemonetize.com/aj0s1mbq3odvpnfmlzmlra1j3dradjz0/512x384.jpg', 'https://html5.gamemonetize.com/aj0s1mbq3odvpnfmlzmlra1j3dradjz0/', '0', 'Arcade', 0, 0, '', 'stray-puppy-pet-care-game'), (7477, 'Princpppess Salon Frozen PartySalon', 'Hey~ Welcome to this frozen kingdom! Here\'s an invitation from the noble princess, why not open it now?', 'https://img.gamemonetize.com/7rd0fcjxrcwnq5eq1imi7ts40xrxr81q/512x384.jpg', 'https://html5.gamemonetize.com/7rd0fcjxrcwnq5eq1imi7ts40xrxr81q/', '0', 'Arcade', 0, 0, '', 'princpppess-salon-frozen-partysalon'), (7478, 'Face cleaning', 'The poor princess is becoming a teenager, and she doesn\'t know what to do! What are these bumps on her face? She tried to cover them with makeup, but she only looked messy and scary. She doesn\'t know how to use eye shadow, lipsticks, or powder, and it\'s a royal problem! Help the pretty princess face her scary acne problem with your skin salon!', 'https://img.gamemonetize.com/n77ojhlgvzt39mxxwer3biy8va6tn3sr/512x384.jpg', 'https://html5.gamemonetize.com/n77ojhlgvzt39mxxwer3biy8va6tn3sr/', '0', 'Hypercasual', 0, 0, '', 'face-cleaning'), (7479, 'Super Market shopping Game 2d', 'Are you ready! Start creating your own supermarket myth! Really start from scratch! Starting from a small supermarket with no people, the world\'s largest supermarket chain is established. The ultimate market research! Selling customers\' favorite products, increasing the popularity and rank of supermarket to earn more money. Sign the super star! Make your supermarket popularity quickly increase and bursting! Duel with the world store managers! Make a big competition of supermarket and become the best supermarket on the global', 'https://img.gamemonetize.com/stv7dwa1xrql2e7o28gxmt9yriasb7dy/512x384.jpg', 'https://html5.gamemonetize.com/stv7dwa1xrql2e7o28gxmt9yriasb7dy/', '0', 'Hypercasual', 0, 0, '', 'super-market-shopping-game-d'), (7480, 'Crush the candy', 'Download Candy Crush Soda Saga now! From the makers of the legendary Candy Crush Saga comes Candy Crush Soda Saga! Unique candies, more divine matching combinations and challenging game modes brimming with purple soda and fun! This mouth-watering puzzle adventure will instantly quench your thirst for fun. Join Kimmy on her juicy journey to find Tiffi, by switching and matching your way through new dimensions of magical gameplay. Take on this Sodalicious Saga alone or play with friends to see who can get the highest score! Monthly season updates bring unique quests and exciting gameplay for you to explore! Complete quests to progress through the Season Pass while earning rewards and boosters to help you on your Saga. Show your competitive side in the Episode Race! Compete against other players to see who can complete levels the fastest and progress the quickest. Or work as a team in the 4 in a Row game mode where players work together for Sodalicious rewards!', 'https://img.gamemonetize.com/vbb4c7uy080sy0fd8178sl6duajfn4i9/512x384.jpg', 'https://html5.gamemonetize.com/vbb4c7uy080sy0fd8178sl6duajfn4i9/', '0', 'Arcade', 0, 0, '', 'crush-the-candy'), (7481, 'Crazy Obstacle Blitz Best 3D', 'Crazy Ball 3D is an excellent 3D ball game that will make you super happy and addicted to the game with simple and easy controls and just one click to play. In this Crazy Ball 3D game, you need to avoid obstacles while controlling the ball to keep moving forward. Are you eager to experience this reaction speed game? Install this fun game and become a good ball control expert in Crazy Ball 3D game. Download Crazy Ball 3D game: infinite dash now. How to play. ★Finger controls the ball to move left and right ★The acceleration belt can help you speed up. ★Dodging various obstacles Features. ★One-touch control for easy operation ★Stunning 3D worlds and effects ★No time limit ★Crazy speed ★Multi-color skin ★Best pressure reducer ★Challenges to test your extreme speed and rapid response If you like the feeling of adrenaline spewing, then this ultra-casual game is definitely for you. This Crazy Ball 3D game and reaction speed game is designed for you. This Crazy Ball 3D game may seem easy, but the ball will die as soon as it hits an obstacle. So do your best to control the ball and navigate through the dangerous paths to become a ball control expert! This Crazy Ball 3D game is simple and exciting, train your motor skills and reflexes at the same time. Play this super casual game and prove your skills in Crazy Ball 3D: Infinite Dash! You can\'t stop racing!', 'https://img.gamemonetize.com/5h9sno6pg8yyvdjnj9cjn1sedj3iihnm/512x384.jpg', 'https://html5.gamemonetize.com/5h9sno6pg8yyvdjnj9cjn1sedj3iihnm/', '0', 'Arcade', 0, 0, '', 'crazy-obstacle-blitz--best-d'), (7482, 'Tasty Potato Chips maker', 'Tasty Potato Chips maker – Cooking game for girls is a new and stunning Potato chips maker cooking & factory play for chefs', 'https://img.gamemonetize.com/kxtgmnwt0yfgrxh7cu537waf5is3kfk6/512x384.jpg', 'https://html5.gamemonetize.com/kxtgmnwt0yfgrxh7cu537waf5is3kfk6/', '0', 'Arcade', 0, 0, '', 'tasty-potato-chips-maker'), (7483, 'Crisppp', 'Crispy potato chips factory game is the best opportunity for foodies who likes to each French fries and potato chips snacks to learn how they are made in factory.', 'https://img.gamemonetize.com/4zw2vnm9is051oboggsv95o3m18itt05/512x384.jpg', 'https://html5.gamemonetize.com/4zw2vnm9is051oboggsv95o3m18itt05/', '0', 'Arcade', 0, 0, '', 'crisppp'), (7484, 'Pixel Gun Apocalypse GUI Z 5 2022', 'In the best ghost-shooting games, you have access to various deadly weapons. There has been a protracted war between you and a force of ghost drones across multiple Minecraft worlds. I respect your competence, zombies, and I promise you more difficulty is on the way. Right now, I don\'t have the financial resources to prepare for something like that. As with any arcade shooter, the game becomes exponentially more enjoyable when cover is available during gunfights. Vote up the free mobile phone alias you think would be best for playing games online. In the accompanying image, we\'ve listed every firearm and other weapons in our possession. Typically, the hero in a horror game is armed.', 'https://img.gamemonetize.com/4jvy98kwir5b5bl0mc4gmosue556osct/512x384.jpg', 'https://html5.gamemonetize.com/4jvy98kwir5b5bl0mc4gmosue556osct/', '0', 'Shooting', 0, 0, '', 'pixel-gun-apocalypse-gui-z--'), (7485, 'Pet Land 3d Game', 'Pet Land is a fun hypercasual typhoon game. You land on a new island, try to collect items and create the first pet and then unlock more items and pets, such as using dragon fruit to unlock the area, and then transport the corresponding items to the target pet, and upgrade for expanding new island. More surprises are waiting for you to explore!', 'https://img.gamemonetize.com/ntgjags5144y0lead8uhmcj5pp98nkud/512x384.jpg', 'https://html5.gamemonetize.com/ntgjags5144y0lead8uhmcj5pp98nkud/', '0', '3D', 0, 0, '', 'pet-land-d-game'), (7486, 'Aquatic Word Search', 'Find the word in straight line of blocks (Horizontally, vertically or diagonally with any direction), press the block showing the first alphabet and move till you come to the last alphabet of the word. Find all the words displayed in left panel to complete a level. Complete all level to win this game.', 'https://img.gamemonetize.com/q9oduu9eo4n1jp633suvbn5t2x4sezp9/512x384.jpg', 'https://html5.gamemonetize.com/q9oduu9eo4n1jp633suvbn5t2x4sezp9/', '0', 'Puzzles', 0, 0, '', 'aquatic-word-search'), (7487, 'Mechanic Master Run', 'Mechanic Master Run is a popular game which has simple game play. Slide to move to collect the parts. Collect the same parts as the target to pass the level. But don\'t worry, you will fail unless you collect none of them. Come and play!', 'https://img.gamemonetize.com/25edcddt627sui5jp4g4wwsadgocgvkc/512x384.jpg', 'https://html5.gamemonetize.com/25edcddt627sui5jp4g4wwsadgocgvkc/', '0', 'Puzzles', 0, 0, '', 'mechanic-master-run'), (7488, 'Sky Racing Drff', 'It\'s a racing game. It\'s like a parking game, but the scene is on an overpass in the sky. It\'s like a roller coaster ride. As the game goes on, the difficulty will be more and more big, like the player can come to challenge oh!', 'https://img.gamemonetize.com/36rouyhkwu08vp2p5lcxiterl9szaf3f/512x384.jpg', 'https://html5.gamemonetize.com/36rouyhkwu08vp2p5lcxiterl9szaf3f/', '0', 'Racing', 0, 0, '', 'sky-racing-drff'), (7489, 'Draw Love Story', 'Draw Love Story is a drawing puzzle online game for boys for free, which brings you a lot of fun. You need to deduce the meaning that the author wants to express through the scene and draw to complete the task. Draw different elements in the game to end the love story and create a happy ending for the couple. There are hundreds of different levels waiting for you, Have a great time!', 'https://img.gamemonetize.com/i81cy1smptdsvl740ib5mtwpmubczm8h/512x384.jpg', 'https://html5.gamemonetize.com/i81cy1smptdsvl740ib5mtwpmubczm8h/', '0', 'Boys', 0, 0, '', 'draw-love-story'), (7490, 'Classic Hangman', 'You’ve got five minutes in the subway but you don’t know what you should do to occupy your hands? You like doodles, scrawls and you’re a huge fan of the game of the Hangman? If that’s the case, you stopped at the exact right place! Classic Hangman is an adaptation of a great classic game supported by the presence of the little Hangman whose adorable expression are going to put a smile on your face! You should seriously play it!', 'https://img.gamemonetize.com/0spxplc5t4uznpcsitu3oqj6drqqnzh5/512x384.jpg', 'https://html5.gamemonetize.com/0spxplc5t4uznpcsitu3oqj6drqqnzh5/', '0', 'Fighting', 0, 0, '', 'classic-hangman'), (7491, 'Cinema Lovers Hidden Kiss', 'Being alone with their boyfriend or girlfriend at the cinema... the dream of every teenager! No parents spying on you, and no little brother or sister to tease you! But unfortunately, nothing goes as planned. The crowd in the cinema is about to ruin your loving moment! Don’t give up. Your goal is to kiss your friend without being seen. Otherwise, you will make the spectators angry!', 'https://img.gamemonetize.com/d0rnyoft20jn4ed599wql3ynh0ysdgs0/512x384.jpg', 'https://html5.gamemonetize.com/d0rnyoft20jn4ed599wql3ynh0ysdgs0/', '0', 'Puzzles', 0, 0, '', 'cinema-lovers-hidden-kiss'), (7492, 'Chroma Manga Girls', 'Are you a Manga fan of and japanese girls ? Are you also a mind games fan and nothing pleases you as much as mixing reflexion and pleasure ? If your answer is yes, CHROMA MANGA GIRLS is the perfect game for you. In this superb game, you must fill the grid of a level with only 1 color to unveil the hidden girls. Change the color of the main color square to add the surrounding squares to it. When there is only one color left, you win.', 'https://img.gamemonetize.com/q58n4d0pan2cguya0e9l9cvd74o52c3w/512x384.jpg', 'https://html5.gamemonetize.com/q58n4d0pan2cguya0e9l9cvd74o52c3w/', '0', 'Puzzles', 0, 0, '', 'chroma-manga-girls'), (7493, 'Fantasy Triple Mahjong', 'A triple mahjong game with Fantasy theme. You can eliminate only three of same tiles. Those tiles can be selected which have at least 2 adjacent sides open. Take as less time as possible to get more score.', 'https://img.gamemonetize.com/pm6zzjfegf5ozpoxv7x25fu5opx83w0h/512x384.jpg', 'https://html5.gamemonetize.com/pm6zzjfegf5ozpoxv7x25fu5opx83w0h/', '0', 'Puzzles', 0, 0, '', 'fantasy-triple-mahjong'), (7494, 'Fashion Coloring Book Glitter', 'Fashion Coloring Book Glitter is a fashionable coloring game. 12 beautiful coloring pages are here for you to enjoy. Come and color the pages with vivid and glittering colors. And there are also plenty of cute stikcers. Attaching stickers to the pages will make the pages more dynamic. It takes just a finger to create a smug masterpiece. Can\'t wait to experience this game? come and give it a try!', 'https://img.gamemonetize.com/ymgr925lahojvhzp8ct8ppya3i13427t/512x384.jpg', 'https://html5.gamemonetize.com/ymgr925lahojvhzp8ct8ppya3i13427t/', '0', 'Girls', 0, 0, '', 'fashion-coloring-book-glitter'), (7495, 'Little Panda Chinese Recipes', 'Little Panda\'s Chinese Recipes is a very popular cooking game. In this game, you can experience how to cook 3 kinds of traditional Chinese foods: Tofu, Roast Duck and Hot Pot. Each kind of food looks and tastes delicious. You just need to follow the instrucions and you will make brilliant foods. Come and have a try! And find which is your favorite Chinese food!', 'https://img.gamemonetize.com/vak0be2ex23eogp16a1hvoq09fcjue5b/512x384.jpg', 'https://html5.gamemonetize.com/vak0be2ex23eogp16a1hvoq09fcjue5b/', '0', 'Girls', 0, 0, '', 'little-panda-chinese-recipes'), (7496, 'Motorcycle racing', 'good game:This game is a motorcycle riding game, click the screen motorcycle to start, when the motorcycle bounces up in the air, tap the screen can be flipped, the head will die on the ground, when you encounter obstacles, you need to slide the screen left and right to dodge, otherwise it will crash to death, this game is a motorcycle parkour game, this is a very interesting game, small partners to play ah', 'https://img.gamemonetize.com/mcodw7buvuu9hane1n5chw65zqzpp461/512x384.jpg', 'https://html5.gamemonetize.com/mcodw7buvuu9hane1n5chw65zqzpp461/', '0', '3D', 0, 0, '', 'motorcycle-racing'), (7497, 'Friday Night Funkin First Date', 'Welcome to Friday Night Funkin First Date. FNF girl and his boyfriend plan for a date. They want to be perfect in their looks. Pick up suitable night party outfits for them. Their wardrobe has already been filled with a new collection. Don’t forget to pick unique hairstyles and different costumes. Join and help them to make this date a more memorable one in their life.', 'https://img.gamemonetize.com/8f738fvs37t5ic5uyc2mi25qn6qt1vha/512x384.jpg', 'https://html5.gamemonetize.com/8f738fvs37t5ic5uyc2mi25qn6qt1vha/', '0', 'Girls', 0, 0, '', 'friday-night-funkin-first-date'), (7498, 'Magical Unicorn Pet Care', 'Do you love Unicorns? Do you love taking care of babies? Do you love Dress-up Games? Then you will love my My Baby Unicorn! My Baby Unicorn lets you take care of Baby Unicorn Pets in this fascinating Baby Care Pet Simulator! Take care of Baby Unicorn and a Bonus Baby Panda in a set of fun mini-games that will delight the whole family!', 'https://img.gamemonetize.com/4w7nwdn3yrprfajrreruais6lny24ce9/512x384.jpg', 'https://html5.gamemonetize.com/4w7nwdn3yrprfajrreruais6lny24ce9/', '0', 'Girls', 0, 0, '', 'magical-unicorn-pet-care'), (7499, 'IceCream Master', 'IceCream Master is a very cute cooking game. Summer is a hot weather. Lots of kids like eating ice cream during summer. In this game, you can exprience the cooking process of ice cream. And you can design your own style ice cream. Plenty of decorations are waiting for you to choose. Come and enjoy this amazing game!', 'https://img.gamemonetize.com/jrb2a2zvf71top9ajlj8shs1856kgpwt/512x384.jpg', 'https://html5.gamemonetize.com/jrb2a2zvf71top9ajlj8shs1856kgpwt/', '0', 'Girls', 0, 0, '', 'icecream-master'), (7500, 'Music Genie', 'This is a rhythmic game of bouncing balls with music. The music is very rhythmic. Slide the screen left and right to change the direction of the balls. The color of the balls will jump to the short board of the same color. The long board can assimilate the color of the balls. If you jump to the short board of different colors,', 'https://img.gamemonetize.com/t6g05lj8kf41yp0fkml29qlqx4s5m46a/512x384.jpg', 'https://html5.gamemonetize.com/t6g05lj8kf41yp0fkml29qlqx4s5m46a/', '0', 'Clicker', 0, 0, '', 'music-genie'), (7501, 'Gohan Dress up', 'Gohan is a popular hero of the Dragon Ball animated series. He is the first son of Goku and his wife Chi-Chi. Let\'s dress up our hero', 'https://img.gamemonetize.com/2y0b5b9gbdui46nb01ko02a04q6wq1sj/512x384.jpg', 'https://html5.gamemonetize.com/2y0b5b9gbdui46nb01ko02a04q6wq1sj/', '0', 'Girls', 0, 0, '', 'gohan-dress-up'), (7502, 'Run Witch', 'Run Witch Games Online 2D Side Jump is a fun and addictive online game where you have to jump over the obstacles and reach the goal.Get ready for some serious online fun with Run Witch Games Online 2D Side Jump! This browser game is sure to keep you entertained for hours on end, and it\'s easy to play – just input your current location and start jumping! You\'ll need to use all of your jumping skills to make it through the obstacles and reach the goal, but don\'t be afraid to try new things – this game has something for everyone. So get online now and start flying!', 'https://img.gamemonetize.com/wfnwcfft171jgv037jbwytn2a70we2w9/512x384.jpg', 'https://html5.gamemonetize.com/wfnwcfft171jgv037jbwytn2a70we2w9/', '0', 'Hypercasual', 0, 0, '', 'run-witch'), (7503, 'Hulk Dress Up', 'Kids like the strongest hero Hulk. Hulk is green in color. He can smash everything. The Hulk was created as a result of a mistake made in the Lab. Let\'s dress up', 'https://img.gamemonetize.com/d94ij9kk6bwna3pj6a3x0aeuttxfywr0/512x384.jpg', 'https://html5.gamemonetize.com/d94ij9kk6bwna3pj6a3x0aeuttxfywr0/', '0', 'Girls', 0, 0, '', 'hulk-dress-up'), (7504, 'Tractor Parking Simulator Game 2022', 'Most modern farmers are experts in this field or crop-related work in this real farming games tractor parking simulator', 'https://img.gamemonetize.com/xjazgp2abk0svw2jv0e5vtpvvg71nuey/512x384.jpg', 'https://html5.gamemonetize.com/xjazgp2abk0svw2jv0e5vtpvvg71nuey/', '0', 'Arcade', 0, 0, '', 'tractor-parking-simulator--game-'), (7505, 'Tractor Parking Simulator ', 'In these heavy rural farming tractor parking games, you can introduce yourself as a Indian farmer who takes care of their farm field with love, care, and passion.', 'https://img.gamemonetize.com/2edvut338buira846vvzh9nfyy5e11g4/512x384.jpg', 'https://html5.gamemonetize.com/2edvut338buira846vvzh9nfyy5e11g4/', '0', 'Hypercasual', 0, 0, '', 'tractor-parking-simulator-'), (7506, 'Jake Black Cat 2', 'Jake Black Cat 2 is a 2D platformer where you play as a black cat whose mission is to collect the bowls containing cat food while avoiding the enemy cats, flying robot cats, spikes, and saws and reach your cat house in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Jake Black Cat" series.', 'https://img.gamemonetize.com/0vmmvhd7bsj76u8rvntlhn24hhi68gjz/512x384.jpg', 'https://html5.gamemonetize.com/0vmmvhd7bsj76u8rvntlhn24hhi68gjz/', '0', 'Arcade', 0, 0, '', 'jake-black-cat-'), (7507, 'Pocahontas Dress Up', 'Pocahontas is a member of the Powhatan Indian tribe of Virginia. She is 18 years old and is Chief Powhatan\'s most beautiful daughter. Let\'s dress up this beautiful girl', 'https://img.gamemonetize.com/4wcr8rrgcsgugw56ajj4049h0rt43gsn/512x384.jpg', 'https://html5.gamemonetize.com/4wcr8rrgcsgugw56ajj4049h0rt43gsn/', '0', 'Girls', 0, 0, '', 'pocahontas-dress-up'), (7508, 'Bubble Hunter', 'Bubble Hunter is a cool bubble shooter game. You are a little boy who goes on an adventurous journey into the jungle. There you should help him unlock the valuable objects from times long past play it on iyigames.com. Play with your mouse or your fingers and always match 3 or more of the same bubbles in the sky to remove them from the game and unlock the treasure. Bubble Hunter is a classic bubble shooter play it on iyigames.com. Bubble Hunter has over 1000 stages and still playable with no internet! You can aim and shoot to pop the bubble to make the best bubble blast! Continuous lucky shot will activate your bubble shooter boosters and you can pop the stage easy!', 'https://img.gamemonetize.com/ajav2b2twudkbn3oy3if8s2tx99kwjxl/512x384.jpg', 'https://html5.gamemonetize.com/ajav2b2twudkbn3oy3if8s2tx99kwjxl/', '0', 'Bejeweled', 0, 0, '', 'bubble-hunter'), (7509, 'Blocky Race', 'Blocky Race is a new racing game, play it on iyigames.com. Where you can drive with traffic in a colorful blocky world! Jump into muscle car and hit the road! Drive as fast as you can and avoid crashes in race mode. Ready to blow up some cars? Start the rampage in demolition mode and smashed them all! In the last mode you can relax and drive through the big city full of hidden features. In Super Blocky Race, there are many different race tracks that you should complete! Are you ready to show your amazing driving and racing skills by going as fast as you can without any accidents? If your answer is yes, then wear your helmet, get in the car, and floor the gas. Let nothing stop you once you\'re on the move! Featuring different characters and entertaining gameplay, get ready for a fun experience! Your objective in this game is to complete each race track as fast as you can! The game has 6 different characters that you can unlock and use, but only the first one is available in the beginning. Each track has a different length and number of laps. You should try to keep your speed at the top and avoid crashing into other vehicles on the way.', 'https://img.gamemonetize.com/6ph9p2twcgsw1ex1dpvyfw20qol1m53i/512x384.jpg', 'https://html5.gamemonetize.com/6ph9p2twcgsw1ex1dpvyfw20qol1m53i/', '0', 'Racing', 0, 0, '', 'blocky-race'), (7510, 'Tunko', 'Tunko is a 2D platformer where you have to collect all of the grapes while avoiding enemies, spikes, saws and reach the red flag in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/npdccnqr3ntn3mred8eedpwpjlb0qtab/512x384.jpg', 'https://html5.gamemonetize.com/npdccnqr3ntn3mred8eedpwpjlb0qtab/', '0', 'Arcade', 0, 0, '', 'tunko'), (7511, 'Crazy Intersection 3d', 'Take command of the traffic lights at various junctions and ensure that no vehicles collide! Crazy Intersection is a city traffic simulator that puts your wits to the test by requiring you to solve a traffic conundrum at rush hour. Avoid accidents and traffic delays by checking traffic lights or using a roundabout, and by sketching the lines that each automobile must follow. During rush hour, drive various car types through the city street maze and solve the traffic challenge. In the automobile', 'https://img.gamemonetize.com/eocjkpfp0wkx7j6tzu9ul87l9j47yozi/512x384.jpg', 'https://html5.gamemonetize.com/eocjkpfp0wkx7j6tzu9ul87l9j47yozi/', '0', '3D', 0, 0, '', 'crazy-intersection-d'), (7512, 'Mermaid Jump', 'Ariel is a fictional character and the title character of Walt Disney Pictures\' 28th animated film The Little Mermaid (1989). She subsequently appears in the film\'s prequel television series (1992—1994), direct-to-video sequel The Little Mermaid II: Return to the Sea (2000), and direct-to-video prequel The Little Mermaid: Ariel\'s Beginning (2008). Ariel is voiced by Jodi Benson in all official animated appearances and merchandise. She is fourth in the Disney Princess lineup, the first nonhuman princess, and the only princess to become a mother to her own child.', 'https://img.gamemonetize.com/y0847mptw0dk7ye6ssqxgcd1rkyob30i/512x384.jpg', 'https://html5.gamemonetize.com/y0847mptw0dk7ye6ssqxgcd1rkyob30i/', '0', 'Adventure', 0, 0, '', 'mermaid-jump'), (7513, 'Pop The Bear', 'Do you love physics puzzle brain games? Well, this game is for you! Use your brain and think before you drop the watermelon. You must hit the bear with the watermelon and try to collect 3 stars. Enjoy', 'https://img.gamemonetize.com/s3i4wgj4ffyd49vej3zbzhqtixlspxqh/512x384.jpg', 'https://html5.gamemonetize.com/s3i4wgj4ffyd49vej3zbzhqtixlspxqh/', '0', 'Puzzles', 0, 0, '', 'pop-the-bear'), (7514, 'Cute Pets Summer Dress Up', 'What is Cute Pets Summer Dress Up? Cute Pets Summer Dress Up is one of the few but one of the best pet dress-up games online for kids on our website, where three cute pets get to be dressed up by you in the most stylish outfits an animal can wear during the summer since dressing up animals can be quite a lot of fun, even more so online, where the possibilities are simply endless! Dress up the cute pets for the summer! For each of the three pets, you have buttons for which you can change the color of their fur, and their hairdo, you can give them a crown or other accessories for the head, a cute bow around their neck, wings, and a cute toy. Mix and match these items however you see fit, and we\'re sure the pets will be really stylish by the end! Start off now, have a blast, and stick around to see what more cool games we\'ve got in store, you are not going to want to miss out on them!', 'https://img.gamemonetize.com/jwgotswas6rg2mgxn22k445sad8g2hka/512x384.jpg', 'https://html5.gamemonetize.com/jwgotswas6rg2mgxn22k445sad8g2hka/', '0', 'Girls', 0, 0, '', 'cute-pets-summer-dress-up'), (7515, 'Hungry Sheep', 'Hungry Sheep is an online arcade game that is sure to engage and entertain players of all ages. The objective of the game is to help the little goat eat as much food as possible. The game is played by using the arrow keys on the keyboard to guide the goat around the screen.', 'https://img.gamemonetize.com/jo3qcb0h0vp61es9oaf2v2bbwgrlrltw/512x384.jpg', 'https://html5.gamemonetize.com/jo3qcb0h0vp61es9oaf2v2bbwgrlrltw/', '0', 'Adventure', 0, 0, '', 'hungry-sheep'), (7516, 'Heavy Crane Driving Simulator', 'Heavy Crane Simulator is a very interesting simulation and real driving game with addictive gameplay and a 3D art style. If driving ordinary cars and motorcycles can no longer satisfy you, then this game is undoubtedly your best A good choice, but also a brand new game attempt. Your task is to park the crane at the designated location. It sounds very simple, but this is not an easy task, because driving a large crane requires extremely high driving skills, and you need to carefully observe the road conditions and surrounding obstacles. Are you ready to complete the parking task?', 'https://img.gamemonetize.com/6kpg6ueiq54ccpsoi1fq79acznbgqy3l/512x384.jpg', 'https://html5.gamemonetize.com/6kpg6ueiq54ccpsoi1fq79acznbgqy3l/', '0', 'Boys', 0, 0, '', 'heavy-crane-driving-simulator'), (7517, 'Food Roll 3D Game', 'Food Roll is a new 3D running game you can play in your spare time. Flexible control of the ball to roll and keep swallowing the blocks, while consuming the blocks, avoid being swallowed by the big mouth. It\'s stimulating, you need to focus and react quickly to control your ball. Complete more challenges to unlock more skins and items, and keep trying to create a new score. See how far you can go in the Food Roll!', 'https://img.gamemonetize.com/bnfrerh4b1xp319dpnuriti3g3i69luc/512x384.jpg', 'https://html5.gamemonetize.com/bnfrerh4b1xp319dpnuriti3g3i69luc/', '0', 'Boys', 0, 0, '', 'food-roll-d-game'), (7518, 'The Great Zombie Warzone', 'The Great Zombie Warzone is a tower-defense arcade game with 3D cartoon zombies and soldiers on the street. At ten levels, you need to eliminate all incoming hungry zombies by settling the marines on suitable positions. When you destroy some of them, you will receive some gold coins to upgrade and buy more marines!', 'https://img.gamemonetize.com/isfzqkox2oxpvvem6o53qzmxlyx9nluq/512x384.jpg', 'https://html5.gamemonetize.com/isfzqkox2oxpvvem6o53qzmxlyx9nluq/', '0', 'Boys', 0, 0, '', 'the-great-zombie-warzone'), (7519, 'Poly Art 3D Art Puzzle Game', 'Poly Art is undoubtedly the most interesting graphic puzzle game this year. It has been listed on the rankings of this type of game. It has addictive gameplay and a 3D art style. Your task is to re-splice the graphic fragments of each level into a completed picture. This is not a simple two-dimensional jigsaw puzzle game, but a three-dimensional jigsaw puzzle that simulates the real 3D world! It is worth noting that you can rotate the fragments of each level 360 degrees, swipe the screen to rotate the direction of the fragments, find the pattern, and complete the splicing task. This game is suitable for all players of all ages. Finally, don\'t forget to take a screenshot of each complete picture!', 'https://img.gamemonetize.com/rur08apokwmpl6pdskka68cub1ycpf7o/512x384.jpg', 'https://html5.gamemonetize.com/rur08apokwmpl6pdskka68cub1ycpf7o/', '0', 'Girls', 0, 0, '', 'poly-art--d-art-puzzle-game'), (7520, 'Underwater Car Racing Simulator 3D Game', 'If you are a fan of racing games, then it is highly recommended that you try Underwater Car Racing Simulator! Unlike the usual racing games, this is an underwater racing game. The track is very slippery and if you are not careful, you will slide off the track. It\'s time to test your driving skills! Come join us and experience the cool visual and sound effects! Call your friends and start your underwater racing journey! Have fun!', 'https://img.gamemonetize.com/m638lv1jacubog3bbopwevf2c7a9c21t/512x384.jpg', 'https://html5.gamemonetize.com/m638lv1jacubog3bbopwevf2c7a9c21t/', '0', 'Racing', 0, 0, '', 'underwater-car-racing-simulator-d-game'), (7521, 'Gumball Penalty kick', 'Gumball is throwing a party and you\'re invited! Get ready to go head to head with family, friends and foes as you explore four exciting board game worlds based on locations from The Amazing World of Gumball. Race your fellow players round the board and be the first one to reach the finish line - all while putting your skills to the test in cooperative and competitive mini-games! You never know what will happen next in Gumball\'s Amazing Party Game! Football is back and it\'s bigger than ever! Play Toon Cup, the totally free football game! Have fun choosing your favourite Cartoon Network characters such as Darwin from The Amazing World of Gumball, Bubbles from The Powerpuff Girls and Apple from Apple & Onion. Master your skills and work with your team to score goals and fight your way to the top of the leader board in the biggest Toon Cup Tournament yet!', 'https://img.gamemonetize.com/4xd3zmb4c3t3z466bzhck4rjm5a2hs94/512x384.jpg', 'https://html5.gamemonetize.com/4xd3zmb4c3t3z466bzhck4rjm5a2hs94/', '0', 'Sports', 0, 0, '', 'gumball-penalty-kick'), (7522, 'UniKitty Save Kingdom', 'In this game you will run a thousand adventures in the company of different characters from the Unikitty universe. Help our protagonist and her friends to defeat the evil Doom Lord. Walk platforms, rescue citizens and kill the villains.', 'https://img.gamemonetize.com/afg8r63n6l40run8e8wo95a8mmt5i2wn/512x384.jpg', 'https://html5.gamemonetize.com/afg8r63n6l40run8e8wo95a8mmt5i2wn/', '0', 'Girls', 0, 0, '', 'unikitty-save-kingdom'), (7523, 'Axie Infinity Gamejam', 'Save the Axie, Hero.', 'https://img.gamemonetize.com/hjt2i1i78d4qua0qzvjof0d3dflseab3/512x384.jpg', 'https://html5.gamemonetize.com/hjt2i1i78d4qua0qzvjof0d3dflseab3/', '0', 'Puzzles', 0, 0, '', 'axie-infinity-gamejam'), (7524, 'Car Race 2D', 'Car Race 2D is a game where you have to save your car from blowing up from hitting mutiple trucks.You have only 3 chances becarful.', 'https://img.gamemonetize.com/wkcp0ptm6huqdg62dhs53ehudtnanxac/512x384.jpg', 'https://html5.gamemonetize.com/wkcp0ptm6huqdg62dhs53ehudtnanxac/', '0', 'Racing', 0, 0, '', 'car-race-d'), (7525, 'Flappy Bird Adventure', 'PLAY NOW Flappy Bird Adventure.It is a fun game with a simple design.', 'https://img.gamemonetize.com/38bvrsch55lrcn7ph25myb6fdlgiy1id/512x384.jpg', 'https://html5.gamemonetize.com/38bvrsch55lrcn7ph25myb6fdlgiy1id/', '0', 'Hypercasual', 0, 0, '', 'flappy-bird-adventure'), (7526, 'Ball And Paddle', 'Ball And Paddle is a simple game with a simple idea.hold your ball from falling much as you can and destroy all the blocks so u can win the game even that it sounds simple but only 1% of people completed all game levels.', 'https://img.gamemonetize.com/2w5p0xyxjqckxk5b7x06fc9tpm64z9tr/512x384.jpg', 'https://html5.gamemonetize.com/2w5p0xyxjqckxk5b7x06fc9tpm64z9tr/', '0', 'Hypercasual', 0, 0, '', 'ball-and-paddle'), (7527, 'Matchman PUBG', 'The game is divided into 3 modes: 1 is normal mode, 2 countdown simple mode, and 3 is countdown hard mode. The rules of the game are that you can jump in the air up to twice in a row, and you can use a balloon floating in the air between land and land, and if you fall, you will fall to your death. Keep it a little mysterious and explore the rest on your ownThe game is divided into 3 modes: 1 is normal mode, 2 countdown simple mode, and 3 is countdown hard mode. The rules of the game are that you can jump in the air up to twice in a row, and you can use a balloon floating in the air between land and land, and if you fall, you will fall to your death. Keep it a little mysterious and explore the rest on your ownThe game is divided into 3 modes: 1 is normal mode, 2 countdown simple mode, and 3 is countdown hard mode. The rules of the game are that you can jump in the air up to twice in a row, and you can use a balloon floating in the air between land and land, and if you fall, you will fall to your death. Keep it a little mysterious and explore the rest on your own', 'https://img.gamemonetize.com/yazg95e824szfygrsoa73p70p59jurx0/512x384.jpg', 'https://html5.gamemonetize.com/yazg95e824szfygrsoa73p70p59jurx0/', '0', 'Fighting', 0, 0, '', 'matchman-pubg'), (7528, 'Emma Lip Surgery', 'Emma has severe lip infection and she need immediate care and treatment. Would you be her doctor and treat her lip with injection. After recovery, She likes to go for the shopping to select nice outfits and accessories for the new lifestyle. Enjoy doctor in 7sgames.com', 'https://img.gamemonetize.com/46cphv5m8brpslrj8xm0f29e82ceo81c/512x384.jpg', 'https://html5.gamemonetize.com/46cphv5m8brpslrj8xm0f29e82ceo81c/', '0', 'Girls', 0, 0, '', 'emma-lip-surgery'), (7529, 'Farm Story Match 3 Puzzle', 'Help alex to build their farm business story , collect any coin and reward from match 3 to growth farm.', 'https://img.gamemonetize.com/xoz7qxwezirx30ti51yd5in67qj2xgtz/512x384.jpg', 'https://html5.gamemonetize.com/xoz7qxwezirx30ti51yd5in67qj2xgtz/', '0', 'Puzzles', 0, 0, '', 'farm-story-match--puzzle'), (7530, 'Giant Run 3D', 'Giant Run 3D is a boy\'s free online game. You need to choose the correct doors to gather more people. The more people you collect, the bigger the giant you can merge at the end, and the chances of winning will be enlarged. The game will eventually require your people to become a giant so that you can fight to the death with the final boss. Sprint all the way to the finish line to start fighting!', 'https://img.gamemonetize.com/idef6t8sg5ydq25atn8zlok7z1caffhb/512x384.jpg', 'https://html5.gamemonetize.com/idef6t8sg5ydq25atn8zlok7z1caffhb/', '0', 'Boys', 0, 0, '', 'giant-run-d'), (7531, 'League of legends Jigsaw Puzzle', 'Zazgames is a place where you can infinitely play assembling online jigsaw puzzles. We hope you are up for another game from the Puzzle category on our website , because we have just added the game called League of legends Jigsaw Puzzle for you all, which, despite being one of the many puzzle games we have added so far into this category, this is the first puzzle game to use this specific format, and image, so it is going to be a brand new experience for all of you, an experience we are sure you will appreciate, as there is no way you aren\'t going to have a lot of fun playing the game. Especially after you learn how to play it from the next lines in the description. you will start by choosing how you want the jigsaw puzzle be : hard medium or easy. After that, the jigsaw puzzle pieces are going to be spread around the game screen randomly. Use the mouse to drag them over the transparent images where they match with the image, until all the pieces are connected, and the image looks just like it did in the beginning. You will have a great time with the game, so start it right now, and we are sure you will not regret it one second!', 'https://img.gamemonetize.com/r5vxyr5fcy38ce5pfygic8uniarbmk5k/512x384.jpg', 'https://html5.gamemonetize.com/r5vxyr5fcy38ce5pfygic8uniarbmk5k/', '0', 'Puzzles', 0, 0, '', 'league-of-legends-jigsaw-puzzle'), (7532, 'Squary Bird', 'Squary Bird is a Flappy Bird clone game with a unique "square" theme. Day and night background art in the game. 3 unique bird you can play. Special thanks to Dong Nguyen (DotGEARS). The original Flappy Bird game creator.', 'https://img.gamemonetize.com/8wmtp89f3lzgg2uk0tgfu9j1n5ehpsf5/512x384.jpg', 'https://html5.gamemonetize.com/8wmtp89f3lzgg2uk0tgfu9j1n5ehpsf5/', '0', 'Hypercasual', 0, 0, '', 'squary-bird'), (7533, 'Captain Barrel Cat ', 'Captain barrelcat for Construct 3 is a Contruct 3 template project that contain objects that will enable you to: Save your highscore and show it on the startscreen Switch instant between different levels when playing the game and keeping your current score to the next level Collecting points Getting a power mode where you are invincible!', 'https://img.gamemonetize.com/0vxm5l1jrozb35qfrg7w6onx7z9y94ea/512x384.jpg', 'https://html5.gamemonetize.com/0vxm5l1jrozb35qfrg7w6onx7z9y94ea/', '0', 'Arcade', 0, 0, '', 'captain-barrel-cat-'), (7534, 'Kayara Jigsaw Puzzle', 'Zazgames is a place where you can infinitely play assembling online jigsaw puzzles. We hope you are up for another game from the Puzzle category on our website , because we have just added the game called Kayara Jigsaw Puzzle for you all, which, despite being one of the many puzzle games we have added so far into this category, this is the first puzzle game to use this specific format, and image, so it is going to be a brand new experience for all of you, an experience we are sure you will appreciate, as there is no way you aren\'t going to have a lot of fun playing the game. Especially after you learn how to play it from the next lines in the description. you will start by choosing how you want the jigsaw puzzle be : hard medium or easy. After that, the jigsaw puzzle pieces are going to be spread around the game screen randomly. Use the mouse to drag them over the transparent images where they match with the image, until all the pieces are connected, and the image looks just like it did in the beginning. You will have a great time with the game, so start it right now, and we are sure you will not regret it one second!', 'https://img.gamemonetize.com/93szsfz2v7ii09orckid6iwylnw5utki/512x384.jpg', 'https://html5.gamemonetize.com/93szsfz2v7ii09orckid6iwylnw5utki/', '0', 'Puzzles', 0, 0, '', 'kayara-jigsaw-puzzle'), (7535, 'the luck 2022 Jigsaw Puzzle ', 'Zazgames is a place where you can infinitely play assembling online jigsaw puzzles. We hope you are up for another game from the Puzzle category on our website , because we have just added the game called the luck 2022 Jigsaw Puzzle for you all, which, despite being one of the many puzzle games we have added so far into this category, this is the first puzzle game to use this specific format, and image, so it is going to be a brand new experience for all of you, an experience we are sure you will appreciate, as there is no way you aren\'t going to have a lot of fun playing the game. Especially after you learn how to play it from the next lines in the description. you will start by choosing how you want the jigsaw puzzle be : hard medium or easy. After that, the jigsaw puzzle pieces are going to be spread around the game screen randomly. Use the mouse to drag them over the transparent images where they match with the image, until all the pieces are connected, and the image looks just like it did in the beginning. You will have a great time with the game, so start it right now, and we are sure you will not regret it one second!', 'https://img.gamemonetize.com/autwvzmz0sqx0u9bb62vlut2k9khyv11/512x384.jpg', 'https://html5.gamemonetize.com/autwvzmz0sqx0u9bb62vlut2k9khyv11/', '0', 'Puzzles', 0, 0, '', 'the-luck--jigsaw-puzzle-'), (7536, 'Sniper Ghost Shooter', 'Sniper Ghost Shooter is a action game that takes being far-sighted to a new level. All Shooters rejoice! Be Ready to be the Sniper Ghost Shooter, save the world once again with your superior Save Mankind Level shooting Skills. Ultimate Sniper Shoot Em gameplay, which combines the best Sniper + Chopper. Your mission in this action-packed Sniper Ghost Shooter game is to defend against the ruthless ghost, evil towers and ghost spawning motherlord. See how long you can last against thousands of enemies. Sniper games are always fun to play. It offers a surprisingly satisfying gameplay and are a great source of entertainment at the same time. Our game is packed with Tactical, Action elements, Mysterious Worlds and challenging sniper levels. For a game that\'s all about shooting, Sniper Ghost Shooter looks like a measured, cautious experience. Arm yourself with deadly sniper weapons to complete missions deep inside the enemy territory! Kill Shot the enemies and save the world. Sniper shooting game trains the eye and the hand to work together to achieve your killer goals. Shooting games require not only good aim but also a mastery of strategy. Are you accurate enough to scope your enemies? Take your best headshot. Join the War, Be Fast and Be Quick on the trigger and remember to be awesome.', 'https://img.gamemonetize.com/in6rnuyshq6yt2z2rwnpfslcg1xacyqi/512x384.jpg', 'https://html5.gamemonetize.com/in6rnuyshq6yt2z2rwnpfslcg1xacyqi/', '0', 'Shooting', 0, 0, '', 'sniper-ghost-shooter'), (7537, 'Master Tetris 3D', 'You bring down blocks from the top of the screen. You can move the blocks around, either left to right and you can rotate and mirror them. You have to build the box to fill the rows to remove the completed line. You can make them fall faster if you’re sure of your positioning. And collect the score.', 'https://img.gamemonetize.com/7cmo1u9rp9irlor4kncssoyoy0wrscw3/512x384.jpg', 'https://html5.gamemonetize.com/7cmo1u9rp9irlor4kncssoyoy0wrscw3/', '0', 'Puzzles', 0, 0, '', 'master-tetris-d'), (7538, 'Hero Dual Infinity 3D Ball Thrower ', 'toss the colored balls into the inflatable rings. The other team will try to do the same, and whoever has more rings at the end of the round wins the game.', 'https://img.gamemonetize.com/f6d8q0tgb9f6na8qlv27pakrrf0wx8cj/512x384.jpg', 'https://html5.gamemonetize.com/f6d8q0tgb9f6na8qlv27pakrrf0wx8cj/', '0', 'Arcade', 0, 0, '', 'hero-dual-infinity-d-ball-thrower-'), (7539, 'Falling Puzzle', 'A new gameplay experience that will give you an unprecedented level of satisfaction. Moving the block horizontally and filling the entire line will eliminate it.', 'https://img.gamemonetize.com/spjqp76rpsspxad2cgp81wztkzostlnt/512x384.jpg', 'https://html5.gamemonetize.com/spjqp76rpsspxad2cgp81wztkzostlnt/', '0', 'Puzzles', 0, 0, '', 'falling-puzzle'), (7540, 'Mahjongg Dimensions 3D', 'Mahjongg Dimensions 3D literally adds a dimension of fun to your match-making experience. Play Mahjongg Dimensions 3D, match-making with a “TWISTâ€!', 'https://img.gamemonetize.com/yiu7b62toapyw8uvm0esm02rvt5l9tfb/512x384.jpg', 'https://html5.gamemonetize.com/yiu7b62toapyw8uvm0esm02rvt5l9tfb/', '0', 'Puzzles', 0, 0, '', 'mahjongg-dimensions-d'), (7541, 'BandyBall', 'Dribble with balls that have made football history. Dribble, earn stars, do challenges and unlock new balls and shoes.', 'https://img.gamemonetize.com/glthxanlgmu72u2knn1ialxufj80ti6g/512x384.jpg', 'https://html5.gamemonetize.com/glthxanlgmu72u2knn1ialxufj80ti6g/', '0', 'Sports', 0, 0, '', 'bandyball'), (7542, 'La Bataille', '"La bataille" is the most famous french card game ! It\'s super easy to play and very fun. you have a pile of cards, and you must throw them against your opponent. The best card win. if it\'s the same card : battle !!!', 'https://img.gamemonetize.com/i7p1o3zg6wveze8ao3dhqqyb2lr2a0p7/512x384.jpg', 'https://html5.gamemonetize.com/i7p1o3zg6wveze8ao3dhqqyb2lr2a0p7/', '0', 'Multiplayer', 0, 0, '', 'la-bataille'), (7543, 'Kitsune power destruction', 'A Kitsune just landed in the forest! This imposing animal is angry and he wants only one thing, to destroy all the pillars of the temples! Help him to destroy them, but beware, the protectors of the temples will try to stop you. They are hidden in the pillars to stop you. Do not underestimate them, they are armed!', 'https://img.gamemonetize.com/63ouucl5f5fi3mjdh1w7mfxe54fdbmuv/512x384.jpg', 'https://html5.gamemonetize.com/63ouucl5f5fi3mjdh1w7mfxe54fdbmuv/', '0', 'Arcade', 0, 0, '', 'kitsune-power-destruction'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (7544, 'Find the Way Home Maze Game', 'Find The Way Home Maze Game is a maze puzzle game. In this game, you need to send out the alien to their home. But is not easy to complete all 30 levels. Play and Have fun!', 'https://img.gamemonetize.com/u1myfk03qpuevfmysnwrxz9vttj64w60/512x384.jpg', 'https://html5.gamemonetize.com/u1myfk03qpuevfmysnwrxz9vttj64w60/', '0', 'Puzzles', 0, 0, '', 'find-the-way-home-maze-game'), (7545, 'Delicious Cake Shop Game', 'Delicious Cake Shop is a very popular cooking game. You own a cute cake shop and you love baking. Today two customers come to your shop asking you to design cakes for them. Come and grab your tools to make delicious cakes for them. There are many unique cake moulds and accessories for you to try. Don\'t forget to pack the cakes and charge the customers money.', 'https://img.gamemonetize.com/qy3dgazosl0ezno45wrw41nygdow6dvb/512x384.jpg', 'https://html5.gamemonetize.com/qy3dgazosl0ezno45wrw41nygdow6dvb/', '0', 'Girls', 0, 0, '', 'delicious-cake-shop-game'), (7546, 'Fashion Summer Long Skirts', 'Summer is so hot, but summer is a good season to wear beautiful skirts and show ourselves. Today these 3 fashion girls Zoe, Adella and Iris will change long skirts and show us the summer fashion, have a look!', 'https://img.gamemonetize.com/ef9aupi8jed30nlwnfv28wqvvcjrut6a/512x384.jpg', 'https://html5.gamemonetize.com/ef9aupi8jed30nlwnfv28wqvvcjrut6a/', '0', 'Girls', 0, 0, '', 'fashion-summer-long-skirts'), (7547, 'Fashion Body Spa Salon Makeover Game', 'Body Spa Salon is a very popular place for girls, and many girls like to relieve stress. Sofia recently opened a Full Body Spa Salon, which is very popular with friends. Today, Sofia\'s best friend Zoe also come to the salon, please help Sofia to bring Zoe the perfect service! Have fun with these two girls!', 'https://img.gamemonetize.com/z1kwu2ybug4gv7iptqp6546g6s7p5kgi/512x384.jpg', 'https://html5.gamemonetize.com/z1kwu2ybug4gv7iptqp6546g6s7p5kgi/', '0', 'Girls', 0, 0, '', 'fashion-body-spa-salon--makeover-game'), (7548, 'Farm Land And Harvest Farming Life Game', 'Do you know where does flour come from? Do you know what farmers do to grow and harvest wheat? In this game, you will learn the answers. There are many mini parts in this game. You can choose any part to enjoy. If you play them in order, you can learn the whole process of planting and harvesting. First, assemble the truck you need and start to reclaim the wasteland. And then plant the seeds into the soil. After you water the soil, the wheat would grow. When the wheat is ripe, harvest it with a reaper... Want to know more about this game? Enjoy it!', 'https://img.gamemonetize.com/8tzjekmzl4zojfywtpixkysebti1gkmw/512x384.jpg', 'https://html5.gamemonetize.com/8tzjekmzl4zojfywtpixkysebti1gkmw/', '0', 'Girls', 0, 0, '', 'farm-land-and-harvest--farming-life-game'), (7549, 'Match 20 Challenge', 'Match 20 Challenge is a free colorful puzzle online game for boys. The game starts at 5, looks easy until 10, gets fiendish at 15, and challenges you to get to 20. Anyone can learn it, but you\'ll have to concentrate to make it all the way. TIt is a very good skill-based game that tests both reaction time and dexterity. Can you get to Twenty?', 'https://img.gamemonetize.com/e10e4h1awfwdrhfhn4zuf0270trrwypa/512x384.jpg', 'https://html5.gamemonetize.com/e10e4h1awfwdrhfhn4zuf0270trrwypa/', '0', 'Boys', 0, 0, '', 'match--challenge'), (7550, 'Helicopter Escape 3d Game', 'Helicopter Escape 3D is a third-person shooter. If you like to play shooting games, then Helicopter Escape 3D you can\'t miss! Your mission is to rescue the hostages from the enemy and then let them escape on the plane without any problem. Concentrate on your mission and shoot the enemies quickly to avoid them catching up with the hostages. Come join us and start your rescue journey!', 'https://img.gamemonetize.com/i9c7fkwrmvjjfhyn8hezjblnk29roud7/512x384.jpg', 'https://html5.gamemonetize.com/i9c7fkwrmvjjfhyn8hezjblnk29roud7/', '0', '3D', 0, 0, '', 'helicopter-escape-d-game'), (7551, '911 Ambulance Doctor', 'Have you ever thought about being a doctor and curing some cute kids? In the game 911 Ambulance Doctor, you can choose a patient from some injured kids and take surgery to help them recover. Follow the guide, use the tool we prepared for you, become a cool doctor, and help these kids in 911 Ambulance Doctor!', 'https://img.gamemonetize.com/v7cup5pyk57lx22z1qfprywq9i1s5xpm/512x384.jpg', 'https://html5.gamemonetize.com/v7cup5pyk57lx22z1qfprywq9i1s5xpm/', '0', 'Girls', 0, 0, '', '-ambulance-doctor'), (7552, 'Goofy Magic', 'Goofy is a funny-animal cartoon character created in 1932 at Walt Disney Productions. Goofy is a tall, anthropomorphic dog who typically wears a turtle neck and vest, with pants, shoes, white gloves, and a tall hat originally designed as a rumpled fedora. Goofy is a close friend of Mickey Mouse and Donald Duck and is one of Disney\'s most recognizable characters. He is normally characterized as extremely clumsy and somewhat dimwitted, yet this interpretation is not always definitive; occasionally Goofy is shown as intuitive, and clever, albeit in his own unique, eccentric way.', 'https://img.gamemonetize.com/c60o4dzeeuguor92ozuzqnklh5aj2cn6/512x384.jpg', 'https://html5.gamemonetize.com/c60o4dzeeuguor92ozuzqnklh5aj2cn6/', '0', 'Adventure', 0, 0, '', 'goofy-magic'), (7553, 'Fill the fridge cool', 'good game', 'https://img.gamemonetize.com/2xdw9sd673pjbk5ko4gekv1akl7kowga/512x384.jpg', 'https://html5.gamemonetize.com/2xdw9sd673pjbk5ko4gekv1akl7kowga/', '0', 'Action', 0, 0, '', 'fill-the-fridge-cool'), (7554, 'Ragag', 'fun simple game, keep running after the stars, dreams are always present', 'https://img.gamemonetize.com/of2hzjzc4rjtubdqjd93yelj69phytrb/512x384.jpg', 'https://html5.gamemonetize.com/of2hzjzc4rjtubdqjd93yelj69phytrb/', '0', 'Arcade', 0, 0, '', 'ragag'), (7555, 'Body Race 3D Game', 'Everyone has a different definition of beauty, but everyone wants to have a healthy body. Body Race is a casual game with the theme of healthy life. To stay healthy, you need to eat fresh vegetables and fruits to avoid fast food. At the same time, regular exercise and fitness are also good for health. Let us develop healthy habits and keep them together.', 'https://img.gamemonetize.com/fsdxp9az0wu6dsg96tcyijxlnnqywwqu/512x384.jpg', 'https://html5.gamemonetize.com/fsdxp9az0wu6dsg96tcyijxlnnqywwqu/', '0', '3D', 0, 0, '', 'body-race-d-game'), (7556, 'Animal.io 3D', 'Animal.io is an interesting multiplayer online game. Control your animal to push others off the platform by swinging your tail. Meat can increase your size and hamburger can add the length of the tail, the mushroom will become little size but faster. Kill your enemies and win the game! To unlock more adorable animals!', 'https://img.gamemonetize.com/01afiyuzovajt0olhhl3z6cr6cnjp2sp/512x384.jpg', 'https://html5.gamemonetize.com/01afiyuzovajt0olhhl3z6cr6cnjp2sp/', '0', '.IO', 0, 0, '', 'animalio-d'), (7557, 'Crazy Bike Stunt Race Game 3D 2022', 'You may have played many bike racing games, but Crazy Bike Stunt Race Game 3D 2022 game introduced you to many playing modes and challenging levels, and much more excitement. The graphics of this gameplay make the environment inspire you to race the bike On mega ramps and play tricky stunts. The real crazy free offline game of 2022, will make you a better bike racing master. Challenge yourself that you can beat your competitors and become a stunt rider. Instantly start from the beginning line and reach the endpoint at the given time. Then you are a top bike racer. Install now and enjoy this amazing play. Experience it and perform stunts and become champions. This game is one of its own kind and is full of sensation and obsession. It has been specifically designed for racing bike lovers, who love to perform tricky stunts and gain experience. It’s a unique concept, as this realistic game comprises 3 sensational and impossible tracks. It\'s easy to play, but hard tricks in it. So let\'s do the Impossible possible and be a top racer. Have you played such stunts on a heavy bike? If no, Then get ready to play. We have come up with a new 3D bike game for you? This is especially for those who are crazy about playing and racing or bike challenging stunts. Features of Crazy Bike Stunt Race Game 3D 2022: Different bikes with different kinds of features Different kinds of Challenging and sensational tracks Realistic environment. Unique and challenging playing mods and levels Several camera angles Visual sounds Most advanced graphics Free offline game', 'https://img.gamemonetize.com/4mvb66mq5kpgy8zxvc5sgp912zgakpfl/512x384.jpg', 'https://html5.gamemonetize.com/4mvb66mq5kpgy8zxvc5sgp912zgakpfl/', '0', 'Adventure', 0, 0, '', 'crazy-bike-stunt-race-game-d-'), (7558, 'Factory Crush', 'Welcome to Factory Crush! Tap or click on 3 or more identical cubes to eleminate them. Destroy more cubes to earn some crazy power cubes.', 'https://img.gamemonetize.com/y0z42dufwtbfogvqt6ututj2ev4g5apr/512x384.jpg', 'https://html5.gamemonetize.com/y0z42dufwtbfogvqt6ututj2ev4g5apr/', '0', 'Puzzles', 0, 0, '', 'factory-crush'), (7559, 'Cat Hair Salon', 'Cat Hair Salon is actually a cat washing and a hair design game with two-dimensional cartoon game art animation. It is managed for you to wash and cut the hair of each cat. Then you could make each salon and clip the nails for it in Cat Hair Salon!', 'https://img.gamemonetize.com/0iem2mdg320s2cg36jviggx7s2f6noxn/512x384.jpg', 'https://html5.gamemonetize.com/0iem2mdg320s2cg36jviggx7s2f6noxn/', '0', 'Girls', 0, 0, '', 'cat-hair-salon'), (7560, 'Picnic With Cat Family Fun Together', 'Prepare delicious food and take it to a picnic, pick a friend to join in, let everyone have a full meal, and gather around the campfire to spend a pleasant evening together. Help them bring some food to the forest: only the mother cat knows what her family likes to eat, and chooses the food she wants according to her instructions. Choose your favorite cartoon characters and invite them to participate. You can choose different characters for each picnic. On the way to the forest, remove all obstacles.', 'https://img.gamemonetize.com/6d93xn7u1yb7t9uiciqsfmuos5so3o9v/512x384.jpg', 'https://html5.gamemonetize.com/6d93xn7u1yb7t9uiciqsfmuos5so3o9v/', '0', 'Girls', 0, 0, '', 'picnic-with-cat-family--fun-together'), (7561, 'Car parkour cool', 'This is a game to beat the level. In this case, you need to control a small car, and there may be obstacles in your way. What you need to do is avoid these obstacles and cover the distance you need to walk as quickly as possible. And eat enough gold. Interested partners come to download experience!', 'https://img.gamemonetize.com/v0j62gqnfjx3krxiqjte4m2qoehy39ds/512x384.jpg', 'https://html5.gamemonetize.com/v0j62gqnfjx3krxiqjte4m2qoehy39ds/', '0', 'Action', 0, 0, '', 'car-parkour-cool'), (7562, 'Charging racing', 'A car driving on a road full of obstacles, he needs to control the balance of all obstacles to successfully reach the finish line, everyone try.', 'https://img.gamemonetize.com/zwdwc2ivqbpo4e1fxmr8cba9m83q6m7z/512x384.jpg', 'https://html5.gamemonetize.com/zwdwc2ivqbpo4e1fxmr8cba9m83q6m7z/', '0', 'Action', 0, 0, '', 'charging-racing'), (7563, 'Shoe Designer Fashion Shop', 'Let’s join the fashion shoe design maker studio where you can make fantastic shoe designs and show off your great shoe maker designing skills. Explore the limits of your creativity while making trendy fashion shoe.', 'https://img.gamemonetize.com/43uetvpx7twxs4urwngum89pmtjz4gx7/512x384.jpg', 'https://html5.gamemonetize.com/43uetvpx7twxs4urwngum89pmtjz4gx7/', '0', 'Arcade', 0, 0, '', 'shoe-designer-fashion-shop'), (7564, 'Cooking Shop ', 'Welcome to the Cooking Shop : Chef Restaurant Cooking Games 2022f, it is a free cooking games with levels where you set off to play as crazy chef by providing fast food to diners in time management and free cooking games', 'https://img.gamemonetize.com/uhlty1o7kal11r3oxprdqa035yezhe6x/512x384.jpg', 'https://html5.gamemonetize.com/uhlty1o7kal11r3oxprdqa035yezhe6x/', '0', 'Arcade', 0, 0, '', 'cooking-shop-'), (7565, '4GameGround Puppy Coloring', 'A very beautiful puppy wants his life to be filled with new colors and emotions. Depending on which colors you choose to draw, the hero will feel happier or sadder on the contrary. Don\'t make your pet sad.', 'https://img.gamemonetize.com/fo3q187gcwx2r27cmw2ro7mfmqu55ajh/512x384.jpg', 'https://html5.gamemonetize.com/fo3q187gcwx2r27cmw2ro7mfmqu55ajh/', '0', 'Arcade', 0, 0, '', 'gameground--puppy-coloring'), (7566, 'Shoe Maker 3D', 'In this game, the player plays through the day-to-day life of a cobbler. Gameplay will include creating shoes from scratch, repairing shoes, polishing/coloring, etc, with each new level providing a different scenario.', 'https://img.gamemonetize.com/7mkvh7atgamhujqwtg7fwkqz3gjjcfyb/512x384.jpg', 'https://html5.gamemonetize.com/7mkvh7atgamhujqwtg7fwkqz3gjjcfyb/', '0', 'Arcade', 0, 0, '', 'shoe-maker-d'), (7567, 'Huggie Wuggie Popping Stars', 'We are presenting our newest free game Huggie Wuggie Popping Stars. The goal of the game is to pop the stars much as you can, to reach the targets on each level, and if you can get a maximum number of stars.', 'https://img.gamemonetize.com/f5ymnlf9aud6h4uthvhs6oicv6hx3zt5/512x384.jpg', 'https://html5.gamemonetize.com/f5ymnlf9aud6h4uthvhs6oicv6hx3zt5/', '0', 'Shooting', 0, 0, '', 'huggie-wuggie-popping-stars'), (7568, 'Janes Summer Party', 'Jane is giving the biggest summer party ever! She has to be perfect for the party. You should help her to get dressed with most fashionable clothes.', 'https://img.gamemonetize.com/j0g60ani5p8a5fn27843kxx1hzeltw83/512x384.jpg', 'https://html5.gamemonetize.com/j0g60ani5p8a5fn27843kxx1hzeltw83/', '0', 'Girls', 0, 0, '', 'janes-summer-party'), (7569, 'Invaders War Game', '“Invaders War†is a game inspired by one of the first games ever created, Space Invaders. A shoot-up style game, where the player must defeat enemies before they reach you. With arcade mechanics and easy gameplay, it allows great fun. Defeat all enemies and win each level, advancing to accumulate the most points. The graphics are colorful and beautiful. Good fun!', 'https://img.gamemonetize.com/uk7u29eb5hx7uj01hzdsk238qp5h5ica/512x384.jpg', 'https://html5.gamemonetize.com/uk7u29eb5hx7uj01hzdsk238qp5h5ica/', '0', 'Arcade', 0, 0, '', 'invaders-war-game'), (7570, 'Cell Expansion War', 'With all your passion for playing Cell Expansion Wars, you hands are not supposed to be limited on a tiny screen of your phone. Play like a pro and get full control of your game with keyboard and mouse. MEmu offers you all the things that you are expecting. Download and play Cell Expansion Wars on PC. Play as long as you want, no more limitations of battery, mobile data and disturbing calls. The brand new MEmu 7 is the best choice of playing Cell Expansion Wars on PC. Prepared with our expertise, the exquisite preset keymapping system makes Cell Expansion Wars a real PC game. Coded with our absorption, the multi-instance manager makes playing 2 or more accounts on the same device possible. And the most important, our exclusive emulation engine can release full potential of your PC, make everything smooth. We care not only how you play, but also the whole process of enjoying the happiness of gaming. With the simplest control, players can operate various strategies (Attack, Defense, Heal). Defend your cells from enemy attacks then counterattack to take control of enemies\' cells. [Features] - Easy controls - With line multiplying cells, Players can stretch more tentacles.', 'https://img.gamemonetize.com/mjurfa1rbvgs08kyz1a97sw8fiphxx9t/512x384.jpg', 'https://html5.gamemonetize.com/mjurfa1rbvgs08kyz1a97sw8fiphxx9t/', '0', 'Arcade', 0, 0, '', 'cell-expansion-war'), (7571, 'Traffic Racing Jam', 'Try to make Close Call on the high way nearest Close call give you more money and more points.', 'https://img.gamemonetize.com/1qd2292uy2hqi6sueyk5ao7m8m8xttg8/512x384.jpg', 'https://html5.gamemonetize.com/1qd2292uy2hqi6sueyk5ao7m8m8xttg8/', '0', 'Racing', 0, 0, '', 'traffic-racing-jam'), (7572, 'Stray', 'Stray lives in a small fairy-tale town. Let\'s run with him, who will run further?', 'https://img.gamemonetize.com/zsyywacxbzp6ziacs4no5cgnsbiz32xp/512x384.jpg', 'https://html5.gamemonetize.com/zsyywacxbzp6ziacs4no5cgnsbiz32xp/', '0', 'Adventure', 0, 0, '', 'stray'), (7573, 'Girls Dress Up Friendship', 'Ponies Girls Dress Up Friendship Create own pony girl', 'https://img.gamemonetize.com/5n0gbadlbahkl6504gip39dpm1hlaiwe/512x384.jpg', 'https://html5.gamemonetize.com/5n0gbadlbahkl6504gip39dpm1hlaiwe/', '0', 'Hypercasual', 0, 0, '', 'girls-dress-up-friendship'), (7574, 'Supermarket Shopping Mall Game', 'If you love supermarket shopping game, Shopping Games, and Grocery Store Games then you have come to the right place. Supermarket Games are so much fun, especially when you can shop for hundreds of items, and play for hours with Supermarket Grocery Games!', 'https://img.gamemonetize.com/xuc9nslmbl77gxhbyb6ecc7pad3uawbq/512x384.jpg', 'https://html5.gamemonetize.com/xuc9nslmbl77gxhbyb6ecc7pad3uawbq/', '0', 'Hypercasual', 0, 0, '', 'supermarket-shopping-mall-game'), (7575, 'Political Run', 'collect symbols and run', 'https://img.gamemonetize.com/h1471jomx82d4r9r5d3ip09l91il40co/512x384.jpg', 'https://html5.gamemonetize.com/h1471jomx82d4r9r5d3ip09l91il40co/', '0', 'Adventure', 0, 0, '', 'political-run'), (7576, 'Kid Cats Animal Doctor Games Cat Game', 'These are kids doctor games with cats! Become a cat doctor in kids hospital games! ⛑ Kitty cat games for kids all of ages: treat all characters of the cartoon!', 'https://img.gamemonetize.com/wy4bu4132n4rjnp5cpybhb7j6i2cmdqe/512x384.jpg', 'https://html5.gamemonetize.com/wy4bu4132n4rjnp5cpybhb7j6i2cmdqe/', '0', 'Arcade', 0, 0, '', 'kid-cats-animal-doctor-games-cat-game'), (7577, 'Cartoon Rotate', 'Complete the puzzle by turning the pieces of 6 different cheerful puzzles.', 'https://img.gamemonetize.com/2y7jr8ijmuugtr2fdby1ik0tc65zcdbt/512x384.jpg', 'https://html5.gamemonetize.com/2y7jr8ijmuugtr2fdby1ik0tc65zcdbt/', '0', 'Puzzles', 0, 0, '', 'cartoon-rotate'), (7578, 'Pixel Gun Apocalypse 5 2022', 'Top ghost-shooting games provide you access to a vast arsenal of lethal gadgets. You and an army of ghost drones have been fighting for a long time across several Minecraft worlds. Zombies, I admire your ability, and it will continue to be challenging. I am not in a position to prepare financially for an event of that type right now. You\'ll have a lot more fun in an arcade shooter if you can hide behind objects while shots are fired. Which of these free cellular phone aliases do you favour for usage in online gaming? The entire quantity of guns and other weapons we own are detailed in the accompanying graphic. Usually, the protagonist in scary video games is armed.', 'https://img.gamemonetize.com/gd7un23d1e33sijbl5ppje0ekuksx4qg/512x384.jpg', 'https://html5.gamemonetize.com/gd7un23d1e33sijbl5ppje0ekuksx4qg/', '0', 'Shooting', 0, 0, '', 'pixel-gun-apocalypse--'), (7579, 'Stick Soccer 3D', 'A new style of a soccer game is beginning with the Stick Soccer 3D game. Various football teams, soccer match tactics, various stadiums, and many other things are waiting for you with this soccer game. You can play single or two player. Also, you can participate in speed mode and you can start a soccer game with no limits. The tournament mode will bring you a cup if you can win all of the soccer matches! Let the soccer matches begin!', 'https://img.gamemonetize.com/b0xfkcy8iaqk10hkxv08iohwbiyxp0u5/512x384.jpg', 'https://html5.gamemonetize.com/b0xfkcy8iaqk10hkxv08iohwbiyxp0u5/', '0', 'Soccer', 0, 0, '', 'stick-soccer-d'), (7580, 'Squad Alpha 3d Game', 'Squad Alpha is a casual shooting game designed for boys. If you like shooting games, you can\'t go wrong with Squad Alpha! The gameplay is very simple, slide the screen to move and defeat all the enemies to successfully enter the next level. More cool guns are waiting for you to unlock! Join now, press the trigger wildly and feel the fun of shooting the game you! Have fun!', 'https://img.gamemonetize.com/b60q96f4y0izqbpvlhchecku4xg9oc39/512x384.jpg', 'https://html5.gamemonetize.com/b60q96f4y0izqbpvlhchecku4xg9oc39/', '0', 'Arcade', 0, 0, '', 'squad-alpha-d-game'), (7581, 'Super Mario Physics', 'Super Mario Physics is a Crazy Physics puzzle game Tap or Boxes to release the green Mushroom and make it destroy Mario. Sometimes you will have to tap on mushroom to make it fly. enjoy', 'https://img.gamemonetize.com/j10i8s7mpns6b24cg4sz4g0ndr3o46st/512x384.jpg', 'https://html5.gamemonetize.com/j10i8s7mpns6b24cg4sz4g0ndr3o46st/', '0', 'Puzzles', 0, 0, '', 'super-mario-physics'), (7582, 'National become gun god', 'The rules of the game: Hit the ball with a gun, break all the balls before the bullets given are used up and used up to complete the level, you can also craft guns, use more advanced guns to play ball more powerful, the craft gun page sometimes lands in the chest, there are guns in the box that can be used for crafting, and the rules of synthesis are that the same gun is used to craft a higher level gun.', 'https://img.gamemonetize.com/pagvbg3kmvro2i85qsoes83a33u2yqbi/512x384.jpg', 'https://html5.gamemonetize.com/pagvbg3kmvro2i85qsoes83a33u2yqbi/', '0', 'Shooting', 0, 0, '', 'national-become-gun-god'), (7583, 'Truck Driver Simulator 3D Driving Game', 'Truck Driver Simulator is a 3D truck delivery simulator game. If you like to play car driving games, then Truck Driver Simulator you can\'t miss. Your mission is to deliver the materials to the military base and you have to finish it within the time limit. The excitement is that you need to drive on the rough roads and mountain roads, can you successfully deliver with your excellent driving skills?', 'https://img.gamemonetize.com/b4sgsi2kr87kj30021h5kjrmux4b23hn/512x384.jpg', 'https://html5.gamemonetize.com/b4sgsi2kr87kj30021h5kjrmux4b23hn/', '0', 'Boys', 0, 0, '', 'truck-driver-simulator--d-driving-game'), (7584, 'Nifty Hoopers', 'If you want to become a famous basketball player, don\'t miss the game Nifty Hoopers? You can choose one of 16 different countries and make yourself a team player. Your task is to play against your opponents. You need to get enough points before the time runs out. When the pointer stays in the green area, click on the screen to throw a basketball, if someone is blocking you, you can click on the circular area to bypass the obstacle.', 'https://img.gamemonetize.com/3xiy0ncw9qdsgpr6rx1b89eunjddi3qh/512x384.jpg', 'https://html5.gamemonetize.com/3xiy0ncw9qdsgpr6rx1b89eunjddi3qh/', '0', 'Sports', 0, 0, '', 'nifty-hoopers'), (7585, 'Burger Now Burger Shop Game', 'Hey, come here! There is a burger shop, now, you are the owner. Now, start your work! Run your restaurant, receive your customers, and cook the burgers they want. Have fun!', 'https://img.gamemonetize.com/es8ykqycndac9v1rjbfm9grw5v8rh9t0/512x384.jpg', 'https://html5.gamemonetize.com/es8ykqycndac9v1rjbfm9grw5v8rh9t0/', '0', 'Girls', 0, 0, '', 'burger-now--burger-shop-game'), (7586, 'The Dry Rains', 'The Dry Rains is a zombie survival game that tasks players with surviving in a post-apocalyptic world.', 'https://img.gamemonetize.com/rxb4gcsdqm9rp32s95s3f0ozrprzw21u/512x384.jpg', 'https://html5.gamemonetize.com/rxb4gcsdqm9rp32s95s3f0ozrprzw21u/', '0', 'Arcade', 0, 0, '', 'the-dry-rains'), (7587, 'Dinosaur Monster Fight', 'Dinosaur Monster Fight Can you think sharp enough to merge super fast and combine all the dinosaurs, make a dino squad fusion and fight against the enemies? Your quest is simple...use your strategy to combine the dinosaurs or warriors on your battlefield and fight against the enemies! You must make a fusion of your troops into a giant monster quickly if you want to win in one of coolest dinosaur games!', 'https://img.gamemonetize.com/k0cwch4rxal7hvqct2ukj4b1g4wv66az/512x384.jpg', 'https://html5.gamemonetize.com/k0cwch4rxal7hvqct2ukj4b1g4wv66az/', '0', 'Action', 0, 0, '', 'dinosaur-monster-fight'), (7588, 'Heads Arena Soccer All Stars', 'Heads Arena Soccer All Stars is a fun soccer game you can play on iyigames.com. Pick your favorite soccer team and prepare yourself for a head boggling, action packed, challenging game of soccer that you can only find in Heads Arena: Soccer All Stars. Use your big head to knock the ball into the goal! Heads Arena: Soccer All Stars lets you play for 13 world-class teams with outstanding soccer heads. You can compete in solo, 1-on-1, or 2-on-2 match-ups. In this head soccer game, you can choose your favorite football club, and try to win the tournament!', 'https://img.gamemonetize.com/l0jdsvppleowsqzcs0xxcnfngx266i1z/512x384.jpg', 'https://html5.gamemonetize.com/l0jdsvppleowsqzcs0xxcnfngx266i1z/', '0', 'Sports', 0, 0, '', 'heads-arena-soccer-all-stars'), (7589, 'Power The Grid', 'Power the Grid game play it on iyigames.com. Power the Grid is a real-time-strategy tycoon game that simulates the power grid. Control multiple power-plants, manage resources and invest in renewable energies, all this while supplying the energy demand. Power the Grid is a strategy game where you manage the electric grid by operating different power-plants, managing resources and investing in renewable sources. Do you\'ve got what it takes to be an energy manager?', 'https://img.gamemonetize.com/z7shb5eu4ea43z4wjwd93ajp8omlzzwu/512x384.jpg', 'https://html5.gamemonetize.com/z7shb5eu4ea43z4wjwd93ajp8omlzzwu/', '0', 'Clicker', 0, 0, '', 'power-the-grid'), (7590, 'Offroad Vehicle Simulation Game', 'Offroad Vehicle Simulation is a 3D car driving simulator game. If you\'re a big fan of car games, then it\'s highly recommended that you join us! Park the car at the specified location within the time limit. Try to avoid hitting any obstacles, otherwise, your car will be damaged and you will need to spend money on repairs. If you have enough gold coins, you can unlock the car you want in the store! Have fun!', 'https://img.gamemonetize.com/hgrhpzd1b2c19snpkrsfl112vhu7snc8/512x384.jpg', 'https://html5.gamemonetize.com/hgrhpzd1b2c19snpkrsfl112vhu7snc8/', '0', 'Arcade', 0, 0, '', 'offroad-vehicle-simulation-game'), (7591, 'Happy party', 'First of all, as a life simulation business class to develop mobile games, its picture is very funny, and there are a variety of players between the interaction and simulation of the story, so that we can be happy and relaxed to play.', 'https://img.gamemonetize.com/lbkxmnu4uhmk74vpiyzr694j1ba531vq/512x384.jpg', 'https://html5.gamemonetize.com/lbkxmnu4uhmk74vpiyzr694j1ba531vq/', '0', 'Action', 0, 0, '', 'happy-party'), (7592, 'Line Sprint', 'Line Sprint is a very fun and interesting casual puzzle game, line sprint game players need to rely on their own operation or wisdom to break through one level after another, every level players will unlock some achievements and get a lot of rewards.', 'https://img.gamemonetize.com/tc863idannq2r8a8slar7ombpg3btvwe/512x384.jpg', 'https://html5.gamemonetize.com/tc863idannq2r8a8slar7ombpg3btvwe/', '0', 'Sports', 0, 0, '', 'line-sprint'), (7593, 'Ball color', 'Its a simple puzzle game. You need to sort the mixed balls in the container according to their colors. The game settings are simple and easy to use. It\'s suitable for players of all ages. The process of the game is very easy to decompress, release pressure, banish unpleasant, ball color classification game can also exercise your hand-eye coordination ability.', 'https://img.gamemonetize.com/xpv0dmkxqvcvvc50zm7shzeee2d3r71a/512x384.jpg', 'https://html5.gamemonetize.com/xpv0dmkxqvcvvc50zm7shzeee2d3r71a/', '0', 'Puzzles', 0, 0, '', 'ball-color'), (7594, 'Football Tournament', 'Football Tournament online Game is a football game that is played in a tournament format. It is a great time killer and a fun way to pass the time. Play Football Tournament online Game with your friends, family or classmates. You can play a Football Tournament online Game against the computer or against other players.', 'https://img.gamemonetize.com/ng2636vuo6c9jm88xepqh34ha00l2kre/512x384.jpg', 'https://html5.gamemonetize.com/ng2636vuo6c9jm88xepqh34ha00l2kre/', '0', 'Hypercasual', 0, 0, '', 'football-tournament'), (7595, 'Kittens Match3', 'The logical game causes emotion in both children and adults. But, alas, you will not have to deal with fluffy creatures in it. Instead, it is proposed to collect other charming creatures in horizontal and vertical rows – round-eyed, jelly-like creatures. The move is done simply: click on a suitable monster and drag it to the next cell to swap places with another. There should be a row of three identical creatures. If it works, they will disappear, and the user will receive bonus points. You can play almost indefinitely, because while the gamer makes effective moves, the time reserve is restored. The game "Three kittens: three in a row" will not help in case of difficulty. So you\'ll have to think for yourself', 'https://img.gamemonetize.com/rdoidaha1g26ankbdub8r2022ah39mmk/512x384.jpg', 'https://html5.gamemonetize.com/rdoidaha1g26ankbdub8r2022ah39mmk/', '0', 'Puzzles', 0, 0, '', 'kittens-match'), (7596, 'pppppp', 'Clown Games brings the addictive fidget spinner io game played by millions on PC to mobile! Join Fisp.io, the popular fidget spinners io game, to start spinning now!', 'https://img.gamemonetize.com/14zeh6k3fvy0aagzq8rjjzkmzdx8k1bj/512x384.jpg', 'https://html5.gamemonetize.com/14zeh6k3fvy0aagzq8rjjzkmzdx8k1bj/', '0', 'Arcade', 0, 0, '', 'pppppp'), (7597, '6p', 'Classic Car Parking 3D simulator this parking mania game will teach you various parking skills with different kind of old vintage cars and begins an adventure when you have missions to drive and park classic cars', 'https://img.gamemonetize.com/r61qdtv12eu0c7bf6m4l0eike5wsgtol/512x384.jpg', 'https://html5.gamemonetize.com/r61qdtv12eu0c7bf6m4l0eike5wsgtol/', '0', 'Adventure', 0, 0, '', 'p'), (7598, 'Car Sim', 'Play online with real players from all over the world, win, new cars, upgrades, garages, and a house.', 'https://img.gamemonetize.com/emzoredk2y7m2x97nz21ded4fc26v7ii/512x384.jpg', 'https://html5.gamemonetize.com/emzoredk2y7m2x97nz21ded4fc26v7ii/', '0', 'Adventure', 0, 0, '', 'car-sim'), (7599, 'Fishing Game Deep Sea', 'Time for a Fishing!', 'https://img.gamemonetize.com/4k0vdk6yti3e9891vzo9x5m5hsxtu88y/512x384.jpg', 'https://html5.gamemonetize.com/4k0vdk6yti3e9891vzo9x5m5hsxtu88y/', '0', 'Hypercasual', 0, 0, '', 'fishing-game--deep-sea'), (7600, 'Color Line 3D', 'Crazy Ball 3D is an excellent 3D ball game that will make you super happy and addicted to the game with simple and easy controls and just one click to play. In this Crazy Ball 3D game, you need to avoid obstacles while controlling the ball to keep moving forward. Are you eager to experience this reaction speed game? Install this fun game and become a good ball control expert in Crazy Ball 3D game. Download Crazy Ball 3D game: infinite dash now. How to play. ★Finger controls the ball to move left and right ★The acceleration belt can help you speed up. ★Dodging various obstacles Features. ★One-touch control for easy operation ★Stunning 3D worlds and effects ★No time limit ★Crazy speed ★Multi-color skin ★Best pressure reducer ★Challenges to test your extreme speed and rapid response If you like the feeling of adrenaline spewing, then this ultra-casual game is definitely for you. This Crazy Ball 3D game and reaction speed game is designed for you. This Crazy Ball 3D game may seem easy, but the ball will die as soon as it hits an obstacle. So do your best to control the ball and navigate through the dangerous paths to become a ball control expert! This Crazy Ball 3D game is simple and exciting, train your motor skills and reflexes at the same time. Play this super casual game and prove your skills in Crazy Ball 3D: Infinite Dash! You can\'t stop racing!', 'https://img.gamemonetize.com/iispk8o74jdeqrfuqvb16h0241tdb55t/512x384.jpg', 'https://html5.gamemonetize.com/iispk8o74jdeqrfuqvb16h0241tdb55t/', '0', 'Arcade', 0, 0, '', 'color-line-d'), (7601, 'Orange Car Escape', 'Orange Car Escape is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a farm house with your favorite car; there you lost your car key. Here are the interesting puzzles and hidden objects to escape with your car. Good luck… Have fun!', 'https://img.gamemonetize.com/f0d2uelz8so7hs9m3t1wgsvxnl4q9v4j/512x384.jpg', 'https://html5.gamemonetize.com/f0d2uelz8so7hs9m3t1wgsvxnl4q9v4j/', '0', 'Puzzles', 0, 0, '', 'orange-car-escape'), (7602, 'BMW Car Carking 3D Simulator', 'BMW Car parking is back in the sequel to the biggest mobile parking simulation game of all time! Car parking starts a new era of parking simulation gameplay with super stunning graphics, challenging multi-stage levels and real-time online.', 'https://img.gamemonetize.com/uirje6vun5f5gwwn4zriswhnvereq0no/512x384.jpg', 'https://html5.gamemonetize.com/uirje6vun5f5gwwn4zriswhnvereq0no/', '0', 'Racing', 0, 0, '', 'bmw-car-carking--d-simulator'), (7603, 'Faspp', 'Ready to wow fashion show with your unique styles. Start designing looks for superstars, supermodels, brides and more.', 'https://img.gamemonetize.com/kx53anlp0v13okpqj2jtcvugc7fln9jp/512x384.jpg', 'https://html5.gamemonetize.com/kx53anlp0v13okpqj2jtcvugc7fln9jp/', '0', 'Arcade', 0, 0, '', 'faspp'), (7604, 'Fashion Empire Dressup', 'Designed for fashion lovers of all ages, it’s free to play with in-app purchases available for additional content and premium currency, and supports offline and online play. The game is regularly updated and full of fabulous gameplay-', 'https://img.gamemonetize.com/2y64qzktrypixsl9c5umkgj1ami5jkud/512x384.jpg', 'https://html5.gamemonetize.com/2y64qzktrypixsl9c5umkgj1ami5jkud/', '0', 'Adventure', 0, 0, '', 'fashion-empire--dressup'), (7605, 'Rescue The Pirate Parrot', 'Rescue The Pirate Parrot is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a forest there you found Pirate Parrot got trapped inside the cage. Here are the interesting puzzles and hidden objects to rescue the Pirate Parrot. Good luck... Have fun!', 'https://img.gamemonetize.com/dzzr13qbddjabfnq67daka5ziruy9uaq/512x384.jpg', 'https://html5.gamemonetize.com/dzzr13qbddjabfnq67daka5ziruy9uaq/', '0', 'Puzzles', 0, 0, '', 'rescue-the-pirate-parrot'), (7606, 'Underground Dungeon Escape', 'Underground Dungeon Escape is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to an Underground Dungeon; there you got trapped inside the Dungeon. Here are the interesting puzzles and hidden objects to find and get escape from the Dungeon. Good luck… Have fun!', 'https://img.gamemonetize.com/0zeeovb88pcsizl6y0tjxey0v97eqdoc/512x384.jpg', 'https://html5.gamemonetize.com/0zeeovb88pcsizl6y0tjxey0v97eqdoc/', '0', 'Puzzles', 0, 0, '', 'underground-dungeon-escape'), (7607, '5 Doors Escape', '5 Doors Escape is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to trapped inside house with 5 doors. Here is the interesting puzzles and hidden objects to find and get escape from the doors. Good luck.. Have fun!', 'https://img.gamemonetize.com/synh9vp1gusquuu69vokj7xl8wgm811o/512x384.jpg', 'https://html5.gamemonetize.com/synh9vp1gusquuu69vokj7xl8wgm811o/', '0', 'Puzzles', 0, 0, '', '-doors-escape'), (7608, 'Sky Ball Rolling', 'Enjoy Online Sky Ball Rolling.', 'https://img.gamemonetize.com/3xpepvcnhtllhgwfpaz41khutwbtx3vm/512x384.jpg', 'https://html5.gamemonetize.com/3xpepvcnhtllhgwfpaz41khutwbtx3vm/', '0', 'Arcade', 0, 0, '', 'sky-ball-rolling'), (7609, 'Trapezio', 'Trapezio is a 2D cute little platformer where you have to collect the silver coins while avoiding the enemies, spikes and saws and reach the red flag in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/w7ddtdrm2de6q3tsn7b8h84avbi7w2st/512x384.jpg', 'https://html5.gamemonetize.com/w7ddtdrm2de6q3tsn7b8h84avbi7w2st/', '0', 'Arcade', 0, 0, '', 'trapezio'), (7610, 'Ä°mpostor Puzzle 3', 'Complete 3 different levels, easy, medium and hard can be played on phone and computer good luck!', 'https://img.gamemonetize.com/yjvl6zabmnib0cqv2lyy010qw2bt8t8e/512x384.jpg', 'https://html5.gamemonetize.com/yjvl6zabmnib0cqv2lyy010qw2bt8t8e/', '0', 'Puzzles', 0, 0, '', 'mpostor-puzzle-'), (7611, 'flappy bird 2D', 'The object of the game is to direct a flying bird named "Faby" that is constantly moving to the right between sets of Mario style pipes. If the player touches the pipes, they lose. Faby briefly flaps upwards each time the player touches the screen; if the screen is not eavesdropped, Faby falls down due to gravity; each pair of pipes between which it moves gives the player one point, with medals awarded for the score at the end of the game. No medal is awarded for a score below ten. The bronze medal is awarded to scores from ten to twenty. To receive the silver medal, a player must reach 20 points. The gold medal is awarded to those who score more than thirty points. Players who achieve a score of forty or more receive a platinum medal.', 'https://img.gamemonetize.com/z8apzyj4pddlja88o93unj0ll0y34t98/512x384.jpg', 'https://html5.gamemonetize.com/z8apzyj4pddlja88o93unj0ll0y34t98/', '0', 'Clicker', 0, 0, '', 'flappy-bird-d'), (7612, 'Frog Jump Online Game', 'Are you bored? Then it\'s time to do something fun. Play Frog Jump, a free online platform jumping game inspired by Mario. This game is a classic retro platformer. Jump, run, and don\'t stop until you reach the end! If you\'re looking for cool games, you\'ve found them. Frog Jump is a free online platform jumping game. Don\'t fall through the levels and don\'t fall into the water. Jump on the platforms to get higher and higher, but don\'t fall, as that\'s game over!', 'https://img.gamemonetize.com/wamm9ed1nb0t47vpkbjx7s9mavnz000f/512x384.jpg', 'https://html5.gamemonetize.com/wamm9ed1nb0t47vpkbjx7s9mavnz000f/', '0', 'Hypercasual', 0, 0, '', 'frog-jump-online-game'), (7613, 'Alien Blocks Online Game', 'Alien Blocks is a retro-style arcade platformer that\'s fast becoming one of today\'s most popular nerve-wracking action games. Alien Blocks is an arcade platformer game that can be played in the browser.', 'https://img.gamemonetize.com/2euan31htpd8dz6qyirhtguhztdcgiu1/512x384.jpg', 'https://html5.gamemonetize.com/2euan31htpd8dz6qyirhtguhztdcgiu1/', '0', 'Arcade', 0, 0, '', 'alien-blocks-online-game'), (7614, 'Ninja Robo Hero', 'Nina Robo Hero invites you to a long-term adventure. Enemies have invaded the city and SuperHero Robots are ready to fight. Start the fight with SuperHero robots and improve your skills after each level or unlock new SuperHero robots.', 'https://img.gamemonetize.com/797a5kqeccirtd6wgf9ll5mpsbyg1hud/512x384.jpg', 'https://html5.gamemonetize.com/797a5kqeccirtd6wgf9ll5mpsbyg1hud/', '0', 'Adventure', 0, 0, '', 'ninja-robo-hero'), (7615, 'Tweety Dress up', 'Cute bird tweety is the most popular cartoon character. Tweety has chase adventures with the cat named Sylvester. Lets dress up Tweety', 'https://img.gamemonetize.com/igasa187o95xwl9vajjxebi9vspicsvk/512x384.jpg', 'https://html5.gamemonetize.com/igasa187o95xwl9vajjxebi9vspicsvk/', '0', 'Girls', 0, 0, '', 'tweety-dress-up'), (7616, 'Secret House Escape 2', 'Secret House Escape 2 is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a house; there you got trapped inside the house. Here are the interesting puzzles and hidden objects to find and get escape from the house. Good luck… Have fun!', 'https://img.gamemonetize.com/gc4fndlc6tbekgtb4on9nxgqr2sr7nzg/512x384.jpg', 'https://html5.gamemonetize.com/gc4fndlc6tbekgtb4on9nxgqr2sr7nzg/', '0', 'Puzzles', 0, 0, '', 'secret-house-escape-'), (7617, 'Zizo Adventure', 'If you like Super Mario, then you can\'t miss this game Zizo Adventure, which is a fun adventure game. Watch out for the monsters walking on the road, don\'t touch them, you can make the jump to stomp them to death. At the same time, the long swinging bar will also hinder your progress, use your flexible operation to avoid them! Show your skills to everyone! Keep breaking the challenge, good luck!', 'https://img.gamemonetize.com/thrsaenukoai5v4oix9ot5spirhcmbag/512x384.jpg', 'https://html5.gamemonetize.com/thrsaenukoai5v4oix9ot5spirhcmbag/', '0', 'Boys', 0, 0, '', 'zizo-adventure'), (7618, 'Find Out The Criminal Detective Masters', 'If you like to play detective games, you can\'t miss Find Out The Criminal, an addictive detective casual puzzle game. The game is not difficult to operate and is suitable for players of all ages to try. Use your wisdom and keen observation to find clues hiding everywhere and finally find the criminal. Come and join us and show your superior intelligence! Have fun!', 'https://img.gamemonetize.com/qorb8zg27w4bqvh4vkuvf9rr9x03p64m/512x384.jpg', 'https://html5.gamemonetize.com/qorb8zg27w4bqvh4vkuvf9rr9x03p64m/', '0', 'Puzzles', 0, 0, '', 'find-out-the-criminal--detective-masters'), (7619, 'Pou Runner', 'Help Paul run as far as possible without falling into the abyss!', 'https://img.gamemonetize.com/1j114iqi5630rjviv4nx7a2raai0tzaq/512x384.jpg', 'https://html5.gamemonetize.com/1j114iqi5630rjviv4nx7a2raai0tzaq/', '0', 'Arcade', 0, 0, '', 'pou-runner'), (7620, 'Zombie Shooter Survival', 'Survival Zombie Shooter features intense zombie shooting in vast blocky world, you are the only person alive and your mission is to use different types of weapons to shoot all incoming blocky minecraft zombies and try to survive as long as you can. Kill zombies, earn gold and buy new powerful weapons but beware, every round new zombie boss appears!', 'https://img.gamemonetize.com/v9whjpdq8ngwrvj8h3f2psy1nhrf92tu/512x384.jpg', 'https://html5.gamemonetize.com/v9whjpdq8ngwrvj8h3f2psy1nhrf92tu/', '0', 'Shooting', 0, 0, '', 'zombie-shooter-survival'), (7621, 'President Simulator', 'President Simulator is a clicker game where you play as a president and your mission is to save your economy. Make strategies, buy new items, upgrade yourself and click to make money!', 'https://img.gamemonetize.com/ye3n3g61zav7w7tikcug8e6xebaci6cb/512x384.jpg', 'https://html5.gamemonetize.com/ye3n3g61zav7w7tikcug8e6xebaci6cb/', '0', 'Clicker', 0, 0, '', 'president-simulator'), (7622, 'Pick Color Paint Fruits', 'welcome to Pick Color Paint Fruits! Draw colorful lines and match them with the target fruits. Click the help button to help you with colors fusion recipes and other helpers. this game will help you know color fusions. Have Fun!', 'https://img.gamemonetize.com/s9j523bz2rfibpqn7vmqctxx9fl885qj/512x384.jpg', 'https://html5.gamemonetize.com/s9j523bz2rfibpqn7vmqctxx9fl885qj/', '0', 'Puzzles', 0, 0, '', 'pick-color-paint-fruits'), (7623, 'Emoji Connect', 'Do you love puzzle linking games? Well this is an amazing puzzle game where you have to match 2 identical Emoji crazy Tiles to finish the level. Be super fast because you will play againt time! Enjoy!', 'https://img.gamemonetize.com/gtxgfibn82u8tpj4775hq05dvhp8r4hj/512x384.jpg', 'https://html5.gamemonetize.com/gtxgfibn82u8tpj4775hq05dvhp8r4hj/', '0', 'Puzzles', 0, 0, '', 'emoji-connect'), (7624, 'Real Tank Battle War Games 3D', 'Real Tank Battle: New War Game 3D is a military shooting tank war game with full of world war tanks. You are going to be one of the best master of tank driving game. This tank game gives you advance experience of tank shooting games 2021. You can choose your country flag and enjoy free tank games 2021 to protect base camps to defend the land. Show love for your beloved motherland by playing real tank battle games. Real Tank Battle: New War Games Secret missions get more excited because of classic environment in real tanks games 2021.The high-quality tanks war game with extreme 3D graphics and varieties of tanks so get ahead in this tank war shooting game. You can drive heavy war machines in this tank battle games arena open world environments. Don\'t forget to upgrade your tank and improve your tank driving skills! Play with the best military vehicle in tank battle new games 2021, so that you can show your extreme commando skills in war & military game 3D. Jump into a tank, roll into the battle fields, fire from your tank gun and blow away anything in your sights and prove yourself a hero striker in real battle of tank game. This army tank shooting games panzer shooter tasks will keep on getting harder and harder and the number of enemies war tank will increase in every level so take your action war tank machine and get yourself prepared to be an expert of war tank battle. You can also customize your tank in this real tank battle new war game 2021. Real Tank Battle: New War Game is a Offline tank shooter battle game and realistic tank battleground action game. Dive into offline commando games to drive tank and destroy all enemies. And use sniper & assault guns of action shooting games. Join this war games offline and show your skills in this tank battle game.Tank game 3D war game provides different modes so you can enjoy the fighting with the enemy. Use different tactics 3D war tank machines to shoot directly to enemies in this battle tank games and fps fighter games. Become a real commando in this war games and play battle for offline games for free in your free time that’s full with action war.Protect friendly tanks and base to become a real tank battle hero. Real Tank Battle: New War Game Features. - Real tanks from World War 2. - 3D Stunning high graphics like real tank battles. - Tank war machines customization, upgrade, Tank paint camouflage etc. - Select your country and show your country flag on tanks. - Automatic Enemy Tank Detection +Much more modern tank war techniques. - Easy and smooth control: Joystick, Arrow Button. - Amazing Sound Effects, Music, Soldier battle voices. - Different tank war missions and modes: Story Mode, Team Death Match etc. Play this offline story based tps tank battle game with amazing offline Environment anytime and anywhere + Much MORE. If you have any Question/Problem then feel free to contact us :)', 'https://img.gamemonetize.com/l4nu2qt5ckwppzji6fpto1c1p0vzlb4t/512x384.jpg', 'https://html5.gamemonetize.com/l4nu2qt5ckwppzji6fpto1c1p0vzlb4t/', '0', 'Racing', 0, 0, '', 'real-tank-battle-war-games-d'), (7625, 'Masha and the Bear Coloring Book', 'Welcome to the game Masha and the Bear Coloring Book where you will find 18 different pictures that need to be colored. They need to be colored and for this you are provided with a set of fifteen felt-tip pens of different bright colors. On the left you will see a set of circles of different diameters. You can also save the colored image. Have fun!', 'https://img.gamemonetize.com/e63bjl7x830dzc3fmqf4g99al0xpyj45/512x384.jpg', 'https://html5.gamemonetize.com/e63bjl7x830dzc3fmqf4g99al0xpyj45/', '0', 'Puzzles', 0, 0, '', 'masha-and-the-bear-coloring-book'), (7626, 'Boxed Platformer', 'Boxed Platformer is a kid\'s platform game. Your job as a player is to control the little player to collect all stars. Jump from platform to platform and collect stars. The obstacles will be shown suddenly on the game screen, you need to avoid them because they can hurt you. You have three lives to play. Pass the levels and have fun.', 'https://img.gamemonetize.com/36b1aqfv9oqh6ly9990yya4janfha854/512x384.jpg', 'https://html5.gamemonetize.com/36b1aqfv9oqh6ly9990yya4janfha854/', '0', 'Puzzles', 0, 0, '', 'boxed-platformer'), (7627, 'Burger Shop', 'Are you ready to cook burgers and serve fast food to the customers that come to your burger stall? Experience hands-on burger serving with this one of a kind burger maker game', 'https://img.gamemonetize.com/t5jpfzqyiv31kkfz1jfqv0og0neaa722/512x384.jpg', 'https://html5.gamemonetize.com/t5jpfzqyiv31kkfz1jfqv0og0neaa722/', '0', 'Cooking', 0, 0, '', 'burger-shop'), (7628, 'Baby Daycare Mania', 'Daycare takes a lot of work! Let’s hope these adorable babies like you! You’ll have such a blast babysitting. Feed them, play with them, give them baths, and more, in this crazy fun baby game!', 'https://img.gamemonetize.com/9vh1tgg00crpne0adkg58h9ygxrvfhb0/512x384.jpg', 'https://html5.gamemonetize.com/9vh1tgg00crpne0adkg58h9ygxrvfhb0/', '0', 'Arcade', 0, 0, '', 'baby-daycare-mania'), (7629, 'My Baby Care 3D', 'See what babysitting is all about as you run your own kindergarten at home.', 'https://img.gamemonetize.com/lgcekw4maogqj1kd2j123bravnwznc5q/512x384.jpg', 'https://html5.gamemonetize.com/lgcekw4maogqj1kd2j123bravnwznc5q/', '0', 'Arcade', 0, 0, '', 'my-baby-care-d'), (7630, '4GameGround Anime Manga Coloring', 'A virtual coloring book containing a collection of black and white pictures is perfect for all fans of anime and manga. Spend time playing this game, coloring images of original anime characters. This activity has a positive effect on imagination and artistic abilities.', 'https://img.gamemonetize.com/2zmxktf4sjqfa8imnons8toi5d3nlj38/512x384.jpg', 'https://html5.gamemonetize.com/2zmxktf4sjqfa8imnons8toi5d3nlj38/', '0', 'Arcade', 0, 0, '', 'gameground--anime-manga-coloring'), (7631, 'Cake Shop Bake Boutique', 'Wow, your cake shop has opened! As a cake shop owner, do you know how to cook satisfactory cakes for customers? No worries. Come with me to learn how to cook delicious cakes!', 'https://img.gamemonetize.com/r7vfly114k5tyuodx0n8yz084sedeifc/512x384.jpg', 'https://html5.gamemonetize.com/r7vfly114k5tyuodx0n8yz084sedeifc/', '0', 'Adventure', 0, 0, '', 'cake-shop-bake-boutique'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (7632, 'Cake Shop Pastries & Waffles', 'This cake shop game is specially made for you guys. In the cake making game, you will be allowed to prepare different cakes for the customers. Make different bakery items in your own cake factory and sell them to the customers in this free cooking game.', 'https://img.gamemonetize.com/fq5ntnkx1rtu0zcpumeukd1l9zlexnvt/512x384.jpg', 'https://html5.gamemonetize.com/fq5ntnkx1rtu0zcpumeukd1l9zlexnvt/', '0', 'Adventure', 0, 0, '', 'cake-shop-pastries-amp-waffles'), (7633, 'Foopp', 'Foot Surgery Doctor Care - Free Doctor Games : Enjoy the thrill of being a superhero Foot Doctor to cure all patients coming to your clinic doctor care & bringing them back from trauma herein Foot Surgery Doctor Care', 'https://img.gamemonetize.com/9ft0j5wz3r7pqryran2237pdyc6ww2xz/512x384.jpg', 'https://html5.gamemonetize.com/9ft0j5wz3r7pqryran2237pdyc6ww2xz/', '0', 'Hypercasual', 0, 0, '', 'foopp'), (7634, 'Pipes Connect', 'Pipe Connect is a logical game where your job is to connect the pipes. On the board will be just circles, and you need to connect two same circles to get the pipe. There will be different types of pipes, and you need to connect them all to pass the level. But the pipes cant cross each other or hit the pipes. You need to find the path for each pipe.', 'https://img.gamemonetize.com/kuw7c1ae7ayy299t7r6j8xck2hhv6ydz/512x384.jpg', 'https://html5.gamemonetize.com/kuw7c1ae7ayy299t7r6j8xck2hhv6ydz/', '0', 'Puzzles', 0, 0, '', 'pipes-connect'), (7635, 'Fall Guys Puzzle 3', 'Complete 3 different levels, easy, medium and hard can be played on phone and computer good luck!', 'https://img.gamemonetize.com/pwfajm8mfbbn963pe73tyw6lga70swcd/512x384.jpg', 'https://html5.gamemonetize.com/pwfajm8mfbbn963pe73tyw6lga70swcd/', '0', 'Puzzles', 0, 0, '', 'fall-guys-puzzle-'), (7636, 'Fall Guys Puzzle 2', 'Complete 3 different levels, easy, medium and hard can be played on phone and computer good luck!', 'https://img.gamemonetize.com/d8efdxfn17fpsn3lnkijrj7yn70fsuez/512x384.jpg', 'https://html5.gamemonetize.com/d8efdxfn17fpsn3lnkijrj7yn70fsuez/', '0', 'Puzzles', 0, 0, '', 'fall-guys-puzzle-'), (7637, 'Fall Guys Puzzle 1', 'Complete 3 different levels, easy, medium and hard can be played on phone and computer good luck!', 'https://img.gamemonetize.com/7rnz1zpetvjhh9f07s6xsiveiys9owir/512x384.jpg', 'https://html5.gamemonetize.com/7rnz1zpetvjhh9f07s6xsiveiys9owir/', '0', 'Puzzles', 0, 0, '', 'fall-guys-puzzle-'), (7638, 'Ninja Runner The Game', 'Ninja Runner The Game, is a super fun game with retro graphics that will make you stay hooked on your screen for hours, easy to control, you just have to touch the screen to jump and dodge obstacles.', 'https://img.gamemonetize.com/qxwuid7oohy8tnzrs5jvb4a5r5wv7wh6/512x384.jpg', 'https://html5.gamemonetize.com/qxwuid7oohy8tnzrs5jvb4a5r5wv7wh6/', '0', 'Adventure', 0, 0, '', 'ninja-runner-the-game'), (7639, 'Baby First Words', 'Baby First Words, is a game completely created for the smallest of the home focused on helping the smallest to pronounce their first words, developed with beautiful graphics to call the attention of babies.', 'https://img.gamemonetize.com/bn42magnsy8t67sdmvmwnzqsbghrwzzn/512x384.jpg', 'https://html5.gamemonetize.com/bn42magnsy8t67sdmvmwnzqsbghrwzzn/', '0', 'Hypercasual', 0, 0, '', 'baby-first-words'), (7640, 'MEGA PAINTING PICTURES', 'IN MEGA PAINTING PICTURES YOU WILL FIND 48 BEAUTIFUL DRAWINGS THAT YOU CAN PAINT WITH THE MOUSE OR TOUCH, YOU WILL DISCOVER 6 DIFFERENT CATEGORIES IN WHICH YOU CAN WIN POINTS AND BONUSES. YOU HAVE MANY COLORS AND DIFFERENT PENCIL STROKES, YOU CAN ALSO ERASE TO CORRECT OR CHANGE THE COLOR YOU HAVE CHOSEN. YOU CAN TAKE PHOTOS AT ANY TIME TO PRINT THEM LATER AND DECORATE YOUR HOME WITH BEAUTIFUL AND COLORFUL PAINTINGS.', 'https://img.gamemonetize.com/grescepucmg4ew2eea0l7t0tbuwmrgif/512x384.jpg', 'https://html5.gamemonetize.com/grescepucmg4ew2eea0l7t0tbuwmrgif/', '0', 'Puzzles', 0, 0, '', 'mega-painting-pictures'), (7641, 'Floating Islands', 'Every Gem collected will slightly increase your movement speed. How high of a score can you get!', 'https://img.gamemonetize.com/pzs0vdxjkz720jornndvf3d05pt9igk8/512x384.jpg', 'https://html5.gamemonetize.com/pzs0vdxjkz720jornndvf3d05pt9igk8/', '0', 'Clicker', 0, 0, '', 'floating-islands'), (7642, 'Cotton Candy Shop 2D', 'Every kid loves sweet cotton candies. A big candy shop is newly opened in the city.', 'https://img.gamemonetize.com/1je0xgb7cknbsxjdy7fd0nd60z9t7j91/512x384.jpg', 'https://html5.gamemonetize.com/1je0xgb7cknbsxjdy7fd0nd60z9t7j91/', '0', 'Hypercasual', 0, 0, '', 'cotton-candy-shop-d'), (7643, 'FIND THE WORDS', 'FIND THE WORD in a straight line of blocks (horizontally, vertically or diagonally with any direction), press the block showing the first letter and move until you reach the last letter of the word. Find all the words shown on the left panel to complete a level. Complete all the levels to win this game.', 'https://img.gamemonetize.com/op8k5zgbzlr1awi33c18ipc0wwduujyy/512x384.jpg', 'https://html5.gamemonetize.com/op8k5zgbzlr1awi33c18ipc0wwduujyy/', '0', 'Puzzles', 0, 0, '', 'find-the-words'), (7644, 'Foot Doctor Care', 'HELP! Doctor, I hurt my feet, ouch! It is so painful (Tï¹T) ! Could you please help me to cure my feet? I know you have the best medical tools her', 'https://img.gamemonetize.com/smvcvryopau4qna7njw0jhg3m52b3dav/512x384.jpg', 'https://html5.gamemonetize.com/smvcvryopau4qna7njw0jhg3m52b3dav/', '0', 'Hypercasual', 0, 0, '', 'foot-doctor-care'), (7645, 'Dentist Master 2D', 'Welcome to New Dentist Game : Dental Care Free Doctor Games : Going to the crazy dentist doctor is something that many crazy patients don’t like to do, but to have a nice clean smile visiting dentist doctor office is a must in dentist games', 'https://img.gamemonetize.com/b2egyg3fcg6vfdfgje7lfapu2f8x5gby/512x384.jpg', 'https://html5.gamemonetize.com/b2egyg3fcg6vfdfgje7lfapu2f8x5gby/', '0', 'Hypercasual', 0, 0, '', 'dentist-master-d'), (7646, 'Happy Farm Harvest Blast', 'You act as a farmer and your goal is to collect all fruits and vegetables in the vegetable garden. Tomates, mushrooms, potatoes, hazelnuts, carrots, onions and more fun fruits & vegetables are to harvest in hundred of levels. As the difficulty and the challenge are increasing you\'ll get bonuses and extras to help you in your quest. The atmoshpere of the game is so frenzy with all these animals, the firendly characters, the magnificients fruits and vegetables.', 'https://img.gamemonetize.com/lad8atsa5wbs2sfutm2e4j2o0jmnzd88/512x384.jpg', 'https://html5.gamemonetize.com/lad8atsa5wbs2sfutm2e4j2o0jmnzd88/', '0', 'Hypercasual', 0, 0, '', 'happy-farm--harvest-blast'), (7647, 'Baby Taylor Horse Riding', 'Taylor is about to have an unforgettable time in her life, a farm vacation. Summer is here, and Taylor\'s mom and dad decide to take her to a cool farm for a week-long vacation. Taylor is about to have her first horse ride. But before that, we must bathe the pony and Taylor needs to change into something more suitable for riding. Don\'t waste time, let\'s get ready for riding with Taylor!', 'https://img.gamemonetize.com/7puzop6kd8ok60ujamrlbd53mpuabevu/512x384.jpg', 'https://html5.gamemonetize.com/7puzop6kd8ok60ujamrlbd53mpuabevu/', '0', 'Girls', 0, 0, '', 'baby-taylor-horse-riding'), (7648, 'School Bus Simulation Master Game', 'School Bus Simulation Master is a driving game. You will become a bus driver in this game. There are many passengers who are waiting for you at the station. Of course, you also need to obey the traffic rules.', 'https://img.gamemonetize.com/rum5zkxy0ohryfevl3iftgbjz8aq0izq/512x384.jpg', 'https://html5.gamemonetize.com/rum5zkxy0ohryfevl3iftgbjz8aq0izq/', '0', '3D', 0, 0, '', 'school-bus-simulation-master-game'), (7649, 'Hippo Cooking School', 'Hippo Cooking School is a very cute cooking game. Do you like eating desserts? In this game, 5 delicious desserts are here for you to choose. Following the instructions of Hippo and Hippo\'s granny, you can make tasty desserts too. If you feel bored and want to have some fun, come and try this game!', 'https://img.gamemonetize.com/uzu87v75ua2q3ar1mwrqd1xs7v7bzk6r/512x384.jpg', 'https://html5.gamemonetize.com/uzu87v75ua2q3ar1mwrqd1xs7v7bzk6r/', '0', 'Girls', 0, 0, '', 'hippo-cooking-school'), (7650, 'Real careel', 'This is a very interesting game,the player controls the mouse to make themselves eatmore "food",make your leisure time more fun.', 'https://img.gamemonetize.com/s8cg6kru8zqgru71u62d3hhkxfjh1ec9/512x384.jpg', 'https://html5.gamemonetize.com/s8cg6kru8zqgru71u62d3hhkxfjh1ec9/', '0', 'Girls', 0, 0, '', 'real-careel'), (7651, 'Free Cell', 'This is a very interesting strategy game. The gameplay is similar to Galcon Fusion, but it\'s also very different. In this game, you want to upgrade your cells as much as possible to make them stronger, and then send them to attack your opponent, capture them. In the beginning, you will have essentially the same ability, so you will need to use your own strategy to win the battle. After entering the game will be directly into the teaching, must look carefully to know how to operate.', 'https://img.gamemonetize.com/idzu1y1xjqcz7rpvbj1wjy1tz2rfqeh4/512x384.jpg', 'https://html5.gamemonetize.com/idzu1y1xjqcz7rpvbj1wjy1tz2rfqeh4/', '0', 'Hypercasual', 0, 0, '', 'free-cell'), (7652, 'Glider parkour', 'Glider adventure games is a fun casual games, glider adventure games easy to use the operation, glider adventure games even children can quickly get up to experience, is essential to pass the time', 'https://img.gamemonetize.com/3jywz8i0hfm6fntww58ldm7d1olvhu0i/512x384.jpg', 'https://html5.gamemonetize.com/3jywz8i0hfm6fntww58ldm7d1olvhu0i/', '0', 'Hypercasual', 0, 0, '', 'glider-parkour'), (7653, 'Refuse traffic jam', 'This game is about the type of traffic driving a game, the players in the game to simulate closed-loop driving, driving in the game can train their own skills, in the game to carry out a variety of experience, players can feel free in the game, like this game players come to the game to download the game, the players will not regret it!', 'https://img.gamemonetize.com/yortbae74md6vw20rgo8sdt2aamv2a67/512x384.jpg', 'https://html5.gamemonetize.com/yortbae74md6vw20rgo8sdt2aamv2a67/', '0', '3D', 0, 0, '', 'refuse-traffic-jam'), (7654, 'Mario HTML5 Mobile', 'Meet the updated version of Mario\'s adventures in the Super Mario Html5 game. The plumber will again overcome various obstacles, break gold blocks, jump on turtles and evil stray mushrooms. Collect coins, for them you can buy an additional life to the three that are already available. Magic mushrooms can be hidden in golden cups. If you eat them, the hero will turn into a super Mario and become much larger. But the first collision with the enemy will return it to its original form again. Beware of carnivorous flowers and jump over water and fire obstacles in Super Mario Html5.', 'https://img.gamemonetize.com/qvhbwcpxtq7hkfahmfnlzzylxxnnp7yn/512x384.jpg', 'https://html5.gamemonetize.com/qvhbwcpxtq7hkfahmfnlzzylxxnnp7yn/', '0', 'Arcade', 0, 0, '', 'mario-html-mobile'), (7655, '4GameGround Zombie Coloring', 'Coloring zombies and skeletons is a free online game from the genre of memory games and monsters. Flip the tiles and try to match them in pairs. Connect all the tiles in pairs to win. Try to complete the game in as few moves as possible! There are 4 levels. Use the mouse to click or tap the screen on the squares. Concentrate and start playing. Enjoy it!', 'https://img.gamemonetize.com/3woo59o2wagb43u02xkqeu54ebxjyngw/512x384.jpg', 'https://html5.gamemonetize.com/3woo59o2wagb43u02xkqeu54ebxjyngw/', '0', 'Arcade', 0, 0, '', 'gameground--zombie-coloring'), (7656, 'Guess the path', 'Guess the Path is a puzzle game for the smartest of you. So yes, the first levels are quite simple and you will tell yourself that it is a game for children ... but not at all, try the more difficult levels ... you will understand that this game is not for put in all hands ... or rather not to put in all brains. You must thus connect all the boxes together and fill in the grid completely. It\'s simple but it becomes quite difficult as the size of the grid increases.', 'https://img.gamemonetize.com/lgtg8j0auvnf4awrv9bm1z0wqwzyl7ao/512x384.jpg', 'https://html5.gamemonetize.com/lgtg8j0auvnf4awrv9bm1z0wqwzyl7ao/', '0', 'Puzzles', 0, 0, '', 'guess-the-path'), (7657, 'Gravity Platform Colors Game', 'Avoid all obstacles to finish the level ! This game is a very difficult platform game. The difficulty is increasing levels after level: jump, slide, accelerate... Feel the power, improve your skills, and become the master of gravity !', 'https://img.gamemonetize.com/ml35p525urhmdjuirzd041jqj545h8ql/512x384.jpg', 'https://html5.gamemonetize.com/ml35p525urhmdjuirzd041jqj545h8ql/', '0', 'Hypercasual', 0, 0, '', 'gravity-platform--colors-game'), (7658, 'Survival Action', 'The survival action online game Survival Action is a free-to-play game that allows players to compete in the world of survival action. A multiplayer video game entitled Survival Action offers free online service. Players can try surviving in extreme circumstances. The survival action video game Survival Action is a free-to-play video game that challenges players to survive in the world of survival action.', 'https://img.gamemonetize.com/25pppehhxtvvpwqp56qirpu0n52kdmuh/512x384.jpg', 'https://html5.gamemonetize.com/25pppehhxtvvpwqp56qirpu0n52kdmuh/', '0', 'Adventure', 0, 0, '', 'survival-action'), (7659, 'Desert Survival Online Game', 'Desert Survival Online Game is a fun, addictive and fast-paced game that lets you play in the desert. Desert Survival Online Game is a free online game that lets you survive in the desert. The game is designed to teach you about survival skills, and will also test your knowledge of the desert environment.', 'https://img.gamemonetize.com/st2kna7u4feel7bzi7wtyh8xa2xwt2b7/512x384.jpg', 'https://html5.gamemonetize.com/st2kna7u4feel7bzi7wtyh8xa2xwt2b7/', '0', 'Adventure', 0, 0, '', 'desert-survival-online-game'), (7660, 'Just Pull Pins', 'Just pull pins. Use your brain and think before pulling any pin and make sure you drop the colorful liquide in the right truck. good luck', 'https://img.gamemonetize.com/t80hnq9kr6fn2njkv8jxel8ia4puryca/512x384.jpg', 'https://html5.gamemonetize.com/t80hnq9kr6fn2njkv8jxel8ia4puryca/', '0', 'Puzzles', 0, 0, '', 'just-pull-pins'), (7661, 'Basket Clash', 'Are you an underdog? Wanna be a pro? Break your opponents ankles, got them posterized, get your ticket to draft and become the best all-star NBA player! Ball Runner! Just swipe to control player and avoid all opponents to reach destination', 'https://img.gamemonetize.com/04msk542l5wweag4o95atecysu4xv86m/512x384.jpg', 'https://html5.gamemonetize.com/04msk542l5wweag4o95atecysu4xv86m/', '0', 'Sports', 0, 0, '', 'basket-clash'), (7662, 'Rescue Machine 3D', 'Rescue Machine 3D is a fun hypercasual game you can play on iyigames.com. People are caught under a rockslide! Can you build a machine to rescue them? Drag the pieces to connect them and make everything click! Connect the pieces and save everyone!', 'https://img.gamemonetize.com/rm2294ihkurku1zbey39hjj9h9wmkgez/512x384.jpg', 'https://html5.gamemonetize.com/rm2294ihkurku1zbey39hjj9h9wmkgez/', '0', 'Hypercasual', 0, 0, '', 'rescue-machine-d'), (7663, 'Among Impostor', 'À propos de ce jeu Play online or over local WiFi with 4-15 players as you attempt to prep your spaceship for departure, but beware as one will be an impostor bent on killing everyone! Crewmates can win by completing all tasks or discovering and voting the impostor off the ship. The Impostor can use sabotage to cause chaos, making for easier kills and better alibis.', 'https://img.gamemonetize.com/xeyd6o3uw4ju6km1nlukfj6uegb8it4f/512x384.jpg', 'https://html5.gamemonetize.com/xeyd6o3uw4ju6km1nlukfj6uegb8it4f/', '0', 'Hypercasual', 0, 0, '', 'among-impostor'), (7664, 'Math Challenge', 'With this game you or your children can improve their mathematical skills and prepare for math tests.', 'https://img.gamemonetize.com/1ecdnlp3vhxm6gon3sri6wpu0ewdwnou/512x384.jpg', 'https://html5.gamemonetize.com/1ecdnlp3vhxm6gon3sri6wpu0ewdwnou/', '0', 'Puzzles', 0, 0, '', 'math-challenge'), (7665, 'Basketball game two', 'Love to play basketball children come! Through the control of the mouse to grab the basketball, the more times into the basketball hoop,that is the winner.', 'https://img.gamemonetize.com/4tzjiysbuv9zcxj05yjb7791hs10x0p9/512x384.jpg', 'https://html5.gamemonetize.com/4tzjiysbuv9zcxj05yjb7791hs10x0p9/', '0', 'Action', 0, 0, '', 'basketball-game-two'), (7666, 'Tasty Potato Chips maker Girls', 'Tasty Potato Chips maker – Cooking game for girls is a new and stunning Potato chips maker cooking & factory play for chefs. Tasty Potato Chips maker is a yummy food cooking game where you can get exciting chance to pour oil and make delicious French fries in quantity. Start potato chips making fun in one of the most exciting cooking and chips factory game of 2019. Little chefs and girls now make potato fries, French fries and potato chips with different flavors to prove you top rated fries making master. The game is designed for those who love to bake and make food in the restaurant kitchen. Save your money and time experimenting with the crispiness of homemade potato chips in free dosa cooking game.', 'https://img.gamemonetize.com/lc1kk9xc1e2pal6koqkvi7ji8q0eda4g/512x384.jpg', 'https://html5.gamemonetize.com/lc1kk9xc1e2pal6koqkvi7ji8q0eda4g/', '0', 'Hypercasual', 0, 0, '', 'tasty-potato-chips-maker-girls'), (7667, 'Block Puzzle Gem Jewel Blast', 'Gem Puzzle - Very good and easy to play puzzle game on DOP5. To play the game , the player uses the mouse to drag and drop gem blocks onto the map, vertically or horizontally to break them and score points. The Puzzle Game will end if there is no space left on the screen for the puzzle. The goal is to drop blocks in order to create and destroy full lines on the screen both vertically and horizontally. Don\'t forget to keep the blocks from filling the screen in this addictive puzzle game. As a free simple strategy game, Block Puzzle Gem can improve your spatial skills while relieving stress!', 'https://img.gamemonetize.com/cmy72lsak73fpjhk9oklyjbd8tscn1b3/512x384.jpg', 'https://html5.gamemonetize.com/cmy72lsak73fpjhk9oklyjbd8tscn1b3/', '0', 'Puzzles', 0, 0, '', 'block-puzzle-gem-jewel-blast'), (7668, 'Carl Candy Crusade', 'Carl just wants some dang candy, and free candy is the best kind. Halloween means there\'s free candy all over the town, but he\'s got a bad back, ya know? Enlist the help of the local schoolchildren to collect as much candy as possible before midnight. But watch out for the things that try to stop you and the kids from wandering around!', 'https://img.gamemonetize.com/u2hoi5mv2k48ijom1t1cos43q862277z/512x384.jpg', 'https://html5.gamemonetize.com/u2hoi5mv2k48ijom1t1cos43q862277z/', '0', 'Adventure', 0, 0, '', 'carl-candy-crusade'), (7669, 'Police Chase Traffic Car Racer game Traffic Racer', 'This is a Highway or lanes racing game, speed into Traffic jam Lane splitting to get more points. navigate your way in a straight highway between cars and trucks. Racing game (Traffic Tour) is a new endless arcade racing game that takes you to another level of smooth driving simulations and high graphics quality, designed for the traffic racer fans with advanced features make this racing game the leading cars games for free in google play. Our car racing game 3d offers it all, from exciting street racing, to relaxing free run highway driving with regular car traffic. Over 10 Million Downloads! - Real Racing experience & realistic graphics - Choose your best racing cars and challenge other players in a real-time multiplayer mode - Join 100 different online missions and get prizes by beating your opponents - Send requests and challenge your friends - enjoy car racing with your friends through 1V1 game - Great CRS (car racing system) - the best free racing game in google play KEY FEATURES - Unlimited car racing play - No fuel or time limits - Different camera modes: first person, third person, driver camera and more - Multiple control modes: tilt, buttons or steering wheel - 5 gameplay modes: Multiplayer, Endless, Career, Time Trial, Free Run - 100 missions in career mode - 5 realistic environments: Highway, City, Desert, Rain and snow with day or night times - 40 different cars with the ability to customize colors and wheels - Unlock cars by collecting or buying blueprints - Upgrade cars features: Speed, Handling, and Brakes - Variety of traffic vehicles: Trucks, Buses, Vans,car ,Pickups, SUVs - Multiplayer racing, challenging friends and players from all around the world. - Ability to use the Nitrous (Nitro) feature in multiplayer mode TIPS - Unlock new cars by collecting more Blueprints in endless mode - When driving over 100 km/h, try to overtake traffic cars to get bonus scores and cash - Get extra cash when playing evening and night in endless mode - Driving in opposite direction in two-way gives extra score and cash - Use Nitrous in the right time in multiplayer mode to get the most out of it - Share your results with friends to get extra cash', 'https://img.gamemonetize.com/iecx1b1zmnnz354yv8n1r37kmk56olvb/512x384.jpg', 'https://html5.gamemonetize.com/iecx1b1zmnnz354yv8n1r37kmk56olvb/', '0', 'Sports', 0, 0, '', 'police-chase-traffic-car-racer-game-traffic-racer'), (7670, 'Tank Traffic Racer Game Tank Traffic Racer Game', 'Become a tank racer and drive through traffic in arcade racing game. Your mission is to destroy cars as many as possible while getting survival as long as possible. *************************** ********Features:********* - Real dynamic game feeling with endless fun. - Beautiful 3D graphics. - Many different Tanks. - Easy driving controls. - Crazy Action. - A lot of explosions and destruction. - View from the cockpit. Try now! Download and play OPPANA GAMES! And enjoy yourself! https://www.facebook.com/OppanaGames https://vk.com/oppana_games While you\'re thinking, your friend is already playing! Become a tank racer and drive through traffic in arcade racing game. Your mission is to destroy cars as many as possible while getting survival as long as possible. *************************** ********Features:********* - Real dynamic game feeling with endless fun. - Beautiful 3D graphics. - Easy driving controls. - Crazy Action. - A lot of explosions and destruction. - View from the cockpit.', 'https://img.gamemonetize.com/db3m02dt8sekap7o2z12jh0nb6vi98mh/512x384.jpg', 'https://html5.gamemonetize.com/db3m02dt8sekap7o2z12jh0nb6vi98mh/', '0', 'Racing', 0, 0, '', 'tank-traffic-racer-game-tank-traffic-racer-game'), (7671, 'VR XRacer Game XRacer Free Game VR XRacer Sonic', 'VR X-racer is VR version of X-Racer having 2 modes (hand mode race and virtual reality mode race). â–¶ FEATURE ✴ Multicolor themes ✴ Superb graphics quality ✴ Virtual reality (VR) and hand modes ✴ Increasing Difficulty- Endless Race ✴ Stunning 3D visuals effects ✴ Collect credits and purchase spaceships â–¶ STORY In this game, we will be in extraterrestrial war, when UFO spaceship attack our Earth, we step up on a jet, bring missiles, fly up, and join the right side to protect what belongs to us. The airway is very difficult and dangerous. You need to avoid many obstacles around. Be careful, if you are playing VR mode, you could fall down to ground. That\'s incredible when you play VR Racing game with a VR Glass of Samsung Galaxy S7. Very awesome! Enjoy the game for brave x:racer! Note: This game VR X:Racer is well compatible for all mobile devices. The most Unlimited VR Racing game ever, try hard and feeling rush! Race at break-neck speeds through an ever-changing landscape. Collect credits as you race, then use them to purchase items in the integrated shop.', 'https://img.gamemonetize.com/agari2d8xlugcjn2pxcjw0ijunnjpoen/512x384.jpg', 'https://html5.gamemonetize.com/agari2d8xlugcjn2pxcjw0ijunnjpoen/', '0', 'Adventure', 0, 0, '', 'vr-xracer-game-xracer-free-game-vr-xracer-sonic'), (7672, 'Fashion Show Makeup Dress Up', 'Fashion Princess: Dress Up Time!', 'https://img.gamemonetize.com/b733774j0kn0dqv2al0smlgfl9ead0d5/512x384.jpg', 'https://html5.gamemonetize.com/b733774j0kn0dqv2al0smlgfl9ead0d5/', '0', 'Arcade', 0, 0, '', 'fashion-show-makeup-dress-up'), (7673, 'Car Parking Simulation 2022', 'Car parking is back in the sequel to the biggest mobile parking simulation game of all time! Car parking starts a new era of parking simulation gameplay with super stunning graphics, challenging multi-stage levels and real-time online.', 'https://img.gamemonetize.com/wa4ddzc397w9cm7ibni0q9fts6ir4y0l/512x384.jpg', 'https://html5.gamemonetize.com/wa4ddzc397w9cm7ibni0q9fts6ir4y0l/', '0', 'Racing', 0, 0, '', 'car-parking-simulation-'), (7674, 'House Cleaning Home Cleanup', 'Welcome to your sweet house and cleaning the world in keep your house clean. Best playground and home clean up girl game. Help the girl to clean up these messy house', 'https://img.gamemonetize.com/j6n60uxf8lxzg9eilbtxuokn5pgmjaf8/512x384.jpg', 'https://html5.gamemonetize.com/j6n60uxf8lxzg9eilbtxuokn5pgmjaf8/', '0', 'Arcade', 0, 0, '', 'house-cleaning--home-cleanup'), (7675, 'Dentist Doctor ppp', 'Ever dreamed of becoming a super dentist? Make your dreams come true with Crazy dentist! Where you can experience being a super crazy dentist in hospital full of crazy doctors,', 'https://img.gamemonetize.com/l009pqenjkh8reb6cntarrs5x1mgsmah/512x384.jpg', 'https://html5.gamemonetize.com/l009pqenjkh8reb6cntarrs5x1mgsmah/', '0', 'Hypercasual', 0, 0, '', 'dentist-doctor-ppp'), (7676, 'Fishing Hunt', 'Children\'s fishing, it is - fishing for kids, with the task to be performed. The children\'s fishing, baby - can play alone or with their parents. Fishing for kids - this is an educational game', 'https://img.gamemonetize.com/osmkj6a69s6aokjrwepfp1w1b2c7j89u/512x384.jpg', 'https://html5.gamemonetize.com/osmkj6a69s6aokjrwepfp1w1b2c7j89u/', '0', 'Adventure', 0, 0, '', 'fishing-hunt'), (7677, 'Swepp', 'Mix and match them all! There are tons of options to try, so let’s get to cooking!', 'https://img.gamemonetize.com/ir7qraeayoiesg2zqbvf32fq16v3ihna/512x384.jpg', 'https://html5.gamemonetize.com/ir7qraeayoiesg2zqbvf32fq16v3ihna/', '0', 'Hypercasual', 0, 0, '', 'swepp'), (7678, 'Princess Salon Frozen Princess', 'Hey~ Welcome to this frozen kingdom! Here\'s an invitation from the noble princess, why not open it now?', 'https://img.gamemonetize.com/wuuafetgr8vrhspwg7n6j36f7vcocjnb/512x384.jpg', 'https://html5.gamemonetize.com/wuuafetgr8vrhspwg7n6j36f7vcocjnb/', '0', 'Arcade', 0, 0, '', 'princess-salon-frozen-princess'), (7679, 'G2M Rescue The Goat 2', 'Rescue The Goat 2 is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a village there you found a goat got trapped by the stranger. Here is the interesting puzzles and hidden objects to find and get escape. Good luck.. Have fun!', 'https://img.gamemonetize.com/e1pq8tfj0go5ua0b1yibc0vm26np9015/512x384.jpg', 'https://html5.gamemonetize.com/e1pq8tfj0go5ua0b1yibc0vm26np9015/', '0', 'Puzzles', 0, 0, '', 'gm-rescue-the-goat-'), (7680, 'Rescue The Duck Family 2', 'Rescue The Duck Family 2 is a point and click escape game developed by 8BGames/Games2Mad. Imagine that you went to a place. There you found a Duck Family trapped in it. Find some hidden object to solve some interesting clues to rescue the Duck Family. Good luck…Have fun!', 'https://img.gamemonetize.com/vxb4d6etl5s8aqgtxrga785asryjv47a/512x384.jpg', 'https://html5.gamemonetize.com/vxb4d6etl5s8aqgtxrga785asryjv47a/', '0', 'Puzzles', 0, 0, '', 'rescue-the-duck-family-'), (7681, 'Castle Escape 3', 'Castle Escape 3 is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a Castle; there you got trapped inside the Castle. Here are the interesting puzzles and hidden objects to find and get escape from the Castle. Good luck… Have fun!', 'https://img.gamemonetize.com/nczrydqjgld8gddq5yjxnrgrct1g37y6/512x384.jpg', 'https://html5.gamemonetize.com/nczrydqjgld8gddq5yjxnrgrct1g37y6/', '0', 'Puzzles', 0, 0, '', 'castle-escape-'), (7682, 'Rescue The Raccoon', 'Rescue The Raccoon is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a forest there you found Raccoon got trapped inside the cage. Here are the interesting puzzles and hidden objects to rescue the Raccoon. Good luck... Have fun!', 'https://img.gamemonetize.com/urep78yj1fkvbcu11wbsxhdugldtc0do/512x384.jpg', 'https://html5.gamemonetize.com/urep78yj1fkvbcu11wbsxhdugldtc0do/', '0', 'Puzzles', 0, 0, '', 'rescue-the-raccoon'), (7683, 'Lost In Forest Escape', 'Lost In Forest Escape is a point and click game developed by 8B Games/Games2Mad. Imagine that you had been to a forest, on there you got trapped in it. Here are the interesting puzzles and hidden objects to find and get escape from the forest. Good luck... Have fun!', 'https://img.gamemonetize.com/cptw9tl7bjlszc5l8kre60mch3x7phn2/512x384.jpg', 'https://html5.gamemonetize.com/cptw9tl7bjlszc5l8kre60mch3x7phn2/', '0', 'Puzzles', 0, 0, '', 'lost-in-forest-escape'), (7684, 'Rescue The Golden Cat', 'Rescue The Golden Cat is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a forest there you found Golden Cat got trapped inside the cage. Here are the interesting puzzles and hidden objects to rescue the Golden Cat. Good luck... Have fun!', 'https://img.gamemonetize.com/xs92zdf31o8flugbrl2c6p42ma1shmxz/512x384.jpg', 'https://html5.gamemonetize.com/xs92zdf31o8flugbrl2c6p42ma1shmxz/', '0', 'Puzzles', 0, 0, '', 'rescue-the-golden-cat'), (7685, 'Rescue The Egyptian Cat', 'Rescue The Egyptian Cat is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a fort there you found Egyptian Cat got trapped inside the cage. Here are the interesting puzzles and hidden objects to rescue the Egyptian Cat . Good luck... Have fun!', 'https://img.gamemonetize.com/xoanexd3528bbjogt1h9henfzle5z5zx/512x384.jpg', 'https://html5.gamemonetize.com/xoanexd3528bbjogt1h9henfzle5z5zx/', '0', 'Puzzles', 0, 0, '', 'rescue-the-egyptian-cat'), (7686, 'Rescue The Chimpanzee', 'Rescue The Chimpanzee is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a forest there you found Chimpanzee got trapped inside the cage. Here are the interesting puzzles and hidden objects to rescue the Chimpanzee. Good luck... Have fun!', 'https://img.gamemonetize.com/o01v7h2d3nmw6t6pkmk8g6k4n4tv3wbg/512x384.jpg', 'https://html5.gamemonetize.com/o01v7h2d3nmw6t6pkmk8g6k4n4tv3wbg/', '0', 'Puzzles', 0, 0, '', 'rescue-the-chimpanzee'), (7687, 'Xtreme Paintball War 2022', 'The best ghost shooter games allow you to use a variety of devastating weapons. You and a swarm of ghost bots have been engaged in a protracted combat over many Minecraft landscapes. Zombies will still be difficult to deal with despite your best efforts. I do not now have the financial means to be ready for something of that nature. You\'ll have much more fun playing shooting games if you really can duck under cover. Which free phone persona do you use the most when playing video games online? This chart lists the total number of firearms and other sorts of weapons we currently have. The main character in spooky video games is typically armed.', 'https://img.gamemonetize.com/b3hg3t3eak2v0ejod2pt5mp3awnhpoj2/512x384.jpg', 'https://html5.gamemonetize.com/b3hg3t3eak2v0ejod2pt5mp3awnhpoj2/', '0', 'Shooting', 0, 0, '', 'xtreme-paintball-war-'), (7688, 'Paintball Wars GUI 2022', 'You may use various deadly weapons in the best ghost shooters. In Minecraft, you\'ve been in the middle of a substantial multi-map fight against an army of ghost bots. There will be zombies to fight even if you\'re well prepared. I don\'t have enough money to be ready for anything like that right now. You have more enjoyment in shooting games if you can take cover. Which free support character do you like to use the most while playing video games online? The total number of firearms and other weapons is listed. The protagonist is usually armed in scary video games.', 'https://img.gamemonetize.com/kz1uymh2zo0xrw399eu609n1gdx71g5l/512x384.jpg', 'https://html5.gamemonetize.com/kz1uymh2zo0xrw399eu609n1gdx71g5l/', '0', 'Shooting', 0, 0, '', 'paintball-wars-gui-'), (7689, 'Sports car', 'This is a wilderness racing game,the player can control the acceleration,let you more easily experience the felling of a racing master.', 'https://img.gamemonetize.com/57860ohh24n3m32ja0zwe97dl39q4xxs/512x384.jpg', 'https://html5.gamemonetize.com/57860ohh24n3m32ja0zwe97dl39q4xxs/', '0', 'Action', 0, 0, '', 'sports-car'), (7690, 'Plant Extract', 'This is a very decompressive game,the game is mainly used to crush the mainframe items,can appropriately release our inner pressure,you can give it a try.', 'https://img.gamemonetize.com/euwt4xj3r2k2pybxek5pqof7gaf2hqok/512x384.jpg', 'https://html5.gamemonetize.com/euwt4xj3r2k2pybxek5pqof7gaf2hqok/', '0', '3D', 0, 0, '', 'plant-extract'), (7691, 'Kung Fruit Fighting', 'Are you a fan of Kung fu and you like chopping things? This game is perfect for you! You are the leader of an ancient clan, the blue vegetables masters of kung fu and you ancient rival, the clan of red fruits has challenged you once again! Chop every one last of them but beware! Do not chop your fellow vegetables or you will lose the war.', 'https://img.gamemonetize.com/zuh0m3j5uc55ddkmmvf13x2jx92d328e/512x384.jpg', 'https://html5.gamemonetize.com/zuh0m3j5uc55ddkmmvf13x2jx92d328e/', '0', 'Hypercasual', 0, 0, '', 'kung-fruit-fighting'), (7692, 'Magic Forest Tiles puzzle', '"Magic Forest : Tiles puzzle" is a popular and addictive pair matching puzzle game. Master the game by training your brain thinking and memory with tons of challenging well-designed levels . Find the matching tiles, connect the pairs with up to 3 lines. Remove all tile pairs before the time is over. Exercise your brain and become a tile matching master level by level. Enjoy the numerous, amazing, beautiful and various themes in the game.', 'https://img.gamemonetize.com/q0bvzs6nhg6ozabb9dun39fvf1nx04r3/512x384.jpg', 'https://html5.gamemonetize.com/q0bvzs6nhg6ozabb9dun39fvf1nx04r3/', '0', 'Hypercasual', 0, 0, '', 'magic-forest--tiles-puzzle'), (7693, 'Boxing Master 3D', 'Experience the journey to become the next champion Rise from the streets and punch your way up to become the most epic member of punch club. Master the art of punching, make a move and slap the enemy. Enter the epic environment and get into epic punch-out matches in the ultimate free fighting game. You are super smash king. Find your own punch style.', 'https://img.gamemonetize.com/oyevkk987c9gf69csgz6qrybrmfn9pq6/512x384.jpg', 'https://html5.gamemonetize.com/oyevkk987c9gf69csgz6qrybrmfn9pq6/', '0', 'Shooting', 0, 0, '', 'boxing-master-d'), (7694, 'Fashion Girl Fitness Plan', 'Summer is coming! Adella wants to go to the beach on holiday. But she ate a lot that\'s why she gained some weight! Excess weight before such an important time is not a good sign. Not only diet could help her to lose weight so fast. But also skilled and strict fitness trainer at the same time could be useful in this situation. The trainer like you! As an experienced trainer, you will choose the mode of trainings, the exercises and healthy diet for Adella. Have fun with exciting and variable fitness games.', 'https://img.gamemonetize.com/u77s5nswx0r8oim26dfwlyt4h2kssh5g/512x384.jpg', 'https://html5.gamemonetize.com/u77s5nswx0r8oim26dfwlyt4h2kssh5g/', '0', 'Girls', 0, 0, '', 'fashion-girl-fitness-plan'), (7695, 'Fashion Universe', 'Fashion Universe is a casual entertainment game with fashion as its theme. Congratulations! You are now a clothing store owner and you need to invest in unlocking pits to make more money. Of course, initially, you don\'t have a lot of money, you need to organize your own clothes and checkout, when you have the money you can hire cashiers and sales clerks. You can also open shoe stores, lingerie stores, etc. Become a millionaire just around the corner!', 'https://img.gamemonetize.com/1hki3c9pi0l2t722tilcirz4jsd4rnkk/512x384.jpg', 'https://html5.gamemonetize.com/1hki3c9pi0l2t722tilcirz4jsd4rnkk/', '0', '3D', 0, 0, '', 'fashion-universe'), (7696, 'Asian Girl Dress Up', 'Mia is a very beautiful girl modeling in Japan. She likes to take walks in nature. Let\'s dress Mia very stylish', 'https://img.gamemonetize.com/n24yyizf4yzedt0agjp859pnyeeazs3q/512x384.jpg', 'https://html5.gamemonetize.com/n24yyizf4yzedt0agjp859pnyeeazs3q/', '0', 'Girls', 0, 0, '', 'asian-girl-dress-up'), (7697, 'Winx Musa Dress Up', 'All girls love winx fairy girls. Winx Musa and her friends are going to the party tonight. Winx Musa wants to wear the most stylish clothes. Let\'s dress it up', 'https://img.gamemonetize.com/v6y8laqae2uuctr6gnpc5euq6pv3d4eh/512x384.jpg', 'https://html5.gamemonetize.com/v6y8laqae2uuctr6gnpc5euq6pv3d4eh/', '0', 'Girls', 0, 0, '', 'winx-musa-dress-up'), (7698, 'Princess Ariel Dress Up', 'Ariel is the seventh-born daughter of King Triton and Queen Athena of an underwater kingdom of merfolk called Atlantica. She is the first Princess to become a mother. Let\'s dress up the little mermaid', 'https://img.gamemonetize.com/fbb8ldn70pazf87s3k0v6ymlf8n360mb/512x384.jpg', 'https://html5.gamemonetize.com/fbb8ldn70pazf87s3k0v6ymlf8n360mb/', '0', 'Girls', 0, 0, '', 'princess-ariel-dress-up'), (7699, 'My Baby Care Toddler Game', 'My Baby Care is both a baby caring and a dress-up mixture game that is made from two-dimensional cartoon game art animation. You have a chance to learn and care about the four babies with bathing, dressing, and surgery. I hope you will entertain with My Baby Care!', 'https://img.gamemonetize.com/0mobk87xxm7der2c23pny4tqmf8h7vy6/512x384.jpg', 'https://html5.gamemonetize.com/0mobk87xxm7der2c23pny4tqmf8h7vy6/', '0', 'Girls', 0, 0, '', 'my-baby-care--toddler-game'), (7700, 'Baby Taylor Caring Story Studying', 'Taylor will go to school, First prepare items she will use in school, make up and dress up. Then start her math class and art class.', 'https://img.gamemonetize.com/oz716vv7cpnw75ajg8w9d7y9o2ocd3pe/512x384.jpg', 'https://html5.gamemonetize.com/oz716vv7cpnw75ajg8w9d7y9o2ocd3pe/', '0', 'Girls', 0, 0, '', 'baby-taylor-caring-story-studying'), (7701, 'Baby Taylor Airline High Hopes', 'Baby Taylor dreams of the fly being an air hostess to fly worldwide. Now she gets a choice. Lovely Taylor wants to look their best and gorgeous for the first day of her new training. Can you help her? Dress her in stylish outfits and accessories to give them a fabulous makeover. It\'s fun!', 'https://img.gamemonetize.com/k1uuj3tg10hiihloo9uh0j6gsnu472i2/512x384.jpg', 'https://html5.gamemonetize.com/k1uuj3tg10hiihloo9uh0j6gsnu472i2/', '0', 'Girls', 0, 0, '', 'baby-taylor-airline-high-hopes'), (7702, 'Mahjong Mahjong', 'Mahjong is a classic game which uses a set of tiles. The goal of this game, is to match identical tiles and remove them from the board. This will expose the tiles under, and make them open for play. The challenge is to eliminate all pieces on the board.', 'https://img.gamemonetize.com/k6kzxl5gqkz17erfwfxfod3vuzaq3c0i/512x384.jpg', 'https://html5.gamemonetize.com/k6kzxl5gqkz17erfwfxfod3vuzaq3c0i/', '0', 'Arcade', 0, 0, '', 'mahjong-mahjong'), (7703, 'Move The Pin 2 Game', 'Move The Pin 2 is an easy and simple game for boys for free, but carefully the trap. All balls must enter the cup, you need to pull out the pins correctly to achieve the goal. Some balls are colorless, they need to touch other colored balls to get the color before entering the cup. So you must think first before pulling the pin. Each level fulfills designs, you can challenge yourself!', 'https://img.gamemonetize.com/hqx9ru2z0d90grbrp7e6ryi8qoajop8l/512x384.jpg', 'https://html5.gamemonetize.com/hqx9ru2z0d90grbrp7e6ryi8qoajop8l/', '0', 'Boys', 0, 0, '', 'move-the-pin--game'), (7704, 'Car Makeup', 'Car Makeup is a refreshing game which doesn\'t need you to drive. Just decorate the car by choosing the same car parts as the style set in each level, and the system will automatically score at the end. You will have an opponent, so whoever has the highest score wins. Are you ready?', 'https://img.gamemonetize.com/gfvea5uohlu6gx4fsfk9sppvcalbq45z/512x384.jpg', 'https://html5.gamemonetize.com/gfvea5uohlu6gx4fsfk9sppvcalbq45z/', '0', 'Puzzles', 0, 0, '', 'car-makeup'), (7705, 'Sugar flow', 'Sugar flow is a puzzle drawing game where you need to draw lines to guide the sugar into the cups. Watch out to put the right color of sugar in the right cup. The game has 22 levels to complete and starts with the easiest.', 'https://img.gamemonetize.com/xb770iy16k8w6waxzaniz0tf4s76ipua/512x384.jpg', 'https://html5.gamemonetize.com/xb770iy16k8w6waxzaniz0tf4s76ipua/', '0', 'Puzzles', 0, 0, '', 'sugar-flow'), (7706, 'Paintball Gun Pixel 3D 2022', 'In the greatest ghost shooting games, you can employ various lethal weapons. You\'ve been in the thick of a massive battle over many Minecraft maps against a horde of ghost bots. Despite your best efforts, zombies will still be a challenge. I am currently not in a financial position to be prepared for something of that kind. If you can duck under cover, you\'ll have a lot more fun with shooting games. If you play video games online, which free phone character do you use the most often? This table details the overall quantity of guns and other types of weaponry in our possession. In terrifying video games, the protagonist is generally armed.', 'https://img.gamemonetize.com/dy6q2hc7qa75h267z8glouh54ppa6smn/512x384.jpg', 'https://html5.gamemonetize.com/dy6q2hc7qa75h267z8glouh54ppa6smn/', '0', 'Shooting', 0, 0, '', 'paintball-gun-pixel-d-'), (7707, 'Cake Shop Cool Summer', 'Our favorite girl Sofia is a good dessert chef who owns a beautiful cake shop. It\'s hot these days. Ice cream has increased sales. Sofia wants to cook some new productions for the summer. She invites Zoe to try her cooking two kinds of new ice cream. The cooking process is not difficult. Let\'s prepare them with Sofia together! I Hope Zoe will like the new ice cream!', 'https://img.gamemonetize.com/kucbh7ofbkf7fs3pbin7s716m2tg548r/512x384.jpg', 'https://html5.gamemonetize.com/kucbh7ofbkf7fs3pbin7s716m2tg548r/', '0', 'Girls', 0, 0, '', 'cake-shop-cool-summer'), (7708, 'Baby Taylor Learn Seasons', 'It\'s season learning time for Baby Taylor! Yes, today Taylor will learn about four different seasons in a year through fun-filled activities, tasks, and assignments. First of all, please help Taylor to identify the season by looking at a picture. Then join her to relate the objects with their respective seasons. Finally, help her to complete the homework. Have fun in the learning class with Taylor!', 'https://img.gamemonetize.com/11lpsuh37ko48ab6vd8etqayha7c671m/512x384.jpg', 'https://html5.gamemonetize.com/11lpsuh37ko48ab6vd8etqayha7c671m/', '0', 'Girls', 0, 0, '', 'baby-taylor-learn-seasons'), (7709, 'Girls Bag Coloring Book', 'Girls Bag Coloring Book is super fun and free to play online coloring game for kids. Play Girls Bag Coloring Book on PC and Mobile, no download needed. Choose one of the images and make a master piece of it. When done, share it with your friends. Have fun playing.', 'https://img.gamemonetize.com/m1zo80afjkpnunv7fzz686p9ka7attxb/512x384.jpg', 'https://html5.gamemonetize.com/m1zo80afjkpnunv7fzz686p9ka7attxb/', '0', 'Girls', 0, 0, '', 'girls-bag-coloring-book'), (7710, 'Baby Taylor Backyard Decorating', 'Taylor\'s home has a large backyard, which she loves. It\'s been a long time since this yard has been properly organized, and many decorations should be replaced. Let\'s clean this yard with Taylor! Don\'t forget to change into work clothes suitable for outdoor activities before that. Also prepare gloves and hats! Start by cleaning the yard, then make some decorations, let\'s make it more beautiful!', 'https://img.gamemonetize.com/mzeent0c6zlbb315p5z58of5phq4vlj3/512x384.jpg', 'https://html5.gamemonetize.com/mzeent0c6zlbb315p5z58of5phq4vlj3/', '0', 'Girls', 0, 0, '', 'baby-taylor-backyard-decorating'), (7711, 'Amazing Jumper', 'Amazing Jumper Game, a single-touch jumping reaction game, has everything you need to make your next app store hit! Use your skills and agility to survive by jumping over obstacles and avoid getting hit; just tap the screen and makeup to three jumps before touching the ground again. Avoid the dangerous obstacles or your Hero will death and the game will be over!', 'https://img.gamemonetize.com/244n2jqrxzccir4vqqoiy2sy4ad723v1/512x384.jpg', 'https://html5.gamemonetize.com/244n2jqrxzccir4vqqoiy2sy4ad723v1/', '0', 'Hypercasual', 0, 0, '', 'amazing-jumper'), (7712, 'Win soda challenge', 'A casual puzzle game full of fun. The player needs to manipulate the can flexibly to color the squares in the maze. Different colored squares will have different chemical reactions, soda cans offer a huge variety of missions to challenge you, especially to test your reaction and hand speed, the whole operation is not difficult to use.', 'https://img.gamemonetize.com/ptrno2lf5v74droy0l5k7yykt4wl19fw/512x384.jpg', 'https://html5.gamemonetize.com/ptrno2lf5v74droy0l5k7yykt4wl19fw/', '0', 'Cooking', 0, 0, '', 'win-soda-challenge'), (7713, 'Simple puzzle', 'Riddles are a kind of word play, here is a small arrangement of the small \'simple crossword puzzle game, let\'s take a look at it.', 'https://img.gamemonetize.com/dlmucid78d1bs7ufn7a31rzi5ea992nv/512x384.jpg', 'https://html5.gamemonetize.com/dlmucid78d1bs7ufn7a31rzi5ea992nv/', '0', 'Puzzles', 0, 0, '', 'simple-puzzle'), (7714, 'Among Us Runner', 'A funny and cheerful alien landed in the city and decided to quickly explore all its sights. You in the game Among Us Run will help him in this adventure. Your character will be visible on the screen in front of you, who will run down the street gradually gaining speed. There will be various kinds of obstacles in front of your hero. Using the control keys, you will be able to direct the actions of your hero. You will need to run around some of the obstacles, you will be able to jump over some of them, and you will need to dive under others. Also on the way you will have to collect various items scattered throughout the length of your path.', 'https://img.gamemonetize.com/pedl5cw0jmtb614s752m8jzpm45qg7xx/512x384.jpg', 'https://html5.gamemonetize.com/pedl5cw0jmtb614s752m8jzpm45qg7xx/', '0', 'Arcade', 0, 0, '', 'among-us-runner'), (7715, 'Airport Security', 'Do you know what not to bring on the plane? Come join Airport Security for a comprehensive look at the security screening process for airplanes! There are three sections, passport check, body check, and backpack check. The passenger\'s name, age, and occupation must match their own, while no dangerous items such as knives, animals, and firearms can be on their person or in their backpack. You must have a keen eye and not miss anyone suspicious! I believe you can be a good security checker.', 'https://img.gamemonetize.com/6g8lkydksa2i7hn0xax9rimo11dz5i58/512x384.jpg', 'https://html5.gamemonetize.com/6g8lkydksa2i7hn0xax9rimo11dz5i58/', '0', '3D', 0, 0, '', 'airport-security'), (7716, 'Food Pusher Battle Challenge', 'Welcome to Food Pusher Challenge! Food Pusher Challenge is a fun food match. Collect as much green food as possible and avoid burgers with high-calorie food, this will make your partner stronger and stronger. Don\'t get physical with your competitors or all the food you collect will be scattered on the ground. Are you confident to win the competition? Come and join us for a brave challenge! Good luck!', 'https://img.gamemonetize.com/ndz15f03x4w7k4m92o3emh8ma69irvn4/512x384.jpg', 'https://html5.gamemonetize.com/ndz15f03x4w7k4m92o3emh8ma69irvn4/', '0', 'Boys', 0, 0, '', 'food-pusher-battle-challenge'), (7717, 'Pips up', 'Can you roll your way to the goal? Keep an eye on the time, you need to roll quick! Goal Roll to the goal to complete the level. Be sure to have the pips needed facing up!', 'https://img.gamemonetize.com/q8gs1zrtm7ia9c68ouneijs7gd7al6kf/512x384.jpg', 'https://html5.gamemonetize.com/q8gs1zrtm7ia9c68ouneijs7gd7al6kf/', '0', 'Soccer', 0, 0, '', 'pips-up'), (7718, 'Remember the numbers', 'If you like puzzle games and you want to work on your memory while having some fun, Remember the Numbers is made for you. This new game of memorization and numbers will ask for concentration, speed and, of course, memorization to reach the end of it. Remember the Numbers is a very simple game. When you launch a new game, multiple numbers pop up on the screen. You then have three seconds to remember them before they disappear. You must touch the screen at the place where the numbers were, in ascending order. If you succeed, the game continues with new numbers, but if you fail, you’ll have to start again from the beginning. Retrace number sequences that always get longer in a survival mode that follows an exhilarating rhythm. Put your memory and reflexes to the test in this arcade game. Reach the highest score possible and work on your memorization skills with Remember the Numbers.', 'https://img.gamemonetize.com/hzbrxae5qxr4b05o6cwd8co6odi3ad2x/512x384.jpg', 'https://html5.gamemonetize.com/hzbrxae5qxr4b05o6cwd8co6odi3ad2x/', '0', 'Hypercasual', 0, 0, '', 'remember-the-numbers'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (7719, 'Zombie Killer Draw Puzzle Game', 'Zombie Killer Draw Puzzle is an adventure puzzle game to escape from the zombie horde. You are trapped in a room of zombies and you have to kill all the zombies in the house to escape successfully. Don\'t get too close to the zombies and at the same time, try to avoid all the obstacles. Plan your way forward in advance and take your chances to kill them! Can you succeed? Come on and take the challenge!', 'https://img.gamemonetize.com/3h8ykivhb4tcq6mj3cl0jqenb85tac7q/512x384.jpg', 'https://html5.gamemonetize.com/3h8ykivhb4tcq6mj3cl0jqenb85tac7q/', '0', '3D', 0, 0, '', 'zombie-killer-draw-puzzle-game'), (7720, 'Mahjong Linker Kyodai game', 'In this Kyodai game, you must link Mahjong tiles with 3 lines maximum. This free game is a good mix of puzzle game and speed. You must think wisely, but you have to be fast because you have limited time to finish each level.', 'https://img.gamemonetize.com/fyn13gup1gabjpyvfmbzttfqysc399rh/512x384.jpg', 'https://html5.gamemonetize.com/fyn13gup1gabjpyvfmbzttfqysc399rh/', '0', 'Puzzles', 0, 0, '', 'mahjong-linker--kyodai-game'), (7721, 'My Pretty Doll Dress Up', 'Have you always loved playing with your dolls? Are glitz and fashion at the center of your whole universe? Then take on the role of a great stylist with My Pretty Doll: Dress Up! Use all the accessories and clothing at your disposal and show off your ability to choose the best outfits for your models.', 'https://img.gamemonetize.com/jsysny81mwkbpuneqz41cgh6931cl5d5/512x384.jpg', 'https://html5.gamemonetize.com/jsysny81mwkbpuneqz41cgh6931cl5d5/', '0', 'Girls', 0, 0, '', 'my-pretty-doll--dress-up'), (7722, 'Mahjong Pretty Manga Girls', 'Play smartly to unlock the most pretty girls in the game MAHJONG PRETTY MANGA GIRLS. The game is super simple, you just need to link similar mahjong tiles. Your goal is to find all matching pairs to finish the level and unlock new girls. The game is getting harder and harder but you\'ll love it for sure ! Can you get all the girls ?', 'https://img.gamemonetize.com/f3wqbedxljqyclp3cccgxx2rs2ftpla9/512x384.jpg', 'https://html5.gamemonetize.com/f3wqbedxljqyclp3cccgxx2rs2ftpla9/', '0', 'Puzzles', 0, 0, '', 'mahjong-pretty-manga-girls'), (7723, 'Jasmine Fun Skin Care', 'Jasmine is getting ready for costume and face paint contest. But unfortunately her face is not in a good shape, at all. Help her fix her face and put some face paints that will make her win!', 'https://img.gamemonetize.com/qifjrv1qsmd316kf2m4burajoq0ulduk/512x384.jpg', 'https://html5.gamemonetize.com/qifjrv1qsmd316kf2m4burajoq0ulduk/', '0', 'Girls', 0, 0, '', 'jasmine-fun-skin-care'), (7724, 'Home Movie Jigsaw Puzzle', 'Zazgames is a place where you can infinitely play assembling online jigsaw puzzles. We hope you are up for another game from the Puzzle category on our website , because we have just added the game called Drag and drop! for you all, which, despite being one of the many puzzle games we have added so far into this category, this is the first puzzle game to use this specific format, and image, so it is going to be a brand new experience for all of you, an experience we are sure you will appreciate, as there is no way you aren\'t going to have a lot of fun playing the game. Especially after you learn how to play it from the next lines in the description. you will start by choosing how you want the jigsaw puzzle be : hard medium or easy. After that, the jigsaw puzzle pieces are going to be spread around the game screen randomly. Use the mouse to drag them over the transparent images where they match with the image, until all the pieces are connected, and the image looks just like it did in the beginning. You will have a great time with the game, so start it right now, and we are sure you will not regret it one second!', 'https://img.gamemonetize.com/9ab1119uehx79q16thm9d6y1wixgxsjh/512x384.jpg', 'https://html5.gamemonetize.com/9ab1119uehx79q16thm9d6y1wixgxsjh/', '0', 'Puzzles', 0, 0, '', 'home-movie-jigsaw-puzzle'), (7725, 'Make it 13! puzzle', 'MakeIt13! is an addicting minimalist puzzle game, which will keep you entertained for hours. Are you tired of your work, school or something else? Then merge the tiles, reach a better score than your friends and listen to our awesome chill musics', 'https://img.gamemonetize.com/u3x026i45bcneulodlxbl6os3ehf0w7d/512x384.jpg', 'https://html5.gamemonetize.com/u3x026i45bcneulodlxbl6os3ehf0w7d/', '0', 'Puzzles', 0, 0, '', 'make-it--puzzle'), (7726, 'Kardashians Spooky MakeUp for Girls', 'The Kardashians are always doing Halloween in style! They usually decorate their houses for the creepiest night of the year, they spend a lot of time picking scary cute costumes but this year they decided to add another thing: they are getting their face painted and oh boy! they surely have some super cool ideas. Play this brand new Halloween themed make up game called Kardashians Spooky Make Up to help Kendall Jenner, Kylie Jenner, and Kim Kardashian with their Halloween make up! Choose the first Kardashian/Jenner girl you want to begin the fun with and then follow our step by step instructions in order to create the spooky look. Get your own Halloween look inspired by these popular celebrities and feel free to share your creation in a comment below! Have fun!', 'https://img.gamemonetize.com/wmhly5gwkvpec7y83j7lqik1yzw4mdm5/512x384.jpg', 'https://html5.gamemonetize.com/wmhly5gwkvpec7y83j7lqik1yzw4mdm5/', '0', 'Girls', 0, 0, '', 'kardashians-spooky-makeup-for-girls'), (7727, 'Couple Yoga 3D', 'Let’s have some fun with Couple Yoga 3D game now!', 'https://img.gamemonetize.com/8slnrxudompsx92wolv673fsehc4lmmm/512x384.jpg', 'https://html5.gamemonetize.com/8slnrxudompsx92wolv673fsehc4lmmm/', '0', 'Arcade', 0, 0, '', 'couple-yoga-d'), (7728, 'Fruit Slice Juice', 'Welcome! this is Fruit Slice juice game! Aim and shoot fruits to slice them all. Use your brain to not miss any fruit. Can you do it?', 'https://img.gamemonetize.com/szci5iexvjt9u02bjaaon2foxm9iep1b/512x384.jpg', 'https://html5.gamemonetize.com/szci5iexvjt9u02bjaaon2foxm9iep1b/', '0', 'Shooting', 0, 0, '', 'fruit-slice-juice'), (7729, 'Supermarket Game', 'Welcome to the shopping paradise! Explore the supermarket world with many popular mini-games. Help your customers shop and get ready for some fun!', 'https://img.gamemonetize.com/dc0zgp9osc9l41d4ljnwwdjvakvcvjjr/512x384.jpg', 'https://html5.gamemonetize.com/dc0zgp9osc9l41d4ljnwwdjvakvcvjjr/', '0', 'Arcade', 0, 0, '', 'supermarket-game'), (7730, 'Yoga Fever', 'Let’s have some fun with Yoga Fever game now!', 'https://img.gamemonetize.com/qkxlez00jm8lfmzhab3pn1e73ky1sdkl/512x384.jpg', 'https://html5.gamemonetize.com/qkxlez00jm8lfmzhab3pn1e73ky1sdkl/', '0', 'Arcade', 0, 0, '', 'yoga-fever'), (7731, 'Elsa College Couples', 'The battle of the year takes place at the Fairy Tale High where three popular couples compete against each other for the hottest couple on campus title! Who do you think will win the title this year? Come and get started with this amazing dress up game for girls called Princess College Couples, meet the three finalists and help us pick a winner. The first couple you get to dress up is one classic and surely one of your favorites: Beauty and the Beast are waiting for you to join the fun. Start with Belle and dress her up in the chicest pair of jeans you can find in her wardrobe, a colorful t-shirt, sneakers and a sporty jacket for a complete look. Then pick something to match for the Beast as well and move to the next couple on our list: Aladdin and Jasmine. The independent, rebellious young princess and her handsome ex street rat are surely the most colorful couple in campus. They both love bright, vivid colors and they are huge fans of denim - can you put together a statement look with all their favorites? Next, be prepared to meet the third couple getting ready to enter our competition. They are Elsa and Jack and they surely are one of the most popular couples in town. Browse through their trendy wardrobes and dress them up in matchy-matchy outfits. Save your creation and share it with us in a comment below! Have a great time playing the Princess College Couples dress up game for girls online at DressUpWho.com!', 'https://img.gamemonetize.com/wecc7jt8cs7biy5dm7xp4qm80sai5enp/512x384.jpg', 'https://html5.gamemonetize.com/wecc7jt8cs7biy5dm7xp4qm80sai5enp/', '0', 'Girls', 0, 0, '', 'elsa-college-couples'), (7732, 'Happy Filled Glass 2', 'Happy Filled Glass 2 – This is a game in which you need to draw with a pencil the optimal way to move water to fill a glass, on your way you will encounter various obstacles such as burning platforms, water-accelerating platforms, as well as rotating platforms and much more.', 'https://img.gamemonetize.com/7r54oi8k79hjeto3l4nu7w8cxjfx4sk5/512x384.jpg', 'https://html5.gamemonetize.com/7r54oi8k79hjeto3l4nu7w8cxjfx4sk5/', '0', 'Puzzles', 0, 0, '', 'happy-filled-glass-'), (7733, 'basketballs', 'Wish you enjoy with our simple basketball game', 'https://img.gamemonetize.com/1k3xiiq7accn13xotmi9sdzy2ya1wt1h/512x384.jpg', 'https://html5.gamemonetize.com/1k3xiiq7accn13xotmi9sdzy2ya1wt1h/', '0', 'Sports', 0, 0, '', 'basketballs'), (7734, 'Puzzle Game', 'Wish you enjoy with our simple puzzle game', 'https://img.gamemonetize.com/ulymtg9xyjndkr5j6wcrw9fdihvg4tfz/512x384.jpg', 'https://html5.gamemonetize.com/ulymtg9xyjndkr5j6wcrw9fdihvg4tfz/', '0', 'Puzzles', 0, 0, '', 'puzzle-game'), (7735, 'Shape Shift Run 2', 'The ability to change shape at the right moment is quite useful. However, it is important not only to possess it, but also to use it correctly. In the game you will find a character who can change forms, but still does not know how to use it competently. Help him use this ability to successfully complete the obstacle course.', 'https://img.gamemonetize.com/w1p8b9t94pgp0vz70x698wcycqfxkl4f/512x384.jpg', 'https://html5.gamemonetize.com/w1p8b9t94pgp0vz70x698wcycqfxkl4f/', '0', 'Hypercasual', 0, 0, '', 'shape-shift-run-'), (7736, 'Bubble Shooter Pro 2', 'Today, the virtual world is full of different game options that involve the destruction of multi-colored bubbles. You have access to the classic version of the game, in which there is nothing superfluous. A cloud of bubbles of various colors awaits you, which you have to destroy.', 'https://img.gamemonetize.com/1q2tu4fqiefd391tae3gn5khcro5yw7z/512x384.jpg', 'https://html5.gamemonetize.com/1q2tu4fqiefd391tae3gn5khcro5yw7z/', '0', 'Puzzles', 0, 0, '', 'bubble-shooter-pro-'), (7737, 'Roo Bot', 'Roo Bot is a 2D Sci-Fi themed platformer where you have to collect red energy drink test tubes while avoiding the enemy bots, saws and the spikes and reach the Exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/txza19c7vpqalr4f55iy0uo7rqjku54m/512x384.jpg', 'https://html5.gamemonetize.com/txza19c7vpqalr4f55iy0uo7rqjku54m/', '0', 'Arcade', 0, 0, '', 'roo-bot'), (7738, 'Idle Fishing Game. Catch fish.', 'Love the thrill of catching fish? Do you like to catch fish earn money games? Well, you love our catching fish Larry: Fishing Quest – Idle Fishing Game. Larry is a fisherman just like anyone. He wants to catch as many fish in his free time and sell it for money so he can bring more to his family. Help him by controlling his hook and catch as many fish as possible!', 'https://img.gamemonetize.com/8deu1wsoftz84dlu2tlvx899nu79yrl2/512x384.jpg', 'https://html5.gamemonetize.com/8deu1wsoftz84dlu2tlvx899nu79yrl2/', '0', 'Hypercasual', 0, 0, '', 'idle-fishing-game-catch-fish'), (7739, 'Sky Road Car Racing', 'Extreme ramp car stunt racing games: Impossible Tracks Play of impossible car games 2022 ramp drive in which you will check stunt car drive multiple gt racing car like extreme stunt racing car. Install this mega ramp car stunts driving simulator free and become professional stunt master of extreme gt car stunts games. Drive extreme stunt car jumping on zigzag tracks with extreme car driving games 2022. These mega ramp car racing games 2022 impossible stunts drive is new car stunt game for fans of extreme ramp car jumping games. Play extreme car racing stunts 2022 & practice the real mega ramp car stunt racing games. Different light car race games 2022, jump stunt car games free selections of this extreme car jumping impossible stunt car games will adore you in sky tracks. Get test driving simulator of jumping car impossible ramp driving simulator & enjoy luxury car driving simulator in sky ramps with custom extreme car challenge. Get fun of extreme city ramp car stunt race on zigzag ramp of crazy car stunts game and collect checkpoints in impossible car stunts extreme racing game. An addictive extreme car racing game for all users where you have to perform high jump & extreme driving action with luxury car stunt in impossible stunts light car tracks game. Drive in sky with top speed racing extreme car stunts games 2022 where you have to use mega ramp extreme stunt car challenge within air. Get trained for extreme racing stunts impossible tracks challenge simulated adventure. Start impossible ramp car stunts and pass out all tricky car challenge of the impossible stunt car games 2020 with extreme city stunt car racing games. Extreme Car Jumping Gt Racing Stunts Impossible Tracks 3D A great idea of mega ramp car jump simulator where every level is fascinating. Get ready for impossible stunt car driving simulator game and wear seat belt to complete the extreme city gt stunts car racing impossible challenge one by one. Best car stunt games 2020 with new interface and astonishing environment will make the player addictive to this crazy gt car stunt racing games 2020. Get ready for extreme car stunt game mega ramp 3d simulation and join the extreme city car stunts racing to win the new stunt car race game. All levels of modern gt stunt racing car games are different and make the player amuse with extreme city car stunt driving free. Use your techniques to handle the steering wheel of this crazy car stunts games 3d with turbo cars & modern vintage car stunts to make yourself professional stunts driver of stunt racing game impossible tracks. Check smooth control of this vertical ramp car game with surprising scenes of extreme car racing stunt game will adore you to play this crazy car stunt game. An impossible stunt car racing games and enjoy sports car stunt impossible tracks game on water. Jump over the mega ramp with realistic extreme car and enjoy different angles with extreme stunt car games of 2020 impossible car 3d. Play car race game 2020 in this crazy car stunts driving games free. Best Stunt Car Jumping Games Get this ramp car stunts racing speed stunt master game. Play best car stunt games & get checkpoints, when you failed, you can restart stunt racing car games 2022 on last checkpoint which you achieve otherwise you are out of the game. So beware of hurdles and play extreme car stunts games 2022 & extreme ramp car stunt games or extreme racing car impossible Stunts. Handle the steering and cover up impossible stunt car challenge within time by avoiding to collide hurdles in extreme stunts car driver. Collect checkpoints to move forward in extreme racing ramp car driving stunts. Impossible Stunt car games: extreme car stunt drive Features: Unique idea of extreme ramp car stunt games 2022 Addictive gameplay extreme racing games Best car games 2022 Sky roof stunt trials Extreme vertical ramp car jump Play City gt racing stunts extreme car driving games & give feedback to improve extreme ramp car jump games 2022', 'https://img.gamemonetize.com/o8406640xgp0f2bwrdl8wpz5var4hqhk/512x384.jpg', 'https://html5.gamemonetize.com/o8406640xgp0f2bwrdl8wpz5var4hqhk/', '0', 'Racing', 0, 0, '', 'sky-road-car-racing'), (7740, 'Hidden Objects Find items', 'Hey there, detective! Are you ready to find the hidden objects? Grab that magnifying glass, and let’s uncover some secrets in Hidden Objects! Look real carefully, how will we find the hidden objects around here?! I know, study the pictures, develop your concentration and I’m sure we’ll discover them.', 'https://img.gamemonetize.com/90xfqwg65u8glme8uj2pelg0vbt8acb3/512x384.jpg', 'https://html5.gamemonetize.com/90xfqwg65u8glme8uj2pelg0vbt8acb3/', '0', 'Hypercasual', 0, 0, '', 'hidden-objects-find-items'), (7741, 'Supppp', 'Get in touch with your inner garden designer With endless design combinations to mix and match, My Dream Garden', 'https://img.gamemonetize.com/mrw0w5bwru2ulhdqco1ucx5eeq9pyqlq/512x384.jpg', 'https://html5.gamemonetize.com/mrw0w5bwru2ulhdqco1ucx5eeq9pyqlq/', '0', 'Arcade', 0, 0, '', 'supppp'), (7742, 'MY Unicorn Pony Pet Salon', 'MY Unicorn Pony Pet Salon Kids it\'s time to train yourself for take care of your\'s horse and unicorn pony pet.This unicorn pony pet needs your\'s help.Unicorn pony pet want a stylish look.My unicorn pony pet wants the assistant of aunicorn pony salon expert like you.Get ready to experience the most wonderful time of my unicon pony pet salon. Unicorn pony pet need complete care for looking the most beautiful among the others.Have fun doing unicorn care with interesting activities of unicorn pony pet salon. Open your on unicorn pony pet salon and have fun. Let\'s turn the unicorn pony pet into astylish princess pony.Play with your imagination of creative fashion beauty makeup ideas and make the unicorn pony pet very gorgeous.First you give her a warm bath.Shampoo her hair.Gently rub her skin with soap and make her neat and clean for a perfect unicorn pony pet picture. Now it\'s time to select a charming dress up.In this unicorn pony pet salon games many beautiful dress up options make it easier for you.Dressing is very important that\'s way carefully selecting it for an amazing fashionable appearance.Choose a stunning hairstyle for unicorn pony pet to look extraordinary.You can try a bundle of hair designs but which look perfect select that hair design for unicorn pony pet. In my unicorn pony pet salon it\'s time for an excellent beauty makeover.Select the most beautyful unicorn pony pet and make her a very pretty princess on unicorn land.With your playing of unicorn pony pet salon games our unicorn pony pet is ready to rock the world with her most amazing fashionable style.In this unicorn pony pet salon you can enjoy taking pictures in a photo booth.Apply many cute and funny things and have nonstop fun of your unicorn pony pet salon care. My unicorn pony pet salon games never bore you for takingcare of unicorn pony pet.Let\'s think differently and enjoy amazing unicorn pony pet salon games.', 'https://img.gamemonetize.com/f9gjjfsleq0eh9v9hh25ts3doelgysn1/512x384.jpg', 'https://html5.gamemonetize.com/f9gjjfsleq0eh9v9hh25ts3doelgysn1/', '0', 'Hypercasual', 0, 0, '', 'my-unicorn-pony-pet-salon'), (7743, 'Fashion Shoe Maker Game', 'Welcome to the fashion shoe design maker studio where you can make fantastic shoe designs and show off your great shoe maker designing skills. Explore the limits of your creativity while making trendy fashion shoe. The fabulous fashion shoe can make a person significantly more lovely as well. Fashion shoe maker game is the most creative designing game to bring out your imagination and artistic skills to the world. Let’s make the most stylish fashion shoe and become a shoe designer. Craft beauty and put decorations on shoe that is designed by', 'https://img.gamemonetize.com/9y77kzs5xkbz0obn1pgxg78p19o2xed1/512x384.jpg', 'https://html5.gamemonetize.com/9y77kzs5xkbz0obn1pgxg78p19o2xed1/', '0', 'Hypercasual', 0, 0, '', 'fashion-shoe-maker-game'), (7744, 'My Burger Shop 2 Food Game', 'It’s lunch time! People are excited to visit your new burger shop and try the delicious hamburgers everyone has been talking about! Check the cooking game ingredients and get ready to serve the customers a delightful meal of their favorite recipes in sandwich games! In My Burger Shop 2 you’ll run the hottest fast food restaurant in cooking game town. Manage to serve your clients with your restaurant’s tasty specialties: delicious hamburgers and cheeseburgers -- with extra cheese, onions, pickles, tomatoes and, of', 'https://img.gamemonetize.com/0pdodmemt1kcxkivfhcie6jvabc74ti7/512x384.jpg', 'https://html5.gamemonetize.com/0pdodmemt1kcxkivfhcie6jvabc74ti7/', '0', 'Hypercasual', 0, 0, '', 'my-burger-shop--food-game'), (7745, 'Pop ppppps', 'Pop the Balloons-Baby Balloon Popping Games** for your little ones and you can enjoy catching fast-moving colorful balloons together, before they disappear from the screen!', 'https://img.gamemonetize.com/5tvs4al23nmlevo7iqchs6go5wc7v27r/512x384.jpg', 'https://html5.gamemonetize.com/5tvs4al23nmlevo7iqchs6go5wc7v27r/', '0', 'Hypercasual', 0, 0, '', 'pop-ppppps'), (7746, 'Baby Care Toddler games', 'Game for children " Baby care" necessarily will like little restless, because this wonderful kid will not leave anyone indifferent. In this game, the girls find themselves in the role of this mother and will take care of the child. Boys, too, enjoy this game, because they will be able to play with the baby, look at yourself from the outside. In the kids game you need to take care of the kid who does not give anyone get bored. Child need to feed, bathe, play with him, put to bed. And what he wants at the moment, prompt tooltips, so that the child will quickly realize that you need baby. The game has colorful pictures, fun music, a lot of different accessories that will entertain and delight the little fidget. Game for kids will help in the development of skills such as responsibility, kindness, caring.', 'https://img.gamemonetize.com/p3srnc2xf5az0n3a5gvpeye9adgge4t6/512x384.jpg', 'https://html5.gamemonetize.com/p3srnc2xf5az0n3a5gvpeye9adgge4t6/', '0', 'Hypercasual', 0, 0, '', 'baby-care--toddler-games'), (7747, 'Alex and Steve Nether', 'In the 2nd adventure of the beloved couple alex and steven, the portal door suddenly opens to the nether map, which is covered with dangers full of red. You have to help them survive. alex needs you steve , stevin needs you alex you two should go back to your world together. You have to go back to your own world. be careful everywhere is full of tnt.', 'https://img.gamemonetize.com/wyjjbg9h8wj50tjurg17a9flpmou0g5k/512x384.jpg', 'https://html5.gamemonetize.com/wyjjbg9h8wj50tjurg17a9flpmou0g5k/', '0', 'Arcade', 0, 0, '', 'alex-and-steve-nether'), (7748, 'CatRobot Idle TD Battle Cat', 'Have fun with this entertaining game CatRobot Idle TD Battle Cat is a tower defense game in a magical world which calls to defend your tower from the waves of magical enemies that will come with the intention of destroying you !!! Enjoy this new game on kiz10.com for free!!! This is an online version of the hilarious Google play game but now your kingdom is invaded by monsters. Make your warrior cats stronger, build your biggest robot to defeat frontier enemies. An easy to play tower defense game, just one touch, but with a lot of fun, you will definitely get caught up in those epic battles. The objective of the game is to improve your tower to eliminate the multiple enemies that arrive in each level with much more power and new villains and bosses. aim and shoot fast to eliminate the enemies before they get close to your tower !!! Features:Defense game, levels with upgradesImprove your score and unlock new items to defend yourselfCasual game for pc, mobile and tablets.', 'https://img.gamemonetize.com/5n507tqq2ohi9fa4mceehcjo35iv5miv/512x384.jpg', 'https://html5.gamemonetize.com/5n507tqq2ohi9fa4mceehcjo35iv5miv/', '0', 'Adventure', 0, 0, '', 'catrobot-idle-td-battle-cat'), (7749, 'Paper Fighter 3D', 'In a retro environment created from paper layers; martial masters are ready to showcase their skills. Paper Fighter 3D game includes 1 or 2 player short fight matches. Each fight match consists of 3 rounds and the one who can take 2 rounds wins the match. Use your punches and kicks at the right time, the special strike will be ready when your power bar is full.', 'https://img.gamemonetize.com/9tlze1e5encxk1ncnvfox4qx1h22f340/512x384.jpg', 'https://html5.gamemonetize.com/9tlze1e5encxk1ncnvfox4qx1h22f340/', '0', 'Action', 0, 0, '', 'paper-fighter-d'), (7750, 'KIDSCO DeathMatch 3D', 'KIDSCO :Deathmatch 3D is a 3D fps shooter where you can play water fights with people and get new costumes', 'https://img.gamemonetize.com/jznwxcrkajy0np79sod2q42cp1t6g5ve/512x384.jpg', 'https://html5.gamemonetize.com/jznwxcrkajy0np79sod2q42cp1t6g5ve/', '0', '3D', 0, 0, '', 'kidsco-deathmatch-d'), (7751, 'Limit drift', 'This is a very interesting small car drift game. The mini car style looks very cute. All kinds of top drift technologies make people dizzy. Unlock all kinds of top sports cars. Let\'s have a look at the following favorite players!', 'https://img.gamemonetize.com/qhvkt6iifs75jtnmodg9cis2jot9dj4f/512x384.jpg', 'https://html5.gamemonetize.com/qhvkt6iifs75jtnmodg9cis2jot9dj4f/', '0', 'Action', 0, 0, '', 'limit-drift'), (7752, 'Moto techmique', 'Intense motorcycle racing, keep your attention, always control your motorcycle on the track, do not let it deviate from the track. You need to constantly understand the performance of your motorcycle, let your feeling and motorcycle fit, let yourself and motorcycle integration, to achieve the realm of integration of people and cars. Every competition is different, and your control needs to be constantly improved in order to solve more problems.', 'https://img.gamemonetize.com/tsjsers6dj0yvtqde2euxhv7xcgwnkll/512x384.jpg', 'https://html5.gamemonetize.com/tsjsers6dj0yvtqde2euxhv7xcgwnkll/', '0', 'Racing', 0, 0, '', 'moto-techmique'), (7753, 'Rise Minions Maker', 'A minion is a devoted servant of his master. Since ancient times, minions have been looking for a ruler worthy of their service. Create your own minions and become their master! Choose hairstyles, clothes and accessories to your liking. Experiment with colors and accessories, you are only limited by your imagination. Which of the minions is worthy to take a place in your great corporation? You decide!', 'https://img.gamemonetize.com/ev7q1bgc1g0qqx8n86w3i08zkvpkkcp9/512x384.jpg', 'https://html5.gamemonetize.com/ev7q1bgc1g0qqx8n86w3i08zkvpkkcp9/', '0', 'Girls', 0, 0, '', 'rise-minions-maker'), (7754, 'Celebrity Fashion Battle', 'Welcome to Celebrity Fashion Battle. Celebrities always follow the latest trends in the fashion world. Meet the new fashion collection Spring-Summer 2022! The trend is bright flashy colors and a crazy combination of shades that will not leave anyone indifferent. Every celebrity wants to be inimitable. Which girl is ready to concede in this fashionable battle? Or will they shine until the last accessory? Don’t give your opponents a chance. Time for bold decisions and new experiences. Try on all these dresses, suits, skirts, pants, tops, shorts, and shoes! Show your creative nature and prove to everyone that you are a cool stylist.', 'https://img.gamemonetize.com/gggvagk4g1l9m074y1ot42yfvy38kir5/512x384.jpg', 'https://html5.gamemonetize.com/gggvagk4g1l9m074y1ot42yfvy38kir5/', '0', 'Girls', 0, 0, '', 'celebrity-fashion-battle'), (7755, 'Christmas Afternoon Tea Princess Tea Party', 'Sofia and Zoe will spend Christmas together. It\'s snowy and cold outside. So, they decide to have a lovely tea time at home! Both the two girls are good at cooking dessert. What kinds of desserts are suitable for the winter afternoon? Let\'s play the game to find out! Don\'t forget to prepare beautiful tableware and a cake stand. Having a cup of tea and relaxing with your best friend may be another good choice for the Christmas afternoon.', 'https://img.gamemonetize.com/doxsrcyuiuga0hgmoqxdo6e77qg6pypa/512x384.jpg', 'https://html5.gamemonetize.com/doxsrcyuiuga0hgmoqxdo6e77qg6pypa/', '0', 'Girls', 0, 0, '', 'christmas-afternoon-tea--princess-tea-party'), (7756, 'Handy Manny Dress up', 'Handy Manny is a cartoon character made to develop children\'s hand skills. He does the repair work of the people in his own neighborhood. Let\'s dress up.', 'https://img.gamemonetize.com/aso01c8b4gxb31u8nrb99jf2yxowk1wk/512x384.jpg', 'https://html5.gamemonetize.com/aso01c8b4gxb31u8nrb99jf2yxowk1wk/', '0', 'Girls', 0, 0, '', 'handy-manny-dress-up'), (7757, 'Noob Parkour ', 'How about becoming a 3d parkour? Become the best parker and complete the tracks as soon as possible. hey you noob parker will you be able to complete these tracks? Complete 10 extreme tracks and become the best parker. Be careful while completing the tracks. Don\'t fall into the lava if you fall into the lava you will lose.', 'https://img.gamemonetize.com/d0rqpua5ur03ufva2cbavk1yamk8g6zt/512x384.jpg', 'https://html5.gamemonetize.com/d0rqpua5ur03ufva2cbavk1yamk8g6zt/', '0', 'Arcade', 0, 0, '', 'noob-parkour-'), (7758, 'Wordle Stack 3D', 'Wordle Stack 3D is a great game to test your vocabulary. Just pick up the letters you guess may be the answer. Then collect all of them to verify! The letters in the correct answer are shown in green! Yellow means the letter is correct and the position is wrong! Challenge it now!', 'https://img.gamemonetize.com/hngnpl5sq2b7vms8mnw9sjxxboybxi19/512x384.jpg', 'https://html5.gamemonetize.com/hngnpl5sq2b7vms8mnw9sjxxboybxi19/', '0', 'Arcade', 0, 0, '', 'wordle-stack-d'), (7759, 'Kitten Hide And Seek', 'Kitten Hide And Seek is a puzzle online game of hide-and-seek for boys for free. In this game, your goal is to help the little girl escape successfully and get the props she needs, while avoiding being found by the kitten\'s search. If you love Tamagotchi or green light red light, this game is totally for you. You also can decorate your room with props won by beating the level. Have fun with it!', 'https://img.gamemonetize.com/6ye9v374cz58xvrnngw4hjxzhwya0n9c/512x384.jpg', 'https://html5.gamemonetize.com/6ye9v374cz58xvrnngw4hjxzhwya0n9c/', '0', 'Boys', 0, 0, '', 'kitten-hide-and-seek'), (7760, 'Pet Doll Creator', 'Do you have cute pets? Do you want to have a unique and cute pet of your own? This game will make your dreams come true! Be your own character! Your pet will become the cutest character in the world.', 'https://img.gamemonetize.com/f2nepp7e7crumncgeltivi1mreozrkiy/512x384.jpg', 'https://html5.gamemonetize.com/f2nepp7e7crumncgeltivi1mreozrkiy/', '0', 'Girls', 0, 0, '', 'pet-doll-creator'), (7761, 'Flappy Hugie Wugie', 'Help Hugie Wugie fly as far as possible without touching the pipes.', 'https://img.gamemonetize.com/gzx4jipzb5zjmosuh3ezux48ikjeqdxq/512x384.jpg', 'https://html5.gamemonetize.com/gzx4jipzb5zjmosuh3ezux48ikjeqdxq/', '0', 'Arcade', 0, 0, '', 'flappy-hugie-wugie'), (7762, 'Dump boy', 'Line Sprint is a very fun and interesting casual puzzle game, line sprint game players need to rely on their own operation or wisdom to break through one level after another, every level players will unlock some achievements and get a lot of rewards.', 'https://img.gamemonetize.com/q5iz9i4g80j2aj17p2jxc3wq6u54hiw8/512x384.jpg', 'https://html5.gamemonetize.com/q5iz9i4g80j2aj17p2jxc3wq6u54hiw8/', '0', 'Sports', 0, 0, '', 'dump-boy'), (7763, 'Car Grinding', 'This is a stress-free game,using the mouse to crush the abandoned car into a mainframe,making the best use of resources.', 'https://img.gamemonetize.com/442wt8281bzt59ml51tiu6itl2rpqsuu/512x384.jpg', 'https://html5.gamemonetize.com/442wt8281bzt59ml51tiu6itl2rpqsuu/', '0', 'Boys', 0, 0, '', 'car-grinding'), (7764, 'Pixel Gun Apocalypse 4 2022', 'These best zombie getaway games, including some that can be played with others, have a broad array of weapons at your disposal, and you may use them all. There are many Minecraft ghost Bots on multiple maps that you\'ve been fighting simultaneously. However, even if you have access to every weapon in your arsenal, you must deal with other corpses as your enemies. I can\'t possibly be prepared for that at this moment. You must conceal behind different objects to have fun in these shooting games. Do you have a favorite free online videogame partner? Count the narrator\'s weapons. Guns are the only method of protection offered to players in the overwhelming majority of horror games.', 'https://img.gamemonetize.com/vy2lbozug9z4wlzxknsmgknk2izraehp/512x384.jpg', 'https://html5.gamemonetize.com/vy2lbozug9z4wlzxknsmgknk2izraehp/', '0', 'Shooting', 0, 0, '', 'pixel-gun-apocalypse--'), (7765, 'Zoe Love Rival', 'What should we do! Zoe and Sofia fell in love with Zack at the same time! They all want more attention and love from Zack. The two girls are comparing each other no matter what the occasion, but they can never tell the winner. This is a headache. But now Zack is tired of the fight between them. Please help Zack and tell the winners and losers for the two girls!', 'https://img.gamemonetize.com/2j5vp7oh3cubvcykkckx0xtmbsj6twv7/512x384.jpg', 'https://html5.gamemonetize.com/2j5vp7oh3cubvcykkckx0xtmbsj6twv7/', '0', 'Girls', 0, 0, '', 'zoe-love-rival'), (7766, 'Elastic Cars', 'You need superb driving skills to enjoy the of this game. When you collect the yellow car, your car will be invincible to crash and collect other vehicles for a while. Now it is time for you to show your high scores!', 'https://img.gamemonetize.com/bktqtxk4owpv5g7la8r57pse3j8zvaha/512x384.jpg', 'https://html5.gamemonetize.com/bktqtxk4owpv5g7la8r57pse3j8zvaha/', '0', 'Racing', 0, 0, '', 'elastic-cars'), (7767, 'Berries Jump', 'The newspapers tell of a small savage boy living in the Berries Forest… And they are right ! He has a peculiar look. He jumps from berries to berries. You must carefully guide his jumps from platform to platform. But you have to take care that he never fall in empty spaces... any fall means "the death"! "Berries Jumper" is a reflex and anticipation based game. Try to make the kid progress as fast as you can without making a single mistake. And the colorful atmosphere is sure to enchant any and all players. How far can you go?', 'https://img.gamemonetize.com/k64r9tgtm3l8sffrrop1oo4by1d24t6u/512x384.jpg', 'https://html5.gamemonetize.com/k64r9tgtm3l8sffrrop1oo4by1d24t6u/', '0', 'Hypercasual', 0, 0, '', 'berries-jump'), (7768, 'Black & white ski challenge', 'Two friends skiing together for fun; what could go wrong? Your brain... because both friends are controlled by you. So pay attention, and learn to distinguish “left and right†from “turn left and turn rightâ€. Think it’s easy? Try this game, and see how big a score you can rack up while controlling two skiers at a time. Of course, you could always pick the easy way out and call a friend for help…', 'https://img.gamemonetize.com/d1uqxetgxnkgfveuvnsxq5nkvib1jxlw/512x384.jpg', 'https://html5.gamemonetize.com/d1uqxetgxnkgfveuvnsxq5nkvib1jxlw/', '0', 'Arcade', 0, 0, '', 'black-amp-white-ski-challenge'), (7769, 'Become an Ear Doctor', 'Are you ready to become an ear doctor ? You must heal the ears of your patients. Use a collection of auricular tools to provide care to these people. It\'s time to play and treat the ears ! Play Now ! This game is 100% free/gratis You play in a Ear Doctor Clinic as an official doctor. Your patients have severe pain in the ears. Use instruments, tools perform treatment such as: syringes, cottons, spray Perform treatments such as: injections, Laser cam, x-ray, surgery Treat and kills infections such as: bugs, blood, veins, ears infection, bacterias, germs, diseases', 'https://img.gamemonetize.com/jcqcdi4lpyfpjn7gxqtztk44qitxoequ/512x384.jpg', 'https://html5.gamemonetize.com/jcqcdi4lpyfpjn7gxqtztk44qitxoequ/', '0', 'Hypercasual', 0, 0, '', 'become-an-ear-doctor'), (7770, 'Become An Animal Dentist', 'A game for all the animals who are tired of being tortured by their dentist. The time for revenge has come. Go to the other side! You now are a superb dentist. You can use all instruments and take care of the pets. Some of the animals will really surprise you. Become an animal dentist, is a skill game in which you will tear, cure or clean a multitude of animals teeth. You will find all the accessories of torture, as in a real veterinary dentist place. You will learn how to handle them.', 'https://img.gamemonetize.com/sylavf5uccj8ctszd3aczoqtiytw8haw/512x384.jpg', 'https://html5.gamemonetize.com/sylavf5uccj8ctszd3aczoqtiytw8haw/', '0', 'Girls', 0, 0, '', 'become-an-animal-dentist'), (7771, 'Become a Puppy Groomer', 'A game for all the animals who are really looking to be cute. The time for revenge has come. Go to the other side ! You now are a superb groomer. You can use all instruments and take care of the pets. Some of the animals will really surprise you. Become a puppies groomer, is a skill game in which you will take care and clean a multitude of cute puppies. You will find all the accessories, as in a real groomer shope. You will learn how to handle them. With such a simulation game, you will see the groomers differently. It\'s your turn to do the job !', 'https://img.gamemonetize.com/8loc09yrxokbhxm4kvr5hbprn3tx2778/512x384.jpg', 'https://html5.gamemonetize.com/8loc09yrxokbhxm4kvr5hbprn3tx2778/', '0', 'Girls', 0, 0, '', 'become-a-puppy-groomer'), (7772, 'Dotted Girl Wedding Game', 'Louis has long and hopelessly in love with Mary. What if we were in a parallel universe, where they are destined to be together? Let\'s fantasize about this and arrange a magnificent wedding for Mary and Louis. Choose a cute wedding dress for the bride in pink, white or lilac. Don\'t forget about a veil and a festive bouquet of flowers. Apply light makeup and get a wedding hairstyle for Mary. Now let\'s take care of the groom. Choose a stylish men\'s hairstyle, as well as a suit in Luka\'s favorite colors - turquoise-blue. Finish the groom\'s outfit with a cute boutonniere in the color of the bride\'s dress. Our new couple is ready to get married!', 'https://img.gamemonetize.com/f15t9oe9id85eww1rclgudlkbudzqd6j/512x384.jpg', 'https://html5.gamemonetize.com/f15t9oe9id85eww1rclgudlkbudzqd6j/', '0', 'Girls', 0, 0, '', 'dotted-girl-wedding-game'), (7773, 'Crazy Driver Police Chase Online Game', 'Crazy Driver Police Chase is a FREE multiplayer browser-based car driving game where users can experience the Fast and Furious Cars like a cop! If you love car driving police games, then Crazy Driver Police Chase is the ride for you. There are a lot of other driving police games out there, but very few can compare to the hilarity, drama, and action that\'s packed into every mission in this game. If you like playing police car driving games, then this one is just for you! Going as fast as possible with a police car and having a crazy car chase with some bad drivers is what every cop dreams about. Well, you’ll get that in the Crazy Driver Police Chase game! There are 10 different obstacles for you to overcome. Don’t forget to collect the bonus coins on your way!', 'https://img.gamemonetize.com/823vmo4dvxr4s9owtl7176yidsu4w3nh/512x384.jpg', 'https://html5.gamemonetize.com/823vmo4dvxr4s9owtl7176yidsu4w3nh/', '0', 'Racing', 0, 0, '', 'crazy-driver-police-chase-online-game'), (7774, 'Popeye Dress up', 'The sailor cartoon Popeye gets very strong when she eats spinach. He needs spinach to save his girlfriend from evil pirates. Let\'s dress the sailor.', 'https://img.gamemonetize.com/9czv9mv87qvyqmmmhen5hmzacv6ptcki/512x384.jpg', 'https://html5.gamemonetize.com/9czv9mv87qvyqmmmhen5hmzacv6ptcki/', '0', 'Girls', 0, 0, '', 'popeye-dress-up'), (7775, 'Pogo Jogo Fazenda', 'This is a farm game, you plant vegetables and fruits, harvest and earn points and after harvesting 1000 vegetables or fruits you request the loot to earn money via pix', 'https://img.gamemonetize.com/88dxelm6ismcodshglabsm0yqu5ngvtc/512x384.jpg', 'https://html5.gamemonetize.com/88dxelm6ismcodshglabsm0yqu5ngvtc/', '0', 'Clicker', 0, 0, '', 'pogo-jogo-fazenda'), (7776, 'Tractors Parking', 'let\'s go who love Best parking game and take ride the modern tractor and park it on given parking lot.', 'https://img.gamemonetize.com/uvlmets5en83hw24is0bqzgyed0fnzdu/512x384.jpg', 'https://html5.gamemonetize.com/uvlmets5en83hw24is0bqzgyed0fnzdu/', '0', 'Arcade', 0, 0, '', 'tractors-parking'), (7777, 'Rocket Pocket Games', 'Ab Hoga aapke Pocket Mein Rocket Jab download Karoge Rocket pocket. Discover new planets! This is one of the games that Qbisoft Games offers you to spend your time pleasant! I hope you like it this Game Game Simulation based on the real history of Heavy Rocket Pocket . Enjoy your own 2D space game and adventure game and drive your jet spaceship in the world of tunnel game bear with high space games including fast electro Rocket Pocket Offline games In Rocket Pocket : Offline Game. you tap the screen to launch your rocket as far into the Space as you can. Make sure not to overheat though, otherwise it’s game over!', 'https://img.gamemonetize.com/j9x4mwe3k0z55tfp6igoqdpa51aazq5h/512x384.jpg', 'https://html5.gamemonetize.com/j9x4mwe3k0z55tfp6igoqdpa51aazq5h/', '0', 'Arcade', 0, 0, '', 'rocket-pocket-games'), (7778, 'Ninja Turtles Dress Up', 'Mutant Ninja turtles are the most popular cartoon heroes.Teenage Mutant Ninja Turtles names are Leonardo, Michelangelo, Donatello and Raphael. let\'s dress up', 'https://img.gamemonetize.com/qgza4veu8p0h6z5l1hm9ric9i665c5ia/512x384.jpg', 'https://html5.gamemonetize.com/qgza4veu8p0h6z5l1hm9ric9i665c5ia/', '0', 'Girls', 0, 0, '', 'ninja-turtles-dress-up'), (7779, 'Tractors Simulator 3D', 'let\'s go who love Best parking game and take ride the modern tractor and park it on given parking lot.Get ready to drive and park offroad tractor and park it on parking area and enjoy the heavy tractor driving in village and farming environment.', 'https://img.gamemonetize.com/5o2hpv5ohjyjniilrx0j5ygp6r9wgu08/512x384.jpg', 'https://html5.gamemonetize.com/5o2hpv5ohjyjniilrx0j5ygp6r9wgu08/', '0', 'Arcade', 0, 0, '', 'tractors-simulator-d'), (7780, 'Speed Car Race 3D', 'Sick of endless racing games? Speed Car Race 3D might be the game you are looking for. You drive your car through the endless traffic and realistic environment. Go as fast as possible, overtake traffic cars, earn coins and buy new cars. Eventually, become the king of car racing games. Speed car race 3D is a racing simulation game of sports cars. It has real sound effects and 3D graphics. You can easy to control the game with first-person or third-person perspectives. There are lots of racing tracks and scenes waiting for you to explore.', 'https://img.gamemonetize.com/6k922frpj46lkhb7mh2jfgzzzs6iba2e/512x384.jpg', 'https://html5.gamemonetize.com/6k922frpj46lkhb7mh2jfgzzzs6iba2e/', '0', 'Arcade', 0, 0, '', 'speed-car-race-d'), (7781, 'Chop & Mine 2', 'Collect resources, woods, crystals and ancient bones of dinosaurs in this unique Idle game. Let your lumberjacks chop the woods, or go yourself under the ground to dig & mine valuable resources Go underground and carve the way to your character to collect resources, but do not touch the explosive dynamites and bombs. The mining is endlessly generated.', 'https://img.gamemonetize.com/9hg6c72m34t7bbpsv9cx5ntxhsrrab3x/512x384.jpg', 'https://html5.gamemonetize.com/9hg6c72m34t7bbpsv9cx5ntxhsrrab3x/', '0', 'Action', 0, 0, '', 'chop-amp-mine-'), (7782, 'City Driving Car 4D', 'Brand New Game from Producers of Bus Simulator and Truck Simulator 2017. City Driving which was downloaded by more than 30 million users and was played more than 250+ million times, is now big update. City Driving continues from where we left from. Brand new Traffic Racer missions are ready.', 'https://img.gamemonetize.com/y3zbfb4brj0pzzildt9lxemy0iqwhox9/512x384.jpg', 'https://html5.gamemonetize.com/y3zbfb4brj0pzzildt9lxemy0iqwhox9/', '0', 'Arcade', 0, 0, '', 'city-driving-car-d'), (7783, 'Supers Cars Games Online', 'upercar parking games gives you chance to become pro in learning car parking of luxury.', 'https://img.gamemonetize.com/qxnw1eo6l7epid3zplhvifp70nt2ffu0/512x384.jpg', 'https://html5.gamemonetize.com/qxnw1eo6l7epid3zplhvifp70nt2ffu0/', '0', 'Hypercasual', 0, 0, '', 'supers-cars-games-online'), (7784, 'Rocky Village Escape', 'Rocky Village Escape is a point and click game developed by 8B Games/Games2Mad. Imagine that you had been to a Rocky village, on there you had trapped. Here are the interesting puzzles and hidden objects to find and get escape from the village. Good luck... Have fun!', 'https://img.gamemonetize.com/4nti67kkryvni8ezdkgvecm77baad5p8/512x384.jpg', 'https://html5.gamemonetize.com/4nti67kkryvni8ezdkgvecm77baad5p8/', '0', 'Puzzles', 0, 0, '', 'rocky-village-escape'), (7785, 'Impossibles Car stunt', 'Welcome to the world of real impossible tracks car racing games. Enjoy the race on the endless extreme tracks in the sky highs.', 'https://img.gamemonetize.com/6ka47eukh0m9b2xzvty3ev3he8pl7qfd/512x384.jpg', 'https://html5.gamemonetize.com/6ka47eukh0m9b2xzvty3ev3he8pl7qfd/', '0', 'Arcade', 0, 0, '', 'impossibles-car-stunt'), (7786, 'Police Car Escape', 'Police Car Escape is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a park with your police car; there you lost your car key. Here are the interesting puzzles and hidden objects to escape your police car. Good luck... Have fun!', 'https://img.gamemonetize.com/kw0mcvthekeikhh5jz5hvgw3gnc1ry14/512x384.jpg', 'https://html5.gamemonetize.com/kw0mcvthekeikhh5jz5hvgw3gnc1ry14/', '0', 'Puzzles', 0, 0, '', 'police-car-escape'), (7787, 'G2M Rescue The Puppy', 'Rescue The Puppy is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a house there a pretty puppy got trapped inside the cage. Here are the interesting puzzles and hidden objects to rescue the puppy. Good luck... Have fun!', 'https://img.gamemonetize.com/88cwdnekz5m152w2hsui98dls25gf9io/512x384.jpg', 'https://html5.gamemonetize.com/88cwdnekz5m152w2hsui98dls25gf9io/', '0', 'Puzzles', 0, 0, '', 'gm-rescue-the-puppy'), (7788, 'Rescue The Cute Girl', 'Rescue The Cute Girl is a point and click escape game developed by 8BGames/Games2Mad. Imagine that you went to a place. There you found a Girl locked up. Find some hidden object to solve some interesting clues to rescue the Girl. Good luck…Have fun!', 'https://img.gamemonetize.com/txwaoqs04u7iydur2uv09twc2n3t9vmh/512x384.jpg', 'https://html5.gamemonetize.com/txwaoqs04u7iydur2uv09twc2n3t9vmh/', '0', 'Puzzles', 0, 0, '', 'rescue-the-cute-girl'), (7789, 'Skull Forest Escape', 'Skull Forest Escape is a point and click game developed by 8B Games/Games2Mad. Imagine that you had been to a forest, on there you had trapped. Here are the interesting puzzles and hidden objects to find and get escape from the Skull forest. Good luck... Have fun!', 'https://img.gamemonetize.com/lf0lbaaqphiu8q93wyl5azpvzvv6n54e/512x384.jpg', 'https://html5.gamemonetize.com/lf0lbaaqphiu8q93wyl5azpvzvv6n54e/', '0', 'Puzzles', 0, 0, '', 'skull-forest-escape'), (7790, 'Crazy Cars Parking ', 'Crazy Car Parking Game 3D: Car Racing Free Games drives you crazy. Broken Diamond is back in the sequel to the biggest mobile parking simulation gam', 'https://img.gamemonetize.com/jdadtrhiugqrf4no7qf9hi3t96ng2f07/512x384.jpg', 'https://html5.gamemonetize.com/jdadtrhiugqrf4no7qf9hi3t96ng2f07/', '0', 'Adventure', 0, 0, '', 'crazy-cars-parking-'), (7791, 'Island Escape 2', 'Island Escape 2 is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to an Island; there you got trapped inside the Island. Here are the interesting puzzles and hidden objects to find and get escape from the Island. Good luck... Have fun!', 'https://img.gamemonetize.com/vw36ryhuh9smrtuutwxz41zpv4rcfqsk/512x384.jpg', 'https://html5.gamemonetize.com/vw36ryhuh9smrtuutwxz41zpv4rcfqsk/', '0', 'Puzzles', 0, 0, '', 'island-escape-'), (7792, 'Car Parking Expresss', 'Extreme Car Parking Game 3D: Car Racing Free Games drives you crazy. Broken Diamond is back in the sequel to the biggest mobile parking simulation game', 'https://img.gamemonetize.com/fm44w8lwfyybfetzgkzsw121z0dhs6sg/512x384.jpg', 'https://html5.gamemonetize.com/fm44w8lwfyybfetzgkzsw121z0dhs6sg/', '0', 'Arcade', 0, 0, '', 'car-parking-expresss'), (7793, 'G2M Green Garden Escape', 'Green Garden Escape is a point and click game developed by 8B Games/Games2Mad. Imagine that you had been to a garden On there you had trapped. Here is the interesting puzzles and hidden objects to find and get escape from the garden. Good luck.. Have fun!', 'https://img.gamemonetize.com/4js4b2pyivk2y8cr2cmjr6ugksdhtus7/512x384.jpg', 'https://html5.gamemonetize.com/4js4b2pyivk2y8cr2cmjr6ugksdhtus7/', '0', 'Puzzles', 0, 0, '', 'gm-green-garden-escape'), (7794, 'Swimming Club Escape 2', 'Swimming Club Escape 2 is a point and click game developed by 8B Games/Games2Mad. Imagine that you went to a Swimming Club. You got trapped inside the Club. Here are the interesting puzzles and hidden objects to get escape from the Swimming Club. Good Luck.... Have Fun!!!', 'https://img.gamemonetize.com/kt214ubx4geix1eixzqwz7d9qmi4eua0/512x384.jpg', 'https://html5.gamemonetize.com/kt214ubx4geix1eixzqwz7d9qmi4eua0/', '0', 'Puzzles', 0, 0, '', 'swimming-club-escape-'), (7795, '4pp', 'Are you ready for driving on the sky road to perform impossible car stunt.', 'https://img.gamemonetize.com/r3g1aw2q8eofjqxisl4slu953y6ilkdg/512x384.jpg', 'https://html5.gamemonetize.com/r3g1aw2q8eofjqxisl4slu953y6ilkdg/', '0', 'Arcade', 0, 0, '', 'pp'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (7796, 'Find The Fishing Net', 'Find The Fishing Net is a point and click game developed by 8BGames/Games2Mad. Imagine that you went to your farm house; There you lost your Fishing Net. Here are the interesting puzzles and hidden objects to help the girl to find her Fishing Net. Good luck…Have fun!', 'https://img.gamemonetize.com/ou8ykedh29uvm9iana05e44or4m8qgck/512x384.jpg', 'https://html5.gamemonetize.com/ou8ykedh29uvm9iana05e44or4m8qgck/', '0', 'Puzzles', 0, 0, '', 'find-the-fishing-net'), (7797, 'Rescue The Panda Cub', 'Rescue The Panda Cub is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a forest there you found Panda Cub got trapped inside the cage. Here are the interesting puzzles and hidden objects to rescue the Panda Cub. Good luck... Have fun!', 'https://img.gamemonetize.com/lgn6nt42ztc3rbywjp0qbuahofe6flts/512x384.jpg', 'https://html5.gamemonetize.com/lgn6nt42ztc3rbywjp0qbuahofe6flts/', '0', 'Puzzles', 0, 0, '', 'rescue-the-panda-cub'), (7798, 'Rescue The Pigeon', 'Rescue The Pigeon is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a forest there you found Pigeon got trapped inside the cage. Here are the interesting puzzles and hidden objects to rescue the Pigeon. Good luck... Have fun!', 'https://img.gamemonetize.com/s5d8gx8jtwfb00wsaags9f5fc45ohhsf/512x384.jpg', 'https://html5.gamemonetize.com/s5d8gx8jtwfb00wsaags9f5fc45ohhsf/', '0', 'Puzzles', 0, 0, '', 'rescue-the-pigeon'), (7799, 'Skull Den Escape', 'Skull Den Escape is a point and click game developed by 8B Games/Games2Mad. Imagine that you had been to a Den, on there you had trapped. Here are the interesting puzzles and hidden objects to find and get escape from the Skull Den. Good luck... Have fun!', 'https://img.gamemonetize.com/zvanreek7548hs7hqvrikedps1rcdnn9/512x384.jpg', 'https://html5.gamemonetize.com/zvanreek7548hs7hqvrikedps1rcdnn9/', '0', 'Puzzles', 0, 0, '', 'skull-den-escape'), (7800, 'Sheep Farm Escape', 'Sheep Farm Escape is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a Farm; there you got trapped inside the Farm. Here are the interesting puzzles and hidden objects to find and get escape from the Farm. Good luck... Have fun!', 'https://img.gamemonetize.com/ecg5s20uh44qx4b7q5ruot14mzwa8xnu/512x384.jpg', 'https://html5.gamemonetize.com/ecg5s20uh44qx4b7q5ruot14mzwa8xnu/', '0', 'Puzzles', 0, 0, '', 'sheep-farm-escape'), (7801, 'Empty Hotel Escape', 'Empty Hotel Escape is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a Hotel; there you got trapped inside the Hotel. Here are the interesting puzzles and hidden objects to find and get escape from the Hotel. Good luck... Have fun!', 'https://img.gamemonetize.com/a499lv7fwnxy6cgw6todxprsfsuy79sq/512x384.jpg', 'https://html5.gamemonetize.com/a499lv7fwnxy6cgw6todxprsfsuy79sq/', '0', 'Puzzles', 0, 0, '', 'empty-hotel-escape'), (7802, 'Chikis Chase', 'Enjoy this entertaining new game CHIKIS CHASE is a casual game help the little character to survive as long as possible and thus accumulate the best possible score! Take care of the obstacles and enjoy this free game at kiz10.com for free. Little Chiki chase a brave bird needs your skill with the games and help him get to his new home, jump at the right time, avoid dangerous objects, be careful of the enemies in this pixelated world you will have 3 attempts to get home healthy and safe.Website Developer <a href=\'https://kiz10.com\'>https://kiz10.com</a>', 'https://img.gamemonetize.com/5pfrv32e6jrsi71f1znhmnpya5sacizy/512x384.jpg', 'https://html5.gamemonetize.com/5pfrv32e6jrsi71f1znhmnpya5sacizy/', '0', 'Clicker', 0, 0, '', 'chikis-chase'), (7803, 'Blocky Gun Paintball 2022', 'You can employ various lethal weapons in the most successful ghost shooting games. You\'ve been in the heart of a major battle against a ghost bot army over many Minecraft maps. Even if you\'re fully equipped, you\'ll still have to battle against zombies. Unfortunately, I am currently not in a financial position to prepare for anything of the such. The ability to duck behind cover dramatically improves the fun of shooting games. While engaging in video games online, which online support character do you prefer to utilize the most? There is a detailed inventory of all guns and other weapons. In most terrifying video games, the main character is armed.', 'https://img.gamemonetize.com/68ynuw5v96xxx2fsi27t7449xj5bwvzb/512x384.jpg', 'https://html5.gamemonetize.com/68ynuw5v96xxx2fsi27t7449xj5bwvzb/', '0', 'Shooting', 0, 0, '', 'blocky-gun-paintball-'), (7804, 'CrazySnake', 'Модифицированный вариант змейки, Ñ Ð»Ð¾Ð²ÑƒÑˆÐºÐ°Ð¼Ð¸ и врагами. Только игроки Ñ Ð»ÑƒÑ‡ÑˆÐµÐ¹ реакцией и Ñкилом Ñмогут играть на 3 ÑкороÑти.', 'https://img.gamemonetize.com/6y3vg3qu01r3asb2d5dmbh5x1wf6lmrt/512x384.jpg', 'https://html5.gamemonetize.com/6y3vg3qu01r3asb2d5dmbh5x1wf6lmrt/', '0', 'Arcade', 0, 0, '', 'crazysnake'), (7805, 'Fashion Arm Tattoo Designer', 'At the mall, Sofia come across someone else\'s butterfly tattoo, she is very envious, so she also wants to try a tattoo. Can you help her choose pattern? These patterns include butterflies, stars, pretty flowers, hearts and animals. Then buy her some summer clothes she likes and dress her up. Enjoy it!', 'https://img.gamemonetize.com/to1aqnp91ojrul0299rm7lppd49l4dt3/512x384.jpg', 'https://html5.gamemonetize.com/to1aqnp91ojrul0299rm7lppd49l4dt3/', '0', 'Girls', 0, 0, '', 'fashion-arm-tattoo-designer'), (7806, 'Paintball Fun 3d Pixel 2022', 'The finest ghost shooters give you access to various lethal weaponry. You\'ve been engaged in a massive multi-map battle against a horde of ghost bots in Minecraft. Even if you\'re properly equipped, you\'ll still have to deal with zombies. The money to be ready for something like that is beyond my current means. Shooting games are more fun when you hide behind cover. Who is your favorite free ally to employ when gaming online? A count of weaponry is included in the narrative. In the majority of terrifying video games, the protagonist is armed.', 'https://img.gamemonetize.com/jfg9pz1p17k4cj7b2g20tgfgykifiree/512x384.jpg', 'https://html5.gamemonetize.com/jfg9pz1p17k4cj7b2g20tgfgykifiree/', '0', 'Shooting', 0, 0, '', 'paintball-fun-d-pixel-'), (7807, 'Baby Taylor Farm Tour & Animal Caring', 'Taylor and dad will visit uncle James, a man who lives on a farm with lots of animals. Taylor is so excited to be there to see the farm animals she saw before. Uncle James will teach Taylor how to care for these animals. Do you want to learn with Taylor together? You will meet pigs, sheep, ducks, turkeys, and shepherds on the farm. Enjoy your farm life!', 'https://img.gamemonetize.com/mozurd9lvnncrc6m8cqufu2ik38rgi5z/512x384.jpg', 'https://html5.gamemonetize.com/mozurd9lvnncrc6m8cqufu2ik38rgi5z/', '0', 'Girls', 0, 0, '', 'baby-taylor-farm-tour-amp-animal-caring'), (7808, 'Get Ready With Zoe', 'Hey, Meet with ZOE! She is a beautiful doll looking for some stylish clothes. She needs you for some help. She need to wear some beautiful clothes. Only you can help her. You can wear her in every style and every concept. If you can help her to be beautiful women Zoe will be soo much happy!', 'https://img.gamemonetize.com/wyeraytvqghq2bsp4i9708war1yfugfq/512x384.jpg', 'https://html5.gamemonetize.com/wyeraytvqghq2bsp4i9708war1yfugfq/', '0', 'Girls', 0, 0, '', 'get-ready-with-zoe'), (7809, 'Baby Food Cooking Game', 'The princess\'s son was born! He is a healthy baby, but the princess is now inconvenient to cook for the baby, so the princess needs your help. Do you want to be a five-star chef? Do you want to be a good babysitter? Come and learn how to make simple and delicious snacks for cute babies. In the game Baby Food Cooking, you need to start with the creation of baby food and improve nanny and cooking skills by keeping them happy. If you are a food lover, don\'t miss this game, don\'t forget to share it with friends!', 'https://img.gamemonetize.com/3i1l2tsvuygrax05lzoz97nw4kahg411/512x384.jpg', 'https://html5.gamemonetize.com/3i1l2tsvuygrax05lzoz97nw4kahg411/', '0', 'Girls', 0, 0, '', 'baby-food-cooking-game'), (7810, 'Fairy Pony Caring Adventure', 'Fairy Pony Caring Adventure is recommended as a fairy animal grooming game with two-dimensional cartoon game art animation. It is requested for you to clean up the horses and surgery the horses. I am glad you will complete the whole adventure and have fun Fairy Pony Caring Adventure!', 'https://img.gamemonetize.com/lg9jsbp2f2cnmppf4dvqpkgvct0r1hxy/512x384.jpg', 'https://html5.gamemonetize.com/lg9jsbp2f2cnmppf4dvqpkgvct0r1hxy/', '0', 'Girls', 0, 0, '', 'fairy-pony-caring-adventure'), (7811, 'Car race games', 'This is the ultimate thrill package car driving game. Car games are extremely addictive and intense games that can degrade the driving experience. Drive the car as fast as you can, using untouchable acceleration and speed enhancers. The most dynamic open world environment with realistic simulations gives the feel of a motorway car driving game.', 'https://img.gamemonetize.com/1jyvozjava4u4avqqa750jqb4h62ztr8/512x384.jpg', 'https://html5.gamemonetize.com/1jyvozjava4u4avqqa750jqb4h62ztr8/', '0', 'Racing', 0, 0, '', 'car-race-games'), (7812, 'Making Beverages', '1.Players run a milk tea shop,there are a variety of milk tea,make you feel colorful,you can add more ingredients in a cup of milk tea. 2.Let your customers enjoy the unique taste,feel the unique charm and play.', 'https://img.gamemonetize.com/8w7r1zgqznxfvcp3jdw1p3h2xuh8w8s0/512x384.jpg', 'https://html5.gamemonetize.com/8w7r1zgqznxfvcp3jdw1p3h2xuh8w8s0/', '0', 'Cooking', 0, 0, '', 'making-beverages'), (7813, 'Avoid Barriers', 'This is a pretty good relaxation decompression fun small game, only a few simple skills, qulickly click the screen, constantly carry out the button,think of a way to shovel the bark directly into a circle,perhaps you can get the highest score, become the top expert on the list.', 'https://img.gamemonetize.com/7nc50we6w9qttq4vpriendp751ibonw8/512x384.jpg', 'https://html5.gamemonetize.com/7nc50we6w9qttq4vpriendp751ibonw8/', '0', 'Adventure', 0, 0, '', 'avoid-barriers'), (7814, 'Pizza Maker Cooking Games', 'Can you become the best pizza? Pizza Maker cooking games introduce the world of cooking, baking, and making Yummy Pizza. Make a delicious pizza, bake it in the oven and have a lot of fun slicing it!', 'https://img.gamemonetize.com/9acbrgjy4n5qgmk3fwvqugdw1s3y1foz/512x384.jpg', 'https://html5.gamemonetize.com/9acbrgjy4n5qgmk3fwvqugdw1s3y1foz/', '0', 'Hypercasual', 0, 0, '', 'pizza-maker--cooking-games'), (7815, ' Fishing Game Zone', 'Welcome to Fishing GameZone, the latest 3D arcade fishing game you can\'t miss. The game has been optimized on the basis of traditional arcade fishing, winning gold coins, competing with online players, and offers a fun and exciting gaming experience. Get started now! Play in well-made scenes, catch various themed BOSS fish designed with the characteristics of both Eastern and Western cultures, including Fire Kylin, Lava Crab, Mrs Skeleton, Jade Fox, and Fire Puffer, etc. Each fishing room is equipped with a special boss, and unique gameplay to offer rich rewards. ã€Game Features】 1. Gorgeous images - Feast your eyes on our upgraded interface with breathtaking effects. 2. Rich rewards - Claim massive gold coins as a new player, and rich rewards for each of the following days. 3. Diverse themes - Three Kingdoms, Journey to the West etc., all cool themes are waiting for you to play. 4. Easy to get started - easy control, and amazing gaming experience! ã€Contact Us】 Follow us at our official community for game news and bonuses: https://www.facebook.com/Fishing-Game-Zone-105119752132171/ For problem feedback, please contact us at: wlgame03@weile.com or via [Support] in the game ※The games are intended for use by those 18 or older for amusement purpose only. ※Obsession with game for a long time is harmful for your health. ※The game does not offer "real money gambling" or an opportunity to win real money or prizes. ※This game includes in-app purchases. ※Practice or success at social casino gaming does not imply future success at real money gambling and gaming.', 'https://img.gamemonetize.com/7oahbl46tp1q3sfzonk3e0h6kjpu2159/512x384.jpg', 'https://html5.gamemonetize.com/7oahbl46tp1q3sfzonk3e0h6kjpu2159/', '0', 'Hypercasual', 0, 0, '', '-fishing-game-zone'), (7816, 'Mahjong Pirate Plunder Journey', 'Play this fun Mahjong in the caribbean, where pirates quest for the pearl treasure. Your goal in this epic pirates majong is to collect as many stars as possible on every levels to unlock other fun levels and backgrounds. You will earn 1 star if you finish the level, a second star if you do not use hints, and a third star if you finish the level in a limited time. You may also want to play the daily pirates mahjong challenge level to collect more stars, gold and diamonds.', 'https://img.gamemonetize.com/ej6kvr5jrv6oiro04gje5ga60d6a3gqk/512x384.jpg', 'https://html5.gamemonetize.com/ej6kvr5jrv6oiro04gje5ga60d6a3gqk/', '0', 'Hypercasual', 0, 0, '', 'mahjong-pirate-plunder-journey'), (7817, 'Merge Numbers Wooden edition', 'Are you ready to take up the challenge of this game that mixes tetris and 2048? The principle of this game is very simple. At each level you have objectives to complete, such as creating 2 blocks with the number 32. There you have it, nothing complicated, it\'s super intuitive and really super fun as a game. So what are you waiting for to play this game?', 'https://img.gamemonetize.com/ym30zec4xztflfu7opj5gk95grqiyojh/512x384.jpg', 'https://html5.gamemonetize.com/ym30zec4xztflfu7opj5gk95grqiyojh/', '0', 'Hypercasual', 0, 0, '', 'merge-numbers--wooden-edition'), (7818, 'Math Games For Adults', 'It\'s a fun and original puzzle game, a mix of crosswords and math equations. You must solve the equations with additions, multiplications, soustractions and divisions. If your equation is correct, the line will change to green. if it\'s incorrect if will change to red. If it is incorrect, move the pieces until all the board becomes green. This game has a lot of levels and you can choose between several difficulty modes, from novice to insane levels !', 'https://img.gamemonetize.com/31kpretl4gzzva0cdk6imk5vfyrmhicm/512x384.jpg', 'https://html5.gamemonetize.com/31kpretl4gzzva0cdk6imk5vfyrmhicm/', '0', 'Hypercasual', 0, 0, '', 'math-games-for-adults'), (7819, 'Match Colors Colors Game', '• Complete the levels ! • Remove as many dots color as you can in a limited time! • Achieve 3 stars to get more coins! This is a super cool game with great gameplay.', 'https://img.gamemonetize.com/76n4vrl3t5010stjgfin3c5ikth12nmx/512x384.jpg', 'https://html5.gamemonetize.com/76n4vrl3t5010stjgfin3c5ikth12nmx/', '0', 'Hypercasual', 0, 0, '', 'match-colors--colors-game'), (7820, 'Flappy Among Us', 'Flappy Among Us is a cool new arcade game that combines the best qualities of two hit games: The gameplay of Flappy Bird and the style of Among Us! Set new records and enjoy playing in this new, exciting game!', 'https://img.gamemonetize.com/p6okum5tbxj198aqkvjql4muirrxmqo3/512x384.jpg', 'https://html5.gamemonetize.com/p6okum5tbxj198aqkvjql4muirrxmqo3/', '0', 'Arcade', 0, 0, '', 'flappy-among-us'), (7821, 'Circle Break Color Rings Puzzle', 'Break the circle - With a very simple but equally challenging rule, the player\'s task is to arrange the circles of the same color into a straight line to break them and score points. Simple but addictive colorful puzzle game! Simple, fun and pleasurable color game for all adults and children. Now, just try this new color game to relax and train your brain. Match the correct color Rings on the row. Easy to play and pleasurable game. Complete puzzling rings challenge and get the score as high as you can. Challenge your friends to compare your score.', 'https://img.gamemonetize.com/k95wi8lyrkmvqrcwg8plwysqucgfxjgj/512x384.jpg', 'https://html5.gamemonetize.com/k95wi8lyrkmvqrcwg8plwysqucgfxjgj/', '0', 'Puzzles', 0, 0, '', 'circle-break--color-rings-puzzle'), (7822, 'Rolling 3D Ball', 'Rolling ball addicting and challenging game with glossy look and high quality look, responsive and support all devices', 'https://img.gamemonetize.com/6vmi9vci1949g4ge2ukccn92k9w0ujjp/512x384.jpg', 'https://html5.gamemonetize.com/6vmi9vci1949g4ge2ukccn92k9w0ujjp/', '0', 'Adventure', 0, 0, '', 'rolling-d-ball'), (7823, 'Brothers the Game', 'A game about 2 brothers who got their pizza stolen. They must go through many obstacles and puzzles to get there pizza back, and only you can control them. But you can only control one brother at a time. You must use these limitations to solve puzzles.', 'https://img.gamemonetize.com/vb7rb258nr4033mcd00nokdk0kq2a7y7/512x384.jpg', 'https://html5.gamemonetize.com/vb7rb258nr4033mcd00nokdk0kq2a7y7/', '0', 'Adventure', 0, 0, '', 'brothers-the-game'), (7824, 'Purple Bird Escape', 'Purple Bird Escape is a point and click game developed by 8B Games/Games2live. Imagine that you had been to a Land, On there a Purple Bird had trapped. Here is the interesting puzzles and hidden objects to find and rescue the Bird. Good luck.. Have fun!', 'https://img.gamemonetize.com/g2qq8bfoatoshz802kfh83o173t8mzei/512x384.jpg', 'https://html5.gamemonetize.com/g2qq8bfoatoshz802kfh83o173t8mzei/', '0', 'Puzzles', 0, 0, '', 'purple-bird-escape'), (7825, 'Village Gate Escape 1', 'Village Gate Escape 1 is a point and click game developed by 8B Games/Games2live. Imagine that you had been to a village, On there you had trapped. Here is the interesting puzzles and hidden objects to find and get escape from the village. Good luck.. Have fun!', 'https://img.gamemonetize.com/sofjcpkbb7uhidore0z6gjj43o5k7r5m/512x384.jpg', 'https://html5.gamemonetize.com/sofjcpkbb7uhidore0z6gjj43o5k7r5m/', '0', 'Puzzles', 0, 0, '', 'village-gate-escape-'), (7826, 'Peasant Escape', 'Peasant Escape is a point and click escape game developed by 8BGames. Imagine that you went to a Peasant house. Unfortunately, he got trapped inside his house. Find some hidden objects to solve some interesting clues to escape the Peasant. Good luck…Have fun!', 'https://img.gamemonetize.com/bhxweudo1v5kg0gq4w9rh32tqdtfq4it/512x384.jpg', 'https://html5.gamemonetize.com/bhxweudo1v5kg0gq4w9rh32tqdtfq4it/', '0', 'Puzzles', 0, 0, '', 'peasant-escape'), (7827, 'Skate Boy Escape', 'Skate Boy Escape is a point and click escape game developed by 8BGames. Imagine that you went to a Skate Player house.Unfortunately the boy got stuck in a room. Find some hidden object to solve some interesting clues to Rescue the Skate boy. Good luck…Have fun!', 'https://img.gamemonetize.com/k42h07euhcm3zdhapw4wgqbut20gg1ma/512x384.jpg', 'https://html5.gamemonetize.com/k42h07euhcm3zdhapw4wgqbut20gg1ma/', '0', 'Puzzles', 0, 0, '', 'skate-boy-escape'), (7828, 'Red Bird Escape 1', 'Red Bird Escape is a point and click game developed by 8B Games/Games2live. Imagine that you had been to a Land, On there a Red Bird had trapped. Here is the interesting puzzles and hidden objects to find and rescue the Bird. Good luck.. Have fun!', 'https://img.gamemonetize.com/d5w7mo6762v13vgp6vvysw4jk9wzeve1/512x384.jpg', 'https://html5.gamemonetize.com/d5w7mo6762v13vgp6vvysw4jk9wzeve1/', '0', 'Puzzles', 0, 0, '', 'red-bird-escape-'), (7829, 'Naughty Baby Escape', 'Naughty Baby Escape is a point and click escape game developed by 8BGames. Imagine that you went to a baby house to play with him. While he is playing, he got and locked his room door. Find some hidden object to solve some interesting clues to escape the Naughty Baby. Good luck…Have fun!', 'https://img.gamemonetize.com/15jczka60fufi5nzjztwj8ecg8j6u0p2/512x384.jpg', 'https://html5.gamemonetize.com/15jczka60fufi5nzjztwj8ecg8j6u0p2/', '0', 'Puzzles', 0, 0, '', 'naughty-baby-escape'), (7830, 'Lovely Couple Escape', 'Lovely Couple Escape is a point and click escape game developed by 8BGames. Imagine that you went to a Lovely Couple house to get take them for wedding. When you went there; they you got trapped in this house. Find some hidden object to solve some interesting clues to escape the Lovely Couple. Good luck…Have fun!', 'https://img.gamemonetize.com/dowouyz1eykg8982qg64loxce1njhafy/512x384.jpg', 'https://html5.gamemonetize.com/dowouyz1eykg8982qg64loxce1njhafy/', '0', 'Puzzles', 0, 0, '', 'lovely-couple-escape'), (7831, 'Lake View Escape', 'Lake View Escape is a point and click game developed by 8B Games/Games2live. Imagine that you had been to a village, On there you had trapped. Here is the interesting puzzles and hidden objects to find and get escape from the village. Good luck.. Have fun!', 'https://img.gamemonetize.com/8z3a9b22755ixol38aseuf5eftq9wtsd/512x384.jpg', 'https://html5.gamemonetize.com/8z3a9b22755ixol38aseuf5eftq9wtsd/', '0', 'Puzzles', 0, 0, '', 'lake-view--escape'), (7832, 'Happy Boy Escape', 'Happy Boy Escape is a point and click escape game developed by 8BGames/Game2Live. Imagine that you went to a Boy house . Unfortunately the boy got stuck in a room. Find some hidden object to solve some interesting clues to escape the Boy. Good luck…Have fun!', 'https://img.gamemonetize.com/rxallui8etasdbzkm2dyqlujnnpyp23l/512x384.jpg', 'https://html5.gamemonetize.com/rxallui8etasdbzkm2dyqlujnnpyp23l/', '0', 'Puzzles', 0, 0, '', 'happy-boy-escape'), (7833, 'Butterfly Escape', 'Butterfly Escape is a point and click game developed by 8B Games/Games2live. Imagine that you had been to a Village, On there a Butterfly had trapped. Here is the interesting puzzles and hidden objects to find and rescue the Butterfly. Good luck.. Have fun!', 'https://img.gamemonetize.com/vij749sgs9033jnfccxitxd7nfb1efsf/512x384.jpg', 'https://html5.gamemonetize.com/vij749sgs9033jnfccxitxd7nfb1efsf/', '0', 'Puzzles', 0, 0, '', 'butterfly-escape'), (7834, 'Jelly Bros Red and Blue', 'You\'ve never met brothers like this before. you have to say hello to the super jellp bros they are crazy and so funny twin red and blue siblings. The jelly bros need to get the royal crown immediately. make sure they both get there, if anything happens to one of them, they\'re both dead. Although the two are separate, their souls are one. so you have to be careful. Don\'t forget to collect ores!', 'https://img.gamemonetize.com/056u1v32mfx7nhem62ns4cw4d6ly8xcj/512x384.jpg', 'https://html5.gamemonetize.com/056u1v32mfx7nhem62ns4cw4d6ly8xcj/', '0', 'Arcade', 0, 0, '', 'jelly-bros-red-and-blue'), (7835, 'Jelly Bro', 'Are you on the adventure of a sweet green sweet jelly bro you have to help her in this adventure she is a jelly brodur bro and make her reach the crown! Don\'t touch the thorns, you\'ll die if you\'re worth it. Cross the thorny roads and you\'ve got to the finish.', 'https://img.gamemonetize.com/qb9677y0uo23a8bospjyrbza3j73ic6v/512x384.jpg', 'https://html5.gamemonetize.com/qb9677y0uo23a8bospjyrbza3j73ic6v/', '0', 'Arcade', 0, 0, '', 'jelly-bro'), (7836, 'Pixel Gun Apocalypse 4 Zombie Invazion', 'If you\'re looking for the greatest zombie-hunting games, you\'ll be able to employ a wide variety of weaponry at your disposal. You\'ve been battling several Minecraft phantom Bots on various maps at around the same time. You would still have to contend with other dead as your opponents even if you had access to every weapons in your armory. That\'s something I can\'t possible be prepared for right now. You must hide behind various things in order to have fun playing these shooting games. What is your favorite free online gaming companion? Weapons are counted in the narrative. In the vast majority of horror games, players\' sole option for defense is a gun.', 'https://img.gamemonetize.com/4h7471sirs915yopzx2amqoxkxjeoe6g/512x384.jpg', 'https://html5.gamemonetize.com/4h7471sirs915yopzx2amqoxkxjeoe6g/', '0', 'Shooting', 0, 0, '', 'pixel-gun-apocalypse--zombie-invazion'), (7837, 'Spill Wine', 'Spill Wine is a destructive leisure online game for boys for free. The gameplay is very simple. You need to throw a limited number of cute balls and break the glass to beat the levels. The game has a simple and refreshing operation mode and relaxed and cheerful background music. Show your skills to everyone! Keep breaking the challenge, good luck!', 'https://img.gamemonetize.com/eycori7uv01k1r5qah0tmoa1jtuia0bg/512x384.jpg', 'https://html5.gamemonetize.com/eycori7uv01k1r5qah0tmoa1jtuia0bg/', '0', 'Boys', 0, 0, '', 'spill-wine'), (7838, 'Baby Happy Fishing', 'Baby Happy Fishing is a very fun game. In this game you can experience the fun of fishing without leaving home. There are 4 places for you to explore. Each place has a variety of fishes. You can also experience different methods of fishing. You can drill holes in the ice to fish, you can net fish in ponds, you can dive to the bottom of the sea to fish... Isn\'t is excited to hear so many fun things? Come and get your fishing gear ready for an adventure with the little Panda!', 'https://img.gamemonetize.com/cg0k74ahwd7lph5smatlb7u8hbstbvqb/512x384.jpg', 'https://html5.gamemonetize.com/cg0k74ahwd7lph5smatlb7u8hbstbvqb/', '0', 'Girls', 0, 0, '', 'baby-happy-fishing'), (7839, 'NoobCraft', 'Speedrun all the levels and share your score with your friends. Jump through blocks and don\'t fall into the sea. Compete with your friends and collect chests fulled with emeralds. Its time to show off your parkour skills! +Show your talent by completing 10 different maps that get harder and harder. +Open the chest at the end of the each level and collect the loot inside. +Cute pixel-art.', 'https://img.gamemonetize.com/jb0l9nqmbwub3fi9nrpgdyw4mhl381aq/512x384.jpg', 'https://html5.gamemonetize.com/jb0l9nqmbwub3fi9nrpgdyw4mhl381aq/', '0', 'Racing', 0, 0, '', 'noobcraft'), (7840, 'Cake Art', 'Cake Art is a very popular art game. Did you know that making a cake is an art? It\'s very exciting to create beautiful cakes. In this game you can make 12 lovely and delicate cakes, there will always be one you really like. You don\'t need to bake a cake, you just need to paint cute shapes on the surface with colorful creams and add some decorations. With your amazing imaginations, you can make the cutest cakes. Enjoy!', 'https://img.gamemonetize.com/v1llaxaxxjodu05eh5ks5kge8p0v674i/512x384.jpg', 'https://html5.gamemonetize.com/v1llaxaxxjodu05eh5ks5kge8p0v674i/', '0', 'Girls', 0, 0, '', 'cake-art'), (7841, 'Twisty Roads', 'Follow the road and pass checkpoints to earn points, and collect coins to buy vehicles. The journey only gets more and more difficult. Can you beat the most dangerous road? Choose different vehicles and enjoy your long, endless and endless journey.', 'https://img.gamemonetize.com/xdfv9rv4i61grjme4mmhe0wna81g5cbp/512x384.jpg', 'https://html5.gamemonetize.com/xdfv9rv4i61grjme4mmhe0wna81g5cbp/', '0', 'Sports', 0, 0, '', 'twisty-roads'), (7842, 'Boom Kart 3d Game', 'Boom Kart 3D is a kart racing 3D game. If you like racing games, then this is a good choice for you. Choose your favorite character to start the game and there are three modes for you to choose from, multiplayer race, prop race, and single-player race. Don\'t forget to use your racing skills and boost your speed. You can also speed up by using coins. Call your friends, join together and compete to see who\'s better!', 'https://img.gamemonetize.com/wowltlxn787osdypoi4rlfi4dzotiekp/512x384.jpg', 'https://html5.gamemonetize.com/wowltlxn787osdypoi4rlfi4dzotiekp/', '0', 'Arcade', 0, 0, '', 'boom-kart-d-game'), (7843, 'Magic Forest Block Puzzle', 'Magic Forest : Block Puzzle is a fun brain teaser in a fantasy universe. Train your brain and challenge your skills with this exciting skill game that will keep you entertained for hours. Enjoy the bueatifull graphisms while you train your brain and develop your logic with this simple game that lets you combine blocks, build and destroy structures by creating lines. Connect the shapes in this addicting matching games. Start and stop any time, no matter where you go.', 'https://img.gamemonetize.com/ot8syogujgvloinip5gsgmazyq9z1nok/512x384.jpg', 'https://html5.gamemonetize.com/ot8syogujgvloinip5gsgmazyq9z1nok/', '0', 'Hypercasual', 0, 0, '', 'magic-forest--block-puzzle'), (7844, 'Lumberjack River Exit', 'Aaah, the mountains… Fresh air, nature, little birdies and rivers… The darn rivers that are totally jammed since nearly half of the forest\'s animals swim in it, most trees fall in it, and even boats have been abandoned in it. You can forget that quiet and peaceful raft ride; you now have to find a way to get back home before nightfall.', 'https://img.gamemonetize.com/ah0szfg26affctkfty8qpg57gajofpns/512x384.jpg', 'https://html5.gamemonetize.com/ah0szfg26affctkfty8qpg57gajofpns/', '0', 'Puzzles', 0, 0, '', 'lumberjack--river-exit'), (7845, 'LOVE TEST match calculator', 'Are you in love or is it just friendship? Test your real love level thanks to LOVE TEST. Want to check other compatibilities like: friendship, Best Friend Forever, and even sexual compatibility? LOVE TEST is the calculator you need to get your answers This app is rated as the best app on Venus planet!', 'https://img.gamemonetize.com/5qvm6sosauql1cdogvxl7khabkdqtp2q/512x384.jpg', 'https://html5.gamemonetize.com/5qvm6sosauql1cdogvxl7khabkdqtp2q/', '0', 'Hypercasual', 0, 0, '', 'love-test--match-calculator'), (7846, 'Musical Bubble', 'Welcome to Musical Bubble! Burst bubbles of the same color as fast as possible to earn points and finish all the levels. Use three different powers to help you: the aim, the bomb and the quick shot.', 'https://img.gamemonetize.com/wrfwczqiwv93yheyu2b08pk9x3rknffl/512x384.jpg', 'https://html5.gamemonetize.com/wrfwczqiwv93yheyu2b08pk9x3rknffl/', '0', 'Bejeweled', 0, 0, '', 'musical-bubble'), (7847, 'Minesweeper Deluxe', 'This is not the time to have shaky hands because you’re on the verge of having to play the Minesweeper Deluxe. Make your spirit of deduction run at full speed and feel exhilarating stress before each movements you make. If you ever dreamt of having to choose between the blue wire and the red wire, Minesweeper Deluxe is the nearest experience you can find… well, harmless experience anyway.', 'https://img.gamemonetize.com/nva83pv4jotzc88sfwmbeq7bn296ctbw/512x384.jpg', 'https://html5.gamemonetize.com/nva83pv4jotzc88sfwmbeq7bn296ctbw/', '0', 'Puzzles', 0, 0, '', 'minesweeper-deluxe'), (7848, 'Mischievous', 'In a strange town, the boy and his family are the new residents of the town, but they find that the neighbors have been cold to the new residents. In order to get a foothold in town and attract attention, players help the boy make trouble in all kinds of "out of line" ways.', 'https://img.gamemonetize.com/gjkbhxt6q71e16882o0vptov1rup58t7/512x384.jpg', 'https://html5.gamemonetize.com/gjkbhxt6q71e16882o0vptov1rup58t7/', '0', 'Action', 0, 0, '', 'mischievous'), (7849, 'Love walking', 'It is a very challenging horizontal version walking simulator game. You need to use superb skills and accurate timing to trot through forests and farms. This game has a lovely painting style and unique and novel playing methods. The protagonists in the game are animals in the forest, but in some places they can\'t pass through and can only walk through with the help of long clogs. So your goal is to help them overcome various obstacles, Use your operating skills and timing to help them reach the place they want to reach.', 'https://img.gamemonetize.com/i48mc667lk3lzlea3qttni01vhaq3bmh/512x384.jpg', 'https://html5.gamemonetize.com/i48mc667lk3lzlea3qttni01vhaq3bmh/', '0', 'Action', 0, 0, '', 'love-walking'), (7850, 'Paddle', 'The game is a leisure puzzle game. It has a large-scale production scene, a variety of styles, and color matching to bring a new visual experience. It enjoys a large-scale water battle in the water park. The passionate large-scale battle mode tests the reaction and hand speed of the players. It is an interesting game that can ignite the passion of the players.', 'https://img.gamemonetize.com/mnweirvai2f2rakj0cmoye26cna3k3wp/512x384.jpg', 'https://html5.gamemonetize.com/mnweirvai2f2rakj0cmoye26cna3k3wp/', '0', 'Action', 0, 0, '', 'paddle'), (7851, 'Turbo Girl', 'This is a very wonderful leisure puzzle game. The game uses a beautiful painting style design, and the playing method is somewhat similar to Parkour game. The difference is that the player uses a skateboard to sprint forward. In addition, you need to constantly avoid obstacles and dangers. This is a game with a sense of rhythm, which is relatively smooth. In addition, it also adds more levels to you, Each level will bring you a wonderful and refreshing process. Based on the simple operation process, the playability of the game is greatly increased. Interested players must not miss it. Now you can join the game. Try it quickly.', 'https://img.gamemonetize.com/aej8scr5fl6qz1qu96horfh29ziegbm2/512x384.jpg', 'https://html5.gamemonetize.com/aej8scr5fl6qz1qu96horfh29ziegbm2/', '0', 'Action', 0, 0, '', 'turbo-girl'), (7852, 'Hippo Dentist Animal Dental Clinic', 'The hippo\'s dental office is crowded. Piglet, Puppy, and Lion cub all have a toothache! So they gather at Hippo\'s dental clinic to try to get some help. Little Hippo is very busy and she really needs your help. Come and show me what you can do as a very mature dentist. Choose a patient and surgery that you want to operate on the most. Clean his teeth and fill his teeth with proper dentures. And tell him to take care of his teeth in the future.', 'https://img.gamemonetize.com/oty4ijlseb2z6l2kd7s8uv5wnjlqx20t/512x384.jpg', 'https://html5.gamemonetize.com/oty4ijlseb2z6l2kd7s8uv5wnjlqx20t/', '0', 'Girls', 0, 0, '', 'hippo-dentist--animal-dental-clinic'), (7853, 'Baby Taylor Doll House Decorating', 'Taylor likes Barbie dolls the most, she has many doll toys. But she always dreamed of owning a big doll house. Taylor discovered that her father\'s storage room had many tools and materials that could be used to make doll houses. Today, Taylor invites you to make a beautiful doll house with her! Don\'t forget to decorate the room beautifully after finishing the production! Have fun!', 'https://img.gamemonetize.com/u6ienjolnfzslig54w2emopc2p4v43k3/512x384.jpg', 'https://html5.gamemonetize.com/u6ienjolnfzslig54w2emopc2p4v43k3/', '0', 'Girls', 0, 0, '', 'baby-taylor-doll-house-decorating'), (7854, 'Baby Taylor Ice Ballet Dancer Figure Skating', 'The Winter Olympics are the hottest topic right now! Everyone is talking about it. Taylor and her friend Jessica love figure skating, a sport known as ice ballet that is both beautiful and elegant. Today, let\'s follow Taylor and Jessica to learn about the sport! Even if we don\'t know how to do ice ballet, we must dress up as a professional ice ballerina! Now, let\'s go design and choose your favorite outfit!', 'https://img.gamemonetize.com/yzvvaf1imvhmqfcpdflrziw6i14z8cll/512x384.jpg', 'https://html5.gamemonetize.com/yzvvaf1imvhmqfcpdflrziw6i14z8cll/', '0', 'Girls', 0, 0, '', 'baby-taylor-ice-ballet-dancer--figure-skating'), (7855, 'Baby Taylor Big Closet Challenge Dress Codes', 'We all know that Taylor has a huge wardrobe full of clothes she will wear on various occasions. However, her large wardrobe has a disadvantage, it is very difficult to find a set of clothes. In the next few days, Taylor will travel on four different occasions, which will require her to find four suitable outfits. Could you help Taylor find the clothes she wants?', 'https://img.gamemonetize.com/qowf7azkdfgn0fvee9dvahil566w24pp/512x384.jpg', 'https://html5.gamemonetize.com/qowf7azkdfgn0fvee9dvahil566w24pp/', '0', 'Girls', 0, 0, '', 'baby-taylor-big-closet-challenge--dress-codes'), (7856, 'Monstercraft and Balls', 'Monstercraft and Rock Balls is a great puzzle game where you destroy Minecraft monsters with stones using Minecraft spider webs. Complete the puzzle with spider webs and destroy various monsters.', 'https://img.gamemonetize.com/x7jbcwotgwgopg8370cd7gibok2iuae4/512x384.jpg', 'https://html5.gamemonetize.com/x7jbcwotgwgopg8370cd7gibok2iuae4/', '0', 'Puzzles', 0, 0, '', 'monstercraft-and-balls'), (7857, 'Cake Shop Bake lover', 'Wow, your cake shop has opened! As a cake shop owner, do you know how to cook satisfactory cakes for customers? No worries. Come with me to learn how to cook delicious cakes!', 'https://img.gamemonetize.com/69a6303sbyqjylgtl5uul923oqp4eusr/512x384.jpg', 'https://html5.gamemonetize.com/69a6303sbyqjylgtl5uul923oqp4eusr/', '0', 'Hypercasual', 0, 0, '', 'cake-shop-bake-lover'), (7858, 'My Huggy Wuggy Nightmare', 'We moved in a new neighbourhood just few days ago. It\'s a peaceful and neighbours are nice. But there is a story about this man monster Huggy Wuggy. It\'s a disturbing story... After weeks of unexplained murders, the ominous unknown killer is still on the rise. After little evidence has been found, a young boy states that he survived one of the killers attacks and bravely tells his story.', 'https://img.gamemonetize.com/hw2d4tdcdq4az7sf4zy8abjki1s3hocg/512x384.jpg', 'https://html5.gamemonetize.com/hw2d4tdcdq4az7sf4zy8abjki1s3hocg/', '0', 'Shooting', 0, 0, '', 'my-huggy-wuggy-nightmare'), (7859, 'Making Red Velvet Cake', 'Let\'s help our cute little girl Emma to make her favorite red velvet cake. She wants you to mix the flour and bake it in the oven. Try to decorate the cake with whipping cream and make it delicious. Enjoy the red velvet cake game at 7sgames.com', 'https://img.gamemonetize.com/sa80n8ckzubqo67mvk7ttt7ptee10vo0/512x384.jpg', 'https://html5.gamemonetize.com/sa80n8ckzubqo67mvk7ttt7ptee10vo0/', '0', 'Girls', 0, 0, '', 'making-red-velvet-cake'), (7860, 'Peppa Pig Sports Day', 'Peppa and her friends are taking part in Sports Day and they want you to join them! Fans of the TV show will love this sports day-inspired app, which encourages pre-schoolers to explore fun filled games with their favourite little piggy. 5 x fun-filled games featuring Peppa, George and their family and friends: • Bicycle Race • Obstacle Course • Tug of War • Long Jump • Ice Cream Maker Plus special Sports Day features, such as: • Rosette Maker • Earn Sticker Rewards', 'https://img.gamemonetize.com/md9t6w9k4hcdsokpd9igi1v81ll9w47p/512x384.jpg', 'https://html5.gamemonetize.com/md9t6w9k4hcdsokpd9igi1v81ll9w47p/', '0', 'Soccer', 0, 0, '', 'peppa-pig-sports-day'), (7861, ' Tom & JerryRunner', 'Winter is here and Jerry is hungry! Really hungry! Jerry is on a mission to get all the cheese but he must be careful as Tom is on the prowl. THREE GAME MODES Play the classic, runner and the new color matching game modes! OVER 100 LEVELS Many levels of cheese filled fun to play! OBJECTS AND OBSTACLES Use everything at your disposal to avoid traps, rockets and other obstacles. MULTIPLE ENVIRONMENTS Race through the living room, the garden, the attic and more! BONUS CARDS Collect bonus cards that help you stay one step ahead of Tom!', 'https://img.gamemonetize.com/9j3csw5erc84p2kmq4okvgvw5nc18hp6/512x384.jpg', 'https://html5.gamemonetize.com/9j3csw5erc84p2kmq4okvgvw5nc18hp6/', '0', 'Adventure', 0, 0, '', '-tom-amp-jerryrunner'), (7862, 'Sugarland Adventure', 'Sugarland Adventure is a platformer game, lets journey beautiful world, eat cake, defeat enemies and collect 5 candy to unlock next level', 'https://img.gamemonetize.com/y934vvywb1yfcw2mhtzbf47kbgxq61ft/512x384.jpg', 'https://html5.gamemonetize.com/y934vvywb1yfcw2mhtzbf47kbgxq61ft/', '0', 'Adventure', 0, 0, '', 'sugarland-adventure'), (7863, 'Friday Night Squid Game', 'Friday Night Squid Game - Characters in the survival challenge Game Squid will try their hand at music, which is Friday Night Funkin. In this FNF Squid Game, the player\'s task is to press the arrow keys at the right time when the notes appear on the screen to score points, when the number reaches a continuous point combo, you can win against the opponent. the player in Squid Game. Boyfriend and Girlfriend is back with new adventures with the Squids. They lost all the money gambling and now they have to join to the Squid games. Can you help them to complete all the songs in different weeks to win the high prize and recover the money that they lost? Keep hitting the notes and survive the music game! Complete the 12 levels and be the winner! FNF Mod Squid Challenge - Very fun and amazing FNF game with the hero Hugie Wugie. You need to choose the right arrow button to keep the music rhythm for your friends. You can play this cool musical game on your mobile phone!', 'https://img.gamemonetize.com/tyzromidp0ks7ymzkik1sis3in2e02cl/512x384.jpg', 'https://html5.gamemonetize.com/tyzromidp0ks7ymzkik1sis3in2e02cl/', '0', 'Puzzles', 0, 0, '', 'friday-night-squid-game'), (7864, 'Rescue the Whale', 'Rescue the Whale is a point and click game developed by 8B Games/Games2Mad. Imagine that you had been to a village, On there you found a Whale got trapped. Here is the interesting puzzles and hidden objects to find and rescue the Whale. Good luck.. Have fun!', 'https://img.gamemonetize.com/1o0n7951scrnz3srt2n9a59dq02bhdfx/512x384.jpg', 'https://html5.gamemonetize.com/1o0n7951scrnz3srt2n9a59dq02bhdfx/', '0', 'Puzzles', 0, 0, '', 'rescue-the-whale'), (7865, 'Forest Gate Escape 1', 'Forest Gate Escape 1 is a point and click game developed by 8B Games/Games2live. Imagine that you had been to a Forest, On there you had trapped. Here is the interesting puzzles and hidden objects to find and get escape from the Forest. Good luck.. Have fun!', 'https://img.gamemonetize.com/qf1otmorm2sjsburxt45a8jiwub5qq25/512x384.jpg', 'https://html5.gamemonetize.com/qf1otmorm2sjsburxt45a8jiwub5qq25/', '0', 'Puzzles', 0, 0, '', 'forest-gate-escape-'), (7866, 'Small Unicorn Escape', 'Small Unicorn Escape is a point and click escape game developed by 8BGames/Games2live. Imagine you went to the place where the unicorn was trapped. Find some hidden objects to solve some interesting clues to rescue the Unicorn. Good luck…Have fun!', 'https://img.gamemonetize.com/asekev9vzb87jb0d0qphjxn5poi687on/512x384.jpg', 'https://html5.gamemonetize.com/asekev9vzb87jb0d0qphjxn5poi687on/', '0', 'Puzzles', 0, 0, '', 'small-unicorn-escape'), (7867, 'Kitty House Escape', 'Kitty House Escape is a point and click escape game developed by 8BGames. Imagine you came to stay in a kitty house. But unfortunately, you got trapped you inside the house. Find some hidden object to solve some interesting clues to escape from the Kitty House. Good luck…Have fun!', 'https://img.gamemonetize.com/v08ey5mcltu9y999vrcatn966i55wkp1/512x384.jpg', 'https://html5.gamemonetize.com/v08ey5mcltu9y999vrcatn966i55wkp1/', '0', 'Puzzles', 0, 0, '', 'kitty-house-escape'), (7868, 'Green Bird Escape', 'Green Bird Escape is a point and click game developed by 8B Games/Games2live. Imagine that you had been to a village, a bird is trapped there. Here is the interesting puzzles and hidden objects to find and rescue the bird. Good luck.. Have fun!', 'https://img.gamemonetize.com/b9rkugc29e45vqc1p0lfw916ib5pnqsu/512x384.jpg', 'https://html5.gamemonetize.com/b9rkugc29e45vqc1p0lfw916ib5pnqsu/', '0', 'Puzzles', 0, 0, '', 'green-bird-escape'), (7869, 'Colorful Pac Escape', 'Colorful Pac Escape is a point and click game developed by 8B Games/Games2live. Imagine that you had been to a village, There you saw a Pac\'s got trapped. Here are some interesting puzzles and hidden objects to Rescue the Pac\'s. Good luck .. Enjoy!', 'https://img.gamemonetize.com/01xhonfdx1102wugc87tfbnck5krdcvy/512x384.jpg', 'https://html5.gamemonetize.com/01xhonfdx1102wugc87tfbnck5krdcvy/', '0', 'Puzzles', 0, 0, '', 'colorful-pac-escape'), (7870, 'G2M Blue House Escape 3', 'Blue House Escape 3 is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a house; there you got trapped inside the house. Here are the interesting puzzles and hidden objects to find and get escape from the house. Good luck… Have fun!', 'https://img.gamemonetize.com/ostbncm9ufeme1phx2yr7kwjxfh79clt/512x384.jpg', 'https://html5.gamemonetize.com/ostbncm9ufeme1phx2yr7kwjxfh79clt/', '0', 'Puzzles', 0, 0, '', 'gm-blue-house-escape-'), (7871, 'Pacman Escape', 'Pacman Escape is a point and click escape game developed by 8BGames. Imagine that you bought a Pacman Toy to gift to your friend. Unfortunately you lost your room key. Find some hidden object to solve some interesting clues to escape the Pacman. Good luck…Have fun!', 'https://img.gamemonetize.com/8zf4rkkn9no03ey61jw3mqr6ka1n8lfm/512x384.jpg', 'https://html5.gamemonetize.com/8zf4rkkn9no03ey61jw3mqr6ka1n8lfm/', '0', 'Puzzles', 0, 0, '', 'pacman-escape'), (7872, 'Black Gate Escape 1', 'Black Gate Escape 1 is a point and click game developed by 8B Games/Games2live. Imagine that you had been to a Land, On there you had trapped. Here are the interesting puzzles and hidden objects to find and escape from the Black Gate. Good luck.. Have fun!', 'https://img.gamemonetize.com/3t5c4co0hv7y6816fy7dmrldq0nqa6fy/512x384.jpg', 'https://html5.gamemonetize.com/3t5c4co0hv7y6816fy7dmrldq0nqa6fy/', '0', 'Puzzles', 0, 0, '', 'black-gate-escape-'), (7873, 'Persue Girl Escape', 'Persue Girl Escape is a point and click escape game developed by 8BGames. Imagine that you went to a Peruse Girl\'s house to get take her out for dinner. When you went there; she got trapped in this house. Find some hidden objects to solve some interesting clues to escape the Peruse Girl. Good luck…Have fun!', 'https://img.gamemonetize.com/msigwkxw6wh7nazwvctj138ccr5dcd89/512x384.jpg', 'https://html5.gamemonetize.com/msigwkxw6wh7nazwvctj138ccr5dcd89/', '0', 'Puzzles', 0, 0, '', 'persue-girl-escape'), (7874, 'Truck Driver Snowy Roads', 'Master truck drivers are ready to prove their skills on challenging snowy roads! Check out the Missions section or compete in Races to unlock new and more powerful trucks. There are 12 OffRoad Trucks in total in the Truck Driver: Snowy Roads and they all have different styles, power and driving. If you want, you can also try your luck in the Free Drive section. Maybe there will be random missions where you can get coins! Choose the music you want from the radio and start the adventure!', 'https://img.gamemonetize.com/4u74l79cv9s3b9x7g4gj36ys4hp9px5s/512x384.jpg', 'https://html5.gamemonetize.com/4u74l79cv9s3b9x7g4gj36ys4hp9px5s/', '0', 'Racing', 0, 0, '', 'truck-driver-snowy-roads'), (7875, ' Ball Puzzle', 'If you want to exercise your brain and increase your ability to think, then try this simple yet addicting puzzle game. It is a classic, but with a modern and challenging twist.', 'https://img.gamemonetize.com/be899vrqt4n128tuclzr8ccvr914ltx4/512x384.jpg', 'https://html5.gamemonetize.com/be899vrqt4n128tuclzr8ccvr914ltx4/', '0', 'Puzzles', 0, 0, '', '-ball-puzzle'), (7876, 'Pixelar Vehicle Wars 2022', 'A wide variety of weaponry will be at your disposal in these top-notch zombie breakout games, including those that can be played online with others, and you will be able to use them all. You\'ve been battling Minecraft zombie Bots on many maps at once. Even if you have access to all the necessary weapons to fight zombies, you must contend with other dead as your opponents. There is no way I\'m ready for it at this point. You must hide behind various items to have fun while playing these shooting games. Is there someone, in particular you like to play free online action games with? How many weapons does the narrator have?', 'https://img.gamemonetize.com/w03t5ek7u3x3ol8kp6j297b1r9puo5hn/512x384.jpg', 'https://html5.gamemonetize.com/w03t5ek7u3x3ol8kp6j297b1r9puo5hn/', '0', 'Shooting', 0, 0, '', 'pixelar-vehicle-wars-'), (7877, 'Color Match 3d Games', 'Color Match 3D is a casual puzzle game with a painting theme. The time has come to test your painting talent! According to the target item, use the brush to select the corresponding color in the palette and draw the corresponding 3D model. If it is highly similar to the target item, you can choose to auction it or display it in your orchard. Are you sure you don\'t want to join this fun painting game?', 'https://img.gamemonetize.com/b1n9qwjnf70gxyl4gp0i0v5keccwwpp0/512x384.jpg', 'https://html5.gamemonetize.com/b1n9qwjnf70gxyl4gp0i0v5keccwwpp0/', '0', 'Arcade', 0, 0, '', 'color-match-d-games'), (7878, 'Baby Taylor First Aid', 'Do you know how to deal with burns? Do you know how to give first aid if you have heat stroke? Come and learn about first aid with Taylor! Today is a day for Taylor and her friends to gather together. Children are always slapstick, and bumps are inevitable. Can you use your first aid knowledge to help them?', 'https://img.gamemonetize.com/7y6qtqb6qf8dh87nj3kb2t2dzzfe8k82/512x384.jpg', 'https://html5.gamemonetize.com/7y6qtqb6qf8dh87nj3kb2t2dzzfe8k82/', '0', 'Girls', 0, 0, '', 'baby-taylor-first-aid'), (7879, 'How To Make Homemade Sugar Cookies', 'Hey, girls, do you want to know how to make homemade sugar cookies? From Scratch! Play this game to get the recipe now!', 'https://img.gamemonetize.com/fn1gasiklkitojyvomv012p9ftd2498h/512x384.jpg', 'https://html5.gamemonetize.com/fn1gasiklkitojyvomv012p9ftd2498h/', '0', 'Girls', 0, 0, '', 'how-to-make-homemade-sugar-cookies'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (7880, 'Hugie Wugie Runner', 'A funny creature named Hugie Wugie will learn to ride a bike today. You in the game Hugie Wugie Runner will help him in this. In front of you on the screen will be visible your character sitting behind the wheel of a bicycle. It will be located in a hilly area. At a signal, Huggy will start pedaling and rush forward along the road gradually gaining speed. Look carefully at the screen. Your hero will take off at speed to the hills and then descend from them. Your task is to help the hero maintain balance and not let him fall off the bike. If this still happens, then you will lose the round and start completing the level in the game Hugie Wugie Runner again', 'https://img.gamemonetize.com/gu89g97c2wpdkfl4r121ry5z5njq51ds/512x384.jpg', 'https://html5.gamemonetize.com/gu89g97c2wpdkfl4r121ry5z5njq51ds/', '0', 'Arcade', 0, 0, '', 'hugie-wugie-runner'), (7881, 'Baby Taylor Caring Story Learning', 'Now the baby is already 8 months, she can learn different life skills. Help her parents to teach her some skills and take a photo to remember this important moment.', 'https://img.gamemonetize.com/30i0ez76qod6valw3rlmjp0blexwqisv/512x384.jpg', 'https://html5.gamemonetize.com/30i0ez76qod6valw3rlmjp0blexwqisv/', '0', 'Girls', 0, 0, '', 'baby-taylor-caring-story-learning'), (7882, 'Fashion Super Idol Transformation Project', 'New fashion idols are being selected! On the day when the championship is officially announced today, our fashion girl has successfully become a popular idol! She will be watched by everyone everywhere. Please help her to match a fashionable daily outfit and stage outfit! Fashion idols must always be beautiful and fashionable!', 'https://img.gamemonetize.com/m74fa470406ts8midfeyd5t58s7yflit/512x384.jpg', 'https://html5.gamemonetize.com/m74fa470406ts8midfeyd5t58s7yflit/', '0', 'Girls', 0, 0, '', 'fashion-super-idol-transformation-project'), (7883, 'Cutting master', 'Cut master mobile games, the game has a fresh and concise style of the game, concise and clear control interface, clear line of sight for the players to bring a good visual experience. Players only need to cut according to the requirements of the minimum number of knives to reach the next level. The fewer times you cut back on a task and the farther you run, the higher your score.', 'https://img.gamemonetize.com/1b0iibe10uk9nnan64znq5a2y9vx7f3n/512x384.jpg', 'https://html5.gamemonetize.com/1b0iibe10uk9nnan64znq5a2y9vx7f3n/', '0', 'Puzzles', 0, 0, '', 'cutting-master'), (7884, 'Makeup Slime Cooking Master 4', 'Slime is a very popular toy among girls. It has many different colors and textures. Many girls like to make them by themselves. Babara is also such a girl, she suddenly wanted to mix slimes with cosmetics. Do you want to make slimes with her? Come join us and make beautiful and interesting slimes! Have fun with this game!', 'https://img.gamemonetize.com/icnqui7kbzb4tpdosr2deqiy4mc76n95/512x384.jpg', 'https://html5.gamemonetize.com/icnqui7kbzb4tpdosr2deqiy4mc76n95/', '0', 'Girls', 0, 0, '', 'makeup-slime-cooking-master-'), (7885, 'Hidden City Hidden Object', 'Get ready for your own hidden object mobile journey in Hidden City®! Step inside our mystery locations to search for hidden objects. Solve thousands of brain puzzles and riddles. Seek and try to piece together clues and notes. Meet dozens of distinctive characters who can tell you great stories. Immerse in a detective adventure story and find out what really happened. Play with your friends to fight the evil together and enjoy regular free updates with loads of new content!', 'https://img.gamemonetize.com/f1g2w4cajuflwtu4268s0l0zxjysxl2s/512x384.jpg', 'https://html5.gamemonetize.com/f1g2w4cajuflwtu4268s0l0zxjysxl2s/', '0', 'Hypercasual', 0, 0, '', 'hidden-city-hidden-object'), (7886, 'Crazy Pillow Fight Sleepover Party', 'Crazy Pillow Fight Party is the best game that will remind you of your childhood when you enjoy yourself with your siblings and have fun moments with them by having a pillow fight. Pillow Fight game has a lot of new features of gameplay levels with more fun. It is an amazing app that allows you to enjoy a real pillow fighting experience and have a lot more enjoyable and latest features. Have a blast as you toss pillows at your besties and have a crazy good time! Plan the slumber party of your dreams!', 'https://img.gamemonetize.com/8k5zi8qrtlhk9cflkzdhmlu4h7q632o7/512x384.jpg', 'https://html5.gamemonetize.com/8k5zi8qrtlhk9cflkzdhmlu4h7q632o7/', '0', 'Girls', 0, 0, '', 'crazy-pillow-fight-sleepover-party'), (7887, 'Mr Bean Rotate', 'Play our newest casual puzzle game called Mr. Bean Rotate. The game has 10 levels with exciting images of Mr. Bean\'s life. Each level is locked and it will be unlocked when you solve the previous level. Build the correct image by clicking to rotate the puzzle pieces before time runs out. Enjoy and have fun!', 'https://img.gamemonetize.com/s6gjgtv9lmmb3aptua0ceo70tkgrdj4l/512x384.jpg', 'https://html5.gamemonetize.com/s6gjgtv9lmmb3aptua0ceo70tkgrdj4l/', '0', 'Puzzles', 0, 0, '', 'mr-bean-rotate'), (7888, 'Jungle King', 'Help the king of the jungle crush his enemies! Help the king of the jungle against different enemies and lead him to the top!', 'https://img.gamemonetize.com/g7zk1zp015pue970ky1ek3q9smdv7h2u/512x384.jpg', 'https://html5.gamemonetize.com/g7zk1zp015pue970ky1ek3q9smdv7h2u/', '0', 'Arcade', 0, 0, '', 'jungle-king'), (7889, 'Dangerous Circle Online', 'Dangerous Circle is a free online game where you\'ll be able to play and have fun. The Dangerous Circle is a free online game where you can make money and compete with other players. Dangerous Circle is an online game that will test your skills and your wits. You\'ll need to think fast and act fast to get through the levels.', 'https://img.gamemonetize.com/w37un13r35q9ujsrvltbfk8mzybau33m/512x384.jpg', 'https://html5.gamemonetize.com/w37un13r35q9ujsrvltbfk8mzybau33m/', '0', 'Arcade', 0, 0, '', 'dangerous-circle-online'), (7890, '2048 Game Arena of Valor', '2048 Lien Quan Mobile - A puzzle game based on the very familiar and attractive 1024 game style on dop5. In this 2048 Lien Quan Mobile game, the way to play is that you match 2 pieces of the same picture together to form a piece with a larger score, the smallest number is 2 and the last "champion" piece is 2048. Jigsaw Challenge 2048 will end when the player can\'t make any tiles or you have opened the 2048 tile.', 'https://img.gamemonetize.com/gzvykpvtmttwlpuukpfuyxkdg3hgrrsv/512x384.jpg', 'https://html5.gamemonetize.com/gzvykpvtmttwlpuukpfuyxkdg3hgrrsv/', '0', 'Puzzles', 0, 0, '', '-game--arena-of-valor'), (7891, 'Yarn Untangle', 'Untangle Yarn is a puzzle game in which you use your trusty kittens to unravel the balls of yarn. Just select the yarn and drag it to free it from the tangled mess. Pay attention to the color of the connecting threads. Red means it\'s tangled, pink means it\'s untangling, and yellow means you\'ve successfully untangled it.', 'https://img.gamemonetize.com/xts88sh2uhj4d26whvau0sd6dvgwoifo/512x384.jpg', 'https://html5.gamemonetize.com/xts88sh2uhj4d26whvau0sd6dvgwoifo/', '0', 'Adventure', 0, 0, '', 'yarn-untangle'), (7892, 'Nightmare Run', 'Nightmare Run is fun action running game!', 'https://img.gamemonetize.com/32j30dy0q0jswv953dw3kcd5opvb7bg2/512x384.jpg', 'https://html5.gamemonetize.com/32j30dy0q0jswv953dw3kcd5opvb7bg2/', '0', 'Boys', 0, 0, '', 'nightmare-run'), (7893, 'Fidget Spinner game', 'Most relaxing fidget spinner simulator in your pocket! You have 5 swipes to set the best spin you can. Use your hand finger to swipe the spinner left or right, wait for it to stop and sweep the sweet rewards! Upgrade your finger spinner, compete with your friends and beat the records! Each spin brings you closer to unlocking a new hand spinner toy. Can you unlock them all?', 'https://img.gamemonetize.com/e0ofkijh2admdyba6jqgxfhl1xrir9mw/512x384.jpg', 'https://html5.gamemonetize.com/e0ofkijh2admdyba6jqgxfhl1xrir9mw/', '0', 'Hypercasual', 0, 0, '', 'fidget-spinner-game'), (7894, 'Fatty Ken 2', 'Fatty Ken 2 is a 2D platformer where you play as a body builder who have to collect dumbbells while avoiding the enemies, flying creatures, spikes and ground saws and reach the finish flag in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original Fatty Ken game.', 'https://img.gamemonetize.com/iq8jw3i4pvu5ec8ts4mblzjzg5uyxrce/512x384.jpg', 'https://html5.gamemonetize.com/iq8jw3i4pvu5ec8ts4mblzjzg5uyxrce/', '0', 'Arcade', 0, 0, '', 'fatty-ken-'), (7895, 'Air Attack', 'Air Attack is a new kind of game where you shoot down enemy planes and try to survive as long as possible. Air Attack is a fun, fast-paced action air shooter game. Fly your plane through a series of levels and shoot down all the enemies as you go.', 'https://img.gamemonetize.com/v3o43ts33ucmk7z2m53512c9hxunkfdm/512x384.jpg', 'https://html5.gamemonetize.com/v3o43ts33ucmk7z2m53512c9hxunkfdm/', '0', 'Arcade', 0, 0, '', 'air-attack'), (7896, 'Tom & Friends Connect', 'Do you love Talking Tom & His Friends? Well this is an amazing puzzle game where you have to match 2 identical Tiles of tom and his friends to finish the level. Be super fast because you will play againt time! Enjoy!', 'https://img.gamemonetize.com/9hcpayl9j5n00663g1b6mz1i4ef56e2c/512x384.jpg', 'https://html5.gamemonetize.com/9hcpayl9j5n00663g1b6mz1i4ef56e2c/', '0', 'Puzzles', 0, 0, '', 'tom-amp-friends-connect'), (7897, 'Ninja Assassin', 'Ninja Assassin is an endless runner arcade Online game. Collect coins and buy power ups to help you in your quest for the best score.', 'https://img.gamemonetize.com/nn1wrx7evisciank8pm9qbnp2uugpzpz/512x384.jpg', 'https://html5.gamemonetize.com/nn1wrx7evisciank8pm9qbnp2uugpzpz/', '0', 'Hypercasual', 0, 0, '', 'ninja-assassin'), (7898, 'Zombie Runner', 'Zombie Runner is a free online game in which you can kill zombies. Play the best Zombie Run game online. Run as far as you can, avoid the zombies and collect coins and gems. Zombie Runner Online Game - Run, hide and survive! Zombie Runner is a fast-paced, action-packed, 2D Top Down zombie shooter game.', 'https://img.gamemonetize.com/779p2nlebcgpqipytpv24yn6kd0uf4ev/512x384.jpg', 'https://html5.gamemonetize.com/779p2nlebcgpqipytpv24yn6kd0uf4ev/', '0', 'Hypercasual', 0, 0, '', 'zombie-runner'), (7899, 'Disk Destroyer', 'The Disk Destroyer game is simple in essence and not at all so simple in execution. The task is to use the yellow disc to knock down all the pink discs on the field. You need to concentrate and carefully watch the rotation of the arrow around the disk that you have to throw. As soon as the arrow points to one of the targets, click on the disk and it will fly in the right direction. The difficulty lies in the fact that the arrow runs fast and it is not so easy to stop it at the right time. Try to complete the maximum levels in Disk Destroyer.', 'https://img.gamemonetize.com/dlw59c47wa2s2cwmrdtxyl34jh5cm5qa/512x384.jpg', 'https://html5.gamemonetize.com/dlw59c47wa2s2cwmrdtxyl34jh5cm5qa/', '0', 'Hypercasual', 0, 0, '', 'disk-destroyer'), (7900, 'Type it', 'Typing Game. Words fall and you have to type them', 'https://img.gamemonetize.com/zz7k1ao1t99w2wiuz0ddskvvpgycizj2/512x384.jpg', 'https://html5.gamemonetize.com/zz7k1ao1t99w2wiuz0ddskvvpgycizj2/', '0', 'Arcade', 0, 0, '', 'type-it'), (7901, 'scape Shotter', 'We hope you have a fun time with Escape Shotter', 'https://img.gamemonetize.com/4af3mwq7j8tjssf1tf0219hdsoaecqur/512x384.jpg', 'https://html5.gamemonetize.com/4af3mwq7j8tjssf1tf0219hdsoaecqur/', '0', 'Shooting', 0, 0, '', 'scape-shotter'), (7902, 'Counter Craft 2 Zombies Game', 'Counter Craft 2 Zombies features action packed zombie shooting in minecraft world, your mission is to use three different weapons to shoot hordes of incoming zombies and try to survive each round with increasing difficulty.', 'https://img.gamemonetize.com/nhxrf4b3944h4nx8mse37jxxab0qo6hs/512x384.jpg', 'https://html5.gamemonetize.com/nhxrf4b3944h4nx8mse37jxxab0qo6hs/', '0', 'Arcade', 0, 0, '', 'counter-craft--zombies-game'), (7903, 'Higpp', 'Girls are searching for brand new shoes for the party tonight. Design the stylish shoe by yourself and give it to girls.', 'https://img.gamemonetize.com/twuale3nc9lob1yicjur2lfsnnplr3j5/512x384.jpg', 'https://html5.gamemonetize.com/twuale3nc9lob1yicjur2lfsnnplr3j5/', '0', 'Arcade', 0, 0, '', 'higpp'), (7904, 'Heroes Of War', 'Heroes Of War is within the genre of turn-based strategy. You control a hero who can recruit armies, move around the map, capture resources, and engage in combat. The hero possesses a set of statistics that confer bonuses to an army or produce strategic benefits. Also, hero gains experience levels from battle, such that veteran heroes are significantly more powerful than inexperienced ones.', 'https://img.gamemonetize.com/jda8raf02juwoivxqw70sxdec2muij55/512x384.jpg', 'https://html5.gamemonetize.com/jda8raf02juwoivxqw70sxdec2muij55/', '0', 'Adventure', 0, 0, '', 'heroes-of-war'), (7905, 'Police Prado Car Stunt Ramp Car Racing Game 3D', 'These Marvelous Highway Car Stunts take you a realistic journey of stunt driving and racing. Modern highway train car stunt is one of the best and much popular train vs car stunt riding 3d games.', 'https://img.gamemonetize.com/zxmgdmlaabcxw0x00tdkwmb72cj2kvsj/512x384.jpg', 'https://html5.gamemonetize.com/zxmgdmlaabcxw0x00tdkwmb72cj2kvsj/', '0', 'Racing', 0, 0, '', 'police-prado-car-stunt-ramp-car-racing-game-d'), (7906, 'Merge Master Dinosaur Monster', 'Merge Dragon Master Battle 3D is a cool real-time strategy game for everyone. You need to think fast to beat all the enemies by combing your dragons on your battlefield. Combine quickly and actively attack enemies to gain control of enemy positions and possess greater power than the opponent. At the same time, use your strategy and tactics to win the battle. Grow your dragons from simple monsters to terrific monsters when you merge them. Use your finger to draw the right combination and evolve your monsters. The higher the level of the monster dragon, the stronger the attack and defense. Remember, if you don\'t merge them fast enough, your enemy monster dragons will beat you in the final round fight. Merge your army as fast as you can because the monsters will get stronger after each level. Unlock new stronger dragons. Only 1% of players can unlock all to win. Are you ready to fight in this drawing challenge? - Beautiful 3D Realistic graphics - Free to play this real-time merge game. - Fun and addictive gameplay - Easy controls - Friendly display - Suitable for all ages, genders - Various dragons, monsters to merge', 'https://img.gamemonetize.com/dls7nrfbslefiagdhamrp6pm8rrerjq4/512x384.jpg', 'https://html5.gamemonetize.com/dls7nrfbslefiagdhamrp6pm8rrerjq4/', '0', 'Arcade', 0, 0, '', 'merge-master-dinosaur-monster'), (7907, 'Hero Adventure Shooter Online Game', 'A Hero Adventure Shooter is an action shooting game. It\'s an interesting game. The main objective of this game is to eliminate the enemies by shooting them. You are going to experience a whole new level of shooting fun with this game. All ages will enjoy playing this game as it is great for everyone.', 'https://img.gamemonetize.com/mmxpnpuu2ra0fu9wqfr6k49vhc77d42q/512x384.jpg', 'https://html5.gamemonetize.com/mmxpnpuu2ra0fu9wqfr6k49vhc77d42q/', '0', 'Adventure', 0, 0, '', 'hero-adventure-shooter-online-game'), (7908, '4x4 Offroad Jeep Driving Games Jeep Games Car Driv', 'Place your hands on the steering wheel of jeep game and enjoy car racing games. Play this 4x4 Prado car jeep racing simulator and have never ending fun. You will try to reached marked point on your jeep game and test your car driving simulator skills in jeep race games. Try to hold your wheels on snowy mountains and hilly tracks and complete the uphill climb on the mountains. Have you played asphalt car racing games or hummer car offline games? Join the world of prado jeep driving in this mountain car racing game. The sequences of uphill mountain climbing are thrilling and full of adventure. Climb the uphill spots in the world drive in offroad stunt jeep game. It’s an exciting world of jeep racing on asphalt and offroad hills. Start extreme car jeep driving in fun offline games. There are detailed cars with real interiors and hilly environment in SUV Prado games. The extreme car parking and racing simulator can be played by all age groups.start this new prado car parking and enjoy your time in jeep games. Different Driving Modes and Parking Simulation: Drive on offroad and Uphill Mountains in your jeep SUV in search of adventure and thrill. Perform the deadly stunt missions in uphill car games. Now drive on asphalt and offroads in different season of the year with perfect environment. The jeep simulator game is designed for and mountain driving. Gameplay is based on levels and missions. Collect points and run through check points to earn coins. Use them for jeep game customization in the garage. Update your jeep with new grip designed tires and speed nitro boosters. Many bus simulators and car driving and racing car games are made for fun and adventure but this Prado jeep driving is full of utmost excitement with tricky asphalt tracks and offroad games .start real 4x4 driving pick your extreme jeep Prado from the car garage and drive on up road and hills. Collect your checkpoints and avoid to collide with other monster trucks and cars games. Have an eye on your fuel tank and complete offroad Prado racing missions in this stunt jeep game. Land Cruiser Prado Driving Game Features: • Jeep games and driving simulator on offroad and asphalt tracks • Prado jeep and SUV driving for boys • Refined car simulator games with graphics and sound effects • 4x4 driving on off-road and uphill mountains • US army and military jeep games and parking simulator • Jeep parking with challenging game missions • Smooth and customizable controls • Real car racing sounds Sharpen Your Driving And Parking Skills: Now polish your jeep game driving skill and avoid hitting with obstacles. Launching this SUV jeep driving simulator and extreme car driving games. Play monster truck games in this al in one opportunity .it’s a stunt action mania for boys and girls. Drive car jeep on the mountains and you can also fly it in air with the new update. Take this multiplayer jeep ride on another level. Perform insane stunts and tricks with this Prado jeep game and racing car games to get the best simulation experience.', 'https://img.gamemonetize.com/ynl4z5hfz0c6spw32zry2nzfduegybhb/512x384.jpg', 'https://html5.gamemonetize.com/ynl4z5hfz0c6spw32zry2nzfduegybhb/', '0', 'Adventure', 0, 0, '', 'x-offroad-jeep-driving-games-jeep-games-car-driv'), (7909, 'Extreme Bicycle', 'Extreme Bicycle is a synthetic bicycle racing game with two gameplays to meet the needs of different players. The bicycle synthesis gameplay allows players to experience different levels of bicycle tools, so that many players can drive a very cool bicycle and enjoy the hi The unbelievable driving experience and racing gameplay allow players to enjoy the thrill of the challenge.', 'https://img.gamemonetize.com/6pgd3m27tbkoec6fbxbqtu5aa3exa6yx/512x384.jpg', 'https://html5.gamemonetize.com/6pgd3m27tbkoec6fbxbqtu5aa3exa6yx/', '0', 'Racing', 0, 0, '', 'extreme-bicycle'), (7910, 'Car Transporter Truck Vehicle Transporter Trailer', 'Drive trailer truck to transport multiple vehicles through city roads and offroad hills. In this vehicle transport game you will drive multiple 4x4 vehicles like limo car,quad bike, jeep and Prado. As a extreme car transporter start your trucker carries by driving big truck. The big Euro truck is loaded with luxury cars so drive safely through city traffic and off road mountain tracks. After loading cars over trailer cargo truck then you will have to drive the transporter truck to the showrooms and unload the heavy vehicles. So get behind the wheels of long truck of modern heavy vehicles. Driving transporter trailer that is carrying huge loads is a expert driver job. This car transporter is a truck simulator game where you can fulfill your transport duty in big truck driving games. Drive transporter truck and multiple cars to become an expert transport driver. As a professional cargo truck driver complete the car transporting mission by driving through congested uphill areas and city highway roads. Slow down the vehicles while downhill driving. Features of Offroad Vehicle Transporter Trailer Truck Game: - Can be played Offline - It is free Simulator game - New parking and transport skill to learn - Multiple driving controls - Offroad trucking adventure - Transport missions in city highway - Multiple luxury vehicles to drive - Intelligent city traffic system', 'https://img.gamemonetize.com/bs3s2a45ndy3jtwexm8s98n8rnooiz0b/512x384.jpg', 'https://html5.gamemonetize.com/bs3s2a45ndy3jtwexm8s98n8rnooiz0b/', '0', 'Racing', 0, 0, '', 'car-transporter-truck-vehicle-transporter-trailer'), (7911, 'Rocket Soocer', 'completely new experience of playing football, then do not miss the opportunity to participate in a match in which the players are not people, but cars. This single difference from traditional football makes the game a unique chance for an unforgettable experience.', 'https://img.gamemonetize.com/9z76ty4wrgqhqk8gdc1m62vwvzpwy482/512x384.jpg', 'https://html5.gamemonetize.com/9z76ty4wrgqhqk8gdc1m62vwvzpwy482/', '0', 'Sports', 0, 0, '', 'rocket-soocer'), (7912, 'Chicken And Duck Brothers', 'Chicken and duck brothers 2 is an extremely interesting adventure game and 2-player game on Dop5. Coming to Brothers and Sisters 2 , players will have the opportunity to meet 2 chickens and ducks again. Your mission is to continue to help this couple overcome new challenges and new enemies to get home safely.', 'https://img.gamemonetize.com/rp4wxnyqyu1ajnknz8a2uxhxgsekq5y5/512x384.jpg', 'https://html5.gamemonetize.com/rp4wxnyqyu1ajnknz8a2uxhxgsekq5y5/', '0', 'Arcade', 0, 0, '', 'chicken-and-duck-brothers'), (7913, 'Need for Money', 'Try to make Close Call on the high way nearest Close call give you more money and more points. Hand Brake - Space Bar Start Stop engine key - I Low beam Head Lights - L High Beam Head Lights - K Change Camera - C Indicator Right - E Indicator Left -Q Indicator Hazzard - Z Gear Shift up /down - Left shift / Right Shift N gear - N Boost - F Slow Motion - G Record - R Playback - P', 'https://img.gamemonetize.com/yaw3pnyjo4iizixb7q54vc5mwjae5upl/512x384.jpg', 'https://html5.gamemonetize.com/yaw3pnyjo4iizixb7q54vc5mwjae5upl/', '0', 'Racing', 0, 0, '', 'need-for-money'), (7914, 'run away there', 'Welcome to the run away there game, you will have to go left and right to be able to escape', 'https://img.gamemonetize.com/nzzkbp4ghshzl8hsa4kfsuqsgsovy9ti/512x384.jpg', 'https://html5.gamemonetize.com/nzzkbp4ghshzl8hsa4kfsuqsgsovy9ti/', '0', 'Arcade', 0, 0, '', 'run-away-there'), (7915, 'Cars Racing', 'We hope u have alot of fun with Race Cars Game', 'https://img.gamemonetize.com/hkwfg7ay910zdeg8lui7xm30harwfzqk/512x384.jpg', 'https://html5.gamemonetize.com/hkwfg7ay910zdeg8lui7xm30harwfzqk/', '0', 'Racing', 0, 0, '', 'cars-racing'), (7916, 'Oilman Online', 'Upgrade your pickaxe and dig harder to go deeper. Will you reveal all the secrets of the lands and pump out all the Oil?', 'https://img.gamemonetize.com/uwstuprchjye30jhom28k2qsn52e28q4/512x384.jpg', 'https://html5.gamemonetize.com/uwstuprchjye30jhom28k2qsn52e28q4/', '0', 'Adventure', 0, 0, '', 'oilman-online'), (7917, 'Bridge Ladder Race', 'Do you want to be a champion? Try this game Bridge Race that combines collecting and racing! You need to collect your colored blocks to build the stairs to the next floor, not only to collect them quickly but also to prevent your opponents from encroach on your stairs. You can\'t win until you get to the last level. Come and compete together!', 'https://img.gamemonetize.com/9penitcqrw5p9bhc718jpywvcwqfke0e/512x384.jpg', 'https://html5.gamemonetize.com/9penitcqrw5p9bhc718jpywvcwqfke0e/', '0', 'Hypercasual', 0, 0, '', 'bridge-ladder-race'), (7918, 'Escape Game', 'We hope you have a fun time with Escape Game', 'https://img.gamemonetize.com/9gyoib9mgy109238lqjgw6dgjfjc3lzk/512x384.jpg', 'https://html5.gamemonetize.com/9gyoib9mgy109238lqjgw6dgjfjc3lzk/', '0', 'Shooting', 0, 0, '', 'escape-game'), (7919, 'Water Surfing Car Stunt Games Car Driving Games', 'Have you ever been in search of some real change in the world of car racing games, if your answer is in yes, then, this new car stunt simulation of water surfing car stunts offers you updated tangs of car driving games 2021. Join this new app to have your desired competition of floating water car games and got through all levels of this new application of water surfing car games 2021 with decent ease. this ever changing world of water surfing car stunts expand your simple visions of water surfing car games to make you master and update your skills of car surfer games. Be a part of water surfing games and car racing games for the best water car racing experience in the era of car games and water stunt games. To play the water racing games or car stunts games is always a great source of fun for the water surfing racer. Enjoy free water games along with thrill car race with opponents in this water speed car racing simulator. Rush your cars in the 3D realistic environment. Let’s go through the waves of water and excite yourself with crazy car racing stunts and joy ride of water surfing. Have fun with free boat games in car simulator full of fun ride among other water racing games, best car racing games in the genre of free sports games. Make a live contact to this new challenge of car stunts and mega ramp games by showing your performance of car stunts games by mixing it with splendid additions and powerful commands of water surfing free car games. Relish every step and move in floating water stunts by bringing on ground your past talents of underwater car stunts of swimming pool games. the well managed and interlinking levels of water slide games are full with water surfing adventure which offer you beautiful and real mix up of newly developed modes of water surfing car driving games 2021.In this game you can play all modes of mega ramp, water car surfing and car parking. In new update we add a new mode mega ramp with deadly tracks. Play of impossible car games ramp drive in which you will check stunt car drive multiple gt racing car like extreme stunt racing car. Install this water surfing mega ramp car stunts driving simulator free and become professional stunt master of extreme gt car stunts games. Drive extreme stunt car jumping on zigzag tracks and water stunts with extreme car driving games 2021. These water surfing mega ramp car racing games impossible stunts drive is new car stunt game for fans of water jumping car games. Play water car racing stunts & practice the real mega ramp car stunt racing games. Different light car race games, jump stunt car games free selections of this water car jumping impossible stunt car games will adore you in sky tracks. Get test driving simulator of jumping car impossible ramp driving simulator & enjoy luxury car driving simulator in sky ramps with custom extreme car challenge. Time for you to take final gear by awakening your sleeping talents to enjoy this new mission of water surfing stunts and mega ramp in agreeable and persuasive manner. It is a real gateway for you to have much broader perspectives than water surfer car stunt of simple natured car driving games. Try your level best to unlock new universe by contesting water car driving in professionally trained car driver during your stay in this current water sports game. Create new history by paving the new ways of completing water surfing car stunts adventure for coming players.', 'https://img.gamemonetize.com/o8t5royhfgh4l3m3n662ae1t3ycthagd/512x384.jpg', 'https://html5.gamemonetize.com/o8t5royhfgh4l3m3n662ae1t3ycthagd/', '0', 'Racing', 0, 0, '', 'water-surfing-car-stunt-games-car-driving-games'), (7920, 'Offroad Jeep Driving Jeep Games Car Driving Games', 'Welcome to the Offroad jeep driving games 4x4 where you will enjoy the offroad curvy and bumpy tracks with your 4x4 offroad jeep driving simulator offline powerful Jeep parking games 2022 reach on the target with your driving skills without destroying your offroad jeep game racing stunt game hold your grip on the mountains and hilly tracks and complete the missions which are assigning you as a professional jeep drive fast & jeep wrangler. Have you ever tried Hummer jeep games, Offroad suv driving or Jeep driving games before? If no then no need to worry about we are here to teach you how to Offroad drive on the bumpy ride on Hilly tracks with the Loaded truck. Are you ready for Mountain car driving 3d games where you will cross the Bumpy and Hard tracks like other mountain climb 4x4 truck game. You will experience the Mountain climb 4x4 offroad car drive hold your grip tight and make sure your wheels are placed on the tracks of Mountain climb game. 4x4 offroad games are Very Popular in these days if you are looking for 4x4 games off road then this 4x4 car game or off the road jeep game is Best for your offroading car driving and off the road jeep driving experience. This game will provides you Ultimate car driving, and Ultimate jeep driving thrill. Enjoy the Ultimate offroad driving and jungle jeep driving games which is totally a Free jeep driving game and on of the Best among free offroad car driving games. In this Jeep car driving game many free offroading games you will enjoy choose a Offroad jeep from the garage and complete the Jeep car driving games simulator missions. In this Offroad driving adventure ramp jeep game, you will become an expert driver of 4x4 jeep or Offroad jeep driving gear game and Prado driving because this is the Best jeep game ever in Mobile games history. Select your off road jeep games from the garage choose the tracks where you want to perform the bendy jeep driving simulator missions. In this Mountain jeep driving 2021 mountain drive is not an easy task you have to use your offraod 4x4 hill jeep driving driver skills to cross the drivers and climb up the mountains. This game also contains the Jeep rally drivers too who will compete with you in this Mountain jeep drive. Many different jeep hill climbing and Crazy offroad Prado driving missions are designed for your extreme driving fun. Are you looking for offroad Prado driving games, Jeep games 4x4 new 2021, Climb drive hill ride car racing game then this climbing Car game with many mountain climb asphalt SUV racing is Best for you to download and enjoy the Offroad jeep driving simulator luxury suv 4x4 hill climbing racing game now for Free. Parking and free driving games Features: - Best modified offroad wrangler jeeps - Modified Jeeps Alloy rims - Best 3D mountains and offroad design - Multiple missions for your enjoyment - Offroad rally racing and tracks racing - Parking and driving missions', 'https://img.gamemonetize.com/40g0kxg3l6g81ueb2jpos950umtckr0c/512x384.jpg', 'https://html5.gamemonetize.com/40g0kxg3l6g81ueb2jpos950umtckr0c/', '0', 'Racing', 0, 0, '', 'offroad-jeep-driving-jeep-games-car-driving-games'), (7921, 'Car Driving In big City 2', 'Looking for an extremely amazing car parking game? FROLICS presents a physics-based Prado parking car game for crazy car driving games lovers. Amazing car parking missions, multiplayer car driving challenges, and new car games smooth controls will double up Prado parking simulator passion. HD graphics, racing cars, and daily achievement rewards will amaze you in offline Prado parking car games 2022. CAR GAMES FEATURES: • Beginner level car parking games missions • Garage full of lavish racing game cars • Time-based hard car parking game missions • Multiplayer car parking challenge to play with friends • Tournaments and championships for advance car parking game fun Driver’s Career in Car Parking Game: o Starter Mode: Start your car parking career with the starter mode of offline car driving games 3d. Enhance your extreme car driving skills in car games and pass an easy car parking mission for mysterious rewards. Starter mode is highly recommended for you if you’re new to offline car parking games 3d. o Advance Mode in Car Driving Simulator: Take your car driving skills at a high level in advance car parking mode. Use different car parking controls and park your car in the car parking plaza. Face different challenging offline car games missions to be the pro driver in multiplayer car parking games. It’s time to level up your car parking skills and rule the parking arcade in free Prado car parking game. o Pro Driver Mode in Car Driver Game: Time to show your legendary car parking and driving skills. Different challenges of this modern car parking mode will test your car driving expertise in the Prado game. In parking simulator driver games, use different camera angles and controls to park car safely. Park your car perfectly and be PRO CAR DRIVER in one of the most popular parking games 2022. o Arcade Mode in Car Parking Simulator: Want to drive freely? Drive your racing car as you want in car parking games. Arcade mode will let you experience the real thrill of Prado car parking games offline. You have to collect fuel packages and mystery boxes while driving in the parking plaza. Collect more fuel packages to keep moving in one of the best car games 2022. Score more points by parking at more places in the modern car driving game. Car Driving School: Want to express your pro-driving skills in the city while driving a racing car in one of best car games? Pass out a car driving school test and get a Prado driving license in this car parking game for free. Multiplayer Car Parking Tournament & Championship: Enjoy Prado car parking challenges from all over the world in one of the most popular car games 2022. Play hard car parking tournaments with highly skilled car drivers. Win different car parking matches and be the champion in the offline Prado driving game. Achievements in Prado Car Game Everyday New Mission! Achieve different goals to enhance your driving career and win exciting rewards. Today’s mission will let you experience the adventure of real parking game missions. Bonus Level & Car Driving Games Time Reward: Enjoy bonus level of offline car driver games and earn extra rewards. Double up your coins by watching ads in car parking simulator game 2022. This free parking simulator car game 3d comes with time rewards features with more exciting rewards. Prado Parking Games 3D Garage: Love racing cars? New car game comes with a large number of racing cars and Prado. Check out the garage and find your favorite racing games car for an extremely hard car parking challenge. Upgrade and decorate your car in car driving school.', 'https://img.gamemonetize.com/x2fto9g4ykg56176fat8kajvc5a6x5ql/512x384.jpg', 'https://html5.gamemonetize.com/x2fto9g4ykg56176fat8kajvc5a6x5ql/', '0', 'Racing', 0, 0, '', 'car-driving-in-big-city-'), (7922, 'Cutie cat', 'Hope you enjoy with Cutie cat game', 'https://img.gamemonetize.com/kgvigah70qt857mslbpsp1ksrvu1yx6d/512x384.jpg', 'https://html5.gamemonetize.com/kgvigah70qt857mslbpsp1ksrvu1yx6d/', '0', 'Girls', 0, 0, '', 'cutie-cat'), (7923, 'Basket Battle', 'Basket Battle is a great game to test your basketball skill! Tap the screen to control the player to throw the ball. Each level will play against a fixed player, you must first throw three balls to win, and also prevent him from blocking your throws. Try your best to get the success!', 'https://img.gamemonetize.com/ekaio29uzmga23fgizp6nqgscrv8u4uu/512x384.jpg', 'https://html5.gamemonetize.com/ekaio29uzmga23fgizp6nqgscrv8u4uu/', '0', 'Puzzles', 0, 0, '', 'basket-battle'), (7924, 'Shooter Adventures', 'Shooter Adventures - It\'s a challenging game where you have to destroy the enemy with limited numbers of missiles', 'https://img.gamemonetize.com/spx3zudkxr9xoo23b133cvlufh1mmqwf/512x384.jpg', 'https://html5.gamemonetize.com/spx3zudkxr9xoo23b133cvlufh1mmqwf/', '0', 'Arcade', 0, 0, '', 'shooter-adventures'), (7925, 'Car Driving In big City 1', 'Looking for an extremely amazing car parking game? FROLICS presents a physics-based Prado parking car game for crazy car driving games lovers. Amazing car parking missions, multiplayer car driving challenges, and new car games smooth controls will double up Prado parking simulator passion. HD graphics, racing cars, and daily achievement rewards will amaze you in offline Prado parking car games 2022. CAR GAMES FEATURES: • Beginner level car parking games missions • Garage full of lavish racing game cars • Time-based hard car parking game missions • Multiplayer car parking challenge to play with friends • Tournaments and championships for advance car parking game fun Driver’s Career in Car Parking Game: o Starter Mode: Start your car parking career with the starter mode of offline car driving games 3d. Enhance your extreme car driving skills in car games and pass an easy car parking mission for mysterious rewards. Starter mode is highly recommended for you if you’re new to offline car parking games 3d. o Advance Mode in Car Driving Simulator: Take your car driving skills at a high level in advance car parking mode. Use different car parking controls and park your car in the car parking plaza. Face different challenging offline car games missions to be the pro driver in multiplayer car parking games. It’s time to level up your car parking skills and rule the parking arcade in free Prado car parking game. o Pro Driver Mode in Car Driver Game: Time to show your legendary car parking and driving skills. Different challenges of this modern car parking mode will test your car driving expertise in the Prado game. In parking simulator driver games, use different camera angles and controls to park car safely. Park your car perfectly and be PRO CAR DRIVER in one of the most popular parking games 2022. o Arcade Mode in Car Parking Simulator: Want to drive freely? Drive your racing car as you want in car parking games. Arcade mode will let you experience the real thrill of Prado car parking games offline. You have to collect fuel packages and mystery boxes while driving in the parking plaza. Collect more fuel packages to keep moving in one of the best car games 2022. Score more points by parking at more places in the modern car driving game. Car Driving School: Want to express your pro-driving skills in the city while driving a racing car in one of best car games? Pass out a car driving school test and get a Prado driving license in this car parking game for free. Multiplayer Car Parking Tournament & Championship: Enjoy Prado car parking challenges from all over the world in one of the most popular car games 2022. Play hard car parking tournaments with highly skilled car drivers. Win different car parking matches and be the champion in the offline Prado driving game. Achievements in Prado Car Game Everyday New Mission! Achieve different goals to enhance your driving career and win exciting rewards. Today’s mission will let you experience the adventure of real parking game missions. Bonus Level & Car Driving Games Time Reward: Enjoy bonus level of offline car driver games and earn extra rewards. Double up your coins by watching ads in car parking simulator game 2022. This free parking simulator car game 3d comes with time rewards features with more exciting rewards. Prado Parking Games 3D Garage: Love racing cars? New car game comes with a large number of racing cars and Prado. Check out the garage and find your favorite racing games car for an extremely hard car parking challenge. Upgrade and decorate your car in car driving school.', 'https://img.gamemonetize.com/jybw0dnt1kduhrmz50bqsqjhqrx2vqna/512x384.jpg', 'https://html5.gamemonetize.com/jybw0dnt1kduhrmz50bqsqjhqrx2vqna/', '0', 'Racing', 0, 0, '', 'car-driving-in-big-city-'), (7926, 'Touch the Ships!', 'touch the ships! and an arcade game set in space', 'https://img.gamemonetize.com/yxo5xmz1esskj96kiy1gptvsom8ams6e/512x384.jpg', 'https://html5.gamemonetize.com/yxo5xmz1esskj96kiy1gptvsom8ams6e/', '0', 'Arcade', 0, 0, '', 'touch-the-ships'), (7927, 'Monster Puzzles Game', 'onster Puzzles is a cute puzzle game with all funny and scary monsters. Here is the season of Halloween where you see lots of similar items like pumpkins, hats. eyeballs, skeletons, spiders, and more scary stuff', 'https://img.gamemonetize.com/v5mqtw536shim7d4szs32vvlta86bwba/512x384.jpg', 'https://html5.gamemonetize.com/v5mqtw536shim7d4szs32vvlta86bwba/', '0', 'Arcade', 0, 0, '', 'monster-puzzles-game'), (7928, 'Valorant Jigsaw Puzzle', 'Zazgames is a place where you can infinitely play assembling online jigsaw puzzles. We hope you are up for another game from the Puzzle category on our website , because we have just added the game called Valorant Jigsaw Puzzle for you all, which, despite being one of the many puzzle games we have added so far into this category, this is the first puzzle game to use this specific format, and image, so it is going to be a brand new experience for all of you, an experience we are sure you will appreciate, as there is no way you aren\'t going to have a lot of fun playing the game. Especially after you learn how to play it from the next lines in the description. you will start by choosing how you want the jigsaw puzzle be : hard medium or easy. After that, the jigsaw puzzle pieces are going to be spread around the game screen randomly. Use the mouse to drag them over the transparent images where they match with the image, until all the pieces are connected, and the image looks just like it did in the beginning. You will have a great time with the game, so start it right now, and we are sure you will not regret it one second!', 'https://img.gamemonetize.com/knc4iiwvrejr94j87pm80v0ty1zcs2ot/512x384.jpg', 'https://html5.gamemonetize.com/knc4iiwvrejr94j87pm80v0ty1zcs2ot/', '0', 'Puzzles', 0, 0, '', 'valorant-jigsaw-puzzle'), (7929, 'Pop It Fidget Now Game', 'Pop It Fidget NOW†is a very fun and relaxing game. To unlock all figures, you must pop all bubbles in each level. Have fun touching all the bubbles, swapping colors and swapping sounds. Relax while having fun!', 'https://img.gamemonetize.com/5w1atmckr65f0ux64d013lpzcmtmqnry/512x384.jpg', 'https://html5.gamemonetize.com/5w1atmckr65f0ux64d013lpzcmtmqnry/', '0', 'Arcade', 0, 0, '', 'pop-it-fidget-now-game'), (7930, 'Nail Salon 3D online', 'Nail Salon 3D online is a nail art game for all ages. There are a variety of nail polishes in the game for you to choose from. Besides, every time you complete a manicure, you will get the rewards, and the reward can unlock more interesting nail art stickers. Let\'s show your skill!', 'https://img.gamemonetize.com/bkwhrxd5mkb09usjfs45k188q83v4mcd/512x384.jpg', 'https://html5.gamemonetize.com/bkwhrxd5mkb09usjfs45k188q83v4mcd/', '0', 'Arcade', 0, 0, '', 'nail-salon-d-online'), (7931, 'High Tower', 'Can you build the tallest tower? Let\'s find out! You have cubes and a ruler at your\\ndisposal, and also advanced physics, which in every way prevents the erection of\\nyour tower. The game is simple, but at the same time will require you to\\nperseverance and caution. In the game you will find:\\n- A nice visual style', 'https://img.gamemonetize.com/rxhv87itoqf7pvs56leoso3j8jmhf9p8/512x384.jpg', 'https://html5.gamemonetize.com/rxhv87itoqf7pvs56leoso3j8jmhf9p8/', '0', 'Arcade', 0, 0, '', 'high-tower'), (7932, 'Animal Circle', 'Animal Circle is a fun and addictive online arcade game. Its simple and fun gameplay will keep you entertained for hours. A new and exclusive Animal Circle online arcade game. This is the only place where you can play this game for free.', 'https://img.gamemonetize.com/1infq6xjvyko01j4gnau7hrlvupchpz7/512x384.jpg', 'https://html5.gamemonetize.com/1infq6xjvyko01j4gnau7hrlvupchpz7/', '0', 'Hypercasual', 0, 0, '', 'animal-circle'), (7933, 'LightItUp', 'Swing, jump, flip and slide your stickman body from one neon color shape to another to make them glow and light-it up. Collect stars as you swing, jump and flip to raise your score, in the funnest of all jumping games. Just when you start to feel like a stickman boss and are loving that color glow, things get complicated (or “sticky,†if you will) as you jump, flip and pass levels. Color shapes start moving, rotating and even exploding, and lethal spikes become a constant threat to your poor little stickman life. If you miss a jump, if your swing’s a dud, if your flip isn’t on point, or if you hit a spike… you fall into oblivion!', 'https://img.gamemonetize.com/2h296jtsy9vmjvin8wygx18z1gel7cjj/512x384.jpg', 'https://html5.gamemonetize.com/2h296jtsy9vmjvin8wygx18z1gel7cjj/', '0', 'Arcade', 0, 0, '', 'lightitup'), (7934, 'Minecraft Puzzles', 'Minecraft Puzzles Game is a free online game from genre of puzzle and jigsaw games. You can select one of the 12 images and then select one of the three modes: easy with 25 pieces, medium with 49 pieces and hard with 100 pieces. Have fun and enjoy!', 'https://img.gamemonetize.com/xptfayp7fiz0jbqsdpuzx73umxznki86/512x384.jpg', 'https://html5.gamemonetize.com/xptfayp7fiz0jbqsdpuzx73umxznki86/', '0', 'Puzzles', 0, 0, '', 'minecraft-puzzles'), (7935, 'Eggs Match3', 'Eggs Match is a match3 puzzle game where you connect 3 or more eggs of the same color to pop them and let the little birds fly. Explore tons of amazing and chellenging levels with cool graphics. Let\'s connect colorful eggs', 'https://img.gamemonetize.com/e4bxzus5yudut7d7tlm76apmlgb7gnx0/512x384.jpg', 'https://html5.gamemonetize.com/e4bxzus5yudut7d7tlm76apmlgb7gnx0/', '0', 'Puzzles', 0, 0, '', 'eggs-match'), (7936, 'Trollhunters Rise of the Titans Jigsaw Puzzle', 'Zazgames is a place where you can infinitely play assembling online jigsaw puzzles. We hope you are up for another game from the Puzzle category on our website , because we have just added the game called Trollhunters Rise of the Titans Jigsaw Puzzle for you all, which, despite being one of the many puzzle games we have added so far into this category, this is the first puzzle game to use this specific format, and image, so it is going to be a brand new experience for all of you, an experience we are sure you will appreciate, as there is no way you aren\'t going to have a lot of fun playing the game. Especially after you learn how to play it from the next lines in the description. you will start by choosing how you want the jigsaw puzzle be : hard medium or easy. After that, the jigsaw puzzle pieces are going to be spread around the game screen randomly. Use the mouse to drag them over the transparent images where they match with the image, until all the pieces are connected, and the image looks just like it did in the beginning. You will have a great time with the game, so start it right now, and we are sure you will not regret it one second!', 'https://img.gamemonetize.com/h4fy3l0h69o4b2bdqvrt5olf4xikkazh/512x384.jpg', 'https://html5.gamemonetize.com/h4fy3l0h69o4b2bdqvrt5olf4xikkazh/', '0', 'Puzzles', 0, 0, '', 'trollhunters-rise-of-the-titans-jigsaw-puzzle'), (7937, 'Poppy Play Time Jigsaw Puzzle', 'Zazgames is a place where you can infinitely play assembling online jigsaw puzzles. We hope you are up for another game from the Puzzle category on our website , because we have just added the game called Poppy Play Time Jigsaw Puzzle for you all, which, despite being one of the many puzzle games we have added so far into this category, this is the first puzzle game to use this specific format, and image, so it is going to be a brand new experience for all of you, an experience we are sure you will appreciate, as there is no way you aren\'t going to have a lot of fun playing the game. Especially after you learn how to play it from the next lines in the description. you will start by choosing how you want the jigsaw puzzle be : hard medium or easy. After that, the jigsaw puzzle pieces are going to be spread around the game screen randomly. Use the mouse to drag them over the transparent images where they match with the image, until all the pieces are connected, and the image looks just like it did in the beginning. You will have a great time with the game, so start it right now, and we are sure you will not regret it one second! Drag and drop!', 'https://img.gamemonetize.com/mxnd5g6yvhp4plj9i5c5hbn2f9g6bhd4/512x384.jpg', 'https://html5.gamemonetize.com/mxnd5g6yvhp4plj9i5c5hbn2f9g6bhd4/', '0', 'Puzzles', 0, 0, '', 'poppy-play-time-jigsaw-puzzle'), (7938, 'Break Time', 'Break Time! It\'s a satirical corporate beat \'em up with a destructible environment! This is the alpha version of our project. Enter the office dungeon, defeat the drones, face the overlord, and demolish the corporate empire!', 'https://img.gamemonetize.com/zdaxsikuc20wbnmjjtadltg6bnqckihk/512x384.jpg', 'https://html5.gamemonetize.com/zdaxsikuc20wbnmjjtadltg6bnqckihk/', '0', 'Adventure', 0, 0, '', 'break-time'), (7939, 'Penguin Love Puzzle', 'Penguin Love Puzzle classic game in which the player has to touch the tiles and exchange them to make the penguin arrive with his partner avoiding obstacles and traps to solve the puzzle.', 'https://img.gamemonetize.com/yg22orot0dq24y4m4hwimwkuh4pq3qh7/512x384.jpg', 'https://html5.gamemonetize.com/yg22orot0dq24y4m4hwimwkuh4pq3qh7/', '0', 'Puzzles', 0, 0, '', 'penguin-love-puzzle'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (7940, 'ParkingGame', 'Parking Main is a simple free to play, low poly, time based game made purely for entertainment.', 'https://img.gamemonetize.com/84ugepm98n4fjp3mns7tfxktzqcvgy84/512x384.jpg', 'https://html5.gamemonetize.com/84ugepm98n4fjp3mns7tfxktzqcvgy84/', '0', 'Adventure', 0, 0, '', 'parkinggame'), (7941, 'Fruita Connect', 'Welcome to Fruita Connect Puzzle Game. Tap on two similar fruit tiles to clear them from the board and complete your level. Explore tons of amazing and challenging levels with stunning fruits. Let\'s connect fruits.', 'https://img.gamemonetize.com/zh5u3hmrsnldrj01ut1hapay25xqnbb4/512x384.jpg', 'https://html5.gamemonetize.com/zh5u3hmrsnldrj01ut1hapay25xqnbb4/', '0', 'Puzzles', 0, 0, '', 'fruita-connect'), (7942, 'Kill The King', 'The most important and most omnipotent has always been the king, everything was allowed to him, according to his decision they could execute and get rich, he lived for his own pleasure, but not many people know that being a monarch was also dangerous. How many people claimed the throne, and not all of them were strangers to the royal family, there were even such sisters and brothers who wanted to get the throne at any cost and killing the king was only in their favor. Unfortunately, you can’t get away from this, and if you are ready to take on the heavy burden of a royal person or one of the Royal Assassins, nothing is stopping you, press start and go!', 'https://img.gamemonetize.com/th53fdzqzvzoq9bn1caf6uynwf82gx5u/512x384.jpg', 'https://html5.gamemonetize.com/th53fdzqzvzoq9bn1caf6uynwf82gx5u/', '0', 'Clicker', 0, 0, '', 'kill-the-king'), (7943, 'Jump Into Wow', 'Help the character get to the highest point in order to catch the villain who has stolen an important thing. Beware of falls from a height, as the test will end ahead of time and fail to complete the main goal.', 'https://img.gamemonetize.com/kuvxeoiruc1t7r4r7mddbpnwcwl7yi1t/512x384.jpg', 'https://html5.gamemonetize.com/kuvxeoiruc1t7r4r7mddbpnwcwl7yi1t/', '0', 'Adventure', 0, 0, '', 'jump-into-wow'), (7944, 'Bossy Toss', 'Have you accumulated a lot of resentment against your boss, but you can\'t complain to him because you don\'t want more problems? It\'s time to let off steam and get rid of the accumulated negativity. You can do this with a game that allows you to throw various objects at the virtual boss.', 'https://img.gamemonetize.com/8y6hy3bisvzeailejwx46zeqt7ptve1q/512x384.jpg', 'https://html5.gamemonetize.com/8y6hy3bisvzeailejwx46zeqt7ptve1q/', '0', 'Shooting', 0, 0, '', 'bossy-toss'), (7945, 'NartG Draw', 'Draw and Guess - Multiplayer is one of the best competitive multiplayer games. This game is about drawing and guessing the word online with your friends and family. The fun starts when you connect with thousands of people around the world and start playing with them. The purpose of the Draw and Guess multiplayer game is that one player needs to draw the word and the other players must guess the word.', 'https://img.gamemonetize.com/zqyvd38kutnid70fpqmcgs1pwi634fkd/512x384.jpg', 'https://html5.gamemonetize.com/zqyvd38kutnid70fpqmcgs1pwi634fkd/', '0', 'Puzzles', 0, 0, '', 'nartg-draw'), (7946, 'Barbie Puzzles', 'Barbie Puzzles Game is a free online game from genre of puzzle and jigsaw games. You can select one of the 12 images and then select one of the three modes: easy with 25 pieces, medium with 49 pieces and hard with 100 pieces. Have fun and enjoy!', 'https://img.gamemonetize.com/7pk3jsi74zryzo3qipiv16vs1kr5ssz2/512x384.jpg', 'https://html5.gamemonetize.com/7pk3jsi74zryzo3qipiv16vs1kr5ssz2/', '0', 'Puzzles', 0, 0, '', 'barbie-puzzles'), (7947, 'City Bus Simulator Bus Driving Game Bus Racing Gam', 'Bus Games - Coach Bus Simulator 2021, Free Games is an interesting, exciting, and addictive tourist transportation bus driving game that will offer you the chance to become a real bus driver. City and highway bus simulator provides realistic maps, incredible vehicles, and high-quality graphics of real bus simulator that will make you feel like driving a real bus. Get ready to be a public transporter bus driver many passengers will be waiting for you at bus stations and you have to carry them to their destinations in public transport bus simulator. Bus Games - Coach Bus Simulator 2021, Free Games are bus simulation games, so enjoy the amazing attractive environment. Heavy coach bus simulator has challenging missions, so improve your driving skills and make sure to get your passengers on time. Features of Bus Games - Coach Bus Simulator 2021, Free Games: Stunning 3D graphics Smooth and realistic bus controls Realistic Bus sound effects Multiple options to control the coach city bus like tilt, buttons, or steering wheel A wonderful collection of buses Detailed interiors Realistic traffic rules Multiple camera views Absolutely free to download and enjoy the coach city bus simulator game.', 'https://img.gamemonetize.com/xgyoqd7mcfhwbqr9nc5ownhjwb8moej9/512x384.jpg', 'https://html5.gamemonetize.com/xgyoqd7mcfhwbqr9nc5ownhjwb8moej9/', '0', 'Racing', 0, 0, '', 'city-bus-simulator-bus-driving-game-bus-racing-gam'), (7948, 'Stack Huggy Wuggy Ball', 'The most addictive stack fall game with optimized performance for all devices! Stack Huggy Wuggy and Long ley Mommy and Baby in Yellow is a super fun and addictive one touch casual game. Press and hold on the screen and let the Huggy Wuggy go down without touching the obstacles! Hold as long as possible to make combo and break the black blocks. Let the ball fall down from the stacks. Stack Huggy Wuggy is a 3d arcade game where players smash, bump and bounce through revolving platforms to reach the end. Stack Blast Huggy Wuggy is a Brand New Stack Huggy Wuggy Game, 3D Huggy Wuggy Arcade game with more than 300 plus Levels, Stack Huggy Wuggy 3D Game where players smash, bump and bounce through revolving platforms to reach the end. Feature - One tap and easy control. - 300+ exciting levels. - Nice graphics and animation. - Addictive gameplay. - Great time killer game.', 'https://img.gamemonetize.com/xtvq3u8fzzlmwmgac4pl6lv5swucdwew/512x384.jpg', 'https://html5.gamemonetize.com/xtvq3u8fzzlmwmgac4pl6lv5swucdwew/', '0', 'Hypercasual', 0, 0, '', 'stack-huggy-wuggy-ball'), (7949, 'Roo Bot 2', 'Roo Bot 2 is a 2D Sci-fi themed platformer where you have to collect all of the red energy drinks while avoiding the various enemy robots, flying bots, saws and spikes in order to reach the Exit door to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original Roo Bot series.', 'https://img.gamemonetize.com/fdtsrutykltg0lye5nn5ffko8rwf2oik/512x384.jpg', 'https://html5.gamemonetize.com/fdtsrutykltg0lye5nn5ffko8rwf2oik/', '0', 'Arcade', 0, 0, '', 'roo-bot-'), (7950, 'Super Highway Traffic Racing 3d 2022', 'Challenging highway car racing game endless car driving racing game additive hd graphics Super new highway traffic car racing real 3d car driving racing game 2022 Enjoy and show highway car racing skills traffic extreme driving racer become best car driver Highway traffic car racing 3d driving racer game legends cars on highway racing tracks. traffic highway racing highway racer brings free offline car driving games with crazy high super speed cars in asphalt highway racing tournament with multiple super sports racing cars. Drive car racing tournaments with luxury awesome cars in new highway racer game high super speed car driving game. Highway traffic car racer game brings rally racer 3d extreme car racing offline games only for you so play car offline games and become a crazy modern driver car pro super driver in smart racing citie', 'https://img.gamemonetize.com/dxj19ntyqquctaii1u1u1k5dbtc4ju1f/512x384.jpg', 'https://html5.gamemonetize.com/dxj19ntyqquctaii1u1u1k5dbtc4ju1f/', '0', 'Racing', 0, 0, '', 'super-highway-traffic-racing-d-'), (7951, 'Free Kick', 'Select your team and try to score as many goals as you can. Try to be the best facing obstacles, barriers and other challenges in each level.', 'https://img.gamemonetize.com/ex6hpdacxmxxult8ljumakb54vpn0z25/512x384.jpg', 'https://html5.gamemonetize.com/ex6hpdacxmxxult8ljumakb54vpn0z25/', '0', 'Sports', 0, 0, '', 'free-kick'), (7952, 'Greedy Snake', 'A puzzle casual game, you can control the apple snake by operating up, down, left and right. Eating apples will increase your body. Players need to use the apples, stones and other items in the picture flexibly to help the apple snake pass the level and test the player\'s thinking ability, is a puzzle game for all ages!', 'https://img.gamemonetize.com/3444z675x56niq3ouvtec8m59pv9un2j/512x384.jpg', 'https://html5.gamemonetize.com/3444z675x56niq3ouvtec8m59pv9un2j/', '0', 'Puzzles', 0, 0, '', 'greedy-snake'), (7953, 'Evil Granny Must Die Ch1', 'Evil Granny has knocked you down! You know where she lives, and now you can\'t leave the house. She throw you in her Bunker. You must find 8 books if you want to leave this place alive! Good Luck!', 'https://img.gamemonetize.com/yponinqihtbd9g8dglr27yj264o6nidq/512x384.jpg', 'https://html5.gamemonetize.com/yponinqihtbd9g8dglr27yj264o6nidq/', '0', 'Shooting', 0, 0, '', 'evil-granny-must-die-ch'), (7954, 'Grab Pack Playtime Game', 'Grab Pack Playtime is a funny educational online game with the background of grabbing props. You will play a superhero in the game, explore a toy factory full of monsters, and collect various items in the toy factory with the help of two extra-long arms. Facing every challenge in the game, you have to come up with a different way. You have to fully display your wisdom and avoid it flexibly. Have a try!', 'https://img.gamemonetize.com/ucpv9md1lg9s6gnldkv2mhzq68ax7xfq/512x384.jpg', 'https://html5.gamemonetize.com/ucpv9md1lg9s6gnldkv2mhzq68ax7xfq/', '0', 'Boys', 0, 0, '', 'grab-pack-playtime-game'), (7955, 'Hippo Toy Doctor Sim', 'Hippo is a child\'s doctor today, but not the usual! She opened her hospital to treat her friend\'s dolls and different toys. Our hospital heals all broken dolls because the main expert is the most experienced doctor in the world, Veterinary Hippo! If you don\'t have the slightest idea of what veterinary clinic, doll or ambulance hospital, then you must play all these fun games. Hours of fun, exciting kids stories and, of course, all kinds of fun kids games are waiting for you.', 'https://img.gamemonetize.com/wqg6lte8qw1vmhap4silpd17f8mmxfb2/512x384.jpg', 'https://html5.gamemonetize.com/wqg6lte8qw1vmhap4silpd17f8mmxfb2/', '0', 'Girls', 0, 0, '', 'hippo-toy-doctor-sim'), (7956, 'Unicorn Ice Cream Cone Maker', 'Many children like to buy ice cream when they go to the amusement park! Although there is no ice cream truck in the amusement park, there are 3 cute food stalls with different styles that are ready to make, decorate and sell delicious food for the children\'s Ice cream. What are you waiting for? Come and show your food-making talent in the game!', 'https://img.gamemonetize.com/dkj9xmvc8e2wmf9vilsnxj9vdydrmpaz/512x384.jpg', 'https://html5.gamemonetize.com/dkj9xmvc8e2wmf9vilsnxj9vdydrmpaz/', '0', 'Girls', 0, 0, '', 'unicorn-ice-cream-cone-maker'), (7957, 'Superstar Makeup Party', 'Superstar Makeup Party is a very fashionable game. In this game, you are an experienced stylist, and three superstars ask you to help them dress for a party tonight. They have different skin tones and hair styles. Each one is very beautiful. Choose one of your favorite superstars to dress up. In this game, you can paint your superstars a wide variety of delicate blusher, eyebrows, eyeshadow, lipstick, eyeliner and more. You can also give her a variety of color contacts. Her hair style is also free to change. Choose your favorite hairstyle and paint it with glitter. Finally, choose the right accessories for her. I believe that after you dress up, your superstar will stand out at the party.', 'https://img.gamemonetize.com/38f7a2gfghb6pkpph7qhdkrb5vherj2p/512x384.jpg', 'https://html5.gamemonetize.com/38f7a2gfghb6pkpph7qhdkrb5vherj2p/', '0', 'Girls', 0, 0, '', 'superstar-makeup-party'), (7958, 'Princess Makeup', 'Princess Makeup is a very cute make up game. There are 3 princesses who need your help to attend a party. Each of them has many problems. Come and help them get into shape and look good for the party. One princess needs a face spa, one princess needs a haircut and one princess needs to get her nails done. After you solve their problems, give them nice makeup and dress them up with fashionable outfits and accessories. Want to know more about this game? Come and enjoy it!', 'https://img.gamemonetize.com/ws8suw47yd7h0rq9u7slt1m6cmlikrqw/512x384.jpg', 'https://html5.gamemonetize.com/ws8suw47yd7h0rq9u7slt1m6cmlikrqw/', '0', 'Girls', 0, 0, '', 'princess-makeup'), (7959, 'Crazy Car Transport Truck Game Car Transport Trans', 'Welcome to the new crazy car - transporter truck game which is the best army vehicle transporter game of 2021. This crazy car transporter - truck game will give you full of fun US euro truck driving games with heavy vehicle trailer loaded from luxury sports cars. Show all you ultimate driving skills in this crazy car transport games 2021 as you have to carry modern cars and bikes from one city to another rich city. Crazy car transportation and truck games will allow you to drive modern cars and luxury bikes in big city. As an extreme car transporter truck start your careers by driving cargo trailer truck transporter. Luxury cars and bikes are waiting for you in multi story car parking zone, drive modern cars, bikes and load it in the us army heavy vehicle transporter truck. After loading the luxury cars an bikes into cargo trailer trucks then you will have to drive the crazy car transporter truck from city to an off road. Unload those modern cars & bikes from heavy truck and enjoy ultimate truck driving and luxury cars. Crazy car - transporter truck driving simulator game 2021 is not about transportation missions as vehicle transporter games will check your skills of car parking games. Along with luxury car driving simulator and bikes parking missions you have to complete car parking mission in multi story car parking zone. Do you like new crazy car & bike truck transporter games 2021 ? Are you looking for full of fun and challenging crazy car truck driving simulator game ? Then you are in the right place, this crazy car - transporter truck simulator - carrier truck game 2021 is the best truck driving game for you, where you will transport many luxury bikes and modern vehicles. If you like Off road army truck driving simulator games then this heavy truck cargo duty bike driving game will give you fun of off road jeep driving simulator games 2021. Show all your car driving skills in this bike transport truck free game to become an off road truck driver 2021. You must be an expert in parking trucks, cars , an bikes to deliver transport truck to the right location. Crazy Car transport trailer truck games 2021 is new free truck simulation game with challenging crazy car transportation mission. If you like bike transport games and heavy truck driving game then this crazy car - transporter truck simulator game is the best option for you. Become a euro truck driver master car parking school and load your car carrier truck with classic cars. Play the exciting euro truck transporter games and car shipping bike transporting with heavy duty car transporter trailer truck 2021. Start the level and understand the objective of crazy car - transport truck simulator off road truck games. Hold the steering and drive big trailer trucks in off road tracks to load the bikes , cars, sports cars on cargo transport. Interesting interface of such ultimate truck driving games and smooth gameplay will make the player addictive driver of this crazy car - transporter truck simulator. This action packed crazy car transport truck game is thrilling creation for truck driving games lover. Features: Vehicle transport truck game is an offline games! Real life truck driving simulation! Multi army vehicle car transportation mission! New car parking truck missions in this truck games! Transport modern cars in cargo truck trailer Off-road truck driving adventure! Cars and Bikes transportation Game! Multiple smooth controls i.e Button, Tilt and Steering! Eye catching user interface! Download free truck game "Crazy Car - Transporter Truck an Truck driving Games 2021â€. We’d appreciate to hear your suggestions and comments. Please don’t forget to rate us.', 'https://img.gamemonetize.com/aokx99x8tix0w51ym174pr9m63n5j4zr/512x384.jpg', 'https://html5.gamemonetize.com/aokx99x8tix0w51ym174pr9m63n5j4zr/', '0', 'Arcade', 0, 0, '', 'crazy-car-transport-truck-game-car-transport-trans'), (7960, 'Transform Car Battle', 'Here is a normal platform-running arcade game that is made from 3D transformer vehicles. If you want to defeat the boss and complete the current level, you need to collect as many power sources as you can while dodging the obstacle vehicles on the track. Glad you will like another five skins and their transform states!', 'https://img.gamemonetize.com/wl3kz0obui5usk6zliv4sh27svc3evr4/512x384.jpg', 'https://html5.gamemonetize.com/wl3kz0obui5usk6zliv4sh27svc3evr4/', '0', 'Arcade', 0, 0, '', 'transform-car-battle'), (7961, 'Amog Us Imposter Run 3D', 'Amog Us: Imposter Run 3D is a parkour speedrun challenge game! Speedrun all the minecraft blocks and complete the parkour as fast as possible. Noob vs pro, who will win the race?', 'https://img.gamemonetize.com/36m1y5xv7j7zofepel2c29t4yzno89xc/512x384.jpg', 'https://html5.gamemonetize.com/36m1y5xv7j7zofepel2c29t4yzno89xc/', '0', 'Adventure', 0, 0, '', 'amog-us-imposter-run-d'), (7962, 'Minicraft Imposter War', 'Minicraft: Imposter War is a 2D pixel-art 2-player zombie game. Your mission is to kill all imposters and become the survivor with your friend. Fight against zombies with your friend, earn gold, power up your weapon, and protect your house!', 'https://img.gamemonetize.com/jzc1121aizqha1ukkc8flbx1dqsql9su/512x384.jpg', 'https://html5.gamemonetize.com/jzc1121aizqha1ukkc8flbx1dqsql9su/', '0', 'Action', 0, 0, '', 'minicraft-imposter-war'), (7963, 'Boom Push Game', 'Boom Push is an addictive casual puzzle game. The game is simple to play, gather your opponents to push bombs with you and your task is to destroy each other\'s castles. Gather as many people as you can and if your opponent outnumbers you, then the bombs will blow up your castle. There are three chances in each level, if you have priority over your opponent and put three bombs into each other\'s castle, then you will succeed. Come and join in and have fun!', 'https://img.gamemonetize.com/rh0wlm3rip0k7i8abk2nk725trlqxnlb/512x384.jpg', 'https://html5.gamemonetize.com/rh0wlm3rip0k7i8abk2nk725trlqxnlb/', '0', 'Arcade', 0, 0, '', 'boom-push-game'), (7964, 'Money Gun Rush', 'Money Gun Rush is a shooting game that is free for everyone. Slide the screen to control the gun to shoot. Shoot the things can collect the coins to unlock the more various guns. Be careful to the door with minus signs to prevent the failure. Challenge it now!', 'https://img.gamemonetize.com/0wjwmk4e5iuyblfr9ycaqnkaqkhpe8n9/512x384.jpg', 'https://html5.gamemonetize.com/0wjwmk4e5iuyblfr9ycaqnkaqkhpe8n9/', '0', 'Puzzles', 0, 0, '', 'money-gun-rush'), (7965, 'Puff Up', 'Puff Up is a popular game recently. Just hold the screen and go down to inflate balloons. Let go and let the balloon hit the obstacle when the number on the balloon is bigger than the obstacle. But you must seize the opportunity, time is limited, otherwise you will fail. Try it now!', 'https://img.gamemonetize.com/d89xoa5vwjfi6eahslogws3serm4e2y7/512x384.jpg', 'https://html5.gamemonetize.com/d89xoa5vwjfi6eahslogws3serm4e2y7/', '0', 'Puzzles', 0, 0, '', 'puff-up'), (7966, 'Monster High Wedding', 'Monster high cartoon hero Clawdeen Wolf is getting married. Which is the most elegant wedding dress? Let\'s help her in this selection and dress her up', 'https://img.gamemonetize.com/p1wm3plveneh0lttrp39ofrfcrvwzg57/512x384.jpg', 'https://html5.gamemonetize.com/p1wm3plveneh0lttrp39ofrfcrvwzg57/', '0', 'Girls', 0, 0, '', 'monster-high-wedding'), (7967, 'Island Escape 3', 'Island Escape 3 is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to an Island; there you got trapped inside the Island. Here are the interesting puzzles and hidden objects to find and get escape from the Island. Good luck… Have fun!', 'https://img.gamemonetize.com/2pttl7d7v1q6td33io4klj4yeoulwyon/512x384.jpg', 'https://html5.gamemonetize.com/2pttl7d7v1q6td33io4klj4yeoulwyon/', '0', 'Puzzles', 0, 0, '', 'island-escape-'), (7968, 'Sweet Home Cleaning ', 'Welcome to Sweet Home Cleanup The Princess House Cleanup Girls Game.', 'https://img.gamemonetize.com/5slebx5io7f6xf3zxuz34dvsb3l5raat/512x384.jpg', 'https://html5.gamemonetize.com/5slebx5io7f6xf3zxuz34dvsb3l5raat/', '0', 'Adventure', 0, 0, '', 'sweet-home-cleaning-'), (7969, 'Sonic Racing Jigsaw', 'Play this fun game called Sonic Racing Jigsaw. Drag the pieces into right position using mouse. Solving puzzles is relaxing, rewarding, and keeps your brain sharp. You must solve the first picture and win over $1,000 in order to be able to purchase one of the following pictures. You have three modes for each picture from which the hardest mode brings more money. You have a total of 10 pictures.', 'https://img.gamemonetize.com/nblacia7rgw0fvft9xsahpadugusgocd/512x384.jpg', 'https://html5.gamemonetize.com/nblacia7rgw0fvft9xsahpadugusgocd/', '0', 'Puzzles', 0, 0, '', 'sonic-racing-jigsaw'), (7970, 'Princess Salon Frozen Party Princess ', 'This just happened to Aria, and she was taken to the Middle Ages from the 21st century by a mysterious force. After a bit uncertainty at first,', 'https://img.gamemonetize.com/5852m7irgax3vwjbo1zslbd9bkqijmpa/512x384.jpg', 'https://html5.gamemonetize.com/5852m7irgax3vwjbo1zslbd9bkqijmpa/', '0', 'Adventure', 0, 0, '', 'princess-salon-frozen-party-princess-'), (7971, 'Noob Run', 'Noob Run is an exciting endless runner game tailored-made for mobile devices. Tap to jump or turn, and double tap to perform the cool acrobatic leap. Avoid the deadly traps and obstacles, and don’t get caught by the giant fire ball chasing behind!', 'https://img.gamemonetize.com/84p6ey4xo5z81eo6o4qolyzethvajjol/512x384.jpg', 'https://html5.gamemonetize.com/84p6ey4xo5z81eo6o4qolyzethvajjol/', '0', 'Arcade', 0, 0, '', 'noob-run'), (7972, 'Crazy Cars Parking 2 ', 'ar Parking Game & Driving Game. In this amazing 3d car parking game.', 'https://img.gamemonetize.com/oxhj4ce1fm4yoj7gocse7tl4pejf90eb/512x384.jpg', 'https://html5.gamemonetize.com/oxhj4ce1fm4yoj7gocse7tl4pejf90eb/', '0', 'Arcade', 0, 0, '', 'crazy-cars-parking--'), (7973, 'Bratz Winter Dress up', 'Bratz girl Cloe went to the Swiss Alps for a winter holiday. She loves skiing. Cloe bought very stylish ski clothes. Let\'s dress up', 'https://img.gamemonetize.com/w7xzim40o8eze2eit4zm29msa1tnkqzu/512x384.jpg', 'https://html5.gamemonetize.com/w7xzim40o8eze2eit4zm29msa1tnkqzu/', '0', 'Girls', 0, 0, '', 'bratz-winter-dress-up'), (7974, 'Super Car Simulator Car Game', 'Are you ready to drive Super Car in city? Drive the powerful Super Cars like Bugati, Lambo and GTR etc in amazing city with ultra HD graphics. This new car games 2020 offers a real car driving feel on asphalt roads and busy traffic roads. Enjoy the powerful car racing on city roads and completes various missions to unlock new challenger modifications. This top car games “Super Car Simulator 2020: City Car Game †combines realism and fun driving physics to create the best car driving simulator on mobile with its advanced car driving physics engine. The game has many challenging routes and extreme mission to enjoy. This is not just another simple car driver simulator game, this is the best crazy car driving games which meets your racing goals!', 'https://img.gamemonetize.com/ejdi1lvqhi7krjx4j6k3narpeckntxl0/512x384.jpg', 'https://html5.gamemonetize.com/ejdi1lvqhi7krjx4j6k3narpeckntxl0/', '0', 'Arcade', 0, 0, '', 'super-car-simulator--car-game'), (7975, 'Impossibles Cars Stunts', 'Perform the extreme car driving drifts and insane acrobatic mid-air flips on the impossible track 3D and rush like a real car drifter.', 'https://img.gamemonetize.com/41qy7w6rxk3k3955b5x3h4yhpd72me09/512x384.jpg', 'https://html5.gamemonetize.com/41qy7w6rxk3k3955b5x3h4yhpd72me09/', '0', 'Hypercasual', 0, 0, '', 'impossibles-cars-stunts'), (7976, 'Avoid Waterdrops', 'Avoid Waterdrops is an arcade kids game where you need to control flipped umbrella to avoid water drops. But the clouds are in the sky, and it seems that will be rain. Avoid water drops and earn points. Move on the left or on the right side. As the game is in progress the rain will be harder and faster. You can be hit three times for drops before the game is over.', 'https://img.gamemonetize.com/5sgdekc4bd59mxj00pw9ya5kgqg1n5xj/512x384.jpg', 'https://html5.gamemonetize.com/5sgdekc4bd59mxj00pw9ya5kgqg1n5xj/', '0', 'Puzzles', 0, 0, '', 'avoid-waterdrops'), (7977, 'Candy Saga', 'Candy Saga Enjoy the adventure in the garden to escape from this magic adventure. Immerse yourself in an exciting match 3 game with many levels and excellent graphics. Help the little dog to solve all the match 3 puzzles and escape from the magic island using your skills, and amazing power-ups to complete the levels.', 'https://img.gamemonetize.com/c53j27nksj1up8s29ac10k177r1e0zgm/512x384.jpg', 'https://html5.gamemonetize.com/c53j27nksj1up8s29ac10k177r1e0zgm/', '0', 'Puzzles', 0, 0, '', 'candy-saga'), (7978, 'Huggy Puzzle 3', 'Complete 3 different levels, easy, medium and hard can be played on phone and computer good luck!', 'https://img.gamemonetize.com/nduz2a1flc3cv3bv9y20srb6yvwj5p7s/512x384.jpg', 'https://html5.gamemonetize.com/nduz2a1flc3cv3bv9y20srb6yvwj5p7s/', '0', 'Puzzles', 0, 0, '', 'huggy-puzzle-'), (7979, 'Ä°mpostor Alien', 'Finish 5 episodes with the impostor alien Don\'t run into obstacles and collect diamonds', 'https://img.gamemonetize.com/6d7g5qs9r1gdxd587muami26j36sm664/512x384.jpg', 'https://html5.gamemonetize.com/6d7g5qs9r1gdxd587muami26j36sm664/', '0', 'Arcade', 0, 0, '', 'mpostor-alien'), (7980, 'Sweet Bratz Dressup', 'Bratz Yasmin is a very beautiful fashion girl. She loves to dress fancy. He also paints and loves listening to music. She tries on very cute outfits for fashion shoots. Let\'s dress up.', 'https://img.gamemonetize.com/2uimt786evs6ucshrxo1ftx43lnazqju/512x384.jpg', 'https://html5.gamemonetize.com/2uimt786evs6ucshrxo1ftx43lnazqju/', '0', 'Girls', 0, 0, '', 'sweet-bratz-dressup'), (7981, 'Bus Parkiing 3D', 'Bus Parkiing 3D is a realistic Bus Driving game and Bus Simulator having a 3D gameplay. With each passing level come more difficulty and require much more of your expertise to reach the next level. This game will also test your driving expertise as a bus driver as is not as easy as a car and parking the bus is even more critical.', 'https://img.gamemonetize.com/dea11moxi7ehqjrllo52hstn3yq1imiw/512x384.jpg', 'https://html5.gamemonetize.com/dea11moxi7ehqjrllo52hstn3yq1imiw/', '0', 'Hypercasual', 0, 0, '', 'bus-parkiing-d'), (7982, 'Tower Boom ', 'Tower Boom is a puzzle physics-based demolition game, your mission is to destroy all towers by placing dynamites.', 'https://img.gamemonetize.com/x9wvaejtqx3jql8t81vf2wfdpy0q49s0/512x384.jpg', 'https://html5.gamemonetize.com/x9wvaejtqx3jql8t81vf2wfdpy0q49s0/', '0', 'Puzzles', 0, 0, '', 'tower-boom-'), (7983, 'Cute Penguen', 'Finish the 5-episode parkour with this cute penguin! Don\'t hit the obstacles and collect all the diamonds while passing the levels', 'https://img.gamemonetize.com/5r2q7i51mw30zw6p8xm3r1hdvuouthxt/512x384.jpg', 'https://html5.gamemonetize.com/5r2q7i51mw30zw6p8xm3r1hdvuouthxt/', '0', 'Arcade', 0, 0, '', 'cute-penguen'), (7984, 'Superman Dress up', 'Superman is the most popular American superhero. His real name is Clark Kent. His parents on the planet Krypton sent him to Earth in a rocket as a baby when the planet was destroyed. He\'s a huge hero now and he\'s fighting villains. Let\'s dress him in new hero costumes.', 'https://img.gamemonetize.com/i5nzbprj3n5bp6y7yv39jg3kt4ldmcv1/512x384.jpg', 'https://html5.gamemonetize.com/i5nzbprj3n5bp6y7yv39jg3kt4ldmcv1/', '0', 'Girls', 0, 0, '', 'superman-dress-up'), (7985, 'Poppy Playtime Huggy Mobile', 'There has not been such a game for a long time, and now we have finally waited. The original name of this cool game is Poppy Playtime. According to the plot, your main character gets to an abandoned factory, and the main actions begin there. It will be important for you to find out why the factory was abandoned at the time, because surely this is not an accident? The antagonist of this game is Hagi Vagi, a stuffed toy that, apparently, has come to life, and you will need to do everything not to fall for it.', 'https://img.gamemonetize.com/wwvx1cg8oged8qr5x5z0n2m5qkdvwkpq/512x384.jpg', 'https://html5.gamemonetize.com/wwvx1cg8oged8qr5x5z0n2m5qkdvwkpq/', '0', 'Arcade', 0, 0, '', 'poppy-playtime-huggy-mobile'), (7986, 'The Bad Guys Card Match', 'The Bad Guys is a 2022 American computer-animated heist comedy film[6][7][8] loosely based on the children\'s book series of the same name by Aaron Blabey, produced by DreamWorks Animation Studios and distributed by Universal Pictures. The film was directed by Pierre Perifel (in his feature directorial debut), written by Etan Cohen, and stars the voices of Sam Rockwell, Marc Maron, Awkwafina, Craig Robinson, Anthony Ramos, Richard Ayoade, Zazie Beetz, Alex Borstein, and Lilly Singh. It tells the story of a criminal group of anthropomorphic animals who, upon being caught, pretend to attempt to reform themselves as model citizens, only for their leader to find himself genuinely drawn to changing his ways as a new villain has his own plans.', 'https://img.gamemonetize.com/on228pojvudrjwc3oxyi18spu0q7y04b/512x384.jpg', 'https://html5.gamemonetize.com/on228pojvudrjwc3oxyi18spu0q7y04b/', '0', 'Puzzles', 0, 0, '', 'the-bad-guys-card-match'), (7987, 'Jungle Animal Summer Makeover Game', 'Travel to the tropics and say hello to leopards, elephants, zebras. Every jungle animal has its own unique styling and spa favorite, but they all need summer fashion tips. Leopard wanted to achieve a cute look with new makeup and chic outfits. Elephants love spa baths on the beach and want to get dressed up for a great holiday on the beach. Zebra can\'t wait to try new hairstyles and cool outfits. Grab your hair styling tools, hit the beach and play!', 'https://img.gamemonetize.com/qe2bbllahweu0fhc1cu8mc3ngorgeu5l/512x384.jpg', 'https://html5.gamemonetize.com/qe2bbllahweu0fhc1cu8mc3ngorgeu5l/', '0', 'Arcade', 0, 0, '', 'jungle-animal-summer-makeover-game'), (7988, 'Catch The Cactus', 'use Mouse To move the chest and cutch candy.', 'https://img.gamemonetize.com/jxr9x2k48y0fd4888uphl6t8p1r02t84/512x384.jpg', 'https://html5.gamemonetize.com/jxr9x2k48y0fd4888uphl6t8p1r02t84/', '0', 'Puzzles', 0, 0, '', 'catch-the-cactus'), (7989, 'FLAPPY BIRD UNIVERSE', 'To play the game just touch the screen buttons if you use a mobile device or right click if you are using PC', 'https://img.gamemonetize.com/k60k5y62whfr9q2mrfnhgwaplj73hzhh/512x384.jpg', 'https://html5.gamemonetize.com/k60k5y62whfr9q2mrfnhgwaplj73hzhh/', '0', 'Clicker', 0, 0, '', 'flappy-bird-universe'), (7990, 'DESERT RISE', 'Are you good enough to get a high score.', 'https://img.gamemonetize.com/k3nvstbqdfjrlqcksuda8v4u4qvxfs3a/512x384.jpg', 'https://html5.gamemonetize.com/k3nvstbqdfjrlqcksuda8v4u4qvxfs3a/', '0', 'Hypercasual', 0, 0, '', 'desert-rise'), (7991, 'Noob Alien', 'Help this alien who fell to earth from outer space! finish the levels without touching the obstacles and send the alien back to her home!', 'https://img.gamemonetize.com/vypj2o4knfurvjonk2hznplmtram1mof/512x384.jpg', 'https://html5.gamemonetize.com/vypj2o4knfurvjonk2hznplmtram1mof/', '0', 'Arcade', 0, 0, '', 'noob-alien'), (7992, 'Rescue Kingdom Online Game', 'Rescue Kingdom is a fun and exciting platformer game that is sure to keep players entertained for hours on end. With its intuitive controls, stunning graphics, and challenging levels, this game is perfect for anyone looking for a thrilling adventure. In Rescue Kingdom, you play as one of three heroes who are tasked with saving the day from an evil tyrant. The game is full of intense levels full of obstacles and traps that will require quick reflexes and smart strategy to overcome. Plus, there are plenty of collectibles to find along the way, so you\'ll never be too far from your goal.', 'https://img.gamemonetize.com/jszuo356tvwblpr5ily292ogny75mqws/512x384.jpg', 'https://html5.gamemonetize.com/jszuo356tvwblpr5ily292ogny75mqws/', '0', 'Arcade', 0, 0, '', 'rescue-kingdom-online-game'), (7993, 'Roll The Dice', 'Isometric puzzle game where you control a dice and try to place it on tiles, such that the top of the dice matches the tile. Click on the tile to roll the dice to that tile. Use the arrow keys/buttons to look from different sides. At the moment only the core mechanic of the game is implemented and there is room to introduce layered complexity like - Rotating platforms, conveyer belts, portal tiles and so on. Also given the duration of the Gamejam the number of levels are few.', 'https://img.gamemonetize.com/gut32s1lxgpesggpe8bq0c7aclp41jgw/512x384.jpg', 'https://html5.gamemonetize.com/gut32s1lxgpesggpe8bq0c7aclp41jgw/', '0', 'Puzzles', 0, 0, '', 'roll-the-dice'), (7994, 'Galaxy Challenge', 'Galaxy Challenge is a fun and addictive platformer game that will keep you playing for hours. Travel through the galaxy, collecting coins and upgrades to make your journey more fun and exciting. Do you like platformer games? Galaxy Challenge is an online platformer game. Here you can play for free and beat our highs core and compete with players from around the world!', 'https://img.gamemonetize.com/j6kn9tlr1w4ubjft7k1w8jfcq5tyh9if/512x384.jpg', 'https://html5.gamemonetize.com/j6kn9tlr1w4ubjft7k1w8jfcq5tyh9if/', '0', 'Arcade', 0, 0, '', 'galaxy-challenge'), (7995, 'Snow White Princess', 'Snow White was born in her Kingdom as a princess, for she was the daughter of the King and Queen. Snow White is the titular main protagonist of Snow White and the Seven Dwarfs. Let\'s dress up the beautiful princess very stylish', 'https://img.gamemonetize.com/vthyttufj4odkjgfn2onfwyaf6im9l5k/512x384.jpg', 'https://html5.gamemonetize.com/vthyttufj4odkjgfn2onfwyaf6im9l5k/', '0', 'Girls', 0, 0, '', 'snow-white-princess'), (7996, 'Nitro Nation Car Racing Game', 'Race, mod, and tune dozens of real licensed cars! Start a team, invite your friends, win tournaments. Trade car parts with other racers in real time and build your dream car for both Drag and Drift races! Meet the drift - The most advanced Drift mode comes to drag racing world! Cutting edge technology recreates the most precise and lifelike drift experience ever! New Suspension Upgrades to adjust your car specifically for drift.', 'https://img.gamemonetize.com/jmpgozd6ylbukwk11p00dqfx663cfta2/512x384.jpg', 'https://html5.gamemonetize.com/jmpgozd6ylbukwk11p00dqfx663cfta2/', '0', 'Hypercasual', 0, 0, '', 'nitro-nation-car-racing-game'), (7997, 'DIG THIS BALL ROLLER GAME', 'Just dig with your fingers — and guide the ball to the cup. It\'s easy, yet challenging. There is often a trick to solve the levels, sometimes you need take advantage of the objects\' speed, sometimes you need to make objects collide, but often it is enough to use your intuitive thinking.', 'https://img.gamemonetize.com/t8r9lkwunslqgj7syzjwhe7wtat5qt3e/512x384.jpg', 'https://html5.gamemonetize.com/t8r9lkwunslqgj7syzjwhe7wtat5qt3e/', '0', 'Hypercasual', 0, 0, '', 'dig-this-ball-roller-game'), (7998, 'Noob Chef', 'You have to finish 5 levels with food master yellow chef! Complete the levels without getting hit by obstacles!', 'https://img.gamemonetize.com/mvr25cmf159g5c5aqqhgooq5cy1jl3oz/512x384.jpg', 'https://html5.gamemonetize.com/mvr25cmf159g5c5aqqhgooq5cy1jl3oz/', '0', 'Arcade', 0, 0, '', 'noob-chef'), (7999, 'Rebel Racing Car', 'There’s a thin line between fast and first… Join America’s most exclusive road racing event, and take on the world’s elite drivers in high-octane, wheel-to-wheel action! With realistic driving physics, speedfreak add-ons and turbos, epic overtakes and stunning West Coast locations, Rebel Racing brings a breath of fresh air to the mobile racing category.', 'https://img.gamemonetize.com/ww6wa2y5n2cuuxpf1ttbq18shtzynilm/512x384.jpg', 'https://html5.gamemonetize.com/ww6wa2y5n2cuuxpf1ttbq18shtzynilm/', '0', 'Arcade', 0, 0, '', 'rebel-racing-car'), (8000, 'Ice Age Sid Dressup', 'Sid is one of the main characters of the ice age cartoon.Sid (also known as Lord of the Flame or Fire King; complete name Sidney) is a ground sloth who appears in all Ice Age movies and is the deuteragonist. Let\'s dress up this cute mischief', 'https://img.gamemonetize.com/c71ovzp620e28tjxbprvfhkvownor6k1/512x384.jpg', 'https://html5.gamemonetize.com/c71ovzp620e28tjxbprvfhkvownor6k1/', '0', 'Girls', 0, 0, '', 'ice-age-sid-dressup'), (8001, 'Sky Car Online Free', 'You are into new car games 2022 where you can enjoy Mega Ramps Ultimate races.', 'https://img.gamemonetize.com/dr598bj3030z6p4d9bqo5q9pgutk2fr8/512x384.jpg', 'https://html5.gamemonetize.com/dr598bj3030z6p4d9bqo5q9pgutk2fr8/', '0', 'Arcade', 0, 0, '', 'sky-car-online-free'), (8002, 'Crazy Taxi Driving', 'Be careful while driving and Racing the Ultimate Latest the mountain car and avoid the collision with obstacles and impossible', 'https://img.gamemonetize.com/wu3q2f9nqr156ufb7cwz4qmtpue4m38e/512x384.jpg', 'https://html5.gamemonetize.com/wu3q2f9nqr156ufb7cwz4qmtpue4m38e/', '0', 'Racing', 0, 0, '', 'crazy-taxi-driving'), (8003, 'Bratz Dress up', 'Bratz girl Yasmin loves to read and travel. She loves buying and trying new clothes. Let\'s dress up her with new clothes and jewelry. Fun game.', 'https://img.gamemonetize.com/v9bxucfmei8pcvpycwc991hgsyq3s726/512x384.jpg', 'https://html5.gamemonetize.com/v9bxucfmei8pcvpycwc991hgsyq3s726/', '0', 'Girls', 0, 0, '', 'bratz-dress-up'), (8004, '2048 Forest', 'This is a fun game about number matching balls! Drop each ball to the similar number balls in order to merge them! The number merged will add up to form a new number! How high can you get the number merged? Get it and play 2048 Forest!', 'https://img.gamemonetize.com/r1nboq2dwyckjhq1ylhy68owbwynr6xz/512x384.jpg', 'https://html5.gamemonetize.com/r1nboq2dwyckjhq1ylhy68owbwynr6xz/', '0', 'Arcade', 0, 0, '', '-forest'), (8005, 'Gem Stack Game', 'Do you like an arcade game? Gem Stack is suiting for you. Gem Stack is a fun diamond-themed casual arcade game. Do you understand the process of making diamonds? Grinding, decorating, watching out for spikes and other obstacles! They will make you less! Come join us to start your diamond-making journey! Create your own diamond, the great works of your gem arts! Have fun!', 'https://img.gamemonetize.com/t5h42yqlohs33crrctkdoz7apaesmq9r/512x384.jpg', 'https://html5.gamemonetize.com/t5h42yqlohs33crrctkdoz7apaesmq9r/', '0', 'Arcade', 0, 0, '', 'gem-stack-game'), (8006, 'Dirt Bike Racing Duel', 'What about riding your Dirt Bike over seven continents in lots of different countries, lands, and places? The places where you\'ll ride your bike is prepared for the dirt bike duel races. Your goal is to get your bike to the finish line without crashing. You can play Dirt Bike in single or in two player modes. You can duel against a friend in 2 player game mode. There are lots of levels and exciting surprises inside these levels that will be waiting for you! Check the shop sometimes and don\'t forget to buy new bikes or upgrade your current bike!', 'https://img.gamemonetize.com/rgehxozqij4p962iuw7hn3v0kf4saupi/512x384.jpg', 'https://html5.gamemonetize.com/rgehxozqij4p962iuw7hn3v0kf4saupi/', '0', 'Racing', 0, 0, '', 'dirt-bike-racing-duel'), (8007, 'Hide Or Seek 3D Game', 'Hide Or Seek is a fun hide-and-seek casual puzzle game. Choose your favorite camp from Hide and Seek. When becoming the finder, you need to find the hider by the footprints and strike quickly to win. When being the hider, you\'ll have to do your best to avoid the finder and win by staying undetected for a limited time! Ready for the challenge? Come join us and have fun!', 'https://img.gamemonetize.com/fash2q5k3lx8qzz1xw601csifmr8u561/512x384.jpg', 'https://html5.gamemonetize.com/fash2q5k3lx8qzz1xw601csifmr8u561/', '0', 'Arcade', 0, 0, '', 'hide-or-seek-d-game'), (8008, 'SuperHero Fighters ', 'Get ready for an exciting fight with the SuperHero Fighters game. Fighting duels with superheroes you are a fan of are starting! When starting the game, decide whether you will fight against artificial intelligence alone or your opponent will be your friend. Choose one of the â€1P“ and â€2P" buttons. 10 Different superheroes are waiting to be selected on the character selection screen. Choose your side, with whom do you want to win this duel? You can fight in 3 different areas offered to you. In this game, where you will defeat your opponent with different fighting techniques, you must be very fast. Attack your opponent without giving him Tuesday opportunity. Remember, your opponent is a superhero! Do not give your opponent an opportunity in this duel, which consists of 2 Parts. In duels that end in a draw, you need to be ready for one last fight. All the superheroes you have ever known are waiting for you in this game. Come on!', 'https://img.gamemonetize.com/19ax0vu7599zyz4m3kpkwsvtqmlveyt5/512x384.jpg', 'https://html5.gamemonetize.com/19ax0vu7599zyz4m3kpkwsvtqmlveyt5/', '0', 'Action', 0, 0, '', 'superhero-fighters-'), (8009, 'Llama Spitter', 'Have you ever ridden a llama? In this crazy game, you must survive as long as you can by bouncing the llama! You must avoid the spikes and try not to die! You think it is easy to play this game? You might be surprised. This game is very, very difficult to master. If you like difficult games, and if you like llamas, you will love this game. Watch out! Your llama is about to spit on you! This game will just eat up your free time.', 'https://img.gamemonetize.com/vo1njebrqfj6gn3jfacegbhi7k44yfhw/512x384.jpg', 'https://html5.gamemonetize.com/vo1njebrqfj6gn3jfacegbhi7k44yfhw/', '0', 'Hypercasual', 0, 0, '', 'llama-spitter'), (8010, 'Plumber & Pipes', 'To all puzzle-solving lovers out there, this game is for you! Play as a young plumber on the way to repair pipelines. Someone needs to get that water flowing! Rotate pipes in order to achieve this goal, creating complex and solid pipelines leading from the water source to your given objective. Make good use of the valves in your levels. Now, get to it!', 'https://img.gamemonetize.com/0x484xcur2gv94pu4yauo3mbi1czk7pi/512x384.jpg', 'https://html5.gamemonetize.com/0x484xcur2gv94pu4yauo3mbi1czk7pi/', '0', 'Puzzles', 0, 0, '', 'plumber-amp-pipes'), (8011, 'Pixel Reaction', 'Multicolored pixels are going crazy. Your goal is to create a chain reaction and catch as many pixels as possible. Click at any location to build a large pixel that captures all the others. Pixel Reaction is a game that tests your logic and capacity for anticipation. Its simple and precise gameplay will appeal to those who have little time to play. Immerse yourself in an original and addictive universe.', 'https://img.gamemonetize.com/vwy3u7f1imdzi6fbj3tpdgevsjvpby25/512x384.jpg', 'https://html5.gamemonetize.com/vwy3u7f1imdzi6fbj3tpdgevsjvpby25/', '0', 'Puzzles', 0, 0, '', 'pixel-reaction'), (8012, 'Oriental Dash', 'Enjoy a brand new diamond dash in the atmosphere of Oriental nights with Oriental Dash. Have a lot of fun with this puzzle game, its exhilarating rhythm and its beautiful graphics. Do your best to reach the highest score in two game modes that will constitute a diversified challenge.', 'https://img.gamemonetize.com/774apwlvjrlz01hwodref69vkkinb7fu/512x384.jpg', 'https://html5.gamemonetize.com/774apwlvjrlz01hwodref69vkkinb7fu/', '0', 'Hypercasual', 0, 0, '', 'oriental-dash'), (8013, 'Orbital Pixel', 'You are a little pixel and you must survive as long as possible! Go from orbit to orbit to avoid enemies but be careful! If you go too far of your orbit you will lose. Orbital Pixel is an hypnotic game that will test your reflexes, attentions and speed. Avoid the enemies, stay in your orbit and get as much collectibles as possible, how much time will you survive?', 'https://img.gamemonetize.com/qld2iil1653y9yxpwcf8zd4s30x7zp82/512x384.jpg', 'https://html5.gamemonetize.com/qld2iil1653y9yxpwcf8zd4s30x7zp82/', '0', 'Arcade', 0, 0, '', 'orbital-pixel'), (8014, 'Princess Nail Salon Manicure Game', 'Although the area of the nails is small, an excellent manicurist can also draw beautiful patterns on the nails. Princess Nail Salon is undoubtedly the most popular fashion design game this year. In the game, you will have the opportunity to play a professional manicurist, and draw different characters on the customer\'s nails according to the prompts, can you meet the customer\'s needs? Don\'t forget to clean nails for customers!', 'https://img.gamemonetize.com/z273kh1b71egjvyvs7yebr93yd11ks2t/512x384.jpg', 'https://html5.gamemonetize.com/z273kh1b71egjvyvs7yebr93yd11ks2t/', '0', 'Girls', 0, 0, '', 'princess-nail-salon--manicure-game'), (8015, 'Happy Doctor Mania Doctor Game', 'The doctorate is the most enviable profession in the world. Do you want to be a qualified doctor? Our lovely young doctor Mania is going to perform surgery on three patients today. They are all seriously injured. The doctor needs a nurse as an assistant to help Dr. Mania complete the operation. First, you need to complete all the examination items for the patient, including checking the heart rate and MRI. Second, you need to clean their wounds to prevent infection or more serious viruses from appearing, and finally bandage their surgical wounds. This is a very patient job, are you ready?', 'https://img.gamemonetize.com/ir1kovhcs31pwi4tny8ddtw32qcwqpuy/512x384.jpg', 'https://html5.gamemonetize.com/ir1kovhcs31pwi4tny8ddtw32qcwqpuy/', '0', 'Girls', 0, 0, '', 'happy-doctor-mania--doctor-game'), (8016, 'Little Witch New School Life', 'Luna isn\'t a normal girl. She has been accepted as a student at the Magic Academy. That\'s her dream. Now she needs to do some preparations for going to school. A new dress-up will help her a lot. But what a witch should look like? What are the necessities for a magic beginner? If you have some advice, let\'s play this game with Luna together! Enjoy the magic world!', 'https://img.gamemonetize.com/ohb27bd7921v1gzrmv65mk4hj3dr90lb/512x384.jpg', 'https://html5.gamemonetize.com/ohb27bd7921v1gzrmv65mk4hj3dr90lb/', '0', 'Girls', 0, 0, '', 'little-witch-new-school-life'), (8017, 'Angry Zombie', 'Angry Zombie is an exciting sports game to play for all ages. Play this technical game which tests your aiming ability to make a goal. How long you can stay in the game is determined by how well you can aim. Calculate the right angle and degree of force and shoot the Cats through into the basket; enjoy it!', 'https://img.gamemonetize.com/n9yrsx70vy7mpdpaehk6lvvbvgzwq32l/512x384.jpg', 'https://html5.gamemonetize.com/n9yrsx70vy7mpdpaehk6lvvbvgzwq32l/', '0', 'Sports', 0, 0, '', 'angry-zombie'), (8018, 'Worlds Hardest Challenge Fill Fridge', 'World\'s Hardest Challenge: Fill Fridge is a very difficult food placement online game for boys for free. You need to place a variety of different foods in the refrigerator and make good use of all the space in the refrigerator. Only by putting everything in the refrigerator can you challenge the next level. It will be a great sense of accomplishment to watch the disorganized goods become organized in your hands. Have fun with it!', 'https://img.gamemonetize.com/ayjy06ryrmm02f0ajx0is5gz40aes5qv/512x384.jpg', 'https://html5.gamemonetize.com/ayjy06ryrmm02f0ajx0is5gz40aes5qv/', '0', 'Boys', 0, 0, '', 'worlds-hardest-challenge-fill-fridge'), (8019, 'The Barkers Dentist', 'Favorite cartoon characters Barkers go to treat their teeth to a new dentist in a children\'s hospital. Except this new pediatrician is an intern Rosa! And Rosa really wanted to know how a dentist doctor works, how he treats teeth, removes caries and performs complex operations. To do this, she signed up for an internship at a dental clinic. But what fearless patients would go to the hospital to see an inexperienced newcomer? Of course, it will be the whole Barboskin family! Rosa gathered the whole family and told them this pleasant news. Someone took it joyfully, and someone with great fear for their teeth. What will be next? How will this venture end?', 'https://img.gamemonetize.com/rph8jlp08jldn31z5zkn7wntmepx3xqb/512x384.jpg', 'https://html5.gamemonetize.com/rph8jlp08jldn31z5zkn7wntmepx3xqb/', '0', 'Girls', 0, 0, '', 'the-barkers-dentist'), (8020, 'Noob Diamond Pickaxe', 'hey noob break the stone walls and collect the 3 elements you need to collect! Don\'t forget, if you don\'t collect the 3 elements, as soon as the door opens, the opening of the door depends on your collection. Take 3 element stones, reach the portal, stop, but don\'t forget the time! You must arrive before the time runs out.', 'https://img.gamemonetize.com/c9gfjccscrqrnv68m4fz4gzkp7817ulv/512x384.jpg', 'https://html5.gamemonetize.com/c9gfjccscrqrnv68m4fz4gzkp7817ulv/', '0', 'Arcade', 0, 0, '', 'noob-diamond-pickaxe'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (8021, 'Super Hoops Basketball', 'Super Hoops Basketball is a puzzle game. In this game, you have to deliver a Basketball to that Hoop. Collect the stars along the way but be careful not to turn the platforms too much or else it’ll be game over!', 'https://img.gamemonetize.com/qkbnrkpa40pmqzs2zsmsnjnk8ss95nje/512x384.jpg', 'https://html5.gamemonetize.com/qkbnrkpa40pmqzs2zsmsnjnk8ss95nje/', '0', 'Puzzles', 0, 0, '', 'super-hoops-basketball'), (8022, 'Twins Zonic', 'You have to help the twins survive in the zonic\'s world these twins are super fast and strong but their power is ineffective against monsters. You have to help them, they have to pass through the thorny forest and reach the end of the level, don\'t forget they both have to reach it. both reach the end of the chapter. The super twins must survive. Collect gold rings and increase your score.', 'https://img.gamemonetize.com/jq1sz28zn95pm30lw6rmdhkqfzxen0l2/512x384.jpg', 'https://html5.gamemonetize.com/jq1sz28zn95pm30lw6rmdhkqfzxen0l2/', '0', 'Arcade', 0, 0, '', 'twins-zonic'), (8023, 'Yoyo Hero 3D', 'Do you miss the old days of yo-yo? Yo-yo hero 3D will give you a chance to relive time. Just tap the enemies when you see them. The yo-yo will kill the enemy in one shot. You should kill all the enemies to enter the next level and get the rewards to unlock the more powerful yo-yo. Try it!', 'https://img.gamemonetize.com/z81741sqycgn866j2m05wk0b0z6zfdsw/512x384.jpg', 'https://html5.gamemonetize.com/z81741sqycgn866j2m05wk0b0z6zfdsw/', '0', 'Arcade', 0, 0, '', 'yoyo-hero-d'), (8024, 'Find A Difference', 'Find A Difference is a free puzzle-seeking online game for boys. In the game, you have to find the difference between two photos in the shortest time, which can not only improve your reaction ability and concentration ability but also relax your eyes. Lots of pictures are waiting for you to challenge. Come join us and have fun with the game! Release your stress and have fun!', 'https://img.gamemonetize.com/64m5n5gohayx1st497w43hw3ygih8isp/512x384.jpg', 'https://html5.gamemonetize.com/64m5n5gohayx1st497w43hw3ygih8isp/', '0', 'Boys', 0, 0, '', 'find-a-difference'), (8025, 'Town Island Craft 3D', 'Town Island Craft 3D is an interesting game to cost the spare time. Collect the more and more woods and stones to build more house and buildings. Don\'t forget to collect the coins used to hire more people to help you! Let\'s build your island now! Enjoy the playing time!', 'https://img.gamemonetize.com/rcq0ahsyllf5ceis36w66nl8k3x1f0lm/512x384.jpg', 'https://html5.gamemonetize.com/rcq0ahsyllf5ceis36w66nl8k3x1f0lm/', '0', 'Arcade', 0, 0, '', 'town-island-craft-d'), (8026, 'Lost Temple', 'Lost Temple is a game Arcade it’s a classic style game, dodge the obstacles and reach the goal in the middle of deadly traps that will not make it easy for you to reach your destination.', 'https://img.gamemonetize.com/dxq9k4yo53roedydl6tra2qmjauk4gai/512x384.jpg', 'https://html5.gamemonetize.com/dxq9k4yo53roedydl6tra2qmjauk4gai/', '0', 'Arcade', 0, 0, '', 'lost-temple'), (8027, 'Supermarket Mania Game', 'Start your frenzied adventure now! Running a grocery chain can be a lot of fun! Dive into this highly addictive time management game Supermarket Mania® Journey – and prepare to stay on your toes every single second. Join millions of players who are already fans of Nikki! Head to Tinseltown with Nikki and her friends to help the Mayor strengthen the city’s economic development. Roll up your sleeves', 'https://img.gamemonetize.com/dof51mnnhp7v1tkkhc8h7qyuz7pr1m3i/512x384.jpg', 'https://html5.gamemonetize.com/dof51mnnhp7v1tkkhc8h7qyuz7pr1m3i/', '0', 'Hypercasual', 0, 0, '', 'supermarket-mania-game'), (8028, 'Bricks Breaker Quest', 'How to play - The ball flies to wherever you touched. - Clear the stages by removing bricks on the board. - Break the bricks and never let them hit the bottom. - Find best positions and angles to hit every brick. Feature - Free to play - Tons of stages - Various types of balls - Easy to play, Simplest game system, Designed for one handheld gameplay. - Off-line (without internet connection) gameplay supported - Multi-play supported - Tablet device supported - Achievement & leaderboard supported', 'https://img.gamemonetize.com/3xcxtd6k9iodt92jkcu1e7ckqhq86cxy/512x384.jpg', 'https://html5.gamemonetize.com/3xcxtd6k9iodt92jkcu1e7ckqhq86cxy/', '0', 'Arcade', 0, 0, '', 'bricks-breaker-quest'), (8029, 'Elf Defenders', 'Elf Defenders is a classic style arcade game, you are an elf and you have to defend the castle through 10 levels of different difficulty, defend the castle from hordes of enemies and have a fun time.', 'https://img.gamemonetize.com/kecod3lbbq3fs7yglksjz7doh2ww8fhw/512x384.jpg', 'https://html5.gamemonetize.com/kecod3lbbq3fs7yglksjz7doh2ww8fhw/', '0', 'Arcade', 0, 0, '', 'elf-defenders'), (8030, 'Monster Smash', 'Monster smash is a great game that is about smashing the monsters that appear on the screen, but be careful with smashing the humans as that will take away lives.', 'https://img.gamemonetize.com/owad69hxdrsqql74bly040sqgh4wjlta/512x384.jpg', 'https://html5.gamemonetize.com/owad69hxdrsqql74bly040sqgh4wjlta/', '0', 'Clicker', 0, 0, '', 'monster-smash'), (8031, 'Dreampppp', 'Cleaning the girl big home in your way the Bathroom, Bedroom, Car, Garden, Kitchen, Playground, Swimming Pool, Hall, and Theatre clean game.We must clean trace object first, and put unset object to relative place.', 'https://img.gamemonetize.com/3tocp00f7xidibiawemc688uouixfbca/512x384.jpg', 'https://html5.gamemonetize.com/3tocp00f7xidibiawemc688uouixfbca/', '0', 'Arcade', 0, 0, '', 'dreampppp'), (8032, 'Ricochet Arrow Game', 'Ricochet Arrow is a casual archery online game for boys for free. You are trapped in a room surrounded by walls and guarded by skeletons. You need to make use of the rebound effect of bows and arrows, adjust to the best reflection angle, and shoot skeletons in corners that are difficult to find or use normal means to attack ineffective. It will not only exercise your logical understanding of rebound shooting but also test your operational ability. Are you ready for the challenge?', 'https://img.gamemonetize.com/ln72wyu9nsa0ph1x7jwmxx4vriilgbfl/512x384.jpg', 'https://html5.gamemonetize.com/ln72wyu9nsa0ph1x7jwmxx4vriilgbfl/', '0', 'Boys', 0, 0, '', 'ricochet-arrow-game'), (8033, 'Jumper the game', 'Jumper the Game is a game Arcade it’s a classic style game, dodge the obstacles as you go down and reach the goal in the middle of deadly traps that will not make it easy for you to reach your destination.', 'https://img.gamemonetize.com/mmzg0tarik5bczzqn3k1in7wehb3uzkp/512x384.jpg', 'https://html5.gamemonetize.com/mmzg0tarik5bczzqn3k1in7wehb3uzkp/', '0', 'Arcade', 0, 0, '', 'jumper-the-game'), (8034, 'Domino Clash', 'Are you ready for the infinite challenge to domiate the dominos? Calm, relaxing game. Just aim for the dominos the turn on the chain reaction and beat all the stages. All the levels are hand made with love of the creators. New levels are coming every week. Watch the beautiful domino effect through endless stages like Swords, Hearts, Flowers, Symbols', 'https://img.gamemonetize.com/zgtcx87d3oy1m4d89fl4q8ms1niknq2o/512x384.jpg', 'https://html5.gamemonetize.com/zgtcx87d3oy1m4d89fl4q8ms1niknq2o/', '0', 'Hypercasual', 0, 0, '', 'domino-clash'), (8035, 'Dentist For Children Game', 'Another game about dentist has come to our list of kids\' games: Dentist for children.', 'https://img.gamemonetize.com/hw1e2cczr46b6508gf1sn6fe94zcchxz/512x384.jpg', 'https://html5.gamemonetize.com/hw1e2cczr46b6508gf1sn6fe94zcchxz/', '0', 'Arcade', 0, 0, '', 'dentist-for-children-game'), (8036, 'I Want Pizza', 'Collect & stack doughs and prepare foods for your customers. You can expand your repertoire by preparing different foods like pizza, donut, hotdog. Be the best chef and deliver as many foods as you can. Upgrade your foods to earn more money!', 'https://img.gamemonetize.com/rnl8ly53mdvqd25zu64ppz62gf2f4i9z/512x384.jpg', 'https://html5.gamemonetize.com/rnl8ly53mdvqd25zu64ppz62gf2f4i9z/', '0', 'Hypercasual', 0, 0, '', 'i-want-pizza'), (8037, 'Foot Surgery Hospital', 'Most of young boys & girls dreamed of becoming a surgery doctor in Foot Surgery Emergency Hospital Simulator', 'https://img.gamemonetize.com/5v81j5vhux8qhmbj5o3h07d7sry3w7hk/512x384.jpg', 'https://html5.gamemonetize.com/5v81j5vhux8qhmbj5o3h07d7sry3w7hk/', '0', 'Arcade', 0, 0, '', 'foot-surgery-hospital'), (8038, 'Fish Gapp', 'Never Fishing before? Take a deep breath and dive into an underwater world of match-3 fun with Fishing, an all-new free game', 'https://img.gamemonetize.com/s9oemgse1g8f2e7v7oi1kenrydfpwhnw/512x384.jpg', 'https://html5.gamemonetize.com/s9oemgse1g8f2e7v7oi1kenrydfpwhnw/', '0', 'Arcade', 0, 0, '', 'fish-gapp'), (8039, 'Cotton Candy Maker Simulation', 'You know whats better in the candies? The cotton candies. Bringing you with colors of life in this new free making and cooking game. This creates colorful cotton candies including blueberry, yellow, white, Blue, pink and many other colors. Yes! Our new game “Cotton Candy Maker†comes in many amazing and beautiful colors along with multiple flavors, it provides you with your own candy shop to provide you with a chance to make and cook your cotton candies in your own way. just open this game , pick your favorite color. start by choosing a tasty and yummy flavor. Mix them, toss them and cook them!', 'https://img.gamemonetize.com/hposmfyck6v2ypx6q1xqdq9808wy6av5/512x384.jpg', 'https://html5.gamemonetize.com/hposmfyck6v2ypx6q1xqdq9808wy6av5/', '0', 'Arcade', 0, 0, '', 'cotton-candy-maker--simulation'), (8040, 'Keep Your House Clean Game', 'Never mess with your dream home & take well care about decoration through fresh flowers & plants while engaging mad or house helper with your family members. The Best Home Cleanup Game in 2022.House becomes a home when we spend our weekend in proper cleaning & washing. This cleaning app will teach you about the ways to clean the house and to be a perfectionist. Cleaning the house in your way the rooms, the hall, the kitchen, the bathrooms, and the whole house cleaning game.', 'https://img.gamemonetize.com/qwfhkoy89ga01kfmu0vo3ib7nq0zvu43/512x384.jpg', 'https://html5.gamemonetize.com/qwfhkoy89ga01kfmu0vo3ib7nq0zvu43/', '0', 'Hypercasual', 0, 0, '', 'keep-your-house-clean-game'), (8041, 'Sweet Cotton Candy 3D', 'Every kid loves sweet cotton candies. A big candy shop is newly opened in the city. Do you want to be the manager of the shop and learn to make cotton candies?', 'https://img.gamemonetize.com/4gmhwddlf0qoqi5jtgjhy05786khg0uh/512x384.jpg', 'https://html5.gamemonetize.com/4gmhwddlf0qoqi5jtgjhy05786khg0uh/', '0', 'Adventure', 0, 0, '', 'sweet-cotton-candy-d'), (8042, 'Cotton Candy Shop 3D', 'You know whats better in the candies? The cotton candies. Bringing you with colors of life in this new free making and cooking game. This creates colorful cotton candies including blueberry, yellow, white, Blue, pink and many other colors. Yes! Our new game “Cotton Candy Maker†comes in many amazing and beautiful colors along with multiple flavors, it provides you with your own candy shop to provide you with a chance to make and cook your cotton candies in your own way. just open this game , pick your favorite color. start by choosing a tasty and yummy flavor. Mix them, toss them and cook them!', 'https://img.gamemonetize.com/kaiu89rs6lpbt7ypt8koj8vc3vhiobks/512x384.jpg', 'https://html5.gamemonetize.com/kaiu89rs6lpbt7ypt8koj8vc3vhiobks/', '0', 'Arcade', 0, 0, '', 'cotton-candy-shop--d'), (8043, 'Dentist Game Best ', 'Become a dentist and help our friends to have a healthy mouth. Brian, Katie, Frank and Peter have come to the dental clinic for you to help them clean their teeth, put fillings or fix broken teeth. Your children may perform dental treatments and play as experts dentists. Help your kid become a dentist, it\'s educational and fun. Enjoy our amazing dentists game. Choose one of the characters and invite them to sit in the dental chair. An educational game where children will have a lot of tools and accessories to be the best dentists and learn that oral health is very important. Have your child ever wanted to be a dentist? " Dentist Games " is a fantastic game that entertains teaching the dentist profession, to remove bacteria and germs from the mouth.', 'https://img.gamemonetize.com/qyzuik3km11eo7wzbw59zl7l97cawwsp/512x384.jpg', 'https://html5.gamemonetize.com/qyzuik3km11eo7wzbw59zl7l97cawwsp/', '0', 'Arcade', 0, 0, '', 'dentist-game--best-'), (8044, 'Foot Doctor Game', 'Welcome to Foot Clinic, the #1 ASMR nail salon game. Scrub, scrape, pluck, and pull all kinds of feet in this ASMR foot clinic doctor and nail salon game. Do surgery on calluses, corns, ingrown toenails, or maybe a foot spa massage and pedicure for nail care in the nail salon? This ASMR nail salon game will take your doctor skills to the next level and give the nail care that your feet really deserve. Ready for surgery? These feet desperately need doctor care.. Or maybe relaxation with foot spa and pedicure for the nails?', 'https://img.gamemonetize.com/q3i8fxakksqmksyu1dhw2cort33f3neq/512x384.jpg', 'https://html5.gamemonetize.com/q3i8fxakksqmksyu1dhw2cort33f3neq/', '0', 'Arcade', 0, 0, '', 'foot-doctor-game'), (8045, 'Doctor of your Foot', 'Welcome to Foot Clinic, the #1 ASMR nail salon game. Scrub, scrape, pluck, and pull all kinds of feet in this ASMR foot clinic doctor and nail salon game. Do surgery on calluses, corns, ingrown toenails, or maybe a foot spa massage and pedicure for nail care in the nail salon? This ASMR nail salon game will take your doctor skills to the next level and give the nail care that your feet really deserve. Ready for surgery? These feet desperately need doctor care.. Or maybe relaxation with foot spa and pedicure for the nails?', 'https://img.gamemonetize.com/72wu8smo3wjwgddy2otdogeoafaha4rw/512x384.jpg', 'https://html5.gamemonetize.com/72wu8smo3wjwgddy2otdogeoafaha4rw/', '0', 'Arcade', 0, 0, '', 'doctor-of-your-foot'), (8046, 'Dentist Game For Education', 'Become a dentist and help our friends to have a healthy mouth. Brian, Katie, Frank and Peter have come to the dental clinic for you to help them clean their teeth, put fillings or fix broken teeth. Your children may perform dental treatments and play as experts dentists. Help your kid become a dentist, it\'s educational and fun. Enjoy our amazing dentists game. Choose one of the characters and invite them to sit in the dental chair. An educational game where children will have a lot of tools and accessories to be the best dentists and learn that oral health is very important. Have your child ever wanted to be a dentist? " Dentist Games " is a fantastic game that entertains teaching the dentist profession, to remove bacteria and germs from the mouth.', 'https://img.gamemonetize.com/uexbr2yqb66u7arlod39gvph1ry8jzew/512x384.jpg', 'https://html5.gamemonetize.com/uexbr2yqb66u7arlod39gvph1ry8jzew/', '0', 'Arcade', 0, 0, '', 'dentist-game-for-education'), (8047, '4GameGround Kittens Coloring', 'If you do not know what is better to occupy your child at the computer, then you should choose the game in which he will not only be interested, it is also important to spend his time usefully! Coloring games help children develop imagination and a sense of taste. Here you can choose a variety of pictures, although there are cute kittens on all of them, which absolutely everyone probably likes!', 'https://img.gamemonetize.com/thw4met3fb1mc1nl7nm504da85e13ahv/512x384.jpg', 'https://html5.gamemonetize.com/thw4met3fb1mc1nl7nm504da85e13ahv/', '0', 'Arcade', 0, 0, '', 'gameground--kittens-coloring'), (8048, 'Barbie Dreamhouse Adventure', 'Create your very own Barbie DreamHouse experience! Join us for a bunch of fun activities: baking, cooking, dancing, makeovers, home design, fashion, nail salon, hair salon, mini games or epic pool parties! Explore Malibu with my pink convertible or dress me and my friends up in fashion-forward looks to get picture ready! Follow us on exciting adventures in the DreamHouse where anything is possible!', 'https://img.gamemonetize.com/yz8p1pad6kxd1mn9ysh7yjfegfbvtao7/512x384.jpg', 'https://html5.gamemonetize.com/yz8p1pad6kxd1mn9ysh7yjfegfbvtao7/', '0', 'Hypercasual', 0, 0, '', 'barbie-dreamhouse-adventure'), (8049, 'Candy Manor Home Design', 'Welcome to Candy Manor! Renovate the mansion and solve challenging puzzles with this new relaxing and fun free match-3 game! Create your own candy manor and restore the beautiful manor to its former glory! Start your adventure in the candy world! Complete game levels and decorate different areas of the house. Become a master of home decoration and interior design! Uncover hidden secrets in the game story. Mary is a designer. She went back to her hometown to attend the candy festival. But something is not satisfactory… She really wants to recreate the elegant demeanor of the Candy Festival,.How to protect this sweet memory? The old house is not only full of sweet memories but also hides unknown secrets. Please enter this legendary candy manor with Mary. Now, let\'s start this sweet adventure together! [feature] â—A large number of interesting levels: many unique Match 3 levels, rich sweet candy elements and various interesting props. â—Innovative gameplay: exchange matching candies, complete various levels, complete tasks and decorate your own house. â—Mysterious storyline: discover unknown secrets and enjoy this exciting story! â—Hidden areas: backyard, balcony, home theater, even swimming pool dozens of hidden areas and thousands of DIY furniture, waiting for you to unlock! â—Lovely pet companion: cat or dog? There is always a cute pet that you love. â— Many characters in the game are waiting to be friends with you, meet interesting characters in the game, and follow their respective stories. what are you waiting for? Download "Candy Manor-Home Design" now, start your home decoration journey, and make your home design dreams come true!', 'https://img.gamemonetize.com/7v109jqtvvuuu3cj80stu2djyvv8bo9k/512x384.jpg', 'https://html5.gamemonetize.com/7v109jqtvvuuu3cj80stu2djyvv8bo9k/', '0', 'Hypercasual', 0, 0, '', 'candy-manor--home-design'), (8050, 'sea fish', 'It’s time to go fishing with Let’s Fish, the best fishing simulator and free online game of 2022! Looking for free fishing games (bass fishing, ice fishing, fly fishing, sport fishing, big fish fishing and more) or best outdoor games? Great! Lets Fish offers the best summer fishing and winter fishing experience, so u don\'t have to search for any other hobby games anymore. With Let\'s Fish you have your hobby in your pocket, all the time ! Sport fishing, free and better than other free fishing apps in 3D. So.. join the most popular Sport Fishing Game in the World! Invite and compete with friends to hunt down your next catch (salmon? bass? tuna? shark? whale?) and reel your fish in! Enjoy a virtual adventure in nature’s great outdoors and visit stunning fishing locations through relaxing gameplay – Catch the fishing fever this season with the ultimate fishing simulator app. It’s time to grab your fishing tackle, unwind, and go fish! Unwind, Relax & Go Fishing Every fisherman or angler knows there’s nothing like coming back from work, picking up fishing tackle and heading to the nearest ocean or freshwater lake for some quality sport fishing. If it’s the fishing off-season, or you don’t have an angling boat at hand, simply open Let’s Fish! With realistic scenery in the heart of nature, you will feel like you are on an actual fishing trip, standing on the fishing dock, holding your fishing rod, staring at the water and waiting for your fish to take the bait. Over 60 Stunning Locations Travel to different photo-realistic locations in nature across all continents, like Alaska, the Norwegian Fjords, American Lakes, South American rivers or oceans. Find the most appropriate fishing gear for each location and choose between a fishing rod, a net, or other options. Over 650 Species of Fish Catch various species of fish, from small and medium breeds like catfish, albacore and skipjack tuna or salmon to large fish species such as coelacanths, peacock bass, and even white sharks and whales. We are constantly adding more fish species and new unique features to the app. Accessorize all the Way Enjoy a variety of fishing tackles. Replace your natural worm bait and experiment with fly fishing or lures. With Let’s Fish’s virtual gear, online fishing is a truly authentic experience. We have the complete fishing tackle and equipment every angler would love to use: rods, hooks, lines, reels, landing nets, bait, ground bait, buffs... you name it! Let’s Fish has it all – “hook, line and sinker†Competion, player vs player (PvP) duels, rankings and tournaments Wanna compete with friends in multiplayer mode, win the rankings, show off with your big fish, take part in fishing tournaments, events or weekend fishing championship?. You can easly become a fishing king and fish expert in this free sports games and free fishing simulator. You will need a good fishing gear and a strategy to match the best baits and rods (you should use other equippment for sea fishing, spin fishing,and float fishing) with the appropriate fishing location. You can\'t find a shark in cold arenas nor catch a big fish as trout, salmon or bass using a small rod. Join Let’s Fish for your next outdoor angling adventure! Best big fish app among fishing saga s? - Sport Games for free are not as thrilling as this fishing app - Outdoor sports games are mostly about hunting or fighting / boxing but fishing is one of the most popular outdoor activities in the United States (US, North America) and other countries like Canada - In this best and top fish simulator you can go on fishing sharks and other sea predators ---------------- Follow us on Twitter at http://twitter.com/letsfishthegame or like our Facebook fpage at https://www.facebook.com/PlayLetsFish to get updates about new tournaments or in-game promos. Please be advised that Let’s Fish is an online fishing game, an internet connection is required to play the game.', 'https://img.gamemonetize.com/z0grejcocrzycfqj2ms7rawoi0jgnusn/512x384.jpg', 'https://html5.gamemonetize.com/z0grejcocrzycfqj2ms7rawoi0jgnusn/', '0', 'Hypercasual', 0, 0, '', 'sea-fish'), (8051, 'Hidden Object Game Quiet Place', 'Find your Quiet Place in our relaxing and tranquil new Hidden Object game! Search for hidden objects among beautiful scenes that our talented artists have designed for maximum relaxation. Start your peaceful journey today! FREE PLAY MODE Find hidden objects at your own pace. Find objects by their picture, silhouette, word or random combination. Sit back, relax and play casual rounds with no time pressure or – if you fancy a challenge – you can play the trickier timed modes', 'https://img.gamemonetize.com/kgwqslluluv4e1xlsf6j5225phlqlhjf/512x384.jpg', 'https://html5.gamemonetize.com/kgwqslluluv4e1xlsf6j5225phlqlhjf/', '0', 'Hypercasual', 0, 0, '', 'hidden-object-game--quiet-place'), (8052, 'Taxi Drive', 'Heard a lot about the crazy car taxi and the mad cab driver, here the street cabby is quite sober, but we can’t say the same about the passengers, specially on weekend nights in this car simulator game, top in real car taxi games 2022.', 'https://img.gamemonetize.com/d5zfwe66f4s2ueaq1upeuuyz03awl6u5/512x384.jpg', 'https://html5.gamemonetize.com/d5zfwe66f4s2ueaq1upeuuyz03awl6u5/', '0', 'Hypercasual', 0, 0, '', 'taxi-drive'), (8053, 'Cipp', 'Some crazy city driver are driving on the city road, as they own all the city street to themselves. Show respect to the other traffic, to avoid impossible and unavoidable issues with the police force.', 'https://img.gamemonetize.com/06ihmx3vv3r4h000pd79algvmymqbuin/512x384.jpg', 'https://html5.gamemonetize.com/06ihmx3vv3r4h000pd79algvmymqbuin/', '0', 'Arcade', 0, 0, '', 'cipp'), (8054, 'Taxi Driving', 'Drop & Pick Up Interesting Passengers Welcome to the life of a real cab driver. Just like in real life, every passenger you pick up throughout the game has a truly unique and colorful personality.', 'https://img.gamemonetize.com/4rxgm0kgk4ngxpogyq5fx40ys49s2dma/512x384.jpg', 'https://html5.gamemonetize.com/4rxgm0kgk4ngxpogyq5fx40ys49s2dma/', '0', 'Adventure', 0, 0, '', 'taxi-driving'), (8055, 'Golf Game 1', 'throw the ball into the hole! Complete 3 different levels and become a golf master!', 'https://img.gamemonetize.com/m9g3ghq0e5ab4tkmw5gi5nivhs27a8lw/512x384.jpg', 'https://html5.gamemonetize.com/m9g3ghq0e5ab4tkmw5gi5nivhs27a8lw/', '0', 'Shooting', 0, 0, '', 'golf-game-'), (8056, 'Shot Factor', 'Shot Factor is a free casual shooting online game for boys. The game takes the familiar shooting as the core, but the entry mode is unique. Before fighting, you need to upgrade your gun. You can improve the lethality of the gun by using various squares with numbers and then make the numerical formula result bigger as possible, so as to help you quickly destroy the enemy. Show your skills to everyone! Keep breaking the challenge, good luck!', 'https://img.gamemonetize.com/yzukr60mm1ylh5gmyxnpk7thc0cuti3u/512x384.jpg', 'https://html5.gamemonetize.com/yzukr60mm1ylh5gmyxnpk7thc0cuti3u/', '0', 'Boys', 0, 0, '', 'shot-factor'), (8057, 'My New Poodle Friend', 'Sofia\'s birthday is coming. Jack wants to send Sofia a poodle as a birthday gift. She loves animals very much and she wants to raise the pet dog on the yard of her house. Firstly, she needs to repair the old pet house and decorate the house for the poodle before it coming. Let\'s join her together and have a look.', 'https://img.gamemonetize.com/26wl5mr3mqax9q9mv87sw3w7ar8h1nsr/512x384.jpg', 'https://html5.gamemonetize.com/26wl5mr3mqax9q9mv87sw3w7ar8h1nsr/', '0', 'Girls', 0, 0, '', 'my-new-poodle-friend'), (8058, 'Fashion Sewing Clothes', 'Today you will become a very famous costume designer, and your clothes are most popular with princesses. You are about to welcome two special guests: Elisa, and Alice. They are the most fashionable girl. These two girls are going to customize your costumes. Please listen to their requirements and make the most beautiful costumes! Have fun!', 'https://img.gamemonetize.com/p2ypipsyvub7vjtttu2858d0r9q7w17x/512x384.jpg', 'https://html5.gamemonetize.com/p2ypipsyvub7vjtttu2858d0r9q7w17x/', '0', 'Girls', 0, 0, '', 'fashion-sewing-clothes'), (8059, 'Makeup Slime Master', 'Slime is a very popular toy among girls. It has many different colors and textures. Many girls like to make them by themselves. Babara is also such a girl, she suddenly wanted to mix slimes with cosmetics. Do you want to make slimes with her? Come join Babara and make beautiful and interesting slimes! Have fun with her!', 'https://img.gamemonetize.com/kgcget57fanckcqicuoqe1nyv73yohbb/512x384.jpg', 'https://html5.gamemonetize.com/kgcget57fanckcqicuoqe1nyv73yohbb/', '0', 'Girls', 0, 0, '', 'makeup-slime-master'), (8060, 'Lovely Virtual Cat At Restaurant', 'Lovely Virtual Cat At Restaurant is a very unique cooking game. Lovely cat opened a restaurant and it\'s very popular. Many animals are here to try some of the dishes in his restaurant. Come and help lovely cat manage his restaurant. Picking up the orders and preparing dishes for the animals are your basic works. You will also find some very interesting things in his restaurant. For an example, you can feed the lobster and watch it grow bigger. You can even change the decorations on the tables according to the vibe. You can let the animals make cute sounds by touching them. There are many other funs in this game. Come and enjoy it!', 'https://img.gamemonetize.com/7msqglb1qaawakhj2isz8jgexcbqccgt/512x384.jpg', 'https://html5.gamemonetize.com/7msqglb1qaawakhj2isz8jgexcbqccgt/', '0', 'Girls', 0, 0, '', 'lovely-virtual-cat-at-restaurant'), (8061, 'Lets Kill Evil Nun', 'You came to investigate strange happenings at the abandoned Asylum. There are rumors that Evil Nun is behind them. Find 8 crosses, prove her existence and try getting out alive!', 'https://img.gamemonetize.com/my16xxhd5lj5vq5q3jrd7orr3ssv636j/512x384.jpg', 'https://html5.gamemonetize.com/my16xxhd5lj5vq5q3jrd7orr3ssv636j/', '0', 'Shooting', 0, 0, '', 'lets-kill-evil-nun'), (8062, 'TruckCrossCountryGame', 'Truck Cross Country is a 3D truck simulation driving game. If you like wild racing games, then you can\'t miss it! Control the truck to move, cross all checkpoints and successfully reach the finish line to succeed in the challenge. Don\'t forget to collect coins, they can be used to unlock more cool skins in the store! Call your friends and start your racing journey together!', 'https://img.gamemonetize.com/b4wluqegq9qnjo5g3jfh316nxhim418l/512x384.jpg', 'https://html5.gamemonetize.com/b4wluqegq9qnjo5g3jfh316nxhim418l/', '0', 'Shooting', 0, 0, '', 'truckcrosscountrygame'), (8063, 'Mexican Wrestler Superstars', 'It’s time to flex the biceps of the wrestlers under the sun of Mexico in Mexican Wrestlers Superstars. Prove to the world that it’s possible to break heads as a job and still to be able to pose for the magazines in this arcade-like game. Test your reflexes and your management ability and become the champion of Mexican Wrestlers! You’re not yet Mister Universe but since you’re not so far from it, you’ll have to pose.', 'https://img.gamemonetize.com/dwe0ooxlxcepo90pko7prc4a61cf06sx/512x384.jpg', 'https://html5.gamemonetize.com/dwe0ooxlxcepo90pko7prc4a61cf06sx/', '0', 'Action', 0, 0, '', 'mexican-wrestler-superstars'), (8064, 'Tic Tac Toe The Original Game', '"Tic TacToe : The Original Game" is free classic puzzle game also known as "noughts and crosses or sometimes X and O". The Tic Tac Toe game is a game for two players, called "X" and "O", who take turns marking the spaces in a 3×3 grid. The player who succeeded in placing three respective marks in a horizontal, vertical, or diagonal row wins the game. The Tic Tac Toe is a great way to pass your free time whether you\'re standing in a line or spending time with your kids. Stop wasting paper and save trees. Because of the simplicity of Tic Tac Toe, it is often used as a pedagogical tool for teaching the concepts of good sportsmanship and also for teaching artificial intelligence.', 'https://img.gamemonetize.com/4jzzdph13zq24k4q2y0dq460fkh37qz0/512x384.jpg', 'https://html5.gamemonetize.com/4jzzdph13zq24k4q2y0dq460fkh37qz0/', '0', 'Hypercasual', 0, 0, '', 'tic-tac-toe--the-original-game'), (8065, 'Pong Vs Pitfall', 'A crazy new pong game has arrived. Bounce the ball up & down and avoid pitfalls. You can also unlock lots of parts to change the speed and movement of your ball. How many rebounds can you score ?', 'https://img.gamemonetize.com/vlal3kqmscc0hirdteo5by1oaqhh85fv/512x384.jpg', 'https://html5.gamemonetize.com/vlal3kqmscc0hirdteo5by1oaqhh85fv/', '0', 'Hypercasual', 0, 0, '', 'pong-vs-pitfall'), (8066, 'Tic Tac Toe Colors Game', 'Tic Tac Toe: the classic game with a top design Tic Tac Toe is free classic puzzle game (can also be named "noughts and crosses or sometimes X and O".)', 'https://img.gamemonetize.com/0g0oox44qrdmtsl69fkg3gevxu3obku2/512x384.jpg', 'https://html5.gamemonetize.com/0g0oox44qrdmtsl69fkg3gevxu3obku2/', '0', 'Multiplayer', 0, 0, '', 'tic-tac-toe--colors-game'), (8067, 'Plumber World', 'In a fantasy world, you are the master of the plumbers, and every lands call you in order to build their water system. Connect the pipes, fix the leaks, and start to flow water in the pipes to plug this crazy network. PLUMBER WORLD is a great puzzle game to have fun and kill time. This game is fun and will require you to be really smart to finish all levels. Do you have enough plumber\'s skills to finish the job ?', 'https://img.gamemonetize.com/6o76wfprlf26fv4zjijeftso7z29gvu7/512x384.jpg', 'https://html5.gamemonetize.com/6o76wfprlf26fv4zjijeftso7z29gvu7/', '0', 'Puzzles', 0, 0, '', 'plumber-world'), (8068, 'Plumber Touch', 'To all puzzle lovers, this is the game for you! Step into the shoes of a young plumber and repair pipes. It is necessary for water to flow again. To do this you must rotate the pipes so that they form a solid line from point A to point B. These lines must be connected to the valves.', 'https://img.gamemonetize.com/7wabxztvu57td5ied3t7p083dvt2rhwb/512x384.jpg', 'https://html5.gamemonetize.com/7wabxztvu57td5ied3t7p083dvt2rhwb/', '0', 'Puzzles', 0, 0, '', 'plumber-touch'), (8069, 'Run Royale Knockout 3D Game', 'Run Royale Knockout is undoubtedly one of the most interesting running games this year. Do you think all the players will race on professional tracks? No, they will have an exciting adventure, running on a water circuit full of obstacles! The platform is full of all kinds of magical traps, including swinging hammers, non-opening gates, and iron pillars with rebound functions. You not only need to avoid all obstacles during running but also need to maintain balance to avoid falling. Into the water. If you like this game, don\'t forget to share it with your friends!', 'https://img.gamemonetize.com/ca8mas9hmou1zy2r6xihjguec91sx2to/512x384.jpg', 'https://html5.gamemonetize.com/ca8mas9hmou1zy2r6xihjguec91sx2to/', '0', 'Boys', 0, 0, '', 'run-royale-knockout-d-game'), (8070, 'Car to the sky', 'Extreme ramp car stunt racing games: Impossible Tracks Play of impossible car games 2022 ramp drive in which you will check stunt car drive multiple gt racing car like extreme stunt racing car. Install this mega ramp car stunts driving simulator free and become professional stunt master of extreme gt car stunts games. Drive extreme stunt car jumping on zigzag tracks with extreme car driving games 2022. These mega ramp car racing games 2022 impossible stunts drive is new car stunt game for fans of extreme ramp car jumping games. Play extreme car racing stunts 2022 & practice the real mega ramp car stunt racing games. Different light car race games 2022, jump stunt car games free selections of this extreme car jumping impossible stunt car games will adore you in sky tracks. Get test driving simulator of jumping car impossible ramp driving simulator & enjoy luxury car driving simulator in sky ramps with custom extreme car challenge. Get fun of extreme city ramp car stunt race on zigzag ramp of crazy car stunts game and collect checkpoints in impossible car stunts extreme racing game. An addictive extreme car racing game for all users where you have to perform high jump & extreme driving action with luxury car stunt in impossible stunts light car tracks game. Drive in sky with top speed racing extreme car stunts games 2022 where you have to use mega ramp extreme stunt car challenge within air. Get trained for extreme racing stunts impossible tracks challenge simulated adventure. Start impossible ramp car stunts and pass out all tricky car challenge of the impossible stunt car games 2020 with extreme city stunt car racing games. Extreme Car Jumping Gt Racing Stunts Impossible Tracks 3D A great idea of mega ramp car jump simulator where every level is fascinating. Get ready for impossible stunt car driving simulator game and wear seat belt to complete the extreme city gt stunts car racing impossible challenge one by one. Best car stunt games 2020 with new interface and astonishing environment will make the player addictive to this crazy gt car stunt racing games 2020. Get ready for extreme car stunt game mega ramp 3d simulation and join the extreme city car stunts racing to win the new stunt car race game. All levels of modern gt stunt racing car games are different and make the player amuse with extreme city car stunt driving free. Use your techniques to handle the steering wheel of this crazy car stunts games 3d with turbo cars & modern vintage car stunts to make yourself professional stunts driver of stunt racing game impossible tracks. Check smooth control of this vertical ramp car game with surprising scenes of extreme car racing stunt game will adore you to play this crazy car stunt game. An impossible stunt car racing games and enjoy sports car stunt impossible tracks game on water. Jump over the mega ramp with realistic extreme car and enjoy different angles with extreme stunt car games of 2020 impossible car 3d. Play car race game 2020 in this crazy car stunts driving games free. Best Stunt Car Jumping Games Get this ramp car stunts racing speed stunt master game. Play best car stunt games & get checkpoints, when you failed, you can restart stunt racing car games 2022 on last checkpoint which you achieve otherwise you are out of the game. So beware of hurdles and play extreme car stunts games 2022 & extreme ramp car stunt games or extreme racing car impossible Stunts. Handle the steering and cover up impossible stunt car challenge within time by avoiding to collide hurdles in extreme stunts car driver. Collect checkpoints to move forward in extreme racing ramp car driving stunts. Impossible Stunt car games: extreme car stunt drive Features: Unique idea of extreme ramp car stunt games 2022 Addictive gameplay extreme racing games Best car games 2022 Sky roof stunt trials Extreme vertical ramp car jump Play City gt racing stunts extreme car driving games & give feedback to improve extreme ramp car jump games 2022', 'https://img.gamemonetize.com/ly588qhjbvx6jp6dz08acib4ocps8rua/512x384.jpg', 'https://html5.gamemonetize.com/ly588qhjbvx6jp6dz08acib4ocps8rua/', '0', 'Racing', 0, 0, '', 'car-to-the-sky'), (8071, 'Potato Chips Fires Games', 'Welcome to this potato chips factory game where you can perform the whole process of the snack maker factory on your own. If you are ever curious about the cooking process followed by crispy potato chips makers. Explore the potato snacks factory and transport chips to supermarkets like fast food delivery games. Bring fresh potatoes from the farms of idle chips factory. Wash potatoes well enough to remove mud. Make multiple shaped slices of potatoes. Do you like to eat potato sticks? Learn how you can make delicious potato chips in this factory game. Deliver fine quality and hygiene potato chips to the supermarkets.', 'https://img.gamemonetize.com/oifeejqxw68zxgi3xzxfmjndj7t5oxmp/512x384.jpg', 'https://html5.gamemonetize.com/oifeejqxw68zxgi3xzxfmjndj7t5oxmp/', '0', 'Hypercasual', 0, 0, '', 'potato-chips-fires-games'), (8072, 'AngryBird', 'shoot your goals by using your mouse and space', 'https://img.gamemonetize.com/7zjm7a0syrxra0s3qtqds0bu9810hdj5/512x384.jpg', 'https://html5.gamemonetize.com/7zjm7a0syrxra0s3qtqds0bu9810hdj5/', '0', 'Shooting', 0, 0, '', 'angrybird'), (8073, 'Car Color Race', 'Welcome to Car Color Race game! Tap or click to race and try to reach the final line without touching obstacles. Collect money to unlock new amazing cars. Explore tons of challenging levels and try to complete them all. Good luck', 'https://img.gamemonetize.com/a2gjz3o6o4y2ofux6122czd63l9nd7mt/512x384.jpg', 'https://html5.gamemonetize.com/a2gjz3o6o4y2ofux6122czd63l9nd7mt/', '0', 'Racing', 0, 0, '', 'car-color-race'), (8074, 'Bullet Rush Online', 'The most modern and dynamic shooter with the cutest graphics you have ever seen! Move around with your character and shoot hundreds of enemies frantically. If you\'re good enough, you\'ll be able to trigger your firemode and eliminate dozens of them in one go. Simple and intuitive gameplay with addictive gameplay mechanics.', 'https://img.gamemonetize.com/pjv4a0kfhgtk3qkfmr8msfucggrkn1kv/512x384.jpg', 'https://html5.gamemonetize.com/pjv4a0kfhgtk3qkfmr8msfucggrkn1kv/', '0', 'Adventure', 0, 0, '', 'bullet-rush-online'), (8075, 'Cars Parking Express', 'This driving popular car simulator 3D ensures realistic car damage and accurate driving physics.', 'https://img.gamemonetize.com/mwgabii9tyzbospdeidud90zuwb21wp5/512x384.jpg', 'https://html5.gamemonetize.com/mwgabii9tyzbospdeidud90zuwb21wp5/', '0', 'Hypercasual', 0, 0, '', 'cars-parking-express'), (8076, 'Supers Cars Games', 'Enjoy Online Luxury Cars.', 'https://img.gamemonetize.com/xdfjz3kdqp3molli98prnrrocy8ep7mq/512x384.jpg', 'https://html5.gamemonetize.com/xdfjz3kdqp3molli98prnrrocy8ep7mq/', '0', 'Hypercasual', 0, 0, '', 'supers-cars-games'), (8077, 'Teen Titans Dressup', 'Teen titans, the main character of the beloved cartoon series, is a very brave and aggressive boy. Let\'s dress it up', 'https://img.gamemonetize.com/lay8z3ut7dn8ulss9oacg7jsdeuq6ovy/512x384.jpg', 'https://html5.gamemonetize.com/lay8z3ut7dn8ulss9oacg7jsdeuq6ovy/', '0', 'Girls', 0, 0, '', 'teen-titans-dressup'), (8078, 'Wedding Dress Makers', 'The princess is about to open a wedding dress shop. The opening is about to take place, but nothing is ready to receive the first visitors. A start-up businesswoman is in a panic, but you can calm her down if you help her prepare the store for the moment when the first customers cross its threshold.', 'https://img.gamemonetize.com/xs140l5hozns91xk91sjs1nje9rgoctw/512x384.jpg', 'https://html5.gamemonetize.com/xs140l5hozns91xk91sjs1nje9rgoctw/', '0', 'Girls', 0, 0, '', 'wedding-dress-makers'), (8079, 'Huggy Puzzle', 'Complete 3 different levels, easy, medium and hard can be played on phone and computer good luck!', 'https://img.gamemonetize.com/m7rfgfnlal9iy8w77792ryx9vxlqa6ld/512x384.jpg', 'https://html5.gamemonetize.com/m7rfgfnlal9iy8w77792ryx9vxlqa6ld/', '0', 'Puzzles', 0, 0, '', 'huggy-puzzle'), (8080, 'Sylvester Dress Up', 'Sylvester and Tweety are cartoon characters. Sylvester is a cat and chases Tweety. let\'s dress up', 'https://img.gamemonetize.com/818vom7l012g61vjvibw4wyna2yqhp4v/512x384.jpg', 'https://html5.gamemonetize.com/818vom7l012g61vjvibw4wyna2yqhp4v/', '0', 'Girls', 0, 0, '', 'sylvester-dress-up'), (8081, 'pint the cactus', 'Use Space to launch the needles.', 'https://img.gamemonetize.com/3b55aqjj6fuw15avpzboaq0cs1qzs2xu/512x384.jpg', 'https://html5.gamemonetize.com/3b55aqjj6fuw15avpzboaq0cs1qzs2xu/', '0', 'Hypercasual', 0, 0, '', 'pint-the-cactus'), (8082, 'FLAPPY BIRDS.io', 'use Mouse for pc and laptop users or Touch for phone users to fly.', 'https://img.gamemonetize.com/rcw5vod07hsioeno28gu37f5vhamqv4n/512x384.jpg', 'https://html5.gamemonetize.com/rcw5vod07hsioeno28gu37f5vhamqv4n/', '0', 'Clicker', 0, 0, '', 'flappy-birdsio'), (8083, 'Huggy Puzzle 2', 'Complete 3 different levels, easy, medium and hard can be played on phone and computer good luck!', 'https://img.gamemonetize.com/212dp3xvlqhfbbr6ucdor9bq0i2qreoy/512x384.jpg', 'https://html5.gamemonetize.com/212dp3xvlqhfbbr6ucdor9bq0i2qreoy/', '0', 'Puzzles', 0, 0, '', 'huggy-puzzle-'), (8084, 'Ultimate Crazy Car', 'driving experience on Impossible Hard Tracks by performing Car Crazy Stunts on Mega Tracks Ramps with Super Muscle Prado Cars.', 'https://img.gamemonetize.com/ok8nwrnxuhgm99wogsro6udletsoravd/512x384.jpg', 'https://html5.gamemonetize.com/ok8nwrnxuhgm99wogsro6udletsoravd/', '0', 'Arcade', 0, 0, '', 'ultimate-crazy-car'), (8085, '3pp', 'Are you ready to play Ultimate Crazy Car Driving and Car Stunt Simulator on sky tricky roads climbing car games by playing Impossible Tracks Car Stunt Game.', 'https://img.gamemonetize.com/wovdiuw1kuf3yo7v4dokuzzyiv79o9np/512x384.jpg', 'https://html5.gamemonetize.com/wovdiuw1kuf3yo7v4dokuzzyiv79o9np/', '0', 'Arcade', 0, 0, '', 'pp'), (8086, 'CANNON SIEGE', 'shoot your goals by using your mouse and space', 'https://img.gamemonetize.com/bic50dg1f5izxqy96a098gnk26nfslds/512x384.jpg', 'https://html5.gamemonetize.com/bic50dg1f5izxqy96a098gnk26nfslds/', '0', 'Shooting', 0, 0, '', 'cannon-siege'), (8087, 'A Shaun the Sheep Movie Farmageddon Jigsaw Puzzle', 'Zazgames is a place where you can infinitely play assembling online jigsaw puzzles. We hope you are up for another game from the Puzzle category on our website , because we have just added the game called A Shaun the Sheep Movie Farmageddon Jigsaw Puzzle for you all, which, despite being one of the many puzzle games we have added so far into this category, this is the first puzzle game to use this specific format, and image, so it is going to be a brand new experience for all of you, an experience we are sure you will appreciate, as there is no way you aren\'t going to have a lot of fun playing the game. Especially after you learn how to play it from the next lines in the description. you will start by choosing how you want the jigsaw puzzle be : hard medium or easy. After that, the jigsaw puzzle pieces are going to be spread around the game screen randomly. Use the mouse to drag them over the transparent images where they match with the image, until all the pieces are connected, and the image looks just like it did in the beginning. You will have a great time with the game, so start it right now, and we are sure you will not regret it one second!', 'https://img.gamemonetize.com/rxc57mesuy3jx7acarh4unx6hc7k6llj/512x384.jpg', 'https://html5.gamemonetize.com/rxc57mesuy3jx7acarh4unx6hc7k6llj/', '0', 'Puzzles', 0, 0, '', 'a-shaun-the-sheep-movie-farmageddon-jigsaw-puzzle'), (8088, 'FLAPPY BIRD DESERT', 'use Mouse for pc and laptop users or Touch for phone users to fly.', 'https://img.gamemonetize.com/l0q06zas4tmwktjjwxscu07axjorowdr/512x384.jpg', 'https://html5.gamemonetize.com/l0q06zas4tmwktjjwxscu07axjorowdr/', '0', 'Clicker', 0, 0, '', 'flappy-bird-desert'), (8089, 'CANNON UNIVERSE', 'shoot your goals by using your mouse and space', 'https://img.gamemonetize.com/s3yna3p7e0c522skbz9jad7sv1hn6ysq/512x384.jpg', 'https://html5.gamemonetize.com/s3yna3p7e0c522skbz9jad7sv1hn6ysq/', '0', 'Shooting', 0, 0, '', 'cannon-universe'), (8090, 'Barbie Elegant Dress', 'Barbie is invited to the evening party. She\'s going to meet her boyfriend Ken. She should wear the most fashionable clothes and jewelry. Let\'s dress her very elegantly.', 'https://img.gamemonetize.com/8094kdqym8veu22lqwm7bs0pc2ouzvvs/512x384.jpg', 'https://html5.gamemonetize.com/8094kdqym8veu22lqwm7bs0pc2ouzvvs/', '0', 'Girls', 0, 0, '', 'barbie-elegant-dress'), (8091, 'Simple Boxing', 'Knockout the competition and see exactly how well you match up against your opponents, and other players! Now with sound! In Simple Boxing, you take control of an average joe boxer and try to make it up the boxing ranks. However, things are a bit different in this boxing federation. Matches are never ending, and each round lasts as long as both boxers are standing. The rules are simple, the game is boxing. Welcome to Simple Boxing.', 'https://img.gamemonetize.com/diu2jma276vkmsq0n2fmaobaqhenprvr/512x384.jpg', 'https://html5.gamemonetize.com/diu2jma276vkmsq0n2fmaobaqhenprvr/', '0', 'Adventure', 0, 0, '', 'simple-boxing'), (8092, 'The Box Box', 'Push the boxes into the correct place and find the solution to more than 70 challenges in scenarios full of interactive objects like tornadoes, portals, one-way passages, locks and keys, blocks and barriers that make the puzzles even more challenging. Box Box is a puzzle solving game, inspired by the classics Sokoban and Box World, with stages made up of different mechanics and interactions between objects that will push your brain to the limit to solve problems while having fun and exercising your reasoning logical. The game mechanics go far beyond pushing boxes, requiring interaction with the scenario to remove barriers, open a path and discover new ways to reach the desired location, even if there is no obvious way, creating surprising dynamics and increasingly difficult stages . The game has a progression of difficulty that over time requires more and more reasoning skills, logic and puzzle solving skills. Interactions available in the scenario: 1. Boxes â— Should be pushed to the indicated location. â— You can only push one box at a time. 2. Tornado â— It pulls objects on top of itself and can be used to move boxes in a direction that was previously not possible. 3. One way passage â— Allows the player and other objects to be moved only in the direction indicated by the arrow. â— One-way pass has a variant that changes the allowable direction of movement whenever the player passes through it. 4. Lock/padlock â— Prevents the passage of the player and any other object in the scene until it is unlocked using the key. 5. Key â— Allows you to unlock the lock/padlock, opening the way to other parts of the scene. â— As with the Box, the key must be skillfully pushed to the desired location. 6. Hole â— The holes act as barriers in the scenario that prevent the player from passing until they are covered by another object. â— Attention! If you push a box into a hole, you can no longer retrieve it. 7. Blocks â— Blocks have a very box-like behavior and can be used by the player to help solve puzzles. â— Blocks are useful to cover other objects in the scene such as tornadoes and holes, thus facilitating the movement of the player and boxes. 8. Portal â— The portal is a magical object capable of teleporting the player and other objects from one position to another. â— Portals are always connected, so there is always a round-trip through them. â— Portals are essential for solving puzzles where there is no direct path in the scene, but the solution is possible by teleporting to another location. As a player, your objective is to solve all the puzzles and push the boxes to the marked locations, gradually advancing to the most difficult stages. Ready to have fun, exercise your brain and solve puzzles? So let\'s play! If you love solving puzzles, this game is definitely for you!', 'https://img.gamemonetize.com/yogjeathhaxcn81hbudov36w0cgs5c5g/512x384.jpg', 'https://html5.gamemonetize.com/yogjeathhaxcn81hbudov36w0cgs5c5g/', '0', 'Adventure', 0, 0, '', 'the-box-box'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (8093, 'Vampire', 'kill all your enemies and collect your gold.', 'https://img.gamemonetize.com/ao6xuztyvph76g98x37xzfe23g7mo1iy/512x384.jpg', 'https://html5.gamemonetize.com/ao6xuztyvph76g98x37xzfe23g7mo1iy/', '0', 'Adventure', 0, 0, '', 'vampire'), (8094, 'Puzzle Time Sea Creatures', 'Puzzle Time – Sea Creatures is a game designed specifically for kids. The objective of this game is to put the pieces of puzzles together. Once all pieces are placed correctly, it not only shows the picture of a Sea Creature but also shows a fun fact about them allowing kids to broaden their knowledge and learn something new as they play.', 'https://img.gamemonetize.com/lcl4lkl8yl3yjlmnrf2e9hgmkyoonrk3/512x384.jpg', 'https://html5.gamemonetize.com/lcl4lkl8yl3yjlmnrf2e9hgmkyoonrk3/', '0', 'Puzzles', 0, 0, '', 'puzzle-time--sea-creatures'), (8095, 'Puzzle Toy Block', 'You will play with a magician, the magician will bring her tricks to make game more challenging. Wise choices is the key of getting high score. - Want to train your brain.', 'https://img.gamemonetize.com/hpatqsvhv910x5sj74urc3ucj5p6iai4/512x384.jpg', 'https://html5.gamemonetize.com/hpatqsvhv910x5sj74urc3ucj5p6iai4/', '0', 'Puzzles', 0, 0, '', 'puzzle-toy-block'), (8096, 'Squid Adventures', 'Squid Adventures is a game in which you need to earn all the money, for this you need to take part in many games. It’s fashionable to be tug of war, jumping on glass, green and red, there are also several games with blue balls and a game in which you need to scrape a cookie of the desired shape. And also the final – knife fights.', 'https://img.gamemonetize.com/b7p3kizlq9s5fpgr5j1ps26zpglujaab/512x384.jpg', 'https://html5.gamemonetize.com/b7p3kizlq9s5fpgr5j1ps26zpglujaab/', '0', 'Puzzles', 0, 0, '', 'squid-adventures'), (8097, 'Dracula On Milk Red Cake', 'Donna the dentist was lost in the woods and found herself inside Count Dracoul\'s Mansion. He offered her his place for the night and as a sign of her gratitude, Donna will clean him, fix his teeth and restore his strength by making him a delicious milk red cake. Will she be eaten afterwards? That\'s something you\'ll look forward at the end!', 'https://img.gamemonetize.com/jek8fqn5g6yabm0x9n0rqpytbqttqf6l/512x384.jpg', 'https://html5.gamemonetize.com/jek8fqn5g6yabm0x9n0rqpytbqttqf6l/', '0', 'Action', 0, 0, '', 'dracula-on-milk-red-cake'), (8098, 'Scooby Shaggy Dressup', 'Shaggy is from the town of Coolsville, Ohio. When he was old enough to go to school, he adopted Scooby–Doo from the Knittingham Puppy Farm. Let\'s dress up these cute friends now!', 'https://img.gamemonetize.com/5w6g3i6wjqedrygof4klbv77ioc2k8ok/512x384.jpg', 'https://html5.gamemonetize.com/5w6g3i6wjqedrygof4klbv77ioc2k8ok/', '0', 'Girls', 0, 0, '', 'scooby-shaggy-dressup'), (8099, 'Noob Chef Winter', 'You have to finish 5 levels with food master yellow chef! Complete the levels without getting hit by obstacles! 2nd game', 'https://img.gamemonetize.com/6u0u1guodbs3j3jhloh1i3phw5m1krso/512x384.jpg', 'https://html5.gamemonetize.com/6u0u1guodbs3j3jhloh1i3phw5m1krso/', '0', 'Arcade', 0, 0, '', 'noob-chef-winter'), (8100, 'Noob Fox', 'Try to pass the levels without getting stuck with the clumsy fox! #1 noob fox game', 'https://img.gamemonetize.com/foc7rkxbiyp164gq85ijr3hrerzwibd0/512x384.jpg', 'https://html5.gamemonetize.com/foc7rkxbiyp164gq85ijr3hrerzwibd0/', '0', 'Arcade', 0, 0, '', 'noob-fox'), (8101, 'Noob Fox 2', 'Try to pass the levels without getting stuck with the clumsy fox! #2 noob fox game', 'https://img.gamemonetize.com/9mdaf6gm2o54wuszzgf2zto3arlj6wky/512x384.jpg', 'https://html5.gamemonetize.com/9mdaf6gm2o54wuszzgf2zto3arlj6wky/', '0', 'Arcade', 0, 0, '', 'noob-fox-'), (8102, 'Shrek Dress up', 'Shrek is a huge green troll with a rather frightening appearance. He is eager to find a creature as ugly as himself with whom he can spend the rest of his life. let\'s dress up him and have fun.', 'https://img.gamemonetize.com/mqqtyl0qvcczo9s5q5qekquojmhqseau/512x384.jpg', 'https://html5.gamemonetize.com/mqqtyl0qvcczo9s5q5qekquojmhqseau/', '0', 'Girls', 0, 0, '', 'shrek-dress-up'), (8103, 'Mr Alien', 'Help this alien who fell to earth from outer space! finish the levels without touching the obstacles and send the alien back to her home!', 'https://img.gamemonetize.com/y3codpnfi9nyh4qbr87hqqz17xfae6jb/512x384.jpg', 'https://html5.gamemonetize.com/y3codpnfi9nyh4qbr87hqqz17xfae6jb/', '0', 'Arcade', 0, 0, '', 'mr-alien'), (8104, '1pp', 'There are several types of cars in this new game 2022 where you can enjoy car stunt races. this is a best car game where you can aslo enjoy car stunts.', 'https://img.gamemonetize.com/aculb1udz96ecr8rgvk9yw4gzi5rpiwl/512x384.jpg', 'https://html5.gamemonetize.com/aculb1udz96ecr8rgvk9yw4gzi5rpiwl/', '0', 'Hypercasual', 0, 0, '', 'pp'), (8105, 'Sky Car Online', '. If you are into new car games 2022 where you can enjoy Mega Ramps Ultimate races then download this offline game 2022.', 'https://img.gamemonetize.com/mwnnmcx9018tes7hrmuhxddt9919m42x/512x384.jpg', 'https://html5.gamemonetize.com/mwnnmcx9018tes7hrmuhxddt9919m42x/', '0', 'Arcade', 0, 0, '', 'sky-car-online'), (8106, 'Advanced Blocky Gangster Warfare', 'These excellent zombie outbreak games, including some which can be played with other people, will allow you access to a broad array of weapons, and then you\'ll be able to employ them all. You have simultaneously engaged in battle with Minecraft zombie Bots across many maps. It will look easy because you have accessibility to all the weaponry essential to battle zombies, but you will have to deal with other undead as your rivals. No, I don\'t think I\'m ready for that yet. These shooting games demand you to seek shelter behind different objects while you amuse yourself while enjoying them. Do you prefer playing online free action games with certain other people? Access to numerous weapons? In most horror games, gamers only have access to guns as a form of defence.', 'https://img.gamemonetize.com/41q7qx7s9yowhem2jql8kg9t8hkag17q/512x384.jpg', 'https://html5.gamemonetize.com/41q7qx7s9yowhem2jql8kg9t8hkag17q/', '0', 'Shooting', 0, 0, '', 'advanced-blocky-gangster-warfare'), (8107, 'Lawn Mower', 'With the help of a lawn mower you have to mow all the grass on the lawn. Each section of the lawn can only be visited once.', 'https://img.gamemonetize.com/s61j64afbm813ym1ri35lxetnmbpz5y5/512x384.jpg', 'https://html5.gamemonetize.com/s61j64afbm813ym1ri35lxetnmbpz5y5/', '0', 'Puzzles', 0, 0, '', 'lawn-mower'), (8108, 'Fill The Fridge Game', 'Fill The Fridge is a fun casual game to fill up the fridge. How do you usually arrange the space of the refrigerator? Come join the game and experience the fun of storage! Arrange the space reasonably and put all items of food into the fridge, the more things you put in, the higher score you get. Lots of interesting levels are waiting for you to challenge! Have fun!', 'https://img.gamemonetize.com/ukn629709jmciggccw1cqecu0jrbr73i/512x384.jpg', 'https://html5.gamemonetize.com/ukn629709jmciggccw1cqecu0jrbr73i/', '0', 'Arcade', 0, 0, '', 'fill-the-fridge-game'), (8109, 'Battalion Commander 1917', 'During World War I, a regular yet brave soldier receives seemingly impossible orders. In a race against time, he must cross over into enemy territory to find an enormous enemy machine and destroy it that could potentially save 1,600 of his fellow comrades. This soldier is you! Free the fellow soldiers held captive on the enemy territory and they will join you in the mission. Collect gold during each run to buy valuable upgrades including a heavy tank!', 'https://img.gamemonetize.com/5067zzmryyi9ibzuf32zw8dnd50yq8g6/512x384.jpg', 'https://html5.gamemonetize.com/5067zzmryyi9ibzuf32zw8dnd50yq8g6/', '0', 'Shooting', 0, 0, '', 'battalion-commander-'), (8110, 'Sticky Ball Rush', 'Sticky Ball Rush is an attractive game for all ages to play. Just tap the screen to control the machine to go ahead. Collect more and more balls to guarantee it can finish the level. Avoid bumping the blocks. It can make your balls decrease! Well, show your intelligence now!', 'https://img.gamemonetize.com/bcznzqo3mszgdi4guplt68us5v44mi5a/512x384.jpg', 'https://html5.gamemonetize.com/bcznzqo3mszgdi4guplt68us5v44mi5a/', '0', 'Puzzles', 0, 0, '', 'sticky-ball-rush'), (8111, 'Ball Giant Rush', 'Ball Giant Rush is an interesting arcade game for free. Slide the screen to control the ball to collect the balls which have the same color to be giant as much as possible. Try to avoid bumping into different color ball, it will make you smaller until you fail. Try it now!', 'https://img.gamemonetize.com/kd0763x7lsisxiagzsebglbgz9ue1p37/512x384.jpg', 'https://html5.gamemonetize.com/kd0763x7lsisxiagzsebglbgz9ue1p37/', '0', 'Puzzles', 0, 0, '', 'ball-giant-rush'), (8112, 'Idle Beauty Salon Tycoon', 'Idle Beauty Salon Tycoon is an idle casual game to experience the beauty salon. Just drag to move to manage the beauty salon. The main work you are responsible for is to stock the counter, cash out, and answer customers\' questions. Of course, don\'t forget to unlock the new area. Have a try!', 'https://img.gamemonetize.com/rzdedq03ba31knypkpf4idd8l1gwy787/512x384.jpg', 'https://html5.gamemonetize.com/rzdedq03ba31knypkpf4idd8l1gwy787/', '0', 'Puzzles', 0, 0, '', 'idle-beauty-salon-tycoon'), (8113, 'Bubble Pop Origin', 'Bubble Shooter is one of the most addictive fun bubble games for android devices with over 300 difficult and challenging levels. It gives you a fun arcade mode game experience. Disappear all the colorful bubbles by hitting them from the bottom of the screen. Group 3 or more bubbles to burst and disappear.', 'https://img.gamemonetize.com/1h6oi40ea2vjcijhi1qw29gki0hx65s8/512x384.jpg', 'https://html5.gamemonetize.com/1h6oi40ea2vjcijhi1qw29gki0hx65s8/', '0', 'Shooting', 0, 0, '', 'bubble-pop-origin'), (8114, 'Fashion Queen Dress Up', 'Fashion Queen Dress Up is a very fashionable dress up game. Also the game style is quite original. You are having beauty competitions with random people at random scenes. You definitely want to get dressed to be glamorous. Firstly you need to put on some beautiful makeup. Then choose suitable outfit according to the comepetition scene. With so many delicate accessories, fashionable outfits and your fashion taste , you will definitely win the competitions. Enjoy this game!', 'https://img.gamemonetize.com/ik1xn5oehc0zp1bkha9m5jsuixk5q27v/512x384.jpg', 'https://html5.gamemonetize.com/ik1xn5oehc0zp1bkha9m5jsuixk5q27v/', '0', 'Girls', 0, 0, '', 'fashion-queen-dress-up'), (8115, 'Princess Nail Makeup Salon', 'Princess Nail Makeup Salon is a very delicate nail makeup game. Becoming a talented manicurist is a dream for many girls. Now, through online games, you can experience the work of a manicurist without leaving your home. In this game, you own a nail salon that designs nails for princesses. Unlike other games, this one has a lot of shiny nail plates and beautifully designed decorations. You can create a master manicure with just the flick of your fingers. Enjoy your time with the pulsating music!', 'https://img.gamemonetize.com/vq6l87ul87cy3phx5zov8qsa4vtctegu/512x384.jpg', 'https://html5.gamemonetize.com/vq6l87ul87cy3phx5zov8qsa4vtctegu/', '0', 'Girls', 0, 0, '', 'princess-nail-makeup-salon'), (8116, 'Stickman Golf Super', 'Enjoy this wonderful golf game! Calculate the angle and power of your shots in order to get a hole in one. Good luck, player!', 'https://img.gamemonetize.com/tb8uo3r41mz8nhc3kh7puaegc7k65185/512x384.jpg', 'https://html5.gamemonetize.com/tb8uo3r41mz8nhc3kh7puaegc7k65185/', '0', 'Fighting', 0, 0, '', 'stickman-golf-super'), (8117, 'Monster Connect', 'Are you Ready to play againt time and connect monter tiles in this amazing puzzle link game? Match Two identical Monster and clear the board before time\'s Up. Try to complete all the chellenging levels to win. Good luck', 'https://img.gamemonetize.com/vamaq4wign6pputcwqykroay9xtbaxzj/512x384.jpg', 'https://html5.gamemonetize.com/vamaq4wign6pputcwqykroay9xtbaxzj/', '0', 'Puzzles', 0, 0, '', 'monster-connect'), (8118, 'Bu Bunny Two Rabbit', 'Cute rabbit - 2 black and white rabbits are lost in the land of Dop5 and are looking to find their way back home. Please help them by controlling both cute and cute rabbits to overcome challenges, eat all the carrots that appear on the screen.', 'https://img.gamemonetize.com/rra43pclz6sis019rmk4yy6580thi1ev/512x384.jpg', 'https://html5.gamemonetize.com/rra43pclz6sis019rmk4yy6580thi1ev/', '0', 'Arcade', 0, 0, '', 'bu-bunny-two-rabbit'), (8119, 'Cube Shift 3D', 'Crazy Ball 3D is an excellent 3D ball game that will make you super happy and addicted to the game with simple and easy controls and just one click to play. In this Crazy Ball 3D game, you need to avoid obstacles while controlling the ball to keep moving forward. Are you eager to experience this reaction speed game? Install this fun game and become a good ball control expert in Crazy Ball 3D game. Download Crazy Ball 3D game: infinite dash now. How to play. ★Finger controls the ball to move left and right ★The acceleration belt can help you speed up. ★Dodging various obstacles Features. ★One-touch control for easy operation ★Stunning 3D worlds and effects ★No time limit ★Crazy speed ★Multi-color skin ★Best pressure reducer ★Challenges to test your extreme speed and rapid response If you like the feeling of adrenaline spewing, then this ultra-casual game is definitely for you. This Crazy Ball 3D game and reaction speed game is designed for you. This Crazy Ball 3D game may seem easy, but the ball will die as soon as it hits an obstacle. So do your best to control the ball and navigate through the dangerous paths to become a ball control expert! This Crazy Ball 3D game is simple and exciting, train your motor skills and reflexes at the same time. Play this super casual game and prove your skills in Crazy Ball 3D: Infinite Dash! You can\'t stop racing!', 'https://img.gamemonetize.com/xgvlfbxi9w9k2gcarzk8zljzw2hp7dbr/512x384.jpg', 'https://html5.gamemonetize.com/xgvlfbxi9w9k2gcarzk8zljzw2hp7dbr/', '0', 'Arcade', 0, 0, '', 'cube-shift--d'), (8120, 'Kitty Animal Hair Salon Fashion Hair Stylist', 'Welcome to Amy\'s Animal Hair Salon - the best cat beauty salon game for girls and boys! Here kids can become pet stylists and play with the cutest cats! Animal style icon Amy the leopard opened her own Animal Hair Salon for cats! Meet her first fluffy cat clients and help them get their dream hair and fashion makeovers! Wash, brush, curl, straighten, color and style the cats\' beautiful hair! Dress the cats up in colorful trendy clothes!', 'https://img.gamemonetize.com/bchhwkg9aqpo9mzpn5lo6d96a4y2n42o/512x384.jpg', 'https://html5.gamemonetize.com/bchhwkg9aqpo9mzpn5lo6d96a4y2n42o/', '0', 'Girls', 0, 0, '', 'kitty-animal-hair-salon--fashion-hair-stylist'), (8121, 'Different Fashion Hairstyle Hair Salon', 'What type of hairstyles do you like? Our friends Sofia and Zoe are discussing which styles are more popular. Curls or straight hair? Help them choose their favorite hairstyle and dress. Have fun!', 'https://img.gamemonetize.com/8ixongwwyzp63alws56jatsq051xgzb0/512x384.jpg', 'https://html5.gamemonetize.com/8ixongwwyzp63alws56jatsq051xgzb0/', '0', 'Girls', 0, 0, '', 'different-fashion-hairstyle--hair-salon'), (8122, 'Fastlane Road To Revenge Master Car Racing', 'Fastlane Road To Revenge Master is a very modern arcade game. Unlike the punch and kick of traditional arcade games, the racing game can also become a kind of arcade game. You can not only drive the racing car to enjoy the ultimate speed but also shoot at will. Blow up the vehicle in front, and collect the gold coins on the road by the way. When the gold coins accumulate to a certain level, you can buy new racing cars and better equipment. Why are you still hesitating? Come and experience this game!', 'https://img.gamemonetize.com/fzvvjckvsyyzs0q5r2e4hml5byq5xgdi/512x384.jpg', 'https://html5.gamemonetize.com/fzvvjckvsyyzs0q5r2e4hml5byq5xgdi/', '0', 'Boys', 0, 0, '', 'fastlane-road-to-revenge-master--car-racing'), (8123, 'Dream Chefs Game', 'Do you want to become a famous western food chef? Dream Chefs is a game that can help you realize your dreams. You will become the manager of a western restaurant, manage your own western restaurant, and cook delicious food. You have a lot of customers, so you are very busy, fulfilling customer orders, And complete the food production at the first time, don\'t forget to prepare red wine for customers! Experience the fever of real cooking in the kitchen without making any effort.', 'https://img.gamemonetize.com/o58a6iwf2ze58gd180zzknxfbya9slfw/512x384.jpg', 'https://html5.gamemonetize.com/o58a6iwf2ze58gd180zzknxfbya9slfw/', '0', 'Arcade', 0, 0, '', 'dream-chefs-game'), (8124, 'Hovercraft Flying 3D', 'Hovercraft Flying 3D is an attractive game that you can not miss it. Click the screen to control the hovercraft to reach the end line. Cross all the gates and avoid hitting the obstacles. Collect the coins to unlock the other hovercrafts. Try it now!', 'https://img.gamemonetize.com/esznds8npree9p19a3vpwfgg9f71l3zi/512x384.jpg', 'https://html5.gamemonetize.com/esznds8npree9p19a3vpwfgg9f71l3zi/', '0', 'Arcade', 0, 0, '', 'hovercraft-flying-d'), (8125, 'Jerry Dress up', 'The little hero of the Tom and Jerry cartoon is Jerry the mouse. Tom and Jerry are actually friends. Jerry likes to steal food from the kitchen. Tom tries to catch him. Let\'s dress Jerry now', 'https://img.gamemonetize.com/8wlfjupa30qrdog0wae0skzz5ewfwt2s/512x384.jpg', 'https://html5.gamemonetize.com/8wlfjupa30qrdog0wae0skzz5ewfwt2s/', '0', 'Girls', 0, 0, '', 'jerry-dress-up'), (8126, 'Ä°mpostor Puzzle 1', 'Complete 3 different levels, easy, medium and hard can be played on phone and computer good luck!', 'https://img.gamemonetize.com/adkrqz07klzeish6zb7rra4498cm1k6i/512x384.jpg', 'https://html5.gamemonetize.com/adkrqz07klzeish6zb7rra4498cm1k6i/', '0', 'Puzzles', 0, 0, '', 'mpostor-puzzle-'), (8127, 'Sue Summer Fashion', 'Sue is a very beautiful girl. She likes to travel and swim during the school holidays. She likes to dress stylishly and do makeup. Let\'s dress her up so sweet', 'https://img.gamemonetize.com/0pplohig8o5vue9u35gwpbz9l28raht3/512x384.jpg', 'https://html5.gamemonetize.com/0pplohig8o5vue9u35gwpbz9l28raht3/', '0', 'Girls', 0, 0, '', 'sue-summer-fashion'), (8128, 'Ä°mpostor Puzzle 2', 'Complete 3 different levels, easy, medium and hard can be played on phone and computer good luck!', 'https://img.gamemonetize.com/0c6cppzj0dijbgk15n64hh4fbgyyr4i1/512x384.jpg', 'https://html5.gamemonetize.com/0c6cppzj0dijbgk15n64hh4fbgyyr4i1/', '0', 'Puzzles', 0, 0, '', 'mpostor-puzzle-'), (8129, 'Puppy Match3', 'An exciting logic game in which you will play as a puppy. You need to help him get all the lost pictures and this will require your ingenuity. To do this, you do not need to move the chips among themselves, it is enough to find a group of identical blocks of 3 or more tiles and click on them. Then the colorful tiles will burst and clear the playing field.', 'https://img.gamemonetize.com/4pyicdfaljd8xjoqn0wtjoptk8veabqr/512x384.jpg', 'https://html5.gamemonetize.com/4pyicdfaljd8xjoqn0wtjoptk8veabqr/', '0', 'Puzzles', 0, 0, '', 'puppy-match'), (8130, 'Hardest Fun Game', 'HARDEST FUN GAME EVER CAN YOU BEAT THE ALL HARD 8 LEVELS', 'https://img.gamemonetize.com/9lxrxh03ifeg5nbkyh0140cr1dpjgiow/512x384.jpg', 'https://html5.gamemonetize.com/9lxrxh03ifeg5nbkyh0140cr1dpjgiow/', '0', 'Hypercasual', 0, 0, '', 'hardest-fun-game'), (8131, 'Patrick Dress Up', 'Patrick Star is a character in the SpongeBob Squarepants cartoon. Patrick is a starfish. He is a pure but kind hearted character. SpongeBob is his best friend. He doesn\'t work, all he does is watch TV. He lives under a rock. Let\'s dress it up. Fun game.', 'https://img.gamemonetize.com/2ra171v6qtlzamep1es4enykepobh783/512x384.jpg', 'https://html5.gamemonetize.com/2ra171v6qtlzamep1es4enykepobh783/', '0', 'Girls', 0, 0, '', 'patrick-dress-up'), (8132, 'Princess Style Fashion', 'Fashion girl Beatrice is beautiful as a princess. Now let\'s dress her up in princess fashion and make up. let\'s play', 'https://img.gamemonetize.com/39z6vxh2qblcfn1zefkwsztnke5ttg9y/512x384.jpg', 'https://html5.gamemonetize.com/39z6vxh2qblcfn1zefkwsztnke5ttg9y/', '0', 'Girls', 0, 0, '', 'princess-style-fashion'), (8133, 'Junior Apple', 'Be careful not to burn the little apple! Collect coin and you must complete 5 levels without getting stuck', 'https://img.gamemonetize.com/8qwrnhnpa0nz5lqdfyj6fzm9fs14c02i/512x384.jpg', 'https://html5.gamemonetize.com/8qwrnhnpa0nz5lqdfyj6fzm9fs14c02i/', '0', 'Arcade', 0, 0, '', 'junior-apple'), (8134, 'Brick Surfer For Kid', 'Brick Surfer is an arcade running game. How can we pass that dangerous road? There are some bricks, you could step on those to through. The more bricks you collect, you will get more diamonds. Let us surfer in the sky!', 'https://img.gamemonetize.com/k8yxdzbexl9r0xj7pu88ls2q2oxcczzd/512x384.jpg', 'https://html5.gamemonetize.com/k8yxdzbexl9r0xj7pu88ls2q2oxcczzd/', '0', 'Arcade', 0, 0, '', 'brick-surfer-for-kid'), (8135, 'Jetsky Power Boat Water Racing Stunts Game', 'To play the water racing games or jet ski games is always a great source of fun for the jet ski racer. Enjoy water games along with thrill jet ski races with opponents in this water speed boat racing simulator. Rush your jet ski in the 3D realistic environment. Let’s go through the waves of water and excite yourself with jet ski racing stunts and joy rides of water surfing.', 'https://img.gamemonetize.com/qghtht1euiw2t9hqgsc6lusil5dr6fiw/512x384.jpg', 'https://html5.gamemonetize.com/qghtht1euiw2t9hqgsc6lusil5dr6fiw/', '0', 'Racing', 0, 0, '', 'jetsky-power-boat-water-racing-stunts-game'), (8136, 'The Sea Beast Card Match', 'Produced in-house at Netflix Animation, the film is scheduled for a release in select cinemas on June 24, 2022, before debuting on Netflix on July 8, 2022. On November 5, 2018, Netflix announced that Chris Williams will write and direct the animated movie Jacob and the Sea Beast.[1] On November 7, 2020, the film was retitled to The Sea Beast.[4]', 'https://img.gamemonetize.com/3qodp15xft37bd3uajpbddaz5c4fpnvz/512x384.jpg', 'https://html5.gamemonetize.com/3qodp15xft37bd3uajpbddaz5c4fpnvz/', '0', 'Puzzles', 0, 0, '', 'the-sea-beast-card-match'), (8137, 'Trollhunters Rise of The Titans Card Match', 'Trollhunters: Rise of the Titans is a 2021 American computer-animated science fantasy film directed by Johane Matte, Francisco Ruiz Velasco, and Andrew Schmidt, and written by Guillermo del Toro, Marc Guggenheim and Dan and Kevin Hageman (who also produced the film). It is the finale of the Tales of Arcadia franchise by Guillermo del Toro, which features the television series Trollhunters, 3Below and Wizards. Following a year after the events of Wizards, the Guardians of Arcadia reunite for the final time as they battle the nefarious Arcane Order, who have reawakened the primordial Titans.', 'https://img.gamemonetize.com/ov1mo66cwyq9a1ar27ti405tcuew514v/512x384.jpg', 'https://html5.gamemonetize.com/ov1mo66cwyq9a1ar27ti405tcuew514v/', '0', 'Puzzles', 0, 0, '', 'trollhunters-rise-of-the-titans-card-match'), (8138, 'Cake Blocks Collapse', 'Collapse the blocks by tapping groups of horizontally or vertically connected same-color blocks. On each collapse you will obtain a score. The bigger the group you collapse, the higher a score you will get. The status at the bottom will show you the projected score for any selected group. You will enjoy exciting and challenging gameplay with a number of power ups.', 'https://img.gamemonetize.com/3i5reaq5pud5glip3jwr3uzjazb2oo5r/512x384.jpg', 'https://html5.gamemonetize.com/3i5reaq5pud5glip3jwr3uzjazb2oo5r/', '0', 'Girls', 0, 0, '', 'cake-blocks-collapse'), (8139, 'Sky Color Online Game', 'Sky Color Is an Online Game Where You Have to Match the Color of the Sky.. Do you like playing online games? If so, then you will love Sky Color. This game is all about matching the color of the sky. You can play it on your computer or smartphone. The game is easy to learn and fun to play. It is great for kids and adults alike.', 'https://img.gamemonetize.com/zw1kdjcmssk31e2bw4qnmkgx2xjzfdfv/512x384.jpg', 'https://html5.gamemonetize.com/zw1kdjcmssk31e2bw4qnmkgx2xjzfdfv/', '0', 'Puzzles', 0, 0, '', 'sky-color-online-game'), (8140, 'Pou Edition', 'After years yearning for revenge for the deaths of his compatriots, Pou has returned stronger than ever, ready to fight for his country. He won\'t let humans continue to treat his kind like poo-shaped pets, the Pou are the ultimate life form and they have to prove it. He accompanies Pou on a bloody adventure that will lead him and his brothers to victory...', 'https://img.gamemonetize.com/g4byukgy2tv4q6i9zo52auio9y1igix8/512x384.jpg', 'https://html5.gamemonetize.com/g4byukgy2tv4q6i9zo52auio9y1igix8/', '0', 'Arcade', 0, 0, '', 'pou-edition'), (8141, 'SkaterGirl', 'Play with keyboard (arrow keys and mouse or enter) or play with XboxOne controller. Haven\'t tested with Playstation controller but give it a try, Speed increases as you collect more orbs. Also pick up the green shield icon to safely pass through objects for a limited amount of time. Also pick up the pink clocks as they will slow down time for a limited amount of time. This game is fun and addictive and I loved playing it and making it.', 'https://img.gamemonetize.com/i7a3owtroh5mr5vx2pyd5w6nsq1ptq44/512x384.jpg', 'https://html5.gamemonetize.com/i7a3owtroh5mr5vx2pyd5w6nsq1ptq44/', '0', 'Adventure', 0, 0, '', 'skatergirl'), (8142, 'Ferdinand Jigsaw Puzzle', 'Zazgames is a place where you can infinitely play assembling online jigsaw puzzles. We hope you are up for another game from the Puzzle category on our website , because we have just added the game called Ferdinand Jigsaw Puzzle for you all, which, despite being one of the many puzzle games we have added so far into this category, this is the first puzzle game to use this specific format, and image, so it is going to be a brand new experience for all of you, an experience we are sure you will appreciate, as there is no way you aren\'t going to have a lot of fun playing the game. Especially after you learn how to play it from the next lines in the description. you will start by choosing how you want the jigsaw puzzle be : hard medium or easy. After that, the jigsaw puzzle pieces are going to be spread around the game screen randomly. Use the mouse to drag them over the transparent images where they match with the image, until all the pieces are connected, and the image looks just like it did in the beginning. You will have a great time with the game, so start it right now, and we are sure you will not regret it one second!', 'https://img.gamemonetize.com/1xibqdh0co1sprtswm9w4x3h2apguq1b/512x384.jpg', 'https://html5.gamemonetize.com/1xibqdh0co1sprtswm9w4x3h2apguq1b/', '0', 'Puzzles', 0, 0, '', 'ferdinand-jigsaw-puzzle'), (8143, 'High School Crush Date', 'Omg, I think someone at school likes you! Will, it is the object of your crush? !? Is this a love letter from him? !? I think it\'s quite possible! Great - he asked you out! Dress up stunningly beautifully for your big date. Get ready for a romantic picnic under the stars, will you get your first kiss?!', 'https://img.gamemonetize.com/viwct9w32vip3906b9c01a5u2ukaptc1/512x384.jpg', 'https://html5.gamemonetize.com/viwct9w32vip3906b9c01a5u2ukaptc1/', '0', 'Arcade', 0, 0, '', 'high-school-crush-date'), (8144, 'Helix Ball', 'Exciting adventure of the bouncing ball through the helix tower. One-tap easy-to-learn controls, rich visual effects and addictive gameplay mechanics. Helix Ball is an Hyper casual ball hop game with glorious and extremely best addictive activity to have fun . Easy to play, just bounce the ball and complete outstanding labyrinth and level. In this game, you have to control the bouncing ball down on a series of interesting circular paths held up by a pole. And you must save from all the obstacles on your way down! • Helix Jump includes interesting features such as different Background color, Bouncing Ball, One Finger Control, and many more. • This game is consisting random and attractive background color on each new level. • Tons of fun and satisfaction that we have created for you in this game. Hope that you will always enjoy it. Jump, dodge and complete the propeller maze. Avoid the strange colored propellers and let the ball pass. If you go through three or more, you can land and destroy the platform. Try to earn a lot of coins to unlock various characters. Get to the end of the tower and continue with more challenging levels!', 'https://img.gamemonetize.com/nbsg7u4x8bv6yrto22qto41ullbw7aa6/512x384.jpg', 'https://html5.gamemonetize.com/nbsg7u4x8bv6yrto22qto41ullbw7aa6/', '0', 'Hypercasual', 0, 0, '', 'helix-ball'), (8145, 'Off The Rails 3D Train Game', 'Off the rails 3d is a relaxing driving game! Cute cartoon pictures, origami-style, and simple control will bring you an interesting game experience! Press the screen, and drive the little red train on the exciting road. Arrive at the next station before running out of fuel. You could strengthen your train with coins.', 'https://img.gamemonetize.com/wmznekylgrskn8hbdngf2dw9plpa8hko/512x384.jpg', 'https://html5.gamemonetize.com/wmznekylgrskn8hbdngf2dw9plpa8hko/', '0', 'Boys', 0, 0, '', 'off-the-rails-d--train-game'), (8146, 'Paw Care 3D Vet Game', 'Have you ever thought about being a veterinarian by profession? You will play this role in the Paw Care game to help cute little animals cope with physical issues that they can not handle on their own, including nail cleaning, wound healing, skin repair, etc. This game is soothing and enjoyable. There are all sorts of cute pets you might see. Be alert and polite. You will become a pet doctor with a practical simulation of a claw care game, helping cute animals fix nails, clean claws, treat wounds, etc. Have fun at Paw Care!', 'https://img.gamemonetize.com/g0nzb1g0yex668rk4knttayz3fajvqvz/512x384.jpg', 'https://html5.gamemonetize.com/g0nzb1g0yex668rk4knttayz3fajvqvz/', '0', 'Girls', 0, 0, '', 'paw-care--d-vet-game'), (8147, 'Skeleton Knight Game', 'Skeleton Knight is an innovative new action-adventure hack and slash online game that offers a unique gaming experience. Players take on the role of a skeleton warrior who must fight through hordes of demonic foes in order to save the world from destruction. Skeleton Knight is fast, furious, and fun, perfect for players who love action-packed games with plenty of villainous bloodletting. With its intuitive controls and fluid combat, Skeleton Knight is a must-have for fans of online gaming.', 'https://img.gamemonetize.com/8zsk0cjzp4c8m06pa8bubq2u3pl5kzb2/512x384.jpg', 'https://html5.gamemonetize.com/8zsk0cjzp4c8m06pa8bubq2u3pl5kzb2/', '0', 'Adventure', 0, 0, '', 'skeleton-knight-game'), (8148, 'Peter Pan Dressup', 'Peter Pan is a mischievous and adventurous cartoon character. On the small island called Neverland, Tinker Bell and her friends, adventuring from adventure to adventure, challenging the Pirate Captain Hook and his crew. Let\'s dress up Peter Pan', 'https://img.gamemonetize.com/3o2hfipy3nkkjsx187vw7qfnyfm9j2y6/512x384.jpg', 'https://html5.gamemonetize.com/3o2hfipy3nkkjsx187vw7qfnyfm9j2y6/', '0', 'Girls', 0, 0, '', 'peter-pan-dressup'), (8149, 'Pongo Dress Up', 'Pongo is one of the most loved 101 Dalmatian hero dogs. Let\'s dress up the cute dog Pongo', 'https://img.gamemonetize.com/b1ljcbcsxj4rn6l4kxh08e68o4n2rjnh/512x384.jpg', 'https://html5.gamemonetize.com/b1ljcbcsxj4rn6l4kxh08e68o4n2rjnh/', '0', 'Girls', 0, 0, '', 'pongo-dress-up'), (8150, 'Pooh Dress up', 'Winnie the pooh is the favorite cartoon character of little girls. Cute bear loves to eat honey.Pooh will look so cute with his glasses and hat. let\'s dress up our cute bear Pooh', 'https://img.gamemonetize.com/bb066q6jp0twvkfk8t3g3301l8bli4xs/512x384.jpg', 'https://html5.gamemonetize.com/bb066q6jp0twvkfk8t3g3301l8bli4xs/', '0', 'Girls', 0, 0, '', 'pooh-dress-up'), (8151, 'Tennis Mania', 'Do you love tennis game worlds and intense tennis matches? Then Tennis Mania is the ultimate game experience for you, as it brings in a great package of top-of-the-line, insane gameplay and beautiful poly graphics. How you play is easy, you have tennis ball exchanges and the first person to get to 3 wins.', 'https://img.gamemonetize.com/s3lhk181t7urziuqzycx7m1thi90rupv/512x384.jpg', 'https://html5.gamemonetize.com/s3lhk181t7urziuqzycx7m1thi90rupv/', '0', 'Sports', 0, 0, '', 'tennis-mania'), (8152, 'Drag Race 3D Gear Master', 'Icon image Drag Race 3D - Gear Master About this game Shift the gear at right time & beat your opponent in Drag Race 3D! Gear shifting is an art to become the Drag Car Race 3D champion! The further you get, the more challenging the terrain becomes and the more carefully you have to manage your gear shifting technique. FEATURES * Speed up your car faster than other racers to win. * Upgrade your car speed and gearbox level to beat better racers in each level. * Shift the gear at right time otherwise your car engine will be explode! * Finish race as fast as possible so you can earn extra amount of coin', 'https://img.gamemonetize.com/q6ewbxsqbuh3xzv9jgr0vftmncbtgkbq/512x384.jpg', 'https://html5.gamemonetize.com/q6ewbxsqbuh3xzv9jgr0vftmncbtgkbq/', '0', 'Racing', 0, 0, '', 'drag-race-d--gear-master'), (8153, 'Princess Anastasia', 'Anastasia is a princess who fascinates everyone with her beauty. She wants to go to the ball in the palace at night. She has to choose the most stylish clothes. Let\'s dress up the princess.', 'https://img.gamemonetize.com/2hft3m1bvuzmdafsdqt1m57ni7498tr6/512x384.jpg', 'https://html5.gamemonetize.com/2hft3m1bvuzmdafsdqt1m57ni7498tr6/', '0', 'Girls', 0, 0, '', 'princess-anastasia'), (8154, 'Princess Fiona Dressup', 'Princess Fiona is actually a very beautiful girl. The cute giant is Shrek\'s girlfriend. Fiona is a beautiful princess under the influence of a curse that turns her into a giant at night. Let\'s dress her up very stylishly.', 'https://img.gamemonetize.com/x26lqshx1elr89m0gmmbixtj59yygm9h/512x384.jpg', 'https://html5.gamemonetize.com/x26lqshx1elr89m0gmmbixtj59yygm9h/', '0', 'Girls', 0, 0, '', 'princess-fiona-dressup'), (8155, 'Eggs Breaker Game', 'The Egg Breaker Online Game to Help Break the Egg-laying Habit for Good! Many people find it difficult to break the egg-laying habit, but now there is an online game that can help! The Egg Breaker Online Game is a fun and easy way to learn how to break the habit and foster a healthy lifestyle. Players can choose to play as a chicken or a hawk, and they will have to work together to break it. Then collect the eggs and food. This online game is a great way for people of all ages to get started on breaking the egg-laying habit, and it is also a great way to teach children about healthy eating habits.', 'https://img.gamemonetize.com/6mqgmcg6rp02nn50e4dmmvlhhl4qu4kl/512x384.jpg', 'https://html5.gamemonetize.com/6mqgmcg6rp02nn50e4dmmvlhhl4qu4kl/', '0', 'Hypercasual', 0, 0, '', 'eggs-breaker-game'), (8156, 'Top Speed Drag & Fast Racing', 'Race, mod, and tune dozens of real licensed cars! Start a team, invite your friends, win tournaments. Trade car parts with other racers in real time and build your dream car for both Drag and Drift races! Meet the drift - The most advanced Drift mode comes to drag racing world! Cutting edge technology recreates the most precise and lifelike drift experience ever! New Suspension Upgrades to adjust your car specifically for drift.', 'https://img.gamemonetize.com/nwhjh58fdbe2g8zeul553t26ldkr5agh/512x384.jpg', 'https://html5.gamemonetize.com/nwhjh58fdbe2g8zeul553t26ldkr5agh/', '0', 'Hypercasual', 0, 0, '', 'top-speed-drag-amp-fast-racing'), (8157, 'Food Gang Run', 'Have fun with this fun new game Food Gang Run is an exclusive online game for pc, mobile and tablets!! Control one of three small characters between a tomato, a banana and a broccoli that need your good skills to move and improve their score! A group of friends a tomato, a banana and a broccoli take over the kitchen to get as far as possible and thus be able to escape but on their way they will meet many enemies and obstacles such as flying police donuts, sushi with their sabers, the pizza slices with their cannons, the giant pumpkins with their huge guns and many other enemies!! Dodge the enemies collect many other weapons to beat each level. Game features:- Choose from 3 unique and crazy characters- Unlock more than 50 amazing skills- Collect stars to claim awesome rewards', 'https://img.gamemonetize.com/50i6lrcft185cd0nxvpi5ihgobenvfas/512x384.jpg', 'https://html5.gamemonetize.com/50i6lrcft185cd0nxvpi5ihgobenvfas/', '0', 'Clicker', 0, 0, '', 'food-gang-run'), (8158, 'Noob Mommy Escape Parkour', 'Noob Mommy Escape Parkour is a Minecraft parkour game where you jump over the blocks while trying to escape from Mommy and yellow baby. Try not to get caught by the long leg creature or fall into lava. Reach the teleporting portal as fast as possible and make your way to the top of the leaderboard to show that are you a noob or a pro.', 'https://img.gamemonetize.com/zfo8nl06zhx9irslp2n1o99gg08sdhis/512x384.jpg', 'https://html5.gamemonetize.com/zfo8nl06zhx9irslp2n1o99gg08sdhis/', '0', 'Action', 0, 0, '', 'noob-mommy-escape-parkour'), (8159, 'Huggy Army Commander', 'Huggy Army Commander is an interesting game for the person who wants to manage the army. Collect the military cards to start the battle. Fight as soon as your soldiers are assembled. Your task is to manage the army, collect military cards to unlock more camps to get the success! Are you ready?', 'https://img.gamemonetize.com/nyxy4h3wcjibr8jnhfs5lro7cs5x25u9/512x384.jpg', 'https://html5.gamemonetize.com/nyxy4h3wcjibr8jnhfs5lro7cs5x25u9/', '0', 'Puzzles', 0, 0, '', 'huggy-army-commander'), (8160, 'Cute Bear Memory', 'Cute Bear Memory is super fun and free to play online memory game suitable for all ages. Play Cute Bear Memory on PC and mobile. No download needed to play this game. Find all matching pairs to enter a new level. Have fun playing.', 'https://img.gamemonetize.com/xkunas4nztfqq5q5it8li27zm0t7w6st/512x384.jpg', 'https://html5.gamemonetize.com/xkunas4nztfqq5q5it8li27zm0t7w6st/', '0', 'Girls', 0, 0, '', 'cute-bear-memory'), (8161, 'Highway Moto Traffic', 'Highway Moto Traffic is a fun driving game where you race through traffic. Collect cash and powerups to finish your track.', 'https://img.gamemonetize.com/jy1mhyfawlg51f7a6y2sawj77sxf165a/512x384.jpg', 'https://html5.gamemonetize.com/jy1mhyfawlg51f7a6y2sawj77sxf165a/', '0', 'Racing', 0, 0, '', 'highway-moto-traffic'), (8162, 'Happy Glass Puzzles 2', 'In Happy Glass Puzzles 2, get ready to test your skills through different levels and modes. The glass with a happy face has returned, and it\'s waiting to play with you. Can you keep it happy by completing different objectives?', 'https://img.gamemonetize.com/2t9tlvzn3vo75icqmeym9b903yi559n9/512x384.jpg', 'https://html5.gamemonetize.com/2t9tlvzn3vo75icqmeym9b903yi559n9/', '0', 'Puzzles', 0, 0, '', 'happy-glass-puzzles-'), (8163, 'Talking Tom Runner', 'A talking Tom cat lives in a small fairy-tale town. Let\'s run with him, who will run further?', 'https://img.gamemonetize.com/t4b6hpnbjid6wcaaets4dth4a3po682v/512x384.jpg', 'https://html5.gamemonetize.com/t4b6hpnbjid6wcaaets4dth4a3po682v/', '0', 'Arcade', 0, 0, '', 'talking-tom-runner'), (8164, 'Cube Battle Royale', 'Cube Battle Royale is actually a third-person shooting simulation game with 3D pixel game art animation. You are allowed to collect many useful objects on the map. You need to activate the radio machine so we can call for help at each level. Just start the game alone or call one of your friends in 2 players mode in Cube Battle Royale!', 'https://img.gamemonetize.com/09ewj1o5uwf951hk8flntblusuz6ayao/512x384.jpg', 'https://html5.gamemonetize.com/09ewj1o5uwf951hk8flntblusuz6ayao/', '0', 'Shooting', 0, 0, '', 'cube-battle-royale'), (8165, 'My Pony My Little Race', 'In this game, you will finally be able to ride your own pony and run in epic and marvellous races. You are going to ride the most cute pony in the world. Your pony is not only cute but also one of the best racing pony in the area. Together you will race amongst fantastic landscapes in the middle of moutains and meadows.', 'https://img.gamemonetize.com/ywv1j9c5nfxh744g136dfie8evk0wk1m/512x384.jpg', 'https://html5.gamemonetize.com/ywv1j9c5nfxh744g136dfie8evk0wk1m/', '0', 'Racing', 0, 0, '', 'my-pony--my-little-race'), (8166, 'Reach 100 Colors Game ', 'Reach 100 is a game about puzzle and reflexion in which you must regroup numbers to create sums of 100. You have the possibility to slide the different forms and numbers, horizontally and vertically, and add numbers to each other. If you reach the sum of 100, this form freezes and cannot be used anymore. Regroup all forms to reach the end of the level. Put your neurons to the trial and find the solutions on sixty different levels. Levels are becoming more and more complexes.', 'https://img.gamemonetize.com/up3wb45mb01ru56oco4lmnkeaev7vt2n/512x384.jpg', 'https://html5.gamemonetize.com/up3wb45mb01ru56oco4lmnkeaev7vt2n/', '0', 'Puzzles', 0, 0, '', 'reach---colors-game-'), (8167, 'Push out colors game', 'Up to 4 players game. You must push others players out of the arena. Your dot spins around itself. When you push the button, it moves straight forward and can push other players dots. Push them out of the arena to score points ! This game is super fun, challenging, and completely addicting ! It\'s time to play !', 'https://img.gamemonetize.com/66uhezsnq05jlay0j6daqsvo5jfbyz54/512x384.jpg', 'https://html5.gamemonetize.com/66uhezsnq05jlay0j6daqsvo5jfbyz54/', '0', 'Multiplayer', 0, 0, '', 'push-out--colors-game'), (8168, 'Pony Dress Up 2', 'Have fun dressing up your ponies ! You own several ponies and it\'s time to dress them up with amazing clothes. you have tons of accessories to use on them. Enjoy this so cute game !', 'https://img.gamemonetize.com/2ezf7lhz4unsr2twt3sdzkp068zpxqdt/512x384.jpg', 'https://html5.gamemonetize.com/2ezf7lhz4unsr2twt3sdzkp068zpxqdt/', '0', 'Girls', 0, 0, '', 'pony-dress-up-'), (8169, 'Pony Dress Up', 'In a fantasy world, you are the master of the plumbers, and every lands call you in order to build their water system. Connect the pipes, fix the leaks, and start to flow water in the pipes to plug this crazy network. PLUMBER WORLD is a great puzzle game to have fun and kill time. This game is fun and will require you to be really smart to finish all levels. Do you have enough plumber\'s skills to finish the job ?', 'https://img.gamemonetize.com/2nyqtliq10qc0f19y58w1w4bgvzu0xwo/512x384.jpg', 'https://html5.gamemonetize.com/2nyqtliq10qc0f19y58w1w4bgvzu0xwo/', '0', 'Puzzles', 0, 0, '', 'pony-dress-up'), (8170, 'My Virtual House Playing House', 'My Virtual House is a very cute game. Have you ever played doll house? In this game, there is actually a doll house in a cute version. And the doll house in this game has so many incredible things that a real one doesn\'t have. For example, the swimming pool, the garage and the kitchen with so many delicious foods. You can even feed the characters all the food. In conclusion, you can interact with almost everything in this house or outside the house. And it\'s very easy to find and is interactable. Want to know more fun stuff in this game? Come and play it. You won\'t be disappointed!', 'https://img.gamemonetize.com/fy8qepzfqrpv8sv88i47zwwcw566p514/512x384.jpg', 'https://html5.gamemonetize.com/fy8qepzfqrpv8sv88i47zwwcw566p514/', '0', 'Girls', 0, 0, '', 'my-virtual-house--playing-house'), (8171, 'Dotto Botto Adventure Game', 'I guess most of you have heard even played a famous Nintendo game called Super Mario on FC. Dotto Botto is also a side-scrolling adventure game with 2D pixel arts. With closed models and play rules, you need to overpass all checkpoints and get to the final flag alive in three lives. The crashing with obstacles and monsters on the track will not cause your failure directly as long as you still have over two hearts. You are able to collect both gold coins and hearts on the question blocks. Good luck and have fun!', 'https://img.gamemonetize.com/kti339m72isvmjjte7m7ubbamejbvo3d/512x384.jpg', 'https://html5.gamemonetize.com/kti339m72isvmjjte7m7ubbamejbvo3d/', '0', 'Boys', 0, 0, '', 'dotto-botto--adventure-game'), (8172, 'Hammer Master 3D Game', 'Hammer master is an arcade game. Let us see who is the hammer master! Control the hammer to drive nails. The hammer will change the color when you cross the line. Drive corresponding color nail could save the energy, you can use a row of hammers after the energy is full. Avoid the rocks.', 'https://img.gamemonetize.com/cojvpucdukgmpnslpe00gvucm7v832yj/512x384.jpg', 'https://html5.gamemonetize.com/cojvpucdukgmpnslpe00gvucm7v832yj/', '0', 'Boys', 0, 0, '', 'hammer-master-d-game'), (8173, 'Princess Jasmine Dressup', 'Princess Jasmine is one of the characters in the fairy tale Aladdin\'s magic lamp from the Arabian Nights. The princess that Aladdin married. Let\'s dress the princess very stylish', 'https://img.gamemonetize.com/z9la0aka68s8hwqygka473lqhe0nd7ii/512x384.jpg', 'https://html5.gamemonetize.com/z9la0aka68s8hwqygka473lqhe0nd7ii/', '0', 'Girls', 0, 0, '', 'princess-jasmine-dressup'), (8174, 'Join Numbers', 'Join Numbers is a popular puzzle game. How about your math skills? This game needs you to pass the different number\'s gates. You will start the game with a number, move the number to control it through the number\'s gates on the road ahead, the number you control must be greater than the number gate to successfully reach the end. Try your best to unlock more levels now!', 'https://img.gamemonetize.com/3jcqmrl5q5umyhkuyv8pztc28wf65y9e/512x384.jpg', 'https://html5.gamemonetize.com/3jcqmrl5q5umyhkuyv8pztc28wf65y9e/', '0', 'Puzzles', 0, 0, '', 'join-numbers'), (8175, 'Juice Fresh', 'Ready for some Juice Fresh? Smash Jelly, Splash fruits, use Candy for Crush cages Juice Fresh is a very addictive Match 3 Juice game. Features: - 50 well designed levels - Sweet powerful combo boosters and delicious power ups', 'https://img.gamemonetize.com/eqtps29mou30mwd4jdijyqknysqnva3m/512x384.jpg', 'https://html5.gamemonetize.com/eqtps29mou30mwd4jdijyqknysqnva3m/', '0', 'Puzzles', 0, 0, '', 'juice-fresh'), (8176, 'Jumping Towers', 'ENDLESS HARD JUMPING TOWER', 'https://img.gamemonetize.com/xxqpt8yse8n544at4c66fmu71t2ap6q7/512x384.jpg', 'https://html5.gamemonetize.com/xxqpt8yse8n544at4c66fmu71t2ap6q7/', '0', 'Hypercasual', 0, 0, '', 'jumping-towers'), (8177, 'SpongeBob Dress', 'Spongebob SquarePants, a sea sponge, lives under the sea with his friends. Would you like to dress up this cartoon character that children love so much? let\'s play', 'https://img.gamemonetize.com/51jpxb35z8ddq5eevsf90n06coss6w98/512x384.jpg', 'https://html5.gamemonetize.com/51jpxb35z8ddq5eevsf90n06coss6w98/', '0', 'Girls', 0, 0, '', 'spongebob-dress'), (8178, 'School Lunch Maker Game', 'It\'s time for lunch! The school cafeteria is busy again. Students are coming here because today the cafeteria is offering a special new term lunch set! There are so many foods to choose from and pair with this new term lunch set! Like vanilla strawberry ice cream cake, pizza, hot dogs, burgers and the most popular ice cream pop! Come cook, decorate and enjoy these delicious treats with us! bring it on! Start playing now!', 'https://img.gamemonetize.com/1jap13eynsblklh85k10u51yuvg7dzjm/512x384.jpg', 'https://html5.gamemonetize.com/1jap13eynsblklh85k10u51yuvg7dzjm/', '0', 'Arcade', 0, 0, '', 'school-lunch-maker-game'), (8179, 'Gullo 3', 'Gullo 3 is a 2D platformer where you have to collect the chocolate donuts while avoiding the enemy monsters, flying creatures, saws and ground saws and reach the red flag in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the third installment of the original Gullo series.', 'https://img.gamemonetize.com/s0nmczkomwqs6koxkdo9k0li7wkx0u84/512x384.jpg', 'https://html5.gamemonetize.com/s0nmczkomwqs6koxkdo9k0li7wkx0u84/', '0', 'Arcade', 0, 0, '', 'gullo-'), (8180, 'Tsoro', 'Tsoro is based on an ancient board game which has been played for hundreds of years. They are three game modes which you can freely choose from: (1) Time restricted (2) Moves restricted (3) Points restricted (4) Open Game The goal of the game is to pick balls and drop as many as you can in the bank. What makes this tsoro a cut from its peers are star balls. These drop the standard clichés in a bucket by changing the ball colour, miraculously adding balls and so much more, making the game more exciting than ever. After all we’re in a digital generation', 'https://img.gamemonetize.com/4v8t1gqglgte0af8mlr4slgdbo6lyoq0/512x384.jpg', 'https://html5.gamemonetize.com/4v8t1gqglgte0af8mlr4slgdbo6lyoq0/', '0', 'Hypercasual', 0, 0, '', 'tsoro'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (8181, 'Mad Climbing', 'Mad Climbing is an online game that challenges players to climb the highest mountain possible in as little time as possible. For years, people have been trying to conquer Mount Everest, but now there\'s a new challenge: Mad Climbing. The game challenges players to climb the highest mountain possible in as little time as possible. With real-time global rankings, it\'s never been more challenging to be the best climber out there. Mad Climbing Interactive is excited to bring this new online game to gamers everywhere, and we hope that it will inspire them to take on even greater challenges in their lives.', 'https://img.gamemonetize.com/i25r7tiov7m1hphtgk4ep4jpj1wxhtw7/512x384.jpg', 'https://html5.gamemonetize.com/i25r7tiov7m1hphtgk4ep4jpj1wxhtw7/', '0', 'Racing', 0, 0, '', 'mad-climbing'), (8182, 'Solitaire Spider', 'Enjoy the best free and popular Solitaire card games in the world for free at any time and place! It\'s time to train your brain, challenge yourself and be a Solitaire or Patience master, try this classic and free Patience Solitaire card game! Solitaire games, also known as Patience in Europe (such as the United Kingdom, French, etc.), are Solitaire card games, and can be played by a single player. This is not a social casino game. You can enjoy Solitaire anytime and anywhere, without money in and money out. How to play this free solitaire card games To solve this FREE Solitaire card puzzle, you should move all solitaire cards of 4 suits - hearts, diamonds, spades and crosses to the Solitaire Foundations. There is one deck - 52 solitaire cards in the classic Solitaire game. You need to stack solitaire cards by suit, from Aces to King (A, 2, 3 and more). You can also move solitaire cards between columns, and stack solitaire cards in descending order and differentiate between red and black suits. For example, a black 10 could only be followed by a red 9. Only a King could be placed in the Free Column. You can move the stack of solitaire cards by dragging the whole stack to another column. Solitaire game or Patience game is an addictive solitaire card game from the Classic Solitaire collection, which is similar to other Solitaire card/board games, such as Cube, Freecell, Spider, Tri Peaks, Pyramind, Golf, Mahjong and Yukon. Classic never fades. Solitaire, or Patience is the best way for you to relax and pass the time, play it anytime, anywhere with patience and insistence. You would absolutely love playing this free Solitaire card game. Key Features of Solitaire Card Games - Classic solitaire gameplay, super fun and addictive - Left-hand mode, more convenient for you - Solitaire 3 Draw Mode, more challenging to play games - Statistics section, keep improving and challenging yourself during solitaire games - Daily Challenge, start every day with fun and relaxing Solitaire games - Unlimited hints and undo. Playing solitaire could be easier. - Play Joker. Get stuck? No worries, the Joker card is here for you to play solitaire card games smoothly - Various backgrounds - the classic green one, those with beautiful scenery, and cute animals, etc. Select the one you like, customize your solitaire game, and enjoy! - Kinds of card faces and card backs. Playing solitaire is more than a relax, snowman, dogs and cats are here for you to choose from. - Dynamic background animation. It brings more fun while playing. You\'ll love it! Some solitaire games are unsolvable, according to the classic solitaire rules. If you get stuck, you can try a new solitaire deal or try some boosters in the solitaire game for help. We are always keeping improving to make this free solitaire game better and better. Try this solitaire game, you will find it\'s really fun and relaxing! Enjoy yourself with the popular and classic solitaire card games for free!', 'https://img.gamemonetize.com/bdi9p5qw7xc2vl5oaxhywmswr4nblt2c/512x384.jpg', 'https://html5.gamemonetize.com/bdi9p5qw7xc2vl5oaxhywmswr4nblt2c/', '0', 'Arcade', 0, 0, '', 'solitaire-spider'), (8183, 'Chess Play Online', 'I wanted to play chess so I have written new chess game. This was really nice exercise. Features 1-2 players AI vs AI Source code included', 'https://img.gamemonetize.com/ay2ab0epi3l0chrhuu6fj8scbrsd7h5d/512x384.jpg', 'https://html5.gamemonetize.com/ay2ab0epi3l0chrhuu6fj8scbrsd7h5d/', '0', 'Sports', 0, 0, '', 'chess-play-online'), (8184, 'Gullo', 'Gullo is a 2D cute little platformer where you have to collect the chocolate donuts while avoiding the enemy monsters, ground saws and spikes and reach the red flag in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/fu5tndr5z81m5cet71td78ma058jc1uv/512x384.jpg', 'https://html5.gamemonetize.com/fu5tndr5z81m5cet71td78ma058jc1uv/', '0', 'Arcade', 0, 0, '', 'gullo'), (8185, 'Mario Madness', 'Mario Madness is a gory top down shooter mario game made for the Weekly Game Jam - Week 50 by two crazy brothers : Noa and Liam Calice !', 'https://img.gamemonetize.com/p6degihsood11g8zhjwuyi1237fggk9g/512x384.jpg', 'https://html5.gamemonetize.com/p6degihsood11g8zhjwuyi1237fggk9g/', '0', 'Action', 0, 0, '', 'mario-madness'), (8186, 'Bearsus', 'Bearsus is an action game where you play as a brawler bear going against other bears in various fighting arenas. Fight with ease thanks to the classic, unbearably simple two-button control scheme!', 'https://img.gamemonetize.com/7iw8llztykl8a7na9757nbnehnij9ld6/512x384.jpg', 'https://html5.gamemonetize.com/7iw8llztykl8a7na9757nbnehnij9ld6/', '0', 'Arcade', 0, 0, '', 'bearsus'), (8187, 'Pet Care', 'Have you ever thought about being a veterinarian by profession? You will play this role in the Paw Care game to help cute little animals cope with physical issues that they can not handle on their own, including nail cleaning, wound healing, skin repair, etc. This game is soothing and enjoyable. There are all sorts of cute pets you might see. Be alert and polite. You will become a pet doctor with a practical simulation of a claw care game, helping cute animals fix nails, clean claws, treat wounds, etc. Have fun at Paw Care!', 'https://img.gamemonetize.com/nbwnnp6g87su3umieyqb7ikiqdrg2d7o/512x384.jpg', 'https://html5.gamemonetize.com/nbwnnp6g87su3umieyqb7ikiqdrg2d7o/', '0', 'Hypercasual', 0, 0, '', 'pet-care'), (8188, 'Save The Galaxy Online Game', 'Save The Earth is an online game where you must avoid the other Planets and collect as many Stars as you can. You have to stay on track with your ship\'s compass or else it will get too dark and, even worse, you\'ll see some Asteroids being thrown at ya. The further you go on each Planet\'s orbit, the faster things get so be careful not to let yourself get lost in space! Save The Earth is an online game where you have to avoid the other Planetoids to score points. Make sure that you avoid crashing into them otherwise you would lose your game! Save the Earth is an online Planet game which you must avoid other Planets.', 'https://img.gamemonetize.com/n9gftmt7v1kxbu745c6srfhs352mb1e9/512x384.jpg', 'https://html5.gamemonetize.com/n9gftmt7v1kxbu745c6srfhs352mb1e9/', '0', 'Arcade', 0, 0, '', 'save-the-galaxy-online-game'), (8189, 'Sonic Pocket Runners', 'A small school project made in 5 days. Jump with the Up arrow and try to get to the end, don\'t forget to look out for the 2 Red Star Rings if you want some extra challenge! I hope you enjoy it!', 'https://img.gamemonetize.com/besqeruqzebyzawpq837h5mtfxia02x8/512x384.jpg', 'https://html5.gamemonetize.com/besqeruqzebyzawpq837h5mtfxia02x8/', '0', 'Action', 0, 0, '', 'sonic-pocket-runners'), (8190, 'Pixel Gun Apocalypse Toons', 'Check out Pixel Gun Apocalypse toons if you haven\'t already. For those ready to take on zombies, soldiers, and other gamers, the 3D multiplayer apocalyptic game Survival is just what you need. This Blocky Wars version of the first shooter game allows you to use a range of weaponry, from axes to snipers, and you may compete with your friends on some excellent levels. Once you\'ve decided on your character, you\'re ready to unleash mayhem in this SURVIVAL scenario! + Use various weapons, like bazookas, shotguns, combat guns, snipers, Explosives, and many more, to fight against your pals!', 'https://img.gamemonetize.com/gbls4d6mue6tu7s3vnh5zokpvrxr6iu3/512x384.jpg', 'https://html5.gamemonetize.com/gbls4d6mue6tu7s3vnh5zokpvrxr6iu3/', '0', 'Shooting', 0, 0, '', 'pixel-gun-apocalypse-toons'), (8191, 'Ocean Math Game Online', 'Play games online free. Practice math and improve mental arithmetic. Ocean Math Game Online is a free math game that helps you to practice addition and subtraction. Think Math is an educational game that is fun to play. Ocean Math Game Online is an arcade game that is meant to make math fun for kids. It is easy to learn and play and will keep you entertained for hours. Get started with your math skills today!', 'https://img.gamemonetize.com/peflmrlnku1xou90rmhueyii2tzhyjnh/512x384.jpg', 'https://html5.gamemonetize.com/peflmrlnku1xou90rmhueyii2tzhyjnh/', '0', 'Shooting', 0, 0, '', 'ocean-math-game-online'), (8192, 'Pixel Gun Apocalypse 2022', 'You should check out Pixel gun Apocalypse: Infection Begin Survival, a 3D multiplayer pixel apocalypse game in which you may battle against other players, zombies, and the military. You may utilize a variety of weapons, ranging from axes to snipers, in this edition of the first-person shooter game Blocky Wars, and you can compete with your pals on some great maps. Pick a CHARACTER, get into one of the servers, and get ready to start wreaking havoc and causing damage in this SURVIVAL setting! + Fight against your friends with a wide array of weaponry such as bazookas, shotguns, battle rifles, snipers, RPGs, and many more!', 'https://img.gamemonetize.com/ozyhe8pp6t3al96es7m9ntf3375cn65g/512x384.jpg', 'https://html5.gamemonetize.com/ozyhe8pp6t3al96es7m9ntf3375cn65g/', '0', 'Shooting', 0, 0, '', 'pixel-gun-apocalypse-'), (8193, 'Picnic Panic', 'Everything was calm at the grannies picnic, when a hungry bear appeared.', 'https://img.gamemonetize.com/5vjpt55ooolx7rr40tly86s3xm63894m/512x384.jpg', 'https://html5.gamemonetize.com/5vjpt55ooolx7rr40tly86s3xm63894m/', '0', 'Hypercasual', 0, 0, '', 'picnic-panic'), (8194, 'SideJumpv2', 'It\'s very simple game but hard at the same time.All what you need to do is try to do not let those 2 balls to touch walls', 'https://img.gamemonetize.com/u27rn15q9y2oxwuh9fah2cccv2lisung/512x384.jpg', 'https://html5.gamemonetize.com/u27rn15q9y2oxwuh9fah2cccv2lisung/', '0', 'Hypercasual', 0, 0, '', 'sidejumpv'), (8195, 'Red Rangers', 'have a fun time with red rangers game', 'https://img.gamemonetize.com/73li0yhglvt68nmd6j7lixds2t9m4ql3/512x384.jpg', 'https://html5.gamemonetize.com/73li0yhglvt68nmd6j7lixds2t9m4ql3/', '0', 'Clicker', 0, 0, '', 'red-rangers'), (8196, ' Hog Rider', 'This is a simple game which let\'s you feel how it\'s like to be a Hog Rider. I\'m sure you always dreamed about your own Hog and becoming a Rider. With this game your soul can finally rest. Downloading highly recommend because it doesn\'t scale properly in the browser.', 'https://img.gamemonetize.com/5u4r23fhl0n8mjgzrn6rupmq3dpussqf/512x384.jpg', 'https://html5.gamemonetize.com/5u4r23fhl0n8mjgzrn6rupmq3dpussqf/', '0', 'Adventure', 0, 0, '', '-hog-rider'), (8197, 'Jhan the Duck', 'Meet our friend Jhan in his adventures in the islands of this vast ocean trying to make his way through a lot of challenges and exciting moments!', 'https://img.gamemonetize.com/7cfhsubsw1tkylcksh11unxzrn4dqqk2/512x384.jpg', 'https://html5.gamemonetize.com/7cfhsubsw1tkylcksh11unxzrn4dqqk2/', '0', 'Adventure', 0, 0, '', 'jhan-the-duck'), (8198, 'SSSPICY ', 'A hungry snake went looking for food, and stumbled upon a peculiar, spicy pepper. Help the snake eat all the food and get back to its home!', 'https://img.gamemonetize.com/79lmk0umovb309av18w0twtcoh8azs4o/512x384.jpg', 'https://html5.gamemonetize.com/79lmk0umovb309av18w0twtcoh8azs4o/', '0', 'Puzzles', 0, 0, '', 'ssspicy-'), (8199, 'Tattoo Maker', 'This is a project started with the goal of having a sim like experience. Currently it is the basic game loop but I will be adding a shop system along with many more features. There has been some confusion on exactly how the scoring works. The purple design on the client is a tattoo stencil (just a reference for your black lines and color separations) in order to correctly complete the tattoo you must try to match it to the reference in the upper left corner of the screen. Are you ready to experience your inner rebel? Ever wonder what it is like to get a tattoo? Now you can experience it all without feeling the pain! Fill in hundreds of different tats for your customers. Try to get the picture as close as possible for them and don’t mess up!. Get ready to feel the satisfaction of watching your art become real tattoos! Relax and use your precision to point and aim the needle to fill in the shapes. So many satisfying vibrations! Fun and easy to pick up but don’t miss an ink... Will you be the first one to tattoo them all? Hundreds of objects for you to carefully size up, outline, and ink your customers. The final results will leave you feeling satisfied! Game Features: 1. Simple but addicting mechanics Feel the satisfaction without the pain? The pictures are there for you. All you need to do is fill in the ink. Take your time and relax, it’s the simple. 2. Run your own Tattoo Shop Keep the customers coming. Whether its a heart, a zombie, or a skull, there are so many tattoo designs for you to stencil. 3. Don’t go over the lines!! Challenging shapes will test your precision. Can you beat each level in one hit? 4. Feel the experience Feel every needle tap with the best haptics experience there is.', 'https://img.gamemonetize.com/vjuhdfb07sa5bimfzqzvbmsezc19h2pi/512x384.jpg', 'https://html5.gamemonetize.com/vjuhdfb07sa5bimfzqzvbmsezc19h2pi/', '0', 'Hypercasual', 0, 0, '', 'tattoo-maker'), (8200, 'Towra 2', 'Towra 2 is a 2D platformer where you have to collect the keys while avoiding the enemies, flying creatures, spikes and saws and reach the tower in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Towra" series.', 'https://img.gamemonetize.com/07hokfeb2ygldu7byo3b1qw8ssjfi2bm/512x384.jpg', 'https://html5.gamemonetize.com/07hokfeb2ygldu7byo3b1qw8ssjfi2bm/', '0', 'Arcade', 0, 0, '', 'towra-'), (8201, 'stompstomp', 'A relaxing game about destroying the world! Hit the button when the green notes hit the red area.', 'https://img.gamemonetize.com/mjr1d8dr5xvim6v4uwg4t5h0sl49ojc3/512x384.jpg', 'https://html5.gamemonetize.com/mjr1d8dr5xvim6v4uwg4t5h0sl49ojc3/', '0', 'Adventure', 0, 0, '', 'stompstomp'), (8202, 'Bubble Shooter Boom Blaster', 'Play the best bubble shooter game online for free! We are the best bubble shooter game online for free. We offer you the most amazing online game experience.Bubble Shooter Boom Blaster is an awesome bubble shooting game with a new twist! Match 3 bubbles or more to blast them. This is a new and improved version of the popular Bubble Shooter game. It\'s a lot of fun, so try it out for yourself! Bubble Shooter Boom Blaster is an amazing bubble shooter game with a new twist on the classic bubble shooter game. It is more than just a bubble shooter game, it is a bubble bursting game with many levels and challenges. Come play the original and best Bubble Shooter online for free! Great graphics and effects make this game a blast to play. Shoot bubbles, solve puzzles, clear the board and win levels!', 'https://img.gamemonetize.com/2cmpw3esx4w8njuhpkbdw9acu5w287zm/512x384.jpg', 'https://html5.gamemonetize.com/2cmpw3esx4w8njuhpkbdw9acu5w287zm/', '0', 'Shooting', 0, 0, '', 'bubble-shooter-boom-blaster'), (8203, 'Boom Kart 3D', 'Here is a kart racing simulation game with 3D cartoon models. You are able to start a Racing match, Items match, and Solo match for practicing. You are able to use items and drifting skills on perfect time to beat AI opponents and prove your driving skills!', 'https://img.gamemonetize.com/0597hxzokg9846jn24gka7442bgdbr1e/512x384.jpg', 'https://html5.gamemonetize.com/0597hxzokg9846jn24gka7442bgdbr1e/', '0', 'Racing', 0, 0, '', 'boom-kart-d'), (8204, 'Bowling Boom Online Game', 'Bowling Boom is a free online game where you have to knock down as many bowling pins as possible. Bowling Boom Free Online Game is a new online game where you have to be the best bowler on the planet. A challenging, fast-paced and addictively fun free online game awaits you on Bowling Boom! This free online game will get your adrenaline pumping. Play with friends or top scorers worldwide. If you\'re looking to pass the time, or just want something fun to do during your lunch break, this game might be right up your alley. With online bowling games, you can forget about the hassles of real-world lanes and, in some cases, bowl with people from all over the world.', 'https://img.gamemonetize.com/cwv2h1dvd7fnq1rzpl44aqtqy7217e7o/512x384.jpg', 'https://html5.gamemonetize.com/cwv2h1dvd7fnq1rzpl44aqtqy7217e7o/', '0', 'Sports', 0, 0, '', 'bowling-boom-online-game'), (8205, 'Mr Gunslingershooting games', 'The lone gunman, you must defeat a group of zombies who want to catch you.The game has a variety of classic gun battle modes, exquisite graphics, smooth shooter combat actions, fierce and exciting shooting effects, and amazing game effects!', 'https://img.gamemonetize.com/f7vjhd1zwyd8mdnxi29uqmuppxak19x2/512x384.jpg', 'https://html5.gamemonetize.com/f7vjhd1zwyd8mdnxi29uqmuppxak19x2/', '0', 'Shooting', 0, 0, '', 'mr-gunslingershooting-games'), (8206, 'Number Crush Mania', 'A legendary and fun cool game that can be played offline. Start playing Number Crush Mania in number games and a legendary puzzle game loved by millions of players around the world.This colorful number crush puzzle game has tens of thousands of levels. Do you like legend number? So crush them all, puzzles again with number in matching games for adults.', 'https://img.gamemonetize.com/w45nek41qejtojesq7v2epq70qukf1wv/512x384.jpg', 'https://html5.gamemonetize.com/w45nek41qejtojesq7v2epq70qukf1wv/', '0', 'Puzzles', 0, 0, '', 'number-crush-mania'), (8207, 'Candy Competition Game ', 'Candy Competition is a free online game where you can help the candy reach the candy castle. Candy Competition is a fun and addicting online game. Candy Competition is a free online game where you will be given a recipe and you must make the best candy ever. Candy Competition is a fun and addictive online game where you have to eat as many candies as you can before the time runs out. The Candy Competition is a game where you can help the candies reach their destination, the candy castle! Candy Competition is an addictive and fun game that requires skill. This game is easy to play and it will keep you entertained for hours! A Candy Competition is a fantastic way of spending your free time. You have to use your imagination and be very focused in order to create the best candy ever with all of the needed ingredients. It seems easy at first, but when you are given the option to add dozens of whole food ingredients into your recipe, things can get confusing quickly, which makes this challenging game an addicting one as well!', 'https://img.gamemonetize.com/16776lpmvi1fya51bd3u7qx02uffr5l7/512x384.jpg', 'https://html5.gamemonetize.com/16776lpmvi1fya51bd3u7qx02uffr5l7/', '0', 'Hypercasual', 0, 0, '', 'candy-competition-game-'), (8208, 'Bumper Ball io', 'Knock opponents off the stage with your bumper ball.A fun and fast-paced hyper-casual .io game. Every time you beat an opponent, you will change your size and try to be the last laughing person on the map.', 'https://img.gamemonetize.com/exr8ozp5gdvau2u6ye32wnh5nxufb570/512x384.jpg', 'https://html5.gamemonetize.com/exr8ozp5gdvau2u6ye32wnh5nxufb570/', '0', 'Adventure', 0, 0, '', 'bumper-ball-io'), (8209, 'Solitaire MasterClassic Card', 'Solitaire by XT Studios is the new best way to play the classic card game you know and love for FREE, offline and online! The most popular card game in the world, classic Solitaire Master-Classic Card, also known as Patience, is a great way to relax and train your brain. With beautiful graphics, fun animations, and free, offline play, Solitaire is the best game to pass the time.', 'https://img.gamemonetize.com/ifqmxx7g15lbhe4csp1spltla5dxka3j/512x384.jpg', 'https://html5.gamemonetize.com/ifqmxx7g15lbhe4csp1spltla5dxka3j/', '0', 'Boys', 0, 0, '', 'solitaire-masterclassic-card'), (8210, 'PopStar Mania', 'The classic puzzle game of 2022-PopStar Mania. Once you pop, you can\'t stop! Tap on two or more adjacent blocks to destroy them. An exciting game with cool Effects. It is good casual game to kill time, reduce pressure and train brain for all ages.', 'https://img.gamemonetize.com/hq5dnxkwki8rn7wzzir0yphi4g6bp7rw/512x384.jpg', 'https://html5.gamemonetize.com/hq5dnxkwki8rn7wzzir0yphi4g6bp7rw/', '0', 'Puzzles', 0, 0, '', 'popstar-mania'), (8211, 'Steve and Alex', 'Steve needs to help Alex in the love story of Steve and Alex. You have to be in Steven\'s place and collect the portal pieces from where Alex is stuck. Collect 10 obsidians and create the alexsin portal. and complete the track and go to the portal. be careful don\'t fall down you may die if you fall down. or you will explode if you touch the TNTs.', 'https://img.gamemonetize.com/iib71rz7t6khqrhmowpy2ntqneyi1gmy/512x384.jpg', 'https://html5.gamemonetize.com/iib71rz7t6khqrhmowpy2ntqneyi1gmy/', '0', '2 Player', 0, 0, '', 'steve-and-alex'), (8212, 'Design With Me Trendy Pencil Skirt', 'Welcome to Design With Me Trendy Pencil Skirt. Hairdorable girls Dee dee, Willow, and Noah are getting ready for a holiday. They have decided to design their own trendy pencil skirt and get a unique look for this holiday. Help out the girls to choose a perfect skirt model, the color and the pattern of the fabric, add a cute inscription and finally match it with nice tops and accessories. Join and have fun!', 'https://img.gamemonetize.com/tbqb1t5qs2pxzw3j875h8nwmvc0tgdcr/512x384.jpg', 'https://html5.gamemonetize.com/tbqb1t5qs2pxzw3j875h8nwmvc0tgdcr/', '0', 'Girls', 0, 0, '', 'design-with-me-trendy-pencil-skirt'), (8213, 'Shoes Evolution 3D', 'Shoes Evolution 3D is a the theme of shoes popular game! At the beginning of the ordinary shoes. Cross the gates to start to evolve! Avoid the obstacles on your road to prevent the failure! Come to play and see how valuable your shoes can be!', 'https://img.gamemonetize.com/y2lchxvx76pgts75ned1zfav4cmxm160/512x384.jpg', 'https://html5.gamemonetize.com/y2lchxvx76pgts75ned1zfav4cmxm160/', '0', 'Arcade', 0, 0, '', 'shoes-evolution-d'), (8214, 'Fill The Fridge', 'Fill The Fridge is a game that fills the fridge and should be friendly to all players. There are many levels waiting for you. At each level, use the fridge space wisely and fill all the storage boxes in the fridge as much as possible. It also helps exercise your storage capacity. Play it to train now!', 'https://img.gamemonetize.com/98n0mk73z3de5o1pv5oxo2vq4e26qzf8/512x384.jpg', 'https://html5.gamemonetize.com/98n0mk73z3de5o1pv5oxo2vq4e26qzf8/', '0', 'Puzzles', 0, 0, '', 'fill-the-fridge'), (8215, 'Moto Quest Bike racing', 'Do you like moto, racings and retro games ? Yes, then MOTO QUEST BIKE RACING is made for you. It\'s a really fun moto-racing game like a DRAG RACING game in which you race against several opponents, you upgrade and repair your moto, and you can unlock and buy new motorbikes.', 'https://img.gamemonetize.com/td88izdcq7ndr3cldyiw29q8kgdn95b4/512x384.jpg', 'https://html5.gamemonetize.com/td88izdcq7ndr3cldyiw29q8kgdn95b4/', '0', 'Racing', 0, 0, '', 'moto-quest-bike-racing'), (8216, 'Monsters Impact', 'The power is in your finger! Tap the screen to hit the monsters and click the special buttons to unleash your power. Kill the hordes of monsters and become the real monster hunter. Don’t stop clicking and be the hero of this epic war against monsters and other terrifying creatures. This game is one of the best RPG idle game. If you like level up games, Monsters Impact is the best option. Monsters Impact is a fantasy role playing game with thousands of levels and tons of unique monsters.', 'https://img.gamemonetize.com/d0e1sof1ilv7xy96fo1vblg23d495ppk/512x384.jpg', 'https://html5.gamemonetize.com/d0e1sof1ilv7xy96fo1vblg23d495ppk/', '0', 'Arcade', 0, 0, '', 'monsters-impact'), (8217, 'Monkeys ropes party', 'It’s time to have fun with your friends. In this new multiplayer game, you can play up to 4 players on the same screen. Your goal is simple: you must arrive first at the top of your tree. You take control of a small lemur. While going up, you can launch projectiles and collect bonuses. 100% fun guaranteed!', 'https://img.gamemonetize.com/t4nedkoztcx5iyo2s4tn6zgo2ajawzx2/512x384.jpg', 'https://html5.gamemonetize.com/t4nedkoztcx5iyo2s4tn6zgo2ajawzx2/', '0', 'Arcade', 0, 0, '', 'monkeys-ropes-party'), (8218, 'Spider Solitaire Manga Girls', 'This version of SPIDER SOLITAIRE has wonderful and unique graphics and fantastic user interface. Enjoy your spare time and play this game for hours. You will love it ! SPIDER SOLITAIRE FEATURES: - 3 play modes: suites of 1 or 2 or 4 cards - Daily Challenges : every day a special and unique challenge to raise. - Over 30 achievements/challenges : will you try to complete all challenges ?', 'https://img.gamemonetize.com/vnfdysioluurjjoowb6z2tv91m379q02/512x384.jpg', 'https://html5.gamemonetize.com/vnfdysioluurjjoowb6z2tv91m379q02/', '0', 'Puzzles', 0, 0, '', 'spider-solitaire--manga-girls'), (8219, 'Magical Hair Salon', 'Magical Hair Salon is a very fashionable game.In this game you have the freedom to style the character\'s hair and dye the character\'s hair a beautiful color. You can also wear a variety of wigs for your character. We\'ve also got some fancy hair clips and bands for you. Once you\'ve done your character\'s hair, try this costume change part. Not only can you choose beautiful clothes for your character, but you can also change her appearance. An endless supply of cute and fashionable clothes and accessories will make you feel the charm of this game. Come and have a try!', 'https://img.gamemonetize.com/z4ym3yjbaokt86g0hb4fr9pz86xc6786/512x384.jpg', 'https://html5.gamemonetize.com/z4ym3yjbaokt86g0hb4fr9pz86xc6786/', '0', 'Girls', 0, 0, '', 'magical-hair-salon'), (8220, 'Dream Wedding', 'Dream Wedding is an attractive game for people who like dress up games! Slide to select the outfits, such as, hairstyle, clothes, shoes,etc. Besides, the decorations of the wedding also can selected in this game! They will give you a satisfying experience! Come and play!', 'https://img.gamemonetize.com/kc3twuz2tam5uqib45gildqdx154dais/512x384.jpg', 'https://html5.gamemonetize.com/kc3twuz2tam5uqib45gildqdx154dais/', '0', 'Puzzles', 0, 0, '', 'dream-wedding'), (8221, 'Deep Worm', 'Deep Worm is a kind of 2D game, in which the players need to control the worm jump out of the ground and attack the enemies and the cars if the worm is attacked by the enemies, the length of the worm will be shortened. Hope you can have fun and enjoy it!', 'https://img.gamemonetize.com/wdx2udzv8rgvpv4pay05mwyzl620oh5w/512x384.jpg', 'https://html5.gamemonetize.com/wdx2udzv8rgvpv4pay05mwyzl620oh5w/', '0', 'Shooting', 0, 0, '', 'deep-worm'), (8222, 'Zombie Road Crazy Driving Game', 'This world is occupied by zombies, now you will drive your car and escape from this city. But there are so many zombies on the road, you need to kill all of them. Don\'t forget to avoid those roadblocks when you are killing zombies, if you crash into them, you will die. Try to survive as long as you can, good luck in the game Zombie Road!', 'https://img.gamemonetize.com/t0me96xry0vxb1fjznl09edrawt3x3bx/512x384.jpg', 'https://html5.gamemonetize.com/t0me96xry0vxb1fjznl09edrawt3x3bx/', '0', 'Boys', 0, 0, '', 'zombie-road--crazy-driving-game'), (8223, 'Parking Jam Online 3D Game', 'Parking Jam Online is an arcade skill game with 3D game art animation for car parking. Resolving the parking dilemma by using the car in the correct order is handled for you. Have a nice time at Parking Jam Online!', 'https://img.gamemonetize.com/6vp9le6bonhh86mg7y17cehhbbdi0395/512x384.jpg', 'https://html5.gamemonetize.com/6vp9le6bonhh86mg7y17cehhbbdi0395/', '0', 'Boys', 0, 0, '', 'parking-jam-online-d-game'), (8224, 'Fashion Flatforms Design', 'Flatforms is the most popular shoe this year, all girls love it! Our fashion girls, Zoe, Sofia and Adella also like Flatforms very much, but they want a pair of Flatforms with a difference. Please design beautiful Flatforms with these girls! Let them put on stylish and unique beautiful shoes to go shopping! Have fun!', 'https://img.gamemonetize.com/zhy1fyj3r9hcqv6f5h5rwx783mtfhzt0/512x384.jpg', 'https://html5.gamemonetize.com/zhy1fyj3r9hcqv6f5h5rwx783mtfhzt0/', '0', 'Girls', 0, 0, '', 'fashion-flatforms-design'), (8225, 'Home Design My Dream Garden', 'Your dream garden is only a few taps away! Revive barren backyards, replace garish garden sets, and replant flattened flower beds. Design your garden any way you wish in this peaceful and relaxing match 3 home & garden makeover game. Features:', 'https://img.gamemonetize.com/22d4n9b6h09i88kwtf8g86w929avgm0i/512x384.jpg', 'https://html5.gamemonetize.com/22d4n9b6h09i88kwtf8g86w929avgm0i/', '0', 'Hypercasual', 0, 0, '', 'home-design--my-dream-garden'), (8226, 'Fashion Flowers Diy Game', 'Fashion Flower DIY is a fashionable flower DIY game where you will experience the process of making all kinds of delicious food and delicate items. Red Panda has launched a new service - Flower DIY. flower cake, flower perfume bag, and flower lipstick are the favorite choices of the animals. Since this service is newly launched, Little Panda is very busy now. Come on, use your amazing fashion sense to help her make these beautiful works of art.', 'https://img.gamemonetize.com/nacsqvzhzisec9ytv29roqiml0blc9e2/512x384.jpg', 'https://html5.gamemonetize.com/nacsqvzhzisec9ytv29roqiml0blc9e2/', '0', 'Arcade', 0, 0, '', 'fashion-flowers-diy-game'), (8227, 'Police Car Escape 2', 'Police Car Escape 2 is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a park with your police car; there you lost your car key. Here are the interesting puzzles and hidden objects to escape your police car. Good luck… Have fun!', 'https://img.gamemonetize.com/1j3ootbzzn2a4i8k11jqyf2nl4l7p1zp/512x384.jpg', 'https://html5.gamemonetize.com/1j3ootbzzn2a4i8k11jqyf2nl4l7p1zp/', '0', 'Puzzles', 0, 0, '', 'police-car-escape-'), (8228, 'Modern City Escape', 'Modern City Escape is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a Modern City; there you got trapped inside the Modern City. Here are the interesting puzzles and hidden objects to find and get escape from the Modern City. Good luck… Have fun!', 'https://img.gamemonetize.com/u2qteqg2k55eatyw45cp7oejkjmp9z3r/512x384.jpg', 'https://html5.gamemonetize.com/u2qteqg2k55eatyw45cp7oejkjmp9z3r/', '0', 'Puzzles', 0, 0, '', 'modern-city-escape'), (8229, 'Find The Old Mans Car Key', 'Find The Old Man’s Car Key is a point and click game developed by 8BGames/Games2Mad. Imagine that you went to an Island; there you found an Old Man; lost his Car Key. Here are the interesting puzzles and hidden objects to find her Old Man’s Car Key. Good luck…Have fun!', 'https://img.gamemonetize.com/ov4zvkdq6h5anzilfrg3g017vmi9le1e/512x384.jpg', 'https://html5.gamemonetize.com/ov4zvkdq6h5anzilfrg3g017vmi9le1e/', '0', 'Puzzles', 0, 0, '', 'find-the-old-mans-car-key'), (8230, 'Rescue The Red Parrot 2', 'Rescue the Red Parrot 2 is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a forest there you found Red Parrot got trapped inside the cage. Here are the interesting puzzles and hidden objects to rescue the Red Parrot. Good luck… Have fun!', 'https://img.gamemonetize.com/u4205yxa8ump2oc09pepe3dakht5walm/512x384.jpg', 'https://html5.gamemonetize.com/u4205yxa8ump2oc09pepe3dakht5walm/', '0', 'Puzzles', 0, 0, '', 'rescue-the-red-parrot-'), (8231, 'Rescue The Donkey', 'Rescue The Donkey is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a forest there you found Donkey got trapped inside the cage. Here are the interesting puzzles and hidden objects to rescue the Donkey. Good luck... Have fun!', 'https://img.gamemonetize.com/a5r2t8g3fdkx0z83b5k1499w0l5lig29/512x384.jpg', 'https://html5.gamemonetize.com/a5r2t8g3fdkx0z83b5k1499w0l5lig29/', '0', 'Puzzles', 0, 0, '', 'rescue-the-donkey'), (8232, 'Racing Car Escape', 'Racing Car Escape is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a park with your Racing car; there you lost your car key. Here are the interesting puzzles and hidden objects to escape your Racing car. Good luck… Have fun!', 'https://img.gamemonetize.com/vi6o299s13k6zjmcutias0d9ftmov5uz/512x384.jpg', 'https://html5.gamemonetize.com/vi6o299s13k6zjmcutias0d9ftmov5uz/', '0', 'Puzzles', 0, 0, '', 'racing-car-escape'), (8233, 'Beach House Escape 2', 'Beach House Escape 2 is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a house; there you got trapped inside the house. Here are the interesting puzzles and hidden objects to find and get escape from the house. Good luck… Have fun!', 'https://img.gamemonetize.com/rclkeiq0w7nmp4ui9hlry7coot90hl7p/512x384.jpg', 'https://html5.gamemonetize.com/rclkeiq0w7nmp4ui9hlry7coot90hl7p/', '0', 'Puzzles', 0, 0, '', 'beach-house-escape-'), (8234, 'Park Escape', 'Park Escape is a point and click game developed by 8B Games/Games2Mad. Imagine that you had been to a park, on there you had trapped. Here are the interesting puzzles and hidden objects to find and get escape from the park. Good luck… Have fun!', 'https://img.gamemonetize.com/dw40lw6y5eloi296687sw3217og5bqjz/512x384.jpg', 'https://html5.gamemonetize.com/dw40lw6y5eloi296687sw3217og5bqjz/', '0', 'Puzzles', 0, 0, '', 'park-escape'), (8235, 'Flappy Berker', 'Every 15 Bananas you get 1 speed level up Can You Reach to the Level 10!', 'https://img.gamemonetize.com/6f3wdunoybm0uebom3fs2v598ho2p36c/512x384.jpg', 'https://html5.gamemonetize.com/6f3wdunoybm0uebom3fs2v598ho2p36c/', '0', 'Arcade', 0, 0, '', 'flappy-berker'), (8236, 'Chevy Truck Escape', 'Chevy Truck Escape is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a park with your Chevy Truck; there you lost your Truck key. Here are the interesting puzzles and hidden objects to escape your Chevy Truck. Good luck… Have fun!', 'https://img.gamemonetize.com/f3k077do5fbclq7ejc6je63nzb4r8vaw/512x384.jpg', 'https://html5.gamemonetize.com/f3k077do5fbclq7ejc6je63nzb4r8vaw/', '0', 'Puzzles', 0, 0, '', 'chevy-truck-escape'), (8237, 'Stack Fill 3D', 'Slide your finger and fill all empty spots.', 'https://img.gamemonetize.com/8oj5e4s0qkgxkjdbkzoyrpywngp746rd/512x384.jpg', 'https://html5.gamemonetize.com/8oj5e4s0qkgxkjdbkzoyrpywngp746rd/', '0', 'Arcade', 0, 0, '', 'stack-fill-d'), (8238, 'Purple And Pink', '2 player Purple And Pink game Complete the levels with your friend without any obstacles and reach the end!', 'https://img.gamemonetize.com/vj9u016nyn2ldp9wfg3lldyj6rfvps6x/512x384.jpg', 'https://html5.gamemonetize.com/vj9u016nyn2ldp9wfg3lldyj6rfvps6x/', '0', 'Adventure', 0, 0, '', 'purple-and-pink'), (8239, 'The Amazing Maurice Card Match', 'A goofy streetwise cat, who has the perfect money-making scam. He finds a dumb-looking kid who plays a pipe and has his very own horde of rats, who are strangely literate.', 'https://img.gamemonetize.com/y9w3fgfsw3clryrh9uod4v7rhp99xa3q/512x384.jpg', 'https://html5.gamemonetize.com/y9w3fgfsw3clryrh9uod4v7rhp99xa3q/', '0', 'Puzzles', 0, 0, '', 'the-amazing-maurice-card-match'), (8240, 'Domino Smash Bump 3d Rush', 'Fasten your seatbelt because it’s time to drop, tumble, bash and crash into the world of Domino Clash', 'https://img.gamemonetize.com/qrf96v1d6mxs809th1yjnpg2go2spytg/512x384.jpg', 'https://html5.gamemonetize.com/qrf96v1d6mxs809th1yjnpg2go2spytg/', '0', 'Arcade', 0, 0, '', 'domino-smash-bump-d-rush'), (8241, 'Fast And Crashy', 'Fast And Crashy is a simple yet exciting game suitable for everyone. Swipe left or right to change lane and avoid those slo-mo cars. Swipe up to accelerate: how fast can you reach?', 'https://img.gamemonetize.com/4tovd0jxqtf7o19c3eahyw0i4yxeju0y/512x384.jpg', 'https://html5.gamemonetize.com/4tovd0jxqtf7o19c3eahyw0i4yxeju0y/', '0', 'Racing', 0, 0, '', 'fast-and--crashy'), (8242, 'Tappy Cube', 'Tilt your phone to control the cube and help it dodge deadly obstacles in this thrilling game! Across Mania is an exciting accelerometer-based game that is best suited for all mobile devices.', 'https://img.gamemonetize.com/racanbrymrfytqxr61qshpniatx5n9np/512x384.jpg', 'https://html5.gamemonetize.com/racanbrymrfytqxr61qshpniatx5n9np/', '0', 'Hypercasual', 0, 0, '', 'tappy-cube'), (8243, 'Across Mania', 'Tilt your phone to control the cube and help it dodge deadly obstacles in this thrilling game! Across Mania is an exciting accelerometer-based game that is best suited for all mobile devices.', 'https://img.gamemonetize.com/57ul4hp2etos9d0s36xewrvcha5ll18d/512x384.jpg', 'https://html5.gamemonetize.com/57ul4hp2etos9d0s36xewrvcha5ll18d/', '0', 'Clicker', 0, 0, '', 'across-mania'), (8244, 'Belt Secure', 'Plug the belts into the right slots to prevent the boxes from falling on the ground! gamesmunch.com This game is very interesting fun, come and try it!', 'https://img.gamemonetize.com/6fmtbgzbitkfmszc4ve8kh2hqesr9ho8/512x384.jpg', 'https://html5.gamemonetize.com/6fmtbgzbitkfmszc4ve8kh2hqesr9ho8/', '0', 'Hypercasual', 0, 0, '', 'belt-secure'), (8245, 'Candy Pong', 'Online Candy Pong is free to play. Use your mouse to move the ball, and click on the candies to drop them in the hole on the other side of the board. Play Candy Pong Online, the best free online arcade game, on your mobile or tablet. Candy Pong is the classic arcade game that everyone loves! Play this addictive and fun game of pong against your friends or the computer.', 'https://img.gamemonetize.com/pdku4hrp2mepit4dmz7076ghabrg6pru/512x384.jpg', 'https://html5.gamemonetize.com/pdku4hrp2mepit4dmz7076ghabrg6pru/', '0', 'Hypercasual', 0, 0, '', 'candy-pong'), (8246, 'Purple And Pink 2', '2 player Purple And Pink game Complete the levels with your friend without any obstacles and reach the end! 2nd game', 'https://img.gamemonetize.com/aw9ko8vvx93unm3caq0bhkx62al8ptv6/512x384.jpg', 'https://html5.gamemonetize.com/aw9ko8vvx93unm3caq0bhkx62al8ptv6/', '0', 'Adventure', 0, 0, '', 'purple-and-pink-'), (8247, 'Animal Puzzle Game', 'Animal Puzzle Game is a beautiful puzzle game with high quality graphics designed for children and adults, solve the puzzles and spend hours of fun with this game.', 'https://img.gamemonetize.com/5we73sqwc4vv64p9o0caattmv3660kmd/512x384.jpg', 'https://html5.gamemonetize.com/5we73sqwc4vv64p9o0caattmv3660kmd/', '0', 'Puzzles', 0, 0, '', 'animal-puzzle-game'), (8248, 'Rescue Bus ', 'A fire is sparked by the earthquake! Hurry up and guide the residents to escape.', 'https://img.gamemonetize.com/7fpquwcm1r7g6cp4utomvqfvwrmahp9t/512x384.jpg', 'https://html5.gamemonetize.com/7fpquwcm1r7g6cp4utomvqfvwrmahp9t/', '0', 'Adventure', 0, 0, '', 'rescue-bus-'), (8249, 'Dots & Boxes', 'Dots and Boxes is a fun and simple classic pen-and-paper Multiplayer Game. The game is easy to learn and play, but can be very challenging. This game is perfect for family or friends to play. Play with friends, family and complete strangers in this unique game of strategy, memory and luck.', 'https://img.gamemonetize.com/1ldgaxfc2me8unfob5xfbp5n6rrd3gfa/512x384.jpg', 'https://html5.gamemonetize.com/1ldgaxfc2me8unfob5xfbp5n6rrd3gfa/', '0', 'Puzzles', 0, 0, '', 'dots-amp-boxes'), (8250, 'Mr Blue', 'Complete the challenging together with this MR Blue Man! Don\'t hit the obstacles and finish 5 challenging levels!', 'https://img.gamemonetize.com/x0zqe3l9sc2jwnxxbxcxu0wmuf78ybzz/512x384.jpg', 'https://html5.gamemonetize.com/x0zqe3l9sc2jwnxxbxcxu0wmuf78ybzz/', '0', 'Arcade', 0, 0, '', 'mr-blue'), (8251, 'Zombie Killer Draw Puzzle', 'Zombie Killer Draw Puzzle is a free online game for boys. You will be trapped in a room full of zombies. If you want to escape successfully, you must kill all the zombies inside. When attacking zombies, you should also pay attention to protecting yourself. There are many kinds of zombies, so you must be careful and then seize the opportunity to kill them quickly. Can you accurately calculate and control your line to kill all the zombies with one draw?', 'https://img.gamemonetize.com/i4nilyzw2eg1gq7ro407vgdy12qu2742/512x384.jpg', 'https://html5.gamemonetize.com/i4nilyzw2eg1gq7ro407vgdy12qu2742/', '0', 'Boys', 0, 0, '', 'zombie-killer-draw-puzzle'), (8252, 'Super Mario Green Game', '· Establish a connection between the app and LEGO® Marioâ„¢, LEGO® Luigiâ„¢ and/or LEGO® Peachâ„¢. · Build your sets, easily add them to your digital collection and expand your personalized LEGO® Super Marioâ„¢ universe (remember, always begin with the Starter Course!) · Get easy-to-use 3D building instructions for all of your LEGO® Super Marioâ„¢ sets. The instructions are live in the app, so no trees', 'https://img.gamemonetize.com/19fmg13q6fp8u72297yaryq6id5nci6s/512x384.jpg', 'https://html5.gamemonetize.com/19fmg13q6fp8u72297yaryq6id5nci6s/', '0', 'Hypercasual', 0, 0, '', 'super-mario-green-game'), (8253, 'Rescue Bus Game', 'A fire is sparked by the earthquake! Hurry up and guide the residents to escape.', 'https://img.gamemonetize.com/nuuc5q2f7hpzqoxhyx0ci84bg3zwkguh/512x384.jpg', 'https://html5.gamemonetize.com/nuuc5q2f7hpzqoxhyx0ci84bg3zwkguh/', '0', 'Arcade', 0, 0, '', 'rescue-bus-game'), (8254, 'Garden Decorations', 'Your dream garden is only a few taps away! Revive barren backyards, replace garish garden sets, and replant flattened flower beds. Design your garden any way you wish in this peaceful and relaxing match 3 home & garden makeover game.', 'https://img.gamemonetize.com/4fp9baf5rdbi3lb0zkwokr6dvhoonh1z/512x384.jpg', 'https://html5.gamemonetize.com/4fp9baf5rdbi3lb0zkwokr6dvhoonh1z/', '0', 'Adventure', 0, 0, '', 'garden-decorations'), (8255, 'Kids Shoping', 'Kids supermarket is funny games for kids with educational elements. Mommy makes a list of the goods that you need to buy in the supermarket.', 'https://img.gamemonetize.com/oco1mmdz3z43a34tft4gb9z8hc070vam/512x384.jpg', 'https://html5.gamemonetize.com/oco1mmdz3z43a34tft4gb9z8hc070vam/', '0', 'Adventure', 0, 0, '', 'kids-shoping'), (8256, 'Pizzas Makers', 'Making Pizza has never been more fun! Pizza Maker cooking games introduce the world of cooking, baking, and Pizza making to young kids.', 'https://img.gamemonetize.com/moflovp3o4xwrbwb6xjgf4kwhz3r5y5a/512x384.jpg', 'https://html5.gamemonetize.com/moflovp3o4xwrbwb6xjgf4kwhz3r5y5a/', '0', 'Arcade', 0, 0, '', 'pizzas-makers'), (8257, 'Black and white House Escape', 'Black and white House Escape is a point and click game developed by 8B Games. Imagine that you went to a Black and white house. You got trapped inside the house. Here are the interesting puzzles and hidden objects to get escape. Good Luck... Have Fun!!!', 'https://img.gamemonetize.com/52qc92o4d15udv88b6c7edmb6d0hcx80/512x384.jpg', 'https://html5.gamemonetize.com/52qc92o4d15udv88b6c7edmb6d0hcx80/', '0', 'Puzzles', 0, 0, '', 'black-and-white-house-escape'), (8258, 'Bonny Boy Escape', 'Bonny Boy Escape is a point and click escape game developed by 8BGames. Imagine that you a Bonny Boy invited you to his house. When you went there; he got trapped in this house. Find some hidden object to solve some interesting clues to escape the Bonny Boy. Good luck…Have fun!', 'https://img.gamemonetize.com/komjrxh6nksxm3d891zhl5txh79kfsob/512x384.jpg', 'https://html5.gamemonetize.com/komjrxh6nksxm3d891zhl5txh79kfsob/', '0', 'Puzzles', 0, 0, '', 'bonny-boy-escape'), (8259, 'Cotton Candy Shop Cook', 'very kid loves sweet cotton candies. A big candy shop is newly opened in the city. Do you want to be the manager of the shop and learn to make cotton candies?', 'https://img.gamemonetize.com/n7u7shwqpuzzhw73xe2p1tu7b1tvos1c/512x384.jpg', 'https://html5.gamemonetize.com/n7u7shwqpuzzhw73xe2p1tu7b1tvos1c/', '0', 'Arcade', 0, 0, '', 'cotton-candy-shop-cook'), (8260, 'Blue Room Escape', 'Blue Room Escape is a point and click game developed by 8B Games/Games2Mad. Imagine that you went to a Blue room. You got trapped inside the house. Here is the interesting puzzles and hidden objects to get escape. Good Luck.... Have Fun!!!', 'https://img.gamemonetize.com/0rhrlqi2j56ilo1bbj78d359ne92wca5/512x384.jpg', 'https://html5.gamemonetize.com/0rhrlqi2j56ilo1bbj78d359ne92wca5/', '0', 'Puzzles', 0, 0, '', 'blue-room-escape'), (8261, 'Dentist Inc Teeth Doctor Games', 'Welcome to New Dentist Game : Dental Care Free Doctor Games : Going to the crazy dentist doctor is something that many crazy patients don’t like to do, but to have a nice clean smile visiting dentist doctor office is a must in dentist games. New Dentist Game : Dental Care Offline Hospital Games is a dental hospital free games where you can experience being a best surgeon doctor in hospital simulator full of crazy doctors, cure patients or use all your skills to perform the adventure surgery simulator ever in dentist simulator games! The injured patients are here for dental surgery', 'https://img.gamemonetize.com/np4e37zb2mj6vkq91yxqxgyshggbmtbi/512x384.jpg', 'https://html5.gamemonetize.com/np4e37zb2mj6vkq91yxqxgyshggbmtbi/', '0', 'Hypercasual', 0, 0, '', 'dentist-inc-teeth-doctor-games'), (8262, 'Passengers Overload City Bus Game', 'Passengers Overload - City Bus Simulator Game is a unique game of its kind. Press and hold to load the passengers into the bus, release to stop. Load the passengers precisely, not more, not less to avoid explosion.', 'https://img.gamemonetize.com/mf6ys4ci9r9450491w48b5s6v6tm4vmr/512x384.jpg', 'https://html5.gamemonetize.com/mf6ys4ci9r9450491w48b5s6v6tm4vmr/', '0', 'Arcade', 0, 0, '', 'passengers-overload--city-bus-game'), (8263, 'Foot Care Offline Doctor Games', 'Foot Surgery Doctor Care - Free Doctor Games : Enjoy the thrill of being a superhero Foot Doctor to cure all patients coming to your clinic doctor care & bringing them back from trauma herein Foot Surgery Doctor Care - Free Doctor Games. The injured patients suffer from kinds of nail & foot doctor problems like painful infections, fractures, wounds, germs, various abrasions & they might need an emergency foot surgery simulator & nail treatment. In this operation games sterilize your surgical tools & keep your er emergency surgery hospital room ready for nail treatment. Be careful, don’t get the bones, nails & skin damaged herein Foot Surgery Doctor Care - Free Doctor Games. Herein doctor games,', 'https://img.gamemonetize.com/cr3t2c6oejgohryvd1u37i8yfg4jwkkw/512x384.jpg', 'https://html5.gamemonetize.com/cr3t2c6oejgohryvd1u37i8yfg4jwkkw/', '0', 'Hypercasual', 0, 0, '', 'foot-care-offline-doctor-games'), (8264, 'MR Bullet Shooting Puzzle', 'Do you have the quick hands and steady aim to solve all of Mr. Bullet\'s puzzles? Brave vibrant landscapes, deep jungles, and secretive lairs in your hunt for hidden targets. Spotlight your targets, calculate the fastest and most efficient way to shoot them all down, but don\'t get hit. Enjoy Mr Bullet, a Shooting Puzzle Game that\'s fun and easy to play!', 'https://img.gamemonetize.com/f1tu5g3jn4zlruvm48ok5l7mtpj1j93c/512x384.jpg', 'https://html5.gamemonetize.com/f1tu5g3jn4zlruvm48ok5l7mtpj1j93c/', '0', 'Shooting', 0, 0, '', 'mr-bullet-shooting-puzzle'), (8265, 'Orco The Dragon Crown', 'The Dragon Crown has had its 7 jewels stolen by the wizard and his army of undead. Help Orco smash his way through the undead army and find dragon eggs which contain stolen jewels, and restore the Dragon Crown to its full glory', 'https://img.gamemonetize.com/7faul9psjlbdyxigribtje0c2c6i1r8h/512x384.jpg', 'https://html5.gamemonetize.com/7faul9psjlbdyxigribtje0c2c6i1r8h/', '0', 'Adventure', 0, 0, '', 'orco-the-dragon-crown'), (8266, 'Blocky Gangster Warfare 2022', 'These amazing zombie apocalypse games, including those that can be played with other people, will provide you access to a wide variety of weaponry, and you\'ll be able to utilize them all. You are now simultaneously engaged in combat with Minecraft zombie Bots over several maps. It will seem simple since you have access to all the weapons necessary to combat zombies; nevertheless, you will have to contend with other zombies as your adversaries. No, I don\'t believe that I\'m prepared for that just yet. These shooting games require you to take cover behind various objects as you enjoy yourself while playing them. Do you like playing free online action games with other people and having access to various weapons? In the vast majority of zombie games, players only have access to bullets as a means of defense.', 'https://img.gamemonetize.com/xu6klb1j5an1twmvfj4mvzuzc7bhvlxs/512x384.jpg', 'https://html5.gamemonetize.com/xu6klb1j5an1twmvfj4mvzuzc7bhvlxs/', '0', 'Shooting', 0, 0, '', 'blocky-gangster-warfare-'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (8267, 'Ultimate Boxing The Boxing King', 'Ultimate Boxing is an exciting online boxing game. In the ultimate boxing, you have a tough fight. You need to defeat your opponents before they beat you. That requires some boxing skills, you can learn them from the game. Be the winner, good luck!', 'https://img.gamemonetize.com/txljutdd9h7fsi885iwf9pfninaophjw/512x384.jpg', 'https://html5.gamemonetize.com/txljutdd9h7fsi885iwf9pfninaophjw/', '0', 'Sports', 0, 0, '', 'ultimate-boxing--the-boxing-king'), (8268, 'ParkourCraft', 'Speedrun all the levels and share your score with your friends. Jump through blocks and don\'t fall into the lava. Compete with your friends and collect chests fulled with emeralds. Its time to show off your parkour skills! +Show your talent by completing 10 different maps that get harder and harder. +Open the chest at the end of the each level and collect the loot inside. +Cute pixel-art.', 'https://img.gamemonetize.com/fu3jzi6ucerusy7p8dgmrv5aum6dm45c/512x384.jpg', 'https://html5.gamemonetize.com/fu3jzi6ucerusy7p8dgmrv5aum6dm45c/', '0', 'Adventure', 0, 0, '', 'parkourcraft'), (8269, 'Biker Street', 'Ride your bike as far as you can, and don\'t forget about the fuel: collect fuel bonuses to fill up your fuel tank. Upgrade your bike after each ride to perform even better. You will need the coins that you can find on the streets to buy upgrades.', 'https://img.gamemonetize.com/q41mtdgiekxucbhtv31wnf284sciem5r/512x384.jpg', 'https://html5.gamemonetize.com/q41mtdgiekxucbhtv31wnf284sciem5r/', '0', 'Racing', 0, 0, '', 'biker-street'), (8270, 'Jewel Monsters', 'Make your way through the forest fighting the monsters that hide among the trees! Match 3 or more gems of the same color with the monster to attack it. Match enough gems to eliminate the monster and pass through. If you don\'t do it fast enough, the monster will attack you! But fear not, there is a way to heal yourself. Match 4+ gems to make a heart bonus appear inside one of the gems. Collect it to restore some of your health.', 'https://img.gamemonetize.com/zb1w5gd84dxffvpycbtpxnyqvlhrqqvy/512x384.jpg', 'https://html5.gamemonetize.com/zb1w5gd84dxffvpycbtpxnyqvlhrqqvy/', '0', 'Puzzles', 0, 0, '', 'jewel-monsters'), (8271, 'Teris Crush', 'Teris Crush is an addictive relaxing and offline puzzle game for everyone.Drop the blocks to create vertically or horizontally lines of blocks without gaps. When such a line is created, it gets destroyed. Keep your board clear and keep your cool as things heat up in this simple but addictive puzzle game!', 'https://img.gamemonetize.com/4tqt2ptl6kuxxjjilwvt01bdtezofjqr/512x384.jpg', 'https://html5.gamemonetize.com/4tqt2ptl6kuxxjjilwvt01bdtezofjqr/', '0', 'Puzzles', 0, 0, '', 'teris-crush'), (8272, 'Knives Crash io', 'Strike with greater force Navigate your way across this knives game to crush your opponents and collect knives. The more knives you collect, the better are your chances to run and strike your opponents with greater force. Defeat your opponents Crush your competitors and slice their knives,collect them for growing your strength later on. You can also kill your enemy by defenseï¼', 'https://img.gamemonetize.com/nu0d75e4ljy0m9xf9at70sug2fvz5hzu/512x384.jpg', 'https://html5.gamemonetize.com/nu0d75e4ljy0m9xf9at70sug2fvz5hzu/', '0', 'Arcade', 0, 0, '', 'knives-crash-io'), (8273, 'Stickman Hero Fight', 'Stickman Hero Fight - Super Action Heroes is a free-to-play stickman fighting game. All you need to do to role-play as heroes and fight against villains in the universe is cleverly using buttons to move, jump, teleport, block, attack and transform. This extremely simple gameplay, top-notch graphics effect, and vivid sound have attracted many players around the world.', 'https://img.gamemonetize.com/pe82jt7oy4dok6p12c5n8xbtc3yqrfqp/512x384.jpg', 'https://html5.gamemonetize.com/pe82jt7oy4dok6p12c5n8xbtc3yqrfqp/', '0', 'Adventure', 0, 0, '', 'stickman-hero-fight'), (8274, 'Rope Master Puzzle', 'Welcome to This Brand new Puzzle Game “Rope Master Puzzle†and start a journey of untie the knot of the rope.You will discover a whole new world', 'https://img.gamemonetize.com/y7scukwrkv5qhgkrk3pl9250cxaqmsdu/512x384.jpg', 'https://html5.gamemonetize.com/y7scukwrkv5qhgkrk3pl9250cxaqmsdu/', '0', 'Puzzles', 0, 0, '', 'rope-master-puzzle'), (8275, 'Cactus Island', 'You\'re on an island and you don\'t know how you got here. Can anyone help him out of here? Explore the island and find out!', 'https://img.gamemonetize.com/mml8sxqqt217pc59evajdl64puzekhny/512x384.jpg', 'https://html5.gamemonetize.com/mml8sxqqt217pc59evajdl64puzekhny/', '0', 'Puzzles', 0, 0, '', 'cactus-island'), (8276, 'Fairy puzzle', 'Drag and drop a matching puzzle piece onto another to join them and complete the puzzle. The game has 100 levels with different colorful pictures.', 'https://img.gamemonetize.com/5jclp9r0zmrns9qnnkxgsjwecxw69vje/512x384.jpg', 'https://html5.gamemonetize.com/5jclp9r0zmrns9qnnkxgsjwecxw69vje/', '0', 'Puzzles', 0, 0, '', 'fairy-puzzle'), (8277, 'Baby Mermaid Caring Games', 'Play with your little mermaid in the depths of the ocean! Grow up with it! Your baby is hungry right now, so get her apples, lollipops, milk, soda and even cupcakes! Take a close look at the different expressions she makes as she eats. Take a look at the dirty face of the little mermaid and give her a bubble bath full of toys so she can be very clean! Your little mermaid needs to go to bed and go to the toilet, teach the little mermaid the correct steps to go to the toilet. You may encounter some emergencies. So are you ready?', 'https://img.gamemonetize.com/sd62j7w1teoojucjk8vn6dlkz43e5pd8/512x384.jpg', 'https://html5.gamemonetize.com/sd62j7w1teoojucjk8vn6dlkz43e5pd8/', '0', 'Girls', 0, 0, '', 'baby-mermaid-caring-games'), (8278, 'Get Ready With Me Summer Picnic game', 'Welcome to Get Ready With Me Summer Picnic game. Skyler, Sunny, Ruby, and Violet are the Rainbow high school girls who have planned for vacation. They decided to have a picnic to get rid of this summer. They need to get ready to heads out. Join and help them to get ready. Have fun!', 'https://img.gamemonetize.com/shaqchs9ajpqmt41txowf4lqz1c723u1/512x384.jpg', 'https://html5.gamemonetize.com/shaqchs9ajpqmt41txowf4lqz1c723u1/', '0', 'Girls', 0, 0, '', 'get-ready-with-me-summer-picnic-game'), (8279, 'Car Driving In big City', 'Looking for an extremely amazing car parking game? FROLICS presents a physics-based Prado parking car game for crazy car driving games lovers. Amazing car parking missions, multiplayer car driving challenges, and new car games smooth controls will double up Prado parking simulator passion. HD graphics, racing cars, and daily achievement rewards will amaze you in offline Prado parking car games 2022. CAR GAMES FEATURES: • Beginner level car parking games missions • Garage full of lavish racing game cars • Time-based hard car parking game missions • Multiplayer car parking challenge to play with friends • Tournaments and championships for advance car parking game fun Driver’s Career in Car Parking Game: o Starter Mode: Start your car parking career with the starter mode of offline car driving games 3d. Enhance your extreme car driving skills in car games and pass an easy car parking mission for mysterious rewards. Starter mode is highly recommended for you if you’re new to offline car parking games 3d. o Advance Mode in Car Driving Simulator: Take your car driving skills at a high level in advance car parking mode. Use different car parking controls and park your car in the car parking plaza. Face different challenging offline car games missions to be the pro driver in multiplayer car parking games. It’s time to level up your car parking skills and rule the parking arcade in free Prado car parking game. o Pro Driver Mode in Car Driver Game: Time to show your legendary car parking and driving skills. Different challenges of this modern car parking mode will test your car driving expertise in the Prado game. In parking simulator driver games, use different camera angles and controls to park car safely. Park your car perfectly and be PRO CAR DRIVER in one of the most popular parking games 2022. o Arcade Mode in Car Parking Simulator: Want to drive freely? Drive your racing car as you want in car parking games. Arcade mode will let you experience the real thrill of Prado car parking games offline. You have to collect fuel packages and mystery boxes while driving in the parking plaza. Collect more fuel packages to keep moving in one of the best car games 2022. Score more points by parking at more places in the modern car driving game. Car Driving School: Want to express your pro-driving skills in the city while driving a racing car in one of best car games? Pass out a car driving school test and get a Prado driving license in this car parking game for free. Multiplayer Car Parking Tournament & Championship: Enjoy Prado car parking challenges from all over the world in one of the most popular car games 2022. Play hard car parking tournaments with highly skilled car drivers. Win different car parking matches and be the champion in the offline Prado driving game. Achievements in Prado Car Game Everyday New Mission! Achieve different goals to enhance your driving career and win exciting rewards. Today’s mission will let you experience the adventure of real parking game missions. Bonus Level & Car Driving Games Time Reward: Enjoy bonus level of offline car driver games and earn extra rewards. Double up your coins by watching ads in car parking simulator game 2022. This free parking simulator car game 3d comes with time rewards features with more exciting rewards. Prado Parking Games 3D Garage: Love racing cars? New car game comes with a large number of racing cars and Prado. Check out the garage and find your favorite racing games car for an extremely hard car parking challenge. Upgrade and decorate your car in car driving school.', 'https://img.gamemonetize.com/gofmn1q4g4lo5s4y0d3qg1ddwp2jcg8y/512x384.jpg', 'https://html5.gamemonetize.com/gofmn1q4g4lo5s4y0d3qg1ddwp2jcg8y/', '0', 'Racing', 0, 0, '', 'car-driving-in-big-city'), (8280, 'Car Driving In big City 4', 'Looking for an extremely amazing car parking game? FROLICS presents a physics-based Prado parking car game for crazy car driving games lovers. Amazing car parking missions, multiplayer car driving challenges, and new car games smooth controls will double up Prado parking simulator passion. HD graphics, racing cars, and daily achievement rewards will amaze you in offline Prado parking car games 2022. CAR GAMES FEATURES: • Beginner level car parking games missions • Garage full of lavish racing game cars • Time-based hard car parking game missions • Multiplayer car parking challenge to play with friends • Tournaments and championships for advance car parking game fun Driver’s Career in Car Parking Game: o Starter Mode: Start your car parking career with the starter mode of offline car driving games 3d. Enhance your extreme car driving skills in car games and pass an easy car parking mission for mysterious rewards. Starter mode is highly recommended for you if you’re new to offline car parking games 3d. o Advance Mode in Car Driving Simulator: Take your car driving skills at a high level in advance car parking mode. Use different car parking controls and park your car in the car parking plaza. Face different challenging offline car games missions to be the pro driver in multiplayer car parking games. It’s time to level up your car parking skills and rule the parking arcade in free Prado car parking game. o Pro Driver Mode in Car Driver Game: Time to show your legendary car parking and driving skills. Different challenges of this modern car parking mode will test your car driving expertise in the Prado game. In parking simulator driver games, use different camera angles and controls to park car safely. Park your car perfectly and be PRO CAR DRIVER in one of the most popular parking games 2022. o Arcade Mode in Car Parking Simulator: Want to drive freely? Drive your racing car as you want in car parking games. Arcade mode will let you experience the real thrill of Prado car parking games offline. You have to collect fuel packages and mystery boxes while driving in the parking plaza. Collect more fuel packages to keep moving in one of the best car games 2022. Score more points by parking at more places in the modern car driving game. Car Driving School: Want to express your pro-driving skills in the city while driving a racing car in one of best car games? Pass out a car driving school test and get a Prado driving license in this car parking game for free. Multiplayer Car Parking Tournament & Championship: Enjoy Prado car parking challenges from all over the world in one of the most popular car games 2022. Play hard car parking tournaments with highly skilled car drivers. Win different car parking matches and be the champion in the offline Prado driving game. Achievements in Prado Car Game Everyday New Mission! Achieve different goals to enhance your driving career and win exciting rewards. Today’s mission will let you experience the adventure of real parking game missions. Bonus Level & Car Driving Games Time Reward: Enjoy bonus level of offline car driver games and earn extra rewards. Double up your coins by watching ads in car parking simulator game 2022. This free parking simulator car game 3d comes with time rewards features with more exciting rewards. Prado Parking Games 3D Garage: Love racing cars? New car game comes with a large number of racing cars and Prado. Check out the garage and find your favorite racing games car for an extremely hard car parking challenge. Upgrade and decorate your car in car driving school.', 'https://img.gamemonetize.com/5e7ehppi0cufmsfktf2yy5sb6u3d1nwf/512x384.jpg', 'https://html5.gamemonetize.com/5e7ehppi0cufmsfktf2yy5sb6u3d1nwf/', '0', 'Racing', 0, 0, '', 'car-driving-in-big-city-'), (8281, 'Offroad Vehicle Simulation', 'Here is a 3D car parking simulation game with modern vehicles. It is required for you to drive a car to arrive at the finish line without crashing on time. Actually, you are able to make mistakes while driving, but you still need to focus on the durability of your current car. Glad you will unlock all your favorite cars in the garage!', 'https://img.gamemonetize.com/rwc5ifraet5jityqegwqipv1ij4uyuqu/512x384.jpg', 'https://html5.gamemonetize.com/rwc5ifraet5jityqegwqipv1ij4uyuqu/', '0', 'Racing', 0, 0, '', 'offroad-vehicle-simulation'), (8282, 'Swirly Icy Pops DIY Shop Ice Cream Store', 'Summer has come and it\'s so hot outside! Travel around the pet city with Blush the Bunny in his colorful ice cream truck and create the craziest ice pops and surprise frozen treats for his fluffy friends! Select among dozens of flavors, shapes, toppings, and sprinkles!', 'https://img.gamemonetize.com/seb5eyliyw0ar08rq2fui8a0y0xaryj3/512x384.jpg', 'https://html5.gamemonetize.com/seb5eyliyw0ar08rq2fui8a0y0xaryj3/', '0', 'Girls', 0, 0, '', 'swirly-icy-pops-diy-shop--ice-cream-store'), (8283, 'Glitter Beauty Coloring And Drawing Art Game', 'Glitter Beauty Coloring And Drawing is a very interesting game. Do you miss coloring games? Here we make this cute coloring game for you. Here you can find 12 different lovely pages. Dresses, makeup, slippers, perfumes, etc. Each page will unleash your artistic talents. Try as many colors as you can and you\'ll find your next masterpiece is around the corner. Coloring pages are not the only ones provided in this game. You can also find fashion nail polish games and jigsaws in this game. Many surprises are waiting for you. Come and enjoy this game!', 'https://img.gamemonetize.com/t0b9g03je2fb7jspvmo89zihvcx5pa44/512x384.jpg', 'https://html5.gamemonetize.com/t0b9g03je2fb7jspvmo89zihvcx5pa44/', '0', 'Girls', 0, 0, '', 'glitter-beauty-coloring-and-drawing--art-game'), (8284, 'Draw Cube Leg', 'Draw cubes to run and win the race, but watch out for those slippery ice cubes! Play the funniest running game ever in this simple Hyper Casual Runner. Race your legs in Draw Cube Leg! Start with a drawing and draw your legs to win the race. The funniest race you ever played! Run and Draw your legs to win the race! Just draw with your finger and you will be running.', 'https://img.gamemonetize.com/4lqh0wfxs40ivttcf8dgv9vvrg765wj2/512x384.jpg', 'https://html5.gamemonetize.com/4lqh0wfxs40ivttcf8dgv9vvrg765wj2/', '0', 'Hypercasual', 0, 0, '', 'draw-cube-leg'), (8285, 'Baby Balloon Popping Games', 'Play the cutest magic balloon game for infants, toddlers and little kids! Babies can pop the balloons on the screen, collect toys and enjoy vivid colors and exciting animations!', 'https://img.gamemonetize.com/5l568ks0iw4hx6w134dhw5jd8hinwua3/512x384.jpg', 'https://html5.gamemonetize.com/5l568ks0iw4hx6w134dhw5jd8hinwua3/', '0', 'Adventure', 0, 0, '', 'baby-balloon-popping-games'), (8286, 'Pixel Linker', 'Go back to the 70ties and the crazy parties on the sound of disco with Pixel Linker! Inside a colorful checker with a flamboyant mood, your wits will be challenged with this puzzle game and its always evolving difficulty.', 'https://img.gamemonetize.com/kadlo6kp24eevdem1805gud3zqqh1r5j/512x384.jpg', 'https://html5.gamemonetize.com/kadlo6kp24eevdem1805gud3zqqh1r5j/', '0', 'Puzzles', 0, 0, '', 'pixel-linker'), (8287, 'Pin Spin !', 'Throw color pins to a turning multicolor wheel. Pins colors need to match with the color of the wheel segment. This game is super simple and fun but is also super challenging. Are you ready to play one of the best skill based game ?', 'https://img.gamemonetize.com/a7c45sk90ltds35jztluywojadmqqjk1/512x384.jpg', 'https://html5.gamemonetize.com/a7c45sk90ltds35jztluywojadmqqjk1/', '0', 'Hypercasual', 0, 0, '', 'pin-spin-'), (8288, 'Pump up the Bubble', 'You like games that are easy to learn but hard to master? This game is for you! In Pump Up The Bubble you have to inflate your bubbles in order to convert the enemy bubbles to your side. To make your bubbles bigger you have to click on them, but beware! Don’t hit anything will you grow or your bubble will lose all its size.', 'https://img.gamemonetize.com/zgfzwjs6siaq3sp5wcwr68m15bb8fbxt/512x384.jpg', 'https://html5.gamemonetize.com/zgfzwjs6siaq3sp5wcwr68m15bb8fbxt/', '0', 'Puzzles', 0, 0, '', 'pump-up-the-bubble'), (8289, 'Only 1 color per line', 'Only 1 color per line : can you fill in the grid ? The concept is super simple, it a bit like a sudoku game: you must fill the grid but you can only place the same color only once on every line. Are you smart enough to play this color game ?', 'https://img.gamemonetize.com/kona03rjcz055kn3w54cw8pvvkrxdwla/512x384.jpg', 'https://html5.gamemonetize.com/kona03rjcz055kn3w54cw8pvvkrxdwla/', '0', 'Puzzles', 0, 0, '', 'only--color-per-line'), (8290, 'Fashion Makeup Nail Salon Nail Game', 'Fashion Makeup Nail Salon is a very lovely game. Are you ready for being a nail salon owner and design various nail styles every day? Here is the game you can design nails freely. You can try different skin colors, nail shapes, and nail sizes, and take your time to try them one by one. Whether your favorite style is dark or sweet, you\'ll find the right colors and accessories here. We have various patterns, stickers, and jewels that can be adjusted by size. When you finish your masterpiece, pick a picture to be your background. A good background picture can make your nails look even brighter. Invite your friends to enjoy this game with you and find who is the real master!', 'https://img.gamemonetize.com/1nu24skimnygpuqh44taivb5o9imsvyp/512x384.jpg', 'https://html5.gamemonetize.com/1nu24skimnygpuqh44taivb5o9imsvyp/', '0', 'Girls', 0, 0, '', 'fashion-makeup-nail-salon--nail-game'), (8291, 'Merge Rush 2048', 'Merge Rush 2048 is a parkour-style 2048 online game for boys for free. Besides obstacle traps, there are many digital squares on the runway. Collect and push these squares for parkour. Note that the two digital squares on the road will move at the same time. Come and merge the squares to unlock more scenery and buildings at the end of the game!', 'https://img.gamemonetize.com/fo3sq9ajol3lbr0777yhcodnh8jz2qva/512x384.jpg', 'https://html5.gamemonetize.com/fo3sq9ajol3lbr0777yhcodnh8jz2qva/', '0', 'Boys', 0, 0, '', 'merge-rush-'), (8292, 'Harry Potter Dressup', 'Harry Potter, the young wizard who studied at Hogwarts School of Witchcraft and Wizardry, is the fantasy adventure hero. Let\'s dress up him go and prepare for the new adventure.', 'https://img.gamemonetize.com/5eur9mg6d1np69omx696ybk0l2nurmxd/512x384.jpg', 'https://html5.gamemonetize.com/5eur9mg6d1np69omx696ybk0l2nurmxd/', '0', 'Girls', 0, 0, '', 'harry-potter-dressup'), (8293, 'Beat the Snowmen', 'Beat the Snowmen 3D is a first-person game where the player must eliminate all the snowmen to beat the levels! Go through the level and beware of the killer snowmen. Shoot the snowmen with your water gun and they will turn to dust. A very colorful and challenging game! Have fun!', 'https://img.gamemonetize.com/iztefnva71k9mumuw3kgkrs5jiv5qw55/512x384.jpg', 'https://html5.gamemonetize.com/iztefnva71k9mumuw3kgkrs5jiv5qw55/', '0', 'Shooting', 0, 0, '', 'beat-the-snowmen'), (8294, 'Street Racer Online Game', 'Experience the thrill of classic car racing in a 3D world with Street Racing Online Game. Compete for a spot on the podium against players from around the world. With this car racing, Arcade Game, Online Games, Racing game you can stand in the driver\'s seat of some of the world\'s fastest super cars and race against the best drivers. Pick your favorite car from our roster and start your street racing.', 'https://img.gamemonetize.com/aczp7yla5hfh9x42h4qvzzccexmdwves/512x384.jpg', 'https://html5.gamemonetize.com/aczp7yla5hfh9x42h4qvzzccexmdwves/', '0', 'Racing', 0, 0, '', 'street-racer-online-game'), (8295, 'Gear Race 3D Car', 'Are you dare to jump into a race? where the challenge is to shift gears at the perfect time, In order to win the race. No one has ever played enough car racing games and no one can entertain a debate about it. Be it a boy or a girl, racing a car has always been the most electrifying and addictive game to play. Gear Car Race 3D provides the same very vibes and lets you enter the endless arcade racing. Drive through your path and change the gears accordingly, remember the key to victory lies in the gear handling. The gear installed gives such realistic vibes that you’ll be enjoying driving the ways as in reality within no time.', 'https://img.gamemonetize.com/pmce9wlgfpajga6wkp2shln95270wqin/512x384.jpg', 'https://html5.gamemonetize.com/pmce9wlgfpajga6wkp2shln95270wqin/', '0', 'Racing', 0, 0, '', 'gear-race-d-car'), (8296, 'Pokimon Connect', 'Welcome to Pokimon coonect Puzzle Game! Tap or click on two identical pokimon Tiles to clear them. Try to clear all tiles before time\'s Up! Play this amazing Linking and matching puzzle game. Enjoy', 'https://img.gamemonetize.com/wytmuywo90ccsxo5o7ta22q6cpcxa2ue/512x384.jpg', 'https://html5.gamemonetize.com/wytmuywo90ccsxo5o7ta22q6cpcxa2ue/', '0', 'Puzzles', 0, 0, '', 'pokimon-connect'), (8297, 'Pokemon Cilan Dressup', 'Pokemon Cilan is a tall, slender young man with slicked back chartreuse green hair with a four-pointed tuft that sticks up, and grass green eyes. Cilan is a superbly eccentric boy. He enjoys the intricacies of life, making him cheerful almost all his parts in the anime. Let\'s dress up this handsome boy.', 'https://img.gamemonetize.com/jxvurcq07oqf3lork3hyebbvf21qt98i/512x384.jpg', 'https://html5.gamemonetize.com/jxvurcq07oqf3lork3hyebbvf21qt98i/', '0', 'Girls', 0, 0, '', 'pokemon-cilan-dressup'), (8298, 'Shadow Adventure', 'Take on the ultimate challenge of skill and reflexes in Shadow Adventure. In the realm of the dead, shadows have begun to collect untold power for a mysterious evil force! Dash through a barrage of moving obstacles and use your wits to get over veritable pits of death! Do you enjoy platform games where you will be tasked with jumping on boxes and avoiding obstacles? If so, why not play a game that gives you the chance of becoming an adventurer who is not only capable of making his way through obstacles but also has something to balance or defend against! Come join Shadow Adventure Online Games and other players as you challenge your mind and exercise your body in this epic Game.', 'https://img.gamemonetize.com/g8hugrj6ee6assmk8kpwjk1zx4bdhnn1/512x384.jpg', 'https://html5.gamemonetize.com/g8hugrj6ee6assmk8kpwjk1zx4bdhnn1/', '0', 'Adventure', 0, 0, '', 'shadow-adventure'), (8299, 'Flip Bird Online Game', 'Flip Bird is an exciting new online game that challenges players to take control of a bird and navigate through a series of challenging levels. The game is easy to learn, but hard to master, and is sure to keep players entertained for hours on end. There are a variety of different birds to choose from, each with their own unique abilities, and players must use these skills to navigate their way through the levels. The game is challenging but not impossible, and the addictive gameplay will have players coming back for more.', 'https://img.gamemonetize.com/z18bxqmer8v0shr0ev0jrj2uzsyxdr47/512x384.jpg', 'https://html5.gamemonetize.com/z18bxqmer8v0shr0ev0jrj2uzsyxdr47/', '0', 'Adventure', 0, 0, '', 'flip-bird-online-game'), (8300, 'Mickeys Club House Jigsaw', 'Mickeys Club House Jigsaw is a free online game from genre of puzzle and jigsaw games. You can select one of the 12 images and then select one of the three modes: easy with 25 pieces, medium with 49 pieces and hard with 100 pieces. Have fun and enjoy!', 'https://img.gamemonetize.com/agtdqf3bgi5s71g5elj79o6atno8arpe/512x384.jpg', 'https://html5.gamemonetize.com/agtdqf3bgi5s71g5elj79o6atno8arpe/', '0', 'Puzzles', 0, 0, '', 'mickeys-club-house-jigsaw'), (8301, 'Cute Dora Dressup', 'Dora is an adventurous girl. Favorite cartoon character Dora loves nature and exploring new things. Let\'s help her choose her new clothes, jewelry, shoes and bag. Let\'s dress her up very stylish', 'https://img.gamemonetize.com/5uimmgdm2e7r5fbpgqh0zdxz14a4vwam/512x384.jpg', 'https://html5.gamemonetize.com/5uimmgdm2e7r5fbpgqh0zdxz14a4vwam/', '0', 'Girls', 0, 0, '', 'cute-dora-dressup'), (8302, 'Besties Room Deco', 'Let\'s help our best friends Mia, Ben, Rocky to give the new look for their room. They likes to paint their room themselves, So they want to go shopping and purchase the painting materials and choose the best color paint for their room. Enjoy the room deco game at 7sgames.com', 'https://img.gamemonetize.com/d3tyx46pk0atbsrcu5gl24q7lq0z0m7w/512x384.jpg', 'https://html5.gamemonetize.com/d3tyx46pk0atbsrcu5gl24q7lq0z0m7w/', '0', 'Girls', 0, 0, '', 'besties-room-deco'), (8303, 'Vampire Survival', 'Vampire\'s Survival is a fast-paced, multiplayer, survival game. Destroy your enemies and become a legend! Become a vampire and survive in this free online game. Kill the hunters, and stay alive. Upgrade your vampiric skills to beat your enemies and earn more gold. Vampire\'s Survival is a free online action game, where you can fight against evil monsters. In this game, you have to kill the monsters and survive as long as possible. Can you survive? Play now.', 'https://img.gamemonetize.com/drtth006k9idh3i17wss7k5ovp2lp4l3/512x384.jpg', 'https://html5.gamemonetize.com/drtth006k9idh3i17wss7k5ovp2lp4l3/', '0', 'Adventure', 0, 0, '', 'vampire-survival'), (8304, 'Pluto Dress Up', 'Pluto, the dog of Miki Mouse, loves to travel and play. Let\'s dress it up', 'https://img.gamemonetize.com/b5djjoa48mfr6ppw395ukahs8xx6akku/512x384.jpg', 'https://html5.gamemonetize.com/b5djjoa48mfr6ppw395ukahs8xx6akku/', '0', 'Girls', 0, 0, '', 'pluto-dress-up'), (8305, 'Tower Cubes', 'Tap & hold to scale a block equal the one below it and stack them up to build a skyscraper! Collect coin to unlock new types of block. Tower Cubes is a simple yet exciting and addictive game that will keep the player entertained for hours!', 'https://img.gamemonetize.com/fhkgfujgkmuz42pt8vdhrkboh3ok6ssv/512x384.jpg', 'https://html5.gamemonetize.com/fhkgfujgkmuz42pt8vdhrkboh3ok6ssv/', '0', 'Arcade', 0, 0, '', 'tower-cubes'), (8306, 'Space Aliens Match 3', 'Space Aliens Match 3 – this cool game three in a row, in which you have to put the blocks of the same color in a series of three pieces or more to achieve the highest possible score, be careful to account the scale to the left did not fall too low, otherwise the game will be over. Enjoy the game!', 'https://img.gamemonetize.com/u1ujy5r0gf1bpby2drsryz3dgg6qarnk/512x384.jpg', 'https://html5.gamemonetize.com/u1ujy5r0gf1bpby2drsryz3dgg6qarnk/', '0', 'Puzzles', 0, 0, '', 'space-aliens-match-'), (8307, 'Gullo 2', 'Gullo 2 is a 2D platformer where you have to collect the chocolate donuts while avoiding the enemies, flying monsters, ground saws and spikes and reach the red flag in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original Gullo series.', 'https://img.gamemonetize.com/n0hipb506dzq6bwv7vvvk1pjqjha4gmv/512x384.jpg', 'https://html5.gamemonetize.com/n0hipb506dzq6bwv7vvvk1pjqjha4gmv/', '0', 'Arcade', 0, 0, '', 'gullo-'), (8308, 'Huggie Wuggie Merge', 'Welcome to our newest merge game Huggie Wuggie Merge. You have to merge two Huggie Wuggie blocks with the same numbers. The numbers are from 1 to 9. When you reach number 9, the whole row is released. The next suggested Huggie Wuggie block number can be seen at the bottom of the screen. The game is played by tapping on the screen with a mouse or with a touch. Enjoy and have fun!!!', 'https://img.gamemonetize.com/8h3zcjbyaz7he832sa6g7ep06njg3auy/512x384.jpg', 'https://html5.gamemonetize.com/8h3zcjbyaz7he832sa6g7ep06njg3auy/', '0', 'Puzzles', 0, 0, '', 'huggie-wuggie-merge'), (8309, 'Survival Commando', 'Survival Commando is a top-down shooter. Top-Down Shooter Survival Games is an action game with a lot of adrenaline. It is a shooting game, and you must survive in the midst of zombies. In this exciting game, you will have to go through a series of levels, which will get harder as you go. Do you love playing top-down shooter games? It\'s a zombie outbreak! Solve exciting puzzles while fighting to stay alive in this action shooter game. Planned levels range from tense zombie shootouts to relaxing walks along steep cliffs with breathtaking views as you try to spot the easiest path ahead. Is it an ideal day out? No, but it sure is fun! Try your hand at some amazing motorcycle stunts while saving the world. You can play it on your PC or on your mobile phone.', 'https://img.gamemonetize.com/cqztypovfrttazvl7rijor2mbsrrd2jq/512x384.jpg', 'https://html5.gamemonetize.com/cqztypovfrttazvl7rijor2mbsrrd2jq/', '0', 'Shooting', 0, 0, '', 'survival-commando'), (8310, 'Mr Kaw', 'Mr Kaw is a 2D platformer where you have to collect the gold coins while avoiding the enemies, flying bots, and spikes and reach the Exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/p03yx7vm18h6x140z06bu8hs0qkl5pc1/512x384.jpg', 'https://html5.gamemonetize.com/p03yx7vm18h6x140z06bu8hs0qkl5pc1/', '0', 'Arcade', 0, 0, '', 'mr-kaw'), (8311, 'Farm For Ever', 'Manage a farm: grow crops, care for animals, trade. Save Progress. Management. On the computer: Wasd or arrows to move, Q, E - rotation camera, space-interaction, Left mouse button - move, interact, attack, Right mouse button — action menu or cancel. Mobile management: Tap to activate the joystick Two fingers to zoom the camera Joystick-movement.', 'https://img.gamemonetize.com/oqmyed0xwufoioerbxs54otubz9o0an3/512x384.jpg', 'https://html5.gamemonetize.com/oqmyed0xwufoioerbxs54otubz9o0an3/', '0', 'Arcade', 0, 0, '', 'farm-for-ever'), (8312, 'Laser Charger', 'Laser Overload -To recharge the batteries connect the energy sources to the batteries. You can do it by turning the mirrors while allowing the energy to reflect.', 'https://img.gamemonetize.com/ld1udea8s0m6jbzxzzam8rebzra7o3dg/512x384.jpg', 'https://html5.gamemonetize.com/ld1udea8s0m6jbzxzzam8rebzra7o3dg/', '0', 'Puzzles', 0, 0, '', 'laser-charger'), (8313, 'EnderStick Skymap', 'enderstickman has to survive in the white forest full of fears. He must be very careful to survive and collect all the emeralds. Follow the path and reach the portal while collecting emeralds. Remember, not the fastest, but the strongest reaches the portal. Don\'t be in a hurry, watch out for the monsters.', 'https://img.gamemonetize.com/ipn0p7leoo0boo2e5hlee8g87w7dcloz/512x384.jpg', 'https://html5.gamemonetize.com/ipn0p7leoo0boo2e5hlee8g87w7dcloz/', '0', 'Arcade', 0, 0, '', 'enderstick-skymap'), (8314, 'Squid impostor Escape', 'hey you are alone in space and there are astronauts you need to save from monsters. rescue them and launch them into the safe zone of space. don\'t forget to collect all you need to complete the level and reach the portal! Go through the portal and complete all levels of 15 different difficulties.', 'https://img.gamemonetize.com/7nbv1d4es6rmx8xqv8k88pgmxq0t7w9i/512x384.jpg', 'https://html5.gamemonetize.com/7nbv1d4es6rmx8xqv8k88pgmxq0t7w9i/', '0', 'Arcade', 0, 0, '', 'squid-impostor-escape'), (8315, 'Cleaning House Game', 'Cleaning House is a very interesting and cute cleaning game. In this game you will find the fun in doing housework. If you like to organize things and clean things, this is a great game for you. You can start cleaning from the bedroom where you can clean the closet by putting clothes in the right place, cleaning the windows, and picking up the trash on the floor. If you want to clean the kitchen or the living room, just swipe up and down the page to get to your favorite room.', 'https://img.gamemonetize.com/1500eezwjz2a48vg48y1equ2nrb1vy1z/512x384.jpg', 'https://html5.gamemonetize.com/1500eezwjz2a48vg48y1equ2nrb1vy1z/', '0', 'Arcade', 0, 0, '', 'cleaning-house-game'), (8316, 'Mr Kaw 2', 'Mr Kaw 2 is a 2D platformer where you have to collect the golden coins while avoiding the enemies, flying robots and spikes and reach the exit door in order to go to the next level. There are 8 levels to play and the some of the levels are really challenging and hard to master.', 'https://img.gamemonetize.com/vjqqt1jqo8lwfox3b1vj3dp0594g8sc9/512x384.jpg', 'https://html5.gamemonetize.com/vjqqt1jqo8lwfox3b1vj3dp0594g8sc9/', '0', 'Arcade', 0, 0, '', 'mr-kaw-'), (8317, 'Princess Beauty Makeup Salon', 'Little princess is going to attend the date with the prince. She is so nervous because she looks a mess. And the prince is taking her to take beautiful photos. Let\'s help little princess fresh up! Beautiful makeups and accessories are here for you to use. Don\'t forget to match fashionable outfits for princess. When everything is ready, take her to the prince and take amazing photos for them. Enjoy the great game!', 'https://img.gamemonetize.com/67p3si9oc79scaam0ini2yxws81btsz3/512x384.jpg', 'https://html5.gamemonetize.com/67p3si9oc79scaam0ini2yxws81btsz3/', '0', 'Girls', 0, 0, '', 'princess-beauty-makeup-salon'), (8318, 'Monkey Swing', 'Monkey Swing - Adventure game with the main character is 2 monkey brothers, tied together by a strange rope. And the player\'s task is to help the monkey brothers overcome the farthest possible distance by clicking or touching the phone screen, in the style of controlling each character in turn. Swing Monkey is a one-button monkey swinging game to reach the finish line successfully. This game is inspired by Stickman Hook. Race through the forest in this fun physics-based game. Use trampolines to launch or tap and hold to grab the nearest ring. Gain momentum by swinging back and forth. Avoid obstacles and head to the finish line. Swing through the jungle from tree to tree! Beat as many levels as you can to unlock awesome and crazy new skins for your monkey.', 'https://img.gamemonetize.com/194co7yy4uifmtvmer5ro2ylqxxl1kgl/512x384.jpg', 'https://html5.gamemonetize.com/194co7yy4uifmtvmer5ro2ylqxxl1kgl/', '0', 'Clicker', 0, 0, '', 'monkey-swing'), (8319, 'Gardenscapes', 'Enjoy the adventure in the garden to escape from this magic adventure. Immerse yourself in an exciting match 3 game with many levels and excellent graphics. Help the little dog to solve all the match 3 puzzles and escape from the magic island using your skills, and amazing power ups to complete the levels. Features: â— Amazing graphics. â— Collect gems three in a row in hundreds of exciting levels. â— Immerse yourself in a fantasy world to help the little dog in this adventure. â— 40 Different levels. â— Enjoy great artwork and 3D characters. â— Amazing garden world for a game for one', 'https://img.gamemonetize.com/lhwjgp2l8nfxcvamvzh5mwiwwotkjy5t/512x384.jpg', 'https://html5.gamemonetize.com/lhwjgp2l8nfxcvamvzh5mwiwwotkjy5t/', '0', 'Puzzles', 0, 0, '', 'gardenscapes'), (8320, 'Fast Ball Game', 'Fast Ball is a game where you need to hit the ball and control it with the beam. It is a kind of brick break game. Here you need to try the ball not to fall from the beam and hit the big white ball. That is the goal of this game, to destroy more white balls as you can without falling your ball from the beam. When you hit the white ball, she will disappear, and the new one will be shown in a new place.', 'https://img.gamemonetize.com/5eqddycdtu3rog9v69h7hhnr1i83k6yq/512x384.jpg', 'https://html5.gamemonetize.com/5eqddycdtu3rog9v69h7hhnr1i83k6yq/', '0', 'Puzzles', 0, 0, '', 'fast-ball-game'), (8321, 'Zombie Blockfare Of Future Pixel 2022', 'Join Modern Strikes Online PvP FPS to compete against your friends in a thrilling first-person shooter game online. Participate in and take pleasure in the top 3D shooting game. You should arm yourself with all of the available guns and equipment. Converge on a winning plan with the help of your colleagues, and do it by working together. Can\'t have enough of player-versus-player first-person shooter games? Are you looking for first-person shooter games that are completely free? You\'re in luck, that\'s for sure! If you\'ve ever desired more from a free first-person shooter game, go no further than Modern Strike Online.', 'https://img.gamemonetize.com/606eg2dk2y5zqxjcfvk0tmeautrnphs8/512x384.jpg', 'https://html5.gamemonetize.com/606eg2dk2y5zqxjcfvk0tmeautrnphs8/', '0', 'Shooting', 0, 0, '', 'zombie-blockfare-of-future-pixel-'), (8322, 'Bus Parking City 3D', 'Bus Parking City 3D is a realistic Bus Driving game and Bus Simulator having a 3D gameplay. With each passing level come more difficulty and require much more of your expertise to reach the next level. This game will also test your driving expertise as a bus driver as is not as easy as a car and parking the bus is even more critical.', 'https://img.gamemonetize.com/l8822k1rjb0tdlfp8vlf275ts1sukx70/512x384.jpg', 'https://html5.gamemonetize.com/l8822k1rjb0tdlfp8vlf275ts1sukx70/', '0', 'Racing', 0, 0, '', 'bus-parking-city-d'), (8323, 'Apex Legends Jigsaw Puzzle', 'Zazgames is a place where you can infinitely play assembling online jigsaw puzzles. We hope you are up for another game from the Puzzle category on our website , because we have just added the game called Apex Legends Jigsaw Puzzle for you all, which, despite being one of the many puzzle games we have added so far into this category, this is the first puzzle game to use this specific format, and image, so it is going to be a brand new experience for all of you, an experience we are sure you will appreciate, as there is no way you aren\'t going to have a lot of fun playing the game. Especially after you learn how to play it from the next lines in the description. you will start by choosing how you want the jigsaw puzzle be : hard medium or easy. After that, the jigsaw puzzle pieces are going to be spread around the game screen randomly. Use the mouse to drag them over the transparent images where they match with the image, until all the pieces are connected, and the image looks just like it did in the beginning. You will have a great time with the game, so start it right now, and we are sure you will not regret it one second!', 'https://img.gamemonetize.com/qbzfvsickqz46hgqvzfi700nkfbq1hy1/512x384.jpg', 'https://html5.gamemonetize.com/qbzfvsickqz46hgqvzfi700nkfbq1hy1/', '0', 'Puzzles', 0, 0, '', 'apex-legends-jigsaw-puzzle'), (8324, 'Paper Plane The Crazy Lab', 'Years of experimentation and millions spent, all for what? A shape-shifting origami that tries to escape the laboratory at all costs… and it’s you! There’s no way you’ll let yourself get caught by a bunch of scientists. You’ll have to avoid all obstacles to save your paper skin and obtain your freedom.', 'https://img.gamemonetize.com/41m9vkp66jp05qdg0qejh712i5w2n7gd/512x384.jpg', 'https://html5.gamemonetize.com/41m9vkp66jp05qdg0qejh712i5w2n7gd/', '0', 'Arcade', 0, 0, '', 'paper-plane--the-crazy-lab'), (8325, 'Parking Panic', 'Test your logic in the puzzle game Parking Panic. Move cars, buses and trailers and find a way to get your vehicle out of a totally crowded parking lot. An excellent game for long waits... such as rush hour! Cramped inside your red car, you are completely stuck. Surrounded by vehicles of varying sizes, you fail to find a way to get out of your parking spot. Thus, you have no other choice: You’ll have to move the cars and buses blocking you to open up a path to the exit.', 'https://img.gamemonetize.com/2521urwx5gjft9ogsqr3dego3fhubndw/512x384.jpg', 'https://html5.gamemonetize.com/2521urwx5gjft9ogsqr3dego3fhubndw/', '0', 'Racing', 0, 0, '', 'parking-panic'), (8326, 'Rainbow Tile', 'There are legends of a pixel that lives in the rainbow. And it\'s true! He jumps from color to color. You have to guide his steps and pass it from platform to platform. It should not jump into the void. One fall and the game is over. Rainbow Tile is a game that tests your speed and anticipation. Move the pixel as quickly as possible and never make mistakes. The pastel atmosphere of the game will please any player. What is your best score?', 'https://img.gamemonetize.com/0w2sskumsjttb84uk4s63dsdpnqxnkia/512x384.jpg', 'https://html5.gamemonetize.com/0w2sskumsjttb84uk4s63dsdpnqxnkia/', '0', 'Arcade', 0, 0, '', 'rainbow-tile'), (8327, 'Colors Runners', 'Colors Runners is an interesting game that you can not miss. Slide to gather your companions of the same color and rush to the finishing line. Remember to walk the same way as your body color or you will get shot and fail. Challenge this game now!', 'https://img.gamemonetize.com/g79xlsydtdkbgxrmspmoj5yl14hsmn7w/512x384.jpg', 'https://html5.gamemonetize.com/g79xlsydtdkbgxrmspmoj5yl14hsmn7w/', '0', 'Puzzles', 0, 0, '', 'colors-runners'), (8328, 'Sonic Mobile', 'Mobile version of the adventures of the legendary Sonic the Hedgehog! Collect all the rings and go through all the obstacles!', 'https://img.gamemonetize.com/kcvdkpzf8y0t092b3iowi6fn8hnqbjfv/512x384.jpg', 'https://html5.gamemonetize.com/kcvdkpzf8y0t092b3iowi6fn8hnqbjfv/', '0', 'Arcade', 0, 0, '', 'sonic-mobile'), (8329, 'Fashion Girl Beautiful New House Decoration', 'Our friend Zoe decided to live alone to practice herself. So, she rents a new house. The new house is clean but has nothing. Today, Zoe ask her best friend Sofia to help her design the house. They want to try several furniture styles and make a decision to choose the most suitable one. Do you want to join them? Choose your favorite decorations for these two girls.', 'https://img.gamemonetize.com/3fzev0v2z1422zr3z176huxbscx8xf0d/512x384.jpg', 'https://html5.gamemonetize.com/3fzev0v2z1422zr3z176huxbscx8xf0d/', '0', 'Girls', 0, 0, '', 'fashion-girl-beautiful-new-house-decoration'), (8330, 'Doll Career Outfits Challenge Dressup Game', 'Babara just graduates from college, she wants to try ordinary jobs, such as a nurse, or teacher. Still, she also wants to try some challenging and unusual jobs, like a pop star, air hostess, astronaut, paleontologist, and so on. Now, Babara has a chance to try all kinds of jobs, helping her pick proper and fashionable outfits according to her career. Have a great time!', 'https://img.gamemonetize.com/sj5negtmuasijstauhacvmseax62787u/512x384.jpg', 'https://html5.gamemonetize.com/sj5negtmuasijstauhacvmseax62787u/', '0', 'Girls', 0, 0, '', 'doll-career-outfits-challenge--dressup-game'), (8331, 'My Newborn Baby Care Babysitting Game', 'How exciting! A new baby in the family needs your love and care. Welcome your new baby and throw an unforgettable party for your baby! Change diapers, feed, and bathe! You can also dress your baby in cute clothes and accessories. Every activity is an opportunity to pamper your baby.', 'https://img.gamemonetize.com/j8hr1qcpraa8it26w1n4vwknlthfquyq/512x384.jpg', 'https://html5.gamemonetize.com/j8hr1qcpraa8it26w1n4vwknlthfquyq/', '0', 'Girls', 0, 0, '', 'my-newborn-baby-care--babysitting-game'), (8332, 'Noob Ninja Guardian Fighting Game', 'Noob Ninja Guardian plays like Fruit Ninja, which is also a 2D skillful arcade game that is made of Minecraft characters. If you want to win high scores in this endless game, you need to keep sliding and eliminating the incoming zombies with different formations. The gold coins you earned are allowed to unlock more skins of warriors. When your character overpass any zombies, he will attack and eliminate them automatically. Keep calm and kill more zombies!', 'https://img.gamemonetize.com/pqbpglwr8gujgrniastxdk1i0ih6ce1b/512x384.jpg', 'https://html5.gamemonetize.com/pqbpglwr8gujgrniastxdk1i0ih6ce1b/', '0', 'Boys', 0, 0, '', 'noob-ninja-guardian--fighting-game'), (8333, 'Color Match 3D Game', 'Color Match 3D is a very fun online puzzle game for boys for free. You can paint anytime and anywhere. According to the target item, just mix colors in the palette, paint a 3D model, and compare your mixed colors with the target to decide your grade. Finally, your designed items will be auctioned according to their quality, or displayed in your orchard. I guess it\'s easy for you. Are you ready to try it now?', 'https://img.gamemonetize.com/ztptyed8evuy3ktwkrmu4rf7ta1s7ns5/512x384.jpg', 'https://html5.gamemonetize.com/ztptyed8evuy3ktwkrmu4rf7ta1s7ns5/', '0', 'Boys', 0, 0, '', 'color-match-d-game'), (8334, 'Papas Burgeria', 'Welcome to Papa\'s Burgeria, a cooking game. Grab your spatula and get ready for a burger-flipping adventure! Take orders, grill patties, add toppings, and serve the burgers to all of your wacky customers. Have fun. You can play this game on your web browser for free on Superkidgames.com. Control at each step of the burger-building process and juggle between each area of the restaurant. Keep an eye out for customers waiting in the lobby, drag and flip burger patties on the grill to cook them just right, and add toppings and sauces to the sandwiches before serving them to your customers! Use your hard-earned tips to buy restaurant upgrades and hats to wear, and you can also decorate your lobby with furniture and posters from the Furniture Shop. Can you turn your burgeria into the most famous fast food chain in the world? - Flip the burgers with passion Papa\'s Burgeria guides you through the basics of flipping burgers and making a buck. Take your first order and follow the instructions on-screen. You\'ll start by taking the order and frying up the patty, before finalizing the burger with tomatoes, onions, sauces, seeded buns, and other cherished burger ingredients. - Manage your time As the levels progress, you\'ll be introduced to new customers with more complex orders. And, the number of customers will increase. That means you\'ll need to balance your responsibilities and learn the timings to get the best scores and tips from your customers. - Buy upgrades Papa demands that you use the tips to buy upgrades for the restaurant rather than on your own leisurely activities. You have the option to buy upgrades after each level is completed. The shop features items that will help improve customer waiting times (like a television), lamps that keep burgers warm, and many other items to spend your hard-earned cash on. - Snoop on your clientele Papa keeps a profile on all of his most prized customers. You can look in the customer book to see the detailed preferences of your returning customers.', 'https://img.gamemonetize.com/uw4s71zy0s3jxo6hckel04mw9rbopba8/512x384.jpg', 'https://html5.gamemonetize.com/uw4s71zy0s3jxo6hckel04mw9rbopba8/', '0', 'Cooking', 0, 0, '', 'papas-burgeria'), (8335, 'Science Birds', 'Click on start and start destroying the others.', 'https://img.gamemonetize.com/mwgmstd1xw2ah3fbaygryg0jq1u1qpz6/512x384.jpg', 'https://html5.gamemonetize.com/mwgmstd1xw2ah3fbaygryg0jq1u1qpz6/', '0', 'Arcade', 0, 0, '', 'science-birds'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (8336, 'Merge Tanks Idle Tank Merger', 'Explore the world of cartoons about tanks! Merge Tank is clicker simulation game with funny cartoon art style. Collect all awesome battle vehicles: KV-44, leviathan, gerand, panzer, tiger and more! Can you get to the most epic tank KV-44? Get all into your garage and become battle tycoon. Make the most powerful army in tank games. Which steel monster is the best? Build better war machines by merging and earning more money. Become the world\'s best Tanker! No battle vehicle is the same. Combine the same tanks to get better, bigger and more profitable ones. Enter a world of tanks and learn the rules of grand battle in this awesome tank transformer game. Everyone will be jealous about your great collection of funny cartoon machinery. Merge Tanks features: â–¶ Many different types of awesome battle vehicles like KV-44, Leviathan or Gerand. â–¶ Intuitive gameplay, easy for anyone! â–¶ Earn money for all battle vehicles in your army. â–¶ Tap to merge your tanks to build better ones. â–¶ Merge all your stress away. â–¶ Idle Merge game â–¶ Adorable cartoon style - no violence. â–¶ Enjoy cartoon about tanks', 'https://img.gamemonetize.com/ynfjje8kdqchhauzv6vnie66ly0elioy/512x384.jpg', 'https://html5.gamemonetize.com/ynfjje8kdqchhauzv6vnie66ly0elioy/', '0', 'Shooting', 0, 0, '', 'merge-tanks-idle-tank-merger'), (8337, 'Hexgon Gate Escape', 'Hexagon Gate Escape is a point and click game developed by 8B Games/Games2live. Imagine that you had been to a village, On there you had trapped. Here is the interesting puzzles and hidden objects to find and get escape from the village. Good luck.. Have fun!', 'https://img.gamemonetize.com/onilvat0kq9m9hleqro6nzqnreksz6f7/512x384.jpg', 'https://html5.gamemonetize.com/onilvat0kq9m9hleqro6nzqnreksz6f7/', '0', 'Puzzles', 0, 0, '', 'hexgon-gate-escape'), (8338, 'Rescue the Cage Bird', 'Rescue the Cage Bird is a point and click game developed by 8B Games/Games2live. Imagine that you had been to a village, a bird is trapped there. Here is the interesting puzzles and hidden objects to find and rescue the bird. Good luck.. Have fun!', 'https://img.gamemonetize.com/mxc3utg9l0r51a4tqkkxfadjjq887ufz/512x384.jpg', 'https://html5.gamemonetize.com/mxc3utg9l0r51a4tqkkxfadjjq887ufz/', '0', 'Puzzles', 0, 0, '', 'rescue-the-cage-bird'), (8339, '4x4 car driving Simulator 3D', 'Welcome to #1 4x4 Off Road Games. Are you looking for a 4x4 suv driving simulator on an impossible track? You are at the right place to enjoy a car offroad driving games. Best suv games for all 4x4 driving game lover\'s. Mountain Climb 4x4 Car Game is an SUV fun Driving Games on a hill climb road where the driving track is up and down. You have to drive your suv jeep carefully to complete the level. In this 4x4 suv car game there are different hurdles on the track. Every level of offroad car game is more difficult with the power of suv jeep you can drive and reach your destination.', 'https://img.gamemonetize.com/v3nsj51w16pg7ackwticq3x3jbsf0pkf/512x384.jpg', 'https://html5.gamemonetize.com/v3nsj51w16pg7ackwticq3x3jbsf0pkf/', '0', 'Racing', 0, 0, '', 'x-car-driving-simulator-d'), (8340, 'Merge Master Army Commander', 'It\'s time to join this island war and battle game! Start from small units of troops and merge them to get more power! win battles, level up, equip the army and fight strong armies! Simple, fun and yet challenging, Merge Master Army Commander is filled with adventure for you to experience! Create your army now! Big tanks, deadly airplanes and dozens of soldiers! you can be a top war army by merge squads and win battles, destroy enemy troops and their bases! in this Merge Master Army Commander game you start on a barren, deserted island and build an idyllic base to train your armies, improve your power and liberate the land. Strength doesn\'t come from just troops, and that\'s a good thing! Create a stylish yet formidable island with a variety of buildings and decorations at your disposal. Come and show-off your unique style! now you can be a army commander of your top war island! You can make your army bigger by picking up a stickman from troops, and they’ll become a part of your army commander! The bigger your army stickman team, the better your chances to win an epic top war against huggy and wuggy armies and own thier bases. Merge Master Army Commander Game Features - Build your stations and stickman army and unlock new battle station! - raid and loot other islands - Epic island war battles - Beautiful and colorful graphics! - Easy controls!', 'https://img.gamemonetize.com/uidyzfu9z2nyyw8qk8nep6o2h5j24gay/512x384.jpg', 'https://html5.gamemonetize.com/uidyzfu9z2nyyw8qk8nep6o2h5j24gay/', '0', 'Adventure', 0, 0, '', 'merge-master--army-commander'), (8341, 'Cartoon Sea Fish Memory', 'Cartoon Sea Fish Memory is a free online game from genre of memory. Flip the tiles and try to match them up in pairs. Pair up all the tiles to win. Try to complete the game in as few moves as possible! There are 4 levels. Use mouse to click or tap to screen on the squares. Concentrate yourself and start to play. Enjoy!', 'https://img.gamemonetize.com/vx7qrcxkncinmofkjvljt02uba6scuwl/512x384.jpg', 'https://html5.gamemonetize.com/vx7qrcxkncinmofkjvljt02uba6scuwl/', '0', 'Puzzles', 0, 0, '', 'cartoon-sea-fish-memory'), (8342, 'Count Masters Stickman Games', 'Choose the best gate, pass through it, and bring stickman warriors together to clash with the opposing crowd. Become the crowd master and lead your people through the crowded city till the end of this epic race. Crash obstacles and beat everyone on your way, collect coins and upgrade your levels. Defeat the King-stickman in the final battle and take the castle! Looking for some fun and thrill? Then this 3d running game is just for you. Count Masters is one of the most exciting clash games of all times! You start the battle alone but trust us: there are no chances for you to feel lonely. This city takeover game features fascinating graphics and simple mechanics. You have a chance to get absorbed in the bright world of Count Masters full of gang fights and stickman battles. Get ready to spend hours playing one of the most thrilling running games. We promise: you won’t get bored! FEATURES: Dynamic race. You are not a simple runner but the boss of a whole crowd of stickmen. Gather your gang and lead them to the main clash of their life!', 'https://img.gamemonetize.com/cdbqrwl45z3ant14u6re9d4c6cysytk6/512x384.jpg', 'https://html5.gamemonetize.com/cdbqrwl45z3ant14u6re9d4c6cysytk6/', '0', 'Hypercasual', 0, 0, '', 'count-masters-stickman-games'), (8343, 'Cars Cartoon Coloring', 'Cars Cartoon Coloring is a free online coloring and kids game! In this game you will find eight different pictures which have to be colored as fast as you can to obtain a great score at the end of the game. You have 23 different colors to choose. You can also save the colored image. Have fun!', 'https://img.gamemonetize.com/2bc8f7eub4t14fw63m297ig76s72221o/512x384.jpg', 'https://html5.gamemonetize.com/2bc8f7eub4t14fw63m297ig76s72221o/', '0', 'Puzzles', 0, 0, '', 'cars-cartoon-coloring'), (8344, 'Spa With Daddy Game', 'It\'s Jessica\'s birthday and her dream birthday present is going to the spa with her dad! Of course her father would promise her, she would give her whatever she wanted! A day at the spa wasn\'t a good time for Dad, he didn\'t know what was in it. He is about to feel the biggest surprise in his life, I hope he will like it! Get ready for a luxurious beauty salon treatment with dad! Everyone\'s nails, hair, skin and mind need some luxurious treatment from time to time!', 'https://img.gamemonetize.com/j5l8va5aptwys0ytwhhj0g7nawyh5sxz/512x384.jpg', 'https://html5.gamemonetize.com/j5l8va5aptwys0ytwhhj0g7nawyh5sxz/', '0', 'Arcade', 0, 0, '', 'spa-with-daddy-game'), (8345, 'Advanced Legyfare Squad 2022', 'Fight alongside thousands of other players from all around the globe, improve and personalize your arsenal, buy and sell skins in the game\'s online marketplace, and emerge victorious! Every weapon in the game may be obtained at no cost and is opened up to the player as they level up. Develop your skills as a daring shooter, an adept sniper, or even someone who can surprise your opponent with a blast from a rocket launcher! The longer you use the gun, the more attachments you\'ll have access to use it. Make your guns fit your playstyle by accessorizing them with scopes, silencers, skins, and other trinkets and accessories. Gather items such as skins and baubles, then interact with other players in the game\'s marketplace to purchase and sell them. Recoil, multiple magnifications of sights, standard and strategic reloading, smoke coming from the barrel, and many more enjoyable tiny details assist in immersing you in action!', 'https://img.gamemonetize.com/qkhmbt0xmatcwo3376z87bf6dex5qo7y/512x384.jpg', 'https://html5.gamemonetize.com/qkhmbt0xmatcwo3376z87bf6dex5qo7y/', '0', 'Shooting', 0, 0, '', 'advanced-legyfare-squad-'), (8346, '2DRpg', 'Best 2D Rpg Game. Killing Monsters And Gain Stats.', 'https://img.gamemonetize.com/tmuskjldut80do1jmgzh1sidn81ckag2/512x384.jpg', 'https://html5.gamemonetize.com/tmuskjldut80do1jmgzh1sidn81ckag2/', '0', 'Adventure', 0, 0, '', 'drpg'), (8347, 'Towra', 'Towra is a 2D platformer where you have to collect the keys while avoiding the enemies, saws and spikes and reach the tower door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/hga6azv34arzyptt0yqgi8y1clq6xzy0/512x384.jpg', 'https://html5.gamemonetize.com/hga6azv34arzyptt0yqgi8y1clq6xzy0/', '0', 'Arcade', 0, 0, '', 'towra'), (8348, 'Merge Master', 'Merge Master: Dinosaur Fusion is a cool real-time strategy game for everyone. You need to think fast to beat all the enemies by combing your dinosaurs on your battlefield. Combine quickly and actively attack enemies to gain control of enemy positions and possess greater power than the opponent. At the same time, use your strategy and tactics to win the battle. Grow your dinosaurs from simple velociraptors to terrific monsters when you merge them. Use your finger to draw the right combination and evolve your monsters. The higher the level of the monster, the stronger the attack and defense. Remember, if you don\'t merge them fast enough, your enemies will beat you in the final round fight. Merge your army as fast as you can because the monsters will get stronger after each level. Unlock new stronger characters. Only 1% of players can unlock all to win. Are you ready to fight in this drawing challenge?', 'https://img.gamemonetize.com/q9zlx9lkpmdqfwpi8bm69xblu503nstz/512x384.jpg', 'https://html5.gamemonetize.com/q9zlx9lkpmdqfwpi8bm69xblu503nstz/', '0', 'Adventure', 0, 0, '', 'merge-master'), (8349, 'Blacko Ball 2', 'Blacko Ball 2 is a 2D simple platformer where you have to collect the small red balls while avoiding Red and Orange enemies, spikes and ground saws and reach the exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Blacko Ball" series.', 'https://img.gamemonetize.com/t3tqq1dtvl022urr81xo01vwl9skiom1/512x384.jpg', 'https://html5.gamemonetize.com/t3tqq1dtvl022urr81xo01vwl9skiom1/', '0', 'Arcade', 0, 0, '', 'blacko-ball-'), (8350, 'Animal Rescue 3D', 'Hold your finger on the screen to launch the animals across the road and avoid the cars. Help all the animals to reach the farm!', 'https://img.gamemonetize.com/bakgghcfq0td1k69j5tbxms9gppcmc44/512x384.jpg', 'https://html5.gamemonetize.com/bakgghcfq0td1k69j5tbxms9gppcmc44/', '0', 'Arcade', 0, 0, '', 'animal-rescue-d'), (8351, 'Dragon Ball Super Super Hero Jigsaw Puzzle', 'Zazgames is a place where you can infinitely play assembling online jigsaw puzzles. We hope you are up for another game from the Puzzle category on our website , because we have just added the game called Dragon Ball Super Super Hero Jigsaw Puzzle for you all, which, despite being one of the many puzzle games we have added so far into this category, this is the first puzzle game to use this specific format, and image, so it is going to be a brand new experience for all of you, an experience we are sure you will appreciate, as there is no way you aren\'t going to have a lot of fun playing the game. Especially after you learn how to play it from the next lines in the description. you will start by choosing how you want the jigsaw puzzle be : hard medium or easy. After that, the jigsaw puzzle pieces are going to be spread around the game screen randomly. Use the mouse to drag them over the transparent images where they match with the image, until all the pieces are connected, and the image looks just like it did in the beginning. You will have a great time with the game, so start it right now, and we are sure you will not regret it one second!', 'https://img.gamemonetize.com/vu4qspb8df9x329ipc1adv7y16fqly88/512x384.jpg', 'https://html5.gamemonetize.com/vu4qspb8df9x329ipc1adv7y16fqly88/', '0', 'Puzzles', 0, 0, '', 'dragon-ball-super-super-hero-jigsaw-puzzle'), (8352, 'Jelly Phil', 'Jelly Phil is a 2D cute little platformer where you play as jelly man who have to collect pink jellies while avoiding the jelly enemies and saws and reach the exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you continue.', 'https://img.gamemonetize.com/1q2dox8avx76egwm41k8h635djzr9k0f/512x384.jpg', 'https://html5.gamemonetize.com/1q2dox8avx76egwm41k8h635djzr9k0f/', '0', 'Arcade', 0, 0, '', 'jelly-phil'), (8353, 'Mr Peabody and Sherman Jigsaw Puzzle', 'Zazgames is a place where you can infinitely play assembling online jigsaw puzzles. We hope you are up for another game from the Puzzle category on our website , because we have just added the game called Mr Peabody and Sherman Jigsaw Puzzle for you all, which, despite being one of the many puzzle games we have added so far into this category, this is the first puzzle game to use this specific format, and image, so it is going to be a brand new experience for all of you, an experience we are sure you will appreciate, as there is no way you aren\'t going to have a lot of fun playing the game. Especially after you learn how to play it from the next lines in the description. you will start by choosing how you want the jigsaw puzzle be : hard medium or easy. After that, the jigsaw puzzle pieces are going to be spread around the game screen randomly. Use the mouse to drag them over the transparent images where they match with the image, until all the pieces are connected, and the image looks just like it did in the beginning. You will have a great time with the game, so start it right now, and we are sure you will not regret it one second!', 'https://img.gamemonetize.com/ulxxk8h2piaggejijeotlac6jyufju7z/512x384.jpg', 'https://html5.gamemonetize.com/ulxxk8h2piaggejijeotlac6jyufju7z/', '0', 'Puzzles', 0, 0, '', 'mr-peabody-and-sherman-jigsaw-puzzle'), (8354, 'DC League of Super Pets Jigsaw Puzzle', 'Zazgames is a place where you can infinitely play assembling online jigsaw puzzles. We hope you are up for another game from the Puzzle category on our website , because we have just added the game called DC League of Super Pets Jigsaw Puzzle for you all, which, despite being one of the many puzzle games we have added so far into this category, this is the first puzzle game to use this specific format, and image, so it is going to be a brand new experience for all of you, an experience we are sure you will appreciate, as there is no way you aren\'t going to have a lot of fun playing the game. Especially after you learn how to play it from the next lines in the description. you will start by choosing how you want the jigsaw puzzle be : hard medium or easy. After that, the jigsaw puzzle pieces are going to be spread around the game screen randomly. Use the mouse to drag them over the transparent images where they match with the image, until all the pieces are connected, and the image looks just like it did in the beginning. You will have a great time with the game, so start it right now, and we are sure you will not regret it one second!', 'https://img.gamemonetize.com/6ec7kbt3srh4w9hvb8ji4sflvf9zkf57/512x384.jpg', 'https://html5.gamemonetize.com/6ec7kbt3srh4w9hvb8ji4sflvf9zkf57/', '0', 'Puzzles', 0, 0, '', 'dc-league-of-super-pets-jigsaw-puzzle'), (8355, 'Arlo the Alligator Boy Jigsaw Puzzle', 'Zazgames is a place where you can infinitely play assembling online jigsaw puzzles. We hope you are up for another game from the Puzzle category on our website , because we have just added the game called Arlo the Alligator Boy Jigsaw Puzzle for you all, which, despite being one of the many puzzle games we have added so far into this category, this is the first puzzle game to use this specific format, and image, so it is going to be a brand new experience for all of you, an experience we are sure you will appreciate, as there is no way you aren\'t going to have a lot of fun playing the game. Especially after you learn how to play it from the next lines in the description. you will start by choosing how you want the jigsaw puzzle be : hard medium or easy. After that, the jigsaw puzzle pieces are going to be spread around the game screen randomly. Use the mouse to drag them over the transparent images where they match with the image, until all the pieces are connected, and the image looks just like it did in the beginning. You will have a great time with the game, so start it right now, and we are sure you will not regret it one second!', 'https://img.gamemonetize.com/tsyll7yl87c461863udqhprqc7oop2om/512x384.jpg', 'https://html5.gamemonetize.com/tsyll7yl87c461863udqhprqc7oop2om/', '0', 'Puzzles', 0, 0, '', 'arlo-the-alligator-boy-jigsaw-puzzle'), (8356, 'Sneak Runner 3D', 'Sneak Runner is a fun escape game. The aim of the game is to reach the exit door somehow. Things get harder with each level, but your skills will be enough to go to the exit. Sneak past the enemies, watch out for the laser traps and reach your target silently!', 'https://img.gamemonetize.com/2yjhus28yd2b99vv1f6gml8hdx8zseg6/512x384.jpg', 'https://html5.gamemonetize.com/2yjhus28yd2b99vv1f6gml8hdx8zseg6/', '0', 'Hypercasual', 0, 0, '', 'sneak-runner-d'), (8357, 'Big Bubbles', 'Big Bubbles is a game about absorbing smaller bubbles while avoiding being absorbed by bigger bubbles. As you absorb bubbles you will grow and since the game is endless you can go from being in the picometer scale to being trillions of light years across. There are checkpoints every 5 levels from which you will restart if you lose. The game can be played with a keyboard, mouse, touch screen or even a gamepad if your browser supports it.', 'https://img.gamemonetize.com/bx19tcun3l3gw2tq2nwfp79qlt2zcyl6/512x384.jpg', 'https://html5.gamemonetize.com/bx19tcun3l3gw2tq2nwfp79qlt2zcyl6/', '0', 'Hypercasual', 0, 0, '', 'big-bubbles'), (8358, 'Bubble Boy', 'Your Bubble Jet is out of bubbles! Go on a journey to refill your jet and take back off into the sky! (this game is not complete so there isn\'t an actual ending, please just enjoy bouncing around on some bubbles)', 'https://img.gamemonetize.com/a7b3wqu0j8ltpku5ix42y3k5nz1hgfpx/512x384.jpg', 'https://html5.gamemonetize.com/a7b3wqu0j8ltpku5ix42y3k5nz1hgfpx/', '0', 'Adventure', 0, 0, '', 'bubble-boy'), (8359, 'Fun Balloon Pop', 'Welcome to Fun Balloon Pop developed by bestgamespot. It will help children get engaged and refine their motor ability while popping the balloons coming over the screen. Kids can have fun by popping colorful balloons. Balloon Pop game can be played for free online anytime you want. It is for kids of all ages including pre-school, toddler and kindergarten.', 'https://img.gamemonetize.com/ungirchw6gui6nbt5u2a5dqorayhzprm/512x384.jpg', 'https://html5.gamemonetize.com/ungirchw6gui6nbt5u2a5dqorayhzprm/', '0', 'Puzzles', 0, 0, '', 'fun-balloon-pop'), (8360, 'Child Skate', 'Child Skate Become the best skateboarder! Take your skateboard and collect coins. hey kid be careful you can turn into mommy long and huggy at night. You have to be cautious at night. be careful, if you\'re worth touching the thorns, you may be eliminated. 25 different sections and challenging sections from each other.', 'https://img.gamemonetize.com/wf5fvfiktnrux5qmcv90glpkxg3wdsac/512x384.jpg', 'https://html5.gamemonetize.com/wf5fvfiktnrux5qmcv90glpkxg3wdsac/', '0', 'Arcade', 0, 0, '', 'child-skate'), (8361, 'Pokemon Coloring Fun', 'Pokemon Coloring Fun is free coloring game for kids that you can play on PC and Mobile. No download needed to play. Choose one of the pokemon pictures and paint it the way you like. Save image on your computer or share it with your friends.', 'https://img.gamemonetize.com/f8xjsggdm9340y0w9d2i6yqxl68lnefn/512x384.jpg', 'https://html5.gamemonetize.com/f8xjsggdm9340y0w9d2i6yqxl68lnefn/', '0', 'Puzzles', 0, 0, '', 'pokemon-coloring-fun'), (8362, 'Dino Memory', 'Click a card to reveal the Image on it. Memorize it so that you can match to similar Image. Match all of the cards on the board to complete the level. Complete all 15 levels to win this game.', 'https://img.gamemonetize.com/pfcooz9elu01qxsq922mqiqa25rgpf7u/512x384.jpg', 'https://html5.gamemonetize.com/pfcooz9elu01qxsq922mqiqa25rgpf7u/', '0', 'Puzzles', 0, 0, '', 'dino-memory'), (8363, 'Huggy Survival Parkour', 'Turn into that blue monster everyone loves and help him finish the blocky track. You must be the best in these extremely difficult tracks. you need to be perfect huggy you should never stop. Don\'t stop when it\'s funny! reach the chest and go to the new level.', 'https://img.gamemonetize.com/qf09glmdbt1giu2gx9z65556lcehnv5x/512x384.jpg', 'https://html5.gamemonetize.com/qf09glmdbt1giu2gx9z65556lcehnv5x/', '0', 'Arcade', 0, 0, '', 'huggy-survival-parkour'), (8364, 'Flappy Mario', 'Another version of the game about Mario the plumber. You need to help Mario pass obstacles in the form of pipes with the mouse to keep him on the weight.', 'https://img.gamemonetize.com/nn56irgabpfw1ntumf65r6mx0582rvvk/512x384.jpg', 'https://html5.gamemonetize.com/nn56irgabpfw1ntumf65r6mx0582rvvk/', '0', 'Arcade', 0, 0, '', 'flappy-mario'), (8365, 'Sweet Girl Summer Camp', 'Play the best games for girls in your dream summer camp with Sweet Baby Girl and friends! Explore super fun summer holiday activities and play the cutest girl games. Dress up and style hair for Sweet Baby Girl mix and match girly clothes and dress up for the best summer holidays! Get creative with fun summer hairstyles: wash, brush, cut and style hair. Clean up and decorate the girls camper and go kayaking with your best friends in the river! Make fresh summer fruit lemonade and roast super sweet marshmallows over a campfire, play games with other kids! Play kids games with Sweet Baby Girl and have the best summer!', 'https://img.gamemonetize.com/bmz656n81kq5cbvcuo4udm0kuawjof81/512x384.jpg', 'https://html5.gamemonetize.com/bmz656n81kq5cbvcuo4udm0kuawjof81/', '0', 'Girls', 0, 0, '', 'sweet-girl-summer-camp'), (8366, 'Mini Fighters Death battles', 'Play to the best RPG BEAT EM UP action game of all time ! In a medieval fantasy world, legions of orcs, dragons, skeletons and others creatures are invading your lands and start killing all people. You must stop them and protect your people thanks to your warriors: the MINI FIGHTERS . MINI FIGHTERS : DEATH BATTLES is an action game where you need to kill enemies coming from both side of the screen. Just tap at the right time to hit the enemy.', 'https://img.gamemonetize.com/kyno16nftz3zmq9fus2w9lq80efc4mo7/512x384.jpg', 'https://html5.gamemonetize.com/kyno16nftz3zmq9fus2w9lq80efc4mo7/', '0', 'Arcade', 0, 0, '', 'mini-fighters--death-battles'), (8367, 'Pyramid Party', 'Up to 4 on-same-screen multiplayer game. (CPU mode available) It’s not because you are stuck in a gigantic pyramid that you shouldn’t be looking for a way to make ends meet! Take control of a small Egyptian with overflowing greed and run at full speed to take possession of all the riches of the pyramid. Play alone against artificial intelligences or play against your friend in this exhilarating party game.', 'https://img.gamemonetize.com/ihuxtwpkdltc5iwjrc8kc5ricg9dm7fv/512x384.jpg', 'https://html5.gamemonetize.com/ihuxtwpkdltc5iwjrc8kc5ricg9dm7fv/', '0', 'Multiplayer', 0, 0, '', 'pyramid-party'), (8368, 'Pony fly in a fantasy world', 'Pony Fly in a Fantasy World is a game of reflexes in which you have to keep your little pony in the air as long as possible. When you click/touch the screen, your pony will jump. You need to make it go through holes in walls. If you’re not accurate enough and your pony hits a surface, you lose.', 'https://img.gamemonetize.com/yuge3vc999jaredmtbu2cr0iiil526l2/512x384.jpg', 'https://html5.gamemonetize.com/yuge3vc999jaredmtbu2cr0iiil526l2/', '0', 'Girls', 0, 0, '', 'pony-fly-in-a-fantasy-world'), (8369, 'Traffic Manager', 'In this simple game you will try to control the traffic lights to avoid accidents between cars. You must pass the lights properly to handle the traffic. Feel like a controller of police traffic officer standing in the middle of a dangerous intersection. Try to finish all levels with 3 stars.', 'https://img.gamemonetize.com/khligx9pxiehovc8cw6z7eq1whm1ajub/512x384.jpg', 'https://html5.gamemonetize.com/khligx9pxiehovc8cw6z7eq1whm1ajub/', '0', 'Puzzles', 0, 0, '', 'traffic-manager'), (8370, 'Sea Plumber', 'Dive into the ocean and become an extreme plumber in Sea Plumber. Put your brain to the test in this puzzle game: Repair the pipes in the deep and become the champion of plumbing. Setting up a gigantic pipe system to get the water out of the ocean seemed like a good idea, until the pressure broke the whole thing! Now that everything is a complete mess, you’ll have to solve this problem by creating a line between the two last points still in place.', 'https://img.gamemonetize.com/7znc836dqaiu18j99b71wfc7mnw7a3jq/512x384.jpg', 'https://html5.gamemonetize.com/7znc836dqaiu18j99b71wfc7mnw7a3jq/', '0', 'Puzzles', 0, 0, '', 'sea-plumber'), (8371, 'Reach Fifty', 'Reach fifty is a game about puzzle and reflexion in which you must regroup numbers to create sums of fifty. You have the possibility to slide the different forms and numbers, horizontally and vertically, and add numbers to each other. If you reach the fifty number, this form freezes and cannot be used anymore. Regroup all forms to reach the end of the level.', 'https://img.gamemonetize.com/4bs1dpgmy9y2oyy6rflsaf4rpl8jvtgv/512x384.jpg', 'https://html5.gamemonetize.com/4bs1dpgmy9y2oyy6rflsaf4rpl8jvtgv/', '0', 'Puzzles', 0, 0, '', 'reach-fifty'), (8372, 'Frogie Cross The Road Game', '“Frogie Cross the Road†is a fun game where you have to cross roads, rivers and countryside. Help the frog “Frogie†to reach the end of each level and beware of cars, wild boars and rivers. You must dodge the cars and wild boars so you don’t get hit and you must also jump over the pieces of wood on top of the river so you don’t fall into it. Try to reach the end of each level before the time runs out. Have a good time!', 'https://img.gamemonetize.com/30w9dp3e8ia68cm9nf25nn7xi6erfqs3/512x384.jpg', 'https://html5.gamemonetize.com/30w9dp3e8ia68cm9nf25nn7xi6erfqs3/', '0', 'Arcade', 0, 0, '', 'frogie-cross-the-road-game'), (8373, 'Body Race 2', 'There is no weight limit on beauty! Own the runway and race to the finish line to stun in cutting-edge fashion. Stay body positive! But, along the way, you\'ll be met by various obstacles: various food and fitness gear. Catch the ones that help you hit the target and win beautiful outfits. Simple, but oh so challenging. Here\'s how it works: 1. Put on those heels and tackle those pesky obstacles. Pick up the ones that help you hit the target! 2. Race to the finish line. 3. Put the dress on and celebrate yourself! You look fabulous!', 'https://img.gamemonetize.com/aqhlw3t5vg529t6veevplzaonhiap156/512x384.jpg', 'https://html5.gamemonetize.com/aqhlw3t5vg529t6veevplzaonhiap156/', '0', 'Arcade', 0, 0, '', 'body-race-'), (8374, 'Running Girl 3D', 'An io game, by collecting wooden boards to cross the waters, to achieve the purpose of taking a shortcut, and reach the end with the fastest speed, you will win. Collect diamonds while clearing the level, you can purchase to unlock more skin effects.', 'https://img.gamemonetize.com/0nv8eg13f4vufagemb3xn17m70bq4mwn/512x384.jpg', 'https://html5.gamemonetize.com/0nv8eg13f4vufagemb3xn17m70bq4mwn/', '0', 'Arcade', 0, 0, '', 'running-girl-d'), (8375, 'Metal Black Wars', 'Get ready for a dark battle with your metal man in the Metal Black Wars game! From the moment you land on the field in the Metal Black Wars battle game, you will fight alone against the enemy army. Select the challenging level when starting the game. Start the battle by choosing one of the â€NORMAL“, â€HARD“ and â€CRAZY" options. You will enter the game with a cool helicopter. Fear the eyes of your enemies! Come on, if you\'ve landed, start running towards your enemies. Set your target and attack! You have to keep shooting. Or you will be defeated. You shouldn\'t let the Lifeline drain. When the enemies are outnumbered, throw your bomb when you realize that you can\'t handle them. The more enemies you kill, the more gold you will earn. Accumulate and use this gold to buy brand new weapons and become stronger. Powerful weapons will be waiting for you in the store. Take your place in this battle full of adventure and suspense. Don\'t miss hours of fun!', 'https://img.gamemonetize.com/wlr5bzrkbk58ed4piezqveub2f5dw0ei/512x384.jpg', 'https://html5.gamemonetize.com/wlr5bzrkbk58ed4piezqveub2f5dw0ei/', '0', 'Arcade', 0, 0, '', 'metal-black-wars'), (8376, 'Fruits Pop Legend', 'Fruits Pop Legend is an exciting new match-3 puzzle game. It is a free online puzzle game that you can play at your leisure. The goal of the game is to clear the board by combining three or more fruits of the same kind. Play the most addictive Match 3 puzzle game on the web! You will love this game! Play the best free online match 3 puzzle game in the world.', 'https://img.gamemonetize.com/2d3qkx3edd1srzqjo8amfabmss0e4whu/512x384.jpg', 'https://html5.gamemonetize.com/2d3qkx3edd1srzqjo8amfabmss0e4whu/', '0', 'Puzzles', 0, 0, '', 'fruits-pop-legend'), (8377, 'Bridge Ladder', 'Collect the floorboards, region them and double everyone!Be clever and take rapid shortcuts to outplay your opponents. Collect logs of your personal color, region them on a bridge of your choice. Dont allow others construct in your bridge!', 'https://img.gamemonetize.com/qywgyxqw1ciyyed6ogd85hw7gbzewqgi/512x384.jpg', 'https://html5.gamemonetize.com/qywgyxqw1ciyyed6ogd85hw7gbzewqgi/', '0', 'Hypercasual', 0, 0, '', 'bridge-ladder'), (8378, 'Subway Surfer Bali', 'Ready for a new adventure in Subway Surfers Bali? Get down into the subway and don\'t let the grumpy inspector grab you. Good luck', 'https://img.gamemonetize.com/g79kqv0p62rbpa3n7cn75wz8gqca4vdf/512x384.jpg', 'https://html5.gamemonetize.com/g79kqv0p62rbpa3n7cn75wz8gqca4vdf/', '0', 'Adventure', 0, 0, '', 'subway-surfer-bali'), (8379, 'Springy Walk', 'Help the slinky walk downstairs and beat levels in this adventure game. Comprehensive game guide: - Reach the finish line - Avoid spikes - Collect gems Try to step on the center of the gem to get extra bonus for the perfect step!', 'https://img.gamemonetize.com/2n9bg5xohizn6gkh3qw8a1qfpdpkp80k/512x384.jpg', 'https://html5.gamemonetize.com/2n9bg5xohizn6gkh3qw8a1qfpdpkp80k/', '0', 'Hypercasual', 0, 0, '', 'springy-walk'), (8380, 'BMW car Driving Super 3D ', 'Car Driving Simulator is the best car simulator of 2014, thanks to its advanced real physics engine Ever wanted to try a sports car simulator? Now you can drive, drift and feel a racing sports car for free! Be a furious racer on a whole city for you. No need to brake because of traffic or racing other rival vehicles, so you can perform illegal stunt actions and run full speed without the police chasing you! Drifting fast and doing burnout had never been so fun! Burn the asphalt of this open world city!', 'https://img.gamemonetize.com/80ivzlhvyiav6j8w4x1uxrn19pe6u09m/512x384.jpg', 'https://html5.gamemonetize.com/80ivzlhvyiav6j8w4x1uxrn19pe6u09m/', '0', 'Racing', 0, 0, '', 'bmw-car-driving-super-d-'), (8381, 'Siren Head 3d', 'You woke up in the middle of the forest, there is only a car nearby, and in the distance you can hear the terrible sounds of the approaching Siren Head. All you can do is fix the car and drive away as quickly as possible, but for that you need to collect 3 items scattered throughout the forest and hidden behind closed doors. - Explore abandoned places using the map. - Solve puzzles with found items. - Immerse yourself in the horror atmosphere. - Avoid contact with the Siren Head and often look around.', 'https://img.gamemonetize.com/7j8ivbmik0b56lrq9z9jdc0w0gvykchz/512x384.jpg', 'https://html5.gamemonetize.com/7j8ivbmik0b56lrq9z9jdc0w0gvykchz/', '0', '3D', 0, 0, '', 'siren-head-d'), (8382, 'Puzzling Line', 'Puzzline is an easy yet exciting way to exercise your brain and relax your mind on the go! Experience the benefits of line puzzles: on your way to work, before bed or whenever you need to kill time, this brand new brain training puzzle game is the perfect way to activate your brain while having fun! Simply drag the pegs and arrange the strings into amazing colorful designs like cats, rockets, flowers, and many more.', 'https://img.gamemonetize.com/6tlp3qbfoelcjf0eoj028cuqtspckpt9/512x384.jpg', 'https://html5.gamemonetize.com/6tlp3qbfoelcjf0eoj028cuqtspckpt9/', '0', 'Puzzles', 0, 0, '', 'puzzling-line'), (8383, 'Hungry Rabbit', 'Hungry Rabbit Arcade is an online arcade game full of fun and action. In our arcade games, hungry rabbits try to jump higher and run faster in order to catch carrots, because friends don\'t let friends miss out on their veggies! Play now for free! Hungry Rabbit is an online arcade full of games that are fun and action-packed. These games include Hungry Rabbit, Rabbit Jump, and Rabbit Dash. They are fun for all ages and skill levels, but mostly for anyone who likes fast-paced arcade action! Play now for free!', 'https://img.gamemonetize.com/2oum3ysxbxq0rrct7jupz9uxajf8ym3s/512x384.jpg', 'https://html5.gamemonetize.com/2oum3ysxbxq0rrct7jupz9uxajf8ym3s/', '0', 'Arcade', 0, 0, '', 'hungry-rabbit'), (8384, 'Skeleton Dungeon', 'You went into the dungeon because you heard there were gold and silver coins there. What you didn\'t know was that the place was filled with creepy skeletons and a person trapped there in the dungeon that you need to set free. You can revisit areas that you have been through previously. Collect items from the boxes.', 'https://img.gamemonetize.com/5w89zue40lkujpt4u03nour78sramfu1/512x384.jpg', 'https://html5.gamemonetize.com/5w89zue40lkujpt4u03nour78sramfu1/', '0', 'Shooting', 0, 0, '', 'skeleton-dungeon'), (8385, 'Best Friend DIY', 'Galya is a very modest girl. It is difficult for her to meet new people and make friends. One day she decided to create her own best friend with her own hands! Galya works as a scientist in a laboratory. Join her in her research and help make the discovery of the century. Choose your ingredients wisely, otherwise you might end up with a monster instead of a best friend!', 'https://img.gamemonetize.com/rr508gd2h1djbtp1ofe12jslooyjyee6/512x384.jpg', 'https://html5.gamemonetize.com/rr508gd2h1djbtp1ofe12jslooyjyee6/', '0', 'Puzzles', 0, 0, '', 'best-friend-diy'), (8386, 'Tall Man Runner 3D', 'Experience tall man run game by running and passing through different tall multipliers to become taller & thicker in tall man run game | fat man run game. Pick every green thing and avoid everything which is red to become tallest man in tall man run game. Normally in running game the tall man is the one who wins every tall man run race but in this age of running games tall man ,thick man & fat man can also be the winner of tall man run race game. In tall man run race game your goal is to run tall, run wide, jump hight, slide down, run up, run down, run left, run right & flip your tall man runner to reach the top and conquer the running field by knocking out the bot. Morph your shape from small man to tall man and become the strongest man & tallest man among all. Stack games and runner games are the taste of this day and this tall man run or fat man run or strongest man run game is no different as it is another form of stack games & runner games which makes tall man run as one of the most stunning hypercausal running game', 'https://img.gamemonetize.com/skdbuby5hhfbfz0r7xl3jbcovwhugsfk/512x384.jpg', 'https://html5.gamemonetize.com/skdbuby5hhfbfz0r7xl3jbcovwhugsfk/', '0', 'Puzzles', 0, 0, '', 'tall-man-runner-d'), (8387, 'Game Flight Simulator 3D', 'Admit to yourself that you have long dreamed of sitting at the helm of a huge aircraft in order to look at the surrounding beauties from a bird\'s eye view. Of course, such dreams would most likely never come true, but this toy allows you to change the usual order, giving you the opportunity to become a real pilot. Choose your vehicle and get ready for an unforgettable experience that is prepared for you in a matter of seconds!', 'https://img.gamemonetize.com/1mwlciv0vyj0jyx7o5nygo1pl49a4sv0/512x384.jpg', 'https://html5.gamemonetize.com/1mwlciv0vyj0jyx7o5nygo1pl49a4sv0/', '0', '3D', 0, 0, '', 'game-flight-simulator-d'), (8388, 'Find the Car Key 1', 'Find the Car Key 1 is a point and click game developed by 8B Games/Games2live. Imagine you Want to go but lost the Car key . Here is the interesting puzzles and hidden objects to find and go out. Good luck.. Have fun!', 'https://img.gamemonetize.com/fcwo1fun5ymxp6y2rutm428tc9u3hi5q/512x384.jpg', 'https://html5.gamemonetize.com/fcwo1fun5ymxp6y2rutm428tc9u3hi5q/', '0', 'Puzzles', 0, 0, '', 'find-the-car-key-'), (8389, 'Doll Designer 3', 'Welcome to our new fantastic Outfits challenge game, Doll DressUp Run 3D Game Doll Designer game requires you to design your own doll and win the exciting new dress runner game. In this game, your mission is to collect clothes, shoes, long hair, high heels, fancy shirts on your way and be stylish. Work your sense of style by pairing it with a top or skirt, matching the latest shoes, and running to the finish line at the same time! Use the left and right arrow keys. Make your way through a series of challenging obstacles and collect all the gems you can. Play with your outfits and see what happens. In the end, it comes down to dressing up or down, so be sure to go for your best look! This Outfits challenge game for girls is thoroughly enjoyable', 'https://img.gamemonetize.com/fr3w83uknw4w4srlorb068fu9y988t37/512x384.jpg', 'https://html5.gamemonetize.com/fr3w83uknw4w4srlorb068fu9y988t37/', '0', 'Girls', 0, 0, '', 'doll-designer-'), (8390, 'Flappy Birds', 'the Game works simplicity Click on the screen to Fly the bird as far as you can without hitting a wall.', 'https://img.gamemonetize.com/gk08zx06fy4bgsd1v8vh3qw7lqwkmdh8/512x384.jpg', 'https://html5.gamemonetize.com/gk08zx06fy4bgsd1v8vh3qw7lqwkmdh8/', '0', 'Clicker', 0, 0, '', 'flappy-birds'), (8391, 'Survival Squid Jumping Game', 'our goal in Survive The Glass Bridge game developed by meyagames.com team is to reach across by choosing the right glasses. Since one of the two glasses on the platform is produced using thin glass, it cannot bear the weight. This is why you will fall. You have to look carefully to find the difference between the 2 glasses. If you want, you can change your ability to understand the difference between the two glasses by selecting the difficulty level from the main menu. In addition, if you do not reach the other side within the specified time, the game is over. For more games, please visit meyagames.com.', 'https://img.gamemonetize.com/4u4aikx2lbz9j1lcnpsxdnpngrbea0wb/512x384.jpg', 'https://html5.gamemonetize.com/4u4aikx2lbz9j1lcnpsxdnpngrbea0wb/', '0', 'Hypercasual', 0, 0, '', 'survival-squid-jumping-game'), (8392, 'Grab Pack Playtime', 'Grab Pack Playtime is a casual puzzle game from Kolodich studio with Poppy Playtime characters in which you have to solve various logic puzzles using the features of the grab pack. Steal various items from Huggy Wuggy, free the hostages and move through the locations of the abandoned toy factory!', 'https://img.gamemonetize.com/7zke3g0uihtodah6uo6bxayzx9jagkgv/512x384.jpg', 'https://html5.gamemonetize.com/7zke3g0uihtodah6uo6bxayzx9jagkgv/', '0', 'Puzzles', 0, 0, '', 'grab-pack-playtime'), (8393, 'Desert Drones', 'Use "A" or "D" or Arrow Keys to move Left and Right to play Desert Drones game', 'https://img.gamemonetize.com/vcqufwlbwgx2tgkxtwd1nf0u161m5kzq/512x384.jpg', 'https://html5.gamemonetize.com/vcqufwlbwgx2tgkxtwd1nf0u161m5kzq/', '0', 'Hypercasual', 0, 0, '', 'desert-drones'), (8394, 'School Campus Cleaning', 'The school campus are very dirt and volunteers are invited for the school cleanup. Will you? Then come and join in this game try to clean entire school campus like classroom, bathroom, playground, school bus etc. Help he school campus to get the new look and changeover. Enjoy cleaning game in 7sgames.com', 'https://img.gamemonetize.com/esdbg1z5xmullj84v7s7yvkgxmznx7fc/512x384.jpg', 'https://html5.gamemonetize.com/esdbg1z5xmullj84v7s7yvkgxmznx7fc/', '0', 'Girls', 0, 0, '', 'school-campus-cleaning'), (8395, 'My Little Pony Equestria Girls dress up', 'Play new game Fluttershy Pony Dress Up for free on As other games on our website, you can play this game in your browser, your mobile and enjoy it for free. In this game, you will meet again My Little Pony Equestria Girl Fluttershy. You will help her to change look. Very simple to play this game, you just use your mouse and click all the items as you like and make Fluttershy nice and happy. This game is designed for everyone, especially girls and ladies because they can get fashion style from this game. It is simple but it is very funny and interesting. I hope that you will like this game and come back here to play more game. You can recommend your friends, your relatives to come here. You can enjoy Horse games, Unicorn games on our website as well. Besides this game, you can enjoy other games with other categories such as Descendants games, Io Games, Baby Games, Sailor Moon Games, Elsa Games,..in our game systems. If you have any idea or question about our games, please let us know. We are ready to answer them at every time.', 'https://img.gamemonetize.com/o8yljorcn1lorw9t8xe19v70oea2q9bk/512x384.jpg', 'https://html5.gamemonetize.com/o8yljorcn1lorw9t8xe19v70oea2q9bk/', '0', 'Girls', 0, 0, '', 'my-little-pony-equestria-girls-dress-up'), (8396, 'My Monster High Pony Girls ', 'Love Dress Up Game? Then This Pony Monsters Dress Up : Monster Girls Dress up High App is For You! Create and Design Your Monsters Girls Pony Dress Up Makeup! dresses and accessory items . Ready your glamorous stylist girls and cast vote for best models Superstar Fashion Pony Dress Up Applejack!. It\'s fancy pinkie pie dress up time and I want to find the perfect outfit for Pony Monster but I really can\'t decide. Could you give me a helping hand? We offer you tons of good makeover and dress up games for Fashionista Girls for Android phones and tablets. Choose from a huge selection of costumes, masks, and more and make your own character Superstar Fashion! - Hundreds of Combinations! - Hours of Fun winxy! - Really Easy to Use! - Fun for Kids and Adults! Pony Features: * No purchase in the app. You do not need to spend money. * Great hairstyles * The most beautiful Kawaii girls ever seen * A very nice collection of dresses, pants, shorts, skirts, adorable pets and many other things * Several backgrounds to choose from * More than 200 items, millions of combinations', 'https://img.gamemonetize.com/74mmz4342wzt0q8wbhr4c1chutz2bzpb/512x384.jpg', 'https://html5.gamemonetize.com/74mmz4342wzt0q8wbhr4c1chutz2bzpb/', '0', 'Hypercasual', 0, 0, '', 'my-monster-high-pony-girls-'), (8397, 'Equation Bird Flyer', 'This game is a mix of skills and math reasoning. Touch in the screen to make the bird fly high and pass through the trees avoiding colliding with them, but you must choose the correct number according with math multiplications that will be displayed.', 'https://img.gamemonetize.com/f7zn1b3s4tdgovqjsb2gvhw0d3231qqr/512x384.jpg', 'https://html5.gamemonetize.com/f7zn1b3s4tdgovqjsb2gvhw0d3231qqr/', '0', 'Hypercasual', 0, 0, '', 'equation-bird-flyer'), (8398, 'Pixel Toonfare Animal 2022', 'Battle it out with thousands of many other players from around the world, customize your character and weapons, and acquire and sell skin on the game\'s online platform. The whole of the game\'s arsenal is available to the player at no expense and gradually becomes available as they progress through the game\'s levels. Learn to be a fearless shot, an expert sniper, or something that can surprise their opponent with a rocket launcher fire! The more you shoot, the more accessories you unlock for your pistol. Scopes, suppressors, skins, and other attachments may let you customize your firearms to best suit your play style. Assemble resources like skins and jewelry, then trade with the other players inside the game\'s marketplace.', 'https://img.gamemonetize.com/2fn3rlvypnhvvnnrgxb57g8iyw5hs8kf/512x384.jpg', 'https://html5.gamemonetize.com/2fn3rlvypnhvvnnrgxb57g8iyw5hs8kf/', '0', 'Shooting', 0, 0, '', 'pixel-toonfare-animal-'), (8399, 'Fall Guys Stupid Run', 'Welcome to Fall Guys - Stupid Run. The game is similar to the original Fall Guys Run and race against other player. Jump over obstacles. Finish all missions and try to be in the first Place.', 'https://img.gamemonetize.com/x8lsdr2rry5s5tdxf71fsiiel7gg61c1/512x384.jpg', 'https://html5.gamemonetize.com/x8lsdr2rry5s5tdxf71fsiiel7gg61c1/', '0', 'Racing', 0, 0, '', 'fall-guys-stupid-run'), (8400, 'Jewel Blocks Puzzle ', 'Jewel Block Puzzle is a logical kid\'s puzzle game. This is a little bit different puzzle game. The goal of this game is to put the block elements on the table. When the row is full of blocks, horizontally or vertically it will disappear. You need to put the objects in right place to put all blocks that coming on the board. When you can put the next object on the board the game will be over. Drag the objects and put them in right place on the board, play with more elements as you can and play longer as you can.', 'https://img.gamemonetize.com/klknkelswddrgepofi0bldjmmtatmxcf/512x384.jpg', 'https://html5.gamemonetize.com/klknkelswddrgepofi0bldjmmtatmxcf/', '0', 'Puzzles', 0, 0, '', 'jewel-blocks-puzzle-'), (8401, 'Dice Merger', 'This is a dice merging game in which you need to think before merging. This game is very easy to figure out but hard to master. Can you merge enough to reach to "starred" dice? Good luck and enjoy.', 'https://img.gamemonetize.com/vqyl5xpklzauugg42s14j7q87gs0io8p/512x384.jpg', 'https://html5.gamemonetize.com/vqyl5xpklzauugg42s14j7q87gs0io8p/', '0', 'Puzzles', 0, 0, '', 'dice-merger'), (8402, 'paw patrol superhero dress up ', 'There are not too many dress up games in the Paw Patrol Games category of our website, which is why we were so happy when we discovered this new game from this category of Nick Jr Games, a game entitled Picture PAWfect Dress-Up, which we really want you all to play today, which is why it is the first game of the day, to make sure that as many of you get to find and play it. Trust us when we say that you have never before played anything similar with these characters. Because of that we are now going to explain how it works, so keep on reading! First you choose which one of the puppies you want to dress up. Before actually doing that, you are going to wash up the dogs and clean them, which you do with the products given to you, by clicking on them to use them, and when you have used them all, you will be finished with that stage of the game. Up next comes the actual dress up part, where you have lots of clothes and accessories at your disposal, to give a unique look to the dog, who we are sure will be very happy with the way he is going to look. Start now, enjoy, and don\'t leave, since more games are on their way, all day long!', 'https://img.gamemonetize.com/hjti9g2pepn7zhmql6252acj6u1zszjp/512x384.jpg', 'https://html5.gamemonetize.com/hjti9g2pepn7zhmql6252acj6u1zszjp/', '0', 'Adventure', 0, 0, '', 'paw-patrol-superhero-dress-up-'), (8403, 'Street Physics', 'In this awesome basketball game you need to draw the right way to get the ball into the basket! Use the spray cans of the color you prefer, red, blue and yellow as soon as you have drawn the right path after press the button that activates the gravity and if you have drawn the right path the ball will end up in the basket! Try to complete all 24 different levels!', 'https://img.gamemonetize.com/pbhds36sk0g408hwe4oft6sn36xaxkxk/512x384.jpg', 'https://html5.gamemonetize.com/pbhds36sk0g408hwe4oft6sn36xaxkxk/', '0', 'Sports', 0, 0, '', 'street-physics'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (8404, 'Idle Space Business Tycoon', 'Idle Space Business Tycoon is an incremental game like simulation games where you can become a space business tycoon. Open businesses, build your factory, upgrade them, produce goods, trade with galaxy corporations and create your idle farming empire. Let\'s start space exploring for research technologies! It helps you upgrade your AI, fulfill special orders and build great Citadel in this idle game. Speed up businesses to get more money or just collect idle cash income, even when you offline, earn money with your space farm even without wifi. If you like popular management or economy games, where you build and upgrade own space business empire and become the richest tycoon - this is game for you. That cosmic sim getting you easy but interesting gameplay, aside other clicker games here you can do space exploration and feel yourself in future. Open business in different directions: ore mining, food production, luxury supplying and others. Manage and upgrade businesses to create your space business empire. Open departments at your office to get more opportunities. Own AI that improves automation also increases your profit including idle income. Create your idle space farm to grow from zero to hero! This Sci-Fi universe is waiting for you, let\'s space exploration. As a business tycoon, think over your upgrading strategy - produce goods yourself, increase production capacity, accelerate base building, or simply buy goods on the global market. Spend a lot of time in the game, making a lot of money, or be a lazy tycoon and only collect idle cash income. If there is not enough game money, simply get bank credits. This is not just a clicker or an idle or a tapping game, it\'s like a business simulator game. A lot of modern games require internet connection or even wifi, if they download a lot of data. So no possibility to play if you are offline. In this idle tycoon game is possible to play even if you don\'t have an internet connection, there may be no wifi aroundes or you are at the underground. But if not offline you can compete with other players and see their progress. Features: * Beautiful Sci-Fi style * Research technologies * Open departments in the office * Upgrade businesses. It\'s also increase idle cash income. You can explore a many upgrades for expand. * Improve AI * Interesting economy strategy game * Speed up tapping. To speed up businesses just use tap tap technique. Clicking faster to earn more money with your space business. * Love games that don’t need wi-fi, no internet required games? That\'s it! Enjoy this idle game even if you are offline. Become the greatest space business tycoon ever!', 'https://img.gamemonetize.com/8pplmspphnmsd5ywjq75ax3cmcbp2y1r/512x384.jpg', 'https://html5.gamemonetize.com/8pplmspphnmsd5ywjq75ax3cmcbp2y1r/', '0', 'Clicker', 0, 0, '', 'idle-space-business-tycoon'), (8405, 'Slap Bridge Race', 'Slap Bridge Race is a popular arcade game that is suitable for all ages. At the beginning, run hard to increase yourself, then slap all the person inside the door, and only after slap all the opponents, you can enter the next level. There are various levels waiting for you! Run to play!', 'https://img.gamemonetize.com/mh66uf13nmsmlibzsx1xmq54hmu2akr6/512x384.jpg', 'https://html5.gamemonetize.com/mh66uf13nmsmlibzsx1xmq54hmu2akr6/', '0', 'Puzzles', 0, 0, '', 'slap-bridge-race'), (8406, 'Flip Hero', 'Do you want to win the gold by doing crazy somersaults in Flip Hero game? Collect points by performing artistic somersaults on different tracks in the gym. There are some points that you should pay attention to when doing somersaults. Jump as high as you can first. Then start making circles in the air. The green line visible on the outside indicates the area where the forced landing will be made. In this part, you will see 2 more fields of different colors. The yellow field is the field where you can earn points, but you won\'t earn enough points when you move to the next section. Your main goal is to be able to land in that little red area seen inside. Your man is waiting for you up the trail. Make your move. Do your somersaults backwards or forwards. Moving in time is very important in this game! Let the time stand still in the fun somersault game. Come on!', 'https://img.gamemonetize.com/xglhnmyisphtaqj4e14xxa31mqf9mod1/512x384.jpg', 'https://html5.gamemonetize.com/xglhnmyisphtaqj4e14xxa31mqf9mod1/', '0', 'Hypercasual', 0, 0, '', 'flip-hero'), (8407, 'Spot The Difference Seasons', 'Now it’s the right time to improve your concentration and detective skills. Be careful, some things appear exactly the same at first sight, but who knows?', 'https://img.gamemonetize.com/am4msqz31h1hsjok369fs5fw6a7mkaig/512x384.jpg', 'https://html5.gamemonetize.com/am4msqz31h1hsjok369fs5fw6a7mkaig/', '0', 'Puzzles', 0, 0, '', 'spot-the-difference-seasons'), (8408, 'Unblock Puzzle', 'Logical thinking is a powerful tool! Use your ideas and solve the problem. Expand your potential and reach the best score. Practice, practice, practice…', 'https://img.gamemonetize.com/5jhf9wxj1w7b6u58mr7cnp5xro1i0bdz/512x384.jpg', 'https://html5.gamemonetize.com/5jhf9wxj1w7b6u58mr7cnp5xro1i0bdz/', '0', 'Puzzles', 0, 0, '', 'unblock-puzzle'), (8409, 'Biohazard Z War', 'Zombies has taken over the World. There is now way stopping them, only thing left is to SURVIVE. Kill as many as you can, find supplies of ammo, fuel, food and water. Good luck! Features: * 20 levels to play * Earn Coins to buy new weapons * Easy controls * Zombies Body Dismemberment System', 'https://img.gamemonetize.com/vq1xpnav3g0dz1wiku00o3twdam4uh3z/512x384.jpg', 'https://html5.gamemonetize.com/vq1xpnav3g0dz1wiku00o3twdam4uh3z/', '0', 'Shooting', 0, 0, '', 'biohazard-z-war'), (8410, 'Evil Granny City Terror', 'You are trapped in City. Find and collect 8 Keys and get out. It wont be easy as is sounds. City is hunted by Evil Granny and her puppets. Good luck!', 'https://img.gamemonetize.com/k1l1ptpuibas9nt1zm31tb8gg398lqdo/512x384.jpg', 'https://html5.gamemonetize.com/k1l1ptpuibas9nt1zm31tb8gg398lqdo/', '0', 'Shooting', 0, 0, '', 'evil-granny-city-terror'), (8411, 'Fast Pixel Bullet 2022', 'You will have access to a wide variety of weapons in these amazing zombie outbreak video games, including some that can be played cooperatively, and will be able to use them all. You have simultaneously fought Minecraft undead Bots across multiple maps. It will seem simple since you have access to all the necessary weapons to fight zombies, but you\'ll have to contend with other dead as opponents. No, I do not believe I am yet prepared for that. These shooting games need you to take cover behind various objects as you entertain yourself with them. Do your prefer playing free online action games with specific individuals? Access to a variety of weapons? In the majority of horror video games, players have only access to firearms.', 'https://img.gamemonetize.com/n5gmisjykkuwdej0q45enbois0x6hv5d/512x384.jpg', 'https://html5.gamemonetize.com/n5gmisjykkuwdej0q45enbois0x6hv5d/', '0', 'Shooting', 0, 0, '', 'fast-pixel-bullet-'), (8412, 'Princess Makeup Girl Game', 'Princess Makeup Girl is a fun dress up game. You are now a fashion designer and the princess and the prince need your help! They are planning to dress up for a makeup party tonight. Based on your previous experience, help them design beautiful makeup and gorgeous clothes. Also help them choose the mask that will show their personal charm! I believe that through your dress up, they will be able to shine at the party! Come and join us, there\'s no time to lose!', 'https://img.gamemonetize.com/wv8uapzws9ahskxaba7c86m3lariwd0z/512x384.jpg', 'https://html5.gamemonetize.com/wv8uapzws9ahskxaba7c86m3lariwd0z/', '0', 'Arcade', 0, 0, '', 'princess-makeup-girl-game'), (8413, 'Mermaid Baby Care', 'Mermaid Baby Care is a very popular caring game. Princess Mermaid has been so busy recently. She is really in need of a helper caring her baby. Do you want to take care of little baby? Firstly take a shower for the mermaid baby and dress up for him. Mermaid baby loves coloring. There are 3 cute animals for you to color. Will you give the mermaid baby a big surprise by coloring the most beautiful artworks for him? It\'s been a while since the baby ate food, come and feed him some fruits. After the wonderful activities, the mermaid baby is tired. Come and coax him to sleep. Thank you for helping Princess caring her baby. You are such a nice kid!', 'https://img.gamemonetize.com/7mycdwk6dh2n4bv2rebgz7cq6a6ebkjk/512x384.jpg', 'https://html5.gamemonetize.com/7mycdwk6dh2n4bv2rebgz7cq6a6ebkjk/', '0', 'Girls', 0, 0, '', 'mermaid-baby-care'), (8414, 'Maya Brick Breaker', 'The bottom of the screen to move the platform. Avoid the ball from falling to the bottom of the screen. It\'s a game in which you need to destroy all the bricks. Classic brick-breaker game. Use the paddle in order to keep the ball in the game & hit the bricks. Your mission is remove all the breakable bricks by hitting them with the ball. Some bricks need more than a single hit. If you love arcade games (Bubbles games and Brain games) , there\'s a good chance you\'ll like this game.', 'https://img.gamemonetize.com/dsvhslmzwthigm9lzir6ma0ey0feijj9/512x384.jpg', 'https://html5.gamemonetize.com/dsvhslmzwthigm9lzir6ma0ey0feijj9/', '0', 'Arcade', 0, 0, '', 'maya-brick-breaker'), (8415, 'Newyork City Plumber', 'You like manual work and you’re not afraid to dirty your hands while on the job? Then come change lead into gold and earn a lot of cash through ludicrously high bills in this new plumber game. The piping of New York is on the verge of destruction and everybody is soon going to call for a good plumber. Don’t bum around and go equipped with your toolbox to take part to this gigantic work site.', 'https://img.gamemonetize.com/qxo9gnwg2eaimjasnhwlcpooilojvu12/512x384.jpg', 'https://html5.gamemonetize.com/qxo9gnwg2eaimjasnhwlcpooilojvu12/', '0', 'Puzzles', 0, 0, '', 'newyork-city-plumber'), (8416, 'Purify the last forest', 'The last magical forest is home to many wonderful creatures. Multicolored birds, white deer... and poor little helpless fawns! Your job is to help them get to their mothers. Take on the role of a beautiful white deer and pick up the little fawns as you run through the forest, avoiding dangers and obstacles. Challenge your reflexes in this charming runner that is sure to please fans of the genre.', 'https://img.gamemonetize.com/qumjw9kw5ws5juu5z5a0ifbymnejbwvf/512x384.jpg', 'https://html5.gamemonetize.com/qumjw9kw5ws5juu5z5a0ifbymnejbwvf/', '0', 'Adventure', 0, 0, '', 'purify-the-last-forest'), (8417, 'Push the Mouse', 'Do you like cute puzzle games? This game is for you! Push The Mouse is a super cute game that will put your intelligence to test, can you help all the little mice? Touch the mouse you want to move and he’ll move, but mice are not very smart, they only know how to advance in one direction so you’ll have to wrap your mind around that to help them arrive to their destination.', 'https://img.gamemonetize.com/n8dlgsu85ynm7i4t233cnyao4gzpfjhy/512x384.jpg', 'https://html5.gamemonetize.com/n8dlgsu85ynm7i4t233cnyao4gzpfjhy/', '0', 'Puzzles', 0, 0, '', 'push-the-mouse'), (8418, 'Push the Dragon', 'Do you like puzzle games? This game is for you! Push The Dragon will put your intelligence to test, can you help all the dragons?', 'https://img.gamemonetize.com/gi48uts7p0i9z46a99348ikf09pi0zhu/512x384.jpg', 'https://html5.gamemonetize.com/gi48uts7p0i9z46a99348ikf09pi0zhu/', '0', 'Puzzles', 0, 0, '', 'push-the-dragon'), (8419, 'Minecraft Ballance Challenge', 'Minecraft Ballance Challenge is super fun action game free to play on PC and mobile. The aim of the game is to stay on the platform and hold ballance until the time runs out. Avoid obstacles and have fun.', 'https://img.gamemonetize.com/d13vyc05imw2346kt06pb9yzv0llbws2/512x384.jpg', 'https://html5.gamemonetize.com/d13vyc05imw2346kt06pb9yzv0llbws2/', '0', 'Arcade', 0, 0, '', 'minecraft-ballance-challenge'), (8420, 'Neon Shot', '“Neon Shot†is a very fun casual game in NEON Style that will test your skills and reasoning. With a “Drag and Drop†system you can pull the elastic to make the ball bounce and knock down the targets. Try to finish each level with as few balls as possible to get more points. You can pop boxes of TNT explosives to break more than one target at the same time and save balls. The designs are beautiful and colorful.', 'https://img.gamemonetize.com/ibbetclbrplngvweciajtmuaeh3437kd/512x384.jpg', 'https://html5.gamemonetize.com/ibbetclbrplngvweciajtmuaeh3437kd/', '0', 'Hypercasual', 0, 0, '', 'neon-shot'), (8421, '4GameGround Minecraft Coloring', 'If your child loves to draw very much or has always had the ability for this kind of creativity, but still can not show them in practice, then show him this toy. The kid will be doubly pleased if he is a fan of the Minecraft game. After all, here all the paintings for drawing are dedicated to this toy. You can start drawing at any age, so join right now to experiment with the appearance of the hero and locations from the Minecraft game.', 'https://img.gamemonetize.com/ba2bhjn9yqs53fn6wvz3uilv218sq005/512x384.jpg', 'https://html5.gamemonetize.com/ba2bhjn9yqs53fn6wvz3uilv218sq005/', '0', 'Arcade', 0, 0, '', 'gameground--minecraft-coloring'), (8422, 'My Unicorn Magic Horse', 'Have you ever dreamed of owning a fantastic magical unicorn? Today we will help you realize your dreams! Adopt this poor unicorn, help it clean its home, then give it a bath and change its horseshoes. Then dress it up and make it pretty. After it restores magic, let it help you make your wish come true!', 'https://img.gamemonetize.com/fav7iw8gua4rfmdtr3pbq2uyzw750vzz/512x384.jpg', 'https://html5.gamemonetize.com/fav7iw8gua4rfmdtr3pbq2uyzw750vzz/', '0', 'Girls', 0, 0, '', 'my-unicorn-magic-horse'), (8423, 'Street Fighter Online Game', 'Street Fighter Online Game is a free to play fighting game full-of-fighting features and epic battles. Play the best competitive fighting game, Street Fighter Online Game. This is the official Street Fighter Online game. Access the game and play for free!', 'https://img.gamemonetize.com/bvt9hzp01z6koyyyooxhct5qpcu8su4e/512x384.jpg', 'https://html5.gamemonetize.com/bvt9hzp01z6koyyyooxhct5qpcu8su4e/', '0', 'Arcade', 0, 0, '', 'street-fighter-online-game'), (8424, 'Farm Story', 'Farm Story is a very funny html5 game, with fantastic graphics and sweet music, you will never get enough of this game!', 'https://img.gamemonetize.com/wljsaqp5r06lhe0pb795lw3cgjshsm09/512x384.jpg', 'https://html5.gamemonetize.com/wljsaqp5r06lhe0pb795lw3cgjshsm09/', '0', 'Puzzles', 0, 0, '', 'farm-story'), (8425, 'Frozen Winter', 'Frozen Winter is a game for Match 3 lovers, with fantastic graphics and nice music, you will never get enough of this game!', 'https://img.gamemonetize.com/501ungddrb4vquem1toz9rtkr9akhxxi/512x384.jpg', 'https://html5.gamemonetize.com/501ungddrb4vquem1toz9rtkr9akhxxi/', '0', 'Puzzles', 0, 0, '', 'frozen-winter'), (8426, 'Bestie Hidden and Decorated Egg', 'Let\'s help our besties Mia and Emma to get to know the Egg decoration by puzzle solving. Later both of them need to get dress with awesome new outfits collection. Once they done with proper outfits and suitable accessories let\'s present the decorated egg to them. Enjoy this girl game at 7sgames.com', 'https://img.gamemonetize.com/8nud0ubtgmkiza5k9k4e4s2udzgl6oh3/512x384.jpg', 'https://html5.gamemonetize.com/8nud0ubtgmkiza5k9k4e4s2udzgl6oh3/', '0', 'Girls', 0, 0, '', 'bestie-hidden-and-decorated-egg'), (8427, 'Girls Summer Fashion', 'Welcome to summer! Have you ever hesitated what to dress up in summer? Don\'t know the newest fashion style? Let\'s see the fashion girls\' fashion choice! The three girls Sofia, Adella and Iris decide to go shopping and buy some new clothes. Each of them has made choices already. Now it\'s time to show your favorite dress up! Have fun!', 'https://img.gamemonetize.com/q64yyezedblu6cg6bn10y8ynmvaqih20/512x384.jpg', 'https://html5.gamemonetize.com/q64yyezedblu6cg6bn10y8ynmvaqih20/', '0', 'Girls', 0, 0, '', 'girls-summer-fashion'), (8428, 'Baby Girl Daily Care', 'Spend a lovely time with our beautiful baby girl and spoil her while you are completing the daily activities. Play this baby game and prove that you have what it takes when it comes to fulfilling the required tasks. This little girl really needs a bath before you can start the nursing activities. So, fill a bubble bath and get her in. Make sure you wash her body with suitable products and then continue with cleaning her hair. Now you can go to the playroom where her toys await. Let her be creative and just have fun.', 'https://img.gamemonetize.com/rur7qvzus6ksw0pt7e7fgwt6t1mve9h4/512x384.jpg', 'https://html5.gamemonetize.com/rur7qvzus6ksw0pt7e7fgwt6t1mve9h4/', '0', 'Girls', 0, 0, '', 'baby-girl-daily-care'), (8429, 'Animals Pairs Match 3 Online Game', 'It\'s no secret that players love matching three or more objects together in order to complete a task. And now, they can do so with animals in an online game called Animals Pairs Match 3. This game is based on the popular matching games you may have played on mobile devices or computers, but with animals as the main focus. The object of the game is to match up two of the same animals and then move on to the next level. Levels get harder and faster as you go, and if you can\'t complete a level within a certain time limit, the game will end and you\'ll have to start over. The game is simple to play but hard to master, so be sure to try it out today!', 'https://img.gamemonetize.com/jhw50gdf5ndrhi7g3r8ftozvfmp0wpny/512x384.jpg', 'https://html5.gamemonetize.com/jhw50gdf5ndrhi7g3r8ftozvfmp0wpny/', '0', 'Puzzles', 0, 0, '', 'animals-pairs-match--online-game'), (8430, 'Invader Zim Enter the Florpus Jigsaw Puzzle', 'Zazgames is a place where you can infinitely play assembling online jigsaw puzzles. We hope you are up for another game from the Puzzle category on our website , because we have just added the game called Invader Zim Enter the Florpus Jigsaw Puzzle for you all, which, despite being one of the many puzzle games we have added so far into this category, this is the first puzzle game to use this specific format, and image, so it is going to be a brand new experience for all of you, an experience we are sure you will appreciate, as there is no way you aren\'t going to have a lot of fun playing the game. Especially after you learn how to play it from the next lines in the description. you will start by choosing how you want the jigsaw puzzle be : hard medium or easy. After that, the jigsaw puzzle pieces are going to be spread around the game screen randomly. Use the mouse to drag them over the transparent images where they match with the image, until all the pieces are connected, and the image looks just like it did in the beginning. You will have a great time with the game, so start it right now, and we are sure you will not regret it one second!', 'https://img.gamemonetize.com/nuf1ni39s8c78zj5lxuht17iui45293b/512x384.jpg', 'https://html5.gamemonetize.com/nuf1ni39s8c78zj5lxuht17iui45293b/', '0', 'Puzzles', 0, 0, '', 'invader-zim-enter-the-florpus-jigsaw-puzzle'), (8431, 'Pimple Pop Rush', 'Do you have trouble with pimples? Come and join Pimple Pop Rush to enjoy squeezing pimples! As a beauty doctor, your task is to help each customer with skin cleaning and beauty treatment. The operation is simple, swipe to control your palm and remove all the pimples! Make every customer happy!', 'https://img.gamemonetize.com/g9yoq5voqy3fxlo4lex0mvys25pus5ob/512x384.jpg', 'https://html5.gamemonetize.com/g9yoq5voqy3fxlo4lex0mvys25pus5ob/', '0', 'Boys', 0, 0, '', 'pimple-pop-rush'), (8432, 'Baby Taylor Doll Cake Design Bakery Game', 'Taylor\'s best friend Jessica\'s birthday is coming up, and Taylor wants to prepare a big surprise for her best friend. Jessica loves dolls and lemon cakes the most, it\'s that easy! Taylor decided to make a delicious and beautiful doll cake for Jessica. It\'s not easy, let\'s help Taylor make this cake!', 'https://img.gamemonetize.com/pz5rk2l1oto1ze3jn4mg4onadwiikmml/512x384.jpg', 'https://html5.gamemonetize.com/pz5rk2l1oto1ze3jn4mg4onadwiikmml/', '0', 'Girls', 0, 0, '', 'baby-taylor-doll-cake-design--bakery-game'), (8433, 'Boys & Girls Bubble Pop', 'In Boys & Girls Bubble Pop, you must burst water ballons to trigger a chain reaction in order to eliminate them. You need to eliminate all the balloons to complete the level and pass to the next level. You have 400 levels to complete before finishing the game. In each level, you can collect stars. Complete the level as fast as possible in order to collect the maximum of stars. Will you be able to complete all levels with 3 stars? This is your challenge.', 'https://img.gamemonetize.com/lwr8zzvam9lo2h9on0mx6pswi07xd461/512x384.jpg', 'https://html5.gamemonetize.com/lwr8zzvam9lo2h9on0mx6pswi07xd461/', '0', 'Girls', 0, 0, '', 'boys-amp-girls-bubble-pop'), (8434, 'Black Gold Plumber', 'Become an oil tycoon in Black Gold Plumber and become the richest man on the Earth. Exploit all the oil reserve in Texas in this puzzle game that will put your brain to the test. Black Oil Plumber is an amusing game for the whole family! Only recommended for... everyone! Through a hundred of always more difficult levels, you’ll have to create a way so that the petrol can make it to the surface. Put your brain to the test and become the king of petrol.', 'https://img.gamemonetize.com/pn82e5e4pncyic45k960w8fsctbyub7i/512x384.jpg', 'https://html5.gamemonetize.com/pn82e5e4pncyic45k960w8fsctbyub7i/', '0', 'Puzzles', 0, 0, '', 'black-gold-plumber'), (8435, 'Bmx Bike Freestyle & Racing', 'Ride your bike and enjoy freestyle runs in the city Combine Flips, Spins and Grinds to finish all levels. You must adjust your speed depending on obstacles. This game is super simple but super difficult to master. You will enjoy hours of gameplay.', 'https://img.gamemonetize.com/wvenwc6t1ybmoyix6qkayb8olio7ikcz/512x384.jpg', 'https://html5.gamemonetize.com/wvenwc6t1ybmoyix6qkayb8olio7ikcz/', '0', 'Sports', 0, 0, '', 'bmx-bike-freestyle-amp-racing'), (8436, 'Boxing Superstars KO Champion', 'A new boxing game is available for all boxing fans! Fight 4 professionals in intense combat. Jab, cross, uppercut, give in all you have, but don’t forget to dodge!. Go through the levels and conquer the increasing difficulty. Don’t doubt yourself and gain the victory! Boxing superstar ko champion is a game that test your reflexes and your capacity to anticipate strikes. Become a real boxer with this game that will awake your warrior soul!', 'https://img.gamemonetize.com/j38qe5ve2n1hys3sd0fgfluhgcfw8vam/512x384.jpg', 'https://html5.gamemonetize.com/j38qe5ve2n1hys3sd0fgfluhgcfw8vam/', '0', 'Sports', 0, 0, '', 'boxing-superstars-ko-champion'), (8437, 'Bombs Drops Physics balls', 'Your objective is to bomb and blast all blocks in this hyper casual game. Try to break all bricks in one shot, or to collect all bonus to complete all the super fun levels.', 'https://img.gamemonetize.com/ihdgkbolqipcwtuhw24mhjlgyf645b5b/512x384.jpg', 'https://html5.gamemonetize.com/ihdgkbolqipcwtuhw24mhjlgyf645b5b/', '0', 'Arcade', 0, 0, '', 'bombs-drops--physics-balls'), (8438, 'Doraemon Dressup', 'Doraemon is a time-traveling robot cat from the future. The event begins in the year 2112 at the Matsushiba Robot Factory. Let\'s dress up Dorameon in new costumes now. Fun game.', 'https://img.gamemonetize.com/xnvkl2kqndixudwdigf9bwgz7j36e7ha/512x384.jpg', 'https://html5.gamemonetize.com/xnvkl2kqndixudwdigf9bwgz7j36e7ha/', '0', 'Girls', 0, 0, '', 'doraemon-dressup'), (8439, 'Charge Everything', 'Charge Everything -This is a game in which you need to connect all the equipment such as phones, tablets, players and cars in the sockets bypassing obstacles, you also need to go through closed walls and use windmills to pass the levels.', 'https://img.gamemonetize.com/algskkap6jl0mkl9awy834pi09yk0ys7/512x384.jpg', 'https://html5.gamemonetize.com/algskkap6jl0mkl9awy834pi09yk0ys7/', '0', 'Puzzles', 0, 0, '', 'charge-everything'), (8440, 'Kly Kly', 'Kly Kly is an arcade platform game in which you have to help a magical creature named Klu-Klu defeat 4 monsters that are located in each dimension. The game has 4 exciting worlds, each with 8 levels of varying difficulty and a BOSS. Your task is to defeat all the bosses!', 'https://img.gamemonetize.com/4yas3th0knp9xtwo0vc5pte9hbbtlxml/512x384.jpg', 'https://html5.gamemonetize.com/4yas3th0knp9xtwo0vc5pte9hbbtlxml/', '0', 'Arcade', 0, 0, '', 'kly-kly'), (8441, 'Barbarian Trunk', 'Barbarian Trunk is an oldschool arcade style casual game. Become a Barbarian, cut wood and avoid thorns. Sound like an easy task? It\'s easy to play but hard to master. Grab your ax like every lumberjack does and cut down the tree as fast as you can!', 'https://img.gamemonetize.com/nyu287maj78htjsq3tc5oyv5hbe7pwhe/512x384.jpg', 'https://html5.gamemonetize.com/nyu287maj78htjsq3tc5oyv5hbe7pwhe/', '0', 'Arcade', 0, 0, '', 'barbarian-trunk'), (8442, 'Slime Simulator', 'Thanks to the huge selection of types of slimes, decorations and colors for the creative process, this game is suitable for both beginners and professionals in slimes, young and old, boys and girls.', 'https://img.gamemonetize.com/f6cbdztjvp2yea9a1cdkg1pc29j2p5w7/512x384.jpg', 'https://html5.gamemonetize.com/f6cbdztjvp2yea9a1cdkg1pc29j2p5w7/', '0', 'Arcade', 0, 0, '', 'slime-simulator'), (8443, 'Bighead Ninja! ', 'Bighead Ninja! - runner, arcade genre. The goal of the game is to go as far as possible, jumping from platform to platform and avoiding various obstacles.', 'https://img.gamemonetize.com/jhcifc6i4ku64n68ltnp8bjexwfv3mo3/512x384.jpg', 'https://html5.gamemonetize.com/jhcifc6i4ku64n68ltnp8bjexwfv3mo3/', '0', 'Arcade', 0, 0, '', 'bighead-ninja-'), (8444, 'Hit The Circle 2D', 'Tap the screen to catch the dot. Don\'t make a mistake or you will have to start from the beginning. Collect stars to unlock new dots.', 'https://img.gamemonetize.com/4phvrg5f0oeddv4eea1mgq4yzxhw308s/512x384.jpg', 'https://html5.gamemonetize.com/4phvrg5f0oeddv4eea1mgq4yzxhw308s/', '0', 'Puzzles', 0, 0, '', 'hit-the-circle-d'), (8445, 'Jelly Phil 2', 'Jelly Phil 2 is a 2D cute little platformer where you have to collect pink jellies while avoiding the jelly enemies, saws and reach the exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Jelly Phil" series.', 'https://img.gamemonetize.com/wn7eriffk0rkgihnddwbdsxaxizxptz2/512x384.jpg', 'https://html5.gamemonetize.com/wn7eriffk0rkgihnddwbdsxaxizxptz2/', '0', 'Arcade', 0, 0, '', 'jelly-phil-'), (8446, 'ZWar', 'A man in zombie war.', 'https://img.gamemonetize.com/3ktaw70gaghkoy5o92iq9t5q69ey7qv0/512x384.jpg', 'https://html5.gamemonetize.com/3ktaw70gaghkoy5o92iq9t5q69ey7qv0/', '0', 'Arcade', 0, 0, '', 'zwar'), (8447, 'Tap Away 3D', 'the game consists of removing all the blocks from the level, each block moves towards the direction of its arrow.', 'https://img.gamemonetize.com/r1spsejm9ybial94ozeeprf5i8dssqd5/512x384.jpg', 'https://html5.gamemonetize.com/r1spsejm9ybial94ozeeprf5i8dssqd5/', '0', 'Puzzles', 0, 0, '', 'tap-away-d'), (8448, 'SQUIDLY GAME HIDE AND SEEK', 'Squidly Game: Hide-and-Seek is a hide-and-seek game with a squid game theme. You can play as the catcher or the escapee. When you are the catcher you need to catch all the escapees in three rounds of the game.', 'https://img.gamemonetize.com/kwhmnnutyf4nowesi4lutdj221wrupil/512x384.jpg', 'https://html5.gamemonetize.com/kwhmnnutyf4nowesi4lutdj221wrupil/', '0', 'Boys', 0, 0, '', 'squidly-game-hide-and-seek'), (8449, 'snake.io puzzle', 'Play against other people online! Can you become the longest slither? If your head touches another player, you will explode and then it\'s game over. But if others run into YOU, then THEY will explode, and you can eat their remains! In slither.io, you have a chance to win even if you\'re tiny. You can swerve in front of a much larger player to defeat them, no matter how big you are! Download now and start slithering! Good luck!', 'https://img.gamemonetize.com/7r4ohwbb9xn1hdsmltgegvoaxkl3o5ca/512x384.jpg', 'https://html5.gamemonetize.com/7r4ohwbb9xn1hdsmltgegvoaxkl3o5ca/', '0', 'Arcade', 0, 0, '', 'snakeio-puzzle'), (8450, 'Candy Saga 2', 'Download Candy Crush Soda Saga now! From the makers of the legendary Candy Crush Saga comes Candy Crush Soda Saga! Unique candies, more divine matching combinations and challenging game modes brimming with purple soda and fun! This mouth-watering puzzle adventure will instantly quench your thirst for fun.', 'https://img.gamemonetize.com/ke9nafk4aplht9z6ofxn8xjqn2xvu952/512x384.jpg', 'https://html5.gamemonetize.com/ke9nafk4aplht9z6ofxn8xjqn2xvu952/', '0', 'Hypercasual', 0, 0, '', 'candy-saga-'), (8451, 'game7mm', 'Enjoy your time by driving the Bmw city car rider 2021 testing your racing skills on the city roads. this is not just the best car driving simulator game, this is the best crazy bmw city car rider game that meets your racing goals. If you are addicted to playing a free driving game. Get your seat belt and move around the city on your realistic sports car. it\'s time to show your', 'https://img.gamemonetize.com/y71gonsdo6r7yrkch6wgvdvxo97wcjp9/512x384.jpg', 'https://html5.gamemonetize.com/y71gonsdo6r7yrkch6wgvdvxo97wcjp9/', '0', 'Arcade', 0, 0, '', 'gamemm'), (8452, 'Taxi Driving City Simulator 3D', 'Hello and welcome to the taxi sports car driving simulator game, a real taxi simulator 2020 is a great choice for entertainment, In our modern taxi driving simulator game you will complete different types of missions of the ultimate taxi driving game, it is one of the best taxi driving games because you can enjoy this free taxi simulator in three wonderful environments, enjoy taxi driving simulator in day evening and cozy winter that you can experience the grand taxi simulator driving game on mobiles', 'https://img.gamemonetize.com/gekiciziwnjpww88kmtpld5qmdbvde92/512x384.jpg', 'https://html5.gamemonetize.com/gekiciziwnjpww88kmtpld5qmdbvde92/', '0', 'Racing', 0, 0, '', 'taxi-driving-city-simulator-d'), (8453, 'Kids Car Games', 'Fun Kids Car Games Free: Under 6-Year-Old Kids', 'https://img.gamemonetize.com/lpnzzb5a2hxb1ia0rxajh01m0ipu03uf/512x384.jpg', 'https://html5.gamemonetize.com/lpnzzb5a2hxb1ia0rxajh01m0ipu03uf/', '0', 'Adventure', 0, 0, '', 'kids-car-games'), (8454, 'Racing car games ', 'You can ride on any of the designed cars. Riding on the track is completely similar to the real ride: there are gas pedal, road tilt, acceleration, breaking effect and others. This fun free game also has educational character for your kids, as it helps them to exercise their memory, logic thinking and reflexes. It is a creative arcade racing kids game which will help your child to improve his confidence.', 'https://img.gamemonetize.com/063buz9kuaqvofm080a63c1p1k2xjqr6/512x384.jpg', 'https://html5.gamemonetize.com/063buz9kuaqvofm080a63c1p1k2xjqr6/', '0', 'Arcade', 0, 0, '', 'racing-car-games-'), (8455, 'Kid RunSBH', 'DASH as fast as you can! DODGE the oncoming trains!', 'https://img.gamemonetize.com/ey8p2mijkqsoyzrdik7mco3u384jr3jk/512x384.jpg', 'https://html5.gamemonetize.com/ey8p2mijkqsoyzrdik7mco3u384jr3jk/', '0', 'Racing', 0, 0, '', 'kid-runsbh'), (8456, 'Need For SpeedSBH', 'Claim the crown and rule the underground as you race for dominance in the first white-knuckle edition of Need for Speed made just for mobile – from the game developer that brought you Real Racing 3. Build the ride that shows your style with a range of cars and customizations. Launch yourself between chaos and control as you hit the pedal and roll into underground street racing. Takedown the competition, up your rep, then kick into more races, more customizations, and more cars. Make your choices and never look back. This app offers in app purchases. You may disable in app purchases using your device settings. CUSTOMIZE EXTREME RIDES Stock your garage with the real-world cars you have always wanted, from manufacturers such as Bugatti, Lamborghini, McLaren, Pagani, Koenigsegg, Hennessey, and more. Then trick them out with the our in-game customization system from spots like the Mod Shop and the Black Market, giving you over 2.5 million custom combos to play with. Your rides are waiting – take them to the streets to go head-to-head with the competition and prove yourself. DRIVE FAST – AND FEARLESS Steer onto the streets of Blackridge, accelerate over jumps and around debris, into traffic, against walls, and through high-speed Nitro Zones. Flip on the nitrous and thrust yourself into another level of adrenaline-fueled driving and drifting. Around every corner is a fresh race as you clash with local crews and local cops. It’s a world full of wannabe drivers – can you stay in front and earn respect? RACE TO WIN Never back down as you race anyone crazy enough to take you on and increase your rep. Dig, drift, drag, and roll your ride to the finish line while outrunning the police on your tail. Burn rubber in over 1,000 challenging races – and that’s just the starting line. Be notorious, own the streets, and score the world’s best cars. Because one ride is never enough! --------------------- User Agreement: terms.ea.com Visit https://help.ea.com/ for assistance or inquiries. EA may retire online features and services after 30 days’ notice posted on www.ea.com/1/service-updates Important Consumer Information: This app: requires a persistent Internet connection (network fees may apply); Requires acceptance of EA’s Privacy & Cookie Policy and User Agreement. includes in-game advertising; collects data through third party analytics technology (see Privacy & Cookie Policy for details); contains direct links to the Internet and social networking sites intended for an audience over 13.', 'https://img.gamemonetize.com/8eolr37kfm49iadkq4amwymx7ndvbpq0/512x384.jpg', 'https://html5.gamemonetize.com/8eolr37kfm49iadkq4amwymx7ndvbpq0/', '0', 'Adventure', 0, 0, '', 'need-for-speedsbh'), (8457, 'Moto Rider GOSBH', 'Head out and race as fast as you can to become the new moto rider in the world! Race the traffic and complete the challenges to get real among the competition. Jump on your racing bike and ride on the endless busy roads and highways! Make near traffic misses discovering 4 unique locations: Suburbs, Desert, Snow, and Night City in 4 different modes! Ride your motorcycle on a highway, interstate, or the autobahn. Never forge', 'https://img.gamemonetize.com/5chrfm715yqaouriyzklsyrohundg0t6/512x384.jpg', 'https://html5.gamemonetize.com/5chrfm715yqaouriyzklsyrohundg0t6/', '0', 'Arcade', 0, 0, '', 'moto-rider-gosbh'), (8458, 'Street Car ParkingSBH', 'Advance car parking is presented by the "Build Solid". Have you ever dreamed of car parking? Modern car parking is specially designed for car games lover. Improve your car parking & driving skills by playing Prado car parking. Are you looking for car parking game to park your car? In car parking game show your parking skills and car park in the parking slot. Become parking master by daily practicing car driving and parking games. Car games will test your parking skills in city driving of this modern car parking. Customize your Extreme car Select your favorite car from the garage in this driving simulator. You can customize your car in drivers game. You can customize color, tyre, body and lights of car parking games. just click whatever you want to upgrade of ultimate car. It will automatically upgrade your selected car. Car parking games graphics: Car parking simulator has amazing graphics. The intense graphics of real car parking will amaze parking master. Modern car parking provides luxury and different other cars to car driver. Select your favorite car from the car games for parking and start your parking. Enhance car games skills: Start engine, fasten seat belt and get ready to park your car in car games. You will learn all traffic rules in this new parking games. There are different challenging missions in this carparking. Each mission of car parking wali game is thrilling and interesting than others missions of real car parking. Faster you complete the level of advance car parking, you will get extra modern car parking coins. By spending these coins, you can unlock new cars of city car driving. While playing if you fail any level of car game, you can’t unlock next level of car game. Multiplayer mode of car parking games: Parking game has amazing multiplayer mode for car games lovers. Complete level of car driving game before opponent and get coins in this car driving & parking games. You will be parking master by winning race with others driver in this carparking. Different hurdles are placed in the tracks of car driving. You have to be aware from them to prove yourself a parking master. Avoid hitting hurdles in car parking simulator: There are sharp turns and different hurdles in car parking. Avoid hitting hurdles in this modern car parking to become master of parking. if you hit any hurdles in this new parking game, then your car parking game will over. in case of car game over, restart your car parking simulator level and complete parkin level without hitting hurdles of parking master. After completing some levels of car parking game, you will become master of traffic parking. You can also park your real car as superb driver after completing new parking games levels. Street car parking: car games Features: • Easy & smooth control of carparking games • HD graphics of car parking simulator • Realistic sound of car parking 3d • Multiple camera angles of car parking games • Different luxury & classic cars for drivers Offline games are free of cost game. You can play car parking game anywhere without an internet connection. Tell us anything on buildsolid12@gmail.com if you face while playing or downloading parking game of 2022. Any suggestion related to update car games is welcome. we are working on the quality of car game, definitely car game will entertain you. We will happy to listen from you in car games.', 'https://img.gamemonetize.com/qxcrna8hszjyrjqbmxhwjzhp4pp8xwb5/512x384.jpg', 'https://html5.gamemonetize.com/qxcrna8hszjyrjqbmxhwjzhp4pp8xwb5/', '0', 'Adventure', 0, 0, '', 'street-car-parkingsbh'), (8459, ' Mega Ramp Car Racing SBH', 'Welcome to the addictive Crazy Car Driving in our New Car Stunt Game. Mega Ramp Car Stunt is Multiplayer Car Racing Stunts game over the impossible sky tracks. Join the most popular Free Offline Game in our Ramp Car Stunt and enjoy a lots of fun with Car Racing Stunts. Extreme Car Stunt Simulator is best 2021 Car Driving Game with Ultimate Stunts and Modern Cars are waiting for you. Start your Extreme Car Stunt Mission, drift your Fast Car and make fun by playing this Stunt Racing game. Car Stunt Game make you perfect Racing Car Stunts driver. Are you obsessed with new ideas of enjoying the adrenaline rush of an Impossible Car Stunt? If you are crazy to play Free Car Games with Mega Ramp Car then, fasten your seat belt to get unexpected experience of erect Car Ramp in this 3D Extreme Car Driving Simulator game 2021. While real-life Ramp Car Stunt isn’t safe, Car Stunts Games allow us to live our obsessions from the safety of a console. Get ready to explore a rip-roaring Ramp Car Stunt Game that will blow your mind with its impossible tracks and riotous stunts. We present you a GT Car Stunts that puts all other free games to shame. Join the best Car Stunt Games with impossible racing tracks of Mega Ramp Car. This New Car Stunts offers an innovative and immersive gameplay, improved with richer graphics and interactive visuals. Keep reading to learn more about this boisterous Car Stunt Racing Game that comes with a mega ramp and adventurous crazy tracks! Behold the Ultimate Stunt Game This Mega Ramps Car Racing Stunts is Free Games making rounds in gaming circles worldwide. It has taken car driving enthusiasts by surprise with its action-packed large dynamic 3d gameplay and exciting Sky Stunts. It allows you to experience everything you love about Car Games and extreme racing. It’s the perfect opportunity to become a professional stunt master and engage in rip-roaring stunts that allow you to taste the extreme of adrenaline rush. It’s the Ultimate Stunt Game packed with immersive and interactive visuals to give you a delightful experience. You will find yourself falling off your chair and gripping your console with a fierce determination to win. Experience Impossible Car Stunts Like Never Before! This exciting New stunt game allows you to experience Impossible Car Stunts never witnessed before in such a stunning, high-quality gameplay. This Car Driving Game is designed to keep experienced and seasoned drivers hooked to the screen. Imagine jumping on a mega, zigzag ramp with a series of rip-roaring impossible sky stunts that will leave you craving for more. Undoubtedly, this Crazy Car Stunt Game isn’t for the weak of heart! It’s one of the best Stunt Games of 2021, propelling gamers into the future with its futuristic graphics, engaging soundtrack and immersive visuals. The simulated adventures will keep your adrenaline surging, hooking you into a series of incredible stunts that will test your skills as a driver and a gamer. Be prepared to have your mind blown with a 3D Car Stunt Game that you’ve never experienced before! Mega Ramp Car Racing Stunt 2021: Impossible Sky Tracks features:', 'https://img.gamemonetize.com/ljvyvtfaijkb5zu0wyxkk6b4y5zhptjr/512x384.jpg', 'https://html5.gamemonetize.com/ljvyvtfaijkb5zu0wyxkk6b4y5zhptjr/', '0', 'Arcade', 0, 0, '', '-mega-ramp-car-racing-sbh'), (8460, 'Pixel Car Racer', 'Pixel Car Racer is the ultimate retro arcade racer, featuring a completely customizable experience! Build your dream garage with limitless car customization! Take your ride to the streets and race your way to the top.', 'https://img.gamemonetize.com/4u12cra0vierg4vq1h6gb57vb6jhkay6/512x384.jpg', 'https://html5.gamemonetize.com/4u12cra0vierg4vq1h6gb57vb6jhkay6/', '0', 'Adventure', 0, 0, '', 'pixel-car-racer'), (8461, 'Drift Bmw CarSBH', 'this game you will merge with a large number of racers for the title of the best drift master. We are releasing a new epic drift game (Drift BMW M5 City Ghost Ride). You will get the best drifting experience with this game, so just push the handbrake and drift your BMW. This is the best BMW racing games. This is a free extreme car simulator game that does not require an internet connection, welcome offline games! ATTENTION! Drift Pro BMV M5 City Ghost Ride does not yet have a cloud save feature. All game progress and in-app purchases may be lost if you uninstall the game. In this racing game you will be amazed by real realistic shots and amazing graphics. With the new game engine, you will learn what the next generation graphics are. For driving around the city at night without restrictions, an open free world mode is available. Explore the city and cool locations at night, but do not forget to check the city for speed during the day. Find the best parking spots and become a real BMW parking master. BWM racing is what you\'ve always been looking for on your Android device. Install bmw m laptimer to know what lap time you can show on your BWB supercar. Traffic racing parking is available for passing at any difficulty level. Choose the level you need and collect coins on your M5. Get bonuses for drifting on the BWM and conquer the world. Equip your racing car with top-notch garage upgrades. Install nitro, pipe and other tuning accessories to become the fastest racer in Racing Car Driving Simulator. Find out the speed and burnout on the asphalt.', 'https://img.gamemonetize.com/gk1d3lk419d0akkm12n2qtjxh3tngq00/512x384.jpg', 'https://html5.gamemonetize.com/gk1d3lk419d0akkm12n2qtjxh3tngq00/', '0', 'Arcade', 0, 0, '', 'drift-bmw-carsbh'), (8462, 'Emoji Logic', 'A new imagination game in which you need to connect pairs of emotions by associations. Think and find the idea of each puzzle. Just tap one by one on the elements from different columns to connect them with a line. Or drag to draw a line and connect elements from different columns. If you correctly connect all the elements, you pass the level. Harder than you think!', 'https://img.gamemonetize.com/4bf42xb0mhl9ii4jvilsrarx6bg391cn/512x384.jpg', 'https://html5.gamemonetize.com/4bf42xb0mhl9ii4jvilsrarx6bg391cn/', '0', 'Puzzles', 0, 0, '', 'emoji-logic'), (8463, 'Extreme Car Driving SimulatorSBH', 'Extreme Car Driving Simulator is the best car simulator of 2014, thanks to its advanced real physics engine Ever wanted to try a sports car simulator? Now you can drive, drift and feel a racing sports car for free! Be a furious racer on a whole city for you. No need to brake because of traffic or racing other rival vehicles, so you can perform illegal stunt actions and run full speed without the police chasing you! Drifting fast and doing burnouts had never been so fun! Burn the asphalt of this open world city!', 'https://img.gamemonetize.com/lv2aryrpwq3baeyvt9unedxxsdtsx08c/512x384.jpg', 'https://html5.gamemonetize.com/lv2aryrpwq3baeyvt9unedxxsdtsx08c/', '0', 'Arcade', 0, 0, '', 'extreme-car-driving-simulatorsbh'), (8464, 'klifur', 'A squishy physics puzzle game. Click and drag your hands and feet to reach the target hold. Reach the top in 12 levels and then beat the developer\'s best route to earn a star in each.', 'https://img.gamemonetize.com/nt04q34tkufkknvqdc2d5f03o0fu74j9/512x384.jpg', 'https://html5.gamemonetize.com/nt04q34tkufkknvqdc2d5f03o0fu74j9/', '0', 'Clicker', 0, 0, '', 'klifur'), (8465, 'Princess Pony Beauty Makeover Unicorn Salon', 'Today is our princess birthday. All little girls birthday wish is to have a pony pet. Finally, today our princess birthday wish come true. She saw a flying gift box through the window over to her. Oh my god, that is a big surprise. What is in the box? Tap to open. You can\'t imagine what it is inside. It is a pony, a little cute pink pony. Now our princess has a pony pet. Let\'s start to help our princess take care of her See you in Bear Hug Rainbow Pony Makeover... Product Features: -A magic pony story to highlight your birthday wish -Customize your dream pony exactly as you like -Bathe your pony till she\'s sparkling and clean -Give your pony a rainbow style makeover -Dye your pony to any skin color as you like -Dressup your pony to the princess pet style -Tons of fashion rainbow hairstyle for your pony -Photo booth fun with your cute pony pet friend And so much more! Come on and join us to Bear Hug Rainbow Pony Makeover.', 'https://img.gamemonetize.com/v5u6tpwlgdma4c7wyedeo7yg0mhl3idk/512x384.jpg', 'https://html5.gamemonetize.com/v5u6tpwlgdma4c7wyedeo7yg0mhl3idk/', '0', 'Girls', 0, 0, '', 'princess-pony-beauty-makeover-unicorn-salon'), (8466, 'Roller Sky 3D', 'Crazy Ball 3D is an excellent 3D ball game that will make you super happy and addicted to the game with simple and easy controls and just one click to play. In this Crazy Ball 3D game, you need to avoid obstacles while controlling the ball to keep moving forward. Are you eager to experience this reaction speed game? Install this fun game and become a good ball control expert in Crazy Ball 3D game. Download Crazy Ball 3D game: infinite dash now. How to play. ★Finger controls the ball to move left and right ★The acceleration belt can help you speed up. ★Dodging various obstacles Features. ★One-touch control for easy operation ★Stunning 3D worlds and effects ★No time limit ★Crazy speed ★Multi-color skin ★Best pressure reducer ★Challenges to test your extreme speed and rapid response If you like the feeling of adrenaline spewing, then this ultra-casual game is definitely for you. This Crazy Ball 3D game and reaction speed game is designed for you. This Crazy Ball 3D game may seem easy, but the ball will die as soon as it hits an obstacle. So do your best to control the ball and navigate through the dangerous paths to become a ball control expert! This Crazy Ball 3D game is simple and exciting, train your motor skills and reflexes at the same time. Play this super casual game and prove your skills in Crazy Ball 3D: Infinite Dash! You can\'t stop racing!', 'https://img.gamemonetize.com/e8vbydhtggsx6n44fyjsv20h4fmf6r7t/512x384.jpg', 'https://html5.gamemonetize.com/e8vbydhtggsx6n44fyjsv20h4fmf6r7t/', '0', 'Arcade', 0, 0, '', 'roller-sky-d'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (8467, 'Roller To Sky 3D', 'Crazy Ball 3D is an excellent 3D ball game that will make you super happy and addicted to the game with simple and easy controls and just one click to play. In this Crazy Ball 3D game, you need to avoid obstacles while controlling the ball to keep moving forward. Are you eager to experience this reaction speed game? Install this fun game and become a good ball control expert in Crazy Ball 3D game. Download Crazy Ball 3D game: infinite dash now. How to play. ★Finger controls the ball to move left and right ★The acceleration belt can help you speed up. ★Dodging various obstacles Features. ★One-touch control for easy operation ★Stunning 3D worlds and effects ★No time limit ★Crazy speed ★Multi-color skin ★Best pressure reducer ★Challenges to test your extreme speed and rapid response If you like the feeling of adrenaline spewing, then this ultra-casual game is definitely for you. This Crazy Ball 3D game and reaction speed game is designed for you. This Crazy Ball 3D game may seem easy, but the ball will die as soon as it hits an obstacle. So do your best to control the ball and navigate through the dangerous paths to become a ball control expert! This Crazy Ball 3D game is simple and exciting, train your motor skills and reflexes at the same time. Play this super casual game and prove your skills in Crazy Ball 3D: Infinite Dash! You can\'t stop racing!', 'https://img.gamemonetize.com/7pyzeoiplpjcfhj16pcmooi5egrreiq7/512x384.jpg', 'https://html5.gamemonetize.com/7pyzeoiplpjcfhj16pcmooi5egrreiq7/', '0', 'Arcade', 0, 0, '', 'roller-to-sky-d'), (8468, 'Sonic the Hedgehog', 'As the blue hedgehog Sonic, you must run, jump, dash, and spin your way through the levels. In Sonic the Hedgehog, team up with your pal Tails to thwart Dr. Robotnik\'s ambitions! Collect the golden rings and save the kidnapped animals! Sonic the Hedgehog on the SEGA Genesis is a classic arcade game. In this game, a new character named "Tails" was introduced. In this 1991 game, you must once again command Sonic and face the villainous and diabolical Dr. Robotnik, who has kidnapped all the animals for his experiments. There are dozens of additional stages, challenges, and monsters to confront in this game. Play it now on superkidgames.com.', 'https://img.gamemonetize.com/ez3690u0s0px1mrrmz2gb62p0dr1qqxv/512x384.jpg', 'https://html5.gamemonetize.com/ez3690u0s0px1mrrmz2gb62p0dr1qqxv/', '0', 'Arcade', 0, 0, '', 'sonic-the-hedgehog'), (8469, 'Escape us 3D Multiplayer Running Game', 'Escape us 3D - Multiplayer Running Game is an addictive arcade game. I guess you will fall in love with it! The game play is very simple. You only need to slide the screen to control the man to run. But, you should avoid the obstacles and red minus doors. Well, enjoy the playing time now!', 'https://img.gamemonetize.com/z4ywq6olfnpiz50qed53jjvniaisipqj/512x384.jpg', 'https://html5.gamemonetize.com/z4ywq6olfnpiz50qed53jjvniaisipqj/', '0', 'Puzzles', 0, 0, '', 'escape-us-d--multiplayer-running-game'), (8470, 'Candy Catch', 'use Mouse To move the chest and cutch candy.', 'https://img.gamemonetize.com/lc2ca2077gkx8p87gxk6gu2w536z7apx/512x384.jpg', 'https://html5.gamemonetize.com/lc2ca2077gkx8p87gxk6gu2w536z7apx/', '0', 'Puzzles', 0, 0, '', 'candy-catch'), (8471, 'CAR RUN 2D ', 'Enjoy The Best Car Run 2D Game.', 'https://img.gamemonetize.com/mmtm12owgibrqt9cikj6fc1yt997kk3q/512x384.jpg', 'https://html5.gamemonetize.com/mmtm12owgibrqt9cikj6fc1yt997kk3q/', '0', 'Hypercasual', 0, 0, '', 'car-run-d-'), (8472, 'Elemental Treasures 1 The Fire Dungeon', 'Elemental Treasures is a series of games where you will explore dungeons. Elemental Treasures 1: The Fire Dungeon is the first game of this series where you will explore a fire dungeon (really?). The objective of this game is to get the key to open the door. Each level will have a different challenge. You also can collect some coins and crystals. So choose your adventurer and let\'s explore!', 'https://img.gamemonetize.com/2xouecowkwg4z8oo6p06gqq5y70sbrnq/512x384.jpg', 'https://html5.gamemonetize.com/2xouecowkwg4z8oo6p06gqq5y70sbrnq/', '0', 'Puzzles', 0, 0, '', 'elemental-treasures--the-fire-dungeon'), (8473, 'Brawl Stars Hidden Skulls', 'Brawl Stars Hidden Skulls is a free online kids and hidden object game. That is 10 skulls on 8 levels. Use mouse and click on the skull when you see one. The timer is located in the lower right corner of the screen and for the allotted period you must find and show ten skulls in the picture presented. So, if you are ready start the game and have fun!', 'https://img.gamemonetize.com/4j98o3s2b1xruc2eenpctwc95q9bwuip/512x384.jpg', 'https://html5.gamemonetize.com/4j98o3s2b1xruc2eenpctwc95q9bwuip/', '0', 'Puzzles', 0, 0, '', 'brawl-stars-hidden-skulls'), (8474, 'Drive The Car Simulation 3D', 'Car Driving Simulator is the best car simulator of 2014, thanks to its advanced real physics engine Ever wanted to try a sports car simulator? Now you can drive, drift and feel a racing sports car for free! Be a furious racer on a whole city for you. No need to brake because of traffic or racing other rival vehicles, so you can perform illegal stunt actions and run full speed without the police chasing you! Drifting fast and doing burnout had never been so fun! Burn the asphalt of this open world city!', 'https://img.gamemonetize.com/7bevx2n143eprm9wse7jefn9c9lfq7em/512x384.jpg', 'https://html5.gamemonetize.com/7bevx2n143eprm9wse7jefn9c9lfq7em/', '0', 'Arcade', 0, 0, '', 'drive-the-car-simulation--d'), (8475, 'Coloring book games for kids', 'Coloring book for kindergarten kids and toddlers. The app has 20 pictures for coloring that will keep your child entertained while developing creativity, fine motor skills and hand eye coordination. Our coloring game is great for both girls and boys of all ages and interests. It allows kids to color animals, dinosaurs, princesses, transport, aliens, sea creatures, robots and even Christmas pictures. Drawing game with different instruments – pencil, brush, spray, crayon, felt-tip pen and chalk. Magic painting for toddlers – create beautiful pictures with little effort. User-friendly game for 2 to 6 year olds– you can easily correct mistakes with “undo†button. Versatile coloring game for kids – 120 coloring pages in 8 different themes. Our game for toddlers is perfect for pre-k and kindergarten children who want to develop their creativity and drawing skills. Ages: 2, 3, 4, 5, 6 or 7 years old pre-kindergarten and kindergarten children. You will never find annoying ads inside our app. We are always glad to receive your feedback and suggestions.', 'https://img.gamemonetize.com/zp08esrqf3fnlsvurb66uof4fc48c8dw/512x384.jpg', 'https://html5.gamemonetize.com/zp08esrqf3fnlsvurb66uof4fc48c8dw/', '0', 'Puzzles', 0, 0, '', 'coloring-book--games-for-kids'), (8476, 'Maze Twist', 'In Maze Twist, you will rotate stunningly beautiful mazes and guide a ball through a wonderfully vibrant geometric world.', 'https://img.gamemonetize.com/1xuwfatjvy07nl5yeepklodzky2pa4qs/512x384.jpg', 'https://html5.gamemonetize.com/1xuwfatjvy07nl5yeepklodzky2pa4qs/', '0', 'Puzzles', 0, 0, '', 'maze-twist'), (8477, 'Desert Drone v2', 'Use "A" or "D" or Arrow Keys to move Left and Right to play Desert Drones game', 'https://img.gamemonetize.com/wem6q36d44fs8ckkk5smiw40k8hhvm2y/512x384.jpg', 'https://html5.gamemonetize.com/wem6q36d44fs8ckkk5smiw40k8hhvm2y/', '0', 'Hypercasual', 0, 0, '', 'desert-drone-v'), (8478, 'Max Space Hunter Ship', 'Get ready! Be the best space ship pilot in the universe. Kill all the enemy ships and survive. Buy new ships and get stronger. Become stronger and get more points. Can you be the greatest space ship pilot in the universe?', 'https://img.gamemonetize.com/sfs1c24mo7qt51cyjm9rjodp8ekr6jn7/512x384.jpg', 'https://html5.gamemonetize.com/sfs1c24mo7qt51cyjm9rjodp8ekr6jn7/', '0', 'Shooting', 0, 0, '', 'max-space--hunter-ship'), (8479, 'Max Space Two Player Arena', 'Welcome to the Max Space. Second game of the sequel offers you challenge with your friends. Choose your favorite ship and begin the spaceship fight! Win three rounds and win the game. Who will be the best spaceship fighter in the galaxy? Challenge your friends!', 'https://img.gamemonetize.com/bqbus2hs7ks1ra564tghgioh5t57e5o4/512x384.jpg', 'https://html5.gamemonetize.com/bqbus2hs7ks1ra564tghgioh5t57e5o4/', '0', 'Arcade', 0, 0, '', 'max-space--two-player-arena'), (8480, 'NEXUS wooden logic puzzle', 'In this super simple game, each box has a number that corresponds to the number of lines that connects it to other boxes. So you just have to figure out how to connect all the boxes together with the right number of lines. It\'s very easy but the more you advance in the levels the more it gets complicated. Good luck and have fun', 'https://img.gamemonetize.com/8xwrejw8yoggl9ajh5x9q6ti7vkjsj3v/512x384.jpg', 'https://html5.gamemonetize.com/8xwrejw8yoggl9ajh5x9q6ti7vkjsj3v/', '0', 'Hypercasual', 0, 0, '', 'nexus--wooden-logic-puzzle'), (8481, 'Pirate Bricks Breaker', 'You went in search of the treasure of the lost island ! You now need to pass the levels to find the fortune. - Fire the balls. They will fly to wherever you touched. - Clear the stages by removing all chests on the board. - Don\'t let the chests touch the bottom of the screen. - Be clever and find best shoots and angles to break every chests.', 'https://img.gamemonetize.com/hpqgcaijk0z75ngbpiker5jsg6vblp36/512x384.jpg', 'https://html5.gamemonetize.com/hpqgcaijk0z75ngbpiker5jsg6vblp36/', '0', 'Hypercasual', 0, 0, '', 'pirate-bricks-breaker'), (8482, 'Penguin Fish Run', 'Have fun alone or with your friend in Penguin Fish Run players. Play the role of a small penguins running on a treadmill and avoid obstacles in this exhilarating party game. Gain victory and show your friends who’s the king of the penguins’ race!', 'https://img.gamemonetize.com/a5itedoj4bjga2jfkumldb7auu98hyaz/512x384.jpg', 'https://html5.gamemonetize.com/a5itedoj4bjga2jfkumldb7auu98hyaz/', '0', 'Multiplayer', 0, 0, '', 'penguin-fish-run'), (8483, 'Pixel Bridge Builder', 'Stretch the stick in order to walk over the gaps in the platforms. Watch out! If the stick is not long enough, you will fall through! How far can you go? This game tests your measurement skills. Can you build the perfect bridge, or will you fall to your doom?', 'https://img.gamemonetize.com/7ts1ylpu0oi6flvffdjrki2yrety2uvb/512x384.jpg', 'https://html5.gamemonetize.com/7ts1ylpu0oi6flvffdjrki2yrety2uvb/', '0', 'Hypercasual', 0, 0, '', 'pixel-bridge-builder'), (8484, 'Diamond Hunter Game', 'Diamond Hunter is a fun and exciting match 3 online game. It can be played on your mobile devices and on the web for free and it gives you hours of enjoyment as you try to match three or more same color diamonds in order to achieve a high score and level up!', 'https://img.gamemonetize.com/n2f83os8kncm2af7mi67i1osjcpsirlo/512x384.jpg', 'https://html5.gamemonetize.com/n2f83os8kncm2af7mi67i1osjcpsirlo/', '0', 'Puzzles', 0, 0, '', 'diamond-hunter-game'), (8485, 'Alien Smash', 'Alien Smash! Online Game is an action packed, thrilling game that involves lots of fun. It gives your brain an engaging way to learn some fun lessons and maybe get a little better at math while playing the game against other players from all across the world. The more you play this game, the better you get . If we are talking about the subject “online games", then Alien Smash! Online Game is one of the well-known names in the Match Games category.', 'https://img.gamemonetize.com/ja8pg9ezufw1u8g2nhy0jm2oegl5g711/512x384.jpg', 'https://html5.gamemonetize.com/ja8pg9ezufw1u8g2nhy0jm2oegl5g711/', '0', 'Puzzles', 0, 0, '', 'alien-smash'), (8486, 'Transport Wavy Jigsaw', 'A Fantastic Wavy Jigsaw game with Transport theme with 2 modes. Drag and drop the picture pieces to their exact locations.', 'https://img.gamemonetize.com/c0v1ffj1ttk6tplmoz04uuuyiu221eb5/512x384.jpg', 'https://html5.gamemonetize.com/c0v1ffj1ttk6tplmoz04uuuyiu221eb5/', '0', 'Puzzles', 0, 0, '', 'transport-wavy-jigsaw'), (8487, 'Australia Animal Hair Salon', 'Crazy Animal Grooming is coming to sunny Australia! Pick your hair tools and get ready for a brand new virtual pet makeover and animal grooming adventure! Meet adorable pet grooming salon clients - Amy the Leopard, Little Koala, Sydney the Kangaroo and Crystal the Snake. Help your new pet friends show off their own personalities with crazy hairstyles, beautiful makeup and trendy outfits in the best pet grooming salon!', 'https://img.gamemonetize.com/00dbl4cktpuucb2zlmr6uzg1wpw1bc6j/512x384.jpg', 'https://html5.gamemonetize.com/00dbl4cktpuucb2zlmr6uzg1wpw1bc6j/', '0', 'Girls', 0, 0, '', 'australia-animal-hair-salon'), (8488, 'Connect Dots Game', 'Connect Dots is a free and interesting online puzzle game for boys. This game is very addictive to play. You need to connect all the dots into lines, but you can\'t cross other lines, otherwise, you won\'t be able to go on. The game will test your logical ability and make the challenge more and more difficult. Start the challenge with your own hands to ensure that you can successfully complete the levels!', 'https://img.gamemonetize.com/72zzcm8h5i59x4dxpzy7m9oca72v660u/512x384.jpg', 'https://html5.gamemonetize.com/72zzcm8h5i59x4dxpzy7m9oca72v660u/', '0', 'Boys', 0, 0, '', 'connect-dots-game'), (8489, 'Rope Bowing Puzzle', 'Rope Bowing Puzzle is an interesting and addictive puzzle game. It looks easy enough, but you also have to concentration and dodge some obstacles that will make it difficult for you.', 'https://img.gamemonetize.com/j2ead9mfpl59l8geh3nu5to0esoqdhdc/512x384.jpg', 'https://html5.gamemonetize.com/j2ead9mfpl59l8geh3nu5to0esoqdhdc/', '0', 'Puzzles', 0, 0, '', 'rope-bowing-puzzle'), (8490, 'Snake io war', 'Snake io war combines a new pop aesthetic with the oldest classic snake game mechanics.You love games with tons of real fun and dynamic action? Then welcome to the Snake io war, an awesome arcade, where you can become the great champion of the arena! Collect yummies and different powerups, defeat enemies, and become the biggest worm of them all!', 'https://img.gamemonetize.com/3oeuck11kfyukgvc8zplpnkf3hyuwgr9/512x384.jpg', 'https://html5.gamemonetize.com/3oeuck11kfyukgvc8zplpnkf3hyuwgr9/', '0', 'Adventure', 0, 0, '', 'snake-io-war'), (8491, 'Maze Escape 3D', 'Maze Escape 3D is a free online escape game for boys with the theme of the maze. You need to quickly walk through the complex maze in a limited time. Many forks require you to distinguish the right road and try every means to find the exit. There are also many modes for you to choose from. You can experience a huge 3D scene by taking adventure here. Come and experience it!', 'https://img.gamemonetize.com/2sp2ppt5wgmkivav67wapkxf6jh2ndhi/512x384.jpg', 'https://html5.gamemonetize.com/2sp2ppt5wgmkivav67wapkxf6jh2ndhi/', '0', 'Boys', 0, 0, '', 'maze-escape-d'), (8492, 'Advanced Legyfare Pros 2022', 'Play with millions of other people from all around the globe, modify your character with weapons, and buy and sell skins just on the game\'s online marketplace. As the player advances through the game\'s stages, they unlock all of the game\'s weapons at no extra cost. Develop your shooting and sniping skills to the point where you can surprise your opponent with missile launcher fire. More attachments for your weapon become available the more you fire. You may be able to modify your weaponry to better fit your play style by adding accessories like scopes, gene silencing, skins, and more. Collect items like cosmetics and jewelry to sell or trade with many other players in the show\'s marketplace.', 'https://img.gamemonetize.com/arpnuskafhnfu6o3f8z1n7m4xs7s3fxf/512x384.jpg', 'https://html5.gamemonetize.com/arpnuskafhnfu6o3f8z1n7m4xs7s3fxf/', '0', 'Shooting', 0, 0, '', 'advanced-legyfare-pros-'), (8493, 'Next Gen Jigsaw Puzzle', 'Zazgames is a place where you can infinitely play assembling online jigsaw puzzles. We hope you are up for another game from the Puzzle category on our website , because we have just added the game called Next Gen Jigsaw Puzzle for you all, which, despite being one of the many puzzle games we have added so far into this category, this is the first puzzle game to use this specific format, and image, so it is going to be a brand new experience for all of you, an experience we are sure you will appreciate, as there is no way you aren\'t going to have a lot of fun playing the game. Especially after you learn how to play it from the next lines in the description. you will start by choosing how you want the jigsaw puzzle be : hard medium or easy. After that, the jigsaw puzzle pieces are going to be spread around the game screen randomly. Use the mouse to drag them over the transparent images where they match with the image, until all the pieces are connected, and the image looks just like it did in the beginning. You will have a great time with the game, so start it right now, and we are sure you will not regret it one second!', 'https://img.gamemonetize.com/qtfysl3nfjxup1npfuq2ysutk9bdd2rv/512x384.jpg', 'https://html5.gamemonetize.com/qtfysl3nfjxup1npfuq2ysutk9bdd2rv/', '0', 'Puzzles', 0, 0, '', 'next-gen-jigsaw-puzzle'), (8494, 'Apollo Space Age Childhood Jigsaw Puzzle', 'Zazgames is a place where you can infinitely play assembling online jigsaw puzzles. We hope you are up for another game from the Puzzle category on our website , because we have just added the game called Apollo Space Age Childhood Jigsaw Puzzle for you all, which, despite being one of the many puzzle games we have added so far into this category, this is the first puzzle game to use this specific format, and image, so it is going to be a brand new experience for all of you, an experience we are sure you will appreciate, as there is no way you aren\'t going to have a lot of fun playing the game. Especially after you learn how to play it from the next lines in the description. you will start by choosing how you want the jigsaw puzzle be : hard medium or easy. After that, the jigsaw puzzle pieces are going to be spread around the game screen randomly. Use the mouse to drag them over the transparent images where they match with the image, until all the pieces are connected, and the image looks just like it did in the beginning. You will have a great time with the game, so start it right now, and we are sure you will not regret it one second!', 'https://img.gamemonetize.com/o48b8w1xvlook69dj0xk1r2laz0dd3tk/512x384.jpg', 'https://html5.gamemonetize.com/o48b8w1xvlook69dj0xk1r2laz0dd3tk/', '0', 'Puzzles', 0, 0, '', 'apollo-space-age-childhood-jigsaw-puzzle'), (8495, 'Stunt Car ExtremeSBH', 'Ultimate Car Driving: Classics combines the realism and fun driving physics to create the best car driving simulator on mobile with its advanced car driving physics engine. The best car driving simulator comes with the best driving physics! From racing cars to off road SUVs, all kinds of vehicles have their own physics!', 'https://img.gamemonetize.com/inpbp9mghwc14ubprjfn4rlciyx6os57/512x384.jpg', 'https://html5.gamemonetize.com/inpbp9mghwc14ubprjfn4rlciyx6os57/', '0', 'Racing', 0, 0, '', 'stunt-car-extremesbh'), (8496, 'Draw Fighter 3D', 'Draw Fighter 3D is a very good and fun online drawing game for boys for free. You can draw a strong fighter through your imagination, draw corresponding parts according to the enemy\'s equipment, and use a variety of powerful components to defeat the enemy and complete the level. The scene is rich in content and the gameplay is wonderful and interesting. Come and experience it.', 'https://img.gamemonetize.com/0llrc8noptrj2n0by9vcxuekcs458mvq/512x384.jpg', 'https://html5.gamemonetize.com/0llrc8noptrj2n0by9vcxuekcs458mvq/', '0', 'Boys', 0, 0, '', 'draw-fighter-d'), (8497, ' Offroad Truck Mudding Games', 'Start engine of 6x6 Mud Car Tow Truck simulator games and drive to rescue wrecked cars with offroad spin tires suspension. Embark on project offroad muddy runner & drive extreme mud truck simulator in rough terrain to pull out incredible rescue jobs. It’s an offroad emergency duty call! Some damaged cars got stuck in mud after car crash and there’s a need of muddy-runner tow truck simulator for emergency rescue. Rip around bouncy dunes and drive offroad monster tow truck through twisty road to become an ultimate car rescue driver. Perform your rescue duty as car tow truck driver while 6x6 hill driving multiple tow trucks through extreme swamps on twisty road. Ride offroad muddy-runner truck through bumpy road dirt tracks, muddy roads or through hillrock mazes to pull out cars from mud. Drive multiple vehicles for car towing project offroad like 4x4 jeep, 6x6 muddy tow truck & 8x8 centipede truck simulator; all in one game. The dirt offroad truck driving simulator awaits, this time with new features of ultimate towing adventures in this project offroad. Spin tires as an offroad outlaws member while 6x6 hill driving suv jeeps through muddy road and lift up wrecked cars from marshes. People are waiting their offroad car simulator and 4x4 jeeps to be towed so don’t get late and perform extreme car towing service. Drive emergency offroad runner truck simulator to help people stuck in extreme conditions. 6x6 hill driving car tow truck loader is not an easy job as you’ve to manage two vehicles at a time. For these purposes, winch and tow mechanism along with offroad spin tires physics help you transport damaged cars & 4x4 jeep in this project offroad. Select from best revolution offroad trucks: 4x4 suv jeep, 6x6 muddy vehicles spin tires and 8x8 centipede truck all along with different suspension structures. Make your pro atv truck ride through hillrock mazes, bumpy road dirt tracks, through mud paths and over incredible curvy roads in this offroad jeep driving simulator games.', 'https://img.gamemonetize.com/hjrdngdfyzgo8qj3do5sycbegbv9asf3/512x384.jpg', 'https://html5.gamemonetize.com/hjrdngdfyzgo8qj3do5sycbegbv9asf3/', '0', 'Arcade', 0, 0, '', '-offroad-truck-mudding-games'), (8498, 'Talking Tom Injfdfury', 'Tom has a fight with ginger and he needs your help. Help Talking tom with his injuries. Drag tools to help tom Good luck', 'https://img.gamemonetize.com/r8yqwpmauyzhfuyu48hn5hfco2h5mdeu/512x384.jpg', 'https://html5.gamemonetize.com/r8yqwpmauyzhfuyu48hn5hfco2h5mdeu/', '0', 'Girls', 0, 0, '', 'talking-tom-injfdfury'), (8499, 'Among Us Bird ', 'Among Us is a 2018 online multiplayer social deduction game developed and published by American game studio Innersloth. The game was inspired by the party game Mafia and the science fiction horror film The Thing. Prepare for departure but beware the Impostor! Play with 4-15 players online or via local WiFi as you attempt to hold your spaceship together and survive, but be careful. One or more random players among the crew are Impostors bent on killing everyone!', 'https://img.gamemonetize.com/f61dlpdj9i7hhywuccjjezxo4632wraj/512x384.jpg', 'https://html5.gamemonetize.com/f61dlpdj9i7hhywuccjjezxo4632wraj/', '0', 'Adventure', 0, 0, '', 'among-us-bird-'), (8500, 'Disney Princess Nail Salon', 'Although the area of the nails is small, an excellent manicurist can also draw beautiful patterns on the nails. Princess Nail Salon is undoubtedly the most popular fashion design game this year. In the game, you will have the opportunity to play a professional manicurist, and draw different characters on the customer\'s nails according to the prompts, can you meet the customer\'s needs? Don\'t forget to clean nails for customers!', 'https://img.gamemonetize.com/44ytdyedyudao5ikvxu1opj3mld5alz6/512x384.jpg', 'https://html5.gamemonetize.com/44ytdyedyudao5ikvxu1opj3mld5alz6/', '0', 'Girls', 0, 0, '', 'disney-princess-nail-salon'), (8501, 'Lampada Street', 'Lampada Street is a skill game where you are the light bulb! You must run and jump to cross the street without getting hit by cars or other lights. You have three light bulbs per level and multiple checkpoints per level. If you die three times, you will have to replay the level. The game has a great atmosphere, a suitable soundtrack and nice graphics. Can you complete all the levels in Lampada street?', 'https://img.gamemonetize.com/2qgsc4mk7qtzs6g9brf5qux5uupdqtx8/512x384.jpg', 'https://html5.gamemonetize.com/2qgsc4mk7qtzs6g9brf5qux5uupdqtx8/', '0', 'Racing', 0, 0, '', 'lampada-street'), (8502, 'Nubic vs Huggy Wuggy', 'Huggy Wuggy broke into the world of Minecraft! Help Nubic defeat them all! Pick up various weapons and go into battle! Beware of the strong paws of the Huggy Wuggy, the destructive attacks of the huge Huggy and the Ender-Huggy blocks flying at you! Is it difficult to cope with a large number of enemies? Throw a grenade into the crowd and slow them all down! But be careful, after every 10 levels passed by Nubic, the boss of Killy Willy comes to the surface to avenge all Huggy Wuggies! Can you beat him too?', 'https://img.gamemonetize.com/svdy9up08q9bnx97v2623zfvb8eyz6eu/512x384.jpg', 'https://html5.gamemonetize.com/svdy9up08q9bnx97v2623zfvb8eyz6eu/', '0', 'Adventure', 0, 0, '', 'nubic-vs-huggy-wuggy'), (8503, 'Cabin Cat Storm Survivor', 'Try to survive as a tiny cat preparing for a BIG storm! Made in 5 days for the 2022 Sleeping Giant Game Jam! The theme was, Advancing Wall of Doom!', 'https://img.gamemonetize.com/p9yu2f3nrcz7rkywufnz5xv0m35b414x/512x384.jpg', 'https://html5.gamemonetize.com/p9yu2f3nrcz7rkywufnz5xv0m35b414x/', '0', 'Adventure', 0, 0, '', 'cabin-cat-storm-survivor'), (8504, 'Plants vs Zombies 3', 'Welcome to Plants vs Zombies 3 Play the hit action-strategy adventure where you meet, greet, and defeat legions of hilarious zombies from the dawn of time, to the end of days. Plant Flowers, collect energies and protect your home from zombies', 'https://img.gamemonetize.com/vc1pybwmme5kkac16v1eqwcq8x97jdli/512x384.jpg', 'https://html5.gamemonetize.com/vc1pybwmme5kkac16v1eqwcq8x97jdli/', '0', 'Arcade', 0, 0, '', 'plants-vs-zombies-'), (8505, 'Battle Ring', 'Battle Ring is amazing boxing games', 'https://img.gamemonetize.com/fxnn16rjqmvg5sdjo3gax5i2dbtzhn5b/512x384.jpg', 'https://html5.gamemonetize.com/fxnn16rjqmvg5sdjo3gax5i2dbtzhn5b/', '0', 'Arcade', 0, 0, '', 'battle-ring'), (8506, 'Longest Neck Stack Run 3D', 'Collect the colorful rings on the runway and stack them in neck to grow the longest neck and view the longest sculpture with your high long neck after reaching the finish line without knocking your head. • Collect the colorful rings • Stack rings in neck • View longest sculpture with long neck', 'https://img.gamemonetize.com/myh8ip3gcoaodme15hqgkc0h4bqj5uw8/512x384.jpg', 'https://html5.gamemonetize.com/myh8ip3gcoaodme15hqgkc0h4bqj5uw8/', '0', 'Hypercasual', 0, 0, '', 'longest-neck-stack-run-d'), (8507, 'Gravity Ball Run', 'The ball can move against gravity. Move the ball up or down by touching the screen. Complete the level without hitting the obstacles. Fun game', 'https://img.gamemonetize.com/tbkaehcjv2wavb9wd2c9fbsfitf4w93v/512x384.jpg', 'https://html5.gamemonetize.com/tbkaehcjv2wavb9wd2c9fbsfitf4w93v/', '0', 'Clicker', 0, 0, '', 'gravity-ball-run'), (8508, 'Rabbitii 2', 'Rabbitii 2 is a 2D platformer where you have to collect all of the carrots while avoiding the enemy rabbits, flying rabbit bots, spikes and reach the pink flag in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original Rabbitii game.', 'https://img.gamemonetize.com/3waxukke5b0lelocqtcaaa4a2li7xte3/512x384.jpg', 'https://html5.gamemonetize.com/3waxukke5b0lelocqtcaaa4a2li7xte3/', '0', 'Arcade', 0, 0, '', 'rabbitii-'), (8509, 'Ellie Fashion Fever', 'Welcome to Ellie Fashion Fever. Ellie is a supermodel who is inspired more by the latest fashion trends. She tired of trying old fashion and plan try something unique. Help her to try different trends by browsing her wardrobe and picking cute outfits in each fashion style. And don’t forget to try different hairstyles in each fashion.', 'https://img.gamemonetize.com/tqzam2ni92qtgycs45qrug4lbo25mmut/512x384.jpg', 'https://html5.gamemonetize.com/tqzam2ni92qtgycs45qrug4lbo25mmut/', '0', 'Girls', 0, 0, '', 'ellie-fashion-fever'), (8510, 'Aquatic Blocks', 'Aquatic Blocks is a classic block collapse game where you need to eliminate all the blocks in a level. You can remove a group of similar blocks which are adjacent linearly. If you try to remove a single block 200 points will be deducted from your score. Number of block types and level target will be increased gradually. Check how far you can go in this game?', 'https://img.gamemonetize.com/h5l3btslputpz5u6j8cbyhntxi5pd6id/512x384.jpg', 'https://html5.gamemonetize.com/h5l3btslputpz5u6j8cbyhntxi5pd6id/', '0', 'Puzzles', 0, 0, '', 'aquatic-blocks'), (8511, 'Ninja Kolyan', 'run as a night ninja through abandoned buildings in the semi-darkness and collect as many points as possible', 'https://img.gamemonetize.com/5ma8rg8d7mvr72hm5sply3lp00vsfkn7/512x384.jpg', 'https://html5.gamemonetize.com/5ma8rg8d7mvr72hm5sply3lp00vsfkn7/', '0', 'Clicker', 0, 0, '', 'ninja-kolyan'), (8512, '1 Block Puzzles', 'It is a challenging puzzle game. Playing this game is very simple. You need to make blocks to jump over other blocks. It will eliminate a block from the board. To complete a level, eliminate all the blocks except one, which jumps last. Complete all 24 levels to win this game.', 'https://img.gamemonetize.com/dji7c2gx329m3fj8qgz4w1iv5vuulweb/512x384.jpg', 'https://html5.gamemonetize.com/dji7c2gx329m3fj8qgz4w1iv5vuulweb/', '0', 'Puzzles', 0, 0, '', '-block-puzzles'), (8513, 'Angry Gran Cairo', 'Our angry grandmother is back again and you\'ll be on the run. But this time she will visit a new city where you can expect the whole new barriers. The principle of the game has not changed but, again, your job will be to run as far as possible along the way and collect the coins and other bonuses.You can also play this game on goolgames.com. So have fun.', 'https://img.gamemonetize.com/ik9qw4kwa72f025cfn2srlvtctdxm4ru/512x384.jpg', 'https://html5.gamemonetize.com/ik9qw4kwa72f025cfn2srlvtctdxm4ru/', '0', 'Racing', 0, 0, '', 'angry-gran-cairo'), (8514, '3D Pop Pop Fidget', 'Don\'t believe that a relaxing game can be educational at the same time? Then take part in Pop Pop Fidget and see for yourself that this is possible. Here you will find a lot of logic puzzles, the solution of which will shake up your brain and allow you to get a little distracted from daily worries.', 'https://img.gamemonetize.com/brdiqlpfhm65ta1g01vc4776fnznu7nb/512x384.jpg', 'https://html5.gamemonetize.com/brdiqlpfhm65ta1g01vc4776fnznu7nb/', '0', 'Puzzles', 0, 0, '', 'd-pop-pop-fidget'), (8515, 'Play Hulk Bubble Shooter Games', 'Play Hulk Bubble Shooter Games is a fun Game bubble burst game with 70 unique levels!. Play best Bubble Shoot game online for Hulk! Just like other classic bubble shooter games Online, use the mouse to aim your bubble shooter and click the left mouse button to shoot a bubble. If you hit 2 or more bubbles of the same color as the one you shoot, they will pop! Any bubbles that are no longer connected to the ceiling will fall down. Also, you will get a bonus coin that you can use to Play More Of Play Hulk Bubble Shooter Games', 'https://img.gamemonetize.com/7vlbs83y5agxvrf9uux3l28902z2lp2m/512x384.jpg', 'https://html5.gamemonetize.com/7vlbs83y5agxvrf9uux3l28902z2lp2m/', '0', 'Puzzles', 0, 0, '', 'play-hulk-bubble-shooter-games'), (8516, 'Play Hercules Bubble Shooter Games', 'Play Hercules Bubble Shooter Games is a fun Game bubble burst game with 70 unique levels!. Play best Bubble Shoot game online for Hercules! Just like other classic bubble shooter games Online, use the mouse to aim your bubble shooter and click the left mouse button to shoot a bubble. If you hit 2 or more bubbles of the same color as the one you shoot, they will pop! Any bubbles that are no longer connected to the ceiling will fall down. Also, you will get a bonus coin that you can use to Play More Of Play Hercules Bubble Shooter Games', 'https://img.gamemonetize.com/817pm9epfchggf88lyddwoyzkoo6t8t2/512x384.jpg', 'https://html5.gamemonetize.com/817pm9epfchggf88lyddwoyzkoo6t8t2/', '0', 'Puzzles', 0, 0, '', 'play-hercules-bubble-shooter-games'), (8517, 'Pro Computer', 'Don\'t drop this computer down from the earth and don\'t get hit by obstacles! Complete 3 levels and enjoy the game!', 'https://img.gamemonetize.com/cn6qh8a9ic45o3umb0sdtvnpolzad9ju/512x384.jpg', 'https://html5.gamemonetize.com/cn6qh8a9ic45o3umb0sdtvnpolzad9ju/', '0', 'Arcade', 0, 0, '', 'pro-computer'), (8518, 'Cubes Battle Royale', 'A city of cubes and 2 heroes lost in the city are ready for the mission. Different creatures, zombies want to destroy you in different parts of the cube city. The only thing that will help you in this survival fight is powerful special weapons. In Cube Battle Royale you can fight one player or 2 Player! Decode devices in areas and leave the area within 20 seconds! After completing missions in all areas, a helicopter will come to your rescue.', 'https://img.gamemonetize.com/d11yd8ehdqbfyqrv1q3bcojqt275x0c9/512x384.jpg', 'https://html5.gamemonetize.com/d11yd8ehdqbfyqrv1q3bcojqt275x0c9/', '0', 'Action', 0, 0, '', 'cubes-battle-royale'), (8519, 'Fire And Water Island Survival 6', 'Fire And Water Island Survival 6 - new level ,new challenge. Fire and Water is in a Isolated island. There are many fierce monsters,cannibals,and other agencies.Full of danger.Come and help them escape from it.', 'https://img.gamemonetize.com/tvgbx4insrcq4vg882s5st6r5m918tu3/512x384.jpg', 'https://html5.gamemonetize.com/tvgbx4insrcq4vg882s5st6r5m918tu3/', '0', 'Adventure', 0, 0, '', 'fire-and-water-island-survival-'), (8520, 'Donut Cooking Game', 'Donut Cooking Game is a very fun cooking game.It\'s a very good game for kids who love desserts. Because you can make the cutest and the moset delicious donuts in the world. Firstly you knead the dough. And then you use molds to cut shapes in to the dough. You can make different shapes of donuts at once. After you fried the dough, add some jams, sugar and chocolates to the donuts. After the donuts are done, choose you favorite box and decorate it pack the donuts. You also can eat them in this game. Want to know more about this game? Come and play it!', 'https://img.gamemonetize.com/sop091uqeo0pinvxipkpdvq1z74ukgaq/512x384.jpg', 'https://html5.gamemonetize.com/sop091uqeo0pinvxipkpdvq1z74ukgaq/', '0', 'Girls', 0, 0, '', 'donut-cooking-game'), (8521, 'Dark Runner Shadow Parkour', 'You are THE RUNNER, the ultimate runner of the galaxy ! Run and jump into amazing lands, forests, cities, and much more... This game is super difficult. It\'s time to run !', 'https://img.gamemonetize.com/8fivjsagbh3x2ixlzlx1ga7mh7z7gnlo/512x384.jpg', 'https://html5.gamemonetize.com/8fivjsagbh3x2ixlzlx1ga7mh7z7gnlo/', '0', 'Hypercasual', 0, 0, '', 'dark-runner--shadow-parkour'), (8522, 'Defenders of the Realm an epic war !', 'In DEFENDER OF THE REALM : AN EPIC WAR you must command and order your army of knights to defend your kingdom from monsters\' attacks. Your enemy is rising an army with hordes of powerful creatures and magic spells, and just started to kill your people. Forge your defenses, build new units, battle against your foes to remain the king and save your realm from the deadly clash in this dark age.', 'https://img.gamemonetize.com/4npj1r68peusv03hgsqgim7xkgqxih54/512x384.jpg', 'https://html5.gamemonetize.com/4npj1r68peusv03hgsqgim7xkgqxih54/', '0', 'Arcade', 0, 0, '', 'defenders-of-the-realm--an-epic-war-'), (8523, 'Pokimon Spot the differences', 'Do you like Spot and find the Differences game? Well ! This game will surprise you. Explore amazing pokimon pictures and try to fine the differences between the two pictures. The game will help you when you stuck. Enjoy it!', 'https://img.gamemonetize.com/wiw959cyt36tldm1g0kf87a1nltvij95/512x384.jpg', 'https://html5.gamemonetize.com/wiw959cyt36tldm1g0kf87a1nltvij95/', '0', 'Puzzles', 0, 0, '', 'pokimon-spot-the-differences'), (8524, 'Drifting Home Jigsaw Puzzle', 'Zazgames is a place where you can infinitely play assembling online jigsaw puzzles. We hope you are up for another game from the Puzzle category on our website , because we have just added the game called Drifting Home Jigsaw Puzzle for you all, which, despite being one of the many puzzle games we have added so far into this category, this is the first puzzle game to use this specific format, and image, so it is going to be a brand new experience for all of you, an experience we are sure you will appreciate, as there is no way you aren\'t going to have a lot of fun playing the game. Especially after you learn how to play it from the next lines in the description. you will start by choosing how you want the jigsaw puzzle be : hard medium or easy. After that, the jigsaw puzzle pieces are going to be spread around the game screen randomly. Use the mouse to drag them over the transparent images where they match with the image, until all the pieces are connected, and the image looks just like it did in the beginning. You will have a great time with the game, so start it right now, and we are sure you will not regret it one second!', 'https://img.gamemonetize.com/w197bu5sv30ruuliek85asepb3dt1poq/512x384.jpg', 'https://html5.gamemonetize.com/w197bu5sv30ruuliek85asepb3dt1poq/', '0', 'Puzzles', 0, 0, '', 'drifting-home-jigsaw-puzzle'), (8525, 'Blacko Ball', 'Blacko Ball is a 2D weird little platformer where you play as a Black ball and you have to collect small red balls while avoiding the enemies, and spikes and reach the exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/vr4xpgd1do3yexw2rh735bavog8rxoob/512x384.jpg', 'https://html5.gamemonetize.com/vr4xpgd1do3yexw2rh735bavog8rxoob/', '0', 'Arcade', 0, 0, '', 'blacko-ball'), (8526, 'Donut Sort Fun', 'Donut Sort Fun is a free and online game of donuts stacking and sorting for boys. Donuts with different colors are strung on cylinders. You have to sort these donuts according to their colors, change the order of them, and finally put the donuts with the same color together through repeated conversion operations. The game will be simpler at the beginning, but it will become more and more difficult later. Come and exercise your logical thinking!', 'https://img.gamemonetize.com/axscgda2s14qarsj192badug5e21l898/512x384.jpg', 'https://html5.gamemonetize.com/axscgda2s14qarsj192badug5e21l898/', '0', 'Boys', 0, 0, '', 'donut-sort-fun'), (8527, 'Emma Heart valve Surgery', 'Let\'s help our beautiful girl Emma to get recover from her heart disease. So, she need better recover by the heart valve transformation surgery immediately. After this heavy surgery make her happy with awesome outfits and suitable accessories. Let\'s enjoy this doctor game in 7sgames.com', 'https://img.gamemonetize.com/11961mo91quaud8ttazdiecd10i42pf4/512x384.jpg', 'https://html5.gamemonetize.com/11961mo91quaud8ttazdiecd10i42pf4/', '0', 'Girls', 0, 0, '', 'emma-heart-valve-surgery'), (8528, 'Serve Restaurant Customers', 'Let\'s enjoy the restaurant game here! Come and join and serve all the customer\'s order like juice, sandwich or burger. Get ready with the all the basic pre-preparation like making burger bun, sandwich toast and juice etc, Let\'s open the restaurant and start taking orders and serve the customer as soon as possible without fail. Enjoy the restaurant game in 7sgames.com', 'https://img.gamemonetize.com/tebyyyfwec45jim42szysilsh7ltfuyp/512x384.jpg', 'https://html5.gamemonetize.com/tebyyyfwec45jim42szysilsh7ltfuyp/', '0', 'Girls', 0, 0, '', 'serve-restaurant-customers'), (8529, 'Match Connect', 'Welcome to Match Connect Puzzle Game! Tap or click on two identical Tiles to clear them. Try to clear all tiles before time\'s Up! Play this amazing Linking and matching puzzle game. Enjoy', 'https://img.gamemonetize.com/hq9akuafup3or8zt8gf6jzb4eko09oac/512x384.jpg', 'https://html5.gamemonetize.com/hq9akuafup3or8zt8gf6jzb4eko09oac/', '0', 'Puzzles', 0, 0, '', 'match-connect'), (8530, 'Fall Beans Ultimate Knockdown Guys', 'Is Fall Beans undoubtedly the hottest game of the year? It contains many game elements. Almost every player likes it very much. Your task is to race on a very complex platform. Your only goal is to reach the end first. It is worth noting that there are many complex obstacles on the track. You also need to avoid all obstacles in the race. In the game, you will play a very cute cartoon character. You can even choose your favorite cartoon character image.', 'https://img.gamemonetize.com/ajq5asg7avqxtms6z0pexhp7feesxnce/512x384.jpg', 'https://html5.gamemonetize.com/ajq5asg7avqxtms6z0pexhp7feesxnce/', '0', 'Adventure', 0, 0, '', 'fall-beans--ultimate-knockdown-guys'), (8531, 'Stunt Car Race', 'Enjoy driving on roads full of obstacles, challenging tracks for a long time! Jump in your car with Stunt Car Race, hit the gas! Stunt Car Race is the most enjoyable car game to play with its 3D appearance. In the game, where you will collect gold coins by passing through obstacles, the following sections will be more difficult. By accumulating gold coins, you can change the appearance of your car and make it stronger and faster. You have to stay balanced on the ramps. You should not get stuck on swinging obstacles. Checkpoints will be of great advantage to you. When you lose your balance in the game, you start at the Checkpoints instead of going back to the beginning. With the nitro feature, you can increase your speed instantly. If you are a speed enthusiast, this game is for you. Get in your car and enjoy the competition. Have fun!', 'https://img.gamemonetize.com/jyaejrtrf1bq1h4lne2zpsllmzm8yg7w/512x384.jpg', 'https://html5.gamemonetize.com/jyaejrtrf1bq1h4lne2zpsllmzm8yg7w/', '0', 'Racing', 0, 0, '', 'stunt-car-race'), (8532, 'Dirt Bike MotoCross', 'Motocross Racing Dirt is a 3D physics-based motor racing game with you. In this game where you will play with people from different parts of the world, you can compete as a 2-4-6 biker. Strive to reach the end without getting stuck in obstacles and heights to become the first in the game, where you will compete on 15 different tracks, respectively. Take action now to play an exciting motor game. Come on!', 'https://img.gamemonetize.com/mpk33me42t08fbc6oqxpglpkyw2tp35c/512x384.jpg', 'https://html5.gamemonetize.com/mpk33me42t08fbc6oqxpglpkyw2tp35c/', '0', 'Racing', 0, 0, '', 'dirt-bike-motocross'), (8533, 'Lion King Simba Dressup', 'Simba is a fictional character and protagonist of The Lion King series. Simba is a proud and brave lion. Let\'s dress it up', 'https://img.gamemonetize.com/2h8hbavhg3z0vfyselb2d5prudns6t5e/512x384.jpg', 'https://html5.gamemonetize.com/2h8hbavhg3z0vfyselb2d5prudns6t5e/', '0', 'Girls', 0, 0, '', 'lion-king-simba-dressup'), (8534, 'No Name Game Online', 'No Name Online Game is a top down Shooting Game where you shoot the enemy. Shooting the enemy is the main objective of the game. Use your skills and strategy to survive in this exciting and challenging game. Are you looking for a top down Shooting Game? Look no further than the No Name Online Game! This exciting game is perfect for gamers of all ages. With a variety of different levels and gameplay options, No Name Online Game is sure to keep you entertained for hours on end.', 'https://img.gamemonetize.com/dkrff1lr1vcga6d5343i4myd9req2fed/512x384.jpg', 'https://html5.gamemonetize.com/dkrff1lr1vcga6d5343i4myd9req2fed/', '0', 'Shooting', 0, 0, '', 'no-name-game-online'), (8535, 'Wedding Dress Maker', 'Wedding Dress Maker is a very popular design game. You are a tailor that make gorgeous wedding dress for people in town. Today, a young couple come to your shop and ask you to make wedding dress for them. Come and use your art talents to design amazing dresses for them. You need to measure their sizes, choose your favorite color, cut the cloth to suitable shapes and then you sew the pieces of cloth together to finish the production of the dresses. Don\'t forget to attach some accessories to the bride and the bridegroom. Take a photo for them to memorize this moment! Hope your enjoy this game!', 'https://img.gamemonetize.com/brlojuyv0agrru6azhoazhsci4rdvcjr/512x384.jpg', 'https://html5.gamemonetize.com/brlojuyv0agrru6azhoazhsci4rdvcjr/', '0', 'Girls', 0, 0, '', 'wedding-dress-maker'), (8536, 'Baby Taylor Cotton Candy Store', 'Baby Taylor is very fond of cotton candy. Today she\'s going to play a simulation game with her friends, Taylor will be the owner of a cotton candy shop, and her friends will be customers, let\'s hear what kind of cotton candy the customers want! Have fun with Taylor and her friends!', 'https://img.gamemonetize.com/bvemfpezx1rfuy9vg69x01ztwulsrl6g/512x384.jpg', 'https://html5.gamemonetize.com/bvemfpezx1rfuy9vg69x01ztwulsrl6g/', '0', 'Girls', 0, 0, '', 'baby-taylor-cotton-candy-store'), (8537, 'Fireman Rescue Maze', 'Fireman Rescue Maze is a free online maze game for boys. In the game, you will become a fireman and take part in fire fighting. You need to avoid various obstacles, put out the fire and take the trapped people out of the building. There are various levels in the game. Are you confident to surpass them? Come and challenge!', 'https://img.gamemonetize.com/pzwxcyss07bkyxyt5bwk1ko23hzdghtf/512x384.jpg', 'https://html5.gamemonetize.com/pzwxcyss07bkyxyt5bwk1ko23hzdghtf/', '0', 'Boys', 0, 0, '', 'fireman-rescue-maze'), (8538, 'Box VS Triangles', 'Tap right or Tap left to hit the triangles. Try to break as many triangles as possible. You can get special bonuses for your BOX that will help you to break more triangles. How many triangles can you break ? Really ? I don\'t think it is possible to reach this score... This game is super easy to play but it is very difficult to reach high scores.', 'https://img.gamemonetize.com/mldh04mn9ils4l8p8h4fdm3npwv7hmxl/512x384.jpg', 'https://html5.gamemonetize.com/mldh04mn9ils4l8p8h4fdm3npwv7hmxl/', '0', 'Hypercasual', 0, 0, '', 'box-vs-triangles'), (8539, 'Boxing fighter Super punch', 'Try to punch all boxers coming from both side to attack you. Beat em Up !!! BOXING FIGHTER : SUPER PUNCH is the best action boxing game ever. Fight against tons of boxers and their BOSS. Get ready to rumble ! Can you knock them out ?', 'https://img.gamemonetize.com/h5xd0bzrdoqsr9n2kh9h25mh05yrj4cq/512x384.jpg', 'https://html5.gamemonetize.com/h5xd0bzrdoqsr9n2kh9h25mh05yrj4cq/', '0', 'Sports', 0, 0, '', 'boxing-fighter--super-punch'), (8540, 'Boxing Hero Punch Champions', 'In BOXING HERO : PUNCH CHAMPIONS, fight 8 epic boxers in intense combats. Jab, cross, uppercut, use all possible tricks, give in all you have, but don’t forget to dodge or you\'ll be KO. Punch-out all opponents, and win the world belt in this superb arcade game.', 'https://img.gamemonetize.com/cd1xlz6e5xid141yph6y2a91gef3v45a/512x384.jpg', 'https://html5.gamemonetize.com/cd1xlz6e5xid141yph6y2a91gef3v45a/', '0', 'Arcade', 0, 0, '', 'boxing-hero--punch-champions'), (8541, 'Ball Down', 'Ball Down is a funny arcade game where you need to control the ball that falls from the top of the game to the bottom. Your job is not to allow you to fall the ball to the bottom. There is a different types of platforms, and the ball needs to slide on them to slow the falling. But be careful, if you keep the ball on one platform you can lose the ball too if the ball hit on the top of the game screen. Some of the platforms will be sloped and the ball will fall faster.', 'https://img.gamemonetize.com/rt57jwj21loi1pcc797ffd1uwej32uac/512x384.jpg', 'https://html5.gamemonetize.com/rt57jwj21loi1pcc797ffd1uwej32uac/', '0', 'Puzzles', 0, 0, '', 'ball-down'), (8542, 'Bounce bounce Panda', 'A legend speaks of a mysterious animal that lives high in the mountains, kept inside a hidden temple belonging to wise and powerful monks. That mysterious animal is the Bouncing Panda. It has razor-sharp reflexes, and thrives on the thrill of danger! So, it cannot stop itself from tempting death. Luckily, it has many lives (maybe it\'s related to cats…), and the temple where it is kept has many blades to threaten it as it bounces around.', 'https://img.gamemonetize.com/794uo91tavqh66w9wepazw1utr52pa7w/512x384.jpg', 'https://html5.gamemonetize.com/794uo91tavqh66w9wepazw1utr52pa7w/', '0', 'Hypercasual', 0, 0, '', 'bounce-bounce-panda'), (8543, 'Bounce challenge Colors Game', 'Bounce from wall to wall and avoid the spikes! You can jump as many times as you like, but beware of the spikes at the top and bottom of the screen, if you touch them it’s over!', 'https://img.gamemonetize.com/rkw6i57kee22f4bddwitiig4o2wcbu8p/512x384.jpg', 'https://html5.gamemonetize.com/rkw6i57kee22f4bddwitiig4o2wcbu8p/', '0', 'Hypercasual', 0, 0, '', 'bounce-challenge--colors-game'), (8544, 'Sophies Instant Makeover', 'Sophie is not in her best right now. She\'s feeling kinda awful and tired. Help her get that pampering and the make-over that she deserves. Give her a rejuvenating facial and a very relaxing leg, back and hands spa. Dress her up too to complete the total make-over!', 'https://img.gamemonetize.com/j666whsh7i8cpqpmelfx3rgujp16wx8s/512x384.jpg', 'https://html5.gamemonetize.com/j666whsh7i8cpqpmelfx3rgujp16wx8s/', '0', 'Hypercasual', 0, 0, '', 'sophies-instant-makeover'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (8545, 'Levis Face Plastic Surgery 2', 'Levi got into an accident and it left a big scar on his handsome face. As his plastic surgeon, you will perform a cosmetic surgery that will graft a piece of healthy skin to his ruined face. Do the procedure precisely as it was instructed to get the best result. Good luck!', 'https://img.gamemonetize.com/1tzmqlg0juo6nai0gr2o0nsyh60xhjx7/512x384.jpg', 'https://html5.gamemonetize.com/1tzmqlg0juo6nai0gr2o0nsyh60xhjx7/', '0', 'Girls', 0, 0, '', 'levis-face-plastic-surgery-'), (8546, 'Car Way', 'If you like cars and puzzle games, this game is for you. You can improve your intelligence with this game. Draw the path that the car. Complete all levels. Fun puzzle game', 'https://img.gamemonetize.com/5ft8rwocvktenjws88x9pezzt6i462rk/512x384.jpg', 'https://html5.gamemonetize.com/5ft8rwocvktenjws88x9pezzt6i462rk/', '0', 'Racing', 0, 0, '', 'car-way'), (8547, 'Medieval Billionaire', 'Dreaming about becoming rich? Stop dreaming and start working on it right now! Open one store, earn some money, buy another store, invest and repeat. It\'s that easy.. And your dreams will surely come true ;)', 'https://img.gamemonetize.com/7ytly4070txasnu7gvfbgnol0uo4vyd9/512x384.jpg', 'https://html5.gamemonetize.com/7ytly4070txasnu7gvfbgnol0uo4vyd9/', '0', 'Hypercasual', 0, 0, '', 'medieval-billionaire'), (8548, 'Shooting Circle', 'Fire your gun and kill all of the enemies. You are a powerful Shooter Circle.', 'https://img.gamemonetize.com/zi2owng97vjks677ki6t1rcx4yupawgm/512x384.jpg', 'https://html5.gamemonetize.com/zi2owng97vjks677ki6t1rcx4yupawgm/', '0', 'Shooting', 0, 0, '', 'shooting-circle'), (8549, 'Subway Surfers Mumbai 2022', 'The Subway Surfers World Tour continues in Mumbai. Travel through the City of Dreams and its bright, busy streets! Enjoy the beauty of nature, admire the magnificent Gateway of India, also called Mumbai\'s Taj Mahal, run and jump on Mumbai\'s historic trains!', 'https://img.gamemonetize.com/hc11z5nwsizwebm91lqrbvcoayj8w0zg/512x384.jpg', 'https://html5.gamemonetize.com/hc11z5nwsizwebm91lqrbvcoayj8w0zg/', '0', 'Racing', 0, 0, '', 'subway-surfers-mumbai-'), (8550, 'Mine Survival Mars', 'Huggy Wuggy Try to reach the core of Mars to win! Dig deep, collect valuable elements and materials, then craft new items. Keep accumulating this process until you reach the core to see your final high score. This is a super fun mining game', 'https://img.gamemonetize.com/ibkgddug9smzer7ah7ls7ix0gqwcyy3e/512x384.jpg', 'https://html5.gamemonetize.com/ibkgddug9smzer7ah7ls7ix0gqwcyy3e/', '0', 'Hypercasual', 0, 0, '', 'mine-survival-mars'), (8551, 'Laser Ray', 'Are you good at reflecting lasers? In this game you\'ll have to correctly direct all the positions of lasers and mirrors and make all the diamonds come into contact with them. But you only have 2 minutes to complete. There are 60 different levels to play.', 'https://img.gamemonetize.com/csuag971f18hy58tg3wm2fvw7bczxddo/512x384.jpg', 'https://html5.gamemonetize.com/csuag971f18hy58tg3wm2fvw7bczxddo/', '0', 'Puzzles', 0, 0, '', 'laser-ray'), (8552, 'Colors separation', 'This is a relaxing game. Various levels to play freely, all unlocked! Drag the blocks to move them in a corresponding slot by color (red, blue, green, yellow, orange). No time. No pression!', 'https://img.gamemonetize.com/yzomsf8i15pdvnfg232lgfotxxpklpml/512x384.jpg', 'https://html5.gamemonetize.com/yzomsf8i15pdvnfg232lgfotxxpklpml/', '0', 'Puzzles', 0, 0, '', 'colors-separation'), (8553, 'Wormate multiplayer duel', 'Wormate multiplayer duel is the original snake game with new Skins. choose your new worm skin, click Start and get right to worm battle. Play against others, Eat candies to become bigger. If your head touches another player, you will explode and then it\'s game over. But if others run into you, then they will die, and you can eat their candy remains! Let\'s have some fun!', 'https://img.gamemonetize.com/zaxtyo7ulofj5shvuubyvgc21ebcgz9c/512x384.jpg', 'https://html5.gamemonetize.com/zaxtyo7ulofj5shvuubyvgc21ebcgz9c/', '0', 'Multiplayer', 0, 0, '', 'wormate-multiplayer-duel'), (8554, 'Poppy Survival Challenge', 'Huggy Wuggy Collect energy boxes by floating on the sea with Poppy. You can shoot with the spacebar. Take Poppy as far as she can. Experience the excitement of racing in 3 different climates. Have fun', 'https://img.gamemonetize.com/1fiebad99qjoif0h1tcj75ka9mxsx1lo/512x384.jpg', 'https://html5.gamemonetize.com/1fiebad99qjoif0h1tcj75ka9mxsx1lo/', '0', 'Racing', 0, 0, '', 'poppy-survival-challenge'), (8555, 'Sharky Subscribers', 'Zazgames is a place where you can infinitely play assembling online jigsaw puzzles. We hope you are up for another game from the Puzzle category on our website , because we have just added the game called Apex Legends Jigsaw Puzzle for you all, which, despite being one of the many puzzle games we have added so far into this category, this is the first puzzle game to use this specific format, and image, so it is going to be a brand new experience for all of you, an experience we are sure you will appreciate, as there is no way you aren\'t going to have a lot of fun playing the game. Especially after you learn how to play it from the next lines in the description. you will start by choosing how you want the jigsaw puzzle be : hard medium or easy. After that, the jigsaw puzzle pieces are going to be spread around the game screen randomly. Use the mouse to drag them over the transparent images where they match with the image, until all the pieces are connected, and the image looks just like it did in the beginning. You will have a great time with the game, so start it right now, and we are sure you will not regret it one second!', 'https://img.gamemonetize.com/qw7zi1xzhs19tejecfolnlmnxx1psamg/512x384.jpg', 'https://html5.gamemonetize.com/qw7zi1xzhs19tejecfolnlmnxx1psamg/', '0', 'Puzzles', 0, 0, '', 'sharky-subscribers'), (8556, 'Roller Coaster Sim', 'oller Coaster Simulator Free: Enjoy the coolest simulation gameplay of the year. Are you ready to take crazy rides on coasters? Then Roller Coaster Simulator Free is yet another coolest simulator game from MTS Free Games. It is the best game from the simulation category which has unlimited fun to play. Go crazy with your friends on tricky tracks with the roller coasters and challenge them to join. Enjoy your favorite rides on dangerous tracks and try all the roller coaster simulators. So, get ready and start your engine at the amusement park to enjoy all thrilling levels and share with your friends.', 'https://img.gamemonetize.com/lcqo8ujun626qv7mdcpcymxgwgs1np04/512x384.jpg', 'https://html5.gamemonetize.com/lcqo8ujun626qv7mdcpcymxgwgs1np04/', '0', 'Adventure', 0, 0, '', 'roller-coaster-sim'), (8557, 'Metal Wings Elite Force', 'Metal Wings: Elite Force is a 2d side-scroller shooter with classic features from the bests and new unique mechanics. Play as a soldier Contra from the Elite Force Metal Wings of another world with advanced technology, uses the iconic weapons and shoot down anything that harming the peace, from bio-tech soldiers to huges mechanic weapons, plus unique bosses all waiting for you in the battle zone.', 'https://img.gamemonetize.com/3l8o6e7jbbgh2vyuo2d8w28jc4dyvsow/512x384.jpg', 'https://html5.gamemonetize.com/3l8o6e7jbbgh2vyuo2d8w28jc4dyvsow/', '0', 'Action', 0, 0, '', 'metal-wings-elite-force'), (8558, 'SPACE SHIP HUNT', 'In this game you will enjoy the shooting game shoot enemy and make score.', 'https://img.gamemonetize.com/s1ejbc51zic08fxdiqnq7zkxixnogvkb/512x384.jpg', 'https://html5.gamemonetize.com/s1ejbc51zic08fxdiqnq7zkxixnogvkb/', '0', 'Shooting', 0, 0, '', 'space-ship-hunt'), (8559, 'Super Buddy Run 2 Crazy City', 'Get ready to start your new racing journey with your friends. Run for your life, but this time with better and faster cars. While saving the lives of partners, passing many obstacles, and enjoying an exciting driving experience. Collect coins to upgrade your car and complete more than 100 levels to increase speed. Have fun!', 'https://img.gamemonetize.com/licll39ztgvvcq4fvw1nwlnpem14aq3w/512x384.jpg', 'https://html5.gamemonetize.com/licll39ztgvvcq4fvw1nwlnpem14aq3w/', '0', 'Boys', 0, 0, '', 'super-buddy-run--crazy-city'), (8560, 'Sky Balls 3D', 'Enjoy The SkyBall With Different modes.', 'https://img.gamemonetize.com/3pwh1uknvzp1pxk6wo5j3fteijnu4h2i/512x384.jpg', 'https://html5.gamemonetize.com/3pwh1uknvzp1pxk6wo5j3fteijnu4h2i/', '0', 'Hypercasual', 0, 0, '', 'sky-balls-d'), (8561, 'Garby', 'It\'s Garbin\' time! Billionaire polluters are wrecking the planet! This is a job for Garby the Garbage Can! Guide Garby through colorful worlds as you run and jump collecting all the trash you see. Learn about the affects of e-waste, oil spills, and space debris on our ecosystem. Take on big corporate polluters in exciting boss battles.', 'https://img.gamemonetize.com/9ydcgzfg9inia3ggsy0um4nmb82xl1fv/512x384.jpg', 'https://html5.gamemonetize.com/9ydcgzfg9inia3ggsy0um4nmb82xl1fv/', '0', 'Adventure', 0, 0, '', 'garby'), (8562, 'Frogie Cross The Road', 'The cute frog needs to cross to the opposite side of the road. However, there are many different dangers on the way. Move across the road, being wary of fast-moving cars and dangerous water. With "1 Player" and "2 Player" options, you can play this game alone or with a friend. Have fun!', 'https://img.gamemonetize.com/q7plwi61vpzvdzi24bv9vhbxem66oo64/512x384.jpg', 'https://html5.gamemonetize.com/q7plwi61vpzvdzi24bv9vhbxem66oo64/', '0', 'Hypercasual', 0, 0, '', 'frogie-cross-the-road'), (8563, 'Move The Pin 2', 'Move The Pin 2 is a game in which you need to fill a glass with colored balls, for this you also need to paint the gray balls with a colored bomb, you also need red prickly pins and bombs that can destroy the balls, and some foams are blocked.', 'https://img.gamemonetize.com/ixjzj22tlc9z81akj3eckuvsrus4azup/512x384.jpg', 'https://html5.gamemonetize.com/ixjzj22tlc9z81akj3eckuvsrus4azup/', '0', 'Puzzles', 0, 0, '', 'move-the-pin-'), (8564, 'SPACE SHIP HUNTING', 'Space ship hunting game where you hunt the or attack to the player. Play the game to save your player and make more points to set records of your own high score and break your high score experience.', 'https://img.gamemonetize.com/fefodzz7fueranz8aidt9jc0ec6zferd/512x384.jpg', 'https://html5.gamemonetize.com/fefodzz7fueranz8aidt9jc0ec6zferd/', '0', 'Shooting', 0, 0, '', 'space-ship-hunting'), (8565, 'Tennis Guys', 'Fun tennis physics combined with great swipe controls to give the best tennis experience on web! Keep practicing, sharpen your skills and make your way to the top in this tennis clash game.', 'https://img.gamemonetize.com/yf97jyrdo9azrkiy72erql12lff8vy51/512x384.jpg', 'https://html5.gamemonetize.com/yf97jyrdo9azrkiy72erql12lff8vy51/', '0', 'Sports', 0, 0, '', 'tennis-guys'), (8566, 'Stickman Adventure', 'A new one has been added to stickman games. This is Stick War: New Age. The stick fighting game opens to you the doors of an exciting adventure world. What are you waiting for to join? Click and join the world of stickman stick fighting. Take care of your Stickman character. Your opponents are waiting for you for the Stick fight. With the Armed Stickman, you can also destroy your opponents and some of the obstacles that come across you. Are you ready to become a stick fighter? Many obstacles are waiting for you in the game. Swinging barbed balls, wheels with rotating blades, moving rocks. In each chapter you will encounter obstacles that are more difficult than others.You have to master them all and finish all 40 episodes successfully. Proceed step by step to victory. Enjoy the most exciting stickman stick fighting game of adventure games. You can play the game anywhere you want. You can play Stick fight the game with your friends at school or at home. Hours of fun and excitement are waiting for you. Hihoy Games wishes you a pleasant time!', 'https://img.gamemonetize.com/xe3z5gnxsec0pbmg17r3640u516qerp3/512x384.jpg', 'https://html5.gamemonetize.com/xe3z5gnxsec0pbmg17r3640u516qerp3/', '0', 'Adventure', 0, 0, '', 'stickman-adventure'), (8567, 'Mr Noob Fighter', 'Have fun with this 2D fighting game Mr Noob Fighter is a game of moving and fighting help the little noob to reach the end of this labyrinth of dangers and enemies!!! Enjoy this new exclusive kiz10 game for free. A little noob hero will fight against enemies in a dangerous labyrinth where if you stop moving the sharp blades will come up to kill you instantly!! Help the little character to jump, fight and collect a lot of coins. The goal of the game is to move constantly overcoming obstacles and enemies! take care jump at the right time and collect the coins you can this will give you the chance to unlock new skin. Features:Casual game with different levelsJump and dodge dangerous obstacles and multiple enemiesImprove your score with each attempt', 'https://img.gamemonetize.com/8jbwqqo0ra1v7fmvcjal1uiuu1uuj3o0/512x384.jpg', 'https://html5.gamemonetize.com/8jbwqqo0ra1v7fmvcjal1uiuu1uuj3o0/', '0', 'Arcade', 0, 0, '', 'mr-noob-fighter'), (8568, 'Strike blocky funs 2022', 'You\'ll be able to use a broad array of weapons in these excellent zombie apocalypse games, such as those that can be played with other people. At the same time, you are involved in a battle with Minecraft zombie Bots on many maps. It will seem easy since you have all the tools to fight zombies, but you\'ll also have to deal with other zombies as your enemies. No, I don\'t think I\'m ready for that. These shooting games need that you hide behind objects and have fun while playing them. Enjoy playing with others and accessing various weapons in free online action games? Bullets are the only weapons available in the most popular zombie games.', 'https://img.gamemonetize.com/d5lag5yc2q72ip1zoszc6sobqfceofl4/512x384.jpg', 'https://html5.gamemonetize.com/d5lag5yc2q72ip1zoszc6sobqfceofl4/', '0', 'Shooting', 0, 0, '', 'strike-blocky-funs-'), (8569, 'Baby Taylor Crafting Fun', 'Taylor is a girl who likes to do crafts very much, and she often makes gifts for friends. Taylor\'s mother\'s birthday is coming up and Taylor decided to make some gifts, bags, cookies and greeting cards for her. Taylor is afraid that she will be too slow, please help her to make these gifts!', 'https://img.gamemonetize.com/p9xv7zllqa6jozswxhaw7dlclgrbt4ej/512x384.jpg', 'https://html5.gamemonetize.com/p9xv7zllqa6jozswxhaw7dlclgrbt4ej/', '0', 'Girls', 0, 0, '', 'baby-taylor-crafting-fun'), (8570, 'House Robber', 'House Robber is a free online game with the theme of a robber for boys. In the game, you will play a robber, sneak into the house and steal all kinds of goods. Be careful to return after you get it, and don\'t be found by the security guard. Each level has its own scene, so you must be careful in stealing. The whole process is very exciting, are you confident to surpass it? Come and challenge!', 'https://img.gamemonetize.com/2rrkw819seyf50vsi2gq03ot7silw9oi/512x384.jpg', 'https://html5.gamemonetize.com/2rrkw819seyf50vsi2gq03ot7silw9oi/', '0', 'Boys', 0, 0, '', 'house-robber'), (8571, 'Zombie Shoot Haunted House', 'Zombie Shoot is a zombie shooting game. You are a survivor in this zombie apocalypse. Shoot all zombies to survive. Zombie Shoot is the best zombie shooting game! Zombie Shoot is a free online game that offers you a chance to shoot zombies in the head for points. Zombie Shoot: Haunted House is a free online action shooting game. Zombie Shoot is a free online action shooting game with zombie and horror elements. You are a survivor of a zombie apocalypse and you have to fight and survive against the zombies in this game.', 'https://img.gamemonetize.com/bbhqqjypqv9m4sx064vgqisnk9yhewfc/512x384.jpg', 'https://html5.gamemonetize.com/bbhqqjypqv9m4sx064vgqisnk9yhewfc/', '0', 'Shooting', 0, 0, '', 'zombie-shoot-haunted-house'), (8572, 'Fishing Puzzles', 'This is a board puzzle game where you need to remove all the fish on the board. Tap on the 2 similar fish which are in the same row or column. It will catch all the fish between both fish including them. There are 24 challenges.', 'https://img.gamemonetize.com/x0ywj2tzpqxvxlh8czffmkn0vmmnbrb8/512x384.jpg', 'https://html5.gamemonetize.com/x0ywj2tzpqxvxlh8czffmkn0vmmnbrb8/', '0', 'Puzzles', 0, 0, '', 'fishing-puzzles'), (8573, 'Parcheesi Deluxe', 'Parcheesi Deluxe is a variant game of Ludo, one of the most famous board game (It\'s also know as Pachisi or Parchis). The concept of this fun Parcheesi board game is clear: four players must beat their opponents by moving all of their tokens to their goal before everyone else.', 'https://img.gamemonetize.com/3iqtmq0nznwahgxrjchjw1ru44t50yw1/512x384.jpg', 'https://html5.gamemonetize.com/3iqtmq0nznwahgxrjchjw1ru44t50yw1/', '0', 'Puzzles', 0, 0, '', 'parcheesi-deluxe'), (8574, 'One More Bridge', 'Tap the screen to build the bridge at the right time with the right length If you build it too late, you fall. If you bridge is too short or too long, you fall. How many bridges can you build in a row without falling ?', 'https://img.gamemonetize.com/gy14ywafkts668tv21cn1ax1fh7v5tfv/512x384.jpg', 'https://html5.gamemonetize.com/gy14ywafkts668tv21cn1ax1fh7v5tfv/', '0', 'Hypercasual', 0, 0, '', 'one-more-bridge'), (8575, 'One line only dot to dot', 'ONE LINE ONLY, is a super fun game, easy to play but the increasing difficulty makes it hard to master. Try to connect all the dots for every level, from simple forms to complex draw. This game will challenge your mind and train your brain every day. Are you able to solve all puzzles? Can you resolve all designs? Raise the challenge now and play!', 'https://img.gamemonetize.com/qa18x4e8ks3b7nx0go1kibzmqc1isxey/512x384.jpg', 'https://html5.gamemonetize.com/qa18x4e8ks3b7nx0go1kibzmqc1isxey/', '0', 'Hypercasual', 0, 0, '', 'one-line-only--dot-to-dot'), (8576, 'Numbers crossed', 'This game is a combination of a crossword game and a mind puzzle. Instead of playing with words you will play with numbers. This game is really simple to understand and play this game and it is also super fun and addictive. You will face numerous challenges depending on your skills, so the game will adapt to your level.', 'https://img.gamemonetize.com/kolr9dr5q88c65hvty1ay2xdao2dp1cn/512x384.jpg', 'https://html5.gamemonetize.com/kolr9dr5q88c65hvty1ay2xdao2dp1cn/', '0', 'Hypercasual', 0, 0, '', 'numbers-crossed'), (8577, 'Octopus Blast', 'In this puzzle game, you must burst elements to trigger a chain reaction in order to eliminate them. You need to eliminate all elements to complete the level and pass to the next level. You have 400 levels to complete before finishing the game. In each level, you can collect stars. Complete the level as fast as possible in order to collect the maximum of stars. Will you be able to complete all levels with 3 stars? This is your challenge.', 'https://img.gamemonetize.com/qzohdnc4lcqg2arw3p3wbp9a78s4f6ct/512x384.jpg', 'https://html5.gamemonetize.com/qzohdnc4lcqg2arw3p3wbp9a78s4f6ct/', '0', 'Puzzles', 0, 0, '', 'octopus-blast'), (8578, 'Wanted Dead or Alive', 'Wanted Dead or Alive is a super funny html5 game for kids. Make your own most wanted person and have fun. If you take your time you may make a celebrity!', 'https://img.gamemonetize.com/u2j538iafj0iftfoh52784m0m321062f/512x384.jpg', 'https://html5.gamemonetize.com/u2j538iafj0iftfoh52784m0m321062f/', '0', 'Hypercasual', 0, 0, '', 'wanted-dead-or-alive'), (8579, 'Poly Birds Jigsaw', 'Poly Birds Jigsaw is a free online game in the jigsaw puzzle genre. You have 6 images of different birds in three modes to play. Choose one of the modes for the game that you previously choose and start it playing. Drag and drop the pieces to solve the puzzle and create an image. Enjoy, and have fun!', 'https://img.gamemonetize.com/h62z0b18yak1nimt88wag0uuyx60nr6d/512x384.jpg', 'https://html5.gamemonetize.com/h62z0b18yak1nimt88wag0uuyx60nr6d/', '0', 'Puzzles', 0, 0, '', 'poly-birds-jigsaw'), (8580, 'Tile Trial', 'Can you complete the trial? Work your way through each floor of the Tile Trial Tower, and change each tile green - but don\'t touch any green tiles or you\'ll have to start over! Special Credits Music: \'A Test Of Time" by Chance De La Soul, Under CC-BY 4.0 (https://creativecommons.org/licenses/by/4.0/). (a href="https://opengameart.org/content/a-test-of-time-chiptune">Source', 'https://img.gamemonetize.com/2y970h82ejnti4ic7u168pe0lr69l4an/512x384.jpg', 'https://html5.gamemonetize.com/2y970h82ejnti4ic7u168pe0lr69l4an/', '0', 'Puzzles', 0, 0, '', 'tile-trial'), (8581, 'Impulse Ball 2', 'Impulse Ball 2 is a game in which you need to move the color balls with impulses into the hole, passing the maze, there will be obstacles in the form of thorns that can destroy the player’s colored balls, as well as a huge number of white balls-enemies that prevent you from passing the mazes.', 'https://img.gamemonetize.com/qmfw8es0qmdg3ffz5gtt5z7k38iwh2c7/512x384.jpg', 'https://html5.gamemonetize.com/qmfw8es0qmdg3ffz5gtt5z7k38iwh2c7/', '0', 'Puzzles', 0, 0, '', 'impulse-ball-'), (8582, 'Pirates Battle Island', 'Capture the islands one by one and show that you are the best warrior pirate. Huggy Wuggy', 'https://img.gamemonetize.com/etbmm78epugymtw5crm4i084h6a7jteo/512x384.jpg', 'https://html5.gamemonetize.com/etbmm78epugymtw5crm4i084h6a7jteo/', '0', 'Arcade', 0, 0, '', 'pirates-battle-island'), (8583, 'Angry Gran Paris', 'The main goal will be to dodge individual obstacles and to get as far as possible. You have the option of collecting individual golden coins and unlocking other parts of the game with them. Take care not to get stuck. .You can also play this game on goolgames.com. The game is taking place in the streets of Paris. Find a way how to get through the levels and get the highest score possible. It’s a great, fun game with nice graphics and simple gameplay.', 'https://img.gamemonetize.com/rzyz7qrs0xhbvrk1o0j72u8izsm1xo9t/512x384.jpg', 'https://html5.gamemonetize.com/rzyz7qrs0xhbvrk1o0j72u8izsm1xo9t/', '0', 'Racing', 0, 0, '', 'angry-gran-paris'), (8584, 'PacMan Rtx On', 'We all knew Pac man was horrifying if it came to life and now you have confirmed it. The slobber from him really added to the unsettling aesthetic. This was loads of fun.', 'https://img.gamemonetize.com/woicj2xc4v072p01ps9myu1dvsripcgl/512x384.jpg', 'https://html5.gamemonetize.com/woicj2xc4v072p01ps9myu1dvsripcgl/', '0', 'Arcade', 0, 0, '', 'pacman-rtx-on'), (8585, 'Ace Drift Game', 'Ace Drift is a car driving game. If you are a crazy driving fan. You will be satisfied with this game. Continuous curves need you to keep drifting. You could enjoy high-speed diving. It is so exciting. Keep your eyes on the road.', 'https://img.gamemonetize.com/n9p1b1xotq0liu9horxbqbv5bmb8tl7g/512x384.jpg', 'https://html5.gamemonetize.com/n9p1b1xotq0liu9horxbqbv5bmb8tl7g/', '0', 'Racing', 0, 0, '', 'ace-drift-game'), (8586, 'Princess Girls Spring Blossoms', 'Welcome to the Disney Girls Spring Blossoms. The Season of blossom has just begun. Princesses Anna. Elsa, Rapunzel, and Ariel are eagerly waiting for this season so long. They have already renewed their spring wardrobe with cherry blossom collections. Browse the wardrobe and pick the best one for them. Help the girls and have fun!', 'https://img.gamemonetize.com/q7b4o6im4i8k7atxobz65yxl7dr655cr/512x384.jpg', 'https://html5.gamemonetize.com/q7b4o6im4i8k7atxobz65yxl7dr655cr/', '0', 'Puzzles', 0, 0, '', 'princess-girls-spring-blossoms'), (8587, 'FireWork Mania', 'Welcome To Firework Mania game! Tap or Click to pop fireworks and do not touch the red fire. Explore and unlock more cities to enjoy night fireworks', 'https://img.gamemonetize.com/sw6kfakee4s64vb57tc3ehf56tk9du4p/512x384.jpg', 'https://html5.gamemonetize.com/sw6kfakee4s64vb57tc3ehf56tk9du4p/', '0', 'Arcade', 0, 0, '', 'firework-mania'), (8588, 'Full Charge', 'This is a game in which you need to connect all the equipment such as phones, tablets, players and cars in the sockets bypassing obstacles, you also need to go through closed walls and use windmills to pass the levels.', 'https://img.gamemonetize.com/n5ov4ukvbwkq7bpvqp5ezbtd3rtybe3t/512x384.jpg', 'https://html5.gamemonetize.com/n5ov4ukvbwkq7bpvqp5ezbtd3rtybe3t/', '0', 'Clicker', 0, 0, '', 'full-charge'), (8589, 'Monster High Draculaura', 'Draculaura is a vampire, specifically the daughter of Dracula through adoption, and she is a student at Monster High. She is doing makeup for school and trying on new clothes. Let\'s dress her up very stylish', 'https://img.gamemonetize.com/u96fkgmq2imrajub9n3k4gtuw3xpbipy/512x384.jpg', 'https://html5.gamemonetize.com/u96fkgmq2imrajub9n3k4gtuw3xpbipy/', '0', 'Girls', 0, 0, '', 'monster-high-draculaura'), (8590, 'Paint it Rush', 'You just need to shoot the ball to paint the rotating object in front of you while avoiding the barriers. Explore Tons of amazing and challenging levels in this painting 3D shooting game. Have Fun!', 'https://img.gamemonetize.com/4pgg3gg8bnt9bqrzuxgzvucd2a66em2x/512x384.jpg', 'https://html5.gamemonetize.com/4pgg3gg8bnt9bqrzuxgzvucd2a66em2x/', '0', 'Hypercasual', 0, 0, '', 'paint-it-rush'), (8591, 'Snow Drifting', 'Snow is everywhere. Unfortunately, you have no shovel. But you do have a car! Now show that snow who is the boss! Will you beat all levels and become the drift master?', 'https://img.gamemonetize.com/hpgbt03ynmhphagb5f1g8pt51y966wag/512x384.jpg', 'https://html5.gamemonetize.com/hpgbt03ynmhphagb5f1g8pt51y966wag/', '0', 'Arcade', 0, 0, '', 'snow-drifting'), (8592, 'Bugs Bunny Dressup', 'Cute cartoon Bugs Bunny loves to eat vegetables. Eats the most carrots. He wears different costumes for his new adventures. Let\'s get him ready for his new adventure. Let\'s dress it up. Let\'s play.', 'https://img.gamemonetize.com/s1ja0rmxr59fsurblohpbj790lcf785u/512x384.jpg', 'https://html5.gamemonetize.com/s1ja0rmxr59fsurblohpbj790lcf785u/', '0', 'Girls', 0, 0, '', 'bugs-bunny-dressup'), (8593, 'Squid All Challenges', 'Welcome to this fantastic hyper-casual squid game called\' squid all challenges \'. Squid game is a survival royale game based on action & adventure. In this game, we battle against your other players to win huge prize money!', 'https://img.gamemonetize.com/5p8w3ic13089p11ip3ma3tnld77w4k90/512x384.jpg', 'https://html5.gamemonetize.com/5p8w3ic13089p11ip3ma3tnld77w4k90/', '0', 'Adventure', 0, 0, '', 'squid-all-challenges'), (8594, 'Craft Bros Boy Runner', 'Craft Bros Boy Runner', 'https://img.gamemonetize.com/b7xdzidsr8z1gltuv8kec9axpjipxhay/512x384.jpg', 'https://html5.gamemonetize.com/b7xdzidsr8z1gltuv8kec9axpjipxhay/', '0', 'Arcade', 0, 0, '', 'craft-bros-boy-runner'), (8595, 'Helicopter Survivor', 'Guide the helicopter through the enemy lines, killing as many as you can as you avoid getting hit by their shots.', 'https://img.gamemonetize.com/eagywdu0irljt3mmxiovezsiychgugc9/512x384.jpg', 'https://html5.gamemonetize.com/eagywdu0irljt3mmxiovezsiychgugc9/', '0', 'Adventure', 0, 0, '', 'helicopter-survivor'), (8596, 'Cinderella Party Dressup', 'Princess Cinderella is invited to the prom at the palace. She has to wear very elegant dresses and jewelry to attend the prom. Let\'s help her. Make it look like a shining star at the prom.', 'https://img.gamemonetize.com/ao5o0cgbp9p1i0fws4ab96wdjtc92ml4/512x384.jpg', 'https://html5.gamemonetize.com/ao5o0cgbp9p1i0fws4ab96wdjtc92ml4/', '0', 'Girls', 0, 0, '', 'cinderella-party-dressup'), (8597, 'Poppy Huggy Wuggy Shooter', '"Poppy Waggie Shooter" is a scary action game in which you have to survive using different weapons against the onslaught of furious Huggy Waggie. In this terrifying adventure, you are trapped in Huggy Waggi\'s toy factory, where all the abandoned toys have come to life. Every night they prey on unsuspecting visitors. Walk through the colorful abandoned factory and shoot all the possessed toys that get in your way. There are a variety of weapons to choose from, so you can also have fun in this gloomy atmosphere. Be constantly aware of what surrounds you, and watch out for enemies that suddenly appear in the dark. How many days can you last in Huggy Waggie Shooter?', 'https://img.gamemonetize.com/pqbystm4oxlg54qd34ismbldbuenvu0y/512x384.jpg', 'https://html5.gamemonetize.com/pqbystm4oxlg54qd34ismbldbuenvu0y/', '0', 'Shooting', 0, 0, '', 'poppy-huggy-wuggy-shooter'), (8598, 'Hyperspace Basketball Trance', 'Throw planets into the hoop of the planet that is the target. Get stars and diamonds. Watch out for dangerous asteroids. Aim at the escaping and disappearing planet hoop. Collect stars and go to the next levels. Exchange diamonds for a shield that destroys asteroids! Exchange diamonds for big hoop to make it easier to throw! Exchange diamonds for new and better planets! Have fun and relax with this interesting gameplay. Features: Easy to control. Interesting effects of explosions and hitting the target. 105 levels, varying in difficulty! 10 different planets to get and throw! Challenge 45s, 60s, 75s. Lots of different asteroids! Great throwing experience. Simple but eye-catching graphics. Pleasant noises. Fun for everyone!', 'https://img.gamemonetize.com/lhijxsghahydjmlh0aouw0bzy5yql00i/512x384.jpg', 'https://html5.gamemonetize.com/lhijxsghahydjmlh0aouw0bzy5yql00i/', '0', 'Sports', 0, 0, '', 'hyperspace-basketball-trance'), (8599, 'Super Sniper 3D', 'At each level, several bandits are waiting for you, and in addition to the bandits in the sniper scope, you can see the instruments of torture used by the bandits during the hostage-taking. Let\'s not let the mafia use these devices again by turning all their power on the bandits themselves. Well, or just aim and eliminate the enemy. The number of shots is limited, try not to miss.', 'https://img.gamemonetize.com/svbmwp5206m6ykahmbbh0tvnot4ghe0r/512x384.jpg', 'https://html5.gamemonetize.com/svbmwp5206m6ykahmbbh0tvnot4ghe0r/', '0', 'Shooting', 0, 0, '', 'super-sniper-d'), (8600, 'Angry Gran Turkey', 'Help gran navigate the streets of Istanbul. Dodge kebabs, campers and other obstacles. Don’t forget to collect all of the coins that you can find, since you can then buy new upgrades and become the best player around. Run ever further and take great care not to crash anywhere. Find a way how to get through the most difficult obstacles without crashing into them. We believe that you’ll love the game and that you’ll run as far as possible. Enjoy Playing Angry Gran Turkey online in your instant games website online at goolgames.com.', 'https://img.gamemonetize.com/bjmuyzu7fdbkw1bh6pno9l3tabz3ugpd/512x384.jpg', 'https://html5.gamemonetize.com/bjmuyzu7fdbkw1bh6pno9l3tabz3ugpd/', '0', 'Racing', 0, 0, '', 'angry-gran-turkey'), (8601, 'Angry Gran Brazil', 'In today’s game, you will visit Brazil as the angry gran. There will be numerous obstacles facing you, so be sure to get through all of them unharmed. Be sure not to crash into anything and to get as far as possible. You can dress granny up into all sorts of dresses, but you first need to earn enough money to do so. That’s why you need to figure out how to get the most cash in the least amount of time. The game offers average graphics and simple gameplay.You can also play this game on goolgames.com.', 'https://img.gamemonetize.com/l8c16szbkofjjfev4zsolu95h68bg5ef/512x384.jpg', 'https://html5.gamemonetize.com/l8c16szbkofjjfev4zsolu95h68bg5ef/', '0', 'Racing', 0, 0, '', 'angry-gran-brazil'), (8602, 'Wedding Style And Royal Style', 'Adella and Rebecca love royal style beautiful dresses so much that they want to change their style and try royal theme dresses. There are two styles of this theme and these girls can\'t make decisions. Could you help them to choose beautiful dress?', 'https://img.gamemonetize.com/e4e02rlkjp97uxuol73rt0mbig28rjxo/512x384.jpg', 'https://html5.gamemonetize.com/e4e02rlkjp97uxuol73rt0mbig28rjxo/', '0', 'Girls', 0, 0, '', 'wedding-style-and-royal-style'), (8603, 'Zumbie Blocky Land 2022', 'In these fantastic zombie apocalypse games, you will have access to a wide variety of weaponry to combat a variety of zombie foes, such as those encountered in games to be played with other people. You are engaged in combat with Minecraft zombie Bots over a variety of maps at the same time. It will seem simple because you have everything you need at your disposal to battle zombies, but you will have to contend with other zombies as foes. Are you ready for zombie apocalypse games? To get some helpful hints, hiding behind things and having fun while playing these shooting games is necessary. Do you like playing free online action games with other people and having access to various weapons? The only weapons you can access in the top zombie games are bullets.', 'https://img.gamemonetize.com/0b6m91r3nf5af43kjk06iea3qp2btko8/512x384.jpg', 'https://html5.gamemonetize.com/0b6m91r3nf5af43kjk06iea3qp2btko8/', '0', 'Shooting', 0, 0, '', 'zumbie-blocky-land-'), (8604, 'Baby Panda Train Driver', 'Do you know about trains? You may have built a train, but do you know what it is made of? What does the train look like? With a handsome front, plus long carriages and cargo boxes, the little train is assembled! Drive it on an adventure, Let\'s Go! Passengers are getting on the bus! Babies help check tickets, find dangerous items in suitcases, and guide passengers to line up. Don\'t forget to start the machine and load all the cargo onto the train. Let\'s drive the train with baby panda and start a new journey!', 'https://img.gamemonetize.com/a3o4px38ifz4tuoftbougiso0b7c8sd3/512x384.jpg', 'https://html5.gamemonetize.com/a3o4px38ifz4tuoftbougiso0b7c8sd3/', '0', 'Girls', 0, 0, '', 'baby-panda-train-driver'), (8605, 'New Noob Mommy Long', 'hey noob run and run don\'t stop you have to run away from mom as a new noob. mommy long is chasing you noob don\'t stop. If you stop, they will catch you. Never stop. You must be careful about the obstacles, otherwise you will not be able to pass the levels and you will be defeated. Complete 10 levels and become the best noob.', 'https://img.gamemonetize.com/u9vve05j1iznoce5qi9ba8k90bm5p7lr/512x384.jpg', 'https://html5.gamemonetize.com/u9vve05j1iznoce5qi9ba8k90bm5p7lr/', '0', 'Arcade', 0, 0, '', 'new-noob-mommy-long'), (8606, 'Kart Rush 3D Racing Game', 'Welcome to Kart Rush! Let\'s take a great kart ride and totally fulfill your vision of racing. There are so many obstacles that you have to be patient and avoid any crashes, and even a few props can be used to speed up your ride. Opportunity and risk exist! Be careful and do not flip your car by seeking to safely change your location. Get the highest score as far as you can!', 'https://img.gamemonetize.com/0fuptujfya8fgxv9nvb8dwb0tqtbofnx/512x384.jpg', 'https://html5.gamemonetize.com/0fuptujfya8fgxv9nvb8dwb0tqtbofnx/', '0', 'Boys', 0, 0, '', 'kart-rush--d-racing-game'), (8607, 'Petits chevaux small horses', 'You can play the game of small horses with 1, 2, 3 or 4 players. It\'s so great ! Find the board game of your childhood, with the little horses on your mobile or tablet. This great classic game, is simply one of the simplest games but also one of the best board games of all time. Play against artificial intelligence or against friends, and have as much fun as you want. Who will put all its horses in the first central box?', 'https://img.gamemonetize.com/l11vwvexf3t6dr2yvdjx4z9xyvheyz6b/512x384.jpg', 'https://html5.gamemonetize.com/l11vwvexf3t6dr2yvdjx4z9xyvheyz6b/', '0', 'Puzzles', 0, 0, '', 'petits-chevaux--small-horses'), (8608, 'Pony Ride With Obstacles', 'Do you want to ride a pony in a race with obstacles ? Well now you can make it with this fun and exciting my pony race game. Pick your pony and ride it up to the victory. Try your best to jump over the obstacles and complete each level. If you love ponies and you really like to see what it is like to be in a parcours then make your dream a reality with your own little pony race !', 'https://img.gamemonetize.com/aaz0t6xvs2mgxyzcwswu9fvqk8vxk73w/512x384.jpg', 'https://html5.gamemonetize.com/aaz0t6xvs2mgxyzcwswu9fvqk8vxk73w/', '0', 'Racing', 0, 0, '', 'pony-ride-with-obstacles'), (8609, 'Pony Run Magic Trails', 'Do you want to ride a pony in a race with obstacles ? Well now you can make it with this fun and exciting my pony race game. Try your best to jump over the obstacles and complete each level. If you love ponies and you really like to see what it is like to be in a parcours then make your dream a reality with your own little pony race !', 'https://img.gamemonetize.com/820cjgmndssutrev05b3wuusw1ut6ir4/512x384.jpg', 'https://html5.gamemonetize.com/820cjgmndssutrev05b3wuusw1ut6ir4/', '0', 'Hypercasual', 0, 0, '', 'pony-run--magic-trails'), (8610, 'Sheep Party', 'It\'s a free arcade game, easy to play, with HD graphics for 1 to 4 players. That\'s right: 4 players on the same screen. It\'s so much fun!!! You are a sheep. A very cute sheep. There are 3 other cute sheep like you. The wolf -- yes there is a wolf, as in any story with sheep -- turns his muzzle and you must jump over it or block it. If you block it at the right time, it will go in the other direction. If you jump at the right time, it will continue until another sheep makes a block.', 'https://img.gamemonetize.com/htt3bsc0f0umiocc2fql8to5idhuw1cx/512x384.jpg', 'https://html5.gamemonetize.com/htt3bsc0f0umiocc2fql8to5idhuw1cx/', '0', 'Multiplayer', 0, 0, '', 'sheep-party'), (8611, 'Sea Plumber 2', 'Your goal is to connect the pipes and to create water paths from the valves to the containers. Fill the pipes with water and all the plumbing to end the level. Enjoy the beautifull and relaxing atmosphere of this game, and dive into the ocean full of fish, sharks, medusa, rays, coral\'s reefs and other amazing sea life. Do you really think you have real plumber\'s skills ?', 'https://img.gamemonetize.com/mq9g11bbucil7wmyb9uishbtdlx1jmpv/512x384.jpg', 'https://html5.gamemonetize.com/mq9g11bbucil7wmyb9uishbtdlx1jmpv/', '0', 'Puzzles', 0, 0, '', 'sea-plumber-'), (8612, 'Daddy Housework Little Helper Game', 'Oh, what a mess this house is! Can you take care of dad and tidy up the house before mom comes home? Do laundry, take care of puppies, clean dirty toilets, and more! Don\'t forget to leave a love note for Mom on the fridge! It\'s crazy to help clean the house, especially when mom isn\'t home!', 'https://img.gamemonetize.com/828kwgzsp5fmy8ppfa4j68nup4vnp0qa/512x384.jpg', 'https://html5.gamemonetize.com/828kwgzsp5fmy8ppfa4j68nup4vnp0qa/', '0', 'Arcade', 0, 0, '', 'daddy-housework-little-helper-game'), (8613, 'Dinosaur Fusion Simulator', 'Dinosaur Fusion Simulator is an attractive arcade game that everyone could play freely. You will have an army with shooters and dinosaurs. You have to fight against the opposing army and win. So you need to grow your team, every time you succeed, we will send you rewards, which you can use to merge new and more powerful shooters and dinosaurs! Begin your battle now!', 'https://img.gamemonetize.com/aip3cxnsux9cu3gml4vdgakonqtbrk31/512x384.jpg', 'https://html5.gamemonetize.com/aip3cxnsux9cu3gml4vdgakonqtbrk31/', '0', 'Puzzles', 0, 0, '', 'dinosaur-fusion-simulator'), (8614, 'Balls Go High', 'Balls Go High, a popular ball game, is suitable for all ages. Your job in this game is to control the balls pass all the walls so that they can arrive the end line. Hold the screen can speed up. Avoid to pass the walls with the minus sign. Well, play this interesting game now!', 'https://img.gamemonetize.com/ga4wun1rt2bmbjxe8qlkzyktfb3xz3i1/512x384.jpg', 'https://html5.gamemonetize.com/ga4wun1rt2bmbjxe8qlkzyktfb3xz3i1/', '0', 'Puzzles', 0, 0, '', 'balls-go-high'), (8615, 'Stick Fight Combo', 'Stick Fight Combo: Let you relive the classic arcade fighting game! It is a side-scrolling fighting game with lively fighting scenes. This game will awaken all those nostalgic memories and let you relive the classic arcade fighting game!', 'https://img.gamemonetize.com/galu27zugrgul1fk110u9fe1b859qjzt/512x384.jpg', 'https://html5.gamemonetize.com/galu27zugrgul1fk110u9fe1b859qjzt/', '0', 'Adventure', 0, 0, '', 'stick-fight-combo'), (8616, 'Animal Auto Repair Shop', 'You are the best mechanic in this city, and you have managed a repair shop. Today there are three customers, they are so anxious because of their broken car. Help them to fix the broken parts. Clean cars and redecorate them, they will appreciate you. Show your high level of repair skills, your business will be more welcome.', 'https://img.gamemonetize.com/uzrl93p5qdsvinoqdcswvcibqljttlvg/512x384.jpg', 'https://html5.gamemonetize.com/uzrl93p5qdsvinoqdcswvcibqljttlvg/', '0', 'Boys', 0, 0, '', 'animal-auto-repair-shop'), (8617, 'Princess House Cleaning Game', 'Look what a mess the castle is in! Everywhere is full of garbage and dust. Even lots of furniture is broken. Little princess is so anxious right now because her friends are coming to her castle to visit her. And her favorite prince is coming too. She must clean up the castle before they arrive. So let\'s help the little princess clean the castle and fix all the broken furniture. Each room has its own problems. You can clean them one by one. We highly recommend you clean the horse stable where you can decorate the stable and the horse with cute accessories after you clean it. We also recommend you clean the garden because there is a beautiful fountain and a gorgeous sculpture in it. You can admire it while you clean it. If you are free and want to have some fun, this game will be your best choice!', 'https://img.gamemonetize.com/3g021t180qiucr2p6131tdnf2j5rzt48/512x384.jpg', 'https://html5.gamemonetize.com/3g021t180qiucr2p6131tdnf2j5rzt48/', '0', 'Girls', 0, 0, '', 'princess-house-cleaning-game'), (8618, 'Mermaid Girl Wedding Cooking Cake Game', 'Adella and Eric will hold a romantic wedding in Hawaii. To make their wedding more memorable, can you help them make the wedding cake? Don\'t forget to decorate the wedding cake. Now let\'s start!', 'https://img.gamemonetize.com/h8zy4eh7v02qbxodm6dab9xlp0zf5h0e/512x384.jpg', 'https://html5.gamemonetize.com/h8zy4eh7v02qbxodm6dab9xlp0zf5h0e/', '0', 'Girls', 0, 0, '', 'mermaid-girl-wedding-cooking-cake-game'), (8619, 'Red Ball Pool', 'Red Ball Pool is super fun billiard game that you can play online for free. No download needed to play. The aim of the game is to place all the red balls in the black hole. If the white ball goes in, the game is over. Every level is time limited so come on and play. Have fun!', 'https://img.gamemonetize.com/01qkbu0lo9vgujgfe1aff3wxe3rn0bxi/512x384.jpg', 'https://html5.gamemonetize.com/01qkbu0lo9vgujgfe1aff3wxe3rn0bxi/', '0', 'Sports', 0, 0, '', 'red-ball-pool'), (8620, 'Stickman vs Zombies Wars', 'Ninja vs Zombies is an action-packed platformer. Fight your way through challenging environments filled with zombie hordes and dangerous traps deadly not just for ninja, but zombies too (giant saw blades, fire, acid, explosive barrels, spikes, spears, rolling stones...). Use throwing ninja knives and sword combo attacks to defeat zombies. Be fast or else zombies will get you!', 'https://img.gamemonetize.com/99yaycc36np5ve6eto9pr9qfrwgy5xqx/512x384.jpg', 'https://html5.gamemonetize.com/99yaycc36np5ve6eto9pr9qfrwgy5xqx/', '0', 'Adventure', 0, 0, '', 'stickman-vs-zombies-wars'), (8621, 'Princess Dream Bakery', 'Princess Dream Bakery is a lovely cooking game. Little princess loves cooking desserts since she was a little kid. One day her parents are going to travel. The little princess decides to run the cake bakery shop on her own. As her friend, come on and help her cooking delicious desserts. You will experience the cooking processes of the cakes, swiss rolls and fruit glutinous rice balls in this game. Don\'t forget to decorate the desserts with cute accessories. Enjoy!', 'https://img.gamemonetize.com/vrcd7is9fykv0s8c7762op4kltexn0wc/512x384.jpg', 'https://html5.gamemonetize.com/vrcd7is9fykv0s8c7762op4kltexn0wc/', '0', 'Girls', 0, 0, '', 'princess-dream-bakery'), (8622, '4GameGround Talking Tom Coloring', 'Talking Tom Coloring is a fun online game suitable for all ages, we have cool images of our cute Talking Tom waiting for you to color the way you like. No time, no rush. Just play and have fun. Come back for new daily games.', 'https://img.gamemonetize.com/cmfbu5xqg41muuk9igyqfhk9tl94hnug/512x384.jpg', 'https://html5.gamemonetize.com/cmfbu5xqg41muuk9igyqfhk9tl94hnug/', '0', 'Arcade', 0, 0, '', 'gameground--talking-tom-coloring'), (8623, 'Aquapark.io Water Slide Park', 'The summer is magic in this awesome action packed water park game. Visit thrilling aqua parks around the world for the ultimate rush and compete against other water park maniacs to be the first down the slide! No worries: Smashing and crashing into your opponents is allowed! This game offers the summer in your pocket: - Smash and bump your opponents of the water slide - Unlock many different aqua parks - Every aquapark features unique slippery tracks - Incredible ragdoll physics - Simple one touch io style game play - Choose your own characters (new girls and boys added) - Pick and upgrade your ride slide', 'https://img.gamemonetize.com/o7ec003cidllbncxbuwawxhsk8kfgcco/512x384.jpg', 'https://html5.gamemonetize.com/o7ec003cidllbncxbuwawxhsk8kfgcco/', '0', 'Multiplayer', 0, 0, '', 'aquaparkio-water-slide-park'), (8624, 'Hold The Line', 'Hold The Line is an elegant and simple finger-runner. How to play: Just keep your finger on the screen, stay inside the line and walk through randomly generated maze. Try top Don\'t step into obstacles or traps and run as far as you can. Enjoy!', 'https://img.gamemonetize.com/n4z79srxb0hzun5n3gh4f4bbffqfwvqm/512x384.jpg', 'https://html5.gamemonetize.com/n4z79srxb0hzun5n3gh4f4bbffqfwvqm/', '0', 'Puzzles', 0, 0, '', 'hold-the-line'), (8625, 'Sokonumber', 'Sokonumber is a free online game for boys which is full of leisure and puzzle. The game is simple and fresh, and there are more levels waiting for you to unlock. It is fascinating, and you can have lasting fun by simply operating it. Drag the digital bricks to different tracks, and the bricks with the same number will automatically correspond. Note that you can move all the bricks at once. Come and try it!', 'https://img.gamemonetize.com/dvt7hq1mp08hfyjvdf02p5mgm1wvaoxb/512x384.jpg', 'https://html5.gamemonetize.com/dvt7hq1mp08hfyjvdf02p5mgm1wvaoxb/', '0', 'Boys', 0, 0, '', 'sokonumber'), (8626, 'Royal Theme Nail Art DIY Nail Studio', 'Sofia\'s nail salon is becoming more and more popular. She has recently designed many princess-themed nails and wants to post these nails on social media to promote them. Now Sofia needs an assistant, can you come and make nail art with her? You will be the first to see these nails! Come make it! Have fun with Sofia!', 'https://img.gamemonetize.com/3zlzgnb0kxm4d0nsq78amoj0xmis878u/512x384.jpg', 'https://html5.gamemonetize.com/3zlzgnb0kxm4d0nsq78amoj0xmis878u/', '0', 'Girls', 0, 0, '', 'royal-theme-nail-art-diy--nail-studio'), (8627, 'Princess Fashion Salon Makeover Game', 'The first snowfalls in the kingdom. The princess is going to hold a dance party in the palace. She wants to dress like a snow princess and decorate the palace with a snow theme. But she’s so busy with government affairs. Can you help her select some beautiful clothes for the party from her luxury dressing room? Take her to do a facial clean, put on delicate makeup, and dress her as a snow princess. Of course, ornaments and glass slippers are necessary. Then our princess can dance with her handsome prince.', 'https://img.gamemonetize.com/7sv5vl62w02b4gydl8kukhvbgb5swfzj/512x384.jpg', 'https://html5.gamemonetize.com/7sv5vl62w02b4gydl8kukhvbgb5swfzj/', '0', 'Girls', 0, 0, '', 'princess-fashion-salon--makeover-game'), (8628, 'Aneye Bot 2', 'Aneye Bot 2 is a 2D Sci-Fi themed platformer where you have to collect the ice cream while avoiding the enemy robots, flying bots, spikes and saws and reach the house which leads you to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Aneye Bot" series.', 'https://img.gamemonetize.com/y8dcmrrh7co6j4fiwx47zctgqxl9c564/512x384.jpg', 'https://html5.gamemonetize.com/y8dcmrrh7co6j4fiwx47zctgqxl9c564/', '0', 'Arcade', 0, 0, '', 'aneye-bot-'), (8629, 'Flappy Dove', 'Pigeon is a very interesting game for fans of Flappy Bird Rules of the game: The rules are very simple, you need to constantly tap the screen so that the dove does not fall and overcome various obstacles. Control: PC: Mouse Smartphones: Touch control Purpose of the game: Score as many points as possible. The game can be played both on a computer and on tablets and smartphones, right in the browser without even downloading! We wish you a pleasant game!', 'https://img.gamemonetize.com/q71znlxm68jhb5bdcl4dhqo35p5sg8dl/512x384.jpg', 'https://html5.gamemonetize.com/q71znlxm68jhb5bdcl4dhqo35p5sg8dl/', '0', 'Clicker', 0, 0, '', 'flappy-dove'), (8630, 'Kick', 'Kick is a single player game in which gamer assumes the character of a soccer player keen on sharpening his skills in one of the most unconventional locations(street alleys). Awareness, speed and shot accuracy will come handy as you kick the ball around. Points are subtracted when ball smashes a window but are added when the ball consequently hits a wall. The aim is to keep the points total above zero for as long as possible', 'https://img.gamemonetize.com/baa9wqjaativvxxpa3h62usxptc647lw/512x384.jpg', 'https://html5.gamemonetize.com/baa9wqjaativvxxpa3h62usxptc647lw/', '0', 'Sports', 0, 0, '', 'kick'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (8631, 'Bridge Ladder Race Stair ', 'Best Racing Game ever with approximately 250 Million downloads! Try to build your own Bridge by competing with others for collectible blocks! You should look out for potential looters. Join the adventure with more than 1000 levels that contain mechanisms such as sliders, trampolines, zip-lines, ladders, and elevators! Collect blocks of your own color and build bridges with them. The main features of the game include: â— Customize the Color of the Character and Blocks: You can play with more than 80 different types of characters, choose more than 30 blocks, and more than 30 colors! Customize your character skins but also the color of the character! â— Bundles: You can also get bundles containing exciting characters, blocks, and unique character animations! â— Road Map: You can see your road map and get back to the same level in order to get better results maybe even perfection! You can play all around the world in different cities! â— Leaderboard: Be faster and collect more and get more stars in order to climb up in the leaderboard!
', 'https://img.gamemonetize.com/9fbt8gee2p72ex64d81bzrbzgh53dsvl/512x384.jpg', 'https://html5.gamemonetize.com/9fbt8gee2p72ex64d81bzrbzgh53dsvl/', '0', 'Hypercasual', 0, 0, '', 'bridge-ladder-race-stair-'), (8632, 'Cirrus', 'Leap from platform to platform, build your ship, and defend your vessel against enemies high above the clouds.', 'https://img.gamemonetize.com/bleskupi9lsqx9aywfg2jt9p3saaqgl1/512x384.jpg', 'https://html5.gamemonetize.com/bleskupi9lsqx9aywfg2jt9p3saaqgl1/', '0', 'Adventure', 0, 0, '', 'cirrus'), (8633, 'Joystick Adventure', 'Are you ready to accompany him in the adventure of joystick, who is a cute adventurer? Be careful, no matter how simple it may seem, there are walls you have to go through, obstacles you have to overcome. You\'ll get burned by hitting obstacles and you may have to start over. collect the ores, take the key and go to the door. Adventure Joystick belongs to Adventure and it is often associated with Fun Games and Escape Games. This game has received 23 votes, 14 positive ones and 9 negative ones and has an average score of 3.8.', 'https://img.gamemonetize.com/27cyix44icohq7nijuv6qnvw1w0mw9je/512x384.jpg', 'https://html5.gamemonetize.com/27cyix44icohq7nijuv6qnvw1w0mw9je/', '0', 'Soccer', 0, 0, '', 'joystick-adventure'), (8634, 'FNF Pico VS Tankman', 'It\'s Pico and Tankman from Week "3" and Week "7" from Friday Night Funkin Pico and Tankman! Go crazy with his beeps and bops! Play on the web here on a PC/Mobile devices! If you want, if you have a windows computer, you can also download it with the download button below!', 'https://img.gamemonetize.com/hgyefbfwu3nhqy76p5f4g6v7nsas4nph/512x384.jpg', 'https://html5.gamemonetize.com/hgyefbfwu3nhqy76p5f4g6v7nsas4nph/', '0', 'Fighting', 0, 0, '', 'fnf-pico-vs-tankman'), (8635, 'Super Hero Masters', 'Hero Masters is a single-player game in which you will have a real fight with the city villains! Dive into the fantasy world, unlock and develop special skills, and defeat monsters to save the world! This is not just a first-person shooter, but a full-fledged strategy in which you have to properly manage resources, unlock new characters and superpowers in order to clear the world from monsters.', 'https://img.gamemonetize.com/vx8980sryahbje95aygg25vz67u55mfd/512x384.jpg', 'https://html5.gamemonetize.com/vx8980sryahbje95aygg25vz67u55mfd/', '0', 'Shooting', 0, 0, '', 'super-hero-masters'), (8636, 'Iron Man Rise of Ultron 2', 'Play Iron Man: Rise of Ultron online free game. Grab the opportunity to enjoy your best character from comics – Iron Man. Remember his past? Once he was a patron and a hot symbol. But he also was a very smart inventor. Once there was a situation, when Tony Stark got seriously injured and, therefore, he had to create the outfit from iron to defend his internal organs and keep them alive. Once he became an iron man, he started to do kindness to his planet and save it from all the evil villains. Pay attention to the nice Iron Man: Rise of Ultron game, which you can access from all the various types of gadgets and devices.', 'https://img.gamemonetize.com/sm1i9uace871xxeyz9y2z43jhd4retgy/512x384.jpg', 'https://html5.gamemonetize.com/sm1i9uace871xxeyz9y2z43jhd4retgy/', '0', 'Adventure', 0, 0, '', 'iron-man-rise-of-ultron-'), (8637, 'Somnokid', 'Somnokid is a unique shmup/platformer hybrid in which you must construct the stage before platforming and battling on it. Stave off your nightmares by slaying monsters, then survive on whatever ground you could build in time!', 'https://img.gamemonetize.com/amw7myyh8xneuuglef5iyrr3jprq8r67/512x384.jpg', 'https://html5.gamemonetize.com/amw7myyh8xneuuglef5iyrr3jprq8r67/', '0', 'Arcade', 0, 0, '', 'somnokid'), (8638, 'GZERO', 'It is the year 2560. We were able to defend ourselves against an alien attack, but also suffered great losses. To celebrate the day of victory, a race is held every 4 years, the G-ZERO Grand Prix! Only the best pilots are allowed to compete in the race and never-ending glory awaits the winner...', 'https://img.gamemonetize.com/ew4c4dfesvve6wclzvk47rj9ttcpbjnl/512x384.jpg', 'https://html5.gamemonetize.com/ew4c4dfesvve6wclzvk47rj9ttcpbjnl/', '0', 'Action', 0, 0, '', 'gzero'), (8639, 'Icedland Adventure 2', 'icedland adventure 2 is a html5 platformer game, journey the beautiful iceland collect treasure on every level, defeat enemy with snowball and hammer or you can use special attack SPIN', 'https://img.gamemonetize.com/6oc0we725wz6245it282s87ofagup6p6/512x384.jpg', 'https://html5.gamemonetize.com/6oc0we725wz6245it282s87ofagup6p6/', '0', 'Arcade', 0, 0, '', 'icedland-adventure-'), (8640, 'Platform Shooter', '"Platform Shooter" is a platformer shooter, with lots of weapons and several challenging levels and different enemies.', 'https://img.gamemonetize.com/cslm0a3lkwgtkbl8yal6t0vukp6isp9j/512x384.jpg', 'https://html5.gamemonetize.com/cslm0a3lkwgtkbl8yal6t0vukp6isp9j/', '0', 'Arcade', 0, 0, '', 'platform-shooter'), (8641, 'Idle Lumber Hero Game', 'Follow the path of wood and chop down as many as you can! Sell the wood to the market and buy new upgrades to speed up your wood chopping process.', 'https://img.gamemonetize.com/esuhu6xs6xcszhrtr583dw3uhiupagju/512x384.jpg', 'https://html5.gamemonetize.com/esuhu6xs6xcszhrtr583dw3uhiupagju/', '0', 'Arcade', 0, 0, '', 'idle-lumber-hero-game'), (8642, 'Aqua Park Drift.IO', 'Enjoy the "Aqua Park Drift" game! You will control an inflatable boat. Rescue people who have fallen into the water along a deep and long river. Will you manage to save all the people? Be careful. You can also accidentally drown everyone by crashing into something. Visiting the game every day will get different bonuses with which it will be easier to level up. Successfully overcome the various obstacles and deep waterfalls that will meet on your way and perform incredible acrobatic tricks! Splash upside down, so you don\'t lose your team members. It sounds simple. But will you make it to the finish line? Only the most experienced and poised sailors will accomplish their mission.', 'https://img.gamemonetize.com/8ssqpsc6ezo8hpo5s5i7h1huwuhkqgij/512x384.jpg', 'https://html5.gamemonetize.com/8ssqpsc6ezo8hpo5s5i7h1huwuhkqgij/', '0', '3D', 0, 0, '', 'aqua-park-driftio'), (8643, 'Curvy Punch', 'Are you ready for the adventure full of punches and tricks? Curvy Punch! Yes, that’s the name of our game! You have the chance to throw punches like you’ve never done before! Punch the enemies and knock them out! Solve the puzzling challenges. Open store and buy characters and punches skins', 'https://img.gamemonetize.com/fi43x6z1fap8mlplh1vdpod0ivf693fj/512x384.jpg', 'https://html5.gamemonetize.com/fi43x6z1fap8mlplh1vdpod0ivf693fj/', '0', 'Fighting', 0, 0, '', 'curvy-punch'), (8644, 'Fly Ghost', 'Fly Ghost - It\'s a fun game in a simple but challenging way, a ghost slowly flies by the man dodging pipes and without touching the ground. Gameplay: You need to constantly control the frequency of clicks on the screen to adjust the flight height and landing speed of the bird, so that the bird can smoothly pass through the tube space on the right side of the screen. If the ghost accidentally cleans and touches the tube, you lose.', 'https://img.gamemonetize.com/e4dmo2dzeoqfdehb2f48h5dhvmdwamw1/512x384.jpg', 'https://html5.gamemonetize.com/e4dmo2dzeoqfdehb2f48h5dhvmdwamw1/', '0', 'Arcade', 0, 0, '', 'fly-ghost'), (8645, 'Bee Careful', 'Bee careful is a game about a bee that will do everything to survive and save the world.', 'https://img.gamemonetize.com/f4ahiu1nvhu0p548527f2urnud606py9/512x384.jpg', 'https://html5.gamemonetize.com/f4ahiu1nvhu0p548527f2urnud606py9/', '0', 'Arcade', 0, 0, '', 'bee-careful'), (8646, 'Solitaire Klondike', 'The addictive game you’ve been playing on your computer for years now goes wherever you do. Whether you know it as Patience, Klondike, or just Solitaire, this popular game is one of the best games around.', 'https://img.gamemonetize.com/1l3b8ub030cxazpy05snx4mqmf1juv7g/512x384.jpg', 'https://html5.gamemonetize.com/1l3b8ub030cxazpy05snx4mqmf1juv7g/', '0', 'Puzzles', 0, 0, '', 'solitaire-klondike'), (8647, 'Talking Tom Match3', 'This time, together with Tom the cat, you have to play a game of the genre three in a row. The minimum number of images required to create a combination is three. When they are positioned vertically or horizontally behind each other, they will disappear, and you will be awarded points. Hurry up, time is limited.', 'https://img.gamemonetize.com/49oxtkvb6wusaktuj8bitg7rcyciu1d5/512x384.jpg', 'https://html5.gamemonetize.com/49oxtkvb6wusaktuj8bitg7rcyciu1d5/', '0', 'Puzzles', 0, 0, '', 'talking-tom-match'), (8648, 'Panda Baby Bear Care Game', 'Start your babysitting adventures and become the best panda nanny! Give panda a shower in the rain or with an elephant. Prepare food and find out what baby likes the most. Follow your virtual friend to the living room and do some fun housework. Don\'t forget to help your mummy at home too! When sleepy and tired, put baby panda to bed and help the little one fall asleep after a long and wonderful day.', 'https://img.gamemonetize.com/71h6kudsqo2ijeqntzsq080bovjr1uua/512x384.jpg', 'https://html5.gamemonetize.com/71h6kudsqo2ijeqntzsq080bovjr1uua/', '0', 'Arcade', 0, 0, '', 'panda-baby-bear-care-game'), (8649, 'Become a Mechanic', 'If your phone is covered in sludge and you like repairing things, then it means you’ve arrived at the right place. Discover Become a Mechanic and take control of your own garage. Repair as many vehicles as you can to satisfy your clients, crush the competition with your high-quality service and become champion of the mechanics.', 'https://img.gamemonetize.com/7s457373cy57wekd32cq9h3un6xu241i/512x384.jpg', 'https://html5.gamemonetize.com/7s457373cy57wekd32cq9h3un6xu241i/', '0', 'Hypercasual', 0, 0, '', 'become-a-mechanic'), (8650, 'Battle For Powerful Kingdom', 'Get ready for the most epic and Fun battle with BATTLE FOR KINGDOM. You must defend your kingdom against muddy demons, toxic monsters, radioactive burgers, and tons of other creatures. Lead your units to the final victory. You have a tons a different soldiers available in your army.', 'https://img.gamemonetize.com/51469ox8grjd9ob5evef8pod03aapume/512x384.jpg', 'https://html5.gamemonetize.com/51469ox8grjd9ob5evef8pod03aapume/', '0', 'Action', 0, 0, '', 'battle-for-powerful-kingdom'), (8651, 'Become A Florist', 'You can now become a florist ! Use your imagination to create the most beautiful bouquets ! Choose between tons of flower combinations, and you can even choose the color for each flower! Hey Girls ! This game is made for you. It\'s time to create amazing bouquets.', 'https://img.gamemonetize.com/th2i1454sa0pueonhjbe99evpbxzk01u/512x384.jpg', 'https://html5.gamemonetize.com/th2i1454sa0pueonhjbe99evpbxzk01u/', '0', 'Hypercasual', 0, 0, '', 'become-a-florist'), (8652, 'Stickman Fight', 'Do you like fighter games? Do you enjoy stickman games? Are you ready for the stick fight extreme Stickman Fight?? The hero of the casual stickman Stick Fight games is returning. The fight game with endless waves of ninja enemies hordes will test your brawl and survival skills. Become the ultimate stickman warrior boss in this free funny and hypercasual battle royale game. Have fun. Play stickman games on iyigames.com. Stick fight the endless horde of stickmen to break your own records or until your perish in the survival arena. Hit with your fist but also', 'https://img.gamemonetize.com/vqlbeetbbf92vkvo9lho6g7mc5dnn6oi/512x384.jpg', 'https://html5.gamemonetize.com/vqlbeetbbf92vkvo9lho6g7mc5dnn6oi/', '0', 'Fighting', 0, 0, '', 'stickman-fight'), (8653, 'Soto Man', 'Soto Man is a 2D simple platformer where you play as Soto Man, the super hero, who have to collect the stolen red gems while avoiding the enemies, robots, spikes and reach the magic hole which leads you to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/g3gfc5tafm8tdw6hhtjwmp232uiuxr6u/512x384.jpg', 'https://html5.gamemonetize.com/g3gfc5tafm8tdw6hhtjwmp232uiuxr6u/', '0', 'Arcade', 0, 0, '', 'soto-man'), (8654, 'Emergency Ambulance Simulator', 'Here is a typical ambulance driving rescue simulation game with 3D game art animations. All levels have accidents, your mission is to transport the injured people from the accident area to the hospital as fast as you can. Keep calm and step on the gas!', 'https://img.gamemonetize.com/zhrs37or22hxav0za4pbazoj7npmzpmb/512x384.jpg', 'https://html5.gamemonetize.com/zhrs37or22hxav0za4pbazoj7npmzpmb/', '0', 'Action', 0, 0, '', 'emergency-ambulance-simulator'), (8655, 'ShopingInsane', 'Dress Up Sweet Doll is a very stylish game where you can dress up dolls freely. You can dress up the doll in different styles such as, sweet style, cool style, fashion style etc. You can even pick your favorite eyes, mouth and eyebrows for the doll. With so many beautiful clothes, hats, shoes and wings, you can create your own style dolls. Try more combinations and you will get more unexpected fun. If you like this game, recommend it to your friends and enjoy each other\'s masterpieces!', 'https://img.gamemonetize.com/yak231vjabnao1czrszrlqyodre81k16/512x384.jpg', 'https://html5.gamemonetize.com/yak231vjabnao1czrszrlqyodre81k16/', '0', 'Girls', 0, 0, '', 'shopinginsane'), (8656, 'Stickman Skyblock Parkour', 'The twin sister stickmans in red and blue want to reach the portal at the finish line. help them and get them to the portal. Be careful, down the cliff and the sea, you don\'t know how to swim. Make sure your two siblings reach the portal without falling down! Let both brothers reach the portal and go to the next level.', 'https://img.gamemonetize.com/sghtfqkr9sbztl3kjb9rs11i6aoqnm5d/512x384.jpg', 'https://html5.gamemonetize.com/sghtfqkr9sbztl3kjb9rs11i6aoqnm5d/', '0', 'Adventure', 0, 0, '', 'stickman-skyblock-parkour'), (8657, '4GameGround Among Us Coloring', 'Funny astronauts from the popular game Among Us are so interesting to users around the world that they went beyond the main game and began to appear in other entertainment. A lot of puzzles and puzzles with the participation of astronauts are available today. But you can have fun coloring pictures with them.', 'https://img.gamemonetize.com/fmrtcxx470f85qc8tkg24jl4elt0l5if/512x384.jpg', 'https://html5.gamemonetize.com/fmrtcxx470f85qc8tkg24jl4elt0l5if/', '0', 'Arcade', 0, 0, '', 'gameground--among-us-coloring'), (8658, 'My Leopard Baby', 'Do you like animals? Do you know that although leopard is a kind of fierce animal, leopard baby is very cute. Do you want to care the leopard baby? In this game,you can feed the leopard baby with delicious foods, bath her with rainbow bath salt, dress her up with smart outfits. If you want to relax yourself, you can click the gashapon to open magic eggs with butterflies in them and little leopard baby loves playing with butterflies too. Leopard baby gets tired after so much fun activities, put her to bed and count stars to let her fall asleep...If you like this game, please recommend it to your friends. Enjoy!', 'https://img.gamemonetize.com/ca882wch7olbhh4nlvnhi03a9k5dy2ps/512x384.jpg', 'https://html5.gamemonetize.com/ca882wch7olbhh4nlvnhi03a9k5dy2ps/', '0', 'Girls', 0, 0, '', 'my-leopard-baby'), (8659, 'Makeup Stack', 'Would you like to make up? How many cosmetic brands do you know? In this game, these questions will get the answers. Let\'s play Makeup Stack game to make up for the customers. You will pass the various doors that you can choose as you like. As long as you can complete the task, it doesn\'t matter what you choose. Let\'s try this game right now to make up more people!', 'https://img.gamemonetize.com/loq7w2en5wxyg8j3wajqylppp4cuz26d/512x384.jpg', 'https://html5.gamemonetize.com/loq7w2en5wxyg8j3wajqylppp4cuz26d/', '0', 'Puzzles', 0, 0, '', 'makeup-stack'), (8660, 'Roller Coaster', 'Designing the route of the roller coaster is undoubtedly a very important task. How to let passengers experience the thrills of the roller coaster safely is a question you must think about. The roller coaster must pass through the green circle and avoid the red circle. You need to draw a line The correct and interesting route, are you ready to meet the challenge of this designer? Now we provide a chance for you to design the route for the tourists by drawing in Make A Roller Coaster!', 'https://img.gamemonetize.com/uk9fs9xqogykvhib4113fbdc7hoxh11p/512x384.jpg', 'https://html5.gamemonetize.com/uk9fs9xqogykvhib4113fbdc7hoxh11p/', '0', '3D', 0, 0, '', 'roller-coaster'), (8661, 'Pyramid Exit Escape Game', 'Enter in unknown pyramids and to try to exit pharaonic treasures. You must find the way to move out the sarchophagus from the room by moving stone blocks. Find the right path and become the greatest pyramid thief.', 'https://img.gamemonetize.com/6r7c1qonflsmu3311sc3a9gs2vygj0xx/512x384.jpg', 'https://html5.gamemonetize.com/6r7c1qonflsmu3311sc3a9gs2vygj0xx/', '0', 'Puzzles', 0, 0, '', 'pyramid-exit--escape-game'), (8662, 'Pyramid Diamonds Challenge', 'Enjoy a brand new diamonds game in the atmosphere of pyramids with "PYRAMID DIAMONDS CHALLENGE". Have a lot of fun with this puzzle game, its exhilarating rhythm and its beautiful graphics. Do your best to reach the highest score in two game modes that will constitute a diversified challenge.', 'https://img.gamemonetize.com/v78smuowh7zuydqv102hk1nzk6yobbl5/512x384.jpg', 'https://html5.gamemonetize.com/v78smuowh7zuydqv102hk1nzk6yobbl5/', '0', 'Arcade', 0, 0, '', 'pyramid-diamonds-challenge'), (8663, '3D Falling Down', 'Whats it like to free fall at 100mph while trying to avoid random obstacles? Find out in our newest 3D Falling Down Game. Never ending gameplay that gets harder!!! Have Fun!', 'https://img.gamemonetize.com/xe7ts3tcgcqt0k5t0g6z5xnwl8b3dbg5/512x384.jpg', 'https://html5.gamemonetize.com/xe7ts3tcgcqt0k5t0g6z5xnwl8b3dbg5/', '0', 'Arcade', 0, 0, '', 'd-falling-down'), (8664, 'Amazing Heroes', 'Amazing Heroes is a fun reflex game to match as many items as you can. this game is a mix of speed, memory, and skills! You want to know how your memory skill! so use the memory test in this game! Enjoy!', 'https://img.gamemonetize.com/icrahnqc9p5ihrxgdz8ghqvutx4cf3zr/512x384.jpg', 'https://html5.gamemonetize.com/icrahnqc9p5ihrxgdz8ghqvutx4cf3zr/', '0', 'Puzzles', 0, 0, '', 'amazing-heroes'), (8665, 'Kids Birthday Party Games', 'Kids Birthday Party is a very cute game. In this game, you can experience how three little animals spend their birthdays. In the hippo\'s house, you can make a delicious cake with the hippo\'s mom and perform magic tricks for the kids with the hippo\'s dad. In the kitten\'s house, you can watch the funny clown show with the children. The puppy\'s parents are going to take him to the amusement park where there are exciting pirate ships, cool trains and merry-go-rounds. They will also have a picnic and enjoy a beautiful fireworks show.', 'https://img.gamemonetize.com/bd4ssph2imoi9put7ae540ng5tlf2gb1/512x384.jpg', 'https://html5.gamemonetize.com/bd4ssph2imoi9put7ae540ng5tlf2gb1/', '0', 'Arcade', 0, 0, '', 'kids-birthday-party-games'), (8666, 'Ball Sort Color', 'Ball Sort Color is a free leisure online game for boys that can exercise wisdom and brain. Your main task is to make each color tube have the same color ball. The game has a large number of game levels. With the deepening of the level, the difficulty is constantly improving. Come and exercise your thinking ability!', 'https://img.gamemonetize.com/pxx9sk8oa2z80p7rl8o1z8v5vwbplhbe/512x384.jpg', 'https://html5.gamemonetize.com/pxx9sk8oa2z80p7rl8o1z8v5vwbplhbe/', '0', 'Boys', 0, 0, '', 'ball-sort-color'), (8667, 'Baby Taylor Treehouse Fun', 'Taylor\'s tree house is her favorite place, and she likes to sleep in the tree house in the summer, watching the stars. Taylor also invites her friends to the treehouse for afternoon tea, or to play games. Taylor\'s best friend Jessica hasn\'t been to the tree house yet, and this weekend Taylor decided to invite Jessica to his tree house for the night! It\'s so exciting, let\'s help Taylor clean up the tree house and wait for Jessica to arrive!', 'https://img.gamemonetize.com/anjvuhdkj0htdvjb5ol16p0xz2rc6wr6/512x384.jpg', 'https://html5.gamemonetize.com/anjvuhdkj0htdvjb5ol16p0xz2rc6wr6/', '0', 'Girls', 0, 0, '', 'baby-taylor-treehouse-fun'), (8668, 'Squid Game Swarm', 'Squid Game Swarm is a 3D shooting game which features non stop shooting experience in squid game environment, you play as the guard and your mission is to protect the doll from hordes of incoming players and try to survive before the time runs out.', 'https://img.gamemonetize.com/r6hqc7e7u9x13ufgdr2fd101k9ovl6n2/512x384.jpg', 'https://html5.gamemonetize.com/r6hqc7e7u9x13ufgdr2fd101k9ovl6n2/', '0', 'Shooting', 0, 0, '', 'squid-game-swarm'), (8669, 'Ludo classic a dice game', 'Play Ludo star now, a classic and fun board game, alone or with friends & buddies. Enter the club of fans of Ludo, try to become the king (or the queen) in this deluxe version of the most epic board game ever. Become a real star player in this great version of Ludo game.', 'https://img.gamemonetize.com/3amgi8572x512ajsv6mmizys3t6qy4wd/512x384.jpg', 'https://html5.gamemonetize.com/3amgi8572x512ajsv6mmizys3t6qy4wd/', '0', 'Puzzles', 0, 0, '', 'ludo-classic--a-dice-game'), (8670, 'My Animal Cosplay Salon Game', 'My Animal Cosplay Salon game in the small animals to go to a party, before going to pick good-looking clothes as well as dress themselves. Come to the animals to choose the right clothes and make their hair, and then take pictures of them to record the time of the party!', 'https://img.gamemonetize.com/1umywtid6d608pq54c6r6dfdi8jog4xu/512x384.jpg', 'https://html5.gamemonetize.com/1umywtid6d608pq54c6r6dfdi8jog4xu/', '0', 'Arcade', 0, 0, '', 'my-animal-cosplay-salon-game'), (8671, 'Sonic html5', 'Sonic html5 is a platformer game based on the old Sonic the Hedgehog flash version game. All the game was remastered using Construct software. The game consists of 3 levels where you must collect rings and avoid bad guys.', 'https://img.gamemonetize.com/w8ctio5x4a2avshnekf31z6lj2j25nkd/512x384.jpg', 'https://html5.gamemonetize.com/w8ctio5x4a2avshnekf31z6lj2j25nkd/', '0', 'Arcade', 0, 0, '', 'sonic-html'), (8672, 'Hippo Pizzeria', 'Hippo Pizzeria is a very cute cooking game. Do you want to know how to make pizzas? In this game you will experience the cooking process of pizzas. Pizza Margherita, Sicilian Pizza, Pizza Chilli, Hawaiian Pizza and Seafood Pizza are very popular now. You can make them one by one, enjoying kneading dough and cutting freshly baked pizza into small pieces. You can also play the mini games we prepared for you: Run the restaurant, find the hidden objects, deliver the pizzas... The minigames will exercise your reflexes, observation and logic skills, and also the minigams are very fun. Invite your friends to enjoy this game!', 'https://img.gamemonetize.com/eq9lsh8t77lktzgao6dn1hbuomeamcz4/512x384.jpg', 'https://html5.gamemonetize.com/eq9lsh8t77lktzgao6dn1hbuomeamcz4/', '0', 'Girls', 0, 0, '', 'hippo-pizzeria'), (8673, 'Blob Runner 3D Online', 'Blob Runner 3D is a popular game that worth your time. Running towards the destination is your only goal. What\'s more, don\'t forget to collect. Collect more and more diamond on your road to unlock the various skins. You must like them. Why not try this attractive game now?', 'https://img.gamemonetize.com/lzk79csglrmscxp811n7bfg5xg998h2a/512x384.jpg', 'https://html5.gamemonetize.com/lzk79csglrmscxp811n7bfg5xg998h2a/', '0', 'Arcade', 0, 0, '', 'blob-runner-d-online'), (8674, 'Fruit Blocks Puzzles', 'Fruit Blocks Puzzles is a block collapse game.Click on 2 or more than 2 similar fruit blocks to eliminate them. To complete a level you need to eliminate all the blocks on the board. Be wise while eliminating blocks because each block need at least one identical neighbor!', 'https://img.gamemonetize.com/90bods7mvjvfq10mvjlfddyb1kmez8qg/512x384.jpg', 'https://html5.gamemonetize.com/90bods7mvjvfq10mvjlfddyb1kmez8qg/', '0', 'Puzzles', 0, 0, '', 'fruit-blocks-puzzles'), (8675, 'Slingshot Jetpack Air Joyride', 'Slingshot Jetpack has proven to be one of the most interesting new arcade games of this year, with addictive gameplay and 3D art style. It has undoubtedly been listed in one of the most popular game rankings. If you are one of this type of game lovers, don\'t miss Slingshot Jetpack! Your task is to aim at the floating gold coins and launch the cartoon character. He will fly over the city in a jet plane and fly the farthest distance. Can you accurately target all the gold coins? Attempt to successfully launch the jet.', 'https://img.gamemonetize.com/af4w32boslebcjhwft320v84jp4ywmn9/512x384.jpg', 'https://html5.gamemonetize.com/af4w32boslebcjhwft320v84jp4ywmn9/', '0', 'Action', 0, 0, '', 'slingshot-jetpack--air-joyride'), (8676, 'Rodeo Stampede Sky Zoo', 'Rodeo Stampede is an interesting animal game. You are managing a zoo. Without animals, how could it call a zoo? Let us tame some animals. Ride on the new animals until they show heart. But not too long, they will throw you out, even eat you!', 'https://img.gamemonetize.com/p4y8uwto5cchbs371ua7hxqzidihi213/512x384.jpg', 'https://html5.gamemonetize.com/p4y8uwto5cchbs371ua7hxqzidihi213/', '0', 'Racing', 0, 0, '', 'rodeo-stampede--sky-zoo'), (8677, 'Littleyellowman', 'The super fun and funny little yellow guy is trying to escape from the purple guys and he has friends among the purple guys and he has to save them. He must save all the men, collect all the coins and achieve victory. purple poison is rising from underground be careful it can turn you into purple monsters too. You must not turn into a purple monster.', 'https://img.gamemonetize.com/g97ww02q3cj8w83wqcaaxisf98xp2fns/512x384.jpg', 'https://html5.gamemonetize.com/g97ww02q3cj8w83wqcaaxisf98xp2fns/', '0', 'Arcade', 0, 0, '', 'littleyellowman'), (8678, 'Giddy Fruit', 'It’s Giddy Fruit the hottest game on the charts at the moment! Tap To Match The Crazy Fruits As Many As You Can! Memory Test: Giddy Fruit Game new mix of speed, memory and skills! You want to know how your memory skill! so use the memory test it this game! Key Features: - Memory Test! - Super cute graphic! - Smooth Gameplay! - No Load Times! So the question is: How long could you follow these crazy fruits?', 'https://img.gamemonetize.com/4urs4vybw0eat25xu5q61ui9m7pdw8yy/512x384.jpg', 'https://html5.gamemonetize.com/4urs4vybw0eat25xu5q61ui9m7pdw8yy/', '0', 'Puzzles', 0, 0, '', 'giddy-fruit'), (8679, 'Angry Ninjas', 'Help the Angry Ninjas to defeat all Pirates! Enjoy!', 'https://img.gamemonetize.com/g07r7ybd5rm7d8j4zeyp4uy4f92is5nd/512x384.jpg', 'https://html5.gamemonetize.com/g07r7ybd5rm7d8j4zeyp4uy4f92is5nd/', '0', 'Clicker', 0, 0, '', 'angry-ninjas'), (8680, 'Clash Of Law', 'Ready to solve endless puzzles which are challenging your short-term memory, if you do not know how to deal with it this will be a very good opportunity to learn how to remember big amount of characters and numbers. Moreover, tired of the talent of your own? This can get even more fun the reason is it has a slot machine for you to try your luck, if you get a "!!!" then go into trouble but should feel lucky because of you still have a "Restart" button with you there for you to try it all again.', 'https://img.gamemonetize.com/pl9ejnbb2t4ii8u2p3she79e92t8l29d/512x384.jpg', 'https://html5.gamemonetize.com/pl9ejnbb2t4ii8u2p3she79e92t8l29d/', '0', 'Puzzles', 0, 0, '', 'clash-of-law'), (8681, 'Mission To Moon Online Game', 'The mission of the game is to reach the Moon, collect a few pieces of space junk, and return back to Earth. Collect new crew members, and earn money for fights with robots. Mission To Moon is an online free game that you can play for free. It\'s a space flight simulator where you\'ll be able to explore the moon, fly through the sky and even land on the moon in this fun game.', 'https://img.gamemonetize.com/iz0w05cusza20ofonsn28og24nkyaafx/512x384.jpg', 'https://html5.gamemonetize.com/iz0w05cusza20ofonsn28og24nkyaafx/', '0', 'Adventure', 0, 0, '', 'mission-to-moon-online-game'), (8682, 'Color Couple Bump ', 'Bump color 3d are a new arcade game . It gives you an adventure to match the color and bump 3d ball to proceed with the level. 50 Levels of Fun Colors and Love Bumps . Gameplay is all about helping the couple i.e, boy to reach the girl . It was so addictive game and fast game experience. Color bump 3d game is an easy game to play but very difficult to master the game . The game starts with a Cylinder that keeps bumping on a set of colourful Cubes having different colours. The colour of the Cubes keeps changing with each bump. If in case you Collide with the wrong colour, be prepared for a blast!', 'https://img.gamemonetize.com/qbovwxotvkzqw1xpxr3hwggurq6pzoef/512x384.jpg', 'https://html5.gamemonetize.com/qbovwxotvkzqw1xpxr3hwggurq6pzoef/', '0', 'Arcade', 0, 0, '', 'color-couple-bump-'), (8683, 'Utoo', 'Utoo is a 2D platformer where you have to collect the blue cubes while avoiding enemies, saws and spikes and reach the Exit door. There are 8 levels to play and it is moderately difficult.', 'https://img.gamemonetize.com/0oq08f2i3yptx71mvkwz12yo8kt3e7hv/512x384.jpg', 'https://html5.gamemonetize.com/0oq08f2i3yptx71mvkwz12yo8kt3e7hv/', '0', 'Arcade', 0, 0, '', 'utoo'), (8684, 'Connect Dotts', 'Connect Dots is a classic and challenging puzzle game. Your goal is to connect all the dots using horizontal and vertical connections close together and without overlapping. It is not necessary to follow a specific order or correct path to solve the puzzle, just that all the points are connected. The difficulty increases with each level. Challenge yourself and find a correct path through the points, call your friends to see who goes the furthest!', 'https://img.gamemonetize.com/t9vnun8hhouo7stpo0c4e7vjy7l3jpne/512x384.jpg', 'https://html5.gamemonetize.com/t9vnun8hhouo7stpo0c4e7vjy7l3jpne/', '0', 'Puzzles', 0, 0, '', 'connect-dotts'), (8685, 'Doggy Vs Zombie', 'doggy vs zombie is an endless run game, run and avoid obstacles from zombie ambushes jump and overlap to kill the enemy, collect candy to get score.', 'https://img.gamemonetize.com/kjx61rx3lknveqpm8yd11ajmcfta7e6y/512x384.jpg', 'https://html5.gamemonetize.com/kjx61rx3lknveqpm8yd11ajmcfta7e6y/', '0', 'Action', 0, 0, '', 'doggy-vs-zombie'), (8686, 'Garfield Dress Up', 'Garfield is a cartoon character cat that is loved by children. He is fat because he is lazy and gluttonous. Do you want to dress up this cute cat? let\'s play', 'https://img.gamemonetize.com/hqr63h8c43h9mq8nc4wrxr03kmfiycci/512x384.jpg', 'https://html5.gamemonetize.com/hqr63h8c43h9mq8nc4wrxr03kmfiycci/', '0', 'Girls', 0, 0, '', 'garfield-dress-up'), (8687, 'Amaze Escape', 'An exciting hyper-casual game of logic and ingenuity. The player needs to solve a simple puzzle and get out of prison.', 'https://img.gamemonetize.com/uaqmr44gzgqygg4di8y6al65rarwkmz1/512x384.jpg', 'https://html5.gamemonetize.com/uaqmr44gzgqygg4di8y6al65rarwkmz1/', '0', 'Adventure', 0, 0, '', 'amaze-escape'), (8688, 'City Traffic Control', 'City Traffic Control is a free online traffic control game. Control traffic in the city and keep it moving.The faster you complete the level, the more points you earn. Avoid accidents, and maintain order by keeping the traffic at a reasonable speed. Do you like playing traffic control games? If yes, then play City Traffic Control online and have fun.There are no traffic laws in this city so you can go wherever you want, but be careful because if you crash into other cars you will have to start over. You will earn points for each car that you deliver to its destination. The more cars you deliver at once, the more points you will earn. City Traffic Control is a free online traffic management game. The goal is to guide the vehicles to their respective destinations as fast as possible. Be careful not to crash into each other or you will have to start the level over again. There are a variety of different vehicles to choose from. Some are faster than others, some can carry more cargo and some are just more durable than others. Once you have chosen your vehicle, you can start the level. Once you have started the level, you will be given a specific amount of time to get from one end of the city to the other. Be careful not to crash into other vehicles or you will have to start the level over again.', 'https://img.gamemonetize.com/zstn7cj6bnyuaa8qehn015895tygpjbn/512x384.jpg', 'https://html5.gamemonetize.com/zstn7cj6bnyuaa8qehn015895tygpjbn/', '0', 'Adventure', 0, 0, '', 'city-traffic-control'), (8689, 'Fruits Memory HTML5', 'Click the cards to flip a fruit items. Memorize their position and match them up in pairs. Match all of the cards on the board to complete the level. Each level with a difference symbol and it\'s harder than the last and you have limited time to complete them. It\'s time to check your memory skill now. What\'s the max level can you play?', 'https://img.gamemonetize.com/bw03yuefsvgwbgwi7r7otmkbqw9bj5is/512x384.jpg', 'https://html5.gamemonetize.com/bw03yuefsvgwbgwi7r7otmkbqw9bj5is/', '0', 'Puzzles', 0, 0, '', 'fruits-memory-html'), (8690, 'Spikes', 'Avoid obstacles and hit the target.', 'https://img.gamemonetize.com/n2rwcy2krx3e8jfypalc7s3dq3o6ijem/512x384.jpg', 'https://html5.gamemonetize.com/n2rwcy2krx3e8jfypalc7s3dq3o6ijem/', '0', 'Hypercasual', 0, 0, '', 'spikes'), (8691, 'ColorRing', 'Minimalistic casual game with endless gameplay. The main goal is to live as long as possible, collecting bonuses and dodging obstacles. The game has a leaderboard where you can compete for a place in the top.', 'https://img.gamemonetize.com/kktahetaconner5sbfqsso1xfdih0riz/512x384.jpg', 'https://html5.gamemonetize.com/kktahetaconner5sbfqsso1xfdih0riz/', '0', 'Hypercasual', 0, 0, '', 'colorring'), (8692, 'Amazing Hex 2D', 'A game like super hexagon but a simple version', 'https://img.gamemonetize.com/74s29lo3cw8ru10kvp2bkgn6jthcz0gm/512x384.jpg', 'https://html5.gamemonetize.com/74s29lo3cw8ru10kvp2bkgn6jthcz0gm/', '0', 'Adventure', 0, 0, '', 'amazing-hex-d'), (8693, 'Feed Vegetables Rabbit', 'Feed vegetable is base on Platform. Rabbit through the eat vegetables have been complete the level! Feed Vegetable struggles with hunger in his game and is not worthy of a place in Valhalla. Features: -Soft and easy controls -Very beautiful gameplay with little-little animations. -Fully offline -No any kind of microtransactions Feed Vegetable is Adventures is an original action/adventure-platform, free-to-play game for all ages and specially designed for mobile and web. You’ll have lots of fun with clever controls, adorable and cute characters, beautiful visuals and a wide range of gameplay mechanics to deliver a valuable and memorable experience.', 'https://img.gamemonetize.com/u87f8116rrty4432b3f57hw6ts7pntb6/512x384.jpg', 'https://html5.gamemonetize.com/u87f8116rrty4432b3f57hw6ts7pntb6/', '0', 'Arcade', 0, 0, '', 'feed-vegetables-rabbit'), (8694, 'V1 infinite block breack', 'Destrua os blocos infinitos sem deixar a bolinha cair', 'https://img.gamemonetize.com/rqkurguvbx4xxzosb3j9affaf530tkj4/512x384.jpg', 'https://html5.gamemonetize.com/rqkurguvbx4xxzosb3j9affaf530tkj4/', '0', 'Hypercasual', 0, 0, '', 'v--infinite-block-breack'), (8695, 'Happy Bird 2', 'Fly through the pipes without crashing! This extremely addictive arcade game spawned a worldwide Flappy Bird craze. You must react quickly to glide through each set of pipes. Time each move perfectly to continue flying and set a high score!', 'https://img.gamemonetize.com/vz57dqfq06xqioqnht9l76p1cdthrwl2/512x384.jpg', 'https://html5.gamemonetize.com/vz57dqfq06xqioqnht9l76p1cdthrwl2/', '0', 'Arcade', 0, 0, '', 'happy-bird-'), (8696, 'MVP Mobile', 'In this game full of challenges, will you be able to move the pins to put all the balls in the basket. It may seem easy, but can you get to level 30?', 'https://img.gamemonetize.com/0dppe6r20jh074od8novu464qcxd5wa8/512x384.jpg', 'https://html5.gamemonetize.com/0dppe6r20jh074od8novu464qcxd5wa8/', '0', 'Puzzles', 0, 0, '', 'mvp-mobile'), (8697, 'Kill That', 'Your are an Brave spy,your mission targets are dangerous agents and they got guns, you must kill them all, be careful don\'t shoot innocent pedestrian.', 'https://img.gamemonetize.com/2dixlabluyw3mr3z2s1tfdzwbarir8iw/512x384.jpg', 'https://html5.gamemonetize.com/2dixlabluyw3mr3z2s1tfdzwbarir8iw/', '0', 'Shooting', 0, 0, '', 'kill-that'), (8698, 'Super Merge', 'Super Merge is a cacual game.The gameplay is simple and fun, and it needs to constantly merge the person to pass the level. There are more and more challenges waiting for you in the game to ensure that you are addicted.', 'https://img.gamemonetize.com/lj32ov4hdxw6t7h0f2hin720sw67iwpi/512x384.jpg', 'https://html5.gamemonetize.com/lj32ov4hdxw6t7h0f2hin720sw67iwpi/', '0', 'Hypercasual', 0, 0, '', 'super-merge'), (8699, 'Sniper King 2D The Dark City', 'Sniper King 2D The Dark City is a puzzle shooter game developed by Bestgamespot.com. Your task is eliminate enemies from a distance using your sniper rifle. Complete over 30 challenging levels with various objectives and enjoy the intuitively smooth gameplay. Your accuracy matters a great deal in this game, so does your stealth ability.', 'https://img.gamemonetize.com/cqns7mf36ruo0qaqbuy833f09209djpf/512x384.jpg', 'https://html5.gamemonetize.com/cqns7mf36ruo0qaqbuy833f09209djpf/', '0', 'Shooting', 0, 0, '', 'sniper-king-d-the-dark-city'), (8700, 'My Sweet Strawberry Outfits', 'Hey girl, welcome to the My Sweet Strawberry Outfits game. Rainbow high girls Skyler, Sunny, Ruby, and Violet are planning to do something special on the weekend. They have an idea to design their own strawberry outfit. Help them with the clothes to create a cute outfit, and complete the look with makeup. Have fun!', 'https://img.gamemonetize.com/1n8bkspr5t4wq75yyijgbgfnc858qzo8/512x384.jpg', 'https://html5.gamemonetize.com/1n8bkspr5t4wq75yyijgbgfnc858qzo8/', '0', 'Girls', 0, 0, '', 'my-sweet-strawberry-outfits'), (8701, 'Become a Fashion Designer', 'Do you want to be a Fashion Designer? It’s time for you to create stunning outfits and make your name in the fashion world! Make the most fabulous dresses only in these awesome designing games for girls! Choose the type of dress you’d like to design: beautiful princess dresses, gorgeous dresses for party, everyday women clothes, or prom dresses.', 'https://img.gamemonetize.com/tir0r4hklu7022mwcldjwqdxipruhsbi/512x384.jpg', 'https://html5.gamemonetize.com/tir0r4hklu7022mwcldjwqdxipruhsbi/', '0', 'Hypercasual', 0, 0, '', 'become-a-fashion-designer'), (8702, 'Become a Dentist 2', 'Are you ready to become an dentist ? You must heal the teeth of your patients. It\'s time to play and treat their teeth ! You play in a dentists Clinic as an official doctor. Your patients have severe pain in the mouth. Use instruments, tools perform treatment such as: syringes, cottons, spray Perform treatments such as: injections, Laser cam, x-ray, surgery Treat and kills infections such as: bugs, blood, veins, ears infection, bacterias, germs, diseases', 'https://img.gamemonetize.com/27gz14muua2m6agy7ea5kabhwait9a1h/512x384.jpg', 'https://html5.gamemonetize.com/27gz14muua2m6agy7ea5kabhwait9a1h/', '0', 'Hypercasual', 0, 0, '', 'become-a-dentist-'), (8703, 'Become a Dentist', 'A game for all those who are tired of being tortured by their dentist. The time for revenge has come. Go to the other side! You are now a superb dentist! You can use all the instruments and take care of your patients. Some of your patients will really surprise you.', 'https://img.gamemonetize.com/ojtymh64mxux3mc6wwfzsx9k0vffzw0i/512x384.jpg', 'https://html5.gamemonetize.com/ojtymh64mxux3mc6wwfzsx9k0vffzw0i/', '0', 'Hypercasual', 0, 0, '', 'become-a-dentist'), (8704, 'Noob vs Noob', 'Noob vs Noob is free online running game with noobs. All you need to do is to win the race and enter a new level. Jump over obstacles, collect coins, time and do your best to win every race.', 'https://img.gamemonetize.com/hsr0lqjv7z2dqa8tupezhruy6854suq3/512x384.jpg', 'https://html5.gamemonetize.com/hsr0lqjv7z2dqa8tupezhruy6854suq3/', '0', 'Boys', 0, 0, '', 'noob-vs-noob'), (8705, 'Tap Mania', 'Test your reflexes in this fast paced game. Your mission is to tap the loop at the right moment. Sounds easy, right? Go ahead and try yourself.. Play levels or endless mode and climb to the top of leaderboard. Good luck.', 'https://img.gamemonetize.com/sdahz57nkhvegzbe9zy1lypp3otmuxm5/512x384.jpg', 'https://html5.gamemonetize.com/sdahz57nkhvegzbe9zy1lypp3otmuxm5/', '0', 'Hypercasual', 0, 0, '', 'tap-mania'), (8706, 'Fun e Face', 'Have fun playing around with this cool Fun-E Face game with AI model generating faces from any tag. It super fun and easy to play just click on any tag that appeals to you. It features some political tags as well as some famous celebrities and all you have to do is to select any label and AI generates the fun faces. I am sure that you will like it! Don\'t forget to share it with your friends! Have fun playing this game online for free!', 'https://img.gamemonetize.com/qw4uay0pess5dl4wl4xljkou46sodhoi/512x384.jpg', 'https://html5.gamemonetize.com/qw4uay0pess5dl4wl4xljkou46sodhoi/', '0', 'Puzzles', 0, 0, '', 'fun-e-face'), (8707, 'Vlinder Anime Doll Creator Cutest Friend', 'Dress up your trendy doll! There are countless outfits, shoes, hairstyles, and dresses. From skin tone, and eyes, to shoes and dresses, it\'s all up to you! Let\'s see who can make the cutest and trendiest dolls!', 'https://img.gamemonetize.com/sjedqfrts2x8bvqts0hp3pep0b2v1tbl/512x384.jpg', 'https://html5.gamemonetize.com/sjedqfrts2x8bvqts0hp3pep0b2v1tbl/', '0', 'Girls', 0, 0, '', 'vlinder-anime-doll-creator--cutest-friend'), (8708, 'Food Delivery Rush', 'Food Delivery Rush is an exciting food delivery game, you can drive your car and send the food to different destinations. There are so many cars on your road, try to avoid them and go as far as you can. See how many points you can get and show your score to us! Wish you can have fun in our game Food Delivery Rush!', 'https://img.gamemonetize.com/gylkkse12hduegalysl4dmvzvxucbjd4/512x384.jpg', 'https://html5.gamemonetize.com/gylkkse12hduegalysl4dmvzvxucbjd4/', '0', 'Racing', 0, 0, '', 'food-delivery-rush'), (8709, 'Green Bit Escape', 'The gameplay is really basic and simple: - Avoid the Red Squares, and avoid the Red lines. - Stay alive as long as possible. So help Green Bit to stay alive as long as possible!!!', 'https://img.gamemonetize.com/of1hxngkj5pmxnfue6uo7p13d43272ng/512x384.jpg', 'https://html5.gamemonetize.com/of1hxngkj5pmxnfue6uo7p13d43272ng/', '0', 'Clicker', 0, 0, '', 'green-bit-escape'), (8710, 'Boom Push', 'Boom Push is a very fun and free leisure puzzle online game by pushing boom for boys. You need to summon more people here to push the bomb with you. If you want to be the strongest, you must push the ball in front of you, or the bomb will blow up your castle! Don\'t let the other side outnumber yours. Are you confident to surpass them? Come and challenge!', 'https://img.gamemonetize.com/bqeksh771ilb802lj76uta3m4s0qq0ff/512x384.jpg', 'https://html5.gamemonetize.com/bqeksh771ilb802lj76uta3m4s0qq0ff/', '0', 'Boys', 0, 0, '', 'boom-push'), (8711, 'Maze Number', 'Connect the colored dots by filling the entire board. Think ahead and then draw a line to destroy all the space to complete each level. Keep falling up the boards, trying to complete all 50 levels. If you\'re stuck at any level, check out our helpful step-by-step video.', 'https://img.gamemonetize.com/inkdnssp5f9qsv4r9gm6ljq27sycc2os/512x384.jpg', 'https://html5.gamemonetize.com/inkdnssp5f9qsv4r9gm6ljq27sycc2os/', '0', 'Hypercasual', 0, 0, '', 'maze-number'), (8712, 'Mia SweptBack Bridal Hairstyle', 'Mia is a beauty girl and she is going to have her wedding coning soon, She likes to swept back bridal hairstyle for her wedding, Can you help her to choose the best bridal hairstyle today. Enjoy the bridal hairstyle game at 7sgames.com', 'https://img.gamemonetize.com/gt7tl7j2yf62ng5nealenrekgo85wpsy/512x384.jpg', 'https://html5.gamemonetize.com/gt7tl7j2yf62ng5nealenrekgo85wpsy/', '0', 'Girls', 0, 0, '', 'mia-sweptback-bridal-hairstyle'), (8713, 'Hugie Wugie Match3', 'A game of skill and attention. Score as much as possible. Connect 3 or more monsters of the same color standing next to each other, connect at least diagonally, as you want, and reach the hardest level.', 'https://img.gamemonetize.com/sremqgckiu8lk9ep8wz1agfju9sq3dg6/512x384.jpg', 'https://html5.gamemonetize.com/sremqgckiu8lk9ep8wz1agfju9sq3dg6/', '0', 'Puzzles', 0, 0, '', 'hugie-wugie-match'), (8714, 'Among Float Connect', 'Connect 2 same among items with a path that no more than two 90 degree angles. Clear the board by removing all pairs of identical among items. Becareful, in some levels the item tiles can float ( to bottom, to uper, to left, to right, to center or split). There are 27 challenging levels in this game. Complete a level before time bounds to get extra bonus.', 'https://img.gamemonetize.com/dgfefl241u4gnjtvq9mih7b826ymlb89/512x384.jpg', 'https://html5.gamemonetize.com/dgfefl241u4gnjtvq9mih7b826ymlb89/', '0', 'Puzzles', 0, 0, '', 'among-float-connect'), (8715, 'Dragon Ball Super Super Hero', 'Dragon Ball Heroes is a Japanese trading card arcade game based on the Dragon Ball franchise. It debuted on November 11, 2010 in Japan. In 2016, an update launched that improved the user experience in the form of enhanced graphics and easier accessibility of characters. This update was named Super Dragon Ball Heroes. his DB anime action RPG game features epic 3D visuals and animations to help tell the original story based off the brand-new character designed by Akira Toriyama, the mysterious Saiyan known as Shallot! Join Shallot and the rest of your favorite DRAGON BALL characters to help regain his memory and save the world!', 'https://img.gamemonetize.com/1xbmkel26uk5we0nh83nk3daea0gssw4/512x384.jpg', 'https://html5.gamemonetize.com/1xbmkel26uk5we0nh83nk3daea0gssw4/', '0', 'Puzzles', 0, 0, '', 'dragon-ball-super-super-hero'), (8716, 'Head Puzzle Shooter', 'Head Puzzle Shooter is a very simple and addictive puzzle game. You are in control of a head with the goal to pop Animal Head from the top. Get it right and score high! Head Puzzle Shooter is a free puzzle game. The goal is to match the head of each animal. You can play Head Puzzle Shooter for free!Head Puzzle Shooter is an easy game with a whole variety of interesting difficulties. Enjoy the best puzzle game on your mobile & Pc devices!', 'https://img.gamemonetize.com/n557qalqq70yzwvsfu0170iwylszbf76/512x384.jpg', 'https://html5.gamemonetize.com/n557qalqq70yzwvsfu0170iwylszbf76/', '0', 'Shooting', 0, 0, '', 'head-puzzle-shooter'), (8717, 'Monster High Spectra', 'She is a ghost and a student at Monster High. She is the reporter of Monster High, and a celebrity within the student body, editor of the in-school famous Gory Gazette blog, the former Ghostly Gossip. She has to dress very stylishly to attend the meeting with her friends. Let\'s dress up and play', 'https://img.gamemonetize.com/0cbg365kvhk9p5fb6kaje89s1w6f7cn8/512x384.jpg', 'https://html5.gamemonetize.com/0cbg365kvhk9p5fb6kaje89s1w6f7cn8/', '0', 'Girls', 0, 0, '', 'monster-high-spectra'), (8718, 'LAMPADA STREET GAME ONLINE', 'Lampada Street is a skill game where you are a light bulb! You have to run and jump to cross the street without being hit by cars or other lamps. You have three light bulbs for every level, and multiple checkpoints per level. If you die three times, you have to replay the level. The game has a great atmosphere, a fitting soundtrack and some nice graphics. Can you finish every level in Lampada Street?', 'https://img.gamemonetize.com/lec6m101hnqih4c2i9qxc7thjibg1cl8/512x384.jpg', 'https://html5.gamemonetize.com/lec6m101hnqih4c2i9qxc7thjibg1cl8/', '0', 'Hypercasual', 0, 0, '', 'lampada-street-game-online'), (8719, 'Minnie Mouse Dressup', 'Minnie Mouse is Mickey Mouse\'s girlfriend cartoon character. Minnie enjoys dinners, watching movies, in short, spending time with Mickey. Minnie is getting ready for the evening meeting. Let\'s dress her up very stylishly. let\'s play', 'https://img.gamemonetize.com/nnujejecuhd42ppfbfrh9vh0oecpnrat/512x384.jpg', 'https://html5.gamemonetize.com/nnujejecuhd42ppfbfrh9vh0oecpnrat/', '0', 'Girls', 0, 0, '', 'minnie-mouse-dressup'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (8720, 'Spraoi', 'game the life and small children\'s', 'https://img.gamemonetize.com/07mxm24oev1uo6ypdnf422v1w7bz6x2h/512x384.jpg', 'https://html5.gamemonetize.com/07mxm24oev1uo6ypdnf422v1w7bz6x2h/', '0', 'Adventure', 0, 0, '', 'spraoi'), (8721, 'Sling Tomb Fly', 'Help the little pets to sling and bounce to the top but watch out the obstacles and deadly traps. Go up and race against the water for your life climbing the tomb tower, collecting coins, diamonds, and power ups. Use the coins to unlock new pets and reach new highs to challenge your friends.', 'https://img.gamemonetize.com/oi3y3379bcmj90jdesrcf7n621b5nt14/512x384.jpg', 'https://html5.gamemonetize.com/oi3y3379bcmj90jdesrcf7n621b5nt14/', '0', 'Arcade', 0, 0, '', 'sling-tomb-fly'), (8722, 'Stick To It!', 'You will play as a stick figure trying to make their way through various levels scribbled in a notebook.', 'https://img.gamemonetize.com/gex4b6b3as69hgv3bsmdf2vlqdddukj2/512x384.jpg', 'https://html5.gamemonetize.com/gex4b6b3as69hgv3bsmdf2vlqdddukj2/', '0', 'Fighting', 0, 0, '', 'stick-to-it'), (8723, 'Poppy Infinity Trail', 'Poppy PlayTime_Hugy Wugy , Protect the planet from falling asteroids! • The planet can only take 2 hits before crashing down • How many points can you score before you lose?', 'https://img.gamemonetize.com/xwegn4227woks0t3f5j0b08mlaiddi9w/512x384.jpg', 'https://html5.gamemonetize.com/xwegn4227woks0t3f5j0b08mlaiddi9w/', '0', 'Action', 0, 0, '', 'poppy-infinity-trail'), (8724, 'Racing Girl Dressup', 'Racegirl Elena prepares for the start of the race. She should look gorgeous with her outfits and accessories. Let\'s dress her up very stylishly.', 'https://img.gamemonetize.com/rukduk3f8dkqa0ed5vk8yubj2i4ntl2m/512x384.jpg', 'https://html5.gamemonetize.com/rukduk3f8dkqa0ed5vk8yubj2i4ntl2m/', '0', 'Girls', 0, 0, '', 'racing-girl-dressup'), (8725, 'NOOB ARCHER GAME ONLINE', 'Noob Archer is a puzzle game with shooting elements. The world is filled with zombies, and you must rid the world of evil zombies one by one! Use your bow and arrows to clear each elaborate level of zombies. Zombies in this game will die as soon as one of your arrows hits them. So aim carefully and have fun discovering many creative ways to shoot zombies. Some levels will give you fewer arrows than zombies, so you will also have to strategize and try to take out multiple enemies with one arrow. Feel free to skip a level if you get stuck. Can you complete all 150 levels in Noob Archer?', 'https://img.gamemonetize.com/919381g0xd3wzj2de0ufp7ojr7ep1uc3/512x384.jpg', 'https://html5.gamemonetize.com/919381g0xd3wzj2de0ufp7ojr7ep1uc3/', '0', 'Adventure', 0, 0, '', 'noob-archer-game-online'), (8726, 'Die legende Der Insel Nublar', 'Help the main character escape from Jurassic Park, a place where carnivorous dinosaurs roam in search of food. At your disposal will be a variety of vehicles, on which you have to break through to freedom. The main difficulty is that there are practically no roads, they are difficult to pass, full of all kinds of obstacles, but you can’t hesitate either, because you will be chased by a huge Tyrannosaurus almost all the time.', 'https://img.gamemonetize.com/qs7g8x67a0xnwskb2s0hh64l7ib0j1ap/512x384.jpg', 'https://html5.gamemonetize.com/qs7g8x67a0xnwskb2s0hh64l7ib0j1ap/', '0', 'Racing', 0, 0, '', 'die-legende-der-insel-nublar'), (8727, 'Dora in the garden', 'Dora is an adventurous cartoon character. She likes walking around in nature, making discoveries and learning new things. He is out for a walk in the garden now. Do you want to dress her up in beautiful dresses and jewelry? let\'s play', 'https://img.gamemonetize.com/lzhprtio9onq83fxk5ziekaql3pg5fwg/512x384.jpg', 'https://html5.gamemonetize.com/lzhprtio9onq83fxk5ziekaql3pg5fwg/', '0', 'Girls', 0, 0, '', 'dora-in-the-garden'), (8728, 'Noob Parkour 3D', 'How about becoming a 3d parkour? Become the best parker and complete the tracks as soon as possible. hey you noob parker will you be able to complete these tracks? Complete 10 extreme tracks and become the best parker. Be careful while completing the tracks. Don\'t fall into the lava if you fall into the lava you will lose.', 'https://img.gamemonetize.com/8n2ur78myrjiaoqk27fxolx9dxjx6xev/512x384.jpg', 'https://html5.gamemonetize.com/8n2ur78myrjiaoqk27fxolx9dxjx6xev/', '0', 'Arcade', 0, 0, '', 'noob-parkour-d'), (8729, 'Among vs Creeper Fight', 'Play as the brave Among Dude, destroy asteroids, collect powerful weapons, defeat the main bosses! Playthe game and start a decisive battle! The outcome of the epic battle we\'ve been waiting for!', 'https://img.gamemonetize.com/fe1jcd2zvkt9r3pf1jdpqsabj5xdp3e1/512x384.jpg', 'https://html5.gamemonetize.com/fe1jcd2zvkt9r3pf1jdpqsabj5xdp3e1/', '0', 'Arcade', 0, 0, '', 'among-vs-creeper-fight'), (8730, 'Hippo Manicure Salon Game', 'The hippo fashion star has opened the best nail salon in the city, where the most talented manicurists work. Her nail salon has become a favorite fashion center for all animals! Let\'s learn to make manicures with Hippo today. Choose from nice nail polishes and stickers for the critters, and we can even make henna tattoos for them! Let\'s start!', 'https://img.gamemonetize.com/w755vqopujzkowfcuql41vlj91fc57ht/512x384.jpg', 'https://html5.gamemonetize.com/w755vqopujzkowfcuql41vlj91fc57ht/', '0', 'Arcade', 0, 0, '', 'hippo-manicure-salon-game'), (8731, 'Dragon Ninja Warriors', 'It is full of tension with Dragon Ninja Warriors and it is so fun that the battle game begins. Let\'s party! The Dragon Ninja Warriors game has a 3D appearance, rich visual effects and mysterious characters! Your enemies, who have moved from a mysterious world to your world, will surround you. Are you ready to fight? As a fearless Ninja you have to show all your skills. Use the special powers given to you. Be careful, the time counter will be activated once you use the special powers. You can\'t use that power again until the countdown is over. Remember, you have a very strong fist. You need to collect the attributes and gold that appear when you kill your enemies. You know you don\'t have eternal life when you fight. You should keep an eye on the Life Bar. You have to attack the enemy Ninjas as fast and with agile movements as you can. Suspense and adventure are in this game. Click and you will be a part of this excitement!', 'https://img.gamemonetize.com/8t5nk2f4fww3ghkm5rag3aomdsh7vdne/512x384.jpg', 'https://html5.gamemonetize.com/8t5nk2f4fww3ghkm5rag3aomdsh7vdne/', '0', 'Arcade', 0, 0, '', 'dragon-ninja-warriors'), (8732, 'Bounce Collect Game Do Bong', 'Collect balls in multitudes in this awesome arcade game! Simply drop your balls through a multiplier and watch them grow! Reach the level\'s end with the level\'s ball goal or more to complete each level. Do some quick mental math to see which path will net you the most balls! FEATURES It is not tough gameplay, it is really meditative. There is a variety of levels and ways that you need to complete.', 'https://img.gamemonetize.com/ow7oml8t88b4d13wtvvpfqv51yxpcgjj/512x384.jpg', 'https://html5.gamemonetize.com/ow7oml8t88b4d13wtvvpfqv51yxpcgjj/', '0', 'Shooting', 0, 0, '', 'bounce-collect--game-do-bong'), (8733, 'Rope Skipping 3D Sports Game', 'Do you like skipping rope? Rope skipping is a very good sport. It is novice-friendly and safe. But skipping rope is also very effective for maintaining health! Rope skipping is a very casual 3D game where the player controls the character to jump on different stages. You just need to tap the screen to jump, grasp the timing and don\'t trip. join us!', 'https://img.gamemonetize.com/5zw8a3rbp8auddn2f15dgz488jqn9g3k/512x384.jpg', 'https://html5.gamemonetize.com/5zw8a3rbp8auddn2f15dgz488jqn9g3k/', '0', 'Boys', 0, 0, '', 'rope-skipping--d-sports-game'), (8734, 'Knock Rush 3D Shooting Game', 'Knock Rush is a shooting game with a very high degree of freedom. Knockdown or shoot the biochemical robots along the road and reach the end safely, otherwise, you will be killed by the biochemical robots and try again. There are a wide variety of alternative weapons, darts, umbrellas, robotic arms, slippers, and screaming chickens. The most interesting thing is that you can customize and redefine your weapon. It can be a ball of thread or a cute animal. Use your imagination. The enemy is definitely shocked by the weapon he sees.', 'https://img.gamemonetize.com/a84fgq9htsb57w45rxxr5bfrjg7uspob/512x384.jpg', 'https://html5.gamemonetize.com/a84fgq9htsb57w45rxxr5bfrjg7uspob/', '0', 'Boys', 0, 0, '', 'knock-rush--d-shooting-game'), (8735, 'Neon Blade Impetus', 'Cut your way through the system\'s defenses, slipping past projectiles and slicing through turrets in an intense momentum-based parkour game.', 'https://img.gamemonetize.com/3fshnau3krafhautbf25jk64n6aqq3vo/512x384.jpg', 'https://html5.gamemonetize.com/3fshnau3krafhautbf25jk64n6aqq3vo/', '0', 'Arcade', 0, 0, '', 'neon-blade-impetus'), (8736, 'Tower Defense Super Heroes', 'Tower Defense: Superheroes is an arcade game in which a succession of superheroes from all corners of the Earth follows a specific path, at the end of which is your reserve of health points. Each enemy who reaches it will take some of your health points away. You’ve got a small team of super-villains with their own characteristics. Use them and give them a position on the field to take down as many superheroes as you can before they knock you out.', 'https://img.gamemonetize.com/sxtsodwbq4be0yi036hkggzkii8f1cy1/512x384.jpg', 'https://html5.gamemonetize.com/sxtsodwbq4be0yi036hkggzkii8f1cy1/', '0', 'Boys', 0, 0, '', 'tower-defense--super-heroes'), (8737, 'Sheep + road = Danger', 'Help small defenseless sheep find their way back home. They are completely lost among all these roads and intersections. But they are not alone on their journey... Wolves are waiting to devour them! Protect all the sheep by managing their moves. If a sheep is devoured, the game is over. The sheep community thanks you for your help.', 'https://img.gamemonetize.com/kkg7i376w53was08na65m0kzp3w3nvpi/512x384.jpg', 'https://html5.gamemonetize.com/kkg7i376w53was08na65m0kzp3w3nvpi/', '0', 'Puzzles', 0, 0, '', 'sheep--road--danger'), (8738, 'Sea Diamonds Challenge', 'For the lovers of games with jewels or diamonds, this game offers a fun gaming experience. Look at the diamonds on the screen and try to find the largest group of same color. Tap on the groups of three or more. More and more diamonds will be displayed. Get the highest score before time is over.', 'https://img.gamemonetize.com/z2z25bmnea4cvmprbe6u9ay6bxfmtcc7/512x384.jpg', 'https://html5.gamemonetize.com/z2z25bmnea4cvmprbe6u9ay6bxfmtcc7/', '0', 'Hypercasual', 0, 0, '', 'sea-diamonds-challenge'), (8739, 'Saturday Night Linker', 'Go back to the \'70s with crazy parties and the sound of disco in Saturday Night Linker. Inside a flamboyant nightclub, your wits will be challenged with this puzzle game and its always-evolving difficulty. Exercise your logic and your intelligence through 100 puzzles. From 6x6 to 9x9, these 100 levels will make you scratch your head in a colorful setting with a groovy mood. Link the squares of the dance floor with your finger and form beautiful arabesques.', 'https://img.gamemonetize.com/q4pmjtwzv3aaz4rcg3t9cht42g7qmtya/512x384.jpg', 'https://html5.gamemonetize.com/q4pmjtwzv3aaz4rcg3t9cht42g7qmtya/', '0', 'Puzzles', 0, 0, '', 'saturday-night-linker'), (8740, 'Sweet Home Clean Up Game', 'Welcome to your sweet home and cleaning world to keep your house clean. Bedrooms, bathrooms, kitchens, living rooms... look at what they are like! Let\'s clean up the sweet home well! Play this cleanup game with many different cleanup activities. Start your home cleaning journey now.', 'https://img.gamemonetize.com/vzkjuflrsitz8r5jdkeuqn7k5mw48uvo/512x384.jpg', 'https://html5.gamemonetize.com/vzkjuflrsitz8r5jdkeuqn7k5mw48uvo/', '0', 'Arcade', 0, 0, '', 'sweet-home-clean-up-game'), (8741, 'Fireman Frenzy', 'The frenzied fireman grabbed the firehose and ripped the hydrant right out of the ground and proceeded to put a fire out! How he can do that nobody knows. Now that he is highly mobile he\'s on the move to put out fires everywhere. The problem is the hydrant he carries is awful heavy so his aim is off and quite shaky. Help him put out all of the fires on each level by shooting each fire with a powerful blast from his hose. The blast packs a wallop and can ricochet off objects to put out fires, but be careful as a bad ricochet can easily knock the fireman out.', 'https://img.gamemonetize.com/vaefqgulhgvwjubgipecrtdigd9mvpnm/512x384.jpg', 'https://html5.gamemonetize.com/vaefqgulhgvwjubgipecrtdigd9mvpnm/', '0', 'Shooting', 0, 0, '', 'fireman-frenzy'), (8742, 'Bridge Sort', 'Build bridges between platforms and sort colorful crowd to their platform.', 'https://img.gamemonetize.com/5kpmjgzliywuy39q882c46lgg6ri6ahm/512x384.jpg', 'https://html5.gamemonetize.com/5kpmjgzliywuy39q882c46lgg6ri6ahm/', '0', 'Adventure', 0, 0, '', 'bridge-sort'), (8743, 'Bubble 2048', 'Shoot And Merge Numbersï¼ The number 2048 will explode and eliminate more bubblesï¼ Are you ready to dive into Bubble 2048?', 'https://img.gamemonetize.com/sgxw42qx6ped3j4wwptgb8cudvvwgwnr/512x384.jpg', 'https://html5.gamemonetize.com/sgxw42qx6ped3j4wwptgb8cudvvwgwnr/', '0', 'Shooting', 0, 0, '', 'bubble-'), (8744, 'Stray Puppy Pet Care', 'Start your day by giving a nice hot bubble bath to the little puppy, feed him with yummy food, help him in making a nice house to stay then decorate it with your creativity. Puppy is so dirty playing all day on street. Clean him and wash him properly with pet soaps. Enjoy a bubble bath with a cute little puppy.', 'https://img.gamemonetize.com/vaaz0f18lqv33f32yh9697kdn598ku67/512x384.jpg', 'https://html5.gamemonetize.com/vaaz0f18lqv33f32yh9697kdn598ku67/', '0', 'Girls', 0, 0, '', 'stray-puppy-pet-care'), (8745, 'the home of pleia', 'Forced to a new world, Pleia must cultivate the landscape and gather magic to restore her companion, Briony who\'s spirit is stuck in a lantern. Enchant seeds and avoid critters to protect the delicate ecology, and they will donate magic when your home gets close. Use your gathered magic to purchase upgrades and restore your companion to health.', 'https://img.gamemonetize.com/f3tk2jf4a202a806wbwkv04qk2wzvw01/512x384.jpg', 'https://html5.gamemonetize.com/f3tk2jf4a202a806wbwkv04qk2wzvw01/', '0', 'Adventure', 0, 0, '', 'the-home-of-pleia'), (8746, 'Pin The Earth', 'Use Space to launch the needles.', 'https://img.gamemonetize.com/51ueq62ao8flbd3sc816i0omtsa48r4k/512x384.jpg', 'https://html5.gamemonetize.com/51ueq62ao8flbd3sc816i0omtsa48r4k/', '0', 'Hypercasual', 0, 0, '', 'pin-the-earth'), (8747, 'Roodo', 'Roodo is a sci-fi themed 2D platformer where you have to collect the keys while avoiding the green enemy robots, spikes and ground saws and reach the Exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/0xlcibze0ep3przu7x1roz3kp0midf1u/512x384.jpg', 'https://html5.gamemonetize.com/0xlcibze0ep3przu7x1roz3kp0midf1u/', '0', 'Arcade', 0, 0, '', 'roodo'), (8748, 'Run Dino', 'Take your dino buddy T-Rex for a run along the North American plains in this super fun, endless running game. Jump over rocks, steer clear of shrubs, duck under palm trees, and dodge flying Pterodactyls. Collect eggs that can be used for respawning if you crash, or buy new powerups.', 'https://img.gamemonetize.com/4b5u05pchasewkfgotimp02yp72qt280/512x384.jpg', 'https://html5.gamemonetize.com/4b5u05pchasewkfgotimp02yp72qt280/', '0', 'Clicker', 0, 0, '', 'run-dino'), (8749, 'Talking Ben Hidden Stars', 'Talking Ben Hidden Stars is a free online skill and hidden object game. Find out the hidden stars in the specified images. Each level has 10 hidden stars. There are 6 levels in total. The time is limited so be fast and find all hidden objects before time runs out. Clicking in the wrong place several times reduces the time by an additional 5 seconds. So, if you are ready start the game and have fun!', 'https://img.gamemonetize.com/f15zjwbjj4sd7bog1qs4nfh9rtjnbgil/512x384.jpg', 'https://html5.gamemonetize.com/f15zjwbjj4sd7bog1qs4nfh9rtjnbgil/', '0', 'Puzzles', 0, 0, '', 'talking-ben-hidden-stars'), (8750, 'passenger Overloaded', 'Passengers Overload - City Bus Simulator Game is a unique game of its kind. Press and hold to load the passengers into the bus, release to stop. Load the passengers precisely, not more, not less to avoid explosion. Hurry up! the crowd is getting late to get to their work. Help them catch their bus on time and in limit so that they don\'t explode. You have a maximum of 3 buses to fit the crowd into, use your turns wisely to avoid getting failed. Fit the crowd into the bus as max as you can and in less number of buses possible in order to advance into next level.', 'https://img.gamemonetize.com/o9nfui6tvtvhwzbcz7a0ox14e1fe4i2p/512x384.jpg', 'https://html5.gamemonetize.com/o9nfui6tvtvhwzbcz7a0ox14e1fe4i2p/', '0', 'Hypercasual', 0, 0, '', 'passenger-overloaded'), (8751, 'App For Kids', 'These games are designed for your kids to use at home or early grade school classrooms. Play along with your kid to help them recognize letters, images and sounds; Enjoy! There are six kid\'s game: -Alphabet game. -Math game. -Piano game. -Draw Letters. -ABC Match. -Alphabet Order. Have fun!', 'https://img.gamemonetize.com/7aybuz413isbisv0sqoqgeco7p0keo2o/512x384.jpg', 'https://html5.gamemonetize.com/7aybuz413isbisv0sqoqgeco7p0keo2o/', '0', 'Puzzles', 0, 0, '', 'app-for-kids'), (8752, 'Winx Tic Tac Toe', 'Winx fairy Bloom fights the evil witch Darcy. You have to use your mind to defeat the witch. Have fun', 'https://img.gamemonetize.com/0ug5kdfr6enxykntk3wqfpwchottgsfr/512x384.jpg', 'https://html5.gamemonetize.com/0ug5kdfr6enxykntk3wqfpwchottgsfr/', '0', 'Puzzles', 0, 0, '', 'winx-tic-tac-toe'), (8753, 'Rabbitii', 'Rabbitii is a 2D platformer where you have to collect the carrots while avoiding the dark colored enemy rabbits, spikes and reach the pink flag in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/yhbmxzfx85q89s1tj6hs0dfhxgbmcltx/512x384.jpg', 'https://html5.gamemonetize.com/yhbmxzfx85q89s1tj6hs0dfhxgbmcltx/', '0', 'Arcade', 0, 0, '', 'rabbitii'), (8754, 'Nugget Royale', '80 chicken players compete to be the last standing on an unstable disk above a gruesome grinder. The last player on de disk won’t be turned into a chicken nugget. The player has a few moves, walking, sprinting, jumping and dashing which can be used to survive the race. The number one player on the leaderboard gets to wear the crown, this makes him/her the ultimate nugget master, king of the chickens. Score in the form of nuggets to unlock new hats, like a visor cap, ketchup cap, deep fry basket and a drinking lid. Collect all the hats! Players who eat the most corn grow the biggest and have an easier time pushing other chickens of the disk. When starting the game you are at the smallest size but you do have some jumping advantages. Eat corn, dash other players, stay on the highest point of the disk and have fun. Come play NuggetRoyale.io The game is online multiplayer but can also be played locally with up to 4 players on one computer. Nugget Royale is a true battle royale game where you have to become to only surviving chicken! You are on your way to the final destination but there is one way to get out of there: Push all the other chickens aside to make sure you don\'t end up in the machine. Keep in mind that only one chick survives so you\'ll have to push the others down... Nugget Royale is also known as nuggetroyale.io and you are playing in an arena against 80 other online competitors. You can play Nugget Royale online for free on Adultpuzzles.', 'https://img.gamemonetize.com/xh53jxakin971e4mp8b5jsihxhusq8yq/512x384.jpg', 'https://html5.gamemonetize.com/xh53jxakin971e4mp8b5jsihxhusq8yq/', '0', 'Action', 0, 0, '', 'nugget-royale'), (8755, 'Gravity Bowling', 'In the game Gravity Bowling, you will continue to participate in a rather original bowling competition. In front of you on the screen you will see a playing field on which pins will stand on a small platform. There will be a bowling ball at a certain distance from them. It will be suspended from a rope. The ball itself, thanks to the rope, will swing like a pendulum. You will need to guess the moment and cut the ball with the mouse. Then the ball, having flown the distance you need, will knock down the pins. If you knock down all the objects with one hit, you will be given points and you will go to the next level of the Gravity Bowling game.', 'https://img.gamemonetize.com/ehuk0wk595z5enwqtd6i7brm0ax78zh5/512x384.jpg', 'https://html5.gamemonetize.com/ehuk0wk595z5enwqtd6i7brm0ax78zh5/', '0', 'Puzzles', 0, 0, '', 'gravity-bowling'), (8756, 'Pickle Theory', 'Parable about pickled cucumber - If you put a fresh cucumber in a jar of pickles, then soon it will also become salty. / The proverb of the pickle - If you put a fresh cucumber in a jar of pickles, it will soon become salty too.', 'https://img.gamemonetize.com/csb5smxz5zqzd3z3pkhc0t7h4tj0zkgw/512x384.jpg', 'https://html5.gamemonetize.com/csb5smxz5zqzd3z3pkhc0t7h4tj0zkgw/', '0', 'Adventure', 0, 0, '', 'pickle-theory'), (8757, 'Face Paint Salon Halloween', 'Natalia has agreed to organize a contest for makeup. Any girl who likes to do makeup can register. You need to go to a spa before the contest to kill bacteria and viruses on the skin, and then you can scribble carefully on your skin. You can put on any makeup you want. If you think big enough. Finally, don\'t forget to dress up with your brightest outfit to catch your eye!', 'https://img.gamemonetize.com/qqlz7543d591k1eqqq4y6q2sfpg00ubr/512x384.jpg', 'https://html5.gamemonetize.com/qqlz7543d591k1eqqq4y6q2sfpg00ubr/', '0', 'Girls', 0, 0, '', 'face-paint-salon-halloween'), (8758, 'Fisherman Tycoon Island', 'This day promises to bring you the biggest catch or your life. But everything depends on you. Drop the hook and catch a fish Huggy Wuggy', 'https://img.gamemonetize.com/ny7r0enqeg6zfo1icaikh55zyi5fcd2h/512x384.jpg', 'https://html5.gamemonetize.com/ny7r0enqeg6zfo1icaikh55zyi5fcd2h/', '0', 'Adventure', 0, 0, '', 'fisherman-tycoon-island'), (8759, 'Police Cars Driving', 'The police ensure public safety. He catches criminals. Chase the escaped criminals with the police car in this game. Collect extras and coins on the way. Do not crash to other cars. Good luck', 'https://img.gamemonetize.com/j0r1bv3apc6mjdz5jbzs5abjtkgzg88n/512x384.jpg', 'https://html5.gamemonetize.com/j0r1bv3apc6mjdz5jbzs5abjtkgzg88n/', '0', 'Racing', 0, 0, '', 'police-cars-driving'), (8760, 'Miner Tycoon Island', 'You heard that a gold miner can be very rich, you got very excited and decided to do gold mining as well. But you don\'t know how to do this job, help him aim the gold and avoid those stones. Whether he will become rich is entirely up to you. Have fun! Huggy Wuggy', 'https://img.gamemonetize.com/qb8oq82gb48daviz2qsl8fdae0tsx6jz/512x384.jpg', 'https://html5.gamemonetize.com/qb8oq82gb48daviz2qsl8fdae0tsx6jz/', '0', 'Adventure', 0, 0, '', 'miner-tycoon-island'), (8761, 'Ferdinand Card Match', 'Ferdinand is a 2017 American computer-animated adventure comedy film produced by Blue Sky Studios and distributed by 20th Century Fox. The film, loosely based on Munro Leaf and Robert Lawson\'s 1936 children\'s book The Story of Ferdinand, was written by Robert L. Baird, Tim Federle, and Brad Copeland, and directed by Carlos Saldanha. The film features an ensemble voice cast that includes John Cena, Kate McKinnon, Bobby Cannavale, Peyton Manning, Anthony Anderson, David Tennant, Tim Nordquist, Lily Day, Juanes, Jerrod Carmichael, Miguel Ãngel Silvestre, Raúl Esparza, Gina Rodriguez, Daveed Diggs, Gabriel Iglesias, Flula Borg, Boris Kodjoe, and Sally Phillips. The music for the film was composed by John Powell, making it his eighth and final collaboration with Blue Sky before it shut down on April 10, 2021. The story, written by Ron Burch, David Kidd, and Don Rhymer, follows a gentle pacifist bull named Ferdinand who refuses to participate in bullfighting but is forced back into the arena where his beliefs are challenged when he faces off against the world\'s greatest bullfighter.', 'https://img.gamemonetize.com/kdlg1do1p8cj7kiccd377fflpwk1vme4/512x384.jpg', 'https://html5.gamemonetize.com/kdlg1do1p8cj7kiccd377fflpwk1vme4/', '0', 'Puzzles', 0, 0, '', 'ferdinand-card-match'), (8762, 'Ball Slider 2', 'Not Balance The Ball Over The to play, play it anywhere anytime So you can balance The ball much accurately. You have to balance the ball .', 'https://img.gamemonetize.com/i4qu0xxttnxtsxb3wrc09km30tkiy64v/512x384.jpg', 'https://html5.gamemonetize.com/i4qu0xxttnxtsxb3wrc09km30tkiy64v/', '0', 'Racing', 0, 0, '', 'ball-slider-'), (8763, 'Bridge Ladder Race Stair game', 'Hello and Welcome to the Bridge Race Builder game, This game theme is the more you collect the bricks and the faster you make a bridge for yourself to win the Bridge Race game. Keep in your lane otherwise enemies will make you lose. Enemies: There are several enemies in the bridge race game, They have different Bridge Colors and you have your Bridge and Bricks Color to build the bridge. Just Collect all the bricks that match your body color and the most important thing is, Keep yourself on your Stairs otherwise your enemies will disturb you on their stairs. Basically, this game is like a Stairs Race game or you can say Stairs Bridge Builder game. This game is like Ladder game, i love to play this game in my spare time Because i like ladder game. Actually this game is not like other ladder game its is the mommy legs ridge racer game. Its is totally free to play game, if you want to win stairs race game, so collect all the bricks and make a bridge fast as long you can. Obstacles: There is level base ridge racer game, in other levels stairs race stages you can fall in the water, and there is other obstacles that will make you lose, staking race is like that ridge runner game. Features of this game: More Collect Bricks Faster You Can Build The Ladder, Stairs & Bridge. Avoid All The Obstacles Which Is make you lose. Collect Bricks That Match With Your Body Color. Keep in your Ladder. Dont go to enemy stairs to make your lane. So guys if you like this game, leave a Review, Thanks', 'https://img.gamemonetize.com/z21vb8ar3nzpnju4pi63hutergbfcgwx/512x384.jpg', 'https://html5.gamemonetize.com/z21vb8ar3nzpnju4pi63hutergbfcgwx/', '0', 'Hypercasual', 0, 0, '', 'bridge-ladder-race-stair-game'), (8764, 'Magical Dragons Difference', 'Magical Dragons Difference is a free online difference and kids game! In this game you will need to find 7 differences in every picture. There are 6 different levels. You have one original image and one with mistakes in it. Have fun!', 'https://img.gamemonetize.com/mzgrq7112ccis0e8chfe3l1zm43n87kv/512x384.jpg', 'https://html5.gamemonetize.com/mzgrq7112ccis0e8chfe3l1zm43n87kv/', '0', 'Puzzles', 0, 0, '', 'magical-dragons-difference'), (8765, 'BMWRace 2022', 'In this actual auto racing game 2022, you will get the opportunity to experience fast speeds, true drifting, and driving BMW i8 vehicles. You will be able to experience driving an actual Tesla and Rolls Royce automobile and drifting in a virtual environment, much as you would in a formula car racing game. BMW M5: The brand-new racing game was developed using stringent quality control measures. Spending limitless hours racing BMW Cameras are concerned with Sports Cars over three or more different racing and drifting circuits. Learn to drive a stunt car in the Formula One racing series. Playing this brand-new vehicle driving simulator game from 2022 will help you hone your skills as a motorist. Compete in thrilling sports car races on authentic asphalt courses with high-performance vehicles. This automotive driving simulator game has customized vehicles.', 'https://img.gamemonetize.com/tvfp83st1dly95o39bwhozxz4un228n2/512x384.jpg', 'https://html5.gamemonetize.com/tvfp83st1dly95o39bwhozxz4un228n2/', '0', 'Racing', 0, 0, '', 'bmwrace-'), (8766, 'Rapper Dance Hip Hop', 'You are a famous rapper who gives concerts. Adapt to the rhythms and dance with the arrow keys. The longer you dance, the more money you earn. Show your best dancing skills in the fun game. Try not to miss the rhythms. You have 5 lives. Huggy Wuggy', 'https://img.gamemonetize.com/ddmr48p3r4hld7mboaf1ed9x8ejd1109/512x384.jpg', 'https://html5.gamemonetize.com/ddmr48p3r4hld7mboaf1ed9x8ejd1109/', '0', 'Girls', 0, 0, '', 'rapper-dance-hip-hop'), (8767, 'Princess Mulan Wedding Dress', 'Thousands of years ago in ancient China, there lived a beautiful young woman named Mulan. This princess is getting married now. Let\'s dress her in the most beautiful wedding dress. Fun game', 'https://img.gamemonetize.com/19mg1ybuu2c5wwa1yynnxrdu27eylbfw/512x384.jpg', 'https://html5.gamemonetize.com/19mg1ybuu2c5wwa1yynnxrdu27eylbfw/', '0', 'Girls', 0, 0, '', 'princess-mulan-wedding-dress'), (8768, 'Naruto Dress up', 'Young ninja Naruto Uzumaki, who wants to be accepted by other people, has many cartoon adventures. Would you like to dress your favorite cartoon character Naruto in the clothes you like? Let\'s create your own Naruto hero.', 'https://img.gamemonetize.com/ixkiba9f4o943ruxzxbumcx0k53ed7e6/512x384.jpg', 'https://html5.gamemonetize.com/ixkiba9f4o943ruxzxbumcx0k53ed7e6/', '0', 'Girls', 0, 0, '', 'naruto-dress-up'), (8769, 'Swordboy Vs Skeleton', 'Sword Boy vs Skeleton is a game where the objective is to kill all skeletons', 'https://img.gamemonetize.com/y2mfgwgpcxfwxjwpzwe9detv4noaupfk/512x384.jpg', 'https://html5.gamemonetize.com/y2mfgwgpcxfwxjwpzwe9detv4noaupfk/', '0', 'Action', 0, 0, '', 'swordboy-vs-skeleton'), (8770, 'The Cat Drink Milk', 'Pets such as cats and cats love to drink milk. In game The Cat Drink Milk you will feed various cats with milk. You will do this in a rather original way. A playing field will appear on the screen in front of you on which at the bottom you will see a sitting cat. A bag of milk will hang on a rope above it at a certain height. It can swing from side to side like a pendulum. You will have scissors at your disposal. You will have to guess the moment and cut the rope while the bag of milk is over the cat. Then he will fall into his hands, and you will receive points for it.', 'https://img.gamemonetize.com/9bw0wme2m5wq5pnhguoir70bk9rg45kn/512x384.jpg', 'https://html5.gamemonetize.com/9bw0wme2m5wq5pnhguoir70bk9rg45kn/', '0', 'Hypercasual', 0, 0, '', 'the-cat-drink-milk'), (8771, 'Racing Car Rally', 'Choose your car, choose your race type and start racing! throw plate knives, load your car with nitro and hit the gas Huggy Wuggy', 'https://img.gamemonetize.com/8z00qat6aisc4wao000lada2rns9q4g4/512x384.jpg', 'https://html5.gamemonetize.com/8z00qat6aisc4wao000lada2rns9q4g4/', '0', 'Racing', 0, 0, '', 'racing-car-rally'), (8772, 'Poppy Jokenpo', 'Poppy Jokenpo is a rock-paper-scissors style game where the objective: Then, players compare the symbols to decide who won, as follows: Stone beats scissors (by crushing or breaking it). Scissors beats the paper (cutting it). Paper beats stone (wrapping it).', 'https://img.gamemonetize.com/tc4ibko5hieoasvhi9n4lkfocxprthzz/512x384.jpg', 'https://html5.gamemonetize.com/tc4ibko5hieoasvhi9n4lkfocxprthzz/', '0', 'Puzzles', 0, 0, '', 'poppy-jokenpo'), (8773, 'Invaders War', '“Invaders War†is a game inspired by one of the first games ever created, Space Invaders. A shoot-up style game, where the player must defeat enemies before they reach you. With arcade mechanics and easy gameplay, it allows great fun. Defeat all enemies and win each level, advancing to accumulate the most points. The graphics are colorful and beautiful. Good fun!', 'https://img.gamemonetize.com/3qk0nwq85un8lte0k0z1qfqmmlg1yd6k/512x384.jpg', 'https://html5.gamemonetize.com/3qk0nwq85un8lte0k0z1qfqmmlg1yd6k/', '0', 'Action', 0, 0, '', 'invaders-war'), (8774, 'Tricky Puzzle Brain Test', 'A bright, colorful puzzle game that will not let you get bored. Stunning graphics and animation will please your eyes. In-game music, sound, and voice over are created by a professional composer. All the puzzles in this game share one great storyline. The solution comes through out of the box thinking training your mind and brains at the same time! Save aliens, count bees, pet a dog and much more... Shake, tilt, rotate your mobile to solve puzzles.', 'https://img.gamemonetize.com/vflaoam6fih9xey5gsy5eqc2bpqw6d4c/512x384.jpg', 'https://html5.gamemonetize.com/vflaoam6fih9xey5gsy5eqc2bpqw6d4c/', '0', 'Puzzles', 0, 0, '', 'tricky-puzzle--brain-test'), (8775, 'Brain Test Puzzle', 'Test your intellect and have a lot of fun! Think outside the box, train your brain. Solve exciting puzzles for adults - prove that you are smarter than everyone! Trust common sense and pay attention to details. Don\'t try to solve puzzles in the usual way, some puzzles are not as easy as they seem! Enjoy insanely addictive puzzles and puzzles that will make you think outside the box.', 'https://img.gamemonetize.com/1hpodtbvla10p7ugnd50i8ummrn1az7k/512x384.jpg', 'https://html5.gamemonetize.com/1hpodtbvla10p7ugnd50i8ummrn1az7k/', '0', 'Puzzles', 0, 0, '', 'brain-test--puzzle'), (8776, 'Millionaire Quiz Trivia ', 'Do you want to get rich and become a Millionaire? Win your first $1,000,000 It\'s time to test and increase your knowledge! An educational quiz game for everyone who wants to have a good time and become smarter. This free quiz will become your favorite logic game that you want to play again and again.', 'https://img.gamemonetize.com/x4rwwc2zhsmgsv4nfpm46z1pqsmjh212/512x384.jpg', 'https://html5.gamemonetize.com/x4rwwc2zhsmgsv4nfpm46z1pqsmjh212/', '0', 'Puzzles', 0, 0, '', 'millionaire-quiz-trivia-'), (8777, 'Squash These Ants 2', 'Destroy with your fingers all ants that exit on the hole. Squish all the ants that appear on the screen with your fingers, before they leave the screen be very careful don\'t tap the red ants, they are very dangerous. You have in this awesome App seven modality to smash all the Ants that you see on the screen. All you can have a game of ants is in "Squash these Ants 2" easy to play hard to stop. Key Features: • Very very easy to play • Nice 3D pre rendered graphics • Amazing 3D realistic animations • Seven different gameplay modality • Endless gameplay modality for kids • Very great game for kids and babies • Cool ambience nature music • In Slasher/Weight modality mega "combo" bonus • In Defense very innovative gameplay • Different backgrounds Have fun with this great endless Ant smasher game.', 'https://img.gamemonetize.com/6kjuaupuvp6671tgar19zyrv1wcp255w/512x384.jpg', 'https://html5.gamemonetize.com/6kjuaupuvp6671tgar19zyrv1wcp255w/', '0', 'Hypercasual', 0, 0, '', 'squash-these-ants-'), (8778, 'Sweet Plush', 'You must clear the pillows from the screen. Combine colors to clean the screen. But be careful your time is limited ! "Sweet Plush" is a game that test your logic, speed and reflection. If you have some time occupy it with this addictive game! Browse levels and achieve impressive scores!', 'https://img.gamemonetize.com/tm73f3gklopb14yxja9udbiklo5ivuj7/512x384.jpg', 'https://html5.gamemonetize.com/tm73f3gklopb14yxja9udbiklo5ivuj7/', '0', 'Hypercasual', 0, 0, '', 'sweet-plush'), (8779, 'Stickman Bridge Constructor', 'You like construction games and stickman games? This game is made for you ! Play as an heroic stickman worker that build bridge after brige. You now want to become the most famous Stickman Bridge Constructor Stickman Bridge Constructor is a fun game easy to play... but dificult to master', 'https://img.gamemonetize.com/yhxbomastpavyk2shmrp2pdo3wpsxoea/512x384.jpg', 'https://html5.gamemonetize.com/yhxbomastpavyk2shmrp2pdo3wpsxoea/', '0', 'Fighting', 0, 0, '', 'stickman-bridge-constructor'), (8780, 'Speed Spin Colors Game ', 'You goal is to survive as long as possible ! Your color dot jumps from an orbit to another. Avoid all other color forms and be careful! You must not go to the middle and neither too far from your orbit, or you will lose. This is an hypnotic game that will test your reflexes, attentions and speed.', 'https://img.gamemonetize.com/1qjzbxofsmynjjwbyjmf463kz431zzwi/512x384.jpg', 'https://html5.gamemonetize.com/1qjzbxofsmynjjwbyjmf463kz431zzwi/', '0', 'Arcade', 0, 0, '', 'speed-spin--colors-game-'), (8781, 'Shoot or Die Western duel', 'Are you a fan of Mexican standoffs and spaghetti westerns? This game is for you! Get your boots, your sombrero and your revolver ready for the duel of your life! You have to be ready and have nerves of steel, be as fast as you can and become the fastest in the west or die and be forgotten…', 'https://img.gamemonetize.com/ln6hbj30c3eit880nn1kpd5b91adxoys/512x384.jpg', 'https://html5.gamemonetize.com/ln6hbj30c3eit880nn1kpd5b91adxoys/', '0', 'Multiplayer', 0, 0, '', 'shoot-or-die-western-duel'), (8782, 'Shoot and Merge the numbers', 'Shoot and merge the numbers is a very fun game for all. Just tap on the column you want to shoot the block at the bottom of the screen. Try to match identical block with the same number. The identical blocks will merge and generate a new block with a multiple number. What is the highest score you can get?', 'https://img.gamemonetize.com/cnwitm1mhqsbe7bqf07dnnx0qvjq7gn3/512x384.jpg', 'https://html5.gamemonetize.com/cnwitm1mhqsbe7bqf07dnnx0qvjq7gn3/', '0', 'Hypercasual', 0, 0, '', 'shoot-and-merge-the-numbers'), (8783, 'Shiba Rescue Dogs and Puppies', 'It\'s time to sleep! But the poor puppies are still looking for their bed. You have to help them! Draw the path they have to follow on the floor. Avoid the big dogs in the way, and that\'s it. Each level offers you a new puzzle that you are sure to love!', 'https://img.gamemonetize.com/k768rqnokmidy3r8tgf9c2qy80mzk5i0/512x384.jpg', 'https://html5.gamemonetize.com/k768rqnokmidy3r8tgf9c2qy80mzk5i0/', '0', 'Puzzles', 0, 0, '', 'shiba-rescue--dogs-and-puppies'), (8784, 'Sprinkle Plants Puzzle Game', 'Sprinkle Plants Puzzle Game is an interesting puzzle game which has the simple game play. Rotate the board to the perfect place to water the plant so that it can grow successfully. It also trains your brain flexibility. Would you like to try it?', 'https://img.gamemonetize.com/t8o0mltu7cuze9lx131k7ovkpkafnv3z/512x384.jpg', 'https://html5.gamemonetize.com/t8o0mltu7cuze9lx131k7ovkpkafnv3z/', '0', 'Puzzles', 0, 0, '', 'sprinkle-plants-puzzle-game'), (8785, '2048 Billiards 3D', '2048 Billiards 3D is a free puzzle online game for boys with many features and advantages, as well as endless levels. You need to find the right angle, and merge the target balls with the same number. Try to complete the corresponding targets and get more gold coins to unlock the props. Can you merge the 2048 ball successfully?', 'https://img.gamemonetize.com/fakww7w90bty9pg4szee0h6toa8fszqc/512x384.jpg', 'https://html5.gamemonetize.com/fakww7w90bty9pg4szee0h6toa8fszqc/', '0', 'Boys', 0, 0, '', '-billiards-d'), (8786, 'Surprise Egg', 'Get ready to have fun with Surprise Eggs game! Multiple eggs, one surprise! What\'s hidden in the egg? Beat an egg until it cracks and see what big surprises each egg hides! Be careful, this game is very addictive!', 'https://img.gamemonetize.com/amchmxn6qapd5moc441zqn5t0v4wlqr0/512x384.jpg', 'https://html5.gamemonetize.com/amchmxn6qapd5moc441zqn5t0v4wlqr0/', '0', 'Girls', 0, 0, '', 'surprise-egg'), (8787, 'Combat Pixel 3D Fury Man 2022', 'You may compete against other players from all around the globe if you play the Pixel Gunfire Shoot Gameplay Modes in 3D. In this first-person shooter, you may play with pals on stunning blocky pixel battlefields and choose from three game modes, including one in which you play as a zombie. The firearms range from a pistol to two snipers and an RPG. Join the ranks of thousands of other gamers from all around the globe! Pick your weapon, and get ready to have some fun wreaking havoc in this engaging block setting!', 'https://img.gamemonetize.com/s9c4coxz09xm4b4edsddskuypqioocv7/512x384.jpg', 'https://html5.gamemonetize.com/s9c4coxz09xm4b4edsddskuypqioocv7/', '0', 'Shooting', 0, 0, '', 'combat-pixel-d--fury-man-'), (8788, 'HippoValentineSCafeGame', 'Want to know what animals do on Valentine\'s day? Do they have human like dates? You can find the answer in the hippo valentine\'s Cafe Game. There are barbecues, hot dogs, ice cream and cakes. They enjoy this special day just like you! Would you please help me cook delic', 'https://img.gamemonetize.com/m0d3o9ialyvsra6ygf2vvzw1fa6rddbx/512x384.jpg', 'https://html5.gamemonetize.com/m0d3o9ialyvsra6ygf2vvzw1fa6rddbx/', '0', 'Action', 0, 0, '', 'hippovalentinescafegame'), (8789, 'Makeup Master', 'Makeup Master is a fashionable make up game. You are a famous dresser and today you will deal with 4 customers\' problems. They all look gaunt. But they are planning to go to the mall or playground tonight. Use your talented skills and choose suitable makeups to make them feel radiant. Then choose gorgeous hairstyles, outfits, accessories for them. With your advanced skills, your customers will look totally different from their first look... Find more fun in this game! Enjoy!', 'https://img.gamemonetize.com/wq1lrkg684bp7gd9r748pi689hi7oz64/512x384.jpg', 'https://html5.gamemonetize.com/wq1lrkg684bp7gd9r748pi689hi7oz64/', '0', 'Girls', 0, 0, '', 'makeup-master'), (8790, 'Baby Pull The Pin', 'This is an amazing pull the pin game. You are the father and you must pull pins to help your baby. Be careful and pull the right pins. Good luck', 'https://img.gamemonetize.com/oa1m2lcc8pc6jtivk37189df756c9nq0/512x384.jpg', 'https://html5.gamemonetize.com/oa1m2lcc8pc6jtivk37189df756c9nq0/', '0', 'Puzzles', 0, 0, '', 'baby-pull-the-pin'), (8791, 'JumpDude', 'You will have to show all the care and reaction speed to pass the slippery track. If the attempt fails, you will have to repeat the level again. But jumping is an extremely exciting activity that gives a lot of pleasure. Go through level after level, despite the difficulties!', 'https://img.gamemonetize.com/e9qxw4u2krc12mkgiabaj00y7pfa75v5/512x384.jpg', 'https://html5.gamemonetize.com/e9qxw4u2krc12mkgiabaj00y7pfa75v5/', '0', 'Hypercasual', 0, 0, '', 'jumpdude'), (8792, 'Carnival Chef Cooking', 'This is a super fun food cooking game to make countless carnival treats. You must love the various snacks of the carnival, in this game you can experience the making process of four kinds of carnival food, shaved ice, candy apple, bacon fries, marshmallow milkshake. Come and make your favorite carnival food.', 'https://img.gamemonetize.com/sg7hhyq1jln8s1z0l9lykt8595jhiml8/512x384.jpg', 'https://html5.gamemonetize.com/sg7hhyq1jln8s1z0l9lykt8595jhiml8/', '0', 'Girls', 0, 0, '', 'carnival-chef-cooking'), (8793, 'Match Monster', 'Match Monster is a Free Online Match 3 Puzzle Game! Match 3 or more monsters to make them disappear, disappear but be careful not to let them reach the top! Match Monster is a fun and addicting match 3, bubble shooter, and shooter puzzle game. Play now for free! Match Monster is the best place to find flash games to play online. We have a great collection of puzzle games, bubble shooter games, matching games, board games, and many more. Play now!', 'https://img.gamemonetize.com/p1tt5kclz1mr5m0prggn20563e48caz1/512x384.jpg', 'https://html5.gamemonetize.com/p1tt5kclz1mr5m0prggn20563e48caz1/', '0', 'Shooting', 0, 0, '', 'match-monster'), (8794, 'Poppy Playtime Jigsaw Time', 'It\'s Jigsaw puzzle Time! Poppy Playtime Jigsaw Time is a new jigsaw puzzle game with an amazing gameplay. Drag Jigsaw pieces to complete the picture of huggy wuggy.', 'https://img.gamemonetize.com/6dkd28caboaujpakuga2034x48y3c2pb/512x384.jpg', 'https://html5.gamemonetize.com/6dkd28caboaujpakuga2034x48y3c2pb/', '0', 'Puzzles', 0, 0, '', 'poppy-playtime-jigsaw-time'), (8795, 'Prison Eskape', 'Prison Escaper is a 60 levels of fun physics puzzle game! all boxes except the grass must be removed where the prison is standing. Simply click or tap on the boxes or blocks to destroy them. Carefully use the set blocks in what ever way you can to get the prisoner safely into the grass. You can reset each level if you made a wrong move. Try to solve this fun physics game and enjoy!', 'https://img.gamemonetize.com/oknpwx0uc5jdrrbusen761zj523kojgc/512x384.jpg', 'https://html5.gamemonetize.com/oknpwx0uc5jdrrbusen761zj523kojgc/', '0', 'Puzzles', 0, 0, '', 'prison-eskape'), (8796, '9x9 Rotate and Flip', 'This is a 9x9 grid block game. You must fit the pieces to make horizontal or vertical matches. There are three game modes: \'Classic\': Make as many rows and columns as possible to score. You will lose the game if you don\'t have more spaces to fit the pieces; \'By time\': You lose when your time\'s up. But you can gain extra time by destroying rows or columns that have the power-up Time.; and Bombs: Destroy rows or columns with bombs to defuse them. If any bomb explode you lose!', 'https://img.gamemonetize.com/egij1alkaj3k4gi9aij3q32hr2x9di1u/512x384.jpg', 'https://html5.gamemonetize.com/egij1alkaj3k4gi9aij3q32hr2x9di1u/', '0', 'Puzzles', 0, 0, '', 'x-rotate-and-flip'), (8797, 'Hoop World', 'THE ULTIMATE FLIP & DUNK GAME! Jump and dunk your way through mind-bending portals in an epic adventure! Have you ever pulled off a triple front flip dunk while traveling through a portal to a new world? Hoop World is the ultimate, most addictive basketball game with the simplest controls and coolest graphics!', 'https://img.gamemonetize.com/azg453p7g4gxzinvre6ojff79krq90a3/512x384.jpg', 'https://html5.gamemonetize.com/azg453p7g4gxzinvre6ojff79krq90a3/', '0', 'Arcade', 0, 0, '', 'hoop-world'), (8798, 'Colour Fill 3D', 'Calling all painters and art games lovers! I can Paint is the painting art game you’ve been waiting for. First, mix and paint beautiful colors, then, use the paint dropper to create amazing works of art! Mix and paint all day and this painting game will be your personal art studio. You don’t need to be a professional painter to play one of the best art games, I can Paint can give you the pleasure of painting in the most fun way! Color fill your canvas with your paint dropper and you’ll be a crazy painter in no time! Art games are fun, but I Can Paint is the best of them all! Here’s a pro tip, fill the paint dropper with tons of colors to become the ultimate doodle buddy! Start painting now! To opt out of CrazyLabs sales of personal information as a California resident, please visit our Privacy Policy: https://crazylabs.com/app', 'https://img.gamemonetize.com/hr1zmuo4mnmb72w8qa1ebihjxbs1v768/512x384.jpg', 'https://html5.gamemonetize.com/hr1zmuo4mnmb72w8qa1ebihjxbs1v768/', '0', 'Puzzles', 0, 0, '', 'colour-fill-d'), (8799, 'Sky Rolling Bal', 'Enjoy Sky Ball Online With Differents Modes.', 'https://img.gamemonetize.com/hzg44b83dgzijfi4psqabir5kvwn7qcr/512x384.jpg', 'https://html5.gamemonetize.com/hzg44b83dgzijfi4psqabir5kvwn7qcr/', '0', 'Adventure', 0, 0, '', 'sky-rolling-bal'), (8800, 'Colour chain 2', 'Do you love knots puzzle? Sort colourful chains onto poles to untie the knots! How far can you go?', 'https://img.gamemonetize.com/w41hty9abqu2md07t72p0y849dm2wh08/512x384.jpg', 'https://html5.gamemonetize.com/w41hty9abqu2md07t72p0y849dm2wh08/', '0', 'Puzzles', 0, 0, '', 'colour-chain-'), (8801, 'Aneye Bot', 'Aneye Bot is a 2D Sci-Fi themed platformer where you play as a Robot with an eye and your mission is to collect all of the ice creams while avoiding three-eyed enemy robots, spikes, and saws and reach your own house. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/allxa0n0ufa81odw9xaiz4uc8p1d4jd7/512x384.jpg', 'https://html5.gamemonetize.com/allxa0n0ufa81odw9xaiz4uc8p1d4jd7/', '0', 'Arcade', 0, 0, '', 'aneye-bot'), (8802, 'passenger OverloadedSBH', 'Passengers Overload - City Bus Simulator Game is a unique game of its kind. Press and hold to load the passengers into the bus, release to stop. Load the passengers precisely, not more, not less to avoid explosion. Hurry up! the crowd is getting late to get to their work. Help them catch their bus on time and in limit so that they don\'t explode. You have a maximum of 3 buses to fit the crowd into, use your turns wisely to avoid getting failed. Fit the crowd into the bus as max as you can and in less number of buses possible in order to advance into next level.', 'https://img.gamemonetize.com/d1iie25erzp6xcv34nv6q3gikvfikkf9/512x384.jpg', 'https://html5.gamemonetize.com/d1iie25erzp6xcv34nv6q3gikvfikkf9/', '0', 'Hypercasual', 0, 0, '', 'passenger-overloadedsbh'), (8803, 'Colour Fill Game', 'Slide on the screen, the cube moves with your finger and it fill the place with his color, you have to avoid obstacles, and fill in all the blanks to win. it is necessary to avoid that the cube touches the trace itself. The location of obstacles and walls are generalized randomly.', 'https://img.gamemonetize.com/hiiu6c6fnyef0ajzke8cg59wn08rwkm4/512x384.jpg', 'https://html5.gamemonetize.com/hiiu6c6fnyef0ajzke8cg59wn08rwkm4/', '0', 'Puzzles', 0, 0, '', 'colour-fill-game'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (8804, 'Push Crowd All', 'Enjoy this amazingly fun pushing game where you have to push these obstacles coming at you off the platform! â—†Push your stick to push all the obstacle crowd to the sides, just push em and make it to the goal! â—†Before completing a level, you must push all the crowds down and out, don\'t let yourself fall off the towers or the game is over', 'https://img.gamemonetize.com/h67dz3anve59n5sxh1v4hw7i9onxjhv0/512x384.jpg', 'https://html5.gamemonetize.com/h67dz3anve59n5sxh1v4hw7i9onxjhv0/', '0', 'Adventure', 0, 0, '', 'push-crowd-all'), (8805, 'Park Master Game', 'This is the best puzzle game you will ever play! This car-parking puzzle game is so fun. At the same time, you can relax and feel comfortable while playing this. All the parks are always crowd, so please tap and draw lines to control cars and lead to the parking. Don\'t forget! You should be careful to crashing. If cars hit against each other, you have to restart. This is not a racing game, this is a puzzle game and parking simulator to make you feel fun and happy. It depends on your action whether you can park all the cars. Go ahead! Be careful! Draw your lines! Finally, we encourage you, and will be happy if you listen and enjoy our sound effects through your headsets or earphones. You\'d be able to listen to several sound effects, they are all comfortable sounds. Features: Intuitive controls Colorful 3D graphics Brainly addictive mechanics Vibrates during action (depending on the device and/or settings) Multiple beautiful sound effects Epic car parking puzzle sensation Kids, moms, dads, men and women of all ages, please enjoy this entertainment! Let\'s get to reach a 999 level!', 'https://img.gamemonetize.com/zxxkd1agpnje694s6x8ifknvglq0gdbj/512x384.jpg', 'https://html5.gamemonetize.com/zxxkd1agpnje694s6x8ifknvglq0gdbj/', '0', 'Hypercasual', 0, 0, '', 'park-master-game'), (8806, 'Colour Fill ', 'Your newest addiction comes in 3D! Very easy to play, too hard to master Do not touch other Colors, that is it!', 'https://img.gamemonetize.com/5cbspbefexn3irnjddibjtay0l9ug56k/512x384.jpg', 'https://html5.gamemonetize.com/5cbspbefexn3irnjddibjtay0l9ug56k/', '0', 'Puzzles', 0, 0, '', 'colour-fill-'), (8807, 'Colour Chain', 'Do you love knots puzzle? Sort colorful chains onto poles to untie the knots! How far can you go?', 'https://img.gamemonetize.com/842kf253pzht1w7z3o1vhvu2bkuidt75/512x384.jpg', 'https://html5.gamemonetize.com/842kf253pzht1w7z3o1vhvu2bkuidt75/', '0', 'Puzzles', 0, 0, '', 'colour-chain'), (8808, 'Flipper Hopper', 'shoot ball on the hoop', 'https://img.gamemonetize.com/hk1f3r8pj9auk7nz7lncewqj82ih4ghu/512x384.jpg', 'https://html5.gamemonetize.com/hk1f3r8pj9auk7nz7lncewqj82ih4ghu/', '0', 'Sports', 0, 0, '', 'flipper-hopper'), (8809, 'Colour Box Fill', 'Slide on the screen, the cube moves with your finger and it fill the place with his color, you have to avoid obstacles, and fill in all the blanks to win. it is necessary to avoid that the cube touches the trace itself. The location of obstacles and walls are generalized randomly.', 'https://img.gamemonetize.com/w82w8gfjcm8wjer9cissgmzjrkcp6apb/512x384.jpg', 'https://html5.gamemonetize.com/w82w8gfjcm8wjer9cissgmzjrkcp6apb/', '0', 'Puzzles', 0, 0, '', 'colour-box-fill'), (8810, 'Spider Man Motorbike', 'Do you want to race on challenging tracks with Spider-Man? If you want, race with your friend or pass the tracks alone. Collect coins to choose the engine or color you want. Let\'s play!', 'https://img.gamemonetize.com/iklbkl8n845n51lbl12r9g5mmyzdc0wq/512x384.jpg', 'https://html5.gamemonetize.com/iklbkl8n845n51lbl12r9g5mmyzdc0wq/', '0', 'Arcade', 0, 0, '', 'spider-man-motorbike'), (8811, 'Blocks Drop', 'Welcome to Blocks Drop. This is a new high score puzzle game. Tap to Drop block and do not let blocks fall to get a high score. Good luck', 'https://img.gamemonetize.com/zuk8bjo0gl18z6oovt2kh0m3qivddxur/512x384.jpg', 'https://html5.gamemonetize.com/zuk8bjo0gl18z6oovt2kh0m3qivddxur/', '0', 'Puzzles', 0, 0, '', 'blocks-drop'), (8812, 'Shape Havoc 3D', 'Your goal is to form a shape which can fit inside the moving wall. If you can\'t form the ideal shape in time then the game is over', 'https://img.gamemonetize.com/eswsqxxkunu04q21mgmlz4yzq0rfvoic/512x384.jpg', 'https://html5.gamemonetize.com/eswsqxxkunu04q21mgmlz4yzq0rfvoic/', '0', 'Arcade', 0, 0, '', 'shape-havoc-d'), (8813, 'Mommy Stikman Vs Huggy Wuggy', 'You are a fan of Huggy Wuggy, have you ever been curious about Huggy Wuggy\'s history before becoming avenger in an abandoned toy factory? Explore the game Mommy Long Legs: Stretchy Arm, you will be transformed into the monster Mommy. Using the power combat of your hands to destroy as many things as you can and unleash your anger on every path in the factory. A horror and fun puzzle adventure awaits you and the winner will be the last strong.', 'https://img.gamemonetize.com/jpiri3l7gi6fr08h21xe8p2dicmunqea/512x384.jpg', 'https://html5.gamemonetize.com/jpiri3l7gi6fr08h21xe8p2dicmunqea/', '0', 'Action', 0, 0, '', 'mommy-stikman-vs-huggy-wuggy'), (8814, 'Spiderman Bike', 'Do you want to race on challenging tracks with Spider-Man? If you want, race with your friend or pass the tracks alone. Collect coins to choose the engine or color you want. Let\'s play!', 'https://img.gamemonetize.com/btgj13nrg51lqi99z0gg3467te2bieny/512x384.jpg', 'https://html5.gamemonetize.com/btgj13nrg51lqi99z0gg3467te2bieny/', '0', 'Arcade', 0, 0, '', 'spiderman-bike'), (8815, 'Pilot Heroes 3D', 'Welcome to Pilote Heroes 3D Tap left and right to control your pilote and collect diamonds to get a high score and unlock the next level. Each level has a new unique mission and you have to finish them all. Good luck', 'https://img.gamemonetize.com/12u6hms6kzrkemntksv8er4ctwf2dhup/512x384.jpg', 'https://html5.gamemonetize.com/12u6hms6kzrkemntksv8er4ctwf2dhup/', '0', 'Adventure', 0, 0, '', 'pilot-heroes-d'), (8816, 'Honey Collector Bee Game', 'Honey Collector Bee Game is an online platformer about a bee who collects flower and make honey. Do you want to play the best free online platformer games? You will find a lot of fun playing Honey Collector Bee Game. This game is a lot of fun and it is also a great way to learn more about bees and beekeeping. The Honey Collector Bee Game is an exciting free online platformer that lets you experience what it\'s like to be a bee. You can choose the flowers you want to collect and trade them in at the hive for different types of honey. The best part is that it\'s compatible with mobile devices, so you can play it everywhere! You\'ve got to be positively buzzing over this amazing indie game platformer! This beekeeper\'s been waiting for a long time to share it with everyone, so start collecting flowers, be the best bee you can be and make yourself some honey while doing what you were made to do: Take care of the garden of life.', 'https://img.gamemonetize.com/xjaw1683e0uk9vlgmn1dtx8synns9zh6/512x384.jpg', 'https://html5.gamemonetize.com/xjaw1683e0uk9vlgmn1dtx8synns9zh6/', '0', 'Arcade', 0, 0, '', 'honey-collector-bee-game'), (8817, 'three blocks', 'Jeu de blocs classique avec un mode de jeu de puzzle et d\'arcade! Tout est gratuit, profitez simplement de ce puzzle.', 'https://img.gamemonetize.com/g63syatbpsz4pw3ifhddbimwun7i4qa0/512x384.jpg', 'https://html5.gamemonetize.com/g63syatbpsz4pw3ifhddbimwun7i4qa0/', '0', 'Clicker', 0, 0, '', 'three-blocks'), (8818, 'Lucky Beauty Perfect Dressup Running 3D', 'Reach to end of track and collect the hangers on the runway to change the dress to go in the swimming pool or in bedroom with appropriate dress otherwise you will be not to allowed to enter. • Collect the hangers on the runway • Change the appropriate dress • Enter in swimming pool with appropriate dress • Reach to end of track • Fun and relaxing offline game', 'https://img.gamemonetize.com/wk45yw5tbx5ujkeqrumglpmy7r5w8uwx/512x384.jpg', 'https://html5.gamemonetize.com/wk45yw5tbx5ujkeqrumglpmy7r5w8uwx/', '0', 'Hypercasual', 0, 0, '', 'lucky-beauty-perfect-dressup-running-d'), (8819, 'Tappy Bird22', 'click on left mouse button to fly bird and avoid Abstricals', 'https://img.gamemonetize.com/ohcg1c04dc440ajrls5ugga2jgy8xfxt/512x384.jpg', 'https://html5.gamemonetize.com/ohcg1c04dc440ajrls5ugga2jgy8xfxt/', '0', 'Arcade', 0, 0, '', 'tappy-bird'), (8820, 'Roodo 2', 'Roodo 2 is a 2D platformer where you have to collect the Golden keys while avoiding the yellow and green enemy robots, flying bots, spikes and ground saws and reach the Exit door. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original Roodo game.', 'https://img.gamemonetize.com/2c7tqzscnv12vit2x8ga1he1c37g2foa/512x384.jpg', 'https://html5.gamemonetize.com/2c7tqzscnv12vit2x8ga1he1c37g2foa/', '0', 'Arcade', 0, 0, '', 'roodo-'), (8821, 'Hidden Stars Hello Kitty', 'Hidden Stars Hello Kitty is an online game that you can play in modern browsers and mobiles for free. Hidden Stars Hello Kitty is in the category of Hidden & Escape Room. This game is made with html5 technology, and it\'s available on PC and Mobile web. You can play the game free online on your Computer, Android devices, and also on your iPhone and iPad. Let\'s play the nice puzzle game about Hello Kitty! There are 5 stars hidden in the pictures. Try to find all of them. The game has no time limitation. There are many levels waiting for you. What are you waiting for? Enjoy it!', 'https://img.gamemonetize.com/qhs6rj2o8gga5t28e1if6ehoo98gobwd/512x384.jpg', 'https://html5.gamemonetize.com/qhs6rj2o8gga5t28e1if6ehoo98gobwd/', '0', 'Girls', 0, 0, '', 'hidden-stars-hello-kitty'), (8822, 'Wood Carving Rush', 'Wood Carving Turning Roll Carve Craft Rush 3D. Dig Wood Scrape Carving Spring Rolls to Destroy stone Obstacles and collecting Coins. Tap and hold to dig and carve wood and release rotating wood to break walls.', 'https://img.gamemonetize.com/44hweidl11nxq8q42srwi98mvsa4lfcb/512x384.jpg', 'https://html5.gamemonetize.com/44hweidl11nxq8q42srwi98mvsa4lfcb/', '0', 'Hypercasual', 0, 0, '', 'wood-carving-rush'), (8823, 'World Cup Head 2022', 'World Cup is coming. What are you waiting for ? Click play button and strat aginst another teams and all matechs to win world cup.', 'https://img.gamemonetize.com/kuhex30p457gxpf6h9z9zm0oe8mh2jq7/512x384.jpg', 'https://html5.gamemonetize.com/kuhex30p457gxpf6h9z9zm0oe8mh2jq7/', '0', 'Sports', 0, 0, '', 'world-cup-head-'), (8824, 'Byte the Bullet', 'Byte the Bullet is a lane-based bullet hell where you and your foes are equipped with Armor Creatures, virtual programs that can defend their user from real damages along with granting passive effects. In this game you play as a cheap robot sent by a company to an abandoned mine covered in railways to remove mysterious cyborg monsters from the tracks for further extraction of resources. There is no option but to complete your goal, if not for your survival then to stop the company of sending more of your kind into this deadly place.', 'https://img.gamemonetize.com/rgat0r510uaaiypnwly1vsyj2cs23y14/512x384.jpg', 'https://html5.gamemonetize.com/rgat0r510uaaiypnwly1vsyj2cs23y14/', '0', 'Adventure', 0, 0, '', 'byte-the-bullet'), (8825, 'Sprocky', 'Castle Raider is a 2d platform where you control a knight trying to get all the chests. In his path he will face many enemies.', 'https://img.gamemonetize.com/hq23li6du0vovlbj4vrh8uq2v7fpw4ck/512x384.jpg', 'https://html5.gamemonetize.com/hq23li6du0vovlbj4vrh8uq2v7fpw4ck/', '0', 'Arcade', 0, 0, '', 'sprocky'), (8826, 'BUBBLE SHOOTER FARM', 'BUBBLE SHOOTER FARM is a classic bubble shooter game in a happy setting. Help the little yellow bird by clearing all bubbles. Shoot the bubbles and make combinations of 3 or more to clear them. Clear all bubbles to finish the game. Big Teddy needs your help! Pop the bubbles to rescue the mini teddy bears. Place your bubble shooter aim carefully to clear the maximum amount of bubbles in each level. Features: - Interactive tutorial - 20 challenging levels - Fun theme - Solve bubble sets using a variety of tactics. Use clever theory of angles, target higher bubbles and other tactics to solve each level.', 'https://img.gamemonetize.com/yytdjtt8mugocycyfeegd8h92wx1bqjp/512x384.jpg', 'https://html5.gamemonetize.com/yytdjtt8mugocycyfeegd8h92wx1bqjp/', '0', 'Puzzles', 0, 0, '', 'bubble-shooter-farm'), (8827, 'Huggie Wuggie Rotate', 'Let\'s play our newest casual puzzle game called Huggie Wuggie Rotate. The game has 10 levels. Each level is locked and it will be unlocked when you solve the previous level. Build the correct image by clicking to rotate the pieces of the puzzle before time runs out. Enjoy and have fun!', 'https://img.gamemonetize.com/efu590lf3nfrz4045zp6a7kuicwhtdny/512x384.jpg', 'https://html5.gamemonetize.com/efu590lf3nfrz4045zp6a7kuicwhtdny/', '0', 'Hypercasual', 0, 0, '', 'huggie-wuggie-rotate'), (8828, 'Cube Candy Blast', 'Welcome to Cube Candy Blast. This is a candy blocks puzzle game. Your mission is to tap to blast colorful candy blocks to complete the level and unlock the next one. Enjoy', 'https://img.gamemonetize.com/m205o8xnyc4dphsd01afi8iw9e7f9yjt/512x384.jpg', 'https://html5.gamemonetize.com/m205o8xnyc4dphsd01afi8iw9e7f9yjt/', '0', 'Puzzles', 0, 0, '', 'cube-candy-blast'), (8829, 'MTB DownHill Extreme', 'The mountain ride masters are prepared for their super OffRoad bikes and they are ready to start the MTB DownHill Extreme game. The adventure is beginning with four different mountain bikes and two different game modes as in 1 player or in 2 player.', 'https://img.gamemonetize.com/9j8zm3kgvzr9vjkzxw9deqe9dsdez1yh/512x384.jpg', 'https://html5.gamemonetize.com/9j8zm3kgvzr9vjkzxw9deqe9dsdez1yh/', '0', 'Racing', 0, 0, '', 'mtb-downhill-extreme'), (8830, 'Run or die', 'With your ability to double jump, you only have a few choices left: run or die. Traverse a landscape that was ravaged by war without stopping, and see how far your determination will get you.', 'https://img.gamemonetize.com/jnakfsr04uhrjzwdy60rhm5u3w3c6oht/512x384.jpg', 'https://html5.gamemonetize.com/jnakfsr04uhrjzwdy60rhm5u3w3c6oht/', '0', 'Racing', 0, 0, '', 'run-or-die'), (8831, 'Right left up down reverse', 'Swipe the solid arrows in the same direction, swipe the dotted arrows in the opposite direction. Sounds like an easy task? It\'s easy to play, but hard to master.', 'https://img.gamemonetize.com/4oeutba0ux5ya145ecapvn0x8xp5ov9q/512x384.jpg', 'https://html5.gamemonetize.com/4oeutba0ux5ya145ecapvn0x8xp5ov9q/', '0', 'Arcade', 0, 0, '', 'right-left-up-down-reverse'), (8832, 'Retro Defenders Towers War', 'Mini Guardians: Castle Defense is an epic and classic RPG game with pixel art graphic style. Step into this destiny to defend your princess towers from hordes of enemies, crawling enemies, crusaders, dragons, skeletons, orcs, treants, giant spiders and many more scary creatures... . Use all tricks and spells to fight against enemies and mini boss. You lead a team of 8 super powerful warriors', 'https://img.gamemonetize.com/t47sj9i0ajbd8ths55gt6ihxk3xq1lkp/512x384.jpg', 'https://html5.gamemonetize.com/t47sj9i0ajbd8ths55gt6ihxk3xq1lkp/', '0', 'Arcade', 0, 0, '', 'retro-defenders--towers-war'), (8833, 'Reach The Top Colors Game', 'The goal is to reach the top of the level. You must jump from platform to platform without falling to the bottom of the screen. You can collect boosters such as protections, springs, rockets, and more...', 'https://img.gamemonetize.com/6pn0y4qz4b1p69hbjg6gpgspd2evvnqy/512x384.jpg', 'https://html5.gamemonetize.com/6pn0y4qz4b1p69hbjg6gpgspd2evvnqy/', '0', 'Racing', 0, 0, '', 'reach-the-top--colors-game'), (8834, 'RESOLVE a math game', 'If you like math, or not... you will definitively love RESOLVE, the best math game ever. It is a fun game, it is quick and easy to play, and it is also challenging for everyone. At the bottom of the screen you can see unfilled equations. The solution is on the top of the screen. Just link the correct numbers together so you can complete the equation. Easy, isn\'t it? Really? Well play RESOLVE now and find if you are a true math genius.', 'https://img.gamemonetize.com/x0tp4ro42udvsp7h17bb8wouzvh540uj/512x384.jpg', 'https://html5.gamemonetize.com/x0tp4ro42udvsp7h17bb8wouzvh540uj/', '0', 'Hypercasual', 0, 0, '', 'resolve--a-math-game'), (8835, 'Turn Over Master Driving Game', 'Turn Over Master is a thrilling new arcade game with a 3D art style and driving elements. Click the mouse to accelerate the truck. When the car is driving to a high place, you need to control the car to accurately fall on the platform track to avoid the car Crash, the track in the game is very complicated, similar to the roller coaster track in an amusement park, the car will fly down from high in the sky many times, and you also need to collect the gold coins on the track. These gold coins can be used to buy more trucks, are you ready?', 'https://img.gamemonetize.com/aeygs3t3jlpweaeum797ulr1zxdnk0ai/512x384.jpg', 'https://html5.gamemonetize.com/aeygs3t3jlpweaeum797ulr1zxdnk0ai/', '0', 'Boys', 0, 0, '', 'turn-over-master--driving-game'), (8836, 'Hidden Animals', 'Hidden Animals is an skill based puzzle game where you need to find all the hidden animals in the forest. You need to complete all 8 challenging levels to win this game.', 'https://img.gamemonetize.com/a9m739od5wcdh1r3o9hgajwhgqndv7mt/512x384.jpg', 'https://html5.gamemonetize.com/a9m739od5wcdh1r3o9hgajwhgqndv7mt/', '0', 'Puzzles', 0, 0, '', 'hidden-animals'), (8837, 'Zombie Blockfare Toons 2022', 'Try both the multiplayer modes of the 3D survival horror game MultiGun Stadium 3D Monster Survival, where you may compete in Survivals against people from all over the globe. You may utilize various weapons, ranging from axes to snipers, and compete against your friends on some spectacular levels in this first-person shooter arena 3D zombie game. Join the ranks of thousands of other gamers from all around the globe! Pick your weapon, and get ready to start wreaking havoc and causing mayhem in this MultiGun Stadium 3D Monster Survival setting!', 'https://img.gamemonetize.com/0wxfczi27ni7httdy6jc3z7g9xqk6x7q/512x384.jpg', 'https://html5.gamemonetize.com/0wxfczi27ni7httdy6jc3z7g9xqk6x7q/', '0', 'Shooting', 0, 0, '', 'zombie-blockfare-toons-'), (8838, 'Fashion Crazy Weekend', 'Crazy weekend is coming. What will our fashion girls do? The two girls put on their beautiful clothes first, and then they go to the barber\'s for a new haircut. Finally, make a beautiful manicure. Have fun with the fashion girls!', 'https://img.gamemonetize.com/0vxqpq06f6b1wx3fisudvrljcrjc0ckf/512x384.jpg', 'https://html5.gamemonetize.com/0vxqpq06f6b1wx3fisudvrljcrjc0ckf/', '0', 'Girls', 0, 0, '', 'fashion-crazy-weekend'), (8839, 'Baby Taylor Ice Cream Roll Fun Game', 'Baby Taylor loves ice cream, you see, she is eating ice cream again. But this summer, ice cream has become an outdated food! Ice cream rolls have caught on and become a kids\' favorite summer snack! Taylor still doesn\'t know what an ice cream roll is, let\'s take Taylor to explore with Jessica!', 'https://img.gamemonetize.com/4240sydudzov8grh6s682wpqr708js9q/512x384.jpg', 'https://html5.gamemonetize.com/4240sydudzov8grh6s682wpqr708js9q/', '0', 'Girls', 0, 0, '', 'baby-taylor-ice-cream-roll-fun-game'), (8840, 'Squid Soccer', 'Squid Soccer is a fun great soccer game! Stop an onslaught of incoming soccer balls; this free kicks challenge puts you in control of a star Squid Goalkeeper. The objective is to save every shot on goal; You can dive in any direction at any height; stop the last goal to enter the bonus round! Try to win all medals!', 'https://img.gamemonetize.com/9lbnslyzn8sdq0eiv1kf8ksvecnz1u55/512x384.jpg', 'https://html5.gamemonetize.com/9lbnslyzn8sdq0eiv1kf8ksvecnz1u55/', '0', 'Sports', 0, 0, '', 'squid-soccer'), (8841, 'My High School Crush Date Dating Game', 'Omg, I think someone at school likes you! Will, it is the object of your crush? !? Is this a love letter from him? !? I think it\'s quite possible! Great - he asked you out! Dress up stunningly beautifully for your big date. Get ready for a romantic picnic under the stars, will you get your first kiss?!', 'https://img.gamemonetize.com/a7vl62z9odeo0poa4x0i4v3d84m2zzwp/512x384.jpg', 'https://html5.gamemonetize.com/a7vl62z9odeo0poa4x0i4v3d84m2zzwp/', '0', 'Girls', 0, 0, '', 'my-high-school-crush-date--dating-game'), (8842, 'Princess Coloring Glitter Art Game', 'Princess Coloring Glitter is a very fun coloring game. In this game, we\'ve prepared 4 different mini-games for you to enjoy. Coloring for princesses\' pictures, free drawing, doing laundry, and fun jigsaws. Every mini-game will give you a different surprise. For example, in the coloring and drawing mini-games, beautiful dynamic stickers will make your eyes shine. Also, we\'ve prepared many beautiful colors for you to create with abandon. If you are looking for coloring games, this game is your best choice!', 'https://img.gamemonetize.com/j0317xun7u8vyxmevq8lpgldkdw0fkzk/512x384.jpg', 'https://html5.gamemonetize.com/j0317xun7u8vyxmevq8lpgldkdw0fkzk/', '0', 'Girls', 0, 0, '', 'princess-coloring-glitter--art-game'), (8843, 'Princess Salon Party Makeover Game', 'Three cute princesses are going to attend a splendid party this night. They all have their own prince in mind. They want to be at their best in order to dance with their prince. But pimples, dark circles, and the dullness of the skin make them so anxious. As a kind kid, help them do makeovers and makeups and dress them up. We have prepared so many beautiful makeups and costumes for you. Waiting for you to match them together to become works of art. If you are looking for something delicate and fun, this is your perfect game!', 'https://img.gamemonetize.com/fjgc5qjsxxcv6vg2krzvoco8idtjupxh/512x384.jpg', 'https://html5.gamemonetize.com/fjgc5qjsxxcv6vg2krzvoco8idtjupxh/', '0', 'Girls', 0, 0, '', 'princess-salon--party-makeover-game'), (8844, 'TaoVip', 'Discover an aspect of the fantasies of the east through this fun-to-play board game with same screen multiplayer. This is pure fictional and this is not going to offend anyone in this world.', 'https://img.gamemonetize.com/amc8uo038ahpvzu3pfm6a5ad9cfib2ja/512x384.jpg', 'https://html5.gamemonetize.com/amc8uo038ahpvzu3pfm6a5ad9cfib2ja/', '0', 'Clicker', 0, 0, '', 'taovip'), (8845, 'Rocket Action', 'Rocket Action is a free and fun online action game that allows players of all ages to get their spaceship in the air. Experience the thrill of playing a fast-paced, fun and challenging game with hundreds of new levels. Rocket Action is a fun, fast-paced and challenging game with excellent graphics. Try to survive in this dangerous world! Rocket Action is a free online action game where players Avoid obstacles to reach objectives in this challenging, fast-paced, and addicting platform.', 'https://img.gamemonetize.com/5fqbx0nb0jt4661p97y0idpa6d8gk541/512x384.jpg', 'https://html5.gamemonetize.com/5fqbx0nb0jt4661p97y0idpa6d8gk541/', '0', 'Adventure', 0, 0, '', 'rocket-action'), (8846, 'Fancy Pony Dressup', 'The cute pony Daisy loves to fanyc dress up. She shines like a star as she flies in the sky with her wonderful wings. Let\'s dress her up in very stylish and sparkly outfits. lets play', 'https://img.gamemonetize.com/fzt3bhwr81ax4zkjzkveuy9dtwvd4p0e/512x384.jpg', 'https://html5.gamemonetize.com/fzt3bhwr81ax4zkjzkveuy9dtwvd4p0e/', '0', 'Girls', 0, 0, '', 'fancy-pony-dressup'), (8847, 'Pou Jigsaw Puzzle Collection', 'So the holidays have come, now only memories remain. Fortunately, various cameras have been invented now and the brightest moments can be captured and left in memory forever. The three holidays that all Pou\'s friends gathered for were very bright and there are just a lot of memories in the memory. Choose any of these memorable moments in this game and try to lay it out with the help of small puzzles. There are three levels, starting from easy, ending with more difficult. First, we advise you to choose a simpler one, and only then, when you learn, try the most difficult level.', 'https://img.gamemonetize.com/c9eilk3l0chjp3lbxnfwwgq36o1lqz4h/512x384.jpg', 'https://html5.gamemonetize.com/c9eilk3l0chjp3lbxnfwwgq36o1lqz4h/', '0', 'Puzzles', 0, 0, '', 'pou-jigsaw-puzzle-collection'), (8848, 'Super Space Adventure', '"Space Adventures" is a casual arcade game about traveling in outer space on a rocket, which can be improved as the game progresses.', 'https://img.gamemonetize.com/c5m5papdpun94srd97i0os6cl167h61h/512x384.jpg', 'https://html5.gamemonetize.com/c5m5papdpun94srd97i0os6cl167h61h/', '0', 'Arcade', 0, 0, '', 'super-space-adventure'), (8849, 'BMW City 1', 'Let’s ready to conquer this kar wala game the best ramp car stunts racing game and perform extreme ramp car stunts in GT racing stunts car stunt games. In this stunt kar game you can get a speed boost up with perfect shift & gain nitro to perform more mega ramp car stunt on impossible tracks 3d. Its time to perform mega ramp stunt in racing kar game with your favorite cars like sports, racing, classic and speed cars in stunt racing game. This is the best offline car racing game with stunning graphics. Go and enjoy this kar wala game with stunt car jumping and ramp car jump on this mega ramp and become car stunt master of stunt 3d game. This car stunt 3d has addictive and sensational stunt car driving where you will perform extreme ramp car stunt professionally on exciting ramp car. We have easy control for extreme ramp car stunt racing game. You have played lots of mega ramp games but never experience extreme stunt car racing games. Complete all extreme stunts master missions in ramp car driving impossible stunt car game. Win the battle as car stunt master of car games 2020. City GT racing begins with speed formula car stunt games 2020 free. You have played many muscle car stunt ramp car games but defeating your opponents is not that easy extreme car racing stunt game 2020. Be the best stunt car racing driver in extreme city car best car stunt game. Rules are very simple in crazy car stunt for your best car stunt experience. Drive your stunt racing car fast and race your way to stunt racing car finish line. Be the champ of new car stunt races in Mega Ramp Car Stunts Crazy Car Racing Game.', 'https://img.gamemonetize.com/uz6k407move3ju5gnx3n8siwbzuh66x5/512x384.jpg', 'https://html5.gamemonetize.com/uz6k407move3ju5gnx3n8siwbzuh66x5/', '0', 'Arcade', 0, 0, '', 'bmw-city-'), (8850, 'Speed Racer Online Game', 'Blow up your speed through racing. People who want to try their hand at the most exciting sports games Speed Racer Online is a racing game for those. Game features Easy to play Suitable for all ages Delightful graphics Challenging levels How to play Blow up everything in your path as you race through dangerous obstacles. With the help of fast-moving characters, win the race and reach new levels! To race or not to race? With the new Speed Racer Online game, you have all of the tools you need to become a professional fighter, featuring dangerous obstacles and high-octane action as you speed through opponents. Race yourself against other players online, comparing score cards and challenging them next time! Speed Racer Online is great.', 'https://img.gamemonetize.com/j8ot6ldl5a0hpwe4mot1ikxt27nm0yo9/512x384.jpg', 'https://html5.gamemonetize.com/j8ot6ldl5a0hpwe4mot1ikxt27nm0yo9/', '0', 'Racing', 0, 0, '', 'speed-racer-online-game'), (8851, 'Winx Flora Fashion Girl', 'Winx Flora at a fashion shoot. She wants to be chosen to be the cover girl. Let\'s dress her up by choosing the most beautiful clothes. Shoes should look gorgeous with her jewelry and bag. lets play. Fun game', 'https://img.gamemonetize.com/2b1yjmmsqk7epgvefqpci97x43ccz6jg/512x384.jpg', 'https://html5.gamemonetize.com/2b1yjmmsqk7epgvefqpci97x43ccz6jg/', '0', 'Girls', 0, 0, '', 'winx-flora-fashion-girl'), (8852, 'Emoji Strikes Online Game ', 'Emoji Strikes Online Game is an online game that lets you explore and enjoy the world of Emoji. Your goal is to collect enough emoji to become the most popular emoji in the world. The game is based on a funny way that you collect and use more of all the different emojis to become the most popular emoji in the world.', 'https://img.gamemonetize.com/jp146t4wav4hpp3bl82dx27y6pg32xaq/512x384.jpg', 'https://html5.gamemonetize.com/jp146t4wav4hpp3bl82dx27y6pg32xaq/', '0', 'Puzzles', 0, 0, '', 'emoji-strikes-online-game-'), (8853, 'Monter High Frankie Stein', 'She is a simulacrum, specifically the daughter of Frankenstein\'s monster and his bride, and a student at Monster High. Having been born as a 15-year old only recently, Frankie has all the intelligence and physical capabilities of her born-age, but none of the appropriate life experiences. Now let\'s dress her up as we want and play. Fun game', 'https://img.gamemonetize.com/t1vjf53fmvrq6ftxfim763ttfw8euh5f/512x384.jpg', 'https://html5.gamemonetize.com/t1vjf53fmvrq6ftxfim763ttfw8euh5f/', '0', 'Girls', 0, 0, '', 'monter-high-frankie-stein'), (8854, 'Tiger Care For Baby', 'What flavor of candy cane do you like to eat? Come and join Fruit Sort Puzzle to make your own candy cane to suit your taste! Move the fruits, three or more of them can be combined and upgraded, and finally, you have to target the hawthorn. If the fruit exceeds the maximum limit of the fork, you will fail. Can you successfully make hawthorn candy canes? Believe in yourself! Have fun!', 'https://img.gamemonetize.com/za2ab8kjr43otq5mmg13hglc5e0kyjso/512x384.jpg', 'https://html5.gamemonetize.com/za2ab8kjr43otq5mmg13hglc5e0kyjso/', '0', 'Puzzles', 0, 0, '', 'tiger-care-for-baby'), (8855, 'TruckFactoryForKidsGame', 'It is a very colorful game educational game for kids in kindergarten. This game is accessible not only games for boys but also to girls. If you are fond of cars and trucks or anything connected with building games thematic, you can join us in Truck Factory For Kids. I hope you can have fun learning truck games!', 'https://img.gamemonetize.com/vzrrcmickjw0j8bm7dyks81y7gan68sg/512x384.jpg', 'https://html5.gamemonetize.com/vzrrcmickjw0j8bm7dyks81y7gan68sg/', '0', 'Racing', 0, 0, '', 'truckfactoryforkidsgame'), (8856, 'Truck Factory For Kids 2', 'It is a very colorful game educational game for kids in kindergarten. This game is accessible not only games for boys but also to girls. If you are fond of cars and trucks or anything connected with building games thematic, you can join us in Truck Factory For Kids. I hope you can have fun learning truck games!', 'https://img.gamemonetize.com/bfrb6kn999uapqda58863c5pgol3i9jv/512x384.jpg', 'https://html5.gamemonetize.com/bfrb6kn999uapqda58863c5pgol3i9jv/', '0', 'Puzzles', 0, 0, '', 'truck-factory-for-kids-'), (8857, 'Francy', 'Welcome to Francy, have fun between 3 levels overcoming all obstacles and pitfalls becoming the strongest in the game, what are you waiting for? go play Francy now and the fun will be guaranteed !!!', 'https://img.gamemonetize.com/glb7omfdo74qgstw9hypiwtn1up4h9ym/512x384.jpg', 'https://html5.gamemonetize.com/glb7omfdo74qgstw9hypiwtn1up4h9ym/', '0', 'Boys', 0, 0, '', 'francy'), (8858, 'Cannon Ball & Pop It Fidget Game', '“Cannon Ball + Pop It Fidget†is a super game that combines the challenge of a game of throwing balls (in Angry Birds style) with a casual game of Pop It Fidget. With every level you beat, a Fidget will be unlocked so you can have fun popping bubbles and playing with changing colors and sounds. Don’t leave any stars behind, win the game 100%!', 'https://img.gamemonetize.com/egq6rovu6g5pykqzdqfbkkh1s8sn5rr8/512x384.jpg', 'https://html5.gamemonetize.com/egq6rovu6g5pykqzdqfbkkh1s8sn5rr8/', '0', 'Arcade', 0, 0, '', 'cannon-ball-amp-pop-it-fidget-game'), (8859, 'ItchExplorer', 'ItchExplorer, a virtual arcade! Browse and play the top games on itch.io Brought to you by MIDL. Click on this link for more games >> https://www.midl.tk', 'https://img.gamemonetize.com/atziri2dqs8fnpdj9jdn8jo93tj9fv7g/512x384.jpg', 'https://html5.gamemonetize.com/atziri2dqs8fnpdj9jdn8jo93tj9fv7g/', '0', 'Arcade', 0, 0, '', 'itchexplorer'), (8860, 'Racing Dog Simulator Crazy Dog Racing Games', 'Everyone is sick of typical racing games and now they want something new in the town. So, introduce them wild animal racing games such as greyhound dog racing and racing dog competition. Satisfy your dog racing stunt extreme fever on animal racing track and enjoy wild animal run in racing dogs games.', 'https://img.gamemonetize.com/hk97u0qniwqnhid0jnofpfr76r17rt7e/512x384.jpg', 'https://html5.gamemonetize.com/hk97u0qniwqnhid0jnofpfr76r17rt7e/', '0', 'Adventure', 0, 0, '', 'racing-dog-simulator--crazy-dog-racing-games'), (8861, 'Bring the Ball', 'In the new exciting game Bring the Ball you will have to help a small ball to get to a certain place. In front of you on the screen you will see a playing field filled with various geometric structures. On one of them will be your ball. Elsewhere, you will see a basket, which is indicated by a flag. Your ball must fall into this basket. Examine everything carefully. Now with the help of the mouse you will need to change the angles of inclination of the structures. Thus, you will make sure that your ball can ride along the route you need and get into the basket. As soon as this happens, you will be given points in Bring the Ball game and you will move on to the next level of the game.', 'https://img.gamemonetize.com/kx1svkj8omn4696xw5kr2k69cmpi6zl2/512x384.jpg', 'https://html5.gamemonetize.com/kx1svkj8omn4696xw5kr2k69cmpi6zl2/', '0', 'Puzzles', 0, 0, '', 'bring-the-ball'), (8862, 'Runner Figure', '" Runner: Figure" is a unique project, a mix of runner and puzzle game. Reaction and deep visual thinking come in handy. Despite the simplicity of the game, it requires extremely fast reactions and visual figure alignment.', 'https://img.gamemonetize.com/nkyw18loij2nwwpun9jym5sbd2mbhfoq/512x384.jpg', 'https://html5.gamemonetize.com/nkyw18loij2nwwpun9jym5sbd2mbhfoq/', '0', 'Puzzles', 0, 0, '', 'runner-figure'), (8863, 'Balls Puzzle', 'A new arcade platformer, you have not only the ball itself, but also the level. A puzzle game that will give you a good time. Platformer with a balloon. All you have to do is just run the game!', 'https://img.gamemonetize.com/lydu60k089slolfw4lj73se6y0xl5oq4/512x384.jpg', 'https://html5.gamemonetize.com/lydu60k089slolfw4lj73se6y0xl5oq4/', '0', 'Arcade', 0, 0, '', 'balls-puzzle'), (8864, 'SpaceTravel', 'Travel around space shooting asteroids and defeating enemies and also discover some interesting curiosities about our solar system', 'https://img.gamemonetize.com/rkwgm1cmooojcc9agm6tr8k0tgpkochu/512x384.jpg', 'https://html5.gamemonetize.com/rkwgm1cmooojcc9agm6tr8k0tgpkochu/', '0', 'Shooting', 0, 0, '', 'spacetravel'), (8865, 'Crazy Gunner 3D', '"Crazy Shooter"! Here you will find a sea of ​​​​adventure, where you will need to show dexterity and speed. This runner will brighten up your evening and give you a lot of cool emotions. "Crazy Shooter" is an addictive game where you not only have to run, but also shoot! On the way you will meet many opponents, and they will obviously not be very friendly. Therefore, take up arms and start shooting everyone in your path.', 'https://img.gamemonetize.com/6cgkhf8cnnynnhyqh8x379673u93l4vq/512x384.jpg', 'https://html5.gamemonetize.com/6cgkhf8cnnynnhyqh8x379673u93l4vq/', '0', 'Hypercasual', 0, 0, '', 'crazy-gunner-d'), (8866, 'Robot Car Emergency Rescue2', 'Join Robot cars and save the city playing these cool games for boys and girls. Kids Games for Boys and Girls! Put out the fire, find the cat, repair the building, and much more! A new Port has been opened recently, and there\'s a typhoon there!', 'https://img.gamemonetize.com/k1bhcu8zyfo0exa90z8v289a77w50184/512x384.jpg', 'https://html5.gamemonetize.com/k1bhcu8zyfo0exa90z8v289a77w50184/', '0', 'Boys', 0, 0, '', 'robot-car-emergency-rescue'), (8867, 'Wonderful High Heels', 'Prepare yourself for the best high-heeled shoe game ever! Wonderful High Heels 3D is for the best! This shoe game is exciting, this runway is spectacular, and this shoe race is for the best! The higher your heels, the easier it will be to break free from the confines of the walls. You must collect as many high heels as can on the road in order to walk on the final podium! You\'ll feel like a QUEEN if you walk in heels! At each parkour, you\'ll face a new challenge! There are rails on the roof wher', 'https://img.gamemonetize.com/fts6aol6g0f5ycsfknf7v37idw7ux2gd/512x384.jpg', 'https://html5.gamemonetize.com/fts6aol6g0f5ycsfknf7v37idw7ux2gd/', '0', '3D', 0, 0, '', 'wonderful-high-heels'), (8868, 'Robot Fighter Epic Battles', 'The most strategic robots war game is now available. Each of them have different characteristics and weapons. Attack, defense, special tricks... You have a vast variety of strategies to defeat the enemy. Spin the wheel to pop up your robots soldiers. You are in command of a number powerful weapons and robots that can stop the enemies. Kill the other team. Whatever happens! Every weapon has different characteristics and you have to play wisely to defeat the enemy. Or you will die!!!', 'https://img.gamemonetize.com/9bqpengikay759yw8arwwkteo3ix57ml/512x384.jpg', 'https://html5.gamemonetize.com/9bqpengikay759yw8arwwkteo3ix57ml/', '0', 'Arcade', 0, 0, '', 'robot-fighter--epic-battles'), (8869, 'Speed Challenge Colors Game', 'A simple and addictive action puzzle game. The object of the game is to either collect or block geometric forms. The dots and forms all move in predictable paths.', 'https://img.gamemonetize.com/4chw3aak7jxnlme38moro5qh2tu5cs2r/512x384.jpg', 'https://html5.gamemonetize.com/4chw3aak7jxnlme38moro5qh2tu5cs2r/', '0', 'Arcade', 0, 0, '', 'speed-challenge--colors-game'), (8870, 'Skyscraper run', 'Your city is in danger and there is no one to save it ... except you! Become the super hero of modern times. With your helmet, concealing your identity, and your cape and super aerodynamic combination you can do everything! Climb the buildings and dispose of all the city\'s villains. Be careful, some bad guys are tougher and stronger than others!', 'https://img.gamemonetize.com/vbampaasp7kbxj8ov6trt0qyjuq3e1p3/512x384.jpg', 'https://html5.gamemonetize.com/vbampaasp7kbxj8ov6trt0qyjuq3e1p3/', '0', 'Arcade', 0, 0, '', 'skyscraper-run'), (8871, 'Skater Kid', 'Skater kid is a great skill game in which you must avoid various obstacles. Ride the town and test your skills with your skateboard to impress your friends. This game will fascinate all lovers of sports and skateboarding!', 'https://img.gamemonetize.com/j9apqfi0c1hi8d5tn26bojqbh868xiak/512x384.jpg', 'https://html5.gamemonetize.com/j9apqfi0c1hi8d5tn26bojqbh868xiak/', '0', 'Sports', 0, 0, '', 'skater-kid'), (8872, 'Anime Manga Coloring Book Art Game', 'Do you like watching Anime and Manga? Do you like gorgeous Anime and Manga characters? Here we released this online Anime Manga Coloring Book and you can create your own-style characters. We\'ve prepared 8 beautiful and handsome characters in this game. You will enjoy this game with cheerful music. It\'s a very good game to relax when you are tired. Also, it\'s a very perfect chance to let out your artistic talent. Invite your friends to join you and create the best characters together!', 'https://img.gamemonetize.com/u65ns8z0wfmx66cen944m8oz8tk9ndfh/512x384.jpg', 'https://html5.gamemonetize.com/u65ns8z0wfmx66cen944m8oz8tk9ndfh/', '0', 'Girls', 0, 0, '', 'anime-manga-coloring-book--art-game'), (8873, 'Mermaid Save The Ocean', 'Marine pollution has always been a big troublesome problem. Our lovely mermaid princess is also troublesome by this problem. She has a beautiful garden, which is her favorite place, but there is often rubbish falling from the sea in this garden. You see, now the garden is full of rubbish again. Please help the mermaid clean her garden, and don\'t forget to change her into a clean new dress after this. Have fun!', 'https://img.gamemonetize.com/jmuirdziqampy79be3jkt9g9dvtpoe8y/512x384.jpg', 'https://html5.gamemonetize.com/jmuirdziqampy79be3jkt9g9dvtpoe8y/', '0', 'Girls', 0, 0, '', 'mermaid-save-the-ocean'), (8874, 'Love Baby Fashion Makeover Game', 'Enter lovely baby\'s magical salon where you can let your imagination run free by designing and styling your very own avatar inspired by the Princess of Play and her pets! Have fun!', 'https://img.gamemonetize.com/invcuk4pdvwion6nimivf752f3ynbpvk/512x384.jpg', 'https://html5.gamemonetize.com/invcuk4pdvwion6nimivf752f3ynbpvk/', '0', 'Girls', 0, 0, '', 'love-baby-fashion-makeover-game'), (8875, 'Super Race 3D', 'Super Race 3D is a fun and free leisure online game for boys. You need to let the crowd reach their destination through escalators and roads. In the game, you need to choose a reasonable time to guide the crowd through the danger zone and finally reach the cars. Try to avoid all kinds of vehicles coming and going, avoid being hit by vehicles and losing people. Come join us and take the challenge!', 'https://img.gamemonetize.com/9xohw9clcze28tghvriy0s1jcy8zrc1o/512x384.jpg', 'https://html5.gamemonetize.com/9xohw9clcze28tghvriy0s1jcy8zrc1o/', '0', 'Boys', 0, 0, '', 'super-race-d'), (8876, 'School Lunch Maker', 'It\'s time for lunch! The school cafeteria is busy again. Students are coming here because today the cafeteria is offering a special new term lunch set! There are so many foods to choose from and pair with this new term lunch set! Like vanilla strawberry ice cream cake, pizza, hot dogs, burgers and the most popular ice cream pop! Come cook, decorate and enjoy these delicious treats with us! bring it on! Start playing now!', 'https://img.gamemonetize.com/4eiikrf2pr91vhknzte99e5ev2oryrqd/512x384.jpg', 'https://html5.gamemonetize.com/4eiikrf2pr91vhknzte99e5ev2oryrqd/', '0', 'Girls', 0, 0, '', 'school-lunch-maker'), (8877, 'Stickman Archer Warrior', 'The archers have taken their places! An exciting fight begins with Stickman Archer Warriors. Many enemies are waiting for you on the steps with arrows in their hands. Focus on the target and make your shot. You have to hit it right, don\'t miss it! There are 4 different special powers in the game. When you face your opponent, examine it and choose one of these powers. As you progress through the chapters, you can buy new arrows with the gold you earn. Have fun!', 'https://img.gamemonetize.com/qfdp834rhc8s9jczm3m08oibsu434ity/512x384.jpg', 'https://html5.gamemonetize.com/qfdp834rhc8s9jczm3m08oibsu434ity/', '0', 'Shooting', 0, 0, '', 'stickman-archer-warrior'), (8878, 'Handgun Simulator Parabellum', 'Handgun Simulator Shooting Range offers realistic and closest experience for semi-automatic and modern weapons shooting on the firing range. Imagine classic gun shooting closest experience with dynamic weapons sounds when you pull of the trigger aim for bull\'s eye.', 'https://img.gamemonetize.com/8hs83tosqtfpo8pmgaa16h41uqsldx48/512x384.jpg', 'https://html5.gamemonetize.com/8hs83tosqtfpo8pmgaa16h41uqsldx48/', '0', 'Shooting', 0, 0, '', 'handgun-simulator-parabellum'), (8879, 'UglyVilla', 'The ugly toys living in uglyvilla need to be put in the box urgently. The ugly toy green and red have to take the key and go to the box. you must help them. Help them and get them to the box. Help the ugly toys get to the box. do not forget to collect the buttons, do not do not collect. toys need buttons.', 'https://img.gamemonetize.com/tqvxuzw7yqdpzv8ay8e99r83y8fu856o/512x384.jpg', 'https://html5.gamemonetize.com/tqvxuzw7yqdpzv8ay8e99r83y8fu856o/', '0', 'Adventure', 0, 0, '', 'uglyvilla'), (8880, 'Galactic Flight', 'Another villain named Star-Lord has seized power in the galaxy and threatens to destroy all the creatures inhabiting it. It is necessary to punish the villain and save the galaxy, which is far from being possible for everyone, this work is up to only one superhero, or rather the heroine - Captain Marvel. Take the girl under your control and smash the enemy forces, no one should survive.', 'https://img.gamemonetize.com/8dxm8l8a7qdtd8m7ik8u5gna4f753ix4/512x384.jpg', 'https://html5.gamemonetize.com/8dxm8l8a7qdtd8m7ik8u5gna4f753ix4/', '0', 'Adventure', 0, 0, '', 'galactic-flight'), (8881, 'Robot Super Hero Fighting', 'Icon image Robot Super Hero Fighting Game About this game SUPERHERO ROBOT Enjoy the new and best action superhero and robot fighting game! Rush into street and fight as the crime fighter superhero you are in the city of vice! BECOME THE BEST OF THE HISTORY OF CRUEL ROBOT BATTLES This ninja robot fighting adventure game takes place in a city of dark streets. Unknown crime lords attacked the city and your ninja superhero should win to mafia gangs! Civilians waited for some help, but police and even army forces were unable to cope with gangster mafia villains. They had no hope and it seems that everything was going to ruin but robot fight ninja master appeared! People want to kick away thugs from their hoods and streets. So handle the superhero to beat iron enemies on streets in one of the best robot heroes fighting games! HOW TO FIGHT IN THE SUPERHERO NINJA BATTLE It\'s very easy, we made it in classic arcade style, like in superhero fighting games of your childhood memories. Tap buttons to make robotics melee attacks - punches and kicks. Tap on the attack button to pick up different devastating weapons from the ground. Combine jumps and blocks to be the most dexterous warrior of superheroes games! Try to win in survival battles, get points for every successful street fight and unlock new improvements for your future robot fighting hero! COURAGEOUS AND FEARLESS SUPER HERO The gang of offenders took the city of dark streets to their control, stop crime lord activity - iron of blades of the steel hero are waiting for making the critical annihilation to every enemy on your way! Wear the future superhero mask and armor, take katana and other devastating weapons and go streets to eliminate enemies on outlaw fights! ULTIMATE STREET BRAWLS This fighting game has been made for robot fans and superheroes games fans. Perform unpredictable and with your iron ninja robot attack and defeat rivals to gain access to the next superhero level. Collect coins to unlock new combo and get incredible super abilities to become an absolute champion in combat fighter games! Unleash your rage on streets of vice in a future city! UNLOCK NEW FEATURES Enjoy action-packed mortal battles of superheroes iron robots vs supervillains and gangsters. Use the fantastic power of the super heroes in the future fight on various locations of the city of dark streets. Unlock new fightings styles like kung fu, karate or even krav maga! Vary your melee attacks and ranged combat with new abilities in the ninja robot fighting game. FIGHTING AGAINST CRIME WITH HEROES IN THE CITY Like other superhero fighting games, you will get a chance to become a real superhero and rescue the city! Play this ultimate fighting game for mobile with super heroes ninja from a comic book that fights with hordes of gangs! DOWNLOAD SUPERHERO GAME You are a super man and you move like a spider avoiding be dead. Plunge like in a pool into this futuristic war game with our cool super heroes! Make your own justice in this superhero fighting adventures with cool graphics that can compete with the best fighting games! Easy controls of robot games wouldn\'t leave you indifferent. Are you ready to fight in the coolest superhero battle game?', 'https://img.gamemonetize.com/bnzqvrmqs8vgqawl9tr6h9yp619r7wg7/512x384.jpg', 'https://html5.gamemonetize.com/bnzqvrmqs8vgqawl9tr6h9yp619r7wg7/', '0', 'Adventure', 0, 0, '', 'robot-super-hero-fighting'), (8882, 'Space Tower Defense', 'Tower Defense is a strategy game where the player\'s goal is to protect their territories and the main tower from enemy attacks. To do this, the player builds defensive structures along the attack trajectory, the strength of which depends on the cost of energy that the player receives for defeating enemy equipment.', 'https://img.gamemonetize.com/yxvyxah883hb2wky4al8snh4z5tn9hei/512x384.jpg', 'https://html5.gamemonetize.com/yxvyxah883hb2wky4al8snh4z5tn9hei/', '0', 'Puzzles', 0, 0, '', 'space-tower-defense'), (8883, 'Gangs Idle City', 'Gangs Idle City game is a fun simple gangster arcade idle game. You use a funny gangster character in the game and try to earn money in various ways. You continue the game by improving the tools you use step by step and expanding your environment. As the levels pass, things will grow more skillfully, try to control the city.', 'https://img.gamemonetize.com/k5rxexaponwas03rayrnu4kcnun1d9kr/512x384.jpg', 'https://html5.gamemonetize.com/k5rxexaponwas03rayrnu4kcnun1d9kr/', '0', 'Hypercasual', 0, 0, '', 'gangs-idle-city'), (8884, 'City of Billiards', 'In City of Billiard, you are performing billiards shows in various parts of the city as a pool master. The arrangement of the billiard balls becomes different and more difficult as the levels pass. You can adjust the direction, speed and angle of the cue in detail. You can make more accurate shots by adjusting the ball hit point. Play in 20 different levels without exceeding the number of hits given to you.', 'https://img.gamemonetize.com/06mc5g6vx856j5n03l5d10zw5thqw37s/512x384.jpg', 'https://html5.gamemonetize.com/06mc5g6vx856j5n03l5d10zw5thqw37s/', '0', 'Puzzles', 0, 0, '', 'city-of-billiards'), (8885, 'Wuggy Fly', '30 missions to pass, the game requires a lot of dexterity ​Control: ​', 'https://img.gamemonetize.com/mbazf8jetx5xmonmdf48kjpqa6umhm2v/512x384.jpg', 'https://html5.gamemonetize.com/mbazf8jetx5xmonmdf48kjpqa6umhm2v/', '0', 'Adventure', 0, 0, '', 'wuggy-fly'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (8886, 'Sea side Cleaning Day', 'In this game you play as an eco activist. Your goal is to clean the beach as fast as you can.', 'https://img.gamemonetize.com/h2gq4k61958y4jfveb7t1uur34zzhkxh/512x384.jpg', 'https://html5.gamemonetize.com/h2gq4k61958y4jfveb7t1uur34zzhkxh/', '0', 'Adventure', 0, 0, '', 'sea-side-cleaning-day'), (8887, 'Basketball Challenge Online Game', 'Basketball Challenge is a free online basketball game where you control the ball, and compete against Obstacles. Your goal is to shoot your way through a set of goals while avoiding obstacles in the way.', 'https://img.gamemonetize.com/iovy3re1icctq78vp07fmruyu7xp620w/512x384.jpg', 'https://html5.gamemonetize.com/iovy3re1icctq78vp07fmruyu7xp620w/', '0', 'Sports', 0, 0, '', 'basketball-challenge-online-game'), (8888, 'Dora Ballerina Dressup', 'Dora is an adventurous cartoon hero girl. She goes to ballet school. Dora tries on ballet dresses. What costume do you think she should wear? let\'s dress up her to your favorite clothes and play', 'https://img.gamemonetize.com/l4t4q5yz92rnphnmjiuzybbra1l6ajr0/512x384.jpg', 'https://html5.gamemonetize.com/l4t4q5yz92rnphnmjiuzybbra1l6ajr0/', '0', 'Girls', 0, 0, '', 'dora-ballerina-dressup'), (8889, 'Square Monster', 'Square Monsters is a very fun and challenging game Help all monsters to escape through the portal..', 'https://img.gamemonetize.com/nr8n2t7iour2ztnwyuz0dt3oo19rgiyv/512x384.jpg', 'https://html5.gamemonetize.com/nr8n2t7iour2ztnwyuz0dt3oo19rgiyv/', '0', 'Puzzles', 0, 0, '', 'square-monster'), (8890, 'NOOB VS BLUE MONSTER GAME', 'Noob, whom everyone finds funny and cute, is in trouble and is running away from a huge blue monster in this series.Noob trying to escape from the blue monster has to cross the cliffs or he is in big trouble. Hey you come on help noob and help him reach the statue portal at the end. help him get out of the place he got stuck and get out. Join the exciting adventure of noob and the blue monster.', 'https://img.gamemonetize.com/pg75zv2sze79dt054tgivilmzatatr32/512x384.jpg', 'https://html5.gamemonetize.com/pg75zv2sze79dt054tgivilmzatatr32/', '0', 'Arcade', 0, 0, '', 'noob-vs-blue-monster-game'), (8891, 'Donald Duck Dressup', 'Donald Duck, one of the most popular cartoon characters, loves adventure. He chooses different costumes for each of his adventures. Let\'s dress the Donald Duck in its new clothes very stylishly according to our taste. Fun game', 'https://img.gamemonetize.com/noqjmgiz210yunx8u7ofajstivhxod4a/512x384.jpg', 'https://html5.gamemonetize.com/noqjmgiz210yunx8u7ofajstivhxod4a/', '0', 'Girls', 0, 0, '', 'donald-duck-dressup'), (8892, 'Puzzle Animal Rotate', '“Puzzle Rotate – Animals†is a casual puzzle game. Build the correct image by rotating the pieces of the puzzle before time runs out. Tap or click on a piece to rotate and have fun!', 'https://img.gamemonetize.com/e5jfsoii9phunxgfp31lt40fc42ypcca/512x384.jpg', 'https://html5.gamemonetize.com/e5jfsoii9phunxgfp31lt40fc42ypcca/', '0', 'Puzzles', 0, 0, '', 'puzzle-animal-rotate'), (8893, 'Two Cube', 'Control two dice to jump over falling walls. The game is difficult.', 'https://img.gamemonetize.com/29380ll3827gvlg7cjrwoa5mc1sitt1p/512x384.jpg', 'https://html5.gamemonetize.com/29380ll3827gvlg7cjrwoa5mc1sitt1p/', '0', 'Hypercasual', 0, 0, '', 'two-cube'), (8894, 'Sinne Platform', 'Sine Platforme is a simple casual game with clean visuals and endlessly gameplay for the best score. It can be played and responsive on mobile and PC.', 'https://img.gamemonetize.com/obyqvr0slgqnj0wj5g9n6syqjiyz3jcn/512x384.jpg', 'https://html5.gamemonetize.com/obyqvr0slgqnj0wj5g9n6syqjiyz3jcn/', '0', 'Hypercasual', 0, 0, '', 'sinne-platform'), (8895, 'Squid Mahjong Connect 2', 'Connect all the squid mahjong tiles and clear the board in this html5 mahjong connection games. You can only connect 2 tiles with the same items with a path with no more than two 90 degree angles. What\'s the max level can you play?', 'https://img.gamemonetize.com/tbt6drjejk6dcl3hwmqv7nyj0lp79sit/512x384.jpg', 'https://html5.gamemonetize.com/tbt6drjejk6dcl3hwmqv7nyj0lp79sit/', '0', 'Puzzles', 0, 0, '', 'squid-mahjong-connect-'), (8896, 'Tap Tap Challenge', 'Tap Tap Challenge: challenge other players, unlock new balls & WIN! You are the ball and you need to go around crazy scenarios searching for gems. You need GEMS to evolve from a simple ball to something new... Follow the path as much as you can, keep calm and collect the gem. Try to reach the final evolution of your ball. Tap the screen to change the direction or to teleport over lava. If you fall off the edges, you\'re gone! In this hyper-casual zig-zag adventure you can: • Unlock dozen unique balls • Explore crazy levels • Enjoy awesome 3D graphics and sound effects • Collect precious gems • Challenge other gamers in 4 players matches • Enjoy electronic musics (three tracks available, more coming soon)', 'https://img.gamemonetize.com/x9zks5z5alq5t3keujblktrsrfuyx8mn/512x384.jpg', 'https://html5.gamemonetize.com/x9zks5z5alq5t3keujblktrsrfuyx8mn/', '0', 'Arcade', 0, 0, '', 'tap-tap-challenge'), (8897, 'Flower Shop Simulator', 'awesome flower shop simulator get ready and clean the room Arm the orders that the clients request update items discover the surprising combinations', 'https://img.gamemonetize.com/hwhrt74vdbanyib3rmax4hf6urbwv9zq/512x384.jpg', 'https://html5.gamemonetize.com/hwhrt74vdbanyib3rmax4hf6urbwv9zq/', '0', 'Puzzles', 0, 0, '', 'flower-shop-simulator'), (8898, 'Truck Deliver', 'Truck Deliver 3D is a cool 3D truck driving game, you need to drive your truck to deliver different goods to the destination. There are many challenges, try to pass every level and show your driving talent. Avoid all the cars on the road and drive across the road at a proper time or you will be crushed and lost. What are you waiting for? Just open the game Truck Deliver 3D and start your adventure!', 'https://img.gamemonetize.com/hhbfhoo7u3z92duboldkpgsrfodch1kw/512x384.jpg', 'https://html5.gamemonetize.com/hhbfhoo7u3z92duboldkpgsrfodch1kw/', '0', '3D', 0, 0, '', 'truck-deliver'), (8899, 'FatRabbit', 'Forget the slimming diets and make your cute rabbit fatten in this buffet of sweets, cakes and cookies, which falls on you. Unlock gifts that will give you coins for other horizons, in addition to some practical bonus that will allow you to move with greater ease, while avoiding the traps by hopping.', 'https://img.gamemonetize.com/s5ojz6kfrodfazguhhi2uy1ffj91mp6f/512x384.jpg', 'https://html5.gamemonetize.com/s5ojz6kfrodfazguhhi2uy1ffj91mp6f/', '0', 'Arcade', 0, 0, '', 'fatrabbit'), (8900, 'THE ADVENTURE OF THE GREEN SLIME BOY', 'THE ADVENTURE OF THE GREEN SLIME BOY', 'https://img.gamemonetize.com/jbql6pxhelcnah6rqm0hpknjv8kovb4q/512x384.jpg', 'https://html5.gamemonetize.com/jbql6pxhelcnah6rqm0hpknjv8kovb4q/', '0', 'Arcade', 0, 0, '', 'the-adventure-of-the-green-slime-boy'), (8901, 'Avoid Spikes 1', 'Jump and avoid the spikes and in this funny game.', 'https://img.gamemonetize.com/nt8rdery9h4ued0e9caol582qkimshlp/512x384.jpg', 'https://html5.gamemonetize.com/nt8rdery9h4ued0e9caol582qkimshlp/', '0', 'Hypercasual', 0, 0, '', 'avoid-spikes-'), (8902, 'Water Color Sort', 'Water Color Sort Puzzle Games is here for you! It’s time to know how smart you all are. Test your intelligence by solving this bottle sort water puzzle. Sort them all. These puzzle games stimulates your brain in a very fun and challenging way. Enjoy the cup sort games challenge as you stack the tubes in this water bottle game. Let’s see how good you are at juggling the colors in different water tubes in this sorting games. Tap to pour colorful water and make every bottle contain one color.', 'https://img.gamemonetize.com/bbkcqmnc8qs79uwxs0xqbawnd5nbj1lc/512x384.jpg', 'https://html5.gamemonetize.com/bbkcqmnc8qs79uwxs0xqbawnd5nbj1lc/', '0', 'Puzzles', 0, 0, '', 'water-color-sort'), (8903, 'Fish Parking 3D', 'Welcome to the new era of car parking games. In Fish Parking, you will experience the free-to-play real parking game, real ground, familiar roadblocks, and clear steering wheel, accelerator, and brake buttons making you immersive and easy to use. We need to drive a car on a road full of obstacles. We must pay attention to avoid obstacles and reach the end to pass. Let\'s have fun!', 'https://img.gamemonetize.com/9laj5w27avscw3e6p5edh9qt6azvniei/512x384.jpg', 'https://html5.gamemonetize.com/9laj5w27avscw3e6p5edh9qt6azvniei/', '0', '3D', 0, 0, '', 'fish-parking-d'), (8904, 'Girl Wedding', 'Molly\'s sister is getting married! Molly is the flower girl, and she plans to make this the most gorgeous wedding ever. Start this crazy journey with Molly! This is an important task, and you can help her. From preparing flowers to choosing a dress for the bride, this day is destined to be crazy, but also the happiest one you\'ll never forget. Have fun at the wedding!', 'https://img.gamemonetize.com/zdwkpnmw2gjtx047cixoc7r2k02qp57n/512x384.jpg', 'https://html5.gamemonetize.com/zdwkpnmw2gjtx047cixoc7r2k02qp57n/', '0', 'Girls', 0, 0, '', 'girl-wedding'), (8905, 'Chicken Run', 'Chicken run!!! is a simple and addictive adventurous run game with awesome game play. Our chicken is starving in this farm with cruel farmer, help the little chicken to run and collect all its eggs from the farm without being caught by the cruel farmer. Just click the screen to make our chicken to jump all obstacles. This farm chicken run is the best adventure game for this season. It has the best fun run game with good graphics and music.', 'https://img.gamemonetize.com/qn9lyswnhvntwjvf9ujlxbwtxsipd3bw/512x384.jpg', 'https://html5.gamemonetize.com/qn9lyswnhvntwjvf9ujlxbwtxsipd3bw/', '0', 'Adventure', 0, 0, '', 'chicken-run'), (8906, 'Little Princess Tale', 'Looking for princess games for girls? Let\'s play kids\' games for girls 5 to 7 years old and older! Become a part of a fairy adventure Kid games for girls for free! There will be many pitfalls and it\'ll surely be dangerous!', 'https://img.gamemonetize.com/58b6ju1idhonqpts3anu8h2s35sq6s2l/512x384.jpg', 'https://html5.gamemonetize.com/58b6ju1idhonqpts3anu8h2s35sq6s2l/', '0', 'Girls', 0, 0, '', 'little-princess-tale'), (8907, 'hit war', 'two man war', 'https://img.gamemonetize.com/3zthyuoisg128aeywtxx5x3nc0a3vutg/512x384.jpg', 'https://html5.gamemonetize.com/3zthyuoisg128aeywtxx5x3nc0a3vutg/', '0', 'Action', 0, 0, '', 'hit-war'), (8908, 'BhopCraft io', 'Bhopcraft.io is a multiplayer parkour game. You can parkour on various maps and you can be the fastest one to complete the parkour. You can earn money by playing and buy new items for your account.', 'https://img.gamemonetize.com/ezxic8zr1ud2zqu97f69vyq3puj9vxau/512x384.jpg', 'https://html5.gamemonetize.com/ezxic8zr1ud2zqu97f69vyq3puj9vxau/', '0', 'Multiplayer', 0, 0, '', 'bhopcraft-io'), (8909, 'Brain Master IQ Challenge', 'Brain Master IQ Challenge is a free online puzzle game with hundreds of free IQ challenges that will help improve your IQ. It\'s addictive with a series of brain test levels and IQ challenges. Think carefully to pass all the brain quests and become the person with the highest IQ. Let\'s started and enjoy the latest brain games today!', 'https://img.gamemonetize.com/x05jyfs9tf4x1fst6v9wnjlh22nx84at/512x384.jpg', 'https://html5.gamemonetize.com/x05jyfs9tf4x1fst6v9wnjlh22nx84at/', '0', 'Boys', 0, 0, '', 'brain-master-iq-challenge'), (8910, 'Karate Girl Vs School Bully Game', 'Poor Sophie has been bullied by bullies on campus for so long! She must learn to face the school bully! Help her unleash her girl power, become a karate master, and let the bullies who bully her know who\'s the boss! With you by her side, she can earn a black belt in karate and maybe even become a karate master! No one dares to call her a nerd again, unless they want to taste the power of karate!', 'https://img.gamemonetize.com/rg7gblaqja7bcxrslj8zytpbgu50z5fw/512x384.jpg', 'https://html5.gamemonetize.com/rg7gblaqja7bcxrslj8zytpbgu50z5fw/', '0', 'Action', 0, 0, '', 'karate-girl-vs-school-bully-game'), (8911, 'Design With Me Cute Tie Dye Tops', 'Welcome to Design With Me Cute Tie Dye Tops. Rainbow girls Sunny, Skyler and Ruby are getting ready for a holiday. They have decided to design their own crop tops and get a unique look for this holiday. Help out the girls to choose a crop top model, the color and the pattern of the fabric, add a cute inscription and finally match it with a nice skirt or shorts. Join and have fun!', 'https://img.gamemonetize.com/4rl9msat16hdxblv27fdatgj91ktmsg2/512x384.jpg', 'https://html5.gamemonetize.com/4rl9msat16hdxblv27fdatgj91ktmsg2/', '0', 'Girls', 0, 0, '', 'design-with-me-cute-tie-dye-tops'), (8912, 'Truck Cross Country', 'Here is a Jeep truck driving racing simulation game with 3D models. We need you to come across all checkpoints at each level at all levels. If you drive off the road into the river, you still have one free chance to respawn from where you lose the game. Good luck!', 'https://img.gamemonetize.com/xzm0nmw53vexegaqs4iwnr23hek0tms5/512x384.jpg', 'https://html5.gamemonetize.com/xzm0nmw53vexegaqs4iwnr23hek0tms5/', '0', 'Racing', 0, 0, '', 'truck-cross-country'), (8913, 'Beach Rainbow Season', 'It\'s time to open the summer beach season with your BFF. Time to swim, sunbathe, surf and just have fun. Help these trendy influencers choose the perfect beach party outfits! Girls prefer bright swimsuits and tops, and a sports outfit or shorts are suitable for a guy. Don\'t forget to complete your look with top accessories from well-known brands!', 'https://img.gamemonetize.com/f3te16ph5e5yz7uo8lrjcb09sfypsu3h/512x384.jpg', 'https://html5.gamemonetize.com/f3te16ph5e5yz7uo8lrjcb09sfypsu3h/', '0', 'Girls', 0, 0, '', 'beach-rainbow-season'), (8914, 'Diy Joystick Game', 'Diy Joystick is a very popular game. In this game you are a talented artist that design fashionable joysticks. Today lots of people come to your place and ask you to save their ugly joysticks. Come and pick up the sprayer and create your masterpieces. You can design the joysticks according to the styles of customers. You can also design the joysticks following your heart. Anyway, in this game, with so many beautiful colors, smart stickers and amazing production methods, we are sure that you will have lots of fun!', 'https://img.gamemonetize.com/8gmr64g92n089lcu37s5gw7qeai3sa5u/512x384.jpg', 'https://html5.gamemonetize.com/8gmr64g92n089lcu37s5gw7qeai3sa5u/', '0', 'Hypercasual', 0, 0, '', 'diy-joystick-game'), (8915, 'Nap Time', 'The NapTime allows you to fall asleep and wake up within a period of time! SCIENTIFICALLY PROVEN to improve cognitive function, increase productivity, and alertness while leaving you energized and refreshed. NapTime is the SIMPLE and FAST way to set an alarm for the ideal power nap. A study by NASA found a 26-minute power nap improved performance by 34% and alertness by 54%. Six Benefits of Power Napping: 1: Reduces Stress! 2: Increase alertness and productivity! 3: Improves memory and learning! 4:Increases cognitive functioning! 5: Boosts creativity! 6: Improves health! Everybody needs a nap. How does a quick one-hour nap sound to you? That is exactly what NapTime is all about! Featuring: - A thoughtfully clock interface! - A One-Touch knob interface! - A super simple 1-hour Nap Timer! - A standar Timer! - A stopwatch!', 'https://img.gamemonetize.com/inqnte22l2yc1jmrxovv1f9xcy3l67rm/512x384.jpg', 'https://html5.gamemonetize.com/inqnte22l2yc1jmrxovv1f9xcy3l67rm/', '0', 'Sports', 0, 0, '', 'nap-time'), (8916, 'Hugie Wugie Jigsaw Puzzle Collection', 'In the game "Puzzles of Hugie Wugie" you will find a collection of beautiful puzzles with the image of a creepy doll. Hugie Wugie has become the personification of a real nightmare that lurks and can jump out from behind at any second. Even the thought of this monster keeps you in suspense. Not to mention meeting with a true childhood nightmare! But today we will not only face fear, but also play with it! How do you like that?', 'https://img.gamemonetize.com/ltfexi7oif43n74gzz1g9hcund035idh/512x384.jpg', 'https://html5.gamemonetize.com/ltfexi7oif43n74gzz1g9hcund035idh/', '0', 'Puzzles', 0, 0, '', 'hugie-wugie-jigsaw-puzzle-collection'), (8917, 'Baby Taylor Family Camping Game', 'I wonder if you want to go somewhere during the holiday! Go for a picnic is a great idea! Now going out of town, into the forest for a picnic. It\'s time to collect things that will be used for a picnic. For all the kids who love children\'s camp, rest away from the bustling city and just adventure dedicated to this Family Camping. You will be transferred to the wonderful world of summer holidays and real trips. Let\'s have a good day with Taylor\'s family in nature!', 'https://img.gamemonetize.com/1limj5s4o0d5atkl3h446hfscx2rz1b0/512x384.jpg', 'https://html5.gamemonetize.com/1limj5s4o0d5atkl3h446hfscx2rz1b0/', '0', 'Puzzles', 0, 0, '', 'baby-taylor-family-camping-game'), (8918, 'Pregnant Mommy And Baby Care', 'Zoe is pregnant! She must prepare to be a mom. You can help her to buy some baby products firstly. The due date of birth is getting closer. Oops! Zoe feels uncomfortable today. The baby is coming soon! Jack will call an ambulance in a hurry and do some first-aid to help Zoe feel better. The newborn baby needs your caring too. Let\'s go!', 'https://img.gamemonetize.com/dkqdvp0ft67wuyg1bmaf8q8gla2vnj78/512x384.jpg', 'https://html5.gamemonetize.com/dkqdvp0ft67wuyg1bmaf8q8gla2vnj78/', '0', 'Girls', 0, 0, '', 'pregnant-mommy-and-baby-care'), (8919, 'Candy Bubble Blast', 'Welcome this is an amazing puzzle candy popping game. Bubble candies are falling from the sky! Pop 3 or more candies of the same color and finish the mission before candies touch the top of the board. Try to unlock all levels to win! Good luck', 'https://img.gamemonetize.com/dbf0t2d1z20w0xy9pi2o6arr2tbqzcez/512x384.jpg', 'https://html5.gamemonetize.com/dbf0t2d1z20w0xy9pi2o6arr2tbqzcez/', '0', 'Puzzles', 0, 0, '', 'candy-bubble-blast'), (8920, 'Slash Ninja', 'Slash Ninja is a fun and addictive game to play on. We all know about the reflexes have with ninja, so here you have to become one of them. So tap repeatedly on the items which are falling and keep away from the dynamites and achieve high scores.', 'https://img.gamemonetize.com/yw9ipi8qc49fqxsesbuttwb1accap64p/512x384.jpg', 'https://html5.gamemonetize.com/yw9ipi8qc49fqxsesbuttwb1accap64p/', '0', 'Hypercasual', 0, 0, '', 'slash-ninja'), (8921, 'Zombie WarZ Survival', 'Before the emergence of post-apocalyptic zombies, the globe was a tranquil and contented place to live. When the terrible sickness that causes zombies to break out suddenly, it quickly spreads over the world and transforms most people into violent zombies. Even though it appears like Z Shelter would be a good location to live, there are a lot of dangers and things that might kill you there. In any case, there is a possibility of hope even if all you have to do is keep alive. In this harsh zombie world, you won\'t only have to worry about being hungry, thirsty, or cold; there\'s also a chance that other survivors may turn out to be your enemies.', 'https://img.gamemonetize.com/9jc58i6nkry7sic33rh6g0xj7ckts3h6/512x384.jpg', 'https://html5.gamemonetize.com/9jc58i6nkry7sic33rh6g0xj7ckts3h6/', '0', 'Shooting', 0, 0, '', 'zombie-warz-survival'), (8922, 'Trapezio 2', 'Trapezio 2 is a 2D cute little platformer where you have to collect the silver coins while avoiding enemies, flying robots, spikes and saws and reach the red flag in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Trapezio" series.', 'https://img.gamemonetize.com/b0bovdi6o4y1jcwkenray4u7l8x8954y/512x384.jpg', 'https://html5.gamemonetize.com/b0bovdi6o4y1jcwkenray4u7l8x8954y/', '0', 'Arcade', 0, 0, '', 'trapezio-'), (8923, 'Bucket Crusher', 'Bucket Crusher is an interesting arcade game which is suitable for all ages. Your main task is to control the robotic arm to destroy all items. Of course, there are also buttons in the game to help you pass the level more easily. Come and destroy everything now!', 'https://img.gamemonetize.com/u2hl3pfbrgb71yinry7jw9x0x751iihd/512x384.jpg', 'https://html5.gamemonetize.com/u2hl3pfbrgb71yinry7jw9x0x751iihd/', '0', 'Puzzles', 0, 0, '', 'bucket-crusher'), (8924, 'Merge Monsters Army', 'Merge Monsters Army is a monster battle game. Your goal in this game is to strength your army to fight your enemies. Fortunately, you can use the gold coins you pass to unlock more monsters, and two identical monsters can be merged into a stronger monster, let\'s play together!', 'https://img.gamemonetize.com/a3s0dyikq3dk1153gzp0xcvsavo6o1dh/512x384.jpg', 'https://html5.gamemonetize.com/a3s0dyikq3dk1153gzp0xcvsavo6o1dh/', '0', 'Puzzles', 0, 0, '', 'merge-monsters-army'), (8925, 'Crowd Stack 3D', 'Crowd Stack 3D is an addictive puzzle game which is free for all ages. The game play is to win more companions to pass the customs together. Besides, don\'t forget to collect diamonds as much as possible. Diamonds will help you unlock various skins! Have a try now!', 'https://img.gamemonetize.com/p1ml382j8i0c9pjgxxoz9k4xokf7oc7s/512x384.jpg', 'https://html5.gamemonetize.com/p1ml382j8i0c9pjgxxoz9k4xokf7oc7s/', '0', 'Arcade', 0, 0, '', 'crowd-stack-d'), (8926, 'Save the Kitten', 'Angry cat Tom lured the kittens to his tower. Rescue as many kittens as you can! Run, beat them off with a trampoline and carry them to the basket of mommy kitty! Kittens really hope for your help. Who will save them if not you?', 'https://img.gamemonetize.com/t4v0qrawern26uvsty9514lwespe8e8r/512x384.jpg', 'https://html5.gamemonetize.com/t4v0qrawern26uvsty9514lwespe8e8r/', '0', 'Arcade', 0, 0, '', 'save-the-kitten'), (8927, 'Stickman Duel Battle', 'A fun war game begins with Stick War: Infinity Duel. Grab the gun falling from the air, aim and kill the enemy stickman. Weapons will fall on the field at certain intervals during the game. Grab someone right away, hurry up to disarm your enemy. Some tracks are moving, keep your balance and try not to fall. Focus your attention and let your only goal be to collect weapons and kill your enemy. You can also play the Stick war game with your friends at school with the 2-player option. You will love this game with its brand new and vivid appearance. Hihoy Games wishes you good fun!', 'https://img.gamemonetize.com/3rk4otwaf8um65l46h1w1ot6s3jw9n9u/512x384.jpg', 'https://html5.gamemonetize.com/3rk4otwaf8um65l46h1w1ot6s3jw9n9u/', '0', 'Fighting', 0, 0, '', 'stickman-duel-battle'), (8928, 'Island Puzzle', 'WELCOME TO THE FUNNIEST JUNGLE PUZZLE ADVENTURE GAME! Start an exciting adventure in the cutest jungle puzzle matching game! Help the brave pilot and charming cat Tom survive on a desert island. Restore and decorate different areas in the island, get to the bottom of the secrets it holds, and enjoy the company of amusing in-game characters. What are you waiting for? Indulge yourself and become the hero of a brand new story. Build your dream island for free! Search for rare and unique artifacts by playing with curious pets, connecting them together in lines as long as possible. Play with little Tom cat, get powerful boosters and help collect precious items!', 'https://img.gamemonetize.com/ono1u6bmtkk11a03q9ulcy4hjzdcpxc6/512x384.jpg', 'https://html5.gamemonetize.com/ono1u6bmtkk11a03q9ulcy4hjzdcpxc6/', '0', 'Puzzles', 0, 0, '', 'island-puzzle'), (8929, 'Snowboard Girl', 'Do you like snowboarding ? Get ready to hit the slopes with your "snowboard" ! Avoid deadly obstacles, keep your balance and try to increase your speed. Surf your way on the slopes until victory. This game is insanely addictive ! Controls are really simple, which makes it perfect for gamers of any age, but it will not be so easy to succeed. You will face some challenging obstacles to pass. Are you ready for amazing runs and crazy jumps on ultimate slopes ?', 'https://img.gamemonetize.com/m8rawdukwnf27lq4de69iduxipyscbxl/512x384.jpg', 'https://html5.gamemonetize.com/m8rawdukwnf27lq4de69iduxipyscbxl/', '0', 'Racing', 0, 0, '', 'snowboard-girl'), (8930, 'Solitaire Classic', 'Solitaire (also known as Klondike or patience) is the most famous and the best cards game on mobile, tablet and desktop. Playtouch is bringing to you a fresh and free solitaire cards game that you can play for hours thanks to its original and fun gameplay. You can choose the level of difficulty for your solitaire game: 1 draw (most games are winnable), or 3 draw (more difficult challenge). In this solitaire you can customize the backdrop of the cards and the background.', 'https://img.gamemonetize.com/1p0m1l1obtx892ci1yxabtlhgqbgzawr/512x384.jpg', 'https://html5.gamemonetize.com/1p0m1l1obtx892ci1yxabtlhgqbgzawr/', '0', 'Puzzles', 0, 0, '', 'solitaire-classic'), (8931, 'Sochi Toilets Backstage', 'Sochi Toilets: official game is a parodic management game in wich you must deal with queues of clients who are in a hurry. Give them a seat before presenting to them a large panel of paper to wipe their behind with. Don’t forget to make them pay before they leave… and to clean their mess while you’re at it… unless the smell doesn’t disturb you. Go through sixty levels and deal with an ever growing mass of clients that are seriously in a hurry.', 'https://img.gamemonetize.com/n548t87635ni0d9hh9367enpgo8s234m/512x384.jpg', 'https://html5.gamemonetize.com/n548t87635ni0d9hh9367enpgo8s234m/', '0', 'Arcade', 0, 0, '', 'sochi-toilets-backstage'), (8932, 'Cookie Baker', 'How to Play: A puzzle game with simple rules - clear out panels by touching cookies that measure up to more than 3 and more for a combination. Touch a cookie and the match will register. Vertically or horizontally, line up more than three same cookies to sort them. Sort more than target number, and you beat the stage. Don\'t miss out on this epic craze! Have Fun!', 'https://img.gamemonetize.com/nfstquw1qw9jqpf6non9xpya180vk85h/512x384.jpg', 'https://html5.gamemonetize.com/nfstquw1qw9jqpf6non9xpya180vk85h/', '0', 'Puzzles', 0, 0, '', 'cookie-baker'), (8933, 'Farm Land And Harvest Game', 'Farm Land And Harvest game teach you how to grow and harvest wheat. You can choose any part to enjoy. If you play in order, you can learn the whole process of planting and harvesting. First, assemble the truck you need and start clearing the wasteland. Then plant the seeds into the soil. After you water the soil, the wheat will grow. Want to know what all needs to be done in this process? Come and play', 'https://img.gamemonetize.com/lj4bi3eiq40an8almhnr5nmg1gs78c9t/512x384.jpg', 'https://html5.gamemonetize.com/lj4bi3eiq40an8almhnr5nmg1gs78c9t/', '0', 'Boys', 0, 0, '', 'farm-land-and-harvest-game'), (8934, 'Bob Save Stuart', 'hey bob, hurry up! Your friends are in bad condition, there is a purple smoke and a purple liquid poisoning them, turning them into purple monsters. you gotta protect your friends stuart needs you protect it from the purple smoke. Raise the cage and run before the purple smoke comes collect all the bananas and save your friends. they need you. watch out for purple monsters they want to eat you run away from them!', 'https://img.gamemonetize.com/ypszia7c41aphr4rucm8cbfac2v3nwy5/512x384.jpg', 'https://html5.gamemonetize.com/ypszia7c41aphr4rucm8cbfac2v3nwy5/', '0', 'Arcade', 0, 0, '', 'bob-save-stuart'), (8935, 'Babysitter Daycare Game', 'Babysitter Daycare is a very cute caring game. Do you like playing with little babies? In this game, you will help babysitter care the babies.There are 4 parts for you to enjoy: bath time, play ground, sleep time and room sorting. Each part has great surprises for you. In these parts, we prepare lots of mini games for you such as, cleaning and decorating the house, DIY clothes, building sand castles, feeding babies and coloring games etc. There are so much fun in this game! Are you interested in this game? Come and try it!', 'https://img.gamemonetize.com/cegp1eu4z3ztj1eownb5uk57ia1ef97f/512x384.jpg', 'https://html5.gamemonetize.com/cegp1eu4z3ztj1eownb5uk57ia1ef97f/', '0', 'Arcade', 0, 0, '', 'babysitter-daycare-game'), (8936, 'Diy Joystick', 'Diy Joystick is a very popular game. In this game you are a talented artist that design fashionable joysticks. Today lots of people come to your place and ask you to save their ugly joysticks. Come and pick up the sprayer and create your masterpieces. You can design the joysticks according to the styles of customers. You can also design the joysticks following your heart. Anyway, in this game, with so many beautiful colors, smart stickers and amazing production methods, we are sure that you will have lots of fun!', 'https://img.gamemonetize.com/6ss9wkto3zi6es3b5tec5bh6nf0vjpv4/512x384.jpg', 'https://html5.gamemonetize.com/6ss9wkto3zi6es3b5tec5bh6nf0vjpv4/', '0', 'Girls', 0, 0, '', 'diy-joystick'), (8937, 'Office Fever', 'Office Fever is a fun idle game for all ages. At first, you need to collect the money to unlock the paper machine. Then, Use the machine to collect more money to unlock various office equipment. This is important for your company. You are the only one in the company at the moment, so you can do it all by yourself. Come on, you must have a good company!', 'https://img.gamemonetize.com/f6fkrghwiafl10clhmg5fep1d34g82o6/512x384.jpg', 'https://html5.gamemonetize.com/f6fkrghwiafl10clhmg5fep1d34g82o6/', '0', 'Puzzles', 0, 0, '', 'office-fever'), (8938, 'Angry Heroes', 'Are those here who miss crazy angry birds? The adventure with Angry Heroes is back. Try to knock down your enemies from the tower where they are hiding by throwing angry birds. In the game, which consists of a total of 20 different chapters, each chapter will be more challenging than the previous one. You have to do calculations like solving puzzles. How many monster enemies can you shoot with one bird? Place your angry bird on the slingshot. Focus on your goal by pulling it backwards. When you are sure that the enemy is aiming at you, let go and let the angry bird fly. Here\'s the exact hit! Time will stand still in the fun and much-loved game. We are sure that you will quickly pass the sections. Your goal is to have fun. Let\'s click to play a game with these colorful birds and let the fun begin!', 'https://img.gamemonetize.com/b4zhv10blfy5hapsky6mp2vi28zchajc/512x384.jpg', 'https://html5.gamemonetize.com/b4zhv10blfy5hapsky6mp2vi28zchajc/', '0', 'Shooting', 0, 0, '', 'angry-heroes'), (8939, 'Perfect Prom Night Look', 'Welcome to the Perfect Prom Night Look game. Princess Anna, Elsa, Ariel, Moana, Jasmine, and SnowWhite are getting ready for their dream day. Yes! It’s a Prom Night!. They are so excited and have confused to pick a perfect costume. Join and help the girls to choose perfect outfits and accessories.', 'https://img.gamemonetize.com/blrrl1bg4sf8ayf5wljzofdz4s07domo/512x384.jpg', 'https://html5.gamemonetize.com/blrrl1bg4sf8ayf5wljzofdz4s07domo/', '0', 'Girls', 0, 0, '', 'perfect-prom-night-look'), (8940, 'Align 4 BIG', 'Power 4 is a well-known strategy game that is suitable for everyone. Power 4 is played either by two or against the computer The game mission is to align a series of 4 pawns of the same color on a grid with 6 rows and 7 columns. In turn, the two players place a pawn in the column of their choice, the pawn then slides to the lowest possible position in the said column after which it is up to the opponent to play. The winner is the player who first succeeds in making a consecutive alignment (horizontal, vertical or diagonal) of at least four pawns of his color. If, while all the boxes of the game grid are filled, neither of the two players has achieved such alignment, the game is declared a draw.', 'https://img.gamemonetize.com/zqvcpm01xc3ddi67688qzwttbx5iyxmy/512x384.jpg', 'https://html5.gamemonetize.com/zqvcpm01xc3ddi67688qzwttbx5iyxmy/', '0', 'Puzzles', 0, 0, '', 'align--big'), (8941, 'Animals Slide Puzzle', 'Animals Slide Puzzle is a simple HTML5 classic puzzle game. Move pieces of f1 images between tiles to arrange them in correct order to reassemble the image. Touch or click a block to shift it on adjacent blank place. Have fun.', 'https://img.gamemonetize.com/ksqkyhd7iojn0m210thz1493v5yji8wv/512x384.jpg', 'https://html5.gamemonetize.com/ksqkyhd7iojn0m210thz1493v5yji8wv/', '0', 'Puzzles', 0, 0, '', 'animals-slide-puzzle'), (8942, 'Duck rescue boat', 'A shipment of ducks has fallen into the sea. The ducks are drifting surrounded by hungry octopuses. Manage the duck rescue boat, day and night, and collect as many ducks as you can. Watch out for the octopuses, there are a limited number of hits. Collect the life floats to increase the number of hits.', 'https://img.gamemonetize.com/x6r5nwkk01p43hmvyut55vyn8km1yzin/512x384.jpg', 'https://html5.gamemonetize.com/x6r5nwkk01p43hmvyut55vyn8km1yzin/', '0', 'Hypercasual', 0, 0, '', 'duck-rescue-boat'), (8943, 'Crazy Mega Car Transport Truck Game', 'Crazy Mega Car Transport Truck Game is a transport game which like auto car driving game that is best 3D driving class game.Grand truck driving truck simulation games is good experience for long driving vehicle truck games.', 'https://img.gamemonetize.com/71i5ccvb5hd78n09yn78pnhhciptisuw/512x384.jpg', 'https://html5.gamemonetize.com/71i5ccvb5hd78n09yn78pnhhciptisuw/', '0', 'Arcade', 0, 0, '', 'crazy-mega-car-transport-truck-game'), (8944, 'Limo Taxi Driving Simulator Limousine Car Games', 'Limo Taxi Driving Simulator: Limousine Car Games, a limo car game that has luxurious limo taxi game of limo driving games and limousine taxi games. Play limo driving simulator games and complete limo taxi driving missions of limousine taxi game and rides of limo car stunts game.', 'https://img.gamemonetize.com/wzgiy9x271dbcx239a4w4g9iwqvtyh1n/512x384.jpg', 'https://html5.gamemonetize.com/wzgiy9x271dbcx239a4w4g9iwqvtyh1n/', '0', 'Racing', 0, 0, '', 'limo-taxi-driving-simulator--limousine-car-games'), (8945, 'Sonic Revert', 'Sonic Revert is a reimagining of the Sonic gameplay but where Sonic is controlled like a car when he\'s in running mode. The game features singleplayer time attack and online multiplayer racing mode. Some of the classic Sonic mechanics have been modified, such as the homing attack. The level design is inspired by Trackmania tracks, but filled with badniks, spikes and other dangers.', 'https://img.gamemonetize.com/silv0tl93coq4swcluihq06j4d4v6d3d/512x384.jpg', 'https://html5.gamemonetize.com/silv0tl93coq4swcluihq06j4d4v6d3d/', '0', 'Adventure', 0, 0, '', 'sonic-revert'), (8946, 'Hungry Shark', 'The Shark is hungry... let\'s go hunt!', 'https://img.gamemonetize.com/76nfn2mbtbh7qnjcfeoerlc5rtsj1dns/512x384.jpg', 'https://html5.gamemonetize.com/76nfn2mbtbh7qnjcfeoerlc5rtsj1dns/', '0', 'Clicker', 0, 0, '', 'hungry-shark'), (8947, 'Happy Bath Shower And Do Laundry', 'During the spread of the epidemic, personal hygiene is very important. Because Nick has a lot of pets, his work is very heavy. In addition to cleaning the room and bathing every day, he is also responsible for the cleaning of four pet dogs and pet cats. Pets are very well-behaved, but they have a lot of viruses. Because of the epidemic, they must be disinfected and sterilized every day to ensure health and hygiene. If you are a pet lover or you want to know how to clean your pet, come and experience this game!', 'https://img.gamemonetize.com/h6uzlq524dnh2f5ff7nw1g8xpmruf7o7/512x384.jpg', 'https://html5.gamemonetize.com/h6uzlq524dnh2f5ff7nw1g8xpmruf7o7/', '0', 'Girls', 0, 0, '', 'happy-bath--shower-and-do-laundry'), (8948, 'Baby Taylor Healthy Diet Food Cooking', 'Eating a healthy diet is a very important part of maintaining good health. But it\'s a bit difficult for kids. Because anyone loves sweet cakes and chocolate. This is especially true for Taylor, who really hates eating vegetables and fruits. Now that the holidays are here, she only eats snacks every day, not even meals. But the disadvantages of this kind are quickly reflected. Follow Taylor to see the importance of maintaining a healthy diet!', 'https://img.gamemonetize.com/jsnz7q6vq4y0wmdjesg3d7okhxj9mpwz/512x384.jpg', 'https://html5.gamemonetize.com/jsnz7q6vq4y0wmdjesg3d7okhxj9mpwz/', '0', 'Girls', 0, 0, '', 'baby-taylor-healthy-diet--food-cooking'), (8949, 'BMW City 2', 'Cyberpunk drift 2 different drift tracks ! 6 most wanted realistic drift car models.. Stunning graphics, Wide range of unique sports cars, realistic driving experience, real drift skills.SINGLEPLAYERMake best drift drive and finish level. get best score - Get access to 6 cyberpunk cars and new tracksDRIFT-RACING SIMULATORSGet ready to experience the most unique drifting thrill. Drifting has never been as fun, exciting and intense.19 SLOW MOTION!with this behavior you can do your best fantastic action with your Car.RECORD GAME!Finish Level playing and watch your best performance repeat.MULTIPLE CAMERA ANGLES!You can choose from three different point of views: driver\'s pov, rear pov and basic cinematic angle.', 'https://img.gamemonetize.com/l8mmckkli44oqvlbhz8b9yvplr3zqpi0/512x384.jpg', 'https://html5.gamemonetize.com/l8mmckkli44oqvlbhz8b9yvplr3zqpi0/', '0', 'Racing', 0, 0, '', 'bmw-city-'), (8950, 'Shadow Samurai Ninja', 'Samurai Shadow Ninja is a challenging action game. Play more than Free Online Games. Samurai Shadow Ninjas are an ancient and noble warrior order with a legendary history. In this online action game, one must prove their worth as a member of this elite group by defeating talented enemies and avoiding traps while fighting in the jungle, desert and other exotic locations. The more the player plays this free online game, the more they\'ll unlock rewards such as powerful upgrades for your weapon and valuable new items to help you along the way.', 'https://img.gamemonetize.com/rxh5ooha0mt0p1k0dg177plq6rygdyyx/512x384.jpg', 'https://html5.gamemonetize.com/rxh5ooha0mt0p1k0dg177plq6rygdyyx/', '0', 'Arcade', 0, 0, '', 'shadow-samurai-ninja'), (8951, 'Bear Adventure Online Game', 'Free online adventure game Bear Adventure! Easy to play and fun to create! You start out as a bear, looking for your friends. You\'ll be able to explore a beautiful forest full of wild animals and hazards. Become an adventurer with Bear Adventure free. Try the free online version of Bear Adventure. This is a fun and entertaining game that lets you play as a bear in an exciting adventure. Enjoy the Bear Adventure Free Online Game! Enjoy the relaxing adventure of a bear in this free game.', 'https://img.gamemonetize.com/rkv4b6ut3o0bxblw1io3sfvndd66kkjx/512x384.jpg', 'https://html5.gamemonetize.com/rkv4b6ut3o0bxblw1io3sfvndd66kkjx/', '0', 'Arcade', 0, 0, '', 'bear-adventure-online-game'), (8952, 'Lamborghini Miura P400 Puzzle', 'Play with 6 images in this perfect jigsaw puzzle game: Lamborghini Miura P400 Puzzle. All images is with the themes of the car - Lamborghini Miura P400. Solve all puzzles and keep your brain sharp. You have four modes for each picture, 16 pieces, 36 pieces, 64 pieces and 100 pieces. Enjoy and have fun.', 'https://img.gamemonetize.com/oig6o09nw0oyxz6tki08t2tg1fd8t1ym/512x384.jpg', 'https://html5.gamemonetize.com/oig6o09nw0oyxz6tki08t2tg1fd8t1ym/', '0', 'Puzzles', 0, 0, '', 'lamborghini-miura-p-puzzle'), (8953, 'Yellow Alien Escape!', 'Play as the Alien called Jeff and make your way through the levels. Featuring 3 Normal levels and 4 Secret Levels. Just make sure you dont end up inside the matrix (See UPDATE1 for more).', 'https://img.gamemonetize.com/v1z1xjc8ody8fbzqmp7yav0zqde1ce7f/512x384.jpg', 'https://html5.gamemonetize.com/v1z1xjc8ody8fbzqmp7yav0zqde1ce7f/', '0', 'Action', 0, 0, '', 'yellow-alien-escape'), (8954, 'TwoTimin Towers', 'Welcome to Two-Timin\' Towers – a tower defense game where your towers have friendly fire. Turning a classic game genre into a bullet hell!', 'https://img.gamemonetize.com/8zfn08n70phk6nmp4p2ciff4xf8vr5yk/512x384.jpg', 'https://html5.gamemonetize.com/8zfn08n70phk6nmp4p2ciff4xf8vr5yk/', '0', 'Adventure', 0, 0, '', 'twotimin-towers'), (8955, 'Jeep Passeger Offroad Mountain Simulation Game', 'Pick passenger from given location and drop them to the next stop.', 'https://img.gamemonetize.com/4925383oretqynphzst027k9qht43p05/512x384.jpg', 'https://html5.gamemonetize.com/4925383oretqynphzst027k9qht43p05/', '0', 'Racing', 0, 0, '', 'jeep-passeger-offroad-mountain-simulation-game'), (8956, 'Beer Catcher', 'Catch all the falling beer bottles and achieve the highest score. www.durmangames.com', 'https://img.gamemonetize.com/iyn98dkptzn92d8rovdberm7eq0shjxi/512x384.jpg', 'https://html5.gamemonetize.com/iyn98dkptzn92d8rovdberm7eq0shjxi/', '0', 'Puzzles', 0, 0, '', 'beer-catcher'), (8957, 'Smash all these f.. animals', 'Smash All These F*** Animals is an arcade game in which a flow of forest animals will go through the top of your screen to the bottom. You only have three health points and each animal that reaches the bottom of the screen will make you lose one. If you want to get rid of these, you only have to tap on them. You can also use terrible spells to exterminate multiple enemies in one hit.', 'https://img.gamemonetize.com/5p46b5bocexlsru5lu9wsixgv9or7lwg/512x384.jpg', 'https://html5.gamemonetize.com/5p46b5bocexlsru5lu9wsixgv9or7lwg/', '0', 'Shooting', 0, 0, '', 'smash-all-these-f-animals'), (8958, 'Snakes and Ladders the game', 'Snakes and Ladders is a classic game and is one of the greatest game ever. Its fun and simple game-board only need 1 dice to play and start having fun. The rules are super simple : the player who arrives the first on the square number 100 wins. But there are traps (ladders) that can either help you to climb faster or to fall on others steps below.', 'https://img.gamemonetize.com/i89np7ak69k4a74ac8i22iz9j4mj2q9w/512x384.jpg', 'https://html5.gamemonetize.com/i89np7ak69k4a74ac8i22iz9j4mj2q9w/', '0', 'Puzzles', 0, 0, '', 'snakes-and-ladders--the-game'), (8959, 'Counter Craft 2 Zombies', 'Counter Craft 2 Zombies features action packed zombie shooting in minecraft world, your mission is to use three different weapons to shoot hordes of incoming zombies and try to survive each round with increasing difficulty.', 'https://img.gamemonetize.com/lccvcjui45roecfojxto6j8t5ceags7u/512x384.jpg', 'https://html5.gamemonetize.com/lccvcjui45roecfojxto6j8t5ceags7u/', '0', 'Shooting', 0, 0, '', 'counter-craft--zombies'), (8960, 'Buzzy Bee', 'Use your finger and flap your wings to fly be careful to try to avoid all dangerous trunks! Have Fun! Fly as long as you can without hitting the trunks and achieve high scores.', 'https://img.gamemonetize.com/8vi7zv4ymawdmmzc7ld3vovepyd6eudc/512x384.jpg', 'https://html5.gamemonetize.com/8vi7zv4ymawdmmzc7ld3vovepyd6eudc/', '0', 'Clicker', 0, 0, '', 'buzzy-bee'), (8961, 'Race Master 3D', 'Keep your finger to the floor and be ready for absolutely anything in this ridiculously entertaining mobile racing game where you really never know what’s around the next corner. Fine tune your ride, keep your foot on the gas, dodge the endlessly varied obstacles, and try to keep out the way of your equally manic rivals in super-fast, super-exciting, psychedelic races that always offer something new and unexpected. Feel the need for speed? You’ll get speed, drama, awesome cars and a whole lot more in this addictive casual driving game that’s as intuitive as it is outrageous.', 'https://img.gamemonetize.com/6no5kq4n3g47k07vmhgkwkucky583nep/512x384.jpg', 'https://html5.gamemonetize.com/6no5kq4n3g47k07vmhgkwkucky583nep/', '0', 'Racing', 0, 0, '', 'race-master-d'), (8962, 'Stickman Jungle Escape', 'Stickman tried to escape from the jungle and their enemy don\'t want him there - he could be stealing all the secrets! His Enemy fires deadly lasers and missiles at him, he puts on a jetpack and shoots into the air, hoping to run away. Control the jetpack, pickup amazing boosters, and help Stickman survive in the Jungle!', 'https://img.gamemonetize.com/e3ffkxdrwaz3aaka5fcq0bypx4mw1hno/512x384.jpg', 'https://html5.gamemonetize.com/e3ffkxdrwaz3aaka5fcq0bypx4mw1hno/', '0', 'Arcade', 0, 0, '', 'stickman-jungle-escape'), (8963, 'Red Impostor Vs Crew Among Us', 'Our cute little robots are back. Yes, their name is Among Us. This time, they will experience an unforgettable adventure on a spaceship in space. In the game Red Impostor Vs Crew, you will play the role of a killer together with Among Us. Your task is to find the swords on the spaceship. If you find them, don\'t hesitate to use them. Remember, this is a very secret task. You cannot be discovered by anyone. When you kill everyone without getting noticed, the level is completed. Incredibly simple to understand. Are you ready? Glad you will complete the mission at each level!', 'https://img.gamemonetize.com/z04i960cz1k19851nettxlclxxyi4zji/512x384.jpg', 'https://html5.gamemonetize.com/z04i960cz1k19851nettxlclxxyi4zji/', '0', 'Boys', 0, 0, '', 'red-impostor-vs-crew--among-us'), (8964, 'Space Shooter', 'Rediscover the excitement of the arcade and take command of a spaceship in Space Shooter. Show your ability as a pilot and fight hordes of enemies across forty levels. You’re alone in your cockpit against a complete armada of hostile Aliens. To save yourself, you must destroy them all before they reach you and attempt to shred your ship to pieces with their missiles.', 'https://img.gamemonetize.com/5ljidntaddgnbqqj638wlkm75s4tjqc9/512x384.jpg', 'https://html5.gamemonetize.com/5ljidntaddgnbqqj638wlkm75s4tjqc9/', '0', 'Arcade', 0, 0, '', 'space-shooter'), (8965, 'Space Jumper', 'Feel the rush of adrenaline and get into the suit of a space paratrooper who\'s ready to break all records. Throw yourself into space in a vertiginous freefall in this obstacle game.', 'https://img.gamemonetize.com/flnc1fcwbmaxsun6p5ogy8c4cqehsj3g/512x384.jpg', 'https://html5.gamemonetize.com/flnc1fcwbmaxsun6p5ogy8c4cqehsj3g/', '0', 'Sports', 0, 0, '', 'space-jumper'), (8966, 'Solitaire Deluxe', 'Rediscover a great classic game on your phone or pc: The Solitaire. Challenge your patience and intelligence in this card game famous around the world. Multiply the hours of fun with ours different game modes.', 'https://img.gamemonetize.com/l06pj8yhoci2cz9kxndyyvq8688lctb4/512x384.jpg', 'https://html5.gamemonetize.com/l06pj8yhoci2cz9kxndyyvq8688lctb4/', '0', 'Puzzles', 0, 0, '', 'solitaire-deluxe'), (8967, 'Solitaire zen earth edition', 'SOLITAIRE : ZEN EARTH EDITION is the most zen and relaxing solitaire game of all cards games. Play now to this great classic card game with amazing HD graphics and beautiful pictures of our earth. You will love to play in the relaxing atmosphere of this game, its fun gameplay, and the multiple options that to customize your solitaire game as you prefer. SOLITAIRE : ZEN EARTH EDITION respects all the original rules of the classic solitaire.', 'https://img.gamemonetize.com/k3aiz5llgdivco5lbcx17vvvo9rpnhar/512x384.jpg', 'https://html5.gamemonetize.com/k3aiz5llgdivco5lbcx17vvvo9rpnhar/', '0', 'Puzzles', 0, 0, '', 'solitaire--zen-earth-edition'), (8968, 'Speedboat Challenge Racing', 'Get ready! An extreme race is beginning with the super speed boats! Would you like to participate in the races with your boats? Would you like to do free drive and stunt with your boats? You have two options as Free Drive and Racing in this game. You can play these modes in single player mode and in two player mode.', 'https://img.gamemonetize.com/qm50c4ih2c7v847vlb0r4il1oy1es174/512x384.jpg', 'https://html5.gamemonetize.com/qm50c4ih2c7v847vlb0r4il1oy1es174/', '0', 'Racing', 0, 0, '', 'speedboat-challenge-racing'), (8969, 'Night City Racing', 'A super realistic and fantastic car driving simulator is now beginning with the Night City Racing game! 10 super-sport fastest cars will accompany you during this adventure. These cars are customizable on both the engine side and visual side. You will be able to play this car simulator game either in 1 player game mode or in 2 player game mode', 'https://img.gamemonetize.com/jfqr9cn7d94h692g3knik2cgv3ma5p2j/512x384.jpg', 'https://html5.gamemonetize.com/jfqr9cn7d94h692g3knik2cgv3ma5p2j/', '0', 'Racing', 0, 0, '', 'night-city-racing'), (8970, 'RedLand Water is life', 'The reds are thirsty in redland. You must find the water immediately and bring the water back. Remember, as you turn on the water, the water level will rise and you can drown. find water and bring water. Throw them all into the air don\'t let them drown protect all your people catch all the red men. Collect purple cubes that are money for you if you wish!', 'https://img.gamemonetize.com/vwl6rqck5jzz5t1tgrw7nv7mwpvmsbar/512x384.jpg', 'https://html5.gamemonetize.com/vwl6rqck5jzz5t1tgrw7nv7mwpvmsbar/', '0', 'Arcade', 0, 0, '', 'redland-water-is-life'), (8971, 'Football Crash', 'Try to avoid massive amounts of football opponents to score more touchdowns you can! Great fun with this great football game, fluid animations, and easy one finger touch controls!', 'https://img.gamemonetize.com/xuvt88tinnnwophubbf1m7zkbi6jamvx/512x384.jpg', 'https://html5.gamemonetize.com/xuvt88tinnnwophubbf1m7zkbi6jamvx/', '0', 'Sports', 0, 0, '', 'football-crash'), (8972, 'Penguin Runner', 'In Penguin Runner you control a little penguin who\'s running to collect his Dinner Fish! Watch out for the obstacles in his path though and beware of the polar bears! With simple controls, just tap the left or right side of the screen to move and collect as many fish as you can!', 'https://img.gamemonetize.com/fo1zn5x7ullopm6yk3mn39ftwtmoyx3a/512x384.jpg', 'https://html5.gamemonetize.com/fo1zn5x7ullopm6yk3mn39ftwtmoyx3a/', '0', 'Racing', 0, 0, '', 'penguin-runner'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (8973, 'Tangram Match Masters', 'This Tangram is a new kind of tangram games, mix between a classic tangram and a classic puzzle. This game is super fun to play and easy to understant. As in any tangram you need to fill in the shape with blocks. The difficulty is that you canno\'t just drop a block, you need that thze borders of that block fit with the colors of the adjacents blocks. It\'s super simple isn\'t it ? But now will you master the challenge ?', 'https://img.gamemonetize.com/rsczuhcp5ijt5h47qc2pg6crwdwwztj3/512x384.jpg', 'https://html5.gamemonetize.com/rsczuhcp5ijt5h47qc2pg6crwdwwztj3/', '0', 'Puzzles', 0, 0, '', 'tangram-match-masters'), (8974, 'Tangram Puzzle 2.0', 'Fill in the shapes with the correct blocks. Make sure all colors borders fit. Tangram Puzzle 2.0 is a new kind of Tangram. You must drag and drop the blocks inside the empty shapes. All block borders have colors and these colors should match with the colors of the adjacent blocks. If it doesn’t match, it is not good. If all colors match… you win and you can go to the next level', 'https://img.gamemonetize.com/yoil116onv1btchuxiku6b0umvja46pj/512x384.jpg', 'https://html5.gamemonetize.com/yoil116onv1btchuxiku6b0umvja46pj/', '0', 'Puzzles', 0, 0, '', 'tangram-puzzle-'), (8975, 'Tank Battle War Commander', 'Command your army in epic battles in this new world war. It is a turn based strategy game where you are in command of tanks and other massive weapons to defend your country. Your goal is to conquer all the territories , and force the enemy to retreat, up to the final victory. You are the commander in chief. You must defeat the enemy that has invaded your nation and already installed its armed colony.', 'https://img.gamemonetize.com/x1r3fng1bk3e1un1ydqtohdm6kswlnpq/512x384.jpg', 'https://html5.gamemonetize.com/x1r3fng1bk3e1un1ydqtohdm6kswlnpq/', '0', 'Adventure', 0, 0, '', 'tank-battle--war-commander'), (8976, 'Tap Tap Lycaon Too Difficult', 'A legend speaks of a mysterious animal that lives deep in the African desert. That mysterious animal is the Bouncing Lycaon. It has razor-sharp reflexes and thrives on the thrill of danger! So, it cannot stop itself from tempting death! Luckily, it has many lives (maybe it\'s related to cats…), and the temple where it is kept has many blades to threaten it as it bounces around.', 'https://img.gamemonetize.com/m7vs192u5x5pzlybzqehgjw8zionaimr/512x384.jpg', 'https://html5.gamemonetize.com/m7vs192u5x5pzlybzqehgjw8zionaimr/', '0', 'Arcade', 0, 0, '', 'tap-tap-lycaon--too-difficult'), (8977, 'Tap Candy sweets clicker', 'Have you ever dreamed of producing tons of candies for children and parents ? If yes, play this super game now, and become the best candy artisan in your sweet factory. Tap as fast as you can, select and upgrade your production tools to build more. Ready for this candy challenge ? Easy-to-play and addictive !', 'https://img.gamemonetize.com/wz52vlbh10m3hwe7p9ww01kdax07j1yo/512x384.jpg', 'https://html5.gamemonetize.com/wz52vlbh10m3hwe7p9ww01kdax07j1yo/', '0', 'Cooking', 0, 0, '', 'tap-candy--sweets-clicker'), (8978, 'RedLand Water Cut Off', 'In the second game of the legendary series, you have to cut the waters and throw the blue men into the air, save your village, and don\'t forget to move forward without collecting the diamonds. You need those diamonds and now you are the king as the king send all the blue men to the sky. watch out for skeletons you can\'t kill the endings.', 'https://img.gamemonetize.com/vmz9nuapqfm759ix6dbutic0vuzreym7/512x384.jpg', 'https://html5.gamemonetize.com/vmz9nuapqfm759ix6dbutic0vuzreym7/', '0', 'Arcade', 0, 0, '', 'redland-water-cut-off'), (8979, 'Stickman Temple Wars', 'Hours of fun begin with the Stickman Temple Duel game. "Story mode", "2Player" and "Etc.You can play the game that offers "bot" options, whether with friends or against artificial intelligence. Challenging tracks consisting of 40 chapters are waiting for you in story mode in the unblocked shooting game. You will be playing alone in this episode. 2Player and Etc.You will be engaged in a gunfight on the visuals, moving tracks that change in each section of the bot options. The one who grabs the gun first and can hit the opposite side wins. If you want to have an interesting experience where you can find different games in the same place, click here immediately. Have fun!', 'https://img.gamemonetize.com/5etwyeyv8eqplry4iq11p130cixiqsbg/512x384.jpg', 'https://html5.gamemonetize.com/5etwyeyv8eqplry4iq11p130cixiqsbg/', '0', 'Action', 0, 0, '', 'stickman-temple-wars'), (8980, 'Shadow Ninja Warriors', 'Start the Shadow Ninja Revenge challenge. Try to survive by using your weapons on your journey full of all kinds of obstacles and enemies. Kill your enemies, always be ready for attacks. Swords, spears, flying kicks and more. We wish you a pleasant time in the Shadow Ninja Revenge game Shadow men\'s fight.', 'https://img.gamemonetize.com/swpx0x0d3lo0483xt1ls7e9bx006w97h/512x384.jpg', 'https://html5.gamemonetize.com/swpx0x0d3lo0483xt1ls7e9bx006w97h/', '0', 'Arcade', 0, 0, '', 'shadow-ninja-warriors'), (8981, 'Trial Extreme Parkour', 'Try to reach the shortest times in more than 40 levels in this mad stunts game, you have to be as fast as you can in the bike race. Try crazy stunts and collect stars in this dirt bike game! Upgrade your motocross bike with earned in-game gold and restart levels for new records. Physics based riding Extreme racing. Feel the stunts and obstacles, remember there is no Trial frontier! To buy new bikes you have to do somersaults as much as possible in the levels, for this you need mad skills. Buy new Motocross, BMX bikes! Update! Break the record! Stay tuned for 50+ episodes and make sure you get the highest score on all levels until then.', 'https://img.gamemonetize.com/g2m4tesy8vwb0x3n1ydsybnst522lkq3/512x384.jpg', 'https://html5.gamemonetize.com/g2m4tesy8vwb0x3n1ydsybnst522lkq3/', '0', 'Sports', 0, 0, '', 'trial-extreme-parkour'), (8982, 'Dress Up Sweet Doll', 'Dress Up Sweet Doll is a very stylish game where you can dress up dolls freely. You can dress up the doll in different styles such as, sweet style, cool style, fashion style etc. You can even pick your favorite eyes, mouth and eyebrows for the doll. With so many beautiful clothes, hats, shoes and wings, you can create your own style dolls. Try more combinations and you will get more unexpected fun. If you like this game, recommend it to your friends and enjoy each other\'s masterpieces!', 'https://img.gamemonetize.com/vcc1cobhlwut4kwi4mfpcp4yfdpb62gz/512x384.jpg', 'https://html5.gamemonetize.com/vcc1cobhlwut4kwi4mfpcp4yfdpb62gz/', '0', 'Girls', 0, 0, '', 'dress-up-sweet-doll'), (8983, 'Minecraft Parkour Block', 'Minecraft Parkour Block is a fun and exciting game of dexterity that will put your parkour jumping skills to the test. With unique levels and different mechanics, this game offers a challenging and rewarding experience for players of all skill levels. Play it directly in your browser on both your computer and phone! With stunning graphics and smooth gameplay, Minecraft Parkour Block will transport you to a world of thrilling adventures where you\'ll need to use your reflexes and strategic thinking to navigate each level. From jumping over obstacles to scaling walls and leaping between platforms, each level presents a new challenge that will test your parkour abilities. Whether you\'re a seasoned gamer or new to the world of gaming, Minecraft Parkour Block offers a fun and experience that will keep you hooked for hours on end. So put your parkour skills to the test and see if you have what it takes to beat the game. Download Minecraft Parkour Block today and enjoy a hardcore parkour jumping experience!', 'https://img.gamemonetize.com/hu4n1s0t7ujasxio9fnhyb83nscl9n12/512x384.jpg', 'https://html5.gamemonetize.com/hu4n1s0t7ujasxio9fnhyb83nscl9n12/', '0', 'Adventure', 0, 0, '', 'minecraft-parkour-block'), (8984, 'Rocky Rampage Online', 'It is an entertaining game of pure adventure Rocky Rampage is an exclusive game of kiz10 controls pointing the direction of expulsion of the Rocky character so that he reaches as far as you can. Join Boulder Cobblestone and his sidekick Pebble on their quest to recover the stolen Wonderpants piece by piece. Use your ability to react quickly, boost the character as best you can to collect many more items in his path and survive longer. You can improve the features of the game like being extra life, boosted rocket, more ammunition, improve your score with each attempt and enjoy many hours of free entertainment in kiz10. Features:Casual game of action, adventure and levels.Improve the characteristics of your character power, extra lives, more bullets, etc.Complete the game more than 15 levels.Game optimized for pc, mobile and tablets.', 'https://img.gamemonetize.com/ju3wmh85g7n4sm53pbw9qyrpt01zzrfl/512x384.jpg', 'https://html5.gamemonetize.com/ju3wmh85g7n4sm53pbw9qyrpt01zzrfl/', '0', 'Clicker', 0, 0, '', 'rocky-rampage-online'), (8985, 'Breaking Damned', 'The World Has Come To An End! You are a Cyborg Soldier, equipped with powerful shotgun. There are zombies everywhere. Only thing you can do is shoot to kill and survive. We count on you! Good Luck. Features: * Good Graphics * 50 levels to play * Easy Controls', 'https://img.gamemonetize.com/bkyurasbusvuul364w7m7mwnhw4zi966/512x384.jpg', 'https://html5.gamemonetize.com/bkyurasbusvuul364w7m7mwnhw4zi966/', '0', 'Shooting', 0, 0, '', 'breaking-damned'), (8986, 'Fairytale Princess', 'Cursed from birth, Sleeping Beauty will fall asleep for a hundred years on her sixteenth birthday. The good fairies woke her up. And now it looks very stylish and beautiful. Let\'s dress her up and play. Fun game', 'https://img.gamemonetize.com/lnpv6tcje4uffpugbzkad0jjsmqc57iu/512x384.jpg', 'https://html5.gamemonetize.com/lnpv6tcje4uffpugbzkad0jjsmqc57iu/', '0', 'Girls', 0, 0, '', 'fairytale-princess'), (8987, 'Cannon Surfer Obstacle Shooting Game', 'Cannon-Surfer is an interesting arcade game. You will push a ball cannon to arrive at the end. Stay away from the blocks. Remember to integrate the tank, with the tank improving, you could beat the boss easily. If you can not handle it, there is a rainbow shell on your right that will help you.', 'https://img.gamemonetize.com/88gh0xoxe1jgak0arqfcwa61287wovq1/512x384.jpg', 'https://html5.gamemonetize.com/88gh0xoxe1jgak0arqfcwa61287wovq1/', '0', 'Adventure', 0, 0, '', 'cannon-surfer--obstacle-shooting-game'), (8988, 'Fashion Doll House Cleanup', 'Fashion Doll House Cleaning is a very careful and patient game. Your task is to clean every room in the house and take out all the clutter. Your goal is to make the house a new look. First, you need to clean up all the rooms from the kitchen to the bedroom. Then, use the sweeping robot to clean the floor. Finally, throw away all the garbage. It is worth noting that you can\'t stain anything. Are you ready?', 'https://img.gamemonetize.com/hb455b4qbof4vw0vppp3fm4wahmljzig/512x384.jpg', 'https://html5.gamemonetize.com/hb455b4qbof4vw0vppp3fm4wahmljzig/', '0', 'Girls', 0, 0, '', 'fashion-doll-house-cleanup'), (8989, 'Fashion Doll Dream House Design & Decorating', 'It\'s so much fun to decorate your own home to fit your taste and style. The right color of wallpaper or paint can make a room pop. Perfect decorations on the walls and shelves can bring a room to life. Only you can make your home beautiful, so let\'s start designing your dream house!', 'https://img.gamemonetize.com/15rwx1k160jaxpw76i6s2lu3gjtvdomg/512x384.jpg', 'https://html5.gamemonetize.com/15rwx1k160jaxpw76i6s2lu3gjtvdomg/', '0', 'Girls', 0, 0, '', 'fashion-doll-dream-house-design-amp-decorating'), (8990, 'Roof Rails Online 3D Game', 'Roof Rails Online is undoubtedly one of the most interesting new arcade games this year, with addictive gameplay and 3D art style. If you are a fan of such games, don\'t miss this game. Your mission is to be on the roof. Use a wooden pole to maintain balance. Collect wooden blocks to increase the length of the pole. At the same time, avoid gears to reduce the length of the pole. When you reach the end, don\'t forget to take all the gems away. Are you ready?', 'https://img.gamemonetize.com/cyt71w24pfsk11vac15ps4woee8s0lva/512x384.jpg', 'https://html5.gamemonetize.com/cyt71w24pfsk11vac15ps4woee8s0lva/', '0', 'Boys', 0, 0, '', 'roof-rails-online-d-game'), (8991, 'Bus Rush Bus Surfer', 'It is evident that Bus Rush is a parkour arcade game with 3D game art animation according to what the cover looks like. In a typical parkour game, you need to collect the gold coins and avoid all the dangerous situations during running and escaping. But when you are playing skateboarding, the situations you face will change a little. Whatever happened, try your best to avoid all the obstacles and enjoy the joy of skateboarding!', 'https://img.gamemonetize.com/42kr643i7zjf4ucq6ll8p51vy7rpdcfb/512x384.jpg', 'https://html5.gamemonetize.com/42kr643i7zjf4ucq6ll8p51vy7rpdcfb/', '0', 'Boys', 0, 0, '', 'bus-rush--bus-surfer'), (8992, 'Ales Kitchen', 'A short party game that can be played by 2-6 players!', 'https://img.gamemonetize.com/qj8uk8aahiuwt3t18cuwfyyaqurbo3kc/512x384.jpg', 'https://html5.gamemonetize.com/qj8uk8aahiuwt3t18cuwfyyaqurbo3kc/', '0', 'Hypercasual', 0, 0, '', 'ales-kitchen'), (8993, 'Smashy Pipe', 'Stupid little game made live on stream where you play as the pipe from Flappy Bird out for revenge! Tired of games about wimpy birds? Turn the tables and play as man\'s best friend, the sturdy pipe! Knock those annoying birds right out of the air! move a funny character across the screen changing the direction with one tap. Help the character avoid dangerous pipes. Improve your reflexes and observation skills in this simple but engrossing Android game. Help the character hold on as long as possible. You will find several pipes in the upper part of the screen, they will move down from time to time trying to smash the hero. Take the hero away from a dangerous place in time. The more pipes you avoid the bigger reward you get. Set a record.', 'https://img.gamemonetize.com/zfz8cb2nvlo5m92ib4qayx8pj6vo7y4n/512x384.jpg', 'https://html5.gamemonetize.com/zfz8cb2nvlo5m92ib4qayx8pj6vo7y4n/', '0', 'Hypercasual', 0, 0, '', 'smashy-pipe'), (8994, 'Stick Family Fun Time Jigsaw', 'Stick Family Fun Time Jigsaw is a free online game in the jigsaw puzzle genre. You have 6 images in three modes to play. Choose one of the modes for the game that you previously choose and start it playing. Drag and drop the pieces to solve the puzzle and create an image. Enjoy, and have fun!', 'https://img.gamemonetize.com/fcm0ejk9y6y4ly2zdhfig0wdxuqr9ldz/512x384.jpg', 'https://html5.gamemonetize.com/fcm0ejk9y6y4ly2zdhfig0wdxuqr9ldz/', '0', 'Puzzles', 0, 0, '', 'stick-family-fun-time-jigsaw'), (8995, 'Anime Girl Dressup', 'Anime princess Candy is going to the party at the palace. She wants to wear the most glamorous outfits for the party. What jewelry, shoes and costume do you think she should wear? Let\'s dress her up very stylishly.', 'https://img.gamemonetize.com/rsdmc591acok6gwt9ps5d1ul5olqwtkh/512x384.jpg', 'https://html5.gamemonetize.com/rsdmc591acok6gwt9ps5d1ul5olqwtkh/', '0', 'Girls', 0, 0, '', 'anime-girl-dressup'), (8996, 'Dual Control Car', 'Avoid obstacles as you control two cars simultaneously. Good luck!', 'https://img.gamemonetize.com/b8mfrqrkwfwurp0wbpuf9gfn62xertfm/512x384.jpg', 'https://html5.gamemonetize.com/b8mfrqrkwfwurp0wbpuf9gfn62xertfm/', '0', 'Arcade', 0, 0, '', 'dual-control-car'), (8997, 'Sky Fairy Dressup', 'The beautiful sky fairy Freya works for good and beauty in the world. She uses her magic to make bad things beautiful. Let\'s dress this beautiful sky fairy very stylishly.', 'https://img.gamemonetize.com/qiqjmojcsfnq06otv4y3sc2gptv457yn/512x384.jpg', 'https://html5.gamemonetize.com/qiqjmojcsfnq06otv4y3sc2gptv457yn/', '0', 'Girls', 0, 0, '', 'sky-fairy-dressup'), (8998, 'Dumbo Dress up', 'Dumbo, the young elephant who can fly with his big ears, is a cartoon character loved by children. Do you want to dress Dumbo in new clothes? let\'s play', 'https://img.gamemonetize.com/i32jbydwilbb8v3hj2jblxqu6hd3llcn/512x384.jpg', 'https://html5.gamemonetize.com/i32jbydwilbb8v3hj2jblxqu6hd3llcn/', '0', 'Girls', 0, 0, '', 'dumbo-dress-up'), (8999, 'flying froglets Small Flying Froglets', 'One of the most interesting ability games with little animals is debuting today on play-games.com, and you, dear friends, can see that this is going to be a new online Clangers game, in which you will have to be very careful and concentrated, because the animals in this challenge will want to fly as far and as long as possible, and for that, you will have to be very careful and concentrated, because dear friends, you can see that you will have to make sure that the animals in this challenge fly as far. Make sure you\'re quick and cautious in this game, and you\'ll soon discover that the Clangers creatures will offer you a slew of additional fun games to play with your pals. Have a blast!', 'https://img.gamemonetize.com/59gs7pnrmir0x8f9ma99xratsu14kbnc/512x384.jpg', 'https://html5.gamemonetize.com/59gs7pnrmir0x8f9ma99xratsu14kbnc/', '0', 'Arcade', 0, 0, '', 'flying-froglets-small-flying-froglets'), (9000, 'nine31!', 'Nine 31 is a matching game. You must match 9 diamonds in the correct order before time runs out. -test your memory -race against time', 'https://img.gamemonetize.com/slpha1l2x807ssnhbkmzknrcr5yn1u8r/512x384.jpg', 'https://html5.gamemonetize.com/slpha1l2x807ssnhbkmzknrcr5yn1u8r/', '0', 'Puzzles', 0, 0, '', 'nine'), (9001, 'Curious George Dressup', 'Cute monkey George loves to eat bananas. George is a very curious monkey. Do you want to dress him in new clothes? let\'s create your favorite style', 'https://img.gamemonetize.com/k2u6iydp4rtv1wnnj21ykoeazug8mai4/512x384.jpg', 'https://html5.gamemonetize.com/k2u6iydp4rtv1wnnj21ykoeazug8mai4/', '0', 'Girls', 0, 0, '', 'curious-george-dressup'), (9002, 'Bratz Dana Popstar', 'Bratz girls are very popular cartoon characters. Dana loves to sing. She wants to be a famous popstar. Let\'s dress her up like a very stylish pop star.', 'https://img.gamemonetize.com/fxb116feqizrixgcnrv3az958tfww7zn/512x384.jpg', 'https://html5.gamemonetize.com/fxb116feqizrixgcnrv3az958tfww7zn/', '0', 'Girls', 0, 0, '', 'bratz-dana-popstar'), (9003, 'Lava and Aqua', 'Lava and Aqua is a puzzle game where you need to reach the exit without touching the lava in each level.downloadable games and smartphone games to give you the codes, tips and solutions (walkthroughs) of the games. Reflection Play as a little guy threatened by a hot lava eruption. You have to fight your way to the exit portal and protect yourself from all dangers during your move. Interact with different elements in the levels such as stone blocks, water and many more.', 'https://img.gamemonetize.com/7t8pv61gyzbnuw0n4xy5m999zv0kupy6/512x384.jpg', 'https://html5.gamemonetize.com/7t8pv61gyzbnuw0n4xy5m999zv0kupy6/', '0', 'Puzzles', 0, 0, '', 'lava-and-aqua'), (9004, 'Find Differences For Kid', 'Find The Differences is an interesting puzzle game. You need to seek the differences between the two pictures. It needs you to be patient. Do not miss any details. Find out all differences in time. If you really don\'t know, click the hints. If you like this game, don\'t forget to share it with your friends! If you don\'t know the difference between the two pictures, you can click the hint button in the game to find the difference.', 'https://img.gamemonetize.com/4fk1pu22uk3t88ur6al0dvr4qyk9mkxr/512x384.jpg', 'https://html5.gamemonetize.com/4fk1pu22uk3t88ur6al0dvr4qyk9mkxr/', '0', 'Puzzles', 0, 0, '', 'find-differences-for-kid'), (9005, 'Mario Vs Luigi', 'Luigi is Mario\'s fraternal twin brother. He is taller, thinner and shows a wider range of emotions than Mario. Luigi was originally developed via a palette swap of Mario with a green color scheme instead of red, but as the Mario series evolved, Luigi\'s character became taller and thinner than his brother Mario. Luigi fans love him for his dependability, for being an underdog, and even for his mustache. Therefore Luigi has the edge over his superstar sibling. Running into a Question Block is not a feat of endurance but a single, straightforward task. While the brothers may match one another in raw power, Luigi\'s mass is ultimately going to secure him a Question Block\'s bounty first.', 'https://img.gamemonetize.com/hib06w6vtwh4h4ob64acq01gwbovaw9v/512x384.jpg', 'https://html5.gamemonetize.com/hib06w6vtwh4h4ob64acq01gwbovaw9v/', '0', 'Multiplayer', 0, 0, '', 'mario-vs-luigi'), (9006, 'Subway Surfer Singapore', 'Subway Surfers World Tour: Singapore is the fifty-seven edition in the World Tour series and the sixty-second version in Subway Surfers', 'https://img.gamemonetize.com/7mv4m0qvc60fkgft3sba8ow8di83ehsm/512x384.jpg', 'https://html5.gamemonetize.com/7mv4m0qvc60fkgft3sba8ow8di83ehsm/', '0', 'Hypercasual', 0, 0, '', 'subway-surfer-singapore'), (9007, 'School Summer Date', 'Hannah\'s boyfriend Jack plans a romantic date at the beach. Hannah is very excited and needs your styling skills to look like a beauty queen tonight. Join the makeover squad with Hannah\'s best friend Jessica, create stunning makeup looks, colorful hairstyles, and amazing outfits. Get the hottest summer crush game for girls, enjoy new beauty makeover adventures, style, design, and become a part of a high school love story. Play now and find out if Hannah and her boyfriend Jack\'s romantic beach date ends with a kiss!', 'https://img.gamemonetize.com/aqc9kia7r9tf1vo3kln4zj3s87lpqwpi/512x384.jpg', 'https://html5.gamemonetize.com/aqc9kia7r9tf1vo3kln4zj3s87lpqwpi/', '0', 'Girls', 0, 0, '', 'school-summer-date'), (9008, 'Escape Box', 'Platformer game escape with the help of in-game boxes to find keys and exits.', 'https://img.gamemonetize.com/zwinsifycbq3dy57ub7wvquk6eg7xxih/512x384.jpg', 'https://html5.gamemonetize.com/zwinsifycbq3dy57ub7wvquk6eg7xxih/', '0', 'Puzzles', 0, 0, '', 'escape-box'), (9009, 'Caveman Buster', 'Cave Buster is a platformer game where you play as an little alien who crash landed on dangerous plant Play as a little alien guy who crash landed into the core of a dangerous planet. Make your way through fiery caverns and alien fauna. Find the super duper Burger and eat it!', 'https://img.gamemonetize.com/dc6zdgxe9ssgk81ypyv7aooc6q4m7hzv/512x384.jpg', 'https://html5.gamemonetize.com/dc6zdgxe9ssgk81ypyv7aooc6q4m7hzv/', '0', 'Arcade', 0, 0, '', 'caveman-buster'), (9010, 'Captain America Dressup', 'The First Avenger Captain America, chooses costumes for the new adventure. Which costume do you think he should wear in his new adventure? let\'s play and dress up your favorite clothes', 'https://img.gamemonetize.com/e2zrss55onrc1pugqxgm6xrjvaiscnj4/512x384.jpg', 'https://html5.gamemonetize.com/e2zrss55onrc1pugqxgm6xrjvaiscnj4/', '0', 'Clicker', 0, 0, '', 'captain-america-dressup'), (9011, 'Chip n Dale Dressup', 'Cute chipmunks chip and dale are ready for their new adventure. Do you want to put on your new clothes? let\'s play', 'https://img.gamemonetize.com/cjs8gti9vzsvnf36t3dgz608v03cwqav/512x384.jpg', 'https://html5.gamemonetize.com/cjs8gti9vzsvnf36t3dgz608v03cwqav/', '0', 'Girls', 0, 0, '', 'chip-n-dale-dressup'), (9012, 'Mew Cat', 'Mew Cat is a 2D platformer where you have to collect the cat food bowls while avoiding the enemy cats, spikes and saws and reach the green flag. There are 8 levels to play and the difficulty increases as you continue.', 'https://img.gamemonetize.com/xcpoafhhandtpu3z8h0l2r4wmpoj52vh/512x384.jpg', 'https://html5.gamemonetize.com/xcpoafhhandtpu3z8h0l2r4wmpoj52vh/', '0', 'Arcade', 0, 0, '', 'mew-cat'), (9013, 'Cinderella Wedding Dressup', 'The beautiful princess Cinderella is getting married. Wedding preparations are over. She will be a very beautiful bride with her wedding dress and accessories. Lets dress up princess very stylish', 'https://img.gamemonetize.com/v9iui2t2mxsncgcage68g1867r8ym8sx/512x384.jpg', 'https://html5.gamemonetize.com/v9iui2t2mxsncgcage68g1867r8ym8sx/', '0', 'Girls', 0, 0, '', 'cinderella-wedding-dressup'), (9014, 'Students Outfits Changeover', 'Let\'s help Ava, Clara and Sophie have fun with their school outfits today. Come and join this fun moment and choose the wonderful outfits and accessories for these naughty girls. Have a great fun with this dressup game in 7sgames.com', 'https://img.gamemonetize.com/kk05qpqekto5cmdmhd0kp3mfgr5ybghr/512x384.jpg', 'https://html5.gamemonetize.com/kk05qpqekto5cmdmhd0kp3mfgr5ybghr/', '0', 'Girls', 0, 0, '', 'students-outfits-changeover'), (9015, 'Monster High Schoolgirl', 'Monster High Clawdeen Wolf girl is preparing for school. Which school clothes do you think she should wear? let\'s dress up and play', 'https://img.gamemonetize.com/06nm7ht6lizavl89j2z3zf295jzuewc8/512x384.jpg', 'https://html5.gamemonetize.com/06nm7ht6lizavl89j2z3zf295jzuewc8/', '0', 'Girls', 0, 0, '', 'monster-high-schoolgirl'), (9016, 'Fiddle ', 'The cat must use the fiddle to manipulate the world, collect items and amuse their dog friend with an amazing scene.', 'https://img.gamemonetize.com/i7ijw16gl2k1gtgb0fw2z9yd0nt13mb5/512x384.jpg', 'https://html5.gamemonetize.com/i7ijw16gl2k1gtgb0fw2z9yd0nt13mb5/', '0', 'Adventure', 0, 0, '', 'fiddle-'), (9017, 'Daddy Rabbit Zombie invasion in the farm', 'Have fun playing this rabbit game where a cute rabbit dad must take care of his baby bunnies in the burrow under the most incredible farm you have ever seen. To achieve this, you must go through full of zombies that do not like crying baby rabbits. Daddy Rabbit must find all his lost babies inside the most amazing underground burrow you\'ve ever seen. These baby rabbits sleep peacefully everywhere, but when daddy rabbit passes by, they will follow him all the way. If you need to let them sleep as part of your strategy, you just need to feed them a carrot and they will stay there. Baby bunnies will follow dad but will cry if they are awake and his dad wanders too far. When that happens, the zombies will get upset and go straight to eat them. That\'s when daddy rabbit will defend his sons with a carrot punch and give those evil zombies what they deserve.', 'https://img.gamemonetize.com/t0cf7pxp3d77n2qq0yogb213bgn6fju9/512x384.jpg', 'https://html5.gamemonetize.com/t0cf7pxp3d77n2qq0yogb213bgn6fju9/', '0', 'Puzzles', 0, 0, '', 'daddy-rabbit--zombie-invasion-in-the-farm'), (9018, 'Zombie Mission 11', 'Zombie Mission 11 continues with the Underwater World. Zombies invaded the seas and sea creatures turned into zombies. New mechanics, new characters and vehicles are included in the 11th Level! You are starting a completely new adventure...', 'https://img.gamemonetize.com/i553ac2t7khibsxbl1odlpdfvo5e6v1g/512x384.jpg', 'https://html5.gamemonetize.com/i553ac2t7khibsxbl1odlpdfvo5e6v1g/', '0', 'Action', 0, 0, '', 'zombie-mission-'), (9019, 'Ricochet Arrow', 'kill dangerous skeleton men in 30 different levels. Determine your target before launching your arrow. You have unlimited arrow rights, but if the arrow you throw hits you, you lose. Let\'s start destroying the skeleton men!', 'https://img.gamemonetize.com/evvd0o9n63b4zy266l0j1ybmnps98dde/512x384.jpg', 'https://html5.gamemonetize.com/evvd0o9n63b4zy266l0j1ybmnps98dde/', '0', 'Shooting', 0, 0, '', 'ricochet-arrow'), (9020, 'Lucky vs Lou', 'Lou, the handsome toy with blond hair, who has evil evils, starts the giant toy-smashing machine. lucky so the toy red bat starts running because it can never fly because it is a toy. He has to get the key or his friends can\'t reach out and save him. He must get the golden key to save his friends.', 'https://img.gamemonetize.com/nxidk4ow5997dt51m0qj8csxpvjvccsl/512x384.jpg', 'https://html5.gamemonetize.com/nxidk4ow5997dt51m0qj8csxpvjvccsl/', '0', 'Arcade', 0, 0, '', 'lucky-vs-lou'), (9021, 'Call of Ops 3 Zombies', 'Call of Ops 3 Zombies is a shooting game what features intense zombie shooting experience with realistic physics and three highly detailed maps where your mission is to shoot the given amount of zombies in order to survive each round and get awarded with new weapons.', 'https://img.gamemonetize.com/cj2i0xkpesbl0e3m3tqf5pqpc6fzvxoh/512x384.jpg', 'https://html5.gamemonetize.com/cj2i0xkpesbl0e3m3tqf5pqpc6fzvxoh/', '0', 'Shooting', 0, 0, '', 'call-of-ops--zombies'), (9022, 'Sticky Basket', 'Point your finger, take aim and try to score a basket! Shoot further and further across levels and improve your shot rates to continue Or enjoy the relaxing training mode where you can pull freely from an increasing distance', 'https://img.gamemonetize.com/qsixz3sudgaw5j2rd9vx44iwjzsmk4tg/512x384.jpg', 'https://html5.gamemonetize.com/qsixz3sudgaw5j2rd9vx44iwjzsmk4tg/', '0', 'Sports', 0, 0, '', 'sticky-basket'), (9023, 'Emoji link the smile game', 'If you love emoji and like games, this super fun emoji game is for you ! The goal of the game is super simple : you just need to find similar emoji and connect them in less than 3 straight lines. If you are able to link and connect all emojis icons during the limited time, then you win and advance to the next level with new emoticons and smileys to connect. Every level is getting a bit more difficult but it\'s always super fun to play EMOJI LINK.', 'https://img.gamemonetize.com/u6f8sle5vgytp6naypq7xhmmxqtz1pjw/512x384.jpg', 'https://html5.gamemonetize.com/u6f8sle5vgytp6naypq7xhmmxqtz1pjw/', '0', 'Puzzles', 0, 0, '', 'emoji-link--the-smile-game'), (9024, 'Space Restaurant', 'Feel the rush of adrenaline and get into the suit of a space paratrooper who\'s ready to break all records. Throw yourself into space in a vertiginous freefall in this obstacle game.', 'https://img.gamemonetize.com/h2qmt64zfkqhfoxcvvln0ox1nrimzs2n/512x384.jpg', 'https://html5.gamemonetize.com/h2qmt64zfkqhfoxcvvln0ox1nrimzs2n/', '0', 'Hypercasual', 0, 0, '', 'space-restaurant'), (9025, 'Solitaire Solitaire', 'Rediscover a great classic game on your phone or pc: The Solitaire. Challenge your patience and intelligence in this card game famous around the world. Multiply the hours of fun with ours different game modes.', 'https://img.gamemonetize.com/psdh4apz1e8mvqtd5g7xay4dmnwozpfz/512x384.jpg', 'https://html5.gamemonetize.com/psdh4apz1e8mvqtd5g7xay4dmnwozpfz/', '0', 'Puzzles', 0, 0, '', 'solitaire-solitaire'), (9026, 'Sudoku', 'Sudoku Deluxe is for all players : from beginners to advanced players. If you like easy sudoku where you can have fun, enjoy, relax and pass your free time in a pleasant way you will love this game. If you like to raise big sudoku challenges and make your brain work hard, this classic sudoku game is also perfect for you. It\'s time to get a gaming break and to relax with our free sudoku.', 'https://img.gamemonetize.com/apfymbxcq8awds0oz0kfzrj0vwrkkqyo/512x384.jpg', 'https://html5.gamemonetize.com/apfymbxcq8awds0oz0kfzrj0vwrkkqyo/', '0', 'Puzzles', 0, 0, '', 'sudoku'), (9027, 'Stickman School Run', 'PLAYTOUCH is happy to show you its brand-new game: Stickman School Run. Feel like you went back to school and take control of a little wire man who’s also trying to run away from his homework and save his girlfriend. Come and test your skills in this obstacle race!', 'https://img.gamemonetize.com/mpdkw6xhadf0csmvd7pdl9jq48r3atsz/512x384.jpg', 'https://html5.gamemonetize.com/mpdkw6xhadf0csmvd7pdl9jq48r3atsz/', '0', 'Racing', 0, 0, '', 'stickman-school-run'), (9028, 'Farm Land And Harvest', 'Do you know where does flour come from? Do you know what does farmer do to grow and harvest wheat? In this game you will learn the answers. There are many mini parts in this game. You can choose any part to enjoy. If you play them in order, you can learn the whole process of planting and harvesting. First, assemble the truck you need and start to reclaim wasteland. And then plant the seeds into the soil. After you water the soil, the wheat would grow. When the wheat is ripe, harvest it with a reaper... Want to know more about this game? Enjoy it!', 'https://img.gamemonetize.com/q8pz1z5os72gap9euq61uidtb7u2vmq8/512x384.jpg', 'https://html5.gamemonetize.com/q8pz1z5os72gap9euq61uidtb7u2vmq8/', '0', 'Boys', 0, 0, '', 'farm-land-and-harvest'), (9029, 'Utoo 2', 'Utoo 2 is a 2D platformer where you have to collect blue cubes while avoiding the enemies, flying creatures, saws and spikes and reach the Exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original Utoo series.', 'https://img.gamemonetize.com/kjsjlfuhmjo0mhuibui0g4krfos38dku/512x384.jpg', 'https://html5.gamemonetize.com/kjsjlfuhmjo0mhuibui0g4krfos38dku/', '0', 'Arcade', 0, 0, '', 'utoo-'), (9030, 'Roll the Ball 3D', 'Welcome to Rolling Ball 3D. Slide left and right to control the ball and try to get into the circles without touching the borders and also avoid falling icebergs and other obstacles.', 'https://img.gamemonetize.com/eoxhi2ymzx2uqlm1mo8a0iw8aqou6bdo/512x384.jpg', 'https://html5.gamemonetize.com/eoxhi2ymzx2uqlm1mo8a0iw8aqou6bdo/', '0', 'Arcade', 0, 0, '', 'roll-the-ball-d'), (9031, 'Hit Master 3D', 'Then challenge yourself in an epic Hit Master 3D game! Here you must prove that you are the best and most accurate spy of all! Once you\'re ambushed, you are attacked by a huge crowd of enemies, and all you have is a lot of knives! Throw knives at your aims, eliminate them one by one and beat \'em all to survive! Do you like action spy movies? Do you like to silently defeat rivals? Then challenge yourself in an epic Hit Master 3D game! Here you must prove that you are the best and most accurate spy of all! Once you’re ambushed, you are attacked by a huge crowd of enemies, and all you have is a lot of knives! Throw knives, defeat rivals one by one and beat ‘em all to survive! The game has a lot of interactive items. If you don’t like to defeat enemies one by one silently and slowly, you can throw a knife into an exploding barrel, and defeat a crowd of enemies in one blow! Also, there are various boxes scattered everywhere – break them to slow down your enemies! What is more, you will save hostages on your way to win! Save everyone and get to the helicopter – become the ultimate hero! Remember, there are many enemies, all of different sizes, and they won\'t attack alone in a polite manner – they attack at once! Each of them is armed with baseball bats or huge spanners! But it\'s not a problem for you, right? It will hardly scare the best secret agent!', 'https://img.gamemonetize.com/1bwr4g5h3b84izqruh7e5hxwkloxecxa/512x384.jpg', 'https://html5.gamemonetize.com/1bwr4g5h3b84izqruh7e5hxwkloxecxa/', '0', 'Shooting', 0, 0, '', 'hit-master-d'), (9032, 'Tori 2', 'Tori 2 is a 2D platformer where you have to collect the orange balls while avoiding enemies, flying robots, spikes and ground saws and reach the Exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Tori" series.', 'https://img.gamemonetize.com/zxo2rd333wwdqoo7eebzr3pxj668gmo2/512x384.jpg', 'https://html5.gamemonetize.com/zxo2rd333wwdqoo7eebzr3pxj668gmo2/', '0', 'Arcade', 0, 0, '', 'tori-'), (9033, 'Gun Sprint 3d', 'Flip the gun and move forward to reach the goal! When you tap the screen, the gun will shoot and flip forward or backward! Focus on the tap timing, shoot the enemies, and get high score! If the gun fly high, it will be hard to control.', 'https://img.gamemonetize.com/7s4f6ft434uflkw98zpqnh33a0b5127y/512x384.jpg', 'https://html5.gamemonetize.com/7s4f6ft434uflkw98zpqnh33a0b5127y/', '0', 'Action', 0, 0, '', 'gun-sprint-d'), (9034, 'Pixl Patches', 'Pixl Patches is a little wholesome game that leads you through a short journey about loss and friendship.', 'https://img.gamemonetize.com/f7qwr7hoc50j5ai8m0lywpn5kjtcorxy/512x384.jpg', 'https://html5.gamemonetize.com/f7qwr7hoc50j5ai8m0lywpn5kjtcorxy/', '0', 'Adventure', 0, 0, '', 'pixl-patches'), (9035, 'FirehearT Jigsaw Puzzle', 'Zazgames is a place where you can infinitely play assembling online jigsaw puzzles. We hope you are up for another game from the Puzzle category on our website , because we have just added the game called FirehearT Jigsaw Puzzle for you all, which, despite being one of the many puzzle games we have added so far into this category, this is the first puzzle game to use this specific format, and image, so it is going to be a brand new experience for all of you, an experience we are sure you will appreciate, as there is no way you aren\'t going to have a lot of fun playing the game. Especially after you learn how to play it from the next lines in the description. you will start by choosing how you want the jigsaw puzzle be : hard medium or easy. After that, the jigsaw puzzle pieces are going to be spread around the game screen randomly. Use the mouse to drag them over the transparent images where they match with the image, until all the pieces are connected, and the image looks just like it did in the beginning. You will have a great time with the game, so start it right now, and we are sure you will not regret it one second!', 'https://img.gamemonetize.com/xxy59l4rg7fsvs1448pam6sz74nak85x/512x384.jpg', 'https://html5.gamemonetize.com/xxy59l4rg7fsvs1448pam6sz74nak85x/', '0', 'Puzzles', 0, 0, '', 'fireheart-jigsaw-puzzle'), (9036, 'Tangram Grid Game', 'Tangram Grid is a very fun and interesting puzzle online game for boys for free. In the game, some tangrams with different shapes will be given. You need to adjust their directions so that all the tangrams can fill in the target and together into a new shape. The game is very simple and educational, which can exercise your thinking ability. Come and try it now!', 'https://img.gamemonetize.com/wb6hpymrk0x4bcc7jd27hvefokl4v7gv/512x384.jpg', 'https://html5.gamemonetize.com/wb6hpymrk0x4bcc7jd27hvefokl4v7gv/', '0', 'Boys', 0, 0, '', 'tangram-grid-game'), (9037, 'Angry Gran Run Grannywood', 'Our angry grandmother is back. This time she\'ll try to escape in the Grannywood town. You can expect interesting obstacles that you need to avoid. Also we have several missions, and store where you can buy upgrades.You can also play this game on goolgames.com. All this is packed in a nice graphics and powered by unity engine.', 'https://img.gamemonetize.com/7szp08etln8kgg79h6q3cmr4p7zw7clr/512x384.jpg', 'https://html5.gamemonetize.com/7szp08etln8kgg79h6q3cmr4p7zw7clr/', '0', 'Racing', 0, 0, '', 'angry-gran-run-grannywood'), (9038, 'House of Hazards Online', 'Welcome to House of Hazards a fun multiplayer game where each player completes tasks around the house while avoiding hazards. How far will you get before one of your friends trips you up? Can you belive The house wants to hurt you! Health and safety? There is none here. There are dodgy light fittings, misfiring taps, and flying toast slices trying to knock you down. This isn’t a fever dream. It’s the daily struggle for those living in the House of Hazards. Step up and see what menial household tasks you can achieve today. Ultimately, your goal is to leave the house. You’ll have various tasks to complete. These are simple things - making coffee, checking the mailbox, watering flowers. But, the other house members will be waiting - watching for you to walk into their trap before you can do it. If you’re in the position of causing hazards, there is plenty you can do to make your housemates lives miserable. You can fire taps, toast, and lasers at them. Drop lights on their heads. You can even pick up their limp bodies off the floor and lock them in a chest!', 'https://img.gamemonetize.com/wqmwsnk3cup3pulbj686taj7gwvu78bw/512x384.jpg', 'https://html5.gamemonetize.com/wqmwsnk3cup3pulbj686taj7gwvu78bw/', '0', 'Multiplayer', 0, 0, '', 'house-of-hazards-online'), (9039, 'Little Panda Truck Team Game', 'Little Panda\'s truck Team is a very addictive game. In this game you need to help the truck team build the railway station and rebuild the amusement park. You will use various kinds of trucks to do your works. Use a roller to flatten the road, use a forklift to lay formwork and tracks and use a crane to install parts for ferris wheels and roller coasters etc. While you are playing this game, the trucks also introduce themselves to you, which can reinforce your impression of the trucks. You will not only learn how the trucks work but also have lots of fun in this game. Isn\'t it amazing? Enjoy!', 'https://img.gamemonetize.com/cah15kjjz2i9591vy7lqadh6a9xm05cq/512x384.jpg', 'https://html5.gamemonetize.com/cah15kjjz2i9591vy7lqadh6a9xm05cq/', '0', 'Boys', 0, 0, '', 'little-panda-truck-team-game'), (9040, 'King Rathor', 'King Rathor is a 2D platformer where you play as a King who have to save the queen who was held captive by the enemy soldiers. You have to collect the ornaments while avoiding the enemy soldiers, saws, spikes and rescue the queen from the danger. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/ajq7ful68lafwbk0en1iopz5v7u2c4bz/512x384.jpg', 'https://html5.gamemonetize.com/ajq7ful68lafwbk0en1iopz5v7u2c4bz/', '0', 'Arcade', 0, 0, '', 'king-rathor'), (9041, '2048 Run 3D', '2048 Run 3D is a brand-new free digital online game for boys. In the game, control your ball to merge in different numbers! You can merge balls with the same number and color until 2048 is merged. At the same time, there are a lot of obstacles on the road. The final score depends on the number you merge. The bigger the number, the higher the score and the richer the reward. Have fun with it!', 'https://img.gamemonetize.com/z7os7btei3467tg9rfuzgkpl1pzegcv9/512x384.jpg', 'https://html5.gamemonetize.com/z7os7btei3467tg9rfuzgkpl1pzegcv9/', '0', 'Boys', 0, 0, '', '-run-d'), (9042, 'King Rathor 2', 'King Rathor 2 is a 2D platformer where you play as a King who have to rescue the queen from the enemy soldiers and you have to collect the ornaments while avoiding the enemy soldiers, flying enemy birds, spikes and saws and rescue the queen in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original King Rathor series.', 'https://img.gamemonetize.com/o2hw4er3q6sh44f5dkbdgzuqruyz4vae/512x384.jpg', 'https://html5.gamemonetize.com/o2hw4er3q6sh44f5dkbdgzuqruyz4vae/', '0', 'Arcade', 0, 0, '', 'king-rathor-'), (9043, 'Space Survival Battle', 'Fly inside the space and destroy all Alien Ships and a giant Boss that you see in unique super fight shooter to save your world!. During your gameplay collect power up to to upgrade your Ship and use your mega bomb if necessary. Amazing explosion effects • Very Easy To Play Have fun with this amazing Arcade Shooter Game! Huggy Wuggy', 'https://img.gamemonetize.com/rh5157uzmm045phsbwzymwt0korm6jgw/512x384.jpg', 'https://html5.gamemonetize.com/rh5157uzmm045phsbwzymwt0korm6jgw/', '0', 'Shooting', 0, 0, '', 'space-survival-battle'), (9044, 'Gravity Surfer', 'How Far Can You Go!? An Endless Runner 3D Game! You Get 3 Lives To Start With And Every 100 Crystals Earns You An Extra Life!', 'https://img.gamemonetize.com/8aylny3k3qbvvsctbfcg1k8587shrq3d/512x384.jpg', 'https://html5.gamemonetize.com/8aylny3k3qbvvsctbfcg1k8587shrq3d/', '0', 'Arcade', 0, 0, '', 'gravity-surfer'), (9045, 'Tall Man Runner', 'Tall Man Runner is an addictive arcade game. I guess you will fall in love with it! The game play is very simple. You only need to slide the screen to control the man to run. But, you should avoid the obstacles and red minus doors. Well, enjoy the playing time now!', 'https://img.gamemonetize.com/rxiv8kgi4ffj2ei0qrn64ytyhbbhqw6r/512x384.jpg', 'https://html5.gamemonetize.com/rxiv8kgi4ffj2ei0qrn64ytyhbbhqw6r/', '0', 'Puzzles', 0, 0, '', 'tall-man-runner'), (9046, 'XOX | Tic Tac Toe', 'XOX | Tic Tac Toe 2 Player game. Beat your friend and enjoy ! Easy to play easy to win.', 'https://img.gamemonetize.com/flzv0xg4ju38p4y2zarfxgg1zrsq3rh9/512x384.jpg', 'https://html5.gamemonetize.com/flzv0xg4ju38p4y2zarfxgg1zrsq3rh9/', '0', 'Puzzles', 0, 0, '', 'xox--tic-tac-toe'), (9047, 'My Lovely Baby Care Game', 'My Lovely Baby Care is a baby care game. It\'s time to get up! Bring baby to the feeding chair in the kitchen and feed the baby some delicious baby food, including colorful cereals, eggs, milk, and more! Give your baby a bubble bath before we start our busy day! Make bubbles, wash your baby\'s hair and rinse it off and put on new clothes before starting a new day!', 'https://img.gamemonetize.com/5dlikgsnnujvwjlgzwzoencmmxkcdr7m/512x384.jpg', 'https://html5.gamemonetize.com/5dlikgsnnujvwjlgzwzoencmmxkcdr7m/', '0', 'Puzzles', 0, 0, '', 'my-lovely-baby-care-game'), (9048, 'Box Colour Fill Game', 'Once you download, you will never stop playing it. Just one objective: Fill the board. Very easy gameplay mechanics with hundreds of unique levels.', 'https://img.gamemonetize.com/ndloeupeevrkzxa69azaakjrjigk1e8k/512x384.jpg', 'https://html5.gamemonetize.com/ndloeupeevrkzxa69azaakjrjigk1e8k/', '0', 'Puzzles', 0, 0, '', 'box-colour-fill-game'), (9049, 'Funny Neon Ball', 'Neon Ball 3d is a 3D online ball running game. This is a dangerous place, this ball wants to escape from hell, but it needs some help because it needs to change its direction. See how far you can go. Good luck!', 'https://img.gamemonetize.com/80c1kdocdthy3b8pjlg146wtdmjn09t0/512x384.jpg', 'https://html5.gamemonetize.com/80c1kdocdthy3b8pjlg146wtdmjn09t0/', '0', '3D', 0, 0, '', 'funny-neon-ball'), (9050, 'Realistic Zombie Apocalypse 2022', 'And there\'s nothing more thrilling than engaging in gunplay in visually stunning zombie games. Nothing, And if you\'re seeking shooting games that you can play whenever and anywhere you want, without the need for an internet connection and without having to pay to advance in the game, why don\'t you check out our ZOMBIE HUNTER - Offline Games? Zombie Hunt - Offline Games was developed by the same company that brought you popular offline zombie fps games like Dead Target, Rifle Zombie, Dead Warfare, and Mad Zombies. It is intended to be the next game-changing innovation in the genre. It is certainly not one of the many zombie shooting games currently available on the market. We are pleased to present to you one of the greatest free online shooting games you have ever anticipated finding.', 'https://img.gamemonetize.com/fxdrpipfh3mbfn0lmf8o0fd4otnucshp/512x384.jpg', 'https://html5.gamemonetize.com/fxdrpipfh3mbfn0lmf8o0fd4otnucshp/', '0', 'Shooting', 0, 0, '', 'realistic-zombie-apocalypse-'), (9051, 'Eatable Birds', 'Move into the area of various birds. Eatable Birds game online is a number one choice for every bird loving gamer! It’s full of adventure and unexpected ending! Game features Exciting levels Great exhibition of birds Easy to play Suitable for all ages How to play Join the Eatable Birds online Birds Survival Games. See how long you can last as you dodge eagles, birds and angry bees! Play as a bird from your PC or Phone.', 'https://img.gamemonetize.com/fuv26168ue0qrb8qvni8je8n7iuavmeq/512x384.jpg', 'https://html5.gamemonetize.com/fuv26168ue0qrb8qvni8je8n7iuavmeq/', '0', 'Arcade', 0, 0, '', 'eatable-birds'), (9052, 'Eatable Fishes', 'Enjoying the world of fishing through gaming. Eatable Fishes is a fun, new online fishing game. Game features Interesting concept. Suitable for all ages. Colorful graphics. Good sound quality. How to play In this game you must survive by trading and eating fish that are larger than you, or else the other predators in the deep sea will gulp you up! No matter if it\'s buying a bigger boat to hunt more fish or finding a way to hide from your enemies beneath the gloomy water, there are many challenges to face in order to keep yourself safe as well as feed your stomach. "Survive" is an online game – it\'s free and you don\'t need to download anything, so just click the image to play! "Survive" is a game where you\'re on an island.', 'https://img.gamemonetize.com/txptu7i2firsv1ke21848ijpn6lm8o3g/512x384.jpg', 'https://html5.gamemonetize.com/txptu7i2firsv1ke21848ijpn6lm8o3g/', '0', 'Arcade', 0, 0, '', 'eatable-fishes'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (9053, 'Special Squad vs Zombies', 'An evil entity has studied and developed a virus that transforms humans into vicious zombies, and they have no idea what they are doing. They infiltrate cities and murder people. To stop the zombie apocalypse and bring peace back to the world, we need your help to lead the suicide squad into battle. The suicide squad will be made up of eight warriors, and each will have a different weapon and set of skills. E.g.: When you use two handguns, the damage is reduced, and the rate of fire remains standard, but since it is inexpensive, you may quickly recruit a large number of soldiers to help you through the first conflicts. In addition to being armed with a valuable metal shield, tankers have tremendous physical power. The Tanker will be an excellent choice to lead the front line to halt the onslaught of zombies and decrease damage to comrades behind him. Sniper: A sharpshooter armed with a shotgun with a sluggish firing rate but a long-range can damage significantly. Our research shows eight different kinds of zombies, each with its speed, strength, and health, that you need to watch out for. E.g.: This is a very basic zombie with low health and regular speed, but they are very crowded and aggressive in their pursuit of prey. -Chef Zombie: He is a zombie who moves slowly but has a lot of health and can do a lot of damage. The Fireman Zombie is a zombie that the Freeze talent can\'t control, unlike the other zombies. It is difficult to halt the progression of this kind. You can find more information on zombies at the library if you want to. In addition, you have three other special abilities, such as dropping bombs, freezing, and launching rockets to do massive amounts of damage to your opponents. After winning a war, you may use the stars earned from that fight to improve the strength of your troops while they are in combat. Remember to keep an eye out for incentives such as stars and jewels after finishing tasks in the Quest portion of the game.', 'https://img.gamemonetize.com/cwtlf2ej29lahpqz0nsxs7mw3iytkf63/512x384.jpg', 'https://html5.gamemonetize.com/cwtlf2ej29lahpqz0nsxs7mw3iytkf63/', '0', 'Arcade', 0, 0, '', 'special-squad-vs-zombies'), (9054, 'Monster Maker', '-Click Generate to generate a random monster. - Enter a seed or leave it empty for a random result - Click Screenshot to take a picture of your Monster for a wallpaper (Add your name and share the screenshot!!) [Only in the Windows Build] - Click on the multi Color check if you want to randomize the color of your monster - Click on Background to choose another background', 'https://img.gamemonetize.com/2f07doomekf79awlqazczh8speh36g40/512x384.jpg', 'https://html5.gamemonetize.com/2f07doomekf79awlqazczh8speh36g40/', '0', 'Hypercasual', 0, 0, '', 'monster-maker'), (9055, 'Heatblast Attack', 'Ben 10 alien Heatblast destroy enemies in space mission. Destroy evil aliens to save the planet. Aim and shoot the enemy. Complete all chapters. Have fun.', 'https://img.gamemonetize.com/5da6jb58rs07nl1gfnssnao4qwka60dc/512x384.jpg', 'https://html5.gamemonetize.com/5da6jb58rs07nl1gfnssnao4qwka60dc/', '0', 'Shooting', 0, 0, '', 'heatblast-attack'), (9056, 'Mad Defense', 'Many different creatures are coming to attack the castle. The crazy engineer has to defend the castle by responding with the weapons he has developed. You need to earn more gold to help the engineer. You can improve the castle and weapons with the gold you earn. You can also recruit the engineer\'s brothers to the task.', 'https://img.gamemonetize.com/os5ytq3q00pmreeanb6soseqlcwsrk56/512x384.jpg', 'https://html5.gamemonetize.com/os5ytq3q00pmreeanb6soseqlcwsrk56/', '0', 'Adventure', 0, 0, '', 'mad-defense'), (9057, 'Drift Cars', 'Pick your kooky car and drive sideways across multiple lanes of heavy traffic. Don\'t drown and watch out for that speeding train!', 'https://img.gamemonetize.com/h33ijrpa1oovmyzt45iv9qw24zfw3ljp/512x384.jpg', 'https://html5.gamemonetize.com/h33ijrpa1oovmyzt45iv9qw24zfw3ljp/', '0', 'Racing', 0, 0, '', 'drift-cars'), (9058, 'Minecraft Noob vs Zombies 3', 'Minecraft Noob vs. Zombies 3 is a thrilling walkthrough game that will take you on many exciting adventures. As a noob, your objective is to collect resources, hunt for food, craft weapons, and fight against hordes of zombies to survive. Explore the vast and immersive world of Minecraft as you search for rare figurines that will help you on your quest. With an array of weapons and tools at your disposal, you\'ll need to use your wits and strategic thinking to overcome challenging obstacles and defeat zombie bosses. But be careful, the undead won\'t go down without a fight! It\'s up to you to use your skills to fight for your survival and complete the game. Whether you\'re a fan of Minecraft or just looking for a new adventure, Minecraft Noob vs. Zombies 3 offers a fun and engaging experience that will keep you hooked for hours on end. Download this free walkthrough game today and join the ranks of the ultimate Minecraft survivor! With its exciting gameplay and immersive world, Minecraft Noob vs. Zombies 3 is sure to become your new favorite game. "Noob vs. Zombies" is not an official Mojang app. Minecraft is a trademark of Mojang and is not affiliated with Noob vs. Zombies', 'https://img.gamemonetize.com/7t7r68oqgxkho76ghix9fd0r2c07hg4k/512x384.jpg', 'https://html5.gamemonetize.com/7t7r68oqgxkho76ghix9fd0r2c07hg4k/', '0', 'Shooting', 0, 0, '', 'minecraft-noob-vs-zombies-'), (9059, 'Crush These Ants', 'Crush all the Ants that appear on the screen with your fingers, before they leave the screen, you have just one life and be very careful don\'t tap the red one. Have fun with this endless ant smasher game.', 'https://img.gamemonetize.com/05mgoeew4ex3c9sw0wfcpx0dtiubzska/512x384.jpg', 'https://html5.gamemonetize.com/05mgoeew4ex3c9sw0wfcpx0dtiubzska/', '0', 'Clicker', 0, 0, '', 'crush-these-ants'), (9060, 'Alexwoman Summer Time', 'alexwoman she is a strong woman. It is so strong that it manages to survive in the best way possible. Alex woman overcomes all obstacles with her perfect strength and reaches the portal at the end. There is no portal that he cannot become. Obstacles are child\'s play for him.', 'https://img.gamemonetize.com/bt8m33fw3xcg18pjdcqr785sh3d4xqak/512x384.jpg', 'https://html5.gamemonetize.com/bt8m33fw3xcg18pjdcqr785sh3d4xqak/', '0', 'Adventure', 0, 0, '', 'alexwoman-summer-time'), (9061, 'Scary Huggy Playtime', 'Scary Huggy Playtime is a scary adventure online game for boys for free. You can choose different modes. As a human being, you are trapped in a scary house and face Huggy\'s pursuit. You need to constantly avoid it. You can also hide in different forms. Or as Huggy, you need to find all the hidden humans to succeed. You can feel different adventures in different modes and experience the real experience from the first perspective. It\'s time to take part in the game!', 'https://img.gamemonetize.com/aay2n8ghaqbdq7naxiyrxctjhs27mx2r/512x384.jpg', 'https://html5.gamemonetize.com/aay2n8ghaqbdq7naxiyrxctjhs27mx2r/', '0', 'Boys', 0, 0, '', 'scary-huggy-playtime'), (9062, 'Pixel Escape Royale 3D', 'Pixel Escape Royale 3D is an interesting 3D arcade game which is suitable for all ages. It also is a great game to train your brain. You need to use the WASD keys to move and control the characters. Besides, use the space to jump when you are playing. Let\'s try this new game now!', 'https://img.gamemonetize.com/n81hh8r8u57aw2lgno7eldvfxik1ird1/512x384.jpg', 'https://html5.gamemonetize.com/n81hh8r8u57aw2lgno7eldvfxik1ird1/', '0', 'Arcade', 0, 0, '', 'pixel-escape-royale-d'), (9063, 'Tori', 'Tori is a 2D cute little platformer where you play as Tori, who have to collect orange balls while avoiding the enemies, spikes and ground saws and reach the red flag in order to go to the next level. There are 8 levels to play and the difficulty increases as you continue.', 'https://img.gamemonetize.com/v6799fyqvh4up219tqdoni5ajcmuxkx3/512x384.jpg', 'https://html5.gamemonetize.com/v6799fyqvh4up219tqdoni5ajcmuxkx3/', '0', 'Arcade', 0, 0, '', 'tori'), (9064, 'Crazy Police', 'Kill the zombies and save your friends. Boomer Zombie is a game that you can play with friends as well. So get the fun of the best free online game. Game features Challenging levels Cooperative and entertaining Good sound and graphics Suitable for all game lovers How to play The goal of the game is to make it through every level by eliminating zombies in order for the world to be saved from them. With its unique zombie-killing features, Boomer Zombie online game may just become your next favorite interactive way of spending time with friends and family!', 'https://img.gamemonetize.com/86238rr8goplsednmgmapd7yjx519ydt/512x384.jpg', 'https://html5.gamemonetize.com/86238rr8goplsednmgmapd7yjx519ydt/', '0', 'Racing', 0, 0, '', 'crazy-police'), (9065, '35 Arcade Games 2022', 'Arcade game sports are the kind of video games that most people are acquainted with. These games, which might include driving games and fighting games, are played to have fun, compete against others, and achieve high scores. There will be neither tickets nor prizes available. Traditionally, these have been coin-operated, but as technology advances, most games are transitioning to card readers.', 'https://img.gamemonetize.com/1j24acrh0mvngfxwvpfqvhfj7l4dqc0k/512x384.jpg', 'https://html5.gamemonetize.com/1j24acrh0mvngfxwvpfqvhfj7l4dqc0k/', '0', 'Arcade', 0, 0, '', '-arcade-games-'), (9066, 'Flappy color birds', 'The square bird is on a mission to fly to new lands. Collect a long chain of eggs and fly around obstacles to reach new levels and locations with beautiful birdhouses for you to take.', 'https://img.gamemonetize.com/lqxm81ki479ibqej1azwtkigngy6n7ht/512x384.jpg', 'https://html5.gamemonetize.com/lqxm81ki479ibqej1azwtkigngy6n7ht/', '0', 'Clicker', 0, 0, '', 'flappy-color-birds'), (9067, 'Huggy Wuggy Hidden Stars', 'Today we have a super fun Huggy Wuggy Hidden Stars game ready to play online for free. We are totally confident that this one will be one of our most popular games, one where we desire to share with you interesting new content daily! Start playing and find all the stars in the game to Unlock all levels!', 'https://img.gamemonetize.com/a0ddrfu8ha4neys2sxazri6uqhlwpico/512x384.jpg', 'https://html5.gamemonetize.com/a0ddrfu8ha4neys2sxazri6uqhlwpico/', '0', 'Puzzles', 0, 0, '', 'huggy-wuggy-hidden-stars'), (9068, 'Poppy Strike 2', 'Poppy Strike 2 features big arsenal of weapons and minecraft themed map where your mission is to shoot all incoming huggy wuggy dolls and try to survive each round in order to win and unlock new guns.', 'https://img.gamemonetize.com/cx3vqjbc622re67nrmgo2vfp26ixamjq/512x384.jpg', 'https://html5.gamemonetize.com/cx3vqjbc622re67nrmgo2vfp26ixamjq/', '0', 'Shooting', 0, 0, '', 'poppy-strike-'), (9069, 'Battle Airplanes Jigsaw', 'Battle Airplanes Jigsaw is a free online game from genre of puzzle and jigsaw games. You can select one of the 6 images and then select one of the three modes: easy with 25 pieces, medium with 49 pieces and hard with 100 pieces. Have fun and enjoy!', 'https://img.gamemonetize.com/iln0gcnuf18yo4vwyj98bbajurxrwe5m/512x384.jpg', 'https://html5.gamemonetize.com/iln0gcnuf18yo4vwyj98bbajurxrwe5m/', '0', 'Puzzles', 0, 0, '', 'battle-airplanes-jigsaw'), (9070, 'Zombies Golf Grenades', 'Zombies Golf Grenades is fun mini golf style zombie game set in a dead rising zombies filled post apocalyptic city. A deadly virus has spread in the zombieland and people have turned into unkilled rising dead zombies. While you were playing mini golf shot, there was a zombie attack and big city has turned into a wasteland, filled with rising dead silly zombies. You have to survive the zombie attack, but all you’ve got is a mini golf stick and golf balls. Aim your dead target, swing golf shot and kill rising dead on zombieland. Become a zombie hunter and hunt down unkilled silly zombies with mini golf shot balls in zombie survival games. Swing your mini golf stick and get points by taking out dead target silly zombies or hitting numerous items throughout the wasteland dead city on zombieland. Unique blend of zombie survival games, mini golf games and zombie shooter games. Survive a zombie attack, kill silly zombies with mini golf balls and escape the wasteland dead city. Silly zombies golf shot is a casual, lighthearted and fun to play wasteland zombie survival games. Fight against silly zombies and stop them from entering inside the mini golf course in unkilled zombie games. This is a war against dead rising silly zombies with mini golf stick and golf ball instead of weapons like in zombie shooter games. Just like the zombie fighting games you have to survive a zombie attack in zombieland and kill silly zombies as zombie hunter with golf balls. Swing the golf club to golf shot and hit the dead walking zombie in zombie fighting games.', 'https://img.gamemonetize.com/expegc5ko8u14430rs5khljo529kz3pt/512x384.jpg', 'https://html5.gamemonetize.com/expegc5ko8u14430rs5khljo529kz3pt/', '0', 'Shooting', 0, 0, '', 'zombies-golf-grenades'), (9071, 'Fidget DIY', 'Fidget DIY is a simulation game about Pop it Factory, you will understand how to make pop it fidget How much you love Pop it Fidget? Do you want to customize your colorful pop it? Let design it, make it and play it by yourself', 'https://img.gamemonetize.com/wzqoj0gm1g8xrrx3oqcwbnxwoy7bfm1d/512x384.jpg', 'https://html5.gamemonetize.com/wzqoj0gm1g8xrrx3oqcwbnxwoy7bfm1d/', '0', 'Hypercasual', 0, 0, '', 'fidget-diy'), (9072, 'Hello Kitty Adventures', 'Hello Kitty\'s cute game is something out of the Sanrio universe. In Hello Kitty World you can even dress your Sanrio character to your own fancy fashion tastes! Being a part of a cute world, she lives in the city, in a beautiful game. Help her find her virtual animal and her virtual pet angela, they are hidden there and they have with them magic items, it\'s up to you to find her virtual pets tom and angela to unlock unique fancy clothes! Find other activities and games in the city of Sanrio: The baking game will help you cook great cakes, then you will wash them and put them away, and find a beauty section to change the appearance of your virtual pet cat so that it is unique and beautiful.', 'https://img.gamemonetize.com/ondvhn573budgw5ti2954v2giti01dc8/512x384.jpg', 'https://html5.gamemonetize.com/ondvhn573budgw5ti2954v2giti01dc8/', '0', 'Girls', 0, 0, '', 'hello-kitty-adventures'), (9073, 'Doll Fight Huggy', 'Are you ready to become a punch man? Punch them all and get rid of your frustration. Swipe to punch your opponents! Punch master 3d is a very cool physics-based ragdoll fighting game that will give you unlimited fun. The goal is to knock your opponent off balance or inflict critical damage. Punch', 'https://img.gamemonetize.com/ts3r16tu64yuevnutbfv2m2na19byt2r/512x384.jpg', 'https://html5.gamemonetize.com/ts3r16tu64yuevnutbfv2m2na19byt2r/', '0', 'Action', 0, 0, '', 'doll-fight-huggy'), (9074, 'Fireheart Card Match', 'Fireheart is a 2022 computer-animated adventure comedy film directed by Theodore Ty and Lauren Zeitoun and written by Zeitoun, Jennica Harper, and Daphne Ballon from a story by Zeitoun, Harper, and Lisa Hunter. It is the second film produced by L\'Atelier Animation after Ballerina. It features the voices of Olivia Cooke, Kenneth Branagh, Laurie Holden, and William Shatner. The plot follows a 16-year-old who dreams to become the world\'s first female firefighter.', 'https://img.gamemonetize.com/6quq4axfarn35fgu74qdqh2eioux53ye/512x384.jpg', 'https://html5.gamemonetize.com/6quq4axfarn35fgu74qdqh2eioux53ye/', '0', 'Puzzles', 0, 0, '', 'fireheart-card-match'), (9075, 'Super Mario World Online', 'In this amazing classic game, Super Mario World, play as Mario and assist your pal Yoshi rescue Princess Toadstool! You\'ve arrived in Dinosaur Land, the odd place where your pal Yoshi dwells. Your pal, however, is not present because he is on his way to save Princess Toadstool. In this classic game, Yoshi must be found, Bowser must be defeated, and the princess must be rescued. Super Mario World is a fun Super Nintendo platformer game (SNES). On this version, just the single-player mode works. The Italian plumber has returned to complete his mission to save Princess Peach and Dinosaur Island from Bowser. You can control Mario or Luigi in this game and reach the level\'s end by touching the goal post.Have fun. You can play this game on your web browser for free on Superkidgames.com.', 'https://img.gamemonetize.com/psu7s2tnqoqssuux8aacqhgwpjazpoer/512x384.jpg', 'https://html5.gamemonetize.com/psu7s2tnqoqssuux8aacqhgwpjazpoer/', '0', 'Arcade', 0, 0, '', 'super-mario-world-online'), (9076, 'Piano Master', 'Welcome to Piano Tiles Master music game. if you love piano tiles games then you are at the right place. Choose the song you want to play and start the gameplay. Try to touch all the tiles at the right moment to play the song. if you miss a tile then you lost. Good luck', 'https://img.gamemonetize.com/q0mrnyr9ucvgdqgooq9cq0y7fntuwzjj/512x384.jpg', 'https://html5.gamemonetize.com/q0mrnyr9ucvgdqgooq9cq0y7fntuwzjj/', '0', 'Hypercasual', 0, 0, '', 'piano-master'), (9077, 'Angry Gran Miami', 'Try to get as far as possible. Jump around, run around and dodge all the incoming obstacles in this original game. Welcome to Miami, where you have to reach the finish line unharmed. It\'ll be no easy task, so get to it and show everyone that granny always wins.You can also play this game on goolgames.com. There\'s work ahead of you, so be focused and dodge all the obstacles!', 'https://img.gamemonetize.com/gdxadlhvc9sa0s51zesct6uzphkwuhhf/512x384.jpg', 'https://html5.gamemonetize.com/gdxadlhvc9sa0s51zesct6uzphkwuhhf/', '0', 'Racing', 0, 0, '', 'angry-gran-miami'), (9078, 'Draw Hope Rescue', 'Welcome to Draw Rope Rescue. Draw the rope so that people can reach the ground without touching obstacles. Collect diamonds to unlock new skins. Enjoy!', 'https://img.gamemonetize.com/w4g3zxs2qpk49039wudnbyzxp1smgbpb/512x384.jpg', 'https://html5.gamemonetize.com/w4g3zxs2qpk49039wudnbyzxp1smgbpb/', '0', 'Puzzles', 0, 0, '', 'draw-hope-rescue'), (9079, 'Cool Car Parking', 'Do you want to be a car parking master? This game is for you. You can practice parking without hitting the desired place. Park the car you want. Have fun. Good luck.', 'https://img.gamemonetize.com/9uyckgtd92g3yigfti6cnxztfcphlrlo/512x384.jpg', 'https://html5.gamemonetize.com/9uyckgtd92g3yigfti6cnxztfcphlrlo/', '0', 'Racing', 0, 0, '', 'cool-car-parking'), (9080, 'Catch The Cat', 'Catch The Cat new addictive fun game that aims to trap the cat and prevent it from escaping outside the map. Are you ready?! what are you waiting for lets Catch The Cat !!! <a href="https://www.flaticon.com/free-icons/cat" title="cat icons">Cat icons created by Freepik - Flaticon</a>', 'https://img.gamemonetize.com/hbhencaxgljnl5s0infi1jlg0nyiwuag/512x384.jpg', 'https://html5.gamemonetize.com/hbhencaxgljnl5s0infi1jlg0nyiwuag/', '0', 'Puzzles', 0, 0, '', 'catch-the-cat'), (9081, 'Cool Tetris', 'Put the shaped blocks in the appropriate places in this old but very popular tetris game. This game gives quick thinking skills. Fun puzzle game.', 'https://img.gamemonetize.com/xfjhu0kqeqpbebc17pk2roz7vn0zm1co/512x384.jpg', 'https://html5.gamemonetize.com/xfjhu0kqeqpbebc17pk2roz7vn0zm1co/', '0', 'Puzzles', 0, 0, '', 'cool-tetris'), (9082, 'CatAGory', 'Cat A Gory is an off-the-wall word puzzler that will keep you coming back for more. You start the game with 8 lovable Cats strapped with C4!!! As you play the game you guess letters. For each letter, you guess wrong a poor little kitty will explode! With every correct puzzle, you will get 2 cats back. The game is over when you run out of cats.', 'https://img.gamemonetize.com/vzwkqjfqi1zb0u72kvibs0g2vgwk63xe/512x384.jpg', 'https://html5.gamemonetize.com/vzwkqjfqi1zb0u72kvibs0g2vgwk63xe/', '0', 'Puzzles', 0, 0, '', 'catagory'), (9083, 'Girl Fairytale Princess Look', 'The beautiful and adorable girl Ava is planning to get the Fairytale princess look, so choose the perfect hairstyle and color according to the style of the princess and then select the outfits for this girl. She must be very happy about your choice of outfits and accessories. Have fun!', 'https://img.gamemonetize.com/m08i5i1gj20kibd1n9ui41jxj33ruyts/512x384.jpg', 'https://html5.gamemonetize.com/m08i5i1gj20kibd1n9ui41jxj33ruyts/', '0', 'Girls', 0, 0, '', 'girl-fairytale-princess-look'), (9084, 'Ice Girl Makeover', 'Let\'s help our ice girl Ava to get ready for the day. She needs the perfect makeup and outfits and suitable accessories. Select the awesome fairy style outfits for Ava and make her happy. Have great fun!', 'https://img.gamemonetize.com/mycvuszudn1hgrm94uvqgf1b8wviaxwx/512x384.jpg', 'https://html5.gamemonetize.com/mycvuszudn1hgrm94uvqgf1b8wviaxwx/', '0', 'Girls', 0, 0, '', 'ice-girl-makeover'), (9085, 'Block tetris', 'Play color blocks with puzzle and arcade game mode! Tout est gratuit, a simple puzzle game.', 'https://img.gamemonetize.com/z51u15fzotc00za6uophco8hldh2rhw7/512x384.jpg', 'https://html5.gamemonetize.com/z51u15fzotc00za6uophco8hldh2rhw7/', '0', 'Puzzles', 0, 0, '', 'block-tetris'), (9086, 'Princess Vampirina Cupcake Maker ', 'It\'s party time girls as the most beautiful pony princess is celebrating her birthday! And it will be an epic party. The invitations are sent, all preparations are almost done... the only thing that\'s still missing is the cake. Go on and prepare for her the perfect birthday cake. Play with flavors, colors and textures and make it look and taste amazing. The fun is on with this great cooking game!', 'https://img.gamemonetize.com/329htmv80vt4m7htiu1yri3r11h8b53l/512x384.jpg', 'https://html5.gamemonetize.com/329htmv80vt4m7htiu1yri3r11h8b53l/', '0', 'Girls', 0, 0, '', 'princess-vampirina-cupcake-maker-'), (9087, 'Off Road 4x4', 'Put your driving skills, intuition and smarts to test in this offroad road trip across the mountain forest. Ride physically accurate 4x4 beasts of a car, upgrade and tune them to overcome even the most challenging trials and obstacles, discover hidden vistas. Become the best driver and go where no man has gone before! All you need here is your instincts, real skill and a fearless desire for speed. Enjoy the off road legends game in mountain car off road tracks and deep valleys. Xtreme offroad-driving games adventure is all about Off-road car games, racing and action games with extreme off-road car stunts and thrilling offroad driver missions that have breathtaking, challenging levels. You’ll race around sand hills, charge through Grand canyons, drift across the dirt and climb past your opponents to reach the finish line as part of an absolutely extreme racing experience! This is a real test you need to play this offroading game with quality speed driving skills and xtreme Offroad driving skills.', 'https://img.gamemonetize.com/w778ag8xvnuldu5zag28uxe9114qf8gs/512x384.jpg', 'https://html5.gamemonetize.com/w778ag8xvnuldu5zag28uxe9114qf8gs/', '0', 'Adventure', 0, 0, '', 'off-road-x'), (9088, 'Merge Fill', 'Connect the colored dots by filling the entire board. Think ahead and then drag the line to fill all the space to complete each level. Keep filling up the boards, trying to complete all 50 levels. If you\'re stuck at any level, check out our helpful step-by-step video.', 'https://img.gamemonetize.com/nnl5ysym94gajcqk9yy2dunj4jp2eup6/512x384.jpg', 'https://html5.gamemonetize.com/nnl5ysym94gajcqk9yy2dunj4jp2eup6/', '0', 'Puzzles', 0, 0, '', 'merge-fill'), (9089, 'Bubble Gun Beach', 'Bubble Gun Beach is a fun shooting game with amazing graphics.', 'https://img.gamemonetize.com/hjbfh5qhv7fuu2foxjgjhmx5gef9yylk/512x384.jpg', 'https://html5.gamemonetize.com/hjbfh5qhv7fuu2foxjgjhmx5gef9yylk/', '0', 'Shooting', 0, 0, '', 'bubble-gun-beach'), (9090, 'Fashion Body Spa Salon', 'Body Spa Salon is a very popular place for girls, and many girls like to relieve stress. Sofia recently opened a Full Body Spa Salon, which is very popular with friends. Today, Sofia\'s best friend Zoe also come to salon, please help Sofia to bring Zoe the perfect service! Have fun with these two girls!', 'https://img.gamemonetize.com/tiv9a05ifx23hie8b9p88n4vqmklr3gh/512x384.jpg', 'https://html5.gamemonetize.com/tiv9a05ifx23hie8b9p88n4vqmklr3gh/', '0', 'Girls', 0, 0, '', 'fashion-body-spa-salon'), (9091, 'Find My Pokemon Go', 'Find pairs of Pokemon GO - Game on the topic of Pokemon GO familiar to GameVui players, combined with the gameplay of finding the same pair of pictures. In the game, you will have to find pairs of similar Pokemon GO images between many face-down cards, trying to complete them as quickly as possible, because the higher the level, the more cards there are.', 'https://img.gamemonetize.com/o0y2e1rwyoydx5kep10b2l9l7e4amtye/512x384.jpg', 'https://html5.gamemonetize.com/o0y2e1rwyoydx5kep10b2l9l7e4amtye/', '0', 'Arcade', 0, 0, '', 'find-my-pokemon-go'), (9092, 'BFF Summer Vibes', 'Welcome to the BFF Summer Vibes games. Summer is here and these rainbow high school girls need to get ready for it! How about you, are you ready for summer? These girls need a summer touch when it comes to their wardrobe and it would be nice if you could help them out. So check out the latest summer trends and then turn these princesses into some real divas! You have a whole wardrobe stacked with dresses, tops, skirts and so many accessories at your disposal. Play and have fun!', 'https://img.gamemonetize.com/rgydc2d74ls8ex35cgj39bdlb6qgznhn/512x384.jpg', 'https://html5.gamemonetize.com/rgydc2d74ls8ex35cgj39bdlb6qgznhn/', '0', 'Girls', 0, 0, '', 'bff-summer-vibes'), (9093, 'Baby Taylor Summer Camp', 'It is summer! Summer can never be without the company of summer camp. Taylor\'s kindergarten holds summer camps every year. This year Taylor and her friends are old enough to participate in summer camps, and they are looking forward to it. As Taylor\'s friend, you are naturally invited to this fun summer camp. Let\'s have a fun week at camp with Taylor!', 'https://img.gamemonetize.com/4x9u7a2vk5kag6dgdv1i0kdnu39zotvq/512x384.jpg', 'https://html5.gamemonetize.com/4x9u7a2vk5kag6dgdv1i0kdnu39zotvq/', '0', 'Girls', 0, 0, '', 'baby-taylor-summer-camp'), (9094, 'Trendy Fashion Styles Dress Up', 'Trendy Fashion Styles Dress Up is a cute and fashionable dress up game. There are 2 characters in this game and you can choose any of them to start the game. Dress them in beautiful clothes and smart accessories! We\'ve prepared 4 dressing styles for you to enjoy. They are Kawaii Look, Punk Look, Girly Look and Tomboy Look. And each dressing style includes plenty of beautiful outfits. You can always find your favorite dressing style in this game. If you find you like this game, why not try all the looks one by one? Maybe you will find something new and fun. Enjoy!', 'https://img.gamemonetize.com/exu14swteidb4uewjpxu4v9nzp9a9ewj/512x384.jpg', 'https://html5.gamemonetize.com/exu14swteidb4uewjpxu4v9nzp9a9ewj/', '0', 'Girls', 0, 0, '', 'trendy-fashion-styles-dress-up'), (9095, 'My Doll Avatar Creator', 'My Doll Avatar Creator allows you to choose from different skin tones, eye colors, hair styles, lip colors and more to make it looks just like you. Dress up your doll with clothes, shoes and accessories. You can change the color of clothes and accessories as you like to design unique outfits. Create adorable dolls of your friends and family.', 'https://img.gamemonetize.com/n0eyugxgojq6kbu42aore601x76749na/512x384.jpg', 'https://html5.gamemonetize.com/n0eyugxgojq6kbu42aore601x76749na/', '0', 'Girls', 0, 0, '', 'my-doll-avatar-creator'), (9096, 'Drum For Kids', 'It\'s the classic kid version of the Drums! It\'s a great app for your little one! Enjoy!', 'https://img.gamemonetize.com/3c6ggcitmp23x70jwiklxy6g74z8phq1/512x384.jpg', 'https://html5.gamemonetize.com/3c6ggcitmp23x70jwiklxy6g74z8phq1/', '0', 'Hypercasual', 0, 0, '', 'drum-for-kids'), (9097, 'Little Panda Truck Team', 'Little Panda\'s truck Team is a very addictive game. In this game you need to help the truck team build the railway station and rebuild the amusement park. You will use various kinds of trucks to do your works. Use a roller to flatten the road, use a forklift to lay formwork and tracks and use a crane to install parts for ferris wheels and roller coasters etc. While you are playing this game, the trucks also introduce themselves to you, which can reinforce your impression of the trucks. You will not only learn how the trucks work but also have lots of fun in this game. Isn\'t it amazing? Enjoy!', 'https://img.gamemonetize.com/4otkvotbs1dtwcr9rv9ejo36d6q669z0/512x384.jpg', 'https://html5.gamemonetize.com/4otkvotbs1dtwcr9rv9ejo36d6q669z0/', '0', 'Boys', 0, 0, '', 'little-panda-truck-team'), (9098, 'The Battle', 'Rediscover one of the greatest games of your childhood with « The Battle » and feel again the weight of destiny on your shoulders. May it be to occupy yourself in the underground or to take a moment with a friend; this traditional card game will be perfect for you. Download it absolutely.', 'https://img.gamemonetize.com/roadkoxoz5t4t2ksfsqcyikib2nxa8yz/512x384.jpg', 'https://html5.gamemonetize.com/roadkoxoz5t4t2ksfsqcyikib2nxa8yz/', '0', 'Multiplayer', 0, 0, '', 'the-battle'), (9099, 'The game 13', '"13: the game", is simply one of the most simple and fun puzzle games in the world. To play you just have to click on one of the boxes on the board, and all the adjacent similar boxes will merge with it to form the same +1 digit. Your goal is to create a box with the number 13. It\'s super easy at first, but only 0.3% of players are able to reach a box with the number 13 ... Are you ready for the challenge?', 'https://img.gamemonetize.com/mwq8a15fa0frq9n2lffpwoz68m7wc4ui/512x384.jpg', 'https://html5.gamemonetize.com/mwq8a15fa0frq9n2lffpwoz68m7wc4ui/', '0', 'Puzzles', 0, 0, '', 'the-game--'), (9100, 'The Hangman Game Scrawls', 'You’ve got five minutes in the subway, but don’t know what to do to occupy your hands? You like doodles, scrawls and you’re a huge fan of Hangman? If that’s the case, you\'re at the exact right place! The Hangman Game: Scrawls is an adaptation of a great classic game with a little Hangman whose adorable expression will put a smile on your face! You should seriously play it!', 'https://img.gamemonetize.com/j9z23wm8d4en17ujfzlzfh1tt389ruzr/512x384.jpg', 'https://html5.gamemonetize.com/j9z23wm8d4en17ujfzlzfh1tt389ruzr/', '0', 'Puzzles', 0, 0, '', 'the-hangman-game--scrawls'), (9101, 'Thumb VS thumb', 'Have you ever seen a thumb fight in the Old West? Now yes! The Saloon is invaded by many armed inches. You must act to resolve the conflict. You have to unsheathe the first in order to calm them down. Both thumbs are facing each other, button stands between them. You have to press the button to score points. But your thumb shall not be blocked by your opponent. The first to reach the score requested wins the game.', 'https://img.gamemonetize.com/20fzx03wv0f55siaw57d9j1343td687d/512x384.jpg', 'https://html5.gamemonetize.com/20fzx03wv0f55siaw57d9j1343td687d/', '0', 'Puzzles', 0, 0, '', 'thumb-vs-thumb'), (9102, 'The Haunted Mansion', 'Inside The Haunted Mansion, a young man is strongly regretting the fact that he didn’t stay at home today. Chased by a horde of zombies, he barricaded himself in one of the multiple rooms of the house. But his safety is not guaranteed for long: the creatures are breaking the rotten wood floor and try to catch him with their hands. There’s only one solution to help him: you will have to barricade the floor with crates before leaving for a new room. Your brain will quickly be challenged by this game and its always evolving difficulty. Each new level will be harder than the last one: more zombies in more and more complexes puzzles. The Haunted Mansion is an amusing game for the whole family! Only recommended for... everyone!', 'https://img.gamemonetize.com/kzrupu8slm1mglqi594xda2piscchg67/512x384.jpg', 'https://html5.gamemonetize.com/kzrupu8slm1mglqi594xda2piscchg67/', '0', 'Hypercasual', 0, 0, '', 'the-haunted-mansion'), (9103, 'Battle Cars Royale', 'Are you ready for the battle! In this game, you have to fight not to fall into the water, but you are not alone, trying not to fall in other cars, the last one wins! good games!', 'https://img.gamemonetize.com/xgmv34nkt156sewli6adae8jig6eay89/512x384.jpg', 'https://html5.gamemonetize.com/xgmv34nkt156sewli6adae8jig6eay89/', '0', 'Racing', 0, 0, '', 'battle-cars-royale'), (9104, 'Taps Soccer Kickups', 'Taps Soccer Kickups is an addictive soccer juggling game where players time, and tap their kicks to keep the ball in the air to get the best score.', 'https://img.gamemonetize.com/ir9piekdznk06c6y6jkdmk3htarrv1yy/512x384.jpg', 'https://html5.gamemonetize.com/ir9piekdznk06c6y6jkdmk3htarrv1yy/', '0', 'Sports', 0, 0, '', 'taps-soccer-kickups'), (9105, 'Red Boats', 'Catch the red boats!', 'https://img.gamemonetize.com/pb6fpldicdrx4o3t84ifn8kvagrnsn60/512x384.jpg', 'https://html5.gamemonetize.com/pb6fpldicdrx4o3t84ifn8kvagrnsn60/', '0', 'Clicker', 0, 0, '', 'red-boats'), (9106, 'Push em through Game', 'Will you push to the end? Trace your way to the end of the level and push the Walls with your Forces on the way! Move your characters and make all the Walls fall down (and maybe you will learn how to Jump traps?!) Be Mindful of giant Walls and the short ones It\'s their turn to try to take you d', 'https://img.gamemonetize.com/bdc2wvqfytyx2zq414mcwn0sesm0x8ws/512x384.jpg', 'https://html5.gamemonetize.com/bdc2wvqfytyx2zq414mcwn0sesm0x8ws/', '0', 'Adventure', 0, 0, '', 'push-em-through-game'), (9107, 'Poppy Playtime Differences', 'Now it\'s time for popular game named Poppy Playtime Differences, let\'s have fun! Behind these pictures are small differences. Can you find them? They are fun designs for you to play with. A game that is fun and educational because it will help you improve your observation and concentration skills. You have 20 levels, each level with 7 differences with a set time to complete it.', 'https://img.gamemonetize.com/03v9bkcbsv0uzrwx5j8nfa3v6swwsrxu/512x384.jpg', 'https://html5.gamemonetize.com/03v9bkcbsv0uzrwx5j8nfa3v6swwsrxu/', '0', 'Puzzles', 0, 0, '', 'poppy-playtime-differences'), (9108, 'TypeShift', 'From the creator of SpellTower, comes a new and completely original word game! Anagrams meets Word Search, with a sprinkle of Crosswords. Typeshift is the modern anagram puzzle; re-imagined from the ground up, combining wordplay, modern game design, and a mobile-first approach.', 'https://img.gamemonetize.com/yrvmt32m0rzvm6vt20qn5yyhvs5kmvis/512x384.jpg', 'https://html5.gamemonetize.com/yrvmt32m0rzvm6vt20qn5yyhvs5kmvis/', '0', 'Puzzles', 0, 0, '', 'typeshift'), (9109, 'Indian Real Cargo Truck Driving Game', 'Indian Real Cargo Truck Driving Game provides facility to transport cargo material to the destinations on hill areas. Drive offroad cargo truck through different mud offroad tracks and mountains hills with high speed dangerous delivery truck cargo delivery games. There is no traffic rush on indian truck simulator mountains so you can enjoy your new cargo truck drive in indian roads.', 'https://img.gamemonetize.com/wjex91lys5voa6ys9f9r3kpk5m1qok0j/512x384.jpg', 'https://html5.gamemonetize.com/wjex91lys5voa6ys9f9r3kpk5m1qok0j/', '0', 'Racing', 0, 0, '', 'indian-real-cargo-truck-driving-game'), (9110, 'ZigZag Color Line', 'Walk back and forth avoiding any blocks that are not the same color as your line. Collect the same colored blocks to earn points while trying to score high. Try two different modes, see which one is easier for you. Keep zigzag and zigzag until you top the Lagged leaderboard in this fun online arcade game.', 'https://img.gamemonetize.com/gtujyg1ispdv792bbn66ongjns4b93hr/512x384.jpg', 'https://html5.gamemonetize.com/gtujyg1ispdv792bbn66ongjns4b93hr/', '0', 'Clicker', 0, 0, '', 'zigzag-color-line'), (9111, 'Ronni 2', 'Ronni 2 is a 2D platformer where you have to collect the coins while avoiding enemies, yellow birds, spikes and saws and reach the Exit door. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original Ronni series.', 'https://img.gamemonetize.com/p0tydw937tqs1zhd2y56x2kz4qzoqud4/512x384.jpg', 'https://html5.gamemonetize.com/p0tydw937tqs1zhd2y56x2kz4qzoqud4/', '0', 'Arcade', 0, 0, '', 'ronni-'), (9112, 'Bunny', 'The complete game will continue the story and show what happened after "that".', 'https://img.gamemonetize.com/h3q9rj7hm612s5cehelsfdpir3zwnvwv/512x384.jpg', 'https://html5.gamemonetize.com/h3q9rj7hm612s5cehelsfdpir3zwnvwv/', '0', 'Arcade', 0, 0, '', 'bunny'), (9113, 'Impossible Track Jeep Driving Game 3D', 'Welcome to new Impossible Track Jeep Driving Game 3D game where you can drive amazing jeeps on massive heights to touch the skies like a legend. Driving 4*4 jeeps on impossible tracks that are sky high is dangerous task for this you need real jeep driving skills.', 'https://img.gamemonetize.com/uocxdktjvwmkbmy0qzn0jkf7lyb0qyw8/512x384.jpg', 'https://html5.gamemonetize.com/uocxdktjvwmkbmy0qzn0jkf7lyb0qyw8/', '0', 'Arcade', 0, 0, '', 'impossible-track-jeep-driving-game-d'), (9114, 'Demolition Derby Car Destruction Drive Game', 'Demolition Derby Car Destruction Drive Game is a extreme car crashing game with Hi speed derby car accidents.enjoy car destruction by the beam drive as the car crash challenge. In this Demolition Derby games enjoy Banger Racing car destroy driving game become a beam damage car crashes stunts, enjoy car crash simulator free Open World Driving games! in the derby of the beamng drive Simulator test the short drive car racing crashes.', 'https://img.gamemonetize.com/7py11gjkel4t9uj2jweg7661kmz32fc4/512x384.jpg', 'https://html5.gamemonetize.com/7py11gjkel4t9uj2jweg7661kmz32fc4/', '0', 'Action', 0, 0, '', 'demolition-derby-car-destruction-drive-game'), (9115, 'Ice Cream Cholocate Doll Cake Maker 2020', 'Ice Cream Chocolate Doll Cake Maker 2020 This Cute Doll bakery boss has opened a new shop in city area. Doll Cake Bake Bakery Shop bring different flavors of cakes with specialties in strawberry cake, Vanilla cake, pine apple cake, chocolate cake and caramel apple cake for your wedding party and birthday celebrations. Order your first wedding anniversary cake from this doll cake bake bakery shop with delicious cakes and dessert. Do you love a chocolate cake? This delicious dessert cake boss is perfect for everything from a weekday dessert to a special occasion. You can try a basic chocolate cake or try out other variations like strawberry cake, vanilla cake, pine apple cake or caramel apple cake from this doll cake bake bakery shop. If you are most lover of chocolate cake, you can try basic chocolate cake, moist fluffy chocolate cake, eggless chocolate cake, milkiness chocolate cake, Gluten-free chocolate cake and vegan chocolate cake. For Basic Chocolate Cake, sift the dry ingredients together. Stir in the liquid ingredients and mix well. Pour the mixture into greased and floured round pan. Bake the chocolate cake for thirty minutes. Let the cake cool for five minutes and frost as desired. For Moist Fluffy Chocolate Cake, Mix the dry ingredients, add the coffee, oil and buttermilk. Add the edges and vanilla. Pour batter into cake pans. Bake the cake. Let the cake cool. Frost and decorate. For Eggless Chocolate Cake, Shift the dry ingredients except the sugar. Add the sugar. Fold in the wet ingredients. Pour the batter into pan. Bake the cake. Let the cake cool. Frost and decorate. For Milkiness Chocolate cake, Prepare to make the cake. Combine the dry ingredients. Add the wet ingredients. Pour batter into cake pans. Bake the cake. Let the cake cool. Frost and decorate. For Gluten-Free Chocolate Cake, Combine the dry ingredients. Add the wet ingredients. Pour the batter into pan. Bake the cake. Let the cake cool. Frost and decorate. For Vegan Chocolate cake repeat the process again. Making a vanilla cake pound cake boss for wedding party or birthday celebrations or order from this Doll cake bake bakery shop kitchen cake recipes. Making vanilla pound cake, gather your ingredients. Grease a cake pan. cream and butter with sugar. Add eggs and vanilla. Stir in cake flour. Pour the batter in pan. Making caramel Apple cake, melt the butter and allow it to cool. Stir the dry ingredients in small bowl. Prepare the apples. Blend the wet ingredients. Add dry mixture to wet mixture. Enjoy the delicious boss cakes at Anniversary, wedding party, birthday, Christmas, Diwali, Father day, Holi day, Mother\'s day, New Year Cakes, valentines day and Independence day cakes. Enjoy the delicious cakes for following life events specially: - Anniversary Cakes - Birthdays Cakes - Christmas Cakes - Diwali Cakes - Father’s day cakes - Holi Day cakes - Wedding party Cakes - Mother Day cakes - New Year Cakes - Valentines Day Cakes - Independence day Cakes 10 Traditional Cakes from Around the World: - France: Galette Des Rois Cake - Germany: Black Forest Cherry Cake - Turkey: Revani Cake - Japan: Mochi Cake - India: Mawa Cake - New Zealand: Pavlova - Mexico: Tres Leches Cake - South Africa: Vetkoek Fat Cake - Scotland: Dundee Cake - Italy: Panettone Cake', 'https://img.gamemonetize.com/t3jkxom76z4ldkvw79ddszm2caq0pbmi/512x384.jpg', 'https://html5.gamemonetize.com/t3jkxom76z4ldkvw79ddszm2caq0pbmi/', '0', 'Girls', 0, 0, '', 'ice-cream-cholocate-doll-cake-maker-'), (9116, 'Mega Car Simulator', 'Gangstar Vegas is a role-playing game to become the leader of a gang in Las Vegas, while playing along gangsters and mafia cartels, in a free open game world with gang wars. V is for Las Vegas: The City of Sin Explore this open city with different TPS missions, box the mafia cartel, fight for the final prize and play in different adventure crime clans vs. the gang world of the city of Las Vegas. This is an RPG adventure saga of mafia and waging gang wars. Extra missions are added with each update and season, plus limited-time events to play. Street fights and mafia deals are part of this gangster world-of-crime game, with six-gun action missions. Fight-night boxing, street fights anytime and anywhere, and different kinds of city driving with multiple vehicles and roaming around this open world. Gangster Open-World Encounters An open world with racing challenges with different kinds of vehicles, various collectible weapons and clothes. Commit grand theft auto crimes on the streets of Las Vegas and combat gangsters. Keep fighting for your life through each adventure-packed mission. Robbers and thefts chase you in auto racing challenges to drive beyond city legal limits. Motorcycles, trucks and boats are also part of your vehicle choices for accomplishing different missions. Vice is all around the streets and locals, and shootings happen everywhere. Play TPS missions in Las Vegas, a gangster city with alien wars, waves of tanks, zombie clan attacks and different mafia to fight.', 'https://img.gamemonetize.com/xfy2rfnn9fx1hwapy6wado765azrxqpc/512x384.jpg', 'https://html5.gamemonetize.com/xfy2rfnn9fx1hwapy6wado765azrxqpc/', '0', 'Arcade', 0, 0, '', 'mega-car-simulator'), (9117, 'Park MasterSBH', 'This is the best puzzle game you will ever play! This car-parking puzzle game is so fun. At the same time, you can relax and feel comfortable while playing this. All the parks are always crowd, so please tap and draw lines to control cars and lead to the parking.', 'https://img.gamemonetize.com/ox9h9lx10cbjpocne6qcw3dp4tnhzktb/512x384.jpg', 'https://html5.gamemonetize.com/ox9h9lx10cbjpocne6qcw3dp4tnhzktb/', '0', 'Arcade', 0, 0, '', 'park-mastersbh'), (9118, 'Sandbox Planet', 'Simulate real solar system Emulate universe develop, build any planet you want. Highly customizable, build your own solar system.', 'https://img.gamemonetize.com/lcz60koxlh59dyih8gyyc4ku1266h2h7/512x384.jpg', 'https://html5.gamemonetize.com/lcz60koxlh59dyih8gyyc4ku1266h2h7/', '0', 'Hypercasual', 0, 0, '', 'sandbox-planet'), (9119, '1UP Gunman', 'You\'re the last soldier and you need to defense the base with your super machine gun! enjoy it.', 'https://img.gamemonetize.com/xc1vz0jg0xymp2e870lbwy1208sdotw4/512x384.jpg', 'https://html5.gamemonetize.com/xc1vz0jg0xymp2e870lbwy1208sdotw4/', '0', 'Shooting', 0, 0, '', 'up-gunman'), (9120, 'Gangstar VegasGTA CAR', 'Gangstar Vegas is a role-playing game to become the leader of a gang in Las Vegas, while playing along gangsters and mafia cartels, in a free open game world with gang wars. V is for Las Vegas: The City of Sin Explore this open city with different TPS missions, box the mafia cartel, fight for the final prize and play in different adventure crime clans vs. the gang world of the city of Las Vegas. This is an RPG adventure saga of mafia and waging gang wars. Extra missions are added with each update and season, plus limited-time events to play. Street fights and mafia deals are part of this gangster world-of-crime game, with six-gun action missions. Fight-night boxing, street fights anytime and anywhere, and different kinds of city driving with multiple vehicles and roaming around this open world. Gangster Open-World Encounters An open world with racing challenges with different kinds of vehicles, various collectible weapons and clothes. Commit grand theft auto crimes on the streets of Las Vegas and combat gangsters. Keep fighting for your life through each adventure-packed mission. Robbers and thefts chase you in auto racing challenges to drive beyond city legal limits. Motorcycles, trucks and boats are also part of your vehicle choices for accomplishing different missions. Vice is all around the streets and locals, and shootings happen everywhere. Play TPS missions in Las Vegas, a gangster city with alien wars, waves of tanks, zombie clan attacks and different mafia to fight.', 'https://img.gamemonetize.com/bn5gdl80kjs0yft380788wq5z80nc83w/512x384.jpg', 'https://html5.gamemonetize.com/bn5gdl80kjs0yft380788wq5z80nc83w/', '0', 'Adventure', 0, 0, '', 'gangstar-vegasgta-car'), (9121, ' Drive BMW CARSBH', 'If you want to enjoy parking and you are tired of usual vehicles like bus, truck, taxi and motorbike and boring parking games, than you should try this one! Play the latest Drive BMW M6 Coupe - City & Parking. Grab your tablets & mobile devices and start to play one the best classic car parking and simulation game.', 'https://img.gamemonetize.com/wk8f29i4b77gh1dnsuz37b9oq44ocqf1/512x384.jpg', 'https://html5.gamemonetize.com/wk8f29i4b77gh1dnsuz37b9oq44ocqf1/', '0', 'Arcade', 0, 0, '', '-drive-bmw-carsbh'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (9122, 'Kids Pizza Chef Cooking Game Girls Cooking Game ', 'Welcome to play the cooking and baking pizza maker game. Are you a lover of fast food and pizza-making, games?do you want to become a pizza maker chef in fast food cooking and junk food games? If yes, then come with me and play this yummy Pizza Maker and kids\' cooking games. This make pizza games design for toddler girls and boys full of fun and learning cooking experiences. In which pizza games, you will learn how to cook in the home kitchen. Improve your cooking skills and learn amazing techniques in fast food making and pizza cooking games. It\'s a total cooking learning game in which you practice your cooking skills and make a pizza maker in a challenging cooking game. You also make junk foods in pizza Makers cooking games like different pizza vegetarian cheese chicken strawberry heart and hot spicy pizza in these cooking games. Have you tried yummy pizza making before??? Then get ready to have unlimited fun of fast food cooking games. Let’s start making in your baking kitchen. Make delicious finger licking recipes for your yummy fast food lovers and food cooking. Be the best snack making cook and just follow your perfect recipe and get started like a great cooking pizza maker chef in cooking games for girls. First you have to shop all the required ingredients for tasty snack cooking. Let’s make a dough for yummy pizza making by using all these ingredients. Cut the dough in different amazing shapes. Cut the vegetables in a beautiful manner for healthy topping and Cook dishes. Now your yummy fast food is ready to bake. Place the ready dough in the oven for some time. Then, select yummy topping from tons of delicious options and now tasty treat is ready to eat in pizza games. Be an expert chef and cook something delicious in Pizzeria Game with the use of the best ingredients. Let’s make different shapes of fast food and have a bundle of fun in this cooking game for girls pizza maker kitchen. Do you love baking and Pizza Maker Games? Then what are you waiting for! Make the best mouth watering recipes in the baking kitchen. Get ready for the yummy experience! Get your kid busy for hours to make good fast food by playing exciting pizza maker games! Enjoy Pizza cooking games for girls. Now we create our own pizza in the kitchen cooking and pizza maker game. First, we will go to the supermarket to buy some pizza-making ingredients like vegetable chicken cheese flour sauces oil in junk food games. Go to the counter and pay the bill and pack out all the things in the kitchen cooking and making pizza games. Let’s start to make the pizza, first, we make the dough. Pick up the bowl, add flour salt sugar, and water to make a dough. Cut the vegetables like capsicum onion chili garlic into slices and remove the inner layer in pizza-making games. Use a roller to roll the dough and shape cutter to cut the pizza shape like heart strawberry in pizza cooking games. Now add the topping ingredients on dough pizza sauce black olives sausage and vegetables if you like free cooking games. Temperate the oven and set the timer, put the pizza tray on, and wait for 20 minutes. Open the oven and bring out the tray in a challenging cooking game. Cut the slices and serve the yummy pizza to eat with a soft drink in pizza maker cooking and food games. Download these amazing, outstanding cooking food and pizza-making games. Improve your cooking skills and become the pizza maker chef in the pizza maker game. In pizzeria games, you will also learn about how to cook the pizza in fast food cooking game. Challenge himself and play with me this unique pizza maker junk food game. Pizza fast food making game features: Easy to play, soft and smooth controls in cool cooking games. Make your own taste dough and pizza. Buy the things from the supermarket if you like. Bright high-quality HD graphics. So many Multi pizzeria shapes like heart pizza, strawberry pizza, etc. Full of fun and learning gameplay.', 'https://img.gamemonetize.com/tbxhgmu5ufhizyzr7edj1d7giu79z25h/512x384.jpg', 'https://html5.gamemonetize.com/tbxhgmu5ufhizyzr7edj1d7giu79z25h/', '0', 'Girls', 0, 0, '', 'kids-pizza-chef-cooking-game--girls-cooking-game-'), (9123, 'Viking Adventures 3', 'Be careful not to get burned and collect all the gold while completing 3 different levels with the viking!', 'https://img.gamemonetize.com/pxi6qbhfx47j6y89ssv9vfnemqsdarvb/512x384.jpg', 'https://html5.gamemonetize.com/pxi6qbhfx47j6y89ssv9vfnemqsdarvb/', '0', 'Arcade', 0, 0, '', 'viking-adventures-'), (9124, 'Fall Guys Puzzle', 'Try to finish 3 different puzzles by putting the pieces in the right places!', 'https://img.gamemonetize.com/3opaa8bl1ri74yl8mj45f2707dsrouef/512x384.jpg', 'https://html5.gamemonetize.com/3opaa8bl1ri74yl8mj45f2707dsrouef/', '0', 'Puzzles', 0, 0, '', 'fall-guys-puzzle'), (9125, 'Racing Car Dual Control', 'Avoid obstacles as you control two cars simultaneously. Good luck! Control the cars and try to reach the Finish line Easy to play Hard to master. Very interesting race. Drive two cars and try to avoid obstacles. This game will allow you to have fun and escape from the routine.', 'https://img.gamemonetize.com/yh9dbln4mraogp8kz19v0k3ln20mo2kl/512x384.jpg', 'https://html5.gamemonetize.com/yh9dbln4mraogp8kz19v0k3ln20mo2kl/', '0', 'Racing', 0, 0, '', 'racing-car-dual-control'), (9126, 'Swiper Kicker', 'Football kicking with a twist. See how well you can do against the elements and moving uprights', 'https://img.gamemonetize.com/qtpepdoqb560lxlzh8ltsdh69u0qa2af/512x384.jpg', 'https://html5.gamemonetize.com/qtpepdoqb560lxlzh8ltsdh69u0qa2af/', '0', 'Sports', 0, 0, '', 'swiper-kicker'), (9127, 'Baby Taylor Summer Fun Game', 'It\'s almost summer break! With tons of hot activities on the beach, it\'s time to have a fun day! Taylor\'s teacher, Doris, decided to take her students to a beach event. They are about to have a happy day. Help the kids wear beautiful beach clothes and accessories, build sandcastles and design surfboards with them! Put on your sunscreen, grab your beach bag, and let\'s go!', 'https://img.gamemonetize.com/qekc8s2cfiaq92jsq1cfc07jfvsdieqs/512x384.jpg', 'https://html5.gamemonetize.com/qekc8s2cfiaq92jsq1cfc07jfvsdieqs/', '0', 'Girls', 0, 0, '', 'baby-taylor-summer-fun-game'), (9128, 'My Animal Cosplay Salon', 'Our familiar animal friends are going to make a new look again! This time they\'re at a cosplay party, come and see what themed outfits and hairstyles they want. You need to help these cute friends choose outfits and make hairstyles. Then take pictures for them and record happy party time!', 'https://img.gamemonetize.com/hqvgbgutkawbucp8q1y9v3adh22n4xdn/512x384.jpg', 'https://html5.gamemonetize.com/hqvgbgutkawbucp8q1y9v3adh22n4xdn/', '0', 'Girls', 0, 0, '', 'my-animal-cosplay-salon'), (9129, 'Alien Survival Shooter 2022', 'The shooting and driving game known as Alien Survival aims to make it through the onslaught of an alien invasion. Driving vehicles and trying to smash creatures or soldier aliens, parking your vehicle, collecting coincollectingect canisters, and many other missions exited can be fun on this great map. Some of the missions waiting for you to drive and shoot in great apocalypse maps include surviving enemy creatures, aliens firing a gun at you, driving vehicles and smashing creatures or soldier aliens, and so on. There is a survival game that involves an army of the undead and aliens, and they now control the globe. The blizzard survival game that we are familiar with includes activities related to survival games. The humans who hid in the underground bunkers were the only ones who had a chance of surviving the dinosaur survival game. Humanity rallied its troops and organized many smaller teams of highly skilled individuals.', 'https://img.gamemonetize.com/7okgi29hycd7jobjdn79v7owc0kyzgtk/512x384.jpg', 'https://html5.gamemonetize.com/7okgi29hycd7jobjdn79v7owc0kyzgtk/', '0', 'Shooting', 0, 0, '', 'alien-survival-shooter-'), (9130, 'Connect the Bubbles', 'Your objective is to link bubbles of the same color. The longer chain you make, the higher your award is. Use powerful boosters to enhance your overall result and beat your friends.', 'https://img.gamemonetize.com/zipu2dhf4l9vcem5s0vcr5z0qy7qcnkm/512x384.jpg', 'https://html5.gamemonetize.com/zipu2dhf4l9vcem5s0vcr5z0qy7qcnkm/', '0', 'Puzzles', 0, 0, '', 'connect-the-bubbles'), (9131, 'Zombie Drift 3D', 'Zombie Drift 3D is a popular driving game. It doesn\'t require you to race or race against others, but it also tests your driving skills. You need to control the car to hit everything to make the exit open. Only in this way, you can get the success! Come on!', 'https://img.gamemonetize.com/q1zm7ya28cd8fcm6vp0j1p27fziip383/512x384.jpg', 'https://html5.gamemonetize.com/q1zm7ya28cd8fcm6vp0j1p27fziip383/', '0', 'Arcade', 0, 0, '', 'zombie-drift-d'), (9132, 'Super Wordle Game', 'Super Wordle Game is a great puzzle that can challenge your vocabulary. You need to use the letters at the bottom to form a five-digit word. The letters that have the correct answer will change color. Orange means that the letter is in the wrong place, and green means that both the position and the letter are correct. Do you have the confidence to challenge? Come on!', 'https://img.gamemonetize.com/lhlrbz6t3g2mvano63rrww6unm4hjsfs/512x384.jpg', 'https://html5.gamemonetize.com/lhlrbz6t3g2mvano63rrww6unm4hjsfs/', '0', 'Puzzles', 0, 0, '', 'super-wordle-game'), (9133, 'Lane Rush Pro ', 'Welcome to the Lane Rush Pro. Drive along the chaotic highway of lane rush full of all kinds of vehicles. If you\'re courageous enough, collect all the star and complete the level. Play and have fun!', 'https://img.gamemonetize.com/59d7ev0hfnkc8zmpigns0d6hf6ggw547/512x384.jpg', 'https://html5.gamemonetize.com/59d7ev0hfnkc8zmpigns0d6hf6ggw547/', '0', 'Racing', 0, 0, '', 'lane-rush-pro-'), (9134, 'Higway Drift Car', 'This is the most three-dimensional drifting game available, providing the ultimate drift racing experience. Drive renowned drifting vehicles on various courses, set new records, compete in multiple online drift racing competitions, and progress from a novice to a professional league driver. If you believe you can play Ghost as a multiplayer game mode, choose that option. Compete with other players and get to the top of the online scoreboard that spans many platforms! Driving at high speeds is one of the most crucial aspects of drifting games. While drifting, the drift simulator allows you to experience unforgettable emotions that you will never forget. If you want to be the best street drifting racer globally, you\'ll have to strap up and maintain your cool on the most hazardous stretches of the road. The gameplay of the automobile drift simulator game is straightforward and intuitive. Select one of your favourite drifting automobiles. Step on the gas pedal to begin an exhilarating ride through the city\'s crowded streets. Make any adjustments to your wheelbarrow that you want. You can choose the colour, wheels, automobile suspension, and tint. You may move the wheel left and right by clicking on the arrows. For a complete view, use a 180-degree camera. Get a group of people together and organise a wheelbarrow race throughout the city.', 'https://img.gamemonetize.com/91g33ekghppn98lu41ewqsy4h90i8zb9/512x384.jpg', 'https://html5.gamemonetize.com/91g33ekghppn98lu41ewqsy4h90i8zb9/', '0', 'Racing', 0, 0, '', 'higway-drift-car'), (9135, 'Super Crazy World', '+ jungle adventure hit that is addicting, exhilarating, and challenging+ platform for jumping and running old school/obstacle runner+ platformer for children, adolescents, and adults+ easy to learn and play – tough to master+ Retro-style jungle running and leaping adventure. How to Play Bob\'s Sandy World 2: + Use the control pad to move the Chaves character to the right or left! Click down to duck or on several tree trunks to unlock a bonus level! In addition, Super Sandy can leap by pressing the Jump button! + Eating a mushroom transforms you into Super Silver Sandy. Who can superman! + Eating a golden flower transforms you into Super Golden Sandy, who can shoot balls—press your Fire-Button to shoot! + Leo swimming: hit the Jump-Button repeatedly to swim higher. Release your finger from the button to move down!', 'https://img.gamemonetize.com/ti3vkipf1jq28bkhu3byu5r3o9628wom/512x384.jpg', 'https://html5.gamemonetize.com/ti3vkipf1jq28bkhu3byu5r3o9628wom/', '0', 'Arcade', 0, 0, '', 'super-crazy-world'), (9136, 'Cowboy Shoot', 'This is a game in which you need to shoot accurately at the bottles, sometimes you will be hindered by wooden boxes and dangerous barrels that explode.', 'https://img.gamemonetize.com/48kr9nbyqi456euv7bsjkmdd1qblgelw/512x384.jpg', 'https://html5.gamemonetize.com/48kr9nbyqi456euv7bsjkmdd1qblgelw/', '0', 'Shooting', 0, 0, '', 'cowboy-shoot'), (9137, 'Mew Cat 2', 'Mew Cat 2 is a 2D platformer where you have to collect cat food bowls while avoiding the enemy cats, flying robots,spikes and saws and reach the green flag in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Mew Cat" game series.', 'https://img.gamemonetize.com/clmmv1tiby9sd3glb34l9grhxcqabm6t/512x384.jpg', 'https://html5.gamemonetize.com/clmmv1tiby9sd3glb34l9grhxcqabm6t/', '0', 'Arcade', 0, 0, '', 'mew-cat-'), (9138, 'Popo Singer', 'Popo Singer is a 2D platformer where you play as Popo who is a music lover. Your mission is to collect the guitars while avoiding the enemies, spikes, and flying monsters and reach the magic hole. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/83hoe3s8140ahwfuutdmm5xkovc4rscu/512x384.jpg', 'https://html5.gamemonetize.com/83hoe3s8140ahwfuutdmm5xkovc4rscu/', '0', 'Arcade', 0, 0, '', 'popo-singer'), (9139, 'Kids Zoo Farm', '"Zoo and Farm for Kids", you can say hello to the animals and take a short quiz. Choose what you like best and we will begin. In the quiz, you will hear a sound and then guess which of the two animals it belongs to. After that, go to the farm or the zoo. There you will hear the sounds that animals make and see their favorite treat. To hear the growl or bleating again, you need to feed the animal with food that she or he loves.', 'https://img.gamemonetize.com/cbxogr1prjdr9sgpco47l6weayd9xmel/512x384.jpg', 'https://html5.gamemonetize.com/cbxogr1prjdr9sgpco47l6weayd9xmel/', '0', 'Puzzles', 0, 0, '', 'kids-zoo-farm'), (9140, 'American Football Card Match', 'American football, referred to as football in the United States and Canada, and also known as "gridiron football" or simply "gridiron", is a sport played by two teams of eleven players on a rectangular field with goalposts at each end. The offense, the team with control of the oval-shaped football, attempts to advance down the field by running with or passing the ball, while the team without control of the ball, the defense, aims to stop their advance and take control of the ball for themselves. The offense must advance at least ten yards in four downs, or plays, or else they turn over the football to the opposing team; if they succeed, they are given a new set of four downs. Points are primarily scored by advancing the ball into the opposing team\'s end zone for a touchdown or kicking the ball through the opponent\'s goalposts for a field goal. The team with the most points at the end of a game wins.', 'https://img.gamemonetize.com/ntfwfcb9ibs2l50vfnu5kvpehbafd0iy/512x384.jpg', 'https://html5.gamemonetize.com/ntfwfcb9ibs2l50vfnu5kvpehbafd0iy/', '0', 'Puzzles', 0, 0, '', 'american-football-card-match'), (9141, 'Haton 2', 'Haton 2 is a 2D platformer where you have to collect oranges while avoiding enemies, flying robots, spikes, and saws in order to reach the red flag which leads you to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/fqzr6jvmb6880ozlfocvnacoh3god7gv/512x384.jpg', 'https://html5.gamemonetize.com/fqzr6jvmb6880ozlfocvnacoh3god7gv/', '0', 'Arcade', 0, 0, '', 'haton-'), (9142, 'Switch Magic', 'Switch Magic is a very fun and challenging game. Developed with 20 levels. In a dark and magical world, help the young mage to search for her sacred gems.', 'https://img.gamemonetize.com/us9fkjw2nsucw14esqryrj7uy0or8ksl/512x384.jpg', 'https://html5.gamemonetize.com/us9fkjw2nsucw14esqryrj7uy0or8ksl/', '0', 'Puzzles', 0, 0, '', 'switch-magic'), (9143, 'GMTKGameJam', 'Horse Divorce is a short, surreal puzzle game about horses falling in and out of love. Players control two halves of an elongated horse, overcoming their differences as they navigate and move obstacles.', 'https://img.gamemonetize.com/eexlttact3wl1s0ch8n17lem6aauu1i7/512x384.jpg', 'https://html5.gamemonetize.com/eexlttact3wl1s0ch8n17lem6aauu1i7/', '0', 'Puzzles', 0, 0, '', 'gmtkgamejam'), (9144, 'Farmers Stealing Tanks', 'Steal a Tank that has run out of fuel and bring it back to your shed. WASD or Arrow keys to control your Tractor. G Toggles graphics High/Low', 'https://img.gamemonetize.com/wyd5qgvdh3kzwnfun3abqw3h9bbhp48x/512x384.jpg', 'https://html5.gamemonetize.com/wyd5qgvdh3kzwnfun3abqw3h9bbhp48x/', '0', 'Action', 0, 0, '', 'farmers-stealing-tanks'), (9145, 'Huggy Wuggy Find Differences', 'Find the differences in various locations of Huggy Wuggy game. Can you find them all without making a single mistake?', 'https://img.gamemonetize.com/57bfecplnl3rh5covai9rqgi0zgorh7j/512x384.jpg', 'https://html5.gamemonetize.com/57bfecplnl3rh5covai9rqgi0zgorh7j/', '0', 'Puzzles', 0, 0, '', 'huggy-wuggy-find-differences'), (9146, 'Ellumi The Fire Sprite', 'Help Ellumi explore the land to discover why all the other Fire Sprites in the volcano have vanished. (6/3/2022) This was a project for my Game Development class. I worked on it with [Kenneth Harper], and they were great to work with.', 'https://img.gamemonetize.com/gw44wnv235af4chvctlbqi34w8b4alno/512x384.jpg', 'https://html5.gamemonetize.com/gw44wnv235af4chvctlbqi34w8b4alno/', '0', 'Arcade', 0, 0, '', 'ellumi-the-fire-sprite'), (9147, 'Ball Up', 'Click the ball to make it jump. Try to keep it in the air. It changes size and weight. Attention to the wind.', 'https://img.gamemonetize.com/3dq3v67d4nzzaar6yyeg8f2dhycp9dhh/512x384.jpg', 'https://html5.gamemonetize.com/3dq3v67d4nzzaar6yyeg8f2dhycp9dhh/', '0', 'Soccer', 0, 0, '', 'ball-up'), (9148, 'Cosmic Bee', 'In the Cosmic Bee kids game you have to go into outer space and become a real astronaut. The essence of the game is that you need to drift through small areas of space between fragments of meteorites and other space debris. Try to quickly fly from one place to another and at the same time avoid collisions with dangerous objects. This game will appeal to both the smallest players and adult gamers who want to brighten up their free time easily and naturally. Enjoy the game and good luck!', 'https://img.gamemonetize.com/p0fe9ov9dxzdipp45icg2dr5hfklt7ep/512x384.jpg', 'https://html5.gamemonetize.com/p0fe9ov9dxzdipp45icg2dr5hfklt7ep/', '0', 'Hypercasual', 0, 0, '', 'cosmic-bee'), (9149, 'Lord of the Knights', 'Fight for your subjects and defend your castle in Lord Of The Knights. Incarnate a proud lord in his armor and fight an army of skeleton warriors in this exhilarating shooting game. Armed with a powerfull crossbow, protected by his strong armor and at the command of an army, The Lord is watching over his city. While a horde of skeleton warriors are getting closer, he is the only one able to fight against them.', 'https://img.gamemonetize.com/ar40u8fafnf2mflzfsk3gakgl8911bga/512x384.jpg', 'https://html5.gamemonetize.com/ar40u8fafnf2mflzfsk3gakgl8911bga/', '0', 'Shooting', 0, 0, '', 'lord-of-the-knights'), (9150, 'Marble Blast Luxor jungle', 'A fantastic journey in the mayan pyramids jungle. Shoot and merge the balls ! Rotate the canon to shoot the ball in the center of the screen and merge it with another ball of the same color on the circle. This is super simple but super addictive and fun to master. Play this amazing game in the luxurian mayan jungle. Merge as much balls as you can to collect the treasure from the pyramids.', 'https://img.gamemonetize.com/x9a5mizhdq4naz24j2jtjnp2nfp7y20a/512x384.jpg', 'https://html5.gamemonetize.com/x9a5mizhdq4naz24j2jtjnp2nfp7y20a/', '0', 'Hypercasual', 0, 0, '', 'marble-blast--luxor-jungle'), (9151, 'Sonic Rush Toilet', 'It\'s a fun casual game Zonic Rush Toilet Have fun guiding the little Zonic straight to the bathroom bee he wins! Can you help the little Zonic to arrive on time Have fun trying kiz10 with the best free kiz10 games. The little hedgehog is eager to get to the bathroom bee disaster strikes. In this new game you will have to get to the little sonic to find the bathroom but be careful that you do not have much time solve the dferent puzzles in each level you will be able to complete the game !! FeaturesIt is a casual adventure platm game.It is a game in the world of Sonic and Toilets.Solve the puzzles in each level of the game.Accumulate the best score you can.', 'https://img.gamemonetize.com/4y5y37awmc6l31z6pstxm87rgqqkwpwp/512x384.jpg', 'https://html5.gamemonetize.com/4y5y37awmc6l31z6pstxm87rgqqkwpwp/', '0', 'Hypercasual', 0, 0, '', 'sonic-rush-toilet'), (9152, 'Neon Slither Sim', 'Neon Slither Sim is a fun snake inspired game where you control a neon car that acts like a snake by growing every time you eat.', 'https://img.gamemonetize.com/iekx0fp307b4zsydoezqiifpwx1h98vf/512x384.jpg', 'https://html5.gamemonetize.com/iekx0fp307b4zsydoezqiifpwx1h98vf/', '0', 'Multiplayer', 0, 0, '', 'neon-slither-sim'), (9153, 'Jewel Treasure', 'Jewel Treasure is an addictive and exciting adventure match 3 game filled with beautiful jewels! This jewel game has well designed puzzles for you to play and enjoy. Be the Jewel Master and unlock all levels!. There are 2 game mode in this game: – Level / Campaign – Endless', 'https://img.gamemonetize.com/tvupgtjz6qz5t6dm9ga8xc9btp6qh1rj/512x384.jpg', 'https://html5.gamemonetize.com/tvupgtjz6qz5t6dm9ga8xc9btp6qh1rj/', '0', 'Puzzles', 0, 0, '', 'jewel-treasure'), (9154, 'Baby Taylor Summer Fun', 'It\'s almost summer break! With tons of hot activities on the beach, it\'s time to have a fun day! Taylor\'s teacher, Doris, decided to take her students to a beach event. They are about to have a happy day. Help the kids wear beautiful beach clothes and accessories, build sandcastles and design surfboards with them! Put on your sunscreen, grab your beach bag, and let\'s go!', 'https://img.gamemonetize.com/aq4dk6wwdzftfdu3g58wg34d6hc9nmeo/512x384.jpg', 'https://html5.gamemonetize.com/aq4dk6wwdzftfdu3g58wg34d6hc9nmeo/', '0', 'Girls', 0, 0, '', 'baby-taylor-summer-fun'), (9155, 'Leafino Game', 'Leafino is a 2D platform game where you play as a leaf who needs to collect orbs while avoiding the fire ball enemies at any cost. There are 8 levels to play and the difficulty increases as you proceed. Controls: Use WASD or Arrow keys for movement Press "W" or "Up Arrow" key twice for double jump.', 'https://img.gamemonetize.com/sf3o7s1kbn3j4vxz5rgg7vegvxp78hqn/512x384.jpg', 'https://html5.gamemonetize.com/sf3o7s1kbn3j4vxz5rgg7vegvxp78hqn/', '0', 'Hypercasual', 0, 0, '', 'leafino-game'), (9156, 'Poppy Playtime Chapter 2 Jigsaw Puzzle', 'Zazgames is a place where you can infinitely play assembling online jigsaw puzzles. We hope you are up for another game from the Puzzle category on our website because we have just added the game called Poppy Playtime Chapter 2 Jigsaw Puzzle for you all, which, despite being one of the many puzzle games we have added so far into this category, this is the first puzzle game to use this specific format, and image, so it is going to be a brand new experience for all of you, an experience we are sure you will appreciate, as there is no way you aren\'t going to have a lot of fun playing the game. Especially after you learn how to play it from the next lines in the description. you will start by choosing how you want the jigsaw puzzle be : hard medium or easy. After that, the jigsaw puzzle pieces are going to be spread around the game screen randomly. Use the mouse to drag them over the transparent images where they match with the image, until all the pieces are connected, and the image looks just like it did in the beginning. You will have a great time with the game, so start it right now, and we are sure you will not regret it one second!', 'https://img.gamemonetize.com/g0ijoe9oc51hutcwq03cwdodhrxsbqry/512x384.jpg', 'https://html5.gamemonetize.com/g0ijoe9oc51hutcwq03cwdodhrxsbqry/', '0', 'Puzzles', 0, 0, '', 'poppy-playtime-chapter--jigsaw-puzzle'), (9157, 'Little Pumpkin Online Game', 'The little pumpkin is back! Count up your points, collect candy and win the game! Little Pumpkin is a free online game for kids. Little Pumpkin is a great way to exercise your brain and learn how to manage your time efficiently.', 'https://img.gamemonetize.com/jefds3nicqqway9sxiey6ista5lp7kbh/512x384.jpg', 'https://html5.gamemonetize.com/jefds3nicqqway9sxiey6ista5lp7kbh/', '0', 'Arcade', 0, 0, '', 'little-pumpkin-online-game'), (9158, 'Shoe Desinger', 'You are creative? Try the shoe designer you can design your own shoes and share with your friends or you would like your parents to see what kind of shoes you want to have when you grow up? They will be proud, of course you can also design for your parents and show them. There are different kinds of material you can use. It\'s fun for big and small.', 'https://img.gamemonetize.com/u2j6dikn9knzv5fgtke24o4woesle8qz/512x384.jpg', 'https://html5.gamemonetize.com/u2j6dikn9knzv5fgtke24o4woesle8qz/', '0', 'Girls', 0, 0, '', 'shoe-desinger'), (9159, 'Power Rangers Skater', 'The Red Ranger is trying to go to the mission by skateboarding. Let\'s skateboard and make the highest score by touching the screen in this fun game.', 'https://img.gamemonetize.com/i72bzn610p8q6ctbok2xbzj7qblq3bco/512x384.jpg', 'https://html5.gamemonetize.com/i72bzn610p8q6ctbok2xbzj7qblq3bco/', '0', 'Boys', 0, 0, '', 'power-rangers-skater'), (9160, 'Baby Rescue Team Help Wild Animals', 'There are many injured animals in the forest, as a volunteer, come to help the little panda to participate in the rescue! In this game, 6 different kind of animals is here for you to operate. Tiger, Sloth, zebra, penguin... Firstly you locate the injured animals\' areas and drive trucks to pick them up to the rescue station. And then you give them examinations and operate them. Each animal has its unique disease. After the operations, feed them their favorite foods. Then take another examination to make sure they are cured. In the end, drive them to their habitats and clean their dormitories in the rescue station. Feel free and want to have some fun? Come and try this game!', 'https://img.gamemonetize.com/dooa5vycyw49mo5gowsmn2mnl17hmah2/512x384.jpg', 'https://html5.gamemonetize.com/dooa5vycyw49mo5gowsmn2mnl17hmah2/', '0', 'Girls', 0, 0, '', 'baby-rescue-team--help-wild-animals'), (9161, 'Ronni', 'Ronni is a 2D platformer where you have to collect all of the coins while avoiding the enemies, spikes and saws and reach the Exit door. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/97emg2j9vqii07k6icokmt6nmlao1xlg/512x384.jpg', 'https://html5.gamemonetize.com/97emg2j9vqii07k6icokmt6nmlao1xlg/', '0', 'Arcade', 0, 0, '', 'ronni'), (9162, ' Nail Salon Girl Go Games', 'What great way to show off a new trend than getting a manicure with this nail salon game? Feel like a superstar and get the greatest manicure with plenty of glitters. Paint each nail as desired. Accessorize your nails, hands, and wrists with gorgeous jewelry! This is one of the finest nail polish games! So have your nails done and get ready to be the talk of the town. Cut the fingernails to the desired length and color them. Choose any color and paint each nail the same or differently to create a unique and trendy appearance. Bring the flair with a pattern! What better way to flaunt your nails than with stunning jewelry? Choose from sparkling bracelets, rings, and other gems.', 'https://img.gamemonetize.com/oc6lfudct43056acvky1qbokvzhzky5j/512x384.jpg', 'https://html5.gamemonetize.com/oc6lfudct43056acvky1qbokvzhzky5j/', '0', 'Arcade', 0, 0, '', '-nail-salon-girl-go-games'), (9163, 'Rolling Maze', 'Physics games are very popular in the browser games section. Puzzles, mazes, physics games are the most interesting projects. Arcade project with simple gameplay.', 'https://img.gamemonetize.com/fpjf2cauwrb5gbf758287zneusl8x07y/512x384.jpg', 'https://html5.gamemonetize.com/fpjf2cauwrb5gbf758287zneusl8x07y/', '0', 'Puzzles', 0, 0, '', 'rolling-maze'), (9164, 'Hoov vs Doov', 'Hoov vs Doov is a 2D platformer where you have to collect Golden keys in order to unlock the Exit door while avoiding red enemy robots, and saws. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/wkbnfrviogyv2zmx1nkje6v2s7t4yd6a/512x384.jpg', 'https://html5.gamemonetize.com/wkbnfrviogyv2zmx1nkje6v2s7t4yd6a/', '0', 'Arcade', 0, 0, '', 'hoov-vs-doov'), (9165, 'Chain Tractor Train Towing Game 3D', 'Drive your Chain Tractor Train Towing Game 3D for transportation in wonderful and amazing top offroad driving game. Tow your train with chain of heavy duty tractor pull and push train with tractor sled for driving train to transport it to destination. You will enjoy Chain Tractor Train Towing Game 3D pushing while driving pullers tractor towing with offroad train.', 'https://img.gamemonetize.com/s9n5ji5m2dqukratqy7sx5iz4kc67ebj/512x384.jpg', 'https://html5.gamemonetize.com/s9n5ji5m2dqukratqy7sx5iz4kc67ebj/', '0', 'Adventure', 0, 0, '', 'chain-tractor-train-towing-game-d'), (9166, 'Bhoolu 2', 'Bhoolu 2 is a 2D platformer where you need to collect all of the candies while avoiding enemies, saws, spikes and reach the magic hole which leads you to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original Bhoolu series.', 'https://img.gamemonetize.com/myu7pglfdrq4akq3p6w8ql998ddgse8j/512x384.jpg', 'https://html5.gamemonetize.com/myu7pglfdrq4akq3p6w8ql998ddgse8j/', '0', 'Arcade', 0, 0, '', 'bhoolu-'), (9167, 'Endless Raptor War', 'The most technologically sophisticated airplane in the world allows you to avoid enemy fire and triumph over your competition. Light up the night sky with brilliant explosions as you let loose the full might of your plane\'s weapons on the opposing planes. You can admire the level of realism in both the aircraft and the locations as you engage in dogfights and dive-bombing in the most thrilling air combat game available for mobile devices. The Devil Region has hampered the availability of gasoline throughout the globe and rendered the world vulnerable. Fight to regain possession of bases that contain precious resources so that you can strengthen your aircraft and better defend against assaults from the opponent. Hundreds of different personalization choices! Increase your power by upgrading your armor, motors, missiles, cannons, and technological systems, and reach the maximum potential of your military hardware by using secret blueprints.', 'https://img.gamemonetize.com/n7vi2izcvq1uuvk0asoxavtybt9o0bxr/512x384.jpg', 'https://html5.gamemonetize.com/n7vi2izcvq1uuvk0asoxavtybt9o0bxr/', '0', 'Shooting', 0, 0, '', 'endless-raptor-war'), (9168, 'Tangram Grid', 'Tangram Grid is a puzzle game to fill all the grids using seven pieces. Make sure to place all of them correctly with no overlap to complete each level.', 'https://img.gamemonetize.com/seltjwqxlg5w82pgjwhooqke8j3aol80/512x384.jpg', 'https://html5.gamemonetize.com/seltjwqxlg5w82pgjwhooqke8j3aol80/', '0', 'Puzzles', 0, 0, '', 'tangram-grid'), (9169, 'Liquid Sort ', 'Liquid Sort is a logical puzzle game. As the title said, you need to sort liquid in the different test tubes. At the beginning of the game select the difficulty of the game. You can play in easy, medium, or hard mode. Then go to the levels where will be shown more tubes full of liquids in different colors. Your job is to sort the liquid and to put them in the tube liquid with the same color. Now pour off the liquid into the empty tube and start to sort the liquids. This game has 100 levels, pass all and have fun all along.', 'https://img.gamemonetize.com/ilby796zdv432xdhmeq1rkcdwswo0ley/512x384.jpg', 'https://html5.gamemonetize.com/ilby796zdv432xdhmeq1rkcdwswo0ley/', '0', 'Puzzles', 0, 0, '', 'liquid-sort-'), (9170, 'Car Parking Drive Game Parking Master 3D', 'Car Parking Drive Game : Parking Master 3D New Car Parking Game starts a new era of Car parking simulation game play with super stunning graphics and challenging multi-stage levels. Burn up the city with the fastest and most visually stunning car driving game and car parking games 2022.', 'https://img.gamemonetize.com/qjav1x58qefjshvak19mpqi605223dmr/512x384.jpg', 'https://html5.gamemonetize.com/qjav1x58qefjshvak19mpqi605223dmr/', '0', 'Racing', 0, 0, '', 'car-parking-drive-game--parking-master-d'), (9171, 'Crazy Racer Higway', 'Would you like to be chased by anything moving at a fast pace? It\'s time to play this game if you haven\'t! To win the In-Line Race, you\'ll need to outrun your pursuers, get past police obstacles, and even wreck the city! It\'s not too late to get in on the action and win the Race! Don\'t be afraid to slam on the gas if you time it well. A speeding ticket will simplify the authorities to track down your car. When it comes to driving a racing automobile, there are no limitations. Drifting is an option in the game for those who prefer it over the game\'s more modern approach to driving style. What could be better than a fleet of weird or intriguing vehicles? Isn\'t it great that everyone is so eager to meet you? Races are a great way to hone your skills and sharpen your reactions. Avoid being hit by trains or vehicles, and don\'t forget to pick up coins along the route. As a professional racer, this is your only path to greatness. You won\'t be disappointed if you decide to play Line Race. To be successful, you must always be on the go and avoid being stopped by authorities.', 'https://img.gamemonetize.com/entyk0hll9ygsk2tcndodon0z2u35h0a/512x384.jpg', 'https://html5.gamemonetize.com/entyk0hll9ygsk2tcndodon0z2u35h0a/', '0', 'Racing', 0, 0, '', 'crazy-racer-higway'), (9172, 'Animal Transport Truck Driving Game 3D', 'Hey Guys are you excited to drive a animal transport truck? We are coming up with our farm animal transport truck games series of farm animal transport truck driving games. This farm animals transport truck transporter game 2022 will provide you the pure rural atmosphere of the village and there will be different farm animals just like Horse, Bull & Ibex of a different kind. You may be able to drive your animal truck.', 'https://img.gamemonetize.com/mn754oseyhc0od3qflpaq9ge926yli6e/512x384.jpg', 'https://html5.gamemonetize.com/mn754oseyhc0od3qflpaq9ge926yli6e/', '0', 'Arcade', 0, 0, '', 'animal-transport-truck-driving-game-d'), (9173, 'Among Robots', 'Among Robots is a 2D platformer where you have to collect key cards in order to unlock the door and to go to the next level. You have to avoid enemy robots, spikes and saws. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/4i9hrd4odw28dr1j5skpw343fvccw1pb/512x384.jpg', 'https://html5.gamemonetize.com/4i9hrd4odw28dr1j5skpw343fvccw1pb/', '0', 'Arcade', 0, 0, '', 'among-robots'), (9174, 'Real Runaway Truck ', 'Runaway Truck is a very interesting simulated driving game with interesting musical effects. Cartoon style makes the game atmosphere easier and the operation is simple. After entering the game, players will play a truck driver and enter this simulated driving game to experience exciting and fun adventures. You can enjoy the fun of the game in the busy drive, have fun!', 'https://img.gamemonetize.com/73nz3f1u34f0wnhqfe82cyz30gnra8gq/512x384.jpg', 'https://html5.gamemonetize.com/73nz3f1u34f0wnhqfe82cyz30gnra8gq/', '0', '3D', 0, 0, '', 'real-runaway-truck-'), (9175, 'Squid Mahjong Connect', 'Connect all the squid mahjong tiles and clear the board in this html5 mahjong connection games. You can only connect 2 tiles with the same items with a path with no more than two 90 degree angles. What\'s the max level can you play?', 'https://img.gamemonetize.com/xsq3yiz69z6p148gzniikrvufrrsv69m/512x384.jpg', 'https://html5.gamemonetize.com/xsq3yiz69z6p148gzniikrvufrrsv69m/', '0', 'Puzzles', 0, 0, '', 'squid-mahjong-connect'), (9176, 'Stacky Run 3D', 'Stacky Run is an interesting new arcade game, but also a rare 3D art-style parkour game. Your job is to control the parkour stickman between the different platforms in the game.', 'https://img.gamemonetize.com/5z1lv14jolk5wdpf7ak0xe3szqqz4jxx/512x384.jpg', 'https://html5.gamemonetize.com/5z1lv14jolk5wdpf7ak0xe3szqqz4jxx/', '0', '3D', 0, 0, '', 'stacky-run-d'), (9177, 'Fun Race On Ice 3D', 'The fun winter obstacle course is about to begin! For winning it is more important to know when to stop than to run fast. Because once you are touched by the obstacles you will fall behind your opponent. It\'s hard to catch up after falling behind! So stopping is very important, mastering the rhythm is the key to victory.', 'https://img.gamemonetize.com/z8we3b02we3l51y7q0hv7s00bregpk4o/512x384.jpg', 'https://html5.gamemonetize.com/z8we3b02we3l51y7q0hv7s00bregpk4o/', '0', '3D', 0, 0, '', 'fun-race-on-ice-d'), (9178, 'BFF Nightwear Trends', 'Let\'s choose the perfect nightwear outfits and makeup for these awesome girls Ava and Mia. They have to prepare for their night sleep, so they need best nightwear today, Help them and enjoy this dressup game at 7sgames.com', 'https://img.gamemonetize.com/lw1hnc3ka25ircz8he7loxsugc4ac8iv/512x384.jpg', 'https://html5.gamemonetize.com/lw1hnc3ka25ircz8he7loxsugc4ac8iv/', '0', 'Girls', 0, 0, '', 'bff-nightwear-trends'), (9179, 'Ultimate Car Driving Classics', 'The huge open world map is designed in a creative way to test your extreme car driving skills and provide the best gameplay experience. From cities to deserts, Ultimate Car Driving Simulator: Classics comes with the largest open world map with extremely detailed environment. Drive on the endless', 'https://img.gamemonetize.com/jfpib2t7j2fmptxb9pkogxc60erlrvhj/512x384.jpg', 'https://html5.gamemonetize.com/jfpib2t7j2fmptxb9pkogxc60erlrvhj/', '0', 'Arcade', 0, 0, '', 'ultimate-car-driving-classics'), (9180, 'ToeTicTac', 'Play Tic Tac Toe on your Android phone. No need waste paper to play puzzle games! Now you can play Tic Tac Toe on your Android device for free. Our new modern version appears in a cool glow design. The AI for this puzzle game is one of the best you will see. It adapts to your play style and is highly unpredictable. Unlike other Tic Tac Toe games on the market you will always find Glow Tic Tac Toe AI to be fresh and entertaining. If that is not all the AI skill can be adjusted on the fly in game. So you can crank up the difficulty while playing or notch it down if you got cornered.This puzzles games is recommended for kids & adults too. Features : Single and 2 player mode (Computer and human) 3 difficulty levels Glow effects One of the best puzzle game in the world.', 'https://img.gamemonetize.com/ivvdm4zqili0c56ozzvcgrgvmg1vuy3w/512x384.jpg', 'https://html5.gamemonetize.com/ivvdm4zqili0c56ozzvcgrgvmg1vuy3w/', '0', 'Hypercasual', 0, 0, '', 'toetictac'), (9181, 'Leftovers', 'Your mum is cooking dinner. Saddened by the amount of leftover and not wanting it to go to waste, she tasked you the job to give it all away to your neighbours. In Leftovers, your mum has tasked you with delivering her extra food to your neighbors because she would be too saddened to throw it out. Despite being told never to talk to strangers, she sends us out to talk to the creepiest strangers ever. Make your mum proud, don’t be like your dad. Do you best, and don’t come back until you’re done! Some of the neighbors are pretty nice and normal. However, others are just plain scary and creepy as hell. One of them gets in your face sniffing all around you making weird faces because he smells your mom on you. Wow, that was such a moment. Few games have ever been so unsettling in this style. Another one of the lady’s invites you in, and well… you should decline her offer. What a fun variety of people we live around. It did make it interesting to see who we might encounter next though. The chat with the old man was another excellent moment, especially if you say no to him at first. You, who was just minding your own business watching cartoons. You who your mum have told many times to not talk to strangers. But yet, you have no right to deny the request. Armed with limited skills of communication, meet all the quirky and creepy neighbours to finish the task before your mum finish you first...literally.', 'https://img.gamemonetize.com/sddmb9sy8iwdsyindzvikax7sqdgfhf5/512x384.jpg', 'https://html5.gamemonetize.com/sddmb9sy8iwdsyindzvikax7sqdgfhf5/', '0', 'Action', 0, 0, '', 'leftovers'), (9182, 'Narrow One', 'Narrow.One is a 3D multiplayer archery game developed by Pelican Party Studios. Take part in a fast-paced archery action where you and your teammates try to capture the enemy flag in a beautifully designed castle arena. You’re only allowed to use a bow and some arrows, so make sure your aim is on point and your reflexes are fast. Invite your friends to play with you and enjoy the thrill of facing your opponents together. Narrow.One is a ton of fun!', 'https://img.gamemonetize.com/b34diud94aabbgo6ff7jf5archdckpho/512x384.jpg', 'https://html5.gamemonetize.com/b34diud94aabbgo6ff7jf5archdckpho/', '0', 'Action', 0, 0, '', 'narrow-one'), (9183, 'Drifting Mania', 'It’s time to leave your skid marks on the asphalt! Stay focused because there are no second chances in a drifter’s life. Real masters love sharp turns on racing tracks!', 'https://img.gamemonetize.com/ztdck81adssy3kpryeo7ldm9zd0oudpz/512x384.jpg', 'https://html5.gamemonetize.com/ztdck81adssy3kpryeo7ldm9zd0oudpz/', '0', 'Racing', 0, 0, '', 'drifting-mania'), (9184, 'Zombie Vacation 2', 'Zombie Vacation 2 is a zombie survival shooter with cool graphics, you are special forces soldier lost in tropical island crowded with blood thirsty zombies and your mission is to shoot all incoming zombies and unlock lots of guns in order to survive.', 'https://img.gamemonetize.com/i6p9zo018e141anwiop9ocqee064272h/512x384.jpg', 'https://html5.gamemonetize.com/i6p9zo018e141anwiop9ocqee064272h/', '0', 'Shooting', 0, 0, '', 'zombie-vacation-'), (9185, 'Super Bike Racing', 'Super bike racing free online games - play free Super bike racing games. Little Johnny loves Superbike Racing free online games and so do his friends! Join them now in this game where you control a bike with arrow keys. Complete the challenges and win! Want to have an entertaining time? Then, get a lot of fun with Super Bike Racing! The game has fantastic graphics and offers you a whole new experience of bike racing. Run through the tracks at high speed in this super bike race! Ride into action on your Superbike! Gear up, strap in and race against players from around the globe in this fast-paced arcade racing game. Tight turnings, steep hills, open plains – you have to master them all! Select from a variety of bike designs and customize them to your heart’s desire - this is your chance to make that perfect machine.', 'https://img.gamemonetize.com/fpxrsxr21m0juqwjj70m4i3kg8ve8dur/512x384.jpg', 'https://html5.gamemonetize.com/fpxrsxr21m0juqwjj70m4i3kg8ve8dur/', '0', 'Racing', 0, 0, '', 'super-bike-racing'), (9186, 'Petzoong', 'Petzoong is a fun arcade matching mahjong game. It a simple yet fun game to play featuring cute animals and background animal images. All you have to do is match the mahjong pairs by selecting it. If they are matched it will be removed and you will pass the level once all mahjong pairs are cleared.', 'https://img.gamemonetize.com/3z8eo9qplyrh6tx0jnzvahwyxaaeh7d5/512x384.jpg', 'https://html5.gamemonetize.com/3z8eo9qplyrh6tx0jnzvahwyxaaeh7d5/', '0', 'Puzzles', 0, 0, '', 'petzoong'), (9187, 'Basketball serial shooter', 'Are you a basketball serial shooter ? you can raise the challenge now ! Your goal in this game is simple: you must master your shoothing skill like a pro. This game use physics ant that is what makes it so fun to play. Rebounds, wind, obstacles... will make the challenge even more difficult to dunk.', 'https://img.gamemonetize.com/q3y3r1gd631aqfv9pxx0nv727nm9xueg/512x384.jpg', 'https://html5.gamemonetize.com/q3y3r1gd631aqfv9pxx0nv727nm9xueg/', '0', 'Arcade', 0, 0, '', 'basketball-serial-shooter'), (9188, 'At the end Zombies Win', 'It’s time to lock and load and grab everything you can use as a weapon. Confront masses of disgustingly absurd zombies in a post-apocalyptic universe with “At the End, Zombies Win.†Put your reflexes to the test, as well as your speed and your management ability, and prove to the world that you will not let yourself get eaten!', 'https://img.gamemonetize.com/m3jsqszmtklze9eb1cv2ks97arue208n/512x384.jpg', 'https://html5.gamemonetize.com/m3jsqszmtklze9eb1cv2ks97arue208n/', '0', 'Hypercasual', 0, 0, '', 'at-the-end-zombies-win'), (9189, 'Army of Soldiers Worlds War', 'You must defend the earth against invading creatures coming from other worlds. They have started to invade earth and destroy all human being. The last hope...: the new big canon: ALPHA DESTRUCTOR 1. A powerfull weapon that should destroy the invaders, and end that war... But this weapon is not finished yet. You must protect ALPHA DESTRUCTOR 1 from the invaders Lead your units to the final victory. You have a tons of different soldiers available in your army: archer, bazooka bastard, crs, flame thrower, frozen rocketter, rocketter,gold magnet bot, magnet bot, grenadier, rndom grenadier, frozen guinner, gunner, harpoon, jetpack, kamikaze bomber, landing assistant, pilot landing assistant, plasma shield, plateforme navale, minigun, Mr Nuke, Ninja assassin, Nuclear Stink, parachutiste, red crs, rookie torch, ergent camo, sergent camo steel, submarine, swat torch, doberman, mercenary, mad scientist, tnt scientist, zodiac. Every unit has different characteristics and you have to play wisely to defeat your opponents. Make sure the enemies don’t reach ALPHA DESTRUCTOR 1, or this will be the end of human being…', 'https://img.gamemonetize.com/q4ajxs2fru9wb5qn2xphnywhcauekgqi/512x384.jpg', 'https://html5.gamemonetize.com/q4ajxs2fru9wb5qn2xphnywhcauekgqi/', '0', 'Hypercasual', 0, 0, '', 'army-of-soldiers--worlds-war'), (9190, 'Astronaut Warrior', 'It’s time to see what’s going on in space! Put on your space suit and get on your new spaceship. Look at the gorgeous sight… but don’t look to long! You also have to kill de monsters you encounter. Level up your spaceship and your space suite to become the master of the universe! Astronaut warrior is a game of anticipation that will test your reflexes. The charismatic characters make for a unique game! It’s your time to play; the universe is waiting for you!', 'https://img.gamemonetize.com/zh21ykip12yxiqds2u6du5xht63sz60t/512x384.jpg', 'https://html5.gamemonetize.com/zh21ykip12yxiqds2u6du5xht63sz60t/', '0', 'Hypercasual', 0, 0, '', 'astronaut-warrior'), (9191, 'Idle Craft 3D', 'Do you like simple construction and development games? Welcome to Idle Craft 3D, this idle building game! The purpose of the placement building game is to stack blocks, get involved in the construction industry, and build the tallest skyscraper in the world! Build the foundation at the beginning of the game, accumulate it and make it a great landmark! You can learn how to build beautiful houses, and we will guide you step by step through the entire process from foundation to completion of the house. Don\'t forget to find resources and upgrade your tools. You can make special furniture and buildings in the game, enjoy cool 3D graphics, and become the richest idle construction tycoon!', 'https://img.gamemonetize.com/cmbe73t4btn4fc754zq8p5cs34quxgb2/512x384.jpg', 'https://html5.gamemonetize.com/cmbe73t4btn4fc754zq8p5cs34quxgb2/', '0', 'Boys', 0, 0, '', 'idle-craft-d'), (9192, 'Blondie Bride Perfect Wedding Prep Girl Game', 'Blondie said Yes and now the big moment has finally come. Join her in one of the coolest wedding games and help her dress up and put on makeup for this special event. Use professional makeup products to enhance our bride\'s natural beauty. Make Blondie look stunning from head to toe in one of the prettiest wedding games!', 'https://img.gamemonetize.com/vr8l09ykq364es347982g7yw0a3abfiy/512x384.jpg', 'https://html5.gamemonetize.com/vr8l09ykq364es347982g7yw0a3abfiy/', '0', 'Girls', 0, 0, '', 'blondie-bride-perfect-wedding-prep--girl-game'), (9193, 'Color Flooding Puzzle', 'Color Flooding Puzzle is an interesting puzzle game for free. The game has a number of different levels for you to challenge. In the game, your goal is to dye a variety of different colors into the same color, and each level will have a limit on the number of dyeing times. The game is simple to operate and the interface is simple, but it\'s fun! Come and challenge it.', 'https://img.gamemonetize.com/gye41iltw60pn0qjlbcef5u3btaph6p6/512x384.jpg', 'https://html5.gamemonetize.com/gye41iltw60pn0qjlbcef5u3btaph6p6/', '0', 'Boys', 0, 0, '', 'color-flooding-puzzle'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (9194, 'Raya Multiverse Fashion', 'Welcome to the Raya Multiverse Fashion. Princess Raya had a dream about a multiverse. There she is in a different trendy style. She loves to be the same in real life also. So she plans to try multiverse fashion with her own style. Join Raya and help her to pick a cute trendy outfit. Have fun!', 'https://img.gamemonetize.com/lhm3uftsfi8thqcnk93ccha93wmrskoe/512x384.jpg', 'https://html5.gamemonetize.com/lhm3uftsfi8thqcnk93ccha93wmrskoe/', '0', 'Girls', 0, 0, '', 'raya-multiverse-fashion'), (9195, 'Space Rider', 'Welcome to Space Rider. This game have consist of 30 levels where you have to avoid obstacles and collect stars to complete each level. Avoid collision of laser and meteoroids. Level difficulties increase on each level. Try to complete each level with a maximum number of stars. Play and have fun!', 'https://img.gamemonetize.com/4rxbzvw79rag083sg2cub9p55vaxqhr4/512x384.jpg', 'https://html5.gamemonetize.com/4rxbzvw79rag083sg2cub9p55vaxqhr4/', '0', 'Puzzles', 0, 0, '', 'space-rider'), (9196, 'Hockey Skills', 'Complete various hockey skills like speed skating, shooting on goal, targets and see how skilled you really are', 'https://img.gamemonetize.com/1931uv3f0epjn8yzzc804y0m9xqp4llu/512x384.jpg', 'https://html5.gamemonetize.com/1931uv3f0epjn8yzzc804y0m9xqp4llu/', '0', 'Sports', 0, 0, '', 'hockey-skills'), (9197, 'Sane Runner', 'Do not stop, run along until you reach an overpopulated neighbourhood, there you will see the fancy stuffs and have fun.', 'https://img.gamemonetize.com/o9bvobsovaho2kmrq3l17bq8rno4nsqk/512x384.jpg', 'https://html5.gamemonetize.com/o9bvobsovaho2kmrq3l17bq8rno4nsqk/', '0', 'Hypercasual', 0, 0, '', 'sane-runner'), (9198, 'Fashion Girl Spa Day Game', 'Hi girls! Come and run your own salon. In the fashion girls salon game, you can easily provide customers with a relaxing and enjoyable time. You can squeeze out their acne, pluck out their excess eyebrows, shave their legs, dye their hair and so on! Meet the different needs of girls!', 'https://img.gamemonetize.com/3w52dk6pt8xrh8mgea3bl5gjcagugbah/512x384.jpg', 'https://html5.gamemonetize.com/3w52dk6pt8xrh8mgea3bl5gjcagugbah/', '0', 'Girls', 0, 0, '', 'fashion-girl-spa-day-game'), (9199, 'Baby Survival Challenge', 'How long will you stay in control? In Baby In Yellow Survival Challenge , the more you play, the harder it will get, can you escape from evil baby? Try your best to get out of there? Or you will be cursed!! It\'s horror time for you to challenge your brave and skill. Can you survive Let\'s try in Baby Survival Challenge Quick Game: Baby Survival Challenge The Baby In Yellow game is here to Play. Play a quick games series in survival challenge mode. Series of many quick simple games. Hundreds players will start at round one, but some will be out of the game round by round. After one round, the accumulated reward will be increased in a saving piggy bank. You need to fight others to win challenges and take all the reward at last.', 'https://img.gamemonetize.com/unwfeu7x7z0piyf88flzvsejubqz9aj2/512x384.jpg', 'https://html5.gamemonetize.com/unwfeu7x7z0piyf88flzvsejubqz9aj2/', '0', 'Adventure', 0, 0, '', 'baby-survival-challenge'), (9200, 'Baby Taylor Ice Cream Roll Fun', 'Baby Taylor loves ice cream, you see, she is eating ice cream again. But this summer, ice cream has become an outdated food! Ice cream rolls have caught on and become a kids\' favorite summer snack! Taylor still doesn\'t know what an ice cream roll is, let\'s take Taylor to explore with Jessica!', 'https://img.gamemonetize.com/uv2tis3ac584qmkqwo7pr041rfbctsiy/512x384.jpg', 'https://html5.gamemonetize.com/uv2tis3ac584qmkqwo7pr041rfbctsiy/', '0', 'Girls', 0, 0, '', 'baby-taylor-ice-cream-roll-fun'), (9201, 'Bubble Shooter 1000', 'Match three or more bubbles of the same color to clear them off the board, until you run out', 'https://img.gamemonetize.com/uwfrfy0aor2llgxkqyhkfhpg1lfa8yb6/512x384.jpg', 'https://html5.gamemonetize.com/uwfrfy0aor2llgxkqyhkfhpg1lfa8yb6/', '0', 'Shooting', 0, 0, '', 'bubble-shooter-'), (9202, 'Ben 10 Find Grey Matter', 'Ben 10 grey matter hiding. What omnitrix watch is it hiding in? Follow very well with your eyes. Find out where you are.', 'https://img.gamemonetize.com/6a5zglbw9x9rel69ebwibv5s5yah5bti/512x384.jpg', 'https://html5.gamemonetize.com/6a5zglbw9x9rel69ebwibv5s5yah5bti/', '0', 'Puzzles', 0, 0, '', 'ben--find-grey-matter'), (9203, 'Traffic Mayhem', 'Welcome to Trrafic Mayhem If you are looking for a driving game, you are at the right place. Driving requires attention and skill. So with the help of your reflexes, try to reach the finish line without hitting other vehicles and unlock the next level. Good luck', 'https://img.gamemonetize.com/n9g34r2dhmi7p9q67m1ck77d3fzvnoi5/512x384.jpg', 'https://html5.gamemonetize.com/n9g34r2dhmi7p9q67m1ck77d3fzvnoi5/', '0', 'Hypercasual', 0, 0, '', 'traffic-mayhem'), (9204, 'Turning Red Card Match', 'Turning Red is a 2022 American computer-animated fantasy comedy film produced by Pixar Animation Studios and distributed by Walt Disney Studios Motion Pictures. The film was directed by Domee Shi (in her feature directorial debut), written by Shi and Julia Cho, and produced by Lindsey Collins. It stars the voices of Rosalie Chiang, Sandra Oh, Ava Morse, Hyein Park, Maitreyi Ramakrishnan, Orion Lee, Wai Ching Ho, Tristan Allerick Chen, and James Hong. Set in Toronto, Ontario, in 2002, Turning Red follows Meilin "Mei" Lee, a 13-year-old Chinese-Canadian student who, due to a hereditary curse, transforms into a giant red panda when she expresses any strong emotion. Inspired by Shi\'s experiences growing up in Toronto, the film began development in 2018 after she pitched it to Pixar in October 2017. It is the first Pixar film solely directed by a woman and the second to feature an Asian lead character after Up (2009). Special screenings of Turning Red took place in London at Everyman Borough Yards on February 21, 2022, and in Toronto at TIFF Bell Lightbox on March 8. The film had its world premiere at the El Capitan Theatre in Los Angeles on March 1, and was released on the Disney+ streaming service on March 11, along with simultaneous limited in certain theaters. It was released theatrically in most countries without Disney+, grossing a total of $17.1 million worldwide, and received critical acclaim.', 'https://img.gamemonetize.com/ellijhgrr65kfzejxrrufxfa6lffj1sn/512x384.jpg', 'https://html5.gamemonetize.com/ellijhgrr65kfzejxrrufxfa6lffj1sn/', '0', 'Puzzles', 0, 0, '', 'turning-red-card-match'), (9205, 'Picnic Friends', 'Picnic Friends is awesome fun games for family and kids!', 'https://img.gamemonetize.com/072wz69enh63odmdusnq4foj05ihtigq/512x384.jpg', 'https://html5.gamemonetize.com/072wz69enh63odmdusnq4foj05ihtigq/', '0', 'Adventure', 0, 0, '', 'picnic-friends'), (9206, 'Platform Jumper', 'A simple platform puzzle game. Control the ball and climb up the platforms. Interesting physics won\'t let you get bored, and the varied levels will keep you entertained throughout the game. Get into the game, and start exploring the levels. There\'s also an advanced physics model in the game.', 'https://img.gamemonetize.com/uhqoieij6fbj3dbj4y9eio7ogwn7r4i8/512x384.jpg', 'https://html5.gamemonetize.com/uhqoieij6fbj3dbj4y9eio7ogwn7r4i8/', '0', 'Hypercasual', 0, 0, '', 'platform-jumper'), (9207, 'Fruit Slicing', 'In Fruit Slicing, your mission is to cut fruit and make juice. When you enter the game, you\'ll find some fruits spinning in front of you, and at the bottom of them, there is a blade. Your job is to throw the blade by tapping and hit the spinning fruit.', 'https://img.gamemonetize.com/6cr40qh0l4hozurws7q7b8swhkw4fs8u/512x384.jpg', 'https://html5.gamemonetize.com/6cr40qh0l4hozurws7q7b8swhkw4fs8u/', '0', 'Action', 0, 0, '', 'fruit-slicing'), (9208, 'Wounded Winter', 'About Wounded Winter: A Lakota Story is a free action / shooter western game with a beautiful low poly graphic. Story The hero of the story is called Akecheta, who is a Lakota(Native American). The Akecheta tribe is attacked and its people are killed while he is hunting. The attackers also took Akecheta\'s wife with them. Akecheta embarks on a perilous journey to bring his wife back and avenge the murderers of his tribe.', 'https://img.gamemonetize.com/0s3bsz4a653de6ry9d77088qe83hfhl0/512x384.jpg', 'https://html5.gamemonetize.com/0s3bsz4a653de6ry9d77088qe83hfhl0/', '0', 'Action', 0, 0, '', 'wounded-winter'), (9209, 'TheMiceGuys', 'Create a flourishing little mouse colony, by managing mouse behaviour and crafting all buildings. If you do a mice... err nice job, they will build you a monument.', 'https://img.gamemonetize.com/o46tc5m7yzj04ynu7oa192qth5bmjwve/512x384.jpg', 'https://html5.gamemonetize.com/o46tc5m7yzj04ynu7oa192qth5bmjwve/', '0', 'Puzzles', 0, 0, '', 'themiceguys'), (9210, 'Girl Go Fashion Princess', 'New competition in style and princess games for girls to experience great civilizations throughout the globe in the time of weed makeover games with Barbie salon enjoyable princess games. Dress up & cosmetics games to better makeover exquisite princesses and Barbie Princess Makeover Games. Princesses from Europe and America want to get dressed up and cosmetics in this free princess makeover. Play Egypt\'s Princess Makeover Regal Game. This Egyptian mummy dress-up game makes you the greatest Arab prince in the princess fashion salon. Play princess dress-up games and princess fashion games with tiaras and regal costumes. Indian wedding princess dressing up & make-up games & Royal Princess dress-up party salons games for girls.', 'https://img.gamemonetize.com/n8zpr1lzg5auhkwhoyc3zsd3hbj7jgac/512x384.jpg', 'https://html5.gamemonetize.com/n8zpr1lzg5auhkwhoyc3zsd3hbj7jgac/', '0', 'Arcade', 0, 0, '', 'girl-go-fashion-princess'), (9211, 'Endless Ping Pong', 'Virtually real-time ping-pong table tennis action! Play a new ping pong game in 2022 if you\'re tired of playing the same old table tennis. You can choose from various rackets and tables in this swinging ping pong game. Multiple ball dynamics, such as air swings and precision ball control, distinguish this ping pong playing game from others and give it the authentic sensation of a real game.', 'https://img.gamemonetize.com/tysuetjcogdlcugov6pncygt6rvh86ei/512x384.jpg', 'https://html5.gamemonetize.com/tysuetjcogdlcugov6pncygt6rvh86ei/', '0', 'Arcade', 0, 0, '', 'endless-ping-pong'), (9212, 'Cubic Epic Roll', 'Are you prepared to go on an unforgettable journey with Epic Roll? Your avatar begins the game on a lengthy platform with a variety of hazards and unique things to collect along the way. When you first start the game, you need to make swift manoeuvres and continue moving down the platform. You should make an effort to earn gold and unique objects that can render you invincible for a limited amount of time on the platform. You will fail the level if you encounter any of the obstacles. Continue forth down the path that never ends. The player of Epic Roll must be fast on their feet to respond appropriately as the cube rolls through a strange universe. Help the small cube escape all of the lethal obstacles, traps, and pits for it to live, and gather money to unlock new characters in this game developed by Alienwolf Studios. There are many of them! Epic Roll is a game that may quickly become addicting and will test your reflexes on a whole new level. Your objective is to maintain control of the cube while avoiding collisions with various objects and tumbling to the ground below. Nevertheless, it is not as simple as it would first appear! You must avoid allowing anything to divert your attention because you are only a split second away from failing. The floor will be riddled with holes, and there will be a variety of additional obstacles that are extremely difficult to navigate. Every direction you turn in brings you closer and closer to the lethal traps.', 'https://img.gamemonetize.com/dx0ji2uuhy5yfsmpmbfozxipp01kdch9/512x384.jpg', 'https://html5.gamemonetize.com/dx0ji2uuhy5yfsmpmbfozxipp01kdch9/', '0', 'Arcade', 0, 0, '', 'cubic-epic-roll'), (9213, '2048 Unicorn', 'Join the numbers and get to the 2048 tile!', 'https://img.gamemonetize.com/m1bpq57w39l7896s3raroj511c9jqpxa/512x384.jpg', 'https://html5.gamemonetize.com/m1bpq57w39l7896s3raroj511c9jqpxa/', '0', 'Hypercasual', 0, 0, '', '-unicorn'), (9214, '2048 Bubble Box 3D', 'Chain Cube 2048 is a great puzzle game for those, who like challenging brain-teasers and logic number games. Believe us, it is much harder to reach 2048 than drop the number. A whole new take on the famous brainteaser number game! Now in 3D with crazy fun physics! The blocks don\\&#39;t stay in place they fall realistically and bounce off each other if you havent managed to merge cube blocks! Don\\&#39;t try and hide it, we know you can\\&#39;t get enough fun 2048 games! So don\\&#39;t be shy, do yourself a favor and download Chain Cube 2048! You need to drop the number blocks to get the highest score and solve the puzzle!.', 'https://img.gamemonetize.com/q2kj6s7yjm91dxq7ajmcl67xgc4qg568/512x384.jpg', 'https://html5.gamemonetize.com/q2kj6s7yjm91dxq7ajmcl67xgc4qg568/', '0', 'Puzzles', 0, 0, '', '-bubble-box-d'), (9215, 'Euro Truck Heavy Vehicle Transport Game 3D', 'Drive trailer truck to transport multiple vehicles through city roads and offroad hills. As a extreme car transporter start your trucker carries by driving big truck. The big Euro truck is loaded with luxury cars and heavy vehicles so drive safely through city traffic and off road mountain tracks.', 'https://img.gamemonetize.com/ee1rijcvcageg39a0nya4gqjds9lbrds/512x384.jpg', 'https://html5.gamemonetize.com/ee1rijcvcageg39a0nya4gqjds9lbrds/', '0', 'Adventure', 0, 0, '', 'euro-truck-heavy-vehicle-transport-game-d'), (9216, '2048 3D Puzzle', 'Slide the tiles and merge them to reach 2048 tile. Start with 2 and reach 16, 32, 128, 512, 1024 and finally 2048.', 'https://img.gamemonetize.com/g010lkqx73y1pxhisye2hqccexjiyei6/512x384.jpg', 'https://html5.gamemonetize.com/g010lkqx73y1pxhisye2hqccexjiyei6/', '0', 'Puzzles', 0, 0, '', '-d-puzzle'), (9217, 'Cannon Minimal', 'Cannon Minimal is a very fun and challenging game. Developed with 20 levels, the objective of the game is to simply shoot the cannon in the basket.', 'https://img.gamemonetize.com/k5o180gxvgf37f5w682424yhg7y4pgzt/512x384.jpg', 'https://html5.gamemonetize.com/k5o180gxvgf37f5w682424yhg7y4pgzt/', '0', 'Puzzles', 0, 0, '', 'cannon-minimal'), (9218, 'Bunny Ear Infection', 'Our cute little bunny officer has a heavy infection on her ears and it \'s causing trouble to her ears. Is it possible to treat her ear infection as a doctor? You need to clean the wax and kill bacterias and put the ointment on her wounds and heal it. Come and enjoy this doctor game at 7sgames.com', 'https://img.gamemonetize.com/06982945toj9jrp14yxdkk4rjxmkh9u6/512x384.jpg', 'https://html5.gamemonetize.com/06982945toj9jrp14yxdkk4rjxmkh9u6/', '0', 'Girls', 0, 0, '', 'bunny-ear-infection'), (9219, 'Killy Willy vs Mommy and Huggy', 'Welcome to Killy Willy vs Mommy and Huggy! Choose one of the characters Huggy Wuggy or Mommy long legs and start to Run and jump. Tap or click to jump higher to avoid Killy Willy and other creatures and obstacles. Click the bonus button to get a full energy. Dont collapse with enemies when your energy if empty. First you will have only mommy long legs as a character, complete the level to unlock Poppy huggy wuggy. Good Luck', 'https://img.gamemonetize.com/8wr2oe42518nb1xy3twl57vgu01f3jtx/512x384.jpg', 'https://html5.gamemonetize.com/8wr2oe42518nb1xy3twl57vgu01f3jtx/', '0', 'Hypercasual', 0, 0, '', 'killy-willy-vs-mommy--and-huggy'), (9220, 'hill climbing race 2023', 'Hill climbing is a hill climbing game where you will drive your car through bumpy road. Take control on acceleration to avoid accident. Cover the maximum distance and make a record. Good Luck', 'https://img.gamemonetize.com/pjhd88f50v0j9q92l9v9h5fnprpsazps/512x384.jpg', 'https://html5.gamemonetize.com/pjhd88f50v0j9q92l9v9h5fnprpsazps/', '0', 'Racing', 0, 0, '', 'hill-climbing-race-'), (9221, 'Slap Face', 'Slap Kings is a 3D reflection game suitable for relaxing. You can hit other people and beat them in this game before they beat you. If you find it\'s hard to win, you can upgrade your abilities and try again. Wish you can have a good time and take relax in the Slap Kings!', 'https://img.gamemonetize.com/sglmla03eibkojzobhp40iprvfl60vrg/512x384.jpg', 'https://html5.gamemonetize.com/sglmla03eibkojzobhp40iprvfl60vrg/', '0', 'Action', 0, 0, '', 'slap-face'), (9222, 'PullyWog', 'Sling yourself through the air by catching flies with your tongue. Eating several things without touching the ground will score you a combo, so try to stay in the air for as long as you can! The timer constantly ticks down; you can eat anything to keep it going a little longer, but watch out for ghosts which are lethal to the touch! You can stop bombs from exploding by eating them before they hit the water.', 'https://img.gamemonetize.com/lk670uy5egcfj5um64ym1d7ngcnny8u8/512x384.jpg', 'https://html5.gamemonetize.com/lk670uy5egcfj5um64ym1d7ngcnny8u8/', '0', 'Arcade', 0, 0, '', 'pullywog'), (9223, 'Wuggy 2048', '2048 Wuggy', 'https://img.gamemonetize.com/1ob8r49vfkzx3y4gw49i5klet83ifx6h/512x384.jpg', 'https://html5.gamemonetize.com/1ob8r49vfkzx3y4gw49i5klet83ifx6h/', '0', 'Puzzles', 0, 0, '', 'wuggy-'), (9224, 'Ball Run 2048', 'This is the best 2048 ball game you will ever play! This action-packed puzzle game is so fun. At the same time, you can relax and feel comfortable while playing this. You will be taken to a highrise above water. Your ball will always be rolling, so please tap and swipe to control it and lead to goal. Don\'t forget! You can merge the ball with another one that has the same number and color. Naturally, you cannot jump. If you want to pass a rail, it\'s essential that your ball is bigger than the rail. This is not a race, but an epic, fun and exciting runner type simulator to make you feel like you are on a roof top without rails. You do not have to stay on a rail—you choose your own way! It depends on your action whether you can be big by merging. Go ahead! You can be 2048!', 'https://img.gamemonetize.com/mefjoe0ekudtzybtt4mxqt8aethtvarw/512x384.jpg', 'https://html5.gamemonetize.com/mefjoe0ekudtzybtt4mxqt8aethtvarw/', '0', 'Puzzles', 0, 0, '', 'ball-run-'), (9225, 'Disney Planes Jigsaw', 'Disney Planes Jigsaw is a free online game from genre of puzzle and jigsaw games. You can select one of the 12 images and then select one of the three modes: easy with 25 pieces, medium with 49 pieces and hard with 100 pieces. Have fun and enjoy!', 'https://img.gamemonetize.com/cd0ehqnfxzfu1d5yz9og1kxq1fjhdixd/512x384.jpg', 'https://html5.gamemonetize.com/cd0ehqnfxzfu1d5yz9og1kxq1fjhdixd/', '0', 'Puzzles', 0, 0, '', 'disney-planes-jigsaw'), (9226, 'Street Racing 3DSBH', 'Drive a top-class sports car, join the top street racing camp! Real racing, drift in the asphalt. Racing in multiple races, driving on the streets, full of exciting', 'https://img.gamemonetize.com/ygpskev8dwsuozxja5vv1wxmj0ru6mfa/512x384.jpg', 'https://html5.gamemonetize.com/ygpskev8dwsuozxja5vv1wxmj0ru6mfa/', '0', 'Arcade', 0, 0, '', 'street-racing-dsbh'), (9227, 'Snakes Jigsaw Puzzle', 'Welcome to Snakes jigsaw puzzle. Try to assemble Jigsaw pieces to complete the snakes pictures. Explore Tons of amazing snakes pictures and complete all levels to be the winner. Good luck!', 'https://img.gamemonetize.com/6fgvi4lwytecf1bxrddwq5w7kwrb072m/512x384.jpg', 'https://html5.gamemonetize.com/6fgvi4lwytecf1bxrddwq5w7kwrb072m/', '0', 'Puzzles', 0, 0, '', 'snakes-jigsaw-puzzle'), (9228, 'Emergency Trucks Memory', 'Emergency Trucks Memory is a kid\'s memory game with different types of emergency vehicles. All emergency trucks can be found in this game. The goal is to tap on the squares and they will flip and show you the image of the emergency truck and then will flip again. Memorize the images and tap at two same images, then they will be destroyed. Destroy all blocks with minimum moves. As the game will progress you will play with more images, so you need to memorize more images at the same time. It is a brain game, so you can have fun.', 'https://img.gamemonetize.com/fc2ut1zl74esuwldl2z0vf99rn35lvpi/512x384.jpg', 'https://html5.gamemonetize.com/fc2ut1zl74esuwldl2z0vf99rn35lvpi/', '0', 'Puzzles', 0, 0, '', 'emergency-trucks-memory'), (9229, 'White Nightmare', 'Simple! Find the pure white color blocks. It is very hard, you hard to see which one is true white color.', 'https://img.gamemonetize.com/2pndy9luphaquy766pmz77k0qu0ifk87/512x384.jpg', 'https://html5.gamemonetize.com/2pndy9luphaquy766pmz77k0qu0ifk87/', '0', 'Hypercasual', 0, 0, '', 'white-nightmare'), (9230, 'Word Search Insects', 'Find the word in straight line of blocks (Horizontally, vertically or diagonally with any direction), press the block showing the first alphabet and move till you come to the last alphabet of the word. Find all the words displayed in left panel to complete a level. Complete all level to win this game.', 'https://img.gamemonetize.com/ua8h9exe6g20ri6b6q962v05qbohdoeq/512x384.jpg', 'https://html5.gamemonetize.com/ua8h9exe6g20ri6b6q962v05qbohdoeq/', '0', 'Puzzles', 0, 0, '', 'word-search-insects'), (9231, 'Mahjong Fishing Combats', 'This is a turn based mahjong game in which you play with an opponent. When your turn comes, you can draw a pair of similar fish. Each pair gives you the money which is written on the tiles. Try to earn more money than your opponent to win the combat. There are 3 modes of this game.', 'https://img.gamemonetize.com/mf0i4g7ri5nc83mwzyp1vyv7ccu57tzp/512x384.jpg', 'https://html5.gamemonetize.com/mf0i4g7ri5nc83mwzyp1vyv7ccu57tzp/', '0', 'Puzzles', 0, 0, '', 'mahjong-fishing-combats'), (9232, 'Moto Racing Challenge 3D', 'Can you be number one in a multiplayer game Moto 3D Racing Challenge? Prepare for the ultimate moto racing challenge game. You need to practice your car skills before all the riders are beaten. Surprise motorcycles are waiting to be got by you. Pay attention to the blue arrow on the road that will make you speed up and enter a temporary invincible state. Whether or not you are a racing master, the answer can be known in the final line.', 'https://img.gamemonetize.com/qn8vpjsoko1lcvt2xlhi7mbz3gwyi0b4/512x384.jpg', 'https://html5.gamemonetize.com/qn8vpjsoko1lcvt2xlhi7mbz3gwyi0b4/', '0', '3D', 0, 0, '', 'moto-racing-challenge-d'), (9233, 'Master Fall Down', 'Master Fall Down -This is a game in which you need to aim to destroy enemies with shots with a pistol and also use various obstacles to ricochet bullets.', 'https://img.gamemonetize.com/h6o8ae2145ffwn2k23n85z4srhm5ur6e/512x384.jpg', 'https://html5.gamemonetize.com/h6o8ae2145ffwn2k23n85z4srhm5ur6e/', '0', 'Shooting', 0, 0, '', 'master-fall-down'), (9234, 'Party io 3d', 'Party.io is an addicting 3D multiplayer arena game. In the game, players need to control their character to fight with other players. You need to throw all your opponents down. The more people you throw, the higher score you will get. Come on, it\'s not an easy game, try to get a high rank on the Party.io!', 'https://img.gamemonetize.com/f87z6uizn4ky192t9i9t58zt4el1kc2e/512x384.jpg', 'https://html5.gamemonetize.com/f87z6uizn4ky192t9i9t58zt4el1kc2e/', '0', '3D', 0, 0, '', 'party-io-d'), (9235, 'Hill Car Race Climb Driving', 'Race to the finish line over a multitude of racing tracks with hazards, hill climbs, jumps, loops, bridges, and ramps. Go turbo with awesome truck upgrades and try to climb to the top of the leaderboard in this crazy racing game Hill Dash Car that will test your driving skills to the limit!', 'https://img.gamemonetize.com/dajp354oyhnduwiqfh4faajqaeggpemw/512x384.jpg', 'https://html5.gamemonetize.com/dajp354oyhnduwiqfh4faajqaeggpemw/', '0', '3D', 0, 0, '', 'hill-car-race--climb-driving'), (9236, 'Nitro Knight io', 'Nitro Knights.io is undoubtedly one of the most interesting multiplayer online battle games this year, with addictive gameplay and a 2D art style. If you are a lover of IO games, don\'t miss this game! Vigorously triumph in lance battles between futuristic knights in hyperspace. Beat all the levels! Equip the best hovercraft and lance your way to victory! Are you ready? If you like this game, don\'t forget to share it with your friends!', 'https://img.gamemonetize.com/kr9c0agadokmceuijswdrusxvwnln7nr/512x384.jpg', 'https://html5.gamemonetize.com/kr9c0agadokmceuijswdrusxvwnln7nr/', '0', '3D', 0, 0, '', 'nitro-knight-io'), (9237, 'Fearless Rider', 'Fearless Rider is an exciting driving game where the player must avoid hitting or getting crushed by obstacles.', 'https://img.gamemonetize.com/t3ztxrg7z95rfht85wj2z3bmx3bem84d/512x384.jpg', 'https://html5.gamemonetize.com/t3ztxrg7z95rfht85wj2z3bmx3bem84d/', '0', 'Action', 0, 0, '', 'fearless-rider'), (9238, 'Sliding block brain rolling puzzle', 'Let Me Roll is a simple and addictive rolling ball puzzle game. Use and storm your brain and try to solve each puzzle. How to solved or unblock the Rolling Ball Puzzle? - Iron tile: You can\'t slide to move the tile. - Wood tile: Slide or drag to move it. There is a path on this tile to roll or slide the ball through it.', 'https://img.gamemonetize.com/snfalhjkqzu4dkz39b8qwnzc6q02fw6x/512x384.jpg', 'https://html5.gamemonetize.com/snfalhjkqzu4dkz39b8qwnzc6q02fw6x/', '0', 'Arcade', 0, 0, '', 'sliding-block-brain-rolling-puzzle'), (9239, 'Sisters Cook Cookies', 'Let\'s make a delicious yummy cookie for these wonderful sisters Ava and Mia. They need to select the best outfits and accessories. Later make a delicious cookie for these sisters. Have a great cooking games at the 7sgames.com', 'https://img.gamemonetize.com/cyocn2pn1uopc7srpx0cgnrvbwr8k5j8/512x384.jpg', 'https://html5.gamemonetize.com/cyocn2pn1uopc7srpx0cgnrvbwr8k5j8/', '0', 'Girls', 0, 0, '', 'sisters-cook-cookies'), (9240, 'Squid Poopy Sniper', 'From the point of view of the assassin, Sniper deals with all of the problems that come up in the most popular Korean TV show ever. The players that come in last place in competitions such as red light, green light, tug of war, marble, and the glass tile game should be shot and killed. In the playground, are you able to identify the person who broke the cookie? Use your rifle like a proper sniper weapon as soon as you see someone trying to steal the cookie. This first-person shooter game is not going to be fun for you if you aren\'t a true sniper. The clock is ticking away, and every participant wants to come out on top and take home the significant cash prize. Is the possibility of gaining money in the Korean game worth the potential danger to their lives? You can move up in the assassination ranks by pulling the trigger on your gun, unlocking more guns and riffles, customizing the guards\' uniforms, and giving them new clothes. Become the best sniper you can be by getting rid of all the other players who can\'t do the tasks.', 'https://img.gamemonetize.com/xgff3272cyy31h7irwtufhowm0mugjlp/512x384.jpg', 'https://html5.gamemonetize.com/xgff3272cyy31h7irwtufhowm0mugjlp/', '0', 'Shooting', 0, 0, '', 'squid-poopy-sniper'), (9241, 'Animalon Epic Monster Battle', 'Lead your team of tiny monsters in the battle arena. Beat them all ! Train your mini creatures, and upgrade their fighting skills. You can use powerful magical skills to defeat the opponent team members. Explore the exciting world of Animalon. A curious land where magical animals fight against each other for the glory of their masters. On each level, you must imagine a strategy plan to win the most challenging battles Try to create the strongest monsters to become an invincible team of epic warriors. At the end, there can be only one ! ★ Get ready for the ultimate Animalon experience! ★', 'https://img.gamemonetize.com/b2lpbw7tw0xq6wek88i4xve1slp3hi4d/512x384.jpg', 'https://html5.gamemonetize.com/b2lpbw7tw0xq6wek88i4xve1slp3hi4d/', '0', 'Action', 0, 0, '', 'animalon--epic-monster-battle'), (9242, 'Army of soldiers Team Battle', 'You must lead your army and defeat the enemy ! Up to the victory !!! You are in charge of leading a small group of soldiers. Each of them have different characteristics and weapons. Attack, defense, special tricks... You have a vast variety of strategies to defeat the enemy. Spin the wheel to pop up your soldiers. Each symbol in the wheel will bring special caracteristics to your units. You are in command of a number powerful weapons and soldiers that can stop the ennemies. You can end this war... But this is going to be an epic and amazing battle. Kill the other team leader. Whatever happens ! Lead your team to the final victory. You have a tons of different weapons available: Every weapon has different characteristics and you have to play wisely to defeat the enemy. Or you will die !!!', 'https://img.gamemonetize.com/etcdmopqu93or0qnqkbx2ses4h7hvng2/512x384.jpg', 'https://html5.gamemonetize.com/etcdmopqu93or0qnqkbx2ses4h7hvng2/', '0', 'Puzzles', 0, 0, '', 'army-of-soldiers--team-battle'), (9243, 'Animals Blast', 'This blaster will challenge your brain and your reflexes! In this puzzle game, you must burst animals to trigger a chain reaction in order to eliminate them. You need to eliminate all animals to complete the level and pass to the next level. You have 400 levels to complete before finishing the game. In each level, you can collect stars. Complete the level as fast as possible in order to collect the maximum of stars. Will you be able to complete all levels with 3 stars? This is your challenge.', 'https://img.gamemonetize.com/90mj0av1bkgi4bn22eubua91aj0sr1dk/512x384.jpg', 'https://html5.gamemonetize.com/90mj0av1bkgi4bn22eubua91aj0sr1dk/', '0', 'Hypercasual', 0, 0, '', 'animals-blast'), (9244, 'Dreamy Wedding Rush', 'Join this interesting casual parkour game. Join hands with the partners in the game to start a sweet running rush journey together. Continue to collect diamonds and wedding dresses on the platform, design the most beautiful bridal look, face difficulties with your lover, keep moving towards the end of happiness, and complete this girl s dream wedding.', 'https://img.gamemonetize.com/gg58rr5og57e50wrf70cvqkn8y6arxr5/512x384.jpg', 'https://html5.gamemonetize.com/gg58rr5og57e50wrf70cvqkn8y6arxr5/', '0', 'Hypercasual', 0, 0, '', 'dreamy-wedding-rush'), (9245, 'Mommy Long Legs Escape', 'Escape from Mommy Long Legs in this crazy online game. Try to find all of the pictures in each level to complete each challenge.', 'https://img.gamemonetize.com/33q0vq8pkbng8q0ocx0xnuf4jb8galn3/512x384.jpg', 'https://html5.gamemonetize.com/33q0vq8pkbng8q0ocx0xnuf4jb8galn3/', '0', 'Clicker', 0, 0, '', 'mommy-long-legs-escape'), (9246, 'Candy Links', 'This is a Mahjong linking game. You must match two identical blocks. Connecting Line between two matching blocks can have only two turns. Try out this unique version of the classic board game. Make connections between the matching tiles while you fight to keep up with the clock. Can you clear the board before time runs out?', 'https://img.gamemonetize.com/aumtgynyeyaozyyav215m3v39mizdziz/512x384.jpg', 'https://html5.gamemonetize.com/aumtgynyeyaozyyav215m3v39mizdziz/', '0', 'Puzzles', 0, 0, '', 'candy-links'), (9247, 'Word Swipe', 'Do you like to play word games? Are you good at finding words? Word Swipe is a CREATIVE & BRAND NEW word search game with beautiful scenery landscapes for FREE! It provides you with an easy and simple way to exercise your brain by tapping and swiping on your mobiles\' screens. CREATIVE WORD SEARCH PUZZLES', 'https://img.gamemonetize.com/j0ytvncwicxm63el9ll534o7b2nl6kcf/512x384.jpg', 'https://html5.gamemonetize.com/j0ytvncwicxm63el9ll534o7b2nl6kcf/', '0', 'Puzzles', 0, 0, '', 'word-swipe'), (9248, 'Undine Match the Pic', 'In the summer you want to go to the sea, swim and sunbathe! And it\'s time to play another fun game. You need to find differences in two almost identical pictures. You will meet cute little mermaids and sea creatures, and train your mindfulness. Go ahead, hurry up before the time runs out. If you can’t find all the differences the first time, don’t be discouraged, try again, you will definitely succeed!', 'https://img.gamemonetize.com/l7w4ller0ux6bs4u6hyi1eozvgxw1i1c/512x384.jpg', 'https://html5.gamemonetize.com/l7w4ller0ux6bs4u6hyi1eozvgxw1i1c/', '0', 'Puzzles', 0, 0, '', 'undine-match-the-pic'), (9249, 'Kong Adventure 2022', 'Our favourite pastimes include playing video games and hanging out with friends. It\'s one of our favourite pastimes and one of the finest ways to spend the time. However, to have fun playing a game, you would need a game that engages all of your senses and challenges you somehow. The Real Fighter Kong is an excellent choice when it comes to games of this type. You may play this jungle adventure game as many times as you like. To win, you must guarantee that your gorilla character, Kong, can overcome all of the obstacles in the game\'s numerous levels. As many as three stars are awarded for each level completed. To earn stars in this real-life fighting game for guys, you must perform at a high enough level or quality. For one thing, it\'s completely free to download and play. You may get this game from Google Play or the Google Play store. "Search for real fighter Kong free download\', and you\'ll get your choice of action or adventure game. After downloading it, you\'ll see three options on the screen when you first start the game. Play, Tutorial, and More Games are the three options in the real-fighter games for kids. Before you begin playing, it is recommended that you first click on the Tutorials choices. This will help you better understand the game. Many buttons will appear on the screen once you click on tutorials. Here are the buttons and their meanings:', 'https://img.gamemonetize.com/n8ydq5mk5xbi9dj8eywo6ml6i4t7tpms/512x384.jpg', 'https://html5.gamemonetize.com/n8ydq5mk5xbi9dj8eywo6ml6i4t7tpms/', '0', 'Arcade', 0, 0, '', 'kong-adventure-'), (9250, 'Flappy Bird Old Style', 'Play Flappy bird old style here online and is for free. Click or Tap on the screen, to get started. Fly the bird as far as you can without hitting a pipe and try to wins all medals.', 'https://img.gamemonetize.com/chjmxfxpz4uzqk90ayam4mg5l4hqm404/512x384.jpg', 'https://html5.gamemonetize.com/chjmxfxpz4uzqk90ayam4mg5l4hqm404/', '0', 'Arcade', 0, 0, '', 'flappy-bird-old-style'), (9251, 'Air traffic controller', 'Have you ever dreamed of piloting airplanes when you were a child? With this game, it’s time to realize your dream! Install yourself in the control tower. You can now take control, and help aircraft to land... without causing accidents! Whether it’s a massive aircraft or a small helicopter, you must determine where they land. You must survive as long as possible. Good luck! With this exciting simulation game, you can test your responsiveness and management sense. You can also enjoy a magnificent view with outstanding graphics!', 'https://img.gamemonetize.com/cs4j9ddjwkv1j427ov1qudli5b6v2ig9/512x384.jpg', 'https://html5.gamemonetize.com/cs4j9ddjwkv1j427ov1qudli5b6v2ig9/', '0', 'Puzzles', 0, 0, '', 'air-traffic-controller'), (9252, 'Air Force Shooter Sky Strike', 'Take off and shoot all your enemies. This game is a classic "shoot where your job is to shoot as everything moving on the screen and avoid fire from your enemies. Simple and so efficient, you will love destroying tons of flying enemies with your different planes and weapons. A you ready to engage the air combat ?', 'https://img.gamemonetize.com/lcz1zk3exhqklp5fkz09vag5ekqs8wm2/512x384.jpg', 'https://html5.gamemonetize.com/lcz1zk3exhqklp5fkz09vag5ekqs8wm2/', '0', 'Arcade', 0, 0, '', 'air-force-shooter-sky-strike'), (9253, 'Stickman vs Poppy Army', 'Stickman vs Poppy Army is an action shooting game with tons of levels. Put all your stickman army to defend your home from Poppy army invaders Collect coins and diamonds to Upgrade your weapons. Good luck', 'https://img.gamemonetize.com/adr28m6u0i5s5m3dn7brpxgig8szun55/512x384.jpg', 'https://html5.gamemonetize.com/adr28m6u0i5s5m3dn7brpxgig8szun55/', '0', 'Shooting', 0, 0, '', 'stickman-vs-poppy-army'), (9254, 'Return Of Evil Granny The School', 'You are trapped in haunted school. Granny and her sidekicks are after you. Find 8 keys and shoot everything that moves. Granny is more Evil then ever! She has risen the dead. Hope you can make it! p.s. Aim for the Head!', 'https://img.gamemonetize.com/yxrmh4zr6e4dz5hmqm671loe0l30r5va/512x384.jpg', 'https://html5.gamemonetize.com/yxrmh4zr6e4dz5hmqm671loe0l30r5va/', '0', 'Shooting', 0, 0, '', 'return-of-evil-granny-the-school'), (9255, 'Mr Wick One Bullet', 'Mr Wick One Bullet belongs to Shooting and it is often associated with Gun Games and Gamepix Exclusive. This game has received 68 votes, 54 positive ones and 14 negative ones and has an average score of 3.9. It is a game played in portrait and it\'s playable on Desktop and Mobile', 'https://img.gamemonetize.com/s94nq7v3n3b72y4nb66yzlfg5gw6c6i4/512x384.jpg', 'https://html5.gamemonetize.com/s94nq7v3n3b72y4nb66yzlfg5gw6c6i4/', '0', 'Action', 0, 0, '', 'mr-wick--one-bullet'), (9256, 'Locoman 2', 'Locoman 2 is a simple 2D platformer where you have to collect silver keys while avoiding the enemies, flying creatures, spikes and reach the Exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original Locoman series.', 'https://img.gamemonetize.com/ix0g4xxtg12samqpbp8lgn8u0l5m8gsu/512x384.jpg', 'https://html5.gamemonetize.com/ix0g4xxtg12samqpbp8lgn8u0l5m8gsu/', '0', 'Arcade', 0, 0, '', 'locoman-'), (9257, 'Makeup Master Game', 'Makeup Master is a fashionable make up game. You are a famous dresser and today you will deal with 4 customers\' problems. They all look gaunt. But they are planning to go to the mall or playground tonight. Use your talented skills and choose suitable makeups to make them feel radiant. Then choose gorgeous hairstyles, outfits, accessories for them. With your advanced skills, your customers will look totally different from their first look... Find more fun in this game! Enjoy!', 'https://img.gamemonetize.com/0166clusdbuatlac1evluy0fgoocssns/512x384.jpg', 'https://html5.gamemonetize.com/0166clusdbuatlac1evluy0fgoocssns/', '0', 'Girls', 0, 0, '', 'makeup-master-game'), (9258, 'Jelly World 3D Running Game', 'Get ready to jump and experience the feeling of flying! Move the jelly up and down to make the character successfully enter the next platform and fly to victory. Get diamonds in the air, and you can also touch small items to get more diamonds and make the game experience more perfect! As the difficulty of the challenge and the number of diamonds increases, you will be immersed in the world of the game and feel really good, and you will not be able to put it down. Warning-a guarantee of addiction.', 'https://img.gamemonetize.com/m1wiog4l783h6ff7os9lqdoarzcsvaey/512x384.jpg', 'https://html5.gamemonetize.com/m1wiog4l783h6ff7os9lqdoarzcsvaey/', '0', 'Adventure', 0, 0, '', 'jelly-world--d-running-game'), (9259, 'Cherry Blossom Cake Cooking Food Game', 'Sofia is a good dessert chef who owns a beautiful cake shop. One day, Sofia\'s best friend Zoe come here and want to buy a cherry blossom cake. Can you help Sofia to cook the cake perfectly? After work, these two girls will go to a flower viewing picnic together. It\'s the cherry blossoms season! Let\'s join them. Enjoy!', 'https://img.gamemonetize.com/tpetslepo7dmbpwzwexhhelluwo790bw/512x384.jpg', 'https://html5.gamemonetize.com/tpetslepo7dmbpwzwexhhelluwo790bw/', '0', 'Girls', 0, 0, '', 'cherry-blossom-cake-cooking--food-game'), (9260, 'Crash Landing 3D Airplane Game', 'Crash Landing 3D is a very addicting simulation flight game. In the game, the player will control the plane to fly in space, and experience the pilot\'s life. In the game, the player needs to complete the mission of the game, cross the circle and challenge various difficult stunts, and enjoy the Crash Landing 3D!', 'https://img.gamemonetize.com/c52epb4mcwtc9howdqn7j8xpc1omlipn/512x384.jpg', 'https://html5.gamemonetize.com/c52epb4mcwtc9howdqn7j8xpc1omlipn/', '0', 'Adventure', 0, 0, '', 'crash-landing-d--airplane-game'), (9261, 'Super Onion Boy Save The Princess', 'Your lover, the princess has been caught by the bad guy. Let us step on an adventure to save her. It is a perilous journey. There are so many bad guys who stop you on the road. You have to beat or avoid them. Remember to collect props and coins. They could save your life!', 'https://img.gamemonetize.com/2dn3qml47k1sns6icjv36za6bp9nea2u/512x384.jpg', 'https://html5.gamemonetize.com/2dn3qml47k1sns6icjv36za6bp9nea2u/', '0', 'Boys', 0, 0, '', 'super-onion-boy--save-the-princess'), (9262, 'Newborn Puppy Salon', 'A pregnant dog mom is about to give birth to a baby! Come and help them do prenatal checkups so that the baby can be born smoothly. Don\'t forget to take care of your puppy after this, check their health, bathe them and dress them nicely. Finally, put these little babies to sleep! Are you a qualified host? Come and choose your favorite puppy!', 'https://img.gamemonetize.com/4usq5nx2iw7prs54ok9hbzwpab30midq/512x384.jpg', 'https://html5.gamemonetize.com/4usq5nx2iw7prs54ok9hbzwpab30midq/', '0', 'Girls', 0, 0, '', 'newborn-puppy-salon'), (9263, 'Hippo YouTube Desserts Video Filming', 'Guess you must want to be a dessert blogger at some point in your life. In our game, you can accomplish your dream. Little Hippo opens an account on YouTube and she uploads her dessert cooking videos on YouTube. Come and experience what she does in a day as a blogger—3 kinds of delicious desserts for you to pick from. Pick one dessert and start to film. Make sure you follow her instructions to cook and be patient because it\'s essential to perfect the video. After the cooking, you can check the video and get thumbs up from your followers. Isn\'t it fun? Come and try this game!', 'https://img.gamemonetize.com/i3et0cua88mvlwx12no3ukcnsri62p9u/512x384.jpg', 'https://html5.gamemonetize.com/i3et0cua88mvlwx12no3ukcnsri62p9u/', '0', 'Girls', 0, 0, '', 'hippo-youtube-desserts-video-filming'), (9264, 'Fashion Lip Art Salon', 'Fashion Lip Art Salon is a free game that allows you to show off your artistic cells to the fullest and is also an online game created especially for girls. The gameplay is simple, use the cosmetics that appear in the game and complete the challenge characters. What unexpected designs can you come up with? You can create unique designs for your lips here.', 'https://img.gamemonetize.com/ar9a6qjftppktfy5hjvd9ybc0uobreti/512x384.jpg', 'https://html5.gamemonetize.com/ar9a6qjftppktfy5hjvd9ybc0uobreti/', '0', 'Girls', 0, 0, '', 'fashion-lip-art-salon'), (9265, 'Max Danger', 'The dangers aren\'t always apparent so be careful. Your first stickman won\'t survive nor your second and probably more won\'t survive. So try and get through all 20 levels using as few stickmen as possible. Use the WAD or arrow keys on the keyboard to move. On touch devices use the on-screen arrows. Progress is automatically saved at the end of each level. After clicking the Play button you will be given the option to continue the previous game or reset your progress. This assumes you have completed a level previously and not deleted your browser\'s cache.', 'https://img.gamemonetize.com/vndsyatpydl3zrjvyuz2cojiq9gyq99d/512x384.jpg', 'https://html5.gamemonetize.com/vndsyatpydl3zrjvyuz2cojiq9gyq99d/', '0', 'Puzzles', 0, 0, '', 'max-danger'), (9266, 'The Simple Piano', 'Simple piano application to learn play the piano and with realistic sounds of instruments. How to Play Piano: Just run your fingers over the real piano tiles, playing live music and feel like a real musician. Features: • It works with all screen resolutions • Full piano keyboard • Multi-Touch • Easy for children', 'https://img.gamemonetize.com/3ys6b87ick5q71415hbzjaemf36f2csw/512x384.jpg', 'https://html5.gamemonetize.com/3ys6b87ick5q71415hbzjaemf36f2csw/', '0', 'Clicker', 0, 0, '', 'the-simple-piano'), (9267, 'Run Rabit Run', 'In the game "Run Rabbit Run" you will control a rabid rabbit who is ready to take on any challenge. He loves to eat carrots, and also loves adventure and danger. Once, while sitting at home, the rabbit was very hungry, but his refrigerator was empty. He became very angry and ran outside in search of food. In the game, a dangerous world awaits the rabbit with many dangers that threaten his life. The whole game is divided into levels in which the rabbit must collect the maximum number of carrots and arrive at the finish flag as soon as possible. Control the rabbit, run, jump and avoid obstacles. One erroneous move and a rabbit can get on thorns, fall into an abyss, or be sawn into sharp circles. Each level is a new test, which may not be completed immediately. Sometimes, it will take ten or more attempts to manage to get to the finish line surviving. Play with this wonderful rabbit,', 'https://img.gamemonetize.com/79mtx7yry477ryvt44w3ja7umq4uc3cf/512x384.jpg', 'https://html5.gamemonetize.com/79mtx7yry477ryvt44w3ja7umq4uc3cf/', '0', 'Hypercasual', 0, 0, '', 'run-rabit-run'), (9268, 'Knifes VS Sword.Io', '"Knife Vs Sword" in which you have to find out which melee weapon will be most effective during a fierce battle on the battlefield? Will you be a stealthy ninja, stealthily eliminating enemies with insidious backstabs, or a valiant samurai fighting the enemy in a fair duel? The choice is yours!', 'https://img.gamemonetize.com/9egr7svnw9paqfb6cserkibbjee6lf3p/512x384.jpg', 'https://html5.gamemonetize.com/9egr7svnw9paqfb6cserkibbjee6lf3p/', '0', 'Adventure', 0, 0, '', 'knifes-vs-swordio'), (9269, 'Don Not Cut Your Self', '"Don Not Cut Your Self" is based on a real incrimination, where a confident person picks up a knife and starts to hit the knife edge in the space between the fingers of his hand. The picture is quite shocking and it all looks very dangerous, but the real masters of this business are not afraid of anything. They do it every day for fun!', 'https://img.gamemonetize.com/806p7p4or79eobq807mr498loann19dj/512x384.jpg', 'https://html5.gamemonetize.com/806p7p4or79eobq807mr498loann19dj/', '0', 'Clicker', 0, 0, '', 'don-not-cut-your-self'), (9270, 'Room Escape 3D Game', 'Secret Room Escape 3D is a fun puzzle escape game. You need to use cunning tricks to infiltrate the guards, but don\'t let them find you. Try to outsmart your enemies! Test your logical thinking skills in this best 3D prison game. The overall operation of the game is not difficult, but you need to be bold', 'https://img.gamemonetize.com/ir0oxg3ipp0ejtkgafy2hw6rfg0vk60t/512x384.jpg', 'https://html5.gamemonetize.com/ir0oxg3ipp0ejtkgafy2hw6rfg0vk60t/', '0', '3D', 0, 0, '', 'room-escape-d-game'), (9271, 'Squid Fan Test', 'Did you watch the squid game series? Well! this game is a squid game quiz test. Try to answer all all the quiz answers to win. good luck!', 'https://img.gamemonetize.com/0abw7alkt1wcae4nrjuoaa1dsrfqi01m/512x384.jpg', 'https://html5.gamemonetize.com/0abw7alkt1wcae4nrjuoaa1dsrfqi01m/', '0', 'Puzzles', 0, 0, '', 'squid-fan-test'), (9272, 'Idle Lumber Hero', 'Follow the path of wood and chop down as many as you can! Sell the wood to the market and buy new upgrades to speed up your wood chopping process.', 'https://img.gamemonetize.com/yywteuyn3v94fyorppu7oh86v31qfde0/512x384.jpg', 'https://html5.gamemonetize.com/yywteuyn3v94fyorppu7oh86v31qfde0/', '0', 'Adventure', 0, 0, '', 'idle-lumber-hero'), (9273, 'Memory Match', 'This simple but cool memory card matching game was designed for anyone that wants brain improvement. Our pairs card game offers Easy and Medium modes. Enjoy it!', 'https://img.gamemonetize.com/hldlw7bxofc60ehfq86f8hhpd3t8ttc7/512x384.jpg', 'https://html5.gamemonetize.com/hldlw7bxofc60ehfq86f8hhpd3t8ttc7/', '0', 'Puzzles', 0, 0, '', 'memory-match'), (9274, 'Idle House Merge', 'Ever wanted to become mayor of your own little city? Merge your own city with Idle House Merge. Unlock new lands, merge buildings to earn money, and turn your city into a metropolis.', 'https://img.gamemonetize.com/a3scqcblvd7wzx572i5wdz6xal3i00ia/512x384.jpg', 'https://html5.gamemonetize.com/a3scqcblvd7wzx572i5wdz6xal3i00ia/', '0', 'Hypercasual', 0, 0, '', 'idle-house-merge'), (9275, 'Jewel Match Framework', 'Jewel & Gem is an exciting new take on the classic match-3 puzzle genre. Locate the fabled diamond while working your way through the puzzles along the way.', 'https://img.gamemonetize.com/wuop69xw6t6a1u20zgfkz04koef09i6o/512x384.jpg', 'https://html5.gamemonetize.com/wuop69xw6t6a1u20zgfkz04koef09i6o/', '0', 'Puzzles', 0, 0, '', 'jewel-match-framework'), (9276, 'Cake Mania', 'The land of sweet cakes is the setting for the delicious and entertaining match-3 game known as Sweet Cake Mania. You may play these puzzles whenever and anywhere you want with this game since they are so beautifully crafted! In this cake saga game, you must compete to become the Cake Star and conquer all levels. HOW TO PLAY Crush the cakes by matching three or more of the same kind in a row. When you combine six cakes, you can make a more powerful cake. It can ruin all of the cakes in a line or a column. It is recommended that you combine two strong cakes to create various wonderful effects that will assist you in completing the level.', 'https://img.gamemonetize.com/g30tq7mvx7e2gm50qeju7jaxxhvzuird/512x384.jpg', 'https://html5.gamemonetize.com/g30tq7mvx7e2gm50qeju7jaxxhvzuird/', '0', 'Arcade', 0, 0, '', 'cake-mania'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (9277, 'BATTLE GROUND INDIA', 'THIS IS MY FIRST GAME PLS SUPPORT', 'https://img.gamemonetize.com/2pqflx7que07d52hrrs8xaa0dimls0lt/512x384.jpg', 'https://html5.gamemonetize.com/2pqflx7que07d52hrrs8xaa0dimls0lt/', '0', 'Action', 0, 0, '', 'battle-ground-india'), (9278, 'Delusional Disorder', 'Delusional Disorder is a small game where you play as a kid who is stuck in unreal dream and you try to get out. The game doesn\'t tell you what to do so you have discover on your own.', 'https://img.gamemonetize.com/ow53otu3v3rr32cmgmy2dvirjf10tix7/512x384.jpg', 'https://html5.gamemonetize.com/ow53otu3v3rr32cmgmy2dvirjf10tix7/', '0', 'Adventure', 0, 0, '', 'delusional-disorder'), (9279, '2048 Master', '2048 Master is a puzzle game. Slide tiles in any direction in this mathematical puzzle game to make identical digits converge. Join the numbers and get to the 2048 tile!', 'https://img.gamemonetize.com/v9xkol8k2ayumylwnmzap9t8bprqj2j1/512x384.jpg', 'https://html5.gamemonetize.com/v9xkol8k2ayumylwnmzap9t8bprqj2j1/', '0', 'Puzzles', 0, 0, '', '-master'), (9280, 'INDIA KA BATTLE ROYAL', 'THIS IS MY FIRST GAME PLS SUPPORT', 'https://img.gamemonetize.com/p2hr6xpzi5tdpa9erbaoj4ryhbisgymo/512x384.jpg', 'https://html5.gamemonetize.com/p2hr6xpzi5tdpa9erbaoj4ryhbisgymo/', '0', 'Adventure', 0, 0, '', 'india-ka-battle-royal'), (9281, 'Sponge Bob Jigsaw Puzzle', 'We\'ve all been waiting for an update in the SpongeBob games! And so, they happened! Today, on this bright day, we are ready to present you a new game "Set of Puzzles with SpongeBob", where the best puzzles with our cute hero SpongeBob and his friends are collected. SpongeBob is a very interesting character who insanely loves different quests and puzzles, today he decided to connect you to his favorite activity! Let\'s rather have fun together and collect the whole collection of cool puzzles with SpongeBob. Are you ready? Then go ahead!', 'https://img.gamemonetize.com/vplmdtoe09x326mzt2x87npdax7utbli/512x384.jpg', 'https://html5.gamemonetize.com/vplmdtoe09x326mzt2x87npdax7utbli/', '0', 'Puzzles', 0, 0, '', 'sponge-bob-jigsaw-puzzle'), (9282, 'Portal Game', 'Welcome to Portal Game. Portal GO is a visually stunning and entertaining puzzle game developed by a fan of the original Portal game. You\'re stuck in an experimental laboratory, surrounded by hurdles, laser beams, and various types of roadblocks. Lift cubes, press buttons, avoid dangerous attacks from your enemies, and create passable portals that allow you to reach inaccessible places to get through the exit door, press buttons, move the cubes to places where they can be useful, avoid being killed by defensive turrets, and create portals to move from one side of each level to the other, lift cubes, press buttons, avoid being killed by defensive turrets, and create portals to move from one side of each level to the', 'https://img.gamemonetize.com/qvwsga97psa1flh8mz6j79ztt0sfx8pk/512x384.jpg', 'https://html5.gamemonetize.com/qvwsga97psa1flh8mz6j79ztt0sfx8pk/', '0', 'Puzzles', 0, 0, '', 'portal-game'), (9283, 'Escape the Fuzz', 'Escape the Fuzz a car-man-game is back on new devices! Move the hero by swiping in the four directions, don\'t let the police catch you. Collect all the coins to finish the level. Power-up pill give you temporary ability of defeat enemies.', 'https://img.gamemonetize.com/0wvf7h37yllj79f2wlpvyn6ax1v0rmva/512x384.jpg', 'https://html5.gamemonetize.com/0wvf7h37yllj79f2wlpvyn6ax1v0rmva/', '0', 'Arcade', 0, 0, '', 'escape-the-fuzz'), (9284, 'Driving Car City', 'If you love to play car games on your Android device then download for free this ultimate driving simulator game. Choose your favorite car in the garage (sports cars, supercars, off road vehicles, muscle cars) and press the pedal to the metal in order to reach extreme speeds. Choose the traction type that you like: front wheel drive (FWD), rear wheel drive (RWD) or all-wheel-drive (AWD) and take the cars off-road for an excitement ride. An off-road car for driving on hills and to simulate 4x4 traction. Nowadays, the mobile racing experience has gone so far that you have to play it to believe it. HD graphics, realistic car handling and stunning luxurious cars will make you believe that you drive a real car.', 'https://img.gamemonetize.com/3igbjj8kdsikxic6q3adpvza5l441e6h/512x384.jpg', 'https://html5.gamemonetize.com/3igbjj8kdsikxic6q3adpvza5l441e6h/', '0', 'Racing', 0, 0, '', 'driving-car-city'), (9285, 'Squid Game cookie Puzzle', 'Welcome to Squid Game cookie puzzle. This is a game about the different shapes in dalgona sweets honeycomb. Cut the shapes out of the candy and have fun. It is not so easy challenge. You need to be careful to keep the shape cookies. Dalgona Candy Honeycomb Cookie Game is a new popular game where leave the shape in the middle dalgona candy. You have many levels in the game where you can cut out different shapes dalgona candy - hearts, flowers, animals and different images.', 'https://img.gamemonetize.com/sbl8yu3rqpqojmfmkvgntma0l44vf63f/512x384.jpg', 'https://html5.gamemonetize.com/sbl8yu3rqpqojmfmkvgntma0l44vf63f/', '0', 'Puzzles', 0, 0, '', 'squid-game-cookie-puzzle'), (9286, 'Rolling Hand Signal', 'Aim and roll the ball containing the hand signal into the correct basket. Remove the unused block using by click/tap on it. If you get stuck, press Restart button.', 'https://img.gamemonetize.com/ln33iil53da0b6omw05uu159u48qw5dv/512x384.jpg', 'https://html5.gamemonetize.com/ln33iil53da0b6omw05uu159u48qw5dv/', '0', 'Puzzles', 0, 0, '', 'rolling-hand-signal'), (9287, 'Basketball Beans Game', 'Basketball Beans is a fun basketball game. Here you can participate in basketball tournaments and play against your opponents. You can control your players to pass and steal the ball. Shoot three-pointers or dunk! Use the rewards to unlock more basketballs and team uniforms. Have fun!', 'https://img.gamemonetize.com/497cln39zyvoe7yg3r18hv5lpcathzwz/512x384.jpg', 'https://html5.gamemonetize.com/497cln39zyvoe7yg3r18hv5lpcathzwz/', '0', '3D', 0, 0, '', 'basketball-beans-game'), (9288, 'PoopieMan Apocalypse', 'Have fun with this entertaining free game DoodieMan Apocalypse is a very fun casual shooting game aim and shoot the enemies take care of your ammunition because the Doodieman needs your help !!! Play it and have fun in kiz10 with this and many other action and shooting games. The little doodieman is in trouble because many bandits have taken over the city and now they will need your good aim to eliminate them. Aim and shoot the poo bullets that come out of doodieman to eliminate them. You can help him eliminate and complete each of the levels with many more enemies each level and the aim is vital for this game. Features:Casual game of shooting, weapons and actionAim and shoot enemiesAccumulate score and coins to improve your weaponscomplete the levels', 'https://img.gamemonetize.com/73nw81jfdltdtworszz9lwx0ob56kfg3/512x384.jpg', 'https://html5.gamemonetize.com/73nw81jfdltdtworszz9lwx0ob56kfg3/', '0', 'Shooting', 0, 0, '', 'poopieman-apocalypse'), (9289, 'Rope Around Master', 'Rope Around Master is a very simple casual puzzle game. You just need to drag the other end of the rope, go around all obstacles, and embed the other end of the rope into the hole. Also, you can try many times without fail. Come and try it!', 'https://img.gamemonetize.com/3077fw50acnrq66m8gi8ljwxnb917qwc/512x384.jpg', 'https://html5.gamemonetize.com/3077fw50acnrq66m8gi8ljwxnb917qwc/', '0', 'Puzzles', 0, 0, '', 'rope-around-master'), (9290, 'Pet Haircut Beauty Salon Animal Hair Salon', 'Join the best pet friends in their new pet beauty salon adventures! Wave, curl, straighten and cut their hair. Add hair accessories and create the best hairstyles ever. Decorate pet nails and do the cutest pet manicure. Become a makeup expert and draw their face art. Design your own pet dresses, skirts, blouses, and accessories, and dress up your cute little pet friends.', 'https://img.gamemonetize.com/x8rj1ykq9meta0576h3a13wiva2ewhte/512x384.jpg', 'https://html5.gamemonetize.com/x8rj1ykq9meta0576h3a13wiva2ewhte/', '0', 'Girls', 0, 0, '', 'pet-haircut-beauty-salon--animal-hair-salon'), (9291, 'Flappy Shark', 'The Shark is Hungry! Help the Shark to swim among the obstacles and eat all you see in the interesting regions under the oceans! and most importantly, survive as long as you can and sign your best high score. Enjoy!', 'https://img.gamemonetize.com/597wsrnckie6zp1uih2rc5of97el6qvl/512x384.jpg', 'https://html5.gamemonetize.com/597wsrnckie6zp1uih2rc5of97el6qvl/', '0', 'Hypercasual', 0, 0, '', 'flappy-shark'), (9292, 'Girls Coloring Book Glitter', 'Girls Coloring Book Glitter is a very cute coloring game. Here we provide with this kind of glittering coloring game once again. Do you love art? Do you love coloring? If so, please try this game. Lots of pictures of princess, little animal, cute doll house, delicious cake and cute clothes are for you to enjoy. Of course the stickers in this game are also cute and fashionable. With beautiful glittering colors, each picture you color is a masterpiece. Want to know more about this game? Invite your best friends to play this game!', 'https://img.gamemonetize.com/xwgu1up8xar9eh1qn5deqsbo73nqotpk/512x384.jpg', 'https://html5.gamemonetize.com/xwgu1up8xar9eh1qn5deqsbo73nqotpk/', '0', 'Girls', 0, 0, '', 'girls-coloring-book-glitter'), (9293, 'My Tiny Cute Piano', 'My Tiny Cute Piano is Interactive, colorful, and fun, it\'s designed to help your little one to learning about keys. This kids educational game will train your child to recognize different piano keys and notes while enjoying the games. It\'s a Mother\'s Helper to Keep Children Quiet! ;) Get it Now! Product feature bullets: • Keep Children Quiet! • Cool Graphic • Nice music themes • Funny characters • Endless gameplay • Ideal for all kids', 'https://img.gamemonetize.com/15jldj2vg9hr7iq3xcvjhadpkx3rptjv/512x384.jpg', 'https://html5.gamemonetize.com/15jldj2vg9hr7iq3xcvjhadpkx3rptjv/', '0', 'Girls', 0, 0, '', 'my-tiny-cute-piano'), (9294, 'Karate Girl Vs School Bully', 'Poor Sophie has been bullied by bullies on campus for so long! She must learn to face the school bully! Help her unleash her girl power, become a karate master, and let the bullies who bully her know who\'s the boss! With you by her side, she can earn a black belt in karate and maybe even become a karate master! No one dares to call her a nerd again, unless they want to taste the power of karate!', 'https://img.gamemonetize.com/9srqinx6uezsfg1lbg63zuonifwo4pp0/512x384.jpg', 'https://html5.gamemonetize.com/9srqinx6uezsfg1lbg63zuonifwo4pp0/', '0', 'Girls', 0, 0, '', 'karate-girl-vs-school-bully'), (9295, 'fill the truck', 'Do you like physics games? Casual games? Then this project is just for you. A game for the development of reaction, a simple game. Load the tracks with balls, don\'t spill any balls!', 'https://img.gamemonetize.com/jx0tgxuy59qa4v7a1ze9iasbgdihj8m6/512x384.jpg', 'https://html5.gamemonetize.com/jx0tgxuy59qa4v7a1ze9iasbgdihj8m6/', '0', 'Girls', 0, 0, '', 'fill-the-truck'), (9296, 'Mermaid Sea House Cleaning And Decorating', 'Zoe\'s underwater palace is very gorgeous, but she is tired of the decoration of her palace. Today, this mermaid princess decided to clean up all her palace rooms and put on new decorations! Of course, Zoe has to change herself into a new outfit! Don\'t waste time, join Zoe quickly!', 'https://img.gamemonetize.com/fe6xgwkhj3fihvnwxnaghravtz42gupo/512x384.jpg', 'https://html5.gamemonetize.com/fe6xgwkhj3fihvnwxnaghravtz42gupo/', '0', 'Girls', 0, 0, '', 'mermaid-sea-house-cleaning-and-decorating'), (9297, 'Beauty Makeup Salon Princess Makeover', 'A vicious witch cursed the beautiful little princess, who slept in the castle for many years. Until one day a brave prince killed the dragon guarding the castle and rescued the sleeping princess. The king prepared a grand banquet to celebrate the awakening of the princess. The princess wanted to dress herself up to meet the prince who rescued her. She has a gorgeous fitting room filled with beautiful clothes, shoes, and jewelry. Can you help her choose beautiful makeup and costumes to make her the most beautiful princess at the party?', 'https://img.gamemonetize.com/tjw25co2oho25222ni9dxaklm5a99q68/512x384.jpg', 'https://html5.gamemonetize.com/tjw25co2oho25222ni9dxaklm5a99q68/', '0', 'Girls', 0, 0, '', 'beauty-makeup-salon--princess-makeover'), (9298, 'Candy Nail Art Fashion Salon', 'Marvelous! You\'ve started your very own candy nail salon! Time to get to work! Keep your customers happy - give them the most delicious and beautiful nails they\'ve ever seen! Show off your amazing candy nail art skills and create your own delicious nail jewelry! Have fun!', 'https://img.gamemonetize.com/bscp7n6t62n9parcjjf3lvcamk9ved7j/512x384.jpg', 'https://html5.gamemonetize.com/bscp7n6t62n9parcjjf3lvcamk9ved7j/', '0', 'Girls', 0, 0, '', 'candy-nail-art-fashion-salon'), (9299, 'Unicorn Desserts Fashion Maker', 'Are you hungry? Why eat ordinary foods that are tired of eating when you can eat colorful and fashionable unicorn foods? ! Help the unicorn queen enjoy her life with unicorn color matching glasses! Make delicious unicorn food including cakes and ice cream, don a gorgeous rainbow outfit, and enjoy the unicorn lifestyle with other unicorn girls!', 'https://img.gamemonetize.com/twsk0s1p6zqgelvxwt6ppmtka8z2qny2/512x384.jpg', 'https://html5.gamemonetize.com/twsk0s1p6zqgelvxwt6ppmtka8z2qny2/', '0', 'Girls', 0, 0, '', 'unicorn-desserts-fashion-maker'), (9300, 'FullLife Deathmatch', 'Full-Life Deathmatch is a 3D multiplayer game which features intense deathmatch battles with five highly detailed maps and three types of weapons to shoot rival players, try to get the highest amount of frags in order to win.', 'https://img.gamemonetize.com/j70o3o5gubaaq3awsfhglmrwne6rhrca/512x384.jpg', 'https://html5.gamemonetize.com/j70o3o5gubaaq3awsfhglmrwne6rhrca/', '0', 'Shooting', 0, 0, '', 'fulllife-deathmatch'), (9301, 'Steveman and Alexwoman 2', 'Join the adventure of Steveman and Alexwoman in the 2nd game of that series that everyone loves. In this episode full of adventures, you have to escape from different obstacles and monsters. In order not to faint from the heat on a summer day, you must collect the ice creams. Collect the ice creams to win the score.', 'https://img.gamemonetize.com/yew97qngq6kxp8qawuc8guue3vx0hg63/512x384.jpg', 'https://html5.gamemonetize.com/yew97qngq6kxp8qawuc8guue3vx0hg63/', '0', 'Adventure', 0, 0, '', 'steveman-and-alexwoman-'), (9302, 'Pony Salon', 'Pony Pet Salon is a game for big and small. Design your pony the way you want, you have more choices of hairstyles clothes hats. You can design it the way you want, you can also take a picture of it and send it to your friends or show it to your parents the way you want.', 'https://img.gamemonetize.com/58oqn0okgknmg8pnjlyusbpq6tup8k05/512x384.jpg', 'https://html5.gamemonetize.com/58oqn0okgknmg8pnjlyusbpq6tup8k05/', '0', 'Girls', 0, 0, '', 'pony-salon'), (9303, 'Locoman', 'Locoman is a 2D platformer where you have to collect the silver keys while avoiding the spikes and enemies and reach the Exit door in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/lxarsgm16tr2u05uhyk9xaw6jf98uls9/512x384.jpg', 'https://html5.gamemonetize.com/lxarsgm16tr2u05uhyk9xaw6jf98uls9/', '0', 'Arcade', 0, 0, '', 'locoman'), (9304, 'Merge Worm Strike', 'Merge Worm Strike is a free and very popular online entertainment game for boys, where you can experience wonderful little bug battles. And the plenty of beautiful skins waiting for you to unlock. You need to cultivate and merge bugs to keep fighting and roll out bigger balls to strike the enemy. Can you live to the end?', 'https://img.gamemonetize.com/zscamfew71c2gais3m9oxgv9aca3zu4j/512x384.jpg', 'https://html5.gamemonetize.com/zscamfew71c2gais3m9oxgv9aca3zu4j/', '0', 'Boys', 0, 0, '', 'merge-worm-strike'), (9305, 'Samurai Slash 3D', 'Samurai Slash 3D is an interesting arcade game that requires you to cut fruit! There will be an endless stream of fruits in each level, you must cut all the fruits as soon as possible until the end of the level. There are many levels waiting for you to unlock and finish. Are you confident in it?', 'https://img.gamemonetize.com/dzqxyss8rlfemtv9zbbif1cjk9yrfdi4/512x384.jpg', 'https://html5.gamemonetize.com/dzqxyss8rlfemtv9zbbif1cjk9yrfdi4/', '0', 'Arcade', 0, 0, '', 'samurai-slash-d'), (9306, 'Fruit Rush 2 Game', 'Fruit Rush 2 is a 3D runner arcade game with fruit as the theme. Start the game, you will get a random fruit, control the fruit to move, remember not to touch the obstacles, otherwise your fruit will be cut off, reach the end successfully and the victory will be yours. Leave your worries and stress behind, immerse yourself in it and save an unhappy life!', 'https://img.gamemonetize.com/fyn93y5s7gjocvfwewcfnfpjh7rv8kf6/512x384.jpg', 'https://html5.gamemonetize.com/fyn93y5s7gjocvfwewcfnfpjh7rv8kf6/', '0', '3D', 0, 0, '', 'fruit-rush--game'), (9307, 'Beauty Party Rush Game', 'Beauty Party Rush is an arcade game with fun driving carriers. Choose the color and style of your favorite sports car and start now! All kinds of beautiful women are waiting on the road to ride your sports car! Remember to avoid the annoying pillars and rolling spikes that will hinder your progress. Will you be able to carry the beautiful women successfully? Come join us for a great party and have fun', 'https://img.gamemonetize.com/57vke5v7nb6mpu3y5lni03o0br7j2kq2/512x384.jpg', 'https://html5.gamemonetize.com/57vke5v7nb6mpu3y5lni03o0br7j2kq2/', '0', '3D', 0, 0, '', 'beauty-party-rush-game'), (9308, 'Deadpool Girl Dressup', 'Deadpool girl version comic character. She was admired for his spider-man style with his funny but agile movements. The deadpool girl created for fighting. Let\'s dress up the deadpool girl.', 'https://img.gamemonetize.com/1o356o2grfxcs9g8ugol4ezdi3jb8yd7/512x384.jpg', 'https://html5.gamemonetize.com/1o356o2grfxcs9g8ugol4ezdi3jb8yd7/', '0', 'Girls', 0, 0, '', 'deadpool-girl-dressup'), (9309, 'CIty Stunt Driving', 'Let’s ready to conquer this kar wala game the best ramp car stunts racing game and perform extreme ramp car stunts in GT racing stunts car stunt games. In this stunt kar game you can get a speed boost up with perfect shift & gain nitro to perform more mega ramp car stunt on impossible tracks 3d. Its time to perform mega ramp stunt in racing kar game with your favorite cars like sports, racing, classic and speed cars in stunt racing game. This is the best offline car racing game with stunning graphics. Go and enjoy this kar wala game with stunt car jumping and ramp car jump on this mega ramp and become car stunt master of stunt 3d game. This car stunt 3d has addictive and sensational stunt car driving where you will perform extreme ramp car stunt professionally on exciting ramp car. We have easy control for extreme ramp car stunt racing game. You have played lots of mega ramp games but never experience extreme stunt car racing games. Complete all extreme stunts master missions in ramp car driving impossible stunt car game. Win the battle as car stunt master of car games 2020. City GT racing begins with speed formula car stunt games 2020 free. You have played many muscle car stunt ramp car games but defeating your opponents is not that easy extreme car racing stunt game 2020. Be the best stunt car racing driver in extreme city car best car stunt game. Rules are very simple in crazy car stunt for your best car stunt experience. Drive your stunt racing car fast and race your way to stunt racing car finish line. Be the champ of new car stunt races in Mega Ramp Car Stunts Crazy Car Racing Game. Discover your ramp car stunts and GT racing stunts in car stunt games. Hurry up! In this stunt car games what are you waiting for get ready to beat all the rivals in mega ramp car racing game 2020. Drive on impossible tracks 3d in mega ramp stunt racing car games and be the real car stunt master of impossible sky tracks stunt car jumping and stunt racing games 2020. Be ready to do quick stunt in muscle car stunt games. Play this mega ramp exciting ramp car games your competition is very hard, need to race with real car stunt master without limits on impossible stunt car game racing tracks & make it best ramp stunt racing games. Accomplish extreme car racing stunt game 2020 missions. Drive through challenging stunt car racing track and interesting stunts master missions. The only way to win best car stunt race is to be fast as you think that you are driving like a furious stunt car racing driver. Play extreme stunt car racing games. There are multiple stunt racing cars available in speed formula car stunt games. Accelerate in ramp car driving impossible stunt car games 2020 and break the speed limits with best City GT racing cars. Drive furious cars in ramp stunt car games. Become a winner driver of this extreme ramp new car stunt races. Experience thrilling crazy car stunt and extreme ramp car racing excitement on impossible mega ramp car stunts tracks. Drive crazy car stunt racing on extreme GT racing stunts tracks. Fulfill all of you mega ramp games car stunt racing games dreams in Mega Ramp Car Stunts Crazy Car Racing game. Mega Ramp Car Stunts Crazy Car Racing Game Features: - EASY to learn physics controls and mechanics. - RESPONSIVE and Intuitive crazy car stunt mega ramp car. - HIGH quality graphics even on phones with low equipment. - RACE 10+ Hot cars across 100+ insane physics racing tracks. - UPGRADE AND BUILD YOUR COLLECTION of Hot Racing cars. - BLAST OFF of boosters, loops, and jumps to stunt on the extreme tracks. - CHALLENGE YOUR FRIENDS and the world in competitive multi-player mode. - GOLDEN chance to become a stunt-driving expert and master each game mode.', 'https://img.gamemonetize.com/ta992y7nafwo11wfwtucd6tounogz9eq/512x384.jpg', 'https://html5.gamemonetize.com/ta992y7nafwo11wfwtucd6tounogz9eq/', '0', 'Racing', 0, 0, '', 'city-stunt-driving'), (9310, 'CIty Stunt Driving 1', 'Let’s ready to conquer this kar wala game the best ramp car stunts racing game and perform extreme ramp car stunts in GT racing stunts car stunt games. In this stunt kar game you can get a speed boost up with perfect shift & gain nitro to perform more mega ramp car stunt on impossible tracks 3d. Its time to perform mega ramp stunt in racing kar game with your favorite cars like sports, racing, classic and speed cars in stunt racing game. This is the best offline car racing game with stunning graphics. Go and enjoy this kar wala game with stunt car jumping and ramp car jump on this mega ramp and become car stunt master of stunt 3d game. This car stunt 3d has addictive and sensational stunt car driving where you will perform extreme ramp car stunt professionally on exciting ramp car. We have easy control for extreme ramp car stunt racing game. You have played lots of mega ramp games but never experience extreme stunt car racing games. Complete all extreme stunts master missions in ramp car driving impossible stunt car game. Win the battle as car stunt master of car games 2020. City GT racing begins with speed formula car stunt games 2020 free. You have played many muscle car stunt ramp car games but defeating your opponents is not that easy extreme car racing stunt game 2020. Be the best stunt car racing driver in extreme city car best car stunt game. Rules are very simple in crazy car stunt for your best car stunt experience. Drive your stunt racing car fast and race your way to stunt racing car finish line. Be the champ of new car stunt races in Mega Ramp Car Stunts Crazy Car Racing Game. Discover your ramp car stunts and GT racing stunts in car stunt games. Hurry up! In this stunt car games what are you waiting for get ready to beat all the rivals in mega ramp car racing game 2020. Drive on impossible tracks 3d in mega ramp stunt racing car games and be the real car stunt master of impossible sky tracks stunt car jumping and stunt racing games 2020. Be ready to do quick stunt in muscle car stunt games. Play this mega ramp exciting ramp car games your competition is very hard, need to race with real car stunt master without limits on impossible stunt car game racing tracks & make it best ramp stunt racing games. Accomplish extreme car racing stunt game 2020 missions. Drive through challenging stunt car racing track and interesting stunts master missions. The only way to win best car stunt race is to be fast as you think that you are driving like a furious stunt car racing driver. Play extreme stunt car racing games. There are multiple stunt racing cars available in speed formula car stunt games. Accelerate in ramp car driving impossible stunt car games 2020 and break the speed limits with best City GT racing cars. Drive furious cars in ramp stunt car games. Become a winner driver of this extreme ramp new car stunt races. Experience thrilling crazy car stunt and extreme ramp car racing excitement on impossible mega ramp car stunts tracks. Drive crazy car stunt racing on extreme GT racing stunts tracks. Fulfill all of you mega ramp games car stunt racing games dreams in Mega Ramp Car Stunts Crazy Car Racing game. Mega Ramp Car Stunts Crazy Car Racing Game Features: - EASY to learn physics controls and mechanics. - RESPONSIVE and Intuitive crazy car stunt mega ramp car. - HIGH quality graphics even on phones with low equipment. - RACE 10+ Hot cars across 100+ insane physics racing tracks. - UPGRADE AND BUILD YOUR COLLECTION of Hot Racing cars. - BLAST OFF of boosters, loops, and jumps to stunt on the extreme tracks. - CHALLENGE YOUR FRIENDS and the world in competitive multi-player mode. - GOLDEN chance to become a stunt-driving expert and master each game mode.', 'https://img.gamemonetize.com/961yeqtz0ls3cp7und2oejrup0mmkdq5/512x384.jpg', 'https://html5.gamemonetize.com/961yeqtz0ls3cp7und2oejrup0mmkdq5/', '0', 'Racing', 0, 0, '', 'city-stunt-driving-'), (9311, 'BMW city', 'Let’s ready to conquer this kar wala game the best ramp car stunts racing game and perform extreme ramp car stunts in GT racing stunts car stunt games. In this stunt kar game you can get a speed boost up with perfect shift & gain nitro to perform more mega ramp car stunt on impossible tracks 3d. Its time to perform mega ramp stunt in racing kar game with your favorite cars like sports, racing, classic and speed cars in stunt racing game. This is the best offline car racing game with stunning graphics. Go and enjoy this kar wala game with stunt car jumping and ramp car jump on this mega ramp and become car stunt master of stunt 3d game. This car stunt 3d has addictive and sensational stunt car driving where you will perform extreme ramp car stunt professionally on exciting ramp car. We have easy control for extreme ramp car stunt racing game. You have played lots of mega ramp games but never experience extreme stunt car racing games. Complete all extreme stunts master missions in ramp car driving impossible stunt car game. Win the battle as car stunt master of car games 2020. City GT racing begins with speed formula car stunt games 2020 free. You have played many muscle car stunt ramp car games but defeating your opponents is not that easy extreme car racing stunt game 2020. Be the best stunt car racing driver in extreme city car best car stunt game. Rules are very simple in crazy car stunt for your best car stunt experience. Drive your stunt racing car fast and race your way to stunt racing car finish line. Be the champ of new car stunt races in Mega Ramp Car Stunts Crazy Car Racing Game.', 'https://img.gamemonetize.com/xf7j0z4rw8s84dtyqwiml5a0egyfch6m/512x384.jpg', 'https://html5.gamemonetize.com/xf7j0z4rw8s84dtyqwiml5a0egyfch6m/', '0', 'Racing', 0, 0, '', 'bmw-city'), (9312, 'Fruits Solitaire', 'This is a skill based puzzle game where you match and collect fruits. Collect all the fruits by making pairs of the fruits. For pairing you can move fruits from one container to other. Level progress will surely enhance fun and challenge. Complete all 24 levels to win this game.', 'https://img.gamemonetize.com/n6c0y2y5wf8v9cdy158g17zwskzo9vjh/512x384.jpg', 'https://html5.gamemonetize.com/n6c0y2y5wf8v9cdy158g17zwskzo9vjh/', '0', 'Puzzles', 0, 0, '', 'fruits-solitaire'), (9313, 'Bubble Shooter Level Pack', 'It is a classic bubble shooter game where you eliminate bubbles by shooting similar bubble on them. Your goal is to eliminate all the bubble appearing in the screen. You can shoot 1 out of 3 bubbles. To select the bubble you want to shoot, just tap on any one bubble, appearing left side of the arrow. Complete all 48 levels to win this game. If you shot a bubble and it does not make a match of 3 similar bubbles, 200 points will be deducted from your score.', 'https://img.gamemonetize.com/wje5jnw98jj2iifo1qm1668mjgeo0eep/512x384.jpg', 'https://html5.gamemonetize.com/wje5jnw98jj2iifo1qm1668mjgeo0eep/', '0', 'Puzzles', 0, 0, '', 'bubble-shooter-level-pack'), (9314, 'DDTANK CLICKER ', 'IDLE-style game best known with clicker game, with the theme of the game known as DDTank', 'https://img.gamemonetize.com/wuy6niov4xhz9afiisecztbdn6j174fx/512x384.jpg', 'https://html5.gamemonetize.com/wuy6niov4xhz9afiisecztbdn6j174fx/', '0', 'Clicker', 0, 0, '', 'ddtank-clicker-'), (9315, 'Poop Games', 'About this game Are you searching for fun time killing games in order to relax your mind from the hectic daily life routine? Then these crazy poop games - toilet simulator is a fun games for kids for you to entertain and have fun in poo rush, poop rash, pooping games, poop game and potty games for girls and boys. It\'s toilet time - minigames to kill bedroom boredom to make entertaining games fun with our poopy games, poop simulator, pee games and bathroom games for big girls. Play a crazy toilet time simulator that is a funny games for kids to kill some time and spend your bathroom time with our toilet games 3d the big flush.', 'https://img.gamemonetize.com/7n3faffgcf4h1cpvsf642rhkewtnz6ry/512x384.jpg', 'https://html5.gamemonetize.com/7n3faffgcf4h1cpvsf642rhkewtnz6ry/', '0', 'Hypercasual', 0, 0, '', 'poop-games'), (9316, 'Huggy Wuggy Run', 'Help Hagi Wagi and Kissi Misi overcome all obstacles and reach the finish line!', 'https://img.gamemonetize.com/bv84uv2yj1vw8wfoxjxmjto94um5mkbi/512x384.jpg', 'https://html5.gamemonetize.com/bv84uv2yj1vw8wfoxjxmjto94um5mkbi/', '0', 'Arcade', 0, 0, '', 'huggy-wuggy-run'), (9317, 'Space climber', 'You have a space tower to build! You have a balloon, and space cubes that fly past your platforms, bounce the ball over the cubes, build your tower. A project that will give you a lot of wonderful emotions! In the game you will find: - Exciting gameplay. - Beautiful graphics - Amazing sound design Ready to build your tower and climb to the top? Good Luck!', 'https://img.gamemonetize.com/mnlmdjohnb3t8mgsatmbun3zdc5nh8rt/512x384.jpg', 'https://html5.gamemonetize.com/mnlmdjohnb3t8mgsatmbun3zdc5nh8rt/', '0', 'Arcade', 0, 0, '', 'space-climber'), (9318, 'string necklace', 'In the game, we need to help the protagonist avoid the obstacles ahead, use a stick to string beads that fall from the sky, and finally string them into a necklace to pass the level. Now let\'s challenge it together!', 'https://img.gamemonetize.com/8pqsi12fp05kqbg3x73ldpigwhir26ah/512x384.jpg', 'https://html5.gamemonetize.com/8pqsi12fp05kqbg3x73ldpigwhir26ah/', '0', 'Arcade', 0, 0, '', 'string-necklace'), (9319, 'Stack Tower 2D', 'Tower, arcade, puzzle game. Can you build the tallest tower? House building game, tover. Cubes, no download, for kids.', 'https://img.gamemonetize.com/pao8srkzyauw6hk77y90ebbg5kutfa8h/512x384.jpg', 'https://html5.gamemonetize.com/pao8srkzyauw6hk77y90ebbg5kutfa8h/', '0', 'Hypercasual', 0, 0, '', 'stack-tower-d'), (9320, 'Friday Night Squid', 'Boyfriend and Girlfriend back with new adventures. They lost all the money gambling and now they have to join the Squid games. Help them to complete all the songs in different weeks to win the high prize and recover the money that they lost. Many people will die here but don\'t hesitate and keep dancing and don\'t miss any arrows. Complete the 12 levels and be the winner of 38 million USD in this crazy game.', 'https://img.gamemonetize.com/uka4ld2f57d1af0c8zmdopx0a63n68sh/512x384.jpg', 'https://html5.gamemonetize.com/uka4ld2f57d1af0c8zmdopx0a63n68sh/', '0', 'Adventure', 0, 0, '', 'friday-night-squid'), (9321, 'Cãozinho Laranja', 'Ajude o cãozinho Laranja a passar pelos obstáculos e chegar até a porta!', 'https://img.gamemonetize.com/o08qscsvuxm0wq104d6im7hbilqjerln/512x384.jpg', 'https://html5.gamemonetize.com/o08qscsvuxm0wq104d6im7hbilqjerln/', '0', 'Adventure', 0, 0, '', 'cozinho-laranja'), (9322, 'Educational Games For Kid', 'Are you tired of educating your child? This game will release your hand. You could just lie on the sofa. There are kinds of little games to educate your child. Math, art, logic, English. We will all teach him, to exercise any aspect.', 'https://img.gamemonetize.com/qtch8xrea6130hd0dr5ljejz23sdfklm/512x384.jpg', 'https://html5.gamemonetize.com/qtch8xrea6130hd0dr5ljejz23sdfklm/', '0', 'Girls', 0, 0, '', 'educational-games-for-kid'), (9323, 'Popo Singer 2', 'Popo Singer 2 is a 2D platformer where you play as Popo who is a music lover. You have to collect all of the guitars while avoiding enemies, spikes and reach the magic hole which leads you to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original Popo Singer series with lots of new enemies.', 'https://img.gamemonetize.com/kvmbpzlst8dqbbzgw2ocnvfveh5jjrn4/512x384.jpg', 'https://html5.gamemonetize.com/kvmbpzlst8dqbbzgw2ocnvfveh5jjrn4/', '0', 'Arcade', 0, 0, '', 'popo-singer-'), (9324, 'Safari Jeep Car Parking Sim Jungle Adventure 3D', 'Welcome to the Safari jeep driving games 4x4 where you will enjoy the offroad curvy and bumpy tracks with your 4x4 offroad jeep driving simulator offline powerful Jeep parking games 2022 reach on the target with your driving skills without destroying your offroad jeep game racing stunt game hold your grip on the mountains and hilly tracks and complete the missions.', 'https://img.gamemonetize.com/n46322ubobtn0iw9ii6bobz564n0b0j0/512x384.jpg', 'https://html5.gamemonetize.com/n46322ubobtn0iw9ii6bobz564n0b0j0/', '0', 'Adventure', 0, 0, '', 'safari-jeep-car-parking-sim--jungle-adventure-d'), (9325, 'The Switch Magic', 'Switch Magic is a very fun and challenging game In a dark and magical world, help the young mage to search for her sacred gems.', 'https://img.gamemonetize.com/bqon3we4ty2wo9kdodw0qcuanfbzopr7/512x384.jpg', 'https://html5.gamemonetize.com/bqon3we4ty2wo9kdodw0qcuanfbzopr7/', '0', 'Hypercasual', 0, 0, '', 'the-switch-magic'), (9326, 'Fridge Master 3D', 'Are you a master of space organization? There\'s a whole lot of food and drink in here, but even more stuff will fit if you put it in the right order. Open the shelves in each fridge, organize the space efficiently, and drag items into the compartments one by one until you fill the entire fridge. The process is fun and relaxing.', 'https://img.gamemonetize.com/4zc128it7e1ug21mwe6z14r50eehergs/512x384.jpg', 'https://html5.gamemonetize.com/4zc128it7e1ug21mwe6z14r50eehergs/', '0', 'Hypercasual', 0, 0, '', 'fridge-master-d'), (9327, 'Magical Unicorn Grooming World Pony Care', 'Come and find your own unicorn. You will clean out the stable for the poor unicorn, bathe her, and change her horseshoe. After that, you can dress her up and turn her into your magical unicorn! All right, stop hesitating and start the game!', 'https://img.gamemonetize.com/po7kr0niy1lc2ttc4hcbpl6yw0x730l2/512x384.jpg', 'https://html5.gamemonetize.com/po7kr0niy1lc2ttc4hcbpl6yw0x730l2/', '0', 'Girls', 0, 0, '', 'magical-unicorn-grooming-world--pony-care'), (9328, 'Truck Coloring', 'This game is a great opportunity to have a good time coloring various trucks that differ in appearance among themselves. Rather, take virtual paints and add color to the cars so that they are pleasant to look at.', 'https://img.gamemonetize.com/osn2zd8klhx1lju84az2gs96htt0o1ha/512x384.jpg', 'https://html5.gamemonetize.com/osn2zd8klhx1lju84az2gs96htt0o1ha/', '0', 'Arcade', 0, 0, '', 'truck-coloring'), (9329, 'Blow Kings Game', 'In Blow Kings, an exciting and unique competition is about to begin, and our guests are all brave and eager to win. Believe me, when the game starts, no matter what already will not make you any mood swings, your eyes are only on the victory. How to adjust your breathing is the key to victory, blow the glass tube with a breath bigger than your opponent, you can win, ready? How many opponents can you beat? Will this session of the blowing king be you?', 'https://img.gamemonetize.com/vnaemb0qtvb02asv3q4g5qvviepcd1m6/512x384.jpg', 'https://html5.gamemonetize.com/vnaemb0qtvb02asv3q4g5qvviepcd1m6/', '0', '3D', 0, 0, '', 'blow-kings-game'), (9330, 'Water Blast', 'In this puzzle game, you must burst elements to trigger a chain reaction in order to eliminate them. You need to eliminate all elements to complete the level and pass to the next In each level, you can collect stars. Complete the level as fast as possible in order to collect the maximum number of stars. level. You have 400 levels to complete before finishing the game.', 'https://img.gamemonetize.com/hso55k2ka0stilyr1dqbrcvqll6gzwso/512x384.jpg', 'https://html5.gamemonetize.com/hso55k2ka0stilyr1dqbrcvqll6gzwso/', '0', 'Puzzles', 0, 0, '', 'water-blast'), (9331, 'Word Search Emoji edition', 'A new kind of word search games with emoji instead of words. It\'s really fun. If you like games where you need to search hidden objects, then this game is made for you. Instead of looking for words within a grid, your goal is to find series of emoji icons. It\'s that simple but that not so easy that it seems. With it\'s fun and funky design, this game will entertain you for hours.', 'https://img.gamemonetize.com/vp1sp1q9f8fjl954lfvsb8yiwi0tkucc/512x384.jpg', 'https://html5.gamemonetize.com/vp1sp1q9f8fjl954lfvsb8yiwi0tkucc/', '0', 'Puzzles', 0, 0, '', 'word-search-emoji-edition'), (9332, 'Warehouse King', 'Put your neurons to the test with Warehouse King. Totally surrounded by a ship’s cargo, you’ll have to move the containers to make yourself a way out in this puzzle game.Test your logic through a hundred levels that keep getting harder in this puzzle game.', 'https://img.gamemonetize.com/eltkrqs08e4kmfpsrw0nwxpzpqs28lto/512x384.jpg', 'https://html5.gamemonetize.com/eltkrqs08e4kmfpsrw0nwxpzpqs28lto/', '0', 'Puzzles', 0, 0, '', 'warehouse-king'), (9333, 'Vikings tavern', 'Drinks!!! Drinks!!! A horde of mighty Vikings invade your tavern! They do not want to use your bathroom... their only goal is to drink your entire stock of beer! Quench their thirst before they get impatient. Send them beers and retrieve the glasses when they finish. Beware: Some Vikings are thirstier than others. With all these beers, there will be a long line for the bathroom, for sure!', 'https://img.gamemonetize.com/qeu1efwd81fr5azpeiktym7khguotk2w/512x384.jpg', 'https://html5.gamemonetize.com/qeu1efwd81fr5azpeiktym7khguotk2w/', '0', 'Arcade', 0, 0, '', 'vikings-tavern'), (9334, 'Viking puzzle', 'Hear ye, hear ye! The Vikings have landed and they are furious! Multicolored bricks block access to their boats. The only way through is to break them, but the more they hit them with their clubs, the more bricks appear. It\'s up to you to combine the colors. But be careful: you have limited time to do so! An arc of electricity is coming towards you. If it touches you before your Vikings regain control of their ship, the game is over.', 'https://img.gamemonetize.com/4sry397jc42whmhpodrwjigla8myw8yf/512x384.jpg', 'https://html5.gamemonetize.com/4sry397jc42whmhpodrwjigla8myw8yf/', '0', 'Puzzles', 0, 0, '', 'viking-puzzle'), (9335, 'Magical Jigsaw', 'Fantastic Jigsaw game with a theme of ancient time. Drag and drop the picture pieces to their exact locations.', 'https://img.gamemonetize.com/b3836o2qoh5xss3ttil26i1baqokx5kr/512x384.jpg', 'https://html5.gamemonetize.com/b3836o2qoh5xss3ttil26i1baqokx5kr/', '0', 'Puzzles', 0, 0, '', 'magical-jigsaw'), (9336, 'Babysitter Daycare', 'Babysitter Daycare is a very cute caring game. Do you like playing with little babies? In this game, you will help babysitter care the babies.There are 4 parts for you to enjoy: bath time, play ground, sleep time and room sorting. Each part has great surprises for you. In these parts, we prepare lots of mini games for you such as, cleaning and decorating the house, DIY clothes, building sand castles, feeding babies and coloring games etc. There are so much fun in this game! Are you interested in this game? Come and try it!', 'https://img.gamemonetize.com/0r9xgecqfyayhnkaq67taxqvkasxn3qs/512x384.jpg', 'https://html5.gamemonetize.com/0r9xgecqfyayhnkaq67taxqvkasxn3qs/', '0', 'Girls', 0, 0, '', 'babysitter-daycare'), (9337, 'Noob vs Pro Squid Challenge', 'Squid challenge is waiting for you with a lot of stage friends. The best way to spend time is to be a friend noob and a friend a pro and play two player games. In the first game, you have to move forward without turning his back. In the next game you have to be careful in pulling the rope be the fastest puller and you win. In the next game, reach the finish line with your friend and be the winner of all games and your friend.', 'https://img.gamemonetize.com/1bfyeyip9alz66ejp66n57waxv4izy88/512x384.jpg', 'https://html5.gamemonetize.com/1bfyeyip9alz66ejp66n57waxv4izy88/', '0', 'Arcade', 0, 0, '', 'noob-vs-pro-squid-challenge'), (9338, 'Pic Pie Puzzles', 'Pic Pie Puzzles is a photo puzzle game. In a level you will find some pie shaped pieces of a round photo. You need to swipe mouse or finger on 2 adjacent pie pieces to swap them. Repeat this as required until you form the correct photo.', 'https://img.gamemonetize.com/n4l6cdh8zqcnyvlfyjhiefju79km862a/512x384.jpg', 'https://html5.gamemonetize.com/n4l6cdh8zqcnyvlfyjhiefju79km862a/', '0', 'Puzzles', 0, 0, '', 'pic-pie-puzzles'), (9339, 'Life of ocean Queen', 'The queen of the ocean needs the best care of her pet and she also needs awesome face art and beautiful outfits and suitable accessories. Do you mind joining in her makeover session and making her wonderful and beautiful. Have a great game in 7sgames.com', 'https://img.gamemonetize.com/llfo15upz45sw91ju9pysv75snh04y1i/512x384.jpg', 'https://html5.gamemonetize.com/llfo15upz45sw91ju9pysv75snh04y1i/', '0', 'Girls', 0, 0, '', 'life-of-ocean-queen'), (9340, 'Find Out The Criminal', 'Find Out The Criminal is a very interesting detective puzzle online game for boys for free. The gameplay of the game is not very difficult. You need to fully use your brain, look for clues hidden everywhere, find the truth in the depths of the game, and finally find out the criminal. If you are confident in your logical reasoning ability, and at the same time, you are good at finding problems, then challenge it now.', 'https://img.gamemonetize.com/2tkh7vgouiawbpizw94mu3yifsg8udck/512x384.jpg', 'https://html5.gamemonetize.com/2tkh7vgouiawbpizw94mu3yifsg8udck/', '0', 'Boys', 0, 0, '', 'find-out-the-criminal'), (9341, 'Tob vs Kov 2', 'Tob vs Kov 2 is a 2D sci-fi themed platformer where you play as Tob, the robot, and your mission is to collect red balls while avoiding the enemies, flying robots, and saws and reach the Exit door. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/9zo97z07uw8ox7a0ip4yg3watvc8qkab/512x384.jpg', 'https://html5.gamemonetize.com/9zo97z07uw8ox7a0ip4yg3watvc8qkab/', '0', 'Arcade', 0, 0, '', 'tob-vs-kov-'), (9342, 'Car Eats Car Volcanic Adventure ', 'Up for a fight against rivals in a dynamic race on the highway? Overtake enemies and create your own car in the incubator in Car Eats Car: Volcanic Adventure! Your friends are put to prison - do everything you can to free evil cars! Good driving skills and turbo speed come in handy in this crazy driving simulator and a police chase game. Become a car tycoon, upgrade cars, and play for monster cars against the cops! Fight the boss to survive in these ultimate crazy races!', 'https://img.gamemonetize.com/s482azgnri3397pp3919i5xx4f8kfvyi/512x384.jpg', 'https://html5.gamemonetize.com/s482azgnri3397pp3919i5xx4f8kfvyi/', '0', 'Racing', 0, 0, '', 'car-eats-car-volcanic-adventure-'), (9343, 'Peppa Pig Strawberry Game', 'Help Peppa Pig to collect all the strawberries and return home as soon as possible!', 'https://img.gamemonetize.com/umqx3dssf65b2poxbhownlow45t7m8vr/512x384.jpg', 'https://html5.gamemonetize.com/umqx3dssf65b2poxbhownlow45t7m8vr/', '0', 'Arcade', 0, 0, '', 'peppa-pig-strawberry-game'), (9344, 'Baldie Jigsaw Challenge', 'Baldie Jigsaw Challenge is a super fun and free to play online puzzle game for kids and adults. Drag the small pieces into the right position using mouse or finger. Solving puzzles is relaxing, rewarding, and keeps your brain sharp. Total of 6 Baldie pictures. Have fun playing and come back for more free puzzle games on a daily basis..', 'https://img.gamemonetize.com/jdlz2k3w8ebfn28kltoqqft4s61pgbsr/512x384.jpg', 'https://html5.gamemonetize.com/jdlz2k3w8ebfn28kltoqqft4s61pgbsr/', '0', 'Puzzles', 0, 0, '', 'baldie-jigsaw-challenge'), (9345, 'Sponge Bob Slide', 'SpongeBob is widely known among cartoon characters for his voracity, and today\'s picture proves it well. In his hands he holds a hamburger, and in front of him are plates with delicious dishes that he plans to devour. There are cakes, sausages, and much more. The fact is that this is a puzzle picture, and it is decomposed into many parts. It\'s time to help the guy to eat, and you – to work with your brains!', 'https://img.gamemonetize.com/vxfisp0zv1nz8iabxo2gbf147i3693uc/512x384.jpg', 'https://html5.gamemonetize.com/vxfisp0zv1nz8iabxo2gbf147i3693uc/', '0', 'Puzzles', 0, 0, '', 'sponge-bob-slide'), (9346, 'Fire Fighter Fire brigade', 'Fire Brigade is an interesting 3D game, you can play it both on the computer and mobile phone. There are so many people stuck in the fire, as the fire brigade, you need to save them! Drive your car and reach the destination, save all people from the fire. Enjoy the Fire Brigade!', 'https://img.gamemonetize.com/2e4gwe4j3mw0syh1b7eh881g5ltbbwr0/512x384.jpg', 'https://html5.gamemonetize.com/2e4gwe4j3mw0syh1b7eh881g5ltbbwr0/', '0', '3D', 0, 0, '', 'fire-fighter--fire-brigade'), (9347, 'Survival Brawl 3D Game', 'Survival Brawl 3d is an online adversarial survival casual game. You will compete with several participants and whoever survives to the end will win. You can choose to fight with your bare hands or pick up your weapons from the ground. Swimming rings, chairs, watermelons, etc. can be your weapons of choice. Defeat your opponents and laugh till the end! Good luck!', 'https://img.gamemonetize.com/n9a65p34nghov9ax4kmacws03sz7ek8f/512x384.jpg', 'https://html5.gamemonetize.com/n9a65p34nghov9ax4kmacws03sz7ek8f/', '0', '3D', 0, 0, '', 'survival-brawl-d-game'), (9348, 'Tob vs Kov', 'Tob vs Kov is a 2D Sci-fi themed platformer where you play as Tob, the robot, who have to collect red balls while avoiding the enemy robots, and saws and reach the Exit door. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/6amobzz8b6cf9kej0e3lvxxbeegoc5ra/512x384.jpg', 'https://html5.gamemonetize.com/6amobzz8b6cf9kej0e3lvxxbeegoc5ra/', '0', 'Arcade', 0, 0, '', 'tob-vs-kov'), (9349, 'Hippo Manicure Salon', 'The hippo fashion star has opened the best nail salon in the city, where the most talented manicurists work. Her nail salon has become a favorite fashion center for all animals! Let\'s learn to make manicures with Hippo today. Choose from nice nail polishes and stickers for the critters, and we can even make henna tattoos for them! Let\'s start!', 'https://img.gamemonetize.com/cibsmdt648wzncofb8zm41zxzyrokaan/512x384.jpg', 'https://html5.gamemonetize.com/cibsmdt648wzncofb8zm41zxzyrokaan/', '0', 'Girls', 0, 0, '', 'hippo-manicure-salon'), (9350, 'Drifting Ice Pro', 'COOL FEATURES: â—† Tap, swap, and jam your way through hundreds of hand-crafted levels. â—† Great graphics and cute critters. â—† Super addictive gameplay (You\'ve been warned!) â—† Free to Play and filled with adventure. â—† Fun and easy game to learn, yet a rewarding challenge to master.', 'https://img.gamemonetize.com/w6jfr1mhv9la9yzsh0wq9xy3j2mw01li/512x384.jpg', 'https://html5.gamemonetize.com/w6jfr1mhv9la9yzsh0wq9xy3j2mw01li/', '0', 'Puzzles', 0, 0, '', 'drifting-ice-pro'), (9351, 'Foggy Fox', 'Mist Fox is a 3D RPG where you control a fox on an adventure collecting loot and fighting enemies. On this exciting journey, you explore a magical kingdom where magical scrolls and spells are real, as well as dangerous monsters. Explore different worlds through portals, but in order to do this, you must obtain a key that unlocks the power of the portal. So attack all the opponents you see in the game and loot them. You will get magical portal keys, new weapons, improved armor, runes and much more. Along the way, you will also meet interesting NPCs who can help you. Are you cunning enough to survive in these misty lands?', 'https://img.gamemonetize.com/v13wmkrbjgo2syuks6iyp35wi3l7y8a7/512x384.jpg', 'https://html5.gamemonetize.com/v13wmkrbjgo2syuks6iyp35wi3l7y8a7/', '0', 'Adventure', 0, 0, '', 'foggy-fox'), (9352, 'Super Zombie Sniper', 'Shoot all Zombies before the time is over! Enjoy!', 'https://img.gamemonetize.com/o7p061b3fnns5em9sfi59fo4lij2d2q1/512x384.jpg', 'https://html5.gamemonetize.com/o7p061b3fnns5em9sfi59fo4lij2d2q1/', '0', 'Shooting', 0, 0, '', 'super-zombie-sniper'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (9353, 'Grand Story', 'In Grand Story, you are playing as an older lady living in a rural area. Apart from doing your daily routine, you are also waiting for a letter from a grandson.', 'https://img.gamemonetize.com/dvqv2gg6io2g4btywsrhgsc2fy6051et/512x384.jpg', 'https://html5.gamemonetize.com/dvqv2gg6io2g4btywsrhgsc2fy6051et/', '0', 'Adventure', 0, 0, '', 'grand-story'), (9354, 'Huggy Wuggy Shooter', 'Huggy Wuggy Shooter is a scary action game where you must survive hordes of haunted toys using various arms. In this horrifying adventure, you are trapped inside Huggy Wuggy\'s toy factory where all the neglected toys have come to life with nothing but fury. Every night, they prey on unsuspecting visitors, and now it\'s your turn. Walk around the colorful abandoned factory and shoot every possessed toy that stands in your way. There\'s a multitude of weapons to choose from, so you can also have some fun in this dark atmosphere. Be constantly aware of your surroundings, and be on the lookout for enemies suddenly appearing in the darkness. How many days can you last in Huggy Wuggy Shooter?', 'https://img.gamemonetize.com/xszsxnxlp95zxqozjo32n5qeisf81a5u/512x384.jpg', 'https://html5.gamemonetize.com/xszsxnxlp95zxqozjo32n5qeisf81a5u/', '0', 'Arcade', 0, 0, '', 'huggy-wuggy-shooter'), (9355, 'Among Mahjong Tiles', 'Among Mahjong Tiles is the classic tile-matching game with among theme. Match the pairs of the same tiles to clear them. You can select only those pairs which have either left or right side open. You need to clear all the tiles before the time runs out, then play as fast as possible. Hints and Shuffles buttons can help you.', 'https://img.gamemonetize.com/lg5rk7p1zil5nmgi2ub4ki5oq9pjrax7/512x384.jpg', 'https://html5.gamemonetize.com/lg5rk7p1zil5nmgi2ub4ki5oq9pjrax7/', '0', 'Puzzles', 0, 0, '', 'among-mahjong-tiles'), (9356, 'Shift The Shape', 'Runner games are as diverse a genre as possible. They have been combined with puzzles, puzzles, shooters, and many other mechanics. But what about combining a rander with altered geometry? A meditation game.', 'https://img.gamemonetize.com/5y30zu6zwghm34rp65onhoih10ih6qyt/512x384.jpg', 'https://html5.gamemonetize.com/5y30zu6zwghm34rp65onhoih10ih6qyt/', '0', 'Puzzles', 0, 0, '', 'shift-the-shape'), (9357, 'Mr Muscle Guy', 'Iron Muscle has returned to the scene. Graphics that are better and more cartoon-like, as well as a few new bodybuilding training programs Create your builder and go to the gym to become the most muscular person on the beach! At the beginning of the game, choose your skin tone, eyes, hair, and hair color. To grow ideal muscle, you must do the following activities in a new generation gym: bodybuilding and fitness routines paired with weightlifting. Every exercise influences other muscles. You may choose from nine different weightlifting and fitness programs in the gym!', 'https://img.gamemonetize.com/ndvlnxy3wdgffhlz7ys9wqmx5kp8ya73/512x384.jpg', 'https://html5.gamemonetize.com/ndvlnxy3wdgffhlz7ys9wqmx5kp8ya73/', '0', 'Arcade', 0, 0, '', 'mr-muscle-guy'), (9358, 'New Born Baby', 'Motherhood and Newborn Twins Babies Nurseries Nanny Baby Room for girls and toddlers. Mommy and Daddy are delighted to learn they will be parents to twin newborn kids. Parents must create a nursery for their newborns. Precautions for twin newborn newborns are vital to offer equal care to each. Be the best babysitter in Baby Nurse School Nanny. The entire family is excited for the infant twins\' first day at home, including mom, dad, grandparents, siblings, and even an uncle. Dress up the twin lovely newborn newborns in the nursery as babysitters. Adult twins, boy and girl, are an excellent balanced addition to any household. These chatty newborn twins are clever and receptive to your love. A nurse may help new parents care for their babies in the babysitter\'s nursery. Here are some suggestions for new parents. It\'s vital to breastfeeding your newborns. Soak your newborn twins in warm water with a towel, cotton wool, and clean clothing. Cute Babies need regular nappy changes. Leaving newborns in wet or soiled nappies or diapers for too long may cause skin irritation or nappy rash. They were helping a night of screaming baby sleep. A Virtual Nursery can help you parent better. Being a baby nurse at a virtual babysitter baby daycare facility is not easy.', 'https://img.gamemonetize.com/tava9jvjb8g9jbjp1zn004695sl7ndro/512x384.jpg', 'https://html5.gamemonetize.com/tava9jvjb8g9jbjp1zn004695sl7ndro/', '0', 'Arcade', 0, 0, '', 'new-born-baby'), (9359, 'Voodoo Doll 3D', 'Voodoo Doll 3D is a clicker game where you have to torture the Doll. Grab the doll, punch it or sting it and unlock other weapons like fire and freeze. Get higher score to unlock outfits. good luck!', 'https://img.gamemonetize.com/tmvtq0slm63komvcoore8r2sf3v3jxka/512x384.jpg', 'https://html5.gamemonetize.com/tmvtq0slm63komvcoore8r2sf3v3jxka/', '0', 'Clicker', 0, 0, '', 'voodoo-doll-d'), (9360, 'Blocks Color ', 'Three in a Row is already an outdated game. It is being replaced by a new casual puzzle game. This arcade game is as easy as possible to master, requires no additional logic. Just a fun game, without downloading, registration, which will give a lot of positive emotions for children and adults.', 'https://img.gamemonetize.com/biq8g81mc06kgwxjafkegjqmr9ou73cz/512x384.jpg', 'https://html5.gamemonetize.com/biq8g81mc06kgwxjafkegjqmr9ou73cz/', '0', 'Girls', 0, 0, '', 'blocks-color-'), (9361, 'Pou Slide', 'So the holidays have come, now only memories remain. Fortunately, various cameras have been invented now and the brightest moments can be captured and left in memory forever. The three holidays that all Pou\'s friends gathered for were very bright and there are just a lot of memories in the memory. Choose any of these memorable moments in this game and try to lay it out with the help of small puzzles.', 'https://img.gamemonetize.com/ai7w6i9izurtvxx64tp82bgwl1fgog43/512x384.jpg', 'https://html5.gamemonetize.com/ai7w6i9izurtvxx64tp82bgwl1fgog43/', '0', 'Puzzles', 0, 0, '', 'pou-slide'), (9362, 'Zombie Land Online Game', 'Monster Live Online Free Game. Survive the undead with friends in Monster Live, available on the Web! Level up your character by customizing your combat abilities via skill points earned after killing endless hordes of the living dead. Hello, friend! Have you played Monster Live yet ? It\'s actually an online survival game with a modern take on the genre - you can enter solo or in a group, and every new level gives you three skill points that you can invest in your strengths to become even more awesome! You know online live games? Survive the undead with us. It\'s an online game with a cool take on the genre - you can enter solo or with your friends and every level gives you skill points that you can use to become more awesome!', 'https://img.gamemonetize.com/irpdh6m01asef8l43potd9rf3n6hypky/512x384.jpg', 'https://html5.gamemonetize.com/irpdh6m01asef8l43potd9rf3n6hypky/', '0', 'Arcade', 0, 0, '', 'zombie-land-online-game'), (9363, 'Monster Live Online Game', 'ZOMBIELAND INSTANT PLAY GAME-Zombie land is a zombie survival game free online. Play against the users from all over the world in real time and show you have the reflexes to survive the most dangerous places. The end of times are here and you will have to fight for your life and make sure these brain-eating creatures keep away from you. You can play alone or with other people in a team as zombies love eating humans, but also humans like to crush their heads! Make sure they cannot hurt you while trying to kill them. ZOMBIELAND INSTANT PLAY GAME fighting zombies It is a superb game regardless of whether it is played on pc or mobile phone, using mouse or touchscreen or tapping screen with smartphone. ZombieLand Zombies! Zombies are invading Zombie Land and it\'s up to you and your team to save the day in this free online game. Zombie land is an online zombie survival game where a player can enter alone or with other players in a group. Every new level provides you with 3 skill points that you can spend on making your character stronger via different abilities, which allows you to continue surviving the world filled with zombies.', 'https://img.gamemonetize.com/szjuqwe4qflgalb9h5bhu9a3m1w4e6kj/512x384.jpg', 'https://html5.gamemonetize.com/szjuqwe4qflgalb9h5bhu9a3m1w4e6kj/', '0', 'Arcade', 0, 0, '', 'monster-live-online-game'), (9364, 'Romantic Spring Wedding 2', 'Spring is the heartfelt season.We ought to do the heartfelt things in the heartfelt day.Well,our exceptionally lovely lady of the hour will mary her princess now.Now give a valiant effort to dress her up by picking the delightful garments and embellishments and let her be the most gorgeous lady of the hour! Appreciate it!', 'https://img.gamemonetize.com/4g2cqtwrb06qdjk520crfc2jqy2fltmp/512x384.jpg', 'https://html5.gamemonetize.com/4g2cqtwrb06qdjk520crfc2jqy2fltmp/', '0', 'Girls', 0, 0, '', 'romantic-spring-wedding-'), (9365, 'Huggy Wuggy vs Zombies', 'You are Huggy wuggy the blue monster. Try to shoot all zombies and do not waste all your bullets. Explore tons of challenging levels and try to complete them all. Good luck', 'https://img.gamemonetize.com/91400m58g8r6lu913grinr81yw3d3497/512x384.jpg', 'https://html5.gamemonetize.com/91400m58g8r6lu913grinr81yw3d3497/', '0', 'Shooting', 0, 0, '', 'huggy-wuggy-vs-zombies'), (9366, 'Roads With Cars', 'Roads With Car is traffic tour racing game Show your driving skills . All you have to do is to avoid crashing and stay intact for as long as you can.', 'https://img.gamemonetize.com/se60tui3qzik71h4386uc2pmzrjp2x6f/512x384.jpg', 'https://html5.gamemonetize.com/se60tui3qzik71h4386uc2pmzrjp2x6f/', '0', 'Racing', 0, 0, '', 'roads-with-cars'), (9367, 'Johnny Jump Challenge Online Game', 'Jump Challenge! Is a game with mind blowing mechanics that are fast paced and easy to jump right into. The more you play, the higher you\'ll score in this addicting arcade game. The idea is to jump as high as possible without falling down, while it gets harder at higher levels because of obstacles in your way. If you\'re looking for an arcade game to play with your friends, try jumping over and escaping from all the obstacles thrown in front of you by Jump Challenge ! Avoid getting killed by the Boxing and build up your score on your way up through levels . Sounds easy enough, but trust us when we say this - if you really want to get good at it, you\'re going to need a lot of practice!', 'https://img.gamemonetize.com/rlglu4gxw705uphlan8fisq14a99upen/512x384.jpg', 'https://html5.gamemonetize.com/rlglu4gxw705uphlan8fisq14a99upen/', '0', 'Arcade', 0, 0, '', 'johnny-jump-challenge-online-game'), (9368, 'Viking Adventures 2', 'Be careful not to get burned and collect all the gold while completing 3 different levels with the red us!', 'https://img.gamemonetize.com/ubergh5bf94kqxq59kvs9628mbyeako2/512x384.jpg', 'https://html5.gamemonetize.com/ubergh5bf94kqxq59kvs9628mbyeako2/', '0', 'Arcade', 0, 0, '', 'viking-adventures-'), (9369, 'Huggy Wuggy Puzzle', 'Try to finish 3 different puzzles by putting the pieces in the right places!', 'https://img.gamemonetize.com/zoniqwpt28hz91qxz1xk5bugxa73ou32/512x384.jpg', 'https://html5.gamemonetize.com/zoniqwpt28hz91qxz1xk5bugxa73ou32/', '0', 'Puzzles', 0, 0, '', 'huggy-wuggy-puzzle'), (9370, 'Among Us Puzzle 1', 'Try to finish 3 different puzzles by putting the pieces in the right places!', 'https://img.gamemonetize.com/ngw6yg79dykebjcpd4srskiwdgm8l73h/512x384.jpg', 'https://html5.gamemonetize.com/ngw6yg79dykebjcpd4srskiwdgm8l73h/', '0', 'Puzzles', 0, 0, '', 'among-us-puzzle-'), (9371, 'Limousine Taxi Driving Game', 'Racing, jumping, passengers carrying limousine simulator has fascinating journey in the hills. Modern stands, beautiful houses, lush green mountains and trees keep the driver continue journey in new games. Show perfect skills and collect maximum coins in offline games 2021. Garage View Take a look at the splendid limousine standing in the garage. The first look of the vehicle might make you play. The clean environment and bright lights increase the beauty of the limo car games with steering. MODES There are two modes in this limousine car game. You may choose any of these. FREE MODE HILLS MODE LONG DRIVE WITH FREE MODE Get behind the steering wheel of the super vehicle. Go along the long routes in the hills. The journey has no limit. Have fun driving all along the limousine offroad game tracks. There is nothing to worry about the time or fuel. Play as long as you like. OFFROAD ADVENTURE Put the car in gear and see it running on the track. There are coins on the way. Keep on collecting the coins. However, always look for the road endings. The track is narrow. There are deep slopes on the edges. Drive the limousine simulator with skills on the turnings. You may see the vehicle jumping because of the un-even roads. HILLY ENVIRONMENT There is beautiful stand on the way in the start. The huge mountains are lush and green. Roads are clean. Wonderfully decorated houses behind the stand also give pleasant look. Become limo taxi driver and enjoy the moments through fascinating environment. PARKING AT STATIONS Modern stations have all the facilities for the driver. He can park the car under the long covered shed. A bus is already found under the limousine car parking shed. UP AND DOWN SPEEDY PATH Hilly path is not straight. It has many turnings, up and down slopes. Show your perfect skills in limousine driving game. You may use brakes or reduce speed while descending a slope. REVERSE OPTION Enjoy a wonderful side view of the long vehicle when you reverse it. Back lights of the simulator also blink first. The controls make feel as if you are driving for real in offroad limousine game. HILL MODE MISSIONS Carry passengers and drop them at the destinations in this mode. Dare speeding the long limo runner 3d in top gears. And reach a station where the passengers are waiting for you. At this point, park the vehicle into the red zone. Once you get into right area the passengers will enter the car.', 'https://img.gamemonetize.com/vgv9rdrg4fevtktm9uswqcr8wiiskmif/512x384.jpg', 'https://html5.gamemonetize.com/vgv9rdrg4fevtktm9uswqcr8wiiskmif/', '0', 'Arcade', 0, 0, '', 'limousine-taxi-driving-game'), (9372, 'Outfits Woman Rush 3D', 'Outfits Woman Rush is a very fun and interesting parkour game. The gameplay is full of fun, try many costumes, smooth and relaxed gameplay, and become a fashionable female demon. Avoid all the obstacles on the road, and sprint forward continuously. At the same time, you also need to pick up the gold coins on the road, which can be used to unlock new skins!', 'https://img.gamemonetize.com/wrzmv7up3hcak4m208xsoh8z2p1t558e/512x384.jpg', 'https://html5.gamemonetize.com/wrzmv7up3hcak4m208xsoh8z2p1t558e/', '0', 'Hypercasual', 0, 0, '', 'outfits-woman-rush-d'), (9373, 'Shoes Race', 'Both contestants will parade along the podium, the coverage of which will change from time to time. In order to help the girl get to the finish line before your rival, you should promptly react to the change of cover and change the girl\'s shoes into suitable shoes. High-heeled shoes are suitable for the catwalk, sneakers for the track, and spiked shoes for the rocks.', 'https://img.gamemonetize.com/41q6rq2kytpdih08sdg24k53xme5u6c5/512x384.jpg', 'https://html5.gamemonetize.com/41q6rq2kytpdih08sdg24k53xme5u6c5/', '0', 'Hypercasual', 0, 0, '', 'shoes-race'), (9374, 'ABC Kids Tracing and Phonics ', 'ABC PreSchool Kids Tracing Game it is an educational app to help your toddler learn basic tracing starting from lines, phonics and trace the letters of the alphabet ABCs and numbers 1 to 10, shapes & colors. ABC Preschool Worksheets includes fun, educational activities for toddlers and kids! If your child is in kindergarden, or going to attend preschool, this is a free learning app for your children Looking for kids drawing games for free with alphabet games for toddlers? Try our abc games & free preschool games - mix of drawing for toddlers with alphabet for kids!', 'https://img.gamemonetize.com/np5vcf9fi87y0xs9nlmyf5wlpc6z3qjp/512x384.jpg', 'https://html5.gamemonetize.com/np5vcf9fi87y0xs9nlmyf5wlpc6z3qjp/', '0', 'Puzzles', 0, 0, '', 'abc-kids-tracing-and-phonics-'), (9375, 'Fashion Girl 3D', 'Our favorite girls, do you also have an innate love for everything related to fashion? Then we are glad to introduce you to a very exciting game "Jewelry Run"! Today, many girls use makeup and try on a lot of things before going out. As you can see, fashion has already become more visible than many decades or centuries ago. All this thanks to social networks, because with the help of them we learn fashion trends and even buy clothes. In this game, we want to give you the opportunity to dress up with millions of decorations. With "Fashion Girl 3D" you can completely change your look! Well, shall we start? Then forward to the podium!', 'https://img.gamemonetize.com/sz0mep68bf6l96qohhwmypnutjm9emi2/512x384.jpg', 'https://html5.gamemonetize.com/sz0mep68bf6l96qohhwmypnutjm9emi2/', '0', 'Hypercasual', 0, 0, '', 'fashion-girl-d'), (9376, 'Lamborghini Huracan GT3 EVO2 Slide', 'Play this slide puzzle games of the car - Lamborghini Huracan GT3 EVO2. It\'s include 3 images and 3 modes (3x3 pieces, 4x4 pieces, 5x5 pieces) to play.', 'https://img.gamemonetize.com/5m9aa62lwivvrteckf5y3og6sbv5594k/512x384.jpg', 'https://html5.gamemonetize.com/5m9aa62lwivvrteckf5y3og6sbv5594k/', '0', 'Puzzles', 0, 0, '', 'lamborghini-huracan-gt-evo-slide'), (9377, 'Street Food Stand Cooking Game for Girls', 'A street fair is a perfect place to experience street food. Think you have what it takes to get customer’s mouths happy with your cooking in Street Food! Start cooking your own yummy snacks in this amazing virtual kitchen. Fry up some hot dogs and decorate them with ketchup and mustard, create hamburgers, french fries, nachos, pizza, then add some amazing toppings so they look as good as the taste. You will love playing chef games as they make their favorite foods, and you\'ll love that cooking up a chef quality snack doesn\'t mess up your whole kitchen! Make These Fun Fantastic Foods: *Hot Dog! *French Fries! *Grub Tub *Pizza! *Burger! *Kitkat Ice Cream! Product Features: -A super fun food-making game -Make yummy foods from scratch -Tons of realistic cooking tools to play with: spatula, cooking pan, knife, oven, food blenders and so much more -Tons of food materials and decorations to try: flour, sparkling sugar, sauces, meats, cheeses, olive oil, salt, milk, eggs, sprinkles, candies, fruits and so much more', 'https://img.gamemonetize.com/s5qvvzxai1i42jzufwc6ttdadny0d9sg/512x384.jpg', 'https://html5.gamemonetize.com/s5qvvzxai1i42jzufwc6ttdadny0d9sg/', '0', 'Girls', 0, 0, '', 'street-food-stand-cooking-game-for-girls'), (9378, 'Hair Challenge Online 3D', 'Become a super fashion model by a hair salon in this hair challenge game 3d. Variety of catwalk beauty race challenging levels with fun race 3d and hair colors at the hair shop with hair dye makeover run to choose your character in the best hair rush walking game. Play this hair challenge run game with the best hair runner game idea now and forget all about other hair games for girls. So don\'t waste your time and get into this hair challenge 3d hair game and enjoy the most epic race.', 'https://img.gamemonetize.com/u11v7952y95lkh4xdzvvfkrvi2pkuvhl/512x384.jpg', 'https://html5.gamemonetize.com/u11v7952y95lkh4xdzvvfkrvi2pkuvhl/', '0', 'Girls', 0, 0, '', 'hair-challenge-online-d'), (9379, 'Buttocks Time 3D', 'Buttocks Time is a new type of game that tests the ability of reflection. In this seemingly simple but innovative gym. You are now a fitness coach and work together with your team member to complete these challenging tasks. Can you finish it?', 'https://img.gamemonetize.com/6zzuyh8fb5326dyuz5lbbiedp4o0xuaq/512x384.jpg', 'https://html5.gamemonetize.com/6zzuyh8fb5326dyuz5lbbiedp4o0xuaq/', '0', 'Hypercasual', 0, 0, '', 'buttocks-time-d'), (9380, 'Perfect Salon', 'Some girls really need a stylist. In today\'s game for girls, you will be in the role of a stylist who will help cute girls become even better than they are with makeup. Only you will help them and win their hearts! In this game, you can make a variety of makeup for different people, get rewards for it and see the sincere emotions of people grateful to you for your work. The first visitors are already waiting their turn for you to make them a cool facial. Here comes the first client. She has a very overgrown eyebrow. So get a special tool and get them back to normal, get them shaped nicely.', 'https://img.gamemonetize.com/l0p28elntiwzztsyi16raes7yycn6we3/512x384.jpg', 'https://html5.gamemonetize.com/l0p28elntiwzztsyi16raes7yycn6we3/', '0', 'Hypercasual', 0, 0, '', 'perfect-salon'), (9381, 'Sumo Fight', 'Have you been dreaming your whole life of becoming a Sumo wrestler, but could never find a way to gain enough weight? Well, now you can play as one of these honorable fighters in this party game. Play with your friend and become the master of Sumo!', 'https://img.gamemonetize.com/zex60v7j9dx5xi92s1e2q09yfuj3d7qn/512x384.jpg', 'https://html5.gamemonetize.com/zex60v7j9dx5xi92s1e2q09yfuj3d7qn/', '0', 'Multiplayer', 0, 0, '', 'sumo-fight'), (9382, 'SWAT Force vs TERRORISTS', 'Stop and kill the terrorists before they attack you ! A group of terrorists has planified attacks. Take control of the most powerfull anti-terrorist force : The SWAT force !!! You lead a team of 2 super well trained soldiers. You have access to a number of powerfull weapons that can stop the ennemy. You can end this threat... But this is going to be an tough battle. You must protect your position. Whatever happens ! Lead your team to the final victory.', 'https://img.gamemonetize.com/lt0y26ap4l04z3qil0esehqcog2hmspy/512x384.jpg', 'https://html5.gamemonetize.com/lt0y26ap4l04z3qil0esehqcog2hmspy/', '0', 'Arcade', 0, 0, '', 'swat-force-vs-terrorists'), (9383, 'Car Eats Car Arctic Adventure', 'Up for a fight against rivals in a dynamic race on the highway? Overtake enemies and create your own car in the incubator in Car Eats Car: Sea Adventure! Your friends are put to prison - do everything you can to free evil cars! Good driving skills and turbo speed come in handy in this crazy driving simulator and a police chase game. Become a car tycoon, upgrade cars, and play for monster cars against the cops! Fight the boss to survive in these ultimate crazy races!', 'https://img.gamemonetize.com/tjfsfsiwef7r77fwey3g68cujt80yg6l/512x384.jpg', 'https://html5.gamemonetize.com/tjfsfsiwef7r77fwey3g68cujt80yg6l/', '0', 'Racing', 0, 0, '', 'car-eats-car-arctic-adventure'), (9384, 'Noobpool and NoobSpider', 'Noobpool and noobspider must reach the safe zone by avoiding monsters and guns in the city. noobpool must reach the door, take the key. Reach the door with noobspider and noobpool, do not forget that he is your friend, do not reach the door without your friend, that door will not open.', 'https://img.gamemonetize.com/tazaw6c6d2r742szlklal39qj3rcq9u9/512x384.jpg', 'https://html5.gamemonetize.com/tazaw6c6d2r742szlklal39qj3rcq9u9/', '0', 'Adventure', 0, 0, '', 'noobpool-and-noobspider'), (9385, 'Ugi Bugi & Kisiy Misiy Summer', 'ugi bugi and kisiy misiy go on adventures together and you have to help them in this adventure. Help them and get them to the last level. While ugi and kisiy are enjoying the summer together in this adventure, they need to go under the tree in order not to get overwhelmed by the heat, they both need to be under the tree, run straight to the tree. Be careful, thorns can kill you. Reach the finish line with your friend in challenging levels.', 'https://img.gamemonetize.com/xivfkbhxi4kqxu0cr8329ilh64g63jgm/512x384.jpg', 'https://html5.gamemonetize.com/xivfkbhxi4kqxu0cr8329ilh64g63jgm/', '0', 'Arcade', 0, 0, '', 'ugi-bugi-amp-kisiy-misiy-summer'), (9386, 'Ultimate City Driving', 'Would you like to drive in the metropolitan area? Then this game is for you. You can navigate the map with many different types of cars. Enjoy the cars, the city and the music, all specially made for kids.', 'https://img.gamemonetize.com/r1bzfzof43ajtc5s8i7z5youozieh5p7/512x384.jpg', 'https://html5.gamemonetize.com/r1bzfzof43ajtc5s8i7z5youozieh5p7/', '0', 'Racing', 0, 0, '', 'ultimate-city-driving'), (9387, 'Nations League Soccer', 'Play against a friend on same device or go for the Tournament on your own against the best teams in the world. Group stage and elimination rounds, all the way to the championship', 'https://img.gamemonetize.com/ni7z4o695ju6qr9crdzvg6vq3a0hbhp5/512x384.jpg', 'https://html5.gamemonetize.com/ni7z4o695ju6qr9crdzvg6vq3a0hbhp5/', '0', 'Soccer', 0, 0, '', 'nations-league-soccer'), (9388, 'Force Master 3D', 'Force Master 3D is a battle Math online game for boys for free. In the game, all the enemies are waiting for you at each level. You need to give priority to attacking monsters lower than yourself. The more monsters you attack, the higher your level will be. Be sure to pay attention to your own strength, because only in this way can you not be destroyed by the enemy!', 'https://img.gamemonetize.com/jip280y8yg5qyg97qqn9wz689jhp5daa/512x384.jpg', 'https://html5.gamemonetize.com/jip280y8yg5qyg97qqn9wz689jhp5daa/', '0', 'Boys', 0, 0, '', 'force-master-d'), (9389, 'Fun Sea Race 3D', 'Fun Sea Race 3D is a popular race game. The interesting thing about it is that the surroundings is the sea. The game sets different levels. You will play the game with AI at the same time. The first one to reach the end will enter the next level. Are you confident to be the first one at each level?', 'https://img.gamemonetize.com/o5pg797yxnl0isp9mg9t6lmlk7rjttq0/512x384.jpg', 'https://html5.gamemonetize.com/o5pg797yxnl0isp9mg9t6lmlk7rjttq0/', '0', 'Arcade', 0, 0, '', 'fun-sea-race-d'), (9390, 'Slide Hoops 3D', 'Slide Hoops 3D is an interesting arcade game with simple game play. You only need to tap the screen to rotate the hoop so that all rings fit perfectly into the hole. You can try this game countless times for free. Have a try now!', 'https://img.gamemonetize.com/gl35sdf74tnwg6c6vwlgsr2oqbmk69oy/512x384.jpg', 'https://html5.gamemonetize.com/gl35sdf74tnwg6c6vwlgsr2oqbmk69oy/', '0', 'Arcade', 0, 0, '', 'slide-hoops-d'), (9391, 'Red Handed', 'A stealth game where you have to get caught', 'https://img.gamemonetize.com/zquzuvtnffg0pzng1one7pet0n9oddj0/512x384.jpg', 'https://html5.gamemonetize.com/zquzuvtnffg0pzng1one7pet0n9oddj0/', '0', 'Arcade', 0, 0, '', 'red-handed'), (9392, 'Die in the Dungeon', 'Die in the Dungeon is a deck-building, turn-based roguelite where you dont use cards, but dice! Try to find the best combination to conquer the 2X-floor dungeon, but be careful, a frog like you can only get so far before encountering a prey too big to swallow...', 'https://img.gamemonetize.com/uyalt3ahwx32nxu4v18038ug73s39r91/512x384.jpg', 'https://html5.gamemonetize.com/uyalt3ahwx32nxu4v18038ug73s39r91/', '0', 'Adventure', 0, 0, '', 'die-in-the-dungeon'), (9393, 'Supermarket Shopping', 'In this entertaining game, you can shop for groceries, clothes, toys, and more! Clean up after clumsy customers, collect foods, slice fruits and even bake cakes! Grab a trolley, check your shopping list, and get ready to visit the aisles!', 'https://img.gamemonetize.com/pahubp8eqnftap88muede1j4tazselri/512x384.jpg', 'https://html5.gamemonetize.com/pahubp8eqnftap88muede1j4tazselri/', '0', 'Hypercasual', 0, 0, '', 'supermarket-shopping'), (9394, 'Baldi Fun', 'Baldi\'s Fun New School Remastered is the remastered version of the original Baldi\'s Fun New School mod. If you haven\'t played that mod yet, I recommend you play it first. Baldi\'s Fun New School Remastered has a total of 12 modes, which are: Exploration Mode, Story Mode, Endless Mode, Timed Mode, Upside Down Mode, Camping Mode, Bossfight Mode, Portal Chaos, Random Event Madness, Discussion Area, Student Race, And Classic Mode There\'s also secrets that can be found, like codes and hidden areas. Some of the codes return from Baldi\'s Fun New School, while others are entirely new and cause interesting things to happen. The endings from the original mod have also been completed changed as well. Have fun, and enjoy playing!', 'https://img.gamemonetize.com/4i28odmss1azu3auara6syvia5v6dt83/512x384.jpg', 'https://html5.gamemonetize.com/4i28odmss1azu3auara6syvia5v6dt83/', '0', 'Hypercasual', 0, 0, '', 'baldi-fun'), (9395, '2048 Cube Buster ', 'Using 2048 as an element, here players will experience a new elimination game, the classic game mode but with new 3D graphics and fun gameplay, so that players can feel the thrill of elimination.', 'https://img.gamemonetize.com/b59fnu1abpkz3vo4kksxwievl1jpynfs/512x384.jpg', 'https://html5.gamemonetize.com/b59fnu1abpkz3vo4kksxwievl1jpynfs/', '0', 'Hypercasual', 0, 0, '', '-cube-buster-'), (9396, 'Color Matcher', 'Ball game, arcade, puzzle game. Do you like hardcore games? Then this project might be for you. Challenging, but at the same time simple gameplay game "Pick a color!» A game for kids, no download.', 'https://img.gamemonetize.com/uujxijz0rmwycssx225g5bu6ebukp0ah/512x384.jpg', 'https://html5.gamemonetize.com/uujxijz0rmwycssx225g5bu6ebukp0ah/', '0', 'Hypercasual', 0, 0, '', 'color-matcher'), (9397, 'Hugie Wugie Slide', 'Today is Hugie Wugie\'s day of collecting pictures. The plush monster did this intentionally to get a rest and train the brain a little. Join Hugie Wugie in his fun venture.', 'https://img.gamemonetize.com/3f2o0mtdre3iqoisuw7ij25wnzoibufe/512x384.jpg', 'https://html5.gamemonetize.com/3f2o0mtdre3iqoisuw7ij25wnzoibufe/', '0', 'Puzzles', 0, 0, '', 'hugie-wugie-slide'), (9398, 'Hippo Valentine Cafe', 'Want to know what animals do in the Valentine\'s Day? Do they have dates like human? You can find the answers in this cute game. With barbecues, hotdogs, icecreams and cakes, they enjoy the special date as you do! Today, these food shops are too busy to receive the customers. Would you please be kind enough to help cook the delicious foods? With the instructions in this game, you will be the best chef! Invite your friends to play this game with you. Enjoy!', 'https://img.gamemonetize.com/mvlwrlcwhppgdeopm84m41ef7infeccf/512x384.jpg', 'https://html5.gamemonetize.com/mvlwrlcwhppgdeopm84m41ef7infeccf/', '0', 'Girls', 0, 0, '', 'hippo-valentine-cafe'), (9399, 'Abyssal Fish', 'In the seabed are hiding the most terrifying creatures. The darkness is total and the silence is absolute. In these dark waters, a scary abyss fish is looking for his next meal. You have to guide him in the dark. Some bright fishes illuminate your way, but you need to memorize obstacles to survive. Control a terrifying abyssal fish and test your reflexes and memory to go as far as possible in this complete new gaming experience. Test your limits. Make the highest score of all time. Abyssal Fish is a game that will immerse you where no one has gone before. You will be blown away by its graphisms.', 'https://img.gamemonetize.com/2v2hsawlkxe3zfoel910940vb4e12yvy/512x384.jpg', 'https://html5.gamemonetize.com/2v2hsawlkxe3zfoel910940vb4e12yvy/', '0', 'Hypercasual', 0, 0, '', 'abyssal-fish'), (9400, ' Mountain Car Driving Simulation', 'Car Parking, off road Game, Mountain Tracks, impossible Tracks Car stunt in one game.', 'https://img.gamemonetize.com/pfchoj5i3saicbvgztdnx76jy361qhno/512x384.jpg', 'https://html5.gamemonetize.com/pfchoj5i3saicbvgztdnx76jy361qhno/', '0', 'Hypercasual', 0, 0, '', '-mountain-car-driving-simulation'), (9401, '10x10 fill the grid !', 'Are you ready to play the most addictive and challenging game in the world ? 10x10 is a superb game where you need to fill a grid of 10 by 10 with puzzle blocks to form lines and destroy them ! It\'s super simple and super fun, but it really needs you to use your brain.', 'https://img.gamemonetize.com/4ytoisipx15xrnfdgs9emvycv2nn0fea/512x384.jpg', 'https://html5.gamemonetize.com/4ytoisipx15xrnfdgs9emvycv2nn0fea/', '0', 'Puzzles', 0, 0, '', 'x--fill-the-grid-'), (9402, 'Red Ball Ho', 'Red Ball Ho is a 2D simple platformer where you need to collect golden keys while avoiding ball monsters, and spikes and unlocked the exit door. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/ted76soutsg6oq4bo1mxjqqls0egna02/512x384.jpg', 'https://html5.gamemonetize.com/ted76soutsg6oq4bo1mxjqqls0egna02/', '0', 'Arcade', 0, 0, '', 'red-ball-ho'), (9403, 'Dino Cards', 'It\'s a collection of 15 different Dinosaurs cards to read! It\'s just an educational dino game!', 'https://img.gamemonetize.com/a588sobrg0b532d41n3zfo5ycv0fudbt/512x384.jpg', 'https://html5.gamemonetize.com/a588sobrg0b532d41n3zfo5ycv0fudbt/', '0', 'Clicker', 0, 0, '', 'dino-cards'), (9404, 'Parking Path', 'In the game Parking Path you should try to park the cars to the designated places. The topic of today\'s lesson is car parking. In front of you on the screen you will see a playing field on which several cars will be located. Each of them will have a different color. At a certain distance, you will see special parking spaces that are also color-coded. Your task is to place the cars in the places corresponding to their color. To do this, using the mouse, you will have to draw driving routes for each vehicle. Keep in mind that there may be various obstacles on the way of vehicles. Also, they should not collide with each other.', 'https://img.gamemonetize.com/poaed0cfz9xf7znbnbsg3o5fzgw1mklx/512x384.jpg', 'https://html5.gamemonetize.com/poaed0cfz9xf7znbnbsg3o5fzgw1mklx/', '0', 'Puzzles', 0, 0, '', 'parking-path'), (9405, 'Car Shift 1.0', 'Carshift best car simulator game ever made with ability to play online with your friends.', 'https://img.gamemonetize.com/j0c2fuh7jut2q7np8pnoil9o65hbb2ip/512x384.jpg', 'https://html5.gamemonetize.com/j0c2fuh7jut2q7np8pnoil9o65hbb2ip/', '0', 'Arcade', 0, 0, '', 'car-shift-'), (9406, 'Modern Bus Parking', 'Modern bus parking simulator Free Games offline is new Bus Simulator 2020 with several parking challenge.', 'https://img.gamemonetize.com/f0rkyvpxbszarq2wpbidiezctg9ppog4/512x384.jpg', 'https://html5.gamemonetize.com/f0rkyvpxbszarq2wpbidiezctg9ppog4/', '0', 'Hypercasual', 0, 0, '', 'modern-bus-parking'), (9407, 'subway surfers singapore 2022', 'The world tour Subway Surfer continues in Singapore. Explore the clean streets of Singapore, full of lives, shops and cafes! Surfing among impressive skyscrapers and a beautiful Orchard Road. Visit the famous Park Merlion and an impressive statue of a lion. Look into the colorful and alluring Chinatown. Admire the beautiful Bay-Ist-Garden garden, drowning in magnificent ponds with ivy and lilies. Do not forget to run along the Clark embankment to enjoy the best view of the embankment! "Sabway Surf: Singapore" is a classic endless Runner. You need to dodge trains, trams, obstacles and much more to go as far as possible in this endless running game. Good luck!', 'https://img.gamemonetize.com/41qcl7nx9ka2odhgzxnic5ypjvgsr2p9/512x384.jpg', 'https://html5.gamemonetize.com/41qcl7nx9ka2odhgzxnic5ypjvgsr2p9/', '0', 'Racing', 0, 0, '', 'subway-surfers-singapore-'), (9408, 'Off Side', 'Rotate the versatile cube to collect the balls of the correct color. The game is difficult.', 'https://img.gamemonetize.com/oon3yrqxlzgh74at85d8xpb3qb68tq7j/512x384.jpg', 'https://html5.gamemonetize.com/oon3yrqxlzgh74at85d8xpb3qb68tq7j/', '0', 'Hypercasual', 0, 0, '', 'off-side'), (9409, 'Run From Corona Virus', 'Experience this adventure game in you run from Corona, on a dangerous virus with a variety of obstacles Overcome obstacles,', 'https://img.gamemonetize.com/pk8i2nu6888u7q6njo4mmw9wk024apz8/512x384.jpg', 'https://html5.gamemonetize.com/pk8i2nu6888u7q6njo4mmw9wk024apz8/', '0', 'Hypercasual', 0, 0, '', 'run-from-corona-virus'), (9410, 'Panda Fruits Farm ', 'Beat Fruits Farm stages or run your fruit farm in this exciting new game. Fruits will be transported over the globe if you collect them! Children will gather in large numbers to sample your freshly squeezed juices. Keep an eye out for creatures to wreak mischief on the farm; make sure your product is protected! We wish you good luck in your farming endeavours as you pop bubbles and grow your farm. Levels with hundreds of different pop-bubbles Slicing fruit is a treat to see. Relax your body and mind and let go of your stress. Effortless and easy to use. The images are stunning. Mellow tunes, Keep a backup of your work in the cloud to access it again if you switch devices.', 'https://img.gamemonetize.com/ya3uuh07sdaxc6705682kd7i2krljjsi/512x384.jpg', 'https://html5.gamemonetize.com/ya3uuh07sdaxc6705682kd7i2krljjsi/', '0', 'Arcade', 0, 0, '', 'panda-fruits-farm-'), (9411, 'Get The Starr', '“Get the Star†is a casual puzzle game. The goal is to collect all the stars of each area, get the key and proceed to the next challenge.', 'https://img.gamemonetize.com/831hk99sayetotyymv3bda9apxqlc3zp/512x384.jpg', 'https://html5.gamemonetize.com/831hk99sayetotyymv3bda9apxqlc3zp/', '0', 'Hypercasual', 0, 0, '', 'get-the-starr'), (9412, 'Dozie Penguins', 'Penguin Dozie is a super nostalgic, very fun and challenging game Help the little penguin to get back to his home in 30 levels, beware of the traps and challenges that get in his way.', 'https://img.gamemonetize.com/yrlurbztxhe8rldxphc0ujvyg3ip5rro/512x384.jpg', 'https://html5.gamemonetize.com/yrlurbztxhe8rldxphc0ujvyg3ip5rro/', '0', 'Adventure', 0, 0, '', 'dozie-penguins'), (9413, 'Ladder Race Climber', 'Tap and hold to build ladder, climb stairs to overcome obstacles, and reach the finish line in ladder race games. Run towards the finish line in this challenging stair run ladder race game. The objective of the fun ladder race is simple: stay on the running track, build stairs, and overcome obstacles to reach the finish in stair running ladder race. Only the best runner will make it to the end and become the ultimate ladder race champion!', 'https://img.gamemonetize.com/5ltiby8g9zdgb5ijv4p6ljgjnujr80f8/512x384.jpg', 'https://html5.gamemonetize.com/5ltiby8g9zdgb5ijv4p6ljgjnujr80f8/', '0', 'Hypercasual', 0, 0, '', 'ladder-race-climber'), (9414, 'Fire Circl', 'Fire Circle is a colorful, hypercasual game. Avoid the white bars and color the circle by holding touch, mouse buttons, or space bar. There are more than 100 levels for you to enjoy.', 'https://img.gamemonetize.com/r8fc6ez7m4nyje9tnsccyx41e9nijwiw/512x384.jpg', 'https://html5.gamemonetize.com/r8fc6ez7m4nyje9tnsccyx41e9nijwiw/', '0', 'Hypercasual', 0, 0, '', 'fire-circl'), (9415, 'Diagonal Strong', 'A simple game to play but very challenging! With procedural difficulty and endless gameplay to get the best score. Totally responsive, works well on mobile and PC.', 'https://img.gamemonetize.com/dl4sxhqbh7g2fw5xoo71qt5kpzh84n3z/512x384.jpg', 'https://html5.gamemonetize.com/dl4sxhqbh7g2fw5xoo71qt5kpzh84n3z/', '0', 'Hypercasual', 0, 0, '', 'diagonal-strong'), (9416, 'Connect The Dots for Kids', 'Connect The Dots game are designed especially for kids to lay the groundwork for number learning & tracing with the help of fun activities along with hand-eye coordination and motor skills enhancement and improve concentration for kids. With each completed picture, the kids will hear the English pronunciation of that picture. The games do not force timed completion and therefore encourage the kid to learn at their own pace. Kids are enchanted with the experience of the game as there is no winning and no losing. Appreciation at the end of each activity.', 'https://img.gamemonetize.com/ky1fmflm7wmsiska7uhydk7aalbtve1f/512x384.jpg', 'https://html5.gamemonetize.com/ky1fmflm7wmsiska7uhydk7aalbtve1f/', '0', 'Puzzles', 0, 0, '', 'connect-the-dots-for-kids'), (9417, 'Circle Twirls', 'In this game you have to rotate the central circles so that the colors of the smaller balls match when they collide.', 'https://img.gamemonetize.com/vkq073fpxf0wpw03p6h612czndwa212r/512x384.jpg', 'https://html5.gamemonetize.com/vkq073fpxf0wpw03p6h612czndwa212r/', '0', 'Hypercasual', 0, 0, '', 'circle-twirls'), (9418, '3D Floating Birds', 'Keep the bird afloat as long as you can while avoiding cactuses on the way', 'https://img.gamemonetize.com/vs212v5mb1xe78b4sgj8jofx6lfhmocf/512x384.jpg', 'https://html5.gamemonetize.com/vs212v5mb1xe78b4sgj8jofx6lfhmocf/', '0', 'Hypercasual', 0, 0, '', 'd-floating-birds'), (9419, 'Luxury Car Parking 3D', 'Luxury Car Parking 3D is well optimized and unique car parking game We worked to make available this car parking challenge to our parking game lovers & we feel proud that this luxury car parking game 2022 is absolutely free.', 'https://img.gamemonetize.com/8lnrz2ersxydknutdmymsb9itfw58bw0/512x384.jpg', 'https://html5.gamemonetize.com/8lnrz2ersxydknutdmymsb9itfw58bw0/', '0', 'Hypercasual', 0, 0, '', 'luxury-car-parking-d'), (9420, 'Striptease Nightclub Manager', 'Striptease Nightclub Manager is game of time management and reflexes in which you’ll have to deal with lines of clients who came to satisfy their needs. You’ll have to place them, to take their “commands†before bringing them one your superb employees. Don’t forget to bring them their bill… well, seeing how much money they’re throwing, it shouldn’t be a very big problem…', 'https://img.gamemonetize.com/koi3jkwjgfdaj674xd9tgc7q0w9lii10/512x384.jpg', 'https://html5.gamemonetize.com/koi3jkwjgfdaj674xd9tgc7q0w9lii10/', '0', 'Arcade', 0, 0, '', 'striptease-nightclub-manager'), (9421, 'Street Fight King of the Gang', 'Knock-out all your ennemies to be the king of the gang ! A new fighting game is available for all gangsters! You must fight other members of the gang. Jab, cross, uppercut... but don’t forget to dodge!. Will you master the increasing difficulty of your opponents ? Test your reflexes and your capacity to anticipate hits. Become a real gang king with this game that will awake your warrior soul!', 'https://img.gamemonetize.com/cs2m4jgys56iequv94fbeqyph5qm2zke/512x384.jpg', 'https://html5.gamemonetize.com/cs2m4jgys56iequv94fbeqyph5qm2zke/', '0', 'Arcade', 0, 0, '', 'street-fight-king-of-the-gang'), (9422, 'Panda Magic Drawing Rescue', 'The little fairy hopes to have an assistant who can work with her to help forest residents with the magic brush. Come and sign up now! Learn to draw by tracing the lines in the sketch: Birthday cake, Christmas gift box, round sun, bubble skirt of the little princess. Kinds of creative sketches for you to enjoy and create paintings of your own!', 'https://img.gamemonetize.com/aotagefzki0v1z8btrbsonxghcrn2pbp/512x384.jpg', 'https://html5.gamemonetize.com/aotagefzki0v1z8btrbsonxghcrn2pbp/', '0', 'Girls', 0, 0, '', 'panda-magic-drawing-rescue'), (9423, 'Magica.io Game', 'Welcome to the game world of Magica.io. Are you ready to defeat all your opponents and become the strongest player? Come on and join this thrilling battle. In this game, you will use magic elements and kill each other with your enemies in a brutal arena. Everyone is fighting for themselves. Collect magic elements to make yourself more powerful. Defeat everyone with weapons and climb to the top of the leaderboard. Have fun!', 'https://img.gamemonetize.com/s8u9yscdyd57hshdwa5z6h3gs60euwq5/512x384.jpg', 'https://html5.gamemonetize.com/s8u9yscdyd57hshdwa5z6h3gs60euwq5/', '0', '3D', 0, 0, '', 'magicaio-game'), (9424, 'Neon Tile Rush ', 'Welcome to Neon Tile Rush. Slide the tile to the finish line. Collect all the coins and stars before reaching the finish line. Play and have fun with this new puzzle game for kids. Share with friends and enjoy playing this new game.', 'https://img.gamemonetize.com/5p2z9ihhndv1lq9pyqitjr6bobnss90g/512x384.jpg', 'https://html5.gamemonetize.com/5p2z9ihhndv1lq9pyqitjr6bobnss90g/', '0', 'Puzzles', 0, 0, '', 'neon-tile-rush-'), (9425, 'Driving Test Simulator', 'Here is a car parking simulation game under a 3D game engine. You are able to drive a car to the marked parking position without any crashing accidents at each level. There are enough levels for you to challenge your driving skills if you are a car racing game fan. Good luck!', 'https://img.gamemonetize.com/7hsycdje9wx0lbqoa8vpch2e6lpxy34i/512x384.jpg', 'https://html5.gamemonetize.com/7hsycdje9wx0lbqoa8vpch2e6lpxy34i/', '0', 'Racing', 0, 0, '', 'driving-test-simulator'), (9426, 'Minecraft Zombie Survial', 'Minecraft Zombie Survial is an amazing and free to play online game belongs to survival and minecraft. The aim of the game is to help Zombie Steve make his way to the platform. Destroy boxes and make Steve happy. have fun playing.', 'https://img.gamemonetize.com/03rpvr9uuqfnfrgg0tpxv2nxyqapmynf/512x384.jpg', 'https://html5.gamemonetize.com/03rpvr9uuqfnfrgg0tpxv2nxyqapmynf/', '0', 'Puzzles', 0, 0, '', 'minecraft-zombie-survial'), (9427, '2048 Wooden Edition', 'The principle of this game is super simple and fun. Slide the tiles up, right, left or down to bump into each other. Tiles with the same numbers will merge and addition their amount to form a new number... 2, 4, 8, 16, 32, 64, 128, 256, 512, 1024 and finally 2048... 2048 WOODEN EDITION has HD graphics that makes a complete original game and fun to play.', 'https://img.gamemonetize.com/0yjwmmydflz3y3lh3cmr9gewhuhfcvy1/512x384.jpg', 'https://html5.gamemonetize.com/0yjwmmydflz3y3lh3cmr9gewhuhfcvy1/', '0', 'Hypercasual', 0, 0, '', '-wooden-edition'), (9428, 'BFF Polka Dots Trend', 'Let\'s help our girls Sofia and Ava to get the new trends and fashion, recent times, the polka dots fashion is very popular among teens. So, they try to choose the Polka Dots outfits and accessories today. Before dressup and makeup these beautiful girls, play the wonderful dotted puzzle and check out the hidden surprise. Have great fun!', 'https://img.gamemonetize.com/y7wn1mb0gbxnx6iclz5h53di7dqid195/512x384.jpg', 'https://html5.gamemonetize.com/y7wn1mb0gbxnx6iclz5h53di7dqid195/', '0', 'Girls', 0, 0, '', 'bff-polka-dots-trend'), (9429, 'Farm Puzzles', 'Farm Puzzles Jigsaw is a free online game from genre of puzzle and jigsaw really suitable games for kids! You can select one of the 14 different animals and then try to complete all image! Have fun and enjoy with your little one!', 'https://img.gamemonetize.com/a2mn8w2vk4nrt41nipx1j3zllopt74cd/512x384.jpg', 'https://html5.gamemonetize.com/a2mn8w2vk4nrt41nipx1j3zllopt74cd/', '0', 'Puzzles', 0, 0, '', 'farm-puzzles'), (9430, 'Vampire Survivors', 'The year 2021, Rural Italy, there lived an evil person named Bisconte Draculó, whose many evil magics created a bad world filled with famine and suffering. It\'s now up to the members of the Belpaese family to end his reign of terror and return good food to the table.', 'https://img.gamemonetize.com/krql2kcx1cm8lr2al0xieyewocrnfbck/512x384.jpg', 'https://html5.gamemonetize.com/krql2kcx1cm8lr2al0xieyewocrnfbck/', '0', 'Girls', 0, 0, '', 'vampire-survivors'), (9431, 'Shoot and Paint', 'Create and find your own way to shoot and paint all white 3d shapes! Aim at the objects and try to shoot as much as possible to reach the next level. Shoot to explode huge amount of beautiful colorful shapes! Explore more than 100 amazing and challenging levels and try to complete them all! Good luck', 'https://img.gamemonetize.com/5fuq583l4ieqfrvzl4wajnntrkozf0r6/512x384.jpg', 'https://html5.gamemonetize.com/5fuq583l4ieqfrvzl4wajnntrkozf0r6/', '0', 'Puzzles', 0, 0, '', 'shoot-and-paint'), (9432, 'Ben 10 GoalKeeper', 'In this fun game, Ben 10 is the goalkeeper. He saves thrown balls with his hands and feet. Let\'s see how much you will score.', 'https://img.gamemonetize.com/hutmlf0z70a56mrp6acyolmwq4smnnsr/512x384.jpg', 'https://html5.gamemonetize.com/hutmlf0z70a56mrp6acyolmwq4smnnsr/', '0', 'Boys', 0, 0, '', 'ben--goalkeeper'), (9433, 'Unblock Ball Slide Puzzle', 'Unblock Ball is a simple and addictive rolling ball puzzle game. Use and storm your brain and try to solve each puzzle. How to solved or unblock the Rolling Ball Puzzle? - Iron tile: You can\'t slide to move the tile. - Wood tile: Slide or drag to move it. There is a path on this tile to roll or slide the ball through it.', 'https://img.gamemonetize.com/26gi52qyvj46yt5l147n4tmllcudw1d1/512x384.jpg', 'https://html5.gamemonetize.com/26gi52qyvj46yt5l147n4tmllcudw1d1/', '0', 'Puzzles', 0, 0, '', 'unblock-ball-slide-puzzle'), (9434, 'Crazy Eggs Online Game', 'WOW, crazy eggs clearly is a fun game that everyone loves. Play the CrazyEggs game for free online today! Crazy Eggs is a fun, fast-paced puzzle game that you can enjoy on your smartphone, tablet or computer! Embark on a railroad journey full of explosive action and colorful challenges for one low price. Have fun for free online with Crazy Eggs. This addicting game is FUN and easy to play. Earn points by clicking on squares and buying upgrades as you explore this strange castle of numbers!', 'https://img.gamemonetize.com/62cs69mtpfapnsb5kllm0cj4em1ynxmh/512x384.jpg', 'https://html5.gamemonetize.com/62cs69mtpfapnsb5kllm0cj4em1ynxmh/', '0', 'Arcade', 0, 0, '', 'crazy-eggs-online-game'), (9435, 'Hidden Words Challenge', 'Hidden Words Challenge is a super fun HTML5 Word Game available to play online for free. No download needed. This word game sharpens your mind and is so addictive. In each level of this word game, you should connect the letters to make as many hidden words as you can. Challenge yourself to connect letters correctly! Clear all levels and beat the game. Have fun playing.', 'https://img.gamemonetize.com/owq542hkabwa8v8eumxw46i3trhs4v2a/512x384.jpg', 'https://html5.gamemonetize.com/owq542hkabwa8v8eumxw46i3trhs4v2a/', '0', 'Puzzles', 0, 0, '', 'hidden-words-challenge'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (9436, 'Save The Egg Online Game', 'Save the Egg online is an entertaining action game where you have to save a chicken egg that got hit by a truck. Jump through various obstacles in its way and take it as far as possible! Collect the coins and golden eggs along the path and invest those earned capital into upgrades to your truck, egg, or even better - both! Play Free Games at the best festival in town, Save the Egg Online Free game and have fun with our free games. Are you still looking for the best free online games to play?', 'https://img.gamemonetize.com/9knmu3xqejzokt7p43yqs3vk0w51urw3/512x384.jpg', 'https://html5.gamemonetize.com/9knmu3xqejzokt7p43yqs3vk0w51urw3/', '0', 'Arcade', 0, 0, '', 'save-the-egg-online-game'), (9437, 'Girl Bathroom Accident', 'Oh, no! The toilet is clogged, Zoe is helpless. She calls her beat friend Sofia for help. Then Sofia comes and helps her repair the toilet. Suddenly, Zoe slips and falls in the bathroom. What happens next? Let\'s see!', 'https://img.gamemonetize.com/8n912ezhzrp7t0z6j4sxczx3fesvqe9r/512x384.jpg', 'https://html5.gamemonetize.com/8n912ezhzrp7t0z6j4sxczx3fesvqe9r/', '0', 'Girls', 0, 0, '', 'girl-bathroom-accident'), (9438, 'Truck Stunt 3D', 'It is a seemingly impossible task to complete the air safety driving and park the truck at the finish line. A variety of large trucks are available, and the varied tracks and smooth operation test and exercise the driver\'s superb skills. Truck Stunt 3D has you covered!', 'https://img.gamemonetize.com/qsvgks00wn8tb0d02zgz6bgf7y9gmdas/512x384.jpg', 'https://html5.gamemonetize.com/qsvgks00wn8tb0d02zgz6bgf7y9gmdas/', '0', 'Arcade', 0, 0, '', 'truck-stunt-d'), (9439, 'Tailor Kids Fashion Designer', 'Tailor is a useful, respectable profession. Because everyone wants a unique nice cloth. Now you are a little tailor. Your friends want a beautiful skirt which is custom-made. It is time to show your skill. Let us do it! I believe you could make a perfect skirt.', 'https://img.gamemonetize.com/1s55u1vcjxcuna67ezodn1l0oms3a6mt/512x384.jpg', 'https://html5.gamemonetize.com/1s55u1vcjxcuna67ezodn1l0oms3a6mt/', '0', 'Hypercasual', 0, 0, '', 'tailor-kids--fashion-designer'), (9440, 'Princess Fashion Rainbow Hairstyle Design', 'Do you like rainbows? A Rainbow is a symbol of beauty and many girls like it. They like to try rainbow eyeshadow, rain dress, and so on. Today our fashion girl Sofia wants to try a rainbow hairstyle. It\'s a good idea, right? Choose your favorite hairstyle to design. Have fun!', 'https://img.gamemonetize.com/o77epeeloj41gwa2kkzm44ot60j1srt3/512x384.jpg', 'https://html5.gamemonetize.com/o77epeeloj41gwa2kkzm44ot60j1srt3/', '0', 'Hypercasual', 0, 0, '', 'princess-fashion-rainbow-hairstyle-design'), (9441, 'Hungry Squirrel', 'Hungry squirrel action game! Play now for free. From your computer or any device! - Hungry Squirrel Action Games. Hungry Squirrel Online Action Game: How much can your Squirrel collect in this online action game? Keep an eye out on the map, then jump and glide through the trees! Watch out for those pesky birds! Going at a fast pace will make it much easier to play and get higher scores! Score as high as you can to see how long you last. Hungry Squirrel is a fast-paced arcade game. In the game, the player assumes the role of a squirrel and must run around in circles to gather nuts. The longer you play, the faster your protagonist becomes. This wildly popular mobile game aims to become so agile as to collect consecutively more nuts until you run into obstacles that cause you to fall or hit a wall. On the first day of spring, you\'re probably as hungry as these squirrels for an adventure against a gang of pesky yeti. So open up that picnic basket and get ready to move!', 'https://img.gamemonetize.com/uhxmnch6169tc8am9cn0ntmrn81i44d5/512x384.jpg', 'https://html5.gamemonetize.com/uhxmnch6169tc8am9cn0ntmrn81i44d5/', '0', 'Hypercasual', 0, 0, '', 'hungry-squirrel'), (9442, 'Mr. Orange Flappy Jump', 'Free Flappy Bird Games Online - Real Life Flappy Game Online. Mr. Flappy Fly Online Games - Play Now Mr. Orange Flappy Jump is an adventure game where you have to control a flappy character named Mr. Orange to successfully pass the obstacles. Mr. Orange is flapping in the breeze with an addictive new Flappy Jump game, which is so easy to learn that anyone can do it. The idea behind this one was inspired by the classic and viral Flappy Bird game in which you must be skilled at and master different techniques. Mr. Orange Flappy Jump is one of our new games, featuring a whimsical orange character with cute flappy bird ears big enough to help him see, flap, and fly. From tap-to-fly, tap-to-jump, or swipe controls, the action is easy to follow, impossible to stop, and super fun!', 'https://img.gamemonetize.com/q72enu42n58a9b6cgucq39wyq9z035f7/512x384.jpg', 'https://html5.gamemonetize.com/q72enu42n58a9b6cgucq39wyq9z035f7/', '0', 'Arcade', 0, 0, '', 'mr-orange-flappy-jump'), (9443, 'Zombie Derby 2022', 'Zombie Derby is a racing game combined with a zombie killing fest, created by Brinemedia. Drive your car to kill the zombies that get on your path. Make sure to use your fuel wisely as you run out of it. When you are standing still you will be an easy pray to the zombies coming your way. Also don\'t forget to use your nitro-boosts as it can just help you to get over that hill or gap.', 'https://img.gamemonetize.com/183mnhfqj7kz1rt0gcokhpvhd7o06lhl/512x384.jpg', 'https://html5.gamemonetize.com/183mnhfqj7kz1rt0gcokhpvhd7o06lhl/', '0', 'Arcade', 0, 0, '', 'zombie-derby-'), (9444, 'Angry Birds vs Pigs', 'Welcome to Angry birds vs pigs and famous birds shooting game. Aim and release to shoot pigs trapped inside obstacles and try to eleminate them all. Every level comes with a special bird with new powers. Let\'s begin the journey', 'https://img.gamemonetize.com/ndzip7ly7bm2y13d6avy9v253zn81hk8/512x384.jpg', 'https://html5.gamemonetize.com/ndzip7ly7bm2y13d6avy9v253zn81hk8/', '0', 'Arcade', 0, 0, '', 'angry-birds-vs-pigs'), (9445, 'Kuri in Lull the Ghosts', 'Oh no! Somebody made the sun disappear and now there are boisterous ghosts everywhere! Help Kuri the hedgehog to shine some light to lull the ghosts to sleep in this physics puzzle game.', 'https://img.gamemonetize.com/it51gm28r0wxe48kb1fg78oskej3ty72/512x384.jpg', 'https://html5.gamemonetize.com/it51gm28r0wxe48kb1fg78oskej3ty72/', '0', 'Hypercasual', 0, 0, '', 'kuri-in-lull-the-ghosts'), (9446, 'Goblin Clan Online Game', 'Goblin Clan is a free online fantasy game in which goblins must help each other escape the king and queen’s imprisonment while plundering loot and avoiding the wrath of a sorceress. Join us as we explore your captivating world! This free online game is a perfect way to pass the time and get to know the exciting world of goblins! In this virtual world you\'ll face many challenges and overcome them all successfully. Learn lots of new things with every mistake you make on your journey through Goblin Town, which will grant you experience points, money, and other items that can help you unlock future games.', 'https://img.gamemonetize.com/1y89l7hkdc471abjv32g5r2j8x2do64y/512x384.jpg', 'https://html5.gamemonetize.com/1y89l7hkdc471abjv32g5r2j8x2do64y/', '0', 'Arcade', 0, 0, '', 'goblin-clan-online-game'), (9447, 'Pixel War', 'Nothing goes well in the world of pixels anymore! The invaders are becoming more numerous and they fight every inch of screen. Do not let them! Increase your population and invade enemy pixels. Pixel War is a tactical game that will test your logic and sense of strategy. Quickly think about the technique you will use. Feel the rhythm of a thrilling game and gorgeous graphics.', 'https://img.gamemonetize.com/ci3mzqtvpuzdlr8xjktvv5ur1jtqa7zi/512x384.jpg', 'https://html5.gamemonetize.com/ci3mzqtvpuzdlr8xjktvv5ur1jtqa7zi/', '0', 'Arcade', 0, 0, '', 'pixel-war'), (9448, 'Pixel Jump', 'Do you like games easy to understand but difficult to master? This game is for you! You are a small pixel and you have to survive as long as possible! Jump from floor to floor and avoid the enemies! You can jump as many times as you like, but beware of the enemies, if you touch them, it\'s over!', 'https://img.gamemonetize.com/zyqpzrt5za720yfzfmvrom01lbq2ktpa/512x384.jpg', 'https://html5.gamemonetize.com/zyqpzrt5za720yfzfmvrom01lbq2ktpa/', '0', 'Arcade', 0, 0, '', 'pixel-jump'), (9449, 'Pixel Cat Cant Fly', 'Pixel Cat Can’t Fly is a game of reflexes in which you have to keep your little pixel cat in the air as long as possible. When you touch the screen, your cat will jump. You need to make it go through holes in walls. If you’re not accurate enough and your cat hits a surface, you lose.', 'https://img.gamemonetize.com/x2x6bcycko080okkmhlu9l47smviib74/512x384.jpg', 'https://html5.gamemonetize.com/x2x6bcycko080okkmhlu9l47smviib74/', '0', 'Clicker', 0, 0, '', 'pixel-cat-cant-fly'), (9450, 'Muscle Race 3D Smash Running Game', 'Collect your own color dumbbell and Build up your body !! You break through the some gimmick to the goal using your toughness muscle!! Aim at the goal earlier than anyone else!!', 'https://img.gamemonetize.com/8w0l7j09z26jo2qy3lvs098v8x9jdrb7/512x384.jpg', 'https://html5.gamemonetize.com/8w0l7j09z26jo2qy3lvs098v8x9jdrb7/', '0', 'Hypercasual', 0, 0, '', 'muscle-race-d--smash-running-game'), (9451, 'Diagonal Game', 'Diagonal is a controlled puzzle game, and the goal in this game is to control the bullet to avoid squares and other rockets that can destroy the bullet. But you need to remember that bullets can move only diagonal. It is hard to control but in another way, it is interesting and funny. When you get the catch it will be easy for you to play. Collect the blue balls that will be on your way and try to play longer as you can without crashing, or being hit by some rocket.', 'https://img.gamemonetize.com/j4ur1xuhvfl7q95284jtx3avce9n70dk/512x384.jpg', 'https://html5.gamemonetize.com/j4ur1xuhvfl7q95284jtx3avce9n70dk/', '0', 'Puzzles', 0, 0, '', 'diagonal-game'), (9452, 'East Running Surfer 2D', 'Help the prince out by running faster than the rest of the crowd! Get as far away from here as you possibly can. Buy products in the shop using coins you\'ve saved up. It\'s time to make your mark on the East Coast! Great visuals keep you playing for a long time. Avoid bumping into any barriers in the eastern safari by running as fast as possible without stopping. Run in Arab cities if you desire to do so. We have a royal runner who can take you to the east. Running around the streets and highways of Arab (East) combined with the subways of the East seems like something you like doing. This east runner game is waiting for you. If you accomplish your objectives by running, you\'ll win coins, which you can spend on flying shoes, carpets and a light, which will provide fresh life and quadruple your cash. There are a variety of hurdles to leap over or slide under, so be fast and use your high-level senses to become a champion by being quick and using your high-level senses. The eastbound subway is more appealing. As a player in this new east runner game, all you have to do is run on the east roads to collect cash and fulfil your assigned task. You\'ll all be given magnets and diamonds of various kinds so that you may more readily get coins. There are over 100 objectives in this new east runner game, so it\'s sure to keep you entertained. Explore the East City\'s most bizarre occurrences. Just drag to leap, slide, or move to the left or right. Take care not to slam against barriers. Run through East City and the underground, collecting as many coins as possible. If you want to request changes to the game, please email us instead of posting them in the comments section. We do our best to read all of the comments, but we may have missed yours.', 'https://img.gamemonetize.com/xcxzi26urha3vhnxetummfqzfgdyu5wa/512x384.jpg', 'https://html5.gamemonetize.com/xcxzi26urha3vhnxetummfqzfgdyu5wa/', '0', 'Arcade', 0, 0, '', 'east-running-surfer-d'), (9453, 'Rock Paper Scissors', 'Do you know what’s more memorable than the classic game of Rock, Paper, Scissors? Well, it’s a game of Rock, Paper, Scissors against a terrific artificial intelligence that\'s able to be absolutely random while also representing a real challenge! Are you fed up with playing against people who can predict your every move? Muster up your courage and defy the only opponent strong enough for you!', 'https://img.gamemonetize.com/57eakruu4bhzcza4m3v6i5db1prhmm1j/512x384.jpg', 'https://html5.gamemonetize.com/57eakruu4bhzcza4m3v6i5db1prhmm1j/', '0', 'Multiplayer', 0, 0, '', 'rock-paper-scissors'), (9454, 'Rocket Jump', 'Do you like games where you need to make a character jump on the screen? Are you ready to play the best jumping game in the galaxy? The first levels of the game are very easy. As you progress through the levels, they become trickier and trickier... The difficulty increases after each level; the distance and the traps to reach the top are higher. Your skills will be challenged all day long.', 'https://img.gamemonetize.com/sg0b7nu31g48xi15z3av22uc4282lgu4/512x384.jpg', 'https://html5.gamemonetize.com/sg0b7nu31g48xi15z3av22uc4282lgu4/', '0', 'Arcade', 0, 0, '', 'rocket-jump'), (9455, 'Rocket Rodent Nightmare', 'Rocket Rodent Nightmare is a game about reflexes and timing. You must propel your character at the right moment in order to avoid the walls. But be careful, the spaces to pass through those walls are thin and if you touch them, you lose. Each obstacle passed is one point added to your score, so try to go the further you can.', 'https://img.gamemonetize.com/7a4gw7oh7hcvsl8soecil44lgm93vxka/512x384.jpg', 'https://html5.gamemonetize.com/7a4gw7oh7hcvsl8soecil44lgm93vxka/', '0', 'Arcade', 0, 0, '', 'rocket-rodent-nightmare'), (9456, 'Deko 2', 'Deko 2 is a 2D platformer where you have to collect ice creams and reach the pink colored flag while avoiding enemies, spikes and saws. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original Deko series.', 'https://img.gamemonetize.com/rvsgzhv2fmhcj1s1osuwmup4gvtguosn/512x384.jpg', 'https://html5.gamemonetize.com/rvsgzhv2fmhcj1s1osuwmup4gvtguosn/', '0', 'Arcade', 0, 0, '', 'deko-'), (9457, 'Peppa Pig Slide', 'Friends, today we want to present to your attention a set of puzzles with the participation of Peppa Pig! This puzzle will help you not only have fun, but also work hard to put the picture into one.', 'https://img.gamemonetize.com/0x1237s6pnmes1xmg11r6a19pmw7d4rm/512x384.jpg', 'https://html5.gamemonetize.com/0x1237s6pnmes1xmg11r6a19pmw7d4rm/', '0', 'Arcade', 0, 0, '', 'peppa-pig-slide'), (9458, 'Snowball.io Game', 'Snowball.io is a very interesting leisure, competitive game. You can control your character to participate in the snowball war by sliding the screen with your fingertips. Scroll in the scene for a longer time to accumulate larger snowballs, and try to eliminate all your opponents. The whole process of the game is a great test of the player\'s finger flexibility. The simple snow-white painting style is also great. The operation is simple and easy to use. It is very suitable for boring times to kill the time!', 'https://img.gamemonetize.com/jdxrwawd43ij64lixz02uwhqnzmfjk2k/512x384.jpg', 'https://html5.gamemonetize.com/jdxrwawd43ij64lixz02uwhqnzmfjk2k/', '0', '3D', 0, 0, '', 'snowballio-game'), (9459, 'Car Sort Puzzle', 'Car Sort Puzzle in a new puzzle game. The higher level you reach in the puzzle, the harder it gets since there are more spaces to arrange colors. To play this casual puzzle game - sort colored cars in the parking with the right color combinations until all cars with the same color stay in the place. Enjoy challenging, but relaxing games to train your brain and memory!', 'https://img.gamemonetize.com/hrqwakcw7vn0qozm3xbtw51c10b5d3tm/512x384.jpg', 'https://html5.gamemonetize.com/hrqwakcw7vn0qozm3xbtw51c10b5d3tm/', '0', '3D', 0, 0, '', 'car-sort-puzzle'), (9460, 'Princess Punk Fashion Tattoo Desgin', 'Punk is a popular style among teenagers. It represents rock culture. Now Elsa and other princesses want to experience it. First, draw a tattoo on their arm. It is so cool. Then find suits and makeup to match it! They will be the coolest sisters on the road!', 'https://img.gamemonetize.com/svvtup32pi8yn8ycwusat9md0ce6v5xr/512x384.jpg', 'https://html5.gamemonetize.com/svvtup32pi8yn8ycwusat9md0ce6v5xr/', '0', 'Hypercasual', 0, 0, '', 'princess-punk-fashion--tattoo-desgin'), (9461, 'Deko', 'Deko is a 2D platformer where you have to collect the ice cream while avoiding the enemies, spikes and saws and reach the pink colored flag. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/29s1dlqf7bsri639eo269svqjv50sb7j/512x384.jpg', 'https://html5.gamemonetize.com/29s1dlqf7bsri639eo269svqjv50sb7j/', '0', 'Arcade', 0, 0, '', 'deko'), (9462, 'Stolen House', 'Stolen House is a free leisure online game for boys. You play the role of a thief in the game, and you need to steal the specified items to complete the task. There are many dangerous things to pass the levels, so you need to avoid traps and obstacles, and don\'t be found by guards. The game is exquisite and the gameplay is simple. Come and challenge to unlock more levels!', 'https://img.gamemonetize.com/0ldbmf0tioqhvbj6i4rl9vx3xvn6ike6/512x384.jpg', 'https://html5.gamemonetize.com/0ldbmf0tioqhvbj6i4rl9vx3xvn6ike6/', '0', 'Boys', 0, 0, '', 'stolen-house'), (9463, 'Sweet Home Clean Up', 'Welcome to your sweet home and cleaning world to keep your house clean. Bedrooms, bathrooms, kitchens, living rooms... look at what they are like! Let\'s clean up the sweet home well! Play this cleanup game with many different cleanup activities. Start your home cleaning journey now.', 'https://img.gamemonetize.com/za5r97zmbddngh8mdrsym7wg4chcnj2l/512x384.jpg', 'https://html5.gamemonetize.com/za5r97zmbddngh8mdrsym7wg4chcnj2l/', '0', 'Girls', 0, 0, '', 'sweet-home-clean-up'), (9464, 'Hero Tower Wars Online', 'Have fun with this entertaining action game, adventure Hero Tower Wars Online is an exclusive game of the tower defense category, help the little hero to bring down the towers in each of the levels!!! Enjoy this game in kiz10 for free and improve your score. A brave hero decided to attack the towers where her beautiful princess is trapped and needs you to free her from the clutches of different enemies. Move the character in each level of the tower calculates the addition, subtraction or multiplication to raise your level and defeat each enemy. try to obtain the different objects to increase your level, these will add many coins with which you can unlock different skins. Features:Adventure game, action, fights, tower defense.Complete each level and improve your score.Improve your character with each of the skins.Calculate addition, subtraction and multiplication.', 'https://img.gamemonetize.com/s2t7a2ugveaswq9el4ijblxtgeuwn8v7/512x384.jpg', 'https://html5.gamemonetize.com/s2t7a2ugveaswq9el4ijblxtgeuwn8v7/', '0', 'Adventure', 0, 0, '', 'hero-tower-wars-online'), (9465, 'Colors Collide 3d', 'Crazy Ball 3D is an excellent 3D ball game that will make you super happy and addicted to the game with simple and easy controls and just one click to play. In this Crazy Ball 3D game, you need to avoid obstacles while controlling the ball to keep moving forward. Are you eager to experience this reaction speed game? Install this fun game and become a good ball control expert in Crazy Ball 3D game. Download Crazy Ball 3D game: infinite dash now. How to play. ★Finger controls the ball to move left and right ★The acceleration belt can help you speed up. ★Dodging various obstacles Features. ★One-touch control for easy operation ★Stunning 3D worlds and effects ★No time limit ★Crazy speed ★Multi-color skin ★Best pressure reducer ★Challenges to test your extreme speed and rapid response If you like the feeling of adrenaline spewing, then this ultra-casual game is definitely for you. This Crazy Ball 3D game and reaction speed game is designed for you. This Crazy Ball 3D game may seem easy, but the ball will die as soon as it hits an obstacle. So do your best to control the ball and navigate through the dangerous paths to become a ball control expert! This Crazy Ball 3D game is simple and exciting, train your motor skills and reflexes at the same time. Play this super casual game and prove your skills in Crazy Ball 3D: Infinite Dash! You can\'t stop racing!', 'https://img.gamemonetize.com/utmsyph056k5lxj0j5vrkoqfc8pvx4q5/512x384.jpg', 'https://html5.gamemonetize.com/utmsyph056k5lxj0j5vrkoqfc8pvx4q5/', '0', 'Arcade', 0, 0, '', 'colors-collide--d'), (9466, 'Haton', 'Haton is a 2D platformer where you have to collect oranges while avoiding the spikes, and enemies wearing blue hats and reach the red flag in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/d6s73jbt74ilr1o0s5astuyv34llpb0t/512x384.jpg', 'https://html5.gamemonetize.com/d6s73jbt74ilr1o0s5astuyv34llpb0t/', '0', 'Arcade', 0, 0, '', 'haton'), (9467, 'Balls Ricochet!', '"Balls: Ricochet!" - is a new game made in a retro style. The ricochet game was one of the first to be released on personal PC. Balls shooters are one fun to play. This is a simple, but fascinating arcade, shooter, shooter.', 'https://img.gamemonetize.com/ek1ydtvemb4nxmngwkdksefgjgi7bb1g/512x384.jpg', 'https://html5.gamemonetize.com/ek1ydtvemb4nxmngwkdksefgjgi7bb1g/', '0', 'Puzzles', 0, 0, '', 'balls-ricochet'), (9468, 'Crazy Jumper Online Game', 'Crazy Jumper is the Jump Platformer online jumping game! How far will you jump? Play Crazy Jumper online for free - a fun platform game that you can play here. If you are a great fan of adventurous games, then you have got a treat in store for you. Crazy Jumper is a simple yet entertaining game. Playing it brings out some exhilarating experience. On the face of it, this game seems to be simple and plain but the reality is that in order to win the game (as well as earn some cool points on your way) you need to jump from rock to rock while avoiding various obstacles.', 'https://img.gamemonetize.com/njior5hv0l34x7wczr0aeh419rbkciwb/512x384.jpg', 'https://html5.gamemonetize.com/njior5hv0l34x7wczr0aeh419rbkciwb/', '0', 'Arcade', 0, 0, '', 'crazy-jumper-online-game'), (9469, 'Talking Ben Match3', 'The famous talking Ben in the game three in a row! Collect images of Ben and his friends in a group of three or more and stay on the field as long as possible!', 'https://img.gamemonetize.com/iku14av2y634hkonc7x11xzldbcqr89d/512x384.jpg', 'https://html5.gamemonetize.com/iku14av2y634hkonc7x11xzldbcqr89d/', '0', 'Puzzles', 0, 0, '', 'talking-ben-match'), (9470, 'Rocket Fly Forward', 'Control one Fly Rocket and try to collect the more you can! Enjoy it!', 'https://img.gamemonetize.com/vievtpxl8bi64uf5ht3pxyqkqr5hqkws/512x384.jpg', 'https://html5.gamemonetize.com/vievtpxl8bi64uf5ht3pxyqkqr5hqkws/', '0', 'Clicker', 0, 0, '', 'rocket-fly-forward'), (9471, 'Death Race 2', 'The road is dangerous, can you survive? This is an action shooter game where you get to shoot down the enemy\'s air and ground attacks. Survive as long as you can and earn points. Spend those points to upgrade and make additions to your convoy until you can survive to the end of the city. Unlock new cars as you last longer in battle. Get ready to take on the Battle On Road.', 'https://img.gamemonetize.com/27h0ychuz5jn1y5c6kqbfr0lx3waejvu/512x384.jpg', 'https://html5.gamemonetize.com/27h0ychuz5jn1y5c6kqbfr0lx3waejvu/', '0', 'Racing', 0, 0, '', 'death-race-'), (9472, 'Robox', 'Robox is a puzzle platformer game where you control a robot to find the exit door. Help him to escape enemies and traps along the way. Jump, shoot the boxes using your teleportation gun, and try to reach the door. Good luck!', 'https://img.gamemonetize.com/y6ve0ll29td2j7nff0smks2ha0dz70zi/512x384.jpg', 'https://html5.gamemonetize.com/y6ve0ll29td2j7nff0smks2ha0dz70zi/', '0', 'Puzzles', 0, 0, '', 'robox'), (9473, 'Fly SmasherZ', 'Smash all the Flies that appear on the screen with your fingers, before they leave the screen, you have three lives and be very careful don\'t tap the red fly, they are very dangerous. Have fun with this endless smasher game. Product feature bullets: • Very fun game for kids and babies. • Endless game modality for Kids. • Very easy to play. • Nice 2D graphics. • Cool ambience nature music. • Amazing animations.', 'https://img.gamemonetize.com/zs96k86pjdu8kd1fnfcifeeb5li7kai3/512x384.jpg', 'https://html5.gamemonetize.com/zs96k86pjdu8kd1fnfcifeeb5li7kai3/', '0', 'Clicker', 0, 0, '', 'fly-smasherz'), (9474, 'Bhoolu', 'Bhoolu is a 2D platformer where you have to collect all of the candies while avoiding spikes, saws and enemies and reach the magic hole in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/e2c7nr75tkvdtdhfxr4ehsskkj3kde4u/512x384.jpg', 'https://html5.gamemonetize.com/e2c7nr75tkvdtdhfxr4ehsskkj3kde4u/', '0', 'Arcade', 0, 0, '', 'bhoolu'), (9475, 'Makeup and Cosmetic Box Cake 2022', 'Like make cake , bake and decorate! Get a step forward in makeup cake box and be the best cake maker in public contest. Make real cake the best makeup kit cake for princess at her birthday in makeup cooking games for girls 2022 .Open your own makeup cake sweet bakery and introduce a new concept by making makeup cake box or cosmetic cake box. Especially girl who love to cook makeup , makeup games for girls present a special combination of cooking game and makeup game where you cake make doll cake as well as doing makeup for lol doll . here the most exciting concept where you will cook your makeup in the form of sweet cosmetic cake box.If you are really addictive to play', 'https://img.gamemonetize.com/uc0itfcc9w6z0pkafavr28vy72pwai7f/512x384.jpg', 'https://html5.gamemonetize.com/uc0itfcc9w6z0pkafavr28vy72pwai7f/', '0', 'Girls', 0, 0, '', 'makeup-and-cosmetic-box-cake-'), (9476, 'Squid Game Challenge Gold', 'Squid Game Challenge Gold, where you have to use a needle to cut various geometric shapes from caramel candies, including a circle, a triangle, a square, a star and an umbrella! This game will give you the opportunity to experience the same emotions that the characters of the famous South Korean series called "The Squid Game" had to endure. There are many exciting levels ahead of you, in each of which you need to carefully remove a certain shape without breaking it.', 'https://img.gamemonetize.com/f18rah85x5qnmskeimrrikdgt64wrjv8/512x384.jpg', 'https://html5.gamemonetize.com/f18rah85x5qnmskeimrrikdgt64wrjv8/', '0', 'Clicker', 0, 0, '', 'squid-game-challenge-gold'), (9477, 'Squid Game Repetition', 'Welcome to Squid Game Repetition Tap the hands and legs to make the green character looks like the red one before they touch each other. collect enough coins to unlock the next level. in some levels you will have to repeat the figure in mirror mode or while the figures are rotating.', 'https://img.gamemonetize.com/8iqxrvofoj9nrjjldo23j2satgs1kbjl/512x384.jpg', 'https://html5.gamemonetize.com/8iqxrvofoj9nrjjldo23j2satgs1kbjl/', '0', 'Puzzles', 0, 0, '', 'squid-game-repetition'), (9478, 'My Wedding Cake', 'Imagine that you are going to get married, so you will need a wedding cake, right? So, how about baking your own wedding cake? Let\'s do that? Join it', 'https://img.gamemonetize.com/g5c7qi71lctibha0cvt1tgknqsbki944/512x384.jpg', 'https://html5.gamemonetize.com/g5c7qi71lctibha0cvt1tgknqsbki944/', '0', 'Girls', 0, 0, '', 'my-wedding-cake'), (9479, 'Breacker Bricks', 'Three separate lives. Time is running out. Shatter every brick. Move the bar to the right, take aim, and fire the ball! The game rule is simple and easy. You need to use your ball to smash the blocks! Balls Hit - Bricks Breaker is an interesting new take on the time-honoured brick-breaking genre. To destroy the bricks, you must first launch the ball. Gather the necessary items to divide your ball into hundreds, and then it will be simple to complete the level. Have a good time while playing Balls Hit-Bricks Breaker and put your mind at ease at the same time.', 'https://img.gamemonetize.com/4qi9ipcqtxdbsnfaoksibe5kthhddr3n/512x384.jpg', 'https://html5.gamemonetize.com/4qi9ipcqtxdbsnfaoksibe5kthhddr3n/', '0', 'Arcade', 0, 0, '', 'breacker-bricks'), (9480, 'Among Robots 2', 'Among Robots is a 2D platformer where you have to collect all of the key cards in order to unlock the Exit door which leads you to the next level. But you have to avoid the enemy bots, flying bots, spikes and saws. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Among Robots" series.', 'https://img.gamemonetize.com/7z9kkyb6npjgzk7uqws8960aqzcn8b1a/512x384.jpg', 'https://html5.gamemonetize.com/7z9kkyb6npjgzk7uqws8960aqzcn8b1a/', '0', 'Arcade', 0, 0, '', 'among-robots-'), (9481, 'Star Smasher', 'Try to smash the more star you can! enjoy it!', 'https://img.gamemonetize.com/0nvfy72hrz0cly40gabwcmc2hii0r7l7/512x384.jpg', 'https://html5.gamemonetize.com/0nvfy72hrz0cly40gabwcmc2hii0r7l7/', '0', 'Clicker', 0, 0, '', 'star-smasher'), (9482, 'Temple Runner 2', 'Temple Run 2: Jungle Fall is an endless runner game developed by Imangi. Escape from the dangerous demonic apes and avoid all the obstacles and traps that are found along the way. Traverse the beautiful orange forest, avoid traps, dodge dynamic enemies like venus flytraps, and help this fearless treasure hunter escape with the gold idol. But hurry up! The evil monkey monsters are still chasing you! The Jungle Fall map adds some vibrance to the classic Temple Run 2 experience. Are you ready for a familiar yet new exciting adventure? Enjoy the fall season with a brand new map to fall in love with!', 'https://img.gamemonetize.com/yeoei0skbh9408olbqqzucj44492l6k6/512x384.jpg', 'https://html5.gamemonetize.com/yeoei0skbh9408olbqqzucj44492l6k6/', '0', 'Adventure', 0, 0, '', 'temple-runner-'), (9483, 'Rotate Bridge', 'Build bridges to save the trapped people! Rotate Bridge 3D is a casual puzzle game where you can build bridges. The more characters rescued, the more points and rewards you will eventually get. Build the bridge on a platform on the ground, not in a cave or on the sea. are you ready? Come on, the rescue mission begins!', 'https://img.gamemonetize.com/c6oaj4rms87lhxebo4pyqn1jyt7ptq8a/512x384.jpg', 'https://html5.gamemonetize.com/c6oaj4rms87lhxebo4pyqn1jyt7ptq8a/', '0', '3D', 0, 0, '', 'rotate-bridge'), (9484, 'Cats Arena', 'Take part in the merciless battle of space seals. To win you need to score 30 points. For each point you will receive money that will allow you to improve your appearance and buy a pet.', 'https://img.gamemonetize.com/kus9m67l4ep7xrwuh7n3m3snmhdfv569/512x384.jpg', 'https://html5.gamemonetize.com/kus9m67l4ep7xrwuh7n3m3snmhdfv569/', '0', 'Girls', 0, 0, '', 'cats-arena'), (9485, 'FrogHouse', 'This is just a drag and drop game about the frog house! Grab items and have fun! Many items 4 rooms Funny sounds', 'https://img.gamemonetize.com/vps2dnhf23x67xogvfrnm4lko1alts0j/512x384.jpg', 'https://html5.gamemonetize.com/vps2dnhf23x67xogvfrnm4lko1alts0j/', '0', 'Puzzles', 0, 0, '', 'froghouse'), (9486, 'Horse Divorce', 'Horse Divorce is a short, surreal puzzle game about horses falling in and out of love. Players control two halves of an elongated horse, overcoming their differences as they navigate and move obstacles.', 'https://img.gamemonetize.com/kkw35iftv3ogmut9ms41z6m8d19brlas/512x384.jpg', 'https://html5.gamemonetize.com/kkw35iftv3ogmut9ms41z6m8d19brlas/', '0', 'Puzzles', 0, 0, '', 'horse-divorce'), (9487, 'Inoi 2', 'Inoi 2 is a 2D simple platformer where you need to avoid green, yellow and red cactus of different sizes and reach the red flag. You have to collect all of the water containers before reaching the red flag in order to go to the next level. There are 8 levels to play and the difficulty increases as you proceed. This is the sequel of the original Inoi game.', 'https://img.gamemonetize.com/lr0h4hv903fvbhfhuz89rqv7b7x2zviv/512x384.jpg', 'https://html5.gamemonetize.com/lr0h4hv903fvbhfhuz89rqv7b7x2zviv/', '0', 'Arcade', 0, 0, '', 'inoi-'), (9488, 'Poppy Playtime Match Card', 'You must stay alive in this horror/puzzle adventure. Try to survive the vengeful toys waiting for you in the abandoned toy factory. Use your GrabPack to hack electrical circuits or nab anything from afar. Explore the mysterious facility... and don\'t get caught. Poppy Playtime is a survival horror video game developed and published by American indie developer MOB Games. The player takes the role of a former Playtime Co. employee, who revisits the abandoned toy factory 10 years after its staff\'s disappearance. The player navigates through a first-person perspective and must solve puzzles, some requiring a gadget named the GrabPack, to progress further while avoiding various enemies. The first chapter was released on Steam for Microsoft Windows on October 12, 2021, and later for Android and iOS on March 11, 2022. The second chapter was released for Microsoft Windows on May 5, and the third is expected to be released in early 2023. All chapters after the first will be released as downloadable content. The game quickly gained positive reviews for its gameplay on its initial release, but was later met with negative reviews after the developers announced non-fungible tokens, with the second chapter receiving mixed reviews for its buggy launch.', 'https://img.gamemonetize.com/9pcame2rekn2bvy0byxpdgsoj7yg1kl4/512x384.jpg', 'https://html5.gamemonetize.com/9pcame2rekn2bvy0byxpdgsoj7yg1kl4/', '0', 'Puzzles', 0, 0, '', 'poppy-playtime-match-card'), (9489, 'Umbrella Down', 'Control the gentle guy who is falling with just an umbrella & avoid being caught in the traps if possible. It is believed that the longer you live, the better your scores will be. You will be in charge of an umbrella that will move and ascend at an alarming rate throughout the game. It would help if you went as far as you possibly could, despite the rain, wind, cities, airships, aircraft, trees, balloons, and other obstacles that stand in the way. while accumulating suns to unlock new umbrellas Are you fed up with not having an umbrella when the sky opens up in torrents? Otherwise, do you find it aggravating to be forced to hang on to your wet umbrella after a bit of a shower? It is possible to borrow an umbrella precisely when you need it using Dripdrop. This new umbrella borrowing service allows you to return it immediately once it ceases to rain.', 'https://img.gamemonetize.com/wn4drwtok3kd0e9210423k66j53pr8a9/512x384.jpg', 'https://html5.gamemonetize.com/wn4drwtok3kd0e9210423k66j53pr8a9/', '0', 'Arcade', 0, 0, '', 'umbrella-down'), (9490, 'Drift Mania Street', 'Drift Mania: Street Outlaws takes the heat to the streets allowing players to battle and compete in underground drift events based on various world locatio', 'https://img.gamemonetize.com/xtktm1zelnxizaemmsg2q53ithbjkjza/512x384.jpg', 'https://html5.gamemonetize.com/xtktm1zelnxizaemmsg2q53ithbjkjza/', '0', 'Adventure', 0, 0, '', 'drift-mania-street'), (9491, 'Panda Bamboo', 'A panda has just landed in our forests! This imposing black and white animal is hungry and wants only one thing… to eat bamboo! Feed him before he goes for a little nap, but watch out: Other pandas in the jungle are also fighting for the bamboo. They hide in the bamboo in order to stop you. Do not underestimate these pandas; they are armed! Stay vigilant... The war of bamboo is about to start.', 'https://img.gamemonetize.com/ttff0juxcir9wvockuk8msyryon65cyq/512x384.jpg', 'https://html5.gamemonetize.com/ttff0juxcir9wvockuk8msyryon65cyq/', '0', 'Arcade', 0, 0, '', 'panda-bamboo'), (9492, 'Spooky Vending Machine', 'Spooky Vending Machine is an amazing game that helps your child to learn math by playing! Choose among three vending machines: one with toys, one with sweet treats, and one with food; each item inside the vending machines has a price you have a set of coins at your disposal to insert the right sum you can see on the display, If you’re right, the vending machine will release the item, if you’re wrong you’ll receive an error message.', 'https://img.gamemonetize.com/hdz7v4ka8m3qhmwl82m3p5m2gf6a8enc/512x384.jpg', 'https://html5.gamemonetize.com/hdz7v4ka8m3qhmwl82m3p5m2gf6a8enc/', '0', 'Hypercasual', 0, 0, '', 'spooky-vending-machine'), (9493, 'Puzzle Rootate Animal', '“Puzzle Rotate – Animals†is a casual puzzle game. Build the correct image by rotating the pieces of the puzzle before time runs out. Tap or click on a piece to rotate and have fun!', 'https://img.gamemonetize.com/mmp5zopyin65bwg8c94i5civfbbe3osj/512x384.jpg', 'https://html5.gamemonetize.com/mmp5zopyin65bwg8c94i5civfbbe3osj/', '0', 'Puzzles', 0, 0, '', 'puzzle-rootate-animal'), (9494, 'Get The Star', '“Get the Star†is a casual puzzle game. The goal is to collect all the stars of each area, get the key and proceed to the next challenge.', 'https://img.gamemonetize.com/q053lfw3nbr5qbgh4sfo3epfmsatkfab/512x384.jpg', 'https://html5.gamemonetize.com/q053lfw3nbr5qbgh4sfo3epfmsatkfab/', '0', 'Hypercasual', 0, 0, '', 'get-the-star'), (9495, 'Pet Groomer', 'You own a pet store and the most important business is pet grooming. One day a girl come in with her pets. The dog and cat both need cleaning. Help them to take a shower and make them pretty than before.', 'https://img.gamemonetize.com/g4z3nhpq6fsxt8raho7ed23kk78ghsif/512x384.jpg', 'https://html5.gamemonetize.com/g4z3nhpq6fsxt8raho7ed23kk78ghsif/', '0', 'Hypercasual', 0, 0, '', 'pet-groomer'), (9496, 'Fall Racing 3d', 'Fall Race 3D Fall Race 3D is an online Kids game, it\'s playable on all smartphones or tablets, such as iPhone, iPad, Samsung and other Apple and android system. Fall-Race-3D is an exciting arcade running game. You will race with other stickmen. Don\'t fall off the platforms. You must win the first title. For arriving at the other platforms, you must speed up or use Paraglider.', 'https://img.gamemonetize.com/3e4bladv7dvh3uvyou9dex47a7fe99tf/512x384.jpg', 'https://html5.gamemonetize.com/3e4bladv7dvh3uvyou9dex47a7fe99tf/', '0', '3D', 0, 0, '', 'fall-racing-d'), (9497, 'Car Parking ProSBH', 'From the creators of the legendary driving and drifting game Drift Max Pro comes a brand new 3D parking and driving game: Car Parking Pro - Car Parking Game & Driving Game. In this amazing 3d car parking game, you have many modification options and crazy parking game modes. Complete challenges in career mode and improve your driving and parking skills in this awesome 3D car parking game.', 'https://img.gamemonetize.com/lxbaqg87vtn410mb6co217d3fu4ggubl/512x384.jpg', 'https://html5.gamemonetize.com/lxbaqg87vtn410mb6co217d3fu4ggubl/', '0', 'Racing', 0, 0, '', 'car-parking-prosbh'), (9498, 'Cute Foal Treatment', 'Cute lovely foal got a heavy injury on her body, she needs the best care and treatment, Act as a doctor and give the best treatment to this foal like injection, wiping the wounds, changing horseshoes, etc. Enjoy these wonderful doctor games at 7sgames.com', 'https://img.gamemonetize.com/r8aa6p6ttz6jxfn66z2ywgvd0pln9fum/512x384.jpg', 'https://html5.gamemonetize.com/r8aa6p6ttz6jxfn66z2ywgvd0pln9fum/', '0', 'Girls', 0, 0, '', 'cute-foal-treatment'), (9499, 'Object Hunt 3D', 'The ultimate hide and seek game is about to begin! You need to disguise yourself as a prop and find the best hiding spot - otherwise you\'ll be too conspicuous and get caught. You also have the opportunity to act as a catcher, be sure to find the props that everyone has turned into, and find everyone to win!', 'https://img.gamemonetize.com/i8c9l8dvsh3w6gksgsidi3d51kuf7dup/512x384.jpg', 'https://html5.gamemonetize.com/i8c9l8dvsh3w6gksgsidi3d51kuf7dup/', '0', '3D', 0, 0, '', 'object-hunt-d'), (9500, 'Infant Chimp Escape', 'Infant Chimp Escape is a point and click escape game developed by 8BGames/Games2Mad. Imagine that you had been to a place; on there you found an Infant Chimp got trapped. Find some hidden object to solve some interesting clues to escape the Infant Chimp. Good luck…Have fun!', 'https://img.gamemonetize.com/c3t8zjhwbitmq733af8scou0p5qelumm/512x384.jpg', 'https://html5.gamemonetize.com/c3t8zjhwbitmq733af8scou0p5qelumm/', '0', 'Puzzles', 0, 0, '', 'infant-chimp-escape'), (9501, 'Chariot Escape', 'Chariot Escape is a point and click game developed by 8B Games/Games2Mad. Imagine that you had been to a village; there you lost your Chariot horse. Here are the interesting puzzles and hidden objects to find and get escape with the Chariot. Good luck... Have fun!', 'https://img.gamemonetize.com/ctqdiq3h2s7c0rcdfpbih3ih8h3qf6p1/512x384.jpg', 'https://html5.gamemonetize.com/ctqdiq3h2s7c0rcdfpbih3ih8h3qf6p1/', '0', 'Puzzles', 0, 0, '', 'chariot-escape'), (9502, 'Stone Cave Escape', 'Stone Cave Escape is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a forest, there you got trapped inside the forest Here is the interesting puzzles and hidden objects to find and get escape from the forest. Good luck... Have fun!', 'https://img.gamemonetize.com/jent29ypifj4pm3guixqvbr3s0s660rl/512x384.jpg', 'https://html5.gamemonetize.com/jent29ypifj4pm3guixqvbr3s0s660rl/', '0', 'Puzzles', 0, 0, '', 'stone-cave-escape'), (9503, 'Easter Basket Escape', 'Easter Basket Escape is a point and click escape game developed by 8BGames/Games2Mad. You are about to celebrate Easter with your friends and family, unfortunately you lost your Easter basket in this place. Find some hidden object and to solve some interesting clues to escape with your Easter basket. Good luck…Have fun!!', 'https://img.gamemonetize.com/f6z7f0fiyejbfn1o7h8lsspqsrejdx4k/512x384.jpg', 'https://html5.gamemonetize.com/f6z7f0fiyejbfn1o7h8lsspqsrejdx4k/', '0', 'Puzzles', 0, 0, '', 'easter-basket-escape'), (9504, 'Friday Night Funkin VS Garcello', 'A mod of Friday Night Funkin where you face off against Garcello in the back alley with three original songs: Headache, Nerves, and Release. Best played in hard mode. Smoking is BAD, you’ll learn soon enough. Optimized for Chromebook and playable on Mobile and Tablets. Updated. Garcello is now hard with ghost tapping turned off.', 'https://img.gamemonetize.com/21nkai3mpyhdmijxkyj2accl4tjm5i0z/512x384.jpg', 'https://html5.gamemonetize.com/21nkai3mpyhdmijxkyj2accl4tjm5i0z/', '0', 'Girls', 0, 0, '', 'friday-night-funkin-vs-garcello'), (9505, 'Poopy Shooting Survival', 'Do you bring a bang out of playing games that are poopy? Here, you will get the opportunity to become a realistic poop hunter by stomping on piles of feces with a super automobile while you are behind the wheel. The diseased poopy has been let loose across the city. Your primary responsibility is to rid the contemporary metropolis of the large infected poopy and end the injustice done to innocent people. Make roadkill by brutally driving your very angry automobile through a poopy apocalypse, crashing the car into the poop, and driving through it! You have the opportunity to earn respect and admiration of the citizens of the city if you show no compassion to the oncoming tide of poopy creatures and squish them to death as they emerge from the ground in an attempt to destroy your life automobile. You have been the only hope and hero of the contemporary metropolis loaded with diseased city monsters to halt the crawler\'s mega poopy onslaught. Poopy is a highly realistic creature that is wandering dead on earth continuously. Kill the gruesome beasts if you want to make it through this terrible mayhem. The most thrilling and exciting poopy survival game is the poopy Attack Monster Car Survival derby. In addition to being the most hazardous game, you have to battle for your existence. Let\'s test how far you can make it by pitting you against the super squad of poopy!', 'https://img.gamemonetize.com/e9tlqvzd799wcybed08tobn4gyr4m36n/512x384.jpg', 'https://html5.gamemonetize.com/e9tlqvzd799wcybed08tobn4gyr4m36n/', '0', 'Shooting', 0, 0, '', 'poopy-shooting-survival'), (9506, 'Monster and microbes ', 'monster and microbes is a fun game! Help the monster to survive, destroy various mutated viruses using touch or slash method, get the highest score, enjoy the game!', 'https://img.gamemonetize.com/pos41wsqpor0yo9x8phm4a5uz6d26sdr/512x384.jpg', 'https://html5.gamemonetize.com/pos41wsqpor0yo9x8phm4a5uz6d26sdr/', '0', 'Arcade', 0, 0, '', 'monster-and-microbes-'), (9507, 'Stickman maverick bad boys killer', 'You are the ultimate stickman soldier and your mission is to kill all the bad boys. To achieve your goal, you will have access to tons of weapons, new stickman characters, huge mecha and other amazing mass destruction weapons ! Are you going to exterminate all the bad boys in this stickman massacre game ? You are the ultimate stickman soldier. Kill the bad guys or die ! This game is just a huge destruction game. If you are good enough, you will kill thousand of stickman. Kill, kill, kill.', 'https://img.gamemonetize.com/1s6ejh811l78xxzu5d07j7emd0lolxib/512x384.jpg', 'https://html5.gamemonetize.com/1s6ejh811l78xxzu5d07j7emd0lolxib/', '0', 'Adventure', 0, 0, '', 'stickman-maverick--bad-boys-killer'), (9508, 'Spa With Daddy', 'It\'s Jessica\'s birthday and her dream birthday present is going to the spa with her dad! Of course her father would promise her, she would give her whatever she wanted! A day at the spa wasn\'t a good time for Dad, he didn\'t know what was in it. He is about to feel the biggest surprise in his life, I hope he will like it! Get ready for a luxurious beauty salon treatment with dad! Everyone\'s nails, hair, skin and mind need some luxurious treatment from time to time!', 'https://img.gamemonetize.com/4811hee6taqritr3hf7eksad3y5vg0tm/512x384.jpg', 'https://html5.gamemonetize.com/4811hee6taqritr3hf7eksad3y5vg0tm/', '0', 'Girls', 0, 0, '', 'spa-with-daddy'), (9509, 'Blocky Dash', 'Get ready for the adventure ride! Jump the player and discover green hills, snowy mountains and desert dunes in this unique physics racer! The tornado ripped your farm apart and scattered it around the Globe.', 'https://img.gamemonetize.com/boc9fphzczas785vcmooeqm07wycs5nf/512x384.jpg', 'https://html5.gamemonetize.com/boc9fphzczas785vcmooeqm07wycs5nf/', '0', 'Hypercasual', 0, 0, '', 'blocky-dash'), (9510, 'Noob Guys', 'noob guys welcome to the running race between noob and noob\'s friends. Don\'t fall down, if you fall, you\'ll start over. Nobody wants to start over. Are you ready for a race full of noobs? You must collect crowns to get noob costumes. You should be #1 in the noob guys race. you should be the winner of the race, you should buy the best costume.', 'https://img.gamemonetize.com/2qo4mq0qqcr9syw6gwmo6dovpb4okqo6/512x384.jpg', 'https://html5.gamemonetize.com/2qo4mq0qqcr9syw6gwmo6dovpb4okqo6/', '0', 'Multiplayer', 0, 0, '', 'noob-guys'), (9511, 'Stickman Sniper Tap To Kill', 'Do you like FPS and other shooting games? This game is for you! Take the identity of a secret agent and take your sniper. You have precise orders! The identity of each one of your targets is given to you at the beginning of the level. Concentrate and succeed in all your missions.', 'https://img.gamemonetize.com/t2rb13zf55lngb76b1xbqrk9164xzkci/512x384.jpg', 'https://html5.gamemonetize.com/t2rb13zf55lngb76b1xbqrk9164xzkci/', '0', 'Fighting', 0, 0, '', 'stickman-sniper--tap-to-kill'), (9512, 'Superhero City Bike Parking Game 3D', 'You had always played traditional driving simulation games but the gameplay of such kinds of games seems to be boring and repetitive. Here we bring a new idea of bike parking in extreme situations.', 'https://img.gamemonetize.com/f3ach1luv61y2ze9hiov85om00ijybik/512x384.jpg', 'https://html5.gamemonetize.com/f3ach1luv61y2ze9hiov85om00ijybik/', '0', 'Arcade', 0, 0, '', 'superhero-city-bike-parking-game-d'), (9513, 'American Trash Truck Simulator Game 2022', 'Do you enjoy playing offline games? Then this garbage truck game is for you. Clean up the trash in time to get rid of the stench in the city.', 'https://img.gamemonetize.com/z03h6urf13pwtc9dznmxx43fz0hhqkxz/512x384.jpg', 'https://html5.gamemonetize.com/z03h6urf13pwtc9dznmxx43fz0hhqkxz/', '0', 'Adventure', 0, 0, '', 'american-trash-truck-simulator-game-'), (9514, 'Max Road One Level', 'Welcome to unique puzzle car game. We have only one level. But we have 20 challenges! Complete all puzzles and reach to victory.', 'https://img.gamemonetize.com/dhhkwuanmcdmacc4y67gukc1t2z05dys/512x384.jpg', 'https://html5.gamemonetize.com/dhhkwuanmcdmacc4y67gukc1t2z05dys/', '0', 'Arcade', 0, 0, '', 'max-road--one-level'), (9515, 'Pro Puzzle', 'Play Block Puzzle Plus for free at CrazyGames. This is one of the best puzzle games!', 'https://img.gamemonetize.com/dpbff21tkqr94n10lu0dwlij8akydnhi/512x384.jpg', 'https://html5.gamemonetize.com/dpbff21tkqr94n10lu0dwlij8akydnhi/', '0', 'Puzzles', 0, 0, '', 'pro-puzzle'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (9516, 'Alien Shooter Online Game', 'Alien Shooter is a classic arcade shooter game that you can play online. Enjoy this popular shooting game! Alien Shooter is a free online game — Just Point and Shoot. It\'s a rather simple game, but it does include some elements of cool strategy. You\'ll do well to upgrade your weapon in the beginning because you\'ll want to make sure you have a powerful gun! Take control of a powerful armor that is armed with weapons and go on epic adventures in various missions, pass through simple tasks, eliminate hordes of attacking enemies and complete the main plot of this game and save the human race. Alien Shooter is a classic game, you can play it online for free. It\'s one of the best Alien games. Shoot the aliens and save the humans. Alien Shooter is a classic arcade shooter game that you can play online. Enjoy this popular shooting game! Game features Suitable for all ages Easy to play Exciting levels Good quality of sound and graphics. How to play Alien Shooter is a free online game. Just Point and Shoot. It\'s a rather simple game, but it does include some elements of cool strategy. You\'ll do well to upgrade your weapon in the beginning because you\'ll want to make sure you have a powerful gun! Take control of a powerful armor that is armed with weapons and go on epic adventures in various missions, pass through simple tasks, eliminate hordes of attacking enemies and complete the main plot of this game and save the humans. Game controls Desktop Use the right click button to shoot the aliens. Mobile Tap on the screen to shoot the aliens. Controls and indicators Upper left side of the screen has the pause button The scores and levels are shown in the upper middle of the screen.', 'https://img.gamemonetize.com/6mipif7po0bd8ffvx3spmr4t4836xlf3/512x384.jpg', 'https://html5.gamemonetize.com/6mipif7po0bd8ffvx3spmr4t4836xlf3/', '0', 'Shooting', 0, 0, '', 'alien-shooter-online-game'), (9517, 'Endless Ninja Runner', 'You have just stumbled onto the best infinite temple runner game there is. If you want to keep your life, you need to get away from the black tiger. Break, hop over, slide under, and escape obstacles for a semi-sprint. You are the perfect tiny ninja that ever inhabited a long-lost temple. Make every effort to get to the temple of your lord.  Features: -Adorable illustrations in 3D toon style -A wide variety of ninjas from which to choose -An extremely diverse assortment of challenges -An intriguing take on the subway theme A musical track encoded in 8 bits It-Completely free to use', 'https://img.gamemonetize.com/brrftwjirdyb5d1by6pl9sq9rajc1m1j/512x384.jpg', 'https://html5.gamemonetize.com/brrftwjirdyb5d1by6pl9sq9rajc1m1j/', '0', 'Arcade', 0, 0, '', 'endless-ninja-runner'), (9518, 'Brawl Stars Slide', 'Welcome to the most fun fighters of the virtual world! In the game "Brawl Stars Slide", you will join this funny company and will be able to have fun in your free time. Here you will find a collection of puzzles with participants of the mega popular game.', 'https://img.gamemonetize.com/y94r0tx2pu3y5589n70lqwd43vj8f34p/512x384.jpg', 'https://html5.gamemonetize.com/y94r0tx2pu3y5589n70lqwd43vj8f34p/', '0', 'Puzzles', 0, 0, '', 'brawl-stars-slide'), (9519, 'Leap Parking', 'Hello, my friend, this is a fun parking game, by controlling force and direction,park the car in a designated spot, of course, don\'t forget to collect yellow stars, they can bring you more gold income,to upgrade your cars,get through game levels more easily. If you can get through all the levels with three stars, this game might be made for you. Try it, my friend. ', 'https://img.gamemonetize.com/es8h39cv03q4upgy4aeszz4inoanndnk/512x384.jpg', 'https://html5.gamemonetize.com/es8h39cv03q4upgy4aeszz4inoanndnk/', '0', 'Racing', 0, 0, '', 'leap-parking'), (9520, 'Aloo 2', 'Aloo 2 is a 2D platformer where you play as Aloo, the potato man, and you have to reach the finish flag while collecting the energy drink bottles and avoiding the ball monsters, giant blades, saws and spikes. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original "Aloo" series.', 'https://img.gamemonetize.com/m1xrfkizgmdw1lomm5oatneinzyh4f09/512x384.jpg', 'https://html5.gamemonetize.com/m1xrfkizgmdw1lomm5oatneinzyh4f09/', '0', 'Arcade', 0, 0, '', 'aloo-'), (9521, 'Aloo', 'Aloo is a 2D platformer where you play as the main character called Aloo, the potato man, and your mission is to collect energy drink bottles while avoiding the saws, giant blades, spikes and ball monsters. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/nhnr003eucwi0av2fglpz68g1xs1xevo/512x384.jpg', 'https://html5.gamemonetize.com/nhnr003eucwi0av2fglpz68g1xs1xevo/', '0', 'Arcade', 0, 0, '', 'aloo'), (9522, 'Puzzle Parking 3D Game', 'Are you talented in parking the car? Puzzle Parking 3D is a good place to show your talent. You need to play as a car driver who needs to guide all cars in the parking space without any touching and crash. Train your brain and challenge yourself. You will become the next parking master. It\'s time to prove that you are a competent driver. You need to think before you move, some levels really need your brain, don\'t give up, keep trying and have fun!', 'https://img.gamemonetize.com/q30ld8k162b62hxiq2tvv58af1p8hcq1/512x384.jpg', 'https://html5.gamemonetize.com/q30ld8k162b62hxiq2tvv58af1p8hcq1/', '0', '3D', 0, 0, '', 'puzzle-parking-d-game'), (9523, 'Monster Puzzles', 'Monster Puzzles is a cute puzzle game with all funny and scary monsters. Here is the season of Halloween where you see lots of similar items like pumpkins, hats. eyeballs, skeletons, spiders, and more scary stuff. Here in this game select any scary item and try to solve the jigsaw puzzle by matching all the pieces. Complete all the items and enjoy the game.', 'https://img.gamemonetize.com/9xztn9gvm2oqyzouua93je0t0bh0fj9s/512x384.jpg', 'https://html5.gamemonetize.com/9xztn9gvm2oqyzouua93je0t0bh0fj9s/', '0', 'Puzzles', 0, 0, '', 'monster-puzzles'), (9524, 'Tatertot Towers', 'Help Tatertot defend the mouse town! Build towers and fight off hoards of enemies. Collect resources and upgrade your buildings to stand a better chance. Can you delaying the inevitable?', 'https://img.gamemonetize.com/nczzsy6s1o0ik4tv4wvvz2flvita5sz0/512x384.jpg', 'https://html5.gamemonetize.com/nczzsy6s1o0ik4tv4wvvz2flvita5sz0/', '0', 'Adventure', 0, 0, '', 'tatertot-towers'), (9525, 'Inoi', 'Inoi is a 2D platformer where you need to collect water containers while avoiding the cactus enemies in the desert area. Collect all of the water containers and reach the red flag in order to go to the next level. There are 8 levels to play and the difficulty is moderate.', 'https://img.gamemonetize.com/ccibt314w4z7xz938puutu4bklzb2svp/512x384.jpg', 'https://html5.gamemonetize.com/ccibt314w4z7xz938puutu4bklzb2svp/', '0', 'Arcade', 0, 0, '', 'inoi'), (9526, 'Bottle Challenge', 'Every year the world conquers a new challenge. Thousands of people take part in these fun competitions and support each other. In the mini-game "Open the Bottle Challenge", you will take part in the next challenge, which captivated not only ordinary people, but also stars. Ready? Then we start', 'https://img.gamemonetize.com/s5omqsbuz52p5qvviiu1s4wn82l6a05y/512x384.jpg', 'https://html5.gamemonetize.com/s5omqsbuz52p5qvviiu1s4wn82l6a05y/', '0', 'Clicker', 0, 0, '', 'bottle-challenge'), (9527, 'find differences Masha and bear', 'Welcome to Spot the differences puzzle game! Use your brain and focus to find differences between the two masha and the bear pictures. This game will help you to focus and increase your reflexion. Good luck', 'https://img.gamemonetize.com/fpb0jo82qi2lvasdl1r19a45ol7m3v8s/512x384.jpg', 'https://html5.gamemonetize.com/fpb0jo82qi2lvasdl1r19a45ol7m3v8s/', '0', 'Puzzles', 0, 0, '', 'find-differences--masha-and-bear'), (9528, 'Lane Challenge 3D', 'You will start the most exciting and cool driving simulation game; 2. Start this perfect challenge, experience this amazing game playing method, and challenge more joy; 3. Every time the player needs to face the endless traffic, carefully control your car.', 'https://img.gamemonetize.com/s6vhdb8nykjutm22up5frm63ahfta820/512x384.jpg', 'https://html5.gamemonetize.com/s6vhdb8nykjutm22up5frm63ahfta820/', '0', 'Racing', 0, 0, '', 'lane-challenge-d'), (9529, 'Crash Monster Teeth', 'An evil monster wants to eat you. Knock out all his teeth with a hammer. You will have a limited time. But you can get extra time by collecting balls in a row. Use the buttons to rotate and change blocks in the dashboard. Collected coins will help you change any shape.', 'https://img.gamemonetize.com/7dhbcokjvfw8xuxggnoqrdviu6s3h71u/512x384.jpg', 'https://html5.gamemonetize.com/7dhbcokjvfw8xuxggnoqrdviu6s3h71u/', '0', 'Puzzles', 0, 0, '', 'crash-monster-teeth'), (9530, 'Flat Flapp', 'Flat Flap is a casual game for all ages, simple one-touch control, very inspired by Flappy Bird gameplay. With a minimalist look in flat design.', 'https://img.gamemonetize.com/zqlb6jpjf5p2146o5fqne2vno9pnbfyd/512x384.jpg', 'https://html5.gamemonetize.com/zqlb6jpjf5p2146o5fqne2vno9pnbfyd/', '0', 'Hypercasual', 0, 0, '', 'flat-flapp'), (9531, 'Spinning Color', 'Spinning Color is a nice game you have to tap the color shown on the center of the wheel there’s a red timer at the bottom, so be quick about it!', 'https://img.gamemonetize.com/pyav5rht2b1n64aqbtot5bhhbe6ssveo/512x384.jpg', 'https://html5.gamemonetize.com/pyav5rht2b1n64aqbtot5bhhbe6ssveo/', '0', 'Puzzles', 0, 0, '', 'spinning-color'), (9532, 'Slime Road', 'Slime Road is a fast action sticky jumping addictive adventure! Bounce the slimeball through rings to collect gems and win. Can you hit the bullseye every time?', 'https://img.gamemonetize.com/2emy2uyskyl3gdi57g92jgpyhuoapjdy/512x384.jpg', 'https://html5.gamemonetize.com/2emy2uyskyl3gdi57g92jgpyhuoapjdy/', '0', 'Hypercasual', 0, 0, '', 'slime-road'), (9533, 'Jewel Maya', 'Do you like classic jewel games? Of course, yes! But what\'s about jewels and diamonds in mysterious and fresh jungle location? Meet new and free match-3 game: Jewel Maya The main feature of the game is a unique atmosphere of the ancient Maya’s world. Lost jewels, rare totems, treasure quests and temple jewels are here too! Also, Jewels Maya has the most amazing features from free match 3 games and jewel games such as beautiful gems, jewels and diamonds, smooth crushing animations, interesting levels and even more! It contains the aesthetic of a classic jewel quest game. - Small size! The game takes just a bit of space on your device - No wifi needed. The game is a part of casual and easy offline games - Fresh jungle visual style like in the other cool puzzle adventure games! - Crush and blast puzzles in match 3 adventure game! - Maya vibes in every game aspect: jewels, chests, temple, rare treasures and music! - No time and lives limit! Crush gems & jewels without interaction! - Light and fresh design of jewels and diamonds. Each ruby, gem and diamond looks like a charm! - Interesting 3 in a row levels and jungle quests - New puzzle game with an amazing story for adults and kids. Crush puzzles like in popular jewels classic games! Jewels Maya Quest will provide you a real challenge for hours! The game has a lot of dynamic three in a row levels, where you can use powerful helpers to blitz all them.', 'https://img.gamemonetize.com/rwrx6kz2i2izwnxa9j2981pifrwppcyk/512x384.jpg', 'https://html5.gamemonetize.com/rwrx6kz2i2izwnxa9j2981pifrwppcyk/', '0', 'Hypercasual', 0, 0, '', 'jewel-maya'), (9534, 'Fantasy Park Escape', 'Fantasy Park Escape is a point and click game developed by 8B Games/Games2Mad. Imagine that you had been to a park, on there you had trapped. Here are the interesting puzzles and hidden objects to find and get escape from the park. Good luck... Have fun!', 'https://img.gamemonetize.com/2vqzgisa0oyw6zmxnzvshx5ds8pwdmdv/512x384.jpg', 'https://html5.gamemonetize.com/2vqzgisa0oyw6zmxnzvshx5ds8pwdmdv/', '0', 'Puzzles', 0, 0, '', 'fantasy-park-escape'), (9535, 'Dominos Pirates', 'Hoist ho boys ! Play this fun Dominoes game in the caribbean, where pirates quest for the pearl treasure. It\'s a great option if you are looking for a fun classic board game in a complete new beautiful seascapes. There are dozens of rules out there but you can master them my captain. Play now one of the most popular tabletop games Domino - Dominos Pirates takes your way from Beginner level to Master! Play Dominos Pirates anytime, anywhere! Come on board !', 'https://img.gamemonetize.com/makg5jrg8odp3zg34rd152aw9bqf15sz/512x384.jpg', 'https://html5.gamemonetize.com/makg5jrg8odp3zg34rd152aw9bqf15sz/', '0', 'Multiplayer', 0, 0, '', 'dominos-pirates'), (9536, 'Dominoes BIG', 'The player with the highest double (double 6 therefore) begins the domino game. If no one owns this domino, it will be the player with the strongest double. The next player in turn must place a domino having the same number of points on at least one side of the previously placed domino. To win the game, you just have to be the first player to place all your dominoes. The game may be blocked. Then the player with the fewest points is declared the winner.', 'https://img.gamemonetize.com/z720rxf9rjzgqp5hbc1sh5v1ityyrjo9/512x384.jpg', 'https://html5.gamemonetize.com/z720rxf9rjzgqp5hbc1sh5v1ityyrjo9/', '0', 'Puzzles', 0, 0, '', 'dominoes-big'), (9537, 'Doggy Quest The Dark Forest', 'A dark forest is infected by strange creatures and dangerous monsters. you play a dog that must survive in this wild and dark world. You can avoid the danger by switching from a world to another. Switch from the real world to the hell to escape. By flipping your dog, you might succeed to survive.', 'https://img.gamemonetize.com/8vzaxyvw4pitoogdohp9b619b5dn4fx2/512x384.jpg', 'https://html5.gamemonetize.com/8vzaxyvw4pitoogdohp9b619b5dn4fx2/', '0', 'Arcade', 0, 0, '', 'doggy-quest--the-dark-forest'), (9538, 'Rescue The Hungry Cat', 'Rescue The Hungry Cat is a point and click escape game developed by 8BGames/Games2Mad. Imagine that you went to a place. There you found a cat locked up and starving. Find some hidden object to solve some interesting clues to rescue the hungry cat. Good luck…Have fun!', 'https://img.gamemonetize.com/35e2wyrwhombidpr8phgwm22tx7yqqfl/512x384.jpg', 'https://html5.gamemonetize.com/35e2wyrwhombidpr8phgwm22tx7yqqfl/', '0', 'Puzzles', 0, 0, '', 'rescue-the-hungry-cat'), (9539, 'Pretty Avatar Maker', 'It\'s time to update your image in social networks. Our unique avatar maker will help you with this. Choose your unique avatar style. You can completely change facial features, hair color, eyes and lips. Don\'t forget about jewelry and accessories to make your look really unique! Whatever you do - a cute image is provided to you. Be creative or use random selection. Have some fun choosing a new avatar!', 'https://img.gamemonetize.com/xts706klwbz1vtxvi4h3xnxbmgs81ukq/512x384.jpg', 'https://html5.gamemonetize.com/xts706klwbz1vtxvi4h3xnxbmgs81ukq/', '0', 'Girls', 0, 0, '', 'pretty-avatar-maker'), (9540, 'Little Doctor Dentist', 'Welcome to Little Doctor Dentist. This is an interesting dentist game. In this dentist game, your child will learn how to cure the teeth of little patients. If want you child learn the importance of caring teeth, this is a best game for him. In this dentist game, we will show step by step how to cure the teeth of little patients. Be careful and make use of the right tools.', 'https://img.gamemonetize.com/3aukdort25mms38qi4nhb3g0nymhcm13/512x384.jpg', 'https://html5.gamemonetize.com/3aukdort25mms38qi4nhb3g0nymhcm13/', '0', 'Girls', 0, 0, '', 'little-doctor-dentist'), (9541, 'Hadros', 'Puzzle with shapes in this game based on the classic 2048 game.', 'https://img.gamemonetize.com/excacxhmx204ygzjfkhivf1ctswuebai/512x384.jpg', 'https://html5.gamemonetize.com/excacxhmx204ygzjfkhivf1ctswuebai/', '0', 'Hypercasual', 0, 0, '', 'hadros'), (9542, 'Find The Tractor Key 2', 'Find The Tractor Key 2 is a point and click game developed by 8BGames/Games2Mad. Imagine that you went to your farm house; There you lost your tractor key. Here are the interesting puzzles and hidden objects to help the girl to find her tractor key. Good luck…Have fun!', 'https://img.gamemonetize.com/aq26keplxtutssgkzq7a5foa00tbmanf/512x384.jpg', 'https://html5.gamemonetize.com/aq26keplxtutssgkzq7a5foa00tbmanf/', '0', 'Puzzles', 0, 0, '', 'find-the-tractor-key-'), (9543, 'Underground Tunnel Escape', 'Underground Tunnel Escape is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to an Underground Tunnel; there you got trapped inside the Tunnel. Here are the interesting puzzles and hidden objects to find and get escape from the Tunnel. Good luck... Have fun!', 'https://img.gamemonetize.com/vwra6beh0h66achcapl9jmylvjpxucni/512x384.jpg', 'https://html5.gamemonetize.com/vwra6beh0h66achcapl9jmylvjpxucni/', '0', 'Puzzles', 0, 0, '', 'underground-tunnel-escape'), (9544, 'Rabbit Kitten Escape', 'Rabbit Kitten Escape is a point and click escape game developed by 8BGames/Games2Mad. Imagine that you had been to a place; on there you found a Rabbit Kitten got trapped. Find some hidden object to solve some interesting clues to escape the Rabbit Kitten. Good luck…Have fun!', 'https://img.gamemonetize.com/zvbrp2bho4w7v1lfdz3k7ggt8szejbs3/512x384.jpg', 'https://html5.gamemonetize.com/zvbrp2bho4w7v1lfdz3k7ggt8szejbs3/', '0', 'Puzzles', 0, 0, '', 'rabbit-kitten-escape'), (9545, 'Pop It Now', 'Pop It Master is a relaxing online puzzle game. The game is based on the famous Pop It fidgets toys. In this game, your objective is to press the popits to pop them and unlock a colorful toy. Pay attention to pop every bubble and leave nothing behind! Play and have fun!', 'https://img.gamemonetize.com/60h28crzdjt3ldx00w5usnexf21pod74/512x384.jpg', 'https://html5.gamemonetize.com/60h28crzdjt3ldx00w5usnexf21pod74/', '0', 'Girls', 0, 0, '', 'pop-it-now'), (9546, 'Neon Car Puzzle', 'Welcome to Neon Car Puzzle. Take control of a car and collect all the stars as you drive to your destination in a colorful neon puzzle. The game will get more complicated as you go. There are 30 levels to beat to win the crown. Can you collect all the stars and beat your friends\' high scores?', 'https://img.gamemonetize.com/dq3wzxl31pu9nb04f6gnh9f7h1qi988s/512x384.jpg', 'https://html5.gamemonetize.com/dq3wzxl31pu9nb04f6gnh9f7h1qi988s/', '0', 'Puzzles', 0, 0, '', 'neon-car-puzzle'), (9547, 'Donut Stack', 'Donut Stack is a free casual online game for boys in which you need to make and collect a variety of donuts, and serve food to customers. There are also many obstacles you need to avoid! The operation of the game is simple, Come join us and have fun with the game! Release your stress and have fun!', 'https://img.gamemonetize.com/rlu33lwvm6hs0g2dn1n8lohz4algnyv7/512x384.jpg', 'https://html5.gamemonetize.com/rlu33lwvm6hs0g2dn1n8lohz4algnyv7/', '0', 'Boys', 0, 0, '', 'donut-stack'), (9548, 'Car RacerZ', 'Car Racerz is a cool new top down arcade racer for all Kids! Controls are simple and fun to use for all Kids. Press the gas and brake buttons to control your speed and the arrows to steer. Featuring multiple race tracks and cars along with great AI and power-ups! Product feature bullets: • Simple and fun to use for all Kids. • Power-ups. • Great sound effects and music. • 2 Different tracks. • Four different car.', 'https://img.gamemonetize.com/7hetfqs6zl95ylbz2nvh15n13639n7p8/512x384.jpg', 'https://html5.gamemonetize.com/7hetfqs6zl95ylbz2nvh15n13639n7p8/', '0', 'Racing', 0, 0, '', 'car-racerz'), (9549, 'Flappy Santa', 'You\'re Santa is Christmas and you flight in the sky but avoid the pipes! Try to resiste the more you can and sign your best record! Enjoy it!', 'https://img.gamemonetize.com/ouaioy19h8am4prffk0qruil8ld0df8s/512x384.jpg', 'https://html5.gamemonetize.com/ouaioy19h8am4prffk0qruil8ld0df8s/', '0', 'Clicker', 0, 0, '', 'flappy-santa'), (9550, 'Cute Puppy Memory', 'Cute Puppy Memory is a fun and free to play online memory game suitable for all ages. Match all the identical cards to enter a new level! This game has 9 levels with a gradually increasing degree of complexity. No Time, just play and relax.', 'https://img.gamemonetize.com/6iogg3ee1flesrd8r33qmys3i226pjyy/512x384.jpg', 'https://html5.gamemonetize.com/6iogg3ee1flesrd8r33qmys3i226pjyy/', '0', 'Puzzles', 0, 0, '', 'cute-puppy-memory'), (9551, 'Mr noob Jailbreak', 'Have fun with this entertaining new game Mr noob Jailbreak try to escape from the prison guards and go as far as possible with the best score, jump, slide and shoot the enemy guards and weapons !! You can play it for free on kiz10 and enjoy many other new games. A brave little noob decided to escape from prison, run through the roofs of the buildings and try to get as far as possible, but he ran into many guards and potential enemies that will eliminate you if you don\'t react quickly. Control the movements of the little noob to go far with the best score jump, shoot use the slowmotion to improve your aim. Have fun with this casual game and many others for free. KEY FEATURESFeatures: Adventure game, action and shooting. Casual jump and shoot game Minecraft based game You can play it on PC, Tablets and mobiles', 'https://img.gamemonetize.com/aghhqhf3kc5px6s55hyg2igj5f9pc5za/512x384.jpg', 'https://html5.gamemonetize.com/aghhqhf3kc5px6s55hyg2igj5f9pc5za/', '0', 'Hypercasual', 0, 0, '', 'mr-noob-jailbreak'), (9552, 'Rage Ride Space', 'In this fast-paced physics-based game, you must pilot your jet game spacecraft through beautiful color worlds of tunnel game bears, space shooters, quick electric, and rocket ahead. You get to pilot various spaceships, each of which has its own set of unique abilities, in these great space games. It is one of the best new games available for the Endless Space Game bear. It is the finest game as an ever-evolving new trendy game! Playing this Endless Space Adventure Game is a great way to get caught up, so have fun with it! Science fiction is what every gamer dreams of, and here in the Endless Space Multiplayer demo, you will have the opportunity to enjoy the incredible visuals and fantastic shooting experience. Endless Space Adventure Game Have fun playing your very own 3D space game & adventure game and driving your jet spacecraft through the world of tunnel game bear while engaging in high space gun games, some of which include rapid electric rocket skills.', 'https://img.gamemonetize.com/7klqcptjotzw9l15ijld01340h5izrbk/512x384.jpg', 'https://html5.gamemonetize.com/7klqcptjotzw9l15ijld01340h5izrbk/', '0', 'Arcade', 0, 0, '', 'rage-ride-space'), (9553, 'Zombie Idle Defense 3D', 'Zombie Idle Defense 3D is a very interesting idle game. I\'m guessing you\'ll love it and spend time with it. The gameplay is simple, just tap the machine and fire bullets to hit the zombies in front. Come and give it a tryï¼', 'https://img.gamemonetize.com/akcn9szp6t3736qvdlu8cgnmwl37bzbv/512x384.jpg', 'https://html5.gamemonetize.com/akcn9szp6t3736qvdlu8cgnmwl37bzbv/', '0', 'Arcade', 0, 0, '', 'zombie-idle-defense-d'), (9554, 'Jungle Animal Summer Makeover', 'Travel to the tropics and say hello to leopards, elephants, zebras. Every jungle animal has its own unique styling and spa favorite, but they all need summer fashion tips. Leopard wanted to achieve a cute look with new makeup and chic outfits. Elephants love spa baths on the beach and want to get dressed up for a great holiday on the beach. Zebra can\'t wait to try new hairstyles and cool outfits. Grab your hair styling tools, hit the beach and play!', 'https://img.gamemonetize.com/8w16bfxgr43fv5vrfcg5vpcpwevb2wtf/512x384.jpg', 'https://html5.gamemonetize.com/8w16bfxgr43fv5vrfcg5vpcpwevb2wtf/', '0', 'Girls', 0, 0, '', 'jungle-animal-summer-makeover'), (9555, 'Summer Match Party', 'Summer Match Party is a classic and free online leisure game for boys. The game is highly interactive. You need to pay attention to the patterns on the sign, choose the blocks that are the same as those on the sign, and then quickly occupy them and push other competitors away. Each level is set for 3 rounds, only by surviving completely can you win and get more rewards. Have fun!', 'https://img.gamemonetize.com/uqm37cligp1hxess5domceab2ui2rccq/512x384.jpg', 'https://html5.gamemonetize.com/uqm37cligp1hxess5domceab2ui2rccq/', '0', 'Boys', 0, 0, '', 'summer-match-party'), (9556, 'Rotate Bridge 3D', 'Build bridges to save the trapped people! Rotate Bridge 3D is a casual puzzle game where you can build bridges. The more characters rescued, the more points and rewards you will eventually get. Build the bridge on a platform on the ground, not in a cave or on the sea. are you ready? Come on, the rescue mission begins!', 'https://img.gamemonetize.com/w46hfukyhxmuwb1uuel3gyzqrmrxkqvu/512x384.jpg', 'https://html5.gamemonetize.com/w46hfukyhxmuwb1uuel3gyzqrmrxkqvu/', '0', 'Boys', 0, 0, '', 'rotate-bridge-d'), (9557, 'Star Art Art Game', 'Art has not only the power to inspire, but it can also be incredibly relaxing. Breathe deep, clear your mind, and unwind with this ultra-relaxing and endlessly enjoyable puzzle game guaranteed to relieve stress, soothe frayed nerves, prompt ASMR and promote mental wellness.', 'https://img.gamemonetize.com/3rmig7tze8ay3mst0fxforz1ikzmcs82/512x384.jpg', 'https://html5.gamemonetize.com/3rmig7tze8ay3mst0fxforz1ikzmcs82/', '0', 'Girls', 0, 0, '', 'star-art--art-game'), (9558, 'Pencil Rush 3D Game Online ', 'Can you imagine that a pencil can also run? In the game Pencil Rush Online, you will have the opportunity to control colored pencils. This is a 3D game with addictive gameplay. Your task is to complete all running routes with pencils, collect colored pencils on the platform and avoid obstacles. Objects, when you are about to reach the end, don\'t forget to complete a beautiful painting. It is worth noting that if you accidentally run into any obstacles, the number of your brushes will decrease. Are you ready?', 'https://img.gamemonetize.com/ahtlfdsyxel89x6mmj3uey6xou3h72og/512x384.jpg', 'https://html5.gamemonetize.com/ahtlfdsyxel89x6mmj3uey6xou3h72og/', '0', 'Boys', 0, 0, '', 'pencil-rush-d-game-online-'), (9559, 'Bulldozer Crash Race Mad 3D Racing Game', 'Bulldozer is a very important large-scale mechanical equipment. In many construction sites and mines, bulldozers are essential and important equipment, and they are used for ore mining. A bulldozer is a kind of earthwork machinery capable of excavating, transporting, and discharging rock and soil. Today, in the game Bulldozer Crash Race, you will have the opportunity to drive this heavy equipment and drive the bulldozer to a designated position. Are you ready?', 'https://img.gamemonetize.com/vorhdghwz5j6sg8djron45mdclm1oe6e/512x384.jpg', 'https://html5.gamemonetize.com/vorhdghwz5j6sg8djron45mdclm1oe6e/', '0', 'Racing', 0, 0, '', 'bulldozer-crash-race--mad-d-racing-game'), (9560, 'Crazy Lemmings', 'Lemmings Savior is a highly addictive game where you control a life craft to bounce the crazy lemmings to safety as they jump off the cliff. Grab the craft and try to save all crazy Lemmings that you can!', 'https://img.gamemonetize.com/io8djrb19vw0qj6o6hdau1oacxxgh4du/512x384.jpg', 'https://html5.gamemonetize.com/io8djrb19vw0qj6o6hdau1oacxxgh4du/', '0', 'Puzzles', 0, 0, '', 'crazy-lemmings'), (9561, 'Roon vs Bees', 'Roon vs Bees is a 2D platform adventure game where you have to collect bee hives from the trees while avoiding the Bee monsters and spikes. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/06s7d2oujpsc8a7fpdizpqhda5wxenmw/512x384.jpg', 'https://html5.gamemonetize.com/06s7d2oujpsc8a7fpdizpqhda5wxenmw/', '0', 'Arcade', 0, 0, '', 'roon-vs-bees'), (9562, 'Backpack Hero', 'Storm the Dungeon! Backpack Hero is the inventory management roguelike! Collect rare items, organize your bag, and vanquish your foes!', 'https://img.gamemonetize.com/ob040tannwmmxhm3ycai311gyazmdcil/512x384.jpg', 'https://html5.gamemonetize.com/ob040tannwmmxhm3ycai311gyazmdcil/', '0', 'Adventure', 0, 0, '', 'backpack-hero'), (9563, 'Hulk Smash', 'The hulk is very angry. It smashes cars passing through the red light. If you hit at the right time, you can smash the car. Have fun', 'https://img.gamemonetize.com/tt2je8tikpsbkoamqy8iz4nodt099wi7/512x384.jpg', 'https://html5.gamemonetize.com/tt2je8tikpsbkoamqy8iz4nodt099wi7/', '0', 'Boys', 0, 0, '', 'hulk-smash'), (9564, 'Monster Truck Speedy Highway', 'It\'s time for a new generation of mobile racing games! Millions of other gamers will vie for the top spots on the worldwide scoreboard once the game begins! You\'ll need to outrun the traffic and finish the obstacles to stand out in the crowd. Get in the driver\'s seat and take to the open highways and crowded roadways! Make the most of traffic snafus to find hidden gems! There\'s a chance you may be hurt! Motorcycles and vehicles whizz by you on the roads and byways. If you want to be a street racing legend, you\'ll have to be the greatest. Dodging traffic on procedurally produced asphalt tracks amid an unending stream of automobiles, you\'ll get a different experience in every game. As the level progresses, keep your eye on the prize. Discover new places throughout the globe, each with a distinct atmosphere and ambience. If you\'ve played Top Speed, you may recognise some of the characters in Road Racing! Select one of the high-performance vehicles in the garage. Get creative with the design of your automobile. Choose a hue that complements your skin tone, then apply some eye-catching decals! Give your vehicle a distinct personality. Tune your car\'s look to your liking. Work on your swag like crazy. It\'s time to show off your abilities and your good looks!', 'https://img.gamemonetize.com/k82vo19ji0w9652jaogl9v6ydohzy43t/512x384.jpg', 'https://html5.gamemonetize.com/k82vo19ji0w9652jaogl9v6ydohzy43t/', '0', 'Racing', 0, 0, '', 'monster-truck-speedy-highway'), (9565, 'Loop Drive 2D', 'Maintain control of the loop and avoid crashing. On a loop drive, you may have hours of crash-filled entertainment. All you have to do is keep your speed under control and prevent crashes by completing every lap. Gain access to new vehicles and racing circuits by collecting money. All of the cards have their own set of controls, and the addition of additional race circuits provides an exhilarating new racing experience. Race to the top of the scoreboard and take on your friends in a friendly competition. Crazy Loop Racing is a game that is simple to learn yet challenging to master. It is impossible to play without crashing, and it is addicting.', 'https://img.gamemonetize.com/v5ad5vlqns2zojipwlo4mki7gt5oldoj/512x384.jpg', 'https://html5.gamemonetize.com/v5ad5vlqns2zojipwlo4mki7gt5oldoj/', '0', 'Racing', 0, 0, '', 'loop-drive-d'), (9566, 'Train Simulator 2022', 'All railroad and railway fans, train collectors, and train simulator enthusiasts who are passionate about everything and everything linked to rail transportation come together! Time to place your trains on tracks and start building a city and a worldwide railroad empire. Join the ranks of the railway tycoons and go on a magnificent train simulator voyage that is full of surprises, city modifications, accomplishments, and complex contracts. Bring out your inner train enthusiast! Discover and collect hundreds of real-life trains that are well-known throughout the world. It might be not accessible at times, but as a railroad transport tycoon attempting to establish the largest railroad empire in the world, you\'ll find a way or at least some tracks! Invest in constructing a railway station in your city, complete with city and train buildings, and create a variety of goods since some contractors may want freight transportation rather than simply a new railroad or raw materials. Upgrading trains is beneficial since a modernised railroad train fleet is much more powerful when executing contracts and may save a significant amount of time on the tracks! Did you know that there are several rail rarity classifications to choose from in this tycoon city simulator? Rare trains have a larger carrying capacity than ordinary trains! It\'s also never been simpler to defy the laws of a city tycoon simulator than it is now.', 'https://img.gamemonetize.com/ebqit12z2tndq20aqju9jjzxn54xdps6/512x384.jpg', 'https://html5.gamemonetize.com/ebqit12z2tndq20aqju9jjzxn54xdps6/', '0', 'Racing', 0, 0, '', 'train-simulator-'), (9567, 'Rinos Quest 2', 'Rinos Quest 2 is a simple platformer where you have to collect silver keys while avoiding spike monsters, flying enemies, and other traps like saws. There are 8 levels to play and the difficulty increases as you proceed. This is the sequel of Rinos Quest original series. The second installment has more new levels, enemies and traps.', 'https://img.gamemonetize.com/iumkm1wgc54cr4ekl8wmr4ox3n8i1r5w/512x384.jpg', 'https://html5.gamemonetize.com/iumkm1wgc54cr4ekl8wmr4ox3n8i1r5w/', '0', 'Arcade', 0, 0, '', 'rinos-quest-'), (9568, 'Baby Defeats Nightmare', 'Taylor often has nightmares at night recently, which makes her feel scared and can\'t sleep well. Taylor\'s mother is very worried about her, so she gave her a cute little bear doll. Please accompany Taylor into the dreamland with the little bear, and defeat the terrible nightmare! We want to help Taylor restore her sweet dreams. Have fun!', 'https://img.gamemonetize.com/cs98zmwkikodugxksa4ithg5ryz4ivv8/512x384.jpg', 'https://html5.gamemonetize.com/cs98zmwkikodugxksa4ithg5ryz4ivv8/', '0', 'Girls', 0, 0, '', 'baby-defeats-nightmare'), (9569, 'Baby Bad Cold Treatment', 'Autumn is here. This is a beautiful season, but it is also a season that makes people catch cold. Taylor unfortunately had a bad cold. Please i accompany Taylor to the hospital to cure his severe cold, and then help Taylor\'s mom make some cookies. This is Taylor\'s favorite snack. Taylor will recover soon after eating the cookies her mom made! Have fun!', 'https://img.gamemonetize.com/z0csyxkghpyko27mupni0glhnxmmo464/512x384.jpg', 'https://html5.gamemonetize.com/z0csyxkghpyko27mupni0glhnxmmo464/', '0', 'Girls', 0, 0, '', 'baby-bad-cold-treatment'), (9570, 'Blob Giant', 'Blob Giant 3D has proven to be the most interesting new arcade game this year. It has addictive gameplay and a 3D art style. Your task is to run with Blob Giant on the platform and collect all the jelly people scattered on the platform. Collect The more jelly there are, the bigger the body of Blob Giant will be. It is worth noting that at the end of the platform, you will make a jump to the sky.', 'https://img.gamemonetize.com/ns19deetod0qyo4qavls1lbytj6ilicf/512x384.jpg', 'https://html5.gamemonetize.com/ns19deetod0qyo4qavls1lbytj6ilicf/', '0', '3D', 0, 0, '', 'blob-giant'), (9571, 'Cotton Candy Hair Salon', 'Welcome to the sweetest hair salon for girls! Meet the Candylocks dolls with their crazy long and super soft cotton candy hair that begs to be styled! Curl, braid, straighten, cut, and move hair as you wish! Dye it in any color of the rainbow! Add yummy DIY hair accessories! Create cute makeup looks! Decorate your fantasy salon!', 'https://img.gamemonetize.com/wxkd41slj0dvq44h8imptxs3zciufct3/512x384.jpg', 'https://html5.gamemonetize.com/wxkd41slj0dvq44h8imptxs3zciufct3/', '0', 'Girls', 0, 0, '', 'cotton-candy-hair-salon'), (9572, 'Betty Boop Dress Up', 'Betty Boop, an old cartoon character, is very popular. It was an old time manga style girl in a miniskirt with big black eyes. She was poor and wandered the streets. Sometimes rich and sometimes poor. She rarely laughed. Do you want to dress up sad and beautiful Betty so stylishly and make her happy?', 'https://img.gamemonetize.com/6zcteiegyg8c2c6wvx3xbczindffj3l9/512x384.jpg', 'https://html5.gamemonetize.com/6zcteiegyg8c2c6wvx3xbczindffj3l9/', '0', 'Girls', 0, 0, '', 'betty-boop-dress-up'), (9573, 'Bart Simpson Dress Up', 'Bart Simpson is the main character of the popular cartoon Simpsons. He is the only son of Homer and Marge Simpson, and the older brother of Lisa and Maggie. What costume should Bart wear for the new adventure? Let\'s dress Bart', 'https://img.gamemonetize.com/8ssa1mp1wxcuom3v3kn63gvzays5feic/512x384.jpg', 'https://html5.gamemonetize.com/8ssa1mp1wxcuom3v3kn63gvzays5feic/', '0', 'Girls', 0, 0, '', 'bart-simpson-dress-up'), (9574, 'Sweet Pony Dress up', 'Let\'s decorate and dress our cute pony friend with horns, hair, wings, dress shoes and jewelry. Come on game time', 'https://img.gamemonetize.com/xca3pdy5nug3uh5jqpn39mynfwbogiof/512x384.jpg', 'https://html5.gamemonetize.com/xca3pdy5nug3uh5jqpn39mynfwbogiof/', '0', 'Girls', 0, 0, '', 'sweet-pony-dress-up'), (9575, 'Spongebob DressUp', 'SpongeBob is getting ready for a different adventure with his new clothes. Let\'s create your dream Sponge bob style', 'https://img.gamemonetize.com/yr98l0xcta9smtnit28zivy4pzgrwixn/512x384.jpg', 'https://html5.gamemonetize.com/yr98l0xcta9smtnit28zivy4pzgrwixn/', '0', 'Girls', 0, 0, '', 'spongebob-dressup'), (9576, 'Huggy Defense Shoot Survive Upgrade', 'Huggy Wuggy, Kissy Missy and others want to hug you very much! Shoot various things at them to repel the monsters! Upgrade your stuff and become the best! Can you survive the invasion? But, most importantly, can you beat your high score?', 'https://img.gamemonetize.com/o3tlt913pfxa62gpaabdvmuk8ycgz6kt/512x384.jpg', 'https://html5.gamemonetize.com/o3tlt913pfxa62gpaabdvmuk8ycgz6kt/', '0', 'Action', 0, 0, '', 'huggy-defense-shoot--survive-upgrade'), (9577, 'Pokemox Heads match', 'Welcome to pokemon Link, a new match3 link game Pass you finger and match or connect 3 or more pokemon heads to eleminate them from the board to complete your level. Let\'s link', 'https://img.gamemonetize.com/pajigvc010gkkzre1t6r3osec8139i6f/512x384.jpg', 'https://html5.gamemonetize.com/pajigvc010gkkzre1t6r3osec8139i6f/', '0', 'Puzzles', 0, 0, '', 'pokemox-heads-match'), (9578, ' Mountain Car Driving Simulator', 'Car Parking, off road Game, Mountain Tracks, impossible Tracks Car stunt in one game.', 'https://img.gamemonetize.com/5cb0r8xxq1589zqva1pn4fbpl3tcmuvy/512x384.jpg', 'https://html5.gamemonetize.com/5cb0r8xxq1589zqva1pn4fbpl3tcmuvy/', '0', 'Hypercasual', 0, 0, '', '-mountain-car-driving-simulator'), (9579, 'Escape to the Casino', 'Escape to the Casino is a point and click game developed by 8B Games/Games2mad. Imagine that you are about to got the casino; when you getting ready, you got trapped inside the house. Here are the interesting puzzles and hidden objects to find and get escape to the casino. Good luck… Have fun!', 'https://img.gamemonetize.com/zu2wu5fhyumvtfevzdjgl11e6vmbhc4n/512x384.jpg', 'https://html5.gamemonetize.com/zu2wu5fhyumvtfevzdjgl11e6vmbhc4n/', '0', 'Puzzles', 0, 0, '', 'escape-to-the-casino'), (9580, 'Rescue the Duck Family', 'Rescue The Duck Family is a point and click escape game developed by 8BGames/Games2Mad. Imagine that you went to a place. There you found a Duck Family trapped in it. Find some hidden object to solve some interesting clues to rescue the Duck Family. Good luck…Have fun!', 'https://img.gamemonetize.com/4f1npdljzhm43sjdix7m1ygtmhcul2im/512x384.jpg', 'https://html5.gamemonetize.com/4f1npdljzhm43sjdix7m1ygtmhcul2im/', '0', 'Puzzles', 0, 0, '', 'rescue-the-duck-family'), (9581, 'Rescue the Panda Explorer', 'Rescue The Panda Explorer is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a forest there you found Panda Explorer got trapped inside the cage. Here are the interesting puzzles and hidden objects to rescue the Panda. Good luck... Have fun!', 'https://img.gamemonetize.com/ekpsb8is5zf42qyct4ex4dmjz5gmjhmw/512x384.jpg', 'https://html5.gamemonetize.com/ekpsb8is5zf42qyct4ex4dmjz5gmjhmw/', '0', 'Puzzles', 0, 0, '', 'rescue-the-panda-explorer'), (9582, 'Doll House Escape', 'Doll House Escape is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a house; there you got trapped inside the house. Here are the interesting puzzles and hidden objects to find and get escape from the house. Good luck... Have fun!', 'https://img.gamemonetize.com/y0ptwa54tjf6f4t2w1mw1c04aaaiwq3k/512x384.jpg', 'https://html5.gamemonetize.com/y0ptwa54tjf6f4t2w1mw1c04aaaiwq3k/', '0', 'Puzzles', 0, 0, '', 'doll-house-escape'), (9583, 'Snow Land Escape', 'SnowLand Escape is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to an SnowLand. You got trapped in it. Here are the interesting puzzles and hidden objects to find and get escape from the SnowLand. Good luck… Have fun!', 'https://img.gamemonetize.com/b5bl3xog07tunlwwq5rvrxmtgjuk3d8g/512x384.jpg', 'https://html5.gamemonetize.com/b5bl3xog07tunlwwq5rvrxmtgjuk3d8g/', '0', 'Puzzles', 0, 0, '', 'snow-land-escape'), (9584, 'Rescue The Cute Dog', 'Rescue The Cute Dog is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a forest there you found Cute Dog got trapped inside the cage. Here are the interesting puzzles and hidden objects to rescue the Dog. Good luck... Have fun!', 'https://img.gamemonetize.com/qt3lzzx5uj8ojo8q1vr3sqrl09w1xo1j/512x384.jpg', 'https://html5.gamemonetize.com/qt3lzzx5uj8ojo8q1vr3sqrl09w1xo1j/', '0', 'Puzzles', 0, 0, '', 'rescue-the-cute-dog'), (9585, 'Rescue the Seahorse', 'Rescue The Seahorse is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a cave there you found Seahorse got trapped inside the cage. Here are the interesting puzzles and hidden objects to rescue the Seahorse. Good luck... Have fun!', 'https://img.gamemonetize.com/vb1bmdqlffcpaqm58u678rh71hkfiqfl/512x384.jpg', 'https://html5.gamemonetize.com/vb1bmdqlffcpaqm58u678rh71hkfiqfl/', '0', 'Puzzles', 0, 0, '', 'rescue-the-seahorse'), (9586, 'Rescue The Elephant Calf', 'Rescue The Elephant Calf is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a forest there you found Elephant Calf got trapped inside the cage. Here are the interesting puzzles and hidden objects to rescue the Calf. Good luck... Have fun!', 'https://img.gamemonetize.com/1wzw1cjp41gm7lj39defz5fmhqpj4cxb/512x384.jpg', 'https://html5.gamemonetize.com/1wzw1cjp41gm7lj39defz5fmhqpj4cxb/', '0', 'Puzzles', 0, 0, '', 'rescue-the-elephant-calf'), (9587, 'Endless Maze ', 'Endless Maze is a new project in the arcade puzzle genre. You will have to test your reaction, as well as calculate the speed of passing obstacles. Do not break the colored cubes. A game for children, without downloading.', 'https://img.gamemonetize.com/ay9cajeb2qonwul3aio1n9s5fko621gt/512x384.jpg', 'https://html5.gamemonetize.com/ay9cajeb2qonwul3aio1n9s5fko621gt/', '0', 'Clicker', 0, 0, '', 'endless-maze-'), (9588, 'Rescue The Cat', 'Rescue The Cat is a point and click escape game developed by 8BGames/Games2Mad. Imagine that you went to a place. There you found a cat locked up. Find some hidden object to solve some interesting clues to rescue the cat. Good luck…Have fun!', 'https://img.gamemonetize.com/kul9q063l6wj2k8tu0xf8i06l3pfcztr/512x384.jpg', 'https://html5.gamemonetize.com/kul9q063l6wj2k8tu0xf8i06l3pfcztr/', '0', 'Puzzles', 0, 0, '', 'rescue-the-cat'), (9589, 'Lonely Forest Escape 2', 'Lonely Forest Escape 2 is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a forest, there you got trapped inside the forest Here is the interesting puzzles and hidden objects to find and get escape from the forest. Good luck… Have fun!', 'https://img.gamemonetize.com/yv7a8bpn3n5519bvpvryi8g4ieeqh6b4/512x384.jpg', 'https://html5.gamemonetize.com/yv7a8bpn3n5519bvpvryi8g4ieeqh6b4/', '0', 'Puzzles', 0, 0, '', 'lonely-forest-escape-'), (9590, 'Real Bus Simulator 3D', 'Here is a bus driving simulation game for you to train your parking and stunt driving skills with 3D modern game art animations. You are able to earn gold coins by transporting the passengers to the stations and completing the current level. Keep calm and drive stably!', 'https://img.gamemonetize.com/1g5sddfec6449i6esc0i2x34cb52e6np/512x384.jpg', 'https://html5.gamemonetize.com/1g5sddfec6449i6esc0i2x34cb52e6np/', '0', 'Action', 0, 0, '', 'real-bus-simulator-d'), (9591, 'Daddy Housework Little Helper', 'Oh, what a mess this house is! Can you take care of dad and tidy up the house before mom comes home? Do laundry, take care of puppies, clean dirty toilets, and more! Don\'t forget to leave a love note for Mom on the fridge! It\'s crazy to help clean the house, especially when mom isn\'t home!', 'https://img.gamemonetize.com/ueq6te56m4thclypb64k91fftpgubbn0/512x384.jpg', 'https://html5.gamemonetize.com/ueq6te56m4thclypb64k91fftpgubbn0/', '0', 'Girls', 0, 0, '', 'daddy-housework-little-helper'), (9592, 'Billionaire Slots Casino', 'Hey revelers! Let the free games begin with a real gaming experience. Jackpot Party Casino combines numerous popular Las Vegas slots & games into one free casino party full of spins, prizes, and fun. Here, we don\'t simply collect our prizes; we enjoy them! What are these insane party and fantastic slots games about? We have over 200 casino slot machines at our Jackpot slots party. Play 2021 video slots and join the party! Take a shot at free casino slots and activities like Invaders of Planet Moolah and more. Enjoy progressive free slots like the Cheshire Cat, Great Eagle, Buffalo Slots, and more! A FREE spin party! It\'s a freebie. Just download, play, and win! These free slots are ready for you to strike the jackpot and party. Play these free casino slots and have fun. If you\'ve always wanted to play free Vegas slots, here is your opportunity.', 'https://img.gamemonetize.com/tbyceeiz5qi44woonxbc0tyjpw0apc4f/512x384.jpg', 'https://html5.gamemonetize.com/tbyceeiz5qi44woonxbc0tyjpw0apc4f/', '0', 'Arcade', 0, 0, '', 'billionaire-slots-casino'), (9593, 'Aloo 3', 'Aloo 3 is a 2D platformer where you play as a Potato Man called Aloo and you have to collect energy drinks while avoiding the various kinds of blades, saws, rotating blades, and 3 different kinds of enemy monsters. There are 8 levels to play and the difficulty increases as you proceed. This is the third installment of Aloo series.', 'https://img.gamemonetize.com/kjmgshr7z0dtdjhhxx0vy486sqy7c5v4/512x384.jpg', 'https://html5.gamemonetize.com/kjmgshr7z0dtdjhhxx0vy486sqy7c5v4/', '0', 'Arcade', 0, 0, '', 'aloo-'), (9594, 'Baby Taylor Good Night Drink Making', 'When you can\'t sleep at night, a cup of hot cocoa can quickly get you to sleep. Taylor has been having trouble sleeping lately, and when she went to kindergarten, her good friend Jessica made her drink a delicious hot cocoa when she was insomniac. In order to let Taylor have a healthy and good sleep time, let\'s taste Taylor to make a delicious cup of hot cocoa! Don\'t forget to put lots of cotton candy in the hot cocoa!', 'https://img.gamemonetize.com/ejjjm6a0g9b5gj6nfwclaise7zpyx4pd/512x384.jpg', 'https://html5.gamemonetize.com/ejjjm6a0g9b5gj6nfwclaise7zpyx4pd/', '0', 'Girls', 0, 0, '', 'baby-taylor-good-night-drink-making'), (9595, 'Defending Planet ', 'Have Space Sims become obsolete? How about space action? UFOs, ships, asteroids. Space shooters in outer space. The new game " Space Shooter: Defending the Planet" includes it all.', 'https://img.gamemonetize.com/czqs4gx7um0u0brzdwgzv48u6ooq8s6m/512x384.jpg', 'https://html5.gamemonetize.com/czqs4gx7um0u0brzdwgzv48u6ooq8s6m/', '0', 'Shooting', 0, 0, '', 'defending-planet-'), (9596, 'Tank Smash Zombie Highway', 'In the video game Zombie Smash Racer, you take control of a tank and race against waves of zombies while destroying anything in your path and destroying any zombies that get in your way. This game provides you with two objectives: the first is to eliminate as many zombies as possible, and the second is to keep going for as long as you can without dying. Because you will suffer damage if you encounter counter barriers, you will either need to avoid them or eliminate them to stay alive. You may challenge your friends when you use the services offered by Google Play!', 'https://img.gamemonetize.com/4jes9nhydgp0y7nt6mavqpqt0unxvb55/512x384.jpg', 'https://html5.gamemonetize.com/4jes9nhydgp0y7nt6mavqpqt0unxvb55/', '0', 'Racing', 0, 0, '', 'tank-smash-zombie-highway'), (9597, 'Princess Coloring', 'Each princess has her own special character, outfit, age, eye color and hair color. So every girl can become a real princess, you just have to believe it. And our coloring pages will help in this. Each picture is a unique opportunity to learn how to be a true princess. Kind and romantic heroines from fairy-tale magical worlds are waiting for girls of any age.', 'https://img.gamemonetize.com/uxmtzw07uak6fqi89j2eg9f819tuak21/512x384.jpg', 'https://html5.gamemonetize.com/uxmtzw07uak6fqi89j2eg9f819tuak21/', '0', 'Puzzles', 0, 0, '', 'princess-coloring'), (9598, 'Kenny The Cow', 'Downhill skiing fun and mayhem in this great game! Avoid the obstacles, move up and down the hill, collect the stars, hit the ramp and perform tricks and stunts for more points – ALL WHILST SKIING AS A COW! Sounds crazy? It is! Parallax scrolling at on an angle, watch trees and rocks whoosh past you as you whizz down the ski slopes; and just watch as Kenny our hero flays down the slopes!', 'https://img.gamemonetize.com/l0gxddcz4mqrx26ohbc8r2k2bluz3wad/512x384.jpg', 'https://html5.gamemonetize.com/l0gxddcz4mqrx26ohbc8r2k2bluz3wad/', '0', 'Racing', 0, 0, '', 'kenny-the-cow'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (9599, 'Glitter Beauty Coloring And Drawing', 'Glitter Beauty Coloring And Drawing is a very interesting game. Do you miss coloring games? Here we make this cute coloring game for you. Here you can find 12 different lovely pages. Dresses, makeups, slippers and perfumes etc. Each page will unleash your artistic talents. Try as more colors as you can and you\'ll find your next masterpiece is around the corner. Coloring pages are not the only one that provided in this game. You can also find fashion nail polish game and jigsaws in this game. Many surprises are waiting for you. Come and enjoy this game!', 'https://img.gamemonetize.com/yqactdarwq4n82lld6qp5p84z4qcfs8r/512x384.jpg', 'https://html5.gamemonetize.com/yqactdarwq4n82lld6qp5p84z4qcfs8r/', '0', 'Girls', 0, 0, '', 'glitter-beauty-coloring-and-drawing'), (9600, 'Zombie Street Trigger', 'This software has been entirely rewritten to ensure that it is compatible with the latest Android versions, and it is now absolutely free. There are no advertisements, no IAP, and no-nonsense. Make sure also to check out its magnificent sequel, Zombieville USA 2, which is now finally accessible for Android devices. There\'s only one thing to do when your town is overtaken by the wandering dead—dig through their pockets for any spare coins! In this zombie apocalypse survival game, you\'ll have to fight your way through legions of the undead in an endless war for survival. How long do you think you\'ll be able to hold out? Attempt to gather cash and ammo to purchase up to some different weapons while your certain death creeps in around you...', 'https://img.gamemonetize.com/z55zr2gi3txl17i98rzhh0i8299l2tj8/512x384.jpg', 'https://html5.gamemonetize.com/z55zr2gi3txl17i98rzhh0i8299l2tj8/', '0', 'Shooting', 0, 0, '', 'zombie-street-trigger'), (9601, 'Kids Educational ABC', 'The most effective technique to engage young brains is educational games for toddlers. Allow your child to learn in a fun and engaging manner by using these learning games for kids. The Live Letter world offers a paradise of educational opportunities for children, with more than 400 mini-games. Preschool learning games prepare your child for school by providing them with alphabet learning activities such as tracing letters and reading games for young children. These early education professionals have created learning games for children that cover everything from letters to syllables to reading independently. And drawing the letters of the alphabet is just the first step! Interacting with the Letter characters and using current kid-friendly images makes the game intuitive, especially for young children. Children may learn the ABC alphabet, phonics, letters, and sounds in educational children\'s games. This article has included the most effective techniques for teaching children to write the ABCs and letters! Your kid will quickly and easily get acquainted with all of the letters, learn how to write them, and take the first steps toward learning to read while having fun with amusing cuisine! It is a game every time your youngster completes a task given to them by the ABC Sounds teaching application! Storytelling that engages the player, engaging gameplay, and intuitive navigation can ease your youngster through the learning process. Children may play without the assistance of an adult because of the various suggestions and user-friendly design. Preparing for school is simple and enjoyable when using preschool games for five and higher children. We designed a fantastic universe for each of our little kids\' learning games to make learning letters more exciting. Your kid will have fascinating experiences in these magical places, motivating them to return to them again and again to play.', 'https://img.gamemonetize.com/tcbg77r6mjeppktndhtg5xfk9zzoermg/512x384.jpg', 'https://html5.gamemonetize.com/tcbg77r6mjeppktndhtg5xfk9zzoermg/', '0', 'Arcade', 0, 0, '', 'kids-educational-abc'), (9602, 'Traffic Racer King', 'Traffic Racer King is undoubtedly one of the most interesting new arcade games this year, with the 3D art style and addictive simulation of real gameplay. If you are a driving game lover, don\'t miss this game! In the game, you will no longer be restricted by traffic rules, and you don\'t have to worry about traffic lights. You can enjoy the flying speed and special acceleration function. Whenever the charging button changes color, you can use the acceleration function to surpass others. For all vehicles, you don\'t have to worry about time.', 'https://img.gamemonetize.com/1wndvhs7phy774b3ag3tk2bk12fu2kkx/512x384.jpg', 'https://html5.gamemonetize.com/1wndvhs7phy774b3ag3tk2bk12fu2kkx/', '0', 'Racing', 0, 0, '', 'traffic-racer-king'), (9603, 'Drifty Race 3D Drifting Game', 'Click to drift, release to go straight. Pass the curves, and obstacles, sprint with the help of acceleration bands, win the trophy, and unlock more advanced racing cars! Win the competitions, operate your own Car Shop, and the crazy drifting game Drifty Race is waiting for your coming!', 'https://img.gamemonetize.com/jqhn0n0yansb75cboen1ipwnlqmzciuj/512x384.jpg', 'https://html5.gamemonetize.com/jqhn0n0yansb75cboen1ipwnlqmzciuj/', '0', 'Racing', 0, 0, '', 'drifty-race--d-drifting-game'), (9604, 'Batman Card Match', 'Batman is a fictional superhero appearing in American comic books published by DC Comics. The character was created by artist Bob Kane and writer Bill Finger, and first appeared in Detective Comics #27 (1939). Originally named the "Bat-Man", the character is also referred to by such epithets as the Caped Crusader, the Dark Knight, and the World\'s Greatest Detective.', 'https://img.gamemonetize.com/9r87q1ms1bddobazc58c0i62j456gyd6/512x384.jpg', 'https://html5.gamemonetize.com/9r87q1ms1bddobazc58c0i62j456gyd6/', '0', 'Puzzles', 0, 0, '', 'batman-card-match'), (9605, 'Battle Sky War', 'The legendary mobile blaster is returning to commemorate its tenth anniversary in super-destructive fashion. Sky Force 2014 is a breathtaking scrolling shooter experience that includes a significant new social gameplay aspect that draws on the intensity of traditional arcade shoot them ups and the most up-to-date smartphone technology. The video game magazine IGN said ten years ago, "Put simply, Sky Force is awesome." Sky Force swept through the early mobile gaming landscape with a vengeance. It received an astounding 9.5 out of 10 on the scale. And now it\'s back in action. More significant in scale, bolder in expression, and more passionate than ever before, In addition to amazing 3D visuals, easy touchscreen controls, and a robust upgrade system that will have you blasting for hours, this 10th-anniversary version adds incredible complexity to the franchise. Battle against legions of other Sky Force 2014 players in weekly tournaments on brand new levels every week, with big prizes not just for winning but also for rescuing other pilots who have already been brought down!', 'https://img.gamemonetize.com/1s032d22f3t0ncadj79kqlx72cpwsfmw/512x384.jpg', 'https://html5.gamemonetize.com/1s032d22f3t0ncadj79kqlx72cpwsfmw/', '0', 'Arcade', 0, 0, '', 'battle-sky-war'), (9606, 'Metal Guns Fury beat em up', 'Get your metal guns ready and engage in the best shooting and action arcade game. It\'s time to call your soldiers to do their duty, as an army of renegade slugs has invaded an island and took control of it. Play with 4 brave soldiers, an epic squad of glorious commandos, heroes of previous war conflicts, choose your weapons, your vehicules (tanks, mechas...) and attack the ennemy in destructing battles.', 'https://img.gamemonetize.com/dsketz3h38jy3on40p05t57bru92b1hp/512x384.jpg', 'https://html5.gamemonetize.com/dsketz3h38jy3on40p05t57bru92b1hp/', '0', 'Arcade', 0, 0, '', 'metal-guns-fury--beat-em-up'), (9607, 'Luxury Car Parking', 'Luxury Car Parking Games: Car Games for Kids You are welcomed to ALPHA Games to play car parking games. We hope you will enjoy the luxury car games 2022.', 'https://img.gamemonetize.com/56t0k5piu3hjtuugaac1iz4olarfiuy4/512x384.jpg', 'https://html5.gamemonetize.com/56t0k5piu3hjtuugaac1iz4olarfiuy4/', '0', 'Hypercasual', 0, 0, '', 'luxury-car-parking'), (9608, 'Words Search Classic Edition', 'No more magazines that take up too much space in the bag. You can now play your favorite games on mobile. This word search on mobile delight all styles of players. Observe and highlight the words before time runs out. Word Search classic edition is a game that tests your intelligence and your sense of observation. Complete all levels but especially have fun!', 'https://img.gamemonetize.com/dr4t5zdfoe804idezjjp4fbrwoqa1o4m/512x384.jpg', 'https://html5.gamemonetize.com/dr4t5zdfoe804idezjjp4fbrwoqa1o4m/', '0', 'Puzzles', 0, 0, '', 'words-search-classic-edition'), (9609, 'Speed Choose Color', 'Change the color of the two walls with the colored buttons so that they match the color of the ball. The game is difficult.', 'https://img.gamemonetize.com/zben54ilxfdy3zc6m91lfdv40t7qiebw/512x384.jpg', 'https://html5.gamemonetize.com/zben54ilxfdy3zc6m91lfdv40t7qiebw/', '0', 'Hypercasual', 0, 0, '', 'speed-choose-color'), (9610, 'Side Bounce', 'Shoot the ball at the right moment so that it bounces off the platform and destroys the disk. The game is difficult.', 'https://img.gamemonetize.com/xyo99thgfhooeffg9fyl113rl1bocdew/512x384.jpg', 'https://html5.gamemonetize.com/xyo99thgfhooeffg9fyl113rl1bocdew/', '0', 'Hypercasual', 0, 0, '', 'side-bounce'), (9611, 'Color Box Path', 'To survive, you must quickly tap on the correct colour. Make as many points as you can by pressing the yellow and red colour buttons. Earn money and points to get access to new backdrops and accomplishments. You may swiftly go to the next road by fast tapping right or left, depending on the colour of the following path. In this game of colour paths, you must tap the yellow route when it gets to yellow, and you must touch the red path when it gets to read. Colour Path Classic is a great game that is both challenging and enjoyable. Go no further if you\'re looking for a high-octane, adrenaline-pumping, and mind-boggling time-killer. At the very least, you\'ll tap the incorrect one at least half the time. Colour path classic\'s controls are straightforward, making it a breeze to master. Youngsters and grown-ups of all generations will get addicted to this one-handed one-tap game. Your life is over as soon as you touch on the incorrect colour path tile. Playing this game is one of the best ways to kill time.', 'https://img.gamemonetize.com/ji5i660m4m0h94u9p2i8vto1b43p3m3b/512x384.jpg', 'https://html5.gamemonetize.com/ji5i660m4m0h94u9p2i8vto1b43p3m3b/', '0', 'Arcade', 0, 0, '', 'color-box-path'), (9612, 'Ping Pong Classic', 'Full game with great inspiration in Pong, one of the most classic Atari games of history!', 'https://img.gamemonetize.com/fixpavpufsr32j6bzxoa2r2b9lgez7n9/512x384.jpg', 'https://html5.gamemonetize.com/fixpavpufsr32j6bzxoa2r2b9lgez7n9/', '0', 'Sports', 0, 0, '', 'ping-pong-classic'), (9613, 'Side Off', 'Rotate the versatile cube to collect the balls of the correct color. The game is difficult.', 'https://img.gamemonetize.com/5xbm05ckcwgwn7e838br1snqp74ie1p7/512x384.jpg', 'https://html5.gamemonetize.com/5xbm05ckcwgwn7e838br1snqp74ie1p7/', '0', 'Hypercasual', 0, 0, '', 'side-off'), (9614, 'Where Is The Ballon ?', 'In this game, initially the ball is placed under one of the cups (you can choose between 3 and 6 cups), which will alternate positions between them, randomly. At the end of the movements, the player must indicate which cup contains the ball. As the player guesses correctly, the exchanges happen more quickly.', 'https://img.gamemonetize.com/9y8sdonlizh8lls9v8tl9fhbd7kao98u/512x384.jpg', 'https://html5.gamemonetize.com/9y8sdonlizh8lls9v8tl9fhbd7kao98u/', '0', 'Puzzles', 0, 0, '', 'where-is-the-ballon-'), (9615, '3D Floating Bird', 'Keep the bird afloat as long as you can while avoiding cactuses on the way', 'https://img.gamemonetize.com/o4bu9qon25czn33rep717hf7s9dd3hfm/512x384.jpg', 'https://html5.gamemonetize.com/o4bu9qon25czn33rep717hf7s9dd3hfm/', '0', 'Hypercasual', 0, 0, '', 'd-floating-bird'), (9616, 'Two Cubes', 'Control two dice to jump over falling walls. The game is difficult.', 'https://img.gamemonetize.com/u1kwv55d3i5slf911mky00mb4e545zhg/512x384.jpg', 'https://html5.gamemonetize.com/u1kwv55d3i5slf911mky00mb4e545zhg/', '0', 'Hypercasual', 0, 0, '', 'two-cubes'), (9617, 'Mini Heads Party', 'Flat Flap is a casual game for all ages, simple one-touch control, very inspired by Flappy Bird gameplay. With a minimalist look in flat design.', 'https://img.gamemonetize.com/xkeaqjxj9ibpc1xi6squhvxjaxb0oul6/512x384.jpg', 'https://html5.gamemonetize.com/xkeaqjxj9ibpc1xi6squhvxjaxb0oul6/', '0', 'Hypercasual', 0, 0, '', 'mini-heads-party'), (9618, 'Where Is The Ball ?', 'In this game, initially the ball is placed under one of the cups (you can choose between 3 and 6 cups), which will alternate positions between them, randomly. At the end of the movements, the player must indicate which cup contains the ball. As the player guesses correctly, the exchanges happen more quickly.', 'https://img.gamemonetize.com/kw7dm5e70r4mqct6e9qmcabcgcqgc0rd/512x384.jpg', 'https://html5.gamemonetize.com/kw7dm5e70r4mqct6e9qmcabcgcqgc0rd/', '0', 'Puzzles', 0, 0, '', 'where-is-the-ball-'), (9619, 'Trains.io 3D Fidget', 'Trains.io 3D Fidget is slithering train game in 3d world. Become the grand trainin game by eating others and grow longer. Collect screws and toolboks to grow faster!', 'https://img.gamemonetize.com/zk8ved8zr30rai0d1zzmgq3klgs69bg8/512x384.jpg', 'https://html5.gamemonetize.com/zk8ved8zr30rai0d1zzmgq3klgs69bg8/', '0', 'Hypercasual', 0, 0, '', 'trainsio-d-fidget'), (9620, 'Sine Platforme', 'Sine Platforme is a simple casual game with clean visuals and endlessly gameplay for the best score. It can be played and responsive on mobile and PC.', 'https://img.gamemonetize.com/if69ya7r1so1zh9xgylrga7fvaxyg3ey/512x384.jpg', 'https://html5.gamemonetize.com/if69ya7r1so1zh9xgylrga7fvaxyg3ey/', '0', 'Hypercasual', 0, 0, '', 'sine-platforme'), (9621, 'Two Wall', 'Hyper-casual game with simple one-touch controls and procedural difficulty. Switch between walls to get points, and avoid platforms to get a better score.', 'https://img.gamemonetize.com/mkqa75ugyetns38ly8ygsrg5bud85856/512x384.jpg', 'https://html5.gamemonetize.com/mkqa75ugyetns38ly8ygsrg5bud85856/', '0', 'Hypercasual', 0, 0, '', 'two-wall'), (9622, 'Squidly Game', 'Squidly Game Stop is an intense survival game to play from the famous squid game series. As we are all very found of squid game. The first game we need to play here, it is start and stop. So be attentive and move only on required time and stop on red. Survive and reach the red line before the timer runs out.', 'https://img.gamemonetize.com/yjyjy1nlpogfa0skk7w6qfrxr8ijvmw7/512x384.jpg', 'https://html5.gamemonetize.com/yjyjy1nlpogfa0skk7w6qfrxr8ijvmw7/', '0', 'Adventure', 0, 0, '', 'squidly-game'), (9623, 'Santa Runner Game', 'Santa Runner – this is a great (flat style) arcade game with very beautiful graphics. The game is ideally suited for mobile devices.', 'https://img.gamemonetize.com/syqf7kej04pkua57apri9cuq4udnwblp/512x384.jpg', 'https://html5.gamemonetize.com/syqf7kej04pkua57apri9cuq4udnwblp/', '0', 'Adventure', 0, 0, '', 'santa-runner-game'), (9624, 'Word Learner', 'Word Learner is a brain puzzle game for toddlers and kids. You can play by category or random. Select one of the given categories such are: the category with animals, fruits, countries, birds, and flowers. When you select the category the word will show on the top of the screen. Watch the word he will disappear for short time. The alphabet will show on the screen and you need to click on the alphabet to get the correct word. Learn new words, names, and letters. Have fun and play without mistakes.', 'https://img.gamemonetize.com/90x5z0zgyycedtzixpbrmw1nofwycf9g/512x384.jpg', 'https://html5.gamemonetize.com/90x5z0zgyycedtzixpbrmw1nofwycf9g/', '0', 'Puzzles', 0, 0, '', 'word-learner'), (9625, 'Bubble Saga', 'Aim, match and smash all the pets in this relaxing cute adventure game. Help the little pets to match 3 or more to increase the score and complete the levels. You need to aim & shoot, to drop & burst all little pets. Train your brain with this original puzzle as you blast balls. Complete 25 levels and beat the highscores', 'https://img.gamemonetize.com/0edrvkvbdslgeddv80r80a3mrsqb06md/512x384.jpg', 'https://html5.gamemonetize.com/0edrvkvbdslgeddv80r80a3mrsqb06md/', '0', 'Puzzles', 0, 0, '', 'bubble-saga'), (9626, 'Car Drive', 'Car Drive is traffic tour racing game Show your driving skills . All you have to do is to avoid crashing and stay intact for as long as you can.', 'https://img.gamemonetize.com/fto1uqb2v8du51uk6zzz4yveh6kelz71/512x384.jpg', 'https://html5.gamemonetize.com/fto1uqb2v8du51uk6zzz4yveh6kelz71/', '0', 'Sports', 0, 0, '', 'car-drive'), (9627, 'Mathématique Game', 'Mathématique Game is the perfect way to help children learn math skills the easy way!', 'https://img.gamemonetize.com/3gj8b5c5esfjmveviqmn0epc27vf9nnx/512x384.jpg', 'https://html5.gamemonetize.com/3gj8b5c5esfjmveviqmn0epc27vf9nnx/', '0', 'Hypercasual', 0, 0, '', 'mathmatique-game'), (9628, 'Mathpup Eye Test', 'It\'s a fun game that combines puzzles and find different that can be used to test your eye focus. Look through the boxes containing puppy pictures and find a different one.', 'https://img.gamemonetize.com/15iorljl2ieldwrr6x238mhqiwhecrty/512x384.jpg', 'https://html5.gamemonetize.com/15iorljl2ieldwrr6x238mhqiwhecrty/', '0', 'Puzzles', 0, 0, '', 'mathpup-eye-test'), (9629, 'Mathématique Games', 'Mathématique Games is the perfect way to help children learn math skills the easy way!', 'https://img.gamemonetize.com/vzaskpyb0flw7w5r08w8l0j2qovbhtmj/512x384.jpg', 'https://html5.gamemonetize.com/vzaskpyb0flw7w5r08w8l0j2qovbhtmj/', '0', 'Hypercasual', 0, 0, '', 'mathmatique-games'), (9630, 'CRAZY CHICKS', 'Crazy Chicks! Put your record in this addictive arcade!', 'https://img.gamemonetize.com/tht87jw4tlslki23yo7w33cuuls7fjv1/512x384.jpg', 'https://html5.gamemonetize.com/tht87jw4tlslki23yo7w33cuuls7fjv1/', '0', 'Soccer', 0, 0, '', 'crazy-chicks'), (9631, 'Endless Blocky Platformer', 'In this one-of-a-kind action role-playing game, you\'ll go on adventures filled with magic while battling a never-ending horde of hostile foes and powerful monsters in the wonderful realm of Blocky World. There are many different situations, each with its own set of antagonists, such as fearsome witches, orcs, and face thieves. Determine the class you want to play as, acquire rides and pets, and plot out your journey. Daily objectives and challenges, playable characters that may be edited, riddles, hidden areas, and more are all included. The game is now in the testing phase, and it will get frequent updates in the future. Leave your thoughts and suggestions below, and together we can help make Blocky World even better.', 'https://img.gamemonetize.com/o1pv3e53e22jy5semcgg1eudkyjgryac/512x384.jpg', 'https://html5.gamemonetize.com/o1pv3e53e22jy5semcgg1eudkyjgryac/', '0', 'Arcade', 0, 0, '', 'endless-blocky-platformer'), (9632, 'Balls Crusher', 'Balls Crusher is a casual puzzle game which is suitable for all ages. You only need to aim the balloon to launch. Until all the balloons are eliminated, you will unlock the next level. So, are you ready to challenge more levels?', 'https://img.gamemonetize.com/oyor8ezoalumw6e24nxk2h24ffgm93ve/512x384.jpg', 'https://html5.gamemonetize.com/oyor8ezoalumw6e24nxk2h24ffgm93ve/', '0', 'Puzzles', 0, 0, '', 'balls-crusher'), (9633, 'Archer Hunter King Game', 'Archer Hunter King is a fun confrontation arcade game. There are two modes for you to choose from, you can either choose the parkour hunting mode or the endless breakout mode. In parkour hunting mode, you need to survive to the end with your skills within the time limit. In the endless mode, you need to protect the king, if the king dies you will also fail. You can use the reward for passing to unlock new characters and skills. Start when you\'re ready! Just waiting for you! Have fun!', 'https://img.gamemonetize.com/18zw26gccalbo5fsbt5vbiqfm336m2zu/512x384.jpg', 'https://html5.gamemonetize.com/18zw26gccalbo5fsbt5vbiqfm336m2zu/', '0', '3D', 0, 0, '', 'archer-hunter-king-game'), (9634, 'Fruit Sort Puzzle Color Puzzle', 'What flavor of candy cane do you like to eat? Come and join Fruit Sort Puzzle to make your own candy cane to suit your taste! Move the fruits, three or more of them can be combined and upgraded, and finally, you have to target the hawthorn. If the fruit exceeds the maximum limit of the fork, you will fail. Can you successfully make hawthorn candy canes? Believe in yourself! Have fun!', 'https://img.gamemonetize.com/fy4bix8fmtwb373cniwofov5cmj1qtjh/512x384.jpg', 'https://html5.gamemonetize.com/fy4bix8fmtwb373cniwofov5cmj1qtjh/', '0', 'Puzzles', 0, 0, '', 'fruit-sort-puzzle--color-puzzle'), (9635, 'Phone Case DIY 2 Casetify Game', 'Do you have artistic talent? If you are not sure about your artistic talent. The newly released Phone Case DIY game can help you discover it. The pretty girl wants to attend her sister\'s party and she needs you to design the latest phone case for her. We picked many beautiful colors, stickers, and phone case models for you. We have also prepared 3 different making processes for you: By choosing Stencil art, you can spray lots of pretty patterns on the phone case. By choosing Pop it, you will enjoy the fun of Pop it...Trust us, no matter what color you spray on the phone case and what making processes you choose, it always comes out pretty. Come and play this game to find more fun stuff!', 'https://img.gamemonetize.com/chqus7dya051pc02snslpsl5448f4d99/512x384.jpg', 'https://html5.gamemonetize.com/chqus7dya051pc02snslpsl5448f4d99/', '0', 'Girls', 0, 0, '', 'phone-case-diy---casetify-game'), (9636, 'Flapi Smash', 'The game is not complicated. Tap the screen to shut the pipes, killing any birds attempting to fly through them. Features: Unlock incredible power-ups, then use them to decimate the birds! Unlock potent pipes that come with incredible benefits! You can earn bone bucks for each round you play and then spend them in the shop! You can give the birds a wide variety of amusing outfits if you unlock them all! If you save your progress to the cloud, you can play on a different device without losing your place.', 'https://img.gamemonetize.com/dkkrnczytqxr1qsfyfhwqy1puk2i5gfv/512x384.jpg', 'https://html5.gamemonetize.com/dkkrnczytqxr1qsfyfhwqy1puk2i5gfv/', '0', 'Girls', 0, 0, '', 'flapi-smash'), (9637, 'Baby Taylor Ice Ballet Dancer', 'The Winter Olympics are the hottest topic right now! Everyone is talking about it. Taylor and her friend Jessica love figure skating, a sport known as ice ballet that is both beautiful and elegant. Today, let\'s follow Taylor and Jessica to learn about the sport! Even if we don\'t know how to do ice ballet, we must dress up like a professional ice ballerina! Now, let\'s go to design and choose your favorite outfit!', 'https://img.gamemonetize.com/xz9gnqppyha3jncf3hivltpc8slkb3i4/512x384.jpg', 'https://html5.gamemonetize.com/xz9gnqppyha3jncf3hivltpc8slkb3i4/', '0', 'Girls', 0, 0, '', 'baby-taylor-ice-ballet-dancer'), (9638, 'Dot', 'Very challenging puzzle Control the square to your target position, and then choose turn right or turn left. Aline all dots to the correspond color square. The rule is simple. But the number of step is limited, it is very hard to solve.', 'https://img.gamemonetize.com/rznuh495c1nonc49dzfwtc00p58oy031/512x384.jpg', 'https://html5.gamemonetize.com/rznuh495c1nonc49dzfwtc00p58oy031/', '0', 'Puzzles', 0, 0, '', 'dot'), (9639, 'Dress Up Hair Style', 'Hello and welcome to the magical beauty salon. In this game you are an experienced fashion maker and own a great beauty shop. Lots of customers come to your shop everyday. There is no time for hesitating. Because these customers are waiting for you for a long time and they really need your help. Grab all tools and make those girl more attractive as they deserve. Good luck', 'https://img.gamemonetize.com/5yvbxsrr3wrrtvazo15m7vilp3gjezwr/512x384.jpg', 'https://html5.gamemonetize.com/5yvbxsrr3wrrtvazo15m7vilp3gjezwr/', '0', 'Girls', 0, 0, '', 'dress-up-hair-style'), (9640, 'Winx Bloom Casual', 'Winx bloom tries on their daily wear. She will make the most stylish outfit combination and go for a walk. Which dresses, jewelry, bags or shoes do you think should be preferred? Let\'s play and try.', 'https://img.gamemonetize.com/j9t28j0vil5pv5eu4p5yd2e0el2vxm0b/512x384.jpg', 'https://html5.gamemonetize.com/j9t28j0vil5pv5eu4p5yd2e0el2vxm0b/', '0', 'Girls', 0, 0, '', 'winx-bloom-casual'), (9641, 'Barbie Teen Fashion', 'Barbie teen fashion girl tries on her newly designed clothes. The beautiful barbie is a fashion icon with her clothes and jewelry. Let\'s dress her up very stylishly.', 'https://img.gamemonetize.com/nzwnj5vvmo0rzupccg0iypmx2mc4yr9f/512x384.jpg', 'https://html5.gamemonetize.com/nzwnj5vvmo0rzupccg0iypmx2mc4yr9f/', '0', 'Girls', 0, 0, '', 'barbie-teen-fashion'), (9642, 'Sonic Hidden Diamonds', 'Sonic Hidden Diamonds is a fun online skill and hidden object game. Find out the hidden diamonds in the specified images. Each level has 10 hidden diamonds. There are 8 levels in total. The time is limited so be fast and find all hidden objects before time runs out. Clicking in the wrong place several times reduces the time by an additional 5 seconds. So, if you are ready start the game and have fun!', 'https://img.gamemonetize.com/wfjyvjqj4p74bu7zqlh4w1fdnq880tny/512x384.jpg', 'https://html5.gamemonetize.com/wfjyvjqj4p74bu7zqlh4w1fdnq880tny/', '0', 'Puzzles', 0, 0, '', 'sonic-hidden-diamonds'), (9643, 'Flappy Tweety', 'Cute bird Tweety is flying between challenging obstacles. Make the highest record without hitting the obstacles. let\'s play', 'https://img.gamemonetize.com/kpyyk3d3pg97k4vifj8svywx5ta1rax3/512x384.jpg', 'https://html5.gamemonetize.com/kpyyk3d3pg97k4vifj8svywx5ta1rax3/', '0', 'Girls', 0, 0, '', 'flappy-tweety'), (9644, 'Power Rangers Hard Mission', 'In the game power rangers have to pass the obstacles inside the spaceship and complete the mission to save the world. He has to go through t-rex, megazord, evil eagle and burning black holes. let\'s play', 'https://img.gamemonetize.com/pfitqpnt292wq7b9s7cgzjrvp7vroxor/512x384.jpg', 'https://html5.gamemonetize.com/pfitqpnt292wq7b9s7cgzjrvp7vroxor/', '0', 'Action', 0, 0, '', 'power-rangers-hard-mission'), (9645, 'Jump Or Sleep', '"Hop or Sleep" is an endless platform game in which you touch and hold to compress the bird and then release it to let it hop from one level to another while keeping the bird alive. – Preserve your funds while meeting a diverse range of individuals along the way! – It is essential that you pay attention to the spikes because if you allow the bird to go this far, it will die. Coins may be accumulated to unlock new characters.', 'https://img.gamemonetize.com/8k0yyfq00zx21fk30vus2bs3f2u6x4co/512x384.jpg', 'https://html5.gamemonetize.com/8k0yyfq00zx21fk30vus2bs3f2u6x4co/', '0', 'Arcade', 0, 0, '', 'jump-or-sleep'), (9646, 'Pig Escape 2d', 'Piggy Wiggy is a brand new physics-based puzzle game developed by Qaibo Games to keep you entertained for hours. Create connections between different things on the screen to guide the pigs to the acorns at the end of each stage. Do not let the pigs come into contact with the spikes! Gizmo pig escape is a new point-and-click escape game by bestcrazygames that you can play for free. Gizmo, a lovable pig, becomes stranded in a cave. Find the clues and solve the riddles to save this little pig from certain death. I wish you the best of luck in your endeavors. Have a great time playing free internet escape games on ajazgames.com.', 'https://img.gamemonetize.com/598rpr6bdfq5am3cdbu4drqt6s6npjop/512x384.jpg', 'https://html5.gamemonetize.com/598rpr6bdfq5am3cdbu4drqt6s6npjop/', '0', 'Arcade', 0, 0, '', 'pig-escape-d'), (9647, 'Desert Drone 2022', 'Prepare yourself for some amazing aerial adventures in the enormous metropolis desert. This drone flight simulator is almost as good as piloting a military UAV drone in terms of realism. Bring your remote control to take off, and you\'re ready to go. Your military drone training begins here. The big desert serves as the first step in learning the fundamentals of military drone flight. The initial level of the military drone training program, stage one, may seem easy, but it\'s rather difficult. You\'ll need to be able to pilot your military drone with extreme precision across the numerous airborne circles. Get ready for some mind-blowing feats in the drone simulator.', 'https://img.gamemonetize.com/fzli3haiwz393tmjl833nbz9ufi2s0iu/512x384.jpg', 'https://html5.gamemonetize.com/fzli3haiwz393tmjl833nbz9ufi2s0iu/', '0', 'Arcade', 0, 0, '', 'desert-drone-'), (9648, 'Jungle Escape Game', 'A fun action game where you are the Viking and you direct your dragon through swarms of enemies to reach the end of each level. There is one big bonus loop within each level that contains a plethora of enemies, but there is only time for one before the bonus ends! The game ends when all of your life and energy runs out. Each weapon gives a different bonus to the Vikings\' score so be sure to try them all on each level!', 'https://img.gamemonetize.com/juhaxjwx2puupdp40qb6iyra8uudg5k6/512x384.jpg', 'https://html5.gamemonetize.com/juhaxjwx2puupdp40qb6iyra8uudg5k6/', '0', 'Shooting', 0, 0, '', 'jungle-escape-game'), (9649, 'Tractor Escape 2', 'Tractor Escape 2 is a point and click game developed by 8B Games/Games2Mad. Imagine that you had been to a farm; there you lost your Tractor wheel. Here are the interesting puzzles and hidden objects to find and get escape with the Tractor. Good luck... Have fun!', 'https://img.gamemonetize.com/7zmisbga644lsloyjlqpoigay3vlr1zr/512x384.jpg', 'https://html5.gamemonetize.com/7zmisbga644lsloyjlqpoigay3vlr1zr/', '0', 'Puzzles', 0, 0, '', 'tractor-escape-'), (9650, 'Modern Hard Car Parking Game', 'Modern Hard Car Driving Parking Games 2022 have best parking cars experience of real car driving 3d.', 'https://img.gamemonetize.com/x0kip3nnftinc3ti7zon5gogvu9x83ro/512x384.jpg', 'https://html5.gamemonetize.com/x0kip3nnftinc3ti7zon5gogvu9x83ro/', '0', 'Adventure', 0, 0, '', 'modern-hard-car-parking-game'), (9651, 'No colision', 'Hyper casual game with procedural difficulty, getting to be very hard. Simple one-touch controls for all ages, just tap to change the direction.', 'https://img.gamemonetize.com/2e6unbyb857k69qa0flhd0b7xknld77e/512x384.jpg', 'https://html5.gamemonetize.com/2e6unbyb857k69qa0flhd0b7xknld77e/', '0', 'Hypercasual', 0, 0, '', 'no-colision'), (9652, 'Side Bouncce', 'Shoot the ball at the right moment so that it bounces off the platform and destroys the disk. The game is difficult.', 'https://img.gamemonetize.com/02svc244kk2qchb93weh45qradlxw4jc/512x384.jpg', 'https://html5.gamemonetize.com/02svc244kk2qchb93weh45qradlxw4jc/', '0', 'Hypercasual', 0, 0, '', 'side-bouncce'), (9653, 'Space Supremacys', 'Take control of 3 combat ships to fight your enemies Fight as a squadron or assign a position to each ship to defend your base. Every ship can be set to aim automatically or manually.', 'https://img.gamemonetize.com/9cn1n2zgpls9xp46v2n1wi3c055gmilf/512x384.jpg', 'https://html5.gamemonetize.com/9cn1n2zgpls9xp46v2n1wi3c055gmilf/', '0', 'Hypercasual', 0, 0, '', 'space-supremacys'), (9654, 'Pong Clasic', 'Full game with great inspiration in Pong, one of the most classic Atari games of history!', 'https://img.gamemonetize.com/yxpzri67gmyzacrmfjr8j2tbqcldg7nv/512x384.jpg', 'https://html5.gamemonetize.com/yxpzri67gmyzacrmfjr8j2tbqcldg7nv/', '0', 'Sports', 0, 0, '', 'pong-clasic'), (9655, 'Caveman Village Escape', 'Caveman Village Escape is a point and click game developed by 8B Games/Games2Mad. Imagine that you had been to a Caveman village, on there you had trapped. Here are the interesting puzzles and hidden objects to find and get escape from the village. Good luck... Have fun!', 'https://img.gamemonetize.com/2fueoev96ydtr0sxzr7zsgh6typ7fd2g/512x384.jpg', 'https://html5.gamemonetize.com/2fueoev96ydtr0sxzr7zsgh6typ7fd2g/', '0', 'Puzzles', 0, 0, '', 'caveman-village-escape'), (9656, 'Fantasy Toy Escape', 'Fantasy Toy Escape is a point and click game developed by Games2Live. Imagine that you are in a fantasy forest. You lost your Fantasy Toy. Here are the interesting puzzles and hidden objects to find and escape the Fantasy Toy. Good luck…Have fun!', 'https://img.gamemonetize.com/8yzysa8nby25w2h3lxi8ozxj9m161ade/512x384.jpg', 'https://html5.gamemonetize.com/8yzysa8nby25w2h3lxi8ozxj9m161ade/', '0', 'Puzzles', 0, 0, '', 'fantasy-toy-escape'), (9657, 'Little Jumbo Escape', 'Little Jumbo Escape is a point and click escape game developed by 8BGames/Games2Mad. Imagine that you had been to a place; on there you found a Little Jumbo got trapped. Find some hidden object to solve some interesting clues to escape the Little Jumbo. Good luck…Have fun!', 'https://img.gamemonetize.com/mchatl6fu7mdnaqeb84xrteegwwrcnch/512x384.jpg', 'https://html5.gamemonetize.com/mchatl6fu7mdnaqeb84xrteegwwrcnch/', '0', 'Puzzles', 0, 0, '', 'little-jumbo-escape'), (9658, 'Sailor Girl Escape', 'Sailor Girl Escape is a point and click game developed by 8B Games/Games2Mad. Imagine that you had been to seashore; on there you found a Sailor Girl trapped on a ship. Here are the interesting puzzles and hidden objects to find and help her to escape. Good luck... Have fun!', 'https://img.gamemonetize.com/g8pdem4jdfyok4br115s2ujrs18puvzz/512x384.jpg', 'https://html5.gamemonetize.com/g8pdem4jdfyok4br115s2ujrs18puvzz/', '0', 'Puzzles', 0, 0, '', 'sailor-girl-escape'), (9659, 'Amusement Park Escape', 'Amusement Park Escape is a point and click game developed by 8B Games/Games2Mad. Imagine that you had been to a park, on there you had trapped. Here are the interesting puzzles and hidden objects to find and get escape from the park. Good luck... Have fun!', 'https://img.gamemonetize.com/lgktkqyphjun16v1ckk1o4155s2u67zo/512x384.jpg', 'https://html5.gamemonetize.com/lgktkqyphjun16v1ckk1o4155s2u67zo/', '0', 'Puzzles', 0, 0, '', 'amusement-park-escape'), (9660, 'Egg Land Escape', 'Egg Land Escape is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to an Egg Land. You got trapped in it. Here are the interesting puzzles and hidden objects to find and get escape from the Egg Land. Good luck… Have fun!', 'https://img.gamemonetize.com/zju5t3fihmoc3u2scbioqt9q0026fxup/512x384.jpg', 'https://html5.gamemonetize.com/zju5t3fihmoc3u2scbioqt9q0026fxup/', '0', 'Puzzles', 0, 0, '', 'egg-land-escape'), (9661, 'G2M Piglet Escape', 'Piglet Escape is a point and click escape game developed by 8BGames/Games2Mad. Imagine that you had been to a place; on there you found a Piglet got trapped. Find some hidden object to solve some interesting clues to escape the Piglet. Good luck…Have fun!', 'https://img.gamemonetize.com/lp15lttuv0hhjyxmqtw8d9242ptyumnz/512x384.jpg', 'https://html5.gamemonetize.com/lp15lttuv0hhjyxmqtw8d9242ptyumnz/', '0', 'Puzzles', 0, 0, '', 'gm-piglet-escape'), (9662, 'Restaurant Kitchen Escape', 'Restaurant Kitchen Escape is a point and click game developed by 8B Games/Games2Mad. Imagine that you had been to a Restaurant Kitchen, on there you had trapped. Here are the interesting puzzles and hidden objects to find and get escape from the Kitchen. Good luck... Have fun!', 'https://img.gamemonetize.com/7ovjdofpg62jgxiln6tn2ax6ooz9d0sa/512x384.jpg', 'https://html5.gamemonetize.com/7ovjdofpg62jgxiln6tn2ax6ooz9d0sa/', '0', 'Puzzles', 0, 0, '', 'restaurant-kitchen-escape'), (9663, 'Do not touch the Pixel', 'You do not have much time in front of you and you don’t want to get in a game too long and complicated? Then play Don\'t Touch The Pixel! The goal is simple: to guide a small pixel without it touching the edges. It\'s a simple, fast game that will keep you busy! Do not Touch The Pixel is a game that will put your address and your patience to the test. Go as far as possible and achieve the highest score.', 'https://img.gamemonetize.com/6mev85lf5le4e927kqj9rfkxljdqufwr/512x384.jpg', 'https://html5.gamemonetize.com/6mev85lf5le4e927kqj9rfkxljdqufwr/', '0', 'Racing', 0, 0, '', 'do-not-touch-the-pixel'), (9664, 'G2M Deer Escape', 'Deer Escape is a point and click escape game developed by 8BGames/Games2Mad. Imagine that you had been to a place; on there you found a Deer got trapped. Find some hidden object to solve some interesting clues to escape the Deer. Good luck…Have fun!', 'https://img.gamemonetize.com/ssnvzvu0t8pgug70q2l5xoq80xbochh9/512x384.jpg', 'https://html5.gamemonetize.com/ssnvzvu0t8pgug70q2l5xoq80xbochh9/', '0', 'Puzzles', 0, 0, '', 'gm-deer-escape'), (9665, 'Whooo?', 'Whooo? is a casual puzzle online game for boys for free. You can guess in the game through the given tips. If you guess the character successfully in the shortest time, you will win. Guess according to the characteristics of each people. There are also more character cards waiting for you to unlock. So, why not try it now? Enjoy yourself!', 'https://img.gamemonetize.com/nqabmhd8qdocedv4ybvpg6rlumggar7p/512x384.jpg', 'https://html5.gamemonetize.com/nqabmhd8qdocedv4ybvpg6rlumggar7p/', '0', 'Boys', 0, 0, '', 'whooo'), (9666, 'Liverpool vs Real 2022', 'This is your chance to win the championship. Choose Liverpool F.C. or Real madrid and kick and defend your way to the trophy', 'https://img.gamemonetize.com/4s4igxk8mcalex0xptrhjoj3yoojogf3/512x384.jpg', 'https://html5.gamemonetize.com/4s4igxk8mcalex0xptrhjoj3yoojogf3/', '0', 'Sports', 0, 0, '', 'liverpool-vs-real-'), (9667, 'Block Stacking 3D Game', 'Block Stacking is a very fun, leisure, and pressure-relieving game. The game is very delicate and fresh. In the game, you will play by combining many different fruits. As long as you can complete the target tasks, you will have a chance to get rewards! By eliminating the fruits on the screen, you can successfully pass the level. It\'s extremely easy to operate, which makes you feel very addicted. Come and try the game!', 'https://img.gamemonetize.com/phqz51ly7300bw16gwvmreop5i8gkhi3/512x384.jpg', 'https://html5.gamemonetize.com/phqz51ly7300bw16gwvmreop5i8gkhi3/', '0', '3D', 0, 0, '', 'block-stacking-d-game'), (9668, 'Panda Baby Bear Care', 'Start your babysitting adventures and become the best panda nanny! Give panda a shower in the rain or with an elephant. Prepare food and find out what baby likes the most. Follow your virtual friend to the living room and do some fun housework. Don\'t forget to help your mummy at home too! When sleepy and tired, put baby panda to bed and help the little one fall asleep after a long and wonderful day.', 'https://img.gamemonetize.com/tky64cwp575uf4de7pulmavbxn5sq0mr/512x384.jpg', 'https://html5.gamemonetize.com/tky64cwp575uf4de7pulmavbxn5sq0mr/', '0', 'Girls', 0, 0, '', 'panda-baby-bear-care'), (9669, 'Hill Climb 2022', 'Hill Climb Racing was invented, and you may race it right here! In this driving game based on physics, you\'ll have to race your way up the hill! It can be played offline! Meet Newton Bill, the youthful hopeful who competes in uphill races. He is about to set off on a trip that will take him to uncharted territory, to places in which no ride has ever gone before. Bill considers every environment, from Asgard to a Nuclear Plant, a potential racing track. Bill will not rest until he has defied the rules of physics and climbed to the top of the tallest hills on the moon. He will not stop until he has accomplished this goal. Coming to you from the same people that brought you the first Hill Climb Racing is Hill Climb Racing 2! It\'s Bigger, It\'s Bigger, And It\'s Much Much Funner!? Hill Climb Racing Ii is a 2D gameplay racing game that puts hundreds of courses, cars, and character customization possibilities at your disposal. The game is played from the first person\'s perspective.', 'https://img.gamemonetize.com/89xe376d2xepfj8wsls3yks1z5s6p6th/512x384.jpg', 'https://html5.gamemonetize.com/89xe376d2xepfj8wsls3yks1z5s6p6th/', '0', 'Racing', 0, 0, '', 'hill-climb-'), (9670, 'Prison Noob vs Pro', 'Everyone\'s favorite noob is trying to escape from prison and escapes from prison with his pro friend accompanying him. two boys noob and pro who escaped from prison never stop. Noob and pro, who are very happy that they escaped from the prison, first collect the diamonds, then open the secret doors and run to the elevator. Noob and pro, sneaking under the ground, finally reach the elevator.And don\'t forget that the water is slowly rising as the snow melts. Get to the elevator ahead of time!', 'https://img.gamemonetize.com/meyzgl3dm7e5cif1nezidw2mp4iadnaq/512x384.jpg', 'https://html5.gamemonetize.com/meyzgl3dm7e5cif1nezidw2mp4iadnaq/', '0', 'Adventure', 0, 0, '', 'prison-noob-vs-pro'), (9671, 'Roblox Jigsaw Challenge', 'Roblox Jigsaw Challenge is free online jigsaw puzzle game with six beautiful pictures.Play this game direct in your browser or any mobile device. Play for fun by all the family, or a quick distraction at work. Have fun puzzle time playing.', 'https://img.gamemonetize.com/zjro03lt9xs51tl8fkwshzq17jfjx5ji/512x384.jpg', 'https://html5.gamemonetize.com/zjro03lt9xs51tl8fkwshzq17jfjx5ji/', '0', 'Puzzles', 0, 0, '', 'roblox-jigsaw-challenge'), (9672, 'Dont Drop The Soap', 'Welcome to Don’t Drop the Soap! The object is simple. Keep the soap in the air for as long as you can, and pop as many bubbles as possible to increase your score along the way. How long until you drop the drop the soap? have fun!', 'https://img.gamemonetize.com/rpsk0jfhk8n6wyez74v48qpkzxe6yk4k/512x384.jpg', 'https://html5.gamemonetize.com/rpsk0jfhk8n6wyez74v48qpkzxe6yk4k/', '0', 'Clicker', 0, 0, '', 'dont-drop-the-soap'), (9673, 'Handless Millionaire Unblocked', 'Would you risk your own life just to get money? How far would you go to become a millionaire? In this game show-style game, you must be fearless if you\'re ever going to grab that cash through a guillotine. Go ahead and click the link above and play Handless Millionaire Unblocked Online Multiplayer Round Based Live now! Take a journey with a rich millionaire into the depths of the human psyche, where greed and ambition drive people to do anything for more wealth. It seems like everyone wants to be millionaires these days. However, would you risk your very life in order to have all of that money? In this game show contest, players must face their deepest fears and gamble their lives away in order to win a million dollars. But if they don\'t risk it all, they will never be successful! In the game ​ Handless Millionaire , you want to grab as much cash as possible but at the same time must be careful not to get your hands chopped off. It\'s very challenging, and you\'ll need a lot of courage to give it a shot!', 'https://img.gamemonetize.com/altagivxrdx4v74gcnn4zwfow1chyc9x/512x384.jpg', 'https://html5.gamemonetize.com/altagivxrdx4v74gcnn4zwfow1chyc9x/', '0', 'Arcade', 0, 0, '', 'handless-millionaire-unblocked'), (9674, 'Hamster Stack Maze', 'Hamster Stack Maze is a very fun leisure puzzle game for boys for free. In the game, you will control the hamster to pass the levels and complete challenging tasks in various mazes. It is very fun and easy to operate. This interesting game content and rich gameplay will bring you a better experience and new fun. Come and play!', 'https://img.gamemonetize.com/4sfuv594xo80s21et6s4735udsgynjzs/512x384.jpg', 'https://html5.gamemonetize.com/4sfuv594xo80s21et6s4735udsgynjzs/', '0', 'Boys', 0, 0, '', 'hamster-stack-maze'), (9675, 'Kids Birthday Party', 'Kids Birthday Party is a very cute game. Do you know when your birthday is and how do you spend your birthday? In this game, you can experience how the three little animals spend their birthdays. At Hippo\'s house You can make delicious cakes with Mama Hippo and do magic for the kids with Papa Hippo. At Kitty\'s House, you can watch fun clown shows with the kids. The puppy\'s parents are going to take him to the playground with exciting pirate ships, cool trains, and a carousel. They are also going to have a picnic and enjoy beautiful firework shows. Want to learn more interesting things, come and play this game!', 'https://img.gamemonetize.com/g1bad1cmk680rzq4lf3yoqv1cru8gz8j/512x384.jpg', 'https://html5.gamemonetize.com/g1bad1cmk680rzq4lf3yoqv1cru8gz8j/', '0', 'Girls', 0, 0, '', 'kids-birthday-party'), (9676, 'Ball Thief vs Police 2', 'Ball Thief vs Police 2 is a 2D platformer where you play as a thief and you have to collect the bags of money while avoiding the police, drones and spikes. There are 8 levels to play and the difficulty increases as you proceed. This is the second installment of the original Ball Thief vs Police series.', 'https://img.gamemonetize.com/m8ffnk2625qadiq02khvv52rkbhn6frn/512x384.jpg', 'https://html5.gamemonetize.com/m8ffnk2625qadiq02khvv52rkbhn6frn/', '0', 'Arcade', 0, 0, '', 'ball-thief-vs-police-'), (9677, 'Shrek Card Match', 'Shrek is a 2001 American computer-animated fantasy film loosely based on William Steig\'s 1990 fairy tale picture book of the same name and directed by Andrew Adamson and Vicky Jenson in their directorial debut. It stars the voices of Mike Myers, Eddie Murphy, Cameron Diaz, and John Lithgow, and somewhat serves as a parody of other films adapted from numerous children\'s fantasies, mainly animated Disney films. The film focuses on an ogre named Shrek (voiced by Myers), who finds his swamp overrun by fairy tale creatures who have been banished there by order of the evil Lord Farquaad (voiced by Lithgow). In order to get his swamp back, Shrek makes a deal with Farquaad to bring him a queen in exchange for the deed for his swamp. Shrek sets out with a talking Donkey (voiced by Murphy) and they find Princess Fiona (voiced by Diaz). While they take Fiona to Farquaad so she can marry him, Shrek starts to fall in love with the princess and soon discovers a shocking secret about her. The rights to Steig\'s book were originally bought by Steven Spielberg in 1991, before the founding of DreamWorks, when he thought about making a traditionally animated film based on the book. However, John H. Williams convinced him to bring the film to DreamWorks in 1994, the time the studio was founded, and the film was put quickly into active development by Jeffrey Katzenberg after the rights were bought by the studio in 1995. Chris Farley was originally cast as the voice for the title character, recording about 80%–90% of his dialogue. After Farley died in 1997 before he could finish, Mike Myers was brought in to work for the character, who, after his first recording, decided to record his voice in a Scottish accent. The film was also originally planned to be motion-captured, but after poor results, the studio decided to recruit Pacific Data Images to help Shrek get its final computer-animated look. Shrek established DreamWorks Animation as a prime competitor to Pixar in feature film computer animation, and grossed $484.4 million at the worldwide box office against its $60 million production budget. It was acclaimed as an animated film worthy of adult interest, with many adult-oriented jokes and themes but a simple enough plot and humor to appeal to children. Shrek won the first ever Academy Award for Best Animated Feature, and was also nominated for Best Adapted Screenplay. It was also nominated for six British Academy of Film and Television Arts awards, including the BAFTA Award for Best Actor in a Supporting Role for Eddie Murphy for his voice performance as Donkey, and won the BAFTA Award for Best Adapted Screenplay. The film\'s success prompted DreamWorks to create three sequels—Shrek 2 (2004), Shrek the Third (2007), and Shrek Forever After (2010), two holiday specials—Shrek the Halls (2007) and Scared Shrekless (2010), and a spin-off film—Puss in Boots (2011). A fifth film, planned as the last of the series, was cancelled in 2009, with the announcement that the fourth film would conclude the series. However, the fifth film was revived in 2016, with a planned release for 2019/2020. The film\'s success also inspired other merchandise, such as video games, a stage musical, and a comic book adaptation by Dark Horse Comics. The film\'s main title character was awarded his own star on the Hollywood Walk of Fame in May 2010.', 'https://img.gamemonetize.com/zgsv8gc756cu1i91f8ihn6c5bif65wya/512x384.jpg', 'https://html5.gamemonetize.com/zgsv8gc756cu1i91f8ihn6c5bif65wya/', '0', 'Puzzles', 0, 0, '', 'shrek-card-match'), (9678, 'Lion King Jigsaw', 'Welcome to Lion King jigsaw puzzles. Try to assemble Jigsaw pieces to complete the lion pictures. Explore Tons of amazing lion pictures and complete all levels to be the winner. Good luck!', 'https://img.gamemonetize.com/3wdqdqh65ewg7vuaspi4laxva8u6jd8k/512x384.jpg', 'https://html5.gamemonetize.com/3wdqdqh65ewg7vuaspi4laxva8u6jd8k/', '0', 'Puzzles', 0, 0, '', 'lion-king-jigsaw'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (9679, 'Mario Match3', 'Everyone who loves Mario the plumber mustache and three-in-a-row puzzles will be pleasantly surprised by the appearance of the Mario Match 3 game. It combines everything you love and you don\'t have to look for anything. Just come in and the playing field, which will quickly be filled with round elements with the image of Mario himself, evil turtles and special mushrooms that turn an ordinary hero into super Mario. Swap balls and make rows of three or more identical objects or characters. Sixty seconds are allotted for the game and the time will not be added. Just score maximum points. Making the most profitable combinations in Mario Match 3.', 'https://img.gamemonetize.com/gteo3a800dlzs8twb3m61msjeukr8cce/512x384.jpg', 'https://html5.gamemonetize.com/gteo3a800dlzs8twb3m61msjeukr8cce/', '0', 'Puzzles', 0, 0, '', 'mario-match'), (9680, 'Red Light Green Light Game', 'Red Light, Green Light is a classic online game for free. After the three-second countdown, all the people can\'t run or move again, otherwise, you will violate the rules and return to the starting point. The game is very exciting. There are many obstacles waiting for you at each level. You must be careful to avoid them. And there are many skins that can be unlocked for use! Be careful of the danger anytime and anywhere. Can you successfully enter the top three?', 'https://img.gamemonetize.com/vi2dvwfq63jy0a4sgax4w5cxuw6plasn/512x384.jpg', 'https://html5.gamemonetize.com/vi2dvwfq63jy0a4sgax4w5cxuw6plasn/', '0', 'Boys', 0, 0, '', 'red-light-green-light-game'), (9681, 'Rescue King', '1. There are many unique levels in the game, and the old king of each level will be in different difficulties; 2. By observing the layout of different organ scenes, we can think out the way to save the old king and put it into action; 3. There are physical limitations in passing through customs. Each time you pass through customs, you need to consume physical strength. If you win, you can get a physical reward.', 'https://img.gamemonetize.com/h0p6mzxtof405wetsgm6aaag6sm3ptpg/512x384.jpg', 'https://html5.gamemonetize.com/h0p6mzxtof405wetsgm6aaag6sm3ptpg/', '0', 'Puzzles', 0, 0, '', 'rescue-king'), (9682, 'Piano Tile', 'Don\'t touch the withe tiles! Enjoy it!', 'https://img.gamemonetize.com/q1dk9qfo51bowcrmbbes7bkeb65lv6o2/512x384.jpg', 'https://html5.gamemonetize.com/q1dk9qfo51bowcrmbbes7bkeb65lv6o2/', '0', 'Hypercasual', 0, 0, '', 'piano-tile'), (9683, 'Flappy Poppy', 'In this game you can play with a Flappy Poppy! Just Tap to fly and try to pass across the robot poppy hands without touching them. Collect all medals and try to sign your personal highest score. Enjoy it!', 'https://img.gamemonetize.com/5rmm1tsxyktsoxnqksmj2gsqfqlx8yst/512x384.jpg', 'https://html5.gamemonetize.com/5rmm1tsxyktsoxnqksmj2gsqfqlx8yst/', '0', 'Hypercasual', 0, 0, '', 'flappy-poppy'), (9684, 'Power Rangers Fight', 'Power Rangers have to protect his mystical powerhouse from enemies. You have to fight to fend off all enemy attacks. Defeat enemies with punches and kicks.', 'https://img.gamemonetize.com/6nzk4midoxb7vrby9dph6qzu7lyelhi1/512x384.jpg', 'https://html5.gamemonetize.com/6nzk4midoxb7vrby9dph6qzu7lyelhi1/', '0', 'Boys', 0, 0, '', 'power-rangers-fight'), (9685, 'Powerpuff Girls Blossom', 'Blossom is the main protagonist of the animated television series The Powerpuff Girls, along with her sisters Bubbles and Buttercup. She\'s the Commander and Leader; she\'s the bright but egocentric leader of the superhero trio. Let\'s dress her up for her new adventure.', 'https://img.gamemonetize.com/prhmmla6ojti920yjf0604meeln3pohl/512x384.jpg', 'https://html5.gamemonetize.com/prhmmla6ojti920yjf0604meeln3pohl/', '0', 'Girls', 0, 0, '', 'powerpuff-girls-blossom'), (9686, 'Monkey Boots Dress Up', 'We are dressing up cute cartoon character Dora\'s best friend monkey Boots. let\'s play', 'https://img.gamemonetize.com/fckc3kampbduvgu598fphxpo8gh12nxh/512x384.jpg', 'https://html5.gamemonetize.com/fckc3kampbduvgu598fphxpo8gh12nxh/', '0', 'Girls', 0, 0, '', 'monkey-boots-dress-up'), (9687, 'Bratz Girl Dress Up', 'Favorite cartoon characters Bratz girls are very beautiful and love to follow fashion. Now it\'s time to dress up this fashionable Bratz girl so stylishly. let\'s play', 'https://img.gamemonetize.com/a9m56o4orj4fwh1xy2yhfo1uqqkzopif/512x384.jpg', 'https://html5.gamemonetize.com/a9m56o4orj4fwh1xy2yhfo1uqqkzopif/', '0', 'Girls', 0, 0, '', 'bratz-girl-dress-up'), (9688, 'Vacation Car Escape', 'Vacation Car Escape is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a sea with your favorite car on a vacation; there you lost your car key. Here are the interesting puzzles and hidden objects to escape your car. Good luck... Have fun!', 'https://img.gamemonetize.com/ihssbnw2301lv2t7hnbxejo3flabem5b/512x384.jpg', 'https://html5.gamemonetize.com/ihssbnw2301lv2t7hnbxejo3flabem5b/', '0', 'Puzzles', 0, 0, '', 'vacation-car-escape'), (9689, 'Prado Car Driving Simulator 3d', 'Enjoy the experience of free car games with addictive challenging Prado parking missions. Show Prado Car Driving Simulator 3d skills and get real adventure in free car driving games 2021. Prado parking offline games bring exciting aspects to youngsters’ favorite motorsports drive and parking games fun. Improve your racing car driving skills with new parking simulator games. Be the real driver in the car racing games championship. Prado Car driving on roads is easy but the park of monsters in narrow spaces is tough in one of the best games 2021. IMPROVE DRIVING SKILL Develop parking skills in our Prado car games and unique parking simulator games. Our simulator car games will put your car driving skills to the test. Developing parking skills was never this fun. Drive your car through the hurdles and road barriers. Our stylized games are car simulation games with unlimited fun. Prado Car Parking 3D is one of the realistic games with amazing graphics. Our car simulator is a game with better visuals. PARKING MISSION Be an expert driver! Experience the thrill of city car parking in modern Prado games missions. Find your next favorite luxury racing car games with adventurous gameplay. Discover something Prado driving simulator with your dream car in advance car parking free games to know about highway driving rules. Enjoy one of the best car parking girls\' games with friends. Gear up! Start the nitro sports car engine to drive on the extreme driving roads to boost zeal for rush car driving new games with Prado car parking missions. PRADO RACING CAR ENVIRONMENT The detailed environment of these Prado driving games and extensive real sound provide you with a fantastic experience in new car parking simulator games. Gear up with luxurious cars and customize your number plate. Use decals, rims, and paints to make the look of your car more attractive in the free Prado car parking game. PARKING CHALLENGE Our PRADO DRIVING game is a source of unlimited entertainment. Our car games have realistic HD graphics and realistic car sound effects. Install our car games, fasten your seat belts and get ready to drive. Experience the thrill of Prado parking 2021 with our driving game. If you love Prado car driving games then these real car games are a good choice for you. It is one of our most popular games car simulators with unlimited fun. Enhancement of driving and parking skills Offline games driving Skills Ultimate HD graphics different levels look and feel.', 'https://img.gamemonetize.com/652w2a4ixqs2con5alcnmycpgbgx05n9/512x384.jpg', 'https://html5.gamemonetize.com/652w2a4ixqs2con5alcnmycpgbgx05n9/', '0', 'Arcade', 0, 0, '', 'prado-car-driving-simulator-d'), (9690, 'Side Off Master', 'Rotate the versatile cube to collect the balls of the correct color. The game is difficult.', 'https://img.gamemonetize.com/0lizkdk1ywd92m946y76688ddpozayn4/512x384.jpg', 'https://html5.gamemonetize.com/0lizkdk1ywd92m946y76688ddpozayn4/', '0', 'Hypercasual', 0, 0, '', 'side-off-master'), (9691, 'Stupid Poppy', 'Stupid poppy is a puzzle poppy shooting game developed. In this game, you’ll fight against poppy by aiming correctly with your gun and shooting bullets with rebounds. Work on your angles to score the highest number of poppy kills in the least amount of bullets. Go ahead and demonstrate the power of your aim !', 'https://img.gamemonetize.com/2dpa2140av57avnrjay76mcokf2krufh/512x384.jpg', 'https://html5.gamemonetize.com/2dpa2140av57avnrjay76mcokf2krufh/', '0', 'Shooting', 0, 0, '', 'stupid-poppy'), (9692, 'Jumper Hero', 'Strategically work your way up the field as the enemy team tries to tackle you! Don\'t let their efforts stop you, charge the field and score that touchdown!', 'https://img.gamemonetize.com/lwawwk8xilnares97306dfzjvm9i3rbx/512x384.jpg', 'https://html5.gamemonetize.com/lwawwk8xilnares97306dfzjvm9i3rbx/', '0', 'Hypercasual', 0, 0, '', 'jumper-hero'), (9693, 'Talking Tom and Angela Coloring', 'Talking Tom and Angela Coloring is a free online coloring and kids game! In this game you will find eight different pictures which have to be colored as fast as you can to obtain a great score at the end of the game. You have 23 different colors to choose. You can also save the colored image. Have fun!', 'https://img.gamemonetize.com/udzn9khksfteg18kuwgffdrkypnbg905/512x384.jpg', 'https://html5.gamemonetize.com/udzn9khksfteg18kuwgffdrkypnbg905/', '0', 'Puzzles', 0, 0, '', 'talking-tom-and-angela-coloring'), (9694, 'Warring Universe', 'It\'s a brilliant, never-ending, and intense game that focuses on the battles between galaxies! As you play this bright-colored pixel game, you\'ll find a lot of enemies, ships, upgrades, and other things to find. Only a few people have decided to fight against the whole world, and you are one of them! Your ships can only be upgraded if you\'ve earned enough money by battling the bad guys. You won\'t keep to fear about heading into many enemies now that you\'ve invested in the best ship! -Buy rockets to eliminate your enemies quickly! Even the most formidable foes can\'t kill you if you don\'t wear armor! Strengthening your spaceship will let you take down more enemies and rack up more points. Many points and records are necessary to compete with your buddies for the world record. Keep an eye out for who has the most money and gone the most far in the game while comparing scores with your buddies!', 'https://img.gamemonetize.com/f3inovdgpmchr3ur6r0p2gxms8o1oet8/512x384.jpg', 'https://html5.gamemonetize.com/f3inovdgpmchr3ur6r0p2gxms8o1oet8/', '0', 'Arcade', 0, 0, '', 'warring-universe'), (9695, 'Cool Boy Escape', 'Cool Boy Escape is a point and click escape game developed by 8BGames. Imagine that a Boy got trapped in this house. Here is the interesting puzzles and hidden objects to find and rescue the Boy Good luck…Have fun!', 'https://img.gamemonetize.com/b5itr1ryy4w6bgq45g9c15qeprb7fgi5/512x384.jpg', 'https://html5.gamemonetize.com/b5itr1ryy4w6bgq45g9c15qeprb7fgi5/', '0', 'Puzzles', 0, 0, '', 'cool-boy-escape'), (9696, 'Super Cop Training', 'Super Cop Training is a police training shooting game to hit the banditos to pass all the levels. Watch out for your bullets and stars if their value drops to zero you lose!', 'https://img.gamemonetize.com/rw3lbwz1xkqor7yxrri5l7jf1ns3ujg3/512x384.jpg', 'https://html5.gamemonetize.com/rw3lbwz1xkqor7yxrri5l7jf1ns3ujg3/', '0', 'Shooting', 0, 0, '', 'super-cop-training'), (9697, 'Samurai Rabbit The Usagi Chronicles Jigsaw Puzzle', 'Zazgames is a place where you can infinitely play assembling online jigsaw puzzles. We hope you are up for another game from the Puzzle category on our website , because we have just added the game called Samurai Rabbit The Usagi Chronicles Jigsaw Puzzle for you all, which, despite being one of the many puzzle games we have added so far into this category, this is the first puzzle game to use this specific format, and image, so it is going to be a brand new experience for all of you, an experience we are sure you will appreciate, as there is no way you aren\'t going to have a lot of fun playing the game. Especially after you learn how to play it from the next lines in the description. you will start by choosing how you want the jigsaw puzzle be : hard medium or easy. After that, the jigsaw puzzle pieces are going to be spread around the game screen randomly. Use the mouse to drag them over the transparent images where they match with the image, until all the pieces are connected, and the image looks just like it did in the beginning. You will have a great time with the game, so start it right now, and we are sure you will not regret it one second!', 'https://img.gamemonetize.com/1lt5sypsj8rd1tqmrnqo9c67f5b4atnp/512x384.jpg', 'https://html5.gamemonetize.com/1lt5sypsj8rd1tqmrnqo9c67f5b4atnp/', '0', 'Puzzles', 0, 0, '', 'samurai-rabbit-the-usagi-chronicles-jigsaw-puzzle'), (9698, 'Salazar The Alchemist', 'Salazar The Alchemist is an addictive puzzle HTML5 Combine 3 or more elements of the same type to get a new advanced element. Continue until you will discover the final MYSTERIOUS ARTIFACT!', 'https://img.gamemonetize.com/c6pflxzpm6tcj25js1uw6wh0rodyb91c/512x384.jpg', 'https://html5.gamemonetize.com/c6pflxzpm6tcj25js1uw6wh0rodyb91c/', '0', 'Puzzles', 0, 0, '', 'salazar-the-alchemist'), (9699, 'Yellow Baby Horror', 'Welcome to the game where you will take care of a child. A pretty strange one, we must admit! Despite the fact that this title is based on pretty ordinary tasks like feeding and playing, it has a very strange trait the kid you are taking care of is not like all the other infants. We bet that you will guess that after you look at his eyes, so evil and big. Are you ready to test your patience, intellect, and problem-solving skills? Well, then this game will gladden you for sure. Start playing now it is free and available online right on this page. So what is waiting for you in a company of a strange child? Lets find out. The most blood-chilling element of the game is the ever-growing atmosphere of horror that increases and cover you entirely. When you start playing, everything is not that horrible you feed a child, bring him to bed, play, etc. The only strange thing is his gaze his manner to look at you will definitely influence you a lot. However, the time goes by and the demonic side of a kid shows itself more and more obviously. You will have to deal with strange events that are supernatural. For example, the child has a skill to disappear or even raise into the air. While he is too small to walk on his feet, he can move around the house with some kind of strange magic. He can open and close the doors with some strange power not his hands, of course, since they are too weak yet. Dealing with such a strange kid is a very frightening experience and you are going to spend three chapters with him. The horror atmosphere will make you shiver from fear all the time, since the pressure will grow you will start expecting for something horrible to happen every minute. Do your best to stay sane when playing with this kid this is something you will try to do. Make sure to treat him well no matter what. Even though you know that he is a real demon, you must keep calm, patient, and be carrying this is your job and the results depend on how you treat the kid. And, of course, try to survive in this strange situation. We bet that you will never work as a baby sitter after this case.', 'https://img.gamemonetize.com/6ombciej3a157eug3i5jkonuadpn51t1/512x384.jpg', 'https://html5.gamemonetize.com/6ombciej3a157eug3i5jkonuadpn51t1/', '0', 'Adventure', 0, 0, '', 'yellow-baby-horror'), (9700, 'Yellow Baby Horror Hide & Seek', 'This new version of this horror game has many cool novelties. So if you are a huge fan of the original Baby in Yellow, this part is for you. Try it on this site and discover all new additions with an exciting secret ending! The game has the same mechanics as the original product. You are working as a babysitter in the new house. The parents went on a business trip, so you need to take care of their child. In the corner of your screen you can see the list of tasks that includes feeding the kid, bathing him, entertaining him and putting him in bed. The list also has tasks to help you relax after a long day of hard work, like sitting on the sofa and watching TV. When you play for a long time, you can notice strange things that happen in the house. It means that the creepy child started his hunting. But developers added various novelties to this version. The child now has a frightening mask that makes his appearance weirder and scary. Babylicious has his friends toys that will help him do his terrifying plans. The huge raccoon, old teddy bear and other plush toys will play a role in the secret ending. During the game they scare you, their eyes become sparkly and their faces are evil. He likes to sleep with them so if you dont bring them to bed, he remembers it and gets revenge. You have the monitor that allows you to watch him in the bed. The pictures become more fearsome and strange, so dont miss the right time. And in this game version you have the weapons to protect yourself. The huge bit will help you in the end to fight with these odd toys and their great master the kid with red devils eyes. On the third day you can even get lost in the house, because the rooms are full of candles, creepy notes on walls and the lights are bad. He wont let you escape, so the last mission is going to be dangerous and difficult. Fight for your life and stay alive till the end! You are a brave gamer that is tired of average horrors with complicated quests and boring plot? This version is for you! The plot is unique and quests are simple, so nothing distracts you from the process. Pass all quests to reach the fascinating final.', 'https://img.gamemonetize.com/j45r4geqfx7q57vms5wkui2ao6j6w7c9/512x384.jpg', 'https://html5.gamemonetize.com/j45r4geqfx7q57vms5wkui2ao6j6w7c9/', '0', 'Adventure', 0, 0, '', 'yellow-baby-horror-hide-amp-seek'), (9701, 'The red forest kid', 'The Red Forest Kid is a reflex- and anticipation-based game. Try to help the kid progress as fast as you can without making a single mistake. The colorful atmosphere is sure to enchant any and all players. How far can you make the kid go', 'https://img.gamemonetize.com/7hm3d27ftmjfj9mipbwu2n3aavhualwy/512x384.jpg', 'https://html5.gamemonetize.com/7hm3d27ftmjfj9mipbwu2n3aavhualwy/', '0', 'Arcade', 0, 0, '', 'the-red-forest-kid'), (9702, 'The Speed Ninja', 'Play as a fierce warrior from the land of the Rising Sun in this exhilarating runner and test your reflexes in multiple jump races. While an army is approaching, a young ninja is leaping from roof to roof. His objective? To sound the gongs and alert the multiple districts of his village before the enemy attacks. Your goal is to get to those gongs, which are at the end of each level.', 'https://img.gamemonetize.com/3zn2vm4dxuxxxzvxsmkitmeaxtoms3zj/512x384.jpg', 'https://html5.gamemonetize.com/3zn2vm4dxuxxxzvxsmkitmeaxtoms3zj/', '0', 'Hypercasual', 0, 0, '', 'the-speed-ninja'), (9703, 'The Wisp', 'Possess the immaterial body of the Wisp and help him reach Heaven’s door across a hundred levels. Put your reflexes to the test and save your soul in this platform game.', 'https://img.gamemonetize.com/z225qz8kt2qddfrnc8d91b6gkws3jl8a/512x384.jpg', 'https://html5.gamemonetize.com/z225qz8kt2qddfrnc8d91b6gkws3jl8a/', '0', 'Arcade', 0, 0, '', 'the-wisp'), (9704, 'Ultimate Robo Duel 3D', 'In the Ultimate Robo Duel 3D game, you can fight in the arena with advanced robots. You will feel yourself in the arena with its realistic sounds, effects and atmosphere! You can play the game against the computer or against your friend in 2 PLAYER mode!', 'https://img.gamemonetize.com/jtxkx8m8d4gxy86tqqbfou2ni2i7qgsi/512x384.jpg', 'https://html5.gamemonetize.com/jtxkx8m8d4gxy86tqqbfou2ni2i7qgsi/', '0', 'Action', 0, 0, '', 'ultimate-robo-duel-d'), (9705, 'Realistic Tanks Poopy War', 'In the offline campaign, you must rain rockets down on an armada of opposing tanks. You can build your tank using a wide range of weapons and tanks. You can also add your style to your war machine by choosing from various camouflages. Our pixel shooter may be played offline, independent of an internet connection. Mines and crafts must be finished across all levels and objectives. Become the powerful tankman of a customized Warmachine and build your war plan based on the most recent upgrades, talents you\'ve mastered, and experience you\'ve gained. By upgrading your metal monster, you become more powerful and can cause mayhem among your foes. The variety of stages and mazes allows you to test out various strategies and figure out which one works best for each set of objectives. You may play the campaign anytime you choose while also taking on swarms of enemy tanks. We do not impose any energy or other limits on the player in our tank shooter. Log in as frequently as possible to increase the additional resources you gain for running a battle.', 'https://img.gamemonetize.com/uyry5c6ia2qyme3582cb1jvfkldl0qj5/512x384.jpg', 'https://html5.gamemonetize.com/uyry5c6ia2qyme3582cb1jvfkldl0qj5/', '0', 'Shooting', 0, 0, '', 'realistic-tanks-poopy-war'), (9706, 'Martial Arts Fighter Duel', 'Welcome to the duel tournament of martial arts! 17 martial arts masters from different countries and geographies meet in the arena. Show your unique fighting style and try to beat the opponents. You can join the tournament in "Arcade" mode or you can compete with your friend in "2 Player" mode. You can set the difficulty level of the game in the settings section. If you are ready for fights, you can start.', 'https://img.gamemonetize.com/fkufwp79zlik99606k8riro79ri461lw/512x384.jpg', 'https://html5.gamemonetize.com/fkufwp79zlik99606k8riro79ri461lw/', '0', 'Action', 0, 0, '', 'martial-arts-fighter-duel'), (9707, 'Hugie Wugie Coloring', 'Hugie Wugie is a big blue monster from the game Poppy Playtime, but it can also be found in the game FNF. Meet the blue monster that hunts people together with our drawings. We have collected a collection of Hugie Wugie coloring pages for boys and girls of all ages!', 'https://img.gamemonetize.com/6jkyucli6sy5i6d7rmhnrkibbz2uptho/512x384.jpg', 'https://html5.gamemonetize.com/6jkyucli6sy5i6d7rmhnrkibbz2uptho/', '0', 'Arcade', 0, 0, '', 'hugie-wugie-coloring'), (9708, 'BFFs Trendy Squad Fashion', 'Welcome to the BFFs Trendy Squad Fashion. Barbie and her friends have a discussion on the weekend plan. And they come up with an idea to get ready for an upcoming fashion event. It’s a “Squad Fashionâ€. They all get excited to be show their fashion skill. Join and help the girls in preparation. Have fun!', 'https://img.gamemonetize.com/u21s8wdcxfqggtzie82ay0xwm30j19se/512x384.jpg', 'https://html5.gamemonetize.com/u21s8wdcxfqggtzie82ay0xwm30j19se/', '0', 'Girls', 0, 0, '', 'bffs-trendy-squad-fashion'), (9709, 'Hide Or Seek', 'Hide Or Seek is a puzzle action online game for boys for free. In this game, you will start the competition with others in a small maze. When seeking other people, you need to carefully observe some dust and footprints around the character as clues to find others. As a hider, you need to avoid the seeker\'s vision as much as possible, so you should immediately choose an appropriate route to avoid being found within the specified time. Have fun!', 'https://img.gamemonetize.com/7opzvqy0xk8hvfwxfyepoqglus7c2snd/512x384.jpg', 'https://html5.gamemonetize.com/7opzvqy0xk8hvfwxfyepoqglus7c2snd/', '0', 'Boys', 0, 0, '', 'hide-or-seek'), (9710, 'Real Excavator Simulator Game', 'Real Excavator Simulator is an online Boy game. We have some construction missions on this town in a 3D construction vehicle driving simulation game called Real Excavator Simulator. Your target is to drive several kinds of construction vehicles including trucks and excavators to arrive at the marked areas and complete simple construction works. Have a good time!', 'https://img.gamemonetize.com/stnjsz9tkk98f02ul6kyhmcrhrv4c5cr/512x384.jpg', 'https://html5.gamemonetize.com/stnjsz9tkk98f02ul6kyhmcrhrv4c5cr/', '0', '3D', 0, 0, '', 'real-excavator-simulator-game'), (9711, 'Racer Wanted', 'Do you like speeding around in pursuit of something? Then you should play this game! In-Line Race, you need to elude the pursuers, navigate your way past the police barriers, and even wreck the city! In this place, you have the opportunity to compete with everyone and win the Race! Make sure to drift, slide, and apply the throttle at the right moment! Going too quickly will cause you to miss the line, which will make it easier for the police to find you. Pick a racing vehicle to suit whatever driving style or activity you have in mind. The game includes a vehicle that may be driven in a drifting or a more conventional manner, catering to players with varying preferences. How about some amazing or mysterious automobiles? It makes no difference; they are all looking forward to seeing you! Competing in exciting races will help you hone your abilities and your reflexes. Take the curves smoothly, stay clear of the trains and the traffic, pay attention to where the police are waiting for us, and don\'t miss to collect money along the way! This is the only method to achieve your goal of being the best racer! The game Line Race is challenging, but it\'s also a lot of fun. You may play it with only one finger since it moves quickly yet is simple to operate overall. The most important thing is to keep moving from one place to another, to switch automobiles often, and avoid being stopped by the police at any cost.', 'https://img.gamemonetize.com/t4bn20fp1tac12egs0nxlf6o962lzdn9/512x384.jpg', 'https://html5.gamemonetize.com/t4bn20fp1tac12egs0nxlf6o962lzdn9/', '0', 'Racing', 0, 0, '', 'racer-wanted'), (9712, 'Lovely Streamers', 'Live streaming is one of the most popular modern entertainment. To stay on trend, streamers must look flawless. Let\'s help beautiful girls create their own unique fashion look for live streaming. Choose bright shiny outfits, incredible multi-colored hairstyles and daring accessories. Start your fashion stream right now!', 'https://img.gamemonetize.com/f9pxta0bnxw8cshgjx6p7sqwm5li14f2/512x384.jpg', 'https://html5.gamemonetize.com/f9pxta0bnxw8cshgjx6p7sqwm5li14f2/', '0', 'Girls', 0, 0, '', 'lovely-streamers'), (9713, 'Crazy Bike Racer', 'For your benefit, we have included in this game all of the thrills, laughs, and heart-pounding action that can come from a simple set of tires. You won\'t be able to set your phone down once you taste the incredible racing experience and gorgeous visuals it offers. You may play the game from the perspective of your racer for a more realistic experience, or you can strengthen your command over the competition by using the many camera angles. Motorcycles that have been modelled in a realistic manner For your convenience, we have modelled sixteen unique bikes, each down to the tiniest detail. Choose one, improve its performance, and tinker with its design before entering a race. There are four distinct zones, and a brutal gang boss rules each. You may look forward to tens of various sorts of racing, each taking place during a distinct season and in an incredible setting. You\'ll need to show that you\'re the greatest racer by beating the other four leaders.', 'https://img.gamemonetize.com/b3cmckbytd8arzcdrwun037p046v0uhm/512x384.jpg', 'https://html5.gamemonetize.com/b3cmckbytd8arzcdrwun037p046v0uhm/', '0', 'Racing', 0, 0, '', 'crazy-bike-racer'), (9714, 'Crazy Car Racer 2022', 'Do you like chasing after anything at high speed? Play this game if you haven\'t already! To win the In-Line Race, you must evade your pursuers, get past the police barricades, and even devastate the city! You may compete against everyone and win the Race right now! Get the timing correct, and don\'t hesitate to slam on the gas. As a result of going too fast, it will be easy for the police to locate your vehicle. Any driving style or activity may be accommodated by a racing car. For those who prefer a more traditional driving style, the game features a car that can be drifted. Is there anything better than a fleet of strange or enigmatic cars? It doesn\'t matter; everyone is excited to meet you! To improve your talents and reflexes, take part in thrilling races. Get through the turns skillfully, avoid collisions with trains or cars, and don\'t forget to collect money on the way! This is the only way to become the greatest racer there is! Fun and tough, Line Race is a great game to play. To be successful, you must keep moving from place to place and avoid getting stopped by the authorities at all costs.', 'https://img.gamemonetize.com/y8hcs93tlynqf6upr2a0cat7wa1qnfe5/512x384.jpg', 'https://html5.gamemonetize.com/y8hcs93tlynqf6upr2a0cat7wa1qnfe5/', '0', 'Racing', 0, 0, '', 'crazy-car-racer-'), (9715, 'Nitro Knights.io Strategy Fighting Game', 'Nitro Knights.io is undoubtedly one of the most interesting multiplayer online battle games this year, with addictive gameplay and a 2D art style. If you are a lover of IO games, don\'t miss this game! Vigorously triumph in lance battles between futuristic knights in hyperspace. Beat all the levels! Equip the best hovercraft and lance your way to victory! Are you ready? If you like this game, don\'t forget to share it with your friends!', 'https://img.gamemonetize.com/u6euldk5mipqphq3gd35t37vuhmlb9t7/512x384.jpg', 'https://html5.gamemonetize.com/u6euldk5mipqphq3gd35t37vuhmlb9t7/', '0', 'Action', 0, 0, '', 'nitro-knightsio--strategy-fighting-game'), (9716, 'Romantic Wedding Cake Master', 'Sofia has now become a cake master. She can make all kinds of complicated and beautiful cakes. Sofia is best at wedding cakes. Her best friend Zoe\'s wedding was about to take place, and now she needed to order a wedding cake, so she found Sofia. Please help Sofia make the perfect wedding cake! Please draw the design first, then make the cake, and finally decorate the cake! You will also become a cake master!', 'https://img.gamemonetize.com/h519fa6hnbksdrk02b84ai460uwf3zak/512x384.jpg', 'https://html5.gamemonetize.com/h519fa6hnbksdrk02b84ai460uwf3zak/', '0', 'Girls', 0, 0, '', 'romantic-wedding-cake-master'), (9717, 'Moonstone Alchemist', 'MoonstoneAlchemist is a match-3 game with 70+ fun yet challenging levels for free. Match 3 or more jewel in a row to get jewel combos and try to make a alchemy bomb. Moves,time,break and magic mushroom,Various challenges are waiting for you.', 'https://img.gamemonetize.com/yzf9lkdilzyz2c3g3mfdeabqmu0nss97/512x384.jpg', 'https://html5.gamemonetize.com/yzf9lkdilzyz2c3g3mfdeabqmu0nss97/', '0', 'Hypercasual', 0, 0, '', 'moonstone-alchemist'), (9718, 'NERF Epic Pranks Prank & Run', 'In this cool 3D funny game NERF Epic Pranks, players will use guns to trick people in different worlds. Players also need to be careful not to be found by the enemy while playing tricks. Unlock more skins using your coins. Have fun in this interesting game NERF Epic Pranks!', 'https://img.gamemonetize.com/qx9tyrn2r22yia8zom3j3rss9ysoj17j/512x384.jpg', 'https://html5.gamemonetize.com/qx9tyrn2r22yia8zom3j3rss9ysoj17j/', '0', 'Hypercasual', 0, 0, '', 'nerf-epic-pranks--prank-amp-run'), (9719, 'Saw Machine.io 3D Survival Game', 'Saw Machine.io is an exhilarating casual game. It will not be exaggerating to say that human history is somehow a history full of suppression, vividly demonstrating the principle of survival of the fittest. In this game, similar rules apply. Ruthlessness is the key to survival. Initially serving as a tool with a long blade with sharp points or teeth along with one of its edges, a saw will turn into a deadly weapon. The velocity of the vehicle carrying the saw will enhance its lethality to an unimaginable extent!', 'https://img.gamemonetize.com/mh2w49xb539wnjgu6d808liynzner1ny/512x384.jpg', 'https://html5.gamemonetize.com/mh2w49xb539wnjgu6d808liynzner1ny/', '0', '3D', 0, 0, '', 'saw-machineio--d-survival-game'), (9720, 'Party.io 3D Survival Game', 'Party.io is an addicting 3D multiplayer arena game. In the game, players need to control their character to fight with other players. You need to throw all your opponents down. The more people you throw, the higher score you will get. Come on, it\'s not an easy game, try to get a high rank on the Party.io!', 'https://img.gamemonetize.com/9j0mf9y3942pekpu2phm9tfj1ou8u3mk/512x384.jpg', 'https://html5.gamemonetize.com/9j0mf9y3942pekpu2phm9tfj1ou8u3mk/', '0', '3D', 0, 0, '', 'partyio--d-survival-game'), (9721, 'Fish Parking Parking Master', 'Welcome to the new era of car parking games. In Fish Parking, you will experience the free-to-play real parking game, real ground, familiar roadblocks, clear steering wheel, and accelerator, brake buttons, making you immersive and easy to use. We need to drive a car on a road full of obstacles. We must pay attention to avoid obstacles and reach the end to pass. Let us experience it together now.', 'https://img.gamemonetize.com/lecaawhe31r5glidcg9t6aycu2neuvby/512x384.jpg', 'https://html5.gamemonetize.com/lecaawhe31r5glidcg9t6aycu2neuvby/', '0', 'Boys', 0, 0, '', 'fish-parking--parking-master'), (9722, 'Cristiano Ronaldo Kick N Run', 'Super soccer star Cristiano Ronaldo is going to start an exciting adventure. He will run all the way with a soccer ball. Avoid obstacles. After you collect four letters, you will pass successfully. Attention other players, they are foxy, they will change direction.', 'https://img.gamemonetize.com/spgx5ytd64fptcz6od43gzyyfsottpi8/512x384.jpg', 'https://html5.gamemonetize.com/spgx5ytd64fptcz6od43gzyyfsottpi8/', '0', 'Soccer', 0, 0, '', 'cristiano-ronaldo-kick-n-run'), (9723, '3D Stacky Dash Craft Run', 'Stacky Run is an interesting new arcade game, but also a rare 3D art-style parkour game. Your job is to control the parkour stickman between the different platforms in the game. It is worth remembering that the path is made of bricks for running. To run between various platforms, you must gather enough bricks. Don\'t forget to collect purple gems, fly through time, and wish you the first to hit the end! You cannot get through the water if you don\'t have enough bricks. Collect more bricks on the last island you will walk on. So many diamonds are waiting for you there!', 'https://img.gamemonetize.com/iv9s3ki1zdk0jgyn5juuiugnk3jrkmno/512x384.jpg', 'https://html5.gamemonetize.com/iv9s3ki1zdk0jgyn5juuiugnk3jrkmno/', '0', 'Boys', 0, 0, '', 'd-stacky-dash-craft-run'), (9724, 'Underwater Car Racing Simulator', 'Do you like underwater racing? Experience a crazy and exciting underwater racing adventure. It\'s time to show your amazing car skills. Be careful that the track is very slippery, you may slip off the track if you are not careful. There are a lot of tracks, cool sound effects, and visual effects to make you have a better driving experience. Start your best and ultimate racing in Underwater Car Racing Simulator.', 'https://img.gamemonetize.com/lnkyonx4b8q2m26wu7mxg37vf5mz9apm/512x384.jpg', 'https://html5.gamemonetize.com/lnkyonx4b8q2m26wu7mxg37vf5mz9apm/', '0', 'Racing', 0, 0, '', 'underwater-car-racing-simulator'), (9725, 'Mahjong Chains', 'Mahjong Chains is a classic connect game. Find identical mahjong stones to connect them and remove them from the board. Only stones that can be connected with no more than 3 straight lines will be removed. Choose from two game modes, normal and relaxed. Relax mode offers easier gameplay, no timer, and endless levels.', 'https://img.gamemonetize.com/kvl31nl7oyd01u5gedjb45gfvpgpfr3p/512x384.jpg', 'https://html5.gamemonetize.com/kvl31nl7oyd01u5gedjb45gfvpgpfr3p/', '0', 'Puzzles', 0, 0, '', 'mahjong-chains'), (9726, 'Fruit Slots Machine', 'Slot the fruits and get good points. Fruit Machines has got to be the best fruit slots machine game that you have ever played. Game features Suitable for all ages Great opportunity for fruit lovers Excellent graphics Good sound quality How to play This game is for real slots lovers who just love to enjoy their time playing slot machines and of course winning an incredible jackpot. Fruit machine slots take you back in time where everything was simpler and easier to grasp. The combination of big wins and lovely nostalgic music make this a fun, yet relaxing experience with great gameplay mechanics of modern slot machines. Play free scatter slots , enjoy the feeling of real slot machines with Free Spins bonuses and collect some wild cards while having tons of fun.', 'https://img.gamemonetize.com/a4ahkblcilburqbrusoez8uj2ggay45u/512x384.jpg', 'https://html5.gamemonetize.com/a4ahkblcilburqbrusoez8uj2ggay45u/', '0', 'Puzzles', 0, 0, '', 'fruit-slots-machine'), (9727, 'Candy Diamonds', 'Candy Diamond is one of the most using game with all age of peoples.', 'https://img.gamemonetize.com/38t47kh12d07fxvaxgqd92t3l4inq29m/512x384.jpg', 'https://html5.gamemonetize.com/38t47kh12d07fxvaxgqd92t3l4inq29m/', '0', 'Puzzles', 0, 0, '', 'candy-diamonds'), (9728, 'Angry Purrs', 'Angry Purrs is an exciting sports game to play for all ages. Play this technical game which tests your aiming ability to make a goal. How long you can stay in the game is determined by how well you can aim. Calculate the right angle and degree of force and shoot the Cats through into the basket!', 'https://img.gamemonetize.com/2u51ei8abq01x4zahhfg53a260ufa5dp/512x384.jpg', 'https://html5.gamemonetize.com/2u51ei8abq01x4zahhfg53a260ufa5dp/', '0', 'Sports', 0, 0, '', 'angry-purrs'), (9729, 'Fast Food Coloring Book', 'Fast Food Coloring Book is a fun coloring puzzle game featuring the different images of the fast food bites. Pick any of the given four food images and start coloring it using the colors on the bottom. Increase or decrease the size of the tip to make it easier for you to apply colors. Have fun with your creations and share it with your friends and family! Enjoy playing this coloring game online for free!', 'https://img.gamemonetize.com/qorv2yo2q0gqw7dp4fk1s3rwa1gc50xa/512x384.jpg', 'https://html5.gamemonetize.com/qorv2yo2q0gqw7dp4fk1s3rwa1gc50xa/', '0', 'Sports', 0, 0, '', 'fast-food-coloring-book'), (9730, 'Attack on fatboy', 'The intergalactic warriors are in the middle of a fierce battle against aliens. The extra-terrestrials have invaded our planet and started to destroy everything. You must purge them from the planet. These guardians (that\'s what we call the earth warriors) are preparing to clean up our planet and protect it from harm; to do this, they need your help. But watch out: Their boss, the Fatboy, will not let you achieve your goal.', 'https://img.gamemonetize.com/dr7lkwqot5gchb53n5d5c8tiddadx63x/512x384.jpg', 'https://html5.gamemonetize.com/dr7lkwqot5gchb53n5d5c8tiddadx63x/', '0', 'Shooting', 0, 0, '', 'attack-on-fatboy'), (9731, '3D cube', '3D cube', 'https://img.gamemonetize.com/tn08wfbbl37ceo61rygiu0s2abnpnu5w/512x384.jpg', 'https://html5.gamemonetize.com/tn08wfbbl37ceo61rygiu0s2abnpnu5w/', '0', 'Action', 0, 0, '', 'd-cube'), (9732, 'Candy Shop Sweets Maker', 'CANDY SHOP : SWEETS MAKER is a fun puzzle game where you need to fix a candies production line. It\'s super simple as you just need to reassemble sweets pipelines that are broken by spinning them. With 3 games modes, plenty of levels, this sweet game will drive you through a delicious journey.', 'https://img.gamemonetize.com/iuaa8v5jviphs013mcvi68sfr8ce8hn6/512x384.jpg', 'https://html5.gamemonetize.com/iuaa8v5jviphs013mcvi68sfr8ce8hn6/', '0', 'Hypercasual', 0, 0, '', 'candy-shop--sweets-maker'), (9733, 'Ball Jump Switch the colors', 'The crazy hop bouncing ball is jumping. There are a lot of different shapes and color switching circles. The ball taper circle game is in challenging endless style game that is fun for everyone The objective of the whole balance game color is very simple: go up & pass through the circle. But it can be tricky..', 'https://img.gamemonetize.com/5qc5exg52mikihh57fngoon3zg8z7jhk/512x384.jpg', 'https://html5.gamemonetize.com/5qc5exg52mikihh57fngoon3zg8z7jhk/', '0', 'Hypercasual', 0, 0, '', 'ball-jump--switch-the-colors'), (9734, 'Baseball Kid Pitcher Cup', 'Is baseball your passion? Do you never miss a match? Do you want to play this game as soon as you get the chance? Then this game is for you! Step into the shoes of a young pitcher. Compete against 20 teams in exciting matches. Help your team to win the match... The season is starting now!', 'https://img.gamemonetize.com/m8ik4o8n3kmdpjbphi4m1imckszyxjxp/512x384.jpg', 'https://html5.gamemonetize.com/m8ik4o8n3kmdpjbphi4m1imckszyxjxp/', '0', 'Sports', 0, 0, '', 'baseball-kid--pitcher-cup'), (9735, 'Hungry Bird', 'Hungry Bird is a nice game tap to fly up, and eat as many fruits as possible', 'https://img.gamemonetize.com/jacxj27od2pen799m5kfgn6mmq7u48r2/512x384.jpg', 'https://html5.gamemonetize.com/jacxj27od2pen799m5kfgn6mmq7u48r2/', '0', 'Hypercasual', 0, 0, '', 'hungry-bird'), (9736, ' Mountain Car Driving', 'Car Parking, off road Game, Mountain Tracks, impossible Tracks Car stunt in one game.', 'https://img.gamemonetize.com/al1zszohj93fuhs66ffxvgyudibj0ebe/512x384.jpg', 'https://html5.gamemonetize.com/al1zszohj93fuhs66ffxvgyudibj0ebe/', '0', 'Arcade', 0, 0, '', '-mountain-car-driving'), (9737, 'Spiderman Fight', 'Spider-Man and Agent Venom are training to fight. Who do you think will win? let\'s play and see. You can hit and block by touching the screen.', 'https://img.gamemonetize.com/00vfu08fvavkob4wss5y9tg30m5itt7n/512x384.jpg', 'https://html5.gamemonetize.com/00vfu08fvavkob4wss5y9tg30m5itt7n/', '0', 'Boys', 0, 0, '', 'spiderman-fight'), (9738, 'Pinkii 2', 'Pinkii 2 is a simple 2D Platformer where you need to collect yellow flowers while avoiding enemies including flying monsters and reach the pink flag in order to go to the next level. This is the sequel of the original Pinkii series with more new enemies. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/6bpgdwpbub3zdsap954b1utqwqyqzl2s/512x384.jpg', 'https://html5.gamemonetize.com/6bpgdwpbub3zdsap954b1utqwqyqzl2s/', '0', 'Arcade', 0, 0, '', 'pinkii-'), (9739, 'Fish Challenge', 'This game is an endless flappy game. player can escape from the bomb and collect the coins for the high score', 'https://img.gamemonetize.com/gkt8ub63ul60ua12jmel2ddju2y0asv0/512x384.jpg', 'https://html5.gamemonetize.com/gkt8ub63ul60ua12jmel2ddju2y0asv0/', '0', 'Hypercasual', 0, 0, '', 'fish-challenge'), (9740, 'Impossible To Run', 'This Game awesome and challenging endless runner', 'https://img.gamemonetize.com/6hiekx3roptm61vueo1yaiffr9b8qrzj/512x384.jpg', 'https://html5.gamemonetize.com/6hiekx3roptm61vueo1yaiffr9b8qrzj/', '0', 'Hypercasual', 0, 0, '', 'impossible-to-run'), (9741, 'In Orbit Challenge', 'Hyper-casual fun game with minimalist visual and procedural difficulty. Jump between the platforms to get a better score (white items add to the score, the red ones reduce).', 'https://img.gamemonetize.com/hm56pqlrvsvwlhrxa3683wsbvylp9wuo/512x384.jpg', 'https://html5.gamemonetize.com/hm56pqlrvsvwlhrxa3683wsbvylp9wuo/', '0', 'Hypercasual', 0, 0, '', 'in-orbit-challenge'), (9742, 'Math Mind', 'Math Mind is the perfect way to help children learn math skills the easy way!', 'https://img.gamemonetize.com/r00yrsooh0su3l5m1opiohl59b3qawtb/512x384.jpg', 'https://html5.gamemonetize.com/r00yrsooh0su3l5m1opiohl59b3qawtb/', '0', 'Hypercasual', 0, 0, '', 'math-mind'), (9743, 'Tetris 3D', 'You bring down blocks from the top of the screen. You can move the blocks around, either left to right and you can rotate and mirror them. You have to build the box to fill the rows to remove the completed line. You can make them fall faster if you’re sure of your positioning. And collect the score.', 'https://img.gamemonetize.com/twm6t7h9n1sbibngng81pk22m3ski8ql/512x384.jpg', 'https://html5.gamemonetize.com/twm6t7h9n1sbibngng81pk22m3ski8ql/', '0', 'Puzzles', 0, 0, '', 'tetris-d'), (9744, 'Fruits Pop Legend Online Game', 'Fruits Pop is a delicious fruity match 3 puzzle game with vibrant and charming characters. This is an addictive game to play! We’ve assembled the most delectable fruits, so you can pop matching combinations of 3 in this adorable puzzle game. Fruits Pop is a free treasure-hunting, fruit-matching and whimsical adventure that is easy to play but difficult to master. Why not enlist a best friend or family member to join you in fun mode?', 'https://img.gamemonetize.com/hno7ldop6m3203kmyvqtjpjckefhdaxc/512x384.jpg', 'https://html5.gamemonetize.com/hno7ldop6m3203kmyvqtjpjckefhdaxc/', '0', 'Puzzles', 0, 0, '', 'fruits-pop-legend-online-game'), (9745, 'Pocket Soccer', 'Kick the soccer ball is an HTML5 game. Don’t let the ball hit the ground and try to beat your records. Enjoy cool music, sounds and graphics.', 'https://img.gamemonetize.com/hjno1zvbupfufoh51s0lv8clwuxc4qyr/512x384.jpg', 'https://html5.gamemonetize.com/hjno1zvbupfufoh51s0lv8clwuxc4qyr/', '0', 'Sports', 0, 0, '', 'pocket-soccer'), (9746, 'Mr Bullet Spy Puzzles Multiplayer Online Game', 'Use your brain in this unique puzzle game. You will need precise aim and laser focus to take down enemies, ninjas, and many other bad guys you will encounter in the world! Travel to new lands, save hostages, and use unique weapons like grenade launchers to combat your foes.', 'https://img.gamemonetize.com/i5evtes9y1g3ichxwjrj6jjv460bfsk2/512x384.jpg', 'https://html5.gamemonetize.com/i5evtes9y1g3ichxwjrj6jjv460bfsk2/', '0', 'Adventure', 0, 0, '', 'mr-bullet--spy-puzzles-multiplayer-online-game'), (9747, 'Street Rush Running Game', 'Street Rush, save future street & subway destroyed by Big Boss with a runner squad! From the markers of Subway Princess Runner comes Street Rush! Unique running control skill, Rush, run & jump to conquer varied challenges! Swipe to dodge the approaching train, bus and other obstacles by a series of moves like turning, jumping and sliding. Fly over the busy subway and keep running to collect coins and chests. Ready to go on a chase and surviving challenge! Endless run to visit urban subway streets, Future City, Mini Desktop, and Abandoned Factory! Jump over barriers, slide down through toy blocks, Be more careful of lasers, electric nets and bots; Most importantly you need find out the switch to securely pass screen doors! Remember to navigate your way and flexibly avoid danger! Street Rush Features: ★Fun level design Rush on tough but bustling subway street! Drive a Jet Ski on water with flexible direction control, dodging reefs and floating objects. Hop on Board to dash through skate park, doing cool hoverboard acrobatics. Get set, enjoy amazing surf experience with the runner crew. ★Challenge various event Challenge rich event with increasing difficulty, obtaining all medals. Challenge daily random special level, achieve calendar days to get plenty of gems reward. Limited time mode-Avoid any collision, gather clocks to add time and run to the finish line. Survival mode- Run with all energies to survive to the end. Can you grasp skills and accomplish all levels? ★Play with global runners Score higher to compete with runners from all over the world for ranking rewards. Higher level you reach, more score multiples you get, and easier to win high score! Upgrade your boosters, extend the use duration to help you get additional score. ★Unlock new runners Achieve the task goal, gain permanent medals and honors, and win more coins and gems. Unlock 6 runners to comprise your own running squad. Team up with all challengers to save future city. How to play: .Dash to safe lane in advance, dodge dangers skillfully; .Upgrade level to break your best record easily; .Collect medals and claim gems; .Challenge special levels to improve running technique; .Upgrade boosters to run for a better score. Join this exciting Street Rush adventure and save the city from danger!', 'https://img.gamemonetize.com/1wvc7d9566j2w073txqgn8ifrj4ruxh5/512x384.jpg', 'https://html5.gamemonetize.com/1wvc7d9566j2w073txqgn8ifrj4ruxh5/', '0', 'Adventure', 0, 0, '', 'street-rush--running-game'), (9748, 'Wild Cabin Hidden', 'Wild Cabin Hidden is a free online skill and hidden object game. Find out the hidden stars in the specified images. Each level has 10 hidden numbers. There are 6 levels in total. The time is limited so be fast and find all hidden objects before time runs out. Clicking in the wrong place several times reduces the time by an additional 5 seconds. So, if you are ready start the game and have fun!', 'https://img.gamemonetize.com/v409rj0g6x9svgfua6tv7sq3axshjhbx/512x384.jpg', 'https://html5.gamemonetize.com/v409rj0g6x9svgfua6tv7sq3axshjhbx/', '0', 'Puzzles', 0, 0, '', 'wild-cabin-hidden'), (9749, 'IAmNotALawyer', 'Choosing an equal amount of “dog bad†“cat bad†and "lawyer bad" options will cause the ending to not trigger (requires a restart) Repeat button is not visible unless you play in full screen Doesn\'t work on mobile web browsers', 'https://img.gamemonetize.com/czjt71ukmd4vjb81yifw0l3xgt7zspiu/512x384.jpg', 'https://html5.gamemonetize.com/czjt71ukmd4vjb81yifw0l3xgt7zspiu/', '0', 'Action', 0, 0, '', 'iamnotalawyer'), (9750, 'Trampoline Master', 'Welcome to the new colorful game "Trampoline Master", in which you will have to glue wallpaper on the multistory buildings of your city in a very unusual way! Turn the dull, faceless walls of skyscrapers into bright works of art that will delight not only residents of the city, but also visiting tourists for a long time to come!', 'https://img.gamemonetize.com/ginp9xtb5c3z1pprczl2lht49u442bua/512x384.jpg', 'https://html5.gamemonetize.com/ginp9xtb5c3z1pprczl2lht49u442bua/', '0', 'Sports', 0, 0, '', 'trampoline-master'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (9751, 'Baby in Yellow Game', 'Help your baby out in this spooky online game. Complete all of the tasks to complete your day of work and then get ready for the nights. A short horror game where you must take care of your child while not getting too scared along the way. Happy Friday the 13th!', 'https://img.gamemonetize.com/9uo40hif26na00uyrsomqmdoo2adkxq3/512x384.jpg', 'https://html5.gamemonetize.com/9uo40hif26na00uyrsomqmdoo2adkxq3/', '0', 'Sports', 0, 0, '', 'baby-in-yellow-game'), (9752, 'Army Guns Collector', 'Drag all weapon to wooden box during 15 seconds', 'https://img.gamemonetize.com/cpza13cccuywtpq8z37zu037t92o4sry/512x384.jpg', 'https://html5.gamemonetize.com/cpza13cccuywtpq8z37zu037t92o4sry/', '0', 'Action', 0, 0, '', 'army-guns-collector'), (9753, 'Ufo Mars', 'Steer ufo ship using controls button', 'https://img.gamemonetize.com/plc4d6z3um44e8ju952yv5hkxex76nfq/512x384.jpg', 'https://html5.gamemonetize.com/plc4d6z3um44e8ju952yv5hkxex76nfq/', '0', 'Adventure', 0, 0, '', 'ufo-mars'), (9754, 'Dentist Office Clinic Kids', 'welcome to the dentist, time to fix broken teeth, use dental tools and follow the instructions to fix the patients\' teeth', 'https://img.gamemonetize.com/umxzrfz47albq7jl1tx176j42u8twkdh/512x384.jpg', 'https://html5.gamemonetize.com/umxzrfz47albq7jl1tx176j42u8twkdh/', '0', 'Arcade', 0, 0, '', 'dentist-office-clinic-kids'), (9755, 'Box of Sport Games', '2 sport Games Air Hockey and Pong', 'https://img.gamemonetize.com/a47pvu7a27r0p0ftbzb08tghf016p3vv/512x384.jpg', 'https://html5.gamemonetize.com/a47pvu7a27r0p0ftbzb08tghf016p3vv/', '0', 'Sports', 0, 0, '', 'box-of-sport-games'), (9756, 'Motocross Zombie', 'Take part in the race by steering a magnificent motorbike', 'https://img.gamemonetize.com/vz2cxefxnjad42aswgzdkgmf4t4bpth4/512x384.jpg', 'https://html5.gamemonetize.com/vz2cxefxnjad42aswgzdkgmf4t4bpth4/', '0', 'Sports', 0, 0, '', 'motocross-zombie'), (9757, 'Smash All Ants', 'Click on many ants as fast as you can, protect a chocolate on the bottom of the screen before ants', 'https://img.gamemonetize.com/xjeusxu96csyzr5fq7jbvglxa73byks4/512x384.jpg', 'https://html5.gamemonetize.com/xjeusxu96csyzr5fq7jbvglxa73byks4/', '0', 'Adventure', 0, 0, '', 'smash-all-ants'), (9758, 'New Car Park Luxury', 'Let’s go for a ride between obstacles where you have the chance to show your driving skills, reach the parking place without touching the traffic cones or barriers.', 'https://img.gamemonetize.com/v5m9iebaxgqksrz9qjawgt7fuwm3o2wx/512x384.jpg', 'https://html5.gamemonetize.com/v5m9iebaxgqksrz9qjawgt7fuwm3o2wx/', '0', 'Arcade', 0, 0, '', 'new-car-park-luxury'), (9759, 'parking master Plan', 'Get familiar with a new Car Parking Fun Driving School: Car Games 2020 in era of car parking games 2022.', 'https://img.gamemonetize.com/tmexoyh1qrkqvuzgur1q7qi2tiwicqpf/512x384.jpg', 'https://html5.gamemonetize.com/tmexoyh1qrkqvuzgur1q7qi2tiwicqpf/', '0', 'Hypercasual', 0, 0, '', 'parking-master-plan'), (9760, 'Car Parking Challenge', 'Want to be an expert in multi storey parking skills then switch towards the New Multi Storey Car Parking 3D 2022 game.', 'https://img.gamemonetize.com/h8314cxa7jx3qhjz1yq66zd1jafu2vgy/512x384.jpg', 'https://html5.gamemonetize.com/h8314cxa7jx3qhjz1yq66zd1jafu2vgy/', '0', 'Hypercasual', 0, 0, '', 'car-parking-challenge'), (9761, 'Drift Clash', 'Drift Clash is the first drift racing game with real-time battles and realistic physics!', 'https://img.gamemonetize.com/lszou9k1n9ueadrgpte8yrgkzwqtu26g/512x384.jpg', 'https://html5.gamemonetize.com/lszou9k1n9ueadrgpte8yrgkzwqtu26g/', '0', 'Arcade', 0, 0, '', 'drift-clash'), (9762, 'Stickman Killer Top gun Shots', 'You like shooting games and you like stickman games? This game is made for you! Enter on the playground and play the best stickman shooter. Are you a Top Gun ?. You must shoot down your opponents. You must have no mercy against them. To win, you have to kill them all. Watch out ... you\'ll face numerous snipers. Their big boss will not hesitate to shoot you in the head !', 'https://img.gamemonetize.com/3iguufxew1w7kbzroz77yv9r2mrap7fe/512x384.jpg', 'https://html5.gamemonetize.com/3iguufxew1w7kbzroz77yv9r2mrap7fe/', '0', 'Fighting', 0, 0, '', 'stickman-killer-top-gun-shots'), (9763, 'Stick Warrior Action Game', 'Do you like epic fights with plenty of STICKMEN ? If so you\'ll love STICK WARRIOR, a crazy and fun fighting game with tons of warriors to beat and blast !!! This game has a super simple gameplay, as you just need to tap on the left side or the right side, at the exact and perfect moment to hit opponents coming from both side of the screen, and get a top score, until your death... You think you can beat the death ?', 'https://img.gamemonetize.com/5idxngmx1apm9x57cbl0pj4go4khxu1z/512x384.jpg', 'https://html5.gamemonetize.com/5idxngmx1apm9x57cbl0pj4go4khxu1z/', '0', 'Arcade', 0, 0, '', 'stick-warrior--action-game'), (9764, 'Exit Puzzle Colors Game', 'A simple and addictive action puzzle game. You have to guide one or more green dots around a board into one or more goals while avoiding other geometric forms. The dots and forms all move in predictable paths by always turning right when hitting a wall , by following corners or by turning around when in a dead end.', 'https://img.gamemonetize.com/xjpj74l4drlwwpaenmis4698vropgmla/512x384.jpg', 'https://html5.gamemonetize.com/xjpj74l4drlwwpaenmis4698vropgmla/', '0', 'Puzzles', 0, 0, '', 'exit-puzzle--colors-game'), (9765, 'Water Flow Puzzle Game', 'Water Flow Puzzle is an online Boy game. Water Flow Puzzle plays like a pipe-connection puzzle game with 3D arcade cute cartoon green plants and rotatable pipes. It is managed for you to help the green plant by means of rotating the direction of pipes and making a path for water to rescue it! There are no time limitations here for all levels. Keep calm and have a good time!', 'https://img.gamemonetize.com/88s6bn1zjqlib883qbnzt0v8xxhnuxo4/512x384.jpg', 'https://html5.gamemonetize.com/88s6bn1zjqlib883qbnzt0v8xxhnuxo4/', '0', '3D', 0, 0, '', 'water-flow-puzzle-game'), (9766, 'Fit And Squezze', 'Ball filling is an interesting puzzle game. Players need to use a number of different sizes of the ball, it will be filled into the level of different shapes of the bottle, all the balls in the game will be filled into the bottle, but can not overflow the dotted line requirements. Don\'t you want to challenge it?', 'https://img.gamemonetize.com/czfds0s3ts51mf4xlpiluabcrkawqjcu/512x384.jpg', 'https://html5.gamemonetize.com/czfds0s3ts51mf4xlpiluabcrkawqjcu/', '0', 'Girls', 0, 0, '', 'fit-and-squezze'), (9767, 'Ultimate Flying Car', 'Do you want to take fast rides and flights on the long streets of the city? Ultimate Flying Car game invites you to realistic flying car simulator experience. Explore the sky with stylish flying cars, or unlock new cars by participating in races. You can play all of these game modes either 1 player or 2 player.', 'https://img.gamemonetize.com/yqbipdebtjz8q97zamh7utwjdrs1bh1e/512x384.jpg', 'https://html5.gamemonetize.com/yqbipdebtjz8q97zamh7utwjdrs1bh1e/', '0', 'Racing', 0, 0, '', 'ultimate-flying-car'), (9768, 'Noob vs Blue Monster', 'Noob, whom everyone finds funny and cute, is in trouble and is running away from a huge blue monster in this series.Noob trying to escape from the blue monster has to cross the cliffs or he is in big trouble. Hey you come on help noob and help him reach the statue portal at the end. help him get out of the place he got stuck and get out. Join the exciting adventure of noob and the blue monster.', 'https://img.gamemonetize.com/12s8hr1v0kjizr4qyfvnmcyqjvrvjob6/512x384.jpg', 'https://html5.gamemonetize.com/12s8hr1v0kjizr4qyfvnmcyqjvrvjob6/', '0', 'Arcade', 0, 0, '', 'noob-vs-blue-monster'), (9769, 'Jelly Dye Game', 'Filling in color in jelly slimes is so decompressing and fun. After a tiring day of study and work, just come home to play this game, Jelly Dye, at night, and all the fatigue will disappear. Each level has the shape sculpted for you, pick up the colors in a logical order with a straw, and reinject the appropriate modules. Let it go back to its original color for a beautiful finish. While enjoying beautiful colors, use your spatial imagination and think about color combinations. It\'s fun and challenging to exercise and rest your brain at the same time. Come and try it', 'https://img.gamemonetize.com/xymr15s0eu8hrh06mig6zsx6nalvfynb/512x384.jpg', 'https://html5.gamemonetize.com/xymr15s0eu8hrh06mig6zsx6nalvfynb/', '0', '3D', 0, 0, '', 'jelly-dye-game'), (9770, 'Block 3D', 'Block 3D is a very fun and interesting game, which uses simple building blocks and colors to create a simple game screen so that players can enjoy the charm and fun of the casual game. You just need to click the screen at the right time to make the square coincide with another square below. The game has good sound and picture quality and simple gameplay. Come and challenge your spatial thinking!', 'https://img.gamemonetize.com/ftgx1mb3sserhqdhlkup0hn357eq81sl/512x384.jpg', 'https://html5.gamemonetize.com/ftgx1mb3sserhqdhlkup0hn357eq81sl/', '0', 'Boys', 0, 0, '', 'block-d'), (9771, 'Pokemon Slide', 'Holidays are usually loved by everyone, both humans and Pokemon. Someone loves to visit them, and someone likes to organize everything to please friends. Today you will be able to see a mini-report from the Pokemon holiday. They have fun, throw colored balls and hearts, in general, have a good time. But to see how it happens and admire the entertainment of your favorite characters, you will have to put one of three puzzles together.', 'https://img.gamemonetize.com/sxv5mhpfx4v1f2axe244pg4zefrytuep/512x384.jpg', 'https://html5.gamemonetize.com/sxv5mhpfx4v1f2axe244pg4zefrytuep/', '0', 'Puzzles', 0, 0, '', 'pokemon-slide'), (9772, ' Car Parking Multiplayer', 'More than just parking: open-world multiplayer mode, car tuning, free walking! Thousands of players are waiting for you', 'https://img.gamemonetize.com/0cu73mx4mmbizfpqvm5gbrwoffv8qg3z/512x384.jpg', 'https://html5.gamemonetize.com/0cu73mx4mmbizfpqvm5gbrwoffv8qg3z/', '0', 'Hypercasual', 0, 0, '', '-car-parking-multiplayer'), (9773, 'Hard Car Driving City', 'Drift Mania: Street Outlaws takes the heat to the streets allowing players to battle and compete in underground drift events based on various world locations.', 'https://img.gamemonetize.com/5tl7tqnbu5eewkgebiurwwm9859vj2p2/512x384.jpg', 'https://html5.gamemonetize.com/5tl7tqnbu5eewkgebiurwwm9859vj2p2/', '0', 'Racing', 0, 0, '', 'hard-car-driving-city'), (9774, 'Flappy Tiny Witch', 'Fly with Tiny Witch', 'https://img.gamemonetize.com/gfc1gepy45t3we70ics6mzwhf8s66ld6/512x384.jpg', 'https://html5.gamemonetize.com/gfc1gepy45t3we70ics6mzwhf8s66ld6/', '0', 'Adventure', 0, 0, '', 'flappy-tiny-witch'), (9775, 'Guns Simulator Destroy All', 'Use scope and shoot all stickers in game mode, or test guns in the Gallery', 'https://img.gamemonetize.com/wn3kp65yfu71c470weufqncn3juoladw/512x384.jpg', 'https://html5.gamemonetize.com/wn3kp65yfu71c470weufqncn3juoladw/', '0', 'Adventure', 0, 0, '', 'guns-simulator-destroy-all'), (9776, 'Commando 2022 Dice', 'Shoot to target soldier', 'https://img.gamemonetize.com/m9u272cda8bx6uc99ckjx6dzrbdyf0hf/512x384.jpg', 'https://html5.gamemonetize.com/m9u272cda8bx6uc99ckjx6dzrbdyf0hf/', '0', 'Adventure', 0, 0, '', 'commando--dice'), (9777, 'Poppy Playtime Adventures', 'Welcome to the poppy playtime adventure world. Run and Jump to not fall from edges. Shoot anemies and boxes to collect Diamonds and Heavy weapons to help you fight the enemy. Collect 3 diamonds to finish the level before time is up.', 'https://img.gamemonetize.com/j7mynekmpn21s9y5o9bqpkn9vbca0t46/512x384.jpg', 'https://html5.gamemonetize.com/j7mynekmpn21s9y5o9bqpkn9vbca0t46/', '0', 'Shooting', 0, 0, '', 'poppy-playtime-adventures'), (9778, 'Football Superstars 2022', 'Experience football like never before, in this fresh and easy mini football game. Test your skills in a Friendly match, or jump right in and lead your dream team in the World tournament against international teams. Remember, no one ever drowned in sweat!', 'https://img.gamemonetize.com/hf9ixrtzshjxnll9pmtbjct145lqs7oj/512x384.jpg', 'https://html5.gamemonetize.com/hf9ixrtzshjxnll9pmtbjct145lqs7oj/', '0', 'Sports', 0, 0, '', 'football-superstars-'), (9779, 'Chroma', 'Welcome to Chroma, a simple and efficient brain teaser. Dive into this game, and you will find an addictive time-killer for your daily travels. Its simple and colorful design is sure to charm you as you solve elegant puzzles.', 'https://img.gamemonetize.com/7se1v7a8cetmfhe6p45bmc0wiuipuuwh/512x384.jpg', 'https://html5.gamemonetize.com/7se1v7a8cetmfhe6p45bmc0wiuipuuwh/', '0', 'Puzzles', 0, 0, '', 'chroma'), (9780, 'Theatre Escape', 'Theatre Escape is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a Theatre, there you got trapped inside the Theatre Here is the interesting puzzles and hidden objects to find and get escape from the Theatre. Good luck... Have fun!', 'https://img.gamemonetize.com/92jcn75kdm8ycjy8jts8b3dbp97izf7a/512x384.jpg', 'https://html5.gamemonetize.com/92jcn75kdm8ycjy8jts8b3dbp97izf7a/', '0', 'Puzzles', 0, 0, '', 'theatre-escape'), (9781, 'Blue House Escape 2', 'Blue House Escape 2 is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a house; there you got trapped inside the house. Here are the interesting puzzles and hidden objects to find and get escape from the house. Good luck... Have fun!', 'https://img.gamemonetize.com/6xr5uq86yoragf77ndelya5cxfada6st/512x384.jpg', 'https://html5.gamemonetize.com/6xr5uq86yoragf77ndelya5cxfada6st/', '0', 'Puzzles', 0, 0, '', 'blue-house-escape-'), (9782, 'Mega Mania', 'Destroy all the enemies with the only help of your tank… and your hability. Move the tank with the Left Joystick and shoot with the right Joystick.', 'https://img.gamemonetize.com/ynwqxpeustzyqif4ajmydoaijwiktljv/512x384.jpg', 'https://html5.gamemonetize.com/ynwqxpeustzyqif4ajmydoaijwiktljv/', '0', 'Shooting', 0, 0, '', 'mega-mania'), (9783, 'Crazy Car Parking 2 ', 'Crazy Car Parking 3d Game is the latest car drive parking and totally genuine offline car driving simulator of 2022.', 'https://img.gamemonetize.com/p0b11i9s9b49e9kzps5mwut4i07k4d5w/512x384.jpg', 'https://html5.gamemonetize.com/p0b11i9s9b49e9kzps5mwut4i07k4d5w/', '0', 'Hypercasual', 0, 0, '', 'crazy-car-parking--'), (9784, 'Modern Bus Parking Bus', 'Welcome to the bus parking game adventure, a bus simulator game, where you can prove your skills as a bus driver. In the bus driving game, you will be able to drive buses of different types, such as a city bus, school bus and even coach bus parking. This game serves as a bus driving school, you will be able to test your skills in the levels, and see if you are fit to drive buses. Play the modern bus simulator game, and enjoy the challenging levels of the bus parking game, where you will have to park the passenger bus in the right place, the 3D environment of the city coach bus parking will make you feel like a professional driver .', 'https://img.gamemonetize.com/rl9zgqq7dye0ooccdbqfcd1ypi7j8z0d/512x384.jpg', 'https://html5.gamemonetize.com/rl9zgqq7dye0ooccdbqfcd1ypi7j8z0d/', '0', 'Arcade', 0, 0, '', 'modern-bus-parking--bus'), (9785, 'Crazy Car Parking 3', 'Crazy Car Parking 3d Game is the latest car drive parking and totally genuine offline car driving simulator of 2022.', 'https://img.gamemonetize.com/xqc2uhh44zxkysa8f9wyvsuuve0i4ghv/512x384.jpg', 'https://html5.gamemonetize.com/xqc2uhh44zxkysa8f9wyvsuuve0i4ghv/', '0', 'Hypercasual', 0, 0, '', 'crazy-car-parking-'), (9786, 'Crazy Car Drive', 'Crazy Car Drive is an html5 arcade game, race and avoid the cars, collect gas, life and coin to get scores.', 'https://img.gamemonetize.com/22ne4yd0go89ximtq9v57i7iffz7dx5t/512x384.jpg', 'https://html5.gamemonetize.com/22ne4yd0go89ximtq9v57i7iffz7dx5t/', '0', 'Sports', 0, 0, '', 'crazy-car-drive'), (9787, 'Tapp Ufo', 'Tapp Ufo is an html5 arcade game, touch to destroy ufo and get scores, be careful not to touch the plane or your life will be reduced.', 'https://img.gamemonetize.com/okxeosj8m0ah3zq3dmmgyhnsfn52hwx4/512x384.jpg', 'https://html5.gamemonetize.com/okxeosj8m0ah3zq3dmmgyhnsfn52hwx4/', '0', 'Puzzles', 0, 0, '', 'tapp-ufo'), (9788, 'Super Fire Circle', 'Super Fire Circle is a colorful, hypercasual game. Avoid the white bars and color the circle by holding touch, mouse buttons, or space bar. There are more than 100 levels for you to enjoy.', 'https://img.gamemonetize.com/3sysp8hgmor4m7ylafksnzs6ynn8d4zr/512x384.jpg', 'https://html5.gamemonetize.com/3sysp8hgmor4m7ylafksnzs6ynn8d4zr/', '0', 'Hypercasual', 0, 0, '', 'super-fire-circle'), (9789, 'Circle Twirl', 'In this game you have to rotate the central circles so that the colors of the smaller balls match when they collide.', 'https://img.gamemonetize.com/djaldc06dhqbur0ou9hes90mgs6gb6w9/512x384.jpg', 'https://html5.gamemonetize.com/djaldc06dhqbur0ou9hes90mgs6gb6w9/', '0', 'Hypercasual', 0, 0, '', 'circle-twirl'), (9790, 'The Baby In Yellow Game', 'Play The Baby In Yellow a horror game. In the game, you play as a nanny in charge of taking care of a strange baby always wearing a yellow jumpsuit. Is everything normal? Babysitters often have to deal with unruly children, but this one might be your last... how long will you stay in control?', 'https://img.gamemonetize.com/ld5aoeyc3aw1ou889ei1whj4ngt5ujji/512x384.jpg', 'https://html5.gamemonetize.com/ld5aoeyc3aw1ou889ei1whj4ngt5ujji/', '0', 'Puzzles', 0, 0, '', 'the-baby-in-yellow-game'), (9791, 'Fruit Picker', 'Collect all the fruits and find your way out to complete levels overcoming various obstacles.', 'https://img.gamemonetize.com/i82e0x478fr92ck3zdrer0v7p0lh7621/512x384.jpg', 'https://html5.gamemonetize.com/i82e0x478fr92ck3zdrer0v7p0lh7621/', '0', 'Adventure', 0, 0, '', 'fruit-picker'), (9792, 'Stickman Fighter Mega Brawl', 'STICKMAN FIGHTER MEGA BRAWL is the best stickman action game. Fight against other Stickmen, warriors and epic Stick Boss, and try to exterminate them all because there is no mercy for the Stickmen ! You can use tons of super skills, massive weapons, special technics, magic spells and other destructing moves to battle them and kill them', 'https://img.gamemonetize.com/7zbsbff0fup5t3onxnj5s4zlnpks3h3v/512x384.jpg', 'https://html5.gamemonetize.com/7zbsbff0fup5t3onxnj5s4zlnpks3h3v/', '0', 'Arcade', 0, 0, '', 'stickman-fighter--mega-brawl'), (9793, 'AdultPuzzles', 'Use your astronaut\'s rocket boosters to avoid obstacles and collect stars as you explore the planets in our solar system. Unlock new facts as you explore each planet. A new era of space adventures! Do you want to make your kids dreams true and take part in exciting space adventures? Let\'s go to the space station and build your own spaceship! Play interesting space games for kids. Attend astronaut courses and collect all puzzles to solve space mysteries. Spaceships start their adventure to the planets of solar system. Fly up to meet exciting adventures! Astronauts are in trouble! Transmission and fuel systems are out of work! Play kids games and solve puzzles for boys and girls. Help rocket to get to the orbit and get it back to the space station. Take part in the search operations, look for falling capsules and save astronauts. Repair space modules and put together the blocks of orbital station. Look for orbital flights and manage space adventures. Help astronauts to get through the cloud of space debris and dangerous asteroid field! Direct Mars rover and collect capsules with supplies and useful things for Marsians. Shoot asteroids with laser gun! Become a cook on the orbital station, feed astronauts and make their travel more pleasant. Look for funny adventures on the orbit, in the open space and on the other planets! Stars are getting closer today, and kids games even more interesting! Let\'s go to the kids space station with Hippo and fly to the exciting adventures! Play the best games for boys and girls for free and have fun and bright emotions with kids.', 'https://img.gamemonetize.com/4lr0fk7ml18oe38vrkrh9upsh0fee1y7/512x384.jpg', 'https://html5.gamemonetize.com/4lr0fk7ml18oe38vrkrh9upsh0fee1y7/', '0', 'Puzzles', 0, 0, '', 'adultpuzzles'), (9794, 'Poppy Playtime Puzzle Challenge', 'Poppy Playtime Jigsaw Challengeis a fun and free to play online puzzle game made for kids and adults. Drag the pieces into right position using mouse or finger. Solving puzzles is relaxing, rewarding, and keeps your brain sharp. Total of 10 funn Poppy pictures. Have fun playing.', 'https://img.gamemonetize.com/x65eeq9abxhz5qha25ie2psckkpltbu5/512x384.jpg', 'https://html5.gamemonetize.com/x65eeq9abxhz5qha25ie2psckkpltbu5/', '0', 'Hypercasual', 0, 0, '', 'poppy-playtime-puzzle-challenge'), (9795, 'Parents Run', 'Parents Run is an interesting game which simulates raising a kid. You only need to tap the screen to control the baby to pass through the doors. The doors with the plus signs will help your baby to upgrade. So, you know what I mean! Begin to play now! Have fun!', 'https://img.gamemonetize.com/grezcc0reurlqilhqqzwm3122xdjq1an/512x384.jpg', 'https://html5.gamemonetize.com/grezcc0reurlqilhqqzwm3122xdjq1an/', '0', 'Puzzles', 0, 0, '', 'parents-run'), (9796, 'Ball Thief vs Police', 'Ball Thief vs Police is a 2D platformer where you play as thief and you have to collect bags of money while avoiding the police and spikes. You have only 5 lives to start with. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/e9jn9sxwpopru97ooegv49zwijg1aip4/512x384.jpg', 'https://html5.gamemonetize.com/e9jn9sxwpopru97ooegv49zwijg1aip4/', '0', 'Arcade', 0, 0, '', 'ball-thief-vs-police'), (9797, 'Pony Racing', 'Take part in exciting races. Take control of the pony and run forward. Collect apples and other useful items. Try to get to the finish line as quickly as possible.', 'https://img.gamemonetize.com/ee7ylxj4mi8xbyzvjh2gvbbmiwwym4n8/512x384.jpg', 'https://html5.gamemonetize.com/ee7ylxj4mi8xbyzvjh2gvbbmiwwym4n8/', '0', 'Girls', 0, 0, '', 'pony-racing'), (9798, 'Axe Of Fury', 'Try to smash the more zombies you can! Enjoy it!', 'https://img.gamemonetize.com/jkagr54xx3gmukvh9zko5skk2aa8wrse/512x384.jpg', 'https://html5.gamemonetize.com/jkagr54xx3gmukvh9zko5skk2aa8wrse/', '0', 'Hypercasual', 0, 0, '', 'axe-of-fury'), (9799, 'My Virtual House', 'My Virtual House is a very cute game. Have you ever played doll house? In this game, there is actually a doll house in cute version. And the doll house in this game has so many incredible things that real one doesn\'t have. For an example, the swimming pool, the garage and the kitchen with so many delicious foods. You can even feed the characters with all the foods. In conclusion, you can interact with almost everything in this house or outside the house. And it\'s very easy to find which is interactable. Want to know more fun stuff in this game? Come and play it. You won\'t be disappointed!', 'https://img.gamemonetize.com/90yadu3h4uzb7b9mqhty528u15azooac/512x384.jpg', 'https://html5.gamemonetize.com/90yadu3h4uzb7b9mqhty528u15azooac/', '0', 'Girls', 0, 0, '', 'my-virtual-house'), (9800, 'Gravity Gnome', 'Enjoy it!', 'https://img.gamemonetize.com/re1ksf1g4jp0p6t3p0qp94jgans41eld/512x384.jpg', 'https://html5.gamemonetize.com/re1ksf1g4jp0p6t3p0qp94jgans41eld/', '0', 'Racing', 0, 0, '', 'gravity-gnome'), (9801, 'My Designer Dream', 'My Designer Dream is a very cute game. The little princess wants an outfit for her evening party. Do you want to design a perfect dress for her using your art talent? A perfect dress needs perfect color, nice pattern, gorgeous sleeve and collar etc. It seems very easy but really needs your patience and aesthetic. Believe yourself you can do it! After designing the dress, come and pick up suitable hairstyle, shoes, socks and accessories for her. Let her try on every option to find the perfect match. Come and invite your friends to enjoy this game!', 'https://img.gamemonetize.com/elgokcb03xtzvbw4qtzlmmjzlwiklsal/512x384.jpg', 'https://html5.gamemonetize.com/elgokcb03xtzvbw4qtzlmmjzlwiklsal/', '0', 'Girls', 0, 0, '', 'my-designer-dream'), (9802, 'Baby in Yellow', 'you play as a nanny in charge of taking care of a strange baby always wearing a yellow jumpsuit. Is everything normal? Babysitters often have to deal with unruly children, but this one might be your last... how long will you stay in control?', 'https://img.gamemonetize.com/8v68t1h363lif3fw8osdoautifqypwmy/512x384.jpg', 'https://html5.gamemonetize.com/8v68t1h363lif3fw8osdoautifqypwmy/', '0', 'Puzzles', 0, 0, '', 'baby-in-yellow'), (9803, 'School Bus Demolition Derby', 'Welcome to School Bus Demolition Derby game. Win lots of races and unlock upgrades like; new engines, increased momentum and new decoration for your bus using the coins you win by destroying other vehicles and winning some races. The game\'s realistic physics will not leave you indifferent! Try to hit the sides of enemy buses with a good punch to make a much stronger impact - are you ready to train hard and beat your opponents? School Bus Demolition Derby is a 3D destruction derby simulator with a twist. Choose one of the many school buses and start competing in various demolition derby events across the world. Unlock upgradeables, new engines and paint jobs using the currency you\'ve earned destroying other vehicles. The physics are very realistic in this game, so try to aim for the other buses\' sides to make the most impact. Are you ready to school your opponents?', 'https://img.gamemonetize.com/f89zf7c055dwgx0b0cre4qknrnge7yu1/512x384.jpg', 'https://html5.gamemonetize.com/f89zf7c055dwgx0b0cre4qknrnge7yu1/', '0', 'Action', 0, 0, '', 'school-bus-demolition-derby'), (9804, 'UFO Space Shooter', 'Fly your spaceship through 3 galaxies. Shoot alien ufos and destroy asteroids. Fly over wrenches to repair your ship. Enter black holes to move to a new galaxy.', 'https://img.gamemonetize.com/o3d3nkmu5npoe1sdcqz531faus2psnfl/512x384.jpg', 'https://html5.gamemonetize.com/o3d3nkmu5npoe1sdcqz531faus2psnfl/', '0', 'Shooting', 0, 0, '', 'ufo-space-shooter'), (9805, 'OffRoadTruckParking', 'If yes then wait is over! We bring an amazing best offroad truck game for you which will be totally based on real physics 4x4 racing. You never drive the hill climb truck before so pick up the opportunity and become an expert driver of hill racing monster truck offroad. To do hill driving you can select heavy engine vehicles from the garage in this monster derby truck', 'https://img.gamemonetize.com/0xiazyllqfcwbfku3wxodg8hirtbhodz/512x384.jpg', 'https://html5.gamemonetize.com/0xiazyllqfcwbfku3wxodg8hirtbhodz/', '0', 'Adventure', 0, 0, '', 'offroadtruckparking'), (9806, 'Fruits Link Match3', 'Welcome to Fruits Link Match3 Puzzle Game! Swipe to link 3 or more identical fruits and try to complete your level as soon as possible to unlock the other one. Explore many challenging levels and try to complete them all. Good luck!', 'https://img.gamemonetize.com/4vbldwud0mxsa1l248kwituglkf6yt3f/512x384.jpg', 'https://html5.gamemonetize.com/4vbldwud0mxsa1l248kwituglkf6yt3f/', '0', 'Puzzles', 0, 0, '', 'fruits-link-match'), (9807, 'Animal elimination', 'Elimination games', 'https://img.gamemonetize.com/jaqci2ge10pyr9igwefz4cnpvz4ber74/512x384.jpg', 'https://html5.gamemonetize.com/jaqci2ge10pyr9igwefz4cnpvz4ber74/', '0', 'Arcade', 0, 0, '', 'animal-elimination'), (9808, 'Goat to the moon', 'The crazy goat does not want to stay a second longer on earth. The goat plans to go to the moon, that looks like and taste like a delicious piece of cheese. She rubs her hooves and develops a plan. Armed with her new jetpack, she is ready to take off! You must help the goat to achieve its goal?', 'https://img.gamemonetize.com/2zbs1ugwlpvgxyf0r79fap1n8p0tt6k3/512x384.jpg', 'https://html5.gamemonetize.com/2zbs1ugwlpvgxyf0r79fap1n8p0tt6k3/', '0', 'Hypercasual', 0, 0, '', 'goat-to-the-moon'), (9809, 'Glow Pounce', 'Make the glow circle pounce simply by taping on the screen. Avoid to touch the red elements. Each time you make a rebound you score 1 point... How many rebounds can you make ?', 'https://img.gamemonetize.com/ps0kzz2y7lz77pqaiqo13s9ei9bkbdwl/512x384.jpg', 'https://html5.gamemonetize.com/ps0kzz2y7lz77pqaiqo13s9ei9bkbdwl/', '0', 'Hypercasual', 0, 0, '', 'glow-pounce'), (9810, '4x4 SUV Parking', '4x4 Suv parking game have modern car parking features with auto driving simulation. In this new car parking game you will enjoy hill climb up and down impossible car driving track. Offroad driving games are most trending car games.', 'https://img.gamemonetize.com/vmj4b3ftwes7ugd28a8fvjc6z43wbbby/512x384.jpg', 'https://html5.gamemonetize.com/vmj4b3ftwes7ugd28a8fvjc6z43wbbby/', '0', 'Arcade', 0, 0, '', 'x-suv-parking'), (9811, 'Glow obstacle course', 'Make your neon square jump through geometric obstacles in this platformer game. How far will you go in this game ? Are you ready to blow all glow dots?', 'https://img.gamemonetize.com/lebhqx1raqne0538gv0m4viofhhf0f4g/512x384.jpg', 'https://html5.gamemonetize.com/lebhqx1raqne0538gv0m4viofhhf0f4g/', '0', 'Hypercasual', 0, 0, '', 'glow-obstacle-course'), (9812, 'Impossible Limo Driving Track', 'Do you love impossible games? If yes, it\'s your time to play impossible driving games with limo car on impossible tracks. Impossible Limo Driving Simulator Tracks Game offers crazy challenges on scary drive tracks that are sky-high. This off-road impossible path is made with ramps to do limo stunts and high jumps for endless driving adventure. limousine driving on dangerous roads is full of thrill and fun. Avoid impossible fall otherwise your luxury party limo will fall down from extreme heights. Perform the crazy, thrilling and furious Limo fantasy stunts by playing Impossible Driving Games on hard, challenging and dangerous tracks. It need extreme limousine driving skills to drive safely on tricky and curvy paths. While climb up on new racing tracks you need to avoid impossible fall. This racing adventure is a endless scary drive. While driving impossible limousine take care of ramp hurdles and flying helicopters other wise your luxury limo-car will be crashed. Impossible Limo Driving Simulator Tracks is the most difficult crazy stunts game of 2017. As a responsible driver put your seat belt to face the fear of death and perform crazy stunts in this luxurious car driving game. Accept the impossible challenge of dangerous driving. Impossible Limo Driving Game Simulator Tracks Features: - Real life stunt mania game - Mid-air stunts and sky high driving tracks - Luxury Vehicles with real stunt cars on impossible paths. - Extreme car stunts and realistic car driving simulation - New free limo driving game of 2017 with thrilling new high tracks - Amazing tracks dangerous sharp turns with jumps and obstacles - Powerful engine for acceleration for impossible car racing simulator experience', 'https://img.gamemonetize.com/fabq0r5tsn501lp2r855ljo1ajfg87hk/512x384.jpg', 'https://html5.gamemonetize.com/fabq0r5tsn501lp2r855ljo1ajfg87hk/', '0', 'Racing', 0, 0, '', 'impossible-limo-driving-track'), (9813, 'Racing in Car 2', 'Sick of endless racing games with third person perspective? "Racing in Car 2" might be the game you are looking for. You drive your car in cockpit view through the endless traffic and realistic environment. Go as fast as possible, overtake traffic cars, earn coins and buy new cars. Eventually, become the king of the global leaderboards.', 'https://img.gamemonetize.com/igxwk4bnmrh76gh67019s6qqkfes8sdo/512x384.jpg', 'https://html5.gamemonetize.com/igxwk4bnmrh76gh67019s6qqkfes8sdo/', '0', 'Arcade', 0, 0, '', 'racing-in-car-'), (9814, ' Bmw Driving & Parking', 'Are you ready for most realistic Bmw CAR game! More then race , park and car game… Customize your cars and try to pass challenging tracks, experience most real drift physics, improve your parking skills, and get ready to race. Enjoy the full open world map, all control is yours! Feel like in real life with real physics and graphics. Game Modes: Car Parking, Drifting, Police Mod, Race, Parkour.', 'https://img.gamemonetize.com/0stigvsud8jufd7dw6bu0vujtzkawpzi/512x384.jpg', 'https://html5.gamemonetize.com/0stigvsud8jufd7dw6bu0vujtzkawpzi/', '0', 'Arcade', 0, 0, '', '-bmw-driving-amp-parking'), (9815, 'Extreme Car Driving Simulator 2022', 'Get familiar with a new Car Parking Fun Driving School: Car Games 2020 in era of car parking games 2020. In this amazing car parking fun driving school you will get to know all the parking ways and tricks. There are multiple missions for car parking, you\'ll get behind the running wheels of parking cars. Get ready for a new era of car parking games 2020. In this amazing car parking driving simulator you will get to know all the car parking ways and tricks in classic 3d car parking games. There are multiple impossible missions for modern car parking & car driving simulation, you\'ll get behind the running wheels of parking cars in car games. Classic Car Parking Fun Driving School: Car Games 2020 is the latest and ultimate drive new car parking game full of adventures and realistic missions of parking simulation. Are you looking for extreme car parking games to park your cars in realistic ways in parking car games? Enjoy playing this amazing modern Car Parking Fun Driving game-play full of addictive drive car parking adventure in car simulator. Brace yourself to extreme car parking spots fun with the real challenging car parking tests in car driving games. Learn cars acceleration, revers, how to drive through obstacles like ramps, speed breakers, how to move lift up, lift down, U-Turn and much more parking skills in car parking and car driving games by car parking driver. Play the classic Car Parking Fun Driving and enjoy the multi challenge impossible car parking driving levels to get trained of car parking skills in parking simulator and car driving skills in parking car simulator. Enhance your modern car parking driving skills by downloading and playing this Car Parking Fun game. In this car parking simulation game, park your cars in parallel parking spots on rushy roads in city and learn like a car parking driver how to do slightly hard parking in 3d car parking games.Ultimate Car Parking Fun Driving School: Car Games 2020 is all about cars, you can learn speed cars parking and enjoy modern car parking adventures. If you love to play prado parking games, car parker games then Car Parking Fun Driving School: Car Games 2020 is easy and new parking game for you!! Start your park driving school training in 3d car parking simulator, learn the basics of modern car parking in car driving games. To become a new car driver in crazy speed car parking simulation get chance to learn easy ways to park in parking mania. Modern car parking school is all about modern multi car parking & driving missions where you will get to know the traffic rules, road parking skills and chance to learn proper driving like a pro driver of 3d car parking games. Get ready to enjoy the amazing parking car games to explore new auto & vehicles adventures for car drivers. Welcome to new car parking mania to become best car driver& car Parker by playing Car Parking Fun Driving 2020. Park your cars on exact position by not hitting and damaging in parking area. Car Parking Fun Driving School: Car Games 2020 Features: • Parking fun game! • Realistic car color selection is available! • Smooth steering control and amazing car sounds! • Different camera angles of impossible car parking space! • Challenging game-play to test your car driving and parking skills on different parking spots!', 'https://img.gamemonetize.com/dkxkxbqnnp0vj1c2qvrxi13d16n6moec/512x384.jpg', 'https://html5.gamemonetize.com/dkxkxbqnnp0vj1c2qvrxi13d16n6moec/', '0', 'Racing', 0, 0, '', 'extreme-car-driving-simulator-'), (9816, 'Car Eats Car Underwater Adventure', 'Up for a fight against rivals in a dynamic race on the highway? Overtake enemies and create your own car in the incubator in Car Eats Car: Underwater Adventure! Your friends are put to prison - do everything you can to free evil cars! Good driving skills and turbo speed come in handy in this crazy driving simulator and a police chase game. Become a car tycoon, upgrade cars, and play for monster cars against the cops! Fight the boss to survive in these ultimate crazy races!', 'https://img.gamemonetize.com/bieldl49kbvg52gjrcruztap5nmvhynm/512x384.jpg', 'https://html5.gamemonetize.com/bieldl49kbvg52gjrcruztap5nmvhynm/', '0', 'Racing', 0, 0, '', 'car-eats-car-underwater-adventure'), (9817, '3D Moto Racing Challenge', 'Can you be number one in a multiplayer game Moto 3D Racing Challenge? Prepare for the ultimate moto racing challenge game. You need to practice your car skills before all the riders are beaten. Surprise motorcycles are waiting to be got by you. Pay attention to the blue arrow on the road that will make you speed up and enter a temporary invincible state. Whether or not you are a racing master, the answer can be known in the final line.', 'https://img.gamemonetize.com/owd31adel5gn4vswnxcn1wnxg8io3csg/512x384.jpg', 'https://html5.gamemonetize.com/owd31adel5gn4vswnxcn1wnxg8io3csg/', '0', 'Racing', 0, 0, '', 'd-moto-racing-challenge'), (9818, 'Drift At Will Crazy 3D Drifting Game', 'Drift At Will is an engrossing casual game. If the excitement at the mere glimpse of a race can as a matter of fact get the level of adrenalin inside your body soaring, you really need to try this game. The rapid turning of directions might be a little bit overwhelming at the very start, but as time goes by, you will master the control and fall in love with drifting unceasingly as quick as flash on the wide road.', 'https://img.gamemonetize.com/gq4egtu93ym7t2tlo9oxz9gujaslznqk/512x384.jpg', 'https://html5.gamemonetize.com/gq4egtu93ym7t2tlo9oxz9gujaslznqk/', '0', 'Racing', 0, 0, '', 'drift-at-will--crazy-d-drifting-game'), (9819, 'Beauty Fashion World', 'Our girl Hannah is super busy with high school and cheerleading, but she still has time to show her love for fashion and dressing up! Experiment with fashion styles and create the coolest looks! Choose among tons of hairstyles and hair colors! Unlock makeup tools and do trendy makeup looks! How will you dress up and style Hannah today?', 'https://img.gamemonetize.com/7ynnii8rhcm4lzjl16b881820z8dzei5/512x384.jpg', 'https://html5.gamemonetize.com/7ynnii8rhcm4lzjl16b881820z8dzei5/', '0', 'Girls', 0, 0, '', 'beauty-fashion-world'), (9820, 'Super Friday Night Funkin Vs Noobs', 'Have fun with this new game Friday Night Funkin vs Noob \'a new game in this fabulous saga !! Play the ritual of each music with your favorite minecraft characters and press the game buttons at the right time and accumulate the points to show that you are the best.The objective of the game is to complete the levels without missing the movements of each music, touch the buttons at the right time and accumulate your best score complete the musical themes.', 'https://img.gamemonetize.com/5yawlik7r2nzbin770okmjjizpwaz10e/512x384.jpg', 'https://html5.gamemonetize.com/5yawlik7r2nzbin770okmjjizpwaz10e/', '0', 'Hypercasual', 0, 0, '', 'super-friday-night-funkin-vs-noobs'), (9821, 'Rally Car Hero', 'Compete across the world as you race in the Rally Car Championship. Dodge opponents, boost around twisting corners, collect coins and upgrade your car for the next race. Are you the Rally Car Hero?', 'https://img.gamemonetize.com/1aihu0fj1s05zlzfbu8frc4tsjj071ts/512x384.jpg', 'https://html5.gamemonetize.com/1aihu0fj1s05zlzfbu8frc4tsjj071ts/', '0', 'Racing', 0, 0, '', 'rally-car-hero'), (9822, 'Mini War Clash Z', 'The objective of the game is to complete each level in a war of strategic movements, move your troops to arrive with the number of soldiers necessary to capture the enemy base. Decide your movements by counting the sum of soldiers of each movement to eliminate the soldiers positioned at different points of your base. Features:Strategy and war game.Control when to shoot your enemies.Learn to add to get to the enemy commandos.Action and shooting game you will need to calculate your movements.', 'https://img.gamemonetize.com/40k8j56x3pulgeryv9jnmhxgtxze2sdx/512x384.jpg', 'https://html5.gamemonetize.com/40k8j56x3pulgeryv9jnmhxgtxze2sdx/', '0', 'Hypercasual', 0, 0, '', 'mini-war-clash-z'), (9823, 'Love Baby Fashion Makeover', 'Enter lovely baby\'s magical salon where you can let your imagination run free by designing and styling your very own avatar inspired by the Princess of Play and her pets! Have fun!', 'https://img.gamemonetize.com/bmsmg4owtwixb5ln7qp9s10j0bn0z0yl/512x384.jpg', 'https://html5.gamemonetize.com/bmsmg4owtwixb5ln7qp9s10j0bn0z0yl/', '0', 'Girls', 0, 0, '', 'love-baby-fashion-makeover'), (9824, 'Color Water Sort', 'Just simple control by tapping. Are you smart to complete all challenges? Let\'s sort the different color liquids into different tubes. It sounds easy, right? Well, as more and more tubes together, it\'s really a huge puzzle. Are you ready?', 'https://img.gamemonetize.com/dmpyfmyerpveh501vs94rm5gemcitggq/512x384.jpg', 'https://html5.gamemonetize.com/dmpyfmyerpveh501vs94rm5gemcitggq/', '0', 'Puzzles', 0, 0, '', 'color-water-sort'), (9825, 'Dream Restaurant', 'How about building the restaurant of your dreams? The cook is ready for duty at the beginning of January. As a waiter, invite customers in. Fulfill your wishes immediately. Start the game with serving burgers and sandwiches. Collect all the orders in a row and serve them to the tables. With the money you\'ve raised, you can grow your restaurant. Grow step by step, starting with such tasks as adding tables, hiring waiters. In the following times, sushi, donat, etc. you can also open restaurants. Start taking the first steps towards building the restaurant chains that adorn your dreams. Have fun with the fun 3D clicker game Dream Restaurant with you!', 'https://img.gamemonetize.com/mitabbn8eikb3cz1w69s64vhlvbi7gpl/512x384.jpg', 'https://html5.gamemonetize.com/mitabbn8eikb3cz1w69s64vhlvbi7gpl/', '0', 'Hypercasual', 0, 0, '', 'dream-restaurant'), (9826, 'Angela Trendy Fashionista', 'Welcome to Angela Trendy Fashionista. Angela is more conscious of her fashion. She plans to prepare herself for different events. She already has a to-do list. Join and help the angela to be perfect on each occasion. Browse her wardrobe and pick outfits and costumes which is suitable for the events. Play and have fun!', 'https://img.gamemonetize.com/46frbfo2zbmwfe9i8svfw95u5519qc93/512x384.jpg', 'https://html5.gamemonetize.com/46frbfo2zbmwfe9i8svfw95u5519qc93/', '0', 'Girls', 0, 0, '', 'angela-trendy-fashionista'), (9827, 'Head Soccer 2022', 'Get ready for a brand new head soccer adventure! The game offers 1 and 2 player modes. In the "1 Player" mode, you will fight against artificial intelligence. In the "2 Player" mode, take over the keyboard with your friend and show off your football skills. In both modes, try to score the most goals in the given match time. When the match period ends, the player who has scored the most goals becomes the winner. Let\'s start the competition!', 'https://img.gamemonetize.com/ln9clr5f3rmz9rmmo03d0ry8bca9348g/512x384.jpg', 'https://html5.gamemonetize.com/ln9clr5f3rmz9rmmo03d0ry8bca9348g/', '0', 'Soccer', 0, 0, '', 'head-soccer-'), (9828, 'Stickman Fighter Training Camp', 'You like fighting games and stickman games? This game is made for you! Train to be the fastest stickman fighter in the world. Blast away an endless iron column in the fastest game ever. Put your reflexes to the test, unleach your skills and climb the leaderboards for global domination!', 'https://img.gamemonetize.com/l32hwgcoe7hwdg7eh4iij67059amfpzg/512x384.jpg', 'https://html5.gamemonetize.com/l32hwgcoe7hwdg7eh4iij67059amfpzg/', '0', 'Fighting', 0, 0, '', 'stickman-fighter-training-camp'), (9829, 'Stickman Boxing KO Champion', 'This new boxing game is available for all stickman fans! Fight 4 professionals in intense combat. Fight using a variety of devastating punches and combos. Jab, cross, uppercut, give in all you have, but don’t forget to dodge!. Master jabs, hooks, uppercuts, body punches and combine them with devastating Special Punches.', 'https://img.gamemonetize.com/6tmp9phczxm9yfyona4ntvjrnvd70huc/512x384.jpg', 'https://html5.gamemonetize.com/6tmp9phczxm9yfyona4ntvjrnvd70huc/', '0', 'Fighting', 0, 0, '', 'stickman-boxing-ko-champion'), (9830, '3D Quiz Fight of Four', '3D Quiz: Fight of Four resembles the well-known project "Own Game". Compete with 4 rivals on a variety of topics at once. You will not only enjoy the game, improve your memory, but also train your mind!', 'https://img.gamemonetize.com/i7lz36rf9nv6dt5d0v957pp8oahyd5y2/512x384.jpg', 'https://html5.gamemonetize.com/i7lz36rf9nv6dt5d0v957pp8oahyd5y2/', '0', 'Puzzles', 0, 0, '', 'd-quiz-fight-of-four'), (9831, 'Dont Touch Dino Bomb', 'Don\'t Touch Dino Bomb is an entertaining and intriguing brain training smashing game, and you\'ve been invited to play it. Strategically tap the screen to advance and hit your foes in the appropriate direction. Use your magical fingers to take out all of the opposing dinos in a limited number of strikes. This is the finest smashing game that can be played by both children and adults simultaneously. Because we have built this 2D dino game 2021 with a variety of intriguing levels to battle by leaping and striking your dino 2d, we are confident that you will like playing it. This is not a straightforward magic dino game because it will be difficult for you to choose the appropriate direction to leap and attack the dinosaurs 2d in this magic finger game. It will also be difficult for you to avoid getting struck yourself.', 'https://img.gamemonetize.com/aihukyardnviz02r15ptqhvfyd4y69gx/512x384.jpg', 'https://html5.gamemonetize.com/aihukyardnviz02r15ptqhvfyd4y69gx/', '0', 'Arcade', 0, 0, '', 'dont-touch-dino-bomb'), (9832, 'The Chaser', 'You just need to escape from the Chaser! Enjoy it!', 'https://img.gamemonetize.com/2xpzbpb3t1sk1qoe67sdytdviulo5b48/512x384.jpg', 'https://html5.gamemonetize.com/2xpzbpb3t1sk1qoe67sdytdviulo5b48/', '0', 'Clicker', 0, 0, '', 'the-chaser'), (9833, 'Numbubbles Popping', 'Numbubbles Popping is a logical math game. To start just point a numbubble, set the arrow direction and shoot the numbubble towards another. If both numbubbles are having different numbers on it they will be merged and resulting numbubble will have sum of both numbers. If both numbubbles are having similar numbers on it, both numbubbles will be eliminated. Your Goal is to eliminate all the numbubbles, so think logically before merging or eliminating a pair.', 'https://img.gamemonetize.com/7j3bmig80c2q5g8urzar0y8ovq1e9wd8/512x384.jpg', 'https://html5.gamemonetize.com/7j3bmig80c2q5g8urzar0y8ovq1e9wd8/', '0', 'Puzzles', 0, 0, '', 'numbubbles-popping'), (9834, 'Merge Cafe Game', 'Welcome to Merge Cafe Game. Buy tasty cakes, merge them to unlock new recipes and serve them to cute falling customers! Start as a tea house and expand your range of fresh bakes. Filled with over 18 delectable bakery treats, from luxurious cookies to indulgent triple chocolate cakes!', 'https://img.gamemonetize.com/uqimf6n7s4w3kzvlnmxzo1iosnrokgvu/512x384.jpg', 'https://html5.gamemonetize.com/uqimf6n7s4w3kzvlnmxzo1iosnrokgvu/', '0', 'Hypercasual', 0, 0, '', 'merge-cafe-game'), (9835, 'PIGGY Escape From Pig', 'Welcome to PIGGY - Escape From Pig. Scary piggy keeps you at home, can you escape from pig? The house of horrors is a large house with many rooms, you need to find enough secret keys to escape. Piggy is a survival game. To survive, you will have to solve various puzzles, secrets, and escape while avoiding the pig. The pig\'s goal is to kill you, or at least prevent you from escaping. In order for the pig to hunt/kill the player, the pig must touch you. The main goal is to find all the necessary items and use them correctly to escape from piggy-piggy horror escape. The scary piggy keeps you locked up in his house. You don\'t have much time to escape.Don\'t get too close to piggy. Find objects, remove locks, and escape from this creepy house. This escape is new, pig horror, piggy horror story is waiting for you! But if you can\'t find a way out and escape.. Piggy horror game will destroy you. Piggy scary game is an exciting story to escape from home, but be careful.', 'https://img.gamemonetize.com/grvcyhguoz83uj1cwb5encqrkhaczf9u/512x384.jpg', 'https://html5.gamemonetize.com/grvcyhguoz83uj1cwb5encqrkhaczf9u/', '0', 'Adventure', 0, 0, '', 'piggy--escape-from-pig'), (9836, 'Shape shifting Game', 'Shapeshift between vehicles in a race for your life in this crazy 3D game! Choose your shape between a vehicle, best for ground transport, a boat, best for bodies of water and a helicopter, best for elevation. Race as efficiently as possible to beat the competition and come in first place! Take you across all the elements - land, air, sea. To conquer them, you need to adapt and quickly. Transform the character to suit the environment and become the victor by beating all the rest at their own game. Features: - Exciting levels with a variety of environments - Transformable characters - Satisfying and fun gameplay for everyone!', 'https://img.gamemonetize.com/0yxmr2f4sdhuwqhn84ld4k1ps7qghpob/512x384.jpg', 'https://html5.gamemonetize.com/0yxmr2f4sdhuwqhn84ld4k1ps7qghpob/', '0', 'Racing', 0, 0, '', 'shape-shifting-game'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (9837, 'Talking Ben Jigsaw Puzzle Collection', 'In the new game about Talking Ben, you have to collect photos with his image. Good luck!', 'https://img.gamemonetize.com/rgkvyif4vecwbdhevgs0jsvh5b0dv5gw/512x384.jpg', 'https://html5.gamemonetize.com/rgkvyif4vecwbdhevgs0jsvh5b0dv5gw/', '0', 'Puzzles', 0, 0, '', 'talking-ben-jigsaw-puzzle-collection'), (9838, 'Kung Fu Fight Beat em up', 'KUNG FU FIGHT : BEAT EM UP is the best Kung Fu action game. You’ll be fighting against tons of enemies and the Big BOSS. You will need to be very fast and a real Kung Fu Master to kill all ennemies coming from both side of the screen. You can use punches, kicks and even weapons (shuriken, knifes, axe, kunai, nunchaku,...), special moves (katas, fast kicks, stealth moves...) and the really special combo : the dragon\' attack !', 'https://img.gamemonetize.com/5jo2y7zkt4nhq7jh8p0ojo6f96cwxlu0/512x384.jpg', 'https://html5.gamemonetize.com/5jo2y7zkt4nhq7jh8p0ojo6f96cwxlu0/', '0', 'Arcade', 0, 0, '', 'kung-fu-fight--beat-em-up'), (9839, 'Bunns Adventure', 'Bunn\'s Adventure is a fun classic adventure platformer game in which you collect coins and jump over obstacles, traps and enemy\'s. Your goal is to collect as much coins as you can and beat all the levels. The game gets progressively harder with each level. Take your time and calculate your jumps and movement precisely and have fun playing!', 'https://img.gamemonetize.com/vvi3oyb8bmya11ego40ge4lba1j2ohhs/512x384.jpg', 'https://html5.gamemonetize.com/vvi3oyb8bmya11ego40ge4lba1j2ohhs/', '0', 'Arcade', 0, 0, '', 'bunns-adventure'), (9840, 'Crazy Car Parking Free', 'Enjoy this crazy car parking game with advance car parking features', 'https://img.gamemonetize.com/8v83yqseaocwd454e2rh9wb4kzkfjt0q/512x384.jpg', 'https://html5.gamemonetize.com/8v83yqseaocwd454e2rh9wb4kzkfjt0q/', '0', 'Hypercasual', 0, 0, '', 'crazy-car-parking-free'), (9841, 'Crazy Car Parking ', 'Crazy Car Parking is a driving-skills game. Drive your Lamborghini and find parking space. You need to pick up 3 stars to see where is your place. Check your driving parking skills in front,. Good luck!', 'https://img.gamemonetize.com/adsk96j1kslxox22emrblxioo9pyjvni/512x384.jpg', 'https://html5.gamemonetize.com/adsk96j1kslxox22emrblxioo9pyjvni/', '0', 'Hypercasual', 0, 0, '', 'crazy-car-parking-'), (9842, 'CarSimulationFree', 'Car Simulation Free has realistic driving experience which will take you to another level! Test your car driving skills with many features like interior view, realistic sound effects, different cars and big cities. Show that you are Parking Master like a vale!', 'https://img.gamemonetize.com/d90kj6k81try1xtmgvvsao6o7rwp1rtm/512x384.jpg', 'https://html5.gamemonetize.com/d90kj6k81try1xtmgvvsao6o7rwp1rtm/', '0', 'Hypercasual', 0, 0, '', 'carsimulationfree'), (9843, 'Modern Bus Parking Free', 'Modern bus parking simulator Free Games offline is new Bus Simulator 2020 with several parking challenge.', 'https://img.gamemonetize.com/9m8rfce3tnmcdnzin3n1y9l91oifrf5h/512x384.jpg', 'https://html5.gamemonetize.com/9m8rfce3tnmcdnzin3n1y9l91oifrf5h/', '0', 'Hypercasual', 0, 0, '', 'modern-bus-parking-free'), (9844, ' Car Simulator Car Parking Game', 'Car game2022', 'https://img.gamemonetize.com/rw9hi0y8sjrplfdnb9sv9tc1ete2xaqq/512x384.jpg', 'https://html5.gamemonetize.com/rw9hi0y8sjrplfdnb9sv9tc1ete2xaqq/', '0', 'Arcade', 0, 0, '', '-car-simulator-car-parking-game'), (9845, 'Craziest Car Parking', 'car parking 3d game lovers! It’s time to polish your real, parking mania skills for Parking Car Game & parking jam 3d skills on most advanced car driving tracks in parking mania.', 'https://img.gamemonetize.com/bsy0j71lgawpnoduysx3d7bfbwn5oubu/512x384.jpg', 'https://html5.gamemonetize.com/bsy0j71lgawpnoduysx3d7bfbwn5oubu/', '0', 'Adventure', 0, 0, '', 'craziest-car-parking'), (9846, 'Car OpenWorld Game 3d', 'BMW Cars in this Epic Car Simulator Game', 'https://img.gamemonetize.com/9iu67wwxgavvh6b9buhp9vuqtd98cgw3/512x384.jpg', 'https://html5.gamemonetize.com/9iu67wwxgavvh6b9buhp9vuqtd98cgw3/', '0', 'Arcade', 0, 0, '', 'car-openworld-game-d'), (9847, 'Cowboy 2D Runner', 'What a killer game, Cowboy Dash Runner! You\'ll be able to plan your shots before you even start the game with this one. Run, jump, and attempt to kill all the adversaries that try to kill you in this shooting game. You must, however, be aware that you must avoid some obstacles and collect tokens by killing an enemy and destroying obstacles as you go along. You must be accurate in using the provided weapon to take out your opponents and destroy their machinery. Doesn\'t it seem simple? Would you stand capable of outlasting long sufficiently in this never-ending leaping game to eliminate all of your adversaries? Playing this addicting shooter game is made much more enjoyable thanks to its exceptionally designed surroundings. As a player, your job is to keep your attention on the enemy and shoot them to kill them. Enemies are out there, and they\'re all out to get you, but they can\'t get you if you let them. What makes Cowboy Dash Runner-Addictive Shooting Game superior to other games that include killing and battling on your Android smartphone or tablet? Nice: The group developed a few 2D creations. Cool and smooth, high-quality visuals to offer you the finest gaming experience ever! You\'re going to love it! Because we value your time, we made the gameplay as simple as possible. To jump or shoot, tap anywhere on the left or right side of the screen. It\'s a cinch! With our realistic graphics, you\'ll feel as if you\'re slaying real foes rather than merely running around.', 'https://img.gamemonetize.com/efeggze4h8z1wsmfb3j95w6qaryp44uq/512x384.jpg', 'https://html5.gamemonetize.com/efeggze4h8z1wsmfb3j95w6qaryp44uq/', '0', 'Arcade', 0, 0, '', 'cowboy-d-runner'), (9848, 'White Dot 87', 'White Dot – This is a game in which you need to destroy the white ball bypassing red figures with different flight paths.', 'https://img.gamemonetize.com/1wav0amkxh08rojrr7obwe6m21r8eumh/512x384.jpg', 'https://html5.gamemonetize.com/1wav0amkxh08rojrr7obwe6m21r8eumh/', '0', 'Hypercasual', 0, 0, '', 'white-dot-'), (9849, 'Connect The Dots Game for Kids', 'Connect The Dots game are designed especially for kids to lay the groundwork for number learning & tracing with the help of fun activities along with hand-eye coordination and motor skills enhancement and improve concentration for kids. With each completed picture, the kids will hear the English pronunciation of that picture. The games do not force timed completion and therefore encourage the kid to learn at their own pace. Kids are enchanted with the experience of the game as there is no winning and no losing. Appreciation at the end of each activity.', 'https://img.gamemonetize.com/jras2jxqr1v1hexfstbjmxlrk6k2sl2t/512x384.jpg', 'https://html5.gamemonetize.com/jras2jxqr1v1hexfstbjmxlrk6k2sl2t/', '0', 'Puzzles', 0, 0, '', 'connect-the-dots-game-for-kids'), (9850, 'Diagonal 26', 'A simple game to play but very challenging! With procedural difficulty and endless gameplay to get the best score. Totally responsive, works well on mobile and PC.', 'https://img.gamemonetize.com/ba63dztndbwmt50azb26wh7tpa5bdrzv/512x384.jpg', 'https://html5.gamemonetize.com/ba63dztndbwmt50azb26wh7tpa5bdrzv/', '0', 'Hypercasual', 0, 0, '', 'diagonal-'), (9851, 'Cube Angle', 'Hyper casual game with procedural difficulty, getting to be very hard. Simple one-touch controls for all ages, just tap to change the direction.', 'https://img.gamemonetize.com/a0g6ix4xgokxqzf3waai0wcpep5959vm/512x384.jpg', 'https://html5.gamemonetize.com/a0g6ix4xgokxqzf3waai0wcpep5959vm/', '0', 'Hypercasual', 0, 0, '', 'cube-angle'), (9852, 'Weightlifting beauty', '1. Let\'s finish different tasks by lifting weights and help girls lift weights here; 2. Don\'t miss some food, which can increase the girl\'s own strength and endurance; 3. Integrating the playing methods of weightlifting and Parkour together, the whole breakthrough is more creative.', 'https://img.gamemonetize.com/y62hsxm8btljsmjjm5nj83igg9az0ohp/512x384.jpg', 'https://html5.gamemonetize.com/y62hsxm8btljsmjjm5nj83igg9az0ohp/', '0', 'Adventure', 0, 0, '', 'weightlifting-beauty'), (9853, 'Pinball Wizard', 'If you love Pinball then this is the most classic Pinball game for you! This is the ultimate pinball simulator in mobile devices!!! Play like in your childhood in the arcade with this awesome app. Everybody will want to have your pc, phone or tablet. This game will provide you a lot of hours of entertainment with your device. Download it now and enjoy with it\'s mechanism! Game Features: - awesome cinematic graphics - realistic physics - hours and hours of pure action in your very own hands Get it now!', 'https://img.gamemonetize.com/68q59rvsbgb12j08hd70tmze5ldhha5q/512x384.jpg', 'https://html5.gamemonetize.com/68q59rvsbgb12j08hd70tmze5ldhha5q/', '0', 'Sports', 0, 0, '', 'pinball-wizard'), (9854, 'Ahoy!', 'Hello, Sailor! Are you up for the task of building the biggest raft in the sea?', 'https://img.gamemonetize.com/6d7j2a0rr13c4vzd3y3hhaivdlllmemx/512x384.jpg', 'https://html5.gamemonetize.com/6d7j2a0rr13c4vzd3y3hhaivdlllmemx/', '0', 'Adventure', 0, 0, '', 'ahoy'), (9855, 'Tap Tap Run', 'Playing this game is addicting! Could you not claim that we didn\'t warn you? Jump or change direction by tapping the screen. Make sure you don\'t go down the cliff. Unlock new characters by completing missions. There are only 1000 levels to complete. That shouldn\'t be too difficult, should it? Invite your friends to participate to see who can go the furthest.', 'https://img.gamemonetize.com/s7t8bs734mpumt3br98aybqtbm8baho3/512x384.jpg', 'https://html5.gamemonetize.com/s7t8bs734mpumt3br98aybqtbm8baho3/', '0', 'Arcade', 0, 0, '', 'tap-tap-run'), (9856, 'Triple Skiing 2D', 'Inside this open-world skiing adventure, you\'ll be able to explore whole mountains. Choose from various backcountry options, including cliff drops, steep chutes, slalom courses, and park runs. You may also explore the large ski resorts. Just Freeskiing is a true ski and Freeski simulation that offers unlimited opportunities for customizing, styling, and combining realistic techniques! Many different types of freeskiing are available at the various Slopestyle, Halfpipe, Huge, Jibbing (Rails, Tubes), and Backcountry challenge areas across the resort. Sophisticated steering technology with supporting in-game tutorials and basic buttons for beginners and advanced options (2x taps, swipes, etc.) and additions (Grab-Trick-Packages) for pros are included in the game. The game\'s goal is to beat the most outstanding scores from across the globe and master the difficulties presented to enhance your general skiing abilities.', 'https://img.gamemonetize.com/ru6runf128827qcv7jj8wxvuswxku93a/512x384.jpg', 'https://html5.gamemonetize.com/ru6runf128827qcv7jj8wxvuswxku93a/', '0', 'Arcade', 0, 0, '', 'triple-skiing-d'), (9857, 'Street Mayhem Beat Em Up', 'Street Mayhem - Beat \'Em Up game invites you to a long adventure. You struggle with bad guys and mutants in different places. You are accompanied by Edward, Jennifer and Russell in this fight. Each character has different abilities and style. You need to score to unlock the characters Russell and Jennifer. Try to complete the game story by fighting in Dark City, Forest, City Town and the final episode Castle. In the other mode of the game, in the 2 PLAYER section, you can have classic fights with your friend. Whoever wins 3 Rounds wins the game!', 'https://img.gamemonetize.com/47lce5e4kb51icu8gbckm8x39aiztmuf/512x384.jpg', 'https://html5.gamemonetize.com/47lce5e4kb51icu8gbckm8x39aiztmuf/', '0', 'Action', 0, 0, '', 'street-mayhem-beat-em-up'), (9858, 'Car Eats Car Sea Adventure', 'Up for a fight against rivals in a dynamic race on the highway? Overtake enemies and create your own car in the incubator in Car Eats Car: Sea Adventure! Your friends are put to prison - do everything you can to free evil cars! Good driving skills and turbo speed come in handy in this crazy driving simulator and a police chase game. Become a car tycoon, upgrade cars, and play for monster cars against the cops! Fight the boss to survive in these ultimate crazy races!', 'https://img.gamemonetize.com/eio98g4rp8ec0nj0fpi2n78hhrbun3l1/512x384.jpg', 'https://html5.gamemonetize.com/eio98g4rp8ec0nj0fpi2n78hhrbun3l1/', '0', 'Racing', 0, 0, '', 'car-eats-car-sea-adventure'), (9859, 'Puzzle Cute Puppies', 'It\'s time for puzzles! Just look at these cute and funny puppies. They love to eat delicious food, fly into space and love ice cream. Test your wits. Collect all the pictures with these wonderful puppies and have fun!', 'https://img.gamemonetize.com/we0jbwq1reze5oyygfrhwsriabcxuiep/512x384.jpg', 'https://html5.gamemonetize.com/we0jbwq1reze5oyygfrhwsriabcxuiep/', '0', 'Puzzles', 0, 0, '', 'puzzle-cute-puppies'), (9860, 'Barbie on roller skates', 'Barbie on roller skates is a game for girls but can be played also by boys who love this character. In this game, Barbie must dress-up up for his trainy roller skate hour when she meets other skaters and must look great as there maybe will find some good looking boys. Enjoy it.', 'https://img.gamemonetize.com/36it8llz0v6t70bt5zw440qgr8wjqirw/512x384.jpg', 'https://html5.gamemonetize.com/36it8llz0v6t70bt5zw440qgr8wjqirw/', '0', 'Hypercasual', 0, 0, '', 'barbie-on-roller-skates'), (9861, 'Barbie Halloween Costumes', 'Barbie Halloween costumes is an HTML5 game and support any device. In this game, Barbie needs to prepare for the Halloween party and needs some help to put her best costume. Help her to dress up with the most fitted costume to look awesome when she goes to the party. Enjoy it.', 'https://img.gamemonetize.com/5rttvuwwahp1q1k14i942habi4844p2h/512x384.jpg', 'https://html5.gamemonetize.com/5rttvuwwahp1q1k14i942habi4844p2h/', '0', 'Hypercasual', 0, 0, '', 'barbie-halloween-costumes'), (9862, 'Animal Tiles', 'Animal Tiles Game requires you to match 3 blocks of the same element, you will pass the level when all tiles are matched. Which is different with Mahjong or other block puzzle game. Tile Master Match consists a large number of levels that get progressively more difficult.', 'https://img.gamemonetize.com/xlw1gis0phxca7qwg2m20ho2r88j5rws/512x384.jpg', 'https://html5.gamemonetize.com/xlw1gis0phxca7qwg2m20ho2r88j5rws/', '0', 'Bejeweled', 0, 0, '', 'animal-tiles'), (9863, 'Push It 3D', 'Push It 3D is a casual online game of pushing boxes for free. The game adopts a 3D perspective, presenting a complicated puzzle-solving process for players. You need to push the boxes in the game to complete tasks, and only push them to the specified position can you go to the next level. The game has multiple levels for you to challenge. If you are interested, come and challenge it!', 'https://img.gamemonetize.com/9h5oc41s1te41pqt9vz9wd56pmdbaxuy/512x384.jpg', 'https://html5.gamemonetize.com/9h5oc41s1te41pqt9vz9wd56pmdbaxuy/', '0', 'Boys', 0, 0, '', 'push-it-d'), (9864, 'Clown Park Hide And Seek Game', 'Clown Park - Hide And Seek is a camp against camp arcade game. It has beautiful graphic design and 3D space design. There are three modes for you to choose from Survivor camp, Chaser camp, or if you have trouble choosing or want a little excitement, you can choose any mode and it will randomly choose the lineup. Survivors need to collect enough keys to open the escape door within the time limit and escape successfully to win. On the contrary, the pursuer is to stop the survivor\'s pace. A variety of cool skins and skills are waiting for you to unlock! Complete the missions to unlock the characters! Have fun!', 'https://img.gamemonetize.com/pylvaxzq54f5lwghdqonah3tayx1qxxd/512x384.jpg', 'https://html5.gamemonetize.com/pylvaxzq54f5lwghdqonah3tayx1qxxd/', '0', '3D', 0, 0, '', 'clown-park-hide-and-seek-game'), (9865, 'Monster Dentist', 'These Monster have been eating way too much of their candy and need to have their teeth cleaned! These Monster have been eating way too much of their candy and need to have their teeth cleaned! So use six different dentist tools to help these monsters get back their healthy smiles. Key Features: - 18 different Halloween monsters! - Keeps everyone occupied for a long time! - The perfect app for this Halloween season! Can you help all Monsters?', 'https://img.gamemonetize.com/onltau7gj4g4qckfh4n4db45eee5bxhw/512x384.jpg', 'https://html5.gamemonetize.com/onltau7gj4g4qckfh4n4db45eee5bxhw/', '0', 'Girls', 0, 0, '', 'monster-dentist'), (9866, 'STORMBREAKER', '1. You can use a variety of weapons lasers and missiles to launch attacks and kill targets to unlock the next level. 2. Pay attention to the location of each map and the enemy\'s position to make a reasonable judgment.', 'https://img.gamemonetize.com/3whv76zy3kc2nd6f2s7pjh29gdkkn6pa/512x384.jpg', 'https://html5.gamemonetize.com/3whv76zy3kc2nd6f2s7pjh29gdkkn6pa/', '0', 'Adventure', 0, 0, '', 'stormbreaker'), (9867, 'Around Pins', 'Around Pins is a 2D game where you try to collide pins of the same color. In this game, there is a pin in the middle of the screen. This needle is constantly rotating.', 'https://img.gamemonetize.com/np7tb7ydgmx3b9dy247loybnaffs5m4b/512x384.jpg', 'https://html5.gamemonetize.com/np7tb7ydgmx3b9dy247loybnaffs5m4b/', '0', 'Arcade', 0, 0, '', 'around-pins'), (9868, 'City Ball', 'City Ball is a rolling ball game set in the streets of a city. To be successful, you must overcome the obstacles that come your way.', 'https://img.gamemonetize.com/ze5gd0jkl69e02ldm28yhayl73mdu415/512x384.jpg', 'https://html5.gamemonetize.com/ze5gd0jkl69e02ldm28yhayl73mdu415/', '0', 'Arcade', 0, 0, '', 'city-ball'), (9869, 'Crazy Racing Master', 'Crazy Racing Master is a car racing game. You will race with other cars. Keep sure you will not rush out of the track. And there are kinds of props you can use, also you will be used. Finishing the race is a big step for you. Take it slowly.', 'https://img.gamemonetize.com/8dw7xmp9amayym8nuhw4209pig32ukf8/512x384.jpg', 'https://html5.gamemonetize.com/8dw7xmp9amayym8nuhw4209pig32ukf8/', '0', 'Racing', 0, 0, '', 'crazy-racing-master'), (9870, 'Shinecool Stunt Motorbike Moto Racing', 'A pure motorbike race is a little boring, let us add some different exciting elements. Battle, rocket, bomb, pan. You could kick and attack others! Kill your opponents is so cool. Also, you could be attacked too, avoid that and win the game!', 'https://img.gamemonetize.com/oeexjg469kbc65jq8wiwan8i3mqp6k37/512x384.jpg', 'https://html5.gamemonetize.com/oeexjg469kbc65jq8wiwan8i3mqp6k37/', '0', 'Racing', 0, 0, '', 'shinecool-stunt-motorbike--moto-racing'), (9871, 'Poppy Bubbles Playtime', 'Have you ever seen Poppy playtime shooting bubbles? Welcome to Poppy bubbles playtime, a new bubble shooter game with the famous poppy huggy wuggy shooting bubbles. Aim to shoot bubble to release and help Kissy missy trapped inside bubbles. Collect coins to buy power-ups. Have fun!', 'https://img.gamemonetize.com/snus8gkx578ib92kavkh0mwbeqi5cjwq/512x384.jpg', 'https://html5.gamemonetize.com/snus8gkx578ib92kavkh0mwbeqi5cjwq/', '0', 'Puzzles', 0, 0, '', 'poppy-bubbles-playtime'), (9872, 'Hug and Kis Station Escape', 'you have the story of two crazy astronaut monsters you have to escape from the space station with hug and kis you have to help them escape in the first game of the series. hug and kis must take the key and reach the door. You have to take care to collect all the diamonds. Don\'t worry, there are no monsters or obstacles in the station. so calmly move towards the door with your friend.', 'https://img.gamemonetize.com/xtvr573b5g4e0y6nma9ojsc8hy5aix56/512x384.jpg', 'https://html5.gamemonetize.com/xtvr573b5g4e0y6nma9ojsc8hy5aix56/', '0', 'Arcade', 0, 0, '', 'hug-and-kis-station-escape'), (9873, 'Pinkii', 'Pinkii is a 2D Simple platformer where you need to avoid enemy monsters and spikes and reach the pink flag in order to go to the next level. There are 8 levels to play and difficulty increases as you proceed.', 'https://img.gamemonetize.com/ynmz5tl9rgnn91wn2nkqt8aulf730wcp/512x384.jpg', 'https://html5.gamemonetize.com/ynmz5tl9rgnn91wn2nkqt8aulf730wcp/', '0', 'Arcade', 0, 0, '', 'pinkii'), (9874, 'Fashion Makeup Nail Salon', 'Fashion Makeup Nail Salon is a very lovely game. Are you ready for being a nail salon owner and design various nail styles everyday? Here is the game you can design nails freely. You can try different skin colors, nail shapes and nail sizes and take your time to try them one by one. Whether your favorite style is dark or sweet, you\'ll find the right colors and accessories here. We have various patterns, stickers and jewels that can be adjusted by size. When you finish your masterpiece, pick a picture to be your background. A good background picture can make your nails look even brighter. Invite your friends to enjoy this game with you and find who is the real master!', 'https://img.gamemonetize.com/gl6bdi2zsbq4r5a9unadolq9tg1nlmym/512x384.jpg', 'https://html5.gamemonetize.com/gl6bdi2zsbq4r5a9unadolq9tg1nlmym/', '0', 'Girls', 0, 0, '', 'fashion-makeup-nail-salon'), (9875, '1clic 1line 1pop', 'Do you like squashing cute creatures until they explode? You are lucky! In 1 Click, 1 Line, 1 Pop you can do just that, and without any consequences! Align the creatures one by one and watch them explode; complete the objective of each level and keep squashing! 1 Click, 1 Line, 1 Pop will test your matchmaking skills and your logical thinking in a cute and explosive game.', 'https://img.gamemonetize.com/wwu8fya2z4xeavn30u8y4tia0tjbahlw/512x384.jpg', 'https://html5.gamemonetize.com/wwu8fya2z4xeavn30u8y4tia0tjbahlw/', '0', 'Puzzles', 0, 0, '', 'clic-line-pop'), (9876, '1 bird 1 color 1 target', 'Hundreds of small colorful birds fall from the sky. You must save them all! Your mission, if you accept it, is to land the birds in containers of the same color as them. Try to survive the successive waves of birds that will fall faster! You must collect as many of these volatile birds as possible and prove to your friends that you are the king of survival! 1 Bird, 1 Color, 1 Target, is a game of speed in which you can move colored containers so that birds can land (birds have totally random trajectories). Do the best to get the best score. Test your reflexes and your ability to anticipate and save these funny little birds. They are counting on you!', 'https://img.gamemonetize.com/lv6kbiuz305zg5zsjn7sgylwpfzutx2f/512x384.jpg', 'https://html5.gamemonetize.com/lv6kbiuz305zg5zsjn7sgylwpfzutx2f/', '0', 'Puzzles', 0, 0, '', '-bird--color--target'), (9877, '100 One Hundread', 'Your multiple hobbies include numbers, alchemy and exterminating small and innocent creatures? In that case, 100 is the perfect game for you. In your very own tower, take out your cauldron and your vials and flasks, and prepare yourself to brew the strangest concoctions ever. 100 is a game of puzzles and reflection in which you must group small, cute creatures marked with a percentage to recreate cubes of 100 percent. You can slide the different creatures horizontally and vertically in the level to add their percentages to each other. If you make a 100% cube, it freezes and cannot be used or moved anymore. Put together all the cubes to reach the end of the level. Put your neurons to the test and find the solutions to sixty different, and ever more complex, levels. Gather all the creatures, create the most terrifying potions and prove to all that you are the greatest of the alchemists.', 'https://img.gamemonetize.com/tw64y5k2ryn4l5crxnmci2jgvscb8pes/512x384.jpg', 'https://html5.gamemonetize.com/tw64y5k2ryn4l5crxnmci2jgvscb8pes/', '0', 'Puzzles', 0, 0, '', '--one-hundread'), (9878, 'Modern Bus Parking Rcc', 'Modern bus parking simulator Free Games offline is new Bus Simulator 2020 with several parking challenge', 'https://img.gamemonetize.com/v1dieusnfawula8e5g8f3sol0ya91pnk/512x384.jpg', 'https://html5.gamemonetize.com/v1dieusnfawula8e5g8f3sol0ya91pnk/', '0', 'Hypercasual', 0, 0, '', 'modern-bus-parking-rcc'), (9879, 'My Lovely Baby Care', 'It\'s time to wake up! Take baby to the feeding chair in the Kitchen and feed baby some delicious baby food including colorful cereal, egg, milk and more! Give baby a bubbly bath before we start the busy day ahead! Make bubbles, shampoo baby\'s head, and rinse off before it\'s time to start the day!', 'https://img.gamemonetize.com/l92b1pw4rzgqiphsb2wygxy9kutuigfl/512x384.jpg', 'https://html5.gamemonetize.com/l92b1pw4rzgqiphsb2wygxy9kutuigfl/', '0', 'Girls', 0, 0, '', 'my-lovely-baby-care'), (9880, 'Match To Paint Game', 'Match To Paint is an interesting game that mixed match elements and painting elements. In a limited number of steps, you only need to click two squares of the same color to eliminate them directly, and the beautiful 3D game graphics bring you the best game experience. This is a big competition of brainpower, will you accept the challenge? Come on, join us and show your game talent in the game Match To Paint!', 'https://img.gamemonetize.com/ejc7qtqyqj9ckxyk4awlw77q0rucgo4r/512x384.jpg', 'https://html5.gamemonetize.com/ejc7qtqyqj9ckxyk4awlw77q0rucgo4r/', '0', 'Boys', 0, 0, '', 'match-to-paint-game'), (9881, 'One Line Draw', 'One Line Draw is a very interesting painting online game for free. In the game, you need to draw the cat\'s body shape in one stroke within the scope of space, which is very interesting. There are also many cute animals so that you can get a very good visual experience while challenging in the game. The game has many different levels waiting for you to unlock, have fun!', 'https://img.gamemonetize.com/njrq5xbgbw62nx9rvj8rhj61192xrk0t/512x384.jpg', 'https://html5.gamemonetize.com/njrq5xbgbw62nx9rvj8rhj61192xrk0t/', '0', 'Boys', 0, 0, '', 'one-line-draw'), (9882, 'Anime Dress Up Mania', 'welcome to Anime Dress Up Mania Choose Hair Styles and clothes and make the girl more Attractive if you like dress up games then this game is for you. Good luck', 'https://img.gamemonetize.com/3jqpf2n732xnv9eayivimp35rm2ecx98/512x384.jpg', 'https://html5.gamemonetize.com/3jqpf2n732xnv9eayivimp35rm2ecx98/', '0', 'Girls', 0, 0, '', 'anime-dress-up-mania'), (9883, 'Pop It Rockets in Space Jigsaw', 'Pop It Rockets in Space Jigsaw is a free online game in the jigsaw puzzle genre. You have 6 images with pop-it rockets in space in three modes to play. Choose one of the modes for the game that you previously choose and start it playing. Drag and drop the pieces to solve the puzzle and create an image. Enjoy, and have fun!', 'https://img.gamemonetize.com/zm84x92r6zqa244t5bvnt81mqxpxd134/512x384.jpg', 'https://html5.gamemonetize.com/zm84x92r6zqa244t5bvnt81mqxpxd134/', '0', 'Puzzles', 0, 0, '', 'pop-it-rockets-in-space-jigsaw'), (9884, 'Floppy Red Bird', 'Flying Red Bird is the most simple game to play. Help little Red Bird to flying through the sky trying to avoid obstacles that can kill the bird and you need to help the bird pass through it! Flying Red Bird is easy to start and hard to finish game; tap on the screen for free falling flapping bird to fly through obstacles! How to play: -Tap to flap your wings to fly. -Avoid the pipes. Flying Red Bird is the best bird game to play and entertain your kids for hours! Flap your wings to fly... and have fun with this great game!', 'https://img.gamemonetize.com/b023htb8pyt1wec2xgt4zrk1ov9vajfe/512x384.jpg', 'https://html5.gamemonetize.com/b023htb8pyt1wec2xgt4zrk1ov9vajfe/', '0', 'Clicker', 0, 0, '', 'floppy-red-bird'), (9885, 'Bee Factory Honey Collector', 'The Bee Factory: Honey Collector is a fun and interactive game where you get to collect honey from bees. You can play different games with these flying insects, or merge them together in order for your bee population to grow more rapidly! When generating new ones it becomes speedy - earning money becomes much easier too because they\'ll be able double what their worth when collected as opposed only having this happen once upon arrival at home base. Join the fun with Bee Games and get to know different bees. Play games like "Honey collector" where you need to help these winged insects collect honey from flowers while avoiding obstacles in their path! You can also merge same-colored bees together for more powerful versions that will go faster or Collect eggs when they appear on screen as an opportunity bonus - but beware because if one of them falls off then it\'s game over. The Bee Factory: Honey Collector is a fun game where you get to interact with different types of bees and collect their honey. By merging same-colored Bees together, they will produce more powerful versions that can be used for combat or exploring elsewhere in the world! You also have an opportunity at eggs which may contain one surprise bee per egg collected - so make sure not miss out on this exciting adventure!', 'https://img.gamemonetize.com/9z73vaqvj6vmela0zk8ut3t7vuecf4ad/512x384.jpg', 'https://html5.gamemonetize.com/9z73vaqvj6vmela0zk8ut3t7vuecf4ad/', '0', 'Hypercasual', 0, 0, '', 'bee-factory-honey-collector'), (9886, 'White Dot 56', 'White Dot – This is a game in which you need to destroy the white ball bypassing red figures with different flight paths.', 'https://img.gamemonetize.com/slmp84jaf7gvko8umy7eufrm63y3qvxf/512x384.jpg', 'https://html5.gamemonetize.com/slmp84jaf7gvko8umy7eufrm63y3qvxf/', '0', 'Hypercasual', 0, 0, '', 'white-dot-'), (9887, 'Where Is The Balls', 'In this game, initially the ball is placed under one of the cups (you can choose between 3 and 6 cups), which will alternate positions between them, randomly. At the end of the movements, the player must indicate which cup contains the ball. As the player guesses correctly, the exchanges happen more quickly.', 'https://img.gamemonetize.com/tii268yqbz2oqd52f99772jp9vdihgfb/512x384.jpg', 'https://html5.gamemonetize.com/tii268yqbz2oqd52f99772jp9vdihgfb/', '0', 'Puzzles', 0, 0, '', 'where-is-the-balls'), (9888, 'Speed Chose Colors', 'Change the color of the two walls with the colored buttons so that they match the color of the ball. The game is difficult.', 'https://img.gamemonetize.com/uje96bymss8qmwa4g3h1fj021tylio6s/512x384.jpg', 'https://html5.gamemonetize.com/uje96bymss8qmwa4g3h1fj021tylio6s/', '0', 'Hypercasual', 0, 0, '', 'speed-chose-colors'), (9889, 'World Cup Penalty Football Game', 'Are you a soccer fan? Well, so are we! And since the 2014 World Cup is coming up and this happens to be our first ever soccer-themed mobile game, we have decided to make it our professional version of "Penalty Football" – or "Penalty Soccer" for the rest of the world out there. World Cup Penalty is a game in which the goal is to succeed in scoring a penalty shot more times than your opponent does. Each team takes turns attacking and blocking the other side, all while listening for instruction from the referee. The successful enough team to shoot past their opponent five times will be declared the winner of the World Cup: Penalty! In the World Cup Penalty sports game, you have five chances to score a goal and five chances to block an opponent\'s shot. So you win a match by getting the ball into the goal more times than your opponent, but the catch is that you have to beat all teams in the tournament to win the whole game! World Cup Penalty is a soccer game where you can choose from different countries, each with its unique playing style. You try to score more times than the opponent by alternately taking turns in shooting and defending. Then, you go on to the next round; otherwise, you lose and are out! World Cup Penalty is a fun soccer game where you play as one country\'s team and must beat the others to win. You have ten shots, and your opponent has ten photos so you can alternate taking them. Block any incoming shots that come at you or are launched from your opponent. You may be able to make a successful goal if you plan ahead of time!', 'https://img.gamemonetize.com/jb7nf5pq2bvoipsqma483pvmhc3nrsxq/512x384.jpg', 'https://html5.gamemonetize.com/jb7nf5pq2bvoipsqma483pvmhc3nrsxq/', '0', 'Sports', 0, 0, '', 'world-cup-penalty-football-game'), (9890, 'Catchy Ball', 'In this super fun Football game the main goal is to stop the ball! so try and enjoy it!', 'https://img.gamemonetize.com/ixwhz13h3za57hm3ke5g6abpm2aanxth/512x384.jpg', 'https://html5.gamemonetize.com/ixwhz13h3za57hm3ke5g6abpm2aanxth/', '0', 'Sports', 0, 0, '', 'catchy-ball'), (9891, 'Pou pet', 'Have you ever taken care of Pou like a pet? Well, now is your chance to enjoy this game to the fullest! Feed it, clean it, play with it and watch it grow up while leveling up? Have you ever dressed up Pou in different outfits? This is all possible is this brand new Pou game for web and mobile. Feed, nurture and take care of your Pou. Play different games in the games room and collect coins. Experiment with Potions at the Lab! Customize Pou\'s appearance! Try out new Outfits, Hats and Eyeglasses! Customize each room\'s Wallpaper! Unlock Achievements and Special items!', 'https://img.gamemonetize.com/oa1yz2q36wge0dqhjtgdhqm1yb7hnn2o/512x384.jpg', 'https://html5.gamemonetize.com/oa1yz2q36wge0dqhjtgdhqm1yb7hnn2o/', '0', 'Clicker', 0, 0, '', 'pou-pet'), (9892, 'Rabbit Run', 'Rabbit is busy running for carrot! Run and jump, avoid sharp spikes and do not fall into water. For picked carrot you are given extra score. Pick springs to perform in-air jumps to get over large gaps.', 'https://img.gamemonetize.com/bp0bvuxh5dztcc6896i1ksigiu7mlvj3/512x384.jpg', 'https://html5.gamemonetize.com/bp0bvuxh5dztcc6896i1ksigiu7mlvj3/', '0', 'Racing', 0, 0, '', 'rabbit-run'), (9893, 'HALLOWEEN NIGHT Memory game.', 'Halloween Memory Game is a fun and exciting free Halloween themed matching game for kids, toddlers and adults of all ages! Improve your brain plasticity and train your brain age. This funny free picture matching game will keep your children busy while practicing their memory skills. Get into the Halloween night atmosphere playing this memory cards game. It is scientifically proved that regular mental exercise can greatly improve your memory. This app has been designed to do just that!', 'https://img.gamemonetize.com/s3d1zsux1mt6zd58d4u66ybqrlq9f6xg/512x384.jpg', 'https://html5.gamemonetize.com/s3d1zsux1mt6zd58d4u66ybqrlq9f6xg/', '0', 'Puzzles', 0, 0, '', 'halloween-night--memory-game'), (9894, 'Speed Racing', 'Crazy Speed ! Crazy Bonus ! Crazy Racing ~! Let you relive feelings, memories of the classic! The game designed rich Cars, Roles, Pets, and Racing mode, and even more gameplay surprise.You would feel the extreme high speed and control so easy, and find the beautiful map, sparkle strike effect, and there are Countless Bonus surprise!', 'https://img.gamemonetize.com/mj9d02dw6hibx3r7mh7ylm8fp983mxpo/512x384.jpg', 'https://html5.gamemonetize.com/mj9d02dw6hibx3r7mh7ylm8fp983mxpo/', '0', 'Racing', 0, 0, '', 'speed-racing'), (9895, 'Wood Gems Full', 'Wood Gems Full', 'https://img.gamemonetize.com/wjl8pwojsivpvx3ftdj335iybwuvaar2/512x384.jpg', 'https://html5.gamemonetize.com/wjl8pwojsivpvx3ftdj335iybwuvaar2/', '0', 'Girls', 0, 0, '', 'wood-gems-full'), (9896, 'Donuts', 'Donuts', 'https://img.gamemonetize.com/werc38dqw8t5v1yi4hb8z6uxxwy3laoc/512x384.jpg', 'https://html5.gamemonetize.com/werc38dqw8t5v1yi4hb8z6uxxwy3laoc/', '0', 'Hypercasual', 0, 0, '', 'donuts'), (9897, 'Aircraft war', 'Aircraft war', 'https://img.gamemonetize.com/88rft7a6786fvitgxxwqblzahmzybk9u/512x384.jpg', 'https://html5.gamemonetize.com/88rft7a6786fvitgxxwqblzahmzybk9u/', '0', 'Adventure', 0, 0, '', 'aircraft-war'), (9898, 'Fruit elimination', 'Fruit elimination casual games', 'https://img.gamemonetize.com/lj4fm7lee8v4ktuw6xyv3c1585dll9zg/512x384.jpg', 'https://html5.gamemonetize.com/lj4fm7lee8v4ktuw6xyv3c1585dll9zg/', '0', 'Hypercasual', 0, 0, '', 'fruit-elimination'), (9899, 'Parking Master Free', 'The parking master lets you try to park perfectly while avoiding all obstacles. Park the car in the corresponding parking lot and avoid or push away obstacles', 'https://img.gamemonetize.com/z1zllrbsehioo0gm3i5c5t910p9ro6qn/512x384.jpg', 'https://html5.gamemonetize.com/z1zllrbsehioo0gm3i5c5t910p9ro6qn/', '0', 'Hypercasual', 0, 0, '', 'parking-master-free'), (9900, 'Rescue The Squirrel 2', 'Rescue The Squirrel 2 is a point and click escape game developed by 8BGames/Games2Mad. Imagine that you went to a place. There you found a Squirrel locked in a cage. Find some hidden object to solve some interesting clues to rescue the Squirrel. Good luck…Have fun!', 'https://img.gamemonetize.com/nrwf2hmtmfv5ta1gt3ipz058ff67c1g2/512x384.jpg', 'https://html5.gamemonetize.com/nrwf2hmtmfv5ta1gt3ipz058ff67c1g2/', '0', 'Puzzles', 0, 0, '', 'rescue-the-squirrel-'), (9901, 'G2M Prison Escape', 'Prison Escape is a point and click game developed by 8B Games/Games2Mad. Imagine that you had been trapped inside this Prison. Now here are the interesting puzzles and hidden objects, to get escape from the prison. Good Luck.... Have Fun!!!', 'https://img.gamemonetize.com/yz2mf28bmz56w13oax3y74h72vs8y7ig/512x384.jpg', 'https://html5.gamemonetize.com/yz2mf28bmz56w13oax3y74h72vs8y7ig/', '0', 'Puzzles', 0, 0, '', 'gm-prison-escape'), (9902, 'Rescue The Ostrich Chick', 'Rescue The Ostrich Chick is a point and click escape game developed by 8BGames/Games2Mad. Imagine that you went to a place. There you found an Ostrich Chick locked in a cage. Find some hidden object to solve some interesting clues to rescue the Ostrich Chick. Good luck…Have fun!', 'https://img.gamemonetize.com/39g3rdi18zydjxvw5r5pvg05sdlgd1gt/512x384.jpg', 'https://html5.gamemonetize.com/39g3rdi18zydjxvw5r5pvg05sdlgd1gt/', '0', 'Puzzles', 0, 0, '', 'rescue-the-ostrich-chick'), (9903, 'Find The Chopper Motorcycle Key', 'Find The Chopper Motorcycle Key is a point and click game developed by 8B Games/Games2live. Imagine that you had been to a forest; on there you lost your Motorcycle Key. Here are the interesting puzzles and hidden objects to find the Chopper Motorcycle Key. Good luck... Have fun!', 'https://img.gamemonetize.com/34x2mr9rdrkx04udvshzl9k73xz7bi56/512x384.jpg', 'https://html5.gamemonetize.com/34x2mr9rdrkx04udvshzl9k73xz7bi56/', '0', 'Puzzles', 0, 0, '', 'find-the-chopper-motorcycle-key'), (9904, 'Swimming Club Escape', 'Swimming Club Escape is a point and click game developed by 8B Games/Games2Mad. Imagine that you went to a Swimming Club. You got trapped inside the Club. Here are the interesting puzzles and hidden objects to get escape from the Swimming Club. Good Luck.... Have Fun!!!', 'https://img.gamemonetize.com/5w2uith78szvvuhwn6ybv0bcos0t6o87/512x384.jpg', 'https://html5.gamemonetize.com/5w2uith78szvvuhwn6ybv0bcos0t6o87/', '0', 'Puzzles', 0, 0, '', 'swimming-club-escape'), (9905, 'Skate Park Escape', 'Skate Park Escape is a point and click game developed by 8B Games/Games2Mad. Imagine that you went to a Skate Park. You got trapped inside the Park. Here are the interesting puzzles and hidden objects to get escape from the Skate Park. Good Luck.... Have Fun!!!', 'https://img.gamemonetize.com/s3bl61pwcidvikrs99qozeet2lqkscyb/512x384.jpg', 'https://html5.gamemonetize.com/s3bl61pwcidvikrs99qozeet2lqkscyb/', '0', 'Puzzles', 0, 0, '', 'skate-park-escape'), (9906, 'Street Escape', 'Street Escape is a point and click game developed by 8B Games/Games2Mad. Imagine that you went for walking at evening and lost your way. So you decided to find the main gate key to escape from the street. Here are the interesting puzzles and hidden objects to get escape from this place. Good luck… Have fun!', 'https://img.gamemonetize.com/2u0k8a7an2hr1vg26zpmnxh6yzq69rp9/512x384.jpg', 'https://html5.gamemonetize.com/2u0k8a7an2hr1vg26zpmnxh6yzq69rp9/', '0', 'Puzzles', 0, 0, '', 'street-escape'), (9907, 'Find The Treasure In The Sea', 'Find The Treasure in the Sea is a point and click game developed by 8B Games/Games2Mad. In this escape game, you come to the beach. Someone told treasure is hidden in the sea, so you have to find the treasure in that sea by finding useful objects, hints, and solving puzzles. Good Luck.... Have Fun!!!', 'https://img.gamemonetize.com/f8qe6truogjt314btdic8kgmjvqhwc9n/512x384.jpg', 'https://html5.gamemonetize.com/f8qe6truogjt314btdic8kgmjvqhwc9n/', '0', 'Puzzles', 0, 0, '', 'find-the-treasure-in-the-sea'), (9908, 'Mahjong Resize', 'You need to find and match tiles with the same pictures of animals. Unlike regular mahjong, the game has tiles of different shapes and sizes. It is possible to combine tiles of the different sizes among themselves, the main thing that on them identical animals were represented.', 'https://img.gamemonetize.com/tla94ajdcqjbgybwswdvg9r33td2gd1a/512x384.jpg', 'https://html5.gamemonetize.com/tla94ajdcqjbgybwswdvg9r33td2gd1a/', '0', 'Puzzles', 0, 0, '', 'mahjong-resize'), (9909, 'Stickman Army Team Battle', 'The most strategic stickman war game is now available.Play now to : " Stickman Army : Team Battle ". You must lead your stickman army and defeat the enemy ! Up to the victory !!!You are in charge of leading a small group of stickman soldiers. Each of them have different characteristics and weapons. Attack, defense, special tricks... You have a vast variety of strategies to defeat the enemy.', 'https://img.gamemonetize.com/w6junjhxkklgyf25jyilczs0pkshjur5/512x384.jpg', 'https://html5.gamemonetize.com/w6junjhxkklgyf25jyilczs0pkshjur5/', '0', 'Adventure', 0, 0, '', 'stickman-army--team-battle'), (9910, 'Stickman Bike Pro Ride', 'The most incredible stickman pro bike game is now available. It\'s Stickman Bike : Pro Ride. It\'s Freestyle\' time. 1,2,3 GO !!! You will race along different tracks. You must realize "fresstyle\' jumps" and you also need to manage your speed.to complete each level. "Stickman Bike : Pro Ride" is a game of skill and speed. You must dodge obstacles or loose. The universe of this game makes it truly unique.', 'https://img.gamemonetize.com/2ikh1yu0f709ln0sm44qllfh69vilmc5/512x384.jpg', 'https://html5.gamemonetize.com/2ikh1yu0f709ln0sm44qllfh69vilmc5/', '0', 'Sports', 0, 0, '', 'stickman-bike--pro-ride'), (9911, 'Backflip Master', 'Backflip Master is the most popular in sports\' game. The main test of the player\'s mastery of backflips and skills. You need to backflip to reach the finished line. Of course, there will be some obstacles on the way, you must also flip over. So, are you ready to challenge this game now? Come on!', 'https://img.gamemonetize.com/3g3v77kvioa0yr81wwrwqaru7e6u5zuf/512x384.jpg', 'https://html5.gamemonetize.com/3g3v77kvioa0yr81wwrwqaru7e6u5zuf/', '0', 'Puzzles', 0, 0, '', 'backflip-master'), (9912, 'Kill The Monster Game', 'Welcome to kill The Monster! kill The Monster is a fun beat-em-up arcade game. Collect gold coins by having more amount of glass. Watch out for spikes, pink object obstacles, and every time you pass a pink object you will reduce the corresponding amount of energy. The more energy you have at the end, the more likely you are to defeat the monster! Gold coins can be used to unlock new skins. Come join us, more cool skins are waiting for you! Have fun!', 'https://img.gamemonetize.com/qij756o0jte693nwgseo0y7xv9viyoz3/512x384.jpg', 'https://html5.gamemonetize.com/qij756o0jte693nwgseo0y7xv9viyoz3/', '0', '3D', 0, 0, '', 'kill-the-monster-game'), (9913, 'Rinos Quest', 'Rinos Quest is a 2D platformer where you need to collect the silver key while avoiding the spike, saws and the spike monster enemies and unlocked the exit door. There are 8 levels to play and the difficulty increases as your proceed.', 'https://img.gamemonetize.com/furyfu7s8493rbcynvsmet1e91fpw0qy/512x384.jpg', 'https://html5.gamemonetize.com/furyfu7s8493rbcynvsmet1e91fpw0qy/', '0', 'Arcade', 0, 0, '', 'rinos-quest'), (9914, '248 link identical numbers', '248… is a super fun and easy game to play. You just need to connect the dots with the same numbers vertically or horizontally. Your numbers chain will then merge and pop into a new dot with a new number (this new number will be a multiple of the dots you just connected…) What is the highest score you can get?', 'https://img.gamemonetize.com/uais527p1od1rqanm8ai0qu1u02yj93h/512x384.jpg', 'https://html5.gamemonetize.com/uais527p1od1rqanm8ai0qu1u02yj93h/', '0', 'Hypercasual', 0, 0, '', '--link-identical-numbers'), (9915, 'Fashion Doll Closet', 'Babara, a beautiful girl! Now let\'s visit her fashion closet! In her closet, there are so many fashion outfits, earrings, necklaces, shoes, and bags. Help her try different outfits and match some accessories. Have fun!', 'https://img.gamemonetize.com/1hdyurtjn2y943n8ar5fg5v3wahwdhsf/512x384.jpg', 'https://html5.gamemonetize.com/1hdyurtjn2y943n8ar5fg5v3wahwdhsf/', '0', 'Girls', 0, 0, '', 'fashion-doll-closet'), (9916, 'Farm Story Full', 'Farm Story Full', 'https://img.gamemonetize.com/b6b9s8cu5rp5wl3g4f7r1cczi673c9vk/512x384.jpg', 'https://html5.gamemonetize.com/b6b9s8cu5rp5wl3g4f7r1cczi673c9vk/', '0', 'Hypercasual', 0, 0, '', 'farm-story-full'), (9917, 'The Forest Full', 'The Forest Full', 'https://img.gamemonetize.com/tvlfabop9z20jws86okkscixgr6sphdu/512x384.jpg', 'https://html5.gamemonetize.com/tvlfabop9z20jws86okkscixgr6sphdu/', '0', 'Girls', 0, 0, '', 'the-forest-full'), (9918, 'Drop Bricks Breaker', 'Drop Bricks Breaker is an interesting casual puzzle game. You can relax yourself during play time. You only need to tap the screen to aim the bricks, then launch the ball. Isn\'t easy it? Come to try it now! Have a great time!', 'https://img.gamemonetize.com/il56ppj84x2e72pgikbbf5tx0hwy8y41/512x384.jpg', 'https://html5.gamemonetize.com/il56ppj84x2e72pgikbbf5tx0hwy8y41/', '0', 'Puzzles', 0, 0, '', 'drop-bricks-breaker'), (9919, 'Brawl Stars Match3', 'We are glad to welcome you to the game three in a row with Brawl Stars! Collect images of Brawl Stars heroes in groups of three or more and score maximum points!', 'https://img.gamemonetize.com/wwvf88qqtzs8fzf827syr05hylvxrhfe/512x384.jpg', 'https://html5.gamemonetize.com/wwvf88qqtzs8fzf827syr05hylvxrhfe/', '0', 'Puzzles', 0, 0, '', 'brawl-stars-match'), (9920, '2048 Classic edition', 'The great puzzle classic, 2048, is back in this edition for all you number lovers out there who enjoy a good challenge for your brain. For those less familiar with the concept, 2048 is a numbers game where you fuse two of the same number in a grid to add them up and try to reach the number 2048. Sounds easy? We dare you to make it! This version also allows you to change the size of your playing grid so that you can make the game as hard as you like it. A smaller grid means any mistake is big, but feel free to expand it for a more relaxed gaming session.', 'https://img.gamemonetize.com/utxb3khm9y6z9k7mik1a6639py2mqftq/512x384.jpg', 'https://html5.gamemonetize.com/utxb3khm9y6z9k7mik1a6639py2mqftq/', '0', 'Puzzles', 0, 0, '', '-classic-edition'), (9921, 'Car Master 3D', 'Car Master 3D is a candy-paint-style driving game. You are going to start a steeplechase. Driving the car to pass through the moving obstacles. Collect coins to buy cool cars. You could drive carefully, but have to finish in time.', 'https://img.gamemonetize.com/8euguy6n677497qy4t54bhipdvf7jnic/512x384.jpg', 'https://html5.gamemonetize.com/8euguy6n677497qy4t54bhipdvf7jnic/', '0', 'Racing', 0, 0, '', 'car-master-d'), (9922, 'Kids Cars Game Online', 'Kids Cars Games is a fun educational game suitable for preschoolers. It can help children learn the names of various parts of vehicles, including rescue vehicles, agricultural equipment, construction vehicles and military vehicles. There are even cranes, excavators, tractors, and harvesters. It is worth noting that children not only need to clean some military equipment, but also need to repair them, including tanks and warships. This game can cultivate children\'s logical thinking and imagination.', 'https://img.gamemonetize.com/2n7exc5eofolojlxc1spthfjujm0s0po/512x384.jpg', 'https://html5.gamemonetize.com/2n7exc5eofolojlxc1spthfjujm0s0po/', '0', 'Boys', 0, 0, '', 'kids-cars-game-online'), (9923, '4x4 Pic Puzzles', 'Move pieces of awesome images between tiles to arrange them in correct order. Touch or click a block to shift it on adjacent blank place. You will lose points after each second, so finish it in a smart way to save maximum points.', 'https://img.gamemonetize.com/1d5uscroafzgk3wk2p34ajjss23gb6ln/512x384.jpg', 'https://html5.gamemonetize.com/1d5uscroafzgk3wk2p34ajjss23gb6ln/', '0', 'Puzzles', 0, 0, '', 'x-pic-puzzles'), (9924, 'Circus Jigsaw Puzzle', 'Let\'s play our newest free jigsaw game Circus Jigsaw Puzzle. In this game, you have 6 circus images with animals and clowns. Choose one of the modes for the game that you previously choose and start it playing. Drag and drop the pieces to solve the puzzle and create an image. Enjoy, and have fun!', 'https://img.gamemonetize.com/uoup8nlhe37yci1h0hkwtnv80c2ya7lo/512x384.jpg', 'https://html5.gamemonetize.com/uoup8nlhe37yci1h0hkwtnv80c2ya7lo/', '0', 'Puzzles', 0, 0, '', 'circus-jigsaw-puzzle'), (9925, 'Build A Truck', 'Build A Truck is a very fun game. In this game, you can assemble the coolest truck by yourself. We\'ve prepared different kinds of truck frames, tires, fancy stickers, beautiful colors,and cool accessories for you. You can try every item one by one to find the perfect match. Hope you can assemble the truck that you really like. After assembling the truck, come and take your car for a run around the track. 3 different tracks full of surprises are waiting for you to conquer. Invite your friends to play this game with you and have fun!', 'https://img.gamemonetize.com/h5mwg3z0pmdtyj101tp307jpwnhkqr7f/512x384.jpg', 'https://html5.gamemonetize.com/h5mwg3z0pmdtyj101tp307jpwnhkqr7f/', '0', 'Boys', 0, 0, '', 'build-a-truck'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (9926, 'Red and Blue Cats', 'Join and help two alien cats, red and blue, in their spaceship adventure. Do not forget that there are terrible monsters on the ship, they can eat you at any time. You have to survive on this ship full of traps. You are two cats, red and blue. You and your friend have to help the cats get the key and reach the door. collect diamonds and increase your score.', 'https://img.gamemonetize.com/zbwnxder178dgixd6w3gegndsep8gi5m/512x384.jpg', 'https://html5.gamemonetize.com/zbwnxder178dgixd6w3gegndsep8gi5m/', '0', 'Arcade', 0, 0, '', 'red-and-blue-cats'), (9927, 'Foot Surgery Simulator 2d Foot Doctor', 'The hospital is filled with many patient and their hurting feet, do you have what it takes to get rid of the dirt bacteria and rash on their foot. Use the sprayer to wash the foot with water, the scrubber can also help clean the foot, and don\'t forgetthe tweezers to fight the bacteria too.', 'https://img.gamemonetize.com/0axckhh3xbzkoyqxhw3ykg3e1m3qekxd/512x384.jpg', 'https://html5.gamemonetize.com/0axckhh3xbzkoyqxhw3ykg3e1m3qekxd/', '0', 'Hypercasual', 0, 0, '', 'foot-surgery-simulator-d--foot-doctor'), (9928, 'Baby Taylor Shoes Designer', 'Taylor\'s mom is a very fashionable woman, she likes the most fashionable clothes and shoes, since Mother\'s Day is coming soon, Taylor wanted to give her a special gift, she decided to make a unique and fashionable pair of high heels for her mom. This is not an easy job, Taylor must choose the style of shoes, but also come up with a stylish and beautiful design. Come complete this special Mother\'s Day gift with Taylor!', 'https://img.gamemonetize.com/kau4kuf8mj5jz2tqyqfi59p5h9rm3n6x/512x384.jpg', 'https://html5.gamemonetize.com/kau4kuf8mj5jz2tqyqfi59p5h9rm3n6x/', '0', 'Girls', 0, 0, '', 'baby-taylor-shoes-designer'), (9929, 'Art Of Puzzle', 'Art Of Puzzle is a free jigsaw online puzzle game with beautiful pictures for boys, which can make you feel at ease and enjoy a relaxing time. In the game, you will get beautiful hidden pictures, which will come to life after all the pieces are put in the right place. When you are in trouble, useful tips can guide you to solve the jigsaw puzzle. Have fun!', 'https://img.gamemonetize.com/qs8x5fwi83gp22l7nxbjw9df59biktj9/512x384.jpg', 'https://html5.gamemonetize.com/qs8x5fwi83gp22l7nxbjw9df59biktj9/', '0', 'Boys', 0, 0, '', 'art-of-puzzle'), (9930, 'Princess Slide', 'Princesses are so different, funny and modest, thoughtful and romantic. Collect all the puzzles and find out what princesses Elsa, Tiana, Jasmine, Anna, Ariel, Harley Quinn and Rapunzel can be. Set your record and compete with your friends!', 'https://img.gamemonetize.com/vnc4yoe63kn1go0639wnvl54k4si9kr1/512x384.jpg', 'https://html5.gamemonetize.com/vnc4yoe63kn1go0639wnvl54k4si9kr1/', '0', 'Puzzles', 0, 0, '', 'princess-slide'), (9931, 'Run and Count', 'Check how well you can count. Choose what you want to train and be ready to strain your brain! Run and Count train your brain! Choose the correct answer and decide whether to jump or not.', 'https://img.gamemonetize.com/sc48jb38y9dq9ebm1av8uateeh3vznk5/512x384.jpg', 'https://html5.gamemonetize.com/sc48jb38y9dq9ebm1av8uateeh3vznk5/', '0', 'Hypercasual', 0, 0, '', 'run-and-count'), (9932, 'Mahjong Connect', 'In MAHJONG CONNECT game, your goal is to find all matching pairs. It\'s a kind of matching game or connect game ("linker"), that is very fun to play, really challenging and very addictive. If you like cute mahonjong games and if you like puzzle games, you will love MAHJONG CONNECT, by far the best deluxe version of the onet type games.', 'https://img.gamemonetize.com/7pvvxhx87pus3zyq7lyeo6niqfz56pyj/512x384.jpg', 'https://html5.gamemonetize.com/7pvvxhx87pus3zyq7lyeo6niqfz56pyj/', '0', 'Puzzles', 0, 0, '', 'mahjong-connect'), (9933, 'Mahjong Big', 'Are you ok to play "Mahjong Big", the best and coolest Mahjong solitaire game ever ? With over 4 000 levels and fun graphics, this mahjong solitaire game, is simply one of the best 2019 games. Start your mahjong tour with "Mahjong Big" and become the king of mahjong in the most famous board game ever.', 'https://img.gamemonetize.com/dekn69z80p0mf586hitdxzkk6ikdruk0/512x384.jpg', 'https://html5.gamemonetize.com/dekn69z80p0mf586hitdxzkk6ikdruk0/', '0', 'Puzzles', 0, 0, '', 'mahjong-big'), (9934, 'Farmers.io', 'Farmers.io is an interesting multiplayer relaxing game in which you can compete with other players. You will drive a truck and collect crops. The more crops you collect, the longer you will become. Avoid other trucks, if you crash into them, you will lose. Try to get the first place to enter the next level. You will unlock more cars when you pass a certain number of levels. Have a good time in our new game Farmers.io!', 'https://img.gamemonetize.com/yt7e8qx4za8r805j6i5gwsyzccmf7xi2/512x384.jpg', 'https://html5.gamemonetize.com/yt7e8qx4za8r805j6i5gwsyzccmf7xi2/', '0', '3D', 0, 0, '', 'farmersio'), (9935, 'Missile defense system', 'To all units… Cities and villages are suffering air assaults. Missiles are being send by tens by the enemy! Command your troops to destroy the missiles and save thousands of innocent lives. All the country is counting on you! Take your weapons and destroy the missiles before they touch the floor.Missiles defense system is an immersive game that will test your rapidity. Take on the challenge, be methodic, rapid and make the best score!', 'https://img.gamemonetize.com/qhnuyn1g8fjwljxsmwy426e1nr5iwwr2/512x384.jpg', 'https://html5.gamemonetize.com/qhnuyn1g8fjwljxsmwy426e1nr5iwwr2/', '0', 'Arcade', 0, 0, '', 'missile-defense-system'), (9936, 'Mini Fighters Quest & battle', 'The most strategic RPG war game is now available, " Mini Fighters : Quest & battle ". You must lead your mini fighters army and defeat the enemy ! Up to the victory !!! You are in charge of leading a small group of soldiers. Each of them have different characteristics and weapons. Attack, defense, special tricks... You have a vast variety of strategies to defeat the enemy. Spin the wheel to pop up your soldiers and fight against hordes of enemies, and many other scary creatures….', 'https://img.gamemonetize.com/6540b5t38kezi3bq9d0v9lqexy9n12kk/512x384.jpg', 'https://html5.gamemonetize.com/6540b5t38kezi3bq9d0v9lqexy9n12kk/', '0', 'Arcade', 0, 0, '', 'mini-fighters--quest-amp-battle'), (9937, 'Mini Guardians Castle Defense', 'The most dramatic action fantasy war game is now available! Play now : " Mini guardians: castle defense ". Lead your warriors and guardians to defend your bastion against rogue assaults. Enter in this destiny quest to defend your princess’ towers against hordes of enemies, crusaders, dragons, giant spiders, and many other scaring creatures… You must protect the princess\' towers. Whatever happens!', 'https://img.gamemonetize.com/hk2jx1ghzb7il91qtpalajawkjtz466m/512x384.jpg', 'https://html5.gamemonetize.com/hk2jx1ghzb7il91qtpalajawkjtz466m/', '0', 'Arcade', 0, 0, '', 'mini-guardians-castle-defense'), (9938, 'Team Zenko Go Jigsaw Puzzle', 'Zazgames is a place where you can infinitely play assembling online jigsaw puzzles. We hope you are up for another game from the Puzzle category on our website , because we have just added the game called Team Zenko Go Jigsaw Puzzle for you all, which, despite being one of the many puzzle games we have added so far into this category, this is the first puzzle game to use this specific format, and image, so it is going to be a brand new experience for all of you, an experience we are sure you will appreciate, as there is no way you aren\'t going to have a lot of fun playing the game. Especially after you learn how to play it from the next lines in the description. you will start by choosing how you want the jigsaw puzzle be : hard medium or easy. After that, the jigsaw puzzle pieces are going to be spread around the game screen randomly. Use the mouse to drag them over the transparent images where they match with the image, until all the pieces are connected, and the image looks just like it did in the beginning. You will have a great time with the game, so start it right now, and we are sure you will not regret it one second!', 'https://img.gamemonetize.com/2vhv6o6broh8p6vv3atz7ywq965mce3a/512x384.jpg', 'https://html5.gamemonetize.com/2vhv6o6broh8p6vv3atz7ywq965mce3a/', '0', 'Puzzles', 0, 0, '', 'team-zenko-go-jigsaw-puzzle'), (9939, 'Pretzel and the puppies Jigsaw Puzzle', 'Zazgames is a place where you can infinitely play assembling online jigsaw puzzles. We hope you are up for another game from the Puzzle category on our website , because we have just added the game called Pretzel and the puppies Jigsaw Puzzle for you all, which, despite being one of the many puzzle games we have added so far into this category, this is the first puzzle game to use this specific format, and image, so it is going to be a brand new experience for all of you, an experience we are sure you will appreciate, as there is no way you aren\'t going to have a lot of fun playing the game. Especially after you learn how to play it from the next lines in the description. you will start by choosing how you want the jigsaw puzzle be : hard medium or easy. After that, the jigsaw puzzle pieces are going to be spread around the game screen randomly. Use the mouse to drag them over the transparent images where they match with the image, until all the pieces are connected, and the image looks just like it did in the beginning. You will have a great time with the game, so start it right now, and we are sure you will not regret it one second!', 'https://img.gamemonetize.com/t69xu8kuyn4v4112ko9hnnx4zc5d3qx6/512x384.jpg', 'https://html5.gamemonetize.com/t69xu8kuyn4v4112ko9hnnx4zc5d3qx6/', '0', 'Puzzles', 0, 0, '', 'pretzel-and-the-puppies-jigsaw-puzzle'), (9940, 'Space Supremacy', 'Take control of 3 combat ships to fight your enemies Fight as a squadron or assign a position to each ship to defend your base. Every ship can be set to aim automatically or manually.', 'https://img.gamemonetize.com/5u0hy74ghqw58xpzi0tises0ej1mq9uh/512x384.jpg', 'https://html5.gamemonetize.com/5u0hy74ghqw58xpzi0tises0ej1mq9uh/', '0', 'Arcade', 0, 0, '', 'space-supremacy'), (9941, 'Pop Jewels', 'Pop Jewels is a simple and fun click puzzle game. Select 2 or more jewels to match them. The more jewels you match in a single click - the more points you earn for every item. What\'s your best score?', 'https://img.gamemonetize.com/5z4grpn2a7oj4zrphp7f6mt0c0cw1xrr/512x384.jpg', 'https://html5.gamemonetize.com/5z4grpn2a7oj4zrphp7f6mt0c0cw1xrr/', '0', 'Puzzles', 0, 0, '', 'pop-jewels'), (9942, '3D Physics Stacks', '3D Physics Stack is a fun min physics and educational game. Your goal is to stack the blocks on top of each other to create a highest stack possible. You can move a block left and right to adjust its position, try to beat your own score and playing time!', 'https://img.gamemonetize.com/p1ogs3ub8b9yoxl2t08os5xq5shyni9u/512x384.jpg', 'https://html5.gamemonetize.com/p1ogs3ub8b9yoxl2t08os5xq5shyni9u/', '0', 'Puzzles', 0, 0, '', 'd-physics-stacks'), (9943, 'Ballon Pop 67', 'Balloon Pop 67 is an Arcade Game , where you must dodge Cactus to avoid exploding, and be careful the Heat of the Sun will make the Balloon bigger!! What Score will you achieve?', 'https://img.gamemonetize.com/omm11xh0fttnh8l4t6bus3udu9iwtii3/512x384.jpg', 'https://html5.gamemonetize.com/omm11xh0fttnh8l4t6bus3udu9iwtii3/', '0', 'Action', 0, 0, '', 'ballon-pop-'), (9944, 'Red Us 3', 'Be careful not to get burned and collect all the gold while completing 3 different levels with the red us!', 'https://img.gamemonetize.com/5ewi8n0u4eg6j2aitvxov5t1qtn00akt/512x384.jpg', 'https://html5.gamemonetize.com/5ewi8n0u4eg6j2aitvxov5t1qtn00akt/', '0', 'Arcade', 0, 0, '', 'red-us-'), (9945, 'Ballon Pop', 'Balloon Pop is an Arcade Game , where you must dodge Cactus to avoid exploding, and be careful the Heat of the Sun will make the Balloon bigger!! What Score will you achieve?', 'https://img.gamemonetize.com/a8xx7gr67xwt40kkqywv92ry86s5r7w5/512x384.jpg', 'https://html5.gamemonetize.com/a8xx7gr67xwt40kkqywv92ry86s5r7w5/', '0', 'Action', 0, 0, '', 'ballon-pop'), (9946, 'Drawer Super Racer', 'A funny race game, Draw your legs to win the race! Make sure that any drawing will make you run but with different behaviors! You can Redraw when a superpower appears by holding on it to collect its power! (Boost - Speed Up Engine - Big Jump) Also, keep in mind that when you are stuck you can draw another shape to pass!', 'https://img.gamemonetize.com/twj3ufc219jy5pr4sxzsrotmdksi8iqb/512x384.jpg', 'https://html5.gamemonetize.com/twj3ufc219jy5pr4sxzsrotmdksi8iqb/', '0', 'Racing', 0, 0, '', 'drawer-super-racer'), (9947, 'Red Us 2', 'Be careful not to get burned and collect all the gold while completing 3 different levels with the red us!', 'https://img.gamemonetize.com/70jv14rvqczvmdcvxmb9kh79bncgqg2b/512x384.jpg', 'https://html5.gamemonetize.com/70jv14rvqczvmdcvxmb9kh79bncgqg2b/', '0', 'Arcade', 0, 0, '', 'red-us-'), (9948, 'Meteor Attack', 'Click or tap to shoot the missiles at the coming meteors. The flashing meteors must be shot twice to destroy them. Don\'t let the meteors smash into your colonies.', 'https://img.gamemonetize.com/akk6nai1nxg1v6hnjlvi16q0dbnd49en/512x384.jpg', 'https://html5.gamemonetize.com/akk6nai1nxg1v6hnjlvi16q0dbnd49en/', '0', 'Shooting', 0, 0, '', 'meteor-attack'), (9949, 'Blissful boy escape', 'Blissful Boy Escape is a point and click escape game developed by 8BGames. Imagine that a Boy got trapped in this house. Here is the interesting puzzles and hidden objects to find and rescue the Boy Good luck…Have fun!', 'https://img.gamemonetize.com/e8nsvnj5x0nkwwjrlupgeut1hh34evzo/512x384.jpg', 'https://html5.gamemonetize.com/e8nsvnj5x0nkwwjrlupgeut1hh34evzo/', '0', 'Puzzles', 0, 0, '', 'blissful-boy-escape'), (9950, 'Rope Racer', 'This is an unusual race. You may click anywhere to make the car tied to pole that is outside the racetrack to control the moving of car. Don\'t let your car crash.', 'https://img.gamemonetize.com/acurdmdiopd05d5kczxb0rice721xba2/512x384.jpg', 'https://html5.gamemonetize.com/acurdmdiopd05d5kczxb0rice721xba2/', '0', 'Racing', 0, 0, '', 'rope-racer'), (9951, 'Lamborghini Huracan GT3 EVO2 Puzzle', 'Play with 6 images in this perfect jigsaw puzzle game: Lamborghini Huracan GT3 EVO2 Puzzle. All images is with the themes of the car - Lamborghini Huracan GT3 EVO2. Solve all puzzles and keep your brain sharp. You have four modes for each picture, 16 pieces, 36 pieces, 64 pieces and 100 pieces. Enjoy and have fun.', 'https://img.gamemonetize.com/uaq8zr2stizqd7kupml5p0904ad2powi/512x384.jpg', 'https://html5.gamemonetize.com/uaq8zr2stizqd7kupml5p0904ad2powi/', '0', 'Puzzles', 0, 0, '', 'lamborghini-huracan-gt-evo-puzzle'), (9952, 'Stud Rider Moto', 'Stud Rider Moto is a fun game developed in 2022 where you control a bike and race', 'https://img.gamemonetize.com/ji93tvn5ojd51jq05h6oqwknl2qb3935/512x384.jpg', 'https://html5.gamemonetize.com/ji93tvn5ojd51jq05h6oqwknl2qb3935/', '0', 'Racing', 0, 0, '', 'stud-rider-moto'), (9953, 'Fruit Juices', 'In the new exciting game Fruit Juices, we want to invite you to try to prepare several types of this drink at once. In front of you on the screen you will see a platform on which several slices of different fruits will lie. In the walls on each side opposite them, you will see sharpening pins. At the bottom of the screen, two glasses will be installed, and on each of them, you will see the designations of which juice should be in this glass. With the help of the mouse, you will have to roll a piece of fruit with such force that it sits on the pin and juice flows from it. By performing these actions, you will fill the glasses with liquid and get points for this.', 'https://img.gamemonetize.com/e7g66tondu9fk1vps4g4qo2x49spa5r7/512x384.jpg', 'https://html5.gamemonetize.com/e7g66tondu9fk1vps4g4qo2x49spa5r7/', '0', 'Puzzles', 0, 0, '', 'fruit-juices'), (9954, 'Crazy Monster Blocks', 'Welcome to our newest merge numbers game called Crazy Monster Blocks. You have to merge two blocks with the same numbers. The numbers are from 1 to 9. When you reach number 9, the whole row is released. The next suggested monster block number can be seen at the bottom of the screen. The game is played by tapping on the screen with a mouse or with a touch. Enjoy and have fun!!!', 'https://img.gamemonetize.com/wuirpwbl4zm85ci3fqiam1wd4jn0tzzm/512x384.jpg', 'https://html5.gamemonetize.com/wuirpwbl4zm85ci3fqiam1wd4jn0tzzm/', '0', 'Puzzles', 0, 0, '', 'crazy-monster-blocks'), (9955, 'SAVE US Clash War', 'SAVE US Clash War is a entertaining game to test your IQ, creativity or Are you a genius of puzzle games', 'https://img.gamemonetize.com/40s097qt7xsht4crspqblqnzzst9el3u/512x384.jpg', 'https://html5.gamemonetize.com/40s097qt7xsht4crspqblqnzzst9el3u/', '0', 'Puzzles', 0, 0, '', 'save-us-clash-war'), (9956, 'Spinning Colors', 'Spinning Colors is a nice game you have to tap the color shown on the center of the wheel there’s a red timer at the bottom, so be quick about it!', 'https://img.gamemonetize.com/dghh0vuz5qqg2hs1k6rqex9kj90wr9oi/512x384.jpg', 'https://html5.gamemonetize.com/dghh0vuz5qqg2hs1k6rqex9kj90wr9oi/', '0', 'Puzzles', 0, 0, '', 'spinning-colors'), (9957, 'Flappy Hungry Bird', 'Flappy Hungry Bird is a nice game tap to fly up and eat as many fruits as possible', 'https://img.gamemonetize.com/xvi9eeua1sc9a7y92cq5ven1squoyja3/512x384.jpg', 'https://html5.gamemonetize.com/xvi9eeua1sc9a7y92cq5ven1squoyja3/', '0', 'Hypercasual', 0, 0, '', 'flappy-hungry-bird'), (9958, '3D Physics Stack', '3D Physics Stack is a fun min physics and educational game. Your goal is to stack the blocks on top of each other to create a highest stack possible. You can move a block left and right to adjust its position, try to beat your own score and playing time!', 'https://img.gamemonetize.com/pkvru9trtgvk58uuiodw6bg0x1i9nmx2/512x384.jpg', 'https://html5.gamemonetize.com/pkvru9trtgvk58uuiodw6bg0x1i9nmx2/', '0', 'Puzzles', 0, 0, '', 'd-physics-stack'), (9959, 'Impossible Run', 'This Game awesome and challenging endless runner', 'https://img.gamemonetize.com/865ij1fimrxv4kvnrqvy4ckeswtsjj1r/512x384.jpg', 'https://html5.gamemonetize.com/865ij1fimrxv4kvnrqvy4ckeswtsjj1r/', '0', 'Hypercasual', 0, 0, '', 'impossible-run'), (9960, 'Flappy Fish', 'This game is an endless flappy game. player can escape from the bomb and collect the coins for the high score.', 'https://img.gamemonetize.com/bw0lgww06kfzd8inmt7lzgz8age58e6s/512x384.jpg', 'https://html5.gamemonetize.com/bw0lgww06kfzd8inmt7lzgz8age58e6s/', '0', 'Hypercasual', 0, 0, '', 'flappy-fish'), (9961, 'In Orbit Game', 'Hyper-casual fun game with minimalist visual and procedural difficulty. Jump between the platforms to get a better score (white items add to the score, the red ones reduce).', 'https://img.gamemonetize.com/p9x28vejud4260oc5d5hge4r00n6twzq/512x384.jpg', 'https://html5.gamemonetize.com/p9x28vejud4260oc5d5hge4r00n6twzq/', '0', 'Hypercasual', 0, 0, '', 'in-orbit-game'), (9962, 'Football soccer penalties', 'penalty, football, soccer', 'https://img.gamemonetize.com/u2txrbr7u98zmnes77g3cn0a6tbz7uau/512x384.jpg', 'https://html5.gamemonetize.com/u2txrbr7u98zmnes77g3cn0a6tbz7uau/', '0', 'Sports', 0, 0, '', 'football-soccer-penalties'), (9963, 'Push the Crazy Crowd Stickman Clash 3D', 'Push the crazy crowd - stickman clash 3d rush is a fun hyper casual game. Push em all off the platform with just a swipe of a finger. Make your way through crowd rush battling to reach the finishing line as an undefeated master of stickman rush crowd, throwing all off the bridge like ragdoll. Be the crowd pusher and have fun in this epic running game.', 'https://img.gamemonetize.com/91juk8nwy961yt1uu7jloxvwoe3awabu/512x384.jpg', 'https://html5.gamemonetize.com/91juk8nwy961yt1uu7jloxvwoe3awabu/', '0', 'Hypercasual', 0, 0, '', 'push-the-crazy-crowd--stickman-clash-d'), (9964, 'Landscape Paradise Hidden', 'Landscape Paradise Hidden is a free online skill and hidden object game. Find out the hidden stars in the specified images. Each level has 10 hidden numbers. There are 6 levels in total. The time is limited so be fast and find all hidden objects before time runs out. Clicking in the wrong place several times reduces the time by an additional 5 seconds. So, if you are ready start the game and have fun!', 'https://img.gamemonetize.com/qqn8u0il18ty8io1u1s57eb7ee7xlunh/512x384.jpg', 'https://html5.gamemonetize.com/qqn8u0il18ty8io1u1s57eb7ee7xlunh/', '0', 'Puzzles', 0, 0, '', 'landscape-paradise-hidden'), (9965, 'Subway Run Rush Game 3D', 'Run as fast as you can and dodge the trains or buses that are about to collide with you. Be careful of the rolling logs in the jungle! To dodge obstacles and collect coins, you need to take great reflexes to move, jump and slide.', 'https://img.gamemonetize.com/rmaa2tn7lpgcjcfmhy9y7ckxfbaomv43/512x384.jpg', 'https://html5.gamemonetize.com/rmaa2tn7lpgcjcfmhy9y7ckxfbaomv43/', '0', 'Adventure', 0, 0, '', 'subway-run-rush-game-d'), (9966, 'Stack Match Color Hoop Game', 'Color Hoop Stack is 3D sorting puzzle game. Sorting the 3D ring in stack with same color ring. Sorting colorful hoops and improve your strategic skills.', 'https://img.gamemonetize.com/jzuoo27a4jwg048hxiqg3vzfupolagwc/512x384.jpg', 'https://html5.gamemonetize.com/jzuoo27a4jwg048hxiqg3vzfupolagwc/', '0', 'Puzzles', 0, 0, '', 'stack-match--color-hoop-game'), (9967, 'Geisha make up and dress up', 'Girls, get ready! A new game of make-up and dress-up has just arrived! This time, you can prepare, make up, and dress a young geisha. Experience the Nippon culture with multiple make-up accessories, and Japanese clothes. You can dress up the geisha however you like. Unleash your imagination and have fun. Play the game as many times as you want to get a perfect geisha!', 'https://img.gamemonetize.com/meqw8otl0uj0xsajknjrw3udlv1g4cza/512x384.jpg', 'https://html5.gamemonetize.com/meqw8otl0uj0xsajknjrw3udlv1g4cza/', '0', 'Girls', 0, 0, '', 'geisha-make-up-and-dress-up'), (9968, 'Mr Noob Pro Archer', 'Have fun with this new action game Mr Noob Pro Archer is an archery game where the little noob must shoot his arrows at the enemies that arrive to eliminate you !!! Can you help eliminate with your bow and arrow? Try it on kiz10 totally free. One day like another, a little noob will meet multiple enemies who want to eliminate you, they will not hesitate to hurt you with their arrows or swords, can you stop them? This is a new game where the little noob archer must eliminate the enemies with his bow and arrow!! Objectives Eliminate all the enemies that will be located in different positions of the levels, improve your score with each elimination, collect all the gold you can, try as many times as you want and enjoy a casual action game.', 'https://img.gamemonetize.com/4czbh2hebirs7du5a5s1dy9gkwnma3ea/512x384.jpg', 'https://html5.gamemonetize.com/4czbh2hebirs7du5a5s1dy9gkwnma3ea/', '0', 'Arcade', 0, 0, '', 'mr-noob-pro-archer'), (9969, 'Jumpy Robot', 'Jumpy Robot jumps up the platforms for a charge of energy. Help him collect as many batteries as possible!', 'https://img.gamemonetize.com/iqytxmm5jqp7f7cniy5k39zyiybv47h5/512x384.jpg', 'https://html5.gamemonetize.com/iqytxmm5jqp7f7cniy5k39zyiybv47h5/', '0', 'Arcade', 0, 0, '', 'jumpy-robot'), (9970, 'Car Stunt PakringSBH', 'Car Parking 3D: Online Drift is completely renewed. New car tuning options, new city and multiplayer game modes are added. Parking in the city, drift, racing against time and many more new missions are added. Complete parking in the huge city, drifting and other missions or drive your modified car in new free roam map.', 'https://img.gamemonetize.com/ojwanblg8za4huf78y6mm2ljp4zzgwoz/512x384.jpg', 'https://html5.gamemonetize.com/ojwanblg8za4huf78y6mm2ljp4zzgwoz/', '0', 'Arcade', 0, 0, '', 'car-stunt-pakringsbh'), (9971, 'Karate Fighter Real battles', 'Play as a karate master and fight against waves of warriors ! Are you able to raise the most epic martial art challenge ? This game will require skills and speed to fight against tons of karateka coming from both side of the screen. Play as a shadow karate master. Use all the Karate\'s katas, the KARATE-DO in this ultimate fighting game. Boxe and battle your enemies, and they will do it. You must become a fighting tiger to survive.', 'https://img.gamemonetize.com/47wx03wn4258rp13lg9ims2nzx7l6at0/512x384.jpg', 'https://html5.gamemonetize.com/47wx03wn4258rp13lg9ims2nzx7l6at0/', '0', 'Arcade', 0, 0, '', 'karate-fighter--real-battles'), (9972, '2 Cars Run', '2 Cars Run is a dual racing game where you need to control the vehicle to avoid all obstacles. The difficulty of this game is that you have to control one car while taking care of the other. Well, are you ready to challenge this game now? Come on!', 'https://img.gamemonetize.com/i21vma7ievy6foxgdubv6z1hw7e3h4o3/512x384.jpg', 'https://html5.gamemonetize.com/i21vma7ievy6foxgdubv6z1hw7e3h4o3/', '0', 'Puzzles', 0, 0, '', '-cars-run'), (9973, 'Formula Grand Zero', 'Formula Grand Zero is a classic racing game. Mere rules of the game, no annoying items, just race to the finish and win the prize. It takes some skill to get gold coins in the track. Can you beat your opponent and get all the gold coins at the same time?', 'https://img.gamemonetize.com/bvjabfszyanz2ncf9hey4b8jrj6c1wbx/512x384.jpg', 'https://html5.gamemonetize.com/bvjabfszyanz2ncf9hey4b8jrj6c1wbx/', '0', 'Racing', 0, 0, '', 'formula-grand-zero'), (9974, 'Crash War', 'Crash War is a 3D game where you can fight race cars. There is a tank gun on the cars. This weapon is very powerful and blows everything up.', 'https://img.gamemonetize.com/54fxcxfl8siwu9l7m8bkzjub62eaxmzn/512x384.jpg', 'https://html5.gamemonetize.com/54fxcxfl8siwu9l7m8bkzjub62eaxmzn/', '0', 'Racing', 0, 0, '', 'crash-war'), (9975, 'Hill Dash Car Hill Climbing Racing Game', 'Race to the finish line over a multitude of racing tracks with hazards, hill climbs, jumps, loops, bridges, and ramps. Go turbo with awesome truck upgrades and try to climb to the top of the leaderboard in this crazy racing game Hill Dash Car that will test your driving skills to the limit!', 'https://img.gamemonetize.com/u3m65yzhs2dxuzhp28h3dqzzz02efggj/512x384.jpg', 'https://html5.gamemonetize.com/u3m65yzhs2dxuzhp28h3dqzzz02efggj/', '0', 'Action', 0, 0, '', 'hill-dash-car--hill-climbing-racing-game'), (9976, 'Baby Taylor Wild Animal Doctor', 'Baby Taylor is going to volunteer at the zoo! Taylor is an animal lover and it is her dream to be able to get in touch with so many kinds of animals. This dream is about to come true. Her teacher, Doris, will lead Taylor and her friends around the zoo and volunteer at the zoo. With so many wild animals in the zoo, would Taylor be scared? Will she be a qualified volunteer? Come and find the answer in the game!', 'https://img.gamemonetize.com/ovi932f143hzbzs43249mfvigedtyjqj/512x384.jpg', 'https://html5.gamemonetize.com/ovi932f143hzbzs43249mfvigedtyjqj/', '0', 'Girls', 0, 0, '', 'baby-taylor-wild-animal-doctor'), (9977, 'Funny Mr Bean Face HTML5', 'Mr Bean Funny Face HTML5- Funny face game for everybody. Use your mouse to make a funny face of Mr Been. Share with your friends your funny face creations using share feature! Have fun playing this game here brought to you by video-igrice.com!', 'https://img.gamemonetize.com/po3rvyn8bcxw5gmilhacbm5t29fvslgo/512x384.jpg', 'https://html5.gamemonetize.com/po3rvyn8bcxw5gmilhacbm5t29fvslgo/', '0', 'Hypercasual', 0, 0, '', 'funny-mr-bean-face-html'), (9978, 'Impossible Twisted Dots', 'It\'s possible to have a lot of fun with a basic game. Endeavor to encircle all of the points with a single circle. Playing it is enjoyable and rewarding There are almost 1200 levels. Boredom may be relieved by playing Pin Circle, a free and easy game. The game\'s interface is straightforward, with an arrow stack at the bottom and a rotating wheel in the middle. To play, players must make fireballs onto the rotating wheel one at a time while avoiding contact with any other balls. As the game advances, their intention is an increasing number of balls, eventually reaching 100. This game might get more difficult if the wheel spins too swiftly or too slowly. To win, you must launch all of the balls into the stack; if not, the screen color changes to red. Pin Circle will keep you entertained for a long time because of its enormous number of levels and variety.', 'https://img.gamemonetize.com/ipsmpvwso2tt9rw07xc58rc2df076pgt/512x384.jpg', 'https://html5.gamemonetize.com/ipsmpvwso2tt9rw07xc58rc2df076pgt/', '0', 'Arcade', 0, 0, '', 'impossible-twisted-dots'), (9979, 'Cupcake Crush Saga', 'The new and adorable candy and cake match-3 game Sweet Crush Royal is out. Graphics and playability that have been improved just a few of the sweets offered to fulfill your sweet taste while you play include cakes, bread, sweets, and luscious jelly. (Crushing candies is a lot of fun. The game features a variety of delicious treats, including candy and cakes and a few surprises. "Playing the game." -Match three sweets of the same color by swiping left or right to get points. Make a fantastic candy bomb by matching four or more candies! Ice, sickness, and bread may be crushed with the help of deliciously potent booster sweets! -You may combine any two chocolate boosters for a more powerful explosion!', 'https://img.gamemonetize.com/i1tp6wnp95f8udl3omaybjvkjy8fmgbw/512x384.jpg', 'https://html5.gamemonetize.com/i1tp6wnp95f8udl3omaybjvkjy8fmgbw/', '0', 'Arcade', 0, 0, '', 'cupcake-crush-saga'), (9980, 'Autocross Madness', '1. There are many levels in the game, and many of them can be used flexibly to help players break through the level faster. 2. You need to pay attention to observation. Merging balls with different numbers according to the level invitation is still a great test of players\' mathematical knowledge. 3. Many props can help players to pass customs faster, constantly form more numbers and harvest super high customs clearance rewards.', 'https://img.gamemonetize.com/wy3k6cik1kuspdxivyp0f9tjta6qa9by/512x384.jpg', 'https://html5.gamemonetize.com/wy3k6cik1kuspdxivyp0f9tjta6qa9by/', '0', 'Adventure', 0, 0, '', 'autocross-madness'), (9981, 'Fury Dash', 'Fury Dash is a match-3 game in which you must touch groups of diamonds to make them explode. Chain explosions as fast as you can to activate fury mode and use your magical powers to earn lots of points. Be careful: If you touch a group that contains less than three diamonds, it won’t explode!', 'https://img.gamemonetize.com/gksbldmjr5qnib5keoje0vd9gc98wcp0/512x384.jpg', 'https://html5.gamemonetize.com/gksbldmjr5qnib5keoje0vd9gc98wcp0/', '0', 'Bejeweled', 0, 0, '', 'fury-dash'), (9982, 'Game of Goose', 'Are you ready to play a game that you were playing when you were a child : the game of goose also know as Snake and Ladders ? You can play alone or up to 4 players on the same screen to maximize the fun !!!! Enjoy this reskin version of the original board game and play for hours with your friends or family.', 'https://img.gamemonetize.com/astmnjtpi98l3dlmzd7mzgqb1t0kfife/512x384.jpg', 'https://html5.gamemonetize.com/astmnjtpi98l3dlmzd7mzgqb1t0kfife/', '0', 'Multiplayer', 0, 0, '', 'game-of-goose'), (9983, 'Bus Parking King', 'Welcome to the bus parking game adventure, a bus simulator game, where you can prove your skills as a bus driver. In the bus driving game, you will be able to drive buses of different types, such as a city bus, school bus and even coach bus parking. This game serves as a bus driving school, you will be able to test your skills in the levels, and see if you are fit to drive buses. Play the modern bus simulator game, and enjoy the challenging levels of the bus parking game, where you will have to park the passenger bus in the right place, the 3D environment of the city coach bus parking will make you feel like a professional driver .', 'https://img.gamemonetize.com/m555j0r8tqdvq6fe1iwr94k5ckq1bv11/512x384.jpg', 'https://html5.gamemonetize.com/m555j0r8tqdvq6fe1iwr94k5ckq1bv11/', '0', 'Arcade', 0, 0, '', 'bus-parking-king'), (9984, 'Backyard Parking Car Jam', 'Play one of the most realistic parking games on the market. Drive various cars each with an unique behavoir. Discover lots of varied missions in a completely physical simulated world. Features: • high quality physical environment • physically calculated and detailed cars • lots of varied missions • customizable quality • detailed sound environment • prove true skill by beating the author record per mission', 'https://img.gamemonetize.com/8jqkljvp5jnn9ocnma0yltp9akoj2pap/512x384.jpg', 'https://html5.gamemonetize.com/8jqkljvp5jnn9ocnma0yltp9akoj2pap/', '0', 'Arcade', 0, 0, '', 'backyard-parking-car-jam'), (9985, 'Trucks Off Road', 'TRUCKS Choose a truck to modify with over 400 unique parts from engines, axles, exhausts, blowers, turbos, suspension, transmission, tires, wheels, etc... Then make your off road truck stand out with a huge range of panels, paint options and decals. Once its ready to roll why not show your friends your new ride via Facebook photo uploads. OFF Take your truck off road on the various mud parks to compete in either Single or Career modes. Competition modes include Freestyle, Circuit Racing, Drag Racing, Mud Bogging and Open Play. ROAD The road is not boring in Trucks Off Road with dynamic mud ruts and interactive water to keep your skills sharp. Check out the Leaderboards to see if you really are the best bogger in the world. With more updates to come you can be sure that this is going to be game worth investing in as it will continue to grow and expand. Make sure you play with your device connected to the internet to gain access to the latest content and features, and to ensure that your profile is backed up (Enable Cloud Save in the Options screen). Note; graphics are set to auto, you can adjust them up higher but your device may begin to lag.', 'https://img.gamemonetize.com/0mo2afbkkigv9f4wgzzema9cazwr2vfm/512x384.jpg', 'https://html5.gamemonetize.com/0mo2afbkkigv9f4wgzzema9cazwr2vfm/', '0', 'Arcade', 0, 0, '', 'trucks-off-road'), (9986, 'Bunny Jump Up', 'The little bunny likes to jump high. He invented the catapult and now he wants to jump as high as possible. Help him fulfill his dream and jump to infinity. During the jump, collect coins and use various power-ups.', 'https://img.gamemonetize.com/uu6um7457i83t9ek7bnqujf7pp3tjt7m/512x384.jpg', 'https://html5.gamemonetize.com/uu6um7457i83t9ek7bnqujf7pp3tjt7m/', '0', 'Clicker', 0, 0, '', 'bunny-jump-up'), (9987, 'Wuggy Crusher', 'The world is infected by wuggy, destroy all wuggy by tap or clicking the wuggy and save all survivors. Don’t tap human / survivor or the game will over.', 'https://img.gamemonetize.com/408oqtkrb6agsjzuxhl80f43xbzff9wm/512x384.jpg', 'https://html5.gamemonetize.com/408oqtkrb6agsjzuxhl80f43xbzff9wm/', '0', 'Clicker', 0, 0, '', 'wuggy-crusher'), (9988, 'Arrow Squid', 'In this game you will have a chance to avenge all the players from the "Squid Game". Here you can show that the creators of the game were wrong and you can beat them', 'https://img.gamemonetize.com/0atmn3ml2m0fpc5i6w1ncs84zt6uplbt/512x384.jpg', 'https://html5.gamemonetize.com/0atmn3ml2m0fpc5i6w1ncs84zt6uplbt/', '0', 'Adventure', 0, 0, '', 'arrow-squid'), (9989, 'Voltage', 'In this great puzzle game you work out the correct Voltage - test it to see if your current voltage is too high (red), too low (orange) or just right (green)! After ten tests, you’ll run out of power! Enjoy it!', 'https://img.gamemonetize.com/xos4cqbbuxukqa59q2xkpepvki0ir4x1/512x384.jpg', 'https://html5.gamemonetize.com/xos4cqbbuxukqa59q2xkpepvki0ir4x1/', '0', 'Clicker', 0, 0, '', 'voltage'), (9990, 'Futuristic Cars Jigsaw', 'Futuristic Cars Jigsaw is a free online puzzle game. Drag the pieces into right position using mouse. Solving puzzles is relaxing, rewarding, and keeps your brain sharp. You need to spend $1000 to be able to purchase one of the following pictures. You have three modes for each picture from which the hardest mode brings more money. You have a total of 10 pictures.', 'https://img.gamemonetize.com/1xzkse2p8apo8lmu5rh7ejxdloi4i3th/512x384.jpg', 'https://html5.gamemonetize.com/1xzkse2p8apo8lmu5rh7ejxdloi4i3th/', '0', 'Puzzles', 0, 0, '', 'futuristic-cars-jigsaw'), (9991, 'Scary Village Escape', 'Scary Village Escape is a point and click game developed by 8B Games/Games2live. Imagine that you had been to a village, On there you had trapped. Here is the interesting puzzles and hidden objects to find and get escape from the village. Good luck.. Have fun!', 'https://img.gamemonetize.com/3dus6fcap7gzas67ng6w2yt69an795mq/512x384.jpg', 'https://html5.gamemonetize.com/3dus6fcap7gzas67ng6w2yt69an795mq/', '0', 'Puzzles', 0, 0, '', 'scary-village-escape'), (9992, 'Black Gate Escape', 'Black Gate Escape is a point and click game developed by 8B Games/Games2live. Imagine that you had been to a Village, On there you got trapped. Here is the interesting puzzles and hidden objects to escape from the Black Gate . Good luck.. Have fun!', 'https://img.gamemonetize.com/qp05qv0ers40zf1e14befyn34u16jkkf/512x384.jpg', 'https://html5.gamemonetize.com/qp05qv0ers40zf1e14befyn34u16jkkf/', '0', 'Puzzles', 0, 0, '', 'black-gate-escape'), (9993, 'Find the shaft way', 'Find the Shaft way is a point and click game developed by 8B Games/Games2live. Imagine that you got trapped. Here is the interesting puzzles and hidden objects to find and shaft way to escape. Good luck.. Have fun!', 'https://img.gamemonetize.com/7ph1cuj1xcaidnljevi12zk67y951t7f/512x384.jpg', 'https://html5.gamemonetize.com/7ph1cuj1xcaidnljevi12zk67y951t7f/', '0', 'Puzzles', 0, 0, '', 'find-the-shaft-way'), (9994, 'Grove Gate Escape', 'Grove Gate Escape is a point and click game developed by 8B Games/Games2live. Imagine that you had been to a Grove, On there you had trapped. Here is the interesting puzzles and hidden objects to find and get escape from the Grove Gate. Good luck.. Have fun!', 'https://img.gamemonetize.com/ljp47qitg2i56uetj9gvt47iukyf5b9t/512x384.jpg', 'https://html5.gamemonetize.com/ljp47qitg2i56uetj9gvt47iukyf5b9t/', '0', 'Puzzles', 0, 0, '', 'grove-gate-escape'), (9995, 'Pity Dog Escape', 'Pity Dog Escape is a point and click game developed by 8B Games/Games2live. Imagine that you had been to a village, On there you found a Pity Dog got trapped. Here is the interesting puzzles and hidden objects to find and rescue the Dog Good luck.. Have fun!', 'https://img.gamemonetize.com/099erdw4e0a0k1caferrgpkoi38qs44i/512x384.jpg', 'https://html5.gamemonetize.com/099erdw4e0a0k1caferrgpkoi38qs44i/', '0', 'Puzzles', 0, 0, '', 'pity-dog-escape'), (9996, 'Rescue the Pet Dog', 'Rescue the Pet Dog is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a village, On there you found a Dog got trapped. Here is the interesting puzzles and hidden objects to find and rescue the Dog Good luck.. Have fun!"', 'https://img.gamemonetize.com/f71d7er7ptxnqwst3pwq1xmskumz6mph/512x384.jpg', 'https://html5.gamemonetize.com/f71d7er7ptxnqwst3pwq1xmskumz6mph/', '0', 'Puzzles', 0, 0, '', 'rescue-the-pet-dog'), (9997, 'Treasure Robbery', 'Treasure Robbery is a point and click game developed by 8B Games/Games2live. Imagine that you are going to do Robbery, Here is the interesting puzzles and hidden objects to find and get the Treasure . Good luck.. Have fun!', 'https://img.gamemonetize.com/9wn2dw7ea8b8mewgp1sst7hu0gu6vxa4/512x384.jpg', 'https://html5.gamemonetize.com/9wn2dw7ea8b8mewgp1sst7hu0gu6vxa4/', '0', 'Puzzles', 0, 0, '', 'treasure-robbery'), (9998, 'Viking Adventures 1', 'Be careful not to get burned and collect all the gold while completing 3 different levels with the viking!', 'https://img.gamemonetize.com/v0kl01lslslqvqatq1ni5eqi3upsj2dg/512x384.jpg', 'https://html5.gamemonetize.com/v0kl01lslslqvqatq1ni5eqi3upsj2dg/', '0', 'Arcade', 0, 0, '', 'viking-adventures-'), (9999, 'Black Bird Escape', 'Black Bird Escape is a point and click game developed by 8B Games/Games2live. Imagine that you had been to a village, On there you found a Bird got trapped. Here is the interesting puzzles and hidden objects to find and rescue the Bird Good luck.. Have fun!"', 'https://img.gamemonetize.com/1hxfz72b2kok2qm6l2xqyvcp3o6a7nk1/512x384.jpg', 'https://html5.gamemonetize.com/1hxfz72b2kok2qm6l2xqyvcp3o6a7nk1/', '0', 'Puzzles', 0, 0, '', 'black-bird-escape'), (10000, 'Pizza Run Rush Game 3D', 'Pizza run is a fun game where you keep multiply pizzas and save them from getting eaten up', 'https://img.gamemonetize.com/fsoq9hv1091700rfefify42fyb7sv52t/512x384.jpg', 'https://html5.gamemonetize.com/fsoq9hv1091700rfefify42fyb7sv52t/', '0', 'Hypercasual', 0, 0, '', 'pizza-run-rush-game-d'), (10001, 'Dino Puzzles', 'Dino Puzzles Jigsaw is a free online game from genre of puzzle and jigsaw really suitable games for kids! You can select one of the 15 Dinosaurs and then try to complete all image! Have fun and enjoy with your little one!', 'https://img.gamemonetize.com/b0v5so9g02nc1vzqteuoohqe3suyqs7c/512x384.jpg', 'https://html5.gamemonetize.com/b0v5so9g02nc1vzqteuoohqe3suyqs7c/', '0', 'Puzzles', 0, 0, '', 'dino-puzzles'), (10002, 'Hug and Kis City', 'In the hug and kis series, collect gold today, watch out for zombies, get the key and reach the door. You need to get to the door safe and both of you need to get there safe. Help them in the adventure of hug and kis. help deliver to home and door. collect gold and reach the highest score.', 'https://img.gamemonetize.com/o26620662duqp6hq4fy5rjsu34opvw96/512x384.jpg', 'https://html5.gamemonetize.com/o26620662duqp6hq4fy5rjsu34opvw96/', '0', 'Adventure', 0, 0, '', 'hug-and-kis-city'), (10003, 'Monster DeFence 2D', 'Expand your monster breeding grounds and defeat your adversaries! You must use a plan that takes advantage of the enemy\'s unique abilities to achieve success. There are many creatures, each with their own set of abilities. You may make your monsters stronger by levelling them up, upgrading them, awakening them, and transcending them. Various kinds of studies are accessible in the lab to increase the power and fighting capability of the team. There are several levels accessible in three different settings. A new Arena Mode, in which you fight against monsters from other people, has been added. Auto-Battle and Fast Battle are both supported in the game. There are daily objectives to do as well as many milestones to earn. There are achievements and leaderboards available in the game.', 'https://img.gamemonetize.com/wnb5idjbcdxnpeldc52xom38d4i1cc19/512x384.jpg', 'https://html5.gamemonetize.com/wnb5idjbcdxnpeldc52xom38d4i1cc19/', '0', 'Arcade', 0, 0, '', 'monster-defence-d'), (10004, 'BTS Poppy Playtime Coloring', 'BTS Poppy Playtime Coloring is fun and free coloring game suitable for all ages. Take some time and make a master piece of our lovley Poppy Playtime images. Have fun coloring.', 'https://img.gamemonetize.com/e13b3yxs8wpm017d74g4r0ftgvazapah/512x384.jpg', 'https://html5.gamemonetize.com/e13b3yxs8wpm017d74g4r0ftgvazapah/', '0', 'Girls', 0, 0, '', 'bts-poppy-playtime-coloring'), (10005, 'Craft Island 3D Game', 'Welcome to Craft Island! It is a new Idle game in which players have fun logging and building with unique landscapes while becoming rich island craft owners.. You need to build buildings by cutting down trees. Stores, rings, and other buildings need to be unlocked by your efforts. After unlocking the rings, you can enter Breakout mode and build your own weapons camp by collecting trees. You can choose any archer or artillery soldier. Are you ready to declare your victory? Enjoy!', 'https://img.gamemonetize.com/46kpfecieeb3ao2iyykpp29wvxftotn1/512x384.jpg', 'https://html5.gamemonetize.com/46kpfecieeb3ao2iyykpp29wvxftotn1/', '0', 'Boys', 0, 0, '', 'craft-island-d-game'), (10006, 'Different Fashion Hairstyle', 'What type of hairstyles do you like? Our friends Sofia and Zoe are discussing which styles are more popular. Curls or straight hair? Help them choose their favorite hairstyle and dress. Have fun!', 'https://img.gamemonetize.com/2vaq5pi8c1dngzjy7dmzip0ait1nte9y/512x384.jpg', 'https://html5.gamemonetize.com/2vaq5pi8c1dngzjy7dmzip0ait1nte9y/', '0', 'Girls', 0, 0, '', 'different-fashion-hairstyle'), (10007, 'Bunny Stack Jump', 'Little Bunny is jumping constantly. Your child will stack jump endlessly into the air without worrying about falling in the fun and energetic Bunny Jump game. On this side of the Galaxy Bunny Jump is the coolest street style stack jump game online. stack jump online is a free endless-runner jumping platformer game. Bunnies move fast. This little bunny longs to soar high into the sky! How far can he go? Help him reach new heights in this flip jump stack online game. Play helix stack jump online on your mobile phone, tablet, or computer. stack jump online free game promises to interact with your child profoundly as they fight to attain the very best score possible as a cute and lovable mascot presented in charming cartoonish graphics. Game features jump stack Suitable for youngsters. Exciting graphics Enthusiastic levels. How to play You can go crazy with the endless mode as free online stack jump is filled with different modes that provide flexibility and fun: players can make a choice from 60 challenging levels on stack jump game online, 18 much-needed extra power ups. Game Controls On PC, click the right button of the mouse to maneuver the bunny, and on mobile, tap the bunny to maneuver.', 'https://img.gamemonetize.com/yg8dlp3kpkyc9m4pcgw6tcdw2wq2buqz/512x384.jpg', 'https://html5.gamemonetize.com/yg8dlp3kpkyc9m4pcgw6tcdw2wq2buqz/', '0', 'Hypercasual', 0, 0, '', 'bunny-stack-jump'), (10008, 'Super Tornado.io Tornado Rush', 'A powerful tornado can destroy everything! Especially the water tornado formed from the sea. In Super Tornado.io this multiplayer online game, you will become the master of the world. You can control the city by the sea at will, blow away all the buildings and cars, and compete with other players. Tornadoes fight, swallow them and absorb them as part of your own power. When you have enough power, don\'t be afraid of any other players, use tornadoes to rule the world until you are satisfied.', 'https://img.gamemonetize.com/kdrph2e3tzo27kl1jhz1ays9urs7ib16/512x384.jpg', 'https://html5.gamemonetize.com/kdrph2e3tzo27kl1jhz1ays9urs7ib16/', '0', '3D', 0, 0, '', 'super-tornadoio--tornado-rush'), (10009, 'Animal.io 3D Animal Warfare', 'Animal.io is an interesting multiplayer online game. Control your animal to push others off the platform by swinging your tail. Meat can increase your size and hamburger can add the length of the tail, the mushroom will become little size but faster. Kill your enemies and win the game! To unlock more adorable animals!', 'https://img.gamemonetize.com/ccox3h8gw8bzvvwbx7hnmnhzujb7lum4/512x384.jpg', 'https://html5.gamemonetize.com/ccox3h8gw8bzvvwbx7hnmnhzujb7lum4/', '0', '3D', 0, 0, '', 'animalio--d-animal-warfare'), (10010, 'Princess Match3', 'In front of you on the screen are mugs-portraits of the most famous princesses, which need to be connected with each other with the mouse (in the amount of at least three pieces), for which the game will actively accrue points to you.', 'https://img.gamemonetize.com/qkkjejrcbgkatmnciyqiigzynzhv4fpm/512x384.jpg', 'https://html5.gamemonetize.com/qkkjejrcbgkatmnciyqiigzynzhv4fpm/', '0', 'Puzzles', 0, 0, '', 'princess-match'), (10011, 'Toys Math', 'This is a math puzzle game where you buy a set of toys in each level. Each toy has a different price tag. For buying, connect some numbers which sum up equal to the price of the toy. Buy all 8 toys within allowed time to complete a level. Complete all 12 levels to win this game.', 'https://img.gamemonetize.com/1murg7m1559d88ijl96mrb31zi3tcyzb/512x384.jpg', 'https://html5.gamemonetize.com/1murg7m1559d88ijl96mrb31zi3tcyzb/', '0', 'Puzzles', 0, 0, '', 'toys-math'), (10012, 'Mermaid Girl Wedding Cooking Cake ', 'Adella and Eric will hold a romantic wedding in Hawaii. To make their wedding more memorable, can you help them make wedding cake? Don\'t forget to decorate the wedding cake. Now let\'s start!', 'https://img.gamemonetize.com/lsn7woy76xnyzmsxyby6de0hv90nt92n/512x384.jpg', 'https://html5.gamemonetize.com/lsn7woy76xnyzmsxyby6de0hv90nt92n/', '0', 'Girls', 0, 0, '', 'mermaid-girl-wedding-cooking-cake-'), (10013, 'Ball Paint', 'Slide the screen to adjust the aiming angle; Launch the colored ball onto the character for drawing; Try to paint it all in one color! Ball paint is a color painting type of game. Use some small color squares here to shoot people, and then paint, and paint some scenes in this aspect. It is a very casual type of game, which will bring a lot of happiness to players and a very casual fun way to play.', 'https://img.gamemonetize.com/ns9y2sq9p6ifm6mdbtl8q3dk5x9n7q68/512x384.jpg', 'https://html5.gamemonetize.com/ns9y2sq9p6ifm6mdbtl8q3dk5x9n7q68/', '0', 'Clicker', 0, 0, '', 'ball-paint'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (10014, 'Mickey Mouse Card Match ', 'Mickey Mouse is a funny animal cartoon character and the official mascot of The Walt Disney Company. He was created by Walt Disney and Ub Iwerks at the Walt Disney Studios in 1928. An anthropomorphic mouse who typically wears red shorts, large yellow shoes, and white gloves, Mickey has become one of the world\'s most recognizable characters. Mickey first appeared in a test screening short (Plane Crazy). Mickey officially debuted in the short film Steamboat Willie (1928), one of the first sound cartoons. He went on to appear in over 130 films, including The Band Concert (1935), Brave Little Tailor (1938), and Fantasia (1940). Mickey appeared primarily in short films, but also occasionally in feature-length films. Ten of Mickey\'s cartoons were nominated for the Academy Award for Best Animated Short Film, one of which, Lend a Paw, won the award in 1942. In 1978, Mickey became the first cartoon character to have a star on the Hollywood Walk of Fame.', 'https://img.gamemonetize.com/rczqpdgptl44iilk2plav52jjey7x9lq/512x384.jpg', 'https://html5.gamemonetize.com/rczqpdgptl44iilk2plav52jjey7x9lq/', '0', 'Puzzles', 0, 0, '', 'mickey-mouse-card-match-'), (10015, 'Sonic Card Match', 'Sonic the Hedgehog is the title character and the protagonist of the Sonic the Hedgehog video game series published by Sega, as well as numerous spin-off comics, animations, and other media. Sonic is a blue anthropomorphic hedgehog who can run at supersonic speeds and curl into a ball, primarily to attack enemies. In most games, Sonic must race through levels, collecting power-up rings and avoiding obstacles and enemies. Programmer Yuji Naka and artist Naoto Ohshima are generally credited with creating Sonic. Most of the games are developed by Sonic Team. The original Sonic the Hedgehog (1991) was released to provide Sega with a mascot to rival Nintendo\'s flagship character Mario. Sonic was redesigned by Yuji Uekawa for Sonic Adventure (1998), with a more mature look designed to appeal to older players. Sonic is one of the world\'s best-known video game characters and a gaming icon. His series had sold more than 80 million copies by 2011. In 2005, Sonic was one of the first game character inductees into the Walk of Game alongside Mario, Link, and Master Chief. Sonic\'s first shown appearance in a video game was in the 1991 arcade racing game Rad Mobile, as a decorative ornament hanging from a rearview mirror. Sonic\'s first playable appearance was in the platform game Sonic the Hedgehog for the Sega Mega Drive/Genesis, which also introduced his nemesis Dr. Robotnik. His two-tailed fox friend Tails joined him in the game\'s 1992 sequel, Sonic the Hedgehog 2. Sonic CD, released in 1993, introduced Sonic\'s self-appointed girlfriend Amy Rose and recurring robotic doppelgänger Metal Sonic as Sonic traveled through time to ensure a good future for the world. Sonic 3 and its direct sequel Sonic & Knuckles, both released in 1994, saw Sonic and Tails battle Robotnik again, with the additional threat of Knuckles, who is tricked by Robotnik into thinking Sonic is a threat. Sonic 4 (2010–2012) continues where the story of Sonic 3 left off, reducing Sonic to the only playable character and releasing in episodic installments. The second episode sees the return of both Tails as Sonic\'s sidekick and Metal Sonic as a recurring enemy. Other two-dimensional platformers starring Sonic include Sonic Chaos (1993), Sonic Triple Trouble (1994), Sonic Blast (1996), Sonic the Hedgehog Pocket Adventure (1999), Sonic Advance (2001), Sonic Advance 2 (2002), Sonic Advance 3 (2004), Sonic Rush (2005), Sonic Rush Adventure (2007), Sonic Colors (2010), and Sonic Generations (2011), all in which were released for handheld consoles. Sonic Adventure (1998) was Sonic Team\'s return to the character for a major game. It featured Sonic returning from vacation to find the city of Station Square under attack by a new foe named Chaos, under the control of Dr. Robotnik (now known as Dr. Eggman). It was also the first Sonic game to feature a complete voice-over. Sonic Adventure 2 (2001) placed Sonic on-the-run from the military (G.U.N.) after being mistaken for Shadow the Hedgehog. Sonic Heroes (2003) featured Sonic teaming up with Tails and Knuckles, along with other character teams like Team Rose and Chaotix, against the newly rebuilt Metal Sonic, who had betrayed his master with intentions of world domination. Sonic the Hedgehog (2006) features Sonic in the city of water, "Soleanna," where he must rescue Princess Elise from Dr. Eggman while trying to avoid a new threat to his own life, Silver the Hedgehog. He is the only playable character in Sonic Unleashed (2008), in which he unwillingly gains a new personality, "Sonic the Werehog," the result of Sonic being fused with Dark Gaia\'s power. He gains strength and flexibility in exchange for his speed, and new friends including a strange creature named Chip who helps him along the way. In Sonic Colors (2010), Eggman tries to harness the energy of alien beings known as "Wisps" for a mind-control beam. Sonic Generations (2011) features two playable incarnations of Sonic: the younger "classic" Sonic, whose gameplay is presented in a style reminiscent of the Mega Drive/Genesis games, and present-day "modern" Sonic, who uses the gameplay style present in Unleashed and Colors, going through stages from past games to save their friends. Sonic Generations features various theme songs including modern and retro versions that are able to be selected from throughout Sonic\'s twenty-year history. In April 2013, Sega announced that Sonic Lost World would launch in October 2013 for the Wii U and Nintendo 3DS. Sonic and the Secret Rings (2007) features Sonic in the storybook world of One Thousand and One Nights. A sequel, Sonic and the Black Knight (2009), continued the storybook theme, this time taking place within the realm of the Arthurian legend. Sonic has also been featured in other games of many genres other than 2D and 3D platform games. These include Sonic Spinball, Sonic Labyrinth (1995), the racing games Sonic Drift (1994), Sonic Drift 2 (1995), Sonic R (1996), Sonic Riders (2006), Sonic Rivals (2006), Sonic Rivals 2 (2007), Sonic Riders: Zero Gravity (2008), and Sonic Free Riders (2010), the fighting games Sonic the Fighters (1996) and Sonic Battle (2003), the mobile game Sonic Jump (2005), and the role-playing video game Sonic Chronicles: The Dark Brotherhood (2008). Video games such as Dr. Robotnik\'s Mean Bean Machine (1993), Knuckles\' Chaotix (1995), Tails\' Skypatrol (1995), Tails Adventure (1995), and Shadow the Hedgehog (2005) starred supporting characters of the Sonic series, although Sonic himself cameos in most of them.', 'https://img.gamemonetize.com/3g9ikts25ev77unz7ot5r2oxnnzxo60g/512x384.jpg', 'https://html5.gamemonetize.com/3g9ikts25ev77unz7ot5r2oxnnzxo60g/', '0', 'Puzzles', 0, 0, '', 'sonic-card-match'), (10016, 'Truck Jigsaw Puzzle Collection', 'Show off your intellectual abilities in a classic game. You need to assemble a puzzle of small parts. You have to collect pictures of a variety of trucks. Move the parts of the picture and match them to assemble the correct transport model.', 'https://img.gamemonetize.com/maor99z6x77bmjmgcg17ak3eo36843jt/512x384.jpg', 'https://html5.gamemonetize.com/maor99z6x77bmjmgcg17ak3eo36843jt/', '0', 'Puzzles', 0, 0, '', 'truck-jigsaw-puzzle-collection'), (10017, 'Pool Shooter Billiard Ball', 'Shoot the balls on this magnificient pool table ! Play the best Pool / Billiard shooter game? It\'s free. It\'s a classic arcade game ! Shoot the ball on the billiard in this fun, classic bubble shooting game!', 'https://img.gamemonetize.com/iqa9swkipd6kgcnmqrewthnt31e1vfyo/512x384.jpg', 'https://html5.gamemonetize.com/iqa9swkipd6kgcnmqrewthnt31e1vfyo/', '0', 'Hypercasual', 0, 0, '', 'pool-shooter--billiard-ball'), (10018, 'Pump up the birds', 'Urban bird combat is a rough affair, so protect your turf! The rules are simple: Two birds collide and the biggest converts the other, so pump up your birds! But be careful not to hit other birds as you are inhaling, or your bird will lose its air.', 'https://img.gamemonetize.com/udkl84zd53f9alydmipjcmc647omojv1/512x384.jpg', 'https://html5.gamemonetize.com/udkl84zd53f9alydmipjcmc647omojv1/', '0', 'Puzzles', 0, 0, '', 'pump-up-the-birds'), (10019, 'Prince and Princess Kiss Quest', 'Advice to young girls waiting for Prince Charming ... He finally arrives! He must free the princess trapped in the highest tower of the castle. But this princess does not want to be saved by a simple man! You must be elegant and offer multiple presents. When you climb, you must collect bonuses. Beware of projectiles that disrupt your adventure. Every damage will affect your sex appeal.', 'https://img.gamemonetize.com/hu5pnubgrm7sncpe2lpgm6cnp1f6boif/512x384.jpg', 'https://html5.gamemonetize.com/hu5pnubgrm7sncpe2lpgm6cnp1f6boif/', '0', 'Hypercasual', 0, 0, '', 'prince-and-princess--kiss-quest'), (10020, 'Triman', 'Triman is a 2D simple platformer where you need to collect Golden keys and reach the Exit door. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/qgt6nhj3obpdkj7rplvr6nmd3gpyqjvs/512x384.jpg', 'https://html5.gamemonetize.com/qgt6nhj3obpdkj7rplvr6nmd3gpyqjvs/', '0', 'Arcade', 0, 0, '', 'triman'), (10021, 'Regal Academy School Mysteries', 'The game is based on an Italian animated television series co-created by Iginio Straffi and Joanne Lee. The series follows Rose, a teenage girl from Earth who discovers a key which leads to FairyTale Land, where fairy tales come to life. She ends up at a prestigious school named Regal Academy. Rose finds out that she is the granddaughter to the headmistress Cinderella. Rose decides to enroll at Regal Academy and learn how to use magic while having adventures with her friends.', 'https://img.gamemonetize.com/mu0hnh52rviry43n72o7j9orgga1rq49/512x384.jpg', 'https://html5.gamemonetize.com/mu0hnh52rviry43n72o7j9orgga1rq49/', '0', 'Adventure', 0, 0, '', 'regal-academy-school-mysteries'), (10022, 'MyMelody ABC Tracing', 'MyMelody ABC Tracing is the learning HTML5 game for kids. Teach your kids to draw and pronounce letters in a fun way with the help of My Melody!', 'https://img.gamemonetize.com/8h1kf2m8jadvrklhg3m4gik4iydgcpk6/512x384.jpg', 'https://html5.gamemonetize.com/8h1kf2m8jadvrklhg3m4gik4iydgcpk6/', '0', 'Racing', 0, 0, '', 'mymelody-abc-tracing'), (10023, 'Crowd City Join Clash Runner', 'You will start the battle alone but in the end, you can join and bring a great crowd to clash with the opposite crowd and push them to the finish line.', 'https://img.gamemonetize.com/5t4tcbtol0ai7ysy9fsdnwarodj9kxd6/512x384.jpg', 'https://html5.gamemonetize.com/5t4tcbtol0ai7ysy9fsdnwarodj9kxd6/', '0', 'Hypercasual', 0, 0, '', 'crowd-city-join-clash-runner'), (10024, 'Tape Em Up Tape The Box', 'Tape em up! to perfection but don\'t waste the tape. Tape em up as you chill back and relax. Calm and satisfying 3D gameplay to help get rid of boredom.', 'https://img.gamemonetize.com/he1ewgqpbaqtn07x8skttf2z4o3tyi95/512x384.jpg', 'https://html5.gamemonetize.com/he1ewgqpbaqtn07x8skttf2z4o3tyi95/', '0', 'Hypercasual', 0, 0, '', 'tape-em-up--tape-the-box'), (10025, 'Grey Wall Gate Escape', 'Grey Wall Gate Escape is a point and click game developed by 8B Games/Games2live. Imagine that you had been to a village, On there you had trapped. Here is the interesting puzzles and hidden objects to find and get escape from the village. Good luck.. Have fun!', 'https://img.gamemonetize.com/szxdbcl3v4b5as08g0pnaqsmdk5vjpc7/512x384.jpg', 'https://html5.gamemonetize.com/szxdbcl3v4b5as08g0pnaqsmdk5vjpc7/', '0', 'Puzzles', 0, 0, '', 'grey-wall-gate-escape'), (10026, '10 Doors escape', '10 doors Escape is a point and click game developed by 8B Games. We know that you are a great fan of Door Escape games So here we present you 10 Doors Escape. Good luck and have fun!', 'https://img.gamemonetize.com/cljvu1dfhf5bc59bzj0qjagwxp16ndqg/512x384.jpg', 'https://html5.gamemonetize.com/cljvu1dfhf5bc59bzj0qjagwxp16ndqg/', '0', 'Puzzles', 0, 0, '', '-doors-escape'), (10027, 'Ant Escape', 'Ant Escape is a point and click game developed by 8B Games/Games2live. Imagine that you had been to a village, On there you found an Ant got trapped. Here is the interesting puzzles and hidden objects to find and rescue the Ant. Good luck.. Have fun!', 'https://img.gamemonetize.com/a76374wfsb8msq75vdggksfh9pk5oiqp/512x384.jpg', 'https://html5.gamemonetize.com/a76374wfsb8msq75vdggksfh9pk5oiqp/', '0', 'Puzzles', 0, 0, '', 'ant-escape'), (10028, 'Blue House Escape 3', 'Blue House Escape 3 is a point and click game developed by 8B Games. Imagine that you went to a Bluee house. You got trapped inside the house. Here is the interesting puzzles and hidden objects to get escape. Good Luck.... Have Fun!!!', 'https://img.gamemonetize.com/0rvrx3nj8mkct6mo4jhgtscois6f9eky/512x384.jpg', 'https://html5.gamemonetize.com/0rvrx3nj8mkct6mo4jhgtscois6f9eky/', '0', 'Puzzles', 0, 0, '', 'blue-house-escape-'), (10029, 'The Master of Archers', 'The Master of Archers is a super nostalgic, very fun and challenging game developed with Construct 3, challenge yourself in this game made in Pixel art with retro graphics.', 'https://img.gamemonetize.com/vemtgu2gkdhnxcckn6g178f1tig859a0/512x384.jpg', 'https://html5.gamemonetize.com/vemtgu2gkdhnxcckn6g178f1tig859a0/', '0', 'Shooting', 0, 0, '', 'the-master-of-archers'), (10030, 'Two Walls', 'Hyper-casual game with simple one-touch controls and procedural difficulty. Switch between walls to get points, and avoid platforms to get a better score.', 'https://img.gamemonetize.com/dil69hm5f9b42tqlw952x5e36p7u66u1/512x384.jpg', 'https://html5.gamemonetize.com/dil69hm5f9b42tqlw952x5e36p7u66u1/', '0', 'Hypercasual', 0, 0, '', 'two-walls'), (10031, 'Kick The Soccer Ball', 'Kick the soccer ball is an HTML5 game. Don’t let the ball hit the ground and try to beat your records. Enjoy cool music, sounds and graphics.', 'https://img.gamemonetize.com/2cntky5xojfk8kuivmvmsan35e5gbcy7/512x384.jpg', 'https://html5.gamemonetize.com/2cntky5xojfk8kuivmvmsan35e5gbcy7/', '0', 'Soccer', 0, 0, '', 'kick-the-soccer-ball'), (10032, 'Pirate Patrol', 'Pirate Patrol is casual HTML5 endless game. Avoid cannonballs, collect coins, and beat the highscore!.', 'https://img.gamemonetize.com/i5gckuqoknmnxtwuesapt403j2qbxz49/512x384.jpg', 'https://html5.gamemonetize.com/i5gckuqoknmnxtwuesapt403j2qbxz49/', '0', 'Hypercasual', 0, 0, '', 'pirate-patrol'), (10033, 'Taps Ufo', 'taps ufo is an html5 arcade game, touch to destroy ufo and get scores, be careful not to touch the plane or your life will be reduced.', 'https://img.gamemonetize.com/nufpggkfelqrzngomj1b36f3loc1vx6n/512x384.jpg', 'https://html5.gamemonetize.com/nufpggkfelqrzngomj1b36f3loc1vx6n/', '0', 'Puzzles', 0, 0, '', 'taps-ufo'), (10034, 'Bubble Pet Saga', 'Aim, match and smash all the pets in this relaxing cute adventure game. Help the little pets to match 3 or more to increase the score and complete the levels. You need to aim & shoot, to drop & burst all little pets. Train your brain with this original puzzle as you blast balls. Complete 25 levels and beat the highscores', 'https://img.gamemonetize.com/7ix73lbzmiw51j4w9l8v0j8a4ut72q04/512x384.jpg', 'https://html5.gamemonetize.com/7ix73lbzmiw51j4w9l8v0j8a4ut72q04/', '0', 'Puzzles', 0, 0, '', 'bubble-pet-saga'), (10035, 'Tetris 3D Game', 'You bring down blocks from the top of the screen. You can move the blocks around, either left to right and you can rotate and mirror them. You have to build the box to fill the rows to remove the completed line. You can make them fall faster if you’re sure of your positioning. And collect the score.', 'https://img.gamemonetize.com/p2lbwnhokmo2znrjgfylk4xltwcr5jn1/512x384.jpg', 'https://html5.gamemonetize.com/p2lbwnhokmo2znrjgfylk4xltwcr5jn1/', '0', 'Puzzles', 0, 0, '', 'tetris-d-game'), (10036, 'Kong Hero ', 'Run, jump, attack, explore. Cross the various dangers and reach the destination. Collect peach kernels to help you defeat monsters! Collect gold coins and exchange for the best character for your adventure!', 'https://img.gamemonetize.com/ozn1074zy9hfj28v346jtaqhadbn738a/512x384.jpg', 'https://html5.gamemonetize.com/ozn1074zy9hfj28v346jtaqhadbn738a/', '0', 'Arcade', 0, 0, '', 'kong-hero-'), (10037, 'Talking Tom Memory', 'Welcome to the fun game Talking Tom Memory. The task is to remember and then open identical pairs. At the first level, there will be only two pairs. But on the tenth - twenty. At first, all the pictures will be open for a few seconds, so that you can remember their location. Then they will turn the same sides, and you will reopen them, deleting the pairs in Talking Tom Memory.', 'https://img.gamemonetize.com/9fis68dr6rnbqwdtu9z1jj38d5dmc4aj/512x384.jpg', 'https://html5.gamemonetize.com/9fis68dr6rnbqwdtu9z1jj38d5dmc4aj/', '0', 'Puzzles', 0, 0, '', 'talking-tom-memory'), (10038, 'Parking Game BE A PARKER', 'Enjoy your time by driving the Bmw city car rider 2021 testing your racing skills on the city roads. this is not just the best car driving simulator game, this is the best crazy bmw city car rider game that meets your racing goals. If you are addicted to playing a free driving game. Get your seat belt and move around the city on your realistic sports car. it\'s time to show your car driving skill. You will find many city traffic cars around the city. If you are the one who is a car rider for the city car driving game. Create the best bmw city car rider 2021 with its driving sports cars. this game has many challenging routes. When supercar drive around the city roads makes it a perfect car game.', 'https://img.gamemonetize.com/azah0piqln7fwy1vc8olzbff55ps4s9b/512x384.jpg', 'https://html5.gamemonetize.com/azah0piqln7fwy1vc8olzbff55ps4s9b/', '0', 'Racing', 0, 0, '', 'parking-game--be-a-parker'), (10039, 'Shooting Star Battleship', 'The space is in danger and we need you to defend our planet from enemy battleships! Survive the waves of enemies, avoid meteors, kill the bad guys and upgrade your battleship for more power. Enjoy this classic sidescroll space shooting game with cool music and effects to keep on playing! Good luck space commander!', 'https://img.gamemonetize.com/pl46wrifbjcnztxsscg66fmuvy551rvc/512x384.jpg', 'https://html5.gamemonetize.com/pl46wrifbjcnztxsscg66fmuvy551rvc/', '0', 'Shooting', 0, 0, '', 'shooting-star-battleship'), (10040, 'Jimmys wild apple adventure ', 'Welcome to Jimmy\'s Wild Apple Adventure. This is a Mobile platform adventure where you play as Jimmy, a countryboy who has to save his little brother from being kidnapped. Enjoy your rescue where you encounter friends and foes in a world full of weird creatures.... If you plat this game with the keyboard use the arrow keys. If you reach the third level you can press "F" to fire. Good luck! Also on (ads free): https://retrodries.itch.io/jimmys-wild-apple-adventure', 'https://img.gamemonetize.com/qbejkqz109e1d112uvl8za6jmzfe2u22/512x384.jpg', 'https://html5.gamemonetize.com/qbejkqz109e1d112uvl8za6jmzfe2u22/', '0', 'Adventure', 0, 0, '', 'jimmys-wild-apple-adventure-'), (10041, 'Stickman Army Resistance', 'A crowd of renegade stickman have started to invade the jungle and kill people. The last hope of the region is its best army team !!! You are a team of 2 super well trained soldiers. You are in command of a number powerfull weapons that can stop the revolutionaries. You can end this war... But this is going to be an epic battle. You must protect your position. Whatever happens !', 'https://img.gamemonetize.com/cjhu8u0dp52nqfq6kmhesu09sesrjhnn/512x384.jpg', 'https://html5.gamemonetize.com/cjhu8u0dp52nqfq6kmhesu09sesrjhnn/', '0', 'Action', 0, 0, '', 'stickman-army--resistance'), (10042, 'Wars Tanks 2022', 'Prepare for the next tank battles! You may expect to find free combat tanks in the World of Grand Tanks. Tank games are in high demand, and Free Battle Tanks is the finest of the bunch for free tank games. It has gorgeous visuals, realistic physics, and a vast selection of vehicles ranging from World War II to today. They are most well-known for the grandeur and honor that their country has achieved! Tanki online, both quick and amazing, will not let you down. In an exciting World War of Tanks, choose your favorite tank prizes and delve into the fascinating world of tank combat! Upgrade your abilities to become stronger, quicker, and more lethal in battle. Get yourself a tank shirt! Face off against your buddies on World War II battlefields and experience the force of fighting. Please invite your friends and have a great time playing with them for free! Prepare yourself for an incredible voyage in epic tank battles and destructive action, where you will experience the full intensity of close-range combat for the first time. It is a tank-themed massively multiplayer online game with spectacular visuals and realistic physics, and it includes a diverse range of vehicles from WWII to the current day. You will not be able to exit the game until you have gained complete control of the battlefield. New tank models are being added regularly, and continuous fights on 12 maps in four-game types ensure that neither novices nor veterans grow bored. Create a clan with your friends or join one of the current famous clans to make your imprint on the game\'s history and leave a lasting impression on the world. Install the game, go through the training, choose a tank, improve it, battle, and advance through the ranks from cadet to generalissimo to become a legendary figure.', 'https://img.gamemonetize.com/96t6gjjdoof36f5b9mkjslqwml9nl7q2/512x384.jpg', 'https://html5.gamemonetize.com/96t6gjjdoof36f5b9mkjslqwml9nl7q2/', '0', 'Shooting', 0, 0, '', 'wars-tanks-'), (10043, 'Rich Run', '1. There is no difficulty in operation. Multiple interesting games are waiting for players to join, and the experience is also very wonderful; 2. Simple and interesting Parkour challenge, you can easily operate by sliding your fingers, and all players can easily master the game; 3. The track is full of challenges. Pay attention to the traps and obstacles in the game. Players need to be flexible to avoid them;', 'https://img.gamemonetize.com/dp8bju5hzgq9r5hce53ovdaixhtik081/512x384.jpg', 'https://html5.gamemonetize.com/dp8bju5hzgq9r5hce53ovdaixhtik081/', '0', 'Adventure', 0, 0, '', 'rich-run'), (10044, 'Сrossroads', 'Fill all the empty spaces with lines to complete the level. Use your finger or mouse to move the lines so that the line value is zero. Aim smart! Go through the levels, it will be harder and more interesting.', 'https://img.gamemonetize.com/56cw62qu259b0ar8c3xjkf2eitpeospe/512x384.jpg', 'https://html5.gamemonetize.com/56cw62qu259b0ar8c3xjkf2eitpeospe/', '0', 'Puzzles', 0, 0, '', 'rossroads'), (10045, 'Kingdom of Pixels', 'Kingdom of Pixels is a 2D MOBA, Platformer game similar to the style of other MOBAs like League of Legends and DOTA 2. The game\'s theme is pixel-like, bringing a nostalgic and simplistic feel to it. Choose among a diverse roster of heroes to play as, and win the match by destroying the enemy\'s crystal! By killing enemy minions and heroes, you gain Gold to build and upgrade items and Experience to level up and become stronger. You can utilize map elements such as Runes and Brushes to your advantage and control the match in your favor! With a wide variety of heroes and items to choose from, you\'ll experience unique and distinct games. Choose between a melee or ranged hero that specializes in either Normal or Magic type damage, customize your item build to fit your playstyle, and conquer your enemies with plans and strategies! The game is still in its Pre-Alpha stage, and there are many things that the developer plans on improving and implementing into the game. Average match length: ~15 minutes Current playable game modes: 1 v 1 Ranked Match (Go head-to-head with your opponent!) 2 v 2 Ranked Match (Match up with someone and win through cooperation and teamwork!) Practice Match (Play solo and try out different item combinations with your preferred hero!) How to play: You can only buy items in your spawn, so think carefully on what items you\'ll get before heading out to the lane! Win a match by destroying the enemy crystal with your minions. You cannot damage the crystal yourself, so your minions are your win condition. Open up the path to the enemy crystal by destroying their tower. This will boost the stats of your minions, giving you a big advantage! Strategies: Before the match actually starts, there is a 45-second preparation period that counts down to 00:00. At 00:00, the first minion wave spawns, and the Gold Rune spawns at the upper area. Use the time to position yourself near the Gold Rune so you can get the extra gold! Whenever you buy items, try and save some gold for at least one Health Potion! A Health Potion helps keep you in lane as long as possible because it can keep you at high health to respond to enemy movement. Remember to avoid damage while using one, or else it will interrupt the healing! Buff Runes spawn every minute starting at 01:00 in the bottom area. Take advantage of these runes as the buffs you get from one can turn the tide against the enemy, especially in 2v2!', 'https://img.gamemonetize.com/syq5qlxeap223gs0xwq8wm3qunllm1n1/512x384.jpg', 'https://html5.gamemonetize.com/syq5qlxeap223gs0xwq8wm3qunllm1n1/', '0', 'Multiplayer', 0, 0, '', 'kingdom-of-pixels'), (10046, 'Connect the pipes', 'Pipe Puzzle: Line Art is a Connect Line puzzle game that’ll keep your mind entertained for hours!. HOW TO PLAY • Connect matching colors with a pipeline • Pair all colors, and cover the entire board to solve the puzzle. • Pipes can’t overlap!', 'https://img.gamemonetize.com/33uhkehaj5kdathq2i41awfix716ngdz/512x384.jpg', 'https://html5.gamemonetize.com/33uhkehaj5kdathq2i41awfix716ngdz/', '0', 'Puzzles', 0, 0, '', 'connect-the-pipes'), (10047, 'Blumgi Ball', '"Bloomji Ball" is a sports game that combines such genres as: platformer and puzzle. Your goal is to simply shoot the ball into the hoop, just like in good old classic basketball. You do this with the slingshot system where you pull the indicator according to the intensity you want to throw the ball with and release it to throw. But wait - there\'s a twist! In Bloomji Ball, you have the super ability to teleport right next to your ball. This opens up a wide range of possibilities when it comes to creating chain combos and stylish throws. For each successfully completed level, you get points, which in total allow you to unlock cool characters.', 'https://img.gamemonetize.com/c062i2jdzb4ii56njlru427b9w57ggwt/512x384.jpg', 'https://html5.gamemonetize.com/c062i2jdzb4ii56njlru427b9w57ggwt/', '0', 'Sports', 0, 0, '', 'blumgi-ball'), (10048, 'Space Escape', 'Welcome to Space Escape. Help the astronaut to reach the spaceship to escape. This is a new puzzle game for kids. Use your Left, Right, Up, and Down keyboard movements to move the astronaut. Play and have fun!', 'https://img.gamemonetize.com/vjh94nqa1zay1gx4bu2gi9qj5gleqsi4/512x384.jpg', 'https://html5.gamemonetize.com/vjh94nqa1zay1gx4bu2gi9qj5gleqsi4/', '0', 'Puzzles', 0, 0, '', 'space-escape'), (10049, 'Count Master 3d Game', 'The arcade game Count Master 3d is a lot of fun. You will have to lead your people to rule the entire planet as a great leader. Let\'s begin by taking a few castles. To add soldiers, drag the formula below. To boost the offensive capability of your men, you can equip them with weapons. Are you prepared to take over the world? Come in and give it a shot!', 'https://img.gamemonetize.com/h29k7j1k1lteufdwei0ldn4enpkekk7r/512x384.jpg', 'https://html5.gamemonetize.com/h29k7j1k1lteufdwei0ldn4enpkekk7r/', '0', '3D', 0, 0, '', 'count-master-d-game'), (10050, 'Burger Mania', 'Welcome to the Burger Mania. Are you ready to build an incredibly tasty burger? Can you make tasty meals for your customers? They’ll have high expectations in this restaurant game. Keep piling the toppings as high as they’ll go until it collapses under the weight of that mighty burger party! Have fun!', 'https://img.gamemonetize.com/lddztqtvg7kvofzep7py0radwj0y1uzr/512x384.jpg', 'https://html5.gamemonetize.com/lddztqtvg7kvofzep7py0radwj0y1uzr/', '0', 'Girls', 0, 0, '', 'burger-mania'), (10051, 'Army of Soldiers Resistance', 'Defend your country against monsters and savages creatures in epic battles. A crowd of monsters and savages creatures coming from another world have started to invade the earth and kill people. The last hope of the country is ... You !!! You are in command of a team of 2 supoer soldiers that can stop the invasion. You can end this war... But this is going to be an epic battle. You must survice... whatever happens ! Lead your team to the final victory. You have a tons of different weapons available for your soldiers: gun, machine gun, bazooka, rifle, sniper rifle, kalashnikov, flame thrower, rocket launcher, heavy weapons, shotgun, the big bertha, bombs, barbed wire, mines, sandbags, turret defense... and more Every weapon has different characteristics and you have to play wisely to defeat the ennemy. Make sure the enemies don’t pass your defense, or this will be the end of life on earth…', 'https://img.gamemonetize.com/kcabh0lspl2yla67456bvzshyq9edhy4/512x384.jpg', 'https://html5.gamemonetize.com/kcabh0lspl2yla67456bvzshyq9edhy4/', '0', 'Hypercasual', 0, 0, '', 'army-of-soldiers--resistance'), (10052, 'Phone For Kids', 'This fun educational game will teach your kids and toddlers to learn numbers and songs for hours on end with classic nursery rhymes with adorable images. We value children’s education and your child will love playing with this fun baby toy. They will learn numbers, letters and notes quickly and easily! Your children will love learning with the songs and making sound effects!', 'https://img.gamemonetize.com/l9tibtivq3hul0chgch95yjm0s2hp7m0/512x384.jpg', 'https://html5.gamemonetize.com/l9tibtivq3hul0chgch95yjm0s2hp7m0/', '0', 'Girls', 0, 0, '', 'phone-for-kids'), (10053, 'Offroad Bus Simulator Games 3D', 'Do you love car games? Experience real car driving and improve your driving skills with the best car simulator Real Car Parking Multiplayer. Real Car Parking Multiplayer offers you the best car driving experience with modified cars. In multiplayer open world mode, play with your friends, take a stroll, have fun as you wish! You can customize your car with detailed modification options; decal painting system, rim, spoiler, paint, glass color, license plate, suspension, window lettering and more... - Parking mode: You must park at the desired place without hitting the obstacles in the given time. Try not to crash because if you do, the game starts over. - Slalom mode: Pass through the barges in the given time in the direction indicated by the arrow. If you knock down the barges, you lose. - Night mode: Let\'s turn on the headlights and start night driving. Again, fun episodes are waiting for you. - Drift mode: You can drift as much as you want in the specially designed drift area, when you enter this mode, your car will automatically turn into a drift vehicle. Thus, the driving becomes more enjoyable and slippery. Don\'t forget to get the desired score in the given time! - Traffic mode: You must proceed by following the traffic rules. If you go through a red light, you have to start over. You should not go outside of the given route. Game Features; - 10+ legendary cars: E30, Civic, Civic FD6, Golf, Polo, M3, Mercedes, Astra, AE86, 106, Porsche - Realistic exhaust sounds and driving pleasure - Horn, blinker details - Cover your car as you wish with the decal painting system - More than 100 career modes - Multiplayer mode ----------------- SUBSCRIPTION PRICING AND TERMS Name: VIP Subscription VIP membership offers weekly subscriptions for $1.99 after a 3 day free trial. Gain weekly money, unlock offered special car and remove all of the ads during subscription. When the subscription period expires, the car will be locked and there will be ads in the game. This price is established for United States customers. Pricing in other countries may vary and actual charges may be converted to your local currency depending on the country of residence. Payment will be charged to your Google Play account at confirmation of purchase. Subscription automatically renews unless auto-renew is turned off at least 24-hours before the end of the current period. Account will be charged for renewal within 24 hours before the end of the current period and will determine the cost of the renewal. Subscriptions may be managed by the user and auto-renewal may be turned off by going to the user\'s Account Settings after purchase.', 'https://img.gamemonetize.com/jvw1cabbc2jw69g94rfbexk3jfuv33zk/512x384.jpg', 'https://html5.gamemonetize.com/jvw1cabbc2jw69g94rfbexk3jfuv33zk/', '0', 'Racing', 0, 0, '', 'offroad-bus-simulator-games-d'), (10054, 'Real Car Parking Multiplayer 2022', 'Do you love car games? Experience real car driving and improve your driving skills with the best car simulator Real Car Parking Multiplayer. Real Car Parking Multiplayer offers you the best car driving experience with modified cars. In multiplayer open world mode, play with your friends, take a stroll, have fun as you wish! You can customize your car with detailed modification options; decal painting system, rim, spoiler, paint, glass color, license plate, suspension, window lettering and more... - Parking mode: You must park at the desired place without hitting the obstacles in the given time. Try not to crash because if you do, the game starts over. - Slalom mode: Pass through the barges in the given time in the direction indicated by the arrow. If you knock down the barges, you lose. - Night mode: Let\'s turn on the headlights and start night driving. Again, fun episodes are waiting for you. - Drift mode: You can drift as much as you want in the specially designed drift area, when you enter this mode, your car will automatically turn into a drift vehicle. Thus, the driving becomes more enjoyable and slippery. Don\'t forget to get the desired score in the given time! - Traffic mode: You must proceed by following the traffic rules. If you go through a red light, you have to start over. You should not go outside of the given route. Game Features; - 10+ legendary cars: E30, Civic, Civic FD6, Golf, Polo, M3, Mercedes, Astra, AE86, 106, Porsche - Realistic exhaust sounds and driving pleasure - Horn, blinker details - Cover your car as you wish with the decal painting system - More than 100 career modes - Multiplayer mode ----------------- SUBSCRIPTION PRICING AND TERMS Name: VIP Subscription VIP membership offers weekly subscriptions for $1.99 after a 3 day free trial. Gain weekly money, unlock offered special car and remove all of the ads during subscription. When the subscription period expires, the car will be locked and there will be ads in the game. This price is established for United States customers. Pricing in other countries may vary and actual charges may be converted to your local currency depending on the country of residence. Payment will be charged to your Google Play account at confirmation of purchase. Subscription automatically renews unless auto-renew is turned off at least 24-hours before the end of the current period. Account will be charged for renewal within 24 hours before the end of the current period and will determine the cost of the renewal. Subscriptions may be managed by the user and auto-renewal may be turned off by going to the user\'s Account Settings after purchase.', 'https://img.gamemonetize.com/46t10auubw3yi0b8iwqve9hz0ezxc4f7/512x384.jpg', 'https://html5.gamemonetize.com/46t10auubw3yi0b8iwqve9hz0ezxc4f7/', '0', 'Racing', 0, 0, '', 'real-car-parking-multiplayer-'), (10055, 'City Racing Simulator Truck Parking', 'Enjoy your time by driving the Bmw city car rider 2021 testing your racing skills on the city roads. this is not just the best car driving simulator game, this is the best crazy bmw city car rider game that meets your racing goals. If you are addicted to playing a free driving game. Get your seat belt and move around the city on your realistic sports car. it\'s time to show your car driving skill. You will find many city traffic cars around the city. If you are the one who is a car rider for the city car driving game. Create the best bmw city car rider 2021 with its driving sports cars. this game has many challenging routes. When supercar drive around the city roads makes it a perfect car game. Play our BMW city car rider 2022 to be the best car diver in the real car driving city drive with your parado car in the racing town. This car simulator game will give you the best car driving and racing experience with a lot of visuals effects and excellent sound effects in this BMW car racing and city driving car rider game 2022. select multiple cars like parado car and BMW car to play our city car rider drive game 3d and be the best supercar driver in this racing game and avoid the city traffic do not crash your supercar with the traffic. download now our BMW city car rider 2022 car driving game with a lot of playing supercars like parado and Audi and many more in our city car driving game.', 'https://img.gamemonetize.com/yez9k2fca7s67d4j43qc3bpzd3yas4zr/512x384.jpg', 'https://html5.gamemonetize.com/yez9k2fca7s67d4j43qc3bpzd3yas4zr/', '0', 'Adventure', 0, 0, '', 'city-racing-simulator--truck-parking'), (10056, 'Fashion Super Idol Project', 'New fashion idols are being selected! On the day when the championship is officially announced today, our fashion girl has successfully become a popular idol! She will be watched by everyone everywhere. Please help her to match a fashionable daily outfit and stage outfit! Fashion idols must always be beautiful and fashionable!', 'https://img.gamemonetize.com/kivi4xg32d06rzicyurbzuxudhapkkc5/512x384.jpg', 'https://html5.gamemonetize.com/kivi4xg32d06rzicyurbzuxudhapkkc5/', '0', 'Girls', 0, 0, '', 'fashion-super-idol-project'), (10057, 'Charge Through Racing Drifting Game', 'Charge Through Racing is a skillful driving game. You will drive on a dangerous platform. There are kinds of obstacles that stop you. They will destroy your fragile car. Don\'t rush, be patient. Observe the tempo of obstacles, and rush past the gap.', 'https://img.gamemonetize.com/oye8z29s4b7s4nqymuklc5noyx0p9jvr/512x384.jpg', 'https://html5.gamemonetize.com/oye8z29s4b7s4nqymuklc5noyx0p9jvr/', '0', 'Racing', 0, 0, '', 'charge-through-racing--drifting-game'), (10058, 'Planet Hop', 'It\'s just a really simple endless hyper casual game! Try to avoid the Red triangle when you run; is simple: you just make a jump! but you run in a planet so you need to resist the more you can and sign the best record possible! This game i suitable for every one, enjoy it!', 'https://img.gamemonetize.com/ms05lkiccyqbsq7n5dm41wqcvl0g8zls/512x384.jpg', 'https://html5.gamemonetize.com/ms05lkiccyqbsq7n5dm41wqcvl0g8zls/', '0', 'Hypercasual', 0, 0, '', 'planet-hop'), (10059, 'Subway Surfer Runner', 'Bus Rush is a fantastic running game for Android devices that is free to play. Bus Rush City is a game where you must navigate through the most strange events. To leap or slide and move to the left or right, Avoid colliding with moving vehicles such as trucks, buses, and subway trains. Obtain as many coins as possible by running through the crowded city, subway, woodland, and beach areas. Playing with one of the ten various characters available in this exhilarating runner game will be a blast. Surf the busiest metropolis globally with Roy, Zoey, Darryl, Kate, or any of your favorite fictional characters! Additional customization options include buying themed runner skins for your virtual surfer of choice! The Bus Rush Store is stocked with various things that can help you enhance your running performance. Purchase runner upgrades to boost the effectiveness of your powerups (including magnets and boots). Upgrade your jetpack, and you\'ll earn a lot of cash. You can even buy boards that allow you to surf in mid-air while surviving collisions with obstacles—buses, lorries, or even subway trains! Bus Rush also provides you with the opportunity to win fantastic prizes. Collect your daily presence daily, and unlock mystery boxes to get special surprises.', 'https://img.gamemonetize.com/ghcmzs4m3jh4lwgjs5o3zcnhajyqf0sf/512x384.jpg', 'https://html5.gamemonetize.com/ghcmzs4m3jh4lwgjs5o3zcnhajyqf0sf/', '0', 'Arcade', 0, 0, '', 'subway-surfer-runner'), (10060, 'Slither 2D 2022', 'Because the joystick controls your Big Worm\'s crawl, controlling your Big Worm in the play zone. It is possible to turn the worm in the direction of your mouse cursor by just swiping your finger over the screen. A fast speed boost will enable you to move out of the path of the opposing Snake worms without being hit by their venom. Slither, consume, grow, and conquer the snake of competitors! Controlling your worms in Slink io is straightforward, as your crawl is entirely handled with the mouse. It is possible to control the worm\'s movement by dragging your finger across the screen. This will help you get out of the path of malicious worms faster. Crawl worm games may be controlled by simply dragging your finger across the screen. Big Worm games are designed with cartoonish images and no text, sound, or music, making them suitable for school and business environments. You may get additional opponents by spreading the word about the game on social media.', 'https://img.gamemonetize.com/tsjweky2g7xk65vv2arwmkkqc20r0i25/512x384.jpg', 'https://html5.gamemonetize.com/tsjweky2g7xk65vv2arwmkkqc20r0i25/', '0', 'Arcade', 0, 0, '', 'slither-d-'), (10061, 'Super Pop It', 'Super Pop It! is a fun relaxing game and a unique game to play on. This is a super relaxing game to play for hours. We have got different shapes of pop gadgets, click on the pops to smash them and clear the board. Be quick and smash all the pops and feel the relax from the tensions, this game is for all ages and you can play for hours. Play more relaxing games only with mapi games!!!', 'https://img.gamemonetize.com/nszw3cgxw9kz4ejpd3y3ft4sn2jgrc6g/512x384.jpg', 'https://html5.gamemonetize.com/nszw3cgxw9kz4ejpd3y3ft4sn2jgrc6g/', '0', 'Hypercasual', 0, 0, '', 'super-pop-it'), (10062, 'Diy Keyboard Game', 'Diy Keyboard is a very unique art game. Have you ever thought about design your own style keyboards? Here is the game that can make you satisfied. Here you can experience 5 different manufacture methods: Resin, Acrylic, Pop it, Stencil and Decor. We also carefully prepared lots of beautiful ornamental for you. In our game, you have every opportunity to use your design and drawing talents. You can draw your keyboards to white, blue or red... You can also make your keyboard transparent if you like. Come and try this game! We are sure you will love it!', 'https://img.gamemonetize.com/7bn6wcfjuk3deuetqel6cp6keecskrwj/512x384.jpg', 'https://html5.gamemonetize.com/7bn6wcfjuk3deuetqel6cp6keecskrwj/', '0', 'Hypercasual', 0, 0, '', 'diy-keyboard-game'), (10063, 'Flappy Poppy Playtime', 'Welcome to Flappy Poppy Game By vodogame.com Tap to fly and try to pass across the yellow poppy hands without touching them. Collect the blue heads and avoid the pink ones. Get the highest score. Good Luck', 'https://img.gamemonetize.com/hxvdya64ugu2g3q2t5cl4juowbrc28pj/512x384.jpg', 'https://html5.gamemonetize.com/hxvdya64ugu2g3q2t5cl4juowbrc28pj/', '0', 'Clicker', 0, 0, '', 'flappy-poppy-playtime'), (10064, 'Stickhero Party 4 Player', 'The stickheroes must survive in the city full of obstacles and save the heroes with your friends! You have to jump over obstacles by controlling each hero with your 4 friends. Some obstacles can kill you. All your friends have to reach the finish line or you will never win. 15 different levels. Complete 15 different challenges with your friends.', 'https://img.gamemonetize.com/sf50lffgm44abdyzu3a6wwu7zantinca/512x384.jpg', 'https://html5.gamemonetize.com/sf50lffgm44abdyzu3a6wwu7zantinca/', '0', 'Arcade', 0, 0, '', 'stickhero-party--player'), (10065, 'Air Force Commando Online Game', 'Take control of a warplane and jump on the battlefield of 1945 Air Force Commando in this thrilling combat flight action game! Air Combat Game In Air Combat Game you control a plane of your choosing and battle with other players in an attempt to become the top dog by having the most kills or whatever other goal you want to achieve through combat.', 'https://img.gamemonetize.com/2ohcyljuou1t8358kmm2s3b29wf3l102/512x384.jpg', 'https://html5.gamemonetize.com/2ohcyljuou1t8358kmm2s3b29wf3l102/', '0', 'Arcade', 0, 0, '', 'air-force-commando-online-game'), (10066, 'Lady Strange & Ruby Witch', 'The multiverse is infinite and diverse. In one of the endless worlds, Lady Strange and the Ruby Witch are serving. Together they protect this world from the forces of evil. However, real superheroines never forget about style. Choose cool and original costumes for the girls that will emphasize their individuality. Complete the look with bright makeup, hair and accessories. Go on an unforgettable adventure with Lady Strange and the Ruby Witch.', 'https://img.gamemonetize.com/ff2vw97u4owfcx93595zlzakraq5yo47/512x384.jpg', 'https://html5.gamemonetize.com/ff2vw97u4owfcx93595zlzakraq5yo47/', '0', 'Girls', 0, 0, '', 'lady-strange-amp-ruby-witch'), (10067, 'Idle Sheep 3d Game', 'Idle Sheep 3D is a business casual game. By feeding sheep and selling wool around the world, you can become the king of wool. Wool production can be used to earn and buy wool in idle money games. There are many idle games but tiny sheep idle wool simulator games are unusual because they set a noble goal of becoming rich. You can earn money by playing our simple clicker game. Make the richest idle business in idle wool tiny sheep game.', 'https://img.gamemonetize.com/u3hhgz3g3e981n2pgj2o9z2rmkugeg7f/512x384.jpg', 'https://html5.gamemonetize.com/u3hhgz3g3e981n2pgj2o9z2rmkugeg7f/', '0', '3D', 0, 0, '', 'idle-sheep-d-game'), (10068, 'Spiderman New Jigsaw Puzzle', 'Zazgames is a place where you can infinitely play assembling online jigsaw puzzles. We hope you are up for another game from the Puzzle category on our website , because we have just added the game called Spiderman New Jigsaw Puzzle for you all, which, despite being one of the many puzzle games we have added so far into this category, this is the first puzzle game to use this specific format, and image, so it is going to be a brand new experience for all of you, an experience we are sure you will appreciate, as there is no way you aren\'t going to have a lot of fun playing the game. Especially after you learn how to play it from the next lines in the description. you will start by choosing how you want the jigsaw puzzle be : hard medium or easy. After that, the jigsaw puzzle pieces are going to be spread around the game screen randomly. Use the mouse to drag them over the transparent images where they match with the image, until all the pieces are connected, and the image looks just like it did in the beginning. You will have a great time with the game, so start it right now, and we are sure you will not regret it one second!', 'https://img.gamemonetize.com/tvzvcuyvomiw21ez7lnvdb4wiov0ztfr/512x384.jpg', 'https://html5.gamemonetize.com/tvzvcuyvomiw21ez7lnvdb4wiov0ztfr/', '0', 'Puzzles', 0, 0, '', 'spiderman-new-jigsaw-puzzle'), (10069, 'Doctor Kids', 'Children are coming to the clinic and they need your help to get better. Once you appoint the little patients to the right doctor\'s office, you can have fun playing interactive minigames and treating kids in no time. The game presents different kinds of doctors and treatments, with many colorful objects to match patients\' characteristics. Every doctor\'s office includes a unique minigame to make treatment even more fun.', 'https://img.gamemonetize.com/6wabt642mdmo2y9ayd0qmw55v7nx58o3/512x384.jpg', 'https://html5.gamemonetize.com/6wabt642mdmo2y9ayd0qmw55v7nx58o3/', '0', 'Girls', 0, 0, '', 'doctor-kids'), (10070, 'Block Magic Puzzle', 'Block Magic Puzzle is similar to the classic Tetris game, but differs in the mechanics of building blocks, which makes it exciting and diverse. In addition, you will have access to competitions with other players, achievements and a lot of unforgettable emotions when you beat your own record!', 'https://img.gamemonetize.com/9282lu8m3me0w075q9lvg6hx53ltlf6x/512x384.jpg', 'https://html5.gamemonetize.com/9282lu8m3me0w075q9lvg6hx53ltlf6x/', '0', 'Puzzles', 0, 0, '', 'block-magic-puzzle'), (10071, 'Monster Girl Maker', 'Welcome to Monster Girl Maker. Ever wanted to create your own cute monster character but didn\'t know where to start? Lost on what aesthetics they should have, what accessories or hairstyle they could wear? \'Monster Girl Maker\' provides you with those tools to create such a character! Monster Girl Maker is a character creator where you can design a variety of portraits using over 1000 different parts; skin, eyes, mouth, eyebrows, hair, accessories & clothes. This app allows you to create monsters with slime, stitches, horns, multiple eyes, wings and much more!', 'https://img.gamemonetize.com/jfm2p42ra5fdxg98lnf00pf0jysb38gc/512x384.jpg', 'https://html5.gamemonetize.com/jfm2p42ra5fdxg98lnf00pf0jysb38gc/', '0', 'Hypercasual', 0, 0, '', 'monster-girl-maker'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (10072, 'Super Fighting Robots Defense', 'Lead your units to the final victory. They have started to invade the galaxy and destroy all life. The last hope...: the new Spaceship: BOMBER 2000. A powerfull weapon that should destroy the invaders, and end the stars war... But this spaceship is not finished yet. You must protect BOMBER 2000 from the invaders', 'https://img.gamemonetize.com/7k1qfxwphw99imzr600zasazchkep01z/512x384.jpg', 'https://html5.gamemonetize.com/7k1qfxwphw99imzr600zasazchkep01z/', '0', 'Arcade', 0, 0, '', 'super-fighting-robots-defense'), (10073, 'Super Kid Perfect Jump', 'Lead your units to the final victory. They have started to invade the galaxy and destroy all life. The last hope...: the new Spaceship: BOMBER 2000. A powerfull weapon that should destroy the invaders, and end the stars war... But this spaceship is not finished yet. You must protect BOMBER 2000 from the invaders', 'https://img.gamemonetize.com/txym6biuhcumhyrbhlzhe646ep6e997d/512x384.jpg', 'https://html5.gamemonetize.com/txym6biuhcumhyrbhlzhe646ep6e997d/', '0', 'Arcade', 0, 0, '', 'super-kid--perfect-jump'), (10074, 'Super Racing GT Drag Pro', 'Battle in cars races, buy cars, tune them, and run for glory ! Enter the arena and play as a heroic racer and fight against your opponents. You must have no mercy against them as you have to beat them all. Watch out ... you\'ll face numerous competitors in different clans. In each series, you will have to race against a big boss that will not hesitate to blast you !', 'https://img.gamemonetize.com/h1oaphps8wnjoer6w2psq9oruybgz59f/512x384.jpg', 'https://html5.gamemonetize.com/h1oaphps8wnjoer6w2psq9oruybgz59f/', '0', 'Racing', 0, 0, '', 'super-racing-gt--drag-pro'), (10075, 'Super Wrestlers Slaps Fury', 'Show the world that it\'s possible to break heads as a job and still be able to pose for magazines in this arcade game. Test your reflexes and management ability and become the champion. You\'re not Mister Universe yet, but since you\'re not that far away... slap and destroy other wrestlers. Gain popularity and meet the demands of photographers to gain a lot of fan before your next fight.', 'https://img.gamemonetize.com/q7rrl7hv1htxoajsxl3euvpkjsez6atz/512x384.jpg', 'https://html5.gamemonetize.com/q7rrl7hv1htxoajsxl3euvpkjsez6atz/', '0', 'Arcade', 0, 0, '', 'super-wrestlers--slaps-fury'), (10076, 'Monsters Rotate', 'Play our newest casual puzzle game Monsters Rotate. The game has 10 levels with different fun monsters. Each level is locked and it will be unlocked when you solve the previous level. Build the correct image by clicking to rotate the pieces of the puzzle before time runs out. Enjoy and have fun!', 'https://img.gamemonetize.com/mzmsxpdm74b6tecmix3ux6ha4xpnl9cc/512x384.jpg', 'https://html5.gamemonetize.com/mzmsxpdm74b6tecmix3ux6ha4xpnl9cc/', '0', 'Puzzles', 0, 0, '', 'monsters-rotate'), (10077, 'Pop Game', 'Hyper-casual game with minimalist visual and procedural difficulty. Simple and fun gameplay, pop the blue balls that appear on the screen, improve your reflex, and aim, to get a better score.', 'https://img.gamemonetize.com/hkap90l5cr1cxeh1hjk02itrgfqmuidh/512x384.jpg', 'https://html5.gamemonetize.com/hkap90l5cr1cxeh1hjk02itrgfqmuidh/', '0', 'Hypercasual', 0, 0, '', 'pop-game'), (10078, 'Pop Blue', 'Hyper-casual game with minimalist visual and procedural difficulty. Simple and fun gameplay, pop the blue balls that appear on the screen, improve your reflex, and aim, to get a better score.', 'https://img.gamemonetize.com/wrciak88jw91zgedob3eggs6ifr3x8kw/512x384.jpg', 'https://html5.gamemonetize.com/wrciak88jw91zgedob3eggs6ifr3x8kw/', '0', 'Hypercasual', 0, 0, '', 'pop-blue'), (10079, 'Car Games Epic Car Parking', 'o you love car games? Have any experience before in driving games? No, let\'s drive and learn parking in this crazy driving car game. Join this driving games simulator today for free! Car Parking 3d Game Parking game is ready to serve you in this car driving game. Car parking game has real thrill fun of driving car game with visually highly super stunning graphics. Drive up in the city with these stunt racing vehicles and learn driving lessons like driving academy school without bumping into hurdles. Don’t be shy in this driving simulator and take a driving school free ride as much as you love!', 'https://img.gamemonetize.com/kqbc5wkystk7xxvuf3ndsyd7ta69gbdz/512x384.jpg', 'https://html5.gamemonetize.com/kqbc5wkystk7xxvuf3ndsyd7ta69gbdz/', '0', 'Arcade', 0, 0, '', 'car-games--epic-car-parking'), (10080, 'Action Balls Gyrosphere Race', 'Let’s prepare yourself to feel happy and relaxed by playing going balls. Roll, spin, jump and don’t lose lives because unexpected obstacles lie ahead. Get ready & participate in an epic ball race in a different environment. You will have a lot of fun in your spare time by playing ball run 2048. Going Balls Only focus and speed will help you unlock more levels with new challenges. Discover a way for going balls 3d with your fingers. Sky ball jump has different existing levels which are full of adventure. Prove bowling skills by making rolling balls cross all obstacles or reach safe & sound. You will face tons of traps and hurdles at each level in sky ball race. Offline Games Swipe on screen to jump the color ball quickly or balance it carefully. Keep Sky going balls 3d on tracks to jump over hurdles for an amazing ball race 3d. Main goal in this going ball run 2048 game is to pass through all levels by reaching the maximum score. Go to the landscape mode and enter into the world of offline going balls games. Online Games Guide your rolling balls 2048 for victory no matter what tries to stop it. Explore different options on going ball games & collect coins. Your attention will grab instantly when you click start button & play smash ball run games. Your success is achieved not by perfecting your sky ball run but by focusing on challenging missions.', 'https://img.gamemonetize.com/6luaevtq7mx8mt0eodyn95ubyb5jgl9o/512x384.jpg', 'https://html5.gamemonetize.com/6luaevtq7mx8mt0eodyn95ubyb5jgl9o/', '0', 'Arcade', 0, 0, '', 'action-balls-gyrosphere-race'), (10081, 'Squeezed Orange', 'In the new game Squeezed Orange, we will be preparing cold juice. In front of you on the screen you will see a playing field in the center of which there will be an empty glass. Above it, at a certain height, you will see an orange slice. You will need to click on the slice with the mouse and hold down the click. This will force the juice to flow into the glass. You will need to release it with a click so as not to overflow the liquid. As soon as you fill the glass you will be given points and you will proceed to the next level of the game.', 'https://img.gamemonetize.com/9emvv0ocgqtlrelvj7y33bpb4hgj0bve/512x384.jpg', 'https://html5.gamemonetize.com/9emvv0ocgqtlrelvj7y33bpb4hgj0bve/', '0', 'Puzzles', 0, 0, '', 'squeezed-orange'), (10082, 'Animals Box 2022', 'Jouez à Animals Box gratuitement maintenant sur LittleGames. Animals Box est disponible pour jouer gratuitement.', 'https://img.gamemonetize.com/tib37ske4674brvl26p3nx04a1hw0g2u/512x384.jpg', 'https://html5.gamemonetize.com/tib37ske4674brvl26p3nx04a1hw0g2u/', '0', 'Hypercasual', 0, 0, '', 'animals-box-'), (10083, 'Best Sonic Boom Mod', 'Prepare yourself for the most epic parkour map collection for mcpe, with the hedgehog named sonic boom! DISCLAIMER: This is an unofficial application for Minecraft Pocket Edition. This application is not affiliated in any way with Mojang AB. The Minecraft Name, the Minecraft Brand and the Minecraft Assets are property of Mojang AB or their respectful owner. All rights reserved. In accordance with http://account.mojang.com/documents/brand_guidelines Welcome to Mod Sonic Boom for MCPE! This app compiles the popular sonic boom dash skins for minecraft pocket edition 1.14 that you’ve been looking for. Plenty of parkour maps every version of PE can run, and Sonic boom the hedgehog skins that will blow your mind! Wearing sonic boom the hedgehog skins will give you the ability to jump all over the map of minecraft and gives mcpe world a very strange, anime touch. You can enjoy these sonic boom mods and the hedgehog skins with friends in online servers or offline with mod launcher. Don’t forget that there’s no required third-party apps such as launcher mcpe or master addons installer. The skins and mods of sonic boom the hedgehog provided are one click download.', 'https://img.gamemonetize.com/5pns2ma8rdnm760jqkww77mxr76kzab4/512x384.jpg', 'https://html5.gamemonetize.com/5pns2ma8rdnm760jqkww77mxr76kzab4/', '0', 'Adventure', 0, 0, '', 'best-sonic-boom-mod'), (10084, 'Alien Wonderland Hidden', 'Alien Wonderland Hidden is a free online skill and hidden object game. Find out the hidden stars in the specified images. Each level has 10 hidden numbers. There are 6 levels in total. The time is limited so be fast and find all hidden objects before time runs out. Clicking in the wrong place several times reduces the time by an additional 5 seconds. So, if you are ready start the game and have fun!', 'https://img.gamemonetize.com/dq5viuhfhowidbaoi7prhknnhlqk956i/512x384.jpg', 'https://html5.gamemonetize.com/dq5viuhfhowidbaoi7prhknnhlqk956i/', '0', 'Puzzles', 0, 0, '', 'alien-wonderland-hidden'), (10085, 'Happy Farm Solitaire', 'Happy Farm Solitaire is a wonderful game with very nice graphics and a relaxing ambiance. If you like cards games and solitaire games, you will love HAPPY FARM SOLITAIRE with its beautifull design. HAPPY FARM SOLITAIRE is a very nice classic solitaire, with no complex gaming mechanisms that you can find in new kind of solitaire games nowdays. In HAPPY FARM SOLITAIRE, just relax and enjoy playing a solitaire game with amazing and so cute graphisms.', 'https://img.gamemonetize.com/nihjcjf6uz304g4mnoj7i7a5haw6zyag/512x384.jpg', 'https://html5.gamemonetize.com/nihjcjf6uz304g4mnoj7i7a5haw6zyag/', '0', 'Hypercasual', 0, 0, '', 'happy-farm-solitaire'), (10086, 'Snow Time Swipe', 'This is a fast-paced video game. The idea is simple: while trying to dodge an avalanche, you move your character toward the open door on each screen. Timed traps are added to the game\'s aesthetics as you go, making it increasingly challenging. Despite the game\'s complexity, after you get acclimated to the timing, you\'ll be able to handle it with ease. Coins are utilized to expand the game\'s roster of playable characters. You may employ power-ups to temporarily halt the snowfall for those in a particularly challenging situation.', 'https://img.gamemonetize.com/jmxqwc4j483g3wkxbu8xi3esvcspb2z4/512x384.jpg', 'https://html5.gamemonetize.com/jmxqwc4j483g3wkxbu8xi3esvcspb2z4/', '0', 'Arcade', 0, 0, '', 'snow-time-swipe'), (10087, 'Happy Farm fields puzzle', 'You are now in charge of your grandfather\'s farm. You will have to sow and manage the crops as they should. You need to optimize the fields to make sure that each plot can flourish and grow harmoniously. You must arrange the plots of land so that they perfectly match the crops of the plots that are next to them (they must be the same color). Anyway, the easiest way to understand this game is to try to play it, especially since the harvest is waiting for you so hurry up !!!', 'https://img.gamemonetize.com/rh7hfn66y4qpl0os05myke9nnt64eudx/512x384.jpg', 'https://html5.gamemonetize.com/rh7hfn66y4qpl0os05myke9nnt64eudx/', '0', 'Puzzles', 0, 0, '', 'happy-farm-fields-puzzle'), (10088, 'Stickman Army The Defenders', 'You must Defend your country against revolutionaries and renegades. A crowd of renegade stickman have started to invade the institutions and kill people. The last hope of the country is its best army stratege... You !!! You are in command of a powerfull army that can stop the revolutionaries. You can end this civil war... But this is going to be an epic battle. You must protect the institutions... whatever happens ! Lead your units to the final victory.', 'https://img.gamemonetize.com/jyi95knqwg27lua9lm5w4yfshp2iyjao/512x384.jpg', 'https://html5.gamemonetize.com/jyi95knqwg27lua9lm5w4yfshp2iyjao/', '0', 'Shooting', 0, 0, '', 'stickman-army--the-defenders'), (10089, 'MonsterTruckPark1', 'Brain for Monster Truck Parking is a unique and imaginative driving game in which you must control a monster truck and aim to make deliveries. You must control both the movement of the truck and also create a path for it to move along from point to point.', 'https://img.gamemonetize.com/wyo6tnh78ctagijk5ded50qntrzr6n7v/512x384.jpg', 'https://html5.gamemonetize.com/wyo6tnh78ctagijk5ded50qntrzr6n7v/', '0', 'Arcade', 0, 0, '', 'monstertruckpark'), (10090, 'Cat Safari 2', 'Create cute cats in the colorful animal app Cat Safari. Mysterious crates seem to appear regularly on a large abandoned field – and inside, each one holds an adorable kitten! Combining two of the same kind of cat yields something completely new – step by step, you\'ll be able to breed unique new breeds of cats. Experience the unique cat game and initiate a cat evolution of your very own! Feline fanatics aren\'t the only ones who\'ll be scrambling to get more and more cats.', 'https://img.gamemonetize.com/0g4e5gac661o0rntsu66l8u3cyi8b9h9/512x384.jpg', 'https://html5.gamemonetize.com/0g4e5gac661o0rntsu66l8u3cyi8b9h9/', '0', 'Puzzles', 0, 0, '', 'cat-safari-'), (10091, 'Nitro Rally Evolution', 'Nitro Rally Evolution is a fun classic 2D arcade racing game similar with the classic racing games of the 80\'s. Play 20 different circuits to race in a car that runs automatically; unlock two or more powerful cards that are hidden and discover other features while playing. Use the turbo when you need an extra speed boost and set the best lap time. The game shows colorful and detailed graphics and a nice sound effects you will enjoy.', 'https://img.gamemonetize.com/f1537ieuksfuxk9v3vdg1gw91yojekas/512x384.jpg', 'https://html5.gamemonetize.com/f1537ieuksfuxk9v3vdg1gw91yojekas/', '0', 'Sports', 0, 0, '', 'nitro-rally-evolution'), (10092, 'Uno 2022', 'UNO 2022 is now available on the move! Take a traditional card game you learned at your grandmother\'s house and play it anywhere! For a fun, family-friendly card game, It\'s not over yet! Take part in a brand-new, time-limited Easter event. Get creative and create your own Easter Egg Hunt. Don\'t miss out on these special benefits! In real-time matches, you may either play UNO!TM is a popular card game, or choose from several home rules. Participate in tournaments and events to earn prizes and get to the top of the rankings. To win, team up with a friend or family member and play 2v2. -Reach out to loved ones across the globe from the comfort of your own home. Features Play the Original Game on Your Phone or Tablet! There\'s no better place to learn about or play UNO!TM than here! Keep an eye out for brand-new incentives and activities each month! Take a Turn with a Friend Set your own rules and play according to them. As a family-friendly event, UNO! TM makes it simple for everyone to participate! Organize a Get-Together Join forces with a buddy or a family member to take on the opposition in two-player teams.', 'https://img.gamemonetize.com/ubb463pked0perud6mso87xup279u5bc/512x384.jpg', 'https://html5.gamemonetize.com/ubb463pked0perud6mso87xup279u5bc/', '0', 'Arcade', 0, 0, '', 'uno-'), (10093, 'Catch Aliens', 'Hidden Candies is an skill based hidden object game where you need to tap all the hidden candies in a level. You need to complete 16 challenging levels to win this game.', 'https://img.gamemonetize.com/vu0k6kpnaagavhuwpyniyhxqj3fgih5d/512x384.jpg', 'https://html5.gamemonetize.com/vu0k6kpnaagavhuwpyniyhxqj3fgih5d/', '0', 'Puzzles', 0, 0, '', 'catch-aliens'), (10094, 'Swirly Icy Pops DIY Shop', 'Summer has come and it\'s so hot outside! Travel around the pet city with Blush the Bunny in his colorful ice cream truck and create the craziest ice pops and surprise frozen treats for his fluffy friends! Select among dozens of flavors, shapes, toppings and sprinkles!', 'https://img.gamemonetize.com/rxkpkgf1xgyevvvq5cwtu9xthmy491s1/512x384.jpg', 'https://html5.gamemonetize.com/rxkpkgf1xgyevvvq5cwtu9xthmy491s1/', '0', 'Girls', 0, 0, '', 'swirly-icy-pops-diy-shop'), (10095, 'Design It Fashion Salon', 'Tailor Lucy finally fulfilled her wish and owned a tailor shop of her own! She\'s a little overwhelmed and can\'t do everything on her own - it\'s time for you to shine! Help set up the tailor shop and get ready to welcome customers. Some of them are pretty finicky - you might even have to make red carpet gowns for VIP celebrities!', 'https://img.gamemonetize.com/19qrok8o4d9cblaz16c48ck2d4zkhwvd/512x384.jpg', 'https://html5.gamemonetize.com/19qrok8o4d9cblaz16c48ck2d4zkhwvd/', '0', 'Girls', 0, 0, '', 'design-it-fashion-salon'), (10096, 'City Runner 3D.io', 'Welcome to City Runner.io Multiplayer game. Choose your character and tap play! Run, and avoid obstacles and be the first who touches the finish line and don\'t let the giant blue monster crushes you. Collect more coins to unlock more characters', 'https://img.gamemonetize.com/ty5z6wiuzekwmgh448ie9865wmyu33id/512x384.jpg', 'https://html5.gamemonetize.com/ty5z6wiuzekwmgh448ie9865wmyu33id/', '0', '3D', 0, 0, '', 'city-runner-dio'), (10097, 'Tower Defense Fish Attack', 'You like cute and colorful little fishes? You’d love having an aquarium filled with these beautiful exotic creatures? Well, it’s time to reconsider your situation because an army of fishes, whales, jellyfishes and turtles armed to the teeth are going to come onto dry land to set the country on fire. If you want to avoid this, you’ll have to use strategy and tactics… Show this bunch of watery freaks that they are the next ones on the menu at the sushi bar around the corner!', 'https://img.gamemonetize.com/9rw26dxqdq82tmkugz5eo6awlsnze1dz/512x384.jpg', 'https://html5.gamemonetize.com/9rw26dxqdq82tmkugz5eo6awlsnze1dz/', '0', 'Shooting', 0, 0, '', 'tower-defense--fish-attack'), (10098, 'Tiny Blues Vs Mini Reds', 'The "Mini Reds" are the bad guys and are trying to capture your most strategic militar base. You must stop them with your "Tiny Blues" troops. Be smart in your tacticals and choose the right units to beat the enemy. Lead the "Tiny Blues" army and defeat the "Mini Reds" ! You must defend your country, you must defend this base !', 'https://img.gamemonetize.com/29sbs98fv5oaocbeo6wwqgb9vyifwrzk/512x384.jpg', 'https://html5.gamemonetize.com/29sbs98fv5oaocbeo6wwqgb9vyifwrzk/', '0', 'Arcade', 0, 0, '', 'tiny-blues-vs-mini-reds'), (10099, 'Bratz Makeover', 'Let\'s make up and dress up our favorite cartoon Bratz girls Yasmin, Cloe, Sasha, and Jade? It should be very stylish with its jewelry, dresses and bag. let\'s play', 'https://img.gamemonetize.com/1g4yizbqyfk0eb76f9rozxf6i1bts9ro/512x384.jpg', 'https://html5.gamemonetize.com/1g4yizbqyfk0eb76f9rozxf6i1bts9ro/', '0', 'Girls', 0, 0, '', 'bratz-makeover'), (10100, 'Gta Car Racing Simulation Parking 4', 'Take complete control of your vehicle, perfect your driving, and prove your place in the Hot Lap League. Drift and race your car around 150+ mind blowing tracks, each requiring unique techniques and strategies. Improving your time by racing your best is the only way to the top. It’s you, the track and the clock - no driving assist, no nonsense. ARCADE STYLE EXCITEMENT Experience and master a range of extraordinary tracks! Launch your car over huge jumps, skillfully manoeuvre through enormous loops, and defy gravity on magnetic asphalt at maximum speeds. HIGHEST QUALITY RACING EXPERIENCE A thrilling mobile racing experience at console quality! Hot Lap League delivers a first class mobile racing experience with intuitive steering, remarkable visuals and outstanding performance. VEHICLE CUSTOMISATION Personalise the look of your cars with 100 different customisation options! WHERE DO YOU RANK IN THE LEAGUE? Unlock harder tracks as your skill drives you up the leaderboard. Compete against the community to prove where you rank in the Hot Lap League! FEATURES - Competitive time trial racing action - Daily events and challenges for rewards - Visual customisation - Live global leaderboard - Race against real player ghosts - Compete to set world record times - Dynamic racing - full car control, power sliding, boosting - Variable track elements - jumps, loops, magnets - Over 150 exciting tracks', 'https://img.gamemonetize.com/o1coswngsd1jk8yij2yzm3bl5lz01n03/512x384.jpg', 'https://html5.gamemonetize.com/o1coswngsd1jk8yij2yzm3bl5lz01n03/', '0', 'Racing', 0, 0, '', 'gta-car-racing--simulation-parking-'), (10101, 'Gta Car Racing Simulation Parking', 'Take complete control of your vehicle, perfect your driving, and prove your place in the Hot Lap League. Drift and race your car around 150+ mind blowing tracks, each requiring unique techniques and strategies. Improving your time by racing your best is the only way to the top. It’s you, the track and the clock - no driving assist, no nonsense. ARCADE STYLE EXCITEMENT Experience and master a range of extraordinary tracks! Launch your car over huge jumps, skillfully manoeuvre through enormous loops, and defy gravity on magnetic asphalt at maximum speeds. HIGHEST QUALITY RACING EXPERIENCE A thrilling mobile racing experience at console quality! Hot Lap League delivers a first class mobile racing experience with intuitive steering, remarkable visuals and outstanding performance. VEHICLE CUSTOMISATION Personalise the look of your cars with 100 different customisation options! WHERE DO YOU RANK IN THE LEAGUE? Unlock harder tracks as your skill drives you up the leaderboard. Compete against the community to prove where you rank in the Hot Lap League! FEATURES - Competitive time trial racing action - Daily events and challenges for rewards - Visual customisation - Live global leaderboard - Race against real player ghosts - Compete to set world record times - Dynamic racing - full car control, power sliding, boosting - Variable track elements - jumps, loops, magnets - Over 150 exciting tracks', 'https://img.gamemonetize.com/7vdqq3au3lgrbu0teoq9ht5p4u7df0v6/512x384.jpg', 'https://html5.gamemonetize.com/7vdqq3au3lgrbu0teoq9ht5p4u7df0v6/', '0', 'Racing', 0, 0, '', 'gta-car-racing--simulation-parking'), (10102, 'Sky Ball Jump Going Ball 3d', 'Let’s prepare yourself to feel happy and relaxed by playing going balls. Roll, spin, jump and don’t lose lives because unexpected obstacles lie ahead. Get ready & participate in an epic ball race in a different environment. You will have a lot of fun in your spare time by playing ball run 2048. Going Balls Only focus and speed will help you unlock more levels with new challenges. Discover a way for going balls 3d with your fingers. Sky ball jump has different existing levels which are full of adventure. Prove bowling skills by making rolling balls cross all obstacles or reach safe & sound. You will face tons of traps and hurdles at each level in sky ball race. Offline Games Swipe on screen to jump the color ball quickly or balance it carefully. Keep Sky going balls 3d on tracks to jump over hurdles for an amazing ball race 3d. Main goal in this going ball run 2048 game is to pass through all levels by reaching the maximum score. Go to the landscape mode and enter into the world of offline going balls games. Online Games Guide your rolling balls 2048 for victory no matter what tries to stop it. Explore different options on going ball games & collect coins. Your attention will grab instantly when you click start button & play smash ball run games. Your success is achieved not by perfecting your sky ball run but by focusing on challenging missions.', 'https://img.gamemonetize.com/d351lh2xh8p5m9k33kftmqrr9nr3mfu6/512x384.jpg', 'https://html5.gamemonetize.com/d351lh2xh8p5m9k33kftmqrr9nr3mfu6/', '0', 'Arcade', 0, 0, '', 'sky-ball-jump--going-ball-d'), (10103, 'Spiderman Coloring', 'Do you want to color the latest Spiderman pictures? Choose the Black and white picture you want and paint it the color you want. Spider-Gwen, Spider Woman, Miles Morales, Green Goblin, Spider-man, Amazing Spidey Friends and others. All in this game. Paint them all as colorful.', 'https://img.gamemonetize.com/4fpccxdxuetsesayqwveu8xjc89bha5v/512x384.jpg', 'https://html5.gamemonetize.com/4fpccxdxuetsesayqwveu8xjc89bha5v/', '0', 'Clicker', 0, 0, '', 'spiderman-coloring'), (10104, 'Dungeon Poppy Playtime', 'Dungeon Poppy Playtime - a special team responds to the call of terrified citizens because they say they saw a terrible purple monster that terrorizes the alleys!!! Only one survivor remains and needs your help to get out safely from this dungeon that is full of enemy soldiers who will not hesitate to shoot you if you get close and will not stop chasing you until you are eliminated!!! The objective of the game is to control the soldier to move around the dungeon with different levels of difficulty and thus be able to shoot everything that moves against you, to complete each level you must eliminate the ferocious Huggy Wuggy and collect the key of each level! !! You can improve your arsenal, such as your different weapons, shield, first aid kit !!! Features: Action, shooting and puzzle game. Difficulty levels with multiple enemies. Collection of weapons and survival kits. Fight between soldiers and multiple monsters.', 'https://img.gamemonetize.com/uesxm85h3fp1mlb956m8lhgwmo92w0r3/512x384.jpg', 'https://html5.gamemonetize.com/uesxm85h3fp1mlb956m8lhgwmo92w0r3/', '0', 'Adventure', 0, 0, '', 'dungeon-poppy-playtime'), (10105, 'Block Stack 3D', 'A very challenging casual puzzle game, seemingly simple gameplay actually want to achieve high scores is not easy, test the player\'s reaction and hand speed, easy to use the operation skills, fun and interesting game levels, the best game to kill time.', 'https://img.gamemonetize.com/trltidnug856kmwd6pglqxsti7v8r3g9/512x384.jpg', 'https://html5.gamemonetize.com/trltidnug856kmwd6pglqxsti7v8r3g9/', '0', 'Adventure', 0, 0, '', 'block-stack-d'), (10106, 'Roll Sky Ball 3D', 'Fast-paced ball rolling game with various and unexpected tracks and obstacles. Can you reach the goal each time? Slide to move the ball and focus on the track, have a blast!', 'https://img.gamemonetize.com/bo8aj5rw7esbj1gtkl7lt3obzivfi2mz/512x384.jpg', 'https://html5.gamemonetize.com/bo8aj5rw7esbj1gtkl7lt3obzivfi2mz/', '0', 'Arcade', 0, 0, '', 'roll-sky-ball-d'), (10107, 'Jump Impostor Hurry Up', 'Have fun with this entertaining casual game Jump Impostor Hurry Up is a new game where a little impostor got stuck and needs help to climb the canyon and survive!!! jump and jump and do not stop jumping and have fun with this entertaining new game !!! A little impostor needs your help, he was trapped in a canyon and he will seek to get out safe and sound, so use your ability to play and jump at the right time to jump over the walls of the canyon, on your way you will find bonuses and coins to improve your skills The objective of the game is to improve your score with each attempt, jump and do not stop jumping to get as far as possible, collect all the coins you can, but be careful of the dangerous objects on your way! On your way you can buy new avatars to improve your ability to jump.', 'https://img.gamemonetize.com/3sy01gpszk0npkpqsgh73e77gedkbk4r/512x384.jpg', 'https://html5.gamemonetize.com/3sy01gpszk0npkpqsgh73e77gedkbk4r/', '0', 'Clicker', 0, 0, '', 'jump-impostor-hurry-up'), (10108, 'Happy Kids Burger Maker', 'Hello young chefs! Are you craving for delicious fast food meal? Make your own burgers, French Fries chips and cold drinks in kitchen. Practice your cooking skills and learn new cooking techniques to rise as the best junior master chef in this fun kitchen cooking game.Pack your fast food in happy junior meal boxes.', 'https://img.gamemonetize.com/ofzxmomp542ak29ncasmgim7rjd09mzs/512x384.jpg', 'https://html5.gamemonetize.com/ofzxmomp542ak29ncasmgim7rjd09mzs/', '0', 'Girls', 0, 0, '', 'happy-kids-burger-maker'), (10109, 'Dead Target Shoot Zombies', 'Grab your rifle, your gun or whatever you have to survive the zombie apocalypse. Kill zombies and earn points to upgrade weapons. It is free! Don\'t miss this opportunity! Hurry up before we all turn into zombies!', 'https://img.gamemonetize.com/hst0bxaayfwwd9wi6j02pt1oq7ep9wi0/512x384.jpg', 'https://html5.gamemonetize.com/hst0bxaayfwwd9wi6j02pt1oq7ep9wi0/', '0', 'Shooting', 0, 0, '', 'dead-target-shoot-zombies'), (10110, 'Crazy Scientist', 'Play Crazy Scientist. Crazy Scientist is an online free game where you can play as a crazy scientist. Run around the lab and catch your crazy experiments and make sure you avoid the devil! Be the best scientist and win the game! Play now! Crazy Scientist is a brand new online game where you can play as a crazy scientist. The lab is full of dangerous experiments, but that doesn\'t mean you need to be afraid of them! Just run behind the scenes and make sure you avoid the devil that would destroy your experiment collection! Play Crazy Scientist! You have to be a bit crazy to become a scientist. But it\'s good to let the inner scientist come out once in a while. At Crazy Scientist, you can have endless fun playing as the only person we know that could end up bringing down the world - but he\'s on our side! Run around with your radioactivity gun and make sure you avoid getting caught by The Devil while catching your experiments! Remember, you\'re being graded on how quickly you collect even more radioactive disasters, so speed is key here. If you win, you\'ll go down in history for being labeled \'the fastest scientist in existence\'. You can now become a mad scientist in your free time! Be the most awe-inspiring inventor of all time by running around and catching your crazy science experiments as you try to avoid the devil. You must own this game if you enjoy being a scientist/entrepreneur or just plain like video games, so take advantage of this opportunity and play now!', 'https://img.gamemonetize.com/b37427r6evwyura47g72y2ee0td252hi/512x384.jpg', 'https://html5.gamemonetize.com/b37427r6evwyura47g72y2ee0td252hi/', '0', 'Shooting', 0, 0, '', 'crazy-scientist'), (10111, 'Cat Chef and Broccoli', 'The cute broccoli needs to escape from the chef cat, he will catch it and make dinner. Help the broccoli to reach the fridge while the sweet chef cat chases the cute broccoli. broccoli be careful cookies are not your friend they are the enemy. There are obstacles on your way, be careful with obstacles such as salt shakers and graters.', 'https://img.gamemonetize.com/shjdn3f6h4s1lec3521r495ytvllyw2j/512x384.jpg', 'https://html5.gamemonetize.com/shjdn3f6h4s1lec3521r495ytvllyw2j/', '0', 'Arcade', 0, 0, '', 'cat-chef-and-broccoli'), (10112, 'Dozie Penguin', 'Penguin Dozie is a super nostalgic, very fun and challenging game Help the little penguin to get back to his home in 30 levels, beware of the traps and challenges that get in his way.', 'https://img.gamemonetize.com/f0v771pq3ywc17r52jzrkkr643f3bv60/512x384.jpg', 'https://html5.gamemonetize.com/f0v771pq3ywc17r52jzrkkr643f3bv60/', '0', 'Adventure', 0, 0, '', 'dozie-penguin'), (10113, 'Frozen Honey Asmr', 'Frozen Honey Asmr is a very popular game. Do you like honey? It\'s sweet, soft and tasty. Try putting it into the fridge and you will find it even more tasty. In this game you are an owner of the frozen honey shop and people love your honey. Don\'t let customers wait too long. Come and make frozen honey for them. Start the cooking with choosing your favorite bottle. And then add some candies you prefer into the bottle. Next step is to pour colorful honey in to the bottle. After mixing the honey, put it into the fridge. And finally the frozen honey is finished! Give it to your customers and let them have a try. Not just cooking the honey, you can also decorate your shop with fancy decorations. Also the sound effect during the cooking process can help you relax. Come to play this game and have fun!', 'https://img.gamemonetize.com/apuzeh0bpboktq66ce9zwhsllt7iwhdy/512x384.jpg', 'https://html5.gamemonetize.com/apuzeh0bpboktq66ce9zwhsllt7iwhdy/', '0', 'Girls', 0, 0, '', 'frozen-honey-asmr'), (10114, 'Shape Shift Run', 'Shape Shift Run game is an interesting online game that uses fingers to control the graphic to transform its shape. The graphic in your hands has different elasticity, and you can change different shapes by clicking with your fingers. You need to adjust the shape in time according to the obstacles ahead and easily pass the customs by changing it into a matching graphic. All jelly shapes need to be completed in a very short time. Come and challenge it!', 'https://img.gamemonetize.com/gpkwnnubl6yfd36uin161lnd1zaxqoxw/512x384.jpg', 'https://html5.gamemonetize.com/gpkwnnubl6yfd36uin161lnd1zaxqoxw/', '0', 'Boys', 0, 0, '', 'shape-shift-run'), (10115, 'Doctor Pets Be Vet and Help Animals', 'Doctor Pets brings you a great chance to make animals healthy and happy again. Nature is home to a playful motley crew of animals. Dogs, cats, rabbits, and monkeys are looking for your help in a forest pet hospital. They need a doctor\'s help and they need it right now!', 'https://img.gamemonetize.com/trsiq22rc7bcu1qleztq8lo9djre00nm/512x384.jpg', 'https://html5.gamemonetize.com/trsiq22rc7bcu1qleztq8lo9djre00nm/', '0', 'Hypercasual', 0, 0, '', 'doctor-pets--be-vet-and-help-animals'), (10116, 'Doctor Kids 2 Doctor Game', 'Check the respiratory system, fix sore throat problems, get rid of head lice, heal digestive problems, use a head MRI scan, or fly an emergency helicopter. Use your medical skills and spread a bit of happiness to your sick little patients.', 'https://img.gamemonetize.com/9cqnazvygopdztm0b5u3uf64k7o8soa6/512x384.jpg', 'https://html5.gamemonetize.com/9cqnazvygopdztm0b5u3uf64k7o8soa6/', '0', 'Hypercasual', 0, 0, '', 'doctor-kids---doctor-game'), (10117, 'Jumpy! The legacy of a chicken', 'A little nervous chicken, which has been affected by hormones, is ready to escape. Use your special abilities to escape from the slaughterhouse, jump on the walls, avoiding electric sparks.', 'https://img.gamemonetize.com/tzk618kmc1wutpaync60e8px7ha75qeu/512x384.jpg', 'https://html5.gamemonetize.com/tzk618kmc1wutpaync60e8px7ha75qeu/', '0', 'Clicker', 0, 0, '', 'jumpy-the-legacy-of-a-chicken'), (10118, 'Save Us Fidget', 'SAVE US Clash War is a entertaining game to test your IQ, creativity or Are you a genius of puzzle games', 'https://img.gamemonetize.com/pto40z5nsxzdnc4unncqycjgyy7cojr6/512x384.jpg', 'https://html5.gamemonetize.com/pto40z5nsxzdnc4unncqycjgyy7cojr6/', '0', 'Puzzles', 0, 0, '', 'save-us-fidget'), (10119, 'Stack Maze Puzzle Game 3D', 'Stack them up! Move and stack up the tiles higher and higher on the maze. Try to avoid obstacles and finish the line!. Which level can you reach? Stack Maze is ready to challenge you!!', 'https://img.gamemonetize.com/tlhf5rwo1hov7l310fktwxonyyrszutw/512x384.jpg', 'https://html5.gamemonetize.com/tlhf5rwo1hov7l310fktwxonyyrszutw/', '0', 'Puzzles', 0, 0, '', 'stack-maze-puzzle-game-d'), (10120, 'Bridge Runner Race Game 3D', 'Try to build your own Bridge by competing with others for collectible blocks! You should look out for potential looters.', 'https://img.gamemonetize.com/vj700q4n4aegb340741c2q3pvddzjp9f/512x384.jpg', 'https://html5.gamemonetize.com/vj700q4n4aegb340741c2q3pvddzjp9f/', '0', 'Hypercasual', 0, 0, '', 'bridge-runner-race-game-d'), (10121, 'Infinity Falling', 'Catch all the falling blocks and achieve the highest score. www.durmangames.com', 'https://img.gamemonetize.com/2jynixdgbi1usyw6cyeuo7kyoypdvpax/512x384.jpg', 'https://html5.gamemonetize.com/2jynixdgbi1usyw6cyeuo7kyoypdvpax/', '0', 'Puzzles', 0, 0, '', 'infinity-falling'), (10122, 'Up and Down Colors Game', 'Test your reflexes in the speediest game ever. It\'s super simple and you have only 2 choice on your path: up or down. If you bump into an obstacle, you loose. Are you ready to raise the challenge ?', 'https://img.gamemonetize.com/v032lw4aoxblhtp3nhwucoivel8kzr80/512x384.jpg', 'https://html5.gamemonetize.com/v032lw4aoxblhtp3nhwucoivel8kzr80/', '0', 'Arcade', 0, 0, '', 'up-and-down--colors-game'), (10123, 'Wizards vs Swamp Creatures', 'You’re still expecting your admission letter to the school of wizards? While you’re waiting, you may want to try and give yourself a foretaste of your soon-to-be great life as a magnificent sorcerer. Between hunting dragons and racing on your broom, you’ll also have to… hunt creatures of flabby jelly in the swamps around your tower. It’s finally time to put both of your feet in the mud and to launch fireballs on those little vermin.', 'https://img.gamemonetize.com/t302fhn7pmjzsqsymeve9r3uzxz53hef/512x384.jpg', 'https://html5.gamemonetize.com/t302fhn7pmjzsqsymeve9r3uzxz53hef/', '0', 'Shooting', 0, 0, '', 'wizards-vs-swamp-creatures'), (10124, 'Yatzy Yams', 'Hardcore fans of game of dices from all age and all corner of the earth, approach! May it be to occupy yourself during a trip or to share a moment with a friend, Yahtzy Yam’s is the perfect game for you. This adaptation of a classic game of dice has a strategic aspect and an aleatory one that are going to make you completely addicted! Download it absolutely.', 'https://img.gamemonetize.com/0zfngcvoh87suadxbf4o50fbcol59k88/512x384.jpg', 'https://html5.gamemonetize.com/0zfngcvoh87suadxbf4o50fbcol59k88/', '0', 'Multiplayer', 0, 0, '', 'yatzy-yams'), (10125, 'Gta Car Racing Simulation Parking 3', 'Take complete control of your vehicle, perfect your driving, and prove your place in the Hot Lap League. Drift and race your car around 150+ mind blowing tracks, each requiring unique techniques and strategies. Improving your time by racing your best is the only way to the top. It’s you, the track and the clock - no driving assist, no nonsense. ARCADE STYLE EXCITEMENT Experience and master a range of extraordinary tracks! Launch your car over huge jumps, skillfully manoeuvre through enormous loops, and defy gravity on magnetic asphalt at maximum speeds. HIGHEST QUALITY RACING EXPERIENCE A thrilling mobile racing experience at console quality! Hot Lap League delivers a first class mobile racing experience with intuitive steering, remarkable visuals and outstanding performance. VEHICLE CUSTOMISATION Personalise the look of your cars with 100 different customisation options! WHERE DO YOU RANK IN THE LEAGUE? Unlock harder tracks as your skill drives you up the leaderboard. Compete against the community to prove where you rank in the Hot Lap League! FEATURES - Competitive time trial racing action - Daily events and challenges for rewards - Visual customisation - Live global leaderboard - Race against real player ghosts - Compete to set world record times - Dynamic racing - full car control, power sliding, boosting - Variable track elements - jumps, loops, magnets - Over 150 exciting tracks', 'https://img.gamemonetize.com/981pei45n9muymwmopqlp0kgewkrc8jf/512x384.jpg', 'https://html5.gamemonetize.com/981pei45n9muymwmopqlp0kgewkrc8jf/', '0', 'Racing', 0, 0, '', 'gta-car-racing--simulation-parking-'), (10126, 'Dr Driver ', 'DR Driving 2 is an awesome stunt car game development by CoolMathGamesKids.com, where you you will drive your car as fast as possible to perform various stunts on loo', 'https://img.gamemonetize.com/ly8x7bk5rn17ktcimyasi9cq0eco5bty/512x384.jpg', 'https://html5.gamemonetize.com/ly8x7bk5rn17ktcimyasi9cq0eco5bty/', '0', 'Arcade', 0, 0, '', 'dr-driver-'), (10127, 'Going Balls 2022', 'Extreme Balancer 3 is an adventurous game in which you have to balance the ball and reach to the boat by escaping the traps. The whole surrounding is full of water and you have to balance the ball on the wooden bridges by avoiding the obstacle and you have to reach the boat without falling in water. Extreme Balancer 3 comes with improved controls than its earlier part so you can balance the 3D ball much accurately. Enjoy!', 'https://img.gamemonetize.com/l1pkvehngrq75l332iauuhox89ca5fom/512x384.jpg', 'https://html5.gamemonetize.com/l1pkvehngrq75l332iauuhox89ca5fom/', '0', 'Racing', 0, 0, '', 'going-balls-'), (10128, 'Hard Car Parking 5', 'Get ready to practice in this best parking simulator. This car parking games will develop your driving skills but not car racing skills.', 'https://img.gamemonetize.com/5mxa05ly6xfwxngwiu7aoi44za3ma2ow/512x384.jpg', 'https://html5.gamemonetize.com/5mxa05ly6xfwxngwiu7aoi44za3ma2ow/', '0', 'Arcade', 0, 0, '', 'hard-car-parking-'), (10129, 'Prado Parking', 'Keep your finger to the floor and be ready for absolutely anything in this ridiculously entertaining mobile parking game where you really never know what’s around the next corner. Fine-tune your ride, keep your foot on the gas, dodge the endlessly varied obstacles, and try to keep out the way of your equally manic rivals in super-fast, super-exciting that always offer', 'https://img.gamemonetize.com/3z4olena1jbo8egu0s0ravz01tgl5js2/512x384.jpg', 'https://html5.gamemonetize.com/3z4olena1jbo8egu0s0ravz01tgl5js2/', '0', 'Arcade', 0, 0, '', 'prado-parking'), (10130, 'Dr Driver 2', 'Select different super cars and drive them as fast as you can across the city.', 'https://img.gamemonetize.com/dtejwt876qoglbwxjb8hu0yymnik2nhi/512x384.jpg', 'https://html5.gamemonetize.com/dtejwt876qoglbwxjb8hu0yymnik2nhi/', '0', 'Hypercasual', 0, 0, '', 'dr-driver-'), (10131, 'Candy Land Puzzle Game', 'Candy Land Puzzle is a new match-3 puzzle game. Play now & try to beat 99 challenging levels ! Collect fruit baskets or go treasure hunting with your spade. But beware of the moles, they will ruin your whole garden! Complete the daily missions or the daily challenge to earn additional coins and other gifts.', 'https://img.gamemonetize.com/byzcwe5etbu00r0yfgzmaq954bvnqho8/512x384.jpg', 'https://html5.gamemonetize.com/byzcwe5etbu00r0yfgzmaq954bvnqho8/', '0', 'Puzzles', 0, 0, '', 'candy-land-puzzle-game'), (10132, 'MonsterTruckParking Free 3D Blue', 'Description Brain for Monster Truck Parking is a unique and imaginative driving game in which you must control a monster truck and aim to make deliveries. You must control both the movement of the truck and also create a path for it to move along from point to point. You must also collect all the gold stars on a level and ensure that your cargo does not fall off of the', 'https://img.gamemonetize.com/k5zd4nfxegiitjus9eds3u59l98jfygm/512x384.jpg', 'https://html5.gamemonetize.com/k5zd4nfxegiitjus9eds3u59l98jfygm/', '0', 'Hypercasual', 0, 0, '', 'monstertruckparking-free-d-blue'), (10133, 'Monster High Clawdeen Makeup', 'She is a wolf, who is a student at Monster High. She is a talented fashion designer, who\'s ready to make her name with an impressive portfolio, worthwhile connections, and even a fashion show in Scaris on her name. Apply new style makeup to Clawdeen. She should be very stylish with her jewelry and dresses.', 'https://img.gamemonetize.com/1p65d8e9gxnnpewlsioo5l6cden755vs/512x384.jpg', 'https://html5.gamemonetize.com/1p65d8e9gxnnpewlsioo5l6cden755vs/', '0', 'Girls', 0, 0, '', 'monster-high-clawdeen-makeup'), (10134, 'Color Sequence 99', 'in this game The objective is to complete the sequence, forming a list of the same color.', 'https://img.gamemonetize.com/njjoi0jdhjzau6vhttz4w0xuuznrcjq5/512x384.jpg', 'https://html5.gamemonetize.com/njjoi0jdhjzau6vhttz4w0xuuznrcjq5/', '0', 'Puzzles', 0, 0, '', 'color-sequence-'), (10135, 'Monster Truck Destruction', 'reat physics, real-time destruction and over 60 licensed trucks such as BIGFOOT and USA-1 to race in 32 dirt and snow covered tracks. MONSTER Compete in 4 championships across 32 offroad tracks in drag or freestyle, land insane jumps, backflips and master your monster truck. TRUCK Drive over 60 licensed monster trucks such as BIGFOOT, USA-1, Boogey Van, Outback Thunda, Virginia Beast tanks, Traxxas RC trucks and upgrade your engine exhaust, intake, suspension and transmission to keep up with the competition. DESTRUCTION Realistic real-time damage and physics!', 'https://img.gamemonetize.com/ux5ukmqx1aimqio6mca7d7qmy1lp8mn1/512x384.jpg', 'https://html5.gamemonetize.com/ux5ukmqx1aimqio6mca7d7qmy1lp8mn1/', '0', 'Arcade', 0, 0, '', 'monster-truck-destruction'), (10136, 'Prado Car Parking Car Games', 'Extreme & amazing feature of this offline parking games is its manual camera selection. This prado car game allow you to select the driving camera on any angle (360°) & then freely drag, drive or park your kids prado cars in any direction. In this prado driving car parking, primarily you have only one luxury cop car for driving and hard parking lot in parking adventure, but you can unlock more sports cars through earned coins. Tons of extreme police car racing levels are offered in this driving school. Every level has sensor type obstacles and hurdles, which indicates a real impossible prado parking 3d environment. This prado simulator games are best car game 2022 gives you a chance to become an expert Prado driver in automatic and manual parking games new 2022. Prado Car Parking: Car Games Car Parking Challenge is the car simulation game & car parking game with highest graphics ever! If you think that you are the best driver of modern prado car parking 3d, do not stop and enjoy the parking games! Drive intense prado car around the car parking lot to pass the missions in the fastest time you can in this parking games. Our smash hit Multi Level prado Car Parking Simulator game is back with an all-new sequel, bigger and better than ever. Prado car Parking is back in the sequel to the biggest mobile parking simulation game of all time prado car games. Parking Games: Challenging Game This game starts a new era of parking simulation gameplay with super stunning graphics. Unlike other four-wheeler games, we offer you a car parking games with superior quality graphics, easy parking management with high precision, and different camera angles to drive a car and a beautiful vehicle view of prado driving. this luxury car parking will give you a full real-like feeling. So, we offer you realistic experience of prado parking 3d at a high level. But it is not just about killing some time. Parking Challenge Our prado driving game is a source of unlimited entertainment. Our car games have realistic HD graphics and realistic car sound effects. Install our car games, fasten your seat belts and get ready to drive. Experience the thrill of Prado parking 2022 with our driving game. If you love Prado car driving games then these real car games are a good choice for you. It is one of our most popular games car simulators with unlimited fun. New Prado Car Parking Adventure Crazy car parking game is ushering in a new era with amazing graphics and challenging multi-level offline car games. Fasten your Seat Beatles for a city trip with the fastest and most visually stunning prado car games. Show off your driving skills and park your Prado in modern prado car games. New prado parking free car driving games will make you the best driver of real parking adventure of parking games and car driving games. Complete the luxury Prado car parking space and various levels. Stylish Car Parking Different Levels: Offline Games There are lots of free car parking offline car games on the play store but this is a new prado parking offline game and this game adds an interesting aspect to the fun of car parking games. This is real parking adventure car parking offline car games that will give you the opportunity to drive racing cars on challenging levels of prado car parking. Parado games give you many car parking game missions. Complete the parking challenge and get ready for the next level because each level is harder and more beautiful than the spread level.', 'https://img.gamemonetize.com/g3nupi2euyhlfj3xjwy4lg5a3p3hg1aa/512x384.jpg', 'https://html5.gamemonetize.com/g3nupi2euyhlfj3xjwy4lg5a3p3hg1aa/', '0', 'Arcade', 0, 0, '', 'prado-car-parking-car-games'), (10137, 'Huggy In Squid Game', 'Play squid games with poppy playtime chapter 2 and 456 survival game challenges where huggy wuggy runs with poppy run 3d in huggy wuggy game. Play this amazing poppy playtime game where poppy runner performs poppy hide \'n seek from the scary doll. These poppy survival squid games will give you the best excitement of huggywuggy poppy run.', 'https://img.gamemonetize.com/5d4g0gislktmqrsdnezw9xz324jh7jjr/512x384.jpg', 'https://html5.gamemonetize.com/5d4g0gislktmqrsdnezw9xz324jh7jjr/', '0', 'Action', 0, 0, '', 'huggy-in-squid-game'), (10138, 'Wolverine Easter Egg Games', 'Wolverine Easter Egg Games is a simple and fun clicker game. Select 2 or more Egg with the same color and matching them. Play best Easter Egg games online for Wolverine! The more egg you matching in a single tap, the more points you earn for every egg you will get a bonus coin that you can use to Play More Eggs Of Wolverine Easter Egg Games', 'https://img.gamemonetize.com/a96d9t22h9lmnjdd2tduyyefmu1unxay/512x384.jpg', 'https://html5.gamemonetize.com/a96d9t22h9lmnjdd2tduyyefmu1unxay/', '0', 'Puzzles', 0, 0, '', 'wolverine-easter-egg-games'), (10139, 'Arrow Kid', 'Arrow Kid is a retro style pixel game, use the touch buttons or the ctrl keys to shoot arrows and space to jump, shoot arrows and jump on them to jump higher, get the key that will open the door to change the level.', 'https://img.gamemonetize.com/b0lb5o23h2rucq00jfzq9npa72ri6sro/512x384.jpg', 'https://html5.gamemonetize.com/b0lb5o23h2rucq00jfzq9npa72ri6sro/', '0', 'Puzzles', 0, 0, '', 'arrow-kid'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (10140, 'Squadron Hero Alien Invasion', 'The intergalactic warriors are in the middle of a fierce battle against aliens. The extra-terrestrials have invaded our planet and started to destroy everything. These guardians (that\'s what we call the earth warriors) are preparing to clean up our planet and protect it from harm; to do this, they need your help. But watch out: Their boss, the Fatboy, will not let you achieve your goal. Attack on Fatboy is a game that will test your speed and your fighting abilities.', 'https://img.gamemonetize.com/ylc59kvi09y1schfshye5w1xbodqk4x9/512x384.jpg', 'https://html5.gamemonetize.com/ylc59kvi09y1schfshye5w1xbodqk4x9/', '0', 'Adventure', 0, 0, '', 'squadron-hero--alien-invasion'), (10141, 'Soosiz', 'In this game you control your character moving them around a world that revolves around you. As you move around the landscape your character clings o the ground via gravity – use it your advantage to move from one platform to the next. This is a fun exploring adventure games enjoy it!', 'https://img.gamemonetize.com/spgwoautqjudvdnurci260ejaqbf74j9/512x384.jpg', 'https://html5.gamemonetize.com/spgwoautqjudvdnurci260ejaqbf74j9/', '0', 'Puzzles', 0, 0, '', 'soosiz'), (10142, 'Fish Makeover 2022', 'A new super stylist has arrived in town! Make sure your make-up and fashion style are on point in this narrative game about a fashion makeover. Show up and get counted! Take pictures for the Stylegram at swanky soirees. This makeover tale game shows off your fashion style and make-up abilities. You\'ve recently discovered that being a great stylist would allow you to cash in on your shopping and beauty prowess. Someone who\'s anyone will now come to you for a makeover. Now. I can\'t wait to see what you do with them! Create for your customers the best style for a gaming stylist. If you want to show the world how amazing you are, join them at their VIP gaming events and take pictures of them. Become a fashion stylist and establish a large clientele in this fantastic video game.', 'https://img.gamemonetize.com/r95zb2p7drr1n9tlldehwwgkplycfy3d/512x384.jpg', 'https://html5.gamemonetize.com/r95zb2p7drr1n9tlldehwwgkplycfy3d/', '0', 'Arcade', 0, 0, '', 'fish-makeover-'), (10143, 'Sponge Bob Coloring', 'SpongeBob coloring pages for kids are funny coloring pictures with characters and plots from the animated series SpongeBob SquarePants. Yellow SpongeBob living in Bikini Bottom is known and watched with pleasure by all children of the world, so coloring SpongeBob coloring pages will be interesting for boys and girls of different ages.', 'https://img.gamemonetize.com/fhmkodx16cqw9z4pd4mnmjy6rju97wyo/512x384.jpg', 'https://html5.gamemonetize.com/fhmkodx16cqw9z4pd4mnmjy6rju97wyo/', '0', 'Arcade', 0, 0, '', 'sponge-bob-coloring'), (10144, 'On fire basketball shots', 'Try to be the best basketball shooter in the league. How many basket can you make in a row ? How many can you make in a row ? game,games,cool,fun,nice,genial,top,best,shoot,address,super,good,1,2,3,2020,shoot,shot,basket,basketball,ball,basketball,basketball,points,bounce,fluorescent,glow,neon,arcade', 'https://img.gamemonetize.com/txe27fpkx2efmr9v9w9ag251ppmu6zke/512x384.jpg', 'https://html5.gamemonetize.com/txe27fpkx2efmr9v9w9ag251ppmu6zke/', '0', 'Hypercasual', 0, 0, '', 'on-fire--basketball-shots'), (10145, 'Freaky Monster Rush', 'It\'s time to start an afresh race. To merge the DNA of each component of your monster runner limb by limb, complete each obstacle course by evading barrels, knocking back your foes, and running through the proper gates.', 'https://img.gamemonetize.com/7si49vi5c3s8i2vaxg1ytmqk17tmpn3o/512x384.jpg', 'https://html5.gamemonetize.com/7si49vi5c3s8i2vaxg1ytmqk17tmpn3o/', '0', 'Arcade', 0, 0, '', 'freaky-monster-rush'), (10146, 'Paint My House', 'White houses are boring and no joy. Bring the colours in and paint everything in seconds! To complete every level, paint all-white spaces. Swipe left, right, up and down and fill all the empty spots! Every level is 100% possible to solve. Yet not everyone can do it! Are you up for the puzzle?', 'https://img.gamemonetize.com/zlhd34fc71u2826h5a2se7c3svjwbb60/512x384.jpg', 'https://html5.gamemonetize.com/zlhd34fc71u2826h5a2se7c3svjwbb60/', '0', 'Hypercasual', 0, 0, '', 'paint-my-house'), (10147, 'Desire IO', 'A dynamic multiplayer game with a first-person view! There are several game modes available for you to choose from that are suitable for all players. Unlock and upgrade fighters, complete tasks and compete with other players in tournaments!', 'https://img.gamemonetize.com/z6bxu09p77m6wa2ceb4nbd8s4i35ktiq/512x384.jpg', 'https://html5.gamemonetize.com/z6bxu09p77m6wa2ceb4nbd8s4i35ktiq/', '0', 'Shooting', 0, 0, '', 'desire-io'), (10148, 'Kitty Animal Hair Salon', 'Welcome to Amy\'s Animal Hair Salon - the best cat beauty salon game for girls and boys! Here kids can become pet stylists and play with the cutest cats! Animal style icon Amy the leopard opened her own Animal Hair Salon for cats! Meet her first fluffy cat clients and help them get their dream hair and fashion makeovers! Wash, brush, curl, straighten, color and style the cats\' beautiful hair! Dress the cats up in colorful trendy clothes!', 'https://img.gamemonetize.com/lttd1bymnz9a2louz4z8ergrkz6p9kfh/512x384.jpg', 'https://html5.gamemonetize.com/lttd1bymnz9a2louz4z8ergrkz6p9kfh/', '0', 'Girls', 0, 0, '', 'kitty-animal-hair-salon'), (10149, 'Snack Rush Puzzle Game', 'Snack Rush Puzzle is a casual and puzzle online game, which is free for kids. This game is a combination of cartoon style and fun games. Your tasks are to eat a big meal, pass some obstacles on the way. You have to flexibly change the position, complete the series of challenges of the level, continuous clearance, at the end of each level. Come and challenge yourself here!', 'https://img.gamemonetize.com/mpew4y72k0feph85yeyz6wi50tubdkn3/512x384.jpg', 'https://html5.gamemonetize.com/mpew4y72k0feph85yeyz6wi50tubdkn3/', '0', '3D', 0, 0, '', 'snack-rush-puzzle-game'), (10150, 'Long Haired Girl', '1. The picture in the game is also very simple, which brings you a very comfortable game environment; 2. In the level, you need to collect more hair. The longer the hair, the more points you get; 3. The playing method is also very simple. Players only need to click on the screen to operate;', 'https://img.gamemonetize.com/9z6hdj2p3r951u0s5tna2ui1f99fvrnf/512x384.jpg', 'https://html5.gamemonetize.com/9z6hdj2p3r951u0s5tna2ui1f99fvrnf/', '0', 'Adventure', 0, 0, '', 'long-haired-girl'), (10151, 'Rescue The King', '1. There are many unique levels in the game, and the old king of each level will be in different difficulties; 2. By observing the layout of different organ scenes, we can think out the way to save the old king and put it into action; 3. There are physical limitations in passing through customs. Each time you pass through customs, you need to consume physical strength. If you win, you can get a physical reward.', 'https://img.gamemonetize.com/e0tjw8oojpupxlss8a2i8gtvj1i05ljk/512x384.jpg', 'https://html5.gamemonetize.com/e0tjw8oojpupxlss8a2i8gtvj1i05ljk/', '0', 'Adventure', 0, 0, '', 'rescue-the-king'), (10152, 'Parking Cars 2022', 'Are you fed up with parking games that all look the same and lack high-quality graphics and originality? A new parking lot where you can keep your car as long as you want is something you\'re looking forward to playing. We realize you\'ve come to our site searching for a game that\'s just right for you. In contrast to other racing games, we give you a game with higher visuals, easier parking management with a sensor system, and several cameras angles to drive with an in-car view and an outside of the vehicle perspective. When driving from the interior of a car, you are free to gaze at anything you like, which will offer you a more genuine experience. Consequently, we can provide you with a high-quality service. But it\'s more than simply a way to fill the time. Enjoy the game and practice parking your automobile, and you\'ll learn a lot about how to park. Parking will be your domain. Who knows? It\'s a breeze! With the help of clever gaming guidelines, you\'ll be able to master simple procedures and test them repeatedly.', 'https://img.gamemonetize.com/4k3imke4v7xkv1lnq1m02gawmo3ftd42/512x384.jpg', 'https://html5.gamemonetize.com/4k3imke4v7xkv1lnq1m02gawmo3ftd42/', '0', 'Racing', 0, 0, '', 'parking-cars-'), (10153, 'TukTuk Chingchi Rickshaw 3D', 'Taking a tuk-tuk on an off-road route can be beautiful and difficult, as you\'ll learn to do in Indiana Tuk Tuk Auto Rickshaw 2021. Use off-road terrain to choose passengers and deliver them safely to their destinations. A vehicle rickshaw driver knows the best methods for driving tuk-tuks on uphill, tough off-road routes and even devises a strategy for driving the tuk-tuks on perilous off-road hill routes, the most dangerous to drive. This free online driving game has a never-ending supply of tuk-tuks. In this 3D rickshaw game, you may drive a rickshaw and parallel park on tracks that aren\'t feasible. Make sure you\'ve had your fill of rickshaw racing thrills with your last rickshaw ride. This rickshaw driving game is a perfect choice if you\'re a genuine tuk-tuk driver. If you\'d like, you may pick out your favorite rickshaw from the garage and experience the thrill of riding in one on a narrow road as an amazing rickshaw driver.', 'https://img.gamemonetize.com/2kra5w5uwrgpf6yuq1sqfhadgs85ggdn/512x384.jpg', 'https://html5.gamemonetize.com/2kra5w5uwrgpf6yuq1sqfhadgs85ggdn/', '0', 'Racing', 0, 0, '', 'tuktuk-chingchi-rickshaw-d'), (10154, 'Cooking Mania 2022', 'When it comes to cooking games for adults, there\'s no better place to unleash your inner chef than in the city of craziness itself. You can now use it in your favourite cooking games as a cook-off challenge. Play a flurry of free food games from across the globe where you prepare and serve delectable dishes. How good are you at games that require you to manage your time? Is it possible for you to take part in and win the free cookery games challenge? In the mad rush of these culinary games for adults, can you hold your own against the crazed chef? Try these restaurants if you want to get better at time management games! It\'s not always enjoyable to practice the craziness of free culinary games in the city. You may become a great chef in the city of chef games for free with our new free cooking games for adults. If you\'re a fan of cooking competitions and delectable dishes, this cook-off game is for you. There is no better free cooking game for adults than the free cooking simulator! Even if you\'re not a foodie, you\'ll blast playing food games and free culinary games for adults.', 'https://img.gamemonetize.com/hec8488z6et2x2og5ul750u0in2mh36w/512x384.jpg', 'https://html5.gamemonetize.com/hec8488z6et2x2og5ul750u0in2mh36w/', '0', 'Arcade', 0, 0, '', 'cooking-mania-'), (10155, 'Clone Jumping', 'Welcome to Clone Jumping. It\'s a new puzzle game for kids. Use your keyboard right and left keyboard buttons to move the block. To complete the level you have to move it towards the black hole. This new game test your IQ level. Play and have fun!', 'https://img.gamemonetize.com/n21snwmm9sfrhoyywjg25c5hobi6tu21/512x384.jpg', 'https://html5.gamemonetize.com/n21snwmm9sfrhoyywjg25c5hobi6tu21/', '0', 'Puzzles', 0, 0, '', 'clone-jumping'), (10156, 'Words Search Hollywood Stars', 'Get rid of the magazines, you can now play your favorite text games on your cell phone. Word search is fit to all kinds of players. Observe and underling the word to find before the time ends. The more you advance the more words there is to find, put your neurons to work and find them all!', 'https://img.gamemonetize.com/tgd70wyhlcude39191pez8viczuvszd0/512x384.jpg', 'https://html5.gamemonetize.com/tgd70wyhlcude39191pez8viczuvszd0/', '0', 'Puzzles', 0, 0, '', 'words-search--hollywood-stars'), (10157, 'Yatzy Yams Classic Edition', 'Hardcore fans of game of dices from all age and all corner of the earth, approach! May it be to occupy yourself during a trip or to share a moment with a friend, Yahtzy Yam’s classic edition is the perfect game for you. This adaptation of a classic game of dice has a strategic aspect and an aleatory one that are going to make you completely addicted! Download it absolutely.', 'https://img.gamemonetize.com/o8nuezj1mxdy9yenk47ul0xr1fpu76a1/512x384.jpg', 'https://html5.gamemonetize.com/o8nuezj1mxdy9yenk47ul0xr1fpu76a1/', '0', 'Multiplayer', 0, 0, '', 'yatzy-yams-classic-edition'), (10158, 'Race Car Tuning Modify', 'If you are a fan of modified cars, this game is for you. Modify the racing car as you wish. You can change the color of the car, tires, mirrors and headlights. You can also light the underside of the car with colored neon lights.', 'https://img.gamemonetize.com/memohaesgx7z9cdpn5z5f6xjvpu79tpb/512x384.jpg', 'https://html5.gamemonetize.com/memohaesgx7z9cdpn5z5f6xjvpu79tpb/', '0', 'Clicker', 0, 0, '', 'race-car-tuning-modify'), (10159, 'Sky driving Missions ', 'Extreme ramp car stunt racing games: Impossible Tracks Play of impossible car games 2020 ramp drive in which you will check stunt car drive multiple gt racing car like extreme stunt racing car. Install this mega ramp car stunts driving simulator free and become professional stunt master of extreme gt car stunts games. Drive extreme stunt car jumping on zigzag tracks with extreme car driving games 2020. These mega ramp car racing games 2020 impossible stunts drive is new car stunt game for fans of extreme ramp car jumping games. Play extreme car racing stunts 2020 & practice the real mega ramp car stunt racing games. Different light car race games 2020, jump stunt car games free selections of this extreme car jumping impossible stunt car games will adore you in sky tracks. Get test driving simulator of jumping car impossible ramp driving simulator & enjoy luxury car driving simulator in sky ramps with custom extreme car challenge. Get fun of extreme city ramp car stunt race on zigzag ramp of crazy car stunts game and collect checkpoints in impossible car stunts extreme racing game. An addictive extreme car racing game for all users where you have to perform high jump & extreme driving action with luxury car stunt in impossible stunts light car tracks game. Drive in sky with top speed racing extreme car stunts games 2020 where you have to use mega ramp extreme stunt car challenge within air. Get trained for extreme racing stunts impossible tracks challenge simulated adventure. Start impossible ramp car stunts and pass out all tricky car challenge of the impossible stunt car games 2020 with extreme city stunt car racing games. Extreme Car Jumping Gt Racing Stunts Impossible Tracks 3D A great idea of mega ramp car jump simulator where every level is fascinating. Get ready for impossible stunt car driving simulator game and wear seat belt to complete the extreme city gt stunts car racing impossible challenge one by one. Best car stunt games 2020 with new interface and astonishing environment will make the player addictive to this crazy gt car stunt racing games 2020. Get ready for extreme car stunt game mega ramp 3d simulation and join the extreme city car stunts racing to win the new stunt car race game. All levels of modern gt stunt racing car games are different and make the player amuse with extreme city car stunt driving free. Use your techniques to handle the steering wheel of this crazy car stunts games 3d with turbo cars & modern vintage car stunts to make yourself professional stunts driver of stunt racing game impossible tracks. Check smooth control of this vertical ramp car game with surprising scenes of extreme car racing stunt game will adore you to play this crazy car stunt game. An impossible stunt car racing games and enjoy sports car stunt impossible tracks game on water. Jump over the mega ramp with realistic extreme car and enjoy different angles with extreme stunt car games of 2020 impossible car 3d. Play car race game 2020 in this crazy car stunts driving games free. Best Stunt Car Jumping Games Get this ramp car stunts racing speed stunt master game. Play best car stunt games & get checkpoints, when you failed, you can restart stunt racing car games 2020 on last checkpoint which you achieve otherwise you are out of the game. So beware of hurdles and play extreme car stunts games 2020 & extreme ramp car stunt games or extreme racing car impossible Stunts. Handle the steering and cover up impossible stunt car challenge within time by avoiding to collide hurdles in extreme stunts car driver. Collect checkpoints to move forward in extreme racing ramp car driving stunts. Impossible Stunt car games: extreme car stunt drive Features: Unique idea of extreme ramp car stunt games 2020 Addictive gameplay extreme racing games Best car games 2020 Sky roof stunt trials Extreme vertical ramp car jump Play City gt racing stunts extreme car driving games & give feedback to improve extreme ramp car jump games 2020', 'https://img.gamemonetize.com/a1enpu02n27emzh6o1gnzuatwxk8shmv/512x384.jpg', 'https://html5.gamemonetize.com/a1enpu02n27emzh6o1gnzuatwxk8shmv/', '0', 'Racing', 0, 0, '', 'sky-driving-missions-'), (10160, 'Advance Car Parking Classic Car Parking Car Games', 'In this vehicle parking game, you will learn about different traffic signs like no parking signs, turn left sign, turn right, one way and many others that will also help you in the real life. The player should also avoid hitting obstacles and pass driving school test, by hitting an obstacle the game will be over and you have to restart the whole level again. Hit the finish line and unlock new exotic cars and new levels to enhance your car parking experience.', 'https://img.gamemonetize.com/25260tqoy8lioupc3wprloj3rve202im/512x384.jpg', 'https://html5.gamemonetize.com/25260tqoy8lioupc3wprloj3rve202im/', '0', 'Racing', 0, 0, '', 'advance-car-parking-classic-car-parking-car-games'), (10161, 'Winnie the Pooh dress up', 'Winnie the Pooh and Piglet are best friends. Dress up Pooh in new costumes and create your dream Pooh', 'https://img.gamemonetize.com/ah5srqfc4mif6iyff4ilamrn5gmkbmg1/512x384.jpg', 'https://html5.gamemonetize.com/ah5srqfc4mif6iyff4ilamrn5gmkbmg1/', '0', 'Girls', 0, 0, '', 'winnie-the-pooh-dress-up'), (10162, 'Run Race 3D', 'Run 3D Race - Racing The Run Race free running games and compete with others & the real Run 3D Race - Racing The Run Race Experience.', 'https://img.gamemonetize.com/snlc8n1wupcww3mtth26svsizwgble63/512x384.jpg', 'https://html5.gamemonetize.com/snlc8n1wupcww3mtth26svsizwgble63/', '0', 'Hypercasual', 0, 0, '', 'run-race-d'), (10163, 'Red Hands 2', 'Challenge your friends to play games for two and check who is the best in hand games! Ready? Alleeee!!!', 'https://img.gamemonetize.com/p651r7luddu24pd6taciqxkwitzsaeak/512x384.jpg', 'https://html5.gamemonetize.com/p651r7luddu24pd6taciqxkwitzsaeak/', '0', 'Arcade', 0, 0, '', 'red-hands-'), (10164, 'Prado Parking Free', 'Are your ready to drive Prado Simulator game and show your Prado Driving experience on crazy mountain tracks? If yes then Offroad Prado Driving Simulator gives you real off-road driving experience where you can perform your Prado Car Stunt and become a pro truck driver. So don’t miss the amazing adventure of Suv Prado Jeep Simulator and ready to drive', 'https://img.gamemonetize.com/yxz9d0rqht3rko6tgafwhsbuclt0g7jg/512x384.jpg', 'https://html5.gamemonetize.com/yxz9d0rqht3rko6tgafwhsbuclt0g7jg/', '0', 'Hypercasual', 0, 0, '', 'prado-parking-free'), (10165, 'Hard Car DrivingPark', 'More than just parking: open-world multiplayer mode, car tuning, free walking! Thousands of players are waiting for you. Join us! Multiplayer open world mode • Free walking. • Free open world with real gas stations and car services. • Compete against real players in the multiplayer racing. • Exchange cars with real players. • Thousands of real players', 'https://img.gamemonetize.com/m99dy53bad3d4zb4e82u5uczo9an89w8/512x384.jpg', 'https://html5.gamemonetize.com/m99dy53bad3d4zb4e82u5uczo9an89w8/', '0', 'Hypercasual', 0, 0, '', 'hard-car-drivingpark'), (10166, 'Knives.IO', 'Knife.Io is a game with a dynamic storyline. Start growing your knife right now. Having tried to get a more knifes, a small knife never gets stuck in one place – he’s ready to bite everyone. However, there is a danger to be eaten by a more successful player.', 'https://img.gamemonetize.com/4rl2r7mdk02ry33lqmp8aon2zrhlwl8o/512x384.jpg', 'https://html5.gamemonetize.com/4rl2r7mdk02ry33lqmp8aon2zrhlwl8o/', '0', 'Clicker', 0, 0, '', 'knivesio'), (10167, 'HighSchool Cheerleader 2', 'You are the new girl at school and you have decided to participate in the selections of the cheerleading troupe! Join the troupe and show them what you can do! Your dancing skills will help make you a pro cheerleader and maybe even the captain! Help your troupe win the top prize in the big cheerleading competition!', 'https://img.gamemonetize.com/d8ukrtu50qfnh4kqra6n6jq8nqspu9e2/512x384.jpg', 'https://html5.gamemonetize.com/d8ukrtu50qfnh4kqra6n6jq8nqspu9e2/', '0', 'Girls', 0, 0, '', 'highschool-cheerleader-'), (10168, 'Easter Bunny Eggs Shooter', 'Welcome to our newest Easter game called Easter Bunny Eggs Shooter. The game has 30 different levels with an easter eggs theme. The goal of the game is to explore all of the eggs. Each egg has a number that shows how many times the Bunny has to shoot the egg to explode. Enjoy and have fun!!!', 'https://img.gamemonetize.com/hnnbhu4by1ny4yew861sybvbw02b5wfa/512x384.jpg', 'https://html5.gamemonetize.com/hnnbhu4by1ny4yew861sybvbw02b5wfa/', '0', 'Hypercasual', 0, 0, '', 'easter-bunny-eggs-shooter'), (10169, 'Spider Girl Dress Up', 'Spider-Girl is a woman with spider senses and as strong and fast as Spider-Man. Try different costumes to create your dream Spider Girl. Let\'s dress up Spider Girl and play', 'https://img.gamemonetize.com/clmvt6d9cw7xuvqs6wyh4es0lrnn6eq8/512x384.jpg', 'https://html5.gamemonetize.com/clmvt6d9cw7xuvqs6wyh4es0lrnn6eq8/', '0', 'Girls', 0, 0, '', 'spider-girl-dress-up'), (10170, 'Finger Painting Kids', 'Finger Painting Coloring Pages is a beautiful digital coloring book for kids, pure finger painting fun without all the mess! Coloring is an excellent way to help kids develop fine motor skills, color recognition, eye-hand coordination and focusing. Our colorbook currently includes 96 beautifully designed coloring pages in 12 different themes as well as 8 blank pages to give children a chance to express themselves.', 'https://img.gamemonetize.com/4b9t6jxm1lnucfl73cbe8n8wdyvp0p43/512x384.jpg', 'https://html5.gamemonetize.com/4b9t6jxm1lnucfl73cbe8n8wdyvp0p43/', '0', 'Puzzles', 0, 0, '', 'finger-painting-kids'), (10171, '3 Minutes To Escape', '3 Minutes to Escape is a game, very fun and challenging, , challenge yourself in this game', 'https://img.gamemonetize.com/rmmnod5z5241cm4a5vecy4mg53p5czmo/512x384.jpg', 'https://html5.gamemonetize.com/rmmnod5z5241cm4a5vecy4mg53p5czmo/', '0', 'Racing', 0, 0, '', '-minutes-to-escape'), (10172, 'On The Hill', 'Experience this adventure game in you control the car, on a dangerous track with a variety of obstacles Overcome obstacles, collect coins', 'https://img.gamemonetize.com/ram2pkruj6a15gwairwgrcervum35cnf/512x384.jpg', 'https://html5.gamemonetize.com/ram2pkruj6a15gwairwgrcervum35cnf/', '0', 'Adventure', 0, 0, '', 'on-the-hill'), (10173, 'ABC Kids Tracing & Phonics', 'Looking for a fun, free, and simple educational app to help your toddler learn phonics and trace letters of the alphabet? Look no further than ABC Kids. ABC Kids is a free phonics and alphabet teaching app that makes learning fun for children, from toddlers all the way to preschoolers and kindergartners. It features a series of tracing games to help kids recognize letter shapes, associate them with phonic sounds, and put their alphabet knowledge to use in fun matching exercises. Any toddler, kindergartener or preschool age child can learn English and the English alphabet simply by following the arrows with their finger. They can even collect stickers and toys as they complete tracing games! ABC Kids is more than just a kid-friendly educational app, it was designed with adult participation in mind, too. The interface keeps toddlers focused on alphabet reading and writing, tucking menu commands away from moving fingers. Adults can easily access settings to engage Teacher Mode, look at report cards, or toggle tracing and phonics games to better facilitate learning. Best of all, ABC Kids is full-featured and free from in-app purchases and third party advertisements. Toddlers and adults can enjoy learning together without interruption. Features: - A colorful early education app that helps children learn the English alphabet. - Includes ABC tracing games, phonics pairing, letter matching, and more. - Uppercase and lowercase letters to trace, listen to, and match. - Smart interface helps kids focus on phonics and letters without accidentally exiting the game. - No third party ads, no in-app purchases, no tricks. Just pure educational fun! Features of Writing The Alphabet English ABC Kids letter school ; ✮ Free for Pre-school children or children who want to practice basic English writing ✮ Good ABC phonics sound for children learning the sound of English from A to Z. ✮ Children will learn the practice of writing letters, uppercase letters, lowercase letters A to Z, the numbers 0 to 9 ✮ Best for parents to let their children learn the basics of 26 alphabet characters. ✮ Children tireless, strategies that are easy to learn A to Z alphabet. ✮ Children will learn the alphabet by the ABC game, which helps your child to develop in the English language quickly. ✮ Children will learn the alphabet by the animals\' game, which helps your child to develop in the English language quickly. ✮ Children will love ABCs for preschoolers. ✮ Funny app handwriting for kids and trace letters ✮ Alphabet learning abe game for kids continues to update.', 'https://img.gamemonetize.com/uvhdcz0hrydzotfzvfmoisy37u474gr9/512x384.jpg', 'https://html5.gamemonetize.com/uvhdcz0hrydzotfzvfmoisy37u474gr9/', '0', 'Puzzles', 0, 0, '', 'abc-kids--tracing-amp-phonics'), (10174, ' Roll the Ball Sliding Block Rolling Puzzle ', 'Roll the Ball: Sliding Block Rolling Puzzle is the wooden jigsaw game. Play this brain game of sliding puzzle of roll the ball with everyone and smash the high score of world in this interesting family puzzle of slide ball maze. Use your mind carefully, move the blocks to create perfect track for rolling the ball, let the rolling ball pass to last block easily in a flow and unlock ball maze of this family puzzle. This relaxing wood puzzle is designed for all slide tile puzzle and sliding block puzzle fan. If you love to play puzzle games for free or you are searching for challenging sliding puzzle? This wooden jigsaw will make you crazy to unblock ball by sliding tiles with clever mind. Game Play: We have made it more excited and addicted for you to solve the rolling ball puzzle sphere by sliding blocks to suitable directions and create the right path to pass the roll ball from wooden puzzles. Different modes of this roller ball fever have different slide tile puzzle 2022 Features: Here are exciting features of this most addicting ganes of puzzles games for adults, kids and girls. Wood Puzzle Classic wooden blocks to slide and make the path to roll the ball. Rolling Ball It is fun to lead the rolling ball on skilled tracks. Impossible Tracks Intelligently create path for ball roll from impossible tracks of ball maze. Thinking Game Brain teaser slide puzzles has made this roll ball rolling block puzzle best in all thinking games. Speed Master This mindless logic game forced you to solve the puzzle of this brain challenge game as speed master to complete maximum levels in short time. Family Puzzle Game A best family puzzle game of puzzle path to pass free time in healthy way. No Wifi Riddle A cool slider-puzzle to play offline anywhere & anytime. No need to play games online. Fun of Addictive Games An addictive unblock puzzle game which contains hundreds of excited levels with the addiction of roll balls and sliding blocks. Roll Ball Rolling Block Puzzle is one of the best thinking games which gives you tough time to accurately solve the sliding block puzzle with right moves. If you like riddles and want to test your skills, you have to play this slide puzzle of roll balls which is one of the best free puzzles. There are lot of exciting tasks of slide puzzles with enjoyable entertainment of rolling ball is waiting for you in this rolling block game. Come and participate in the puzzle of the plate - the challenge of rolling the ball and see who is the true block puzzle master. If you are a real fan of block puzzles and roll the ball, download this relaxing wood puzzle game and unblock ball rolling from the puzzle path of this one of the best free puzzle games.', 'https://img.gamemonetize.com/0hsnokbowvalz7f2wm95b2fjib42wx4y/512x384.jpg', 'https://html5.gamemonetize.com/0hsnokbowvalz7f2wm95b2fjib42wx4y/', '0', 'Puzzles', 0, 0, '', '---roll-the-ball-sliding-block-rolling-puzzle-'), (10175, 'Amgel Good Friday Escape', 'AmgelEscape - Amgel Good Friday Escape is another point and click escape game developed by Amgel Escape. In this game, you are locked in a room and you have to try to escape the room by finding items and solving puzzles. Show your best escaping skills to escape from the room. Can you able to escape from the room successfully? Good luck and have fun!', 'https://img.gamemonetize.com/qg56ooqltcga008ncw63tfumpjgvbtky/512x384.jpg', 'https://html5.gamemonetize.com/qg56ooqltcga008ncw63tfumpjgvbtky/', '0', 'Puzzles', 0, 0, '', 'amgel-good-friday-escape'), (10176, 'Amgel Peace Room Escape', 'AmgelEscape - Amgel Peace Room Escape is another point and click escape game developed by Amgel Escape. In this game, you are locked in a room and you have to try to escape the room by finding items and solving puzzles. Show your best escaping skills to escape from the room. Can you able to escape from the room successfully? Good luck and have fun!', 'https://img.gamemonetize.com/aug1xyb0nri098rznyfwx52ov53kgkn4/512x384.jpg', 'https://html5.gamemonetize.com/aug1xyb0nri098rznyfwx52ov53kgkn4/', '0', 'Puzzles', 0, 0, '', 'amgel-peace-room-escape'), (10177, 'Bakugan Dress Up', 'Favorite cartoon hero Bakugan is getting ready for another adventure with his new costumes. Let\'s dress up your favorite outfit.', 'https://img.gamemonetize.com/dhyr6grazxyyzf8omfed3unh22ornvog/512x384.jpg', 'https://html5.gamemonetize.com/dhyr6grazxyyzf8omfed3unh22ornvog/', '0', 'Clicker', 0, 0, '', 'bakugan-dress-up'), (10178, 'Amgel Easy Room Escape 58', 'AmgelEscape - Amgel Easy Room Escape 58 is another point and click escape game developed by Amgel Escape. In this game, you are locked in a room and you have to try to escape the room by finding items and solving puzzles. Show your best escaping skills to escape from the room. Can you able to escape from the room successfully? Good luck and have fun!', 'https://img.gamemonetize.com/hhf154b27edvutq40sllk3egi5upforw/512x384.jpg', 'https://html5.gamemonetize.com/hhf154b27edvutq40sllk3egi5upforw/', '0', 'Puzzles', 0, 0, '', 'amgel-easy-room-escape-'), (10179, 'Steveman Horror', 'In horror, the last game of the steveman series, monsters are more dangerous, more challenging and stronger. If you want to help steveman, you have to give him strength and help. Help collect purple pumpkins and reach the portal quickly. New levels are waiting for you in the portal, pass the levels and pass the last level. Be careful, monsters can eat you. don\'t show your fear.', 'https://img.gamemonetize.com/ic8hdo9fk3ie9bpvebqsl6unlo5idxez/512x384.jpg', 'https://html5.gamemonetize.com/ic8hdo9fk3ie9bpvebqsl6unlo5idxez/', '0', 'Arcade', 0, 0, '', 'steveman-horror'), (10180, 'Tricky Track 3d 2 Game', 'Tricky Track 3D 2 is a fun confrontational parkour arcade game. At each level, you will be pitted against a human-machine and the victory belongs to the first participant to the finish line. When the road is green, you can pass. If it\'s red, you\'ll be blocked or slowed down. Watch out for the balls the other team throws at you! It will stop your progress! Doesn\'t that sound like fun?', 'https://img.gamemonetize.com/9ju5mqq6v3rkdkxjl51z5n2yuev87wff/512x384.jpg', 'https://html5.gamemonetize.com/9ju5mqq6v3rkdkxjl51z5n2yuev87wff/', '0', '3D', 0, 0, '', 'tricky-track-d--game'), (10181, 'Brutal Battle Royale 2', 'Brutal Battle Royale 2 features randomly generated battleground with lots of guns to loot and heavily armed enemies to shoot, try to shoot everyone on the map and survive in order to win each round.', 'https://img.gamemonetize.com/rgvqry48zgqwwg9drji08bpwnvamr57r/512x384.jpg', 'https://html5.gamemonetize.com/rgvqry48zgqwwg9drji08bpwnvamr57r/', '0', 'Shooting', 0, 0, '', 'brutal-battle-royale-'), (10182, 'Noob vs Hacker Zombie', 'In the Noob and the Hacker series, the hacker gets sick and turns into a zombie, and Noob goes after him to kill him. noob escape hacker has sword in hand and he will kill noob. Noob runs away to avoid dying. The noob needs to reach the portal ahead of time or he may die. Oh beware, poisonous water is rising, you can never look back. You have to run all the time to not die.', 'https://img.gamemonetize.com/a6jygvm79nly34vmiqdydr4gyk8w592h/512x384.jpg', 'https://html5.gamemonetize.com/a6jygvm79nly34vmiqdydr4gyk8w592h/', '0', 'Arcade', 0, 0, '', 'noob-vs-hacker-zombie'), (10183, 'Captain Rabbit 1', 'Be careful not to get burned and collect all the gold while completing 3 different levels with the rabbit!', 'https://img.gamemonetize.com/ixfbwdudgvev69dmwvipvcev50761jba/512x384.jpg', 'https://html5.gamemonetize.com/ixfbwdudgvev69dmwvipvcev50761jba/', '0', 'Arcade', 0, 0, '', 'captain-rabbit-'), (10184, 'President Party', 'An international conference is about to start. All the great presidents are present ... and a very special guest: a pink rabbit completely crazy! And that\'s also the way the meeting will end: completely crazy! The congress becomes a boxing ring. The presidents engage in a wrestling match! You must run over to the other presidents. The first ejected from the table will lose. The third world war is about to begin!', 'https://img.gamemonetize.com/abqlk28yhtdtts1j9n08feipr88hl431/512x384.jpg', 'https://html5.gamemonetize.com/abqlk28yhtdtts1j9n08feipr88hl431/', '0', 'Multiplayer', 0, 0, '', 'president-party'), (10185, 'Mr Crab', 'Be careful not to get burned and collect all the gold while completing 3 different levels with the crab!', 'https://img.gamemonetize.com/qjxwo0kvowbqfbbmre6amy4jnxmp4x49/512x384.jpg', 'https://html5.gamemonetize.com/qjxwo0kvowbqfbbmre6amy4jnxmp4x49/', '0', 'Arcade', 0, 0, '', 'mr-crab'), (10186, 'Red Us', 'Be careful not to get burned and collect all the gold while completing 3 different levels with the red us!', 'https://img.gamemonetize.com/qfsktltmjnk8qfsh3ykmroc8p63vshtv/512x384.jpg', 'https://html5.gamemonetize.com/qfsktltmjnk8qfsh3ykmroc8p63vshtv/', '0', 'Arcade', 0, 0, '', 'red-us'), (10187, 'Brain Workout', 'Test your math skills! Solve math examples and try to get among the best players! Choose what you like best: addition, multiplication, subtraction or division.', 'https://img.gamemonetize.com/73zp80osnuhsfbprq9kfgxh7ao7ynd5x/512x384.jpg', 'https://html5.gamemonetize.com/73zp80osnuhsfbprq9kfgxh7ao7ynd5x/', '0', 'Clicker', 0, 0, '', 'brain-workout'), (10188, 'Climb Birdy', 'Avoid the spikes by swiping your Bird upwards. Birds may fly faster when you touch them faster. Unlock amazing new characters by collecting priceless gems! – What\'s the fastest you\'ve ever reacted? This fast-paced and exciting arcade game will put your reflexes to the test. Consume as many insects as you can to build up your energy for the trek ahead. Stay away from spikes and gather stars so you may buy additional characters. A bird\'s flying experience is unique to the Bird. It\'s simpler for larger ones to capture bugs and stars, while little ones may evade the spikes by hiding in the crevices. It is simpler to pilot the plane if you have longer lap periods. Birds that cost more money have greater stamina and can fly further.', 'https://img.gamemonetize.com/gats0w2gj3r9yg9qlm8z74dk84pyxdkf/512x384.jpg', 'https://html5.gamemonetize.com/gats0w2gj3r9yg9qlm8z74dk84pyxdkf/', '0', 'Arcade', 0, 0, '', 'climb-birdy'), (10189, 'Let Us Pop', 'Let Us Pop is an interesting pop game recently. You only need to control the ball by moving it to pop all the pops. It is a simple game play and good for kids to train their brain flexibility. Isn\'t it cool? So, come to play now! You can share it with your friends to enjoy the double happiness! Have fun!', 'https://img.gamemonetize.com/zkfxfftv55x7c8chuur21oyv6vb2vrmh/512x384.jpg', 'https://html5.gamemonetize.com/zkfxfftv55x7c8chuur21oyv6vb2vrmh/', '0', 'Puzzles', 0, 0, '', 'let-us-pop'), (10190, 'Drawing For Kids', 'Drawing For Kids is an amazing animal coloring game, you need to draw an animal following the guide. Once you have finished your job, every animal will magically revive, butterflies start to flutter and laugh, hedgehogs roll into a ball, and rockets fly into space. Have a good time in Drawing For Kids with these animals!', 'https://img.gamemonetize.com/ex66vt3rwo9poix61v3fc98o7wswfftp/512x384.jpg', 'https://html5.gamemonetize.com/ex66vt3rwo9poix61v3fc98o7wswfftp/', '0', 'Girls', 0, 0, '', 'drawing-for-kids'), (10191, 'Beauty Clinic Spa Salon Full Body Makeover', 'Hey girls! Come and enjoy running your Beauty Clinic now! There are so many clients who wait for a new SPA experience! There, Beauty Clinic, your goal is to make your customers look amazing and feel satisfied. Don\'t hesitate, start now Play it!', 'https://img.gamemonetize.com/52peje5gxptc48qw77ak9tmejrdgg6vr/512x384.jpg', 'https://html5.gamemonetize.com/52peje5gxptc48qw77ak9tmejrdgg6vr/', '0', 'Hypercasual', 0, 0, '', 'beauty-clinic-spa-salon--full-body-makeover'), (10192, 'Peppa Pig Match3', 'A logic game in the genre of three in a row, made in the scenery of the children\'s cartoon Peppa Pig. Collect images of heroes in rows of three or more.', 'https://img.gamemonetize.com/a2qm1j4p93jazhvvfjejhhjeimgj8t28/512x384.jpg', 'https://html5.gamemonetize.com/a2qm1j4p93jazhvvfjejhhjeimgj8t28/', '0', 'Puzzles', 0, 0, '', 'peppa-pig-match'), (10193, 'Join The Gang', 'Explore this open ground with different missions, fight for the final prize and play in different adventures. This is Gameashlar’s adventure Join the Gang war Game. Extra missions are added with each update and season, plus limited-time events to play. Street fights and mafia deals are part of this gangster world-of-crime game, with six-gun action missions. Fight-night boxing, street fights anytime and anywhere, and different kinds of city driving with multiple vehicles and roaming around this open world. An open world with racing challenges with different kinds of enemies, and various collectible Points. Keep fighting for your life through each adventure-packed mission. Enemies chase & Shoot you in every challenging mission. JTG is all around the streets, locals and shootings happen everywhere. Play Join the gang war Game and feel the real-time adventures.', 'https://img.gamemonetize.com/k7pieptx6r2i6ph6u9yc445xs38tty7t/512x384.jpg', 'https://html5.gamemonetize.com/k7pieptx6r2i6ph6u9yc445xs38tty7t/', '0', 'Hypercasual', 0, 0, '', 'join-the-gang'), (10194, 'Unblock Me Deluxe', 'Put your brain to the test with Unblock Me Deluxe. Surrounded on all sides by pieces of wood, you have to move them to make your way out of this puzzle game. Unblock Me Deluxe will test your logic, and your intelligence try to get out as fast as possible in this intricate game!', 'https://img.gamemonetize.com/dmer3gyg43wsaqy826hejudvbxennlud/512x384.jpg', 'https://html5.gamemonetize.com/dmer3gyg43wsaqy826hejudvbxennlud/', '0', 'Puzzles', 0, 0, '', 'unblock-me-deluxe'), (10195, 'Tuk Tuk Crazy Driver', 'Drive your tuk tuk as fast as possible to crush the zombies. You are the best tuk tuk driver of the city. Citizens need you because a hord of zombies has invaded the town, and you must stop them. You must You have so much to do. Hurry up !!! It\'s time for you to become the savior of the city.', 'https://img.gamemonetize.com/c7m08cl7sel2qpirh9not1l8cv9lssei/512x384.jpg', 'https://html5.gamemonetize.com/c7m08cl7sel2qpirh9not1l8cv9lssei/', '0', 'Arcade', 0, 0, '', 'tuk-tuk-crazy-driver'), (10196, '4x4 OffRoad Rally ', '4x4 off-road rally 7 - drive powerful 4x4 on interesting tracks on difficult terrain like a swamp, sand, forest and so on. Get behind the wheel of powerful cars and show your extreme driving skills in this Android game. Do various tasks and unlock new cars, like Jeep, Range Rover, Mercedes and other cars. Go around heaps of stones, force water obstacles, climb up steep slopes and go down treacherous hills. Conquer the roads and become a winner!', 'https://img.gamemonetize.com/8hrb9h152hrkj90agk85spciohqi45e3/512x384.jpg', 'https://html5.gamemonetize.com/8hrb9h152hrkj90agk85spciohqi45e3/', '0', 'Arcade', 0, 0, '', 'x-offroad-rally-'), (10197, '3D Driving Class', 'Are you ready to drive amazing cars in the open world map? Would you like to race with other real drivers in the free roam mode? If so, download Fast&Grand car driving game now and start to drive amazing cars online in this car game! Fast&Grand is a racing simulator game that allows you to drive French & German cars in the city. There are tens of amazing cars in the game. You can customize or upgrade them as you earn money in the game. Also, you will see some competitors in the game. You can race with these competitors, drive together or chat with them. Dozens of players are waiting for you!', 'https://img.gamemonetize.com/g7xjkwancqdua6c2lb82fyv2lzwi4xvu/512x384.jpg', 'https://html5.gamemonetize.com/g7xjkwancqdua6c2lb82fyv2lzwi4xvu/', '0', 'Arcade', 0, 0, '', 'd-driving-class'), (10198, 'Simulation Racing Car Simulator', 'Extreme Car Parking Game 3D: Car Racing Free Games drives you crazy. Broken Diamond is back in the sequel to the biggest mobile parking simulation game. Car Driving Free Games New Car Parking Game starts a new era of Car parking simulation game play with super stunning graphics and challenging multi-stage levels. Burn up the city with the fastest and most visually stunning car driving game and car parking games 2020. Don\'t stop and you won\'t notice how you become a real ace of driving and parking driver. Car Simulation Games Advance Car Parking specially designed for lovers of Car parking games. You can improve driving skills by enjoying best car parking of 2020. Extremely an addictive game with ultra challenge levels. The best parking simulation game of the series by Broken Diamond. Avoid Hitting Obstacles In this vehicle parking game, you will learn about different traffic signs like no parking signs, turn left sign, turn right, one way and many others that will also help you in the real life. The player should also avoid hitting obstacles and pass driving school test, by hitting an obstacle the game will be over and you have to restart the whole level again. Hit the finish line and unlock new exotic cars and new levels to enhance your car parking experience. Car Games 3d Stunning Graphics Extreme car parking has beautiful stunning and eye popping graphics the player gets addicted playing it. Car parking new games come up with interesting missions to enhance car driving skills and real car driving games sim. Drive safely through the hurdles and park your car in the car parking lots to pass to the next unique and exciting level. Addictive 3d Parking Simulator Games In this free car parking game, you won’t need any special skills you will improve your driving and parking skills as you level up. It is great time killer game make your free time fun time by playing this free car games. You can set camera angle by swiping on screen up down and left right. Zoom in and out by double touch. Crazy Car Parking Games Features: ✅ Realistic vehicle physics ✅ Reverse Camera ✅ 480 different levels ✅ Different Controls (Steering, Arrow, Tilt) ✅ Challenging levels to test your driving skills ✅ Challenging levels to push your Parking Skill to the limit ✅ We provide automobiles like in your dream garage ✅ High detailed graphics Download one of the top free car games 2021 from Play Store. And enjoy playing it and most importantly have fun. You can play this car parking offline games anywhere anytime no WIFI required for playing it. Play this game and make your free time having fun. Keep calm and fasten your seat belts to drive car.', 'https://img.gamemonetize.com/au6ry6bbxejas4476njd6brefwdjtggr/512x384.jpg', 'https://html5.gamemonetize.com/au6ry6bbxejas4476njd6brefwdjtggr/', '0', 'Racing', 0, 0, '', 'simulation-racing-car-simulator'), (10199, 'Crazy Car City Gta', 'Drive real, fast crime cars and pick up gangsters and crime mob bosses across the city in the most realistic crime car driving simulator game available! Drive to the location of the gangsters to pick them up and drive as fast as you can to the next secret location on time. Experience action-packed crime car driving as you race against the clock and police cars to collect fares from gangster passengers in one of the best city gangster car games! Gangster Crime Car Simulator is one of the best car driving sims out now!!! Join a gang and help your gang members get to their destination safely and shake off the police. Drive in a whole city with realistic and intense traffic. Complete tons of unique driving missions to become one of the best professional crime car drivers and to become rich! Get behind the wheel of some amazing real fast racing cars! Enjoy realistic crime car driving as you pick up each gangster who needs a ride. Explore and drive around the busy city streets, pick up your phone and head out to see when another gangster needs a lift. Watch out you don\'t crash into busy oncoming traffic or you\'ll damage your crime car and lose your fare. Game Features: - Amazing real crime and sports cars to drive - Huge open world city environment - Intelligent A.I. cars and city traffic system - Collect passengers to unlock more fun gameplay! - Easy to drive game controls, drive cars in both touch and tilt controls - Realistic city car driving physics, for true driving like no other! Drive real fast crime cars through streets filled with police cars, ambulances, fire trucks, ice cream vans and more to beat the clock. Make multiple pickups to get even better sports cars to drive, handle real horsepower behind the steering wheel! Experience the latest crime driving simulation that brings you closer to the real driving of a taxi cab driver. Handle driving mob cars at top speeds to get your gangster passenger to their destination in one of the best crime driving simulators to play right now! Become one of the best city crime drivers in Gangster Crime Car Simulator! Game pickle Studios have been developing family-friendly games to be enjoyed by all, regardless of their age. We aim to promote responsible social values and healthy habits in a safe and controlled environment.', 'https://img.gamemonetize.com/bypuuua5rh84firw71ngwg60mrtfant1/512x384.jpg', 'https://html5.gamemonetize.com/bypuuua5rh84firw71ngwg60mrtfant1/', '0', 'Racing', 0, 0, '', 'crazy-car-city--gta'), (10200, 'Grass Cut Master', 'Grass Cut Master is a fun hypercasual simulation game. You have to cut the grass on different platforms within the limited time. For a more efficient farming, you can improve your vehicle\'s capacity, blade length and blade speed level by level. You can get faster and faster and earn more income.', 'https://img.gamemonetize.com/gq0pi6mw4ifwt20sbsoje4yiyhanxxqq/512x384.jpg', 'https://html5.gamemonetize.com/gq0pi6mw4ifwt20sbsoje4yiyhanxxqq/', '0', 'Hypercasual', 0, 0, '', 'grass-cut-master'), (10201, 'Amgel Valentines Day Escape 3', 'AmgelEscape - Amgel Valentine\'s Day Escape 3 is another point and click escape game developed by Amgel Escape. In this game, you are locked in a kids room and you have to try to escape the kids room by finding items and solving puzzles. Show your best escaping skills to escape from kids room. Can you escape from the kids room successfully? Good luck and have fun!', 'https://img.gamemonetize.com/najeq0selk061apnfyacamjfecra2f3v/512x384.jpg', 'https://html5.gamemonetize.com/najeq0selk061apnfyacamjfecra2f3v/', '0', 'Puzzles', 0, 0, '', 'amgel-valentines-day-escape-'), (10202, ' Amgel Kids Room Escape 66', 'AmgelEscape - Amgel Kids Room Escape 66 is another point and click escape game developed by Amgel Escape. In this game, you are locked in a room and you have to try to escape the room by finding items and solving puzzles. Show your best escaping skills to escape from the room. Can you able to escape from the room successfully? Good luck and have fun!', 'https://img.gamemonetize.com/i1yflxzmdwe5ljk6lvaq1789q9tu6jjq/512x384.jpg', 'https://html5.gamemonetize.com/i1yflxzmdwe5ljk6lvaq1789q9tu6jjq/', '0', 'Puzzles', 0, 0, '', '-amgel-kids-room-escape-'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (10203, 'Amgel Easy Room Escape 57', 'AmgelEscape - Amgel Easy Room Escape 57 is another point and click escape game developed by Amgel Escape. In this game, you are locked in a room and you have to try to escape the room by finding items and solving puzzles. Show your best escaping skills to escape from the room. Can you able to escape from the room successfully? Good luck and have fun!', 'https://img.gamemonetize.com/yq3j6benxtaqimzwc8s2sjn94c8qw9eo/512x384.jpg', 'https://html5.gamemonetize.com/yq3j6benxtaqimzwc8s2sjn94c8qw9eo/', '0', 'Puzzles', 0, 0, '', 'amgel-easy-room-escape-'), (10204, ' Amgel Kids Room Escape 65', 'AmgelEscape - Amgel Kids Room Escape 65 is another point and click escape game developed by Amgel Escape. In this game, you are locked in a room and you have to try to escape the room by finding items and solving puzzles. Show your best escaping skills to escape from the room. Can you able to escape from the room successfully? Good luck and have fun!', 'https://img.gamemonetize.com/1f32nuqf1vu1njx472mejqj9eypymi2f/512x384.jpg', 'https://html5.gamemonetize.com/1f32nuqf1vu1njx472mejqj9eypymi2f/', '0', 'Puzzles', 0, 0, '', '-amgel-kids-room-escape-'), (10205, 'Amgel New Year Room Escape 4', 'AmgelEscape - Amgel New Year Room Escape 4 is another point and click escape game developed by Amgel Escape. In this game, you are locked in a New Year Room and you try to escape from the room by finding items and solving puzzles. Show your best escaping skills to escape from this room. Can you able to escape from this room successfully? Good luck and have fun!', 'https://img.gamemonetize.com/xzpnv1lbpxkejgvbzpsjo799n5r42xde/512x384.jpg', 'https://html5.gamemonetize.com/xzpnv1lbpxkejgvbzpsjo799n5r42xde/', '0', 'Puzzles', 0, 0, '', 'amgel-new-year-room-escape-'), (10206, 'Trump Funny face HTML5', 'Trump Funny Face HTML5 is a funny face game made for kids and adults. Use your mouse or tap on the screen to make a funny face of Trump. Capture your funny face creations and send it to your friends! Have fun playing this game!', 'https://img.gamemonetize.com/8wflqbp16ebyseqciutin9t2tw18hd26/512x384.jpg', 'https://html5.gamemonetize.com/8wflqbp16ebyseqciutin9t2tw18hd26/', '0', 'Hypercasual', 0, 0, '', 'trump-funny-face-html'), (10207, 'Unicorn Mermaid Cupcake Cooking Design Creative ', 'It\'s cake cooking time! Let\'s practice cooking dessert at home. This time, we will try cupcakes. Do you like colorful cupcakes? Try your best to cook some unicorn and mermaid cupcakes for everyone! Cake cooking is not difficult. But the decorations are complicated. Please choose the most beautiful color and decorations you like. Have a good cooking and design time!', 'https://img.gamemonetize.com/jif3vth7l7mhsex95todwozx0ftz4cpr/512x384.jpg', 'https://html5.gamemonetize.com/jif3vth7l7mhsex95todwozx0ftz4cpr/', '0', 'Girls', 0, 0, '', 'unicorn-mermaid-cupcake-cooking-design--creative-'), (10208, 'Solve it Colors Game', 'Do you like puzzle games that challenge your brain ? if yes, this game is made for you! Push the dots until you reach the goal line. You must avoid other geometric forms or you will lose. Are you able to finish all levels ?', 'https://img.gamemonetize.com/1bbhk1nqzbajpfiejw35v3t9m2ex1pyq/512x384.jpg', 'https://html5.gamemonetize.com/1bbhk1nqzbajpfiejw35v3t9m2ex1pyq/', '0', 'Puzzles', 0, 0, '', 'solve-it--colors-game'), (10209, 'Solitaire Manga Girls', 'Play smartly to unlock the most pretty and sexy girls in the game SOLITAIRE MANGA GIRLS. The game is super simple and is the most famous and the best cards game on mobile, tablet and desktop. Playtouch is bringing to you a fresh and sexy solitaire cards game that you can play for hours thanks to its original and fun gameplay. Every time you finish a level you unlock a new girl If you are a fan of manga, ecchi or japanese cartoon characters, you\'ll love this game for sure !', 'https://img.gamemonetize.com/afkt9u0nw82ezcf1eftmi18qip3tcmx6/512x384.jpg', 'https://html5.gamemonetize.com/afkt9u0nw82ezcf1eftmi18qip3tcmx6/', '0', 'Hypercasual', 0, 0, '', 'solitaire-manga-girls'), (10210, 'Shooting Superman', '1.The operation is simple and easy to play, just keep shooting bullets and shoot through the circular slices; 2.Round slice is the obstacle on the level. Break through the obstacle and collect gold coins; 3.Shoot through as many obstacles as possible, collect gold coins and unlock more characters.', 'https://img.gamemonetize.com/dwid81mgxjvrl88ccj0q5gu3otp4q2y3/512x384.jpg', 'https://html5.gamemonetize.com/dwid81mgxjvrl88ccj0q5gu3otp4q2y3/', '0', 'Adventure', 0, 0, '', 'shooting-superman'), (10211, 'Poopy Smash Driver', 'Drive your way through a poopy apocalypse in this driving game. Fire your weapons and eliminate all of the poppy that comes into your path. Avoid other vehicles and obstacles to get as far as you possibly can. Customize your vehicle with the option to customize and enhance it. Change the weapon or armour on your automobile to make it more unique. In addition, new automobile models are available for purchase in the shop. In this beautiful PC game, you must eliminate all poppies that stand in your path while collecting as many coins as possible and upgrading your vehicle. Are you prepared to risk your life while driving? Hundreds of millions of people have played this popular online game series. Now it\'s been completely redesigned and re-engineered for your phones, making them bigger and better than ever before! You\'re stuck in a desert, surrounded by poppies, and you have no way out. With just a beat-up automobile and a meagre sum of cash at your disposal, your task quickly becomes clear: you must drive past swarms of poppy to leave alive. When you play Earn to Die, you\'ll not only be driving through hordes of poppy, but you\'ll also be earning money to use to upgrade, unlock, and customize new cars. Is your vehicle unable to withstand the conditions? Why not include a pistol, boosters, or perhaps a spiked frame in your design?', 'https://img.gamemonetize.com/6rm9nsxdvslyd3wc2hzbuxa3kh8dvhud/512x384.jpg', 'https://html5.gamemonetize.com/6rm9nsxdvslyd3wc2hzbuxa3kh8dvhud/', '0', 'Racing', 0, 0, '', 'poopy-smash-driver'), (10212, 'Bridge Build Puzzle', 'Bridge Build Puzzle is an online game for free with bridge-building as its main gameplay. In the game, you need to constantly exert your intelligence to build bridges and make sure that the length of the bridges will not be too short or too long. Although the operation of the whole game is simple, it is fun to play. Can you let the car pass safely?', 'https://img.gamemonetize.com/3binlhd21qeomggro3aesic1ho3pego9/512x384.jpg', 'https://html5.gamemonetize.com/3binlhd21qeomggro3aesic1ho3pego9/', '0', 'Boys', 0, 0, '', 'bridge-build-puzzle'), (10213, 'PinballMachine', 'Superbe jeu de pinball, les effet son très réaliste pour le moment ce jeu est prévu pour 1 player la version v2 qui sortira dans l\'avenir pourra ce jouer à 2 players. Bute du jeu toucher un maximum d’obstacle pour faire monter le compteur. Il faut réaliser un minimum de 15000 points pour figurer dans le classement des scores.', 'https://img.gamemonetize.com/y69ilv6rxmm9fozmyyx42823bqudi3u6/512x384.jpg', 'https://html5.gamemonetize.com/y69ilv6rxmm9fozmyyx42823bqudi3u6/', '0', 'Shooting', 0, 0, '', 'pinballmachine'), (10214, 'City Idle Tycoon', 'City Idle Tycoon is a popular idle game recently. Do you want to try it? Let me introduce it for you. There are many lands waiting for you to buy. Besides, they are various buildings. When they profit you can collect money, the money more and then buy other land- building to collect money continuously. So, what are you waiting for? Have a try now!', 'https://img.gamemonetize.com/kvf39gamjwsa1k28ymp7j7e64qbx5sag/512x384.jpg', 'https://html5.gamemonetize.com/kvf39gamjwsa1k28ymp7j7e64qbx5sag/', '0', 'Puzzles', 0, 0, '', 'city-idle-tycoon'), (10215, 'City Takeover 3d Game', 'City Takeover is an arcade game that is both entertaining and addictive. It\'s a three-dimensional game. In this game, you can take over as many cities as you like. It\'s time to find out if you\'re a capable army commander! You can take the city when the number of your soldiers equals or exceeds the number of people in the city to be captured. You must also keep an eye out for the enemy creeping into your city! The team with the most brains wins! Will you be victorious in the end? Come give it a shot! Best of luck!', 'https://img.gamemonetize.com/qf5vxhqfu08rk9aqjksr8uwshi14m50n/512x384.jpg', 'https://html5.gamemonetize.com/qf5vxhqfu08rk9aqjksr8uwshi14m50n/', '0', '3D', 0, 0, '', 'city-takeover-d-game'), (10216, 'Speed JetFire', 'You won\'t want to miss our action-packed Jet Fire! Survive the opposing attack by flying in the air with your favourite weapons! Get dressed up in an article of nice clothing, fill up on supplies, and have a joyride! Jet Fire is a game that will keep you entertained and frustrated for a long time! Shoot your opponent while you sprint and leap. To accomplish each level, you must collect money while avoiding various hazards. This is a fun experience that you should have a go at. Run to the end and avoid the baddies. Exciting game with 90 cards and over 90 levels of difficulty; stunning visuals; HD background music; the Magic Golden Apple collection; and more.', 'https://img.gamemonetize.com/582g8qofrjvqvv0m1kliws67x646x2ah/512x384.jpg', 'https://html5.gamemonetize.com/582g8qofrjvqvv0m1kliws67x646x2ah/', '0', 'Arcade', 0, 0, '', 'speed-jetfire'), (10217, 'Spartan Mahjong', 'Simplified classic Mahjong game with Spartan theme. You can eliminate pair of similar items. You can select only those pairs which have either left or right side open. Hints can help you. Try out the classic Mahjong game. Make connections between the matching tiles while you fight to keep up with the clock. Can you clear the board before time runs out? Unused hints and saved time will be awarded as bonus.', 'https://img.gamemonetize.com/cm6suvde8wqe5uij5n8e4lcket22qnqy/512x384.jpg', 'https://html5.gamemonetize.com/cm6suvde8wqe5uij5n8e4lcket22qnqy/', '0', 'Puzzles', 0, 0, '', 'spartan-mahjong'), (10218, 'Lapin Patineur Bunny Skater', 'Le lapereau retourne dans l’aventure qui été la plus attendue et explose le télévision Androit!Lapereau avec planche à roulettes est le jeu de la planche à roulettes le meilleur et le plus excitant dans Google Play. Prenez la planche,préparez-vous à commencer un parcours d’aventure avec coups de pied et de retournement.Votre but est simple----C’est de conduire le lapereau à franchir des obstacles et de ramasser les carottes qui sont aimées de tous les lapereaux.Les plus carottes vous ramassez,les plus hauts points vous obtenez!', 'https://img.gamemonetize.com/6w450e9026ygzl8hkbcuu4f9gu20lr7p/512x384.jpg', 'https://html5.gamemonetize.com/6w450e9026ygzl8hkbcuu4f9gu20lr7p/', '0', 'Arcade', 0, 0, '', 'lapin-patineur--bunny-skater'), (10219, 'EScooter', '¡Súbete a tu Scooter en el juego de E-Scooter con más acción de este año! Conduce tu E-Scooter de una estación de carga a la siguiente mientras recoges monedas, orbes de carga y potenciadores de velocidad para llegar aún más lejos. Desbloquea aún más E-Scooters comprándolos con monedas o alcanzando una determinada cantidad de estaciones de carga. Pero ¡cuidado! Los coches también están en la carretera, asà que trata de evitarlos sin perder de vista tu medidor de carga. ¡Coge tu Scooter y empieza a conducir! Acción Carreras Highscore Apto para todas las edades', 'https://img.gamemonetize.com/z85wn1z5mlizqqenwpmjyb9d1g0f1kve/512x384.jpg', 'https://html5.gamemonetize.com/z85wn1z5mlizqqenwpmjyb9d1g0f1kve/', '0', 'Racing', 0, 0, '', 'escooter'), (10220, 'Twisty Color Road Path Painter Run', 'Find your path through the road and don\'t let collide your painter with other folk. You can complete each level by coloring all the roads by your path painter \'s. It\'s very easy, you have just to tap, to make each painter run. If they collide with eachother you have to check your timing and tap at the right moment.', 'https://img.gamemonetize.com/4cmtkay2fu6fgw4g53ozvzpamo5cg1bm/512x384.jpg', 'https://html5.gamemonetize.com/4cmtkay2fu6fgw4g53ozvzpamo5cg1bm/', '0', 'Hypercasual', 0, 0, '', 'twisty-color-road--path-painter-run'), (10221, 'Crazy Car Race', 'Crazy Car Race is an html5 arcade game, race and avoid the cars, collect gas, life and coin to get scores.', 'https://img.gamemonetize.com/pg3ftoinvnjb6pu30i4rvchjizoute6y/512x384.jpg', 'https://html5.gamemonetize.com/pg3ftoinvnjb6pu30i4rvchjizoute6y/', '0', 'Racing', 0, 0, '', 'crazy-car-race'), (10222, 'Cute Dogs Jigsaw Puzlle', 'Are you a dogs lovers? Do you like to play jigsaw puzzle games? this is a new jigsaw puzzle game with amzing cute dogs pictures. try to assemble all jigsaw pieces to get the right cute puppy. Have fun!', 'https://img.gamemonetize.com/tqwh47rlrlpk42dlg6eselhrknkxdbds/512x384.jpg', 'https://html5.gamemonetize.com/tqwh47rlrlpk42dlg6eselhrknkxdbds/', '0', 'Puzzles', 0, 0, '', 'cute-dogs-jigsaw-puzlle'), (10223, 'Baby Taylor Doctor Day Help Mommy', 'Taylor\'s mother has been busy in the kitchen, so Taylor can only pass the time by herself. She looked at her plush toys and decided to play a doctor\'s game with the toys. Please play as a nurse and play games with Taylor! Have fun!', 'https://img.gamemonetize.com/5zws5txwkx9yyqdyj18y5ji3ddr0hfwu/512x384.jpg', 'https://html5.gamemonetize.com/5zws5txwkx9yyqdyj18y5ji3ddr0hfwu/', '0', 'Hypercasual', 0, 0, '', 'baby-taylor-doctor-day--help-mommy'), (10224, 'Pompas breaker', 'Aim at the birds, shoot them with the water hose to make them release feathers and break the bubbles before they scare them away.', 'https://img.gamemonetize.com/aznv3tun4ogd3qunq70zdrapya5rvchj/512x384.jpg', 'https://html5.gamemonetize.com/aznv3tun4ogd3qunq70zdrapya5rvchj/', '0', 'Hypercasual', 0, 0, '', 'pompas-breaker'), (10225, 'Ferrari 296 GTS Slide', 'Play this slide puzzle games of the car - Ferrari 296 GTS. It\'s include 3 images and 3 modes (3x3 pieces, 4x4 pieces, 5x5 pieces) to play.', 'https://img.gamemonetize.com/1v5jc0qzameg19nc3xczt6d438a99k4i/512x384.jpg', 'https://html5.gamemonetize.com/1v5jc0qzameg19nc3xczt6d438a99k4i/', '0', 'Puzzles', 0, 0, '', 'ferrari--gts-slide'), (10226, 'Yuki and Rina Football', 'Yuki & Rina are 2 young talented football players. They showed incredible football skills and their coach and manager decided it was time to train them to become Pro Players in the famous “Soccer stars Major Football Leagueâ€. Before becoming Pro Players, Yûki & Rina must pass the ultimate test, which is a combination of agility, skills and reflex.', 'https://img.gamemonetize.com/huemcw3ly55tmrthz249zc5xap6y3xni/512x384.jpg', 'https://html5.gamemonetize.com/huemcw3ly55tmrthz249zc5xap6y3xni/', '0', 'Sports', 0, 0, '', 'yuki-and-rina-football'), (10227, 'Gta Car Racing Simulation Parking 5', 'Take complete control of your vehicle, perfect your driving, and prove your place in the Hot Lap League. Drift and race your car around 150+ mind blowing tracks, each requiring unique techniques and strategies. Improving your time by racing your best is the only way to the top. It’s you, the track and the clock - no driving assist, no nonsense. ARCADE STYLE EXCITEMENT Experience and master a range of extraordinary tracks! Launch your car over huge jumps, skillfully manoeuvre through enormous loops, and defy gravity on magnetic asphalt at maximum speeds. HIGHEST QUALITY RACING EXPERIENCE A thrilling mobile racing experience at console quality! Hot Lap League delivers a first class mobile racing experience with intuitive steering, remarkable visuals and outstanding performance. VEHICLE CUSTOMISATION Personalise the look of your cars with 100 different customisation options! WHERE DO YOU RANK IN THE LEAGUE? Unlock harder tracks as your skill drives you up the leaderboard. Compete against the community to prove where you rank in the Hot Lap League! FEATURES - Competitive time trial racing action - Daily events and challenges for rewards - Visual customisation - Live global leaderboard - Race against real player ghosts - Compete to set world record times - Dynamic racing - full car control, power sliding, boosting - Variable track elements - jumps, loops, magnets - Over 150 exciting tracks', 'https://img.gamemonetize.com/1aneqqfg1z923nnk38d0ibl24itricf4/512x384.jpg', 'https://html5.gamemonetize.com/1aneqqfg1z923nnk38d0ibl24itricf4/', '0', 'Racing', 0, 0, '', 'gta-car-racing--simulation-parking-'), (10228, 'Car On The Hill', 'Experience this adventure game in you control the car, on a dangerous track with a variety of obstacles Overcome obstacles, collect coins', 'https://img.gamemonetize.com/j9xgqp4kms0ya4k4s9w90horewt063v9/512x384.jpg', 'https://html5.gamemonetize.com/j9xgqp4kms0ya4k4s9w90horewt063v9/', '0', 'Adventure', 0, 0, '', 'car-on-the-hill'), (10229, 'Monster High Catrine Dressup', 'Let\'s dress Catrine DeMew very stylishly. She is a French werecat and a student at Monster High. Catrine was born and raised in Scaris, France, which instilled in her a love for art. She is an accomplished painter with a drive for perfection, who in her teens spent a lot of her free time as a street artist.', 'https://img.gamemonetize.com/p71bejywssyk2z6aeygeooyx1e8ojekz/512x384.jpg', 'https://html5.gamemonetize.com/p71bejywssyk2z6aeygeooyx1e8ojekz/', '0', 'Girls', 0, 0, '', 'monster-high-catrine-dressup'), (10230, 'Battleland royale', 'Fight to the end in this third person shooting free-to-play mass destruction deathmatch. The game scenario takes place in the battlefield of royal warriors where everything is destructible. Looks like post-war is mad warland war of royal warriors.', 'https://img.gamemonetize.com/f0u7nekxm4b5wfqzmxvwa9t3iz180630/512x384.jpg', 'https://html5.gamemonetize.com/f0u7nekxm4b5wfqzmxvwa9t3iz180630/', '0', 'Action', 0, 0, '', 'battleland-royale'), (10231, 'Super Alien 2D ', 'We all look for ways to relax and unwind from our hectic and tough lifestyles. You can use this Spring Hero Jump Game to relieve some of the tension of daily life in a simple and quick method. This visually stunning game offers a fresh take on the action-adventure genre. It\'ll improve your ability to take on new challenges. To expand your mental capacity, you must jump into position.', 'https://img.gamemonetize.com/arz3kp7vhqyhl1et7f08xbypd5yk17fy/512x384.jpg', 'https://html5.gamemonetize.com/arz3kp7vhqyhl1et7f08xbypd5yk17fy/', '0', 'Arcade', 0, 0, '', 'super-alien-d-'), (10232, 'Ice Cream Chocolate Yummy Doll Cake Maker 2020', 'Let’s begin the new summer fun of Ice Cream Doll Cake world. Bake the Ice Cream rainbow Doll Cake and eat like a kid. we offer Ice Cream Princess doll Chocolate Cake that is yummy and tasty and with many new toppings. Do you want to make something special? Something you never make and bake. Then Play the Game and bake the Special new Yummy Chocolate Doll Cake for you daughter which loves to eat sweets. we also offer a new Yummy rainbow Chocolate Cake to bake in your own kitchen to make fun. Start an amazing royal princess free doll cake game session right now. It’s time to make new ideal yummy and tasty chocolate doll cake at any event. After playing this stunning game you will be able to make awesome princess chocolate cake for your little princess. isn\'t she loves to eat new ice-cream doll cakes? Now its best way to make princess special cakes and this special chocolate doll princess cake will make most memorable best doll cake game session of your life. make some exciting dishes like new cooking pasta , muneca , muñeca pastel, hamburguesa , , pastaria is also love to baking cakes like new princess cake , mix cakes , cooking pasta , Cook & Design famous princess tasty chocolate doll cake & perform real time chocolate yummy little girl doll cake icing of your dreams with amazing dolls patterns & frock themes of the famous princess doll cake characters. 10 Traditional Cakes from Around the World: - France: Galette Des Rois Cake - Germany: Black Forest Cherry Cake - Turkey: Revani Cake - Japan: Mochi Cake - India: Mawa Cake - New Zealand: Pavlova - Mexico: Tres Leches Cake - South Africa: Vetkoek Fat Cake - Scotland: Dundee Cake - Italy: Panettone Cake Features of Doll Cake Maker: - Verity of Amazing Doll Cake Toppings - Delicious Ice Cream Chocolate Cake Game - Easy to Play - Awesome background sound - Chocolate Cake Making - Yummy Ice Cream Princess Doll Cakes Maker - Improve your cooking skills with this amazing game - Design Amazing Chocolate Doll Shaped Cake - Enjoy this amazing cake party with playing Latest doll cakes, colorfull kek game , rainbow doll cake. Enjoy the delicious cakes for following life events specially: - Anniversary Cakes - Christmas Cakes - Diwali Cakes - Father’s day cakes - Holi Day cakes - Wedding party Cakes - Mother Day cakes - New Year Cakes - Valentines Day Cakes - Independence day Cakes The latest wedding cake cooking game from Fun Plus is here! Create your dream bridal rose wedding cakes & Bride doll cakes for the newly wed couples this wedding season and impress everyone at the wedding event. Since the wedding season is here and everyone is looking for new ideas this season. Try something new with cake maker game & make your cake stand out with amazing bridal colors, wedding decorations, trimming plates, flowers and so much more. With this bride cake game you can make unlimited collection of wedding cakes and bride doll cakes in your mobile device. Beat your wedding dessert cooking fever & grab your cooking tools to cook the most delicious wedding cake & bridal doll cake with amazing frosting. Wedding Cake Menu: Bridal Doll Cake Wedding Rose Cakes Nothing tastes better than a delicious wedding cake during marriage so Bake the best wedding cake for the bride and groom this wedding season and make your marriage rock cooking wedding cakes with our chef.', 'https://img.gamemonetize.com/1ozfvpell5qxqwmiuh7phva1f6lxklye/512x384.jpg', 'https://html5.gamemonetize.com/1ozfvpell5qxqwmiuh7phva1f6lxklye/', '0', 'Girls', 0, 0, '', 'ice-cream-chocolate-yummy-doll-cake-maker-'), (10233, '4x4 OffRoad New Version', 'Go off road with a 4x4 monster truck. Control the heavy vehicle over mountains and pass various obstacles in the way.', 'https://img.gamemonetize.com/jdd2qtyx3hibf2965oytmavw2dzeyyil/512x384.jpg', 'https://html5.gamemonetize.com/jdd2qtyx3hibf2965oytmavw2dzeyyil/', '0', 'Hypercasual', 0, 0, '', 'x-offroad-new-version'), (10234, 'Magic Academy Potion Making', 'Set up your own magic shop and make potions all day long until you become a real witch! Magic potion making in magical school games is not easy – it requires concentration and a lot of skills!', 'https://img.gamemonetize.com/sphhztdcp7n38ul4g0l9jfeqzhkhprrx/512x384.jpg', 'https://html5.gamemonetize.com/sphhztdcp7n38ul4g0l9jfeqzhkhprrx/', '0', 'Adventure', 0, 0, '', 'magic-academy-potion-making'), (10235, 'Velocity Racing', 'This is an infinite racing game. Collect the coins and avoid obstacles.', 'https://img.gamemonetize.com/s320y53iyqje8d5x6qmdkpzonre4fv1z/512x384.jpg', 'https://html5.gamemonetize.com/s320y53iyqje8d5x6qmdkpzonre4fv1z/', '0', 'Racing', 0, 0, '', 'velocity-racing'), (10236, 'Block Puzzle Guardian Puzzle', 'Block Puzzle Jewel Game ★ Enjoy the classic jewel style block puzzle game!', 'https://img.gamemonetize.com/i3zdjzov7usdt7axcis4fc9og2sr2lr5/512x384.jpg', 'https://html5.gamemonetize.com/i3zdjzov7usdt7axcis4fc9og2sr2lr5/', '0', 'Puzzles', 0, 0, '', 'block-puzzle-guardian--puzzle'), (10237, 'Tom Jerry Dress Up', 'Tom and Jerry are favorite cartoon characters. Jerry runs away. Tom chases Jerry. Do you want to dress them both now? Let\'s dress them up for their new adventure and play.', 'https://img.gamemonetize.com/xqexyj2uqeo1gkv5gj75c3x6vqlznka9/512x384.jpg', 'https://html5.gamemonetize.com/xqexyj2uqeo1gkv5gj75c3x6vqlznka9/', '0', 'Girls', 0, 0, '', 'tom-jerry-dress-up'), (10238, 'Amgel Christmas Room Escape 6', 'AmgelEscape - Amgel Christmas Room Escape 5 is another point and click escape game developed by Amgel Escape. In this game, you are locked in a room and you try to escape from the room by finding items and solving puzzles. Show your best escaping skills to escape from this room. Can you able to escape from this room successfully? Good luck and have fun!', 'https://img.gamemonetize.com/rscfl3c385zw2hob9ohgocjcj2vqmtbr/512x384.jpg', 'https://html5.gamemonetize.com/rscfl3c385zw2hob9ohgocjcj2vqmtbr/', '0', 'Puzzles', 0, 0, '', 'amgel-christmas-room-escape-'), (10239, 'Strawberry Shortcake and Pony', 'Strawberry Shortcake likes to play and spend time with her pony. Let\'s dress both Strawberry and her pony very stylishly. let\'s play', 'https://img.gamemonetize.com/1o8tvko4er79zokf8cxczdya7z2imjwn/512x384.jpg', 'https://html5.gamemonetize.com/1o8tvko4er79zokf8cxczdya7z2imjwn/', '0', 'Girls', 0, 0, '', 'strawberry-shortcake-and-pony'), (10240, 'Mermaid Makeup Salon', 'Mermaid Makeup Salon is a pure makeup salon relaxation game that is made of two-dimensional cartoon mermaid game art animation. Your mission is to complete the whole salon for the mermaid step by step. I strongly hope you will entertain with Mermaid Makeup Salon!', 'https://img.gamemonetize.com/gdznmmxrptpxd3rcyzfc3pa98eab8pog/512x384.jpg', 'https://html5.gamemonetize.com/gdznmmxrptpxd3rcyzfc3pa98eab8pog/', '0', 'Hypercasual', 0, 0, '', 'mermaid-makeup-salon'), (10241, 'QUICK SCRAP', 'You play as a scrap collector in space and must avoid the aliens that have moved into the abandoned mine you are exploring. Descend down 4 levels to collect as much scrap as you can before making it to the exit portal.', 'https://img.gamemonetize.com/rq3djvjrnneulx34m0r123bflbu3bgbb/512x384.jpg', 'https://html5.gamemonetize.com/rq3djvjrnneulx34m0r123bflbu3bgbb/', '0', 'Shooting', 0, 0, '', 'quick-scrap'), (10242, 'Amgel Christmas Room Escape 5', 'AmgelEscape - Amgel Christmas Room Escape 5 is another point and click escape game developed by Amgel Escape. In this game, you are locked in a room and you try to escape from the room by finding items and solving puzzles. Show your best escaping skills to escape from this room. Can you able to escape from this room successfully? Good luck and have fun!', 'https://img.gamemonetize.com/qcaxy4x5zossd049zuc7qwgew0elr274/512x384.jpg', 'https://html5.gamemonetize.com/qcaxy4x5zossd049zuc7qwgew0elr274/', '0', 'Puzzles', 0, 0, '', 'amgel-christmas-room-escape-'), (10243, ' Amgel Kids Room Escape 64', 'AmgelEscape - Amgel Kids Room Escape 64 is another point and click escape game developed by Amgel Escape. In this game, you are locked in a room and you have to try to escape the room by finding items and solving puzzles. Show your best escaping skills to escape from the room. Can you able to escape from the room successfully? Good luck and have fun!', 'https://img.gamemonetize.com/3aomg47b4xr62mugg65tbnm55t25l7kv/512x384.jpg', 'https://html5.gamemonetize.com/3aomg47b4xr62mugg65tbnm55t25l7kv/', '0', 'Puzzles', 0, 0, '', '-amgel-kids-room-escape-'), (10244, 'Amgel Easy Room Escape 56', 'AmgelEscape - Amgel Easy Room Escape 56 is another point and click escape game developed by Amgel Escape. In this game, you are locked in a room and you have to try to escape the room by finding items and solving puzzles. Show your best escaping skills to escape from the room. Can you able to escape from the room successfully? Good luck and have fun!', 'https://img.gamemonetize.com/t1qo84tzi608e1jk8fhvg0hwcv10u14t/512x384.jpg', 'https://html5.gamemonetize.com/t1qo84tzi608e1jk8fhvg0hwcv10u14t/', '0', 'Puzzles', 0, 0, '', 'amgel-easy-room-escape-'), (10245, ' Amgel Kids Room Escape 63', 'AmgelEscape - Amgel Kids Room Escape 63 is another point and click escape game developed by Amgel Escape. In this game, you are locked in a room and you have to try to escape the room by finding items and solving puzzles. Show your best escaping skills to escape from the room. Can you able to escape from the room successfully? Good luck and have fun!', 'https://img.gamemonetize.com/dn886t06h184zxoiy43roi14wi11r1eh/512x384.jpg', 'https://html5.gamemonetize.com/dn886t06h184zxoiy43roi14wi11r1eh/', '0', 'Puzzles', 0, 0, '', '-amgel-kids-room-escape-'), (10246, 'Amgel Easy Room Escape 54', 'AmgelEscape - Amgel Easy Room Escape 54 is another point and click escape game developed by Amgel Escape. In this game, you are locked in a room and you have to try to escape the room by finding items and solving puzzles. Show your best escaping skills to escape from the room. Can you able to escape from the room successfully? Good luck and have fun!', 'https://img.gamemonetize.com/98rnxk55boga3aocnafez8hzpoay2wad/512x384.jpg', 'https://html5.gamemonetize.com/98rnxk55boga3aocnafez8hzpoay2wad/', '0', 'Puzzles', 0, 0, '', 'amgel-easy-room-escape-'), (10247, 'Amgel Easy Room Escape 55', 'AmgelEscape - Amgel Easy Room Escape 55 is another point and click escape game developed by Amgel Escape. In this game, you are locked in a room and you have to try to escape the room by finding items and solving puzzles. Show your best escaping skills to escape from the room. Can you able to escape from the room successfully? Good luck and have fun!', 'https://img.gamemonetize.com/uaamq57mmgogmhm6rhf308o7nev55ljy/512x384.jpg', 'https://html5.gamemonetize.com/uaamq57mmgogmhm6rhf308o7nev55ljy/', '0', 'Puzzles', 0, 0, '', 'amgel-easy-room-escape-'), (10248, 'Noob vs Hacker Diver Suit', 'In the adventures of hacker and noob, this time the forest is underwater! Be careful, you need to find a diver suit urgently before you go underwater. otherwise you will drown, you should not drown. so you have to find and wear diver suit quickly from hacker to survive. be careful there are monsters everywhere you have to avoid the monsters as a noob. Don\'t forget the fireball throwing monster, his fire can kill you.', 'https://img.gamemonetize.com/1wioh0y9vh0rsif1fegyxh3vj4gmzeef/512x384.jpg', 'https://html5.gamemonetize.com/1wioh0y9vh0rsif1fegyxh3vj4gmzeef/', '0', 'Arcade', 0, 0, '', 'noob-vs-hacker-diver-suit'), (10249, 'Flying Orange', 'Flying Orange is a platform game in which you\'ll control a little orange to escape the dangers of space with the help of your Jetpack. Collect Fuel, Avoid Traps and Enemies Along the Way.', 'https://img.gamemonetize.com/e9dowhnt1o24h251ejezpbw3cuutcvvl/512x384.jpg', 'https://html5.gamemonetize.com/e9dowhnt1o24h251ejezpbw3cuutcvvl/', '0', 'Puzzles', 0, 0, '', 'flying-orange'), (10250, 'Mini Zombie Shooters', 'Mini Zombie Shooters is a fun 2D shooting game where you can equip multiple weapons and defend against zombie hordes.', 'https://img.gamemonetize.com/h4p2ng0vxf8vfls6ypgn8sr42wkpgqus/512x384.jpg', 'https://html5.gamemonetize.com/h4p2ng0vxf8vfls6ypgn8sr42wkpgqus/', '0', 'Shooting', 0, 0, '', 'mini-zombie-shooters'), (10251, 'Ninja Jump Hero', 'Fast Ninja need you more than ever before! Try to avoid all the rock, or try to destroy it and survive as longer as you can! Challenge your friends in this cool ninja game, enjoy it!', 'https://img.gamemonetize.com/d1fqmwjiu7xyimvguy9tifjuszm4gm8h/512x384.jpg', 'https://html5.gamemonetize.com/d1fqmwjiu7xyimvguy9tifjuszm4gm8h/', '0', 'Clicker', 0, 0, '', 'ninja-jump-hero'), (10252, 'Talking Ben Slide', 'Talking Ben puzzle is a puzzle based on one of the most popular games on phones of recent times. Many children know Ben, a dog who listens attentively to his master, and then repeats what he says. Now the child will be able to assemble the image of a cute and friendly dog from the puzzle elements. The process is quite laborious and requires perseverance, but the result will definitely not disappoint.', 'https://img.gamemonetize.com/du9ppmkr2tj7ysv5qzsuibns16ude1ck/512x384.jpg', 'https://html5.gamemonetize.com/du9ppmkr2tj7ysv5qzsuibns16ude1ck/', '0', 'Puzzles', 0, 0, '', 'talking-ben-slide'), (10253, 'Ninja Stick Hero', 'Stretch the stick the more you can to reach and walk on the platforms. Beware! If the stick is not long enough, you will fall down! Get yourself in the ninja action! How far can you go? Enjoy it!', 'https://img.gamemonetize.com/jrt4am5yn1f8wn6cyz5oe994kyme5a2r/512x384.jpg', 'https://html5.gamemonetize.com/jrt4am5yn1f8wn6cyz5oe994kyme5a2r/', '0', 'Hypercasual', 0, 0, '', 'ninja-stick-hero'), (10254, 'MakeupArtistFashionSalonGame', 'Why not become a makeup artist? Make up with your style and pick your favorite match. There are many types of cosmetics that can be used here. It\'s very interesting. You can use foundation, eye makeup, lipstick, hairstyle, necklace and earrings to dress up. Tons of different designs for you to discover, cloud, butterfly, rainbow, Christmas and Halloween, everything in trend can be an inspiration for your style.Come and challenge your fashion skill now!', 'https://img.gamemonetize.com/p515epm3zg2usxwdjdxc0o9lcgjhg3wq/512x384.jpg', 'https://html5.gamemonetize.com/p515epm3zg2usxwdjdxc0o9lcgjhg3wq/', '0', 'Girls', 0, 0, '', 'makeupartistfashionsalongame'), (10255, 'Hidden Candies', 'Hidden Candies is an skill based hidden object game where you need to tap all the hidden candies in a level. You need to complete 16 challenging levels to win this game.', 'https://img.gamemonetize.com/jl47pxi41nkxfhqkx3h5r7ao1l1b1j7g/512x384.jpg', 'https://html5.gamemonetize.com/jl47pxi41nkxfhqkx3h5r7ao1l1b1j7g/', '0', 'Puzzles', 0, 0, '', 'hidden-candies'), (10256, 'Perfect Cut In Crazy Driving Game', 'Overtake is very exciting when we drive a car. Too late or too early will crash another car, it is skillful. You need to find a perfect time to cut in. There is a time limitation that you can\'t wait too long. When you find a chance, do it right now!', 'https://img.gamemonetize.com/xwufx9z55uf50vs0e3kmjtflhb423k1n/512x384.jpg', 'https://html5.gamemonetize.com/xwufx9z55uf50vs0e3kmjtflhb423k1n/', '0', 'Racing', 0, 0, '', 'perfect-cut-in--crazy-driving-game'), (10257, 'Moto Bike Attack Race Master', 'In reality, Moto Bike Attack Race Master is an exciting motorcycle racing and attacking game. Your mission is to race for the first position by using props, such as guns, and sticks. For example, you have the ability to use the guns on the track to knock the other racers down and weed them out of the competition. You are the one who will be a master in this crazy racing game. Have a blast!', 'https://img.gamemonetize.com/9n4qvt8xwcm3ri7kc7koe2cxntwwzqqo/512x384.jpg', 'https://html5.gamemonetize.com/9n4qvt8xwcm3ri7kc7koe2cxntwwzqqo/', '0', 'Action', 0, 0, '', 'moto-bike-attack-race-master'), (10258, 'Tangle It 3D', 'Here we Go with new Master Puzzle Game with Untangle Cables and On Tv , Pc, Music , Tape recorder , Bread Toust , Music Players , Micro woven Many Electronics . Have Fun Tune The Brain By Untangle All Cables Like Master Electrician . How to Play Tangle Puzzle 3D Game All Cables are Tangle each other you need to untangle / Separate Them Fix it . Relax your Mind Tangle Puzzle 3D Game Features : Best Brain Puzzle game with Cables Fix Most Satisfying Puzzle for Relax and Satisfaction Go Head', 'https://img.gamemonetize.com/3p5g965abgogcmrv92pvidsptkmn6hqf/512x384.jpg', 'https://html5.gamemonetize.com/3p5g965abgogcmrv92pvidsptkmn6hqf/', '0', 'Hypercasual', 0, 0, '', 'tangle-it-d'), (10259, 'Build A Road', 'Build A Road is an interesting and fresh leisure online game for boys for free. The operation of the game is very simple, you only need to constantly build roads in the game, so that you can drive your car to the finish line successfully, you also could use tips to get the correct direction, can you succeed once? Come and challenge!', 'https://img.gamemonetize.com/rhd58hfzfmyoimk2dvqxu7ut4atnmlwk/512x384.jpg', 'https://html5.gamemonetize.com/rhd58hfzfmyoimk2dvqxu7ut4atnmlwk/', '0', 'Boys', 0, 0, '', 'build-a-road'), (10260, 'Mini Shooter Zombie Survival', 'Shooting and killing abilities will be tested in this 3D zombie shooter, where you will be able to put them to the test. Real-world elements of living amid the remains of a long-dead civilization have been included in the game\'s setting, enhanced with spectacular 3D visuals to bring the scene to life. In this zombie-shooting game, you\'ll participate in epic killing battles to save humanity and uncover the truth about what has happened. Zombies had taken over the world, and they had infected everyone. If you want to make the most of your last chance to save humanity from extinction, recreate the game for days at a time when you don\'t have internet. A swarm of stupid zombies infests the 3D gaming screen, preventing you from pausing for even a single second to collect your thoughts. After being assigned to the role of resistance soldier, your only goal is to eliminate everyone else in your way of life.', 'https://img.gamemonetize.com/tljshw9laob4qvq7fbjmjb00z83at09j/512x384.jpg', 'https://html5.gamemonetize.com/tljshw9laob4qvq7fbjmjb00z83at09j/', '0', 'Shooting', 0, 0, '', 'mini-shooter-zombie-survival'), (10261, 'Traffic puzzle game Linky', 'Have you always liked city and road building games? well this game may not be for you because in this game you need a real brain ... it\'s not just decoration ... Cities are displayed on the screen and each city has a number. This number corresponds to the number of roads that leave from this city and connect other cities. You understood ? If so, download this game as soon as possible to be able to appreciate it at its true value.', 'https://img.gamemonetize.com/dmex92zw4pbceztcd1g3iectfng6fyeq/512x384.jpg', 'https://html5.gamemonetize.com/dmex92zw4pbceztcd1g3iectfng6fyeq/', '0', 'Puzzles', 0, 0, '', 'traffic-puzzle-game-linky'), (10262, 'Star Adventure', 'Jump over the blades with Star Adventure and collect stars but you have to be careful because every time you hit the blade your health will decrease by 1. Stars and blades will come from the right corner of the screen; These stars are collectible objects.', 'https://img.gamemonetize.com/qg77h49pbp7epdhlf5omauyjna6ccfez/512x384.jpg', 'https://html5.gamemonetize.com/qg77h49pbp7epdhlf5omauyjna6ccfez/', '0', 'Arcade', 0, 0, '', 'star-adventure'), (10263, 'Wedding Dress Up', 'Do you dream to have a fantastic wedding? It’s time to create the perfect look with "dress up game: wedding " The wedding day is one of the most important events in a girl\'s life. This game is meant to help you find the perfect look for your wedding day. This is the perfect game for girls and teenagers.', 'https://img.gamemonetize.com/fuubsgqvwkr6zd79hhehy0s6fnk3s3b6/512x384.jpg', 'https://html5.gamemonetize.com/fuubsgqvwkr6zd79hhehy0s6fnk3s3b6/', '0', 'Girls', 0, 0, '', 'wedding-dress-up'), (10264, 'Brawl Stars Jigsaw Puzzle Collection', 'The brave fighters from Brawl Stars are tired of the constant battles for victory. Today they want to spend time playing a simple, harmless and exciting game. The guys invite you to join them in order to collect colorful images from the puzzle pieces.', 'https://img.gamemonetize.com/yq6x7nw7wi5j1gqtbxh1lx1lxma35nfi/512x384.jpg', 'https://html5.gamemonetize.com/yq6x7nw7wi5j1gqtbxh1lx1lxma35nfi/', '0', 'Puzzles', 0, 0, '', 'brawl-stars-jigsaw-puzzle-collection'), (10265, 'Truck Match3', 'We are glad to welcome you to the game three in a row with trucks! Collect images of identical trucks in groups of three or more and score maximum points!', 'https://img.gamemonetize.com/5ua7i7ziczjsan6nqcpjmtd7sngnbd0w/512x384.jpg', 'https://html5.gamemonetize.com/5ua7i7ziczjsan6nqcpjmtd7sngnbd0w/', '0', 'Puzzles', 0, 0, '', 'truck-match'), (10266, 'Gss Prado', 'Keep your finger to the floor and be ready for absolutely anything in this ridiculously entertaining mobile parking game where you really never know what’s around the next corner. Fine-tune your ride, keep your foot on the gas, dodge the endlessly varied obstacles, and try to keep out the way of your equally manic rivals in super-fast, super-exciting that always offer', 'https://img.gamemonetize.com/y2o2hydjz1vne200mabyouykm1vghv81/512x384.jpg', 'https://html5.gamemonetize.com/y2o2hydjz1vne200mabyouykm1vghv81/', '0', 'Hypercasual', 0, 0, '', 'gss-prado'), (10267, 'Car Game 3', 'Car Driver Highway game a 3d game avoid other car to accident and different levels and use the perfect time to drive over it! with Many cars.', 'https://img.gamemonetize.com/cq3vxg11b9koho8utcnj44qrslb8nh0z/512x384.jpg', 'https://html5.gamemonetize.com/cq3vxg11b9koho8utcnj44qrslb8nh0z/', '0', 'Hypercasual', 0, 0, '', 'car-game-'), (10268, 'Boxman Sokoban', 'Boxman Sokoban is a free classic box-pushing puzzle game. The objective is to put all the boxes in the marked positions by pushing one at a time. There are 100 levels to play.', 'https://img.gamemonetize.com/jgf4gwst7jc4yh4qhhbsm3quj36lke42/512x384.jpg', 'https://html5.gamemonetize.com/jgf4gwst7jc4yh4qhhbsm3quj36lke42/', '0', 'Puzzles', 0, 0, '', 'boxman-sokoban'), (10269, 'Mermaid Princess 2', 'Dive into the deep underwater and play with the mermaid princess! In this game, your fashion skills are badly needed! Come to help the princess!', 'https://img.gamemonetize.com/6kjbuccb0h4sy3lko6chw7wysl3ii4y8/512x384.jpg', 'https://html5.gamemonetize.com/6kjbuccb0h4sy3lko6chw7wysl3ii4y8/', '0', 'Girls', 0, 0, '', 'mermaid-princess-'), (10270, 'Kissy Missy vs Huggy', 'Kissy Missy vs Huggy is a very interesting casual game. The rules of the game are simple and easy to understand, and the gameplay is very easy. Players need to control the two players to take turns to jump forward on the track, but what needs to be paid attention to is to control the intensity so that the two lovers kissy & huggy can run farther together and not to fail from bridges or in water.', 'https://img.gamemonetize.com/nv2yzho2vff3nettfek3aw6qzag2xn0v/512x384.jpg', 'https://html5.gamemonetize.com/nv2yzho2vff3nettfek3aw6qzag2xn0v/', '0', 'Clicker', 0, 0, '', 'kissy-missy-vs-huggy'), (10271, 'Fashionista Dress Up', 'Princess, popstar, romantic and school girl are just some of the themes you can find in our dress up game. Each theme has its special clothing items, hair and makeup options. You will also get to dress this girl for different events, such as going in the park, attending a concert or having a photoshoot. Use your fashion sense and pick the appropriate items in each dress up level!', 'https://img.gamemonetize.com/jauf6egsheke2acsak326rgoh1iox43t/512x384.jpg', 'https://html5.gamemonetize.com/jauf6egsheke2acsak326rgoh1iox43t/', '0', 'Girls', 0, 0, '', 'fashionista-dress-up'), (10272, 'Barbie On The Train', 'Barbie likes to travel by train. Do you want to dress up her in the most beautiful clothes for this train adventure? let\'s play', 'https://img.gamemonetize.com/roaxuv9qj2xcwy3h31bokg40dymbe804/512x384.jpg', 'https://html5.gamemonetize.com/roaxuv9qj2xcwy3h31bokg40dymbe804/', '0', 'Girls', 0, 0, '', 'barbie-on-the-train'), (10273, 'Wuggy shooting Gun Poppy', 'If you like first person shooter games, you will not be able to ignore this game: Boppy Shooting – FPS game . If you are a fan of Boppy wuggy games , let’s discover it right away. The Boppy army has invaded the entire factory. They are very numerous and equipped with guns, their shooting ability is very powerful. In this Boppy game, you will be in the role of a warrior, your mission is to survive and destroy all Boppy.', 'https://img.gamemonetize.com/hrc5sej0oydrd9ul7bed29pccifdn810/512x384.jpg', 'https://html5.gamemonetize.com/hrc5sej0oydrd9ul7bed29pccifdn810/', '0', 'Shooting', 0, 0, '', 'wuggy-shooting-gun--poppy'), (10274, 'Spiderman Scene Creator', 'Design a Spiderman adventure. Create the scenario of this dream. Fun game. Let\'s Play', 'https://img.gamemonetize.com/chbt31o8kuys1t4ve7ih7qkeq1af11q2/512x384.jpg', 'https://html5.gamemonetize.com/chbt31o8kuys1t4ve7ih7qkeq1af11q2/', '0', 'Clicker', 0, 0, '', 'spiderman-scene-creator'), (10275, 'MonsterTruck Parking Free', 'Welcome to the brand new car stunt driving games 2021! Get ready to play mega ramp car racing stunts 2021 with a realistic driving experience to show the intense skills of offline car games 2021. Ultimate car stunt driving is a challenging task to complete over impossible tracks. Extreme car driving simulator gives the best chance to play offroad car games', 'https://img.gamemonetize.com/zz2pxq63rl9u9sidcuazly2zy5a0myb9/512x384.jpg', 'https://html5.gamemonetize.com/zz2pxq63rl9u9sidcuazly2zy5a0myb9/', '0', 'Hypercasual', 0, 0, '', 'monstertruck-parking-free'), (10276, 'MonsterTruckParking Free 3D', 'Play store is full of parking and car parking games but none quite as realistic as this truck parking game 2022. Uniquely designed realistic design controls along with all its unique angles make it the best of car parking games. Real truck parking simulator 2022.', 'https://img.gamemonetize.com/s9hfhzq4h15e0iescrjbgcyvy4loq5ix/512x384.jpg', 'https://html5.gamemonetize.com/s9hfhzq4h15e0iescrjbgcyvy4loq5ix/', '0', 'Hypercasual', 0, 0, '', 'monstertruckparking-free-d'), (10277, 'Super Babysitter', 'Get ready for some crazy babysitting with adorable newborns and baby twins. The first days are intense! Babysitting takes work! Hope these lovely toddlers like you! You will have so much fun keeping them. Feed them, play with them, bathe them, and more in this wacky and fun baby game!', 'https://img.gamemonetize.com/bexii27sh459cccltlvc4dl5b30obclr/512x384.jpg', 'https://html5.gamemonetize.com/bexii27sh459cccltlvc4dl5b30obclr/', '0', 'Girls', 0, 0, '', 'super-babysitter'), (10278, 'Car Driver 2', 'It is the best car-racing journey in latest style of best parking simulator games, which is available with outstanding but interesting car parking games. You can be slave of many bike-parking games but this classic innovative car parking makes you a proficient car-parking driver in the world of parking and driving games.', 'https://img.gamemonetize.com/zee36ncvob7687rk9nzii4g1vw03em7z/512x384.jpg', 'https://html5.gamemonetize.com/zee36ncvob7687rk9nzii4g1vw03em7z/', '0', 'Arcade', 0, 0, '', 'car-driver-'), (10279, 'Buildy Island 3d Game', 'This is a trending idle game, a new Sims experience is about to begin. You go from being a woodcutter with nothing to an island owner with a wealth of specialties what an experience. At first, you need to practice logging, chopping wood and collecting crops, then you can choose what kind of house to build and who to hire for the job, this time you don\'t need to do it yourself, professional managers will be your right-hand man and easily manage your personal world online. You\'re going to love farm life!', 'https://img.gamemonetize.com/fetigp7yeci9yf3fxakwsa7c2x8de2q0/512x384.jpg', 'https://html5.gamemonetize.com/fetigp7yeci9yf3fxakwsa7c2x8de2q0/', '0', '3D', 0, 0, '', 'buildy-island-d-game'), (10280, 'Tsunami Smash', 'Welcome to Tsunami Smash Run, jump and avoid falling into the water and don\'t let the tsunami wave smashes you Can you make it the Ship? Good luck', 'https://img.gamemonetize.com/0vhuz5hf4z7ej7930fjazmivrf1o22lv/512x384.jpg', 'https://html5.gamemonetize.com/0vhuz5hf4z7ej7930fjazmivrf1o22lv/', '0', 'Hypercasual', 0, 0, '', 'tsunami-smash'), (10281, 'StupidZombies', 'Those stupid zombies are back, and you are humanity\'s last hope to keep them brainless. But beware, ammo is limited so you will have to get crafty and use the straight bullets, grenades, split- and buckshots in the most effective way possible to survive the 960 levels. One man, one shotgun and lots of stupid zombies.', 'https://img.gamemonetize.com/wxmdosoe7plar6fetcc5ksoktw1y3mj9/512x384.jpg', 'https://html5.gamemonetize.com/wxmdosoe7plar6fetcc5ksoktw1y3mj9/', '0', 'Puzzles', 0, 0, '', 'stupidzombies'), (10282, 'Mandala Coloring Book Casual', 'Mandala Coloring Book is an excellent coloring application, imitating real coloring experience With rich patterns, including Mandala Alphabet,Mandala Art,Mandala Flowers,Primary Mandala,Senior Mandala etc.', 'https://img.gamemonetize.com/hb2ngrh7okkt8qcu0napz776q2juzq8w/512x384.jpg', 'https://html5.gamemonetize.com/hb2ngrh7okkt8qcu0napz776q2juzq8w/', '0', 'Hypercasual', 0, 0, '', 'mandala-coloring-book--casual'), (10283, 'Dress Up Unicorn Girl Game', 'Unicorns are magical horses with a horn on their head. Have you ever dreamed to own a pet unicorn? In this game, you can create a huge number of outfits for four kinds of unicorns. Let\'s dress up and take care of the unicorn. Charming style starts from costume change: sweet princess dress, cool riding hat, feel free to choose whatever you like. A real feast for all horse and animal lovers!', 'https://img.gamemonetize.com/r7wr8leqtenpj9k2ctkdm3krorvc0roc/512x384.jpg', 'https://html5.gamemonetize.com/r7wr8leqtenpj9k2ctkdm3krorvc0roc/', '0', 'Hypercasual', 0, 0, '', 'dress-up-unicorn--girl-game'), (10284, 'Save from Aliens III', 'The 3rd installment in the Save From Aliens series. Save Earth from the alien invasion by shooting down the alien spacecraft. Don\'t let them destroy all of the buildings or it\'s game over! Collect hearts to repair the buildings, collect the blue power up to repair your ship.', 'https://img.gamemonetize.com/7rgtbfj0w4qr55js3p8s2xw9e1fpydmq/512x384.jpg', 'https://html5.gamemonetize.com/7rgtbfj0w4qr55js3p8s2xw9e1fpydmq/', '0', 'Shooting', 0, 0, '', 'save-from-aliens-iii'), (10285, 'Shoe Maker Girls', 'Welcome to the fashion shoe design studio where you can create fantastic shoe designs and show your talent for shoe design. Explore the limits of your creativity while making fashionable shoes. The fabulous fashion shoe can also make a person look much more beautiful.', 'https://img.gamemonetize.com/bzw7emmcucw326988dfwycc7g1qom72i/512x384.jpg', 'https://html5.gamemonetize.com/bzw7emmcucw326988dfwycc7g1qom72i/', '0', 'Girls', 0, 0, '', 'shoe-maker-girls'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (10286, 'Zombie Derby Blocky Roads Online', 'Zombie Derby: Blocky Roads is an action game that combines driving with zombies and destruction. The dangerous post-apocalyptic world is crawling with zombies and only the bravest and most experienced drivers and the toughest survivors will still be left standing. Go on a zombie-killing spree on your car and clear your path of debris and enemies. You must pay attention to your fuel level or your car will fail in mid-level. Earn money and spend your money on new brutal cars, big guns, and vehicle optimizations. Go ahead and give it a play! Can you finish all the stages with 3 stars?', 'https://img.gamemonetize.com/6lfep4witdosax0crqvql0ax960payo8/512x384.jpg', 'https://html5.gamemonetize.com/6lfep4witdosax0crqvql0ax960payo8/', '0', 'Shooting', 0, 0, '', 'zombie-derby-blocky-roads-online'), (10287, 'Baby Taylor Fashion New Look Style Update', 'Now is a new year, Taylor\'s mother decided to take Taylor to the mall and give themselves a new look. They are going to make new hairstyles and beautiful nails, and then buy new clothes, so Taylor will be very busy today. Now Taylor needs your help, can you help her choose the most beautiful and fashionable match?', 'https://img.gamemonetize.com/nlk204x2trca942ssz6kfuaxmegla7gi/512x384.jpg', 'https://html5.gamemonetize.com/nlk204x2trca942ssz6kfuaxmegla7gi/', '0', 'Hypercasual', 0, 0, '', 'baby-taylor-fashion-new-look--style-update'), (10288, ' Amgel Kids Room Escape 62', 'AmgelEscape - Amgel Kids Room Escape 62 is another point and click escape game developed by Amgel Escape. In this game, you are locked in a room and you have to try to escape the room by finding items and solving puzzles. Show your best escaping skills to escape from the room. Can you able to escape from the room successfully? Good luck and have fun!', 'https://img.gamemonetize.com/e73khaivyejuxka4q23r2x61ctn0mvnv/512x384.jpg', 'https://html5.gamemonetize.com/e73khaivyejuxka4q23r2x61ctn0mvnv/', '0', 'Puzzles', 0, 0, '', '-amgel-kids-room-escape-'), (10289, 'Amgel Easy Room Escape 53', 'AmgelEscape - Amgel Easy Room Escape 53 is another point and click escape game developed by Amgel Escape. In this game, you are locked in a room and you have to try to escape the room by finding items and solving puzzles. Show your best escaping skills to escape from the room. Can you able to escape from the room successfully? Good luck and have fun!', 'https://img.gamemonetize.com/x90enjhhs8d7myn7l8yuqrdh0rgu0sbl/512x384.jpg', 'https://html5.gamemonetize.com/x90enjhhs8d7myn7l8yuqrdh0rgu0sbl/', '0', 'Puzzles', 0, 0, '', 'amgel-easy-room-escape-'), (10290, 'Amgel Easy Room Escape 52', 'AmgelEscape - Amgel Easy Room Escape 52 is another point and click escape game developed by Amgel Escape. In this game, you are locked in a room and you have to try to escape the room by finding items and solving puzzles. Show your best escaping skills to escape from the room. Can you able to escape from the room successfully? Good luck and have fun!', 'https://img.gamemonetize.com/zqik3loazwurdzcj4bkwodr3z24j2d3n/512x384.jpg', 'https://html5.gamemonetize.com/zqik3loazwurdzcj4bkwodr3z24j2d3n/', '0', 'Puzzles', 0, 0, '', 'amgel-easy-room-escape-'), (10291, 'Amgel Black Friday Escape', 'AmgelEscape - Amgel Black Friday Escape is another point and click escape game developed by Amgel Escape. In this game, you are locked in a room and you try to escape from the room by finding items and solving puzzles. Show your best escaping skills to escape from this room. Can you able to escape from this room successfully? Good luck and have fun!', 'https://img.gamemonetize.com/9j8xjtwdodsljblabezflrgqbsy57ust/512x384.jpg', 'https://html5.gamemonetize.com/9j8xjtwdodsljblabezflrgqbsy57ust/', '0', 'Puzzles', 0, 0, '', 'amgel-black-friday-escape'), (10292, 'Amgel Thanksgiving Room Escape 7', 'AmgelEscape - Amgel Thanksgiving Room Escape 7 is another point and click escape game developed by Amgel Escape. In this game, you are locked in a room and you try to escape from the room by finding items and solving puzzles. Show your best escaping skills to escape from this room. Can you able to escape from this room successfully? Good luck and have fun!', 'https://img.gamemonetize.com/wllrnx3olafcipyhs7w7a0pz4ly956vy/512x384.jpg', 'https://html5.gamemonetize.com/wllrnx3olafcipyhs7w7a0pz4ly956vy/', '0', 'Puzzles', 0, 0, '', 'amgel-thanksgiving-room-escape-'), (10293, 'Amgel Thanksgiving Room Escape 8', 'AmgelEscape - Amgel Thanksgiving Room Escape 8 is another point and click escape game developed by Amgel Escape. In this game, you are locked in a room and you try to escape from the room by finding items and solving puzzles. Show your best escaping skills to escape from this room. Can you able to escape from this room successfully? Good luck and have fun!', 'https://img.gamemonetize.com/beu8qbjogq60y9hpu6thp5xmz5tltdgy/512x384.jpg', 'https://html5.gamemonetize.com/beu8qbjogq60y9hpu6thp5xmz5tltdgy/', '0', 'Puzzles', 0, 0, '', 'amgel-thanksgiving-room-escape-'), (10294, 'Make IceCream', 'Hello!! Welcome to My Ice Cream Parlour - A sweet frozen Ice Cream maker game! What\'s your favorite frozen dessert food? It\'s Ice Cream? If "Yes", download My Ice Cream Parlour game now! There is lots of fun waiting for you!', 'https://img.gamemonetize.com/ek7mzipzqyxy4zszsrwn8hkxjjxb55la/512x384.jpg', 'https://html5.gamemonetize.com/ek7mzipzqyxy4zszsrwn8hkxjjxb55la/', '0', 'Girls', 0, 0, '', 'make-icecream'), (10295, 'Women Football Penalty Champions', 'Are you a fan of the soccer world cup? Do you love feminine football and you want to play ball as often as possible? If that\'s so Football Penalty world cup is the perfect game for you. Imagine yourself in the last minutes of the big game. You are tied and everything is in your hands and your ability to mark a penalty for your team. It is time to test your reflexes!', 'https://img.gamemonetize.com/tv7z4pg3h73gbf4acxe1f3vhjfcoeqz8/512x384.jpg', 'https://html5.gamemonetize.com/tv7z4pg3h73gbf4acxe1f3vhjfcoeqz8/', '0', 'Sports', 0, 0, '', 'women-football-penalty-champions'), (10296, 'Poppy Strike', 'Poppy Strike is a 3D shooting game which features gun game mode with big arsenal of weapons and famous dust 2 map crowded with huggy wuggy, your mission is to shoot all incoming huggy wuggy and try to survive by the end of each round in order to get new weapons.', 'https://img.gamemonetize.com/4wxvll34uscoiq4xxsh4ubrstuzwm5xe/512x384.jpg', 'https://html5.gamemonetize.com/4wxvll34uscoiq4xxsh4ubrstuzwm5xe/', '0', 'Shooting', 0, 0, '', 'poppy-strike'), (10297, 'Runaway Truck Crazy Drifting', 'Runaway Truck is a very interesting simulated driving game with interesting musical effects. Cartoon style makes the game atmosphere easier and the operation is simple. After entering the game, players will play a truck driver and enter this simulated driving game to experience exciting and fun adventures. You can enjoy the fun of the game in the busy drive, have fun!', 'https://img.gamemonetize.com/j7rz9pxhlukb9ptxyz1hic46ygiyce0m/512x384.jpg', 'https://html5.gamemonetize.com/j7rz9pxhlukb9ptxyz1hic46ygiyce0m/', '0', 'Racing', 0, 0, '', 'runaway-truck--crazy-drifting'), (10298, 'Nail Salon For Animals Super Nail Artist', 'Beautiful girls pay much attention to their appearance, as do animals, some animals like to make up, and some like to go to hair salons or beauty salons. As the manager of a nail salon, your task is to make beautiful nails for every customer. Today there is a special customer, a very cute little turtle. She hopes that she can have colorful nails. First of all, you have to She cleaned her nails, then put on fake nail pieces, and finally drew beautiful patterns on the fake nail pieces, filled them with good-looking paints, and finally selected some good-looking jewelry like bracelets.', 'https://img.gamemonetize.com/rgabm2q472izgxsvmqp8yjw6509l3hou/512x384.jpg', 'https://html5.gamemonetize.com/rgabm2q472izgxsvmqp8yjw6509l3hou/', '0', 'Hypercasual', 0, 0, '', 'nail-salon-for-animals--super-nail-artist'), (10299, 'Star Ninja Chop', 'Slice the stars, not the bomb - that\'s all you need to know to get started with Ninja Star Crop action! Challenge yourself to see how long you can last in this game.', 'https://img.gamemonetize.com/q8qxnxak35vyfx9fg39bnhaansy8r6jl/512x384.jpg', 'https://html5.gamemonetize.com/q8qxnxak35vyfx9fg39bnhaansy8r6jl/', '0', 'Arcade', 0, 0, '', 'star-ninja-chop'), (10300, 'Neon Brick Breaker ', 'Watch your ball carefully as it rolls to avoid all the neon blocks that are trying to stop you from making it into the hole! Since this is such an easy game there\'s no reason not to try and get 3 stars on all 5 levels by beating the difficult boss fight, too!', 'https://img.gamemonetize.com/o7joxf9mql5df4lyzmjccy8igenw381n/512x384.jpg', 'https://html5.gamemonetize.com/o7joxf9mql5df4lyzmjccy8igenw381n/', '0', 'Puzzles', 0, 0, '', 'neon-brick-breaker-'), (10301, 'Fruit Rush Game', 'Fruit Rush Game is a casual game, which is suitable for all ages, especially for the kids. They can recognize a variety of fruits while exercising reflexes. The gameplay is easy to control that you should avoid the obstacles on the road to arrive the destination! Well, enjoy it!', 'https://img.gamemonetize.com/mxh5gjluab8mi3707budqs71meetbzbt/512x384.jpg', 'https://html5.gamemonetize.com/mxh5gjluab8mi3707budqs71meetbzbt/', '0', 'Hypercasual', 0, 0, '', 'fruit-rush-game'), (10302, 'Squid Master Run Rush Game 3D', 'All the tasks are harder than you think. Every task has its period so complete the task before the period. The players who are failed in the task will be eliminated and never can perform another task. Players who win the prize pack have become squid challenger game squid. Squid players are ready for every challenge like hair, blob squid run race. Welcome to Squid life, Are you ready for squid challenges?', 'https://img.gamemonetize.com/cyosz8vkjnrcynntqx4ghy3nbto54txf/512x384.jpg', 'https://html5.gamemonetize.com/cyosz8vkjnrcynntqx4ghy3nbto54txf/', '0', 'Hypercasual', 0, 0, '', 'squid-master-run-rush-game-d'), (10303, 'Dora Summer Dress', 'The favorite cartoon character Dora is ready for her new adventure. What do you think her new clothes should look like? Let\'s play, dress up, choose the most beautiful.', 'https://img.gamemonetize.com/bj1thmqtpi5v6x7p5llkbk8h5xah0amz/512x384.jpg', 'https://html5.gamemonetize.com/bj1thmqtpi5v6x7p5llkbk8h5xah0amz/', '0', 'Girls', 0, 0, '', 'dora-summer-dress'), (10304, 'Pink Panther Dress Up', 'The funniest cartoon character Pink Panther is getting ready for the newest adventures. Do you want to create a different image with new costumes? Let\'s dress it up.', 'https://img.gamemonetize.com/pmouy3s7sjnl381w969rqtlcgdbvh89e/512x384.jpg', 'https://html5.gamemonetize.com/pmouy3s7sjnl381w969rqtlcgdbvh89e/', '0', 'Girls', 0, 0, '', 'pink-panther-dress-up'), (10305, 'Hamburger Decorating', 'Would you like to prepare delicious hamburgers according to your own taste? Choose the ingredients you want from the menu on the right and prepare your hamburger.', 'https://img.gamemonetize.com/ql4b37ib683jkd4y0endq8a4uu46c3lf/512x384.jpg', 'https://html5.gamemonetize.com/ql4b37ib683jkd4y0endq8a4uu46c3lf/', '0', 'Girls', 0, 0, '', 'hamburger-decorating'), (10306, 'Basketball Cerceaux de tir', 'Basketball is a super fun basketball game! Find out if your basketball skills can score baskets and complete all the levels. Some of the baskets to score are completely insane, so the multiple obstacles won\'t be easy!', 'https://img.gamemonetize.com/xgr7zswd1kenpgsajhpha7z5opy2icis/512x384.jpg', 'https://html5.gamemonetize.com/xgr7zswd1kenpgsajhpha7z5opy2icis/', '0', 'Sports', 0, 0, '', 'basketball-cerceaux-de-tir'), (10307, 'soccer shots 2022', 'The game is nearing its conclusion; your opponent holds the ball, but he\'s just lost it! What a wonderful opportunity to secure the victory with your own goal. In a swiping motion, aim and shoot. Playing Soccer Penalty Kicks couldn\'t be easier or more enjoyable, thanks largely to the game\'s straightforward rules and superbly realistic mechanics! Set out on a global quest to become known as "The Real Soccer Star" by taking on players worldwide. Soccer Penalty Kicks allows you to experience the thrill of a real soccer or football penalty kick by becoming the best penalty shooter in the game. Whether you\'re a soccer fan or just a kid, Soccer Penalty Kicks is a fun and exciting Football or Soccer shooting game.', 'https://img.gamemonetize.com/wbeh3ho43n1y88dcn651bq9p7l5g0na6/512x384.jpg', 'https://html5.gamemonetize.com/wbeh3ho43n1y88dcn651bq9p7l5g0na6/', '0', 'Arcade', 0, 0, '', 'soccer-shots-'), (10308, 'Amgel Thanksgiving Room Escape 6', 'AmgelEscape - Amgel Thanksgiving Room Escape 6 is another point and click escape game developed by Amgel Escape. In this game, you are locked in a room and you try to escape from the room by finding items and solving puzzles. Show your best escaping skills to escape from this room. Can you able to escape from this room successfully? Good luck and have fun!', 'https://img.gamemonetize.com/9qs0j7tt1ur4rk4h6fgvremak794zh8x/512x384.jpg', 'https://html5.gamemonetize.com/9qs0j7tt1ur4rk4h6fgvremak794zh8x/', '0', 'Puzzles', 0, 0, '', 'amgel-thanksgiving-room-escape-'), (10309, 'Cube Ninja', 'Slice! Slice!! Slice!!! Slice the cubes and try to make higher score and climb the leaderboard and show up with your friends. Try the practice mode and go to your main mode and score a lot.', 'https://img.gamemonetize.com/vk85qamvfknmt7k7kfy0r3ui3rgg5us7/512x384.jpg', 'https://html5.gamemonetize.com/vk85qamvfknmt7k7kfy0r3ui3rgg5us7/', '0', 'Action', 0, 0, '', 'cube-ninja'), (10310, 'Panda Commander', 'Epic Fights and Boss Battles! Fight your way through the skies as Panda Commander in Air Combat X ! Upgrade your plane and weapons in order to fight off enemies! Panda Commander : Air Combat X features great gameplay, epic boss battles and the ability to transfer in-game currency to any game on the Tap Platform. Join Panda in destroying all the enemies as you own the skies.', 'https://img.gamemonetize.com/3pmy9zdln8nnhhtxim34d00zcplq0dv3/512x384.jpg', 'https://html5.gamemonetize.com/3pmy9zdln8nnhhtxim34d00zcplq0dv3/', '0', 'Action', 0, 0, '', 'panda-commander'), (10311, 'Princess Aurora Wedding', 'Princess Aurora is preparing for the wedding. She bought the most beautiful wedding dresses. let\'s dress her up very stylish', 'https://img.gamemonetize.com/javic9y0gixtoeoyllom6vv1ewm2ie9t/512x384.jpg', 'https://html5.gamemonetize.com/javic9y0gixtoeoyllom6vv1ewm2ie9t/', '0', 'Girls', 0, 0, '', 'princess-aurora-wedding'), (10312, 'Frozen Princess 2', 'This beautiful princess has come to your excellent salon for beauty. She wants to have the style of frozen. Try your best to help her become as beautiful as you can. First stage, you need to help the princess wash her hair and then dry it carefully.', 'https://img.gamemonetize.com/8b8cihfu4icxtbkleff689ro3rfebpcl/512x384.jpg', 'https://html5.gamemonetize.com/8b8cihfu4icxtbkleff689ro3rfebpcl/', '0', 'Girls', 0, 0, '', 'frozen-princess-'), (10313, 'Barbie Volleyball Dress', 'Barbie likes to play volleyball. She plays volleyball on the beach in her new clothes. Let\'s try on her new clothes and play', 'https://img.gamemonetize.com/a4qe697vb529csk88gdum2ay296lcxuf/512x384.jpg', 'https://html5.gamemonetize.com/a4qe697vb529csk88gdum2ay296lcxuf/', '0', 'Girls', 0, 0, '', 'barbie-volleyball-dress'), (10314, 'Bus Rush subway', 'Bus Rush is an amazing racing game for Android. Drive on amazing tracks in Bus Rush City. Touch the screen to jump or slide and move left or right. Avoid hitting trucks, buses and trains. Travel through the cities, forests and beaches of Bus Rush and collect as many coins as possible.', 'https://img.gamemonetize.com/6bqaio3krcnrdf89f7n8uqrwdu203q5l/512x384.jpg', 'https://html5.gamemonetize.com/6bqaio3krcnrdf89f7n8uqrwdu203q5l/', '0', 'Adventure', 0, 0, '', 'bus-rush--subway'), (10315, 'Stickman Boxing KO', 'Welcome to the online game Stickman Boxing KO Champion. This is a free Sport Game. You\'re not a boxing expert? Don\'t worry, the boxing game is easy enough to learn. Just press the Space button repeatedly to perform punches and block attacks, and then hit the other boxer with an uppercut, lowercut, or body shot. Once you\'ve completed your round, you can move on to the next round. Stickman Boxing KO Championship unblocked game is an online game that features 4 stickman fighters in intense combat. You\'ll be able to punch opponents with a variety of devastating punches and combos. Using your mouse or keyboard, you\'ll be able to navigate the game and perform all of your attacks. The HTML5-based game is also compatible with PCs and mobiles. The game includes many features to make it more enjoyable. It allows you to throw various punches and combs. Depending on your skill level, you can hit your opponents with an uppercut, cross, jab, or even dodge. You\'ll be able to knock out all of your opponents, which is the goal of the game. As long as all of your opponents are knocked out, you can win.', 'https://img.gamemonetize.com/dmzl9eimmp3oubqzq2ses7kh0rda9sbp/512x384.jpg', 'https://html5.gamemonetize.com/dmzl9eimmp3oubqzq2ses7kh0rda9sbp/', '0', 'Fighting', 0, 0, '', 'stickman-boxing-ko'), (10316, 'Barbie Party Makeup', 'Barbie is getting ready for the night party. Let\'s make up first and then dress her up very stylishly. Looking gorgeous with your clothes and jewelry', 'https://img.gamemonetize.com/ntw5n1p4tiwasidsnj8wvfjxfm2ajyf1/512x384.jpg', 'https://html5.gamemonetize.com/ntw5n1p4tiwasidsnj8wvfjxfm2ajyf1/', '0', 'Girls', 0, 0, '', 'barbie-party-makeup'), (10317, 'Anime Girl Fantasy Dress Up', 'Do you like manga or anime girl dress up games? Sure you do! And what\'s you\'ve really missed is fantasy anime dress up in a Role Playing Games style! 6 cute anime girls are looking for a good RPG fan to dress them up! Dress up six anime warrior girls, each with her own custom look. A unique touch in this game, the music changes with the background, helping to set the mood. Each girl comes with a beautiful selection of anime-style clothing, as well as many hairstyles in different colors. You can then arm her with fierce weapons and accessorize with jewelry. But no anime warrior\'s look would be complete without a weird and kawaii pet companion! What kind of anime girl squad will you design?', 'https://img.gamemonetize.com/iuj7qbv51gxwn8hujfxcbdl9sk65z6lc/512x384.jpg', 'https://html5.gamemonetize.com/iuj7qbv51gxwn8hujfxcbdl9sk65z6lc/', '0', 'Hypercasual', 0, 0, '', 'anime-girl-fantasy-dress-up'), (10318, 'Quiz Categories', 'Quiz Curiosities is a quiz game to test general knowledge, are you ready?', 'https://img.gamemonetize.com/zek4u32r2f03zkjusnwcjbsxwsf7hduh/512x384.jpg', 'https://html5.gamemonetize.com/zek4u32r2f03zkjusnwcjbsxwsf7hduh/', '0', 'Puzzles', 0, 0, '', 'quiz-categories'), (10319, 'Oink Run NG', 'Oink Run! The runaway pig, manages to guide him on this insane escape by destroying enemies, jumping platforms and opening parachutes whenever necessary!', 'https://img.gamemonetize.com/41pjz02kc73h96urdilfcdjkk42kld8t/512x384.jpg', 'https://html5.gamemonetize.com/41pjz02kc73h96urdilfcdjkk42kld8t/', '0', 'Arcade', 0, 0, '', 'oink-run-ng'), (10320, 'Doctor Foot 2', 'Foot Surgery Doctor Care - Free Doctor Games : Enjoy the thrill of being a superhero Foot Doctor to cure all patients coming to your clinic doctor care & bringing them back from trauma herein Foot Surgery Doctor Care - Free Doctor Games.', 'https://img.gamemonetize.com/1p2vgwnnhb96mykzk0i4xwtg4hjct5tc/512x384.jpg', 'https://html5.gamemonetize.com/1p2vgwnnhb96mykzk0i4xwtg4hjct5tc/', '0', 'Puzzles', 0, 0, '', 'doctor-foot-'), (10321, 'Foot Doctor Pro', 'Nail foot doctor is the latest leg and hand surgery game with different levels of surgery levels. Visit our virtual nail foot doctor hospital and treat various patients with injured toes, pal, hands, knees. Use real doctor surgery tools to operate different nail foot injuries.', 'https://img.gamemonetize.com/icqbdftslqom0ul07pjzgurng87jk48v/512x384.jpg', 'https://html5.gamemonetize.com/icqbdftslqom0ul07pjzgurng87jk48v/', '0', 'Girls', 0, 0, '', 'foot-doctor-pro'), (10322, 'Poppy Playtime Coloring Book', 'Welcome to the game Poppy Playtime Coloring Book where you will find 18 different pictures that need to be colored. They need to be colored and for this you are provided with a set of fifteen felt-tip pens of different bright colors. On the left you will see a set of circles of different diameters. You can also save the colored image. Have fun!', 'https://img.gamemonetize.com/cnidmqpjadwmzy57vgurut3rw1uvogyg/512x384.jpg', 'https://html5.gamemonetize.com/cnidmqpjadwmzy57vgurut3rw1uvogyg/', '0', 'Puzzles', 0, 0, '', 'poppy-playtime-coloring-book'), (10323, 'Ear Doctor Pro', 'Hey doctor, I hurt my ear and it\'s so painful! Could you help me fix my ear please? I know you have the best medical tools in town!', 'https://img.gamemonetize.com/ry0hstry42z45sdxs7oxk8jitgybj0og/512x384.jpg', 'https://html5.gamemonetize.com/ry0hstry42z45sdxs7oxk8jitgybj0og/', '0', 'Puzzles', 0, 0, '', 'ear-doctor-pro'), (10324, 'Ferrari 296 GTS Puzzle', 'Play with 6 images in this perfect jigsaw puzzle game: Ferrari 296 GTS Puzzle. All images is with the themes of the car - Ferrari 296 GTS. Solve all puzzles and keep your brain sharp. You have four modes for each picture, 16 pieces, 36 pieces, 64 pieces and 100 pieces. Enjoy and have fun.', 'https://img.gamemonetize.com/gy4ccxvk6o62a74olhohpigewakzgz5t/512x384.jpg', 'https://html5.gamemonetize.com/gy4ccxvk6o62a74olhohpigewakzgz5t/', '0', 'Puzzles', 0, 0, '', 'ferrari--gts-puzzle'), (10325, 'Space Mission Truck', 'Welcome to the Space Mission Truck. This is a new 3d Space Racing game. Deliver the package within the time limit to the destination. Sounds fun! right? This is more difficult than you think. Play and try to complete all the levels.', 'https://img.gamemonetize.com/ioyy2uqn0j02qfcpsu4q5urrn27pcq2d/512x384.jpg', 'https://html5.gamemonetize.com/ioyy2uqn0j02qfcpsu4q5urrn27pcq2d/', '0', 'Hypercasual', 0, 0, '', 'space-mission-truck'), (10326, 'Zombies at the beach', 'Welcome to your own B-movie! You thought you could take it easy at the beach, under the summer sun? Sorry, but you can forget it because famished zombies are invading the place, determined to raid the free buffet that is the multiple tourists who are at the beach, too. Since we’re in a very bad movie, you are obviously armed. Use your shotgun to clean the beach and save all the pretty ladies (you might get lucky).', 'https://img.gamemonetize.com/vnh4hqz530vxvrkivwky2bnuyz73l51q/512x384.jpg', 'https://html5.gamemonetize.com/vnh4hqz530vxvrkivwky2bnuyz73l51q/', '0', 'Shooting', 0, 0, '', 'zombies-at-the-beach'), (10327, 'The Spider Solitaire', 'This version of SPIDER SOLITAIRE has wonderful and unique graphics and fantastic user interface. Enjoy your spare time and play this game for hours. You will love it ! SPIDER SOLITAIRE FEATURES: - 3 play modes: suites of 1 or 2 or 4 cards - Daily Challenges : every day a special and unique challenge to raise. - Over 30 achievements/challenges : will you try to complete all challenges ?', 'https://img.gamemonetize.com/dddbm1zo0b8xxg142ydlmct67xgukb1z/512x384.jpg', 'https://html5.gamemonetize.com/dddbm1zo0b8xxg142ydlmct67xgukb1z/', '0', 'Puzzles', 0, 0, '', 'the-spider-solitaire'), (10328, 'Snow Sniper', 'Snow Sniper is a fun sniper game with 60 levels and amazing graphics!', 'https://img.gamemonetize.com/ixjnvict832qofp7k2tob65f78ao9c0k/512x384.jpg', 'https://html5.gamemonetize.com/ixjnvict832qofp7k2tob65f78ao9c0k/', '0', 'Shooting', 0, 0, '', 'snow-sniper'), (10329, 'Noob vs Hacker', 'The cute and clumsy noob has to get the key and reach the door before the hacker does to survive in the desert. Pass the obstacles before you fall for the hacker\'s tricks, dodge the monsters, be careful, you don\'t know how to swim, you might drown.', 'https://img.gamemonetize.com/upbkplqh8mmo36werlwgqh20sp0qepk9/512x384.jpg', 'https://html5.gamemonetize.com/upbkplqh8mmo36werlwgqh20sp0qepk9/', '0', 'Arcade', 0, 0, '', 'noob-vs-hacker'), (10330, 'Beautician Princess', 'Modern technologies and materials make our lives better. Test yourself as a beautician. Help our beautiful princess to become even more beautiful. Get rid of dark circles under the eyes with hyaluronic acid. Straighten brow line. Make a tattoo of arrows near the eyes. In addition, make lips a little bigger. Complete the look with light makeup and accessories!', 'https://img.gamemonetize.com/lerdsk9oupp0a35j6uamyf1fhbtlc95m/512x384.jpg', 'https://html5.gamemonetize.com/lerdsk9oupp0a35j6uamyf1fhbtlc95m/', '0', 'Girls', 0, 0, '', 'beautician-princess'), (10331, 'Mommy Long Legs Jigsaw', 'welcome to Mommy long legs Jigsaw Puzzle! If you are a jigsaw puzzle games lover then this game is the perfect one for you! Explore some amazing mommy long legs pictures and try to assemble all jigsaw pieces. Have fun!', 'https://img.gamemonetize.com/cq41oo428d4n5e9iqew0uslmk1x671f1/512x384.jpg', 'https://html5.gamemonetize.com/cq41oo428d4n5e9iqew0uslmk1x671f1/', '0', 'Puzzles', 0, 0, '', 'mommy-long-legs-jigsaw'), (10332, 'JigSwa Poppy Playtime', 'Poppy Playtime Jigsaw is a brain puzzle assembly Game. Poppy Playtime Jigsaw comes with amazing puzzle image pack. Just arrange the pieces of puzzles to get the right image. Looking for puzzle games for adults or kids? You found it! enjoy and relax!', 'https://img.gamemonetize.com/2kwtkxdlwb9y1dulxb4n9r7ovd35o90a/512x384.jpg', 'https://html5.gamemonetize.com/2kwtkxdlwb9y1dulxb4n9r7ovd35o90a/', '0', 'Puzzles', 0, 0, '', 'jigswa-poppy-playtime'), (10333, 'Pou Caring Game', 'POU Caring is an interesting and cute POU caring game. How would you take care of your own alien pet? Feed him, bathe him, play with him and watch him grow up. With the upgrading of the level, unlock different wallpaper, clothing to meet your unique taste. How would you DIY your own POU?', 'https://img.gamemonetize.com/px2h9zdzq6txs4i2hkg6ck5pqiu8icxw/512x384.jpg', 'https://html5.gamemonetize.com/px2h9zdzq6txs4i2hkg6ck5pqiu8icxw/', '0', 'Girls', 0, 0, '', 'pou-caring-game'), (10334, 'Slope UFO', 'Slope Ufo is a game where you try to move forward in endless space without hitting the meteorites. You need to steer our spacecraft away from dangers and watch out for meteors that are coming fast.', 'https://img.gamemonetize.com/wn4r3p90mfjp7c3ponkoi524ipgxzzhg/512x384.jpg', 'https://html5.gamemonetize.com/wn4r3p90mfjp7c3ponkoi524ipgxzzhg/', '0', 'Arcade', 0, 0, '', 'slope-ufo'), (10335, 'Baby Girl Dish Washing & DressUp', 'More outfits than you\'ve seen in any other cosplay or fashion simulator are available in this game. Prepare for the red carpet as an outfit designer/image-maker for famous actors, celebrities, supermodels, and glitzy socialites by unleashing your inner fashionista today! Indulge your passion for hauler videos on YouTube and pretend you\'re a famous actor or actress in Hollywood and Broadway, with millions of admirers and subscribers waiting to see your latest haul. Become the world\'s most beautiful woman and wed a millionaire for even more fame and glory (e.g., some handsome actor with an oceanside mansion in California). Get creative with your celebrity model\'s haircut and attire for the big day. Wash the dishes with your mother to disinfect the kitchen. This is a great way to spend some quality time together for small girls who enjoy helping their moms maintain their homes and kitchens clean. Here, cleaning the kitchen and dishes is a lot of fun because all you have to do is move your finger and get the hang of it in no time at all. In this game, you have to clean up your kitchen and remove the strewn dishes. Dirty dishes can be cleaned here, as well as the cabinets, the racks, the organizers, the dishwasher, and the filthy floor, which can be vacuumed. Cooking on this untidy floor is a no-no.', 'https://img.gamemonetize.com/1s7mnh9aj7nwrebxjlzmdmqhes627uhv/512x384.jpg', 'https://html5.gamemonetize.com/1s7mnh9aj7nwrebxjlzmdmqhes627uhv/', '0', 'Arcade', 0, 0, '', 'baby-girl-dish-washing-amp-dressup'), (10336, 'Mini Billiard', 'The game is a simple reinterpretation of the game of billiards but without rules and technicalities ... your child will be really happy to play it for hours and hours! Just to understand, you have to get all the billiard balls into the hole as quickly as possible trying to make the fewest mistakes! This game is ideal for all children and teenagers who do not want a challenging and technical pool but rather prefer a fun, simple, not boring and colorful pastime with which to spend time.', 'https://img.gamemonetize.com/bcqluxxnxezfwk9k2uss8w348ay3pt00/512x384.jpg', 'https://html5.gamemonetize.com/bcqluxxnxezfwk9k2uss8w348ay3pt00/', '0', 'Sports', 0, 0, '', 'mini-billiard'), (10337, 'Anime Manga Coloring Book', 'Do you like watching Anime and Manga? Do you like gorgeous Anime and Manga characters? Here we released this online Anime Manga Coloring Book and you can create your own-style characters. We\'ve prepared 8 beautiful and handsome characters in this game. You will enjoy this game with cheerful music. It\'s a very good game to relax yourself when you are tired. Also it\'s a very perfect chance to let out your art talent. Invite your friends to join you and create the best characters together!', 'https://img.gamemonetize.com/2jc29zpe5pui7scq4fs46svcxx9tdz2p/512x384.jpg', 'https://html5.gamemonetize.com/2jc29zpe5pui7scq4fs46svcxx9tdz2p/', '0', 'Girls', 0, 0, '', 'anime-manga-coloring-book'), (10338, 'Track Control', 'Welcome to Track Control, a challenging casual puzzle game where your task is to control the ball from falling, be careful with the platform and let the ball fall into the bucket below, the graphics of this game make you feel very comfortable, come and release your stress here!', 'https://img.gamemonetize.com/1xm2ijzg8685hwpsedqckum7lpu3sbns/512x384.jpg', 'https://html5.gamemonetize.com/1xm2ijzg8685hwpsedqckum7lpu3sbns/', '0', 'Boys', 0, 0, '', 'track-control'), (10339, 'Jungle Hidden Objects', 'This is a classic point and click hidden object game. You need to find all of the items listed in the picture on the left side of the screen. Complete the level before time runs out to get bonus points.', 'https://img.gamemonetize.com/vi05v9iyok2ztyhhw2wpw1c32rgogt64/512x384.jpg', 'https://html5.gamemonetize.com/vi05v9iyok2ztyhhw2wpw1c32rgogt64/', '0', 'Puzzles', 0, 0, '', 'jungle-hidden-objects'), (10340, 'Bubble Hunt', 'Bubble Hunt is a Classical bubble shooter game with 48 challenges. Aim and release the bubble in order to combine it with other similar bubbles. Your goal is to collect the Golden heart within the allowed time. Don’t let the bubbles reach the border. There are several power-ups which can be activated by shooting bubble on them.', 'https://img.gamemonetize.com/thao1lb8y9foyrugscw7hfjzrnqbd0zt/512x384.jpg', 'https://html5.gamemonetize.com/thao1lb8y9foyrugscw7hfjzrnqbd0zt/', '0', 'Puzzles', 0, 0, '', 'bubble-hunt'), (10341, 'Knockout RPS', 'To play this game you have to be quick witted and even quicker to the draw. Rock Paper Scissors is a classic game that people of all ages enjoy, thats why this could be the right game for you and your family.', 'https://img.gamemonetize.com/tly5dqx0yxp8c3ugt0r2xk376k0b2sqe/512x384.jpg', 'https://html5.gamemonetize.com/tly5dqx0yxp8c3ugt0r2xk376k0b2sqe/', '0', 'Puzzles', 0, 0, '', 'knockout-rps'), (10342, 'Cannon Shot buckets', 'Fill all the buckets with balls to complete a level. Use your finger to move various objects to change the direction of the balls you shoot. Aim smart! Complete levels to unlocks new cannons. Can you find the rare one?', 'https://img.gamemonetize.com/r7dxss26ny4ltivxxv82hze1dx5z3ydj/512x384.jpg', 'https://html5.gamemonetize.com/r7dxss26ny4ltivxxv82hze1dx5z3ydj/', '0', 'Puzzles', 0, 0, '', 'cannon-shot-buckets'), (10343, 'Minecraft Steve Hook Adventure ', 'Minecraft Steve Hook Adventure is a fun physics ball game where your goal is to move the ball by grappling it on to the hooks and swinging it to move. Press on the ball to switch to Minecraft Steve where he can grapple and attach to the hooks. The green platform bounces the ball and moves it quickly but avoid the red platforms. The wood walls can slow or even halt the ball\'s movement. Do not let the ball fall or start over again. Manage the ball to move around obstacles until it reaches the house. Have a lot of fun playing this game!', 'https://img.gamemonetize.com/sj70ipi23qhky7v6bx8u6x4finpl0d6d/512x384.jpg', 'https://html5.gamemonetize.com/sj70ipi23qhky7v6bx8u6x4finpl0d6d/', '0', 'Hypercasual', 0, 0, '', 'minecraft-steve-hook-adventure-'), (10344, 'Garden Design', 'Help Alex sow the right seeds to create lavish gardens in the new hit Match 3 puzzle game Dream Garden Makeover!', 'https://img.gamemonetize.com/21yyu29rapepbtrpdkacsu6cjszhofm5/512x384.jpg', 'https://html5.gamemonetize.com/21yyu29rapepbtrpdkacsu6cjszhofm5/', '0', 'Girls', 0, 0, '', 'garden-design'), (10345, 'Doll Career Outfits Challenge', 'Babara just graduates from college, she wants to try ordinary jobs, such as nurse, teacher, but she also wants to try some challenging and unusual jobs, like pop star, air hostess, astronaut, paleontologist and so on. Now, Babara has a chance to try all kinds of the jobs, help her pick proper and fashion outfits according to her career. Have a great time!', 'https://img.gamemonetize.com/3mqmdncna84cop8km2wzywq7onloakrw/512x384.jpg', 'https://html5.gamemonetize.com/3mqmdncna84cop8km2wzywq7onloakrw/', '0', 'Girls', 0, 0, '', 'doll-career-outfits-challenge'), (10346, 'Jelly Cube Jump', 'Cube Jump is an arcade game where you control the Cube and jump. Simply press and hold down your finger to control the Cube horizontal movements. Keep jumping off the platforms onto other ones without falling.', 'https://img.gamemonetize.com/mnl2yofwqumu6yop2y2gl2switsx5vgn/512x384.jpg', 'https://html5.gamemonetize.com/mnl2yofwqumu6yop2y2gl2switsx5vgn/', '0', 'Arcade', 0, 0, '', 'jelly-cube-jump'), (10347, 'Poppy Maze', 'Scary Maze†is a game created in Construct 3 with the new 3D feature, making it a really cool first-person game! Your objective is to get out of the maze, you must find the key to open the gate. Try to get out as fast as possible to save your time record. Enjoy 3D immersion!', 'https://img.gamemonetize.com/zzypamhmymtkb0uaesdhk0dt6yrimmp5/512x384.jpg', 'https://html5.gamemonetize.com/zzypamhmymtkb0uaesdhk0dt6yrimmp5/', '0', 'Puzzles', 0, 0, '', 'poppy-maze'), (10348, 'Wobbly Ligs', 'Smash the walls, set yourself free from the boring energy of office space, classroom or crowded streets. Breaking walls will make you feel alive and stronger than ever!', 'https://img.gamemonetize.com/ai6mlu8zfj6976gjs48nz024hg0wd3wj/512x384.jpg', 'https://html5.gamemonetize.com/ai6mlu8zfj6976gjs48nz024hg0wd3wj/', '0', 'Adventure', 0, 0, '', 'wobbly-ligs'), (10349, 'Cute Bear Honey', 'Cute bear Honey is looking for his new style. Let\'s help him. Let\'s create new favorite bear style', 'https://img.gamemonetize.com/ywbbowb1jqjo0jxaavdd1t13qvktjwfs/512x384.jpg', 'https://html5.gamemonetize.com/ywbbowb1jqjo0jxaavdd1t13qvktjwfs/', '0', 'Girls', 0, 0, '', 'cute-bear-honey'), (10350, 'Yacht Escape', 'Yacht Escape is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to Seashore; there you got trapped in it. Fortunately you found a yacht. Here are the interesting puzzles and hidden objects to escape from this place. Good luck... Have fun!', 'https://img.gamemonetize.com/q8ozkao4mq56vw2cwzno5r1tjnxqqrt4/512x384.jpg', 'https://html5.gamemonetize.com/q8ozkao4mq56vw2cwzno5r1tjnxqqrt4/', '0', 'Puzzles', 0, 0, '', 'yacht-escape'), (10351, 'Find The Tractor Key', 'Find The Tractor Key is a point and click game developed by 8BGames/Games2Mad. Imagine that you went to your farm house; There you lost your tractor key. Here are the interesting puzzles and hidden objects to help the girl to find her tractor key. Good luck…Have fun!', 'https://img.gamemonetize.com/4xkkbmeiqtgg5aubl8wfve0r2v7fy5fy/512x384.jpg', 'https://html5.gamemonetize.com/4xkkbmeiqtgg5aubl8wfve0r2v7fy5fy/', '0', 'Puzzles', 0, 0, '', 'find-the-tractor-key'), (10352, 'Painter House Escape 2', 'Painter House Escape 2 is a point and click game developed by 8B Games/Games2Mad. Imagine that you had been to a house, On there you had trapped. Here is the interesting puzzles and hidden objects to find and get escape from the house. Good luck.. Have fun!', 'https://img.gamemonetize.com/52x40kmuacm8d3au3vaqboiushr9xkmm/512x384.jpg', 'https://html5.gamemonetize.com/52x40kmuacm8d3au3vaqboiushr9xkmm/', '0', 'Puzzles', 0, 0, '', 'painter-house-escape-'), (10353, 'Escape From Zoo 2', 'Escape From Zoo 2 is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a Zoo with your wild pet animals; there you got trapped inside the Zoo. Here are the interesting puzzles and hidden objects to find and get escape from the Zoo. Good luck... Have fun!', 'https://img.gamemonetize.com/1z3a97hpkxxs6b5bbt129hkiq6zg7y13/512x384.jpg', 'https://html5.gamemonetize.com/1z3a97hpkxxs6b5bbt129hkiq6zg7y13/', '0', 'Puzzles', 0, 0, '', 'escape-from-zoo-'), (10354, 'Huggy Wuggy in space', 'If you are looking for adventures, want to explore the endless space and believe there are no boundaries that can stop you - this game is what you need. It is time to fulfill your dream! play Huggy Wuggy in space now Get ready for the tour into the universe with Huggy Wuggy in space!', 'https://img.gamemonetize.com/nb7q7b9pbb5d6umd7jl9cxwg5pbz9shr/512x384.jpg', 'https://html5.gamemonetize.com/nb7q7b9pbb5d6umd7jl9cxwg5pbz9shr/', '0', 'Clicker', 0, 0, '', 'huggy-wuggy-in-space'), (10355, 'Parking Game BE A PARKER 2', 'Enjoy your time by driving the Bmw city car rider 2021 testing your racing skills on the city roads. this is not just the best car driving simulator game, this is the best crazy bmw city car rider game that meets your racing goals. If you are addicted to playing a free driving game. Get your seat belt and move around the city on your realistic sports car. it\'s time to show your car driving skill. You will find many city traffic cars around the city. If you are the one who is a car rider for the city car driving game. Create the best bmw city car rider 2021 with its driving sports cars. this game has many challenging routes. When supercar drive around the city roads makes it a perfect car game.', 'https://img.gamemonetize.com/y4f5jkunv3j273ggg40a7gzf0dqcbuyz/512x384.jpg', 'https://html5.gamemonetize.com/y4f5jkunv3j273ggg40a7gzf0dqcbuyz/', '0', 'Racing', 0, 0, '', 'parking-game--be-a-parker-'), (10356, 'Car Driver', 'How do you like car parking simulation games? Here we need you to help us park the sportscar at the marked position on minimap without any time limitations. Keep driving stably and avoid any crash!', 'https://img.gamemonetize.com/qshxj92tqb8atsr9wonbxudg8t1g6hon/512x384.jpg', 'https://html5.gamemonetize.com/qshxj92tqb8atsr9wonbxudg8t1g6hon/', '0', 'Arcade', 0, 0, '', 'car-driver'), (10357, 'Chinese Food Chef', 'Love Chinese Food? We know we all love it so, FAST DRAW bring some yummiest recipes for you guys just install Chinese Cooking Street Food Recipes and get that food tricks.', 'https://img.gamemonetize.com/7y6bbbcfrcxboem24g2qx0yuzowclvnk/512x384.jpg', 'https://html5.gamemonetize.com/7y6bbbcfrcxboem24g2qx0yuzowclvnk/', '0', 'Cooking', 0, 0, '', 'chinese-food-chef'), (10358, 'poppy playtime battle city', 'The Official Poppy Playtime Mobile Game! You must stay alive in this horror/puzzle adventure. Try to survive the vengeful toys waiting for you in the abandoned toy factory. Use your GrabPack to hack electrical circuits or nab anything from afar. Explore the mysterious facility... and don\'t get caught. Welcome to Playtime Co.! Playtime Co. was once the king of the toy manufacturing industry... until everybody inside of the factory one day disappeared into thin air. Now, years later, you must explore the abandoned factory and uncover the truth. The Toys The toys of Playtime Co. are a lively bunch! From Bot to Huggy, Catbee to Poppy, Playtime does it all! As long as you\'re at Playtime Co., why not pay the toys a little visit? You might just make a few friends...', 'https://img.gamemonetize.com/g5tyw73nkvc45hc8t4nk2feephl29cfr/512x384.jpg', 'https://html5.gamemonetize.com/g5tyw73nkvc45hc8t4nk2feephl29cfr/', '0', 'Adventure', 0, 0, '', 'poppy-playtime-battle-city'), (10359, 'Party Gang', 'Are you ready for the most awesome time killer game and craziest battle royale yet?! Good, because entering the ring are some weird and wacky characters! Can you knock out all the other guys and take the crown? It’s time to find out!', 'https://img.gamemonetize.com/famosbena4c4gm7vwng4150zrn8y4j0q/512x384.jpg', 'https://html5.gamemonetize.com/famosbena4c4gm7vwng4150zrn8y4j0q/', '0', 'Adventure', 0, 0, '', 'party-gang'), (10360, 'Hamburger', 'Plan & Swipe, move the ingredients, make your burger. And EAT IT! Hamburger!!!', 'https://img.gamemonetize.com/s4k3rs0awsst8158a1l9o5sppzi5y1l1/512x384.jpg', 'https://html5.gamemonetize.com/s4k3rs0awsst8158a1l9o5sppzi5y1l1/', '0', 'Puzzles', 0, 0, '', 'hamburger'), (10361, 'Panckake', 'In this game, you can try to stack pancakes and decorate it with sweet fixing.', 'https://img.gamemonetize.com/red5z2fxl820zbc3qzqrxfh85l0scndq/512x384.jpg', 'https://html5.gamemonetize.com/red5z2fxl820zbc3qzqrxfh85l0scndq/', '0', 'Cooking', 0, 0, '', 'panckake'), (10362, 'Party Beast', 'Get ready for gang fight in boxing city fight stickman board games with ragdoll physics in fun games. This awesome party games have lots of fun, funny games, ragdoll physics and lots of brawl fights in kung fu style stickman fighter.', 'https://img.gamemonetize.com/jh164avsao0ik3pmnt16uhm4n3qqtpp8/512x384.jpg', 'https://html5.gamemonetize.com/jh164avsao0ik3pmnt16uhm4n3qqtpp8/', '0', 'Arcade', 0, 0, '', 'party-beast'), (10363, 'Slippery Slides', 'The Slippery Slides water park fun race is on, and it\'s a slippery slope! You know how they say nice guys finish last? Well, don\'t be a nice guy!', 'https://img.gamemonetize.com/61lkdpn0j4e49phelpapzezpl358z907/512x384.jpg', 'https://html5.gamemonetize.com/61lkdpn0j4e49phelpapzezpl358z907/', '0', 'Arcade', 0, 0, '', 'slippery-slides'), (10364, ' Ramp Car Stunts Car Games', 'Mega Ramp Car Racing Stunt Games Get ready to enjoy stunt car games 2021. It’s time to have fun with multiple vehicles on impossible tracks in the new car stunt games. Drive fast and do stunts on mega ramp tracks! Mega ramp car racing stunts 3d brings a new adventure for stunt driving games lovers. Car stunt games with amazing HD graphics and exciting gameplay. Join the car racing championship and win the race to prove your extreme stunt driver skills. In free games 2021, we provide you car stunt games 2021 which is more addictive and amazing to play. These offline games is made upon your dream ramp car stunts racing idea. You will get a realistic environment, luxury ramp cars, and stunning graphics which are enough to fulfill your zeal for speed car racing stunts. There are three modes (Impossible, Multiplayer, and GT Stunt) in car driving games to enhance your driving skills from zero to master level. Test your driving controls through the performance of car stunts over impossible tracks. Show your talents by artistically executing impossible mega ramp stunts. Select your favorite racing car and enter into the world of car stunt games and make new stunt records. Drive in the different fashion of ramp car games which gives you a unique experience of car games 2021. Keep in mind all kinds of precautionary measures while performing ramp car GT racing stunts over impossible tracks. Mega ramp car games 2021 has almost all futuristic and innovative features that challenge your driving skills on impossible racing tracks. Don’t be off track even for a split second and focus on your goals of car racing games. Give your real strengths for the better performance of car racing stunts as this car games 2021 takes you to the possible heights of car driving games.', 'https://img.gamemonetize.com/rc84z7tm7b9nc9lk72l82eh04t2472je/512x384.jpg', 'https://html5.gamemonetize.com/rc84z7tm7b9nc9lk72l82eh04t2472je/', '0', 'Arcade', 0, 0, '', '-ramp-car-stunts--car-games'), (10365, 'AquaHills.io', 'Race your opponents on the waterslide using a unique and fun gameplay! Hold to gain speed and release at the right time to fly over the water slide. Be careful where you land. You can increase your speed and fly even higher every time by landing correctly on the water slide.', 'https://img.gamemonetize.com/7c5a39jzw7irnepdj7r9ah6sq8q22mhc/512x384.jpg', 'https://html5.gamemonetize.com/7c5a39jzw7irnepdj7r9ah6sq8q22mhc/', '0', 'Arcade', 0, 0, '', 'aquahillsio'), (10366, ' Mega Ramps Sky Driving', 'Be Ready and join the extreme car driving with this vertical mega ramp car stunts. It’s an impossible car stunt game to enjoy the addictive extreme city car driving game play over the impossible vertical ramp. We hope you will enjoy free car games 2021. Mega vertical ramp car has adventures game play and super car upgrades. This is Free Ramp Car Stunts 2021 - New Car Stunt Game. Will you be able to take up the impossible car game challenge? If yes so get into the car, buckle up your seat belt, hold the steering and enjoy realistic ramp car driving experience over the vertical car ramp. In this Impossible Ramp Car Driving game you have amazing car driving simulator, modern cars are waiting to be driven around for a talented driver. New car games are available online and free games 2021 is one of the best offline games.', 'https://img.gamemonetize.com/lq1tohxzk5chkywcw58xo5oy43ivudl4/512x384.jpg', 'https://html5.gamemonetize.com/lq1tohxzk5chkywcw58xo5oy43ivudl4/', '0', 'Arcade', 0, 0, '', '-mega-ramps-sky-driving'), (10367, 'FNF Night Battle', 'Mic check! Testing 1 2 3 ï¸', 'https://img.gamemonetize.com/yzru0arfcydjumd4qz37zut8gr61teyk/512x384.jpg', 'https://html5.gamemonetize.com/yzru0arfcydjumd4qz37zut8gr61teyk/', '0', 'Arcade', 0, 0, '', 'fnf-night-battle'), (10368, 'Jeep Stunts', 'Are you ready and prepared to enjoy the jeep stunt driving simulator on the tracks? Or Are you crazy to do jeep driving? If yes then this game is for you. Now the jeep stunt driving simulator game will bring a thrilling driving experience for you. Get unique driving experience in each track, Jeep performs crazy stunts on ramps with a powerful sports jeep. Please be careful while driving the jeep to avoid fall and complete the thrilling track. It would be the best game for our game lover not only in 2020 but also in 2019. Choose your jeep vehicle among multiple super luxuries jeep to drive over the tracks with realistic breaking, race, physics, and smooth controls with a high power engine. Jeep stunt driving Simulator has impossible tracks and it is a hard-driving game on zigzag tracks. Jeep stunt drive simulator: With the most exhilarating 3D stunts action game comes with a super cool and amazing environment. Jeep capability combined with iconic stunts and Brand design. Each jeep comes with unique specifications and speed. The jeep dealer has set fair jeep prices for your buying ease so play and unlock all the exciting and cool jeeps to have endless. Layout sets the benchmark when it comes to the ultimate look of adventure. If you have wished to find vehicles and authentic Jeep? It also would be the best game in 2020 as a jeep gladiator. If we talk about regarding 2020 Jeep Gladiator it has some Key features: • Smooth controls and HD cameras see. • Amazing gameplay with best with mind-blowing game music. • Dynamic camera views. • Jeep has good steering, movement buttons, tilts and wheels work with touch buttons. • More luxuries jeeps. • 3d track using in this game. • Various good levels and every level are very thrilling and tougher. • The jeep collects the coins to complete the levels and then unlock other levels in this driving game. • Two modes with easy & challenging levels. In coming soon 2020 Jeep Gladiator will give you real fun to play. It is easy to enhance the good of your skills. You just need to extreme stunt jeep driving skills to drive safely on tricky impossible race tracks and curvy paths. We also have set a timer in this game so you have to move fast and show your driving skills to reach on time. We use different three camera angles but the main camera view is the best of one. Are you ready to enjoy the crazy jeep driving on sky tracks by playing keep driving simulator really fun to play this crazy game jeep driving simulator.', 'https://img.gamemonetize.com/vifv55j25dctw7g3lupzwh32q90z3lj6/512x384.jpg', 'https://html5.gamemonetize.com/vifv55j25dctw7g3lupzwh32q90z3lj6/', '0', 'Adventure', 0, 0, '', 'jeep-stunts'), (10369, 'Lazy Jumper', 'Lazy Jumper is an arcade game to make the lazy guy jump around and enter the swimming pool. Destroy everything in front of your way to get stars.', 'https://img.gamemonetize.com/nafdqwc5ib2tn4vrzgx5twrieyv8wi76/512x384.jpg', 'https://html5.gamemonetize.com/nafdqwc5ib2tn4vrzgx5twrieyv8wi76/', '0', 'Hypercasual', 0, 0, '', 'lazy-jumper'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (10370, 'Parking Game BE A PARKER 3', 'Enjoy your time by driving the Bmw city car rider 2021 testing your racing skills on the city roads. this is not just the best car driving simulator game, this is the best crazy bmw city car rider game that meets your racing goals. If you are addicted to playing a free driving game. Get your seat belt and move around the city on your realistic sports car. it\'s time to show your car driving skill. You will find many city traffic cars around the city. If you are the one who is a car rider for the city car driving game. Create the best bmw city car rider 2021 with its driving sports cars. this game has many challenging routes. When supercar drive around the city roads makes it a perfect car game.', 'https://img.gamemonetize.com/2l3gr16nevemu52q308a14kumuynl87b/512x384.jpg', 'https://html5.gamemonetize.com/2l3gr16nevemu52q308a14kumuynl87b/', '0', 'Racing', 0, 0, '', 'parking-game--be-a-parker-'), (10371, 'Laser Adventures', '"A very dynamic shooter in which we send a hail of laser shots towards aggressive invaders from another planet! As you progress in the game, you\'ll unlock more weapons and gear for bigger fire power!"', 'https://img.gamemonetize.com/yc1ta9o4npcpi8ev6z89hgvz9zjh8k0s/512x384.jpg', 'https://html5.gamemonetize.com/yc1ta9o4npcpi8ev6z89hgvz9zjh8k0s/', '0', 'Arcade', 0, 0, '', 'laser-adventures'), (10372, 'Stickman Fighter Epic Battle', 'You like fighting games and stickman games? Then this game was made for you! Enter the arena and play as a heroic Stickman. You must fight against your opponents. You must have no mercy against them. To win, you have to kill them all. But watch out because you\'ll face numerous warriors.', 'https://img.gamemonetize.com/p27n60wut6rqymgjr3um08eoy0cg3ru6/512x384.jpg', 'https://html5.gamemonetize.com/p27n60wut6rqymgjr3um08eoy0cg3ru6/', '0', 'Fighting', 0, 0, '', 'stickman-fighter-epic-battle'), (10373, 'Mad City Matrix', 'Mad City Matrix features intense combat with agents in big open world city, use powerful punches and lots of weapons to defeat all incoming agents and try to survive each level before the time runs out.', 'https://img.gamemonetize.com/hvw3bkpx0nx4m5v3cigplk9uosae5ila/512x384.jpg', 'https://html5.gamemonetize.com/hvw3bkpx0nx4m5v3cigplk9uosae5ila/', '0', 'Shooting', 0, 0, '', 'mad-city-matrix'), (10374, 'Archer Master', 'A great game to improve your archery skills is with you. Aim and shoot accurately in Archer Master to advance to the next level. Start the nonstop fun with 40 different levels and 3 different bow options. You can become a good archer by improving your archery skills to master level. Have fun.', 'https://img.gamemonetize.com/ilaavwu8xdrf81kzzw4js6aocs38c2wm/512x384.jpg', 'https://html5.gamemonetize.com/ilaavwu8xdrf81kzzw4js6aocs38c2wm/', '0', 'Shooting', 0, 0, '', 'archer-master'), (10375, 'Ragdoll Heroes War', 'Prepare for the battle of Ragdoll Heroes. Choose your hero and start the battle right away. At the end of each battle, you will earn mines and diamonds. You can produce new weapons with the mines you earn. Or you can strengthen your weapon. You can get stronger with different characters. You can also gain an advantage in battle by improving your character. Prepare to proclaim your heroism with multiplayer mode, story mode, survival mode and training mode!', 'https://img.gamemonetize.com/h5e7v7g9nrzukc410sepq1nll5gpvuun/512x384.jpg', 'https://html5.gamemonetize.com/h5e7v7g9nrzukc410sepq1nll5gpvuun/', '0', 'Fighting', 0, 0, '', 'ragdoll-heroes-war'), (10376, 'Sweet Shapes', 'Welcome to the World of Sweety Shapes! Sweet Candies are Falling from the sky and your mission is to pop 2 or more Shapes of the same color to complete your level. Some pets are trapped between the sweety shapes and your mission is to bring them to bottom to help them. Explore some challenging levels and try to complete them all. Have Fun', 'https://img.gamemonetize.com/20na5mpqhhxnt8gpco48psvv5gg64zbj/512x384.jpg', 'https://html5.gamemonetize.com/20na5mpqhhxnt8gpco48psvv5gg64zbj/', '0', 'Puzzles', 0, 0, '', 'sweet-shapes'), (10377, 'Fall Germ', 'Fall in Love With the Fall Germ While Playing Germ Crazy Game Online', 'https://img.gamemonetize.com/o06k9d9wub6dpit3900s078igzzdptwm/512x384.jpg', 'https://html5.gamemonetize.com/o06k9d9wub6dpit3900s078igzzdptwm/', '0', 'Hypercasual', 0, 0, '', 'fall-germ'), (10378, 'Clash of Kingdom', 'Clash of Kingdom is a free online game featuring a war among kingdoms. Now, it’s not just the fun games on the computer that you can enjoy completely free If you are looking for an amazing game to play this weekend, I can highly recommend Clash of Kingdom. This game is wonderful and all types of people can enjoy it, rich or poor, beginner or the most experienced gamer out there.', 'https://img.gamemonetize.com/qxn49g0lux1j4ecgwopge1sqscwx2jns/512x384.jpg', 'https://html5.gamemonetize.com/qxn49g0lux1j4ecgwopge1sqscwx2jns/', '0', 'Shooting', 0, 0, '', 'clash-of-kingdom'), (10379, 'GRAND HAMMER MONSTER DESTRUCTION', 'Grand Monster Hero: Superhero Games play as a monster superhero is real fun so let’s start the Monster Hero games and show that you’re the best incredible Monster Bulk hero in this city survival game. Do you know how to use the smashing powers of Incredible monsters? If not then you can learn the incredible Monster Hero Fighting techniques which will be the best Monster Superhero Games of 2022 in the monster hero games category. Superhero rescue mission with an incredible monster hero game is the new monster hero game of 2022 in which you have to fight with monsters’ heroes’ games and save the people from danger. The Monster superhero game\'s rescue mission is a story-based Monster city game in which you play as a monster hero game and fight against the villains and monster games hero.', 'https://img.gamemonetize.com/watwhcqsu4sjaxdgriyjttjkuahb99pe/512x384.jpg', 'https://html5.gamemonetize.com/watwhcqsu4sjaxdgriyjttjkuahb99pe/', '0', 'Adventure', 0, 0, '', 'grand-hammer-monster-destruction'), (10380, 'Goofy', 'Goofy is a funny-animal cartoon character created in 1932 at Walt Disney Productions. Goofy is a tall, anthropomorphic dog who typically wears a turtle neck and vest, with pants, shoes, white gloves, and a tall hat originally designed as a rumpled fedora. Goofy is a close friend of Mickey Mouse and Donald Duck and is one of Disney\'s most recognizable characters. He is normally characterized as extremely clumsy and somewhat dimwitted, yet this interpretation is not always definitive; occasionally Goofy is shown as intuitive, and clever, albeit in his own unique, eccentric way.', 'https://img.gamemonetize.com/umdkaniao3891yexlqq4lehzh6j3dudb/512x384.jpg', 'https://html5.gamemonetize.com/umdkaniao3891yexlqq4lehzh6j3dudb/', '0', 'Puzzles', 0, 0, '', 'goofy'), (10381, 'Pinocchio', 'Pinocchio is a fictional character and the protagonist of the children\'s novel The Adventures of Pinocchio (1883) by Italian writer Carlo Collodi. Carved by a woodcarver named Geppetto in a village near Lucca, he was created as a wooden puppet but dreamed of becoming a real boy. He lies often.', 'https://img.gamemonetize.com/gabfwdhhr46l4syqsckkv9ff25pgdldd/512x384.jpg', 'https://html5.gamemonetize.com/gabfwdhhr46l4syqsckkv9ff25pgdldd/', '0', 'Puzzles', 0, 0, '', 'pinocchio'), (10382, 'Falling People 3D', 'Are You ready for the ultimate crazy race? Complete all the parkours with lots of different obstacles and experience breath taking challenge. Take risks to be first, Avoid moving obstacles and do not fall from edges. Fall People 3D also has Epic Chellenging and crazy Levels and your mission is to complete them all. Good Luck', 'https://img.gamemonetize.com/1ja8is09kvuz9m5gaiy8jaqq90shjfwn/512x384.jpg', 'https://html5.gamemonetize.com/1ja8is09kvuz9m5gaiy8jaqq90shjfwn/', '0', 'Hypercasual', 0, 0, '', 'falling-people-d'), (10383, 'Flappy UFO', 'Do you like UFO games? Flight simulator? Flappy games. This game will please you with classic gameplay, flight shooters, action games. Enjoy a good picture of UFO', 'https://img.gamemonetize.com/xzme3jfrckqnvp9ebce88r8dadv04mek/512x384.jpg', 'https://html5.gamemonetize.com/xzme3jfrckqnvp9ebce88r8dadv04mek/', '0', 'Hypercasual', 0, 0, '', 'flappy-ufo'), (10384, 'Barbie Playground', 'Barbie likes to play in the playgarden. Do you want to decorate and play barbie playground? Let\'s play.', 'https://img.gamemonetize.com/b8uo58bma71gbom8dp0gep44udsvkfio/512x384.jpg', 'https://html5.gamemonetize.com/b8uo58bma71gbom8dp0gep44udsvkfio/', '0', 'Girls', 0, 0, '', 'barbie-playground'), (10385, 'Avatar Aang DressUp', 'Avatar Aang is the last Airbender and a monk with the unique ability to manipulate the air around them. 112 years old. You can dress up new clothes and accessories in the game. let\'s play', 'https://img.gamemonetize.com/o8uclvac3rsa7widj76awy6n83wxgzf5/512x384.jpg', 'https://html5.gamemonetize.com/o8uclvac3rsa7widj76awy6n83wxgzf5/', '0', 'Clicker', 0, 0, '', 'avatar-aang-dressup'), (10386, 'Crazy Car Impossible Stunt Challenge Game', 'Play wonderful and interesting Crazy Car Impossible Stunt Challenge Game where each level is unique. Enter into world of stunt games & get ready for car driving game. Use impossible car stunt driving game skills & grip steering to finish crazy stunts challenge on time by avoiding from obstacles', 'https://img.gamemonetize.com/g7zzj2wzhkjbu634d3k5jxinxbgfjyzw/512x384.jpg', 'https://html5.gamemonetize.com/g7zzj2wzhkjbu634d3k5jxinxbgfjyzw/', '0', 'Racing', 0, 0, '', 'crazy-car-impossible-stunt-challenge-game'), (10387, 'Face Paint Costume Party Salon', 'The girls makeover party can begin! If you like face painting and makeup games for girls, come to the beauty salon and find out the life changing makeup hacks! The trendiest cosmetics and fashion accessories are waiting for you!', 'https://img.gamemonetize.com/jfecjb5cne2ehkg5z1m0axsw6n5200qv/512x384.jpg', 'https://html5.gamemonetize.com/jfecjb5cne2ehkg5z1m0axsw6n5200qv/', '0', 'Girls', 0, 0, '', 'face-paint-costume-party-salon'), (10388, 'Cotton Candy 2', 'All children love cotton candies. A large candy store is newly opened in the city. Do you want to be the shop manager and learn how to make cotton candy? Follow the instructions and turn the colored sugar into cotton candies. Serve your customers different flavors of cotton candies. Expand your business and increase income.', 'https://img.gamemonetize.com/4ow3ndcsdutpu97enbwepehfcl4qe88n/512x384.jpg', 'https://html5.gamemonetize.com/4ow3ndcsdutpu97enbwepehfcl4qe88n/', '0', 'Girls', 0, 0, '', 'cotton-candy-'), (10389, 'Supe Cars Simulator Parking', '', 'https://img.gamemonetize.com/hc4nfwciexaxvx7fxket3f6ze0bpdm4y/512x384.jpg', 'https://html5.gamemonetize.com/hc4nfwciexaxvx7fxket3f6ze0bpdm4y/', '0', 'Racing', 0, 0, '', 'supe-cars---simulator-parking'), (10390, 'Candy Crushed Candy Crush Saga', 'Download Candy Crush Soda Saga now! From the makers of the legendary Candy Crush Saga comes Candy Crush Soda Saga! Unique candies, more divine matching combinations and challenging game modes brimming with purple soda and fun! This mouth-watering puzzle adventure will instantly quench your thirst for fun. Join Kimmy on her juicy journey to find Tiffi, by switching and matching your way through new dimensions of magical gameplay. Take on this Sodalicious Saga alone or play with friends to see who can get the highest score! Monthly season updates bring unique quests and exciting gameplay for you to explore! Complete quests to progress through the Season Pass while earning rewards and boosters to help you on your Saga. Show your competitive side in the Episode Race! Compete against other players to see who can complete levels the fastest and progress the quickest. Or work as a team in the 4 in a Row game mode where players work together for Sodalicious rewards! Candy Crush Soda Saga Features: *Over 6000 match 3 Sodalicious levels *Mouth-watering graphics, with 3D characters and an ever changing environment *Monthly Seasons all year long, filled with challenging quests and a reward-fueled Season Pass *Game modes bubbling with fun and unique candy: Soda – Switch the bottles and match candies to release purple soda and save the Candy Bears Frosting – Match candy to smash the ice and set the Candy Bears free Honeycomb – Match candies next to honeycomb to release the trapped Candy Bears Jam – Spread the jam across the board *Unique candies and scrumptious new matching combinations: Match 4 candies in a square to make a Swedish Fish! Match 7 candies for the all new Coloring Candy! *Explore juicy worlds and levels with even more characters! *Team up for tasty rewards in the 4 in a Row game mode *Complete levels in the fastest time for sweet prizes in the Episode Race! *Easy and fun to play, yet challenging to fully master *Players that Facebook Connect will have access to leaderboards where you can challenge your friends and compare your highscores! *Easily sync the game between devices to unlock the games full features when connected to the internet Candy Crush Soda Saga is completely free to play, but some in-game items such as extra moves or lives will require payment. By downloading this game you are agreeing to our terms of service; http://about.king.com/consumer-terms/terms Do not sell my data: King shares your personal information with advertising partners to personalize ads. Learn more at https://king.com/privacyPolicy. If you wish to exercise your Do Not Sell My Data rights, you can do so by contacting us via the in game help centre or by going to', 'https://img.gamemonetize.com/gopeebzsm4jtdfk7e16qkobsia8l8kwe/512x384.jpg', 'https://html5.gamemonetize.com/gopeebzsm4jtdfk7e16qkobsia8l8kwe/', '0', 'Arcade', 0, 0, '', 'candy-crushed--candy-crush-saga'), (10391, 'Power Rangers Card Game', 'Take turns throwing power rangers cards. When you see the same card, press the button and grab it. Collect all the cards and win the game', 'https://img.gamemonetize.com/ewoogeqq25cua8b3evmm9lyy30rswz3g/512x384.jpg', 'https://html5.gamemonetize.com/ewoogeqq25cua8b3evmm9lyy30rswz3g/', '0', 'Action', 0, 0, '', 'power-rangers-card-game'), (10392, 'Impossible Sky Car Parking Simulation ', 'Welcome to the world of car driving and parking games in which you can see ultimate free parking 3d effects of car parking games. Our parking and car driving games comes with fully HD graphics. You will feel like you are playing real drive 3D. Car driving games and parking stimulator will raise your skills. We are presenting you the Parking games & car racing games with unlimited features in the racing games. This multi-level car parking 3d including in top free games of the play store. Drifting games are not so easy like racing games and Car Parking 3d. This car games will give you ultimate car driving. Car parking stimulator gives you the energetic move. With car driving stimulator you can smooth your drive. You can call this game a real driving school. Play the best car games for free. Parking car in the given place to complete different mission. Park your car and become park master of drift park in car parking 3d game and car racing games. Challenging features of kar wala game After playing the multi-level car parking games for free you would become a car parking master. When you feel there is a traffic jam then you have to play with fully focus because there are many cars parked in parking mania. you have to play with car parking simulator. It has ultimate features. We provide ultimate car driving functions in car parking 3D. It is like a real driving school in which you learn free car driving games skills in car games 3d 2021. We can also say that this is car driving school simulator. Parking lot is the place where you can park cars. Driving stimulator is strength of our game. When you reached to last level your car would reach at extreme race modern car games. Car stimulator games are quite difficult but easy to play in real car parking. Any type of game lovers can play this amazing game. You have climbed the parking game area. There are many hills that you have to cross in Driving simulator. We provide amazing cars with 3D colors in drift park. Your work in car parking 3d game is to drive and park the car. This game is like online car games 3d 2021 you can play online and offline as well. We will provide you the 15 plus racing cars. It is a like a multiplayer car games in car parking games & car racing games 3d offline. Endless Speed mode of 2021 games In racing car parking simulator and car parking game your main goal is to become park master but there are many corns that you say them hurdles too in parking garage of parking master. When you start multi-level car parking 2021 you have to park car on given green lines. In real car parking multiplayer mode, there are different types of levels. Difficulty of car parking 2021 rises by level of car parking3D and parking mania. Drifting games are requirement of every person in car games 3d 2021 and car driving games. Parking multi levels and Car racing games are quite very well to play in new car parking. Car race games are becoming more popular now days. Park your car sim at low speed and drift when needed in free car games and Car driving stimulator. car parking games for free Extreme Car driving simulator and car parking 3d game is also including in advanced option of car racing. You have to choose different settings in vehicle games and race car game. This game definitely increases your driving skills. Real drive 3D is its advanced mode in which you feel like you doing real parking and parking lot in car parking games for free.', 'https://img.gamemonetize.com/b10j3v0rr5iwz96el9k2dor2a3ura9d7/512x384.jpg', 'https://html5.gamemonetize.com/b10j3v0rr5iwz96el9k2dor2a3ura9d7/', '0', 'Racing', 0, 0, '', 'impossible-sky-car-parking-simulation-'), (10393, 'Hi Darling! impossible Stunts on Heels', 'Hi Baddie Girl! Looking for nail games, high heels games, acrylic nails, nail polish and nail art? You found the best of games for girls! This runway is for you. Imagine you are just out of a nail salon, you have tried a new nail polish with a unique nail art and now you are on the podium. Keep your nails done! Go on, collect the nails, cut and slice the guys on the way and collect the money. Show your catwalk and legendary twerk dance. You can unlock different baddies and then, just walk! Come and rock them all to become the queen of the nail games. Walk on the runway of Nail Woman: Baddies Long Run. This is the world of long nails, high heels, acrylic nails, nail art and nail polish. Come and walk, be sure your nails done, hit the podium with your catwalk. Nail Woman: Baddies Long Run is a kind of shoe race game which is also very popular among the tiktok games. So, it is the most popular baddie game. Try successfully passing the runway with your long nails and high heels and get the proof that you are the queen of this shoe race. Keep your nails done and you will see that other baddies will be waiting for you to twerk at the finish. Can you pass the roof rails by your long nails and prove you are a baddie girl? It’s a combination of a racing game and fashion game with nail polish, acrylic nails and high heels. Cut and slice the guys on your podium to unlock new baddies and make long nails. If you like nail games such as nails done, nail salon, nail art, acrylic nails, also walking games that you see on tiktok such as high heels, roof rails and shoe race, here is the super combination of them. Just perform your catwalk, slide on roof rails and poles, cut and slice the guys, collect the money and show your twerk at the finish. Play this fun game, show your catwalk and twerk at the final, this game is for baddie girls! You can play this game wherever you want, there are hundreds of levels and each just takes under a minute to complete. Playing it in a nail salon, wouldn’t it be a very different experience with all baddies? Sit back and relax in this free to play and satisfying time wasting game! Nail Woman: Baddies Long Run is the number 1 of nail games out there! Never miss a dull moment with this easy to learn and easy to play game. Are you baddie enough?', 'https://img.gamemonetize.com/lbe9zom83pxxmpa7i0xe34ayd2nx23kq/512x384.jpg', 'https://html5.gamemonetize.com/lbe9zom83pxxmpa7i0xe34ayd2nx23kq/', '0', 'Racing', 0, 0, '', 'hi-darling--impossible-stunts-on-heels'), (10394, 'Aladdin Dress Up', 'Would you like to dress up your favorite fairy tale hero Aladdin in different costumes? let\'s play and dress up Aladdin.', 'https://img.gamemonetize.com/hf4n9hhmeq3jen7kltaop4hrvtrovelg/512x384.jpg', 'https://html5.gamemonetize.com/hf4n9hhmeq3jen7kltaop4hrvtrovelg/', '0', 'Girls', 0, 0, '', 'aladdin-dress-up'), (10395, 'Make Me Rich Baby', 'Rich makeover run 3d game runner fun race is new dress-up game 2021 for girl and boys†Play this exciting perfect rich makeover run 3d game for free with having fun of dress-up girl fashion battle catwalk beauty show in this brand new games 2021 of fun race 3d.In this rich run 3d game u have collect all the cash, prize bond and other costly gift of body race to get more rich in this rich run 3d game for free that run over bridge race. Enjoy the perfect makeover run race 3d adventure with having dress-up fashion battle queen bee to try your luck as fun race 3d player. In rich girl shaping mall game of hair challenge Collect more money to become more rich and beautiful for dress-up fun of queen bee fashion battle of catwalk beauty rich games 2021 to achieve fun for arrow fest. Tap and start this rich family games running over the bridge race track to collect diamond, cash, gold, much more as u can in this rich run race 3d game 2022 to becomes fat to fit. “Rich run game 3d is with Exciting mode of Perfect makeover run hair race challenge to becomes fidget trading master for girls†Just collect More cash in this rich makeover run 3d games that will make your outfit dress up runner 3d look more attractive and good looking because u are rich man and can buy everything that u like in this rich run fun race 3d.in this rich run 3d games if you collect more bills,animal and some other raw material then u will get poor of rich run 3d game having no money no good dress. Must try this rich run 3d low MB game 2021. Rich runner 3d is top trending popular games for free to becomes rich and enjoy life of rich man in this rich runner game for boys & girls. In this rich running 3d you have to focus on running so u can get more beautiful and rich in this makeover run rich games 2022.It is time to focus on rich running game so lover run 3d not get more rich than u in this family run 3d game 2021.If u really want to play this rich heaven run 3d then u have to care about the hurdle of body race game that are putting on the runway track for run of life. Are u ready for Rich Run 3d challenge Runner Game with perfect makeover run? Then must try this body race DNA run 3d game with thrilling game play of makeover run to enjoy the fun race 3d game.in this rich run 3d Collect diamond bag that have more cash for rich fun race 3d.', 'https://img.gamemonetize.com/k6cll2ms7frr9p3s5ipm6cxqq7a2ijig/512x384.jpg', 'https://html5.gamemonetize.com/k6cll2ms7frr9p3s5ipm6cxqq7a2ijig/', '0', 'Arcade', 0, 0, '', 'make-me-rich-baby'), (10396, 'Fruit Collector', 'Collect the fruits with the basket. The basket can move on the left and right sides and the fruits will fall from the top of the game screen. Try to collect more fruits as you can. Between fruits sometimes the bombs will fall and you need to avoid them. You can lose three fruits or be hit by bomb three times before the game end.', 'https://img.gamemonetize.com/1q6bamwh0jgw4644qyuj4kg1g5gzmozj/512x384.jpg', 'https://html5.gamemonetize.com/1q6bamwh0jgw4644qyuj4kg1g5gzmozj/', '0', 'Puzzles', 0, 0, '', 'fruit-collector'), (10397, 'Couple Parrot Escape', 'Couple Parrot Escape is a point and click escape game developed by 8BGames/Games2Mad. Imagine that you had been to a place; on there you found a couple of Parrots locked up in a cage. Find some hidden object to solve some interesting clues to escape the Couple of Parrots. Good luck…Have fun!', 'https://img.gamemonetize.com/j0qvvw0kekz80sm8e7xz2ed35nr1rl0a/512x384.jpg', 'https://html5.gamemonetize.com/j0qvvw0kekz80sm8e7xz2ed35nr1rl0a/', '0', 'Puzzles', 0, 0, '', 'couple-parrot-escape'), (10398, 'Winx Bloom HeroStyle', 'Do you want to dress Winx Bloom in hero style outfits? Let\'s try this new style of Bloom.', 'https://img.gamemonetize.com/3nqnxmb24h4869qx0asq2ifb3i8i42bm/512x384.jpg', 'https://html5.gamemonetize.com/3nqnxmb24h4869qx0asq2ifb3i8i42bm/', '0', 'Girls', 0, 0, '', 'winx-bloom-herostyle'), (10399, 'Cute Cat Escape', 'Cute Cat Escape is a point and click escape game developed by 8BGames/Games2Mad. Imagine that you went to a fantasy forest on an evening to get relax yourself. While you were relaxing, you found a Cat locked up. Find some hidden object to solve some interesting clues to escape the Cat. Good luck…Have fun!', 'https://img.gamemonetize.com/uxxwh4ugnv7t40otw8hic8za7fhiiw1j/512x384.jpg', 'https://html5.gamemonetize.com/uxxwh4ugnv7t40otw8hic8za7fhiiw1j/', '0', 'Puzzles', 0, 0, '', 'cute-cat-escape'), (10400, 'Find The Mermaid Stone', 'Find The Mermaid Stone is a point and click escape game developed by 8BGames/Games2Mad. Imagine that you went to a fantasy sea on an evening to get relax yourself. While you were relaxing, you found a Mermaid searching for her stone. Find some hidden object to solve some interesting clues to find the Mermaid Stone. Good luck…Have fun!', 'https://img.gamemonetize.com/oy86ruh3wsvyugk1rhkkc2af1vgtr2sf/512x384.jpg', 'https://html5.gamemonetize.com/oy86ruh3wsvyugk1rhkkc2af1vgtr2sf/', '0', 'Puzzles', 0, 0, '', 'find-the-mermaid-stone'), (10401, 'G2M Cave Land Escape', 'Cave Land Escape is a point and click game developed by 8B Games/Games2Mad. Imagine that you had been to a village, On there you had trapped. Here is the interesting puzzles and hidden objects to find and get escape from the village. Good luck.. Have fun!', 'https://img.gamemonetize.com/nabyto21k96kzz7b9e0wd0wxqxdxynpy/512x384.jpg', 'https://html5.gamemonetize.com/nabyto21k96kzz7b9e0wd0wxqxdxynpy/', '0', 'Puzzles', 0, 0, '', 'gm-cave-land-escape'), (10402, 'G2M Unicorn Escape', 'Unicorn Escape is a point and click escape game developed by 8BGames/Games2Mad. Imagine that you went to a fantasy forest on an evening to get relax yourself. While you were relaxing, you found a Unicorn locked up. Find some hidden object to solve some interesting clues to escape the Unicorn. Good luck…Have fun!', 'https://img.gamemonetize.com/w7760couc1oi24uw0ojdfhmt894ob56t/512x384.jpg', 'https://html5.gamemonetize.com/w7760couc1oi24uw0ojdfhmt894ob56t/', '0', 'Puzzles', 0, 0, '', 'gm-unicorn-escape'), (10403, 'G2M Island Escape', 'Island Escape is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to an Island; there you got trapped inside the Island. Here are the interesting puzzles and hidden objects to find and get escape from the Island. Good luck... Have fun!', 'https://img.gamemonetize.com/4wwqf8auzcaaq5kgjzeda6umbyw3vdjz/512x384.jpg', 'https://html5.gamemonetize.com/4wwqf8auzcaaq5kgjzeda6umbyw3vdjz/', '0', 'Puzzles', 0, 0, '', 'gm-island-escape'), (10404, 'Lifeboat Escape', 'Lifeboat Escape is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to village; there you got trapped in it. Fortunately you found a Lifeboat. Here are the interesting puzzles and hidden objects to escape from this place. Good luck... Have fun!', 'https://img.gamemonetize.com/cfc6rlnu24sd1crw67adsn0n8gxflyl5/512x384.jpg', 'https://html5.gamemonetize.com/cfc6rlnu24sd1crw67adsn0n8gxflyl5/', '0', 'Puzzles', 0, 0, '', 'lifeboat-escape'), (10405, 'Black Pigeon Escape', 'Black Pigeon Escape is a point and click escape game developed by 8BGames/Games2Mad. Imagine that you had been to a place; on there you found a Pigeon got trapped. Find some hidden object to solve some interesting clues to escape the Pigeon. Good luck…Have fun!', 'https://img.gamemonetize.com/5ljfi2qbcwkq189us6rtnnh0o4ur1dcd/512x384.jpg', 'https://html5.gamemonetize.com/5ljfi2qbcwkq189us6rtnnh0o4ur1dcd/', '0', 'Puzzles', 0, 0, '', 'black-pigeon-escape'), (10406, 'G2M Penguin Escape', 'Penguin Escape is a point and click escape game developed by 8BGames/Games2Mad. Imagine that you went to a fantasy forest on an evening to get relax yourself. While you were relaxing, you found a Penguin locked up. Find some hidden object to solve some interesting clues to escape the Penguin. Good luck…Have fun!', 'https://img.gamemonetize.com/d2ra2sihaw6k9jq4p9ebqh808mcmtdef/512x384.jpg', 'https://html5.gamemonetize.com/d2ra2sihaw6k9jq4p9ebqh808mcmtdef/', '0', 'Puzzles', 0, 0, '', 'gm-penguin-escape'), (10407, 'Charmed Garden Escape', 'Charmed Garden Escape is a point and click game developed by 8B Games/Games2Mad. Imagine that you had been to a garden on there you had trapped. Here are the interesting puzzles and hidden objects to find and get escape from the garden. Good luck... Have fun!', 'https://img.gamemonetize.com/ypsn64ddrntx8guw8xe605hkqba5yzej/512x384.jpg', 'https://html5.gamemonetize.com/ypsn64ddrntx8guw8xe605hkqba5yzej/', '0', 'Puzzles', 0, 0, '', 'charmed-garden-escape'), (10408, 'Funny Corn Escape', 'Funny Corn Escape is a point and click escape game developed by 8BGames/Games2Mad. There was a forest in a beautiful small village. There was corn-growing on a farm. The funny corn got stuck in a house. Find some hidden object to solve some interesting clues to escape the Corn. Good luck…Have fun!', 'https://img.gamemonetize.com/szo4hr3h01zhgccnwglc90aj45y6g7xf/512x384.jpg', 'https://html5.gamemonetize.com/szo4hr3h01zhgccnwglc90aj45y6g7xf/', '0', 'Puzzles', 0, 0, '', 'funny-corn-escape'), (10409, 'Zombies vs Finger', 'You feel like you could survive a nuclear explosion in a fridge and you think you could push back an invasion of zombies? Then Zombies vs Finger is made for you! The undead are attacking the country and are ready to launch the biggest cannibal barbecue ever seen. Someone has to protect us and you’ve arrived right on time! Prepare your fingers, put your reflexes to the test and smash these infernal creatures to a pulp.', 'https://img.gamemonetize.com/52ulhw766rfhmgqn0tqb8eadimpywqir/512x384.jpg', 'https://html5.gamemonetize.com/52ulhw766rfhmgqn0tqb8eadimpywqir/', '0', 'Hypercasual', 0, 0, '', 'zombies-vs-finger'), (10410, 'Vertical Gravity', 'Vertical Gravity is a platform game where you jump through gaps by changing your gravity. When you walk on the platform, you need to move to the opposite platform and you will use the arrow keys to do this, so you have to follow the platforms and be careful.', 'https://img.gamemonetize.com/lvcwsodi9u9vtnshti8n6y0dycctyksb/512x384.jpg', 'https://html5.gamemonetize.com/lvcwsodi9u9vtnshti8n6y0dycctyksb/', '0', 'Arcade', 0, 0, '', 'vertical-gravity'), (10411, 'Princess House Cleanup', 'Look what a mess the castle is in! Everywhere is full of garbage and dust. Even lots of furniture is broken. Little princess is so anxious right now because her friends are coming to her castle to visit her. And her favorite prince is coming too. She must clean up the castle before they arrive. So let\'s help little princess clean the castle and fix all the broken furniture. Each room has its own problems. You can clean them one by one. We highly recommend you clean the horse stable where you can decorate the stable and the horse with cute accessories after you clean it. We also recommend you clean the garden because there a beautiful fountain and a gorgeous sculpture in it. You can admire it while you clean it. If you are free and want to have some fun, this game will be your best choice!', 'https://img.gamemonetize.com/g384u0z13rg22y1qfcf9zup78fivwevx/512x384.jpg', 'https://html5.gamemonetize.com/g384u0z13rg22y1qfcf9zup78fivwevx/', '0', 'Girls', 0, 0, '', 'princess-house-cleanup'), (10412, 'Steve Ball Temple', 'Steve with the ball got lost in the temple and he has to pass the monsters and help him survive! steve you have to collect the stars collect the stars and move towards the end of the level you need to collect 3 stars but you can pass the level with 1 star steve.', 'https://img.gamemonetize.com/i268z847tzu9z04ib8ycci3x02vbsv4v/512x384.jpg', 'https://html5.gamemonetize.com/i268z847tzu9z04ib8ycci3x02vbsv4v/', '0', 'Arcade', 0, 0, '', 'steve-ball-temple'), (10413, '8Bit Venom', 'A black super scary hero jumping from wall to wall, a super powerful hero, has to escape from the universe full of wheels. Help him escape without touching the wheels! You must not die, you must jump, jump, jump from wall to wall and reach the flag.', 'https://img.gamemonetize.com/35kev5oo0jc1r7vf2sle5aw09mvycjk6/512x384.jpg', 'https://html5.gamemonetize.com/35kev5oo0jc1r7vf2sle5aw09mvycjk6/', '0', 'Adventure', 0, 0, '', 'bit-venom'), (10414, 'Blocky Fun Roads', '"Blocky Roads" by Running Nose Studio is another amazing game. Blocky Roads is a running game similar to a hurdle race, with obstacles instead of hurdles. TNT, boxes, cars and ambulances are all hazards that must be avoided. The more stars you earn, the more cartoon characters you can unlock. In some ways, Blocky Roads resembles the most popular game, Crossy Road. To get the most points and be ranked first, run as confidently as possible. Characteristics: One of the most beautiful voxel art visuals I have seen. Secondly, there are more than ten characters to unlock. 3) Notable Personae include: (Bob, Droopy, Cheeky, Peppa Pig, Chuck, Pororo) In all, there are a total of 14 accomplishments. Make your way to the top of the rankings. 6) Playable Offline. Incredibly useful "Save Me" feature. 8) The World\'s Top 10.', 'https://img.gamemonetize.com/0b8t6lvusnteehu4k68qtd7oqnp46kby/512x384.jpg', 'https://html5.gamemonetize.com/0b8t6lvusnteehu4k68qtd7oqnp46kby/', '0', 'Arcade', 0, 0, '', 'blocky-fun-roads'), (10415, 'Spooky Escape', 'Spooky Escape is a great adventure game, which needs you have the high reaction. In this game, you will be a spooky, the person chasing you will take an infrared scan to chase you. You should escape as fast as you can. However, you can attack them in places where infrared doesn\'t scan. Are you ready to try it?', 'https://img.gamemonetize.com/mb29iwgb5anp93swbuzxsxt74lri4dx5/512x384.jpg', 'https://html5.gamemonetize.com/mb29iwgb5anp93swbuzxsxt74lri4dx5/', '0', 'Puzzles', 0, 0, '', 'spooky-escape'), (10416, 'Destination Brain Test', 'Destination Brain Test is a great puzzle game to text your brain. You only need to drag to launch the ball to destroy all the blocks with various shapes. The farther you go, the more difficult levels you will meet. Luckily, you can try countless times in this game. So, try to challenge it now!', 'https://img.gamemonetize.com/iqb4g6v9jmcpbhvx1xtejvroo50zp84l/512x384.jpg', 'https://html5.gamemonetize.com/iqb4g6v9jmcpbhvx1xtejvroo50zp84l/', '0', 'Puzzles', 0, 0, '', 'destination-brain-test'), (10417, 'Overloaded Bus 3d Game', 'Have you ever felt the crowded bus in the morning rush hour? Come and join the Overloaded Bus! The most fun squeeze the bus game of the year is here, Overloaded Bus is a super fun puzzle game and a free-to-play online game for kids. All you have to do is press and hold the screen to get the passengers on and off the bus, be careful not to overload the bus or it will burst. Get on the bus!have fun!', 'https://img.gamemonetize.com/qjmw9t1p0mdrj92gg2znc5b6t9vt3bfm/512x384.jpg', 'https://html5.gamemonetize.com/qjmw9t1p0mdrj92gg2znc5b6t9vt3bfm/', '0', '3D', 0, 0, '', 'overloaded-bus-d-game'), (10418, 'Puzzle Pieces', 'Fill circles in this thrilling puzzle game. Earn score, create multicolored circles or finish the level before time ends. Explore all of 60 levels in 6 different game modes. Do you have what it takes to complete all of them?', 'https://img.gamemonetize.com/xgn9yb9unobxe0wia9u4yu58e4vuapi8/512x384.jpg', 'https://html5.gamemonetize.com/xgn9yb9unobxe0wia9u4yu58e4vuapi8/', '0', 'Puzzles', 0, 0, '', 'puzzle-pieces'), (10419, 'Block Puzzle 2022', 'The popular building block puzzle game, Block Puzzle, has been updated to give you a new experience. This is a free and addicting puzzle game made of wooden pieces. In a game without a time limit, deleting squares will raise your score and exercise your brain simultaneously. Squares come in a wide variety of shapes. Remove as many squares as possible from the board by placing them there. How to win at the game The block can be moved about the board by dragging it. Fill the space with blocks to remove a block from a row or column. Every time you put or eliminate a bet, record the result. When there is no more room on the board, the game is over.', 'https://img.gamemonetize.com/tubrojktzgmmpmgk8rsls0508mnfwmb1/512x384.jpg', 'https://html5.gamemonetize.com/tubrojktzgmmpmgk8rsls0508mnfwmb1/', '0', 'Arcade', 0, 0, '', 'block-puzzle-'), (10420, 'Wood Shop Wooden Work Challenge', 'If you like woodwork, you really need to try this game, you will create many different beautiful woodworks in Wood Shop! Be careful and don\'t ruin your woodwork, if you made a mistake, you can refresh and start again. Unlock more shapes using your money, hope you can enjoy the game Wood Shop!', 'https://img.gamemonetize.com/na50lqb8imf9yntagz5zqtkins9lk5ki/512x384.jpg', 'https://html5.gamemonetize.com/na50lqb8imf9yntagz5zqtkins9lk5ki/', '0', 'Hypercasual', 0, 0, '', 'wood-shop--wooden-work-challenge'), (10421, 'Princess Pet Castle Cat & Sheep Makeover', 'The princess and her pets are invited to a Christmas party on Christmas Eve! But they are not dressed up for the party yet. Kids, please come and help them! The kitty also wants to have a beautiful party look! Help the kitty put on the cosmetic contact lenses and apply the Christmas red lipstick. The kitty will be extremely happy!', 'https://img.gamemonetize.com/gwb850bd1hprkih9zitlt1r15d5xe5zm/512x384.jpg', 'https://html5.gamemonetize.com/gwb850bd1hprkih9zitlt1r15d5xe5zm/', '0', 'Hypercasual', 0, 0, '', 'princess-pet-castle--cat-amp-sheep-makeover'), (10422, 'Imposter Expansion Wars', 'Imposter Expansion Wars is a popular game which has the simple gameplay! The blue numbers towers are yours, the red towers are enemies\'. You can tap the your tower to send troops to invade the enemy\'s towers. Until all of them are invaded, you will win. So, what are you waiting for? Come to invade now!', 'https://img.gamemonetize.com/fiem0n9kcpub06eszlb112b416tqlfuf/512x384.jpg', 'https://html5.gamemonetize.com/fiem0n9kcpub06eszlb112b416tqlfuf/', '0', 'Puzzles', 0, 0, '', 'imposter-expansion-wars'), (10423, 'Tricky Bike Crazy Stunt Dead Mission Game', 'Do you love to play bike racing games with your favorite bike racing game, motor stunts like sport, race, classic, and speed motors with superheroes? If yes then play this bike racing game simulator with the one-touch race, fly, crash game that sends you hurtling through the air in your motorbike before smashing into everything in your path! Welcome to the new game Tricky Bike Crazy Stunt Dead Mission Game', 'https://img.gamemonetize.com/098ysuppzjes9fb14z4lia10mpsikxos/512x384.jpg', 'https://html5.gamemonetize.com/098ysuppzjes9fb14z4lia10mpsikxos/', '0', 'Racing', 0, 0, '', 'tricky-bike-crazy-stunt-dead-mission-game'), (10424, 'Hamster Pop', 'Exercise your brain and clear the levels of cute hamsters by moving them onto the bottom of the screen. There is limited space for that, but three of the same animals are removed from the storage.', 'https://img.gamemonetize.com/s3qzuxi1onk8vryxnsoim6661cxwwvj7/512x384.jpg', 'https://html5.gamemonetize.com/s3qzuxi1onk8vryxnsoim6661cxwwvj7/', '0', 'Puzzles', 0, 0, '', 'hamster-pop'), (10425, 'Train Traffic Car Race', 'Train Traffic Car Race is a 3D car simulation game. You only need to hold the screen to control it to go or stop until it arrive at destination. Remember, pay more attention to the trains on the road. You will fail if you hit them. Now, come to ply! Have fun!', 'https://img.gamemonetize.com/z38sqz7e2trflhhd1dsajww4hpfccxxr/512x384.jpg', 'https://html5.gamemonetize.com/z38sqz7e2trflhhd1dsajww4hpfccxxr/', '0', 'Arcade', 0, 0, '', 'train-traffic-car-race'), (10426, 'Room Escape 3D', 'Room Escape 3D is an interesting puzzle online game for free. You need to use cunning means to sneak around the guards, but don\'t let them find you. Try to outwit the enemy! You can test your logical thinking ability in this one of the best 3D prison games. All kinds of cool action tasks and puzzles are waiting for you! The overall operation of the game is not difficult, but you need to be bold, careful, and flexible to play this game well!', 'https://img.gamemonetize.com/plnmq55nuyrrhg29e4j660vya3ux76q3/512x384.jpg', 'https://html5.gamemonetize.com/plnmq55nuyrrhg29e4j660vya3ux76q3/', '0', 'Boys', 0, 0, '', 'room-escape-d'), (10427, 'Mini Car Parking', 'Real Car Parking : Parking Master has realistic driving experience which will take you to another level! Test your car driving skills with many features like interior view, realistic sound effects, different cars and big cities. Show that you are Parking Master like a vale! - Parking sensors and signs will help you while parking! - There are lots of cars such as Civic, Golf, Focus, A3, i20, Chiron, Veneno, Mustang, Leon etc. - So many levels in parking lots, parking garages and city. - Are you a Real Car Parking Master? Drive free in different modes and experience car parking HD. - Experience different Sedan, Hatchback, SUV and Supersport cars and customize them! Create your dream cars! - Besides the challenging parking levels, you can play Drift Mode to drift with your super car! - You will feel like driving in real world and a vale! Park your car without any accident in the traffic and parking garage. Play with 6 different modes and more than 100 levels: - Free mode: Drive freely in the city. - Beginner mode: Learn how to park your car. - Time mode: Race against time. - Expert mode: Prove that you are an experienced driver! - Drift mode: Drift and burnout your tires! - Fun mode: Play difficult levels and have fun! - Play Real Car Parking : Parking Master to show you are good at parking simulator and also in real life! Car parking is essential to everyone who drive cars. - Quality and optimized graphics with real car physics. Drive around big cities. - You can learn driving without going to a driving school! Play Real Car Parking Master for free and learn how to drive your car carefully. - Obey the traffic rules and fasten your seat belt to prevent accidents. - You will feel like real life with realistic interior view and many features which will take you to another level!', 'https://img.gamemonetize.com/cy4ty9g6gib5bq88ilgildg3sg2teqej/512x384.jpg', 'https://html5.gamemonetize.com/cy4ty9g6gib5bq88ilgildg3sg2teqej/', '0', 'Arcade', 0, 0, '', 'mini-car-parking'), (10428, 'Breakanoid', 'Breakanoid is a brick breaker game, in the Arkanoid online style. The Vaus Mothership has already eradicated many solar systems. Commander, your mission is to attack and destroy the Vaus Mothership through 100 levels of intense action with balls and bricks. You will encounter walls, enemies and bosses that will block your way in this breakout game online. Stop the Vaus Mothership to save the galaxy. Break the bricks with Breakanoid ! Features: - 100 unique levels / 10 zones. - 10 enemies types / 5 bosses. - 8 power ups. - Modern and futuristic graphics. - Immersive sound and musical atmosphere (Action / Synthwave). - Highscores Leaderboard.', 'https://img.gamemonetize.com/gbbx1f761zj1xvj8xhdr2hefzadzu0nf/512x384.jpg', 'https://html5.gamemonetize.com/gbbx1f761zj1xvj8xhdr2hefzadzu0nf/', '0', 'Arcade', 0, 0, '', 'breakanoid'), (10429, 'HORSE UP', 'Welcome to the most addictive game where you have to be the best caretaker and horse rider! While the horses run fast along the racetrack, you must merge horses that reach the same level and consequently you will upgrade them, get new types of horses and improve your stable and abilities!', 'https://img.gamemonetize.com/jh8w2p45o3su1pwh4v2nggjpksoqnnhg/512x384.jpg', 'https://html5.gamemonetize.com/jh8w2p45o3su1pwh4v2nggjpksoqnnhg/', '0', 'Arcade', 0, 0, '', 'horse-up'), (10430, 'BlackJack 21', 'Blackjack offline is one of the most popular casino card games in the world. It is a game that can be played against the Dealer or with other players. It is very simple to learn but has enough strategy to keep you playing for hours. Just tap on your card and place it in the right position to win this amazing blackjack game! The blackjack free game is very simple to use. Just tap the screen, place your bet and take a card! The free blackjack game is a traditional casino game where the player is dealt two cards and attempts to beat the dealer without going over 21. If you win double or get Blackjack 21 points, then it\'s time to collect your reward. Millions of people have played the most popular card game in the world, Blackjack, for centuries.', 'https://img.gamemonetize.com/0zqu6addrkzuvvj21th3e657iecadqa4/512x384.jpg', 'https://html5.gamemonetize.com/0zqu6addrkzuvvj21th3e657iecadqa4/', '0', 'Multiplayer', 0, 0, '', 'blackjack-'), (10431, 'Offroad Jeep Driving Simulator Crazy Jeep Game', 'Offroad Jeep Driving Simulator : Crazy Jeep Game 3D is a Jeep Driving Simulation Game on hills and mountains that are hard to cross. Use your car driving and jeep car racing skills to cross that track within the given time duration. Experience the best driving game with multiple off-road car racing and driving simulators with mountain tracks for crazy drivers like you.', 'https://img.gamemonetize.com/sogts312psno7prjmax3nommk59ljrlc/512x384.jpg', 'https://html5.gamemonetize.com/sogts312psno7prjmax3nommk59ljrlc/', '0', 'Racing', 0, 0, '', 'offroad-jeep-driving-simulator--crazy-jeep-game'), (10432, 'US Super Jet Boat Captain Simulator 3D', 'Speed boat racing is a new boat racing game with lots of new themes & new environments to play. Ride your super jet ski boat and challenge your opponent to win the tour. Upgrade to new speed boats in each tournament. Prove your skills and drive the fastest water jet ski. You need to be skilled in drag racing to beat your opponent.', 'https://img.gamemonetize.com/bfwnpgqpps597y7jvj7d5eogqwkyudfw/512x384.jpg', 'https://html5.gamemonetize.com/bfwnpgqpps597y7jvj7d5eogqwkyudfw/', '0', 'Racing', 0, 0, '', 'us-super-jet-boat-captain-simulator-d'), (10433, 'Plants Vs Zombies Unblocked', 'Welcome to Plants Vs Zombies Unblocked. A horde of zombies is about to invade your home and eat your brains! Protect your house by making a garden of zombie-killing plants in Plants vs Zombies! The popular zombie killing game that got the mass addicted is now available in your web browser! Defend your home and your brain by planting peashooters, sunflowers, wall-nuts, and cherry bombs! As you progress, the zombies get tougher and tougher, but so will your plants! Slay the waves of zombies before they reach your front door! Will you survive and kill the zombie mad scientist that started the plague? Play Plants vs Zombies and find out!', 'https://img.gamemonetize.com/p6g2usbz2xh6cf4hvz2kmw9qojnoq1wp/512x384.jpg', 'https://html5.gamemonetize.com/p6g2usbz2xh6cf4hvz2kmw9qojnoq1wp/', '0', 'Hypercasual', 0, 0, '', 'plants-vs-zombies-unblocked'), (10434, 'Rich Girls Rich Race', 'Are you looking for a fun run race 3D game to relieve stress? What do you think about the game with the money theme? Money Run 3D is inspired by the reality of monetizing. The path in this free game simulates the road to the success of a millionaire or billionaire. This game is definitely one of the best run race 3D games of 2021 that you cannot miss. First, you will play as a homeless person without a rich dad, but a poor dad. Your mission is to monetize, study and work to become rich. Pay attention to stay away and overcome obstacles like party, game, or even girl. These things can make you go bankrupt. Saving your money!! In fact, you cannot transform from poor to rich immediately. Before becoming a billionaire, you will be homeless, labor, banker and businessman. Your outfit will also transform according to your moneymaker levels. Monetizing and saving ability will determine your house and assets. Becoming a millionaire also means that you will be a true outfit queen or king and have a dream life.', 'https://img.gamemonetize.com/bjpd3y24d06nylm726vqvb0vvctcql19/512x384.jpg', 'https://html5.gamemonetize.com/bjpd3y24d06nylm726vqvb0vvctcql19/', '0', 'Racing', 0, 0, '', 'rich-girls--rich-race'), (10435, 'Spiderman Hero Mix', 'Do you want to dress up Spider-Man\'s newest suits differently? You can create hundreds of different outfits. Which one do you think is the 2099 outfit', 'https://img.gamemonetize.com/fz6gp4f0dnzh48tr5sm71vbl2i2usznh/512x384.jpg', 'https://html5.gamemonetize.com/fz6gp4f0dnzh48tr5sm71vbl2i2usznh/', '0', 'Clicker', 0, 0, '', 'spiderman-hero-mix'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (10436, 'Parking Game BE A PARKER 4', 'Enjoy your time by driving the Bmw city car rider 2021 testing your racing skills on the city roads. this is not just the best car driving simulator game, this is the best crazy bmw city car rider game that meets your racing goals. If you are addicted to playing a free driving game. Get your seat belt and move around the city on your realistic sports car. it\'s time to show your car driving skill. You will find many city traffic cars around the city. If you are the one who is a car rider for the city car driving game. Create the best bmw city car rider 2021 with its driving sports cars. this game has many challenging routes. When supercar drive around the city roads makes it a perfect car game.', 'https://img.gamemonetize.com/fwezmv2szslktci21ha2qsehwsg84zho/512x384.jpg', 'https://html5.gamemonetize.com/fwezmv2szslktci21ha2qsehwsg84zho/', '0', 'Adventure', 0, 0, '', 'parking-game--be-a-parker-'), (10437, 'Girls Challenge Cat walk Beauty Challenge ', 'All the baddies are choosing the most beautiful outfits for the catwalk! Your goal is to rock the catwalk like a queen. Choose your best outfit pieces for the runway in order to beat your opponent! Hey beauty, it\'s show time! All the criminals choose the most beautiful clothes for the catwalk! Your goal is to rock the catwalk like a queen. Choose your best outfit for the runway to beat your opponents! If you want to walk like a QUEEN, always choose the most chic outfit! The better the clothes, the higher the score - you will be beautiful and invincible! You are the fabulous girl that all the audience are waiting for! choose your best fashion style and beat your opponent and show the audience who\'s the queen of the catwalk! Disclaimer : This is NOT an OFFICIAL application. tips For Catwalk Beauty, this application only contains a guide and tips. This Application Is Only Made For Educational Purpose. So That User Can Learn How To Play This Game If you feel we have violated the copyright, trademark, or use of trademarks that violate the rules. Hey Beauty bees, Let\'s get ready challenge your fashion taste, The Queen Bee Catwalk is the most fun, entertaining Fashion beauty Queens Catwalk game where you have to get ready by wearing the perfect outfits like a beauty Queen bee. Choose the beautiful outfits! You can choose skin, dress, shoe, sunglass. Your goal is to rock the catwalk like a queen\'s and impress your prince. Your choices will make you a Queen Bee or a Loser. Take care yourself, stay trendy and be the most popular girl. A queen bee game is totally free game. Queen Bee game in the baddie is like a most popular queen. Queen bee catwalk. be the queen or die trying Features for queen bee catwalk -New levels -new dress up Are you ready for showtime! Hey beautiful, You all candidates are selecting for most beautiful looks for the catwalk after makeover. Do catwalk like a QUEEN! choose The best outfit, shoes race beauty item, high heel, earrings, ring, comb, pierce and get the higher the score - you will be amazing and unbeatable in beauties battle makeover game. Keep your aim to be like fashion queen in the makeover run. Select beautiful clothes for the catwalk and defeat your opponent. -Player this Makeover run and Catwalk beauty game -get various levels. -Enhance your style. -Select best clothes. -You are a fashionista girl. Dress up with glamor and show everyone. -Delicious and charming 긴 cheerleading characters!', 'https://img.gamemonetize.com/dppduggyi2kce3o80rr5c33jtpomg6s3/512x384.jpg', 'https://html5.gamemonetize.com/dppduggyi2kce3o80rr5c33jtpomg6s3/', '0', 'Racing', 0, 0, '', 'girls-challenge--cat-walk--beauty-challenge-'), (10438, 'Modern sky parking Impossible Stunts', 'Sky Stunt Parking Crazy Mega Car Parking wali Games 2021 is developed to train and polish people for car driving and car parking in difficult impossible and challenging tracks. Experience and master car parking in the real thrill of stunt car drive and car parking wali game on the most difficult mega tracks and platforms surrounding the beautiful mountains and take the most difficult and ultimate thrilling adventure by playing Sky Stunt Parking - Crazy Mega Ramp Car Parking Games 2021. Sky Stunt Parking Crazy Mega Car Parking wali Game is the extreme level fastest and most exhilarating 3D stunts Adventure on impossible rooftop tracks driving. Each level in the Sky Stunt Parking - Crazy Mega Ramp Car Games 2021 is the most adventurous, action packed, thrilling and challenging that makes it most exciting impossible crazy car driving and parking simulation game. Reach to the checkpoint by doing impossible sky driving reach the finish at the parking line. Be careful while playing real crazy car driving games 2021 on narrow car drive tracks, otherwise you will crash. Now play and become top skilled impossible car driver and car parker with impossible stunt parking on sky tracks. Be a reckless driver to perform crazy car stunt driving and car parking in this action-packed impossible driving and parking wali games 2021. Welcome to a new car parking wali games. In Modern crazy master Car Drive Parking 3d, you will experience the real adventure of Free games. Car Parking Game With New Features and Best games Taste. More Vehicle will be added soon. Master Car Parking in Parking wali games with thrilling parking levels. Welcome to definitive game experience. Car Parking wala Game With New Features. With Sky Stunt Parking - Crazy Mega Ramp Car wala Games 2021 start a new era of driving and car parking with super stunning graphics. It allows you to boost your car parking and car driving skills by providing you the most realistic mountains view. Ride on the mid-air amazing tracks and feel like a champion’s racer and become a perfect and adventurous crazy car parker. Rush like a crazy car rider and car parker and perform the adrenaline fueled pump action to discover the more and more amazing features of this off road car parking and racing wala game. Multiplayer racing mode will be added soon. Fly over the ramps and dust off the rusty containers with your stunts and don’t lose the control of your stunt car. Unlike other stunt car games, the Sky Stunt Parking - Crazy Mega Ramp Car wala Games 2021 racing gives you the most adventurous game play and realistic car parking wala game on the real impossible tracks in stunt wala game. So enjoy the endless impossible parking and beat the impossible race tracks and become the master of this stunt parking game. Key Features:', 'https://img.gamemonetize.com/eqd7csugr4nbsimd24882frpp04pa5gx/512x384.jpg', 'https://html5.gamemonetize.com/eqd7csugr4nbsimd24882frpp04pa5gx/', '0', 'Racing', 0, 0, '', 'modern-sky-parking--impossible-stunts'), (10439, 'Real City Car Driver', 'Welcome to the new exciting crazy car stunt game . Golden guns offer you the best of all car games including crazy stunts ,speed stunts and car racing. So are you ready to play car stunt: car racing stunt games ??? Let\'s get behind the wheel, to start the crazy car driving simulator presented by Golden Guns Studio on free impossible car stunts game with multiple latest free car games. Go and enjoy from new & updated games like car stunts 3d: ramp car driving games on different impossible tracks game. Get ready for rooftop in ramp car stunt racing: stunt car games to drive on zigzag and tricky paths. In this mega ramp car games, you will experience stunt car jumping over sea view, water, city, desert and mountains. In this top speed car games, select your favorite racing car like extreme car, muscle car ,jeep and drive freely on impossible tracks in crazy car driving games. Mega ramp car game 2020 - car driving simulator is in everyone\'s hands because of an addictive interface and smooth gameplay. This stunt car game - car driving simulator will make the users professional player of car racing games . Play car games: crazy car driving to feel the adventure of crazy car driving games which you might like based on your recent activity. Come towards the objectives of crazy car stunts game with impossible tracks is recommended for you to understand the missions and objectives in this offline stunt driving games. Keep driving with no fear upon difficult tracks and hot tracks in crazy car stunt. Use the nitro boost to jump and keep your car on the track. All levels of car stunt driving simulator - impossible car stunts game are unique and interesting where you have to accomplish the stages gradually. Be careful on tricky roads and steep paths in driving simulator and control the speed as well as acceleration in crazy car driving simulator. Attractive sound effects in gt car racing games and compatible engine physics of this mega ramps free car driving games will amuse the users while playing ramp car stunt. Multiple camera angles in this car stunt game: gt racing car will help you while driving on impossible tracks. Clear the levels of this car stunt game - driving simulator and collect all checkpoints. Be aware from hurdles and jump to become professional player of this adventure games: car stunt game. Download top speed crazy car stunt driving simulator and play this crazy car stunt on ramp car to enjoy with different gt racing car: impossible car stunts game. This gt racing - new driving games is adventurous creation for stunt driving games lover to fulfill your passion of stunt games. Choose your favorite stunt car in such muscle car games and ultimate car racing on impossible tracks with extreme speed in this free car games. Play Crazy Car Stunt 3D: Ramp Stunt Car for free now ! Features of mega ramp car racing 2020 - crazy car stunt games: - Amazing collection of models of car stunt games - Unique stunt car games levels and missions - Interesting modes selection in this car games - Easy and professional gameplay of car stunts - Smooth control and exciting environment of crazy car - Full of fun and amusement of car stunts Go and start gt racing car and complete the top speed stunt racing games 2021 with extreme city stunt car games. Provide us feedback to improve stunt car games: mega ramp car impossible tracks car stunts.', 'https://img.gamemonetize.com/k6v2lkh4833qcitzevq6n44xxmosc5q2/512x384.jpg', 'https://html5.gamemonetize.com/k6v2lkh4833qcitzevq6n44xxmosc5q2/', '0', 'Racing', 0, 0, '', 'real-city-car-driver'), (10440, 'Bus City Driver 2', 'Modern Bus Parking: Bus Driving Games Ready to play Luxury Bus Parking Simulator Game 2020, become a real bus driver Apic Studio launched new theme based City Coach Bus Driving Sim : Bus Games 2020 game for parking & simulation users. Bus Parking and Simulation Games brings you the all new Smart coach bus parking: new free game, the most realistic city bus Game play includes many beautiful coach Buses. Eye-catching hilly mountainous environment will make you feel like driving a real coach. City coach bus parking 3d: drive simulator is a game full of thrill and adventure. You have pick the passengers and drop them at destinations by driving the coach on highways through the dangerous terrain and uphills to the city and from city to coach terminal. In Modern bus parking simulator: driving game 2020 you can witness the beauty of nature as you are driving the coach on uphills and mountain tops. Beautiful hill station surrounding by hills and forest and highways. City Coach Bus Driving 3D : Free Bus Games Let\'s come and play most entertaining public Coach bus simulator game where your learned bus driving skills! When you play offroad bus driving simulator and city bus coach simulator just Complete challenging missions, pick and drop passengers to city bus driving points and upgrade your bus for better driving and real bus driving simulator. Indian Coach Bus Transport Driving Sim : Bus games 2020 gives you a realistic city bus simulator driving experience and euro bus coach simulator skills. Super Bus Arena : Public Coach Driving Simulator Passenger bus city driving 2020: free parking is the Best Simulation game with Real Smooth and Realistic control. Around 30+ Levels which design with differed weather, Environment and Mode. where you have to prove your Driving Skills between narrow path. To complete level with high Reward Reached Parking Spot without collision of any hurdle. In this game you have two chance for collision. Public Transport Bus : Free Bus Driving Games We are bringing this Indian coach bus driving simulator 2020 games for everyone can enjoy this Euro bus racing simulator 3d: new parking 2020. The smooth controls of Impossible bus driving simulator 3d: real parking will make it attractive to play. This is realistic bus driving game so you have to park a huge number of buses in this impossible bus parking master 3d free game. Drive bus in offroad stunts, curvy tracks is not so easy you have to improve your offroad bus simulator driving skills of free bus parking simulator 2020. City Bus Coach Simulator : Free Bus Driving Games You can drive public bus, passenger bus parking, heavy buses but be careful to avoid hitting the game hurdles in this Public coach bus spooky stunt parking game. Indian city bus parking 3d game has challenging jumbo missions, so improve your bus driving skills to make sure to park bus parking safely. Public Coach Bus Drive Simulator : Bus Games 2020 Select your favorite long vehicle and get behind the wheels of steering, fasten your seat belt, start the bus engine to show the exact precision of driving and parking in realistic city environment. Your main task is drive and park your giant bus in parking area, many difficulties and hard challenges will make your task more challenging. Feel the thrill of steering on jumbo but beautiful piece of machinery. Reach at your destination without any collision with any obstacles, hurdles and other parked vehicles on your way. Drive through parking tracks and avoid cones and road barriers to reach at your bus parking spot Real Coach Bus Simulator 2020 : City Bus Driving Features of US City Bus Simulator 2020 : Bus Driving Games • Smooth controls with pressure brakes and accelerator • Customize camera positions • Very smooth steering control • Lots of tourist buses • Free bus parking simulation game 3d exclusively for you Public Bus Transport Simulator: City Bus Free Game is free to play and supported by ADS.', 'https://img.gamemonetize.com/mtywsmmzvyi4w5dtysr9ytzqgvo0tbmb/512x384.jpg', 'https://html5.gamemonetize.com/mtywsmmzvyi4w5dtysr9ytzqgvo0tbmb/', '0', 'Racing', 0, 0, '', 'bus-city-driver-'), (10441, 'CIty Stunt Driving 3', 'Let’s ready to conquer this kar wala game the best ramp car stunts racing game and perform extreme ramp car stunts in GT racing stunts car stunt games. In this stunt kar game you can get a speed boost up with perfect shift & gain nitro to perform more mega ramp car stunt on impossible tracks 3d. Its time to perform mega ramp stunt in racing kar game with your favorite cars like sports, racing, classic and speed cars in stunt racing game. This is the best offline car racing game with stunning graphics. Go and enjoy this kar wala game with stunt car jumping and ramp car jump on this mega ramp and become car stunt master of stunt 3d game. This car stunt 3d has addictive and sensational stunt car driving where you will perform extreme ramp car stunt professionally on exciting ramp car. We have easy control for extreme ramp car stunt racing game. You have played lots of mega ramp games but never experience extreme stunt car racing games. Complete all extreme stunts master missions in ramp car driving impossible stunt car game. Win the battle as car stunt master of car games 2020. City GT racing begins with speed formula car stunt games 2020 free. You have played many muscle car stunt ramp car games but defeating your opponents is not that easy extreme car racing stunt game 2020. Be the best stunt car racing driver in extreme city car best car stunt game. Rules are very simple in crazy car stunt for your best car stunt experience. Drive your stunt racing car fast and race your way to stunt racing car finish line. Be the champ of new car stunt races in Mega Ramp Car Stunts Crazy Car Racing Game. Discover your ramp car stunts and GT racing stunts in car stunt games. Hurry up! In this stunt car games what are you waiting for get ready to beat all the rivals in mega ramp car racing game 2020. Drive on impossible tracks 3d in mega ramp stunt racing car games and be the real car stunt master of impossible sky tracks stunt car jumping and stunt racing games 2020. Be ready to do quick stunt in muscle car stunt games. Play this mega ramp exciting ramp car games your competition is very hard, need to race with real car stunt master without limits on impossible stunt car game racing tracks & make it best ramp stunt racing games. Accomplish extreme car racing stunt game 2020 missions. Drive through challenging stunt car racing track and interesting stunts master missions. The only way to win best car stunt race is to be fast as you think that you are driving like a furious stunt car racing driver. Play extreme stunt car racing games. There are multiple stunt racing cars available in speed formula car stunt games. Accelerate in ramp car driving impossible stunt car games 2020 and break the speed limits with best City GT racing cars. Drive furious cars in ramp stunt car games. Become a winner driver of this extreme ramp new car stunt races. Experience thrilling crazy car stunt and extreme ramp car racing excitement on impossible mega ramp car stunts tracks. Drive crazy car stunt racing on extreme GT racing stunts tracks. Fulfill all of you mega ramp games car stunt racing games dreams in Mega Ramp Car Stunts Crazy Car Racing game. Mega Ramp Car Stunts Crazy Car Racing Game Features: - EASY to learn physics controls and mechanics. - RESPONSIVE and Intuitive crazy car stunt mega ramp car. - HIGH quality graphics even on phones with low equipment. - RACE 10+ Hot cars across 100+ insane physics racing tracks. - UPGRADE AND BUILD YOUR COLLECTION of Hot Racing cars. - BLAST OFF of boosters, loops, and jumps to stunt on the extreme tracks. - CHALLENGE YOUR FRIENDS and the world in competitive multi-player mode. - GOLDEN chance to become a stunt-driving expert and master each game mode.', 'https://img.gamemonetize.com/7pmp4n3zi8zse2734vus9wmmkft717at/512x384.jpg', 'https://html5.gamemonetize.com/7pmp4n3zi8zse2734vus9wmmkft717at/', '0', 'Racing', 0, 0, '', 'city-stunt-driving-'), (10442, 'Crazy White Prado Driving', 'Luxury Suv Offroad Prado Drive It\'s time to Show! Jeep driving skill on mountain hilly roads. Let’s start an offroad journey with 4x4 Offroad Jeep Simulator 2020. The 4x4 jeep cars in this offroad jeep adventure will entertain you with real physics and smooth control. The off-road cruiser cars are designed to bear the maximum damage on high mountain bumpy roads. These offroad driving cars are also designed for a smooth journey towards mountain impossible tracks. 4x4 cars Offroad games are arranged for a tough competition of car driving. We can also say that these off-road adventures are a test of real car driver skills. Offroad Luxury Car Simulator The aim of this jeep car driving is to sharpen the car driving skills of the high power car drivers. So the master drivers become more skillful in the survival of real-world car driving adventures. Challenge of top offroad games gives tough games challenges to the player, but it will create a loveable intention of car adventure player with 4x4 offroad cars. To chase the impossible muddy tracks of high mountains, and make their own name as a real car driver in the history of offroad car driving adventures. A smooth car driving is a key to get success on impossible mountain tracks. Most of the car drivers are thinking that they can easily chase anyone on these impossible tracks. But from all of them, only one or two are the legends of jeep car rally. Offroad Suv Jeep 2020 The task of this offroad jeep legend is to make a patient drive on mountain tracks and meet with all checkpoints as soon as possible. A countdown timer is arranged here to make a car driving legend challenge more crazy and tough. Keep in mind that a sharp turn of the rocky mountain is always waited to give maximum damage to your legend car. Mountain Impossible tracks have a lot of traffic hurdles to make a tough driving game more challenging. Anyone collision with these hurdles will lead a tough driving game to failure. You have to meet with all checkpoints of a car driving sim on both offroad mountainside and mountain tracks. Park the car in the parking area to get more entertainment of a car parking adventure. Car parking is also not an easy task for a real car driver. Because the parking area of the Jeep car also has impossible car hurdles. This hurdle gives you loveable car parking mission. And it will also help you to enlarge the skills of 4x4 jeep car driving. Off road Jeep Driving Adventure 3d You will be glad to know that a marvelous collection of high power cars is arranged in this offroad adventure. To make a crazy jeep game more fantastic and loveable. Like Prado cars, 4x4 cruiser cars, monster hummer cars and etc. These luxury cars will fascinate you with the driving adventure of luxury car parking and driving. These impossible cars have monster power for survival on impossible hilly road. A marvelous 3d environment will also give an entertainment of HD graphics games. 4x4 Luxury Suv Jeep Drive So sit on the cockpit of your high power 4x4 land cruiser car and make a rush on mountain hilly roads. A patient car driving is the key to success in these cruiser Prado car games. A real car driver has no fear of impossible roads. You can also become a legend of this Prado car driving.', 'https://img.gamemonetize.com/a2s5f8323aijlevte9i4of959t9lp1kn/512x384.jpg', 'https://html5.gamemonetize.com/a2s5f8323aijlevte9i4of959t9lp1kn/', '0', 'Racing', 0, 0, '', 'crazy-white-prado-driving'), (10443, 'City Car Driving FreeRCC', 'Play City Car Driving Free in a big urban city and test your stunt driving skills. Choose from many cool to drive sports cars and make cool stunts using all the ramps and loops. With many big jumps try to jump over the houses or try to land on top of them. The coolest 3d race car game of all time!', 'https://img.gamemonetize.com/6qns8msbho9npwz2byzcy0l54ygwnwtr/512x384.jpg', 'https://html5.gamemonetize.com/6qns8msbho9npwz2byzcy0l54ygwnwtr/', '0', 'Hypercasual', 0, 0, '', 'city-car-driving-freercc'), (10444, 'Coin Run Rush', 'Get a rush from this super addictive level-based Coin Rush game. Roll your coin along the Coin Rush twisty road track and get a perfect hit - make sure it lands right smack into the hole. Avoid tricky obstacles like deadly spikes, secret doors and spinning gates - getting a perfect hit into the hole can be dangerous! Beware of the twisty road speed ramp! It\'ll make your coin roll so fast, you\'ll need to be a pro to control it and get it into the hole.', 'https://img.gamemonetize.com/0xo66be9hd22lbq44t2p58s3yko1jv06/512x384.jpg', 'https://html5.gamemonetize.com/0xo66be9hd22lbq44t2p58s3yko1jv06/', '0', 'Arcade', 0, 0, '', 'coin-run-rush'), (10445, 'New Car Park', 'New Car Parking stunts is new car driving simulator game is full of fun with realistic driving simulator experience. This car parking games will develop your driving skills to another level! Supercars and sports car parking master simulator. This Crazy car parking stunts will teach you various parking skills with super cars and sports car. video walk through', 'https://img.gamemonetize.com/zqitf6fs82lbk9c9fgx8renf1s5b9htd/512x384.jpg', 'https://html5.gamemonetize.com/zqitf6fs82lbk9c9fgx8renf1s5b9htd/', '0', 'Hypercasual', 0, 0, '', 'new-car-park'), (10446, 'Wrestling Puzzle', 'Every wrestling career has to start somewhere. For you it\'s the mean streets of Rowdy City. Rowdy City\'s Wrestling gym is a place where dreams can be made or crushed. You will meet a variety of characters throughout your career, some who want to help you and others who maybe have other plans for you.', 'https://img.gamemonetize.com/06kpd3h8gkif2jr3onaa5maev03dg2a2/512x384.jpg', 'https://html5.gamemonetize.com/06kpd3h8gkif2jr3onaa5maev03dg2a2/', '0', 'Action', 0, 0, '', 'wrestling-puzzle'), (10447, 'Jelly Shift lite', 'Jelly Shift is a game where you have to change the shape of the jelly so that it enters the research area. The map has a large number of events that determine the path of passage. It is also not recommended to collect crystals, as they help you unlock new skins. Game advantages:', 'https://img.gamemonetize.com/0ta3nadvqufmh298pctid9jll8cm2gd7/512x384.jpg', 'https://html5.gamemonetize.com/0ta3nadvqufmh298pctid9jll8cm2gd7/', '0', 'Hypercasual', 0, 0, '', 'jelly-shift-lite'), (10448, '4 Pics Guess Word Puzzle Game', 'Do you like word puzzle games? Here is the most wonderful word game. DOWNLOAD the ‘4 Pics Guess Word’ to train your brain for free, and try your best to unlock all the puzzles? HOW TO PLAY Guess the answer from the four pictures and blocks. Fill the blocks with the letters provided. Use hints to help you solve the problem.', 'https://img.gamemonetize.com/c0zcbo4hfvht93v6ubwqh9ke7vefiv6i/512x384.jpg', 'https://html5.gamemonetize.com/c0zcbo4hfvht93v6ubwqh9ke7vefiv6i/', '0', 'Puzzles', 0, 0, '', '-pics-guess-word-puzzle-game'), (10449, 'Ball Paint 3D Game', 'Ball Paint 3D is a relaxing, simple, and fun game for kids, free online. You only have to find the balls of the same color within the limited number of balls given to you to pass the game, with beautiful 3D graphics to give you the best gaming experience. It\'s a battle of the brains, do you dare to challenge? Come and join us and keep breaking through yourself! Good luck and have fun!', 'https://img.gamemonetize.com/cellphkb1r8zdnxtwrk18zg5nzobo1im/512x384.jpg', 'https://html5.gamemonetize.com/cellphkb1r8zdnxtwrk18zg5nzobo1im/', '0', '3D', 0, 0, '', 'ball-paint-d-game'), (10450, 'Roblox Space Farm', 'Have fun with this free new game Rublox Space Farm is a strategy, casual and puzzle game. A little space farmer is worried about the food on his base and he will need your help!!! Play it and have fun at taptapking.com totally free. A small farmer urgently needs to collect food for his farm in space but he will need your quick cunning to move through the platforms of this planet without falling into space, avoid dangerous objects and enemy robots that if they can see you they will start shooting at you !! ! The objective of the game is to reach your base in each level with the greatest amount of life, food that you can, remember that time is essential to arrive with a much higher score!', 'https://img.gamemonetize.com/rymcxew3envi0kb10uc53jut973zvpow/512x384.jpg', 'https://html5.gamemonetize.com/rymcxew3envi0kb10uc53jut973zvpow/', '0', 'Hypercasual', 0, 0, '', 'roblox-space-farm'), (10451, 'BowMaster Tower Attack', 'Have fun with this entertaining game of action and defense of your tower! BowArcher Tower Attack is an exclusive game from kukogames, an army of very curious enemies will try to bring down your tower and conquer you !! In an era where wars are at their peak, an army of all kinds of enemies have come together to bring down your castle, but first they must destroy your towers! Defend yourself from this wave of enemies aim and shoot your arrows to eliminate them one by one. With each level you will be able to improve your weapons and enhance your weapons to eliminate the enemies that with each level get much stronger!', 'https://img.gamemonetize.com/qhkv0h5910gdpzwsruuczarj15yko93h/512x384.jpg', 'https://html5.gamemonetize.com/qhkv0h5910gdpzwsruuczarj15yko93h/', '0', 'Hypercasual', 0, 0, '', 'bowmaster-tower-attack'), (10452, 'Sushi Rush', 'Cute little sushi rush through the restaurant. There are deadly plates all over the place. One step on any of those and sushi is going to be eaten right away. Also jumping into the water will end badly for our character.', 'https://img.gamemonetize.com/ol4fa3wcwfg8jgqszieblezfjo4ls4fh/512x384.jpg', 'https://html5.gamemonetize.com/ol4fa3wcwfg8jgqszieblezfjo4ls4fh/', '0', 'Hypercasual', 0, 0, '', 'sushi-rush'), (10453, 'Angry Sharks', 'The shark has been exposed to radiation and is now mutated. He floats in the sea and eats fishes. The more he eats, the more he grows. People are afraid of him and they are trying to destroy him. Try to survive their attacks.', 'https://img.gamemonetize.com/3q80p17x8eyytny0m1t5i9f78079vady/512x384.jpg', 'https://html5.gamemonetize.com/3q80p17x8eyytny0m1t5i9f78079vady/', '0', 'Hypercasual', 0, 0, '', 'angry-sharks'), (10454, 'Mario Coloring', 'If you have repeatedly been visited by thoughts that it\'s time to update Mario\'s costume, then don\'t miss the opportunity to do it right now. The game will allow you to turn black and white images of Mario into colorful pictures in which the Italian plumber will appear in all its glory.', 'https://img.gamemonetize.com/l5kh5d7u0ewq0xwka1zy8v65dxc6syjq/512x384.jpg', 'https://html5.gamemonetize.com/l5kh5d7u0ewq0xwka1zy8v65dxc6syjq/', '0', 'Arcade', 0, 0, '', 'mario-coloring'), (10455, 'Spring NailArt', 'The long-awaited spring has arrived! Time to freshen up your look. Use the latest fashion trends and make a fabulous manicure. You can use a solid color or a fun spring pattern. Apply mehendi to your hand and decorate it with rings and bracelets!', 'https://img.gamemonetize.com/i2re60awngevnx3hakfge6f0bo78lu4j/512x384.jpg', 'https://html5.gamemonetize.com/i2re60awngevnx3hakfge6f0bo78lu4j/', '0', 'Girls', 0, 0, '', 'spring-nailart'), (10456, 'Magic Pet Salon Magic Makeover', 'Magic Pet Salon is open for business! The little witch Luna owns a pet salon shop. She gives some special pets a makeover with brilliant magic. There are so many cute customers, Luna needs your help! There are so many fun jobs you can do! In the Magic Pet Salon, you can become a groomer and a designer to make pets up and make their hair and nails look pretty! Have fun in the Magic Pet Salon!', 'https://img.gamemonetize.com/5sugrdej0t45tdj97zluykcq4a3jjdbn/512x384.jpg', 'https://html5.gamemonetize.com/5sugrdej0t45tdj97zluykcq4a3jjdbn/', '0', 'Hypercasual', 0, 0, '', 'magic-pet-salon--magic-makeover'), (10457, 'Cute Virtual Dog Have Your Own Pet', 'Cute Virtual Dog is a very cute caring game. You want to have a dog and your parents won\'t allow it? Come and try this game. You can experience how it feels to own a dog. You can design many fashion hairstyles for the dog. And even dye its hair. With our carefully selected outfits for the dog, you will certainly become the most trendy dog owner. What\'s even funner? Come and take your little dog to the exciting hurdle race track. After all the exercises, your little dog must be very tired. Help it take a shower to relax. Come to play our games to find out other interesting things!', 'https://img.gamemonetize.com/34qrexs3h8u3b55ht4iydosqisx4fgc4/512x384.jpg', 'https://html5.gamemonetize.com/34qrexs3h8u3b55ht4iydosqisx4fgc4/', '0', 'Hypercasual', 0, 0, '', 'cute-virtual-dog--have-your-own-pet'), (10458, 'Monster High Beauty Shop Game', 'Monster High girls want to open a beauty shop, they will design your hair, make up and dress up for you. They will receive many customers and design for them. Now you will be their fashion advisor and give them some advice. Enjoy the wonderful day with these princesses, have fun!', 'https://img.gamemonetize.com/txvdidx4gjbedyw4u5tixf3xufzwzn23/512x384.jpg', 'https://html5.gamemonetize.com/txvdidx4gjbedyw4u5tixf3xufzwzn23/', '0', 'Girls', 0, 0, '', 'monster-high-beauty-shop-game'), (10459, 'Dashy Stacks 3D', 'Welcome to Stacky Jump 3D Slide Left and right Stack up till you reach the target to unlock the next level. Do not Stack over Black Tiles or Water. Good luck', 'https://img.gamemonetize.com/li92nq9tgk73yetazhujkb8genynci5z/512x384.jpg', 'https://html5.gamemonetize.com/li92nq9tgk73yetazhujkb8genynci5z/', '0', 'Hypercasual', 0, 0, '', 'dashy-stacks-d'), (10460, 'Space Bus 3D', 'Welcome to Space Bus 3D. The combination of space and racing is enough to keep you entertained for hours. Join the Space Bus 3D game and be prepared to enjoy driving at a unique path track! Make sure to avoid all the obstacles that you see attached to the space to drive for as long as possible. Be careful with the obstacles. Play and have fun!', 'https://img.gamemonetize.com/l9a5fwidrxpl8ylm8jsfvzvsujjtem9b/512x384.jpg', 'https://html5.gamemonetize.com/l9a5fwidrxpl8ylm8jsfvzvsujjtem9b/', '0', 'Racing', 0, 0, '', 'space-bus-d'), (10461, 'Fashion Girl Beautiful New House', 'Our friend Zoe decided to live alone to practice herself. So, she rents a new house. The new house is clean but has nothing. Today, Zoe ask her best friend Sofia to help her design the house. They want to try several furniture styles and make a decision to choose the most suitable one. Do you want to join them? Choose your favorite decorations for these two girls.', 'https://img.gamemonetize.com/nc2fwzuxs03b6xtlhl6iamm77vn8w2hb/512x384.jpg', 'https://html5.gamemonetize.com/nc2fwzuxs03b6xtlhl6iamm77vn8w2hb/', '0', 'Girls', 0, 0, '', 'fashion-girl-beautiful-new-house'), (10462, 'Baby Taylor Big Closet Challenge', 'We all know that Taylor has a huge wardrobe full of clothes she will wear on various occasions. However, her large wardrobe has a disadvantage, it is very difficult to find a set of clothes. In the next few days, Taylor will travel to four different occasions, which will require her to find four suitable outfits. Could you help Taylor find the clothes she wants?', 'https://img.gamemonetize.com/ooceimi0ncb062pv26ubayscqwb1g9wm/512x384.jpg', 'https://html5.gamemonetize.com/ooceimi0ncb062pv26ubayscqwb1g9wm/', '0', 'Girls', 0, 0, '', 'baby-taylor-big-closet-challenge'), (10463, 'Tennis 3D Mobile', 'The most excellent mobile tennis experience combines realistic physics with intuitive swiping controls. Online or split-screen multiplayer is available to enjoy with a group of pals. We\'ve developed a precise and straightforward touch control mechanism to make you feel as though you\'re really in the game. When you play a tennis game on your smartphone or tablet, you should have the same sensation as you were really at the tennis court. Try it out; you\'ll feel like you\'re playing!', 'https://img.gamemonetize.com/izd97eo7rn3gy95fyb4h2cydztt87uw6/512x384.jpg', 'https://html5.gamemonetize.com/izd97eo7rn3gy95fyb4h2cydztt87uw6/', '0', 'Arcade', 0, 0, '', 'tennis-d-mobile'), (10464, 'Happy Stars Match 3', 'Swap Stars in order to make a group of 3 or more identical stars adjacent horizontally or vertically. Keep matching till you unlock and clear all the tiles. Use power-ups to speed up the process. Complete all the 36 levels to win this game.', 'https://img.gamemonetize.com/1ohj3p2wno1ltl5szs0zrfyoiaxizpfy/512x384.jpg', 'https://html5.gamemonetize.com/1ohj3p2wno1ltl5szs0zrfyoiaxizpfy/', '0', 'Puzzles', 0, 0, '', 'happy-stars-match-'), (10465, 'Easter Shadow Match', 'It is an educational as well as fun game for kids. Just look the photo displayed in the left box and click correct shadow of the photo in right panels. Each time you select correct shadow, 200 points will be added to your score. On clicking the wrong shadow 40 points will be deducted from your score.', 'https://img.gamemonetize.com/laufzbgxoedq5f20rp9bmf1mdvs886a9/512x384.jpg', 'https://html5.gamemonetize.com/laufzbgxoedq5f20rp9bmf1mdvs886a9/', '0', 'Puzzles', 0, 0, '', 'easter-shadow-match'), (10466, 'Rhino Jumping', 'Rhino Jumping is a jumping game, very simple and fun! A super easy, fun and addictive game!', 'https://img.gamemonetize.com/bkmq1txoafm3lri69u2hmgui5k517a8q/512x384.jpg', 'https://html5.gamemonetize.com/bkmq1txoafm3lri69u2hmgui5k517a8q/', '0', 'Hypercasual', 0, 0, '', 'rhino-jumping'), (10467, 'Celebrity Gala Prep', 'Welcome to the Celebrity Gala Prep game. Ariana, Selena, Rihanna, Kendel Jenner, and Taylor Swift are planning a grand party. Did you have any idea of the theme? Yes, it’s a Gala party! Join and help the girls to choose the best outfit and accessories. Browse their wardrobe and pick a suitable one. Play and have fun!', 'https://img.gamemonetize.com/4vqzn4rwfkr1yh9x7fbt39tmjb0jt3jp/512x384.jpg', 'https://html5.gamemonetize.com/4vqzn4rwfkr1yh9x7fbt39tmjb0jt3jp/', '0', 'Girls', 0, 0, '', 'celebrity-gala-prep'), (10468, 'Audi Q7 Jigsaw', 'This is a jigsaw game with Audi cars. You can find 12 images of Audi Q7 vehicles. Start the game click on the first image and select the mode that you will play. You can play in easy mode with 25 pieces, normal mode with 49 pieces, or hard mode with 100 pieces. Whatever mode you choose the goal is the same. Drag the pieces and put them in the right place to get the image of the Audi car. Solve the first image to unlock the next one.', 'https://img.gamemonetize.com/p7co4yg6my9rlx1mjtpzrjn9xmla94am/512x384.jpg', 'https://html5.gamemonetize.com/p7co4yg6my9rlx1mjtpzrjn9xmla94am/', '0', 'Puzzles', 0, 0, '', 'audi-q-jigsaw'), (10469, 'Monster Car Game for Kids 2', 'If your kids love all things monster trucks, Then they will love this game! Monster Trucks racing game for young kids and toddlers! Designed for young Children and toddlers between ages 2 to 8 years old, Simple controls to drive the monster trucks along the course. the truck never flips ensuring your child always gets to the finish line! Race against other trucks, Which slow down when they are ahead, to give your child the best chance of winning each race! Fun big buttons to Jump, Beep the horn and change the music track for lots of fun sounds. Crush the cars along the course with the monster machines, Collect stars, Fireworks and balloon popping are at the end of each level to give more excitement to the kids playing. There is 4 mini games included. Balloon Pop Memory Cards Puzzles Coloring pages With over 80 cool looking monster trucks across 42 levels to blaze across, will create hours of fun for your toddlers. With more monster trucks always being added! Collect them all! Monster Trucks Kids Game helps your child understand the educational mechanics of using mobile and tablet devices. with puzzles, memory card and heaps of fun racing action. Features: * 100\'s of Monster Trucks to choose from * 42 Levels to play * Fun Cartoon HD graphics * 5 different kids music sound tracks for the child to switch between. * Cute Monster trucks, engines, horns + much more vibrant sounds * Balloon pop game & Fireworks at the end of each race. * Mini Games such as Puzzles, Coloring pages, Memory Cards & Balloon Pop + much more. Privacy Information: As parents ourselves, Razmobi takes children\'s privacy and protection very seriously. We do not collect any personal data. This app does contain advertising as that allows us to give you the game for free – ads are carefully placed so kids are least likely to accidentally click on them. and ads get removed on the actual race screen. This app includes the option for adults to unlock or buy additional in-game items with real money to enhance game play and removing ads. You may disable in-app purchases by adjusting your device settings.', 'https://img.gamemonetize.com/ulf61y9wbio130e9uhfenvkojtxw8nv6/512x384.jpg', 'https://html5.gamemonetize.com/ulf61y9wbio130e9uhfenvkojtxw8nv6/', '0', 'Adventure', 0, 0, '', 'monster-car-game-for-kids-'), (10470, 'Real Bus Driving 3d simulator', 'Coach Bus Simulator is the first coach driving game that will teach you to drive a real coach across different scenarios! Take people from a city to another, show them amazing places and landscapes. Open world map, incredible vehicles, wonderful interiors will make you feel a realistic coach bus driving experience! It\'s time to get on board and drive through Europe! Enter the simulation world of bus driving! Get Coach Bus Simulator now!', 'https://img.gamemonetize.com/u08tm2ila2t8xn7ibclnp30jsdvna695/512x384.jpg', 'https://html5.gamemonetize.com/u08tm2ila2t8xn7ibclnp30jsdvna695/', '0', 'Racing', 0, 0, '', 'real-bus-driving-d-simulator'), (10471, 'Ladder Race 3D', 'Tap and hold to build ladder, climb stairs to overcome obstacles, and reach the finish line in ladder race games. Run towards the finish line in this challenging stair run ladder race game. The objective of the fun ladder race is simple: stay on the running track, build stairs, and overcome obstacles to reach the finish in stair running ladder race. Only the best runner will make it to the end and become the ultimate ladder race champion!', 'https://img.gamemonetize.com/876lsnev68rw8ax2051kclq0jrninvou/512x384.jpg', 'https://html5.gamemonetize.com/876lsnev68rw8ax2051kclq0jrninvou/', '0', 'Arcade', 0, 0, '', 'ladder-race-d'), (10472, 'Classic Real 4x4 Jeep Parking Drive Game', 'So Lets Start Playing car games 2021 in this Jeep Car Parking :Car Driving Games you will enjoy lovely environment with 4x4 Jeep cars Parking. Offroad suv 4x4 prado Jeep parking games have modern car parking features with auto driving simulation.In this jeep car parking games you will enjoy hill climb up and down impossible car driving track. Offroad driving games are most trending car games.', 'https://img.gamemonetize.com/kofyu4vhsp7488ulzh2r8t08iht0xnqe/512x384.jpg', 'https://html5.gamemonetize.com/kofyu4vhsp7488ulzh2r8t08iht0xnqe/', '0', 'Arcade', 0, 0, '', 'classic-real-x-jeep-parking-drive-game'), (10473, 'Police Super Car Parking Challenge 3D', 'Hello police officers are you ready to join Police Super Car Parking Challenge 3D Games? If yes then you\'re in the right direction. You will drive your favorite police car and punished the criminal that are wanted outlaws or prisoner breaker. In this police car spooky stunt parking 3D games, you will drive your police car and park them in the parking lot. In police jeep car parking driving games 2022, we will provide you multiple parking lots; where you have to take station parking lot, city parking and other parking zones on different missions.', 'https://img.gamemonetize.com/tw0htfnpa1zeb3knrkdg3t6tpiu1qubn/512x384.jpg', 'https://html5.gamemonetize.com/tw0htfnpa1zeb3knrkdg3t6tpiu1qubn/', '0', 'Arcade', 0, 0, '', 'police-super-car-parking-challenge-d'), (10474, 'Shootout 3D', 'Become a hero and eliminate enemies and bosses while protecting innocent civilians. In Shootout 3D you need to swipe left and right to control all the characters, good guys and bad guys. Tap the screen to shoot, but make sure you don\'t hit any good guys or you\'ll lose the game. Reach the end of the level and face the tough bosses to win the game!', 'https://img.gamemonetize.com/jp5zghvdk2t8506cw6raprm8pb16jt04/512x384.jpg', 'https://html5.gamemonetize.com/jp5zghvdk2t8506cw6raprm8pb16jt04/', '0', 'Action', 0, 0, '', 'shootout-d'), (10475, 'Car Parking Simulator Free 3D', 'You like parking car? Try RCC Car Parking 3D in unique 100 levels, your mission is to drive carefully the car without hit wall, barrier and more object. Look at minimap to see where is your finish to drive your care there. We update the game every day with a new parking mission. Gain XP when finish level to buy color for your car and also new physics cars. Enjoy of this', 'https://img.gamemonetize.com/sl07hw7hvgbq5dzsajhd7yiheftpvqo0/512x384.jpg', 'https://html5.gamemonetize.com/sl07hw7hvgbq5dzsajhd7yiheftpvqo0/', '0', 'Arcade', 0, 0, '', 'car-parking-simulator-free-d'), (10476, 'Dodge Shoot 3D', 'It\'s time to get into action, action that defies the laws of physics. How sharp are your reflexes? Be like The One and dodge the bullet onslaught of enemies trying to take you down. Unfortunately for the bad guys, you\'re the master of dodging. Nothing can reach you! Neither bullets, nor axes, not even spears. You are as fast as a cat. Use your spider-like senses to anticipate your next move.', 'https://img.gamemonetize.com/xrz78e61qyvkloevniblhojwndwp0oic/512x384.jpg', 'https://html5.gamemonetize.com/xrz78e61qyvkloevniblhojwndwp0oic/', '0', 'Action', 0, 0, '', 'dodge-shoot-d'), (10477, 'Poppy Playtime Hugie', 'Poppy Playtime Hugie is an amazing running and jumping adventure Game! Run and jump over obstacles to collect Hearts. When you collect all hearts a door will appear. Run to the door to unlock the next level.', 'https://img.gamemonetize.com/813qiae4tnug04z9l6fs7y4793hkmed4/512x384.jpg', 'https://html5.gamemonetize.com/813qiae4tnug04z9l6fs7y4793hkmed4/', '0', 'Hypercasual', 0, 0, '', 'poppy-playtime-hugie'), (10478, 'Insect Evolution', 'Insect Evolution is a casual mobile game for passing levels; you are a little ant, lost in the desert, and the journey home is far away. You have to pass all the levels to find your family, but it is not easy. On the road you need to eat insects smaller than you to grow up, but at the same time don’t be eaten, be careful of insects larger than you and stronger creatures.', 'https://img.gamemonetize.com/adq5hehoff6dtkkv2e1mp8amf69afntd/512x384.jpg', 'https://html5.gamemonetize.com/adq5hehoff6dtkkv2e1mp8amf69afntd/', '0', 'Arcade', 0, 0, '', 'insect-evolution'), (10479, 'Cannon Shot 3D', 'Cannon Shot 3D version! The best online full version! Fill all the buckets with balls to complete a level. Use your finger to move various objects to change the direction of the balls you shoot. Aim smart! Complete levels to unlocks new cannons. Can you find the rare one?', 'https://img.gamemonetize.com/hatv2mgm9xcboqkttkzd1miklyt2nv4e/512x384.jpg', 'https://html5.gamemonetize.com/hatv2mgm9xcboqkttkzd1miklyt2nv4e/', '0', 'Puzzles', 0, 0, '', 'cannon-shot-d'), (10480, 'Hard Car Driving 3d', 'Enjoy your time by driving the city car rider 2022 testing your racing skills on the city roads. this is not just the best car driving simulator game, this is the best crazy city car rider game that meets your racing goals. If you are addicted to playing a free driving game. Get your seat belt and move around the city on your realistic sports car. it\'s time to show your', 'https://img.gamemonetize.com/ps2dzvx2j5mwh9u7df4s4hqxmrcooc6n/512x384.jpg', 'https://html5.gamemonetize.com/ps2dzvx2j5mwh9u7df4s4hqxmrcooc6n/', '0', 'Arcade', 0, 0, '', 'hard-car-driving-d'), (10481, 'Fashion Nail Salon Show', 'Fashion Nail Salon is an online Kids game. Just having beautiful clothes is not enough. Now every girl wants to have beautiful nails. In the game Fashion Nail Salon, their dreams can be realized. As a professional nail designer, you need to get creative and let your imagination go wild, design colorful and beautiful patterned nails for girls, show your talents, use your creativity, get an indulging manicure, give your hands the treatment it deserves and let it shine.', 'https://img.gamemonetize.com/rfk6yn6t2qieas2os8kdcw6s7d3r235m/512x384.jpg', 'https://html5.gamemonetize.com/rfk6yn6t2qieas2os8kdcw6s7d3r235m/', '0', 'Girls', 0, 0, '', 'fashion-nail-salon-show'), (10482, 'Real Drift Racing', 'Here is actually not a car drifting driving simulation game but a skillful wheeling arcade game with 3D cartoon car models and platform tracks. Your car will drive forward automatically. You need to control the drift timing to overpass different curves at each level. Glad you will always arrive at the finish line safely and quickly!', 'https://img.gamemonetize.com/0r3o63dy3cn333ir3ywlw073nd4h2ovq/512x384.jpg', 'https://html5.gamemonetize.com/0r3o63dy3cn333ir3ywlw073nd4h2ovq/', '0', 'Arcade', 0, 0, '', 'real-drift-racing'), (10483, 'Luxury Wedding City Car Driving Game 3D', 'City auto taxi wedding car is an intense and fun associated round of stopping recreation. This wedding limousine vivified choose and drop city wedding luxury car simulation gives you motivation once you make numerous insane streamlined models of extravagance vehicles. make arrangements for keep yourself occupied in transportation of travelers and visitors from one goal to the inverse. This chained wedding limo stop luxury city wedding taxi driving play incorporates a few intriguing levels and stages amid which you must exchange the visitors and marriage from house to wedding corridor.', 'https://img.gamemonetize.com/xhp0jxtxvwwk385lbrlkjm3xi6xm0dgl/512x384.jpg', 'https://html5.gamemonetize.com/xhp0jxtxvwwk385lbrlkjm3xi6xm0dgl/', '0', 'Arcade', 0, 0, '', 'luxury-wedding-city-car-driving-game-d'), (10484, 'Scary Granny House Horror Escape', 'Love to play horror games? Here comes another adventure for you, Scary Granny House Horror Escape 2022 is an interactive first person horror house escape game, where you have to save your life from evil granny. The ghost mansion is full of mysteries and you with a few of your friends have been captured by the scary granny ghost. Now its you duty to save your friends and kill the creepy granny before she kills you. This horror game features tons of different objectives and quests for you to complete and become the hero for your friends.', 'https://img.gamemonetize.com/olknmyw91rejx014zmjub7q33kbsbcsb/512x384.jpg', 'https://html5.gamemonetize.com/olknmyw91rejx014zmjub7q33kbsbcsb/', '0', 'Adventure', 0, 0, '', 'scary-granny-house-horror-escape'), (10485, 'Granny Creepy Evil Scream Scary', 'Creepy Scream is a horror and adventure game. You start your game in an empty room after amnesia. You don\'t know what happened. You start exploring the abandoned house/haunted asylum, but realize you\'re not alone.', 'https://img.gamemonetize.com/sselz7ur8i9ww24z2wx4orajfvnjy438/512x384.jpg', 'https://html5.gamemonetize.com/sselz7ur8i9ww24z2wx4orajfvnjy438/', '0', 'Action', 0, 0, '', 'granny-creepy-evil-scream-scary'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (10486, 'Micro Golf', 'Micro Golf is a game in which you need to score golf balls in holes and tray to avoiding obstacles. In every level on your way there will be closed gates that need to be opened and windmills that can help you on the way to your goal. So have and tray so solve all the obstacles and pass all 30 levels. Have fun.', 'https://img.gamemonetize.com/ui5erak4p22flipehrdfmcah504fcc7r/512x384.jpg', 'https://html5.gamemonetize.com/ui5erak4p22flipehrdfmcah504fcc7r/', '0', 'Puzzles', 0, 0, '', 'micro-golf'), (10487, 'Advance Car Parking Pro Car Parking Game', 'Advance Car Parking Pro : Car Parking Game. In this amazing 3d car parking game, you have many modification options and crazy parking game modes. Complete challenges in career mode and improve your driving and parking skills in this awesome 3D car parking game.', 'https://img.gamemonetize.com/mz8ke0mju74omyzlks6c4mingqhwdps3/512x384.jpg', 'https://html5.gamemonetize.com/mz8ke0mju74omyzlks6c4mingqhwdps3/', '0', 'Racing', 0, 0, '', 'advance-car-parking-pro--car-parking-game'), (10488, 'Gyroscopic Elevated Bus Simulator Public Transport', 'Step into the New transport vehicle of the town High tech transit elevated bus! Gyroscopic Elevated Bus Simulator Public Transport Game 3D is all new autobus in the world of future coach bus driving simulation.This next-gen gyroscopic sky hopper vehicle will excite you to drive it in real metropolitan area. All you have to do is maneuver the gyroscopic transit bus to pick & drop the citizens and tourists in gyroscope elevated hopper around the Nyc city. Step into gyroscope megabus high tech elevated gyroscopic transportation and drive with guidelines while moving into traffic mania.', 'https://img.gamemonetize.com/j6jayrfkksl90f5ez43hxo1onvsiessn/512x384.jpg', 'https://html5.gamemonetize.com/j6jayrfkksl90f5ez43hxo1onvsiessn/', '0', 'Adventure', 0, 0, '', 'gyroscopic-elevated-bus-simulator-public-transport'), (10489, 'Castle Pin Rescue', 'Castle Pin: Hero Rescue & Pull Pin Puzzle is a pull the pin game. In this game, you have a task is pull the pin puzzle, and then kill monsters, save the princess and collect treasure that will help you become the richest hero in history.', 'https://img.gamemonetize.com/ztcvtnp975uiauaf9zz80ccabv0pqixj/512x384.jpg', 'https://html5.gamemonetize.com/ztcvtnp975uiauaf9zz80ccabv0pqixj/', '0', 'Arcade', 0, 0, '', 'castle-pin-rescue'), (10490, 'Hero Rescue Pin Pull Puzzle', 'The hero began his journey for treasure and to save the princess, but the puzzles in front of the hunter trapped him. What you need to do is to pull the pins in the right order, so that the hero can take the hidden treasure and save the princess away from the dragons, wolves and monsters safely.', 'https://img.gamemonetize.com/6pzkygg79wgbpq31c9qfiv21sasyt9yf/512x384.jpg', 'https://html5.gamemonetize.com/6pzkygg79wgbpq31c9qfiv21sasyt9yf/', '0', 'Adventure', 0, 0, '', 'hero-rescue-pin-pull-puzzle'), (10491, 'TOM AND JERRY PUZZLE ESCAPE', 'Tom and Jerry Puzzle Escape is an entertaining point-and-click puzzle game based on the popular Tom and Jerry cartoon series. In this awesome game, you must complete a range of levels and help Jerry the mouse escape from Tom the cat!', 'https://img.gamemonetize.com/2qatgqlig4q24xzo46u30gj07fo7xgs9/512x384.jpg', 'https://html5.gamemonetize.com/2qatgqlig4q24xzo46u30gj07fo7xgs9/', '0', 'Puzzles', 0, 0, '', 'tom-and-jerry--puzzle-escape'), (10492, 'Fluffy Monsters Match', 'Welcome to the most amazing and addictive puzzle match game. Little Monsters are falling from the sky! Slide to match 3 more sleepy little monsters to pop them and play againt time. Pop as many monsters as you can and use the power-ups for help.', 'https://img.gamemonetize.com/u2nnvn4d111c5v4ma2db3ekazr2wfn1u/512x384.jpg', 'https://html5.gamemonetize.com/u2nnvn4d111c5v4ma2db3ekazr2wfn1u/', '0', 'Puzzles', 0, 0, '', 'fluffy-monsters-match'), (10493, 'Chess Mania', 'Make use of your best chess strategy, analyze your next move and improve your chess skills. Climb the tower of 400 levels and face more difficult challenges! Complete all achievements and become the chess grandmaster.', 'https://img.gamemonetize.com/gyrx5u4ain4mtjtsraa05r0j9x59ll52/512x384.jpg', 'https://html5.gamemonetize.com/gyrx5u4ain4mtjtsraa05r0j9x59ll52/', '0', 'Puzzles', 0, 0, '', 'chess-mania'), (10494, '2048 parkour', 'Parkour 2048 is a Parkour level game, the combination of Parkour and 2048, giving players the most unique way to play, control the character running forward', 'https://img.gamemonetize.com/9gkthc4hifqls98twj7ze3xq3rhxhy44/512x384.jpg', 'https://html5.gamemonetize.com/9gkthc4hifqls98twj7ze3xq3rhxhy44/', '0', 'Action', 0, 0, '', '-parkour'), (10495, 'Idle Zoo', 'Become a wealthy investor and restore zoos through the country. Repair old habitats and build new ones. Explore new animals and let your zoo thrive.', 'https://img.gamemonetize.com/pxn08pwbvfe2t8jtajodskp4eufl78ew/512x384.jpg', 'https://html5.gamemonetize.com/pxn08pwbvfe2t8jtajodskp4eufl78ew/', '0', 'Puzzles', 0, 0, '', 'idle-zoo'), (10496, 'Mr Jone', 'Mr Jone is a 2D platformer where you need to collect all of the blue gems while avoiding enemies and spikes and reach the Exit door. There are 8 levels to play and is moderately difficult.', 'https://img.gamemonetize.com/p1r5oy3tn1suwwoikwhbn0ppch4ec32o/512x384.jpg', 'https://html5.gamemonetize.com/p1r5oy3tn1suwwoikwhbn0ppch4ec32o/', '0', 'Arcade', 0, 0, '', 'mr-jone'), (10497, 'Save The Sausage Man', 'Save The Sausage Man is a puzzle rescue online game for free. In the game, the sausage man will face various dangers. You need to use your intelligence to rescue the trapped sausage man. Each level has different challenges, you need to use different props to quickly complete different tasks. Can you successfully rescue the sausage man? Come and use your imagination to unlock more levels.', 'https://img.gamemonetize.com/8b3jca3vj0b7gr1amr9yxxedxee5bt8w/512x384.jpg', 'https://html5.gamemonetize.com/8b3jca3vj0b7gr1amr9yxxedxee5bt8w/', '0', 'Boys', 0, 0, '', 'save-the-sausage-man'), (10498, ' Head 2 Head Tic Tac Toe', 'The aim of the game is to get 3 in a row. 2 players take turns until someone gets 3 in a row. If all the spaces are used and no one wins that is called a Cat\'s game!', 'https://img.gamemonetize.com/mkqziok39krvwymcn68z44oeklpyekr0/512x384.jpg', 'https://html5.gamemonetize.com/mkqziok39krvwymcn68z44oeklpyekr0/', '0', 'Puzzles', 0, 0, '', '-head--head-tic-tac-toe'), (10499, 'Pou Coloring', 'Pou games are funny adventures of a small and completely helpless alien who accidentally came to our Earth and decided to stay here forever. Color all the pictures with Pou!', 'https://img.gamemonetize.com/u5ifro0lspzlh53jcvj1zkengn9z6rkt/512x384.jpg', 'https://html5.gamemonetize.com/u5ifro0lspzlh53jcvj1zkengn9z6rkt/', '0', 'Arcade', 0, 0, '', 'pou-coloring'), (10500, 'Candy Land 2', 'Play beautiful candy land match 3 game with several levels.', 'https://img.gamemonetize.com/2i2u0qshodgkczvg0zisbs52b7a88y57/512x384.jpg', 'https://html5.gamemonetize.com/2i2u0qshodgkczvg0zisbs52b7a88y57/', '0', 'Puzzles', 0, 0, '', 'candy-land-'), (10501, 'Fill Up Block Logic Puzzle', 'Fill Up Block Logic Puzzle is an excellent game to challenge your brain when you have the spare time. You need to put the square with the direction is placed in the corresponding position so that it fills each empty space. The further you go, the harder it gets. Are you ready to challenge?', 'https://img.gamemonetize.com/xyt26t0s63jisbec4l6yl3ugzlq8feug/512x384.jpg', 'https://html5.gamemonetize.com/xyt26t0s63jisbec4l6yl3ugzlq8feug/', '0', 'Puzzles', 0, 0, '', 'fill-up-block-logic-puzzle'), (10502, 'Fighting a game for the mind!', 'Fighting: A Game for the Mind! - is a new game in the smart action genre. You will have to not only participate in fights, but also perform tasks on the score and logic. Simple gameplay, will plunge you headfirst into the interesting world of "Smart Action". The game offers: - Simple gameplay - Developed replayability - QTE moments - One swipe controls - Nice graphics Do you like puzzles or patches? Fighting games? Try them in a different sauce. Fighting: a game for the mind! - is a new word in the genre that will pull you into its world. Fight smart!', 'https://img.gamemonetize.com/7sbbos0ea6richagoc12s2kesso0xllg/512x384.jpg', 'https://html5.gamemonetize.com/7sbbos0ea6richagoc12s2kesso0xllg/', '0', 'Puzzles', 0, 0, '', 'fighting-a-game-for-the-mind'), (10503, 'Zodiac Rush! Horoscope Runner', 'Choose your horoscope sign and collect the right items and go through the right gates to reach your destination.', 'https://img.gamemonetize.com/r70bzsofydcstd31sszpuzwtejv4qrh3/512x384.jpg', 'https://html5.gamemonetize.com/r70bzsofydcstd31sszpuzwtejv4qrh3/', '0', 'Hypercasual', 0, 0, '', 'zodiac-rush-horoscope-runner'), (10504, 'Love Cat Line Game', 'Welcome to the Love Cat Line! Love Cat Line is a super fun puzzle game for kids online and a free game to help you develop logical thinking. You just draw a horizontal line to bring two cats in love together and these two cats will be very happy. Think brain and enjoy the game. Can you help them to stay together? Their happiness depends on you! I wish you success! have fun!', 'https://img.gamemonetize.com/4bi3da4fjifofp1jgjubktk96ms49tj4/512x384.jpg', 'https://html5.gamemonetize.com/4bi3da4fjifofp1jgjubktk96ms49tj4/', '0', '3D', 0, 0, '', 'love-cat-line-game'), (10505, 'Zombie Shooting 2D', 'Aim perfectly to kill the zombie horde. Tighten your gun\'s trigger grip and shoot all the dangerous undead. A horrible illness turned humans into zombies in 2020. Almost all human survivors have been killed or infected, and the Earth has become a zombie wasteland. Become a zombie hunter. Eliminate every undead wandering the zombie district battlefield, defend zombie PVP, and rescue the final zombie survivor. Night-chasing zombies, A sniper rifle and a corpse are the best ways to kill zombies. Slay the undead and go on in Zombieland. In this action-packed 3D game, you are a real-life zombie hunter. Monsters and weapons This zombie-infested setting in this FPS tactical mobile game is at your disposal. Put your accuracy shooting skills to the test. A sniper hunter employing the best weaponry and rifles is the main character in this zombie RPG FPS action combat game. The purpose of this brutal war is to end the zombie apocalypse. Protect your border against the undead in this fun zombie shooting game.', 'https://img.gamemonetize.com/348zl1d6hu33gnckjaktfaj85y2srhbx/512x384.jpg', 'https://html5.gamemonetize.com/348zl1d6hu33gnckjaktfaj85y2srhbx/', '0', 'Shooting', 0, 0, '', 'zombie-shooting-d'), (10506, 'City of the Dead Zombie Shooter', 'Have you ever wanted to be a zombie hunter? The City of the Dead is an arcade shooter in which you are in charge of fighting off hordes of zombies. Use your skills, shoot, kill and survive City of the Dead is a persistent browser-based zombie shooter that takes place in a vast metropolitan city during the end of mankind. Play with your friends and take on the undead hordes of different maps in the city of the dead.', 'https://img.gamemonetize.com/x7z32mgverfi964t213k4271pkvt2pvd/512x384.jpg', 'https://html5.gamemonetize.com/x7z32mgverfi964t213k4271pkvt2pvd/', '0', 'Arcade', 0, 0, '', 'city-of-the-dead--zombie-shooter'), (10507, 'Footix.io', 'Footix.io is a fast-paced multiplayer soccer game in which the only rule is to win with the help of your teammates. To learn how to play click on "Tutorial", Chat with the world by clicking on "Global Chat". Don\'t forget to create an account to keep your statistics.', 'https://img.gamemonetize.com/an0i1pdpqua7zz66xt16y9g0uba5hhmy/512x384.jpg', 'https://html5.gamemonetize.com/an0i1pdpqua7zz66xt16y9g0uba5hhmy/', '0', 'Soccer', 0, 0, '', 'footixio'), (10508, 'My Pet Vet Hospital Super Vet', 'My Pet Vet Hospital is a very interesting pet game. In the game, you will have the opportunity to act as a pet doctor and treat different animals for their diseases. Are you ready? Every pet requires fair treatment. Can you help them heal their wounds? All types of pet care are available. Explore your medical skills by treating them and be the best doctor in town. Lear all medical tools and play fun simulator doctor games. If you like this game, don\'t forget to share it with your friends!', 'https://img.gamemonetize.com/5tcoq0tm7yezqhlxoulwb7c0gqojqp6b/512x384.jpg', 'https://html5.gamemonetize.com/5tcoq0tm7yezqhlxoulwb7c0gqojqp6b/', '0', 'Hypercasual', 0, 0, '', 'my-pet-vet-hospital--super-vet'), (10509, 'Girls Happy Tea Party Cooking', 'Sofia misses her friends, so she decides to hold a garden tea party and invites her friends to attend. She wants to make some delicious cupcakes and a nice fruit platter for her friends to taste. Can you help Sofia make these delicious foods? Attending the tea party is not without good-looking clothing and accessories. After making the food, please help Sofia to match the beautiful clothes. Have fun!', 'https://img.gamemonetize.com/hfgue7lrzndvgifhz9vku0sb755sflj2/512x384.jpg', 'https://html5.gamemonetize.com/hfgue7lrzndvgifhz9vku0sb755sflj2/', '0', 'Girls', 0, 0, '', 'girls-happy-tea-party-cooking'), (10510, 'Fire Brigade Super Firefighter', 'Fire Brigade is an interesting 3D game, you can play it both on the computer and mobile phone. There are so many people stuck in the fire, as the fire brigade, you need to save them! Drive your car and reach the destination, save all people from the fire. Enjoy the Fire Brigade!', 'https://img.gamemonetize.com/8df6zeehotwimc7gfduuvirem450b7sr/512x384.jpg', 'https://html5.gamemonetize.com/8df6zeehotwimc7gfduuvirem450b7sr/', '0', 'Boys', 0, 0, '', 'fire-brigade--super-firefighter'), (10511, 'Thrilling Snow Motor Crazy Snow Racing Game', 'To say that the Thrilling Snow Motor is a fun game is an understatement. It is absolutely thrilling and engaging. From the moment I got my hands on it, I was hooked. You should give it a try. It\'s a racing game where you need to get through different challenges as you race across the ice. Also, you don\'t need to download any apps. Just visit the website below and enjoy yourself. Don\'t miss the Thrilling Snow Motor!', 'https://img.gamemonetize.com/3muxt7hjmng1omob6wmxqh97tl21t072/512x384.jpg', 'https://html5.gamemonetize.com/3muxt7hjmng1omob6wmxqh97tl21t072/', '0', 'Racing', 0, 0, '', 'thrilling-snow-motor--crazy-snow-racing-game'), (10512, 'Ben 10 Coloring', 'Do you want to color the most beautiful Ben10 and aliens? Heatblast, Diamondhead, Wildmutt, Fourarms, Grey Matter, Cannonbolt and others. All in this game. Paint them all as colorful.', 'https://img.gamemonetize.com/m3wzuihxkbd2s1e1cqeogych3fm8g1ep/512x384.jpg', 'https://html5.gamemonetize.com/m3wzuihxkbd2s1e1cqeogych3fm8g1ep/', '0', 'Clicker', 0, 0, '', 'ben--coloring'), (10513, 'Jump Sheep Game', 'Conquer the sheep world through jumping. Discover how you\'ll win prizes by playing Jump Sheep, a free online game at naptechgames.com. A free, fast-paced and challenging sheep jumping game is Jump Sheep free online Game. Easy to play, challenging, but not frustrating are the main characteristics of Jump Sheep free online games. For all age level Jump Sheep games online are fun and addictive. Game features Jump Sheep free online Game is enjoyable for all age types. Engaging and challenging levels.. Nice and cute serene scenery. Sweet background music and effects. How to play To keep you entertained for hours there are different levels and obstacles. You\'ll control a sheep in an exceedingly world of sheep in a Jump Sheep free online game. By jumping over fences and collecting coins help their high score climb.', 'https://img.gamemonetize.com/afd8dvi6sl5dqp1m4nc3dd5d9rkatv3t/512x384.jpg', 'https://html5.gamemonetize.com/afd8dvi6sl5dqp1m4nc3dd5d9rkatv3t/', '0', 'Hypercasual', 0, 0, '', 'jump-sheep-game'), (10514, 'Happy Glass Fill the Glass by Draw Lines', 'Simply Filling Happy Glass with Draw Lines, Make a Crow Happy
Try to find the best way to complete each level. You can come up with your own solution so be creative and don\'t be afraid to think outside the box!', 'https://img.gamemonetize.com/dayksem3hjbea9vsbklh6wqi213w9121/512x384.jpg', 'https://html5.gamemonetize.com/dayksem3hjbea9vsbklh6wqi213w9121/', '0', 'Puzzles', 0, 0, '', 'happy-glass--fill-the-glass-by-draw-lines'), (10515, 'Fun Epic Run Race 3D', 'In the most interesting fun race game 3D, let’s climb, slide, run and flip your way to the finish line running through the epic obstacle course in the epic fun race 3D. This fun run 3 is the best parkour experience of 2022. Speed run to the finish line in this fun race 3d epic running parkour fun game. Enjoy different unique levels while you jump and climb.', 'https://img.gamemonetize.com/50fi4z8jyx6rjtuzqg1suwq8xxf48dqw/512x384.jpg', 'https://html5.gamemonetize.com/50fi4z8jyx6rjtuzqg1suwq8xxf48dqw/', '0', 'Hypercasual', 0, 0, '', 'fun-epic-run-race-d'), (10516, 'Drag Rivals 3D Fast Cars & Street Battle Racing', 'Race as fast as you can on the abandoned aircraft carrier and dominate your opponents! Learn when to shift gears for the fastest acceleration! Reach impossible speed in indestructible, devastated vehicles and become UNSTOPPABLE using NITRO!', 'https://img.gamemonetize.com/v5vx8cq4ft9v54olv64lyx42nhyce31o/512x384.jpg', 'https://html5.gamemonetize.com/v5vx8cq4ft9v54olv64lyx42nhyce31o/', '0', 'Racing', 0, 0, '', 'drag-rivals-d-fast-cars-amp-street-battle-racing'), (10517, 'Iron Man Plane War', 'The city is under air attack. Ironman has to destroy the enemy planes. let\'s destroy the enemies, save the city', 'https://img.gamemonetize.com/jybukbrs1hycwwgjwqpfgj867wy0w18w/512x384.jpg', 'https://html5.gamemonetize.com/jybukbrs1hycwwgjwqpfgj867wy0w18w/', '0', 'Boys', 0, 0, '', 'iron-man-plane-war'), (10518, 'US Army Uphill Offroad Mountain Truck Game 3D', 'US army transporter game is realistic offroad truck driving simulator games of 2022. Ready to drive US military truck games for free on tricky terrain for offroad truck parking adventures? Offroad Army Transporter Truck Driver 2022 is an ultimate truck transport simulator in 4x4 offroad army games to transfer military weapons and explosive cargo boxes in modern army bases. You will forget all other Offroad Army Transport Games 2022 after playing US Army Transporter Truck Driving Game.', 'https://img.gamemonetize.com/tq1s6h9m6zyguk4gmv8f9w6lgxk3tg86/512x384.jpg', 'https://html5.gamemonetize.com/tq1s6h9m6zyguk4gmv8f9w6lgxk3tg86/', '0', 'Action', 0, 0, '', 'us-army-uphill-offroad-mountain-truck-game-d'), (10519, 'SpongeBob Bubble Shoot', 'Spongebob makes colorful bubbles. Aim for bubbles of the same color and pop them all. Complete all levels.', 'https://img.gamemonetize.com/0op0n1phm5sp60u965xp0r47bp3kns10/512x384.jpg', 'https://html5.gamemonetize.com/0op0n1phm5sp60u965xp0r47bp3kns10/', '0', 'Shooting', 0, 0, '', 'spongebob-bubble-shoot'), (10520, 'Dont Forget', 'Dont Forget is a logical thinking game where the player needs to have a good memory to remember the sequence shown and repeat it.', 'https://img.gamemonetize.com/6g4fpz7d0y3xu2vf8hn5uk7c8cw7aauy/512x384.jpg', 'https://html5.gamemonetize.com/6g4fpz7d0y3xu2vf8hn5uk7c8cw7aauy/', '0', 'Puzzles', 0, 0, '', 'dont-forget'), (10521, 'Disk Throw', 'This is a game in which you need to destroy all the pink discs to pass the level. There may also be various obstacles.', 'https://img.gamemonetize.com/j5wu97jn78dkcpnagdl9nq0vwxmz5s9p/512x384.jpg', 'https://html5.gamemonetize.com/j5wu97jn78dkcpnagdl9nq0vwxmz5s9p/', '0', 'Arcade', 0, 0, '', 'disk-throw'), (10522, 'Mergis Casual', 'You must release the Mergis so that they match each other when they have the same number. Choose a lane to release. Merge them vertically. Some power-ups can help you. Score the highest possible!', 'https://img.gamemonetize.com/15vhrp3qjehihheu2hvkg4rskmuuwow9/512x384.jpg', 'https://html5.gamemonetize.com/15vhrp3qjehihheu2hvkg4rskmuuwow9/', '0', 'Puzzles', 0, 0, '', 'mergis-casual'), (10523, 'McQueen Desert Race', 'Lightning Mcqueen has to pass the obstacles in the desert race. Don\'t forget to get the gold cups to get high score', 'https://img.gamemonetize.com/5qqvzfvyyzcumhwp9al1bvsxplczq1c1/512x384.jpg', 'https://html5.gamemonetize.com/5qqvzfvyyzcumhwp9al1bvsxplczq1c1/', '0', 'Racing', 0, 0, '', 'mcqueen-desert-race'), (10524, 'Barbie Rainy Day', 'Beautiful Barbie went shopping on a rainy day. She wants to try on new dresses, jewellery, bags and shoes. Let\'s dress her up in style.', 'https://img.gamemonetize.com/38hw90pyur2jekmzbvhu1bxrfa0pkib7/512x384.jpg', 'https://html5.gamemonetize.com/38hw90pyur2jekmzbvhu1bxrfa0pkib7/', '0', 'Girls', 0, 0, '', 'barbie-rainy-day'), (10525, 'Stacking Color', 'Stacking Color is a free game. Warm-up those legs and get ready to stack them colors in this endless runner-style avoider game.', 'https://img.gamemonetize.com/izrxhf1i55qo1qc0ooogu5iskzcxih66/512x384.jpg', 'https://html5.gamemonetize.com/izrxhf1i55qo1qc0ooogu5iskzcxih66/', '0', 'Arcade', 0, 0, '', 'stacking-color'), (10526, 'Stack Crash Ball', 'Stack Crash Ball is a 3d casual game where players smash, bump and bounce through revolving helix platforms to reach the end. Sound easy? You wish!! Your ball smashes like a brick through colorful platforms that block its descent, but if you hit a black one, it\'s all over! Your ball shatters to pieces and you have to start your fall all over again. But even black platforms are no match for a fireball falling at full speed! Choose your strategy: speed up like a madman or stop and wait for your next chance to roll and jump. Other ball games wish they were this fun! - Crazy fast speed - Fun gameplay - Simple and easy to play - Great time killer Stack Crash Ball is a super fun and addictive one touch casual game. Press and hold on the screen and let the ball go down without touching the obstacles! Hold as long as possible to make combo and break the black blocks. Let the ball fall down from the helix stacks. - Don\'t break or touch the black stacks. - When Tapping Action Continuously Happen The Stack Ball Change Into The Fire Ball. - Help your ball to reach the bottom of the tower.', 'https://img.gamemonetize.com/bt5v4jy6kqc3pewjh47t0tdu1smit85i/512x384.jpg', 'https://html5.gamemonetize.com/bt5v4jy6kqc3pewjh47t0tdu1smit85i/', '0', 'Hypercasual', 0, 0, '', 'stack-crash-ball'), (10527, 'Bird Trap', 'The subject is Help the bird! Avoid from crushing to the trap\'s wall. Get the highest score by try to stay safe as long as you can !!', 'https://img.gamemonetize.com/9s6mf4sz4hg7ytbrycghkcj2eqweupa9/512x384.jpg', 'https://html5.gamemonetize.com/9s6mf4sz4hg7ytbrycghkcj2eqweupa9/', '0', 'Arcade', 0, 0, '', 'bird-trap'), (10528, 'Tile Master Classic Match', 'Tile Master - Classic Match is a Relaxing and enjoyable zen game. It is a free simple and exciting puzzle game. The game is suitable for entertainment, intense study and relaxation after working hours.', 'https://img.gamemonetize.com/k9y6f7yqatfujrcve5jt5bhj4g839z31/512x384.jpg', 'https://html5.gamemonetize.com/k9y6f7yqatfujrcve5jt5bhj4g839z31/', '0', 'Girls', 0, 0, '', 'tile-master--classic-match'), (10529, 'Dragons Den', 'Collect all the treasure under the red Dragons, be careful don\'t touch them or you\'ll lose a life! The main goal of the game is collect as much treasure as possible and sign your personal record in the scoreboard. Enjoy with this great nice game.', 'https://img.gamemonetize.com/cnybcj3nn6glsvoh0xivxy4tt5o7q9kf/512x384.jpg', 'https://html5.gamemonetize.com/cnybcj3nn6glsvoh0xivxy4tt5o7q9kf/', '0', 'Puzzles', 0, 0, '', 'dragons-den'), (10530, 'Noob Rush vs Pro Monster', 'Have fun with this new game Noob Rush vs Pro Monster is an action game, where a little noob will run without stopping but will need your help to dodge the obstacles and target the enemies that are trying to eliminate you !!! A small and desperate character in shorts will run for his life but on his way he will meet many enemies, some very dangerous that will attack from the air and land and will not stop throwing objects at you that could eliminate you !! The objective of the game is to take the little noob as far as you can without losing, eliminate as many as you can to collect the most points and gold and thus be able to improve your skills !!', 'https://img.gamemonetize.com/vocqi4j9jlz0f5254xd6mwl7qr5sptxs/512x384.jpg', 'https://html5.gamemonetize.com/vocqi4j9jlz0f5254xd6mwl7qr5sptxs/', '0', 'Hypercasual', 0, 0, '', 'noob-rush-vs-pro-monster'), (10531, 'Brawl Star Leon Rush', 'Have fun with this survival race game Brawl Rush Leon Run is an entertaining game where a little Leon will need your help to jump while running nonstop, can you help him? Play it on kiz10 for free. The little Leon decided to run around the world on different maps with many dangers in the desert, the dark night and the dungeons he cannot do it, he will only need your ability to jump at the right time and avoid dangerous obstacles and lurking enemies. The goal of the game is to take little Leon as far as you can by accumulating the best score and with these coins you can buy new skins with better abilities.', 'https://img.gamemonetize.com/iov8omcrecy3aiqmjpkto6m8zmm3x9ua/512x384.jpg', 'https://html5.gamemonetize.com/iov8omcrecy3aiqmjpkto6m8zmm3x9ua/', '0', 'Adventure', 0, 0, '', 'brawl-star-leon-rush'), (10532, 'My Ice Cream Truck Dessert Making', 'My Ice Cream Truck is obvious an ice cream management game that is made from two-dimensional cartoon game art animation. As the server of your ice cream truck, you need to match the pointed type of ice cream match for each customer as fast as you can. Try to entertain with My Ice Cream Truck!', 'https://img.gamemonetize.com/yk7ins22qt9uz2va2rhthe59jlzpz1yc/512x384.jpg', 'https://html5.gamemonetize.com/yk7ins22qt9uz2va2rhthe59jlzpz1yc/', '0', 'Hypercasual', 0, 0, '', 'my-ice-cream-truck--dessert-making'), (10533, 'Mermaid Cake Cooking Design Fun in Kitchen', 'It\'s cake cooking time! Ariel wants to participate in a dessert design competition. This year, the competition theme is Mermaid exactly. Ariel will try her best to make the dessert. Cooking is not difficult. But the decorations are complicated. If you help Ariel to choose the decorations, she will have a big chance to win the championship! Let\'s cook the mermaid cake and drink it together!', 'https://img.gamemonetize.com/ovcab2i6gzz7d9eavo4ajvbgus3cnkqk/512x384.jpg', 'https://html5.gamemonetize.com/ovcab2i6gzz7d9eavo4ajvbgus3cnkqk/', '0', 'Girls', 0, 0, '', 'mermaid-cake-cooking-design--fun-in-kitchen'), (10534, 'Stack Maze Puzzle', 'Stack Maze Puzzle is a very interesting leisure game for free. Players need to choose the appropriate route in the game and collect as many boards as possible to reach the end by sliding. The game is rich in content, with wonderful game modes, numerous game levels, and various maze types, so that you can enjoy the fun of maze games!', 'https://img.gamemonetize.com/b7hnlkal11scy45q1uhxnrdn9m7j4dmj/512x384.jpg', 'https://html5.gamemonetize.com/b7hnlkal11scy45q1uhxnrdn9m7j4dmj/', '0', 'Boys', 0, 0, '', 'stack-maze-puzzle'), (10535, 'Diy Vehicle Climber 3D', 'DIY Vehicle Climber 3D is a 3D simulation car game! It has simple gameplay and easy to control. Assemble parts, pass obstacles and reach the end are your tasks. It will train your reaction when you are in trouble. Besides, you can experience three wallpapers to change the playing environment. Come to try now!', 'https://img.gamemonetize.com/x6ihk8r0ayec0pxvsez84xrj0692chiw/512x384.jpg', 'https://html5.gamemonetize.com/x6ihk8r0ayec0pxvsez84xrj0692chiw/', '0', 'Arcade', 0, 0, '', 'diy-vehicle-climber-d'), (10536, 'Destruction Day', 'This is a survival type of simple 2d game. Player have to survive from meteors and other stuffs. By the way, this is my first simple 2d game in Unity. Thanks! Powerful Trap Beat | Strong by Alex-Productions | https://www.youtube.com/channel/UCx0_M61F81Nfb-BRXE-SeVA Music promoted by https://www.chosic.com/free-music/all/ Creative Commons CC BY 3.0 https://creativecommons.org/licenses/by/3.0/', 'https://img.gamemonetize.com/47zda5bwjufmapf2jkb0up8vrne0n3t1/512x384.jpg', 'https://html5.gamemonetize.com/47zda5bwjufmapf2jkb0up8vrne0n3t1/', '0', 'Arcade', 0, 0, '', 'destruction-day'), (10537, 'Finger Slicer', 'Do you think you have nerves of steel? How long can you hold your finger in the hole? Who is the chicken and who has the ultimate bravery. INSTRUCTIONS: 1: Press the hole and hold it as long as you dare. 2: If you like the pressure is too long, you can mock chopped off (virtual). 3: If you drop too quickly can you be called a coward!!! A fun game between friends.', 'https://img.gamemonetize.com/oubl56xm2j20atc2zxqq9kq19iorf66f/512x384.jpg', 'https://html5.gamemonetize.com/oubl56xm2j20atc2zxqq9kq19iorf66f/', '0', 'Sports', 0, 0, '', 'finger-slicer'), (10538, 'Realistic Car Parking Simulator 3D', 'Car parking is back in the sequel to the biggest mobile parking simulation game of all time! Car parking starts a new era of parking simulation gameplay with super stunning graphics, challenging multi-stage levels and real-time online.', 'https://img.gamemonetize.com/sc83fl7zdf853vbncakqeekr5gqj55qc/512x384.jpg', 'https://html5.gamemonetize.com/sc83fl7zdf853vbncakqeekr5gqj55qc/', '0', 'Racing', 0, 0, '', 'realistic-car-parking-simulator-d'), (10539, 'Water Connect Flow', 'connect flow water and make those flowers bloom and save the plants. Tap or click to rotate pieaces and make a way for water from fountains to the Flowers to complete the level. Explore tons of amazing and challenging levels and try to complete them all. Have fun!', 'https://img.gamemonetize.com/9lqgs512e2odu13aqiacqsjug9qmqh3u/512x384.jpg', 'https://html5.gamemonetize.com/9lqgs512e2odu13aqiacqsjug9qmqh3u/', '0', 'Puzzles', 0, 0, '', 'water-connect-flow'), (10540, 'US Modern Farm Simulator Tractor Farming Game', 'US Modern Farm Simulator allows you to manage your own realistic modern farm in the landscape of USA. Plant, grow, harvest, and sell different crops, raise cows and sheep to sell milk as a modern businessman, you can sell timber at your own farm. Get earning as you can to buy new fields to expand your farmland. AS a modern farmer you can take control of harvesters and tractors as a real farmer', 'https://img.gamemonetize.com/50ae9zdqf7y1zn5sye4pe1shfg52m3rs/512x384.jpg', 'https://html5.gamemonetize.com/50ae9zdqf7y1zn5sye4pe1shfg52m3rs/', '0', 'Arcade', 0, 0, '', 'us-modern-farm-simulator--tractor-farming-game'), (10541, 'Barbie Biker', 'Barbie loves to ride a bike. She jumps over obstacles while riding her bike in this adventure.', 'https://img.gamemonetize.com/ahemmuxp83at371ibp4hpm1mtoa2l4wy/512x384.jpg', 'https://html5.gamemonetize.com/ahemmuxp83at371ibp4hpm1mtoa2l4wy/', '0', 'Racing', 0, 0, '', 'barbie-biker'), (10542, 'American Fast Police Car Driving Game 3D', 'American Fast Police Car Driving Game 3D is an amazing police car driving simulator. Taking the role of the police, you drive around the city in a fast police car racing around the city as you want, crash into other cars, jumping from huge ramps, scale buildings, do stunts and destroy yourself and other vehicles. You\'re free to do whatever you want in this fun and amazing police car driving simulation!', 'https://img.gamemonetize.com/pblic59ofezla652csrxnokptw32k53s/512x384.jpg', 'https://html5.gamemonetize.com/pblic59ofezla652csrxnokptw32k53s/', '0', 'Racing', 0, 0, '', 'american-fast-police-car-driving-game-d'), (10543, 'Impulse Ball', 'This is a game in which you need to move the ball with impulses into the hole, passing the maze. Impulse Ball has 45 different levels and works on all popular browsers.', 'https://img.gamemonetize.com/nvrjtrtw9smakg1cy5rnowuw9c3ecswo/512x384.jpg', 'https://html5.gamemonetize.com/nvrjtrtw9smakg1cy5rnowuw9c3ecswo/', '0', 'Puzzles', 0, 0, '', 'impulse-ball'), (10544, 'Offroad Mountain Taxi Cab Driver Game ', 'Taxi Driving game designed in realistic village environment is ready to amaze all Transport Driving Games lovers. Taxi Game 2022 is offering chance to explore muddy rural roads alongside fields in day and night environment. Off road Car driving is demand from duty taxi drivers to pick and drop passengers from one place to assigned place in given time span. As real taxi driver you need to know you are professional duty taxi driver so drive carefully your taxi Car without hitting other vehicles and need to maintain speed to reach destination in given time.', 'https://img.gamemonetize.com/ntlelptu0u0a3crl3w85rwchl4tz0hhm/512x384.jpg', 'https://html5.gamemonetize.com/ntlelptu0u0a3crl3w85rwchl4tz0hhm/', '0', 'Racing', 0, 0, '', 'offroad-mountain-taxi-cab-driver-game-'), (10545, 'Fashion Empire', 'There\'s a new fashion super stylist in town! In this fashion DressUp game make sure your makeup and dress up fashion styling is on point. Choose Make-Ups and dresses to make her more atracttive, and don\'t forget to give her the perfect hair cut.', 'https://img.gamemonetize.com/xonj7g2qyposmmw00hl16sk9sxtbq2pp/512x384.jpg', 'https://html5.gamemonetize.com/xonj7g2qyposmmw00hl16sk9sxtbq2pp/', '0', 'Girls', 0, 0, '', 'fashion-empire'), (10546, 'Tunnel Rush 2022', 'Allow yourself to be carried away by the wind of the paradise tunnel. As you go through the levels of this entertaining game, the difficulty will increase. While playing, you must maintain total concentration on the tunnel. Let\'s get started and see if we can emerge victorious from the ghost tunnel rush. Obstacles and the sloping tunnel will not be a deterrent to you. Some things will prove to be a challenging learning experience for you. There are a variety of possibilities, including flying triangles, bouncing balls, and timber that appears overnight. You\'re invited to put your reflexes to the test in this color tunnel. Prepare to have a good time with the finest tunnel rush games. During the event, neon lights will protect you from going insane. It would be best if you found your way to heaven in the brightly colored land of the rainbow. Start dashing towards the ghost in the paradise tunnel to see how quickly you can run.', 'https://img.gamemonetize.com/33mtg1xz5cnwtu4vx47qjerx7hpzqw3j/512x384.jpg', 'https://html5.gamemonetize.com/33mtg1xz5cnwtu4vx47qjerx7hpzqw3j/', '0', 'Arcade', 0, 0, '', 'tunnel-rush-'), (10547, 'Tennis Start', 'Become a tennis and show all your competitor talents to beat your opponents in the game Tennis. You can play against the computer,. Have fun!', 'https://img.gamemonetize.com/k9lu77g4i2jbucczrgedg028doiuec9w/512x384.jpg', 'https://html5.gamemonetize.com/k9lu77g4i2jbucczrgedg028doiuec9w/', '0', 'Sports', 0, 0, '', 'tennis-start'), (10548, 'Minimal Road', 'Now you job is direct traffic.For aovid to happen traffic accidents.you must control the car to turn after straight-going cars passes.', 'https://img.gamemonetize.com/bbew5di86swn7lup0oam9yfylolbbap5/512x384.jpg', 'https://html5.gamemonetize.com/bbew5di86swn7lup0oam9yfylolbbap5/', '0', 'Racing', 0, 0, '', 'minimal-road'), (10549, 'Super Color Sequence', 'in this game The objective is to complete the sequence, forming a list of the same color.', 'https://img.gamemonetize.com/2wu70nb3jxnywag8biw1jbzmy1uenrdm/512x384.jpg', 'https://html5.gamemonetize.com/2wu70nb3jxnywag8biw1jbzmy1uenrdm/', '0', 'Puzzles', 0, 0, '', 'super-color-sequence'), (10550, 'PRINCESS ASTRONAUT 2', 'It\'s time for a space adventure with Princess Blondie. Check your attentiveness and reaction. Go to other planets in search of artifacts and minerals. Discover all the secrets of space and get a wonderful new spacesuit for Blondie!', 'https://img.gamemonetize.com/da3vungvf9emv2ym4exy7s6sjnvlu3a7/512x384.jpg', 'https://html5.gamemonetize.com/da3vungvf9emv2ym4exy7s6sjnvlu3a7/', '0', 'Girls', 0, 0, '', 'princess-astronaut-'), (10551, 'Offroad Jeep Driving Simulation Games', 'Offroad Army Jeep Car Game is a Jeep Driving Simulation Game on hills and mountains that are hard to cross. Use your car driving and jeep car racing skills to cross that track within the given time duration. Experience the best driving game with multiple off-road car racing and driving simulators with mountain tracks for crazy drivers like you.', 'https://img.gamemonetize.com/xopgmhhfk3lvyexl0c9fr7ezkcdi6j7y/512x384.jpg', 'https://html5.gamemonetize.com/xopgmhhfk3lvyexl0c9fr7ezkcdi6j7y/', '0', 'Racing', 0, 0, '', 'offroad-jeep-driving-simulation-games'), (10552, 'Car Race Master', 'Car Race Game is a physics based HTML5 The Game Can be played on Computer Browsers , Mobile Browsers Android & iOS', 'https://img.gamemonetize.com/nle5knn1j27zx27wd3rqsdb3g2hhtmtq/512x384.jpg', 'https://html5.gamemonetize.com/nle5knn1j27zx27wd3rqsdb3g2hhtmtq/', '0', 'Racing', 0, 0, '', 'car-race-master'), (10553, 'Scary granny horror game', 'Are you looking for escape granny games or haunted house granny horror games or scary granny games? If yes, then you are in the right place, We have the best horror games like scary granny escape house games. We have brought the most haunted survival escape house story of all time. You never play like this scary granny mod escape game, and this horror house story has presented to you. So be prepared to play the scariest game of all times. Come and accomplish the survival escape game. Your free granny house escape game will not be an easy horror game because horror granny and evil grandma are very experienced hunters of haunted survival scary game & Scary granny horror house: creepy Horror Games 2020.', 'https://img.gamemonetize.com/kxmbc244tjwl6cqzoy9jj2shecp4nimc/512x384.jpg', 'https://html5.gamemonetize.com/kxmbc244tjwl6cqzoy9jj2shecp4nimc/', '0', 'Action', 0, 0, '', 'scary-granny-horror-game'), (10554, 'Bubble Shoterr', 'Bubble Shoterr games are very addictive, popular and loved by many people around the world. Jump into a new world of bubbles. for all you puzzle fans , matching colors and popping bubbles. beat levels by popping bubbles', 'https://img.gamemonetize.com/t9k6w6k1y2frivtag8p9jwbjyrlukfxf/512x384.jpg', 'https://html5.gamemonetize.com/t9k6w6k1y2frivtag8p9jwbjyrlukfxf/', '0', 'Puzzles', 0, 0, '', 'bubble-shoterr'), (10555, 'Flappy The Pipes ara back', 'Play Flappy The Pipes ara back . Click on the screen, to get started. Fly the bird as far as you can without hitting a pipe.', 'https://img.gamemonetize.com/embvtpcot6c97ajnmemxoqzmt68cfgm7/512x384.jpg', 'https://html5.gamemonetize.com/embvtpcot6c97ajnmemxoqzmt68cfgm7/', '0', 'Clicker', 0, 0, '', 'flappy-the-pipes-ara-back'), (10556, 'Dangerous Money Drive', 'Running in circles, collect as many coins as you can, but be careful as you are on a dangerous road with a high flow of fast cars. Sometimes you will need to change the direction of the running and even slow down to catch your breath. Don’t let the energy run out!', 'https://img.gamemonetize.com/xvwddh2t3slamjwvrwo14ymferpvcyu0/512x384.jpg', 'https://html5.gamemonetize.com/xvwddh2t3slamjwvrwo14ymferpvcyu0/', '0', 'Racing', 0, 0, '', 'dangerous-money-drive'), (10557, 'Squad Tower', 'Squad Tower is the combination of action, strategy and combat puzzle. You will find tough towers with numerous enemies. Drag and drop your hero to fight, unlock skins and weapons, and defeat relentless enemies. Become the great hero of this incredible battle.', 'https://img.gamemonetize.com/f2bt0z5jxuk5nng7cx4x2glwbilhl87j/512x384.jpg', 'https://html5.gamemonetize.com/f2bt0z5jxuk5nng7cx4x2glwbilhl87j/', '0', 'Puzzles', 0, 0, '', 'squad-tower'), (10558, 'Crowd Pusher', 'Get ready for a new adventure with the Crowd Pusher game. Collect the same colors, characters and numbers to kill the boss in Crowd Pusher, a fun hypercasual game. The more warriors you collect, the more advantageous you will be. You have to be careful to destroy the scary monster. Discover the action and adventure-filled Crowd Pusher game now!', 'https://img.gamemonetize.com/u7v2yn902jv2raero8l40an5mxdg3ybb/512x384.jpg', 'https://html5.gamemonetize.com/u7v2yn902jv2raero8l40an5mxdg3ybb/', '0', 'Hypercasual', 0, 0, '', 'crowd-pusher'), (10559, 'Dress Up Babi Doll', 'Dress Up Babi Doll is a very addictive dress up game. Remember the time your parents bought you little dolls for you to decorate when you were young? But the doll\'s dresses are expensive and rare. So here we released this online dress up game and you can enjoy the fun of changing different beautiful clothes for cute dolls with abandon. You can even change the doll\'s skin color, face expression and hairstyle. And plenty of cute dresses are carefully selected for you because you have great taste of art. After matching clothes for the doll, come select cute hats and purses for her. If you are free and want to have some fun, come enjoy this game!', 'https://img.gamemonetize.com/7r7r468a6wfjhkcrqa93uzsa27t2bcin/512x384.jpg', 'https://html5.gamemonetize.com/7r7r468a6wfjhkcrqa93uzsa27t2bcin/', '0', 'Girls', 0, 0, '', 'dress-up-babi-doll'), (10560, 'Popcorn Eater Game', 'Popcorn Eater is a very interesting and casual online game for free. You need to hold down the screen to make popcorn in the game. When the number of popcorn reaches the scale line, you can get the highest score. The operation of the game is simple and easy to play, and there are a lot of levels to challenge. Come and feel more joy!', 'https://img.gamemonetize.com/rxdusreny32ymohvh1p73jf4vene5m4x/512x384.jpg', 'https://html5.gamemonetize.com/rxdusreny32ymohvh1p73jf4vene5m4x/', '0', 'Boys', 0, 0, '', 'popcorn-eater-game'), (10561, 'Princess Jigsaw Puzzle Collection', 'Today you will help the Disney princesses collect their author\'s portraits with the help of puzzles! The girls got tired of reviewing their photos on their phones, they decided that they lacked beautiful portraits that could not only be hung on the wall, but also folded on their own. Let\'s try to solve this puzzle together. Try to pay attention to all the princesses and put their portraits together. Have a nice game!', 'https://img.gamemonetize.com/854wifi8c76pyz0tej8cwq7i5ev2wzyl/512x384.jpg', 'https://html5.gamemonetize.com/854wifi8c76pyz0tej8cwq7i5ev2wzyl/', '0', 'Puzzles', 0, 0, '', 'princess-jigsaw-puzzle-collection'), (10562, 'Slap Kings Fun & Run 3D Game', 'Slap Kings is a 3D reflection game suitable for relaxing. You can hit other people and beat them in this game before they beat you. If you find it\'s hard to win, you can upgrade your abilities and try again. Wish you can have a good time and take relax in the Slap Kings!', 'https://img.gamemonetize.com/gp8py5dfxothj6xleeskzbr3nlcf4nci/512x384.jpg', 'https://html5.gamemonetize.com/gp8py5dfxothj6xleeskzbr3nlcf4nci/', '0', 'Action', 0, 0, '', 'slap-kings--fun-amp-run-d-game'), (10563, 'Cube Surfer Fun & Run 3D Game', 'Cube Surfer is a very interesting adventure game. Players need to control the character to take risks in the game and collect diamonds when they move forward constantly. You need to react quickly. There are many levels in the game and many interesting skins for you to unlock. Enjoy the Cube Surfer!', 'https://img.gamemonetize.com/e3cn2pkhsfgxxv81rqomndxxattdvesw/512x384.jpg', 'https://html5.gamemonetize.com/e3cn2pkhsfgxxv81rqomndxxattdvesw/', '0', 'Racing', 0, 0, '', 'cube-surfer--fun-amp-run-d-game'), (10564, 'Glow Darts', 'Glow Darts is a flashy game that takes the classic dartboard completely digital and with some nice light effects. The game features multiple game modes, like 301, 501, Around The World and Baseball.', 'https://img.gamemonetize.com/d2gr3h6ou193ib04x73dr8r0b03tife4/512x384.jpg', 'https://html5.gamemonetize.com/d2gr3h6ou193ib04x73dr8r0b03tife4/', '0', 'Sports', 0, 0, '', 'glow-darts'), (10565, 'Monsters Match', 'Monsters Match is a simple cool game that requires finding match card pairs based on a Monsters theme! Memorize all the cool and funny Monsters on the cards and match the twos or three pairs as per the target. Play the total game and win the game.', 'https://img.gamemonetize.com/8cli9d0mcdvf8w6i7b2jeqrjz6p9esub/512x384.jpg', 'https://html5.gamemonetize.com/8cli9d0mcdvf8w6i7b2jeqrjz6p9esub/', '0', 'Puzzles', 0, 0, '', 'monsters-match'), (10566, 'Black And Withe', 'Black And White is an endless jumping game that will both frustrate and entertain you. This is an arcade-style game similar to other jumping games like the classic. Jump on the obstacles and boost your reflexes to achieve high scores.', 'https://img.gamemonetize.com/08ob8lfbtybcylpc81vjqnnpavrccdbp/512x384.jpg', 'https://html5.gamemonetize.com/08ob8lfbtybcylpc81vjqnnpavrccdbp/', '0', 'Racing', 0, 0, '', 'black-and-withe'), (10567, 'Taxi Simulator 3D', 'Here is a taxi driver simulation game called Taxi Simulator 3D. You have a chance to drive a taxi and deliver passengers to their destinations at all ten levels. Glad you will complete transport missions on time!', 'https://img.gamemonetize.com/9xids195rngeuvr82d6bbejbjtc3qwvf/512x384.jpg', 'https://html5.gamemonetize.com/9xids195rngeuvr82d6bbejbjtc3qwvf/', '0', 'Action', 0, 0, '', 'taxi-simulator-d'), (10568, 'Pixel Parkour', 'Pixel parkour, this is a Parkour game created in pixel style. This pixel Parkour has a large number of levels, and each level has different props that players need to collect', 'https://img.gamemonetize.com/k8cvztgjdizbgpfwnw52ux5c5ihuubu1/512x384.jpg', 'https://html5.gamemonetize.com/k8cvztgjdizbgpfwnw52ux5c5ihuubu1/', '0', 'Racing', 0, 0, '', 'pixel-parkour'), (10569, 'Royal Theme Nail Art DIY', 'Sofia\'s nail salon is becoming more and more popular. She has recently designed many princess-themed nails and wants to post these nails on social media to promote them. Now Sofia needs an assistant, can you come and make nail art with her? You will be the first to see these nails! Come make it! Have fun with Sofia!', 'https://img.gamemonetize.com/we29hf0e4fyrb1km0yzq407p9hv1tu7w/512x384.jpg', 'https://html5.gamemonetize.com/we29hf0e4fyrb1km0yzq407p9hv1tu7w/', '0', 'Girls', 0, 0, '', 'royal-theme-nail-art-diy'), (10570, 'Superior Monster Shooting', 'It doesn\'t matter if you like shooting games; if you want intense gunfights with powerful weaponry, this is the game for you. Combined with auto shooting, Auto Hero is a side-scrolling and 2D platform fight shooting game where players only need to guide the character\'s movement; the fire is automated, ensuring that the monsters don\'t have a haven. Playing as a strong commando gunman with a powerful gunshot, fighting bad enemies, and completing tough tasks will help you become a superhero in this side-scrolling game. Monsters will get stronger with each task, and if our hero is unable to level up, he will pose a significant threat to humanity.', 'https://img.gamemonetize.com/q7o4z7544sy90kc2hrzsm25muyvec92l/512x384.jpg', 'https://html5.gamemonetize.com/q7o4z7544sy90kc2hrzsm25muyvec92l/', '0', 'Arcade', 0, 0, '', 'superior-monster-shooting'), (10571, 'Fairyland Pic Puzzles', 'Fairyland pic puzzles is a simple puzzle game. You need to arrange the pieces of picture by rotating them to form the complete picture as shown in the right panel.', 'https://img.gamemonetize.com/hhe2c6kszx56a2h0kg602r3tpaf2tl37/512x384.jpg', 'https://html5.gamemonetize.com/hhe2c6kszx56a2h0kg602r3tpaf2tl37/', '0', 'Puzzles', 0, 0, '', 'fairyland-pic-puzzles'), (10572, 'My Newborn Baby Care', 'How exciting! A new baby in the family needs your love and care. Welcome your new baby and throw an unforgettable party for your baby! Change diapers, feed and bathe! You can also dress your baby in cute clothing and accessories. Every activity is an opportunity to pamper your baby.', 'https://img.gamemonetize.com/nf4j1ksrgpcg3zrdk7zsm2802l417nwp/512x384.jpg', 'https://html5.gamemonetize.com/nf4j1ksrgpcg3zrdk7zsm2802l417nwp/', '0', 'Girls', 0, 0, '', 'my-newborn-baby-care'), (10573, 'Baby Taylor Spring Allergy', 'Taylor loves beautiful flowers, so in the spring, she often goes to the park with Jessica to visit beautiful flowers. This time, she went to the park with Jessica but there was an unexpected situation: Taylor had a spring allergy! Many rashes appeared on her, which made her feel very uncomfortable. Now please be Taylor\'s doctor to cure her allergies! Remember, don\'t let the rash scar on her face and body.', 'https://img.gamemonetize.com/s9fz3vp2h6a4f0cwb5riv24t5n33b2jm/512x384.jpg', 'https://html5.gamemonetize.com/s9fz3vp2h6a4f0cwb5riv24t5n33b2jm/', '0', 'Girls', 0, 0, '', 'baby-taylor-spring-allergy'), (10574, 'Street Fight Match 3d Game', 'Street Fight Match is an online Kids game. Enjoy playing Street Fight Match, a classic casual puzzle game featuring classic elimination gameplay! Ultraman can hit his opponent by eliminating the same color ball. Come and Ultraman together to eliminate fun, enjoy the pleasure of elimination! KO opponents to finish each stage of the target\'s elimination, and special props can aid complete the game. Invite your closest friends to join you in this exciting game! Let\'s see who is the first to complete the level! Have a blast!', 'https://img.gamemonetize.com/ksv79d8mqkjv4doj49g6m9ufly61uppk/512x384.jpg', 'https://html5.gamemonetize.com/ksv79d8mqkjv4doj49g6m9ufly61uppk/', '0', 'Boys', 0, 0, '', 'street-fight-match-d-game'), (10575, 'Crazy Cow', 'Roll the Cow In the Hole! Press left or right on screen to get the cow into the hole! Control a Crazy Cow and try to collect all ice cream that you see on the screen! Complete all levels and enjoy this funny puzzle game!', 'https://img.gamemonetize.com/69smp97rml1z0tsvz01xwccpmth448wr/512x384.jpg', 'https://html5.gamemonetize.com/69smp97rml1z0tsvz01xwccpmth448wr/', '0', 'Puzzles', 0, 0, '', 'crazy-cow'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (10576, 'Relentless Flying Saucers', 'You were hired to fly your spaceship into outerspace to shoot and bust up near Earth objects, but this job has been complicated by enemy aliens in flying saucers that are trying to shoot you down.', 'https://img.gamemonetize.com/1b72rwr118a2hp3xg0j9vla3oedszdy9/512x384.jpg', 'https://html5.gamemonetize.com/1b72rwr118a2hp3xg0j9vla3oedszdy9/', '0', 'Shooting', 0, 0, '', 'relentless-flying-saucers'), (10577, 'Golf Pull the Pin', 'The task is like in golf - to throw the ball into the hole, but not one, but all that are in a place bounded by hairpins. The balls are black, and they need to be repainted red. To do this, you need to pull out the pin so that the red ball connects with the black ones and repaints them. Next, the most interesting thing is that in order to move the pins you have to hit them with the ball, which is located at the bottom near the hole. This is the hardest part. Calculate the correct stroke to push that flap back. Which you need, and not the one that you accidentally get in the Golf Pull the Pin game.', 'https://img.gamemonetize.com/m0k21n8apgf1nmw88sej3o62pfs6gc3l/512x384.jpg', 'https://html5.gamemonetize.com/m0k21n8apgf1nmw88sej3o62pfs6gc3l/', '0', 'Puzzles', 0, 0, '', 'golf-pull-the-pin'), (10578, 'Animal Cargo Transporter Truck Game 3D', 'Animal Cargo Transporter Truck Games 3D Game Grip Studios is proud to present you a modern real truck driving games with animal 3d truck driving simulator offroad adventure. Transport animals from far off mountain farms to city sales points and earn respect as real cargo driver of modern euro cargo simulator expert. Modern cargo transporter trailer truck game is ready here to deliver animals cargo shifting from offroad mountain animal farms to city sale points. An expert off road truck driver can do this job of driving euro truck offroad tracks with extreme truck simulator driving skills.', 'https://img.gamemonetize.com/rra2y22sxmtz6y5azlbgtoakxwdzw0wz/512x384.jpg', 'https://html5.gamemonetize.com/rra2y22sxmtz6y5azlbgtoakxwdzw0wz/', '0', 'Arcade', 0, 0, '', 'animal-cargo-transporter-truck-game-d'), (10579, 'Poppy Playtime Maze Escape', 'Welcome to the poppy Playtime Maze Escape! Run and be careful of the poppy monster. Find your way out to escape! Let\'s begin', 'https://img.gamemonetize.com/dmgayx4y3nfx1divud0nijaw6o9cozoc/512x384.jpg', 'https://html5.gamemonetize.com/dmgayx4y3nfx1divud0nijaw6o9cozoc/', '0', 'Hypercasual', 0, 0, '', 'poppy-playtime--maze-escape'), (10580, 'Grandpa And Granny Home Escape', 'Grandpa And Granny House Escape is a horror game where you will be chased by an insane grandpa and a scary granny. Oh, they adore playing hide-and-seek. Surely, it is not an ordinary hide-and-seek fun – but a tough survival experience. Grandpa and granny always find a new victim to play their cruel game of survival. Your escape will not be easy because granny and grandpa are very experienced hunters.', 'https://img.gamemonetize.com/dn7q3hp3pk9vwsmufi2hoyit0np67lr5/512x384.jpg', 'https://html5.gamemonetize.com/dn7q3hp3pk9vwsmufi2hoyit0np67lr5/', '0', 'Adventure', 0, 0, '', 'grandpa-and-granny-home-escape'), (10581, 'Tic Tac Too', 'Tic Tac Toe is a multiplayer game in which can be made triple grid with X or O letters. At this enjoyable mini game,. You can play it with your friend or against the computer. You can follow game scores at the top of the game. You must bring three same images together as horizantal', 'https://img.gamemonetize.com/dhclcks7w5624opu9q0qba7gqb2tckzg/512x384.jpg', 'https://html5.gamemonetize.com/dhclcks7w5624opu9q0qba7gqb2tckzg/', '0', 'Arcade', 0, 0, '', 'tic-tac-too'), (10582, 'Snowland Adventure', 'Snowland Adventure is a 3D platform land game, discover and collect all the jewels in the island levels. Beware of the red monsters, to destroy the red monsters you will have to jump on there head! Run and jump your way through every level, beware do not fall in the water or step into a trap or you will have to restart the level all over again. With how', 'https://img.gamemonetize.com/4f3h200riw83py5pt26l82mqvbi1624x/512x384.jpg', 'https://html5.gamemonetize.com/4f3h200riw83py5pt26l82mqvbi1624x/', '0', 'Racing', 0, 0, '', 'snowland-adventure'), (10583, 'Collect Eggs', 'Welcome to new egg catcher egg games! It\'s an addictive egg game in which you have to catch eggs dropping from the tree. The dancing chickens have laid eggs, so save the life of eggs before they get broken. Catch as many chicken eggs as you can. Beware! It\'s a game of eggs so don\'t miss any egg. It\'s very easy to play and interesting free egg games for kids.', 'https://img.gamemonetize.com/1purb1eld4yoh424sqyx72o9szzpjjcu/512x384.jpg', 'https://html5.gamemonetize.com/1purb1eld4yoh424sqyx72o9szzpjjcu/', '0', 'Clicker', 0, 0, '', 'collect-eggs'), (10584, 'Bus Driving 3d simulator 2', 'Coach Bus Simulator is the first coach driving game that will teach you to drive a real coach across different scenarios! Take people from a city to another, show them amazing places and landscapes. Open world map, incredible vehicles, wonderful interiors will make you feel a realistic coach bus driving experience! It\'s time to get on board and drive through Europe! Enter the simulation world of bus driving! Get Coach Bus Simulator now!', 'https://img.gamemonetize.com/x1dyslvpj8rcphyzky1khok5ccifjybp/512x384.jpg', 'https://html5.gamemonetize.com/x1dyslvpj8rcphyzky1khok5ccifjybp/', '0', 'Racing', 0, 0, '', 'bus-driving-d-simulator--'), (10585, 'Touchdown Glory', 'Let\'s go and score a touchdown! Eliminate your opponents, improve your players and become the champion!', 'https://img.gamemonetize.com/uq4fe6brhbtc734ycltjp8kdsjqpyohb/512x384.jpg', 'https://html5.gamemonetize.com/uq4fe6brhbtc734ycltjp8kdsjqpyohb/', '0', 'Sports', 0, 0, '', 'touchdown-glory'), (10586, 'Wild Animal Hunting Games Animal Hunting Games', 'Game Grip Studio represents Wild Animal Hunting Games : Animal Hunting Games, the best animal hunting game recommended for you. Wild animal hunting games have presented new wild dinosaur hunting games in the world of animal hunter 2022 and top-rated games. Enjoy your time in animal attack games and Deadly dinosaur Hunting games. Become the best dinosaur hunter shooter in city dinosaur attack games and wild dinosaur hunting games.', 'https://img.gamemonetize.com/563qkndhw958reu970on7i4e6cxebwrb/512x384.jpg', 'https://html5.gamemonetize.com/563qkndhw958reu970on7i4e6cxebwrb/', '0', 'Action', 0, 0, '', 'wild-animal-hunting-games--animal-hunting-games'), (10587, 'Euro Uphill Bus Simulator New Bus Game 2022', 'Euro Uphill Bus Simulator : New Bus Game 2022 – Don’t Forget to Play the New Bus Games if you are true passionate to drive your own bus in real roads which are built in unity surface but providing you natural sense of drive.', 'https://img.gamemonetize.com/lk2he3drj4x8zcit4z264qayscxxnt7s/512x384.jpg', 'https://html5.gamemonetize.com/lk2he3drj4x8zcit4z264qayscxxnt7s/', '0', 'Racing', 0, 0, '', 'euro-uphill-bus-simulator--new-bus-game-'), (10588, 'Shadow Game', 'It is an educational as well as fun game for kids. Just look the photo displayed in the left box and click correct shadow of the photo in right panels.', 'https://img.gamemonetize.com/xtd7cnq0l0gqhz4xj7drhtn713s6fwjv/512x384.jpg', 'https://html5.gamemonetize.com/xtd7cnq0l0gqhz4xj7drhtn713s6fwjv/', '0', 'Puzzles', 0, 0, '', 'shadow-game'), (10589, 'Pop Ball 87', 'PoP Ball 87 is a cool action game very easy and intuitive to play, but it will be hard to stop playing. Enjoy popping balloons the more you can! Product feature bullets: • Ideal for all Kids and Children • Cool', 'https://img.gamemonetize.com/d7sacrrijzpq9mt43t47s6r0guvufabn/512x384.jpg', 'https://html5.gamemonetize.com/d7sacrrijzpq9mt43t47s6r0guvufabn/', '0', 'Hypercasual', 0, 0, '', 'pop-ball-'), (10590, 'Tetris Game Fidget', 'Once you start it, you won\'t stop ! Classic tetris game! The classic retro Tetris game that we all love! Play on mobile and PC.', 'https://img.gamemonetize.com/1u5w1b41abqm69ktd78hp6882cc4pion/512x384.jpg', 'https://html5.gamemonetize.com/1u5w1b41abqm69ktd78hp6882cc4pion/', '0', 'Puzzles', 0, 0, '', 'tetris-game-fidget'), (10591, 'Steveman and Alexwoman', 'You must accompany Steveman and AlexWoman on their dangerous adventure and help them get past the monsters from the house to the portal. Hurry to reach the portal watch out for monsters watch out for thorns. Jump over the monsters and be careful don\'t fall into the poisonous water.', 'https://img.gamemonetize.com/efpgqsd67hsi3e8kgobzomersmhz0jvb/512x384.jpg', 'https://html5.gamemonetize.com/efpgqsd67hsi3e8kgobzomersmhz0jvb/', '0', 'Adventure', 0, 0, '', 'steveman-and-alexwoman'), (10592, 'Hippo Dentist', 'There is crowded in Hippo\'s dental clinic. Look who\'s here! Little pig, dog and little lion. Normally they don\'t appear at the same occasion. But now they have the same trouble: They have toothache! So they gathered in little Hippo\'s office and try getting some help. little Hippo is so busy that she really needs your help. As a very sophisticated dentist, come and show what you\'ve got. Choose a patient that you want to operate most and the surgery. Little lion can\'t wait for your operation,because he has eaten so much meat and never brushes his teeth,so his teeth are infected and incomplete. Clean his teeth and use suitable dentures to fill his teeth. And tell him to take care of his teeth in the future. Little pig...', 'https://img.gamemonetize.com/m5n0w7vyixcz7ybf5j8bdfmlf8xktz3n/512x384.jpg', 'https://html5.gamemonetize.com/m5n0w7vyixcz7ybf5j8bdfmlf8xktz3n/', '0', 'Girls', 0, 0, '', 'hippo-dentist'), (10593, 'Tsunami Survival Run', 'Tsunami Survival Run is a running arcade game, which is popular among the running games. The gameplay is simple, but a little difficult to control. Your goal is to reach the ship, you need to pass the obstacles along the way, but also to prevent being caught up by the waves. Otherwise, you will fail! Come to try it now!', 'https://img.gamemonetize.com/w2uhhet2uelja66pbs9zk8naraghxott/512x384.jpg', 'https://html5.gamemonetize.com/w2uhhet2uelja66pbs9zk8naraghxott/', '0', 'Puzzles', 0, 0, '', 'tsunami-survival-run'), (10594, 'Thief Quest Game', 'hief Quest is an online Boy game. With a clear escape route plan, you will enjoy an avoiding arcade game called Thief Quest, which is also a 3D platform cartoon game. It is managed for you to hide the sight from guards and get close to the final wall. Your character will tap the button automatically and win!', 'https://img.gamemonetize.com/zlfbcee4wywv3f26srj6umklkl46jszb/512x384.jpg', 'https://html5.gamemonetize.com/zlfbcee4wywv3f26srj6umklkl46jszb/', '0', '3D', 0, 0, '', 'thief-quest-game'), (10595, 'Pokemon Jigsaw Puzzle Collection', 'Holidays are usually loved by everyone, both humans and Pokemon. Someone loves to visit them, and someone likes to organize everything to please friends. Today you will be able to see a mini-report from the Pokemon holiday. They have fun, throw colored balls and hearts, in general, have a good time. But to see how it happens and admire the entertainment of your favorite characters, you will have to put one of three puzzles together. You will have no time limit, you will be able to work on the picture as much as you wish. The difficulty of the game is also choose for yourself. The terms and conditions are the most common. The only difference from similar games is the lack of hints. You\'ll have to rely on your own memory, but it will make the game more interesting!', 'https://img.gamemonetize.com/p85plxksn2pn2tekqzvf92c9pap9qy8d/512x384.jpg', 'https://html5.gamemonetize.com/p85plxksn2pn2tekqzvf92c9pap9qy8d/', '0', 'Puzzles', 0, 0, '', 'pokemon-jigsaw-puzzle-collection'), (10596, 'Shift Runner 3D', 'Welcome to Shift Runner 3D. Be quick and move your finger fast to avoid obstacles use your finger to control skater and avoid from different obstacles to complete a level.', 'https://img.gamemonetize.com/o5mciacd34gr2gwyb3gf97soimssq08i/512x384.jpg', 'https://html5.gamemonetize.com/o5mciacd34gr2gwyb3gf97soimssq08i/', '0', 'Hypercasual', 0, 0, '', 'shift-runner-d'), (10597, 'Supermodel Magazine Salon', 'Are you a creative fashionista? Get Supermodel Magazine right away and enter a world full of stylish dress up items and beautiful girls! The models can\'t wait to see what fashion choices you\'re going to make! Experiment with colorful clothes and accessories in the dress up game levels, take pictures of the supermodels on the runway and design the coolest fashion magazine with the girls on the cover.', 'https://img.gamemonetize.com/b7x6ojxb9bp0ks6sprczizce0yw05h0b/512x384.jpg', 'https://html5.gamemonetize.com/b7x6ojxb9bp0ks6sprczizce0yw05h0b/', '0', 'Girls', 0, 0, '', 'supermodel-magazine-salon'), (10598, 'Among Us Coloring Fun', 'Among Us Coloring Fun is a free online coloring activity for kids. No download needed to play this game. Choose one image from the selection. You can choose brush or stroke method for painting. Then simply select and apply colors on the area you like. Bring to life the cute image you have chosen and complete all the colors for it. Have fun playing!', 'https://img.gamemonetize.com/cng87ry07j9u0g1vl6prkso06wijrbjz/512x384.jpg', 'https://html5.gamemonetize.com/cng87ry07j9u0g1vl6prkso06wijrbjz/', '0', 'Hypercasual', 0, 0, '', 'among-us-coloring-fun'), (10599, 'Tallest Towers', 'It\'s simple to get started with the game—place towers in the available cells. Make your unique formations, get more levels, and try out all of the game\'s modes. Your eyes will be protected from becoming fatigued by 3D visuals that are stylish and simple. Pleasant music and acoustics provide a nearly tactile quality to the gameplay. This beautiful balance will allow you to appreciate all the game offers fully. Choose the option that best matches your needs. Lie back and relax in the traditional model, or test your skills on more challenging levels! Alternatively, maybe you like to play against the clock or with a restricted number of moves? Hundreds of different groups will have you coming back for more. Could you make an effort to defeat them all?', 'https://img.gamemonetize.com/m3squ653v8pagrbnfwih2whyt1rq4mgk/512x384.jpg', 'https://html5.gamemonetize.com/m3squ653v8pagrbnfwih2whyt1rq4mgk/', '0', 'Arcade', 0, 0, '', 'tallest-towers'), (10600, 'Football Master', 'Welcome to Football Master games. The task is simple. Shoot the opponent with the balls. There are various obstacles for you to overcome. They vary, so it doesn’t get boring or too simple. Many skills of yours are about to be tested. Apply logic, real-world physics, and creativity. You can redo the level if you want to gain more points.', 'https://img.gamemonetize.com/cwt1yf2vjrkj7ijk3wzyv0l08y3usv59/512x384.jpg', 'https://html5.gamemonetize.com/cwt1yf2vjrkj7ijk3wzyv0l08y3usv59/', '0', 'Boys', 0, 0, '', 'football-master'), (10601, 'Dress Up Run Game', 'It\'s a busy time in Dress Up Run. Walk along with the platform and pick out the best matching. Well, you drop into a new world that fashion is your work. Tops, skirts, shoes, these things seem normal and easy but you can only win while you are racing through the finish line and picking the correct outfits. Swipe left and right to navigate your way through difficult obstacles and acquire as many diamonds as possible. Check out what happens if you mix and match different colored clothing. It\'s all about how you dress up or down, so aim for your best appearance at the end!', 'https://img.gamemonetize.com/uj7kb2rwbwthqwayjubs8yel467tld8t/512x384.jpg', 'https://html5.gamemonetize.com/uj7kb2rwbwthqwayjubs8yel467tld8t/', '0', 'Girls', 0, 0, '', 'dress-up-run-game'), (10602, 'Mental Hospital Escape game', 'The character of the game is completely mentally healthy. But despite this, he was locked up in a psychiatric hospital. It is impossible for a normal person to be in such a place, so the hero of the game needs to escape from here as soon as possible, before he really starts to lose his mind. You have to help him with this game', 'https://img.gamemonetize.com/64i11i5djjvwlo3isrv2fekretgn6cl0/512x384.jpg', 'https://html5.gamemonetize.com/64i11i5djjvwlo3isrv2fekretgn6cl0/', '0', 'Action', 0, 0, '', 'mental-hospital-escape-game'), (10603, 'Truck Slide', 'Collecting puzzles with trucks is an incredibly exciting activity for children, especially for boys! After all, what guy doesn\'t like big cars? Collecting a puzzle piece by piece, you will not only get a bright image of a cool truck, but also help to develop memory and logic, which is very important for children.', 'https://img.gamemonetize.com/51k95bgel4prfcot8opuokxjfun7ant8/512x384.jpg', 'https://html5.gamemonetize.com/51k95bgel4prfcot8opuokxjfun7ant8/', '0', 'Puzzles', 0, 0, '', 'truck-slide'), (10604, 'Cargo Tractor Farming Simulation Game', 'For cargo purpose, tractor trolley is considered very traditional in rural life. Game Grip creative with highly passionate team giving you chance to explore village uneven roads and unexpected turns with cargo loaded tractor trolley. It is best chance to avail the experience of tractor trolley and deliver cargo without losing it and enjoy beauty of desi village life, off road forest and sloppy paths of mountains and beautiful meadows.', 'https://img.gamemonetize.com/v8v6k5p2zdvs68wgszdvgxomep3l8vws/512x384.jpg', 'https://html5.gamemonetize.com/v8v6k5p2zdvs68wgszdvgxomep3l8vws/', '0', 'Arcade', 0, 0, '', 'cargo-tractor-farming-simulation-game'), (10605, 'Winx Simon Memory', 'Follow the colors or pictures that light up in sequence and tap in the same order. How long a sequence can you remember?', 'https://img.gamemonetize.com/2e7lkj7uiuf2hd7cia0kxt4bl43imt25/512x384.jpg', 'https://html5.gamemonetize.com/2e7lkj7uiuf2hd7cia0kxt4bl43imt25/', '0', 'Puzzles', 0, 0, '', 'winx-simon-memory'), (10606, 'Deep Blue Turtle', 'Deep Blue Turtle! Guide our turtle hero back and forth, avoiding the jelly fish hazards along the way. Tap or Click to stay a float, and collect the pearls as you Go! Have fun with this great endless game!', 'https://img.gamemonetize.com/qmk8a92jwrm2w1za1101moit7yux9v9e/512x384.jpg', 'https://html5.gamemonetize.com/qmk8a92jwrm2w1za1101moit7yux9v9e/', '0', 'Racing', 0, 0, '', 'deep-blue-turtle'), (10607, 'Deep Sea Run', 'Deep Sea Run is a great funny racing game! It\'s an endless addictive runner with flip gravity and enemies to avoid. It\'s really suitable for all kids and family!', 'https://img.gamemonetize.com/cb9ovyj7883c9p8pdxobjk71kxjhmawk/512x384.jpg', 'https://html5.gamemonetize.com/cb9ovyj7883c9p8pdxobjk71kxjhmawk/', '0', 'Racing', 0, 0, '', 'deep-sea-run'), (10608, 'Smart Car Wash Service Gas Station Car Paint Sho', 'Play smart car wash games & gas station parking 2022 to provide car service including washing games, car polish job and vehicle service. Play Smart Cars Wash Service: Gas Station Car Paint Shop and drive luxury cars to get car vacuum or refill at fuel station at the highway car service shop. Enjoy the best gas station car cleaning game with added features of wash car mechanic game and sponge car fixer games.', 'https://img.gamemonetize.com/7nhqhi9glf6xpb7sjtuoo5so8fv3wlq3/512x384.jpg', 'https://html5.gamemonetize.com/7nhqhi9glf6xpb7sjtuoo5so8fv3wlq3/', '0', 'Arcade', 0, 0, '', 'smart-car-wash-service--gas-station-car-paint-sho'), (10609, 'Spiderman Amazing Dressup', 'Do you want to try on the amazing dresses of Spider man? let\'s play', 'https://img.gamemonetize.com/jun1ijpcn4txaskwekln3vq910izd0ls/512x384.jpg', 'https://html5.gamemonetize.com/jun1ijpcn4txaskwekln3vq910izd0ls/', '0', 'Clicker', 0, 0, '', 'spiderman-amazing-dressup'), (10610, 'Iron Man Dress up', 'Iron man is very strong. Thanks to the robotic features in his special suit, he fights with his enemies by flying. Create your favorite iron man outfit.', 'https://img.gamemonetize.com/9qvwvcitgk5skxzzax7ybcmqwsmizrjf/512x384.jpg', 'https://html5.gamemonetize.com/9qvwvcitgk5skxzzax7ybcmqwsmizrjf/', '0', 'Clicker', 0, 0, '', 'iron-man-dress-up'), (10611, 'Quarterback Rush', 'Here’s New Top Trending game from kidsgame.io , Quarterback Rush! Just swipe to control player and avoid all opponents to reach destination', 'https://img.gamemonetize.com/or6j2pg36rra447fbl3qgmr82e8tpu35/512x384.jpg', 'https://html5.gamemonetize.com/or6j2pg36rra447fbl3qgmr82e8tpu35/', '0', 'Sports', 0, 0, '', 'quarterback-rush'), (10612, 'Infinity Trail ', 'Protect the planet from falling asteroids! • The planet can only take 2 hits before crashing down • How many points can you score before you lose?', 'https://img.gamemonetize.com/3dtqgd98phed61wtkqw320wvekmkrp01/512x384.jpg', 'https://html5.gamemonetize.com/3dtqgd98phed61wtkqw320wvekmkrp01/', '0', 'Arcade', 0, 0, '', 'infinity-trail-'), (10613, 'Connect Dots 56', 'Connect Dots 56 is an exciting line puzzle game where you must connect the dots on the game board. Draw a line from one dot to the other dot to connect them, connect all the dots and win the game!', 'https://img.gamemonetize.com/xpccvnxov1qytlhlya7721a7dd8mjkuh/512x384.jpg', 'https://html5.gamemonetize.com/xpccvnxov1qytlhlya7721a7dd8mjkuh/', '0', 'Clicker', 0, 0, '', 'connect-dots-'), (10614, 'SpeedBox Game', 'A game with obstacles & reflexes to keep you entertained while waiting for anything to happen. To clear your mind and finish playing a simple and fascinating game unlike any other and develop your reflexes, this game is only for you. While gathering objects, you must avoid hitting any obstacles. As you successfully navigate around the barrier, the speed on your cube rises. An exciting game in which you must escape the obstacles on each level while collecting all of the goodies is Speed Box, a game that will keep you entertained for hours. You may walk through barriers and turn in any direction, but you must gather as much stuff as possible to advance speed and level.', 'https://img.gamemonetize.com/qhk3dv7thob5s4vwjqw0ermujhpsx8se/512x384.jpg', 'https://html5.gamemonetize.com/qhk3dv7thob5s4vwjqw0ermujhpsx8se/', '0', 'Arcade', 0, 0, '', 'speedbox-game'), (10615, 'Prado Parking Games Car Park', 'Keep your finger to the floor and be ready for absolutely anything in this ridiculously entertaining mobile parking game where you really never know what’s around the next corner. Fine-tune your ride, keep your foot on the gas, dodge the endlessly varied obstacles, and try to keep out the way of your equally manic rivals in super-fast, super-exciting that always offer something new and unexpected. Feel the car parking simulator thrill. You’ll get a modification in cars, drama, awesome & realistic controls, and a whole lot more in this addictive casual driving game that’s as intuitive as it is outrageous. Modern Car Parking 3D comes with many driving missions to master you in car games. You can be the master of car driving and car parking with our driving games that are totally free recommended for you. Looking for a car parking game that’s easy to play, provides a real driving challenge, and offers excitement and endless variation, cools cars and dangerous ramps pick up, all in now your\'s car games which is difficult to play and challenging level by a level increase. Modern Car Parking also has an amazing multiplayer mode in car parking games. Compete with other opponents in this driving simulator which is recommended for you. Car games parking and driving 3D with a car simulator have never been so fun. It is one of the limited car games with multiplayer driving games. If you love car driving games then this car game is a good choice for you. Experience the thrill of car simulation games with our realistic games.', 'https://img.gamemonetize.com/zg14ojh4v8xgvg39izc9vy71qdrop57a/512x384.jpg', 'https://html5.gamemonetize.com/zg14ojh4v8xgvg39izc9vy71qdrop57a/', '0', 'Adventure', 0, 0, '', 'prado-parking-games-car-park'), (10616, 'Barbie s Dog Dressup', 'Barbie will take her dog Taffy for a walk. She has to dress very stylishly. Let\'s decorate Taffy.', 'https://img.gamemonetize.com/706xz5jcrkj1u8utkmsiesz7ht6gfeqh/512x384.jpg', 'https://html5.gamemonetize.com/706xz5jcrkj1u8utkmsiesz7ht6gfeqh/', '0', 'Girls', 0, 0, '', 'barbie-s-dog-dressup'), (10617, ' Car Parking 3d Driving Games', 'Are you annoyed by all the similar parking games, and lack of high quality graphics and uniqueness? Are you looking forward to have a new car parking to park your vehicle as much as you want? We know you are here with a hope to find a game that suits you perfectly. Unlike other games, we offer you a game with superior quality graphics, easy parking management with sensor system, and different camera angles to drive with in-car view and out of vehicle view! Also, you are free to look at wherever you want when driving from inside of vehicle, and this will give you a full real-like feeling. So we offer you realistic experience at a high level. But it is not just about killing some time. You will also learn how to actually park your car while enjoying the game and master yourself by practicing. You will be the king of parking. Wonder how? Very easy! With intelligent guides in the game, not only you will learn easy methods, but also you will have the opportunity to test these methods continuously. Come on now what are you waiting for, the game you are looking for is here!', 'https://img.gamemonetize.com/pivh1f464trj5rblt6ynpmj0idjhzn66/512x384.jpg', 'https://html5.gamemonetize.com/pivh1f464trj5rblt6ynpmj0idjhzn66/', '0', 'Adventure', 0, 0, '', '-car-parking-d-driving-games'), (10618, 'River Bus Games', 'Get ready to play the best river coach ultimate bus driving simulator. City River coach bus simulator games is an addictive tourist transportation ultimate bus driving game. City Bus Simulator games is a city bus driving game that lets you be a river city coach simulator. Drive ultimate bus driving games in the city bus simulator games & river coach bus playing this water ultimate bus simulator games. River bus games Coach driving simulator game is a pick and drop passengers’ service that will fulfill coach simulator needs of an ultimate bus coach simulator. Drive your city coach Bus games & experience the thrill of water sports driving games. This city bus simulator driving game is different from other transporter games. In the water, the Coach Bus games driver experienced a city bus floating on water. This coach ultimate bus driving simulator game has the most challenging bus games experience. So, let\'s jump into river bus games, drive tourist bus simulator games and travel in water floats. These driving games include water buses, and tourist river bus service will make this game best among the ultimate bus games. Bus coach simulator city driving is one of the best city bus simulator games. So play a coach simulator water ultimate bus driving game. River Bus Games: Coach Bus Driving Simulator features: Exciting River bus games driving Simulator mission Floating mechanics in city bus games for water surfing Coach bus simulator Modern River bus games Coach bus simulator surfer experience with real water floats sounds. Amazing city bus driver simulator Complex vehicle customization Help other coaches across the route Realistic visual damage Detailed Interiors & Intelligent Traffic System Play Multiplayer routes with your friends Play City bus simulator along with River Bus Games Coach Driving Simulator and let the water boat city bus games float in this river coach simulator.', 'https://img.gamemonetize.com/m391hvzptn9byp136fvgblew6ad9f4fg/512x384.jpg', 'https://html5.gamemonetize.com/m391hvzptn9byp136fvgblew6ad9f4fg/', '0', 'Adventure', 0, 0, '', 'river-bus-games'), (10619, 'Kungfu Panda Dressup', 'Kungfu Panda Po is a good fighter. He wants to start another adventure with his new costumes. let\'s dress up and play', 'https://img.gamemonetize.com/mrwv4c3mrts6yjolfvkdr5x6jrkmzrmf/512x384.jpg', 'https://html5.gamemonetize.com/mrwv4c3mrts6yjolfvkdr5x6jrkmzrmf/', '0', 'Girls', 0, 0, '', 'kungfu-panda-dressup'), (10620, 'Going Balls 3d Game', 'You love ball games. Join the fun and test your ability to master Rolling Ball 3D! It\'s a fast-paced race through countless unpredictable obstacles and time is running out! Roll, rotate, jump, but don\'t fall and lose your life! It\'s a challenging ball games course in an abstract world, but with uncompromising physics! You will easily learn how to control Ball Games 3D, but will you be able to master it? Time is of the essence! Only speed and focus will help you unlock more arenas with new challenges ahead! Keep trying to be better and surpass your own times! Work your way! Collect rare balls and overcome all the challenges at the balls game to become the winner! Ready? Break your own record and tell your friends about it! Featured: - Easy, one-finger swipe control of the ball - Rare ball collection - Vivid and realistic 3D graphics Play Rolling Balls 3D to challenge yourself!', 'https://img.gamemonetize.com/ecq68ad7n6u5lc7p23sjes9fvbhwlv98/512x384.jpg', 'https://html5.gamemonetize.com/ecq68ad7n6u5lc7p23sjes9fvbhwlv98/', '0', 'Adventure', 0, 0, '', 'going-balls-d-game'), (10621, ' Going Balls 3D Ball Run ', 'Play ball rolling game and enjoy 3d ball game rolling games. You have played many ball games, But THE Going balls in one of the unique and thrilling runs is different from the other games. Best Crazy Going Slide Balls Game, Balance The Ball Run Adventure, Balance the Rolling ball, rolling the Going Ball, Shooter Ball games, crazy Going Ball game, extreme Ball balancer super Rolling Ball game, free going ball games, fun going ball games, Crazy Going Ball 3D game. A track full of unexpected obstacles lies ahead in this challenging, thrilling going collecting going balls platformer! guide ball at the mid-air track. Swipe the rolling ball and don\'t let the moving ball down in ball rolling game. Let’s roll the ball without falling down. Be a winner of roll ball games. Play ball rolling game and enjoy 3d ball game rolling games. The ball game gives you experience of balancing the going balls on sky surface. Balance the going balls without falling in slide ball game, rolling round balls. Best Crazy Going Slide Balls Game, Balance The Ball Run Adventure, Balance the Rolling ball, rolling the Going Ball, Shooter Ball games, crazy Going Ball game, extreme Ball balancer super Rolling Ball game, free going ball games, fun going ball games, Crazy Going Ball 3D game. So, are you ready for a thrilling free going, and fun ride? This is the best 2021 going ball game you will play! Play ball rolling game and enjoy 3d ball game rolling games Best Crazy Going Slide Balls Game, Balance The Ball Run Adventure, Balance the Rolling ball, rolling the Going Ball, Shooter Ball games, crazy Going Ball game, extreme Ball balancer super Rolling Ball game, free going ball games, fun going ball games, Crazy Going Ball 3D game The action-packed puzzle, going balls games have been so fun. At the same time, you can relax and feel comfortable while playing this exciting and thrilling collecting coins in going balls games. You will be taken to a high-rise above the bridge going balls games. Best Crazy Going Slide Balls Game, Balance The Ball Run Adventure, Balance the Rolling ball, rolling the Going Ball, Shooter Ball games, crazy Going Ball game,free going ball games, fun going ball games, Crazy Going Ball 3D game. Your ball will always be rolling, so please tap and swipe to control it and lead to the goal by collecting coins, keys, and surprises, etc. The epic, fun, going balls and exciting runner stunt-type simulator makes you feel like you are on a rooftop without rails going balls games, thrilling going collecting coins. Swipe the rolling ball and don\'t let the moving ball down in ball rolling game. Let’s roll the ball without falling down. Be a winner of roll ball games. Best Crazy Going Slide Balls Game, Balance The Ball Run Adventure, Balance the Rolling ball, rolling the Going Ball, Shooter Ball games, crazy Going Ball game, extreme Ball balancer super Rolling Ball game, free going ball games, fun going ball games, Crazy Going Ball 3D game. The ball game gives you experience of balancing the going balls on sky surface. Balance the going balls without falling in slide ball game, rolling round balls. It depends on your running whether you can be big by doing stunts. Features: Intuitive controls going balls games Colorful 3D graphics ball stunt thrilling running Brainly addictive gameplay going collecting coins game Run sensations and collect coins, keys, and boxes Vibrates during run (depending on the device and/or settings) Multiple beautiful sound effects games going balls Epic ball running sensation going balls games Hight sky going balls stunt thrilling, ball going game Finally, we encourage you and will be happy if you listen and enjoy our going balls games sound effects through your headsets or earphones. You\'d be able to listen to several sound effects, they are all comfortable sounds THE Going balls. If you enjoyed THE Going Balls then you can feedback on your good recommendation to Us to Stay Playing Our other Games going balls...', 'https://img.gamemonetize.com/ldhnpzjxxcq724rfim8wvwoamntih64d/512x384.jpg', 'https://html5.gamemonetize.com/ldhnpzjxxcq724rfim8wvwoamntih64d/', '0', 'Adventure', 0, 0, '', '-going-balls-d-ball-run-'), (10622, 'Mini Car Parking Parking 2021', 'Steel Cloud Studio brings you the hard Parking game. Contains 560 hard parking levels with 7 different themes. So that young drivers can try different Crazy Cars and a variety of road conditions and gain hard Parking experience. This Car Parking games and classic car free game is specially designed for lovers of hard 3D parking games. You can park car and improve your driving skills by playing this car driving school simulator and car Parking game. You will be able to learn how to actually drive and park car while enjoying the offline free games and improve your parking skills by playing this new free car game. In a driving simulator game, driving a car on roads is an easy job but parking car in a parking space is tough. Here you will get a chance to improve and polish your driving skills and can have the best parking car experience. Be the best car parking master in this 3D car parking game. Vintage Car Parking There will be lots and lots of road barriers, cones and hurdles and other 3d obstacles will make you an expert in the best car simulator and driving games. New car parking simulator gameplay allows you to test your tough and challenging parking skills and experience. Every next level game gives you a more challenging experience than last. There are different multiple hurdles that come in your way all you have to do is drive classic car. Touching cones fail the level games to park classic cars at the finish line carefully to complete your mission of car parking simulator games. Classic Car Parking Free Games The classic car parking games are totally free for parking enthusiasts. This car parking 3d is specially designed for young car drivers, its stunning dynamic features and intuitive parking modes are not that easy to handle. It is not just a time killing game, you will also learn about extreme parking rules while enjoying the crazy car simulator and free driving games. Car Parking Challenges Face troubling car parking simulator challenges in modern car drive parking 3D. It will challenge your car games parking skills. Develop strong parking skills in Classic Car driving games. Face mind-boggling obstacles and challenging Car simulator. Car parking fun in our free games and car games. Our car simulator is a game with better graphics so don’t forget to play. Improve Car Parking Skills In these free car parking games you don\'t need any special skills, you will improve your skills in the car driving simulator and parking games as you level up. This free game contains 560 challenging levels and in every level games you will have different roads and tracks so you can improve parking and driving skills by playing this free simulator game 2022. They love driving classic cars on different tracks having different hurdles and obstacles on their way. Classic Car Free Gameplay Instructions â–¶ï¸ Press play button to start the game. â–¶ï¸ Use camera button to change camera view. â–¶ï¸ Avoid hitting any obstacles or cones. â–¶ï¸ Race button to speed up your classic car. â–¶ï¸ Brake button to stop classic car. â–¶ï¸ Use steering to steer classic cars to desired turn. Multilevel Classic Car Parking 3D Features: â–¶ï¸ Unique 560 levels. â–¶ï¸ High quality HD graphics. â–¶ï¸ Realistic sounds. â–¶ï¸ Challenging game play. â–¶ï¸ Classic crazy cars for parking. â–¶ï¸ Real car controls. â–¶ï¸ Realistic parking experience. â–¶ï¸ Drive different crazy cars. â–¶ï¸ Enjoy infinite car parking. â–¶ï¸ Real free parking test. â–¶ï¸ Offline and free to play', 'https://img.gamemonetize.com/997aiu8ncoor057srp9w4bgigbis4im1/512x384.jpg', 'https://html5.gamemonetize.com/997aiu8ncoor057srp9w4bgigbis4im1/', '0', 'Racing', 0, 0, '', 'mini-car-parking--parking-'), (10623, 'Car Chase Parking', 'Car chase is a fun driving game where you have a mini super fast car and you have to run away from the cops Car Chase is a cool arcade racing game in which you try to survive as long as possible without crashing your car, in a police chase situation, parking location.', 'https://img.gamemonetize.com/tjuacahgo3qgueppea8t054oylvgs0o5/512x384.jpg', 'https://html5.gamemonetize.com/tjuacahgo3qgueppea8t054oylvgs0o5/', '0', 'Racing', 0, 0, '', 'car-chase-parking'), (10624, 'My Teacher Classroom Fun', 'My Teacher Classroom Fun is not only a room cleaning but also an educational puzzle game that is made of 2D cartoon Disney game art animation. As the teacher of this new school, you need to help students learn in the classroom, group the school band, and clean the classroom. Glad you will enjoy My Teacher Classroom Fun!', 'https://img.gamemonetize.com/v2bsb7ddwm2u9a03sjmcv5vefx600h6l/512x384.jpg', 'https://html5.gamemonetize.com/v2bsb7ddwm2u9a03sjmcv5vefx600h6l/', '0', 'Girls', 0, 0, '', 'my-teacher-classroom-fun'), (10625, 'Blocky Parkour Ninja', 'Ninja Blocky Parkour is an amazing 3d parkour game where you have to jump from platform to platform.', 'https://img.gamemonetize.com/oyrr81y9g1xnne1526bmb42lkly4ybdg/512x384.jpg', 'https://html5.gamemonetize.com/oyrr81y9g1xnne1526bmb42lkly4ybdg/', '0', 'Boys', 0, 0, '', 'blocky-parkour-ninja'), (10626, 'Huggy Wuggy Pixel Nights', 'Huggy Wuggy Pixel Nights is a 3D horror game where you are lost in dark pixel town and your mission is to find all bunny toys in order to successfully survive each night and try to avoid scary huggy wuggy encounters.', 'https://img.gamemonetize.com/42qo8toh96152nt6uex5bi8jq4n9jzl2/512x384.jpg', 'https://html5.gamemonetize.com/42qo8toh96152nt6uex5bi8jq4n9jzl2/', '0', 'Boys', 0, 0, '', 'huggy-wuggy-pixel-nights'), (10627, 'Queen Run 3d', 'Queen Run 3D is a funny 3D arcade game can both play on the computer and mobile phone. In this game you will act as a queen and what you need to do is collect as many men as you can and make them surrender to you. There will have many obstacles on the road, make those men solve these difficulties for you and reach the destination safely. How many levels can you pass in this running game Queen Run 3D?', 'https://img.gamemonetize.com/n2vn94lkuxe3x2pholeridfedmg6v7bm/512x384.jpg', 'https://html5.gamemonetize.com/n2vn94lkuxe3x2pholeridfedmg6v7bm/', '0', '3D', 0, 0, '', 'queen-run-d'), (10628, 'City Rescue Fire Truck Games', 'If you are good at driving vehicles, you have a chance to transport firemen to the firing areas at all ten levels in this 3D truck driving simulation game. In a limited time, you have to arrive at the accident area and put out the fire. Good luck and drive fast!', 'https://img.gamemonetize.com/e8rsxe45r8vtbzn6hpz6gjnwkjhrkwd9/512x384.jpg', 'https://html5.gamemonetize.com/e8rsxe45r8vtbzn6hpz6gjnwkjhrkwd9/', '0', 'Action', 0, 0, '', 'city-rescue-fire-truck-games'), (10629, 'Fashion Flowers Diy', 'Do you know that flowers are eatable? Isn\'t it amazing? You can also made many things out of flowers. Want to know how? Click this Fashion Flowers Diy game and you will experience the processes of making each delicious food and delicate thing. As the owner of a popular flower shop, little panda launched a new service which is flowers Diy. Flowers cakes, flower perfume bags and flower lipsticks are animals\' favorite choices. As the service is newly released, little panda is quite busy right now. Come and help her make these beautiful artworks using your amazing sense of style.', 'https://img.gamemonetize.com/p76aoya229akw0iedo5z66kcfi4hsrmv/512x384.jpg', 'https://html5.gamemonetize.com/p76aoya229akw0iedo5z66kcfi4hsrmv/', '0', 'Girls', 0, 0, '', 'fashion-flowers-diy'), (10630, '4X4 Off Road Rally 3D', 'Here is an Offroad car driving simulation game with four different 3D rally vehicles for ten levels. It is managed for you to drive a car and arrive at the finish lighting area on time at all levels. If you fall into the river, you will lose the game directly. Keep calm and drive stably, the time is always enough to use!', 'https://img.gamemonetize.com/daz2ys19i68yb9ege2bmhqou1p2r5kfn/512x384.jpg', 'https://html5.gamemonetize.com/daz2ys19i68yb9ege2bmhqou1p2r5kfn/', '0', 'Racing', 0, 0, '', 'x-off-road-rally-d'), (10631, 'Spring Difference', 'This is a Spot the difference type of puzzle game where players must find differences between two otherwise similar images. Try to find differences using your hawk eyes and tap that otherwise use hint. Saved time will give you extra bonus score.', 'https://img.gamemonetize.com/uvpltw4h4uqr12i3s55jwo5y9dhx3teq/512x384.jpg', 'https://html5.gamemonetize.com/uvpltw4h4uqr12i3s55jwo5y9dhx3teq/', '0', 'Puzzles', 0, 0, '', 'spring-difference'), (10632, 'Fruit Sort Puzzle', 'Fruit Sort Puzzle is a casual game that is extremely easy to pick up and is also a free online matching game. The game incorporates hawthorn and fruit, with various fruits of the same color falling on top of the fork to form a hawthorn, if the fork doesn\'t fit the game is over, try to see how many hawthorns you can get.', 'https://img.gamemonetize.com/ude7r074k59ri1vhdq2eueuu569bgzo4/512x384.jpg', 'https://html5.gamemonetize.com/ude7r074k59ri1vhdq2eueuu569bgzo4/', '0', 'Boys', 0, 0, '', 'fruit-sort-puzzle'), (10633, 'Play With Santa Claus', 'Play With "Santa Claus" It\'s a cool action game, very easy and intuitive to play, fun for the entire family! it will be hard to stop playing. Hit with your finger the balloons on the screen, came on don’t let them vanish away! and help Santa Claus to popping this Christmas balloons enjoy and popping balloons the more you can! feel and share the holiday spirit with this cool Christmas Game! C\'mon...let\'s play! Product feature bullets: • 1 Christmas and Winter Background • Many Holiday Inspired Songs • 4 Holiday Themed Sounds • Very Cool Graphics effects • Merry Fun for All Ages • 3 Different Gameplay Modality • 1 Bonus game inside!', 'https://img.gamemonetize.com/mxk2ckdeg3rk1mta1pozxeie8rha0taq/512x384.jpg', 'https://html5.gamemonetize.com/mxk2ckdeg3rk1mta1pozxeie8rha0taq/', '0', 'Girls', 0, 0, '', 'play-with-santa-claus'), (10634, 'Advanced Bus Driving 3d simulator', 'Coach Bus Simulator is the first coach driving game that will teach you to drive a real coach across different scenarios! Take people from a city to another, show them amazing places and landscapes. Open world map, incredible vehicles, wonderful interiors will make you feel a realistic coach bus driving experience! It\'s time to get on board and drive through Europe! Enter the simulation world of bus driving! Get Coach Bus Simulator now!', 'https://img.gamemonetize.com/fvdy42hteqqblhpyud5luoyr7uql3pt9/512x384.jpg', 'https://html5.gamemonetize.com/fvdy42hteqqblhpyud5luoyr7uql3pt9/', '0', 'Racing', 0, 0, '', 'advanced-bus-driving-d-simulator'), (10635, 'Sponge Bob Match3', 'The Lagoon is home to a wide variety of underwater inhabitants who love their town of Bikini Bottom, where something interesting, funny, and sometimes even scary happens all the time. In the game "SpongeBob three in a row" you will control not only SpongeBob, but also other heroes, for example, Patrick, Sandy, Harry and other heroes who need to be moved in the right direction and order to build a horizontal or vertical line from them, and then they will be able to disappear from the screen, and Points will "fall" on your account. Save up game points to use them to unlock new levels and move on to victory. Have fun!', 'https://img.gamemonetize.com/m06d9didehy0wjl8ffivbv48avhul68o/512x384.jpg', 'https://html5.gamemonetize.com/m06d9didehy0wjl8ffivbv48avhul68o/', '0', 'Puzzles', 0, 0, '', 'sponge-bob-match'), (10636, 'SpeedCar Game', 'Speed Ship is the best game to utilize your work skill, control your ship without hitting obstacles, and collect objects from the tunnel. Spectacular 3D visuals and an excellent driving experience characterize this science fiction racing game. In your role as an anti-gravity spaceship pilot, now is the time to begin your professional race, fight with other people, and participate in events on exotic worlds!', 'https://img.gamemonetize.com/f4xsff0fursde19mvdtjdjvcbmmn80h1/512x384.jpg', 'https://html5.gamemonetize.com/f4xsff0fursde19mvdtjdjvcbmmn80h1/', '0', 'Arcade', 0, 0, '', 'speedcar-game'), (10637, 'Merge Melons', 'Synthetic Big Watermelon is a casual puzzle game. You can swipe the fruit with your fingers to combine two identical fruits into a larger fruit. The more fruits you synthesize, the more points you get.', 'https://img.gamemonetize.com/m0lop3550vcyagcxyr3veqxisc4g1ani/512x384.jpg', 'https://html5.gamemonetize.com/m0lop3550vcyagcxyr3veqxisc4g1ani/', '0', 'Shooting', 0, 0, '', 'merge-melons'), (10638, 'Castle Puzzle Game', 'Castle Puzzle is a new casual and attractive game. Click on the Tetris to destroy them and land the top of the castle very carefully. If you choose the wrong piece then your game is over.', 'https://img.gamemonetize.com/6me7ncyf78rd3drk4wcorqpgjhcajobg/512x384.jpg', 'https://html5.gamemonetize.com/6me7ncyf78rd3drk4wcorqpgjhcajobg/', '0', 'Puzzles', 0, 0, '', 'castle-puzzle-game'), (10639, 'Fruits Master Match 3', 'Collect the fruit items in this html5 game. Press any easter item to start. Now move the \'mouse or finger tip\' on identical adjacent items (horizontally, vertically or diagonally). Select at least 3 items. Release mouse button to make them match. Each 6th items will give a bonus. More than 7 items will give you a time bonus. Collect the target fruits items within the giving time, or you will lose the game. What\'s the max level can you play?', 'https://img.gamemonetize.com/raob2qcg1nzyxawbqu67zomahxz63a5t/512x384.jpg', 'https://html5.gamemonetize.com/raob2qcg1nzyxawbqu67zomahxz63a5t/', '0', 'Puzzles', 0, 0, '', 'fruits-master-match-'), (10640, 'Baby Tiger Care A Day With Baby Tiger', 'In people\'s impression, tigers are very ferocious animals, but in the Baby Tiger Care game, you will have the opportunity to take care of a very cute young tiger. Your task is to spend a nice day with the little tiger Lily. Including getting up with her, dressing Lily, feeding her, you can even make handicrafts with Lily, because the tiger is very smart and docile. Finally, don\'t forget to bathe Lily. Are you ready?', 'https://img.gamemonetize.com/5pp2xh36zd6ofa3l2kxe7wf96n1pq2dm/512x384.jpg', 'https://html5.gamemonetize.com/5pp2xh36zd6ofa3l2kxe7wf96n1pq2dm/', '0', 'Girls', 0, 0, '', 'baby-tiger-care--a-day-with-baby-tiger'), (10641, 'Color Sequence', 'Color Sequence is a memorization game in which you have to observe the sequence of colors for a few seconds, then it will be hidden and you must be able to repeat it without getting the order wrong. Be aware! There are 4 difficulty levels (Easy, Medium, Hard, Expert)', 'https://img.gamemonetize.com/9b9hwv3seb22t32goizaf7yc8gs5xiyv/512x384.jpg', 'https://html5.gamemonetize.com/9b9hwv3seb22t32goizaf7yc8gs5xiyv/', '0', 'Puzzles', 0, 0, '', 'color-sequence'), (10642, 'Candy Eyes Match', 'Candy Eyes Match is a match3 Puzzle Game! Swipe to match 3 or more colorful eye candies to clear them from the board and complete your task. Combin 4 or more candies to create more powefull candies', 'https://img.gamemonetize.com/wd2tmiiemiwl2yfrwjinycvsdsrv5y9v/512x384.jpg', 'https://html5.gamemonetize.com/wd2tmiiemiwl2yfrwjinycvsdsrv5y9v/', '0', 'Puzzles', 0, 0, '', 'candy-eyes-match'), (10643, 'My Boo Virtual Pet', 'My Boo Virtual Pet is not only a boo virtual pet raise but also a relaxation arcade game that is made of 2D cut cartoon game art animation. You have lots of fun with over 20 thrilling mini-games to keep your Boo happy as a puppy. Keep calm and take care of it in My Boo Virtual Pet!', 'https://img.gamemonetize.com/woqe5prhngoxcvmpts8h8zbafowwki8d/512x384.jpg', 'https://html5.gamemonetize.com/woqe5prhngoxcvmpts8h8zbafowwki8d/', '0', 'Hypercasual', 0, 0, '', 'my-boo-virtual-pet'), (10644, 'Flower Girl Wedding Day The Happiest Day', 'Molly\'s sister is getting married! Molly is the flower girl, and she plans to make this the most gorgeous wedding ever. Start this crazy journey with Molly! This is an important task, and you can help her. From preparing flowers to choosing a dress for the bride, this day is destined to be crazy, but also the happiest one you\'ll never forget. Have fun at the wedding!', 'https://img.gamemonetize.com/15xdj6by307gtzayjf8ez5he051hqctf/512x384.jpg', 'https://html5.gamemonetize.com/15xdj6by307gtzayjf8ez5he051hqctf/', '0', 'Hypercasual', 0, 0, '', 'flower-girl-wedding-day--the-happiest-day'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (10645, 'Bubble Drop', 'Amazing bubbles are falling from the Sky! Your mission is to Pop those bubbles to clear your level. Amazing challenges are waiting for you in the next levels. Enjoy', 'https://img.gamemonetize.com/bekrczaa98j1tld3t3ihznkf1r0l8j0a/512x384.jpg', 'https://html5.gamemonetize.com/bekrczaa98j1tld3t3ihznkf1r0l8j0a/', '0', 'Puzzles', 0, 0, '', 'bubble-drop'), (10646, 'Five Nights At Freddys Final Purgatory', 'Five Nights At Freddy\'s: Final Purgatory is a randomly generated Five Nights at Freddy’s fan game. Survive the night, lasting from 12 PM to 6 AM. Keep an eye out for animatronics as they roam through the map, waiting to stuff you into a suit if you are not careful! Each pizzeria layout is randomly generated, making every play through unique. FNAF: Final Purgatory is a randomly generated Five Nights at Freddy’s fan game. Good luck and Have Fun!', 'https://img.gamemonetize.com/5jwi0nzeqk98za5o41vvii2q5k50w47w/512x384.jpg', 'https://html5.gamemonetize.com/5jwi0nzeqk98za5o41vvii2q5k50w47w/', '0', 'Boys', 0, 0, '', 'five-nights-at-freddys-final-purgatory'), (10647, 'Batman Costume Dressup', 'Batman tries on his costumes for new adventures. Which combination do you think would be the best? Let\'s try and play', 'https://img.gamemonetize.com/ztk1c3uxldvccy2yhy6lw68o69dsyjrq/512x384.jpg', 'https://html5.gamemonetize.com/ztk1c3uxldvccy2yhy6lw68o69dsyjrq/', '0', 'Clicker', 0, 0, '', 'batman-costume-dressup'), (10648, 'Connect Dots', 'Connect Dots is a classic and challenging puzzle game. Your goal is to connect all the dots using horizontal and vertical connections close together and without overlapping. It is not necessary to follow a specific order or correct path to solve the puzzle, just that all the points are connected. The difficulty increases with each level. Challenge yourself and find a correct path through the points, call your friends to see who goes the furthest!', 'https://img.gamemonetize.com/idxe8x7zid72452i46dxdyzxto9bax1e/512x384.jpg', 'https://html5.gamemonetize.com/idxe8x7zid72452i46dxdyzxto9bax1e/', '0', 'Puzzles', 0, 0, '', 'connect-dots'), (10649, 'Funny Easter Eggs Jigsaw', 'Funny Easter Eggs Jigsaw is a free online game in the jigsaw puzzle genre. You have 6 images with cute bunnies and funny eggs in three modes to play. Choose one of the modes for the game that you previously choose and start it playing. Drag and drop the pieces to solve the puzzle and create an image. Enjoy, and have fun!', 'https://img.gamemonetize.com/cxhuq8po8irixe0asn1vi5t48da0ghlj/512x384.jpg', 'https://html5.gamemonetize.com/cxhuq8po8irixe0asn1vi5t48da0ghlj/', '0', 'Puzzles', 0, 0, '', 'funny-easter-eggs-jigsaw'), (10650, 'Chop slice', 'Now get experience of Fruit Slicing veggies cutting and cook it with your perfect fruit cutting skills. You have to use the ultimate slicing tips and cutting tricks to cut watermelon slices, apple slices, and different vegetables slicing accurately along with many chopping challenges.', 'https://img.gamemonetize.com/dou90d4sgrsvfxblb7uwypw733558g1t/512x384.jpg', 'https://html5.gamemonetize.com/dou90d4sgrsvfxblb7uwypw733558g1t/', '0', 'Arcade', 0, 0, '', 'chop-slice'), (10651, 'Brick House Escape 2', 'Brick House Escape 2 is a point and click game developed by 8B Games. Imagine that you went to a brick house. You got trapped inside the house. Here is the interesting puzzles and hidden objects to get escape. Good Luck.... Have Fun!!!', 'https://img.gamemonetize.com/qmnvlscgt1o85tkp3k195m8yful3wgr2/512x384.jpg', 'https://html5.gamemonetize.com/qmnvlscgt1o85tkp3k195m8yful3wgr2/', '0', 'Puzzles', 0, 0, '', 'brick-house-escape-'), (10652, 'Perfect Sllices', 'play Juicy Fruit Slicer, the perfect cut game for the whole family! Slice various fruits like strawberries, oranges, etc, on the chopping board! Can you create beautiful apple slices & watermelon slices to make a delicious fruit salad? Train your cutting skill to be the best fresh fruits slicer & cutter in the world.', 'https://img.gamemonetize.com/re2r67qqqcoj6hbca75c2rigcbk03070/512x384.jpg', 'https://html5.gamemonetize.com/re2r67qqqcoj6hbca75c2rigcbk03070/', '0', 'Arcade', 0, 0, '', 'perfect-sllices'), (10653, 'Lipstick Maker', 'Do you like DIY fashion and makeover games? Lipstick Maker enhances the skill of teenagers learning the latest lip art 3d ASMR game. Just Choose the girl\'s skin color and let\'s make her lips looks perfect. Once you start playing Lipstick Maker, you will not stop! Enjoy', 'https://img.gamemonetize.com/8ap4zg9kv4onb4dmjxvbdnfb2pd97r88/512x384.jpg', 'https://html5.gamemonetize.com/8ap4zg9kv4onb4dmjxvbdnfb2pd97r88/', '0', 'Girls', 0, 0, '', 'lipstick-maker'), (10654, 'Super Connect Dots ', 'Super Connect Dots 56 is one of the simple and addictive line puzzle game. each puzzle has a grid of squares dots occupying some of the squares. The objective is to connect dots by drawing \'pipes\' between them such that the entire grid is occupied by pipes.', 'https://img.gamemonetize.com/crahrow6ebxj3s8zdu5whl0am4xrh6gr/512x384.jpg', 'https://html5.gamemonetize.com/crahrow6ebxj3s8zdu5whl0am4xrh6gr/', '0', 'Puzzles', 0, 0, '', 'super-connect-dots-'), (10655, 'Flappy The Pipes', 'Flappy The Pipes is HTML5 games and funny. with tons of games for all ages and bringing fun to player Play free online games.', 'https://img.gamemonetize.com/0pu87d7597ucfqya805kkipln6plhxyo/512x384.jpg', 'https://html5.gamemonetize.com/0pu87d7597ucfqya805kkipln6plhxyo/', '0', 'Clicker', 0, 0, '', 'flappy-the-pipes'), (10656, 'Barbie Coloring Game', 'Do you want to paint Barbie girl with the most beautiful Barbie pictures? If you want to have fun, this game is for you. You can play now.', 'https://img.gamemonetize.com/tj49b1y9o1zcxyc0ln0sm6cdhhh1qb6e/512x384.jpg', 'https://html5.gamemonetize.com/tj49b1y9o1zcxyc0ln0sm6cdhhh1qb6e/', '0', 'Girls', 0, 0, '', 'barbie-coloring-game'), (10657, 'Rick and Morty Card Match', 'Rick and Morty is an American adult animated science fiction sitcom created by Justin Roiland and Dan Harmon for Cartoon Network\'s nighttime Adult Swim programming block. The series follows the misadventures of cynical mad scientist Rick Sanchez and his good-hearted but fretful grandson Morty Smith, who split their time between domestic life and interdimensional adventures. Roiland voices the eponymous characters, with Chris Parnell, Spencer Grammer and Sarah Chalke voicing the rest of Rick and Morty\'s family. The series originated from an animated short parody film of Back to the Future, created by Roiland for Channel 101, a short film festival co-founded by Harmon. The series has been acclaimed by critics for its originality, creativity and humor. The fourth season premiered on November 10, 2019, and consists of ten episodes. A fifth season was confirmed in July 2020, as part of a long-term deal in May 2018 that ordered 70 new episodes over an unspecified number of seasons. The show revolves around the adventures of the members of the Smith household, which consists of parents Jerry and Beth, their children Summer and Morty, and Beth\'s father, Rick Sanchez, who lives with them as a guest. According to Justin Roiland, the family lives outside of Seattle, Washington.[3] The adventures of Rick and Morty, however, take place across an infinite number of realities, with the characters travelling to other planets and dimensions through portals and Rick\'s flying car. Rick is an eccentric and alcoholic mad scientist, who eschews many ordinary conventions such as school, marriage, love, and family. He frequently goes on adventures with his 14-year-old grandson, Morty, a kind-hearted but easily distressed boy, whose naïve but grounded moral compass plays counterpoint to Rick\'s Machiavellian ego. Morty\'s 17-year-old sister, Summer, is a more conventional teenager who worries about improving her status among her peers and sometimes follows Rick and Morty on their adventures. The kids\' mother, Beth, is a generally level-headed person and assertive force in the household, though self-conscious about her professional role as a horse surgeon. She is dissatisfied with her marriage to Jerry, a simple-minded and insecure person, who disapproves of Rick\'s influence over his family.', 'https://img.gamemonetize.com/hl0uv7a07nb4uz2xl4txkauad9f9tudk/512x384.jpg', 'https://html5.gamemonetize.com/hl0uv7a07nb4uz2xl4txkauad9f9tudk/', '0', 'Puzzles', 0, 0, '', 'rick-and-morty-card-match'), (10658, 'Barbie Card Match', 'Barbie is a fashion doll manufactured by the American toy company Mattel, Inc. and launched in March 1959. American businesswoman Ruth Handler is credited with the creation of the doll using a German doll called Bild Lilli as her inspiration. Barbie is the figurehead of a brand of Mattel dolls and accessories, including other family members and collectible dolls. Barbie has been an important part of the toy fashion doll market for over fifty years, and has been the subject of numerous controversies and lawsuits, often involving parodies of the doll and her lifestyle.', 'https://img.gamemonetize.com/biw4i0e09yv3a1t0jcdi87ice5r1xlyx/512x384.jpg', 'https://html5.gamemonetize.com/biw4i0e09yv3a1t0jcdi87ice5r1xlyx/', '0', 'Puzzles', 0, 0, '', 'barbie-card-match'), (10659, 'Car Parking Mini Car Driving', 'Steel Cloud Studio brings you the hard Parking game. Contains 560 hard parking levels with 7 different themes. So that young drivers can try different Crazy Cars and a variety of road conditions and gain hard Parking experience. This Car Parking games and classic car free game is specially designed for lovers of hard 3D parking games. You can park car and improve your driving skills by playing this car driving school simulator and car Parking game. You will be able to learn how to actually drive and park car while enjoying the offline free games and improve your parking skills by playing this new free car game. In a driving simulator game, driving a car on roads is an easy job but parking car in a parking space is tough. Here you will get a chance to improve and polish your driving skills and can have the best parking car experience. Be the best car parking master in this 3D car parking game. Vintage Car Parking There will be lots and lots of road barriers, cones and hurdles and other 3d obstacles will make you an expert in the best car simulator and driving games. New car parking simulator gameplay allows you to test your tough and challenging parking skills and experience. Every next level game gives you a more challenging experience than last. There are different multiple hurdles that come in your way all you have to do is drive classic car. Touching cones fail the level games to park classic cars at the finish line carefully to complete your mission of car parking simulator games. Classic Car Parking Free Games The classic car parking games are totally free for parking enthusiasts. This car parking 3d is specially designed for young car drivers, its stunning dynamic features and intuitive parking modes are not that easy to handle. It is not just a time killing game, you will also learn about extreme parking rules while enjoying the crazy car simulator and free driving games. Car Parking Challenges Face troubling car parking simulator challenges in modern car drive parking 3D. It will challenge your car games parking skills. Develop strong parking skills in Classic Car driving games. Face mind-boggling obstacles and challenging Car simulator. Car parking fun in our free games and car games. Our car simulator is a game with better graphics so don’t forget to play. Improve Car Parking Skills In these free car parking games you don\'t need any special skills, you will improve your skills in the car driving simulator and parking games as you level up. This free game contains 560 challenging levels and in every level games you will have different roads and tracks so you can improve parking and driving skills by playing this free simulator game 2022. They love driving classic cars on different tracks having different hurdles and obstacles on their way. Classic Car Free Gameplay Instructions â–¶ï¸ Press play button to start the game. â–¶ï¸ Use camera button to change camera view. â–¶ï¸ Avoid hitting any obstacles or cones. â–¶ï¸ Race button to speed up your classic car. â–¶ï¸ Brake button to stop classic car. â–¶ï¸ Use steering to steer classic cars to desired turn. Multilevel Classic Car Parking 3D Features: â–¶ï¸ Unique 560 levels. â–¶ï¸ High quality HD graphics. â–¶ï¸ Realistic sounds. â–¶ï¸ Challenging game play. â–¶ï¸ Classic crazy cars for parking. â–¶ï¸ Real car controls. â–¶ï¸ Realistic parking experience. â–¶ï¸ Drive different crazy cars. â–¶ï¸ Enjoy infinite car parking. â–¶ï¸ Real free parking test. â–¶ï¸ Offline and free to play.', 'https://img.gamemonetize.com/2u2xgm49tqykcylsfvitz9ca9zi2k0h6/512x384.jpg', 'https://html5.gamemonetize.com/2u2xgm49tqykcylsfvitz9ca9zi2k0h6/', '0', 'Racing', 0, 0, '', 'car-parking--mini-car-driving'), (10660, 'Car Parking Simulator Free', 'Get ready to practice in this best parking simulator. This car parking games will develop your driving skills but not car racing skills.', 'https://img.gamemonetize.com/ckmu6xrtzjyevbylztib8658ovqf30wq/512x384.jpg', 'https://html5.gamemonetize.com/ckmu6xrtzjyevbylztib8658ovqf30wq/', '0', 'Arcade', 0, 0, '', 'car-parking-simulator-free'), (10661, 'Doe escape', 'Doe Escape is a point and click game developed by 8B Games/Games2Mad. Imagine that you had been to a village, On there you found a Female Rabbit got trapped. Here is the interesting puzzles and hidden objects to find and escape the Rabbit. Good luck.. Have fun!', 'https://img.gamemonetize.com/hxnxmommrypg2y1m34q7qwqt8d0bts1e/512x384.jpg', 'https://html5.gamemonetize.com/hxnxmommrypg2y1m34q7qwqt8d0bts1e/', '0', 'Puzzles', 0, 0, '', 'doe-escape'), (10662, 'meow escape', 'Meow Escape is a point and click game developed by 8B Games/Games2live. Imagine that you had been to a village, On there you found a Cat got trapped. Here is the interesting puzzles and hidden objects to find and Rescue the Cat. Good luck.. Have fun!', 'https://img.gamemonetize.com/ovc9gpyliczupmbl6g4s008z57vh845a/512x384.jpg', 'https://html5.gamemonetize.com/ovc9gpyliczupmbl6g4s008z57vh845a/', '0', 'Puzzles', 0, 0, '', 'meow-escape'), (10663, 'Grey Mouse Escape', 'Grey Mouse Escape is a point and click game developed by 8B Games/Games2live. Imagine that you had been to a village, On there you found a Mouse got trapped. Here is the interesting puzzles and hidden objects to find and rescue the Mouse Good luck.. Have fun!"', 'https://img.gamemonetize.com/3q170jw9webef8pzpfwd2plok11t8c6q/512x384.jpg', 'https://html5.gamemonetize.com/3q170jw9webef8pzpfwd2plok11t8c6q/', '0', 'Puzzles', 0, 0, '', 'grey-mouse-escape'), (10664, 'Swamp Rat Escape', '"Swamp Rat Escape is a point and click game developed by 8B Games/Games2live. Imagine that you had been to a village, On there you found a Swamp Rat got trapped. Here is the interesting puzzles and hidden objects to find and rescue the Rat Good luck.. Have fun!"', 'https://img.gamemonetize.com/s2csuu9yaaksofxn0g0ghaqrlxqmgz3u/512x384.jpg', 'https://html5.gamemonetize.com/s2csuu9yaaksofxn0g0ghaqrlxqmgz3u/', '0', 'Puzzles', 0, 0, '', 'swamp-rat-escape'), (10665, 'Senior Dog Escape', 'Senior Dog Escape is a point and click game developed by 8B Games/Games2live. Imagine that you had been to a village, On there you found a Senior Dog got trapped. Here is the interesting puzzles and hidden objects to find and rescue the Dog Good luck.. Have fun!', 'https://img.gamemonetize.com/9bphls829soo6zfs6bxkbrtth39rkrru/512x384.jpg', 'https://html5.gamemonetize.com/9bphls829soo6zfs6bxkbrtth39rkrru/', '0', 'Puzzles', 0, 0, '', 'senior-dog-escape'), (10666, 'Car Robbery', '"Car Robbery is a point and click game developed by 8B Games/Games2mad. Imagine that you are going to do Robbery. Here is the interesting puzzles and hidden objects to find and Drive the Car. Good luck.. Have fun!"', 'https://img.gamemonetize.com/8w1e120e338hv9n6ga4u3f9gc6xkqly3/512x384.jpg', 'https://html5.gamemonetize.com/8w1e120e338hv9n6ga4u3f9gc6xkqly3/', '0', 'Puzzles', 0, 0, '', 'car-robbery'), (10667, 'Nina Teddy Escape', 'Nina Teddy Escape is a point and click game developed by 8B Games/Games2live. Hi, I am your Nina... Unexpectedly my teddy got trapped in a cage. I need your help to get my teddy. Good luck .. Enjoy!', 'https://img.gamemonetize.com/8on35b4d3hufa3zma36sxqo0f1kmoauy/512x384.jpg', 'https://html5.gamemonetize.com/8on35b4d3hufa3zma36sxqo0f1kmoauy/', '0', 'Puzzles', 0, 0, '', 'nina-teddy-escape'), (10668, 'Subway Surfers Wonderland', 'Welcome to the new subway surfers Wonderland Version. Run and collect gold. Jump over trains. Slide under obstacles. Explore various characters.', 'https://img.gamemonetize.com/vxjrqbj385wyuatwo3r49b1k4iky83fl/512x384.jpg', 'https://html5.gamemonetize.com/vxjrqbj385wyuatwo3r49b1k4iky83fl/', '0', 'Adventure', 0, 0, '', 'subway-surfers-wonderland'), (10669, 'Advanced Car Parking Simulator 3D', 'Car parking is back in the sequel to the biggest mobile parking simulation game of all time! Car parking starts a new era of parking simulation gameplay with super stunning graphics, challenging multi-stage levels and real-time online.Car parking is back in the sequel to the biggest mobile parking simulation game of all time! Car parking starts a new era of parking simulation gameplay with super stunning graphics, challenging multi-stage levels and real-time online.', 'https://img.gamemonetize.com/1bv41emmyhqohifftdc0vg51t1oq4j55/512x384.jpg', 'https://html5.gamemonetize.com/1bv41emmyhqohifftdc0vg51t1oq4j55/', '0', 'Racing', 0, 0, '', 'advanced-car-parking-simulator--d'), (10670, 'Crazy Obstacle Blitz', 'Crazy Ball 3D is an excellent 3D ball game that will make you super happy and addicted to the game with simple and easy controls and just one click to play. In this Crazy Ball 3D game, you need to avoid obstacles while controlling the ball to keep moving forward. Are you eager to experience this reaction speed game? Install this fun game and become a good ball control expert in Crazy Ball 3D game. Download Crazy Ball 3D game: infinite dash now. How to play. ★Finger controls the ball to move left and right ★The acceleration belt can help you speed up. ★Dodging various obstacles Features. ★One-touch control for easy operation ★Stunning 3D worlds and effects ★No time limit ★Crazy speed ★Multi-color skin ★Best pressure reducer ★Challenges to test your extreme speed and rapid response If you like the feeling of adrenaline spewing, then this ultra-casual game is definitely for you. This Crazy Ball 3D game and reaction speed game is designed for you. This Crazy Ball 3D game may seem easy, but the ball will die as soon as it hits an obstacle. So do your best to control the ball and navigate through the dangerous paths to become a ball control expert! This Crazy Ball 3D game is simple and exciting, train your motor skills and reflexes at the same time. Play this super casual game and prove your skills in Crazy Ball 3D: Infinite Dash! You can\'t stop racing!', 'https://img.gamemonetize.com/0qymye9aup7sybgtnpmz1s2bqokty9di/512x384.jpg', 'https://html5.gamemonetize.com/0qymye9aup7sybgtnpmz1s2bqokty9di/', '0', 'Arcade', 0, 0, '', 'crazy-obstacle-blitz'), (10671, 'Advanced 3D Car Parking Simulator', 'Car parking is back in the sequel to the biggest mobile parking simulation game of all time! Car parking starts a new era of parking simulation gameplay with super stunning graphics, challenging multi-stage levels and real-time online.', 'https://img.gamemonetize.com/bsqrfqecmicqek6o36y7nyjibp81bod8/512x384.jpg', 'https://html5.gamemonetize.com/bsqrfqecmicqek6o36y7nyjibp81bod8/', '0', 'Racing', 0, 0, '', 'advanced-d-car-parking-simulator'), (10672, 'Going Ball 3D', 'Crazy Ball 3D is an excellent 3D ball game that will make you super happy and addicted to the game with simple and easy controls and just one click to play. In this Crazy Ball 3D game, you need to avoid obstacles while controlling the ball to keep moving forward. Are you eager to experience this reaction speed game? Install this fun game and become a good ball control expert in Crazy Ball 3D game. Download Crazy Ball 3D game: infinite dash now. How to play. ★Finger controls the ball to move left and right ★The acceleration belt can help you speed up. ★Dodging various obstacles Features. ★One-touch control for easy operation ★Stunning 3D worlds and effects ★No time limit ★Crazy speed ★Multi-color skin ★Best pressure reducer ★Challenges to test your extreme speed and rapid response If you like the feeling of adrenaline spewing, then this ultra-casual game is definitely for you. This Crazy Ball 3D game and reaction speed game is designed for you. This Crazy Ball 3D game may seem easy, but the ball will die as soon as it hits an obstacle. So do your best to control the ball and navigate through the dangerous paths to become a ball control expert! This Crazy Ball 3D game is simple and exciting, train your motor skills and reflexes at the same time. Play this super casual game and prove your skills in Crazy Ball 3D: Infinite Dash! You can\'t stop racing!', 'https://img.gamemonetize.com/mwbgn5m96bgpkupx86i2aaz00rsm7fhn/512x384.jpg', 'https://html5.gamemonetize.com/mwbgn5m96bgpkupx86i2aaz00rsm7fhn/', '0', 'Arcade', 0, 0, '', 'going-ball-d'), (10673, 'Impostor Rush Rocket Launcher', 'Play for free and have fun with this new game Impostor Rush Rocket Launcher is a casual shooter game aim and calculate the angle to knock down the enemies on their towers that if you don\'t knock them down they won\'t let you advance!!! Enjoy this game based on the characters of squid game and the impostors you can play at kiz10.com totally free !!!! A little impostor will try to escape from the squid games and runs around the island without knowing that in each of the towers the soldiers are watching any player to eliminate them if they try to escape! Control the character so that he can calculate the angle at which to shoot the soldiers who are located on the towers of different heights !! Collect the coins you earn by eliminating the soldiers to buy new avatars with better features!', 'https://img.gamemonetize.com/pjvarguftp4hnm54lut3m6dfajq721k7/512x384.jpg', 'https://html5.gamemonetize.com/pjvarguftp4hnm54lut3m6dfajq721k7/', '0', 'Shooting', 0, 0, '', 'impostor-rush-rocket-launcher'), (10674, 'Poppy Dungeons', 'Have fun with this entertaining game Poopy Dungeons is a new game exclusive to kiz10.com in this game a little soldier went to the call of the special forces and got trapped in a maze where a furious monster is on the loose!!!! Have fun with this action, shooting and puzzle game !!!! A special team responds to the call of terrified citizens because they say they saw a terrible purple monster that terrorizes the alleys!!! Only one survivor remains and needs your help to get out safely from this dungeon that is full of enemy soldiers who will not hesitate to shoot you if you get close and will not stop chasing you until you are eliminated !!! The objective of the game is to control the soldier to move around the dungeon with different levels of difficulty and thus be able to shoot everything that moves against you, to complete each level you must eliminate the ferocious Huggy Wuggy and collect the key of each level! !! You can improve your arsenal, such as your different weapons, shield, first aid kit !!! Features: Action, shooting and puzzle game.Difficulty levels with multiple enemies.Collection of weapons and survival kits.Fight between soldiers and multiple monsters.', 'https://img.gamemonetize.com/uyn5n0xbo8pmc7n3yup2q3btgn6wq6li/512x384.jpg', 'https://html5.gamemonetize.com/uyn5n0xbo8pmc7n3yup2q3btgn6wq6li/', '0', 'Shooting', 0, 0, '', 'poppy-dungeons'), (10675, 'MINICARS', 'Feel the rush in pixel-art style fashion with Minicars an exciting top-down racing game by Mapi. Blaze on 15 different tracks against 6 competitors in this arcade racing game. Use every dirty trick in the book to your advantage such as shortcuts, teleports, electric weapons and nitro speed burst against your opponents to claim your name in fame and unlock even more exciting tracks. TRACKS: Race on 15 different tracks, each unlocked by winning Gold Cups! SECRET ELEMENTS: Learn shortcuts and secret elements in some tracks to shave some seconds off your time and get the edge on your competition! SPECIALS: Win the race with power-ups like nitro boosters, teleports and electric weapons. OBSTACLES: Natural obstacles and electric barriers can either help or hinder your quest to be #1. Ram your competitors into these obstacles and blow their car to smithereens! Enjoy it!', 'https://img.gamemonetize.com/vmjvdwewxew441hyc00knfpenx5wf10w/512x384.jpg', 'https://html5.gamemonetize.com/vmjvdwewxew441hyc00knfpenx5wf10w/', '0', 'Sports', 0, 0, '', 'minicars'), (10676, 'Enchantment', 'Help Mira put her face in order. Eliminate dark circles under the eyes, even out the tone of the face and the line of the eyebrows. Pick a cute hairstyle and accessories. Then choose a bright traditional or modern outfit for Mira. Now our heroine is charm itself!', 'https://img.gamemonetize.com/d04yrzy1avmkx8jofovj8zqpd4wbyak6/512x384.jpg', 'https://html5.gamemonetize.com/d04yrzy1avmkx8jofovj8zqpd4wbyak6/', '0', 'Girls', 0, 0, '', 'enchantment'), (10677, 'Mergis Game', 'Mergis is a casual puzzle-free game for children which is also a challenging online game as well. Match the same numbers in order to synthesize them. If you like challenges, then this is the perfect game for you. You can work on your skills and concentration in your spare time. What is the maximum number you can synthesize?', 'https://img.gamemonetize.com/ylqrbwubh7tutpvfdg1q6msy4nlfua0z/512x384.jpg', 'https://html5.gamemonetize.com/ylqrbwubh7tutpvfdg1q6msy4nlfua0z/', '0', 'Boys', 0, 0, '', 'mergis-game'), (10678, 'Animal Fashion Hair Salon Trendy Style', 'Children always like animals very much. They are eager to have more contact with nature and have more entertainment with animals. The Animal Fashion Hair Salon game can meet the requirements of children. It is specially designed for children and allows children to enter the Amazon rainforest. Design hairstyles for all kinds of animals. In the game, there are many animals. They are very cute and they like children. The designer of the game hopes that through this game, children can get in touch with more small animals and bring them to them.', 'https://img.gamemonetize.com/kor7hkphv8m3m0jjgpgaucx9z41jq8b1/512x384.jpg', 'https://html5.gamemonetize.com/kor7hkphv8m3m0jjgpgaucx9z41jq8b1/', '0', 'Hypercasual', 0, 0, '', 'animal-fashion-hair-salon--trendy-style'), (10679, 'Steve Red Dark', 'You have to help the cute steven go through the portal and reach the green chest in the red dark. come on what are you waiting for help and make steve reach the ballot box. Be careful now, more dangerous flying monsters, slime walking on the ground and zombies shooting arrows are waiting for you.', 'https://img.gamemonetize.com/5kui7mcxl5dfq4xkb9tq6f52g8o6mmul/512x384.jpg', 'https://html5.gamemonetize.com/5kui7mcxl5dfq4xkb9tq6f52g8o6mmul/', '0', 'Arcade', 0, 0, '', 'steve-red-dark'), (10680, 'Yellow Land Escape', 'Yellow Land Escape is a point and click game developed by 8B Games/Games2live. Imagine that you had been to a village, On there you had trapped. Here is the interesting puzzles and hidden objects to find and get escape from the village. Good luck.. Have fun!', 'https://img.gamemonetize.com/wkmvjlmmx7mqoe9g3gaeo0b60ahbu6s4/512x384.jpg', 'https://html5.gamemonetize.com/wkmvjlmmx7mqoe9g3gaeo0b60ahbu6s4/', '0', 'Puzzles', 0, 0, '', 'yellow-land-escape'), (10681, 'Neon Ball 3d Fun & Run 3D Game', 'Neon Ball 3d is a 3D online ball running game. This is a dangerous place, this ball wants to escape from hell, but it needs some help because it needs to change its direction. See how far you can go. Good luck!', 'https://img.gamemonetize.com/mr7d88p6zj7xzq5r83i7898z5022bz6j/512x384.jpg', 'https://html5.gamemonetize.com/mr7d88p6zj7xzq5r83i7898z5022bz6j/', '0', 'Racing', 0, 0, '', 'neon-ball-d--fun-amp-run-d-game'), (10682, 'Princess Parkour', 'As one of the most popular games, Parkour takes female characters as the selling point, integrates the theme of Rapunzel into the game, and sets the development of the level on the beautiful hair of the princess', 'https://img.gamemonetize.com/zcixbb6ofwis5qobuipxx07efjua4etr/512x384.jpg', 'https://html5.gamemonetize.com/zcixbb6ofwis5qobuipxx07efjua4etr/', '0', 'Action', 0, 0, '', 'princess-parkour'), (10683, 'Extreme Parkour', 'A very good parkour theme of the Sports Game, very smooth, can make a lot of professional action, do not look down on her oh, her skill is very good, can be said to be a wall.', 'https://img.gamemonetize.com/9we18sm7y3cvlkc41466ixdot5o258w5/512x384.jpg', 'https://html5.gamemonetize.com/9we18sm7y3cvlkc41466ixdot5o258w5/', '0', 'Action', 0, 0, '', 'extreme-parkour'), (10684, 'Extreme Car Parking', 'Play one of the most realistic parking games on the market. Drive various cars each with an unique behavoir. Discover lots of varied missions in a completely physical simulated world. Features: • high quality physical environment • physically calculated and detailed cars • lots of varied missions • customizable quality • detailed sound environment • prove true skill by beating the author record per mission Requirements: • 512mb RAM (for \'Low-Quality-Settings\' only) • minimum screen resolution of 800 x 400.', 'https://img.gamemonetize.com/n7ttmczoa4qtlo25obx1s3qe27r6iwtg/512x384.jpg', 'https://html5.gamemonetize.com/n7ttmczoa4qtlo25obx1s3qe27r6iwtg/', '0', 'Arcade', 0, 0, '', 'extreme-car-parking'), (10685, 'Ninja Turtles', 'The Teenage Mutant Ninja Turtles (often shortened to TMNT or Ninja Turtles) are four fictional teenaged anthropomorphic turtles named after Renaissance Italian artists. They were trained by their anthropomorphic rat sensei in the art of ninjutsu. From their home in sewers of New York City, they battle petty criminals, evil overlords, mutated creatures, and alien invaders while attempting to remain hidden from society. They were created by Kevin Eastman and Peter Laird. The characters originated in comic books published by Mirage Studios before expanding into cartoon series, films, video games, toys, and other general merchandise. During the peak of the franchise\'s popularity in the late 1980s and early 1990s, it gained worldwide success and fame.', 'https://img.gamemonetize.com/1xo8nznu1vlikch4lew88debh35k94tt/512x384.jpg', 'https://html5.gamemonetize.com/1xo8nznu1vlikch4lew88debh35k94tt/', '0', 'Puzzles', 0, 0, '', 'ninja-turtles'), (10686, 'Temple Maze', 'Temple Maze is one of the best puzzle maze games online, an addictive and fun-free game for kids. Help the characters find the exit as quickly as possible in a time-limited game that gives you the appropriate coins at the end of each level to unlock more levels. There are many modes in this game. Come on and start your adventure.', 'https://img.gamemonetize.com/vyhqckbk0jbsgpkeuygzhjf9bk9m4feo/512x384.jpg', 'https://html5.gamemonetize.com/vyhqckbk0jbsgpkeuygzhjf9bk9m4feo/', '0', 'Boys', 0, 0, '', 'temple-maze'), (10687, 'Formula Challenge', 'Want to try driving a Formula 1 and win a few championships? Before you there will be various obstacles in the form of blocks. You will need to carefully look at the road and approach them to make a maneuver and move away from collision with obstacles. At the same time try to collect various coins and other useful items located on the road.', 'https://img.gamemonetize.com/1i5q4v2wmffjdl1l5u9sl7slnn1gx1wp/512x384.jpg', 'https://html5.gamemonetize.com/1i5q4v2wmffjdl1l5u9sl7slnn1gx1wp/', '0', 'Racing', 0, 0, '', 'formula-challenge'), (10688, 'Ball pipe', 'Collect as many balls as you can with the pipe. Watch out for the bombs! or you will lose all the collected balls.', 'https://img.gamemonetize.com/slj0clixvq1781pt12keiigvl42ql5kp/512x384.jpg', 'https://html5.gamemonetize.com/slj0clixvq1781pt12keiigvl42ql5kp/', '0', 'Hypercasual', 0, 0, '', 'ball-pipe'), (10689, 'Baby Good Habits Game', 'Baby Good Habits is an online Kids game, What good habits for your kids do you know, moms? Let learn these good habits with your children together. Remember to brush your teeth before going to bed. And then take a good shower. Adjust the suitable temperature and put on a waterproof cap for your baby. Most importantly, let your baby form good sleeping habits, and go to bed on time every day. OK! Let practice these habits in this game! You will benefit a lot!', 'https://img.gamemonetize.com/2wsotuwgfm7sk4gvj464qm25lqtxurw0/512x384.jpg', 'https://html5.gamemonetize.com/2wsotuwgfm7sk4gvj464qm25lqtxurw0/', '0', 'Girls', 0, 0, '', 'baby-good-habits-game'), (10690, 'Alpine A110 S Slide', 'Play this slide puzzle games of the car - Alpine A110 S. It\'s include 3 images and 3 modes (3x3 pieces, 4x4 pieces, 5x5 pieces) to play.', 'https://img.gamemonetize.com/3pebufjls0dkw7hbaxjvt5jo6jejecsg/512x384.jpg', 'https://html5.gamemonetize.com/3pebufjls0dkw7hbaxjvt5jo6jejecsg/', '0', 'Puzzles', 0, 0, '', 'alpine-a-s-slide'), (10691, 'Happy Easter Game', 'In this game, you need to throw Easter eggs in the balloon basket. Try to put more eggs as you can in the basket. Take a position, aim, and shoot to the basket. But the rabbit that is in the balloon basket is a bad pilot and the balloon will not be stable at all. He will go up and down and left and right. For that reason will be harder to throw the eggs inside the basket. But that is the interest in this game. And after all, if you make a mistake and drop the eggs on the floor the new life will be born. The little chicks will hatch from the eggs.', 'https://img.gamemonetize.com/10jzekiowl9pgnzzn5j9gzq8wbw65fsl/512x384.jpg', 'https://html5.gamemonetize.com/10jzekiowl9pgnzzn5j9gzq8wbw65fsl/', '0', 'Puzzles', 0, 0, '', 'happy-easter-game'), (10692, 'Grand theft Blockworld', 'Are you ready to pass the levels in the block world with a legendary super fast car? Complete all the levels and reach the last level. Remember, each level has time, you must reach the finish line before the time runs out. Reach the finish line and move on to the next level. You have to drive the sports car.', 'https://img.gamemonetize.com/pcjs8p8b1mfh8vj8c0gfdudtl7d376r0/512x384.jpg', 'https://html5.gamemonetize.com/pcjs8p8b1mfh8vj8c0gfdudtl7d376r0/', '0', 'Racing', 0, 0, '', 'grand-theft-blockworld'), (10693, 'City Racing Game Free', 'City Racing Game Free is a game where I can drive in the endless temple. There are 3 difficulty levels. You have to try to go the farthest by overcoming the obstacles with the red sports car. In Temple Racing, you will travel through magnificent temples. But you have to be careful because you shouldn\'t crash into anything. If you hit something, it\'s game over.', 'https://img.gamemonetize.com/qa5otptnc68amivmzleq3wkq75v5kfah/512x384.jpg', 'https://html5.gamemonetize.com/qa5otptnc68amivmzleq3wkq75v5kfah/', '0', 'Hypercasual', 0, 0, '', 'city-racing-game-free'), (10694, 'Number Arrange', 'Solving puzzles has a great benefit, it increases brain production of dopamine. It also affects learning, memory, concentration, and motivation. Number Arrange: It is a puzzle game in which you have to arrange the boxes by swapping the boxes to make a proper order of the numbers . Number box always gives you a challenge and gives you freshness. Solve Number box puzzle to stay active in puzzle world. Features: Number Box puzzle game has many boxes, each of them contain a specific number. Here are some features that Number Box provides - â—† Display Timer and move count â—† Set difficulty levels â—† Recreate the board or shuffle the boxes â—† Easy to use interface Levels: Number Box takes care about beginners so it helps the user to set there own difficulty. Levels are - â—† Easy - (3×3) grid â—† Normal - (4×4) grid â—† Hard - (5×5) grid â—† Extreme - (6x6) grid â—† Insane - (7×7) grid', 'https://img.gamemonetize.com/olv7gmcp405d81lfoelaqefbxgsf6obi/512x384.jpg', 'https://html5.gamemonetize.com/olv7gmcp405d81lfoelaqefbxgsf6obi/', '0', 'Puzzles', 0, 0, '', 'number-arrange'), (10695, 'Free City Driving', 'Get ready to drive car as real car driver within city car driving games and car games that provides the amazing simulation of city car simulator games. Are you passionate to become the expert city sport car driver of city driving games, then get this new city car driving simulator game. Enjoy fast car driving in new car games where you will experience the joy of driving car games along with car shooting games. Do you want to drive stunning sports car for extreme car driving experience in open world city of car driving game? Get in this car simulator of the city car driving 3d to be the best car driver in the city driving game or car driving simulator games. Smooth controls of bike and car driving within car driver games would be great fun for you if you are addicted to playing car games or car theft games. Ready? Fasten your seatbelt and move around the realistic 3d city environment of driving games. It’s time to show your skills of driving car in city car game 2020. The choice is yours, Drive cars or bike games…All you need is just drive carefully, collect cash and unlock exciting sports cars. Playing city car driving games in the open-world environment is the favorite genre of car driving for all the lovers of car simulator games and city driving games. That is why we are presenting this city car driving game that encloses the thrill of ramp car games and shooting car games. City buildings are connected with ramps to make your sports cars driving games journey more addictive with the twist of ramp car driving. Have you ever driving cars or motorbike in the city ramps? If not then be ready for extreme car driving in new car games. This is just the beginning of your car driving journey. You will go to the city rooftop and find a lot of breathtaking missions to do in this car driving simulator of city car driving game. Pickup particles of guns and car spikes to get the job that you have to complete in the given time to earn exciting cash rewards in the new car game. So don’t miss the chance to drive furious sports cars in city car simulator. In this city car driving simulator, you will find many city traffic cars moving around the city. You can snatch any car to drive in fun car games to enjoy the fun of car theft games. Is it sounds good? For sure if you are the one who are crazy for city driving games in car simulator games then this city car game is definitely for you. To car drive in this drive game will be the real challenge for the person who loves to play real car driver games. Are you one of those crazy lovers of driving games or fun driving games? Rank up yourself! Let’s get behind the wheel and hold steering to become the pro car driver of city in car games 3d. You can also control the third person character walk to explore the city. The mini-map will help you give the location of targets to shoot. Destroy city vehicles and enjoy car shooting! FEATURES of CITY DRIVING CAR SIMULATOR: New models of amazing sports cars to drive. Amazing heavy bike ride. A lot of exciting missions of shooting with bike & car driving. The thrilling experience of ramp car driving on city buildings. Nitro boasted extreme car driving gameplay. Get reward and unlock super exciting cars. Play new city car driving games.', 'https://img.gamemonetize.com/8ic94b9hxk69bgs9ncgfzyrfnql2pqw4/512x384.jpg', 'https://html5.gamemonetize.com/8ic94b9hxk69bgs9ncgfzyrfnql2pqw4/', '0', 'Racing', 0, 0, '', 'free-city-driving'), (10696, 'Bullet Force action', 'Bullet Force currently features 4 polished game-modes including Team Deathmatch, Conquest, Free-For-All, and Gun Game. In all of them you will be in combat against other players', 'https://img.gamemonetize.com/s48xbqjb5c4tg9bm1gxw9mjrhuysd9c9/512x384.jpg', 'https://html5.gamemonetize.com/s48xbqjb5c4tg9bm1gxw9mjrhuysd9c9/', '0', 'Multiplayer', 0, 0, '', 'bullet-force--action'), (10697, 'Crazy Escape Masters', 'The escape adventures have never been so fun. Save yourself and your mates from unexpected traps and tricky obstacles. Dig the right way out and enjoy your freedom.', 'https://img.gamemonetize.com/eyat1prkra69nktvwnsge8u0pnc36g0x/512x384.jpg', 'https://html5.gamemonetize.com/eyat1prkra69nktvwnsge8u0pnc36g0x/', '0', 'Hypercasual', 0, 0, '', 'crazy-escape-masters'), (10698, 'CRAZY WATER PARK WAR', 'Cheerful water fun games, come and fight on the water in the hot summer! Move your fingers and push your friends into the water, try all kinds of fun props for free, and you can change roles, which is full of fun and joy.', 'https://img.gamemonetize.com/tgsmyw9nzr946ank81gjjovoh0k86nfw/512x384.jpg', 'https://html5.gamemonetize.com/tgsmyw9nzr946ank81gjjovoh0k86nfw/', '0', 'Puzzles', 0, 0, '', 'crazy-water-park-war'), (10699, 'Escape 40x', 'A little bird was trapped in a high building with 40 levels. Help the bird escape from the building by completing different puzzles to escape from any level. Some levels require clicking items and others to drag and drop or make math calculations to solve them.', 'https://img.gamemonetize.com/3fa0scwknkvcqmz75gfgoaeps7rk1bij/512x384.jpg', 'https://html5.gamemonetize.com/3fa0scwknkvcqmz75gfgoaeps7rk1bij/', '0', 'Puzzles', 0, 0, '', 'escape-x'), (10700, 'Fruits Merge', 'Drop Random fruits and merge identical ones! Slide your finger left and right and release to drop the bubble fruits don\'t let fruits touch to top red line Can you Last till the Big bag of fruits?', 'https://img.gamemonetize.com/p98orl9cygnk4oxkfm5scgdip04jhaxc/512x384.jpg', 'https://html5.gamemonetize.com/p98orl9cygnk4oxkfm5scgdip04jhaxc/', '0', 'Puzzles', 0, 0, '', 'fruits-merge'), (10701, 'Monster High Abbey', 'Abbey Bominable is a yeti and a student at Monster High. She is an inhabitant of the Himalaya mountain range. Do you want to create her dressing style? She should look very stylish with her outfits, necklaces, earrings and boots.', 'https://img.gamemonetize.com/6rn79vyhpo1bb2nwe4xsqyuo2qsk5trf/512x384.jpg', 'https://html5.gamemonetize.com/6rn79vyhpo1bb2nwe4xsqyuo2qsk5trf/', '0', 'Girls', 0, 0, '', 'monster-high-abbey'), (10702, 'Frozen Elsa Dressup', 'Snow Queen Elsa fascinates everyone with her dreamy beauty. Do you want to create your dream queen with new dresses and make-up? Let\'s play', 'https://img.gamemonetize.com/4q4qlh9ut0bn0hgtbbnva44vr9zog99p/512x384.jpg', 'https://html5.gamemonetize.com/4q4qlh9ut0bn0hgtbbnva44vr9zog99p/', '0', 'Girls', 0, 0, '', 'frozen-elsa-dressup'), (10703, 'Batman Dress', 'Batman is trying on a dress for his new movie. Let\'s create a very different and new style of Batman.', 'https://img.gamemonetize.com/nk40vddraqf8mrzgiwug6xk5341i6w7x/512x384.jpg', 'https://html5.gamemonetize.com/nk40vddraqf8mrzgiwug6xk5341i6w7x/', '0', 'Boys', 0, 0, '', 'batman-dress'), (10704, 'Spiderman Shot Green Goblin', 'Spider-Man has decided to destroy all Green Goblins. Aim and shoot.Bounce bullets if there are obstacles in front of you. Complete all chapters. Clear the city of Green Goblins and win the game.', 'https://img.gamemonetize.com/093vyjouuedii57re25a7hc174elx9b8/512x384.jpg', 'https://html5.gamemonetize.com/093vyjouuedii57re25a7hc174elx9b8/', '0', 'Shooting', 0, 0, '', 'spiderman-shot-green-goblin'), (10705, ' Shopping Mall Parking Lot', 'Show that you can make full use of your driving skills in this realistic parking simulator taking place around a lifelike Shopping Mall environment! Learn to drive all of 12 awesome cars, varying in size, performance and handling!', 'https://img.gamemonetize.com/6pxnl0wu44c3sxp8b08w680m1jkis0ka/512x384.jpg', 'https://html5.gamemonetize.com/6pxnl0wu44c3sxp8b08w680m1jkis0ka/', '0', 'Arcade', 0, 0, '', '-shopping-mall-parking-lot'), (10706, 'Dungeon Caves', 'Dungeon cave is a puzzle game where you have to control the player, get coin and at last, get key of gate and escape. Be aware of danger awaiting, sharp traps and hunting skulls. Can you beat the hardcore puzzle levels?', 'https://img.gamemonetize.com/3tjubrbu1lcirk4fa5yyvxp08rk3h58n/512x384.jpg', 'https://html5.gamemonetize.com/3tjubrbu1lcirk4fa5yyvxp08rk3h58n/', '0', 'Puzzles', 0, 0, '', 'dungeon-caves'), (10707, 'Little Princess Magical Tale Girl Game', 'Looking for princess games for girls? Let\'s play kids\' games for girls 5 to 7 years old and older! Become a part of a fairy adventure Kid games for girls for free! There will be many pitfalls and it\'ll surely be dangerous!', 'https://img.gamemonetize.com/5q2rk3slm4m1zctreddylal4dudhibqs/512x384.jpg', 'https://html5.gamemonetize.com/5q2rk3slm4m1zctreddylal4dudhibqs/', '0', 'Girls', 0, 0, '', 'little-princess-magical-tale--girl-game'), (10708, 'Racks on racks', 'How tall can you stack up the tower ?', 'https://img.gamemonetize.com/s2ughzyktjxjdnzmhapohvhh6ruvtrce/512x384.jpg', 'https://html5.gamemonetize.com/s2ughzyktjxjdnzmhapohvhh6ruvtrce/', '0', 'Hypercasual', 0, 0, '', 'racks-on-racks'), (10709, 'Donutosaur 2021', 'Feed hungry adorable monster named Donatosaur. He likes candies but the thing he likes the most is a sweet yumy Donut!', 'https://img.gamemonetize.com/ag96aegzyzracss9y6awv9w1ojhgya68/512x384.jpg', 'https://html5.gamemonetize.com/ag96aegzyzracss9y6awv9w1ojhgya68/', '0', 'Arcade', 0, 0, '', 'donutosaur-'), (10710, 'Idle Diner Restaurant Game', 'Idle Diner Restaurant Game is a simulation of a restaurant game. You need to run your own restaurant and make it bigger and stronger. As more and more customers come in, you can add more tables and chairs and restaurants to make money. That\'s sounds great, isn\'t it? So, begin to run your restaurant game now!', 'https://img.gamemonetize.com/fozbs0twj3iz9llplrte7s8tjig3sf6b/512x384.jpg', 'https://html5.gamemonetize.com/fozbs0twj3iz9llplrte7s8tjig3sf6b/', '0', 'Puzzles', 0, 0, '', 'idle-diner-restaurant-game'), (10711, 'Noob Ninja Guardian', 'Have fun with this new free game Noob Ninja Guardian is a casual game of action, fights and endless fun! Now you can play at being a guardian ninja who will seek to protect his doyo and avoid the invasion of intruders who will seek to eliminate you !!!! A brave ninja decided to protect his doyo from the waves of enemies who seek to collapse each stone and conquer your territory. You must control the direction of the guardian where he should attack so as not to let any enemy pass. You could collect the coins to upgrade your skills and evolve the power of the guardian ninja. The objective of the game is to control the guardian ninja to attack the position of the enemies that run to the gates of the doyo !!! do not stop attacking until you eliminate the last enemy in your way but be careful that each group of enemies are stronger than others.', 'https://img.gamemonetize.com/98e3ng0z6o86ofpi7wq89feisdenw7j6/512x384.jpg', 'https://html5.gamemonetize.com/98e3ng0z6o86ofpi7wq89feisdenw7j6/', '0', 'Clicker', 0, 0, '', 'noob-ninja-guardian'), (10712, 'KillMaster Secret Agent', 'A secret agent decided to run through the snowy streets to eliminate all the masked men to capture many hostages to ask for rewards. Be very careful that in the levels you will find many bosses that will be very difficult to eliminate.KEY FEATURESThe objective of the game is to control the movements of the agent and shoot just at the angle where the enemies or the barrels are that could explode and thus eliminate all the enemies nearby. Buy other avatars to improve your agent skills.', 'https://img.gamemonetize.com/f471e4j1zv654kbamb500101omqd11hf/512x384.jpg', 'https://html5.gamemonetize.com/f471e4j1zv654kbamb500101omqd11hf/', '0', 'Shooting', 0, 0, '', 'killmaster-secret-agent'), (10713, 'Princess Coloring Glitter', 'Princess Coloring Glitter is a very fun coloring game. In this game, we\'ve prepared 4 different mini games for you to enjoy. Coloring for princesses\' pictures, free drawing, doing laundry and fun jigsaws. Every mini game will give you a different surprise. For an example, in the coloring and drawing mini games, beautiful dynamic stickers will make your eyes shine. Also we\'ve prepared many beautiful colors for you to create with abandon. If you are looking for coloring games, this game is your best choice!', 'https://img.gamemonetize.com/mjjrevoksc1k59ie20hxyjqelcd5qvxa/512x384.jpg', 'https://html5.gamemonetize.com/mjjrevoksc1k59ie20hxyjqelcd5qvxa/', '0', 'Girls', 0, 0, '', 'princess-coloring-glitter'), (10714, 'Pokemon Coloring', 'Decorate your favorite Pokemon, which have now lost all their colors and are now completely colorless. It is not necessary to repeat after the original image. Show imagination, color the characters as you wish.', 'https://img.gamemonetize.com/7co1as9t3zjht3mmmv9i5lsncx2yysft/512x384.jpg', 'https://html5.gamemonetize.com/7co1as9t3zjht3mmmv9i5lsncx2yysft/', '0', 'Arcade', 0, 0, '', 'pokemon-coloring'), (10715, 'Real Car parking 3d Simulator', 'Car parking is back in the sequel to the biggest mobile parking simulation game of all time! Car parking starts a new era of parking simulation gameplay with super stunning graphics, challenging multi-stage levels and real-time online.', 'https://img.gamemonetize.com/3kskg42btf13sjwmn6cvrc207mt9o7re/512x384.jpg', 'https://html5.gamemonetize.com/3kskg42btf13sjwmn6cvrc207mt9o7re/', '0', 'Racing', 0, 0, '', 'real-car-parking-d-simulator'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (10716, 'Kim Jong Un Funny Face', 'Kim Jong Un Funny Face - A Fun game for everybody. Just for fun this games makes funny faces for the ultimate supreme leader. Drag the yellow points on the face to make facial distortions. Use your mouse to make a funny face of Kim. Be creative and make screenshots and send it ito your friends. Enjoy playing Funny Face game brought to you by gamesgames.ba!', 'https://img.gamemonetize.com/1vdjx9stq28wb0eoont7ao4v89522xnd/512x384.jpg', 'https://html5.gamemonetize.com/1vdjx9stq28wb0eoont7ao4v89522xnd/', '0', 'Puzzles', 0, 0, '', 'kim-jong-un-funny-face'), (10717, '99 Balls Strike', 'Be prepared to face off against the ultimate fight between cannons and boulders! You can save the planet from the enemy\'s rock onslaught by honing your rock-shooting talents, putting them into action, and transporting you to Cloud 9 in excitement, movement, and enjoyment! Spend your spare time destroying the enemy stones and re-shooting the rocks as many times as necessary to complete the mission. Keep your distance from the rocks since they may fall on your gun and damage it if you don\'t. Be cautious and plan the most acceptable strategy for dealing with the rock onslaught so that you may become the greatest cannon shooting champion.', 'https://img.gamemonetize.com/o6uyfp4omggtrzqih62pmkvk5929sgvj/512x384.jpg', 'https://html5.gamemonetize.com/o6uyfp4omggtrzqih62pmkvk5929sgvj/', '0', 'Arcade', 0, 0, '', '-balls-strike'), (10718, 'Blocky Skater Rush', 'Blocky Skater Rush is an interesting arcade game, which can challenge your skateboard\'s skill well. Press and hold the screen to turn right, release to turn left. You need to pay more attention to avoiding the obstacles on the road. They drain your life points! Well, come to try it now!', 'https://img.gamemonetize.com/gegorzea7i9ted4emfx4hayjqou985o9/512x384.jpg', 'https://html5.gamemonetize.com/gegorzea7i9ted4emfx4hayjqou985o9/', '0', 'Arcade', 0, 0, '', 'blockyskaterrush'), (10719, 'US City Pick Passenger Bus Game', 'US City Pick Passenger Bus Game is best city coach simulator game. In city bus driving experience passenger bus driving simulator and you will pick and drop passenger. It will provide you a public transport bus driving simulator game with public transport bus driving experience. Get into an ultimate bus driving game, a coach bus game for better driving. Passenger bus simulator game has all buses of public transport driving games.', 'https://img.gamemonetize.com/tfi6l06gk4vtqk5lzwrhaceqpz606ois/512x384.jpg', 'https://html5.gamemonetize.com/tfi6l06gk4vtqk5lzwrhaceqpz606ois/', '0', 'Racing', 0, 0, '', 'us-city-pick-passenger-bus-game'), (10720, 'Poppy Hugie Jigsaw', 'welcome to Poppy Hugie Jigsaw Puzzle! If you are a jigsaw puzzle games lover then this game is the perfect one for you! Explore some amazing Poppy huggy pictures and try to assemble all jigsaw pieces. Have fun!', 'https://img.gamemonetize.com/k2oht6kf3l8gfwag8obxdbq0te4n877c/512x384.jpg', 'https://html5.gamemonetize.com/k2oht6kf3l8gfwag8obxdbq0te4n877c/', '0', 'Puzzles', 0, 0, '', 'poppy-hugie-jigsaw'), (10721, 'My High School Crush Date', 'Omg, I think someone at school likes you! Will it be the object of your crush? ! ? Is this a love letter from him? ! ? I think it\'s quite possible! Great - he asked you out! Dress up stunningly beautiful for your big date. Get ready for a romantic picnic under the stars, will you get your first kiss? !', 'https://img.gamemonetize.com/lyqul6ob0fymsuogo9y617j59nhik7r7/512x384.jpg', 'https://html5.gamemonetize.com/lyqul6ob0fymsuogo9y617j59nhik7r7/', '0', 'Girls', 0, 0, '', 'my-high-school-crush-date'), (10722, 'Spiderman Dress', 'Do you want to create alternative new costumes for Spider-man? Let\'s create super costumes for the amazing Spiderman', 'https://img.gamemonetize.com/1kgum6x6yarc8jnb2vugdb9ic7i66zau/512x384.jpg', 'https://html5.gamemonetize.com/1kgum6x6yarc8jnb2vugdb9ic7i66zau/', '0', 'Clicker', 0, 0, '', 'spiderman-dress'), (10723, 'Winx Candy Girl', 'Winx candy girl bought some very cute dresses. Do you want to create a great style with colorful dresses, shoes and jewelry? Let\'s play', 'https://img.gamemonetize.com/nkk4w3ludv6xhdt8n0mg172db5fx1rga/512x384.jpg', 'https://html5.gamemonetize.com/nkk4w3ludv6xhdt8n0mg172db5fx1rga/', '0', 'Girls', 0, 0, '', 'winx-candy-girl'), (10724, 'Winx Shopping Style', 'Winx Miusa went shopping. She bought many beautiful clothes, jewelry, shoes, bags and make-up items. Musa wants to create a new style. Let\'s make it so stylish', 'https://img.gamemonetize.com/isp1dnnyeyyq1ier8xl7z95x2drt0xbh/512x384.jpg', 'https://html5.gamemonetize.com/isp1dnnyeyyq1ier8xl7z95x2drt0xbh/', '0', 'Girls', 0, 0, '', 'winx-shopping-style'), (10725, 'Epic Join Crowd', 'In Epic Join Crowd, a fun-filled hypercasual game, you have to save the prison warriors and destroy the boss monster. Recruit warriors to your team by avoiding deadly obstacles, approaching prisons and rescuing warriors. In order to destroy the deadly boss at the end of the level, your team must consist of strong warriors. Try Epic Join Crowd for a smooth game experience with 50 different levels and beautiful graphics!', 'https://img.gamemonetize.com/1i9qj8p3z6oe2klt9pnyr6pqpbjqky4e/512x384.jpg', 'https://html5.gamemonetize.com/1i9qj8p3z6oe2klt9pnyr6pqpbjqky4e/', '0', 'Hypercasual', 0, 0, '', 'epic-join-crowd'), (10726, 'Zombie Mission 10 More Mayhem', 'The Zombie Mission 10 Prison Breakout episode isn\'t over yet! A new call came to the heroes from the secret part of the prison... In the More Mayhem episode, the adventure continues from where it left off. Different zombies and bosses threaten humanity with traps and weapons. You must immediately start the mission and fight in 20 different levels. With the new feature coming to the game, you can change the skin option just below the selected character. The strongest boss, of course, is waiting for you in the final level! Don\'t forget to buy weapons and upgrade with the coins you earn as you pass the levels!', 'https://img.gamemonetize.com/ol47eu64qhfpuxl2mlf8p7fhy5q0kwu0/512x384.jpg', 'https://html5.gamemonetize.com/ol47eu64qhfpuxl2mlf8p7fhy5q0kwu0/', '0', 'Shooting', 0, 0, '', 'zombie-mission--more-mayhem'), (10727, 'Princess Candy Makeup Game', 'Welcome to Princess Candy Makeup! Let\'s learn to style! This time, they got something new for you, all kinds of sweet stuffs. Candies, ice cream, cakes, chocolate, lollipops... But, can you believe it? They can be accessories put on clothes, hairstyles, makeup and jewelries. Feeling curious now? Come check them out and design styles with imagination.', 'https://img.gamemonetize.com/u9jt4u0353qasx3mkxiz8waif0o8x30e/512x384.jpg', 'https://html5.gamemonetize.com/u9jt4u0353qasx3mkxiz8waif0o8x30e/', '0', 'Girls', 0, 0, '', 'princess-candy-makeup-game'), (10728, 'Farm Bubbles Fruit', 'Fruits Are falling from the sky and your mission is to pop them to complete the level. Explore more challenging missions on the next levels. Good luck', 'https://img.gamemonetize.com/497x7xoe09wgdqdsemqqu694cg8l37nq/512x384.jpg', 'https://html5.gamemonetize.com/497x7xoe09wgdqdsemqqu694cg8l37nq/', '0', 'Puzzles', 0, 0, '', 'farm-bubbles-fruit'), (10729, 'Baby Taylor Doll Cake Design', 'Taylor\'s best friend Jessica\'s birthday is coming up, and Taylor wants to prepare a big surprise for her best friend. Jessica loves dolls and lemon cakes the most, it\'s that easy! Taylor decided to make a delicious and beautiful doll cake for Jessica. It\'s not easy, let\'s help Taylor make this cake!', 'https://img.gamemonetize.com/222zgmuowr5dss1s83o8h47a8ymw0d3y/512x384.jpg', 'https://html5.gamemonetize.com/222zgmuowr5dss1s83o8h47a8ymw0d3y/', '0', 'Girls', 0, 0, '', 'baby-taylor-doll-cake-design'), (10730, 'Princess Salon', '3 cute princesses are going to attend a splendid party this night. They all have their own prince in mind. They want to be at their best in order to dance with their prince. But pimples, dark circles and the dullness of the skin make them so anxious. As a kind kid, help them do makeover and makeups and dress them up. We have prepared so many beautiful makeups and costumes for you. Waiting for you to match them together to become works of art. If you are looking for something delicate and fun, this is your perfect game!', 'https://img.gamemonetize.com/j5f1rorbu8qt7up1vea82a3gzipiutko/512x384.jpg', 'https://html5.gamemonetize.com/j5f1rorbu8qt7up1vea82a3gzipiutko/', '0', 'Girls', 0, 0, '', 'princess-salon'), (10731, 'WW3 Tanks Battle', 'You\'ll be able to have fun with troops, guns, tanks, and planes from World War II if you say hello to the past. Several special effects are ready for you to experience with friends from all around the globe. There are two high-quality World War III weapons and two heavy tanks on hand, ready to fire projectiles and bullets at the enemy. The explosions are spectacular, and the figures from both the German and United States troops are of exceptional quality. Wishing you a pleasant time', 'https://img.gamemonetize.com/huwh2mcvxmm0z86xial1s3p78korovv1/512x384.jpg', 'https://html5.gamemonetize.com/huwh2mcvxmm0z86xial1s3p78korovv1/', '0', 'Shooting', 0, 0, '', 'ww-tanks-battle'), (10732, 'Snake YO', '“Snake YO†is a top down style game where you are a snake and you need to eat magic food to grow and become strong. Stay as long as possible and destroy as many enemy snakes as possible to accumulate points and save your best score. Use dash to do more difficult and risky maneuvers. A very fun game to play anytime. Have a good time!', 'https://img.gamemonetize.com/0ol5jfmvih4mawuaws0dtik63vxna7fu/512x384.jpg', 'https://html5.gamemonetize.com/0ol5jfmvih4mawuaws0dtik63vxna7fu/', '0', 'Hypercasual', 0, 0, '', 'snake-yo'), (10733, 'Supernoob Prison Easter', 'You have to help the supernoob collect all the eggs from the prison on Easter. he has to collect all 12 eggs in each chapter on easter and collect the egg with the supernoob. Be careful bombs are falling and arrows are coming from the wall. Collect the eggs without dying and reach the chest.', 'https://img.gamemonetize.com/o5rbdacoyotl6f1gyp0kp0xvzv72xn44/512x384.jpg', 'https://html5.gamemonetize.com/o5rbdacoyotl6f1gyp0kp0xvzv72xn44/', '0', 'Arcade', 0, 0, '', 'supernoob-prison-easter'), (10734, 'Wheel Smash Fun & Run 3D Game', 'In the game Wheel Smash, players need to enter the game to control the tire and keep moving forward. Crush all the objects on the ground. Without any requirements, players can freely revive and destroy all the objects that appear. The whole game is suitable for relaxing, have fun in the Wheel Smash!', 'https://img.gamemonetize.com/ikgat4ev0shds5nodl3bllaptw8cc006/512x384.jpg', 'https://html5.gamemonetize.com/ikgat4ev0shds5nodl3bllaptw8cc006/', '0', 'Boys', 0, 0, '', 'wheel-smash--fun-amp-run-d-game'), (10735, 'Ace Drift Car Racing Game', 'Ace Drift is a car driving game. If you are a crazy driving fan. You will be satisfied with this game. Continuous curves need you to keep drifting. You could enjoy high-speed diving. It is so exciting. Keep your eyes on the road.', 'https://img.gamemonetize.com/gn1p2p9o2nl7grauci79xaxaatq8zwwa/512x384.jpg', 'https://html5.gamemonetize.com/gn1p2p9o2nl7grauci79xaxaatq8zwwa/', '0', 'Racing', 0, 0, '', 'ace-drift--car-racing-game'), (10736, 'Crazy Intersection Car Game', 'Take command of the traffic lights at various junctions and ensure that no vehicles collide! Crazy Intersection is a city traffic simulator that puts your wits to the test by requiring you to solve a traffic conundrum at rush hour. Avoid accidents and traffic delays by checking traffic lights or using a roundabout, and by sketching the lines that each automobile must follow. During rush hour, drive various car types through the city street maze and solve the traffic challenge. In the automobile problem, find solutions to each car\'s arriving destination.', 'https://img.gamemonetize.com/1cy4xr03rncd083qx486w8mt28i7defa/512x384.jpg', 'https://html5.gamemonetize.com/1cy4xr03rncd083qx486w8mt28i7defa/', '0', 'Boys', 0, 0, '', 'crazy-intersection--car-game'), (10737, 'Face Paint Salon Makeover Game', 'Natalia has agreed to organize a contest for makeup. Any girl who likes to do makeup can register. You need to go to a spa before the contest to kill bacteria and viruses on the skin, and then you can scribble carefully on your skin. You can put on any makeup you want. If you think big enough. Finally, don\'t forget to dress up with your brightest outfit to catch your eye!', 'https://img.gamemonetize.com/y8llas5sobm209xaq4ag2im9sbtiw6sn/512x384.jpg', 'https://html5.gamemonetize.com/y8llas5sobm209xaq4ag2im9sbtiw6sn/', '0', 'Hypercasual', 0, 0, '', 'face-paint-salon--makeover-game'), (10738, 'Best Friends Sleepover Party Makeover Game', 'Fashion girls are holding a huge slumber party tonight! Help her to make the house ready to welcome her friends! SPA together with BFFs and apply the trendiest makeup in your makeup room. Dress up and see who has the prettiest pajamas!', 'https://img.gamemonetize.com/jrlw2omutmblw3daumxy5ck7bjp2toln/512x384.jpg', 'https://html5.gamemonetize.com/jrlw2omutmblw3daumxy5ck7bjp2toln/', '0', 'Hypercasual', 0, 0, '', 'best-friends-sleepover-party--makeover-game'), (10739, 'Pregnant Mommy Care Prep for Twins', 'Pregnant Mommy Care is a very fun caring game. Lisa is very tired recently. Probably because she is carrying 2 babies and she is about to labor. Let\'s look after her together! Start the care with a fantastic face spa for her. Clean her face. Apply a face mask to her face. Oh! She has got so many pimples on her face. Let\'s move these bad pimples. Lisa is so easily hungry during her pregnancy. Feed her some fruits and juices made on your own. She will be so grateful for your kindness. Lisa is too tired to decorate the babies\' rooms, come and decorate their rooms with good taste. Want to know what her babies look like? Click the play button to find out in this game!', 'https://img.gamemonetize.com/abcafedw3nv1dlg33n05uhyg96xf9xl8/512x384.jpg', 'https://html5.gamemonetize.com/abcafedw3nv1dlg33n05uhyg96xf9xl8/', '0', 'Girls', 0, 0, '', 'pregnant-mommy-care--prep-for-twins'), (10740, 'Ball Jointed Doll Creator Game', 'Ball Jointed Doll Creator is an online Kids game,Create your own beautiful and special BJD doll! Dress up a cute character and save it as a cute wallpaper on your device. You can design a BJD doll any style you like. Choose your favorite posture for your doll and complete her look with perfect hairstyle, expression, colored eyes', 'https://img.gamemonetize.com/7g79tsg9csrwm915dm0p4w1q906cy71k/512x384.jpg', 'https://html5.gamemonetize.com/7g79tsg9csrwm915dm0p4w1q906cy71k/', '0', 'Girls', 0, 0, '', 'ball-jointed-doll-creator-game'), (10741, 'Wonderful High Heels 3D Fun & Run 3D Game', 'Prepare yourself for the best high-heeled shoe game ever! Wonderful High Heels 3D is for the best! This shoe game is exciting, this runway is spectacular, and this shoe race is for the best! The higher your heels, the easier it will be to break free from the confines of the walls. You must collect as many high heels as can on the road in order to walk on the final podium! You\'ll feel like a QUEEN if you walk in heels! At each parkour, you\'ll face a new challenge! There are rails on the roof where you must extend your legs and slide, as well as walls to jump over, a stick to balance on, and a massive podium at the end of the road.', 'https://img.gamemonetize.com/zbz2v2pbj6n43twsgpsn8ejfbhsmb8ns/512x384.jpg', 'https://html5.gamemonetize.com/zbz2v2pbj6n43twsgpsn8ejfbhsmb8ns/', '0', 'Girls', 0, 0, '', 'wonderful-high-heels-d--fun-amp-run-d-game'), (10742, 'Strongest Parkour', 'A full of fun Parkour challenge game', 'https://img.gamemonetize.com/5f8f45cw7j4l5y4tl0smrnev01s11qux/512x384.jpg', 'https://html5.gamemonetize.com/5f8f45cw7j4l5y4tl0smrnev01s11qux/', '0', 'Action', 0, 0, '', 'strongest-parkour'), (10743, 'Bounce And Pop', 'Bounce And Popo is a funny arcade game which can train your brain flexibility! The players only need to control the gears to smash the balloon will be able to pass the levels. Aim at the goal and launch the gear firstly! Then control it to smash all the balloons! Let\'s try it now! To unlock more and more levels to challenge! Come on!', 'https://img.gamemonetize.com/14107min9xv60s9y65znzny08x81327k/512x384.jpg', 'https://html5.gamemonetize.com/14107min9xv60s9y65znzny08x81327k/', '0', 'Arcade', 0, 0, '', 'bounce-and-pop'), (10744, 'Huggy Wuggy Coloring', 'Huggy Wuggy, Kissy Missy and Mommy Long Legs coloring game. Choose the picture you like and paint it the color you want. Fun game.', 'https://img.gamemonetize.com/kw2gewmtxiosm612om18ltb0iyjd0xr1/512x384.jpg', 'https://html5.gamemonetize.com/kw2gewmtxiosm612om18ltb0iyjd0xr1/', '0', 'Clicker', 0, 0, '', 'huggy-wuggy-coloring'), (10745, 'Crazy Obstacle Blitz 2 Going Ball 3D ', 'Crazy Ball 3D is an excellent 3D ball game that will make you super happy and addicted to the game with simple and easy controls and just one click to play. In this Crazy Ball 3D game, you need to avoid obstacles while controlling the ball to keep moving forward. Are you eager to experience this reaction speed game? Install this fun game and become a good ball control expert in Crazy Ball 3D game. Download Crazy Ball 3D game: infinite dash now. How to play. ★Finger controls the ball to move left and right ★The acceleration belt can help you speed up. ★Dodging various obstacles Features. ★One-touch control for easy operation ★Stunning 3D worlds and effects ★No time limit ★Crazy speed ★Multi-color skin ★Best pressure reducer ★Challenges to test your extreme speed and rapid response If you like the feeling of adrenaline spewing, then this ultra-casual game is definitely for you. This Crazy Ball 3D game and reaction speed game is designed for you. This Crazy Ball 3D game may seem easy, but the ball will die as soon as it hits an obstacle. So do your best to control the ball and navigate through the dangerous paths to become a ball control expert! This Crazy Ball 3D game is simple and exciting, train your motor skills and reflexes at the same time. Play this super casual game and prove your skills in Crazy Ball 3D: Infinite Dash! You can\'t stop racing!', 'https://img.gamemonetize.com/x78oas1zr99gvunnuyvx0lkfv66oemeg/512x384.jpg', 'https://html5.gamemonetize.com/x78oas1zr99gvunnuyvx0lkfv66oemeg/', '0', 'Arcade', 0, 0, '', 'crazy-obstacle-blitz---going-ball-d-'), (10746, 'Hard Parkour Racing', 'Are you best rider to handle car on Hard Parkour Track ? Do you think that you can complete all the challenges of this real impossible track of car stunt racing game? If yes, so you can make a new world best record for an extreme city car with the longest jumps in the air. Drive through loops, perform ultimate mega ramp jumps but be careful avoid to smashing with cars, moto bikes and other heavy vehicles and enjoy the fueled stunt jet racing game.', 'https://img.gamemonetize.com/p5qobuc0bfy8zqw17fcefbw6ik9vyc2f/512x384.jpg', 'https://html5.gamemonetize.com/p5qobuc0bfy8zqw17fcefbw6ik9vyc2f/', '0', 'Sports', 0, 0, '', 'hard-parkour-racing'), (10747, 'Subway Princess Runner adventure', 'Subway Princess Runner, also known as Motor Bus Runner or Jungle Dash, is an endless running game that appeals to hundreds of thousands of players. Run as fast as you can and dodge the trains or buses that are about to collide with you. Be careful of the rolling logs in the jungle! To dodge obstacles and collect coins, you need to take great reflexes to move, jump and slide.', 'https://img.gamemonetize.com/gup4mslgl0dbvv9u0gv2s0bgouowuhpe/512x384.jpg', 'https://html5.gamemonetize.com/gup4mslgl0dbvv9u0gv2s0bgouowuhpe/', '0', 'Arcade', 0, 0, '', 'subway-princess-runner--adventure'), (10748, 'Diamond Colors Art', 'Are you new to painting? Don\'t worry! Just fill the diamond into the canvas according to the number to complete a masterpiece of your own. There are a variety of pictures in the game for you to choose from! 101 different pictures are waiting for you in the gallery. In each level, the pictures are detailed and the number of colored diamonds increases.', 'https://img.gamemonetize.com/uju9xynd4qwsel8ug319t3r7x724n7db/512x384.jpg', 'https://html5.gamemonetize.com/uju9xynd4qwsel8ug319t3r7x724n7db/', '0', 'Puzzles', 0, 0, '', 'diamond-colors-art'), (10749, 'Grand Royale Battle 2022', 'In the face of doomsday and zombies, make yourself stronger in the continuous breakout, and unlock powerful equipment and special skills, break through your own limits in the face of zombie siege again and again, and usher in victory.', 'https://img.gamemonetize.com/5x8qrhvnf3ud37ofmjvjdks2jdk4n6zf/512x384.jpg', 'https://html5.gamemonetize.com/5x8qrhvnf3ud37ofmjvjdks2jdk4n6zf/', '0', 'Adventure', 0, 0, '', 'grand-royale-battle-'), (10750, 'Outer Planet', 'The outer planet has been invaded by aliens! You need to save the planet and fight back. The game is free to play online. Outer planet alien online game is a free browser game where you fight aliens on different planets.', 'https://img.gamemonetize.com/jaa2xla0uoo0suw48sng10w90u5b2ktf/512x384.jpg', 'https://html5.gamemonetize.com/jaa2xla0uoo0suw48sng10w90u5b2ktf/', '0', 'Arcade', 0, 0, '', 'outer-planet'), (10751, 'Fun football', 'Welcome to Fun Football with physics, various locations. Virtuoso combinations of blows, spectacular feeds, all this awaits you in the game.', 'https://img.gamemonetize.com/jig3ioym71l5yy27fbaiziwzn0jvxrpr/512x384.jpg', 'https://html5.gamemonetize.com/jig3ioym71l5yy27fbaiziwzn0jvxrpr/', '0', 'Soccer', 0, 0, '', 'fun-football'), (10752, 'Mowgli', 'Mowgli is a fictional character and the protagonist of Rudyard Kipling\'s The Jungle Book stories. He is a naked feral child from the Pench area in Seoni, India, who originally appeared in Kipling\'s short story "In the Rukh" (collected in Many Inventions, 1893) and then went on to become the most prominent and memorable character in his collections The Jungle Book and The Second Jungle Book (1894–1895), which also featured stories about other characters.', 'https://img.gamemonetize.com/yyum5cj27lmnlhejq3lir8947v4gq0d1/512x384.jpg', 'https://html5.gamemonetize.com/yyum5cj27lmnlhejq3lir8947v4gq0d1/', '0', 'Puzzles', 0, 0, '', 'mowgli'), (10753, 'Car Parking Game Prado Game', 'Do you love car games? Experience real car driving and improve your driving skills with the best car simulator Real Car Parking Multiplayer. Real Car Parking Multiplayer offers you the best car driving experience with modified cars. In multiplayer open world mode, play with your friends, take a stroll, have fun as you wish! You can customize your car with detailed modification options; decal painting system, rim, spoiler, paint, glass color, license plate, suspension, window lettering and more... - Parking mode: You must park at the desired place without hitting the obstacles in the given time. Try not to crash because if you do, the game starts over. - Slalom mode: Pass through the barges in the given time in the direction indicated by the arrow. If you knock down the barges, you lose. - Night mode: Let\'s turn on the headlights and start night driving. Again, fun episodes are waiting for you. - Drift mode: You can drift as much as you want in the specially designed drift area, when you enter this mode, your car will automatically turn into a drift vehicle. Thus, the driving becomes more enjoyable and slippery. Don\'t forget to get the desired score in the given time! - Traffic mode: You must proceed by following the traffic rules. If you go through a red light, you have to start over. You should not go outside of the given route. Game Features; - 10+ legendary cars: E30, Civic, Civic FD6, Golf, Polo, M3, Mercedes, Astra, AE86, 106, Porsche - Realistic exhaust sounds and driving pleasure - Horn, blinker details - Cover your car as you wish with the decal painting system - More than 100 career modes - Multiplayer mode', 'https://img.gamemonetize.com/hd5g151ncwwo0keyhu39qrop0612r8da/512x384.jpg', 'https://html5.gamemonetize.com/hd5g151ncwwo0keyhu39qrop0612r8da/', '0', 'Racing', 0, 0, '', 'car-parking-game--prado-game'), (10754, 'Blocky Ball 3D', 'Blocky Ball 3D is a game where you try to get the ball to the exit by moving wooden disc blocks. You must create the correct route within the given time and find the escape by collecting the stars. The routes with the stars will give you some clues. Marble discs in some sections cannot be moved. Train your brain by playing over 200+ levels!', 'https://img.gamemonetize.com/q28zoxbtbokcrxxqncz9e5e2rzho7jmv/512x384.jpg', 'https://html5.gamemonetize.com/q28zoxbtbokcrxxqncz9e5e2rzho7jmv/', '0', 'Puzzles', 0, 0, '', 'blocky-ball-d'), (10755, 'Play Rapunzel Sweet Matching Game', 'Play Rapunzel Sweet Matching Game is a match-3 type game. Swap to match 3 or more of the same candy pieces together! you can use Bomb, Swap and Color picker item to make it more fun to play. After completing a level, you will get a bonus coin that you can use to buy game item in game shop.', 'https://img.gamemonetize.com/im6jss2vyt6ixxeh81din0qlkm5mtgbq/512x384.jpg', 'https://html5.gamemonetize.com/im6jss2vyt6ixxeh81din0qlkm5mtgbq/', '0', 'Girls', 0, 0, '', 'play-rapunzel-sweet-matching-game'), (10756, 'Play Moana Sweet Matching Game', 'Play Moana Sweet Matching Game is a match-3 type game. Swap to match 3 or more of the same candy pieces together! you can use Bomb, Swap and Color picker item to make it more fun to play. After completing a level, you will get a bonus coin that you can use to buy game item in game shop.', 'https://img.gamemonetize.com/29tk65hg1qk5brhj1oefnmd9eq2bx9m4/512x384.jpg', 'https://html5.gamemonetize.com/29tk65hg1qk5brhj1oefnmd9eq2bx9m4/', '0', 'Girls', 0, 0, '', 'play-moana-sweet-matching-game'), (10757, 'Infinity Running Game', 'It is a classical running game. Control the character move left, right or jump up. Keep away from barrels, run as far as you can.', 'https://img.gamemonetize.com/d77s8n1wcldz38rtmws62qr37ttdswuo/512x384.jpg', 'https://html5.gamemonetize.com/d77s8n1wcldz38rtmws62qr37ttdswuo/', '0', 'Sports', 0, 0, '', 'infinity-running-game'), (10758, 'Brain Twister', 'Welcome to Brain Twister! The aim of the game, is to find the exact positions of the colors in the sequence. Drag the balls in the empty spaces. Every ball can be used only once in a sequence. Once filled the line, you’ll get the Brain Twister response. A Grey ball stands for a correct color in a wrong position. A Black ball stands for a correct color in a correct position.', 'https://img.gamemonetize.com/wuz0f81tt06cnwgfdiey2o48npa1uv3v/512x384.jpg', 'https://html5.gamemonetize.com/wuz0f81tt06cnwgfdiey2o48npa1uv3v/', '0', 'Puzzles', 0, 0, '', 'brain-twister'), (10759, 'Mario Slide', 'Welcome to the Super Mario universe! Our legendary hero lives in a beautiful and blooming place — the Mushroom Kingdom. The magnificent kingdom is ruled by Princess Peach, with whom our good friend has been in love for a long time. The territory of the kingdom is adjacent to the lands of the creepy Bowser — a terrible and ferocious dragon who has been sharpening his grudge against Mario for a long time and wants to capture the Mushroom Kingdom in his possession.', 'https://img.gamemonetize.com/dns7oj19d7mj38gjunwwc2r0ob1v3j4b/512x384.jpg', 'https://html5.gamemonetize.com/dns7oj19d7mj38gjunwwc2r0ob1v3j4b/', '0', 'Puzzles', 0, 0, '', 'mario-slide'), (10760, 'Soccer Rush', 'Avoid soccer hooligans and defenders and make it to the box to shoot on goal', 'https://img.gamemonetize.com/ua7epaxcqir3003gq4f1fw9m1ixxacfx/512x384.jpg', 'https://html5.gamemonetize.com/ua7epaxcqir3003gq4f1fw9m1ixxacfx/', '0', 'Soccer', 0, 0, '', 'soccer-rush'), (10761, 'Sky Rolling Balls', 'Sky Rolling Balls is an arcade game, which is suitable for all ages. The gameplay is very simple. You only need to hold the ball to go ahead. Collect all the circles at each level. The more levels you unlock, the more circles you need to collect. Are you ready to begin this interesting game? Enjoy it now!', 'https://img.gamemonetize.com/ekim7pykxcp1qg3ozxtds1m5pmimj4d1/512x384.jpg', 'https://html5.gamemonetize.com/ekim7pykxcp1qg3ozxtds1m5pmimj4d1/', '0', 'Arcade', 0, 0, '', 'sky-rolling-balls'), (10762, 'Zombie Mayhem Online', 'You are on the killing spree. There are too much undead walking around. Can you do something about it ? Can you kill them all ? When you kill zombie you will get certain amount of coins. You can use those coins to unlock new weapons. Features: * Three Maps with 10 level each * Six different weapons * Over 20 different Zombies * Zombies Dismemberment System * Bloody', 'https://img.gamemonetize.com/5a2t2srfkzobmgj4wv2tm4c2i615y572/512x384.jpg', 'https://html5.gamemonetize.com/5a2t2srfkzobmgj4wv2tm4c2i615y572/', '0', 'Shooting', 0, 0, '', 'zombie-mayhem-online'), (10763, 'Clawdeen skates', 'Clawdeen Wolf is going to skate with friends and she doesn\'t know what fits better on her body. Help Clawdeen to choose the best clothes to make a good impression twin his friends and maybe to make new friends.', 'https://img.gamemonetize.com/7to4br1h7sk6hfezwkbuu992dl5wxz5c/512x384.jpg', 'https://html5.gamemonetize.com/7to4br1h7sk6hfezwkbuu992dl5wxz5c/', '0', 'Hypercasual', 0, 0, '', 'clawdeen-skates'), (10764, 'Sling Tomb Game', 'Help the little pets to sling and bounce to the top but watch out the obstacles and deadly traps. Go up and race against the water for your life climbing the tomb tower, collecting coins, diamonds, and power ups. Use the coins to unlock new pets and reach new highs to challenge your friends.', 'https://img.gamemonetize.com/fs54bc0373lp7gx04i4qmakgdsjk9eml/512x384.jpg', 'https://html5.gamemonetize.com/fs54bc0373lp7gx04i4qmakgdsjk9eml/', '0', 'Puzzles', 0, 0, '', 'sling-tomb-game'), (10765, 'Vampire Princess Rebecca First Date', 'I\'m Rebecca, a vampire princess. Tired of the endless boring life in the vampire kingdom, I slipped out of the castle and transformed into a human. In the human school, many mysterious stories happened. Now, the vampire cheerleader is going on a date with a human boy, I\'m so nervous, I don\'t know how to prepare for a human date, come and help me!', 'https://img.gamemonetize.com/fesdt7mzmtfvmnqq9ka128kgqhq9x3j2/512x384.jpg', 'https://html5.gamemonetize.com/fesdt7mzmtfvmnqq9ka128kgqhq9x3j2/', '0', 'Hypercasual', 0, 0, '', 'vampire-princess-rebecca-first-date'), (10766, 'Fashion Girl Cosplay Sailor Moon Challenge', 'Oh, great! Our Sailor Girl cosplay party continues now! Zoe and Iris failed to attend the Sailor Girl cosplay party before, so they decided to hold one by themselves. But Zoe prepared too many clothes, these two girls couldn\'t find the clothes they wanted! Please help these two girls find the clothes they want, and then help them match the clothes! Have fun!', 'https://img.gamemonetize.com/crn6q7quq9ga6b81hdtyz8r6mc0gtro4/512x384.jpg', 'https://html5.gamemonetize.com/crn6q7quq9ga6b81hdtyz8r6mc0gtro4/', '0', 'Hypercasual', 0, 0, '', 'fashion-girl-cosplay-sailor-moon-challenge'), (10767, 'Baby Taylor Healthy Diet', 'Eating a healthy diet is a very important part of maintaining good health. But it\'s a bit difficult for kids. Because anyone loves sweet cakes and chocolate. This is especially true for Taylor, who really hates eating vegetables and fruits. Now that the holidays are here, she only eats snack every day, not even meals. But the disadvantages of this kind are quickly reflected. Follow Taylor to see the importance of maintaining a healthy diet!', 'https://img.gamemonetize.com/dlhja1ik2vb1ivftdb36wzmvhbtp83np/512x384.jpg', 'https://html5.gamemonetize.com/dlhja1ik2vb1ivftdb36wzmvhbtp83np/', '0', 'Girls', 0, 0, '', 'baby-taylor-healthy-diet'), (10768, 'Vlinder Anime Doll Creator', 'Dress up your trendy doll! There are countless outfits, shoes, hairstyles and dresses. From skin tone, eyes, to shoes and dresses, it\'s all up to you! Let\'s see who can make the cutest and trendiest dolls!', 'https://img.gamemonetize.com/n6g8swmq08dlqsqp7f0d2ede50a2fzn4/512x384.jpg', 'https://html5.gamemonetize.com/n6g8swmq08dlqsqp7f0d2ede50a2fzn4/', '0', 'Girls', 0, 0, '', 'vlinder-anime-doll-creator'), (10769, 'Rise Up Pika', 'Roll and Rise up Pika . Move your shield with one finger to protect your Pika ballon. Clear your way as you reach higher and higher! Enjoy More free games on vodogame.com', 'https://img.gamemonetize.com/vwwxvxig7m42rbov4qufnp00vm3n7rc1/512x384.jpg', 'https://html5.gamemonetize.com/vwwxvxig7m42rbov4qufnp00vm3n7rc1/', '0', 'Puzzles', 0, 0, '', 'rise-up-pika'), (10770, 'Smurfs', 'The Smurfs (French: Les Schtroumpfs; Dutch: De Smurfen) is a Belgian comic franchise centered on a fictional colony of small, blue, human-like creatures who live in mushroom-shaped houses in the forest. The Smurfs was first created and introduced as a series of comic characters by the Belgian comics artist Peyo (the pen name of Pierre Culliford) in 1958, wherein they were known as Les Schtroumpfs. There are more than 100 Smurf characters, and their names are based on adjectives that emphasise their characteristics, such as "Jokey Smurf", who likes to play practical jokes on his fellow smurfs. "Smurfette" was the first female Smurf to be introduced in the series. The Smurfs wear Phrygian caps, which came to represent freedom during the modern era.', 'https://img.gamemonetize.com/8g2bqdnmdpy9fxow7z5ytzuq7ba9tl9v/512x384.jpg', 'https://html5.gamemonetize.com/8g2bqdnmdpy9fxow7z5ytzuq7ba9tl9v/', '0', 'Puzzles', 0, 0, '', 'smurfs'), (10771, 'Super Car Driving 2 Simulator 3D', 'Car Driving Simulator is the best car simulator of 2014, thanks to its advanced real physics engine Ever wanted to try a sports car simulator? Now you can drive, drift and feel a racing sports car for free! Be a furious racer on a whole city for you. No need to brake because of traffic or racing other rival vehicles, so you can perform illegal stunt actions and run full speed without the police chasing you! Drifting fast and doing burnout had never been so fun! Burn the asphalt of this open world city!', 'https://img.gamemonetize.com/wjf4268ogujdzr64wglv4se0kd8nhjdf/512x384.jpg', 'https://html5.gamemonetize.com/wjf4268ogujdzr64wglv4se0kd8nhjdf/', '0', 'Racing', 0, 0, '', 'super-car-driving--simulator-d'), (10772, 'I Love Color Hue', 'This is a logical hypercasual puzzle game. The goal of this game is to arrange the color hues from lighter to darker or vice versa depending on the fixed color. The squares that have white dots on them are fixed and according to them, you need to order other hue colors. Tap and drag on the colored squares to change the place. When you solve the hues you can go to the next level. There are fifty levels with shadows. Play at all levels and have fun. Win the level to unlock the next one.', 'https://img.gamemonetize.com/oid0tjip4yqies59tdafqvjtfzpuij2v/512x384.jpg', 'https://html5.gamemonetize.com/oid0tjip4yqies59tdafqvjtfzpuij2v/', '0', 'Puzzles', 0, 0, '', 'i-love-color-hue'), (10773, 'Snow White hidden objects', 'Snow White\'s hidden objects are a game about items that are hidden in the picture. The objective of the game is to click on the same objects you see below the picture of the game.', 'https://img.gamemonetize.com/h27fd9ptli58iblc3df9bnnrcjyt8jgd/512x384.jpg', 'https://html5.gamemonetize.com/h27fd9ptli58iblc3df9bnnrcjyt8jgd/', '0', 'Puzzles', 0, 0, '', 'snow-white-hidden-objects'), (10774, 'City Car Driving Free', 'City Car Driving 3D is a real-time vehicle racing simulator that has a new rapid beam drive as well as a unique ramp. It is your job to keep your speed under control in this insane offroad bus versus Prado Jeep road racing game in this crash simulator furious game that features rival car videogames chain breaker drive game, and you must do it while avoiding', 'https://img.gamemonetize.com/i77mtkoegxzf6jv2xmq15f5ho2o3r3v2/512x384.jpg', 'https://html5.gamemonetize.com/i77mtkoegxzf6jv2xmq15f5ho2o3r3v2/', '0', 'Hypercasual', 0, 0, '', 'city-car-driving-free'), (10775, 'Fruits Coloring', 'A full featured coloring game with 18 nice sketches of fruits and vegetables, You can save or print your colored image.', 'https://img.gamemonetize.com/lji7e82ffzisa2e1pz2aiz1e5nkpk5ub/512x384.jpg', 'https://html5.gamemonetize.com/lji7e82ffzisa2e1pz2aiz1e5nkpk5ub/', '0', 'Puzzles', 0, 0, '', 'fruits-coloring'), (10776, 'Parkour Runner 2D', 'Parkour Runner is a fun game where you try to progress continuously by jumping and falling into the gaps. You have to jump through the constantly moving walls and you have to be careful.', 'https://img.gamemonetize.com/ebe459bd2jvuip0dy799du3egjaice9u/512x384.jpg', 'https://html5.gamemonetize.com/ebe459bd2jvuip0dy799du3egjaice9u/', '0', 'Arcade', 0, 0, '', 'parkour-runner-d'), (10777, 'Star Quest', 'A large asteroid was heading to Earth which would exterminate all life. Luckily aliens came in and mined this asteroid for resources which caused the asteroid to explode into smaller pieces. The alien forces are picking up some scraps, but unfortunately the mothership left. They are leaving most of the smaller asteroids alone, which would still kill millions of people on Earth. It is your job to make sure all asteroids will be destroyed so no lives are lost on Earth. But unfortunately the aliens are not very friendly...', 'https://img.gamemonetize.com/rc7vxtn7dou3ysxre6m3etl5p2hysu8y/512x384.jpg', 'https://html5.gamemonetize.com/rc7vxtn7dou3ysxre6m3etl5p2hysu8y/', '0', 'Shooting', 0, 0, '', 'star-quest'), (10778, 'Flappy Horizon', 'Flappy frenzy continues at full speed and here is the new Flappy game "Flappy Horizon". In this game, there is a ball that you will try to pass through difficult obstacles and an endless level system, but don\'t be discouraged by these, because an exciting attention test is waiting for you.', 'https://img.gamemonetize.com/co6kj26stdx69zgjbaawlk59y1nvr6t7/512x384.jpg', 'https://html5.gamemonetize.com/co6kj26stdx69zgjbaawlk59y1nvr6t7/', '0', 'Arcade', 0, 0, '', 'flappy-horizon'), (10779, 'Big Farm Animal Transport Truck', 'This animal transport truck games type takes you to transport truck driving the real adventure of farm animals games in transport truck games. The farm animal cars in this farm animal games are used to drive animal transport simulator for the animal transport games. As a real truck drive game pick the farm animal games of farm animal truck games to drop to real farm animals to required destination of wild animal transport game. A twist in this safari game as wild animal racing is to drive like a real animal transporter of truck driver game in world of animal transport games. Become an animal truck transporter of Jurassic animal cargo games in Jurassic animal games of wild animal transport games In other animal truck driving games where the player had to drive the truck transport in city to pick & drop city animal games as animals transporter truck only this animal transport games can help you with animal truck transport simulator games feeling in transporting variety of animals to transport in this zoo animals transport game Lion, dog, deer, tiger, monkey, crocodile, gorilla, hippo, elephant, zebra, rhino, horse, bear and dinosaur in the jungle of Jurassic animal transport games can be transported through animal truck transport simulator games. Team up with wild animal transport and free farm animal transporter games to enjoy the real transport truck driver games of this animal transport simulator. Skill yourself with truck driving as driver in this animal truck transport of animal transport truck games. This wild animal transport games and animal truck driving games can be challenging as transport simulator, so enjoy yourself in the world’s biggest animal transport truck games. The farm animal truck games with wild animal games have the best transport game adventure. Take challenges in farm animal tuck games of animal transport games with game full of adventure of animal truck driving games. Farm Animal Transport Truck: Animal Rescue Sim features: - Variety of levels of farm animals transporter - Farm animal transport game with animal truck driver game as transporter truck simulator game - Zoo transport truck game and farm animal transport game - Pick farm animals games from Jurassic dinosaur transport game - Realistic uphill and downhill mountain roads - Immersive sounds & smooth controls for animal truck driving game in animal transporter truck game', 'https://img.gamemonetize.com/q13qf6ptgqniqor3bosdbvi8suqq11gf/512x384.jpg', 'https://html5.gamemonetize.com/q13qf6ptgqniqor3bosdbvi8suqq11gf/', '0', 'Arcade', 0, 0, '', 'big-farm-animal-transport-truck'), (10780, 'Ocean Fish Merge', 'Drop Random Ocean Fish and merge identical ones! Slide your finger left and right and release to drop the bubble fish don\'t let bubbles touch to top red line Can you Last till the Big Dragon fish?', 'https://img.gamemonetize.com/00bjdjuknl26np8fc5ftujvob1sxzldw/512x384.jpg', 'https://html5.gamemonetize.com/00bjdjuknl26np8fc5ftujvob1sxzldw/', '0', 'Puzzles', 0, 0, '', 'ocean-fish-merge'), (10781, 'Save from Aliens', 'In this game Earth is being attacked by aliens from outerspace. The people of Earth are being abducted and taken into space. Shoot down the aliens and protect the people of Earth. Use the mouse or touch the game screen to move.', 'https://img.gamemonetize.com/q37io45g442ax01oldk4205l01c3s01n/512x384.jpg', 'https://html5.gamemonetize.com/q37io45g442ax01oldk4205l01c3s01n/', '0', 'Shooting', 0, 0, '', 'save-from-aliens'), (10782, 'Baby Lilly Dress Up', 'Lilly baby is 2 years old. She loves to play in the garden. She likes to swing on the swing. Can you help her put on her new clothes?', 'https://img.gamemonetize.com/ev06a4v6zyc2jfg9wrjvulnbj02pjxmm/512x384.jpg', 'https://html5.gamemonetize.com/ev06a4v6zyc2jfg9wrjvulnbj02pjxmm/', '0', 'Girls', 0, 0, '', 'baby-lilly-dress-up'), (10783, 'SpongeBob Tic Tac Toe', 'SpongeBob and Patrick playing tic tac toe. Let\'s play with us. Who do you think will win?', 'https://img.gamemonetize.com/5mirwvelev98p1esw4afwkkayuijetrx/512x384.jpg', 'https://html5.gamemonetize.com/5mirwvelev98p1esw4afwkkayuijetrx/', '0', 'Puzzles', 0, 0, '', 'spongebob-tic-tac-toe'), (10784, 'Winx Stella Dream Girl', 'Winx stella wants to go shopping. Before leaving the house, she needs to dress very stylishly. Let\'s dress up the most beautiful girl of our dreams.', 'https://img.gamemonetize.com/qsiv3herh70x2m4vbfz1gup3n7igjw0n/512x384.jpg', 'https://html5.gamemonetize.com/qsiv3herh70x2m4vbfz1gup3n7igjw0n/', '0', 'Girls', 0, 0, '', 'winx-stella-dream-girl'), (10785, 'Winx Beach Outfits', 'Winx Bloom attended a cocktail party at the beach. Create your own beach party style by choosing very stylish clothes, choosing bikinis, swimwear, slippers, shoes.', 'https://img.gamemonetize.com/d8z7ey6x78m7yqa2lx1fannog1k7jcdu/512x384.jpg', 'https://html5.gamemonetize.com/d8z7ey6x78m7yqa2lx1fannog1k7jcdu/', '0', 'Girls', 0, 0, '', 'winx-beach-outfits'), (10786, 'Horse Rider Girl', 'Elena, who lives on the farm, loves horse riding. She bought new clothes, boots and hats to ride the horse. Let\'s dress her up very stylishly, let\'s try on the dresses.', 'https://img.gamemonetize.com/48idoi210r8ws5kcvg43qxl4baksi2vd/512x384.jpg', 'https://html5.gamemonetize.com/48idoi210r8ws5kcvg43qxl4baksi2vd/', '0', 'Girls', 0, 0, '', 'horse-rider-girl'), (10787, 'Slice Food', 'It is necessary to divide into equal parts for the number of lines defined on each level.', 'https://img.gamemonetize.com/khy7aygshe5eeg2ckvia06b2rjsuol16/512x384.jpg', 'https://html5.gamemonetize.com/khy7aygshe5eeg2ckvia06b2rjsuol16/', '0', 'Puzzles', 0, 0, '', 'slice-food'), (10788, ' Ultimate Real Car Parking', 'The Top Hit Parking Game Series returns – featuring an all-new location at the City Center Super Store! Drift and Park in Amazing Cars. Maneuver long Busses and make Freight Truck Deliveries! Show your Parking and Driving Skills in 50 Epic Missions at the Multi-Level Parking Lot! FEATURES: â–¶ AMAZING CARS: Drive & Park 10 Unique and Different Vehicles â–¶ CITY CENTRE SUPER STORE: Explore its every corner! â–¶ MEGA MULTI-LEVEL: Realistic Multi-Level & Open-Air Parking Lots â–¶ DEMANDING CHALLENGES: Over 50 Precision Driving Missions to Pass! Drive, Drift and Park Muscle Cars and Supercars, MPV’s, Pickups Trucks, Family Sedans and SUV’s. Keep the area clean with the Road Sweeper truck and make deliveries to the store in the Freight Truck. Drive shoppers to the store in the City Bus and take your family shopping in the Family Car, Camper and 4x4 pickups! There is something for everyone in Multi-Level Parking 7! Drive with other traffic, all looking for their parking spaces at the store! Be careful on the roads and make sure not to damage your cars! Visit the realistically detailed parking garage with multiple floors, ramps, entrances and animated features such as opening ticket barriers. Find your way to the parking spaces without crashing and prove you have what it takes to drive a massive selection of vehicles like a pro! The Main Game Mode is 100% FREE to play, all the way through, no strings attached! Extra Game Modes which alter the rules slightly to make the game easier are available through optional In-App Purchases.', 'https://img.gamemonetize.com/bl0o9jez6jh4vfza5kcy5x5hhvt9fmxv/512x384.jpg', 'https://html5.gamemonetize.com/bl0o9jez6jh4vfza5kcy5x5hhvt9fmxv/', '0', 'Arcade', 0, 0, '', '-ultimate-real-car-parking'), (10789, ' Hyper jumper Mr Jump', 'Hyper Jumper Mr Jump is a free game suitable for all ages. In the arsenal of the game 4 languages, 6 heroes and many levels. Mr Jump belongs to the genre of hyper casual games and arcade games, at first glance from a series of jumping games, but "hyper jumper" has collected all the best from this series. With our game "Hyper jumper Mr Jump offline" you can train your reaction, concentration, motor skills. Today there are a huge number of mobile games for every taste and color. Of all this diversity, absolutely everyone can easily, and most importantly, choose for free a really ideal option for themselves. Our option is the most ideal if you like jumping games.', 'https://img.gamemonetize.com/ej7a4shqnbma1wpjm593kkooix7fdkhh/512x384.jpg', 'https://html5.gamemonetize.com/ej7a4shqnbma1wpjm593kkooix7fdkhh/', '0', 'Hypercasual', 0, 0, '', '-hyper-jumper-mr-jump'), (10790, 'Sling Tomb', 'Help the little pets to sling and bounce to the top but watch out the obstacles and deadly traps. Go up and race against the water for your life climbing the tomb tower, collecting coins, diamonds, and power ups. Use the coins to unlock new pets and reach new highs to challenge your friends.', 'https://img.gamemonetize.com/22wy7croatuq8b8nqoj5feoiuvfhh1qv/512x384.jpg', 'https://html5.gamemonetize.com/22wy7croatuq8b8nqoj5feoiuvfhh1qv/', '0', 'Puzzles', 0, 0, '', 'sling-tomb'), (10791, 'Princess Rapunzel Puzzles & Match3 Games Online', 'Princess Rapunzel Puzzles & Match3 Games Online is a match-3 type game. Swap to match 3 or more of the same candy pieces together! you can use Bomb, Swap and Color picker item to make it more fun to play. After completing a level, you will get a bonus coin that you can use to buy game item in game shop.', 'https://img.gamemonetize.com/wpozoh2453e9055g5efkrfcgcuo2t5pz/512x384.jpg', 'https://html5.gamemonetize.com/wpozoh2453e9055g5efkrfcgcuo2t5pz/', '0', 'Puzzles', 0, 0, '', 'princess-rapunzel-puzzles-amp-match-games-online'), (10792, 'CHERRY JUMP', 'Barry\'s sister, Mary, has been captured by a mysterious foe, and you must rescue her! Run, jump, and stomp the baddies who stand in your way, and get to the end of each level unscathed!', 'https://img.gamemonetize.com/83s6sr2oneqc9n2x8ktvejmsegqj9hva/512x384.jpg', 'https://html5.gamemonetize.com/83s6sr2oneqc9n2x8ktvejmsegqj9hva/', '0', 'Arcade', 0, 0, '', 'cherry-jump'), (10793, 'Amazing Car Parking 3d', 'The iconic Parking Mania is back with a new challenge for attention, wariness, and sense of space! Don\'t stop and you won\'t notice how you become a real ace of driving and parking! In a huge city, there is less and less room for your car! Features: - Easy to learn and addictive gameplay - Many levels for honing your parking skills! - 80+ cars including taxi, sports cars,', 'https://img.gamemonetize.com/aenfhppmldez3z539c2ir4rdzbtxgtyd/512x384.jpg', 'https://html5.gamemonetize.com/aenfhppmldez3z539c2ir4rdzbtxgtyd/', '0', 'Hypercasual', 0, 0, '', 'amazing-car-parking-d'), (10794, 'AntMan Match 3 Games Online', 'Ant-Man Match 3 Games Online is a match-3 type game. Play best game online for A:\\UIPath\\Assets\\ReslutGames\\InPut\\Ant-Man Match 3 Games Online.zipSwap to match 3 or more of the same candy pieces together! you can use Bomb, Swap and Color picker item to make it more fun to play. After completing a level, you will get a bonus coin that you can use to Play More Of Ant-Man Match 3 Games Online', 'https://img.gamemonetize.com/5rsxnq7lezrby9r9ywu6vlgy0d21hb7v/512x384.jpg', 'https://html5.gamemonetize.com/5rsxnq7lezrby9r9ywu6vlgy0d21hb7v/', '0', 'Puzzles', 0, 0, '', 'antman-match--games-online'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (10795, 'Adventure Time Match 3 Games Online', 'Adventure Time Match 3 Games Online is a match-3 type game. Play best game online for A:\\UIPath\\Assets\\ReslutGames\\InPut\\Adventure Time Match 3 Games Online.zipSwap to match 3 or more of the same candy pieces together! you can use Bomb, Swap and Color picker item to make it more fun to play. After completing a level, you will get a bonus coin that you can use to Play More Of Adventure Time Match 3 Games Online', 'https://img.gamemonetize.com/wxw44yun29cahn3i4dvmcikwwm4j2eaa/512x384.jpg', 'https://html5.gamemonetize.com/wxw44yun29cahn3i4dvmcikwwm4j2eaa/', '0', 'Puzzles', 0, 0, '', 'adventure-time-match--games-online'), (10796, 'Infinity Tank Battle', 'Tank Battle is very popular TV game since 8-bit console present. Infinity Tank Battle is a brand new tank battle game. It is following various classic essential features, and add some new interesting elements. Now provide total 610 map Core Game Rule: - Defence your base - Destroy all enemy tanks Key Features: - Different type of enemy - Different type of Map style - Special items - Auto Helper tank - Import Super Tank Battle 500 Legend maps', 'https://img.gamemonetize.com/n2ft1cdnk6laaa3lh6mf75g8jtk8wj51/512x384.jpg', 'https://html5.gamemonetize.com/n2ft1cdnk6laaa3lh6mf75g8jtk8wj51/', '0', 'Shooting', 0, 0, '', 'infinity-tank-battle'), (10797, 'Crazy Car Driving City 3D', 'Welcome to Crazy Car Driving 3D Game . In this real car driving simulator game you will learn to drive different kinds of vehicles i.e. modern car, classic car, Offroad Jeep, Emergency Ambulance and heavy vehicles like buses and trucks. The driving academy will teach you all driving lessons and traffic rules. Start the engine of your classic car, don’t worry if you don’t know how to drive. Test driving academy will assign you modern car driving instructor who will teach you all traffic rules and road signs. Once you learn all rules in this driving academy 2020, then your driving instructor will take your classic car driving test. Show all your modern car driving skills in this real driving games to get your driving license.', 'https://img.gamemonetize.com/4nxehw3o7nnt55cemprcbkybpk1zu3aa/512x384.jpg', 'https://html5.gamemonetize.com/4nxehw3o7nnt55cemprcbkybpk1zu3aa/', '0', 'Racing', 0, 0, '', 'crazy-car-driving-city-d'), (10798, 'Chain the Color Block', '"Chain the Color Block" is an addictive puzzle game. It is no time limit, think clearly and place the block on right position. Game rule: - Three or more same color block can from a chain, and will destroy. - After collected 5 color of block, item "Bomb" can be used. - Destroy the block as more as you can Feature: No time limit, no pressure, relax puzzle game. * Best for killing time!', 'https://img.gamemonetize.com/sz9omzogizwttkf0nz9airuol20jlcae/512x384.jpg', 'https://html5.gamemonetize.com/sz9omzogizwttkf0nz9airuol20jlcae/', '0', 'Puzzles', 0, 0, '', 'chain-the-color-block'), (10799, 'Beautiful Line', 'Encourage fun to learn Maths It is a beautiful app, let you learning how line to form curve. By linking the line to form different shapes, you will feel Maths is funs. You don\'t need to think how to link the lines, we will guide how to do. No pressure, so relaxing to use the app.', 'https://img.gamemonetize.com/2ebq8zp7pd73kkm4ho0z2kxv1nzr958n/512x384.jpg', 'https://html5.gamemonetize.com/2ebq8zp7pd73kkm4ho0z2kxv1nzr958n/', '0', 'Puzzles', 0, 0, '', 'beautiful-line'), (10800, 'Play Frozen Sweet Matching Game', 'Play Frozen Sweet Matching Game is a match-3 type game. Swap to match 3 or more of the same candy pieces together! you can use Bomb, Swap and Color picker item to make it more fun to play. After completing a level, you will get a bonus coin that you can use to buy game item in game shop.', 'https://img.gamemonetize.com/zwxqhoje3asnsp77t7chj3x6ypo0kb1c/512x384.jpg', 'https://html5.gamemonetize.com/zwxqhoje3asnsp77t7chj3x6ypo0kb1c/', '0', 'Girls', 0, 0, '', 'play-frozen-sweet-matching-game'), (10801, 'Play Anna Frozen Sweet Matching Game', 'Play Anna Frozen Sweet Matching Game is a match-3 type game. Swap to match 3 or more of the same candy pieces together! you can use Bomb, Swap and Color picker item to make it more fun to play. After completing a level, you will get a bonus coin that you can use to buy game item in game shop.', 'https://img.gamemonetize.com/ryyabmq1xcadx3alzh3kpv1k1czit0ne/512x384.jpg', 'https://html5.gamemonetize.com/ryyabmq1xcadx3alzh3kpv1k1czit0ne/', '0', 'Girls', 0, 0, '', 'play-anna-frozen-sweet-matching-game'), (10802, 'Play Elsa Sweet Matching Game', 'Play Elsa Sweet Matching Game is a match-3 type game. Swap to match 3 or more of the same candy pieces together! you can use Bomb, Swap and Color picker item to make it more fun to play. After completing a level, you will get a bonus coin that you can use to buy game item in game shop.', 'https://img.gamemonetize.com/hy9c8odskkmxn64f93akwasciug19xet/512x384.jpg', 'https://html5.gamemonetize.com/hy9c8odskkmxn64f93akwasciug19xet/', '0', 'Girls', 0, 0, '', 'play-elsa-sweet-matching-game'), (10803, 'Spiderman Puzzle Jigsaw', 'You can have fun in this jigsaw puzzle game with wonderful spider-man pictures. Solve puzzles as well as upload new pictures and make new puzzles.', 'https://img.gamemonetize.com/5eh6rpruqfhp393pmvxvstt5qtp5ppqz/512x384.jpg', 'https://html5.gamemonetize.com/5eh6rpruqfhp393pmvxvstt5qtp5ppqz/', '0', 'Puzzles', 0, 0, '', 'spiderman-puzzle-jigsaw'), (10804, 'Mr Superfire', 'What are you waiting for? Take up your powerful guns, jump and shoot hundreds of enemies. Do not give up, try again and your skills will improve with every game. Only a MASTER can take them down and save the world!', 'https://img.gamemonetize.com/v5s30hzyp42kk4peclg91pzqsprtfewq/512x384.jpg', 'https://html5.gamemonetize.com/v5s30hzyp42kk4peclg91pzqsprtfewq/', '0', 'Arcade', 0, 0, '', 'mr-superfire'), (10805, 'Forgotten Dungeon 2', 'Forgotten Dungeon 2 is an addictive hack-and-slash action RPG. Slay skeletons, zombies, and other monsters as you explore dungeons. You will gain experience for each kill, and sometimes, enemies will drop items. When you level up, you can upgrade your strength, dexterity, intelligence, vitality, and spells. Increase your attack/damage and defense by equipping yourself with better weapons and armor. Choose between a sorcerer, archer, and warrior in this Diablo style RPG adventure game. Build experience and level up by defeating enemies. Equip your character with items that are found, won in battle, or purchased from various vendors. There are a ton of different items to choose from in this game. When you level up, the player has a choice of certain skills and attributes to improve and expand upon with their earned experience points. Items and weapons collected which are not equipped can be sold at the shop for gold. Attacks can be melee based or magic based. Click on the target enemy to battle. Your magical skills can be selected from the left of the screen. Using these decreases the mana levels but deliver extra attack damage. You can go back to town at any time by clicking the town button beside the skills button, and returning through the portal brings you back to where you left off. Special attack types can target weakness areas of enemies, so choosing when to use the proper magical attacks is important. The equipment you have selected actually shows up on the your character in the game. Strength increases damage. Dexterity increases attack speed and dodge chance. Intelligence increases magic speed, magic damage, and mana max. Vitality increases life max.', 'https://img.gamemonetize.com/0x7ykvqv7667qrqli9uakwunk1pgj55k/512x384.jpg', 'https://html5.gamemonetize.com/0x7ykvqv7667qrqli9uakwunk1pgj55k/', '0', 'Adventure', 0, 0, '', 'forgotten-dungeon-'), (10806, 'Pou Match3', 'Pou games are funny adventures of a small and completely helpless alien who accidentally came to our Earth and decided to stay here forever. Such games are perfect for the youngest gamers, as they are characterized by simple missions, bright and interesting graphics and fun music. Connect the same images with the mouse (in the amount of at least three pieces) and get maximum points!', 'https://img.gamemonetize.com/36p6th6djucg3ttfhw2imgr1e9hywtar/512x384.jpg', 'https://html5.gamemonetize.com/36p6th6djucg3ttfhw2imgr1e9hywtar/', '0', 'Puzzles', 0, 0, '', 'pou-match'), (10807, 'Noob Gravity', 'Are you ready for a funny gravity challenge from the funny and clumsy noob? Just tap the opposite of where you want to jump or fly. reach the door where you need to fly by flying, remember you need to fly and fly where you want to fly.', 'https://img.gamemonetize.com/dsciqj3ihf7nxpclaox0du4uju7vnfll/512x384.jpg', 'https://html5.gamemonetize.com/dsciqj3ihf7nxpclaox0du4uju7vnfll/', '0', 'Arcade', 0, 0, '', 'noob-gravity'), (10808, 'Spiderman Hill Climb', 'Spiderman climbs the challenging mountain roads with his spider truck and motorbikes. Do you want to cross these challenging roads with spider-man by driving the cars?', 'https://img.gamemonetize.com/1xdmud9yrz42z2g1juee49usm4a9c6pk/512x384.jpg', 'https://html5.gamemonetize.com/1xdmud9yrz42z2g1juee49usm4a9c6pk/', '0', 'Racing', 0, 0, '', 'spiderman-hill-climb'), (10809, 'Clash Of Dots', 'Here is a strategy matching game that is made from 2D simple game art styles. Your target is to attack and match all red areas. All areas have their own charging Cool Down. You need to pick the right timing to attack red areas or defend your green areas. Don\'t forget to use the two useful special skills below when you get yourself into trouble.', 'https://img.gamemonetize.com/da9i4wo7jybqwfa9afgkwh494chc1qf7/512x384.jpg', 'https://html5.gamemonetize.com/da9i4wo7jybqwfa9afgkwh494chc1qf7/', '0', 'Puzzles', 0, 0, '', 'clash-of-dots'), (10810, 'Alvin Dress Up', 'Singer squirrel Alvin is preparing for the concert. Let\'s dress up Alvin very stylishly with her new clothes, jewelry, hats and shoes.', 'https://img.gamemonetize.com/374yowmxn47190cw85n2mzc0z7qn6pt3/512x384.jpg', 'https://html5.gamemonetize.com/374yowmxn47190cw85n2mzc0z7qn6pt3/', '0', 'Girls', 0, 0, '', 'alvin-dress-up'), (10811, 'Unblock Parking', 'With the continuous progress of the times, more and more vehicles are filling the parking lot. The game has a refreshing operation feel and simple and easy-to-understand gameplay. It can reasonably plan the action route and sequence of the cars in the parking lot. All the cars drove out of the parking lot in an orderly manner, so don\'t hurry to challenge!', 'https://img.gamemonetize.com/ckfmcau2rodmwwox6e5vpk13vpud2lma/512x384.jpg', 'https://html5.gamemonetize.com/ckfmcau2rodmwwox6e5vpk13vpud2lma/', '0', 'Puzzles', 0, 0, '', 'unblock-parking'), (10812, 'Bubble Monsters Shooter', 'Bubble Monsters Shooter Aim and release to shoot and pop 2 more more identical bubble monsters and clear the levels before monsters touch the bottom. Explore tons of amazing and challenging levels and try to complete them all. Good luck', 'https://img.gamemonetize.com/k5l4214a52uqv2y1tnwkysdq2n7bet8i/512x384.jpg', 'https://html5.gamemonetize.com/k5l4214a52uqv2y1tnwkysdq2n7bet8i/', '0', 'Puzzles', 0, 0, '', 'bubble-monsters-shooter'), (10813, 'Draw Car Road 3D', 'This game is actually not a car avoiding arcade game but a bridge drawing puzzle game with 3D cartoon game art animations. It is managed for you to draw a bridge for the yellow car to overpass all kinds of terrains and the red flag on the platform track at each level. Glad you will complete all levels and have fun!', 'https://img.gamemonetize.com/xygdzyh8v3btwjvtxr5rvesmv9ghhfw1/512x384.jpg', 'https://html5.gamemonetize.com/xygdzyh8v3btwjvtxr5rvesmv9ghhfw1/', '0', 'Puzzles', 0, 0, '', 'draw-car-road-d'), (10814, 'Decorate My Dream Castle Game', 'The little princess will hold a grand ball in the castle. She is planning to redecorate the castle to prepare for the ball. Can you decorate the little princess\'s castle gorgeously and beautifully? Don\'t hesitate, come and try it! Maybe you will become a famous designer! Have fun!', 'https://img.gamemonetize.com/sabjxndvxibcnjqsy2ljyxl6tmvbf09p/512x384.jpg', 'https://html5.gamemonetize.com/sabjxndvxibcnjqsy2ljyxl6tmvbf09p/', '0', 'Girls', 0, 0, '', 'decorate-my-dream-castle-game'), (10815, 'Kill The Zombies 3D', '“Kill The Zombies†is a game created in Construct 3 with the new 3D feature, making it a very cool FPS game! Kill the Zombies and look for the keys to open the steel gates and advance to the end. Try to win in the shortest time possible! Beware of Zombies, they are terrifying! Enjoy 3D immersion!', 'https://img.gamemonetize.com/ylkjcqjtynpjjjbn20y6akuvadn1l3k1/512x384.jpg', 'https://html5.gamemonetize.com/ylkjcqjtynpjjjbn20y6akuvadn1l3k1/', '0', 'Action', 0, 0, '', 'kill-the-zombies-d'), (10816, 'Water Surfer Bus', 'Become a water coach driver! Whenever you play any bus driving games, you drive the coach in the city and provide the pick n drop service to the bus passengers but this time we are going to show off our water bus driving service for those people who want to go at the other corner of the river. So get behind the wheels of a water surfing coach to perform coach driver duty on blue sea water and river track. This water surfer bus simulation game is for those who love playing water sports games like jet boat racing, water motorbike or yacht simulator. Drive your favorite long vehicle and get behind the wheels of steering, fasten your seat belt, start the bus engine to show the exact precision of a water surfing tour with a long coach thrilling drive in a realistic city environment. Your main task is to drive and park your giant bus in the water subway surfer parking area, many difficulties and hard challenges will make your task more challenging. Feel the thrill of steering on a jumbo but beautiful piece of machinery. Reach at your destination without any collision with any obstacles, hurdles and other parked vehicles on your way. Drive through surfing tracks and avoid cones and road barriers to reach at your bus parking spot in city coach tour driving games. So, let\'s jump into a river bus service city driving tourist and travel in water floats. These driving games include water buses, and tourist river bus service will make this game best among the bus transporter city games. Bus city driving is one of the best new free games. So play a bus tour water bus driving game. Make a live contact to this new challenge of bus water stunts and water driving games by showing your performance of best city water taxi driver of the town by mixing it with splendid additions and powerful commands of water surfing coach luxury vehicle driving games. Relish every step and move in floating water stunts by bringing on ground your past talents of underwater car stunts of swimming pool games. The well managed and interlinking levels of water slide games are full with water surfing adventure which offer you a beautiful and real mix up of newly developed modes of water surfing bus city ride. In this water surfer coach tour: city driving you can play all modes of water surfing bus parking, pick & drop passengers to one water station to another water subway station. Water Surfer Coach Tour: City Driving Games - Tap the brake button to reduce the speed and water splash - Press the handbrake to stop the big city coach. - Pick Passengers from one point and drop them to their desired location. - Follow the map carefully while riding a city bus taxi in water surfer. - Collect all the checkpoints using the city water highway minimap. - Water bus simulator for water surfing bus games lovers. - Modern water bus surfer experience with real water floats sounds.', 'https://img.gamemonetize.com/td7is1wiglo3nyadxxwglekqdlbg0pk7/512x384.jpg', 'https://html5.gamemonetize.com/td7is1wiglo3nyadxxwglekqdlbg0pk7/', '0', 'Racing', 0, 0, '', 'water-surfer-bus'), (10817, 'Kwak Kwak!', 'Count! count them all!" as they flow through the river my grandpa would say, "Catch, catch them all as they need saving! It\'s the season to catch\'n\'save the ducks from the gloomy monster at the end of the river!". Each year those words of encouragement would echo in the valleys of heaven as we sit by the river bank.', 'https://img.gamemonetize.com/4tmzn5zlogvrpxpzo788bxs7ylzbc3p6/512x384.jpg', 'https://html5.gamemonetize.com/4tmzn5zlogvrpxpzo788bxs7ylzbc3p6/', '0', 'Arcade', 0, 0, '', 'kwak-kwak'), (10818, 'CUPHEAD 3D', 'CUPHEAD REMAKE 3D: A fun and interesting 3d remake of the original Cuphead.', 'https://img.gamemonetize.com/nf7ekrv56j28it4dt7aauphmyqgj4icr/512x384.jpg', 'https://html5.gamemonetize.com/nf7ekrv56j28it4dt7aauphmyqgj4icr/', '0', 'Arcade', 0, 0, '', 'cuphead-d'), (10819, 'CircleJump ', 'It is a causal style game, wait same color segment shoot and destroy it. Circle will destroy, when circle life decrease to zero. It can be jump to new stage. When bullet run out, it will be game over.', 'https://img.gamemonetize.com/d614gdjvbcevw8du6zkyym6mwtz5k1p6/512x384.jpg', 'https://html5.gamemonetize.com/d614gdjvbcevw8du6zkyym6mwtz5k1p6/', '0', 'Shooting', 0, 0, '', 'circlejump-'), (10820, 'Dark Chess', 'A special type of chess, using Chinese chess to play. It is a very interesting chess, it is using Chinese Chess to play but the game rule is very different. Only higher level chess can eat lower level chess, you all you chess is eaten or you cannot move. You will loss.', 'https://img.gamemonetize.com/ytj353e9zdzmc8osnd8swtj286zycpzs/512x384.jpg', 'https://html5.gamemonetize.com/ytj353e9zdzmc8osnd8swtj286zycpzs/', '0', 'Puzzles', 0, 0, '', 'dark-chess'), (10821, 'Light On', 'Light On is a Puzzle games involving laser beams and mirrors. You have to redirect laser light through a collection of mirrors to turn on the lights. Are you smart, patient, logic enough to solve all the levels of this very addictive and challenging puzzle game', 'https://img.gamemonetize.com/5jxybog5babz68o8ork67bjahvebj37j/512x384.jpg', 'https://html5.gamemonetize.com/5jxybog5babz68o8ork67bjahvebj37j/', '0', 'Puzzles', 0, 0, '', 'light-on'), (10822, 'Advance Parking Car', 'Play Advance Car Parking: Modern Car Parking Game 2020 which is a unique and genuine car parking game of 2020. You get to park your vehicle in new car games parking with new race cars, parking lots & different camera angles and realistic controls. This game offers ultimate parking experience as it is a parking game with many levels. This driver simulator is one of the crazy simulation games which provides real adventure of free games, and reverse parking to makes it a hard parking game. This game is unique unlike similar car parking games and has high quality graphics and variety of challenging tracks that will improve your car parking skills. Yore Entertainment presents modern parking games. This free new game simulator 2020 is a treat for players who are a fan of car parking games and so enjoy this modern car drive parking 3d . So gear up and get this parking car game with addictive driving & parking adventure and test your parking skills to know whether you are an expert car driver at parking cars or not . If you want to become a car parking driver then this car parking simulator 3d is for you so park your car as this game will test your skills just perfectly and will help you to learn car parking. This is most addictive car parking game with new features as it helps you to actually learn parking skills, car park and become best car parking driver and also let you enjoy. There are many offline simulation free games on the play store but this is unique and modern car drive parking 3d with different levels modern car parking missions to make you awesome car driver and help you become car parking driver, and also lets you enjoy with interesting parking lots and realistic controls. The other new car games 2020 are similar but this uniqueness of this new car parking game 2020 provides you easy parking management and different parking game levels of free games and offer you advance and modern car drive parking 3d with exciting gameplay and superior quality graphics to help you become the best at car parking. This modern car game features many race cars. You will surely become a real car driver after this best of car driver games by completing all the different car games levels and hard parking situations in this car parking game. An expert car driver who knows to park car is precise in handling steering wheel of racing car so this game brings you three different realistic controls to help you learn parking skills and unlock all levels and new racing cars. This game also features different parking lots, that include city parking and off road parking spaces with best adventure car parking. Play and become the best cars parking driver by parking cars. This new car game gives you real challenge as you have to avoid obstacles while parking the car to complete the level. Don’t crash, just enjoy and become an expert in parking and real car driver. The most addictive real car game offers you to drive new cars and play interesting and modern car parking missions. If you are a real car driver then drive luxurious cars in free games and play car games free modern car drive parking 3d and enjoy different levels in many different modes. So, complete all the levels of car parking challenge and improve your parking skills in challenging environment. This real car game bring you new cars, extensive real sound and many levels in this modern car drive parking game which are rare in other car games. Yore entertainment offers the car new games 2020 for free. So get ready and enhance your parking experience and get your favorite car parking game on', 'https://img.gamemonetize.com/vt6b0akkkhbmc3wfbet8ft0ldrpxyhyh/512x384.jpg', 'https://html5.gamemonetize.com/vt6b0akkkhbmc3wfbet8ft0ldrpxyhyh/', '0', 'Adventure', 0, 0, '', 'advance-parking-car'), (10823, 'Career Quiz', 'Find your career with this quiz! Dress up and be ready for your job.', 'https://img.gamemonetize.com/3emq6xizwydmsklms7ptb5jncgqk8l3o/512x384.jpg', 'https://html5.gamemonetize.com/3emq6xizwydmsklms7ptb5jncgqk8l3o/', '0', 'Girls', 0, 0, '', 'career-quiz'), (10824, 'Play Barbie Sweet Matching Game', 'Play Barbie Sweet Matching Game is a match-3 type game. Swap to match 3 or more of the same candy pieces together! you can use Bomb, Swap and Color picker item to make it more fun to play. After completing a level, you will get a bonus coin that you can use to buy game item in game shop.', 'https://img.gamemonetize.com/gw5vh6x1v5i9um08r7t9c6rwe2kn4fn4/512x384.jpg', 'https://html5.gamemonetize.com/gw5vh6x1v5i9um08r7t9c6rwe2kn4fn4/', '0', 'Girls', 0, 0, '', 'play-barbie-sweet-matching-game'), (10825, 'Play Kim kardashian Sweet Matching Game', 'Play Kim kardashian Sweet Matching Game is a match-3 type game. Swap to match 3 or more of the same candy pieces together! you can use Bomb, Swap and Color picker item to make it more fun to play. After completing a level, you will get a bonus coin that you can use to buy game item in game shop.', 'https://img.gamemonetize.com/5s1816jt1hxhh6yycp8x2o66xq3wpiol/512x384.jpg', 'https://html5.gamemonetize.com/5s1816jt1hxhh6yycp8x2o66xq3wpiol/', '0', 'Girls', 0, 0, '', 'play-kim-kardashian-sweet-matching-game'), (10826, 'Defense Kingdom', 'Defense Kingdom is a classic style arcade game, lead your soldiers and defend your castle through 10 levels of different difficulty, defend the castle from hordes of enemy skeletons and have fun.', 'https://img.gamemonetize.com/fq4miunldrqdkvqshe2a2i2xgiqfzlz6/512x384.jpg', 'https://html5.gamemonetize.com/fq4miunldrqdkvqshe2a2i2xgiqfzlz6/', '0', 'Puzzles', 0, 0, '', 'defense-kingdom'), (10827, 'Super Car Race', 'Car Race Game is a physics based HTML5 The Game Can be played on Computer Browsers , Mobile Browsers Android & iOS', 'https://img.gamemonetize.com/38jsz9g30f2keh4wmqz3leh2qzzthpil/512x384.jpg', 'https://html5.gamemonetize.com/38jsz9g30f2keh4wmqz3leh2qzzthpil/', '0', 'Racing', 0, 0, '', 'super-car-race'), (10828, 'Tennis World Open 2022 Sport', 'Experience tennis game in 3D! Here your knowledge of tenis is a valuable asset. You will have a chance to get better in your tenis skills, playstyles, and moves where we paid attention to every detail so we can be better than any other tennis game. Also, you can enjoy the real pleasure from free tennis games.', 'https://img.gamemonetize.com/p27dmexehw6q60qju1ldo8d9pt4fem4d/512x384.jpg', 'https://html5.gamemonetize.com/p27dmexehw6q60qju1ldo8d9pt4fem4d/', '0', 'Sports', 0, 0, '', 'tennis-world-open---sport'), (10829, 'Super Lule vs Zombies', 'Super Lule vs Zombies is a fun aim and shoot game featuring our beloved hero Lule. This time the brave ex military guy has to defeat an entire army of zombies that took over the beautiful land where Princess Lili lives. Keep in mind that you have a limited amount of only 7 bullets that you can use inside each of the 18 levels so use your ammo wisely and try to kill more than one zombie by using the same bullet.', 'https://img.gamemonetize.com/vo5kdjsz6ag9aqu50dv6ht61v4xtsm64/512x384.jpg', 'https://html5.gamemonetize.com/vo5kdjsz6ag9aqu50dv6ht61v4xtsm64/', '0', 'Shooting', 0, 0, '', 'super-lule-vs-zombies'), (10830, 'Find Unique Chick', 'This is a board puzzle game where you have to tap the unique Chick. All other Trees have their pair in board but one is unique. So try to find out unique chick before time runs out.', 'https://img.gamemonetize.com/fzsuboilkimm66qju4wxk1uj93x2ndka/512x384.jpg', 'https://html5.gamemonetize.com/fzsuboilkimm66qju4wxk1uj93x2ndka/', '0', 'Puzzles', 0, 0, '', 'find-unique-chick'), (10831, 'Messy Little Mermaid MakeoverGame', 'It\'s too messy, the little mermaid princess. How did you make yourself so sloppy? We want to turn her into a beautiful and noble princess again! Taking a shower, combing your hair, changing into new clothes, all of these need your help. Please help her to dress her up after giving her a clean bath! Put on her beautiful clothes and jewelry.', 'https://img.gamemonetize.com/fokeee90qe5ig199pcvomedtwsybbw47/512x384.jpg', 'https://html5.gamemonetize.com/fokeee90qe5ig199pcvomedtwsybbw47/', '0', 'Girls', 0, 0, '', 'messy-little-mermaid-makeovergame'), (10832, 'Red Ball Climb', 'Get ready for the Red Ball excitement! This amazing platform game is a lot of fun. A 2D game where you control a red ball.', 'https://img.gamemonetize.com/tnrkog53pubi7svknm6wpzv5f44imvaf/512x384.jpg', 'https://html5.gamemonetize.com/tnrkog53pubi7svknm6wpzv5f44imvaf/', '0', 'Arcade', 0, 0, '', 'red-ball-climb'), (10833, 'Jump Diamond', 'Focus on improving your jumping ability with Jump Diamond. You will try to get on the diamonds by jumping our hero, and then you will explode these diamonds and then you will get points.', 'https://img.gamemonetize.com/if117lxbjwmr2tkpsabw2sl8ao9dnpmt/512x384.jpg', 'https://html5.gamemonetize.com/if117lxbjwmr2tkpsabw2sl8ao9dnpmt/', '0', 'Arcade', 0, 0, '', 'jump-diamond'), (10834, 'Advanced Car Parking 3D Simulator', 'Car parking is back in the sequel to the biggest mobile parking simulation game of all time! Car parking starts a new era of parking simulation gameplay with super stunning graphics, challenging multi-stage levels and real-time online.', 'https://img.gamemonetize.com/82iagukj422w1jyinqs6g0oaombqgzti/512x384.jpg', 'https://html5.gamemonetize.com/82iagukj422w1jyinqs6g0oaombqgzti/', '0', 'Racing', 0, 0, '', 'advanced-car-parking-d-simulator'), (10835, 'Urban Sniper Multiplayer 2', 'Urban Sniper Multiplayer 2 features ultimate sniper warfare in grand city, use different sniper rifles to shoot rival players across vast highly detailed map and try to get the highest amount of frags in order to win.', 'https://img.gamemonetize.com/bfjzhrdpwl2rkyoxrop4l6bfkmx5f1v8/512x384.jpg', 'https://html5.gamemonetize.com/bfjzhrdpwl2rkyoxrop4l6bfkmx5f1v8/', '0', 'Shooting', 0, 0, '', 'urban-sniper-multiplayer-'), (10836, 'Pokemon Match3', 'Welcome to Three in a Row with Pokemon, where you need to match 3 or more identical heroes in a row and feed your Pokemon monster. Try to pass all the levels and challenge yourself, because it\'s not easy at all!', 'https://img.gamemonetize.com/dfh4po217jxk5fp3ucfbo4mp5scuvrxo/512x384.jpg', 'https://html5.gamemonetize.com/dfh4po217jxk5fp3ucfbo4mp5scuvrxo/', '0', 'Puzzles', 0, 0, '', 'pokemon-match'), (10837, 'Peppa Pig Coloring', 'If you know well who the funny Peppa Pig is, and you are happy to follow the adventures of her and other characters of the popular cartoon, then most likely you will be able to enjoy coloring black and white images of a naughty pig. There are a lot of funny pictures waiting for you in the virtual coloring book.', 'https://img.gamemonetize.com/8j03ekplg4m3dwblvpu23vaq4zskgkpq/512x384.jpg', 'https://html5.gamemonetize.com/8j03ekplg4m3dwblvpu23vaq4zskgkpq/', '0', 'Arcade', 0, 0, '', 'peppa-pig-coloring'), (10838, 'WW3 2022', 'Welcome to the past, where you will be able to have fun with soldiers, weapons, tanks, and aircraft from World War III. Many fx effects are waiting for you to enjoy with friends from all over the world. There are 20 high-quality World War III guns and five heavy tanks ready to shoot projectiles and bullets. The explosions are epic, and the characters are of high quality from the German and United States armies. Have a good time.', 'https://img.gamemonetize.com/1gtkbv7adk210drdrmhrmn2zkydt2rn0/512x384.jpg', 'https://html5.gamemonetize.com/1gtkbv7adk210drdrmhrmn2zkydt2rn0/', '0', 'Shooting', 0, 0, '', 'ww-'), (10839, 'Princess Wedding Cleaning Game', 'The princess is about to have a wedding with the prince, but before the royal wedding, we need everyone\'s help to tidy up the princess\'s castle clean and shiny. Look at the dressing room, wedding hall and banquet hall, how messy they are! This makes it impossible for the princess to hold a wedding! Can you help the princess clean up these three rooms? We must make the princess\'s wedding go smoothly. Have fun!', 'https://img.gamemonetize.com/9c4qey4043r7bgc6rvo5cu3ozzbvlf4f/512x384.jpg', 'https://html5.gamemonetize.com/9c4qey4043r7bgc6rvo5cu3ozzbvlf4f/', '0', 'Girls', 0, 0, '', 'princess-wedding-cleaning-game'), (10840, 'Pixel Panic', 'Loved Space Invaders when you were a child? Then this is for You. Try and avoid the Bats, click or touch to move direction, whatever you do DONT GET HIT!!!', 'https://img.gamemonetize.com/zd7ode8xmozzj0k72scwkmvh4vokbzyu/512x384.jpg', 'https://html5.gamemonetize.com/zd7ode8xmozzj0k72scwkmvh4vokbzyu/', '0', 'Boys', 0, 0, '', 'pixel-panic'), (10841, 'Metal Army War', 'The dark robotic kingdom wants to take over Earth and turn it into a metal robot planet. Stand up to them alone or with a friend and take back the planet! Destroy traps, take down enemies and rescue hostages. You can upgrade your weapons and health bar with the metallic materials you collect in the levels. You can complete the mission successfully by destroying the BOSS that appears after a total of 15 levels of struggle. *You can always find your way when you get lost. Press "SPACE" to open the MAP.', 'https://img.gamemonetize.com/8m5ro6you953aijdr6jpzqnd5ahcmnqa/512x384.jpg', 'https://html5.gamemonetize.com/8m5ro6you953aijdr6jpzqnd5ahcmnqa/', '0', 'Adventure', 0, 0, '', 'metal-army-war'), (10842, 'Ninja Timba Man', 'Your goal is to chop wood and avoid the branches. It could be an easy task? It\'s easy to play but hard to master! So use your martial arts as every lumberjack does and chop the tree as fast the more you can! · One-touch control system! · Simple and addictive gameplay!', 'https://img.gamemonetize.com/e3738gt6tobg0mpvzym1x5hrz1rh7rft/512x384.jpg', 'https://html5.gamemonetize.com/e3738gt6tobg0mpvzym1x5hrz1rh7rft/', '0', 'Boys', 0, 0, '', 'ninja-timba-man'), (10843, 'Car parking 3d Simulator', 'Car parking is back in the sequel to the biggest mobile parking simulation game of all time! Car parking starts a new era of parking simulation gameplay with super stunning graphics, challenging multi-stage levels and real-time online.', 'https://img.gamemonetize.com/9p4c6cdzney2ca7w9vgz1k65vqhcktei/512x384.jpg', 'https://html5.gamemonetize.com/9p4c6cdzney2ca7w9vgz1k65vqhcktei/', '0', 'Racing', 0, 0, '', 'car-parking-d-simulator'), (10844, '2048 Ball Buster', '2048 Ball Buster is a brand-new puzzle game with an elimination theme. All you need to do in the game is to eliminate and synthesize more digital balls and get higher points. The levels are rich and wonderful, and you will get more points and more requirements to complete a lot of challenges. The operation is simple and easy, but it can test your brain, and exercise your thinking and imagination! Come and play it!', 'https://img.gamemonetize.com/urkdo4ry1v8j1ouhp87ephd4ou7xlaaw/512x384.jpg', 'https://html5.gamemonetize.com/urkdo4ry1v8j1ouhp87ephd4ou7xlaaw/', '0', 'Boys', 0, 0, '', '-ball-buster'), (10845, 'Jump Flip', 'Jump Flip is a casual game, the design purpose is kill time. The control and rule of the game are simple. Control the box and jump to next base. It is simple anyone can do it. The game speed is not fast anyone can easy to control. Once again, Jump Flip is a casual kill time game. Design purpose : Let everyone can play this game and no need to think anything when playing. If you are nothing to do and want to relax. Jump Filp is your best choice.', 'https://img.gamemonetize.com/5th4hjf7j3uqpumbo3q0yamj0ucrtkx0/512x384.jpg', 'https://html5.gamemonetize.com/5th4hjf7j3uqpumbo3q0yamj0ucrtkx0/', '0', 'Racing', 0, 0, '', 'jump-flip'), (10846, 'PicPu Dog', 'PicPu is a very attractive photo puzzle. Just like Jigsaw puzzle, it is the best kill time game. PicPu is a block puzzle, you need assemble the block to correct position.', 'https://img.gamemonetize.com/yqxfpwv21rdkiobmecuobdvlnrw4pxye/512x384.jpg', 'https://html5.gamemonetize.com/yqxfpwv21rdkiobmecuobdvlnrw4pxye/', '0', 'Puzzles', 0, 0, '', 'picpu-dog'), (10847, 'PacMan Card Match', 'Pac-Man (stylized in all capitals as PAC-MAN) is an arcade game designed by Toru Iwatani (1955–) of Namco, and released in Japan as PUCKMAN in May 1980. Licensed for distribution in the United States by Midway Games, it was released in October 1980, at a time when the top arcade games were "stark" space shooters such as Galaxian and Asteroids. Pac-Man established the conventions of the maze chase genre, and is considered to be one of the classics in video game history and an icon of 1980s popular culture. There may have been a gender divide between gamers in different genres; according to one estimate published in 1982, 60% of Pac-Man players were women, while 90% of those playing space shoot-\'em-up Omega Race were men.', 'https://img.gamemonetize.com/f7ta1ueaxsriud0xrg3rmc4mpzhnzcls/512x384.jpg', 'https://html5.gamemonetize.com/f7ta1ueaxsriud0xrg3rmc4mpzhnzcls/', '0', 'Puzzles', 0, 0, '', 'pacman-card-match'), (10848, 'Return To Alsunga Forest', 'Return To Alsunga Forest is point and click adventure game from Escape Fan. Someone told you that this forest has a chest of treasures hidden somewhere inside the forest. You have been facing some financial crisis lately and that has urged you to believe what was told to you about the treasure in the Alsunga Forest. Thus you have gone inside the forest hoping to find the treasure. After travelling for some time you come to a point from where you fail to figure out which way to go. It is a puzzling situation but you must not panic. With a very cool head you ought to look for a way to continue the adventure and finally get out of the forest.', 'https://img.gamemonetize.com/1ej7lkbnep4og2vv4lmzio80v4d9avd7/512x384.jpg', 'https://html5.gamemonetize.com/1ej7lkbnep4og2vv4lmzio80v4d9avd7/', '0', 'Puzzles', 0, 0, '', 'return-to-alsunga-forest'), (10849, 'Crazy Car Stunt Car Games', 'We are holding a contest about car stunt driving. You have a chance to drive police cars to arrive at the finish area at all ten levels. The obstacles will only slow you down instead of crashing your vehicle. But you still need to control the speed in real-time, or else it is simple to drive off the platform track!', 'https://img.gamemonetize.com/59vhnrkg0ttsg4bxwlrzpxh1wjqtcvnl/512x384.jpg', 'https://html5.gamemonetize.com/59vhnrkg0ttsg4bxwlrzpxh1wjqtcvnl/', '0', 'Action', 0, 0, '', 'crazy-car--stunt-car-games'), (10850, 'Coloring Book Easter', 'This is a Coloring Book Easter, where he exercise her imagination and motor skills while having fun meeting different images. In this game you will find 18 different pictures which have to be colored. You have 15 different colors to choose. You can also save the colored image. Have fun!', 'https://img.gamemonetize.com/0ged1woam1bep8b651ewiv2mposmy6ql/512x384.jpg', 'https://html5.gamemonetize.com/0ged1woam1bep8b651ewiv2mposmy6ql/', '0', 'Puzzles', 0, 0, '', 'coloring-book-easter'), (10851, 'Easter Bunny Eggs Jigsaw', 'Welcome to our newest Easter game Easter Bunny Eggs Jigsaw. In this game, you have 6 images. Choose one of the modes for the game that you previously choose and start it playing. Drag and drop the pieces to solve the puzzle and create an image. Enjoy, and have fun!', 'https://img.gamemonetize.com/vaxli0re1m0pysllc2cy12qzqntl72j8/512x384.jpg', 'https://html5.gamemonetize.com/vaxli0re1m0pysllc2cy12qzqntl72j8/', '0', 'Puzzles', 0, 0, '', 'easter-bunny-eggs-jigsaw'), (10852, 'Maserati Grecale Puzzle', 'Play with 6 images in this perfect jigsaw puzzle game: Maserati Grecale Puzzle. All images is with the themes of the car - Maserati Grecale. Solve all puzzles and keep your brain sharp. You have four modes for each picture, 16 pieces, 36 pieces, 64 pieces and 100 pieces. Enjoy and have fun.', 'https://img.gamemonetize.com/0rvi6sefkivhkmj2da0xal201dopaf5s/512x384.jpg', 'https://html5.gamemonetize.com/0rvi6sefkivhkmj2da0xal201dopaf5s/', '0', 'Puzzles', 0, 0, '', 'maserati-grecale-puzzle'), (10853, 'Cute Girl Love Match', 'Do a love match test on 3 cute guys and see which one is suited for the cute girl. After the quiz, dress her up and select the food and drinks that you wanted to serve on her dinner date with the lucky guy!', 'https://img.gamemonetize.com/g6p2xcbb0mgza6xl1kkzwq2bygx9yabg/512x384.jpg', 'https://html5.gamemonetize.com/g6p2xcbb0mgza6xl1kkzwq2bygx9yabg/', '0', 'Girls', 0, 0, '', 'cute-girl--love-match'), (10854, 'Play angled Sweet Matching Game', 'Play angled Sweet Matching Game is a match-3 type game. Swap to match 3 or more of the same candy pieces together! you can use Bomb, Swap and Color picker item to make it more fun to play. After completing a level, you will get a bonus coin that you can use to buy game item in game shop.', 'https://img.gamemonetize.com/oh5blftb78ky4csybx711zu8d7focj7y/512x384.jpg', 'https://html5.gamemonetize.com/oh5blftb78ky4csybx711zu8d7focj7y/', '0', 'Girls', 0, 0, '', 'play-angled-sweet-matching-game'), (10855, 'Jelly Merge', 'Jelly Merge is fun addictive puzzle game. In this game merge two same jelly to make other tasty jelly. Merge the jellies before there is no space left on the board to merge the same type of jelly.', 'https://img.gamemonetize.com/mguqnd4rkl9z2wdj5iwbemkgaoeo13j3/512x384.jpg', 'https://html5.gamemonetize.com/mguqnd4rkl9z2wdj5iwbemkgaoeo13j3/', '0', 'Puzzles', 0, 0, '', 'jelly-merge'), (10856, 'Pop Ball', 'This game will eliminate your boredom in no time! You’ll spend hours of fun popping the colored balls! Just Tap the screen to pop all colored balls to clear the board to win .', 'https://img.gamemonetize.com/s5spcd8auqkw0t634sikrshngx1z2fq4/512x384.jpg', 'https://html5.gamemonetize.com/s5spcd8auqkw0t634sikrshngx1z2fq4/', '0', 'Puzzles', 0, 0, '', 'pop-ball'), (10857, 'Barbie Wedding Dress', 'Barbie is making wedding preparations. She is choosing an outfit for the wedding dress rehearsal. Let\'s make her a very stylish bride', 'https://img.gamemonetize.com/nbtsyczon3xtfc51tk77y1o5rqb0ef92/512x384.jpg', 'https://html5.gamemonetize.com/nbtsyczon3xtfc51tk77y1o5rqb0ef92/', '0', 'Girls', 0, 0, '', 'barbie-wedding-dress'), (10858, 'Barbie Jump Rope', 'Barbie is jumping rope in the garden. In this game you have to jump without touching the rope. Make the highest score.', 'https://img.gamemonetize.com/57h9u2s8dr709lrxmdnt7oso04yg4ngx/512x384.jpg', 'https://html5.gamemonetize.com/57h9u2s8dr709lrxmdnt7oso04yg4ngx/', '0', 'Girls', 0, 0, '', 'barbie-jump-rope'), (10859, 'Infrared Escape', 'EarthGames is proud to announce Infrared Escape, a game that combines frantic arcade fun with... learning about the greenhouse effect!? You have to try it to believe it! You play the role of an infrared light beam, trying to make it out to space. Along the way you have to dodge pesky greenhouse gases by tapping left or right. Each collision with a greenhouse gas causes your beam to lose some energy. If you keep grazing the gases, it’s game over. Your journey through the air is divided into levels — each one an actual layer of the atmosphere. Making it through the Earth’s atmosphere and into space is a great accomplishment! It means your ray has done its part to cool down the Earth and offset global warming. The easiest mode is the year 1850, when there weren’t nearly as many greenhouse gases in the air to dodge. The hardest difficulty is set in a much more polluted future. Light-speed reaction times will be needed to conquer this mode, since greenhouse gases are so tightly packed in the air. When you escape to space, you prevent energy from warming the planet. You can spend that energy in the shop, unlocking science facts about the greenhouse effect and solutions to climate change.', 'https://img.gamemonetize.com/7b32nux1dhnys8h2n6s7ng3e1536ldtg/512x384.jpg', 'https://html5.gamemonetize.com/7b32nux1dhnys8h2n6s7ng3e1536ldtg/', '0', 'Action', 0, 0, '', 'infrared-escape'), (10860, 'Extreme Race ', 'In this challenging game you control a car that has no brake and only gains more speed. All you have to do is collect the coins and not crash into the other cars. Collect coins and buy new vehicles.', 'https://img.gamemonetize.com/zflnd650jcd2elnej7g7sen5jae93sbz/512x384.jpg', 'https://html5.gamemonetize.com/zflnd650jcd2elnej7g7sen5jae93sbz/', '0', 'Soccer', 0, 0, '', 'extreme-race-'), (10861, 'Blocks Breaker', '-Swipe to fly balls and break bricks, take aim and fire! -Find the best angles and positions to wipe out bricks. -Play skillfully and make the most of the power up. -Catch props to break bricks more effectively. -Get the highest score as fast as you finish the game! Many Bricks Breaker is a Brick Breaker game. You need to break many bricks. Features -Free game and play offline -Easy ball control with one finger. -Tons of well-designed stages! -Eye catching and free skin of balls -Challenge mode and more props to get fun!', 'https://img.gamemonetize.com/bjxijnhnupupybk0kyjat91rf11dm0gq/512x384.jpg', 'https://html5.gamemonetize.com/bjxijnhnupupybk0kyjat91rf11dm0gq/', '0', 'Arcade', 0, 0, '', 'blocks-breaker'), (10862, 'Doddle Warrior 2D', 'Run, jump, and dash your way through cheerful hand-drawn worlds as you avoid obstacles and chase your own high score!', 'https://img.gamemonetize.com/vspsvzchmktsvp89x26dc7u039cq0hx7/512x384.jpg', 'https://html5.gamemonetize.com/vspsvzchmktsvp89x26dc7u039cq0hx7/', '0', 'Fighting', 0, 0, '', 'doddle-warrior-d'), (10863, 'MEGALODÓN', 'Megalodon is the second part of Great White. You can explore now a vast ocean, with a new environment, new animals and also humans. You control one of the deadliest and feared creatures, who lived and ruled the ocean, Megalodon! Also, now you can swim to the surface, like a true shark', 'https://img.gamemonetize.com/a3ines7w91yw5eblpu5zctm8abpcfxkv/512x384.jpg', 'https://html5.gamemonetize.com/a3ines7w91yw5eblpu5zctm8abpcfxkv/', '0', 'Adventure', 0, 0, '', 'megalodn'), (10864, 'GotSoccer', 'Overtake your opponents, move swiftly and shoot goals! Dribble, pass and kick. Real football experience complete with easy controls and enjoyable movements.', 'https://img.gamemonetize.com/w6tm785s4eg7zqojdzpiws9qavkcfuzr/512x384.jpg', 'https://html5.gamemonetize.com/w6tm785s4eg7zqojdzpiws9qavkcfuzr/', '0', 'Sports', 0, 0, '', 'gotsoccer'), (10865, 'Cut Grass Arcade', 'Cut Grass is a relaxing and beautiful lawn mower simulation and puzzle game. Become a Gardner and trim the grass and other shrubs. Cut the lawn for hours and grow beautiful flowers. Solve a variety of challenging and puzzling levels. • Simple swipe-to-move controls. • Keyboard controls (Arrow Keys and WSAD Supported). • Relaxed gameplay. • Mobile Optimized. • Beautiful Visuals. • 17 unique blades to unlock. • 80 different levelsï¼', 'https://img.gamemonetize.com/t3y228rmxpbtcycnicyr120r4ajlbfq3/512x384.jpg', 'https://html5.gamemonetize.com/t3y228rmxpbtcycnicyr120r4ajlbfq3/', '0', 'Puzzles', 0, 0, '', 'cut-grass-arcade'), (10866, 'Stickman Bros In Fruit Island 3', 'Stickman Bros In Fruit Island 3 - Stickman Brothers In Fruit Island Adventure! This time their three brothers came to Fruitland Adventure. In the game, their task is to collect strawberries and apples. Come and explore with them.', 'https://img.gamemonetize.com/vtg6u8wtose15y0jrro4e3rhhhihprut/512x384.jpg', 'https://html5.gamemonetize.com/vtg6u8wtose15y0jrro4e3rhhhihprut/', '0', 'Adventure', 0, 0, '', 'stickman-bros-in-fruit-island-'), (10867, 'Princess Villains', 'Let\'s fantasize a little and imagine our favorite princesses in the form of fabulous villains. Evil queens love dark colors. Pick up luxurious outfits with gold and red decorations for the princesses. Makeup villains bright and dark! Create the image of a vamp lady. Do not forget about the main accessories of the villains - magic staves, potions, magic wands, wings and a cloak.', 'https://img.gamemonetize.com/89jclaf7q1vxfsu8x74x7ooigcdna4pc/512x384.jpg', 'https://html5.gamemonetize.com/89jclaf7q1vxfsu8x74x7ooigcdna4pc/', '0', 'Girls', 0, 0, '', 'princess-villains'), (10868, 'Sandy Balls', 'Sandy Balls is a casual puzzle online game for boys for free with simple actions, a fresh and cool design, and a wide variety of tasks! This game has hundreds of levels so you can have lots of fun in your spare time. You need to free up more space so the ball can move, and finally catch it! It is also a good way to relax after a long day and improve your logical thinking at the same time!', 'https://img.gamemonetize.com/cmwsohmkdj7y3oio32xvh3lp3o9xqw9h/512x384.jpg', 'https://html5.gamemonetize.com/cmwsohmkdj7y3oio32xvh3lp3o9xqw9h/', '0', 'Boys', 0, 0, '', 'sandy-balls'), (10869, 'Scary Maze 3D', '"Scary Maze" is a game created in Construct 3 with the new 3D feature, making it a really cool first person game! Your objective is to get out of the maze, you must find the key to open the gate. Try to get out as fast as possible to save your time record. Enjoy 3D immersion!', 'https://img.gamemonetize.com/ata20h0csantxmhw044r1smxue3cdr8a/512x384.jpg', 'https://html5.gamemonetize.com/ata20h0csantxmhw044r1smxue3cdr8a/', '0', 'Shooting', 0, 0, '', 'scary-maze-d'), (10870, 'Monster Maker 2000', 'Are You Ready to create the next Creepy Spooky Monster? Start here!', 'https://img.gamemonetize.com/wn0dlpxh5l2lqp5cybp8kzxu3a6i5if1/512x384.jpg', 'https://html5.gamemonetize.com/wn0dlpxh5l2lqp5cybp8kzxu3a6i5if1/', '0', 'Boys', 0, 0, '', 'monster-maker-'), (10871, 'Fruits merge Battle', 'Welcome to Fruits Merge battle games! Hold and slide your finger to control your fruit. Collect identical and smaller fruits to upgrade your fruit hero. Can yo last till the last Fruit', 'https://img.gamemonetize.com/jrxjv52jx0p40om03x77svr4yy7vw7wp/512x384.jpg', 'https://html5.gamemonetize.com/jrxjv52jx0p40om03x77svr4yy7vw7wp/', '0', 'Arcade', 0, 0, '', 'fruits-merge-battle'), (10872, 'Raft Wars 1', 'you can now enjoy Raft Wars in HTML5 on your desktop or mobile device.', 'https://img.gamemonetize.com/eocvj9dvx1pandok8v2u2f0nhibeh94v/512x384.jpg', 'https://html5.gamemonetize.com/eocvj9dvx1pandok8v2u2f0nhibeh94v/', '0', 'Hypercasual', 0, 0, '', 'raft-wars-'), (10873, 'Cherry Blossom Cake Cooking', 'Sofia is a good dessert chef who owns a beautiful cake shop. One day, Sofia\'s best friend Zoe come here and want to buy a cherry blossom cake. Can you help Sofia to cook the cake perfectly? After work, these two girls will go to a flower viewing picnic together. It\'s the cherry blossoms season! Let\'s join them. Enjoy!', 'https://img.gamemonetize.com/yygdtp2le69lhefxbqkxf4tbf7c585nm/512x384.jpg', 'https://html5.gamemonetize.com/yygdtp2le69lhefxbqkxf4tbf7c585nm/', '0', 'Girls', 0, 0, '', 'cherry-blossom-cake-cooking'), (10874, 'Easter Board Puzzles', 'This is an eye spy board puzzle game where you will have two similar looking boards and you need to find one difference between them. As you spot the difference you will get new boards until time runs out.', 'https://img.gamemonetize.com/9067az0vrp4f4at9227yrzi24xl3lovg/512x384.jpg', 'https://html5.gamemonetize.com/9067az0vrp4f4at9227yrzi24xl3lovg/', '0', 'Puzzles', 0, 0, '', 'easter-board-puzzles'), (10875, 'Moneyland', 'Moneyland is an island that is full of unlimited money and some buildings. Your target is to collect enough money to unlock and complete building the houses and vehicles. All people on this island are waiting for you to complete the construction works. Keep calm and collect more money!', 'https://img.gamemonetize.com/ze00yxz9avmxe53nes8lmh9diwwrjd8d/512x384.jpg', 'https://html5.gamemonetize.com/ze00yxz9avmxe53nes8lmh9diwwrjd8d/', '0', 'Arcade', 0, 0, '', 'moneyland'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (10876, 'Poppy It Playtime', 'Complete all Poppy pop it toys to Escape From The Factory! Try to do that as faster as you can! If you ever know about Poppy scary character, it\'s Playtime for you to get start in this game.! enjoy it!', 'https://img.gamemonetize.com/0x41syu225ek8v46ymtubiz8b9ba780y/512x384.jpg', 'https://html5.gamemonetize.com/0x41syu225ek8v46ymtubiz8b9ba780y/', '0', 'Puzzles', 0, 0, '', 'poppy-it-playtime'), (10877, 'Talking Ben Coloring', 'Talking Ben coloring book is a children\'s coloring picture that you can color online. The process of coloring pictures will appeal to children of any age. This is a great way to spend time with interest and profit.', 'https://img.gamemonetize.com/we79vezhh5f5snav26d6yriuw3tj6odt/512x384.jpg', 'https://html5.gamemonetize.com/we79vezhh5f5snav26d6yriuw3tj6odt/', '0', 'Arcade', 0, 0, '', 'talking-ben-coloring'), (10878, 'Easter Nails Design Prep For Festival Fun!', 'Fashion Nail Salon is preparing for Easter! Now, the shop is overcrowded, and everyone wants to make beautiful Easter-themed nail art! Please be Sofia\'s assistant today and help her make nail art for customers. Have fun!', 'https://img.gamemonetize.com/ijh7uu49p77w64vcgriwrjc8au9ob65m/512x384.jpg', 'https://html5.gamemonetize.com/ijh7uu49p77w64vcgriwrjc8au9ob65m/', '0', 'Hypercasual', 0, 0, '', 'easter-nails-design--prep-for-festival-fun'), (10879, 'My Heart Break Time Makeover Game', 'Something new happened recently, Our girl Sofia and her boyfriend were originally a couple everyone admired, but in recent days, they are no longer in contact, no longer date together, what happened, why did the girl look so sad? Let us ask her what happened and help her! Oh! It turned out that Sophia\'s boyfriend posted an intimate photos with other girls on social software. No wonder Sophia is so angry. Who else is not angry? Take your stuff, separate now, dress up and make him regret it!', 'https://img.gamemonetize.com/70tvgzuors0nk9acx2ot1qvn86w764w7/512x384.jpg', 'https://html5.gamemonetize.com/70tvgzuors0nk9acx2ot1qvn86w764w7/', '0', 'Hypercasual', 0, 0, '', 'my-heart-break-time--makeover-game'), (10880, 'Twinkle My Unicorn Cat Princess Caring', 'Help baby cat Twinkle hatch from her magical egg! Show the kitty around the royal palace and take good care of her! Watch Twinkle, the unicorn cat princess, grow from a tiny baby kitty into a sweet catgirl! Your little cat princess needs a lot of energy! Make sure to feed kitty Twinkle yummy food in the royal kitchen! Sing the unicorn kitten to sleep when she\'s tired! Bathe messy kitty Twinkle! Take care of her glittery fur with bubbly rainbow soap or a magical shimmery slime gel! Have fun with this cute little princess.', 'https://img.gamemonetize.com/njbmuh2fzcxylgshqlec3l4e1xm2ybt5/512x384.jpg', 'https://html5.gamemonetize.com/njbmuh2fzcxylgshqlec3l4e1xm2ybt5/', '0', 'Hypercasual', 0, 0, '', 'twinkle-my-unicorn-cat-princess-caring'), (10881, 'Bike Rush Race 3D Game', 'Bike Rush is a new driving experience game that can let many players drive a very cool bike. Players will join a united cycling team in the bike rush competition, start a crazy cycling journey, go through all kinds of rugged tracks and participate in all kinds of large-scale high-speed cycling competitions. Enjoy the Bike Rush!!', 'https://img.gamemonetize.com/h3cwhd2fjbaogfiel42lhikph9g0syuu/512x384.jpg', 'https://html5.gamemonetize.com/h3cwhd2fjbaogfiel42lhikph9g0syuu/', '0', 'Racing', 0, 0, '', 'bike-rush-race-d-game'), (10882, 'Unblock Red Cars', 'Welcome to the most challenging Car Parking puzzle game. The goal of the game is to get the RED car out of the board by sliding the other cars. * HORIZONTAL cars can only move left and right. * VERTICAL cars can move up and down only. * Move the RED car out of the board to solve the puzzle. game by vodogame.com', 'https://img.gamemonetize.com/h93zkczpl9ekt6kryd8el9o5sl7cs5vq/512x384.jpg', 'https://html5.gamemonetize.com/h93zkczpl9ekt6kryd8el9o5sl7cs5vq/', '0', 'Puzzles', 0, 0, '', 'unblock-red-cars'), (10883, 'Disney Girls Spring Blossoms', 'Welcome to the Disney Girls Spring Blossoms. The Season of blossom has just begun. Princesses Anna. Elsa, Rapunzel, and Ariel are eagerly waiting for this season so long. They have already renewed their spring wardrobe with cherry blossom collections. Browse the wardrobe and pick the best one for them. Help the girls and have fun!', 'https://img.gamemonetize.com/m6dpcyp8ubxhh4rb3xxp80oc7eyaplcb/512x384.jpg', 'https://html5.gamemonetize.com/m6dpcyp8ubxhh4rb3xxp80oc7eyaplcb/', '0', 'Girls', 0, 0, '', 'disney-girls-spring-blossoms'), (10884, 'Fruits Shooter Pop Master', 'Fruits Shooter Pop Master is a free online game. Shoot fruits and pop all the fruits in this fun puzzle game! In this free online game, you are a fruit shooter. You must shoot all the fruits in order to win! The objective of the game is to pop as many fruits as possible in each level. There are five levels with different obstacles and challenges that you must overcome. Your goal is to pop all the fruits in each level before time runs out!', 'https://img.gamemonetize.com/xssm7aidgb5aaiklzalzzs2s5xotz1co/512x384.jpg', 'https://html5.gamemonetize.com/xssm7aidgb5aaiklzalzzs2s5xotz1co/', '0', 'Shooting', 0, 0, '', 'fruits-shooter-pop-master'), (10885, 'Car Parking Game Prado Game 1', 'Do you love car games? Experience real car driving and improve your driving skills with the best car simulator Real Car Parking Multiplayer. Real Car Parking Multiplayer offers you the best car driving experience with modified cars. In multiplayer open world mode, play with your friends, take a stroll, have fun as you wish! You can customize your car with detailed modification options; decal painting system, rim, spoiler, paint, glass color, license plate, suspension, window lettering and more... - Parking mode: You must park at the desired place without hitting the obstacles in the given time. Try not to crash because if you do, the game starts over. - Slalom mode: Pass through the barges in the given time in the direction indicated by the arrow. If you knock down the barges, you lose. - Night mode: Let\'s turn on the headlights and start night driving. Again, fun episodes are waiting for you. - Drift mode: You can drift as much as you want in the specially designed drift area, when you enter this mode, your car will automatically turn into a drift vehicle. Thus, the driving becomes more enjoyable and slippery. Don\'t forget to get the desired score in the given time! - Traffic mode: You must proceed by following the traffic rules. If you go through a red light, you have to start over. You should not go outside of the given route. Game Features; - 10+ legendary cars: E30, Civic, Civic FD6, Golf, Polo, M3, Mercedes, Astra, AE86, 106, Porsche - Realistic exhaust sounds and driving pleasure - Horn, blinker details - Cover your car as you wish with the decal painting system - More than 100 career modes - Multiplayer mode', 'https://img.gamemonetize.com/9raokk56d78v9e0k2pppydihzmfpoqhy/512x384.jpg', 'https://html5.gamemonetize.com/9raokk56d78v9e0k2pppydihzmfpoqhy/', '0', 'Racing', 0, 0, '', 'car-parking-game--prado-game-'), (10886, 'Mommy Long Legs vs FNF', 'FNF Spidey Widy VS Mommy Long Legs Huggy Kissy Poppy Music Mod Friday Night Funkin is a music game where you can test your skills and have fun.', 'https://img.gamemonetize.com/xiypv766huqp0t0xvodvfvuchh8lq3hg/512x384.jpg', 'https://html5.gamemonetize.com/xiypv766huqp0t0xvodvfvuchh8lq3hg/', '0', 'Adventure', 0, 0, '', 'mommy-long-legs-vs-fnf'), (10887, 'Golden Scarabeaus 2022', 'he object of the game is to collect all the golden scarabs on each level using the little square minions at your disposal, and the catch is that each of them has a different ability when you click on them. Some can float, others can roll, or jump, and some minions will also react to certain objects in the environment differently... they might be able to smash through blocks, and all can be attracted (or repelled!) by lasers you can turn on and off with a click. To get them safely around hazards and have them reach each scarab, you\'ll need to figure out the proper orders to hit switches, move blocks, and more.', 'https://img.gamemonetize.com/mwi7nd4c8rnyy9hn0kb4q5msum2eyddl/512x384.jpg', 'https://html5.gamemonetize.com/mwi7nd4c8rnyy9hn0kb4q5msum2eyddl/', '0', 'Arcade', 0, 0, '', 'golden-scarabeaus-'), (10888, 'Slimoban V2', 'Slimoban 2 is the sequel of the Sokoban-inspired game, Slimoban, about a little girl and her adventures in the dungeon full of big and dangerous slimes. In each level, you need to collect the golden coin, escape from the slimes, and destroy them if possible. The girl can collect magic potions that help to lift big wooden blocks and slimes. After lifting the blocks or the slimes, you need to drop them in the right places. There is also water in the game, and you can drop things in there. You can move blocks, collect them, and drop them. You also need to lure the slimes in the trap, throw boxes in them, and push them into the water. But all of these things you can do are not obligatory, the main thing you need to do to pass the level is to collect the coin.', 'https://img.gamemonetize.com/j5rpsx0dfltvoo37axr3xl762tvnfp1y/512x384.jpg', 'https://html5.gamemonetize.com/j5rpsx0dfltvoo37axr3xl762tvnfp1y/', '0', 'Adventure', 0, 0, '', 'slimoban-v'), (10889, 'Dr.Car parking', 'Dr Car Parking Game 3D: Car Racing Free Games drives you crazy. Broken Diamond is back in the sequel to the biggest mobile parking simulation game. Car Driving Free Games New Car Parking Game starts a new era of Car parking simulation game play with super stunning graphics and challenging multi-stage levels. Burn up the city with the fastest and most visually stunning car driving game and car parking games 2020. Don\'t stop and you won\'t notice how you become a real ace of driving and parking driver. Car Simulation Games Advance Car Parking specially designed for lovers of Car parking games. You can improve driving skills by enjoying best car parking of 2020. Extremely an addictive game with ultra challenge levels. The best parking simulation game of the series by Broken Diamond. Avoid Hitting Obstacles In this vehicle parking game, you will learn about different traffic signs like no parking signs, turn left sign, turn right, one way and many others that will also help you in the real life. The player should also avoid hitting obstacles and pass driving school test, by hitting an obstacle the game will be over and you have to restart the whole level again. Hit the finish line and unlock new exotic cars and new levels to enhance your car parking experience. Car Games 3d Stunning Graphics Extreme car parking has beautiful stunning and eye popping graphics the player gets addicted playing it. Car parking new games come up with interesting missions to enhance car driving skills and real car driving games sim. Drive safely through the hurdles and park your car in the car parking lots to pass to the next unique and exciting level. Addictive 3d Parking Simulator Games In this free car parking game, you won’t need any special skills you will improve your driving and parking skills as you level up. It is great time killer game make your free time fun time by playing this free car games. You can set camera angle by swiping on screen up down and left right. Zoom in and out by double touch.', 'https://img.gamemonetize.com/cob9y5lt5ftthijjfrt7jovry9p64np8/512x384.jpg', 'https://html5.gamemonetize.com/cob9y5lt5ftthijjfrt7jovry9p64np8/', '0', 'Arcade', 0, 0, '', 'drcar-parking'), (10890, 'Coloring Dolls Game', 'Coloring Dolls is a cute coloring game. Do you want to be an artist? Do you feel special about colors? Here is the game only made for you! Come and try it. Plenty of pictures are here for you to color. And there are also plenty of colors and stickers for you to choose. You can also do free-style drawing! Record things happened today or let out your pent-up emotions through drawing. Each of your masterpieces are very precious. So take a photo after you finish it. If you like our games, don\'t forget to give us a thumb up and recommend them to your friends!', 'https://img.gamemonetize.com/9f6sbm6959kiibmsus3h2owcyhvkf16q/512x384.jpg', 'https://html5.gamemonetize.com/9f6sbm6959kiibmsus3h2owcyhvkf16q/', '0', 'Girls', 0, 0, '', 'coloring-dolls-game'), (10891, 'Mr. Jones', '"Mr. Jones: Craft Master" is a Runner-Puzzle mobile game', 'https://img.gamemonetize.com/50l9govfzbvbot69mmvlfhgmavdmrds0/512x384.jpg', 'https://html5.gamemonetize.com/50l9govfzbvbot69mmvlfhgmavdmrds0/', '0', 'Racing', 0, 0, '', 'mr-jones'), (10892, 'Winx Roxy Dressup', 'Winx Roxy wants to create a new style. She tries on the costumes, jewelry, shoes and bags she bought. Let\'s create a very stylish Roxy style.', 'https://img.gamemonetize.com/y2csmqsxp6d3qx9k3jb9afkvetbo1srz/512x384.jpg', 'https://html5.gamemonetize.com/y2csmqsxp6d3qx9k3jb9afkvetbo1srz/', '0', 'Girls', 0, 0, '', 'winx-roxy-dressup'), (10893, 'South Park', 'South Park is an American animated sitcom created by Trey Parker and Matt Stone and developed by Brian Graden for the Comedy Central television network. The series revolves around four boys—Stan Marsh, Kyle Broflovski, Eric Cartman, and Kenny McCormick—and their exploits in and around the titular Colorado town. The show became infamous for its profanity and dark, surreal humor that satirizes a wide range of topics towards a mature audience. Parker and Stone developed the show from The Spirit of Christmas, two consecutive animated shorts. The latter became one of the first Internet viral videos, ultimately leading to South Park\'s production. The pilot episode was produced using cutout animation, leading to all subsequent episodes being produced with computer animation that emulated the cutout technique. South Park features a very large ensemble cast of recurring characters.', 'https://img.gamemonetize.com/qo4jxloqqc943u132zu0rldqzcr74l68/512x384.jpg', 'https://html5.gamemonetize.com/qo4jxloqqc943u132zu0rldqzcr74l68/', '0', 'Puzzles', 0, 0, '', 'south-park'), (10894, 'Match Earth Online Game', 'Match Earth is an addictive match-3 puzzle game with relaxing gameplay and beautiful graphics. Match 3 or more of the same symbols in a row to clear the level. Play Match Earth online free. Destroy all the asteroids with your spaceship and don\'t crash into them.Match Earth is a fun and addicting match-3 game. Play on your phone or tablet for free.Match Earth is a free game where you can match the colors of the planets to their respective orbits.', 'https://img.gamemonetize.com/2987wqcyca4nxdndlxgwd99t0s3ep2d4/512x384.jpg', 'https://html5.gamemonetize.com/2987wqcyca4nxdndlxgwd99t0s3ep2d4/', '0', 'Hypercasual', 0, 0, '', 'match-earth-online-game'), (10895, 'Who Is?', '"Who Is Who?" is a fun logic game that offers you over a hundred scenarios and you need to think outside the box to solve them. There are choice based scenarios such as "Who is the impostor?" but there are also riddles where you need to find a hidden object, and much more. Each level brings something new so you will never get bored. You can use the hint if you get stuck or skip a level. Tricky puzzles are waiting for you!', 'https://img.gamemonetize.com/wyoibt5lnbj45nra1tfrvtjek8jnfjjs/512x384.jpg', 'https://html5.gamemonetize.com/wyoibt5lnbj45nra1tfrvtjek8jnfjjs/', '0', 'Puzzles', 0, 0, '', 'who-is'), (10896, 'Galactic Speed', 'Galactic Traffic is a fun driving game where you race through traffic in a futuristic theme. Collect cash and powerups to finish your track.', 'https://img.gamemonetize.com/rg5zadon4ouz5n9pto8yl1g008c2npbf/512x384.jpg', 'https://html5.gamemonetize.com/rg5zadon4ouz5n9pto8yl1g008c2npbf/', '0', 'Racing', 0, 0, '', 'galactic-speed'), (10897, 'Barbie Bedroom', 'Barbie likes spending time in her bedroom and playing with her dog. She does makeup and studies in her room. Would you like to decorate Barbie\'s room together? Let\'s play', 'https://img.gamemonetize.com/pikdgis4ps78bjrpstl7bsmwly47ggru/512x384.jpg', 'https://html5.gamemonetize.com/pikdgis4ps78bjrpstl7bsmwly47ggru/', '0', 'Girls', 0, 0, '', 'barbie-bedroom'), (10898, 'Marvel Superheroes Memory', 'Marvel Superheroes Memory is a free online game from genre of memory. Flip the tiles and try to match them up in pairs. Pair up all the tiles to win. Try to complete the game in as few moves as possible! There are 4 levels. Use mouse to click or tap to screen on the squares. Concentrate yourself and start to play. Enjoy!', 'https://img.gamemonetize.com/t4m07ydw15re5jbg7yh7krzgau9edm5o/512x384.jpg', 'https://html5.gamemonetize.com/t4m07ydw15re5jbg7yh7krzgau9edm5o/', '0', 'Puzzles', 0, 0, '', 'marvel-superheroes-memory'), (10899, 'Barbie Room Decorate', 'Barbie is decorating her house. She likes pink and purple items. Decorate the Barbie room and dress the her. Create your own style. Lets Play', 'https://img.gamemonetize.com/2rzjbjrseniyy1ezhd5muv9z9gen3dmt/512x384.jpg', 'https://html5.gamemonetize.com/2rzjbjrseniyy1ezhd5muv9z9gen3dmt/', '0', 'Girls', 0, 0, '', 'barbie-room-decorate'), (10900, 'Yarn Untangled', 'Help the kittens untangle the yarns', 'https://img.gamemonetize.com/rl3trjegfaf28pr4g4yb1wgr7ngzv7ja/512x384.jpg', 'https://html5.gamemonetize.com/rl3trjegfaf28pr4g4yb1wgr7ngzv7ja/', '0', 'Puzzles', 0, 0, '', 'yarn-untangled'), (10901, 'Girl Fashion Story Style For Party And Wedding', 'Fashion is a very important thing for all girls! It should sparkle for every occasion! When it comes to choosing from a dazzling wardrobe, it\'s hard to know where to start. Girls never have bad clothes, only the right clothes, and matching skills. In the fashion guide for girls, I will teach you how to match and gradually become a fashionista. Dress up your characters, design your outfits, hairstyles, and makeup, experience different scenarios and match them with different looks, and don\'t forget to choose stylish headwear, necklaces, and earrings for them. We offer a large selection of trendy accessories for you to choose from. Finally, take a photo of your stylish look.', 'https://img.gamemonetize.com/ojmrigl5kg4ibscpxshg2hn3p2mkcysc/512x384.jpg', 'https://html5.gamemonetize.com/ojmrigl5kg4ibscpxshg2hn3p2mkcysc/', '0', 'Hypercasual', 0, 0, '', 'girl-fashion-story--style-for-party-and-wedding'), (10902, 'Spiderman Penalty', 'Do you want to score a goal against Spiderman? The spider catches all the balls intuitively. It is very difficult to score a goal against Spider-Man. What level can you go to?', 'https://img.gamemonetize.com/hcsnw8qyohuvkc4yqm1jxs2l6mqkwthq/512x384.jpg', 'https://html5.gamemonetize.com/hcsnw8qyohuvkc4yqm1jxs2l6mqkwthq/', '0', 'Sports', 0, 0, '', 'spiderman-penalty'), (10903, 'Spongebob Among Us ', 'Among Us online is offline multiplayer game in which you are imposter and have to kill all of your crewmates without being notice. Use vent system, sabotage system or make custom setting in game to give yourself more challenge.', 'https://img.gamemonetize.com/vgasg37yhzm4eyq04brek8ycexntyzbu/512x384.jpg', 'https://html5.gamemonetize.com/vgasg37yhzm4eyq04brek8ycexntyzbu/', '0', 'Adventure', 0, 0, '', 'spongebob-among-us-'), (10904, 'sonic fox Adventure', 'Play as Sonic the Hedgehog and dash, jump and spin through stunning environments. Slide over or under obstacles in this fast paced racing game. Play with Sonic in this run and jump game! Together with Sonic and his friends, you will be able to cross incredible routes by running, jumping and using the super acceleration. You will also be able to unlock new characters, build awesome worlds and defeat bosses! SONIC... World star Sonic the Hedgehog features in this endless running, running and jumping game! And you, how far will you go?', 'https://img.gamemonetize.com/jtbir1te601alh92v01c3cjhoc93wimn/512x384.jpg', 'https://html5.gamemonetize.com/jtbir1te601alh92v01c3cjhoc93wimn/', '0', 'Arcade', 0, 0, '', 'sonic-fox-adventure'), (10905, 'Aquaform Marinett and Friends 2022', 'Aquaform: Marinette and friends is an online coloring book with characters from the cartoon "Lady Bug and Cat Noir". These characters are just drawn in Chibi style, with big heads and tails, like mermaids. You can choose one of four characters and color it, both with virtual colored pencils and with real ones, after printing out a black and white picture.', 'https://img.gamemonetize.com/vdxi740xl4bokq1o6fkvxa5a6kgko6rp/512x384.jpg', 'https://html5.gamemonetize.com/vdxi740xl4bokq1o6fkvxa5a6kgko6rp/', '0', 'Girls', 0, 0, '', 'aquaform-marinett-and-friends-'), (10906, 'Glow Halloween Nails Game', 'Glow Halloween Nails Game is an amazing realistic glow in the dark manicure game! October 31st is just around the corner and you know what that means! Ghosts, zombies, bats and vampires in their best scary Halloween designed costumes. Turn out the lights and apply magically glowing nail polish and glowing decorations like a real nail artist in a salon. Choose a skin color, shine your nails, clip them to your favorite length, polish with a huge collection of many nail polish colors and start creating a beautiful work of nail art. You won’t believe how many free items are unlocked for you to create magical nail designs. Decorate your nails with perfect nail polish to match your costume whether you are a sweet pink castle princess or a spooky green haunted witch. Glowing nail games are the best games ever!', 'https://img.gamemonetize.com/73jvw0vd4uuc2bjm5sjab854shp82x6a/512x384.jpg', 'https://html5.gamemonetize.com/73jvw0vd4uuc2bjm5sjab854shp82x6a/', '0', 'Girls', 0, 0, '', 'glow-halloween-nails-game'), (10907, 'MineWarFire Land Defense', 'Play for free and have fun in MineWarfire Land Defense a game of war, action and shooting! Defend your territory from the invasion of creepy minezombies who want to conquer your lands!!! Play this and many other games for free at Kukogames.com. The objective of the game is to control the main character to move him so that he can shoot the enemies that come to your line of combat !!! improve your weapons, arzenal to eliminate the zombies that are much stronger at each level!', 'https://img.gamemonetize.com/7yrhiicmxtw31c9w4use3ajutf110a2b/512x384.jpg', 'https://html5.gamemonetize.com/7yrhiicmxtw31c9w4use3ajutf110a2b/', '0', 'Arcade', 0, 0, '', 'minewarfire-land-defense'), (10908, 'Monsters Attack Impostor Squad', 'While a new version of the squid games with little impostors is being organized, an apocalypse of monsters is unleashed where the terrible monsters of Slenderman, Huggy Wuggy and Fredy join together, who managed to control the soldiers to hypnotize them and thus eliminate all the participants !! But luckily a team of 3 small impostors special forces experts came together to defeat the terrible monsters and emerge victorious. Can you control these little heroes and thus eliminate all the monsters? Have fun with this new game. Game Features:Control the 3 characters to ensure that they can survive and win each of the levels, one more difficult than the other.Face the 3 different monsters that are dangerous and will seek to eliminate you at every opportunity.It is a combat, action and shooting game.War between impostors and monstersStrategy and resource survival.', 'https://img.gamemonetize.com/l5s3o2it4qyzc217qldfio11urspud5r/512x384.jpg', 'https://html5.gamemonetize.com/l5s3o2it4qyzc217qldfio11urspud5r/', '0', 'Shooting', 0, 0, '', 'monsters-attack-impostor-squad'), (10909, 'Noob Steve Dark', 'Are you ready for the 2nd adventure of noob steve, who is funny and so cowardly? In this adventure, axes are coming and you have to watch out for them, they can kill. Dodge or jump from them to avoid dying! You need to collect all the green eyes, collect them all and the portal will open. If the portal opens, you must go to the next level.', 'https://img.gamemonetize.com/s3mcgt0j4yja78jqsuh1kajcox4bm784/512x384.jpg', 'https://html5.gamemonetize.com/s3mcgt0j4yja78jqsuh1kajcox4bm784/', '0', 'Arcade', 0, 0, '', 'noob-steve-dark'), (10910, 'Happy Birthday Party Game', 'Today is the red panda\'s birthday, and you need to prepare birthday cakes and desserts. Choose a green tablecloth? Choose fruit cake or rainbow cake? Choose a cute panda-shaped plate? Choose popcorn, French fries, or cookies? It\'s all up to you! Remember to finish all the cakes! Finally, light the candles and sing a birthday song, wishing him a happy birthday! Hope you have fun in the Happy Birthday Party game!', 'https://img.gamemonetize.com/za9ecn8co270v40mzdwgrf5fw46wr50h/512x384.jpg', 'https://html5.gamemonetize.com/za9ecn8co270v40mzdwgrf5fw46wr50h/', '0', 'Girls', 0, 0, '', 'happy-birthday-party-game'), (10911, 'Robot Awake', 'Turn the tiles to direct the lasers to power the robots', 'https://img.gamemonetize.com/hoq9tspj975omh6cck3e2nm5luiun5i6/512x384.jpg', 'https://html5.gamemonetize.com/hoq9tspj975omh6cck3e2nm5luiun5i6/', '0', 'Puzzles', 0, 0, '', 'robot-awake'), (10912, 'All Angry', 'a game about news cycles, vicious cycles, infinite cycles', 'https://img.gamemonetize.com/s7csfjvihv0n8l9g6ldra0s4mfqgsbzd/512x384.jpg', 'https://html5.gamemonetize.com/s7csfjvihv0n8l9g6ldra0s4mfqgsbzd/', '0', 'Multiplayer', 0, 0, '', 'all-angry'), (10913, 'Noob Steve Cave', 'Have you ever met a noob steve before? you have to help steve who is totally funny and clumsy. Steve is stuck in the cave. Help him and collect the potions. If you don\'t collect them all, collect them all for it to open as soon as the magical portal opens! Be careful the water is rising and you could drown.', 'https://img.gamemonetize.com/g0vmmmu7wck1320y8xcitiz8crxcvtua/512x384.jpg', 'https://html5.gamemonetize.com/g0vmmmu7wck1320y8xcitiz8crxcvtua/', '0', 'Arcade', 0, 0, '', 'noob-steve-cave'), (10914, 'Girls Kaleidoscopic Fashion', 'The beautiful girls Clara and Sophia are planning to wear the awesome Kaleidoscopic style outfits today. They also likes to match the outfits with suitable makeup and accessories. Let\'s help our girls to make the trend in this style. Have a fun dress up game!', 'https://img.gamemonetize.com/6kd5t7aa4yxpumsg0s08mr5l3um6bws8/512x384.jpg', 'https://html5.gamemonetize.com/6kd5t7aa4yxpumsg0s08mr5l3um6bws8/', '0', 'Girls', 0, 0, '', 'girls-kaleidoscopic-fashion'), (10915, 'Taylor Halloween Fun Game', 'Taylor got up early in the morning of Halloween and started preparing, let\'s prepare for the holiday with her! What\'s different from previous years is that this year Taylor will dress up her pet dog and take it to a party! This is not an easy job. We need to make Oreo obedient and dress it. With Oreo\'s help this year, can Taylor get more sugar?', 'https://img.gamemonetize.com/f5y848ud3kny83hagwp6ueb1s0t0k4i7/512x384.jpg', 'https://html5.gamemonetize.com/f5y848ud3kny83hagwp6ueb1s0t0k4i7/', '0', 'Girls', 0, 0, '', 'taylor-halloween-fun-game'), (10916, 'Paint and Learn Animals', 'How many animals can you recognize? You must know many kinds of animals. Here we prepared lots of animal patterns for you to color. With brushes and crayons you can draw the animal images you have in your mind. Blue legs, green nose... follow your heart and you will create great masterpieces. We of course also prepared cute mini games for you: whack-a-mole, collage game, pixel puzzle, dress up cute monster... Choose any part you like to start exploring this game! In this game you will not only see cute animals but also learn their habitats which are beautiful seashores, dense forests, the bottom of the sea and so on. Can\'t wait to start the game? Come and enjoy it!', 'https://img.gamemonetize.com/0spxb3fxt1b19spz4aj36kjfkwjujo5u/512x384.jpg', 'https://html5.gamemonetize.com/0spxb3fxt1b19spz4aj36kjfkwjujo5u/', '0', 'Girls', 0, 0, '', 'paint-and-learn-animals'), (10917, 'Crazy Car Driving 3D Simulator', 'Car Driving Simulator is the best car simulator of 2014, thanks to its advanced real physics engine Ever wanted to try a sports car simulator? Now you can drive, drift and feel a racing sports car for free! Be a furious racer on a whole city for you. No need to brake because of traffic or racing other rival vehicles, so you can perform illegal stunt actions and run full speed without the police chasing you! Drifting fast and doing burnout had never been so fun! Burn the asphalt of this open world city!', 'https://img.gamemonetize.com/ic34zfjtpzaj1jd84yevn67nxrgy9fpb/512x384.jpg', 'https://html5.gamemonetize.com/ic34zfjtpzaj1jd84yevn67nxrgy9fpb/', '0', 'Racing', 0, 0, '', 'crazy-car-driving-d-simulator'), (10918, 'Super Car Driving 3d Simulator', 'Car Driving Simulator is the best car simulator of 2014, thanks to its advanced real physics engine Ever wanted to try a sports car simulator? Now you can drive, drift and feel a racing sports car for free! Be a furious racer on a whole city for you. No need to brake because of traffic or racing other rival vehicles, so you can perform illegal stunt actions and run full speed without the police chasing you! Drifting fast and doing burnout had never been so fun! Burn the asphalt of this open world city!', 'https://img.gamemonetize.com/6p2nou3k0hk0htco2lph2molal55t9q2/512x384.jpg', 'https://html5.gamemonetize.com/6p2nou3k0hk0htco2lph2molal55t9q2/', '0', 'Racing', 0, 0, '', 'super-car-driving-d-simulator'), (10919, 'Super Race 3D Running', 'Fall Race 3D is an exciting arcade running game. You will race with other stickmen. Don\'t fall off the platforms. You must win the first title. For arriving at the other platforms, you must speed up or use Paraglider. Keep running until the end.', 'https://img.gamemonetize.com/ipdpws9haxqjspmyjwsc7o6chv7yua5o/512x384.jpg', 'https://html5.gamemonetize.com/ipdpws9haxqjspmyjwsc7o6chv7yua5o/', '0', 'Racing', 0, 0, '', 'super-race-d-running'), (10920, 'Pizza Maker Food Cooking', 'Pizza Maker is a pure pizza design cooking game with two-dimensional game art animation. Guess you have already been tired of the several kinds of pizzas at the restaurant. Now you have a chance to design your own delicious pizza in your opinion. Why not add what you like and entertain with Pizza Maker!', 'https://img.gamemonetize.com/1euehatyd0w3wutbec5gjc64jl9ikbpj/512x384.jpg', 'https://html5.gamemonetize.com/1euehatyd0w3wutbec5gjc64jl9ikbpj/', '0', 'Girls', 0, 0, '', 'pizza-maker--food-cooking'), (10921, 'Gem Shoot', 'Link any 3 gems together. "Gem Shoot" is special type of match 3 game. Unlike others match 3 game, you cannot more the gem. There is a gem on the bottom, you can select one of the path the shoot out the gem. Any 3 or more gem linked together the gems will be destroyed. More than 3 gems link together, it will form a new type special gem. "Gem Shoot" is combination game of match 3 and bubble shoot. It will provide you an other type of experience.', 'https://img.gamemonetize.com/qtn4hjwedn71me0xbltqpg0lqemsvnxl/512x384.jpg', 'https://html5.gamemonetize.com/qtn4hjwedn71me0xbltqpg0lqemsvnxl/', '0', 'Puzzles', 0, 0, '', 'gem-shoot'), (10922, 'A Day With Naughty Kelly', 'Barbie\'s good friend Teresa wants to ask her to go shopping, but because her parents are not at home, Barbie has to take care of her little sister Kelly all day. Can Barbie have a pleasant and well day today? Maybe with your help, Barbie will have a very happy day today!', 'https://img.gamemonetize.com/8c059eiam857zihq38ki9daexcq081i2/512x384.jpg', 'https://html5.gamemonetize.com/8c059eiam857zihq38ki9daexcq081i2/', '0', 'Hypercasual', 0, 0, '', 'a-day-with-naughty-kelly'), (10923, 'Pik Wip', '“A super cute co-op for a super sleepy Saturday†- Rachel Watts, PCGamer.com “A small recommendation for in between: Orchestrate the movements of two friends at the same time, so that they can safely reach the summit.â€', 'https://img.gamemonetize.com/dluskvfd4fn1wu4dkukk4kg4ij27gcxq/512x384.jpg', 'https://html5.gamemonetize.com/dluskvfd4fn1wu4dkukk4kg4ij27gcxq/', '0', 'Multiplayer', 0, 0, '', 'pik-wip'), (10924, 'Pigeon Ascent', 'In Pigeon Ascent, take care of your own pigeon as they fight increasingly stronger foes, and then face the legendary Pigeon God at the end... can you keep death far from your bird?', 'https://img.gamemonetize.com/lu6xc44d6wt16zvmkpzffp25e87b6vyv/512x384.jpg', 'https://html5.gamemonetize.com/lu6xc44d6wt16zvmkpzffp25e87b6vyv/', '0', 'Hypercasual', 0, 0, '', 'pigeon-ascent'), (10925, 'My Idol Style Diary', 'My Idol Dressup Diary is a very cute dress-up game. Do you have idols in your real life? How many idols do you have? You may love their dressing styles. You may love their cute faces. What if we told you that you could design your own idol? It\'s totally up to you whether he\'ll be cute or cool! What he will be wearing is up to you too. It\'s like you are his agent. Isn\'t it exciting? Let\'s try this incredible game. So many fashionable outfits and cool decorations are waiting for you to pick from. Call your friends and invite her to play with you. Look who design the most handsome idol!', 'https://img.gamemonetize.com/6f50fsa18feqxn6fxbs9ohyq3oc04466/512x384.jpg', 'https://html5.gamemonetize.com/6f50fsa18feqxn6fxbs9ohyq3oc04466/', '0', 'Hypercasual', 0, 0, '', 'my-idol-style-diary'), (10926, 'Candy Makeup Fashion Girl Makeover Game', 'It\'s candy beauty makeup time! Put on the sweetest makeup ever for your customers! Style your model with marshmallow hairstyles, bright cherry lip gloss, and candy cane hats! Use your magic candy tools to make your beautiful customers all over the world more beautiful! Dress them up with delicious facial materials and sweet hairstyles! Use professional beauty tools to create the sweetest look! Have fun!', 'https://img.gamemonetize.com/rab4ld8n6ztbdf2dfgf52sq34yf42guo/512x384.jpg', 'https://html5.gamemonetize.com/rab4ld8n6ztbdf2dfgf52sq34yf42guo/', '0', 'Hypercasual', 0, 0, '', 'candy-makeup-fashion-girl--makeover-game'), (10927, 'In Orbit', 'In Orbit is hyper-casual fun game with minimalist visual and procedural difficulty. Jump between the platforms to get a better score (white items add to the score, the red ones reduce).', 'https://img.gamemonetize.com/fketznq689sq1899n22w5la3ay3nylau/512x384.jpg', 'https://html5.gamemonetize.com/fketznq689sq1899n22w5la3ay3nylau/', '0', 'Hypercasual', 0, 0, '', 'in-orbit'), (10928, 'Gravity Range', 'It is a simple interesting game. Simulate a spaceship fly in space. Affect by gravity, the spaceship will fly around the gravity point. It is a kill time game, when you take over all gravity point, you will enter next level.', 'https://img.gamemonetize.com/eq8gol2kl6oywbvxzvua8k3txclxtc98/512x384.jpg', 'https://html5.gamemonetize.com/eq8gol2kl6oywbvxzvua8k3txclxtc98/', '0', 'Multiplayer', 0, 0, '', 'gravity-range'), (10929, 'Car Crash', 'We have developed an excellent Offroad Danger Road Simulator game for adventure and adrenaline lovers. We made quality and realistic designs in our Offroad Simulator game. We have added every detail to make the offroad simulator game realistic. While developing the Offroad Danger Road Simulator game, we took advantage of the physics of offroad cars. You can start the game with the off-road vehicles you want. We have designed very challenging tracks in Offroad Danger Road Simulator game. You have to be a good offroad car driver to pass the challenging tracks in offroad simulator game. You have to drive the offroad car carefully on dangerous roads. You can crash with an offroad car and fall down from high places with an offroad car. Test your driving skills on dangerous roads with offroad cars. With the offroad car, you have to cross dangerous roads and obstacles before the stopwatch is zero. You will be challenged like driving a real offroad car. Choose and shape the vehicles in the garage in Offroad Danger Road Simulator. Offroad cars have 4x4 and 4x2 options. You can drive the offroad car with the power you need on challenging and dangerous roads. You can add protection and roof to offroad cars. Choose the weather conditions inside the offroad simulator game. You will use an offroad vehicle in a very wide area. These terrain conditions are quite difficult. We added suspension to the front and rear wheels of offroad cars for safe driving on challenging tracks and dangerous roads in our offroad car simulator game. Adjust the suspensions of the offroad car according to the obstacles. There are different control options for offroad cars. Customize the offroad cars to your liking. You will earn money as you work on dangerous roads in the offroad simulator game. Modify offroad cars with the money you earn. Get different offroad cars in the garage in the offroad simulator game and paint the offroad cars in the color you want and add different exhausts and accessories. In Offroad Danger Road Simulator, you can see offroad cars with different camera angles. As you complete the Offroad Danger Road Simulator game\'s missions, new challenging missions will unlock. In Offroad Danger Road Simulator, real damage occurs to offroad cars as a result of falls and crashes. You can experience being a perfect offroad car driver by playing our offroad simulator game. If you are an offroad car driver it will be the perfect training for you.', 'https://img.gamemonetize.com/881jqq5hcpbk3agrivitnefi72wuocox/512x384.jpg', 'https://html5.gamemonetize.com/881jqq5hcpbk3agrivitnefi72wuocox/', '0', 'Arcade', 0, 0, '', 'car-crash'), (10930, 'Animal Transport Truck', 'Hey Guys are you excited to drive a farm animal flying truck? We are coming up with our farm animal flying truck games series of farm animal transport flying truck driving games. This farm animals flying truck transporter game 2021 will provide you the pure rural atmosphere of the village and there will be different farm animals just like Horse, Bull & Ibex of a different kind. You may be able to drive and fly your farm animal truck. Your main duty in the farm animal transport flying truck driving games is to pick farm animals from one farm and drop farm animals at the given location in the farm animal flying truck simulator game. Start farm animal flying truck racing in this safari farm animal flying truck game like a real farm animal transporter of flying truck drivers in farm animal transport flying truck driving games. Be a real farm animal flying truck transporter of farm animals of truck drivers in farm animals flying truck transporter game. Mostly flying truck driving games are different so look after and carefully drive the flying truck transport in farm animal transport flying truck driving games. In farm animals flying truck transporter game transport horse, bull and ibex at the nearest farm of the village in farm animals flying truck transporter game. The farm animal transporter games with advanced features of flying truck, farm animal & high-quality graphics of village allow you to enjoy the real transport flying truck driving games. Be a prominent driver of animal flying truck transport in the wide mesh of animal transport truck games. If you love pets and animals so this farm animals flying truck transporter game is definitely for you. If you love farming and farm animals so you may have the idea to tackle the farm animals carefully. In the flying farm animals truck transporter game, your main duty is to handle your animals carefully, and loading to the flying truck carefully from one location and unloading farm animals from another location is the major task. The most important and crazy thing in the farm animals flying truck transporter game is the time limit and duration if you do not follow the time u may lose this farm animals flying truck transporter game. -Realistic Farm and City Environments. -Coolest Farm Animal Flying Truck. -Perfect Presentation of Farm Animal. -Well-Developed and Powerful Transport Flying Truck. -Multiple Colours Transport Flying Trucks. -Manual Loading and Unloading of Farm Animals. -Craziest Paradise for Farm Animal Lovers. -Smooth Controls & Awesome 3D Sounds. -Advanced Features & High-Quality Graphics. -Variety of Different Farm Animals. -Cash Rewards to Unlock Level.', 'https://img.gamemonetize.com/g1ph4y91k63i5wlpozo68blnh7iuvkaw/512x384.jpg', 'https://html5.gamemonetize.com/g1ph4y91k63i5wlpozo68blnh7iuvkaw/', '0', 'Hypercasual', 0, 0, '', 'animal-transport-truck'), (10931, 'Birdy Bird Floppy', 'Birdy Bird Floppy is an arcade game about a bird that you control and whose main goal is to get as far as possible by flying around the screen avoiding pipes. There are many obstacles one has to go through if they want to keep their high scores, but apart from being able to fly uninterruptedly, one of its main objectives is not being hit by a pipe. Play the \'Birdy Bird Floppy\' game now online. You control a feathered creature of some sort that can glide through obstacles made up of pipes floating in the air! Don\'t touch these pipes or you\'ll lose - and lose some health points (Floppy Bird). The goal is to fly as far as you can without running into anything. If a pipe ends your bird\'s life, then try again with a new one! This arcade game has plenty of action, but also requires strategy to achieve the best possible score.', 'https://img.gamemonetize.com/7i6i4j9bvveobafl4se7m0093rpchrac/512x384.jpg', 'https://html5.gamemonetize.com/7i6i4j9bvveobafl4se7m0093rpchrac/', '0', 'Hypercasual', 0, 0, '', 'birdy-bird-floppy'), (10932, 'StickMan Fly', 'Click on the screen and pull the stickman!', 'https://img.gamemonetize.com/4ywlg1t7p7auy29j5340wuqfttu763o0/512x384.jpg', 'https://html5.gamemonetize.com/4ywlg1t7p7auy29j5340wuqfttu763o0/', '0', 'Fighting', 0, 0, '', 'stickman-fly'), (10933, 'School Bus Simulator Kid Cannon', 'Launching children from a cannon at the speed of a bullet into oncoming traffic is both thrilling and addictive.', 'https://img.gamemonetize.com/oecfbca5jlmwefat7z0gbo2ujaukcoz4/512x384.jpg', 'https://html5.gamemonetize.com/oecfbca5jlmwefat7z0gbo2ujaukcoz4/', '0', 'Clicker', 0, 0, '', 'school-bus-simulator-kid-cannon'), (10934, 'Demolition Derby', 'âš¡ The car steering is in your hand! Ready to do some serious damage and win? You heard it right!âš¡ Demolition Derby Destruction 2021 is a real-world car smashing and destruction derby car racing game, inspired by one of the biggest events hosted at county fairs and festivals in America. Available worldwide, this', 'https://img.gamemonetize.com/hmtlvoo3ha074wdhnntmpdsp5sr0vl3d/512x384.jpg', 'https://html5.gamemonetize.com/hmtlvoo3ha074wdhnntmpdsp5sr0vl3d/', '0', 'Racing', 0, 0, '', 'demolition-derby'), (10935, 'Queen Clara Then and Now', 'Clara is a beautiful queen for the wonderland, She likes to wear her traditional wear and modern wear today. Can you help her to make her more beautiful by choosing the best outfits for both styles? Let\'s check her beauty then and now. Have great fun!', 'https://img.gamemonetize.com/xdnr0bsmfgh7ozaemxlced9roxcys3u0/512x384.jpg', 'https://html5.gamemonetize.com/xdnr0bsmfgh7ozaemxlced9roxcys3u0/', '0', 'Girls', 0, 0, '', 'queen-clara-then-and-now'), (10936, 'Blocky Shooting Swat Multiplayer', 'Begin capturing with this shooter games unblocked that feature all of it like great deals of computer game surroundings, once-a-week battles, battle royale game! Tip-over the battleground and answer the call with the force that lifted the standard for unblocking shooting games with great visuals, high-powered firearms, and explosive online multiplayer action. Create a server or play with buddies to the first person who shot via Battle Royale combat. Are you crazy shooters but like to work alone? Then do not hesitate to begin to enjoy an io shooter games campaign.', 'https://img.gamemonetize.com/mzguyntr06yfpj77ieryfqrnyce4oezu/512x384.jpg', 'https://html5.gamemonetize.com/mzguyntr06yfpj77ieryfqrnyce4oezu/', '0', 'Shooting', 0, 0, '', 'blocky-shooting-swat-multiplayer'), (10937, 'Steve Go kart Portal', 'In Steve\'s new 2nd adventure, he has to go from home to the portal with his go-kart car. You have to repair the portal in each level. You need to repair the portal pass the levels and repair the portal. Be careful, avoid the arrows of the archers, do not fall into the lava and water, do not get caught in the spider webs. You may die.', 'https://img.gamemonetize.com/0prsqxkip1ej1sz9n8h990j9hqstz3gg/512x384.jpg', 'https://html5.gamemonetize.com/0prsqxkip1ej1sz9n8h990j9hqstz3gg/', '0', 'Arcade', 0, 0, '', 'steve-go-kart-portal'), (10938, '4WD Race Legend', 'Have you ever watched a Japanese anime called Bakusou Kyoudai Let\'s & go MAX? Here is a chance for you to assemble some parts of the mini race cars and join the mini-match. There are many mini cars waiting for you to unlock and play with the rewards you earned in advance. Glad you will like this game and find the feeling in your childhood!', 'https://img.gamemonetize.com/ghz41nep2x2vl9vxx9arfub92f8fmo9e/512x384.jpg', 'https://html5.gamemonetize.com/ghz41nep2x2vl9vxx9arfub92f8fmo9e/', '0', 'Racing', 0, 0, '', 'wd-race-legend'), (10939, 'Fury Bombs', 'Fury Bombs is an arcade game where you defuse bombs that are about to explode.', 'https://img.gamemonetize.com/uad0ad543vecxyr5l8bn2r4917hyhub4/512x384.jpg', 'https://html5.gamemonetize.com/uad0ad543vecxyr5l8bn2r4917hyhub4/', '0', 'Clicker', 0, 0, '', 'fury-bombs'), (10940, 'Eternal Fall', 'You will race against time with characters that only move up and down. The platform is constantly moving and you have to stay on the platform.', 'https://img.gamemonetize.com/6imha3ikq3pd4ewhkpwixz78fovp115l/512x384.jpg', 'https://html5.gamemonetize.com/6imha3ikq3pd4ewhkpwixz78fovp115l/', '0', 'Arcade', 0, 0, '', 'eternal-fall'), (10941, 'Girl Bike Accident Love Makeover & Dressup', 'Our girl Zoe was running in the park, suddenly a bike run into Zoe and injured her knee. The bike owner Zack treats Zoe\'s wound immediately. When Zack gets home, he has Zoe in his head all the time, and he realizes that he has fallen in love with her. What happens next? Let\'s see!', 'https://img.gamemonetize.com/wjn0tj7c6xii9poj05xg9kdl4lrmjtfr/512x384.jpg', 'https://html5.gamemonetize.com/wjn0tj7c6xii9poj05xg9kdl4lrmjtfr/', '0', 'Hypercasual', 0, 0, '', 'girl-bike-accident-love--makeover-amp-dressup'), (10942, 'Turbo Stars Fun & Run 3D Game', 'If you like cool skateboard games, you should never this one Turbo Stars! It will bring you the coolest skateboarding experience. Try to skate through more acceleration zones and slide on the screen to do more stunts and beat more opponents. When you skate, you need to avoid those obstacles or you will fail. See how many points you can get and have a good time in our new game Turbo Stars!', 'https://img.gamemonetize.com/yaodebca5tpawcq6eg8z8rub44xnpdih/512x384.jpg', 'https://html5.gamemonetize.com/yaodebca5tpawcq6eg8z8rub44xnpdih/', '0', 'Racing', 0, 0, '', 'turbo-stars--fun-amp-run-d-game'), (10943, 'My Fashion Hair Salon Be Hairstylist', 'For all girls, fashion is a very important thing! Fashionable hairstyles will make girls sparkle! Every girl deserves the most beautiful and fashionable hairstyle! In your salon, first, give the girls a comfortable hair treatment, wash their hair, and then make a homemade hair mask for them. When your girl has finished her hair care, you can design a delicate hairstyle for her. In order to make her beautiful and fashionable, don\'t forget to choose fashionable headwear, necklaces, and earrings for them. Have fun!', 'https://img.gamemonetize.com/zwrxermzaadcavrcjfl4r4ivljltv6ig/512x384.jpg', 'https://html5.gamemonetize.com/zwrxermzaadcavrcjfl4r4ivljltv6ig/', '0', 'Hypercasual', 0, 0, '', 'my-fashion-hair-salon--be-hairstylist'), (10944, 'Princess Dress Cake Fondant Cakes', 'Girl, this bakery game and the baking game contain many fun cake games. You can become a cake owner and cake maker in this bakery kingdom. Baking cakes is not an easy task. You can practice making cakes in this baking game and strive to become a baker in this girl baking game. Wow, your cake decoration looks so stylish! Come and mix the cakes together in this cake game, and cook cakes for the princess!', 'https://img.gamemonetize.com/wxobnxow5n4p9xobguxuhrq5dumhluej/512x384.jpg', 'https://html5.gamemonetize.com/wxobnxow5n4p9xobguxuhrq5dumhluej/', '0', 'Girls', 0, 0, '', 'princess-dress-cake--fondant-cakes'), (10945, 'Police Car Chase Online', 'Are you a professional police officer who is also good at driving a car? We found some criminals escaping in civil vehicles. Your mission is to arrest and crash their vehicles down at all ten levels. Keep calm and speed up to destroy their vehicles!', 'https://img.gamemonetize.com/8hf4jfkeys9c2evmp0nxmft8sj9i2mo5/512x384.jpg', 'https://html5.gamemonetize.com/8hf4jfkeys9c2evmp0nxmft8sj9i2mo5/', '0', 'Racing', 0, 0, '', 'police-car-chase-online'), (10946, 'Barbie Garden Girl', 'Barbie loves nature. She loves to walk in the garden and water the flowers. On a sunny spring day, Barbie tries on new dresses and puts on makeup. Let\'s create your own style', 'https://img.gamemonetize.com/oucrqxtguy0aa3511lr61lzhtomjpkrl/512x384.jpg', 'https://html5.gamemonetize.com/oucrqxtguy0aa3511lr61lzhtomjpkrl/', '0', 'Girls', 0, 0, '', 'barbie-garden-girl'), (10947, 'My Sleepy Dog', 'My cute and fancy dog ​​Yuki loves playing in the garden and sleeping in the hammock. Do you want to dress up Yuki\'s new costumes? Let\'s play.', 'https://img.gamemonetize.com/psjp3a3sgpf1rd0nhk0ccq69lvlk4gp6/512x384.jpg', 'https://html5.gamemonetize.com/psjp3a3sgpf1rd0nhk0ccq69lvlk4gp6/', '0', 'Girls', 0, 0, '', 'my-sleepy-dog'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (10948, 'Feet Goal', 'Play soccer anywhere with your Smartphone\'s camera! Feet Goal presents us with a new way of playing with our Smartphone using the camera and the movement sensor of our device.', 'https://img.gamemonetize.com/3wczrkz1314a1azm436jffhheh71tdz6/512x384.jpg', 'https://html5.gamemonetize.com/3wczrkz1314a1azm436jffhheh71tdz6/', '0', 'Arcade', 0, 0, '', 'feet-goal'), (10949, 'Cute Elements', 'Elemental characters with special powers have been caged, use the water element to free the rest of the team and combine their powers, beat the levels by getting keys and locks, unlock many funny costumes, win elemental cards, beat the missions and get trophies for your achievements. ARE YOU READY?', 'https://img.gamemonetize.com/cj9f1s6xwsmqcr7aruy1g2boeke4zrxx/512x384.jpg', 'https://html5.gamemonetize.com/cj9f1s6xwsmqcr7aruy1g2boeke4zrxx/', '0', 'Puzzles', 0, 0, '', 'cute-elements'), (10950, 'Cut Grass Game', 'Cut Grass is a brand-new adventure and leisure game for boys for free. In the game, you need to control your lawnmower, move in different scenes, avoid obstacles, and harvest all weeds on the map. There also has a simple script, fresh painting style, and simple operation mode. Come and unlock the rich props and supplies!', 'https://img.gamemonetize.com/h7v4718yz6c5epb4x3yqoy7efspxi8hm/512x384.jpg', 'https://html5.gamemonetize.com/h7v4718yz6c5epb4x3yqoy7efspxi8hm/', '0', 'Boys', 0, 0, '', 'cut-grass-game'), (10951, 'Steveminer Home', 'Are you ready for Miner Steve\'s adventure full of dangers? Help him survive and get him home! Steven needs to escape the TNT rain. Be careful, there are obstacles full of box shooting arrows and knives coming out from under the ground. You shouldn\'t crash into walls either.', 'https://img.gamemonetize.com/agjl2b7n27i5gmz75z29ewecjvw59mkr/512x384.jpg', 'https://html5.gamemonetize.com/agjl2b7n27i5gmz75z29ewecjvw59mkr/', '0', 'Arcade', 0, 0, '', 'steveminer-home'), (10952, 'Ghost 3D', 'Enter the room, build weapons, and protect yourself', 'https://img.gamemonetize.com/682mfby38fh1c41ajtil6os2qt45c9q2/512x384.jpg', 'https://html5.gamemonetize.com/682mfby38fh1c41ajtil6os2qt45c9q2/', '0', '3D', 0, 0, '', 'ghost-d'), (10953, 'Blondie Bride Perfect Wedding Prep', 'Blondie said Yes and now the big moment has finally come. Join her in one of the coolest wedding games and help her dress up and put on makeup for this special event. Use the professional makeup products to enhance our bride\'s natural beauty. Make Blondie look stunning from head to toe in one of the prettiest wedding games!', 'https://img.gamemonetize.com/u86tcxvuiqq9wfofyg8gvvsxxvoyriwp/512x384.jpg', 'https://html5.gamemonetize.com/u86tcxvuiqq9wfofyg8gvvsxxvoyriwp/', '0', 'Girls', 0, 0, '', 'blondie-bride-perfect-wedding-prep'), (10954, 'Space War Plane', 'Space War Plane is a 2D war game. There is war in the sky in this game. You have to destroy the enemy planes coming from the right', 'https://img.gamemonetize.com/8tcxvcxap4dj7mhld5ce98w07y8315oo/512x384.jpg', 'https://html5.gamemonetize.com/8tcxvcxap4dj7mhld5ce98w07y8315oo/', '0', 'Arcade', 0, 0, '', 'space-war-plane'), (10955, 'Duck Jump', 'Duck Jump is a hypercasul game and can also be played on mobile devices. Fall down, jump up and try to survive as long as you can.', 'https://img.gamemonetize.com/n9y396bqawhw81gpongohklv2xorusvj/512x384.jpg', 'https://html5.gamemonetize.com/n9y396bqawhw81gpongohklv2xorusvj/', '0', 'Arcade', 0, 0, '', 'duck-jump'), (10956, 'Demolition Cars Destroy', 'In demolition racing car racing games, you may do extreme derby demolish racing exploits with your demolition derby vehicle. If you enjoy demolition racing BeamNg car games offline and hot wheels demolish derby to conduct derby car crash stunts, then this demolition derby auto racing game is just what you\'re looking for. You\'ll be able to crash a vehicle while driving in this demolition race car racing game. Make derby destruction-free roaming and drive intense demolition derby in the vehicle yard derby to win the championship title. Produce a flawless collision of automobiles in the Derby demolition battle to demolish Derby Cars with Beam Drive technology. It\'s not only about crashing cars; it\'s about combining crash and derby with car derby crash stunts to create an explosive mix. Drive quickly and perish at the end of the match. The fluid, soft body has natural and genuine injuries.', 'https://img.gamemonetize.com/yvm1jyzxo1oa52vyemnrtocanospfn4s/512x384.jpg', 'https://html5.gamemonetize.com/yvm1jyzxo1oa52vyemnrtocanospfn4s/', '0', 'Racing', 0, 0, '', 'demolition-cars-destroy'), (10957, 'Unicorn Drink Maker Summer Fun', 'Every kid likes milkshakes and unicorn food. Becoming a milkshake maker to design your favorite rainbow unicorn milkshake sounds great. In our game, you will see a variety of kitchen utensils and decorations such as cooking pots, blenders, and cat\'s claw cups. At the same time, we will also provide milkshake recipes, you can use milk, fruit, and ice cream to make unicorn milkshakes. We also have all kinds of fruits, different styles of unicorns, all kinds of beautiful colored particles, and sugar to decorate the milkshake. Come and join the DIY unicorn milkshake-making game.', 'https://img.gamemonetize.com/wd1lj5tics53goi4lrpc95sw7rckg9j8/512x384.jpg', 'https://html5.gamemonetize.com/wd1lj5tics53goi4lrpc95sw7rckg9j8/', '0', 'Girls', 0, 0, '', 'unicorn-drink-maker--summer-fun'), (10958, 'High School Summer Crush Date Makeover Game', 'Hannah\'s boyfriend Jack plans a romantic date at the beach. Hannah is very excited and needs your styling skills to look like a beauty queen tonight. Join the makeover squad with Hannah\'s best friend Jessica, and create stunning makeup looks, colorful hairstyles, and amazing outfits. Get the hottest summer crush game for girls, enjoy new beauty makeover adventures, style, and design, and become a part of a high school love story. Play now and find out if Hannah and her boyfriend Jack\'s romantic beach date ends with a kiss!', 'https://img.gamemonetize.com/ytk32jgrpyjwpnvnbrx6cdli6mo44y3k/512x384.jpg', 'https://html5.gamemonetize.com/ytk32jgrpyjwpnvnbrx6cdli6mo44y3k/', '0', 'Hypercasual', 0, 0, '', 'high-school-summer-crush-date--makeover-game'), (10959, 'Baby Fashion Dress Up Game', 'Baby Fashion Dress Up is a very enjoyable design game. Think your design talents are going nowhere? Try this game! In this game, you own a very famous tailor shop. Many customers are attracted by your shop and come to your shop. They may want fancy shoes. They may want cute dresses, hats or scarfs etc. As a talented tailor, come and design clothes for them according to their styles! Many carefully selected decorations and dyes are here for you to pick. We are sure you\'ll like it!', 'https://img.gamemonetize.com/ikwan7j626r7xc2e0p2z5j3a1dghd76f/512x384.jpg', 'https://html5.gamemonetize.com/ikwan7j626r7xc2e0p2z5j3a1dghd76f/', '0', 'Girls', 0, 0, '', 'baby-fashion-dress-up-game'), (10960, 'Fashion Evolution', 'Here is a girl cosplay running arcade game with 3D cartoon characters. You will start from primitive people\'s look at each level. There are many different kinds of suits for you to unlock automatically by means of collecting the blue advanced years. Are you ready to play the part of the famous star in different decades of a century?', 'https://img.gamemonetize.com/0jwa3uirpmq8llucfd89r5e2ufmdsxs2/512x384.jpg', 'https://html5.gamemonetize.com/0jwa3uirpmq8llucfd89r5e2ufmdsxs2/', '0', 'Arcade', 0, 0, '', 'fashion-evolution'), (10961, 'Unicorn Ice Cream Corn Maker', 'Many children like to buy an ice cream when they go to the amusement park! Although there is no ice cream truck in the amusement park, there are 3 cute food stalls with different styles that are ready to make, decorate and sell delicious food for the children Ice cream. What are you waiting for? Come and show your food making talent in the game!', 'https://img.gamemonetize.com/7tf6b75xzlurxml9bwmqdy82b6cv3041/512x384.jpg', 'https://html5.gamemonetize.com/7tf6b75xzlurxml9bwmqdy82b6cv3041/', '0', 'Girls', 0, 0, '', 'unicorn-ice-cream-corn-maker'), (10962, 'Baby Taylor Outing Accident', 'It\'s a sunny day. Taylor and Tom are planning to go on an outing. Of course, Moms will follow them. They can play games, swing, and fly kites in the garden. How will they spend their day?', 'https://img.gamemonetize.com/yrr04369pq1k0lnaj9qpxyy0zrmp6hlz/512x384.jpg', 'https://html5.gamemonetize.com/yrr04369pq1k0lnaj9qpxyy0zrmp6hlz/', '0', 'Hypercasual', 0, 0, '', 'baby-taylor-outing-accident'), (10963, 'Brick Surfer Fun & Run 3D Game', 'Brick Surfer is an arcade running game. How can we pass that dangerous road? There are some bricks, you could step on those to through. The more bricks you collect, you will get more diamonds. Let us surfer in the sky!', 'https://img.gamemonetize.com/hoyrq1842fdax8yfzaz94u95usrf7wl0/512x384.jpg', 'https://html5.gamemonetize.com/hoyrq1842fdax8yfzaz94u95usrf7wl0/', '0', 'Racing', 0, 0, '', 'brick-surfer--fun-amp-run-d-game'), (10964, 'Sailing the Dangerous Sea', 'You and your crew went out sailing on the ocean, but ran into pirates. Use your cannon to defend yourself and take the pirates out. Be careful because their firepower and ship are stronger than yours.', 'https://img.gamemonetize.com/hnto5xnb3u1ici4wfsk50nj1l7ki9o21/512x384.jpg', 'https://html5.gamemonetize.com/hnto5xnb3u1ici4wfsk50nj1l7ki9o21/', '0', 'Shooting', 0, 0, '', 'sailing-the-dangerous-sea'), (10965, 'Color Ball Challenge', 'Color Ball Color Switch Challenge Game is free online at Hooguy.com. The Color Switch game is a fun and challenging arcade game. Color Ball Color Switch Challenge Game is a fun and addictive game. Color Ball Color Switch Challenge Game is a free online game. You can play Color Ball Color Switch Challenge Game in your browser and mobile for free.', 'https://img.gamemonetize.com/1110iuu53ihu3tc8dmrnkp9klkxkal0g/512x384.jpg', 'https://html5.gamemonetize.com/1110iuu53ihu3tc8dmrnkp9klkxkal0g/', '0', 'Hypercasual', 0, 0, '', 'color-ball-challenge'), (10966, 'Santa Snow Runner', 'Santa Snow Runner is a free online game. Run through the snow and deliver the presents. Santa Snow Runner is an online HTML5 game. You can play the game on smartphone and tablet (iPhone, iPad, Samsung, Android devices and Windows Phone).Santa Snow Runner Online free game. Play free online games, fun games, puzzle games, action games, sports games, flash games and more', 'https://img.gamemonetize.com/iauf6b25rle3ish6ergjjhgul0cnrju5/512x384.jpg', 'https://html5.gamemonetize.com/iauf6b25rle3ish6ergjjhgul0cnrju5/', '0', 'Arcade', 0, 0, '', 'santa-snow-runner'), (10967, 'Flip Parkour Pro', 'Are you ready to step into the world of acrobatics and adrenaline? Flip Parkour Pro is an awesome sports game to do perfect flips, such as front-flips, back-flips, and gainer tricks from high cliffs. This game has dynamic and entertaining cliff jumping experience... Interesting levels on 10 different platforms are waiting for you.', 'https://img.gamemonetize.com/4sgt9vwq7y4ho508lcgjgjuskpuf4wxa/512x384.jpg', 'https://html5.gamemonetize.com/4sgt9vwq7y4ho508lcgjgjuskpuf4wxa/', '0', 'Sports', 0, 0, '', 'flip-parkour-pro'), (10968, 'Super Braid Hairdresser HD', 'You are a famous braid hairdresser. You would design the great braid style for the famous model. Are you ready for the great challenge? You can choose one gorgeous braid style prepared for you and make the braid hair styles as soon as possible. Some braid styles are really not easy to do well. Only people with extremely patience can ever achieve them. How can you beat that? Can or not? It\'s a really great braid hairdresser game for fashion girls and kids. Now let\'s do a try. I\'m sure you would enjoy the wonderful hair game!', 'https://img.gamemonetize.com/ttmfhrikz91puywdwsyjmn24guvvmbeh/512x384.jpg', 'https://html5.gamemonetize.com/ttmfhrikz91puywdwsyjmn24guvvmbeh/', '0', 'Girls', 0, 0, '', 'super-braid-hairdresser-hd'), (10969, 'Space Squid Challenge Game', 'We are taking you to space in this Space Squid Game Challenge! The famous squid game is now ready to be played by you, are you gonna accept the challenge? This game has a very realistic physics, more than ten skins and characters to unlock, has a very scary sound that will put you in that adrenaline rush and it has a very easy controls. Are you brave enough to join the game and win billions of money? Play now and try it yourself!', 'https://img.gamemonetize.com/hgt3wfrkdz5lb56w4oikd8hqikuqhl4m/512x384.jpg', 'https://html5.gamemonetize.com/hgt3wfrkdz5lb56w4oikd8hqikuqhl4m/', '0', 'Adventure', 0, 0, '', 'space-squid-challenge-game'), (10970, 'Super Mayo 64', 'Super Mario 64 is considered the first 3D platform game in history. In it, you control Mario, our favorite plumber, who must save Princess Peach from the evil Bowser. To do this, you’ll have to go through countless levels to test your skills and earn 120 stars. Discover a magical world full of colorful levels and dark castles with breathtaking 3D graphics.', 'https://img.gamemonetize.com/7uxj1frejmt09h2lk276i4xpm97mhco2/512x384.jpg', 'https://html5.gamemonetize.com/7uxj1frejmt09h2lk276i4xpm97mhco2/', '0', 'Arcade', 0, 0, '', 'super-mayo-'), (10971, 'Serious Stickness', '2D Shooter for PC. You have the firepower of an armed stickman, objectives and a lot of enemies to have fun with. Let\'s get sticky!', 'https://img.gamemonetize.com/6ig9ljcov6odvhvd46nbp42bcoq8unfa/512x384.jpg', 'https://html5.gamemonetize.com/6ig9ljcov6odvhvd46nbp42bcoq8unfa/', '0', 'Fighting', 0, 0, '', 'serious-stickness'), (10972, 'Winx Stella and Puppy', 'Stella likes to ride her bike, pick flowers and play with her puppy. Would you like to dress up this cute couple playing in the garden?', 'https://img.gamemonetize.com/3tinykmyyz7ud70egc86skq76ydltgth/512x384.jpg', 'https://html5.gamemonetize.com/3tinykmyyz7ud70egc86skq76ydltgth/', '0', 'Girls', 0, 0, '', 'winx-stella-and-puppy'), (10973, 'Draw Winx Bubble Path', 'The Winx fairies are trapped inside the bubble in this puzzle game. You need to draw a path for them to go home. If it hits their friend, the bubble will burst. Challenging obstacles are waiting for you.', 'https://img.gamemonetize.com/68nohmn7wdap080kqcbke8j0zg8z89at/512x384.jpg', 'https://html5.gamemonetize.com/68nohmn7wdap080kqcbke8j0zg8z89at/', '0', 'Puzzles', 0, 0, '', 'draw-winx-bubble-path'), (10974, 'Demolition Derby 3D', 'Get behind the wheel & Simulate your world with Play.iO that gives you Real Monster Truck Demolition Derby Crash Stunts Driver in a realistic Fearless Crash Derby Stunts demolition games wreckfest uk banger racing 2019. Destruction of real car games in modern monster truck rover jump car and driver grand city demolitions derby real car simulator extreme speed stunts games battle with strong opponents inside real monster car smash demolition derby crash stunts racing arena looks so real that you can only win with this offroad real GT Monster Truck Crash Derby Stunts driving simulator by properly using windscreens, doors, and mirrors to smash your monster derby car vs monster truck opponents in best of Real Monster Truck Derby Crash Demolition Stunts game to get behind the wheel to take care of your car to simulate your world. In this battle of monster car vs American monster truck driving simulator game where racing stunts of real derby destruction simulator extreme car crash stunts driver will smash, destroy, damage and demolish reckless monster truck real derby games and car crash games by smashing, hitting and crashing in an exciting super real monster truck smash games on google play games to race for glory in derby crash demolition simulator driver on Real Monster Truck Driving Simulator Offroad Crash Challenge. As you are much familiar that now-a-days car driving games, flying car simulator game & GT car stunts games have been in Trend but we (Play.iO) give you all new Extreme City Real Monster Truck Demolition Derby games Stunts Simulator where you can not only drive car & monster trucks but wreckfest UK Banger Racing in Derby Destruction Arena Real Monster Truck games 2019. Become the real monster truck games wreckfest driver in derby racing car driving games or Monster Car Games to simulate your world as get behind the wheels to survive the extreme Monster Truck Derby Car Crash Stunts Racing new Car games derby destruction Crash Simulator battle with speedy monster truck games crash stunts and speeding over the enemy truck games rover jump flying car ramps of derby games in extreme speed stunts driver of super monster truck crash derby games arena in monster truck crash racing new car games. Super Monster Car Derby games 2021 of Demolition Truck Racing free Car games on google play games recommended for you in this Real Monster Truck Demolition Derby Crash Stunts 2020 Derby Simulator Driver of free car games vs monster truck derby games 2021. Fasten your seat belt in monster car driving simulator crash derby games, hold your steering tight and race on to hit your demolition derby new car simulator game 2020 grand monster truck crash stunts opponents as hard as you can to demolish enemy free car games driving simulator and torn them into pieces in this real monster truck games demolition car fighting derby games. Real Monster Truck Demolition Derby Simulator Features • Amazing Monster Derby Car Models and Real Monster Trucks • Crash, Smash & destroy all enemy rivals in Monster Derby Battle • Real Collision, bang & destruction sound effects • Amazing Modes Includes Ramps Stunts, Mud Racing and Death Race', 'https://img.gamemonetize.com/gy2xubeqiiwmrhuogi4inwpgk0itduzz/512x384.jpg', 'https://html5.gamemonetize.com/gy2xubeqiiwmrhuogi4inwpgk0itduzz/', '0', 'Racing', 0, 0, '', 'demolition-derby-d'), (10975, 'Car Traffic Race', 'This is actually not a car driving simulation game but a car avoiding arcade game, which is made from 3D cartoon vehicle models. With an unlimited track on the vertical version, you need to collect more gold coins and avoid all the other vehicles on the road. Glad you will enjoy the game and make new records.', 'https://img.gamemonetize.com/0qvb855964kkew909me31p69it98c0k2/512x384.jpg', 'https://html5.gamemonetize.com/0qvb855964kkew909me31p69it98c0k2/', '0', 'Arcade', 0, 0, '', 'car-traffic-race'), (10976, 'No One Crash', 'No One Crash is a very classic game, we develop the original one way game for casual play. Once master it, you can challenge the higher 2 ways.', 'https://img.gamemonetize.com/zi7jsnsjrdr1987eyrkd9byh7yfm4tsk/512x384.jpg', 'https://html5.gamemonetize.com/zi7jsnsjrdr1987eyrkd9byh7yfm4tsk/', '0', 'Racing', 0, 0, '', 'no-one-crash'), (10977, 'Roads Off Fury', 'THERE\'S NO ESCAPE. Take the chance to FIGHT for your life in this charged-up ENDLESS arcade, free-roaming racing game. Select your POST-APOCALYPTIC modified vehicle and drive it through the deserted ruins of the wasted world, while trying to defend yourself from the motorized oil-cultist SCAVENGERS hunting to seize your FUEL... and your flesh! Only a madman can do it! Are you mad enough? BE MAD OR BE DEAD! FEATURES: - Survive the longest you can against SPIKED BUGGIES, ARMORED FLAME-THROWERS, TANK-CARS, WAR RIGS and much more! - Use high lines, ramps and hills to challenge your enemies with evasive acrobatic jumps - Master dozens of vehicles to enjoy a completely different driving experience - Unlock loads of offensive and defensive gear to enhance your vehicle - Find your perfect vehicle+gear balance - Challenge yourself by smashing enemies without the support of your gear (Fury Roads Survivor ""Smashy Mode"" included!) - Explore a gorgeous isometric 3D “voxel†world!', 'https://img.gamemonetize.com/j7i04kr27e5fxm6k3xbzse85zwu20s0k/512x384.jpg', 'https://html5.gamemonetize.com/j7i04kr27e5fxm6k3xbzse85zwu20s0k/', '0', 'Arcade', 0, 0, '', 'roads-off-fury'), (10978, 'Battle Off Road', 'Give life to your machine. Bathe the road in your rivals\' oil and gasoline. Rise to glory, shiny and chrome! Arm your car with a diverse arsenal of post-apocalyptic weapons and nitro powered gear and take on furious road as you race, flip and battle your way to victory! Blow up your rivals in fierce pvp battle races while defending yourself from unrelenting waves of fiery lead! Prove your skill on the mad roads and wastelands of a desert dystopia as you risk everything in perilous flips and tricks to rev up your engine to the max and leave only fire and rubble in your wake! HIGHLIGHTS Play nitro-fueled, explosion-filled battle races against players from all over the post-apocalypse world in thrilling, real-time multiplayer race matches. Can you shoot and explode your way to the top of the global and local leaderboards with your car tuning skills? Unlock and collect a whole, powerful car combat arsenal of post-apocalyptic turbo racing cars equipped with powerful guns! From fast and slick turbo sedans to massive, rock \'n\' roll death machine monster trucks, master each car\'s unique weapons and guns and special ability to be prepared for everything the road throws at you in these post-apocalyptic dystopia wastelands! Upgrade and customize your car battle vehicles with awesome car combat items and skins and make opponents all over the post-apocalypse world witness your turbo nitro-powered glory, shiny and chrome! Unlock new guns and car tuning customization options as you win more and more battles in the desert wastelands! Execute mad risky flips with your car while you race and combat to rev up your engines and get a glorious nitro speed boost to push your car racing to the max! Dominate the road in the wastelands of desert dystopia while powered by a blood-pumping rock \'n\' roll soundtrack that will get your heartbeat racing as you dodge enemy fire and explosions and use your mad car combat tuning skills to the max! The open road is inviting you to conquer it through the car combat apocalypse, but out there in the barren and ruthless expanses, only the strongest and gun-savvy car battle vehicles and monster truck drivers survive! Speed into a post-apocalyptic dystopia-like world of battle races and road war-ready cars, monster trucks and other explosion-causing death machines and fight with all you have to keep car racing to the top and earning new car combat customization items! Road Warriors from all over the post-apocalypse world are challenging you to join them in turbo fast multiplayer post-apocalyptic combat races! Master each deadly weapon and special skill in your rock \'n\' roll arsenal of monster trucks and car battle vehicles in order to reach the finish line and become the glorious world champion in every car racing leaderboard! Get into your car battle vehicles, load up your weapons and race, shoot and flip towards your fate as THE road warrior to rule them all through the rock \'n\' roll apocalypse!', 'https://img.gamemonetize.com/0l6772zymvavyxeaqj1ewames3dvwzqn/512x384.jpg', 'https://html5.gamemonetize.com/0l6772zymvavyxeaqj1ewames3dvwzqn/', '0', 'Arcade', 0, 0, '', 'battle-off-road'), (10979, 'Raft Wars 2', 'the Raft Wars game. The original Raft Wars is a fun, level-based shooting game created by Martijn Kunst, where you and your brother Simon have to defend your treasure from enemies of all kinds!', 'https://img.gamemonetize.com/8505popxm2z2d6ias52pqvux23g450xe/512x384.jpg', 'https://html5.gamemonetize.com/8505popxm2z2d6ias52pqvux23g450xe/', '0', 'Adventure', 0, 0, '', 'raft-wars-'), (10980, 'Popcorns Time', 'Fills the popcorn in the provided container, fill it to the brim to the maximum extent. Don’t let the popcorn fall, because it only has 3 chances. Complete each level to unlock the next level.', 'https://img.gamemonetize.com/dxritdbwqb1leivv06qczu2541ducp1z/512x384.jpg', 'https://html5.gamemonetize.com/dxritdbwqb1leivv06qczu2541ducp1z/', '0', 'Puzzles', 0, 0, '', 'popcorns-time'), (10981, 'Helicopter parking', 'Enjoy the best of helicopter games to make you forget the helicopter games. Yes! It is the best transport helicopter game among the several helicopter games you see on the market. Helicopter Parking Game is there to provide assistance in the hour of the need, the ultimate concept in helicopter games. This Helicopter Parking Game is an objective based cargo helicopter game where you need to transport food and other relief goods using army trucks in the chamber of transporter helicopter. In this very addictive flight cargo helicopter transporter game you will be given with a heavy transporter army cargo truck to load and park in cargo compartment of army chopper. Drive and load the truck equipped with foodstuffs, military bags and boxes and maneuver it on helicopter perfectly at the highlighted spot. After loading the heavy truck you need to pilot your rescue army chopper safely from one army base to another for the purpose. Go through all of the waypoints and land at your endpoint army base within the given time. While taking off and landing your cargo helicopter, be very careful to avoid the smash and hurdles. The helicopter games never brought such sensation in the flight simulator games. Forget flying with your other relief cargo helicopter games and try this army transport helicopter. Take a twist in takeoff and landing and try the newest of transport relief cargo helicopter games. It is big Helicopter Parking Game.', 'https://img.gamemonetize.com/bfge33tfr6yugsp1z36ql9ti79l6srbm/512x384.jpg', 'https://html5.gamemonetize.com/bfge33tfr6yugsp1z36ql9ti79l6srbm/', '0', 'Hypercasual', 0, 0, '', 'helicopter-parking'), (10982, 'Classic Car Parking ', 'brings you the hard Parking game. Contains 560 hard parking levels with 7 different themes. So that young drivers can try different Crazy Cars and a variety of road conditions and gain hard Parking experience. This Car Parking games and classic car free game is specially designed for lovers of hard 3D parking games. You can park car and improve your driving skills by playing this car driving school simulator and car Parking game. You will be able to learn how to actually drive and park car while enjoying the offline free games and improve your parking skills by playing this new free car game. In a driving simulator game, driving a car on roads is an easy job but parking car in a parking space is tough. Here you will get a chance to improve and polish your driving skills and can have the best parking car experience. Be the best car parking master in this 3D car parking game. Vintage Car Parking There will be lots and lots of road barriers, cones and hurdles and other 3d obstacles will make you an expert in the best car simulator and driving games. New car parking simulator gameplay allows you to test your tough and challenging parking skills and experience. Every next level game gives you a more challenging experience than last. There are different multiple hurdles that come in your way all you have to do is drive classic car. Touching cones fail the level games to park classic cars at the finish line carefully to complete your mission of car parking simulator games. Classic Car Parking Free Games The classic car parking games are totally free for parking enthusiasts. This car parking 3d is specially designed for young car drivers, its stunning dynamic features and intuitive parking modes are not that easy to handle. It is not just a time killing game, you will also learn about extreme parking rules while enjoying the crazy car simulator and free driving games. Car Parking Challenges Face troubling car parking simulator challenges in modern car drive parking 3D. It will challenge your car games parking skills. Develop strong parking skills in Classic Car driving games. Face mind-boggling obstacles and challenging Car simulator. Car parking fun in our free games and car games. Our car simulator is a game with better graphics so don’t forget to play. Improve Car Parking Skills In these free car parking games you don\'t need any special skills, you will improve your skills in the car driving simulator and parking games as you level up. This free game contains 560 challenging levels and in every level games you will have different roads and tracks so you can improve parking and driving skills by playing this free simulator game 2022. They love driving classic cars on different tracks having different hurdles and obstacles on their way. Classic Car Free Gameplay Instructions â–¶ï¸ Press play button to start the game. â–¶ï¸ Use camera button to change camera view. â–¶ï¸ Avoid hitting any obstacles or cones. â–¶ï¸ Race button to speed up your classic car. â–¶ï¸ Brake button to stop classic car. â–¶ï¸ Use steering to steer classic cars to desired turn.', 'https://img.gamemonetize.com/i06ttv999q176es7ovvc1rvp6ujg9t4t/512x384.jpg', 'https://html5.gamemonetize.com/i06ttv999q176es7ovvc1rvp6ujg9t4t/', '0', 'Arcade', 0, 0, '', 'classic-car-parking-'), (10983, 'Escape escape', 'The game rule is very simple! Press left or right button and find the escape point. But, as you see, the escape point is not easy to discover. This game is easy to play and it is very fun!', 'https://img.gamemonetize.com/1neiiyzgxgw2uogtvji5jyxnl47dtq4l/512x384.jpg', 'https://html5.gamemonetize.com/1neiiyzgxgw2uogtvji5jyxnl47dtq4l/', '0', 'Hypercasual', 0, 0, '', 'escape--escape'), (10984, 'Archery Competition 3D', 'Archery is one of the most popular modern sports games. This archery game helps you play the popular world sport of archery. Anybody across all ages can play this game. Feel like you are playing a real game. Best game for archery fans. Aim for the bullseye like the best archers for more points and extra arrows. Start shooting arrows now playing the best 3d archery game. Be the best bow master and claim your best bow. This is about a fight of bowman to bowman. You start as a beginner and become the bow master with multiple missions in each level. Play pvp multiplayer games with friends and strangers alike and become the champion of archery games. This casual bow and arrow game requires the reflex and skill. We will soon introduce world championship for clashes around the world in this 3d bow and arrow game. Single player has multiple offline mission requiring different equipment. Just aim the arrow in this game of archery 3d. Become a champion amongst friends. Compete around the world and become world champion Archery 3D with upcoming clout archery equipment is the most entertaining sport on google play and is the best 2player sport game with online pvp that can be played with fellow archers. The bow and arrow game comes with a snow theme, summer theme and forest theme. Please do note that the clout archery equipment will be introduced soon along with the world championship. Play 1on1 games with your friends. The 1on1 games can be played against strangers around the world. Upgrade to the latest equipment by getting more coins. More coins are given for greater mastery at the arrow aiming and hence better equipment. Mastery of casual pvp championship can make you Arjun or the Rambo of the game. Hit the arrow at the bullseye and become the champion of this bow sport in pvp or 2player mode. Note: Arjun and Rambo modes will be introduced in future championship modes for 3d multiplayer in 2player modes. Feature list: - online pvp multiplayer - multiple missions in each level - Available offline play - amazing graphics - Earn coins by playing against friends - 100+ addictive levels - Compete 1on1 in online pvp or 2player multiplayer - Moving Targets - Wind Speeds in different directions - Variety of bow and arrow equipment for aiming', 'https://img.gamemonetize.com/ndr5n8a6ppsrmraaxdurfouq5114fbos/512x384.jpg', 'https://html5.gamemonetize.com/ndr5n8a6ppsrmraaxdurfouq5114fbos/', '0', 'Hypercasual', 0, 0, '', 'archery-competition-d'), (10985, 'OFF Road Prado Stunts ', 'Are your ready to drive Prado Simulator game and show your Prado Driving experience on crazy mountain tracks? If yes then Offroad Prado Driving Simulator gives you real off-road driving experience where you can perform your Prado Car Stunt and become a pro truck driver. So don’t miss the amazing adventure of Suv Prado Jeep Simulator and ready to drive 4x4 off-road Prado Jeep on uphill mountain tracks. Daring ride for Car Racing Stunt master to drive at climbing high mountains, slopes, stun rocks, sharp zigzag turns are waiting for Prado Stunt Simulator lovers. Driving on off-road SUV Prado driving is not easy to bumpy hill climb tracks. Mostly Car racing drivers are thinking that they can easily perform their Car racing stunt on bumpy mountain tracks. But only few of them become the champion of Prado Car Stunt Driver. The purpose of this Prado game to enhance Car driving and Car racing skills for Jeep rally legend. Luxury Prado jeep are also designed for off-road sharp turns and able to bear maximum damage of rocky mountain. In this SUV Jeep driving game adventure you will entertain their user with customized vehicles like luxury Car, SUV jeep and Prado with smooth control of offroad Prado. Take your position and ready to drive offraod Land cruiser or mountain Prado Jeep to perform your offroad stunts. your task in this 4x4 Off road Prado Stunt Simulator 2021 is carefully drive on curvy mountain and stunt tracks. Pickup all the check points and reach to the finish line to unlock the next level. Real 3D Prado Car Stunt contains multiple modes like Stunt, Tracks and off-road. Every mission of Luxury Prado stunt Game is fulfill with adventure and challenging. Keep in mind during perform your Car Stunt be careful. Avoid to collision with the hurdles your Offroad Luxury Car on the peak of mountain otherwise you can\'t reach your goal. Complete your task within the given time and unlock the next incredible challenge. Beat the level collect your bonus to unlock next Luxury Suv Prado. Prado Car Parking game make you real driver of Prado driving games. So play this Crazy Jeep Driving Game and enjoy to multiple challenging stunts of impossible Prado Stunt game. Suv real Prado offroad jeep Simulator 2021 will give the experience of driving the Prado in the mud and on the impossible tracks. The collection of 4x4 off-road Prado, monster hummer jeep, luxury car and 3D environment make them charming and impressive. Off-road Prado Jeep Stunt Game is free offline game. Stunning features of Offroad Prado Stunt Driving Simulator 2021; ★ Real Prado Driving experience. ★ Challenging and difficult stunt missions ★ Free offline game ★ Addictive gameplay with multiple camera angle ★ Smooth and multiple control options ★ Multiple game modes', 'https://img.gamemonetize.com/ast63sr52l8q3zvk436covrtg4pn4n30/512x384.jpg', 'https://html5.gamemonetize.com/ast63sr52l8q3zvk436covrtg4pn4n30/', '0', 'Hypercasual', 0, 0, '', 'off-road-prado-stunts-'), (10986, 'Car Parking Games', 'From the creators of the legendary driving and drifting game Drift Max Pro comes a brand new 3D parking and driving game: Car Parking Pro - Car Parking Game & Driving Game. In this amazing 3d car parking game, you have many modification options and crazy parking game modes. Complete challenges in career mode and improve your driving and parking skills in this awesome 3D car parking game. CAR MODIFICATION OPTIONS: - Body color. - Rim model. - Caliper color. - Parking sensor. - Plate customization. - Upgrade car. EXTREME VEHICLES AND BONUS CHALLENGES: - Park with BUS. - Park with TRUCK. - Park with TRAILER. - Park with different super CARS. Career mode and Impossible mode with 5 seasons. Amazing 3D parking game with Rush mode and tons of challenges. Choose your car, customize it and start parking. Pick your camera and change how you view the park track, either from outside your car or inside the hood. If you like 3d car parking games, car driving games and simulation games, download Car Parking Pro - Car Parking Game & Driving Game now, pick one of the exciting parking modes and park your car! NOTE: Car Parking Pro - Car Parking Game & Driving Game doesn\'t require an internet connection after installation! Long live offline car parking games! WARNING: Car Parking Pro - Car Parking Game & Driving Game does not have a cloud save feature at this time. All game progress and in-app purchases may be lost upon deletion of this car parking simulation game.', 'https://img.gamemonetize.com/ayzafwkikjc77k4nuvrodwivwc1q4orc/512x384.jpg', 'https://html5.gamemonetize.com/ayzafwkikjc77k4nuvrodwivwc1q4orc/', '0', 'Hypercasual', 0, 0, '', 'car-parking--games'), (10987, 'Baby Happy Cleaning Game', 'The doll is dirty! Let’s help! Can you clean the dirt bike? [Happy Clean], makes tidying up fun and exciting! Follow the creative process to clean the doll and make it better than new! Once that’s finished let’s see what else needs to be cleaned! There are stinky clothes, dirty bikes, and messy kitchens that need to be cleaned! Let’s go! Be a happy cleaning hero and save the day!', 'https://img.gamemonetize.com/due6f1mwvwozd5h1p7y74q0vhxruqnbo/512x384.jpg', 'https://html5.gamemonetize.com/due6f1mwvwozd5h1p7y74q0vhxruqnbo/', '0', 'Hypercasual', 0, 0, '', 'baby-happy-cleaning-game'), (10988, 'Kick The Dummy FN', 'Kick The Dummy is a fun anti-stress game where you get to kick the dummy!', 'https://img.gamemonetize.com/nyt7738w0wwmye4ok1d4ezkqwlojhyhg/512x384.jpg', 'https://html5.gamemonetize.com/nyt7738w0wwmye4ok1d4ezkqwlojhyhg/', '0', 'Arcade', 0, 0, '', 'kick-the-dummy-fn'), (10989, 'Easter Funny Makeup', 'Eliza and her niece decided to have some fun at Easter. What could be more fun than a do-it-yourself face painting? Use the most famous symbols of Easter and spring - Easter eggs, cute bunnies, flowers, butterflies and rainbows. Create a unique bright image. You can also change the ready-made makeup, hairstyle and accessories.', 'https://img.gamemonetize.com/30blqzjgslrra0rzb9q8djw5a61hlekc/512x384.jpg', 'https://html5.gamemonetize.com/30blqzjgslrra0rzb9q8djw5a61hlekc/', '0', 'Girls', 0, 0, '', 'easter-funny-makeup'), (10990, 'Superstar Hair Salon Super Hairstylist', 'The annual Grammy Awards Ceremony is about to begin. Those who can attend this awards ceremony are all top stars. They pay great attention to their appearance and clothes. Everyone has their own exclusive styling designer and haute couture. Dresses, you, as an excellent hair stylist, need to design unique hairstyles for all the female stars participating in the event tonight. They all pay great attention to maintaining their hair. If you are a hairstylist, please don\'t miss this game, if you like this game, don\'t forget to share it with your friends!', 'https://img.gamemonetize.com/qcb5l442vlcvb8jfzng0k3te11xq05g9/512x384.jpg', 'https://html5.gamemonetize.com/qcb5l442vlcvb8jfzng0k3te11xq05g9/', '0', 'Hypercasual', 0, 0, '', 'superstar-hair-salon--super-hairstylist'), (10991, 'Huggy Wuggy Doll', 'The huge blue bear Huggy Wuggy (Hugy Wugy) wants to immediately catch you in his paws and give you a proper hug! But you don’t really want this, because the cute bear has huge sharp teeth in its mouth. Therefore, collect food, eat, and try to run away from Huggy Wuggy, also do not crash into the balls, because they will slow you down for a while! Buy bombs from the store that can blow up balls that interfere nearby, as well as stun Huggy Wuggy. You can also buy a knife of rage, with it you will become invulnerable for a while, and you will also be able to cut every obstacle in your path, including the blue bear!', 'https://img.gamemonetize.com/q15hi4x70dvohvxlkoosf9psk24y8c97/512x384.jpg', 'https://html5.gamemonetize.com/q15hi4x70dvohvxlkoosf9psk24y8c97/', '0', 'Racing', 0, 0, '', 'huggy-wuggy-doll'), (10992, 'Huggy Wuggy Road', 'The world has been invaded by a dangerous virus that turns people into Huggy Wuggy. You\'re one of the few survivors. All you have left in this desolate, Huggy Wuggy-infested world is your car. You are the bravest and most experienced driver and only you are able to resist the hordes of Huggy Wuggy. Your task is to kill as many Huggy Wuggy as possible. But be careful, don\'t let the Huggy Wuggy catch you by surprise. Otherwise, they will destroy your car in less than a few seconds. High speed and fast maneuvers are your best tools to achieve the goal. You are the last hope of this world! For each Huggy Wuggy you get coins, use them to improve the characteristics and buy new cars.', 'https://img.gamemonetize.com/celw813e3wpysxbn4vsoqdaskdls0bf4/512x384.jpg', 'https://html5.gamemonetize.com/celw813e3wpysxbn4vsoqdaskdls0bf4/', '0', 'Racing', 0, 0, '', 'huggy-wuggy-road'), (10993, 'Fruits Juice Crush', 'Fruit Juice Crush is an amazing match3 puzzle game! Swipe to match 3 or more Fruit juices of the same color to clear them from the board and complete your mission. Explore tons of challenging levels and try to unlock them All. Good Luck! Game by vodogame.com', 'https://img.gamemonetize.com/30cf93dr50hzhm8tslo7412ttk0hg796/512x384.jpg', 'https://html5.gamemonetize.com/30cf93dr50hzhm8tslo7412ttk0hg796/', '0', 'Bejeweled', 0, 0, '', 'fruits-juice-crush'), (10994, 'Extreme Car Stunts', 'Welcome to muscle car stunts: car games on mega ramp with your favorite sports, racing, classic and speed cars in this stunt driving games. This time, Mustard Games Studios presents amazing idea of muscle car stunts: mega ramp stunt car games for stunt lovers in driving simulator. Go and enjoy this car stunt games on mega ramps and become master hero driver of this ramp car stunt games.', 'https://img.gamemonetize.com/8m2pw42puw3qp1kq11iwic1p9nrn3zz0/512x384.jpg', 'https://html5.gamemonetize.com/8m2pw42puw3qp1kq11iwic1p9nrn3zz0/', '0', 'Racing', 0, 0, '', 'extreme-car-stunts'), (10995, 'Bread Pit 2021', 'Help a cute little piece of bread make its way to the toaster! Mind that the game contains Gluten!', 'https://img.gamemonetize.com/43paqrx3otcp8igeqgnzackgxonispix/512x384.jpg', 'https://html5.gamemonetize.com/43paqrx3otcp8igeqgnzackgxonispix/', '0', 'Adventure', 0, 0, '', 'bread-pit-'), (10996, 'Sweet Baby Girl Messy School Cleaning', 'Play super fun school cleaning games for girls and boys at TutoSCHOOL with sweet girls Chloe and Katie and their friend Justin. Help the kids clean the messy school: observatory, playground, bathroom, classrooms, and chemistry lab. Do your best and make the school shine again!', 'https://img.gamemonetize.com/2hjkym3rum6cllwlqysispt066h66yyp/512x384.jpg', 'https://html5.gamemonetize.com/2hjkym3rum6cllwlqysispt066h66yyp/', '0', 'Hypercasual', 0, 0, '', 'sweet-baby-girl-messy-school-cleaning'), (10997, 'Join Pusher 3D', 'Join Pusher 3D is an intriguing running game. You are supposed to multiply your pushers as much as possible while running. Meanwhile, you should be careful enough to choose your running course on the principle of saving your pushers. If you are a running game lover, what are you waiting for? Come and experience this game, if you like it, don\'t forget to share it with your friends.', 'https://img.gamemonetize.com/cj1ln61jak0qcagsaid4y0hf5umbhcp9/512x384.jpg', 'https://html5.gamemonetize.com/cj1ln61jak0qcagsaid4y0hf5umbhcp9/', '0', 'Racing', 0, 0, '', 'join-pusher-d'), (10998, 'Object Hunt Hide And Seek', 'Object Hunt is undoubtedly the most interesting Whack game of the year. You can release the pressure of work and study in the game, destroy all objects within your eyes, including beds, cabinets, fireplaces, TVs, etc. Don\'t forget to collect the scattered in the room You will have the opportunity to carry out sabotage operations with famous movie and anime characters such as Spiderman, Ironman, Pikachu, etc. The collected gold coins can be used to exchange for more advanced weapons or replace other character skins. This is an unlimited game. Come and destroy it frantically!', 'https://img.gamemonetize.com/gjjptre7tooa4rj9r3nom6aeo0nnvbxf/512x384.jpg', 'https://html5.gamemonetize.com/gjjptre7tooa4rj9r3nom6aeo0nnvbxf/', '0', 'Action', 0, 0, '', 'object-hunt--hide-and-seek'), (10999, 'Chained Cars Impossible Stunts 3D', 'Chained Cars 3d is a new fast beam drive and unique ramp in real car racing games simulator. In this accident simulator furious endless runner rivals car games chain breaker driving game, you are dealing with two joined cars and your task is to limit your speed crazy offroad bus vs Prado Jeep traffic racing. Bored of chained bike racing games try this new beam drive motor car games 3d. The player has to make sure that his chain break driving car games which is in chained alliance with another race cars is moving towards its destination in limited time. Chained cars look simple free racing games but it needs special driving & parking skills and perfect car driver to maintain speed before it clashes while racing. Chains are attached to your drift rival car driving game. Challenge Furious adrenaline cargo coach crazy chain breaker fuel race through city streets. Be the King of Road in chained car games take care of your impossible chain car stunts while driving through your real car racing rival. Chain Breaker, beyond its simple pickup and play nature, is the way it combines elements of the environment so that things get more complex, more difficult, and more rewarding the further players make it on chain luxury bus driving free racing games. This free drag race cars racing games Chain Breaker doesn\'t simply increase the difficulty by making things come out although that is certainly part of it as well of real furious speed city police stunt car driver. Driving luxury city bus parking mania is the superb game from the roller coaster, off-road cargo train, farming cargo tractor and oil tanker cargo train parking games. Be a real speed sports car driver, drift car racing is never being this awesome, get behind the wheel of chained car games rival and accept the impossible stunt adventure challenge. Do you love impossible real free racing games? If yes! Then this fast speed turbo drift, drag car racing games is perfect for you! Become a bravest driver in the city, test your driving & parking mania skills. Get ready for a racing experience. There are many barriers in the racing track, so be careful your chain not to be break. We added some extra off-road obstacles to make your chained car games ride really tougher. Become the driving car master in different zones of earth by enjoying snowy wind in new car games 3d. You need free race cars games to be a stunt driver in order to win the car racing games, race pedals are not the only key factors in this Chained Cars Speed asphalt Racing - Chain Break Driving game of chains but breaks and controls of car are also more important, chained driving are there to race your cars on to just drive carefully to avoid car accidents, in this game distance between chained cars is not the only factor which needs to be taken care off but also if cars collide with each other race of cars is off and they will catch fire. In driving games chained cars off-road chain sports car dangerous stunts with sports. Chained Cars Impossible Stunts – Car Games 2019 is an endless car racing game. Get yourself a sport car and start to perform the impossible stunts at difficult city tracks. You should be a great driver and complete the challenging missions. Have you ever wanted to drive crazy like this in free racing games? t\'s time to drive various sports cars in the city. Chained cars look simple game but it needs special driving skills and perfect car driver to maintain speed before it clashes while racing. Race cars accident simulator Driving crazy chained car games through traffic and reach the destination point safely and show your best driving skills. GAME FEATURES IMPOSSIBLE CHAINED CAR STUNTS FREE CAR GAMES • Detailed 3d Environment • Smooth and Realistic Chained Racing Car driving games Controls • Lots of motor car game challenging missions • Multiple cars to choose from • Beautiful Asphalt Racing Tracks • Realistic Car Racing Games Sound effects', 'https://img.gamemonetize.com/6i5splfy8ksnm75lmabf86basvyhosku/512x384.jpg', 'https://html5.gamemonetize.com/6i5splfy8ksnm75lmabf86basvyhosku/', '0', 'Racing', 0, 0, '', 'chained-cars-impossible-stunts-d'), (11000, 'Cake Master Shop Cake Making', 'Cake Master Shop is a funny cook game. You can learn all progress to making a cake. You have a cake shop, custom for birthday cake. Make a perfect cake for them. You could decorate it in your own favor. Give everyone a perfect birthday!', 'https://img.gamemonetize.com/xolomywahtu0w9cvw0ezcpqagrn6gwzu/512x384.jpg', 'https://html5.gamemonetize.com/xolomywahtu0w9cvw0ezcpqagrn6gwzu/', '0', 'Girls', 0, 0, '', 'cake-master-shop--cake-making'), (11001, 'Outfits Woman Rush Fun & Run 3D Game', 'Outfits Woman Rush is a captivating casual game. There is probably a pursuit of beauty in every girl. As the designs and colors of clothes grow more and more dazzlingly delicate these days, women of average income cannot afford to buy all of the newest clothes. However, this game could be an alternative to that. You can pick up as many clothes as you can when you walk your way. You should dodge the obstacles or your clothes will be stripped off!', 'https://img.gamemonetize.com/q3ifyomuvr2ur86ow7d0sxvezg03g1t1/512x384.jpg', 'https://html5.gamemonetize.com/q3ifyomuvr2ur86ow7d0sxvezg03g1t1/', '0', 'Racing', 0, 0, '', 'outfits-woman-rush--fun-amp-run-d-game'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (11002, 'Baby Taylor Gets Organized Cleaning Game', 'Housework time! There is some mess in Baby Taylor\'s home. It\'s time to clean up. She wants to make the room cleaner and tidier, but there is much housework he can\'t do yet. Please help Baby Taylor organize his home! And teach her how to clean up the home. Now, the cleaning begins!', 'https://img.gamemonetize.com/698k16668nw4m2r94qc1bd24nhcari0u/512x384.jpg', 'https://html5.gamemonetize.com/698k16668nw4m2r94qc1bd24nhcari0u/', '0', 'Hypercasual', 0, 0, '', 'baby-taylor-gets-organized--cleaning-game'), (11003, 'Block Stacking Game', 'Block Stacking is a very fun, leisure, and pressure-relieving game. The game is very delicate and fresh. In the game, you will play by combining many different fruits. As long as you can complete the target tasks, you will have a chance to get rewards! By eliminating the fruits on the screen, you can successfully pass the level. It\'s extremely easy to operate, which makes you feel very addicted. Come and try the game!', 'https://img.gamemonetize.com/tvo2vjnj0iiovouycpkplwdg2fs2hlwg/512x384.jpg', 'https://html5.gamemonetize.com/tvo2vjnj0iiovouycpkplwdg2fs2hlwg/', '0', 'Boys', 0, 0, '', 'block-stacking-game'), (11004, 'Dogs3D Races', 'â–ºGreyhound racing. What is it? In recent years, greyhound racing has fallen out of favor in many parts of the world. Concerns about the treatment of the dogs and a lowered interest in racing in general have combined to significantly decrease the number of races that can be found in some markets, and have completely eliminated the practice in others. But what if you could enjoy the excitement of a fast-paced greyhound race without any of the worries that come up when the welfare of real animals is thrown into the mix? That’s the idea behind virtual racing games, such as Dogs 3D by InBet. In this game, you’ll be able to enjoy a day out at the track, without ever actually going out at all, as all the action will be simulated right on your screen. â–ºAnd They’re Off! The concept of the game is simple: every couple minutes, a new race is held between six simulated dogs. Players can make a variety of bets before the race on which of the greyhounds will win or place well, and then watch a computer-generated race take place right in front of their eyes. When you first enter the game, you’ll see a layout that presents you with all of the information you might need in order to place your wagers. The largest portion of the screen is dedicated to posting the odds of the various bets you can make. Above the screen, you’ll see how much time is left before the next race: each contest takes place on a regular schedule, with about two minutes separating the end of one race and posting time in the next. On the right site of the screen, you can look through a history of recent race results, with the first, second, and third place finishers of the last several races listed. A statistics tab also allows players to see which greyhounds have had success in recent competition, and which have been struggling. Of course, the abilities of the dogs (and their associated odds) vary between races, but this is still all the information you’ll need if you want to track trends over a session. Perhaps the most important aspect of the layout is in the upper right, which is where you’ll get to see the races play out. Once a race begins, you can click here to make the computer-generated action go full screen, then root on your contestants of choice throughout the full lap around the track. â–ºWin, Place, and Show While this game doesn’t offer quite as many bet types as many racetracks, there’s still a lot to look at here, especially if you’re not familiar with this form of games. The simplest bets are actually located on the right, where you’ll see all six runners listed. Next to them are three potential bets: one for predicting that the dog will finish in first (also known as a win bet), one that predicts someone will finish in the top two (place), and finally a bet that your choice will end up in somewhere in the top three (show). All bets here and elsewhere in the game are expressed in decimal format. That means that the number listed is what you will win – as a ratio of your bet – including the amount of your initial bet. For instance, if you win at odds of 2.50, you’ll get your initial bet back (1 unit) and another 1.5 units in profit. Players are free to make any combination of bets they like, without restriction. On the left side of the betting layout, you’ll see an option that allows for you to wager on which greyhounds will finish in the first and second positions, in their exact order. This is known in the racing world as an exacta bet. Since this is a more difficult task than just picking a winner, these exactas tend to pay out at much higher odds.', 'https://img.gamemonetize.com/i75w7uf7y5ivyulukluuvvhlqowvj2n1/512x384.jpg', 'https://html5.gamemonetize.com/i75w7uf7y5ivyulukluuvvhlqowvj2n1/', '0', 'Hypercasual', 0, 0, '', 'dogsd-races'), (11005, 'Poop It Online', 'Play Poop It as the most fun and addictive tap game where you have to tap fast and destroy all the poop before the time runs out. Get the highest scores by tapping as fast as you can, become the ultimate poop popper! Can you dominate in this crazy smash hit & reaction game? Start destroying poops and download this ultra-enjoyable reflexive arcade tapper! Playing this tapper game on your browser or mobile you are getting the most entertaining gameplay that is very easy for playing and suitable for any age. On the tap game you will enjoy the fun design with the funniest poop that need to be destroyed as the amusing sound effects every time you tap on your screen to destroy the poop.', 'https://img.gamemonetize.com/yw35q5a5yltotxylntkb31y78tcbkoyp/512x384.jpg', 'https://html5.gamemonetize.com/yw35q5a5yltotxylntkb31y78tcbkoyp/', '0', 'Hypercasual', 0, 0, '', 'poop-it-online'), (11006, ' Heavy Tractor Pull 3D', 'Tractor Game Farming Tractor is a high power vehicle that\'s why Heavy Duty Tractor is used for multiple purpose like Driving Cargo Tractor Trolley or some time pulling other damage or stuck Vehicles. This Real Tractor Driving Simulator 3D game is all about pulling Multiple Vehicles like Bus stuck on mud or run out of fuel jeep even damage helicopters. As a real Farming Tractor Trolley Driver you will rescue all damaged and faulted vehicles to workshop. This Tractor Game is quite different from all those Tractor Trali or Truck Transport Game because one other big vehicle depends on your driving so you have to drive smoothly and use proper race or brake to avoid any accident while playing Best Free Driving Game. Keep Remember a minor mistake can lead to a big accident or damage so be focused on roads.Once you play this Desi Tractor wale game you will see it is quite different from all other tractor trolley transport games. This Transport Simulator game is all about balancing you need to maintain balance while turning your Farming Tractor because you are not driving on carpet road your route is uneven and zigzag even muddy roads also there to check your Heavy Duty Tractor Driving Skills.One thing is sure once you completed all challenges set by Offroad Tractor Game you will become extra ordinary Driver of all type of Transport Simulator Driving Games. Tractor pull games is all about helping those who are in need.If anyone are out for a journey or have a car accident then no need to worry about your vehicles. Help is on your way. You will use Heavy Tractors to do it You know about high power vehicle Tractor commonly used in farming and some time combined with trolley which called Tractor Trolley.But here you will Use Farming Tractor for pulling other vehicles like Cargo Trucks, Bus or Even Helicopters .In this game as a tractor driver your job is to help them by pulling their vehicles from the accident scene to a workshop so that they can continue their journey and enjoy Latest Free Simulation Game Normally, farmers use tractors in the fields and it is a heavy-duty machine created to perform the heavy tasks in the field but it can also pull other machine in the fields and can also be used to pull vehicles in case of accident or out of function. Perform your job and with the help of chains pull the tow car, buses,vans, trucks from roads to workshops to perform repairs. You may have played a lot of Cargo Tractor Trolley games but this chained tractor pull games will give you a better experience of tractor pulling other transport vehicles like cars, vans, bus or trucks from mud, mountain, desert area or urban area. This Free simulator game will provide you the real tractor driving games experience, where you have to tow the accidental vehicles with chained tractor and take them to a place where they can repair the vehicles. During the transportation of damaged vehicles, drive slowly and with great precision to avoid damaging the tractor beam with towed accident vehicles. Play the real tractor Driving game of 2020 on off-road and city roads. As a professional tow tractor driver, you have a job to rescue and transport the tow bus, Prado, truck,limousine car, helicopter, coach, bus, monster trucks, sports cars and oil tankers by auto towing and take them to workshop for repairs. This tractor mania driving simulator game having stunning and amazing 3D graphics to increase the user experience. You will pull heavy duty trucks and coaches with your tractor for the sake of money. It is difficult to drive heavy duty tractor in mud, hills, curves and zigzag tracks.Maintain your controls or you can fall from the cliff or can damage your tractor or other vehicles. Slowly and steady is the trick you need as a professional tow tractor driver. Makes sure to give your tractor upgrades for better performance. Key Features: · Multiple Levels of Tractor Pulling · Stunning Off-road and City Environment Design · Multiple Camera Angles', 'https://img.gamemonetize.com/xr6ulwohnlqmm7mfql1llza09o9je1l8/512x384.jpg', 'https://html5.gamemonetize.com/xr6ulwohnlqmm7mfql1llza09o9je1l8/', '0', 'Hypercasual', 0, 0, '', '-heavy-tractor-pull-d'), (11007, 'Golf Rival', 'Welcome to the brand-new and fascinating free to play game——Golf Rival, a multiplayer online golf game. A REAL-TIME 1v1 competition and professional realistic golf equipment will help you get the most out of your extraordinary golf abilities. In addition, the spectacular graphics and abundant scenes will give you an immersive gaming experience. Just DOWNLOAD it now and play with people from all over the world! Easy to Get Started and Play, A Perfect Game for Casual Gamers - Detailed instructions are offered for all beginners! - Simple to play: just swipe your finger and release to swing your club! - Precise aiming device can help you aim and shoot perfectly! Play in Real-Time and Tournament Mode - Thousands of active online golf players around the world! - Match against opponents quickly and play against the best golfers around the world at any time! - Newly added tournament system can fulfill your ambition to become a golf champion! - Find and challenge the best golf players on the League and Global ranking list! Test your Abilities and Earn Golf Rewards - Diverse courses meet the needs of different levels players! - Win games to receive chests as rewards to upgrade your golf clubs and balls! - Unlock and play stages of golf courses to improve your golf skills! Smooth and Immersive Experience - Spectacular high end graphics and smooth operation bring you the best experience! - Dynamic courses with a variety selection of scenes style will meet all your special preferences! - Wonderful immersive visual and sound effects get you deep in the game!', 'https://img.gamemonetize.com/prldm3uudpowctu4wukv96mgtphe02ip/512x384.jpg', 'https://html5.gamemonetize.com/prldm3uudpowctu4wukv96mgtphe02ip/', '0', 'Hypercasual', 0, 0, '', 'golf-rival'), (11008, 'Jewelry Match 3 Kit', 'Jewelry Match 3 Kit is complete game tamplate for your Match 3 games. Help the girl get the JEWEL for her hairpin. Remove all obstacles so that the JEWEL touches the dotted line. Swipe bubbles of the same color to WIN! Do additional tasks. Use EDITOR to create your unique level disign.', 'https://img.gamemonetize.com/b0dy4iv06o95b7l2uehj3u6muv5ngt9y/512x384.jpg', 'https://html5.gamemonetize.com/b0dy4iv06o95b7l2uehj3u6muv5ngt9y/', '0', 'Hypercasual', 0, 0, '', 'jewelry-match--kit'), (11009, 'Barry Has Secret', 'Barry invites you for a visit to his small apartment. And there is a reason for that. He suspects someone might be following him. That person even broke into his place when he was away. By putting all the facts together, the hero understood something is hidden at that apartment of his. He decided to find out what it is and started acting. He already has a plan – you’ll see it in the corner of the screen where you’ll find your daily missions. Complete them without making a lot of noise. If you forget about caution, there will be a police officer knocking on your door.', 'https://img.gamemonetize.com/pm7mzwnahc59n2b4b8sbxevd4795ezp6/512x384.jpg', 'https://html5.gamemonetize.com/pm7mzwnahc59n2b4b8sbxevd4795ezp6/', '0', 'Puzzles', 0, 0, '', 'barry-has-secret'), (11010, 'Smurf Dress Up', 'Our cute little hero smurfs likes strawberries and likes to make music. Let\'s create our own smurf style.', 'https://img.gamemonetize.com/qihj6fwuqvuuvtke1nywyyslwv2z7w1d/512x384.jpg', 'https://html5.gamemonetize.com/qihj6fwuqvuuvtke1nywyyslwv2z7w1d/', '0', 'Girls', 0, 0, '', 'smurf-dress-up'), (11011, 'Classic Car Parking Game', 'More than just parking: open-world multiplayer mode, car tuning, free walking! Thousands of players are waiting for you. Join us! Multiplayer open world mode • Free walking. • Free open world with real gas stations and car services. • Compete against real players in the multiplayer racing. • Exchange cars with real players. • Thousands of real players every day. • Friend list. • Voice Chat. • Police mode Car customization • Adjustable suspension, wheel angle and more. • Engine tuning: swap engine, turbo, gearbox and exhaust. • Visual auto tungs: Dynamic vynils, car body parts. High-quality open world • Highly-detailed environments • 100 cars with the real interior. • 16 player skins • Buildings with interior Interesting gameplay •82 real-life parking and driving challenges. •Different vehicles: Tow truck, pickup, trucks, sport and classic cars.', 'https://img.gamemonetize.com/odj1xdtm7hv8p77ggt0l2is8zookcoof/512x384.jpg', 'https://html5.gamemonetize.com/odj1xdtm7hv8p77ggt0l2is8zookcoof/', '0', 'Arcade', 0, 0, '', 'classic-car-parking-game'), (11012, 'Monstar Wheel Game', 'Buckle up! Get ready to blast full throttle around Hot Wheelsâ„¢ Islands! We’re all about awesome cars, fun racing games, crazy challenges, and building the coolest race tracks around. Head on over to Hot Wheelsâ„¢ City to test your skills with fun puzzle or car racing challenges. Race solo or compete against friends! Start your engines, this is going to be an awesome ride! BUILD – Fuel your imagination with the best Hot Wheelsâ„¢ Track Builder on mobile! Bring to life the craziest stunt courses full of loops, jumps, boosters and epic ramps. Dare to make your racetracks full of monstrous Nemeses? Clash with the Gorilla’s stomp or Shark’s chomp! These creatures are sure to add a twist to your tracks! Ready, set, build! RACE – Race your own mega-tracks! Racing is super fun and easy: use your finger to steer and drift along the racetrack! Take on epic stunts, daring jumps and twisted loops. Want more speed? Smash that Boost button to go full throttle in the most epic of racing games. CHALLENGE – Test your skills with a trunk-load of awesome challenges! If you are a puzzle fan, you are in for a treat with our track building puzzles. If you prefer fast driving and drifting, racing challenges are made for you. Then it’s simple: win a challenge to get a Red Wheel! Collect enough of them to unlock a rad new car or Monster Truck and cool track pieces. Challenge Acceptedâ„¢! COLLECT – Build your collection of legendary Hot Wheelsâ„¢, like Rodger Dodgerâ„¢, Bone Shakerâ„¢, Night Shifterâ„¢ or spectacular Monster Trucks. You can collect them all in the ultimate garage! COMPETE – Feel the need to show off your daring new track? Start your engines to drift and race against your friends in the 2-player mode. This is high speed fun at its best! POWER UPS – Competition is fierce on the racetracks as you face off against 5 rivals! To help you win, there are cool power ups: leave sticky oil on the track for your rivals, shield yourself against attacks, or get a boost with a rocket or nitro! Go bigger, better & faster with Hot Wheels Unlimitedâ„¢! Fun and free arcade style car racing games for boys and girls and kids of all ages. Play with Monster trucks, karts, drag racers, muscle cars & more!', 'https://img.gamemonetize.com/6b7kf1qnksk7hn1zaxldfqjosqwii4gw/512x384.jpg', 'https://html5.gamemonetize.com/6b7kf1qnksk7hn1zaxldfqjosqwii4gw/', '0', 'Hypercasual', 0, 0, '', 'monstar-wheel-game'), (11013, 'Barbie and Pony Dressup', 'Princess Barbie and her cute friend pony are walking around the garden. Do you want to dress up in new costumes and create your own style? Let\'s play.', 'https://img.gamemonetize.com/1axqqm61o3ovx6cacyiomqpj070zjayt/512x384.jpg', 'https://html5.gamemonetize.com/1axqqm61o3ovx6cacyiomqpj070zjayt/', '0', 'Girls', 0, 0, '', 'barbie-and-pony-dressup'), (11014, 'Crazy Wheel Stunts', 'Welcome to the crazy car stunt game! So are you ready to play car stunt: car racing stunt games ? In this mega ramp car games, you will experience stunt car jumping over sea view, water, city, desert and mountains. In this speed car game, select your favorite racing car like extreme car, muscle car ,jeep and drive on impossible tracks in crazy car driving games. Car Games: Crazy Car Stunts 3D is in everyone\'s hands because of an addictive interface and smooth gameplay. This stunt car game - car driving simulator will make the users professional player of car racing games . Play car games: crazy car driving to feel the adventure of crazy car driving games which you might like based on your recent activity. Come towards the objectives of crazy car stunts game with impossible tracks is recommended for you to understand the missions and objectives in this offline stunt driving games. Keep driving with no fear upon difficult tracks and hot tracks in crazy car stunt. Use the nitro boost to jump and keep your car on the track. All levels of car stunt driving simulator - impossible car stunts game are unique and interesting where you have to accomplish the stages gradually. Be careful on tricky roads and steep paths in driving simulator and control the speed as well as acceleration in crazy car driving simulator. Attractive sound effects in gt car racing games and compatible engine physics of this mega ramps car driving games will amuse the users while playing ramp car stunt. Multiple camera angles in this car stunt game: gt racing car will help you while driving on impossible tracks. Clear the levels of this car stunt game - driving simulator and collect all checkpoints. Be aware from hurdles and jump to become professional player of this adventure games: car stunt game. Speed crazy car stunt driving simulator and play this crazy car stunt on ramp car to enjoy with different gt racing car: impossible car stunts game. This gt racing driving game is adventurous creation for stunt driving games lover to fulfill your passion of stunt games. Choose your favorite stunt car in such muscle car games and ultimate car racing on impossible tracks with extreme speed in these car games. Car Games: Crazy Car Stunts 3D features - Collection of models of car stunt games - Unique stunt car games levels and missions - Interesting modes selection in this car games - Easy and professional gameplay of car stunts - Smooth control crazy car - Full of fun and amusement of car stunts Start gt racing car and complete speed stunt racing games 2021 with extreme city stunt car games. Provide us feedback to improve stunt car games: mega ramp car impossible tracks car stunts.', 'https://img.gamemonetize.com/nn5vnx6v8d50t1iry0rlabkxflu26cxl/512x384.jpg', 'https://html5.gamemonetize.com/nn5vnx6v8d50t1iry0rlabkxflu26cxl/', '0', 'Hypercasual', 0, 0, '', 'crazy-wheel-stunts'), (11015, 'Lux Jet Fighters', 'Welcome to Jet Fighters Lux, an adventurous jet fighter airplane simulator with modern warfare air fight games missions. If you are interested in fighter plane games or aircraft games, so download this game. This new air battle game will surely entertain you as you\'ll have a chance to take a jet for a ride yourself. We know it could be a dream of real life but it is possible in this fighter jet game. Take your jet to the highest skies in this game and defeat your enemies. This war planes game has also multiplayer. Jet Fighters Flux is the most advanced fighter plane simulator and aircraft battle simulator where you can plan your air fight missions and start a supremacy challenge. Fight against your enemy planes in a dog fight. Multiple new missions every day, a true adventure and pure jet games experience without limits. The action in this jet aircraft game never ends; see how long you can battle against other enemy jets. Keep control of yourself in your fighter jet and fly the skies to get down the enemies and get the highest possible score. Play with your friends and prove that you are the best fighter pilot in this air battle game. This is the best jet fighter game with full action-packed for those who want advanced level controls. So you are ready to defeat the opponent and want to try your air fighting skills? So download now and let\'s defeat the enemies. You can play alone or with your friends. There are various advanced and amazing jets available that you can choose from. In the free mode, you will have a defined airplane that you can choose to drive and fight. If you want a custom-designed plane, you need to buy it or you can get it via skulls. So play this air battle game like a real champion air fighter and earn maximum skulls.', 'https://img.gamemonetize.com/vyiqcshhixl1vnm8eodhov5qgdwfneur/512x384.jpg', 'https://html5.gamemonetize.com/vyiqcshhixl1vnm8eodhov5qgdwfneur/', '0', 'Arcade', 0, 0, '', 'lux-jet-fighters'), (11016, 'Steal This Election', 'Get correct votes to machine throw your opponent votes over the fence', 'https://img.gamemonetize.com/i89t5tnwrynfgmwz2f5mc7z49za0iz8f/512x384.jpg', 'https://html5.gamemonetize.com/i89t5tnwrynfgmwz2f5mc7z49za0iz8f/', '0', 'Multiplayer', 0, 0, '', 'steal-this-election'), (11017, 'Cat RoomBlast', 'Help our adorable cat fix its apartment up by solving various puzzles with satisfying animations. You can start by applying new wallpapers and tiles, soon you\'ll buy new furniture and even install new floors to the apartment! Intelligently mixing the home decoration genre with puzzle games, Cat Room Blast is a refreshing take on the classic match-3 experience. Go ahead and try it yourself, we promise you’ll have a blast in this cat’s room.', 'https://img.gamemonetize.com/9j75y3zs8oqbwfp9xmqydq9puz6v54le/512x384.jpg', 'https://html5.gamemonetize.com/9j75y3zs8oqbwfp9xmqydq9puz6v54le/', '0', 'Puzzles', 0, 0, '', 'cat-roomblast'), (11018, 'Clown Horror Nights', 'Welcome to Clown Horror Nights scary survival game, which will as a lot of patience and concentration from you. Circus administration looking for security guard to work the night shift. Hey Killer Clown, are you interested? What could go wrong, right? Just sit, wait until the sun rises and never, never run out of energy. You got a new a job in a circus and you have to work 7 night shifts. Your task is to see nothing strange happening. But sooner or later, you will surely see the crazy clown. This is a horror game and you have to be careful. Those of you who have already played Five Nights At Freddy\'s will know what this is about and what your are supposed to do.', 'https://img.gamemonetize.com/l0599kulb660yxrmkoypxbr2n9w66iiq/512x384.jpg', 'https://html5.gamemonetize.com/l0599kulb660yxrmkoypxbr2n9w66iiq/', '0', 'Adventure', 0, 0, '', 'clown-horror-nights'), (11019, 'Car Driving 3d Simulator', 'Car Driving Simulator is the best car simulator of 2014, thanks to its advanced real physics engine Ever wanted to try a sports car simulator? Now you can drive, drift and feel a racing sports car for free! Be a furious racer on a whole city for you. No need to brake because of traffic or racing other rival vehicles, so you can perform illegal stunt actions and run full speed without the police chasing you! Drifting fast and doing burnout had never been so fun! Burn the asphalt of this open world city!', 'https://img.gamemonetize.com/ub846jf168kv354dnnwbww9t5c18cv1c/512x384.jpg', 'https://html5.gamemonetize.com/ub846jf168kv354dnnwbww9t5c18cv1c/', '0', 'Racing', 0, 0, '', 'car-driving-d-simulator'), (11020, 'Weee...', 'Losing and finding friends with weee game', 'https://img.gamemonetize.com/tr02aizfdmmip1x84ptxg9zmyli23md5/512x384.jpg', 'https://html5.gamemonetize.com/tr02aizfdmmip1x84ptxg9zmyli23md5/', '0', '2 Player', 0, 0, '', 'weee'), (11021, 'Bare Ball', 'This is a brick breaker game with different levels and game modes. Classic, Double, 1024 and unlimited high score mode. There are some challenges to pass and unlock levels.', 'https://img.gamemonetize.com/pbhd5h7vgxpg033e9jvzre6zylmj38oy/512x384.jpg', 'https://html5.gamemonetize.com/pbhd5h7vgxpg033e9jvzre6zylmj38oy/', '0', 'Puzzles', 0, 0, '', 'bare-ball'), (11022, 'Sweet Sugar', 'Candy Sweet Sugar, the brand new connect 3 puzzle game, will bring you to the colorful and tasty candy kingdom for adventure! Connect 3 or more candies in same color to blast! In Candy Sweet Sugar, you will find colorful candies, cool ice,honey, gummy bears,mdelicious cup cakes and sweet chocolate cookies! Which flavor is your favorite? Try to solve puzzles by reaching tasty goals: break all the ice, cakes and cookies, unwrap candies, save the gummy bear, and collect canny cane! Great pace and cute elements/obstacles make this game so addicting!', 'https://img.gamemonetize.com/jx0svwe3zlshk7dqrhfrviwwvsjn068f/512x384.jpg', 'https://html5.gamemonetize.com/jx0svwe3zlshk7dqrhfrviwwvsjn068f/', '0', 'Clicker', 0, 0, '', 'sweet-sugar'), (11023, 'POP Blocks', 'Great fun and easy to play! Anyone can pick up and play Block Puzzle POP! Find and tap 2 or more blocks of the same color. Blocks are cleared when their colors match. Try tapping more than 2 block to get a high score. Block Puzzle POP features colorful rules and methods that anyone can pick up and learn quickly.', 'https://img.gamemonetize.com/pfqrvengaktegwu7e7euvxo0asuyj0gj/512x384.jpg', 'https://html5.gamemonetize.com/pfqrvengaktegwu7e7euvxo0asuyj0gj/', '0', 'Hypercasual', 0, 0, '', 'pop-blocks'), (11024, 'Tower Squad', 'Do you aspire to be a hero in combat? There are numerous opponents and tough towers to contend with. Drag and drop your hero to combat, earn skins and weaponry, and beat unstoppable foes. Gather cash. More than a hundred towers and diverse opponents must be overcome. Tower Squad is a fantastic puzzle game that requires you to use your arithmetic skills. This is a puzzle game that combines action, strategy, and warfare.', 'https://img.gamemonetize.com/ghqalqzjpgqabsr3icgkqw3qmjphzqpc/512x384.jpg', 'https://html5.gamemonetize.com/ghqalqzjpgqabsr3icgkqw3qmjphzqpc/', '0', 'Puzzles', 0, 0, '', 'tower-squad'), (11025, 'Creepy Clowns in the Graveyard', 'You and your girlfriend went for a walk through the graveyard at night and met up with some creepy clowns and some other unexpected ghouls.', 'https://img.gamemonetize.com/owstvtlx0oo1yc3gha6le40y41uy1f6v/512x384.jpg', 'https://html5.gamemonetize.com/owstvtlx0oo1yc3gha6le40y41uy1f6v/', '0', 'Adventure', 0, 0, '', 'creepy-clowns-in-the-graveyard'), (11026, 'Hero The beginning', 'It is a RPG action game in which the player have to kill the enemies and reach till the last stage. In this game the player is a soldier and he have to save the Queen who is kidnapped by the villain whose name is Scar.', 'https://img.gamemonetize.com/tniljs86j513sgjczf3vldn44bvfpolj/512x384.jpg', 'https://html5.gamemonetize.com/tniljs86j513sgjczf3vldn44bvfpolj/', '0', 'Adventure', 0, 0, '', 'hero-the-beginning'), (11027, 'American Trash Truck ', 'Game Features: • 4 Garbage trucks • High HD graphics • Open world • Interior driving • 2 sirens • Night, rainy weather options • Garbage collection missions • Free game Our game, which is in the category of offline games, is completely free. Choose your garbage truck and start collecting garbage in the city. People are bored with the stench in the city. Your task is to keep the city clean by cleaning them. There are 2 sirens in your garbage truck. One will turn on the siren lights and the other will turn on the siren. You can operate your sirens to request vehicles from the missions. Complete missions by collecting trash. As you complete missions, you earn money. You can buy new garbage trucks or modify your vehicle with these earned money. You can control your truck with the arrow keys or steering wheel. Thanks to the open world, you can get on and off your truck at any time. If you want, go on foot or if you want, go with your car. • If you want more offline games, you can comment. Enjoy the game!', 'https://img.gamemonetize.com/k1tmyf2zn2twaa7wen4vd46r7rnxb9ny/512x384.jpg', 'https://html5.gamemonetize.com/k1tmyf2zn2twaa7wen4vd46r7rnxb9ny/', '0', 'Hypercasual', 0, 0, '', 'american-trash-truck-'), (11028, 'Chibi DottedGirl Coloring Book 2022', 'An online coloring book created based on the cartoon "Lady Bug and the Super Cat" with the correction that all the characters are made in the Chibi style. Color all the characters with virtual pencils, take screenshots and show what you have done to your friends and girlfriends.', 'https://img.gamemonetize.com/p9a6o8kbwz92x8fd88xl0awi9llyu9gl/512x384.jpg', 'https://html5.gamemonetize.com/p9a6o8kbwz92x8fd88xl0awi9llyu9gl/', '0', 'Girls', 0, 0, '', 'chibi-dottedgirl-coloring-book-'), (11029, 'Parking Jam Out', 'Parking Jam Out is an analog online game for free. You can operate a parking lot and attract users to park through transformation and upgrading. The gameplay is very simple to play, you can constantly expand the business scale, feel the excitement of it, cultivate your own business means, and transform and upgrade the parking lot through the reasonable allocation of coins.', 'https://img.gamemonetize.com/rdeo8feqkt2bwu5sya0lad47f8mvttcx/512x384.jpg', 'https://html5.gamemonetize.com/rdeo8feqkt2bwu5sya0lad47f8mvttcx/', '0', 'Boys', 0, 0, '', 'parking-jam-out'), (11030, 'Baby Taylor House Cleaning', 'Baby Taylor\'s family decide to do some housework this weekend. Mom and dad want to teach Taylor how to clean the house. They plan to clean the toilet, the wall of the living room, the fridge, and the pet house. Can you help them?', 'https://img.gamemonetize.com/8bekwsl7sr4r5vnnfq8gfe06fncbeu8f/512x384.jpg', 'https://html5.gamemonetize.com/8bekwsl7sr4r5vnnfq8gfe06fncbeu8f/', '0', 'Hypercasual', 0, 0, '', 'baby-taylor-house-cleaning'), (11031, 'Emoji Matching Puzzle', 'Welcome to the Emoji Matching Puzzle. It is a new educational puzzle game for kids. Draw a line from the left side block to the right side to match it. This new game improves your Iq skill and make you think more. Play and have fun!', 'https://img.gamemonetize.com/gmowcmws8r4dm5g29penkqktayfuj20z/512x384.jpg', 'https://html5.gamemonetize.com/gmowcmws8r4dm5g29penkqktayfuj20z/', '0', 'Puzzles', 0, 0, '', 'emoji-matching--puzzle'), (11032, 'Farm Hidden Objects', 'This is a classic point and click hidden object game. You need to find all of the items listed in the picture on the left side of the screen. Complete the level before time runs out to get bonus points.', 'https://img.gamemonetize.com/u798ryfcqfby8wqxbc8qj777q2a8bzl5/512x384.jpg', 'https://html5.gamemonetize.com/u798ryfcqfby8wqxbc8qj777q2a8bzl5/', '0', 'Puzzles', 0, 0, '', 'farm-hidden-objects'), (11033, 'Brawl Stars Coloring book', 'The game "Brawl Stars" became a real hit and in a matter of weeks topped the top of the most popular games of recent years. ""Brawl Stars" has won millions of fans around the world and has not been left without the attention of any cool gamer. Now every Bravl Stars fan has his favorites, which help to defeat enemies and become number one. But what if the battles and shootouts are a little tired and you want something calmer, but at the same time you don\'t want to part with your favorite characters? Then, welcome to the Brawl Stars Coloring Book game!', 'https://img.gamemonetize.com/r6hec8oe4apk72ntgs1y36iatf0xsf4s/512x384.jpg', 'https://html5.gamemonetize.com/r6hec8oe4apk72ntgs1y36iatf0xsf4s/', '0', 'Puzzles', 0, 0, '', 'brawl-stars-coloring-book'), (11034, 'Buggy Driving Simulator 3d', 'Drive into an action-packed, surprise-filled world of off-road Beach Buggy car racing mayhem. Race against a field of rival drivers, each with unique personalities and special abilities. Unlock and upgrade a variety of buggy cars, from dune buggies to monster trucks. Test your skills in 30 different game levels on Different imaginative 3D race tracks, against a pack of tropical-loving rivals with a serious case of road rage! This is the official Beach Buggy game, the driving game with amazing in game surprises like car crash, flying car, varieties of dune buggies, mud roads, derby arena, buggy trucks, impossible tracks and much more. Fast, furious, fun and stunts, Beach Buggy Racing is a kart-racing island adventure for all ages. You will simply explore the exciting beach stunts journey in the beach Buggy car games, which is the most popular era of motocross buggy stunt car games.. Have fun with impossible stunts beyond your imagination and become superhero. The realistic animation of stunts of flying cars driving through the checkpoint makes the game more fascinating with its 3D environment in contrast to other car games on ramps, driving games and offroad buggy racing. Beach buggy car racing games Features: Multiple levels of adventure in Dune buggy stunts game. open beach and island environment to roam freely Various extreme stunts and off-road vehicles. Real-time physical dynamics in beach buggy car racing stunts game. Learn crazy driving skills in extreme racing game. Multiple camera views. Unique HD waterfall trails. Large collection of impossible tracks at massive heights. Several difficult levels in offroad buggy car racing extreme racing game. Download Beach buggy car racing drive offroad car game and give us feedback so that we can make more stunt games for you.', 'https://img.gamemonetize.com/s4ou00l90ilam92j4az5bvxkqk1bywd7/512x384.jpg', 'https://html5.gamemonetize.com/s4ou00l90ilam92j4az5bvxkqk1bywd7/', '0', 'Racing', 0, 0, '', 'buggy-driving-simulator-d'), (11035, 'Mafia Car Driving 3d Simulator', 'Mafia Car Drive is a milestone in the genre of endless arcade racing. Drive your car through highway traffic, earn cash, upgrade your car and buy new ones. Try to be one of the fastest drivers in the global leaderboards. Endless racing is now redefined!', 'https://img.gamemonetize.com/cvhp8cw9nibwaw4t98liftw9hxvicxg7/512x384.jpg', 'https://html5.gamemonetize.com/cvhp8cw9nibwaw4t98liftw9hxvicxg7/', '0', 'Racing', 0, 0, '', 'mafia-car-driving-d-simulator'), (11036, 'Impostor Station', 'Monitor the situation on space station, the moon and the space elevator to find the impostor. 20 + progressively harder levels', 'https://img.gamemonetize.com/d4xcpcmi0tzldhvhcu313h000ga3f28a/512x384.jpg', 'https://html5.gamemonetize.com/d4xcpcmi0tzldhvhcu313h000ga3f28a/', '0', 'Puzzles', 0, 0, '', 'impostor-station'), (11037, 'Adventure Joystick Winter', 'In the 2nd series of the world full of adventures of the cute joystick, it is snowing, I guess, winter is approaching. You must collect all the ores before winter comes. Collect all the ores and get the key and reach the door. Be careful, thorns and spinning wheels can hurt you.', 'https://img.gamemonetize.com/5ylugnilrptimx631217513uvgukre8t/512x384.jpg', 'https://html5.gamemonetize.com/5ylugnilrptimx631217513uvgukre8t/', '0', 'Arcade', 0, 0, '', 'adventure-joystick-winter'), (11038, 'Adventure Joystick', 'Are you ready to accompany him in the adventure of joystick, who is a cute adventurer? Be careful, no matter how simple it may seem, there are walls you have to go through, obstacles you have to overcome. You\'ll get burned by hitting obstacles and you may have to start over. collect the ores, take the key and go to the door.', 'https://img.gamemonetize.com/kad189dvzq61ef6wicxe6rp3z1buuzg9/512x384.jpg', 'https://html5.gamemonetize.com/kad189dvzq61ef6wicxe6rp3z1buuzg9/', '0', 'Arcade', 0, 0, '', 'adventure-joystick'), (11039, 'Funny Coloring 4 Kids', 'Coloring Fun 4 Kids is a fun coloring activity for kids. Choose one image from the selection. You can choose brush or stroke method for painting. Then simply select and apply colors on the area you like. Bring to life the cute image you have chosen and complete all the colors for it. Have fun playing this coloring game online for free!', 'https://img.gamemonetize.com/pivss5h0vg5q0ka63fpbh6yrbx8zxqoi/512x384.jpg', 'https://html5.gamemonetize.com/pivss5h0vg5q0ka63fpbh6yrbx8zxqoi/', '0', 'Girls', 0, 0, '', 'funny-coloring--kids'), (11040, 'Princess Unicorn Food Game', 'Princess Unicorn Food is a very enjoyable cooking game with unicorn element in it. Little princess owns a beautiful unicorn dessert shop. Come and help her cook desserts. A lot of customers are here to order foods. Cakes, ice creams and pop corns are their favorite choices. So many beautiful decorations make this game even more fantastic. It\'s very worthy to give a try!', 'https://img.gamemonetize.com/lof8zrsafd8v62vpw1l3yd2dq6k35fq5/512x384.jpg', 'https://html5.gamemonetize.com/lof8zrsafd8v62vpw1l3yd2dq6k35fq5/', '0', 'Girls', 0, 0, '', 'princess-unicorn-food-game'), (11041, 'Play Tiana Sweet Matching Game', 'Play Tiana Sweet Matching Game is a match-3 type game. Swap to match 3 or more of the same candy pieces together! you can use Bomb, Swap and Color picker item to make it more fun to play. After completing a level, you will get a bonus coin that you can use to buy game item in game shop.', 'https://img.gamemonetize.com/yb6umhf9jbppmg49i4dppdxften5mg0c/512x384.jpg', 'https://html5.gamemonetize.com/yb6umhf9jbppmg49i4dppdxften5mg0c/', '0', 'Girls', 0, 0, '', 'play-tiana-sweet-matching-game'), (11042, 'Play Pocahontas Sweet Matching Game', 'Play Pocahontas Sweet Matching Game is a match-3 type game. Swap to match 3 or more of the same candy pieces together! you can use Bomb, Swap and Color picker item to make it more fun to play. After completing a level, you will get a bonus coin that you can use to buy game item in game shop.', 'https://img.gamemonetize.com/rjcewvxqtmh3k5n7fb0how4g4qov6qz3/512x384.jpg', 'https://html5.gamemonetize.com/rjcewvxqtmh3k5n7fb0how4g4qov6qz3/', '0', 'Girls', 0, 0, '', 'play-pocahontas-sweet-matching-game'), (11043, 'Farm Pic Tetriz', 'This is a simple yet interesting picture tetriz game. In this game you need to drop the picture pieces to its exact position to form the complete picture. Press the piece, take it to the right place and drop. Complete 8 exciting level to win the game.', 'https://img.gamemonetize.com/q2amss2bx5zlle7zz30tqpmoj2u932mw/512x384.jpg', 'https://html5.gamemonetize.com/q2amss2bx5zlle7zz30tqpmoj2u932mw/', '0', 'Puzzles', 0, 0, '', 'farm-pic-tetriz'), (11044, 'ENDLESS CAR RUNNER', 'ENDLESS CAR RUNNER, a game which you can play with your family and compete with them.', 'https://img.gamemonetize.com/t9er72n0i3qvm1ct3juc7k4af1jttakq/512x384.jpg', 'https://html5.gamemonetize.com/t9er72n0i3qvm1ct3juc7k4af1jttakq/', '0', 'Racing', 0, 0, '', 'endless-car-runner'), (11045, 'Chain Cars Impossible Stunts', 'The task is to control your car with the speed of your chained AI car. Maintain very proper speed to avoid aggressive crashes. Here you can find how difficult the city car driving will be, with more speed breakers and road diversions. We added some extra off-road obstacles to make your chained car ride really tougher. Chained Cars Impossible Stunts 3D : Car Games 2020 is a new fast beam drive and unique ramp in real car racing games simulator. In this accident simulator furious endless runner rivals car games chain breaker driving game, you are dealing with two joined cars and your task is to limit your speed crazy offroad bus vs Prado Jeep traffic racing. Bored of chained bike racing games try this new beam drive motor car games 3d. The player has to make sure that his chain break driving car games which is in chained alliance with another car is moving towards its destination in limited time. Chained cars look simple game but it needs special driving & parking skills and perfect car driver to maintain speed before it clashes while racing. Chains are attached to your drift rival car driving game. Do you love impossible asphalt racing stunts games? If yes! Then this fast speed drift, drag game is perfect for you! Become a bravest driver in the city, test your driving & parking mania skills. Get ready for a racing experience. There are many barriers in the racing track, so be careful your chain not to be break. We added some extra off-road obstacles to make your chained car ride really tougher. Become the driving car master in different zones of earth by enjoying snowy wind in new car games 3d. You need free games to be a stunt driver in order to win the racing of chained cars, race pedals are not the only key factors in this Chained Cars Speed asphalt Racing - Chain Break Driving game of chains but breaks and controls of car are also more important, chained driving are there to race your cars on to just drive carefully to avoid car accidents. In driving games chained cars off-road chain sports car dangerous stunts with sports. Chained Cars Impossible Stunts 3D : Car Games 2020 is an endless car racing game. Get yourself a sport car and start to perform the impossible stunts at difficult city tracks. You should be a great driver and complete the challenging missions. Be the King of Road in motor car games take care of your impossible chain car stunts while driving through your real car racing rival. Chain Breaker, beyond its simple pickup and play nature, is the way it combines elements of the environment so that things get more complex, more difficult, and more rewarding the further players make it on chain luxury bus driving master. This free drag racing games Chain Breaker doesn\'t simply increase the difficulty by making things come out although that is certainly part of it as well of real furious speed city police stunt car driver. Chained Cars Impossible Stunts 3D : Car Games 2020 is the new fast and unique ramp in real car racing simulator. The fantastic and amazing crazy chained car stunts will blow your mind. Prove your fast stunt riding skills as well as best driving skills in this chained car racing stunts game. You will feel like a real car stunt driver on driving in the city and performing amazing extreme stunts to accomplish different extreme stunt driving missions. Follow map to track different location to reach the winning platform. Enjoy the ultimate thrilling experience of chained car stunt riding game by driving your super car on difficult tracks. Car racing stunt driving game is the ultimate race challenge where the car driver have to face challenging missions on extreme tracks. If you are fond of car racing stunt performing games then you will definitely love this chained car racing stunt game.', 'https://img.gamemonetize.com/u4cdtbojq5tozmz7zdizl86jm146ed6j/512x384.jpg', 'https://html5.gamemonetize.com/u4cdtbojq5tozmz7zdizl86jm146ed6j/', '0', 'Racing', 0, 0, '', 'chain-cars-impossible-stunts'), (11046, 'Hide and Seek Mouse', 'Welcome to the Hide and Seek Mouse game. Tom and Jerry always quarrel with other. Jerry planned to steal the cheesecake from Tom\'s house. But always aware of jerry. Help jerry to reach the cheesecake. Play and have fun!', 'https://img.gamemonetize.com/6qi2fwn4bnc1by207duxjk2r940dtqcn/512x384.jpg', 'https://html5.gamemonetize.com/6qi2fwn4bnc1by207duxjk2r940dtqcn/', '0', 'Arcade', 0, 0, '', 'hide-and-seek-mouse'), (11047, 'Strawberry Shortcake Puppy Care Pet Care', 'Have you ever wanted to take care of a puppy? Now you can, by helping Strawberry Shortcake pamper her friends’ precious pups! Groom them, play games, dress them up, have berry fun photo shoots, and feed them all kinds of careful treats to keep them HAPPY all day long!', 'https://img.gamemonetize.com/grvo9sm9d3c3adc2dybbjlxxv1onwi14/512x384.jpg', 'https://html5.gamemonetize.com/grvo9sm9d3c3adc2dybbjlxxv1onwi14/', '0', 'Hypercasual', 0, 0, '', 'strawberry-shortcake-puppy-care--pet-care'), (11048, 'Squid Game Slide WG', 'Play this slide puzzle games of the Squid Game. It\'s include 3 images and 3 modes (3x3 pieces, 4x4 pieces, 5x5 pieces) to play.', 'https://img.gamemonetize.com/2tx1z5tyw1fk759121viwpalkkgtj84y/512x384.jpg', 'https://html5.gamemonetize.com/2tx1z5tyw1fk759121viwpalkkgtj84y/', '0', 'Puzzles', 0, 0, '', 'squid-game-slide-wg'), (11049, 'WordCross', 'Word Cross is a creative crossword puzzle game which can inspire your passion for brain challenges. It includes all the essences of word scramble games to make you feel totally ADDICTIVE & ENTERTAINING.', 'https://img.gamemonetize.com/4s05cs9wc2evedqrd0hiuve35g2xrgpx/512x384.jpg', 'https://html5.gamemonetize.com/4s05cs9wc2evedqrd0hiuve35g2xrgpx/', '0', 'Puzzles', 0, 0, '', 'wordcross'), (11050, 'Find Easter Eggs', 'Find Easter Eggs is a free online kids and hidden object game. That is 10 eggs on 8 levels. Use mouse and click on the egg when you see one. The timer is located in the lower right corner of the screen and for the allotted period you must find and show ten eggs in the picture presented. So, if you are ready start the game and have fun!', 'https://img.gamemonetize.com/y7ik7tfkx8wck68ogoijt2h9lq76o02z/512x384.jpg', 'https://html5.gamemonetize.com/y7ik7tfkx8wck68ogoijt2h9lq76o02z/', '0', 'Puzzles', 0, 0, '', 'find-easter-eggs'), (11051, 'Will Smith Slap', 'Will Smith slapping Chris Rock at last night\'s Oscar presentation', 'https://img.gamemonetize.com/5q7yr4er2kh02cu5hnch1rni1q188jny/512x384.jpg', 'https://html5.gamemonetize.com/5q7yr4er2kh02cu5hnch1rni1q188jny/', '0', 'Hypercasual', 0, 0, '', 'will-smith-slap'), (11052, 'Retro Snake', 'Are you one of the ones who miss the classic games? Here is a really fun and retro themed re-implementation of popular snake game that will take you to the past.', 'https://img.gamemonetize.com/rhq1plsvdfdcymcg2hj4kpi7y8yk4i5d/512x384.jpg', 'https://html5.gamemonetize.com/rhq1plsvdfdcymcg2hj4kpi7y8yk4i5d/', '0', 'Hypercasual', 0, 0, '', 'retro-snake'), (11053, 'Hunter Assassin Stealth Master', 'Hunter Assassin Stealth Master Game free online Play Hunter Assassin Stealth Master Game online for free. This is a fun and challenging game for all ages. Play the Hunter Assassin Stealth Master Game for free online. This is a fun and addicting sniper shooting game.', 'https://img.gamemonetize.com/uc6gsq6viuy8m8er07qlgqctpf658wm2/512x384.jpg', 'https://html5.gamemonetize.com/uc6gsq6viuy8m8er07qlgqctpf658wm2/', '0', 'Hypercasual', 0, 0, '', 'hunter-assassin-stealth-master'), (11054, 'Police Chase Car Racing', 'Police Chase Car Racing Game is a free online car racing game. Police Chase Car Racing Game is a free online car racing game. Race your police car as fast as you can, avoid hitting other cars and collect coins to unlock new levels.', 'https://img.gamemonetize.com/ekxpgx1an5dzjcy0arqc6eku4xedo8vx/512x384.jpg', 'https://html5.gamemonetize.com/ekxpgx1an5dzjcy0arqc6eku4xedo8vx/', '0', 'Racing', 0, 0, '', 'police-chase-car-racing'), (11055, '8 Ball Pool Game', '8 Ball Pool Game is a snooker game where you need to shoot the balls with a white ball and put them at the holes. Watch on the white ball, she needs to stay on the table. If you put the white ball at the hole the game will be over. Can you do that whit all balls? Shoot the balls without order just put them in the hole.', 'https://img.gamemonetize.com/rn4gw7ph83fu69g6gvq32z0jm0h037z7/512x384.jpg', 'https://html5.gamemonetize.com/rn4gw7ph83fu69g6gvq32z0jm0h037z7/', '0', 'Puzzles', 0, 0, '', '-ball-pool-game'), (11056, 'Fruit Switch', 'Play Fruit Switch Game online for free. Fruit Switch Game is a fun, free and addicting game. Play now and beat your own high score! Play Fruit Switch Game online for free. This is a fun matching game with fruit. Match three or more fruits in a row to win points and progress to the next level.', 'https://img.gamemonetize.com/kpel5w0be62dnpih6zczhnbvx7bege4h/512x384.jpg', 'https://html5.gamemonetize.com/kpel5w0be62dnpih6zczhnbvx7bege4h/', '0', 'Hypercasual', 0, 0, '', 'fruit-switch'), (11057, 'Fishing Master Game', 'Play the free online version of Fishing Master Game. Enjoy the fishing experience in your browser now. Play the free fishing game Fishing Master Game and catch as many fish as you can. Play the best free fishing game on the internet. Cast your line and enjoy the thrill of catching fish!', 'https://img.gamemonetize.com/mheq6xycgx6gwjxww045cmobfjpapuq5/512x384.jpg', 'https://html5.gamemonetize.com/mheq6xycgx6gwjxww045cmobfjpapuq5/', '0', 'Hypercasual', 0, 0, '', 'fishing-master-game'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (11058, 'Chocolate Tetris Game', 'Play a fun and challenging game of Tetris in the shape of chocolate!\\ Play The Chocolate Tetris Game online for free. The classic tetras game with a chocolate twist.', 'https://img.gamemonetize.com/hc9mx93xttefdbo3l0ux4km0kgdovjhb/512x384.jpg', 'https://html5.gamemonetize.com/hc9mx93xttefdbo3l0ux4km0kgdovjhb/', '0', 'Puzzles', 0, 0, '', 'chocolate-tetris-game'), (11059, 'Donald Duck', 'Donald Duck is a cartoon character created in 1934 at Walt Disney Productions. Donald is an anthropomorphic white duck with a yellow-orange bill, legs, and feet. He typically wears a sailor shirt and cap with a bow tie. Donald is most famous for his semi-intelligible speech and his mischievous and temperamental personality. Along with his friend Mickey Mouse, Donald is one of the most popular Disney characters and was included in TV Guide\'s list of the 50 greatest cartoon characters of all time in 2002. He has appeared in more films than any other Disney character, and is the most published comic book character in the world outside of the superhero genre.', 'https://img.gamemonetize.com/6r9tz1ud7g5w46ljbl12792s6ahc4152/512x384.jpg', 'https://html5.gamemonetize.com/6r9tz1ud7g5w46ljbl12792s6ahc4152/', '0', 'Puzzles', 0, 0, '', 'donald-duck'), (11060, 'Peppa Pig Dress Up', 'Peppa Pig is getting ready for her birthday in this fun game. Dress up her clothes. Tap to decorate gifts, tables and cakes. Invite her family to the party. Let\'s play.', 'https://img.gamemonetize.com/yurzxajr0x6dvzhhhudem60rg0c7ag8v/512x384.jpg', 'https://html5.gamemonetize.com/yurzxajr0x6dvzhhhudem60rg0c7ag8v/', '0', 'Girls', 0, 0, '', 'peppa-pig-dress-up'), (11061, 'PicPu Cat Puzzle', 'PicPu is a very attractive photo puzzle. Just like Jigsaw puzzle, it is the best kill time game. PicPu is a block puzzle, you need assemble the block to correct position. This game will step by step to increase difficulty. It is a challenge! And we hope you can enjoy it.', 'https://img.gamemonetize.com/bd547d4cnuihml2nuqdel2hczktd1arr/512x384.jpg', 'https://html5.gamemonetize.com/bd547d4cnuihml2nuqdel2hczktd1arr/', '0', 'Puzzles', 0, 0, '', 'picpu--cat-puzzle'), (11062, 'Farm Escape 2', 'Farm Escape 2 is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a Farm; there you got trapped inside the Farm. Here are the interesting puzzles and hidden objects to find and get escape from the Farm. Good luck... Have fun!', 'https://img.gamemonetize.com/xsbfloidw42x4h5mn7uydfcttn1vw4hf/512x384.jpg', 'https://html5.gamemonetize.com/xsbfloidw42x4h5mn7uydfcttn1vw4hf/', '0', 'Puzzles', 0, 0, '', 'farm-escape-'), (11063, 'Save The Dry Tree', 'Save The Dry Tree is a point and click escape game developed by 8BGames/Games2Mad. Imagine that you had been to a place; on there you found a dried tree. Find some hidden object to solve some interesting clues to save the dried tree. Good luck…Have fun!', 'https://img.gamemonetize.com/pqkjn7xqe97xo60bf97dnav2hw36pabz/512x384.jpg', 'https://html5.gamemonetize.com/pqkjn7xqe97xo60bf97dnav2hw36pabz/', '0', 'Puzzles', 0, 0, '', 'save-the-dry-tree'), (11064, 'Happy Color Book 2022', 'Many free educational activities, all in one game. An application thought and designed to stimulate children\'s learning while playing and having fun. With this game they will stay entertained with didactic content, pedagogically developed in different fields of learning that will help them develop their abilities and skills while simply having fun playing. In addition, the activities are designed to share family moments because they are adapted to all ages.', 'https://img.gamemonetize.com/zrbctndtq2p72ea3jgro59h7h8gli645/512x384.jpg', 'https://html5.gamemonetize.com/zrbctndtq2p72ea3jgro59h7h8gli645/', '0', 'Hypercasual', 0, 0, '', 'happy-color-book-'), (11065, 'Color and Seek Adventures 2022', 'Color and Seek Adventures 2022 is an online game for young children. Together with the main characters, you have to return the lost colors with paintings. You must fly around the locations and collect only those colors in which your character\'s car is painted.', 'https://img.gamemonetize.com/n0pv3qcr2e1zar9o7r60ll45j9bd1d0a/512x384.jpg', 'https://html5.gamemonetize.com/n0pv3qcr2e1zar9o7r60ll45j9bd1d0a/', '0', 'Hypercasual', 0, 0, '', 'color-and-seek-adventures-'), (11066, 'Car Parking Game 3D', 'elcome to Real Car Parking Master : Multiplayer Car Game! Do you like playing car parking games? Or do you want to play with your friends with high-quality graphics? This game is for you and it is completely free! • There are several game modes that you can play and enjoy! More than 60 cars are waiting for you in the garage! • Test your car driving skills in two', 'https://img.gamemonetize.com/jo3mpgjkr5zl8x4uoti8c2nn7rsre3en/512x384.jpg', 'https://html5.gamemonetize.com/jo3mpgjkr5zl8x4uoti8c2nn7rsre3en/', '0', 'Arcade', 0, 0, '', 'car-parking-game-d'), (11067, 'Monster Jeep Stunts', 'Prado Car Parking driving games 2022 We know that you are here with a hope to find a prado games that suit you perfectly. luxury 4x4 prado parking is the car parking online & prado jeep parking 3d games with highest graphics ever! If you think that you are the best driver of car driving games & car pakring wali games do not stop and enjoy the prado driving games! Drive intense jeep game 4x4 around the prado parking games lot to pass the missions in the fastest time you can in this crazy car parking all. Our vision hit Multi Level simulators back with an all-new sequel, bigger and better than ever. find car parking 3d games prado parking is back in the sequel to the biggest short term parking of all time jeep 2017! prado car simulator driving games 3d This prado car games starts a new era of parking simulation games play with super stunning graphics. Unlike other four wheeler games, we offer you a real car driving 3d city driving game with superior quality graphics, jeep games driving management with high precision to drive a car and a beautiful vehicle view of 3d driving games. This luxury car parking 2021 will give you a full real-like feeling like prado city parking sim and parking master So, we offer you realistic experience of Prado parking 3d at a high level in london airport parking. But it is not just about killing some time. You will also learn how to drive and park while enjoying the game and master yourself by practicing in real prado car parking games 3d and You will be the king of prado parking games. Are you too lazy to go to city driving school or academy? After spending a little time you will be able to master the car driving skills by playing the simulation of prado jeep simulator and luxury car parking games. Parking Simulator 3d prado driving games: In 2021 car driving games for free start the engine of parking car wear the seat belt, manual transmission, auto transmission, traffic signals, traffic rules and learn all the other basic instructions and become a professional driver of long term parking. In christmas parking games the populated roads of city simulator are filled with monster vehicles (buses, trucks etc.) and traffic police is making sure that no one breaks the rule and remains safe. After car parking 3d games you know that driving a racing car is not a great challenge but to master Prado parking is even a greater challenge for parking drivers in this real driving 3d. You will drive the best sports cars around city like challenging car driving and new prado games 2021. You can improve your driving skills by enjoying prado jeep racing and new prado car parking. modern prado car parking: In this real car driving and prado driving and race game City learning driving academy always ensures safety and guidelines given by police, and don’t appreciate the crazy adventure, like track stunts or drifting to be a mad king of parking adventure, So watch out for the traffic and lights as you are racing against time. Features modern police car parking 3d:', 'https://img.gamemonetize.com/gmxiftfiuqhiwlelcz98zvdgd5hzjfn8/512x384.jpg', 'https://html5.gamemonetize.com/gmxiftfiuqhiwlelcz98zvdgd5hzjfn8/', '0', 'Hypercasual', 0, 0, '', 'monster-jeep-stunts'), (11068, '2048 Magic hex', '2048: Magic Hex is a challenging puzzle game in which you have to use your quick addition skills to complete tasks. Your main task is to reach the number 2048, but you can also compete with other players. Who will be able to score more points. Combine numbers to create larger numbers. If you like number games, you will love this game. Good luck!', 'https://img.gamemonetize.com/6vhfdoxzcedc69rtmj8qpacxw7lroxn7/512x384.jpg', 'https://html5.gamemonetize.com/6vhfdoxzcedc69rtmj8qpacxw7lroxn7/', '0', 'Puzzles', 0, 0, '', '-magic-hex'), (11069, 'Crazy Obstacle Blitz Going Ball 3D', 'Crazy Ball 3D is an excellent 3D ball game that will make you super happy and addicted to the game with simple and easy controls and just one click to play. In this Crazy Ball 3D game, you need to avoid obstacles while controlling the ball to keep moving forward. Are you eager to experience this reaction speed game? Install this fun game and become a good ball control expert in Crazy Ball 3D game. Download Crazy Ball 3D game: infinite dash now. How to play. ★Finger controls the ball to move left and right ★The acceleration belt can help you speed up. ★Dodging various obstacles Features. ★One-touch control for easy operation ★Stunning 3D worlds and effects ★No time limit ★Crazy speed ★Multi-color skin ★Best pressure reducer ★Challenges to test your extreme speed and rapid response If you like the feeling of adrenaline spewing, then this ultra-casual game is definitely for you. This Crazy Ball 3D game and reaction speed game is designed for you. This Crazy Ball 3D game may seem easy, but the ball will die as soon as it hits an obstacle. So do your best to control the ball and navigate through the dangerous paths to become a ball control expert! This Crazy Ball 3D game is simple and exciting, train your motor skills and reflexes at the same time. Play this super casual game and prove your skills in Crazy Ball 3D: Infinite Dash! You can\'t stop racing!', 'https://img.gamemonetize.com/zkcjuu9lf8g8ac49b9afhzsnz3ipel8e/512x384.jpg', 'https://html5.gamemonetize.com/zkcjuu9lf8g8ac49b9afhzsnz3ipel8e/', '0', 'Arcade', 0, 0, '', 'crazy-obstacle-blitz--going-ball-d'), (11070, 'Spiderman Motorbike', 'Do you want to race on challenging tracks with Spider-Man? If you want, race with your friend or pass the tracks alone. Collect coins to choose the engine or color you want. Let\'s play!', 'https://img.gamemonetize.com/nxb8djej8l1dlinrmcr3igmo2hsnvmnw/512x384.jpg', 'https://html5.gamemonetize.com/nxb8djej8l1dlinrmcr3igmo2hsnvmnw/', '0', 'Racing', 0, 0, '', 'spiderman-motorbike'), (11071, 'Phone Case DIY 2', 'Do you have artistic talent? If you are not sure about your artistic talent. The new released Phone Case DIY game can help you discover it. The pretty girl wants to attend her sister\'s party and she needs you to design the latest phone case for her. We picked many beautiful colors, stickers and phone case models for you. We have also prepared 3 different making processes for you: By choosing Stencil art, you can spray lots of pretty patterns on the phone case. By choosing Pop it, you will enjoy the fun of Pop it...Trust us, no matter what color you spray on the phone case and what making processes you choose, it always comes out pretty. Come and play this game to find more fun stuffs!', 'https://img.gamemonetize.com/hbxg5zcal3ijtvh2uw8ixg18yai0wiuu/512x384.jpg', 'https://html5.gamemonetize.com/hbxg5zcal3ijtvh2uw8ixg18yai0wiuu/', '0', 'Girls', 0, 0, '', 'phone-case-diy-'), (11072, 'Hagi Waga attack poppy Playtime Game', 'Welcome to Hagi Waga Attack! Here you will turn into a bloodthirsty monster who knows no mercy. And the name of this nightmarish beast is Hagi Wagi! Previously, the monster lived in the Poppy Playtime toy factory, where it hid under the guise of a kind hugging toy. But one fine day, the bloodthirsty nature took over and showed its true appearance! Hagi Wagi succumbed to hunger and ate the entire team of factory workers. He did not stop there, and went out of his lair into the world. And now the plush monster began to terrorize the inhabitants of the city.', 'https://img.gamemonetize.com/lcwht3ax8iui1vr29s7ff9pmdhte2cm2/512x384.jpg', 'https://html5.gamemonetize.com/lcwht3ax8iui1vr29s7ff9pmdhte2cm2/', '0', 'Adventure', 0, 0, '', 'hagi-waga-attack-poppy-playtime-game'), (11073, 'Frenzy Farming Simulator', 'First, grow your plants and feed your chickens with Frenzy Farming Simulator, a fun farming game. If you run out of water for the plants, you can get coin water from the water well. Collect and sell the eggs of the chickens you raise. Get milk by including cows in your farm in the next levels. You can make cakes with the milk and eggs you obtain and sell them for money. Try the fun and immersive farming game now!', 'https://img.gamemonetize.com/juaf3l96mpyz3xvm64h4tawy962g25l0/512x384.jpg', 'https://html5.gamemonetize.com/juaf3l96mpyz3xvm64h4tawy962g25l0/', '0', 'Hypercasual', 0, 0, '', 'frenzy-farming-simulator'), (11074, 'Popular Hair Salon Game', 'Popular Hair Salon is a very fresh and popular haircut game. In this game you are an experienced barber and own a great barber shop. Lots of customers come to your shop everyday. There is no time for hesitating. Because these customers are waiting for you for a long time and they really need your help. Come and design hairstyles for them. Don\'t forget to wash their hair first. After you finish their hairstyles, another challenge is here: match clothes for them! There are many fancy clothes for you to choose. Try out what clothes will make them stand out from the crowd. If you like this game. Give us a thumb up and recommend it to your good friends. We will produce more fun games for you!', 'https://img.gamemonetize.com/m45cojw0p18daj5jli8moxlph6ej0u1t/512x384.jpg', 'https://html5.gamemonetize.com/m45cojw0p18daj5jli8moxlph6ej0u1t/', '0', 'Hypercasual', 0, 0, '', 'popular-hair-salon-game'), (11075, 'Treasure Hunter', 'Treasure Hunter is a fun game where you control a hunter that tries to escape with his treasure.', 'https://img.gamemonetize.com/kqovl6qhjuvpbqaalwgvk26n4kh8jb8m/512x384.jpg', 'https://html5.gamemonetize.com/kqovl6qhjuvpbqaalwgvk26n4kh8jb8m/', '0', 'Arcade', 0, 0, '', 'treasure-hunter'), (11076, 'Penalty Kick Target', 'It\'s penalty time! Are you confident in your abilities? Hit the target and don\'t miss to become the best!', 'https://img.gamemonetize.com/os00yv4rjbamn3014mxc5mhyqw5jy2rv/512x384.jpg', 'https://html5.gamemonetize.com/os00yv4rjbamn3014mxc5mhyqw5jy2rv/', '0', 'Sports', 0, 0, '', 'penalty-kick-target'), (11077, 'De Loredo Fight', 'De loredo and the forces of change', 'https://img.gamemonetize.com/6vks144wxybm22l6gvk0oankgqfgd94v/512x384.jpg', 'https://html5.gamemonetize.com/6vks144wxybm22l6gvk0oankgqfgd94v/', '0', 'Action', 0, 0, '', 'de-loredo-fight'), (11078, 'Juicy Fruits Match3', 'Juicy Fruits Match3 is an amazing and satisfying puzzle game. Just Swipe and match 3 or more delicious fruits to pop them. Challenge yourself and complete all rounds. Match 4 identical fruits to create boosters. Let\'s go', 'https://img.gamemonetize.com/k8mfcdv8f1q8mvc8rjgnis1f31ve810b/512x384.jpg', 'https://html5.gamemonetize.com/k8mfcdv8f1q8mvc8rjgnis1f31ve810b/', '0', 'Puzzles', 0, 0, '', 'juicy-fruits-match'), (11079, 'Space Adventure Storie', 'A new era of space adventures! Do you want to make your kids dreams true and take part in exciting space adventures? Let\'s go to the space station and build your own spaceship! Play interesting space games for kids. Attend astronaut courses and collect all puzzles to solve space mysteries. Spaceships start their adventure to the planets of solar system. Fly up to meet exciting adventures!', 'https://img.gamemonetize.com/yztgmulip21ph1bgmwfmxmtz827vf6on/512x384.jpg', 'https://html5.gamemonetize.com/yztgmulip21ph1bgmwfmxmtz827vf6on/', '0', 'Adventure', 0, 0, '', 'space-adventure-storie'), (11080, 'Merge Master Dinosaur Fusion', 'How can you win a natural battle if you have a dinosaur army? In this 3D puzzle arcade game, you have a chance to decorate the formation for dinosaurs before each battle. Both you and your AI opponent have the same type of dinosaurs, but it could only attack you with limited formation. Try your best to beat him with the fewest costs!', 'https://img.gamemonetize.com/fb00prbbj3jynrvxqb7ekosn4q0xb1d4/512x384.jpg', 'https://html5.gamemonetize.com/fb00prbbj3jynrvxqb7ekosn4q0xb1d4/', '0', 'Puzzles', 0, 0, '', 'merge-master-dinosaur-fusion'), (11081, 'Car Garage Differences', 'This is a Spot the difference type of puzzle game where players must find at least 5 differences between two otherwise similar images.', 'https://img.gamemonetize.com/ukmp9z9iqag9mbxbbfjmnt08yzkubea5/512x384.jpg', 'https://html5.gamemonetize.com/ukmp9z9iqag9mbxbbfjmnt08yzkubea5/', '0', 'Puzzles', 0, 0, '', 'car-garage-differences'), (11082, 'Robot Car Emergency Rescue 3 Help The Town', 'Join Robot cars and save the city playing these cool games for boys and girls. Kids Games for Boys and Girls! Put out the fire, find the cat, repair the building, and much more! A new Port has been opened recently, and there\'s a typhoon there!', 'https://img.gamemonetize.com/2u7bhqsyuhrga61euqhm4cz010c3tvgu/512x384.jpg', 'https://html5.gamemonetize.com/2u7bhqsyuhrga61euqhm4cz010c3tvgu/', '0', 'Girls', 0, 0, '', 'robot-car-emergency-rescue---help-the-town'), (11083, 'Stop Them All', 'Stop Them All is a gorgeous casual game. The controls could not be simpler. All you have to do is tap the Activate button when you want the trap to start its action or movement. The key is to focus and tap the screen at the exact right moment. Otherwise, some of the characters will continue on their way and it will be more complicated to take them down before they reach the finish line. Are you willing to start playing to stop them all?', 'https://img.gamemonetize.com/qotlmbid6lwjfknpkwwjqgvvit3cwpth/512x384.jpg', 'https://html5.gamemonetize.com/qotlmbid6lwjfknpkwwjqgvvit3cwpth/', '0', 'Racing', 0, 0, '', 'stop-them-all'), (11084, 'Mario Card Match', 'Mario is a fictional character in the Mario video game franchise, owned by Nintendo and created by video game designer Shigeru Miyamoto. Serving as the company\'s mascot and the eponymous protagonist of the series, Mario has appeared in over 200 video games since his creation. Depicted as a short, pudgy, Italian plumber who resides in the Mushroom Kingdom, his adventures generally center upon rescuing Princess Peach from the Koopa villain Bowser. His younger brother and sidekick is Luigi. The Mario franchise is the best-selling video game franchise of all time. Over 210 million units of the overall Mario series of games have been sold. Outside of the Super Mario platform series, other Mario genres include the Mario Kart racing series, sports games such as the Mario Tennis and Mario Golf series, role-playing games such as Super Mario RPG and Paper Mario, and educational games such as Mario Is Missing!, Mario\'s Time Machine and Mario Teaches Typing. The franchise has branched into several mediums, including television shows, film, comics, and licensed merchandise. Since 1990, Mario has been voiced by Charles Martinet.', 'https://img.gamemonetize.com/g8qe71bfl2o9pgfpfm4jh6cepmpp8xud/512x384.jpg', 'https://html5.gamemonetize.com/g8qe71bfl2o9pgfpfm4jh6cepmpp8xud/', '0', 'Puzzles', 0, 0, '', 'mario-card-match'), (11085, 'Rope Bawling 3', 'Rope Bawling 3 – This is a game in which you need to cut the rope to help the bowling balls destroy the pins, on your way there will be lasers, thorns and chains that need to be destroyed by the laser. There will also be obstacles cubes that can be destroyed only by a special fireball and pipes from which a powerful flow of air. To pass the levels you need to skillfully control gravity.', 'https://img.gamemonetize.com/o7709ddc2aj79b6gsmb15f27ej2kq8mw/512x384.jpg', 'https://html5.gamemonetize.com/o7709ddc2aj79b6gsmb15f27ej2kq8mw/', '0', 'Puzzles', 0, 0, '', 'rope-bawling-'), (11086, 'Tap Tap Popping Battle', 'Pop any two or more blocks to destroy them.', 'https://img.gamemonetize.com/n1w3ab8p490uwpe2br4dgc693nxjx85x/512x384.jpg', 'https://html5.gamemonetize.com/n1w3ab8p490uwpe2br4dgc693nxjx85x/', '0', 'Puzzles', 0, 0, '', 'tap-tap-popping-battle'), (11087, 'Sweet Halloween', 'Prove your skills in "Three in a row" puzzles. Swipe the candies either horizontally or vertically to match them 3 or more in a line, T-, L-shape. Match 4 or more candies to get the power-ups. Combine two Power-ups to get the Super Power-ups!', 'https://img.gamemonetize.com/tba3dseca21ienupwafvczdnt1gyexti/512x384.jpg', 'https://html5.gamemonetize.com/tba3dseca21ienupwafvczdnt1gyexti/', '0', 'Hypercasual', 0, 0, '', 'sweet-halloween'), (11088, 'Drifty Drive', 'Pick your kooky car and drive sideways across multiple lanes of heavy traffic.', 'https://img.gamemonetize.com/3x5enl4yfd5zpwyiwp18vl4lzyt9ll4k/512x384.jpg', 'https://html5.gamemonetize.com/3x5enl4yfd5zpwyiwp18vl4lzyt9ll4k/', '0', 'Racing', 0, 0, '', 'drifty-drive'), (11089, 'Funny Shortcut Race 3D', 'Are you fed up with normal running race? You don\'t hear it wrong. Collect the bricks, wooden planks, or decks and stack them into piles. Then take a shortcut from the main race by building the bridge over the sea. By this way, you can run faster than other competitors and win the game. But don\'t be too confident, if the pile of brick is not enough to connect 2 points of the racing road, you will fall! Remember to stack enough decks to finish the map. Among us, only one takes the champion. Is it you?', 'https://img.gamemonetize.com/dsd4w3n30vy6w98psnsqpkm1ku4gjxhg/512x384.jpg', 'https://html5.gamemonetize.com/dsd4w3n30vy6w98psnsqpkm1ku4gjxhg/', '0', 'Action', 0, 0, '', 'funny-shortcut-race-d'), (11090, 'Barbie Motorbiker', 'Barbie loves to ride motorcycles. She has a very nice motorcycle and clothes. Let\'s dress up and play', 'https://img.gamemonetize.com/34w9vw1eup4okgzy4gm6q84llatjjsw9/512x384.jpg', 'https://html5.gamemonetize.com/34w9vw1eup4okgzy4gm6q84llatjjsw9/', '0', 'Girls', 0, 0, '', 'barbie-motorbiker'), (11091, 'Jet Air Strike', 'Touch the sky with Glory! The ultimate jet action game that will take you sky high and explore the world of Air Force. This exciting fighter jet simulator game will make your dream of flying fighter jets and airplanes come true. This 3D airplane flying game is designed for you to explore the world of the most exhilarating war shooting games. Some of the main features of the game include realistic air base features, giving you the perfect experience. The changeable camera orbit helps in navigating smoothly across the skies and gives you the perfect 3D involvement. It is a fun aircraft shooting game with realistic sounds and detailed graphics. With such amazing and fun features, this plane shooting game offers a gameplay that is easily understood and familiar. The challenge is to destroy your targets by using your air simulator to combat the enemies through air strikes, win the war and land safely back in your air base. Save yourself from the attack of the enemy. A full action gameplay and it is super fun to play. You can get the best aviation training and help protect your air base in this exciting airplane fighting game. Join the fierce air combat and complete your missions by destroying your enemies in this amazing airplane simulation game. This jet shooting game also offers different modes of play that include the survival mode, dogfight mode and multiplayer mode. It has different missions in each mode that you have to complete and then you can unlock more missions. You can become the best fighter pilot in this airplane flying game and complete 19 different army missions. It has a tutorial in the start so you can practice flying the plane and shooting missiles, cannons and other combat weapons. It helps you get familiar with the controls and navigate easily throughout the game. It also helps you practice shooting the right target. You can select from tilt or touch control and this airplane fighting game is also available in VR and Gamepad. You can also win daily rewards and unlock more game features. Get rewards at the end of each army mission and unlock new missions. This jet fighter plane shooting game with fighting Air Force war missions gives you the perfect simulation game experience. In this aviation game you can design your own aircraft using 40 different aircraft skin designs with camouflage. It also has flag designs of 23 different countries. The customization is divided into easily understandable and accessible categories. You can earn coins and use them to unlock different custom designs. Just head over to the hangar and choose from a variety of different airplanes and customize them the way you like. You can see all the details of the different aircrafts that are available and choose the best one for your mission. Use the coins to buy different weapons to use in your air combat mission. The added advantage of customizing your own fighter jets makes it a more engaging and fun game. You can play this fighter pilot game and become the war hero. What makes this aircraft simulation game standout is its interface. The jet air strike game offers a familiar user interface. The visuals and graphics are perfectly aligned with the theme of the game, which is what a player looks for in a game like this. The controls are user-friendly and not too confusing. This game efficiently delivers the requirements of a game with top features and interface, making it an interactive and interesting jet fighter game to play.', 'https://img.gamemonetize.com/obkq2x417gdogqxzat2hrm0cvn3qzo5j/512x384.jpg', 'https://html5.gamemonetize.com/obkq2x417gdogqxzat2hrm0cvn3qzo5j/', '0', 'Arcade', 0, 0, '', 'jet-air-strike'), (11092, 'Truck Driver', 'Truck Driver is a game where your job is to control the truck on the streets full of traffic. Avoid traffic jams, pass the vehicles without crashing, and change lines on the road if there is some vehicle in front of you that is slower than you. Try to drive long distances as you can without crashing. Sometimes will be hard to control the truck. There will be vehicles at each line and you need to pass them all.', 'https://img.gamemonetize.com/d5ysebaog6s1sveucbjxexpn18p8kx91/512x384.jpg', 'https://html5.gamemonetize.com/d5ysebaog6s1sveucbjxexpn18p8kx91/', '0', 'Racing', 0, 0, '', 'truck-driver'), (11093, 'Archery Shooters', 'The World\'s #1 Archery game is now on mobile! Archery Master 3D is the hottest and most realistic archery simulation game for you. Archery Master delivers ultra realistic archery experience that features stunning 3D graphics, amazing animations and simple intuitive controls. Shoot arrows at targets generally set at various distance to earn coins for new bows, arrows and upgrades. Get ready for the intense challenges from Olympic Archery champions. Take a breath, aim the target, shoot the arrow and hit the bull\'s eye now! Will you be the best archer or bowman? Game Features: - 4 picturesque locations: Pine Forest, Archery Field, Deadly Desert and Rain Forest - Polished animation and realistic 3D graphics - 20+ elaborate designed archery equipment - 100+ addictive levels in normal mode - Compete 1-on-1 with real players all over the world in online mode', 'https://img.gamemonetize.com/93t748wpsjr0gs0wvmsg27osfo9f5c8h/512x384.jpg', 'https://html5.gamemonetize.com/93t748wpsjr0gs0wvmsg27osfo9f5c8h/', '0', 'Hypercasual', 0, 0, '', 'archery-shooters'), (11094, 'Gift Candy Match', 'Welcome to Gift Candy Match! Slide your finger to connect 3 or more Gift boxes of the same color to create Candies. Match more gift to kill the blue monsters to not let them eat your score. Challenge youself and get a high score', 'https://img.gamemonetize.com/ici9dvaigpotyoh7e6kaush3lebcvcfp/512x384.jpg', 'https://html5.gamemonetize.com/ici9dvaigpotyoh7e6kaush3lebcvcfp/', '0', 'Puzzles', 0, 0, '', 'gift-candy-match'), (11095, 'Crazy Mr.Bullet Big Bang 2', 'A physics casual shooting game, the gameplay is interesting, the operation is simple, control the cannon in the game to attack. The player needs to control a cannon loaded with "Mr. Bullet" to shoot, and the goal is to shoot at the target. Players need to control their shooting direction and shooting strength. "Mr. Bullet" will fall in the form of a parabola under the influence of gravity during the flight. The game levels are rich and interesting, with increasing difficulty, cheerful and magical background sound effects, and lively challenges, bringing endless joy to players!', 'https://img.gamemonetize.com/8zbvo9edbyabvblnpfmio4ktje9o0grn/512x384.jpg', 'https://html5.gamemonetize.com/8zbvo9edbyabvblnpfmio4ktje9o0grn/', '0', 'Shooting', 0, 0, '', 'crazy-mrbullet-big-bang-'), (11096, 'Mini Football', 'Welcome to Mini Football, the best soccer game ever with 3D design. Overtake your opponents, move swiftly and shoot goals! Dribble, pass and kick. Real football experience complete with easy controls and enjoyable movements.', 'https://img.gamemonetize.com/1v4knye4iqemy9amfjnlq9j9ravm9pnb/512x384.jpg', 'https://html5.gamemonetize.com/1v4knye4iqemy9amfjnlq9j9ravm9pnb/', '0', 'Soccer', 0, 0, '', 'mini-football'), (11097, 'Cooking Madness chef', 'This is Cooking Madness, an amazing cooking game. Cook delicious food and try to serve all clients before time s up Have have playing Cooking Madness. Deliciously fun.', 'https://img.gamemonetize.com/2w30pl5dncmi9epv56iogihx0i3z9h7n/512x384.jpg', 'https://html5.gamemonetize.com/2w30pl5dncmi9epv56iogihx0i3z9h7n/', '0', 'Cooking', 0, 0, '', 'cooking-madness-chef'), (11098, 'Jigsaw Master Mania', 'Jigsaw Master Mania is an amazing jigsaw game, you can hardly find a better jigsaw game than this one. There are many different pictures are waiting for you, you can enjoy it when you have time. Have fun!', 'https://img.gamemonetize.com/slkf7ecviyl8ouf38vlnq91gf5j878dp/512x384.jpg', 'https://html5.gamemonetize.com/slkf7ecviyl8ouf38vlnq91gf5j878dp/', '0', 'Puzzles', 0, 0, '', 'jigsaw-master-mania'), (11099, 'Truck games build a house', 'Trucks for kids - build a house - building game where toddlers learn different types of trucks and how to build a house, arbor, mill and even swimming pool. Jcb wala games for free not only games for boys, but also for girls. If your kids are fond of cars and big trucks or anything connected with building games thematic they will be crazy of these cool tractor and trucks games for toddlers for free! Go through all engrossing levels of heavy equipment game and get your house, swimming pool and arbor done in the finish of one of the best building game for toddlers! You will find here many types of construction games machinery like trucks, tractor simulator, excavator, bulldozer, tipper, digger and many others. CONSTRUCT and RIDE your very own construction transport is fairly easy right now! Build cool vehicles with just a few touches and then make a house and a swimming pool. First above you have to build your own transport, then fill trucks for kids with gas on the gas station and then go to the', 'https://img.gamemonetize.com/f5sl9jazx4f1j3mxbsm3bu3ktkboumdq/512x384.jpg', 'https://html5.gamemonetize.com/f5sl9jazx4f1j3mxbsm3bu3ktkboumdq/', '0', 'Girls', 0, 0, '', 'truck-games--build-a-house'), (11100, 'stone city heroes test', 'stone city', 'https://img.gamemonetize.com/k0tkrx7qpshyvc8btbwbqbjiqq48c3cx/512x384.jpg', 'https://html5.gamemonetize.com/k0tkrx7qpshyvc8btbwbqbjiqq48c3cx/', '0', 'Action', 0, 0, '', 'stone-city-heroes-test'), (11101, 'Guess the Word', 'Guess the Word is a fun game where you have six chances to guess a randomly selected word. Each time you guess, you’re told which of your chosen letters are in the target word, and whether they are in the right place.', 'https://img.gamemonetize.com/3085v7qf5dc9n4cp0swdimtb7piopx4h/512x384.jpg', 'https://html5.gamemonetize.com/3085v7qf5dc9n4cp0swdimtb7piopx4h/', '0', 'Puzzles', 0, 0, '', 'guess-the-word'), (11102, 'Ratatron', 'Help the mouse to escape from the storm. Collect the coins to open the platforms. Catch the cheeses to stop the storm and watch out for the traps!', 'https://img.gamemonetize.com/v310knykc08uiwopbc6o8jhctixzmktm/512x384.jpg', 'https://html5.gamemonetize.com/v310knykc08uiwopbc6o8jhctixzmktm/', '0', 'Arcade', 0, 0, '', 'ratatron'), (11103, 'Crazy Caves 3', 'Dig into crazy depths with this new action-loaded mining game. Destroy all rocks to earn as many gold and gems possible to transform your cart into a crazy mining tool! Grab your pick-axe and mine yourself to the high score!', 'https://img.gamemonetize.com/iv2fjddo8fogfnoyakxkqdd6lgdxstkw/512x384.jpg', 'https://html5.gamemonetize.com/iv2fjddo8fogfnoyakxkqdd6lgdxstkw/', '0', 'Puzzles', 0, 0, '', 'crazy-caves-'), (11104, 'Infinity Trail Master', 'Protect the planet from falling asteroids! • The planet can only take 2 hits before crashing down • How many points can you score before you lose?', 'https://img.gamemonetize.com/a3jrpq1lr369z51r8cavg4g9uwbyzco9/512x384.jpg', 'https://html5.gamemonetize.com/a3jrpq1lr369z51r8cavg4g9uwbyzco9/', '0', 'Arcade', 0, 0, '', 'infinity-trail-master'), (11105, 'Go Kart Go Ultra', 'Welcome to the online game Go Kart Go Ultra. This is a free Racing Game. In the new version of the popular racing game, Go Kart Go Ultra Unblocked Game, you\'ll get to drive your favorite animals around the track at full speed. You can use power-ups to slow down or sabotage your rivals. The controls are simple and the game offers a range of new circuits. This free game features 9 tracks and nine characters. The 3D graphics are rich and will keep you entertained for hours. It also includes a split-screen multiplayer mode on PC. Another important aspect of Go Kart Go Ultra Unbanned Game! Ultra! is that it\'s a great way to challenge yourself. There are countless levels to conquer and wacky characters to race. The game offers many fun challenges for competitive gamers, as well as for individuals who want to play in an arcade-style mode. There\'s also a new multiplayer mode, where you can race against your friends. A few of the challenges are more difficult than others, but that\'s normal for a game of this caliber.', 'https://img.gamemonetize.com/unjyqw5uj2cqt9cq0slyoq9zzwjry4hi/512x384.jpg', 'https://html5.gamemonetize.com/unjyqw5uj2cqt9cq0slyoq9zzwjry4hi/', '0', 'Racing', 0, 0, '', 'go-kart-go-ultra'), (11106, 'Squad Tower Game', 'Squad Tower is a free online tower battle Math video game for Kids and Adults. Move around the levels fighting enemies in the correct order so that you have a higher numerical value than any enemy you battle while you are fighting them. After opening treasure chests you can obtain many coins!The higher the level, the more enemies there will be. Come and join the battle!', 'https://img.gamemonetize.com/1002ayhsz1ig751n43y2tun9toh1kt32/512x384.jpg', 'https://html5.gamemonetize.com/1002ayhsz1ig751n43y2tun9toh1kt32/', '0', 'Boys', 0, 0, '', 'squad-tower-game'), (11107, 'Offshore Jeep Race 3D', 'Offshore Stunt Racing Game 4x4 Jeep Racing simulator is a huge open world 4x4 vehicle (Jeep) driving game. Go Offshore and drive tough 4x4 Jeeps to do awesome crazy stunts. Join the world\'s best 4X4 jeep driving game on mountain roads from one hill station to another Extreme Hill. Enjoy the 4X4 jeep driving Rally in forest and mountains and also jeep driving in water and mud with best jeep engine physics in this 4x4 dirt track trials forest driving and simulator. This Off road 4X4 Xtreme Jeep Racing 3D Game offers an amazing variety of 4x4 high Nitro engine power vehicles like Ultra Mountain Hammer deluxe, Luxurious SUV 4X4 Prado, Safari Forest 4X4 jeep, Car Monster 4x4 climber, SUV Range XV Rover etc. Thrilling Drive Experience Offshore 4X4 Xtreme Jeep Racing 3D provide you thrilling driving enjoyment. You feel as you are driving in a combination of Russian jungle, London bumpy subway track and Brazil Offshore jungle. Offshore 4X4 Xtreme Jeep Racing 3D have a real fun for the people of World. Pak Asia 4X4 cargo jeep very interesting for the Offshore Crazy Rides. While you are drive you must cross the different hurdles of jungle and graveyard of 4X4 cars. Offshore 4X4 Hummer drives on very dangerous high Up and down tricky road in mountain Jungle areas. jeep Transport and jeep areas are nowhere to be found so you cannot stop also come in the Offshore 4X4 jeep driving track. Drive carefully from the 4X4 truck on the Offshore . Drive this best 4x4 Jeep models and enjoy the sensational environment but it is almost impossible mountain road to drive your 4X4 Jeep. Offshore 4X4 Xtreme Jeep Racing 3D is packed with the following features: - Selection of different Jeep - Unique Challenging Levels - Easy Smooth Control - Explore Adventure Offshore Environment - Cool Sound Effect - Thrilling Game Play - Full real HUD including revs, gear and speed. - ABS, TC and ESP simulation. You can also turn them off! - Explore a detailed open world environment. - Realistic car damage. Crash your car! - Accurate driving physics. - Control your car with an arrows - Several different cameras.', 'https://img.gamemonetize.com/aq53uqsg9f62v542qh34978dosgp1dfw/512x384.jpg', 'https://html5.gamemonetize.com/aq53uqsg9f62v542qh34978dosgp1dfw/', '0', 'Hypercasual', 0, 0, '', 'offshore-jeep-race-d'), (11108, 'Cleaning House', 'Cleaning House is a very fun and cute cleaning game. In this game you will find the joy in doing chores. If you like organizing items and cleaning stuffs, this is a perfect game for you. You can start the cleaning with the bedroom where you can clear up the closet by Putting the clothes in their proper places,clean the windows and pick up the garbage on the ground. If you want to clean the kitchen or the living room, just slide the page up and down to get to your favorite room. Want to know more about this game? Come and play this game!', 'https://img.gamemonetize.com/30cz7pr12zpinbgtygs9m8i9j9ywirhg/512x384.jpg', 'https://html5.gamemonetize.com/30cz7pr12zpinbgtygs9m8i9j9ywirhg/', '0', 'Girls', 0, 0, '', 'cleaning-house'), (11109, 'Fun Race On Ice Fun & Run 3D Game', 'The fun winter obstacle course is about to begin! For winning it is more important to know when to stop than to run fast. Because once you are touched by the obstacles you will fall behind your opponent. It\'s hard to catch up after falling behind! So stopping is very important, mastering the rhythm is the key to victory.', 'https://img.gamemonetize.com/gtfx2xvss0baw5jihnu59ggmj0xyinrg/512x384.jpg', 'https://html5.gamemonetize.com/gtfx2xvss0baw5jihnu59ggmj0xyinrg/', '0', 'Boys', 0, 0, '', 'fun-race-on-ice--fun-amp-run-d-game'), (11110, 'Strawberry Shortcake Bake Shop Desserts Cooking', 'Strawberry Shortcake is so excited to bake with you! Make the dessert of your dreams with yummy ingredients, food coloring, icing, toppings, and decorations! You can even create your berry own recipes to make at home!', 'https://img.gamemonetize.com/9i6opp5ohl6kx77r36xwwu2lx2qkvj7c/512x384.jpg', 'https://html5.gamemonetize.com/9i6opp5ohl6kx77r36xwwu2lx2qkvj7c/', '0', 'Girls', 0, 0, '', 'strawberry-shortcake-bake-shop--desserts-cooking'), (11111, 'Angela Design With Me Winter Sweater', 'Welcome to Angela Design With Me Winter Sweater. At the beginning of the winter, Angela bought and renewed their wardrobe with cute sweaters. Now she tried everything and plan to design her own. Join and help Angela to design the better one. First, start choosing the shape of the sweater and then decorate this with beautiful color and pattern. Play and have fun!', 'https://img.gamemonetize.com/8x9jp4bugl8rprq52sg8xdomp9ssfhpf/512x384.jpg', 'https://html5.gamemonetize.com/8x9jp4bugl8rprq52sg8xdomp9ssfhpf/', '0', 'Girls', 0, 0, '', 'angela-design-with-me-winter-sweater'), (11112, 'Delicious Breakfast Cooking Game', 'Delicious Breakfast Cooking is a very addictive cooking game. We\'ve prepared 4 different breakfasts for you to cook. From classic Fried Bacon and Eggs to fancy Rain Latte. Each of them will give you a very incredible cooking experience. Choose one to start your remarkable cooking journey! Want to experience them all? No problem, take your time to try them one by one. Don\'t forget to share this game with your best friend! Follow the instructions and use your artistic talents to create beautiful and delicious breakfasts, you can be the best chef! Feel free and want to have some fun to kill time? Come and try this: Strongly recommended cooking game!', 'https://img.gamemonetize.com/mmzoq8c2bxdj4jgsadaquu8a3ponxkbm/512x384.jpg', 'https://html5.gamemonetize.com/mmzoq8c2bxdj4jgsadaquu8a3ponxkbm/', '0', 'Girls', 0, 0, '', 'delicious-breakfast-cooking-game'), (11113, 'Baby Taylor Handbag Designer', 'Handcraft class time! This is Taylor\'s favorite subject in kindergarten. Teacher Doris often leads Taylor and her friends to make many interesting things. The theme of this week\'s English class was fixed. Doris asked several children to make whatever they liked freely. This is not an easy task for Taylor, who loves flowers, toys and beautiful clothes. What did she finally decide to make? Let\'s get into the game and see!', 'https://img.gamemonetize.com/22sad3vr7sj8nnrfspbn7gfvi50p2r42/512x384.jpg', 'https://html5.gamemonetize.com/22sad3vr7sj8nnrfspbn7gfvi50p2r42/', '0', 'Girls', 0, 0, '', 'baby-taylor-handbag-designer'), (11114, 'Baby Shark', '"Baby Shark" is a children\'s song about a family of sharks. Popular as a campfire song, it has taken off since 2016, spreading through social media, online video, and radio. "Baby Shark" originated from a campfire song or chant. Some sources have mentioned traditional myths as a basis, others camping origins in the early 20th century, and some see it as possibly developed by camp counselors inspired by the movie Jaws. It became a campfire song where each member of a family of sharks is introduced with different hand motions. Different versions of the song have the sharks hunting fish, eating a sailor, or killing people, who then go to heaven. Various entities have copyrighted original videos and sound recordings of the song, and some have trademarked merchandise based on their versions; however, it is believed that the underlying song and characters are in the public domain.', 'https://img.gamemonetize.com/867zw33jc4808vqk46zzzkgz6s9jdlsy/512x384.jpg', 'https://html5.gamemonetize.com/867zw33jc4808vqk46zzzkgz6s9jdlsy/', '0', 'Puzzles', 0, 0, '', 'baby-shark'), (11115, 'Birthday Girl Jigsaw', 'Welcome to our newest Birthday Girl Jigsaw game. In this game, you have 6 images. Choose one of the modes for the game that you previously choose and start it playing. Drag and drop the pieces to solve the puzzle and create an image. Enjoy, and have fun!', 'https://img.gamemonetize.com/yy9kr50h0wu0o61tazvvfh7v9qa7iz3j/512x384.jpg', 'https://html5.gamemonetize.com/yy9kr50h0wu0o61tazvvfh7v9qa7iz3j/', '0', 'Puzzles', 0, 0, '', 'birthday-girl-jigsaw'), (11116, 'Shortcut Run Path Race', 'Race against opponents, and stack up all the floorboards you can pick up along the way! If you\'re clever enough, get out of the way and build bridges and take shortcuts to get to the finish line before everyone else!', 'https://img.gamemonetize.com/uiwqvkq2chbtummprjukflf1ttyw3wtz/512x384.jpg', 'https://html5.gamemonetize.com/uiwqvkq2chbtummprjukflf1ttyw3wtz/', '0', 'Hypercasual', 0, 0, '', 'shortcut-run-path-race'), (11117, 'Grass Cut 3D', 'Here is another Amazing hypercasual game! Enjoy hours of cutting and start building your empire of grass cutting! Try to cut all the grass before you run out of fuel', 'https://img.gamemonetize.com/1yi7pfz3slenkgngrmjhdyk1sgnfmw9a/512x384.jpg', 'https://html5.gamemonetize.com/1yi7pfz3slenkgngrmjhdyk1sgnfmw9a/', '0', 'Hypercasual', 0, 0, '', 'grass-cut-d'), (11118, 'Break Brick Out', '"Break Brick Out" is one of the best Brick breaking game. You need to control the reflect bar to hit the ball and destroy all the color bricks. Features: - polygon brick or square brick shape - three type of different bar - many levels you can play. - multi-platform Unlike traditional game, the polygon brick is very hard to predict where the ball will go. It is very challenging.', 'https://img.gamemonetize.com/g4qqt74wmorrdggs01k4t16oql63au7m/512x384.jpg', 'https://html5.gamemonetize.com/g4qqt74wmorrdggs01k4t16oql63au7m/', '0', 'Hypercasual', 0, 0, '', 'break-brick-out'), (11119, 'Winx Bubble Race', 'Winx fairies are racing in bubbles. Don\'t crash into other bubbles while racing. Don\'t touch the gray clouds. Fun game.', 'https://img.gamemonetize.com/7qf8zqeor8mg1qeqbn9ehdi6htgq2dpe/512x384.jpg', 'https://html5.gamemonetize.com/7qf8zqeor8mg1qeqbn9ehdi6htgq2dpe/', '0', 'Girls', 0, 0, '', 'winx-bubble-race'), (11120, 'Small Archer Game', 'Small Archer is an archery casual puzzle game. You need to click on the space to full, and then aim at the target archery game, the target may be moving, different sizes, and may be placed at different distances. This is the difficulty level of the entire game. Are you confident you\'ll get three stars? Come and join us for a try! Don\'t forget to share your good results with your friends so they can join the challenge too! have fun!', 'https://img.gamemonetize.com/czb5htbh9f4sfyz9zmx9sat01n9npou2/512x384.jpg', 'https://html5.gamemonetize.com/czb5htbh9f4sfyz9zmx9sat01n9npou2/', '0', 'Puzzles', 0, 0, '', 'small-archer-game'), (11121, 'Extreme FootGolf Evolution', 'Footgolf! Combining two of our favorite sports into an even more beautiful game.Click the ball and drag, to set power and direction.Avoid obstacles, and get the football down the hole with the lowest number of kicks possible.', 'https://img.gamemonetize.com/g4xx9animyyq8wg99qw8w8vd0ik3uvok/512x384.jpg', 'https://html5.gamemonetize.com/g4xx9animyyq8wg99qw8w8vd0ik3uvok/', '0', 'Sports', 0, 0, '', 'extreme-footgolf-evolution'), (11122, 'Alpine A110 S Puzzle', 'Play with 6 images in this perfect jigsaw puzzle game: Alpine A110 S Puzzle. All images is with the themes of the car - Alpine A110 S. Solve all puzzles and keep your brain sharp. You have four modes for each picture, 16 pieces, 36 pieces, 64 pieces and 100 pieces. Enjoy and have fun.', 'https://img.gamemonetize.com/awxe1ebrwjyb1hk7w5mlp0r8cngn0kw1/512x384.jpg', 'https://html5.gamemonetize.com/awxe1ebrwjyb1hk7w5mlp0r8cngn0kw1/', '0', 'Puzzles', 0, 0, '', 'alpine-a-s-puzzle'), (11123, 'Spiderman Kiss', 'Spider-Man loves Mary Jane. Mary Jane wants to kiss Spider-Man secretly in the garden. There is Green goblin, Spidey and Aunt May in the garden. Kiss the spider man without being seen by them and pass the difficult levels. Have fun!', 'https://img.gamemonetize.com/mdxlldaw0kchbcqtrvllgpyobbza1dgq/512x384.jpg', 'https://html5.gamemonetize.com/mdxlldaw0kchbcqtrvllgpyobbza1dgq/', '0', 'Clicker', 0, 0, '', 'spiderman-kiss'), (11124, 'catch the apple 2021', 'catch the apple new game', 'https://img.gamemonetize.com/eyb0l565sphlng28shkhtp1c2rzu5pqj/512x384.jpg', 'https://html5.gamemonetize.com/eyb0l565sphlng28shkhtp1c2rzu5pqj/', '0', 'Arcade', 0, 0, '', 'catch-the-apple-'), (11125, 'Piggy In The Puddle game', 'A pig and a bathtub? It does not mix well... Add mud in the bathtub... Immediately, things are different! Pigs love to wade in the mud, even if it\'s in a bathtub. Help our friend to reach the bathtub on each level by making it roll and fall. You can change its shape: when it is round, it rolls and can thus collect food at the same time. Make it resume its square shape, and it will stop so fast it\'d make your head spin. So, will Piggy find his bathtub every time? It\'s up', 'https://img.gamemonetize.com/g6hgm7dxhp7g2bu7qbpd9u81lg0nu7zb/512x384.jpg', 'https://html5.gamemonetize.com/g6hgm7dxhp7g2bu7qbpd9u81lg0nu7zb/', '0', 'Adventure', 0, 0, '', 'piggy-in-the-puddle-game'), (11126, 'Catch The Apple V 2', 'Many of the hedgehog’s buddies are ready to help him collect the apples and the stars that come on his way. Snakes, owls, little bulls and different tools make the hedgehog move in the right direction.', 'https://img.gamemonetize.com/761nj4a6gg3y5oymq2oc7gdfmqs0kg6r/512x384.jpg', 'https://html5.gamemonetize.com/761nj4a6gg3y5oymq2oc7gdfmqs0kg6r/', '0', 'Adventure', 0, 0, '', 'catch-the-apple--v-'), (11127, 'Cut Grass Reloaded', 'Cut Grass Reloaded is a relaxing and beautiful lawn mower simulation and puzzle game. Become a Gardner and trim the grass and other shrubs. Cut the lawn for hours and grow beautiful flowers. Solve a variety of challenging and puzzling levels.', 'https://img.gamemonetize.com/2iq5gkn8hijiqque193ihb616n81oi9o/512x384.jpg', 'https://html5.gamemonetize.com/2iq5gkn8hijiqque193ihb616n81oi9o/', '0', 'Puzzles', 0, 0, '', 'cut-grass-reloaded'), (11128, 'Which Sea Creature Looks Different', 'Tap the sea creature which is different from others.', 'https://img.gamemonetize.com/x2nq6vycvywc1bb3hwk45oczouh1774b/512x384.jpg', 'https://html5.gamemonetize.com/x2nq6vycvywc1bb3hwk45oczouh1774b/', '0', 'Puzzles', 0, 0, '', 'which-sea-creature-looks-different'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (11129, '1010 Golden Trophies', '1010 Golden Trophies is a unique puzzle game in which you need to collect all the trophy blocks from the board. In order to collect them, you need to fill the row or the column which is containing the trophy block. For filling the row or column, pick and drop the available block sets from the left panel. You can drop the block sets until there is accommodation available, after that the game will over. Keep dropping and feeling rows and columns until all the trophy blocks are collected from the board.', 'https://img.gamemonetize.com/vsqv7tpc7ojg5xefr7yf6mulw3nu1rry/512x384.jpg', 'https://html5.gamemonetize.com/vsqv7tpc7ojg5xefr7yf6mulw3nu1rry/', '0', 'Puzzles', 0, 0, '', '-golden-trophies'), (11130, 'Haunted city', 'Haunted city is a horror fighting game, you can play story mode and player 1 vs player 2', 'https://img.gamemonetize.com/u2fg597kgapny9ws8t8kbcvykrmyu3sj/512x384.jpg', 'https://html5.gamemonetize.com/u2fg597kgapny9ws8t8kbcvykrmyu3sj/', '0', 'Action', 0, 0, '', 'haunted-city'), (11131, 'Subway of Buenos Aires Surfers', 'Subway Surfers Oxford! - Experience unique architecture and dazzling beaches - Team up with Sofia and unlock her brand new Tango outfit - Take a trip through the colorful streets on the cool Roto board - Search for shiny horse shoes to win the Weekly Hunt prizes DASH as fast as you can! - Experience unique architecture and dazzling beaches - Team up with Sofia and unlock her brand new Tango outfit - Take a trip through the colorful streets on the cool Roto board - Search for shiny horse shoes to win the Weekly Hunt prizes', 'https://img.gamemonetize.com/h0jet8oyxp6kdow5umh7mz9umujiq2od/512x384.jpg', 'https://html5.gamemonetize.com/h0jet8oyxp6kdow5umh7mz9umujiq2od/', '0', 'Racing', 0, 0, '', 'subway-of-buenos-aires-surfers'), (11132, 'Merge Mermaids', 'Play the fish onto the board as you try to match 3 or more of the same fish to merge them together. Keep merging the fish for as long as possible in this unique 2048 style game. Think ahead then play your fish as you try to keep as much of the board free as possible. Once you run out of moves it is game over and your score will be added to the Lagged leaderboards. How to play: Click or tap on the fish to put them on the board.', 'https://img.gamemonetize.com/sw7l83lwi14j8xq6wdnpg428r7dy4ws8/512x384.jpg', 'https://html5.gamemonetize.com/sw7l83lwi14j8xq6wdnpg428r7dy4ws8/', '0', 'Puzzles', 0, 0, '', 'merge-mermaids'), (11133, 'Stickman Shadow Fighter', 'Play stickman hero robbing superhero gangster crime city. Tie your shoelaces to become the stickman hero in gangster city. Play as a flying stickman in adventurous superhero game. Mafia city need you to tear apart monsters by fighting gangster mafia in flying superhero game. Become a flying hero in a criminal city of gangsters and fight the murderers for the peace of the locality. Take the challenge as a real stickman hero in gangster mafia and take the lead by eliminating the monster from superhero game.', 'https://img.gamemonetize.com/r8bnwrkp0ne1lu6nqnc6h0m61gei9ttu/512x384.jpg', 'https://html5.gamemonetize.com/r8bnwrkp0ne1lu6nqnc6h0m61gei9ttu/', '0', 'Fighting', 0, 0, '', 'stickman-shadow-fighter'), (11134, 'How to Loot 2 Hero Rescue & Pin Pull', 'We hope you’re having fun playing How to loot 2! We update the game every month so don\'t forget to download the latest version to get all the sweet new features and levels!', 'https://img.gamemonetize.com/uftejapvazy4vqt6ns7vkcoh1zw8ui30/512x384.jpg', 'https://html5.gamemonetize.com/uftejapvazy4vqt6ns7vkcoh1zw8ui30/', '0', 'Puzzles', 0, 0, '', 'how-to-loot---hero-rescue-amp-pin-pull'), (11135, 'Soldiers Combat War', 'Jump into the war zone and get ready to complete different tasks to lead your side to victory. Shoot down enemies while you search for three hidden keys and hidden weapons within each level. After securing all of the items try to reach the exit before the timer expires. Try to beat all action packed levels in this fun platform game. How to play: Use touch controls or Arrow keys to move, Spacebar to shoot', 'https://img.gamemonetize.com/fv3wp55r8knubuqdiev13oc16t2xkx8e/512x384.jpg', 'https://html5.gamemonetize.com/fv3wp55r8knubuqdiev13oc16t2xkx8e/', '0', 'Shooting', 0, 0, '', 'soldiers-combat-war'), (11136, 'Little Mermaids Jigsaw', 'Little Mermaids Jigsaw is a free online game from genre of puzzle and jigsaw games. You can select one of the 6 images and then select one of the three modes: easy with 25 pieces, medium with 49 pieces and hard with 100 pieces. Have fun and enjoy!', 'https://img.gamemonetize.com/wq7m9p7cacdw74gicl01i4tml8jbj7tr/512x384.jpg', 'https://html5.gamemonetize.com/wq7m9p7cacdw74gicl01i4tml8jbj7tr/', '0', 'Puzzles', 0, 0, '', 'little-mermaids-jigsaw'), (11137, 'Find the Gate Key', 'Find the Gate Key is a point and click game developed by 8B Games/Games2live. Imagine you Want to go but lost the Gate key . Here is the interesting puzzles and hidden objects to find and go night out. Good luck.. Have fun!', 'https://img.gamemonetize.com/rlfpwwbehva9lhr3ks3rpcqc9ruf4h5d/512x384.jpg', 'https://html5.gamemonetize.com/rlfpwwbehva9lhr3ks3rpcqc9ruf4h5d/', '0', 'Puzzles', 0, 0, '', 'find-the-gate-key'), (11138, 'Barbie Tennis Dress', 'Barbie is learning tennis. She has bought new clothes, socks, shoes, rackets and is trying on them. Let\'s dress her up to make the most beautiful look', 'https://img.gamemonetize.com/d7ges0hyj2eecm0bs8z3w2hlcyc332c4/512x384.jpg', 'https://html5.gamemonetize.com/d7ges0hyj2eecm0bs8z3w2hlcyc332c4/', '0', 'Girls', 0, 0, '', 'barbie-tennis-dress'), (11139, 'Red Panda', 'Red Panda is fun addictive hyper casual game.Red Panda wants to meet his lady love .Help him to meet his love by collecting all the coins to open the hidden door.', 'https://img.gamemonetize.com/arsbqiqz09wnuixt71jr5rwi5u79wi1u/512x384.jpg', 'https://html5.gamemonetize.com/arsbqiqz09wnuixt71jr5rwi5u79wi1u/', '0', 'Hypercasual', 0, 0, '', 'red-panda'), (11140, 'Ted House Escape', 'Ted House Escape is a point and click game developed by 8B Games/Games2live. Imagine that you had been to a Ted House .There you had been trapped. Here are the interesting puzzles and hidden objects to get escape from House. Good luck... Have fun!', 'https://img.gamemonetize.com/jnb64g5i5kfjsey6r7p61pp2ivigty85/512x384.jpg', 'https://html5.gamemonetize.com/jnb64g5i5kfjsey6r7p61pp2ivigty85/', '0', 'Puzzles', 0, 0, '', 'ted-house-escape'), (11141, 'Help Me', 'Help Me is a point and click escape game developed by 8B Games/Games2Mad. Imagine a girl got trapped in her Room, She search through mobile for the person who had open the locked Room. Here is the interesting puzzles and hidden objects to find and that will help that girl. Good luck.. Have fun!', 'https://img.gamemonetize.com/byn7ibrkq0zee4cf5jvaivx8u33dzpa3/512x384.jpg', 'https://html5.gamemonetize.com/byn7ibrkq0zee4cf5jvaivx8u33dzpa3/', '0', 'Puzzles', 0, 0, '', 'help-me'), (11142, 'Rescue the Doggy', 'Rescue the Doggy is a point and click game developed by 8B Games/Games2mad.Imagine that you had been to a village, On there you found a Dog got Trapped. Here is the interesting puzzles and hidden objects to find and rescue the Dog. Good luck.. Have fun!', 'https://img.gamemonetize.com/3micq8bp9rcd8lut8ci872zp6cgxd5gn/512x384.jpg', 'https://html5.gamemonetize.com/3micq8bp9rcd8lut8ci872zp6cgxd5gn/', '0', 'Puzzles', 0, 0, '', 'rescue-the-doggy'), (11143, 'Bait Fish Escape', 'Bait Fish Escape is a point and click game developed by 8B Games/Games2Mad. Imagine that you had been to a village, On there you found a fish got trapped. Here is the interesting puzzles and hidden objects to find and rescue the Fish. Good luck.. Have fun!', 'https://img.gamemonetize.com/qnjeqtx1o3ijdhqfecgw2h3pluibp79x/512x384.jpg', 'https://html5.gamemonetize.com/qnjeqtx1o3ijdhqfecgw2h3pluibp79x/', '0', 'Puzzles', 0, 0, '', 'bait-fish-escape'), (11144, 'fawn escape', 'Fawn Escape is a point and click game developed by 8B Games/Games2Mad. Imagine that you had been to a village, On there you found a Fawn got trapped. Here is the interesting puzzles and hidden objects to find and rescue the Fawn. Good luck.. Have fun!', 'https://img.gamemonetize.com/w2chcw8hmmff7rxpdrdulyhifoislnct/512x384.jpg', 'https://html5.gamemonetize.com/w2chcw8hmmff7rxpdrdulyhifoislnct/', '0', 'Puzzles', 0, 0, '', 'fawn-escape'), (11145, 'Nana Escape', 'Nana Escape is a point and click escape game developed by 8BGames. Imagine that you went to your nana’s house on a weekend to spend some time with your nana. Today unfortunately your nana got trapped inside her room. Find some hidden object to solve some interesting clues to escape nana from her room. Good luck…Have fun!', 'https://img.gamemonetize.com/op9el3541172pf5rcpxi4jjpyefvvv6w/512x384.jpg', 'https://html5.gamemonetize.com/op9el3541172pf5rcpxi4jjpyefvvv6w/', '0', 'Puzzles', 0, 0, '', 'nana-escape'), (11146, 'Feed the squirrel', 'Feed the Squirrel is a point and click game developed by 8B Games/Games2Mad. Imagine that you had been to a village, On there you found a Hungry Squirrel. Here is the interesting puzzles and hidden objects to find and Feed the Squirrel. Good luck.. Have fun!', 'https://img.gamemonetize.com/c9as5ii8roqjvswfqz0rwgcn7mttsb5r/512x384.jpg', 'https://html5.gamemonetize.com/c9as5ii8roqjvswfqz0rwgcn7mttsb5r/', '0', 'Puzzles', 0, 0, '', 'feed-the-squirrel'), (11147, 'Bouquet for a girl', 'Bouquet for a girl is a point and click game developed by 8B Games/Games2Mad. Imagine that you want to gift a bouquet to a girl. Here are some interesting puzzles and hidden objects for finding and giving a bouquet to a girl . Good luck.. Have fun!', 'https://img.gamemonetize.com/txb11i7n9tyyto9f7htuq7z4an84zx9b/512x384.jpg', 'https://html5.gamemonetize.com/txb11i7n9tyyto9f7htuq7z4an84zx9b/', '0', 'Puzzles', 0, 0, '', 'bouquet-for-a-girl'), (11148, 'XLR8 ESCAPE', 'XLR8 Escape is a point and click game developed by 8B Games/Games2Mad. Imagine that you had been to a village, On there you found a XLR8 got trapped. Here is the interesting puzzles and hidden objects to find and escape the XLR8. Good luck.. Have fun!', 'https://img.gamemonetize.com/5v8dcui6qg5zkrzsxv51oh6scjznt5g7/512x384.jpg', 'https://html5.gamemonetize.com/5v8dcui6qg5zkrzsxv51oh6scjznt5g7/', '0', 'Puzzles', 0, 0, '', 'xlr-escape'), (11149, 'Dirty Boy Escape', 'Dirty Boy Escape is a point and click escape game developed by 8BGames. Imagine that a dirty boy poured some dirt on the wall. He got frightened that her mom will scold for that. So he locked himself in a room. Find some hidden object to solve some interesting clues to escape the dirty boy. Good luck…Have fun!', 'https://img.gamemonetize.com/kscxy4cnzzcgfjs54jp7qmbv57gkg524/512x384.jpg', 'https://html5.gamemonetize.com/kscxy4cnzzcgfjs54jp7qmbv57gkg524/', '0', 'Puzzles', 0, 0, '', 'dirty-boy-escape'), (11150, 'Nail Stack Run', 'Come get your long nails done at the Nail Long Stack salon for a perfect makeover! Nail Long Stack is the addictive fun new nail art game that bringing stunning styles to your fingertips! Create nail designs with hundreds of fabulous colors, beauty patterns, and decals. It\'s manicure magic for girls who love fashion and nail games! Nail Long Stack is one of satisfying games and is the best ASMR girls nail woman salon around. Get your long nails done with beautiful designs, perfect paints, and of course beautiful lengths. This nail woman salon makeover is the satisfying game you’ve been waiting for so start playing Nail Long Stack. Sit back and relax in this free to play and satisfying time wasting game! Nail Long Stack is the number one nail art game out there! Nail Long Stack a game for girls to manicure your nails in a fun new way.', 'https://img.gamemonetize.com/ognt8mnwrfia7sdj1rin5xh2lrrz8pyw/512x384.jpg', 'https://html5.gamemonetize.com/ognt8mnwrfia7sdj1rin5xh2lrrz8pyw/', '0', 'Hypercasual', 0, 0, '', 'nail-stack-run'), (11151, 'Caveman Escape 3', 'Caveman Escape 3 is a point and click escape game developed by 8BGames/Games2Mad. Imagine that you had been to a place; on there you found a Caveman got trapped. Find some hidden object to solve some interesting clues to escape the Caveman. Good luck…Have fun!', 'https://img.gamemonetize.com/caygs385481196mn8fd67hzw9lgw7my0/512x384.jpg', 'https://html5.gamemonetize.com/caygs385481196mn8fd67hzw9lgw7my0/', '0', 'Puzzles', 0, 0, '', 'caveman-escape-'), (11152, 'Boat Man Escape 3', 'Boat Man Escape 3 is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a Seashore; there a old man got trapped. Here are the interesting puzzles and hidden objects to find and rescue the old man. Good luck... Have fun!', 'https://img.gamemonetize.com/4g0hnxbjs6rkgvttweobevbzykwm6yo2/512x384.jpg', 'https://html5.gamemonetize.com/4g0hnxbjs6rkgvttweobevbzykwm6yo2/', '0', 'Puzzles', 0, 0, '', 'boat-man-escape-'), (11153, 'True False Quiz', '"True False - Quiz" is a fun interactive game with interesting facts that you can confirm or disprove! 40+ levels will help you raise your intelligence!', 'https://img.gamemonetize.com/p2e2ohaxwt3rc11qacnkchwb3cswsy6b/512x384.jpg', 'https://html5.gamemonetize.com/p2e2ohaxwt3rc11qacnkchwb3cswsy6b/', '0', 'Puzzles', 0, 0, '', 'true-false--quiz'), (11154, 'Police Chase Car', 'Engage in a realistic action-packed experience behind the wheel of a minicar and delve into the relentlessly thrill-seeking and blood-curdling arcade gameplay! Fasten your seatbelt and be ready to test your driving skills!', 'https://img.gamemonetize.com/459qqwn5vrncdwfmtt4dyokl1bnext51/512x384.jpg', 'https://html5.gamemonetize.com/459qqwn5vrncdwfmtt4dyokl1bnext51/', '0', 'Adventure', 0, 0, '', 'police-chase-car'), (11155, 'Shopping Mall Girl Supermarket Shopping Games 3D', 'Shopping Mall Girl - Supermarket Shopping Games 3D Be the shopping mall girl lovers and buy multiple things in girls cashier games. Welcome to the virtual shopping mall game that is totally full of fun and enjoyment for all shopping mall lovers. A virtual mother going to the supermarket shopping mall to buy some grocery, toys and clothes in supermarket shopping mall game. Amazing shopping mall girl fun to doing some sort of shopping in the supermarket. Buy grocery for your dream home and eat lunch along with your virtual family in shopping mall games. Stunning detail about girls cashier game on sizzling shopping mall game environment. Playing this supermarket girl game to enjoy the shopping mall time along with your virtual happy family. Super shopping mall to provide a latest trend and variety of different products like kids\' clothes men\'s or women\'s in this shopping mall girl game 2020. Girls go to the shopping mall with your family to buy the clothes and toys in this supermarket shopping games.. Virtual girls spend your time with family in the shopping mall and enjoy multiple foods from food court in supermarket shopping mall.', 'https://img.gamemonetize.com/dtqjon8bi7lhvcl9321a5efxjhsajkow/512x384.jpg', 'https://html5.gamemonetize.com/dtqjon8bi7lhvcl9321a5efxjhsajkow/', '0', 'Hypercasual', 0, 0, '', 'shopping-mall-girl--supermarket-shopping-games-d'), (11156, 'Cube Surfer', 'Welcome to Cube Stacker Surfer 3D - Run Race Free Cube Jumper Games 2020 6 new Characters, cool cubes like burger and many new environments added. Amazing control and cool sound tracks. Collect shining coins and get bonus reward for surfing higher stacks. Higher the cube tower, higher the surfer reward. In this unique cube surfer game collect the blue cubes and dodge the hurdles to win the race. Collect the boxes and make high towers. More cubes, more fun. Harder than it looks! New color also available to surf now. Be the highest cube surfer for free.', 'https://img.gamemonetize.com/qg1hup33cnhx0l26zxkifc716alqkaca/512x384.jpg', 'https://html5.gamemonetize.com/qg1hup33cnhx0l26zxkifc716alqkaca/', '0', 'Hypercasual', 0, 0, '', 'cube-surfer'), (11157, 'Market Shopping Simulator', 'Play supermarket girlfriend free shopping centre the first ever 3D shopping super mall game, experience withdraw money with the newest Super Market Atm Machine Simulator: Shopping Mall. Get in the supermarket, shop as you do in your real life to enjoy the best cahier game. super mall game Withdraw money from ATM, pick the shopping cart and pick products from the grocery shelves at free supermarket mall race shopping center super mom in meat store fun simulator games.', 'https://img.gamemonetize.com/49brvk9q9fcc0zo4nwwcdia8841o4i88/512x384.jpg', 'https://html5.gamemonetize.com/49brvk9q9fcc0zo4nwwcdia8841o4i88/', '0', 'Hypercasual', 0, 0, '', 'market-shopping-simulator'), (11158, 'New Modern City Ultimate Car 3D', 'The best car driving simulator game of 2020 comes with the most realistic driving physics, unlimited customization, huge open world, addictive gameplay and endless fun! ★REAL DRIVING PHYSICS New Modern City Ultimate Car 3D combines the realism and fun driving physics to create the best car driving simulator on mobile with its advanced car driving physics engine. The best car driving simulator comes with the best driving physics! From racing cars to off road SUVs, all kinds of vehicles have their own physics!', 'https://img.gamemonetize.com/dy5o584xi2xgv92168rojafsbcyhitrw/512x384.jpg', 'https://html5.gamemonetize.com/dy5o584xi2xgv92168rojafsbcyhitrw/', '0', 'Racing', 0, 0, '', 'new-modern-city-ultimate-car-d'), (11159, 'Color Swap', 'Get yourself ready to have some switch color action! You’ll have to concentrate really well if you want to set a high score in this challenging game. Key Features: • Universal app • Amazing graphics and backgrounds used • Fast-paced, endless game-play • Movie quality sounds and music • Simple and easy controls', 'https://img.gamemonetize.com/0v329hzzhc3yeykizrxcolcg5m3ozlo0/512x384.jpg', 'https://html5.gamemonetize.com/0v329hzzhc3yeykizrxcolcg5m3ozlo0/', '0', 'Hypercasual', 0, 0, '', 'color-swap'), (11160, 'Safari Jeep Car Parking Sim Jungle Adventure', 'Drive and enjoy Dangerous jeep hilly driver 2020with an offroad hummer on impossible tracks. Start offroad jeep new adventure: impossible drive as car driver with wonderful and amazing impossible track in new 4x4 car riding. dangerous jeep crazy mountain climb 2020 is changing the rally car riding and offroad fortuner real hill climb 2020 into the impossible jeep crazy tricky stunt: mega ramp among the jungle jeep crazy roads: hill driving. Get ready as Indian crazy impossible tracks: jeep games 2020 in US offroad driving: jeep simulator 2020 on tricky tracks.', 'https://img.gamemonetize.com/ios7cpwq1oqs2zykr0xrd7d7oxbea5ft/512x384.jpg', 'https://html5.gamemonetize.com/ios7cpwq1oqs2zykr0xrd7d7oxbea5ft/', '0', 'Racing', 0, 0, '', 'safari-jeep-car-parking-sim-jungle-adventure'), (11161, 'Modern City Car Driving Simulator', 'Are you ready to drive muscle challenger car in city? Drive the powerful Muscle Car Challenger in amazing city with ultra hd graphics. This new car games 2020 offers a real car driving feel on asphalt roads and busy traffic roads. Realistic car interiors let you feel the beauty of this muscle car beast. This hellcat is famous for its power. Enjoy the powerful car racing on city roads and completes various missions to unlock new challenger modifications. This is a top car games called “City Car driving 2020†combines realism and fun driving physics to create the best car driving simulator on mobile with its advanced car driving physics engine. The game has many challenging routes and extreme mission to enjoy. This is not just another simple car driver simulator game, this is the best crazy car driving games which meets your racing goals!', 'https://img.gamemonetize.com/adxeyijdzv3mllj8ckyw5dt1o51iimit/512x384.jpg', 'https://html5.gamemonetize.com/adxeyijdzv3mllj8ckyw5dt1o51iimit/', '0', 'Racing', 0, 0, '', 'modern-city-car-driving-simulator'), (11162, 'Tap em up', 'Tape em up! to perfection but don\'t waste the tape. Tape em up as you chill back and relax. Calm and satisfying 3D gameplay to help get rid of boredom.', 'https://img.gamemonetize.com/yul53hxfe2p5ye06c0zxm73qfy59kq9i/512x384.jpg', 'https://html5.gamemonetize.com/yul53hxfe2p5ye06c0zxm73qfy59kq9i/', '0', 'Hypercasual', 0, 0, '', 'tap-em-up'), (11163, 'Trace Run', 'Help the pen reach the finish line and avoid the obstacles on the messy desk before it runs our of ink ! Fun and addictive game with swift control and challenges with 30 levels of fun ! Features : - Amazing 3D graphics - Easy and swift controls - Filled with different objects to avoid hitting - Simple but fun gameplay', 'https://img.gamemonetize.com/4zx5s5t5wsk0ln75q0gnehycrfj79c7d/512x384.jpg', 'https://html5.gamemonetize.com/4zx5s5t5wsk0ln75q0gnehycrfj79c7d/', '0', 'Hypercasual', 0, 0, '', 'trace-run'), (11164, 'City Car Driving Simulator', 'Chase your favorite car.Explore a detailed open world environment. - Free to play car game - Real city traffic - Amazing 3D graphics - Drive with traffic cars - Offline car game - Accurate car physics Drive cars around the city streets.', 'https://img.gamemonetize.com/m64eqewf2d82qocqezn2u9u30eh1j215/512x384.jpg', 'https://html5.gamemonetize.com/m64eqewf2d82qocqezn2u9u30eh1j215/', '0', 'Racing', 0, 0, '', 'city-car-driving-simulator'), (11165, 'Pen Trace Run', 'Pen Drawing - Run Way is an interesting running, relaxing game. There are many obstacles we set on your road, it has a simple but stimulating experience of playing.follow the pencil line to get more stars. You need to collect ink bottle to supplement your ink. How many levels you can pass? Challenge the endless mode in which quickly shake to create ink. Have a challenge!', 'https://img.gamemonetize.com/gua3ghl2y0f8jscn386kdurk1eoxg1xw/512x384.jpg', 'https://html5.gamemonetize.com/gua3ghl2y0f8jscn386kdurk1eoxg1xw/', '0', 'Hypercasual', 0, 0, '', 'pen-trace-run'), (11166, 'Super Market Atm Machine Simulator Shopping Mall', 'Play supermarket girlfriend free shopping centre the first ever 3D shopping super mall game, experience withdraw money with the newest Super Market Atm Machine Simulator: Shopping Mall. Get in the supermarket, shop as you do in your real life to enjoy the best cahier game. super mall game Withdraw money from ATM, pick the shopping cart and pick products from the grocery shelves at free supermarket mall race shopping center super mom in meat store fun simulator games. Welcome super mom to shopping center the grocery paradise super mall game! Step into the supermarket credit simulator world with all the households and withdraw money. You will be given missions to do some house grocery so get ready for some fun playing best shopping fun simulator free game super mom mall ! This super mall game market simulator game has so many feature to offer you, it is a first 3D cashier shopping game. Withdraw money from ATM and get started with doing grocery couple shopping malls missions credit simulator.', 'https://img.gamemonetize.com/waujhzxx1t018egx370v262a1pelcwl8/512x384.jpg', 'https://html5.gamemonetize.com/waujhzxx1t018egx370v262a1pelcwl8/', '0', 'Hypercasual', 0, 0, '', 'super-market-atm-machine-simulator-shopping-mall'), (11167, 'Angry Rooster Run Subway', 'Animal Run Rooster :Free Animal Running Racing Game for kids The new thrilling rooster run game is here ! Help the rooster escape traps and enemies on his path and finally reach his beloved chicken. A quick +1 is much appreciated..thanks Help the rooster get past all the traps and wild predators on his path and guide him to his beloved Chicken.Attack enemies if thats what it takes to survive.', 'https://img.gamemonetize.com/16t0cj18nt02zy6nybyf4egez50dyxi0/512x384.jpg', 'https://html5.gamemonetize.com/16t0cj18nt02zy6nybyf4egez50dyxi0/', '0', 'Arcade', 0, 0, '', 'angry-rooster-run-subway'), (11168, 'Space ship rise up', 'The most challenging and fun game of 2019! Protect your Ship with your shield while it\'s rising up! Beware of the obstacles. Move your player with your mouse to protect your Ship. Clear your way as you reach higher and higher! Shield control is very easy but it\'s very hard to reach high scores! Challenge your friends for the highest score! Game Features: - Different obstacles and experience every time - Endless gameplay', 'https://img.gamemonetize.com/xc60fcib94ahsgi9lysfb9z0e9hvoe7m/512x384.jpg', 'https://html5.gamemonetize.com/xc60fcib94ahsgi9lysfb9z0e9hvoe7m/', '0', 'Adventure', 0, 0, '', 'space-ship-rise-up'), (11169, 'Pet Run Adventure Puppy Run', 'Pet run adventure is a great animal racing game with crazy pet run simulator for Webgl. In this pet running game you will be able to simulate cutest pet available in the store. Pet running adventure is designed to engage you in a thrilling game with pet buddies in this cute pet rush. In this endless pet running game your job is to collect coins with special bone trademarks over adventure running track of pet surfing game.', 'https://img.gamemonetize.com/ndt57ecpykxg150jlhsawcfahnpmw8nk/512x384.jpg', 'https://html5.gamemonetize.com/ndt57ecpykxg150jlhsawcfahnpmw8nk/', '0', 'Arcade', 0, 0, '', 'pet-run-adventure-puppy-run'), (11170, 'Subway Bunny Run Rush Rabbit Runner Game', 'Super Rabbit run!!! is a simple and addictive adventurous run game with simple controls. Our game bunny run is mischievous little rabbit who wants to collect lots of carrot for this Easter,collect carrot in the deep city without falling because this city is full of obstacles.The game starts with a running bunny, all you need to do is collect as much carrots as possible,In bunny rabbit games also be careful avoid rocks, obstacles and hurdles if touched the game is over.', 'https://img.gamemonetize.com/cxv1pec5pjpaitiasydxqg1u86ty7i5k/512x384.jpg', 'https://html5.gamemonetize.com/cxv1pec5pjpaitiasydxqg1u86ty7i5k/', '0', 'Arcade', 0, 0, '', 'subway-bunny-run-rush-rabbit-runner-game'), (11171, 'AboveBeyond', 'The most challenging and fun game of 2019! Protect your Ship with your shield while it\'s rising up! Beware of the obstacles. Move your astronaut with your mouse to protect your Ship. Clear your way as you reach higher and higher! Shield control is very easy but it\'s very hard to reach high scores! Challenge your friends for the highest score! Game Features: - Free to play - Mouse control - Different obstacles and experience every time - Endless gameplay', 'https://img.gamemonetize.com/x4eyra597f3gbet6rzerbx816hbtxciv/512x384.jpg', 'https://html5.gamemonetize.com/x4eyra597f3gbet6rzerbx816hbtxciv/', '0', 'Arcade', 0, 0, '', 'abovebeyond'), (11172, 'Christmas Santa Bunny Run', 'There lived a small rabbit in deep city who wanted to get rich by collecting carrot in dangerous paths of deadly environment. Super Rabbit run!!! is a simple and addictive adventurous run game with simple controls. Our game bunny run is mischievous little rabbit who wants to collect lots of carrot for this Easter, help the baby bunny rabbits to run and collect carrot in the deep city without falling because this city is full of obstacles.', 'https://img.gamemonetize.com/1tvr0s8ba128w0psgkb9rxy696p2pqnq/512x384.jpg', 'https://html5.gamemonetize.com/1tvr0s8ba128w0psgkb9rxy696p2pqnq/', '0', 'Arcade', 0, 0, '', 'christmas-santa-bunny-run'), (11173, 'Desert51 Pixel Game', 'Battle royale Desert 51 pixel 3D gun team, is a game that will keep you tense. The one with the greatest casualties wins. 3D graphics, Great gameplay, Play with friends, 2 Battle modes, Cool weapons, Choose Mercenary or SWAT.', 'https://img.gamemonetize.com/13t48typktjkm6p5ih1r4xcc7gxrfa38/512x384.jpg', 'https://html5.gamemonetize.com/13t48typktjkm6p5ih1r4xcc7gxrfa38/', '0', 'Multiplayer', 0, 0, '', 'desert-pixel-game'), (11174, 'Wood Block Journey', 'Wood Block Journey is a woodblock puzzle game that meets a sudoku grid. It’s a calm but challenging puzzle that you’ll be addicted to in no time! Mode Endless: Place blocks in the 9x9 board and fill rows, columns, or squares to clear them from the game. Play for as long as you can without running out of space to beat your high score! Mode Level: Place blocks in the 9x9 board and fill rows, columns, or squares to clear them from the game and complete the mission of each level. Features: - Beautiful graphics and satisfying sound effects. - A tactile game experience with realistic wood tile design. - Relaxing gameplay with no pressure or time limit. - Over 60 puzzles are unique, full of fun, and amazing challenges! - A light, small game, no download, click and play game. - No register and free to play.', 'https://img.gamemonetize.com/6z9a0hev9o5nw4862ur7vva1q3g437zj/512x384.jpg', 'https://html5.gamemonetize.com/6z9a0hev9o5nw4862ur7vva1q3g437zj/', '0', 'Puzzles', 0, 0, '', 'wood-block-journey'), (11175, 'Truck Driver Simulator', 'Now we have some emergency military transport missions for a professional truck driver. We recommend you are able to drive a truck and complete all ten levels stably and safely. In a limited time, you need to drive on mountain roads. Keep calm and drive fast!', 'https://img.gamemonetize.com/k0ja4pux886dawk8ebvl67e27h92vw17/512x384.jpg', 'https://html5.gamemonetize.com/k0ja4pux886dawk8ebvl67e27h92vw17/', '0', 'Action', 0, 0, '', 'truck-driver-simulator'), (11176, 'Battery Run', 'Do you have any knowledge about batteries? Now we recommend you a collecting arcade game that is made from 3D battery models and electric toys. Every level hopes you to collect as many batteries as you can to charge the final wall. Mostly, crashing the obstacle gears will cause failure directly. But some electric toys will also waster your collections on the track. Keep calm and have fun!', 'https://img.gamemonetize.com/p7av27e59uvreq72pt1vhbwoo7rvlyeh/512x384.jpg', 'https://html5.gamemonetize.com/p7av27e59uvreq72pt1vhbwoo7rvlyeh/', '0', 'Arcade', 0, 0, '', 'battery-run'), (11177, 'Green Ball Po', 'Green Ball Po is a 2D platformer where you need to collect Golden keys in order to unlock the door while avoiding spikes and enemies. There are 8 levels to play and difficulty increases as you proceed.', 'https://img.gamemonetize.com/29tn09jwrj6tvl87khfw2uk4yh9qsvmi/512x384.jpg', 'https://html5.gamemonetize.com/29tn09jwrj6tvl87khfw2uk4yh9qsvmi/', '0', 'Arcade', 0, 0, '', 'green-ball-po'), (11178, 'Little Girl Birthday Cake', 'Little Girl Birthday Cake Little Girl Birthday Cake is an online HTML5 game presented by yiv.com, it\'s playable in browsers such as safari and chrome. You can play the game on smartphone and tablet (iPhone, iPad, Samsung, Android devices and Windows Phone). Little Girl Birthday Cake is a addictive cooking game. Today is the little girl\'s birthday, she invited friends to her birthday party, but she still lack a birthday cake. As a pastry chef, can you help her design a beautiful birthday cake? If you feel free and want to spend time, why not try this game?', 'https://img.gamemonetize.com/5niejjytgd7d20rrvotuwjhprd4s854n/512x384.jpg', 'https://html5.gamemonetize.com/5niejjytgd7d20rrvotuwjhprd4s854n/', '0', 'Girls', 0, 0, '', 'little-girl-birthday-cake'), (11179, 'Bus Driving 3d simulator', 'Coach Bus Simulator is the first coach driving game that will teach you to drive a real coach across different scenarios! Take people from a city to another, show them amazing places and landscapes. Open world map, incredible vehicles, wonderful interiors will make you feel a realistic coach bus driving experience! It\'s time to get on board and drive through Europe! Enter the simulation world of bus driving! Get Coach Bus Simulator now!', 'https://img.gamemonetize.com/b4nyqb9k37e6yssy82qjrb37s9lagi0p/512x384.jpg', 'https://html5.gamemonetize.com/b4nyqb9k37e6yssy82qjrb37s9lagi0p/', '0', 'Racing', 0, 0, '', 'bus-driving-d-simulator'), (11180, 'Sweet Candy Puzzles', 'Welcome to the Sweet candy Puzzle! Slide your finger and match 3 or more colorful Butterflies to transform them to delicious candies and eliminate then. Explore tons of amazing and chellenging levels and try to complete them all. Enjoy', 'https://img.gamemonetize.com/d1h4xz5cwzlfpgrry3m9hprlfrxwbe23/512x384.jpg', 'https://html5.gamemonetize.com/d1h4xz5cwzlfpgrry3m9hprlfrxwbe23/', '0', 'Puzzles', 0, 0, '', 'sweet-candy-puzzles'), (11181, 'Candy Links Puzzle', 'Welcome to Candy Links Puzzle Matching Game. Try to match pairs of identical candy tiles to remove all of them to complete the board and unlock the next level. Explore Tons of chellenging levels and play against time You need to use not only your eyes but also logic and strategy to master this game!', 'https://img.gamemonetize.com/ckdfqf0jg4czen718dj1x02xnwoxc696/512x384.jpg', 'https://html5.gamemonetize.com/ckdfqf0jg4czen718dj1x02xnwoxc696/', '0', 'Puzzles', 0, 0, '', 'candy-links-puzzle'), (11182, 'Street Fight Space Station', 'Have you ever longed to be a legendary ninja in a video game or fight in the universe wars? Take part in an entirely new journey in which you play as a great stick fighter, but with more appealing clothes and powerful weapons such as swords and lightsabers! Accept the challenge of playing a samurai game in which you must collect and improve weapons to battle foes and transform them into your preferred character. With one of the most recent 3D fighting games online, you may experience the warzone, the brawl, the mischief, and the mayhem.', 'https://img.gamemonetize.com/udd93894iw0day301ss5m6oruxqwghzk/512x384.jpg', 'https://html5.gamemonetize.com/udd93894iw0day301ss5m6oruxqwghzk/', '0', 'Action', 0, 0, '', 'street-fight-space-station'), (11183, 'Christmas Matching Game', 'Enjoy your holidays with family by playing the Christmas matching game online. During the vacations Christmas Matching Game will keep you and your family entertained with its fun and interaction. Christmas Matching Game online is played at no cost. This matching game relies on Christmas. Indeed they\'re compatible with all devices: desktop, tablets and smartphones as this game is responsive. don\'t hesitate to play the game on a tablet or a smartphone because the content and also the games adjust automatically to your device. Game features Suitable for all ages. Communicative and interesting. Compatible for all devices. Exciting graphics and animation. Enjoyable background music. How to play It\'s up to you to match the pairs because here you\'ll be able to play with snowmen, christmas tree, Funny pictures with patron saint, Christmas balls, Christmas presents and lots of other Christmas pictures. you have got to attach the images as many as you\'ll with appropriate position. Connecting pictures will offer you points to unlock the following levels.', 'https://img.gamemonetize.com/r0xchmaftnt2ua8iy6v10vmqqgs43xbw/512x384.jpg', 'https://html5.gamemonetize.com/r0xchmaftnt2ua8iy6v10vmqqgs43xbw/', '0', 'Puzzles', 0, 0, '', 'christmas-matching-game'), (11184, 'SpongeBob Card Match', 'SpongeBob SquarePants is an American animated television series created by marine biologist and animator Stephen Hillenburg for Nickelodeon. The series chronicles the adventures and endeavors of the title character and his various friends in the fictional underwater city of Bikini Bottom. The series\' popularity has made it a media franchise, as well as the highest rated series to ever air on Nickelodeon, and the most distributed property of MTV Networks. As of late 2017, the media franchise has generated $13 billion in merchandising revenue for Nickelodeon.', 'https://img.gamemonetize.com/1q1h1tvongdw8jdcl8futht50mm002vi/512x384.jpg', 'https://html5.gamemonetize.com/1q1h1tvongdw8jdcl8futht50mm002vi/', '0', 'Puzzles', 0, 0, '', 'spongebob-card-match'), (11185, 'Blocky Roads 3D', 'Jump into your car and discover green hills, snowy mountains and desert dunes in this unique physics racer! The tornado ripped your farm apart and scattered it around the Globe. Collect the missing parts to restore the farm to its former glory! 3d racing against your own times in a blocky mining world! **Choose one of the 9 cars or build your own block by block! The car editor unlocks after track 3 is finished!** Main Features: - 3d racing - Blocky style! - 12 tracks to conquer - 4 challenge tracks to test your skills - 9 awesome vehicles : trucks, bikes, Monster trucks, tanks - Customizable character - Car Editor! Build and Paint Your own car block by block! (Unlocks after track 3 is finished) - Beautiful Voxel Graphics - GameServices achievements and leaderboards - Kids will love it Follow us for the latest info and game news! Created By Dogbyte Games, creator of Offroad Legends, Off the Road, Redline Rush and Dead Venture.', 'https://img.gamemonetize.com/6dliqlj3cginptc1pqi502cq4wtxjk2n/512x384.jpg', 'https://html5.gamemonetize.com/6dliqlj3cginptc1pqi502cq4wtxjk2n/', '0', 'Hypercasual', 0, 0, '', 'blocky-roads-d'), (11186, 'Crazy Glass Legend', 'Welcome to This Brand new Puzzle Game “Crazy Glass Legend†and start a journey of Fill the water in glass for thirsty crow.
The crow is depressed because he was thirsty. Your task is to draw a line to make a glass filled with water and bring a smile to the crow\'s face. Crazy Glass Legend, Make a Crow Happy
Try to find the best way to complete each level. You can come up with your own solution so be creative and don\'t be afraid to think outside the box! Play Happy Crow on this Diwali holiday and enjoy your holiday. Some levels may seem easy but let\'s see if you can actually get 3 stars. features : * dynamic mechanism. Draw lines freely to complete levels! * Simple, smart and fun puzzles but can be challenging too * Lots of levels with more coming soon! * Fun and relaxing theme that will make you stay for quite some time', 'https://img.gamemonetize.com/25slao69dt3lxpm19d7z3mx5sds1izv5/512x384.jpg', 'https://html5.gamemonetize.com/25slao69dt3lxpm19d7z3mx5sds1izv5/', '0', 'Hypercasual', 0, 0, '', 'crazy-glass-legend'), (11187, 'Black and White Puzzle', 'Black White Puzzle is using Black and White Chess to build a puzzle game. Same as Chess, the chess has two colors Black and White. When you flip it the color will turn. The puzzle rule is simple, you only need turn all the cheeses to white color. Is it easy? No, absolutely not! Try it you will known why. Again, it is a puzzle game not chess', 'https://img.gamemonetize.com/w8f458tnmqu004nj7gm6hz7buw7asue3/512x384.jpg', 'https://html5.gamemonetize.com/w8f458tnmqu004nj7gm6hz7buw7asue3/', '0', 'Puzzles', 0, 0, '', 'black-and-white-puzzle'), (11188, 'Dr. Car Parking Pro', 'More than just parking: open-world multiplayer mode, car tuning, free walking! Thousands of players are waiting for you. Join us! Multiplayer open world mode • Free walking. • Free open world with real gas stations and car services. • Compete against real players in the multiplayer racing. • Exchange cars with real players. • Thousands of real players every day. • Friend list. • Voice Chat. • Police mode Car customization • Adjustable suspension, wheel angle and more. • Engine tuning: swap engine, turbo, gearbox and exhaust. • Visual auto tungs: Dynamic vynils, car body parts. High-quality open world • Highly-detailed environments • 100 cars with the real interior. • 16 player skins • Buildings with interior Interesting game play •82 real-life parking and driving challenges. •Different vehicles: Tow truck, pickup, trucks, sport and classic cars.', 'https://img.gamemonetize.com/2vgeo0yakhaosgszdekzn19vie5vn3oj/512x384.jpg', 'https://html5.gamemonetize.com/2vgeo0yakhaosgszdekzn19vie5vn3oj/', '0', 'Racing', 0, 0, '', 'dr-car-parking-pro'), (11189, 'Juicy Dash', 'Juicy Dash - The Candy strikes back with gorgeous sweet graphics and several hundreds of brand new challenging levels and missions! In the latest entry of the famous match-three video game series it is still your task to combine at least three of the delicious sweets to make them disappear. Keep matching until you reach the goal to advance! Come back every day to try the daily challenge.', 'https://img.gamemonetize.com/g81rjva025pxroexr0occf35ph427jhm/512x384.jpg', 'https://html5.gamemonetize.com/g81rjva025pxroexr0occf35ph427jhm/', '0', 'Puzzles', 0, 0, '', 'juicy-dash'), (11190, 'Kitty Marbles', 'Welcome to Kitty Marbles Shooter game Aim and shoot 3 or more moving marble of the same color to eliminate them and don\'t let marbles reach the end of the line. Be smart and Destroy the little mouse. Enjoy tons of amazing and challenging levels', 'https://img.gamemonetize.com/6m3cn9ccdn1vfrc87vfayp5eqcizvhzo/512x384.jpg', 'https://html5.gamemonetize.com/6m3cn9ccdn1vfrc87vfayp5eqcizvhzo/', '0', 'Puzzles', 0, 0, '', 'kitty-marbles'), (11191, 'Starry Cool Run', 'Starry cool Parkour applet is a fun adventure adventure adventure adventure game', 'https://img.gamemonetize.com/kplmrezd28ie3j0tg1m4st4b54z9x6xo/512x384.jpg', 'https://html5.gamemonetize.com/kplmrezd28ie3j0tg1m4st4b54z9x6xo/', '0', 'Sports', 0, 0, '', 'starry-cool-run'), (11192, 'Penguin Bridge', 'Welcome to the Penguin Bridge World. This is a crazy puzzle adventure game. Tap and hold to create Bridge and release to lay the bridge to make a way for the penguin and his babies. Challenge yourself, collect diamonds to purchase other crazy Penguins! Play and get a high score', 'https://img.gamemonetize.com/zy69gzq1kfy86xjysff87x2jpvdriba8/512x384.jpg', 'https://html5.gamemonetize.com/zy69gzq1kfy86xjysff87x2jpvdriba8/', '0', 'Puzzles', 0, 0, '', 'penguin-bridge'), (11193, 'Wormeat.io Online cc', 'Welcome to the amazing Wormeat.io Online Game If your head touches another player, you will explode and then it\'s game over. But if others run into YOU, then THEY will explode, and you can eat their remains!', 'https://img.gamemonetize.com/hf7fkkk44dvfo6r97w2myg73655n2h9a/512x384.jpg', 'https://html5.gamemonetize.com/hf7fkkk44dvfo6r97w2myg73655n2h9a/', '0', 'Multiplayer', 0, 0, '', 'wormeatio-online-cc'), (11194, 'Impostor Among us', 'Sneak around the level killing all of the imposters to complete each stage. Avoid detection or it is game over and you will have to try again in this fun online Among Us themed game', 'https://img.gamemonetize.com/r6bixlm3hysiz9qcpexpym56o267b783/512x384.jpg', 'https://html5.gamemonetize.com/r6bixlm3hysiz9qcpexpym56o267b783/', '0', 'Arcade', 0, 0, '', 'impostor-among-us'), (11195, 'Piggy In The Puddle Christmas V3', 'Puzzle out how to get the tiny swine into the tub full of mud. Clear the way and remove obstacles by using the special skills of other animals. You also can switch your pig\'s shape to make it roll or stop. Try to reach your target as you pick up all acorns along the way. Much fun with Piggy In The Muddle 3!', 'https://img.gamemonetize.com/am7528ry69mkltginkn2c5f1lfbavzv5/512x384.jpg', 'https://html5.gamemonetize.com/am7528ry69mkltginkn2c5f1lfbavzv5/', '0', 'Arcade', 0, 0, '', 'piggy-in-the-puddle-christmas-v'), (11196, 'Ben 10 Space Run', 'In this platform game, Ben cannot use his watch because the omnitrix clock is broken. He hasn\'t aliens. He has to overcome all obstacles alone. Very difficult sections are waiting for you. Are you ready to play? Let\'s play!', 'https://img.gamemonetize.com/xy9k5g9elihwmqy70pfo4zxr3cm6yf0r/512x384.jpg', 'https://html5.gamemonetize.com/xy9k5g9elihwmqy70pfo4zxr3cm6yf0r/', '0', 'Arcade', 0, 0, '', 'ben--space-run'), (11197, 'Immune system Command', 'This is a simplified and modern take on a retro classic game!!! The one where you are the immune system command o protect your body from an endless hail of creepy Virus! Simple one tap game play. You can never win this game, only survive as long as possible, because in war, all is lost in the end!', 'https://img.gamemonetize.com/gpndzvhzwu7q8ivyjjo453kh55fo9t5a/512x384.jpg', 'https://html5.gamemonetize.com/gpndzvhzwu7q8ivyjjo453kh55fo9t5a/', '0', 'Shooting', 0, 0, '', 'immune-system-command'), (11198, 'Mini Racer rider', 'Introducing Mini Racing Mania, possibly the best free to download Wi-Fi multiplayer racing adventure game ever created! Mini Racing Mania is an addictive multiplayer racing game for the fans of arcade racing and driving simulations. Welcome mini racers into high speed mini racing adventure. Mini Racing Mania is a challenge for any speed freak, offroad climbers, rock crawling and auto enthusiast, drift racers, and even asphalt drag racer. Take a Mini Racing Mania challenge to unlock our collection of 10 awesome cars each with their own feel and speed.', 'https://img.gamemonetize.com/7opd2v99pa5b7toh5aw9d6ek4wh6elpm/512x384.jpg', 'https://html5.gamemonetize.com/7opd2v99pa5b7toh5aw9d6ek4wh6elpm/', '0', 'Racing', 0, 0, '', 'mini-racer-rider'), (11199, 'Little Tiger Dress Up', 'Tigers come after lions in wildlife. but they are very strong. Our cute little animal friend Jiba wants your help for a different look. Let\'s dress it up very noble.', 'https://img.gamemonetize.com/cvxctntbmmsyizg935qc5xavavq59hs7/512x384.jpg', 'https://html5.gamemonetize.com/cvxctntbmmsyizg935qc5xavavq59hs7/', '0', 'Girls', 0, 0, '', 'little-tiger-dress-up'), (11200, 'Math Whizz', 'Math Whizz is the best game to help your kids to learn Math.In this game your child will learn simple Math\'s problems like addition, subtraction, division, multiplication and will enjoy the learning.', 'https://img.gamemonetize.com/zwgnlbghmr5rbnypwaplk0bh9o66zth1/512x384.jpg', 'https://html5.gamemonetize.com/zwgnlbghmr5rbnypwaplk0bh9o66zth1/', '0', 'Puzzles', 0, 0, '', 'math-whizz'), (11201, 'G2M Pink Room Escape', 'Pink Room Escape is a point and click game developed by 8B Games/Games2Mad. Imagine that you had been to house. You got locked inside room in the house. Now here are the interesting puzzles and hidden objects, to get escape. Good Luck…. Have Fun!!!', 'https://img.gamemonetize.com/vktuydb9h6flfcajbx3hsfais2pz6zos/512x384.jpg', 'https://html5.gamemonetize.com/vktuydb9h6flfcajbx3hsfais2pz6zos/', '0', 'Puzzles', 0, 0, '', 'gm-pink-room-escape'), (11202, 'Mid Street Escape 2', 'Mid Street Escape 2 is a point and click game developed by 8B Games/Games2Mad. Imagine that you went for walking at night and lost your way. So you decided to find the main gate key to escape from the street. Here are the interesting puzzles and hidden objects to get escape from this place. Good luck... Have fun!', 'https://img.gamemonetize.com/mwlfe29z19nyu30syz34uqyrap07wzzg/512x384.jpg', 'https://html5.gamemonetize.com/mwlfe29z19nyu30syz34uqyrap07wzzg/', '0', 'Puzzles', 0, 0, '', 'mid-street-escape-'), (11203, 'Boom Battle Arena', 'Adventure begins in Bomb Battle Arena game. Use your bombs to counter the enemies and collect items in 85 different levels. You can increase your bombs and speed ability with the points you collect between levels. You can fight with Pirate King or Tomato Boy character. After destroying the enemies, you can move to the next level by finding the castle icon.', 'https://img.gamemonetize.com/7kwwzr3wcbj38hklv6ly3h4ja5bk3kxx/512x384.jpg', 'https://html5.gamemonetize.com/7kwwzr3wcbj38hklv6ly3h4ja5bk3kxx/', '0', 'Arcade', 0, 0, '', 'boom-battle-arena'), (11204, 'Pop Ball Fidget', 'PoP Balloons is a cool action game very easy and intuitive to play, but it will be hard to stop playing. Enjoy popping balloons the more you can! Product feature bullets: • Ideal for all Kids and Children • Cool', 'https://img.gamemonetize.com/dldlk60xjhl3befmlgkowe1ekk9sj9h8/512x384.jpg', 'https://html5.gamemonetize.com/dldlk60xjhl3befmlgkowe1ekk9sj9h8/', '0', 'Hypercasual', 0, 0, '', 'pop-ball-fidget'), (11205, 'Popcorn Burst Saga', 'Burst popcorn and complete all the popcorn making levels! Relax yourself with casual puzzle popcorn bursting game and pop your way to the top! Hold to fill the bucket with popcorn. Do not drop anything!', 'https://img.gamemonetize.com/n1sc6il2ahvs0whd37cwu97hmrsf3ax8/512x384.jpg', 'https://html5.gamemonetize.com/n1sc6il2ahvs0whd37cwu97hmrsf3ax8/', '0', 'Puzzles', 0, 0, '', 'popcorn-burst-saga'), (11206, 'Space Girl Escape 2', 'Space Girl Escape 2 is a point and click game developed by 8B Games/Games2Mad. Imagine that a girl trapped in Space Station, you have decided to escape the space girl and bring her back to earth. Here are the interesting puzzles and hidden objects to find and help her to escape. Good luck... Have fun!', 'https://img.gamemonetize.com/wonlnp1m3yin2ppnkurz7ytdmapc01nk/512x384.jpg', 'https://html5.gamemonetize.com/wonlnp1m3yin2ppnkurz7ytdmapc01nk/', '0', 'Puzzles', 0, 0, '', 'space-girl-escape-'), (11207, 'Tanuki Sunset', 'Tanuki Sunset is a third-person longboard-skating game where players play as a raccoon skating downhill on a procedurally generated synthwave-themed seaside road. Drift your way around the narrow corners, gather Tanuki Bits to fill up your Bonus Roulette Meter and try and gather as many points as you can. Drift often. Get some air-time and avoid cars and obstacles while pushing your luck close to the walls and edges to get near-miss moments and tight-squeezes to maximize your score. Master the longboard as you drift through stunning mountain ranges, swerve through bustling city streets, and along the sandy beaches of Sunset Island. Train to perform epic tricks, from jumping off-ramp to longboarding backwards. Grab Your Longboard and Race to the Top in Tanuki Sunset! Game Developed by: squidsquadgames', 'https://img.gamemonetize.com/0ztcyu3epgrcejzl5aq1x5sliyh4bbve/512x384.jpg', 'https://html5.gamemonetize.com/0ztcyu3epgrcejzl5aq1x5sliyh4bbve/', '0', 'Racing', 0, 0, '', 'tanuki-sunset'), (11208, 'Shadow game Drag and Drop', 'It is an educational as well as fun game for kids. Just look the photo displayed in the left box and click correct shadow of the photo in right panels.', 'https://img.gamemonetize.com/f4graviwm711jnoe2ux9p4xyvhphv57j/512x384.jpg', 'https://html5.gamemonetize.com/f4graviwm711jnoe2ux9p4xyvhphv57j/', '0', 'Puzzles', 0, 0, '', 'shadow-game-drag-and-drop'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (11209, 'Stacking Colors', 'Stacking Colors is a free game. Warm-up those legs and get ready to stack them colors in this endless runner-style avoider game.', 'https://img.gamemonetize.com/kgwly5ngx74j77fe15dwjnbail96da8j/512x384.jpg', 'https://html5.gamemonetize.com/kgwly5ngx74j77fe15dwjnbail96da8j/', '0', 'Arcade', 0, 0, '', 'stacking-colors'), (11210, 'Color Up', 'Control the ball during the gameplay. There will be horizontal bricks with different colors. The ball will be bouncing on them. The ball will change the color when you pass the beam, and the ball will get the same color as the beam. Later the ball needs to bounce only at the brick that has the same color as the ball. Try to reach great distances and earn more points as you can.', 'https://img.gamemonetize.com/wdr5w2o4wsswjjcodvptavxbhkp5ln44/512x384.jpg', 'https://html5.gamemonetize.com/wdr5w2o4wsswjjcodvptavxbhkp5ln44/', '0', 'Puzzles', 0, 0, '', 'color-up'), (11211, 'Go Kart Boost Playground', 'Ever wanted to try a go-kart simulator? Now you can drive, skid and experience a go-kart for free! For extra fun we also added boost! Be a fast racer on the whole track for yourself, or get crazy in the stunt arena! No need to worry about safety, damage or other racers, so you can drive any way you want with full speed! Driving fast and doing stunts had never been so fun with a go-kart!', 'https://img.gamemonetize.com/u99a0uxqy4h7mnvo9euttejzibj06t27/512x384.jpg', 'https://html5.gamemonetize.com/u99a0uxqy4h7mnvo9euttejzibj06t27/', '0', 'Racing', 0, 0, '', 'go-kart-boost-playground'), (11212, 'Game Of Farm', 'Beautiful and fun farming simulation game. Raise cute farm animals and harvest diverse crops to make your farm a success! It\'s up to you to make your dream farm by the seaside. Start building your dream farm now.', 'https://img.gamemonetize.com/v5tqt4a2jn1jcxc2f32evx3lesos4nnw/512x384.jpg', 'https://html5.gamemonetize.com/v5tqt4a2jn1jcxc2f32evx3lesos4nnw/', '0', 'Girls', 0, 0, '', 'game-of-farm'), (11213, 'Batman Ghost Hunter', 'Ghosts have taken over Gotham City. Batman has to defeat the ghosts. Make the city a safe place. Let\'s help him with this mission. Throw the batarang at the ghosts and don\'t forget to take the batmobile.', 'https://img.gamemonetize.com/97bw2bqoqcj2s7kj6z03l1z12b2jvvvc/512x384.jpg', 'https://html5.gamemonetize.com/97bw2bqoqcj2s7kj6z03l1z12b2jvvvc/', '0', 'Adventure', 0, 0, '', 'batman-ghost-hunter'), (11214, 'Rebels Clash', 'An uprising took place in the virtual city, the participants of which entered into a tough fight. Only the strongest can survive here, because there are absolutely no rules in this battle. Crash into a crowd of angry rebels in order to destroy the maximum number of them.', 'https://img.gamemonetize.com/ka7un4bgi85qnfjus78uvtmtq5lad0c3/512x384.jpg', 'https://html5.gamemonetize.com/ka7un4bgi85qnfjus78uvtmtq5lad0c3/', '0', 'Action', 0, 0, '', 'rebels-clash'), (11215, 'Lets Fart Brandon', 'Let\'s Fart Brandon is a funny action parody game featuring fart with Brandon. Brandon needs to beat up all enemies with his fart. Go through the maze and beat all enemy along the way using his most powerful tool ever! Game featuring: Mr Biden and his infamous farts. Story: Mr. Biden falls asleep at a conference and has nightmares. In the world of his nightmare, his only weapon is fart.', 'https://img.gamemonetize.com/d8l84d9oc358yxshtjjz5eq22vr80mer/512x384.jpg', 'https://html5.gamemonetize.com/d8l84d9oc358yxshtjjz5eq22vr80mer/', '0', 'Puzzles', 0, 0, '', 'lets-fart-brandon'), (11216, 'Back Flipper', 'Flip at the rooftops, park, over speeding cars, on moving elevators and over airplanes & satellites and be the best Backflipper ever! The Backflipper is the most dynamic, simplest & casual flip experience ever created!', 'https://img.gamemonetize.com/ewu9fksq87efme6t5q4f7l4hgxpc5xza/512x384.jpg', 'https://html5.gamemonetize.com/ewu9fksq87efme6t5q4f7l4hgxpc5xza/', '0', 'Clicker', 0, 0, '', 'back-flipper'), (11217, 'PopCorn Shooter', 'Welcome to PopCorn Shooter Play the fun popcorn container game. With a different challenging levels. Tap to Fill the Popcorn container and Reach the Top line. Do not let popcorn fall from container edges. Enjoy', 'https://img.gamemonetize.com/ahktjp3plnkvk7toc76euojchrkvpzs4/512x384.jpg', 'https://html5.gamemonetize.com/ahktjp3plnkvk7toc76euojchrkvpzs4/', '0', 'Puzzles', 0, 0, '', 'popcorn-shooter'), (11218, 'Colored Batman Dress Up', 'The new costumes of the popular cartoon hero Batman are very colorful. If you want to create a Batman with a different look, let\'s play!', 'https://img.gamemonetize.com/7viujzk5s73klk10i54uvyw5h78gbme7/512x384.jpg', 'https://html5.gamemonetize.com/7viujzk5s73klk10i54uvyw5h78gbme7/', '0', 'Clicker', 0, 0, '', 'colored-batman-dress-up'), (11219, 'Open the Pin', 'This is a puzzle using gold pins. They prevent the filling of the transparent container with colored balls. To open free access, it is necessary to pull out the rods, but doing so in the correct sequence. If there are gray balls in the path of the colored balls, mix them to make them all colorful. The further you step through the levels, the more difficult the tasks will be. Solving them will surely please you in Open the Pin. The container must be 100% full, otherwise the level will not be counted.', 'https://img.gamemonetize.com/8ho90bvsacii440luujovrhu9614eqg6/512x384.jpg', 'https://html5.gamemonetize.com/8ho90bvsacii440luujovrhu9614eqg6/', '0', 'Puzzles', 0, 0, '', 'open-the-pin'), (11220, 'Blue Forest Escape', 'Blue Forest Escape is a point and click game developed by 8B Games/Games2Mad. Imagine that you had been to a forest for research purpose. You got trapped inside the forest. Now here is the interesting puzzles and hidden objects, to get escape. Good Luck.... Have Fun!!!', 'https://img.gamemonetize.com/9i77edljj8dda69ml2gty0ryd7gzapg6/512x384.jpg', 'https://html5.gamemonetize.com/9i77edljj8dda69ml2gty0ryd7gzapg6/', '0', 'Puzzles', 0, 0, '', 'blue-forest-escape'), (11221, 'Stuck Car Escape', 'Stuck Car Escape is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a forest with your favorite car; there your car got stuck in it. Here are the interesting puzzles and hidden objects to escape your car. Good luck... Have fun!', 'https://img.gamemonetize.com/s7h7qgjwelb6o38sy3mg2e8epopimf3k/512x384.jpg', 'https://html5.gamemonetize.com/s7h7qgjwelb6o38sy3mg2e8epopimf3k/', '0', 'Puzzles', 0, 0, '', 'stuck-car-escape'), (11222, 'Lamb Escape', 'Lamb Escape is a point and click escape game developed by 8BGames/Games2Mad. Imagine that you had been to a place; on there you found a lamb got trapped in it. Find some hidden object to solve some interesting clues to escape the lamb. Good luck…Have fun!', 'https://img.gamemonetize.com/y1ue6u5ako87a6kl4jffr2ffaf5sac04/512x384.jpg', 'https://html5.gamemonetize.com/y1ue6u5ako87a6kl4jffr2ffaf5sac04/', '0', 'Puzzles', 0, 0, '', 'lamb-escape'), (11223, 'Handsome Woman Escape', 'Handsome Woman Escape is a point and click escape game developed by 8BGames/Games2Mad. Imagine that you had been to a palace; on there you found a Woman got trapped in it. Find some hidden object to solve some interesting clues to escape the Woman. Good luck…Have fun!', 'https://img.gamemonetize.com/4s66xem3gd9wfq7ewjchp769z14cr6h6/512x384.jpg', 'https://html5.gamemonetize.com/4s66xem3gd9wfq7ewjchp769z14cr6h6/', '0', 'Puzzles', 0, 0, '', 'handsome-woman-escape'), (11224, 'Old Man Escape 2', 'Old Man Escape 2 is a point and click escape game developed by 8BGames/Games2Mad. Imagine that you had been to a place; on there you found an Old Man got trapped. Find some hidden object to solve some interesting clues to escape the Old Man. Good luck…Have fun!', 'https://img.gamemonetize.com/b8bb1ffirsoptwdxmdynir1o1ued1jyg/512x384.jpg', 'https://html5.gamemonetize.com/b8bb1ffirsoptwdxmdynir1o1ued1jyg/', '0', 'Puzzles', 0, 0, '', 'old-man-escape-'), (11225, 'Like a king', 'Play Like a king game in your web browser for free at Superkidgames.com and more fun games. Like a King is a tower defense and deck-building game created by LAK Games. You are a king who must battle other kings using and combining the units in your collection of cards. Each card is a unique unit you can use on the battlefield. Some of them attack the enemy, but some of them mine gold and even lay out traps for the enemy unit. Complete quests, build a strong deck, and most importantly, strategize wisely to be the one true king that stands! - Do you like strategies, tower defence, collectible card games? Check! - Are you ready for fast multiplayer battles and epic fights? Check! - Aren\'t you afraid of orcs, monsters and sharp-eyed elves? Check! Well, you totally in, my King! Put on the crown, check in your own castle and play now - FOR FREE!', 'https://img.gamemonetize.com/r27tx0383q66l6pqhvq544qgyjqebcnq/512x384.jpg', 'https://html5.gamemonetize.com/r27tx0383q66l6pqhvq544qgyjqebcnq/', '0', 'Multiplayer', 0, 0, '', 'like-a-king'), (11226, 'MagicBridge', 'Choose your pet partner to go further. Collect more gold coins to summon more pets.', 'https://img.gamemonetize.com/602gpmt1mvpd1dquxxzz0ryjvkup6oec/512x384.jpg', 'https://html5.gamemonetize.com/602gpmt1mvpd1dquxxzz0ryjvkup6oec/', '0', 'Puzzles', 0, 0, '', 'magicbridge'), (11227, 'Hippo YouTube Desserts Blogger', 'Guess you must want to be a desserts blogger at some point in your life. In our game, you can accomplish your dream. Little Hippo opens an account on YouTube and she uploads her desserts cooking videos on YouTube. Come and experience what she does in a day as a blogger. 3 kinds of delicious desserts for you to pick. Pick one dessert and start to film. Make sure you follow her instructions to cook and be patient because it\'s important to make the video perfect. After the cooking, you can check the video and get thumbs up from your followers. Isn\'t it fun? Come and try this game!', 'https://img.gamemonetize.com/j3mc1oyp6txp18qkd25ozpgnusvd4wgl/512x384.jpg', 'https://html5.gamemonetize.com/j3mc1oyp6txp18qkd25ozpgnusvd4wgl/', '0', 'Girls', 0, 0, '', 'hippo-youtube-desserts-blogger'), (11228, 'Rainbow Desserts Bakery Party Game', 'Rainbow Desserts Bakery Party is a very unique cooking game with fast game pace, realistic sound effects and delicate decorations in it. Tried of normal cooking game? Try this! We are sure you are gonna love this game. Rainbow cup cake, Rainbow cakepop and Rainbow Slushy are here for you to choose and cook. Whether you can cook or not in your real life, in our game, you are the best cook! Introduce this game to your best friend forever and play it together!', 'https://img.gamemonetize.com/mc8rhvtxs3k81bqfxp6l6coby55579b7/512x384.jpg', 'https://html5.gamemonetize.com/mc8rhvtxs3k81bqfxp6l6coby55579b7/', '0', 'Girls', 0, 0, '', 'rainbow-desserts-bakery-party-game'), (11229, 'Party Stickman 4 Player', 'Are you ready to have fun with your friends and have fun for 4 people? Get ready to start the stickman fun for 4 players! Take your friends, come and pass 15 different levels, be careful, if one of you dies, the whole chapter starts from scratch. You should never die.', 'https://img.gamemonetize.com/70pkox2jpsydmw28qet78npp0v5o6c7m/512x384.jpg', 'https://html5.gamemonetize.com/70pkox2jpsydmw28qet78npp0v5o6c7m/', '0', 'Adventure', 0, 0, '', 'party-stickman--player'), (11230, 'Real Excavator Simulator', 'Here is a constructional force simulation game with 3D cartoon construction vehicles. It is managed for you to complete all missions with the provided construction vehicles on time at each level. Most of them need you to drive to the marked areas stably. Keep calm and drive carefully!', 'https://img.gamemonetize.com/ro93wta4pm3kk60x35l7yd8c6vcp9xaw/512x384.jpg', 'https://html5.gamemonetize.com/ro93wta4pm3kk60x35l7yd8c6vcp9xaw/', '0', 'Action', 0, 0, '', 'real-excavator-simulator'), (11231, 'Mermaid House Cleaning And Decorating', 'Zoe\'s underwater palace is very gorgeous, but she is tired of the decoration of her palace. Today, this mermaid princess decided to clean up all her palace rooms and put on new decorations! Of course, Zoe has to change herself into a new outfit! Don\'t waste time, join Zoe quickly!', 'https://img.gamemonetize.com/qjjvxtt3iqchio171m1ip5rzalito9dj/512x384.jpg', 'https://html5.gamemonetize.com/qjjvxtt3iqchio171m1ip5rzalito9dj/', '0', 'Girls', 0, 0, '', 'mermaid-house-cleaning-and-decorating'), (11232, 'Unicorn Food Fashion Maker', 'Are you hungry? Why eat ordinary foods that are tired of eating when you can eat colorful and fashionable unicorn foods? ! Help the unicorn queen enjoy her life with unicorn color matching glasses! Make delicious unicorn food including cakes and ice cream, don a gorgeous rainbow outfit and enjoy the unicorn lifestyle with other unicorn girls!', 'https://img.gamemonetize.com/snonv9fu190b7jft9mznbwwxyzgjv36j/512x384.jpg', 'https://html5.gamemonetize.com/snonv9fu190b7jft9mznbwwxyzgjv36j/', '0', 'Girls', 0, 0, '', 'unicorn-food-fashion-maker'), (11233, 'Newborn Puppy Dog Salon', 'Pregnant dog mom is about to give birth to a baby! Come and help them do prenatal check ups so that the baby can be born smoothly. Don\'t forget to take care of your puppy after this, check their health, bathe them and dress them nicely. Finally, put these little babies to sleep! Are you a qualified host? Come and choose your favorite puppy!', 'https://img.gamemonetize.com/8iwc9dz6l56lb3sxwh6av0sbxp818fh5/512x384.jpg', 'https://html5.gamemonetize.com/8iwc9dz6l56lb3sxwh6av0sbxp818fh5/', '0', 'Girls', 0, 0, '', 'newborn-puppy-dog-salon'), (11234, 'MAX AXE', '1: Players need to take your axe and throw it at the bull\'s-eye. They will get higher scores and more corresponding rewards. 2: The more checkpoints you pass, the more kinds of weapons you can unlock, and it will be more interesting to play.', 'https://img.gamemonetize.com/8o6sw8r2hd8sjrjfie5ugadjqwqaflcq/512x384.jpg', 'https://html5.gamemonetize.com/8o6sw8r2hd8sjrjfie5ugadjqwqaflcq/', '0', 'Adventure', 0, 0, '', 'max-axe'), (11235, 'Kill The Monster', '1, the gameplay is also very decompression, you can make more food here; 2. There are so many levels in the game that you can slowly challenge and complete more tasks; 3. Various items that you can collect to get through more levels;', 'https://img.gamemonetize.com/apu89ovzo2xk3yl4f0joyzwozyxdk2uj/512x384.jpg', 'https://html5.gamemonetize.com/apu89ovzo2xk3yl4f0joyzwozyxdk2uj/', '0', 'Adventure', 0, 0, '', 'kill-the-monster'), (11236, 'Gems Junction', 'Stop the gem troops to come forward by shooting a similar gem towards them. There are 2 modes. In beginner mode a group of two gems can be eliminated while in expert mode you need at least 3 gems. Collect all the stars to win this game. Fall down of a gem will take one out of four lives. Enjoy this game with great power ups.', 'https://img.gamemonetize.com/y719dt8ddnrjkdtuaob78kbmdwx1rjt9/512x384.jpg', 'https://html5.gamemonetize.com/y719dt8ddnrjkdtuaob78kbmdwx1rjt9/', '0', 'Shooting', 0, 0, '', 'gems-junction'), (11237, 'Fashion Foot Shop Game', 'Fashion Foot Shop is a very popular make over game. In this game, you own a foot shop and deal with many customers. They have different problems with their foot. Such as, long nails, dirty nails and wounds etc. Remember! You are not just a manicurist. You are also a nail artist who can design amazing nail styles. Come and use your fashion potential. Design nails for customers according to their characteristics!', 'https://img.gamemonetize.com/jd9z2c4kz086jpbaqmrnaqa2i0r7zwx8/512x384.jpg', 'https://html5.gamemonetize.com/jd9z2c4kz086jpbaqmrnaqa2i0r7zwx8/', '0', 'Girls', 0, 0, '', 'fashion-foot-shop-game'), (11238, 'Mechanical Ball Run', 'It\'s cool for players to download all kinds of ball adventure. It\'s cool for players to keep running.', 'https://img.gamemonetize.com/68xzc3htbm8rcj1m41fjcbx6nejbpepl/512x384.jpg', 'https://html5.gamemonetize.com/68xzc3htbm8rcj1m41fjcbx6nejbpepl/', '0', 'Sports', 0, 0, '', 'mechanical-ball-run'), (11239, 'Idle Lumber Inc', 'How about an idea to open a sawmill? This occupation can bring you a lot of profit, but keep in mind that you will have to work hard for this. If you are not afraid of difficulties and you can build a sawmill empire from scratch, then get down to it.', 'https://img.gamemonetize.com/o1pyyzjeo7yyjs3e9p21kwa09f292xyf/512x384.jpg', 'https://html5.gamemonetize.com/o1pyyzjeo7yyjs3e9p21kwa09f292xyf/', '0', 'Hypercasual', 0, 0, '', 'idle-lumber-inc'), (11240, 'Lion King Escape', 'Lion King Escape is a point and click escape game developed by 8BGames/Games2Mad. Imagine that you had been to a place; on there you found a Lion got trapped in it. Find some hidden object to solve some interesting clues to escape the Lion. Good luck…Have fun!', 'https://img.gamemonetize.com/ytb7p9bu2df1gjn8uevebub0w4sgu7uj/512x384.jpg', 'https://html5.gamemonetize.com/ytb7p9bu2df1gjn8uevebub0w4sgu7uj/', '0', 'Puzzles', 0, 0, '', 'lion-king-escape'), (11241, 'Barbie Fantasy Dressup', 'Barbie, who buys pink and purple fantasy dresses, wants to look stylish by combining them with shoes, bags and jewelry. Let\'s create her new style!', 'https://img.gamemonetize.com/qt3aekboio0fknvah0ratzpieh16qskb/512x384.jpg', 'https://html5.gamemonetize.com/qt3aekboio0fknvah0ratzpieh16qskb/', '0', 'Girls', 0, 0, '', 'barbie-fantasy-dressup'), (11242, 'Magician Escape', 'Magician Escape is a point and click escape game developed by 8BGames/Games2Mad. Imagine that you had been to a magic land; on there you found a Magician got trapped in it. Find some hidden object to solve some interesting clues to escape the Magician. Good luck…Have fun!', 'https://img.gamemonetize.com/waf2yx8kyspflxql9ri7tocygay0w2z5/512x384.jpg', 'https://html5.gamemonetize.com/waf2yx8kyspflxql9ri7tocygay0w2z5/', '0', 'Puzzles', 0, 0, '', 'magician-escape'), (11243, 'Worm Slither', 'Worm Slither is fun addictive adventure game.Eat the bugs to make your worm bigger and be aware of that bigger slither . Don\'t touch that bigger slither he will eat you.So eat as many bugs as you can to get the high score.', 'https://img.gamemonetize.com/9370pw88tjmrs2v2uootxu74ibhx28u7/512x384.jpg', 'https://html5.gamemonetize.com/9370pw88tjmrs2v2uootxu74ibhx28u7/', '0', 'Hypercasual', 0, 0, '', 'worm-slither'), (11244, 'Bricks N Balls', 'Bricks N Balls - is a brand new and challenging bricks breaker puzzle game. Play and relax your brain. Focus on breaking bricks and you will find it more funny and exciting. Hold the screen with your finger and move to aim or use mouse o computer. Find best positions and angles to hit all bricks and reach the numbers to unlock the next level. Let\'s Break Those Bricks', 'https://img.gamemonetize.com/xs74ddnl5vr4fsbo790o6br351ejw679/512x384.jpg', 'https://html5.gamemonetize.com/xs74ddnl5vr4fsbo790o6br351ejw679/', '0', 'Puzzles', 0, 0, '', 'bricks-n-balls'), (11245, 'Do Not Fall Final Countdown', 'Welcom to Do Not Fall: Final Countdown the fun online game in which you must perform a task that appears straightforward at first. You must be the final person on the platform to vanquish your opponents. The platform is separated into four quadrants, each with its own number. If this number reaches 0, the quadrant is removed and the players are eliminated. If you don\'t pick and stay on the last platform, you\'ll be stuck. You\'ll be up against a slew of opponents who will collide with you. Their intention is to shove you off the platform.', 'https://img.gamemonetize.com/5duh4pc3vyrpjcxtnybjmi6sa7h7duct/512x384.jpg', 'https://html5.gamemonetize.com/5duh4pc3vyrpjcxtnybjmi6sa7h7duct/', '0', 'Hypercasual', 0, 0, '', 'do-not-fall-final-countdown'), (11246, 'Adventure Cube', 'Adventure Cube is an isometric puzzle game in which you control a cube. You can only go left or right, but you\'ll go forward regardless. You\'re travelling through an alley with a variety of obstacles and dangers to avoid, all while earning coins to purchase awesome new skins.', 'https://img.gamemonetize.com/k5qwtqhahd0tfspta1sxyrruktp89k2t/512x384.jpg', 'https://html5.gamemonetize.com/k5qwtqhahd0tfspta1sxyrruktp89k2t/', '0', 'Arcade', 0, 0, '', 'adventure-cube'), (11247, 'Crab & Fish', 'Crab & Fish is a skill game where you free fish as you pop blocks and move down the platform. You only need to touch the fish cage in order to set the poor animal free. Pop the blocks strategically to maintain your balance and don\'t fall off the platform! Share Crab & Fish with your friends and pass their high scores as you descend further. There are plenty of fish in the sea, and they all count on you to save them!', 'https://img.gamemonetize.com/xet5h1hvc12kg2aghuqpch84e3w8chxa/512x384.jpg', 'https://html5.gamemonetize.com/xet5h1hvc12kg2aghuqpch84e3w8chxa/', '0', 'Adventure', 0, 0, '', 'crab-amp-fish'), (11248, 'Crazy Traffic Racer Online', 'Crazy Traffic Racer is a free online game. Control your car and win the race. Race your way to the finish line and win as many races as possible. The more races you complete, the greater your chances of winning. Use all of your skills and strategies to defeat other drivers in order to become the best traffic racer on the web! In Crazy Traffic Racer, you will race your way through a city filled with obstacles and dangerous vehicles. Use the arrow keys to drive your car and use the space bar to brake. Race your car against other cars in a variety of circuits to win the race. Use the arrow keys to drive and spacebar to use your brakes. In Crazy Traffic Racer, your objective is to win the race by driving as fast as you can. The game features an intense and frantic atmosphere that will keep you entertained for hours on end. There are many different levels in which you can play the game, each with its own unique set of challenges and rewards.', 'https://img.gamemonetize.com/zl1poijsvtvsu7rq6mm0s7roebv4btuf/512x384.jpg', 'https://html5.gamemonetize.com/zl1poijsvtvsu7rq6mm0s7roebv4btuf/', '0', 'Racing', 0, 0, '', 'crazy-traffic-racer-online'), (11249, 'Dangerous Money Ride', 'Running in circles, collect as many coins as you can, but be careful as you are on a dangerous road with a high flow of fast cars. Sometimes you will need to change the direction of the running and even slow down to catch your breath. Don’t let the energy run out!', 'https://img.gamemonetize.com/fomekw03yms4ey1ad5f195zld1evm7ws/512x384.jpg', 'https://html5.gamemonetize.com/fomekw03yms4ey1ad5f195zld1evm7ws/', '0', 'Racing', 0, 0, '', 'dangerous-money-ride'), (11250, 'Crazy Touch Down', 'Run to the end of the field for the touch down. Push your opponents to clear your way to victory, Pass, Catch and run for the win, and get a touchdown glory! so kick and throw it hard and accurately to be on top! Have a huddle and choose to fight your way with muscles or play smart tactics with your allies! Crazy Touch Down 3d is a game changer in football games! Run, throw and dominate to Beat them all!', 'https://img.gamemonetize.com/yulsar7gfevki5abxfqn0r4dh2lmn09o/512x384.jpg', 'https://html5.gamemonetize.com/yulsar7gfevki5abxfqn0r4dh2lmn09o/', '0', 'Hypercasual', 0, 0, '', 'crazy-touch-down'), (11251, 'Blow Kings', 'In Blow Kings, an exciting and unique competition is about to begin, and our guests are all brave and eager to win. Believe me, when the game starts, no matter what already will not make you any mood swings, your eyes are only on the victory. How to adjust your breathing is the key to victory, blow the glass tube with a breath bigger than your opponent, you can win, ready? How many opponents can you beat?', 'https://img.gamemonetize.com/82fn2q3kxxa0fq6plajfkqvrkva3t0nm/512x384.jpg', 'https://html5.gamemonetize.com/82fn2q3kxxa0fq6plajfkqvrkva3t0nm/', '0', '3D', 0, 0, '', 'blow-kings'), (11252, 'Tied Man Escape', 'Tied Man Escape is a point and click game developed by 8B Games/Games2mad. Imagine that an old man is kidnapped and locked up somewhere in theatre; here are the interesting puzzles and hidden objects to find and get escape from the Theatre. Good luck... Have fun!', 'https://img.gamemonetize.com/gbwgotchhozsnysxvogsbliw1nhsrfow/512x384.jpg', 'https://html5.gamemonetize.com/gbwgotchhozsnysxvogsbliw1nhsrfow/', '0', 'Puzzles', 0, 0, '', 'tied-man-escape'), (11253, 'Funny Hair Shop', 'Let\'s cure his scalp and plant new hair to his head, so he can show his true outer beauty!', 'https://img.gamemonetize.com/n567nsjcbyauw0ih2oinyk8t5wwhwy3t/512x384.jpg', 'https://html5.gamemonetize.com/n567nsjcbyauw0ih2oinyk8t5wwhwy3t/', '0', 'Clicker', 0, 0, '', 'funny-hair-shop'), (11254, 'Beach Horse Escape', 'Beach Horse Escape is a point and click escape game developed by 8BGames/Games2Mad. Imagine that you went to a beach on an evening to get relax yourself. While you were relaxing, you found a horse locked up. Find some hidden object to solve some interesting clues to escape from the horse. Good luck…Have fun!', 'https://img.gamemonetize.com/ius7zmde51b7laown5tbn3b47n3w1i4t/512x384.jpg', 'https://html5.gamemonetize.com/ius7zmde51b7laown5tbn3b47n3w1i4t/', '0', 'Puzzles', 0, 0, '', 'beach-horse-escape'), (11255, 'Haunted Cat Escape', 'Haunted Cat Escape is a point and click escape game developed by 8BGames/Games2Mad. Imagine that you are in a haunted place. There you found a Cat locked up. Find some hidden object to solve some interesting clues to escape the Cat. Good luck…Have fun!', 'https://img.gamemonetize.com/bal123j5so3h24dygmn7nwysosbf2wdd/512x384.jpg', 'https://html5.gamemonetize.com/bal123j5so3h24dygmn7nwysosbf2wdd/', '0', 'Puzzles', 0, 0, '', 'haunted-cat-escape'), (11256, 'Camel Escape', 'Camel Escape is a point and click game developed by 8B Games/Games2Mad. Imagine that you had been to a desert for research purpose. You found a camel got trapped in it. Now here are the interesting puzzles and hidden objects, to escape the desert Camel. Good Luck…. Have Fun!!!', 'https://img.gamemonetize.com/dgou8tgylwjuqyjhwamsjsfilpgaks8j/512x384.jpg', 'https://html5.gamemonetize.com/dgou8tgylwjuqyjhwamsjsfilpgaks8j/', '0', 'Puzzles', 0, 0, '', 'camel-escape'), (11257, 'Office Room Escape', 'Office Room Escape is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a Office; there you got trapped inside the Office. Here are the interesting puzzles and hidden objects to find and get escape from the Office. Good luck… Have fun!', 'https://img.gamemonetize.com/7rofylxaqihjke79ccf1ftcrsukr9uzh/512x384.jpg', 'https://html5.gamemonetize.com/7rofylxaqihjke79ccf1ftcrsukr9uzh/', '0', 'Puzzles', 0, 0, '', 'office-room-escape'), (11258, 'G2M Monkey Escape', 'Monkey Escape is a point and click escape game developed by 8BGames/Games2Mad. Imagine that you went to a on an evening to get relax yourself. While you were relaxing, you found a Monkey locked up. Find some hidden object to solve some interesting clues to escape from the Monkey. Good luck…Have fun!', 'https://img.gamemonetize.com/xo9crlh1pnheuwpatbfisbtej1cao3nt/512x384.jpg', 'https://html5.gamemonetize.com/xo9crlh1pnheuwpatbfisbtej1cao3nt/', '0', 'Puzzles', 0, 0, '', 'gm-monkey-escape'), (11259, 'Girl With Costume Escape', 'Girl with Costume Escape is a point and click game developed by 8B Games/Games2Mad. Imagine that you had been to a village; on there you found a girl got trapped. Here are the interesting puzzles and hidden objects to find and escape the girl with costume. Good luck... Have fun!', 'https://img.gamemonetize.com/93rq289d3iw9vxspebunc8pfx46f73lm/512x384.jpg', 'https://html5.gamemonetize.com/93rq289d3iw9vxspebunc8pfx46f73lm/', '0', 'Puzzles', 0, 0, '', 'girl-with-costume-escape'), (11260, 'Among Us Slide WG', 'Play this slide puzzle games of the Among Us. It\'s include 3 images and 3 modes (3x3 pieces, 4x4 pieces, 5x5 pieces) to play.', 'https://img.gamemonetize.com/ndoh62l95ehpyt3lyomdvrfrx6sf0iyx/512x384.jpg', 'https://html5.gamemonetize.com/ndoh62l95ehpyt3lyomdvrfrx6sf0iyx/', '0', 'Puzzles', 0, 0, '', 'among-us-slide-wg'), (11261, 'Bear Cub Escape', 'Bear Cub Escape is a point and click escape game developed by 8BGames/Games2Mad. Imagine that you had been to a place; on there you found a Bear Cub got trapped in it. Find some hidden object to solve some interesting clues to escape the Bear Cub. Good luck…Have fun!', 'https://img.gamemonetize.com/38kjysvdnojp6xzerwvg8wgvzyb45f63/512x384.jpg', 'https://html5.gamemonetize.com/38kjysvdnojp6xzerwvg8wgvzyb45f63/', '0', 'Puzzles', 0, 0, '', 'bear-cub-escape'), (11262, 'Shrek Kingdom Match 3', 'Shrek Kingdom Match 3 – In this cool game you need to match three same figures in a row, in which you have to put the blocks of the same color in a series of three pieces or more to achieve the highest possible score, be careful to account the scale from the left not to fall too low, otherwise the game will be over. Enjoy the game!', 'https://img.gamemonetize.com/een14fs4mh9w71jvpj1i7gndzhyl7x1q/512x384.jpg', 'https://html5.gamemonetize.com/een14fs4mh9w71jvpj1i7gndzhyl7x1q/', '0', 'Puzzles', 0, 0, '', 'shrek-kingdom-match-'), (11263, 'Subway Surfers Halloween Puzzle', 'The world tour of our beloved Subway Surfers continues! And next in line is the capital of France - delightful, incomparable Paris! And three friends intend to visit its most beautiful corners and see everything that has been written about for more than a century, singing the amazing atmosphere of the City of Lovers, the Center of all the most fashionable, refined and beautiful. You will not be able to go with them, but you will have a few photos brought by the team from their trip. But in order for you to have a beautiful picture, you will have to spend time compiling it from numerous pieces. Choose the difficulty level of your first puzzle. You can collect them all if you wish. Just put the pieces together, matching them by color and shape.', 'https://img.gamemonetize.com/96v0q7vtwqcnqzskvun2g8ypbvnlkh2b/512x384.jpg', 'https://html5.gamemonetize.com/96v0q7vtwqcnqzskvun2g8ypbvnlkh2b/', '0', 'Puzzles', 0, 0, '', 'subway-surfers-halloween-puzzle'), (11264, 'Robber Dash', 'Bank robbery is a crime and the police will definitely pursue the robbers, no matter how successful it turned out to be. Most often, robbers are caught so quickly that they do not have time to enjoy spending the stolen money. But your character is lucky enough and has several robberies on his account. This made him too bold and even careless - a petty robber decides to venture on a more serious "case". He knows that the local sheriff is trying to find him and with great pleasure will try to grab him right at the crime scene. Do you want to go "on business" with a robber and take a solid jackpot?', 'https://img.gamemonetize.com/es68le6dfxnb445gyjyp16d6d4n91x1f/512x384.jpg', 'https://html5.gamemonetize.com/es68le6dfxnb445gyjyp16d6d4n91x1f/', '0', 'Arcade', 0, 0, '', 'robber-dash'), (11265, 'Spiderman Climb Building', 'In this mini-game, spider-man is climbing the building. There are many obstacles ahead. Green goblin, Doctor octopus etc. Let\'s see how high you can climb.. Fun game!', 'https://img.gamemonetize.com/boccg14ufoio23hn9uld8g1eg0ujw5k4/512x384.jpg', 'https://html5.gamemonetize.com/boccg14ufoio23hn9uld8g1eg0ujw5k4/', '0', 'Adventure', 0, 0, '', 'spiderman-climb-building'), (11266, 'Diy Keyboard', 'Diy Keyboard is a very unique art game. Have you ever thought about design your own style keyboards? Here is the game that can make you satisfied. Here you can experience 5 different manufacture methods: Resin, Acrylic, Pop it, Stencil and Decor. We also carefully prepared lots of beautiful ornamental for you. In our game, you have every opportunity to use your design and drawing talents. You can draw your keyboards to white, blue or red... You can also make your keyboard transparent if you like. Come and try this game! We are sure you will love it!', 'https://img.gamemonetize.com/s0pug74ggzw4v964s3t1owuqea4hdjjy/512x384.jpg', 'https://html5.gamemonetize.com/s0pug74ggzw4v964s3t1owuqea4hdjjy/', '0', 'Girls', 0, 0, '', 'diy-keyboard'), (11267, 'Super Cute Cat', 'You need to help super sweet cat hunt the mutated cats. You must destroy the mutated cats and get the key and move on to the next level. There are different difficulties in each level, do not forget to collect candies.', 'https://img.gamemonetize.com/i931lyxo5wxgec2a5ldqb0ca1zbw99jr/512x384.jpg', 'https://html5.gamemonetize.com/i931lyxo5wxgec2a5ldqb0ca1zbw99jr/', '0', 'Arcade', 0, 0, '', 'super-cute-cat'), (11268, 'Sugar Cookie Battle', 'Play squid candy cookie honeycomb game and begin this adventurous gameplay of dalgona candy honeycomb cookie making 3d game. Become pro of honeycomb cookies and start performing tasks in your very own custom candy dalgona game. Sweet honeycomb candy cookies game with a lot of addictive and interesting levels of survival games Korean sugar honeycomb challenge. Shape the dalgona without breaking candies. Play this 456 candy cookie game and start having fun with green light red light game of squid candy.', 'https://img.gamemonetize.com/z9nw5hxyvujw5nw01txybddwwipx1iba/512x384.jpg', 'https://html5.gamemonetize.com/z9nw5hxyvujw5nw01txybddwwipx1iba/', '0', 'Clicker', 0, 0, '', 'sugar-cookie-battle'), (11269, 'Amazing Run 3D Game', 'Amazing Run 3D has a different game mode from all other new arcade games. In common similar games, the player\'s task is usually to control the game character to run, jump or fly, but in Amazing Run 3D, you will have the opportunity to control the speed of objects, you will have the ability of Doctor Strange, stop time or pause the rolling obstacles, the characters in the game can automatically run to the end, are you ready?', 'https://img.gamemonetize.com/hdc81l7125j4u160umvlprhntdm6cro1/512x384.jpg', 'https://html5.gamemonetize.com/hdc81l7125j4u160umvlprhntdm6cro1/', '0', 'Arcade', 0, 0, '', 'amazing-run-d-game'), (11270, 'Willow Pond', 'Willow Pond it is a colorful fishing simulator. This is the most quiet place to relax and dive into the fishing paradise. Fishing game Willow pond immerses you deep into the fun and beauty of Lake fishing. In the game are hiding the most large fish and are new beautiful places. This is the closest you can get to real fishing from the comfort of your own office. The more fish you catch, the more will get the money in the Willow pond Lake Fishing Series game. With this money you can buy new places, the lures, the fishing rods. In the game Willow pond you can catch: Crucian, White Amur, Silver Bream, Burbot, Carp, Silver Carp, Eel, Pike, Ide, Perch, Roach, Tench. The game Willow pond uses 24 lures, 7 types of the fishing rods, and 8 places. This game is completely free!', 'https://img.gamemonetize.com/fryntcjojqbch40t2hlt6dj6nffxircf/512x384.jpg', 'https://html5.gamemonetize.com/fryntcjojqbch40t2hlt6dj6nffxircf/', '0', 'Sports', 0, 0, '', 'willow-pond'), (11271, 'Pass the Ball', '1. You can develop and continuously improve your skills and master the power of passing; 2. Please make sure to find the right angle and control your strength; 3. Players need to be careful of the interference of their opponents and successfully pass the ball to their teammates.', 'https://img.gamemonetize.com/68e6k2vfnz9a7gochb51hdmrtbsliby2/512x384.jpg', 'https://html5.gamemonetize.com/68e6k2vfnz9a7gochb51hdmrtbsliby2/', '0', 'Action', 0, 0, '', 'pass-the-ball'), (11272, 'Insect Intruders', 'Defend your tree against the invading insects by hurling leaves at them! How many can you defend? A classic top-down shooter in the style of "Space Invaders", this game features destructible shields and multiple enemy types.', 'https://img.gamemonetize.com/jrioc2bcnh5zadnla09nx9yxtak71f5t/512x384.jpg', 'https://html5.gamemonetize.com/jrioc2bcnh5zadnla09nx9yxtak71f5t/', '0', 'Shooting', 0, 0, '', 'insect-intruders'), (11273, 'Crash Cars', 'Perform extreme derby demolition racing demolition derby car stunts in demolition derby car racing games. If you love demolition derby BeamNg car games offline and want hot wheels demolition derby to perform derby car crash stunts then this demolition derby car racing games is only for you to crash a car while driving. Make derby demolition free roam and drive extreme demolition derby in the car yard derby. Make perfect crash of cars in the derby destruction war to demolish derby Beam Drive cars. It\'s not simple crashing cars it\'s the combination of crash and derby with desert car derby crash stunts. Drive fast die last the dynamic soft body has normal and realistic damage. Demolition derby BeamNg racing and demolition derby stunts are crazy to perform in the derby arenas. There are three major drift driving game modes of demolition derby car games 3d to make demolition derby and racing with Japanese car model without smashing for ultimate carnage. Simple reach to destination mode where you have to reach your destination with your derby crash BeamNg car without destruction car jumping and avoiding crash your car. The high speed second derby mode is where you crash into BeamNg cars and make destruction racing against the destruction flying cars. These demolition derby racing games levels will give you the extreme demolition derby accidents driving games experience in real life. The last one is derby car death demolition where you kill the forces demo car into the well to win the crash car simulator title. Buckle up the seat belt and up your derby car mirror to avoid metal shards and boom sounds on the roads. Play the demolish it game which can be the best demolition derby games on the play store. This bmg driving game is the best Demolition Derby games which is hit as a BeamNg drive Simulator new games of death stair car destruction challenges. Being a derby crash master 3d, demolish cars in the demolition arena and demolish everything in front of you to become the real driving hero of demolition derby driving games avoid shattered concrete, metal shards, splintered wood, scattered ties and smashing hits. Follow the scattered ties and destroy all to win the derby car\'s cup. Drift Crash BeamNg cars to destroy the derby destruction monster and fight until you win or lose in the demolition derby fighting game. New demolition derbies are waiting in the new demolition derby games to have a real-life derby accidents driving games experience. Best demolition derby games have options to upgrade your friction free car\'s performance, customize your derby vehicles for racing and stunts, and upgrade derby arenas. Beam Drive NG cars on the roads to splintered wood and shattered concrete in front of you. The best thing is you can enjoy all these things offline that are only available in the new top free derby car games offline. Demolition Derby Car Racing Game Features : Select different derby arenas for racing Select different vehicles from the garage Customize your derby power of stunts Derby endless mode with heavy traffic Racing mode with modern vehicles 3D Death demolition mode with deep well High-Quality 3D graphics & gameplay Smooth physics-based driving control Upgrade game vehicle & environment', 'https://img.gamemonetize.com/a77qrqbf0x315vb10x69knubrlnbz9m8/512x384.jpg', 'https://html5.gamemonetize.com/a77qrqbf0x315vb10x69knubrlnbz9m8/', '0', 'Hypercasual', 0, 0, '', 'crash-cars'), (11274, 'Heels Stacky Rush 3D', 'Here is a running arcade game called Heels Stacky Rush 3D that offers you a chance to collect more heels and overpass block walls on sky platform tracks in a 3D skillful game. If you want to pass the blocks walls, you need to waste the same height of the heels as the current block wall. Keep calm and unlock your favorite skins in the shop!', 'https://img.gamemonetize.com/5cuwdixzd41xmuqtaec0noqmvq3ou4i9/512x384.jpg', 'https://html5.gamemonetize.com/5cuwdixzd41xmuqtaec0noqmvq3ou4i9/', '0', 'Arcade', 0, 0, '', 'heels-stacky-rush-d'), (11275, 'Pony Candy Run', 'The cute pony rainbow wants to go to her house in the sky. She will collect the candies on the way and take them home. Can you help her get candy to his house by jumping from the clouds?', 'https://img.gamemonetize.com/stfbi3zkwzjp9x8277gxc3xdlr8z36tt/512x384.jpg', 'https://html5.gamemonetize.com/stfbi3zkwzjp9x8277gxc3xdlr8z36tt/', '0', 'Girls', 0, 0, '', 'pony-candy-run'), (11276, 'Barbie Birthday Dressup', 'Barbie is getting ready for her birthday. She bought the most beautiful clothes. She bought jewelry, shoes, bags. She has to try them all and choose the best outfits. Let\'s help to her. Let\'s dress up her and have fun.', 'https://img.gamemonetize.com/xw2ll9bnug948432wh7vxcoj9ee6wc8v/512x384.jpg', 'https://html5.gamemonetize.com/xw2ll9bnug948432wh7vxcoj9ee6wc8v/', '0', 'Girls', 0, 0, '', 'barbie-birthday-dressup'), (11277, 'Minecraft Online', 'Now you can play Minecraft Online Game on ZAZGAMES online in your web browser for free at zazgames.com. Explore infinite blocks worlds and build everything from the simplest of homes to the grandest of castles. Create your own thing, adventure unknown world.', 'https://img.gamemonetize.com/roz2gnz9osfxgpd2njyge83aejgcwyfi/512x384.jpg', 'https://html5.gamemonetize.com/roz2gnz9osfxgpd2njyge83aejgcwyfi/', '0', 'Adventure', 0, 0, '', 'minecraft-online'), (11278, 'Princess Astronaut', 'It\'s time for a space adventure with Princess Blondie. Check your attentiveness and reaction. Go to other planets in search of artifacts and minerals. Discover all the secrets of space and get a wonderful new spacesuit for Blondie!', 'https://img.gamemonetize.com/f0ohq94zcqyprq3glpp8z2jotjtok7q5/512x384.jpg', 'https://html5.gamemonetize.com/f0ohq94zcqyprq3glpp8z2jotjtok7q5/', '0', 'Girls', 0, 0, '', 'princess-astronaut'), (11279, 'Monster Truck Crashing', 'Stallion Games has released several new and updated truck racing stunts games, one of which is Monster Track Demolition Collision Game: Truck & Bus Stunts, developed by Stallion Games. You should play this new destruction monster truck game if you enjoy playing truck racing games and want a lot of fun with endless automobile crash racing. Real truck and school driving games are among the top games in the 3D bus and truck crash racing games category for those who enjoy monster truck demolition crashing racing games. I want to inform you that the 3D Monster Truck action game is a completely free offline game that you can download and play. New monster truck destruction games 3d are now accessible to play online, and these new games are some of the greatest offline games to play right now.', 'https://img.gamemonetize.com/tnfw5iycp71aaazalm7lvbmhwl9ogx3n/512x384.jpg', 'https://html5.gamemonetize.com/tnfw5iycp71aaazalm7lvbmhwl9ogx3n/', '0', 'Racing', 0, 0, '', 'monster-truck-crashing'), (11280, '456 Minimal Bubble Shooter', 'Put your strategy skills to the test! Compete against friends and family and see who can reach the highest score and get 3 stars on every level. Earn coins while you play and use them to get cool boosters. Use your logic and puzzle-solving skills to complete the missions and clear the board, and make sure to collect special daily bonuses.', 'https://img.gamemonetize.com/38mkqmjp4j4dcznqgqs0084iosnvzvcd/512x384.jpg', 'https://html5.gamemonetize.com/38mkqmjp4j4dcznqgqs0084iosnvzvcd/', '0', 'Fighting', 0, 0, '', '-minimal-bubble-shooter'), (11281, 'Box Builder 56', 'Build and Destroy Blocks. Get Resources and Create various Tools, Blocks and Weapons with which you can survive and build unique Buildings.', 'https://img.gamemonetize.com/3c7dwdadwk4ds8igecoybt6sd1ohyywf/512x384.jpg', 'https://html5.gamemonetize.com/3c7dwdadwk4ds8igecoybt6sd1ohyywf/', '0', 'Arcade', 0, 0, '', 'box-builder-'), (11282, 'Ball Rolls', 'Rotate the balls and crack it. This can be very hard to solve', 'https://img.gamemonetize.com/mrwc2y2d34dx16bjqk4lrsl2o653z8zp/512x384.jpg', 'https://html5.gamemonetize.com/mrwc2y2d34dx16bjqk4lrsl2o653z8zp/', '0', 'Puzzles', 0, 0, '', 'ball-rolls'), (11283, 'Car Driving Simulator 3d', 'Enjoy your time by driving the Bmw city car rider 2021 testing your racing skills on the city roads. this is not just the best car driving simulator game, this is the best crazy bmw city car rider game that meets your racing goals. If you are addicted to playing a free driving game. Get your seat belt and move around the city on your realistic sports car. it\'s time to show your car driving skill. You will find many city traffic cars around the city. If you are the one who is a car rider for the city car driving game. Create the best bmw city car rider 2021 with its driving sports cars. this game has many challenging routes. When supercar drive around the city roads makes it a perfect car game.', 'https://img.gamemonetize.com/iz94o0ixiq6v14vion2ci5efscn2w951/512x384.jpg', 'https://html5.gamemonetize.com/iz94o0ixiq6v14vion2ci5efscn2w951/', '0', 'Racing', 0, 0, '', 'car-driving-simulator-d'), (11284, 'Rainy Day Dress up', 'Emma went shopping on a rainy day. She will buy clothes and jewelry. Will try them. Let\'s dress her up very stylish in the rainy weather, let\'s play', 'https://img.gamemonetize.com/kyli6e76nbwy6a0fvoly4qd9ra82lexn/512x384.jpg', 'https://html5.gamemonetize.com/kyli6e76nbwy6a0fvoly4qd9ra82lexn/', '0', 'Girls', 0, 0, '', 'rainy-day-dress-up'), (11285, 'Block vs Block II', 'It is the world most attractive puzzle game, many people play Block vs Block II day by day never stop. How to play this game? We are no need to explain. Everyone know it. We offer a very powerful AI player playing with you.', 'https://img.gamemonetize.com/0vg8ejp7wk39reyteeop56i27s6yu6di/512x384.jpg', 'https://html5.gamemonetize.com/0vg8ejp7wk39reyteeop56i27s6yu6di/', '0', 'Puzzles', 0, 0, '', 'block-vs-block-ii'), (11286, 'Frozen Card Match', 'Frozen is a 2013 American 3D computer-animated musical fantasy film produced by Walt Disney Animation Studios and released by Walt Disney Pictures. The 53rd Disney animated feature film, it is inspired by Hans Christian Andersen\'s fairy tale "The Snow Queen". It tells the story of a fearless princess who sets off on a journey alongside a rugged iceman, his loyal reindeer, and a naive snowman to find her estranged sister, whose icy powers have inadvertently trapped their kingdom in eternal winter. Frozen underwent several story treatments before being commissioned in 2011, with a screenplay written by Jennifer Lee, who also co-directed with Chris Buck. The film features the voices of Kristen Bell, Idina Menzel, Jonathan Groff, Josh Gad, and Santino Fontana. Christophe Beck was hired to compose the film\'s orchestral score, while Robert Lopez and Kristen Anderson-Lopez wrote the songs.', 'https://img.gamemonetize.com/7mlnnx2jp83ahrucxfa56r3cpd5tq74t/512x384.jpg', 'https://html5.gamemonetize.com/7mlnnx2jp83ahrucxfa56r3cpd5tq74t/', '0', 'Puzzles', 0, 0, '', 'frozen-card-match'), (11287, 'Winnie Pooh', 'Winnie-the-Pooh, also called Pooh Bear, is a fictional anthropomorphic teddy bear created by English author A. A. Milne. The first collection of stories about the character was the book Winnie-the-Pooh (1926), and this was followed by The House at Pooh Corner (1928). Milne also included a poem about the bear in the children\'s verse book When We Were Very Young (1924) and many more in Now We Are Six (1927). All four volumes were illustrated by E. H. Shepard. The Pooh stories have been translated into many languages, including Alexander Lenard\'s Latin translation, Winnie ille Pu, which was first published in 1958, and, in 1960, became the only Latin book ever to have been featured on The New York Times Best Seller list.', 'https://img.gamemonetize.com/z9ox03jkqdwtbo16pos3aer4jkmgmuy1/512x384.jpg', 'https://html5.gamemonetize.com/z9ox03jkqdwtbo16pos3aer4jkmgmuy1/', '0', 'Puzzles', 0, 0, '', 'winnie-pooh'), (11288, 'Minions', 'Minions are the numerous creatures that appear in the Despicable Me franchise, which began with the eponymous 2010 film. They are also the official mascots of Illumination Entertainment, a division of Universal Studios, and have been described as being a corporate icon for Universal/Illumination\'s parent company Comcast on par with Disney\'s Mickey Mouse following Comcast\'s purchase of NBCUniversal. The Minions are small, yellow, melodious henchmen who wear overalls and goggles and have one or two eyes. They mostly speak incomprehensible gibberish, which is partly derived from other languages, including Bahasa Indonesia, French, English, Italian, Spanish, and Hindi. Although seemingly nonsensical, the English-sounding words are dubbed for every country, in order to make them recognizable.', 'https://img.gamemonetize.com/e8vtms061fkbw42sf2m6cq1xz2kvj0sq/512x384.jpg', 'https://html5.gamemonetize.com/e8vtms061fkbw42sf2m6cq1xz2kvj0sq/', '0', 'Puzzles', 0, 0, '', 'minions'), (11289, 'Zombie Splinter', 'Zombie Splinter is fun addictive hypercasual game. Tap the Zombies before they reach the bottom! Gain the highscore!.', 'https://img.gamemonetize.com/ujt0p965del9vg7hbhi6mxudwjdrqdhr/512x384.jpg', 'https://html5.gamemonetize.com/ujt0p965del9vg7hbhi6mxudwjdrqdhr/', '0', 'Hypercasual', 0, 0, '', 'zombie-splinter'), (11290, 'Classic Tetrix', 'Players complete lines by moving differently shaped pieces (tetrominoes), which descend onto the playing field. The completed lines disappear and grant the player points, and the player can proceed to fill the vacated spaces. The game ends when the playing field is filled. The longer the player can delay this outcome, the higher their score will be.', 'https://img.gamemonetize.com/ynt62zc1313sspuro7g6f2ssabn9f0m6/512x384.jpg', 'https://html5.gamemonetize.com/ynt62zc1313sspuro7g6f2ssabn9f0m6/', '0', 'Puzzles', 0, 0, '', 'classic-tetrix'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (11291, 'Cow Calf Escape', 'Cow Calf Escape is a point and click escape game developed by 8BGames/Games2Mad. Imagine that you had been to a place; on there you found a Cow Calf got trapped in it. Find some hidden object to solve some interesting clues to escape the Cow Calf. Good luck…Have fun!', 'https://img.gamemonetize.com/kemcncnl45ft8aufl6n8rfv96xqv879t/512x384.jpg', 'https://html5.gamemonetize.com/kemcncnl45ft8aufl6n8rfv96xqv879t/', '0', 'Puzzles', 0, 0, '', 'cow-calf-escape'), (11292, 'Cute Dog Escape', 'Cute Dog Escape is a point and click escape game developed by 8BGames/Games2Mad. Imagine that you had been to a place; on there you found a Dog got trapped. Find some hidden object to solve some interesting clues to escape the Dog. Good luck…Have fun!', 'https://img.gamemonetize.com/4hisz5vcu5lu1qg1764auv5sct2wr22e/512x384.jpg', 'https://html5.gamemonetize.com/4hisz5vcu5lu1qg1764auv5sct2wr22e/', '0', 'Puzzles', 0, 0, '', 'cute-dog-escape'), (11293, 'Fall Race 3d Fun & Run 3D Game', 'Fall Race 3D is an exciting arcade running game. You will race with other stickmen. Don\'t fall off the platforms. You must win the first title. For arriving at the other platforms, you must speed up or use Paraglider. Keep running until the end.', 'https://img.gamemonetize.com/tdu2zky2zbmu7m8fnuqz7h65ggg6luu4/512x384.jpg', 'https://html5.gamemonetize.com/tdu2zky2zbmu7m8fnuqz7h65ggg6luu4/', '0', 'Action', 0, 0, '', 'fall-race-d--fun-amp-run-d-game'), (11294, 'Master Thief Catch Me If You Can', 'Master Thief is an exciting and addicting arcade game, you will act as a thief and steal some expensive pictures. This is tough work because there are so many policies waiting for you. Avoid all of them and get on the airplane! Good luck in our new game Master Thief!', 'https://img.gamemonetize.com/4oyk1c2trlps2dui4wmve20yfpucu00z/512x384.jpg', 'https://html5.gamemonetize.com/4oyk1c2trlps2dui4wmve20yfpucu00z/', '0', 'Action', 0, 0, '', 'master-thief--catch-me-if-you-can'), (11295, 'Brave Baby Escape', 'Brave Baby Escape is a fascinating casual game. Calabash Brothers or Hulu Brothers is a Chinese animation TV series. Legend has it that two demons were jailed in the Calabash Mountain, one a Scorpion spirit and the other a Snake spirit. It is the calabash brothers that are able to beat them. In this game, you are about to play the role of one of the brothers. Your mission is to deliver your dear foster grandpa by forcing your way through the besieging lines. Are you ready to battle with the demons?', 'https://img.gamemonetize.com/2xz0isab7nsxeijs8d70ukt5bjlrn0jb/512x384.jpg', 'https://html5.gamemonetize.com/2xz0isab7nsxeijs8d70ukt5bjlrn0jb/', '0', 'Boys', 0, 0, '', 'brave-baby-escape'), (11296, 'Make A Roller Coaster Fun & Run 3D Game', 'Designing the route of the roller coaster is undoubtedly a very important task. How to let passengers experience the thrills of the roller coaster safely is a question you must think about. The roller coaster must pass through the green circle and avoid the red circle. You need to draw a line The correct and interesting route, are you ready to meet the challenge of this designer? Now we provide a chance for you to design the route for the tourists by drawing in Make A Roller Coaster!', 'https://img.gamemonetize.com/iqc1a7s3nxjjltfjhiw9xsmwde9xchna/512x384.jpg', 'https://html5.gamemonetize.com/iqc1a7s3nxjjltfjhiw9xsmwde9xchna/', '0', 'Boys', 0, 0, '', 'make-a-roller-coaster--fun-amp-run-d-game'), (11297, 'Baby Taylor Little Gardener', 'It is a sunny day. Taylor wants to do something for Mom. How about making a fruit basket? This is really a difficult task and she needs your help! Let\'s learn how to grow plants and make a beautiful fruit basket for mom. Have a good time!', 'https://img.gamemonetize.com/rc4zv7r43bjeh2517m09poa406yyokin/512x384.jpg', 'https://html5.gamemonetize.com/rc4zv7r43bjeh2517m09poa406yyokin/', '0', 'Hypercasual', 0, 0, '', 'baby-taylor-little-gardener'), (11298, 'Truck Deliver 3D Fun & Run 3D Game', 'Truck Deliver 3D is a cool 3D truck driving game, you need to drive your truck to deliver different goods to the destination. There are many challenges, try to pass every level and show your driving talent. Avoid all the cars on the road and drive across the road at a proper time or you will be crushed and lost. What are you waiting for? Just open the game Truck Deliver 3D and start your adventure!', 'https://img.gamemonetize.com/w2mznd1jpn3f6uoy9s8wkrcarcnac53z/512x384.jpg', 'https://html5.gamemonetize.com/w2mznd1jpn3f6uoy9s8wkrcarcnac53z/', '0', 'Boys', 0, 0, '', 'truck-deliver-d--fun-amp-run-d-game'), (11299, 'The Best Driver Fun & Run 3D Game', 'The Best Driver is undoubtedly one of the most interesting new arcade games this year. It has both driving gameplay and an addictive 3D art style. Not only that, if you are tired of collecting gold coins, then in this game, you can collect all kinds of different types of cars, including all kinds of trucks. The obstacles are forbidden to crash, or else you will lose your current vehicles. The vehicles with white drivers are allowed to rob! As an endless game, how many scores could you get in one life?', 'https://img.gamemonetize.com/y9usff645in6kss0l33lrcg3kk3ox3ck/512x384.jpg', 'https://html5.gamemonetize.com/y9usff645in6kss0l33lrcg3kk3ox3ck/', '0', 'Boys', 0, 0, '', 'the-best-driver--fun-amp-run-d-game'), (11300, 'Blob Runner 3D Fun & Run 3D Game', 'Blob Runner 3D is a funny avoiding arcade game that is made from 3D blob liquid man game art animation. Your body could get bigger by collecting blobs on the track to the finish line at each level. When you touch the obstacles, you have no choice but to lose some parts of yourself. Try your best to control the damage and complete all levels!', 'https://img.gamemonetize.com/bsfynu69gzds6me5430fclhccnemu4ly/512x384.jpg', 'https://html5.gamemonetize.com/bsfynu69gzds6me5430fclhccnemu4ly/', '0', 'Boys', 0, 0, '', 'blob-runner-d--fun-amp-run-d-game'), (11301, 'fahion game makeup', 'fashion gile game for make a spa and makeup for princess', 'https://img.gamemonetize.com/w28m79175upa08v07a2g9aslci8l1tf0/512x384.jpg', 'https://html5.gamemonetize.com/w28m79175upa08v07a2g9aslci8l1tf0/', '0', 'Hypercasual', 0, 0, '', 'fahion-game-makeup'), (11302, 'Cake Tower', 'Welcome to a new delicious Cake Stacking Game! Stack up the cakes on the ground. When the cakes comes to the desired position, you can stack it by touching it. Make the highest cake tower !', 'https://img.gamemonetize.com/op3dsj0up6r42mfhmjt9r74zbk6mga6d/512x384.jpg', 'https://html5.gamemonetize.com/op3dsj0up6r42mfhmjt9r74zbk6mga6d/', '0', 'Puzzles', 0, 0, '', 'cake-tower'), (11303, 'Brick Out Candy Online', 'Drop the bricks to get the candy. In the Brick Out Candy online game, you can drop the bricks to urge the candy with fun. You play as a personality who starts with nothing and to induce candy. Make sure you keep an eye out as there are different levels within the game where you need to find specific bricks to induce the candy. Game features Suitable for all ages. Enjoyable and exciting. Colorful graphics. Beautiful effect. How to play By matching candy colors with the brick that goes next, the game is played. In an exceedingly given fundamental quantity, the player who collects the most candy wins. Dropping as many bricks as possible without getting hit by the hearth is the object of the game. The higher your score is going to be, the more bricks you may drop. Let\'s try a brick breaker html5 game.', 'https://img.gamemonetize.com/xdx8j649vtn6bgd3y1aeradl3uum14fa/512x384.jpg', 'https://html5.gamemonetize.com/xdx8j649vtn6bgd3y1aeradl3uum14fa/', '0', 'Puzzles', 0, 0, '', 'brick-out-candy-online'), (11304, 'Ziggy Dress Up', 'Cute mole Ziggy lives in the forest. It preys on insects that harm plants. Let\'s dress up cute mole Ziggy in different costumes.', 'https://img.gamemonetize.com/anzcu2un05570h90h9pvckam3nys5hxi/512x384.jpg', 'https://html5.gamemonetize.com/anzcu2un05570h90h9pvckam3nys5hxi/', '0', 'Girls', 0, 0, '', 'ziggy-dress-up'), (11305, 'Barbie City Fashion', 'Barbie is a modern girl living in the city and she follows urban fashion. She buys trendy clothes and tries them on. She should look very stylish with her new jewelry, skirts, shirts, socks, shoes, bag and glasses. Let\'s make it look great', 'https://img.gamemonetize.com/ehbgjdhyjco6cziirmcls966f14hz3io/512x384.jpg', 'https://html5.gamemonetize.com/ehbgjdhyjco6cziirmcls966f14hz3io/', '0', 'Girls', 0, 0, '', 'barbie-city-fashion'), (11306, 'Ninja Samurai Runner Online', 'Escape your enemies by jumping and sliding over and under obstacles with the arrow keys, as you sprint along the 2D landscape, collecting gold to buy upgrades on the way. You can climb the tower higher by collecting ninjas and get bonuses.', 'https://img.gamemonetize.com/sgbq309oise3r1chzbewjl9zg5q8sggx/512x384.jpg', 'https://html5.gamemonetize.com/sgbq309oise3r1chzbewjl9zg5q8sggx/', '0', 'Arcade', 0, 0, '', 'ninja-samurai-runner-online'), (11307, 'Jelly Crush Match3', 'Your jelly buddies are here and do not expect from them anything less than long hours of fun and entertainment.Jelly Crush Match3 is fun addictive match3 game.Match 3 or more jellys to play the game', 'https://img.gamemonetize.com/cc3c2ipk7324bref5m2kb3x1s4wfa1if/512x384.jpg', 'https://html5.gamemonetize.com/cc3c2ipk7324bref5m2kb3x1s4wfa1if/', '0', 'Puzzles', 0, 0, '', 'jelly-crush-match'), (11308, 'Can I Eat It', '"Can I eat it?" is a fun game for kids and grown ups, too. Your task is to decide what to eat and what not. The game is over when you don´t allow to the girl eat what she can eat or when you let her eat what she shouldn´t eat.', 'https://img.gamemonetize.com/j3wwdcqfl7vymvm6xygiq3k8a6zl2efq/512x384.jpg', 'https://html5.gamemonetize.com/j3wwdcqfl7vymvm6xygiq3k8a6zl2efq/', '0', 'Hypercasual', 0, 0, '', 'can-i-eat-it'), (11309, 'Squid Game New Year Under Protection', 'Here is the online Squid Game: New Year Under Protection, you can play it for free right now.', 'https://img.gamemonetize.com/vvesdb1rw2z6plsys5jlhdy1t8is6v66/512x384.jpg', 'https://html5.gamemonetize.com/vvesdb1rw2z6plsys5jlhdy1t8is6v66/', '0', 'Puzzles', 0, 0, '', 'squid-game-new-year-under-protection'), (11310, 'F1 Slide Puzzle', 'F1 Slide Puzzle is a simple HTML5 classic puzzle game. Move pieces of f1 images between tiles to arrange them in correct order to reassemble the image. Touch or click a block to shift it on adjacent blank place. Have fun.', 'https://img.gamemonetize.com/9gfyu5my7suqx6oj4t8yv7zws60s5q37/512x384.jpg', 'https://html5.gamemonetize.com/9gfyu5my7suqx6oj4t8yv7zws60s5q37/', '0', 'Puzzles', 0, 0, '', 'f-slide-puzzle'), (11311, 'Legends of Crazy Glass ', 'Welcome to This Brand new Puzzle Game “Crazy Glass Legend†and start a journey of Fill the water in glass for thirsty crow.
The crow is depressed because he was thirsty. Your task is to draw a line to make a glass filled with water and bring a smile to the crow\'s face. Crazy Glass Legend, Make a Crow Happy
Try to find the best way to complete each level. You can come up with your own solution so be creative and don\'t be afraid to think outside the box! Play Happy Crow on this Diwali holiday and enjoy your holiday. Some levels may seem easy but let\'s see if you can actually get 3 stars. features : * dynamic mechanism. Draw lines freely to complete levels! * Simple, smart and fun puzzles but can be challenging too * Lots of levels with more coming soon! * Fun and relaxing theme that will make you stay for quite some time', 'https://img.gamemonetize.com/dx9qgqtzaeprl1y3gzq2m5at54k8spwj/512x384.jpg', 'https://html5.gamemonetize.com/dx9qgqtzaeprl1y3gzq2m5at54k8spwj/', '0', 'Hypercasual', 0, 0, '', 'legends-of-crazy-glass-'), (11312, 'Shooting Blocky Combat Swat GunGame Survival', 'Shooting Block Combat Swat GunGame Survival Multiplayer in the awesome map arena fun, ready to play 5 game modes ? Play with friends around the world, you can play offline up to 40 levels. You can play with 18 guns by adding camo and attachments Have Fun!', 'https://img.gamemonetize.com/z4ajge69b989gm67dq59mkgv20ed6zg6/512x384.jpg', 'https://html5.gamemonetize.com/z4ajge69b989gm67dq59mkgv20ed6zg6/', '0', 'Multiplayer', 0, 0, '', 'shooting-blocky-combat-swat-gungame-survival'), (11313, 'Impostor Farm Killer.io', 'Get ready for an action-packed impostor game. Grow your family with the food found on the farm and challenge other players. You can give your character an advantage with different bonuses in Impostor Farm Killer, which is a fun .io game. You can improve your strategy with armor bonus, speed bonus and extra impostor bonus. Challenge all players by improving your character with daily bonuses, achievements and many surprises. Join the farm war now with 15 different characters.', 'https://img.gamemonetize.com/cdu75mkagpz3ex9mmpbw96bdz883d9rh/512x384.jpg', 'https://html5.gamemonetize.com/cdu75mkagpz3ex9mmpbw96bdz883d9rh/', '0', 'Arcade', 0, 0, '', 'impostor-farm-killerio'), (11314, 'Catch The Thief 3D Game', 'Catch The Thief 3D plays like a third-person action arcade game with 3D game engine. You are hired to catch all the thieves in limited time. There are thirty levels waiting for you to challenge. Don\'t forget to unlock more skins for your character like Hulk! I hope you will entertain with Catch The Thief 3D!', 'https://img.gamemonetize.com/grp2pabi1dcjvv9y2jtzxjqpro6h1byk/512x384.jpg', 'https://html5.gamemonetize.com/grp2pabi1dcjvv9y2jtzxjqpro6h1byk/', '0', '3D', 0, 0, '', 'catch-the-thief-d-game'), (11315, 'Venom Adventure', 'The Legendary Venom Adventure continues underground. The only way out for venom wandering underground in the city is to overcome obstacles and reach the way out. You can embark on various adventures with story mode, hard mode and survival modes. Get ready for an immersive Venom Adventure with 15 different levels!', 'https://img.gamemonetize.com/978pfuqyinish4cdjek6f2xfxbai7069/512x384.jpg', 'https://html5.gamemonetize.com/978pfuqyinish4cdjek6f2xfxbai7069/', '0', 'Hypercasual', 0, 0, '', 'venom-adventure'), (11316, 'BFFs Homecoming Party', 'Welcome to the BFFs Homecoming Party. After college days, Barbie and their friends are living from different locations. They planned to gather for a gettogether party. Help the girls to get ready with stunning outfits and matching accessories. And give some pleasant makeover for the girls. Play and have fun!', 'https://img.gamemonetize.com/9hiezkjmq1ora40bhjn8yzukscn30ywi/512x384.jpg', 'https://html5.gamemonetize.com/9hiezkjmq1ora40bhjn8yzukscn30ywi/', '0', 'Girls', 0, 0, '', 'bffs-homecoming-party'), (11317, 'Red and Blue Stickman Huggy 2', 'Are you ready for the dangerous adventure of the twin brothers red and blue huggy? In the second series, they want to get out of the temple of darkness, help them. Remember, everything is under water and they don\'t know how to swim. Take them out of the temple with your two friends. Don\'t forget to collect the diamonds to get the key.', 'https://img.gamemonetize.com/jog10n452bwo9rk8wqmypr7x18s5vj0d/512x384.jpg', 'https://html5.gamemonetize.com/jog10n452bwo9rk8wqmypr7x18s5vj0d/', '0', 'Adventure', 0, 0, '', 'red-and-blue-stickman-huggy-'), (11318, 'Anti Aircraft 3D Game', 'Anti Aircraft 3D is undoubtedly one of the most interesting shooting games of this year, with addictive gameplay and 3D art style. It is worth noting that you will no longer perform ordinary shooting activities on land, and you will have the opportunity to play in the giant Rockets fired from tankers, these heavy weapons are powerful enough to destroy all aircraft in the sky. Your mission is to shoot down the pointed quantity of enemy aircraft. Good luck and have fun!', 'https://img.gamemonetize.com/abkfsvd9amjx9rfwopmiy5h1efkluu38/512x384.jpg', 'https://html5.gamemonetize.com/abkfsvd9amjx9rfwopmiy5h1efkluu38/', '0', '3D', 0, 0, '', 'anti-aircraft-d-game'), (11319, 'Blocky Fighting 2022', 'A spectacular kung fu combat experience is provided by this hero karate game, City Fighter: Fighting Games, in this fighting game. In top games arena environments, city fighter fighting games are professional fight wali games full of action and full of action. You are invited to enter the realm of fighting offline games, which appears to be a combination of city fight offline games and a martial arts competition featuring a variety of professional city fighters. Make your selection from hero warriors that embody the ideal warrior and advanced combat methods skills. Make certain that you will be required to apply rival pro talents versus street gangs. Become a kung fu warrior in the wrestling games championship in this latest ladai wali game, available for free download. City fighter fighting games is a fighting game environment created specifically for professional fighters in a street karate fighting game environment for fighting games enthusiasts.', 'https://img.gamemonetize.com/o1zmmn8qro0nza7fww41fsxro9sawpep/512x384.jpg', 'https://html5.gamemonetize.com/o1zmmn8qro0nza7fww41fsxro9sawpep/', '0', 'Action', 0, 0, '', 'blocky-fighting-'), (11320, 'Pixel Runner Fall Boys Multiplayer', 'Autumn kids on the internet 3D allow you to complete each multiplayer obstacle with your individuals. Crazy utmost Race knockdown challenge programs with the single objective to delight in and be enjoyable in these free online multiplayer video games. Loss Kids and People Royale multiplayer push you run versus dozens of boys via challenge training courses that get even more difficult. People, women, tall kids, brief guys, fun young boys, weird teenagers, everyone is welcome to eliminate, run, and have a silly good time throughout this ko race. Features of loss young boys and also drop guys video game: There are greater than 51 shoppable, unlockable, or buyable characters! On the internet, multiplayer video games with good friends Approximately 30 gamers per game As much as 12 fun as well as supreme game-modes in which individuals fall from the map Have a good time trying not to drop in this multiplayer experience while competing with other loss guys multiplayer in this Competing ultimate knockdown', 'https://img.gamemonetize.com/vfljedyp3ob2ux2hocxz45kk6pogt6db/512x384.jpg', 'https://html5.gamemonetize.com/vfljedyp3ob2ux2hocxz45kk6pogt6db/', '0', 'Multiplayer', 0, 0, '', 'pixel-runner-fall-boys-multiplayer'), (11321, 'Battle Cubes 3D', 'Battle of the Cubes 3D is a new dynamic action shooter set in a fictional neon city. The hero, alone, against crowds of monsters. You have to fight off the enemies and reach the end. The game features: - Dozens of different types of weapons! - Variety of levels - Different character models - Additional content that unlocks as you progress - First class gameplay Addictive dynamic action shooter. Available on your mobile or PC. Engage in battle, shoot, chop, but make it to the end in "Battle of the Cubes 3d"!', 'https://img.gamemonetize.com/4n5uirkii9zbzw2er5rqg50as0voxvgi/512x384.jpg', 'https://html5.gamemonetize.com/4n5uirkii9zbzw2er5rqg50as0voxvgi/', '0', 'Adventure', 0, 0, '', 'battle-cubes-d'), (11322, 'Water Flow Puzzle', 'Water Flow Puzzle is a very fun casual puzzle-solving game that is a free online hose catching game. Each level has a countdown and you need to finish it within the countdown. Let\'s see how good you are at catching pipes, are you ready to solve the plumbing problem? Can you become the best plumbing master?', 'https://img.gamemonetize.com/dmtr8cr7o9soiy3dqhzrk5zoq8s2yk8t/512x384.jpg', 'https://html5.gamemonetize.com/dmtr8cr7o9soiy3dqhzrk5zoq8s2yk8t/', '0', 'Boys', 0, 0, '', 'water-flow-puzzle'), (11323, 'Fashion Rainbow Hairstyle Design', 'Do you like rainbow? Rainbow is a symbol of beauty and many girls like it. They like to try rainbow eyeshadow, rain dress, and so on. Today our fashion girl Sofia wants to try rainbow hairstyle. It\'s a good idea, right? Choose your favorite hairstyle to design. Have fun!', 'https://img.gamemonetize.com/l99z2iydt3jn6ff2ovzajthx7uecvvz1/512x384.jpg', 'https://html5.gamemonetize.com/l99z2iydt3jn6ff2ovzajthx7uecvvz1/', '0', 'Girls', 0, 0, '', 'fashion-rainbow-hairstyle-design'), (11324, 'Pet Haircut Beauty Salon', 'Join the best pet friends in their new pet beauty salon adventures! Wave, curl, straighten and cut their hair. Add hair accessories and create the best hairstyles ever. Decorate pet nails and do the cutest pet manicure. Become a makeup expert and draw their face art. Design your own pet dresses, skirts, blouses, accessories and dress up your cute little pet friends.', 'https://img.gamemonetize.com/irq9zmk8c1dgipj8ik1894pmtyizv05j/512x384.jpg', 'https://html5.gamemonetize.com/irq9zmk8c1dgipj8ik1894pmtyizv05j/', '0', 'Girls', 0, 0, '', 'pet-haircut-beauty-salon'), (11325, 'Your Sudoku', 'Sudoku, originally called Number Place is a logic-based, combinatorial number-placement puzzle. This app offer over 10000 sudoku game, it is enough for you to play forever. We special offer 100+ entry level sudoku game, for you to learn how to play sudoku. And it also has 1000+ master level sudoku game, if you feel normal level game is not enough challenging.', 'https://img.gamemonetize.com/nuavei1qsytm98h4ykfluu7vwpj9li0a/512x384.jpg', 'https://html5.gamemonetize.com/nuavei1qsytm98h4ykfluu7vwpj9li0a/', '0', 'Puzzles', 0, 0, '', 'your-sudoku'), (11326, 'Party Dress Up', 'Dress up the girl and make her look pretty for the party. Dress Up Games is a free online fashion game for girls. Create your own unique style with tons of clothes, shoes, accessories and fun outfits. Dress them up in appropriate outfits. Pure white dresses, skirts and tops are waiting to be chosen.', 'https://img.gamemonetize.com/sssgj633ottklefz3lbqfgkjrqsp6xm3/512x384.jpg', 'https://html5.gamemonetize.com/sssgj633ottklefz3lbqfgkjrqsp6xm3/', '0', 'Girls', 0, 0, '', 'party-dress-up'), (11327, 'Robot Car Emergency Rescue Help The Town', 'Join Robot cars and save the city playing these cool games for boys and girls. Kids Games for Boys and Girls! Put out the fire, find the cat, repair the building, and much more! A new Port has been opened recently, and there\'s a typhoon there!', 'https://img.gamemonetize.com/hyulhm51fu5jbf196zsr2uyp5ueukpsy/512x384.jpg', 'https://html5.gamemonetize.com/hyulhm51fu5jbf196zsr2uyp5ueukpsy/', '0', 'Hypercasual', 0, 0, '', 'robot-car-emergency-rescue--help-the-town'), (11328, 'Pole Dance Battle', 'Pole Dance Battle is a perfect game for those who like pole dancing and those who use pole dancing as a workout. Is it a sport? Or a dance? The pole is the same but everyone\'s goal is different. Your goal is to do the right pose and not to hit the walls. It sounds simple, doesn\'t it? In the game Pole Dance Battle, you will have the opportunity to experience the fun of pole dancing. Have you ever dreamed of artfully stretching your four ends to the fullest extent? In the game Pole Dance Battle, you\'ll experience it fully. Have fun!', 'https://img.gamemonetize.com/1k7bgnpy073rtizu3wj2a1av0kzm15b1/512x384.jpg', 'https://html5.gamemonetize.com/1k7bgnpy073rtizu3wj2a1av0kzm15b1/', '0', 'Boys', 0, 0, '', 'pole-dance-battle'), (11329, 'Fish Hunt Saga', 'Fish Hunt Saga is fun addictive hyper casual skill endless game. Catch fishes and other sea creatures to collect the money and reach the next level. Use the earned money to unlock high value fishes. But watch out! You have limited time to reach the level’s goal!', 'https://img.gamemonetize.com/59md1h3fgir0inmls1bo7iq2cnw13932/512x384.jpg', 'https://html5.gamemonetize.com/59md1h3fgir0inmls1bo7iq2cnw13932/', '0', 'Hypercasual', 0, 0, '', 'fish-hunt-saga'), (11330, 'Pile It 3D', 'Here is a ball-collecting arcade game, which is made from 3D cartoon models in pipe mazes. Your mission is to release the balls to fill the marked positions up at each level. Normally, you could just hold the green button to release balls at an even speed and win the game easily. Keep calm and have a good time on all levels!', 'https://img.gamemonetize.com/6vzd2lirt8wwlo41c6zj6xnybrsyqkcc/512x384.jpg', 'https://html5.gamemonetize.com/6vzd2lirt8wwlo41c6zj6xnybrsyqkcc/', '0', 'Arcade', 0, 0, '', 'pile-it-d'), (11331, 'Money Honey', 'As a pure collecting dress-up running arcade game, Money Honey allows you to help a beauty find rich men and pay for her favorite clothes including bags, shoes, skirts, and pants. All men have their values and will provide her with different amounts of money. If you want her to change rich suits, you need to help her find richer jobs!', 'https://img.gamemonetize.com/qwip1exjr2exd0j0dt24a151c0fmu614/512x384.jpg', 'https://html5.gamemonetize.com/qwip1exjr2exd0j0dt24a151c0fmu614/', '0', 'Arcade', 0, 0, '', 'money-honey'), (11332, 'Blob Giant 3D', 'In Blob Giant 3D, you will be exploring a seaside trial as a growing giant. Absorb to grow even bigger! What color of little jelly man you should absorb will change depending on each section\'s color. React fast, absorbing little man of a different color than you will result in size shrinking! Avoid obstacles on your way to the finish line or your size will also shrink. In the end, bounce to get your final bonus! The bigger you are, the quicker you\'re tapping, the better the bonus! Explore the blob world!', 'https://img.gamemonetize.com/8yr7ukkhrylt3p4cvnyx1bgykingxigt/512x384.jpg', 'https://html5.gamemonetize.com/8yr7ukkhrylt3p4cvnyx1bgykingxigt/', '0', 'Boys', 0, 0, '', 'blob-giant-d'), (11333, 'Free Educational Games Reading & Math', 'Are you tired of educating your child? This game will release your hand. You could just lie on the sofa. There are kinds of little games to educate your child. Math, art, logic, English. We will all teach him, to exercise any aspect.', 'https://img.gamemonetize.com/rv8min8lbwwponchgq9tepqx0s3756hc/512x384.jpg', 'https://html5.gamemonetize.com/rv8min8lbwwponchgq9tepqx0s3756hc/', '0', 'Girls', 0, 0, '', 'free-educational-games--reading-amp-math'), (11334, 'Art Puzzle Fun', 'Art Puzzle Fun is a very fun casual puzzle game, a free online puzzle game. You just have to put together a complete figure based on the given squares, which you need to complete in a countdown timer. This game is a great exercise for children\'s intelligence. Do you want to have superb thinking skills? There are plenty of levels to challenge you.', 'https://img.gamemonetize.com/ex5tutyodwwp2r2plwn6ypulh6rvv9es/512x384.jpg', 'https://html5.gamemonetize.com/ex5tutyodwwp2r2plwn6ypulh6rvv9es/', '0', 'Boys', 0, 0, '', 'art-puzzle-fun'), (11335, 'Epic Race Fun & Run 3D Game', 'Epic Race is a game that simulates the show on Parkour. In the game, you need to control rubber villains to take part in this thrilling, super hot adventure. There\'ll be obstacles and mechanisms of all kinds on your track. You need to solve them one by one and at last, succeed in reaching the destination. Enjoy Epic Race on the track!', 'https://img.gamemonetize.com/terdcv2k33qkleofspxv2dcyqmjzc337/512x384.jpg', 'https://html5.gamemonetize.com/terdcv2k33qkleofspxv2dcyqmjzc337/', '0', 'Girls', 0, 0, '', 'epic-race--fun-amp-run-d-game'), (11336, 'Baby Snack Factory Fun Cooking', 'Baby Snack Factory is now open! Here, children can try their hand at snack-making! There are so many ingredients in the little panda\'s kitchen, like fruits and sugar... Children can make their very own treats by following the recipes provided! Mix the ingredients like the flour and eggs, and knead the mixture to make a ball of dough. Shape the cookies using the machine, and then place the cookies into the oven!', 'https://img.gamemonetize.com/opc01yodqn86iiggb2mm0rnk4d8u2a05/512x384.jpg', 'https://html5.gamemonetize.com/opc01yodqn86iiggb2mm0rnk4d8u2a05/', '0', 'Girls', 0, 0, '', 'baby-snack-factory--fun-cooking'), (11337, 'Toddler Coloring Game Fun Painting', 'Toddler Coloring Game is an interesting drawing game. But, this is a special coloring game. After you drew, the animal could move! I mean it is so magical. So do you not experience it? There are kinds of animals you could paint. Come to play!', 'https://img.gamemonetize.com/ulrixw6roajv497vh9beaz6c62640o92/512x384.jpg', 'https://html5.gamemonetize.com/ulrixw6roajv497vh9beaz6c62640o92/', '0', 'Girls', 0, 0, '', 'toddler-coloring-game--fun-painting'), (11338, 'Pet Rescue 2', 'Do you have the soul of a veterinarian? Take care of adorable pets in this brand new time management game!', 'https://img.gamemonetize.com/3oy1s1dep3b2w5gzr7qqr3oo35nlx7x3/512x384.jpg', 'https://html5.gamemonetize.com/3oy1s1dep3b2w5gzr7qqr3oo35nlx7x3/', '0', 'Puzzles', 0, 0, '', 'pet-rescue-'), (11339, 'Super Spiderman', 'Welcome to the world of Super Spiderman! As evils are invading the city, it is time for the true hero to come and protect citizens. If you want to join the adventure and get the strong power of a super swing man , here you are the best swing man game ever with lots of challenges and fun. Just by tapping skillfully and sticking to the rope line, you could overcome obstacles and make awesome moves across the city. Remember that the more gorgeously you swing and fly, the more city corners you explore and rescue!', 'https://img.gamemonetize.com/ax6v3h6muvec2db9bp7n8qtofuw1k5f2/512x384.jpg', 'https://html5.gamemonetize.com/ax6v3h6muvec2db9bp7n8qtofuw1k5f2/', '0', 'Adventure', 0, 0, '', 'super-spiderman'), (11340, 'Cute Puppy Pregnant', 'If you are a dog lover, Welcome to our Mom pregnant puppy pet daycare game. Let’s help pregnant puppy mommy with her routine checkup and take care of the newborn puppy pet. Help pregnant puppy mommy in her journey from the pregnancy to her delivery.', 'https://img.gamemonetize.com/jefyzo30wzph2863szni9op66fa6mkbg/512x384.jpg', 'https://html5.gamemonetize.com/jefyzo30wzph2863szni9op66fa6mkbg/', '0', 'Arcade', 0, 0, '', 'cute-puppy-pregnant'), (11341, 'Imposter Rotate Puzzle', 'Welcome to our newest free casual puzzle game called Imposter Rotate Puzzle. The game has 10 levels with impostors characters in different styles. Each level is locked and it will be unlocked when you solve the previous level. Click on the small squares to rotate them and make the correct image before the times out. Enjoy and have fun!', 'https://img.gamemonetize.com/fk1rj8tdh9ngr6dpkzi0we8x80b0yyrq/512x384.jpg', 'https://html5.gamemonetize.com/fk1rj8tdh9ngr6dpkzi0we8x80b0yyrq/', '0', 'Puzzles', 0, 0, '', 'imposter-rotate-puzzle'), (11342, 'The Good Dentist', 'Do you like Dentist games ? or Are you dreaming of having a Doctor\'s Career? Then, you would love to play this Surgery Game. Learn how to perform teeth Fillings, dentures, cleaning, tooth extraction, remove stains and much more at Princess’s Dentist clinic. Get some amazing dental learning experiences in this dental simulation app. Learn to Remove all traces of cavities, Extract decayed teeth, Put braces, Brush teeth and more.', 'https://img.gamemonetize.com/1yt8b65cyftbahsjcibq8gfegm6gczng/512x384.jpg', 'https://html5.gamemonetize.com/1yt8b65cyftbahsjcibq8gfegm6gczng/', '0', 'Puzzles', 0, 0, '', 'the-good-dentist'), (11343, 'Princess Pup Rescue', 'Princess Pup Rescue is very helpful for your puppy day care and pet sickness rescue. And have too much fun with three different cute puppies. In this game, six different levels such as Bathtub View, Clinic, Reading View, Dress Up, Photoshoot and Extra mini games available. Start by cleaning your pup at the bathing display and go to the clinic display to treat him. After that have too much fun in play mode with your puppy don\'t forget to change your puppy dress up in dress up mode. Finally, move on to the photoshoot and enjoy photography with your pup.', 'https://img.gamemonetize.com/rz0kuert3t4vsgafb9xdu6x48bkvxdlo/512x384.jpg', 'https://html5.gamemonetize.com/rz0kuert3t4vsgafb9xdu6x48bkvxdlo/', '0', 'Hypercasual', 0, 0, '', 'princess-pup-rescue'), (11344, 'Squid Game Last Chapeter ', 'All the tasks are harder than you think. Every task has its period so complete the task before the period. The players who are failed in the task will be eliminated and never can perform another task. Players who win the prize pack have become squid challenger game squid. Squid players are ready for every challenge like hair, blob squid run race. Welcome to Squid life, Are you ready for squid challenges?', 'https://img.gamemonetize.com/4tbv7xh2tqkfee8fbud3bor3kyvlojcs/512x384.jpg', 'https://html5.gamemonetize.com/4tbv7xh2tqkfee8fbud3bor3kyvlojcs/', '0', 'Adventure', 0, 0, '', 'squid-game-last-chapeter-'), (11345, 'SpeedRacer', 'Join seven million satisfied users and start racing with them in astonishing environment and with radically innovative steering mechanics. Stop dreaming about being a rally driver and become ONE!', 'https://img.gamemonetize.com/jghs0doxr1uhlsfsjlzx9jns48e25tmp/512x384.jpg', 'https://html5.gamemonetize.com/jghs0doxr1uhlsfsjlzx9jns48e25tmp/', '0', 'Sports', 0, 0, '', 'speedracer'), (11346, 'Cats Vs Ninja', 'You\'re a great Ninja so try to avoid Cats the more you can!', 'https://img.gamemonetize.com/ql44y2lyfe2v1c1kokgmm95zkdddkqid/512x384.jpg', 'https://html5.gamemonetize.com/ql44y2lyfe2v1c1kokgmm95zkdddkqid/', '0', 'Arcade', 0, 0, '', 'cats-vs-ninja'), (11347, 'Chicken Ko', 'Chicken Ko is a 2D platformer where you have to collect bowls of grain and reach the red flag while avoiding enemies and spikes. The difficulty increases as you proceed.', 'https://img.gamemonetize.com/r8hc89165osvsuuqkf3xl1xc2svje56f/512x384.jpg', 'https://html5.gamemonetize.com/r8hc89165osvsuuqkf3xl1xc2svje56f/', '0', 'Arcade', 0, 0, '', 'chicken-ko'), (11348, 'Super Blast', 'Try to land the mine in the safe area with the least number of attempts!', 'https://img.gamemonetize.com/mg83bqicjmcuyuc5wca4b0476hhttkts/512x384.jpg', 'https://html5.gamemonetize.com/mg83bqicjmcuyuc5wca4b0476hhttkts/', '0', 'Shooting', 0, 0, '', 'super-blast'), (11349, 'MINI RUN RACE', 'Mini run race : Simple and addicting gameplay that will have you running â—‰ Many upgrades to keep you race. â—‰ Funny design and areas to discover. â—‰ Bright and varicolored. â—‰ Play without wifi or internet connection, play offline.', 'https://img.gamemonetize.com/oqmvtjapf9d4fr6iv6v6fui0ubn3egkl/512x384.jpg', 'https://html5.gamemonetize.com/oqmvtjapf9d4fr6iv6v6fui0ubn3egkl/', '0', 'Soccer', 0, 0, '', 'mini-run-race'), (11350, 'Fairy wardrobe', 'Welcome to the fairy\'s wardrobe. There are more than a thousand fashionable dresses here. Come and dress your fairy.', 'https://img.gamemonetize.com/7yenn7b1lsfabb4rqwzpq5mrsrjx8xpp/512x384.jpg', 'https://html5.gamemonetize.com/7yenn7b1lsfabb4rqwzpq5mrsrjx8xpp/', '0', 'Hypercasual', 0, 0, '', 'fairy-wardrobe'), (11351, 'Color Hit', 'Fill the wheel by hitting colours. Players have to fill colors of the wheel in Color hit color game.Players have to fill up the wheels with different colours in different levels. The Color Hit is a mixture of logical puzzle and crazy colourful arcade. You have to be ready to throw the colors in the perfect direction to fill the wheels. Game features Combination of different colours. Suitable for all ages. Easy to play. Attractive graphics. How to play Player has to click on the ball to pick colour and move the ball by using a mouse. The quantity of wheels will increase with the levels.', 'https://img.gamemonetize.com/pcdnvfp66vdqucnj3fxmub38w38tz4vx/512x384.jpg', 'https://html5.gamemonetize.com/pcdnvfp66vdqucnj3fxmub38w38tz4vx/', '0', 'Hypercasual', 0, 0, '', 'color-hit'), (11352, 'Color Bump', 'Color Bump Hyper Casual Online Free Game - Play Color Bump Hyper Casual game for free, and have fun. Color Bump Hyper Casual Online Free Game - Color Bump Hyper is a fast-paced, casual game, where you have to bump all the balls of the same color!', 'https://img.gamemonetize.com/yl5wwujjx9wr6pwgla1b6zjjt7kcoczn/512x384.jpg', 'https://html5.gamemonetize.com/yl5wwujjx9wr6pwgla1b6zjjt7kcoczn/', '0', 'Hypercasual', 0, 0, '', 'color-bump'), (11353, 'Tennis Game', 'Become a tennis and show all your competitor talents to beat your opponents in the game Tennis. You can play against the computer,. Have fun!', 'https://img.gamemonetize.com/6q8pgt1i0rzbxlnwy6pgqlgmv347hnu2/512x384.jpg', 'https://html5.gamemonetize.com/6q8pgt1i0rzbxlnwy6pgqlgmv347hnu2/', '0', 'Sports', 0, 0, '', 'tennis-game'), (11354, 'Winx Bloom Dreamgirl', 'The stunningly beautiful Bloom tries on her gorgeous dresses. She needs to try different outfit combinations to make her look more stylish with her jewelry, bag, hat and make-up. Let\'s help her look more stylish.', 'https://img.gamemonetize.com/tpcjl2c8ovkdnk9gv341hkifj3i6bdh7/512x384.jpg', 'https://html5.gamemonetize.com/tpcjl2c8ovkdnk9gv341hkifj3i6bdh7/', '0', 'Girls', 0, 0, '', 'winx-bloom-dreamgirl'), (11355, 'Bowling King', 'Play the best bowling game in amazing realistic graphics. Test your bowling skills in the NO 1 bowling game. Bowl more Strikes and become the bowling king.', 'https://img.gamemonetize.com/oxz3jktsb40z34y7mce2y036rg7nhk4n/512x384.jpg', 'https://html5.gamemonetize.com/oxz3jktsb40z34y7mce2y036rg7nhk4n/', '0', 'Sports', 0, 0, '', 'bowling-king'), (11356, 'Digger Ball 2', 'In the second part of the game Digger Ball 2, you will continue to work on a special digger. Before you on the screen you will see a ball of a certain color lying on the surface of the earth. At a certain depth underground, a special well will be visible. You will have to make the ball fall into the well. To do this, use your mouse to dig a tunnel underground. A ball rolling along it will fall into the well and you will receive a certain amount of points for this.', 'https://img.gamemonetize.com/q98366h02gmavlxi1fi7x69l38zwtuek/512x384.jpg', 'https://html5.gamemonetize.com/q98366h02gmavlxi1fi7x69l38zwtuek/', '0', 'Puzzles', 0, 0, '', 'digger-ball-'), (11357, 'Car Blocks', 'Blocky Car Racer is a new racing game where you can drive with traffic in a colorful blocky world! Jump into muscle car and hit the road! Drive as fast as you can and avoid crashes in race mode. Ready to blow up some cars? Start the rampage in demolition mode and smashed them all! In the last mode you can relax and drive through the big city full of hidden features. Funny crash? Share your GIF to your friends on social networks! This is official sequel of Blocky Moto Racing game where we guarantee you a lot of fun. DEMOLITION MODE: - you have 2 minutes to smash as many cars as possible - crash other cars to make them explode! - destroy few cars in a row to receive combo bonus! RACE MODE: - endless race - drive as fast as you can and survive as long - get the highest score and achieve the best distance. - watch out for cars and obstacles like trains, police, firefighters, blockades or road repairs - receive bonus points thanks to speed trap camera! CITY MODE: - big city full of streets, traffic and airport with planes! - exploding barrels with hidden features! - discover special events after hitting the barrels like change of the light, night club or exploding buildings! - city is a free run mode. Just relax and enjoy the ride. - lot of railroads for train fans - challenges! find glowing spots and start short time missions - ramps and trampolines! try to achieve best air time!', 'https://img.gamemonetize.com/iboepsnn0f3gxe8k7ge01tcak2zcin16/512x384.jpg', 'https://html5.gamemonetize.com/iboepsnn0f3gxe8k7ge01tcak2zcin16/', '0', 'Hypercasual', 0, 0, '', 'car-blocks'), (11358, 'Color Fall Hospital', 'Fill trucks with the appropriate color by moving sliding pins that can go up, down, left or right. Move the colors around and carefully plan the way to its truck. Watch out for black it will destroy anything it touches and you will have to start the level over again!', 'https://img.gamemonetize.com/oah77y8mta7et488hnkmnpqwxmn0mlwz/512x384.jpg', 'https://html5.gamemonetize.com/oah77y8mta7et488hnkmnpqwxmn0mlwz/', '0', 'Puzzles', 0, 0, '', 'color-fall-hospital'), (11359, 'Death Car.io', 'Do you like high speed, drifting and cool stunts while driving a car? Then you definitely should not miss the opportunity to become a member of this automotive madness. You can forget about restrictions and at the same time not worry about safety, because all the tricks will be performed in a virtual arena.', 'https://img.gamemonetize.com/lohjsihutqdu041wcrmfv552os69yjlf/512x384.jpg', 'https://html5.gamemonetize.com/lohjsihutqdu041wcrmfv552os69yjlf/', '0', 'Racing', 0, 0, '', 'death-cario'), (11360, 'Subway Surfers Rio Puzzle', 'The world tour of our beloved Subway Surfers continues! And next in line is the capital of France - delightful, incomparable Paris! And three friends intend to visit its most beautiful corners and see everything that has been written about for more than a century, singing the amazing atmosphere of the City of Lovers, the Center of all the most fashionable, refined and beautiful. You will not be able to go with them, but you will have a few photos brought by the team from their trip. But in order for you to have a beautiful picture, you will have to spend time compiling it from numerous pieces. Choose the difficulty level of your first puzzle. You can collect them all if you wish. Just put the pieces together, matching them by color and shape.', 'https://img.gamemonetize.com/qnum95nbyfenhv0sprfkrijqxzzivlae/512x384.jpg', 'https://html5.gamemonetize.com/qnum95nbyfenhv0sprfkrijqxzzivlae/', '0', 'Puzzles', 0, 0, '', 'subway-surfers-rio-puzzle'), (11361, 'Baby Rescue Team', 'There are many injured animals in the forest, as a volunteer, come to help the little panda to participate in the rescue! In this game, 6 different kind of animals are here for you to operate. Tiger, Sloth, zebra, penguin... Firstly you locate the injured animals\' areas and drive trucks to pick them to the rescue station. And then you give them examinations and operate them. Each animal has its unique disease. After the operations, feed them with their favorite foods. Then take another examination to make sure they are cured. At the end, drive them to their habitats and clean their dormitories in the rescue station. Feel free and want to have some fun? Come and try this game!', 'https://img.gamemonetize.com/tczbggqizlphfae2hejqbqphszbab8e2/512x384.jpg', 'https://html5.gamemonetize.com/tczbggqizlphfae2hejqbqphszbab8e2/', '0', 'Girls', 0, 0, '', 'baby-rescue-team'), (11362, 'Olimpian Mahjong', 'Match identical sport tiles to remove them from the playing field. All mahjong tiles represent kinds of winter sports that will be played at the Olympic Winter Games in Beijing 2022.', 'https://img.gamemonetize.com/gwpx3s7rm99d39d14ak6kqrf2e9wv1ga/512x384.jpg', 'https://html5.gamemonetize.com/gwpx3s7rm99d39d14ak6kqrf2e9wv1ga/', '0', 'Puzzles', 0, 0, '', 'olimpian-mahjong'), (11363, 'Monster Reform', 'Monster Reform is a 3D survival shooter game. It is a game that has a level system, and the monsters get stronger at each level. All monsters are mighty, and you have to destroy them to move to the new map.', 'https://img.gamemonetize.com/s45plys349r5gofo5i2fyopbd7sxfnpj/512x384.jpg', 'https://html5.gamemonetize.com/s45plys349r5gofo5i2fyopbd7sxfnpj/', '0', 'Shooting', 0, 0, '', 'monster-reform'), (11364, 'Squid impostor Golden Key', 'Are you ready for the dangerous adventure of the squid impostor? you must help him. be careful and crush the enemies crush the enemies and kill them all the invisible golden key will appear. Get the key and complete the level.', 'https://img.gamemonetize.com/oaia3z52l1hunpvroyc2y09bp2e751np/512x384.jpg', 'https://html5.gamemonetize.com/oaia3z52l1hunpvroyc2y09bp2e751np/', '0', 'Arcade', 0, 0, '', 'squid-impostor-golden-key'), (11365, 'Pipeline 3D Game', 'Pipeline 3D is not only a relaxation arcade but also a matching puzzle game that is made of 3D game art animation. You are required to water the flower by means of connecting all the pipes with the correct order. Glad you will enjoy Pipeline 3D!', 'https://img.gamemonetize.com/nvjgig2d1vu4vphhg6w79uasfvhqkdbc/512x384.jpg', 'https://html5.gamemonetize.com/nvjgig2d1vu4vphhg6w79uasfvhqkdbc/', '0', 'Hypercasual', 0, 0, '', 'pipeline-d-game'), (11366, 'Blocky Driver Cars Demolition', 'Demolition hysteria has been unleashed! Do you want to participate in severe crash racing and experience demolition drives? Come to the roller derby arena! Cars in the Derby are fueled with high demolition drive and are prepared to crash race on the arena floor. Drive racing vehicles, collide with opponents, and battle... monsters! Chaos on wheels - it\'s time to smash and drive through the destruction zone!', 'https://img.gamemonetize.com/xfgey4pqmhjn7uel7holdrmw4uqce23n/512x384.jpg', 'https://html5.gamemonetize.com/xfgey4pqmhjn7uel7holdrmw4uqce23n/', '0', 'Racing', 0, 0, '', 'blocky-driver-cars-demolition'), (11367, 'Destroy Car Driving', 'Play a realistic demolition game in order to defeat your opponents on the battlefield. Have fun playing the demolition derby game and seeing automobile devastation on a variety of hard levels in the car crash games\' category. The numerous bends and twists on all the circuits will assist you in learning how to drive cautiously while doing your favorite auto stunts on the tracks. In this demolition derby vehicle game and other automobile crashing games, you will have a great time. By completing large leaps and surviving the difficult challenges of derby car crashing games, you may establish yourself as a true stuntman in the industry.', 'https://img.gamemonetize.com/vszhb04hcog17zpu61zqq4adpnrujwdc/512x384.jpg', 'https://html5.gamemonetize.com/vszhb04hcog17zpu61zqq4adpnrujwdc/', '0', 'Racing', 0, 0, '', 'destroy-car-driving'), (11368, 'Collect Em All', 'Here is a ball match-3 puzzle game with 3D colorful balls. Your target is to complete collecting marked numbers of the corresponding balls at each level in limited moves. Although you could get more moves from ads if you are not able to pass the current level. I still recommend you to use the limited moves and complete all levels.', 'https://img.gamemonetize.com/97xgrsd6ovyudenbgr9rg1fxcuwt4omu/512x384.jpg', 'https://html5.gamemonetize.com/97xgrsd6ovyudenbgr9rg1fxcuwt4omu/', '0', 'Puzzles', 0, 0, '', 'collect-em-all'), (11369, 'Slap And Run 2', 'Slap And Run 2 is not merely a collecting but also an avoiding arcade game, which is made from 3D colorful cartoon stickman characters. Grey scores always come from the people you touch and slapped on the track to the finish line at each level. Keep calm and kick the red boss farther!', 'https://img.gamemonetize.com/v2i5gvaliqu3bzct1lm9ic1371cr2vje/512x384.jpg', 'https://html5.gamemonetize.com/v2i5gvaliqu3bzct1lm9ic1371cr2vje/', '0', 'Arcade', 0, 0, '', 'slap-and-run-'), (11370, 'Shoot Em All', 'What will you do if you know the bullet tracks before a battle started in advance? Shoot Em All is more like a puzzle game than a skillful arcade game. You have to make sure your blue character is alive at every shoot. It is permitted for you to control all the guns together at each round. Could you eliminate all red enemies at all levels?', 'https://img.gamemonetize.com/eps1k4io1alc04l68svtmj99y5m0p1on/512x384.jpg', 'https://html5.gamemonetize.com/eps1k4io1alc04l68svtmj99y5m0p1on/', '0', 'Puzzles', 0, 0, '', 'shoot-em-all'), (11371, 'Fruit Smash Master Online Game', 'Fruit Smash Master Fruit Cutter is a fun and challenging fruit slicing game. fruit smashing is an essential skill for cooking and eating. By slicing fruit, you can make it easier to get the most out of your fruits by making them more accessible and tasty. Fruit Smash Master offers a unique and challenging experience that will have you coming back for more! The objective of the game is to cut as many pieces from a fruit as possible in the shortest time. The player can use different fruits, but care should be taken that they are not too heavy or too thin so that they do not break during cutting. The fruit slices can be set on different surfaces such as a desk, table, or floor and there are several levels of difficulty available for players to increase their chances of winning.', 'https://img.gamemonetize.com/eq1xpf7vki2rbhqo3j9h0de7tlt6kq2c/512x384.jpg', 'https://html5.gamemonetize.com/eq1xpf7vki2rbhqo3j9h0de7tlt6kq2c/', '0', 'Arcade', 0, 0, '', 'fruit-smash-master-online-game'), (11372, 'Barbie Match Dress', 'How strong is your visual memory? Barbie is wearing different dresses and she wants you to dress up them the same. Let\'s strengthen our memory and play with fun.', 'https://img.gamemonetize.com/5hjmhydzwh2czpohehy5q0b73l1loycn/512x384.jpg', 'https://html5.gamemonetize.com/5hjmhydzwh2czpohehy5q0b73l1loycn/', '0', 'Puzzles', 0, 0, '', 'barbie-match-dress'), (11373, 'Find The Differences Spot Them All', 'Find-The-Differences is an interesting puzzle game. You need to seek the differences between the two pictures. It needs you to be patient. Do not miss any details. Find out all differences in time. If you really don\'t know, click the hints. If you like this game, don\'t forget to share it with your friends! If you don\'t know the difference between the two pictures, you can click the hint button in the game to find the difference.', 'https://img.gamemonetize.com/6lcew9k7ncdc1s3vh9bcrs82byi0vxka/512x384.jpg', 'https://html5.gamemonetize.com/6lcew9k7ncdc1s3vh9bcrs82byi0vxka/', '0', 'Girls', 0, 0, '', 'find-the-differences--spot-them-all'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (11374, 'Baby Taylor Family Camping Happy Together', 'I wonder if you want to go somewhere during the holiday! Going for a picnic is a great idea! Now going out of town, into the forest for a picnic. It\'s time to collect things that will be used for a picnic. For all the kids who love children\'s camp, rest away from the bustling city and just adventure dedicated to this Family Camping. You will be transferred to the wonderful world of summer holidays and real trips. Let\'s have a good day with Taylor\'s family in nature!', 'https://img.gamemonetize.com/4cclst4n6tu2d9ut7p7tqkskts8agum6/512x384.jpg', 'https://html5.gamemonetize.com/4cclst4n6tu2d9ut7p7tqkskts8agum6/', '0', 'Hypercasual', 0, 0, '', 'baby-taylor-family-camping--happy-together'), (11375, 'Baby Twins Caring Day', 'Why are baby games so fun? Because who doesn’t love playing with and taking care of babies?! But out of all baby games, we think you’ll especially love this one. You get to take care of the cutest, wildest baby twins ever! Sure, these babies are a handful and love to get into trouble, but they\'re also tons of fun! Dress up your twins in adorable clothes, feed them yummy snacks, care for them at the doctor & so much more!', 'https://img.gamemonetize.com/f54me6omanto1qmdx87n10oqd0zh2uv9/512x384.jpg', 'https://html5.gamemonetize.com/f54me6omanto1qmdx87n10oqd0zh2uv9/', '0', 'Hypercasual', 0, 0, '', 'baby-twins-caring-day'), (11376, 'Grandpa And Granny House Escape', 'Grandpa And Granny House Escape is a horror game where you will be chased by an insane grandpa and a scary granny. Oh, they adore playing hide-and-seek. Surely, it is not an ordinary hide-and-seek fun – but a tough survival experience. Grandpa and granny always find a new victim to play their cruel game of survival. Your escape will not be easy because granny and grandpa are very experienced hunters.', 'https://img.gamemonetize.com/okgefq6kwhwzmtzbw4c1v7wdol69nuky/512x384.jpg', 'https://html5.gamemonetize.com/okgefq6kwhwzmtzbw4c1v7wdol69nuky/', '0', 'Arcade', 0, 0, '', 'grandpa-and-granny-house-escape'), (11377, 'Funny Nose Doctor', 'Funny Nose Doctor is a hospital-themed game. Put a medical gown on and fix some broken noses!', 'https://img.gamemonetize.com/k4m5jtqm4tpr7dazohc8s582uw4xnuoh/512x384.jpg', 'https://html5.gamemonetize.com/k4m5jtqm4tpr7dazohc8s582uw4xnuoh/', '0', 'Hypercasual', 0, 0, '', 'funny-nose-doctor'), (11378, 'Tetris game', 'Once you start it, you won\'t stop ! Classic tetris game! The classic retro Tetris game that we all love! Play on mobile and PC.', 'https://img.gamemonetize.com/w11xfadzj3dh97gkswnr1lar3b2j5t6y/512x384.jpg', 'https://html5.gamemonetize.com/w11xfadzj3dh97gkswnr1lar3b2j5t6y/', '0', 'Puzzles', 0, 0, '', 'tetris-game'), (11379, 'SpongeBob Puzzle', 'Have fun solving jigsaw puzzles of pictures of the cute cartoon hero SpongeBob and his friends. If you want, you can upload your own pictures and create your puzzle.', 'https://img.gamemonetize.com/jm0q3xl53hxu6zk5q82kyljd11xbkehj/512x384.jpg', 'https://html5.gamemonetize.com/jm0q3xl53hxu6zk5q82kyljd11xbkehj/', '0', 'Puzzles', 0, 0, '', 'spongebob-puzzle'), (11380, 'Ninja Turtles Pizza Like A Turtle Do!', 'Ninja Turtles not only fight criminals and save the world or their hometown from the dangers that threaten them, in their free time they go to a pizzeria and eat pizza. You will have to become a personal cook for the turtles for a short time and feed them to satiety. You will have to cook quickly, since time is limited, if you don’t have time, you will lose your job, so good luck.', 'https://img.gamemonetize.com/ryjvll6g3k0bwh35en4suyuu0oqj7qa6/512x384.jpg', 'https://html5.gamemonetize.com/ryjvll6g3k0bwh35en4suyuu0oqj7qa6/', '0', 'Cooking', 0, 0, '', 'ninja-turtles-pizza-like-a-turtle-do'), (11381, 'Collect and Conquer', 'Teenage Mutant Ninja Turtles: Collect & Explore is a colorful adventure based on the animated series Teenage Mutant Ninja Turtles. The player is waiting for three locations where the most dangerous villains of the cartoon universe are hiding. You need to kill all the enemies, collect the mutgen and all this in a limited time, good luck.', 'https://img.gamemonetize.com/ok9t2iq7uf1hg3t79fijwyjfp2ocha7p/512x384.jpg', 'https://html5.gamemonetize.com/ok9t2iq7uf1hg3t79fijwyjfp2ocha7p/', '0', 'Racing', 0, 0, '', 'collect-and-conquer'), (11382, 'Jumps Blocks Road', 'Jump into your car and discover green hills, snowy mountains and desert dunes in this unique physics racer! The tornado ripped your farm apart and scattered it around the Globe. Collect the missing parts to restore the farm to its former glory! 3d racing against your own times in a blocky mining world! **Choose one of the 9 cars or build your own block by block! The car editor unlocks after track 3 is finished!** Main Features: - 3d racing - Blocky style! - 12 tracks to conquer - 4 challenge tracks to test your skills - 9 awesome vehicles : trucks, bikes, Monster trucks, tanks - Customizable character - Car Editor! Build and Paint Your own car block by block! (Unlocks after track 3 is finished) - Beautiful Voxel Graphics - GameServices achievements and leaderboards - Kids will love it Follow us for the latest info and game news! Created By Dogbyte Games, creator of Offroad Legends, Off the Road, Redline Rush and Dead Venture.', 'https://img.gamemonetize.com/476n2dnx0ticcrxrzw4a1wz6i6smwp8s/512x384.jpg', 'https://html5.gamemonetize.com/476n2dnx0ticcrxrzw4a1wz6i6smwp8s/', '0', 'Racing', 0, 0, '', 'jumps-blocks-road'), (11383, 'Peppa Gift Snake', 'Start Peppa Snake as a small worm and try to get bigger by eating your way through each level. Worm your way through fields of gifs and try to beat your score - how long can you survive?', 'https://img.gamemonetize.com/3n1t76wt2p3j29lljc93wennm76x0ay3/512x384.jpg', 'https://html5.gamemonetize.com/3n1t76wt2p3j29lljc93wennm76x0ay3/', '0', 'Hypercasual', 0, 0, '', 'peppa-gift-snake'), (11384, 'The Fungies Spelungies', 'As Seth, dig a tunnel downward to reach the cavern below. Collect as many fossils and gems as you can. A star rating meter at the top of the screen shows your level rating with your given progress. Avoid hitting any obstacles, either from above or from the sides. You can only move down, left, and right. Collecting fossils and gems. Each collectible you acquire increases your star rating. To get a three star rating, you must collect all the items in a level. The top row bar shows you how close you are to earning a higher star rating.', 'https://img.gamemonetize.com/yvkopam3cxoxhb5v25u14uxzknggzgq5/512x384.jpg', 'https://html5.gamemonetize.com/yvkopam3cxoxhb5v25u14uxzknggzgq5/', '0', 'Adventure', 0, 0, '', 'the-fungies-spelungies'), (11385, 'Super Store Cashier', 'Start your job as a Super Store Cashier, manage the cash register and serve the customers in cashier games. Pick and scan the items, charge the right amount & return the change in money games. Manage your store, help customers shop, operate the cash register and manage different shop sections in cashier games. Place & arrange items on store shelves in supermarket cashier games.', 'https://img.gamemonetize.com/d6mgxv5rz9krvzrgd5q53dt2qtdkc3qb/512x384.jpg', 'https://html5.gamemonetize.com/d6mgxv5rz9krvzrgd5q53dt2qtdkc3qb/', '0', 'Hypercasual', 0, 0, '', 'super-store-cashier'), (11386, 'Insta Girls Intergalactic Looks', 'This day and age, space travel is on everyone\'s minds. With Elon Musk\'s SpaceX now launching rockets strapped with Tesla cars into space, it seems we\'ve opened up a new world of possibilities. The intergalactic-outer-space-futuristic trend takes to the runways, fast fashion displays and our #OOTD looks in the form of holographic and iridescent textiles, NASA patches and pins, spacesuit-inspired cuts and fits and astrological prints.', 'https://img.gamemonetize.com/ubggbfxr842279x4l2xh47hg4mz8fi2k/512x384.jpg', 'https://html5.gamemonetize.com/ubggbfxr842279x4l2xh47hg4mz8fi2k/', '0', 'Girls', 0, 0, '', 'insta-girls-intergalactic-looks'), (11387, 'The Super Egg Catcher', 'Welcome to new egg catcher egg games! It\'s an addictive egg game in which you have to catch eggs dropping from the tree. The dancing chickens have laid eggs, so save the life of eggs before they get broken. Catch as many chicken eggs as you can. Beware! It\'s a game of eggs so don\'t miss any egg. It\'s very easy to play and interesting free egg games for kids.', 'https://img.gamemonetize.com/wl8jngah12ow69yjqicwhld888ej4sed/512x384.jpg', 'https://html5.gamemonetize.com/wl8jngah12ow69yjqicwhld888ej4sed/', '0', 'Clicker', 0, 0, '', 'the-super-egg-catcher'), (11388, 'Insta Divas Crazy Neon Party', 'Life is too short to wear boring outfits. Neon colours have always had their charm. The colors of clothes say a lot about the person wearing them, so don\'t wait any longer and show your happiness by wearing some zeon green or crazy purple outfits!', 'https://img.gamemonetize.com/ic13kfsdc4j41x62lz0aoznaony4alij/512x384.jpg', 'https://html5.gamemonetize.com/ic13kfsdc4j41x62lz0aoznaony4alij/', '0', 'Girls', 0, 0, '', 'insta-divas-crazy-neon-party'), (11389, 'Kick The Buddy Forever', 'Kick The Buddy: Forever is a casual game where you met your new best friend! Play with Buddy in his new cool game, and try out all incredible weapons. Experiment, blow up, use atomic weapon, dress Buddy up, and do so much more in the brand-new Kick The Buddy Forever. Enjoy upgraded amazing graphics, new interactions with Buddy, hilarious weapons, fantastic backgrounds, and lots of unique features.', 'https://img.gamemonetize.com/53gb6vny74x3vqs7mk1pp2i9w7t45jhq/512x384.jpg', 'https://html5.gamemonetize.com/53gb6vny74x3vqs7mk1pp2i9w7t45jhq/', '0', 'Hypercasual', 0, 0, '', 'kick-the-buddy-forever'), (11390, 'Super Snowland Adventure', 'Super Snowland Adventure is a 3D platform land game, discover and collect all the jewels in the island levels. Beware of the red monsters, to destroy the red monsters you will have to jump on there head! Run and jump your way through every level, beware do not fall in the water or step into a trap or you will have to restart the level all over again. With how many stars will you complete the adventure, collect more jewels to increase your star end score! Each level has no time limit, so you can roam around as long as you like! Super Snow Land Adventure 3D is a relaxing and fun platformer and it is free to play! Play this simple and fun platformer! Super Snow Land Adventure 3D Features: - Jump and run around the traps and moving obstacles - Collect all the jewels! - Encounter monsters', 'https://img.gamemonetize.com/l0178eebtudnvujb8yefumkwicuqzh33/512x384.jpg', 'https://html5.gamemonetize.com/l0178eebtudnvujb8yefumkwicuqzh33/', '0', 'Racing', 0, 0, '', 'super-snowland-adventure'), (11391, 'Hidden Master 3D', 'Let\'s play a brand-new Hide and Seek game. Everybody hide or seek. Ready or not, HERE I COME. Select your side seek or hide [SEEK] Find hidden players. [HIDE] Hide into a perfect large wall so that the seeker can\'t find it!', 'https://img.gamemonetize.com/kvp4yr7wv90x7um8y2yijjey94lu1gyq/512x384.jpg', 'https://html5.gamemonetize.com/kvp4yr7wv90x7um8y2yijjey94lu1gyq/', '0', 'Arcade', 0, 0, '', 'hidden-master-d'), (11392, 'Airport Flight Simulator Game', 'Have you always wanted to be an airplane manager and work in an airport? Then this app will take you on the perfect adventure! Get inside the airport and prepare to fly in a top-notch airplane. Explore every corner of the airport and get ready to travel for your vacation! You can imagine it\'s the London airport or any city airport for that matter! Book airport tickets and play airport games for kids. Get some airport work done and show off your creativity through storytelling and role-play games for kids. After our amusing passengers have chosen airlines and the country for recreation, they still need to do a lot of important things - buy plane tickets and get a visa to the country where they want to relax. To safely travel and hand over your luggage - it will be necessary to check the suitcases on a special device and hand over items prohibited for transportation. Only after that each member of the family will be able to put his suitcase on the conveyance belt.', 'https://img.gamemonetize.com/y60ar0bo1n8q0tbam9r74ajdxnh3wtcw/512x384.jpg', 'https://html5.gamemonetize.com/y60ar0bo1n8q0tbam9r74ajdxnh3wtcw/', '0', 'Arcade', 0, 0, '', 'airport-flight-simulator-game'), (11393, 'Draw The Criminal', 'Someone needs your help. draw-The-Criminal is a fun drawing game and a free online puzzle game where you play as a police officer on a case, drawing images based on tips from informants to find the criminal. Use your brain and see who is the most efficient at handling the case?', 'https://img.gamemonetize.com/yloxw8pgw1ksaqvvxwls5md3dlu56ycm/512x384.jpg', 'https://html5.gamemonetize.com/yloxw8pgw1ksaqvvxwls5md3dlu56ycm/', '0', 'Boys', 0, 0, '', 'draw-the-criminal'), (11394, 'Pro Billiards', 'This is a modern pool in which you can play alone on a timer, and also together on one device. Rules as in the present pool 8 ball. Good luck to you, gentlemen!', 'https://img.gamemonetize.com/47gugq44qh87m4vy54s2nr1ptbvfl5p1/512x384.jpg', 'https://html5.gamemonetize.com/47gugq44qh87m4vy54s2nr1ptbvfl5p1/', '0', 'Sports', 0, 0, '', 'pro-billiards'), (11395, 'Temple Racing', 'emple Racing is a game where I can drive in the endless temple. There are 3 difficulty levels. You have to try to go the farthest by overcoming the obstacles with the red sports car. In Temple Racing, you will travel through magnificent temples. But you have to be careful because you shouldn\'t crash into anything. If you hit something, it\'s game over.', 'https://img.gamemonetize.com/q6en2bkbqdbaksfntqim96c8jpsy7jbc/512x384.jpg', 'https://html5.gamemonetize.com/q6en2bkbqdbaksfntqim96c8jpsy7jbc/', '0', 'Racing', 0, 0, '', 'temple-racing'), (11396, 'Escape', 'Welcome to Escape game where you met you new friend Mochi. you find yourself inside of what seems to be an infinite system of bungeons subsequent to each other. many obstacles will try to prevent your escape. Trey your best to help Mochi find the end of this journey!', 'https://img.gamemonetize.com/hax8a654ukaxj0jc3g0wdv0tpb6jkkfd/512x384.jpg', 'https://html5.gamemonetize.com/hax8a654ukaxj0jc3g0wdv0tpb6jkkfd/', '0', 'Puzzles', 0, 0, '', 'escape'), (11397, 'Slope Cyber', 'Slope Cyber is an endless slope game in the cyber game genre. You have to control a slope ball in the cyber city. The balls moves and you have to have excellent reflexes to control it.', 'https://img.gamemonetize.com/dtp1gc89xb5e7gbyiwl2uiq2p7ziqfxg/512x384.jpg', 'https://html5.gamemonetize.com/dtp1gc89xb5e7gbyiwl2uiq2p7ziqfxg/', '0', 'Arcade', 0, 0, '', 'slope-cyber'), (11398, 'Pink Pants', 'The game is easy to play for all family and kids it\'s simple, fun and incredibly Addictive. In the game you control the flying "Super Fat Hero in Pink Pants" as he fly through the tunnels of goo..pass through each gooey tower to score a point. See how far you can get your hero to fly! Great Game Great Fun!', 'https://img.gamemonetize.com/3v1mnvhdrsowmfpet1s1hwj7t0nc05sg/512x384.jpg', 'https://html5.gamemonetize.com/3v1mnvhdrsowmfpet1s1hwj7t0nc05sg/', '0', 'Racing', 0, 0, '', 'pink-pants'), (11399, 'Mister Lifter', 'Tap the Weight Lifter as fast as possible with your finger to lift the weights. Try to achieve the best time ever! it\'s a great casual game for everyone! Have fun with this cool casual sport game!', 'https://img.gamemonetize.com/sthqc7up1wvl7pr1ytnsmi7l91sn0a64/512x384.jpg', 'https://html5.gamemonetize.com/sthqc7up1wvl7pr1ytnsmi7l91sn0a64/', '0', 'Sports', 0, 0, '', 'mister-lifter'), (11400, 'Giddy Cake', 'Tap To Match The Crazy Cakes As Many As You Can! Memory Test: Giddy Cake Game new mix of speed, memory and skills! You want to know how your memory skill! so use the memory test it this game! Key Features: - Memory Test! - Super cute graphic! - Smooth Gameplay! - No Load Times! So the question is: How long could you follow these crazy Cakes?', 'https://img.gamemonetize.com/lk2pdjovzhnvqd29c8ljdgvvcr6hrje3/512x384.jpg', 'https://html5.gamemonetize.com/lk2pdjovzhnvqd29c8ljdgvvcr6hrje3/', '0', 'Puzzles', 0, 0, '', 'giddy-cake'), (11401, 'Bunny Love DressUp', 'Bunny Theo and Fiona are very good friends. Theo is meeting his girlfriend in the evening and they have to wear nice clothes. He bought flowers for his friend. Let\'s dress up them and play', 'https://img.gamemonetize.com/frfzhpztfs1w4fv2zs0ck0zgj3vws3bl/512x384.jpg', 'https://html5.gamemonetize.com/frfzhpztfs1w4fv2zs0ck0zgj3vws3bl/', '0', 'Girls', 0, 0, '', 'bunny-love-dressup'), (11402, 'Fruit Connect', 'New thrilling missions in the world of sweeping combination games! Simple and easy gameplay, suitable for all ages. Have a blast with this unique swipe game! Keep playing Fruits Link - Fruits Puzzle without worrying about hearts! Play offline as much as you want to save your bundle. Google Play achievements and leaderboards supported. 15 languages supported.', 'https://img.gamemonetize.com/9vntcgnzzkz3e7iwcyrocmfu5l8d965a/512x384.jpg', 'https://html5.gamemonetize.com/9vntcgnzzkz3e7iwcyrocmfu5l8d965a/', '0', 'Puzzles', 0, 0, '', 'fruit-connect'), (11403, 'Swing Robber', 'Each morning of our next hero began with the preparation of the robbery of the century, where he took the main role for himself, but he needs a partner to carry out his insidious plan, and he hopes that you will become this partner. Which led him to a situation where he decided to rob one of the city\'s major banks. It\'s simple, he wants a lot of money and immediately, besides, just in one of the local newspapers an article was written about money laundering in this bank, and the local mafia launders them, so why not punish the mafia in the same way as they earn money, that is, by stealing it. And then the day of the robbery arrived. The thief prepared everything, calculated everything, it remains only to bring it all to life. Taking advantage of the cover of night, he opened the vault with money and safely left the bank building. In order not to get caught by patrols that would begin to comb the city in search of money and a thief, he hid them on the roof of one of the houses. Now you need to wait a few weeks and then return to collect the money.', 'https://img.gamemonetize.com/w5b6fd7wk3ths1zxwwhvjsgrvqq1klfv/512x384.jpg', 'https://html5.gamemonetize.com/w5b6fd7wk3ths1zxwwhvjsgrvqq1klfv/', '0', 'Clicker', 0, 0, '', 'swing-robber'), (11404, 'Stair Run Game', 'Stair Run is recommended as not merely a collecting but also an avoiding arcade game with three-dimensional stickman game art animation. It is managed for you to overpass all the red areas by means of collecting blue blocks and making stairs in the air. Why not challenge youself and complete all the levels in Stair Run?', 'https://img.gamemonetize.com/69jgoowls660ic9wjf7dqzui04tkkof8/512x384.jpg', 'https://html5.gamemonetize.com/69jgoowls660ic9wjf7dqzui04tkkof8/', '0', 'Arcade', 0, 0, '', 'stair-run-game'), (11405, 'Drift on Snow', 'Snow is everywhere. Unfortunately, you have no shovel. But you do have a car! Now show that snow who is the boss! Will you beat all levels and become the drift master?', 'https://img.gamemonetize.com/dwd9gvjtvaizzvh34njefgbgffzyo6mg/512x384.jpg', 'https://html5.gamemonetize.com/dwd9gvjtvaizzvh34njefgbgffzyo6mg/', '0', 'Racing', 0, 0, '', 'drift-on-snow'), (11406, 'Cut My Ropes', 'Logic game, the purpose of which is to feed the ever-hungry cat. Your task is to find a way to get to the treat, that is, cut the rope in such a way as to collect all the stars on the level and, of course, feed the "yummy" to the pet. The game has a lot of levels, try to pass them all with three stars.', 'https://img.gamemonetize.com/tbpvbye6mppcfz8drsyx2p00lxpwmvgq/512x384.jpg', 'https://html5.gamemonetize.com/tbpvbye6mppcfz8drsyx2p00lxpwmvgq/', '0', 'Puzzles', 0, 0, '', 'cut-my-ropes'), (11407, 'Golf king 3D', 'Realistic Multiplayer Golf at your fingertips! Join and Tee off now! From the creators of Mini Golf King comes a new Golf game featuring real-time 1v1 matches, realistic courses of stunning graphics, customizable characters, intuitive shot control and even more fun! Play on beautiful courses against rivals around the world in online battles! Win and collect trophies to unlock higher tours. Discover and upgrade golf clubs to improve your performance. Take on the daily and weekly leaderboards to win awesome prizes and glory. Play against your friends! Customize your look with endless combinations of characters, hats, glasses, tops, pants and shoes. Use various emotes to brag about your victory. Collect the best clubhouses and caddies for more benefits! Start your epic career and master your skills in your quest to become the Golf King! KEY FEATURES - PvP Golf duel - Compete against the star golfers all around the world - Easy & Simple controls: Swipe and release to hit the ball, just like playing pool! - Play on a variety of realistic 3D golf courses - Collect trophies and unlock new stages - Open packs to obtain new powerful golf clubs and upgrade the equipment you have: Various drivers, woods, long irons, short irons, wedges, rough irons, sand wedges and putters - Customize your look, clubhouse and caddie - Get promoted in the Weekly Leagues for more card bonuses - Reach high rank in Coin Rush for special rewards - Play with your family and friends - Send and request gifts with friends * "Like" Golf King on Facebook for updates and news! https://www.facebook.com/TheGolfKingPNIX/ * Golf King is GDPR compliant. * You need an internet connection to play this game. * Optional Permission - Storage: Used to save and load game configurations and caches * How to turn permissions on or off - Android OS 6.0 or later: On your device, open the main "Settings" app. Tap "Apps"(or "Application Manager"). Tap "Golf King". Tap "Permissions". Move switches to the right or the left to turn the permissions on or off. - Android OS earlier than 6.0: You need to upgrade the OS to control each permission. Otherwise, you may uninstall "Golf King" app to revoke them as a whole.', 'https://img.gamemonetize.com/5jvtch06tn67htxzd4x6brzo20pmdyjb/512x384.jpg', 'https://html5.gamemonetize.com/5jvtch06tn67htxzd4x6brzo20pmdyjb/', '0', 'Hypercasual', 0, 0, '', 'golf-king-d'), (11408, 'Squid Tower Game', 'Are you fan of Squid and Tower Game, this is combine of it Over a hundred quests for you to take on, you\'ll choose between unique character: powerful mages, agile archers, and melee... Many monsters and enemies in the tower. You need to defeat them, get treasures and save hostages. You can play everywhere ,every time. It is a boring killer game.', 'https://img.gamemonetize.com/802mns128yp0wfnc8wvcdim6luwi6bwy/512x384.jpg', 'https://html5.gamemonetize.com/802mns128yp0wfnc8wvcdim6luwi6bwy/', '0', 'Puzzles', 0, 0, '', 'squid-tower-game'), (11409, 'Wave Runs', 'Wave Run is an arcade puzzle game where the goal is to pass longer distance as you can with your rocket. It is not easy as you think. In the space, the stage will be a lot of obstacles or geometric figures. Pass between them and try not to hit the obstacles. The obstacles will move, they are not static and for that, it will be harder to pass them. When you tap on the screen the rocket will move, release to stop. The rocket will move horizontally left and right, tap the screen to move forward.', 'https://img.gamemonetize.com/tvb1zq0vfjdq7bquhjy4zvmjlg8wdrk9/512x384.jpg', 'https://html5.gamemonetize.com/tvb1zq0vfjdq7bquhjy4zvmjlg8wdrk9/', '0', 'Puzzles', 0, 0, '', 'wave-runs'), (11410, 'Bike Rush Fun & Run 3D Game', 'Bike Rush is a new driving experience game that can let many players drive a very cool bike. Players will join a united cycling team in the bike rush competition, start a crazy cycling journey, go through all kinds of rugged tracks and participate in all kinds of large-scale high-speed cycling competitions. Enjoy the Bike Rush!', 'https://img.gamemonetize.com/o9x3dccn55ohjbp5bx97y5ck0tskbv3y/512x384.jpg', 'https://html5.gamemonetize.com/o9x3dccn55ohjbp5bx97y5ck0tskbv3y/', '0', 'Hypercasual', 0, 0, '', 'bike-rush--fun-amp-run-d-game'), (11411, 'Shortcut Run Fun & Run 3D Game', 'Shortcut Run is a parkour game as well as a new arcade game. In the game, you need to collect wooden blocks on the platform. These wooden blocks allow you to build a road faster than others on the water. The more blocks, the more coins you will get. These coins can be used to exchange for different cartoon character skins. At the same time, running on the water can increase your speed. Are you ready? You will race with others. If you want to win the game, running on the water will speed you up, but it also will cost the bricks. So you need to collect them.', 'https://img.gamemonetize.com/szacsklg09z2d7jxj8nhokvlfbc1gpat/512x384.jpg', 'https://html5.gamemonetize.com/szacsklg09z2d7jxj8nhokvlfbc1gpat/', '0', 'Action', 0, 0, '', 'shortcut-run--fun-amp-run-d-game'), (11412, 'Test Drive Unlimited Fun & Run 3D Game', 'Collect gold coins to cross the road safely! Test Drive Unlimited is a brand new puzzle game with rich collection elements. You need to carefully observe the traffic conditions on the road. Pass the intersection quickly at the right time to avoid accidents. Collect as many gold coins as possible to get high scores!', 'https://img.gamemonetize.com/pwg9llv83ca0e0dd0nwkox4bo1vm43jf/512x384.jpg', 'https://html5.gamemonetize.com/pwg9llv83ca0e0dd0nwkox4bo1vm43jf/', '0', 'Racing', 0, 0, '', 'test-drive-unlimited--fun-amp-run-d-game'), (11413, 'Hula Hoops Rush Fun & Run 3D Game', 'Hula Hoops is a fun fitness exercise that when used correctly can exercise the muscles of the lower back and abdomen. Hula Hoops Rush is a unique collection of casual games. Here you need to collect the same color hula hoops as yourself to increase their number. The more hula hoops you have the more rewards you can get. Come join us for a workout! Have fun!', 'https://img.gamemonetize.com/jhziy6bh4vxbcmnhkfu7mawj44mwvzpg/512x384.jpg', 'https://html5.gamemonetize.com/jhziy6bh4vxbcmnhkfu7mawj44mwvzpg/', '0', 'Hypercasual', 0, 0, '', 'hula-hoops-rush--fun-amp-run-d-game'), (11414, 'Christmas Salon Santa Claus And Pets Makeover', 'Help animals and cute Santa to design! Design hair, fur, and Santa\'s beard put on cute winter clothes, make cookies and frozen ice cream, decorate the Christmas tree, and more. Start your winter makeover adventure!', 'https://img.gamemonetize.com/fr8k9s9udb2v9d9gqaumuts7ua1wfhaz/512x384.jpg', 'https://html5.gamemonetize.com/fr8k9s9udb2v9d9gqaumuts7ua1wfhaz/', '0', 'Hypercasual', 0, 0, '', 'christmas-salon--santa-claus-and-pets-makeover'), (11415, 'Racing Crash Jigsaw Fun Puzzle Game', 'Racing Crash Jigsaw is a very addictive puzzle game. Do you like jigsaw? Do you like cars? If your answer is yes, come and play the latest car jigsaw! Plenty of fantastic jigsaws of race cars is waiting for you to complete. Finish one jigsaw, you can unlock the next one. Each jigsaw has a different level of difficulty. See if you can unlock the last one. Let the Jigsaw amaze you as you solve the pictures!', 'https://img.gamemonetize.com/73asts6qdm07funnta3qfunnz66cfrpg/512x384.jpg', 'https://html5.gamemonetize.com/73asts6qdm07funnta3qfunnz66cfrpg/', '0', 'Puzzles', 0, 0, '', 'racing-crash-jigsaw--fun-puzzle-game'), (11416, 'The Branch Runner', 'Are you good at endless running arcade games? Here is a chance for you to play a funny running arcade game with 3D pixel blocks. You need to help the character run forward by means of rotating the platform track and avoiding the obstacle blocks. There are many beautiful skins in the shop. As long as you earned enough gold coins, you could unlock and use them!', 'https://img.gamemonetize.com/f9y461aqzc9bt3nb0fmg4f4tre0zo2bh/512x384.jpg', 'https://html5.gamemonetize.com/f9y461aqzc9bt3nb0fmg4f4tre0zo2bh/', '0', 'Arcade', 0, 0, '', 'the-branch-runner'), (11417, 'Hippo Car Service Station', 'Hippo Car Service Station is a very cute game. Little Hippo opened a car service station in her town. Hearing of this, many animals in her town come to her station to fix cars. Today Uncle Hippo comes to her station because he wants to give an examination to his car. And you will be her Giraffe shop assistant and help Uncle Hippo fix his car. His car is spattered with mud. Use the water gun to clean it up first. Then let\'s give a whole examination to his car. Thank god he comes to your station. It\'s got 3 problems in his car: parts that need to be replaced, garbage that needs to be removed, flat tire. Want to know how to fix it? Just play this game!', 'https://img.gamemonetize.com/d1t292ox7avpbs4r87wbfsf1glp5fot4/512x384.jpg', 'https://html5.gamemonetize.com/d1t292ox7avpbs4r87wbfsf1glp5fot4/', '0', 'Girls', 0, 0, '', 'hippo-car-service-station'), (11418, 'High Heels 2 3D Game', 'The easier it will be to escape the long walls and obstacles, the game consists of different levels. The more you cross the levels, the harder the game will be low levels will have an easy task and higher will then have difficult tasks. A different obstacle awaits you at each level. There are rails on the roof where you have to spread your legs and slide, walls to jump, a stick to balance', 'https://img.gamemonetize.com/mutx9r017ln449qsxir9320gpextxlz4/512x384.jpg', 'https://html5.gamemonetize.com/mutx9r017ln449qsxir9320gpextxlz4/', '0', 'Puzzles', 0, 0, '', 'high-heels--d-game'), (11419, 'Rescue Machine Help Somebody', 'Rescue Machine is not merely a survival rescue arcade game but also a matching puzzle game with 3D gears and stones. There are always some stones pressing on the bodies of survivors. Your goal is to connect the machines and activate the power operations to lift the obstacle heavy stones. You are able to see normal physics connection machines like gear drive and crank-link-mechanism. Glad you will rescue all survivors and complete corresponding levels!', 'https://img.gamemonetize.com/pdtepbilnule1x5wniazbxkxgag4vao7/512x384.jpg', 'https://html5.gamemonetize.com/pdtepbilnule1x5wniazbxkxgag4vao7/', '0', 'Action', 0, 0, '', 'rescue-machine--help-somebody'), (11420, 'Owl Pop It Rotate', 'Welcome to our newest casual puzzle game Owl Pop It Rotate. The game has 10 levels with different pop-it owl toys. Each level is locked and it will be unlocked when you solve the previous level. Build the correct image by clicking to rotate the pieces of the puzzle before time runs out. Enjoy and have fun!', 'https://img.gamemonetize.com/choqlrd3556wvdsxzfzjo6hxfun7z3n7/512x384.jpg', 'https://html5.gamemonetize.com/choqlrd3556wvdsxzfzjo6hxfun7z3n7/', '0', 'Puzzles', 0, 0, '', 'owl-pop-it-rotate'), (11421, 'My Cute Monkey', 'My cute monkey Bingo dress up game. The cute pet monkey Bingo loves to eat bananas. Bingo loves to play games. After playing the game, Bingo\'s clothes are very dirty. Bingo has to wear new clothes. Let\'s dress it and play', 'https://img.gamemonetize.com/qx10qk3ckjda1dgz9mh0rjw85sm7oelg/512x384.jpg', 'https://html5.gamemonetize.com/qx10qk3ckjda1dgz9mh0rjw85sm7oelg/', '0', 'Girls', 0, 0, '', 'my-cute-monkey'), (11422, 'High Heels Walk', 'Ready to have fun? Brand new high heels girl runner game with easy gameplay where your aim is to make a high heels by collecting all heels from the tricky runway. Swipe to collect heels and make high tall heels tower to reach destination.', 'https://img.gamemonetize.com/is03wcivsfuwqa0nyv471zvxndcbvq1d/512x384.jpg', 'https://html5.gamemonetize.com/is03wcivsfuwqa0nyv471zvxndcbvq1d/', '0', 'Hypercasual', 0, 0, '', 'high-heels-walk'), (11423, 'Block Breaker Online', 'Block Breaker Online free Game Shoot balls keep breaking bricks, relax your mind. Shoot the balls and break the bricks. Strategy and creativity are required in the Block Breaker Game which is a single-handed controller. Keep breaking bricks, relax your mind in Block Breaker Online free Game where balls are shot. Game features Suitable for all ages. Challenging and interesting. Enthusiastic graphics and sound. Enjoyable in leisure times. How to play With many different types of brick-breaking blasters the Block breaker game is a single-handed controller. During gameplay the more you play, the better your tactics will become, and by taking on certain levels in order, they may unlock new features for use. It will be interesting for gamers who love challenges because there are plenty of Brick Breaker Blasters in this game with levels ranging from easy to challenging. With several Brick Breaker Blasters, Block Breaker is a single-handed controller game. Play Now Instant Games https://naptechgames.com/game/block-breaker-online We have Top HTML5 Games Publishing Platform NapTech Games: https://naptechgames.com Jango Games: https://jangogames.com Tap To Run: https://taptorun.com Peggy Games: https://www.peggygames.com', 'https://img.gamemonetize.com/fti5wpvfb4xbijh22ugtd7rhnw7khco2/512x384.jpg', 'https://html5.gamemonetize.com/fti5wpvfb4xbijh22ugtd7rhnw7khco2/', '0', 'Puzzles', 0, 0, '', 'block-breaker-online'), (11424, 'Ice Queen Salon Frozen Beauty', 'Have you ever dreamed of running your own beauty salon? Do you want to host a fashion salon party and provide explanations for girls who need fashion expertise? For girls of all ages, delicate makeup is an essential element in life, makeup, and fashion games can turn everyone into a stylish princess! The three Disney princesses need perfect makeup and the most suitable clothes because they are going to a very important party tonight. They need your advice and help. Why are you hesitating? Come design makeup and create fashion. If you like this game, don\'t forget to share it with your friends!', 'https://img.gamemonetize.com/kdq63uqzcz87720mzzvve4vtf2ycbma7/512x384.jpg', 'https://html5.gamemonetize.com/kdq63uqzcz87720mzzvve4vtf2ycbma7/', '0', 'Hypercasual', 0, 0, '', 'ice-queen-salon---frozen-beauty'), (11425, 'Kids Cars Games Fun With Vehicles', 'Every boy has a car dream in his heart. Kids Cars Games is a fun educational game suitable for preschoolers. It can help children learn the names of various parts of vehicles, including rescue vehicles, agricultural equipment, construction vehicles, and military vehicles. There are even cranes, excavators, tractors, and harvesters. It is worth noting that children not only need to clean some military equipment but also need to repair them, including tanks and warships. This game can cultivate children\'s logical thinking and imagination.', 'https://img.gamemonetize.com/gfb5o74oa1o2tzjsr53mebrxa334jb8m/512x384.jpg', 'https://html5.gamemonetize.com/gfb5o74oa1o2tzjsr53mebrxa334jb8m/', '0', 'Hypercasual', 0, 0, '', 'kids-cars-games--fun-with-vehicles'), (11426, 'Fashion Girl Spa Day Makeover Game', 'Hi girls! Come and run your own salon. In the fashion girls\' salon game, you can easily provide customers with a relaxing and enjoyable time. You can squeeze out their acne, pluck out their excess eyebrows, shave their legs, dye their hair, and so on! Meet the different needs of girls!', 'https://img.gamemonetize.com/197hysnfl4atde4mjgrlq5m9iyylzpem/512x384.jpg', 'https://html5.gamemonetize.com/197hysnfl4atde4mjgrlq5m9iyylzpem/', '0', 'Hypercasual', 0, 0, '', 'fashion-girl-spa-day--makeover-game'), (11427, 'Bushman Bamboo ', 'Enjoy your free time exploring bushmen journeys with the help of bamboo. From all over the internet this free online game is the best just for you. For any activity level it is the perfect game. Game features Entertaining and enjoyable. High quality graphics. Challenging levels.', 'https://img.gamemonetize.com/78fsbdsumx9mo1hf7p7yyk8ac3ioyes7/512x384.jpg', 'https://html5.gamemonetize.com/78fsbdsumx9mo1hf7p7yyk8ac3ioyes7/', '0', 'Arcade', 0, 0, '', 'bushman-bamboo-'), (11428, 'Superheroes Avengers Hydra Dash', 'This online game inspired by Marvel comics will allow anyone to take part in new and exciting adventures of superheroes. You can choose one of eight characters, including Iron Man, Captain America, Hulk, and using their abilities to complete a responsible task - to return the stolen drawings of a secret weapon that the organization, codenamed Hydra, is going to use in its illegal activities.', 'https://img.gamemonetize.com/nezwqrsy9yqkpbfxw6hsrpitpw6piqoi/512x384.jpg', 'https://html5.gamemonetize.com/nezwqrsy9yqkpbfxw6hsrpitpw6piqoi/', '0', 'Racing', 0, 0, '', 'superheroes--avengers-hydra-dash'), (11429, 'SpaceFight', 'Spaceship game. Pilot a spaceship and your goal is to defeat different enemies that will attack you. Kill them and get the victory.', 'https://img.gamemonetize.com/es4ie05un2zlxsm8mg4ark61esro1fgz/512x384.jpg', 'https://html5.gamemonetize.com/es4ie05un2zlxsm8mg4ark61esro1fgz/', '0', 'Shooting', 0, 0, '', 'spacefight'), (11430, 'Stack Ball Game', 'A fun and exciting game for kids that provides learning opportunities for both short and long term. The Stack Ball is easy to play, but it can be used by adults as well. In fact, the game is so easy that even beginner players can win some times!', 'https://img.gamemonetize.com/zzkwm09mz6i0kjhbkr71okgyod9ckrjj/512x384.jpg', 'https://html5.gamemonetize.com/zzkwm09mz6i0kjhbkr71okgyod9ckrjj/', '0', 'Hypercasual', 0, 0, '', 'stack-ball-game'), (11431, 'Pitballs', 'Pitballs is a hypercasual game that lets you shoot balls into the pit. In boss battles, you will use the balls accumulated in the pit. Improve your balls to be stronger and overwhelm the bosses in the pit. Good luck!', 'https://img.gamemonetize.com/erq5ht2bdzmky654owp48fxlwg59a7d9/512x384.jpg', 'https://html5.gamemonetize.com/erq5ht2bdzmky654owp48fxlwg59a7d9/', '0', 'Hypercasual', 0, 0, '', 'pitballs'), (11432, 'Smart bubbles', 'Christmas is coming, and there is obviously not enough bubble balls to decorate Christmas. Lets play with a bubble dragon and collect more bubble balls. In the game, players eliminate more bubble balls by firing bubble balls. Until all the bubble balls are eliminated, you can pass. Lets see how high scores you can eliminate!', 'https://img.gamemonetize.com/h8hdupmy7il3x3vck7j5hz4genbe4y3h/512x384.jpg', 'https://html5.gamemonetize.com/h8hdupmy7il3x3vck7j5hz4genbe4y3h/', '0', 'Puzzles', 0, 0, '', 'smart-bubbles'), (11433, 'Castle Raid 3D Game', 'As a collecting drawing puzzle arcade game, Castle Raid 3D requires you to group a team to invade the castle at each level.', 'https://img.gamemonetize.com/clc5718gweap7ehdtn8dtebmszjmnbl3/512x384.jpg', 'https://html5.gamemonetize.com/clc5718gweap7ehdtn8dtebmszjmnbl3/', '0', 'Arcade', 0, 0, '', 'castle-raid-d-game'), (11434, '4X4 OFFROAD', 'Come and enjoy driving large euro trucks transporting goods and offroad jeeps Prado with a wonderful driving experience in several driving modes. Enjoy the actual fantastic offroad Prado and jeep driving games at mountain climb hill, transport different things to get cash, and master impossible feats to enjoy the ride of a lifetime. Demonstrate your offroad 4x4 driving talents while having a great time playing offroad jeep driving games. Be a wild truck and driver, racing against the clock and going on a jeep adventure. Offroad land cruiser driving is a true experience that will awaken the true offroading driver inside you while also providing a hard game through mountains, hills, and deserts.', 'https://img.gamemonetize.com/8t8i9woslk3kptqbccxmehuq6ayg3s9l/512x384.jpg', 'https://html5.gamemonetize.com/8t8i9woslk3kptqbccxmehuq6ayg3s9l/', '0', 'Arcade', 0, 0, '', 'x-offroad'), (11435, 'SuperStar Dressup', 'She\'s a superstar. Her fans love him very much and always want to see stylish. Let\'s dress her very stylishly by combining her newly bought dresses, jewelry, shoes and bag correctly.', 'https://img.gamemonetize.com/gmwjmsusczey7kzum61yva17z08opj7n/512x384.jpg', 'https://html5.gamemonetize.com/gmwjmsusczey7kzum61yva17z08opj7n/', '0', 'Girls', 0, 0, '', 'superstar-dressup'), (11436, 'BE A PARKER CAR PARKING', 'Broken Diamond offering you the best free offline 4x4 offroad parking simulator games 2021. Avoid Hitting Cones and Obstacles The task is to drive your 4x4 pickup truck and park it on the right destination. Drive carefully and don’t need to be panic in any situation. There are many obstacles and hurdles in your way. Avoid hitting these obstacles because if you hit any obstacle like cones or any other hurdle your level will be failed and game is over. Drive safely and follow the car driving rules. Extreme 4x4 offroad parking jeep driving challenge is best car games for killing bored time and the best parking and driving game. Parking simulator game 2021 allowing you to Park your jeep game on impossible Parking spots by driving your off-road jeep on most difficult parking tracks. Providing you the best experience of parking car on most difficult parking areas by providing best jeep parking game 3D. Car Parking Simulator 3d Parking car driving challenge gives you the best off-road Parking lot simulations for performing amazing driving skills for parking 4x4 jeeps on best parking simulator. Enjoy the best jeep driving simulation in this amazing parking simulation 2021 game. Become Pickup Truck Driver Parking a small car is easy to maneuver in sharp turns but parking an off road 4 x 4 pickup truck is not that easy its maneuverability is hard you have to watch carefully the blind spots so you avoid hitting your pickup truck. In this free offline off road parking game you can polish your off road driving and off road pickup truck parking experience and can become a professional 4 x 4 truck parking master by playing this free off road 2021 games. 4x4 Off Road Parking Simulator Driving crazy 4x4 off-road trucks on crazy extreme parking tracks by showing you amazing driving skills of Parking jeeps in impossible parking spots. Experiencing and enjoying best and most difficult parking tracks and parking impossible cars in impossible parking pots in this extreme parking game. If you love playing hard impossible parking games then this free off road parking games 2021 will provide you the best pickup truck parking and driving experience. This off-road Parking simulator game is best to test your driving skills on most tough off-road tracks leading to most difficult parking spots you can ever find in any 4x4 Jeep parking simulator game. Free Off Road 4x4 SUV Parking In this really hard offroad SUV parking game of 2021 & uphill suv drive try to complete all the missions of the offroad SUV driving games & complete the mission in one attempt. Driving the extreme suv offroad parking simulator is very difficult task but playing this hard off-road games of 2021 will give you the experience of the latest offroad driving skills. Prepare yourself as the perfect suv off road car driving simulator and prove yourself that you are the master driver of the off-road jeep parking game on the impossible hard tracks. Some levels of the extreme jeep off road simulation game easy but some levels require your car parking skills in this crazy offroad SUV driver simulation game. Jeep Parking Simulator Features: -Real car physics and sounds. -Different controls (steering, arrow, tilt). -Realistic parking experience. -Challenging levels to push your parking skill to the limit. -We provide automobiles like in your dream garage. -Number of awesome cars to unlock. -Realistic graphic quality. -Free to play (offline). -Smooth 4x4 jeep controls.', 'https://img.gamemonetize.com/jywod270c4nghhhhqvjlnyvlifjqxtno/512x384.jpg', 'https://html5.gamemonetize.com/jywod270c4nghhhhqvjlnyvlifjqxtno/', '0', 'Racing', 0, 0, '', 'be-a-parker--car-parking'), (11437, 'House of Hazards', 'House of Danger is a fun skill game where you race to complete various tasks in an apartment where your opponents are watching you in real time and setting traps to defeat you. Avoid obstacles like falling lamps and swinging cabinets to complete all your objectives and win the round. Similarly, keep your opponents from completing their tasks by activating your own traps at the right moment. Check out the wheel of fortune at the end of each round to find out the rules for the next round. Turn on the "multiplayer" mode and play with a friend.', 'https://img.gamemonetize.com/q4or8gm2lclw6wg0pm1qq4nj3w12cpgm/512x384.jpg', 'https://html5.gamemonetize.com/q4or8gm2lclw6wg0pm1qq4nj3w12cpgm/', '0', 'Adventure', 0, 0, '', 'house-of-hazards'), (11438, 'Selena and Justin Kissing', 'Play Selena and Justin kissing game a hyper-casual game for girls who like to play kissing games. Tho objective of the game is to make the two lovers kiss and don\'t be caught, every time when they are caught you lose a life, you start the game with 3 lives. When you see the attention sign at the top of the game you must not click and the two lovers will not kiss, enjoy it.', 'https://img.gamemonetize.com/tk6z5hdvfp6og73s88htuvaembefvcjj/512x384.jpg', 'https://html5.gamemonetize.com/tk6z5hdvfp6og73s88htuvaembefvcjj/', '0', 'Hypercasual', 0, 0, '', 'selena-and-justin-kissing'), (11439, 'Bungonoid', 'Bungonoid is a simple one touch arcade game that is a little like break out and a little like pinball. There are three medals to be achieved based on score and there are three new paddles that can be unlocked also based on score. There are seven backgrounds will be picked each time you play. Enjoy with Bungonoid!', 'https://img.gamemonetize.com/8ax3npxgj4agsq3t3zs5qlszo4kvy44k/512x384.jpg', 'https://html5.gamemonetize.com/8ax3npxgj4agsq3t3zs5qlszo4kvy44k/', '0', 'Puzzles', 0, 0, '', 'bungonoid'), (11440, 'Dr Green Alien 2', 'Are you ready to collect the toxic waste barrels with the green beautiful alien doctor in his space adventure? Help the dr green alien and collect the barrels beware the barrels are poisonous collect the points you need to reach the finish line be careful not to go without the barrels.', 'https://img.gamemonetize.com/bkat7z1lorm4i3v62ewjwh3prxidg9tt/512x384.jpg', 'https://html5.gamemonetize.com/bkat7z1lorm4i3v62ewjwh3prxidg9tt/', '0', 'Arcade', 0, 0, '', 'dr-green-alien-'), (11441, 'Tower Run Game', 'Tower Run is recommended as both obstacle-crossing parkour and a skillful arcade game that is made from 3D game engine. You are sent to get to the final area by means of overpassing all the obstacle walls. You can jump over normal low walls by yourself.', 'https://img.gamemonetize.com/xll51du9ym93kbwmtljn856y9fbzrfpb/512x384.jpg', 'https://html5.gamemonetize.com/xll51du9ym93kbwmtljn856y9fbzrfpb/', '0', 'Hypercasual', 0, 0, '', 'tower-run-game'), (11442, 'Steveman Lava World', 'Steveman\'s 2nd series has to survive in the lava world, let\'s see if he can do it. don\'t forget it needs you to survive you have to collect the red eggs collect them and earn points. You have to reach the door, watch out for the thorns, but don\'t die. There are flying monsters, be careful with them.', 'https://img.gamemonetize.com/8abmfn9avmwad2cucmkt2yl0k434x7iq/512x384.jpg', 'https://html5.gamemonetize.com/8abmfn9avmwad2cucmkt2yl0k434x7iq/', '0', 'Arcade', 0, 0, '', 'steveman-lava-world'), (11443, 'Bike Blast Bike Race Rush', 'Hop on your BMX and swipe, jump, duck, dodge and dash your way to victory! Non-stop HIGH OCTANE Bike RACING ACTION in the new AWESOME quality game! ★ Colorful HD graphics! ★ BLAST through the Subway! ★ SURF through the streets! ★ DODGE oncoming traffic! ★ SWIPE through tunnels! ★ JUMP over bridges and busses! ★ GRIND crazy rails! ★ SLIDE under obstacles! ★ RIDE across the City and Park! ★ TRICK off the MEGA RAMP for some sick air time! ★ FLY through the skies on your very own Hang Glider! ★ UPGRADE powerups to get impossible run scores! ★ BOOST your score using a HELICOPTER and a ROCKET! ★ RACE, compete, challenge and help your friends! ★ ACHIEVEMENTS to unlock and show off your skills! ★ WEEKLY LEADERBOARDS to compete with the world! ★ Compete as one of the many characters to pick your #1 surfer! Max and Amy need your help to rack up the most EXTREME score possible in the best new FREE endless running game! Set some intense HIGH SCORES and BEAT your buddies in the rush to the top! Whether you are a boy or a girl, there are lots of FUNKY characters to meet and lots of SHINY cool bikes to earn! COLLECT coins, COMPLETE missions, SPEED through the ranks and more! Updated with the coolest features and gameplay packed with content, you will love doing flips, tricks and stunts off ramps while testing your reactions speeding around town! This is NOT your average running game! This is Faster, This is Smoother, This is for the best players, This is Bike Blast!', 'https://img.gamemonetize.com/hkb5fx9e4f2xsc70rebw7ljiqg5zrp7z/512x384.jpg', 'https://html5.gamemonetize.com/hkb5fx9e4f2xsc70rebw7ljiqg5zrp7z/', '0', 'Racing', 0, 0, '', 'bike-blast-bike-race-rush'), (11444, 'Spiderman Match Cards', 'Let\'s play matching cards with pictures of spiderman and his enemies. Let\'s strengthen our memory and have fun.', 'https://img.gamemonetize.com/j4uw8yqkdzh7xv0g2ymlfvhkdymd9kwa/512x384.jpg', 'https://html5.gamemonetize.com/j4uw8yqkdzh7xv0g2ymlfvhkdymd9kwa/', '0', 'Puzzles', 0, 0, '', 'spiderman-match-cards'), (11445, 'Peppa Pig Family Coloring', 'Peppa Pig Family Coloring is a free online coloring and kids game! In this game you will find eight different pictures which have to be colored as fast as you can to obtain a great score at the end of the game. You have 23 different colors to choose. You can also save the colored image. Have fun!', 'https://img.gamemonetize.com/z7ajdycqmuw5tpjuo73y0xa8me2dnhz1/512x384.jpg', 'https://html5.gamemonetize.com/z7ajdycqmuw5tpjuo73y0xa8me2dnhz1/', '0', 'Puzzles', 0, 0, '', 'peppa-pig-family-coloring'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (11446, 'Princess Makeup Girl', 'Princess Makeup Girl is a very fun dress up game. Princesses and princes are going to a costume party tonight. As a famous stylist, using your sense of fashion, put on fancy makeups and gorgeous outfits for them. We carefully select lots of pretty eye shadows, lipsticks, blushers and outfits for you. Come and try your best to make them stand out of the crowd. They will appreciate your kindness and advanced skills. Instead of playing this alone at your home, invite your friends to enjoy together! Let\'s see who the best stylist is!', 'https://img.gamemonetize.com/5fl1aow3potspvu2cy68b5anb78c811s/512x384.jpg', 'https://html5.gamemonetize.com/5fl1aow3potspvu2cy68b5anb78c811s/', '0', 'Girls', 0, 0, '', 'princess-makeup-girl'), (11447, 'Ball Pass 3d', 'Ball Pass 3D is not only a ball physics but also a basketball simulation game that is made of 3D game art animation. It is managed for you to pass the ball to the team members and make the goal with as few shots as you can. Glad you will enjoy Ball Pass 3D!', 'https://img.gamemonetize.com/2fih7nuc8jwl25i6yn7f85i55m2snt91/512x384.jpg', 'https://html5.gamemonetize.com/2fih7nuc8jwl25i6yn7f85i55m2snt91/', '0', 'Sports', 0, 0, '', 'ball-pass-d'), (11448, 'Ultra Pixel Burgeria', 'Ultra Pixel Burgeria is not merely a restaurant management simulation game but also a matching puzzle game that is made from 2D pixel game art animations. You are asked to make the snack just like what the order says in a limited time, or else both the order and rewards will fly away when customers lost their patience. I strongly suggest you start with the tutorial level first to learn how to prepare all materials including bread, soda, and meat. Good luck!', 'https://img.gamemonetize.com/29vgc2auqscvsde28a632c5d7papt6jd/512x384.jpg', 'https://html5.gamemonetize.com/29vgc2auqscvsde28a632c5d7papt6jd/', '0', 'Girls', 0, 0, '', 'ultra-pixel-burgeria'), (11449, 'Baby Taylor Bad Cold Treatment Baby Care', 'Autumn is here. This is a beautiful season, but it is also a season that makes people catch a cold. Taylor unfortunately had a bad cold. Please I accompany Taylor to the hospital to cure his severe cold and then help Taylor\'s mom make some cookies. This is Taylor\'s favorite snack. Taylor will recover soon after eating the cookies her mom made! Have fun!', 'https://img.gamemonetize.com/n3peerle0lrac7ih56jw7a6stivtr8og/512x384.jpg', 'https://html5.gamemonetize.com/n3peerle0lrac7ih56jw7a6stivtr8og/', '0', 'Hypercasual', 0, 0, '', 'baby-taylor-bad-cold-treatment--baby-care'), (11450, 'Garbage 3D Trucks', 'Driving a garbage truck in city environment is the ultimate test of driving skill. Take a seat and start your job in a fully modeled and animated trucks that are based on real truck models. Load up the truck and deliver the trash to your garbage processing plant, where it will be burned. Burning the trash generates you money, which you can use to upgrade furnaces in the plant, or buy different trucks. There are many trucks to choose from. There are also a lot of customisation options for the trucks, including paints and acessories. Features: • Detailed truck models with fully modeled interiors • All trucks are animated • Rear / side / front loaders • A lot of upgrades for each truck and processing plant • Dynamic day and night with weather effects • Different control options (buttons, tilt, sliders or steering wheel) • Manual and automatic gearbox options • Realistic physics • Big open City without loading screens • Realistic engine sounds • Lively AI traffic system', 'https://img.gamemonetize.com/qxbs44rjr5jz49uw0gwtt5ukgcgy2cwe/512x384.jpg', 'https://html5.gamemonetize.com/qxbs44rjr5jz49uw0gwtt5ukgcgy2cwe/', '0', 'Hypercasual', 0, 0, '', 'garbage-d-trucks'), (11451, 'Blocks Tower', 'A very popular and addictive game release the block by taping anywhere and construct the tower as tall as possible! If you miss three or more Stone blocks you loose! Have Fun and 
enjoy the game!', 'https://img.gamemonetize.com/h4csr848pdl1dn124gf4lpycv68l9u1b/512x384.jpg', 'https://html5.gamemonetize.com/h4csr848pdl1dn124gf4lpycv68l9u1b/', '0', 'Puzzles', 0, 0, '', 'blocks-tower'), (11452, 'Traffic Car turn', 'On the roads of large cities, intersections are particularly difficult sections with incredibly busy traffic. The game will take you to one of these intersections, and you will have to deal with traffic control. Stay alert to avoid a traffic accident.', 'https://img.gamemonetize.com/i1nxe096pqnykylx1nbiofeiw46jedum/512x384.jpg', 'https://html5.gamemonetize.com/i1nxe096pqnykylx1nbiofeiw46jedum/', '0', 'Racing', 0, 0, '', 'traffic-car-turn'), (11453, 'Stickman vs Aliens', 'Welcome to Stickman vs Aliens, A new Action War game. Slide your finger left, right & Up and down to control you Stickman hero. Shoot your enemy and destroy Tanks and planes. Collect weapons and coins to get a high score. good luck', 'https://img.gamemonetize.com/r7drhkl4vp5ip0107pz9rtd6qgb9hp5t/512x384.jpg', 'https://html5.gamemonetize.com/r7drhkl4vp5ip0107pz9rtd6qgb9hp5t/', '0', 'Fighting', 0, 0, '', 'stickman-vs-aliens'), (11454, '3d car parking', 'If you are looking for an awesome car parking simulator game then Car Parking 3D Pro: City Car Driving is the very one to perfect your driving skills! One simple rule: steer away from the barriers on the road to prevent your car from getting bumped or scratched, carefully drive it in the assigned parking lot. This task may seem as easy as pie, but it can be quite difficult even for professional drivers. MODE - PARKING PRACTICE PROFESIONNAL - GET DRIVER LICENSE - CITY CAR DRIVING REALISTIC GAMEPLAY Enjoy your driving experience with 3D graphic, a rear-view mirror, FPP view (First-Person-Perspective), gearbox, proximity sensor, turn signals, traffic lights and satisfying engine sound. VARIABLE MODES, LEVELS AND MAPS Car Parking 3D Pro provides Parking and License Mode, with 200 levels, newest day and night city map. Every single level is unique, brought you a total different experience and keep you entertained for hours. ACQUIRE THE MOST PRESTIGIOUS CARS Classic and sporty car, which do you prefer? Don’t forget we have jeeps, vans, buses, ambulance and police car as well! SHOPPING FOR FUN Who doesn’t like shopping? This is a parking game, but you can buy a whole new car or a shield protection to conquer the multilevel game system. SOCIAL AND GAME LEADERBOARDS Log in via Facebook, invite your friends, challenge them and become a Parking Master on worldwide leaderboards. But don’t forget your Throne is at stake, targeted by millions of daily player!', 'https://img.gamemonetize.com/znxdk8sityrzhfgqth1ep3vo091tlh3z/512x384.jpg', 'https://html5.gamemonetize.com/znxdk8sityrzhfgqth1ep3vo091tlh3z/', '0', 'Hypercasual', 0, 0, '', 'd-car-parking'), (11455, 'Race To Sky', 'Can you win the most dangerous stunt car sky roads game? Enjoy ultimate car driving on sky roads by playing impossible tracks games. Presenting you the most thrilling impossible stunt cars tracks simulator game where you can drive amazing cars on massive heights to touch the skies like a legend. Get a unique driving experience on impossible tracks by performing crazy stunts on ramps with super muscle cars. Be careful while racing the car to avoid an impossible fall. Dangerous track car driving is a hard-driving game on zigzag tracks of ramps in sky road.', 'https://img.gamemonetize.com/z4w4wz736zwfd5qwiayoh1cdqrdrxsw5/512x384.jpg', 'https://html5.gamemonetize.com/z4w4wz736zwfd5qwiayoh1cdqrdrxsw5/', '0', 'Racing', 0, 0, '', 'race-to-sky'), (11456, 'Crazy Seagull', 'You\'re a little crazy, aren\'t you? This Gaviota is completely crazy and wants all the balloons. Minimalist and fun game that will keep your adrenaline pumping as your opponent is very fast and agile, you will fly a plane easy to steer to try to win the prizes, you will not win a medal, I assure you!', 'https://img.gamemonetize.com/ncapentbdhgjezxi96kr8m9bp1qvyuy0/512x384.jpg', 'https://html5.gamemonetize.com/ncapentbdhgjezxi96kr8m9bp1qvyuy0/', '0', 'Hypercasual', 0, 0, '', 'crazy-seagull'), (11457, 'Roary the Racing Car Hidden Keys', 'Roary the Racing Car Hidden Keys is a free online kids and hidden object game. That is 10 keys on 8 levels. Use mouse and click on the key when you see one. The timer is located in the lower right corner of the screen and for the allotted period you must find and show ten stars in the picture presented. So, if you are ready start the game and have fun!', 'https://img.gamemonetize.com/5uq1e7t40qr2hqaszoqmdq9oj3pu580p/512x384.jpg', 'https://html5.gamemonetize.com/5uq1e7t40qr2hqaszoqmdq9oj3pu580p/', '0', 'Puzzles', 0, 0, '', 'roary-the-racing-car-hidden-keys'), (11458, 'Heroes of Might and Magic', 'Might & Magic Heroes (formerly Heroes of Might and Magic) is a series of video games originally created and developed by Jon Van Caneghem through New World Computing. As part of the Might and Magic franchise, the series changed ownership when NWC was acquired by 3DO and again when 3DO closed down and sold the rights to Ubisoft. The games feature turn-based, fantasy-themed conflicts in which players control armies of mythical creatures. The series began in 1995 with the release of the first title. A seventh installment, Might & Magic Heroes VII, was released on September 29, 2015. New World Computing closed after the production of Heroes of Might and Magic IV, and since then the rights to the franchise have been owned by Ubisoft. Nival Interactive developed the first game in the series since the changeover, Heroes of Might and Magic V. Black Hole Entertainment developed its sequel Might & Magic Heroes VI, but Limbic Entertainment developed later patches and the DLC, as well as Might & Magic Heroes VII. Virtuos developed the Shades of Darkness standalone expansion for Heroes VI.', 'https://img.gamemonetize.com/eqq1qmnjpuqtl6i77fk9knkktfcv2hq7/512x384.jpg', 'https://html5.gamemonetize.com/eqq1qmnjpuqtl6i77fk9knkktfcv2hq7/', '0', 'Puzzles', 0, 0, '', 'heroes-of-might-and-magic'), (11459, 'Scooby Doo Dress Up', 'Scooby and his friends live scary adventures every day. Ghosts, monsters follow them. Do you want to dress up different costumes for Scooby and his friends Shaggy and Daphne? Drag and drop pirates, ghosts and skeletons wherever you want. Let\'s dress up and have fun.', 'https://img.gamemonetize.com/len1m27d8yd982u8i36wgtlkbyn97qbi/512x384.jpg', 'https://html5.gamemonetize.com/len1m27d8yd982u8i36wgtlkbyn97qbi/', '0', 'Girls', 0, 0, '', 'scooby-doo-dress-up'), (11460, 'Word Guess Game', 'Are you good at guessing a word from provided letters in random order? Here is a word-guessing puzzle game with arcade play rules. There are four different modes with more letters from four to seven. More difficult modes have more time for you to use. Keep calm and make a new reword!', 'https://img.gamemonetize.com/hymr085siwk5vyvwypwmp8ppswqwdnhp/512x384.jpg', 'https://html5.gamemonetize.com/hymr085siwk5vyvwypwmp8ppswqwdnhp/', '0', 'Puzzles', 0, 0, '', 'word-guess-game'), (11461, 'Phone Evolution', 'Here is a collecting evolution simulation arcade game with 3D cartoon phone models and platform tracks. As long as you keep your phone modern than the 1980s, you could complete the level when you arrive at the final wall. The blue walls will upgrade your phone with different time spans. The red walls will degrade your phone into older types. Would you like to upgrade your phone to the ultimate type in this game?', 'https://img.gamemonetize.com/v1phpjsgnw87qulbci0gzlxzxxvla41t/512x384.jpg', 'https://html5.gamemonetize.com/v1phpjsgnw87qulbci0gzlxzxxvla41t/', '0', 'Arcade', 0, 0, '', 'phone-evolution'), (11462, 'Renault Austral Puzzle', 'Play with 6 images in this perfect jigsaw puzzle game: Renault Austral Puzzle. All images is with the themes of the car - Renault Austral. Solve all puzzles and keep your brain sharp. You have four modes for each picture, 16 pieces, 36 pieces, 64 pieces and 100 pieces. Enjoy and have fun.', 'https://img.gamemonetize.com/xwsjfolsxrfkist7kdjeq8lqd7qfqi9z/512x384.jpg', 'https://html5.gamemonetize.com/xwsjfolsxrfkist7kdjeq8lqd7qfqi9z/', '0', 'Puzzles', 0, 0, '', 'renault-austral-puzzle'), (11463, 'Ball Paint 3D', 'Ball Paint 3D is a relaxing, simple, and fun game for kids, free online. You only have to find the balls of the same color within the limited number of balls given to you to pass the game, with beautiful 3D graphics to give you the best gaming experience. It\'s a battle of the brains, do you dare to challenge?', 'https://img.gamemonetize.com/8q43pj7ceeuyqhuxu5cpksixy8hc0d6n/512x384.jpg', 'https://html5.gamemonetize.com/8q43pj7ceeuyqhuxu5cpksixy8hc0d6n/', '0', 'Boys', 0, 0, '', 'ball-paint-d'), (11464, 'Villains Vs Princesses School Fashion', 'It was only a matter of time before Villains and princesses ended up studying at the same school. The competition between them even reached the level of the outfits they each wore when they walked through the school gates.', 'https://img.gamemonetize.com/dpqmyt98j72shz61zl9yreabe4ghrm76/512x384.jpg', 'https://html5.gamemonetize.com/dpqmyt98j72shz61zl9yreabe4ghrm76/', '0', 'Girls', 0, 0, '', 'villains-vs-princesses-school-fashion'), (11465, 'Baby Taylor Doll House Making', 'Taylor likes Barbie dolls the most, she has many doll toys. But she always dreamed of owning a big doll house. Taylor discovered that her father\'s storage room had many tools and materials that could be used to make doll houses. Today, Taylor invites you to make a beautiful doll house with her! Don\'t forget to decorate the room beautifully after finishing the production! Have fun!', 'https://img.gamemonetize.com/zvpofvvtnmnuoq7hd9kuxildgn06d20t/512x384.jpg', 'https://html5.gamemonetize.com/zvpofvvtnmnuoq7hd9kuxildgn06d20t/', '0', 'Girls', 0, 0, '', 'baby-taylor-doll-house-making'), (11466, 'Uninvited Bridesmaids', 'What do you do when your best friend doesn\'t invite you to her wedding? That\'s the case with these four princesses. They just found out that their best friend is getting married and they weren\'t even invited. The reason is very simple: the bride-to-be considers them too beautiful and in order not to attract the eyes of the guests, the bride decided not to invite her bridesmaids.', 'https://img.gamemonetize.com/5kvpjobjbpept4xeiud12z8h0koqye5w/512x384.jpg', 'https://html5.gamemonetize.com/5kvpjobjbpept4xeiud12z8h0koqye5w/', '0', 'Girls', 0, 0, '', 'uninvited-bridesmaids'), (11467, 'Mummy Plastic Surgery', 'A mummy was discovered and with science had come back to life! Now it\'s time for you to make her look alive. Give her that youthful skin and a perfect smile with clean pearly white teeth. Do her make-up and glam her up. Dress her into a very fashionable outfit. Make her one of the Millennials and not the old mummy she once before. Play this fun HTML5 game, Mummy Plastic Surgery. And give this mummy a complete transformation. Unlock all the achievements as you play this game and share your creation with other players by grabbing the screenshot of your best work!', 'https://img.gamemonetize.com/ulik5pf0qbqxsk4xub7ev62073f1eo9g/512x384.jpg', 'https://html5.gamemonetize.com/ulik5pf0qbqxsk4xub7ev62073f1eo9g/', '0', 'Girls', 0, 0, '', 'mummy-plastic-surgery'), (11468, 'Boomer Zombie Online Game', 'Boomer Zombie is a game that you can play with friends as well. The goal of the game is to make it through every level by eliminating zombies in order for the world to be saved from them. With its unique zombie-killing features, Boomer Zombie may just become your next favorite interactive way of spending time with friends and family! Kill the zombies and save your friends. Boomer Zombie is a game that you can play with friends as well. So get the fun of the best free online game. Game features Challenging levels Cooperative and entertaining Good sound and graphics Suitable for all game lovers How to play The goal of the game is to make it through every level by eliminating zombies in order for the world to be saved from them. With its unique zombie-killing features, Boomer Zombie online game may just become your next favorite interactive way of spending time with friends and family! Play Now Instant Games https://naptechgames.com/game/boomer-zombie-online-game We have Top HTML5 Games Publishing Platform NapTech Games: https://naptechgames.com Jango Games: https://jangogames.com Tap To Run: https://taptorun.com Peggy Games: https://www.peggygames.com', 'https://img.gamemonetize.com/gvuih0vsl25u5qrj4r5v1lbnfyuyo0ci/512x384.jpg', 'https://html5.gamemonetize.com/gvuih0vsl25u5qrj4r5v1lbnfyuyo0ci/', '0', 'Shooting', 0, 0, '', 'boomer-zombie-online-game'), (11469, 'Funny Dentist Surgery 2022', 'Become a dentist use your dentist tools to fix all of those painful cavities. Move on and get rid of the bacteria living on her tongue. Great job, ladies! Now since you patient is feeling way better, you can also choose her a really nice top to dress her up with! Have a blast!', 'https://img.gamemonetize.com/u5m0kjwozzkfqwgss53vup1vj6xdnfvm/512x384.jpg', 'https://html5.gamemonetize.com/u5m0kjwozzkfqwgss53vup1vj6xdnfvm/', '0', 'Girls', 0, 0, '', 'funny-dentist-surgery-'), (11470, 'Real Boxing Fight', 'Welcome to our newest 2 players fighting game Real Boxing Fight. In this game, you can choose to play vs Pc or vs another player. This boxing game has three modes, easy, normal, and hard. The goal of the game is to beat the opponent and to win the match. Enjoy and have fun!!!', 'https://img.gamemonetize.com/vqq1reshuu3msoux886p05tl0344276g/512x384.jpg', 'https://html5.gamemonetize.com/vqq1reshuu3msoux886p05tl0344276g/', '0', 'Sports', 0, 0, '', 'real-boxing-fight'), (11471, 'Knee Surgery Simulator', 'Poor Sarah is experiencing so much pain because of her Knee Osteoarthritis! Medication and other treatment won\'t work anymore so her only chance is surgery. In this surgery you will completely replace the knee joint so it will prevent the bone to bone friction which causes her tremendous pain! Perform the surgery perfectly and successfully. After that, dress up Sarah in a festive clothes to celebrate her recovery!', 'https://img.gamemonetize.com/74h2eok8yxhxbyqnzuybvo2sjuq7xfl3/512x384.jpg', 'https://html5.gamemonetize.com/74h2eok8yxhxbyqnzuybvo2sjuq7xfl3/', '0', 'Arcade', 0, 0, '', 'knee-surgery-simulator'), (11472, 'Pancakes', 'Easy To play And hard to master! Try To make the biggest Hamburger! Tap at the right Moment to smash the Meat towards the Hamburger Bread! Super Addictive Hyper casual game.', 'https://img.gamemonetize.com/wv2e5rwfuvo9tm7zgej8yeccj85fjjbf/512x384.jpg', 'https://html5.gamemonetize.com/wv2e5rwfuvo9tm7zgej8yeccj85fjjbf/', '0', 'Hypercasual', 0, 0, '', 'pancakes'), (11473, 'Princess Hips Surgery', 'This poor lady has an accident and because of that, she badly needs a hips surgery. In this game, you will act as the doctor or surgeon who will perform the surgery for this poor lady. Just follow the steps in order to successfully correct the hip injury.', 'https://img.gamemonetize.com/icb4s2etbcs9gd1nt671vizkc9wuksfb/512x384.jpg', 'https://html5.gamemonetize.com/icb4s2etbcs9gd1nt671vizkc9wuksfb/', '0', 'Adventure', 0, 0, '', 'princess-hips-surgery'), (11474, 'Monster Trucks Stack', 'Control and stack different monster trucks at this matching truck game. The goal of this game is to stack the same type of monster trucks in a row, horizontally or vertically to destroy them and to earn points. Try not to touch the top of the game screen with trucks, otherwise, the game will be over. Match three or more same monster trucks to play this game. It is better for you to match them vertically.', 'https://img.gamemonetize.com/za11hz7jhzzhanghzpdjh0213md3tvtz/512x384.jpg', 'https://html5.gamemonetize.com/za11hz7jhzzhanghzpdjh0213md3tvtz/', '0', 'Puzzles', 0, 0, '', 'monster-trucks-stack'), (11475, 'Fun Ear Doctor', 'Fun Ear Doctor, sounds like a bad title but this simulation game is actually fun. The ear has been infected with nasty bugs and strange growths. We must rinse the eats with water, so the kid can hear things again.', 'https://img.gamemonetize.com/92gwuqvurb957i6g4ec5uu6o6phrk1ie/512x384.jpg', 'https://html5.gamemonetize.com/92gwuqvurb957i6g4ec5uu6o6phrk1ie/', '0', 'Arcade', 0, 0, '', 'fun-ear-doctor'), (11476, 'Funny Nail Doctor', 'Funny Nail Doctor is a cute mouse skill game where you will play as a doctor. A young lady visited your clinic. She has problems with her nails on her hands and feet. It\'s giving her an uncomfortable feeling and she wants it to get healed as soon as possible. So as her doctor, you need to do procedures that will make her wounds heal. Clean it and apply the needed medicines for her nails. After you successfully cure her nails, you can now do some nail makeover for her so she will feel a lot better.', 'https://img.gamemonetize.com/llgib5b6ei47xl2q9wl8fd8q6mwop0qz/512x384.jpg', 'https://html5.gamemonetize.com/llgib5b6ei47xl2q9wl8fd8q6mwop0qz/', '0', 'Arcade', 0, 0, '', 'funny-nail-doctor'), (11477, 'Bubble Ghost Shooter', 'Welcome to a new and amazing and scary bubble shooting game. Are you ready to satisfy and serve monsters and ghosts. Aim and shoot the target elements and match 3 or more bubble creatures. Serve all ghosts including Huggy wuggy Enjoy', 'https://img.gamemonetize.com/k97195qcm99hfogdw20hma1ijnnwmc5i/512x384.jpg', 'https://html5.gamemonetize.com/k97195qcm99hfogdw20hma1ijnnwmc5i/', '0', 'Puzzles', 0, 0, '', 'bubble-ghost-shooter'), (11478, 'Unicorn Kingdom 2', 'Unicorn Kingdom is an adventure game for kids with bright, hand-drawn graphics, a cute main character and simple game mechanics. Your task is to save three kingdoms from a giant fire-breathing dragon. To do this, you will have to collect all the crystals.', 'https://img.gamemonetize.com/h80ui411zyc0ca1j2lr0q5cjtjsv5d7a/512x384.jpg', 'https://html5.gamemonetize.com/h80ui411zyc0ca1j2lr0q5cjtjsv5d7a/', '0', 'Racing', 0, 0, '', 'unicorn-kingdom-'), (11479, 'Hitty Axe', 'Hitty Axe is a simple click & smash casual game. Tap the screen to throw your axe , trying to hit the target you aim at. Sometimes your target was at fixed place, sometimes they will moving, beware at the bomb target, if you hit them, you will lose the game! Use your limited number of axes carefully and win the game!', 'https://img.gamemonetize.com/v258hmi6rza4kwk3exf5gf9stlexioyd/512x384.jpg', 'https://html5.gamemonetize.com/v258hmi6rza4kwk3exf5gf9stlexioyd/', '0', 'Puzzles', 0, 0, '', 'hitty-axe'), (11480, 'PLAY TIME Chicken.io', 'Easy To play And hard to master ! Try To Collect the Higher Number Of the object to have the advantage on your opponent ! , Smash your opponent that seems to have less object than you to beat them , and escape the ones that seems to have higher number of object ! Super Addicitive Hyper casual game .', 'https://img.gamemonetize.com/drgx9pmsts4kdch9smwistlxp0auex2c/512x384.jpg', 'https://html5.gamemonetize.com/drgx9pmsts4kdch9smwistlxp0auex2c/', '0', 'Hypercasual', 0, 0, '', 'play-time-chickenio'), (11481, 'Teenage Mutant Ninja Turtles Comic Book Combat', 'Comic Teenage Mutant Ninja Turtles is a unique online game about the brave mutant ninja turtles who once again go to punish the Foot clan and their leader Shredder. The uniqueness of the game lies in the fact that you can edit the levels, rebuild them, add and remove enemies, other objects, which will help you pass levels that are made like pages in comics.', 'https://img.gamemonetize.com/f4kx44fd81dzpavltljvp05rslktdbyy/512x384.jpg', 'https://html5.gamemonetize.com/f4kx44fd81dzpavltljvp05rslktdbyy/', '0', 'Racing', 0, 0, '', 'teenage-mutant-ninja-turtles-comic-book-combat'), (11482, 'Colors Of Holi', '‘Colors of Holi’ is a theme game based on Indian Festival named Holi. People find it very funny and celebrate it with water, colors and funny songs with funny dances. How to play: Select a color-pot and then a blank tile to carry it to that tile. Move the color-pots in order to make a straight row of 5 or more similar color-pots. Use power-ups to clear the overcrowded board. You can play this game until you have room in the board for new color-pots.', 'https://img.gamemonetize.com/nxfvo4jzumg3weeqdukd3fybzqs5b1xm/512x384.jpg', 'https://html5.gamemonetize.com/nxfvo4jzumg3weeqdukd3fybzqs5b1xm/', '0', 'Puzzles', 0, 0, '', 'colors-of-holi'), (11483, 'Funny Throat Doctor', 'Funny Throat Doctor is a hospital-themed point-and-click game where your goal is to treat a little girl\'s sore throat.', 'https://img.gamemonetize.com/cm3fl4z7h255g2h6883or7fpy4zyzmre/512x384.jpg', 'https://html5.gamemonetize.com/cm3fl4z7h255g2h6883or7fpy4zyzmre/', '0', 'Girls', 0, 0, '', 'funny-throat-doctor'), (11484, 'Barbie Skater Dressup', 'Barbie loves skateboarding. Let\'s dress up her the most beautiful clothes and shoes. Let\'s choose the skateboard model and let\'s skateboard with Barbie and dress her up.', 'https://img.gamemonetize.com/hesgch0vchb2ziytgqzobyizv5y6ec5o/512x384.jpg', 'https://html5.gamemonetize.com/hesgch0vchb2ziytgqzobyizv5y6ec5o/', '0', 'Girls', 0, 0, '', 'barbie-skater-dressup'), (11485, 'Huggy Wuggy Pop It Jigsaw', 'Huggy Wuggy Pop It Jigsaw is a free online game in the jigsaw puzzle genre. You have 6 images in three modes to play. Choose one of the modes for the game that you previously choose and start it to play. Drag and drop the pieces to solve the puzzle and create an image. Enjoy, and have fun!', 'https://img.gamemonetize.com/pvn14rxotrc2zvaecp3uo6wnm5aj24dm/512x384.jpg', 'https://html5.gamemonetize.com/pvn14rxotrc2zvaecp3uo6wnm5aj24dm/', '0', 'Puzzles', 0, 0, '', 'huggy-wuggy-pop-it-jigsaw'), (11486, 'Ninja run 2d fun endless running', 'It is a fun endless game in which you have to collect coins , dodge obstacle and buy powers with the coins and many more.', 'https://img.gamemonetize.com/eeqhbeon0zc5v7a5af2qgqpzmnd1x2sf/512x384.jpg', 'https://html5.gamemonetize.com/eeqhbeon0zc5v7a5af2qgqpzmnd1x2sf/', '0', 'Arcade', 0, 0, '', 'ninja-run-d-fun-endless-running'), (11487, 'Find Hidden Stars at Space', 'Find the stars in space. there are 10 hidden stars in each of the 6 different pictures. Find the hidden stars and unlock other levels.', 'https://img.gamemonetize.com/bnc8zleo4r5pquiymzqlmidjbqesptxk/512x384.jpg', 'https://html5.gamemonetize.com/bnc8zleo4r5pquiymzqlmidjbqesptxk/', '0', 'Puzzles', 0, 0, '', 'find-hidden-stars-at-space'), (11488, 'Jewels Blitz 2', 'This intriguing puzzle adventure will catch your attention and satisfy your thirst for fun at once! Discover magical combos by transforming jewels into exploding gems. The gems will help you to pass different levels of the quest and walk you through your mystical path! Thrilling surprises and breathtaking mysteries are waiting for you in this magical world of puzzles!', 'https://img.gamemonetize.com/b5wtl7537msqtn0gxbn4ygc2e3ih1542/512x384.jpg', 'https://html5.gamemonetize.com/b5wtl7537msqtn0gxbn4ygc2e3ih1542/', '0', 'Puzzles', 0, 0, '', 'jewels-blitz-'), (11489, 'Sharp Edge Shoot', 'Sharp Edge Shoot is the best skill game available right now. Could you give it a go and see how you do? You must read and follow the instructions offered inside the game to win this wonderful puzzle game!', 'https://img.gamemonetize.com/h1642enkhrwlh64cyeypdvhbv7l8i39t/512x384.jpg', 'https://html5.gamemonetize.com/h1642enkhrwlh64cyeypdvhbv7l8i39t/', '0', 'Arcade', 0, 0, '', 'sharp-edge-shoot'), (11490, 'Block Bounce', 'Try to sign the best score in this great hyper casual game! Enjoy it!', 'https://img.gamemonetize.com/dsyscnu31ft7jzt3sjqmptq9y4yjqcmb/512x384.jpg', 'https://html5.gamemonetize.com/dsyscnu31ft7jzt3sjqmptq9y4yjqcmb/', '0', 'Racing', 0, 0, '', 'block-bounce'), (11491, 'DriftCar Sim', 'Drift your way into the global championships! Introducing a new and thrilling racing game in which you can put your drifting skills to the test against real people from all around the world. Download it for free and begin drifting right away! Collect and modify vehicles, take on solo and team challenges, win one-on-one duels, and work your way up to the top of the global championship league rankings. Would you choose muscle or street cars, supercars or off-road SUVs as your vehicle of choice? For each race, decide the best automobile possible and leave your competitors in the ashes of your fiery slide.', 'https://img.gamemonetize.com/1g0kex2n4gn40ttgs5v75sx32thslu29/512x384.jpg', 'https://html5.gamemonetize.com/1g0kex2n4gn40ttgs5v75sx32thslu29/', '0', 'Racing', 0, 0, '', 'driftcar-sim'), (11492, 'The floor is lava! Balls ', 'The floor is lava! Balls. A new puzzle platformer game. Sophisticated and complex levels will not let you get bored. Will test their control skills and tactics. In the game you will find: - Dozens of different levels - Sophisticated surface physics and ball weights - Variety of skins - Responsive controls All of this is available in the new game "Floor is Lava! Balls." Pass the hardest levels, unlock unique balloon skins. And try not to fall into the lava!', 'https://img.gamemonetize.com/h69r62st7pjtge53wvqguee776r2ud4o/512x384.jpg', 'https://html5.gamemonetize.com/h69r62st7pjtge53wvqguee776r2ud4o/', '0', 'Arcade', 0, 0, '', 'the-floor-is-lava-balls-'), (11493, 'Red Coloring Book', 'This art draw fan game is just a simple coloring book of red cartoon. Just choose an image and tap the corresponding color to according to the red coloring book of the palette. Enjoy it!', 'https://img.gamemonetize.com/ethkbpvcyu7gfcs0ab6kkmjafo2gte3m/512x384.jpg', 'https://html5.gamemonetize.com/ethkbpvcyu7gfcs0ab6kkmjafo2gte3m/', '0', 'Girls', 0, 0, '', 'red-coloring-book'), (11494, 'Steveman', 'If you are ready for Steve\'s adventure full of monsters filled with blocks, help yourself right away. Steve needs to survive. You have to watch out for walking and flying monsters for survival. Not only monsters, but of course thorny obstacles are included in this adventure on spinning wheels.', 'https://img.gamemonetize.com/j12u7o8yo0yxrlbg39jdcrhr3vi9vfgb/512x384.jpg', 'https://html5.gamemonetize.com/j12u7o8yo0yxrlbg39jdcrhr3vi9vfgb/', '0', 'Adventure', 0, 0, '', 'steveman'), (11495, 'City Car Driving 3d', 'Nitro Rally is a fun classic 2d arcade racing game similar with the classic racing games of the 80\'s. Play ten different circuits to race in a car that runs automatically; unlock two or more powerful cards that are hidden and discover other features while playing. Use the turbo when you need an extra speed boost and set the best lap time. The game shows colorful and detailed graphics and', 'https://img.gamemonetize.com/smcpzq1slolmlow53bo76vnummsjqfc1/512x384.jpg', 'https://html5.gamemonetize.com/smcpzq1slolmlow53bo76vnummsjqfc1/', '0', 'Racing', 0, 0, '', 'city-car-driving-d'), (11496, 'Word Search Animals', 'Find the word in straight line of blocks (Horizontally, vertically or diagonally with any direction), press the block showing the first alphabet and move till you come to the last alphabet of the word. Find all the words displayed in left panel to complete a level. Complete all level to win this game.', 'https://img.gamemonetize.com/v3ajh0iw0w7378cbkujvew8ykw9082ke/512x384.jpg', 'https://html5.gamemonetize.com/v3ajh0iw0w7378cbkujvew8ykw9082ke/', '0', 'Puzzles', 0, 0, '', 'word-search-animals'), (11497, 'Among Us Crazy Shooter Shooting Game', 'Among Us Crazy Shooter is both a shooting and a relaxation arcade game with two-dimensional cartoon game frames. You could equip a weapon, armor, and a helmet to start missions. Your mission is to shoot all the enemies down and stay alive while avoiding bullets. Try your best to win and unlock more weapons Among US Crazy Shooters!', 'https://img.gamemonetize.com/xsi9ek1zvxm736wxbtjm0s0dpmbxa8gi/512x384.jpg', 'https://html5.gamemonetize.com/xsi9ek1zvxm736wxbtjm0s0dpmbxa8gi/', '0', 'Shooting', 0, 0, '', 'among-us-crazy-shooter--shooting-game'), (11498, 'Red Tower #456 Clash War', 'Are you fan of Squid and Tower Game, this is combine of it Over a hundred quests for you to take on, you\'ll choose between unique character: powerful mages, agile archers, and melee... Many monsters and enemies in the tower. You need to defeat them, get treasures and save hostages. You can play everywhere ,every time. It is a boring killer game. HOW TO PLAY: 1 - Kill all enemies 2 - Get more skill 3 - Increase your power 4 - Defend your tower Gameplay: - Strategy game - Move your Hero wisely to power up, collect the loot, kill the monster and save the princess - Ways to develop mighty heroes: level them up, upgrade skills, link them to others, turn them into legends - Become a legend and build your own beautiful castle Main Feature: - Unlimited level to challenge - Gorgeous graphics and a wide range of location - Various skin and items to build your own castle - Daily quest, challenge quest, and more Enjoy your time.', 'https://img.gamemonetize.com/dayy3i3619p3q72x39txi7sckzk5zcqv/512x384.jpg', 'https://html5.gamemonetize.com/dayy3i3619p3q72x39txi7sckzk5zcqv/', '0', 'Puzzles', 0, 0, '', 'red-tower---clash-war'), (11499, 'Slope Ball', 'Are you ready to overcome all obstacles on your way to get further and faster? The further you get, the faster you go! But take careful because any mistake will mean game over! In Slope Ball Game, you take control of a ball rolling down a steep slope. As you steer from side to side, your game plan is to avoid colliding into obstacles, keep your ball straight onto the falling slopes, speed boosting along the way and have tons of adrenaline rushed fun as you strive attain your record! Slope Ball features the following gameplay elements: • Never-ending experience of downhill fun • Free to play • An adrenaline-filled challenge as you hurtle down the slope • Aesthetic Retro graphics • An endless-running experience', 'https://img.gamemonetize.com/qsl1d4uie9eh1p0tx61cfz2uar8n2ai4/512x384.jpg', 'https://html5.gamemonetize.com/qsl1d4uie9eh1p0tx61cfz2uar8n2ai4/', '0', 'Hypercasual', 0, 0, '', 'slope-ball'), (11500, 'Winx Bloom Coolgirl', 'Bloom loves to dress stylishly and do make-up. They love to go shopping with their friends and buy new dresses and jewellery. Bloom is trying on new clothes. It should look very cool. Let\'s play.', 'https://img.gamemonetize.com/dhn50p1onqztsl62pgvh7cak84oykfle/512x384.jpg', 'https://html5.gamemonetize.com/dhn50p1onqztsl62pgvh7cak84oykfle/', '0', 'Girls', 0, 0, '', 'winx-bloom-coolgirl'), (11501, 'Roulette Simulator', 'The Lucky Roulette Wheel is available to VIP players seeking a premium gaming experience. This game is made amazing by the incredible sound effects and visuals it contains. Try out several casino roulette techniques for free, and become an expert in one of the world\'s most popular casino table games: roulette. You may enjoy free fortunate roulette in horizontal mode and play at friendly betting tables with straightforward controls. Try out your strategies without putting your money at risk, and you\'ll soon become a skilled casino player. Other games are available, but none are quite like this rolet game. This role is constantly available on your mobile, allowing you to practice anywhere and whenever you choose.', 'https://img.gamemonetize.com/9ncojone1997bjfefuiti98ophx35onc/512x384.jpg', 'https://html5.gamemonetize.com/9ncojone1997bjfefuiti98ophx35onc/', '0', 'Arcade', 0, 0, '', 'roulette-simulator'), (11502, 'Among Us Online Edition Find The Imposter', 'Among Us Online Edition plays like the classics play rules as it on Steam. As a professional killer and a murderer, you need to kill all the other aliens stealthily. Try to use the different terrains and rooms as covers to complete all tasks quickly and cleanly! Or else, you will be ejected and lose the game!', 'https://img.gamemonetize.com/drrusvqsbnjaozaehuqsvg0oupu15yof/512x384.jpg', 'https://html5.gamemonetize.com/drrusvqsbnjaozaehuqsvg0oupu15yof/', '0', 'Action', 0, 0, '', 'among-us-online-edition--find-the-imposter'), (11503, 'High Pizza Fun & Run 3D Game', 'Serve your guests with delicious pizza! High Pizza is a fun casual game with addictive gameplay and 3D art style. You need to serve delicious pizzas to your guests, don\'t make them wait in a hurry! But the back kitchen is really messy! You need to be careful not to touch those broken pizzas and obstacles! Come on chef!', 'https://img.gamemonetize.com/ljpe7cxjvjg1tensbaf9em5k1pwbw3p5/512x384.jpg', 'https://html5.gamemonetize.com/ljpe7cxjvjg1tensbaf9em5k1pwbw3p5/', '0', 'Hypercasual', 0, 0, '', 'high-pizza--fun-amp-run-d-game'), (11504, 'Hit Villains Shooting Game', 'Hit Villains is a traditional shooting puzzle game with 2D cartoon superhero characters like Loki. It is managed for you to eliminate all enemies with as few bullets as you can. Headshots will provide you with more scores as rewards. Use the bonus to buy the skins you like in the shop!', 'https://img.gamemonetize.com/non07zue1njuolot11d0mkvipcniukdq/512x384.jpg', 'https://html5.gamemonetize.com/non07zue1njuolot11d0mkvipcniukdq/', '0', 'Shooting', 0, 0, '', 'hit-villains--shooting-game'), (11505, 'SpiderMan Green Goblin Havoc', 'In the story, Spider-Man fell into the trap of the Green Goblin, from which only you can help get out. All you have to do is dodge goblin attacks and collect spiderman icons. It doesn’t take long to stay in this mode, just a couple of minutes, so good luck.', 'https://img.gamemonetize.com/470u7j17vlz08afen9c0j2xf8xei6di2/512x384.jpg', 'https://html5.gamemonetize.com/470u7j17vlz08afen9c0j2xf8xei6di2/', '0', 'Puzzles', 0, 0, '', 'spiderman-green-goblin-havoc'), (11506, 'SpiderMan Laboratory Lockdown', 'Spider-Man\'s archenemies like the Green Goblin and Doctor Octopus are up to no good again. This time they are developing new weapons in their laboratory. You have to get there and find out exactly what they are doing there. You have to show the skill of disguise, dexterity, fast reaction speed, as well as the ability to hack electronic devices and solve puzzles.', 'https://img.gamemonetize.com/ekd2ofb21gr0ebukfar7sqrybwnpvyiv/512x384.jpg', 'https://html5.gamemonetize.com/ekd2ofb21gr0ebukfar7sqrybwnpvyiv/', '0', 'Adventure', 0, 0, '', 'spiderman-laboratory-lockdown'), (11507, 'Line & Circle', 'Line & Circle is a most interesting game. The graphics of the game have revealed the natural beauty. So you can feel nature and will be attracted while playing the game. And the game has some fun challenges. Are you ready to face & fight challenges? It will entertain you with fun gameplay. "Line & Circle" has many fun & interesting features. Like Simple & easy tap to control the circle. It’s an endless jungle rope game A jungle nature scene has been used as graphics in the game. For example, forest plants, herbs, animals, etc. The relaxing sound of the forest’s quiet environment has been used', 'https://img.gamemonetize.com/g11vnb6dacywobrlwyszepj0jamf5yhk/512x384.jpg', 'https://html5.gamemonetize.com/g11vnb6dacywobrlwyszepj0jamf5yhk/', '0', 'Hypercasual', 0, 0, '', 'line-amp-circle'), (11508, 'Johnny Runner ', 'Johnny Runner Color Hyper Casual Game is a free online game on Round Games. This is a free online game on Round Games. Johnny Runner Color Hyper Casual Game is a hyper casual game that will have you playing the game butting into other businesses, doing paperwork, and waiting in long lines. But don\'t worry, your wait won\'t be long at all! The wait can be completed in minutes without even noticing.', 'https://img.gamemonetize.com/s4t8nbovy30x8q26fcsnkmw6esove29a/512x384.jpg', 'https://html5.gamemonetize.com/s4t8nbovy30x8q26fcsnkmw6esove29a/', '0', 'Hypercasual', 0, 0, '', 'johnny-runner-'), (11509, 'Furious Route', 'Play the free online game Furious Route Johnny Car Shooting Game at naptechgames.com ! Click to play Furious Route Johnny Car Shooting Game free game! We have also selected the best free games like Furious Route Johnny Car Shooting Game!', 'https://img.gamemonetize.com/nc3iwt9gtdavfgesgv73opqgbp8qa6xh/512x384.jpg', 'https://html5.gamemonetize.com/nc3iwt9gtdavfgesgv73opqgbp8qa6xh/', '0', 'Adventure', 0, 0, '', 'furious-route'), (11510, 'My Cute Pony', 'All girls love ponies. It is so much fun to beautify them, feed them and spend time playing with them. Do you want to create your favorite pony style? Let\'s play', 'https://img.gamemonetize.com/9ogpr4fb6a1fq8y06t1jk5tcqaseiv1d/512x384.jpg', 'https://html5.gamemonetize.com/9ogpr4fb6a1fq8y06t1jk5tcqaseiv1d/', '0', 'Girls', 0, 0, '', 'my-cute-pony'), (11511, 'Match Animals ', 'Match animals in this online game! Match the Pair to get points, make sure they are not connected with a string or chain for maximum combo. The player has limited time so hurry up before it\'s too late- Become one of our top players by collecting all gold coins from completing levels successfully and winning battles against other opponents. Have fun playing Match Animals', 'https://img.gamemonetize.com/vzj9o92ysu2grq9zz0qbx7udyex9u1mu/512x384.jpg', 'https://html5.gamemonetize.com/vzj9o92ysu2grq9zz0qbx7udyex9u1mu/', '0', 'Puzzles', 0, 0, '', 'match-animals-'), (11512, 'Tribal Zuma', 'In the game, we came to a mysterious and ancient totem world, but it seems to be cursed here. We need to launch marbles to connect three or more identical marbles to eliminate it. The curse will disappear only after all marbles are eliminated. Let\'s try it together!', 'https://img.gamemonetize.com/63lh22skhzyp4znidpgtt47qhn4rpatb/512x384.jpg', 'https://html5.gamemonetize.com/63lh22skhzyp4znidpgtt47qhn4rpatb/', '0', 'Puzzles', 0, 0, '', 'tribal-zuma'), (11513, 'Beauty Princess Dressup', 'Princess Isabella is going to the party. It should look very stylish on this party. Her boyfriend, Prince William, will attend the party. She should look great with her jewelry and clothes.', 'https://img.gamemonetize.com/jre9k7s9csnzzrdl03cqg2ruspxijeeh/512x384.jpg', 'https://html5.gamemonetize.com/jre9k7s9csnzzrdl03cqg2ruspxijeeh/', '0', 'Girls', 0, 0, '', 'beauty-princess-dressup'), (11514, 'Sword Block Painter', 'Try to create the block colors shown as an example in the Sword Block Painter game by touching the color swords. Each sword you touch paints in its own direction. There are 43 Levels in total in the game and it will get harder to solve the puzzle as the levels progress. So let\'s start!', 'https://img.gamemonetize.com/kwfj6flv1tv3la82r37icvesvu8m18m8/512x384.jpg', 'https://html5.gamemonetize.com/kwfj6flv1tv3la82r37icvesvu8m18m8/', '0', 'Puzzles', 0, 0, '', 'sword-block-painter'), (11515, 'Huggy Wuggy Dress Up', 'Dress up your favorite phenomenon cartoon heroes huggy wuggy and kissy missy. Change clothes, glasses, hats and shoes, play and have fun.', 'https://img.gamemonetize.com/vrxvu291pympip5xpzw654p9bxyxx9yn/512x384.jpg', 'https://html5.gamemonetize.com/vrxvu291pympip5xpzw654p9bxyxx9yn/', '0', 'Girls', 0, 0, '', 'huggy-wuggy-dress-up'), (11516, 'Pond Race', 'Pond Race is a skill game where you have to guide a frog through a pond by clicking on lotus leaves or moving logs. Be careful of obstacles on the way like water snakes! There are many levels waiting for you in "Pond Race". How fast can you cross the pond?', 'https://img.gamemonetize.com/x7r4ij9pp5sptb5rj30svglg1fj83ji5/512x384.jpg', 'https://html5.gamemonetize.com/x7r4ij9pp5sptb5rj30svglg1fj83ji5/', '0', 'Racing', 0, 0, '', 'pond-race'), (11517, 'Supermarket Shopping Girls Game', 'Supermarket Games are a amusing manner to play, shop, and take a look at out like a actual consumer on the Grocery Store! Cashiers who need to spend a hectic day withinside the shopping center grocery store and feature amusing on the coins sign up. Learn time control and coins managing in grocery store buying eventualities in the back of the front desk. Play as a cashier seasoned withinside the metropolis shopping center, you may discover ways to deal with cash and matter coins. Improve primary talents in arithmetic which include addition and subtraction even as having amusing running at a coins sign up dealing clients. Supermarket coins sign up women cashier recreation is a aggregate of interesting time control video games and coins sign up video games for boys and women. So find out the magic of promote trade, on this wonderful marketplace cashier amusing simulator recreation. Roll up your sleeves, open Supermarket Tycoon and assist Kristy to hold them meals counters stocked. Manage a couple of stores, groceries and different gadgets thru a couple of hard but fun levels, serve one-of-a-kind forms of picky clients and improve your cabinets and freezers which will keep greater inventory.', 'https://img.gamemonetize.com/f3182g3bbrpr0nu1t3xy8ebccqt7h00v/512x384.jpg', 'https://html5.gamemonetize.com/f3182g3bbrpr0nu1t3xy8ebccqt7h00v/', '0', 'Arcade', 0, 0, '', 'supermarket-shopping-girls-game'), (11518, 'Squid Survival Challenge', 'The new Squid Survival Challenge 456 squid game challenge having red & green light is now starting! Welcome to the Squid Survival Challenge 456 Squid Game with a fair Red lights and Green lights gameplay. Ready to check survival games modes. Whoever wins this game will win a lot of money and Christmas gifts too. Enjoy real fun of Santa squid games with an amazing mode and Christmas theme. Participate in this survival games to win Christmas gifts and money. This 456 survival challenge takes place on an isolated winter island and the participants are playing until they become the final winner on green light. Accept 456 Challenges, try hard to win, fight against players and be the last survivor.', 'https://img.gamemonetize.com/a035c4hephik2hk1hmd8vnjuepjc7yr4/512x384.jpg', 'https://html5.gamemonetize.com/a035c4hephik2hk1hmd8vnjuepjc7yr4/', '0', 'Hypercasual', 0, 0, '', 'squid-survival-challenge'), (11519, 'Ford Mustang California Special Slide', 'Play this slide puzzle games of the car - Ford Mustang California Special. It\'s include 3 images and 3 modes (3x3 pieces, 4x4 pieces, 5x5 pieces) to play.', 'https://img.gamemonetize.com/vja9w52cj6879bi408pwecsochy77swf/512x384.jpg', 'https://html5.gamemonetize.com/vja9w52cj6879bi408pwecsochy77swf/', '0', 'Puzzles', 0, 0, '', 'ford-mustang-california-special-slide'), (11520, 'Cookie Master', 'Cookie Master is a simulation game in which you create and decorate different types of cookies and sell them to your customers. Try to offer creations that match the wishes of customers, and you will quickly become an outstanding craftsman! As you progress through the game, you will gain access to more advanced tools to further personalize your desserts. Put on your chef\'s hat and grab all your kitchen tools, because Cookie Master is the best way to make your dream cookies without messing up the real kitchen. Have fun and don\'t forget to show your friends your amazing creations!', 'https://img.gamemonetize.com/l32c7naju05uprgn4fd2htg0t1rseo8y/512x384.jpg', 'https://html5.gamemonetize.com/l32c7naju05uprgn4fd2htg0t1rseo8y/', '0', 'Girls', 0, 0, '', 'cookie-master'), (11521, 'Snake.is MLG Edition', 'Snake: MLG Edition is a cool multiplayer snake game where you have to collect snacks, drinks and pizza to grow. Keep growing until you reach the top of the leaderboard. You can use the boost to move quickly in front of other snakes. Once they run into you, they will leave a trail of money that you can eat to get even bigger! The game has a lot of references to popular memes, both in audio and text, and in the form of quick GIFs. There are many different cool snakes to unlock.', 'https://img.gamemonetize.com/jczlp80l4h2g8335ozkb9rgsd26b30go/512x384.jpg', 'https://html5.gamemonetize.com/jczlp80l4h2g8335ozkb9rgsd26b30go/', '0', 'Multiplayer', 0, 0, '', 'snakeis-mlg-edition'), (11522, 'Woodcraft', 'Woodcraft is a simulation game where you can master the art of woodworking! Cut out the desired piece of wood and spray paint it to create your own unique piece. Sell ​​your work to the highest bidder to buy cool new grinders, drills and spray guns!', 'https://img.gamemonetize.com/l8nqr04ewhoxi59ferotzzqw4639gq6b/512x384.jpg', 'https://html5.gamemonetize.com/l8nqr04ewhoxi59ferotzzqw4639gq6b/', '0', 'Hypercasual', 0, 0, '', 'woodcraft'), (11523, 'Four Colors Game', 'Four Colors is a puzzle game. In the middle of the game will be a big colored square. From all sides of the game, smaller squares will come to the big square. The colors of the big square and small square need to match to earn points. If the color is different the game will be over. So, you need to click on the screen to change the color of the big square. There are four different colors for the square. Watch the little squares and change the color on the big one to match the color.', 'https://img.gamemonetize.com/9t9nh8knri6kb2nogsl2h60avh3cb74u/512x384.jpg', 'https://html5.gamemonetize.com/9t9nh8knri6kb2nogsl2h60avh3cb74u/', '0', 'Puzzles', 0, 0, '', 'four-colors-game'), (11524, 'Rhino Rush Stampede', 'Rhino Stampede is a runner game where you help a little blue rhinoceros make his way through the dangerous jungle in search of the most delicious fruits. You must collect as many fruits as you can to spend them on fun and powerful upgrades.', 'https://img.gamemonetize.com/6y3cbmaiy7tfaqkdw6urqc4yc7ztgkz4/512x384.jpg', 'https://html5.gamemonetize.com/6y3cbmaiy7tfaqkdw6urqc4yc7ztgkz4/', '0', 'Racing', 0, 0, '', 'rhino-rush-stampede'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (11525, 'Robot Cars Match 3', 'Robot Cars Match 3 – In this cool game you need to match three same figures in a row, in which you have to put the blocks of the same color in a series of three pieces or more to achieve the highest possible score, be careful to account the scale from the left not to fall too low, otherwise the game will be over. Enjoy the game!', 'https://img.gamemonetize.com/pmellcj7orhrsi3fqmlhyysf179v2nly/512x384.jpg', 'https://html5.gamemonetize.com/pmellcj7orhrsi3fqmlhyysf179v2nly/', '0', 'Puzzles', 0, 0, '', 'robot-cars-match-'), (11526, 'Super Shark World', 'Get ready for a fun underwater journey. Move through the submarine full of obstacles. Guide the shark character. Buy characters with the gold you will earn at the end of the game and experience the excitement. You can explore the submarine in 15 different levels or endless mode. Destroy 3 different boss characters and dominate the submarine! For more, try Super Shark World now!', 'https://img.gamemonetize.com/lrn4ovcw8cjotn37j3vrdd9oecgb7gwo/512x384.jpg', 'https://html5.gamemonetize.com/lrn4ovcw8cjotn37j3vrdd9oecgb7gwo/', '0', 'Hypercasual', 0, 0, '', 'super-shark-world'), (11527, 'Tri Puzzle', 'Welcome to Tri Puzzle. Hey kids! welcome to the new challenges of the puzzle game. Drag the block and drop and correct position. Sounds simple right? This is a new fun and interactive game for kids. Play and have fun!', 'https://img.gamemonetize.com/q1oceg3goj2wfs7v3uwrwbopwk2uuk2r/512x384.jpg', 'https://html5.gamemonetize.com/q1oceg3goj2wfs7v3uwrwbopwk2uuk2r/', '0', 'Puzzles', 0, 0, '', 'tri-puzzle'), (11528, 'Trial Tank', 'Trial Tank is physic running aventure, run through the amazing levels.touch controls and keys, dinamic sounds', 'https://img.gamemonetize.com/v2aogkzp66tpbof1b2sfa46b62j3af42/512x384.jpg', 'https://html5.gamemonetize.com/v2aogkzp66tpbof1b2sfa46b62j3af42/', '0', 'Racing', 0, 0, '', 'trial-tank'), (11529, 'Pixel Park 3D HTML5', 'drive the car and park. awesome pixel 3d graphics. play on mobile and desk', 'https://img.gamemonetize.com/vnd0m6pxe8ll8lo2auax1lkjs1ybac9f/512x384.jpg', 'https://html5.gamemonetize.com/vnd0m6pxe8ll8lo2auax1lkjs1ybac9f/', '0', 'Racing', 0, 0, '', 'pixel-park-d-html'), (11530, 'Fire And Water In Zombies World 2', 'Fire and Water Bros In Zombies World 2.All level is new and add more props. The three brothers once again came to the zombie world to take an adventure, help them avoid the attack of zombies and collect all the diamonds.', 'https://img.gamemonetize.com/2iypihs0rrdu3a5erywg59wbmykfdcml/512x384.jpg', 'https://html5.gamemonetize.com/2iypihs0rrdu3a5erywg59wbmykfdcml/', '0', 'Adventure', 0, 0, '', 'fire-and-water-in-zombies-world-'), (11531, 'Hovering Spaceship', 'Get ready for an exciting level-based space game! Steer the spacecraft to pass through the rings, avoid obstacles, collect weapon items, magnet bonus and collect all the gold. You must collect all the gold to buy 21 different spacecraft. You can go to the "Shop" screen and buy new vehicles with the gold you have accumulated. You can also earn extra gold with daily bonuses. Try 100+ different levels and different action-packed hypercasual Hovering Spaceship game now!', 'https://img.gamemonetize.com/uhxa8x0qyh4jnpbf7892gw1h4v8fi4uz/512x384.jpg', 'https://html5.gamemonetize.com/uhxa8x0qyh4jnpbf7892gw1h4v8fi4uz/', '0', 'Hypercasual', 0, 0, '', 'hovering-spaceship'), (11532, 'Tricky Track Game', 'Tricky Track 3D is an arcade running race game. It is funny and interesting. You will join in a running steeplechase. Throw rock to shoot in the switch of obstacles. You also could shoot an opponent\'s switch that could disturb his rhyme.', 'https://img.gamemonetize.com/36d0wg9ufg5t3m8kk2l5stuqmyrli195/512x384.jpg', 'https://html5.gamemonetize.com/36d0wg9ufg5t3m8kk2l5stuqmyrli195/', '0', '3D', 0, 0, '', 'tricky-track-game'), (11533, 'Rainbow Social Media Influencers', 'A social media influencer is a user who has a large and loyal audience. Meet the famous Rainbow Influencers who set the tone for spring fashion! Down with dull colors, long live bright shades! Join the colorful spring fashion, choose from many colorful outfits and hairstyles. Don\'t forget bright fresh makeup. Fashion 2022 says yes to bright colors, super-comfortable fabrics, soft textures and simple silhouettes. Sequins is another huge trend that has been all over the catwalks. Everyday glitter in the summer of 2022 will become the norm!', 'https://img.gamemonetize.com/vw26ojjhvui9u5tgducnn5mmq05k936m/512x384.jpg', 'https://html5.gamemonetize.com/vw26ojjhvui9u5tgducnn5mmq05k936m/', '0', 'Girls', 0, 0, '', 'rainbow-social-media-influencers'), (11534, 'LOL Surprise Preppy Fashion', 'Welcome to LOL Surprise Preppy Fashion. LOL Suprise doll plans to try a new stylish fashion. Yes! It’s preppy fashion. Browse and choose the best set of outfits for them. Show your fashion skill and give them a stunning look. Enjoy playing this new collection of games and have fun!', 'https://img.gamemonetize.com/2a3deejcqnf84pgci8dgwknr14qqvbhq/512x384.jpg', 'https://html5.gamemonetize.com/2a3deejcqnf84pgci8dgwknr14qqvbhq/', '0', 'Girls', 0, 0, '', 'lol-surprise-preppy-fashion'), (11535, 'Run Rubber Man 3D', 'You will race with the other 13 components. Cross the doors, rush to the end. The interesting is that some doors are closed, but you do not know which one is open. So you need some luck.', 'https://img.gamemonetize.com/zdwauz8wgb48x29sjecxa781uhyugxst/512x384.jpg', 'https://html5.gamemonetize.com/zdwauz8wgb48x29sjecxa781uhyugxst/', '0', 'Hypercasual', 0, 0, '', 'run-rubber-man-d'), (11536, 'Jet Boat Racing', 'Here you are about to play a great racing boat simulator game with the Jet Boat Racing game! Two game modes as Free Drive and Racing will be waiting for you with lots of surprises. Fly through the ramps or slide over the thin ramps and show your boat using skills to your friend. You play either in 1 player mode or in 2 player mode both in Racing and Free Drive mode. Racing boats are in different features and you can unlock them by finishing races in the first position. Each boat has nitrous and you can increase the excitement by using it. Let the super boat driving simulator begin!', 'https://img.gamemonetize.com/5r7362qipp68day343iq059sm3jp8wkv/512x384.jpg', 'https://html5.gamemonetize.com/5r7362qipp68day343iq059sm3jp8wkv/', '0', 'Racing', 0, 0, '', 'jet-boat-racing'), (11537, 'Hero of Archery Games', 'Enter a world where existence itself is eliminate you! You are the Lone Archer, the only force able to resist and defeat the oncoming waves of evil. Step up, stack up awesome skills and fight like your life depends on it, for the never-ending waves of enemies will never give up. And remember, once you die... the only way is to start all again! So be careful! Enjoy creating countless combinations of unique skills all designed to help you survive. Crawl your way through different worlds facing relentless monsters and obstacles. Key Features: • Random and unique skills to help you crawl these dungeons. • Explore beautiful worlds and hundreds of maps in this new universe. • Thousands of never-seen-before monsters and mind-boggling obstacles to defeat • Level-up and equip yourself with powerful equipment to increase your stats.', 'https://img.gamemonetize.com/yr9s86e1qk0w4vdd9ot6rp28gafzdtyc/512x384.jpg', 'https://html5.gamemonetize.com/yr9s86e1qk0w4vdd9ot6rp28gafzdtyc/', '0', 'Hypercasual', 0, 0, '', 'hero-of-archery-games'), (11538, 'Stickman Dragon Ball Fight Super Stick Warriors', 'You are a fan of role playing games? You like it to be stickman games? Welcome to Stickman Dragon Fight - Super Stick Warriors! You will find it so much fun to experience this simple but interesting gameplay. All you need to do is dodge, jump, power your ki, perform basic and 3 advanced skills, transform your hero into an ultra instinct then fight against invaders. The control is so simple that you will be amazed at how attracting the sound effects and graphics are.', 'https://img.gamemonetize.com/f0hbsg1m7jfual8m1e8gtwqmu286chsr/512x384.jpg', 'https://html5.gamemonetize.com/f0hbsg1m7jfual8m1e8gtwqmu286chsr/', '0', 'Fighting', 0, 0, '', 'stickman-dragon-ball-fight--super-stick-warriors'), (11539, 'Robot Car Emergency Rescue 2 Help The Town', 'Join Robot cars and save the city playing these cool games for boys and girls. Kids Games for Boys and Girls! Put out the fire, find the cat, repair the building, and much more! A new Port has been opened recently, and there\'s a typhoon there!', 'https://img.gamemonetize.com/nr3h5nefmv6pz9uwr9mx9glp2mz5cl9g/512x384.jpg', 'https://html5.gamemonetize.com/nr3h5nefmv6pz9uwr9mx9glp2mz5cl9g/', '0', 'Hypercasual', 0, 0, '', 'robot-car-emergency-rescue---help-the-town'), (11540, 'Beauty Makeup Salon', 'A vicious witch cursed the beautiful little princess, who slept in the castle for many years. Until one day a brave prince killed the dragon guarding the castle and rescued the sleeping princess. The king prepared a grand banquet to celebrate the awakening of the princess. The princess wanted to dress herself up to meet the prince who rescued her. She has a gorgeous fitting room filled with beautiful clothes, shoes and jewelry. Can you help her choose beautiful makeup and costumes to make her the most beautiful princess at the party?', 'https://img.gamemonetize.com/zrtqkjxopyl2qv5yfgpy0iuowpscnd7z/512x384.jpg', 'https://html5.gamemonetize.com/zrtqkjxopyl2qv5yfgpy0iuowpscnd7z/', '0', 'Girls', 0, 0, '', 'beauty-makeup-salon'), (11541, 'Squid Game 123 Stop', 'Another new and interesting squid game! Do you like playing the big escape survival game? Do you also want to participate in the exciting squid game yourself? The girl sings with her back to you and the other contestants. You need to stop when the girl\'s singing ends or you will be in danger of your life. are you ready? Squidly Game 123 Stop is a better one and more exciting. Be sneaky and try to touch the red finish line before the other players without being seen by the red light!', 'https://img.gamemonetize.com/2bi1rwfm35dyc64ez0ry8lvl8wvts82g/512x384.jpg', 'https://html5.gamemonetize.com/2bi1rwfm35dyc64ez0ry8lvl8wvts82g/', '0', 'Boys', 0, 0, '', 'squid-game--stop'), (11542, 'Ice Man 3D', 'Ice Man 3D is an intriguing casual game. You will play the role of the Ice Man. Endowed with your incredibly miraculous power over the elements, you are fully capable of causing the hopelessly evil hooligans to chill to death! Are you willing to stand with the icy superhero, delivering the metropolis from the violent men? Overwhelm your adversaries with your icy mighty powers, and break them into countless pieces!', 'https://img.gamemonetize.com/19muh2ab3ms5j0ew9o84fjv7lvul5a4x/512x384.jpg', 'https://html5.gamemonetize.com/19muh2ab3ms5j0ew9o84fjv7lvul5a4x/', '0', 'Boys', 0, 0, '', 'ice-man-d'), (11543, 'Polygon War Z Zombie', 'The zombie apocalypse is set to begin in this polygonal metropolis. The offline zombie game is packed with action and excitement. In this Zombie game, walking zombies attempt to seize control of the dead metropolis they have created. Your responsibility is to fight for your life since zombies are becoming increasingly threatening. Defeat all of the zombies in this zombie apocalypse and emerge as the shooter\'s sole survivor! Hold the trigger down and fire at zombies, never letting go of the trigger.', 'https://img.gamemonetize.com/9xrxwy97fyi5jgyu4fm8snoarjga3iwr/512x384.jpg', 'https://html5.gamemonetize.com/9xrxwy97fyi5jgyu4fm8snoarjga3iwr/', '0', 'Shooting', 0, 0, '', 'polygon-war-z-zombie'), (11544, 'Crazy Stunt 3D', 'Get ready to dive in the crazy adventure of stunt car racing mega ramp stunt games impossible tracks and enjoy the best car stunts of car stunt driving game mega ramp stunt car games for utmost gt stunts on mega ramps car stunt driving games. Experience the unique driving of car stunt games on mega ramp stunt car games in a city full of gt mega ramps and car stunts. Embrace the thrilling adventure of impossible car stunts in mega ramp car stunt games stunt racing games. Become the stunt master of mega ramp car stunt games. Incredible variety of cars in this best car stunt games & stunt driving GT ramp stunt car racing games. Drive safely on impossible tracks and perform crazy mega ramp car stunts driving on crazy ramps. car stunt game mega stunt car game is about to start on impossible tracks. Jump over the ramps with your extreme car stunts on mega ramp car stunt games stunt driving mania impossible tracks and win over the ramp car stunts. Car stunts mega ramp stunt car games offers you a GT racing experience in a different eccentric environment including space and GT ramp roads specially made for wonderful mega ramp car stunts car stunts games. For all lovers of gt car stunt driving car racing mega ramp stunt car games and stunts games impossible tracks, this car stunt game is for you. So Hurry up! What are you waiting for? Get ready to beat all the mega ramp car stunt racers impossible tracks in the car stunt games mega ramp stunt car games impossible tracks. Ready for extreme and thrilling stunt games in car stunts games impossible tracks. Focus and drive as fast as you can to enjoy the GT ramp car stunts racing experience and reach your goal before time in a cars stunt mega ramp games. Show off your best car driving skills on impossible tracks & GT mega ramp. Complete all the missions in the given time in car stunts mega ramp stunt car games impossible tracks. You must have experienced different cars stunt racing games but this will make your extreme car stunts skills sharpen as compared to the other gt mega ramp car stunts racing games. Select different cars mega ramp stunts and be one of the best car stunts racing drivers in mega ramp car stunts mega ramp stunt games car racing. Experience craziest adventure of car stunt driving racing on impossible tracks with GT ramps stunt car games that you have never felt before. You have the opportunity to fulfill all of your dreams of driving car stunt games on GT mega ramp car games in car stunt games on impossible GT tracks. Simple instructions and smooth controls make this amazing gt car stunt games extreme ramp stunt car game exciting for you in gt stunt cars racing games. Car Stunt Games: Mega Ramp Stunt Car Game Features: Exciting modes and Mega Ramps to perform car stunts around impossible tracks Multiple mega ramp car stunt racing levels in the best GT car stunt ramps Challenge overwhelming gameplay and mechanics of mega ramp car stunt games A strand of stunning with appealing graphics. Beautiful graphics & sceneries to enjoy while having mega ramp car stunts Complete missions to unlock modes & levels Impossible tracks for mega ramp car stunt racing', 'https://img.gamemonetize.com/7fpjcxydju1ncfb2lh790t7rma10a1ci/512x384.jpg', 'https://html5.gamemonetize.com/7fpjcxydju1ncfb2lh790t7rma10a1ci/', '0', 'Hypercasual', 0, 0, '', 'crazy-stunt-d'), (11545, 'Unblock Blocks', 'Welcome to a new puzzle brain game! Unblock Green Car is an amazing brain game. This is a parking-themed puzzle game where you must move cars to clear the path for the green car to drive out of the parking area. The fewer moves you use, the better your rating. enjoy', 'https://img.gamemonetize.com/eqjrx88mfac8je380hhrxwdmxh92dbbi/512x384.jpg', 'https://html5.gamemonetize.com/eqjrx88mfac8je380hhrxwdmxh92dbbi/', '0', 'Puzzles', 0, 0, '', 'unblock-blocks'), (11546, 'Click And Color Dinosaurs', 'In this great cool game you have over 30 different Dinosaurs to color! This game is really suitable for everyone; just one click or touch to color the dinosaurs! enjoy it! It\'s a baby quiet game!', 'https://img.gamemonetize.com/dmdqafwcd4hvdz2caosgfskeltwk1j4o/512x384.jpg', 'https://html5.gamemonetize.com/dmdqafwcd4hvdz2caosgfskeltwk1j4o/', '0', 'Hypercasual', 0, 0, '', 'click-and-color-dinosaurs'), (11547, 'Pop Fish Match Online Game', 'Play the online version of one of the most addictive games of all time. Pop Fish Match is a fun and challenging puzzle game. Pop Fish Match is a new addictive match-3 game. Pop as many fish as you can and try to beat your score. Pop Fish Match is a fun game to play. It\'s easy to learn and you can play it with your friends. Play the free online game Pop Fish Match! Play Pop Fish Match online game for free. Pop Fish Match is a fun and addictive match-3 game with a twist. Try it now! Pop Fish Match is a fun, free, and addicting puzzle game. Play now! Pop Fish Match is a fun and addictive puzzle game. Pop all the fish by matching 3 or more fish of the same color.', 'https://img.gamemonetize.com/puy9iy0wbcnc8de896zcr38styjnm46g/512x384.jpg', 'https://html5.gamemonetize.com/puy9iy0wbcnc8de896zcr38styjnm46g/', '0', 'Puzzles', 0, 0, '', 'pop-fish-match-online-game'), (11548, 'Ball Juggling', 'Ball Juggling is a super fun game with the reflex booster. Here in this game, you have to help the players to juggle the soccer balls. Can you juggle one...two....100 balls? Watch as you play this smash hit and juggle up to and past 100 balls.', 'https://img.gamemonetize.com/hku279ig870w1kx2u46aoetvgi7ghe51/512x384.jpg', 'https://html5.gamemonetize.com/hku279ig870w1kx2u46aoetvgi7ghe51/', '0', 'Sports', 0, 0, '', 'ball-juggling'), (11549, 'Angry Goat Revenge Crazy', 'Enjoy this Angry Goat Revenge -- Wild Animal-free full version with amazing features and exciting levels. Reach the goals, complete the target and share with your friends. You have to control the goat and attack the targeted goods and earn points to complete the level and go to the next level. The goat simulator free game is suitable for all ages its really great fun for everyone. Must try crazy goat and share with your friends and family. You are a goat and you are born to run and head-butt things. Collect the coins and try to find the clues as to why the farmer has not been seen for a while. Flying simulator games animals free is a thrilling game with blasting missions. Fight with different animals in the city and beware of humans which are trying to kill you with the help of sticks. Hit the cars and disturb the innocent civilians. A fun goat sim free in which stupid goat is unstoppable for the human being, angry animals and luxury vehicles making everybody’s life more miserable than ever. Flying running goats are full of fun and thrilling missions. Super goats fights with humans and mad animals with the help of the powerful hit.', 'https://img.gamemonetize.com/orgzfn2brol13ycuer004u80rbjbq11v/512x384.jpg', 'https://html5.gamemonetize.com/orgzfn2brol13ycuer004u80rbjbq11v/', '0', 'Adventure', 0, 0, '', 'angry-goat-revenge-crazy'), (11550, 'Bob The Robber', 'In this game, a petty thief named Bob is waiting for you, whom you will help to rob museums, banks, shops, houses of wealthy citizens and casinos. This is not the easiest occupation, as you will have to break into security systems and electronic locks, bypass traps and surveillance cameras, hide from guards and, of course, look for valuables in cabinets and safes.', 'https://img.gamemonetize.com/axjqhwihwo843nmu8hb30fqil40alqtu/512x384.jpg', 'https://html5.gamemonetize.com/axjqhwihwo843nmu8hb30fqil40alqtu/', '0', 'Boys', 0, 0, '', 'bob-the-robber'), (11551, 'Worm Survive', 'Worm Survive : Embark on an epic journey of dodging feet and collecting the yellow cherries. Get a worms eye view of the world as you hustle and bustle to survive!.', 'https://img.gamemonetize.com/1k63ein8bozw6odmzg4nm544xytdn7iq/512x384.jpg', 'https://html5.gamemonetize.com/1k63ein8bozw6odmzg4nm544xytdn7iq/', '0', 'Racing', 0, 0, '', 'worm-survive'), (11552, 'Winx Makeover', 'Winx girls Bloom, Stella, Tecna and Musa like makeup. Looking beautiful and different is their lifestyle. Let\'s make them beautiful. Let\'s make up, create new styles with hair, jewelry and clothes.', 'https://img.gamemonetize.com/wjyfr28ofa4y1t6djhjnxytyw0igbru1/512x384.jpg', 'https://html5.gamemonetize.com/wjyfr28ofa4y1t6djhjnxytyw0igbru1/', '0', 'Girls', 0, 0, '', 'winx-makeover'), (11553, 'Spiderman Street Fighter', 'The streets of New York were overwhelmed by street crime, gangs have gone wild and attack everyone in a row. Your task is to strictly restore order on the streets, since the spider-man is quite capable of this. Use the arms, legs and abilities of the main character to deal with enemies, pick up items to deal increased damage.', 'https://img.gamemonetize.com/1zah7rt9fe0hyzg06gge9xmigsgw6gig/512x384.jpg', 'https://html5.gamemonetize.com/1zah7rt9fe0hyzg06gge9xmigsgw6gig/', '0', 'Adventure', 0, 0, '', 'spiderman-street-fighter'), (11554, 'Bob The Robber 3', 'Bob the Thief 3 is an action-packed puzzle game in which you play as a young thief named Bob, who is a professional burglar and knows how to get into places where ordinary people cannot enter. You have to complete tasks, steal those items for which orders will be received. Along the way, you will break locks, electronic security systems, CCTV cameras, neutralize guards and much more.', 'https://img.gamemonetize.com/mzvrht41dt5rp1qgyb28tc8h425pe8wh/512x384.jpg', 'https://html5.gamemonetize.com/mzvrht41dt5rp1qgyb28tc8h425pe8wh/', '0', 'Boys', 0, 0, '', 'bob-the-robber-'), (11555, 'Bus Parking 2022', 'Drive your bus to the parking spot before the timer runs out. Complete tough and challenging parking levels with your bus and become the best bus driver in the city. Collect coins along the way and upgrade your bus to a better one. The parking tests get tough with every level. Your parking skills will be thoroughly checked. Are you ready to test your parking skills with this toon city bus adventure? Prove yourself!', 'https://img.gamemonetize.com/ro9aac7ja0q0kocfl29odoajz8xtv15h/512x384.jpg', 'https://html5.gamemonetize.com/ro9aac7ja0q0kocfl29odoajz8xtv15h/', '0', 'Arcade', 0, 0, '', 'bus-parking-'), (11556, 'Squid Tower', 'Do you want to become a battle hero? You will find harsh towers with countless enemies. Drag and drop your hero to fight, unlock skins and weapons, and defeat relentless enemies. Collect money. You have to go through more than a hundred towers, various enemies. Squad Tower – is a great puzzle game that makes you think in math. This is a combination of action, strategy and combat puzzle.', 'https://img.gamemonetize.com/flm0fcf3qlgugdm7cznn56kwbttoamvk/512x384.jpg', 'https://html5.gamemonetize.com/flm0fcf3qlgugdm7cznn56kwbttoamvk/', '0', 'Puzzles', 0, 0, '', 'squid-tower'), (11557, 'Spiderman Masked Missions', 'Here is a small game about a new spider-man. Having chosen a hero or his girlfriend, you have to complete two tasks. The first mission will take you to the subway, where you will jump from train to train, collect coins and dodge enemies, and in the second task you will have to help the hero get down from the roof of a skyscraper for a while.', 'https://img.gamemonetize.com/j9frjyqvee8b1bi3b8g18d2wkewb1om3/512x384.jpg', 'https://html5.gamemonetize.com/j9frjyqvee8b1bi3b8g18d2wkewb1om3/', '0', 'Racing', 0, 0, '', 'spiderman-masked-missions'), (11558, 'Space Jump Online Game', 'Jump into the Fray with Space Jump, an online game that\'s a lot of fun for all ages!', 'https://img.gamemonetize.com/tz841m5y0qo8vx4ie05epjc9aovksp8d/512x384.jpg', 'https://html5.gamemonetize.com/tz841m5y0qo8vx4ie05epjc9aovksp8d/', '0', 'Arcade', 0, 0, '', 'space-jump-online-game'), (11559, 'MonterShooter', 'MonterShooter is the intense warfare shooting game in which you are dropped straight into the madness of world war 2. You control a member of the allied forces and you trying to liberate the land of all of the Nazi’s that have invaded it. Pick up your weapon and take to the battlefield trying to defeat as many Nazis as you can. Jump behind the controls of an earth moving battle tank to cause some real destruction. You must complete each mission that you have been set by your commander and save the day. Good luck Soldier!', 'https://img.gamemonetize.com/gc54h4vn5pta1faz7b6rlkri783dsw08/512x384.jpg', 'https://html5.gamemonetize.com/gc54h4vn5pta1faz7b6rlkri783dsw08/', '0', 'Shooting', 0, 0, '', 'montershooter'), (11560, 'Move the Blocks', 'In the new addicting game Move the Blocks, you will help a funny cube travel the world in which your hero refused. In front of you on the screen you will see your character, who will be at the beginning of the road. You will need to guide your hero to the end point of your journey as quickly as possible. There will be points on the road that your cube will have to collect. Using the control keys, you will have to make the cube move in the direction you want. In some places, it will change color. This will earn you points. Having reached the end point, you will pass the level and proceed to the next task.', 'https://img.gamemonetize.com/53qxe0y85r6w0kiq8rs0ef3w7e7jweud/512x384.jpg', 'https://html5.gamemonetize.com/53qxe0y85r6w0kiq8rs0ef3w7e7jweud/', '0', 'Puzzles', 0, 0, '', 'move-the-blocks'), (11561, 'Jungle Math Online Game', 'A Jungle Math Online Game is a game that lets players explore and learn jungle math concepts. The game is designed to provideayette for the individual who wants to become more aware of their personal jungle math development. The player begins by learning basic numbers like addition, subtraction, multiplication and division. As the player gets better at playing the game, they can then be used in research studies or as ideas in writing campaigns. The player could also want to try out some of the games featured on this website in order to get a feel for how it would play out within their own lives!', 'https://img.gamemonetize.com/ic1eko5vluxnjf79qab2kpvwe6cbp6zk/512x384.jpg', 'https://html5.gamemonetize.com/ic1eko5vluxnjf79qab2kpvwe6cbp6zk/', '0', 'Puzzles', 0, 0, '', 'jungle-math-online-game'), (11562, 'Love Cat Line', 'Love Cat Line is a super fun puzzle game for kids online and a free game to help you develop logical thinking. You just draw a horizontal line to bring two cats in love together and these two cats will be very happy. Think brain and enjoy the game. Can you help them to stay together?', 'https://img.gamemonetize.com/7kkpe70mi1pee3xz0ce7joszskmgwzgr/512x384.jpg', 'https://html5.gamemonetize.com/7kkpe70mi1pee3xz0ce7joszskmgwzgr/', '0', 'Boys', 0, 0, '', 'love-cat-line'), (11563, 'Tethan Arena', 'Thetan Arena uses two different tokens, and players can earn both THC and THG tokens. The main in-game currency is the Thetan Coin (THC), which users gather by playing game modes and participating in various other activities. Once the player earns these THC tokens, they can claim them to their wallet', 'https://img.gamemonetize.com/lvaw9m5z5wxn7v9ts6xz86zkxfx7t625/512x384.jpg', 'https://html5.gamemonetize.com/lvaw9m5z5wxn7v9ts6xz86zkxfx7t625/', '0', 'Adventure', 0, 0, '', 'tethan-arena'), (11564, 'Minicarft Block Survival', 'You have to learn to jump over obstacles and over long distances. Will you be able to reach the end of the parkour map for MCPE? Parkour on Minecraft, where you can choose the difficulty level, will show you the best players. Parkour in minecraft has a lot of levels that I advise you to pass. Mods for minecraft are able to teach you the perfect jumps. Minecraft maps are ready for any checks. You can even pass in a couple of jumps, if of course you recognize these life hacks. Parkour for Mcpe is very cool and at the same time difficult. But when you learn to jump, you will become one of the best in minecraft Parkour. Parkour mods will completely change the opinion about minecraft. Show your friends the parkour mod and find out who is the best in parkour.', 'https://img.gamemonetize.com/sqm0ikvwn57u4dxldluyrqioy7pwa9ht/512x384.jpg', 'https://html5.gamemonetize.com/sqm0ikvwn57u4dxldluyrqioy7pwa9ht/', '0', 'Adventure', 0, 0, '', 'minicarft-block-survival'), (11565, 'Q Math ', 'Q Math is a mathematical game for kids. At this game, you need to have some kind of mathematical knowledge and to use that knowledge in the game. There will be different mathematical operations. You need to add, subtract, multiply or divide to get the final result. every time you will have four answers for the problem and you need to click on the correct one. The time is short and you need to think fast.', 'https://img.gamemonetize.com/iqa64rpu6v055pyogynmbnxfabqbmw0s/512x384.jpg', 'https://html5.gamemonetize.com/iqa64rpu6v055pyogynmbnxfabqbmw0s/', '0', 'Puzzles', 0, 0, '', 'q-math-'), (11566, 'Trap Craft', 'Hacker once again staged a zombie apocalypse in a monster school. And offers you to play a game with him. The game has a Noob, a Pro, a Princess and other characters of the monster school. Everyone has their own desire, a Noob, for example, wants to be loved by a Princess. The Hacker is ready to fulfill everyone\'s wish if you pass all his chellenges. All you need is to protect the Portal from blocks. Create your own unique defense against zombies. Use weapons and build towers. New unique traps on each level. Defend the portal, Mine coins and create your own strategy. Each hero has his own funny ending. The Hacker is insidious and will affect all the heroes, even Pro and Noob. In the store you can buy a pet that increases the characteristics of the hero.', 'https://img.gamemonetize.com/xtfcher6frext8d3yikjmg6j2ic52hkr/512x384.jpg', 'https://html5.gamemonetize.com/xtfcher6frext8d3yikjmg6j2ic52hkr/', '0', 'Adventure', 0, 0, '', 'trap-craft'), (11567, 'Free Kick Football', 'Ultra-fast multiplayer free-kick action: this is Football Strike! ... Take on Career mode, travelling through different stadiums around the globe and taking on unique soccer challenges to unlock medals! With simple, fast gameplay, Football Strike is easy to play and offers endless competitive football fun!', 'https://img.gamemonetize.com/2dgwc7hkwpmai1n88pdafyed7e5pjl2e/512x384.jpg', 'https://html5.gamemonetize.com/2dgwc7hkwpmai1n88pdafyed7e5pjl2e/', '0', 'Sports', 0, 0, '', 'free-kick-football'), (11568, 'Hexa Dungeon', 'Hexa Dungeon is a fighting adventure game where the players need to match elements of the same colors to win the game. To make it possible for the hero to attack in Hexa Dungeon, the player has to match the elements. When the player has collected enough power by matching the elements, it becomes possible to unlock plenty of power shots which is visible at the bottom of the screen. In Hexa Dungeon, it is important to ensure to keep the enemies away and further, go forward and destroy them.', 'https://img.gamemonetize.com/yq85fdgp6sgv9ic4mc5xa9iw0eegy77k/512x384.jpg', 'https://html5.gamemonetize.com/yq85fdgp6sgv9ic4mc5xa9iw0eegy77k/', '0', 'Puzzles', 0, 0, '', 'hexa-dungeon'), (11569, 'Bumpy Ball', 'Smash the same color object, Avoid other colors object! How far can you go?', 'https://img.gamemonetize.com/c45pbpjq6ka2og259hlddk951g39njdz/512x384.jpg', 'https://html5.gamemonetize.com/c45pbpjq6ka2og259hlddk951g39njdz/', '0', 'Hypercasual', 0, 0, '', 'bumpy-ball'), (11570, 'Stage Show Designer', 'With collecting and avoiding play rules, you need to collect the clothes and decorations following the pointed performance. Only when you collect over 75% of correct items, then you could complete the current level. Have a good time!', 'https://img.gamemonetize.com/w9fxml88pjqjlj5tdyjjcuugj5tfaobj/512x384.jpg', 'https://html5.gamemonetize.com/w9fxml88pjqjlj5tdyjjcuugj5tfaobj/', '0', '3D', 0, 0, '', 'stage-show-designer'), (11571, 'March Coloring Book', 'Hello, young artist. Best season of the year is approaching - spring. This coloring-game is dedicated to the first month of spring - March. Flowers and cute animals will not leave anyone indifferent!', 'https://img.gamemonetize.com/o50g2ri4edcxcexpx1nmrte8jw5oqkt0/512x384.jpg', 'https://html5.gamemonetize.com/o50g2ri4edcxcexpx1nmrte8jw5oqkt0/', '0', 'Girls', 0, 0, '', 'march-coloring-book'), (11572, 'Knife Flip', 'Flip knives to Become a master while building your own collection of knives!', 'https://img.gamemonetize.com/ozeicwdp21ijt35i17fywktdsxx225l6/512x384.jpg', 'https://html5.gamemonetize.com/ozeicwdp21ijt35i17fywktdsxx225l6/', '0', 'Hypercasual', 0, 0, '', 'knife-flip'), (11573, 'Futurama', 'Futurama is an American animated science fiction sitcom created by Matt Groening for the Fox Broadcasting Company. The series follows the adventures of a late-20th-century New York City pizza delivery boy, Philip J. Fry, who, after being unwittingly cryogenically frozen for one thousand years, finds employment at Planet Express, an interplanetary delivery company in the retro-futuristic 31st century. The series was envisioned by Groening in the mid-1990s while working on The Simpsons; he later brought David X. Cohen aboard to develop storylines and characters to pitch the show to Fox. In the United States, the series aired on Fox from March 28, 1999, to August 10, 2003, before ceasing production. Futurama also aired in reruns on Cartoon Network\'s Adult Swim from 2003 to 2007, until the network\'s contract expired. It was revived in 2007 as four direct-to-video films; the last of which was released in early 2009. Comedy Central entered into an agreement with 20th Century Fox Television to syndicate the existing episodes and air the films as 16 new, half-hour episodes, constituting a fifth season.', 'https://img.gamemonetize.com/ma8x179lhtxmhdeysyt51rqaopr7go4r/512x384.jpg', 'https://html5.gamemonetize.com/ma8x179lhtxmhdeysyt51rqaopr7go4r/', '0', 'Puzzles', 0, 0, '', 'futurama'), (11574, '11 in 1 Arcade Games', 'Welcome to the wide assortment of tiny games that may delight you for hours without realizing the time. GoodGameArcade is a free game collection for web or pc that enables you to effortlessly and quickly play or more hundreds of unique Arcade games in one location without having to install all games one by one. So, if you are into such addicting arcade games and seeking a free selection of mini-games to play on your web or smartphone, download GoodGameArcade for free and experience hours of joy and entertainment with family and friends.', 'https://img.gamemonetize.com/y2w9sloacurvnx97zrrl0i5sm9u46acb/512x384.jpg', 'https://html5.gamemonetize.com/y2w9sloacurvnx97zrrl0i5sm9u46acb/', '0', 'Arcade', 0, 0, '', '-in--arcade-games'), (11575, 'Monster Shooter 3D', 'In the city you live in, a monster army suddenly comes. In order to protect the safety of your homeland, pick up weapons to resist the attack of the monster army! In the game, we need to control the firearms to destroy all the enemies, you can also call for rescue, upgrade the weapons, and improve the combat effectiveness!', 'https://img.gamemonetize.com/s8ije1f11obfchnoeanq9lzm7zlm5a06/512x384.jpg', 'https://html5.gamemonetize.com/s8ije1f11obfchnoeanq9lzm7zlm5a06/', '0', 'Shooting', 0, 0, '', 'monster-shooter-d'), (11576, 'Love Test with Horoscopes', 'Test your love with horoscopes. Test how strong your love is by using his/her name and zodiac sign.', 'https://img.gamemonetize.com/98fv1ojvaizw72goqpgrxtdeczxi2ish/512x384.jpg', 'https://html5.gamemonetize.com/98fv1ojvaizw72goqpgrxtdeczxi2ish/', '0', 'Girls', 0, 0, '', 'love-test-with-horoscopes'), (11577, 'FPS Shooting Survival Sim', 'The zombie virus has gotten completely out of hand! Zombies that are evolving are threatening to take over the planet! You are a highly trained special forces commando, and your objective is to combat zombies to save the world. To live and gain combat survival experience, you must eliminate all zombies in this assassination game. Choose from an incredible assortment of fighting weapons and engage in battle against the walking dead in various horrifying settings all around the world.', 'https://img.gamemonetize.com/5rxwjnl6kc368x7uqdc6kzwx0do1731k/512x384.jpg', 'https://html5.gamemonetize.com/5rxwjnl6kc368x7uqdc6kzwx0do1731k/', '0', 'Shooting', 0, 0, '', 'fps-shooting-survival-sim'), (11578, 'Soccer Flick The Ball', 'It\'s a must-have football game for soccer and free-kick enthusiasts everywhere! Simple and addicting gameplay, great visuals, five incredible settings, and arcade-style target practice are all included in one package. Use this opportunity to put your free kick and football talents to the test! There is no need to pay to unlock anything; you may play for free at any time! There are new designs, new players and grounds, different times of day, diverse weather conditions, including rain and snow, new classic and professional footballs, even more, player uniforms and animations, and more. Hit the target to get points and the bonus targets to earn gifts. There\'s no end to the pleasure! How long do you think you\'ll be able to last?', 'https://img.gamemonetize.com/u4l853ff5o5bb24631uynhzdhsdafwwl/512x384.jpg', 'https://html5.gamemonetize.com/u4l853ff5o5bb24631uynhzdhsdafwwl/', '0', 'Arcade', 0, 0, '', 'soccer-flick-the-ball'), (11579, 'Magical Unicorn Grooming World', 'Come and find your own unicorn. You will clean out the stable for the poor unicorn, bathe her, and change her horseshoe. After that, you can dress her up and turn her into your magical unicorn! All right, stop hesitating and start the game!', 'https://img.gamemonetize.com/p8za3wfo8rnvdm6akws7ys282nyv1chs/512x384.jpg', 'https://html5.gamemonetize.com/p8za3wfo8rnvdm6akws7ys282nyv1chs/', '0', 'Girls', 0, 0, '', 'magical-unicorn-grooming-world'), (11580, 'Bubble Shooter Mania', 'Bubble Shooter Mania Welcome to a new bubble shooter arcade game! Aim and slide to release colorful bubbles and shoot bubbles with the same color to pop them and finish you levels Explore Tons of amazing and challenging levels and try to complete them all. Good luck', 'https://img.gamemonetize.com/nrqi0hp8spmn3i7cthewkva0c4qhldu9/512x384.jpg', 'https://html5.gamemonetize.com/nrqi0hp8spmn3i7cthewkva0c4qhldu9/', '0', 'Puzzles', 0, 0, '', 'bubble-shooter-mania'), (11581, 'My Virtual Pet Shop Cute Animals', 'My Virtual Pet Shop is a pet simulator game. In this pet shop game suitable for children of all ages, you can choose your pets and take care of cute animals, including playing with them, feeding and serving the pets. Cleaning, dressing up kittens and puppies, your purpose is to maximize the happiness of pets and develop your pet business. It is worth noting that you must complete the task within the specified time. Some pets also need deep cleaning, are you ready?', 'https://img.gamemonetize.com/k47d8gw3b8dk4dsm9ab1nufeblcyx80y/512x384.jpg', 'https://html5.gamemonetize.com/k47d8gw3b8dk4dsm9ab1nufeblcyx80y/', '0', 'Hypercasual', 0, 0, '', 'my-virtual-pet-shop--cute-animals'), (11582, 'Candy Clicker', 'There are so many different, sweet, delicious candies in the world ... mmm ... I wish I could try them all! You have such an opportunity in the game "Sweet Clicker"! Can you unwrap all packages? Let\'s see what\'s here. Choice: · Candies of course! Chocolate, lollipops, caramel and many more! · Cakes. Custard, with cream, chocolate, classic. Just a fairy tale! · For starters, exclusive desserts…but can you click for that long? The "Shop" section will come to the rescue, where you can improve the click power or build an auto-clicker that will unfold all the sweets for you! Click on more and more sweets, earn coins and improve your click power! Eat them all in Candy Clicker!', 'https://img.gamemonetize.com/kgp2ccqm4lor9ma0urih2ut7d382egjp/512x384.jpg', 'https://html5.gamemonetize.com/kgp2ccqm4lor9ma0urih2ut7d382egjp/', '0', 'Clicker', 0, 0, '', 'candy-clicker'), (11583, ' FallIng The Ball 3D', 'If you clear the way for the Sand Balls to fall into the container by eliminating the obstruction, they will fall into the container. The degree of difficulty grows as the number of levels increases, but you will have a good time. Be careful that several traps will force you to replay the level with greater caution than before. Completing each level will earn you points, which you may use to purchase further levels. You will purchase new Ball Shapes using the Points you have accumulated.', 'https://img.gamemonetize.com/db026nmfzn83dcoxi6ijthyt1zo5pnq3/512x384.jpg', 'https://html5.gamemonetize.com/db026nmfzn83dcoxi6ijthyt1zo5pnq3/', '0', 'Arcade', 0, 0, '', '-falling-the-ball-d'), (11584, 'Rope Ninja Game', 'Get ready for a challenge in this original skill game where timing and concentration is key to success With a simple to play yet hard to master game mechanic Rope Ninja offers fun and endless challenges for players of all age groups', 'https://img.gamemonetize.com/q8bya6xuuv0vxnyls8udfxz0bf0bvswd/512x384.jpg', 'https://html5.gamemonetize.com/q8bya6xuuv0vxnyls8udfxz0bf0bvswd/', '0', 'Arcade', 0, 0, '', 'rope-ninja-game'), (11585, 'Football Cup Finger Soccer ', 'Finger Soccer, also known as button football, penny football, coin football, or table football, is a button game played on a tabletop. It is also known as button football, penny football, coin football, or table football. A variety knows this game of different names throughout the world, including soccer caps, sectoral, and various other designations and other variations. Choose your team, pick your formation, and score more goals than your opponent using the buttons on the screen to win a football game.', 'https://img.gamemonetize.com/l2smbambmvvaytzq09fu4ux1xyw9uywh/512x384.jpg', 'https://html5.gamemonetize.com/l2smbambmvvaytzq09fu4ux1xyw9uywh/', '0', 'Arcade', 0, 0, '', 'football-cup-finger-soccer-'), (11586, 'Painting Rings', 'Circles should be colored in three dimensions using colored balls, taking care not to paint the same spot more than once. The straightforward gameplay\'ll entertain you. Paint has been sprayed all over the ring. Make sure you paint on the right ring and don\'t paint on rings that are different colors or have different patterns. Playing this game at different levels of enjoyment is almost impossible to limit. There is no limit to the number of casual gaming possibilities available for those who enjoy this game. Paint a three-dimensional circle on the canvas and strike the ring with it. Both the ball and the rings are now available in several new colors, which complement each other well. As much as possible, hit the paintball at the same moment as the previous hit to ensure that you do not miss hitting the same color region colored earlier as you did on the previous hit. At different times of the day, paint the rings with the same color ball at different levels, depending on the time of day. In the painting process, the circles will automatically spin around the region, allowing you extra time to complete the 3D painting project. The previous and next buttons let you move back and forth through the levels in a linear fashion. Get the rings and use them to paint the circle in three dimensions with different colored balls by stacking them on top of each other. Excellent graphics, as well as intuitive one-touch controls, make this a must-have.', 'https://img.gamemonetize.com/7d7wmvh701m9r4u4l3f0570orn4c2wzu/512x384.jpg', 'https://html5.gamemonetize.com/7d7wmvh701m9r4u4l3f0570orn4c2wzu/', '0', 'Arcade', 0, 0, '', 'painting-rings'), (11587, 'Fruitz Shooter', 'Welcome to Fruitz Shooter, a bubble shooter puzzle game. Aim and shoot 3 or more identical bubble fruits to remove them. Challenge your friends and try to get the best score. play and earn power-ups to help you whe you stuck. Good luck', 'https://img.gamemonetize.com/io1d4qkdsyrd6f7ic3mar1o7jgxruhtr/512x384.jpg', 'https://html5.gamemonetize.com/io1d4qkdsyrd6f7ic3mar1o7jgxruhtr/', '0', 'Puzzles', 0, 0, '', 'fruitz-shooter'), (11588, 'OFFROAD Truck 4x4', 'Hello Offroaders! The new open world off-road driving simulator is here! It\'s time to get Off The Road! Drive your rig on the hills of your own open world, get into a boat and explore islands, pick a helicopter and fly freely to the top of the mountains or just walk around if you need a peaceful hike it\'s up to you. Beat challenges to earn money and upgrade your car. Make it stronger, faster, look more awesome! Earn xp to level up and get cool rewards. [DRIVE ANYWHERE] Using your car\'s winch you can climb the highest mountains, nothing can stop you. Thanks to the accurate rope physics the cable rope behaves realistically. You can drive boats to travel the sea or fly a helicopter to get anywhere easily. [SIMULATION] Realistic damage model for vehicles. Falls, crashes deform your car\'s chassis. Tyre pressure is simulated, tires deform based on load. Simulated water ripples, buoyancy etc. [CHALLENGES] Try to be fast to beat the Checkpoint Hunt challenges, use your off-roading skills to reach checkpoints in Pathfinder challenges. Find and transport the required materials for Transport challenges! [TRANSPORTATION] Use trailers to transport materials to their destinations, or use your winch to attach to objects in the world and drag them around freely. [CONSTRUCTION] Construct houses, bridges, roads, vehicles by transporting the required materials to the site! [VEHICLES] Drive off-road 4x4 cars, trucks, off-road behemoths, boats, helicopters! [MUD PHYSICS] Dynamic mud surface that deforms. You can find muddy fields to get your car dirty. Chassis can get muddy and dirty, you can wash it by driving into water or repairing. Features: -Explore beautiful landscapes -43 off-road cars to unlock and drive -Driveable boats, helicopters - LAN Multiplayer -Tons of challenges to beat -Collect card packs to unlock new cars -Tons of collectables -Dynamic day and night cycle -Physically simulated water -Climb hills -Transport goods -Beat challenges -Endless fun', 'https://img.gamemonetize.com/uknn8d9rb2qq62ryyydjmgmnfbqctz2j/512x384.jpg', 'https://html5.gamemonetize.com/uknn8d9rb2qq62ryyydjmgmnfbqctz2j/', '0', 'Arcade', 0, 0, '', 'offroad-truck-x'), (11589, 'Bubble Shooter Blast Master', 'Shoot the bubbles and earn points Bubble Shooter Blast Master is a free online browser game which is recommended for all kinds of game lovers. It is a free shooting game for pc online which has exciting levels with colourful animated backgrounds. Game features Easily available Great source of entertainment Suitable for all ages Colourful graphics and enjoyable music. How to play Shoot the bubble and blast them with their combo. As many combos you can make you will get points. Combos should be made with the same colors. Shooting game lovers will get a great enthusiasm from this game. It is the best shooting browser game.', 'https://img.gamemonetize.com/nnaz4rdxrhkfufcwjg6sq6qzxy8lophj/512x384.jpg', 'https://html5.gamemonetize.com/nnaz4rdxrhkfufcwjg6sq6qzxy8lophj/', '0', 'Puzzles', 0, 0, '', 'bubble-shooter-blast-master'), (11590, 'Pick Me Up City', 'Are you ready to become a car driver and earn cash in Pick Me Up City? Then start the engine and grab steering and start playing Pick Me Up Car Pick Up and Drop Off: Taxi Driving games to simulate your world in travel & local by pick up passenger in car pick and drop offline games and explore the wonder of word. Pick up your clients and drop them at their destination point and earn cash by playing and driving in New York City driving games. You have played several car pick me ups stylized games but this is one of the best car drop off games online.', 'https://img.gamemonetize.com/hyvbfysgvskhmgf1b6mun9gm8h0wkbol/512x384.jpg', 'https://html5.gamemonetize.com/hyvbfysgvskhmgf1b6mun9gm8h0wkbol/', '0', 'Hypercasual', 0, 0, '', 'pick-me-up-city'), (11591, 'Barbie Fairy Star', 'Barbie star fairy wants to wow everyone with her new make up and style. For this, she has to try on her new makeup, jewelry and dresses. Let\'s help her dressing her up very stylish and captivate everyone.', 'https://img.gamemonetize.com/azs9j70phq1iklksye0s4l9rxokxerd6/512x384.jpg', 'https://html5.gamemonetize.com/azs9j70phq1iklksye0s4l9rxokxerd6/', '0', 'Girls', 0, 0, '', 'barbie-fairy-star'), (11592, 'Winx Stylish Dress', 'Winx fairies fit the street fashion. They like to wear very beautiful and sparkly dresses. Her hair, makeup, jewelry, bag, shoes has to be great. Do you want to make the right combination and dress them very stylishly?', 'https://img.gamemonetize.com/x05ax1adf42x64fd657epyqhkzu3olfc/512x384.jpg', 'https://html5.gamemonetize.com/x05ax1adf42x64fd657epyqhkzu3olfc/', '0', 'Girls', 0, 0, '', 'winx-stylish-dress'), (11593, 'Winx Nail Makeover', 'Winx fairies love to dress stylishly and do makeup. Also, her hands are beautiful. They love to tattoo their hands and put nail polish and stickers on their nails. Let\'s decorate her hands together.', 'https://img.gamemonetize.com/1y4yvpz1zohmquh2luwnrxvtmsk52903/512x384.jpg', 'https://html5.gamemonetize.com/1y4yvpz1zohmquh2luwnrxvtmsk52903/', '0', 'Girls', 0, 0, '', 'winx-nail-makeover'), (11594, 'Ben 10 Create Scene', 'All children love to watch Ben 10 cartoons. Now we can create your own cartoon scene. Let\'s get our favorite ben 10 monsters on stage and fill it with our story. Let\'s play and watch.', 'https://img.gamemonetize.com/yovrb7ay4g2ghhrxg2imd91i7ta56s66/512x384.jpg', 'https://html5.gamemonetize.com/yovrb7ay4g2ghhrxg2imd91i7ta56s66/', '0', 'Clicker', 0, 0, '', 'ben--create-scene'), (11595, 'Cannon Bounce 3D', 'Try to be the master of destruction, heat up the buildings neatly and show no mercy! In \'Cannon Balls 3D\' it depends on how skillfully you place the shots so that the structures collapse as efficiently as possible. Watch your ammo, because it\'s limited.', 'https://img.gamemonetize.com/p8hgmouq7iwnno26uqhynazi6ryzvalo/512x384.jpg', 'https://html5.gamemonetize.com/p8hgmouq7iwnno26uqhynazi6ryzvalo/', '0', 'Shooting', 0, 0, '', 'cannon-bounce-d'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (11596, 'Find Words', 'Find Words is the most addictive and exciting word game to TRAIN your mind. Totally free!Simply concentrate to connect the letters, finding the hidden words, and get coins and fabulous prizes that will help you move from level to level!You will have fun improving your vocabulary and spelling skills.Starts as an easy word game and becomes a challenge! An amazing crosswords and word puzzle game!Can you solve all the crossword puzzles?', 'https://img.gamemonetize.com/xrr3b4wpjedi593iv4nvylg3ecg6wmg6/512x384.jpg', 'https://html5.gamemonetize.com/xrr3b4wpjedi593iv4nvylg3ecg6wmg6/', '0', 'Puzzles', 0, 0, '', 'find-words'), (11597, 'Twerk Race 3D', 'Nothing is more fun than twerking... Except a runner game with twerking! Here is Twerk Race 3D, one of the most thrilling racing games out there, which offers you a fun race in which your goal is to develop your body to become a twerking legend! Fight for the title of best twerk dancer in history in this super exciting runner game. A CRAZY RACE On your marks. Loans. Go! The fun race has begun! Make your way through a course filled with obstacles and collect food to develop your body. Collect healthy food to slim your body. Or pick up some junk food and it will grow right before your eyes. Your goal is to finish the race with the biggest body in the world. But be careful: to get to the end, it won\'t be enough for you to pick up hamburgers, because you will also need a little strategy! The race is full of insane obstacles: fragile glass platforms, barriers with holes of different sizes, slides, etc. Sometimes your weakness may lie in your big body. Learn when to burn calories and go from fat to muscle. Prove that your brain is as big as your body! EPIC TWERK BATTLE But there\'s more than a fun race to this runner game: a twerk battle will be waiting for you when you cross the finish line. Each level culminates in a grand finale, a thrilling body battle that will test your body power as much as your twerking skills. Save your strength for the most powerful blow, and face your opponent in the ring. Only the most powerful and the biggest bodies will have a chance to win this duel! Ready to take the challenge ? You have nothing to lose…except maybe a few pounds. Join a fun race, collect different foods, overcome all obstacles and get ready for the final fight. MAIN CHARACTERISTICS â— A one-of-a-kind racing game! A race followed by a twerking battle. Don\'t doubt it: this game is unlike any other racing game you\'ve played. â— Exciting body shock! Develop your body to the maximum to crush your opponent. â— A real tension! A fast and fun race with an endless variety of obstacles through which you must fight your way. â— A fun new race, and a beautiful new look There are many opportunities to beautify your character. Choose the perfect outfit to highlight your body! No other racing games are so fun! Join one of the best racing games, which will dispel your boredom and keep you dancing all day!', 'https://img.gamemonetize.com/8dxx0p1aqy63cogft0i2f28v704mn0kp/512x384.jpg', 'https://html5.gamemonetize.com/8dxx0p1aqy63cogft0i2f28v704mn0kp/', '0', 'Hypercasual', 0, 0, '', 'twerk-race-d'), (11598, 'Hero Tower Wars', 'Are you ready to be the hero in the Top battles? The harsh battlefield with countless obstacles is waiting for you. Try to drag your hero to fight enemies and monsters. Complete levels and collect golden coins. Attack enemies that have less power than your hero. Let the war begins', 'https://img.gamemonetize.com/771s3y3gi679e3wsx8dawjssfqpgaaya/512x384.jpg', 'https://html5.gamemonetize.com/771s3y3gi679e3wsx8dawjssfqpgaaya/', '0', 'Arcade', 0, 0, '', 'hero-tower-wars'), (11599, 'Jumping Snowman Online Game', 'The Jumping Snowman game is a simple but fun game that will get you excited for the winter season. Players take on the role of one who wants to go into the frozen world and stop the jumpstart from going off-planet. In order to do so, they must complete various tasks included learning about freeze effects, working with our understanding of nebulae, and much more! The game is set in an ice age where cold temperatures keep all life in check.', 'https://img.gamemonetize.com/ch2xvnm8x5agtf4c3ubvj7qgng9agg30/512x384.jpg', 'https://html5.gamemonetize.com/ch2xvnm8x5agtf4c3ubvj7qgng9agg30/', '0', 'Arcade', 0, 0, '', 'jumping-snowman-online-game'), (11600, 'Dot Crusher', 'Before you on the screen you will see a playing field on which there will be two planks. A ball will hang between them in space. You will have to click on it with your mouse. Thus, you will call a special arrow with which you can set the strength and trajectory of the ball. When ready, you will make your move. You will need to make sure that the ball touches both bars. Once this happens, you will receive points and proceed to the next level of the game.', 'https://img.gamemonetize.com/naw1892qlt8hhqrs82s1qlvh51p8box0/512x384.jpg', 'https://html5.gamemonetize.com/naw1892qlt8hhqrs82s1qlvh51p8box0/', '0', 'Puzzles', 0, 0, '', 'dot-crusher'), (11601, 'Tower Takeover Conquer Castle', 'Conquer Castle is a simple and fun puzzle game. You can click on the opponent\'s city to conquer them, and at the same time protect your own city from being occupied. When all the cities turn blue to represent you, you win! Swipe your finger to connect the two cities, don\'t worry if the situation is not good, try your skills! Join the game and become the greatest city conqueror!', 'https://img.gamemonetize.com/gnh3u6u5fhszoh2aq9e1p286djlz9451/512x384.jpg', 'https://html5.gamemonetize.com/gnh3u6u5fhszoh2aq9e1p286djlz9451/', '0', '3D', 0, 0, '', 'tower-takeover-conquer-castle'), (11602, 'Princess Dressing Up Game', 'The lovely princess likes beautiful clothes and beautiful makeup. Please help her. Enjoy your happy time', 'https://img.gamemonetize.com/mlt7v0w6eoyfj5ux6b6f8uao9xbvflkh/512x384.jpg', 'https://html5.gamemonetize.com/mlt7v0w6eoyfj5ux6b6f8uao9xbvflkh/', '0', 'Girls', 0, 0, '', 'princess-dressing-up-game'), (11603, 'Fantasy Forest Puzzle', 'Fantasy Forest – is a HTML5 Game! Cool match logic game, go through each level with pleasure, you need to collect the required number of three types of blocks for each level and at the same time not leaving more than one extra block. The game has 100 levels and an in-game store that will help you complete this exciting game.', 'https://img.gamemonetize.com/mq0gwsf05v9kvsbc9y5hr5tbq1wtlfsl/512x384.jpg', 'https://html5.gamemonetize.com/mq0gwsf05v9kvsbc9y5hr5tbq1wtlfsl/', '0', 'Puzzles', 0, 0, '', 'fantasy-forest-puzzle'), (11604, 'SpiderMan Mysterio Rush', 'One of the main enemies of Spider-Man - Mysterio again attacked New York and threatens to wipe it off the face of the earth. You must prevent the villain and send him along with his followers to where he belongs, to the underwater dungeon. The player will have to run around the city, collect coins, fight the henchmen of the main villain, complete tasks and much more.', 'https://img.gamemonetize.com/zw9q1h9h0u57oh60i558uvwxs5kxa8fi/512x384.jpg', 'https://html5.gamemonetize.com/zw9q1h9h0u57oh60i558uvwxs5kxa8fi/', '0', 'Racing', 0, 0, '', 'spiderman-mysterio-rush'), (11605, 'Hop Out', 'This bug have no fear, he always look dangers in the face and keep on crying so Jump for the exit! - Simple controls! - Cool physics gameplay! - Cartoon graphics! - Cool soundtrack!', 'https://img.gamemonetize.com/ajne3nsk7w46yji7l1u1wjdd7jcpjt84/512x384.jpg', 'https://html5.gamemonetize.com/ajne3nsk7w46yji7l1u1wjdd7jcpjt84/', '0', 'Puzzles', 0, 0, '', 'hop-out'), (11606, 'Draw Joust Fun & Run 3D Game', 'Draw Joust is a battle relaxation game. The players will be driving their own cars in a very open field and will take all kinds of wonderful weapons to battle each other. You can change the shape of your vehicle at will but you must complete this move before the battle begins. Weapons are allocated at random. For starters, axes, javelins, or iron sheets can all be used in Draw Joust, have fun!', 'https://img.gamemonetize.com/qkrx3u8b5jeic4bwxep9oy6o3phnw392/512x384.jpg', 'https://html5.gamemonetize.com/qkrx3u8b5jeic4bwxep9oy6o3phnw392/', '0', 'Action', 0, 0, '', 'draw-joust--fun-amp-run-d-game'), (11607, 'Overloaded Bus Game', 'The most fun squeeze the bus game of the year is here, Overloaded Bus is a super fun puzzle game and a free-to-play online game for kids. All you have to do is press and hold the screen to get the passengers on and off the bus, be careful not to overload the bus or it will burst. Get on the bus!', 'https://img.gamemonetize.com/tfe719qswqshbm0ltfgzngi919zw8zrd/512x384.jpg', 'https://html5.gamemonetize.com/tfe719qswqshbm0ltfgzngi919zw8zrd/', '0', 'Boys', 0, 0, '', 'overloaded-bus-game'), (11608, 'Winter Gems 10x10', '10x10 Winter Gems is a pure matching puzzle game with different 2D gems on a 10x10 platform. As an endless game, if you want more scores, you need to match as many three patterns of gems as you can in each group of gems. Only when you collect ten gems in a straight line, you can match them and claim scores. I strongly suggest you forget about the colors and patterns of each group of gems, just regard them as normal blocks and get as many scores as you can!', 'https://img.gamemonetize.com/cu1h5csk09h63jv12tifem98vv7i6hbl/512x384.jpg', 'https://html5.gamemonetize.com/cu1h5csk09h63jv12tifem98vv7i6hbl/', '0', 'Girls', 0, 0, '', 'winter-gems-x'), (11609, 'Mental Hospital Escape', 'The character of the game is completely mentally healthy. But despite this, he was locked up in a psychiatric hospital. It is impossible for a normal person to be in such a place, so the hero of the game needs to escape from here as soon as possible, before he really starts to lose his mind. You have to help him with this.', 'https://img.gamemonetize.com/pscbfb3s6qfcjncj4wgpxb1uhtabs8k0/512x384.jpg', 'https://html5.gamemonetize.com/pscbfb3s6qfcjncj4wgpxb1uhtabs8k0/', '0', 'Puzzles', 0, 0, '', 'mental-hospital-escape'), (11610, 'Blocky Sky Jumping', 'Jump on steps and move across the skies by tapping the screen. Don\'t fall because it\'s painful! Seriously, Sky Jump is a visually stunning and engrossing game that will keep players occupied for many hours at a time. The following features are included: - Addicting one-touch gaming. With a charming blocky aesthetic, there are 30 built-in characters. - A daily incentive mechanism.', 'https://img.gamemonetize.com/k9ohqerk3x03cpgjayyfy5bsca8zau8g/512x384.jpg', 'https://html5.gamemonetize.com/k9ohqerk3x03cpgjayyfy5bsca8zau8g/', '0', 'Arcade', 0, 0, '', 'blocky-sky-jumping'), (11611, 'Shooting Number 2D', 'Shooting and merging the numbers is a really entertaining game for the whole family. Touch on the column you wish to fire at the bottom of the screen to start the game. Make an effort to match blocks equal in size and have the same number. The identical pieces will merge and form a new block with multiple numbers when combined.', 'https://img.gamemonetize.com/q74goeww7ebytlujmp5zzyagdqp0zyr2/512x384.jpg', 'https://html5.gamemonetize.com/q74goeww7ebytlujmp5zzyagdqp0zyr2/', '0', 'Arcade', 0, 0, '', 'shooting-number-d'), (11612, 'Slice It 3D Game', 'Cut everything in half. Slice It 3d is a casual game, a very comfortable slice game. All you have to do is click the screen or mouse to keep the knife in the air and not drop it into the sea. Complete the level. Have fun!', 'https://img.gamemonetize.com/gadv5dpf51247vmm0ngcti0xgfu0i8yk/512x384.jpg', 'https://html5.gamemonetize.com/gadv5dpf51247vmm0ngcti0xgfu0i8yk/', '0', 'Hypercasual', 0, 0, '', 'slice-it-d-game'), (11613, 'River Rush', 'In this 3D River Rush game, push forward and collect same colors. Collect coins and use the coins to buy various hats for the player to wear in game.', 'https://img.gamemonetize.com/wjqhaty6vdidy08gthgnce749g7vvedn/512x384.jpg', 'https://html5.gamemonetize.com/wjqhaty6vdidy08gthgnce749g7vvedn/', '0', 'Hypercasual', 0, 0, '', 'river-rush'), (11614, 'Spider Fly Heroes', 'A small game about Spider-Man, in which the super hero appears not in the usual form of a crime fighter, but a conqueror of air spaces. Fly across the sky on your board, collect coins, complete tasks, destroy enemies, try to fly as far as possible, good luck.', 'https://img.gamemonetize.com/wv3a9i00k6lkzaq9lbw3ytl7r829f4po/512x384.jpg', 'https://html5.gamemonetize.com/wv3a9i00k6lkzaq9lbw3ytl7r829f4po/', '0', 'Adventure', 0, 0, '', 'spider-fly-heroes'), (11615, 'SpiderMan Hazards at Horizon High', 'According to the plot, a bunch of bandits attacked a laboratory for the production of biological weapons in order to steal a new development. Your task is to prevent them from doing this. To do this, you can use both Spider-Man himself and his abilities, as well as traps that can be placed in several places at once. In addition to ordinary bandits, you will have to defeat all their leaders.', 'https://img.gamemonetize.com/x9c36u7r9glh0kso2d4v78jv7saol8d9/512x384.jpg', 'https://html5.gamemonetize.com/x9c36u7r9glh0kso2d4v78jv7saol8d9/', '0', 'Racing', 0, 0, '', 'spiderman-hazards-at-horizon-high'), (11616, 'Monster truck 2022 Stunts', 'Do you have a passion for driving a monster truck? So get ready for a crazy off-road truck racing game where there are no limits to the amount of speed you can get. Monster Truck Stunts Offroad Racing Games 2021 is a Monster Truck Stunts Monster Games that take place on off-road terrain and offers an amazing atmosphere to play in. The missions in Mega Ramp Monster Truck Driving Stunts Racing Game are packed with excitement and action, much like the previous monster truck stunts games. Monster truck Driving Simulator Game is easy to comprehend; you need to drive and race your genuine monster truck while collecting all checkpoints along the way in Top Monster Truck Stunts huge Ramp Car Stunts Racing games to complete the tasks. Offroad Monster Truck Stunt Driving Simulator 2021 is a combination of fun and adventure for monster truck drivers, featuring real heavy destruction monster trucks and a variety of unique and different race tracks environments. One mode will test your truck stunt skills, while the other will test your truck racing skills.', 'https://img.gamemonetize.com/o1bx7ifh6uywusqxhd88va11k3fu7jit/512x384.jpg', 'https://html5.gamemonetize.com/o1bx7ifh6uywusqxhd88va11k3fu7jit/', '0', 'Racing', 0, 0, '', 'monster-truck--stunts'), (11617, 'Halloween Candy', 'The best way to get your candy this Halloween is by playing the online game. You can find all types of sweet flavors at great prices, including fruit snacks and gummy worms!', 'https://img.gamemonetize.com/7qg6f5diikx4yw6864166t29inth0ia8/512x384.jpg', 'https://html5.gamemonetize.com/7qg6f5diikx4yw6864166t29inth0ia8/', '0', 'Puzzles', 0, 0, '', 'halloween-candy'), (11618, 'Hungry Ninja Candy Puzzle', 'Hungry Ninja Online Game Candy link three Puzzle', 'https://img.gamemonetize.com/g85lrrmpwacwlrr8k9jjlwbplmqw7pik/512x384.jpg', 'https://html5.gamemonetize.com/g85lrrmpwacwlrr8k9jjlwbplmqw7pik/', '0', 'Puzzles', 0, 0, '', 'hungry-ninja-candy-puzzle'), (11619, 'Dangerous Planet Online Game', 'Dangerous Planet Online Game', 'https://img.gamemonetize.com/uut22zhyw5vo1o0i91cntm6ugc9lkq7c/512x384.jpg', 'https://html5.gamemonetize.com/uut22zhyw5vo1o0i91cntm6ugc9lkq7c/', '0', 'Arcade', 0, 0, '', 'dangerous-planet-online-game'), (11620, 'Block Animal Puzzle', 'Block Animal Puzzle is fun addictive puzzle game. Move all animal blocks in the grey blocks but there is a catch no grey block or animal block left to complete the level.', 'https://img.gamemonetize.com/l7qmce3jk1v98d0z6g2gvfkl88jnu9yx/512x384.jpg', 'https://html5.gamemonetize.com/l7qmce3jk1v98d0z6g2gvfkl88jnu9yx/', '0', 'Puzzles', 0, 0, '', 'block-animal-puzzle'), (11621, 'Dangerous Money Road', 'Running in circles, collect as many coins as you can, but be careful as you are on a dangerous road with a high flow of fast cars. Sometimes you will need to change the direction of the running and even slow down to catch your breath. Don’t let the energy run out!', 'https://img.gamemonetize.com/18xeir1gpfb3en6eudtplee2aqyzg8rc/512x384.jpg', 'https://html5.gamemonetize.com/18xeir1gpfb3en6eudtplee2aqyzg8rc/', '0', 'Racing', 0, 0, '', 'dangerous-money-road'), (11622, 'Beetle Solitaire ', 'Beetle Solitaire is a solitaire game where the objective is to order all the cards in descending runs from King down to Ace in the same suit. Once a run has been completed, for example King of clubs down to Ace of clubs, then the whole run will be removed from the stack. Once all the stacks are completely empty the game has been won.', 'https://img.gamemonetize.com/mktp15eqvnzaknwzf782yohc66hfimfx/512x384.jpg', 'https://html5.gamemonetize.com/mktp15eqvnzaknwzf782yohc66hfimfx/', '0', 'Hypercasual', 0, 0, '', 'beetle-solitaire-'), (11623, 'Witch Darcy Attacks', 'The witch of trix attacks darcy. Will Bloom survive this attack? Move left and right by touching the buttons below. survive the attacks. Make the highest score', 'https://img.gamemonetize.com/b3src8mkjxfdg8evpyj7owyt0457xzcz/512x384.jpg', 'https://html5.gamemonetize.com/b3src8mkjxfdg8evpyj7owyt0457xzcz/', '0', 'Girls', 0, 0, '', 'witch-darcy-attacks'), (11624, 'House Painter 2', 'House Painter 2 is a challenging arcade puzzle game with a lot of fun. Fill up the blank spaces on the walls with paint. It can be difficult at times, so make sure you\'re painting in the appropriate direction. To paint the walls, use the arrow keys.', 'https://img.gamemonetize.com/1u04i76vg0ysqomlq8y68iehuim2qthu/512x384.jpg', 'https://html5.gamemonetize.com/1u04i76vg0ysqomlq8y68iehuim2qthu/', '0', 'Puzzles', 0, 0, '', 'house-painter-'), (11625, 'Switch the Color', 'Color switch is a game where you need to pass with the ball between different colored obstacles. The obstacles can be round or cross-colored obstacles. There will be a part with different colors, and the ball can move only at the place where is the color same as the color on the ball. Tap on the screen to control the ball and try to find the best way to pass the obstacle and to collect stars. Try to play longer as you can and to collect more stars.', 'https://img.gamemonetize.com/x1e40jxe5deqzwj2zb0wnya1jb80eqxf/512x384.jpg', 'https://html5.gamemonetize.com/x1e40jxe5deqzwj2zb0wnya1jb80eqxf/', '0', 'Puzzles', 0, 0, '', 'switch-the-color'), (11626, 'Santa Claus Shooting Game', 'The Santa Claus shooting game is one of the most popular activities during winter time. The object for players, whether they\'re adults or children (and even pets!), are to shoot at targets that appear on screen. The jolly old man, Santa Claus is here to save the day! He can shoot his way through all sorts of obstacles in this fast-paced arcade style game. Move him around using your mouse and use special weapons that he has at his disposal such as snowballs for freezing objects or presents under critters’ noses so they won\'t be able catch them before it\'s too late - but watch out because these bad guys are also waiting with their own tactics planned out just for you.', 'https://img.gamemonetize.com/cs2yst5w47ti6gw4sd3azezu42gusouq/512x384.jpg', 'https://html5.gamemonetize.com/cs2yst5w47ti6gw4sd3azezu42gusouq/', '0', 'Shooting', 0, 0, '', 'santa-claus-shooting-game'), (11627, 'Poppy Playtime Jigsaw', 'Poppy Playtime Jigsaw is a fun online puzzle game. Drag the pieces into right position using mouse. Solving puzzles is relaxing, rewarding, and keeps your brain sharp. You must solve the first picture and win over $1,000 in order to be able to purchase one of the following pictures. You have three modes for each picture from which the hardest mode brings more money. You have a total of 10 pictures.', 'https://img.gamemonetize.com/869uw2ra1i3awqlve55wabovfxrrozf3/512x384.jpg', 'https://html5.gamemonetize.com/869uw2ra1i3awqlve55wabovfxrrozf3/', '0', 'Puzzles', 0, 0, '', 'poppy-playtime-jigsaw'), (11628, 'Snail Run', 'The snail run game is an interactive way to get your blood sprinting through you. All it takes are two people, some space in which they can move around freely (the bigger the better), and this simple but fun activity! The person who starts off goes on their toes while holding onto one side of whatever object or surface will be used for balance like a pondside log; then behind them follows another player ready with hand spoons so both may share lightly tapping feet together as if dancing Lindy hop style without stepping too far forward nor backward - making sure only light taps adorn each step towards success until reaching finish line at center stage where victory awaits those able enough runners slow down enough before.', 'https://img.gamemonetize.com/65425c59duzaucu6mblt3mdie7hvlyaf/512x384.jpg', 'https://html5.gamemonetize.com/65425c59duzaucu6mblt3mdie7hvlyaf/', '0', 'Arcade', 0, 0, '', 'snail-run'), (11629, 'Kitty Candy Game Online', 'Kitty Candy Game - Play a free online version of the classic candy dispenser game. Get your hands on some tasty treats by matching colored kitties! It\'s easy, just tap where they match up in this fun puzzle adventure... Kitty Catches has been one if not thee most popular name-that is why we created an app for it too so people all around couldn\'t miss their chance to play along with us no matter where you are from or what device/software program u use because mobile gaming will always be', 'https://img.gamemonetize.com/4xigtvudw5nly0y4b291t8wskjffwvk4/512x384.jpg', 'https://html5.gamemonetize.com/4xigtvudw5nly0y4b291t8wskjffwvk4/', '0', 'Puzzles', 0, 0, '', 'kitty-candy-game-online'), (11630, 'Hungry Fish', 'Looking for some fun? Play the online free game of hungry fish! The game is simple, you just have to eat the fish that swims up on your screen. Sounds easy enough right? Well there are some tricky moves in this underwater world and it will take all of our skills together as teamwork for us not only survive but thrive too! The fish are hungry and they need to eat something quickly before their stomachs start rumbling. Luckily, there\'s an online game that can be played in just minutes - it\'ll make those hunger pangs go away faster than you can say " payday!"', 'https://img.gamemonetize.com/96zfftuj02pl1kfpn2gty58bzobkgfou/512x384.jpg', 'https://html5.gamemonetize.com/96zfftuj02pl1kfpn2gty58bzobkgfou/', '0', 'Adventure', 0, 0, '', 'hungry-fish'), (11631, 'Winx Memory Match', 'Matching pictures of beautiful fairies bloom, flora, stella and tecna and their enemies trix witches darcy, icy and storm. Let\'s see how strong your memory is.', 'https://img.gamemonetize.com/8np1bn6cv0pjzrnue17lvlz8qm60eckz/512x384.jpg', 'https://html5.gamemonetize.com/8np1bn6cv0pjzrnue17lvlz8qm60eckz/', '0', 'Puzzles', 0, 0, '', 'winx-memory-match'), (11632, 'Mr Noob Pro Archer Game', 'Have fun with this new action game Mr Noob Pro Archer is an archery game where the little noob must shoot his arrows at the enemies that arrive to eliminate you !!! Can you help eliminate with your bow and arrow? Try it on kiz10 totally free. One day like another, a little noob will meet multiple enemies who want to eliminate you, they will not hesitate to hurt you with their arrows or swords, can you stop them? This is a new game where the little noob archer must eliminate the enemies with his bow and arrow!! Objectives Eliminate all the enemies that will be located in different positions of the levels, improve your score with each elimination, collect all the gold you can, try as many times as you want and enjoy a casual action game.', 'https://img.gamemonetize.com/l17ywobcmuquxmpdqdyokepbmu7ksmz1/512x384.jpg', 'https://html5.gamemonetize.com/l17ywobcmuquxmpdqdyokepbmu7ksmz1/', '0', 'Hypercasual', 0, 0, '', 'mr-noob-pro-archer-game'), (11633, 'Tap Tap Dash Car Jumping', 'An Amazing Game Full of Fun and Enjoy. Try to Score More ad More in this Arcade Tap Tap Car Dash Game. Just Drive & Jump Your Car to Adventure with your friends! From cute and amazing looks and immersive car jumping gameplay! Select the Amazing Sports Cars - Tap Tap Jumping Car Game with this free-to-play arcade. Game Features : - One-Touch control - Infinite Road makes game interesting every time you play - Enjoy colorful graphics - Cross Levels to Unlock new Sports Cars! Only 1000 levels to beat. That shouldn\'t be too hard, right? Be sure to get your friends to play to see who can get the furthest. Good luck!', 'https://img.gamemonetize.com/5l42vmtfeo3u6ttwq77ff34euwld0ov3/512x384.jpg', 'https://html5.gamemonetize.com/5l42vmtfeo3u6ttwq77ff34euwld0ov3/', '0', 'Racing', 0, 0, '', 'tap-tap-dash-car-jumping'), (11634, 'Exit the Maze', 'A three-dimensional image of the maze will be seen on the screen in front of you. Your character will be in a certain place. You will also see the exit from the maze. You will have to move the ball to it. To do this, you need to be using the keys to turn the whole maze in space in the desired direction. As soon as the ball gets to the exit from the maze you will be given points and you will go to the next level of the game.', 'https://img.gamemonetize.com/n3uw8gkop8q93gbvzfqe8bkwiq7nxso0/512x384.jpg', 'https://html5.gamemonetize.com/n3uw8gkop8q93gbvzfqe8bkwiq7nxso0/', '0', 'Puzzles', 0, 0, '', 'exit-the-maze'), (11635, 'Noob vs Blue Monster Gamee', 'Noob, whom everyone finds funny and cute, is in trouble and is running away from a huge blue monster in this series.Noob trying to escape from the blue monster has to cross the cliffs or he is in big trouble. Hey you come on help noob and help him reach the statue portal at the end. help him get out of the place he got stuck and get out. Join the exciting adventure of noob and the blue monster.', 'https://img.gamemonetize.com/evz2euek55mmswkgypnctxlhkm732oh9/512x384.jpg', 'https://html5.gamemonetize.com/evz2euek55mmswkgypnctxlhkm732oh9/', '0', 'Hypercasual', 0, 0, '', 'noob-vs-blue-monster-gamee'), (11636, 'Spy Shot Laser Bounce', 'Spy Shot Laser Bounce is a fun game where you put your skills to the test. As a Stickman Spy you have to kill enemies with your cool laser pistol. Every bullet bounces and you can use this as advantage to take down the bad guys! But be careful as you have only 10 bullets each level. There are also obstacles to challenge your skill. Good luck!', 'https://img.gamemonetize.com/9e2ca7f45zgk7nqcybwxtr771qo0rhgw/512x384.jpg', 'https://html5.gamemonetize.com/9e2ca7f45zgk7nqcybwxtr771qo0rhgw/', '0', 'Fighting', 0, 0, '', 'spy-shot-laser-bounce'), (11637, 'Burger Restaurant Express 2', 'Concoct delicious dishes from all over the world in this succulent, completely free time management game! From a fast food restaurant to a pastry shop via a Chinese or Indian restaurant, take the reins of various establishments and show the full extent of your culinary talents! Hundreds of ingredients are available to delight the palates of the finest gourmets. In your kitchen, you will have at your disposal a whole battery of machines as diverse as they are varied, such as coffee makers, rice cookers, pizza ovens or even popcorn machines. So many devices that you can improve to concoct always more good meals. Decorate your restaurants to attract customers, and be on good terms with them by offering them cookies or cupcakes... Enough to ensure an unforgettable culinary experience!', 'https://img.gamemonetize.com/36556p5xpmqy7fozbhu3g5kxe5salhoh/512x384.jpg', 'https://html5.gamemonetize.com/36556p5xpmqy7fozbhu3g5kxe5salhoh/', '0', 'Girls', 0, 0, '', 'burger-restaurant-express-'), (11638, 'Match To Paint', 'Match To Paint is a very hot casual puzzle game and a very classic completely free online game. Within a limited number of steps, you only need to click on two squares of the same color to eliminate them directly, and the beautiful 3D game graphics bring you the best gaming experience. It\'s a big competition of brainpower, accept the challenge?', 'https://img.gamemonetize.com/kus1n3d2mlti6vurhq9o1m5248ebckkb/512x384.jpg', 'https://html5.gamemonetize.com/kus1n3d2mlti6vurhq9o1m5248ebckkb/', '0', 'Boys', 0, 0, '', 'match-to-paint'), (11639, 'Magic Blind Box', 'Magic Blind Box is a very addictive and fun game. Have you bought blind boxes? You never know what\'s in it until you open the box. It\'s very expensive to buy a blind box containing things that you don\'t know. Fortunately in our new released game, you will open blind boxes for free! You can also experience the magic moment when you pour magic ingredients into the box and there comes out the toys! Isn\'t it amazing? 9 different cute toys for you to open. Want to know what are in the boxes? Click to play this game! If you like this game, please give us a thumb up and recommend it to your friends!', 'https://img.gamemonetize.com/olsd3g8ejav4u4cdj9dzp6wd3u6un7cp/512x384.jpg', 'https://html5.gamemonetize.com/olsd3g8ejav4u4cdj9dzp6wd3u6un7cp/', '0', 'Girls', 0, 0, '', 'magic-blind-box'), (11640, 'Soap Cutting 3D Game', 'Soap Cutting is actually a relaxation arcade and a cutting simulation game with 3D realistic game art animation. It is managed for you to cut all the soap pieces up and recover what is inside. Don\'t worry about any limitation like score and time. You could unlock more different kinds of knives when you get 500 gold coins in Soap Cutting!', 'https://img.gamemonetize.com/qvzuiru8i380n9lk9v87lfqx10jex29z/512x384.jpg', 'https://html5.gamemonetize.com/qvzuiru8i380n9lk9v87lfqx10jex29z/', '0', 'Hypercasual', 0, 0, '', 'soap-cutting-d-game'), (11641, 'Water Rush', 'It\'s a simple and fun physics game. All you need to do is to slide the best path so that the water can be guided to flow toward the burning house to put out the fires. Join the game and solve the puzzles. Maybe you are the best fireman.', 'https://img.gamemonetize.com/b7h8l69gara6vcovlagyecjgb3bvlobt/512x384.jpg', 'https://html5.gamemonetize.com/b7h8l69gara6vcovlagyecjgb3bvlobt/', '0', 'Puzzles', 0, 0, '', 'water-rush'), (11642, 'Blade Toss Clown', 'Blade Toss The Clown game is a fun engaging blade toss style game where you throw blades at balloons and avoid hitting the rotating clown. Tilt the device to aim and then tap the screen to throw away the knifes. Be sure not to miss or you will get a very grumpy clown! The tilt calibration will recalibrate when you pause the game. Features: -Cool Graphics -Great sounds and music -Easy to learn and play for all ages', 'https://img.gamemonetize.com/a163bkjnc66w3gqcq6r5t9j90bvovcgv/512x384.jpg', 'https://html5.gamemonetize.com/a163bkjnc66w3gqcq6r5t9j90bvovcgv/', '0', 'Boys', 0, 0, '', 'blade-toss-clown'), (11643, 'Match 2D', 'Get ready for a new, challenging and original matching pair game? You need to match 2D extra cute characters on the ground and pop them all! When you clear a level, you will find new match to pair. This matching pairs cute match game is so easy that anyone can play it.', 'https://img.gamemonetize.com/7jxebbyd6i52paxws59cgipql00xfaiv/512x384.jpg', 'https://html5.gamemonetize.com/7jxebbyd6i52paxws59cgipql00xfaiv/', '0', 'Puzzles', 0, 0, '', 'match-d'), (11644, 'Speed Car Master', 'Speed Car Master is a game that combines speed and reaction. You can control your car as top down in levels or endless modes. In both modes, the car gets faster and harder to control. You can unlock new cars by collecting gold while playing. You need to give better reactions as the game progresses. Try to break your own record!', 'https://img.gamemonetize.com/l2huj4ykhyz000koeh429ksitymiftqx/512x384.jpg', 'https://html5.gamemonetize.com/l2huj4ykhyz000koeh429ksitymiftqx/', '0', 'Racing', 0, 0, '', 'speed-car-master'), (11645, 'Cat Escape Play hungry cat', 'Cat escape is a simple game where you play as a cat and you need to eat Simple rules: Break through angry dogs', 'https://img.gamemonetize.com/oeohnwr06lry35x6avxln0hxx9spl2zo/512x384.jpg', 'https://html5.gamemonetize.com/oeohnwr06lry35x6avxln0hxx9spl2zo/', '0', 'Hypercasual', 0, 0, '', 'cat-escape-play-hungry-cat'), (11646, 'Towerland', 'The land of Towerland; a land inhabited by knights known all around the world for their courage, has been invaded by Diabot, a hominous entity that conquers reigns with its army of ruthless creatures. Many brave knights fought against Diablot, trying to bring back peace in their homeland but, one after another, they were defeated and savagely murdered. Nowadays, the terrible monster still lives in the last floor of the tower of Towerland\'s castle, where he rules undisturbed. After years of war and famine, all the survivors left the devasteted region, except for one brave warrior. The young warrior-mage who still lives in the devastated country is the only one who can try to end Diabot\'s evil hegemony. If he will fail like his predecessors, the reign will be doom once for all.', 'https://img.gamemonetize.com/ud47kqdw8y6uquaznis794h1xomrbz7a/512x384.jpg', 'https://html5.gamemonetize.com/ud47kqdw8y6uquaznis794h1xomrbz7a/', '0', 'Shooting', 0, 0, '', 'towerland'), (11647, 'SpiderMan Web Shooter', 'Help Spider-Man defeat his archenemies, use the web to shoot at them and deal damage to opponents and deflect objects they throw at you. Watch your health, collect items and remember that the time of each battle is limited and if it ends, then your opponent will simply run away.', 'https://img.gamemonetize.com/hdaop4fuorkas3lefu31nfymo457mn53/512x384.jpg', 'https://html5.gamemonetize.com/hdaop4fuorkas3lefu31nfymo457mn53/', '0', 'Shooting', 0, 0, '', 'spiderman-web-shooter'), (11648, 'Alice Spring Dating', 'Alice met her boyfriend on a green spring morning by the beach. If it were you, how would you dress? What would your hair, jewelry, bag and shoes be like? Let\'s play.', 'https://img.gamemonetize.com/mqabjilk01z5x9r1wr386jfsb9fwmx8d/512x384.jpg', 'https://html5.gamemonetize.com/mqabjilk01z5x9r1wr386jfsb9fwmx8d/', '0', 'Girls', 0, 0, '', 'alice-spring-dating'), (11649, 'Sky Driving', 'Can you win the most dangerous stunt car sky roads game? Enjoy ultimate car driving on sky roads by playing impossible tracks games. Presenting you the most thrilling impossible stunt cars tracks simulator game where you can drive amazing cars on massive heights to touch the skies like a legend. Get a unique driving experience on impossible tracks by performing crazy stunts on ramps with super muscle cars. Be careful while racing the car to avoid an impossible fall. Dangerous track car driving is a hard-driving game on zigzag tracks of ramps in sky road.', 'https://img.gamemonetize.com/yhrdmtvhuzfkwlxehvi7ey7t6amrjohq/512x384.jpg', 'https://html5.gamemonetize.com/yhrdmtvhuzfkwlxehvi7ey7t6amrjohq/', '0', 'Arcade', 0, 0, '', 'sky-driving'), (11650, 'Gumball Hidden Stars', 'The series concerns the lives of 12-year-old Gumball Watterson, a blue cat, and his goldfish best friend and adoptive brother 10-year-old Darwin, who attend middle school in the fictional city of Elmore, California', 'https://img.gamemonetize.com/eu2o7dhz1im6deiin7nj4wbp6spiavx9/512x384.jpg', 'https://html5.gamemonetize.com/eu2o7dhz1im6deiin7nj4wbp6spiavx9/', '0', 'Adventure', 0, 0, '', 'gumball--hidden-stars'), (11651, 'Sugar Candy Saga', 'Sugar Candy Saga is fun addictive hypercasual match3 game.Match 3 or more required candies to complete the level. The objective of Sugar Candy Saga is to swap one candy with another candy on a horizontal or vertical chain of three or more candy of the same color.Sugar Candy Saga game has 2 modes. One is level mode in this mode you have to collect the given number of candies to win that level and the second mode is Time Rush .In this mode you have to collect as much candies as you can before the times out.', 'https://img.gamemonetize.com/lhhd5xfvlb21l5hzx5fujqbim85n4kv1/512x384.jpg', 'https://html5.gamemonetize.com/lhhd5xfvlb21l5hzx5fujqbim85n4kv1/', '0', 'Puzzles', 0, 0, '', 'sugar-candy-saga'), (11652, 'Hide N Seek 3D', 'There are people hidden in the building. Explore the place, look behind doors, inside closets and search for them. But be careful, you have to to find everyone!', 'https://img.gamemonetize.com/ai983uda80i32lcjg5yuq8c3h167psmu/512x384.jpg', 'https://html5.gamemonetize.com/ai983uda80i32lcjg5yuq8c3h167psmu/', '0', 'Action', 0, 0, '', 'hide-n-seek-d'), (11653, 'Highway Racers', 'Highway Racers is a fun driving game where you race through traffic. Collect cash and powerups to finish your track.', 'https://img.gamemonetize.com/lofxtdyr7cixgg646un2yth7gnmywgtj/512x384.jpg', 'https://html5.gamemonetize.com/lofxtdyr7cixgg646un2yth7gnmywgtj/', '0', 'Racing', 0, 0, '', 'highway-racers'), (11654, 'Tangle Master 3D', 'Tangle Master 3D is a very interesting decryption game. The player untie all the wires entangled by moving the plug. The basic gameplay is that you need to move the plug on the right to the left. Some of the levels in the first half are very simple, but the levels in the second half are very difficult. You will have a wonderful time in Tangle Master 3D! Come and use your wisdom to complete all the levels!', 'https://img.gamemonetize.com/2mch8eksix9ewox54dtoeacfmzeat9bs/512x384.jpg', 'https://html5.gamemonetize.com/2mch8eksix9ewox54dtoeacfmzeat9bs/', '0', 'Puzzles', 0, 0, '', 'tangle-master-d'), (11655, 'Cooking Lunch At School', 'Feel bored and want to have some fun? Try this game! Cooking Lunch At School is a very unique cooking simulation game. The school offers cooking classes recently. Which means you can cook delicious foods at school. Delicious hamburgers, fresh salads and fried chicken are the most popular choices among your classmates. Click the start button and follow the instructions to enjoy the interesting cooking process of these foods. It doesn\'t matter if you can\'t cook in your real life, in our game, you\'ll become a super chef!', 'https://img.gamemonetize.com/t29r6rh37vfmteyvwquum5448gr1xzf7/512x384.jpg', 'https://html5.gamemonetize.com/t29r6rh37vfmteyvwquum5448gr1xzf7/', '0', 'Girls', 0, 0, '', 'cooking-lunch-at-school'), (11656, 'Surprise Eggs Vending Machine', 'Surprise Eggs Vending Machine is a really fun game. Each item inside the vending machine has a price; you have a set of coins at your disposal to insert the right sum you can see on the display. If you’re right, the vending machine will release the item, if you’re wrong you’ll receive an error message. Uncover the surprises and collect all the items.', 'https://img.gamemonetize.com/9fr3rzfzvbdwecwyy5nrd4g6qo1w6s29/512x384.jpg', 'https://html5.gamemonetize.com/9fr3rzfzvbdwecwyy5nrd4g6qo1w6s29/', '0', 'Girls', 0, 0, '', 'surprise-eggs-vending-machine'), (11657, 'Street Of Gangs 2D', 'A fun and excellent vintage fighting action game, Gang Street Fighting 2D allows you to show off your specific combat techniques and skills to the street gang, including karate, Taekwondo, Muay Thai, kickboxing, and boxing. The Street Gang will be impressed by your particular fighting styles and skills, so show them off! You will learn to fight hand-to-face, unarmed, with your kicks and punches, as well as how to use your own body with incredible dexterity to deflect the kicks and punches of your opponent. But don\'t underestimate their abilities! They are extremely effective street fighters. You are taught a variety of defenses and assault techniques to aid you in your fight, including punching, striking, catching, throwing, and dodging. It is your responsibility to punch, kick, smash, and knock them all out. The rage has begun! Maintain your resolve and get ready for savage combat in the midst of city chaos.', 'https://img.gamemonetize.com/s7pny3ze18oi4lr8ss43p8h4sbsqikoi/512x384.jpg', 'https://html5.gamemonetize.com/s7pny3ze18oi4lr8ss43p8h4sbsqikoi/', '0', 'Arcade', 0, 0, '', 'street-of-gangs-d'), (11658, 'Find The Princess', 'Click the mouse to draw a line for the male role to set up the route, the male role will walk according to the route, the correct line, so that the male role to find the heroine smoothly.', 'https://img.gamemonetize.com/qnakhx0k6jl33e2osq6mf3fl02qfpzjy/512x384.jpg', 'https://html5.gamemonetize.com/qnakhx0k6jl33e2osq6mf3fl02qfpzjy/', '0', 'Adventure', 0, 0, '', 'find-the-princess'), (11659, 'Baby Taylor Fashion Clothes Sewing', 'You are the owner of a clothing store. The clothes you make are always exquisite and beautiful. Many people like to buy the clothes you make. Today you welcomed three lovely customers in your clothing store. They are Taylor and her two friends. Please listen to their requirements and make beautiful clothes! Have fun!', 'https://img.gamemonetize.com/3dv42yhszr960hpnm3n56liydfeapfge/512x384.jpg', 'https://html5.gamemonetize.com/3dv42yhszr960hpnm3n56liydfeapfge/', '0', 'Girls', 0, 0, '', 'baby-taylor-fashion-clothes-sewing'), (11660, 'Basket 3D', 'Are you ready to put some hoops in the basket? Take a ball and begin dunking it about! This blazing hot arcade game is suitable for players of all ages and skill levels. Shoot the baskets, unlock additional balls, and rise to the top of the basketball world! Come on, let\'s all get together on the basketball court for some nonstop basketball action!', 'https://img.gamemonetize.com/m9f6q8nc7rdr380rcxf8je2ul9k3mpsv/512x384.jpg', 'https://html5.gamemonetize.com/m9f6q8nc7rdr380rcxf8je2ul9k3mpsv/', '0', 'Arcade', 0, 0, '', 'basket-d'), (11661, 'Candy Nail Art Fashion', 'Marvelous! You\'ve started your very own candy nail salon! Time to get to work! Keep your customers happy - give them the most delicious and beautiful nails they\'ve ever seen! Show off your amazing candy nail art skills and create your own delicious nail jewelry!Have fun!', 'https://img.gamemonetize.com/keonu6kuxu151kwh0p4fuu4k4p8etbqd/512x384.jpg', 'https://html5.gamemonetize.com/keonu6kuxu151kwh0p4fuu4k4p8etbqd/', '0', 'Girls', 0, 0, '', 'candy-nail-art-fashion'), (11662, 'City Run 3D', 'This is a pretty enjoyable game that you cannot miss out on because of its easy gameplay, which is also really addicting. You will take on the role of a fat pusher, consuming as much food as you can along the route to becoming even more obese than before. In addition, as you grow fat, go out on the opponent with a powerful slap to crush them swiftly and reap the advantages. However, you must be cautious about the foods you consume along the road since they might deplete your energy, allowing your opponent to quickly knock you out with a knockout if you consume too much. So if you want to become the king or the slap master, a wise diet is a choice for you.', 'https://img.gamemonetize.com/fu1e4gh3lxtn073f0fy5q3gb7ek2vx8k/512x384.jpg', 'https://html5.gamemonetize.com/fu1e4gh3lxtn073f0fy5q3gb7ek2vx8k/', '0', 'Arcade', 0, 0, '', 'city-run-d'), (11663, 'Minecraft Cube Puzzle', 'Minecraft Cube Puzzle is a new game in the setting of Minecraft, in the puzzle genre. You have to guide the cube to the exit, on its way there will be side cubes, which you can move in two planes. The project is different: - Spatial physics. You need to see the whole picture - Variety of levels - Original gameplay, in the setting of mintcraft Manage the dice from maincraft, pass all levels. The complexity gradually increases, in the end are waiting for a truly difficult levels! Play, think, develop - all with Minecraft Cube Puzzle!', 'https://img.gamemonetize.com/sq02yujrt45w7zzno1c7mlibu2xrh2ca/512x384.jpg', 'https://html5.gamemonetize.com/sq02yujrt45w7zzno1c7mlibu2xrh2ca/', '0', 'Puzzles', 0, 0, '', 'minecraft-cube-puzzle'), (11664, 'SuperBikes Racing 2022', 'Offline versions of popular games such as actual drag racing at speeds of up to 400km/h and other games with offline functionality are available. Finding the optimal drift route is essential, and you may even have a chance to compete with the subway system. Recall that this is a free-to-play game; all you have to do is put in the effort to become one of the racing legends in mobile gaming. Did we mention you are not the masters of automobile simulations? Yes, Turbo Bike Same Race offers driving school games for those new to the game. The change will be complete after you have mastered the fundamentals of racing games and learned how to drift. You will then compete in drag racing and be an epic running master. Are you not a fan of the intense real-time competition? Observe how driving on a driver simulator feels like driving on a real road, with no drag racing or smashy roads, simply automobiles and motorcycles that adhere to the traffic laws in effect.', 'https://img.gamemonetize.com/952uscl9wd6yrwxzn56c3j8kt0ftvju3/512x384.jpg', 'https://html5.gamemonetize.com/952uscl9wd6yrwxzn56c3j8kt0ftvju3/', '0', 'Racing', 0, 0, '', 'superbikes-racing-'), (11665, 'Fashion Doll Dream House Decorating', 'It\'s so much fun to decorate your own home to fit your taste and style. The right color of wallpaper or paint can make a room pop. Perfect decorations on the walls and shelves can bring a room to life. Only you can make your home beautiful, so let\'s start designing your dream house!', 'https://img.gamemonetize.com/38o6o8csyxnd77y9j47v0cl9v1jaitlx/512x384.jpg', 'https://html5.gamemonetize.com/38o6o8csyxnd77y9j47v0cl9v1jaitlx/', '0', 'Girls', 0, 0, '', 'fashion-doll-dream-house-decorating'), (11666, 'Amazing Superhero New York Gangster', 'Superhero in the City is an online game in the style of GTA, but with Spider-Man in the title role. At your disposal is a whole city in which you can do whatever you want. You can steal cars, you can fight with residents and policemen, and using both firearms and heroic abilities, you can complete tasks, or you can find a tank and smash everything to the ground, in general, you decide how to entertain yourself, as in other sandboxes.', 'https://img.gamemonetize.com/ht1orqe6vd3ez3u4c0pq6utuqolamim3/512x384.jpg', 'https://html5.gamemonetize.com/ht1orqe6vd3ez3u4c0pq6utuqolamim3/', '0', 'Adventure', 0, 0, '', 'amazing-superhero--new-york-gangster'), (11667, 'Untangled 3d', 'Untangled 3d is a very interesting 3D game to untie the rope. In this game, players can see all kinds of objects tied with the rope, such as animals, dolls, hearts of peaches, phones, etc., which are hoisted after being tied. You need to untie the rope according to the binding direction of the rope, reverse the touch screen, and follow the route of the rope. Have fun!', 'https://img.gamemonetize.com/p5dh09wz67ymryei3j8v2foa6qupftwt/512x384.jpg', 'https://html5.gamemonetize.com/p5dh09wz67ymryei3j8v2foa6qupftwt/', '0', 'Puzzles', 0, 0, '', 'untangled-d'), (11668, 'Brain Crossy Words', 'HAPPY ANNIVERSARY and a warm thank you to every one of our players for their efforts! In the previous two years, we have been overwhelmed by the outpouring of support we have gotten from all around the world. Word Crossy introduces new levels, missions, awards, and excitement to the game to commemorate its second anniversary! Modes include: -Golden Piggy: Collect as many Golden Piggys as you can to become a Word Master! -Event with a time limit: Complete the duties assigned to you to receive many awards. At the Second Anniversary Celebration, alone! -Super Tournaments: Every weekend, compete against other players in a tournament setting. Rewards increase in importance as one\'s status rises.', 'https://img.gamemonetize.com/z64c0kbplepumdabz6l8321vnt7j4crc/512x384.jpg', 'https://html5.gamemonetize.com/z64c0kbplepumdabz6l8321vnt7j4crc/', '0', 'Puzzles', 0, 0, '', 'brain-crossy-words'), (11669, 'Real Cars in City', 'Real Cars in City is a 3D car simulation with superb graphics and various game modes. This game has realistic vehicle driving physics and quality graphics. There are 20 sports cars, 36 racetracks, 1 free ride area, a police chase area, and a crash derby area. There is a vehicle purchase and development system in the game. You can race against artificial intelligence or drive freely.', 'https://img.gamemonetize.com/ozhcftuo9k28zuo1mp9hpho4zqk5e79q/512x384.jpg', 'https://html5.gamemonetize.com/ozhcftuo9k28zuo1mp9hpho4zqk5e79q/', '0', 'Racing', 0, 0, '', 'real-cars-in-city'), (11670, 'Helix Jump Game 3D', 'Now you have control a boy wearing to jump and fall onto the bricks of the whole helix tower。Pass the level and create the best record!', 'https://img.gamemonetize.com/n2u8ijovmydcldua00j9y5bljowx0jg2/512x384.jpg', 'https://html5.gamemonetize.com/n2u8ijovmydcldua00j9y5bljowx0jg2/', '0', '3D', 0, 0, '', 'helix-jump-game-d'), (11671, 'The Leprechuam', 'Help the Leprechaun to recover his treasure. She collects coins and avoids stones. If you lose, try again and beat your previous record.', 'https://img.gamemonetize.com/io9t2vvk8xyeeey2q0ggw9ewwgt5w3tj/512x384.jpg', 'https://html5.gamemonetize.com/io9t2vvk8xyeeey2q0ggw9ewwgt5w3tj/', '0', 'Hypercasual', 0, 0, '', 'the-leprechuam'), (11672, 'Six Helix', 'Six Helix is fun hypercasual game. In this game a bouncing ball is go through the helix tower but it is not that easy that it seems you should be very careful that ball will not touch the red part.', 'https://img.gamemonetize.com/7zuddehsj8pm72oouqr1ehy2iv4rcsyg/512x384.jpg', 'https://html5.gamemonetize.com/7zuddehsj8pm72oouqr1ehy2iv4rcsyg/', '0', 'Hypercasual', 0, 0, '', 'six-helix'), (11673, 'Bubbles Number', 'Welcome to this amazing bubble number Shooter. Your mission is to aim and shoot bubbles to prevent them from touching the bottom and Collect fruits while shooting bubbles Try to unlock all levels and enjoy this amazing puzzle game. Have fun', 'https://img.gamemonetize.com/478pa7w1j9o60103w4uj24ossdg9dfs0/512x384.jpg', 'https://html5.gamemonetize.com/478pa7w1j9o60103w4uj24ossdg9dfs0/', '0', 'Puzzles', 0, 0, '', 'bubbles-number'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (11674, 'Fruits Monster Match', 'Fruit Monster Match is a crazy fruit matching game made by kizgame.com All you have to do is to tap or click or 2 or more similar fruits to feed the monsters before time\'s up. Try to collect 3 stars and unlock all levels to win. Let\'s pop some fruits', 'https://img.gamemonetize.com/a50e3b1vcs52tiq95647wpqqv1dyx72y/512x384.jpg', 'https://html5.gamemonetize.com/a50e3b1vcs52tiq95647wpqqv1dyx72y/', '0', 'Puzzles', 0, 0, '', 'fruits-monster-match'), (11675, 'Squid Gamer Ninja', 'Circle Blade Squid Gamer Shadow Rescue Operation, Warrior Revenge Fight Adventure, Circle Blade Ninja has a unique slow-motion effect. The player\'s mission is to help the ninja rescue the girl from the evil ninja. To make him move, tap on the screen and drag your finger to make him jump and follow the direction. With its distinctive slow-motion effect, the Circle Blade Ninja can perform shadow rescue operations, warrior vengeance combat adventures, and other feats of strength. The player aims to assist the ninja in rescuing the girl from the clutches of the bad ninja. To get him to move, press on the display and drag your finger or mouse to have him leap and move in the direction you want him to go.', 'https://img.gamemonetize.com/zxr69833feo4m59gnfngzcj8lhiq5lk3/512x384.jpg', 'https://html5.gamemonetize.com/zxr69833feo4m59gnfngzcj8lhiq5lk3/', '0', 'Arcade', 0, 0, '', 'squid-gamer-ninja'), (11676, 'Fantastic CarParking', 'Extreme Car Parking Game 3D: Car Racing Free Games drives you crazy. Broken Diamond is back in the sequel to the biggest mobile parking simulation game. Car Driving Free Games New Car Parking Game starts a new era of Car parking simulation game play with super stunning graphics and challenging multi-stage levels. Burn up the city with the fastest and most visually stunning car driving game and car parking games 2020. Don\'t stop and you won\'t notice how you become a real ace of driving and parking driver. Car Simulation Games Advance Car Parking specially designed for lovers of Car parking games. You can improve driving skills by enjoying best car parking of 2020. Extremely an addictive game with ultra challenge levels. The best parking simulation game of the series by Broken Diamond. Avoid Hitting Obstacles In this vehicle parking game, you will learn about different traffic signs like no parking signs, turn left sign, turn right, one way and many others that will also help you in the real life. The player should also avoid hitting obstacles and pass driving school test, by hitting an obstacle the game will be over and you have to restart the whole level again. Hit the finish line and unlock new exotic cars and new levels to enhance your car parking experience. Car Games 3d Stunning Graphics Extreme car parking has beautiful stunning and eye popping graphics the player gets addicted playing it. Car parking new games come up with interesting missions to enhance car driving skills and real car driving games sim. Drive safely through the hurdles and park your car in the car parking lots to pass to the next unique and exciting level. Addictive 3d Parking Simulator Games In this free car parking game, you won’t need any special skills you will improve your driving and parking skills as you level up. It is great time killer game make your free time fun time by playing this free car games. You can set camera angle by swiping on screen up down and left right. Zoom in and out by double touch. Crazy Car Parking Games Features: ✅ Realistic vehicle physics ✅ Reverse Camera ✅ 480 different levels ✅ Different Controls (Steering, Arrow, Tilt) ✅ Challenging levels to test your driving skills ✅ Challenging levels to push your Parking Skill to the limit ✅ We provide automobiles like in your dream garage ✅ High detailed graphics Download one of the top free car games 2021 from Play Store. And enjoy playing it and most importantly have fun. You can play this car parking offline games anywhere anytime no WIFI required for playing it. Play this game and make your free time having fun. Keep calm and fasten your seat belts to drive car.', 'https://img.gamemonetize.com/8yq0kons4b6l9y1tpp19z5riwmcumz7r/512x384.jpg', 'https://html5.gamemonetize.com/8yq0kons4b6l9y1tpp19z5riwmcumz7r/', '0', 'Arcade', 0, 0, '', 'fantastic-carparking'), (11677, 'Parking Game', 'The beginning of a new era in the world of automobile parking games Modern Automobile Parking 3D provides a genuine experience of vehicle games offline, and it is the greatest car simulator. Our driving games make automobile parking a pleasurable experience, and our free games take you on a spectacular voyage. Drive some of the most recognizable automobiles in the world across tough terrain that will put your driving talents to the test. It is strongly advised that you use a fresh new parking garage and driving simulator. Get immersed in the exhilarating vehicle games of parking and driving in three-dimensional space. It\'s one of the greatest games out there. If you want to learn to drive, you should take advantage of this automobile parking simulation game.', 'https://img.gamemonetize.com/vuy5theqrh42zh18ouqunick0dqoy5m2/512x384.jpg', 'https://html5.gamemonetize.com/vuy5theqrh42zh18ouqunick0dqoy5m2/', '0', 'Adventure', 0, 0, '', 'parking-game'), (11678, 'Wrecked HD', 'Wrecked is a great HTML5 racing game. Drive your car in the circle ring fast as you can. Try to escape other cars and pick up money on the stage.', 'https://img.gamemonetize.com/408bd8jghkhhk5t4b7hdfapwoffbktlq/512x384.jpg', 'https://html5.gamemonetize.com/408bd8jghkhhk5t4b7hdfapwoffbktlq/', '0', 'Racing', 0, 0, '', 'wrecked-hd'), (11679, 'sonic subway supe rush ', 'Super subway rush sonic Game, you can always enjoy with your blue sonic, we put like slime hero and genie who help Hedgehog sonic to run away from the enemies and beat them one by one, sonic blue Hedgehog skills you can see them so easly when you play the game, start by Run and jump the slide, while you are runnig you can take the and go away , you can drift the trains and take the magic chose to fly with your sonic blue Hedgehog games for free, this Super subway rush sonic game is so easy than others, and we put your alien hero to let you enjoy it.', 'https://img.gamemonetize.com/yee4vfdyta2zggo4qy2f2y8ismjfj72v/512x384.jpg', 'https://html5.gamemonetize.com/yee4vfdyta2zggo4qy2f2y8ismjfj72v/', '0', 'Adventure', 0, 0, '', 'sonic-subway-supe-rush-'), (11680, 'Board Soccer 2022', 'TacticalPad is the most comprehensive device available on the market today, and it will appeal to sports enthusiasts, coaches, assistant coaches, performance analysts, and journalists alike. If you are a football professional trying to improve your communication skills, TacticalPad is the best option you can find. It will result in greater comprehension of tactical dialogues and the growth of your football ability. Because tablets and smartphones are so portable, it is simple to use, elegant, and mobile. TacticalPad is aimed at players of all levels of football, from amateur to professional, from young development to high level. It is available in English, Spanish, and Portuguese. It gives a competitive advantage by assisting technical workers in their attempts to investigate and surprise their opponents in real-time.', 'https://img.gamemonetize.com/711l9a2j891e5i8xhjjgbltm86ltsrcn/512x384.jpg', 'https://html5.gamemonetize.com/711l9a2j891e5i8xhjjgbltm86ltsrcn/', '0', 'Arcade', 0, 0, '', 'board-soccer-'), (11681, 'Coloring Dolls Book', 'Coloring Dolls is a cute coloring game. Do you want to be an artist? Do you feel special about colors? Here is the game only made for you! Come and try it. Plenty of pictures are here for you to color. And there are also plenty of colors and stickers for you to choose. You can also do free-style drawing! Record things happened today or let out your pent-up emotions through drawing. Each of your masterpieces are very precious. So take a photo after you finish it. If you like our games, don\'t forget to give us a thumb up and recommend them to your friends!', 'https://img.gamemonetize.com/6d6rrwutynr6b7u8b8s4yrakank4qi5j/512x384.jpg', 'https://html5.gamemonetize.com/6d6rrwutynr6b7u8b8s4yrakank4qi5j/', '0', 'Girls', 0, 0, '', 'coloring-dolls-book'), (11682, 'Unblock Ball Sliding Block Rolling Puzzle', 'Unblock Ball: Sliding Block Rolling Puzzle is a amazing tile puzzle with a modern challenging twist. Move the sliding tiles to unblock a path for the steel ball to roll to the exit. Enjoy the satisfaction of seeing the ball roll smoothly through the connected tiles to the end. Are you ready to unblock the ball? Use your mind carefully, move the blocks to create perfect track for rolling the ball, let the rolling ball pass to last block easily in a flow and unlock ball maze of this family puzzle. This relaxing wood puzzle is designed for all slide tile puzzle and sliding block puzzle fan. If you love to play puzzle games for free or you are searching for challenging sliding puzzle? This wooden jigsaw will make you crazy to unblock ball by sliding tiles with clever mind.', 'https://img.gamemonetize.com/n6mujr8yyj2q4bgsd6dmjydd81i50cfl/512x384.jpg', 'https://html5.gamemonetize.com/n6mujr8yyj2q4bgsd6dmjydd81i50cfl/', '0', 'Puzzles', 0, 0, '', 'unblock-ball-sliding-block-rolling-puzzle'), (11683, 'Perfect Winter Wedding', 'Heartfelt wedding day is coming. Lovely lady of the hour Annie is exceptionally blissful and looking advances to the main day.Now come to show your cool thoughts and give her the best wedding dressup.', 'https://img.gamemonetize.com/3flkj8d605drux7r3z5hie40215ds786/512x384.jpg', 'https://html5.gamemonetize.com/3flkj8d605drux7r3z5hie40215ds786/', '0', 'Girls', 0, 0, '', 'perfect-winter-wedding'), (11684, 'Winki Tinli', 'Help Winki Tinli in his adventure, overcoming the different levels to achieve victory. Crush the enemies you will face and avoid the traps to reach your goal.', 'https://img.gamemonetize.com/vqtoa3zleib56pmu8vow7ntqdqxzhliu/512x384.jpg', 'https://html5.gamemonetize.com/vqtoa3zleib56pmu8vow7ntqdqxzhliu/', '0', 'Arcade', 0, 0, '', 'winki-tinli'), (11685, 'Madrigal Family Coloring', 'Madrigal Family Coloring is a free online coloring and kids game! In this game you will find eight different pictures which have to be colored as fast as you can to obtain a great score at the end of the game. You have 23 different colors to choose. You can also save the colored image. Have fun!', 'https://img.gamemonetize.com/6som0wo6jgdtnpdjrj6nydf33wqnk8j0/512x384.jpg', 'https://html5.gamemonetize.com/6som0wo6jgdtnpdjrj6nydf33wqnk8j0/', '0', 'Puzzles', 0, 0, '', 'madrigal-family-coloring'), (11686, 'Winx Bloom Magic Attack', 'Sky Fairy Bloom continues to fight evil witches. Trix witches Darcy and Icy are so evil. Bloom must beat them. Let\'s play.', 'https://img.gamemonetize.com/1vda0vw5jw0zqey1954umpx9gex5t0jy/512x384.jpg', 'https://html5.gamemonetize.com/1vda0vw5jw0zqey1954umpx9gex5t0jy/', '0', 'Girls', 0, 0, '', 'winx-bloom-magic-attack'), (11687, 'Rope Draw', 'Rope draw is a puzzle game in wich you will push ropes to make new arrangements with them. Your objective is to copy the arrangement that will appear above. If needed, there is a hint button that will show you the first moves. There are 120 different levels and the \'Fun\' mode (unlocked after beating level 40), in which you can insert new ropes or even push them as you wish.', 'https://img.gamemonetize.com/e9ffcyl267gbzvuqqeh0c8lsbsuwzsfi/512x384.jpg', 'https://html5.gamemonetize.com/e9ffcyl267gbzvuqqeh0c8lsbsuwzsfi/', '0', 'Puzzles', 0, 0, '', 'rope-draw'), (11688, 'Haruz', 'Haruz is a 2D simple platformer where you need to collect silver coins while avoiding the various kinds of flying robots, spikes and enter the magic hole in order to go to the next level. There are 8 levels to play and difficulty increases as you proceed.', 'https://img.gamemonetize.com/locve8rx8wfkkix6t7j429isthvyroo6/512x384.jpg', 'https://html5.gamemonetize.com/locve8rx8wfkkix6t7j429isthvyroo6/', '0', 'Arcade', 0, 0, '', 'haruz'), (11689, 'Star Dot', 'Star Dot is fun addictive hyper casual strategy game. To play the game tap or click to jump the dot and collect as much stars as you can and the collision to the circle.', 'https://img.gamemonetize.com/lq892nmypdrnl4z18vlvkqpx1c902wh3/512x384.jpg', 'https://html5.gamemonetize.com/lq892nmypdrnl4z18vlvkqpx1c902wh3/', '0', 'Puzzles', 0, 0, '', 'star-dot'), (11690, 'Golfing Island', 'Prepare to enjoy a fun and different golf game. Overcome 20 hard levels full of islands and obstacles where you have to think wisely your hit or will must start again, touch and drag to calculate your shoot, be careful to fall off the islands. Collect all coins to achive the three stars and so be able to unlock amazing ball skins.', 'https://img.gamemonetize.com/zfrzut1yxeei6e8e7cfivludwnpohpef/512x384.jpg', 'https://html5.gamemonetize.com/zfrzut1yxeei6e8e7cfivludwnpohpef/', '0', 'Sports', 0, 0, '', 'golfing-island'), (11691, 'Tomb Raider', 'Tomb Raider you will go on a dizzying journey with the most famous tomb raider. This time, the adventurer will go to an ancient temple that keeps many secrets in its bowels. You need to comb through every corner of the temple and not get lost in the intricacies of its endless corridors. Lara Croft will be armed and very dangerous for all the enemies that are missing here. Packs of hungry wolves, angry bears and swarms of flying mice hide in the temple chambers. You will have four types of weapons and you can pick up a pistol or shotgun depending on the predator. Many rooms will have many closed secret doors. To open them, you must look for levers. They can appear in the most unexpected places. For example, you will find one of the levers in one of the flooded rooms. So, some chambers will be hidden from view and you have to jump over the corridor and catch on to the ledge. Your main task is to find a way out of the temple, but it won\'t be easy. This complex, but incredibly interesting adventure game will become a real killer of free time and will completely absorb you for several hours. Enjoy the game and good luck!', 'https://img.gamemonetize.com/oacpwd7a7ti2iep47l08nq5wy2n5jt5z/512x384.jpg', 'https://html5.gamemonetize.com/oacpwd7a7ti2iep47l08nq5wy2n5jt5z/', '0', 'Clicker', 0, 0, '', 'tomb-raider'), (11692, 'Superhero Battle', 'We present to your attention a new incredibly dynamic action game called "Battle of the Superheroes", in which you will have the opportunity to act as one of the many famous characters from movies, comics, games, cartoons and even anime to fight against an army of enemies! Ahead of you is waiting for countless exciting levels, where you have to stand alone against numerous squads of opponents. Move forward on the roofs of multi-storey buildings and destroy all the villains who dare to challenge you!', 'https://img.gamemonetize.com/uunn29lo7y0tcqxbq4qa79wt9jj0efy6/512x384.jpg', 'https://html5.gamemonetize.com/uunn29lo7y0tcqxbq4qa79wt9jj0efy6/', '0', 'Hypercasual', 0, 0, '', 'superhero-battle'), (11693, 'Infernax', 'Infernax is the adventures of a great knight who returns to his homeland only to find it plagued with unholy magic. Uncover the mysteries of the curse and face the consequences of your actions.', 'https://img.gamemonetize.com/k5otdyuz52b74zmjry1sqbofxkknqcku/512x384.jpg', 'https://html5.gamemonetize.com/k5otdyuz52b74zmjry1sqbofxkknqcku/', '0', 'Arcade', 0, 0, '', 'infernax'), (11694, 'pet pony salon', 'If you love caring for horses, then this fun salon game is perfect for you. You\'ll style the hair of your pet horse. Create fun hairstyles that are filled with creativity and change them any time you\'d like. You can also try out new styles that you might have not considered before as you play out this fun salon game. Turn your horse into a stylish beauty! Features: · Wash your horse with lots of soapy water and get her cleaned up before the makeover. · Decorate your horse with accessories. · Spend hours making your horse look cool. · Finish washing your horse to unlock the next level to try out new accessories!', 'https://img.gamemonetize.com/5vlxgilv7movp8e36nbpoklr1u48upzq/512x384.jpg', 'https://html5.gamemonetize.com/5vlxgilv7movp8e36nbpoklr1u48upzq/', '0', 'Puzzles', 0, 0, '', 'pet-pony-salon'), (11695, 'SUPER ARCADE!', 'We hope that you are all ready to check out one of the newest Disney Junior Games our administrative team has brought over for you all to play and have fun with on our website, a game that is called Disney Super Arcade, which brings together some of your favorite categories such as Mickey and the Roadster Racers Games, Big Hero 6 Games, Puppy Dog Pals Games, Jake and the Neverland Pirates Games, The Lion Guard Games, Vampirina Games, Doc McStuffins Games, Mission Force One Games, Descendants Games, Muppet Babies Games, Sofia the First Games or Zombies Games. Like the title suggests, this is an arcade game, meaning that you are going to be able to play different mini-games with each of these different shows, so expect yourself to have fresh and interesting new experiences all the time. Get rewarded depending on how well you do with each new task you perform, and try to always win and break your own records. That\'s everything folks, so we are inviting you to let the fun begin right now, only here, and we hope you stick around, since lots of amazing games are on their way right now, only for you!', 'https://img.gamemonetize.com/v03kkqe87jf6mutwld833x3shfivu364/512x384.jpg', 'https://html5.gamemonetize.com/v03kkqe87jf6mutwld833x3shfivu364/', '0', 'Arcade', 0, 0, '', 'super-arcade'), (11696, 'READY SET LETS GO!', 'The wonderful category of Tiny Ones Transport Service Games that we’ve added onto our website not too long ago still has plenty more new and awesome content in store for you all, which is the reason why right now you’re invited to play the game called Ready, Set, Let’s Go!', 'https://img.gamemonetize.com/l1vby8wxa60l4co5mgyp82uul5os4tnm/512x384.jpg', 'https://html5.gamemonetize.com/l1vby8wxa60l4co5mgyp82uul5os4tnm/', '0', 'Puzzles', 0, 0, '', 'ready-set-lets-go'), (11697, 'My Little Cat', 'My cute cat loves to play with balls. I also love to play with my cat. I always dress her very stylishly. I like to dress in color. Let\'s create our favorite cat style together.', 'https://img.gamemonetize.com/eng13i67y8dis9du7d3acz3wxffdjf9o/512x384.jpg', 'https://html5.gamemonetize.com/eng13i67y8dis9du7d3acz3wxffdjf9o/', '0', 'Girls', 0, 0, '', 'my-little-cat'), (11698, 'Destroy Block', 'Destroy Blocks is an arcade game where obviously you need to destroy blocks. The blocks will be in two different colors, blue and red. The blocks will fall from the top of the game and at the bottom will be a ball that you need to shoot at the blocks. You can destroy a block with the ball if the colors will match. So you need to shoot on the blue block with the blue ball and at the red block with the red block. The blocks will change very fast and you need to change the ball color too. Tap on the screen to change the ball color. Destroy more blocks as you can and have fun.', 'https://img.gamemonetize.com/8ayhkep3nt4428b9smtby5rxnhgtvfbl/512x384.jpg', 'https://html5.gamemonetize.com/8ayhkep3nt4428b9smtby5rxnhgtvfbl/', '0', 'Puzzles', 0, 0, '', 'destroy-block'), (11699, 'Stylish Dress Up', 'Adela is meeting her friends for lunch. She has to be very stylish. Because her friends are so jealous. She has to look prettier than them. Let\'s dress up the dresses, hair and jewelry with the right combination.', 'https://img.gamemonetize.com/5vj27t9ycn81zlsc9grzhdgoktcgowdg/512x384.jpg', 'https://html5.gamemonetize.com/5vj27t9ycn81zlsc9grzhdgoktcgowdg/', '0', 'Girls', 0, 0, '', 'stylish-dress-up'), (11700, 'Rope Rescue!', 'Puzzle game with one finger control. Easy to play, hard to master. Features unlimited gameplay. Build your newest addiction!', 'https://img.gamemonetize.com/rh7ebsfw1tjelyeyeb0qir7mbj1fzz08/512x384.jpg', 'https://html5.gamemonetize.com/rh7ebsfw1tjelyeyeb0qir7mbj1fzz08/', '0', 'Puzzles', 0, 0, '', 'rope-rescue'), (11701, 'Barbie Nice Look', 'Barbie has entered the make-up room and is trying on her make-up, hair, clothes and jewelry to look gorgeous. Let\'s try it by playing together.', 'https://img.gamemonetize.com/ka0ui9i8dtikzw4jri3he70zp0sixnry/512x384.jpg', 'https://html5.gamemonetize.com/ka0ui9i8dtikzw4jri3he70zp0sixnry/', '0', 'Girls', 0, 0, '', 'barbie-nice-look'), (11702, 'Pixel Running Game', 'Control the pixel boy to avoid obstacles and reach the end', 'https://img.gamemonetize.com/eptpochl7xalmict43rzdfwsd75qd638/512x384.jpg', 'https://html5.gamemonetize.com/eptpochl7xalmict43rzdfwsd75qd638/', '0', 'Sports', 0, 0, '', 'pixel-running-game'), (11703, 'Tower Builder Challenge', 'Tower Builder Challenge is a hyper casual game that you should build a tower like Lego. How high can you raise the tower? A tip for you is whatever you do, keep your balance. Don\'t destroy the tower :) You will spend good time and you will be happy. ripogame.com wish you good games.', 'https://img.gamemonetize.com/lke49u3wueh9mzzt9g88kw3ujmeegt5y/512x384.jpg', 'https://html5.gamemonetize.com/lke49u3wueh9mzzt9g88kw3ujmeegt5y/', '0', 'Hypercasual', 0, 0, '', 'tower-builder-challenge'), (11704, 'Forest Soul', 'Brave hero, go on an exciting fantasy adventure to cleanse the soul of the forest from the darkness that filled it. On the way you will meet dangerous monsters, bosses and difficult challenges.', 'https://img.gamemonetize.com/7k3ka8tqv8emah76ev2qsmkp476dnanb/512x384.jpg', 'https://html5.gamemonetize.com/7k3ka8tqv8emah76ev2qsmkp476dnanb/', '0', 'Adventure', 0, 0, '', 'forest-soul'), (11705, 'Water Pipe', 'Relax and play the classic water pipes game with tons of levels Tap to rotate Pipes and make a way for water. Try to finish the level before time\'s up', 'https://img.gamemonetize.com/8e9rnmmrfccui9zlwe6t3qbefhl5g4kq/512x384.jpg', 'https://html5.gamemonetize.com/8e9rnmmrfccui9zlwe6t3qbefhl5g4kq/', '0', 'Puzzles', 0, 0, '', 'water-pipe'), (11706, 'Paper Fold Super Smart', 'Click the picture to form a completed picture. Pass the level', 'https://img.gamemonetize.com/i4gcra9ltm1e7vtzcvkshky6jy204tkc/512x384.jpg', 'https://html5.gamemonetize.com/i4gcra9ltm1e7vtzcvkshky6jy204tkc/', '0', 'Puzzles', 0, 0, '', 'paper-fold-super-smart'), (11707, 'Car Parkour', 'Car Parkour is a fun car game where you have to avoid different obstacles in order to reach your destination.', 'https://img.gamemonetize.com/kmblnesntb06m558vnxzuatyh7vi7ydk/512x384.jpg', 'https://html5.gamemonetize.com/kmblnesntb06m558vnxzuatyh7vi7ydk/', '0', 'Racing', 0, 0, '', 'car-parkour'), (11708, 'Atomic Fighter 2D', 'Defend the base and engage in combat with the adversary! The release of a new 2D action game has been announced. It\'s a retro-style pixel plane simulator puzzle from way back in the day. Save the entire universe from destruction! Take part in this brand new flight simulator completely free of charge! In a shooting war, both strategy and tactics are employed. A war strategy game that blends elements of arcade game design and gameplay. Fly your fighter jet through the skies, striking and attacking the opposing forces while avoiding damage, gaining boosters, and improving your aircraft. It\'s possible to customize your ship with hundreds of different types of ships, jets, and armaments, including laser guns, rockets, bombs, cannons, and upgrades. Improve your ability to fly by practicing more often! Put an end to the invasion of the entire world! I wish you the best of luck in everything!', 'https://img.gamemonetize.com/zh4fn1q3plh5t9wnkqdvpt40pw07o5lp/512x384.jpg', 'https://html5.gamemonetize.com/zh4fn1q3plh5t9wnkqdvpt40pw07o5lp/', '0', 'Arcade', 0, 0, '', 'atomic-fighter-d'), (11709, 'Cut Grass', 'Do you know powerful a ring blade is? Cut Grass will show you a famous Mexican weapon in a 3D collecting puzzle arcade game. Here is some weed on the mud, your mission is to cut them all down at all levels. Without time and score limitations, keep calm and have a good time!', 'https://img.gamemonetize.com/5npdd2w0buzba7h3cbhdv3gcljwztmi9/512x384.jpg', 'https://html5.gamemonetize.com/5npdd2w0buzba7h3cbhdv3gcljwztmi9/', '0', 'Arcade', 0, 0, '', 'cut-grass'), (11710, 'Spiderman Triple Jump', 'Spiderman Triple Jump Game, a single-touch jumping reaction game, has everything you need to make your next app store hit! Use your skills and agility to survive by jumping over obstacles and avoid getting hit; just tap the screen and makeup to three jumps before touching the ground again. Avoid the dangerous obstacles or Spiderman will explode and the game will be over!', 'https://img.gamemonetize.com/tqvf567qejoohq3rqiouuoal3bcjf69i/512x384.jpg', 'https://html5.gamemonetize.com/tqvf567qejoohq3rqiouuoal3bcjf69i/', '0', 'Arcade', 0, 0, '', 'spiderman-triple-jump'), (11711, 'Huggy Wuggy Sewer Escape', 'You are trapped in sewer. Find and collect 8 Notes and get out. It wont be easy as is sounds. Sewer is hunted by Evil Entities. They look like fuzzy toys, but they are not! Good luck!', 'https://img.gamemonetize.com/wjn2zg388dwp5jkkxs2fh4wds58au3fz/512x384.jpg', 'https://html5.gamemonetize.com/wjn2zg388dwp5jkkxs2fh4wds58au3fz/', '0', 'Adventure', 0, 0, '', 'huggy-wuggy-sewer-escape'), (11712, 'Jhonny Jumper Online Game', 'The Jhonny Jumper Online Game is a game that simulates the experience of being stuck on the side of the road. By providing an escape into creativity, hope, and laughter, this game is sure to please players of all ages. The Jhonny Jumper Online Game has been designed with fun playing in mind. Here\'s what you can expect from the game', 'https://img.gamemonetize.com/q87xik3mdl5wiajtix8nx753s4rwp7tp/512x384.jpg', 'https://html5.gamemonetize.com/q87xik3mdl5wiajtix8nx753s4rwp7tp/', '0', 'Arcade', 0, 0, '', 'jhonny-jumper-online-game'), (11713, 'Woodturning 3D', 'You need to complete the whole turning with three different kinds of knives. Then you could paint it in eight different colors. Glad you will enjoy Woodturning 3D!', 'https://img.gamemonetize.com/mgzzwox7pj5sqswb7vvjtmp9sbt57uk5/512x384.jpg', 'https://html5.gamemonetize.com/mgzzwox7pj5sqswb7vvjtmp9sbt57uk5/', '0', '3D', 0, 0, '', 'woodturning-d'), (11714, 'Lego Spiderman Adventure', 'Lego spiderman is fighting against the Green goblin. Throws a web at the goblin as he running the road. Collect all forces. Don\'t forget to get the lego coins and the lego car. Let\'s play now.', 'https://img.gamemonetize.com/xtb7cuqm871gp2umvmeox28x6s9h3vut/512x384.jpg', 'https://html5.gamemonetize.com/xtb7cuqm871gp2umvmeox28x6s9h3vut/', '0', 'Adventure', 0, 0, '', 'lego-spiderman-adventure'), (11715, 'Find Objects', 'This is a free classic find the difference puzzle game online for all kids. The game graphics are very beautiful, the time to exercise your eyesight, your goal is to find the difference, I hope that all the targets in the game you can find, breakthrough with me!', 'https://img.gamemonetize.com/56mebmwgfechjl9wll2vhg5bjtdipiwe/512x384.jpg', 'https://html5.gamemonetize.com/56mebmwgfechjl9wll2vhg5bjtdipiwe/', '0', 'Boys', 0, 0, '', 'find-objects'), (11716, 'Monsters Memory', 'Click a card to reveal the Monster on it. Memorize it so that you can match to similar monster. Match all of the cards on the board to complete the level. Complete all 15 levels to win this game.', 'https://img.gamemonetize.com/if1nkpk2w88rn1agtndml0nuc2c0guk6/512x384.jpg', 'https://html5.gamemonetize.com/if1nkpk2w88rn1agtndml0nuc2c0guk6/', '0', 'Puzzles', 0, 0, '', 'monsters-memory'), (11717, 'Hippo Airport Travel', 'Hippo\'s father bought the lottery. Let\'s see what he won. WOW! This is a mysterious trip.', 'https://img.gamemonetize.com/2hqb1h24vrzk436gj1cahqijcxn1hpy9/512x384.jpg', 'https://html5.gamemonetize.com/2hqb1h24vrzk436gj1cahqijcxn1hpy9/', '0', 'Girls', 0, 0, '', 'hippo-airport-travel'), (11718, 'Baby Chicco Adventures', 'Baby Chicco Adventures is a platform game in which you\'ll help our little penguin escape the dangers of the video game world. Have fun playing and completing all the challenges in this fantastic game!', 'https://img.gamemonetize.com/txal0jmkwti30c26he3n2x15la01624i/512x384.jpg', 'https://html5.gamemonetize.com/txal0jmkwti30c26he3n2x15la01624i/', '0', 'Arcade', 0, 0, '', 'baby-chicco-adventures'), (11719, 'Pregnant Mommy Care', 'Pregnant Mommy Care is a very fun caring game. Lisa is very tired recently. Probably because she is carrying 2 babies and she is about to labor. Let\'s look after her together! Start the care with a fantastic face spa for her. Clean her face. Apply face mask on her face. Oh! She has got so many pimples on her face. Let\'s move these bad pimples. Lisa is so easy hungry during her pregnancy. Feed her some fruits and juices made on your own. She will be so grateful for your kindness. Lisa is too tired to decorate babies\' room, come and decorate their room with your good taste. Want to know what her babies look like? Click the play button to find out in this game!', 'https://img.gamemonetize.com/rzwi84dmx0z1t51twzy2pbjcb2d7kdxz/512x384.jpg', 'https://html5.gamemonetize.com/rzwi84dmx0z1t51twzy2pbjcb2d7kdxz/', '0', 'Girls', 0, 0, '', 'pregnant-mommy-care'), (11720, 'Super Girl Salon Save The World', 'Become a superhero with Power Girls and their miraculous pets! When Super City calls for help, catch the monsters and turn them into friendly super citizens!', 'https://img.gamemonetize.com/juvbnvjh0uyt1909hdmfau90ijim92zd/512x384.jpg', 'https://html5.gamemonetize.com/juvbnvjh0uyt1909hdmfau90ijim92zd/', '0', 'Hypercasual', 0, 0, '', 'super-girl-salon--save-the-world'), (11721, 'Princess Salon Frozen Party', 'Does time travel? A new world? This just happened to Aria, and she was taken to the Middle Ages from the 21st century by a mysterious force. After a bit of uncertainty at first, she became so excited because this was just the land she had longed to be. After having many adventures there, she finally came to an old castle, which looked so grand and stunning and took her breath away. She opened all the doors in the castle until... What would happen to our Aria, would she have a wonderful and unforgettable experience? Join us and find it out by yourself.', 'https://img.gamemonetize.com/hw16wl2kr2qu8o7yj1j4i5j3b52cw40x/512x384.jpg', 'https://html5.gamemonetize.com/hw16wl2kr2qu8o7yj1j4i5j3b52cw40x/', '0', 'Hypercasual', 0, 0, '', 'princess-salon-frozen-party'), (11722, 'Summer Dessert Party Sweet Frozen Desserts', 'This is a super fun food cooking game, with plenty of fashionable cold food. Plenty of food ingredients and decorations to try: fruit, candy, sprinkles, milk, flour, salt, butter, eggs, chocolate, ice cream, water, marshmallows, cookies, caramel, etc.', 'https://img.gamemonetize.com/stfcdi22qc3iyeu7linmma25nlo1ps7h/512x384.jpg', 'https://html5.gamemonetize.com/stfcdi22qc3iyeu7linmma25nlo1ps7h/', '0', 'Girls', 0, 0, '', 'summer-dessert-party--sweet-frozen-desserts'), (11723, 'My New Baby Twins Baby Care Game', 'Weave precious sets for your twins, take the mommies to get their medical checkups, and choose pretty maternity clothes to stay to the last, make it a princess! Make the music more relaxing during pregnancy, you\'ll notice how the baby loves it!', 'https://img.gamemonetize.com/kubn1ici2cv67utn76gal1adjd2mgdvi/512x384.jpg', 'https://html5.gamemonetize.com/kubn1ici2cv67utn76gal1adjd2mgdvi/', '0', 'Girls', 0, 0, '', 'my-new-baby-twins--baby-care-game'), (11724, 'Good Night Baby Taylor Baby Care Game', 'Good Night Baby Taylor is a marvelous casual game. Who stole sleep from baby\'s eyes? This verse by Tagore may sound incredibly beautiful, yet when the kid is too excited to fall asleep, things might not turn out to be that poetic. This game might help the kids appreciate the wonderfulness of the dreamland. Once they realize that there is also a lot of fun in sleeping, they will be more willing to go to bed when it is time to sleep.', 'https://img.gamemonetize.com/t21cs1v9farm5r91fqaiuctszkoxsyya/512x384.jpg', 'https://html5.gamemonetize.com/t21cs1v9farm5r91fqaiuctszkoxsyya/', '0', 'Hypercasual', 0, 0, '', 'good-night-baby-taylor--baby-care-game'), (11725, 'Sky Ride', 'Features: * Endless 3 d Car Racing *Random generated Levels * Simple Controls * Color Changing Backgrounds * Play offline Enjoy ! Tap anywhere on the screen to change the direction of the car . Zigzag Car Racer -3 D is Hyper casual game the levels get generated automatically. screen color also changing after few seconds to feel awesome in game.This games also includes background music which makes player engaged.', 'https://img.gamemonetize.com/wjeiz9454t3i4x6q2ngdckqb89vsigt1/512x384.jpg', 'https://html5.gamemonetize.com/wjeiz9454t3i4x6q2ngdckqb89vsigt1/', '0', 'Arcade', 0, 0, '', 'sky-ride'), (11726, 'Survive the Desert', 'You went out to the desert to collect gold. Be careful of snakes and scorpions. Don\'t die of thirst. Collect items to help you. Stop at the Saloon to buy water, health packs, and ammo. 4 Different endings depending on your choices and how much money you have at the end of the game.', 'https://img.gamemonetize.com/4fg1uc1c81sf1892yaoy5wox1jlndrri/512x384.jpg', 'https://html5.gamemonetize.com/4fg1uc1c81sf1892yaoy5wox1jlndrri/', '0', 'Adventure', 0, 0, '', 'survive-the-desert'), (11727, 'Sonic Hidden Diamonds Game', 'Sonic Hidden Diamonds is a fun online skill and hidden object game. Find out the hidden diamonds in the specified images. Each level has 10 hidden diamonds. There are 8 levels in total. The time is limited so be fast and find all hidden objects before time runs out. Clicking in the wrong place several times reduces the time by an additional 5 seconds. So, if you are ready start the game and have fun!', 'https://img.gamemonetize.com/0cpm4j6be7hfomhe9u825elztpt542kd/512x384.jpg', 'https://html5.gamemonetize.com/0cpm4j6be7hfomhe9u825elztpt542kd/', '0', '3D', 0, 0, '', 'sonic-hidden-diamonds-game'), (11728, 'Stickman Hook Online', 'Stickman Hook is a fun game where you can test your skills. You play as a swinging stickman through hundreds of challenging levels. This fun, colorful stickman game offers over 100 challenging levels. Unlock unique characters along the way to switch things up while you swing. Pay attention to the angle and direction of your swing to make it to the finish line! Can you control your swing? In this game, embody the spider stickman. Finish all the levels with the same agility as a spider. For that, you just have to: - Tap to hook and make incredible jumps - Press your screen to hook your stickman with your grapnel and release to let go - Avoid every obstacle that stands in your way - Swing from hook to hook to pass all the levels', 'https://img.gamemonetize.com/6uuetp7n2ivthzucdwgogd2bfwe36wxc/512x384.jpg', 'https://html5.gamemonetize.com/6uuetp7n2ivthzucdwgogd2bfwe36wxc/', '0', 'Hypercasual', 0, 0, '', 'stickman-hook-online'), (11729, 'Barbie Cake Master', 'Barbie has become a cake master. Let\'s dress her up first. Let\'s put on the chef hat, clothes, jewelry and chef apron. Let\'s help her with the cake decoration.', 'https://img.gamemonetize.com/xvk4vcxw5bl0fw0vel2wyo2a022vxeo3/512x384.jpg', 'https://html5.gamemonetize.com/xvk4vcxw5bl0fw0vel2wyo2a022vxeo3/', '0', 'Girls', 0, 0, '', 'barbie-cake-master'), (11730, 'FrogJump', 'JUMP JUMP JUMP!', 'https://img.gamemonetize.com/vwrdnoq8plrcxycmx3wjd2h6xzjgmd06/512x384.jpg', 'https://html5.gamemonetize.com/vwrdnoq8plrcxycmx3wjd2h6xzjgmd06/', '0', 'Hypercasual', 0, 0, '', 'frogjump'), (11731, 'WONDERLAND CAKE MAKER', 'To make the cakes that will then be served to various customers from across various kingdoms, follow the instructions given by Alice, the main character, as well as those of Cookie, a recipe book that can speak, since it knows the way the ingredients need to be mixed and prepared the best.', 'https://img.gamemonetize.com/p7zbx3tqsoqe7uz2cm8tjdtxoldeoy1p/512x384.jpg', 'https://html5.gamemonetize.com/p7zbx3tqsoqe7uz2cm8tjdtxoldeoy1p/', '0', 'Cooking', 0, 0, '', 'wonderland-cake-maker'), (11732, 'Bubble Burst', 'Bubble Burst is a cool activity, that requires a lot of dedication. The goal of the game is quite simple, so you must pop bubbles and complete objectives. Get all required bubbles and spend no additional moves. Get three stars for completing the level in as less moves as possible.', 'https://img.gamemonetize.com/ftobql2us14tiaumawjg7pgspxmpbe2w/512x384.jpg', 'https://html5.gamemonetize.com/ftobql2us14tiaumawjg7pgspxmpbe2w/', '0', 'Puzzles', 0, 0, '', 'bubble-burst'), (11733, 'The Witcher Card Match', 'The Witcher, by Polish writer Andrzej Sapkowski, is a fantasy series of short stories and novels about the witcher Geralt of Rivia. In Sapkowski\'s books, "witchers" are monster hunters who (with training and body modification) develop supernatural abilities at a young age to battle deadly beasts. The books have been adapted into a film, a television series, video games, and a graphic novel series. The series of novels is known as the Witcher Saga. The short stories and novels have been translated into numerous languages, including English.', 'https://img.gamemonetize.com/yz208vlplxubhytmz699gxb7g7vv55jv/512x384.jpg', 'https://html5.gamemonetize.com/yz208vlplxubhytmz699gxb7g7vv55jv/', '0', 'Puzzles', 0, 0, '', 'the-witcher-card-match'), (11734, 'The Exciting Cube', 'I was actually inspired by Flipull when I made The Exciting Cube. This inspiration has helped me make my game better. The aim of the game revolves around matching objects. Currently, there are 17 episodes.', 'https://img.gamemonetize.com/nn7dlyibkn33mg55xtmi0d9ep3dgt851/512x384.jpg', 'https://html5.gamemonetize.com/nn7dlyibkn33mg55xtmi0d9ep3dgt851/', '0', 'Puzzles', 0, 0, '', 'the-exciting-cube'), (11735, 'Basketball Master Online', 'Basketball Master is an arcade-basketball game to try to get consecutive scores.', 'https://img.gamemonetize.com/qt6aaarp4x6p1dckq0sfod4ydkabeqc8/512x384.jpg', 'https://html5.gamemonetize.com/qt6aaarp4x6p1dckq0sfod4ydkabeqc8/', '0', 'Sports', 0, 0, '', 'basketball-master-online'), (11736, 'Winx Asian Style', 'Winx fairies are experimenting with Asian fashion. Will they be able to look Asian with their clothes, jewelry and make-up? Let\'s try.', 'https://img.gamemonetize.com/v0iwvpu89oiaxo71hyl75u8y8e6s2yv8/512x384.jpg', 'https://html5.gamemonetize.com/v0iwvpu89oiaxo71hyl75u8y8e6s2yv8/', '0', 'Girls', 0, 0, '', 'winx-asian-style'), (11737, 'Snow Race 3d', 'Snow Race 3d is a beautifully made ski simulation game with a realistic 3D art style. In this game, you can experience the thrill of skiing! Sliding down the mountain, avoiding obstacles, speeding up, surpassing your opponents, and setting new records! If you like skiing, please don\'t miss this game. Have fun!', 'https://img.gamemonetize.com/5uysjy4uibhhvi1fkm27giw281snayzi/512x384.jpg', 'https://html5.gamemonetize.com/5uysjy4uibhhvi1fkm27giw281snayzi/', '0', '3D', 0, 0, '', 'snow-race-d'), (11738, 'Chess Puzzle', 'Who said it\'s easy to defeat with a blow? A new puzzle game proves otherwise. Mate in One Move: Chess Puzzle brings together a powerful combination of learning tasks and features to improve your game. Wage intellectual warfare and find mate in every puzzle. This is a bonus game for those looking to get better at chess!', 'https://img.gamemonetize.com/n2s3lvjf6moeovif79qpjtcp1sgdd2z0/512x384.jpg', 'https://html5.gamemonetize.com/n2s3lvjf6moeovif79qpjtcp1sgdd2z0/', '0', 'Puzzles', 0, 0, '', 'chess-puzzle'), (11739, 'Chess Clash', 'Do you like racking your brains? Put your logic skills to the test with Chess Clash! Chess is one of the oldest and most popular games in the world. The objective is to take the opponent\'s pieces and put their king in checkmate.', 'https://img.gamemonetize.com/jcwm13q4qe5mbwmomvd1u9mwdnm9wac0/512x384.jpg', 'https://html5.gamemonetize.com/jcwm13q4qe5mbwmomvd1u9mwdnm9wac0/', '0', 'Puzzles', 0, 0, '', 'chess-clash'), (11740, 'Popcorn Eater', 'Popcorn Eater is a game in which you need to feed the hero popcorn and collect coins to buy different versions of popcorn and buckets for him.', 'https://img.gamemonetize.com/g88lf5clr5uvi1tn647r5x4mvjd0kj8b/512x384.jpg', 'https://html5.gamemonetize.com/g88lf5clr5uvi1tn647r5x4mvjd0kj8b/', '0', 'Arcade', 0, 0, '', 'popcorn-eater'), (11741, 'Legend Free Fire', 'In this strategic card game, skill, not luck, determines your success. Mix and match iconic Runeterra champions, allies, and regions to unlock unique synergies and defeat your opponent.', 'https://img.gamemonetize.com/udaboilhrwzw18d196drh3cv7qx59i8j/512x384.jpg', 'https://html5.gamemonetize.com/udaboilhrwzw18d196drh3cv7qx59i8j/', '0', 'Shooting', 0, 0, '', 'legend-free-fire'), (11742, 'My Baby Unicorn Virtual Pony Pet Girl Game', 'A super cute virtual Unicorn baby needs you to take care of her', 'https://img.gamemonetize.com/8p0ffo5f5v1haqyevh8mip9jtetp1qly/512x384.jpg', 'https://html5.gamemonetize.com/8p0ffo5f5v1haqyevh8mip9jtetp1qly/', '0', 'Hypercasual', 0, 0, '', 'my-baby-unicorn-virtual-pony-pet-girl-game'), (11743, 'Flatdoll', 'Flatdoll is a stickman arcade game with ragdoll physics. You have to fight battles using the weapons created while you ragroll with his preparations with the right preparations.', 'https://img.gamemonetize.com/c0l2oa0osn1m7n049p5u51m8fcu9t50g/512x384.jpg', 'https://html5.gamemonetize.com/c0l2oa0osn1m7n049p5u51m8fcu9t50g/', '0', 'Arcade', 0, 0, '', 'flatdoll'), (11744, 'Blocky Circle Jumping', 'It is an amazing endless level-based game where you touch the screen to make the character leap, then double-tap to make the figure jump twice as high as you can. It is available on iOS and Android devices. Try to avoid the obstacles that stand in your way while collecting cash to unlock new skins along the way.', 'https://img.gamemonetize.com/0rrylcw7ziqfz5e78a82qx7plz62ivh4/512x384.jpg', 'https://html5.gamemonetize.com/0rrylcw7ziqfz5e78a82qx7plz62ivh4/', '0', 'Arcade', 0, 0, '', 'blocky-circle-jumping'), (11745, 'Blocky Taxy ZigZag', 'Construct routes and transport the taxi to the destination platform! This one-touch casual game is easy, addictive, and will keep you occupied for several hours. There are over 100 levels of addictive gameplay to enjoy! Then tap and hold your screen to construct bridges for the cab to travel on. The importance of tap timing cannot be overstated. Characteristics -More than 100 addictive levels to go through -Colours that are beautiful and relaxing -Interesting and addicting gameplay -Compete with your pals to see who can get the furthest in the most time!', 'https://img.gamemonetize.com/urs6kjz0rw2hjye7987tac5gd5l8fiut/512x384.jpg', 'https://html5.gamemonetize.com/urs6kjz0rw2hjye7987tac5gd5l8fiut/', '0', 'Racing', 0, 0, '', 'blocky-taxy-zigzag'), (11746, 'Girls Razzle Dazzle Party', 'The beautiful girls Mia, Emma, Ava and Clara are getting ready for the Razzle Dazzle party today evening, So they have to select the dazzling outfits and suitable accessories to make them more beautiful in the party, Help these best friends and wish them a great party tonight.', 'https://img.gamemonetize.com/0ssan3l88hn51nv2zjny806d945qkr95/512x384.jpg', 'https://html5.gamemonetize.com/0ssan3l88hn51nv2zjny806d945qkr95/', '0', 'Girls', 0, 0, '', 'girls-razzle-dazzle-party'), (11747, 'Ava Mouth Makeover', 'Let\'s help our lovable girl Ava to make her mouth a new look. So please help her to remove stains on her teeth and remove bacteria and finally clean her throat too. Play and enjoy this interesting mouth and doctor treatment game at 7sgames and dress her well as well.', 'https://img.gamemonetize.com/56vp0sz3lgc4se10eou152k1yib23pl1/512x384.jpg', 'https://html5.gamemonetize.com/56vp0sz3lgc4se10eou152k1yib23pl1/', '0', 'Girls', 0, 0, '', 'ava-mouth-makeover'), (11748, 'Match 2D Dinosaurs', 'Get ready for a new, challenging and original matching Dinos game. You need to match 2D extra cute Dinosaurs on the ground and pop them all! When you clear a level, you will find new Dinos to pair. This matching pairs Cute Dino game is so easy that anyone can play it.', 'https://img.gamemonetize.com/4h7a6zfe8k6bvoxbz3ep6ikr5dmk7u8n/512x384.jpg', 'https://html5.gamemonetize.com/4h7a6zfe8k6bvoxbz3ep6ikr5dmk7u8n/', '0', 'Puzzles', 0, 0, '', 'match-d-dinosaurs'), (11749, 'Tank Running Game', 'Your task is to help your tank cross obstacles and reach the terminal area on the track of each platform', 'https://img.gamemonetize.com/sf3uhjmqws85owj756jrn5v03esszg5i/512x384.jpg', 'https://html5.gamemonetize.com/sf3uhjmqws85owj756jrn5v03esszg5i/', '0', 'Arcade', 0, 0, '', 'tank-running-game'), (11750, 'Celebrity Love Candy Outfits', 'Welcome to Celebrity Love Candy Outfits. Celebrity girls Ariana Grande, Rihanna, Selena Gomez, Taylor Swift, and Kendell Jenner are best friends. They usually admire new trends. Now they plan to try candy fashion. Browse the wardrobe for each girl and pick a cute outfit for each one. Make sure everything is unique and different from other ones. Help the girls and have fun!', 'https://img.gamemonetize.com/xqj8g16icj99ofhmctv9kf0ktiz12t0g/512x384.jpg', 'https://html5.gamemonetize.com/xqj8g16icj99ofhmctv9kf0ktiz12t0g/', '0', 'Girls', 0, 0, '', 'celebrity-love-candy-outfits'), (11751, 'Puzzle Parking 3D', 'Puzzle Parking 3D is a fun puzzle parking game online and a free simulation game for kids in which you have to act as a driver and use your brain to park the car into the parking space, come and challenge yourself and you will be the next parking master. The time has come to prove that you are a competent driver.', 'https://img.gamemonetize.com/wq3igw3nwuk7kivlkt4h1v7xway94gug/512x384.jpg', 'https://html5.gamemonetize.com/wq3igw3nwuk7kivlkt4h1v7xway94gug/', '0', 'Boys', 0, 0, '', 'puzzle-parking-d'), (11752, 'Angry Basketball', 'Angry Basketball is an exciting sports game to play for all ages. Play this technical game which tests your aiming ability to make a goal. How long you can stay in the game is determined by how well you can aim. Calculate the right angle and degree of force and shoot the Birds through into the basket!', 'https://img.gamemonetize.com/lme9ank5eb2llp6v0jv0opjx0r1gs1m4/512x384.jpg', 'https://html5.gamemonetize.com/lme9ank5eb2llp6v0jv0opjx0r1gs1m4/', '0', 'Sports', 0, 0, '', 'angry--basketball'), (11753, 'MineWar Soldiers vs Zombies', 'Have fun playing an entertaining game of epic battles MineWar Soldiers vs Zombies is an exclusive game from kiz10.com !!! Arm and position your army to eliminate the zombies that want to eliminate you and invade your world! Play it for free and enjoy many other free games. MineWar Soldiers vs Zombies is a game based on the world of minecraft but now a war between the living and the zombies begins, your duty is to position your different soldiers to face the zombies! You can choose between different soldiers with different skills they can shoot or fight with enemies. Make sure you collect all the coins and diamonds that the zombies leave when they die and to be able to call many more soldiers. The objective of the game is to beat each level of difficulty of this game, make sure you eliminate all the zombies and do not let them cross the line of fire or they will end up eliminating you.', 'https://img.gamemonetize.com/1jzax4ooric6e3qz75rw3zta730cwf6a/512x384.jpg', 'https://html5.gamemonetize.com/1jzax4ooric6e3qz75rw3zta730cwf6a/', '0', 'Adventure', 0, 0, '', 'minewar-soldiers-vs-zombies'), (11754, 'Impostor Warline 456 Survival', 'Have fun with this new game Impostor Warline 456 Survivors an entertaining and exclusive game on kiz10.com !! On this occasion the little amons us who participated in a game like the squid game will try to win the first game but now armed!!! Now you will side with the creators of the game and control the rebels amons us. Can you control this rebellion and eliminate all the participants who took up arms to eliminate and end the games? Have fun improving your characteristics and improve them by collecting gold and improving your score. The objective is to control the soldier belonging to the squid game to defend the red line of the game Green light red light, eliminate all the rebels among us who took weapons and are willing to eliminate you and end the games.', 'https://img.gamemonetize.com/3b06d2se3twk6fohx32p8mjm54cwotud/512x384.jpg', 'https://html5.gamemonetize.com/3b06d2se3twk6fohx32p8mjm54cwotud/', '0', 'Clicker', 0, 0, '', 'impostor-warline--survival'), (11755, 'Brush Room Game', 'Move the brush to paint the room. Paint the house to finish a building.', 'https://img.gamemonetize.com/sp0elujo0uwnnajazv6q20cg8ymxp1g9/512x384.jpg', 'https://html5.gamemonetize.com/sp0elujo0uwnnajazv6q20cg8ymxp1g9/', '0', 'Puzzles', 0, 0, '', 'brush-room-game'), (11756, 'Run Of Life 3D Game', 'Life is like a race, everyone\'s starting point is the same, but the height we can reach before the end is different. Some people have been doing nothing in their lives, while others have left many valuable experiences and discoveries for future generations, so they are remembered by people. Run Of Life 3D is a fun parkour game with the theme of life. What kind of life can you achieve in the game? Come try it!', 'https://img.gamemonetize.com/cxlwa5rdz1z3efnvgr8ttbr7hw46pswq/512x384.jpg', 'https://html5.gamemonetize.com/cxlwa5rdz1z3efnvgr8ttbr7hw46pswq/', '0', 'Sports', 0, 0, '', 'run-of-life-d-game'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (11757, 'Learn Drive Karts Sim', 'Begin the race with a mini-adventure of a go-kart race, in which there are several little automobiles accessible to use in the race in go-karts to get the ball rolling. The number of champions in the go-kart game will begin participating in the 2020 Kart Games. A go-kart race game with a passionate driver to ride a buggy in kart games offline provides several tasks for the kart rider to overcome.', 'https://img.gamemonetize.com/gh3698uhj7g0gp6q041g4ovpgf63rw7g/512x384.jpg', 'https://html5.gamemonetize.com/gh3698uhj7g0gp6q041g4ovpgf63rw7g/', '0', 'Racing', 0, 0, '', 'learn-drive-karts-sim'), (11758, 'City Construction Simulator Excavator Games', 'Nowadays, the designer of the city needs you to deal with some basic construction works in ten levels. As a professional construction vehicle driver, you need to complete the building and transport missions in this 3D truck driving simulation game. Glad you will complete every mission in provided six minutes!', 'https://img.gamemonetize.com/6xqod7awfq5n7x2puwkxi3ixqj4qztvn/512x384.jpg', 'https://html5.gamemonetize.com/6xqod7awfq5n7x2puwkxi3ixqj4qztvn/', '0', 'Action', 0, 0, '', 'city-construction-simulator-excavator-games'), (11759, 'Dr Green Alien', 'Are you ready to collect the toxic waste barrels with the green beautiful alien doctor in his space adventure? Help the dr green alien and collect the barrels beware the barrels are poisonous collect the points you need to reach the finish line be careful not to go without the barrels.', 'https://img.gamemonetize.com/rz1dhmtwvsru7iyqvuad2yvjamy5fl6u/512x384.jpg', 'https://html5.gamemonetize.com/rz1dhmtwvsru7iyqvuad2yvjamy5fl6u/', '0', 'Arcade', 0, 0, '', 'dr-green-alien'), (11760, 'Twin space Ships', 'Avoid all enemy items and collect the bonus in this great endless space arcade game! You control two ships one Red and another one Blu, the mission is really simple: Avoid all obstacles and collect all bonus that you see in the screen!', 'https://img.gamemonetize.com/pcag1ep0ayz4m7388rtv3a95nhayr82q/512x384.jpg', 'https://html5.gamemonetize.com/pcag1ep0ayz4m7388rtv3a95nhayr82q/', '0', 'Racing', 0, 0, '', 'twin-space-ships'), (11761, 'Space Ship Race', 'Challenge a buddy to a race and see who will emerge as the ultimate racer. X-Racer is an infinite runner whose goal is to dodge obstacles and get a new high score with each game session. You have a choice of nine ships to choose from, as well as a large number of superpowers and coins to collect.', 'https://img.gamemonetize.com/8b4f3b4qte7x9ub4y1mxs8rzf2tv2ztu/512x384.jpg', 'https://html5.gamemonetize.com/8b4f3b4qte7x9ub4y1mxs8rzf2tv2ztu/', '0', 'Racing', 0, 0, '', 'space-ship-race'), (11762, 'Beauty Clinic Spa Salon', 'Hey girls! Come and enjoy running your Beauty Clinic now! There are so many clients who wait for a new SPA experience! There, Beauty Clinic, your goal is to make your customers look amazing and feel satisfied. Don\'t hesitate, start now Play it!', 'https://img.gamemonetize.com/nzujtbys57iwijoqwio4jhqmmka7etn5/512x384.jpg', 'https://html5.gamemonetize.com/nzujtbys57iwijoqwio4jhqmmka7etn5/', '0', 'Girls', 0, 0, '', 'beauty-clinic-spa-salon'), (11763, 'Puzzle Rotate Animals', 'Welcome to our newest casual puzzle game Puzzle Rotate - Animals. The game has 10 levels with different animals. Each level is locked and it will be unlocked when you solve the previous level. Build the correct image by rotating the pieces of the puzzle before time runs out. Tap or click on a piece to rotate. Enjoy and have fun!', 'https://img.gamemonetize.com/ed878g3l8so3pj4ayuvfvnvwt872ft6t/512x384.jpg', 'https://html5.gamemonetize.com/ed878g3l8so3pj4ayuvfvnvwt872ft6t/', '0', 'Puzzles', 0, 0, '', 'puzzle-rotate-animals'), (11764, 'Pop It Fidget 3D Online', 'I have to say, it is very relaxing for people to squeeze out the bubble wraps. Pop It Fidget 3D is a relaxation arcade game with 3D different shapes of bubbles. There are three types of patterns with 3D bubbles. When you squeeze all the bubbles of a pattern, it will turn over 180 degrees for you to play unlimited times. Have a rest without any mind!', 'https://img.gamemonetize.com/zvox41r71f25bbhxcwyvjmg4rv5k6lae/512x384.jpg', 'https://html5.gamemonetize.com/zvox41r71f25bbhxcwyvjmg4rv5k6lae/', '0', 'Arcade', 0, 0, '', 'pop-it-fidget-d-online'), (11765, 'Disk Rush & 3D Game', 'Disk Rush & 3D Game is a fast-paced 3D arcade game, you need to react really fast to get a high score. Throw disks of the tower to the blue or red side based', 'https://img.gamemonetize.com/o6karkmcwitjozsrfy67idv17nv4yvgu/512x384.jpg', 'https://html5.gamemonetize.com/o6karkmcwitjozsrfy67idv17nv4yvgu/', '0', 'Sports', 0, 0, '', 'disk-rush-amp-d-game'), (11766, 'Multi Maze 3D', 'Most people have played maze games when they are young, Multi Maze 3D is actually a puzzle game with 3D arcade game rules. Your mission is to pour over the marked number of balls into the vessel between two boards under the maze. As long as you rotate the maze, the balls will move with gravity. Keep calm and use bigger numbers!', 'https://img.gamemonetize.com/83t3qhf2c9x7t2b534qzbwtgby5gnvmq/512x384.jpg', 'https://html5.gamemonetize.com/83t3qhf2c9x7t2b534qzbwtgby5gnvmq/', '0', 'Arcade', 0, 0, '', 'multi-maze-d'), (11767, 'Gems Merge', 'Gems Merge is fun addictive casual game. Merge the two same number gems to increment the gems number.', 'https://img.gamemonetize.com/xwe6y55ymftluf001oe3v98r3y4253fl/512x384.jpg', 'https://html5.gamemonetize.com/xwe6y55ymftluf001oe3v98r3y4253fl/', '0', 'Puzzles', 0, 0, '', 'gems-merge'), (11768, 'Baby Taylor Fashion New Look', 'Now is new year, Taylor\'s mother decided to take Taylor to the mall and give themselves a new look. They are going to make new hairstyles and beautiful nails, and then buy new clothes, so Taylor will be very busy today. Now Taylor needs your help, can you help her choose the most beautiful and fashionable match?', 'https://img.gamemonetize.com/a3oiusgd0bthffsqacqz69mqjcq8q7zx/512x384.jpg', 'https://html5.gamemonetize.com/a3oiusgd0bthffsqacqz69mqjcq8q7zx/', '0', 'Girls', 0, 0, '', 'baby-taylor-fashion-new-look'), (11769, 'Thief Quest', 'Thief quest is a popular casual puzzle online game for boys. It has super cool clothes and items. You need smart moves, lightning speed, and a quick escape! Don\'t get caught! Can you avoid the eyes of the security office? Why don\'t you try it?', 'https://img.gamemonetize.com/aln73u9i48khnpchtftdbbep4mkckkai/512x384.jpg', 'https://html5.gamemonetize.com/aln73u9i48khnpchtftdbbep4mkckkai/', '0', 'Boys', 0, 0, '', 'thief-quest'), (11770, 'Slice Them All', 'Slice Them All is a great first-person shooter action game in which you need to destroy all the crazy robots that are wreaking havoc and destruction around the globe! Your character will be armed with a powerful laser pistol that can cut through both concrete blocks and durable armor of deadly robots. They will try their best to stop you by sending out entire squads of combat drones, mechanical spiders and many other advanced military developments designed to exterminate all life on the planet!', 'https://img.gamemonetize.com/0ep9ql0p9z2zmcgz8wkq0quh3puv2p06/512x384.jpg', 'https://html5.gamemonetize.com/0ep9ql0p9z2zmcgz8wkq0quh3puv2p06/', '0', 'Clicker', 0, 0, '', 'slice-them-all'), (11771, 'Daddy Rabit', '"Daddy Rabbit: Zombie Farm" in which you have to go to an old country farm to help daddy rabbit save all his rabbits from creepy zombies living underground! Gather ripe carrots from the old farmer\'s garden and start your exciting journey through dark narrow holes, where mortal danger can lie in wait for you at every step. There are many exciting levels ahead of you, the difficulty of which will gradually increase.', 'https://img.gamemonetize.com/2z6xrra5xofy97nicx8iw4kryf6szlwx/512x384.jpg', 'https://html5.gamemonetize.com/2z6xrra5xofy97nicx8iw4kryf6szlwx/', '0', 'Clicker', 0, 0, '', 'daddy-rabit'), (11772, 'Home Design Miss Robins Home Makeover Game', 'Design beautiful homes in bright and sunny places and solve hundreds of fun match 3 puzzles in a light and fun match 3 home makeover game. Meet Miss Robins, a young bright designer, and help design the decor and furniture to renovate beautiful houses.', 'https://img.gamemonetize.com/5gmi3xe0516qqt5jmqpdg2re7t4isbzj/512x384.jpg', 'https://html5.gamemonetize.com/5gmi3xe0516qqt5jmqpdg2re7t4isbzj/', '0', 'Girls', 0, 0, '', 'home-design--miss-robins-home-makeover-game'), (11773, 'Fat Fit 3D', 'Fun water breakthrough game! It is well known that a healthy body is very important to each of us. Diet and exercise are important factors that determine whether our body is healthy. Come join us and take part in a fun water challenge in Fat 2 Fit 3D! You only need to overcome simple obstacles to reach the end and get rewards. But there are too many temptations on the track, a little bit more may prevent you from reaching the end. Go ahead carefully!', 'https://img.gamemonetize.com/t6wtsitthw87myhj7lk90ldwh1f5hkh3/512x384.jpg', 'https://html5.gamemonetize.com/t6wtsitthw87myhj7lk90ldwh1f5hkh3/', '0', 'Sports', 0, 0, '', 'fat-fit-d'), (11774, 'Winx Bloom Fashion Star', 'Winx Bloom is a fairy that fascinates everyone with her radiant beauty. All girls love her very much. Do you want to dress her up in brand new clothes, jewelry and shoes under bright lights? Let\'s play now.', 'https://img.gamemonetize.com/g6o0h205y1zozxt0z3lqx9wmk0xv4g26/512x384.jpg', 'https://html5.gamemonetize.com/g6o0h205y1zozxt0z3lqx9wmk0xv4g26/', '0', 'Girls', 0, 0, '', 'winx-bloom-fashion-star'), (11775, 'Ben 10 Subway Ultimate Alien', 'Ben 10 Subway Ultimate Alien Game, you can always enjoy with your heros we put like slime hero and genie who help ten aliens to run away from the enemies and beat them one by one, ben have 10 skills you can see them so easly when you play the game, the teen start by Run and jump the slide, while you are runnig you can take the and go away , you can drift the trains and take the magic chose to fly with your Ben super tens hero games for free, this Ben 10 Subway Ultimate Alien game is so easy than others, and we put your alien hero to let you enjoy it. Ben 10 Subway Ultimate Alien Game, ben has beat when he challange he in the top speed run more than 10 times, you can try all the character and you will see there is some differents skills there, and you can whenever you want to upgrade skills ten.', 'https://img.gamemonetize.com/ygq6y3i4gvs5mi0i6h8z1rtk2iqr3xr3/512x384.jpg', 'https://html5.gamemonetize.com/ygq6y3i4gvs5mi0i6h8z1rtk2iqr3xr3/', '0', 'Adventure', 0, 0, '', 'ben--subway-ultimate-alien'), (11776, 'Dizzy Kawaii', 'Dizzy Kawaii a fun and interesting matching game. Tap To Match The Crazy Kawaii As Many As You Can! This Game new mix of speed, memory, and skills! You want to know how your memory skill! so use the memory test in this game!', 'https://img.gamemonetize.com/0qvveuwfxy936jx1tjcpzis82bcxe4uo/512x384.jpg', 'https://html5.gamemonetize.com/0qvveuwfxy936jx1tjcpzis82bcxe4uo/', '0', 'Puzzles', 0, 0, '', 'dizzy-kawaii'), (11777, 'Baseball Bat', 'Grab your blocky bat and step up to the plate, we’re gonna play some baseball. Hit curveballs and fastballs, but dodge the paint bombs, in a fast, fun batting game. PLAY BALL!', 'https://img.gamemonetize.com/wt95mlbpvqagqfg2ykgsoy0ghd5qurx2/512x384.jpg', 'https://html5.gamemonetize.com/wt95mlbpvqagqfg2ykgsoy0ghd5qurx2/', '0', 'Sports', 0, 0, '', 'baseball-bat'), (11778, 'Ninja Attack Action Survival Game ', 'This free action survival game is perfect for those who are looking for a fun and exciting escape from the reality of life. Not only does it provide a way to explore the world of ninja, but it also provides players with everything they need to know in order to survive. With quick controls and an easy-to-use code feature, this game is sure to please gamers of all ages. The action-packed, highly anticipated Ninja Attract is back and better than ever! This new game from one of our own has you working to get as close to your target person as possible before the date limit expires. With this much work left over, its time for a victory dance to - up your energy levels even more with this fun and funny story about how you cross over happened. If you manage to get what you want while staying alive, its over; if not, theres still another easy part down the road.', 'https://img.gamemonetize.com/yoqg39pxwza20ppx8om3j69qz6bvkqwx/512x384.jpg', 'https://html5.gamemonetize.com/yoqg39pxwza20ppx8om3j69qz6bvkqwx/', '0', 'Arcade', 0, 0, '', 'ninja-attack-action-survival-game-'), (11779, 'Formula Racing Crazy Car Game', 'Formula Racing Crazy Car is a wonderful racing game. This free online game will give you an amazing and fun experience! In this car, your goal is to drive the fastest speed possible on each level without crashing into any objects or other cars (which are all controlled by computer). The higher the score you get at end of each round, the more points that can be earned in following rounds. Complete all levels with three stars to show off your skills! With stunning 3D graphics and lively music, Formula Racing Crazy Car Online Free Game provides players ultimate driving excitement. Formula Racing Crazy Car Online free Game is one of the best racing games. In this game, you will drive a formula race car and challenge your opponents on different tracks. The graphics are realistic so it feels like real driving experience! You can customize your own cars from wheel size to engine performance based on what you think suits your playing style. Formula Racing Crazy Car Online free Game is a new racing game that has caught the attention of many players. This game brings you into the world of Formula One and lets you explore both real and fictional cars. You can either test your driving skills in time trial mode or compete with other drivers online to see who will be crowned as king!', 'https://img.gamemonetize.com/wiregyu94ng0c0d1hcuowlm3kg3u6tx5/512x384.jpg', 'https://html5.gamemonetize.com/wiregyu94ng0c0d1hcuowlm3kg3u6tx5/', '0', 'Racing', 0, 0, '', 'formula-racing-crazy-car-game'), (11780, 'Samurai Ranger Run', 'Power Rangers Blue Samurai have to pass challenging obstacles. You can skip the obstacles in front of you by jumping. If you double tap, you will jump higher. Let\'s play.', 'https://img.gamemonetize.com/65zmvk1n8m8zxv9nda1ydhjqqfziw7oq/512x384.jpg', 'https://html5.gamemonetize.com/65zmvk1n8m8zxv9nda1ydhjqqfziw7oq/', '0', 'Clicker', 0, 0, '', 'samurai-ranger-run'), (11781, 'Rick And Morty Hidden', 'Rick And Morty Hidden is a free online skill and hidden object game. Find out the hidden objects in the specified images. Each level has 10 hidden objects. There are 6 levels in total. The time is limited so be fast and find all hidden objects before time runs out. Clicking in the wrong place several times reduces the time by an additional 5 seconds. So, if you are ready start the game and have fun!', 'https://img.gamemonetize.com/js0mbi5a12u4088uuobiw3hetwls5dxf/512x384.jpg', 'https://html5.gamemonetize.com/js0mbi5a12u4088uuobiw3hetwls5dxf/', '0', 'Puzzles', 0, 0, '', 'rick-and-morty-hidden'), (11782, 'Finn & Bones', 'It\'s time for adventure, but Fin will have to deal with the difficulties on his own, because Jake was kidnapped by a lich - an evil king. He locked his friend in the dark labyrinths of the dungeon, teeming with bone monsters of various kinds. The hero is not afraid of monsters, he is ready to go through 22 rooms with weapons at the ready. Can you show miracles of valor and keep him company?', 'https://img.gamemonetize.com/8g2oaosku208jznr9bsbjc1u339he8z4/512x384.jpg', 'https://html5.gamemonetize.com/8g2oaosku208jznr9bsbjc1u339he8z4/', '0', 'Adventure', 0, 0, '', 'finn-amp-bones'), (11783, 'Survival Challenge', 'Nuevo juego Online Survival Challenge disponible para dispositivos móviles y plataformas de escritorio, este juego es muy entretenido y muy adictivo, desbloque diferentes niveles sin necesidad de visualizar anuncios publicitarios.', 'https://img.gamemonetize.com/lmn7o9p20t9df12sseymuxy1gis0u6m3/512x384.jpg', 'https://html5.gamemonetize.com/lmn7o9p20t9df12sseymuxy1gis0u6m3/', '0', 'Shooting', 0, 0, '', 'survival-challenge'), (11784, 'Five Nights at Freddys Game', 'Five Nights at Freddy’s is an extremely popular horror video game. There’s something strange happening at the famous pizza place. Animatronic animals which entertain children during the day go into a completely different state at night. Their programming makes them watch out for intruders, and they become angry if they see someone, who is not supposed to be at the restaurant after hours. You\'re responsible for security who has just started working at the pizzeria Freddy which is visited by little bears even at night. Your task is to survive without getting attacked. Look at what the cameras installed in the restaurant show you. In case of danger, close all the doors. Do not do that too often or you may not have enough electricity. FNAF 1 is an interesting game that you must definitely try.', 'https://img.gamemonetize.com/mng5qrcknqlm6nhwxswfeds3dga88dmp/512x384.jpg', 'https://html5.gamemonetize.com/mng5qrcknqlm6nhwxswfeds3dga88dmp/', '0', 'Boys', 0, 0, '', 'five-nights-at-freddys-game'), (11785, 'Cute Kitty Care Pet Makeover', 'Do you like kittens? Do you want to know how to take care of kittens? Come and try this game. There are some injured kittens that need your care. Please choose the one you like, treat its wound, give it some medicine, and give it a bath. Thanks to your careful care, it looks much better! Feeding allows small pets to fully regain their physical strength. Once the fluffy cat is completely healthy, you can use your creativity to design beautiful costumes for it!', 'https://img.gamemonetize.com/5zdt718dyx8k91icbxt3k4qcwlglmzgv/512x384.jpg', 'https://html5.gamemonetize.com/5zdt718dyx8k91icbxt3k4qcwlglmzgv/', '0', 'Hypercasual', 0, 0, '', 'cute-kitty-care--pet-makeover'), (11786, 'Drawing Games For Girls Color And Glitter', 'This kids drawing worksheet with animated pictures for little princesses has everything that a young artist would enjoy: cute animals, dolls, mermaids, and other fairy tale characters.', 'https://img.gamemonetize.com/0gup8spljcwiyumgtlq8ltjzkwqiffnu/512x384.jpg', 'https://html5.gamemonetize.com/0gup8spljcwiyumgtlq8ltjzkwqiffnu/', '0', 'Hypercasual', 0, 0, '', 'drawing-games-for-girls--color-and-glitter'), (11787, 'Baby Taylor Defeats Nightmare Sweet Dreams', 'Taylor often has nightmares at night recently, which makes her feel scared and can\'t sleep well. Taylor\'s mother is very worried about her, so she gave her a cute little bear doll. Please accompany Taylor into the dreamland with the little bear, and defeat the terrible nightmare! We want to help Taylor restore her sweet dreams. Have fun!', 'https://img.gamemonetize.com/47mx7qzl34u3oop4sormmfo53mn7lwba/512x384.jpg', 'https://html5.gamemonetize.com/47mx7qzl34u3oop4sormmfo53mn7lwba/', '0', 'Hypercasual', 0, 0, '', 'baby-taylor-defeats-nightmare--sweet-dreams'), (11788, 'Excellent Pet Groomer', 'You own a pet store and the most important business is pet grooming. One day a girl come in with her pets. The dog and cat both need cleaning. Help them to take a shower and make them pretty than before.', 'https://img.gamemonetize.com/de9tm9da6jjgjci84hk7ebbu1aqg3usj/512x384.jpg', 'https://html5.gamemonetize.com/de9tm9da6jjgjci84hk7ebbu1aqg3usj/', '0', 'Hypercasual', 0, 0, '', 'excellent-pet-groomer'), (11789, 'Hungry Shark Arenak', 'Hungry Shark Arena is the online multiplayer shark battle royale game that takes you on a vicious underwater war for supremacy. HUNT and GROW your shark to become the biggest predator in the sea. KILL other players and stay on top of the food chain. SURVIVE the dangers of a ruthless underwater arena.', 'https://img.gamemonetize.com/q12mhrcqa7uqcjd27din347h60zmi60w/512x384.jpg', 'https://html5.gamemonetize.com/q12mhrcqa7uqcjd27din347h60zmi60w/', '0', 'Adventure', 0, 0, '', 'hungry-shark-arenak'), (11790, 'Music Cube', 'Feel like a musician performing popular melodies in a very original way. Instead of the usual musical instruments, you will have a cube and a winding track at your disposal. Control the movement of the cube to the rhythms of modern compositions.', 'https://img.gamemonetize.com/k7cnez13nmo9lbq0p5obppssq15bqjjb/512x384.jpg', 'https://html5.gamemonetize.com/k7cnez13nmo9lbq0p5obppssq15bqjjb/', '0', 'Puzzles', 0, 0, '', 'music-cube'), (11791, 'Pet Subway Surfeurs', 'Pet Subway Surfeurs is the best free running game where you can meet you new best friend and go for a run! Choose your pet pal and dash your way through the city and park for fun running adventures!', 'https://img.gamemonetize.com/3ifa7jee96bejafutjg63gcethmbzm33/512x384.jpg', 'https://html5.gamemonetize.com/3ifa7jee96bejafutjg63gcethmbzm33/', '0', 'Hypercasual', 0, 0, '', 'pet-subway-surfeurs'), (11792, 'Hopscoth Survival', 'Try thinking of a lethal bridge game where all the floors are made of molten rock. To leap from one glass to another, one must first choose which glass to jump from. Depending on the use, the glass may be either genuine or tempered. You\'ll have to work this out for yourself and see what your luck is. To stay alive in the game, you must memorize the pane you will be leaping. If you land on a random piece of glass, you can tell if it is actual glass or glass.', 'https://img.gamemonetize.com/47dxljqyv4lvhjmueeay37i4685pr4rl/512x384.jpg', 'https://html5.gamemonetize.com/47dxljqyv4lvhjmueeay37i4685pr4rl/', '0', 'Adventure', 0, 0, '', 'hopscoth-survival'), (11793, 'Chef Righty Mix', 'Chef Right Mix is a great cooking challenge in which you can test your cooking skills. Help our chef prepare the most delicious dishes. For that purpose, you need to get the ingredients for your recipe, mix them well, cook and serve. Click on the food or flavoring that you want to use for your dish and then click on the Add button to put it in the basket. When you have no more space in your basket you can start cooking. Finally, when you finish cooking, then you can serve your wonderful creation. Cross your fingers to make the best meal ever and earn a high score. If you mix up the ingredients, you will get a pile of crap that nobody will like to eat. Have fun and good luck with Chef Right Mix!', 'https://img.gamemonetize.com/wz0213lj9sf763d5t4cbqckbqpf70872/512x384.jpg', 'https://html5.gamemonetize.com/wz0213lj9sf763d5t4cbqckbqpf70872/', '0', 'Cooking', 0, 0, '', 'chef-righty-mix'), (11794, 'Morgan Super 3 Puzzle', 'Play with 6 images in this perfect jigsaw puzzle game: Morgan Super 3 Puzzle. All images is with the themes of the car - Morgan Super 3. Solve all puzzles and keep your brain sharp. You have four modes for each picture, 16 pieces, 36 pieces, 64 pieces and 100 pieces. Enjoy and have fun.', 'https://img.gamemonetize.com/ysyfyjna6i5ja6nkn6meqy9i0thoyke5/512x384.jpg', 'https://html5.gamemonetize.com/ysyfyjna6i5ja6nkn6meqy9i0thoyke5/', '0', 'Puzzles', 0, 0, '', 'morgan-super--puzzle'), (11795, 'Number Up ', 'Number Up is a logical puzzle game. At this game, you need to be good with math and to have good reflexes. There will be squares with numbers in them and you need to move with a ball on the squares. At every square will be a number. The number can be negative or positive, and when you pass with a ball over squares it will count all numbers and negative and positive. You can play this game all-time long while you get a negative score. So, for that, you need to move balls only at positive numbers or in negative that have a small value.', 'https://img.gamemonetize.com/ps9qoeisfg7b178zby1tahgx6bs7keub/512x384.jpg', 'https://html5.gamemonetize.com/ps9qoeisfg7b178zby1tahgx6bs7keub/', '0', 'Puzzles', 0, 0, '', 'number-up-'), (11796, 'Angry Gran Run Halloween', 'In the game "Angry Gran Run - Halloween" our favorite heroine will try to escape from the mental hospital, which is located right in the heart of the Halloween village. During this wonderful holiday there is a lot of interesting and scary things going on. Grandma has to arrange the most grandiose escape, but on her way, as always, different obstacles arise. This time she may encounter dangling bats, monsters and spiders, buses and a lot of pumpkins. The holiday is in full swing, there\'s plenty to be scared of here. Our grandmother as always shows her anger by running through the streets of the town and pushing the punk passers-by with all her might.', 'https://img.gamemonetize.com/gvjoq4koqu1e0tg0iuw8nngietww7869/512x384.jpg', 'https://html5.gamemonetize.com/gvjoq4koqu1e0tg0iuw8nngietww7869/', '0', 'Hypercasual', 0, 0, '', 'angry-gran-run--halloween'), (11797, 'Jumping Japang Online Game', 'This is a freely available game of Jump Endless Runner, which was created by someone who also believes in the infinite possibilities of the human mind. This free and open access to information should give you the opportunity to learn more about this unique and special game.', 'https://img.gamemonetize.com/t88sgz20pdhnfn9zoq67ixan7en1oncx/512x384.jpg', 'https://html5.gamemonetize.com/t88sgz20pdhnfn9zoq67ixan7en1oncx/', '0', 'Arcade', 0, 0, '', 'jumping-japang-online-game'), (11798, 'Samurai Jump Online Game', 'The game is athletic and athletic. The player must use their skills to score points in as quick a time as possible by dodging other players\' damage with their physical activity. The more damage they mitigate, the better their performance will look. Samurai jump offers an unique experience that allows players to feel like they\'re taking on a real samurai Kampot while still being fun and interesting enough for even young people to enjoy.', 'https://img.gamemonetize.com/o1uj76i6f2kmiv97y85iichquj7o4jf4/512x384.jpg', 'https://html5.gamemonetize.com/o1uj76i6f2kmiv97y85iichquj7o4jf4/', '0', 'Arcade', 0, 0, '', 'samurai-jump-online-game'), (11799, 'Truck Parking Simulator', 'Play store is full of parking and car parking games but none quite as realistic as this truck parking game 2022. Uniquely designed realistic design controls along with all its unique angles make it the best of car parking games. Real truck parking simulator 2022.', 'https://img.gamemonetize.com/s6oqufln73iyk5t2l2lp0ca2413kcdy7/512x384.jpg', 'https://html5.gamemonetize.com/s6oqufln73iyk5t2l2lp0ca2413kcdy7/', '0', 'Racing', 0, 0, '', 'truck-parking-simulator'), (11800, 'Oriental Barbie Dressup', 'Barbie Algeria went on a tour to Morocco. She loves oriental clothes and is trying. Barbie should always be beautiful with her jewelry and clothes. Let\'s try it together.', 'https://img.gamemonetize.com/fb7zlav6sa4i5nnse0mvvlcqs0mqgw8l/512x384.jpg', 'https://html5.gamemonetize.com/fb7zlav6sa4i5nnse0mvvlcqs0mqgw8l/', '0', 'Girls', 0, 0, '', 'oriental-barbie-dressup'), (11801, 'Winx Tecna Dressup', 'Winx Tecna will meet with their friends at the cinema. She must be very elegant to go to the cinema. She should look very sweet with her clothes and jewelry. Let\'s dress up her.', 'https://img.gamemonetize.com/2q1na35fllokz57pgv4v23ky9hwh9vki/512x384.jpg', 'https://html5.gamemonetize.com/2q1na35fllokz57pgv4v23ky9hwh9vki/', '0', 'Girls', 0, 0, '', 'winx-tecna-dressup'), (11802, 'Stick War Adventure', 'Start an adventure with the fearless and equipped stickman! Defeat the enemies that come stronger in each level and Upgrade the Stickman by collecting the falling items and golds! At the end of the level, go to the Upgrade section from the game menu and increase the strength of the character and activate special attacks. Get ready for the Bosses that will come in the next chapters. Let the adventure begin!', 'https://img.gamemonetize.com/47exn8zffr5x2qqbq83ywfcbsk60q4sz/512x384.jpg', 'https://html5.gamemonetize.com/47exn8zffr5x2qqbq83ywfcbsk60q4sz/', '0', 'Fighting', 0, 0, '', 'stick-war-adventure'), (11803, 'HERO DOCTOR ', 'HERO DOCTOR is a surgery game where you start as a medical intern in a hospital and then become a surgeon doctor. Diagnose your patients, examine their limbs, identify their ailments and illnesses, operate on them and eventually become the most successful surgeon in the world! Are you ready to cure the world, HERO DOCTOR ?', 'https://img.gamemonetize.com/a4lio4bmjg1jh3khnzkkkjizqbkh56cl/512x384.jpg', 'https://html5.gamemonetize.com/a4lio4bmjg1jh3khnzkkkjizqbkh56cl/', '0', 'Hypercasual', 0, 0, '', 'hero-doctor-'), (11804, 'Black Hole', 'Black Hole is a puzzle, intelligence, fun game that takes place in outer space. For those who want to have a good time, which can be preferred by users of all ages. Purpose: To bring the star that is about to explode to the black hole with the correct orientation. Game 30 levels Information: Advertisers in the game can collect some information.', 'https://img.gamemonetize.com/kfinhzrnxxc05kt1xqxpv78qjm0scz8e/512x384.jpg', 'https://html5.gamemonetize.com/kfinhzrnxxc05kt1xqxpv78qjm0scz8e/', '0', 'Puzzles', 0, 0, '', 'black-hole'), (11805, 'Crazy Jeep Stunts ', '360 Pixel Studio introduce Offroad Jeep Hill Climbing Racing Adventure for vehicle simulation user\'s. Let\'s download now Offroad Jeep Driving : 4x4 Offroad Racing Stunts game and show your jeep hill climb driving skills to perform and achieve challenging tasks during playing Offroad Jeep Hill Climbing 4x4 Racing 3D game. This Super Off Road Jeep Driving Simulator : Hill Jeep Racing game is available for all kind of user\'s including vehicle simulation user\'s. In this Offroad Jeep Hill Climbing 4x4 Racing 3D game has 7 modes and 12 sub modes. Offroad Jeep 4x4 is a super jeep crazy off road stunts designed for challenging user\'s. Let\'s start your jeep and driving on 4x4 crazy offroad tricky stunts and become a #1 offroad jeep driving master. In jeep wala game and vehicle simulation games, lot of 4x4 jeeps and multiple modes for showing crazy offroad racing stunts skills. In Prado wali game, drive jeep and achieve tasks perfectly. This Offroad Jeep Driving Game : Hill Jeep Racing 3D game is free to play for 4x4 jeep driving user\'s. Don\'t waste your time just download now Crazy Off Road Jeep Racing Stunts: Jeep Driving Games. Off-Road 4x4 Mountain Climb : Prado Jeep Racing & Stunts The new era of the offroad jeep hilly driver desert adventure 2020 and get ready for the offroad jeep driving & Racing on the mountains tricky tracks. It’s time to get the Adventure of Uphill Climb 4x4 jeep driving and show that your skills to off road game 4x4 jeep driver. Enjoy the endless prado car meg ramp jeep adventure game on the impossible Suv and offroad tracks and beat all the Extreme hard challenges Level of the real jeep Hill climb Adventure free games. The drive offroad Jeep is the new and amazing concept of the off-road jeep driving game. This crazy new offroad driving Adventure will give you the real joy of 4x4 Crazy Stunts Offroad Jeep Driving. Crazy Off Road Jeep Racing Stunts: Jeep Driving Games Race on 4x4 uphill mountain jeep driving with vertical ramp hill roads, jump over crazy car ramps and pass through offroad prado driving games 2018. The environment of this auto car racing Prado games is based on different environment like Dirty, snowy, cloudy, sunny and raining with plain ramp stunts in 4x4 Prado driving fun. You can select one of our best Prado car games 2018 and enjoy your free time to drive crazy Prado racing. In offroad 4x4 Prado driving simulator and offroad mud driving many tracks and have many tunnels, jumps and dangerous bridges that is biggest challenge to cross with in limited time to complete this 4x4 Crazy Stunts Offroad Jeep Driving Game 2020. Offroad Jeep Driving Game : Hill Jeep Racing 3D To become the spooky stunt jeep driver of offroad 4x4 crazy prado car simulator game. You have to drive on tricky tracks while going through checkpoints and collecting coins among 4x4 Prado mountain Drive : Prado parking 3d games. You can choose your offroad 4x4 Suv Extreme modern prado for new offroad games Collection. If you like the offroad jeep driving games or Offraod Racing Hill Jeep Driving Master game then you will love to play this spooky stunt 4x4 jeep driving simulator. Off Road Jeep Driving Games 4x4 Racing 3D: In prado wali game if Off road driver do not carefully to drive this Crazy Off Road Jeep you failed it. This Off road desert Prado jeep racing driving is best vehicle simulation game and offroad jeep driving game. In crazy mountain Off road jeep driving game are best free 4x4 jeep driving game to drive luxury Prado Jeep driving master. Features of 4x4 Crazy Stunts Offroad Jeep Driving Game 2020:', 'https://img.gamemonetize.com/3gfcbrd2qnl97eqqvwp54ssrnrenx1a1/512x384.jpg', 'https://html5.gamemonetize.com/3gfcbrd2qnl97eqqvwp54ssrnrenx1a1/', '0', 'Hypercasual', 0, 0, '', 'crazy-jeep-stunts-'), (11806, 'Helicopter Games', 'Looking for a helicopter rescue game with Helicopter Simulator for a Rescue Mission? Here is a rescue helicopter mission game Helicopter Games Rescue Helicopter Simulator Game with a Rescue Helicopter flying and rescuing the trapped civilians from snow storm, forest and sea. Helicopter Games Rescue Helicopter Simulator Game is the best Helicopter game for Rescue Mission. Background story of this Helicopter Games Rescue Helicopter Simulator Game: Flight Simulator Helicopter Games Rescue Helicopter Simulator Game starts with a need to rescue people from snow storm, forest and sea. And for the rescue of the trapped civilians in this rescue helicopter game we have our soldier back and ready to rescue the trapped civilians from the storm, forest and sea. Though helicopter flying game is not the specialty of our brave soldier but he would love the challenge of this rescue helicopter game. The helicopter flying game was never so much thrilling until this helicopter game arrived. Our soldier may also start loving the helicopter rescue game after playing this flying helicopter simulator game. What is this helicopter flying game of Emergency Team Rescue Mission all about? Flying games are interesting but helicopter flying game of Rescue Mission is in the league of the best flying games of Rescue Force. Heard of flying simulator helicopter rescue games before? Just know that this flying simulator game is all about a brave soldier in Rescue Force to visit different checkpoints to deliver supply, airlift the trapped civilians or safely land the rescue helicopter on the defined helipads. If yes then you will surely know that the flying simulator helicopter rescue games are all about rescue simulator visiting different checkpoints to deliver supply, airlift the trapped civilians or safely land the flying helicopter on the defined helipads. How to play this flying simulator game: 1. Once you launch this simulation game of rescue simulator, you need to select the level that you want to play in this flight simulator game. 2. When you start playing this rescue simulator, you\'ll need to fly your helicopter with the controls. Use the joystick in the right bottom of the screen to make the helicopter go up or down. 3. To go forward or back in the air or right-left in this rescue simulator, just move the joystick in the left bottom of the screen in the required direction. 4. While you are playing this flight simulator, you need to avoid any collisions. 5. If you airlift the trapped civilians or drop the supplies successfully at the right place and within the given time, you will complete the level of Flight Simulator and go to the next one. Why choose this Flying Helicopter Rescue game over other flying games? This flight simulator is better over the other simulator flying games due to following salient features: 1. This flying simulation game is free! 2. This flying game is different from flying games. It is part of flying helicopter games that are being released by Kool Games. 2. Graphics are smooth and high quality in fly game to give you the best fly game while playing flying helicopter games! You will surely enjoy this fly game! 3. This flying simulation has a very entertaining music for your pleasure. 4. The sound effects in this flying simulation are very realistic and they keep you fully involved. 5. Its great fun to play these helicopter simulation games as the aim of simulation games is to get better and better until you have completed all helicopter simulation missions. Who should play this simulator helicopter game? Anybody who loves helicopter games and simulation games should play this great game. When to play the real simulator Helicopter games? Helicopter games and simulation games can be played at any time. Whenever you have free time just pull out your helicopter and enjoy playing this flying simulator. Don\'t forget to rate our rescue simulator as we always try to bring you the best. Enjoy & Thank you!', 'https://img.gamemonetize.com/xihsp76yd3p3e01srlqquaimq077cheh/512x384.jpg', 'https://html5.gamemonetize.com/xihsp76yd3p3e01srlqquaimq077cheh/', '0', 'Hypercasual', 0, 0, '', 'helicopter-games'), (11807, 'Meow Zazi', 'Adorable cats are waiting for you! now with the cats Shall we go on an adventure on the road of adventure?', 'https://img.gamemonetize.com/4quh3ff04rgjf80t01l1xc0vx333yo1f/512x384.jpg', 'https://html5.gamemonetize.com/4quh3ff04rgjf80t01l1xc0vx333yo1f/', '0', 'Hypercasual', 0, 0, '', 'meow-zazi'), (11808, 'Battle Cars Monster Hunter', 'Battle Cars is a fun monster truck online confrontation game. You will have the opportunity to drive a crazy kart with various armor functions against other monster trucks on the field map, launch armor-piercing bullets and To avoid the attacks of other players, you first need to collect various props on the track, and then use these props to ensure your survival during the confrontation. Are you ready to accept the challenge?', 'https://img.gamemonetize.com/k7c9tnbbfosyh9fmp6ebwt3rv8zdlrg4/512x384.jpg', 'https://html5.gamemonetize.com/k7c9tnbbfosyh9fmp6ebwt3rv8zdlrg4/', '0', '3D', 0, 0, '', 'battle-cars-monster-hunter'), (11809, 'New Vs Old Cars Memory', 'New Vs Old Cars Memory is a free online game from genre of memory. Flip the tiles and try to match them up in pairs. Pair up all the tiles to win. Try to complete the game in as few moves as possible! There are 4 levels. Use mouse to click or tap to screen on the squares. Concentrate yourself and start to play. Enjoy!', 'https://img.gamemonetize.com/if8ghahom31z30yh5p0szl6nzbkt51lg/512x384.jpg', 'https://html5.gamemonetize.com/if8ghahom31z30yh5p0szl6nzbkt51lg/', '0', 'Puzzles', 0, 0, '', 'new-vs-old-cars-memory'), (11810, 'Two Wheel Driver', 'he best hot the wheels scale up & down game to race and jump like a happy car driver. Do you want to be the best drift car driver? Put your hots wheels scale 3d on every corner and do the longest drift on the circuit. Make the burn asphalt. Wheels Racing 3D - Scale Up & Down: Happy One Run Run with your car with that crazy wheels scale 3d up & scale down game. FEATURES Wheels Run Scale your wheels UP or DOWN! Racing,run with other wheels Smash satisfying objects Speed, prepare the wheels and scale and win your way to 1st! Run Tyre Up Scaled Wheels. One of the hot racing games. Speed cheat power wheelchair Wheel crazy with hot cars, the game it\'s so easy and amazing. Enjoy whit that wheels game, and awesome scaling race! Are you ready for scale the weels your car or motorbike? Or do you prefer crazy bikes? Jumps, turns and speed circuits. Race on each circuit with a different racing moto. What is your favorite racings car? Select your racing bike or your racing car and compete on all the wheels circuits. Different racing modes with your wheels race down & hot scale up; obstacles for mountain bikes, asphalt circuits for racing moto and more world championships in your favorite car simulator. Offroad cars to overcome the most realistic circuits without asphalt. Your car simulator to compete at the highest level wheel scale car game. Complete circuits with racing moto. Have fun playing with friends on mountain bikes in drift races. Select your mountain bike or offroad car, overcome obstacle circuits and compete in the best sports wheel scale car simulator. Choose between all our sports car, offroad cars, mountain bikes or motorcycles. Then select the wheels scale 3d with which you are going to race on the circuit, your hot and wheels! Finally, select the color for your sport car or motorcycles, are you ready to compete at the highest level in GT races? One of the Offroad Racing car games scales features - Unique and exclusive speed circuits - Obstacle circuits with traps and jumps - A perfect car simulator with roads and vehicles - Wheel race selector to adapt to the circuit - Color selector for your car, motorcycle or downhill bike Race at maximum speed with your downhill bike, do impossible jumps with an offroad car or spin in the air with your motorcycle. The most fun speed game to play with friends. The best game for two or more wheel scale race car games. Leave your mark on the asphalt with your games. Invite your friends, who will go further? Who will win the most races? Who will have the best car? Who will beat the circuit record? Answer these questions by playing your favorite car simulator and motocross simulator with friends. Become the best racing car driver or the best drift car driver while asphalt burns. But if you want to be the one with the crazy bikes or racing moto, this is your game with speed circuits. The best motocross simulator with crazy circuits. Speed ​​simulator graphics and effects - 3D circuits with directional changes - Surprise obstacles, water puddles, ball pit and more - Acceleration and braking effects - Gravity effect when you jump with the motorcycle or the car Still thinking of playing the best asphalt game? With your favorite car or downhill bike, complete all the levels and play this fun speed simulator with friends. Who said it wasn\'t fun to jump with your car or fly with your downhill bike? Gain momentum at the start to reach maximum speed, overcome obstacles and finish in record time. Complete new levels and unlock the following to be the best pilot of all time.', 'https://img.gamemonetize.com/a6ooggi0b7xzn9n74smn7f21n9yjmp0w/512x384.jpg', 'https://html5.gamemonetize.com/a6ooggi0b7xzn9n74smn7f21n9yjmp0w/', '0', 'Hypercasual', 0, 0, '', 'two-wheel-driver'), (11811, 'Angle Fight 3d', 'Angle Fight 3D is a very fun action fighting game. In the game, the player will control a matchmaker to fight and break through. The player needs to select weapons for the matchmaker, adjust the action of your matchmaker when he fights according to the enemy\'s offensive action, and successfully destroy the enemy by relying on the advantages of weapons and actions. Try the new matchmaker adventure challenge.', 'https://img.gamemonetize.com/8kalajtt6t3yvhbrk8znt7x56xe2u9d5/512x384.jpg', 'https://html5.gamemonetize.com/8kalajtt6t3yvhbrk8znt7x56xe2u9d5/', '0', '3D', 0, 0, '', 'angle-fight-d'), (11812, 'Candy Makeup And Fashion Girl', 'It\'s time for CANDY MAKEUP in Candy Makeup Fashion Girl! Give your clients the most adorable makeovers you\'ve ever seen! Make cotton candy hairstyles, cherry-glazed lips, and candy cane caps for your models! Cleanse and pamper your customers\' faces and bodies! With your incredible candy tools, you can make your lovely clientele all across the world even more beautiful! Make them look gorgeous with delectable facials and adorable hairstyles! Make the loveliest looks with professional makeup tools!', 'https://img.gamemonetize.com/89tpn8odqgvuqemp5zhpwzuf2vapjqcn/512x384.jpg', 'https://html5.gamemonetize.com/89tpn8odqgvuqemp5zhpwzuf2vapjqcn/', '0', 'Girls', 0, 0, '', 'candy-makeup-and-fashion-girl'), (11813, 'Dog Run 3D', 'Ultimate dog racing tournament is being started in mighty stadium with huge crowd in Dog Race Sim 2022: Dog Racing Games. Enjoy this dog racing simulator game and become a crazy dog racer. Dog racing is an interesting dog race championship with many racing dog breeds and this is more fun than a dog chase race. Have you played dog chase racing games before this dog racing simulator and dog race games? This dog racing simulator is ever best for dog racing games 2022 and dog racing sim. Animal racing with greyhound race with chase racing has more challenge and dog racing adventure. Animal racing relish your self with dog chase race . Dog racing simulator is action packed addition in dog racing games. This game features coolest farm dogs to participate in world dog racing tournament. Race dog simulator emulates realistic dog racing experience on tracks. Enjoy the dog crazy race sound and animation of various dogs. In this dog racing games and for the dog simulator of 2022, having the thrill and adventure of crazy racing game. Select your favorite dog and beat the other racing dogs in free dog racing game. More people are coming with their pet dog to participate in world level dog racing championship and this dog race will give you many prizes after winning the animal race. Crazy animal racing is about dog jumping race and lapping game where you will have to tap to make it run faster and at the end of every race you will win points which will help you to get high scores and playing with more wild dog racing simulation. We will add lion racing and animal racing soon because lion racing is another thrill for lion racing game 3d players. In this animal racing simulator game have many thrilling dogs racing level in which you can play challenge race match with your opponent dog or fastest pet dog greyhound racing. Don’t waste your race time on animal racing games 3d. Hurry up and install this dog racing game. Watch and just play this extreme wild dog racing 3D game. Play this animal stunt racing and run fast and win the dog racing tournament in 3D racing track stadium. choose the wild dog and racing dog that would run fast, jump over obstacles in racing simulator. Release the pet dog for racing and race against other dogs and chase them as fast as you can which is not an easy tasks. So, your aim is race hard and not to get knocked out and win the animal racing and beat the lion, tiger and other wild animals with your racing dog. You will win the puppy racing for dogs racing games because your Pet Dog puppy is all capable to take out the running dogs in this race. Dog Race Sim 2022: Dog Racing Games Features: • Numbers of exciting Racing & stunts missions. • Hurdles, obstacles & chase racing rounds to be a crazy dog. • Spectacular and challenging 3D racer environment. • Easy and smooth tap control. • Thrilling animal racing with full stunts • Animal racing rounds for dog racing sim 2022.', 'https://img.gamemonetize.com/omuqh5brcoj6q6tynwluqysjzq082vb3/512x384.jpg', 'https://html5.gamemonetize.com/omuqh5brcoj6q6tynwluqysjzq082vb3/', '0', 'Hypercasual', 0, 0, '', 'dog-run-d'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (11814, 'Dr. Tractor Farming', 'Dr. Tractor Farming : new tractor games Are you interested in new tractor farming games 2022, then play tractor offline game in which former behave as farm driver by driving farm tractors. Dr. Tractor Farming games is not only farmer work game but also modern farmer game. Tractor farming is farmers games competing other trending farmer games. So game scapes welcome to field game, modern farm tractor game simulator: new farming games. Do you love to play modern farm tractor driving game? Have you ever drive farming tractor drive 3d game to transport agriculture machines for farming simulation? This field game, real tractor driver game or heavy farming tractor game is within the town to perform the agriculture task. People live in country side are mostly farmers in their farming profession. Modern farm simulator game is for the agriculture lovers. Modern farmer simulator of India and British country are valuable & their farmers are passionate about their task in all over the world. Transport farm animals with farming tractor transporter games from town down to farm driver that is in city in this real tractor farmer simulator 3d. Their farm forage for the crop of wheat in this modern farming tractor simulator: real farming games. The modern tractor game or new real farming tractor driving game in mud due to watering into field in this tractor farming game. Tractor farming simulation game is the best among all other farmer simulator. Grow new crops such as wheat, sugar cane, and cotton, sell them into the city to generate revenue in this heavy duty modern farming tractor simulator. This ultimate tractor farming simulation 3D farming game is unique idea of super tractor games like real super tractor farmer games, super farming tractor simulator, realistic tractor transport farming simulation game. In these tractor games: real farm tractors simulator games, it’s the season of the wheat and you have to harvest with heavy farming machines or harvester simulator 2022 to cut down the crops. Use different farming simulation game tools for agriculture in this tractor 4x4 game or tractor trailer simulator. In this farming simulation: real tractor farming games or farming duty game free, first of all you have to cut down wheat crop. Now start your farm tractor driving and attach plough with it in this tractor games. Take tow tractor mania to field and start ploughing into it in this us tractor farming game. In this new off-road tractor farming: tractor driver game, your next step is to watering the fields. In these farming simulation game, harvest tractor driving games, start spray in farm to secure rice farm. Again drive farming tractor simulator or tractor trolley game and transport the farm animals into the city for sale. Start the new farming tractor driving game and be careful while striking with hurdles present in the fields. super tractor farmer simulator games can change you into a best tractor driver games. Super tractor driver simulator 2022 tractor harvesting games offline, every type agriculture machinery is available in this tractor climbing game. Spray pesticides, to save your crops in tractor farming games and tractor offline game. Real farm tractor simulator offers you a chance to progress your agriculture career. Transport driving real farming tractor or city farm tractor simulator 3d: real farmer games! For cargo transportation is easy as compare to operating, tractor ploughing, harvester, backhoe, tractor mowing games and lumberjack trucks. Play farming tractor simulator and attach trailer with us farming tractor driving to village tractor trolley game, load your aggregate machine for delivery of items while balance the fast tractor on uphill tractor climb or steep paths. Climb with heavy duty tractor farm tractor driving the high mountain while racing along narrow rocky ridge. While playing real 3d farmer simulator game, us modern former game is free tractor offline game.', 'https://img.gamemonetize.com/jfig9z1czqvr1s7jivivs3odgtdmg6zg/512x384.jpg', 'https://html5.gamemonetize.com/jfig9z1czqvr1s7jivivs3odgtdmg6zg/', '0', 'Hypercasual', 0, 0, '', 'dr-tractor-farming'), (11815, 'Fall Race 3D Online', 'Fall Race 3D is an exciting arcade running game. You will race with other stickmen. Don\'t fall off the platforms. You must win the first title. For arriving at the other platforms, you must speed up or use Paraglider. Keep running until the end.', 'https://img.gamemonetize.com/en9vcizimxy3sxe7o5ir0wdlmz4wszvj/512x384.jpg', 'https://html5.gamemonetize.com/en9vcizimxy3sxe7o5ir0wdlmz4wszvj/', '0', '3D', 0, 0, '', 'fall-race-d-online'), (11816, 'Shortcut run game 3d', 'Shortcut Run is a parkour game as well as a new arcade game. In the game, you need to collect wooden blocks on the platform. These wooden blocks allow you to build a road faster than others on the water. The more blocks, the more coins you will get. These coins can be used to exchange for different cartoon character skins. At the same time, running on the water can increase your speed. Are you ready? You will race with others. If you want to win the game, running on the water will speed you up, but it also will cost the bricks. So you need to collect them.', 'https://img.gamemonetize.com/9ck77o02vvxn9lru7ii665vjg8aaikpy/512x384.jpg', 'https://html5.gamemonetize.com/9ck77o02vvxn9lru7ii665vjg8aaikpy/', '0', '3D', 0, 0, '', 'shortcut-run-game-d'), (11817, 'Chicas Barbie', 'A world just for barbie girls lots of emoticons and gifs entertaining social box chat with your friends and share your ideas in barbie girls.', 'https://img.gamemonetize.com/k8cvvvu4ezkf0i9t64br5qohu9xrlpce/512x384.jpg', 'https://html5.gamemonetize.com/k8cvvvu4ezkf0i9t64br5qohu9xrlpce/', '0', 'Girls', 0, 0, '', 'chicas-barbie'), (11818, 'Save The Little Bear', 'The poor little bear is trapped, and he needs your help! Are you willing to help the little bear out of danger? The operation of the game is very simple, you only need to slide to cut the rope, and the bear will run to the exit by himself. But there are many dangerous traps in the room, and the little bear is so scared that he ignores the danger. Help Little Bear plan his escape route!', 'https://img.gamemonetize.com/92qc34rmip3lop2jo3080qyzkvnc4jvf/512x384.jpg', 'https://html5.gamemonetize.com/92qc34rmip3lop2jo3080qyzkvnc4jvf/', '0', 'Puzzles', 0, 0, '', 'save-the-little-bear'), (11819, 'Pirates Slay', 'The battle with the pirates on the verge of the game, the player\'s task is to take away the gold under the defense of the pirates, of course, there are a lot of risks on the way, so be careful when taking the gold, with the gold you can upgrade it, so that even if you encounter pirates will not let yourself die soon. And the back of the level of the pirate defense is a level more than a strict, do you have confidence? Let\'s take the challenge together!', 'https://img.gamemonetize.com/on7g2t0ocv8s1aybb1tvrlpjug1qcgws/512x384.jpg', 'https://html5.gamemonetize.com/on7g2t0ocv8s1aybb1tvrlpjug1qcgws/', '0', 'Adventure', 0, 0, '', 'pirates-slay'), (11820, 'Tomb Runner Online', 'Navigate dangerous terrain as you carry stolen gems from the zombie temple. Reach the evac zone and make a final dash as you take control over the attack helicopter and destroy all chasing zombies in a final exciting dash to freedom and fortune!', 'https://img.gamemonetize.com/jzpr5mnlbnz3x8osmko1nnf2yrjifapz/512x384.jpg', 'https://html5.gamemonetize.com/jzpr5mnlbnz3x8osmko1nnf2yrjifapz/', '0', 'Hypercasual', 0, 0, '', 'tomb-runner-online'), (11821, 'Dino Rex Run', 'Get ready to dive into a Jurassic dinosaur world full of danger and fun! Take control over a dinosaur, run through dozens of obstacles, clash with others in one of the most hilarious dino games! If you like fun race games and dinosaurs, Dino Run 3D is for you! Your goal is to finish the epic run first, avoiding menacing barriers and battle dinosaurs on your way to finish. To survive in the dino bash epic race Eat more meat and Make your dino dash.', 'https://img.gamemonetize.com/wksjo583arz3nfjo5om402rv3alesqi6/512x384.jpg', 'https://html5.gamemonetize.com/wksjo583arz3nfjo5om402rv3alesqi6/', '0', 'Racing', 0, 0, '', 'dino-rex-run'), (11822, 'SQUID CHALLENGE 2', 'They are coming back!!! With the second part. Face new challenges on the ship in the pacific ocean. It is harder than it was. Survival Squid 2 games are becoming a reality in the modern world. In case of victory, the best one gets a cash prize and recognition. Many mobile games have been created on the topic of survival, where each player tested fate, endurance, and their own health. There will be only one winner in a Squid Game Challenge', 'https://img.gamemonetize.com/m0tmeyohme08ptp0750eyrlslop9i4e4/512x384.jpg', 'https://html5.gamemonetize.com/m0tmeyohme08ptp0750eyrlslop9i4e4/', '0', 'Action', 0, 0, '', 'squid-challenge-'), (11823, 'Feed Pac', 'Feed Pac is a casual puzzle game online and a free game that you will be addicted to, which is perfect for kids. You just need to click the button to launch the beans, Pac man eats all the beans. Pays attention to the moving obstacles. It\'s time to test your reflexes, and the classic Pacman gameplay gives you an exciting experience.', 'https://img.gamemonetize.com/tkg0mmrglnycaoo4ymyzdgt1aps7wmaz/512x384.jpg', 'https://html5.gamemonetize.com/tkg0mmrglnycaoo4ymyzdgt1aps7wmaz/', '0', 'Boys', 0, 0, '', 'feed-pac'), (11824, 'Thrilling Snow Motor', 'Here is a snow motorbike driving simulation game called Thrilling Snow Motor, which is a 3D game. It is managed for you to drive the motor to the finish line while collecting gold coins. Be aware of overpassing the interspaces in the platforms. If you control the wheel when you leave the ramp, your motor will fall and the game will lose directly. Good luck and unlock more skins!', 'https://img.gamemonetize.com/jsfdj70opk09t301eyj4usp1lda9jtyo/512x384.jpg', 'https://html5.gamemonetize.com/jsfdj70opk09t301eyj4usp1lda9jtyo/', '0', 'Action', 0, 0, '', 'thrilling-snow-motor'), (11825, 'Offroad 4x4 Driving Jeep', 'Come and enjoy driving large euro trucks transporting goods and offroad jeeps Prado with a wonderful driving experience in several driving modes. Enjoy the actual fantastic offroad Prado and jeep driving games at mountain climb hill, transport different things to get cash, and master impossible feats to enjoy the ride of a lifetime. Demonstrate your offroad 4x4 driving talents while having a great time playing offroad jeep driving games. Be a wild truck and driver, racing against the clock and going on a jeep adventure. Offroad land cruiser driving is a true experience that will awaken the true offroading driver inside you while also providing a hard game through mountains, hills, and deserts.', 'https://img.gamemonetize.com/nymjfiot4pbx417j24l8f3ovoj7omja8/512x384.jpg', 'https://html5.gamemonetize.com/nymjfiot4pbx417j24l8f3ovoj7omja8/', '0', 'Racing', 0, 0, '', 'offroad-x-driving-jeep'), (11826, 'Pubg Jigsaw Puzzle', 'Pubg Jigsaw Puzzle is a brain puzzle assembly Game made by kizgame.com. Pubg Jigsaw Puzzle comes with amazing puzzle image pack. Just arrange the pieces of puzzles to get the right image. Looking for puzzle games for adults or kids? You found it! enjoy and relax!', 'https://img.gamemonetize.com/uoy6qiwieouimw0zlqyfi7nsx6lr4625/512x384.jpg', 'https://html5.gamemonetize.com/uoy6qiwieouimw0zlqyfi7nsx6lr4625/', '0', 'Puzzles', 0, 0, '', 'pubg-jigsaw-puzzle'), (11827, 'PanCake Running Game', 'You need to make delicious pancakes and give them to customers! You can add delicious fruits, such as strawberries, bananas and blueberries! Try to pile the pancakes as high as possible! Beware of traps on the road!', 'https://img.gamemonetize.com/k8e084nhbes5msslwo6inumujh4l2v3o/512x384.jpg', 'https://html5.gamemonetize.com/k8e084nhbes5msslwo6inumujh4l2v3o/', '0', 'Sports', 0, 0, '', 'pancake-running-game'), (11828, 'Color Match 3D', 'How much do you know knowledge of color matching? Color Match provides you with a chance to learn how to make different colors with primary colors in a 3D puzzle game. Here are many colorful items in real life waiting for you to match the main color with the provided colors. Only when you make more than 50 percent correct color, you could complete the current level!', 'https://img.gamemonetize.com/smhddgfqde126zsdc4csjgt769ax9x9b/512x384.jpg', 'https://html5.gamemonetize.com/smhddgfqde126zsdc4csjgt769ax9x9b/', '0', 'Puzzles', 0, 0, '', 'color-match-d'), (11829, 'Animal Sort', '30 different challenging levels are waiting for you. There are different numbers of animal faces in each level. Match the same animals and complete the levels. Have fun!', 'https://img.gamemonetize.com/751vxrnqjy2i8sw4q4anb414h1edztv6/512x384.jpg', 'https://html5.gamemonetize.com/751vxrnqjy2i8sw4q4anb414h1edztv6/', '0', 'Puzzles', 0, 0, '', 'animal-sort'), (11830, 'Encanto Adventure', 'Encanto Adventure Ninja Game the perfect and amazing free game is finally here, play with mirabel-encanto free ninja game so you can advance and kill the enemies by your skills. you have to save a lot of mirabel friends, so you are welcome to Madrigale House, can you go so higher in the score and show as your skills how much you can beat from mirabel madrigal adventure free game. in this Encanto adventure Free game we made this easy mode play: -You just press play to start playing with Mirabel. -Press button shop to choose any person from Madrigal Encanto free with the perfect Features. -you can upgrade the skills for free just to let you enjoy. -you have many obstacles and challenges waiting you our hero to go on between them with mirabe l\'encanto character.', 'https://img.gamemonetize.com/z53n0t6yvcx0pe1ymwz46h3hgoiujqfb/512x384.jpg', 'https://html5.gamemonetize.com/z53n0t6yvcx0pe1ymwz46h3hgoiujqfb/', '0', 'Adventure', 0, 0, '', 'encanto-adventure'), (11831, 'Classic Neon Snake 2', 'Snake is a video game genre where the player maneuvers a growing line that becomes a primary obstacle to itself. The concept originated in the 1976 two-player arcade game Blockade from Gremlin Industries, and the ease of implementation has led to hundreds of versions for many platforms. A classic snake game in a fully neoned structure - PART 2', 'https://img.gamemonetize.com/is5xo71ke6ciyhgdh5krzqe4azxuc2so/512x384.jpg', 'https://html5.gamemonetize.com/is5xo71ke6ciyhgdh5krzqe4azxuc2so/', '0', 'Hypercasual', 0, 0, '', 'classic-neon-snake-'), (11832, 'Simple Chess', 'Take no prisoners, and at all costs, defend your King\'s honour! This 3D Chess game is the finest way to enjoy the traditional board game of Chess on your Android device! It is a two-player strategy board game performed on a checkered surface with 64 squares organized in an 88 grid on which two players compete for victory. Each player starts with 16 pieces, including a king, queen, rooks, knights, bishops, and eight pawns. The game is played with a king and a queen as the starting pieces. To checkmate an opponent\'s King, one must place it in an unavoidable state of danger, such that it cannot escape capture.', 'https://img.gamemonetize.com/zvhsi46wx5w2bpp0l8h49znp5x19n8cl/512x384.jpg', 'https://html5.gamemonetize.com/zvhsi46wx5w2bpp0l8h49znp5x19n8cl/', '0', 'Puzzles', 0, 0, '', 'simple-chess'), (11833, 'Squidly Trigger Sniper Game', 'Have you ever thought to fight back against the regulators in Squid Game? Squidly Trigger Sniper Game provides you with a chance to revenge with a sniper rifle in this 3D shooting arcade game. You could shoot all regulators down without ammo and time limitations. Keep calm and shoot first!', 'https://img.gamemonetize.com/mia8vx5ey8ydi9th7n9ujqmgeerddlzc/512x384.jpg', 'https://html5.gamemonetize.com/mia8vx5ey8ydi9th7n9ujqmgeerddlzc/', '0', 'Arcade', 0, 0, '', 'squidly-trigger-sniper-game'), (11834, 'Football Killers Game', 'Have you ever dreamed of being a professional footballer? Do you realize, that in reality it\'s a deadly game? The other footballers, referees, goalkeepers are just there to make you suffer! Because they know about your past. And they are scared. Cool different levels are waiting for you to play – you can show the strength of your shot. But not the referee – he is untouchable… Clever guy… Graphics and music will take you to the big football stadium! Take part in this football adventure now!', 'https://img.gamemonetize.com/bqswabzq3p3jo022wuqyqqrs2nafpyx1/512x384.jpg', 'https://html5.gamemonetize.com/bqswabzq3p3jo022wuqyqqrs2nafpyx1/', '0', 'Puzzles', 0, 0, '', 'football-killers-game'), (11835, 'Wordling Daily Challenge', 'How do you guess a five-letter word with five chances? Here is a hard-core five-letter word guessing puzzle game with a 2D keyboard. The color of each letter on both blocks and buttons on the keyboard will show you how close to the correct answer is. If you see a green one, that means the letter appears where it should be. If you see a yellow one, that means the letter is corrected but it is in the wrong location. If you see a grey one, that means the correct word doesn\'t have this letter. Good luck and show your brain!', 'https://img.gamemonetize.com/7sg8idisdzo7x0iowkfmcx9rewi76g2k/512x384.jpg', 'https://html5.gamemonetize.com/7sg8idisdzo7x0iowkfmcx9rewi76g2k/', '0', 'Puzzles', 0, 0, '', 'wordling-daily-challenge'), (11836, 'Pin Pull 3d Game', 'Pin Pull 3D is a classic puzzle game with a 3D art style. The goal of the game is to fill a pool. You need to remove the obstacles that block the flow of liquid to allow the water to flow into the corresponding pool. At some point, you may also need to move obstacles back and forth to separate the liquid.', 'https://img.gamemonetize.com/eohjpgxamn3sisi84f2gxo2m5de4n8s7/512x384.jpg', 'https://html5.gamemonetize.com/eohjpgxamn3sisi84f2gxo2m5de4n8s7/', '0', 'Puzzles', 0, 0, '', 'pin-pull-d-game'), (11837, 'Cat Family Educational Games Game For Kids', 'Cat Family Educational Games is a very interesting casual game. Your task is to play games with the Cat family and experience the fun of life, including puzzle games such as making pizza, finding hidden objects in the dark, and watering crops. It is worth noting that you still need to figure out a way to move the Cat family car out of the parking lot. This requires certain skills and methods. Are you ready? The happy adventures of kittens emphasize the social and emotional development of children with a special focus on friendship, family, and thinking before acting.', 'https://img.gamemonetize.com/w6pu1kixjlqy1zqio7ep3q2x8voi179v/512x384.jpg', 'https://html5.gamemonetize.com/w6pu1kixjlqy1zqio7ep3q2x8voi179v/', '0', 'Girls', 0, 0, '', 'cat-family-educational-games--game-for-kids'), (11838, 'Easter Nails Designer', 'Hi, manicurist, today is Easter, many customers come to your nail salon, can you design fashion Easter nails for them? Now, please receive your first customer, Rapunzel.', 'https://img.gamemonetize.com/f00s0pvy0h5du14qqv4fkyf2k91fh7mh/512x384.jpg', 'https://html5.gamemonetize.com/f00s0pvy0h5du14qqv4fkyf2k91fh7mh/', '0', 'Hypercasual', 0, 0, '', 'easter-nails-designer'), (11839, 'Squid Sugar Cooking Try Not To Break It', 'Squid Sugar Cooking is a very popular cooking game. Have you seen the popular TV series Squid Game? The Squid Sugar Challenge is so intense and interesting. Do you know how to make Squid Sugar? Come and play this game, we will reveal the mystery of this sweet sugar. Just need a few ingredients, you can make the same Squid Sugar as the one in the game. Besides, many beautiful shapes are waiting for you to unlock. But don\'t do it in reality by yourself. It\'s exciting enough to make sugar in this game!', 'https://img.gamemonetize.com/1zwg8uk37wip2vgxx5qmkmeu8d34bw71/512x384.jpg', 'https://html5.gamemonetize.com/1zwg8uk37wip2vgxx5qmkmeu8d34bw71/', '0', 'Girls', 0, 0, '', 'squid-sugar-cooking--try-not-to-break-it'), (11840, 'Christmas Animal Makeover Salon Cute Pets', 'Four very hairy and fluffy pets, reindeer Rudolf, Pomeranian puppy Pepper, baby bear Chloe, and giraffe Rachel - have a new friend. It\'s Santa Claus! Help them get ready for Christmas: style hair, fur, and Santa\'s beard dress up with cute winter clothes. Have fun!', 'https://img.gamemonetize.com/b7ewr1ae1a8xytznaqrnyiywz8alkudf/512x384.jpg', 'https://html5.gamemonetize.com/b7ewr1ae1a8xytznaqrnyiywz8alkudf/', '0', 'Hypercasual', 0, 0, '', 'christmas-animal-makeover-salon--cute-pets'), (11841, 'Blok Hexa Puzzle', 'Easy to play but unlimited fun! Enjoy the worlds most beloved puzzle game for FREE! “Hexa Puzzle Wood Block†is a exciting hexa-style block puzzle game.', 'https://img.gamemonetize.com/3tcrs2ykckyjsbrfo7mym6cernseiwy5/512x384.jpg', 'https://html5.gamemonetize.com/3tcrs2ykckyjsbrfo7mym6cernseiwy5/', '0', 'Puzzles', 0, 0, '', 'blok-hexa-puzzle'), (11842, 'Mazda MX5 Superlight Slide', 'Play this slide puzzle games of the car - Mazda MX-5 Superlight. It\'s include 3 images and 3 modes (3x3 pieces, 4x4 pieces, 5x5 pieces) to play.', 'https://img.gamemonetize.com/m0howl134zvmrf3yxj1vbkq6gmrwfjsk/512x384.jpg', 'https://html5.gamemonetize.com/m0howl134zvmrf3yxj1vbkq6gmrwfjsk/', '0', 'Puzzles', 0, 0, '', 'mazda-mx-superlight-slide'), (11843, 'Girls Spring Fashion Wish List', 'Let\'s help our beautiful girls, Emma, Ava and Clara are going to make their spring fashion wish list for this year. Can you choose the best spring style outfits like floral and the accessories for these wonderful girls and make them happy. Have a great fun dress up game at 7sgames!', 'https://img.gamemonetize.com/zg8bgk59qjqmfpt4920u94xhu8xin14v/512x384.jpg', 'https://html5.gamemonetize.com/zg8bgk59qjqmfpt4920u94xhu8xin14v/', '0', 'Girls', 0, 0, '', 'girls-spring-fashion-wish-list'), (11844, 'Tic Tac Toe Master', 'Tic Tac Toe Master is a skill game where 2 player game in which the objective is to take turns and mark the correct spaces, play against computer or against a friend. Challenge yourself from a traditional 3 X 3 grid, or custom board size from 5×5 to 8×8.', 'https://img.gamemonetize.com/ekkql7jirqxfgrgv0nenb57u5wvxu5ij/512x384.jpg', 'https://html5.gamemonetize.com/ekkql7jirqxfgrgv0nenb57u5wvxu5ij/', '0', 'Puzzles', 0, 0, '', 'tic-tac-toe-master'), (11845, 'White or Black', 'White or Black is a puzzle kids game. When you start to play this game you will see a vertical white beam from the left side and a vertical black beam from the right side. Between them in the middle will fall white and black balls. At the center, there is a target and when the balls get to the target you need to tap on a white or black bar depending on what color is the ball that is at the target at the moment. If there is a white ball click on the white bar and the ball will go to the bar and you will earn points. If you made a mistake and click the wrong beam the game will be over.', 'https://img.gamemonetize.com/6ph67oxwh7ydjv57slr46qgavpmwqdlx/512x384.jpg', 'https://html5.gamemonetize.com/6ph67oxwh7ydjv57slr46qgavpmwqdlx/', '0', 'Puzzles', 0, 0, '', 'white-or-black'), (11846, 'Schoolgirl Fashion', 'High school girl Lily is going to a cafe in a trendy area with her friends. Can you help her choose the most stylish outfits? Create your own high school girl style with clothes, jewelry, bags and hair.', 'https://img.gamemonetize.com/3wi78b3cxijf0qxkqs145u7r0eqr9bzz/512x384.jpg', 'https://html5.gamemonetize.com/3wi78b3cxijf0qxkqs145u7r0eqr9bzz/', '0', 'Girls', 0, 0, '', 'schoolgirl-fashion'), (11847, 'Kim Kardashian ', 'Kimberly Noel Kardashian West (born October 21, 1980) is an American media personality, businesswoman, socialite, and model. Kardashian first gained media attention as a friend and stylist of Paris Hilton, but received wider notice after a 2003 sex tape with her former boyfriend Ray J was leaked in 2007. Later that year, she and her family began to appear in the E! reality television series Keeping Up with the Kardashians. Its success soon led to the creation of spin-offs including Kourtney and Kim Take New York and Kourtney and Khlo? Take Miami.', 'https://img.gamemonetize.com/4auxddg64jc7pkobdklnk77llvw5pmh9/512x384.jpg', 'https://html5.gamemonetize.com/4auxddg64jc7pkobdklnk77llvw5pmh9/', '0', 'Puzzles', 0, 0, '', 'kim-kardashian-'), (11848, 'Electric Highway', 'The whole world is starting to reshape to electricity and so are we! Take control of your electric car and drive and smash your way to the finish line on a powered highway! - Drive your electric car through busy highway - Smash your way through air polluting traffic - Be precise and charge up your car - Earn money by smashing as many diesel cars as you can! - Enjoy over 100+ levels, various skins and world themes. Be the fastest car ever! - Watch out for all the traps and crossroads along the way', 'https://img.gamemonetize.com/d3sb9b5txomkk4bnuvm0fdjdb9fq5wiw/512x384.jpg', 'https://html5.gamemonetize.com/d3sb9b5txomkk4bnuvm0fdjdb9fq5wiw/', '0', 'Racing', 0, 0, '', 'electric-highway'), (11849, 'Crazy Dog Race', 'Welcome to the dog chasing race best among dog games. A new addition to pet racing games. One of the best dog racing games is in your hands so play this pet game at once and enjoy a real pet racing stunt in a real dog sim. This game is designed especially for stunt racing players so that they can enjoy different breeds of dogs in tournaments in real crazy animal racing games. Play the best dog games and have fun. Dog chase racing is featuring pet dogs in the game. It is an amazing pet simulator game! Let your pet run in the most fun game! This dog racing is an innovative husky simulator game. Relish yourself with the puppy chase race or you can say puppy simulator games which are action-packed addition to dog racing games. This game features the coolest farm dogs to participate in world dog racing. Dog simulator emulates realistic dog racing experience on tracks. Enjoy the crazy race sound and animation of various dogs. In this dog racing game, the dog simulator of 2019, feel the thrill and excitement of a dog fighting games. Select your favorite doggy and beat the odds in a free dogs racing game. Experience the doggy simulator as ultimate fun in pup racing games. Live the dream of having a realistic dog simulator and enjoy the real celebration of playing dog racing. Like other racing games, this is the most authentic racing simulation dog game. Now be sure to lead the race and become the winner in the dog racing game. This is not like another crazy pup racer, It\'s pure dog race championship of hitting Cats and dogs out of your way! Your Pet Dog is all capable to take out the running dogs in this race! Don’t think it\'s a dog simulator it is all about your reflexes to chase and take over the dogs and reach the finish line in the dog chase race. Don’t forget to catch the bones and potions as pickable to make your gameplay more interesting! Dog Race Features: •Smooth Tilt and swipe function of control •Numbers of exciting Racing & stunts missions •Hurdle & Stunts Racing mode •Realistic 3D visual and cool sound effects •Amazing Selection of Dogs •Spectacular and Challenging 3D Environment  •Responsive, intuitive, and Realistic Gameplay', 'https://img.gamemonetize.com/wndvfqr01blpo40h6nepoct3oqotz4ge/512x384.jpg', 'https://html5.gamemonetize.com/wndvfqr01blpo40h6nepoct3oqotz4ge/', '0', 'Hypercasual', 0, 0, '', 'crazy-dog-race'), (11850, 'Scooby Doo My Scene', 'Time to create your Scooby Doo cartoon scene. Create new adventures for Scooby do and Shaggy. Drag and drop the animation you want from the menu above to the scene. Enjoy playing and watching.', 'https://img.gamemonetize.com/xqa26uonkwlond13obpr6ws5m29ixdlp/512x384.jpg', 'https://html5.gamemonetize.com/xqa26uonkwlond13obpr6ws5m29ixdlp/', '0', 'Clicker', 0, 0, '', 'scooby-doo-my-scene'), (11851, 'Tronbot', 'Tronbot is a 2D platformer where you need to collect battery cells in order to unlock the battery-powered security door. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/s1bxhxyz0rjz0k376urgq6dhfn9rs28t/512x384.jpg', 'https://html5.gamemonetize.com/s1bxhxyz0rjz0k376urgq6dhfn9rs28t/', '0', 'Arcade', 0, 0, '', 'tronbot'), (11852, 'Little Red Riding Hood Memory Card Match', 'Test your memory with this memory game. First select the difficulty level. The higher the number, the more cards are in the memo game. On the game board, there are always two identical images. Start the game by flipping a card. Then try to find another card that has the same image as the first. If you can\'t find a pair, the flipped cards will be flipped back with the face down. Try to remember these images as it becomes easier to find pairs the longer you play. When you find a pair they are removed from the board and when you find all the pairs in this memory, you have completed the level.', 'https://img.gamemonetize.com/qt114z3pnuy7lop0at0vb3o8acoet92d/512x384.jpg', 'https://html5.gamemonetize.com/qt114z3pnuy7lop0at0vb3o8acoet92d/', '0', 'Puzzles', 0, 0, '', 'little-red-riding-hood-memory-card-match'), (11853, 'My Pony Scene', 'Now you can create your own pony play scene. Choose your favorite ponies and put them on stage. Edit the scene. Change the location of the hedge, grass and carrot as you wish. Play the cute girl with the ponies. Just drag and drop.', 'https://img.gamemonetize.com/9cpgq3rdluyc1d6lae876evdk2532ukj/512x384.jpg', 'https://html5.gamemonetize.com/9cpgq3rdluyc1d6lae876evdk2532ukj/', '0', 'Girls', 0, 0, '', 'my-pony-scene'), (11854, 'Pirates Match 3', 'This is fast-paced Pirates Match 3 all about finding patterns and exploiting them as fast as you can to maximize your total score. You may have played other games where players like you have to match three gems, but this game is different because it\'s both pirate-themed and campaign-based.', 'https://img.gamemonetize.com/lz0qhyfxxx3od3hivciq9pcmva2yl951/512x384.jpg', 'https://html5.gamemonetize.com/lz0qhyfxxx3od3hivciq9pcmva2yl951/', '0', 'Puzzles', 0, 0, '', 'pirates-match-'), (11855, 'Racing Trucks Jigsaw', 'This is a jigsaw game with racing trucks. Here you can play in five different images with racing trucks in them. Click on the image that you want to play and choose how many pieces you want to play. You can play in easy mode with 25 pieces, medium or with 49 pieces, or hard with 100 pieces. The image will be opened in a new layer and the pieces will shuffle. Put the pieces in the right position to get the image with racing trucks. Do that without pressure and without a time limit.', 'https://img.gamemonetize.com/lrjh9glsajw11ddgkzpqbvf4ramt9n8b/512x384.jpg', 'https://html5.gamemonetize.com/lrjh9glsajw11ddgkzpqbvf4ramt9n8b/', '0', 'Puzzles', 0, 0, '', 'racing-trucks-jigsaw'), (11856, 'Old Car stunt Sim', 'Welcome to the realm of realistic vehicle racing games with challenging tracks. You\'ll have a great time racing on the limitless severe tracks high in the sky. For those who enjoy fast-paced racing games and love auto racing simulations, be prepared to explore car rallies in the middle of the sky with no time restrictions in free games! In this spectacular adventure vehicle game, you will drive like a mad stunt expert while riding on wonderfully built simple circuits and defeating your opponents. Experiment with severe car driving slides and wild acrobatic semi-flips on the problematic track 3D and feel the exhilaration of being a true car drifter. If you want to win this auto racing simulator game, tighten your safety harness before getting in your car and go for the challenging race.', 'https://img.gamemonetize.com/xijou73rcntqyamyjnj7u9gkh0owxhtv/512x384.jpg', 'https://html5.gamemonetize.com/xijou73rcntqyamyjnj7u9gkh0owxhtv/', '0', 'Racing', 0, 0, '', 'old-car-stunt-sim'), (11857, 'Pop Star Dentist', 'Lots of people want to be a great dentist doctor. Is that your dream? Now you get a chance to treat those poor patients at the dentist clinic in this Crazy Dentist Doctor Care : Hospital Surgery Games! Crazy Dentist Doctor Care : Hospital Surgery Games gives you the real dentist doctor games feel you have been searching for.', 'https://img.gamemonetize.com/7juqdhddur75ajqbfszapxmfvtz55d3b/512x384.jpg', 'https://html5.gamemonetize.com/7juqdhddur75ajqbfszapxmfvtz55d3b/', '0', 'Girls', 0, 0, '', 'pop-star-dentist'), (11858, 'Burrito Bison Launcha Libre', 'Burrito Bison is here and he’s brought friends! With more than 15 million plays on Kongregate.com, our favorite hero is back. In the latest installment of the series, Burrito Bison teams up with new friends: Pineapple Spank and El Pollo to bounce, crack, eat cake, smack, fly, and soar through the skies to fend off the invasion of gummies!', 'https://img.gamemonetize.com/3y0u39hov0jpi100t1sfqkmzu15cmkiv/512x384.jpg', 'https://html5.gamemonetize.com/3y0u39hov0jpi100t1sfqkmzu15cmkiv/', '0', 'Clicker', 0, 0, '', 'burrito-bison-launcha-libre'), (11859, 'Epic Run Race 3D', 'The most exciting sky race! Run through the sky without falling! Compete with other players and land on the platforms, use rings and trampolines to get boost and reach the finish line first. How many races can you win?', 'https://img.gamemonetize.com/rpjrjhc3pwi1aydmb7bys0rdpqk9yfmq/512x384.jpg', 'https://html5.gamemonetize.com/rpjrjhc3pwi1aydmb7bys0rdpqk9yfmq/', '0', 'Racing', 0, 0, '', 'epic-run-race-d'), (11860, 'Coach Bus Driving 3D', 'Enjoy the free 3D games like "City Coach Bus Simulator" and more related games. Are you searching for a different city passenger coach, bus simulation, bus driving 3D? Look no further. You are exhausted from the constant picking up and dropping off passengers in these bus games. Let\'s get started with the latest free driving games with this coach bus simulation game and other 3-d games. If you want to fulfill the provided goal, such as breaking bus going missions or finishing the assignment just by racing, like in other PvP games, you may do so by playing this bus simulation bus game for free. Are you looking for a free bus game or a bus sim to play on your computer? Try free offline bus activities and free driving games in the context of a modern bus simulation by downloading them. A new project with new park games and free coach bus simulator parking games has been launched.', 'https://img.gamemonetize.com/8x8b7bde3q9f6pkj0s3eb0zrv0hgsxu1/512x384.jpg', 'https://html5.gamemonetize.com/8x8b7bde3q9f6pkj0s3eb0zrv0hgsxu1/', '0', 'Racing', 0, 0, '', 'coach-bus-driving-d'), (11861, 'Chicken Shooting 2D', 'Wana shooting some chicken? Well, this game put your skill on work by controlling from arrow keyboard the crosshair and shooting at flying 2d chicken, gain point and be the best on this shooting chicken game. When you remain without a bullet, you can press R and reload.', 'https://img.gamemonetize.com/4184rrpbl655z0ozrzo6ai5bb1vfl5b4/512x384.jpg', 'https://html5.gamemonetize.com/4184rrpbl655z0ozrzo6ai5bb1vfl5b4/', '0', 'Arcade', 0, 0, '', 'chicken-shooting-d'), (11862, 'Real Jeep Parking Sim', 'Have you ever had the pleasure of going on an off-road Jeep driving adventure? In this game, you\'ll be driving your 4x4 Prado vehicle along mountainous terrain. You have an unlimited amount of time to play this game. It\'s an eternal offroad vehicle simulator with difficult roads to navigate through. With an off-road Prado, you can get around all of the difficult obstacles of real driving. A skilled driver is expected of you in this off-road jeep simulation game. You must maintain control over the hills and mountains while completing the duties that have been assigned to you as a professional.', 'https://img.gamemonetize.com/k29tbr14ct4yzw52sw2diy9hwf6jpdlh/512x384.jpg', 'https://html5.gamemonetize.com/k29tbr14ct4yzw52sw2diy9hwf6jpdlh/', '0', 'Racing', 0, 0, '', 'real-jeep-parking-sim'), (11863, 'Save The Beauty Girl', 'Save The Beauty is a free online adventure game for kids, which with rich levels, 2D perspective, fresh style, cartoon skin, and a random combination of level challenges that will surely open your eyes. Different levels have different traps, do not let the little sister hurt, or you will have to start all over again. Interested friends come to experience it!', 'https://img.gamemonetize.com/yvuzleytweqns1gfr4r9cxmqoiodt3gy/512x384.jpg', 'https://html5.gamemonetize.com/yvuzleytweqns1gfr4r9cxmqoiodt3gy/', '0', 'Girls', 0, 0, '', 'save-the-beauty-girl'), (11864, 'Baby Dragons Memory', 'Baby Dragons Memory is a free online game from genre of memory. Flip the tiles and try to match them up in pairs. Pair up all the tiles to win. Try to complete the game in as few moves as possible! There are 4 levels. Use mouse to click or tap to screen on the squares. Concentrate yourself and start to play. Enjoy!', 'https://img.gamemonetize.com/a3tb4x95imb096epcpfhej2ge1c6w34v/512x384.jpg', 'https://html5.gamemonetize.com/a3tb4x95imb096epcpfhej2ge1c6w34v/', '0', 'Puzzles', 0, 0, '', 'baby-dragons-memory'), (11865, 'Pop It Jigsaw 3D', 'Pop It Jigsaw is a popular puzzle game that combines bubble knocking with Jigsaw puzzles. We have more than 20 cartoon graphics, which can be easily put together. Each level you complete earns you gold, which is used to unlock backgrounds and skins.', 'https://img.gamemonetize.com/3pvid7ltud5sytoklhsq3ixb71oecx1v/512x384.jpg', 'https://html5.gamemonetize.com/3pvid7ltud5sytoklhsq3ixb71oecx1v/', '0', '3D', 0, 0, '', 'pop-it-jigsaw-d'), (11866, 'Foot Shop', 'Foot Shop is a very popular make over game. In this game, you own a foot shop and deal with many customers. They have different problems with their foot. Such as, long nails, dirty nails and wounds etc. Remember! You are not just a manicurist. You are also a nail artist who can design amazing nail styles. Come and use your fashion potential. Design nails for customers according to their characteristics!', 'https://img.gamemonetize.com/2jmpu4yof4hyr4hqoq7ix2wohngpafkm/512x384.jpg', 'https://html5.gamemonetize.com/2jmpu4yof4hyr4hqoq7ix2wohngpafkm/', '0', 'Girls', 0, 0, '', 'foot-shop'), (11867, 'Hamster Village', 'Do you like cute little hamsters? This game is for players who like little hamsters. Let us build a village for the cute little hamster! You can build farmland, cafes, restaurants, and other practical buildings for hamsters. Invite new hamsters to join this community. There are also funny hamsters dressed up as other animals waiting for you to discover! Come to Hamster Village and play with the cute hamsters!', 'https://img.gamemonetize.com/vnj2ddhhzvtivzjaflmfg3sa7e8k2olm/512x384.jpg', 'https://html5.gamemonetize.com/vnj2ddhhzvtivzjaflmfg3sa7e8k2olm/', '0', '3D', 0, 0, '', 'hamster-village'), (11868, 'Fight Match', 'Fight Match is a classic casual puzzle game, with classic elimination gameplay, enjoy! Eliminating the same color ball allows Ultraman to hit his opponent. KO opponents to complete each level of the elimination of the target, and special props can help complete the game, come and Ultraman together to eliminate fun, enjoy the fun of elimination! Invite your best friends to play this fun game! Let\'s see who can pass the level first! have fun!', 'https://img.gamemonetize.com/3oi2srwrmez6xi42e5e5p2k45vjnr3xj/512x384.jpg', 'https://html5.gamemonetize.com/3oi2srwrmez6xi42e5e5p2k45vjnr3xj/', '0', '3D', 0, 0, '', 'fight-match'), (11869, 'Baby Taylor Airline High Hope', 'Baby Taylor dreams of fly being an air hostess to fly all around the world. Now she gets a choice. Lovely Taylor wants to look best and gorgeous for the first day on her new training. Can you help her? Dress her in stylish outfits and accessories to give a fabulous makeover. It\'s fun!', 'https://img.gamemonetize.com/f8jyjh7dbalz42z1o952lghzxhdgusu7/512x384.jpg', 'https://html5.gamemonetize.com/f8jyjh7dbalz42z1o952lghzxhdgusu7/', '0', '3D', 0, 0, '', 'baby-taylor-airline-high-hope'), (11870, 'Pancake Run 3D', 'Pancake Run is a fun casual game. You need to make delicious pancakes and deliver them to discerning customers! You can add delicious fruits on top of the pancakes, such as strawberries, bananas, and blueberries! Try to stack your pancakes as high as possible! Then be careful of the traps and gluttons on the road!', 'https://img.gamemonetize.com/7a5lowqq3n8x0bnywzhc6drwrmmlohn8/512x384.jpg', 'https://html5.gamemonetize.com/7a5lowqq3n8x0bnywzhc6drwrmmlohn8/', '0', '3D', 0, 0, '', 'pancake-run-d'), (11871, 'Tractor 3D no', 'Welcome to this real off road tractor pulling simulator game by top simulation studio, where you will surely enjoy the the thrill of driving tractor in various environment. This real off road tractor pulling simulator game 2020 is real adventure for those who love to drive high force engine vehicles. You will really enjoy this tractor mania driving simulator game. Tractor pull game is all about helping those who are in need. Use your heavy engine tractor to pull other vehicle to garage parking place. Drive with great precision to avoid any damage and complete your levels. There are 3 modes of this real off-road tractor driving simulator game i.e. hills, off-road, city. Enjoy tractor driving in thematic hill environment or some uneven Zig zag off road paths or at well disciplined city roads. Rescue all damaged and faulted vehicles to garage and earn coin to buy new tractors. There are multiple tractors waiting for you in garage. Use them to complete level in stipulated time and reach at final parking place. How to play: Firstly select tractor of your choice then get into tractor. Then turn on engine. According to task given to you, Follow the map to reach the vehicle that is stucked and pull it to garage parking place. Perform your job and with the help of chain pull car, tractor, trolley or any other vehicle at final point within stipulated time. Drive carefully because even a minor mistake can lead to a severe accident and you will lose the game. There are three options i.e. forward, neutral and reverse button to navigate and move around . So use multiple camera angles and navigation buttons to drive like pro. Features: Multiple camera angles Variety of diesel power engine big tractors 3D HD graphics and beautiful animations Variety of game modes with thrilling 15 levels in each Spontaneous use friendly control Beautiful thematic environment Map to guide in drive Realistic sounds Easy to play tough to master Unlock and upgrade tractors Free to play Show your extreme off road driving skills and complete unique adventurous download it now . We will go to make it perfect when you give your suggestions and feedback to us in comments section. Best of luck !', 'https://img.gamemonetize.com/grvsijuavx4nlvvtkfkf7uka9i52t4m2/512x384.jpg', 'https://html5.gamemonetize.com/grvsijuavx4nlvvtkfkf7uka9i52t4m2/', '0', 'Hypercasual', 0, 0, '', 'tractor-d-no'), (11872, 'Balloons Game', 'Welcome to our newest free game Balloons. The goal of the game is to pop the balloons much as you can, to reach the targets on each level, and if you can get a maximum number of stars. Enjoy and have fun!', 'https://img.gamemonetize.com/dl3ixco2f5sap6yd02ojtrwympwlvzi8/512x384.jpg', 'https://html5.gamemonetize.com/dl3ixco2f5sap6yd02ojtrwympwlvzi8/', '0', 'Shooting', 0, 0, '', 'balloons-game'), (11873, 'Unstable Squares', 'The goal of this puzzle game is to move the white ball between two points who is on the top and of the bottom on the game screen. Between points from the left and right side are a lot of squares that are unstable and they move all around without course. So, move the white ball to the points without collision with squares. Do that more times as you can and earn points. If you hit some of the squares the game will be over. Tap on the screen to control the ball. The ball will move up and down and you can control the movement to be short or long.', 'https://img.gamemonetize.com/wnvvoi5of2zt26pyh5mcvsyy3o6xot48/512x384.jpg', 'https://html5.gamemonetize.com/wnvvoi5of2zt26pyh5mcvsyy3o6xot48/', '0', 'Puzzles', 0, 0, '', 'unstable-squares'), (11874, 'Dolly Wants To Play', 'You came in to the abandoned Toy Factory. Collect 6 Toys of cute animals and get out. But, this isn\'t easy as is sounds. Factory is filled with Evil Toys. They came to life and only know how to kill! Good luck!', 'https://img.gamemonetize.com/6wpfegd31wui2qq3wggsl0dh7fxaf857/512x384.jpg', 'https://html5.gamemonetize.com/6wpfegd31wui2qq3wggsl0dh7fxaf857/', '0', 'Shooting', 0, 0, '', 'dolly-wants-to-play'), (11875, 'Neon Moto Driver', 'Neon Moto Driver is an amazing 2D driving game with challenging and fun levels! Play Neon Moto Driver now for an amazing gameplay! You can try single-player levels or challenge other players in multiplayer game mode.', 'https://img.gamemonetize.com/4whq6czj1x7xdr2un2ef0xk5ecvrq9br/512x384.jpg', 'https://html5.gamemonetize.com/4whq6czj1x7xdr2un2ef0xk5ecvrq9br/', '0', 'Racing', 0, 0, '', 'neon-moto-driver'), (11876, 'Barrel Wars', 'Prepare for war with different barrels in Barrel Wars. Take a small hit so that the barrel does not break and you must swing your weapon accurately to destroy the enemy. Action-packed arena battles await you in the multiplayer Barrel Wars game. Thanks to daily and hourly bonuses, you will be able to earn money quickly and strengthen your character. If you want to gain an advantage over other players, you have to fight and win many battles. Upgrade your warrior with 16 different weapons with unique mechanics and 7 different barrel characters! Note that sometimes character power-ups can fail. Grab your gun now and join the barrel wars!', 'https://img.gamemonetize.com/q15mejhcg5526s4bt4quatj223u8kbn1/512x384.jpg', 'https://html5.gamemonetize.com/q15mejhcg5526s4bt4quatj223u8kbn1/', '0', 'Action', 0, 0, '', 'barrel-wars'), (11877, 'Moto Bike Extra', 'You can have fun by riding a motorcycle in Moto Bike Extra. You can drift on the motorcycle and do acrobatics. Then get ready for Moto Bike Extra, an exciting wild adventure.In this game, there are \'career\' mode, \'free ride\' mode, \'battle arena\' mode, \'hot chase\' mode and \'two player\' mode..', 'https://img.gamemonetize.com/ai7o8fsgcy1bbememe36vel207rl5b4b/512x384.jpg', 'https://html5.gamemonetize.com/ai7o8fsgcy1bbememe36vel207rl5b4b/', '0', 'Racing', 0, 0, '', 'moto-bike-extra'), (11878, 'Huggy Skate', 'You have to help Huggy, the blue scary but cute monster, in his skateboarding adventure. While Huggy is riding a skateboard, you must jump over the obstacles that come your way or pass without falling on his head, tell him to jump or stop. Help him.', 'https://img.gamemonetize.com/uufeu7e66rftwvkxtmj2cjfa4d8df2zg/512x384.jpg', 'https://html5.gamemonetize.com/uufeu7e66rftwvkxtmj2cjfa4d8df2zg/', '0', 'Arcade', 0, 0, '', 'huggy-skate'), (11879, 'Red and Blue Stickman Rope', 'Are you ready for the adventure of two very cute brothers, namely blue and red stickman? Brothers red and blue need to get the key and reach the door. Be two people and get them to the door with your friend. reach the door and pass it to the new level. You will face multiple challenges but reach the door.', 'https://img.gamemonetize.com/yqr4isjaeronjrknhp24i3sfmaiizwwp/512x384.jpg', 'https://html5.gamemonetize.com/yqr4isjaeronjrknhp24i3sfmaiizwwp/', '0', 'Adventure', 0, 0, '', 'red-and-blue-stickman-rope'), (11880, 'Tie Dye Game', 'Have you heard about tie dye? Whether yes or no, this time you will know about it while playing this game. You own a Tie Dye Shop on a beach and you have endless stream of customers coming to experience tie dye every day. Come and teach them with your superb skills. Also you can design tie dye clothes for your customers according to their appearances. Which style of tie dye will be suitable for this beautiful lady or this handsome gentlemen is one of your challenge. You can also attach some cute stickers or spray patterns on their clothes. If you find yourself bored and have nothing to do, come and try this game! We are sure you will like it.', 'https://img.gamemonetize.com/g4wowt9zncffphx7dzhyhbhmn0z7bzcm/512x384.jpg', 'https://html5.gamemonetize.com/g4wowt9zncffphx7dzhyhbhmn0z7bzcm/', '0', 'Girls', 0, 0, '', 'tie-dye-game'), (11881, 'Bloxy Block Parkour', 'Bloxy Block Parkour is a fun jumping game that you can play for free on Pc and Mobile. No download needed to play. Game where adventure man stuck on the blocky plane where he has to reach the portal to win the level. Help him to jump on the platforms and reach the destination. Clear all the levels with unexpected twists and turns and win the game.', 'https://img.gamemonetize.com/mfknriku20whw6ynsxombbuwe5ifovpe/512x384.jpg', 'https://html5.gamemonetize.com/mfknriku20whw6ynsxombbuwe5ifovpe/', '0', 'Hypercasual', 0, 0, '', 'bloxy-block-parkour'), (11882, 'Blocky Magic Puzzle', 'Players must construct and demolish complete lines on both the vertical and horizontal axes of the screen by manipulating the blocks on the screen. Remember to keep the blocks from overflowing the screen in order to be successful in this entertaining puzzle game.', 'https://img.gamemonetize.com/69qbaubaog7zhx1q3im5ur3a3g7wndx5/512x384.jpg', 'https://html5.gamemonetize.com/69qbaubaog7zhx1q3im5ur3a3g7wndx5/', '0', 'Puzzles', 0, 0, '', 'blocky-magic-puzzle'), (11883, 'Hamster Maze Online', 'Guide the cute little hamster out of the maze to find its food! Hamster Maze Online is a fun maze game with exquisite 3D style and simple operation. You need to lead the hamster through the barriers to the food. You can also collect food that hamsters like on the platform. And don\'t forget to collect more food to unlock cute costumes for this hamster.', 'https://img.gamemonetize.com/3c2grqbsgrzwiz7uv6ydph735hrbe3zq/512x384.jpg', 'https://html5.gamemonetize.com/3c2grqbsgrzwiz7uv6ydph735hrbe3zq/', '0', 'Sports', 0, 0, '', 'hamster-maze-online'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (11884, 'BlackJack Simulator', 'With Blackjack, you can practice your skills at a classic table game while having fun, offline, and risk-free! This Las Vegas casino classic, similar to Twenty One, Pontoon, and Vingt-Un, pushes you to attempt to come as near to 21 as you possibly can to win the prize. Make large bets to earn large sums of money, or play the long game to demonstrate your ability to defeat the dealer! We ensure that our games are fair and enjoyable since we use random cards and provide you with free chips to use in this casino-style game without taking any risks. Ever tried your hand at Blackjack before? Blackjack is the most effective technique to become familiar with the game. You may enjoy this classic casino game without putting any real money in danger by just playing for fun! You\'ll be on top of the leaderboard in no time.', 'https://img.gamemonetize.com/mvuvxh8m2jpmy22i7d0qahulyzs1sqb0/512x384.jpg', 'https://html5.gamemonetize.com/mvuvxh8m2jpmy22i7d0qahulyzs1sqb0/', '0', 'Arcade', 0, 0, '', 'blackjack-simulator'), (11885, 'Little Yellow Tank Adventure', 'Little Yellow Tank Adventure is super fun online game for kids that you can play for free on PC and mobile. No downloads required to play! Drive around with our cute little yellow tank and find a parking spot to park. In some levels you need to find a key or find a way out of a maze to be able to park. Play around and have fun.', 'https://img.gamemonetize.com/geyasqhl9419mc3glemkc8313x4g08kl/512x384.jpg', 'https://html5.gamemonetize.com/geyasqhl9419mc3glemkc8313x4g08kl/', '0', 'Racing', 0, 0, '', 'little-yellow-tank-adventure'), (11886, 'Runaway Truck', 'Here is a car avoiding arcade game with a 3D cartoon car and a plane. With provided and limited fuel, you need to run as farther as you can by means of rushing from the ramp and avoiding incoming obstacles. There are other different planets with different kinds of tracks waiting for you to unlock and experience. Good luck!', 'https://img.gamemonetize.com/yyci73scsnpu3vtsrmyr7s21mi6uu37y/512x384.jpg', 'https://html5.gamemonetize.com/yyci73scsnpu3vtsrmyr7s21mi6uu37y/', '0', 'Arcade', 0, 0, '', 'runaway-truck'), (11887, 'Mr. Soldier', 'Welcome to the Mr. Soldier game. Dr. Pig gives tremendous trouble to everyone. So here our soldiers plan to destroy the pigs. Help and play with soldiers to destroy. Enjoy playing a new collection of shooting games for kids. Have fun!', 'https://img.gamemonetize.com/hr62r1gw3ome8440jav66h3eo25hjaws/512x384.jpg', 'https://html5.gamemonetize.com/hr62r1gw3ome8440jav66h3eo25hjaws/', '0', 'Shooting', 0, 0, '', 'mr-soldier'), (11888, 'Tangled Rope Around Puzzle', 'If you have a rope with unlimited length, how will you use it to pass all pillars and set it at the pointed position without touching other colorful ropes and pillars? Tangled Rope Around Puzzle requires you to solve rope puzzles on a 3D platform. With arcade game rules, you could control one side of the rope to pass around the pillars at all fifty levels. Keep calm and complete them all!', 'https://img.gamemonetize.com/r6z3pkfur49dcdmfq36jr6b38uqsok50/512x384.jpg', 'https://html5.gamemonetize.com/r6z3pkfur49dcdmfq36jr6b38uqsok50/', '0', 'Puzzles', 0, 0, '', 'tangled-rope-around-puzzle'), (11889, 'Jump Stacky Cube 3D', 'Here is a cube jumping arcade game for you to play. With 3D cubes and platforms, it is supposed for you to collect the order amount of the same as your cube on the track to the finish platform. Black platforms will decrease one of your current cubes. Only when you collect all the cubes and jump on the finish platform, you could win the corresponding level!', 'https://img.gamemonetize.com/hoe70cfxxfll78t3z2e8qgejxu13q747/512x384.jpg', 'https://html5.gamemonetize.com/hoe70cfxxfll78t3z2e8qgejxu13q747/', '0', 'Arcade', 0, 0, '', 'jump-stacky-cube-d'), (11890, 'Jetpack Race Run', 'Have you ever flown with a jetpack in the sky? Jetpack Race Run is not merely a racing game but also an avoiding arcade game with 3D stickman players and obstacle blocks. You have a chance to fly on a limited track to the final platform with a jetpack. As long as you keep avoiding incoming obstacle walls, you are able to speed up and become the winner of each game, if you really want to win. There are no time or damage limitations in the game.', 'https://img.gamemonetize.com/jir5s18gu72vl32vjaphtvfpix8ipgaq/512x384.jpg', 'https://html5.gamemonetize.com/jir5s18gu72vl32vjaphtvfpix8ipgaq/', '0', 'Racing', 0, 0, '', 'jetpack-race-run'), (11891, 'Wild Animal Transport Truck', 'As a professional truck driver, the zoo asks you to transport different animals to the marked locations at all ten levels in a 3D truck driving simulation game called Wild Animal Transport Truck. In a limited time, which is definitely enough for you to drive, you need to drive stably on the track to the marked parking lot. As long as your truck falls into the lake, the game will lose directly. Good luck!', 'https://img.gamemonetize.com/1mzxcqdnosqtuse8xcazhswhth725zeg/512x384.jpg', 'https://html5.gamemonetize.com/1mzxcqdnosqtuse8xcazhswhth725zeg/', '0', 'Action', 0, 0, '', 'wild-animal-transport-truck'), (11892, 'BFFs Escape Puzzle', 'Our beautiful girls Emma, Mia and Ava unfortunately they got stuck in the light house in the beach, There they got the treasure box with beautiful dresses and ornaments and they likes to wear it with wonderful makeup. Later, they need to find the way to escape from light house, So, Could you solve the puzzle to find the exit for these girls. Enjoy this wonderful mystery game!', 'https://img.gamemonetize.com/gd7onihqigozrltug8t9st83k07ioj1e/512x384.jpg', 'https://html5.gamemonetize.com/gd7onihqigozrltug8t9st83k07ioj1e/', '0', 'Puzzles', 0, 0, '', 'bffs-escape-puzzle'), (11893, 'Coffee Stack', 'Here is a collecting arcade game called Coffee Stack. On the conveyor belt platform track, it is managed for you to collect as many coffee materials as you can including dixie cups, cup sets, and green coffee liquid. If possible, you need to avoid losing cups from traps and free hands. Good luck!', 'https://img.gamemonetize.com/ft9dfavq6bajmsgtqpdolimo00ay05om/512x384.jpg', 'https://html5.gamemonetize.com/ft9dfavq6bajmsgtqpdolimo00ay05om/', '0', 'Arcade', 0, 0, '', 'coffee-stack'), (11894, 'Para Shoot', 'Save the soldiers as they fall from the sky by tapping them to open the parachutes but be careful if you touch them again they will close and it may be too late to save them. Have fun with great cool game!', 'https://img.gamemonetize.com/au15te6o82zwywwv7docakqm4cyshtb7/512x384.jpg', 'https://html5.gamemonetize.com/au15te6o82zwywwv7docakqm4cyshtb7/', '0', 'Arcade', 0, 0, '', 'para-shoot'), (11895, 'Baby Panda Care 2 Cute Panda Grow Up', 'Baby Panda Care 2 offers a new experience with more interactions and lets you care for 3 baby girls of different skin tones! Come and take care of babies! You will love this babysitting game! The baby is hungry. Rice paste, milk powder, apple puree...What does she want to eat? Apple puree? Got it! Cut the apples into pieces. Steam and mash them. The delicious apple puree is ready!', 'https://img.gamemonetize.com/fegxl0q8e8rctp2u0joksoaew67h07f7/512x384.jpg', 'https://html5.gamemonetize.com/fegxl0q8e8rctp2u0joksoaew67h07f7/', '0', 'Hypercasual', 0, 0, '', 'baby-panda-care---cute-panda-grow-up'), (11896, 'Baby Taylor Caring Story Illness', 'Now baby Taylor is 5 years old, today she seems uncomfortable, let\'s see what happened and help her, maybe you need to take her to the hospital!', 'https://img.gamemonetize.com/a836gj2jpu4eddywrmbe0uy56ht7siha/512x384.jpg', 'https://html5.gamemonetize.com/a836gj2jpu4eddywrmbe0uy56ht7siha/', '0', 'Girls', 0, 0, '', 'baby-taylor-caring-story-illness'), (11897, 'Santa Claus Finder Guess Where He Is', 'Santa Claus Finder is a traditional guessing puzzle game with a 2D Santa Claus and Christmas scenes. As an endless game, you need to locate the position of the Santa Claus in three cups at each round. The more times you find Santa Claus\'s position in three cups, the more scores you will get finally. The moving speed of the cups will increase round by round. To tell the truth, as long as you can locate the key cup all the time, it is not hard to find where he is! Good luck!', 'https://img.gamemonetize.com/nla4doawa0t6b8i5ihto50yjj1huhd2g/512x384.jpg', 'https://html5.gamemonetize.com/nla4doawa0t6b8i5ihto50yjj1huhd2g/', '0', 'Girls', 0, 0, '', 'santa-claus-finder--guess-where-he-is'), (11898, 'Baby Taylor Bed Time Girl Game', 'It\'s bedtime! Moon has appeared and stars are shining in the sky. Our lovable Baby Taylor is also sleepy. Get Baby Taylor ready for her bedtime by brushing her teeth and bathing. And then keep Taylor\'s favorite toys at the sides for preparing the bed. Before sleeping, tell her a story of her choice. Enjoy the sweet dream with Baby Taylor together! Have a good night.', 'https://img.gamemonetize.com/e4q995d5akanmtimwq360nhuk2lxp2ul/512x384.jpg', 'https://html5.gamemonetize.com/e4q995d5akanmtimwq360nhuk2lxp2ul/', '0', 'Hypercasual', 0, 0, '', 'baby-taylor-bed-time--girl-game'), (11899, 'Dotted Girl New Era', 'Meet the SuperHeroine in a new look! Today she is an ordinary girl who lives an everyday life, trying on modern outfits and dresses. Tomorrow she is a Superhero in a stylish jumpsuit and mask. Use a combination of different costume elements to create not only a unique hero, but also a SuperVillain! In addition, in this wonderful game, you can choose and design a cute helper. Enjoy new adventures of Dotted Girl by playing this game «Dotted Girl New Era».', 'https://img.gamemonetize.com/zueetmm6srb96tkbztadaa71q82zp7ws/512x384.jpg', 'https://html5.gamemonetize.com/zueetmm6srb96tkbztadaa71q82zp7ws/', '0', 'Girls', 0, 0, '', 'dotted-girl-new-era'), (11900, 'Turbo Race Alphabets', 'Take part in the race of your choice by swiping left or right! You may select the racing mode that best meets your requirements from two alternative interaction methods. There are two different game modes: alphabetical style and numeric style. The alphabet and numbers must be collected to be declared the winner. Choose the characters you want to play with and have a nice time.', 'https://img.gamemonetize.com/x1ac24s28n0xgwfx5w6myopg8c26wmdp/512x384.jpg', 'https://html5.gamemonetize.com/x1ac24s28n0xgwfx5w6myopg8c26wmdp/', '0', 'Arcade', 0, 0, '', 'turbo-race-alphabets'), (11901, 'Truck Parking', 'Sky Stunt Parking Crazy Mega Car Parking wali Games 2021 is developed to train and polish people for car driving and car parking in difficult impossible and challenging tracks. Experience and master car parking in the real thrill of stunt car drive and car parking wali game on the most difficult mega tracks and platforms surrounding the beautiful mountains and take the most difficult and ultimate thrilling adventure by playing Sky Stunt Parking - Crazy Mega Ramp Car Parking Games 2021. Sky Stunt Parking Crazy Mega Car Parking wali Game is the extreme level fastest and most exhilarating 3D stunts Adventure on impossible rooftop tracks driving. Each level in the Sky Stunt Parking - Crazy Mega Ramp Car Games 2021 is the most adventurous, action packed, thrilling and challenging that makes it most exciting impossible crazy car driving and parking simulation game. Reach to the checkpoint by doing impossible sky driving reach the finish at the parking line. Be careful while playing real crazy car driving games 2021 on narrow car drive tracks, otherwise you will crash. Now play and become top skilled impossible car driver and car parker with impossible stunt parking on sky tracks. Be a reckless driver to perform crazy car stunt driving and car parking in this action-packed impossible driving and parking wali games 2021. Welcome to a new car parking wali games. In Modern crazy master Car Drive Parking 3d, you will experience the real adventure of Free games. Car Parking Game With New Features and Best games Taste. More Vehicle will be added soon. Master Car Parking in Parking wali games with thrilling parking levels. Welcome to definitive game experience. Car Parking wala Game With New Features. With Sky Stunt Parking - Crazy Mega Ramp Car wala Games 2021 start a new era of driving and car parking with super stunning graphics. It allows you to boost your car parking and car driving skills by providing you the most realistic mountains view. Ride on the mid-air amazing tracks and feel like a champion’s racer and become a perfect and adventurous crazy car parker. Rush like a crazy car rider and car parker and perform the adrenaline fueled pump action to discover the more and more amazing features of this off road car parking and racing wala game. Multiplayer racing mode will be added soon. Fly over the ramps and dust off the rusty containers with your stunts and don’t lose the control of your stunt car. Unlike other stunt car games, the Sky Stunt Parking - Crazy Mega Ramp Car wala Games 2021 racing gives you the most adventurous game play and realistic car parking wala game on the real impossible tracks in stunt wala game. So enjoy the endless impossible parking and beat the impossible race tracks and become the master of this stunt parking game. Key Features:', 'https://img.gamemonetize.com/bip1htsudihjnjpw5361ik25w94dgkd4/512x384.jpg', 'https://html5.gamemonetize.com/bip1htsudihjnjpw5361ik25w94dgkd4/', '0', 'Adventure', 0, 0, '', 'truck-parking'), (11902, 'Hatch Your Unicorn Idol Cute Pet Care', 'A sparkling mix of kids\' favorite things: kawaii unicorns, virtual pet care, of course, tons of rainbows! Hatch pony to form the cutest music band ever! Each little pony has a unique style, but all of them love to sing and dance.', 'https://img.gamemonetize.com/24wui3eesgxyslu30gsvob5knd9d4f7e/512x384.jpg', 'https://html5.gamemonetize.com/24wui3eesgxyslu30gsvob5knd9d4f7e/', '0', 'Hypercasual', 0, 0, '', 'hatch-your-unicorn-idol--cute-pet-care'), (11903, 'Learn how to Fly', 'Learn 2 Fly is an adventure game where you have to teach your penguin how to fly. In this game you can collect coins to buy all kinds of power-ups to make your penguin fly further.', 'https://img.gamemonetize.com/6bxr6tgp4c8nfpaxmr3muogfvgjzwppm/512x384.jpg', 'https://html5.gamemonetize.com/6bxr6tgp4c8nfpaxmr3muogfvgjzwppm/', '0', 'Hypercasual', 0, 0, '', 'learn-how-to-fly'), (11904, 'Candy Bubble Spin', 'Welcome to Candy Bubble Spin, a new kind of bubble shooter games. Aim and shoot rotating candies and bubble to clear them from the board. Explore tons of challenging levels and try to complete them all. have fun!', 'https://img.gamemonetize.com/skudbm8fi1gs7vtfchshoh5y5o6fynrs/512x384.jpg', 'https://html5.gamemonetize.com/skudbm8fi1gs7vtfchshoh5y5o6fynrs/', '0', 'Puzzles', 0, 0, '', 'candy-bubble-spin'), (11905, 'Demolition Derby Crash Cars', 'The Demolition Derby might be dangerous, but it is also the most entertaining when vehicles crash into one another! Deliberately wreck other vehicles in the Demolition Derby game, now available in your browser! A Demolition Derby is a racing competition in which drivers compete by purposefully smashing their automobiles into one another to win points. With more than 40 events, this game provides plenty of car smashing, engine revving, and dirt-flying excitement. To win, be the last driver whose vehicle is still operating and breathe in the smell of gasoline and revel in the carnage!', 'https://img.gamemonetize.com/r02q9omd6s05n5yjdfxvxdsdp8tc9nft/512x384.jpg', 'https://html5.gamemonetize.com/r02q9omd6s05n5yjdfxvxdsdp8tc9nft/', '0', 'Racing', 0, 0, '', 'demolition-derby-crash-cars'), (11906, 'Castle Destruction Blocks', 'You can now try out this castle block destruction play, which we are confident will provide you with a good time, the most important thing to us. Your mission is to do your best to ruin the castle, which we are confident you will accomplish, but the task is a little more complicated than in previous versions. To be more specific, you must destroy the blocks beneath the castle and do your best to ensure that the castle reaches the ground intact and without falling, which means you must destroy these same blocks in a specific manner to ensure that the castle reaches the ground intact and without falling, so come and do your best here.', 'https://img.gamemonetize.com/qww6qgsy8tyoxzior1rn92dyztrrgoc4/512x384.jpg', 'https://html5.gamemonetize.com/qww6qgsy8tyoxzior1rn92dyztrrgoc4/', '0', 'Arcade', 0, 0, '', 'castle-destruction-blocks'), (11907, 'Crowd Zombie 3D', 'Start fleeing, join the crowds, and build the most zombie-infested metropolis you can imagine. If your mob is large enough, you can easily overwhelm any city crowd by joining theirs and battling across the city. Each enormous crowd-running figure possesses a distinct ability to join and conflict with other crowds, creating the largest zombie mob in the city. Our fresh new experimental, extremely advanced monster-catching game requires the participation of a crowd game operator. If you are interested in assisting your city, please contact us. Your objective is to capture as many zombies as you possibly can.', 'https://img.gamemonetize.com/pl9z0kk2scb1e7w2r2b3i9ili8mhyjk1/512x384.jpg', 'https://html5.gamemonetize.com/pl9z0kk2scb1e7w2r2b3i9ili8mhyjk1/', '0', 'Action', 0, 0, '', 'crowd-zombie-d'), (11908, 'Squid Fighter Gamer', 'Are you prepared to engage in some street fighting? Well... You and a friend can work together to eliminate all of the red enemies in the squid game!You will also face off against the boss girl, and the sounds from the squid game will make you feel like you are in the middle of the action. You have the option to play in campaign mode and complete all levels, and you will need to use a lot of fighting moves to win, including combinations, running, and jumping. Please publish this fantastic squid game with multiplayer combat on your website and allow users to have fun! I have removed the option for more games and will not be adding them back, so please do not worry. Have a good time.', 'https://img.gamemonetize.com/eqrc85cf409v8cb30ruazvrmv68nkmdj/512x384.jpg', 'https://html5.gamemonetize.com/eqrc85cf409v8cb30ruazvrmv68nkmdj/', '0', 'Adventure', 0, 0, '', 'squid-fighter-gamer'), (11909, 'Xmas Candy Survival Game', 'Do you want to try a puzzle-free game about Christmas? Xmas Candy Survival is perfect for kids, you just need to make Santa Claus land on the land to succeed in the challenge. Would you like to help Santa Claus to pass the levels? There are a lot of Christmas levels for you. Come on, I hope you will succeed.', 'https://img.gamemonetize.com/wexfbjq1fk705s34r3sjb91dygclejq8/512x384.jpg', 'https://html5.gamemonetize.com/wexfbjq1fk705s34r3sjb91dygclejq8/', '0', 'Boys', 0, 0, '', 'xmas-candy-survival-game'), (11910, 'Baby Panda Color Mixing Studio', 'The naughty rat is so greedy who intends to rob our girl panda Miumiu’s lollipop! Miumiu was scared. She started to run away and barged into baby panda’s color mixing studio where kids can find various colored paint and magic potion. Let your toddlers put their color mixing knowledge to hide the cute girl panda and her candy from the rat!', 'https://img.gamemonetize.com/ywmph4ezxzt4o0ow1vxzmu6ow4eolmc2/512x384.jpg', 'https://html5.gamemonetize.com/ywmph4ezxzt4o0ow1vxzmu6ow4eolmc2/', '0', 'Girls', 0, 0, '', 'baby-panda-color-mixing-studio'), (11911, 'Uncharted Hidden Stars', 'Uncharted is a series of action-adventure games created by Amy Hennig. The games are developed by Naughty Dog and published by Sony Interactive Entertainment for PlayStation consoles. The main series of games follows Nathan Drake, a treasure hunter who travels across the world to uncover various historical mysteries.', 'https://img.gamemonetize.com/fgcs457t40ge47v8fhdtqdx6mfltxjz2/512x384.jpg', 'https://html5.gamemonetize.com/fgcs457t40ge47v8fhdtqdx6mfltxjz2/', '0', 'Adventure', 0, 0, '', 'uncharted--hidden-stars'), (11912, 'Zig Zag Switch Color', 'Zig Zag Switch 2021: Cool and doable Zig Zag game.', 'https://img.gamemonetize.com/8ztgdfkgn70kpmu0snm9gsrivcf7t4dx/512x384.jpg', 'https://html5.gamemonetize.com/8ztgdfkgn70kpmu0snm9gsrivcf7t4dx/', '0', 'Clicker', 0, 0, '', 'zig-zag-switch-color'), (11913, 'One Minute', 'Try to win the game by defeating the tough soldiers in 1 minute. Fight tough soldiers in less than 1 minute with your main character and use tactics. Finally, focus on winning the game.', 'https://img.gamemonetize.com/vo9y029kypmlp21nc5wy317g8wodz5ek/512x384.jpg', 'https://html5.gamemonetize.com/vo9y029kypmlp21nc5wy317g8wodz5ek/', '0', 'Adventure', 0, 0, '', 'one-minute'), (11914, 'Kick The Poppy Play Time', 'Shooting HUGGY WUGGY is a free 2D mobile game which has amazing 2D shooting graphics, animations. Makes you feel like you are actually in the sports games. Come and try your best to be the archery master! Can you solve all the puzzles and make it out alive this abandoned factory? A vengeful toy named Huggy is waiting for you inside this maze. Use your powerful Blue Hand and Red Hand to open door and hack electrical circuits or grab anything from afar. Explore the mysterious facility...and don\'t get caught!', 'https://img.gamemonetize.com/mst72tnyu712k5jvf3t5zeclvln98k4a/512x384.jpg', 'https://html5.gamemonetize.com/mst72tnyu712k5jvf3t5zeclvln98k4a/', '0', 'Arcade', 0, 0, '', 'kick-the-poppy-play-time'), (11915, 'Unlock Bloxs', 'Unlock Blox - the most exciting unlock puzzle game. Unlock Blox is a simple,free and addictive puzzle game. The goal is to Unlock the yellow block out of the board by sliding the other blocks out of the way, Unlock it with the minimal moves. Unlock Blox is a classic and pleasurable unblock puzzle game! Use your brain and slide blocks to unblock the yellow block out of the board. Try your best to solve stages and get 3 stars! Improve your cognitive & problem-solving skills with Unlock Blox puzzle free game. The game is tiny in size but mighty in puzzles. Exercise your brain with Unlock Blox.', 'https://img.gamemonetize.com/lzkku0qkb9v54bow0hhjhz28q1ksd9w0/512x384.jpg', 'https://html5.gamemonetize.com/lzkku0qkb9v54bow0hhjhz28q1ksd9w0/', '0', 'Puzzles', 0, 0, '', 'unlock-bloxs'), (11916, 'Monsters Car', 'Welcome to the top monster truck Games for kids & extreme car racing games of unique American Monster Truck Simulator Demolition Derby Games Car Crash Stunts 2022. In this new Monster Trucks Derby Crash Stunts car driving games 2022, survive the extreme Mega Monster Truck Fearless Crash Derby Stunts demolition games Car Destruction battle with the speedy real truck simulator stunts by speeding over the tricky ramps through difficult racing stunts of real derby demolition. American Monster Truck Games for kids Demolition Derby Car simulator Monster Truck Jam games is a derby demolition battle of real monster truck vs car destruction car racing games where real monster truck destruction drivers will smash, destroy and demolish the reckless Monster truck Driving simulator cars in the exciting real monster truck games 2022 & Monster Truck Jam Games. With car driving games & extreme car racing games, If you are looking for exquisite real car stunts games with exciting, interesting and realistic monster truck driving simulator might be the best fit monster car game for you.', 'https://img.gamemonetize.com/oli23iducj2fdjjfntfgmfymvh29n4me/512x384.jpg', 'https://html5.gamemonetize.com/oli23iducj2fdjjfntfgmfymvh29n4me/', '0', 'Racing', 0, 0, '', 'monsters-car'), (11917, 'Squid Gamer Collect Candy 2D', 'Join our zombie Squid players who it seems have died trying o collect the Dalgona Candy, but his brain it\'s still trying to collect the tasty sweets. Your mission of to one tp his direction and direct him to the cadies. before he dies falling down from different obstacles. There are plenty of fun levels to have fun, just play!', 'https://img.gamemonetize.com/xl60skmnv4a21aa3jxfgs7dwta08hsq3/512x384.jpg', 'https://html5.gamemonetize.com/xl60skmnv4a21aa3jxfgs7dwta08hsq3/', '0', 'Puzzles', 0, 0, '', 'squid-gamer-collect-candy-d'), (11918, 'sipderman skate', 'Spiderman Hero - Vice City Gangster Fight 2021 is an epic open world third person superhero gangster fighting game with everything you want & all features you can ask for. Your Vice City is under attack by Dangerous Dragons and angry robots be the super hero the world wants and save the city using your spider-man senses and real super hero super powers. Follow chase and kill the crazy dragons by using your rope hero rope throwing climbing and swinging super power. Climb tall buildings and fight the angry dragons to save your city. Transform your spidy hero into cool dragon and fight the enemy dragons in air by flying towards enemy and using Fire spit power of your dragon hero but beware of enemy dragon’s fire attacks. Save your city from crime mafia lords by defeating crime mafia gang’s angry robots using super punch and super smash super powers and get rid of crime mafia in this spider-man wali game. This Spider-man wali game seems easy but the whole vice city depends on you. Be the rope hero this city needs to eradicate all the crime and rescue the citizens using your sapder man wali game powers . Be the hero your vice city needs so that whole crime city would fear you. Use all of your fantastic powers and marvelous strategies to protect the people of vice city in this spider-man wali game. Enjoy speed hero abilities using Super Sprint destruction run and chase the enemies by becoming speed hero and run fast like lightening fast speed hero. This spider-man wali game is made for all the spider and superhero fans. Do unpredictable spider attacks fly around the city stick to the walls attack enemies attack dragons kill all the enemies using super human super powers. Live the character of most amazing and powerful superhero by playing this Spiderman hero man game because in this Spiderman Hero - Vice City Gangster Fight 2021 action packed fighting game, your character poses many great super powers like superhuman strength and ability to sticking to and climbing walls and buildings. Shoot web-shooters to fire and swing from sticky webs, special spider-sense of this rope hero man warns of incoming danger instantly. Spiderman hero has amazing super rope which is a important weapon of this rope super hero character. This Spiderman hero man has capability to move around the city With the help of this amazing rope the hero jump or move quickly over the buildings and perform different dare devil stunts in Spiderman Hero - Vice City Gangster Fight 2021 Complete All the missions of spader game wali game supehero crime fighting game and collect rewards to unlock all characters and enjoy their powers. Unlock all monster trucks in the game enjoy the best driving simulation and racing game experience in this spider-man wali game. Spiderman Hero - Vice City Gangster Fight 2021 Features: Best Spider-man rope climbing/swinging experience you can get. Amazing super hero action experience Cool Super Powers with best action Shoot Super Laser from Eyes Super Smash Jump Effect Powerful Punch Super Power Super Sprint destruction run Cool Transformation from Rope hero to Dragon & Monster Truck Amazing Flying Dragon hero Dragon Flame Throwing Dragon Fire spit power Coolest Monster Trucks and driving experience Kill angry bots and save the city All the above features with best High quality graphics and Smooth controls of fighting, diving, running, and swinging.', 'https://img.gamemonetize.com/wwwajelgphvixapbw665h9al2qzgpysi/512x384.jpg', 'https://html5.gamemonetize.com/wwwajelgphvixapbw665h9al2qzgpysi/', '0', 'Adventure', 0, 0, '', 'sipderman-skate'), (11919, 'Snowman From Fire', 'Let\'s build a snowman in this satisfying snowman game! Snowman Vs Fire', 'https://img.gamemonetize.com/y9zg87e1bteat838q2crhrra6ybg6s2j/512x384.jpg', 'https://html5.gamemonetize.com/y9zg87e1bteat838q2crhrra6ybg6s2j/', '0', 'Clicker', 0, 0, '', 'snowman-from-fire'), (11920, 'Gifts from Giant Bats', 'Protect Gifts from Giant Bats is free online game. keep touching screen to target and shoot animal', 'https://img.gamemonetize.com/4ch5mc79lkndgbb1jl3snxmn6t7mebsg/512x384.jpg', 'https://html5.gamemonetize.com/4ch5mc79lkndgbb1jl3snxmn6t7mebsg/', '0', 'Clicker', 0, 0, '', 'gifts-from-giant-bats'), (11921, 'Dodge Challenger', 'Your goal in this game is to dodge the walls for as long as possible. Collect stars to unlock new balls and keep an eye out for rising and falling walls. I bet you can\'t beat 5!', 'https://img.gamemonetize.com/gi9v8s6ts8b322jo33nlm2hgcl3690vy/512x384.jpg', 'https://html5.gamemonetize.com/gi9v8s6ts8b322jo33nlm2hgcl3690vy/', '0', 'Clicker', 0, 0, '', 'dodge-challenger'), (11922, 'Touch the Alphabet in the Order', 'Touch the Alphabet in the Order - in this educational game on gamemonitize you need to touch the letters in the order of alphabet to win level. This game has one level where you have a game timer (60 sec) for interesting gameplay, show your best game time result between players. Have fun!', 'https://img.gamemonetize.com/xly9x07bapa4jydw9uj7suif0lsms803/512x384.jpg', 'https://html5.gamemonetize.com/xly9x07bapa4jydw9uj7suif0lsms803/', '0', 'Clicker', 0, 0, '', 'touch-the-alphabet-in-the-order'), (11923, 'Jump and Collect Gifts', 'One-tap easy-to-learn controls, rich visual effects and addictive gameplay mechanics.', 'https://img.gamemonetize.com/ng5p6yh7jrajaz7c3obz9is0chjnedas/512x384.jpg', 'https://html5.gamemonetize.com/ng5p6yh7jrajaz7c3obz9is0chjnedas/', '0', 'Clicker', 0, 0, '', 'jump-and-collect-gifts'), (11924, 'Ride Safely Santa in Ice', '', 'https://img.gamemonetize.com/hxbxidmqny4hyhga1io16fjzgmhr2yrr/512x384.jpg', 'https://html5.gamemonetize.com/hxbxidmqny4hyhga1io16fjzgmhr2yrr/', '0', 'Clicker', 0, 0, '', 'ride-safely-santa-in-ice'), (11925, 'Sliding puzzle. Get the pattern', 'We present to your attention a non-standard version of the game Pyatnashki. In addition to the general similarity with the famous game of Pyatnashki , the game has its own zest. In the classic version of the tags, you need to collect the order of numbers. In the game we offer, you need to collect not numbers, but a certain pattern. Whether it\'s easier or harder is up to you.', 'https://img.gamemonetize.com/y8esjipjs2mqi2c183ocxknjeoruro7d/512x384.jpg', 'https://html5.gamemonetize.com/y8esjipjs2mqi2c183ocxknjeoruro7d/', '0', 'Puzzles', 0, 0, '', 'sliding-puzzle-get-the-pattern'), (11926, 'Space Fight', 'Do you want to build and fly your own space rockets? Of course you do! Are you a billionaire? No...that makes it tricky. Fortunately, there is a way for us non-billionaires to run our own space programme...Space Agency! * Build rockets * Launch satellites * Create a space station * Explore the solar system', 'https://img.gamemonetize.com/rdeqlrfpmdn1kqm7w6i2x0hy6pyhkbi2/512x384.jpg', 'https://html5.gamemonetize.com/rdeqlrfpmdn1kqm7w6i2x0hy6pyhkbi2/', '0', 'Racing', 0, 0, '', 'space-fight'), (11927, 'Kissy Missy and Huggy Wuggy', 'The adventure of two loving hearts in the game Kissy Missy and Huggy Wuggy. This is an exciting game for all ages. An analogue of the game Fire and Water. Collect all the gems, help each other by pressing buttons, launching elevators and walk together to the end of this difficult path. Remember, Kissy Missy can pass through fiery waters, but blue reservoirs are deadly for her. But Huggy Wuggy has the opposite. Have a nice game and good luck!', 'https://img.gamemonetize.com/5v4qslmgoj68kmqyrfr1g0yvn4xn1kz1/512x384.jpg', 'https://html5.gamemonetize.com/5v4qslmgoj68kmqyrfr1g0yvn4xn1kz1/', '0', 'Puzzles', 0, 0, '', 'kissy-missy-and-huggy-wuggy'), (11928, 'Ultimate PK', 'Rise up the rankings during the year by defeating the best teams. Score goals and defend against opposing teams. Challenge a friend on the same device too.', 'https://img.gamemonetize.com/10owzubh13i7v8w0oi747qu4p5urendu/512x384.jpg', 'https://html5.gamemonetize.com/10owzubh13i7v8w0oi747qu4p5urendu/', '0', 'Soccer', 0, 0, '', 'ultimate-pk'), (11929, 'Super Fish Swim', 'Super Swim Fish game invites you to the world of fish! Take a fun jogging journey with your hero fish on the three-lane water track. Explore underwater and collect gold. You can buy other heroes from the market with the gold you collect. Addictive Super Swim Fish game with you endless levels. Have fun!', 'https://img.gamemonetize.com/6ql4hjmbhzezp0tgncj7qhrrx53azv2t/512x384.jpg', 'https://html5.gamemonetize.com/6ql4hjmbhzezp0tgncj7qhrrx53azv2t/', '0', 'Arcade', 0, 0, '', 'super-fish-swim'), (11930, 'City Bike', 'City Bike is a riding game set in the streets of a city. To be successful, you have to pass the obstacles that come your way.', 'https://img.gamemonetize.com/315xux5r0pmu572luzjk3cj3s4crg4ya/512x384.jpg', 'https://html5.gamemonetize.com/315xux5r0pmu572luzjk3cj3s4crg4ya/', '0', 'Hypercasual', 0, 0, '', 'city-bike'), (11931, 'Candy Blocks Sweet', 'Candy Blocks - Very interesting 2D puzzle game with candy blocks. You need to collect six candies in a row and score points and coins. You can use coins to switch blocks. Play Candy Blocks right now try to reach the highest game score. Have fun!', 'https://img.gamemonetize.com/5ev8pig8h39kv838yw67p2menhanvc68/512x384.jpg', 'https://html5.gamemonetize.com/5ev8pig8h39kv838yw67p2menhanvc68/', '0', 'Puzzles', 0, 0, '', 'candy-blocks-sweet'), (11932, 'Two For 2 match the numbers!', 'A very addicting Puzzle Game, similar to the popular 2048 game, but with a different logic. Connect the numbers to obtain a new, greater one. Challenge your friends, play it right now!', 'https://img.gamemonetize.com/wpnkldz4dev47l9p2qrsk4k1ljm1pupe/512x384.jpg', 'https://html5.gamemonetize.com/wpnkldz4dev47l9p2qrsk4k1ljm1pupe/', '0', 'Puzzles', 0, 0, '', 'two-for--match-the-numbers'), (11933, 'Toy Puzzle', 'There are 6 different toy puzzles in total. Each puzzle consists of 9 pieces. Click on the tracks and change the direction. Rotate each piece correctly and complete the picture. Have fun!', 'https://img.gamemonetize.com/cpgfmwpvdr2abtgvvn0csdsm8fqvj4bt/512x384.jpg', 'https://html5.gamemonetize.com/cpgfmwpvdr2abtgvvn0csdsm8fqvj4bt/', '0', 'Puzzles', 0, 0, '', 'toy-puzzle'), (11934, 'Sheep Link Puzzle', 'Welcome to Sheep Link Puzzle Are you a fan of puzzle link and connect objects? Sheep Link puzzle is an amazing and funny onet game. Tap two identical sheeps to eleminate them and clear the board before time\'s up. explore tons of amazing and challenging levels and try to complete them All.', 'https://img.gamemonetize.com/w70y7jndpuyhp1owo2zc266hyup4h1v2/512x384.jpg', 'https://html5.gamemonetize.com/w70y7jndpuyhp1owo2zc266hyup4h1v2/', '0', 'Puzzles', 0, 0, '', 'sheep-link-puzzle'), (11935, 'Giddy Birds', 'It’s Giddy Birds the hottest game on the charts at the moment! Memory Test: Giddy Birds Game new mix of speed, memory and skills! You want to know how your memory skill! so use the memory test it this game! So the question is: How long could you follow these Crazy Birds? - Memory Test! - Super cute graphic! - Smooth Gameplay! - No Load Times!', 'https://img.gamemonetize.com/rolvvdehcjpi2he9q771b6mtkdsk67dc/512x384.jpg', 'https://html5.gamemonetize.com/rolvvdehcjpi2he9q771b6mtkdsk67dc/', '0', 'Puzzles', 0, 0, '', 'giddy-birds'), (11936, 'US Army Vehicle Transporter Truck', 'If you like to play car driving simulation games, you will like this vehicle driving simulation game called US Army Vehicle Transporter Truck. It is managed for you to transport both tanks and cars to the pointed military base with a provided truck at each level. Before transporting missions, you usually need to drive the tanks and cars on or off the truck. Keep calm and drive stably!', 'https://img.gamemonetize.com/fcze5s7ic9gxv3i4beoc5ut31ihkr8mn/512x384.jpg', 'https://html5.gamemonetize.com/fcze5s7ic9gxv3i4beoc5ut31ihkr8mn/', '0', 'Action', 0, 0, '', 'us-army-vehicle-transporter-truck'), (11937, 'Viking.io', 'Viking.io is a great run and jump game. Run with you Viking faster you can jump over obstacles using your skills. Pick up beer to make your race longest', 'https://img.gamemonetize.com/i73egb6t8luubl6h6ljmacpi8dohga4w/512x384.jpg', 'https://html5.gamemonetize.com/i73egb6t8luubl6h6ljmacpi8dohga4w/', '0', 'Action', 0, 0, '', 'vikingio'), (11938, 'Truck Deliver 3D', 'Here is a truck balanced arcade game with 3D art animations called Truck Deliver 3D. The factory needs you to transport different products to the pointed locations on platform tracks at each level. You don\'t need to drive yourself, but you need to control the gas and brake of the truck. Never drive too fast, especially on different terrains, maybe you will drive out of the track directly!', 'https://img.gamemonetize.com/zthhbdaw6e578k9ldapo1xmkug4nhdip/512x384.jpg', 'https://html5.gamemonetize.com/zthhbdaw6e578k9ldapo1xmkug4nhdip/', '0', 'Arcade', 0, 0, '', 'truck-deliver-d'), (11939, 'Crazy Intersection', '1. Players will experience happy playing methods from the game and challenge massive levels; 2. The level of the game will continuously improve the difficulty with the clearance of the game, and feel this new and wonderful game; 3. Players will see all kinds of cars and enjoy this small and interesting simulation game.', 'https://img.gamemonetize.com/ai6w1albv40jn5a19qmhc1h2bhwqvy5e/512x384.jpg', 'https://html5.gamemonetize.com/ai6w1albv40jn5a19qmhc1h2bhwqvy5e/', '0', 'Action', 0, 0, '', 'crazy-intersection'), (11940, 'Flower Girl Wedding Day', 'Molly\'s sister is getting married! Molly is the flower girl, and she plans to make this the most gorgeous wedding ever. Start this crazy journey with Molly! This is an important task, and you can help her. From preparing flowers to choosing a dress for the bride, this day is destined to be crazy, but also the happiest one you\'ll never forget. Have fun at the wedding!', 'https://img.gamemonetize.com/4dptg74rbkoug0hnspznu9vdl2p0n3fw/512x384.jpg', 'https://html5.gamemonetize.com/4dptg74rbkoug0hnspznu9vdl2p0n3fw/', '0', 'Girls', 0, 0, '', 'flower-girl-wedding-day'), (11941, 'Monster Truck Turbo Racing', 'Do you truly appreciate monster truck games and desire to be the ultimate legend in offroad racing simulator 2022! Then join this entertaining and highly tough wild Xtreme monster truck crash derby simulator! You may select a strong wild monster truck and attack the track by creating turbo boosts and executing some insane stunts to improve your turbo amount. Prepare yourself for the greatest off-road combat racing games and use nitro to speed up your truck, avoid colliding with opponent racers and get to the finish line as quickly as possible to win in racing mode. The game includes distinctive offroad 3D settings and an amazingly realistic selection of monster trucks where you may personalize your vehicle. Take care of your favorite monster vehicle and get it ready for the insane monster truck death race.', 'https://img.gamemonetize.com/cnaw3ajlk7gb7ibirfvypaih1vsnoe8i/512x384.jpg', 'https://html5.gamemonetize.com/cnaw3ajlk7gb7ibirfvypaih1vsnoe8i/', '0', 'Racing', 0, 0, '', 'monster-truck-turbo-racing'), (11942, 'Dizzy Donut', 'It’s Dizzy Donut the hottest game on the charts at the moment! Tap To Match The Crazy Donuts As Many As You Can! Memory Test: Dizzy Donut Game new mix of speed, memory and skills! You want to know how your memory skill! so use the memory test it this game! Key Features: - Memory Test! - Super cute graphic! - Smooth Gameplay! - No Load Times! - 3 difficult levels! So the question is: How long could you follow these crazy Donuts with no errors?', 'https://img.gamemonetize.com/oqkicctbkhehh7snebjoh7uyt0dbhbwy/512x384.jpg', 'https://html5.gamemonetize.com/oqkicctbkhehh7snebjoh7uyt0dbhbwy/', '0', 'Puzzles', 0, 0, '', 'dizzy-donut'), (11943, 'Spiral Rush', '1. Players can use their imagination to make carvings according to the wood given by the system, and get rich rewards after completing them; 2. There are no mandatory advertisements in the game, so that players can spend their leisure time comfortably and enjoy the fun brought by the game happily; 3. The more free the production process is, the higher the score will be.', 'https://img.gamemonetize.com/xv1js843f9o02mcjxpbyru4qqh44r69k/512x384.jpg', 'https://html5.gamemonetize.com/xv1js843f9o02mcjxpbyru4qqh44r69k/', '0', 'Adventure', 0, 0, '', 'spiral-rush'), (11944, 'Sweet Baby Girl Summer Fun Make Desserts', 'Play the best summer holiday games for girls and boys! Spend your summer at the beach near the ocean with Sweet Baby Girl and her friends. Here every day is a beach party! From animal care and ocean clean-up to cooking and beauty makeover, these girls have many plans for this summer.', 'https://img.gamemonetize.com/tdin63k2n27ekz7uvca4fcg3vm861uns/512x384.jpg', 'https://html5.gamemonetize.com/tdin63k2n27ekz7uvca4fcg3vm861uns/', '0', 'Girls', 0, 0, '', 'sweet-baby-girl-summer-fun--make-desserts'), (11945, 'Baby Taylor Messy Home Cleaning', 'The summer vacation has finally arrived. Our lovely Tyler kid decided to spend the whole hot summer at home, but because his parents were not at home, Tyler messed up the room. There were cosmetics and various toys everywhere in the room, and there were even untidy clothes. Taylor\'s parents are coming home soon, Taylor needs your help! Before Taylor\'s parents arrive, can you help Taylor clean up the house? Put all toys in designated locations and sort the garbage!', 'https://img.gamemonetize.com/d4fzsmnh63ifu6ombmpkdr1sv47jrk5r/512x384.jpg', 'https://html5.gamemonetize.com/d4fzsmnh63ifu6ombmpkdr1sv47jrk5r/', '0', 'Hypercasual', 0, 0, '', 'baby-taylor-messy-home-cleaning'), (11946, 'Cotton Candy Style Hair Salon Fancy Hairstyles', 'Welcome to the sweetest hair salon for girls! Meet the Candylocks dolls with their crazy long and super soft cotton candy hair that begs to be styled! Curl, braid, straighten, cut, and move hair as you wish! Dye it in any color of the rainbow! Add yummy DIY hair accessories! Create cute makeup looks! Decorate your fantasy salon!', 'https://img.gamemonetize.com/s4cxdc4fdgz1f3e2iyi7n1mke6qkv36j/512x384.jpg', 'https://html5.gamemonetize.com/s4cxdc4fdgz1f3e2iyi7n1mke6qkv36j/', '0', 'Hypercasual', 0, 0, '', 'cotton-candy-style-hair-salon--fancy-hairstyles'), (11947, 'Squid Squad Mission Revenge', 'One of the survivors of these squid games returns to take revenge on these crazy games and decided to eliminate all the hooded men and the bosses that still continue to organize these crazy games. Your mission is to control the little hero so that he can eliminate all the enemies in each of the levels !! So help the little character by pointing and shooting. Take care of your ammunition. You have a limit in each level. Try not to waste your bullets.', 'https://img.gamemonetize.com/mwft4q9izgb46cdwbyv1hlva86xkuyb6/512x384.jpg', 'https://html5.gamemonetize.com/mwft4q9izgb46cdwbyv1hlva86xkuyb6/', '0', 'Shooting', 0, 0, '', 'squid-squad-mission-revenge'), (11948, 'Cotton Candy Shop Run Your Own Business', 'Every kid loves sweet cotton candies. A big candy shop is newly opened in the city. Do you want to be the manager of the shop and learn to make cotton candies? Follow the instructions and turn colorful sugar into cotton candies. Serve your customers with different flavors of cotton candies. Enlarge your business and boost income.', 'https://img.gamemonetize.com/wyk2qyynfdxys7ayfueggxtwxs3odrrj/512x384.jpg', 'https://html5.gamemonetize.com/wyk2qyynfdxys7ayfueggxtwxs3odrrj/', '0', 'Girls', 0, 0, '', 'cotton-candy-shop--run-your-own-business'), (11949, 'Justin Bieber Tik Tok', 'Are you a fan of Justin Bieber? tik tok games dance and sing playing justin bieber. Only fans for biliebers', 'https://img.gamemonetize.com/ujf2zcfa43aiub68zh885pwc9ealomzi/512x384.jpg', 'https://html5.gamemonetize.com/ujf2zcfa43aiub68zh885pwc9ealomzi/', '0', 'Girls', 0, 0, '', 'justin-bieber-tik-tok'), (11950, 'Baby Taylor Hair Salon Fun', 'Taylor and Jessica like Barbie very much, their favorite game is to change the hairstyle of Barbie. Today Jessica\'s mom took Jessica to Taylor\'s house as a guest. The two girls are going to play the hair salon game again. Only today, they decided to use their hair to play the game! Oh no, is this really a good idea, will the girls get into trouble? Let\'s look!', 'https://img.gamemonetize.com/nsu6y1fcu9g54rjjcejkb3oskmtb4jwa/512x384.jpg', 'https://html5.gamemonetize.com/nsu6y1fcu9g54rjjcejkb3oskmtb4jwa/', '0', 'Girls', 0, 0, '', 'baby-taylor-hair-salon-fun'), (11951, 'Extreme BMX Freestyle 3D', 'Riding your BMX around the sidewalks of world-renowned skateboarding will provide you with many more opportunities in the future. Become a great BMX rider on this arcade machine, which boasts an intuitive control method that is easy for beginners to learn but challenging to master.', 'https://img.gamemonetize.com/2f5733hmjpn9kk34tzfesaftncc2zoup/512x384.jpg', 'https://html5.gamemonetize.com/2f5733hmjpn9kk34tzfesaftncc2zoup/', '0', 'Girls', 0, 0, '', 'extreme-bmx-freestyle-d'), (11952, 'Bike Stunts Impossible', 'Impossible Bike Stunts 3D is the bike driving game in which you get to jump behind the handle bars of an insane superbike. The track has twists, turns and obstacles at every point along the way meaning that your skills will be pushed to the very limit. Moreover your bike around all of the obstacles put in front of you, perform stunts and tricks but make sure that you stay on the track otherwise you will fall from the sky in dramatic fashion. After each level that you manage to complete successfully, you will earn money which can be exchanged for bigger and better bikes. Have fun! Features Bike riding gameplay Polished 3D graphics 20 levels to complete Various obstacles in each level Purchase new bikes with earned money Platform Impossible Bike Stunts 3D is a web browser game.', 'https://img.gamemonetize.com/1hdgnb3c2gig3hysv2er9wepo0shxpr5/512x384.jpg', 'https://html5.gamemonetize.com/1hdgnb3c2gig3hysv2er9wepo0shxpr5/', '0', 'Action', 0, 0, '', 'bike-stunts-impossible'), (11953, 'Idle Gang', 'In this idle/incremental game, you will build your gang, lead fighters to conquer the whole city. Beat your rivals, take over their businesses and make money from them. Upgrade your fighters to get stronger, upgrade buildings to earn more money and get rich!', 'https://img.gamemonetize.com/720axuzccg8jkd5ryxaa7jzmn5sznn5l/512x384.jpg', 'https://html5.gamemonetize.com/720axuzccg8jkd5ryxaa7jzmn5sznn5l/', '0', 'Action', 0, 0, '', 'idle-gang'), (11954, 'Tetris Puzzle Blocks', 'This is the most intriguing block game you have ever had the pleasure of holding in your hand! It has all of the things that make a puzzle game fun: it\'s easy, fun, looks good, and is good for people of all ages. It is also the most entertaining way to develop your brain and maintain mental sharpness! What is the best way to play? Place the pieces on the board. When you finish filling in a vertical or horizontal line, it will vanish, making room for more pieces to be placed in its place. If there isn\'t enough room on the board for any of the blocks listed below, the game will be over. Highlights In addition, a rating system has been set up so that you can compete with your friends, coworkers, and social circles. You may play this brain game at any time and from any location for a short time.', 'https://img.gamemonetize.com/4733g93edxv7yrhalvs0t12ph400fwwf/512x384.jpg', 'https://html5.gamemonetize.com/4733g93edxv7yrhalvs0t12ph400fwwf/', '0', 'Puzzles', 0, 0, '', 'tetris-puzzle-blocks'), (11955, 'Crazy Roller Stunt', 'Drive the roller stunt above the ground without crashing into traps like police cars, pedestrians, and more objects moving at each checkpoint. This is a game to test your driving skill in the sky. Use the mouse to drive your vehicle and stop before entering into a collision with the traps.', 'https://img.gamemonetize.com/pcy6v3q7xe1es1l7l82gu2m32is7ubdm/512x384.jpg', 'https://html5.gamemonetize.com/pcy6v3q7xe1es1l7l82gu2m32is7ubdm/', '0', 'Arcade', 0, 0, '', 'crazy-roller-stunt'), (11956, 'Gravity Switch Cube', 'Swipe left-right or up-down to move the box in this free Gravity Switch game for Android. You must slide the box to the green block to complete the level. Gravity may be changed by tapping the buttons. If you contact any of the red or orange blocks, you will perish. Gravity Switch is an addictive casual game that can be played on any Android device by those who enjoy ball- or box-based games. See how many levels you can complete by downloading Gravity Switch for free on your smartphone or tablet now. An endless gravity switch game with easy to learn but difficult gameplay that can be played on any device. Gravity Switch, the free Gravity Switch game, has a clean and simple design. The interface is user-friendly, and the gameplay is so simple to learn that you will understand the concept without going through a complicated playtime. Gravity Switch is a game about gravity switching.', 'https://img.gamemonetize.com/l1a0z6p8w74bb6vodryq0ptv86j673fg/512x384.jpg', 'https://html5.gamemonetize.com/l1a0z6p8w74bb6vodryq0ptv86j673fg/', '0', 'Arcade', 0, 0, '', 'gravity-switch-cube'), (11957, 'Blocky Bike Racing', 'This pixel Bmx trial motorcycle racing simulator game is called "Blocky Incredible Bike Race Game," You may play it for free. In this competition, in which you may pick between fast motorbikes racing around a 3D block city environment, With this customized bike simulator and motorcycle challenge, you will get the ultimate 3D motorbike racing challenge experience in a beautiful sandbox-style setting.', 'https://img.gamemonetize.com/y6ay784jmp5qq8q4yvly9bw15pxl1k9i/512x384.jpg', 'https://html5.gamemonetize.com/y6ay784jmp5qq8q4yvly9bw15pxl1k9i/', '0', 'Racing', 0, 0, '', 'blocky-bike-racing'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (11958, 'Unicorn Slime Cooking 1', 'Do you like unicorn slime? Let\'s try to make a colorful and nice slime mixer. There are 3 kinds of slime for you to choose from. Join our DIY team and create your unique slime!', 'https://img.gamemonetize.com/re2vu2gei1sir9ackek5hisjc7sy7hkc/512x384.jpg', 'https://html5.gamemonetize.com/re2vu2gei1sir9ackek5hisjc7sy7hkc/', '0', 'Girls', 0, 0, '', 'unicorn-slime-cooking-'), (11959, 'Hula Hoops Rush Online', 'Hula Hoops is a fun fitness exercise that when used correctly can exercise the muscles of the lower back and abdomen. Hula Hoops Rush is a unique collection of casual games. Here you need to collect the same color hula hoops as yourself to increase their number. The more hula hoops you have the more rewards you can get. Come join us for a workout! Have fun!', 'https://img.gamemonetize.com/dlbwab0mjqmsbdxndw6kblb8wzvrgsl7/512x384.jpg', 'https://html5.gamemonetize.com/dlbwab0mjqmsbdxndw6kblb8wzvrgsl7/', '0', '3D', 0, 0, '', 'hula-hoops-rush-online'), (11960, 'Hair Challenge Pro', 'Let us join the shocking game of Hair Challenge. In the game, your task is to win this hair show contest and make a makeover for fashion girls. Take care to avoid those terrible obstacles, whether it is scissors or blades, they are in your hands. Cut your long hair on the way, don\'t forget to collect colorful hairstyles and let your hair grow quickly.', 'https://img.gamemonetize.com/dr735te8s30xt8tworh68a9zw6htic83/512x384.jpg', 'https://html5.gamemonetize.com/dr735te8s30xt8tworh68a9zw6htic83/', '0', '3D', 0, 0, '', 'hair-challenge-pro'), (11961, 'Princess Makeup Salon Game For Girls', 'Princess Makeup Salon is a Free girl\'s makeup game! Beautiful Princess is a fashion idol like usual. This time, you are the fashion maker! Dress the girl from head to toe in Fashion Party!', 'https://img.gamemonetize.com/tmaoo0bo0jjac7vciw1dw05goezl7l6c/512x384.jpg', 'https://html5.gamemonetize.com/tmaoo0bo0jjac7vciw1dw05goezl7l6c/', '0', 'Hypercasual', 0, 0, '', 'princess-makeup-salon--game-for-girls'), (11962, 'king of Boxing', 'Punchers is a 3D boxing game with ragdoll physics. Use move keys to dodge from enemy punches and hit back with random punch combinations. You can play against another player or AI.', 'https://img.gamemonetize.com/f3a21u0x2hu18cum5xnugr17uxhy4pq9/512x384.jpg', 'https://html5.gamemonetize.com/f3a21u0x2hu18cum5xnugr17uxhy4pq9/', '0', 'Sports', 0, 0, '', 'king-of-boxing'), (11963, 'Balance in Water', 'How to play? Roll the ball to the finish using your smartness, coordination, balance skills and sometimes the laws of physics. Roll the ball at high speed, making crazy jumps. Overcome interesting obstacles. Set world records. And have fun with one of the best games in the genre! – Levels – Hard levels of a few kilometers long will make you jump, fly and control your bounce 45+ challenging levels in offline modes. – Customization – You can dramatically change the visual component of the game. Starting the level on the football field you can finish it in the nuclear apocalypse. Feel sci-fi, neon, cosmic, or any other atmosphere of your choice at any level – Upgrade – Upgrade yourself to your style of play, improving grip, jump, acceleration, speed and control in flight. – Multiplayer – Rush the most difficult levels together with other players in real time online mode.(про кроÑÑ Ð¿Ð»Ð°Ñ‚Ñ„Ð¾Ñ€Ð¼Ñƒ нужно впиÑать) – Global Leaderboards – Cross-platform, global leader boards on every level. Use hacks, cut corners, fight for every split second, and be the fastest in the world – Gameplay – High speed levels, narrow sections, trampolines, tunnels, Xtream grip surfaces, ice, wall ride, parkour, bunny hop, guided flights, falls and much more awaits you in this difficult but interesting adventure. * Features * - All content is available for FREE - Flashback (Time rewind) - Realistic physics, based on PhysX technology - Precise ball control - Automatic adaptive camera - Large number of falls - Real time multiplayer - Global Leaderboards - Cross platform - Modern graphics - Good optimization for older phones - Upgrade - Customization - Atmosphere sound - 120 FPS supported - Frameless display supported Red Ball Balance is resurrection roll ball games in new, modern way.', 'https://img.gamemonetize.com/txd0ao0cbr9ac9gu2u0cgbtih5gmcb2h/512x384.jpg', 'https://html5.gamemonetize.com/txd0ao0cbr9ac9gu2u0cgbtih5gmcb2h/', '0', 'Shooting', 0, 0, '', 'balance-in-water'), (11964, 'Ballon Popsss', 'Pop balloons even oline! Each balloon has special shape or contains object! Popping balloon plays english word for the containing object or plays special, joyful animation, which kids totally love! Perfect to occupy your toddler\'s time with something that\'s fun and beneficial at the same time. Intuitive interface and simple gameplay, lets your kid to interact with app independently, without constant supervision of grownups.', 'https://img.gamemonetize.com/umx1si2asdvr21w93l30vzb4svjalk1u/512x384.jpg', 'https://html5.gamemonetize.com/umx1si2asdvr21w93l30vzb4svjalk1u/', '0', 'Shooting', 0, 0, '', 'ballon-popsss'), (11965, 'Cave Horror', 'Assemble a team of unlikely adventurers – each with their own unique personalities and stories– and descend into the heart of a sprawling, sentient cave in order to find that which is most important to each of them. The Cave has had millennia to spruce up the place so prepare to dive deep and solve the puzzles hidden within exotic locations including a subterranean amusement park, medieval castle, and fully armed nuclear research facility. The Cave is waiting. Seven Adventurers, Multiple Paths: Choose a team of three out of seven explorers and descend into the depths of The Cave. From the Hillbilly to the Time Traveler, all 7 characters have their own unique personalities, special talents, and mysterious motivations for descending into The Cave.', 'https://img.gamemonetize.com/k0zrrvyi936pa73dnij317omcrv9p759/512x384.jpg', 'https://html5.gamemonetize.com/k0zrrvyi936pa73dnij317omcrv9p759/', '0', 'Clicker', 0, 0, '', 'cave-horror'), (11966, 'Skoo Control', 'Show your super spider abilities, race with other spider players! The more you get better at swinging, the faster you are! Master at web-swinging, get your crown!', 'https://img.gamemonetize.com/bi3dotar8sg0g9kkyi6xh5j8tcoy5iss/512x384.jpg', 'https://html5.gamemonetize.com/bi3dotar8sg0g9kkyi6xh5j8tcoy5iss/', '0', 'Puzzles', 0, 0, '', 'skoo-control'), (11967, 'Jelly King', 'From the makers of the legendary Candy Crush Saga comes Candy Crush Soda Saga! Unique candies, more divine matching combinations and challenging game modes brimming with purple soda and fun! This mouth-watering puzzle adventure will instantly quench your thirst for fun. Join Kimmy on her juicy journey to find Tiffi, by switching and matching your way through new dimensions of magical gameplay. Take on this Sodalicious Saga alone or play with friends to see who can get the highest score! Monthly season updates bring unique quests and exciting gameplay for you to explore! Complete quests to progress through the Season Pass while earning rewards and boosters to help you on your Saga. Show your competitive side in the Episode Race! Compete against other players to see who can complete levels the fastest and progress the quickest. Or work as a team in the 4 in a Row game mode where players work together for Sodalicious rewards! Candy Crush Soda Saga Features: *Over 6000 match 3 Sodalicious levels *Mouth-watering graphics, with 3D characters and an ever changing environment *Monthly Seasons all year long, filled with challenging quests and a reward-fueled Season Pass *Game modes bubbling with fun and unique candy: Soda – Switch the bottles and match candies to release purple soda and save the Candy Bears Frosting – Match candy to smash the ice and set the Candy Bears free Honeycomb – Match candies next to honeycomb to release the trapped Candy Bears Jam – Spread the jam across the board *Unique candies and scrumptious new matching combinations: Match 4 candies in a square to make a Swedish Fish! Match 7 candies for the all new Coloring Candy! *Explore juicy worlds and levels with even more characters! *Team up for tasty rewards in the 4 in a Row game mode *Complete levels in the fastest time for sweet prizes in the Episode Race! *Easy and fun to play, yet challenging to fully master *Players that Facebook Connect will have access to leaderboards where you can challenge your friends and compare your highscores! *Easily sync the game between devices to unlock the games full features when connected to the internet Candy Crush Soda Saga is completely free to play, but some in-game items such as extra moves or lives will require payment. By downloading this game you are agreeing to our terms of service; http://about.king.com/consumer-terms/terms Do not sell my data: King shares your personal information with advertising partners to personalize ads. Learn more at https://king.com/privacyPolicy. If you wish to exercise your Do Not Sell My Data rights, you can do so by contacting us via the in game help centre or by going to', 'https://img.gamemonetize.com/tqkv9hzvnka6k2uhb220qgmujopyol49/512x384.jpg', 'https://html5.gamemonetize.com/tqkv9hzvnka6k2uhb220qgmujopyol49/', '0', 'Clicker', 0, 0, '', 'jelly-king'), (11968, 'Connect The Dots 2D', 'Connect the dots - Line Puzzle Game is the most addictive puzzle game you are looking for! Simple and classic gameplay on the game board makes it fun and relaxing. The gameplay ranges from simple and relaxed, challenging and frenetic. Your only task is connecting all the dots by drawing a line from one dot to the other dot of the same color until the entire board is filled with beautiful color lines. Sound easy right? But this game will take you through insanely challenging levels of challenges from maps 5x5 to 10x10 with more dots and various colors of lines. Each level is a challenging game of logic and intelligence that will hook you. What else you\'re waiting for? Let\'s play and exercise your brain now! DOTS CONNECT PUZZLE FEATURES: ✔ BASIC Bundles: Beginner to difficult modes that you can be challenging and interesting gaming experiences. ✔ Over 900 free and unlocked puzzles for you to enjoy, with a wide variety of challenging connection dots puzzle shapes and sizes. ✔ Hints! Stuck on a hard level? Use a hint to help you along! Completing level to get more hints! ✔ Easy and fun to play, difficult challenge to master ✔ No time limit, limitless moves ✔ Suitable for all ages. ✔ A great game to pass the time while training your brain.', 'https://img.gamemonetize.com/hoh4uxjay2q3yvze1dr3xqm4xxrkidfa/512x384.jpg', 'https://html5.gamemonetize.com/hoh4uxjay2q3yvze1dr3xqm4xxrkidfa/', '0', 'Clicker', 0, 0, '', 'connect-the-dots-d'), (11969, 'Idle Hero Counter Terrorist', 'Choose your soldiers well, be careful not to run out of money quickly and choose your strategy accordingly to defeat the enemies in an endless loop in this idle game.', 'https://img.gamemonetize.com/vvs5iqs7vt1htdfzmgswwe3oxpuu0g50/512x384.jpg', 'https://html5.gamemonetize.com/vvs5iqs7vt1htdfzmgswwe3oxpuu0g50/', '0', 'Action', 0, 0, '', 'idle-hero-counter-terrorist'), (11970, 'Fire And Water In Dino World', 'Fire And Water come to explore in the world of dinosaurs. They meet dinos on their way home. To go home, they must collect all the gold coins and avoid the dinosaurs. Come and help her home!', 'https://img.gamemonetize.com/lgwfiv7o7obuncaojevc82hjrj4xrkez/512x384.jpg', 'https://html5.gamemonetize.com/lgwfiv7o7obuncaojevc82hjrj4xrkez/', '0', 'Adventure', 0, 0, '', 'fire-and-water-in-dino-world'), (11971, 'Soldier Spy Hunter', 'Bullet Man, how are you doing today? Make use of your gun to hone your lethal precision and to take down as many evil men as you possibly can. Compelling impediments make it much more difficult to reach your objectives; thus, aim carefully before pulling the trigger on your rifle and firing away. To effectively use your sniper skills, you must consider how many adversaries you can take down in a single shot before pulling the trigger. You have a large number of targets. Do you think you\'ve got what it takes to be Bullet Man and rescue the day?', 'https://img.gamemonetize.com/2u7jqtxc2d73agl6dto9dyjpgyt848mn/512x384.jpg', 'https://html5.gamemonetize.com/2u7jqtxc2d73agl6dto9dyjpgyt848mn/', '0', 'Shooting', 0, 0, '', 'soldier-spy-hunter'), (11972, 'Monster Rush 3D', 'As a funny running arcade game, there is a boss chimpanzee standing on the finish point of the track at each level. It is managed for you to collect as many yellow hearts as you can to punch it farther and crash down buildings behind the chimpanzee. There are also another eight different animals for you to unlock in the shop. Have a good time!', 'https://img.gamemonetize.com/0o43wse6zmpf0flmucokqv5phbtyul1l/512x384.jpg', 'https://html5.gamemonetize.com/0o43wse6zmpf0flmucokqv5phbtyul1l/', '0', 'Arcade', 0, 0, '', 'monster-rush-d'), (11973, 'Tank Army Parking', 'Tank Army Parking is a fun casual game where you park the tank!', 'https://img.gamemonetize.com/er7tee0vtl0k1cgv6isd1ea7cjnztlhy/512x384.jpg', 'https://html5.gamemonetize.com/er7tee0vtl0k1cgv6isd1ea7cjnztlhy/', '0', 'Arcade', 0, 0, '', 'tank-army-parking'), (11974, 'Hex Mix Reloaded', 'How long can you last in the Hex Mix? Hex Mix is a fun jewel dropping color matching game; round after round of fast paced action. Hex Mix Reloaded is an epic remake of the smash hit Hex Mix! Based on color matching and hand eye coordination mixed with cognitive enhancing mechanics, this game is perfect for players of all ages!', 'https://img.gamemonetize.com/qffn57pyag6valvnfa5bxs573rdyf35g/512x384.jpg', 'https://html5.gamemonetize.com/qffn57pyag6valvnfa5bxs573rdyf35g/', '0', 'Puzzles', 0, 0, '', 'hex-mix-reloaded'), (11975, 'Alien Vs Sheep', 'Just try to prevent Sheep Abductions!', 'https://img.gamemonetize.com/zxwbcncksub6inz8kffcqiw4xcvptd6d/512x384.jpg', 'https://html5.gamemonetize.com/zxwbcncksub6inz8kffcqiw4xcvptd6d/', '0', 'Puzzles', 0, 0, '', 'alien-vs-sheep'), (11976, 'Wonderful High Heels 3D', '1. There are so many levels that the difficulty of the game increases as the level goes on, and it is still fun to play and relatively challenging. 2. Break the shackles and conquer more unknown places in the world, enjoy the fun of opening up more mechanisms waiting for you to crack, inside the track will change. 3. When you successfully complete a level, you get a partial reward here, which is great for buying various items.', 'https://img.gamemonetize.com/uqnqlljgav3ftdrj8u3psk3dqhf2jivk/512x384.jpg', 'https://html5.gamemonetize.com/uqnqlljgav3ftdrj8u3psk3dqhf2jivk/', '0', 'Action', 0, 0, '', 'wonderful-high-heels-d'), (11977, 'Blocky Rush Downhill', 'In this exhilarating endless level-based game, you move the character down by tapping the screen left or right on either side of the horizontal axis on either side of the screen. To unlock new skins and different game locations, you must escape the obstacles that lie in your way while collecting money.', 'https://img.gamemonetize.com/j61ezqjtevxwrvsh5kmykzwiwvsiz9ua/512x384.jpg', 'https://html5.gamemonetize.com/j61ezqjtevxwrvsh5kmykzwiwvsiz9ua/', '0', 'Arcade', 0, 0, '', 'blocky-rush-downhill'), (11978, 'Super Friday Night Squid Challenge', 'Boyfriend and Girlfriend back with new adventures. They lost all the money gambling and now they have to join the Squid games. Help them to complete all the songs in different weeks to win the high prize and recover the money that they lost. Many people will die here but don\'t hesitate and keep dancing and don\'t miss any arrows. Complete the 12 levels and be the winner of 38 million USD in this crazy game.', 'https://img.gamemonetize.com/6g3wt76rtytwwlzp1bkgqgcor02e70ee/512x384.jpg', 'https://html5.gamemonetize.com/6g3wt76rtytwwlzp1bkgqgcor02e70ee/', '0', 'Girls', 0, 0, '', 'super-friday-night-squid-challenge'), (11979, 'Lovely Doll Creator 1', 'Lovely Doll Creator is your personal fashion avatar creator & self emoji maker. In our fashion games club, you can create your own avatar face. You can choose many different skin tones, eye colors, hairstyles, hair colors, and more in Lovely Doll Creator.', 'https://img.gamemonetize.com/8r6an8h3njdqosw2apn0wlmp43c4aehw/512x384.jpg', 'https://html5.gamemonetize.com/8r6an8h3njdqosw2apn0wlmp43c4aehw/', '0', 'Hypercasual', 0, 0, '', 'lovely-doll-creator-'), (11980, 'Unicorn Mermaid Cake', 'Tons of realistic cooking tools to play with: oven, piping bags, spatula, bowls, plates, cream mixer, food processor, induction cooker, ice cream dispenser, knife, cutting board, slushy dispenser, straws, cake molds, and so much more.Tons of food materials and decorations to try: fruits, candies, sprinkles, milk, flour, salt, butter, eggs, chocolate, ice cream, cream, water, cotton candy, cookies, caramel and so much more. Join us to make a mermaid cake. Have fun!', 'https://img.gamemonetize.com/i18mcpjohyxg4itk5q3od8lsnl7xihi9/512x384.jpg', 'https://html5.gamemonetize.com/i18mcpjohyxg4itk5q3od8lsnl7xihi9/', '0', 'Girls', 0, 0, '', 'unicorn-mermaid-cake'), (11981, 'Best Friends Sleepover Party', 'Fashion girls are holding a huge slumber party tonight! Help her to make the house ready to welcome her friends! SPA together with BFFs and apply the trendest makeup in your makeup room. Dress up and see who has the prettiest pajamas!', 'https://img.gamemonetize.com/xtn8jrq8zyz4f8mudysmhh3yk1gp6gw4/512x384.jpg', 'https://html5.gamemonetize.com/xtn8jrq8zyz4f8mudysmhh3yk1gp6gw4/', '0', 'Girls', 0, 0, '', 'best-friends-sleepover-party'), (11982, 'Jelly Dye', 'Jelly Dye is a simulation coloring online game for Kids for Free. You can choose a lot of dye, dye into the corresponding jelly plate, and finally, for the jelly plate coloring, complete your masterpiece. Come and try this new simulation game, so interesting small game, you can make what new tricks?', 'https://img.gamemonetize.com/l69yax4mbogp3vc6vfg4jlnlbd38624y/512x384.jpg', 'https://html5.gamemonetize.com/l69yax4mbogp3vc6vfg4jlnlbd38624y/', '0', 'Boys', 0, 0, '', 'jelly-dye'), (11983, 'I Can Transform', 'I Can Transform is a 2D action-platform game. In this game you will use your special costume which allows you to transform into mechanical objects (Car, Rocket, Helicopter, Motorcycle, ...) to avoid obstacles, collect Vortex Gems in levels and defeat the Assas (The bad guys who want to destroy the world). The Cross World mode allows you to travel through various worlds of famous video games and gives you rewards at the end of an event if you complete it 100%!', 'https://img.gamemonetize.com/3pve1sz9o9lpu8bbzi0ab73bbytb1gub/512x384.jpg', 'https://html5.gamemonetize.com/3pve1sz9o9lpu8bbzi0ab73bbytb1gub/', '0', 'Arcade', 0, 0, '', 'i-can-transform'), (11984, 'Color Object Destroy', 'You are inaugurating the New Super Casual Game Color Crusher 3D, which has easy-to-addictive fluid action, colour views in 3D, and the ability to escape obstacles while retaining control over your character\'s life. Have a wonderful time!', 'https://img.gamemonetize.com/t33v83wvuelmke35xadg294865yeto37/512x384.jpg', 'https://html5.gamemonetize.com/t33v83wvuelmke35xadg294865yeto37/', '0', 'Arcade', 0, 0, '', 'color-object-destroy'), (11985, 'Bowling Zombie Hit', 'In this little take on the classic Zombie vs Angry Ball game, all you have to do is the aim and hit to eliminate all of the spooky zombies, and have a good time!', 'https://img.gamemonetize.com/u4qc3yfg3qbqrqhh78ea7tpu8uwvcje4/512x384.jpg', 'https://html5.gamemonetize.com/u4qc3yfg3qbqrqhh78ea7tpu8uwvcje4/', '0', 'Arcade', 0, 0, '', 'bowling-zombie-hit'), (11986, 'Iron Tank', 'Destroy all the enemies with the only help of your tank… and your hability. Move the tank with the Left Joystick and shoot with the right Joystick.', 'https://img.gamemonetize.com/uvv3cdxpqhdhxr19g6ho5f3erk49mz5m/512x384.jpg', 'https://html5.gamemonetize.com/uvv3cdxpqhdhxr19g6ho5f3erk49mz5m/', '0', 'Shooting', 0, 0, '', 'iron-tank'), (11987, 'Strong High Heels', 'Kid\'s high-heeled shoes game is an agility clearance game to wear high-heeled shoes for perfect Parkour. What kind of experience is it to wear special high-heeled shoes for running? Here, you can give full play to your extreme speed and complete different actions!', 'https://img.gamemonetize.com/sguixjszg6xni6qaiz0w2ilz5ycswqbo/512x384.jpg', 'https://html5.gamemonetize.com/sguixjszg6xni6qaiz0w2ilz5ycswqbo/', '0', 'Adventure', 0, 0, '', 'strong-high-heels'), (11988, 'Squid Candy Challenge', 'Come and take part in the Squid-Candy-Challenge, a classic candy-cake-picking puzzle game for free. This is a wonderful online game for kids where you just have to cut the candy cake intact in a limited time, being careful not to break it, in order to succeed in the challenge. Can you complete the task?', 'https://img.gamemonetize.com/8s0u5fw79mzajqhq3a2ym7jolivl8hiv/512x384.jpg', 'https://html5.gamemonetize.com/8s0u5fw79mzajqhq3a2ym7jolivl8hiv/', '0', 'Boys', 0, 0, '', 'squid-candy-challenge'), (11989, 'Pucca Memory Card Match', 'Test your memory with this memory game. First select the difficulty level. The higher the number, the more cards are in the memo game. On the game board, there are always two identical images. Start the game by flipping a card. Then try to find another card that has the same image as the first. If you can\'t find a pair, the flipped cards will be flipped back with the face down. Try to remember these images as it becomes easier to find pairs the longer you play. When you find a pair they are removed from the board and when you find all the pairs in this memory, you have completed the level.', 'https://img.gamemonetize.com/henkbdgwvizykdes2eg103gwgdqc70jy/512x384.jpg', 'https://html5.gamemonetize.com/henkbdgwvizykdes2eg103gwgdqc70jy/', '0', 'Puzzles', 0, 0, '', 'pucca-memory-card-match'), (11990, 'Anime Girl Card Match ', 'Anime sometimes called Japanimation, is hand-drawn and computer animation originating from Japan. The term anime is derived from the English word animation, and in Japan is used to refer to all forms of animated media. Outside Japan, the term refers specifically to animation from Japan or to a Japanese-disseminated animation style often characterized by colorful graphics, vibrant characters and fantastical themes. This culturally abstract approach to the word\'s meaning may open the possibility of anime produced in countries other than Japan. The earliest commercial Japanese animation dates to 1917. A characteristic art style emerged in the 1960s with the works of Osamu Tezuka and spread in the second half of the 20th century, developing a large domestic and international audience. Anime can be distributed theatrically, by way of television broadcasts, directly to home media, and over the Internet. In addition to completely original works, anime are often adaptations of Japanese comics (known as manga), light novels, or video games. Production methods and techniques related to anime have adapted over time in response to emergent technologies. As a multimedia art form, it combines graphic art, characterization, cinematography, and other creative techniques. Anime production typically focuses less on the animation of movement and more on the realism of settings as well as the use of camera effects, including panning, zooming, and angle shots. Diverse art styles are used, and character proportions and features can be quite varied, including characteristically large or realistically sized emotive eyes. Anime is classified into numerous genres targeting both broad and niche audiences.', 'https://img.gamemonetize.com/1yx8q3vehfx95hm1i0khjxx4tt96y6rv/512x384.jpg', 'https://html5.gamemonetize.com/1yx8q3vehfx95hm1i0khjxx4tt96y6rv/', '0', 'Puzzles', 0, 0, '', 'anime-girl-card-match-'), (11991, 'ARMA Card Match', 'ARMA (stylized as ARMA) is a series of first person tactical military shooters, originally released for Microsoft Windows. It features large elements of realism and simulation; a blend of large-scale military conflict spread across large areas alongside the more close quartered battles. The first game was released in 2006 and the most recently in 2013. Later games have been released on Microsoft Windows, Linux, Android and iOS. ARMA: Armed Assault, known as ARMA: Combat Operations in the United States, is the first ARMA game, released for Microsoft Windows in November 2006 (Czech Republic/Germany), February 2007 (Europe) and May 2007 (U.S.) using the Real Virtuality 2. ARMA 3 is a standalone game for Microsoft Windows that released on September 12, 2013 using the Real Virtuality 4 game engine. It was first open to the public on March 5, 2013 using Steam\'s Early Access program. In late 2015 – early 2016 it was also released for Linux and Mac in an earlier version, aiming to catch up with the main Windows version later.', 'https://img.gamemonetize.com/nopkd3y8ci09zn5adv215batfy0uf7gn/512x384.jpg', 'https://html5.gamemonetize.com/nopkd3y8ci09zn5adv215batfy0uf7gn/', '0', 'Puzzles', 0, 0, '', 'arma-card-match'), (11992, 'Squid Gamer Color Bars', 'To get points, you must hit the bar that is the same color as the player on the screen. If, on the other hand, you connect with a bar that is a different color than your own, you will die.', 'https://img.gamemonetize.com/cc0i3yfl7e7r2u64vk63t3yi7b52epww/512x384.jpg', 'https://html5.gamemonetize.com/cc0i3yfl7e7r2u64vk63t3yi7b52epww/', '0', 'Arcade', 0, 0, '', 'squid-gamer-color-bars'), (11993, 'Jumping Switch Color', 'Having reached 50 million downloads within the shortest period of time in history, Color Switch is enjoyed by players in more than 150 countries. The latest edition of Color Switch brings you even more challenges, mini-games, and highly interesting new features that have never been seen before. How to Participate To get the ball through each obstacle, you must tap it three times. Each barrier must be navigated by following the color pattern. The ability to judge when to act and when to be patient is essential for success. Accumulate stars to get access to new balls. In Endless, you must complete every challenge and achieve a high score. With each update, new modes and levels are introduced.', 'https://img.gamemonetize.com/eyfqh6plfpmdf6sx26a8fme7u22e3mea/512x384.jpg', 'https://html5.gamemonetize.com/eyfqh6plfpmdf6sx26a8fme7u22e3mea/', '0', 'Arcade', 0, 0, '', 'jumping-switch-color'), (11994, 'Creativity Brain Test', 'Brain Challenge is an addicting free tough puzzle game with a series of challenging brain teasers to solve. Various riddles and difficult quizzes will test your reasoning skills. Even though this new puzzle game may defy logic, it will provide you with a fresh brain-pushing experience! You can have a good time with your pals while playing this addictive and humorous free IQ game. Experiment with different approaches to problem-solving, solve puzzles, and prepare for the quiz! You will have a good time with this amusing and challenging exam. If you enjoy word games, such as puzzles, jigsaw puzzles, riddle games, or any other type of quiz game, the Tough Test Brain Test is the game for you! Much more amusing than the traditional exam games.', 'https://img.gamemonetize.com/fskz6nkv1hgsr40fodgsmk9nnemafszj/512x384.jpg', 'https://html5.gamemonetize.com/fskz6nkv1hgsr40fodgsmk9nnemafszj/', '0', 'Arcade', 0, 0, '', 'creativity-brain-test'), (11995, 'Plague Virus Blast', 'Patient Zero has just been infected with your infection. As a result, you must bring about the end of the history of humanity by creating a lethal, universal plague while adapting to every defense mechanism humanity has available to combat the disease. From developer Ndemic Creations is a strategy game that is brilliantly implemented with creative gameplay and created from the ground up for screenplay. It advances the strategy category and pushes pubg mobile (and you) to new heights. It\'s you vs. the rest of the planet, and only the strongest will survive!', 'https://img.gamemonetize.com/tobmd380xuh7ovpracw1qe2tn88tt7n9/512x384.jpg', 'https://html5.gamemonetize.com/tobmd380xuh7ovpracw1qe2tn88tt7n9/', '0', 'Arcade', 0, 0, '', 'plague--virus-blast'), (11996, 'Prison Escape 2022', 'Why can you do it when you\'re not in prison? Assemble a group of cellmates and work together to create a simple means to escape. Make use of your insulting and shrewd abilities to get away from all of the guards. You must use your intellect in order to escape from prison. Do you want to experience the thrill of escaping from a jail cell? Do you want to have a realistic getaway experience? Now is the time to attempt a jailbreak and decide on an escape strategy. Breaking Bad is a really entertaining game that has smooth control and excellent gameplay. You will have a great escape and a great stealth experience thanks to the easy control and range of gaming options. You will outwit the guards, make use of your concealment abilities, and devise a brilliant escape strategy. You will need to devise escape plans in order to get out of prison.', 'https://img.gamemonetize.com/2ex8zvnbwn45f6u2pcwyj8jr777gzdfp/512x384.jpg', 'https://html5.gamemonetize.com/2ex8zvnbwn45f6u2pcwyj8jr777gzdfp/', '0', 'Arcade', 0, 0, '', 'prison-escape-'), (11997, 'Rainbow Ice Cream Sweet Frozen Food', 'Ice cream is a necessity in summer and favorite food for children. Have you eaten Rainbow Ice Cream? This is a very delicious snack, and its appearance is very beautiful, you can decorate the ice cream with various decorations, including chocolates, candies, cakes, etc. On the beautiful beach, your task is to make ice cream balls of different colors according to different tastes. Don\'t forget to add some decorations to the ice cream, such as chocolate sauce and candies!', 'https://img.gamemonetize.com/x45kv143vnqctjkevsd4bx010gwt51j3/512x384.jpg', 'https://html5.gamemonetize.com/x45kv143vnqctjkevsd4bx010gwt51j3/', '0', 'Girls', 0, 0, '', 'rainbow-ice-cream--sweet-frozen-food'), (11998, 'Hair Stylist DIY Salon Fashion & Trend', 'Hair Stylist DIY Salon is a fun educational game. In this game, children will manage their own beauty salon for the same young beauties. The salon will provide you with a large selection of tools that can be used for curling and washing curls, and combing your hair the way you like. You can cut your hair, dye your hair, curl your hair, dress up your beauty the way you want, and create the most colorful and fashionable image that even the most fashionable stylist envy because your hairstyle will Become a masterpiece. Choose your model in our salon and make it the star of the fashion show!', 'https://img.gamemonetize.com/uhrxs9cpiuh5juh0nt6672u5rnr91b8w/512x384.jpg', 'https://html5.gamemonetize.com/uhrxs9cpiuh5juh0nt6672u5rnr91b8w/', '0', 'Hypercasual', 0, 0, '', 'hair-stylist-diy-salon--fashion-amp-trend'), (11999, 'Foot Doctor Surgery Game For Kids', 'Help! Doctor, I hurt my feet, ouch! It is so painful! Could you please help me to cure my feet? I know you have the best medical tools here! Foot Doctor features Select adorable patients and Lots of Free medical tools designed. and Placate patients with free gifts.', 'https://img.gamemonetize.com/86rcfqigp6ojtxot7nchkmwa0z4sn6r0/512x384.jpg', 'https://html5.gamemonetize.com/86rcfqigp6ojtxot7nchkmwa0z4sn6r0/', '0', 'Hypercasual', 0, 0, '', 'foot-doctor--surgery-game-for-kids'), (12000, 'Draw Glow Christmas Draw & Color', 'Drawing the beautiful Christmas with glitter brushes. Don’t need any experience and skills, teach you how to draw beautiful Christmas pictures step–by–step.“Draw Glow Christmas†not only teach you how to draw Santa Claus, elk, Christmas tree, gift, and more, but also coloring. Follow the drawing steps, to finish your fantastic works! Share the joy with your friends!', 'https://img.gamemonetize.com/etb6lo2t1jasxinco5dw1mvk4pp7p616/512x384.jpg', 'https://html5.gamemonetize.com/etb6lo2t1jasxinco5dw1mvk4pp7p616/', '0', 'Girls', 0, 0, '', 'draw-glow-christmas--draw-amp-color'), (12001, 'Makeup Slime Cooking Master 2 Fun Game', 'Slime is a very popular toy among girls. It has many different colors and textures. Many girls like to make them by themselves. Barbie is also such a girl, she suddenly wanted to mix slimes with cosmetics. Do you want to make slimes with her? Come join Barbie and make beautiful and interesting slimes! Have fun with Barbie!', 'https://img.gamemonetize.com/m2u6jbtamnta5hiw53ouf94ikbggv0gw/512x384.jpg', 'https://html5.gamemonetize.com/m2u6jbtamnta5hiw53ouf94ikbggv0gw/', '0', 'Girls', 0, 0, '', 'makeup-slime-cooking-master---fun-game'), (12002, 'Real Car Parking Basement Driving School Simulator', 'It’s extremely helpful to learn new skills of parking and driving. The idea of this game is based on parking different cars in a basement parking environment. It’s parking and driving style is different and great to a great extent. Its simulation based simulator game which helps its players to gain great car parking and driving skills.', 'https://img.gamemonetize.com/by407hsucrangzpy2xmmfsc6at1jt9vi/512x384.jpg', 'https://html5.gamemonetize.com/by407hsucrangzpy2xmmfsc6at1jt9vi/', '0', 'Arcade', 0, 0, '', 'real-car-parking-basement-driving-school-simulator'), (12003, 'Car Driving Free City Driving ', 'Warmly welcome to the car stunt games lover …! If you are bore with normal Car games then no need to worry join our new stunt driving games for fun and thrill in new games 2021. It’s time to enjoy the mega car stunt impossible tracks – new games 2021 on the sky touching height impossible tracks. Play the most addictive Car stunt games. If you really want some thrill of Impossible car stunt then join this extreme new car stunt game 2021. If you are crazy for Car games simulators then we will recommend you stunt car game, So You can get a lot of fun with varieties of tracks in stunt games car. Here we represent crazy mega ramp impossible stunt car 3d - new games 2021 with adventurous tracks and amazing cars for your best experience of stunt 3d. Hopefully you will enjoy this impossible track game. Without wasting your time download Offline stunt games to enjoy your time with our new car stunt game 2021. In this extreme car stunts - mega ramp driving games 2021 you can get amazing Car stunt 3d to perform all those driving skills for real fun. In mega ramp car you will see many amazingly design tracks so you can enjoy driving in car game', 'https://img.gamemonetize.com/snq7hhz78mu2gwrfwlbhrnbj349ieozn/512x384.jpg', 'https://html5.gamemonetize.com/snq7hhz78mu2gwrfwlbhrnbj349ieozn/', '0', 'Racing', 0, 0, '', 'car-driving-free--city-driving-'), (12004, 'Neon Pong', 'Check our new game Particle Runner. This is a classic Ping Pong game with neon graphics. Try to beat the computer or play against a friend on the same screen. Much fun with 2 players on tablet. Features: -One player with three difficulty settings -Touch controlled (touch or drag on screen) -Two player mode -For Free! -No Ads during gameplay How To Play: - Use fingers (touch or drag) to move the paddle - Ball moves from center (random) - Don\'t miss the ball! - First with 10 points is winner Game is made with zero programming experience. Hope you like it! Made some cost to develop Neon Ping Pong and I really would like to maker more games. So i put a video-ad in this game when exiting (can be skipped). If you have any constructive criticism or if you find any bugs please email me or use the rating system to leave a comment. Thank you, I hope you enjoy the game!', 'https://img.gamemonetize.com/mnufpkdn3lnqcju75lbvsbixqy3ujt46/512x384.jpg', 'https://html5.gamemonetize.com/mnufpkdn3lnqcju75lbvsbixqy3ujt46/', '0', 'Clicker', 0, 0, '', 'neon-pong'), (12005, 'Coopter War ', 'Black Operations 2 is an epic and addictive combat strategy game filled with exciting adventures and explosive fun. Train your troops, deploy the armies, and battle thousands of other players online! Justice and duty are calling for you, Commander. Come back to battle against the terrorism and conflicts. With recruiting powerful troops and leading invincible armies, you can beat up evil enemies so as to accomplish glorious achievement. Features: * 4 Modes to combat: Campaign, Challenge, Endless Zombie and Online PvP. * Experience 10 spectacular battlefield in forest, factory, bridge, seaside and more! * More than 20 types of troops and battle machines: assault force, M1A2 Tank, AH-64D Apache and cruise missile etc. * Collect enough gold and win enough PVP victory bonus to upgrade your army. * Using your expert knowledge of troop deployment and airstrikes to blow the enemy army into piece. * Easy control, action-packed war game is waiting for your command.', 'https://img.gamemonetize.com/v7k0wjj0ahuosdobqrasenxs9ng9gqdk/512x384.jpg', 'https://html5.gamemonetize.com/v7k0wjj0ahuosdobqrasenxs9ng9gqdk/', '0', 'Clicker', 0, 0, '', 'coopter-war-'), (12006, 'Wrestling 2D', 'Welcome to the chaotic world of Rowdy Wrestling! Use dropkicks, overhand smashes, steel chairs and more to stun your opponent then suplex them out of the ring. Be the last wrestler standing in the Rumble mode, fight to the title in Solo career or battle as a pair in Tag Team mode. Choose one of the 55 characters and let the chaos commence!', 'https://img.gamemonetize.com/oem96g3pb43ci1e1lkv9bsyyduc7pzau/512x384.jpg', 'https://html5.gamemonetize.com/oem96g3pb43ci1e1lkv9bsyyduc7pzau/', '0', 'Sports', 0, 0, '', 'wrestling-d'), (12007, 'Zombie Doctor Rip', 'Play the ultimate Zombie Doctor Exciting Island game for endless amounts of fun. Zombie Doctor Exciting Island game is the most entertain and fascinate game that you will find! If you are ready for flying, hurried and fast game play. Zombie Doctor Exciting Island game is perfect! We have a superb range of stages waiting to be explored. Worlds of Zombie Doctor Exciting Island: We designed four different Phases for the rich game play experience to activate yourself. • Island • Underground • Sky • Winter Zombie Doctor Exciting Island is one of the best free Android Zombie game in play store. Zombie! Zombie is one of the most terrified iconic gaming characters in existence. Everyone has heard of the Zombie who lives in a fantasy world full of creepy, dreadful and ghoulish nature. Zombie Doctor Footsteps!! • Use fast taps to pull off quick moves, spins, and wall jumps to collect coins and reach the goal! • Try to avoid obstacles and run for as long as possible without crashing! Control Zombie by tapping left & Right controls as he constantly runs forward. Zombie Doctor Exciting Island is a collection of different challenges and genres. Zombie walks..!! • Attackers typically block your way • Quick taps to increase the Zombie run to complete the level • Collect coins to gain more powers • Catch the Fruits to increase your Zombie life line Features: • Level based game play • Characters: Zombie & DR Zombie • Unique worlds • Exciting Levels • New themes • Smooth game play • Effortless controls', 'https://img.gamemonetize.com/3yoeedf51m5s5tgw1bywml7eg0ck57au/512x384.jpg', 'https://html5.gamemonetize.com/3yoeedf51m5s5tgw1bywml7eg0ck57au/', '0', 'Clicker', 0, 0, '', 'zombie-doctor-rip'), (12008, 'Zombie Dontist ', 'Play the ultimate Zombie Doctor Exciting Island game for endless amounts of fun. Zombie Doctor Exciting Island game is the most entertain and fascinate game that you will find! If you are ready for flying, hurried and fast game play. Zombie Doctor Exciting Island game is perfect! We have a superb range of stages waiting to be explored. Worlds of Zombie Doctor Exciting Island: We designed four different Phases for the rich game play experience to activate yourself. • Island • Underground • Sky • Winter Zombie Doctor Exciting Island is one of the best free Android Zombie game in play store. Zombie! Zombie is one of the most terrified iconic gaming characters in existence. Everyone has heard of the Zombie who lives in a fantasy world full of creepy, dreadful and ghoulish nature. Zombie Doctor Footsteps!! • Use fast taps to pull off quick moves, spins, and wall jumps to collect coins and reach the goal! • Try to avoid obstacles and run for as long as possible without crashing! Control Zombie by tapping left & Right controls as he constantly runs forward. Zombie Doctor Exciting Island is a collection of different challenges and genres. Zombie walks..!! • Attackers typically block your way • Quick taps to increase the Zombie run to complete the level • Collect coins to gain more powers • Catch the Fruits to increase your Zombie life line Features: • Level based game play • Characters: Zombie & DR Zombie • Unique worlds • Exciting Levels • New themes • Smooth game play • Effortless controls Download free Zombie Doctor Exciting Island Application to explore Zombie kingdom. Unlock exciting new worlds to discover the DR. Zombie!', 'https://img.gamemonetize.com/7znj8lc81ajodks4rwwjuwl99qenpd18/512x384.jpg', 'https://html5.gamemonetize.com/7znj8lc81ajodks4rwwjuwl99qenpd18/', '0', 'Clicker', 0, 0, '', 'zombie-dontist-'), (12009, 'Zombie Hand ', 'The world has changed long ago. Buildings turned into ruins and bloodthirsty zombies walk through the empty streets. The dangerous virus pandemic spread all over the planet in a switch and now it\'s your deal to manage with the impact. Everybody wants to kill zombies, but you will cure them in this idle zombie hospital tycoon game. In our idle hospital simulator game a handful of apocalyptic survivors united and built several safe settlements and shelter. Finally, scientists found a treatment for the virus and we can beat the infection! Thanks to the therapy in special hospitals it is now available to bring every walking dead back to normal. Are you ready to become a tycoon manager in one of these hospitals for zombies? In our simulator game you will start with the small clinic and do your best to turn it into a modern healing complex building for the most dangerous patients in the world. Create new idle hospitals all over the globe to cure all walking dead! In this idle clicker game, you can manage staff, build and upgrade hospital departments, cure the infected. Supply paramedics with high-quality devices, expand the recreation area and equip the command post. Build your own hospital business empire! What is so special about our zombie simulator game?', 'https://img.gamemonetize.com/dje16gsuamnukcpwib8876x5wuw16dcc/512x384.jpg', 'https://html5.gamemonetize.com/dje16gsuamnukcpwib8876x5wuw16dcc/', '0', 'Clicker', 0, 0, '', 'zombie-hand-'), (12010, 'zombie smasher 96', 'Get ready to defend your home as a mob of zombies is about to invade your town! Those undead creatures are back, and it\'s up to you to keep them brainless. Use your finger to tap on the zombies to smash and eliminate them before they break down your door. How to Play: - Simply touch the zombies to kill them - Don\'t hit the kids surfers from neighborhood - Use the special power-ups wisely Game Features: - Story Mode (60 levels and more to come), Survival Mode, Time Mode - 7 totally terrifying enemy zombie breeds (normal, dog, oilworker, timberman, ghost, baby & fat boss) - Amazing visuals & immersive CD quality audio - Intense zombie-blasting action game play fit for subway time', 'https://img.gamemonetize.com/k54191whorxncrtuyxphbn2tgzjrwait/512x384.jpg', 'https://html5.gamemonetize.com/k54191whorxncrtuyxphbn2tgzjrwait/', '0', 'Clicker', 0, 0, '', 'zombie-smasher-'), (12011, 'KitsuneZenko ', 'Kitsune is the Japanese word for fox and the Zenko mean good, literally good foxes are benevolent. Your mission is help this little fox in his adventure to find his hometown by collecting all diamonds and cherries in every level and then will you help this little nice fox? But not so easily, the enemy has been waiting for you. How to play > Use in game pad to move your player, use jump button for jumping. > Avoid enemies, kill em if possible. Jump over enemy to kill them - Collect all the diamond to finish the level Unique Features: > 10 Awesome and challenging levels > 2 Camera Mode > Huge and adventures map, lots of enemies with varying skills are waiting for you. > Retro-style platform gameplay > GamePad supported (only for movements control). > Auto save level progress. > Free adventure world game > Best platformer game > Play offline Have adventure !', 'https://img.gamemonetize.com/8pozs089sxn1umfbalghyx4f5vfmma5m/512x384.jpg', 'https://html5.gamemonetize.com/8pozs089sxn1umfbalghyx4f5vfmma5m/', '0', 'Clicker', 0, 0, '', 'kitsunezenko-'), (12012, 'Jelly Jamp ', 'Meet a happy jelly blob who dreams of soaring through the skies! Help our friendly dessert reach new heights in this action packed game. Bounce from platform to platform, dodge the mean flies, and grab everything you can to get the highest score. Great fun to play with friends and family! Who can jump the highest in Happy Jump? Brought to you by Retro Dreamer & Noodlecake Studios.', 'https://img.gamemonetize.com/d98v9isjbfkwkrhq7izc6p783e2h0pa5/512x384.jpg', 'https://html5.gamemonetize.com/d98v9isjbfkwkrhq7izc6p783e2h0pa5/', '0', 'Racing', 0, 0, '', 'jelly-jamp-'), (12013, 'Blocky Dirt Rally', 'You must race in this unique retro-styled game to unlock new levels. You may do this by winning a race or finishing third or fourth in a race—a mashup of retro video game aesthetics and contemporary mobile gaming technology.', 'https://img.gamemonetize.com/pmotzd6aiarajhlsu3dt0tormdvbbp2d/512x384.jpg', 'https://html5.gamemonetize.com/pmotzd6aiarajhlsu3dt0tormdvbbp2d/', '0', 'Racing', 0, 0, '', 'blocky-dirt-rally'), (12014, 'Gravity Hook', 'It’s a challenging Hook Based Physics game where the goal is to get as high off the ground as possible avoiding contact with the dark grappling bots. Help little Boot to reach the goal!', 'https://img.gamemonetize.com/0d4npt7evn82uoe06a7k242yhxm3qr8c/512x384.jpg', 'https://html5.gamemonetize.com/0d4npt7evn82uoe06a7k242yhxm3qr8c/', '0', 'Hypercasual', 0, 0, '', 'gravity-hook'), (12015, 'Glacier Dash', 'GLACIER DASH is a fun game where you Swim, dash, and rush your narwhal buddy around the tumbling ice blocks and eat as many fish as you can! An epic Glacier! A fun game with epic possibilities! · One-touch control system! · Simple and addictive gameplay! Awesome! . The Best. Period. Glacier it up old school as you rush and dash ARCADE STYLE!', 'https://img.gamemonetize.com/9d6f5p5q40ypef7x5h3v7jv9802gzhfs/512x384.jpg', 'https://html5.gamemonetize.com/9d6f5p5q40ypef7x5h3v7jv9802gzhfs/', '0', 'Arcade', 0, 0, '', 'glacier-dash'), (12016, 'Piano And Drum For Kids', 'It\'s the classic collection of game suitable for all kids and family! -You\'ve a kid version of the Classic Piano! -You\'ve a kid version of the Drums! It\'s a great app for your little one!', 'https://img.gamemonetize.com/x553hswm2o2148vrak4aar2ob0ezbb78/512x384.jpg', 'https://html5.gamemonetize.com/x553hswm2o2148vrak4aar2ob0ezbb78/', '0', 'Clicker', 0, 0, '', 'piano-and-drum-for-kids'), (12017, 'Burrito Bison Revenge', 'Burrito Bison Revenge is only playable on your computer for now.', 'https://img.gamemonetize.com/vlaxrvuydmqeslb9h6asemn3kaq3enws/512x384.jpg', 'https://html5.gamemonetize.com/vlaxrvuydmqeslb9h6asemn3kaq3enws/', '0', 'Soccer', 0, 0, '', 'burrito-bison-revenge'), (12018, 'Car Drive City', 'Racing in the City is the greatest traffic-related unlimited automobile driving game available. In contrast to other racing games, you have the option of customizing or upgrading your vehicle. When driving in city traffic, you must either accelerate more quickly or overtake other cars more closely than usual to get more points. Racing in a car hasn\'t been this much fun in previous years. Hold the wheel in your hands right now and enjoy the experience of city driving. An entirely new type of driving game is awaiting your arrival.', 'https://img.gamemonetize.com/7sy50c5u24a8hrevmkafcz2qilf47r1e/512x384.jpg', 'https://html5.gamemonetize.com/7sy50c5u24a8hrevmkafcz2qilf47r1e/', '0', 'Racing', 0, 0, '', 'car-drive-city'), (12019, 'Creativity Master Brain', 'A series of demanding logic puzzles to solve are presented in Brain Challenge, a free, difficult puzzle game with an addictive gameplay style. Various riddles and tough quizzes will put your deductive reasoning abilities to the test. Even though this unique puzzle game appears to contradict logic, it will present you with an exciting new brain-pushing adventure! Enjoy yourself with your friends while playing this addictive and amusing free intelligence game. Make use of diverse problem-solving tactics, solve problems, and study for the quiz! When you take this entertaining and tough exam, you will also have a fantastic time. This game is perfect for those who appreciate word games such as puzzles, jigsaws, riddles, and any other form of a quiz game and those who enjoy word games in general. It is more entertaining than the typical test games.', 'https://img.gamemonetize.com/gqjnv35tcabfhja2h4yq2npmj4hup4cm/512x384.jpg', 'https://html5.gamemonetize.com/gqjnv35tcabfhja2h4yq2npmj4hup4cm/', '0', 'Arcade', 0, 0, '', 'creativity-master-brain'), (12020, 'Fun Escape 3D Fun & Run 3D Game', 'Fun Escape 3D is a funny running race game. You will race with other guys. In this game, besides moving blocks, you also need to pay attention to your components. Everyone could push others that will make them lost. So, do not be pushed out.', 'https://img.gamemonetize.com/3fhogc46exqxvvp14yx9jxg4d0dxmee9/512x384.jpg', 'https://html5.gamemonetize.com/3fhogc46exqxvvp14yx9jxg4d0dxmee9/', '0', 'Hypercasual', 0, 0, '', 'fun-escape-d--fun-amp-run-d-game'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (12021, 'Junior Mazes', 'If you love solving mazes and venturing through them, and you also love to watch Disney Junior and their various amazing shows, we invite you to combine these two things right now, through the new and fantastic game called Disney Junior Mazes, where you will solve puzzles together with these characters you adore so much! Solve the mazes and help your favorite Disney Junior characters escape from them! So far, there are two series with which you can solve mazes, and they are Puppy Dog Pals, as well as TOTS (Tiny Ones Transport Service), with both of them being new shows on the network that kids love, but we\'re sure that in the future, more characters and show will be added into the fold. For each show there will be up to thirty mazes for you to solve, increasing in difficulty one after another, and depending on your performance in them you will receive from one to three stars at the end. Not only do you have to move through the maze and find the exit, where one of your friends is waiting for you, but along the way, make sure to reach and collect all the treats and bonus items in the labyrinth, since that is how you get the most stars in return. Moving through the mazes is very simple, as you only use the arrow keys to navigate them. What are you waiting for? Start now, enjoy, and make sure to share the game with more of your friends, since they should come here and have fun too!', 'https://img.gamemonetize.com/85gvuz9lcsezqqgxqwmtpm3qewwqev9k/512x384.jpg', 'https://html5.gamemonetize.com/85gvuz9lcsezqqgxqwmtpm3qewwqev9k/', '0', 'Puzzles', 0, 0, '', 'junior-mazes'), (12022, 'Baby Hippo Dental Care Fun Surgery Game', 'Baby hippos like to eat sweets, but they hate brushing their teeth. Today his teeth finally had a problem! When he was eating, the baby hippo felt very pain in his teeth. Hurry up and take him to the dentist! Today you will be a dentist and treat baby hippo to his teeth. Can you find his dental problem?', 'https://img.gamemonetize.com/rvc98v83prj1rwwyu8v77kcfadzla6qv/512x384.jpg', 'https://html5.gamemonetize.com/rvc98v83prj1rwwyu8v77kcfadzla6qv/', '0', 'Girls', 0, 0, '', 'baby-hippo-dental-care--fun-surgery-game'), (12023, 'Baby Taylor Gets Ready For Newborn', 'Today, Taylor\'s mom announced great news! She is pregnant! Taylor and her father are very happy, they will welcome a new member in a few months. Now Taylor\'s mom needs to be taken care of. Can you help Taylor and her father take good care of mom? Don\'t forget that we have to prepare a baby room in advance! You need to clean and decorate the baby room. Don\'t waste time, let\'s take care of Taylor\'s mom!', 'https://img.gamemonetize.com/q1s2ktkgg1b7yu0qozij3non255vyas0/512x384.jpg', 'https://html5.gamemonetize.com/q1s2ktkgg1b7yu0qozij3non255vyas0/', '0', 'Hypercasual', 0, 0, '', 'baby-taylor-gets-ready-for-newborn'), (12024, 'Coloring Book For Kids Color Fun', 'Kids love fun coloring games, and this Coloring Game is one of the best free coloring book and painting apps for children! Coloring Games is filled with fun, colorful, and creative drawing and painting tools that help kids of all ages enjoy creating art on their mobile devices. There are multiple modes the whole family can enjoy, including paint by numbers, color by numbers, doodling modes, and free coloring books of all types. Whether your kid is a toddler or a preschooler, they\'re bound to have fun with this free coloring game!', 'https://img.gamemonetize.com/jva2mnr126dxjhd741evmtnfgnfoulvv/512x384.jpg', 'https://html5.gamemonetize.com/jva2mnr126dxjhd741evmtnfgnfoulvv/', '0', 'Girls', 0, 0, '', 'coloring-book-for-kids--color-fun'), (12025, 'Fashion Girl Sabrina Dressup', 'Fashion cover girl sabrina is going to the fashion show tonight. The have very elegant dresses. Also choose your favorite earrings, necklace, glasses, shoes and scarf. Dress Sabrina very stylishly', 'https://img.gamemonetize.com/nbvg7szs2p66ke0r3m38fdavcmfbqr0q/512x384.jpg', 'https://html5.gamemonetize.com/nbvg7szs2p66ke0r3m38fdavcmfbqr0q/', '0', 'Girls', 0, 0, '', 'fashion-girl-sabrina-dressup'), (12026, 'Octopus Memory Card Match', 'Test your memory with this memory game. First select the difficulty level. The higher the number, the more cards are in the memo game. On the game board, there are always two identical images. Start the game by flipping a card. Then try to find another card that has the same image as the first. If you can\'t find a pair, the flipped cards will be flipped back with the face down. Try to remember these images as it becomes easier to find pairs the longer you play. When you find a pair they are removed from the board and when you find all the pairs in this memory, you have completed the level.', 'https://img.gamemonetize.com/innyc7no5e9hhmbhp18y0lcmzqohsri8/512x384.jpg', 'https://html5.gamemonetize.com/innyc7no5e9hhmbhp18y0lcmzqohsri8/', '0', 'Puzzles', 0, 0, '', 'octopus-memory-card-match'), (12027, 'Draw Climber 2', 'Draw Climber 2 is an interesting race game. You have to draw a leg that makes sure the block could move. You will race with another block, there are obstacles will on your way. Be smart, change the shape of your legs anytime that you could pass any obstacles.', 'https://img.gamemonetize.com/z762sdtnikdm2ovu5xnuz7itodi2c4oc/512x384.jpg', 'https://html5.gamemonetize.com/z762sdtnikdm2ovu5xnuz7itodi2c4oc/', '0', 'Hypercasual', 0, 0, '', 'draw-climber-'), (12028, '3d Bubble Rush', '3D Bubble Rush is a fabulous casual game. If you are looking for a way to release your extra energy, if you want to express your masculinity in a way that is harmlessly violent, you might want to try this game. Waves upon waves of annoying enemies are approaching. You are supposed to fight your way through them by advancing courageously and forging valiantly ahead!', 'https://img.gamemonetize.com/mt98scklwbj9b3e4rj76fjopcopu4543/512x384.jpg', 'https://html5.gamemonetize.com/mt98scklwbj9b3e4rj76fjopcopu4543/', '0', 'Hypercasual', 0, 0, '', 'd-bubble-rush'), (12029, 'Sushi Roll 3D', 'Sushi Roll 3D is a marvelous casual game. Since its origination in eastern Asia, sushi has become a magnet for food lovers worldwide. It would be awe-inspiring to be informed of the exacting standards of freshness and a perfect balance of flavors and textures from the conscientious sushi chefs who painstakingly master this Japanese culinary art. This game would give you a glimpse of the manufacturing process of sushi. When collecting the stuffing or filing, please watch out for the annoying roaches!', 'https://img.gamemonetize.com/le3bqaka9r82l1mbf7bgrhpvgkcmwpko/512x384.jpg', 'https://html5.gamemonetize.com/le3bqaka9r82l1mbf7bgrhpvgkcmwpko/', '0', 'Hypercasual', 0, 0, '', 'sushi-roll-d'), (12030, 'Transporters IO', 'Go home for the new year, or celebrate the new year on the spot?', 'https://img.gamemonetize.com/sn6iubd8uf0c3wpeldimwrpz8ddjt9ku/512x384.jpg', 'https://html5.gamemonetize.com/sn6iubd8uf0c3wpeldimwrpz8ddjt9ku/', '0', 'Racing', 0, 0, '', 'transporters-io'), (12031, 'Princess on Run IO', 'collecte fashionista collection.', 'https://img.gamemonetize.com/s2ifkh61chtq9aj6tm29zq4eo7b2zyy5/512x384.jpg', 'https://html5.gamemonetize.com/s2ifkh61chtq9aj6tm29zq4eo7b2zyy5/', '0', 'Girls', 0, 0, '', 'princess-on-run-io'), (12032, 'Lunar Tiger', 'Swipe left and right, control the tiger to increase its tail, and successfully reach the end.', 'https://img.gamemonetize.com/8ygrc2i5bmzuznwkijs3ma2uz8xqcsq3/512x384.jpg', 'https://html5.gamemonetize.com/8ygrc2i5bmzuznwkijs3ma2uz8xqcsq3/', '0', 'Racing', 0, 0, '', 'lunar-tiger'), (12033, 'Plumber Pipes 2D', 'The updated edition of the Plumber video game is now available. Plumber 3 is a new way to play the popular game that connects pipes. There are 300 new stages in which you only need to build pipes and fix water pipes to complete the task. Even when technology appears to be more sophisticated than ever before, art forms are losing the attraction and enthrallment they once possessed only a few generations ago. Everyone dreamed of being a firefighter, a police officer, or a plumber when they were little. I\'m willing to wager that your ideal profession does not involve plumbing these days, at least not until you start to play plumber and repair water and oil pipelines!! Your goal in this game is to avoid leaks and flooding by joining the oil pipelines and permitting a successful flow of oil through them, just as it is in real life. If you don\'t want to get overwhelmed by problems, you\'ll have to show that you can think logically instead of putting in a lot of effort.', 'https://img.gamemonetize.com/a2v6l3azyamwjbgm9ki7b6ei412rmtwq/512x384.jpg', 'https://html5.gamemonetize.com/a2v6l3azyamwjbgm9ki7b6ei412rmtwq/', '0', 'Arcade', 0, 0, '', 'plumber-pipes-d'), (12034, 'Parking Your Car', 'The beginning of a new era in the world of automobile parking games Modern Automobile Parking 3D provides a genuine experience of vehicle games offline, and it is the greatest car simulator. Our driving games make automobile parking a pleasurable experience, and our free games take you on a spectacular voyage. Drive some of the most recognizable automobiles in the world across tough terrain that will put your driving talents to the test. It is strongly advised that you use a fresh new parking garage and driving simulator. Get immersed in the exhilarating vehicle games of parking and driving in three-dimensional space. It\'s one of the greatest games out there. If you want to learn to drive, you should take advantage of this automobile parking simulation game.', 'https://img.gamemonetize.com/i2bz4nnf1lhc71y4xqufon2kcebov86w/512x384.jpg', 'https://html5.gamemonetize.com/i2bz4nnf1lhc71y4xqufon2kcebov86w/', '0', 'Racing', 0, 0, '', 'parking-your-car'), (12035, 'Beach Rescue Emergency Boat', 'When an emergency occurs, your job as a beach lifeguard rescuer is to save the residents of the city beach. Beach lifeguard rescue is a fast-paced, action-packed game in which your goal is to save as many people as possible. You may establish yourself as the courageous seashore emergency life-saver guard by assisting and saving the residents. So, are you prepared to take on the vital difficulties and duties that come with becoming a Coast Guard rescue hero lifeguard? Do you have what it takes? Begin preparing for your beach emergency lifeguard duty as soon as possible! The beach lifeguard rescue crew is summoned to the disaster site in an emergency ambulance for boat rescue in the lifeguard simulator, and they arrive on the scene within minutes. Take on the challenge and strive to become the best beach lifeguard you can be. There is a beach storm on the city\'s sea beach, and the locals are having a good time. Prepare your rescue emergency ambulance to save people from drowning. There is an imminent need for a beach emergency rescue survival lifeguard crew to be deployed. You must be proficient at beach swimming since you may be called upon to act as a lone swimmer to ensure the safety of your colleagues. Playing this lethal rescue game will help you clean the dust off your bathing suit while also rescuing swimmers.', 'https://img.gamemonetize.com/nx0fwrrt8iyjykkmlvym2cry3c6j5i1b/512x384.jpg', 'https://html5.gamemonetize.com/nx0fwrrt8iyjykkmlvym2cry3c6j5i1b/', '0', 'Action', 0, 0, '', 'beach-rescue-emergency-boat'), (12036, 'Bomber Ghost', 'Your mission is to shoot with the bomb at the moving ghost. Your game is finished every time you fail. Your game is finished, so keep up the point to ghost to rise up.', 'https://img.gamemonetize.com/3pcbttzjw3acb5v5s4n1a79k48v9bizj/512x384.jpg', 'https://html5.gamemonetize.com/3pcbttzjw3acb5v5s4n1a79k48v9bizj/', '0', 'Arcade', 0, 0, '', 'bomber-ghost'), (12037, 'Cupcake Shop', 'Cupcake Shop is a score-based puzzle online game, developed for boys. Make custom cupcakes for your customer in a limited time, remember what they need. Do not you want to try how many scores you can get?', 'https://img.gamemonetize.com/2dz36yvpdpxvrhq7ltyp0whx8q9a1bk1/512x384.jpg', 'https://html5.gamemonetize.com/2dz36yvpdpxvrhq7ltyp0whx8q9a1bk1/', '0', 'Boys', 0, 0, '', 'cupcake-shop'), (12038, 'Save The Beauty', 'Save The Beauty is a free online adventure game for kids, which with rich levels, 2D perspective, fresh style, cartoon skin, and a random combination of level challenges that will surely open your eyes. Different levels have different traps, do not let the little sister hurt, or you will have to start all over again. Interested friends come to experience it!', 'https://img.gamemonetize.com/z7bzzbnsx41oz48j5hm58hnhx3yuks39/512x384.jpg', 'https://html5.gamemonetize.com/z7bzzbnsx41oz48j5hm58hnhx3yuks39/', '0', 'Boys', 0, 0, '', 'save-the-beauty'), (12039, 'Bonnie and BFFs Valentine Day Party', 'Bonnie and her BFFs are getting ready for Valentines Day party. This is one of the most romantic holidays of the year, it is celebrated on February 14 in many countries of the world. Immerse yourself in the magical world of pink colors! Choose from a variety of luxurious Valentines Day special edition outfits. Hearts, sparkles, and floral textures will not leave anyone indifferent! Use pink, red, gold tones for festive make-up, style girls hair in cute romantic hairstyles using holiday paraphernalia. Get in the holiday spirit with Bonnie by playing this awesome Bonnie and BFFs Valentine Day Party game on dop5.com.', 'https://img.gamemonetize.com/e1knccj1pue2kbf3fecl8ql4efrowys8/512x384.jpg', 'https://html5.gamemonetize.com/e1knccj1pue2kbf3fecl8ql4efrowys8/', '0', 'Girls', 0, 0, '', 'bonnie-and-bffs-valentine-day-party'), (12040, 'Cosmo Craft', 'Oops! You have No Internet. Explore the universe in search of Wi-Fi signals. Collect as many Wi-Fi signals as possible!', 'https://img.gamemonetize.com/ld1xzlswh6vbp804vb0udi8v0199fyj0/512x384.jpg', 'https://html5.gamemonetize.com/ld1xzlswh6vbp804vb0udi8v0199fyj0/', '0', 'Hypercasual', 0, 0, '', 'cosmo-craft'), (12041, 'Be a pirate', 'At first glance, the goal is quite simple: to run from door to door, but not everything is so easy. Along the way, you need to collect all the coins, sometimes they are hidden and you need to find them, solving riddles and completing tasks, while your time is limited, and enemies lie in wait for you at every step - other ruthless pirates, cannons, whales eating bombs, live cucumbers. Also, you can complete additional tasks by finishing off all the enemies on the map with your bombs to earn more stars per level. The platformer game is made in pixel art with a side view.', 'https://img.gamemonetize.com/antoigv8h4wvmg85p7p9lwybhanpxep9/512x384.jpg', 'https://html5.gamemonetize.com/antoigv8h4wvmg85p7p9lwybhanpxep9/', '0', 'Arcade', 0, 0, '', 'be-a-pirate'), (12042, 'Anja', 'A man is framed and imprisoned, but he never gives up and plans to self-salvation. Persevere, day after day, year after year. Hope can set him free. Finally, he can take the breath of freedom. Features: ♥ Simple, easy rules, type the correct word to win a game! ♥ ALL LEVELS are FREE for all users! ♥ NEW word gameplay, good news for word gamer! ♥ No time limit, adjust your pace at any level ♥ Play offline! No wifi required ♥ FREE hints, get tips without fees ♥ 1000 levels without repeat, be a word master in our training! ♥ Kill time-no pressure no push! ♥ Suitable for both kids and adults to train logic skills.', 'https://img.gamemonetize.com/qwsnjpdrs8moxt0qdw2ixftrovmgpmp1/512x384.jpg', 'https://html5.gamemonetize.com/qwsnjpdrs8moxt0qdw2ixftrovmgpmp1/', '0', 'Sports', 0, 0, '', 'anja'), (12043, 'Army War ', 'Hey! If you are in search of missile launcher games so you are in a good place, now join the US army military and drive US army Missile Launchers to bomb missiles on militant’s bases. This US army truck simulator driving 2018 free game is the most realistic 3d Missile Launcher simulation war game based on real army tactics with high graphics. Safe the innocent people\'s life and proof yourself as a real army hero, set in the missile launcher truck, load the truck from bombs and missile and attack on enemy base to save your people and army base before you destroy. So you have now a missile launcher, launch the missile launcher to save your country\'s people from the terrorist attack. Enemies can’t be able to defend your powerful missiles. Be aware of the enemy and use your military tactics. Modern us army missiles launcher are a great and power full weapon against the enemy.Great military & modern simulator of army missiles is best for mass destruction in enemy camps The enemy has also deployed missile launchers and dangerous bombs, troops along the border so this is clear proof that they are threatening the army to wage the war. Be aware of air fighter jets and deadly gunship helicopters at the base along the country border and before helicopters attack you have to launch the missile and destroy the enemy helicopters and another military. Your location should be kept secret. No enemy should be able to find your location because this mission is very sensitive. Strike them in this critical war.', 'https://img.gamemonetize.com/wlfghf2kzb12pkzt8iimmouzoc7h1f2y/512x384.jpg', 'https://html5.gamemonetize.com/wlfghf2kzb12pkzt8iimmouzoc7h1f2y/', '0', 'Adventure', 0, 0, '', 'army-war-'), (12044, 'Bole Touch', 'How to Play: - Tap two or more adjacent bubble of the same color. - The more bubble crush at once time, the higher score you get. - Game ends when there no bubble could be crush. Game features: - Game mode: Classic, Arcade, Casual. - Sweet and delicious UI & cool animation effects. - Free game without wifi. Tips on Scoring: - Remember just two rules below: 1. The more bubble break, the more score you will get. 2. Try to break all bubble, you will get a lot of bonus. Try this fun bubble games and you will love it!', 'https://img.gamemonetize.com/76w1d7n531uc1p19a7326ary9hya5cqp/512x384.jpg', 'https://html5.gamemonetize.com/76w1d7n531uc1p19a7326ary9hya5cqp/', '0', 'Clicker', 0, 0, '', 'bole-touch'), (12045, 'Speed Toush Car', 'This classic game has all the racing enthusiasts want to have: from nobody to the most wanted, you will use your excellent driving skills to win a higher performance car Traffic Car Racing(2D car racing) is new advanced car driving game with latest Formulla.No breaks ,high speed and lots of attitude this is what you can get by City Speed Traffic Car Racing game. Drag the leg from the Excellometer and let the Formulla of the high speed nitro fuelled racing game began .Enjoy a collection best of Car Racing Games in just one app on Google Play Store and the popularity ranking based on the number of downloads. Grab the acceleration bar, accelerate and steer your wheel to show a perfect shift. Beat all rivals, win race competition, and get yourself crowned to be top racer in the world. Satisfy your need for top speed and become a fusion of a pro racer and a stuntman. The only way to win is to race as fast you can,Choose one of the latest design cars from the car store and enjoy your drifting car racing. Drift your car with power and real excitement Drive fast as no one can hold you back in racing. Get the maximum of upgraded parts for your chosen car to and get enjoy fast car driving.High speed driving and racing on asphalt tracks never get so exciting.', 'https://img.gamemonetize.com/xqctpxotr9syvpwpuo14twzszasxnctw/512x384.jpg', 'https://html5.gamemonetize.com/xqctpxotr9syvpwpuo14twzszasxnctw/', '0', 'Sports', 0, 0, '', 'speed-toush-car'), (12046, 'Monster Of Eyes', 'Realistic horror evil stories of Eyes Horror Monster with a thrilling adventure in horror mansion. In this scary horror free game there are two friends were walking by in front of a scary horror big mansion. They are roaming in a scary evil night and they get inside the scary mansion to explore the hidden and unsolved mystery! You and your friend break into the big scary mansion in a horror night. Mansion is built like an old horror ghost scary maze. You entered and saw a red horror evil eye watching you, it is a scary red eye monster. Run and try to escape, but the horror eye monster because he is after you. The Chase Begins Here! Escape ghosts and evil jump scares in this free offline terrifying scary red eye monster survival horror game. Discover heart-thumping terror, monster chase and scary creatures in this free atmospheric horror game. After Entering into scary mansion, you must have to solve different mysteries. Scary horror evil monster voices start coming from all the corners of scary big mansion and at the moment you remember that you listened rumor\'s that a strange creature lives in mansion, you didn\'t believe this at first but something terrible happened, you decided to find out what is the matter. In this horror scp evil eyes game, you will find many clues from different places, collect the clues and try to solve the hidden unsolved mystery without being caught by the eye’s horror monster in this thrilling scary adventurous story. This horror new game of evil eyes scary horror mansion monster is very horror experience at the moment, so do not ever play this game alone in dark. We bring an amazing fun for you, just be the part of this Evil Eyes Creepy Horror Monster Thrilling Adventure Game 3D. They revealed lots of information about angry horror monster and it could be cardboard cat SCP but a little resemblance with Siren head and granny scary games. Scary Teacher is also a scary horror game with the un-solved mysteries and as like that this game is slightly similar to those but have a different thriller experience of a scary horror mansion and a eyes scary evil horror monster inside it.', 'https://img.gamemonetize.com/psc4bw1011ozauhoy0e0ua0xgezcgjgc/512x384.jpg', 'https://html5.gamemonetize.com/psc4bw1011ozauhoy0e0ua0xgezcgjgc/', '0', 'Shooting', 0, 0, '', 'monster-of-eyes'), (12047, 'Animal Toush Panda', 'Baby Touch Sounds is an interactive educational game for kids age 3 to 6 that help to identify different animal sounds, birds sound and vehicles sound to touch, Features: - 100 amazing pictures + sounds of animals, vehicles, birds - Simple and intuitive navigation - Picture book / flashcard mode. - Matching animal game - Quiz game - Touch on animals Sound The app is specifically designed with toddlers or babies in mind with a simple and intuitive navigation between the different pictures.', 'https://img.gamemonetize.com/i7bjxn3eqfhzcopg46jarfvpdwg07ot3/512x384.jpg', 'https://html5.gamemonetize.com/i7bjxn3eqfhzcopg46jarfvpdwg07ot3/', '0', 'Clicker', 0, 0, '', 'animal-toush-panda'), (12048, 'Up Down ninja', '+Just released + Fun and addicting gameplay !', 'https://img.gamemonetize.com/o61l3gr0wj3vtrr92w4knatulrsn8nx9/512x384.jpg', 'https://html5.gamemonetize.com/o61l3gr0wj3vtrr92w4knatulrsn8nx9/', '0', 'Clicker', 0, 0, '', 'up-down-ninja'), (12049, 'Samurai Vs Zombie 2D', '-This game is not intended for children. - Please buy carefully. - Advertising appears in this game. - This game may permit users to interact with one another (e.g., chat rooms, player to player chat, messaging) depending on the availability of these features. Linking to social networking sites are not intended for persons in violation of the applicable rules of such social networking sites.', 'https://img.gamemonetize.com/g4g93jyhzyeihed3vbjn4txk6cyjnafe/512x384.jpg', 'https://html5.gamemonetize.com/g4g93jyhzyeihed3vbjn4txk6cyjnafe/', '0', 'Shooting', 0, 0, '', 'samurai-vs-zombie-d'), (12050, 'Ninja Fishing 2D', 'The #1 fishing hit game is now available on Android! Join over 16 MILLION Ninja Fishing players for FREE! ★ Featured by Google as Staff Picks! ★ ★ "Higher than Angry Birds! An instantly addictive game." - WIRED ★ "A perfect example of what I love about mobile games." - IGN ★ "It’s insanely-addicting." - Gamepro ★ "Takes that Fruit Ninja concept and then profoundly expands on it." - Gamezebo Otoro, a fitness challenged ninja, might not be the best fighter, but he sure has mad skills when it comes to fishing! Cast your hook as deep as possible into the ocean, then use the tilt controls to reel back as many fish as you can. Finally, use the katana-powered touch technology to slice the scaly fish right out of the sky for maximum gold profit (watch out for the Dynamites). ★ NINJA FISHING FEATURES ------------------------------------------- ✔ Super addictive FISH & SLASH gameplay! ✔ Master both tilt & touch controls to perfection. ✔ Over *130* fish species to collect. ✔ Earn GOLD to buy lots of super upgrades like katanas, boats, fishing guides & more. ✔ Collect over 80 RARE TREASURES! ✔ Construct cool buildings in the NINJA VILLAGE ✔ Go fishing in 6 ISLANDS (+ more coming soon) ✔ Hunt rare Elemental DRAGONS! ✔ Find TREASURE CHESTS with goodies. ✔ Super-sharp HD graphics. ✔ Achievements & Leaderboards', 'https://img.gamemonetize.com/rojdb0sbfz2zvowsf8rncymoakfmx4b0/512x384.jpg', 'https://html5.gamemonetize.com/rojdb0sbfz2zvowsf8rncymoakfmx4b0/', '0', 'Shooting', 0, 0, '', 'ninja-fishing-d'), (12051, 'Candy Crush Soda', 'Play the sweetest match-3 mini game & enjoy the full-of-fun hours in candies world! Candy Crush Soda is a totally fresh new match 3 puzzle with cute characters, yummy cakes & well-designed gameplay. Switch and collect 3 or more sugar candies and watch the magical explosion effects Enjoy', 'https://img.gamemonetize.com/su7vpxqj49ndnpsz0kvpoqsdm5fkvhkn/512x384.jpg', 'https://html5.gamemonetize.com/su7vpxqj49ndnpsz0kvpoqsdm5fkvhkn/', '0', 'Puzzles', 0, 0, '', 'candy-crush-soda'), (12052, 'Floppy Bird', 'Help little Red Bird to flying through the sky trying to avoid obstacles that can kill the bird and you need to help the bird pass through it! It\'s easy to start and hard to finish game; tap on the screen for free falling flapping bird to fly through obstacles! How to play: -Tap to flap your wings to fly. -Avoid the pipes. Floppy Red Bird is the best bird game to play and entertain your kids for hours! Flap your wings to fly... and have fun with this great game!', 'https://img.gamemonetize.com/4quogjhlrha79mduhigkn8kkf86ozkgt/512x384.jpg', 'https://html5.gamemonetize.com/4quogjhlrha79mduhigkn8kkf86ozkgt/', '0', 'Hypercasual', 0, 0, '', 'floppy-bird'), (12053, 'Dunkers Fight', 'Get ready for basketball fun with the Dunkers Fight 2P game. Get ready when the countdown starts and grab the ball before your opponent. Try to throw your ball and hit the pot. If your opponent grabs the ball from your hand, resist him and protect the pot. Funny 2-person game your time playing with friends at school will pass with pleasure. Enjoy!', 'https://img.gamemonetize.com/ikcx0een75yb4w8gupe62jvyppzg6vs6/512x384.jpg', 'https://html5.gamemonetize.com/ikcx0een75yb4w8gupe62jvyppzg6vs6/', '0', 'Sports', 0, 0, '', 'dunkers-fight'), (12054, 'Squid Challenge Honeycomb', 'It\'s time to play one of the famous games in the Squid Game series. On this occasion, you will be able to demonstrate your ability to draw very well-known shapes with a small stick! It\'s time for fun with this new game called Squid Challenge Honeycomb. Enjoy playing this incredible current game for free for many hours. It is your opportunity to show that you can be the champion and win all the proceeds in these survival games !!! On this occasion you can test your ability to draw shapes as it is done in the tv series, first you can select your favorite character to try to overcome each of the levels, in the more 10 levels of this game the first four levels will test your ability to overcome and draw the basic shapes and then put more demanding levels to the test. But be careful, it is not as easy as it seems, you cannot fail a single way or you will have to start over from scratch and your character will be eliminated which will force you to select another character and thus start again.', 'https://img.gamemonetize.com/bvoihaqzwluxmcvkudsr7rcaqpk7aid6/512x384.jpg', 'https://html5.gamemonetize.com/bvoihaqzwluxmcvkudsr7rcaqpk7aid6/', '0', 'Hypercasual', 0, 0, '', 'squid-challenge-honeycomb'), (12055, '123 Squid Game Challenge Jigsaw', '456 Challenge Jigsaw is a kind of interesting puzzle game jigsaw, which is developed for the people who love the movie. 456 Challenge Jigsaw includes 12 images and several background images. Hope you can have fun in this game.', 'https://img.gamemonetize.com/i74l3pug2iim6nqbxhuko9wck965d66t/512x384.jpg', 'https://html5.gamemonetize.com/i74l3pug2iim6nqbxhuko9wck965d66t/', '0', 'Puzzles', 0, 0, '', '-squid-game-challenge-jigsaw'), (12056, 'Icing On Doll Cake Creative Bakery', 'This game is a piece of cake! Relax and create beautiful dresses, full of style and fashion. The dress will spin and all you have to do is frost the outside with different colors. Put your dress styling skills to the test! Feel stress-free and channel your inner designer in this game.', 'https://img.gamemonetize.com/wdkd4iwphlbulagme3ror0b9jc47ukzl/512x384.jpg', 'https://html5.gamemonetize.com/wdkd4iwphlbulagme3ror0b9jc47ukzl/', '0', 'Girls', 0, 0, '', 'icing-on-doll-cake--creative-bakery'), (12057, 'Doctor Hero', 'Doctor Hero is a surgery game where you start as a medical intern at a hospital, and rank up to become a doctor or surgeon. Diagnose your patients, examine their limbs, pinpoint their afflictions and diseases, operate on them and eventually be the most successful surgeon in the world! Are you ready to cure the world, Doctor Hero?', 'https://img.gamemonetize.com/5hnlmevda1el01k69vxo6a6209im5uca/512x384.jpg', 'https://html5.gamemonetize.com/5hnlmevda1el01k69vxo6a6209im5uca/', '0', 'Puzzles', 0, 0, '', 'doctor-hero'), (12058, 'Circle Run 3D', 'Take part in this sports trip now!', 'https://img.gamemonetize.com/v2t1xpnaymq7tz1nl5gogfgb3qjm6vsj/512x384.jpg', 'https://html5.gamemonetize.com/v2t1xpnaymq7tz1nl5gogfgb3qjm6vsj/', '0', '3D', 0, 0, '', 'circle-run-d'), (12059, 'Hexa Block Puzzle', 'In Hexa Block: Tangram Puzzle, you will put your depth perception and logical skills to the test as you dissect and reassemble blocks of hexagonal shapes. While playing this game, you\'ll get excellent brain exercise as well as a terrific source of relaxation because it\'s inspired by an old wooden tangram puzzle that has been updated with creative hexagon block components and combined with lovely graphics, including brilliant shimmering blocks. From the moment you begin assembling the first hexagonal piece, you will be captivated by the strange joy of seeing blocks exactly fit together and flawlessly fill out the form. Although it is simple to manage with one finger and appears straightforward at first glance, becoming a headlock master will require more. As you go through the hundreds of levels and varying challenges, you may have to make difficult decisions to discover the appropriate Hexa brick and place it in the appropriate location. Make an informed decision and avoid being stymied! With each form completed, you will see a gradual improvement in your talents.', 'https://img.gamemonetize.com/nckozrdoearda7o44nzlgw47lxg9ltth/512x384.jpg', 'https://html5.gamemonetize.com/nckozrdoearda7o44nzlgw47lxg9ltth/', '0', 'Puzzles', 0, 0, '', 'hexa-block-puzzle'), (12060, 'Hexa Balance Tower', 'Crush, blast, and toss this tower of blocks to the ground. Ultimately, the goal is to descend to balance the hexagon (a six-sided geometry) while keeping it from dropping. To win, you must go to the flag just at the bottom of the tower. Mathematical equations, logic problems, strategy, and reflexes are all included in the game mechanism. It\'s a simple game with riddles and arcade features that anyone can learn quickly. It is difficult to learn and can be difficult to master. The mechanics of the game •A hexagon shape (hex or Hexa) is positioned on top of a stack of bricks or mines (see illustration). Although you cannot move the hexagon, you may smash the blocks around it to get the hexagon closer to the earth. The blocks function similarly to mines in that they will be destroyed if you tap on them. When the tower begins to wobble, it may begin to topple; take care not to let the hex fall. • The game is over if the hexagon loses its balance and falls into the abyss. To win the game, you must maneuver the hexagon from the top to the bottom of the tower until it hits the ground and captures the flag on the other side. The stages are similar to puzzles in that you must choose carefully which block of mines to crush to prevent the tower structure from collapsing and disintegrating completely. When blocks are destroyed, they will vanish, and the tower/structure will grow shorter due to the destruction. However, not only would the block you tap be crushed, but it may also affect adjacent blocks, allowing the stack to roll, fall, or slip as a result of the impact. As a result, the hexagon will react to the rules of physics (it has several sides, so it\'s nearly like a ball)—make sure it doesn\'t fall before it hits the ground! Thus, deciding which bricks to smash is the puzzle game aspect.', 'https://img.gamemonetize.com/tp8i3im989bbnuyvmrdsewcoijd28dpi/512x384.jpg', 'https://html5.gamemonetize.com/tp8i3im989bbnuyvmrdsewcoijd28dpi/', '0', 'Puzzles', 0, 0, '', 'hexa-balance-tower'), (12061, 'Rolling The Ball 2022', 'A ball throwing game, Ball Roller 3D- Rolling Ball is one of those fascinating and pleasant 3D ball tossing games in which you must swipe left or right to roll the Ball and avoid obstacles to achieve your goal. If you enjoy playing entertaining puzzle games, you will find this Ball racing enjoyable. You can keep balancing the Ball for hours on end without pausing to catch your breath. Our roll the ball games are ideal for anyone looking for 3D ball games with music or simple and easy roller ball games to play at home. Try our roll the ball games right away! This ball game not only serves as a terrific way to pass the time, but it also serves as a fantastic brain exerciser. You can learn to balance and avoid all sorts of snags along the road if you put in the effort. Because there is no time constraint in this ball control game, you are free to move the Ball at your leisure. The gameplay of this roll ball game is basic yet quite entertaining. There are a variety of platforms to pick from and several skins. This Ball Run 3D is simple to use: install it, choose a platform and a ball, and then press the screen to start the Ball rolling. Make sure to collect diamonds along the path and avoid running into any roadblocks. Use your finger to swipe the screen right or left to create room for the Ball to go. Complete the level and move on to the next level to continue playing this endless 3D ball game for as long as you want.', 'https://img.gamemonetize.com/b3moimqef7qxccb13ukncjuxta5bv0nw/512x384.jpg', 'https://html5.gamemonetize.com/b3moimqef7qxccb13ukncjuxta5bv0nw/', '0', 'Action', 0, 0, '', 'rolling-the-ball-'), (12062, 'Motorcycle Stunts Drive', 'Stunt superbike doesn\'t get any better than racing against a friend or a random stranger on the internet. Maintain complete control of your motorbike, keep an eye out for the chance of an incoming stunt or gigantic ramp, and always keep an eye out for your competitors who are attempting to whistle past you in the race for the top bike rider honors. You don\'t have to be in high gear all of the time, but some tricks will demand that you be particularly careful and strategic in your approach. Apart from multiplayer, there are a variety of interesting modes to play; make sure you try them all to unlock all of the superbikes and give yourself a greater chance against the insanely fast bikers who are waiting until you\'re on both sides of the globe to attempt to educate you on a lesson that will last a lifetime. So best of luck, and enjoy yourselves.', 'https://img.gamemonetize.com/jgr42rlvsfhdzrm3c3orv6o8lxf252sv/512x384.jpg', 'https://html5.gamemonetize.com/jgr42rlvsfhdzrm3c3orv6o8lxf252sv/', '0', 'Racing', 0, 0, '', 'motorcycle-stunts-drive'), (12063, 'Monster Truck Offroad Driving Game', 'Is there any kid who loves to play monster truck off road driving simulator? Then this game is specially made for you. These monster trucks are standing to be driven by young kids who are stunt game lovers. This 3d graphic game can be played by toddlers too. They can drive these monster truck games if they have played truck game,', 'https://img.gamemonetize.com/owrpqtacubf4pdvxlpxkh5mtls7hf3z7/512x384.jpg', 'https://html5.gamemonetize.com/owrpqtacubf4pdvxlpxkh5mtls7hf3z7/', '0', 'Racing', 0, 0, '', 'monster-truck-offroad-driving-game'), (12064, 'Valley Gun Zombies', 'In the valley there were zombies, it\'s time for you to uncover a sniper rifle and begin cleaning the territory of stray ghouls. Try to take the monster on sight when it is far away. The red dot of the laser sight will help you not to miss. Do not allow the zombies to approach, you will not have time to react as he jumps up and stabs sharp teeth in the neck. Do not be deceived by the slowness of zombies, they attack instantly.', 'https://img.gamemonetize.com/60sve0i02t545g630n74hbym7zxu7hkk/512x384.jpg', 'https://html5.gamemonetize.com/60sve0i02t545g630n74hbym7zxu7hkk/', '0', 'Shooting', 0, 0, '', 'valley-gun-zombies'), (12065, 'Blast Boxes', 'Hello Welcome to Blast Boxes, a new puzzle match3 game. Tap on 2 or more similar boxes to remove them. Tap on 6 similar boxes to Create a bomb bonus that will remove all boxes of the same color. Good luck', 'https://img.gamemonetize.com/8tw4ezfqptbr08ck1p9j9rosnfgkrdh8/512x384.jpg', 'https://html5.gamemonetize.com/8tw4ezfqptbr08ck1p9j9rosnfgkrdh8/', '0', 'Puzzles', 0, 0, '', 'blast-boxes'), (12066, 'Sultan Match Chalng', 'Match the jewels to discover the most unique levels and adventures in the world of Sultan & Gems - Jewel Matching Adventure', 'https://img.gamemonetize.com/74fzil3gciz96sa9tdpp7b0ccox2tder/512x384.jpg', 'https://html5.gamemonetize.com/74fzil3gciz96sa9tdpp7b0ccox2tder/', '0', 'Clicker', 0, 0, '', 'sultan-match-chalng'), (12067, 'BlackPink Dress Up', 'Blackpink members Jisoo, Jennie, Lisa and Rosé are getting ready for the concert. They\'re trying on their new costumes. Let\'s choose the most beautiful skirts, trousers, socks, shoes, jewelry and bags and dress them.', 'https://img.gamemonetize.com/8xhvxzqmuc34qz0lfafiz7my1k41uuuz/512x384.jpg', 'https://html5.gamemonetize.com/8xhvxzqmuc34qz0lfafiz7my1k41uuuz/', '0', 'Girls', 0, 0, '', 'blackpink-dress-up'), (12068, 'Squid Gamer Golf 3D', 'Play this wonderful online 3D golf simulation game for free and take advantage of actual golf courses, true duels, sports competitions, and our exclusive Golf Royale war mode! Golf is a fun race to the pin game in which you do not have to wait for your opponent to tee off. Instead, drive and strike the ball as quickly as you can. By practising on our golf courses, you will be able to polish your swing, drive, chip, and putt from a limitless variety of lies on the fairway and greens and eventually become a golf master. In this true 3D golf simulation, you must avoid the rough and bunkers. You may compete against your friends, family, and Facebook friends in our internet championship simulator! In this actual sports simulator, you may win golf bags by completing tasks and unlocking a large variety of clubs and balls to help you improve your golf swing and shot.', 'https://img.gamemonetize.com/nrhn247cwtj80uqi0uffaxkwiets915b/512x384.jpg', 'https://html5.gamemonetize.com/nrhn247cwtj80uqi0uffaxkwiets915b/', '0', 'Arcade', 0, 0, '', 'squid-gamer-golf-d'), (12069, 'Clean Up Kids Cleaning Game', 'This game is the best way to learn how to keep your house always tidy and clean. Enjoy this cleaning adventure while having fun and learning how to be responsible. Houses in this town are very messy. Super Fox needs your helping hand to clean and fix the house.', 'https://img.gamemonetize.com/wk2t6b2i163zt0bs8idrfl3uokaqej47/512x384.jpg', 'https://html5.gamemonetize.com/wk2t6b2i163zt0bs8idrfl3uokaqej47/', '0', 'Hypercasual', 0, 0, '', 'clean-up-kids--cleaning-game'), (12070, 'coloring Ultimate ben 10', 'Coloring Ben 10 Ultimate Hero is an awesome game where you can enjoy coloring you favorite hero ben 10 and his friends.', 'https://img.gamemonetize.com/q4xqxoxkijlhtyv12cfzfp17fommtu1v/512x384.jpg', 'https://html5.gamemonetize.com/q4xqxoxkijlhtyv12cfzfp17fommtu1v/', '0', 'Hypercasual', 0, 0, '', 'coloring-ultimate-ben-'), (12071, 'Cute Road', 'Cute Road, are you ready to go on a challenging road? Do you know, your vehicle can jump from obstacles. In this game, you will understand what you can do with this capable vehicle and what kind of driver it is. Master or beginner? Watch out for different obstacles and other vehicles that will come along the way! Try to reach the highest score.', 'https://img.gamemonetize.com/hjy7y6kosrcdbup9ptzgpzus6q05retm/512x384.jpg', 'https://html5.gamemonetize.com/hjy7y6kosrcdbup9ptzgpzus6q05retm/', '0', 'Racing', 0, 0, '', 'cute-road'), (12072, 'Fire Trucks Differences', 'This is a puzzle game where you need to find the differences between two images, that is at first look the same, but there is a difference between them. The image is with fire trucks and in each image, there are seven differences. Find them all for a given time to win the level and to go to the next one. You can play this game in 10 levels. Tap on the left or right image at the place where you think there are some differences.', 'https://img.gamemonetize.com/tyisr2g803lkin31q667arxkwlbgg2wk/512x384.jpg', 'https://html5.gamemonetize.com/tyisr2g803lkin31q667arxkwlbgg2wk/', '0', 'Puzzles', 0, 0, '', 'fire-trucks-differences'), (12073, 'Polywar 2', 'Polywar 2 is the intense warfare shooting game in which you are dropped straight into the madness of world war 2. You control a member of the allied forces and you trying to liberate the land of all of the Nazi’s that have invaded it. Pick up your weapon and take to the battlefield trying to defeat as many Nazis as you can. Jump behind the controls of an earth moving battle tank to cause some real destruction. You must complete each mission that you have been set by your commander and save the day. Good luck Soldier!', 'https://img.gamemonetize.com/yzkk0llwfl4ytvixuci0lycivv3a7v2c/512x384.jpg', 'https://html5.gamemonetize.com/yzkk0llwfl4ytvixuci0lycivv3a7v2c/', '0', 'Adventure', 0, 0, '', 'polywar-'), (12074, 'Mini Zombie The Invasion', 'Shoot with your weapon all Mini Zombies that you see on the screen! Grab your weapon and shoot on the zombie\'s head to destroy it! The main goal is to resist the more you can and defend your barricade! Key Features: -Great gameplay over 60fps! -Smooth animations! -20 Different Tiny Zombies! -5 Different Weapons to blast Zombies! -Endless gameplay! Have fun with this great funny endless game!', 'https://img.gamemonetize.com/v7f0lsapso9tdjrqhf3jqopfllrn1uv6/512x384.jpg', 'https://html5.gamemonetize.com/v7f0lsapso9tdjrqhf3jqopfllrn1uv6/', '0', 'Arcade', 0, 0, '', 'mini-zombie-the-invasion'), (12075, 'Mega Jump', 'It\'s a classic mega jump game where you need to collect all coins to sign the best world record! Just click in to the screen to move your character in right or left where you see the coins!', 'https://img.gamemonetize.com/qks5zeceyda271t0fiw8mo3kdtrsponx/512x384.jpg', 'https://html5.gamemonetize.com/qks5zeceyda271t0fiw8mo3kdtrsponx/', '0', 'Clicker', 0, 0, '', 'mega-jump'), (12076, 'Idle Ball Clicker Shooter', 'Blast your way through endless stages in Idle Ball Clicker Shooter! Waves of killer numbered blocks come at you forever as you upgrade your shooter to idle dominance! The game plays itself, but you can guide the gun to where you want to shoot and you can click on the blocks to destroy them for currency!', 'https://img.gamemonetize.com/wfw6ef8v4w0y9jzwq4p1v9hzsv21g1ap/512x384.jpg', 'https://html5.gamemonetize.com/wfw6ef8v4w0y9jzwq4p1v9hzsv21g1ap/', '0', 'Shooting', 0, 0, '', 'idle-ball-clicker-shooter'), (12077, 'Home Pipe Water', 'Home Pipe Water Puzzle is a casual Puzzle game with a fresh cartoon style. You can encounter different situations, connect different pipes, complete levels, and unlock skins. The game is easy to operate, come quickly!', 'https://img.gamemonetize.com/8rph7m8c4g6tx98s9gv40tnygr2053mq/512x384.jpg', 'https://html5.gamemonetize.com/8rph7m8c4g6tx98s9gv40tnygr2053mq/', '0', 'Arcade', 0, 0, '', 'home-pipe-water'), (12078, 'Pregnant Princess Caring', 'Take care of her diet, give her a thorough health checkup and decorate a room for the yet to come little miracle. You are also given the chance to take care of the first bundle of joy for her royal highness and give the special little one the special love. A warm bubble bath and a nice bottle of milk are definitely what she wants. Now, give them the comfort they deserve and provide excellent care throughout these days.', 'https://img.gamemonetize.com/rjhq49ojti245kr29j7ovnn4su7k2v5p/512x384.jpg', 'https://html5.gamemonetize.com/rjhq49ojti245kr29j7ovnn4su7k2v5p/', '0', 'Hypercasual', 0, 0, '', 'pregnant-princess-caring'), (12079, 'Creative Cake Bakery Perfect Cake Maker', 'This is a super fun food-making game, mixing various ingredients to create the unique flavor and color of your food, decorating your food with beautiful sprinkles, candy, fruit, straws, and glitter.', 'https://img.gamemonetize.com/9hxen9s2qz8w9zj1cvkze32suudgvolb/512x384.jpg', 'https://html5.gamemonetize.com/9hxen9s2qz8w9zj1cvkze32suudgvolb/', '0', 'Girls', 0, 0, '', 'creative-cake-bakery--perfect-cake-maker'), (12080, 'Creative Collage Design', 'You can design all kinds of creative collages: princess dresses made of flower petals, animals made of leaves; you can also use these collages to create your own story...You will love it!', 'https://img.gamemonetize.com/ddk512ojkzxi6lrcieupx8djq2tc1as7/512x384.jpg', 'https://html5.gamemonetize.com/ddk512ojkzxi6lrcieupx8djq2tc1as7/', '0', 'Girls', 0, 0, '', 'creative-collage-design'), (12081, 'Pets Hair Salon Pet Makeover Game', 'Lovely pets are sitting in front of a mirror and waiting for new, funky haircuts. Bears, cats, dogs, and rabbits want to be real movie stars at least for one day. Design creative hairstyles for your customers before the curtains close.', 'https://img.gamemonetize.com/6exgjewbs93hhjlcrvhiypu5oh9w9hsh/512x384.jpg', 'https://html5.gamemonetize.com/6exgjewbs93hhjlcrvhiypu5oh9w9hsh/', '0', 'Girls', 0, 0, '', 'pets-hair-salon--pet-makeover-game'), (12082, 'Coloring Dolls', 'Coloring Dolls is a cute coloring game. Do you want to be an artist? Do you feel special about colors? Here is the game only made for you! Come and try it. Plenty of pictures are here for you to color. And there are also plenty of colors and stickers for you to choose. You can also do free-style drawing! Record things happened today or let out your pent-up emotions through drawing. Each of your masterpieces are very precious. So take a photo after you finish it. If you like our games, don\'t forget to give us a thumb up and recommend them to your friends!', 'https://img.gamemonetize.com/j6dmhadxwb6fnpdbglc386r7fg9nejpz/512x384.jpg', 'https://html5.gamemonetize.com/j6dmhadxwb6fnpdbglc386r7fg9nejpz/', '0', 'Girls', 0, 0, '', 'coloring-dolls'), (12083, 'Princess Unicorn Food', 'Do you like unicorns? If so, this game is very suitable for you! Princess Unicorn Food is a very enjoyable cooking game with unicorn element in it. Little princess owns a beautiful unicorn dessert shop. Come and help her cook desserts. A lot of customers are here to order foods. Cakes, ice creams and pop corns are their favorite choices. So many beautiful decorations make this game even more fantastic. It\'s very worthy to give a try!', 'https://img.gamemonetize.com/rcj6mae1mngah7epalck85hmvknwsxvx/512x384.jpg', 'https://html5.gamemonetize.com/rcj6mae1mngah7epalck85hmvknwsxvx/', '0', 'Girls', 0, 0, '', 'princess-unicorn-food'), (12084, 'Baby Fashion Dress Up', 'Baby Fashion Dress Up is a very enjoyable design game. Think your design talents are going nowhere? Try this game! In this game, you own a very famous tailor shop. Many customers are attracted by your shop and come to your shop. They may want fancy shoes. They may want cute dresses, hats or scarfs etc. As a talented tailor, come and design clothes for them according to their styles! Many carefully selected decorations and dyes are here for you to pick. We are sure you\'ll like it!', 'https://img.gamemonetize.com/f2qo7cmyzxm71niid0fxydgyx0djze6j/512x384.jpg', 'https://html5.gamemonetize.com/f2qo7cmyzxm71niid0fxydgyx0djze6j/', '0', 'Girls', 0, 0, '', 'baby-fashion-dress-up'), (12085, 'Pokemon Find Pairs', 'Pokemon Find Pairs is a memory puzzle game. Choose your mode from easy medium or hard. This game will help you imporove your memory and brain. remember pokemonsand let\'s begin', 'https://img.gamemonetize.com/b96003191ts5nyqarr251a4ytglotkcj/512x384.jpg', 'https://html5.gamemonetize.com/b96003191ts5nyqarr251a4ytglotkcj/', '0', 'Puzzles', 0, 0, '', 'pokemon-find-pairs'), (12086, 'Penguin Rescue Squad', 'Oops! The poor penguin is trapped, come to Penguin Rescue Squad and set up a rescue team to act together! Penguin Rescue Squad is a popular casual puzzle game. Fine art, easy gameplay puzzle, very worth a try. You only need to save the penguin in the least number of steps to complete the game, come and see how many stars you can get! I believe you can successfully rescue the penguin, good luck and have fun!', 'https://img.gamemonetize.com/3xrc4iwnbyt49st1ell2fbyjffms3yvy/512x384.jpg', 'https://html5.gamemonetize.com/3xrc4iwnbyt49st1ell2fbyjffms3yvy/', '0', 'Puzzles', 0, 0, '', 'penguin-rescue-squad'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (12087, 'Pimple Treatment Makeover Salon Girl Game', 'You\'re a fabulous makeup artist but after a business trip, you wake to find you have skin inflammation and some pimples you have to cure. Oh no! But you know exactly what to do! Time for a skin refresh. Use a popper to rid yourself of your red irritation, then follow with a refreshing cleanser designed to stop inflammation. Exfoliate with a simple scrub and soon you\'ll be glowing. Finish with a luscious moisturizer designed to balance oily skin. Don\'t hesitate! Let\'s start skincare!', 'https://img.gamemonetize.com/kixjmlvzn0e2ciozzrsinhiq9a27yscp/512x384.jpg', 'https://html5.gamemonetize.com/kixjmlvzn0e2ciozzrsinhiq9a27yscp/', '0', 'Hypercasual', 0, 0, '', 'pimple-treatment-makeover-salon--girl-game'), (12088, 'Save Us', 'Puzzle game with one finger control. Easy to play, hard to master. Features unlimited gameplay. Build your newest addiction!', 'https://img.gamemonetize.com/vnqfc0zkotb6wzj5x2rhg71wfblibeda/512x384.jpg', 'https://html5.gamemonetize.com/vnqfc0zkotb6wzj5x2rhg71wfblibeda/', '0', 'Arcade', 0, 0, '', 'save-us'), (12089, 'Pikachu Memory Card Match', 'Test your memory with this memory game. First select the difficulty level. The higher the number, the more cards are in the memo game. On the game board, there are always two identical images. Start the game by flipping a card. Then try to find another card that has the same image as the first. If you can\'t find a pair, the flipped cards will be flipped back with the face down. Try to remember these images as it becomes easier to find pairs the longer you play. When you find a pair they are removed from the board and when you find all the pairs in this memory, you have completed the level.', 'https://img.gamemonetize.com/wraiotclh1p8pimfxitkdtruwbri1d2s/512x384.jpg', 'https://html5.gamemonetize.com/wraiotclh1p8pimfxitkdtruwbri1d2s/', '0', 'Puzzles', 0, 0, '', 'pikachu-memory-card-match'), (12090, 'My Talking Tom Card Match', 'This simple but elegant memory card matching game was designed for anyone that wants brain improvement. Our pairs card game offers Easy, Medium, and Hard modes so you can choose your level of difficulty. Take turns against the computer. You can turn over 2 cards at a time. When it is your turn again, use your memory to turn over two cards that match. each pair of matching numbers counts towards your score. The final winning score is determined by the player with the most pairs accumulated.', 'https://img.gamemonetize.com/w74ezf8xzqb7r5boxcq3oy3tgj0ycwu6/512x384.jpg', 'https://html5.gamemonetize.com/w74ezf8xzqb7r5boxcq3oy3tgj0ycwu6/', '0', 'Puzzles', 0, 0, '', 'my-talking-tom-card-match'), (12091, 'Neon Game 2048', 'Neon 2048 is a puzzle logical game for kids. The goal of the game is to come to the maximum number of 2048. You can do that by matching two blocks with the same number. When you do that they will multiplay the number and you will get a new block with a new bigger number. All time you will get new blocks with numbers. When you move the blocks on the left, or right side they will move all blocks, so it will be a kind of sliding game. For that reason, the game will be harder to play. Play this game still you get space on the board. If you can reach the block with a 2048 number during play the game you will win at this game.', 'https://img.gamemonetize.com/ypluf3ycr3dyj5ci3f9itzvdhrs8hmhs/512x384.jpg', 'https://html5.gamemonetize.com/ypluf3ycr3dyj5ci3f9itzvdhrs8hmhs/', '0', 'Puzzles', 0, 0, '', 'neon-game-'), (12092, 'City Hero Full', 'City Hero is fun addictive action shooting game .Kill the monster and alien to save the city.If you love action and shooting game you will love this game as well.', 'https://img.gamemonetize.com/74nqywxevyvy2wv1kz32k1zoakwaj9i3/512x384.jpg', 'https://html5.gamemonetize.com/74nqywxevyvy2wv1kz32k1zoakwaj9i3/', '0', 'Shooting', 0, 0, '', 'city-hero-full'), (12093, 'Spiderman Coloring Game', 'Do you want to paint the most beautiful pictures we prepared for Spiderman? Just choose color and tap where you want to paint.', 'https://img.gamemonetize.com/rs5fiu1zesc07m67rarf6ezad7lk1fjj/512x384.jpg', 'https://html5.gamemonetize.com/rs5fiu1zesc07m67rarf6ezad7lk1fjj/', '0', 'Clicker', 0, 0, '', 'spiderman-coloring-game'), (12094, 'Candy Cake Maker', 'Candy Cake Maker is recommended as a cake cooking simulation game with two-dimensional game art animation. You are allowed to choose Cocoa Cake, Chocolate Candy Cake, and Wodka Candy Cake as recipes. You have a chance to learn and enjoy Candy Cake Maker!', 'https://img.gamemonetize.com/s31ctb5a7ttna7p7b1yahexblqcdgpql/512x384.jpg', 'https://html5.gamemonetize.com/s31ctb5a7ttna7p7b1yahexblqcdgpql/', '0', 'Girls', 0, 0, '', 'candy-cake-maker'), (12095, 'Giant Snowball Rush Fun & Run 3D Game', 'This is a unique snowball game! You will push snowballs for racing, and eventually, reach the finish line with larger and larger snowballs. Players need to flexibly avoid various obstacles and collect as many coins and props as possible. When you keep pushing the snowball, the snowball will roll bigger and bigger. The disadvantage of Snowball is that it is more difficult to control. Good luck to you!', 'https://img.gamemonetize.com/cudpfsl8mxoone3ye20496xqxqh53knu/512x384.jpg', 'https://html5.gamemonetize.com/cudpfsl8mxoone3ye20496xqxqh53knu/', '0', 'Boys', 0, 0, '', 'giant-snowball-rush--fun-amp-run-d-game'), (12096, 'Fun Race 3D Fun & Run 3D Game', 'Fun Race 3D is a 3D arcade racing game, in order to run in this dangerous place you need to control your character. Compete with others, first, your mission is to try to reach the destination. There are so many interesting skins and postures to dance, collect, and enjoy the 3D Fun Race!', 'https://img.gamemonetize.com/h96wc5f7n8p2b205zon5lfk3cxx91kg4/512x384.jpg', 'https://html5.gamemonetize.com/h96wc5f7n8p2b205zon5lfk3cxx91kg4/', '0', 'Boys', 0, 0, '', 'fun-race-d--fun-amp-run-d-game'), (12097, 'Pen Run Online Fun & Run 3D Game', 'Pen Run Online is a 3D arcade relaxing game. You will see a very unbelievable scene in the game where a colored pencil runs easily. When gathering pencils of other colors, the job is to slide the mouse or the screen to move the pen on the table. Take care to prevent books and other items from being touched. Why do you hesitate if you have total faith in your speed? Come and experience the game here!', 'https://img.gamemonetize.com/z76hgps9xcwvh3b9x8lfa8tcn7semh32/512x384.jpg', 'https://html5.gamemonetize.com/z76hgps9xcwvh3b9x8lfa8tcn7semh32/', '0', 'Hypercasual', 0, 0, '', 'pen-run-online--fun-amp-run-d-game'), (12098, 'Catwalk Battle Fun & Run 3D Game', 'Modeling seems to be a very simple profession, but in real life, models must be trained for a long time to walk. Models not only need to show beautiful clothes but also need to have elegant steps. This is not an easy task. In Catwalk Beauty Online, you need to play as a professional fashion model, showing an elegant posture and new clothes on the runway. Can you choose the model\'s clothes correctly? Work hard to become a qualified fashion model!', 'https://img.gamemonetize.com/j2yw58flg1373o2kyje4y4y92fibbjgm/512x384.jpg', 'https://html5.gamemonetize.com/j2yw58flg1373o2kyje4y4y92fibbjgm/', '0', 'Hypercasual', 0, 0, '', 'catwalk-battle--fun-amp-run-d-game'), (12099, '2048 3D', '2048 3D is a single-player sliding block puzzle game. The objective of the game is to slide numbered tiles on a grid to combine them to create a tile with the number 2048, however, one can continue to play the game after reaching the goal, creating tiles with larger numbers. The purpose is to make the cubes of the same number collide, multiply the numbers on the two cubes, and finally get the number 2048. Two identical number cubes collide and merge into their sum.', 'https://img.gamemonetize.com/07ra6mmvljdr4pkil96smem86dhc02ax/512x384.jpg', 'https://html5.gamemonetize.com/07ra6mmvljdr4pkil96smem86dhc02ax/', '0', 'Hypercasual', 0, 0, '', '-d'), (12100, 'Baby Supermarket Fun Shopping', 'Welcome to the biggest supermarket in the Town! Baby and Mommy Panda have to do the supermarket shopping today! Play together with friends and family, and help your favorite panda to do shopping in an animal\'s Supermarket.', 'https://img.gamemonetize.com/0f3n35p06ko4k96k25y3q9rrmxrnvc4a/512x384.jpg', 'https://html5.gamemonetize.com/0f3n35p06ko4k96k25y3q9rrmxrnvc4a/', '0', 'Hypercasual', 0, 0, '', 'baby-supermarket--fun-shopping'), (12101, 'Hand Doctor Surgery Game For Kids', 'Hey, do you want to become a hand doctor? Wearing a stethoscope and looking professional? Then this hand doctor game is a perfect design for you. Some kids fell on ice and hurt their hands! So little doctor, you will need to treat these boys and girls! You are going to have the ultimate fun yet learning experience. Hurry up get it now!', 'https://img.gamemonetize.com/fqp1eq3du1j7ptxgpxpd7uwwq92n7y8g/512x384.jpg', 'https://html5.gamemonetize.com/fqp1eq3du1j7ptxgpxpd7uwwq92n7y8g/', '0', 'Hypercasual', 0, 0, '', 'hand-doctor--surgery-game-for-kids'), (12102, 'Cheerleader Dress Up', 'The most beautiful cheerleaders dance is so amazing. Can you help the cheerleader choose the costumes she will wear for the dance show?', 'https://img.gamemonetize.com/fuyv7hqu647am8prirocz6shyu3ajymq/512x384.jpg', 'https://html5.gamemonetize.com/fuyv7hqu647am8prirocz6shyu3ajymq/', '0', 'Girls', 0, 0, '', 'cheerleader-dress-up'), (12103, 'Spiderman Adventures', 'Spiderman Adventures is a very fun game full of challenges, let’s be a powerful spiderman hero who avoids dangerous obstacles and enemies. Jump and run to rescue innocent civilians in spider hero games. You are going to be the free runner man. Be the strange hero against all enemies. Enjoy playing the most fun adventure game.', 'https://img.gamemonetize.com/9cdjnlvlldwpt7a23nnx1pbuj8gcwdbp/512x384.jpg', 'https://html5.gamemonetize.com/9cdjnlvlldwpt7a23nnx1pbuj8gcwdbp/', '0', 'Adventure', 0, 0, '', 'spiderman-adventures'), (12104, 'The Sword Knight', 'Sword Knight is a very fun and challenging game. The objective of the game is to find the way out, in the middle of the way, obstacles and puzzles await you. Venture across 3 worlds, with obstacles and puzzles that will challenge you at every moment.', 'https://img.gamemonetize.com/zk9ro4idbj9o6rcbvjmbfrk9bk4ge1yb/512x384.jpg', 'https://html5.gamemonetize.com/zk9ro4idbj9o6rcbvjmbfrk9bk4ge1yb/', '0', 'Adventure', 0, 0, '', 'the-sword-knight'), (12105, 'Snowma and Fighter Jet', 'How to play Destory enemy planes to safe the gifts move jet up and down using arrows . Your objective is to knock all the gifts down to the line at the bottom of the screen Enjoy guys.', 'https://img.gamemonetize.com/23g28thqd1y5dkoj8zbsfdzw407eqk2v/512x384.jpg', 'https://html5.gamemonetize.com/23g28thqd1y5dkoj8zbsfdzw407eqk2v/', '0', 'Clicker', 0, 0, '', 'snowma-and-fighter-jet'), (12106, 'Super Kitsune Zenko', 'Ktisune Zenko Adventure is a wonderful jungle adventures game with super little fox as strong hero it combines the classical game play of retro games and some new skills of the adventure games with awesome levels! So you will be joining in thrilling world adventures to rescue your princess who is kidnapped by the evil. This game is easy to control but super addictive too that will rock you through different levels of challenging smashing, running, jumping and shooting in this dangerous jungle. In a world Adventure filled with many beautiful adventures. Have fun playing this fun platform adventure game here at gamemonetize.com!', 'https://img.gamemonetize.com/9itra3d2765vzl064mltqkm7oeeqfkhm/512x384.jpg', 'https://html5.gamemonetize.com/9itra3d2765vzl064mltqkm7oeeqfkhm/', '0', 'Clicker', 0, 0, '', 'super-kitsune-zenko'), (12107, 'Word Search Birds', 'Find the word in straight line of blocks (Horizontally, vertically or diagonally with any direction), press the block showing the first alphabet and move till you come to the last alphabet of the word. Find all the words displayed in left panel to complete a level. Complete all level to win this game.', 'https://img.gamemonetize.com/c9ejy875opa1rvh87o603wadtlo8dmqn/512x384.jpg', 'https://html5.gamemonetize.com/c9ejy875opa1rvh87o603wadtlo8dmqn/', '0', 'Puzzles', 0, 0, '', 'word-search-birds'), (12108, 'Racing Pic Pasting', 'It is a photo puzzle game with primitive shape jigsaw mechanism. In each level you need to paste the missing pieces of a photo to complete it. Drag the pieces from the below panel and drop them where they best fit.', 'https://img.gamemonetize.com/79za3mwik7fcwjlhych4tghctd64niy7/512x384.jpg', 'https://html5.gamemonetize.com/79za3mwik7fcwjlhych4tghctd64niy7/', '0', 'Puzzles', 0, 0, '', 'racing-pic-pasting'), (12109, 'Make a Bridge and Go Get Gifts Ice', '', 'https://img.gamemonetize.com/1aye7jhd164v0fe80a7x2q0noztickia/512x384.jpg', 'https://html5.gamemonetize.com/1aye7jhd164v0fe80a7x2q0noztickia/', '0', 'Puzzles', 0, 0, '', 'make-a-bridge-and-go-get-gifts-ice'), (12110, 'Foosball Funny', 'Children and adults can play this free online foosball game on their PC or mobile devices by clicking in the window below.', 'https://img.gamemonetize.com/984qz8m6pjfbj7h27k3cn7zv5g74pkwt/512x384.jpg', 'https://html5.gamemonetize.com/984qz8m6pjfbj7h27k3cn7zv5g74pkwt/', '0', '2 Player', 0, 0, '', 'foosball-funny'), (12111, 'Jungle Dash Challenge 3D', 'Jungle Dash 3D is an 3D online game with simple controls. You must run in the jungle in this 3D running mobile game, hop over to clear hazards of all sorts. The faster you go, the greater will be your ranking! Don\'t forget to pick your coins along the way. See how far you can go, get a good score in the Jungle Dash 3D!', 'https://img.gamemonetize.com/x1itjb6bnqm0tt4sirdt9ed12q4q71vh/512x384.jpg', 'https://html5.gamemonetize.com/x1itjb6bnqm0tt4sirdt9ed12q4q71vh/', '0', 'Adventure', 0, 0, '', 'jungle-dash-challenge-d'), (12112, 'Gifts Snake', 'Collect gifts with moving the snack without collides it\'s body You have three types of control. The default one is relative. If the snake is moving horizontally, you need to touch the screen above or below the snake to make him go up or down. If he moves virtically, you need to touch the screen on the snake\'s right or left to make him go in the adequate direction.', 'https://img.gamemonetize.com/jxl6ynze3dwgl8uoto276yht00zz8n33/512x384.jpg', 'https://html5.gamemonetize.com/jxl6ynze3dwgl8uoto276yht00zz8n33/', '0', 'Clicker', 0, 0, '', 'gifts-snake'), (12113, 'Boss vs Warriors Fight', 'You can choose one of the colorful characters in order to participate in the game Boss vs Warriors. Your character will race down the road, and catch up with ferocious monsters. At a certain distance, you can shoot and hit your enemies. But if the distance is lost, your only chance is to jump over the monster. You can also collect coins and extra lives on your way.', 'https://img.gamemonetize.com/aju8863xus9eufqlkzvsix8359zl72gw/512x384.jpg', 'https://html5.gamemonetize.com/aju8863xus9eufqlkzvsix8359zl72gw/', '0', 'Clicker', 0, 0, '', 'boss-vs-warriors-fight'), (12114, 'Air War Boom', 'It\'s time to battle the enemies through air attack to enforce the Power of the Supreme! Numerous aircraft, spaceships to battle with, knock them out with gunfire, missiles from your fighter jet! In the short run and gun. The Sky gets filled with smokes of gunfire and high-tech missiles resulting in a devastating aero strike. The surroundings get more batlesome as you progress through the game showcasing the real feel of the air force. Arcade Games Free brings you the 1945 Air Force Game; this game has everything needed for an adrenaline-pumping experience with your favorite retro airplane shooting down any enemies who are left standing! It features multiple missions worth replaying again and again and different planes to pilot right into battle at any time during gameplay!. With high-quality graphics, authentic sound effects & addictive music, it will become part of your daily routine (or maybe not!). It\'s 1945, and World War II is over. But, a new war is just beginning. This time it has moved into the skies; you are fighting for your nation in the air! You have the power to battle against to enforce your war authority. You have the right to use all of your weapons on all enemies you will see before yourself. Some of them may be flying in 1945 military aircraft planes, and some others flying in 1945 alien spaceships. These enemies want to conquer our lands, and we must hold them back by any means necessary. You fight against their fire with yours but beware of their special abilities; they can shoot at a higher rate than you can or even maneuver around faster than your guns can keep up with! Air War 1945 is an air force arcade game related to free games, airplanes, flight simulators, or an airplane shooter. 1945 game consists of multiple levels and aircraft in which the player can pilot on both 1945 and post 1945 environments. Air War 1945 also includes enemies with different capabilities such as sky force reloaded from the 1980s and fighter 1945 from the 1990s. The game starts off with a swarm of enemy spaceships; eliminate them to earn more coins. Next, you have the traffic of special air jets trying to block your way and prevent you from earning more coins faster – knock them out for an extra boost in firepower! As if that wasn\'t enough, there are also tough boss enemies who will make things very challenging at times - but they\'re well worth it because when defeated, these bosses reward players with power-ups like bonus gunfire which can help get through those difficult missions even quicker than before. Designed with many levels of difficulty, the main goal of playing this game is to fight with enemies in the Sky, flying and shooting enemy aircraft. Coins, extra lives, fuels can be earned as you progress through the game. The more you fire, the more you destroy enemy aircraft, and you earn more points! In the game, there will be many different challenges to face. It starts off with incoming enemy spaceships that come at you with force. Knock them out by shooting your fighter jets filled up with gunfire and eliminate traffic of special air jets which fly fast towards you. Special boss enemies are also present in this game which makes it difficult for players like yourself to win! Eliminate these bosses so they can reward more gunfire when hit until all waves have been cleared away from destroying any opponents on-screen or time runs out before each wave is completed once again, making everything go back into place as if nothing has happened yet over and over again without stopping ever since then. The sound of clashing swords and shouting soldiers echo in your ears. Each new enemy you defeat earns rewards that can be used for upgrades to improve gameplay or health boosts to help survive the next battle. You\'ll rack up a variety of different types of awards as time goes on - bonuses are awarded based on how many enemies defeated consecutively without taking any damage; an extra life is rewarded if enough points were earned within one game session; medals may also be gained for completing difficult tasks, but it\'s worth noting that these do not actually count towards anything other than bragging rights, so they\'re really just there for show! The game gets faster as you knock out more bosses, and it gets tougher to deal with the incoming enemies in this 1945 air force war game. The game keeps track of your best scores, along with your current score. By this, you can compare how well/ bad you are playing the aero strike instantaneously. The game gives you the vibrant feel of constantly being engaged in the run and gun, as there are lots of incoming enemies for you to defeat in this air force tycoon. The game mechanics are designed in a way to keep you focused on the air force attack game itself. It goes without saying, the game sound gives you a taste of the actual Warfield. So why wait then? Show your Power in the Sky and prove that it is indeed sky force reloaded. Buckle up for the war of your lifetime! The level has a powerful Boss for you to beat! Shoot \'em up in this ultimate car shooter game! Features: Beautiful and stunning graphics. Unique challenges with epic and huge bosses Easy Controls & Attractive Sound. Challenging Environments to explore. Extreme car shooting. Loads of guns.', 'https://img.gamemonetize.com/2pokkg8ngbip9eqy7rngg9396px1m6eh/512x384.jpg', 'https://html5.gamemonetize.com/2pokkg8ngbip9eqy7rngg9396px1m6eh/', '0', 'Shooting', 0, 0, '', 'air-war-boom'), (12115, 'Real Car Parking Driving Street', 'Are you annoyed by all the similar parking games, and the lack of graphics and originality? Are you looking for a new car park to park your vehicle as much as you want? We know you\'re here hoping to find a game that\'s perfect for you.', 'https://img.gamemonetize.com/33umxbirp5yyrxqgxqxn54wh82mgvfzm/512x384.jpg', 'https://html5.gamemonetize.com/33umxbirp5yyrxqgxqxn54wh82mgvfzm/', '0', 'Racing', 0, 0, '', 'real-car-parking--driving-street'), (12116, 'memorize nature', 'You have a set of cards on the table. The cards have pairs which have random positions on the table, what you have to do is memorize the pairs of cards that have the same images of nature printed on them.', 'https://img.gamemonetize.com/f7ok4vu7t2at1s5tm9tiflw6zq0y898t/512x384.jpg', 'https://html5.gamemonetize.com/f7ok4vu7t2at1s5tm9tiflw6zq0y898t/', '0', 'Hypercasual', 0, 0, '', 'memorize-nature'), (12117, 'Crypto Plinko', 'Plinko is one of the most famous Casino games. "Crypto Plinko" was built on the basis of this brilliant game! The object of the game is to win as much money as possible with the given odds. Just drag the "Crypto Chip" to the top of the Plinko board. Aim for the prize you want to win by lining up the chip inside an area where it can bounce around the board until it lands in the slot. Drop the chip and wait for it to land in the desired slot. Thank you for playing Crypto Plinko!', 'https://img.gamemonetize.com/wrdx5bct8va70vgyp59t8sdjsahawvhr/512x384.jpg', 'https://html5.gamemonetize.com/wrdx5bct8va70vgyp59t8sdjsahawvhr/', '0', 'Hypercasual', 0, 0, '', 'crypto-plinko'), (12118, 'Moto Cross Extrême Freestyle', 'Do you like moto games racing and motor racing? Enjoy motocross, extreme trial and freestyle motorcycling!! If you love digging your wheel in the mud and extreme moto freestyle motorbike racing, this motorbike games are for you: Superb racing with real motorbike and nitro speed while breathing the freedom of this freestyle motorbike sport!', 'https://img.gamemonetize.com/bdee9rddxkxrmrjex5vnyyxq58aljwq9/512x384.jpg', 'https://html5.gamemonetize.com/bdee9rddxkxrmrjex5vnyyxq58aljwq9/', '0', 'Arcade', 0, 0, '', 'moto-cross-extrme-freestyle'), (12119, 'Mad Skills Motocross 3', 'With jaw-dropping game physics, endless customizations, hundreds of tracks and awesome online multiplayer events, Mad Skills Motocross 3 is the new standard in horizontal racing games. Spectacular 3D graphics, realistic motorcycle sounds and an upbeat soundtrack capture the spirit and aggressiveness of real motocross.', 'https://img.gamemonetize.com/z2beywnb0pfow0uwlmt7o5h41wvhkd2u/512x384.jpg', 'https://html5.gamemonetize.com/z2beywnb0pfow0uwlmt7o5h41wvhkd2u/', '0', 'Hypercasual', 0, 0, '', 'mad-skills-motocross-'), (12120, 'Mr. Bean Find the Differences', 'Now it\'s time for popular game that\'s called Mr. Bean Find the Differences, let\'s have fun! Behind these pictures are small differences. Can you find them? They are fun designs for you to play with. A game that is fun and educational because it will help you improve your observation and concentration skills. You have 30 levels, each level with 7 differences with a set time to complete it.', 'https://img.gamemonetize.com/go17jyqgzh8ltubn2516x7r1ehvhsnuq/512x384.jpg', 'https://html5.gamemonetize.com/go17jyqgzh8ltubn2516x7r1ehvhsnuq/', '0', 'Puzzles', 0, 0, '', 'mr-bean-find-the-differences'), (12121, 'Gogiadventure2022', 'Gogo Adventure 20022 - Interesting skill - arcade game. Сalculate the correct length to make a bridge for the main character, if you make a mistake he will fall and the game will end. Build a bridge of different lengths to another platform. Earn game scores and write it in your leaderboard. Good Luck!', 'https://img.gamemonetize.com/ya24bgltf5hfxzclpzrtg4od7mx8ly4g/512x384.jpg', 'https://html5.gamemonetize.com/ya24bgltf5hfxzclpzrtg4od7mx8ly4g/', '0', 'Clicker', 0, 0, '', 'gogiadventure'), (12122, 'One Day With Daddy Cleaning & Cooking', 'Daddy’s little girls to the rescue! You girls are gonna have SO much fun with this girl\'s game. Oh no! Mommy\'s away, and now clueless Daddy\'s in charge! In this funniest of all messy house cleaning games, help Daddy stop the messy house from falling to pieces! Clean the house, whip up some delicious dinner, and don’t forget to leave some mani-pedi time with Daddy!', 'https://img.gamemonetize.com/quhtpok2p2xuw5fnmma3k8s55r2jroby/512x384.jpg', 'https://html5.gamemonetize.com/quhtpok2p2xuw5fnmma3k8s55r2jroby/', '0', 'Girls', 0, 0, '', 'one-day-with-daddy--cleaning-amp-cooking'), (12123, 'Cooking Christmas Traditional Food', 'Exciting Christmas can\'t lack delicious traditional food. If you are interested in how to make Christmas food, don\'t miss this game. Come and make roast turkey, salmon smoked ham, pudding, gingerbread, and make your Christmas table even richer! Have fun!', 'https://img.gamemonetize.com/hzijvbly4gznn717h1z7m3xkv24cm09n/512x384.jpg', 'https://html5.gamemonetize.com/hzijvbly4gznn717h1z7m3xkv24cm09n/', '0', 'Girls', 0, 0, '', 'cooking-christmas-traditional-food'), (12124, 'Winx Musa Spring Fashion', 'Winter will end soon and spring begins. Musa bought dresses and jewelry for sunny days that smelled like flowers. She has started a new spring fashion to wear in the spring. She has to look very stylish. Can you help her choose the clothes and make up?', 'https://img.gamemonetize.com/8nfn4fz3gy8ydo4ssrdo56nllnvgaew5/512x384.jpg', 'https://html5.gamemonetize.com/8nfn4fz3gy8ydo4ssrdo56nllnvgaew5/', '0', 'Girls', 0, 0, '', 'winx-musa-spring-fashion'), (12125, 'Unicorn Ice Pop Summer Fun', 'Unicorn Ice Pop is the best ice cream game to make ice pops and popsicles. For ice cream games, making ice pops, sunshine, milkshake, ice cone, ice cream sandwich are really fantastic. Summer is coming, ice lolly maker will have a nice yummy treat with all kinds of memo ice creams. In this ice lolly maker game, ice pops are the best. Fruit ice pop, unicorn ice pop is offered, such as strawberry popsicles, cream ice pop, and juice ice pops. Popsicles mania, come to join this ice dessert salon and make rainbow unicorn ice cream.', 'https://img.gamemonetize.com/4zz6gmpdib34gkwtete6kx4lnzz4ukk6/512x384.jpg', 'https://html5.gamemonetize.com/4zz6gmpdib34gkwtete6kx4lnzz4ukk6/', '0', 'Girls', 0, 0, '', 'unicorn-ice-pop--summer-fun'), (12126, 'Ardent Girl Escape', 'Ardent Girl Escape is a point and click escape game developed by 8BGames. Imagine that you went to an Ardent Girl house as a babysitter. When you went there; she got trapped in this house. Find some hidden object to solve some interesting clues to escape the Ardent Girl. Good luck…Have fun!', 'https://img.gamemonetize.com/0pw7uns9u8u2moltsaopg6ej4tgo1gp2/512x384.jpg', 'https://html5.gamemonetize.com/0pw7uns9u8u2moltsaopg6ej4tgo1gp2/', '0', 'Puzzles', 0, 0, '', 'ardent-girl-escape'), (12127, 'Pug Dog Escape', 'Pug Dog Escape is a point and click escape game developed by 8BGames. Imagine that you have a pet pug dog in your house. Being very notorious; the dog used to place well in the house. Unfortunately the dog got trapped in a room. Find some hidden object to solve some interesting clues to escape from the yellow house. Good luck…Have fun!', 'https://img.gamemonetize.com/fnqbi1ggupv7klbh2uejiyi9th5q0tr2/512x384.jpg', 'https://html5.gamemonetize.com/fnqbi1ggupv7klbh2uejiyi9th5q0tr2/', '0', 'Puzzles', 0, 0, '', 'pug-dog-escape'), (12128, 'Find the mia Brother', 'Find the mia Brother is a point and click game developed by 8B Games/Games2Mad. I\'m Mia. I Need your help to find my Brother. Here is the interesting puzzles and hidden objects to find and rescue the mia\'s Brother . Good luck.. Have fun!', 'https://img.gamemonetize.com/09550gpr7t8099urzliopmtd39x0uh1z/512x384.jpg', 'https://html5.gamemonetize.com/09550gpr7t8099urzliopmtd39x0uh1z/', '0', 'Puzzles', 0, 0, '', 'find-the-mia-brother'), (12129, 'Mason Escape', 'Mason Escape is a point and click escape game developed by 8BGames. Imagine that you went to a Mason house to take him to the construction site. When you went there, he got trapped in a room. Find some hidden object to solve some interesting clues to rescue the Mason. Good luck…Have fun!', 'https://img.gamemonetize.com/lmjv95r7myftcy93nfetbb10w906jd2e/512x384.jpg', 'https://html5.gamemonetize.com/lmjv95r7myftcy93nfetbb10w906jd2e/', '0', 'Puzzles', 0, 0, '', 'mason-escape'), (12130, 'Little Monster Escape', 'Little Monster Escape is a point and click escape game developed by 8BGames. Imagine that you found a little monster in your farm house. You are about to take that little Monster to the forest. Unfortunately the Little Monster got trapped inside a room. Find some hidden object to solve some interesting clues to escape the Little Monster. Good luck…Have fun!', 'https://img.gamemonetize.com/yxc9tr1fuh2mqgva5u61l49kej7jsj41/512x384.jpg', 'https://html5.gamemonetize.com/yxc9tr1fuh2mqgva5u61l49kej7jsj41/', '0', 'Puzzles', 0, 0, '', 'little-monster-escape'), (12131, 'Swing Into Action', 'The spider does not go on adventures alone, but together with his friends, whom you must control as well as the main character himself. Direct the characters in the right direction, while trying to avoid obstacles leading to serious problems.', 'https://img.gamemonetize.com/sm7zoigzlelvhrbd6usjj6tt676ev9nv/512x384.jpg', 'https://html5.gamemonetize.com/sm7zoigzlelvhrbd6usjj6tt676ev9nv/', '0', 'Adventure', 0, 0, '', 'swing-into-action'), (12132, 'Mora Rush Fun & Run 3D Game', 'Have you played a guessing game? Rock-paper-scissors game, I think you should have played this game. Then, you will like this game! Mora Rush is a unique racing game. There are many obstacles on the track, you need to follow the prompts to change the shape of your fingers until you win!', 'https://img.gamemonetize.com/m61i0y9bx4e3xfue7c676fj2m49s8hki/512x384.jpg', 'https://html5.gamemonetize.com/m61i0y9bx4e3xfue7c676fj2m49s8hki/', '0', 'Girls', 0, 0, '', 'mora-rush--fun-amp-run-d-game'), (12133, 'Little Lovely Dentist Fun & Educational', 'Lots of people want to be great dentists. Is that your dream? Now you get a chance to treat those poor patients at the clinic in this dentist game! Patients are lining up outside. Let\'s start to check patients\' teeth/tooth problems. They suffer from kinds of teeth problems such as bad teeth, tooth decay, dental calculus, and more.', 'https://img.gamemonetize.com/at4oy2n5x412cm0t2y6nu75ufbrdqmp3/512x384.jpg', 'https://html5.gamemonetize.com/at4oy2n5x412cm0t2y6nu75ufbrdqmp3/', '0', 'Hypercasual', 0, 0, '', 'little-lovely-dentist--fun-amp-educational'), (12134, 'Pjmasks Starlight Sprint', 'It has been some long time since we have last brought our visitors any new PJ Masks Games online on our website, but since we know that it is the most beloved category of Disney Junior Games we currently have here, we knew that sharing this game with you all right now was definitely the right call to make, and we are also the first website to share this game with visitors, so once again we prove why being here daily is the right thing to do if you want the best new games on the internet! We will now teach you how this game works, so reading this fully will be of great help! Together with Catboy, Owlette, or Lizard Kid you are going to be running on rooftops, having to get to the end of each level without falling between buildings, or hitting obstacles or enemies along the way. The characters are going to be running by themselves, and you are going to press the spacebar when you want to jump, and if you want to get an extra boost of speed, press the shift key. Good luck to you, and we hope you collect as many orbs as possible so that your score will be really big by the end of the game!', 'https://img.gamemonetize.com/2c27fzjqb7d49srhpuwcop2rrrshww7q/512x384.jpg', 'https://html5.gamemonetize.com/2c27fzjqb7d49srhpuwcop2rrrshww7q/', '0', 'Racing', 0, 0, '', 'pjmasks-starlight-sprint'), (12135, 'Royal Girls Fashion Salon Makeover Game', 'Princess Irene is waiting for you at the castle, join her and discover all the girly things you can do in this stylish princess game. Makeup, hair, dress up, you can do anything you want, the only limit is your creativity! Have fun with Princess Irene!', 'https://img.gamemonetize.com/p6ypg4yt3b78qip7mwvfjyk9kmhdz4z6/512x384.jpg', 'https://html5.gamemonetize.com/p6ypg4yt3b78qip7mwvfjyk9kmhdz4z6/', '0', 'Hypercasual', 0, 0, '', 'royal-girls-fashion-salon--makeover-game'), (12136, 'Motorcycle Pet Delivery', 'Do you enjoy playing bike driving simulation games on your computer? We\'ve compiled the greatest free bike driving games for your enjoyment. Play the City Motorbike Animal Transport and enjoy its one-of-a-kind gameplay experience. In this game, you will take on the role of a bike driving simulator and transfer various pets from one location to another. The rider prepares their motorbike for pet animal carrying in our City Motorcycle Pet Animals program. Motorbike transport animal delivery is difficult because wild animals may hurt you while loading them for motorbike animal delivery. Animal Transport by Motor Cycle Animal teleportation missions will require riders to attach an engine trolley cage to their bikes. They will also load their cargo into a motor mini truck and a cargo cage for offroad pet dog transport. Cattle, farm animals, and wild animals such as cows, goats, horses, Ponies, and Dogs will be transported to city clients by offroad pet dog transport in animal transit games 2019.', 'https://img.gamemonetize.com/czcra8fwlf4xiqkqiap7ahtt50is5t5r/512x384.jpg', 'https://html5.gamemonetize.com/czcra8fwlf4xiqkqiap7ahtt50is5t5r/', '0', 'Racing', 0, 0, '', 'motorcycle-pet-delivery'), (12137, 'Cube Craft Survival', 'Are you ready for the struggle for survival in natural life? With the Cube Craft Survival game, you must meet all your needs by yourself. Go around the land and collect supplies for your basic needs, such as hunting tools that you see on the list on the left, food clothing. Remember, the land is full of wild animals. Gather the necessary weapons materials for the hunt and start hunting. Pack vegetables for eating. You will not understand how the minutes pass in the 3D game. Start playing the most realistic of craft games. Have fun!', 'https://img.gamemonetize.com/8vezvexol30ykex072zvdho5cbv1c16e/512x384.jpg', 'https://html5.gamemonetize.com/8vezvexol30ykex072zvdho5cbv1c16e/', '0', 'Adventure', 0, 0, '', 'cube-craft-survival'), (12138, 'My Idol Dressup Diary', 'My Idol Dressup Diary is a very cute dress up game. Do you have idols in your real life? How many idols do you have? You may love their dressing styles. You may love their cute faces. What if we told you that you could design your own idol? It\'s totally up to you whether he\'ll be cute or cool! What he will be wearing is up to you too. It\'s like you are his agent. Isn\'t it exciting? Let\'s try this incredible game. So much fashionable outfits and cool decorations are waiting for you to pick. Call your friends and invite her to play with you. Look who design the most handsome idol!', 'https://img.gamemonetize.com/y9ggecnkhtk6dfzsvimc3gqwkynuspe8/512x384.jpg', 'https://html5.gamemonetize.com/y9ggecnkhtk6dfzsvimc3gqwkynuspe8/', '0', 'Girls', 0, 0, '', 'my-idol-dressup-diary'), (12139, 'Popular Hair Salon', 'Popular Hair Salon is a very fresh and popular haircut game. In this game you are an experienced barber and own a great barber shop. Lots of customers come to your shop everyday. There is no time for hesitating. Because these customers are waiting for you for a long time and they really need your help. Come and design hairstyles for them. Don\'t forget to wash their hair first. After you finish their hairstyles, another challenge is here: match clothes for them! There are many fancy clothes for you to choose. Try out what clothes will make them stand out from the crowd. If you like this game. Give us a thumb up and recommend it to your good friends. We will produce more fun games for you!', 'https://img.gamemonetize.com/795gtqj4xrn8mgnkinny8qtdwdu267kr/512x384.jpg', 'https://html5.gamemonetize.com/795gtqj4xrn8mgnkinny8qtdwdu267kr/', '0', 'Girls', 0, 0, '', 'popular-hair-salon'), (12140, 'Slap And Run Online', 'As a simple 3D avoiding arcade game, Slap And Run requires you to slap as many colorful stickman walkers as you can and arrive at the finish line while you are avoiding traps on the track at each level. After you overpass the finish line, you could strike an orange stickman to get high scores! Keep calm and have a good time!', 'https://img.gamemonetize.com/pfkldovch13mhbz0c18vyxg6g35idwvs/512x384.jpg', 'https://html5.gamemonetize.com/pfkldovch13mhbz0c18vyxg6g35idwvs/', '0', 'Arcade', 0, 0, '', 'slap-and-run-online'), (12141, 'Little Panda Space Kitchen Space Cooking', 'Have you ever imagined that you are cooking delicious food in a space capsule? Ever wanted to be a space chef? Little Panda\'s Space Kitchen, where children will be exposed to a variety of recipes and wonderful Space Kitchen machines. Join Red Panda\'s Space Kitchen, try cooking, and dress up as a space chef. Don\'t forget your chef\'s hat!', 'https://img.gamemonetize.com/5n6dagpbbuv310gj1ixv70nrd61fjooj/512x384.jpg', 'https://html5.gamemonetize.com/5n6dagpbbuv310gj1ixv70nrd61fjooj/', '0', 'Girls', 0, 0, '', 'little-panda-space-kitchen--space-cooking'), (12142, 'Lovely Virtual Dog Pet Care', 'Let us introduce you Duddu, our new dog! He is a super nice dog who lives in a wonderful world full of fun and adventure. Become a part of Duddu’s everyday life and build a true friendship with your new virtual pet.', 'https://img.gamemonetize.com/aviv1zzplpu82tqlr1ocr7do0tngjtx3/512x384.jpg', 'https://html5.gamemonetize.com/aviv1zzplpu82tqlr1ocr7do0tngjtx3/', '0', 'Girls', 0, 0, '', 'lovely-virtual-dog--pet-care'), (12143, 'Burger Super King Sim', 'This casual game requires you to assemble burgers that include the required quantity of relevant components to progress through each level. Using your left and right hands, move the burger around to capture falling components such as tomato slices, cheddar cheese, smoked ham, onions, and other vegetables as they fall. Your burger will eventually reach extraordinary heights, nearly surpassing the height of a skyscraper in terms of vertical height. Every single one of our Android games is completely free, and there are no in-app purchases to be found anywhere in them. Begin by starting your browser and pressing the "Play" button!', 'https://img.gamemonetize.com/uazsaggqayvjzwjffr9dc7nqt7qufm53/512x384.jpg', 'https://html5.gamemonetize.com/uazsaggqayvjzwjffr9dc7nqt7qufm53/', '0', 'Arcade', 0, 0, '', 'burger-super-king-sim'), (12144, 'Bird Smash', 'Smash everything you close. You your smasher and win the game. Many flying monster models are coming to you, and you have to smash them, be fast and click or touch the screen when it is close to your super smasher.', 'https://img.gamemonetize.com/rcqi27g1z5vtrv5vg3q3d89x55etd5vq/512x384.jpg', 'https://html5.gamemonetize.com/rcqi27g1z5vtrv5vg3q3d89x55etd5vq/', '0', 'Arcade', 0, 0, '', 'bird-smash'), (12145, 'mySolar Build your Planets', 'Play as a God, build your own solar. Roaming the universe to collect GP (God point) and MP (Mass point) to grow your solar. Defeat all emery solars, absorb their resources. It is special type of solar system games, you need to build your own solar system by collecting asteroid to get MP, and destroy enemy planet to get GP. Using GP you can create orbits, and add slot on the orbit. Using MP you can create planet or sun. Also each planet can also able to add satellites. When enter each level, it is simulate a sandbox universe. You can enter the level unlimited of times, to get MP and GP again and again.', 'https://img.gamemonetize.com/2cpve2jafk68sp04y5uq2yzpoa4x1oae/512x384.jpg', 'https://html5.gamemonetize.com/2cpve2jafk68sp04y5uq2yzpoa4x1oae/', '0', 'Shooting', 0, 0, '', 'mysolar--build-your-planets'), (12146, 'Drag Formula', 'Drive Formula the best you can. 4 different formula bolids in this skill game. Use your finger to control formula in this great drifting game. Stay on track and make best resault.', 'https://img.gamemonetize.com/ea3t7gfpsvua41ptt8493008sk4ihx7h/512x384.jpg', 'https://html5.gamemonetize.com/ea3t7gfpsvua41ptt8493008sk4ihx7h/', '0', 'Sports', 0, 0, '', 'drag-formula'), (12147, 'Watermelon Run 3d', 'Watermelon Run 3D is a collecting running arcade game with 3D watermelon blocks and platforms. As a pineapple man, you need to collect watermelon blocks to overpass obstacles on the track to the finish line. The more you collect, the more coins you could win. Have a good time and complete all levels!', 'https://img.gamemonetize.com/tqz5flyueup1snz2yn4vmekg0e5m6msc/512x384.jpg', 'https://html5.gamemonetize.com/tqz5flyueup1snz2yn4vmekg0e5m6msc/', '0', 'Hypercasual', 0, 0, '', 'watermelon-run-d'), (12148, 'Priyanka Chopra Dress Up', 'Bollywood star Priyanka Chopra is an International actress, singer, model, film producer, philanthropist, and the winner of Miss World 2000. She chooses a dress for the party she will go to at night. Can you help her get dressed? Their dresses, jewelry and shoes should be very stylish.', 'https://img.gamemonetize.com/hs50j6019d7lk63o7v3qyyc8lzdp5u2y/512x384.jpg', 'https://html5.gamemonetize.com/hs50j6019d7lk63o7v3qyyc8lzdp5u2y/', '0', 'Girls', 0, 0, '', 'priyanka-chopra-dress-up'), (12149, 'Modern Home Interior Design', 'Princess Cinderella bought a new villa recently. It\'s a luxury house but no furniture in it. Fortunately, one of Cinderella\'s best friends Elsa is a good interiors designer. And she can give Cinderella some useful advice for the decoration. There are four rooms in the villa. Let\'s help Cinderella to decorate them all! Choose your favorite style and make the house become perfect.', 'https://img.gamemonetize.com/3ystg1ge4tu144l3i1gbtn18zah7k3kf/512x384.jpg', 'https://html5.gamemonetize.com/3ystg1ge4tu144l3i1gbtn18zah7k3kf/', '0', 'Hypercasual', 0, 0, '', 'modern-home-interior-design'), (12150, 'Attack on titan assault fighting ', 'Attack on titans fighting is an awesome game', 'https://img.gamemonetize.com/5pg7ceco5tc8ot782c0zv9mgnf6nxh2s/512x384.jpg', 'https://html5.gamemonetize.com/5pg7ceco5tc8ot782c0zv9mgnf6nxh2s/', '0', 'Adventure', 0, 0, '', 'attack-on-titan-assault-fighting-'), (12151, 'Burnin&#x27 Rubber Crash n&#x27 Burn', 'Burnin&#x27; Rubber Crash n&#x27; Burn is a car driving game that has a lot of explosions in it. Try to destroy as much as you can and collect cash in over 25+ missions to unlock new cars, style gadgets, and upgrades.', 'https://img.gamemonetize.com/awnt1wbqdk99vi8mekcl3yud112g8wgy/512x384.jpg', 'https://html5.gamemonetize.com/awnt1wbqdk99vi8mekcl3yud112g8wgy/', '0', 'Racing', 0, 0, '', 'burninampx-rubber-crash-nampx-burn'), (12152, 'Drift Race Simulator', 'Your task is to earn money to buy new cars by drifting. - Free and cool game. - Open 3D world. - Realistic car physics. - Detailed car models in high quality. The game has the following cars: - Nissan Silvia S13 - Nissan Laurel R33 - Nissan Skyline GT-R R32 - BMW M3 E46 - BMW M3 E92 - Nissan GT-R R35 - BMW M5 E60 - Nissan Skyline R32 Missle - Nissan Silvia S15 - Toyota Supra A90 The fleet is constantly replenished. Replacement of discs, spoiler, color, neon, additional wheel settings are available for each car. There are also 3 maps, 1 city, 2 race tracks available to you. By logging into the game, you can hang in the gameplay for several hours, while simultaneously getting incredible pleasure. Log in to the game and start playing, you won\'t regret it! :)', 'https://img.gamemonetize.com/0ngj8gody5ifhpi9uoa4sydkcxuw884n/512x384.jpg', 'https://html5.gamemonetize.com/0ngj8gody5ifhpi9uoa4sydkcxuw884n/', '0', 'Racing', 0, 0, '', 'drift-race-simulator'), (12153, 'The Word Search', 'Play the best word search game. English crosswords. Word search and word game. If you like puzzle games and fun games, this game is for you. It is one of difficult games and different games.', 'https://img.gamemonetize.com/rqx4jd8jdynuxibp2dzhoz6jwkelk2y9/512x384.jpg', 'https://html5.gamemonetize.com/rqx4jd8jdynuxibp2dzhoz6jwkelk2y9/', '0', 'Puzzles', 0, 0, '', 'the-word-search'), (12154, 'Masked Forces 3', 'Masked Forces 3 is another amazing title from the superb masked forces first person shooter series. In this episode you can take part in both singleplayer and multiplayer game modes. In singleplayer you can undertake a series of challenging missions and utilize your shooting skills against a series of AI controlled opponents. Alternatively, if you prefer to fight against other human players then why not jump into the action-packed multiplayer game mode? In this mode, you can take part in a variety of team deathmatch games and attempt to rack up the most kills! Use a superb range of weapons including shotguns, machine guns, and grenade launchers. The graphics remain fantastic and the new game modes are a heap of fun to pick up your weapon today!', 'https://img.gamemonetize.com/4awkbzk54rufgauh558hy2raem1fqahr/512x384.jpg', 'https://html5.gamemonetize.com/4awkbzk54rufgauh558hy2raem1fqahr/', '0', 'Shooting', 0, 0, '', 'masked-forces-'), (12155, 'Crazy Party', 'Crazy Party is a town management game that features a collection of multiplayer mini games. You start by managing a small village that has some Cutie residents living in it. Accept mini game challenges from your neighbours or challenge them yourself. There are a variety of mini games like Sumo, Bite the Butt, Ice Racing, Tug of War, Rocket Battle, Fishing, Jump the Rope, FoFrogger, and more! You can play them solo or with your friends. You can spend the money you\'ve earned from mini games on gorgeous customization items and skins. In the town view, you can also manage your resources to develop your dream village. Complete missions, spin the reward wheel, unlock achievements, recruit new Cuties be the best mayor this town has ever seen!', 'https://img.gamemonetize.com/8wwlzfpkwerr71hmsmrvexkkj2vcvlym/512x384.jpg', 'https://html5.gamemonetize.com/8wwlzfpkwerr71hmsmrvexkkj2vcvlym/', '0', '3D', 0, 0, '', 'crazy-party'), (12156, 'Pony Care', 'Our lovely friend pony played in the garden today and very dirty. Bathe first, then dress up in the best costumes and enjoy watching your dream pony.', 'https://img.gamemonetize.com/sdev0lc2r6ov0xfbnizemebprw7a6b1l/512x384.jpg', 'https://html5.gamemonetize.com/sdev0lc2r6ov0xfbnizemebprw7a6b1l/', '0', 'Girls', 0, 0, '', 'pony-care'), (12157, '4th and Goal 2022', '4th and Goal 2022 is an American Football game where you are a professional quarterback leading your team to victory. In the newest entry of the beloved series, there are brand new teams, strategies and team set-ups in your playbook. As the Quarterback of your football team, you need to make the calls to score touchdowns and convert them. Choose your plays from the playbook wisely, so you can unblock other players to score a try, and make it a team effort! Make Big Hits, score touchdowns, and choose plays created by current, and former high school, college, and pro football players! Choose different moves from the playbook to set up a wonderful passing play, or try to snatch a few meters for yourself and set up another play. Compete in a single Championship game, battle through a Playoff Tournament, and prepare for the next Super Bowl in 4th and Goal 2022!', 'https://img.gamemonetize.com/jz6f6p7mu5yged8gbk2ymkb4jgwgvlkp/512x384.jpg', 'https://html5.gamemonetize.com/jz6f6p7mu5yged8gbk2ymkb4jgwgvlkp/', '0', 'Sports', 0, 0, '', 'th-and-goal-'), (12158, 'Red Crab Draw', 'Red Crab Draw is an amazing puzzle game, your mission is draw a line to fill the aquarium with water. Make a Happy Crab by filling the glass with water. Try to find the best unique way to fill an empty glass.', 'https://img.gamemonetize.com/ym3vxx9nt9n7r7g2a89jlsrtsgrhe36u/512x384.jpg', 'https://html5.gamemonetize.com/ym3vxx9nt9n7r7g2a89jlsrtsgrhe36u/', '0', 'Puzzles', 0, 0, '', 'red-crab-draw'), (12159, 'Lines to Fill', 'Lines to Fill is a thinking game where you draw lines to complete the given puzzle shape. Simply drag one of the colorful blocks using your finger or the left mouse button, and make sure there are no blank spots left. Since the game has no time limits and no way to lose, you can enjoy this stress-free experience complete with hundreds of unique levels on your computer or mobile device. Can you block out some time and finish every level?', 'https://img.gamemonetize.com/elsrdju7cppa7gx7ait4rgbwe005enps/512x384.jpg', 'https://html5.gamemonetize.com/elsrdju7cppa7gx7ait4rgbwe005enps/', '0', 'Puzzles', 0, 0, '', 'lines-to-fill'), (12160, 'Buy An Ice Cream Escape', 'Buy an Ice Cream Escape is a point and click game developed by Games2Live. Imagine that you are in a street. You saw a hungry girl. So you decided to buy her an Ice-cream. Here are the interesting puzzles and hidden objects to buy an Ice-cream. Good luck…Have fun!', 'https://img.gamemonetize.com/57fkbhxtxecm7hf6488vbfcvxe1scehz/512x384.jpg', 'https://html5.gamemonetize.com/57fkbhxtxecm7hf6488vbfcvxe1scehz/', '0', 'Puzzles', 0, 0, '', 'buy-an-ice-cream-escape'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (12161, 'CaveWoman Escape', 'Cave-Woman Escape is a point and click escape game developed by 8BGames/Games2Mad. Imagine that you had been to a place; on there you found a Cave-Woman got trapped. Find some hidden object to solve some interesting clues to escape the Cave-Woman. Good luck…Have fun!', 'https://img.gamemonetize.com/1dqmkici1c33syd1pxrt53boema46zbc/512x384.jpg', 'https://html5.gamemonetize.com/1dqmkici1c33syd1pxrt53boema46zbc/', '0', 'Puzzles', 0, 0, '', 'cavewoman-escape'), (12162, 'Caveman Escape 2', 'Caveman Escape 2 is a point and click escape game developed by 8BGames/Games2Mad. Imagine that you had been to a place; on there you found a Caveman got trapped. Find some hidden object to solve some interesting clues to escape the Caveman. Good luck…Have fun!', 'https://img.gamemonetize.com/yjdjv23ztmq4fm3frkokaints2rtg1cf/512x384.jpg', 'https://html5.gamemonetize.com/yjdjv23ztmq4fm3frkokaints2rtg1cf/', '0', 'Puzzles', 0, 0, '', 'caveman-escape-'), (12163, 'G2M Mouse Escape', 'Mouse Escape is a point and click escape game developed by 8BGames/Games2Mad. Imagine that you had been to a place; on there you found a Mouse got trapped in it. Find some hidden object to solve some interesting clues to escape the Mouse. Good luck…Have fun!', 'https://img.gamemonetize.com/27m2fprcn87j9aoagdbdxhmbcuhnb7pj/512x384.jpg', 'https://html5.gamemonetize.com/27m2fprcn87j9aoagdbdxhmbcuhnb7pj/', '0', 'Puzzles', 0, 0, '', 'gm-mouse-escape'), (12164, 'Tree House Forest Escape', 'Tree House Forest Escape is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a forest, there you got trapped inside the forest Here is the interesting puzzles and hidden objects to find and get escape from the forest. Good luck... Have fun!', 'https://img.gamemonetize.com/s62haos0rimqp0w9zo55mpdwf2acn3py/512x384.jpg', 'https://html5.gamemonetize.com/s62haos0rimqp0w9zo55mpdwf2acn3py/', '0', 'Puzzles', 0, 0, '', 'tree-house-forest-escape'), (12165, 'Castle Escape 2', 'Castle Escape 2 is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a Castle; there you got trapped inside the Castle. Here are the interesting puzzles and hidden objects to find and get escape from the Castle. Good luck… Have fun!', 'https://img.gamemonetize.com/15rksw1qlxkltrr6iu3vy9845e4qoa2y/512x384.jpg', 'https://html5.gamemonetize.com/15rksw1qlxkltrr6iu3vy9845e4qoa2y/', '0', 'Puzzles', 0, 0, '', 'castle-escape-'), (12166, 'Escape From Zoo', 'Escape From Zoo Escape is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a Zoo with your wild pet animals; there you got trapped inside the Zoo. Here are the interesting puzzles and hidden objects to find and get escape from the Zoo. Good luck... Have fun!', 'https://img.gamemonetize.com/ftf8n1e4s3hyh8zwzhks0j5kilp5mxty/512x384.jpg', 'https://html5.gamemonetize.com/ftf8n1e4s3hyh8zwzhks0j5kilp5mxty/', '0', 'Puzzles', 0, 0, '', 'escape-from-zoo'), (12167, 'Rescue The Hungry Girl', 'Rescue the Hungry Girl is a point and click game developed by 8B Games/Games2Mad. Imagine that you had been to a fantasy forest. There you found a Girl inside the hut. Here are the interesting puzzles and hidden objects, to feed the little hungry Girl and rescue her. Good luck... Have fun!', 'https://img.gamemonetize.com/ncgk84ke0jofkzqymkjqdojpxhmzynz1/512x384.jpg', 'https://html5.gamemonetize.com/ncgk84ke0jofkzqymkjqdojpxhmzynz1/', '0', 'Puzzles', 0, 0, '', 'rescue-the-hungry-girl'), (12168, 'Abandoned Island Escape', 'Abandoned Island Escape is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to an Island; there you got trapped inside the Island. Here are the interesting puzzles and hidden objects to find and get escape from the Island. Good luck... Have fun!', 'https://img.gamemonetize.com/bxzeqabron27hk1d1rz85kp205yycqqq/512x384.jpg', 'https://html5.gamemonetize.com/bxzeqabron27hk1d1rz85kp205yycqqq/', '0', 'Puzzles', 0, 0, '', 'abandoned-island-escape'), (12169, 'Ambulance Escape', 'Ambulance Escape is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a Hospital; there you have to go out immediately. Here are the interesting puzzles and hidden objects to find and get escape from the Hospital. Good luck... Have fun!', 'https://img.gamemonetize.com/3bjlk345askoejp80hvpmmmpl7jr9qv0/512x384.jpg', 'https://html5.gamemonetize.com/3bjlk345askoejp80hvpmmmpl7jr9qv0/', '0', 'Puzzles', 0, 0, '', 'ambulance-escape'), (12170, 'Dog House Escape', 'Dog House Escape is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a house; there you got trapped inside the house. Here are the interesting puzzles and hidden objects to find and get escape from the house. Good luck... Have fun!', 'https://img.gamemonetize.com/nx9s9hz2lx5dxr41mwbo2yi7bf69v8m4/512x384.jpg', 'https://html5.gamemonetize.com/nx9s9hz2lx5dxr41mwbo2yi7bf69v8m4/', '0', 'Puzzles', 0, 0, '', 'dog-house-escape'), (12171, 'Space Girl Escape', 'Space Girl Escape is a point and click game developed by 8B Games/Games2Mad. Imagine that a girl trapped in Space Station, as you are in earth, you have decided to escape the space girl. Here are the interesting puzzles and hidden objects to find and help her to escape. Good luck... Have fun!', 'https://img.gamemonetize.com/xoq72p2i2a5jow44irdw6j9j3pfux5bd/512x384.jpg', 'https://html5.gamemonetize.com/xoq72p2i2a5jow44irdw6j9j3pfux5bd/', '0', 'Puzzles', 0, 0, '', 'space-girl-escape'), (12172, 'Seahorse Escape', 'Seahorse Escape is a point and click escape game developed by 8BGames/Games2Mad. Imagine that you went to a fantasy sea on an evening to get relax yourself. While you were relaxing, you found a Seahorse locked up. Find some hidden object to solve some interesting clues to escape from the Seahorse. Good luck…Have fun!', 'https://img.gamemonetize.com/2jjgtujgwzgi6zgi3vfnsdxex1ozg504/512x384.jpg', 'https://html5.gamemonetize.com/2jjgtujgwzgi6zgi3vfnsdxex1ozg504/', '0', 'Puzzles', 0, 0, '', 'seahorse-escape'), (12173, 'Cave Treasure Escape', 'Cave Treasure Escape is a point and click game developed by 8B Games/Games2Mad. Imagine that you had been to a place having gold coins. You want to grab the coins and get escape. Here are the interesting puzzles and hidden objects to find and get escape. Good Luck... Have Fun!!!', 'https://img.gamemonetize.com/zt43c11g8l70erbbotyvfikja31wxl42/512x384.jpg', 'https://html5.gamemonetize.com/zt43c11g8l70erbbotyvfikja31wxl42/', '0', 'Puzzles', 0, 0, '', 'cave-treasure-escape'), (12174, 'Parrot Escape', 'Parrot Escape is a point and click escape game developed by 8BGames/Games2Mad. Imagine that you had been to a place; on there you found a Parrot got trapped in it. Find some hidden object to solve some interesting clues to escape the Parrot. Good luck…Have fun!', 'https://img.gamemonetize.com/wixtgytynjlgdm7z3ecbf0yyomgyxulo/512x384.jpg', 'https://html5.gamemonetize.com/wixtgytynjlgdm7z3ecbf0yyomgyxulo/', '0', 'Puzzles', 0, 0, '', 'parrot-escape'), (12175, 'Funny Monkey Forest Escape', 'Funny Monkey Forest Escape is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a forest, there you got trapped inside the forest Here is the interesting puzzles and hidden objects to find and get escape from the forest. Good luck... Have fun!', 'https://img.gamemonetize.com/kg7ml35nd6a5spiy083r2udec8v9j04n/512x384.jpg', 'https://html5.gamemonetize.com/kg7ml35nd6a5spiy083r2udec8v9j04n/', '0', 'Puzzles', 0, 0, '', 'funny-monkey-forest-escape'), (12176, 'Old Prisoner Escape', 'Old Prisoner Escape is a point and click game developed by 8B Games/Games2mad. Imagine that your old friend had been too prisoner in a jail. You are now here to rescue him. Here are the interesting puzzles and hidden objects to find and get escape with your friend. Good luck… Have fun!', 'https://img.gamemonetize.com/xvzv85sg0nx73kk2saznq316hgxcggx3/512x384.jpg', 'https://html5.gamemonetize.com/xvzv85sg0nx73kk2saznq316hgxcggx3/', '0', 'Puzzles', 0, 0, '', 'old-prisoner-escape'), (12177, 'Cube Stamp it 3D', 'Here is a cube jumping arcade game for you to play. With 3D cubes and platforms, it is supposed for you to collect the order amount of the same as your cube on the track to the finish platform. Black platforms will decrease one of your current cubes. Only when you collect all the cubes and jump on the finish platform, you could win the corresponding level!', 'https://img.gamemonetize.com/3l5csksyuv9gve1geaqi118ymtgik08a/512x384.jpg', 'https://html5.gamemonetize.com/3l5csksyuv9gve1geaqi118ymtgik08a/', '0', 'Arcade', 0, 0, '', 'cube-stamp-it-d'), (12178, 'Type Sprint', 'Are you good at typing on the keyboard or mobile? Type Sprint is both a running racing game and a typing relaxation game with 3D stickman players. It is managed for you to type fast to make platforms for your character to run forward as the first three. I think typing on PC is easier than it on mobile. Good luck and have fun!', 'https://img.gamemonetize.com/4fvos45xhjn09yhw14y705upyuxd260j/512x384.jpg', 'https://html5.gamemonetize.com/4fvos45xhjn09yhw14y705upyuxd260j/', '0', 'Puzzles', 0, 0, '', 'type-sprint'), (12179, 'They Are Coming', 'What will you do if you are chased by too many crazy enemies? They Are Coming provides you with a chance to experience a life of being chased with red stickman armies in a 3D avoiding arcade game. It is managed for you to collect guns and avoid obstacles on platform tracks at all levels. After you overpass the finish line, you could use a machine cannon to eliminate all chasing enemies. Never let them approach you anyway!', 'https://img.gamemonetize.com/xsl16g691hpstiuxkhzd7jw1a47g7gl8/512x384.jpg', 'https://html5.gamemonetize.com/xsl16g691hpstiuxkhzd7jw1a47g7gl8/', '0', 'Arcade', 0, 0, '', 'they-are-coming'), (12180, 'Ninja Crossword Challenge', 'It\'s time to test your vocabulary with Ninja Crossword Challenge, an educational puzzle online game for everyone, and a free game for kids to improve their vocabulary. All you have to do is fill in the words in the grid, the game has more vocabulary than you can imagine, ready to take on my challenge?', 'https://img.gamemonetize.com/yejgvi529l7815e8ifxfl6n179h1aa81/512x384.jpg', 'https://html5.gamemonetize.com/yejgvi529l7815e8ifxfl6n179h1aa81/', '0', 'Boys', 0, 0, '', 'ninja-crossword-challenge'), (12181, 'Gang Street Fighting 2D', 'A fun and excellent vintage fighting action game, Gang Street Fighting 2D allows you to show off your specific combat techniques and skills to the street gang, including karate, Taekwondo, Muay Thai, kickboxing, and boxing. The Street Gang will be impressed by your particular fighting styles and skills, so show them off! You will learn to fight hand-to-face, unarmed, with your kicks and punches, as well as how to use your own body with incredible dexterity to deflect the kicks and punches of your opponent. But don\'t underestimate their abilities! They are extremely effective street fighters. You are taught a variety of defenses and assault techniques to aid you in your fight, including punching, striking, catching, throwing, and dodging. It is your responsibility to punch, kick, smash, and knock them all out. The rage has begun! Maintain your resolve and get ready for savage combat in the midst of city chaos.', 'https://img.gamemonetize.com/0ldz3kt04kaca3mukl0fnmkwqu4rr59q/512x384.jpg', 'https://html5.gamemonetize.com/0ldz3kt04kaca3mukl0fnmkwqu4rr59q/', '0', 'Arcade', 0, 0, '', 'gang-street-fighting-d'), (12182, 'Squid Bird Jump 2D', 'One day, a very small squid bird chose to slip out of her nest and go on an exploration of the surrounding area. Little Squid Bird has become disoriented in an alley and is unable to find his way back home! Aid her in escaping before Mama Squid Bird discovers her whereabouts! (Keep in mind that she\'ll be in serious danger!) Simply tapping once or twice will cause her to take to the air! Collect coins and jewels along the journey, and you\'ll meet some new chirpy companions! It appears to be straightforward, doesn\'t it? There is, however, a problem: stray cats are now on the loose! Grumpy, exercise caution. If the cat is grumpy, you wouldn\'t want to be caught with him!', 'https://img.gamemonetize.com/v6rqif6yq4ucx859s7ke8ussh8mazn6b/512x384.jpg', 'https://html5.gamemonetize.com/v6rqif6yq4ucx859s7ke8ussh8mazn6b/', '0', 'Arcade', 0, 0, '', 'squid-bird-jump-d'), (12183, 'Pretty Box Bakery Game Makeup Kit', 'The ordinary cake maker is cylindrical, but have you ever seen a special shaped cake? Their appearance makes it hard to believe that they are actually cakes, and at the same time, their taste is very delicious. Making this kind of cake requires a very high artistic talent. If you have a certain degree of art skills or like painting and food. Why are you hesitating? Come and experience this game. Your task is to use various tools to make special cakes and paint them with brilliant colors. Come and use your imagination to make shocking cakes!', 'https://img.gamemonetize.com/wh8uat543w87nva0l3nkjxjxtxytzoqk/512x384.jpg', 'https://html5.gamemonetize.com/wh8uat543w87nva0l3nkjxjxtxytzoqk/', '0', 'Girls', 0, 0, '', 'pretty-box-bakery-game--makeup-kit'), (12184, 'Brain Trainer Trivia', 'Trivia - Animals, Flags, History, Food What is the top speed of a cheetah? And where did mankind originate? These, and many more questions are found in Brain Trainer Trivia!', 'https://img.gamemonetize.com/hsz5ewaxzxo0wbfyaqmevvbacdnbgiut/512x384.jpg', 'https://html5.gamemonetize.com/hsz5ewaxzxo0wbfyaqmevvbacdnbgiut/', '0', 'Puzzles', 0, 0, '', 'brain-trainer-trivia'), (12185, 'Sweet Crush', 'Sweet Crush is a match-3 game. Match-3 is a popular type of casual puzzle game. The objective of the game is to make combinations of candies of the same type to pop the candies and earn points. With various types of unique power-ups you can pop candies of the same type/color, pop all the candies on the screen or even pop a "candy bomb", to clear a candy region and accumulate more points. Play with your friends and get the highest score possible!', 'https://img.gamemonetize.com/autqf4l4tk3fsx8qrrw3jia3tvkiwbz4/512x384.jpg', 'https://html5.gamemonetize.com/autqf4l4tk3fsx8qrrw3jia3tvkiwbz4/', '0', 'Puzzles', 0, 0, '', 'sweet-crush'), (12186, 'Yummy Waffle Ice Cream', 'Time to bake some tasty waffles! Follow the directions as you choose and mix together dry and wet ingredients. Follow the recipe to perfect to bake the perfect yummy waffles. After you are done baking it is time to top the waffles with ice cream and sauces. Try to unlock all 10 achievements in this fun online baking game.', 'https://img.gamemonetize.com/k9v9gqscjl5xqbyzjfr57ub2madnpl7r/512x384.jpg', 'https://html5.gamemonetize.com/k9v9gqscjl5xqbyzjfr57ub2madnpl7r/', '0', 'Girls', 0, 0, '', 'yummy-waffle-ice-cream'), (12187, 'Fruits Shooter Bubbles', 'In Fruits Shooter Bubbles there are farm fruits wrapped in bubbles which is enjoyed by everyone from kids to granny. The levels are easy and simple.', 'https://img.gamemonetize.com/trjp2ddcgzsqpw9qxmr2ua1isslggsnx/512x384.jpg', 'https://html5.gamemonetize.com/trjp2ddcgzsqpw9qxmr2ua1isslggsnx/', '0', 'Hypercasual', 0, 0, '', 'fruits-shooter-bubbles'), (12188, 'Parking lot', 'merge different means of transportation until you reach the perfect vehicle', 'https://img.gamemonetize.com/79ok6ezdq4dd38omrqhbbll0x7l7remi/512x384.jpg', 'https://html5.gamemonetize.com/79ok6ezdq4dd38omrqhbbll0x7l7remi/', '0', 'Racing', 0, 0, '', 'parking-lot'), (12189, 'Encanto Memory Card Match', 'Test your memory with this memory game. First select the difficulty level. The higher the number, the more cards are in the memo game. On the game board, there are always two identical images. Start the game by flipping a card. Then try to find another card that has the same image as the first. If you can\'t find a pair, the flipped cards will be flipped back with the face down. Try to remember these images as it becomes easier to find pairs the longer you play. When you find a pair they are removed from the board and when you find all the pairs in this memory, you have completed the level.', 'https://img.gamemonetize.com/n0bn0nd1v3vrqb605segqy7iv2zx2632/512x384.jpg', 'https://html5.gamemonetize.com/n0bn0nd1v3vrqb605segqy7iv2zx2632/', '0', 'Puzzles', 0, 0, '', 'encanto-memory-card-match'), (12190, 'Curious George Memory Card Match', 'Test your memory with this memory game. First select the difficulty level. The higher the number, the more cards are in the memo game. On the game board, there are always two identical images. Start the game by flipping a card. Then try to find another card that has the same image as the first. If you can\'t find a pair, the flipped cards will be flipped back with the face down. Try to remember these images as it becomes easier to find pairs the longer you play. When you find a pair they are removed from the board and when you find all the pairs in this memory, you have completed the level.', 'https://img.gamemonetize.com/t31wjwl1kf3gt260nb8i5ggl6j6igelq/512x384.jpg', 'https://html5.gamemonetize.com/t31wjwl1kf3gt260nb8i5ggl6j6igelq/', '0', 'Puzzles', 0, 0, '', 'curious-george-memory-card-match'), (12191, 'Christmas Fashion Nail Salon Girl Game', 'Every Christmas, many people will attend various parties, and girls will dress fashionable and beautiful. At this time, good-looking nail designs are indispensable. Barbie\'s stylish nail shop has launched many Christmas-themed nails, and she needs help now. Please make nail art with Barbie and post it on social software! Have fun!', 'https://img.gamemonetize.com/ivvay70hle4a43uvwfcqeyeu8xuwymlh/512x384.jpg', 'https://html5.gamemonetize.com/ivvay70hle4a43uvwfcqeyeu8xuwymlh/', '0', 'Hypercasual', 0, 0, '', 'christmas-fashion-nail-salon--girl-game'), (12192, 'Sweet Baby Girl Christmas Fun Holiday', 'Who are these adorable Santa\'s helpers? The holiday season is here and Sweet Baby Girl with her best friends is getting ready for Christmas! Join them and have tons of fun in Santa\'s village. Bake ginger cookies, dress up Santa, play Santa spa, make frozen ice sculptures, rescue Rudolph the reindeer, and more!', 'https://img.gamemonetize.com/6ryfoq09syb2tgyc09gottbwhhxk1hb1/512x384.jpg', 'https://html5.gamemonetize.com/6ryfoq09syb2tgyc09gottbwhhxk1hb1/', '0', 'Hypercasual', 0, 0, '', 'sweet-baby-girl-christmas--fun-holiday'), (12193, 'Water Race 3D Fun & Run 3D Game', 'The game Water Race 3D is an amazing 3D water skating game. It adopts the standard Stickman character, big surfboard, surging water, and cool air island that can bring the players a tense and exciting pleasant feeling. See how far you can reach in the Water Race 3D!', 'https://img.gamemonetize.com/p2xhlack6p36cv17ja7smdb0vap3w1yd/512x384.jpg', 'https://html5.gamemonetize.com/p2xhlack6p36cv17ja7smdb0vap3w1yd/', '0', 'Hypercasual', 0, 0, '', 'water-race-d--fun-amp-run-d-game'), (12194, 'Machine Gun Squad Fun & Run 3D Game', 'Machine Gun Squad is an exciting shooting game. You are a brave soldier. This dangerous mission is to kill the head of terrorists. There are too many terrorists with kinds of weapons. We will supply the airdrop, and the powerful weapons in there. Good luck!', 'https://img.gamemonetize.com/pzyljytmcw0l3gpn70jorvswwhi4m6kk/512x384.jpg', 'https://html5.gamemonetize.com/pzyljytmcw0l3gpn70jorvswwhi4m6kk/', '0', 'Shooting', 0, 0, '', 'machine-gun-squad--fun-amp-run-d-game'), (12195, 'Aeroplane Chess 3D', 'For childhood classic games. Features: - Customizable game rules, Aeroplane chess has many variation rules, different places are different, we preset two most common rules set, you can play directly. And also has two customizable rules set for you to define your rule.', 'https://img.gamemonetize.com/2gwt3ecnyh2781in107ynp0e9vb8ke94/512x384.jpg', 'https://html5.gamemonetize.com/2gwt3ecnyh2781in107ynp0e9vb8ke94/', '0', 'Multiplayer', 0, 0, '', 'aeroplane-chess-d'), (12196, 'Cute Family Shopping Fun & Love', 'Cute Family Shopping is a very fun shopping game. Abundant merchandise department stores, attractive supermarket food, let babies enjoy the fun of supermarket shopping. Identify products based on color and appearance characteristics, and exercise your baby\'s recognition ability. Learn how to classify things. Where is the baby\'s favorite car? Toy area. Bingo, the answer is correct. What area is in front? Toothbrushes and paper towels are on the shelves. Yes, it is the daily necessities area. Babies can learn the classification of items during the shopping process! There are other interesting things for a baby to learn. Come and try this game!', 'https://img.gamemonetize.com/za7hiuzofxwanbfix3c9afmz5kgouar3/512x384.jpg', 'https://html5.gamemonetize.com/za7hiuzofxwanbfix3c9afmz5kgouar3/', '0', 'Girls', 0, 0, '', 'cute-family-shopping--fun-amp-love'), (12197, 'Ninja in Cape', 'Are you ready for adventure with the ninja in cape? A journey full of action and adrenaline awaits you! There are 20 adventurous levels for you to play without breathing. You have weapons that you can use against enemies. Let\'s start the adventure now and complete the levels!', 'https://img.gamemonetize.com/x2i09w5e9l86syr6rp19e9ri49g6pbv6/512x384.jpg', 'https://html5.gamemonetize.com/x2i09w5e9l86syr6rp19e9ri49g6pbv6/', '0', 'Adventure', 0, 0, '', 'ninja-in-cape'), (12198, 'Barbie Popstar Dressup', 'Barbie has become a popstar and is going to her first concert. This concert is very important. She has to look very stylish. She has to create her own style with her outfit, jewelry, makeup and shoes. Let\'s help her create her new image', 'https://img.gamemonetize.com/ads4l3n17r0od8kprwc0pmpwci4k1ddd/512x384.jpg', 'https://html5.gamemonetize.com/ads4l3n17r0od8kprwc0pmpwci4k1ddd/', '0', 'Girls', 0, 0, '', 'barbie-popstar-dressup'), (12199, 'Eternal Drive', 'ternal Drive is a 3D driving game where you can improve your driving skills on endless terrain. You can drive many vehicles by freeride. These vehicles are Tank, Dozer, Airplane, UFO, Drone, Bucket, Monster Truck, Motobike, Truck, Helicopter, Buggy and Police car. You can have a pleasant time in the endless free driving area.', 'https://img.gamemonetize.com/ojqloqsvrm26ek0l0wnsapjw1fa3826v/512x384.jpg', 'https://html5.gamemonetize.com/ojqloqsvrm26ek0l0wnsapjw1fa3826v/', '0', 'Sports', 0, 0, '', 'eternal-drive'), (12200, 'Stickman Slope', 'Stickman Slope is a running game set in the streets of a city. To be successful, you have to avoid the obstacles that come your way. There are helpful power-ups and special abilities to help you progress in Stickman Slope. The game contains 8 stickman characters. This 3D running game can be played as a casual game. It is a game that can be played on both pc and mobile devices.', 'https://img.gamemonetize.com/9c770qzqna7l7uhtldp12ot1grkd9ovs/512x384.jpg', 'https://html5.gamemonetize.com/9c770qzqna7l7uhtldp12ot1grkd9ovs/', '0', 'Arcade', 0, 0, '', 'stickman-slope'), (12201, 'modren jett plane', '✈ï¸Modern Warplanes transfers you to the world of modern supersonic jet fighters of leading air forces. Join millions of aces from around the world in ultimate warfare for air domination. Dogfight aeronautics at its finest on a huge variety of aircrafts. Modern Warplanes: Thunder Aces Wargame is absolutely FREE to download!', 'https://img.gamemonetize.com/b68lf578v0xj2qhgpkyiu06arstnht0y/512x384.jpg', 'https://html5.gamemonetize.com/b68lf578v0xj2qhgpkyiu06arstnht0y/', '0', 'Hypercasual', 0, 0, '', 'modren-jett-plane'), (12202, 'Jet Plane Race', 'Play impossible plane games ramp drive in which you will drive multiple airplanes like extreme airplane stunt racing. Enjoy city plane stunts driving free gameplay and come to be a professional stuntman of aero plane stunt games. Fly on challenging tracks with modern plane parking stunts games. These ultimate airplane games 2022 ramp stunts drive is adventurous creation for airplane games lovers. Install the extreme racing stunts 2022 & practice on mega ramp plane racing games 2022. Modern plane simulator race selections of this city stunt game will wander you in the sky tracks. Take test flight of impossible plane simulator above the sky in sky ramps. Impossible Plane: Mega ramps Stunt Driving Games Your task is to drive on zigzag tracks of crazy plane games and complete checkpoints with impossible plane stunt drive game 2022. An addictive plane game 2022 for all users where you have to perform ramp jumps and tricks driving with city airplane stunt master and complete impossible airplane tracks game. Fly in the sky with extreme gt racing airplane stunt games 2022 where you have to use mega ramp airplane adventure within the air. Make yourself trained for plane racing games stunts challenge. Go and start impossible ramp airplane stunts and pass out all tricky challenges of the free airplane games 2022 with extreme city stunt airplane racing. City Airplane Stunts - Mega Ramps Stunt Races The newest idea of stunt plane games where every level is interesting. Play impossible stunts driving game to finish the new racing plane challenge. The aero plane stunt games will make the flight pilot stunt drive addictive in this airplane stunts racing game. Become a pilot for airplane games 3d simulation and join the extreme city plane to win the impossible stunt plane gt race. All levels of new plane games are different from each other. Handle the steering wheel of this crazy plane & make yourself professional stunts pilot of a racing game. Check realistic control of vertical ramp airplane games with pleasing sound and surprising scenes of extreme airplane gt racing stunts will adore you to play modern airplane stunt games. An extreme stunt airplane and enjoy ultimate plane impossible tracks game. Airplane Stunts racing: Impossible Stunt Racing games Download this airplane racing stunt master game. When you take off in plane racing games, collect checkpoints to save yourself, restart the plane games on the last checkpoint which you achieve otherwise you are out of the game. So beware of hurdles and play as impossible tracks master in airplane games. Airplane Stunts racing - Extreme Stunt Races plane Games Win Mega ramps plane stunts challenge within time by avoiding to collide with obstacles and hurdles with extreme airplane stunt game. Collect the points to move forward in gt racing plane driving games. Impossible Tracks Game: Free plane stunt games Features: Mega ramps aircraft stunt master The new interface of plane racing game Beautiful gameplay Free Airplane games 2022 Ultimate Plane collection The best sound quality of plane games', 'https://img.gamemonetize.com/u7lclsh530ro361v9cne37aejrod09l6/512x384.jpg', 'https://html5.gamemonetize.com/u7lclsh530ro361v9cne37aejrod09l6/', '0', 'Hypercasual', 0, 0, '', 'jet-plane-race'), (12203, 'European War ww3 Mode Demo', 'There are more mobile games than any of the epic military strategy games! Your choices and strategy are key to the success and prosperity of your state and civilization as a whole. Strengthen your army by recruiting new soldiers, tanks and planes with your economy. You can learn which step to take by collecting intelligence using spy satellites. is a classic geopolitical, economic and military strategy game where you play as the head of a contemporary state.', 'https://img.gamemonetize.com/lc2qxlwgqbcil1nril9bz05c43urrb6e/512x384.jpg', 'https://html5.gamemonetize.com/lc2qxlwgqbcil1nril9bz05c43urrb6e/', '0', 'Multiplayer', 0, 0, '', 'european-war--ww-mode-demo'), (12204, 'Asian War ww3 Mode Demo', 'There are more mobile games than any of the epic military strategy games! Your choices and strategy are key to the success and prosperity of your state and civilization as a whole. Strengthen your army by recruiting new soldiers, tanks and planes with your economy. You can learn which step to take by collecting intelligence using spy satellites. is a classic geopolitical, economic and military strategy game where you play as the head of a contemporary state.', 'https://img.gamemonetize.com/okzc1sbtvybq7fssyp3wltnbz57zblnm/512x384.jpg', 'https://html5.gamemonetize.com/okzc1sbtvybq7fssyp3wltnbz57zblnm/', '0', 'Multiplayer', 0, 0, '', 'asian-war--ww-mode-demo'), (12205, 'SpiderMan Skate 3D', 'SpiderMan - Vice City Gangster Fight 2021 is an epic open world third person super hero gangster fighting game with everything you want & all features you can ask for. Your Vice City is under attack by Dangerous Dragons and angry robots be the super hero the world wants and save the city using your spider-man senses and real super hero super powers. Follow chase and kill the crazy dragons by using your rope hero rope throwing climbing and swinging super power. Climb tall buildings and fight the angry dragons to save your city. Transform your spidy hero into cool dragon and fight the enemy dragons in air by flying towards enemy and using Fire spit power of your dragon hero but beware of enemy dragon’s fire attacks. Save your city from crime mafia lords by defeating crime mafia gang’s angry robots using super punch and super smash super powers and get rid of crime mafia in this spider-man wali game. This Spider-man wali game seems easy but the whole vice city depends on you. Be the rope hero this city needs to eradicate all the crime and rescue the citizens using your sapder man wali game powers . Be the hero your vice city needs so that whole crime city would fear you. Use all of your fantastic powers and marvelous strategies to protect the people of vice city in this spider-man wali game. Enjoy speed hero abilities using Super Sprint destruction run and chase the enemies by becoming speed hero and run fast like lightening fast speed hero. This spider-man wali game is made for all th spider and super hero fans. Do unpredictable spider attacks fly around the city stick to the walls attack enemies attack dragons kill all the enemies using super human super powers. Live the character of most amazing and powerful superhero by playing this SpiderMan hero man game because in this SpiderMan Hero - Vice City Gangster Fight 2021 action packed fighting game, your character poses many great super powers like superhuman strength and ability to sticking to and climbing walls and buildings. Shoot web-shooters to fire and swing from sticky webs, special spider-sense of this rope hero man warns of incoming danger instantly. SpiderMan hero has amazing super rope which is a important weapon of this rope super hero character. This SpiderMan hero man has capability to move around the city With the help of this amazing rope the hero jump or move quickly over the buildings and perform different dare devil stunts in SpiderMan Hero - Vice City Gangster Fight 2021 Complete All the missions of spader game wali game supehero crime fighting game and collect rewards to unlock all characters and enjoy their powers. Unlock all monster trucks in the game enjoy the best driving simulation and racing game experience in this spider-man wali game. Spider Hero - Vice City Gangster Fight 2021 Features: * Best Spider-man rope climbing/swinging experience you can get. * Amazing super hero action experience * Cool Transformation from Rope hero to Dragon & Monster Truck * Amazing Flying Dragon hero * Dragon Flame Throwing * Dragon Fire spit power * Coolest Monster Trucks and driving experience * Kill angry bots and save the city * Cool Super Powers with best action * Shoot Super Laser from Eyes * Super Smash Jump Effect * Powerful Punch Super Power * Super Sprint destruction run All the above features with best High quality graphics and Smooth controls of fighting, diving, running, and swinging.', 'https://img.gamemonetize.com/ukceyof06u6xzce84t7kwca2kd4gszdb/512x384.jpg', 'https://html5.gamemonetize.com/ukceyof06u6xzce84t7kwca2kd4gszdb/', '0', 'Adventure', 0, 0, '', 'spiderman-skate-d'), (12206, 'Bugs Smash Sim', 'We are pleased to introduce the new Bug Smasher game, which has been entirely rebuilt to increase the overall experience and fun factor! Play it right now, and let us know in the comments area of the Play Store! Take part in this terrifying insect invasion! In this fantastic game, you will smash ants with your finger! It\'s quite addicting! In its most basic version, Insect Smasher is a fun game. There are no complicated rules to learn. There is only one goal: to have as much fun as possible while smashing as many insects as possible. Trust us when we say that your fingertips will never forget this. You can begin playing Bug Smasher at any moment, but be warned: you will not be able to stop playing once you begin. With each level of proficiency that you get in crushing insects, we will throw at you an increasing number of obstacles that you must overcome. To improve the overall experience and enjoyment factor, we are pleased to announce the revised Bug Smasher: this game has been completely redesigned! Try it out right now, and let us know what you think in the comments section. Take part in this terrible bug invasion by becoming a participant! Your finger will be your weapon of choice as you bash insects in this wonderful game! It\'s rather addictive! Insect Crusher is a delightful game to play in its most simple form. There aren\'t any difficult rules to memorize here. Have as much fun as you can while stomping on as many bugs as you can. Believe us when we say that your fingertips will never forget what happened to them. Although you can start playing Bug Smasher at any time, you should be aware that you will not be able to quit once you start. With each degree of expertise that you achieve in crushing insects, the insects will hurl an increasing number of obstacles into your path that you must navigate through.', 'https://img.gamemonetize.com/xne1w8lbzz780h92z8tno3ravku88qcq/512x384.jpg', 'https://html5.gamemonetize.com/xne1w8lbzz780h92z8tno3ravku88qcq/', '0', 'Arcade', 0, 0, '', 'bugs-smash-sim'), (12207, 'siderman hero 3D', 'SpiderMan - Vice City Gangster Fight 2021 is an epic open world third person super hero gangster fighting game with everything you want & all features you can ask for. Your Vice City is under attack by Dangerous Dragons and angry robots be the super hero the world wants and save the city using your spider-man senses and real super hero super powers. Follow chase and kill the crazy dragons by using your rope hero rope throwing climbing and swinging super power. Climb tall buildings and fight the angry dragons to save your city. Transform your spidy hero into cool dragon and fight the enemy dragons in air by flying towards enemy and using Fire spit power of your dragon hero but beware of enemy dragon’s fire attacks. Save your city from crime mafia lords by defeating crime mafia gang’s angry robots using super punch and super smash super powers and get rid of crime mafia in this spider-man wali game. This Spider-man wali game seems easy but the whole vice city depends on you. Be the rope hero this city needs to eradicate all the crime and rescue the citizens using your sapder man wali game powers . Be the hero your vice city needs so that whole crime city would fear you. Use all of your fantastic powers and marvelous strategies to protect the people of vice city in this spider-man wali game. Enjoy speed hero abilities using Super Sprint destruction run and chase the enemies by becoming speed hero and run fast like lightening fast speed hero. This spider-man wali game is made for all th spider and super hero fans. Do unpredictable spider attacks fly around the city stick to the walls attack enemies attack dragons kill all the enemies using super human super powers. Live the character of most amazing and powerful superhero by playing this SpiderMan hero man game because in this SpiderMan Hero - Vice City Gangster Fight 2021 action packed fighting game, your character poses many great super powers like superhuman strength and ability to sticking to and climbing walls and buildings. Shoot web-shooters to fire and swing from sticky webs, special spider-sense of this rope hero man warns of incoming danger instantly. SpiderMan hero has amazing super rope which is a important weapon of this rope super hero character. This SpiderMan hero man has capability to move around the city With the help of this amazing rope the hero jump or move quickly over the buildings and perform different dare devil stunts in SpiderMan Hero - Vice City Gangster Fight 2021 Complete All the missions of spader game wali game supehero crime fighting game and collect rewards to unlock all characters and enjoy their powers. Unlock all monster trucks in the game enjoy the best driving simulation and racing game experience in this spider-man wali game. Spider Hero - Vice City Gangster Fight 2021 Features: * Best Spider-man rope climbing/swinging experience you can get. * Amazing super hero action experience * Cool Transformation from Rope hero to Dragon & Monster Truck * Amazing Flying Dragon hero * Dragon Flame Throwing * Dragon Fire spit power * Coolest Monster Trucks and driving experience * Kill angry bots and save the city * Cool Super Powers with best action * Shoot Super Laser from Eyes * Super Smash Jump Effect * Powerful Punch Super Power * Super Sprint destruction run All the above features with best High quality graphics and Smooth controls of fighting, diving, running, and swinging.', 'https://img.gamemonetize.com/387sh7xhgtw88akncoz8kgxo5u9j7ac4/512x384.jpg', 'https://html5.gamemonetize.com/387sh7xhgtw88akncoz8kgxo5u9j7ac4/', '0', 'Action', 0, 0, '', 'siderman-hero-d'), (12208, 'Spiderman Rope Hero', 'SpiderMan - Vice City Gangster Fight 2021 is an epic open world third person super hero gangster fighting game with everything you want & all features you can ask for. Your Vice City is under attack by Dangerous Dragons and angry robots be the super hero the world wants and save the city using your spider-man senses and real super hero super powers. Follow chase and kill the crazy dragons by using your rope hero rope throwing climbing and swinging super power. Climb tall buildings and fight the angry dragons to save your city. Transform your spidy hero into cool dragon and fight the enemy dragons in air by flying towards enemy and using Fire spit power of your dragon hero but beware of enemy dragon’s fire attacks. Save your city from crime mafia lords by defeating crime mafia gang’s angry robots using super punch and super smash super powers and get rid of crime mafia in this spider-man wali game. This Spider-man wali game seems easy but the whole vice city depends on you. Be the rope hero this city needs to eradicate all the crime and rescue the citizens using your sapder man wali game powers . Be the hero your vice city needs so that whole crime city would fear you. Use all of your fantastic powers and marvelous strategies to protect the people of vice city in this spider-man wali game. Enjoy speed hero abilities using Super Sprint destruction run and chase the enemies by becoming speed hero and run fast like lightening fast speed hero. This spider-man wali game is made for all th spider and super hero fans. Do unpredictable spider attacks fly around the city stick to the walls attack enemies attack dragons kill all the enemies using super human super powers. Live the character of most amazing and powerful superhero by playing this SpiderMan hero man game because in this SpiderMan Hero - Vice City Gangster Fight 2021 action packed fighting game, your character poses many great super powers like superhuman strength and ability to sticking to and climbing walls and buildings. Shoot web-shooters to fire and swing from sticky webs, special spider-sense of this rope hero man warns of incoming danger instantly. SpiderMan hero has amazing super rope which is a important weapon of this rope super hero character. This SpiderMan hero man has capability to move around the city With the help of this amazing rope the hero jump or move quickly over the buildings and perform different dare devil stunts in SpiderMan Hero - Vice City Gangster Fight 2021 Complete All the missions of spader game wali game supehero crime fighting game and collect rewards to unlock all characters and enjoy their powers. Unlock all monster trucks in the game enjoy the best driving simulation and racing game experience in this spider-man wali game. Spider Hero - Vice City Gangster Fight 2021 Features: * Best Spider-man rope climbing/swinging experience you can get. * Amazing super hero action experience * Cool Transformation from Rope hero to Dragon & Monster Truck * Amazing Flying Dragon hero * Dragon Flame Throwing * Dragon Fire spit power * Coolest Monster Trucks and driving experience * Kill angry bots and save the city * Cool Super Powers with best action * Shoot Super Laser from Eyes * Super Smash Jump Effect * Powerful Punch Super Power * Super Sprint destruction run All the above features with best High quality graphics and Smooth controls of fighting, diving, running, and swinging.', 'https://img.gamemonetize.com/sbyul8nmmup9g4iy1jjy84yeec32nchb/512x384.jpg', 'https://html5.gamemonetize.com/sbyul8nmmup9g4iy1jjy84yeec32nchb/', '0', 'Arcade', 0, 0, '', 'spiderman-rope-hero'), (12209, 'Spiderman Rope Hero 3D', 'SpiderMan - Vice City Gangster Fight 2021 is an epic open world third person super hero gangster fighting game with everything you want & all features you can ask for. Your Vice City is under attack by Dangerous Dragons and angry robots be the super hero the world wants and save the city using your spider-man senses and real super hero super powers. Follow chase and kill the crazy dragons by using your rope hero rope throwing climbing and swinging super power. Climb tall buildings and fight the angry dragons to save your city. Transform your spidy hero into cool dragon and fight the enemy dragons in air by flying towards enemy and using Fire spit power of your dragon hero but beware of enemy dragon’s fire attacks. Save your city from crime mafia lords by defeating crime mafia gang’s angry robots using super punch and super smash super powers and get rid of crime mafia in this spider-man wali game. This Spider-man wali game seems easy but the whole vice city depends on you. Be the rope hero this city needs to eradicate all the crime and rescue the citizens using your sapder man wali game powers . Be the hero your vice city needs so that whole crime city would fear you. Use all of your fantastic powers and marvelous strategies to protect the people of vice city in this spider-man wali game. Enjoy speed hero abilities using Super Sprint destruction run and chase the enemies by becoming speed hero and run fast like lightening fast speed hero. This spider-man wali game is made for all th spider and super hero fans. Do unpredictable spider attacks fly around the city stick to the walls attack enemies attack dragons kill all the enemies using super human super powers. Live the character of most amazing and powerful superhero by playing this SpiderMan hero man game because in this SpiderMan Hero - Vice City Gangster Fight 2021 action packed fighting game, your character poses many great super powers like superhuman strength and ability to sticking to and climbing walls and buildings. Shoot web-shooters to fire and swing from sticky webs, special spider-sense of this rope hero man warns of incoming danger instantly. SpiderMan hero has amazing super rope which is a important weapon of this rope super hero character. This SpiderMan hero man has capability to move around the city With the help of this amazing rope the hero jump or move quickly over the buildings and perform different dare devil stunts in SpiderMan Hero - Vice City Gangster Fight 2021 Complete All the missions of spader game wali game supehero crime fighting game and collect rewards to unlock all characters and enjoy their powers. Unlock all monster trucks in the game enjoy the best driving simulation and racing game experience in this spider-man wali game. Spider Hero - Vice City Gangster Fight 2021 Features: * Best Spider-man rope climbing/swinging experience you can get. * Amazing super hero action experience * Cool Transformation from Rope hero to Dragon & Monster Truck * Amazing Flying Dragon hero * Dragon Flame Throwing * Dragon Fire spit power * Coolest Monster Trucks and driving experience * Kill angry bots and save the city * Cool Super Powers with best action * Shoot Super Laser from Eyes * Super Smash Jump Effect * Powerful Punch Super Power * Super Sprint destruction run All the above features with best High quality graphics and Smooth controls of fighting, diving, running, and swinging.', 'https://img.gamemonetize.com/gij9dqz5pj15g3m5q8zqx7tfrlgibswp/512x384.jpg', 'https://html5.gamemonetize.com/gij9dqz5pj15g3m5q8zqx7tfrlgibswp/', '0', 'Arcade', 0, 0, '', 'spiderman-rope-hero-d'), (12210, 'Spider Man mod for Minecraft', 'SpiderMan No Way Home MCPE is a free utility launcher for MC PE where you will find Spider Man with tons of suits and a lot of villains. Download and automatically install into the game through our launcher. Improve your Minecraft Pocket Edition experience with mods and addons that you want. With Spider Man No Way Home MCPE you can add Spider Man with tons of suits and a lot of villains into your Minecraft pocket edition world to make all blocks better. Use web shooters and fight Spider Man foes, like Sand man, Green Goblin, Rhino, Lizard, Venom, Doctor Octopus, Electro and many more. Convert the standard boring MCPE world by default, create your own unique. Be creative and show off your unique style! Customise your Minecraft game with addons and mods. With an ever-expanding catalogue of mods, there’s no limit to the worlds you can create. Advantages of our applications: - Automatic installation of addons in one click - Big choice - Constant updating of databases - Expanded description - Completely free Try many Spider Man suits from movies, like the ones that have Tom Holland, Tobey Maguire, Andrew Garfield, or Black symbiote suit, Stealth suit, Spider Man 2099 suit, Spider Gwen and others. Fight Spider Man adversaries from No Way Home and other movies, like Sand man, Green Goblin, Rhino, Lizard, Venom, Doctor Octopus, Electro and many more. Download Spider Man No Way Home MCPE right now, and enjoy all new addons to your Minecraft Pocket Edition blocks world! Check out our MOD-MASTER for Minecraft PE where you will find all the newest maps, addons, sideways, servers, wallpapers, skins, mods, as well as crafting and crafting recipes. Download and automatically install into the game through our launcher.', 'https://img.gamemonetize.com/48y087mk1eu4rsq46xt12f6kr6d41xok/512x384.jpg', 'https://html5.gamemonetize.com/48y087mk1eu4rsq46xt12f6kr6d41xok/', '0', 'Arcade', 0, 0, '', 'spider-man-mod-for-minecraft'), (12211, 'Spider Man MOD Minecraft PE', 'SpiderMan No Way Home MCPE is a free utility launcher for MC PE where you will find Spider Man with tons of suits and a lot of villains. Download and automatically install into the game through our launcher. Improve your Minecraft Pocket Edition experience with mods and addons that you want. With Spider Man No Way Home MCPE you can add Spider Man with tons of suits and a lot of villains into your Minecraft pocket edition world to make all blocks better. Use web shooters and fight Spider Man foes, like Sand man, Green Goblin, Rhino, Lizard, Venom, Doctor Octopus, Electro and many more. Convert the standard boring MCPE world by default, create your own unique. Be creative and show off your unique style! Customise your Minecraft game with addons and mods. With an ever-expanding catalogue of mods, there’s no limit to the worlds you can create. Advantages of our applications: - Automatic installation of addons in one click - Big choice - Constant updating of databases - Expanded description - Completely free Try many Spider Man suits from movies, like the ones that have Tom Holland, Tobey Maguire, Andrew Garfield, or Black symbiote suit, Stealth suit, Spider Man 2099 suit, Spider Gwen and others. Fight Spider Man adversaries from No Way Home and other movies, like Sand man, Green Goblin, Rhino, Lizard, Venom, Doctor Octopus, Electro and many more. Download Spider Man No Way Home MCPE right now, and enjoy all new addons to your Minecraft Pocket Edition blocks world! Check out our MOD-MASTER for Minecraft PE where you will find all the newest maps, addons, sideways, servers, wallpapers, skins, mods, as well as crafting and crafting recipes. Download and automatically install into the game through our launcher.', 'https://img.gamemonetize.com/oneukaslrqutoqe3f5mg0khkhbljby4w/512x384.jpg', 'https://html5.gamemonetize.com/oneukaslrqutoqe3f5mg0khkhbljby4w/', '0', 'Adventure', 0, 0, '', 'spider-man-mod-minecraft-pe'), (12212, 'Trucks For Kids Coloring', 'Trucks For Kids Coloring is a free online coloring and kids game! In this game you will find eight different pictures which have to be colored as fast as you can to obtain a great score at the end of the game. You have 23 different colors to choose. You can also save the colored image. Have fun!', 'https://img.gamemonetize.com/pcz2q1jje822evl1d3l02scfczvi4v1r/512x384.jpg', 'https://html5.gamemonetize.com/pcz2q1jje822evl1d3l02scfczvi4v1r/', '0', 'Puzzles', 0, 0, '', 'trucks-for-kids-coloring'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (12213, 'Long High Heel ', 'Ready to have fun? Brand new high heels girl runner game with easy gameplay where your aim is to make a high heels by collecting all heels from the tricky runway. Swipe to collect heels and make high tall heels tower to reach destination. The taller your heels are, the easier it will be to escape from the walls. Lots of different obstacles are awaiting you at each parkour!. Need more challenges? Complete more levels and unlock special levels with harder challenges. Makeover your character! You\'ll feel like a designer in this shoe race. Among the dozens of different characters you can buy accessories in the store. Enjoy the game and grow your Heels asap', 'https://img.gamemonetize.com/zx2wj9blgafpa6pbv5sb4yyowrwwsyhi/512x384.jpg', 'https://html5.gamemonetize.com/zx2wj9blgafpa6pbv5sb4yyowrwwsyhi/', '0', 'Adventure', 0, 0, '', 'long-high-heel-'), (12214, 'Car Driving', 'Welcome to the new exciting crazy car stunt game . Golden guns offer you the best of all car games including crazy stunts ,speed stunts and car racing. So are you ready to play car stunt: car racing stunt games ??? Let\'s get behind the wheel, to start the crazy car driving simulator presented by Golden Guns Studio on free impossible car stunts game with multiple latest free car games. Go and enjoy from new & updated games like car stunts 3d: ramp car driving games on different impossible tracks game. Get ready for rooftop in ramp car stunt racing: stunt car games to drive on zigzag and tricky paths. In this mega ramp car games, you will experience stunt car jumping over sea view, water, city, desert and mountains. In this top speed car games, select your favorite racing car like extreme car, muscle car ,jeep and drive freely on impossible tracks in crazy car driving games. Mega ramp car game 2020 - car driving simulator is in everyone\'s hands because of an addictive interface and smooth gameplay. This stunt car game - car driving simulator will make the users professional player of car racing games . Play car games: crazy car driving to feel the adventure of crazy car driving games which you might like based on your recent activity. Come towards the objectives of crazy car stunts game with impossible tracks is recommended for you to understand the missions and objectives in this offline stunt driving games. Keep driving with no fear upon difficult tracks and hot tracks in crazy car stunt. Use the nitro boost to jump and keep your car on the track. All levels of car stunt driving simulator - impossible car stunts game are unique and interesting where you have to accomplish the stages gradually. Be careful on tricky roads and steep paths in driving simulator and control the speed as well as acceleration in crazy car driving simulator. Attractive sound effects in gt car racing games and compatible engine physics of this mega ramps free car driving games will amuse the users while playing ramp car stunt. Multiple camera angles in this car stunt game: gt racing car will help you while driving on impossible tracks. Clear the levels of this car stunt game - driving simulator and collect all checkpoints. Be aware from hurdles and jump to become professional player of this adventure games: car stunt game. Download top speed crazy car stunt driving simulator and play this crazy car stunt on ramp car to enjoy with different gt racing car: impossible car stunts game. This gt racing - new driving games is adventurous creation for stunt driving games lover to fulfill your passion of stunt games. Choose your favorite stunt car in such muscle car games and ultimate car racing on impossible tracks with extreme speed in this free car games. Play Crazy Car Stunt 3D: Ramp Stunt Car for free now ! Features of mega ramp car racing 2020 - crazy car stunt games: - Amazing collection of models of car stunt games - Unique stunt car games levels and missions - Interesting modes selection in this car games - Easy and professional of car stunts - Smooth control and exciting environment of crazy car - Full of fun and amusement of car stunts Go and start gt racing car and complete the top speed stunt racing games 2021 with extreme city stunt car games. Provide us feedback to improve stunt car games: mega ramp car impossible tracks car stunts.', 'https://img.gamemonetize.com/5b9ynf6emhy6vtn0ro91r2vi1fofqar3/512x384.jpg', 'https://html5.gamemonetize.com/5b9ynf6emhy6vtn0ro91r2vi1fofqar3/', '0', 'Adventure', 0, 0, '', 'car-driving'), (12215, 'Dreamers Combat Penguin', 'Hello user, Dreamers Combat Penguin games are being offered by Dreamers Academy to all gamers in which you must save your house from your adversary penguins. To save your house you will be given a machine gun using which you can kill all your opponents. In this game you have to save your house, if your opponents penguins break your house then you will have to play that level of the game again. If you build your house with others, then you reach the next level.', 'https://img.gamemonetize.com/rl5tppy2hvwvycl9zlsq4yo3p4pkvj1y/512x384.jpg', 'https://html5.gamemonetize.com/rl5tppy2hvwvycl9zlsq4yo3p4pkvj1y/', '0', 'Shooting', 0, 0, '', 'dreamers-combat-penguin'), (12216, 'Ariana Grande Tik Tok', 'have fun dancing with the most popular music of ariana grande and learn her most famous dances of tik tok', 'https://img.gamemonetize.com/pu3r2i7wy70mq3qub4mumaduy8bfyk80/512x384.jpg', 'https://html5.gamemonetize.com/pu3r2i7wy70mq3qub4mumaduy8bfyk80/', '0', 'Girls', 0, 0, '', 'ariana-grande-tik-tok'), (12217, 'Barbie Fashion Cover', 'Barbie will be the cover girl for a fashion magazine shoot. Which outfit on the cover looks more stylish. She must be a elegant girl with her hair, makeup, jewelry and clothes. Let\'s dress up barbie.', 'https://img.gamemonetize.com/wbdrew109mvjoqe06ruse0c5iijkwfpc/512x384.jpg', 'https://html5.gamemonetize.com/wbdrew109mvjoqe06ruse0c5iijkwfpc/', '0', 'Girls', 0, 0, '', 'barbie-fashion-cover'), (12218, 'Subway Super Hero Surfers ', 'Subway Super Hero Surfers Stack Friend is a crazy jumping game. Just Tap or click to jump over stacks to get a high score. Be careful to not get hit by the stacks. Have fun', 'https://img.gamemonetize.com/mdo3ob6hmo7qdckrutinhc0hjd6qdnkn/512x384.jpg', 'https://html5.gamemonetize.com/mdo3ob6hmo7qdckrutinhc0hjd6qdnkn/', '0', 'Arcade', 0, 0, '', 'subway-super-hero-surfers-'), (12219, 'Puzzle Bloc Jewel Diamant ', 'The objective is to move the blocks in order to create and destroy complete lines on the screen both vertically and horizontally. Don\'t forget to keep the blocks from filling the screen in this addictive puzzle game.', 'https://img.gamemonetize.com/qvu8gqum011trq644bky3z8r0baoup7k/512x384.jpg', 'https://html5.gamemonetize.com/qvu8gqum011trq644bky3z8r0baoup7k/', '0', 'Arcade', 0, 0, '', 'puzzle-bloc-jewel-diamant-'), (12220, 'Dot Munch Fight Club', 'Dot Muncher Fight Club smooth and relaxing game based on osmosis principle. Eat smaller dots avoiding being eaten by bigger dots to became biggest dot in the game! Gameplay Tips: Eat smaller dots to grow in size and became biggest blob in the game. Smaller dots moves faster then big one, take advantage of it while growing in size. "Eat smaller dots or became food for others". Became biggest dot eater. It\'s great game if you are fan of nebulous, mitosis genre games. Controls: There is several different control options for your preference: * Tap desired direction to move dot * Hold and drag around dot like cursor to move dot desired direction * Use joystick in predefined place to control blob * Use custom joystick, which can be placed anywhere on screen Game functionality highlights: *Relaxing & smooth gameplay *Small application size *Relaxing sounds *Night & Day theme *Funny skins Became best dots muncher in Galactic! Good Luck and Have Fun!', 'https://img.gamemonetize.com/c9hnt66ow8aomp0lxfhuqyosi8hr4mcy/512x384.jpg', 'https://html5.gamemonetize.com/c9hnt66ow8aomp0lxfhuqyosi8hr4mcy/', '0', 'Arcade', 0, 0, '', 'dot-munch-fight-club'), (12221, 'Magical Bubble Shooter Puzzle', 'Welcome to Magical Bubble Shooter Puzzle or more similar Marbles to smash them and complete your level Explore tons of challenging level and missions You can also play Time attack mode. Enjoy', 'https://img.gamemonetize.com/y1rxqgfi0l0vq2hu7kgnv3blfdo9w5ow/512x384.jpg', 'https://html5.gamemonetize.com/y1rxqgfi0l0vq2hu7kgnv3blfdo9w5ow/', '0', 'Puzzles', 0, 0, '', 'magical-bubble-shooter-puzzle'), (12222, 'Harvest Farm Link', 'Harvest Farm Link Slide your finger to link identical fruits and vegetables to clear them from the board. Link more elements to create powerful fruits and veggies. explore tons of amazing and challenging levels. Good luck', 'https://img.gamemonetize.com/f20sqmwqx7677kzesbf9uvnp7xc1r2s4/512x384.jpg', 'https://html5.gamemonetize.com/f20sqmwqx7677kzesbf9uvnp7xc1r2s4/', '0', 'Puzzles', 0, 0, '', 'harvest-farm-link'), (12223, 'Magic Dash Adventure', 'Magic Dash is an endless runner game which has awesome graphics! Swipe up or Tap to Jump,Swipe down to roll, swipe right in the air to air dash.', 'https://img.gamemonetize.com/o764dnk5a16lxsq9k2h0sc7jacnjv5kv/512x384.jpg', 'https://html5.gamemonetize.com/o764dnk5a16lxsq9k2h0sc7jacnjv5kv/', '0', 'Adventure', 0, 0, '', 'magic-dash-adventure'), (12224, '5 Fruit Crash', '- Swiped is a very simple to learn swipe action based game for all touch screen mobile devices. - Each level is progressively challenging and very addictive. - Challenge your skills in 5 game modes with unlimited levels. - Excite Monkey & Tarzan by swiping over them along with similar fruit chains. - Compete with thousands of players around the world.', 'https://img.gamemonetize.com/f43ecexaotzorjy1v6t5wc86kbvpfspe/512x384.jpg', 'https://html5.gamemonetize.com/f43ecexaotzorjy1v6t5wc86kbvpfspe/', '0', 'Puzzles', 0, 0, '', '-fruit-crash'), (12225, 'ZigZag Car Spiderman Racer 3D', 'Features: * Endless 3 d Car Racing *Random generated Levels * Simple Controls * Color Changing Backgrounds * Play offline Enjoy ! Tap anywhere on the screen to change the direction of the car . Zigzag Car Racer -3 D is Hyper casual game the levels get generated automatically. screen color also changing after few seconds to feel awesome in game.This games also includes background music which makes player engaged.', 'https://img.gamemonetize.com/u0mz1t3xu3odmob97thboh2nahir6n4v/512x384.jpg', 'https://html5.gamemonetize.com/u0mz1t3xu3odmob97thboh2nahir6n4v/', '0', 'Arcade', 0, 0, '', 'zigzag-car-spiderman-racer-d'), (12226, 'Frankenstein Adventure', 'The Most Difficult Game In The World .......', 'https://img.gamemonetize.com/6k5pc583pooebxfbnh4xryw2ujt79qez/512x384.jpg', 'https://html5.gamemonetize.com/6k5pc583pooebxfbnh4xryw2ujt79qez/', '0', 'Clicker', 0, 0, '', 'frankenstein-adventure'), (12227, 'Candy Jewel Crush', 'Cake Crunch is an amazing match3 puzzle game where you can swipe, match and crush delicious cakes. -How to Play : Swap and match 3 or more similar candies to create a line crush Reach high scores using fewer moves. Complete the missions and beat obstacles. Explore tons of challenging matching levels. -Features of Cake Crunch: Many unique and challenging levels. Smooth and clean graphics and sound effects. High quality soundtrack & game music. Easy to play but hard to master. Come and enjoy the amazing & addictive match 3 puzzle experience you could ever have. Share this cool match-3 game with family and friends and see who can complete all levels and missions! Good Luck & Have fun!!!', 'https://img.gamemonetize.com/6g1gsmofkobu9r86vvpbm9i2qqr25uhx/512x384.jpg', 'https://html5.gamemonetize.com/6g1gsmofkobu9r86vvpbm9i2qqr25uhx/', '0', 'Puzzles', 0, 0, '', 'candy-jewel-crush'), (12228, 'Super Mario City Run', 'Super Mario City Run is a crazy running game Tap or Click to run and jump across the city. Collect coins and avoid falling and obstacles. Can you get the highest score?', 'https://img.gamemonetize.com/ndjc60rvwkp5srqtoyhrcq85a521x0ov/512x384.jpg', 'https://html5.gamemonetize.com/ndjc60rvwkp5srqtoyhrcq85a521x0ov/', '0', 'Arcade', 0, 0, '', 'super-mario-city-run'), (12229, 'World Champions Football Sim', 'Super goal soccer has arrived! Prepare to take on challenges from Mexican super soccer from around the world. World ultimate league soccer is the most innovative, intriguing, and intense football game. Play soccer 3d Evo elite with real teams customized league matches and improve your soccer skill.', 'https://img.gamemonetize.com/w3bs36qirivk7hps6ousgo7dno17lrvw/512x384.jpg', 'https://html5.gamemonetize.com/w3bs36qirivk7hps6ousgo7dno17lrvw/', '0', 'Sports', 0, 0, '', 'world-champions-football-sim'), (12230, 'City Constructor Driver 3D Fun & Run 3D Game', 'Do you like driving a truck and transporting bricks? City Constructor Driver 3D is recommended as a truck transporting simulation game that is made from 3D cartoon game art animations. Here are some bricks waiting for you to send to the marked areas or taking from the corner of the city. After you park the truck, the bricks will connect to a building automatically. You are able to speed up the process by clicking the screen.', 'https://img.gamemonetize.com/4cldesnr7zobgiwqz9nfyiqdew4smtdn/512x384.jpg', 'https://html5.gamemonetize.com/4cldesnr7zobgiwqz9nfyiqdew4smtdn/', '0', 'Boys', 0, 0, '', 'city-constructor-driver-d--fun-amp-run-d-game'), (12231, 'High School Summer Crush Date', 'Hannah\'s boyfriend Jack plans a romantic date at the beach. Hannah is very excited and needs your styling skills to look like a beauty queen tonight. Join the makeover squad with Hannah\'s best friend Jessica, create stunning makeup looks, colorful hairstyles and amazing outfits. Get the hottest summer crush game for girls, enjoy new beauty makeover adventures, style, design and become a part of a high school love story. Play now and find out if Hannah and her boyfriend Jack\'s romantic beach date ends with a kiss!', 'https://img.gamemonetize.com/kplz8o7pcv81bbumbfuim3s5v0qgk42w/512x384.jpg', 'https://html5.gamemonetize.com/kplz8o7pcv81bbumbfuim3s5v0qgk42w/', '0', 'Girls', 0, 0, '', 'high-school-summer-crush-date'), (12232, 'Stickman Huggy 2', 'Help the cute blue monster huggy cross paths full of obstacles! stickman huggy must cross the obstacles and reach the finish line. Help him and get him to the finish.', 'https://img.gamemonetize.com/1n8ptnixrz2jsxi1aifqr1311lx1y34d/512x384.jpg', 'https://html5.gamemonetize.com/1n8ptnixrz2jsxi1aifqr1311lx1y34d/', '0', 'Arcade', 0, 0, '', 'stickman-huggy-'), (12233, 'Red and Blue Stickman Huggy', 'Are you ready for the adventure of two very cute brothers, namely blue and red stickman? Brothers red and blue need to get the key and reach the door. Be two people and get them to the door with your friend. reach the door and pass it to the new level. You will face multiple challenges but reach the door.', 'https://img.gamemonetize.com/6sh03yaa3zevhtew3986vwu8pjpsj5ev/512x384.jpg', 'https://html5.gamemonetize.com/6sh03yaa3zevhtew3986vwu8pjpsj5ev/', '0', 'Adventure', 0, 0, '', 'red-and-blue-stickman-huggy'), (12234, 'Super Mario Find Bros', 'Super Mario Find Bros is a html5 physics game.Mario and Luigi was lost outside.Your aim is to help them get together.', 'https://img.gamemonetize.com/jqgtrgdht0zok1xv6zru26qfyzcof6es/512x384.jpg', 'https://html5.gamemonetize.com/jqgtrgdht0zok1xv6zru26qfyzcof6es/', '0', 'Puzzles', 0, 0, '', 'super-mario-find-bros'), (12235, 'Puzzle Isometric', 'Slide all of the blocks into the center to pass each challenge. Try to finish all 25 levels in this fun and challenging thinking game. Think ahead, then move the blocks into position.', 'https://img.gamemonetize.com/9m65wczdlmjan1aqnf0ff4hgxlv8mys6/512x384.jpg', 'https://html5.gamemonetize.com/9m65wczdlmjan1aqnf0ff4hgxlv8mys6/', '0', 'Puzzles', 0, 0, '', 'puzzle-isometric'), (12236, 'Animals Hidden Alphawords', 'Animals Hidden AlphaWords is an educational hidden object game in which you need to find the alphabet letters hidden in the screen. These all letters form a name of any animal. Enjoy a hidden object game while searching the letters and educate your kids by telling details of the word you formed by searching those letters.', 'https://img.gamemonetize.com/n54g7dunuedme5l18sk7rq3rd3c5739z/512x384.jpg', 'https://html5.gamemonetize.com/n54g7dunuedme5l18sk7rq3rd3c5739z/', '0', 'Puzzles', 0, 0, '', 'animals-hidden-alphawords'), (12237, 'Zombie City Parking', 'Zombie City Parking is a fun car parking simulation with multiple levels and a lot of fun. You have to park cars while avoiding zombies.', 'https://img.gamemonetize.com/1kjshg3h5w78icr7msuqvx364g6vqqo1/512x384.jpg', 'https://html5.gamemonetize.com/1kjshg3h5w78icr7msuqvx364g6vqqo1/', '0', 'Racing', 0, 0, '', 'zombie-city-parking'), (12238, 'Draw The Truck Bridge', 'Draw The Truck Bridge is a fun kids game where you draw the path of trucks to their destination.', 'https://img.gamemonetize.com/37w0qe2lc8jduv95zkbe2r2ugx8aolnm/512x384.jpg', 'https://html5.gamemonetize.com/37w0qe2lc8jduv95zkbe2r2ugx8aolnm/', '0', 'Arcade', 0, 0, '', 'draw-the-truck-bridge'), (12239, 'Tactical Princess', 'Holiday dedicated to the defenders of the Fatherland is approaching. The princesses decided to celebrate it with a paintball match. Train your memory and help the princesses collect equipment for the tournament. Which of the girls will become the most stylish tactical princess?', 'https://img.gamemonetize.com/15s1qc0n58voezfle0jnmf28vixuso47/512x384.jpg', 'https://html5.gamemonetize.com/15s1qc0n58voezfle0jnmf28vixuso47/', '0', 'Puzzles', 0, 0, '', 'tactical-princess'), (12240, 'Angry Tower', 'Build your tower, Block By Block in this super cool fan games based on famous birds! Simply drop the Block on top of each other and watch your block tower grow, but if your timing is off, you\'ll send them crashing to the ground. How high can you go? Will you be able to reach the moon? If you like tower-building games, then you will love Angry Tower!', 'https://img.gamemonetize.com/ew0qg8yprmonrzlwco85q1iyam0yhpnt/512x384.jpg', 'https://html5.gamemonetize.com/ew0qg8yprmonrzlwco85q1iyam0yhpnt/', '0', 'Puzzles', 0, 0, '', 'angry-tower'), (12241, 'Color Fall Game', 'Fill trucks with the appropriate color by moving sliding pins that can go up, down, left or right. Move the colors around and carefully plan the way to its truck. Watch out for black it will destroy anything it touches and you will have to start the level over again!', 'https://img.gamemonetize.com/tdagb8au74j44clu3rjh9a7v5jfvaiiy/512x384.jpg', 'https://html5.gamemonetize.com/tdagb8au74j44clu3rjh9a7v5jfvaiiy/', '0', 'Puzzles', 0, 0, '', 'color-fall-game'), (12242, 'How to Make A Christmas Cake', 'Christmas is approaching! Christmas cake is the perfect addition to this festive season. It even makes for a very acceptable Christmas present! There is a simple classic Christmas cake recipe for you to cook for family or friends in this game, do you want to try it?', 'https://img.gamemonetize.com/na8nikzzaotu30q7mixkw2bg8qgflxxq/512x384.jpg', 'https://html5.gamemonetize.com/na8nikzzaotu30q7mixkw2bg8qgflxxq/', '0', 'Girls', 0, 0, '', 'how-to-make-a-christmas-cake'), (12243, 'Christmas Makeup Salon Makeover Game', 'Santa Claus is coming to town. Are you ready to have some fun? Yeah, it\'s Christmas! Now every corner is filled with happiness and joy, and people are busy around. So, would you like to be more gorgeous than them? If the answer is yes, hum~ let\'s do some makeup first. And, here comes the question: which style do you prefer, cute or glamorous? It\'s all up to you, and you can be a princess or a queen. Come on, just be new and different at this festival.', 'https://img.gamemonetize.com/2nrgld6v4t8nzsb3pxor22cegy9bv3hz/512x384.jpg', 'https://html5.gamemonetize.com/2nrgld6v4t8nzsb3pxor22cegy9bv3hz/', '0', 'Hypercasual', 0, 0, '', 'christmas-makeup-salon--makeover-game'), (12244, 'Drawing Christmas For Kids Draw & Color', 'Painting games for kids have never been so lively! Kids paint and color in our learning games for kindergarten! Enjoy our fun drawing games for kids! The intricate combination of animations and drawings makes this coloring app simply unique! Your child will learn how to draw cute characters in a playful manner.', 'https://img.gamemonetize.com/c6tgj1nyfnlw8vg5f4l5h4cokrz49krg/512x384.jpg', 'https://html5.gamemonetize.com/c6tgj1nyfnlw8vg5f4l5h4cokrz49krg/', '0', 'Hypercasual', 0, 0, '', 'drawing-christmas-for-kids--draw-amp-color'), (12245, 'Violent Race Fun & Run 3D Game', 'Violent Race is a car race game. You will through a dangerous track. Avoid obstacles, they will crash your car. If you want to win the game, you must master the skill. The control is simple, tap to move. Win the champion!', 'https://img.gamemonetize.com/k309u1sf4q44tfkc8hbk83ap4306fdbf/512x384.jpg', 'https://html5.gamemonetize.com/k309u1sf4q44tfkc8hbk83ap4306fdbf/', '0', 'Boys', 0, 0, '', 'violent-race--fun-amp-run-d-game'), (12246, 'Perfect Tongue Fun & Run 3D Game', 'Perfect Tongue is a marvelous casual game. There are few people on this planet who can actually resist the temptation of sweetness. The underlying biological reason for our saccharic passion lies probably in sugar\'s capability of direct energy supply. This fabulous casual game will undoubtedly make your life incredibly sweeter by tantalizingly arousing your imagination to the fullest extent possible: when playing, just imagine that you are licking over an endlessly long array of desserts!', 'https://img.gamemonetize.com/m0z8fj6cnp3l89gurco91a1bufl0bmg1/512x384.jpg', 'https://html5.gamemonetize.com/m0z8fj6cnp3l89gurco91a1bufl0bmg1/', '0', 'Hypercasual', 0, 0, '', 'perfect-tongue--fun-amp-run-d-game'), (12247, 'Real City Car Driver 2', 'Welcome to the new exciting crazy car stunt game . Golden guns offer you the best of all car games including crazy stunts ,speed stunts and car racing. So are you ready to play car stunt: car racing stunt games ??? Let\'s get behind the wheel, to start the crazy car driving simulator presented by Golden Guns Studio on free impossible car stunts game with multiple latest free car games. Go and enjoy from new & updated games like car stunts 3d: ramp car driving games on different impossible tracks game. Get ready for rooftop in ramp car stunt racing: stunt car games to drive on zigzag and tricky paths. In this mega ramp car games, you will experience stunt car jumping over sea view, water, city, desert and mountains. In this top speed car games, select your favorite racing car like extreme car, muscle car ,jeep and drive freely on impossible tracks in crazy car driving games. Mega ramp car game 2020 - car driving simulator is in everyone\'s hands because of an addictive interface and smooth gameplay. This stunt car game - car driving simulator will make the users professional player of car racing games . Play car games: crazy car driving to feel the adventure of crazy car driving games which you might like based on your recent activity. Come towards the objectives of crazy car stunts game with impossible tracks is recommended for you to understand the missions and objectives in this offline stunt driving games. Keep driving with no fear upon difficult tracks and hot tracks in crazy car stunt. Use the nitro boost to jump and keep your car on the track. All levels of car stunt driving simulator - impossible car stunts game are unique and interesting where you have to accomplish the stages gradually. Be careful on tricky roads and steep paths in driving simulator and control the speed as well as acceleration in crazy car driving simulator. Attractive sound effects in gt car racing games and compatible engine physics of this mega ramps free car driving games will amuse the users while playing ramp car stunt. Multiple camera angles in this car stunt game: gt racing car will help you while driving on impossible tracks. Clear the levels of this car stunt game - driving simulator and collect all checkpoints. Be aware from hurdles and jump to become professional player of this adventure games: car stunt game. Download top speed crazy car stunt driving simulator and play this crazy car stunt on ramp car to enjoy with different gt racing car: impossible car stunts game. This gt racing - new driving games is adventurous creation for stunt driving games lover to fulfill your passion of stunt games. Choose your favorite stunt car in such muscle car games and ultimate car racing on impossible tracks with extreme speed in this free car games. Play Crazy Car Stunt 3D: Ramp Stunt Car for free now ! Features of mega ramp car racing 2020 - crazy car stunt games: - Amazing collection of models of car stunt games - Unique stunt car games levels and missions - Interesting modes selection in this car games - Easy and professional gameplay of car stunts - Smooth control and exciting environment of crazy car - Full of fun and amusement of car stunts Go and start gt racing car and complete the top speed stunt racing games 2021 with extreme city stunt car games. Provide us feedback to improve stunt car games: mega ramp car impossible tracks car stunts.', 'https://img.gamemonetize.com/mkjpxqxsiixr0vxaxvlv5i9d53rrzlds/512x384.jpg', 'https://html5.gamemonetize.com/mkjpxqxsiixr0vxaxvlv5i9d53rrzlds/', '0', 'Racing', 0, 0, '', 'real-city-car-driver-'), (12248, 'Cars Snowy Road', 'Mcqueen is driving on the road in snowy weather. The road is very slippery and you have to go fast. You have to move left and right without hitting the oncoming cars. Go through the cars by tapping left and right of the car and make the highest score.', 'https://img.gamemonetize.com/jfr3if88l6bxzchetal6gv1eifqovpcw/512x384.jpg', 'https://html5.gamemonetize.com/jfr3if88l6bxzchetal6gv1eifqovpcw/', '0', 'Racing', 0, 0, '', 'cars-snowy-road'), (12249, 'Razzon', 'Razzon is a 2D simple platformer where you need to collect dices while avoiding spikes, saws and enemies and reach the red flag. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/fd7bcwc30ed3v0fcws94aknf5ggrydj1/512x384.jpg', 'https://html5.gamemonetize.com/fd7bcwc30ed3v0fcws94aknf5ggrydj1/', '0', 'Arcade', 0, 0, '', 'razzon'), (12250, 'Super Magician', 'Candy crush style super fun game.', 'https://img.gamemonetize.com/m5w5092cu41jfu5lb5fnftp53lnt86uw/512x384.jpg', 'https://html5.gamemonetize.com/m5w5092cu41jfu5lb5fnftp53lnt86uw/', '0', 'Hypercasual', 0, 0, '', 'super-magician'), (12251, 'Perfect Pouring Color Sorting Puzzle Game', 'Perfect Pouring - Color Sorting Puzzle Game is a fun and addictive puzzle game! Try to sort it and pour colored water in the bottles until all colors are in the same bottle. A relaxing and challenging game to train your brain HOW TO PLAY - Tap any glass bottle to pour water to another bottle. - The rule is that you can only pour the water to another bottle if it is linked to the same color and there\'s enough space on the glass bottle. - Try your best and don’t get stuck - but don’t worry, you can always restart the level at any time.', 'https://img.gamemonetize.com/gg65ba1vbu4diadjyfcvnylcmqmtpwv9/512x384.jpg', 'https://html5.gamemonetize.com/gg65ba1vbu4diadjyfcvnylcmqmtpwv9/', '0', 'Hypercasual', 0, 0, '', 'perfect-pouring-color-sorting-puzzle-game'), (12252, 'Flower Puzzle', 'Three flowers of the same color can be eliminated', 'https://img.gamemonetize.com/neq9k5bd92cae9ryyb52yb44unfgwocx/512x384.jpg', 'https://html5.gamemonetize.com/neq9k5bd92cae9ryyb52yb44unfgwocx/', '0', 'Puzzles', 0, 0, '', 'flower-puzzle'), (12253, 'Spiderman Hero Creator', 'Spider-Man, the most popular hero, is trying out different costumes that he will use until 2099. Can you create hundreds of different Spider-Man and choose the best one?', 'https://img.gamemonetize.com/oscow9d848fnbzf5zruy6vu3bojas0rf/512x384.jpg', 'https://html5.gamemonetize.com/oscow9d848fnbzf5zruy6vu3bojas0rf/', '0', 'Clicker', 0, 0, '', 'spiderman-hero-creator'), (12254, 'Bird Surfing', 'Bird Surfing is a 3D online game, where you’ll be flying with a bird over beautiful landscapes. Your only objective will be to fly through the rings and to get as far as possible. At the beginning, this might seem very simple, but it will get progressively harder and harder with each level, since your reaction time will have to get slower and slower. Also dodge trees and other obstacles that can take one life away. Try to get the best score you can and overcome your previous high score. You can pick new skins in the menu, so come on, let’s try the game out', 'https://img.gamemonetize.com/c9hcjo488hueaeu96eawu85quohg541b/512x384.jpg', 'https://html5.gamemonetize.com/c9hcjo488hueaeu96eawu85quohg541b/', '0', 'Adventure', 0, 0, '', 'bird-surfing'), (12255, 'Loving Couple Jigsaw', 'Loving Couple Jigsaw is a free online game in the jigsaw puzzle genre. You have 6 images in Valentine\'s theme in three modes to play. Choose one of the modes for the game that you previously choose and start it to play. Drag and drop the pieces to solve the puzzle and create an image. Enjoy, and have fun!', 'https://img.gamemonetize.com/ccqzwf148ta140uwrfkhhk3uuf7cvxke/512x384.jpg', 'https://html5.gamemonetize.com/ccqzwf148ta140uwrfkhhk3uuf7cvxke/', '0', 'Puzzles', 0, 0, '', 'loving-couple-jigsaw'), (12256, 'Poppy Playtime Hidden Stars', 'Poppy Playtime Hidden Stars is a free online skill and hidden object game. Find out the hidden stars in the specified images. Each level has 10 hidden stars. There are 6 levels in total. The time is limited so be fast and find all hidden objects before time runs out. Clicking in the wrong place several times reduces the time by an additional 5 seconds. So, if you are ready start the game and have fun!', 'https://img.gamemonetize.com/r12n08jrne9onu3lenggz97oonb4mdav/512x384.jpg', 'https://html5.gamemonetize.com/r12n08jrne9onu3lenggz97oonb4mdav/', '0', 'Puzzles', 0, 0, '', 'poppy-playtime-hidden-stars'), (12257, 'Encanto Family Jigsaw', 'Encanto Family Jigsaw is a free online game from genre of puzzle and jigsaw games. You can select one of the 6 images and then select one of the three modes: easy with 25 pieces, medium with 49 pieces and hard with 100 pieces. Have fun and enjoy!', 'https://img.gamemonetize.com/kq5boxoh1rn9y85dso5ple8dimxk25q8/512x384.jpg', 'https://html5.gamemonetize.com/kq5boxoh1rn9y85dso5ple8dimxk25q8/', '0', 'Puzzles', 0, 0, '', 'encanto-family-jigsaw'), (12258, 'Hopscotch Survival', 'Hopscotch Survival un juego online se puede jugar en teléfonos o tabletas inteligentes. Descúbre el fascinante j Nuevo juego para Android Hopscotch Survival disponible para teléfonos y tabletas. Salta al ritmo del juego del calamar y vive una mejor experiencia de divertirse. la dinámica del juego es full competencia. Despierta tu creatividad.', 'https://img.gamemonetize.com/ljckb1j37og7u6rl7rxqptgcuxaup609/512x384.jpg', 'https://html5.gamemonetize.com/ljckb1j37og7u6rl7rxqptgcuxaup609/', '0', 'Hypercasual', 0, 0, '', 'hopscotch-survival'), (12259, 'Police Pursuit 2', 'Police Pursuit 2 is a 3D action/driving game in which you get to play as a police officer carrying his duty on the streets of a beautifully rendered city. Engage in high-speed pursuits, catch fugitives, and perform crazy stunts that can be paused at any time and seen from any angle you want.', 'https://img.gamemonetize.com/tjng06wd19n9bxtpwcqxsp00qjhmf6jv/512x384.jpg', 'https://html5.gamemonetize.com/tjng06wd19n9bxtpwcqxsp00qjhmf6jv/', '0', 'Racing', 0, 0, '', 'police-pursuit-'), (12260, 'Poppy Playtime Shourcut Race', 'Race against opponents, and stack all the plank pieces you can pick up along the way! If you\'re smart enough, get out of the way and build bridges to take shortcuts to cross the finish line before everyone else! Cheating has never been so stylish! A simple game with efficient and easy to learn controls.', 'https://img.gamemonetize.com/i82ogs8xn4fexa8rd35zjq8mgqv4ewnq/512x384.jpg', 'https://html5.gamemonetize.com/i82ogs8xn4fexa8rd35zjq8mgqv4ewnq/', '0', 'Hypercasual', 0, 0, '', 'poppy-playtime--shourcut-race'), (12261, 'Bow Color Circle', 'Your mission is to click quickly on the mouse to throw an arrow to the same color as an arrow. If you choose the same color, you will get one point, and soon you point the same and more color. The circle begins to move faster and faster, and the color will shrink.', 'https://img.gamemonetize.com/en6o35oz3rv7ftlixz3nf1yuhu4kejeg/512x384.jpg', 'https://html5.gamemonetize.com/en6o35oz3rv7ftlixz3nf1yuhu4kejeg/', '0', 'Arcade', 0, 0, '', 'bow-color-circle'), (12262, 'Kick the soccer ball (kick ups)', 'Kick the soccer ball is an HTML5 game. Don’t let the ball hit the ground and try to beat your records. Enjoy cool music, sounds and graphics.', 'https://img.gamemonetize.com/b4zkssoijj548ugwfznpg0gvlpz0kl8k/512x384.jpg', 'https://html5.gamemonetize.com/b4zkssoijj548ugwfznpg0gvlpz0kl8k/', '0', 'Sports', 0, 0, '', 'kick-the-soccer-ball-kick-ups'), (12263, 'City Bus Driving 3D', 'Come and try your driving skills in the most thrilling City Bus Simulator 3D game, where your skills will be challenged! Challenge yourself by completing hard assignments, picking up and dropping off passengers, and upgrading your bus to make it even better. City Bus Sim 3D provides you with a driving simulation experience in a large open world environment. Take your time getting to the pick-up location and then opening the doors to allow the passengers to enter the bus and dropping them off at your destination. Drive cautiously because every time your bus collides with another vehicle, it will suffer damage and the passengers will cry in pain! Prevent your bus from becoming entirely wrecked and destroyed by dropping off your passengers first. If you play Indian Coach Simulator, a simulation game, you will learn how to operate a passenger bus in a genuine parking lot.', 'https://img.gamemonetize.com/m3rqwnetfn7oo8r9wvrr9bur3tda1wq7/512x384.jpg', 'https://html5.gamemonetize.com/m3rqwnetfn7oo8r9wvrr9bur3tda1wq7/', '0', 'Racing', 0, 0, '', 'city-bus-driving-d'), (12264, 'Color Fill Game', 'Color Fill is a free online mini-game for all kids that uses blocks as a filling background color. The gameplay is very simple, you need to occupy the gray and black grid by moving the blocks, lay the gray and black squares flat into a background with color shapes, to collect all the diamonds in the game, if you want to relax and leisure, this game is the best choice for you.', 'https://img.gamemonetize.com/pfxqv4wa263rvazfg90nmggqbtr3f4s4/512x384.jpg', 'https://html5.gamemonetize.com/pfxqv4wa263rvazfg90nmggqbtr3f4s4/', '0', 'Boys', 0, 0, '', 'color-fill-game'), (12265, 'wolf pup escape2', 'Wolf Pup Escape 2 is a point and click escape game developed by 8BGames. Imagine that your friend bought a little Wolf Pup as a gift. You are about to take that little Wolf Pup to the forest. Unfortunately the Wolf Pup got trapped inside a room. Find some hidden object to solve some interesting clues to escape the Wolf Pup. Good luck…Have fun!', 'https://img.gamemonetize.com/scgyqn8eb8sftwa3v9rfxqix3yauke3f/512x384.jpg', 'https://html5.gamemonetize.com/scgyqn8eb8sftwa3v9rfxqix3yauke3f/', '0', 'Puzzles', 0, 0, '', 'wolf-pup-escape'), (12266, 'Boss Foxy escape', 'Boss Foxy Escape is a point and click game developed by 8B Games/Games2live. Imagine that Boss had been to a House, On there she got trapped. Here is the interesting puzzles and hidden objects to find and get escape Boss from the House. Good luck.. Have fun!', 'https://img.gamemonetize.com/teskhbsntx4a2llrqxt1ph9kg2vgtij1/512x384.jpg', 'https://html5.gamemonetize.com/teskhbsntx4a2llrqxt1ph9kg2vgtij1/', '0', 'Puzzles', 0, 0, '', 'boss-foxy-escape'), (12267, 'Guaro House Escape', 'Guaro House Escape is a point and click escape game developed by 8BGames. Imagine that you went to your friend house at night. As you felt tired, you slept in your friend Guaro’s House. WAhen you woke up; your friend is not there. Find some hidden object to solve some interesting clues to escape from Guaro House. Good luck…Have fun!', 'https://img.gamemonetize.com/6wtsnkszrs0bowr4kvnf2o76f0vfabsl/512x384.jpg', 'https://html5.gamemonetize.com/6wtsnkszrs0bowr4kvnf2o76f0vfabsl/', '0', 'Puzzles', 0, 0, '', 'guaro-house-escape'), (12268, 'Elate Girl Escape', 'Elate Girl Escape is a point and click escape game developed by 8BGames. Imagine that you went to play with Elate Girl in her house..When you went there, she got trapped in house. Find some hidden object to solve some interesting clues to rescue the Elate Girl. Good luck…Have fun!', 'https://img.gamemonetize.com/4alzm2094nl6eg94o6o9rl0qk7f751ow/512x384.jpg', 'https://html5.gamemonetize.com/4alzm2094nl6eg94o6o9rl0qk7f751ow/', '0', 'Puzzles', 0, 0, '', 'elate-girl-escape'), (12269, 'Hatchling Escape', 'Hatchling Escape is a point and click escape game developed by 8BGames. Imagine that your friend gave you a hatchling crocodile as a gift. Unfortunately you miss hatchling inside a room. Find some hidden object to solve some interesting clues to rescue the Hatchling Good luck…Have fun!', 'https://img.gamemonetize.com/fgjaoq7foi6mlji27kupot1igp0uusfv/512x384.jpg', 'https://html5.gamemonetize.com/fgjaoq7foi6mlji27kupot1igp0uusfv/', '0', 'Puzzles', 0, 0, '', 'hatchling-escape'), (12270, 'A House Of 6 Doors', 'A House of 6 doors is a point and click game developed by 8B Games/Games2Mad. Imagine that you are stuck at house, Here is the interesting puzzles and hidden objects to escape from 6 doors house Good luck.. Have fun!', 'https://img.gamemonetize.com/ew386vmdniow2o3o4hixcni0l7i3pcmv/512x384.jpg', 'https://html5.gamemonetize.com/ew386vmdniow2o3o4hixcni0l7i3pcmv/', '0', 'Puzzles', 0, 0, '', 'a-house-of--doors'), (12271, 'PIZZA', 'Pizza is a point and click game developed by 8B Games/Games2Mad. Imagine that you had been to a Kitchen, A hungry girl asked you to prepare pizza Here is the interesting puzzles and hidden objects to give pizza to girl Get rid of hunger. Good luck.. Have fun!', 'https://img.gamemonetize.com/91fypcuykcvgx78koafo8pv5haczzgfk/512x384.jpg', 'https://html5.gamemonetize.com/91fypcuykcvgx78koafo8pv5haczzgfk/', '0', 'Puzzles', 0, 0, '', 'pizza'), (12272, 'Car Craft Race Fun & Run 3D Game', 'Look at this Car Craft Race game. It is not merely a block-collecting but also a vehicle racing arcade game with 3D LEGO game art animations. First, you should collect enough blocks to make your vehicles up and rush to the finish line. When you have collected more blocks than others, you can crash them and make them lose their blocks on the ground. Have a good time now!', 'https://img.gamemonetize.com/0dfxfpq5cks481x74iug5kvl64dhagxf/512x384.jpg', 'https://html5.gamemonetize.com/0dfxfpq5cks481x74iug5kvl64dhagxf/', '0', 'Hypercasual', 0, 0, '', 'car-craft-race--fun-amp-run-d-game'), (12273, 'Stickman Huggy', 'hey i\'m a stickman huggy. you have to help me and i have to pass all the chapters. Try to finish the level by paying attention to the obstacles. Be careful, if you hit the obstacle, you will lose. Reach the flag before the time runs out and move on to the next level. each level is challenging and different from each other.', 'https://img.gamemonetize.com/xhecqf5953srm1hgklz4wkv8itdf6lmr/512x384.jpg', 'https://html5.gamemonetize.com/xhecqf5953srm1hgklz4wkv8itdf6lmr/', '0', 'Arcade', 0, 0, '', 'stickman-huggy'), (12274, 'Long Neck Run', 'What will you do if you are tall enough to look down the Effiel Tower? Here is a collecting arcade game with 3D stickman game art animations. Your target is to collect as many of the same colorful rings as your current color as you can while running forward to the finish platform. Then you will see taller and taller buildings and items. I hope you will unlock taller buildings!', 'https://img.gamemonetize.com/j7aj0os2qbaax66pw0bgqdn91oxxzhdo/512x384.jpg', 'https://html5.gamemonetize.com/j7aj0os2qbaax66pw0bgqdn91oxxzhdo/', '0', 'Arcade', 0, 0, '', 'long-neck-run'), (12275, 'Vlinder Girl Fashion Story', 'Fashion is a very important thing for all girls! It should sparkle for every occasion! When it comes to choosing from a dazzling wardrobe, it\'s hard to know where to start. Girls never have bad clothes, only the right clothes and matching skills. In the fashion guide for girls, I will teach you how to match and gradually become a fashionista. Dress up your characters, design your outfits, hairstyles and makeup, experience different scenarios and match them with different looks, and don\'t forget to choose stylish headwear, necklaces and earrings for them. We offer a large selection of trendy accessories for you to choose from. Finally, take a photo of your stylish look.', 'https://img.gamemonetize.com/y3u3ocw2zvlczidp4chm1socqqibgpt2/512x384.jpg', 'https://html5.gamemonetize.com/y3u3ocw2zvlczidp4chm1socqqibgpt2/', '0', 'Girls', 0, 0, '', 'vlinder-girl-fashion-story'), (12276, 'Noob vs Zombies Forest biome', '★★★★★ FREE Noob vs Zombies - Forest Biomes ★★★★★ This is a turn based game with many zombie fights. Break blocks, collect diamonds, exchange for gold and upgrade weapons. Fight against dangerous bosses, play against 1000 zombies in survival mode. Have fun and have an unforgettable experience with your friends! Different diamonds have different values, collect and exchange them for gold. Buy and upgrade new weapons. Keep a lot of items and weapons in your inventory. Noob must survive among 1000 zombies in the forest biome. Walkthrough: https://youtu.be/IMSt_Hb1YWE <br> For commercial offers: websat1973@gmail.com <br>', 'https://img.gamemonetize.com/l9xdzls49lrn8yy6m6izxvjgs15rumub/512x384.jpg', 'https://html5.gamemonetize.com/l9xdzls49lrn8yy6m6izxvjgs15rumub/', '0', 'Adventure', 0, 0, '', 'noob-vs-zombies--forest-biome'), (12277, 'Zombie Reform', 'Zombie Reform is a 3D zombie shooter survival game. It is a game that has a level system, and the zombies get stronger at each level. There are 6 different maps, and these maps change every 12 levels. Before each level change, there is a "FULL BOSS" battle. All zombies are extremely powerful, and you have to destroy them to move to the new map.', 'https://img.gamemonetize.com/warvlut0300fplhmljw6wwglp5v11dae/512x384.jpg', 'https://html5.gamemonetize.com/warvlut0300fplhmljw6wwglp5v11dae/', '0', 'Shooting', 0, 0, '', 'zombie-reform'), (12278, 'Run Rob', 'Rob Runner is made with html5 technology, and it\'s available on PC and Mobile web. You can play the game free online on your Computer, Android devices', 'https://img.gamemonetize.com/m21bbvqj52stru5don3cd3jiiqidcgr3/512x384.jpg', 'https://html5.gamemonetize.com/m21bbvqj52stru5don3cd3jiiqidcgr3/', '0', 'Adventure', 0, 0, '', 'run-rob'), (12279, 'Color Genious', 'welcome to Color Genious Draw colorful lines and match them with the target. Click the help button to help you with colors fusion and other helpers. this game will help you know color fusion', 'https://img.gamemonetize.com/nw9yg99075ekuyu8cdpkfhkj1omltokq/512x384.jpg', 'https://html5.gamemonetize.com/nw9yg99075ekuyu8cdpkfhkj1omltokq/', '0', 'Puzzles', 0, 0, '', 'color-genious'), (12280, 'Mushroom Match', 'Mushroom Match is an amazing match3 puzzle game. your mission is to match 3 or more identical mushrooms to clear them from the board and complete your levels. Enjoy', 'https://img.gamemonetize.com/jua8hl6ggdgjs3dsfh6bemiwuby9jfcr/512x384.jpg', 'https://html5.gamemonetize.com/jua8hl6ggdgjs3dsfh6bemiwuby9jfcr/', '0', 'Puzzles', 0, 0, '', 'mushroom-match'), (12281, 'Spidey and his Amazing Friends Swing Into Action!', 'Three different Spider-People are now teaming up for a mission where they are going to swing around New York and take care of problems and baddies, an experience we are happy to present you all with right now and here, as all of the users on our website are invited to have tons of fun with an excellent game such as Spidey and his Amazing Friends: Swing Into Action!! Run along the rooftop with Spidey and friends, completing all the missions! Spidey, Spin, and Ghost-Spider are the three Web-slingers that you can become in this game, and you will change between one another depending on the mission, with most of the levels being rooftop runner levels where you have to save people or animals using your powers. Your character runs forward automatically, and you will press the spacebar to jump or press it twice to double jump, with the goal being to jump from one building to another, jump over boxes and other obstacles, and collect the icons for points. What each mission entails is usually to find a certain thing, and you will do it when you reach the end of the course, with the challenges getting progressively harder as you keep playing. Start the fun right now, as only here is possible, and don\'t hesitate to share this game with your friends as well, even if they are not fans of Spider-Man!!!', 'https://img.gamemonetize.com/h74o20btk721joo9xpqg4lhjlmw0spso/512x384.jpg', 'https://html5.gamemonetize.com/h74o20btk721joo9xpqg4lhjlmw0spso/', '0', 'Racing', 0, 0, '', 'spidey-and-his-amazing-friends-swing-into-action'), (12282, 'Emily Fashion Model', 'Emily is a fashion model girl. She chooses costumes for her fashion magazine cover shoot. Can you make a nice combination with hairstyle, jewelry, hats and shoes. Let\'s dress her up very stylishly.', 'https://img.gamemonetize.com/mnzybcv3ob1kxogesa5xkcni2howbgeg/512x384.jpg', 'https://html5.gamemonetize.com/mnzybcv3ob1kxogesa5xkcni2howbgeg/', '0', 'Girls', 0, 0, '', 'emily-fashion-model'), (12283, 'Crash the Comet', 'Basically you need to control the comet, and keep it flying on the track. Look easy, but the comet will continue speed up. It is not easy! Specially on two hands mode, you may crash immediately. Remember, this game is challenging your brain.', 'https://img.gamemonetize.com/ol77sbb26reb3ubusa5nrfz9rwf0xrx8/512x384.jpg', 'https://html5.gamemonetize.com/ol77sbb26reb3ubusa5nrfz9rwf0xrx8/', '0', 'Racing', 0, 0, '', 'crash-the-comet'), (12284, 'Baby Taylor Builds A Treehouse', 'There is a big tree in the backyard of Tom\'s house. Tom\'s father made a treehouse for him and invited Taylor to play. Taylor is very envious of this because there is such a big tree in her backyard. But building a treehouse is difficult. Please help Taylor\'s father build a treehouse! First of all, you have to buy materials and decorate them after it is built. Don\'t forget to invite Taylor\'s friends to visit the treehouse! They will be envious! Have fun!', 'https://img.gamemonetize.com/qpeqrcjxd07rkrli2p3y0g55xef8mzfz/512x384.jpg', 'https://html5.gamemonetize.com/qpeqrcjxd07rkrli2p3y0g55xef8mzfz/', '0', 'Hypercasual', 0, 0, '', 'baby-taylor-builds-a-treehouse'), (12285, 'Vampire Princess Cheerleader Girl Makeover', 'I\'m Rebecca, a vampire princess. Tired of the endless boring life of the Vampire Kingdom, I slipped out of the castle and transformed into a human being. In the human world, I met a boy who liked me very much. His name was Mike. Should I date him? Should I tell him my true identity? I aspire to be the cheerleader of the school, what should I do? OMG, I\'m so confused, I need help! The competition will be held soon, I think I should prepare for the cheerleading competition first. Could you help me?', 'https://img.gamemonetize.com/sqj6tljc9x0klmtk7fqib6l082aho31d/512x384.jpg', 'https://html5.gamemonetize.com/sqj6tljc9x0klmtk7fqib6l082aho31d/', '0', 'Hypercasual', 0, 0, '', 'vampire-princess-cheerleader-girl-makeover'), (12286, 'The Cutest Squishy Pet My Cute House Pet', 'Smolsies are very cute plush creatures! Whether you are a toddler or a cute boy or girl, you will fall in love with their newly adopted virtual pet! Hatch those cute eggs and accompany Smolsies babies to grow up, including playing with them, feeding, and cleaning, and you can also combine multiple Smolsies to create a new cute plush pet! Smolsies can speak with emojis! Collect gold coins, win surprise gifts such as toys, accessories, and decorate your virtual pet house! Slides, trampolines, small balls, swings, ocean bells, gongs and drums, and more interesting toys are all prepared for children and pet babies.', 'https://img.gamemonetize.com/vagt0v0p8cz4mjbe4l4wlwe47ywak8ee/512x384.jpg', 'https://html5.gamemonetize.com/vagt0v0p8cz4mjbe4l4wlwe47ywak8ee/', '0', 'Hypercasual', 0, 0, '', 'the-cutest-squishy-pet--my-cute-house-pet'), (12287, 'Ski Jump 2022', 'Compete in olympic style and win medals as well as your first over 200m. ski jump', 'https://img.gamemonetize.com/u54k0kezyjafb91azdmqpr6d1q026m1i/512x384.jpg', 'https://html5.gamemonetize.com/u54k0kezyjafb91azdmqpr6d1q026m1i/', '0', 'Sports', 0, 0, '', 'ski-jump-'), (12288, 'Line Color 3D Fun & Run 3D Game', 'Line Color 3D is an interesting arcade game. It can test your reflection and help you kill your time. It\'s a hard thing to pass all levels, but I believe you can do it! Avoid those obstacles on your road and try to complete more challenges. Have a good time in Line Color 3D!', 'https://img.gamemonetize.com/jdkdximy6f88fd7f2014gqyd5c3evfdd/512x384.jpg', 'https://html5.gamemonetize.com/jdkdximy6f88fd7f2014gqyd5c3evfdd/', '0', 'Hypercasual', 0, 0, '', 'line-color-d--fun-amp-run-d-game'), (12289, 'Egg Catcher', 'Welcome to new egg catcher egg games! It\'s an addictive egg game in which you have to catch eggs dropping from the tree. The dancing chickens have laid eggs, so save the life of eggs before they get broken. Catch as many chicken eggs as you can. Beware! It\'s a game of eggs so don\'t miss any egg. It\'s very easy to play and interesting free egg games for kids.', 'https://img.gamemonetize.com/te7k319fexju50no7iw8w7rtb9nzx4tt/512x384.jpg', 'https://html5.gamemonetize.com/te7k319fexju50no7iw8w7rtb9nzx4tt/', '0', 'Hypercasual', 0, 0, '', 'egg-catcher'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (12290, 'Birds to phoenix IO', 'Tap the screen to string beads, and two beads of the same level will synthesize more advanced beads.', 'https://img.gamemonetize.com/23t9y96ikbbm42x5p3dvqr7458dwt9zn/512x384.jpg', 'https://html5.gamemonetize.com/23t9y96ikbbm42x5p3dvqr7458dwt9zn/', '0', 'Multiplayer', 0, 0, '', 'birds-to-phoenix-io'), (12291, 'Kubbo City', 'Kubbo.City es un juego en linea con cientos de personas chateando y haciendo amistades. Chatea en con jovenes de todo el mundo y a tiempo real. Construye la casa mas decorada del juego y mu&eacute;strala a tus amig@s!', 'https://img.gamemonetize.com/jbilq19xbu0di643m5ultv0im21vic48/512x384.jpg', 'https://html5.gamemonetize.com/jbilq19xbu0di643m5ultv0im21vic48/', '0', 'Multiplayer', 0, 0, '', 'kubbo-city'), (12292, 'Fire Numbers ', 'Fire Number is a shooting puzzle game. At this game, your job is to control the shooter and to shoot on the blocks with a number in them. The number that is on the blocks means that you need to shoot that many times to destroy the block. At the beginning find the blocks with smaller numbers. Create a path to move with the shooter and collect points. You can collect some extras and get more power, new bullets, and other achievements. So, destroy more blocks as you can and get more points to get the best score.', 'https://img.gamemonetize.com/xbspvgg0qzjtrrlbafo7vg4vw3vgy6lj/512x384.jpg', 'https://html5.gamemonetize.com/xbspvgg0qzjtrrlbafo7vg4vw3vgy6lj/', '0', 'Puzzles', 0, 0, '', 'fire-numbers-'), (12293, 'Funny Football', 'Get ready for the Funny Football with this wild game that mixes soccer with pachinko. Pick your favorite match and see if you can score lots of goals while you avoid other players and some crazy fans.', 'https://img.gamemonetize.com/5ggxp60liu9coluxtfjxgj8633c29yus/512x384.jpg', 'https://html5.gamemonetize.com/5ggxp60liu9coluxtfjxgj8633c29yus/', '0', 'Sports', 0, 0, '', 'funny-football'), (12294, 'Stickman Archer', 'Stickman decides to test his own skills and pass the tests, consisting in marksmanship, allowing you to hit targets, which are ordinary signs or people armed with a military arsenal. Score as many points as possible for successfully removing targets under different conditions.', 'https://img.gamemonetize.com/a4aoxbnnozyaokbtif3wpdaho9ymoe7t/512x384.jpg', 'https://html5.gamemonetize.com/a4aoxbnnozyaokbtif3wpdaho9ymoe7t/', '0', 'Fighting', 0, 0, '', 'stickman-archer'), (12295, 'Teeth Run', 'Welcome to the fun game "Tooth Runner"! Today we wanted to cheer you up a little, so we want you to play a very funny toy in which you will run over the teeth of the little men with a toothbrush and brush their teeth at the same time! Do you like brushing your teeth? Do you brush them with toothpaste or some other means? In this funny toy you will have a choice of two remedies, these are toothpaste and manure.', 'https://img.gamemonetize.com/e3hsh8uydks1f6lh5i39yd4pmwkc98h0/512x384.jpg', 'https://html5.gamemonetize.com/e3hsh8uydks1f6lh5i39yd4pmwkc98h0/', '0', 'Hypercasual', 0, 0, '', 'teeth-run'), (12296, 'BLITZ FOOTBALL 2022', 'Play against a friend or take charge of the game and try out all the crazy modes in this fun version of the classic soccer game. Switch between player and goalkeeper to defeat your opponent. We wish you to have fun in the game "Football Blitz"!', 'https://img.gamemonetize.com/k8wyenow1oop220do7u1ygt0kauna0sp/512x384.jpg', 'https://html5.gamemonetize.com/k8wyenow1oop220do7u1ygt0kauna0sp/', '0', 'Sports', 0, 0, '', 'blitz-football-'), (12297, 'Two Rows Colors', 'Two Rows Colors is a puzzle kids game, where the main goal is to match the ball in the middle with other balls with the same colors. So, in the middle of the game screen, the ball will move vertically and she will change color very often. From the top of the screen and from the bottom will be three balls in a row. When you tap on the screen they will move horizontally. Change the balls to get the ball with the same color as the ball in the middle. Only in that way you can match the ball and earn points. If you make a mistake the game will be over. Watch the ball in the middle of the game, play, and have fun.', 'https://img.gamemonetize.com/x7rr58ctamkimgjrumzhapf039co3gj8/512x384.jpg', 'https://html5.gamemonetize.com/x7rr58ctamkimgjrumzhapf039co3gj8/', '0', 'Puzzles', 0, 0, '', 'two-rows-colors'), (12298, 'Barbie Wedding Dress Up', 'Barbie is getting married. Wearing a white wedding dress was her biggest dream. Now this dream is coming true. Dress up in the most beautiful bridal dress and shoes. Make up. Choose your flower and enjoy the wedding design.', 'https://img.gamemonetize.com/zizcxb0v0g1iryvj1h7echugcuzoo4j6/512x384.jpg', 'https://html5.gamemonetize.com/zizcxb0v0g1iryvj1h7echugcuzoo4j6/', '0', 'Girls', 0, 0, '', 'barbie-wedding-dress-up'), (12299, 'Bulldozer Crash', 'Here is a bulldozer driving simulation game that is made from 3D game arts. You could charge the nitro by means of crashing other vehicles on the track at each level. Glad you will unlock all skins and complete all levels!', 'https://img.gamemonetize.com/jax7gl3f13hne66dmxdvarrds0lrtjj5/512x384.jpg', 'https://html5.gamemonetize.com/jax7gl3f13hne66dmxdvarrds0lrtjj5/', '0', '3D', 0, 0, '', 'bulldozer-crash'), (12300, 'Car Parking 2022', 'Play Stunt Car Challenges Fun and enjoyment filled stunt car game with casual fun and also challenging levels. Beat the other players in the multiplayer racing arena and rise to the top! Tweak your car to be the best on the planet! This game has muscle cars, jump ramps, Loops, fire rings, racing tracks, skill tracks, puzzle tracks, racing against trains, customisable cars, monster trucks, online racing and upgradable cars from stunt to monster car levels. Download now! Win the challenges in stunt tracks with your awesome stunt car! Drive on tracks with jumps, loops and obstacles! Race against a train! Beat the cop cars ! Try the new racing levels against the opponent car! Start playing the fun tracks right now, and challenge yourself to get three stars from all levels! Complete levels, and open San Francisco city and port levels! Drive on the spectacular tracks on Golden Gate bridge. Beware of the trolley cars and cops.', 'https://img.gamemonetize.com/pkvh9f9a4ru71500biovtrt0dahtwnq4/512x384.jpg', 'https://html5.gamemonetize.com/pkvh9f9a4ru71500biovtrt0dahtwnq4/', '0', 'Racing', 0, 0, '', 'car-parking-'), (12301, 'Guard Night Jigsaw', 'Guard Night Jigsaw is a free online game from genre of puzzle and jigsaw games. You can select one of the 6 images and then select one of the three modes: easy with 25 pieces, medium with 49 pieces and hard with 100 pieces. Have fun and enjoy!', 'https://img.gamemonetize.com/rmxa7vs70vc820uhe0hy1fcpa8e36dqu/512x384.jpg', 'https://html5.gamemonetize.com/rmxa7vs70vc820uhe0hy1fcpa8e36dqu/', '0', 'Puzzles', 0, 0, '', 'guard-night-jigsaw'), (12302, 'Collect the Ball', 'The task of the game Collect the Ball is to move the white ball into a container. In this case, the ball is somewhere at the top, and the place where you need to place it is at the bottom. Between them, at each level, there will be different figures, which are still preventing the object from hitting the target. You need to position the black pieces so that it will help the solution of the problem. You have the ability to move objects vertically, as well as rotate by pressing the screen or the mouse button twice. First, you should think about and scroll through several options in your mind, choosing the one that suits you in the end. After placing the objects, click the Start button in the upper left corner.', 'https://img.gamemonetize.com/h4dap0diqmgv88jrm382xl84p39eqy21/512x384.jpg', 'https://html5.gamemonetize.com/h4dap0diqmgv88jrm382xl84p39eqy21/', '0', 'Puzzles', 0, 0, '', 'collect-the-ball'), (12303, 'Hexoboy', 'Meet Hexoboy, a new cool free-to-play platformer game with plenty of adventures, puzzles, and fun. Use your skills and wits to help the cute brave hero in his adventure in the hexagonal game based on classic puzzle platformers.', 'https://img.gamemonetize.com/pxb9fb2ln3xhah4a0ixcwqnsd4yo7lb1/512x384.jpg', 'https://html5.gamemonetize.com/pxb9fb2ln3xhah4a0ixcwqnsd4yo7lb1/', '0', 'Puzzles', 0, 0, '', 'hexoboy'), (12304, 'Delicious Cake Decoration', 'Do you like to make cake in the baking games? Wanna be the best cake maker in the unicorn games? Join the food-making games and start your baking story today! Look, everything has been ready for the sweet maker in the games for girls! Don’t believe that? Play the free games for girls to verify Now!', 'https://img.gamemonetize.com/owglt0uhwfq4x6t4ua4uqyoludr88tje/512x384.jpg', 'https://html5.gamemonetize.com/owglt0uhwfq4x6t4ua4uqyoludr88tje/', '0', 'Girls', 0, 0, '', 'delicious-cake-decoration'), (12305, 'Valentines Day Hidden Hearts', 'Valentine\'s Day Hidden Hearts is a free online kids and hidden object game. That is 10 hearts on 6 levels. Use mouse and click on the heart when you see one. The timer is located in the lower right corner of the screen and for the allotted period you must find and show ten hearts in the picture presented. So, if you are ready start the game and have fun!', 'https://img.gamemonetize.com/kqr0d8d2oohbxdp98xo2r8wpelwxbzgv/512x384.jpg', 'https://html5.gamemonetize.com/kqr0d8d2oohbxdp98xo2r8wpelwxbzgv/', '0', 'Puzzles', 0, 0, '', 'valentines-day-hidden-hearts'), (12306, 'Sky Roller Online Fun & Run 3D Game', 'Sky Roller Online is a very exciting pulley Parkour leisure game. The core of the game is Parkour. You can challenge all kinds of Parkour maps and tracks with different skating equipment. Keep sprinting forward to avoid all kinds of obstacles and collect diamonds along the way, have fun in Sky Roller Online!', 'https://img.gamemonetize.com/mpxpnvqo75w596rb531va2rkfdwbopxf/512x384.jpg', 'https://html5.gamemonetize.com/mpxpnvqo75w596rb531va2rkfdwbopxf/', '0', 'Racing', 0, 0, '', 'sky-roller-online--fun-amp-run-d-game'), (12307, 'Hanging Rabbit Escape', 'Hanging Rabbit Escape is a point and click escape game developed by 8BGames/Games2Mad. Imagine that you went to a forest. There you found a Hanging Rabbit trapped inside the forest. Find some hidden object to solve some interesting clues to escape the Hanging Rabbit. Good luck…Have fun!', 'https://img.gamemonetize.com/ilpjsrxtpzuo6724hj3s1858qhabs4z5/512x384.jpg', 'https://html5.gamemonetize.com/ilpjsrxtpzuo6724hj3s1858qhabs4z5/', '0', 'Puzzles', 0, 0, '', 'hanging-rabbit-escape'), (12308, 'Juicy Run Fun & Run 3D Game', 'Juicy Run is an exhilarating casual game. If you are somehow tired of the wheeling out of the same old patterns of running-themed casual games, this one will actually bring you something new. A toothed gear will be there for you. If you click and hold for a while, it will release its shadows to hack the way through the crowd of fruits. Are you gearing up for the splattering of a mesmerizing array of juices?', 'https://img.gamemonetize.com/v73szeduxl7z3npxj4pdvs2ezhg9icd4/512x384.jpg', 'https://html5.gamemonetize.com/v73szeduxl7z3npxj4pdvs2ezhg9icd4/', '0', 'Hypercasual', 0, 0, '', 'juicy-run--fun-amp-run-d-game'), (12309, 'Queen Escape', 'Queen Escape is a point and click escape game developed by 8BGames/Games2Mad. Imagine that you had been to a palace; on there you found a Queen got trapped in it. Find some hidden object to solve some interesting clues to escape the Queen. Good luck…Have fun!', 'https://img.gamemonetize.com/jzontqkovr6a6yzkwjh4k69yu62uvxm2/512x384.jpg', 'https://html5.gamemonetize.com/jzontqkovr6a6yzkwjh4k69yu62uvxm2/', '0', 'Puzzles', 0, 0, '', 'queen-escape'), (12310, 'Cave Forest Escape 2', 'Cave Forest Escape 2 is a point and click game developed by 8B Games/Games2Mad. Imagine that you had been to a forest for research purpose. You got trapped inside the forest. Now here is the interesting puzzles and hidden objects, to get escape. Good Luck.... Have Fun!!!', 'https://img.gamemonetize.com/4c8v5smizdied5r6eyxo2xaawnwsdma7/512x384.jpg', 'https://html5.gamemonetize.com/4c8v5smizdied5r6eyxo2xaawnwsdma7/', '0', 'Puzzles', 0, 0, '', 'cave-forest-escape-'), (12311, 'School Escape', 'School Escape is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a School; there you have to go out immediately. Here are the interesting puzzles and hidden objects to find and get escape from the School. Good luck... Have fun!', 'https://img.gamemonetize.com/7de4qyng6mfxngriakm4uy3k18iizrck/512x384.jpg', 'https://html5.gamemonetize.com/7de4qyng6mfxngriakm4uy3k18iizrck/', '0', 'Puzzles', 0, 0, '', 'school-escape'), (12312, 'Desert Camel Escape', 'Desert Camel Escape is a point and click game developed by 8B Games/Games2Mad. Imagine that you had been to a desert for research purpose. You found a camel got trapped in it. Now here are the interesting puzzles and hidden objects, to escape the desert Camel. Good Luck…. Have Fun!!!', 'https://img.gamemonetize.com/4u8edep2bsqxt74iul59r45b35qf91pg/512x384.jpg', 'https://html5.gamemonetize.com/4u8edep2bsqxt74iul59r45b35qf91pg/', '0', 'Puzzles', 0, 0, '', 'desert-camel-escape'), (12313, 'Maroon Room Escape', 'Maroon Room Escape is a point and click game developed by 8B Games/Games2Mad. Imagine that you had been to house. You got locked inside room in the house. Now here are the interesting puzzles and hidden objects, to get escape. Good Luck…. Have Fun!!!', 'https://img.gamemonetize.com/m9ajt6vnzu4me4pvu0i71e5yd4mhbo91/512x384.jpg', 'https://html5.gamemonetize.com/m9ajt6vnzu4me4pvu0i71e5yd4mhbo91/', '0', 'Puzzles', 0, 0, '', 'maroon-room-escape'), (12314, 'Mushroom Forest Escape', 'Mushroom Forest Escape is a point and click game developed by 8B Games/Games2Mad. Imagine that you had been to a forest, On there you had trapped. Here is the interesting puzzles and hidden objects to find and get escape from the forest. Good luck.. Have fun!', 'https://img.gamemonetize.com/l129t1b3mlu3ml67w6clh1f3u91zu8jx/512x384.jpg', 'https://html5.gamemonetize.com/l129t1b3mlu3ml67w6clh1f3u91zu8jx/', '0', 'Puzzles', 0, 0, '', 'mushroom-forest-escape'), (12315, 'Fun Draw Race 3D Fun & Run 3D Game', 'Fun Draw Race 3D is a unique racing game. Here you can personally design the legs for your little robot and make it run faster than all opponents! Try to be the winner of every game! Different tracks have different obstacles. Draw unique shapes for each challenge you face in the game. During running, you can modify the legs at any time.', 'https://img.gamemonetize.com/fb21rmr7jegst0poxcarmb2r5bqfkjrw/512x384.jpg', 'https://html5.gamemonetize.com/fb21rmr7jegst0poxcarmb2r5bqfkjrw/', '0', 'Hypercasual', 0, 0, '', 'fun-draw-race-d--fun-amp-run-d-game'), (12316, 'Forest House Girl Escape', 'Forest House Girl Escape is a point and click game developed by 8B Games/Games2Mad. Imagine that you had been to a forest; on there you found a trapped inside a lonely house. Here are the interesting puzzles and hidden objects to find and help her to escape. Good luck... Have fun!', 'https://img.gamemonetize.com/kzihyd2mp4i4nnzzruadahemnny6vm7f/512x384.jpg', 'https://html5.gamemonetize.com/kzihyd2mp4i4nnzzruadahemnny6vm7f/', '0', 'Puzzles', 0, 0, '', 'forest-house-girl-escape'), (12317, 'Parrots Escape', 'Parrots Escape is a point and click game developed by 8B Games/Games2Mad. Imagine that you had been to a Fort, On there you found some Parrots got trapped. Here is the interesting puzzles and hidden objects to find and rescue Parrots. Good luck.. Have fun!"', 'https://img.gamemonetize.com/l10u3wssl4ypsxyh3tcbxoj3500mlobs/512x384.jpg', 'https://html5.gamemonetize.com/l10u3wssl4ypsxyh3tcbxoj3500mlobs/', '0', 'Puzzles', 0, 0, '', 'parrots-escape'), (12318, '15 doors Escape', '15 doors Escape is a point and click game developed by 8B Games/Games2Mad. We know that you are a great fan of Door Escape games So here we present you 15 Doors Escape. Good luck and have fun!', 'https://img.gamemonetize.com/poyi3kmvsvd5uemll5j5ikbitguw12ot/512x384.jpg', 'https://html5.gamemonetize.com/poyi3kmvsvd5uemll5j5ikbitguw12ot/', '0', 'Puzzles', 0, 0, '', '-doors-escape'), (12319, 'Flappy Family', 'Welcome to the Family ! Flap your tiny wings and avoid the pipes through the Flappy World. Enjoy the multiplayer mode and play with your friends on the same device and unlock up to 7 characters! Try to fly as far as you can, Flappy Family is easy to play and hard to master ;)', 'https://img.gamemonetize.com/hrn707k95t7e244muqlqdbsyci1awebe/512x384.jpg', 'https://html5.gamemonetize.com/hrn707k95t7e244muqlqdbsyci1awebe/', '0', 'Hypercasual', 0, 0, '', 'flappy-family'), (12320, 'Dont Tap The White Tile', 'Don’t Tap The White Tile is the most addictive and frustrating rhythm style game on the Internet! You\'ll have to try to tap only on the black tiles of a piano but avoid the white tiles. If you tap even one white tile or miss one black tile, it is game over. Train your fingers to tap faster and faster each time !', 'https://img.gamemonetize.com/11n8bbjhj0vztzcpq6rsk9my06qnm4no/512x384.jpg', 'https://html5.gamemonetize.com/11n8bbjhj0vztzcpq6rsk9my06qnm4no/', '0', 'Hypercasual', 0, 0, '', 'dont-tap-the-white-tile'), (12321, 'Squid Match Game', 'Squid Match Game is a simple cool game that requires finding match card pairs based on a Squid Game theme! Memorize all the characters of Squid Game on the cards and match the twos or three pairs as per the target; play the total game and win the game.', 'https://img.gamemonetize.com/pejgra92f94knz23po40ns9fhsa7wxwv/512x384.jpg', 'https://html5.gamemonetize.com/pejgra92f94knz23po40ns9fhsa7wxwv/', '0', 'Puzzles', 0, 0, '', 'squid-match-game'), (12322, 'Cookie Busting', 'Welcome to Cookie Bursting. It is a new puzzle game for kids. Burst the cookies to move the glass towards the ground. The game consists of several levels and each level has different obstacles. Join and play with your friends. Have fun!', 'https://img.gamemonetize.com/3j5frqrok2x01bj5ooycrpm65982ci2h/512x384.jpg', 'https://html5.gamemonetize.com/3j5frqrok2x01bj5ooycrpm65982ci2h/', '0', 'Puzzles', 0, 0, '', 'cookie-busting'), (12323, 'My Romantic Valentine Story', 'Welcome to the My Romantic Valentine Story game. Barbie’s family went out for a marriage function and they will return after two days. She was alone at home. So she invited Ken to her house and have a surprise plan for him. But the barbie house looks so messy. She needs some hands to clean before Ken arrives. Play and have fun!', 'https://img.gamemonetize.com/sv5o1aw7efr46alajkz78lxuvf6fcrc0/512x384.jpg', 'https://html5.gamemonetize.com/sv5o1aw7efr46alajkz78lxuvf6fcrc0/', '0', 'Girls', 0, 0, '', 'my-romantic-valentine-story'), (12324, 'Brain Buster Draw', 'To solve difficult physics problems, you must draw shapes. They are not as simple as they appear. Would you want to give one a shot? There are hundreds of brain-teasing physics puzzles, with new ones being added regularly. There are several methods to solve each puzzle; can you figure out which one is the best? Share your original solutions with your friends and see how they compare. Obtaining enough stars in prior levels will allow you to unlock all of them at no further cost. On the community screen, you will always find hundreds of new free levels produced by other players, added every day.', 'https://img.gamemonetize.com/lsw6o76qhwco3tdoz8b9seckvxvbdkfy/512x384.jpg', 'https://html5.gamemonetize.com/lsw6o76qhwco3tdoz8b9seckvxvbdkfy/', '0', 'Puzzles', 0, 0, '', 'brain-buster-draw'), (12325, 'Coin Royale', 'Collect all the coins scattered in the Coin Royale game and start earning. You can increase your money with some math operations. Your money decreases in division and subtraction, and you can increase your money in multiplication and addition. You should watch out for some discounts and taxes. Along the way, some such obstacles will come your way. You should get the best profit by doing a quick math operation. You can buy the new Coin Character from the Market with the coins you earn. Have fun!', 'https://img.gamemonetize.com/vx8zw2v2adyuq7ifz3qa7f7x68gg75pz/512x384.jpg', 'https://html5.gamemonetize.com/vx8zw2v2adyuq7ifz3qa7f7x68gg75pz/', '0', 'Hypercasual', 0, 0, '', 'coin-royale'), (12326, 'Squid Hook Game', 'In Squid Hook Game, pull the Squid Game character on the opposite side to your side with the rope. Take advantage by sending the rope accurately to the other side. You can buy 5 different Squid game characters by accumulating the points you will earn at the end of each game. You can increase the action by purchasing dolls, players and workers. Grab your hook and fight against other players! Have fun.', 'https://img.gamemonetize.com/6gquwx25wy4uy4z56zk332i28tmndd0o/512x384.jpg', 'https://html5.gamemonetize.com/6gquwx25wy4uy4z56zk332i28tmndd0o/', '0', 'Arcade', 0, 0, '', 'squid-hook-game'), (12327, 'Skeleton Hunter', 'Skeletons have taken over the city. We need you as a brave warrior. Now prepare your bow and bow! The task awaits you. In this sacred mission you must be fast and destroy the skeletons. As you clear skeletons, more skeletons will come to attack you. You can perform a mass skeleton execution using some staggers on the ground. The city is yours!', 'https://img.gamemonetize.com/9dfepl71bxwbk8je42mzfflugivl5rjd/512x384.jpg', 'https://html5.gamemonetize.com/9dfepl71bxwbk8je42mzfflugivl5rjd/', '0', 'Arcade', 0, 0, '', 'skeleton-hunter'), (12328, 'Waterpark Slide Race', 'Waterpark Slide Race is a marvelous casual game. Do you want to overlook the world from the vantage point of ever wandering clouds? If your answers are affirmative, you will find much joy in playing this game as you discover how tailored it is for your pursuit of height. Hopefully, you will soar above the highs and lows of real-world life as in the delightful virtual world of this game.', 'https://img.gamemonetize.com/1ex6kbgh40piu7inpatb6rd4fdggmc54/512x384.jpg', 'https://html5.gamemonetize.com/1ex6kbgh40piu7inpatb6rd4fdggmc54/', '0', 'Girls', 0, 0, '', 'waterpark-slide-race'), (12329, 'Nurse Run 3D', 'Nurse Run 3D has been regarded as one of the most interesting new arcade games of this year. It has addictive gameplay and a 3D art style. In this magical game world, you will play the role of a nurse who encounters difficulties. The task is to collect medical-related equipment and instruments, such as syringes, needles, medicines, and bandages, on a platform full of various obstacles. Are you ready?', 'https://img.gamemonetize.com/r956x52cloew033pww0rujmt5n2h9i5c/512x384.jpg', 'https://html5.gamemonetize.com/r956x52cloew033pww0rujmt5n2h9i5c/', '0', 'Girls', 0, 0, '', 'nurse-run-d'), (12330, 'Cute Panda Cooks Food', 'Wonderful Food City is grandly opened. Let\'s go to taste and make food together with the foodie Qiqi! Candy, juice, snacks, and orders are waiting for you to prepare. Do you know how to prepare juice? Aim at the fruit on the cutting board and quickly cut it. Cut watermelon, apples, bananas, and oranges with one cut, and the rainbow juice is complete, so delicious! Do you want to know how to prepare other foods? come and play this game!', 'https://img.gamemonetize.com/drx8g1q1ah39g5ukqkyavy1oemh1aosk/512x384.jpg', 'https://html5.gamemonetize.com/drx8g1q1ah39g5ukqkyavy1oemh1aosk/', '0', 'Girls', 0, 0, '', 'cute-panda-cooks-food'), (12331, 'Animal Dental Hospital Surgery Game', 'Is being a dentist your dream job? Then you must not miss this game! Come to play at Baby Panda\'s dental salon! Experience the work of a dentist, manage a dental salon to clean and care for little animals\' teeth! Become an excellent dentist!', 'https://img.gamemonetize.com/9tyvg5zyvuo85uzi47e35o6sei1t7l9v/512x384.jpg', 'https://html5.gamemonetize.com/9tyvg5zyvuo85uzi47e35o6sei1t7l9v/', '0', 'Hypercasual', 0, 0, '', 'animal-dental-hospital--surgery-game'), (12332, 'Baby Color Crafts Fun', 'Let\'s decorate the crystal ball! Start the machine and fill the crystal ball with sequins. Then put colored stickers on the crystal ball to make it more shining. How to decorate a shell necklace? Placing shells of the same color on both sides of the gem pendant will make the shell necklace even prettier!', 'https://img.gamemonetize.com/1lwmorkgvbiyfb9vpkr9xcnrglfnbstj/512x384.jpg', 'https://html5.gamemonetize.com/1lwmorkgvbiyfb9vpkr9xcnrglfnbstj/', '0', 'Hypercasual', 0, 0, '', 'baby-color-crafts-fun'), (12333, 'Baby Happy House Cleaning', 'The doll is dirty! Let’s help! Can you clean the dirt bike? [Happy Clean], makes tidying up fun and exciting! Follow the creative process to clean the doll and make it better than new! Once that’s finished let’s see what else needs to be cleaned! There are stinky clothes, dirty bikes, and messy kitchens that need to be cleaned! Let\'s go! Be a happy cleaning hero and save the day!', 'https://img.gamemonetize.com/yhqq0cnfbkms9ppvkufrfjwfwjfuy6sq/512x384.jpg', 'https://html5.gamemonetize.com/yhqq0cnfbkms9ppvkufrfjwfwjfuy6sq/', '0', 'Hypercasual', 0, 0, '', 'baby-happy-house-cleaning'), (12334, 'Ice Cream Summer Fun Sweet Desserts', 'Summer is here, ice cream is one of the most popular foods in this season. Many children hope to eat delicious ice cream. Can you satisfy the children\'s wishes? This is a super fun food making and baking game with lots of realistic cooking tools for kids to play with: oven, decorating bag, spatula, bowls, plates, cream mixer, food processor, induction cooker, ice cream maker, knife, cutting board, mud maker, straws, cake molds and more.', 'https://img.gamemonetize.com/9jhlqgg41x5z7usvt3joa5pdo1j146p3/512x384.jpg', 'https://html5.gamemonetize.com/9jhlqgg41x5z7usvt3joa5pdo1j146p3/', '0', 'Girls', 0, 0, '', 'ice-cream-summer-fun--sweet-desserts'), (12335, 'Fish Restaurant', 'Build your own cafe empire. There are multiple levels of bosses that you can experience. Gain sufficient experience and climb the career ladder Huggy Wuggy', 'https://img.gamemonetize.com/5bx5y5jmvu6rmtvj2dzwxwobhvhi12l2/512x384.jpg', 'https://html5.gamemonetize.com/5bx5y5jmvu6rmtvj2dzwxwobhvhi12l2/', '0', 'Cooking', 0, 0, '', 'fish-restaurant'), (12336, 'Search for Treasure', 'You were hired as a diver to go and collect 7 items from the ocean and also to find the skeleton key to open the treasure chest that is on the ocean floor. Once you find all 8 items, and also collected the treasure, then you\'ll need to find the boat. Be careful because some of the ocean inhabitants are dangerous and don\'t run out of oxygen. Good luck.', 'https://img.gamemonetize.com/2b5hrbbn8t2bb2o86obx6flq2lp2m8u2/512x384.jpg', 'https://html5.gamemonetize.com/2b5hrbbn8t2bb2o86obx6flq2lp2m8u2/', '0', 'Adventure', 0, 0, '', 'search-for-treasure'), (12337, 'Bouncy Rush Plus', 'In the online game Bouncy Rush you can control gravity. If necessary, you can run either on one horizontal plane or on another. Periodically circular saws will occur in your path, so the skill of changing planes will be very useful to you. Collect coins along the way. On them you can buy a new skin of your character.', 'https://img.gamemonetize.com/kvrximljivarmhirrcygxorgekyi7959/512x384.jpg', 'https://html5.gamemonetize.com/kvrximljivarmhirrcygxorgekyi7959/', '0', 'Arcade', 0, 0, '', 'bouncy-rush-plus'), (12338, 'Car Flip', 'Welcome to Car Flip – a game where you have to perform crazy stunts and jumps from trampolines in a car – all in order to park your car in the most original and unusual way! Can you do a triple flip and land parked with your wheels up? Well done! Make a crazy jump through rings of fire? Fantastic, this will net you a lot of points! The main thing is to land in the parking lot via the most epic and insane methods!', 'https://img.gamemonetize.com/kzue2wkx48hif7ye6e8ytbqt24atmrrl/512x384.jpg', 'https://html5.gamemonetize.com/kzue2wkx48hif7ye6e8ytbqt24atmrrl/', '0', 'Sports', 0, 0, '', 'car-flip'), (12339, 'Do Not Fall.io', 'You like fun arcades and endurance races? Like playing online with other players? Then welcome to Do Not Fall .io! Here you will find a lot of fun and a huge devastating arena! Your task is to stay as long as possible and not fall. But you\'re not the only one in this arena. You have 20 enemies and you have to beat them all! To become a champion, you need to be the last one in the arena that\'s always destroying right under your feet! Stay as long as you can and don\'t fall! The rules have never been so simple: just jump on the platforms and don\'t fall down. The one who fell – lost. The last survivor becomes the winner! Handle it?', 'https://img.gamemonetize.com/853bctozi7tb6yexowfbtjj3nx1jpxfz/512x384.jpg', 'https://html5.gamemonetize.com/853bctozi7tb6yexowfbtjj3nx1jpxfz/', '0', '3D', 0, 0, '', 'do-not-fallio'), (12340, 'BFFs Sand Castle Time', 'Let\'s help our princesses Mia and Emma to make the perfect sand castle on the beach. Take the shovel and build the sand castle as per your interest. Also, Choose the best beach suits like Bikini, tops and bottoms or cover ups etc and matching accessories for these girls. Have great fun!', 'https://img.gamemonetize.com/6rpas8pws97yg94x3aa7sntec3nnhb3h/512x384.jpg', 'https://html5.gamemonetize.com/6rpas8pws97yg94x3aa7sntec3nnhb3h/', '0', 'Girls', 0, 0, '', 'bffs-sand-castle-time'), (12341, 'Barbie Makeup Time', 'Barbie is getting ready for her fashion shoot tonight. First she has to put on make up. Then she has to choose clothes and jewelry. Help her to choose hairstyle, eye makeup, lipstick while doing makeup. After choosing outfit, put on her jewelry and prepare for fashion shoots.', 'https://img.gamemonetize.com/zoikr7slsdkl3nvm83lkmhlhbzetc8qz/512x384.jpg', 'https://html5.gamemonetize.com/zoikr7slsdkl3nvm83lkmhlhbzetc8qz/', '0', 'Girls', 0, 0, '', 'barbie-makeup-time'), (12342, 'Barbie Bike Fashion', 'Barbie loves to ride a bike. Cycling in nature is her favorite sport. She tries on her new bike and clothes. Would you like to try on her new dresses? Let\'s create your Barbie bike fashion now.', 'https://img.gamemonetize.com/vs1rep8uhjpkkd9pk86ircbvl00kss2c/512x384.jpg', 'https://html5.gamemonetize.com/vs1rep8uhjpkkd9pk86ircbvl00kss2c/', '0', 'Girls', 0, 0, '', 'barbie-bike-fashion'), (12343, 'football 2p 96', '"Free to Play social sports betting game! Bet on Football, Basketball, NFL, 777 Slots, Poker Games, Sic Bo, Dices, Virtual Horse Racing and others. ✔ Live Score coverages of Football (Soccer), Basketball and NFL We deliver the fastest and accuarte sports information, including Match Fixtures, Live Odds, Live Score, Historical Results, Scorer and other sports stats. The coverage of our match fixtures includes NBA, NFL, Champions League, World Cup, English Premier League, Laliga, Bundasliga and other top sports leagues. We offer Match Odds, Over / Under, Asian Handicap, Odd / Even, Correct Score, 5 Minutes Goal and other global popular Free-to-Play prediction competitions ✔ Top Slot Games Enjoy the excitement of our slot contents. ✔ Innovative Poker Game Easy to understand and play. Win prizes easily by touching the screen. ✔ Classic Dice Games Same as the real Dice Games in Vegas, enjoy the atmosphere with players around the world. ✔ Player Vs Player Play against your friends or other people in Head to Head Soccer or Dice Game. Instant match and seconds to win. Quick and Cheerful. GoGoal is intended for individuals 18 years and older. GoGoal does not offer real money gambling. ✔ GoGoal provide live score, fixtures, live data and match stats for all popular sports leagues. Basketball: NBA, NCAA, WNBA, CBA, Euroleague, ACB, BSL, Eurocup, BCL, NBL, VTB, LSB Football / Soccer: English Premier League, La Liga, Serie A, Bundesliga, French Leagues, MLS, USL, NWSL, World Cup, Champions League, EuroCup, Women Football Leagues, FA Cup, Japanese Football League, Australian Super League, Brazil Football League and all other top leagues from all countries.', 'https://img.gamemonetize.com/h8f67h6lbu5n1lhxahjtte5ritnahtcw/512x384.jpg', 'https://html5.gamemonetize.com/h8f67h6lbu5n1lhxahjtte5ritnahtcw/', '0', 'Sports', 0, 0, '', 'football-p-'), (12344, 'Hearts Popping', 'Pop all of the bubbles on the fidget popper to complete a level. You can pop only that bubble which sparks heart. Early you pop the target bubble, more score points will get. If you can’t pop that bubble while heart is sparking then your score will reduce by 50 points. Popping a wrong bubble will subtract your score by 100 points.', 'https://img.gamemonetize.com/mixeyeqt86rmo0q5w1t8z67m989jeir3/512x384.jpg', 'https://html5.gamemonetize.com/mixeyeqt86rmo0q5w1t8z67m989jeir3/', '0', 'Girls', 0, 0, '', 'hearts-popping'), (12345, 'Little Baby Bum', 'Test your memory with this memory game. First select the difficulty level. The higher the number, the more cards are in the memo game. On the game board, there are always two identical images. Start the game by flipping a card. Then try to find another card that has the same image as the first. If you can\'t find a pair, the flipped cards will be flipped back with the face down. Try to remember these images as it becomes easier to find pairs the longer you play. When you find a pair they are removed from the board and when you find all the pairs in this memory, you have completed the level.', 'https://img.gamemonetize.com/rgjwr9d5lweuc1jjh7s74axt7qw01mu4/512x384.jpg', 'https://html5.gamemonetize.com/rgjwr9d5lweuc1jjh7s74axt7qw01mu4/', '0', 'Puzzles', 0, 0, '', 'little-baby-bum'), (12346, 'foot doctor 96', 'Foot Surgery Doctor Care - Free Doctor Games : Enjoy the thrill of being a superhero Foot Doctor to cure all patients coming to your clinic doctor care & bringing them back from trauma herein Foot Surgery Doctor Care - Free Doctor Games. The injured patients suffer from kinds of nail & foot doctor problems like painful infections, fractures, wounds, germs, various abrasions & they might need an emergency foot surgery simulator & nail treatment. In this operation games sterilize your surgical tools & keep your er emergency surgery hospital room ready for nail treatment. Be careful, don’t get the bones, nails & skin damaged herein Foot Surgery Doctor Care - Free Doctor Games. Herein doctor games, make use of injection, magic potion, droppers & all medical tools you need & heal painful infections, fractures, wounds, germs & various abrasions. In Foot Surgery Doctor Care - Free Feet Care Doctor Games use tweezers to pull out the thorns & put some ice on the big purple swelling, disinfect the wounds with a cotton ball to save the foot from leg infection herein foot clinic doctor games. The patient is suffering from leg injury that can affect his ankle & leg movements herein feet care hospital games. Call the knee surgeon doctor & all other doctor surgeons on duty to keep a check while you carry out the foot surgery doctor games. Treat them with all the doctor tools & medicines at the doctor’s office in this medical games. The kids have terrible pain on their foot nail doctor simulator. Be a foot doctor in an emergency foot clinic & find out what it feels like to take care of little patients & work in a foot surgery hospital as a surgeon doctor! Welcome to Foot Surgery Doctor Care - Free Doctor Games, you have a chance to help your patients, to prove that you are a super surgeon doctor in doctor care surgery hospital! Gain experience to become the expert foot doctor in feet care medical games. Help the poor patient, so they can feel better again with an amazing doctor treatment herein surgery games. This offline doctor games offers er emergency surgery room which is well equipped with all the instruments related to medical games, injections, re fillers for the medications, dropper & tweezer to perform operations in hospital games. Get to know their history first before treating them & sending them to the operation theater in operation games. They have their brain doctor surgery reports with them or they might have a stomach disease already herein new offline games. Patient may have been suffering with lungs problem or liver problem or a kidney disease within this new surgery games. Patients leg & hand get hurt mostly while playing at home or in their schools or in parks. Curing those patients is a great crazy fun within this surgery games. Pop blisters with hand, spray the abrasions, remove calluses & peel away the dead skin with a foot-file here in hospital games. Some of the patients have fractures in the foot bones, use x-ray to see them & then tap with your hand fingers to heal the broken leg herein offline surgery games. Become an crazy surgeon & fun doctor simulator to gain surgery treatment learning experience herein surgery simulator game. In surgery hospital simulator, be prepared for emergency situations where you have little time to save lives! Carry out complex surgeries & all kinds of other medical procedures on your patient in Foot Surgery Doctor Care - Free Doctor Games. You have been appointed as kids crazy surgeon doctor simulator & now it’s your duty to treat who get leg injured, be the crazy surgeon & perform crazy operations with real life saving tools & injections herein free surgery games. Foot Surgery Doctor Games - Free Hospital Games Features: - Use modern medical tools as a professional surgeon in surgery games. - Look for the broken bones with an x-ray machine at hospital. - Clean the injury with cotton. - Make an incision for the surgery. - Open the skin wider to look insi', 'https://img.gamemonetize.com/tx1ps5q636ntvwb87ptwv1r08xgk8irq/512x384.jpg', 'https://html5.gamemonetize.com/tx1ps5q636ntvwb87ptwv1r08xgk8irq/', '0', 'Girls', 0, 0, '', 'foot-doctor-'), (12347, 'kids coloring books 96', 'Amazing girl coloring book with lots of beautiful and cute girls coloring pages for color by number for kids, teens and adults! If you like beautiful coloring games, then download Girls Coloring Book - Color by Number for Girls right now!', 'https://img.gamemonetize.com/c5j16ghl2vt4eykcqlr9xbol4xjzor9p/512x384.jpg', 'https://html5.gamemonetize.com/c5j16ghl2vt4eykcqlr9xbol4xjzor9p/', '0', 'Clicker', 0, 0, '', 'kids-coloring-books-'), (12348, 'Baldi FNF Music Mod', 'Today is Friday. And, you do love horror things in school at night. Welcome you! This horror fantastic game will fulfill your dream with funkin music battles.', 'https://img.gamemonetize.com/bywzebj93d9w2c7r70pfya0n5c92d353/512x384.jpg', 'https://html5.gamemonetize.com/bywzebj93d9w2c7r70pfya0n5c92d353/', '0', 'Soccer', 0, 0, '', 'baldi-fnf-music-mod'), (12349, 'Sudoblocks', 'Sudoblocks is a tile-matching puzzle game that combines the sudoku experience with the block genre. Although a block game in its soul, it adopts the input of the Sudoku mechanics by introducing a new mechanic: Your job is to clean the board by using the pieces on the right to fill the 3x3 squares or complete straight lines. The left side holds your power-ups that will help you beat the game such as undo, destroy, rotate, swap. There are three game modes for your every mood: Standard, timed, or relaxed. It even has a night mode! Sudoblocks offers a puzzle experience like you\'ve never seen before!', 'https://img.gamemonetize.com/296bg3vd0kmrn3ao1p3mdus5sy6qnjpd/512x384.jpg', 'https://html5.gamemonetize.com/296bg3vd0kmrn3ao1p3mdus5sy6qnjpd/', '0', 'Puzzles', 0, 0, '', 'sudoblocks'), (12350, 'Rider adventure', 'Perform insane stunts while you cruise through the never-ending world of Rider! Grab your motorcycle and start flipping like a maniac!', 'https://img.gamemonetize.com/udfcfx1oiyzey5y25jouyj4wjgfk08v7/512x384.jpg', 'https://html5.gamemonetize.com/udfcfx1oiyzey5y25jouyj4wjgfk08v7/', '0', 'Arcade', 0, 0, '', 'rider--adventure'), (12351, 'Pancake Run', 'Pancake Run is a fun casual game. You need to make delicious pancakes and deliver them to discerning customers! You can add delicious fruits on top of the pancakes, such as strawberries, bananas, and blueberries! Try to stack your pancakes as high as possible! Then be careful of the traps and gluttons on the road!', 'https://img.gamemonetize.com/4z7mggww0ijp5hibqg3gvgrijpwn168k/512x384.jpg', 'https://html5.gamemonetize.com/4z7mggww0ijp5hibqg3gvgrijpwn168k/', '0', '3D', 0, 0, '', 'pancake-run'), (12352, 'Motocross Dirt Bike Racing ', 'Moto Bike Stunt Master is all about bike balance, skill and control as you take your rider across the ramps, jumps, barrels and obstacles perform daring stunts in the arena of race games. We give you all Dirt Bike Extreme Racing Tricky Stunts Master pit moto games where you can not only ride on bike but perform extreme bike stunts like a pro super bike stunts speed bike racer', 'https://img.gamemonetize.com/z9jn7tsxst2ptndvrm2t9ya74sgug443/512x384.jpg', 'https://html5.gamemonetize.com/z9jn7tsxst2ptndvrm2t9ya74sgug443/', '0', 'Racing', 0, 0, '', 'motocross-dirt-bike-racing-'), (12353, 'Cars Mcqueen Tuning', 'Car McQuuen and his friend are racing on the track. You can create your new car character by changing the wheel, body and color. You can select it by tapping from the menus above.', 'https://img.gamemonetize.com/7858g5yym3dxh28sak2t4nx4q5rjbwos/512x384.jpg', 'https://html5.gamemonetize.com/7858g5yym3dxh28sak2t4nx4q5rjbwos/', '0', 'Clicker', 0, 0, '', 'cars-mcqueen-tuning'), (12354, 'Virus Hit', 'Welcome to Virus Hit. We have all suffered for the past 2 years on quarentine because of an unseen Virus. Now it\'s time to destroy and start our new normal life. Point and click the syringe on the virus. Sounds fun right! Play with your friends. Have fun!', 'https://img.gamemonetize.com/81wd23q5jfnqdelxjajtpc8jdaqkyz65/512x384.jpg', 'https://html5.gamemonetize.com/81wd23q5jfnqdelxjajtpc8jdaqkyz65/', '0', 'Clicker', 0, 0, '', 'virus-hit'), (12355, 'Yes That Dress Dress Up Game', 'Yes, That Dress is a fashionable dress game. You are a stylist. Your customers are fashion icons. They need to post a good picture with a nice dress every day. Costume the dress for them, help them to get more thumbs and hearts.', 'https://img.gamemonetize.com/zwan4viquxamucbhjibd78u6stujsm83/512x384.jpg', 'https://html5.gamemonetize.com/zwan4viquxamucbhjibd78u6stujsm83/', '0', 'Hypercasual', 0, 0, '', 'yes-that-dress--dress-up-game'), (12356, 'Pajamas Party', 'Pajamas Party is a fun girl game with amazing graphics and customizations!', 'https://img.gamemonetize.com/mnlzi3zr8b4x4kxlsx5ubnmwp1kyz0ej/512x384.jpg', 'https://html5.gamemonetize.com/mnlzi3zr8b4x4kxlsx5ubnmwp1kyz0ej/', '0', 'Girls', 0, 0, '', 'pajamas-party'), (12357, 'Squid Triple Jump Game', 'Squid Triple Jump Game, a single-touch jumping reaction game, has everything you need to make your next app store hit! Use your skills and agility to survive by jumping over obstacles and avoid getting hit. Just tap the screen and makeup to three jumps before touching the ground again. Avoid the dangerous obstacles or your Squid character will explode and the game will be over!', 'https://img.gamemonetize.com/7tv4nsz5ge7skcx2vtcu2r2u8atbtdbm/512x384.jpg', 'https://html5.gamemonetize.com/7tv4nsz5ge7skcx2vtcu2r2u8atbtdbm/', '0', 'Hypercasual', 0, 0, '', 'squid--triple-jump-game'), (12358, 'Swampy Assault', 'Our swamp shack is under attack by crocodiles, turtles, you name it, they all want to attack it. Grab your shot gun and start shooting, there are loads of challenging levels Guns, Swaps and a Redneck!', 'https://img.gamemonetize.com/8rmv81zigu4t7ydqw5k6egsaqd11khyn/512x384.jpg', 'https://html5.gamemonetize.com/8rmv81zigu4t7ydqw5k6egsaqd11khyn/', '0', 'Hypercasual', 0, 0, '', 'swampy-assault'), (12359, 'Extra Hot Chili 3D Fun & Run 3D Game', 'Extra Hot Chili 3D is a breathtaking casual game. Chili is the small green or red fruit of a type of pepper plant that is used in cooking to give a hot taste to food. When it comes to hot tastes, there are various degrees of pungency: mild spicy, moderately spicy, very spicy or heavily spicy, abnormally spicy or extra hot, and so on. This game will evoke your memories of having very spicy food! Prepare to let your blood burn!', 'https://img.gamemonetize.com/qjwzmxgmy04rgelzagicdvi1lbmvhglf/512x384.jpg', 'https://html5.gamemonetize.com/qjwzmxgmy04rgelzagicdvi1lbmvhglf/', '0', 'Hypercasual', 0, 0, '', 'extra-hot-chili-d--fun-amp-run-d-game'), (12360, 'Shoe Race Fun & Run 3D Game', 'Shoe Race is a marvelous casual game. Different types of shoes have different functions. High heels are suitable for the gorgeous stage, sports shoes are used for running, hiking shoes are made for climbing...When people wear them on the wrong occasions, things will get thorny and embarrassing. This game helps your kids distinguish the different types of shoes. Let\'s see whether they will choose the proper type of shoes!', 'https://img.gamemonetize.com/mx2i03yuancsa5zvxwz7qwbbfjlyc9sc/512x384.jpg', 'https://html5.gamemonetize.com/mx2i03yuancsa5zvxwz7qwbbfjlyc9sc/', '0', 'Girls', 0, 0, '', 'shoe-race--fun-amp-run-d-game'), (12361, 'Driving To Travel', 'Hold on to the vehicle and speed up. Take care to avoid the traffic.', 'https://img.gamemonetize.com/xmee5fxs8ltmctwiaias6x94at3ngm8j/512x384.jpg', 'https://html5.gamemonetize.com/xmee5fxs8ltmctwiaias6x94at3ngm8j/', '0', 'Soccer', 0, 0, '', 'driving-to-travel'), (12362, 'Graffiti Pinball', 'Slide the animation line to make the ball reach the end safely.', 'https://img.gamemonetize.com/kelztrvfdfag6ds5ijzf9mjndjsc4757/512x384.jpg', 'https://html5.gamemonetize.com/kelztrvfdfag6ds5ijzf9mjndjsc4757/', '0', 'Hypercasual', 0, 0, '', 'graffiti-pinball'), (12363, 'Monster High Dress Up', 'Monster High is choosing a costume for her new adventure. Let\'s dress up her. Hair style, choice of skirt and trousers is very important. Shoes and bags should be very stylish. The jewelry you choose should be indispensable.', 'https://img.gamemonetize.com/hpq3s96wxdyy57l7d1b3azo8jz6rraxh/512x384.jpg', 'https://html5.gamemonetize.com/hpq3s96wxdyy57l7d1b3azo8jz6rraxh/', '0', 'Girls', 0, 0, '', 'monster-high-dress-up'), (12364, 'Drop It Down', 'Your only task is to bring it down! Before the time runs out, you must constantly drop the marble down. With the right directions, collect time and gifts and continue the fun.', 'https://img.gamemonetize.com/shjnx4lja5qpzuh3qgzcf5b8qv6cua5w/512x384.jpg', 'https://html5.gamemonetize.com/shjnx4lja5qpzuh3qgzcf5b8qv6cua5w/', '0', 'Hypercasual', 0, 0, '', 'drop-it-down'), (12365, 'Street Racing HD', 'Street Racing HD is coming! Top-class racing cars were made by well-known manufacturers. Street Racing HD starts a new era of breathtaking drift with speed and passion in 2019. From the free Route 66 to Tokyo\'s sharp turn, you\'ll find a world of challenge and excitement! Improve your driving skill for the ultimate victory. You will race with top racing drivers from all over the world and win the final crown! Enjoy the fun of street racing! It is a new driving style. Race with 6 players from all over the world, crash your opponents’ vehicle, collect enough nitrogen bars, and release the final nitrogen to accelerate your car to the maximum speed! Control your direction, brake at any time, and show perfect power sliding stunt!', 'https://img.gamemonetize.com/70ax2nrle6yuz6emmc3rp3vfan59ku48/512x384.jpg', 'https://html5.gamemonetize.com/70ax2nrle6yuz6emmc3rp3vfan59ku48/', '0', 'Racing', 0, 0, '', 'street-racing-hd'), (12366, 'Blackpink Rose Dress Up', 'Rose from the famous Blackpink K-pop group went shopping. She bought new clothes, bags and jewelry. Would you like to try them with rose?', 'https://img.gamemonetize.com/r6u2ppqekca41pd11lsyn04o7697aar7/512x384.jpg', 'https://html5.gamemonetize.com/r6u2ppqekca41pd11lsyn04o7697aar7/', '0', 'Girls', 0, 0, '', 'blackpink-rose-dress-up'), (12367, 'Factory Incorporated 3D', 'Many people know that factories and plants have existed for a long time and produce all sorts of products from mobile phones to simple household appliances. In this game you will have a chance to see how a factory for the destruction of similar products works, where alarm clocks, burgers and other goods are produced. The Factory Incorporated game takes you to a factory that has an event. A large batch of products, and it must be destroyed immediately. Since there is a lot of marriage, you will need to destroy it all very quickly! The press will do all the work for you, and you just need not to overload it or crush certain objects so as not to break it. A large glowing circle will help you do your job more accurately, good luck!', 'https://img.gamemonetize.com/ircxbsicuqcik7aysvku2ktje0hpjxqh/512x384.jpg', 'https://html5.gamemonetize.com/ircxbsicuqcik7aysvku2ktje0hpjxqh/', '0', 'Arcade', 0, 0, '', 'factory-incorporated-d'), (12368, 'Draw Weapon', 'Control your character with the mouse, but be careful not to fall into the bottomless abyss. Wield razor-sharp blades that can cut not only the bodies of opponents, but also demolish concrete columns with ease! You will also have the opportunity to change the shape and type of melee weapons as you progress through the level. Below you will see a small field on which you need to draw your weapon. There are 2 types of weapons in total, namely: long two-handed swords and short throwing knives that will circle around you. Fast forward to the finish line through hordes of enemies armed with various items such as chairs, guitars, axes, shurikens, cannons, and even bazookas with homing missiles! Show off your outstanding swordsmanship by cutting even bullets flying at you! Exciting boss battles await you, where to win', 'https://img.gamemonetize.com/uix1a6evxh83xjirb85d837zejd5ht0w/512x384.jpg', 'https://html5.gamemonetize.com/uix1a6evxh83xjirb85d837zejd5ht0w/', '0', 'Hypercasual', 0, 0, '', 'draw-weapon'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (12369, 'Fortress Defense 2', 'The thrilling battle is going to happen in this epic war games. Get charge of your castle and start protecting it by playing this full of action fortress defense game. Let’s be the powerful fortress defender and start your amazing adventure of new fighting games 2021. Let’s use your strategy to defend the kingdom and crush the enemy forces with the power of your exciting weapons. Let your mightiest heroes take charge as the greatest army to get victory in this best epic battle games that will keep you entertained for hours!', 'https://img.gamemonetize.com/huvkxifa515mo34zmcbadnhgvoyemew7/512x384.jpg', 'https://html5.gamemonetize.com/huvkxifa515mo34zmcbadnhgvoyemew7/', '0', 'Arcade', 0, 0, '', 'fortress-defense-'), (12370, 'Fantasy Unicorn Creator Dress Up Your Unicorn', 'My Unicorn is all about magical colors, cuteness, and style! Get creative with your own one-of-a-kind unicorn dress-up, makeup and hairstyle, wings, horn and tail, jewels, and accessories, just pick your favorite and make it magical. Care for your unicorn, wash it, dress it, choose its colors and style, and your own cute pony.', 'https://img.gamemonetize.com/wr4hrzw2k6b5tuo9wr3097axn85xkt5b/512x384.jpg', 'https://html5.gamemonetize.com/wr4hrzw2k6b5tuo9wr3097axn85xkt5b/', '0', 'Hypercasual', 0, 0, '', 'fantasy-unicorn-creator--dress-up-your-unicorn'), (12371, 'Veteran Sprint Fun & Run 3D Game', 'Have you ever dreamed of driving a monster truck on a high-altitude platform? In the game of Veteran Sprint Master, you can realize your dream, avoid obstacles on the track, such as the sledgehammer, pay attention to some dangerous corners, if you do not turn in time, then you must restart the game. There are 20 levels, come and show your driving skills by driving a monster truck in Veteran Sprint Master! Exactly not everyone has a chance to drive a monster truck even joining a racing. Why not get in the truck and get to the final area in time while avoiding the obstacles at all twenty levels?', 'https://img.gamemonetize.com/t3k6ts7brixsha5wxycr5lxidksezhke/512x384.jpg', 'https://html5.gamemonetize.com/t3k6ts7brixsha5wxycr5lxidksezhke/', '0', 'Hypercasual', 0, 0, '', 'veteran-sprint--fun-amp-run-d-game'), (12372, 'Spiderman Math Game', 'In this simple math game, you\'ll have fun answering elementary-level multiplication and division. Accompanied by Spider-Man, Venom is beaten for every correct answer. If you give the wrong answer, spider-man flies to sky with explosion.', 'https://img.gamemonetize.com/j39gcgqkpaf6ojv6vl92f8q3o655r4jx/512x384.jpg', 'https://html5.gamemonetize.com/j39gcgqkpaf6ojv6vl92f8q3o655r4jx/', '0', 'Puzzles', 0, 0, '', 'spiderman-math-game'), (12373, 'Fish Eat Fish 2', 'Fish Eat Fish is a game where you must eat other fish to survive. It can be played in single player, 2 player, and 3 player modes. Use the keyboard and mouse to battle it out to see who is the top fish. Remember to eat fish smaller than yourself.', 'https://img.gamemonetize.com/rlr5qfvla8ld3u2b624pmi0ns50opl6g/512x384.jpg', 'https://html5.gamemonetize.com/rlr5qfvla8ld3u2b624pmi0ns50opl6g/', '0', '2 Player', 0, 0, '', 'fish-eat-fish-'), (12374, 'Pecel Skipper', 'In this game you will become a "Pecel" skipper. Pecel is one of traditional\'s Indonesian food. Serve buyers as best you can to earn income and upgrade your stall.', 'https://img.gamemonetize.com/m52j36cdy319fmtzcsvlf90taget3siu/512x384.jpg', 'https://html5.gamemonetize.com/m52j36cdy319fmtzcsvlf90taget3siu/', '0', 'Cooking', 0, 0, '', 'pecel-skipper'), (12375, 'Cat Walk Girls Walking ', 'Do you want that dress? All you have to do is say yes! Customers are lining up at your store looking for help. They are looking for that next style fad that will make them stand out with the stars. Pull out a basic dress and style it however you like. Change the color, add some sparkles, have a new cut or design; the final look is limitless in this fashion designer simulator. Have you ever gone to the store and wished you could purchase any dress you want? Now you can create those looks for yourself. Make people\'s dreams come true and create the most beautiful dresses you can think of. Whether it’s for a party, or prom, or just a night out on the town, people want to look trendy with the latest fad, and it’s up to your keen eye to make this a reality. Game Features: 1. Simple but addicting mechanics Customers are looking for the next great designer - can you make the cut? 2. Amazing Physics The final outcome of the designs will have you feeling breathless 3. Keep on upgrading! Become the best shop in town - keep upgrading your business. 4. Relax and enjoy No stress in this game. Just create, color and decorate. So many options to test your creativity.', 'https://img.gamemonetize.com/7shz0g2p5z3st918lj3rsvoytwhr9fb4/512x384.jpg', 'https://html5.gamemonetize.com/7shz0g2p5z3st918lj3rsvoytwhr9fb4/', '0', 'Racing', 0, 0, '', 'cat-walk--girls-walking-'), (12376, 'Jumper Ball', 'Try to tap and hit moving walls.', 'https://img.gamemonetize.com/0670oopdtfh2pbmei4t6mxt43j1foxuc/512x384.jpg', 'https://html5.gamemonetize.com/0670oopdtfh2pbmei4t6mxt43j1foxuc/', '0', 'Arcade', 0, 0, '', 'jumper-ball'), (12377, 'falling fruits touch', 'Falling Fruit est une organisation à but non lucratif sous statut 501(c)3 du Code Fiscal américain et située à Boulder, dans l’État du Colorado (États-Unis). Tous les revenus générés par le téléchargement de cette version payante contribuent à maintenir nos serveurs et notre site Web. Payer pour cette application revient à faire un don (déductible d\'impôt pour les utilisateurs résidant aux États-Unis). Un grand merci pour votre soutien ! Glanez en ligne ! Notre carte des aliments comestibles n\'est pas la première du genre, mais elle se veut la plus complète du monde. Tandis que nos utilisateurs ajoutent leurs propres emplacements de glanage, nous passons l’Internet au peigne fin pour en trouver d’autres, en unissant les efforts des glaneurs, des forestiers et des freegans au niveau mondial. Les données importées comprennent aussi bien des petites cartes de glanage de quartier que des inventaires professionnels d’arbres. À l’heure actuelle, notre application recense des milliers d\'aliments comestibles différents (principalement des espèces végétales) répartis sur des milliers de villes autours du monde. Les plantes les plus communes côtoient les plantes étrangères ou endémiques depuis longtemps oubliées. Le glanage, c’est un voyage dans le temps, une découverte de nouvelles cultures aux saveurs exotiques. Falling Fruit n’est pas associée à Fallen Fruit. Pour accéder à Fallen Fruit, visitez fallenfruit.org.', 'https://img.gamemonetize.com/cr5vlott9sd5kw1nngxuga7vzju3rt1r/512x384.jpg', 'https://html5.gamemonetize.com/cr5vlott9sd5kw1nngxuga7vzju3rt1r/', '0', 'Shooting', 0, 0, '', 'falling-fruits-touch'), (12378, 'Ants Touch', 'This is the best app that you can get list of paid games on FREE SALE - Download the App Now. Every week we will provide a BONUS SURPRISE GAME along with the list of free paid games and apps links here FEATURES - The "App of The WEEK" or "GAME of The Day": discover every week new Apps and Games on Sale or Free for a limited time - A New Recommendation System will suggest you only Apps and Games you may like: the more Apps you download, the more it will get better! -Not required any login details easy to explore and get premium games for FREE Please note: Actual discounts and sales news may vary depending on your location and currency with the help of paid apps free.', 'https://img.gamemonetize.com/awhrgapbcy3g8p19dmr4ks63y83u583g/512x384.jpg', 'https://html5.gamemonetize.com/awhrgapbcy3g8p19dmr4ks63y83u583g/', '0', 'Clicker', 0, 0, '', 'ants-touch'), (12379, 'USA States Puzzle', 'Can you place the states of America in the right places on a blank map? If your answer is yes, this puzzle is for you!', 'https://img.gamemonetize.com/msr1ii0huq5e0xzh9yr4sf3rbgmpkpqs/512x384.jpg', 'https://html5.gamemonetize.com/msr1ii0huq5e0xzh9yr4sf3rbgmpkpqs/', '0', 'Puzzles', 0, 0, '', 'usa-states-puzzle'), (12380, 'Huggy Wuggy Poppy Mars', 'Collect energy boxes by sliding through the Mars with Huggy. You can shoot with the space key. Huggy take it as far as he can go Huggy Wuggy', 'https://img.gamemonetize.com/369dnwqhx2pfp5w5fadgzeigtlfsnimu/512x384.jpg', 'https://html5.gamemonetize.com/369dnwqhx2pfp5w5fadgzeigtlfsnimu/', '0', 'Racing', 0, 0, '', 'huggy-wuggy-poppy-mars'), (12381, 'Poppy Football 2', 'Huggy and Wuggy are playing ball, choose your favorite character and and your team, join the tournament only for the best championship. Control your favorite Huggy Wuggy player You can play alone against the AI. Show your real football mastery Huggy Wuggy', 'https://img.gamemonetize.com/pbq9bp9azehxvp6m2vdy3hr5oo3gz2ws/512x384.jpg', 'https://html5.gamemonetize.com/pbq9bp9azehxvp6m2vdy3hr5oo3gz2ws/', '0', 'Soccer', 0, 0, '', 'poppy-football-'), (12382, 'Mr Babo', 'Mr Babo is a 2D simple platform game where you need to collect golden keys in order unlock the Golden door while avoiding enemies, spikes, and saws. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/aytxh1ct8n0z5vj9jltobwu2bp4qe69l/512x384.jpg', 'https://html5.gamemonetize.com/aytxh1ct8n0z5vj9jltobwu2bp4qe69l/', '0', 'Arcade', 0, 0, '', 'mr-babo'), (12383, 'Draw Bridge', 'Drag to create a path and guide the car to the goal! You can only draw the line once, be careful not to break the car! Extreme Car Driving Simulator is the best car simulator of 2014, thanks to its advanced real physics engine Ever wanted to try a sports car simulator? Now you can drive, drift and feel a racing sports car for free! Be a furious racer on a whole city for you. No need to brake because of traffic or racing other rival vehicles, so you can perform illegal stunt actions and run full speed without the police chasing you! Drifting fast and doing burnouts had never been so fun! Burn the asphalt of this open world city! GAME FEATURES ------------------------------------------ NEW: Mini game checkpoint mode. NEW: Drive with traffic !!!!! Full real HUD including revs, gear and speed. ABS, TC and ESP simulation. You can also turn them off! Explore a detailed open world environment. Realistic car damage. Crash your car! Accurate physics. Control your car with a steering wheel, accelerometer or arrows Several different cameras.', 'https://img.gamemonetize.com/d0ursxzz28b5kh91g9tj1ua4qmus1th0/512x384.jpg', 'https://html5.gamemonetize.com/d0ursxzz28b5kh91g9tj1ua4qmus1th0/', '0', 'Puzzles', 0, 0, '', 'draw-bridge'), (12384, 'Poppy Smashers Scary Playtime 12', 'Welcome to Playtime Co.! How can you survive in the abandoned toy factory full of blood-thirsty Huggy Wuggy Monsters? Smash and Run!In this breath-taking game, you will experience as a curious player who roams around the factory and collect VHS tapes to solve the mystery of what happened. As you strive to complete the game, the factory\'s most popular toy "Huggy Wuggy" – a huge, terrifying blue creature with bulging eyes, big red lips, and lengthy limbs – actively chases you around. He appears out of nowhere in the dark to try to catch you. PRO TIPS: - Choose among several roles to add more excitement: Hunter, Assasin, Captain, Trapper, Sword, Gunner, and even Badboy Slapper with unlimited skills and items. In this io game, where come uncountable monsters, trying to be the smartest one is crucial. It\'s super cool, check it out!HOW TO PLAY: - Use only 1 finger - Hold and drag to move - Get closer to toy monsters and smash them all - Run fast and don\'t get hit Won\'t you stick around? It\'s almost Playtime...', 'https://img.gamemonetize.com/poselcj8we7jdonr3ro1q1lovlm4z4fi/512x384.jpg', 'https://html5.gamemonetize.com/poselcj8we7jdonr3ro1q1lovlm4z4fi/', '0', 'Arcade', 0, 0, '', 'poppy-smashers-scary-playtime-'), (12385, 'Poppy Desert', 'Collect energy boxes by sliding through the desert with Huggy. You can shoot with the space key. Huggy take it as far as he can go Huggy Wuggy', 'https://img.gamemonetize.com/uwrrzbm50pls3md2zx24b3w1j73qf69i/512x384.jpg', 'https://html5.gamemonetize.com/uwrrzbm50pls3md2zx24b3w1j73qf69i/', '0', 'Racing', 0, 0, '', 'poppy-desert'), (12386, 'Red Ranger Fight', 'Power Ranger\'s enemy Heckly is defying the Red Ranger. They start fighting with the Red Ranger. Red Ranger is very strong, but his opponent is also strong. Red Ranger wants to defeat the Heckly by using all his strength. He wants to win this war that has been going on for years.', 'https://img.gamemonetize.com/277wluvawxrk6fznh8s8fpdqwawcvaxy/512x384.jpg', 'https://html5.gamemonetize.com/277wluvawxrk6fznh8s8fpdqwawcvaxy/', '0', 'Boys', 0, 0, '', 'red-ranger-fight'), (12387, 'Keep Jump to Sky', 'Keep Jump to Sky is a fun jumping melody game. Collect coins by jumping over the moving blocks and try to complete the melody. You can unlock new characters with the rewards after each level and the coins you collect in the chapter. It will get harder as you pass the levels, keep jumping!', 'https://img.gamemonetize.com/d6i8qk13pr03qosotv452itt84y8jxhu/512x384.jpg', 'https://html5.gamemonetize.com/d6i8qk13pr03qosotv452itt84y8jxhu/', '0', 'Hypercasual', 0, 0, '', 'keep-jump-to-sky'), (12388, 'Amazing Crime Strange Stickman Rope Vice Vegas', 'Amazing Crime Strange Stickman est un simulateur de ville en vue à la troisième personne (et en mode FPS), dans lequel vous conduisez une voiture ou une moto. Un jeu passionnant: vous attendez le plus de points chauds de la criminalité dans le district de Vegas. Le style de la ville est semblable à celui de Miami de Las Vegas, mais c’est à New York. Vous jouez est un voyou et toute la ville vous craint. Devenez un chef dans les rues de la criminalité en ville. Explorez la grande ville, sortez des sentiers battus dans les montagnes, volez et conduisez des supercars, tirez avec des armes à feu et plus encore dans ce jeu à monde ouvert! Dominez la ville avec une puissance de feu dévastatrice composée de véhicules militaires avancés ou améliorez votre héros pour qu\'il puisse renverser ses ennemis en quelques coups de pied! Vous affronterez divers gangsters de la mafia star d\'Amérique, de Russie, de Chine, du Mexique, du Japon, etc. Le jeu contient un environnement entièrement ouvert. Vous pouvez également acheter beaucoup de choses dans un magasin pour vous aider à accomplir des missions et à libérer la ville de tous les pécheurs de la mafia. La plupart des missions auront lieu dans les rues, certaines dans le district de Chinatown ou dans d\'autres gangs, etc. Faites-en une ville magnifique, ne devenez pas une ville criminelle avec du sang et des vols. Bonne vieille histoire à propos d\'un voleur de voitures dans une ville dangereuse, à la recherche d\'argent facile. Faites des cascades sur un bmx ou trouvez un tank F-90 ou un hélicoptère de combat dévastateur. Avez-vous assez de courage pour atteindre le sommet des piles criminelles? Essayez toutes les supercars et les motos. Êtes-vous prêt pour la grande aventure du vol criminel? Soyez prêt à voler, tuer, tirer et combattre! Voler des voitures, échapper aux flics, courir dans les rues et abattre d\'autres gangs…', 'https://img.gamemonetize.com/0vxniwhxgd0kfvmb4qwn681sf4g4o5m3/512x384.jpg', 'https://html5.gamemonetize.com/0vxniwhxgd0kfvmb4qwn681sf4g4o5m3/', '0', 'Racing', 0, 0, '', 'amazing-crime-strange-stickman-rope-vice-vegas'), (12389, 'basketball only beasts', 'what jordan? what lebron? that nothing, be you the greatest basketball player of all time, come and have fun in this incredible 2d game and show your skills in one of the greatest sports in the world, basketball, in this game you will have to score the number of points that are on the scoreboard. short, medium or long distance, the player will have 10 balls for each stage, thus facilitating their gameplay, show that you are a beast and be the best player in... basketball only beasts.', 'https://img.gamemonetize.com/5fqyvqgfprao6rr15cl9d0bgivur2uc3/512x384.jpg', 'https://html5.gamemonetize.com/5fqyvqgfprao6rr15cl9d0bgivur2uc3/', '0', 'Sports', 0, 0, '', 'basketball-only-beasts'), (12390, 'Tom and Jerry Memory Card Match', 'Test your memory with this memory game. First select the difficulty level. The higher the number, the more cards are in the memo game. On the game board, there are always two identical images. Start the game by flipping a card. Then try to find another card that has the same image as the first. If you can\'t find a pair, the flipped cards will be flipped back with the face down. Try to remember these images as it becomes easier to find pairs the longer you play. When you find a pair they are removed from the board and when you find all the pairs in this memory, you have completed the level.', 'https://img.gamemonetize.com/wnf887mb9al6yo7cgbh51fhwro8lvqqu/512x384.jpg', 'https://html5.gamemonetize.com/wnf887mb9al6yo7cgbh51fhwro8lvqqu/', '0', 'Puzzles', 0, 0, '', 'tom-and-jerry-memory-card-match'), (12391, 'Harmony Tester', 'How compatible are you with your partner? Test your love and the compatibility of your zodiac signs. You can also read the interpretation of your horoscope. Have fun!', 'https://img.gamemonetize.com/w0e0hbb6rjhclw5sal9fo3v9jfnb84af/512x384.jpg', 'https://html5.gamemonetize.com/w0e0hbb6rjhclw5sal9fo3v9jfnb84af/', '0', 'Girls', 0, 0, '', 'harmony-tester'), (12392, 'Medieval Battle 2P', 'What about starting an adventure in the battlefields in the Medieval period by going back in time with the Medieval Battle 2P game? It is a battle simulator game and it is all about powerful soldiers, battles, and battle strategies. One of the most fun sides of the game is that it can be played either single player mode or in two player mode.', 'https://img.gamemonetize.com/jnz3guexvh92e67e2rpamrvqj8rl2lg2/512x384.jpg', 'https://html5.gamemonetize.com/jnz3guexvh92e67e2rpamrvqj8rl2lg2/', '0', 'Action', 0, 0, '', 'medieval-battle-p'), (12393, 'Fashion Show', '1. The background changes constantly, and there will be a variety of clothes on the runway. You can choose freely according to your own aesthetics 2. The game also adds a new fighting method. You can compete with other netizens and match them at will 3. The cartoon style design is adopted, the picture is very exquisite, and the character image is particularly exquisit', 'https://img.gamemonetize.com/12eo9asqss52gzhgokzphzlxeyqjxtg5/512x384.jpg', 'https://html5.gamemonetize.com/12eo9asqss52gzhgokzphzlxeyqjxtg5/', '0', 'Hypercasual', 0, 0, '', 'fashion-show'), (12394, 'Delicious Breakfast Cooking', 'Delicious Breakfast Cooking is a very addictive cooking game. We\'ve prepared 4 different breakfasts for you to cook. From classic Fried Bacon and Eggs to fancy Rain Latte. Each of them will give you a very incredible cooking experience. Choose one to start your remarkable cooking journey! Want to experience them all? No problem, take your time to try them one by one. Don\'t forget to share this game with your best friend! Follow the instructions and use your artistic talents to create beautiful and delicious breakfasts, you can be the best chef! Feel free and want to have some fun to kill time? Come and try this: Strongly recommended cooking game!', 'https://img.gamemonetize.com/g8e99l1qspxhs12b9y7cwu4o4evuaf35/512x384.jpg', 'https://html5.gamemonetize.com/g8e99l1qspxhs12b9y7cwu4o4evuaf35/', '0', 'Girls', 0, 0, '', 'delicious-breakfast-cooking'), (12395, 'Hearts Pop', 'Welcome to our newest Valentine\'s game Hearts Pop. You need to connect and explode three or more hearts with the same color. You drag and drop the hearts in the columns with a cupid arrow. When the hearts come to the bottom of the columns, the game is over. Enjoy and have fun!', 'https://img.gamemonetize.com/ao0lqsekv2b1d583d6z4un3lajnegzqq/512x384.jpg', 'https://html5.gamemonetize.com/ao0lqsekv2b1d583d6z4un3lajnegzqq/', '0', 'Puzzles', 0, 0, '', 'hearts-pop'), (12396, 'Stacky Dash 2', 'Just like many 3D stack cube arcade games, Stacky Dash 2 also requests you to collect as many cubes as you can on the track to the final platform. You will meet several maze platforms, that are connected with narrow bridges. When you overpass the bridges, you need to pay for some cubes you collected. Have a good time!', 'https://img.gamemonetize.com/zmy6sham01terasvpl4umtdfxp6teea7/512x384.jpg', 'https://html5.gamemonetize.com/zmy6sham01terasvpl4umtdfxp6teea7/', '0', 'Arcade', 0, 0, '', 'stacky-dash-'), (12397, 'Blast The Color!', 'Shoot the enemies up. Don\'t let them conquer you. Get more scores and show up with your friends!', 'https://img.gamemonetize.com/fjl0bbhtp9vo87pozdki1ei681zf2a4o/512x384.jpg', 'https://html5.gamemonetize.com/fjl0bbhtp9vo87pozdki1ei681zf2a4o/', '0', 'Shooting', 0, 0, '', 'blast-the-color'), (12398, 'Mortal Brothers Survival Friends', 'Have fun with this exclusive new game Mortal Brothers Survival Friends based on the story of Mortal Kombat two eternal enemies will need to work together to escape from the dungeons where they were exiled by Shang Tsung and now they will work to help each other !!! Play it and enjoy this kiz10.com game on your favorite device for free. Two enemies are in the same situation and they will need to help each other to solve the puzzles and be able to get out of the dungeons where they are, that\'s right Scorpion and Subzero need your help to complete each level of this entertaining game !!! Collect the flames that correspond to each character to be able to finish each level but be careful if you touch the fire on the ground that does not correspond to you, you will lose immediately but do not worry so much that you can restart the level as many times as you want. The goal of the game is to solve the puzzles in this game and get both players to the portals in order to get out of the level alive.', 'https://img.gamemonetize.com/bktmh2sq19hy9ch5hdpa39pmw4pg8sn9/512x384.jpg', 'https://html5.gamemonetize.com/bktmh2sq19hy9ch5hdpa39pmw4pg8sn9/', '0', 'Puzzles', 0, 0, '', 'mortal-brothers-survival-friends'), (12399, 'Imposter Hunter', 'There is an imposter among us, but who is him ? They are all hidden behind the astronaut suits, and you have to be careful with every one. Then, the only one choice is to battle, and to be the last man standing on the arena. Find the imposters, attack and destroy them. We can not travel far to Jupiter if any imposter exist here. That\'s very dangerous for us all. And we don\'t accept any of them - imposters - among us. Who are you ? An imposter or a real astronaut. Join the battle arena to find out. Imposter Move is a super simple game, here are some key feature you should know: - Simple move: Drag to move, release your finger to attack the imposter close in your range. - Unlock skins and weapon to suit up - Upgrade skills to fight better in Zombie Crowd City mode. - Fight dangerous imposter in Battle Arena survival mode, unlock new zones, unlock challenge', 'https://img.gamemonetize.com/rfm6os6lpd9wdliyeq2hffx4le4woego/512x384.jpg', 'https://html5.gamemonetize.com/rfm6os6lpd9wdliyeq2hffx4le4woego/', '0', 'Arcade', 0, 0, '', 'imposter-hunter'), (12400, 'Draw Master 2', 'Do you want to relax in peace and quiet? Draw Master 2 is a fun and casual free game for kids that is an online exercise for the mind. You need to fight off all the characters in the game to pass the level. Dozens of levels are waiting for you to solve. Can it be you? Go ahead and try it.', 'https://img.gamemonetize.com/3nzoleobpstp8i0271k3ywfiklkbn0zw/512x384.jpg', 'https://html5.gamemonetize.com/3nzoleobpstp8i0271k3ywfiklkbn0zw/', '0', 'Boys', 0, 0, '', 'draw-master-'), (12401, 'Rope Star', 'Rope Star is a very creative casual online game that is perfect for guys to play for free. The game is very easy to learn, you just need to use your imagination according to the above graphics, pull the string to spell the same graphics, to pass the level. The game must be completed after a level to enter the next level of the game. If you like to use your brain, why don\'t you come and try it?', 'https://img.gamemonetize.com/02w5qin73zk7tzev24hgzqc08u3nhqir/512x384.jpg', 'https://html5.gamemonetize.com/02w5qin73zk7tzev24hgzqc08u3nhqir/', '0', 'Boys', 0, 0, '', 'rope-star'), (12402, 'Beautiful Toenail Salon Pedicure Game For Girls', 'Summer is the favorite season for girls, they can go to the beach to sunbathe in beautiful bikinis. But do you forget the care of your feet when you dress up? Going to the beach cannot avoid showing your feet. You don\'t want your feet to be ugly and rough. Come and do foot care with me today! Then apply nail polish and wear accessories to your feet. Let our feet look beautiful! Have fun!', 'https://img.gamemonetize.com/svgifqkerafq64oh2yl24hh011h5n7rw/512x384.jpg', 'https://html5.gamemonetize.com/svgifqkerafq64oh2yl24hh011h5n7rw/', '0', 'Hypercasual', 0, 0, '', 'beautiful-toenail-salon--pedicure-game-for-girls'), (12403, 'Spiral Roll Fun & Run 3D Game', 'Spiral Roll is actually a relaxation skillful arcade game that is made of 3D game art animation. You are allowed to make rolls from some special platforms. Theoretically, you are able to break almost all obstacles with rolls. It is time for you to create a new high score record in Spiral Roll!', 'https://img.gamemonetize.com/zhmxy73szm8se6pexxjh4sf6qsg2lni1/512x384.jpg', 'https://html5.gamemonetize.com/zhmxy73szm8se6pexxjh4sf6qsg2lni1/', '0', 'Boys', 0, 0, '', 'spiral-roll--fun-amp-run-d-game'), (12404, 'Ice Cream Cone Maker', 'The Summer is so hot! Come and play this game \'Ice Cream Cone Maker\', in this game you can make an ice cream cone by yourself to eat, have a try! Enjoy!', 'https://img.gamemonetize.com/hygzq4uzuxj8oqbcdf39repxqublomu4/512x384.jpg', 'https://html5.gamemonetize.com/hygzq4uzuxj8oqbcdf39repxqublomu4/', '0', 'Girls', 0, 0, '', 'ice-cream-cone-maker'), (12405, 'Marie Prepares Treat', 'Princess Marie loves to cook. Holidays are approaching and the girl decided to cook her boyfriend a delicious surprise. Join us and find out the recipe for delicious handmade chocolates. Use different types of chocolate: dark, white and milk. Add of nuts and a lot of culinary decorations: sprinkles, fruit, lollipops and much more! Then comes the turn of baking. Bake cupcakes. Decorate them with cream, fruit and sprinkles. It remains to choose a festive dress and a cocktail. The threat is ready!', 'https://img.gamemonetize.com/i7i5dasm4guez7gvu973o9z3jfsqvsbb/512x384.jpg', 'https://html5.gamemonetize.com/i7i5dasm4guez7gvu973o9z3jfsqvsbb/', '0', 'Girls', 0, 0, '', 'marie-prepares-treat'), (12406, 'Tri Peaks City', 'Build a city by placing roads, train tracks and rivers while playing tri peaks solitaire. For every level you complete you\'ll earn tiles that allow you to connect locations and unlock new levels. Work your way around the map to complete all 100 levels!', 'https://img.gamemonetize.com/15owtf9t10prth2honyfc68vu1ionzow/512x384.jpg', 'https://html5.gamemonetize.com/15owtf9t10prth2honyfc68vu1ionzow/', '0', 'Puzzles', 0, 0, '', 'tri-peaks-city'), (12407, 'Valentines Day Dress Up', 'February 14 Valentine\'s Day is coming soon. On this day, lovers meet, walk in parks, receive beautiful gifts. Our couple is wearing their most elegant clothes and giving gifts for their Valentine\'s Day meeting. Let\'s dress them up.', 'https://img.gamemonetize.com/m308kc804vey5flkds5o4m0mpgo4wufx/512x384.jpg', 'https://html5.gamemonetize.com/m308kc804vey5flkds5o4m0mpgo4wufx/', '0', 'Girls', 0, 0, '', 'valentines-day-dress-up'), (12408, 'IRRATIONAL KARATE GAME ONLINE', 'Knock out your opponent in Irrational Karate! In this 3D fighting game, you can hit, kick and dodge during fights. Perform several quick attacks in a row to stun the enemy. Turn on the multiplayer mode and play against your friend!', 'https://img.gamemonetize.com/ezy08b6o3xbx1wbgqu44qfesngaai93q/512x384.jpg', 'https://html5.gamemonetize.com/ezy08b6o3xbx1wbgqu44qfesngaai93q/', '0', 'Multiplayer', 0, 0, '', 'irrational-karate-game-online'), (12409, 'Pony Dress Up Game', 'The little pony always looks cute. Which is your little pony horse? Create your own pony horse to decide and start having fun. Change the pony hair, clothes, wings, eye color, shoes and color. Choose your pony\'s little friend and watch.', 'https://img.gamemonetize.com/0qjkfki8jju8b7u55mnsvi55rxo7vvrd/512x384.jpg', 'https://html5.gamemonetize.com/0qjkfki8jju8b7u55mnsvi55rxo7vvrd/', '0', 'Girls', 0, 0, '', 'pony-dress-up-game'), (12410, 'Tireur isolé Modern Sniper', 'The best sniper has to face shootings and assassination, you walk on the margins of society. Sometimes you have to sweep the whole street with the weapon, sometimes you will kill the target only. The sniper rifle will be your best tool, show your ability and accept the missions with your confidence.', 'https://img.gamemonetize.com/8n5ahpuxtiiunppfsesj3ywkzcxhkqtf/512x384.jpg', 'https://html5.gamemonetize.com/8n5ahpuxtiiunppfsesj3ywkzcxhkqtf/', '0', 'Shooting', 0, 0, '', 'tireur-isol--modern-sniper'), (12411, 'Winx Room Decorate', 'Beautiful fairy girls bloom, flora, stella, and tecna decorate their rooms for the new year. They prefer pink light blue as color. Can you help them with the room decoration? You can choose the item and your favorite character from the menus on the right.', 'https://img.gamemonetize.com/nnn3bkyt6126rbgxcld8hdtu7orhu6b0/512x384.jpg', 'https://html5.gamemonetize.com/nnn3bkyt6126rbgxcld8hdtu7orhu6b0/', '0', 'Girls', 0, 0, '', 'winx-room-decorate'), (12412, 'Hello Kitty Memory Card Match', 'Test your memory with this memory game. First select the difficulty level. The higher the number, the more cards are in the memo game. On the game board, there are always two identical images. Start the game by flipping a card. Then try to find another card that has the same image as the first. If you can\'t find a pair, the flipped cards will be flipped back with the face down. Try to remember these images as it becomes easier to find pairs the longer you play. When you find a pair they are removed from the board and when you find all the pairs in this memory, you have completed the level.', 'https://img.gamemonetize.com/3vt2epiul6o5szmdveejc0xs4s5y9n0p/512x384.jpg', 'https://html5.gamemonetize.com/3vt2epiul6o5szmdveejc0xs4s5y9n0p/', '0', 'Puzzles', 0, 0, '', 'hello-kitty-memory-card-match'), (12413, 'Bus game Bus Driver ', 'Do you like heavy duty oil cargo truck driving simulator games 2021? Then Oil Tanker Transporter Truck Simulator gives you a realistic truck driving experience. Driving big oil tanker and cargo trailer is not a simple task as you have to know all the driving school rules to drive big offroad trucks. As a pro truck driver 2021, your transport duty is to drive mountain oil tanker from city station to offroad fuel station. In this Oil Tanker Transporter Truck Simulator Driving Game you have to drive USA euro trucks to supply oil from one station to another. You must have driving & parking skills in this transportation game, as you will face many challenging parking missions in cargo truck simulation game. Heavy Oil Transporter Truck Driver Heavy Oil Truck Driving Simulator 3D is packed with big city truck parking & extreme American truck transport adventures. Forget about fast driving games, try this truck game to deliver oil on time, test drive the most powerful 18-wheeler known to mankind, super charged truck and modified trailer! Download it NOW! There’s no limit to the amount of speed racing and fun you can achieve; get behind the wheel of powerful truck, heavy tanker with that super charged engine, and drive thru them in big city and an offroad track ! Take your big truck trailer transporter and deliver the gasoline oil and gas on time to the oil refinery and carefully , transport goods! Become a heavy truck driver transporter, test your skills at driving and avoid the traffic in this free truck games. Complete your tasks! Put your truck parking Skills to the test ,Be a traffic racer, you can perform stunts with the offroad truck but obviously thats not the way truckers roll, slip and slide on road and dirt with real realistic physics. Dangerous offroad terrain to test your resolve, different kinds of truck with different stats made to suit your needs, drive vehicles like the crude oil tanker transporter, cargo truck transporter, American 18-wheeler!! Ready to explore the vast open world, carefully oil transport the goods? You sound like you\'re ready to play the latest amazing thrill-filled truck simulator parking games. Show everyone how to teach driving. There are many other simulators available but you won\'t play a game like this in any cargo trailer games or oil transporter tanker games. Heavy Oil Drilling Truck Driving Simulator 3D, Available right now to download, for free!', 'https://img.gamemonetize.com/dwlnmvm6f4dfmtogm1yxmhyfrozzv1vn/512x384.jpg', 'https://html5.gamemonetize.com/dwlnmvm6f4dfmtogm1yxmhyfrozzv1vn/', '0', 'Racing', 0, 0, '', 'bus-game--bus-driver-'), (12414, 'City Car Driver Bus Driver', 'The most challenging car driving school and parking simulator game of 2021 Now you can get entertainment for hours by playing city driving school simulator the best car parking games on your smart device. Parking and driving game will be provided with the multiple luxury, turbo and sports cars. City driving school simulator will built top driving skills in you in no time such as steering, breaking, acceleration, hurdle avoidance etc. Are you too lazy to go to city driving school or academy? After spending a little time you will be able to master the car driving skills by playing the simulation of city car parking game-s of 2017. Start the engine, wear the seat belt, manual transmission, auto transmission, traffic lanes, traffic signals, traffic rules and learn all the other basic instructions and become a professional driver. The populated roads of urban city are filled with monster vehicles (buses, trucks etc.) and traffic police is making sure that no one breaks the rule and remains safe. After driving school simulator game you know that driving a racing car is not a great challenge but to master parking is even a greater challenge. You will drive the best sports cars around city, corners, obstacles, and parking with speed .It’s a great practice for you to park your racing car in real life. City learning driving academy always ensures safety and guidelines given by police, and don’t appreciate the crazy adventure, like track stunts or drifting to be a mad king. So watch out for the traffic and traffic lights as you are racing against time. After driving and parking all sports cars, muscle cars and modern cars you are the legend of the road! You can improve your driving skills by enjoying city car parking 3d! Features: • Stunningly amazing city car parking 3D environment, with flyover bridges and freeways all covered in this city driving school simulator 2017. • Great and realistic physics. • AI traffic and traffic lights, keeping you honest on the road. • Thrilling and exciting missions • Game starts with driving and street parking lesson through instructor. • Get your driver license only on completion of all testing modes in the final test. • Effective city traffic lights and roundabouts are all in place. • Realistic damage system. Do not crash the car. • Smooth Tilt, buttons and steering controls are intelligently designed for this city driving school simulator game. • Demo presented before the street car parking levels.', 'https://img.gamemonetize.com/7oekxb9ww7r0sev1xbu2lvl3ff4cpmyu/512x384.jpg', 'https://html5.gamemonetize.com/7oekxb9ww7r0sev1xbu2lvl3ff4cpmyu/', '0', 'Racing', 0, 0, '', 'city-car-driver--bus-driver'), (12415, 'Winx Coloring Page Game', 'Would you like to make the most beautiful artistic painting with the most beautiful winx pictures? Do you want to paint Winx Bloom Flora Stella and her lovely animal friends?', 'https://img.gamemonetize.com/98gt6huv857a9mo7ttdk233suennbrsf/512x384.jpg', 'https://html5.gamemonetize.com/98gt6huv857a9mo7ttdk233suennbrsf/', '0', 'Girls', 0, 0, '', 'winx-coloring-page-game'), (12416, 'BUS SUMILATOR DRIV', 'Bus Simulator 2015 est le dernier jeu de simulation qui vous offrira la chance de devenir un véritable pilote de bus ! Cartes réalistes , véhicules incroyables , magnifiques intérieurs , vous vous sentirez comme conduire un véritable bus! Il est le temps de monter à bord et de conduire l\'autobus pour compléter toutes les routes ! Graphiques next-gen y compris des animations de personnes , articulés , les autobus scolaires seront doubles et faire de ce jeu de bus le meilleur sur le marché ! Obtenez Bus Simulator 2015 maintenant! Caractéristiques: - Cartes réalistes ( Los Angeles , Paris, Rome , Berlin , en Alaska , etc ... ) - 15 bus ( articulé , double- decker , école, etc ... ) - Ouvrir / fermer les portes bouton - Les gens animés entrant / sortant du bus -Conditions météorologiques personnalisée en mode Free Ride - Lieux de toute nature : ville, campagne, montagne , désert et la neige - Dommages visuels réalistes - Volant , boutons ou des commandes de basculement - Interiors détaillées -Système Intelligent Traffic - Défiez vos amis avec classements en ligne', 'https://img.gamemonetize.com/ae8iy478xu9i8660bup1hwhi9h549y5z/512x384.jpg', 'https://html5.gamemonetize.com/ae8iy478xu9i8660bup1hwhi9h549y5z/', '0', 'Sports', 0, 0, '', 'bus-sumilator-driv'), (12417, 'Stickman City Battle', 'Enjoy Incredible Monster Stickman Rope hero fantastical massive city destruction with angry stickman incredible monster attack games. Smash cars, attack city people and cause horrific traffic jam with angry stickman incredible monster rampage in stickman incredible monster fighting games. Enjoy stickman funky acts and run as crazy stickman incredible monster escape games. Nonstop thrill of stickman incredible monster attack & escape challenges as king of city who has no limit to smash and thrash anything which comes in stickman incredible monster way in stickman games. Don’t stop the stickman incredible monster revenge. Your aggression for city attack in necessary in stickman incredible monster games. Play as an angry stickman hero incredible monster and make the whole town trample in rampage stickman hero incredible monster city attack stickman incredible monster hero escape games. Stickman police cops and us army stickman are on the roads to stop the in stickman incredible monster from destruction in mighty incredible superhero games. Smash and Crush everything that comes on stickman hero way and become the incredible monster Hero in breaking the stickman police prison superhero games. Defend by superhero fighting skills in stickman hero crime shooting games. Gangster vegas stickman incredible monster fighting makes crime city escape mission difficult in stickman hero incredible monster escape games. Stickman police cops call stickman army fighters for stickman incredible monster haunting. Complete stickman incredible monster attack missions and cause massive crime city destruction, smash and crash the cars and everything in the city escape mission. Attack and act as smasher, and utilize real stickman incredible monster fighting & smashing skills in crime city survival stickman incredible monster rampage simulator. Break, smash, attack, destroy and throw, do whatever you want to do being wild stickman incredible monster fighter. People are afraid & trying to escape from crazy stickman incredible monster attack in city rampage game. Crazy stickman incredible monster is tough to handle in city attack stickman incredible monster simulator! No limit or any boundary will stop stickman incredible monster attack, perform wonder attack for city destruction. Stickman Incredible Monster Hero City Rampage features: Endless stickman monster powers Fantastical missions cause destruction for stickman incredible monster Unlock variant stickman incredible monsters Funky & crazy power shortcuts to destroy city Flexible controls for stickman incredible monster simulation Download now and leave your feedback as suggestive comment so we can make gameplay better for users.', 'https://img.gamemonetize.com/ycr80m0r7urjhq8rnjh6f00oi4s8gvug/512x384.jpg', 'https://html5.gamemonetize.com/ycr80m0r7urjhq8rnjh6f00oi4s8gvug/', '0', 'Fighting', 0, 0, '', 'stickman-city-battle'), (12418, 'christmas adventure ICE', 'Ho-ho-ho, Welcome to our Christmas Farm! Meet new polar friends: Santa Claus, Rudolph, Snowman, penguin, elf and Bigfoot! Evolve your own snow township! Plant and harvest everything: chocolate, wool, paper, wood, iron. Build factories to craft gifts, toys, sweets. Take care about farm guests: Unicorn, raccoon, hare and kids. Help Santa to get ready for the Xmas holiday and manage the snowy farm. â—† WINTER IS COMINGâ—† - Discover the North Pole! Meet your favorite holiday characters - Rudolph, Snowman, Christmas fairies, penguin and Santa Claus! - Take care of magical animals: feed, brush and dress them. - Create the magic farm to a jolly township of your own - Build Christmas factories to craft gifts â—† JINGLE ALL THE WAY! â—† - Complete orders with Rudolph sleigh and polar car - Decorate your winter farm with flowers, lanterns, hay. - Improve and decorate the Christmas tree to put more presents under it - Play every day and get daily rewards! â—† BECOME A CHRISTMAS ELF! â—† - Meet guests coming by train, complete their orders and get gifts - Plant and grow wool, chocolates, paper, wood, iron; - Find chests in friends’ lands', 'https://img.gamemonetize.com/6v0v8k9v09dzb8vj3gloh5q5bmekxpwl/512x384.jpg', 'https://html5.gamemonetize.com/6v0v8k9v09dzb8vj3gloh5q5bmekxpwl/', '0', 'Adventure', 0, 0, '', 'christmas-adventure-ice'), (12419, 'Run Of Truth', 'Girl or tomboy】 There are different types of girls. Some are very feminine, others are completely tomboyish, and still others are in between. But what kind of woman are you? Are you a tomboy? Are you a feminine girl? Find your true nature in this game! ã€Mental age】 Sometimes your way of thinking "seems" much younger or older than you actually are. This is called mental age. Do you want to know yours? Luckily for you, this game has come up with a simple and fun test that will help you determine if you\'re a kid at heart, a wise soul, or if you\'re at the perfect mental stage for your age. Make your choices now! ã€Rich or poor】 Find out if you will be rich! They say money can\'t buy happiness, but most of us wish we had less to worry about when the next bill comes. So, let\'s find out if you\'ll have more than enough or barely enough to get by! lots of other personality tests you can try!', 'https://img.gamemonetize.com/z2ali68f7nr5lp9ed9l6s795d2hccoqa/512x384.jpg', 'https://html5.gamemonetize.com/z2ali68f7nr5lp9ed9l6s795d2hccoqa/', '0', 'Hypercasual', 0, 0, '', 'run-of-truth'), (12420, 'Dinosaur Jumper', 'Welcome to our new game Dinosaur Jumper, which takes you back to prehistoric times. The little dinosaur has to jump, but not very high because if it jumps too high it will touch the bones and explode. The dinosaur needs to jump and stand on the platform. Each time the dinosaur stop on the platform, you get points. Enjoy and have fun!!!', 'https://img.gamemonetize.com/j2eir3uccsdje5kj6n18u9nqx6pej28e/512x384.jpg', 'https://html5.gamemonetize.com/j2eir3uccsdje5kj6n18u9nqx6pej28e/', '0', 'Hypercasual', 0, 0, '', 'dinosaur-jumper'), (12421, 'Poppy Playtime Full Game', 'Poppy Playtime Full Game is not yet fully available at this time. For now, you can only enjoy the first chapter, which mainly introduces you to the basic controls as well as the characters. It is also known about the release of the second episode, which is scheduled for 2022. It is developed in one of the most beloved genres of players, namely horror. So if you are a fan of the state when the blood boils, then you will definitely be interested to learn more about this game. If you are already thinking about downloading it, then it is available on your pc in Steam. In addition, given the fact that the developers are newbies, we can expect the release of other interesting games from them. In the first part, the player learns that the main protagonist used to work in a factory where a strange incident took place. As a result, many people disappeared, after which the building became abandoned. Now, many years later, the main character decided to return to find out everything. At the factory, he finds a special device that many players like so much. With its help, he can overcome any distance with the help of long arms. So now objects that are far from you are now not so difficult to reach. It’s also worth mentioning that a giant blue monster is wandering around the abandoned toy factory. If he notices the player, he starts chasing him. So in this case, the player needs to run as fast as possible so as not to be caught by him. The first chapter ends very ambiguously, as the main protagonist simply comes to the room where the main antagonist of Poppy Playtime is. Then she only says a few words to him, after which the first part of the game ends. What is going to happen in the second episode is still unknown, but judging by the first part, the full version is definitely going to be very interesting and dynamic. So, if you really liked the concept, then you will definitely be interested in playing the chapters that are going to come out later.', 'https://img.gamemonetize.com/j4gqfocp3wk3roclpb24wy0ugklge9jg/512x384.jpg', 'https://html5.gamemonetize.com/j4gqfocp3wk3roclpb24wy0ugklge9jg/', '0', 'Adventure', 0, 0, '', 'poppy-playtime-full-game'), (12422, 'Angry Zombies City', 'What should you do with a Catapult loaded with stones? Shoot zombies, of course! ANGRY ZOMBIES is a fun and free arcade game that\'s all about destroying zombies! Each level in ANGRY ZOMBIES is packed full of destructible objects and crazy zombie enemies. Simply shoot, pull back and start shooting! Use precariously stacked crates and other environmental hazards to take out every zombie on the screen. If things get tough, ANGRY ZOMBIES provides the scariest environment but Nothing scares a zombie more than an destructive stone towards him. ANGRY ZOMBIES features so many levels. Unleash your inner zombie hunter and set off a massive zombie blasting chain reaction! ★ Features ★ âœ”ï¸ Loads of funny zombies to shoot âœ”ï¸ so many challenging levels âœ”ï¸ many types of lethal explosives âœ”ï¸ unique power-ups âœ”ï¸ Free to download and enjoy! Hurry, a tsunami of zombies are on our planet and it\'s created zombie anarchy everywhere. Your job is to become the best zombie shooter and smash the zombies into the dead. This is a zombie frontier filled with a swamp of zombies that are out to kill you and destroy the planet. You must use your kill shot skills to be the best zombie killer! So, what are you waiting for, download the top free ANGRY ZOMBIES game today. Whether you\'re a skilled shooter, bowman or a fan of zombie games, you\'ll love ANGRY ZOMBIES! It\'s free game, an addictive game, and way more fun than trying to shoot zombies in real life!', 'https://img.gamemonetize.com/m04b22dohbzivytxf3yps2kqz93oviud/512x384.jpg', 'https://html5.gamemonetize.com/m04b22dohbzivytxf3yps2kqz93oviud/', '0', 'Hypercasual', 0, 0, '', 'angry-zombies-city'), (12423, 'Angry crush 2.1', 'Blast into a new Angry Birds puzzle adventure game! The birds are trapped inside balloons, and you can bet the pigs are behind it all. Tap matching balloons to blast them to smithereens and free the flock! Use your balloon-bustin’ skillz to outsmart the pigs and save birds in over 1000 egg-celent levels! Find the smartest way to solve puzzles, crack high scores, and earn three stars. Grab rewards every day in the Daily Quest. Already got ’em? Then go join the weekly events or chase down this month\'s puzzle pieces. Blasted through those? How about taking on the world in the global leaderboard? There’s plenty to do, and an ever-growing number of levels to master so get BLASTING! Features: · 1000+ FUN LEVELS – with more added weekly! · PICK UP AND PLAY – any time, any place even OFFLINE! · TEASE YOUR BRAIN – with challenging & strategic gameplay! · CREATE BOOSTERS – rockets, bombs, laser guns! · DAILY CHALLENGES – earn free rewards and boosters! · WEEKLY EVENTS – Mighty League, Treasure Hunt and more! · PUZZLE CHASE – find pieces to new puzzles every month! · PLAY WITH FRIENDS – connect to Facebook, yo! · GLOBAL LEADERBOARDS – earn your spot with high scores! ---------------- Need some help? Visit our support pages, or send us a message! https://support.rovio.com/ ---------------- Angry Birds Blast! is completely free to play, but there are optional in-app purchases available. Either way, you’ll have a blast! Get it? I’ll see myself out...', 'https://img.gamemonetize.com/y5d62wwx1g8zt9rxdt9pbbc5lpptgfu1/512x384.jpg', 'https://html5.gamemonetize.com/y5d62wwx1g8zt9rxdt9pbbc5lpptgfu1/', '0', 'Hypercasual', 0, 0, '', 'angry-crush-'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (12424, 'Grand Theft Stunt', 'Reach the finish line on time with your extreme luxury and extremely expensive car. You have to be careful, you can fall down the cliff with your expensive car. You have to drive slowly and carefully. You must reach the finish before the time runs out. reach the finish line and complete all levels 10 different challenging levels.', 'https://img.gamemonetize.com/sjtxkmjd6velx689l0hiamioquzut7iw/512x384.jpg', 'https://html5.gamemonetize.com/sjtxkmjd6velx689l0hiamioquzut7iw/', '0', 'Arcade', 0, 0, '', 'grand-theft-stunt'), (12425, 'Drive Chained Car 3D', 'Chained Cars 3D is a real-time vehicle racing simulator that has a new rapid beam drive as well as a unique ramp. It is your job to keep your speed under control in this insane offroad bus versus Prado Jeep road racing game in this crash simulator furious game that features rival car videogames chain breaker drive game, and you must do it while avoiding collisions with other vehicles. Tired of the same old chained bike racing games? Try out this brand new 3D beam drive motor vehicle game. The player must ensure that his chain-breaking driving vehicle games, which are in a chained alliance with other race cars, are travelling in the direction of their target within a specified amount of time. Even though chained cars appear to be easy free racing games, they require unique driving and parking abilities, as well as a flawless vehicle driver, in order to maintain speed before colliding with other cars while racing. A set of chains has been fastened to your drift competitor car driving game\'s chassis. Challenge An exhilarating adrenaline freight coach and a wild chain-breaker gasoline race wind their way through the city\'s streets.', 'https://img.gamemonetize.com/7paqux1px21azi1jgkni50xld4dpfkjh/512x384.jpg', 'https://html5.gamemonetize.com/7paqux1px21azi1jgkni50xld4dpfkjh/', '0', 'Racing', 0, 0, '', 'drive-chained-car-d'), (12426, 'Bowling 3D 2022', 'You may compete against your friends or play 1v1 battles against deserving opponents from all around the world. In terms of bowling games, Bowling Team is a top-rated option for enthusiasts of the sport. Use a variety of unique bowling balls to knock down all ten pins and score a strike! Epic PvP fights must be won to get awards. To win more bowling matches and get to the summit of this free, entertaining multiplayer game, you must level up your character. Wargaming provides you with popular online multiplayer games that you may enjoy with your friends that share your interests.', 'https://img.gamemonetize.com/kcb85xzs84kuj6596p0l889rza9u568o/512x384.jpg', 'https://html5.gamemonetize.com/kcb85xzs84kuj6596p0l889rza9u568o/', '0', 'Arcade', 0, 0, '', 'bowling-d-'), (12427, 'American Boat Rescue 2022', 'Making preparations to improve your survival skills will enable you to participate in some of the most adventurous, amazing, and lifesaving events possible as an open water rescuer in aquatic environments while serving as a member of the American guard beach rescue squad. As a ship carrying a huge number of people became disoriented as a result of a storm and ended up on the wrong course, a significant number of people leapt off the ship into the water to save their lives while they waited for rescue personnel to come with the life-saving equipment they needed. This is one of the best coast guard games to utilize to introduce emergency quick drives while maintaining a focus on the federal lifeguard criteria of a beach rescue job team. The beach marine rescue team continuously exhibits proficiency in lifeguard preparedness, as well as in delivering quick assistance through the employment of a rescue boat driver and other methods of transportation. As a precaution, it is recommended that swimmers and boaters dress in their bathing suits as a precaution so that the beach rescuers or lifeguard team can transport beach lifeguards to the disaster scene as promptly and effectively as possible. Beach Lifeguard Beach Rescue Mission is a game where you will play as a rescue hero because there is an urgent need for rescue boats, such as a beach sensor, rescue cans, lifeboat, rescue tubes, rescue boards, and most importantly, rescue teams, and you will be the hero in this game. There are rescue buoys on the beach, and spinal boards are also available to assist in the rescue process.', 'https://img.gamemonetize.com/sgvmmjkmnq5dn01a8qamo6sq7nhatkx9/512x384.jpg', 'https://html5.gamemonetize.com/sgvmmjkmnq5dn01a8qamo6sq7nhatkx9/', '0', 'Racing', 0, 0, '', 'american-boat-rescue-'), (12428, 'Tile Match Fun', 'Tile Match Fun is a very fun and classic game for free. This online game is specially made for kids. Your task is to match the shape. Each stage has a goal, complete to enter the next level. Each level will have a score. How many points can you achieve? Start the game!', 'https://img.gamemonetize.com/ygfk7bn6479dfg8th97dox81vf9jjqdb/512x384.jpg', 'https://html5.gamemonetize.com/ygfk7bn6479dfg8th97dox81vf9jjqdb/', '0', 'Boys', 0, 0, '', 'tile-match-fun'), (12429, 'Skateboard Lighter', '1. Vertical cartoon version of the game, in the lighter skateboard game players need to control the character. 2. Start breaking through one complex obstacle after another, and you\'ll be able to complete all challenges quickly. 3. Here to get a lot of props, easy challenge without any constraints oh! Players are free to enter levels.', 'https://img.gamemonetize.com/3qjqlcguanac0pu35no0wfwp3ydcnys7/512x384.jpg', 'https://html5.gamemonetize.com/3qjqlcguanac0pu35no0wfwp3ydcnys7/', '0', 'Sports', 0, 0, '', 'skateboard-lighter'), (12430, 'Ragdoll Duel 2P', 'Ragdoll Duel is a funny duel game that can be played by 1 and 2 player. Shoot wisely in this ragdoll game, time your shots to aim and shoot down your opponent. You can increase your health bar and weapon power with the coins you earn in 1 Player mode.', 'https://img.gamemonetize.com/arzjo0he4hn7mwtc3wbsjplxqj0vbiwh/512x384.jpg', 'https://html5.gamemonetize.com/arzjo0he4hn7mwtc3wbsjplxqj0vbiwh/', '0', 'Shooting', 0, 0, '', 'ragdoll-duel-p'), (12431, 'Fashion Girl Cosplay Sailor Challenge', 'Oh, great! Our Sailor Girl cosplay party continues now! Zoe and Iris failed to attend the Sailor Girl cosplay party before, so they decided to hold one by themselves. But Zoe prepared too many clothes, these two girls couldn\'t find the clothes they wanted! Please help these two girls find the clothes they want, and then help them match the clothes! Have fun!', 'https://img.gamemonetize.com/4ya67rdlw95heolbs13wsyz36amfv130/512x384.jpg', 'https://html5.gamemonetize.com/4ya67rdlw95heolbs13wsyz36amfv130/', '0', 'Girls', 0, 0, '', 'fashion-girl-cosplay-sailor-challenge'), (12432, 'Girl Bike Accident Love', 'Our girl Zoe was running in the park, suddenly a bike run into Zoe and injured her knee. The bike owner Zack treats Zoe\'s wound immediately. When Zack gets home, he has Zoe in his head all the time, and he realizes that he has fallen in love with her. What happens next? Let\'s see!', 'https://img.gamemonetize.com/i6ef7xju15ykuzump0x57mqwxta4rglu/512x384.jpg', 'https://html5.gamemonetize.com/i6ef7xju15ykuzump0x57mqwxta4rglu/', '0', 'Girls', 0, 0, '', 'girl-bike-accident-love'), (12433, 'Baby Taylor Pet Care Save Cute Animals', 'Taylor and Jessica want to experience community work. They find out the Pet Care Center needs care volunteers. So they go to be volunteers this weekend. The most common job here is to take care of the rescued animals. Taylor and Jessica don\'t have any experience. But don\'t worry. Volunteer Sophia will help and teach them. Do you want to join them? Let\'s take care of cute pets in need together!', 'https://img.gamemonetize.com/iwmlddimwuf4xgmcfg2gl5r0dyknzwwc/512x384.jpg', 'https://html5.gamemonetize.com/iwmlddimwuf4xgmcfg2gl5r0dyknzwwc/', '0', 'Hypercasual', 0, 0, '', 'baby-taylor-pet-care--save-cute-animals'), (12434, 'Animal Shape Puzzle', 'Animal Shape Puzzle is one casual free online game for kids to play. According to the above, matching the little items blow. Various simple animal shapes here. Call your schoolmates and friends to battle!', 'https://img.gamemonetize.com/0as61nxb7hrbvyz8t3qks8a5ouygwh93/512x384.jpg', 'https://html5.gamemonetize.com/0as61nxb7hrbvyz8t3qks8a5ouygwh93/', '0', 'Boys', 0, 0, '', 'animal-shape-puzzle'), (12435, 'Big FLAPPY Tower VS Tiny Square', 'Fling, flip, and FLAP your way over pipes and pits on your way to rescue your Pineapple in the 4th instalment of the Big Tower Tiny Square series! Having cloned himself and Pineapple, Big Square is back in an all new tower - can you reach the top of the tower to save Pineapple and get revenge on Big Square? Don\'t let the casual aesthetic and chill music fool you, the Big FLAPPY Tower is TOUGH . Each obstacle has been meticulously placed. Each section devilishly designed. It will take patience and skill to navigate the maze-like tower. Precision is key to success!', 'https://img.gamemonetize.com/4a0i6c9p1hnow9k8cypgrqvqvx4l8u7t/512x384.jpg', 'https://html5.gamemonetize.com/4a0i6c9p1hnow9k8cypgrqvqvx4l8u7t/', '0', 'Arcade', 0, 0, '', 'big-flappy-tower-vs-tiny-square'), (12436, 'Lovely Mania', '\'Lovely Mania\' is a fast paced Heart matching game. Send your heart towards another heart with same color, It will collect all the hearts in the row. The row of hearts keep coming down to chase your heart so be fast to collect every row. Your hearts keeps changing colors so keep checking before sending it towards another heart. You can play a round until the other hearts don’t chase you.', 'https://img.gamemonetize.com/860m3giy1g3i481yun0lghs8388gakai/512x384.jpg', 'https://html5.gamemonetize.com/860m3giy1g3i481yun0lghs8388gakai/', '0', 'Shooting', 0, 0, '', 'lovely-mania'), (12437, 'Nyan Cat Space runner', 'Race through candy-filled space with the internet\'s best space cute rainbow cat in this casual platformer game. Nyan Cat: In Space lets you fly like the most famous rainbow cat in internet history. Guide Cute Cat through endless space avoiding evil space horrors like space dogs and collect intergalactic sweets.', 'https://img.gamemonetize.com/lflko5msywijxhh80ilrnkufwvmeilwp/512x384.jpg', 'https://html5.gamemonetize.com/lflko5msywijxhh80ilrnkufwvmeilwp/', '0', 'Girls', 0, 0, '', 'nyan-cat-space-runner'), (12438, 'Trapped In Hell Murder House', 'You are trapped in HELL. You have 5 days to Escape or you will be damned for all eternity. Watch out for Evil Knight! Keeper of this part of Hell. He can hear you, always! Try to stay as quiet as you can! In order to escape, you have to find specific items that will help you unlock the door and get to the portal. Good Luck!', 'https://img.gamemonetize.com/50dqjf2zdw2ylge2x35kwvoxcmoxnloq/512x384.jpg', 'https://html5.gamemonetize.com/50dqjf2zdw2ylge2x35kwvoxcmoxnloq/', '0', 'Shooting', 0, 0, '', 'trapped-in-hell-murder-house'), (12439, 'Jenga Tower Blocks', 'In addition to strengthening physical and mental skills in youngsters, tower blocks are a physics-based game that can be played from an early age. This challenging and entertaining game is ideal for families and children aged six and up. The original Jenga game is the old wooden block game families have enjoyed for decades. There\'s no need to be concerned if you don\'t have any friends nearby. Practice your stacking abilities by playing Jenga alone, building your tower and attempting not to let it come crashing down. If you\'re playing with coloured wood blocks, you win by seeming to be the last person to remove a block without causing your stack to collapse!', 'https://img.gamemonetize.com/k9glc4mli7hswhkd01rd6kyxvjducvmz/512x384.jpg', 'https://html5.gamemonetize.com/k9glc4mli7hswhkd01rd6kyxvjducvmz/', '0', 'Arcade', 0, 0, '', 'jenga-tower-blocks'), (12440, 'Lamborghini Driving Multiplayer', 'Welcome to Lamborghini Driving Multiplayer, you can play this game with your friends! Beat your friends by racing and be the first! have fun', 'https://img.gamemonetize.com/6l7fh0h54yxkygp5dch7pyjceei6d4l8/512x384.jpg', 'https://html5.gamemonetize.com/6l7fh0h54yxkygp5dch7pyjceei6d4l8/', '0', 'Multiplayer', 0, 0, '', 'lamborghini-driving-multiplayer'), (12441, 'Color Drop', 'Color Drop is a puzzle game, and the goal at this game is to control the colored ball to pass over circle or cross obstacles. The ball color needs to be the same as the color of the part from an obstacle. The obstacles will rotate and move so you need to pass in them when the color will be matched with the ball color. Tap on the screen rapidly to control the ball. Drop the ball at right time and try to pass more obstacles as you can. The game is hard but funny and interesting. Sometimes will be circle and cross obstacles together or two or more same obstacles and you need to pass them. Tap on the screen and wait your time.', 'https://img.gamemonetize.com/v7cno163ib0sr4qpzv3np0y9p8gd54n2/512x384.jpg', 'https://html5.gamemonetize.com/v7cno163ib0sr4qpzv3np0y9p8gd54n2/', '0', 'Puzzles', 0, 0, '', 'color-drop'), (12442, '3D Run Tom! Escape', 'Help Tom! Find the key on the map and free Tom from the room. It will make you rich... Run with Tom in 3D Running, the platform game. Collect treasures.', 'https://img.gamemonetize.com/qvz4yvq7msyug1czhgqbweqxlkq52v3r/512x384.jpg', 'https://html5.gamemonetize.com/qvz4yvq7msyug1czhgqbweqxlkq52v3r/', '0', 'Adventure', 0, 0, '', 'd-run-tom--escape'), (12443, 'Drifting Earth', '✓ Drifting Earth un juego online se puede jugar en teléfonos o tabletas inteligentes. Descubre el fascinante juego casual Drifting Earth. Dispara a las naves extraterrestres para salvar al planeta de la invasión extraterrestre. tu tienes el mando adelante', 'https://img.gamemonetize.com/xbop2ftjytoyi9z1c8l1pytovrpoyg8h/512x384.jpg', 'https://html5.gamemonetize.com/xbop2ftjytoyi9z1c8l1pytovrpoyg8h/', '0', 'Hypercasual', 0, 0, '', 'drifting-earth'), (12444, 'Healthy Breakfast Recipe', 'Let\'s prepare the varieties and healthy breakfast recipes. There are three kinds of breakfast like Pink fruit salad,stuffed bun and healthy meat avocado stuffing bun. Come and join our cooking game and learn how to prepare the delicious and healthy breakfast', 'https://img.gamemonetize.com/u5tw7peq26s0803t2lj5lmpp4o08ny2w/512x384.jpg', 'https://html5.gamemonetize.com/u5tw7peq26s0803t2lj5lmpp4o08ny2w/', '0', 'Girls', 0, 0, '', 'healthy-breakfast-recipe'), (12445, 'Shootup.io', 'Shootup.io is a zombie shooter game. You find yourself stranded in a mysterious town. Bad luck, it\'s infected with zombies. There\'s only one solution for you... SHOOT\'EM ALL! Build a base or squash the zombies with your vehicle. Team up with your friends or fight the other survivors Unlock bonus, ammunition, turrets, landmines... What\'s your high score gonna be? TIPS Don\'t get too close to them, or they\'ll attack you If you shoot or enter in a car, zombies will hear you and will chase you Find items on the ground or by destroying houses Each 100 zombies killed, you can unlock an upgrade or a new building If your car is stuck, remember to drift (Shift) Be sure you have enough oil to drive a car If you don\'t shoot for a certain time, zombies will stop chasing you You can team up with your friends by sharing the link on the button "Team with your friends".', 'https://img.gamemonetize.com/wxuvr76tgfxkov3o79s90r3d78hb6bk6/512x384.jpg', 'https://html5.gamemonetize.com/wxuvr76tgfxkov3o79s90r3d78hb6bk6/', '0', 'Action', 0, 0, '', 'shootupio'), (12446, 'Move the Box', 'Move the Box game is a bit like a game of golf, and above all in that the block hero must get to the red flag so that you can move to the next level. At the same time, you can move the square in a very original way. He himself cannot move, but he knows how to throw balls. They will hit the walls and push the block wherever you want. When throwing balls, you must know in advance where the block will move in order to complete the task. It won\'t be easy at first, but when you adjust and understand the principle of movement, then everything will go like clockwork.', 'https://img.gamemonetize.com/w44cauu7x3lw0fhtivyq51hzayj8catw/512x384.jpg', 'https://html5.gamemonetize.com/w44cauu7x3lw0fhtivyq51hzayj8catw/', '0', 'Puzzles', 0, 0, '', 'move-the-box'), (12447, 'Barbie Party Time', 'Barbie wants to throw a very nice party. Bought the prettiest costumes for this party. She can\'t decide which costume to wear. Which costume do you think she should wear?', 'https://img.gamemonetize.com/ltderbmnipmb8web6l3o4bhsyru79xbc/512x384.jpg', 'https://html5.gamemonetize.com/ltderbmnipmb8web6l3o4bhsyru79xbc/', '0', 'Girls', 0, 0, '', 'barbie-party-time'), (12448, 'Shotwars.io', 'Shotwars.io is a 2D shooter game. HOW TO PLAY Choose your class to dictate your loadout. Kill people and break crates to choose upgrades such as heal, regen, vision, speed, sheild, axe, grenade, build, smoke, claymore, rcxd Climb your way to the top of the leaderboard. Find out what happens when you reach 10k points! GAMEPLAY Shotwars is a great game to play solo or with friends. With 6 different gamemodes, 10 different classes, and 11 different perks, there is plenty to try.', 'https://img.gamemonetize.com/unk4qtu9yx3lwmabw4dcizq4mi8o3hpp/512x384.jpg', 'https://html5.gamemonetize.com/unk4qtu9yx3lwmabw4dcizq4mi8o3hpp/', '0', 'Multiplayer', 0, 0, '', 'shotwarsio'), (12449, 'Nend.io', 'Get a job or feed in the garbage. Buy a house or sleep in a squatting area. Have fun, but don\'t forget to buy a worthy successor in the nursery because time goes by and you get old! HOW TO PLAY TO GET MONEY: • Work on computers, laboratory, or CEO office • Clean the floor of detritus and feces from the ground • Find money on the ground • Buy buildings to receive commissions. The more a building is used by other players, the more money you will earn. • Kill rich people TO UPGRADE YOUR CHARACTER: • Computer skill: Earn more money if you decide to work on computers • Broom skill: Clean faster and earn more money if you decide to clean the ground • Negotiation skill: Pay less and receive more commissions • Strength: Be stronger • Speed: Be faster • Bag: Increase your inventory • Research skill: Earn more money if you decide to work on a laboratory and you have a better chance of finding food in the garbage cans. • Mood/Food/Sleep/Toilet: Slow down your gauges TO EAT: • Buy food on a supermarket or a machine vending • Go through the garbage. TO SLEEP: • Sleep on a bed in a squatting area or a house TO HAVE FUN: • Dance in the nightclub • Buy clothes • Go to the hairdresser • Eat candies and chocolate • Clean the ground when you have 3 - 5 points on Broom skill TO GO TO THE TOILET: Go on nightclub, CEO office, a house or a squatting area Once you\'re old, buy a baby (more than 1000$). To get your gauges full when you come back to life, buy a baby bottle, toys and make him sleep in a cradle.', 'https://img.gamemonetize.com/p60oprp4p2u6se6q76i1n1220f7zse38/512x384.jpg', 'https://html5.gamemonetize.com/p60oprp4p2u6se6q76i1n1220f7zse38/', '0', 'Multiplayer', 0, 0, '', 'nendio'), (12450, 'poppy playtime huggy wuggy color', 'Huggy Wuggy was created by Playtime CO. to be embraced by children. The toy soon became the most successful product of the company, but he was eventually modified at some point prior to the events of the game with a transferred but corrupted human conscience, which turned him into a monster. His first appearance of saw him pretend to be a statue to fool the protagonist. As soon as the protagonist managed to grab the key and turning the power back on in a room (that requires said key), Huggy Wuggy disappears from his pedestal, and throughout the game, he stalks the player from vents or high unreachable places. It is not until the player runs to the dark that it will appear from the shadows and chase them down in the conveyor belt tunnels. Every time the player fails to reach the catwalk at the end of the belt, they are met with Huggy Wuggy snatching up and killing them with its teeth. If the player does manage to get to the catwalk, they must pull a box to block the creature and destroy it, causing them both to fall. Where the player survives, Huggy Wuggy ends up falling into the void while colliding with some pipes. It is unknown if it survived or has died due to this.', 'https://img.gamemonetize.com/x7w5n5gzz3gnk02j7woopxdoqutd0882/512x384.jpg', 'https://html5.gamemonetize.com/x7w5n5gzz3gnk02j7woopxdoqutd0882/', '0', 'Arcade', 0, 0, '', 'poppy-playtime-huggy-wuggy-color'), (12451, 'poppy playtime huggy wuggy game', 'Huggy Wuggy was created by Playtime CO. to be embraced by children. The toy soon became the most successful product of the company, but he was eventually modified at some point prior to the events of the game with a transferred but corrupted human conscience, which turned him into a monster. His first appearance of saw him pretend to be a statue to fool the protagonist. As soon as the protagonist managed to grab the key and turning the power back on in a room (that requires said key), Huggy Wuggy disappears from his pedestal, and throughout the game, he stalks the player from vents or high unreachable places. It is not until the player runs to the dark that it will appear from the shadows and chase them down in the conveyor belt tunnels. Every time the player fails to reach the catwalk at the end of the belt, they are met with Huggy Wuggy snatching up and killing them with its teeth. If the player does manage to get to the catwalk, they must pull a box to block the creature and destroy it, causing them both to fall. Where the player survives, Huggy Wuggy ends up falling into the void while colliding with some pipes. It is unknown if it survived or has died due to this.', 'https://img.gamemonetize.com/0cojc2a5wsr2kx4jxl5xjr99egtklxwq/512x384.jpg', 'https://html5.gamemonetize.com/0cojc2a5wsr2kx4jxl5xjr99egtklxwq/', '0', 'Adventure', 0, 0, '', 'poppy-playtime-huggy-wuggy-game'), (12452, 'Teen Fashion Dress Up', 'Teenage fashion is known as the most popular clothing style. Our model girls try on the latest fashion dresses. Which dress do you think is beautiful for 2022 youth fashion?', 'https://img.gamemonetize.com/1jiihfg59m93gul1vvwsdlk1k5fmehwb/512x384.jpg', 'https://html5.gamemonetize.com/1jiihfg59m93gul1vvwsdlk1k5fmehwb/', '0', 'Girls', 0, 0, '', 'teen-fashion-dress-up'), (12453, 'Diamond Thief 3D', 'Are you ready for the robbery? Enter the mansion, steal the diamond and complete the level. Be careful', 'https://img.gamemonetize.com/9ga53r2rhdh8wxd232mwu2j9rkjrl5k8/512x384.jpg', 'https://html5.gamemonetize.com/9ga53r2rhdh8wxd232mwu2j9rkjrl5k8/', '0', 'Adventure', 0, 0, '', 'diamond-thief-d'), (12454, 'Jelly Smasher', 'Jelly Smasher is strategy game. In the Jelly world, only one can stay. You represent the blue one. Can blue jelly win? Dripping the jelly with it tactically enough, you may cause a perfect splashing chain reaction! So prepare your brains, ‘cause there’s some jelly busting to be done!', 'https://img.gamemonetize.com/j8pg6kf2rculp1a049wxmnnxddxlrdhi/512x384.jpg', 'https://html5.gamemonetize.com/j8pg6kf2rculp1a049wxmnnxddxlrdhi/', '0', 'Puzzles', 0, 0, '', 'jelly-smasher'), (12455, 'Shiba Inu To The Moon', 'A game of trading', 'https://img.gamemonetize.com/e4bxg9s7zshqgbh4ggt97keilgn7g8yn/512x384.jpg', 'https://html5.gamemonetize.com/e4bxg9s7zshqgbh4ggt97keilgn7g8yn/', '0', 'Hypercasual', 0, 0, '', 'shiba-inu-to-the-moon'), (12456, 'Casual Game collection', 'Is a collection of 2 player games where you can challenge your friends to a duel and be the best. >many offline 2 player games in one app >play with your friends Most importantly Have fun!!', 'https://img.gamemonetize.com/be55js3pfetocxwrs61gppyp4js7m84j/512x384.jpg', 'https://html5.gamemonetize.com/be55js3pfetocxwrs61gppyp4js7m84j/', '0', 'Hypercasual', 0, 0, '', 'casual-game-collection'), (12457, 'Tractor Coloring Pages', 'Tractor Coloring Pages is a kids coloring game with tractors. You can select one of twelve images with tractors in it and color it. On the right side of the game screen, you can find different colors. Click on it to use them. On the left side of the game screen, you can change the brush size. If you color a smaller area you will need to small the brush size. When you do some mistakes you can use an eraser to erase the error. So, Click play select the image, and start to color. You can save the image when you are done with coloring. Use the image later as you wish.', 'https://img.gamemonetize.com/h5iawusrqe34drgf7zrxr2s5vm2453x7/512x384.jpg', 'https://html5.gamemonetize.com/h5iawusrqe34drgf7zrxr2s5vm2453x7/', '0', 'Puzzles', 0, 0, '', 'tractor-coloring-pages'), (12458, 'TikTok Famous', 'You\'re not really famous until you become TikTok Famous! These princesses are ready to embark on a new social media adventure, this time exploring the exciting world of short videos. They’re preparing to shoot their first video and for this they need to wear a statement outfit! Something daring and adventurous, but feminine and trendy, this is what you need to help them put together.', 'https://img.gamemonetize.com/fnylmt2eshxwp0bd3t055t7fcrqnggcf/512x384.jpg', 'https://html5.gamemonetize.com/fnylmt2eshxwp0bd3t055t7fcrqnggcf/', '0', 'Girls', 0, 0, '', 'tiktok-famous'), (12459, 'Cleo and Cuquin Memory Card Match', 'Test your memory with this memory game. First select the difficulty level. The higher the number, the more cards are in the memo game. On the game board, there are always two identical images. Start the game by flipping a card. Then try to find another card that has the same image as the first. If you can\'t find a pair, the flipped cards will be flipped back with the face down. Try to remember these images as it becomes easier to find pairs the longer you play. When you find a pair they are removed from the board and when you find all the pairs in this memory, you have completed the level.', 'https://img.gamemonetize.com/3dop76gqybnoipf49g0d0hn7gn819ota/512x384.jpg', 'https://html5.gamemonetize.com/3dop76gqybnoipf49g0d0hn7gn819ota/', '0', 'Puzzles', 0, 0, '', 'cleo-and-cuquin-memory-card-match'), (12460, 'the Island', 'Something strange is happening in the world, people disappear, and then bloodthirsty zombies return. Your task is to find out what is going on and who is behind it all. You go to the island that is the source of the infection and find out what is really going on. Genre: - Strategy with elements of survival where you have to collect various resources and sometimes fight for them (some of them surrounded by hordes of the dead), build houses, hire workers and defend your camp from intruders.', 'https://img.gamemonetize.com/jn28h333eqspri1x27nhxgztvppscdlu/512x384.jpg', 'https://html5.gamemonetize.com/jn28h333eqspri1x27nhxgztvppscdlu/', '0', 'Action', 0, 0, '', 'the-island'), (12461, 'Power Rangers Dressup', 'Power rangers are getting ready for a new adventure. If we choose costumes and characters, which one will be stronger and more beautiful? Create your own character. Choose your hero and watch your animation. You can choose costumes and your favorite power rangers character animation by tapping the menus on the screen.', 'https://img.gamemonetize.com/legf8sf7pwpdkbdnzqr1ngwkqjsnwjhj/512x384.jpg', 'https://html5.gamemonetize.com/legf8sf7pwpdkbdnzqr1ngwkqjsnwjhj/', '0', 'Clicker', 0, 0, '', 'power-rangers-dressup'), (12462, 'Little Bloom Christmas Dress Up', 'Little fairy Bloom tries on the clothes she bought for Christmas. Which outfit do you think is better? Try them all', 'https://img.gamemonetize.com/642jji41xwag42w75tljzk6mdmz6kru7/512x384.jpg', 'https://html5.gamemonetize.com/642jji41xwag42w75tljzk6mdmz6kru7/', '0', 'Girls', 0, 0, '', 'little-bloom-christmas-dress-up'), (12463, 'Pocong Dungeon', 'Pocong ghost adventure in a dungeon that\'s not scary at all. Grab the key to go to the next level.', 'https://img.gamemonetize.com/62rytrronoihi2wlri2flhqjzrgq69ni/512x384.jpg', 'https://html5.gamemonetize.com/62rytrronoihi2wlri2flhqjzrgq69ni/', '0', 'Puzzles', 0, 0, '', 'pocong-dungeon'), (12464, 'Balls Catching', 'Balls catching is fast paced realistic ball catching game with gorgeous look and great atmosphere, simple control and have three life at once. Good luck!', 'https://img.gamemonetize.com/o7gbcmh0ykrmavy5zckuccwumhw57jmb/512x384.jpg', 'https://html5.gamemonetize.com/o7gbcmh0ykrmavy5zckuccwumhw57jmb/', '0', 'Arcade', 0, 0, '', 'balls-catching'), (12465, 'TikTok Princesses #croptop', 'Crop top is that cropped, short top that ends above the abdomen. There are many people who refuse it from the start, simply because they think of the idea of the "naked belly button" that was fashionable in the 2000s and that now makes us angry. They are making a comeback and everyone starts wearing them. If you haven\'t got one yet, you will after you finish playing this game! Today we find out how to wear a crop top. Four princesses are here to show us why crop tops are so fashionable and how we should adapt them to our coolest outfits! Remember, a perfect outfit comes with perfect make-up. Starting with eyeshadows, lipstick and foundation, let your imagination run wild and create the perfect makeup look!', 'https://img.gamemonetize.com/9r9eg4tcoo57cwt7w8b4odza0lqojo4i/512x384.jpg', 'https://html5.gamemonetize.com/9r9eg4tcoo57cwt7w8b4odza0lqojo4i/', '0', 'Girls', 0, 0, '', 'tiktok-princesses-croptop'), (12466, 'Adventure Time', 'Adventure Time follows the adventures of a boy named Finn the Human (voiced by Jeremy Shada), and his best friend and adoptive brother Jake the Dog (John DiMaggio), who has magical powers to change shape and size at will. Pendleton Ward, the series\' creator, describes Finn as a "fiery little kid with strong morals".', 'https://img.gamemonetize.com/54zg0lieybo581wmhohjlo60vknrerhd/512x384.jpg', 'https://html5.gamemonetize.com/54zg0lieybo581wmhohjlo60vknrerhd/', '0', 'Adventure', 0, 0, '', 'adventure-time'), (12467, 'TikTok Girls Design Outfit', 'The beach bag is an extremely important accessory for going to the beach. Beyond the fact that the beach bag should contain absolutely everything a princess needs when she goes to the beach, this beach bag must match the princess\'s beach outfit. But now we can take this problem off our heads because this game gives us the opportunity to customize it. We can select the model, texture and color. Last but not least we can accessorize the beach bag just the way we want it! Everyone will turn their heads on the beach after these wonderful princesses!', 'https://img.gamemonetize.com/84vrbv5rm0fmgtryhl58qx4xh836hygw/512x384.jpg', 'https://html5.gamemonetize.com/84vrbv5rm0fmgtryhl58qx4xh836hygw/', '0', 'Girls', 0, 0, '', 'tiktok-girls-design-outfit'), (12468, 'Vampire Princess First Date', 'I\'m Rebecca, a vampire princess. Tired of the endless boring life in the vampire kingdom, I slipped out of the castle and transformed into a human. In the human school, many mysterious stories happened. Now, the vampire cheerleader is going on a date with a human boy, I\'m so nervous, I don\'t know how to prepare for a human date, come and help me!', 'https://img.gamemonetize.com/u6p7y9u1sprjr4656elj1f1fudrlcqpd/512x384.jpg', 'https://html5.gamemonetize.com/u6p7y9u1sprjr4656elj1f1fudrlcqpd/', '0', 'Girls', 0, 0, '', 'vampire-princess-first-date'), (12469, 'Skateboard Boy', '1, can carry out a lot of challenges, many different interesting experience; 2, the new skateboard elements, we need to carry out the skateboard stack is very good; 3. In more different scenarios, you need to be flexible in handling the operation.', 'https://img.gamemonetize.com/5lfmgqvy6vcu9j5kk5mzq52v9frt04vu/512x384.jpg', 'https://html5.gamemonetize.com/5lfmgqvy6vcu9j5kk5mzq52v9frt04vu/', '0', 'Sports', 0, 0, '', 'skateboard-boy'), (12470, 'Angela Perfect Valentine', 'Welcome to the Angela Perfect Valentine game. Angela and Tom love to spend time together on this valentine. They plan to wear new clothes and post them on social media. Tom has a surprise plan for Angela. Browse their wardrobe for perfect clothes. Play and help the couples. Have fun!', 'https://img.gamemonetize.com/c41mxd89sufc0cxxzoje70veiilogbcl/512x384.jpg', 'https://html5.gamemonetize.com/c41mxd89sufc0cxxzoje70veiilogbcl/', '0', 'Girls', 0, 0, '', 'angela-perfect-valentine'), (12471, 'Pop it Superstars', 'Pop It Superstars is a fun relaxing game and a unique game to play on! This is a super relaxing game to play for hours; we have got different "Superstars Shapes" of pop gadgets like: Angy Birds, Super heroes, Squid Game, Simpsm etc... etc... so click on the pops to smash them and clear the board. Be quick and smash all the pops and feel the relax from the tensions, this game is for all ages and you can play for hours.', 'https://img.gamemonetize.com/gku2phy3puwy7btvkv56xya8d11lgnd0/512x384.jpg', 'https://html5.gamemonetize.com/gku2phy3puwy7btvkv56xya8d11lgnd0/', '0', 'Clicker', 0, 0, '', 'pop-it-superstars'), (12472, 'Scuffed Uno', 'Scuffed Uno lets you play the popular Uno card game in your web browser. The aim of the game is to be the first player with no cards, similar to other Crazy Eights style card games. Play Scuffed Uno with 2, 3, or 4 players. How to Play Scuffed Uno There are various strategies you can use to maximize your chances of winning at Uno. The main principle is to get rid of all your cards before everyone else. You can do that by matching the color or number of the card placed down before yours. If you don\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\t have a playable card, you must draw cards from the pile until you do. When you have one card left, press the \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\UNO\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ button, otherwise you will be punished with two penalty cards! Number cards There are 108 cards in total. Number cards make up 70% of the total deck, with four colors each containing 19 cards. The cards span from numbers 0-9. As for the quantity of each card, there is one zero card, and two of every other number. The remaining 30% of cards are called action cards and wild cards. Action cards Action cards add an extra level of strategy to Uno. There are three action card types in an Uno deck. There are two of each action card in each color. These are: Skip card - the next player in the sequence misses a turn. Reverse - reverses the direction of play. Draw two - the next player draws two cards and misses one turn. Wild cards There are two types of wild card with four of each one. They are: Wild - lets the player choose what color to play. Wild draw 4 - declare the next color to match, and force the next player to draw four cards.', 'https://img.gamemonetize.com/d4lg1jqo79hb03td83ba97meh6s7fpt6/512x384.jpg', 'https://html5.gamemonetize.com/d4lg1jqo79hb03td83ba97meh6s7fpt6/', '0', 'Puzzles', 0, 0, '', 'scuffed-uno'), (12473, 'Impossible Classic Stunt Car', 'Can you win the most dangerous stunt car sky roads game? Enjoy ultimate car driving on sky roads by playing impossible tracks games. Presenting you the most thrilling impossible stunt cars tracks simulator game where you can drive amazing cars on massive heights to touch the skies like a legend. Get a unique driving experience on impossible tracks by performing crazy stunts on ramps with super muscle cars. Be careful while racing the car to avoid an impossible fall. Dangerous track car driving is a hard-driving game on zigzag tracks of ramps in sky road.', 'https://img.gamemonetize.com/bf4k2dufmepmrzhnacgehycvlodiw3m4/512x384.jpg', 'https://html5.gamemonetize.com/bf4k2dufmepmrzhnacgehycvlodiw3m4/', '0', 'Racing', 0, 0, '', 'impossible-classic-stunt-car'), (12474, 'Candy Makeup Fashion Girl', 'It\'s candy beauty makeup time! Put on the sweetest makeup ever for your customers! Style your model with marshmallow hairstyles, bright cherry lip gloss and candy cane hats! Use your magic candy tools to make your beautiful customers all over the world more beautiful! Dress them up with delicious facial materials and sweet hairstyles! Use professional beauty tools to create the sweetest look! Have fun!', 'https://img.gamemonetize.com/mnm4bn03rwc3p2r4lq3p5krzzcu66v2r/512x384.jpg', 'https://html5.gamemonetize.com/mnm4bn03rwc3p2r4lq3p5krzzcu66v2r/', '0', 'Girls', 0, 0, '', 'candy-makeup-fashion-girl'), (12475, 'Turn Based Ship war', 'Press mouse or touch to start setting the perfect angle, Release to shoot on the enemy. Once you complete enemy strikes on you, and you have to wait for your turn. The one who survive longer will be the winner.', 'https://img.gamemonetize.com/ogq9bbb6wp8habvmbxkl1azhas97vcjg/512x384.jpg', 'https://html5.gamemonetize.com/ogq9bbb6wp8habvmbxkl1azhas97vcjg/', '0', 'Puzzles', 0, 0, '', 'turn-based-ship-war'), (12476, 'Tina Night Fashion', 'Tina is going out tonight. She will meet with her friends and have fun. What clothes should you wear for the night? Make up and dress her in the most beautiful outfits.', 'https://img.gamemonetize.com/ypsuvnzq07z2bgdqch8hovsakt7ggbpr/512x384.jpg', 'https://html5.gamemonetize.com/ypsuvnzq07z2bgdqch8hovsakt7ggbpr/', '0', 'Girls', 0, 0, '', 'tina-night-fashion'), (12477, 'Little Smurfs Coloring', 'Scary Monsters Coloring is a free online coloring and kids game! In this game you will find eight different pictures which have to be colored as fast as you can to obtain a great score at the end of the game. You have 23 different colors to choose. You can also save the colored image. Have fun!', 'https://img.gamemonetize.com/6hok00828l3zkma38pjm5zkfxyfjfuah/512x384.jpg', 'https://html5.gamemonetize.com/6hok00828l3zkma38pjm5zkfxyfjfuah/', '0', 'Puzzles', 0, 0, '', 'little-smurfs-coloring'), (12478, 'Music Tiles Magic Tiles', 'Music Tiles - Magic Tiles est un jeu de piano musical. Tout ce que vous avez à faire est de ressentir la musique et de toucher les carreaux noirs. Avec différents types de musique et un design visuel relaxant, ce jeu est un bon choix pour votre temps libre !', 'https://img.gamemonetize.com/760kg21epatmltzg68hrl1tkvsoys2ah/512x384.jpg', 'https://html5.gamemonetize.com/760kg21epatmltzg68hrl1tkvsoys2ah/', '0', 'Clicker', 0, 0, '', 'music-tiles--magic-tiles'), (12479, 'Spider Solitaire Plus', 'New Card Themes: Our Spider Solitaire card game has new & fun card themes that you can play with. Customize your card back, card face, and game background with fun, new, & relaxing themes. Make Spider Solitaire feel like a unique experience you will love. Spider Solitaire is a solitaire game that requires you to stack each card of a suit in descending order to solve the puzzles. Choose to play games with 1 to 4 suits for your preferred difficulty. Try to play with 4 card suits to really challenge your brain!', 'https://img.gamemonetize.com/2mbndhy1fbkdruby6yog7g6nrf1iitqs/512x384.jpg', 'https://html5.gamemonetize.com/2mbndhy1fbkdruby6yog7g6nrf1iitqs/', '0', 'Puzzles', 0, 0, '', 'spider-solitaire-plus'), (12480, 'Jumping ships from outer space', 'Pilot your ship through the obstacles, collect as many stars as you can and watch out for enemy ships. How many points will you be able to score?', 'https://img.gamemonetize.com/jf6i1u7y06je6f6fnz79pg02x3r9gbd2/512x384.jpg', 'https://html5.gamemonetize.com/jf6i1u7y06je6f6fnz79pg02x3r9gbd2/', '0', 'Hypercasual', 0, 0, '', 'jumping-ships-from-outer-space'), (12481, 'Poppy Rocketman', 'The super Huggy Wuggy is flying to collect gold. pass the levels one by one in the endless flappy game. start to make the best score in this fun game Huggy Wuggy', 'https://img.gamemonetize.com/swrh00u1bjgd0abjkeudxqv85p6khe30/512x384.jpg', 'https://html5.gamemonetize.com/swrh00u1bjgd0abjkeudxqv85p6khe30/', '0', 'Adventure', 0, 0, '', 'poppy-rocketman'), (12482, 'Spring Fashion Dress Up', 'Winter is ending and preparations for spring begin. Fashion designers prepared spring outfits for the new season. Fashion shoots are ready. Come on, decorate the model girls as a fashion designer. Model girls flora, tecna, stella and bloom.', 'https://img.gamemonetize.com/shtyfx9rrd840qqu5zaqlsjk7xdg804h/512x384.jpg', 'https://html5.gamemonetize.com/shtyfx9rrd840qqu5zaqlsjk7xdg804h/', '0', 'Girls', 0, 0, '', 'spring-fashion-dress-up'), (12483, 'Grenadier Battlegrounds', 'Good game to play if ur bored at school or just bored in general. Grenade Game Go Boom. Bombs away! or something', 'https://img.gamemonetize.com/uz7n3kwn7kqekwx1u8jii5ycfoerbhgj/512x384.jpg', 'https://html5.gamemonetize.com/uz7n3kwn7kqekwx1u8jii5ycfoerbhgj/', '0', 'Multiplayer', 0, 0, '', 'grenadier-battlegrounds'), (12484, 'Tap Tap Reloaded ', 'Tap along to all your favorite songs in this fast paced rhythm game! Tap Tap Reloaded is the ultimate community-driven rhythm game experience. Reloaded is built on what the community wants in a mobile rhythm game. Tap Tap Reloaded is powered by a highly qualified and experienced team of the best Tap Tap players in the world. This game is in the hands of the community. This is OUR game now. Features: <-- New songs weekly! --> So the game doesn\'t have your favorite song yet. You can change that! Submit a request and vote on which songs you would like to see added next. <-- Practice mode with adjustable speeds! --> Struggling with a certain part in a song? Skip right into the section of your choice. With this brand new feature to Tap Tap, you can change the note speed, and select as many sections within the song as you want! <-- Fully customizable gameplay! --> Whether it is adjusting the lane angle, the note speed, size, color, background color, highway design... Reloaded allows you to customize your gameplay experience. Upcoming Features: <-- Challenges and Achievements! --> Daily, weekly, and career challenges and achievements for the players. There are many types of challenges, whether it\'s grinding as many points as possible in a day, simply playing 10 multiplayer games, or something goofy such as FC a song without getting a single Perfect tap. <-- Clans and Social! --> Create a clan with your friends! Band together and compete for Tap Tap Dominance as a team! Clan battles will be hosted in online multiplayer, and through general leaderboard races. <-- Online Multiplayer Tournaments! --> Every week Reloaded will host a tournament with cash prizes. These tournaments will switch off between skill-based, grind-based, and clan-based. The rhythm game community has experienced a great deal of turmoil within the genre. It is time now for us to have a rhythm game in the hands of us, the community, the players, the loyal followers who have stuck around all these years.', 'https://img.gamemonetize.com/ogindx0i77db45yzyg8950b6lhirpfsq/512x384.jpg', 'https://html5.gamemonetize.com/ogindx0i77db45yzyg8950b6lhirpfsq/', '0', 'Hypercasual', 0, 0, '', 'tap-tap-reloaded-'), (12485, 'grocery super market games', 'Grocery Shopping has never been so fun! Be the best Grocery Cashier Manager. Play as a cashier in your very own grocery store with realistic supermarket cash register machines. Shop in the Amazing Grocery Market Cashier shops : Fruit Shop, Grocery Shop, Cycle Shop, Bakery Shop, Clothes Mall, Sweets & Dessert Shop… and many more. show-off your knowledge about money management! Features: - Shopping Games that are fun for all ages! - Perfect game for practicing counting money or calculating changes - Lots of Shops to serve as a cashier & manager - The most realistic cash register simulation game - Learn math skills such as sorting, counting, adding and subtracting - Play Fun Mini Games to get more cash & rewards! Play Mini Games like : Fishing, Fruit Slash, Space Games, and many more… Our cash register game is the best way to get some practice on all the cash register types of jobs, shop in the supermarket and become the best cash manager! A perfect grocery market cash register game that teaches you to Handle Cash counter at grocery cash register counter. Do you love to use scanner at the grocery supermarket ? then, you’ll love this game. Shop for the grocery items, Scan them, manage the items in the cash register machine enter the total using the cash register keys, pay by cash or card. Learn how to pay by cash or card. Being a Cashier, you can Learn to calculate balance, add prices, subtract products. Compute supermarket Grocery items Cart. Serve customers in super market to get rewards! Exercise your brain with time management skills.', 'https://img.gamemonetize.com/18kmysdis7s9dn4jhk4xu2c9vmmim9uh/512x384.jpg', 'https://html5.gamemonetize.com/18kmysdis7s9dn4jhk4xu2c9vmmim9uh/', '0', 'Hypercasual', 0, 0, '', 'grocery-super-market-games'), (12486, 'Grow my Heels 3D Game', 'Ready to have fun? Brand new high heels girl runner game with easy gameplay where your aim is to make a high heels by collecting all heels from the tricky runway. Swipe to collect heels and make high tall heels tower to reach destination. The taller your heels are, the easier it will be to escape from the walls. Lots of different obstacles are awaiting you at each parkour!. Need more challenges? Complete more levels and unlock special levels with harder challenges. Makeover your character! You\'ll feel like a designer in this shoe race. Among the dozens of different characters you can buy accessories in the store. Enjoy the game and grow your Heels asap', 'https://img.gamemonetize.com/2dwsd70j3s624qdhnq0ljsnkenssv2r4/512x384.jpg', 'https://html5.gamemonetize.com/2dwsd70j3s624qdhnq0ljsnkenssv2r4/', '0', 'Hypercasual', 0, 0, '', 'grow-my-heels-d-game'), (12487, 'Poppy Smashers Scary Playtime', 'SMASH hard! GROW bigger! Survive io hide n seek arena full of horror Huggy Wuggy', 'https://img.gamemonetize.com/5j1lxyi970dv7nui9ej9npc0flp3n548/512x384.jpg', 'https://html5.gamemonetize.com/5j1lxyi970dv7nui9ej9npc0flp3n548/', '0', 'Adventure', 0, 0, '', 'poppy-smashers-scary-playtime'), (12488, 'Monster High Beauty Shop', 'Monster High girls want to open a beauty shop, they will design your hair, makeup, and dress up for you. They will receive many customers and design for them. Now you will be their fashion advisor and give them some advice. Enjoy the wonderful day with these princesses, have fun!', 'https://img.gamemonetize.com/oa6no6tq760kakhj8i0cr3gogaxti26e/512x384.jpg', 'https://html5.gamemonetize.com/oa6no6tq760kakhj8i0cr3gogaxti26e/', '0', 'Hypercasual', 0, 0, '', 'monster-high-beauty-shop'), (12489, 'Bull Fighter', 'Experience Bull Fighting and be a Bull Fighter - The Matador. Spanish bullfighting is known for its sophistication and bravery, fighting deadly bulls to entertain millions of fans.', 'https://img.gamemonetize.com/6tu38tdp1u29t282veo10ddmi8aojq83/512x384.jpg', 'https://html5.gamemonetize.com/6tu38tdp1u29t282veo10ddmi8aojq83/', '0', 'Clicker', 0, 0, '', 'bull-fighter'), (12490, 'Good Stickman Brothers', 'Brother Stickman is a very interesting casual game. The rules of the game are simple and easy to understand, and the gameplay is very easy. Players need to control the stickman brothers to take turns to jump forward on the track, but what needs to be paid attention to is to control the intensity so that the two good brothers can run farther together.', 'https://img.gamemonetize.com/vcauyeyshl3ihod26f0bd1r1fkstda03/512x384.jpg', 'https://html5.gamemonetize.com/vcauyeyshl3ihod26f0bd1r1fkstda03/', '0', 'Clicker', 0, 0, '', 'good-stickman-brothers'), (12491, 'Daddy Messy Day', 'Daddy’s little girls to the rescue! You girls are gonna have SO much fun with this girl\'s game. Oh no! Mommy\'s away, and now clueless Daddy\'s in charge! In this funniest of all messy house cleaning games, help Daddy stop the messy house from falling to pieces! Clean the house, whip up some delicious dinner, and don’t forget to leave some mani-pedi time with Daddy!', 'https://img.gamemonetize.com/55ppctoi6px38hv6hrp7x20a9y2j0r3z/512x384.jpg', 'https://html5.gamemonetize.com/55ppctoi6px38hv6hrp7x20a9y2j0r3z/', '0', 'Arcade', 0, 0, '', 'daddy-messy-day'), (12492, 'Doctor Pets Online', 'In the world there are many different, important and necessary professions. One of such wonderful profession is a doctor. In this entertaining game, your clinic and you, like a real doctor, will take wild animals that are sick and who need treatment and emergency medical care. Your clinic is always ready to accept new patients. You have to use all knowledge and skills, efforts and diligence, in order to cure these wild animals from cold, bruises or any other wound. Let’s get started!', 'https://img.gamemonetize.com/uoybx4lhefca7f1ijck5iwch9f969fe0/512x384.jpg', 'https://html5.gamemonetize.com/uoybx4lhefca7f1ijck5iwch9f969fe0/', '0', 'Arcade', 0, 0, '', 'doctor-pets-online'), (12493, 'Flappy Poppy Game', 'In this game you can play with a Flappy Poppy! Just Tap to fly and try to pass across the robot poppy hands without touching them. Collect all medals and try to sign your personal highest score. Enjoy it!', 'https://img.gamemonetize.com/t4ykv3jkrfeno98sdziq8bj02t705mtc/512x384.jpg', 'https://html5.gamemonetize.com/t4ykv3jkrfeno98sdziq8bj02t705mtc/', '0', 'Adventure', 0, 0, '', 'flappy-poppy-game'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (12494, 'JoJo Family Shopping', 'Cute Family Shopping is a very fun shopping game. Abundant merchandise department stores, attractive supermarket food, let babies enjoy the fun of supermarket shopping. Identify products based on color and appearance characteristics, and exercise your baby\'s recognition ability. Learn how to classify things. Where is the baby\'s favorite car? Toy area. Bingo, the answer is correct. What area is in front? Toothbrushes and paper towels are on the shelves. Yes, it is the daily necessities area. Babies can learn the classification of items during the shopping process! There are other interesting things for a baby to learn. Come and try this game!', 'https://img.gamemonetize.com/4p4o3xzzxikkuuebi3m5y01celpmhmrf/512x384.jpg', 'https://html5.gamemonetize.com/4p4o3xzzxikkuuebi3m5y01celpmhmrf/', '0', 'Arcade', 0, 0, '', 'jojo-family-shopping'), (12495, 'TikTok Princesses Rainbow', 'Rainbow maximalism is the fashion trend dominating TikTok right now, and it\'s here to save us from the dull and boring trends that we got used to. So let\'s get an optimistic and bright attitude by filling our wardrobes with rainbow-colored outfits! Neutral colors have dominated the fashion world for too long, and now it\'s time to put an end to it. Get as colorful as you can, and don\'t be afraid of making daring combinations. Open the wardrobes and prepare to be amazed because we have all the must-have pieces of the season! Striped colorful skirts, layered multicolor dresses, tie-dye shirts, and pastel-colored shorts, and only a few of the cool options!', 'https://img.gamemonetize.com/m46usomtyhcgy1yqp7wzv4ozrf8ewdx2/512x384.jpg', 'https://html5.gamemonetize.com/m46usomtyhcgy1yqp7wzv4ozrf8ewdx2/', '0', 'Girls', 0, 0, '', 'tiktok-princesses-rainbow'), (12496, 'Grand Theft Auto V Hidden Star', 'Grand Theft Auto V is an action-adventure game played from either a third-person or first-person perspective. Players complete missions—linear scenarios with set objectives—to progress through the story. Outside of the missions, players may freely roam the open world.', 'https://img.gamemonetize.com/ovyvi0xvdyn22mg9wa04iw1sxpernwwg/512x384.jpg', 'https://html5.gamemonetize.com/ovyvi0xvdyn22mg9wa04iw1sxpernwwg/', '0', 'Adventure', 0, 0, '', 'grand-theft-auto-v-hidden-star'), (12497, 'TikTok Fashion Police', 'When you dress inappropriately fashion police will be there to arrest you! Whether it\'s in the cafeteria, in the park or shopping, you must always look like a fashion model. The street is your catwalk and nothing should stop you from tackling your coolest outfits. These princesses just broke the fashion laws and Barbie didn\'t wait any longer and arrested them. She is always ready to bust and arrest the ones who commit crimes against fashion! They have one chance of proving to Barbie that they deserve a second chance! Will you help them adopt the right outfit?', 'https://img.gamemonetize.com/l8v0qkvwunnquadv60rnmqfombxfvdnu/512x384.jpg', 'https://html5.gamemonetize.com/l8v0qkvwunnquadv60rnmqfombxfvdnu/', '0', 'Girls', 0, 0, '', 'tiktok-fashion-police'), (12498, 'Ace Brawl Battle 3D', 'Ace Brawl Battle 3D is an exhilarating casual game. It is not impossible that one of the ways to make the world a more peaceful place is to virtualize the battlefield. It is in this vein that this game comes into being which is to provide a virtual public space for people to fight to their heart\'s content, with the help of highly advanced weapons and other powerful pieces of military equipments. 89.48% of 5090 players like the mobile game.', 'https://img.gamemonetize.com/af1obm53jevkp3xd6hmigrvlcdsfnc40/512x384.jpg', 'https://html5.gamemonetize.com/af1obm53jevkp3xd6hmigrvlcdsfnc40/', '0', 'Boys', 0, 0, '', 'ace-brawl-battle-d'), (12499, 'Ford Puma Hybrid Rally Puzzle', 'Play with 6 images in this perfect jigsaw puzzle game: Ford Puma Hybrid Rally Puzzle. All images is with the themes of the car - Ford Puma Hybrid Rally. Solve all puzzles and keep your brain sharp. You have four modes for each picture, 16 pieces, 36 pieces, 64 pieces and 100 pieces. Enjoy and have fun.', 'https://img.gamemonetize.com/n7bpzf2v7tbg1qwocak232o5fj6spi9t/512x384.jpg', 'https://html5.gamemonetize.com/n7bpzf2v7tbg1qwocak232o5fj6spi9t/', '0', 'Puzzles', 0, 0, '', 'ford-puma-hybrid-rally-puzzle'), (12500, 'Tank Combat', 'In this top-down arcade-style game, take out the enemy tank as you battle it out in the Pong Universe! All the cannon fodder in this game will fly off the walls and ricochet into the tanks, you\'ll have to be careful and crafty. Face this challenge with a variety of modes and multiple different stages.', 'https://img.gamemonetize.com/4k1j1lktwaialyz5l6v0y7z0065nmu4a/512x384.jpg', 'https://html5.gamemonetize.com/4k1j1lktwaialyz5l6v0y7z0065nmu4a/', '0', 'Arcade', 0, 0, '', 'tank-combat'), (12501, 'Squid Gamer City Destroyer', 'While we welcome you to a collection of mad gorilla games with the flavour of smasher games mixed with giant alien games and giant spree games with city destruction games, where you must destroy cities in a smasher city sequence of city destroyer games, we say goodbye to you in Bigfoot Monstrous Rampage in Gorilla Games. First and foremost, you must ensure that the genuine gorilla successfully exits the lab and returns to its family in the forest.', 'https://img.gamemonetize.com/dx8xxmuw3r190c745oaviuztxzdnw9x4/512x384.jpg', 'https://html5.gamemonetize.com/dx8xxmuw3r190c745oaviuztxzdnw9x4/', '0', 'Action', 0, 0, '', 'squid-gamer-city-destroyer'), (12502, 'Speedrun Parkour', 'Speedrun Parkour is a fun running game where you have to finish levels as fast as you can.', 'https://img.gamemonetize.com/pkkex7yeo3wbu22ktiolr792aztw129j/512x384.jpg', 'https://html5.gamemonetize.com/pkkex7yeo3wbu22ktiolr792aztw129j/', '0', 'Arcade', 0, 0, '', 'speedrun-parkour'), (12503, 'Squid Jump Bridge', 'Try thinking of a lethal bridge game where all the floors are made of molten rock. To leap from one glass to another, one must first choose which glass to jump from. Depending on the use, the glass may be either genuine or tempered. You\'ll have to work this out for yourself and see what your luck is. To stay alive in the game, you must memorize the pane you will be leaping. If you land on a random piece of glass, you can tell if it is actual glass or glass.', 'https://img.gamemonetize.com/n5dae14gj18vmkntqamtam8gi51e3kss/512x384.jpg', 'https://html5.gamemonetize.com/n5dae14gj18vmkntqamtam8gi51e3kss/', '0', 'Arcade', 0, 0, '', 'squid-jump-bridge'), (12504, 'Supercar Parking Simulator', 'Make preparations for the arrival of a new era of real-time modern automobile parking 3D games that will take place in the present. Superior-quality graphics have been produced by our team. In today\'s world of automotive parking games, they are meant to look and feel like true parking 3D drive games, but they include a large number of challenging stages. This gives the sense that you may be the parking lord of the realms. Several different types of autos are featured in the Car Park Game, which also contains a 3D environment. It\'s more than a modern-day rendition of the classic automotive parking game, as you might expect. While playing this fantastic Prada modern automotive parking game, one will learn all of the various tactics that must be used in order to control the car when parking it and correctly park it on the street. Parking garages with many levels of underground parking are becoming increasingly popular. If you spend some of your leisure time playing the Master modern car parking driving simulator, you will be able to learn all of the rules of modern automobile parking by playing driving games for absolutely nothing.', 'https://img.gamemonetize.com/dyz00eow1hnlyddfst45uekmya627etm/512x384.jpg', 'https://html5.gamemonetize.com/dyz00eow1hnlyddfst45uekmya627etm/', '0', 'Racing', 0, 0, '', 'supercar-parking-simulator'), (12505, 'Space Shooter Challenge', 'Space Shooter Challenge is super fun online game that you can play for free on PC and mobile. In Space Shooter Challenge you need to destroy all aliens to save the eart! Play around and have fun!', 'https://img.gamemonetize.com/2biagg4u9hyjubf21xt83tict3jh6a0b/512x384.jpg', 'https://html5.gamemonetize.com/2biagg4u9hyjubf21xt83tict3jh6a0b/', '0', 'Shooting', 0, 0, '', 'space-shooter-challenge'), (12506, 'Fruits Pop', 'Welcome to a new Fruits bubble shooting game. Fruits Pop comes with a new game logic. Help the little pets trapped inside by shooting fruits. you need to shoot 2 or more identical fruit to clear them from the board. The game will help you sometimes with some magical bubbles. Explore some amazing and challenging levels. Let\'s pop all fruits', 'https://img.gamemonetize.com/jrkzac7i18hbvjnub9dl0d7lgztbmyjz/512x384.jpg', 'https://html5.gamemonetize.com/jrkzac7i18hbvjnub9dl0d7lgztbmyjz/', '0', 'Bejeweled', 0, 0, '', 'fruits-pop'), (12507, 'Hugi Wugi 2', 'You have to escape from the hugi wugi, which everyone is afraid of but is actually a cute blue toy. Please be careful before you reach the yellow box in episode 2 of the series! Remember, there was no hugi wugi in the first series, you were only in the maze, but now it\'s there and everywhere be careful, don\'t let it catch you. If it catches you, it will eat you!', 'https://img.gamemonetize.com/tepldifoh64laf4kudq77o8tdg5y67h0/512x384.jpg', 'https://html5.gamemonetize.com/tepldifoh64laf4kudq77o8tdg5y67h0/', '0', 'Adventure', 0, 0, '', 'hugi-wugi-'), (12508, 'Squid Soccer Game', 'Squid Soccer Game a fun great soccer game! Stop an onslaught of incoming soccer balls; this free kicks challenge puts you in control of a star Squid Goalkeeper. The objective is to save every shot on goal; You can dive in any direction at any height; stop the last goal to enter the bonus round!', 'https://img.gamemonetize.com/v3z21n5t5mu1ixvsmgvbizqhf36tnz7g/512x384.jpg', 'https://html5.gamemonetize.com/v3z21n5t5mu1ixvsmgvbizqhf36tnz7g/', '0', 'Sports', 0, 0, '', 'squid-soccer-game'), (12509, 'Tinto', 'Tinto is a 2D platform game where you need to collect coins and reach the yellow flag while avoiding spikes and enemies. There are 8 levels to play and are moderately difficult.', 'https://img.gamemonetize.com/q61n9a2rz73i3npif18vmgp00nvv2d4c/512x384.jpg', 'https://html5.gamemonetize.com/q61n9a2rz73i3npif18vmgp00nvv2d4c/', '0', 'Arcade', 0, 0, '', 'tinto'), (12510, 'Cyber Cars Punk Racing 2', 'Cyber Cars Punk Racing 2 is the second installment of the Cyber Cars Punk Racing series with newer cars, more engaging graphics, easier gameplay, and new maps. This series has a leaderboard, missions, and a great free driving range.', 'https://img.gamemonetize.com/g3ciw1zszc9tc5bbnrbs3gg6ldfpxx2n/512x384.jpg', 'https://html5.gamemonetize.com/g3ciw1zszc9tc5bbnrbs3gg6ldfpxx2n/', '0', 'Racing', 0, 0, '', 'cyber-cars-punk-racing-'), (12511, 'Hair Salon Create Your Style', 'Welcome to Hair Salon to play around in the salon and create any style you can imagine! Whether you choose a character and turn them into a creation you’ve dreamed up, or just see where the tools take you, it will be an adventure. Get creative with makeup, face painting, hair and beard tools, and much more!', 'https://img.gamemonetize.com/9xphd7zi8s90f7coyackvrefg0phwq9w/512x384.jpg', 'https://html5.gamemonetize.com/9xphd7zi8s90f7coyackvrefg0phwq9w/', '0', 'Hypercasual', 0, 0, '', 'hair-salon--create-your-style'), (12512, 'Perfect Slices Online Fun & Run 3D Game', 'Perfect Slices Online is not only a slicing but also a relaxation arcade game with 3D game art animation. It is managed for you to slice all the objects like carrots, eggplants, and other food to get enough scores. Come on and challenge in Perfect Slices Online!', 'https://img.gamemonetize.com/dugu9q6r44fbibg75srw8eh1pa60yiuy/512x384.jpg', 'https://html5.gamemonetize.com/dugu9q6r44fbibg75srw8eh1pa60yiuy/', '0', 'Hypercasual', 0, 0, '', 'perfect-slices-online--fun-amp-run-d-game'), (12513, 'Pop It Nums', 'Pop all of the correct bubbles in this math fidget bubble game. Practice finding positive numbers, prime numbers, even numbers and more on each level. A fun way to practice your math vocabulary skills.', 'https://img.gamemonetize.com/gfsz14e5nhyytlpewdmzfprpgnbjxbfz/512x384.jpg', 'https://html5.gamemonetize.com/gfsz14e5nhyytlpewdmzfprpgnbjxbfz/', '0', 'Puzzles', 0, 0, '', 'pop-it-nums'), (12514, 'Pou Caring', 'POU Caring is an interesting and cute POU caring game. How would you take care of your own alien pet? Feed him, bathe him, play with him and watch him grow up. With the upgrading of the level, unlock different wallpaper, clothing to meet your unique taste. How would you DIY your own POU?', 'https://img.gamemonetize.com/e4x3w5yotla7ae43j1gils1j8xwlsy0q/512x384.jpg', 'https://html5.gamemonetize.com/e4x3w5yotla7ae43j1gils1j8xwlsy0q/', '0', 'Hypercasual', 0, 0, '', 'pou-caring'), (12515, 'Mortal Squid Games', 'An exciting collection of games based on the Korean TV series "The Squid Game". The main goal in this game is to get all the money. To do this, you need to pass levels in 6 different disciplines: "Red light - green light", "Sugar Honeycomb", "Tug of War", "Balls", "Glass Bridge" and "Knife Fights". Survive in this deadly game!', 'https://img.gamemonetize.com/cfhxc0n7rheiprmoo6acp0q6j1dad2qr/512x384.jpg', 'https://html5.gamemonetize.com/cfhxc0n7rheiprmoo6acp0q6j1dad2qr/', '0', 'Arcade', 0, 0, '', 'mortal-squid-games'), (12516, 'Puppy Virtual Dog', 'Cute Virtual Dog is a very cute caring game. You want to have a dog and your parents won\'t allow? Come and try this game. You can experience how it feels to own a dog. You can design many fashion hairstyles for the dog. And even dye its hair. With our carefully selected outfits for the dog, you will certainly become the most trendy dog owner. What\'s even funner? Come and take your little dog to the exciting hurdle race track. After all the exercises, your little dog must be very tired. Help it take a shower to relax. Come to play our games to find out other interesting things! 97.89% of 40 players like the mobile game.', 'https://img.gamemonetize.com/dxbn539kdrmvr4l38o203d7yog6po0ev/512x384.jpg', 'https://html5.gamemonetize.com/dxbn539kdrmvr4l38o203d7yog6po0ev/', '0', 'Arcade', 0, 0, '', 'puppy-virtual-dog'), (12517, 'Sweet Girl Mia Dress Up', 'Sweet Girl Mia lives in the village. Her dog\'s name is Luna. They\'re going to the party of her girlfriend, Emma, ​​who lives in the city. She has to look like a city girl, not like a country girl. Let\'s dress it up.', 'https://img.gamemonetize.com/6t8hykfkn4tpq7fviv76z6llfjcu678e/512x384.jpg', 'https://html5.gamemonetize.com/6t8hykfkn4tpq7fviv76z6llfjcu678e/', '0', 'Girls', 0, 0, '', 'sweet-girl-mia-dress-up'), (12518, 'Farm Crush Match3 Game', 'Farm Crush - Match3 Game is a classic match3 puzzle game. Match 3 or more identical Fruits and remove all brown Tiles. Explore tons of crazy missions and try to unlock them all. Let\'s go', 'https://img.gamemonetize.com/i93cpu3dlrclzyqbl5lb0g4pgjaz2ig0/512x384.jpg', 'https://html5.gamemonetize.com/i93cpu3dlrclzyqbl5lb0g4pgjaz2ig0/', '0', 'Puzzles', 0, 0, '', 'farm-crush--match-game'), (12519, 'Assassins Creed Hidden Star', 'Assassin\'s Creed Valhalla : Hidden Star is a 2021 action role-playing video game developed by Ramser Turizm. ... The modern-day portion of the story is set in the 21st century and follows Layla Hassan, an Assassin who relives Eivor\'s memories so as to find a way to save the Earth from destruction.', 'https://img.gamemonetize.com/8raja1y0or8uiwpj2xtczc81c9zcgw7n/512x384.jpg', 'https://html5.gamemonetize.com/8raja1y0or8uiwpj2xtczc81c9zcgw7n/', '0', 'Adventure', 0, 0, '', 'assassins-creed-hidden-star'), (12520, 'Ninja Frog Adventures', 'Complete 3 levels with the ninja turtle and collect all the fruits! Try to reach the flag by collecting 3 kinds of fruits, good luck!', 'https://img.gamemonetize.com/hiqzak99d1ot0j2khuxnpxusi8go8wdg/512x384.jpg', 'https://html5.gamemonetize.com/hiqzak99d1ot0j2khuxnpxusi8go8wdg/', '0', 'Arcade', 0, 0, '', 'ninja-frog-adventures'), (12521, 'Donut Stack Game', 'Donut Stack is a free casual online game for boys in which you need to make and collect a variety of donuts, and serve food to customers. There are also many obstacles you need to avoid! The operation of the game is simple, Come join us and have fun with the game! Release your stress and have fun!', 'https://img.gamemonetize.com/k3bpp4kq8f882htzv8pqiwxl33qxft7f/512x384.jpg', 'https://html5.gamemonetize.com/k3bpp4kq8f882htzv8pqiwxl33qxft7f/', '0', 'Adventure', 0, 0, '', 'donut-stack-game'), (12522, 'LEGO CITY Memory Card Match ', 'Test your memory with this memory game. First select the difficulty level. The higher the number, the more cards are in the memo game. On the game board, there are always two identical images. Start the game by flipping a card. Then try to find another card that has the same image as the first. If you can\'t find a pair, the flipped cards will be flipped back with the face down. Try to remember these images as it becomes easier to find pairs the longer you play. When you find a pair they are removed from the board and when you find all the pairs in this memory, you have completed the level.', 'https://img.gamemonetize.com/muzilyddpggbhukc1usttadyv4dsejj7/512x384.jpg', 'https://html5.gamemonetize.com/muzilyddpggbhukc1usttadyv4dsejj7/', '0', 'Puzzles', 0, 0, '', 'lego-city-memory-card-match-'), (12523, 'The Princess and the Frog Memory Card Match', 'Test your memory with this memory game. First select the difficulty level. The higher the number, the more cards are in the memo game. On the game board, there are always two identical images. Start the game by flipping a card. Then try to find another card that has the same image as the first. If you can\'t find a pair, the flipped cards will be flipped back with the face down. Try to remember these images as it becomes easier to find pairs the longer you play. When you find a pair they are removed from the board and when you find all the pairs in this memory, you have completed the level.', 'https://img.gamemonetize.com/9bbrl9ow63rih71x5hie2lfb8j31okzm/512x384.jpg', 'https://html5.gamemonetize.com/9bbrl9ow63rih71x5hie2lfb8j31okzm/', '0', 'Puzzles', 0, 0, '', 'the-princess-and-the-frog-memory-card-match'), (12524, 'Tactical Squad Stickman', 'Even kindergarten graduates know what killers do. But the fact that this criminal activity also has its own clear specialization, someone may not even guess. This is often associated with a favorite weapon - someone prefers to use a sniper rifle, others prefer a pistol, explosives or melee weapons. In today\'s game, you will meet such a professional sniper. It is considered one of the best, so there are always orders. Would you like to see how everything happens and participate in several of his missions?', 'https://img.gamemonetize.com/3x78cxj7rteyfv6l4fo0m104tee36dtk/512x384.jpg', 'https://html5.gamemonetize.com/3x78cxj7rteyfv6l4fo0m104tee36dtk/', '0', 'Fighting', 0, 0, '', 'tactical-squad-stickman'), (12525, 'The Zombie Sniper', 'The Apocalypse is coming and everyone who has not yet turned into zombies is fleeing the city. You play the role of a sniper who must save the survivors from the dead who are trying to harm ordinary people.', 'https://img.gamemonetize.com/ogrecs1gz94cfsi3lv85cds902rjy4vv/512x384.jpg', 'https://html5.gamemonetize.com/ogrecs1gz94cfsi3lv85cds902rjy4vv/', '0', 'Clicker', 0, 0, '', 'the-zombie-sniper'), (12526, 'Liquid Oranges', 'To make cold juice you need orange. In this game Liquid Oranges you will be preparing it. Squeeze orange slice on the screen by click on the slice with the mouse and hold down the click and try to fill up the empty glass on the bottom of the screen. If you overflow the glass restart the level. Have fun.', 'https://img.gamemonetize.com/ytv04s2h0zjagpcn3dd1nh0hl42w8hnm/512x384.jpg', 'https://html5.gamemonetize.com/ytv04s2h0zjagpcn3dd1nh0hl42w8hnm/', '0', 'Puzzles', 0, 0, '', 'liquid-oranges'), (12527, 'Four Square II', 'Ever played tic-tac-toe? If you have, then four square comes with a little more challenging goal. Make a square out of four blocks of your color. Each square grants you a number of points. Watch out for the adversary though \'cause he will be trying to do the same thing. Place you squares strategically so that you both block your opponent and complete your square at the same time. Think quick, act quicker!', 'https://img.gamemonetize.com/dbtma4931h86csk8zdgumvqbvymb7t53/512x384.jpg', 'https://html5.gamemonetize.com/dbtma4931h86csk8zdgumvqbvymb7t53/', '0', 'Multiplayer', 0, 0, '', 'four-square-ii'), (12528, 'Color Circle Puzzle ', 'This game is very similar to tic tac toe, but the difference is that at this game you can play with more circles in one field. You can put more circles in one field with different sizes. The goal is to match the circle with the same color. You can match them in horizontal or vertical rows, or diagonal. At the bottom side of the table on the game screen, you will see which circle is coming next to play. So you can do combinations to earn more points. This is an addictive logical game and you can play this game until you have space on the board.', 'https://img.gamemonetize.com/2st1dfsj2u3q1kid7rp8n6kdy8uzos7r/512x384.jpg', 'https://html5.gamemonetize.com/2st1dfsj2u3q1kid7rp8n6kdy8uzos7r/', '0', 'Puzzles', 0, 0, '', 'color-circle-puzzle-'), (12529, 'Barbie Princess Dress Up', 'Barbie is a princess. She bought wonderful dresses, jewelry and shoes. It\'s trying them all. Can you help her make the best choice?', 'https://img.gamemonetize.com/o2k2zhzphkenkc09sjvxr5lwa4p1pkns/512x384.jpg', 'https://html5.gamemonetize.com/o2k2zhzphkenkc09sjvxr5lwa4p1pkns/', '0', 'Girls', 0, 0, '', 'barbie-princess-dress-up'), (12530, 'Elon Doge Space Race', 'Elon and his dog Doge on a mission to Mars. In this space race you have to complete all the levels by overcoming the obstacles. Also don\'t forget to collect all doge coins', 'https://img.gamemonetize.com/upec954ltz2a5ee282qlvpw3sn1fx5je/512x384.jpg', 'https://html5.gamemonetize.com/upec954ltz2a5ee282qlvpw3sn1fx5je/', '0', 'Racing', 0, 0, '', 'elon-doge-space-race'), (12531, 'Car Wash Workshop', 'Get ready for the smart car parking game and car wash game. Have you ever played the car washing game where digital workshop car garage setup you faced. Now there is no need to find a car wash for auto detailing in a smart garage because a mobile car wash game will teach you everything. Many car wash games you played before but in this car wash app, you will experience o-ring servicing, workshops, and car services like the service Mobil where you can get the wash and detail and garage cleaning service. Car detailing is a difficult task this car wash game will give you car care delivery. Also in this smart car wash service and mechanic simulator game, you will polish your car parking and smart car parking skills but this is not just a car parking game you can say it is a new parking modern car parking simulator & car wash game. Enjoy the smart city parking and luxury car parking game. Welcome to the car wash workshop service: New Car Driving Academy game where you will enter and learn advanced car parking games with real driving academy test you can say this game is based on a car wash car driving school. You have experienced driving games 2020, manual car driving games, and car driving games but you never tried this real car driving simulator 2021 become the car driver simulator expert after giving the driving test. In-car racing free games car detailing, car wash, car cleaning and garage cleaning services you will learn and apply. Learn car washing and car vacuum the mission of wash and detail gives you the experience of how to keep your car clean apply the car shampoo using the hand car wash method except to find the car services near me or workshop near me. In this car wash service garage: car driving school 2021 game you will also learn about the car mechanic work like tyre service, car service and painting through this car wash workshop garage: modern car parking free games you will be expert in car washing, auto detailing and modern car wash services. This game is for everyone but you can say this car service for kids game. Learn to drive and clean up your car you can polish your driving skills through this car wash service garage game where you will learn the car parking and car driving on highway, city and where you want take your car. After this game you will trained enough to get your car driving and parking license easily. Features of Car wash Service Station: Workshop Garage – driving & parking simulator: Flat tire repair shop & fixing puncture Offroad coach bus damage repair service in idle automobile workshop Drive luxury sports cars to petrol station Automobile car wash salon & waxing with wheel alignment services Add-up of car decal & stickers with spray painting in mechanic station Sports car cleaning & smart car wash games: special hand car wash. Learn car repairing in real car gearbox change: repair simulation. So be pro sports cars driver in “Car wash Service Station: Workshop Garageâ€', 'https://img.gamemonetize.com/mabi1maer5jm4dez4kudwz0vu2f2mce5/512x384.jpg', 'https://html5.gamemonetize.com/mabi1maer5jm4dez4kudwz0vu2f2mce5/', '0', 'Hypercasual', 0, 0, '', 'car-wash-workshop'), (12532, 'Huggy Escape Playtime', 'Poppy Horror Hide & Seek. Do you like playing a game that mixes both horror and folk elements? Let\'s play Poppy Huggy Hide \'N Seek! Enjoy new poppy game characters, squid dolls, among us in classic folk hide and seek game. Don\'t let the cuddly or squid dolls...get you and find out where you are. Play as a seeker or a hider and build your shelters from walls or desks, hide behind obstacles and most importantly push others into the seeker\'s line of sight to make the game more fun. Play poppy huggy hide and seek game, is an exciting adventure, full of fun.', 'https://img.gamemonetize.com/bf3xlezpovsjkm3eb86al02989a5zakf/512x384.jpg', 'https://html5.gamemonetize.com/bf3xlezpovsjkm3eb86al02989a5zakf/', '0', 'Arcade', 0, 0, '', 'huggy-escape-playtime'), (12533, 'Barbie make up time', 'Barbie girl is dating with her boyfriend Ken in the evening. It\'s makeup time. Let\'s help her to choose the dress and to make up. You can choose make-up and dress from the menus on the screen.', 'https://img.gamemonetize.com/ekaxaed81me6pe9mo5djjmqt1oht27wn/512x384.jpg', 'https://html5.gamemonetize.com/ekaxaed81me6pe9mo5djjmqt1oht27wn/', '0', 'Girls', 0, 0, '', 'barbie-make-up-time'), (12534, 'Pum Mole Whack a Mole', 'This is a fun game for you , your friends and your family! Your objective is to hit all the popping monsters to get points the more you can! Do you like "Whack A Mole"? then you will love this game too!', 'https://img.gamemonetize.com/6aqxz06hxosfk1ptg07ha3c0z8t2f8wn/512x384.jpg', 'https://html5.gamemonetize.com/6aqxz06hxosfk1ptg07ha3c0z8t2f8wn/', '0', 'Hypercasual', 0, 0, '', 'pum-mole-whack-a-mole'), (12535, 'Stella Beauty Fairy Dress Up', 'Beautiful princess fairy girl Stella is preparing for the party. Can you help her to put on the most beautiful dresses? Her little friend Bloom is also helping her. Choose the most beautiful outfits from the menus on the screen.', 'https://img.gamemonetize.com/hvgt1tnizsuharim5adbnhcy8ff0t5pu/512x384.jpg', 'https://html5.gamemonetize.com/hvgt1tnizsuharim5adbnhcy8ff0t5pu/', '0', 'Girls', 0, 0, '', 'stella-beauty-fairy-dress-up'), (12536, 'Ben 10 Alien Match', 'Ben 10 aliens fourarm diamondhead fireball and slapback matching game. Down the aliens falling from above to wherever you want by tapping right or left on the screen. You get points when you put at least 3 same in a row.', 'https://img.gamemonetize.com/rjwm2qv55u8h8h5hjs34gipad685wikx/512x384.jpg', 'https://html5.gamemonetize.com/rjwm2qv55u8h8h5hjs34gipad685wikx/', '0', 'Puzzles', 0, 0, '', 'ben--alien-match'), (12537, 'Subway Stack', 'Subway Stack Friend is a crazy jumping game. Just Tap or click to jump over stacks to get a high score. Be careful to not get hit by the stacks. Have fun', 'https://img.gamemonetize.com/5wfd6qxowhsjoyw7ouws5zxxn6ws87p5/512x384.jpg', 'https://html5.gamemonetize.com/5wfd6qxowhsjoyw7ouws5zxxn6ws87p5/', '0', 'Clicker', 0, 0, '', 'subway-stack'), (12538, 'Ben 10 Dress Up', 'Ben 10 is getting ready for a new adventure. Help to him for different image. Dress him up to change it. You can also choose your favorite alien from the aliens menu at the bottom left. Ben 10 aliens in the game heatblast, diamondhead, fourarms, upchuck, wildmutt, stinkfly.', 'https://img.gamemonetize.com/lgpxv6fci6fg4u3ohydv9udrtj3hpr3c/512x384.jpg', 'https://html5.gamemonetize.com/lgpxv6fci6fg4u3ohydv9udrtj3hpr3c/', '0', 'Clicker', 0, 0, '', 'ben--dress-up'), (12539, 'Collect and Drop Ball', 'Welcome to for drop and collect mobile in bouncing collect balls you need to drop cup ball inside the right vicinity to accumulate the most and unencumber the next assignment . in case you guys are lovers of soar and gather, don\'t pass over this. this bucket collect ball master sport is one of the best informal game within the market. with bucket you will gather all balls colorings without black ball master . the bucket on display screen will slide faster and quicker ball collect, its the maximum popular game in top offline sport you can play it with out wifi ball collect. no wifi required!', 'https://img.gamemonetize.com/wfipxwhansw6hw1b8yuywoy7fqbmxv9w/512x384.jpg', 'https://html5.gamemonetize.com/wfipxwhansw6hw1b8yuywoy7fqbmxv9w/', '0', 'Hypercasual', 0, 0, '', 'collect-and-drop-ball'), (12540, 'TikTok Coconut Princesses', 'Want to look like you\'re on tropical escape well after the hot season is over? Look no further than to the latest TikTok fashion trend that\'s taking over these days: coconut aesthetic.', 'https://img.gamemonetize.com/jsz56jal2sa85y8gnf5cd4szviiove60/512x384.jpg', 'https://html5.gamemonetize.com/jsz56jal2sa85y8gnf5cd4szviiove60/', '0', 'Girls', 0, 0, '', 'tiktok-coconut-princesses'), (12541, 'Tiktok Divas Shacket Fashion', 'We all know that a shacket is a crossover between a shirt and a jacket. It\'s shacket season! It looks extremely cool and can be worn whatever the season. Our influencers are always on the lookout for new fashion trends and don\'t hesitate to share every single one with their followers on social media.', 'https://img.gamemonetize.com/uujwcddhfrt292niowx62m5sj954jd19/512x384.jpg', 'https://html5.gamemonetize.com/uujwcddhfrt292niowx62m5sj954jd19/', '0', 'Girls', 0, 0, '', 'tiktok-divas-shacket-fashion'), (12542, 'Killer Escape Huggy', 'you are a murderer! And you have to kill all your teammates kill them all. Hunt down all your teammates and unleash the killer emotion inside the blue huggy. Only you can see the karambit in your hand, don\'t forget they\'re all dead secretly, hide, come out and kill the killer Huggy!', 'https://img.gamemonetize.com/sp6zobsmbplj8iscmmqalhe75q33gkaw/512x384.jpg', 'https://html5.gamemonetize.com/sp6zobsmbplj8iscmmqalhe75q33gkaw/', '0', 'Multiplayer', 0, 0, '', 'killer-escape-huggy'), (12543, 'Truck Racing', 'Truck Racing is a fun driving game where you have to take your cargo to the destination without dropping it.', 'https://img.gamemonetize.com/luugeg3oqe5w7so4ir8xs4da8omthpb7/512x384.jpg', 'https://html5.gamemonetize.com/luugeg3oqe5w7so4ir8xs4da8omthpb7/', '0', 'Racing', 0, 0, '', 'truck-racing'), (12544, 'Stick Shadow Fighter Legacy', 'Have fun with this entertaining new game called Stick Shadow Fighter Legacy enjoy an action game, adventure accompanies your favorite stickman and help him get as far as you can! Play it now at kiz10.com totally free and enjoy this and many other fighting games. A new mission begins where the little stickman needs your ability to fight and jump the obstacles of a dungeon full of dangerous objects and enemies that will not hesitate to eliminate you! Destroy the robots, dodge the fragile bricks, jump at the right time to avoid falling. The objective of the game is to go as far as you can to accumulate a better score and thus be able to go as far as possible by improving your fighting skills !! Unlock new avatars to evolve your character.', 'https://img.gamemonetize.com/z5xczcpconjvfj8o8i6lretlw1f36cob/512x384.jpg', 'https://html5.gamemonetize.com/z5xczcpconjvfj8o8i6lretlw1f36cob/', '0', 'Adventure', 0, 0, '', 'stick-shadow-fighter-legacy'), (12545, 'Makeup Artist Salon Recreating Tiktok Makeup', 'Why not become a makeup artist? Makeup with your style and pick your favorite match. There are many types of cosmetics that can be used here. It\'s very interesting. You can use foundation, eye makeup, lipstick, hairstyle, necklace, and earrings to dress up. Tons of different designs for you to discover, cloud, butterfly, rainbow, Christmas, and Halloween, everything in trend can be an inspiration for your style. Come and challenge your fashion skill now!', 'https://img.gamemonetize.com/xwy5hmunfzj6mmjoomqhmof1w0ra3ust/512x384.jpg', 'https://html5.gamemonetize.com/xwy5hmunfzj6mmjoomqhmof1w0ra3ust/', '0', 'Hypercasual', 0, 0, '', 'makeup-artist-salon--recreating-tiktok-makeup'), (12546, 'Elemental Blocks Collapse', 'Touch or click to collect elemental blocks of the same type that are horizontally or vertically connected to each other. If you collect a group of 2 or more you will get score. Enjoy a block collapse game with exciting powerups.', 'https://img.gamemonetize.com/1pogc4a4ge7qigtjuzzz3m63rrgpv37h/512x384.jpg', 'https://html5.gamemonetize.com/1pogc4a4ge7qigtjuzzz3m63rrgpv37h/', '0', 'Puzzles', 0, 0, '', 'elemental-blocks-collapse'), (12547, 'Catwalk Battle Dress Up', 'From charming and sexy clothes to fashion outfits and holiday costumes, all kinds of outfits are waiting for you in Catwalk Battle - Dress Up! Dress up the cute girl with your own creations and defeat your opponent! Each level has a different theme, such as Christmas, wedding, maid, skate park, etc. If you want to get high scores and gain levels, you need to choose clothes that not only look good, but also match a specific theme. In each level you can come across some of your favorite clothes and you really want to own them. You know what? You can collect them and put them in your collection closet! And you can go to the fitting room at any time to put on your clothing collection! GAME FEATURES----------------------------------------------------- -Stylish and adorable character model -Countless clothes of each type - Well-designed levels and varied themes (featured themes for the holiday season!) -Unique outfit collection and dressing room functionality -Intuitive controls and extremely smooth movements -Completely free! What are you waiting for?! Start the game now and dress up in your favorite Christmas outfit!', 'https://img.gamemonetize.com/hbpd26yki6jqvgva6xs11lsxxhjtvl4b/512x384.jpg', 'https://html5.gamemonetize.com/hbpd26yki6jqvgva6xs11lsxxhjtvl4b/', '0', 'Hypercasual', 0, 0, '', 'catwalk-battle--dress-up'), (12548, 'Tyran.io', 'Tyran.io is a battle royale game with dinosaurs. Be the last tyran alive! TIPS Picks up an egg to hatch a dinosaur. You can only ride on your own dinosaurs. Finds a card by destroying items to open private doors (A and B) You can find different levels of weapon : Common, Uncommon, Rare, Epic, Legendary, Mythic', 'https://img.gamemonetize.com/5ywmkl2fa0zk2zo8wxipew77gwqwm46o/512x384.jpg', 'https://html5.gamemonetize.com/5ywmkl2fa0zk2zo8wxipew77gwqwm46o/', '0', 'Shooting', 0, 0, '', 'tyranio'), (12549, 'Merge Dragons', 'Slide the screen to Control the character to eat low-level Creatures', 'https://img.gamemonetize.com/r85gwr5i23i5jpxa15s56pgfk9ngl8qn/512x384.jpg', 'https://html5.gamemonetize.com/r85gwr5i23i5jpxa15s56pgfk9ngl8qn/', '0', 'Adventure', 0, 0, '', 'merge-dragons'), (12550, 'Hawthorn string', 'Click on the screen and move the fruit on the sign to synthesize hawthorn', 'https://img.gamemonetize.com/t5fmxcicxbhlyjm82y1hv35991g28225/512x384.jpg', 'https://html5.gamemonetize.com/t5fmxcicxbhlyjm82y1hv35991g28225/', '0', 'Puzzles', 0, 0, '', 'hawthorn-string'), (12551, 'Drop Fruits', 'Recently, the super popular mini game "Synthetic Big Watermelon" has a refreshing feel. Players tap anywhere on the screen to place fruits. When two identical fruits meet together, they will be synthesized into higher-level fruits. Through continuous synthesis, they will eventually synthesize a big watermelon. If the fruit exceeds the boundary line at the top of the screen, the game ends.', 'https://img.gamemonetize.com/lud5uo6ebcpaqc5b37iusrh66ps39qy4/512x384.jpg', 'https://html5.gamemonetize.com/lud5uo6ebcpaqc5b37iusrh66ps39qy4/', '0', 'Puzzles', 0, 0, '', 'drop-fruits'), (12552, 'Baby Hazel Winter Dress Up', 'Baby Hazel enjoys playing in the snow with her dog. But the weather is very cold and it is snowing. She has to wear winter clothes. Can you help her get dressed? Choose the clothes you like and dress up her.', 'https://img.gamemonetize.com/dvzksjyy2ri50a34pqvdxvk9dd8qp67b/512x384.jpg', 'https://html5.gamemonetize.com/dvzksjyy2ri50a34pqvdxvk9dd8qp67b/', '0', 'Girls', 0, 0, '', 'baby-hazel-winter-dress-up'), (12553, 'Fashion Nail Salon Manicure Game', 'Just having beautiful clothes is not enough. Now every girl wants to have beautiful nails. In the game Fashion Nail Salon, their dreams can be realized. As a professional nail designer, you need to get creative and let your imagination go wild, design colorful and beautiful patterned nails for girls, show your talents, use your creativity, get an indulging manicure, give your hands the treatment it deserves and let it shine.', 'https://img.gamemonetize.com/zuoicrio7edgsjwal4bvwxtxahh968y9/512x384.jpg', 'https://html5.gamemonetize.com/zuoicrio7edgsjwal4bvwxtxahh968y9/', '0', 'Hypercasual', 0, 0, '', 'fashion-nail-salon--manicure-game'), (12554, 'Poppy playtime huggy among imposter', 'Poppy playtime huggy among imposter is a game of teamwork and betrayal ...in space and now there\'s the scary Poppy! POPPY vs AMONG US, all in one game! We add a MEAN Poppy Playtime Mod in Modded Among Us! Try The poppy playtime horror/puzzle game, Poppy Playtime chapter2 is an exciting adventure, full of fun. Do you like Horror Games? Huggy Wuggy Hide \'N Seek Imposter It\'s your game Join this Funny game and try to dont get caught you the impostor in among us Enjoy and learn how to win and escap from the Huggy wuggy monster! Poppy Playtime in Among Us is a test of wits anyone can enjoy. Join this Huggy Hide \'N Seek Imposter! Poppy among us it\'s playtime', 'https://img.gamemonetize.com/6ea74n0eyane6khitjykuivas4174h8b/512x384.jpg', 'https://html5.gamemonetize.com/6ea74n0eyane6khitjykuivas4174h8b/', '0', 'Hypercasual', 0, 0, '', 'poppy-playtime-huggy-among-imposter'), (12555, 'TikTok BFFs Style Swap', 'There is no style that a person cannot try on. It just takes courage, inspiration and... the right friends to help you adopt a new style. These young influencers have decided to do a clothing style swap. Cottagecore becomes gunge in a second and vice versa! Start the adventure by creating the most fashionable outfits for the four girls! Choose from the multitude of dresses, overtops and accessories the ones you think are suitable for an outfit that will shine in the eyes of others! Have fun and come back for the coolest girl games on the internet.', 'https://img.gamemonetize.com/3vrjvp7ysz6i7t32ha0e7nuq8v9n4gvd/512x384.jpg', 'https://html5.gamemonetize.com/3vrjvp7ysz6i7t32ha0e7nuq8v9n4gvd/', '0', 'Girls', 0, 0, '', 'tiktok-bffs-style-swap'), (12556, 'Squad Runner', 'Become the mob master and lead your people through the crowded city. Tasks are arranged in the form of small \'missions\' which SquadRun trains you to perform. Once you qualify, you get access to hundreds of missions. re you ready for new squad game? - Run at green light - Stop at red light - Win or die! - The doll can detect the players! - If you are doing mistake you will eliminate. - Run and stop challenge like squid Game that you can win points!', 'https://img.gamemonetize.com/glt6tue0pfmamxi9fled5cif8vb6az1v/512x384.jpg', 'https://html5.gamemonetize.com/glt6tue0pfmamxi9fled5cif8vb6az1v/', '0', 'Hypercasual', 0, 0, '', 'squad-runner'), (12557, 'Makeup TikTok Tips', 'The summer heat can greatly influence your daily makeup. High temperatures require certain cosmetics, a certain foundation, lipstick, or moisturizer. These princesses are here to share with us and the rest of our social media followers the most important tips on perfect summer makeup!', 'https://img.gamemonetize.com/vnsln1klyrfuihjsspr9wvtk3l5zhir3/512x384.jpg', 'https://html5.gamemonetize.com/vnsln1klyrfuihjsspr9wvtk3l5zhir3/', '0', 'Girls', 0, 0, '', 'makeup-tiktok-tips'), (12558, 'Winx Puzzle', 'This jigsaw puzzle with the most beautiful pictures of fairy girls bloom, flora stella, tecna is a lot of fun. When you finish the first puzzle, the other locked picture is unlocked', 'https://img.gamemonetize.com/kyvxyv1omldiypi0nplugvq2yxex4b9s/512x384.jpg', 'https://html5.gamemonetize.com/kyvxyv1omldiypi0nplugvq2yxex4b9s/', '0', 'Puzzles', 0, 0, '', 'winx-puzzle'), (12559, 'Bloom Sky Adventure', 'Sky fairy bloom is flying among clouds for challenging mission. There are lightning clouds and evil witches in the sky. She has to finish his mission by jumping over these obstacles. Collect hearts, make high score', 'https://img.gamemonetize.com/a3dn05ksqkimwvi5o5ay8t3wrr2lg9j6/512x384.jpg', 'https://html5.gamemonetize.com/a3dn05ksqkimwvi5o5ay8t3wrr2lg9j6/', '0', 'Girls', 0, 0, '', 'bloom-sky-adventure'), (12560, 'Soldier Way 2', 'Soldier way is a great platform game. Control soldier in the jungle collect diamonds and medals, unlock the door and finished the levels. 6 levels, 4 differents enemies, use arrows for move, space for shoot or touch controlers for mobile devices. Enjoy!', 'https://img.gamemonetize.com/3sev6hzn8kgoz150hkmi1grp13es6jf9/512x384.jpg', 'https://html5.gamemonetize.com/3sev6hzn8kgoz150hkmi1grp13es6jf9/', '0', 'Shooting', 0, 0, '', 'soldier-way-'), (12561, 'Modern War Choppers Shooter', 'Comanche, Havoc, Apache, Black Hawk, Sabre. Gather choppers in your hangar and pilot any fighter copter in variety of online and offline game modes.', 'https://img.gamemonetize.com/shom4mkjbfta9u3kdo3069a8j15zg8c1/512x384.jpg', 'https://html5.gamemonetize.com/shom4mkjbfta9u3kdo3069a8j15zg8c1/', '0', 'Shooting', 0, 0, '', 'modern-war-choppers-shooter'), (12562, 'Balloon Shooting', 'Try to hit the balloons. Good Luck www.durmangames.com', 'https://img.gamemonetize.com/3lstt7heaoaedtm4xkqmk0wxdu1dxiot/512x384.jpg', 'https://html5.gamemonetize.com/3lstt7heaoaedtm4xkqmk0wxdu1dxiot/', '0', 'Shooting', 0, 0, '', 'balloon-shooting'), (12563, 'Shopping Mall Girl Style Game', 'Tons of real-life fashion mall activities! Dress up in fabulous new dresses & accessories with your very own personal shopper! Compete in style contests & vote for your favorite look! Strut the catwalk like a model! Dress up games are oh so fun!', 'https://img.gamemonetize.com/oaudfattrg1knmev92xpedcazcwng6he/512x384.jpg', 'https://html5.gamemonetize.com/oaudfattrg1knmev92xpedcazcwng6he/', '0', 'Girls', 0, 0, '', 'shopping-mall-girl-style-game'), (12564, 'Balloons', 'Touch and pop all the Balloons that fall off the screen, but you wait that this Balloons start blinking frantically; Be careful don\'t touch the bombs they are explosive and will put a swift end your adventure.', 'https://img.gamemonetize.com/0ddtg4gmm4wvau7umb7zykm4n8d2qtsd/512x384.jpg', 'https://html5.gamemonetize.com/0ddtg4gmm4wvau7umb7zykm4n8d2qtsd/', '0', 'Sports', 0, 0, '', 'balloons'), (12565, 'Circus Pop Balloons', 'The Circus is in town and it\'s time to play! Come one come all and try your hand at several fun exciting circus games, all of which center around everyone favorite carnival treat Circus Balloons!! Bounce Pop and shimmy in 4 current game modes!', 'https://img.gamemonetize.com/b11g21zwdc9cu2oo5555qkauqrk2jmg4/512x384.jpg', 'https://html5.gamemonetize.com/b11g21zwdc9cu2oo5555qkauqrk2jmg4/', '0', 'Hypercasual', 0, 0, '', 'circus-pop-balloons'), (12566, 'Stick Warrior Action', 'Do you like epic fights with plenty of STICKMEN ? If so you\'ll love STICK WARRIOR, a crazy and fun fighting game with tons of warriors to beat and blast !!! This game has a super simple gameplay, as you just need to tap on the left side or the right side, at the exact and perfect moment to hit opponents coming from both side of the screen, and get a top score, until your death... You think you can beat the death ?', 'https://img.gamemonetize.com/ym7mvqlhelbtrhruvgwb1xb27mvwyfws/512x384.jpg', 'https://html5.gamemonetize.com/ym7mvqlhelbtrhruvgwb1xb27mvwyfws/', '0', 'Adventure', 0, 0, '', 'stick-warrior--action'), (12567, 'TikTok Whats My Style', 'Define your fashion style with a fun game! It\'s time to spin the wheel, which will decide for you which style to explore. These princesses are ready to do the same. Each girl will spin the wheel and dress up according to the style they get! What\'s going to be Rebel, Girly, E-girl, Geeky, Artsy, VSCO, or Preppy! There are seven princesses and seven styles, so you get to try them all! Find the trendiest dresses, loveliest skirts, edgiest jeans and tops and most cools jackets to combine and make these princesses rock their style!', 'https://img.gamemonetize.com/yuhrzqw406q6osil5ehd1j4kjn0l2t8l/512x384.jpg', 'https://html5.gamemonetize.com/yuhrzqw406q6osil5ehd1j4kjn0l2t8l/', '0', 'Girls', 0, 0, '', 'tiktok-whats-my-style'), (12568, 'Ben 10 Cannonbolt Omnitrix', 'Ben 10 is trapped inside the Omnitrix. Hit the omnitrix by shooting with Cannonbolt save Ben 10.', 'https://img.gamemonetize.com/hu9kfe0vbq8qdrsnhejs1xqc6jyunqy9/512x384.jpg', 'https://html5.gamemonetize.com/hu9kfe0vbq8qdrsnhejs1xqc6jyunqy9/', '0', 'Shooting', 0, 0, '', 'ben--cannonbolt-omnitrix'), (12569, 'Girls Pre Spring Getup', 'Let\'s help our princess to get ready for the spring seasons. Oh no... We have some more days to go to get the spring seasons. So, Let\'s check the pre spring outfits and collection of our beautiful girls Mia, Emma and Ava. Come and join, have great fun!', 'https://img.gamemonetize.com/ngymp4675ajsc1psq5dsemsxh04qoqf6/512x384.jpg', 'https://html5.gamemonetize.com/ngymp4675ajsc1psq5dsemsxh04qoqf6/', '0', 'Girls', 0, 0, '', 'girls-pre-spring-getup'), (12570, 'Balibu', 'Simple minimalist game. Keep the bird run and jump through the stick while destroy the flying spikes before they touch the egg.', 'https://img.gamemonetize.com/9c2ohsdrckgtb1836viua8trvljgq2lx/512x384.jpg', 'https://html5.gamemonetize.com/9c2ohsdrckgtb1836viua8trvljgq2lx/', '0', 'Arcade', 0, 0, '', 'balibu'), (12571, 'BFF Occasional Outfits', 'Our pretty girls Mia, Emma and Ava are waiting for the best outfits for today\'s party. They likes to wear occasional but bit casual outfits and suitable accessories, This is the right time to help our girls to be more fashionable for today\'s party. Have a great fun!', 'https://img.gamemonetize.com/yjyrg2i55ws4l2xlyulfatfynghofdwe/512x384.jpg', 'https://html5.gamemonetize.com/yjyrg2i55ws4l2xlyulfatfynghofdwe/', '0', 'Girls', 0, 0, '', 'bff-occasional-outfits'), (12572, 'Emma Physical Examination', 'Let\'s make our princess comfortable when she gets the eye and ear checkup. She needs complete ear wash cleaning and eye checkup. After the perfect physical checkup, she likes to have the nice hairstyle and cute dressup. Have a great game.', 'https://img.gamemonetize.com/5gffqwlksnqrfwxg1nytnhvbq8eowzt6/512x384.jpg', 'https://html5.gamemonetize.com/5gffqwlksnqrfwxg1nytnhvbq8eowzt6/', '0', 'Girls', 0, 0, '', 'emma-physical-examination'), (12573, 'Squid Game Gold match3', 'Sharpen your memory with Squid Game: Match Up, a free online game that center around matching up identical pictures Squid Game: MATCH UP! GAME · PLAY ONLINE FOR FR.', 'https://img.gamemonetize.com/aje70a5l5oq14orj9i6ftawf11qhiyg9/512x384.jpg', 'https://html5.gamemonetize.com/aje70a5l5oq14orj9i6ftawf11qhiyg9/', '0', 'Puzzles', 0, 0, '', 'squid-game-gold-match'), (12574, 'G2M Tree Land Escape', 'Tree Land Escape is a point and click game developed by 8B Games/Games2Mad. Imagine that you had been to a village, On there you had trapped. Here is the interesting puzzles and hidden objects to find and get escape from the village. Good luck.. Have fun!', 'https://img.gamemonetize.com/o6pyes4ds400pj2rygya745r529tghxa/512x384.jpg', 'https://html5.gamemonetize.com/o6pyes4ds400pj2rygya745r529tghxa/', '0', 'Puzzles', 0, 0, '', 'gm-tree-land-escape'), (12575, 'Toll Gate Escape', 'Toll Gate Escape is a point and click game developed by 8B Games/Games2mad. Imagine that you are on the way to school; there you got trapped on the Toll Gate. Here are the interesting puzzles and hidden objects to find and get escape from the Toll Gate. Good luck... Have fun!', 'https://img.gamemonetize.com/cshgpz8urngen8g5p2z0r4f2s7j0fm5u/512x384.jpg', 'https://html5.gamemonetize.com/cshgpz8urngen8g5p2z0r4f2s7j0fm5u/', '0', 'Puzzles', 0, 0, '', 'toll-gate-escape'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (12576, 'Squid Gun Fest', 'Gun Fest legend is here with a brand new Squid Game theme. Duplicate their weapons by doing the math and destroy the Squid Game employees. As the boss character, the Squid Game baby character will sometimes appear and you will need as many weapons as possible to destroy him. When it reaches the final line, stop and destroy the truck trying to escape from the island. If you want to have 6 different weapons, you must accumulate the points you earn at the end of each level. Have fun!', 'https://img.gamemonetize.com/wp52j3apqtbh0la46gkmveotgh6exzgk/512x384.jpg', 'https://html5.gamemonetize.com/wp52j3apqtbh0la46gkmveotgh6exzgk/', '0', 'Shooting', 0, 0, '', 'squid-gun-fest'), (12577, 'Push Tiny Ball', 'Physics based puzzle game. Rotate the screen to get the ball to the exit. Don\'t touch the spike and don\'t fall down. Test your skills with 15 unique levels.', 'https://img.gamemonetize.com/f6zdjqv1pq2a1g8fzeltzoteenueips3/512x384.jpg', 'https://html5.gamemonetize.com/f6zdjqv1pq2a1g8fzeltzoteenueips3/', '0', 'Puzzles', 0, 0, '', 'push-tiny-ball'), (12578, 'Cut Grass Cut', 'Think of yourself as a wheel-shaped shear that wants to mow the lawn. Cut all the grass and you have a short time to cut the grass without forgetting all the levels are late. Enjoy cutting the grass with 30 different levels. Cutting grass is never going to be fun.', 'https://img.gamemonetize.com/z8s3pfkgt8m387eyq2xp7xucfmwamc46/512x384.jpg', 'https://html5.gamemonetize.com/z8s3pfkgt8m387eyq2xp7xucfmwamc46/', '0', 'Arcade', 0, 0, '', 'cut-grass-cut'), (12579, 'Fairies Heart Style', 'Valentine\'s Day is coming! Two BFF’s decided to have a festive challenge and dress up as cupid fairies. Join the girls and help them choose light, airy outfits, luxurious fabulous dresses, heart-themed accessories, incredible hairstyles and charming makeup. A wide variety of cosmetics and outfits will not leave anyone indifferent.', 'https://img.gamemonetize.com/iphuxv0panwewpgzxwf08zp8ohh21c6r/512x384.jpg', 'https://html5.gamemonetize.com/iphuxv0panwewpgzxwf08zp8ohh21c6r/', '0', 'Girls', 0, 0, '', 'fairies-heart-style'), (12580, 'Tiktok Musical Fest ', 'Welcome to the Tiktok Musical Fest. Rainbow Girls Skyler and Sunny planned to participate in the TikTok musical fest along with their friends Ruby and Violet. Join and help the girls with preparation. Pick a suitable costume and outfit for the music fest. Don’t forget to choose the best musical instrument. Join and have fun!', 'https://img.gamemonetize.com/r36gnv4oakem6wxji1t9nke22lig14kd/512x384.jpg', 'https://html5.gamemonetize.com/r36gnv4oakem6wxji1t9nke22lig14kd/', '0', 'Girls', 0, 0, '', 'tiktok-musical-fest-'), (12581, 'Save The Kingdom', 'There are some creatures that you need to protect the kingdom in Save The Kingdom, which is a legendary castle defense game. Defend your kingdom from wizards, ghosts, demons and many more monsters. Upgrade your 4 general skills and your castles so you can defend your kingdom. To become invincible, save money and destroy monsters by making all the upgrades. Continue the game without interruption with 50 different levels. Build new castles and become invincible with the points you earn every time you destroy a monster! Have fun.', 'https://img.gamemonetize.com/w7qxjbxcor7rl8zmerve6jm4rjan4tuc/512x384.jpg', 'https://html5.gamemonetize.com/w7qxjbxcor7rl8zmerve6jm4rjan4tuc/', '0', 'Adventure', 0, 0, '', 'save-the-kingdom'), (12582, 'Formula 1 Driver', 'Formula 1 Driver is an awesome formula racing game where you customize a car and control it to reach first place! Compete against AI cars and finish 30 levels for amazing fun!', 'https://img.gamemonetize.com/iemskzxzm36e2ceoi982zswbzzmd8k0e/512x384.jpg', 'https://html5.gamemonetize.com/iemskzxzm36e2ceoi982zswbzzmd8k0e/', '0', 'Racing', 0, 0, '', 'formula--driver'), (12583, 'Impostor Assassin', 'Get ready for an action-packed adventure in Impostor Assassin. With the assassin spy on the spaceship, destroy them all without getting caught by the other spies. To unlock 6 different Impostor characters, you must keep the points you will get from the levels. Play +100 different levels without interruption and become the best assassin! You can also win surprise prizes in the game. Come on now, draw your sword and start the assassination!', 'https://img.gamemonetize.com/jc7uau3fqgl7j737vzniwfwe6znnu806/512x384.jpg', 'https://html5.gamemonetize.com/jc7uau3fqgl7j737vzniwfwe6znnu806/', '0', 'Hypercasual', 0, 0, '', 'impostor-assassin'), (12584, 'Limax.io', 'Limax.io is a funny io game where you need to grow fatter and fatter. Kill others and eat them to grow into the fattest limax ever! You start as a small slug, and you must eat food orbs that appear around you. The more you eat, the bigger you get and the faster you dash. To kill another player, you must speed up and make them fall into the trail you leave behind. Your ultimate goal is to reach the top of the leaderboard.', 'https://img.gamemonetize.com/i9lq1r1u79sem1xqbcfe3wb9wx47p4go/512x384.jpg', 'https://html5.gamemonetize.com/i9lq1r1u79sem1xqbcfe3wb9wx47p4go/', '0', 'Hypercasual', 0, 0, '', 'limaxio'), (12585, 'Lazy Orcs Arena', 'The game combines several genres, such as strategy, clicker and arena battles. You have to develop your character and fight various monsters in the arena.', 'https://img.gamemonetize.com/9r8ebul01w449fcwswyhdiqf78ye8rgv/512x384.jpg', 'https://html5.gamemonetize.com/9r8ebul01w449fcwswyhdiqf78ye8rgv/', '0', 'Clicker', 0, 0, '', 'lazy-orcs-arena'), (12586, 'Just Idle', 'Join millions of other players around the world and start your adventure fighting the hordes of monsters, defeating powerful bosses. Features: * Idle system If you don’t have time to be online, don’t worry, the offline system will not leave you without rewards * Hero roles: - Warrior - Paladin - Wizard - Archer - Assassin * Boss fight Each stage will be ended with boss fight which will allow player to get more rewards * Inventory system All equipments can be improved by upgrading its level or synthesising to higher quality. No equipments in shop, everything can be obtained from monsters and bosses. * Stats system You can decide if your hero will be heavy and impenetrable or light and dodgy. * Roulette. Spin the wheel and test you luck! * Soul. Do you know that everything has a soul? Even your game character have it! Enhance it and evolve to get more bonus stats! * Pvp. Play duel matches against other players all over the world!', 'https://img.gamemonetize.com/x0uft4hugmcqgbrlk91xfbp69zzp51wl/512x384.jpg', 'https://html5.gamemonetize.com/x0uft4hugmcqgbrlk91xfbp69zzp51wl/', '0', 'Multiplayer', 0, 0, '', 'just-idle'), (12587, 'gatdamn.io', 'Gatdamn.io is an io-multiplayer game to fight and rise to the top of the leaderboard! Select a loadout(assault/shotguns/machine) and one of the 9 unique sprites to play as! Join the world and rise to glory! You can also play a private game with your friends! Just make a room with a unique name and ask your friends to join there too! Join the discord server now! : https://discord.com/invite/4zCttaPZBe How to Play? Please select your loadout : Assault , Shotguns , Machine. Under each loadout you get 3 unique sprites to play as! Click on play , and you will be spawned in a public server. (to play with friends please check the play with friends box) Shoot and take down as many players as you can! When a player dies , you can take their gun too! Always try to take a floating gun as it gives you a health boost! When you jump on a ladder , you are propelled up. You can jump from any height without taking any damage. The game is filled with some easter eggs :) For any feedback , you can contact the developer - abhishek.sensharma.2013@gmail.com , or try any of the social links at the login screen (top right corner). I would love to hear from you!', 'https://img.gamemonetize.com/rvn2mmmm4rq7j8rrhevwxes5z91ss05t/512x384.jpg', 'https://html5.gamemonetize.com/rvn2mmmm4rq7j8rrhevwxes5z91ss05t/', '0', 'Multiplayer', 0, 0, '', 'gatdamnio'), (12588, 'Ninja Jump Master no', 'Tap, tap, tap ... jump, jump, jump. Jump from one tree to the other, defeat enemies in your way. Climb as high as you can while avoiding squirrels, birds, snakes, monkeys and more impediments. Hit three same consecutive enemies to get a bonus power-up skill. Grab shields for protection. GAME FEATURES â— Amazing power-up skills! â— More enemies and impediments â— Endless ninja >> Play now! It\'s FREE forever!', 'https://img.gamemonetize.com/skmlv5bk17zgdg6hrn9uvehqh97p62ha/512x384.jpg', 'https://html5.gamemonetize.com/skmlv5bk17zgdg6hrn9uvehqh97p62ha/', '0', 'Hypercasual', 0, 0, '', 'ninja-jump-master-no'), (12589, 'Toy Crush', 'Toy Crush will lead you to a world of juicy blocks. Start your puzzle adventure by blasting the same color cube toys. Tap the same Cube Toys to blast them and complete your mission. Explore tons of challenging levels and finish them all. Use Boosters to help you with hard levels. Good luck', 'https://img.gamemonetize.com/js7rcaz5ijbjnd62tycewgvc17a8v2at/512x384.jpg', 'https://html5.gamemonetize.com/js7rcaz5ijbjnd62tycewgvc17a8v2at/', '0', 'Puzzles', 0, 0, '', 'toy-crush'), (12590, 'Virus Crasher', 'Virus Crasher is a fun game! Help the monster survive, destroy various mutated viruses using the tap or slash method, score your highest score, enjoy the game!', 'https://img.gamemonetize.com/5bkqmqp395bq06ba4xq2kna017iei8nr/512x384.jpg', 'https://html5.gamemonetize.com/5bkqmqp395bq06ba4xq2kna017iei8nr/', '0', 'Hypercasual', 0, 0, '', 'virus-crasher'), (12591, 'Iron Man The Marvel Hero', 'Iron Man is one of the most famous superheroes in history, and now you can have this powerful armor for yourself! The Marvel Hero Game will turn any kid into an instant action hero.', 'https://img.gamemonetize.com/84d7u97dbk4n7p0he9i6fr6abo64eczb/512x384.jpg', 'https://html5.gamemonetize.com/84d7u97dbk4n7p0he9i6fr6abo64eczb/', '0', 'Arcade', 0, 0, '', 'iron-man-the-marvel-hero'), (12592, 'Spider Man Save Babys', 'Babies have escaped from the preschool. They\'re crawling on the dangerous street. When the hero spider-man sees this, he immediately starts to save the babies by throwing his web. Save all the babies without touching the bomb. Make the highest score', 'https://img.gamemonetize.com/t8f47uw0ms71jbht6m9nsy179ub128x0/512x384.jpg', 'https://html5.gamemonetize.com/t8f47uw0ms71jbht6m9nsy179ub128x0/', '0', 'Boys', 0, 0, '', 'spider-man-save-babys'), (12593, 'Elements Connect Puzzle', 'Elements Connect Puzzle is a match3 puzzle linking game Just slide to connect similar elements to collect the right ones to complete the level. Explore tons of challenging missions and try to complete them all. Good luck', 'https://img.gamemonetize.com/eomydbyame42chm1hr3xd4t5dg9akntq/512x384.jpg', 'https://html5.gamemonetize.com/eomydbyame42chm1hr3xd4t5dg9akntq/', '0', 'Puzzles', 0, 0, '', 'elements-connect-puzzle'), (12594, 'Marvel Spider Man 2022', 'Spider-Man Fight 2021 is an epic open world third person super hero gangster fighting game with everything you want & all features you can ask for. Spider-Man is a superhero appearing in American comic books published by Marvel Comics. This game will give you a super experience. Enjoy a cool online spider man game. Over the years, it\'s become a popular character for all youth. Your Vice City is under attack by Dangerous Dragons and angry robots are the superhero the world wants and save the city using your Spider-Man senses and real super hero super powers. Follow, chase and kill the crazy dragons by using your rope hero rope throwing, climbing and swinging super power. Climb tall buildings and fight the angry dragons to save your city. Transform your spider man Fight into a cool dragon and fight the enemy dragons in air by flying towards the enemy and using the fire spit power of your dragon hero but beware of enemy dragon’s fire attacks. New Spiderman game is easy to play. Marvel\'s Spiderman has better quality graphics. Spider man game ps4 has levels up. Playing Spiderman online is challenging. Cool spider man games are exciting.', 'https://img.gamemonetize.com/mw9tl9awr3zzegc9ddwf9x35ix5q8nfg/512x384.jpg', 'https://html5.gamemonetize.com/mw9tl9awr3zzegc9ddwf9x35ix5q8nfg/', '0', 'Adventure', 0, 0, '', 'marvel-spider-man-'), (12595, 'Catwalk Battle', 'Modeling seems to be a very simple profession, but in real life, models must be trained for a long time to walk. Models not only need to show beautiful clothes but also need to have elegant steps. This is not an easy task. In Catwalk Beauty Online, you need to play as a professional fashion model, showing an elegant posture and new clothes on the runway. Can you choose the model\'s clothes correctly? Work hard to become a qualified fashion model!', 'https://img.gamemonetize.com/cxincppvdee0jqpb6mvztwbz1a63kf3a/512x384.jpg', 'https://html5.gamemonetize.com/cxincppvdee0jqpb6mvztwbz1a63kf3a/', '0', 'Girls', 0, 0, '', 'catwalk-battle'), (12596, 'Shisensho', 'Shisen-sho is a mahjong puzzle game to remove all mahjong tiles according to rules. It is a simple game but addictive!', 'https://img.gamemonetize.com/7m6ti2s1xtp8pxe4t7c3qsvx124b569w/512x384.jpg', 'https://html5.gamemonetize.com/7m6ti2s1xtp8pxe4t7c3qsvx124b569w/', '0', 'Puzzles', 0, 0, '', 'shisensho'), (12597, 'Super Race 2022', 'Super Race 2022 is a racing HTML5game. In this game you can control super car Bugatti. On four different levels you can check your driving skills. Check out more games: https://www.friv.ee', 'https://img.gamemonetize.com/xc1os371lcttuwjvtkmlqrtdabrsfx79/512x384.jpg', 'https://html5.gamemonetize.com/xc1os371lcttuwjvtkmlqrtdabrsfx79/', '0', 'Racing', 0, 0, '', 'super-race-'), (12598, 'Banana Joe Triple Jump', 'Avoid the dangerous obstacles or your character will explode and the game will be over! Key Features: - Insanely simple and addictive game - Endless gameplay that never gets old - Beat your high scores How to play: Playing Colorful Triple Jump is simple. 1) Just tap the screen and make up to three jumps before touching the ground again. 2) Avoid the dangerous obstacles or your character will explode and the game will be over! How far can you go? ;)', 'https://img.gamemonetize.com/jb2yb5bf8l4y8z9kos3gwbxvvlomfcyf/512x384.jpg', 'https://html5.gamemonetize.com/jb2yb5bf8l4y8z9kos3gwbxvvlomfcyf/', '0', 'Hypercasual', 0, 0, '', 'banana-joe-triple-jump'), (12599, 'Naruto Memory Card Match', 'Test your memory with this memory game. First select the difficulty level. The higher the number, the more cards are in the memo game. On the game board, there are always two identical images. Start the game by flipping a card. Then try to find another card that has the same image as the first. If you can\'t find a pair, the flipped cards will be flipped back with the face down. Try to remember these images as it becomes easier to find pairs the longer you play. When you find a pair they are removed from the board and when you find all the pairs in this memory, you have completed the level.', 'https://img.gamemonetize.com/kidezrho5oa9vqcywbzqhzwdq8hegsmw/512x384.jpg', 'https://html5.gamemonetize.com/kidezrho5oa9vqcywbzqhzwdq8hegsmw/', '0', 'Puzzles', 0, 0, '', 'naruto-memory-card-match'), (12600, 'Squid Sniper Challenge Game', 'Aim, shoot, and repeat. Take down all failed players as ordered in 456 Sniper Challenge! Instead of being one of the 456 players in the survival game, now you switch role and become the executer. Absolute concentration, quick reflex, and sharp shooting skills are needed to accomplish your mission.', 'https://img.gamemonetize.com/8zatlrc3zpf7anlnwy4jxe4rdfv4qa93/512x384.jpg', 'https://html5.gamemonetize.com/8zatlrc3zpf7anlnwy4jxe4rdfv4qa93/', '0', 'Shooting', 0, 0, '', 'squid-sniper-challenge-game'), (12601, 'Sprint Runner', 'Although the 100-meter race is a very serious sport, can you imagine the funny pace and amazing speed? In the Sprint Runners game, you can use the arrow keys to control the characters in a funny race. Whether you win or lose, happiness is the most important thing. If you can master the method of maintaining balance, you may be the first in the game, are you ready? Come and try how many meters you can run at most!', 'https://img.gamemonetize.com/bk6n7yc3ccog2vsjb7mese1sw9bfnt23/512x384.jpg', 'https://html5.gamemonetize.com/bk6n7yc3ccog2vsjb7mese1sw9bfnt23/', '0', 'Racing', 0, 0, '', 'sprint-runner'), (12602, 'Horseshoeing', 'Play Horseshoeing and be the owner of a Horse stable in this game, and it\'s your job to make your equine companions feel good and active. Horse Shoeing gamifies barn life by featuring a vast amount of mini-games where you clean and shoe your horses\' hoofs, brush their hair, take them on rides, play with them, and much more!', 'https://img.gamemonetize.com/i3lcea3wd046e56906inw4gbk2voxz9s/512x384.jpg', 'https://html5.gamemonetize.com/i3lcea3wd046e56906inw4gbk2voxz9s/', '0', 'Hypercasual', 0, 0, '', 'horseshoeing'), (12603, 'High Pizza', 'Serve your guests with delicious pizza! High Pizza is a fun casual game with addictive gameplay and 3D art style. You need to serve delicious pizzas to your guests, don\'t make them wait in a hurry! But the back kitchen is really messy! You need to be careful not to touch those broken pizzas and obstacles! Come on chef!', 'https://img.gamemonetize.com/74vaw4xscjq8pwxq8jntyrmgqya3a2qz/512x384.jpg', 'https://html5.gamemonetize.com/74vaw4xscjq8pwxq8jntyrmgqya3a2qz/', '0', 'Arcade', 0, 0, '', 'high-pizza'), (12604, 'Ethereal TikTok Princesses', 'Simplicity has always been the right choice when it comes to the fashion world. A true influencer doesn\'t need flashy colours to stand out. Ethernal aesthetic is the definition of simplicity and good taste. Start playing this girl game and you\'ll discover a multitude of simple yet extremely attractive outfits. The four princesses need your help to surprise their social network followers so enjoy this wonderful dress-up game as soon as possible.', 'https://img.gamemonetize.com/c3o0ug107u9eq9gn5boq0kpdc3yuxgok/512x384.jpg', 'https://html5.gamemonetize.com/c3o0ug107u9eq9gn5boq0kpdc3yuxgok/', '0', 'Girls', 0, 0, '', 'ethereal-tiktok-princesses'), (12605, 'TikTok Princesses Back To Basics', 'Are you ready girls to get back to basics? While fashion trends come and go, there are some wardrobe tips and tricks that\'ll last for decades. It\'s all about the basics, the kind that will help you bring your outfits together from start to finish without having to spend a single second worrying about what to wear.', 'https://img.gamemonetize.com/7by244jlg2clwnrarzh9ry09iqj8qqo1/512x384.jpg', 'https://html5.gamemonetize.com/7by244jlg2clwnrarzh9ry09iqj8qqo1/', '0', 'Girls', 0, 0, '', 'tiktok-princesses-back-to-basics'), (12606, 'Jake vs Pirate Adventures', 'A young sailor finds a hidden treasure on a remote island and decides to take it to his ship. Yet as he soon find\'s out the treasure belonged to a an evil Pirate that got the word about his actions and now hunts him down threatening and shooting bullets all over the place. Beside having to deal with the Pirate the young boy also needs to protect himself against all sort of other villains and deadly traps. So if you are up to the challenge hit the start the button and let the adventure begin', 'https://img.gamemonetize.com/j74vmnv9yyrgsmu0f65ugs1kzinim1lu/512x384.jpg', 'https://html5.gamemonetize.com/j74vmnv9yyrgsmu0f65ugs1kzinim1lu/', '0', 'Hypercasual', 0, 0, '', 'jake-vs-pirate-adventures'), (12607, 'Stars Brawl Guys.io', '"BrawlGuys.io"! Now you will find yourself in a battle arena in the style of Brawl Stars and will fight not for life, but for death. The player will have two characters to choose from - a boy and a girl. Make your choice and join the battle!', 'https://img.gamemonetize.com/v9glyx0pfyux5twsxbscg7ulvfr4llue/512x384.jpg', 'https://html5.gamemonetize.com/v9glyx0pfyux5twsxbscg7ulvfr4llue/', '0', 'Hypercasual', 0, 0, '', 'stars-brawl-guysio'), (12608, 'LOL Funny Game', 'LOL Funny Game is super fun online game for kids that you can play for free on PC and mobile. No download needed to play! In LOL Funny Game you just need to make a funny face of our lovely celebrities. Drag the yellow dots to change the face. Have fun playing!', 'https://img.gamemonetize.com/2egds6ijgf9rnkpd8ghdf0re9twiln6k/512x384.jpg', 'https://html5.gamemonetize.com/2egds6ijgf9rnkpd8ghdf0re9twiln6k/', '0', 'Hypercasual', 0, 0, '', 'lol-funny-game'), (12609, 'Drive Buggy 3D', 'You can play Dune Buggy Drivers 2021 for as long as you want in Beach Buggy Sim Game 3D Hills Climb Drive because we have a large selection of these intriguing and thrilling Buggy Revolution Simulator Games set up for you to play Beach Buggy Drivers 2021. Wake up the offroad buggy car that has been latent within you and hop aboard any of the Mad Destruction Derby Driving Games that you see in these games to experience the thrills and spills that you\'ve been longing for so long. The offroad 4x4 buggy simulation now features a complete range of customization options, which were previously unavailable. Depending on the mission objectives, users may tailor the engine on their buggy to meet those criteria, such as employing a diesel engine for mountainous terrain. Tyre customization will assist in gaining a good grip in poor weather situations, offer greater traction on muddy terrains and improve overall performance. To crush the use of nitro is highly recommended. Nitro should be used sparingly on tricky turns and steep uphills; nitrogen can also disable and eliminate hostile buggies.', 'https://img.gamemonetize.com/qc16l77yoof62ep3ct4suc6asr5nris9/512x384.jpg', 'https://html5.gamemonetize.com/qc16l77yoof62ep3ct4suc6asr5nris9/', '0', 'Racing', 0, 0, '', 'drive-buggy-d'), (12610, 'Numpuz Classic', 'Welcome to Numpuz Classic. It\'s a new educational puzzle game for kids. Start drag to match the perfect sequence of the number. Sounds simple right! But it checks your IQ at a higher level. To earn more stars complete the levels within the quick time limit. Play with your friends and have fun!', 'https://img.gamemonetize.com/v9lioybwk8r1bg3doarq9l0cyxm6r26a/512x384.jpg', 'https://html5.gamemonetize.com/v9lioybwk8r1bg3doarq9l0cyxm6r26a/', '0', 'Puzzles', 0, 0, '', 'numpuz-classic'), (12611, 'Mousy Look', 'Mousy Look is a 2D platform game where you need to collect cheese while avoiding mouse traps and spikes and reach the blue flag. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/eubh5wycikqhdc9kteoudg3bjlg97zuw/512x384.jpg', 'https://html5.gamemonetize.com/eubh5wycikqhdc9kteoudg3bjlg97zuw/', '0', 'Arcade', 0, 0, '', 'mousy-look'), (12612, 'Ben 10 Gravity Skater', 'Ben 10 and monster Heatblast with skateboard against gravity between two walls in this challenge. You need to make the highest score without falling to the ground. Fun game. Good luck.', 'https://img.gamemonetize.com/pe13hae60p0zhpa5ehb78vkf4l051zuy/512x384.jpg', 'https://html5.gamemonetize.com/pe13hae60p0zhpa5ehb78vkf4l051zuy/', '0', 'Boys', 0, 0, '', 'ben--gravity-skater'), (12613, 'Cocomelon Memory Card Match ', 'Test your memory with this memory game. First select the difficulty level. The higher the number, the more cards are in the memo game. On the game board, there are always two identical images. Start the game by flipping a card. Then try to find another card that has the same image as the first. If you can\'t find a pair, the flipped cards will be flipped back with the face down. Try to remember these images as it becomes easier to find pairs the longer you play. When you find a pair they are removed from the board and when you find all the pairs in this memory, you have completed the level.', 'https://img.gamemonetize.com/qq7dczw4ah47pyttoqmmw7vg1cwjol8y/512x384.jpg', 'https://html5.gamemonetize.com/qq7dczw4ah47pyttoqmmw7vg1cwjol8y/', '0', 'Puzzles', 0, 0, '', 'cocomelon-memory-card-match-'), (12614, 'Time Control', 'Time Control is a puzzle game where you need to control the red ball. She will move vertically from one point to other. When the ball hits the point you will earn a score. But the squares will rotate around the ball path, so you need to avoid them. For that, you need to control the speed of the ball. Click or tap on the screen to slow the movement of the ball and realize to move normally. Only in that way you can avoid collision with squares. If you hit at the squares the game will be over. So try to do more points as you can and control the ball successfully.', 'https://img.gamemonetize.com/uzblx41xkygmk31cpd1ojlwgq5bpm964/512x384.jpg', 'https://html5.gamemonetize.com/uzblx41xkygmk31cpd1ojlwgq5bpm964/', '0', 'Puzzles', 0, 0, '', 'time-control'), (12615, 'SpongeBob Dress Up', 'SpongeBob chooses clothes to prepare for a new adventure. her friend Patrick is helping her in her new style. Sandy, Squidward, Mr.Krab, Gary and Plankton are with him. Let\'s get them ready for a fun adventure', 'https://img.gamemonetize.com/ycu8jvdyyexnk68k6iny4al078plt2o7/512x384.jpg', 'https://html5.gamemonetize.com/ycu8jvdyyexnk68k6iny4al078plt2o7/', '0', 'Girls', 0, 0, '', 'spongebob-dress-up'), (12616, 'Stella Fairy Girl Dress up', 'Spring Fairy Stella Dress Up Game, Dress up a whimsical fairy of spring in cute. Have fun with dresses, delicate wings, shoes made of flowers and other decorative items to create the cutest fairy ever, according to your taste!', 'https://img.gamemonetize.com/6a9ke6h56yzbhxke26frume6k6u26yux/512x384.jpg', 'https://html5.gamemonetize.com/6a9ke6h56yzbhxke26frume6k6u26yux/', '0', 'Girls', 0, 0, '', 'stella-fairy-girl-dress-up'), (12617, 'Hello Ice scream Neighbor ', 'The ice-cream seller has come to the neighborhood! He has kidnapped your friend and neighbor Charlie and you\'ve witnessed it all… He has frozen your best friend using some sort of superpower and has taken him somewhere with his van. Your friend is missing, and worse… What if there are more children like him? This terrifying ice-cream seller\'s name is Rod, and he seems to be very friendly towards kids; however, he has an evil plan, and you need to find out where is it. All you know is that he takes them into the ice cream van, but you don\'t know where they go after that. Your mission will be hiding inside his van and solving the mystery of this evil villain. To do this, you will travel through different scenarios and solve the necessary puzzles to save the frozen child.', 'https://img.gamemonetize.com/j3ij1bh545hpmqrw5qnzz4gq2byzj2tk/512x384.jpg', 'https://html5.gamemonetize.com/j3ij1bh545hpmqrw5qnzz4gq2byzj2tk/', '0', 'Action', 0, 0, '', 'hello-ice-scream-neighbor-'), (12618, 'Baby Taylor Hospital Adventure', '', 'https://img.gamemonetize.com/ii4kwav9jq8fq4d7764r6wlfirsq87z2/512x384.jpg', 'https://html5.gamemonetize.com/ii4kwav9jq8fq4d7764r6wlfirsq87z2/', '0', 'Action', 0, 0, '', 'baby-taylor-hospital-adventure'), (12619, 'Soft Girl Aesthetic Dress Up Game', 'Discover the soft girl aesthetic style in our exclusive dress-up game for girls! Elsa, Harley Quinn, and Ariana Grande are three of the most famous #softgirls on social media and you get to spend some time with them and learn some great fashion tips from your favorite fashion mentors. So hurry up and join them in getting started with our new fashion-themed game for girls called Soft Girl Aesthetic and get ready to browse through their girly-girl wardrobes filled with tons of lovely pastels and cute accessories. The first category of items you get to discover is their wide selection of hairstyles. There are six options in each girls’ wardrobe and they surely follow the trend in the soft girl aesthetic: there are pastel-colored and accessorized with pink clips or headbands. Next, be prepared to discover the cutest makeup you’ve ever seen. Ruled by different shades of pink and peach, with hearts or clouds designs and sprinkled with a glittery white highlighter the makeup options will have you spend way too much time deciding on the winning ones. Continue with clothes picking. Browse through their impressive selection of cute tank tops, tennis skirts, chic mom jeans, denim shorts, and puffy cardigans mix and match them as you wish and create one unique fashion look for each of them. Once you’re done go ahead and browse through their selection of accessories and complete their outfits of the day with white chunky trainers or black school shoes and with a triple necklace of your choice. Have a great time playing the Soft Girl Aesthetic dress-up game online at Dop5.com!', 'https://img.gamemonetize.com/zcab3ej741ny7iflm1j5feiq2d293au2/512x384.jpg', 'https://html5.gamemonetize.com/zcab3ej741ny7iflm1j5feiq2d293au2/', '0', 'Girls', 0, 0, '', 'soft-girl-aesthetic--dress-up-game'), (12620, 'Kevo', 'Kevo is a 2D Platform game where you need to collect keys in order to unlock the door while avoiding saws, spikes and the enemies. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/g0uq7jmzgg1k147wv1hev9c0ylz77siw/512x384.jpg', 'https://html5.gamemonetize.com/g0uq7jmzgg1k147wv1hev9c0ylz77siw/', '0', 'Arcade', 0, 0, '', 'kevo'), (12621, 'Santa City Run surfers', 'Help Santa deliver the presents in this crazy running game. Race down the city streets avoiding all of the obstacles as you try to score as many points as possible.', 'https://img.gamemonetize.com/kurv9hna5pi83prrrdusp503non4msl6/512x384.jpg', 'https://html5.gamemonetize.com/kurv9hna5pi83prrrdusp503non4msl6/', '0', 'Adventure', 0, 0, '', 'santa-city-run-surfers'), (12622, 'Super Cube Surf Online', 'Grow your stack of cubes while you avoid the walls in this fun online arcade game.', 'https://img.gamemonetize.com/2hisgr6r0amkmuintzg0yl0ofrf2lnvn/512x384.jpg', 'https://html5.gamemonetize.com/2hisgr6r0amkmuintzg0yl0ofrf2lnvn/', '0', 'Arcade', 0, 0, '', 'super-cube-surf-online'), (12623, 'Truck Loader 4 2021', 'Truck Loader 4 is an amazing cross between a forklift and truck game. In the future robots have taken oven, you get to train them how to load trucks though. So use your magnet and pick up the cargo, load it onto the truck, so it can be shipped. Simple and fun physics game.', 'https://img.gamemonetize.com/clytm54zoj9f3oru75xr2kjg377wclvo/512x384.jpg', 'https://html5.gamemonetize.com/clytm54zoj9f3oru75xr2kjg377wclvo/', '0', 'Adventure', 0, 0, '', 'truck-loader--'), (12624, 'Find The Candy pro', 'It\'s time for a snack, but where\'s that sneaky candy?! Move Objects around you to find that elusive little treat! Collect stars as you do so to earn maximum points!', 'https://img.gamemonetize.com/y1oui1pplnpcc8bmyftblyjxm5rd0arz/512x384.jpg', 'https://html5.gamemonetize.com/y1oui1pplnpcc8bmyftblyjxm5rd0arz/', '0', 'Adventure', 0, 0, '', 'find-the-candy-pro'), (12625, 'super jungle adventure of heros ', 'new super jungle adventure platformer gam is a super classic adventure and legendary side-scrolling arcade platformer. How to play Super Jungle Adventures World: + for moving the chaves character click on right or left on the control pad! + click down for ducking or on some tree stumps to get to a bonus level! + press A-button AND right or left for running Features of Super Jungle Adventures World: + addictive, thrilling and challenging jungle adventure hit + many power ups, bonus levels, hidden blocks and bonus items + 4 different addictive worlds (wonder land, crazy forest, egypt world and cave land) + old school jump and run platform / obstacles runner + perfect, intuitve game control through retro control pad like on console games + classic platformer for kids, children and adults + side-scroller gameplay with easy game console pad controls + easy and free to play - hard to master + classic jungle retro junning and jumping adventure + high resolution graphics - great mix between 2D and 3D graphics + retro arcade music and old school sound effects This cool Jump and Run is an addictive non-stop old school arcade jungle adventure game! Enjoy this brand new super jungle adventure platformer game!', 'https://img.gamemonetize.com/5yfyegw1b6l5tb54jfpe1gvionkfj7x9/512x384.jpg', 'https://html5.gamemonetize.com/5yfyegw1b6l5tb54jfpe1gvionkfj7x9/', '0', 'Hypercasual', 0, 0, '', 'super-jungle-adventure-of-heros-'), (12626, 'Angry Bird Speed 2.0 Run', 'Join hundreds of millions of players for FREE and start the fun slingshot adventure now! Team up with your friends, climb the leaderboards, gather in clans, collect hats, take on challenges, and play fun events in all-new game modes. Evolve your team and show your skills in the most exciting Angry Birds game out there! Get to know all of the iconic characters and experience the fun gameplay that has captured the hearts of millions of players. Features: â— DAILY CHALLENGES. Have a minute? Complete a daily challenge and earn some quick rewards. â— LEVEL UP your characters with feathers and up their scoring power. Build the ultimate flock! â— JOIN A CLAN to take down the pigs with friends and players around the world. â— COMPETE in the ARENA. Compete with other players for some friendly bird flinging fun and prove who is the best. â— COLLECT SILLY HATS. Collect hats with different fun themes to level up your flock’s fashion game and take part in special events. â— IMPRESS THE MIGHTY EAGLE in special challenges in Mighty Eagle’s Bootcamp and earn coins to use in his exclusive shop. â— LOTS OF LEVELS. Play hundreds of levels with more added in regular updates and limited time events. â— LEADERBOARDS. Compete with your friends and other players and prove who is the best on the global leaderboards. â— CHOOSE YOUR BIRD. Choose which bird to put in the slingshot and defeat the pigs with strategy! â— MULTI-STAGE LEVELS. Play fun, challenging levels with multiple stages – just watch out for Boss Pigs! â— FREE to download! --- Angry Birds 2 is completely free to play. Although Angry Birds 2 can be downloaded for free, there are optional in-app purchases available. --- This game may include: - Direct links to social networking websites that are intended for an audience over the age of 13. - Direct links to the internet that can take players away from the game with the potential to browse to any web page. - Advertising of Rovio products and also products from third parties. Although some features are available offline, this game may require internet connectivity for certain features. Normal data transfer charges apply. Note: When the game is played for the first time, there is a one-time download of additional content that cannot be completed while offline. Terms of use: http://www.rovio.com/terms-of-service Privacy Policy: http://www.rovio.com/privacy', 'https://img.gamemonetize.com/5515mr6flcy44z0dkegmmjifnmvcg027/512x384.jpg', 'https://html5.gamemonetize.com/5515mr6flcy44z0dkegmmjifnmvcg027/', '0', 'Hypercasual', 0, 0, '', 'angry-bird-speed--run'), (12627, 'TikTok Trend Rapunzel Fashion', 'TikTok Trend: Rapunzel Frozen Girls can rest assured that on our website they will always be able to find and play the best games on the internet targeted towards them, with the TikTok Trends Rapunzel Fashion game being one more proof of that, this being an awesome makeup and dress up game featuring two princesses from Disney you love a whole lot, Elsa and Rapunzel!', 'https://img.gamemonetize.com/vobvss94gcu7if036ue7uv2gal9sc90s/512x384.jpg', 'https://html5.gamemonetize.com/vobvss94gcu7if036ue7uv2gal9sc90s/', '0', 'Hypercasual', 0, 0, '', 'tiktok-trend-rapunzel-fashion'), (12628, 'Ice Fishing', 'What will be your biggest catch? Find the Perfect Location. Choose the Right Bait. Do not rush to pull the float, patience is a certain guarantee of success. Enjoy the positive peace in this Ice Fishing game. And most importantly fishing, excitement and beauty. With realistic 3D graphics, you’ll feel like you’re on an actual fishing trip, holding your fishing rod - and fighting with a big fish! For every caught fish, you will get money. With this money you can buy new bait, the rods.', 'https://img.gamemonetize.com/ixcjahmstfww53i0yvwn30089nd6e2ay/512x384.jpg', 'https://html5.gamemonetize.com/ixcjahmstfww53i0yvwn30089nd6e2ay/', '0', 'Sports', 0, 0, '', 'ice-fishing'), (12629, 'Polygon Highway Drive', 'Race through traffic, avoid trains, gather vehicles, and most importantly, have fun on Blocky Highway. That is the goal of this game. Collect coins, unlock reward boxes, and complete collections to get new vehicles and other prizes! Drive at top speed in order to score large and become the best. It\'s the crash time! After a car accident, you must control your vehicle and hit passing automobiles for extra points. The Most Important Characteristics Beautiful voxel art images are used throughout. There are four different worlds to select from. There are 55 different vehicles to drive, including a taxi, a tank, a UFO, a police car, an army 4x4, a dragster, a monster, a space shuttle, motorcycles, boats, and more. as well as a great deal more. -The period when things go wrong -There are 11 automobile collections to finish. Three different game types Kids may play in an endlessly simple mode. Missions are a type of mission. Leaderboards for the Game Services -Desert, snow, green, and water themes are all available. Accomplishments', 'https://img.gamemonetize.com/618dzvocfr64944lfwuks0lpl8tj0nxm/512x384.jpg', 'https://html5.gamemonetize.com/618dzvocfr64944lfwuks0lpl8tj0nxm/', '0', 'Racing', 0, 0, '', 'polygon-highway-drive'), (12630, 'Zombie Invasion', 'Zombie Invasion is a first-person shooter game,Player is in a place full of zombies,Players are free to explore the surroundings,Players must dodge zombie attacks or kill zombies,Keep your health as long as possible as possible. You earn money for each zombie you kill, and you can then use that money to buy new weapons and ammo for the guns you own. Keep an eye on your ammo or death is guaranteed! you can choose between two different maps "The city" or "The Forest"', 'https://img.gamemonetize.com/hbxsi53h0a3jqozc322f9vt8cmbunwld/512x384.jpg', 'https://html5.gamemonetize.com/hbxsi53h0a3jqozc322f9vt8cmbunwld/', '0', 'Shooting', 0, 0, '', 'zombie-invasion'), (12631, 'Huggy Wuggy Poppy Ski', 'Collect energy boxes by sliding through the snow with Huggy. You can shoot with the spacebar. Huggy take it as far as he can go Huggy Wuggy', 'https://img.gamemonetize.com/1fj06wlg4h5c895vsdq9nehcdmq6fmbp/512x384.jpg', 'https://html5.gamemonetize.com/1fj06wlg4h5c895vsdq9nehcdmq6fmbp/', '0', 'Racing', 0, 0, '', 'huggy-wuggy-poppy-ski'), (12632, 'Drift Boss Supercar', 'It\'s the first drift racing game that features real-time combat and realistic physics. Win the most sought-after automobiles, burn tyres on the racetrack, play with your pals in free roam, and revel in the game\'s distinct retro aesthetic. Although the game is designed classically, you should know the trick. The cars have realistic physics, which makes them more enjoyable to drive. Drifting assistance, steering assistance, or any other gimmicks are not available. Although it is still simple to operate and play, everything in this racing game is dependent on your performance.', 'https://img.gamemonetize.com/jvaj0o72qrimeyyowslcypv59mzglwtu/512x384.jpg', 'https://html5.gamemonetize.com/jvaj0o72qrimeyyowslcypv59mzglwtu/', '0', 'Racing', 0, 0, '', 'drift-boss-supercar'), (12633, 'Mad Cars Racing and Crash', 'Mad Cars: Racing & Crash is a free 3D car simulator game. There are 35 vehicles, 60 racetracks, two-player mode, 1 free drive area, and a battlefield area. You can use an armored car, truck, fire truck, monster truck, racing cars, working machine, etc. In this car game. You can play with many vehicles. You can also buy and upgrade vehicles.', 'https://img.gamemonetize.com/ioflaox6e4snwdpsqbpd0mb4dhitizfe/512x384.jpg', 'https://html5.gamemonetize.com/ioflaox6e4snwdpsqbpd0mb4dhitizfe/', '0', 'Racing', 0, 0, '', 'mad-cars-racing-and-crash'), (12634, 'Skiing Fred', 'In Fred Snowboarding, the protagonist goes to the slopes to enjoy winter sports! Play Skiing Fred and earn extra points by gliding past penguins, meteors and more. Unlock new equipment to make Fred ski, and most importantly, don\'t let Death and the Scythe catch up with fearless Fred!', 'https://img.gamemonetize.com/9zqzswbcmb8lo83w1wze0mmfuxjy3ztc/512x384.jpg', 'https://html5.gamemonetize.com/9zqzswbcmb8lo83w1wze0mmfuxjy3ztc/', '0', 'Racing', 0, 0, '', 'skiing-fred'), (12635, 'Stella Girl Dress Up Game', 'Stella fairy girl wants to wear night dresses. Help her choose the most beautiful dresses. Choose from the menus on the screen.', 'https://img.gamemonetize.com/9v683no26g6z1vxwd4e9assnhrdghidr/512x384.jpg', 'https://html5.gamemonetize.com/9v683no26g6z1vxwd4e9assnhrdghidr/', '0', 'Girls', 0, 0, '', 'stella-girl-dress-up-game'), (12636, 'Winter Snowy Owls Jigsaw', 'Welcome to our newest Winter Snowy Owls Jigsaw game. In this game, you have 6 images with a winter owls theme. Choose one of the modes for the game that you previously choose and start it to play. Drag and drop the pieces to solve the puzzle and create an image. Enjoy, and have fun!', 'https://img.gamemonetize.com/dd15je51k63kbxsvxijujau7icxl32p2/512x384.jpg', 'https://html5.gamemonetize.com/dd15je51k63kbxsvxijujau7icxl32p2/', '0', 'Puzzles', 0, 0, '', 'winter-snowy-owls-jigsaw'), (12637, 'Blue Ranger High Jump', 'Power Rangers Game. Blue Ranger action game. Jump over the obstacle. Jump higher by double tapping. Set your action timing.', 'https://img.gamemonetize.com/gkgb0hze1advgqsu67dqc5znc5hpygib/512x384.jpg', 'https://html5.gamemonetize.com/gkgb0hze1advgqsu67dqc5znc5hpygib/', '0', 'Boys', 0, 0, '', 'blue-ranger-high-jump'), (12638, 'Lovei', 'Lovei is a 2D platform game where you need to collect heart potions while avoiding the spikes, saws and enemies and instill the feeling of love in the heart of the man again who lost it due to the recent breakup. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/pz92l67sa7solfx335jc2kub418sqcdv/512x384.jpg', 'https://html5.gamemonetize.com/pz92l67sa7solfx335jc2kub418sqcdv/', '0', 'Arcade', 0, 0, '', 'lovei'), (12639, 'Gems Tetriz Match 3', 'Use left, right and down keys to move the gems. Use up key to shuffle the gems. Alternatively you can tap or click buttons to do the same. Your target is to fit the blocks to make a linear pattern of gems (horizontally, vertically or diagonally). Achieve target score to complete the level.', 'https://img.gamemonetize.com/zep0kzkdsidstckmcln33dhvbsfh00sh/512x384.jpg', 'https://html5.gamemonetize.com/zep0kzkdsidstckmcln33dhvbsfh00sh/', '0', 'Puzzles', 0, 0, '', 'gems-tetriz-match-'), (12640, 'PoP Balloons', 'PoP Balloons is a cool action game very easy and intuitive to play, but it will be hard to stop playing. Pop with your finger the color balloons on the screen, came on don’t let them vanish away! Red give more points than the others; don\'t touch the Black one!!! Enjoy popping balloons the more you can! Product feature bullets: • Ideal for all Kids and Children • Cool cartoon graphics • Easy to play • Very cool funny sound effects • Local scoreboard to sign your records • Easy to start hard to stop', 'https://img.gamemonetize.com/bwm2m7l2oltgdcxisjd3l7t8h6nzdulj/512x384.jpg', 'https://html5.gamemonetize.com/bwm2m7l2oltgdcxisjd3l7t8h6nzdulj/', '0', 'Hypercasual', 0, 0, '', 'pop-balloons'), (12641, 'Fun Point to Point Happy Animals', 'This Point to Point Happy Animals is in fact a cute little game for you little kids and older kids who love to draw, and you are going to learn how to draw animals. But you will see that your mission is not going to be very difficult at all because this Point to Point Happy Animals is in fact a game in which you are going to draw using numbers. Now you can play Fun Point to Point Happy Animals Game online in your web browser for free at pikagoo.com.', 'https://img.gamemonetize.com/4va4bikjgjmfebra1q8jveo7c8th6nfp/512x384.jpg', 'https://html5.gamemonetize.com/4va4bikjgjmfebra1q8jveo7c8th6nfp/', '0', 'Puzzles', 0, 0, '', 'fun-point-to-point-happy-animals'), (12642, 'Oib.io', 'Oib.io is a micro gestion and strategy io game. Spawn, regroup and split your army to destroy the enemy army, do the best defense or the most strategic attack. Protect your queen and be the leader. Rally to the strongest, feed your units and those of your allies or decide to rule alone on the entire map.', 'https://img.gamemonetize.com/r6s3gw7i0gf9nkdv35gwtx7c3qroulcb/512x384.jpg', 'https://html5.gamemonetize.com/r6s3gw7i0gf9nkdv35gwtx7c3qroulcb/', '0', 'Multiplayer', 0, 0, '', 'oibio'), (12643, 'Huggy Wuggy Rocketman', 'The super fall guys is flying to collect gold. pass the levels one by one in the endless flappy game. start to make the best score in this fun game Huggy Wuggy', 'https://img.gamemonetize.com/d0kbi3dgx7aec531g6yt02bosn0u74re/512x384.jpg', 'https://html5.gamemonetize.com/d0kbi3dgx7aec531g6yt02bosn0u74re/', '0', 'Arcade', 0, 0, '', 'huggy-wuggy-rocketman'), (12644, 'Football Shoot League', 'Choose your favorite team and enter a tournament only fighting for the best championship. Control your favorite player You can play solo player against AI. Show your real football mastery Huggy Wuggy', 'https://img.gamemonetize.com/rkzw9azb3m9mq93ltsge3w2fzy8df0z6/512x384.jpg', 'https://html5.gamemonetize.com/rkzw9azb3m9mq93ltsge3w2fzy8df0z6/', '0', 'Soccer', 0, 0, '', 'football-shoot-league'), (12645, 'World War ww3 Mode', 'There are more mobile games than any of the epic military strategy games! Your choices and strategy are key to the success and prosperity of your state and civilization as a whole. Strengthen your army by recruiting new soldiers, tanks and planes with your economy. You can learn which step to take by collecting intelligence using spy satellites. is a classic geopolitical, economic and military strategy game where you play as the head of a contemporary state.', 'https://img.gamemonetize.com/v874oqyzvcop14ogyd0a9tt5ewl97vnf/512x384.jpg', 'https://html5.gamemonetize.com/v874oqyzvcop14ogyd0a9tt5ewl97vnf/', '0', 'Multiplayer', 0, 0, '', 'world-war--ww-mode'), (12646, 'Huggy Wuggy Poppy Surf Challange', 'Collect energy boxes by gliding in the sea with Poppy. You can shoot with the spacebar. Poppy take it as far as he can Huggy Wuggy', 'https://img.gamemonetize.com/msfjjtr4hisw4v48r5jieutzmmdr19gw/512x384.jpg', 'https://html5.gamemonetize.com/msfjjtr4hisw4v48r5jieutzmmdr19gw/', '0', 'Racing', 0, 0, '', 'huggy-wuggy-poppy-surf-challange'), (12647, 'Bonnie Rocker Chick Dress Up Game', 'Bonnie Rocker Chick Dress Up is an exciting online game that lets players unleash their inner fashionista and rockstar spirit. Aspiring stylists and music lovers alike are invited to take on the role of Bonnie, a talented and edgy rock chick, as they explore a virtual wardrobe filled with trendy clothes, accessories, and rocker-themed items. From 80s rocker chick outfits to modern rocker chic dresses, players can mix and match various outfits to create the perfect rockstar look for Bonnie. You can even dress her up in black rocker dresses or find the ideal bonnie jean dress for Christmas. Whether its for a costume party or a rock concert,', 'https://img.gamemonetize.com/025s7hapflhtujryycgkzdkxb37cauf6/512x384.jpg', 'https://html5.gamemonetize.com/025s7hapflhtujryycgkzdkxb37cauf6/', '0', 'Girls', 0, 0, '', 'bonnie-rocker-chick---dress-up-game'), (12648, 'Color Quiz', 'You need to attach the appropriate word to the color.', 'https://img.gamemonetize.com/9ni1oy8egf5d82xeq9xaovj57u3qyzfl/512x384.jpg', 'https://html5.gamemonetize.com/9ni1oy8egf5d82xeq9xaovj57u3qyzfl/', '0', 'Puzzles', 0, 0, '', 'color-quiz'), (12649, 'Lav Runner', 'hey you need to run, hurry up! run keep running! Lava is coming behind you, you have to run, you have to run. Can you make the Biggest score? Hurry up and shoot the robots.', 'https://img.gamemonetize.com/1eavhbrk0zlki4ykyvws09uu2gu3id5w/512x384.jpg', 'https://html5.gamemonetize.com/1eavhbrk0zlki4ykyvws09uu2gu3id5w/', '0', 'Arcade', 0, 0, '', 'lav-runner'), (12650, 'TikTok Trend Elsa Frozen', 'TikTok Trend: Elsa Frozen Girls can rest assured that on our website they will always be able to find and play the best games on the internet targeted towards them, with the TikTok Trends Boyfriend Fashion game being one more proof of that, this being an awesome makeup and dress up game featuring two princesses from Disney you love a whole lot, Elsa and Rapunzel!', 'https://img.gamemonetize.com/2hzm0s9rqgcmeuhht87ckavlvpe4quda/512x384.jpg', 'https://html5.gamemonetize.com/2hzm0s9rqgcmeuhht87ckavlvpe4quda/', '0', 'Hypercasual', 0, 0, '', 'tiktok-trend-elsa-frozen'), (12651, 'Three Disks', 'Three disks is a puzzle game where you will control three disks that are going on their orbits. They will move in a circle. From the center of the circles will start to move balls with colors as the colors of the disks. The goal of the game is to catch the ball with a disk that has the same color as the ball. Remember disks can move only in their orbit, so you need to be careful and catch the ball with the right disk. If you catch the ball with the wrong colored disk the game will be over. Tap on the screen to control the disks. They move all in one row so it will be interesting to play.', 'https://img.gamemonetize.com/4zok4kgh7ssn26kq0gmglvn7py0pu3u3/512x384.jpg', 'https://html5.gamemonetize.com/4zok4kgh7ssn26kq0gmglvn7py0pu3u3/', '0', 'Puzzles', 0, 0, '', 'three-disks'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (12652, 'Squid Masks Pop', 'Welcome to our newest free casual game Squid Masks Pop. It is a match 3 game, where you have to connect 3 or more masks (soldiers, gold animal masks, the frontman mask) to clear them. Each mask is taken and shot with a crossbow. New masks are constantly coming out. When the masks reach the bottom, to the crossbow, the game is over. Enjoy and have fun!!!', 'https://img.gamemonetize.com/t4xizh6yz0ep3z4pkznfhoha99y954u7/512x384.jpg', 'https://html5.gamemonetize.com/t4xizh6yz0ep3z4pkznfhoha99y954u7/', '0', 'Puzzles', 0, 0, '', 'squid-masks-pop'), (12653, 'Sudoku 30 Levels', 'The challenge is to fill the selected grid with numbers so that every column, every row, and a 3x3 box contains all the numbers without repeating them.', 'https://img.gamemonetize.com/cxzkt15rs7bdti4ukg7wshfwn3ywjwnr/512x384.jpg', 'https://html5.gamemonetize.com/cxzkt15rs7bdti4ukg7wshfwn3ywjwnr/', '0', 'Puzzles', 0, 0, '', 'sudoku--levels'), (12654, 'Space Wave Danger Zone', 'Your galaxy was attacked and you, as a brave warrior, jumped into a spaceship in order to repel an enemy attack to bring peace to the whole world. - You have to defeat 8 special enemies that are different from each other and have their own abilities, they can shoot, others move right behind your back - A unique boss appears every 10 waves - If you get tired of the shell of your spaceship - it can be changed, it can differ both in color and shape and has a different rarity', 'https://img.gamemonetize.com/jvnuoh52kd19sujs8b9vzdias3m8tsf0/512x384.jpg', 'https://html5.gamemonetize.com/jvnuoh52kd19sujs8b9vzdias3m8tsf0/', '0', 'Arcade', 0, 0, '', 'space-wave-danger-zone'), (12655, 'Flat Jumper Game', 'Flat Jumper is a puzzle game where you need to control a jumper ball. The ball will jump over coming platforms. At the bottom of the game will be three balls with different colors. When you touch one of them the color of the jumping ball will change the same as the color of the ball that you touch. The platforms will have the same colors as the balls and the catch is that jumping balls need to match with the platform if they are the same color. So you need to click on balls at the bottom of the game screen to change the jumping ball to get the same color as the platform. Do that and try to pass more platforms as you can.', 'https://img.gamemonetize.com/56zgrdcalm38zvfcuinb0i5o59ic8yct/512x384.jpg', 'https://html5.gamemonetize.com/56zgrdcalm38zvfcuinb0i5o59ic8yct/', '0', 'Puzzles', 0, 0, '', 'flat-jumper-game'), (12656, 'Spy Puzzles', 'Here are 5 game modes you can choose from: jigsaw puzzle, 15 puzzles, sliding puzzle, rotating puzzle and swap puzzle. Choose the one you like in Spy Puzzles game and start your adventure!', 'https://img.gamemonetize.com/i41emvry3be78vt2t3fjis2i2zgehhwk/512x384.jpg', 'https://html5.gamemonetize.com/i41emvry3be78vt2t3fjis2i2zgehhwk/', '0', 'Puzzles', 0, 0, '', 'spy-puzzles'), (12657, 'Legendary Warrior Goblin Rush', 'Play Legendary Warrior Goblin Rush and have fun, in this game you must make your way past the goblins, undead skeleton warriors, and other ghouls. Try to shoot them in their big head with your arrows. Sometimes you will have to take down an enemy so that your character can move forward to gain a better vantage point. The monsters will jump and move about, so try to analyze their movements and perfect your timing!', 'https://img.gamemonetize.com/lw7pib1ymhh6nf6lesg7jfaga2piolem/512x384.jpg', 'https://html5.gamemonetize.com/lw7pib1ymhh6nf6lesg7jfaga2piolem/', '0', 'Arcade', 0, 0, '', 'legendary-warrior-goblin-rush'), (12658, 'Super Penguboy', '“Super Penguboy†is a very fun and colorful side scrolling game! Help the little penguin to defeat his enemies and go through obstacles and traps. Collect all coins to get big points! Beat all the levels collecting all the stars and have fun in this amazing game!', 'https://img.gamemonetize.com/vvu5tfy5a568e4mh9i9e4edwu2k9lrj5/512x384.jpg', 'https://html5.gamemonetize.com/vvu5tfy5a568e4mh9i9e4edwu2k9lrj5/', '0', 'Adventure', 0, 0, '', 'super-penguboy'), (12659, 'Stack Bounce Ball', 'Play Stack Bounce Ball game in your web browser for free at Superkidgames.com and more fun games. Stack Bounce Ball is a super fun and addictive one touch casual game that will keep you hooked for hours! Stack Bounce Ball 3D Game have Bright vibrant graphics, Great time killer game. The most addictive stack ball game with optimised performance for all devices! attempt to avoid the odd color spots helix and let the ball pass.The best ball fall from stack game with optimised performance for all devices! faucet screen Helix Jump and avoid obstacles and Fun gameplay.', 'https://img.gamemonetize.com/2elqn4p9tcvvv39pxl2vytbyta2xr4dh/512x384.jpg', 'https://html5.gamemonetize.com/2elqn4p9tcvvv39pxl2vytbyta2xr4dh/', '0', 'Hypercasual', 0, 0, '', 'stack-bounce-ball'), (12660, 'Sweet Fruit Candy Candy Crush 2022', 'You will bake, but you will also have different things to accomplish in order to get your dessert done. That flavored cotton candy will be build during four major steps: purchasing the needed items, cleaning the kitchen, cooking the sweets and in the end decorating them.', 'https://img.gamemonetize.com/xso2yemnz8zu2gzsbqcaqykdj51m840j/512x384.jpg', 'https://html5.gamemonetize.com/xso2yemnz8zu2gzsbqcaqykdj51m840j/', '0', 'Puzzles', 0, 0, '', 'sweet-fruit-candy--candy-crush-'), (12661, 'Uno with Buddies', 'Uno with Buddies is an online classic card game that’s easy to pick up and impossible to put down.', 'https://img.gamemonetize.com/lbvo74xbqleti4uozsjm93ep18e9vcdx/512x384.jpg', 'https://html5.gamemonetize.com/lbvo74xbqleti4uozsjm93ep18e9vcdx/', '0', 'Multiplayer', 0, 0, '', 'uno-with-buddies'), (12662, 'Ice Scream Scary Neighbor Horror ', 'New brand new game of horror theme with horror ice cream seller in this scary game and ice cream truck game of Ice-cream scary neighbor game. In this horror adventure the ice-cream seller of the rod truck icecream game 3d has come to the neighborhood for selling the ice scream. He has kidnapped your friend in neighbor town of your horror game city and neighbor Charlie. The horror ice scream seller, your best friend using some sort of superpower in this horror adventure game & has taken him somewhere with his ice scream truck. Suddenly your friend is missing and worse in this horror game. What if there are more children like him, the horror ice Scream seller clown is kidnaping your best friend in a van. This creepy game, horror game and scary game is terrifying ice-cream seller\'s in this Ice-cream scary neighbor game name is john & john seems to be very friendly towards kids and sale the icecream. He has an evil plan of his mind to kidnapping the kid’s neighborhood and you need to find out where is it. This is very interesting game, adventure game and horror game of horror ice scream game town. All you know he takes them into the ice cream van, kidnapped and go to his office, but you don\'t know where they go after that and how can find your best friend in this best horror game. So now your mission is that hiding inside his van and drive from his office and find some important equipment for redeem your friend and solving the mystery of this evil villain of this Ice-cream scary neighbor game. You will travel through different scenarios and find different things like, id, keys, petrol and much more mission tasks & solve the necessary puzzles of this hello icecream seller and bad ice cream ghost game 3d. Remember the clown icecream seller man is clever he watched you easily so you hide from him & he will catch you then mission will failed and your friend will loss.', 'https://img.gamemonetize.com/xo7rdx5i0kt2jozxbgn2xfzmcu57fpbk/512x384.jpg', 'https://html5.gamemonetize.com/xo7rdx5i0kt2jozxbgn2xfzmcu57fpbk/', '0', 'Action', 0, 0, '', 'ice-scream-scary-neighbor-horror-'), (12663, 'Jungle Match', 'Jungle Match Introduces Match 3, Puzzle and Matching Games Jungle Match, a leading online match-3 game, the launch of its new puzzle games. With Match 3, Puzzle and Matching games, players can explore an exciting world of jungle challenges. The games are easy to play and require no prior experience to enjoy. Players can also enjoy unique challenges that will test their skills and solve puzzles.', 'https://img.gamemonetize.com/ctztevc6blm0rv2x8yzkiw6j7y6bl0xk/512x384.jpg', 'https://html5.gamemonetize.com/ctztevc6blm0rv2x8yzkiw6j7y6bl0xk/', '0', 'Puzzles', 0, 0, '', 'jungle-match'), (12664, 'Froggy Tower', 'Froggy Tower, Hyper Casual Game - Tap to increase the block to collect coins and survive till end. but if you fail, you have to start your level all over again. Froggy Tower is a fun and engaging hyper casual game that will keep you entertained for hours on end. With its easy-to-play gameplay and easy-to-collect coins, this game is perfect for anyone who loves playing games. The goal of the game is to survive as long as possible until the end, and by tapping on the blocks, you can increase your chances of making it through alive.', 'https://img.gamemonetize.com/mkntmmvmkd0aoruwtfdh3jslmcfwxold/512x384.jpg', 'https://html5.gamemonetize.com/mkntmmvmkd0aoruwtfdh3jslmcfwxold/', '0', 'Hypercasual', 0, 0, '', 'froggy-tower'), (12665, 'Number Snake', 'Swipe your finger to guide a snake of balls and break the bricks. With Number Snake Game, you can play this challenging game using your finger. The objective is to guide the snake of balls through a maze of obstacles, and break as many bricks as possible. There are different levels of difficulty that you can change at any time, so there\'s always something new to try. Get additional balls and make the biggest snake ever! This fun and challenging game is easy to play but hard to reach high scores, so be sure to challenge yourself!', 'https://img.gamemonetize.com/1f1nc1ov0i4ft9uu58v5ja41t2pqe9yc/512x384.jpg', 'https://html5.gamemonetize.com/1f1nc1ov0i4ft9uu58v5ja41t2pqe9yc/', '0', 'Hypercasual', 0, 0, '', 'number-snake'), (12666, 'escape from here', 'Escape the island by making your way to the next map', 'https://img.gamemonetize.com/6h6m0h3ao62046e6nnlfcbn189ommont/512x384.jpg', 'https://html5.gamemonetize.com/6h6m0h3ao62046e6nnlfcbn189ommont/', '0', 'Adventure', 0, 0, '', 'escape-from-here'), (12667, 'Volley Squid Gamer', 'You can hop, bounce, and smash the ball with only a single tap of your finger! Fancy, dangerous ball shots will send your opponent flying off the court as you defeat them! Jump, spin, and crush that ball with only a single tap of your finger! - Defeat your opponent with devastating ball shots that will send him flying across the court. You can enjoy this entertaining, hyper-casual volleyball game whenever, wherever, and whatever you want!', 'https://img.gamemonetize.com/ov86sllpbfpjonemjxqwv08og1rdh7wa/512x384.jpg', 'https://html5.gamemonetize.com/ov86sllpbfpjonemjxqwv08og1rdh7wa/', '0', 'Arcade', 0, 0, '', 'volley-squid-gamer'), (12668, 'Old Car Parking 3D', 'Parking for Antique Automobiles, Lots and lots of 3D barriers, cones, hurdles, and other 3D obstacles will test your driving skills and help you become an expert in the greatest vehicle simulators and driving games available. The new automobile parking simulator game allows you to test your skills and experience in a harsh and challenging environment. Every game presents you with a more difficult challenge than before. The road ahead is littered with obstacles of varying degrees of difficulty. All you can do is get in your old automobile and go. The level games are ruined if you touch the cones. Car parking simulation games need you to park antique vehicles at the finale with care to achieve your task.', 'https://img.gamemonetize.com/r57ze5m43wvg07g7u6p08sto4flpszqa/512x384.jpg', 'https://html5.gamemonetize.com/r57ze5m43wvg07g7u6p08sto4flpszqa/', '0', 'Racing', 0, 0, '', 'old-car-parking-d'), (12669, 'Monster Wheels Apocalypse', 'Play and have fun with this new Monster Wheels Apocalypse game here at kiz10 you can have fun controlling your monster car to eliminate all vehicles, planes, and enemy soldiers. Dare to start a deadly race with amazing monster cars. In a world out of control the roads are controlled by an army of monster vehicles that will not allow you to get far! Get on your vehicle and try to eliminate all the enemies on the road. You can improve your characteristics so that your vehicle and your weapons are much more powerful, your shield and speed are increased. The objective of the game is to eliminate all enemy vehicles and improve your score with each attempt! Improve your characteristics with all the accumulated gold.', 'https://img.gamemonetize.com/lmgwh1mawm9dsacc2w8apbx01qzvl4ci/512x384.jpg', 'https://html5.gamemonetize.com/lmgwh1mawm9dsacc2w8apbx01qzvl4ci/', '0', 'Adventure', 0, 0, '', 'monster-wheels-apocalypse'), (12670, 'Valentines Day Makeup', 'Valentines Day Makeup is a fun girl game with amazing graphics and customizations!', 'https://img.gamemonetize.com/csg07ddoszskluz5xkd9we05a6tv9ksj/512x384.jpg', 'https://html5.gamemonetize.com/csg07ddoszskluz5xkd9we05a6tv9ksj/', '0', 'Girls', 0, 0, '', 'valentines-day-makeup'), (12671, 'BatGirl Dress Up', 'The beautiful bat woman is the batman\'s girlfriend. Batgirl is getting ready for the date tonight. Can\'t decide which costume to wear. Can you help the Batgirl choose a costume?', 'https://img.gamemonetize.com/iebtusrihyjvgpupoqrce84zxliukr1t/512x384.jpg', 'https://html5.gamemonetize.com/iebtusrihyjvgpupoqrce84zxliukr1t/', '0', 'Girls', 0, 0, '', 'batgirl-dress-up'), (12672, 'PixelArt', 'It\'s a game where you draw a cute little image. You can develop color matching skills and accuracy without any burden. Why don\'t you get out of your daily life for a while and heal yourself through coloring games?', 'https://img.gamemonetize.com/05hrgl130ug81symoxha3bpu2cy56kas/512x384.jpg', 'https://html5.gamemonetize.com/05hrgl130ug81symoxha3bpu2cy56kas/', '0', 'Clicker', 0, 0, '', 'pixelart'), (12673, 'Pumpkin Doodle', 'Help pumpkin Jack to collect all coins and rings to save the Spirit of Halloween. Try to avoid all Ghosts, they are dangerous.', 'https://img.gamemonetize.com/8eu1ph241gxrsx65lxxxbcic9wom26i6/512x384.jpg', 'https://html5.gamemonetize.com/8eu1ph241gxrsx65lxxxbcic9wom26i6/', '0', 'Hypercasual', 0, 0, '', 'pumpkin-doodle'), (12674, 'Bug Destroyer', 'In this game you have to smash bugs! all bugs except for red ants. When you smash a bug that you are not supposed to, you lose the game. Ready to play? Good luck!', 'https://img.gamemonetize.com/ejd34vndbhoqqwq9xc20wwfhiusxmqkn/512x384.jpg', 'https://html5.gamemonetize.com/ejd34vndbhoqqwq9xc20wwfhiusxmqkn/', '0', 'Hypercasual', 0, 0, '', 'bug-destroyer'), (12675, 'Feed The Ape', 'Get the Num Num to the ape by cutting the rope! You think it\'s that easy? Well we didn\'t make it easy for you, but the first levels will help you and guid to understand how to play. If you don\'t feed the Num Num to the ape it will get mad! Navigate thru all the obstacles to guide your Num Num to the ape. This game to make it fun and suitable for kids and adults.', 'https://img.gamemonetize.com/43lrurn8cv7g9e1nftnf17lub8m2er7i/512x384.jpg', 'https://html5.gamemonetize.com/43lrurn8cv7g9e1nftnf17lub8m2er7i/', '0', 'Puzzles', 0, 0, '', 'feed-the-ape'), (12676, 'Poppy Play Time Adventure', 'Poppy playtime Adventure - One step back in time to your childhood with a totally new old-school running game. You will be surprised by the adventure to Poppy’s world and your task is helping Poppy playtime Adventure run through the mysterious islands, jump and run over the obstacles, and fight against super evil monsters to find his treasure at the final destination in a dangerous world. You can be a Bino, a Mario, a Poppy playtime Adventure, a Lep or Bob to accept all new challenges in a perilous super jungle . [How to play] : + Use buttons to jump, move, and fire + Eat mushrooms and items to become stronger and defeat all monsters + Collect all coins and bonus items to get more points and buy additional items in store Let\'s have a look at what awaits you in our classic game:', 'https://img.gamemonetize.com/ie9d5brlvjigx6h2jkjemi1tuq20x3g6/512x384.jpg', 'https://html5.gamemonetize.com/ie9d5brlvjigx6h2jkjemi1tuq20x3g6/', '0', 'Adventure', 0, 0, '', 'poppy-play-time-adventure'), (12677, 'Bead Synthesis', 'Tap the screen to string beads, and two beads of the same level will synthesize more advanced beads.', 'https://img.gamemonetize.com/ettnqv43vnamphkx44jbib2ch22kbe0c/512x384.jpg', 'https://html5.gamemonetize.com/ettnqv43vnamphkx44jbib2ch22kbe0c/', '0', 'Puzzles', 0, 0, '', 'bead-synthesis'), (12678, 'zombie invaders', 'Zombie Invaders is a top down tower defense game, you have to kill with all the zombies to protect a baby, don\'t let the zombies get to you.', 'https://img.gamemonetize.com/svzareylnn5gt1inaw5j7739jllaxylv/512x384.jpg', 'https://html5.gamemonetize.com/svzareylnn5gt1inaw5j7739jllaxylv/', '0', 'Shooting', 0, 0, '', 'zombie-invaders'), (12679, 'Detonate zombie', 'Top down shooting game, Detana Zombie is a new style of game that combines skill, rapids, adventure, action and lots of fun, the game\'s story takes place when a scientist is carrying a portion through the subway when he trips and accidentally drops the portion like this. infecting everyone in the station and turning them into zombies, our hero has to destroy all the entrances to the subway stations to not let the zombies go up to the city.', 'https://img.gamemonetize.com/wnqp0dj2di5ka0h66b0jnvh1451umv3n/512x384.jpg', 'https://html5.gamemonetize.com/wnqp0dj2di5ka0h66b0jnvh1451umv3n/', '0', 'Adventure', 0, 0, '', 'detonate-zombie'), (12680, '4 Pics 1 Flick', '4 Pics 1 Flick is great puzzle game for all fans of logic games!', 'https://img.gamemonetize.com/nadokl91v4qlamnyl87lld142la336iu/512x384.jpg', 'https://html5.gamemonetize.com/nadokl91v4qlamnyl87lld142la336iu/', '0', 'Puzzles', 0, 0, '', '-pics--flick'), (12681, 'Icy Purple Head 3', 'Icy Purple Head is back. Help post man to deliver parcels in time. Run jump and slide through levels. Unlock fun hats to make Icy loo even cooler! Be careful with the post birds and match the right color to hit them.', 'https://img.gamemonetize.com/lmwccafe7lglm1l9kdlz5z4ccjrq80a2/512x384.jpg', 'https://html5.gamemonetize.com/lmwccafe7lglm1l9kdlz5z4ccjrq80a2/', '0', 'Clicker', 0, 0, '', 'icy-purple-head-'), (12682, 'Hero Ball', 'Hero Ball is a fun platform game with a friendly and round little character that needs to find all its friends. Take on the role of a bouncy ball and start moving and jumping through every stage to find all the characters trapped in those horrible cages, but try not to be harmed by all the traps and enemies.', 'https://img.gamemonetize.com/q3197aolqslg5fv2mnen5rn1q72p5fis/512x384.jpg', 'https://html5.gamemonetize.com/q3197aolqslg5fv2mnen5rn1q72p5fis/', '0', 'Arcade', 0, 0, '', 'hero-ball'), (12683, 'Snowboarder Freestyle Jigsaw', 'Snowboarder Freestyle Jigsaw is a free online game in the jigsaw puzzle genre. You have 6 images in the Winter theme in three modes to play. Choose one of the modes for the game that you previously choose and start it to play. Drag and drop the pieces to solve the puzzle and create an image. Enjoy, and have fun!', 'https://img.gamemonetize.com/47l4p7ydp1u54ht1bb0a7wk67abnyoi1/512x384.jpg', 'https://html5.gamemonetize.com/47l4p7ydp1u54ht1bb0a7wk67abnyoi1/', '0', 'Puzzles', 0, 0, '', 'snowboarder-freestyle-jigsaw'), (12684, 'Fold Paper', 'Folding paper is a very casual and fun children\'s online free game, each level has a different shape, the shape is so beautiful, so attractive. Do you want to know how it folds? You need to click or swipe to find the right order to complete the image, and it gets harder as you get further along. Use your imagination to challenge.', 'https://img.gamemonetize.com/0ljg6cvds833v8jes758dy2gjw4d1xco/512x384.jpg', 'https://html5.gamemonetize.com/0ljg6cvds833v8jes758dy2gjw4d1xco/', '0', 'Boys', 0, 0, '', 'fold-paper'), (12685, 'Princess College Couples', 'The battle of the year takes place at the Fairy Tale High where three popular couples compete against each other for the hottest couple on campus title! Who do you think will win the title this year? Come and get started with this amazing dress-up game for girls called Princess College Couples, meet the three finalists and help us pick a winner. The first couple you get to dress up is one classic and surely one of your favorites: Beauty and the Beast are waiting for you to join the fun. Start with Belle and dress her up in the chicest pair of jeans you can find in her wardrobe, a colorful t-shirt, sneakers, and a sporty jacket for a complete look. Then pick something to match for the Beast as well and move to the next couple on our list: Aladdin and Jasmine. The independent, rebellious young princess and her handsome ex-street rat are surely the most colorful couple on the campus. They both love bright, vivid colors and they are huge fans of denim - can you put together a statement look with all their favorites? Next, be prepared to meet the third couple getting ready to enter our competition. They are Elsa and Jack and they surely are one of the most popular couples in town. Browse through their trendy wardrobes and dress them up in matchy-matchy outfits. Save your creation and share it with us in a comment below! Have a great time playing the Princess College Couples dress-up game for girls online at Dop5.com!', 'https://img.gamemonetize.com/uj8gz3973hg3q2ev8d55e6rjcra1kpfg/512x384.jpg', 'https://html5.gamemonetize.com/uj8gz3973hg3q2ev8d55e6rjcra1kpfg/', '0', 'Girls', 0, 0, '', 'princess-college-couples'), (12686, 'Minecity Breakers', 'The objective of the game is to take the giant Minecraft as far as you can in the city destroying everything on your way accumulating as many points as possible.', 'https://img.gamemonetize.com/0tt68ra8bwo42fryz6skgdr7r556k2lb/512x384.jpg', 'https://html5.gamemonetize.com/0tt68ra8bwo42fryz6skgdr7r556k2lb/', '0', 'Arcade', 0, 0, '', 'minecity-breakers'), (12687, 'Desert Skeet Shoot', 'Play Desert Skeet Shoot and aim for the flying clay in this epic 3D skeet shooter game. There are four different levels to complete, each level you get 20 shots, once you run out of ammo you will automatically move to the next stage. Try to shoot all of the clay targets as you rack up a high score and try to unlock all of the awards. After you complete all 4 levels your high score will be submitted to the leaderboard.', 'https://img.gamemonetize.com/35nt43v6anmbv4gcnrg7nr8g90mjl7z7/512x384.jpg', 'https://html5.gamemonetize.com/35nt43v6anmbv4gcnrg7nr8g90mjl7z7/', '0', 'Shooting', 0, 0, '', 'desert-skeet-shoot'), (12688, 'Mr Autogun', 'The objective of the game is to help the little soldier to aim and shoot to eliminate all the enemies, but be careful jump the obstacles in each level you can improve your score.', 'https://img.gamemonetize.com/vyswde88rv7kqasrxyvrrsc3u98fe3ct/512x384.jpg', 'https://html5.gamemonetize.com/vyswde88rv7kqasrxyvrrsc3u98fe3ct/', '0', 'Arcade', 0, 0, '', 'mr-autogun'), (12689, 'Stunt Car Challenges ', 'Play Stunt Car Challenges Fun and enjoyment filled stunt car game with casual fun and also challenging levels. Beat the other players in the multiplayer racing arena and rise to the top! Tweak your car to be the best on the planet! This game has muscle cars, jump ramps, Loops, fire rings, racing tracks, skill tracks, puzzle tracks, racing against trains, customisable cars, monster trucks, online racing and upgradable cars from stunt to monster car levels. Download now! Win the challenges in stunt tracks with your awesome stunt car! Drive on tracks with jumps, loops and obstacles! Race against a train! Beat the cop cars ! Try the new racing levels against the opponent car! Start playing the fun tracks right now, and challenge yourself to get three stars from all levels! Complete levels, and open San Francisco city and port levels! Drive on the spectacular tracks on Golden Gate bridge. Beware of the trolley cars and cops.', 'https://img.gamemonetize.com/o9v7aldmzs8n8wpxojj5g9bl84pocnws/512x384.jpg', 'https://html5.gamemonetize.com/o9v7aldmzs8n8wpxojj5g9bl84pocnws/', '0', 'Racing', 0, 0, '', 'stunt-car-challenges-'), (12690, 'Ball Merge 2048', 'In Ball Merge 2048, you start the game with ball number 2 and enlarge your ball with multiples of number 2. Try to reach the 2048 ball by collecting the same numbers as your ball. Watch out for bridges and spikes on the road. As the levels progress, the levels will get harder. Try to reach the highest peak by reaching the number 2048.', 'https://img.gamemonetize.com/7zx2kvn3d131p6raseibbfjwb9o2zsqq/512x384.jpg', 'https://html5.gamemonetize.com/7zx2kvn3d131p6raseibbfjwb9o2zsqq/', '0', 'Hypercasual', 0, 0, '', 'ball-merge-'), (12691, '2048 Number Ball', 'The Eatable Numbers Ball Game is a fun way to get your child involved and active while they\'re playing outside. Eatable Numbers Ball Game eat as many numbers from 1 to 9 that appear on your screen when they pop up. You’ll get more points if it\'s a Lowest number!', 'https://img.gamemonetize.com/3lhbdsqj4dhi69cn73i6zvbqigac7agh/512x384.jpg', 'https://html5.gamemonetize.com/3lhbdsqj4dhi69cn73i6zvbqigac7agh/', '0', 'Puzzles', 0, 0, '', '-number-ball'), (12692, 'Ten Pin Bowling', 'Tenpin Bowling is the popular sport which has become a trend lately. It is a free simulation game of Ten Pin Bowling. Its smooth graphics, realistic physics and balance gameplay make it a fantastic bowling game. Play it today only! Ten Pin Bowling is a popular game that has been very enjoyable to many arcade lovers in the past. This game\'s physics is much similar to the real bowling. It\'s not just about gaining points, but also making an impressive strike. In short, this free sports ball game is of high standard, owning fantastic graphics and sounds as well as offering incredible tastes worth a million dollars when it comes to fun! Don’t play bowling alone! Enjoy Ten Pin Bowling (Tenpin Bowling) online with your friends right now!', 'https://img.gamemonetize.com/ib5nxj1ngwztd4g7s0u7zhfani1dxv2e/512x384.jpg', 'https://html5.gamemonetize.com/ib5nxj1ngwztd4g7s0u7zhfani1dxv2e/', '0', 'Sports', 0, 0, '', 'ten-pin-bowling'), (12693, 'Hungry Snake', 'Classic arcade Hungry Snake.io gets an upgrade for unique online live events play. Slither to the top of the leaderboard in this popular mobile version of the beloved arcade game! Snake.io combines trendy art with old-school classic snake game mechanics, allowing players to start as a small worm and try to get bigger by eating their way through each level while collecting power ups that help them survive longer on their journey up towards becoming a big fat snake like everyone else! Classic arcade Hungry Snake gets an upgrade for unique online live events play', 'https://img.gamemonetize.com/7redsmb6wop79xveh6aenq6i4s38bx4d/512x384.jpg', 'https://html5.gamemonetize.com/7redsmb6wop79xveh6aenq6i4s38bx4d/', '0', 'Adventure', 0, 0, '', 'hungry-snake'), (12694, 'Red Ball Forever', 'Save the world from the monsters, and complete all levels but it’s harder when you have no arms or legs! Now Red must bounce, float, and roll his way around and complete all levels. Collect all stars and unlock awesome skins for the ball.', 'https://img.gamemonetize.com/4crrj4q38b7ov04zdnerj2voalw34mws/512x384.jpg', 'https://html5.gamemonetize.com/4crrj4q38b7ov04zdnerj2voalw34mws/', '0', 'Arcade', 0, 0, '', 'red-ball-forever'), (12695, 'Rescue Princess Game', 'Many missions await you to help the hero to rescue the princess from danger by solving a puzzle in the Hero Rescue Princess game The hero is on a dangerous journey to save the princess from her evil clutches. In this exciting puzzle game, you will need to use your skills and logic to solve the puzzles and reach the princess before time runs out. Be sure not to get too lost in this challenging game as there are many levels waiting for you!', 'https://img.gamemonetize.com/49zux6bak2dirr0hv0zjunlwnaqq1cj6/512x384.jpg', 'https://html5.gamemonetize.com/49zux6bak2dirr0hv0zjunlwnaqq1cj6/', '0', 'Adventure', 0, 0, '', 'rescue-princess-game'), (12696, 'Highway Racing', 'Meet yourself with dangerous racing on the highway where speed determines the winner! Avoid obstacles on the road and collect bonuses.', 'https://img.gamemonetize.com/3qvzkws62243k20mazily6py29qfr0ml/512x384.jpg', 'https://html5.gamemonetize.com/3qvzkws62243k20mazily6py29qfr0ml/', '0', 'Racing', 0, 0, '', 'highway-racing'), (12697, 'Uphill Rush Slide Jump', 'Play Uphill Rush Slide Jump the new online game from this well known series, this time in 3D graphics. You can yet again try out free rides on numerous water attractions and rides. While accelerating, you will be tasked with hitting a marked part on a circle. If you do so, you will be launched really far. You will collect diamonds on your way that you can later use to buy new inflatable items. You don’t need to worry though, since some will get available continuously, as you get to a certain distance. You can also pick different upgrades that will help you get further. How far will you fly and where will you land in this 3D action game? Hop into all of the awesome inner tubes and other vehicles at this gigantic water park. Can you blast off each one of the ramps and zoom across hundreds of meters in each thrilling level? You’ll need to use your boosters at just the right moments. You can also collect cool upgrades along the way.', 'https://img.gamemonetize.com/v4mouuh9yz8yvj6wtvsmxt7ygzo0aaot/512x384.jpg', 'https://html5.gamemonetize.com/v4mouuh9yz8yvj6wtvsmxt7ygzo0aaot/', '0', 'Hypercasual', 0, 0, '', 'uphill-rush-slide-jump'), (12698, 'Squid Jump Challenge', 'Squid Jump Challenge is a new jump game that focuses upon the practice of Squid Jump. With Squid Jump Challenge, you will be able to explore different areas of your body and achieve degrees in the process. This game is unrivaled in terms of content and challenges those who are looking to start their Squid Jump challenges soon. Squid Jump Challenge is a new Jump game based upon Squid Jump Challenge. Start your challenge today with unrestricted degrees and countless game play. If you do not jump later, you will be eliminated. Take care with your actions. If you do not take note, you may fall short! Squid Jump Challenge is a new free game that challenges players to jump more than ever before. In this game, you are able to jump through different levels and platforms in order to achieve the highest score. With unlimited degrees and countless game play opportunities, Squid Jump Challenge is the perfect way to celebrate all things Squid.', 'https://img.gamemonetize.com/uww2pws9vwx3ltt7ml8t86udx37e36w3/512x384.jpg', 'https://html5.gamemonetize.com/uww2pws9vwx3ltt7ml8t86udx37e36w3/', '0', 'Arcade', 0, 0, '', 'squid-jump-challenge'), (12699, 'Sweet Fashion Desserts', 'Welcome to the Sweet Fashion Desserts! Here we can make various rainbow desserts together! Such as rainbow cake pops, rainbow cupcake, and my favorite rainbow slushy! Try to mix different colors of cakes, cream or juice to create the unique magic rainbow desserts! Come on! Let\'s get start now!', 'https://img.gamemonetize.com/a5vejyewimega7vv7c5793illzj1jv5y/512x384.jpg', 'https://html5.gamemonetize.com/a5vejyewimega7vv7c5793illzj1jv5y/', '0', 'Arcade', 0, 0, '', 'sweet-fashion-desserts'), (12700, 'Super Stickman Biker', 'Avoid amazing obstacles while you master the tricky tracks perform insane stunts and wheelies or relax while riding the chopper through spectacular landscapes Collect pieces and buy new bikes to reach more speed and better stunts', 'https://img.gamemonetize.com/37g42yma4kdbbkbizzuw9q9nukbrl0q9/512x384.jpg', 'https://html5.gamemonetize.com/37g42yma4kdbbkbizzuw9q9nukbrl0q9/', '0', 'Adventure', 0, 0, '', 'super-stickman-biker'), (12701, 'Geometry Neon Dash Subzero', 'New geometry neon dash subzero is here! Jump in, brace yourself and get ready for a real challenge! This won\'t be easy...Tap the screen and jump, fly and evade all objects, collect some balls and unlock the new characters!Try the new graphics and new Levels, new characters and more challenge than ever', 'https://img.gamemonetize.com/n36eek7tteiyggn4ingtclgejv4d2a5i/512x384.jpg', 'https://html5.gamemonetize.com/n36eek7tteiyggn4ingtclgejv4d2a5i/', '0', 'Clicker', 0, 0, '', 'geometry-neon-dash-subzero'), (12702, 'Angry zombies monstar ', 'Join thousands of players for FREE and start the slingshot adventure with zombies now ! Show your skills and strategy to kill the zombies. Aim the zombies and hit them with rock ball. Experience the fun Angry Zombie gameplay that has captured the hearts of millions of players. â— FREE to download! --- Angry Zombie is completely free to play. You can download and play it for free ! --- This game may include: - Direct links to social networking websites that are intended for an audience over the age of 13. - Direct links to the internet that can take players away from the game with the potential to browse to any web page. - Advertising of products from third parties. Although some features are available offline, this game may require internet connectivity for certain features. Normal data transfer charges apply. Credits: Audio : “Sound effects obtained from https://www.zapsplat.com“', 'https://img.gamemonetize.com/my4b4chhxtdnqny0bqjltm5hajiyqpfu/512x384.jpg', 'https://html5.gamemonetize.com/my4b4chhxtdnqny0bqjltm5hajiyqpfu/', '0', 'Hypercasual', 0, 0, '', 'angry-zombies-monstar-'), (12703, 'super market shopping games', 'Kids supermarket is funny games for kids with educational elements. Mommy makes a list of the goods that you need to buy in the supermarket. Daddy, Hippo and her brother have taken a trolley and gone to the supermarket to find all products that Mommy has added to the shopping list. At the top of the screen there a list of goods you must find. Help Hippo to find all the products which are in the list. Look attentive at the shop shelves and when you see a product from the list, just put it to the trolley. Do not forget to look for the Daddy and little brother, they always try to throw in the basket something extra. Then Hippo with her daddy and little brother go to the cashier and pay for the goods. Afterall you will meet Mommy, who will check the shopping list and all you have bought. And do not buy anything extra. Collect all 5 stars and Mommy will be happy! The kids supermarket sells a variety of products that are familiar for kids: fruits, vegetables, clothes, shoes, garden tools, etc. Baby will be happy to search for products and fill the trolley. - Funny game for kids and all family - Learn while you play - Colorful pictures - Supermarket with many different products - Search for items - Learn to count money - Educational games for kids Have fun and enjoy new Supermarket game for kids! Visit us: Website: http://psvgamestudio.com Facebook: https://www.facebook.com/PSVStudioOfficial Twitter: https://twitter.com/Studio_PSV Youtube: https://www.youtube.com/channel/UCwiwio_7ADWv_HmpJIruKwg E-mail: babygamepub@gmail.com', 'https://img.gamemonetize.com/0ka7mzk9kur877mjftfwxetur4u63ylh/512x384.jpg', 'https://html5.gamemonetize.com/0ka7mzk9kur877mjftfwxetur4u63ylh/', '0', 'Hypercasual', 0, 0, '', 'super-market--shopping-games'), (12704, 'Bugatti Bolide Jigsaw Puzzle', 'In Bugatti Bolide Jigsaw Puzzle there are 6 images of the most extreme modern Bugatti. Solve all the puzzles and keep your brain sharp. You have four modes for each picture, 16 pieces, 36 pieces, 64 pieces and 100 pieces. Enjoy and have fun.', 'https://img.gamemonetize.com/g4tlazztb7of921o8edf8bsfke850xk4/512x384.jpg', 'https://html5.gamemonetize.com/g4tlazztb7of921o8edf8bsfke850xk4/', '0', 'Puzzles', 0, 0, '', 'bugatti-bolide-jigsaw-puzzle'), (12705, 'Cute Monsters Jigsaw', 'Cute Monsters Jigsaw is a free online game in the jigsaw puzzle genre. You have 6 images in three modes to play. Choose one of the modes for the game that you previously choose and start it to play. Drag and drop the pieces to solve the puzzle and create an image. Enjoy, and have fun!', 'https://img.gamemonetize.com/v476qe4tovq8wy7i0n51l9e2azdt09jz/512x384.jpg', 'https://html5.gamemonetize.com/v476qe4tovq8wy7i0n51l9e2azdt09jz/', '0', 'Puzzles', 0, 0, '', 'cute-monsters-jigsaw'), (12706, 'Play TikTok Inspired Outfits Game', 'Play our free TikTok Famous makeup game for a funny and unforgettable experience. Come back each and every day for a free new makeup game.', 'https://img.gamemonetize.com/0tmojrpb11nse1cghgkkf64go0h96udz/512x384.jpg', 'https://html5.gamemonetize.com/0tmojrpb11nse1cghgkkf64go0h96udz/', '0', 'Girls', 0, 0, '', 'play-tiktok-inspired-outfits-game'), (12707, 'Hang a Wall Clock', 'Instruction Hang a wall Clock is a point and click game developed by 8B Games/Games2live. Imagine that you want to move into a colour room house., On there you had trapped. Here is the interesting puzzles and hidden objects to find and get escape from the colour Room. Good luck.. Have fun!', 'https://img.gamemonetize.com/mzrak6uj8j2nb720vsc699qa41sil778/512x384.jpg', 'https://html5.gamemonetize.com/mzrak6uj8j2nb720vsc699qa41sil778/', '0', 'Puzzles', 0, 0, '', 'hang-a-wall-clock'), (12708, 'Baby Good Habits Learn To Be A Baby', 'What good habits for your kids do you know, moms? Let learn these good habits with your children together. Remember to brush your teeth before going to bed. And then take a good shower. Adjust the suitable temperature and put on a waterproof cap for your baby. Most importantly, let your baby form good sleeping habits, and go to bed on time every day. OK! Let practice these habits in this game! You will benefit a lot!', 'https://img.gamemonetize.com/0ocei0101dnp1mgw3qcay3k72yz7v2v8/512x384.jpg', 'https://html5.gamemonetize.com/0ocei0101dnp1mgw3qcay3k72yz7v2v8/', '0', 'Girls', 0, 0, '', 'baby-good-habits--learn-to-be-a-baby'), (12709, 'Glam Doll Salon Makeup & Dressup Game', 'Let show your style in Glam-Doll-Salon. Glam Doll Salon is a fun design and dress-up game for girls! All kinds of dresses and cosmetics are waiting for you. All you have to do is design the latest styles, makeup, and hair, then dress the model until she looks perfect! Who does not like beautiful girls? Let begin now!', 'https://img.gamemonetize.com/m51m4kcrbufvcixdd90yctqo80e8izdy/512x384.jpg', 'https://html5.gamemonetize.com/m51m4kcrbufvcixdd90yctqo80e8izdy/', '0', 'Hypercasual', 0, 0, '', 'glam-doll-salon--makeup-amp-dressup-game'), (12710, 'Deep Space Horror Outpost', 'You are out of energy for your space cruiser. Lucky for you, there is an Deep Space Outpost. You need to collect 8 Energy Cells so you can go on with your journey. But, this isn\'t easy as is sounds. Station is abandoned, by humans. Only think remain on that station, is not human, and its bloodthirsty! Good luck!', 'https://img.gamemonetize.com/zyq2hd8j0nld46fklqgj0cyacbpo09mn/512x384.jpg', 'https://html5.gamemonetize.com/zyq2hd8j0nld46fklqgj0cyacbpo09mn/', '0', 'Shooting', 0, 0, '', 'deep-space-horror-outpost'), (12711, 'Big NEON Tower VS Tiny Square', 'Ride the vaporwaves and avoid the neon nusiences in the 3rd instalment of the Big Tower Tiny Square series played by MILLIONS across the web! Inspired by 90s arcades, the Big NEON Tower is one giant level broken up into large single-screen sections. Each obstacle has been meticulously placed. Each section devilishly designed. It will take patience and skill to navigate the maze-like tower. Precision is key to success! Come chat about the game in our Discord: https://discord.gg/89bTXwhv Troubleshooting: Game is choppy/low FPS: Toggle the PERFORMANCE button in options for smoother gameplay. (Defaulted On for mobile) Too zoomed out: Toggle the ZOOM button in options for a zoomed in view on the player. (Defaulted On for mobile) Can\'t start: Highlight the start button with A/D and press space (Keyboard) or Joystick and A button (Controller) or click Start. On mobile just touch the start button.', 'https://img.gamemonetize.com/2iq6yflfmi66q60gb2dsuhrot7ah6c1i/512x384.jpg', 'https://html5.gamemonetize.com/2iq6yflfmi66q60gb2dsuhrot7ah6c1i/', '0', 'Arcade', 0, 0, '', 'big-neon-tower-vs-tiny-square'), (12712, 'Draw and Destroy', 'Draw the flight path of the weapon in such a way as to avoid obstacles and destroy all enemies. Don\'t forget to collect coins, you can use them to buy new weapons. Draw and Destroy!', 'https://img.gamemonetize.com/68x0qltje2macsub5qq20qladrzd4d1h/512x384.jpg', 'https://html5.gamemonetize.com/68x0qltje2macsub5qq20qladrzd4d1h/', '0', 'Hypercasual', 0, 0, '', 'draw-and-destroy'), (12713, 'Barbie Dress Up Party', 'Fashion designer pretty girl barbie is getting ready for the party tonight. It has to look good at the party. Let\'s help her choose the most beautiful outfits.You can choose your hair, clothes, glasses, earrings, bags, necklaces and shoes from the menus on the screen.', 'https://img.gamemonetize.com/7f1u9fzog5yrj4i9jph7zsqmaocolei6/512x384.jpg', 'https://html5.gamemonetize.com/7f1u9fzog5yrj4i9jph7zsqmaocolei6/', '0', 'Girls', 0, 0, '', 'barbie-dress-up-party'), (12714, 'Noob Huggy Kissy', 'You must help them survive in the jungle and get home. Huggy and Kissiy miss their home so much and there are many dangers on the way to go home. It\'s snowing and it\'s getting cold. They need to watch out for the enemies in the snowy forest. You have to watch out for the bees and slime or you may die. Complete 10 different maps and reach home.', 'https://img.gamemonetize.com/kawuncmeghtn2ygycoipir969n0mw6ji/512x384.jpg', 'https://html5.gamemonetize.com/kawuncmeghtn2ygycoipir969n0mw6ji/', '0', 'Adventure', 0, 0, '', 'noob-huggy-kissy'), (12715, 'Taxi Driver 3D', 'Drive a taxi in the city. Earn money by taking your customers to their desired destination. have fun', 'https://img.gamemonetize.com/nupd0ph57l6afvykhgixw5ethh9ky931/512x384.jpg', 'https://html5.gamemonetize.com/nupd0ph57l6afvykhgixw5ethh9ky931/', '0', 'Racing', 0, 0, '', 'taxi-driver-d'), (12716, 'Ball Jointed Doll Creator Makeover Game', 'Create your own beautiful and special BJD doll! Dress up a cute character and save it as cute wallpaper on your device. You can design a BJD doll in any style you like. Choose your favorite posture for your doll and complete her look with a perfect hairstyle, expression, colored eyes. Add accessories to match her outfit!', 'https://img.gamemonetize.com/kzij24za0o68d4fj7dkx93kq1djqr1ul/512x384.jpg', 'https://html5.gamemonetize.com/kzij24za0o68d4fj7dkx93kq1djqr1ul/', '0', 'Hypercasual', 0, 0, '', 'ball-jointed-doll-creator--makeover-game'), (12717, 'Princess Candy Makeup Sweet Girls Makeover', 'Welcome to Princess Candy Makeup! Let\'s learn to style! This time, they got something new for you, all kinds of sweet stuff. Candies, ice cream, cakes, chocolate, lollipops... But, can you believe it? They can be accessories put on clothes, hairstyles, makeup, and pieces of jewelry. Feeling curious now? Come check them out and design styles with imagination.', 'https://img.gamemonetize.com/4ge21psisd9rsj10kcz62t0qgei244ul/512x384.jpg', 'https://html5.gamemonetize.com/4ge21psisd9rsj10kcz62t0qgei244ul/', '0', 'Hypercasual', 0, 0, '', 'princess-candy-makeup--sweet-girls-makeover'), (12718, 'Flying Blue Bird', 'Use your finger and flap your wings to fly be careful try to avoid all dangerous green pipes! Product feature bullets: • Two Locked Birds! • Cute Graphics! • Tap to Fly and Flap! • 3 Different Characters! • Extremely Addictive! • Cool Sound FX!', 'https://img.gamemonetize.com/s0mwxa3dnqwolzn8t2huicgyk8b1aqda/512x384.jpg', 'https://html5.gamemonetize.com/s0mwxa3dnqwolzn8t2huicgyk8b1aqda/', '0', 'Hypercasual', 0, 0, '', 'flying-blue-bird'), (12719, 'Fruits Cubes', 'It\'s Time to Crush some Delicious Fruit Cubes. The objectif of this game is very simple, Just Tap to crush 2 or more Similar Fruit Cubes to clear them from the board. The more cubes you pop, the more chance you have to complete hard levels. Let\'s crush Fruit Cubes', 'https://img.gamemonetize.com/95z4ei1bm5h89k12s4pge1dt4ml2mnrw/512x384.jpg', 'https://html5.gamemonetize.com/95z4ei1bm5h89k12s4pge1dt4ml2mnrw/', '0', 'Puzzles', 0, 0, '', 'fruits-cubes'), (12720, 'Beauty Race 3D', 'Every girl wants to be the most beautiful and stylish, to have a good figure and the best cosmetics. There is nothing wrong with this desire, but is everyone trying to do something for this, because one desire is not enough, something must be done! Let\'s see what virtual girls do for this and what tests they face!', 'https://img.gamemonetize.com/cv7usoydxpflaeecvlagramt908lewwc/512x384.jpg', 'https://html5.gamemonetize.com/cv7usoydxpflaeecvlagramt908lewwc/', '0', 'Girls', 0, 0, '', 'beauty-race-d'), (12721, 'Sky Fairy Dress Up', 'Would you like to dress her up as the sky fairy is flying through the blue clouds? Dress up the fairy with your choice. May all our good wishes come true thanks to the fairies in the sky. All girls love fairies.', 'https://img.gamemonetize.com/d4kk99ixulcncdcgpftncscjvx9b7hrc/512x384.jpg', 'https://html5.gamemonetize.com/d4kk99ixulcncdcgpftncscjvx9b7hrc/', '0', 'Girls', 0, 0, '', 'sky-fairy-dress-up'), (12722, 'Bloom Lovely Girl Dress Up', 'Bloom is a very beautiful fairy girl. She lives in the palace with her girlfriends. Her boyfriend\'s name is Sky. She is preparing for the dating. Let\'s dress her to our liking. Let\'s get ready to meet.', 'https://img.gamemonetize.com/6tubqk2r1sv5g15igj7cs2yhb7nwear9/512x384.jpg', 'https://html5.gamemonetize.com/6tubqk2r1sv5g15igj7cs2yhb7nwear9/', '0', 'Girls', 0, 0, '', 'bloom-lovely-girl-dress-up'), (12723, 'Bloom and Flora Dress Up', 'Bloom and Flora are good girlfriends. Beautiful fairy girls need help choosing the most beautiful dresses. Which one do you think will be better? The choice is yours. Let\'s dress up them.', 'https://img.gamemonetize.com/tatiuguesy39mqg6ou8ts8uhetbxpeby/512x384.jpg', 'https://html5.gamemonetize.com/tatiuguesy39mqg6ou8ts8uhetbxpeby/', '0', 'Girls', 0, 0, '', 'bloom-and-flora-dress-up'), (12724, 'Kill Birds', 'Tap the birds out of the sky in this fast paced action strategy game from Mapi games. Try to finish all round in less time you can! have fun!', 'https://img.gamemonetize.com/gsyli501yx8b8jwxode6wjg2x16g7vil/512x384.jpg', 'https://html5.gamemonetize.com/gsyli501yx8b8jwxode6wjg2x16g7vil/', '0', 'Hypercasual', 0, 0, '', 'kill-birds'), (12725, 'Noob Huggy Winter', 'It is snowing in game 2 of the series and are you up for the adventure of a noob huggy running with a christmas hat on a cold winter day? In this adventure, we must protect ourselves by jumping from dangerous slime and thorns in the snow-covered forest. We have to be careful with the bees, they can sting, if they do, you may die. collect the diamonds, get the key and go through the door. You can nature in a cave or in a forest, but don\'t give up, go straight to the door!', 'https://img.gamemonetize.com/2tdme13qqgsemubzvazz1dq5bx5p73tg/512x384.jpg', 'https://html5.gamemonetize.com/2tdme13qqgsemubzvazz1dq5bx5p73tg/', '0', 'Arcade', 0, 0, '', 'noob-huggy-winter'), (12726, 'Smash The Ants', 'These ants are everywhere! Hurry up stop them before they go out of the screen! your last line of defense. How many points can You score? Enjoy it!', 'https://img.gamemonetize.com/g2lo1g8orprz3br861pxyqihanuo6252/512x384.jpg', 'https://html5.gamemonetize.com/g2lo1g8orprz3br861pxyqihanuo6252/', '0', 'Clicker', 0, 0, '', 'smash-the-ants'), (12727, 'Kim Cat', 'Kim Cat is a 2D platform game where you have to collect and eat cookies while avoiding spikes and enemies and finally, reach the red flag. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/c9ovk4c6lpkrf61z3z6bkviqf3wgzvkw/512x384.jpg', 'https://html5.gamemonetize.com/c9ovk4c6lpkrf61z3z6bkviqf3wgzvkw/', '0', 'Arcade', 0, 0, '', 'kim-cat'), (12728, 'Truck Simulator 2021 Europe', 'Here is a truck driving transport simulation game with a 3D game engine. As a professional driver, you need to send cargo completely to the destination at each level. You have no choice but to keep the track steady. Glad you will always complete the transport missions in time!', 'https://img.gamemonetize.com/ax6vh5y01c4fpmg5m6p9snv6iosin5ie/512x384.jpg', 'https://html5.gamemonetize.com/ax6vh5y01c4fpmg5m6p9snv6iosin5ie/', '0', 'Racing', 0, 0, '', 'truck-simulator---europe'), (12729, 'City Car Parking 3D', 'Modern Car Parking The dawn of a new era of car parking games. A realistic experience of car games offline, Modern Car Parking 3D is the ultimate car simulator. An exquisite adventure of free games; car parking made fun with our driving games. A brand new car parking and driving simulator are highly recommended for you. Get lost in the thrilling car parking game, it is one of the best games. If you want to learn to drive then you must utilize this car parking', 'https://img.gamemonetize.com/bre0elct0s7f8nqzbnfc9m1w5iv3k6ku/512x384.jpg', 'https://html5.gamemonetize.com/bre0elct0s7f8nqzbnfc9m1w5iv3k6ku/', '0', 'Racing', 0, 0, '', 'city-car-parking-d'), (12730, 'Car Driving 3D', 'Stunt Car Driving Pro is an awesome stunt car game development by CoolMathGamesKids.com, where you you will drive your car as fast as possible to perform various stunts on loop, sliders and sloppy roads.', 'https://img.gamemonetize.com/hrvqxnasrgaaz4l6dvgxnoorix7yr003/512x384.jpg', 'https://html5.gamemonetize.com/hrvqxnasrgaaz4l6dvgxnoorix7yr003/', '0', 'Racing', 0, 0, '', 'car-driving-d'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (12731, 'Bus Driving 3d', 'Real School Bus Driving game would take you in the imagination of your school life because this game is a real simulation of actual offroad school bus driving adventure. This is the time to show your professional offroad school bus driving skills to your friends and tell them you are always on time for your high school. Be the best driver of high school bus games by showing your punctuality and highway', 'https://img.gamemonetize.com/0p8ywj951tavhk77j7wdfgdghcrgirkb/512x384.jpg', 'https://html5.gamemonetize.com/0p8ywj951tavhk77j7wdfgdghcrgirkb/', '0', 'Racing', 0, 0, '', 'bus-driving-d'), (12732, 'Gta City Driver 3', 'Modern Bus Parking: Bus Driving Games Ready to play Luxury Bus Parking Simulator Game 2020, become a real bus driver Apic Studio launched new theme based City Coach Bus Driving Sim : Bus Games 2020 game for parking & simulation users. Bus Parking and Simulation Games brings you the all new Smart coach bus parking: new free game, the most realistic city bus Game play includes many beautiful coach Buses. Eye-catching hilly mountainous environment will make you feel like driving a real coach. City coach bus parking 3d: drive simulator is a game full of thrill and adventure. You have pick the passengers and drop them at destinations by driving the coach on highways through the dangerous terrain and uphills to the city and from city to coach terminal. In Modern bus parking simulator: driving game 2020 you can witness the beauty of nature as you are driving the coach on uphills and mountain tops. Beautiful hill station surrounding by hills and forest and highways. City Coach Bus Driving 3D : Free Bus Games Let\'s come and play most entertaining public Coach bus simulator game where your learned bus driving skills! When you play offroad bus driving simulator and city bus coach simulator just Complete challenging missions, pick and drop passengers to city bus driving points and upgrade your bus for better driving and real bus driving simulator. Indian Coach Bus Transport Driving Sim : Bus games 2020 gives you a realistic city bus simulator driving experience and euro bus coach simulator skills. Super Bus Arena : Public Coach Driving Simulator Passenger bus city driving 2020: free parking is the Best Simulation game with Real Smooth and Realistic control. Around 30+ Levels which design with differed weather, Environment and Mode. where you have to prove your Driving Skills between narrow path. To complete level with high Reward Reached Parking Spot without collision of any hurdle. In this game you have two chance for collision. Public Transport Bus : Free Bus Driving Games We are bringing this Indian coach bus driving simulator 2020 games for everyone can enjoy this Euro bus racing simulator 3d: new parking 2020. The smooth controls of Impossible bus driving simulator 3d: real parking will make it attractive to play. This is realistic bus driving game so you have to park a huge number of buses in this impossible bus parking master 3d free game. Drive bus in offroad stunts, curvy tracks is not so easy you have to improve your offroad bus simulator driving skills of free bus parking simulator 2020. City Bus Coach Simulator : Free Bus Driving Games You can drive public bus, passenger bus parking, heavy buses but be careful to avoid hitting the game hurdles in this Public coach bus spooky stunt parking game. Indian city bus parking 3d game has challenging jumbo missions, so improve your bus driving skills to make sure to park bus parking safely. Public Coach Bus Drive Simulator : Bus Games 2020 Select your favorite long vehicle and get behind the wheels of steering, fasten your seat belt, start the bus engine to show the exact precision of driving and parking in realistic city environment. Your main task is drive and park your giant bus in parking area, many difficulties and hard challenges will make your task more challenging. Feel the thrill of steering on jumbo but beautiful piece of machinery. Reach at your destination without any collision with any obstacles, hurdles and other parked vehicles on your way. Drive through parking tracks and avoid cones and road barriers to reach at your bus parking spot Real Coach Bus Simulator 2020 : City Bus Driving Features of US City Bus Simulator 2020 : Bus Driving Games • Smooth controls with pressure brakes and accelerator • Customize camera positions • Very smooth steering control • Lots of tourist buses • Free bus parking simulation game 3d exclusively for you Public Bus Transport Simulator: City Bus Free Game is free to play and supported by ADS.', 'https://img.gamemonetize.com/mrnkjj8nowipuoapbwjkh5z92tmovzzk/512x384.jpg', 'https://html5.gamemonetize.com/mrnkjj8nowipuoapbwjkh5z92tmovzzk/', '0', 'Racing', 0, 0, '', 'gta-city-driver-'), (12733, 'Path Control', 'Aim of the game is to hit the basket with standing ball. By clicking on objects with the mouse you will force them to move left or right and change their location. This way you can make the ball move in the direction you want. When the ball enters the basket, you receive points and proceed to the next level. Have fun.', 'https://img.gamemonetize.com/ypqo4r2eg7y6l6o0njnvqvnb1z3bjwbp/512x384.jpg', 'https://html5.gamemonetize.com/ypqo4r2eg7y6l6o0njnvqvnb1z3bjwbp/', '0', 'Puzzles', 0, 0, '', 'path-control'), (12734, 'Love Pins Pull Pins and Brain Wash', 'Love has to triumph over everything! Will you manage to help this beautiful couple of lovers to meet again safe and sound avoiding all kinds of dangers along the way? Watch each level carefully and choose the right order in which to remove the barriers so that dangerous thieves and fierce killer dogs die at the hands of explosives and sharp arrows without any harm to our protagonists. You\'ll just have to test your intelligence and develop a coherent game strategy so that all levels are overcome with a great victory! Good luck', 'https://img.gamemonetize.com/bz2xb8gq7fh60hs85x2pu2ksgrkhvpb1/512x384.jpg', 'https://html5.gamemonetize.com/bz2xb8gq7fh60hs85x2pu2ksgrkhvpb1/', '0', 'Puzzles', 0, 0, '', 'love-pins-pull-pins-and-brain-wash'), (12735, 'Sky Diver', 'Skydiver a fun sports game to play on. transiting from a high point in the atmosphere to the surface of Earth with the aid of gravity. Transiting from a high point in the atmosphere to the surface of Earth with the aid of gravity. Collect as many rings as you can and achieve high scores. Play lot more sports games with Mapi!!', 'https://img.gamemonetize.com/s3m20ojddy9y0w75vzl0eclkzuekp5oc/512x384.jpg', 'https://html5.gamemonetize.com/s3m20ojddy9y0w75vzl0eclkzuekp5oc/', '0', 'Sports', 0, 0, '', 'sky-diver'), (12736, 'VortexTunnel 3D', 'Get into the mesmerizing 3D world of Tunnel, where all you’ve got to do is survive for as long as possible as you race down an infinite tunnel! Sounds easy right? Well think again. This is no ordinary tunnel - with colours, flashes and patterns that are designed to perplex and bamboozle, you might just have a hard time keeping the ball on course.', 'https://img.gamemonetize.com/j1au4f3byoyx7bzs5rtgrlk19rfcifip/512x384.jpg', 'https://html5.gamemonetize.com/j1au4f3byoyx7bzs5rtgrlk19rfcifip/', '0', 'Clicker', 0, 0, '', 'vortextunnel-d'), (12737, 'Bolly Beat', 'Dance to the beat of the roaring Bollywood tunes using the bouncy ball. Help him jump over the tiles of the playing field to the rhythms of the musical composition you have chosen. Winning the game depends not only on the speed of your reaction, but also on your hearing.', 'https://img.gamemonetize.com/rq1w8r81gzlzxawgbplny9ve05t87208/512x384.jpg', 'https://html5.gamemonetize.com/rq1w8r81gzlzxawgbplny9ve05t87208/', '0', 'Clicker', 0, 0, '', 'bolly-beat'), (12738, 'Robot Jurassic Dragonfly', 'Create a robot Dragonfly.Join the robot war! This is quite an interesting puzzled game, in which you\'ll get to assemble together these dragonflies made out of robots of course, but be careful though, as the time is ticking and you\'ll have to move quite fast', 'https://img.gamemonetize.com/v1mozwhc6c5rh54tzdbot4fry2pr7l2e/512x384.jpg', 'https://html5.gamemonetize.com/v1mozwhc6c5rh54tzdbot4fry2pr7l2e/', '0', 'Puzzles', 0, 0, '', 'robot-jurassic-dragonfly'), (12739, 'Word Factory', 'Word Scramble, Cross-Word and Word Making, all have been put together in this interesting game. To create a word, move the pointer on the different words on left panel.', 'https://img.gamemonetize.com/gbl96kwmthv28o6smk55t9to01rlsljf/512x384.jpg', 'https://html5.gamemonetize.com/gbl96kwmthv28o6smk55t9to01rlsljf/', '0', 'Puzzles', 0, 0, '', 'word-factory'), (12740, 'Psycho Beach Mummies', 'Join the wacky Game Shakers and defeat the invaders in the Psycho Beach Mummies game! Babe, Kenzie, and the rest of the cast all love a good game! This time, their new mission consists of fighting some scary mummies, and they need your help! Do you have what it takes to lend your friends a hand? Just like in any action game, you are going on a crazy fast-paced adventure! Psycho mummies have invaded the beach, and you must keep the area safe! Your job is to take charge of the lifeguard kart and protect everyone while staying away from the mummies. Do your best and help defeat the invaders to complete this challenge! This mission has put a very cool device at your disposal. To drive the hoverboard car around the beach, all you need to do is press the arrow keys on the keyboard. Once you get the hang of it, you can go ahead and defeat the zombies so the beach can be peaceful again! Good luck!', 'https://img.gamemonetize.com/j69z4crr4pir8sf3lj2zyu9cairrns0x/512x384.jpg', 'https://html5.gamemonetize.com/j69z4crr4pir8sf3lj2zyu9cairrns0x/', '0', 'Adventure', 0, 0, '', 'psycho-beach-mummies'), (12741, 'Unicorn Slime', 'Fluffy jelly DIY slime maker has lots of fun, kids are you ready to enjoy fluffy slime jelly maker? then join us in DIY unicorn rainbow squishy fun in amazing fluffy slime maker and DIY rainbow fun factory. Play and make DIY slime glitter jelly, have fun from DIY rainbow squishy maker and play with interesting features of ultimate slime maker games which not only demonstrates how to make unicorn DIY fluffy jelly but also teaches you how to make a perfect soft oddly satisfying slime squish.', 'https://img.gamemonetize.com/wg0v1uotiaizxizcyfctvn3omvxgboud/512x384.jpg', 'https://html5.gamemonetize.com/wg0v1uotiaizxizcyfctvn3omvxgboud/', '0', 'Arcade', 0, 0, '', 'unicorn-slime'), (12742, 'Fruit Rush', 'Fruit Rush is a collecting running arcade game with 3D watermelon blocks and platforms. As a pineapple man, you need to collect watermelon blocks to overpass obstacles on the track to the finish line. The more you collect, the more coins you could win. Have a good time and complete all levels!', 'https://img.gamemonetize.com/2ut03segrwerimodnr5gdqi51tr4rm5n/512x384.jpg', 'https://html5.gamemonetize.com/2ut03segrwerimodnr5gdqi51tr4rm5n/', '0', 'Racing', 0, 0, '', 'fruit-rush'), (12743, 'Full Kids House Home Clean Up', 'Try on this new cleaning game that we\'ve just launched. You will have an amazing opportunity to restore an entire kid\'s home including the exterior. Try to do the chores around the house and maybe you will learn something that you could apply in real life because this game will teach you how to do it. Have an unusual experience with this cleaning game and try to make it appear as a presentable place for a kid. The place where you will begin this game is the laundry room.', 'https://img.gamemonetize.com/p1a6uxupckz144oua8rcw5speio3lj2u/512x384.jpg', 'https://html5.gamemonetize.com/p1a6uxupckz144oua8rcw5speio3lj2u/', '0', 'Racing', 0, 0, '', 'full-kids-house-home-clean-up'), (12744, 'Super Penguins', 'Super Penguins is a block-matching puzzle game with 2D cartoon cute penguin blocks in different mazes. As the commander of the Penguin Rescue Squad, you need to plan a safe track to rescue the trapped penguins from different shapes of ice blocks at each maze level. Keep calm and have a good time in this game!', 'https://img.gamemonetize.com/cb2pwimgoxwndjwd2195czdrids6t1b0/512x384.jpg', 'https://html5.gamemonetize.com/cb2pwimgoxwndjwd2195czdrids6t1b0/', '0', 'Puzzles', 0, 0, '', 'super-penguins'), (12745, 'Shoot Some Birds', 'Shoot some Birds to save your hills!', 'https://img.gamemonetize.com/vzdnj5esbp4woqfjapaoerm1e90hy0dj/512x384.jpg', 'https://html5.gamemonetize.com/vzdnj5esbp4woqfjapaoerm1e90hy0dj/', '0', 'Hypercasual', 0, 0, '', 'shoot-some-birds'), (12746, 'School Bus 3D Parking', 'School Bus 3D Parking is super fun online game that you can play for free on PC and mobile. No download needed! You need to park the bus on the parking spot to enter the new level. Do not hit the walls or other obstacles on the way. Collect the coins and have fun playing!', 'https://img.gamemonetize.com/b95teelu3q1w42sk8t86002tpjnr8sas/512x384.jpg', 'https://html5.gamemonetize.com/b95teelu3q1w42sk8t86002tpjnr8sas/', '0', 'Puzzles', 0, 0, '', 'school-bus-d-parking'), (12747, 'Crazy Gunner', 'Crazy Gunner is a very retro action adventure leisure shooting game. Players can experience the fun of various shooting games in this game. The vertical leisure shooting mode is combined with a variety of levels to make the playability of the game more rich and diverse. Start to experience the fun of this game.', 'https://img.gamemonetize.com/rclbnyf5q9id8gnb2hjsxoitee36ao37/512x384.jpg', 'https://html5.gamemonetize.com/rclbnyf5q9id8gnb2hjsxoitee36ao37/', '0', 'Adventure', 0, 0, '', 'crazy-gunner'), (12748, 'Noob Adventure', 'The Noob Adventure game is a fun and sometimes challenging game. Embark on a journey through 3 worlds (castle, cave, ice temple) with obstacles and puzzles that will challenge you at any moment. This game will be interesting to those who like pixel games like in 8 or 16 bit consoles. Fans of Minecraft games, Sokoban and puzzles in general. - 3 locations - 30 levels - Pixel art style game - Interesting and challenging puzzles', 'https://img.gamemonetize.com/5rlynamrqha4zapv6bfmbtc8pmlvq9gy/512x384.jpg', 'https://html5.gamemonetize.com/5rlynamrqha4zapv6bfmbtc8pmlvq9gy/', '0', 'Puzzles', 0, 0, '', 'noob-adventure'), (12749, 'Teeth Runner', 'As we all know, teeth are vital organs. Oral health directly or indirectly affects the health of the whole body. Oral diseases can damage the hard tissues of the teeth and the supporting tissues around the teeth. Some microorganisms exist in the oral cavity for a long time, which can cause or aggravate certain systemic diseases and harm. Whole-body health affects the quality of life. In the Teeth Runner game, you need to clean the teeth for those with oral conditions and avoid those terrible pollutants. Are you ready?', 'https://img.gamemonetize.com/bumxxqgfnlc5dskfotazawjvaytdu9d6/512x384.jpg', 'https://html5.gamemonetize.com/bumxxqgfnlc5dskfotazawjvaytdu9d6/', '0', 'Girls', 0, 0, '', 'teeth-runner'), (12750, 'Mr. Dragon', 'Mr. Dragon is a fun puzzle game where you play as a dragon that has to defend himself against the Vikings.', 'https://img.gamemonetize.com/zv3o7tqmj3jj0hen8v6tnd8hzvo52bz7/512x384.jpg', 'https://html5.gamemonetize.com/zv3o7tqmj3jj0hen8v6tnd8hzvo52bz7/', '0', 'Shooting', 0, 0, '', 'mr-dragon'), (12751, 'ICESCREAM HORROR NEIGHBORHOOD', 'The ice-cream seller has come to the neighborhood! He has kidnapped your friend and neighbor Charlie and you\'ve witnessed it all… He has frozen your best friend using some sort of superpower and has taken him somewhere with his van. Your friend is missing, and worse… What if there are more children like him?', 'https://img.gamemonetize.com/gi7wivz3wopcim8vc9segyn5v17ikild/512x384.jpg', 'https://html5.gamemonetize.com/gi7wivz3wopcim8vc9segyn5v17ikild/', '0', 'Adventure', 0, 0, '', 'icescream-horror-neighborhood'), (12752, 'Stack Teddy Bear', 'It is a raw puzzle game with 4 different "Teddy Bear" characters. Match 3 identical characters of the same color and earn points. Have fun!', 'https://img.gamemonetize.com/q560ckacdt1qj4wflh8natj3izzhc8ko/512x384.jpg', 'https://html5.gamemonetize.com/q560ckacdt1qj4wflh8natj3izzhc8ko/', '0', 'Puzzles', 0, 0, '', 'stack-teddy-bear'), (12753, 'Mini Goalkeeper', 'Be a Super Soccer Goalie! Be a Super Soccer goalkeeper! Mini Goalkeeper is a soccer goalkeeper game, use your finger to slide goalkeeper to the kicked penalty. As a super goalkeeper you must protect your goal from as much incoming balls as you can. How to Play: - The computer will shoot soccers - Just swipe the screen to control the path of your tiny goalie Enjoy your soccer game! Become a Soccer Goalkeeper Superstar!', 'https://img.gamemonetize.com/vvlkhqmcfe1ig8ntbfhlchvz4tsgwtsq/512x384.jpg', 'https://html5.gamemonetize.com/vvlkhqmcfe1ig8ntbfhlchvz4tsgwtsq/', '0', 'Sports', 0, 0, '', 'mini-goalkeeper'), (12754, 'Squid Gamer Buble Go Up 2D', 'You may choose to utilize your shield to keep your balloon safe as it soars through the air! Look out for any potential stumbling obstacles that may arise. It is possible to alter your shield with a single finger in order to keep your balloon secure from being assaulted by other players. As you continue to rise through the ranks, you\'ll have to make room for yourself in the organization. It is quite easy to maintain control of the shield, but obtaining high scores is really challenging.', 'https://img.gamemonetize.com/3rfy5bk7d0nd23ik9xqbbaqwfstpf28m/512x384.jpg', 'https://html5.gamemonetize.com/3rfy5bk7d0nd23ik9xqbbaqwfstpf28m/', '0', 'Arcade', 0, 0, '', 'squid-gamer-buble-go-up-d'), (12755, 'High School Crush Love Rival', 'What should we do! Zoe and Sofia fell in love with Zack at the same time! They all want more attention and love from Zack. The two girls are comparing each other no matter what the occasion, but they can never tell the winner. This is really a headache. But now Zack is tired of the fight between them. Please help Zack and tell the winners and losers for the two girls!', 'https://img.gamemonetize.com/ksm3mti2p2siricw4cahn77qheax5xta/512x384.jpg', 'https://html5.gamemonetize.com/ksm3mti2p2siricw4cahn77qheax5xta/', '0', 'Girls', 0, 0, '', 'high-school-crush-love-rival'), (12756, 'Street Fight Match', 'Street Fight Match is a classic casual puzzle game, with classic elimination gameplay, enjoy! Eliminating the same color ball allows Ultraman to hit his opponent. KO opponents to complete each level of the elimination of the target, and special props can help complete the game, come and Ultraman together to eliminate fun, have fun!', 'https://img.gamemonetize.com/ypaqzby027nm7eonfqjh1iarcs84h7e4/512x384.jpg', 'https://html5.gamemonetize.com/ypaqzby027nm7eonfqjh1iarcs84h7e4/', '0', 'Boys', 0, 0, '', 'street-fight-match'), (12757, 'Slope Bike', 'Slope Bike is an incredible endless bike racing game in the hyper casual game genre. The gameplay of the game is simple. You have to control a bike as you drive and accelerate through a series of interconnected slopes', 'https://img.gamemonetize.com/1ohgfzjc34043xhex2etn2xcot9qnms7/512x384.jpg', 'https://html5.gamemonetize.com/1ohgfzjc34043xhex2etn2xcot9qnms7/', '0', 'Arcade', 0, 0, '', 'slope-bike'), (12758, 'Spiderman Memory Card Match', 'Test your memory with this memory game. First select the difficulty level. The higher the number, the more cards are in the memo game. On the game board, there are always two identical images. Start the game by flipping a card. Then try to find another card that has the same image as the first. If you can\'t find a pair, the flipped cards will be flipped back with the face down. Try to remember these images as it becomes easier to find pairs the longer you play. When you find a pair they are removed from the board and when you find all the pairs in this memory, you have completed the level.', 'https://img.gamemonetize.com/7fkzxt1oha7zvgg5ru8cw7giniko2wpw/512x384.jpg', 'https://html5.gamemonetize.com/7fkzxt1oha7zvgg5ru8cw7giniko2wpw/', '0', 'Puzzles', 0, 0, '', 'spiderman-memory-card-match'), (12759, 'City Constructor Driver', 'Here is a relaxation truck driving transport simulation game with 3D cartoon trucks and bricks. As a truck driver, you are required to transport the necessary bricks in this town. Absolutely, just waiting for building process automatically is very boring thing that will perhaps waste your time. So you are allowed to keep tapping the button to speed up the whole building process at each level. Keep calm and complete the transport and building missions!', 'https://img.gamemonetize.com/7739kxsdvo6lcvdy6lmc3wefsi4gw05z/512x384.jpg', 'https://html5.gamemonetize.com/7739kxsdvo6lcvdy6lmc3wefsi4gw05z/', '0', 'Action', 0, 0, '', 'city-constructor-driver'), (12760, 'Wobbies Blocks', 'Hello and welcome to Wobbies Blocks, An amazing blocks match3 puzzle game. Just Tap on 3 or more Blocks with the same color to pop them and finish the level. Explore tons of challenging missions and try to complete them all. Good luck', 'https://img.gamemonetize.com/uuwuwpu2koxlnj9t1gu2yrwrapy7zqz3/512x384.jpg', 'https://html5.gamemonetize.com/uuwuwpu2koxlnj9t1gu2yrwrapy7zqz3/', '0', 'Puzzles', 0, 0, '', 'wobbies-blocks'), (12761, 'Cats and Dogs Puzzle', 'We can say that cats and dogs are the most adorable animals. Combine the pieces and complete the puzzles in this game consisting of photos of cute cats and dogs.', 'https://img.gamemonetize.com/ammp812mvt3vkehkkvqifxfghnyhtd03/512x384.jpg', 'https://html5.gamemonetize.com/ammp812mvt3vkehkkvqifxfghnyhtd03/', '0', 'Puzzles', 0, 0, '', 'cats-and-dogs-puzzle'), (12762, 'Dots II', 'Save your pens and pencils, it\'s the classic game of Dots!', 'https://img.gamemonetize.com/36d9hopbeyb7mtdpd4fklogevze6p5gu/512x384.jpg', 'https://html5.gamemonetize.com/36d9hopbeyb7mtdpd4fklogevze6p5gu/', '0', 'Multiplayer', 0, 0, '', 'dots-ii'), (12763, 'Noob Super Agent vs Robots', 'Noob is a super hero? This is absurd! And yet you\'ll let them play against robots using weapons and explosives. It is in your power to make a Pro out of it. You will play as a brave Noob, an undercover agent who often gets into difficult situations. Collect ammo and use it to neutralize the robot guards! Hack computers using USB devices, destroy all routers on the level and do not forget the dynamite that you will need to pass the level. Yes, it is believed that a noob is a person who does not know how to play games (in particular, minecraft), but you can fix everything and make a real super hero out of a noob.', 'https://img.gamemonetize.com/7ny6jdnkv8ydgucyw7jj7e09zguhw7a5/512x384.jpg', 'https://html5.gamemonetize.com/7ny6jdnkv8ydgucyw7jj7e09zguhw7a5/', '0', 'Adventure', 0, 0, '', 'noob-super-agent-vs-robots'), (12764, 'High Run Heels Run Rush 3D 2022', 'Become a fashion adviser and a great shoe designer in this fantastic girl game where you own a High Heels Fashion Shop. Just because you are the boss doesn\'t mean that you won\'t take care of your customers or the room itself. Before you can open the boutique for the public you must prepare the space with proper shoes and a clean environment. Begin with the space washing and here you will have a lot of work to do. The floors need your touch, turn the light on and use the vacuum to absorb all that dirt that gathered on them. Also, there will be some dust on the shoe shelves that have to be erased. Use the specific cleaning tool to get rid of it. The shelves need a good rubbing and the main entrance door too. Once the shoes are placed in the missing areas you can open your high heels shop. The first customer that will come will ask for customized shoes and you are about to get them. Use the given design to recreate your customer desired high heel. Get creative and add cool accessories on them. Next, at your store will come a client with a broken shoe and you must fix it. The heel is totally broken and in the front it is unstitched. Assemble a puzzle to repair the heel and sew that frontal part. Place a nice bow and make your client happy with the results. In the following level, you will help a girl to pick a present. Take the high heels that she wants and pack them in a nice gift box. Ask her to play for them and wrap them in a colorful present. Now that you meet different situations you could handle any of your customers\' demands. There will be amazing features that will come along the way like: - Easy control of the game - Free to play and nice structured levels - Repair and design high heels for your clients - Choose from various types of shoes - Find the way a broken heel is restored - Try to please different clients - Clean your store and prepare it for the grand opening - Find the upgrades that await you in the following levels', 'https://img.gamemonetize.com/x8wonuhmakysm372u7cbpzy22axmpqar/512x384.jpg', 'https://html5.gamemonetize.com/x8wonuhmakysm372u7cbpzy22axmpqar/', '0', 'Hypercasual', 0, 0, '', 'high-run-heels-run-rush-d-'), (12765, 'Super Cute Soccer Soccer and Football', 'Best soccer game. More than 20 enemies with different abilities and fun game modes. Choose your best football player and win the championship Have fun with unique and innovative soccer dolls. Buy new dolls and new skills and avatars', 'https://img.gamemonetize.com/2oj4yrjzfwl0pqcu4y1vlkywtyurjxwm/512x384.jpg', 'https://html5.gamemonetize.com/2oj4yrjzfwl0pqcu4y1vlkywtyurjxwm/', '0', 'Soccer', 0, 0, '', 'super-cute-soccer--soccer-and-football'), (12766, 'Draw and Park', 'An exciting mix of parking and drawing in one online game invites players to have an exciting time placing cars. This time, you will not need the ability to drive for this. Draw a route from the car to the parking lot. There will be various obstacles and obstacles on the way. Pave the road so that you can safely go around everything and not crash. Over time, you will have to park 2 or even 3 cars already. One problem is that they start driving at the same time, so they may collide. Draw a route for each one so that there is no accident. The complexity of the game increases with each level, try to reach the finish line without accidents and take the place assigned by the color of your car.', 'https://img.gamemonetize.com/vjox8vgugsnmysgvil1npbd1v7fved2j/512x384.jpg', 'https://html5.gamemonetize.com/vjox8vgugsnmysgvil1npbd1v7fved2j/', '0', 'Hypercasual', 0, 0, '', 'draw-and-park'), (12767, 'Pawky', 'The pawky jump platformer game is all about jumping on platforms. The player must be quick and agile enough to avoid obstacles, but also know when they have reached their destination so as not to waste time or energy by revisiting locations already explored moments before!', 'https://img.gamemonetize.com/804u2b3kmnaigugfylxg22d993mpqovk/512x384.jpg', 'https://html5.gamemonetize.com/804u2b3kmnaigugfylxg22d993mpqovk/', '0', 'Arcade', 0, 0, '', 'pawky'), (12768, 'Color Maze Puzzle Fun & Run 3D Game', 'Color maze is a free puzzle game designed and updated continuously for true lovers of maze puzzle!✨', 'https://img.gamemonetize.com/xogqpg5acozsrwpyfsmczt18zmywlzrv/512x384.jpg', 'https://html5.gamemonetize.com/xogqpg5acozsrwpyfsmczt18zmywlzrv/', '0', 'Hypercasual', 0, 0, '', 'color-maze-puzzle--fun-amp-run-d-game'), (12769, 'Snake Ball 3D', 'At Snake Ball 3D its time to test your reflex, as you collect hundreds of balls that will give you extra life and length to easily navigate through an environment full of blocks and obstacles. Are you ready for a unique adventure? In this snake game, you have to collect extra ball to add to your length and either dodge obstacles or face them head on! But remember that when you decide to hit the obstacles, you will lose a number of your balls equal to the number written on that obstacle. So, you always have to try to collect extra balls (which are somehow your extra lives! ) and if necessary, hit the obstacle with the lowest number.', 'https://img.gamemonetize.com/q5c1ymaj88ksijeosdbotv76i8ot7qa4/512x384.jpg', 'https://html5.gamemonetize.com/q5c1ymaj88ksijeosdbotv76i8ot7qa4/', '0', 'Hypercasual', 0, 0, '', 'snake-ball-d'), (12770, 'Castle Defender Saga', 'Castle Defender Saga is a strategy-based arcade game. The player must choose the right heroes and upgrades to protect the castle against an army of monsters. The player can place heroes in the tower and hire lots of archers to defeat the opposing armies. In each round, new enemies will approach the castle. If they get close enough, they will begin to tear down the castle walls. The player can earn EXP and money by defeating the enemies, and use these to level up skills, unlock new heroes, upgrade existing heroes and strengthen the castle.', 'https://img.gamemonetize.com/nbmuwwpnsrt0nmww8404ruefwozzgsiq/512x384.jpg', 'https://html5.gamemonetize.com/nbmuwwpnsrt0nmww8404ruefwozzgsiq/', '0', 'Arcade', 0, 0, '', 'castle-defender-saga'), (12771, 'Milk For Cute Cat', 'Aim of the game Milk For Cat is to feed various cats with milk. There is a sitting cat and a bag of milk hang on a rope above the cat at a certain height. Milk can swing from side to side like a pendulum. You will have to guess the best moment and cut the rope while the bag of milk is over the cat. If the cat is full, you will receive points for it.Have fun.', 'https://img.gamemonetize.com/j8w3f0pnp2kz1t95xdkyo0lye0ke6olf/512x384.jpg', 'https://html5.gamemonetize.com/j8w3f0pnp2kz1t95xdkyo0lye0ke6olf/', '0', 'Puzzles', 0, 0, '', 'milk-for-cute-cat'), (12772, 'Golf Clash', 'The polar bear and the penguin decided to play golf among the snowy plains, join them, because you will have to control the stick, trying to put the ball into the hole with it.', 'https://img.gamemonetize.com/6wy4hf3sc30ul0v1nyb3sh220nbo04l6/512x384.jpg', 'https://html5.gamemonetize.com/6wy4hf3sc30ul0v1nyb3sh220nbo04l6/', '0', 'Sports', 0, 0, '', 'golf-clash'), (12773, 'Color Balls Game', 'Color Balls is a shooter puzzle game. You need to shoot on colored balls that coming from the top of the game screen. There will be different balls in the vertical rolls with different colors. Each ball need to be shoot by bullets with same color as the ball. On the bottom on the screen there is lines with colors as balls. You need to click on the bottom colored lines to shot bullet with color as line. So you can destroy white ball only with white bullet etc. If you shoot with wrong color bullets you will lose lives. You have five lives to play at this game. As you progress in the game the game will be faster and you need to shoot faster. Try this game is it interesting and fun.', 'https://img.gamemonetize.com/jtvd50urkliw9do2h9j5xftfvml7kh8m/512x384.jpg', 'https://html5.gamemonetize.com/jtvd50urkliw9do2h9j5xftfvml7kh8m/', '0', 'Puzzles', 0, 0, '', 'color-balls-game'), (12774, 'Rotating Disks', 'Rotating Disks is a puzzle controlled game where the goal of the game is to control two rotating disks. The yellow disks will move both at same time. From the center of the game will coming balls with purple and yellow color. You need to avoid purple balls and to catch yellow balls. Catch more yellow balls as you can during playing this game. If you catch purple ball the game will over. It is not very hard to play but it is interesting and addictive.', 'https://img.gamemonetize.com/4uexaswdrql0m4ecl60tudeqgwoehng9/512x384.jpg', 'https://html5.gamemonetize.com/4uexaswdrql0m4ecl60tudeqgwoehng9/', '0', 'Puzzles', 0, 0, '', 'rotating-disks'), (12775, 'Huggy Fighting 3D', 'Huggy Fighting 3D is a fun, excellent retro fighting action game where you can show off your special fighting styles and skills like karate, Kung Fu, Muay Thai, Kickboxing, and boxing to the Street Gang. You will see how to fight hand to hand, unarmed, with your punches and kicks how to use yourself with amazing skill to block the enemy kicks and punches.', 'https://img.gamemonetize.com/wke3qgqz5vrhi2ite2k5wqtr4ta9ssof/512x384.jpg', 'https://html5.gamemonetize.com/wke3qgqz5vrhi2ite2k5wqtr4ta9ssof/', '0', 'Puzzles', 0, 0, '', 'huggy-fighting-d'), (12776, 'Poppy Hit Master', 'Do you like Huggy Wuggy Poppy Playtime ? Do you like defeat huggy ? Then challenge yourself in an epic Poppy Hit Master game! Throw knives at Huggy aims, eliminate all Huggy to survive! What is more, you will save hostages on your way to win! Save everyone and get to the helicopter – become the ultimate hero!', 'https://img.gamemonetize.com/1vg2gy6pclkwesb9v8z9xba9znt7f12q/512x384.jpg', 'https://html5.gamemonetize.com/1vg2gy6pclkwesb9v8z9xba9znt7f12q/', '0', 'Adventure', 0, 0, '', 'poppy-hit-master'), (12777, 'Ice Cream Cone', 'Ice cream shop is now open to serve delicious ice cream cones and pair it with a frozen cupcake. Drive your ice cream truck to the hungry girls and boys. Then serve this delicious icy dessert to your happy customers. Icecream cupcakes are in season this summer!', 'https://img.gamemonetize.com/szkq06bvt8nzgvdrmrlrrjcx68ff649n/512x384.jpg', 'https://html5.gamemonetize.com/szkq06bvt8nzgvdrmrlrrjcx68ff649n/', '0', 'Girls', 0, 0, '', 'ice-cream-cone'), (12778, 'Coloring Book For Kids Painting and Drawing', 'colouring Book For Kids- Painting and Drawing Games is a collection of colouring pages for kids and toddlers. A fun way for kids to learn about Animals, Fish, Fruits, Food, Vehicles, Christmas, Vegetables, Toys, Monsters, Numbers, Alphabets while playing fun colouring games. Kids love fun colouring games, and this colouring Game is one of the best free colouring book and painting apps for children!', 'https://img.gamemonetize.com/uulshp0c11fz10ccybhntmchoditlbux/512x384.jpg', 'https://html5.gamemonetize.com/uulshp0c11fz10ccybhntmchoditlbux/', '0', 'Girls', 0, 0, '', 'coloring-book-for-kids-painting-and-drawing'), (12779, 'Craft Block Parkour', 'Welcome to the world of parkour. Everything here consists of blocks. Don\'t Fall Down!', 'https://img.gamemonetize.com/sbawfczy0kaaoevwl1dk9bfw4e1b16um/512x384.jpg', 'https://html5.gamemonetize.com/sbawfczy0kaaoevwl1dk9bfw4e1b16um/', '0', 'Adventure', 0, 0, '', 'craft-block-parkour'), (12780, 'Game For Kids', 'Math Kids est un jeu éducatif gratuit, conçu pour enseigner aux jeunes enfants les nombres et les mathématiques. Il comporte plusieurs mini-jeux auxquels les bébés et les enfants d\'âge préscolaire adoreront jouer et qui leur permettront de développer leurs compétences mathématiques ! Grâce à ses casse-têtes, Math Kids aidera les préscolaires, les élèves de maternelle et de CP à identifier les nombres et à commencer à pratiquer les additions et les soustractions. Ils s\'amuseront en terminant les jeux et en gagnant des autocollants. Vous adorerez les voir grandir et apprendre.', 'https://img.gamemonetize.com/bm3uu4vzn9pow8a7r0z09ctjx96wxl5h/512x384.jpg', 'https://html5.gamemonetize.com/bm3uu4vzn9pow8a7r0z09ctjx96wxl5h/', '0', 'Puzzles', 0, 0, '', 'game-for-kids'), (12781, 'Girls Room Cleanup', 'Welcome to Dream House Cleaning The Princess House Cleanup Girls Game. Help the young lady or Mummy to clean up these chaotic house. In this Dream House Cleaning Game you will enjoy different kind of cleaning tools for various tasks. Simply attempt tidy up everything from floor to roof and from dividers to entryways.', 'https://img.gamemonetize.com/a52w8jgd5ii6tgmdp6ll9z74gveciv54/512x384.jpg', 'https://html5.gamemonetize.com/a52w8jgd5ii6tgmdp6ll9z74gveciv54/', '0', 'Girls', 0, 0, '', 'girls-room-cleanup'), (12782, 'Pen Rush', 'Pen Rush is an interesting arcade game. Have you seen the pen running? Here you go. Slide to run the pen on the table. Collect other pens. Pay attention to avoid the book, pen container, and another. When you arrive at the end, the extra pens you collect will be take in the book.', 'https://img.gamemonetize.com/n6gnsbe8uebxh5vo47pdy7bfwvg6v7lr/512x384.jpg', 'https://html5.gamemonetize.com/n6gnsbe8uebxh5vo47pdy7bfwvg6v7lr/', '0', 'Arcade', 0, 0, '', 'pen-rush'), (12783, 'Hand Doctor Kids Doctor', 'You get to fix the hands, nails, and fingers of your patients in medical games for teenagers. Play hand doctor games for girls and have fun!', 'https://img.gamemonetize.com/e9z9xfaedf7r814lmqkkt9cs3qc4luwm/512x384.jpg', 'https://html5.gamemonetize.com/e9z9xfaedf7r814lmqkkt9cs3qc4luwm/', '0', 'Hypercasual', 0, 0, '', 'hand-doctor--kids-doctor'), (12784, 'Cool Score', 'It is a popular football game that always hits the back of the net. Define the angle of your soccer strike and ensure that you time it perfectly so that you do not hit any obstacles or opposing players. Get new skins for your soccer ball, and dress like the stars so that when you land the ultimate soccer strike, you land it in style. Say goodbye to boring free soccer games. It is the soccer shootout of your dreams!', 'https://img.gamemonetize.com/f59r4avn6xaekwsrmgnfxc4ei3is78wt/512x384.jpg', 'https://html5.gamemonetize.com/f59r4avn6xaekwsrmgnfxc4ei3is78wt/', '0', 'Boys', 0, 0, '', 'cool-score'), (12785, 'Halloween Madness Chef Games', 'A Unique Halloween Cooking - one of the most addictive time management cooking games! Join in the Halloween Cooking City, tap as fast as you can to enjoy the fast-paced game play!In this best cooking game, customers like to eat Halloween food from your canteen. The food game involves a long list of ingredients to cook such a rich', 'https://img.gamemonetize.com/p8hisll468hs3xblkjvgtajdrex9r3ew/512x384.jpg', 'https://html5.gamemonetize.com/p8hisll468hs3xblkjvgtajdrex9r3ew/', '0', 'Cooking', 0, 0, '', 'halloween-madness--chef-games'), (12786, 'Mr. Rocketman', 'The super impostor is flying to collect gold. pass the levels one by one in the endless flappy game. start to make the best score in this fun game Huggy Wuggy', 'https://img.gamemonetize.com/04cz8rztqgzqpfetas2f3kjunl4zdhpr/512x384.jpg', 'https://html5.gamemonetize.com/04cz8rztqgzqpfetas2f3kjunl4zdhpr/', '0', 'Arcade', 0, 0, '', 'mr-rocketman'), (12787, 'Little Dentist', 'Lots of people want to be great dentists. Is that your dream? Now you get a chance to treat those poor patients at the clinic in this dentist game! Patients are lining up outside. Let\'s start to check patients\' teeth/tooth problems. They suffer from kinds of teeth problems such as bad teeth, tooth decay, dental calculus, and more.', 'https://img.gamemonetize.com/sdhgm58c55augilqydzlsllthm0tpfu1/512x384.jpg', 'https://html5.gamemonetize.com/sdhgm58c55augilqydzlsllthm0tpfu1/', '0', 'Hypercasual', 0, 0, '', 'little-dentist'), (12788, 'Blow The Cubes', 'Rescue the cute little animals in Blow Up Cubes! Pop the cubes to clear the way for the animals to the bottom of the playing field. Good luck!', 'https://img.gamemonetize.com/v73tvp1a2b8cnoomzh38ux3vqj40d209/512x384.jpg', 'https://html5.gamemonetize.com/v73tvp1a2b8cnoomzh38ux3vqj40d209/', '0', 'Puzzles', 0, 0, '', 'blow-the-cubes'), (12789, 'poppy huggy playtime horror 3D', 'Poppy Horror Playtime Game, a good old classic hide and seek game with a little horror twist. Run hiding from Huggy Wuggy because if he gets you, he\'ll squeeze you till you pop. As a hider, you must be fast to run away from Huggy\'s hand while helping to free your captured teammates in the crazy maze filled with traps. FEATURES: ∙ Thrilling and suspenseful gameplay ∙ Amazing 3D visuals ∙ Intuitive control ∙ Fun and addictive Enjoy brand new poppy game characters and squid survival dolls in old classic hide and seek games. Huggy Wuggy is on the way! If you ever know about Poppy Horror character, it\'s Playtime for you to get start in this game. Don\'t let Huggy wuggy and Kissy missy catch you, scary squid dolls find out where you are, when and where you will be found is up to you. Play the role as a seeker or a hider. You will need to find your suitable shelters to be safe and free and be the mystery last survival from Huggy Wuggy. Try your best to survive in this horror journey!', 'https://img.gamemonetize.com/5groxflse0kgsxfzvqf5ug80e7pmk74a/512x384.jpg', 'https://html5.gamemonetize.com/5groxflse0kgsxfzvqf5ug80e7pmk74a/', '0', 'Hypercasual', 0, 0, '', 'poppy-huggy-playtime-horror-d'), (12790, 'Dots.io', 'Dots.io is an amazing dots battle game. You will begin as a small grey Dot. Avoid Bigger Dots and try to eat small ones. Once you get bigger, you will find a lot of dots to eat, but be careful always from the bigger ones. Good luck', 'https://img.gamemonetize.com/luieuk312u2fyem7isdnwp8dl375cha8/512x384.jpg', 'https://html5.gamemonetize.com/luieuk312u2fyem7isdnwp8dl375cha8/', '0', 'Multiplayer', 0, 0, '', 'dotsio'), (12791, 'Block Puzzle Match', 'Welcome to Block Puzzle Match. This is a popular classic puzzle game with amazing features. All you have to do is to drag and drop colorful shape and try to form vertical or horizontal line to clear them from the board. Use your brain and always leave space for the biggest shapes to not get stuck. Let\'s have fun', 'https://img.gamemonetize.com/ciwelbiz0erbwihav34u9y1kofh5f2wl/512x384.jpg', 'https://html5.gamemonetize.com/ciwelbiz0erbwihav34u9y1kofh5f2wl/', '0', 'Puzzles', 0, 0, '', 'block-puzzle-match'), (12792, 'Gentlemans Quest', 'Gentleman\'s Quest is a 2D Platform game where you need to reach your office while collecting energy drinks. You have to avoid saws, and robbers at all costs. There are 8 levels to play and the difficulty increases as you proceed with your mission.', 'https://img.gamemonetize.com/ah7o22zvkvjo113fn5vindevblnmw2vb/512x384.jpg', 'https://html5.gamemonetize.com/ah7o22zvkvjo113fn5vindevblnmw2vb/', '0', 'Arcade', 0, 0, '', 'gentlemans-quest'), (12793, 'happy water glass', 'The glass is sad because it\'s empty. Your job is to draw a line to make the glass filled up with liquid and smile again! Try to find the best way to complete each level. You can come up with your own solution so be creative and don\'t be afraid to think out of the box! Some levels might look easy but let\'s see if you can actually get the 3 stars.', 'https://img.gamemonetize.com/nk74fmzwrb1ti5scksx10whsac1aw2mn/512x384.jpg', 'https://html5.gamemonetize.com/nk74fmzwrb1ti5scksx10whsac1aw2mn/', '0', 'Puzzles', 0, 0, '', 'happy-water-glass'), (12794, 'Squid Game Leagend', 'The Squid Survival Shooting Games feature Games such as Red Light, Green Light. Be sure not to miss the final squid survival game, which is a real roller-coaster. In this Squid Game - New Survival Challenge (UnOfficial) a man with a gun will appear throughout the squid survival game at any time to kill you in this stickman ragdoll game. The only way to get out of this hell is to win the squid survival games.', 'https://img.gamemonetize.com/9smcawtd9e2d23f03g98mzrrtpmb632z/512x384.jpg', 'https://html5.gamemonetize.com/9smcawtd9e2d23f03g98mzrrtpmb632z/', '0', 'Adventure', 0, 0, '', 'squid-game-leagend'), (12795, 'Squid 456 3D', 'The Squid Survival Shooting Games feature Games such as Red Light, Green Light. Be sure not to miss the final squid survival game, which is a real roller-coaster. In this Squid Game - New Survival Challenge (UnOfficial) a man with a gun will appear throughout the squid survival game at any time to kill you in this stickman ragdoll game. The only way to get out of this hell is to win the squid survival games.', 'https://img.gamemonetize.com/jda7udwl24gn5p1wjfsnxnxexq14seaj/512x384.jpg', 'https://html5.gamemonetize.com/jda7udwl24gn5p1wjfsnxnxexq14seaj/', '0', 'Adventure', 0, 0, '', 'squid--d'), (12796, 'Squid Game Challenges', 'Do not miss to play an interesting game, the main elements of which are sugar honeycombs, shown in the third part of the series.', 'https://img.gamemonetize.com/bvm1di06b8xl44c6lysjk0dfpysi2d4y/512x384.jpg', 'https://html5.gamemonetize.com/bvm1di06b8xl44c6lysjk0dfpysi2d4y/', '0', 'Adventure', 0, 0, '', 'squid-game-challenges'), (12797, 'Furious Road Rage', 'Furious Road is a fun game you can play in your web browser for free on Superkidgames.com. Race down the dirt road shooting any enemies that get in your way. Use your money to purchase new weapons to place on the top of your car. Shoot down bosses as you try to drive as far as possible with each attempt. Your travel distance is submitted to our leaderboards, try to get to the top.', 'https://img.gamemonetize.com/qvkf34qzaetab8a31xrw7v3dd5hev8cb/512x384.jpg', 'https://html5.gamemonetize.com/qvkf34qzaetab8a31xrw7v3dd5hev8cb/', '0', 'Shooting', 0, 0, '', 'furious-road-rage'), (12798, 'Trained Ninja Puzzle', 'Trained Ninja Puzzle is a free online game from genre of jigsaw puzzle and cartoon games. You can select one of the 6 images and then select one of the three modes: easy with 25 pieces, medium with 49 pieces and hard with 100 pieces. Have fun and enjoy!', 'https://img.gamemonetize.com/efphk9gnccfu66v4kgs2jxjoy8wokt10/512x384.jpg', 'https://html5.gamemonetize.com/efphk9gnccfu66v4kgs2jxjoy8wokt10/', '0', 'Puzzles', 0, 0, '', 'trained-ninja-puzzle'), (12799, 'Cooking Truck Food truck worldwide cuisine', 'Help Julia run her burger food truck. Her goal is to prepare the most delicious burgers. Her little food truck is constantly visited by hungry customers. Each customer approaches the food truck and orders his favorite burger. Julia has very little time to prepare the meal, but if she manages to do that quickly, customers are very generous.', 'https://img.gamemonetize.com/f6fruyy8eawz9cd2kgfe3v1o9ho4h8cp/512x384.jpg', 'https://html5.gamemonetize.com/f6fruyy8eawz9cd2kgfe3v1o9ho4h8cp/', '0', 'Cooking', 0, 0, '', 'cooking-truck--food-truck-worldwide-cuisine'), (12800, 'Dual Rafting', 'Take part in the race of your life, with this driving duet boat simulator. The path is full of interruptions. Obstacles are trying to cross you and will be pushing you off from the track.Get the most breathtaking experience from the wave racer power boats in this touch arcade duet display games. Control the 2 boats through tapping on the screen to accomplish your high school challenge & time surfer tap addicting game!', 'https://img.gamemonetize.com/7wj42stj8zvdfc7mextbn974yqpl91wm/512x384.jpg', 'https://html5.gamemonetize.com/7wj42stj8zvdfc7mextbn974yqpl91wm/', '0', 'Arcade', 0, 0, '', 'dual-rafting'), (12801, 'World of Tennis Roaring ’20s', 'Do you prefer to serve and volley or stick to the baseline and smash powerful forehands? Whatever your style, hit tennis courts and enjoy tactical gameplay while honing your sports games skills. As you play, our new sports game AI learns your playstyle and can play tennis games as you against other players when you are away. Clash with players from all over the world and become number one virtual tennis champion!', 'https://img.gamemonetize.com/bliov3bdi7fy78bylv51744ypmzw0jf7/512x384.jpg', 'https://html5.gamemonetize.com/bliov3bdi7fy78bylv51744ypmzw0jf7/', '0', 'Sports', 0, 0, '', 'world-of-tennis-roaring-s'), (12802, 'Ski Jumping Pro', 'Ski Jumping Pro delivers the sheer thrills of hurtling down a snow-packed ski ramp like no other game. Enjoy the sensation of incomparable height and speed. The ultra-realistic 3D graphics and a full single-player career mode make Ski Jumping Pro the ultimate winter sports simulation.', 'https://img.gamemonetize.com/2vxn6fwgidexlblrntlu7z2pzna48po5/512x384.jpg', 'https://html5.gamemonetize.com/2vxn6fwgidexlblrntlu7z2pzna48po5/', '0', 'Sports', 0, 0, '', 'ski-jumping-pro'), (12803, 'Cute Girl Birthday Celebration Party Girl Games', 'New Year Party Challenge New Year is truly an international holiday, but in different countries it is celebrated in its own way. This is one of those rare holidays that are unanimously celebrated by all seven billion people on Earth. The princesses decided to arrange a New Year\'s challenge, decorating the palace and choosing outfits in the style of their kingdom. In Eliza\'s kingdom, the main symbol of the New Year is the festive tree. Gifts are placed under the tree, and sweets and treats are placed on the table. And, of course, festive garlands are hung up! Sparkling gold and silver outfits, stars and snowflakes are in vogue this year. According to Chinese traditions, celebrating the New Year is one of the most important and significant family traditions. On the first day of the new year, the Chinese launch fireworks, and also burn incense sticks, which, in their opinion, can scare away evil spirits and drive them out of the house. Many people buy new clothes (they must be in bright colors - gold or red) and send congratulations to each other. The Chinese princess follows these traditions without forgetting about modern fashion! Let\'s compare such different and such similar holidays! Have fun playing New Year Party Challenge at Dressupwho.com.', 'https://img.gamemonetize.com/hnk3uz850h46bu64hc6nxvnil9h7fuex/512x384.jpg', 'https://html5.gamemonetize.com/hnk3uz850h46bu64hc6nxvnil9h7fuex/', '0', 'Girls', 0, 0, '', 'cute-girl-birthday-celebration-party-girl-games'), (12804, 'Baby Panda Dental Care', 'Is being a dentist your dream job? Then you must not miss this game! Come to play at Baby Panda\'s dental salon! Experience the work of a dentist, manage a dental salon to clean and care for little animals\' teeth! Become an excellent dentist!', 'https://img.gamemonetize.com/jsc5qs3s031x5d43bhgn53uxqxlqkya0/512x384.jpg', 'https://html5.gamemonetize.com/jsc5qs3s031x5d43bhgn53uxqxlqkya0/', '0', 'Clicker', 0, 0, '', 'baby-panda-dental-care'), (12805, 'F1 Drift Racer', 'F1 Drift Racer is a fun racing game with 20 levels, multiple car skins and a lot of fun! Play F1 Drift Racer now!', 'https://img.gamemonetize.com/015se99ahhjgso06y2l3fmceucjrrfbd/512x384.jpg', 'https://html5.gamemonetize.com/015se99ahhjgso06y2l3fmceucjrrfbd/', '0', 'Racing', 0, 0, '', 'f-drift-racer'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (12806, 'Squidgame Dalgona Collect', 'In order to avoid being seen by other players, the squid gamer could only go back and forth on a flat surface. You may touch a block to alter its walking environment, which will aid him in his quest to obtain the candy. A touch on the zombie\'s body can also shift the zombie\'s travelling direction. However, keep in mind that if the candy or even the squid figure falls off the screen, you will lose the game immediately.', 'https://img.gamemonetize.com/cu10mofm5laqsppopldwet4ehmtfa5ff/512x384.jpg', 'https://html5.gamemonetize.com/cu10mofm5laqsppopldwet4ehmtfa5ff/', '0', 'Arcade', 0, 0, '', 'squidgame-dalgona-collect'), (12807, 'Squid Gamer Buggy Raging', 'A basic racing game wherein you drive a buggy on a seaside track and must travel as far as you possibly can is presented to you. However, you must avoid colliding with other buggy vehicles and objects throughout the course, as doing so will result in the loss of one heart. If you lose all four of your hearts, you will be eliminated from the game! Your score is determined by how you\'ve come, so try your hardest to remain on track for as long as you possibly can!', 'https://img.gamemonetize.com/w6lsc4a7wl85smj9p04zl8t9kywwlkhw/512x384.jpg', 'https://html5.gamemonetize.com/w6lsc4a7wl85smj9p04zl8t9kywwlkhw/', '0', 'Racing', 0, 0, '', 'squid-gamer-buggy-raging'), (12808, 'Messy Little Mermaid Makeover Makeup & Dressup', 'It\'s too messy, the little mermaid princess. How did you make yourself so sloppy? We want to turn her into a beautiful and noble princess again! Taking a shower, combing your hair, changing into new clothes, all of these need your help. Please help her to dress her up after giving her a clean bath! Put on her beautiful clothes and jewelry. Have fun!', 'https://img.gamemonetize.com/i1xzth2tbv8jc79keqye172qyjwy4xua/512x384.jpg', 'https://html5.gamemonetize.com/i1xzth2tbv8jc79keqye172qyjwy4xua/', '0', 'Hypercasual', 0, 0, '', 'messy-little-mermaid-makeover--makeup-amp-dressup'), (12809, 'Tap Tap Run Race', '* Insanely addictive game-play! Don\'t say we didn\'t warn you * Tap to jump or change direction Don’t fall off the path Unlock new characters Only 1000 levels to beat. That shouldn\'t be too hard, right? Be sure to get your friends to play to see who can get the furthest. Good luck!', 'https://img.gamemonetize.com/vv5javh1hripdqc1mm3q2qwovt1tzb2t/512x384.jpg', 'https://html5.gamemonetize.com/vv5javh1hripdqc1mm3q2qwovt1tzb2t/', '0', 'Hypercasual', 0, 0, '', 'tap-tap-run-race'), (12810, 'ZigZag Snow Mountain ', 'Just Freeskiing is a highly authentic ski/freeski simulation with sheer endless possibilities to tweak, style and combine realistic tricks! The numerous Slopestyle, Halfpipe, Big-Air, Jibbing (Rails, Boxes) and Backcountry challenge locations are covering a huge variety of freeskiing. The game features a powerful yet simple steering technology with supportive in-game tutorials and simple buttons for beginners and advanced possibilities (2x taps, swipes, etc.) as well as enhancements (Grab-Trick-Packages) for Pro’s. Summarized, the aim of the game is to beat the world’s best scores and to master given challenges in order to improve your overall skiing skills. Let’s go and give it a try !! FEATURES - Finest freeskiing action sports simulation - Halfpipe, Slopestyle, Park, Slopes and Backcountry - „Real Resort“ Level: LAAX, Switzerland - 5 unique levels with a total of 38 spots - 4 Customizable male & female characters - Several skis to choose from - Challenge, Competition and Training mode - Beat the World’s Best Scores - Tilt- or virtual joystick navigation - Replay option - English and German language TRICK POSSIBILITIES Slope: Ollie, Revert, Powerslide, Powerturn Slides: 50-50, Slide, Nosepress, Tailpress, Noseslide, Tailslide Tricks/Grabs: Safety L/R, Nosegrab L/R, Tailgrab L/R, Double-Hand Nosegrab, Double-Hand-Tailgrab, Mute L/R,Octo L/R, Japan L/R, LS Shifty, RS Shifty Rotations: LS Spins, RS Spins, SW LS Spins, SW RS Spins, Frontflips, Backflips, Rodeos, Misty Flips, Corked Spins OPTIMIZED The game graphics are optimized for newer and powerful device. Graphics quality and performance may vary depending on your device. IN APP PURCHASES The game offers an In-App purchase for each level to get permanent and unlimited access. To get access to all Trick-Buttons and more Grab-Tricks, there is a Grab-Package In-App purchase within the game. MORE ACTION SPORTS GAMES For more Freestyle Ski games, Freeski games and Snowboard games, please visit our website rndrln-games.com IMPORTANT NOTICE If you experience any problems with the game or in case you have any questions or comments, please contact us directly - support(at)randerline.com.', 'https://img.gamemonetize.com/s94xp6bhitgjcptd98dyph9u5m7i922m/512x384.jpg', 'https://html5.gamemonetize.com/s94xp6bhitgjcptd98dyph9u5m7i922m/', '0', 'Hypercasual', 0, 0, '', 'zigzag-snow-mountain-'), (12811, 'Snake Classic', 'Hello Snake games lovers this is the classic version of snake game. Control your little snake and guide it to eat dots and become bigger to get the highest score. Be careful and dont touch the borders and also dont let the snake head touches the body. Have fun', 'https://img.gamemonetize.com/thxyud4eoswasxfhvo9i2b61y245icvo/512x384.jpg', 'https://html5.gamemonetize.com/thxyud4eoswasxfhvo9i2b61y245icvo/', '0', 'Clicker', 0, 0, '', 'snake-classic'), (12812, 'Real Car Parking 3D', 'Car parking game with realistic graphics. You have to get to the finish line without rubbing the car against the wall, don\'t worry, the boxes don\'t damage your car, but they slow you down. You have to be careful not to crash. Manage to park your car in 15 different levels and become the best parking master! Become a car parking master from both mobile and pc.', 'https://img.gamemonetize.com/zyh1v8uovtnk0mmo72c82l61dfm2mrre/512x384.jpg', 'https://html5.gamemonetize.com/zyh1v8uovtnk0mmo72c82l61dfm2mrre/', '0', 'Arcade', 0, 0, '', 'real-car-parking-d'), (12813, 'Just Down', 'Try to reach the very bottom, show your dexterity!!', 'https://img.gamemonetize.com/gvb7aa2h7vtwqfn162gc5q0ehqr6pq60/512x384.jpg', 'https://html5.gamemonetize.com/gvb7aa2h7vtwqfn162gc5q0ehqr6pq60/', '0', 'Hypercasual', 0, 0, '', 'just-down'), (12814, 'Moto X3M Winter', 'Welcome to the winter special of this awesome bike stunt game, Moto X3M 4: Winter. Drive your two-wheeler through challenging tracks full of deadly traps, ramps, explosives and obstacles and try to get to the finish line alive. Complete every level as fast as you can to earn 3 stars, which you can use to unlock new riders. Perform front or backflips for extra seconds and try to finish all levels with 3 stars to name yourself a professional X3M rider. Have fun with Moto X3M 4: Winter!', 'https://img.gamemonetize.com/1gjwgvl2j0ipdd9ybezeavu04y1nqjen/512x384.jpg', 'https://html5.gamemonetize.com/1gjwgvl2j0ipdd9ybezeavu04y1nqjen/', '0', 'Sports', 0, 0, '', 'moto-xm-winter'), (12815, 'Perfect Wax 3D', 'Perfect Wax 3D is a marvelous casual game. The word wax usually means a solid substance that is made from beeswax or from various fats and oils. However, it means removing hair from a part of the body in this game. Hairs have faithfully played their biological role to keep us warm in deep winter or low temperature since the birth of mankind. As society undergoes tremendous progress, body hairs somehow fall into disuse and need to be removed. It is in this vein that this game comes into being, in which you should shave the hairs as many as possible along the way and plant them on the bald man\'s head at the destination.', 'https://img.gamemonetize.com/azcw9fgps856s1hibwkyqgy10g3bnm5c/512x384.jpg', 'https://html5.gamemonetize.com/azcw9fgps856s1hibwkyqgy10g3bnm5c/', '0', 'Action', 0, 0, '', 'perfect-wax-d'), (12816, 'Catch The Candy', 'Welcome to the Catch The Candy. Enjoy playing the cute puzzle games for kids. Just point and click the mouse to catch the candy. Each level have different levels of obstacles. Play with your friends and have fun!', 'https://img.gamemonetize.com/lhq5tcw5piklod2xtq57u3z98z2tdozj/512x384.jpg', 'https://html5.gamemonetize.com/lhq5tcw5piklod2xtq57u3z98z2tdozj/', '0', 'Puzzles', 0, 0, '', 'catch-the-candy'), (12817, 'Online Bridge Leagend', 'The character of the game in love with a princess who was kidnapped by villains. The guy goes to her rescue, and he has to build bridges that will pave the way to his beloved. Help him build strong bridges that will definitely support his weight and prevent death.', 'https://img.gamemonetize.com/qmdnnsho37d8uakeliohwo6pmp5y07hj/512x384.jpg', 'https://html5.gamemonetize.com/qmdnnsho37d8uakeliohwo6pmp5y07hj/', '0', 'Puzzles', 0, 0, '', 'online-bridge-leagend'), (12818, 'Zodiac Signs Memory', 'Tap or click any card to reveal its icon. Memorize it and try to find its pair in board. Match all of the cards on the board and complete level.', 'https://img.gamemonetize.com/4x7nwtx0jk5abmj3llp5ye2i5gnj5b3o/512x384.jpg', 'https://html5.gamemonetize.com/4x7nwtx0jk5abmj3llp5ye2i5gnj5b3o/', '0', 'Puzzles', 0, 0, '', 'zodiac-signs-memory'), (12819, 'Fruits Mahjong', 'Simplified classic Mahjong game with Fruits theme. You can eliminate pair of similar items. You can select only those pairs which have either left or right side open. Hints can help you. Try out this unique version of the classic Mahjong game. Make connections between the matching tiles while you fight to keep up with the clock. Can you clear the board before time runs out? Unused hints and saved time will be awarded as bonus.', 'https://img.gamemonetize.com/54is6vrippkwf1olcfumex2k8gnfhiv5/512x384.jpg', 'https://html5.gamemonetize.com/54is6vrippkwf1olcfumex2k8gnfhiv5/', '0', 'Puzzles', 0, 0, '', 'fruits-mahjong'), (12820, 'Food Junction', 'It is move and match game where you need to remove all the items from board by making a row or column of 3 similar items. To move items, first tap the item and then tap on target blank tile. If there is no blocker, the item will move to that tile. If any move makes a group of 3 or more similar items then those items will be removed from block. Make fewer moves for better score.', 'https://img.gamemonetize.com/kyz6sovs9k9av4ki9lu9hpb0ocl430sz/512x384.jpg', 'https://html5.gamemonetize.com/kyz6sovs9k9av4ki9lu9hpb0ocl430sz/', '0', 'Puzzles', 0, 0, '', 'food-junction'), (12821, 'Spider Man Adventure', 'Spiderman and his enemies sandman and venom game. In this game spider man encounters his enemies while walking in the city. He rides his motorcycle with the powers he has gathered. He destroys her enemies with her spider web. Good luck.', 'https://img.gamemonetize.com/3ajefy5ge2runizsg4te3nynui0aq57g/512x384.jpg', 'https://html5.gamemonetize.com/3ajefy5ge2runizsg4te3nynui0aq57g/', '0', 'Action', 0, 0, '', 'spider-man-adventure'), (12822, 'Power Rangers Dress Up Game', 'Do you want to design power rangers heroes? Create your own hero. Power rangers full dress up game. Red ranger, Green ranger, Black ranger, Blue ranger and more.. Dresses and in-game animations..Html5 game for browsers or android browsers.', 'https://img.gamemonetize.com/r4qjsav2yr46nzjav77ayi5s9riamfd8/512x384.jpg', 'https://html5.gamemonetize.com/r4qjsav2yr46nzjav77ayi5s9riamfd8/', '0', 'Clicker', 0, 0, '', 'power-rangers-dress-up-game'), (12823, 'Offroad 6x6 Jeep Driving', 'Crazy 3D Game Offroad 6x6 Jeep Driving. 6x6 Offroad Monster Truck Driving Simulator is out now! Get yourself behind the steering of a heavy-duty monster truck and enjoy the ride. Jeep racing and fast cars racing are too mainstream, but racing with offroad trucks is one hell of a job. This crazy stunt driving game is an emulsion of fast-track high roof truck racing along with time-based destination missions. Become a dangerous jeep off-road mountain driver by performing offroad jeep adventure hilly bumpy jeep drive in this 6X6 Jeep', 'https://img.gamemonetize.com/7idzkopsdzhx8hu1j3k79fuvnocc63v0/512x384.jpg', 'https://html5.gamemonetize.com/7idzkopsdzhx8hu1j3k79fuvnocc63v0/', '0', 'Racing', 0, 0, '', 'offroad-x-jeep-driving'), (12824, 'lucky looter Game', 'lucky looter is a fun game you can play in your web browser for free on Superkidgames.com. Colorfull environments and hours of gameplay! Be quick and sneaky and grab tons of loots! Watch out for the patrols and become the king of thieves!', 'https://img.gamemonetize.com/zq89oze7d85abpzooovdqob1l166il7r/512x384.jpg', 'https://html5.gamemonetize.com/zq89oze7d85abpzooovdqob1l166il7r/', '0', 'Puzzles', 0, 0, '', 'lucky-looter-game'), (12825, 'Max Pipe Flow', 'Max Pipe Flow is a Fun & Relaxing game you can play in your web browser for free on Superkidgames.com. Max pipe flow is a simple, relaxing and addictive puzzle game. Pipe Flow Game belongs to Puzzle and it is often associated with Brain Games. You\'re a Mad Max God to make water and revive plants when the earth\'s temperature rise uncontrollably, the sea and all water sources had disappeared completely You can revive plant by rotating pipes to create a waterpipe to the plant', 'https://img.gamemonetize.com/2d6rhh97ngdmi5h7pif6k1ffg6fmeoyz/512x384.jpg', 'https://html5.gamemonetize.com/2d6rhh97ngdmi5h7pif6k1ffg6fmeoyz/', '0', 'Puzzles', 0, 0, '', 'max-pipe-flow'), (12826, 'Unlocking', 'Imagine that you have lost your keys, and you somehow need to enter the apartment, not to break open the door in fact. Specialists come to the rescue who will open the lock without damaging the door. In Unlocking you will do the same, but this is not a job, but a real addicting puzzle. It is necessary to insert the multi-colored figures into the corresponding grooves. Once you have occupied all the empty niches, a lock will open in Unlocking. If you are wrong, sharp thorns will descend on you.', 'https://img.gamemonetize.com/ncwk5l584pnkhm4d106htbhc0jifxncv/512x384.jpg', 'https://html5.gamemonetize.com/ncwk5l584pnkhm4d106htbhc0jifxncv/', '0', 'Puzzles', 0, 0, '', 'unlocking'), (12827, 'ICE SCREAM FRIENDS', 'he ice cream seller has come to the neighborhood! He has kidnapped your friend and neighbor "Bob" and you\'ve seen it all. It has frozen your best friend with some kind of power, and you have to discover where it takes. What if there are more children like him behind this story? This terrifying ice cream seller is called Rod, and he seems very friendly to young children, but he has an evil plan for them that you will have to discover. All you know is that he will take it inside his ice cream van, but you don\'t know where. Your mission will be to hide inside his van and solve the mystery of this evil villain. To do this, you will travel through different scenarios and solve the necessary puzzles to save the frozen child.', 'https://img.gamemonetize.com/mxidis6853ulqbnsgw9hageymefpi4nz/512x384.jpg', 'https://html5.gamemonetize.com/mxidis6853ulqbnsgw9hageymefpi4nz/', '0', 'Adventure', 0, 0, '', 'ice-scream-friends'), (12828, 'ICE SCREAM HORROR NEIGHBORHOOD 2', 'The ice-cream seller has come to the neighborhood! He has kidnapped your friend and neighbor Charlie and you\'ve witnessed it all… He has frozen your best friend using some sort of superpower and has taken him somewhere with his van. Your friend is missing, and worse… What if there are more children like him?', 'https://img.gamemonetize.com/k9vsymndtghsawlj1tcqzdue2zpwa3z1/512x384.jpg', 'https://html5.gamemonetize.com/k9vsymndtghsawlj1tcqzdue2zpwa3z1/', '0', 'Adventure', 0, 0, '', 'ice-scream-horror-neighborhood-'), (12829, 'Minecraft Coloring Pages', 'Minecraft Coloring Pages is a free online coloring and kids game, where he exercise her imagination and motor skills while having fun meeting different Minecraft characters. In this game you will find 18 different pictures which have to be colored. You have 15 different colors to choose. You can also save the colored image. Have fun!', 'https://img.gamemonetize.com/tog6thbbsrw2sqnv0f3sbenxpic6hs39/512x384.jpg', 'https://html5.gamemonetize.com/tog6thbbsrw2sqnv0f3sbenxpic6hs39/', '0', 'Puzzles', 0, 0, '', 'minecraft-coloring-pages'), (12830, 'Ice Scream Horror', 'If you want to enjoy an experience of fantasy, horror, and fun, play now "Ice Scream: Horror Neighbor". The action and the shouts are guaranteed. Have you ever thought that a simple ice cream can become a reason of a real nightmare? Well, nobody ever thinks about things like that. When a child sees a van with ice cream, he simply runs there and gets the most favorite one. Delicious treats cannot be associated with something bad. The worst thing you can imagine is that your throat will ache after you eat too much ice cream. The seller in side of the van is a nice guy – he suggests the best tastes you should try, being so polite and friendly to you. How can someone that cheerful be… a maniac? Unfortunately, the worst scenario is already unwrapping itself and you are in the middle of a horror now. So the story begins – a seller of the best ice cream in the world, a nice guy with a charming smile on his face becomes your enemy and a cruel torturer.', 'https://img.gamemonetize.com/bm611vi5oqdbmksmd37j0nv7ret0innm/512x384.jpg', 'https://html5.gamemonetize.com/bm611vi5oqdbmksmd37j0nv7ret0innm/', '0', 'Puzzles', 0, 0, '', 'ice-scream-horror'), (12831, 'Army The Resistance', 'Stickman Army The Resistance is a fun game you can play in your web browser for free on Superkidgames.com. Play Stickman Army The Resistance and be prepared to take control of stick figure duo! Your entire area is surrounded by a horde of renegade stickman whose aim is only to kill people. You as the best army team have decided to take care of your region. Grab your weapons and get ready to clear the area from these evil souls! Your team includes two highly skilled and trained soldiers. Plenty of powerful weapons you have to use to stop this mass massacre. Take your position, fight like a pro and tell your enemies that you have decided to fight with the wrong persons this time! Lead your team to the most wanted win in this brand new action game! Choose from different weapon options that include defences turret, sandbags, mines, barbed wire, bombs, the big bertha, shotgun, heavy weapons, rocket launcher, flame thrower, kalashikov, sniper rifle, rifle, bazooka and machine gun! Each weapon has its own specialities and your victory in this HTML5 shooting game depends upon how wisely you use it defeat your enemies. You would die or lose your game if the enemies enter your defense. Plan a strategy to transform your defense into an unbeatable fortress in this cool war game! Do not forget to upgrade your weapons to enhance your power. There are 40 unique and challenging levels to play through, 60 powerful weapons and amazing surprises and bonuses to unlock. Good luck to invite your friends to compete, set your own high score and create a secure place on the leaderboard!', 'https://img.gamemonetize.com/z5lfi4ddwo5brn4saghigc5oonpkpktv/512x384.jpg', 'https://html5.gamemonetize.com/z5lfi4ddwo5brn4saghigc5oonpkpktv/', '0', 'Fighting', 0, 0, '', 'army-the-resistance'), (12832, 'Toon Cup 2022', 'Football is back and its bigger than ever! Play Toon Cup 2022, the totally free football game! Have fun choosing your favourite Cartoon Network characters', 'https://img.gamemonetize.com/aeoe5t0fnvdotya28svdmgyjbqll97hf/512x384.jpg', 'https://html5.gamemonetize.com/aeoe5t0fnvdotya28svdmgyjbqll97hf/', '0', 'Sports', 0, 0, '', 'toon-cup-'), (12833, 'Thrill Rush 4', 'Thrill Rush 4 is a fun game you can play in your web browser for free on Superkidgames.com. Get ready for another frantic, nerve-wracking race on the roller coaster in Thrill Rush 4. Choose your driver and help the kid to survive the ride at all costs while collecting bundles of money and golden stars. To reach the finish alive you must jump over holes in the rails as you try to pass other deadly traps along the way. You can lay down in your cart by pressing the arrow down and jump by using the arrow up. Beware of danger from above as well as huge gaps that you have to jump over. Try to collect all the money and all stars on your way to upgrade your vehicle afterwards. Do you think you can end every level with all stars? Find out now and enjoy Thrill Rush 4! Much fun!', 'https://img.gamemonetize.com/w7us3yombpun0zq713palomjykf9onm4/512x384.jpg', 'https://html5.gamemonetize.com/w7us3yombpun0zq713palomjykf9onm4/', '0', 'Hypercasual', 0, 0, '', 'thrill-rush-'), (12834, 'Princess Coloring Book for Kids ', 'Marvelous coloring book for girls especially for little princesses - sweet baby girls! 60 cute drawings are ready for coloring by your girls! All girls love to color princesses, unicorns, cats, mermaids, fairies, beauty and dress or cosmetic items. All of those can be found in this coloring game for girls.', 'https://img.gamemonetize.com/gepki61sdvacp5cnyp136yd5bp8zyoow/512x384.jpg', 'https://html5.gamemonetize.com/gepki61sdvacp5cnyp136yd5bp8zyoow/', '0', 'Girls', 0, 0, '', 'princess-coloring-book-for-kids-'), (12835, 'Blumgi Rocket ', 'Blumgi Rocket is a fun game you can play in your web browser for free on Superkidgames.com. Blumgi Rocket is a platform game where you drive a rocket-fast car in colorful levels filled with obstacles. Go up hills, down slopes, through tunnels, mountains, and more in absolute full speed! Experience the thrill of the cool slow motion animation as you fire your rockets. The longer you hold down the rocket button, the more powerfully you will be propelled. When you\'re mid-air, perform stunts to finish the level quicker and impress your fans. Unlock new vehicle skins by progressing through the game and finishing every level. How quickly can you finish Blumgi Rocket and master this game? Blumgi Rocket was created by Blumgi and its awsome, we love it. You can play Blumgi Rocket without downloading or installing for free using your desktop and mobile devices on Super Kid Games.You can unlock new skins and colorful new vehicles in Blumgi Rocket.', 'https://img.gamemonetize.com/x9szn9qmh0ygsmct93p7mny35850lpx1/512x384.jpg', 'https://html5.gamemonetize.com/x9szn9qmh0ygsmct93p7mny35850lpx1/', '0', 'Racing', 0, 0, '', 'blumgi-rocket-'), (12836, 'ShotWildWest', 'ShotWildWest is an arcade game set in the ferocious far west. Test your fingers by challenging the speed, train your mind to hit obstacles quickly and accurately, trying to break all records!', 'https://img.gamemonetize.com/vx8dx3z8o7z7b3fereb3dn135ri8glih/512x384.jpg', 'https://html5.gamemonetize.com/vx8dx3z8o7z7b3fereb3dn135ri8glih/', '0', 'Clicker', 0, 0, '', 'shotwildwest'), (12837, 'WaterColor', 'The WaterColor game was developed for children and with it you will learn to paint with reference images in a fun way from your mobile phone, tablet, or computer. Game developed by: Nau.kids', 'https://img.gamemonetize.com/vrge6ojoozy8o9ras6vwlr1861utbjv8/512x384.jpg', 'https://html5.gamemonetize.com/vrge6ojoozy8o9ras6vwlr1861utbjv8/', '0', 'Puzzles', 0, 0, '', 'watercolor'), (12838, 'Cannon Shooter', 'There are many platform games in the game space, where characters walk, run, jump on platforms, overcome various obstacles and fight enemies. Sometimes these platforms are so annoying that you want to destroy them, and just for such cases we have a special cannon that shoots colorful balls in the Cannon Shooter game. In fact, this is a pipe from which balls fall out at your command and bombard the platform that is below. But with a decent speed it moves up. Your task is to break the line before she got the guns. At the same time, a limited number of shots to you, and if the ball hits the spikes, you will lose life, of which there are only three by the number of red lines in the lower right corner. Try to complete all levels, there are many of them.', 'https://img.gamemonetize.com/g1j5b2fhuyubbhkmjevuw9tdq83bzhdx/512x384.jpg', 'https://html5.gamemonetize.com/g1j5b2fhuyubbhkmjevuw9tdq83bzhdx/', '0', 'Hypercasual', 0, 0, '', 'cannon-shooter'), (12839, 'Princess Candy Factory', 'Welcome to Princess Candy Makeup! Let\'s learn to style! This time, they got something new for you, all kinds of sweet stuffs. Candies, ice cream, cakes, chocolate, lollipops... But, can you believe it? They can be accessories put on clothes, hairstyles, makeup and jewelries. Feeling curious now? Come check them out and design styles with imagination.', 'https://img.gamemonetize.com/v0tlpc1qsfr1eg0ir7qwkqo3qdqqud4g/512x384.jpg', 'https://html5.gamemonetize.com/v0tlpc1qsfr1eg0ir7qwkqo3qdqqud4g/', '0', 'Girls', 0, 0, '', 'princess-candy-factory'), (12840, 'Snake Color Break', 'Snake Color Break is a snake puzzle game. There will be five targets on the roll. You need to control the snake and to pass in target that is with same color as the snake circles. Between targets will have borders in different colors. When you pass the border the snake will change color and you need to go to the target that is with same color. If you don jot match the target with the snake the game will over. It is interesting and addictive kids game. Try to play longer as you can.', 'https://img.gamemonetize.com/1dmni68erq95mw8f0dlcjhentee5485f/512x384.jpg', 'https://html5.gamemonetize.com/1dmni68erq95mw8f0dlcjhentee5485f/', '0', 'Puzzles', 0, 0, '', 'snake-color-break'), (12841, 'Heroes of the City Jigsaw', 'Let\'s play our new jigsaw puzzle game called Heroes of the City Jigsaw. You can select one of the twelve images and then select one of the three modes: easy with 25 pieces, medium with 49 pieces and hard with 100 pieces. Have fun and enjoy!', 'https://img.gamemonetize.com/z25plfjh3ye3zfatfofg6xsy9pj4kj62/512x384.jpg', 'https://html5.gamemonetize.com/z25plfjh3ye3zfatfofg6xsy9pj4kj62/', '0', 'Puzzles', 0, 0, '', 'heroes-of-the-city-jigsaw'), (12842, 'Amgel Thanksgiving Room Escape 5', 'AmgelEscape - Amgel Thanksgiving Room Escape 4 is another point and click escape game developed by Amgel Escape. In this game, you are locked in a room and you try to escape from the room by finding items and solving puzzles. Show your best escaping skills to escape from this room. Can you able to escape from this room successfully? Good luck and have fun!', 'https://img.gamemonetize.com/eu9qzkrbu4po5vov4bjkgfpnxedgymec/512x384.jpg', 'https://html5.gamemonetize.com/eu9qzkrbu4po5vov4bjkgfpnxedgymec/', '0', 'Puzzles', 0, 0, '', 'amgel-thanksgiving-room-escape-'), (12843, 'Amgel Easy Room Escape 51', 'AmgelEscape - Amgel Easy Room Escape 51 is another point and click escape game developed by Amgel Escape. In this game, you are locked in a room and you have to try to escape the room by finding items and solving puzzles. Show your best escaping skills to escape from the room. Can you able to escape from the room successfully? Good luck and have fun!', 'https://img.gamemonetize.com/8dbkkjww4wog7fmr65h2rmt2r8datnb1/512x384.jpg', 'https://html5.gamemonetize.com/8dbkkjww4wog7fmr65h2rmt2r8datnb1/', '0', 'Puzzles', 0, 0, '', 'amgel-easy-room-escape-'), (12844, ' Amgel Kids Room Escape 61', 'AmgelEscape - Amgel Kids Room Escape 61 is another point and click escape game developed by Amgel Escape. In this game, you are locked in a room and you have to try to escape the room by finding items and solving puzzles. Show your best escaping skills to escape from the room. Can you able to escape from the room successfully? Good luck and have fun!', 'https://img.gamemonetize.com/nufchqgdy1sq1fauvq4c6o4zpq942vxj/512x384.jpg', 'https://html5.gamemonetize.com/nufchqgdy1sq1fauvq4c6o4zpq942vxj/', '0', 'Puzzles', 0, 0, '', '-amgel-kids-room-escape-'), (12845, 'Amgel Easy Room Escape 50', 'AmgelEscape - Amgel Easy Room Escape 50 is another point and click escape game developed by Amgel Escape. In this game, you are locked in a room and you have to try to escape the room by finding items and solving puzzles. Show your best escaping skills to escape from the room. Can you able to escape from the room successfully? Good luck and have fun!', 'https://img.gamemonetize.com/9325th7iwbavjfksgv5sia14c923nvdb/512x384.jpg', 'https://html5.gamemonetize.com/9325th7iwbavjfksgv5sia14c923nvdb/', '0', 'Puzzles', 0, 0, '', 'amgel-easy-room-escape-'), (12846, 'House Paint Puzzle', 'House Paint Puzzle is one free game, developed for boys who love playing puzzle and paint games. Move the brush to color all white roads. Paint the House to finish one building. Don\'t you look forward to your house? You can also play the game on PuzzleGame.Com', 'https://img.gamemonetize.com/dlbjxa2kl77mj60eys7o7bhq67ddq0vz/512x384.jpg', 'https://html5.gamemonetize.com/dlbjxa2kl77mj60eys7o7bhq67ddq0vz/', '0', 'Boys', 0, 0, '', 'house-paint-puzzle'), (12847, 'Hit Masters Rush', 'It\'s time to play and have fun with Hit Masters Rush, an entertaining exclusive game from kiz10.com totally free!!! Make sure that the little hero can get as far as possible by eliminating the bandits in the buildings and their weapons. Play and have fun in this new action game, adventure based on the Hist Master game now the little hero will need your help to help him jump, slide and shoot all the enemies located on the roofs of the buildings while he runs and jumps for these themselves. The objective of the game is to improve the score in each attempt with the possibility of improving your skills and you will be able to unlock new avatars !!!', 'https://img.gamemonetize.com/bnwny2zvzjcwaa7lrthoje1ri364fvmg/512x384.jpg', 'https://html5.gamemonetize.com/bnwny2zvzjcwaa7lrthoje1ri364fvmg/', '0', 'Clicker', 0, 0, '', 'hit-masters-rush'), (12848, 'Gun Sprint Online', 'If you like playing skillful arcade games, Gun Sprint is possibly a benefit relaxation game for you to play. On 3D platform tracks, you are permitted to control a Desert Eagle to shoot all stickman enemies at each level. The real-time position and shooting angles are all according to the timing of the firing. Both headshots and high-end blocks could make more gold coins at all levels. Good luck and take a break!', 'https://img.gamemonetize.com/yzwh43jpqbthzkafib7x86b6opsokknp/512x384.jpg', 'https://html5.gamemonetize.com/yzwh43jpqbthzkafib7x86b6opsokknp/', '0', 'Arcade', 0, 0, '', 'gun-sprint-online'), (12849, 'Need For SuperCars Speed', 'In order to feel actual racing speed and the rush of adrenaline that is reserved exclusively for F1 drivers, each and every one of us who appreciates watching motorsport events on stunning asphalt courses on television hopes we can be rally drivers for a little period of time. Assume you were in an Indycar or a racing competition and you were feeling the same way. Stop wondering and start playing "Real Speed" to transport yourself into the world of the world\'s fastest and most skilled racers, who live and die on the most beautiful asphalt circuits the world has ever seen.', 'https://img.gamemonetize.com/qj4vcl7wq0hykv8z9h5fxrarngq3konj/512x384.jpg', 'https://html5.gamemonetize.com/qj4vcl7wq0hykv8z9h5fxrarngq3konj/', '0', 'Racing', 0, 0, '', 'need-for-supercars-speed'), (12850, 'Princess Wedding Cleaning Washing & Fixing', 'The princess is about to have a wedding with the prince, but before the royal wedding, we need everyone\'s help to tidy up the princess\'s castle clean and shiny. Look at the dressing room, wedding hall, and banquet hall, how messy they are! This makes it impossible for the princess to hold a wedding! Can you help the princess clean up these three rooms? We must make the princess\'s wedding go smoothly. Have fun!', 'https://img.gamemonetize.com/aemb4upphrpd0lsvooa149nsize37dfz/512x384.jpg', 'https://html5.gamemonetize.com/aemb4upphrpd0lsvooa149nsize37dfz/', '0', 'Hypercasual', 0, 0, '', 'princess-wedding-cleaning--washing-amp-fixing'), (12851, 'Long Trailer Truck Cargo Truck Simulator Game', 'Here is a 3D truck driving simulation game called Long Trailer Truck Cargo Truck Simulator Game for you to play. You have a chance to drive a truck to transport the cargo to the marked area on the mini-map. On the mountain road, there are some obstacles including oil drums and rocks on the track to the destination. It is managed for you to complete the transport missions on time!', 'https://img.gamemonetize.com/7ald1zctjvax9drix7ag70okvjfl5pld/512x384.jpg', 'https://html5.gamemonetize.com/7ald1zctjvax9drix7ag70okvjfl5pld/', '0', 'Action', 0, 0, '', 'long-trailer-truck-cargo-truck-simulator-game'), (12852, 'Cute Virtual Dog', 'Cute Virtual Dog is a very cute caring game. You want to have a dog and your parents won\'t allow? Come and try this game. You can experience how it feels to own a dog. You can design many fashion hairstyles for the dog. And even dye its hair. With our carefully selected outfits for the dog, you will certainly become the most trendy dog owner. What\'s even funner? Come and take your little dog to the exciting hurdle race track. After all the exercises, your little dog must be very tired. Help it take a shower to relax. Come to play our games to find out other interesting things!', 'https://img.gamemonetize.com/igw7vyged455ich6d3ta0pa6xy717hvg/512x384.jpg', 'https://html5.gamemonetize.com/igw7vyged455ich6d3ta0pa6xy717hvg/', '0', 'Girls', 0, 0, '', 'cute-virtual-dog'), (12853, 'Celebrity Signature Styles', 'Welcome to the Celebrity Signature Styles. Our favorite celebrities Selena Gomez, Taylor Swift, Rihanna, Ariana Grande, and Kendel Jenner are gathering together for celebrity events. They planned to appear in their signature style. Join and help your favorite celebrities with your fashion skill. Pick a suitable outfit for the event. Have fun!', 'https://img.gamemonetize.com/z34iaov2u4v29ywoydjuigbvt7mkroky/512x384.jpg', 'https://html5.gamemonetize.com/z34iaov2u4v29ywoydjuigbvt7mkroky/', '0', 'Girls', 0, 0, '', 'celebrity-signature-styles'), (12854, 'Dont Drop The Pig', 'Don\' Drop The Pig is a cool action game very easy and intuitive to play, but it will be hard to stop playing. Tap with your finger the blowing up balloons on the screen and touch the Pig to prevent it from falling down. Enjoy this cool game the more you can! You can play with your children it\'s very funny for your cool sounds effects. Product feature bullets: • very easy to play • nice 2D graphics • endless gameplay • very fun game for kids and babies • cool music sound effects • amazing animations Great Game Great Fun!', 'https://img.gamemonetize.com/gfioz5xcvjd7z1gv3hl9ycefzmxf8odf/512x384.jpg', 'https://html5.gamemonetize.com/gfioz5xcvjd7z1gv3hl9ycefzmxf8odf/', '0', 'Hypercasual', 0, 0, '', 'dont-drop-the-pig'), (12855, 'Ant Squisher', 'Squish the Ants! Features a variety of Ants to squish, with a different speed and point value. Avoid the red Ants! they are very very dangerous!, if you touch 3 red Ants your game is finished... Have fun with this amazing and funny Ant game.', 'https://img.gamemonetize.com/0oz9wpya3jf90a745ag1zuatg7jnif0b/512x384.jpg', 'https://html5.gamemonetize.com/0oz9wpya3jf90a745ag1zuatg7jnif0b/', '0', 'Clicker', 0, 0, '', 'ant-squisher'), (12856, 'Moon Pioneer', 'Let\'s follow the rocket to explore the moon', 'https://img.gamemonetize.com/40met1kmr8felmblbppte8sv8ku34mp3/512x384.jpg', 'https://html5.gamemonetize.com/40met1kmr8felmblbppte8sv8ku34mp3/', '0', 'Hypercasual', 0, 0, '', 'moon-pioneer'), (12857, 'Robot War Velociraptor', 'Robot War: Velociraptor is a fun game you can play in your web browser for free on Superkidgames.com. Assembly your Velociraptor robot so that you can fight crime in this super fun fighting game. Piece your Iron Panther together, one item at a time, until you are ready to roll! After assembly mode enter the arena and put your bot to the ultimate test. Use different commands as you attempt to win all of the fights.', 'https://img.gamemonetize.com/h2lazlb22nlkt2hh9qlfaymms01tasi7/512x384.jpg', 'https://html5.gamemonetize.com/h2lazlb22nlkt2hh9qlfaymms01tasi7/', '0', 'Puzzles', 0, 0, '', 'robot-war-velociraptor'), (12858, 'Rotating Flappy Bird', 'In this great addictive funny game the player must tap to flap and help the bird make it through the gaps, but you do it while in Orbit! Have Fun with this great Addictive funny App!', 'https://img.gamemonetize.com/c5ng2ybxjf3yu4rdl2si5jtpuzjkxdw0/512x384.jpg', 'https://html5.gamemonetize.com/c5ng2ybxjf3yu4rdl2si5jtpuzjkxdw0/', '0', 'Hypercasual', 0, 0, '', 'rotating-flappy-bird'), (12859, 'Armored Wolf', 'Armored Wolf - 2D tank shooter with a very addictive gameplay, made in the best traditions of classic 16-bit games. The player alone will have to break the enemy tank armada. A variety of guns and upgrades for them will help you with this, which can be installed in between battles for coins earned in battles.', 'https://img.gamemonetize.com/jfmgbdkgu4rj1ta3lyfknvi9irufzhgi/512x384.jpg', 'https://html5.gamemonetize.com/jfmgbdkgu4rj1ta3lyfknvi9irufzhgi/', '0', 'Shooting', 0, 0, '', 'armored-wolf'), (12860, ' Stickman Ping Pong Match', 'Stickman Ping Pong Match is a fast paced realistic tennis game with gorgeous courts and great atmosphere, simple controls and tons of replay value. Good luck!', 'https://img.gamemonetize.com/nrvq1ezin78m7vtbhiebwlobtbzrwji3/512x384.jpg', 'https://html5.gamemonetize.com/nrvq1ezin78m7vtbhiebwlobtbzrwji3/', '0', 'Fighting', 0, 0, '', '-stickman-ping-pong-match'), (12861, 'Truth Runner', 'As a young girl, which way do you like to pass in real life. Truth Runner is a running arcade game on a 3D platform that is full of different career items. It is managed for you to choose a confirmed role and keep your outfit at each level. You will some famous uniforms and play the role of Harley Quinn, Wonder Woman, and Lolita. Glad you will always choose your favorite routes to the finish area!', 'https://img.gamemonetize.com/nc7rfmvjhuxzwr1hanxc2l6ubxkx0cdz/512x384.jpg', 'https://html5.gamemonetize.com/nc7rfmvjhuxzwr1hanxc2l6ubxkx0cdz/', '0', 'Arcade', 0, 0, '', 'truth-runner'), (12862, 'DIY Pop Toys Fun 3D', 'Have you ever DIY a bubble toy when you are under too much pressure? DIY Pop Toys Fun 3D provides you with a chance to make bubble toys yourself on a 3D machine which is a relaxation arcade game. The objective for you is to move the cubes onto the platform of the machine and press all bubbles when they are done. I hope you will entertain with all the new patterns and colorful cubes in this game!', 'https://img.gamemonetize.com/v0cbrribe0naz10rublq7nnmruqa5sjy/512x384.jpg', 'https://html5.gamemonetize.com/v0cbrribe0naz10rublq7nnmruqa5sjy/', '0', 'Arcade', 0, 0, '', 'diy-pop-toys-fun-d'), (12863, 'Letter Boom Blast', 'Are you good at remembering short words with four to six letters? Letter Boom Blast is actually not a pure baseball arcade game but a letter puzzle game. Your objective is to help the red stickman baseball player run to the finish area by means of blasting all wrong letters out from the obstacle word cube walls on the platform track at each level on time. Glad you will always find the wrong letter fast and complete all levels!', 'https://img.gamemonetize.com/i55r4h3ue4x5jp0efoup6lhwdy4i869e/512x384.jpg', 'https://html5.gamemonetize.com/i55r4h3ue4x5jp0efoup6lhwdy4i869e/', '0', 'Arcade', 0, 0, '', 'letter-boom-blast'), (12864, 'Hidden Toys', 'Find asked hidden toys in each level.', 'https://img.gamemonetize.com/5412mbi9qlbbhgb2r1rt3etknmurjkm3/512x384.jpg', 'https://html5.gamemonetize.com/5412mbi9qlbbhgb2r1rt3etknmurjkm3/', '0', 'Puzzles', 0, 0, '', 'hidden-toys'), (12865, 'Crazy BFF Party', 'Two best friends - Princess Harlequin and Princess Jen decided to have a party of the century. These two girls are absolutely reckless funny brutes. They love daring informal clothing, bright colors, fishnet tights, tattoos and unusual fashion combinations. Join the unbridled fun of the princesses, experiment with makeup and hairstyles. Choose incredible accessories for the girls original costumes. Time to go wild with the game «Crazy BFF Party».', 'https://img.gamemonetize.com/zcgxfyxae77ga219fx4ow5eyt7348ywt/512x384.jpg', 'https://html5.gamemonetize.com/zcgxfyxae77ga219fx4ow5eyt7348ywt/', '0', 'Girls', 0, 0, '', 'crazy-bff-party'), (12866, 'The Sloth Puzzle', 'Are you ready to meet the sloth? Combine all the parts and get acquainted with the sloth.', 'https://img.gamemonetize.com/fkjhg1yw61bsivjz9cij1540ei24r0d5/512x384.jpg', 'https://html5.gamemonetize.com/fkjhg1yw61bsivjz9cij1540ei24r0d5/', '0', 'Puzzles', 0, 0, '', 'the-sloth-puzzle'), (12867, 'Artic Fishing', 'What\'s more fun than fishing? The answer is simple. There are plenty of ways to make this mundane task exciting and enjoyable for everyone, from the little ones who love getting their hands wet all up in some deep water, or maybe just throwing out one line that they hope will bring them something great! For those who truly love or appreciate fishing, this online Arctic Fishing game is for them because it\'s not just enjoyable or relaxing; it\'s also tough because you have to watch out for that red time bar. Moreover, it included excellent music that improved the game\'s vibe. So do you think you can get 100 fish in a limited time to find out. Game features Easy to play Suitable for all ages Excellent & relaxing music Exciting levels How to play Fish were caught with a fishing rod that jerkily moved left and right. Try to capture more fish in the allotted time; the duration will be extended depending on the size of fish you catch. It features relaxing music and gentle games for those who want to unwind. It\'s a game that you play by yourself. Playing is enjoyable and soothing for all ages. Watch out for black fish . Try to bet on your own score so that you can make a new record. You have to catch as many fish in time. The time is limited, but the time can be increased. Find it out. Because it is the best arcade fishing game online.', 'https://img.gamemonetize.com/2i7qk4in7nfme9lxq8s93x76zhqgp9jw/512x384.jpg', 'https://html5.gamemonetize.com/2i7qk4in7nfme9lxq8s93x76zhqgp9jw/', '0', 'Hypercasual', 0, 0, '', 'artic-fishing'), (12868, 'Floppy Paper', 'The Floppy Paper Game is one of the most creative and fun games that you can play with your kids. This Game is an engaging way to have fun and exercise your creativity. It\'s perfect for kids, or anyone looking for a creative thrill!The floppy paper game is a fun way to spend time while improving your creativity and imagination. It\'s also great for engaging students of all ages, as they can make their own trump cards or storybook characters!', 'https://img.gamemonetize.com/8nvgrl5tudc42jwtlinro23469jvloi2/512x384.jpg', 'https://html5.gamemonetize.com/8nvgrl5tudc42jwtlinro23469jvloi2/', '0', 'Arcade', 0, 0, '', 'floppy-paper'), (12869, 'Tap The Buttons', 'Hit all the buttons that fall off the screen, but you wait that this buttons start blinking frantically! Don\'t touch the bombs they are explosive! and will put a swift end your adventure. Key Features: - Great playability. - Colorful graphics. - Infinite longevity. - Fun music. - Cartoon sound effects. - Different colored backgrounds. Ideal for everyone!', 'https://img.gamemonetize.com/cmzznheryzfsc6oa0qvhgdswyoy7en8e/512x384.jpg', 'https://html5.gamemonetize.com/cmzznheryzfsc6oa0qvhgdswyoy7en8e/', '0', 'Puzzles', 0, 0, '', 'tap-the-buttons'), (12870, 'Lay The Egg', 'Late one night a farmer makes a mysterious discovery, that his barn has a little stowaway living inside! What\'s more is that this little fellah lays....Golden Eggs! Help our little friend successfully lay his golden eggs safely int his nest. Combining a wonderful physics engine, extremely clever puzzles and beautiful graphics. Lay the Eggs is a must have game. Lay the Eggs Features: • Combines realistic physics with simple, yet accurate, and precise touch control. • An incredible 3 worlds to conquer. • Use precise timing to avoid obstacles. • Collect three golden stars in each stage. Some are easy, some are a little on the harder side! • Avoid jagged spikes and fight the power of a magnetic pull!.', 'https://img.gamemonetize.com/2opfgnue48ly37e8xuge8qfdnlwogzp3/512x384.jpg', 'https://html5.gamemonetize.com/2opfgnue48ly37e8xuge8qfdnlwogzp3/', '0', 'Puzzles', 0, 0, '', 'lay-the-egg'), (12871, 'Colors Mumble', 'Unscramble as many five-letter words as you can without running out of time. With two game modalities, you will be entertained for hours. In Endless mode, you get 20 seconds to unscramble each word. In Time mode, solve as many words as you can in 3 minutes. Enjoy it!', 'https://img.gamemonetize.com/ps3872nw6h7kfuxzsael3bq9ttzhhmyc/512x384.jpg', 'https://html5.gamemonetize.com/ps3872nw6h7kfuxzsael3bq9ttzhhmyc/', '0', 'Puzzles', 0, 0, '', 'colors-mumble'), (12872, 'Cannon Balls 3D', 'Play Cannon Balls 3D game in your web browser for free on Superkidgames.com. Try to be the master of destruction, heat up the buildings neatly and show no mercy! In \'Cannon Balls 3D\' it depends on how skillfully you place the shots so that the structures collapse as efficiently as possible. Watch your ammo, because it\'s limited. But don\'t worry. There will also come a time when you will bring the cannon to the edge of functionality. Especially when the great bombs are used.', 'https://img.gamemonetize.com/jhe2ewyjautufwzgefqcrtnbbc9jcss3/512x384.jpg', 'https://html5.gamemonetize.com/jhe2ewyjautufwzgefqcrtnbbc9jcss3/', '0', 'Hypercasual', 0, 0, '', 'cannon-balls-d'), (12873, 'Horse Shoeing', 'Play Horse Shoeing game in your web browser for free on Superkidgames.com. You’re the owner of a stable in this game, and it’s your job to make your equine companions feel good and active. Horse Shoeing gamifies barn life by featuring a vast amount of mini-games where you clean and shoe your horses’ hoofs, brush their hair, take them on rides, play with them, and much more!', 'https://img.gamemonetize.com/tdh4px888sp7cbnmz41gbd5a4winj7or/512x384.jpg', 'https://html5.gamemonetize.com/tdh4px888sp7cbnmz41gbd5a4winj7or/', '0', 'Arcade', 0, 0, '', 'horse-shoeing'), (12874, 'Sky Parking Car Parking ', 'Get familiar with a new Car Parking Fun Driving School: Car Games 2020 in era of car parking games 2020. In this amazing car parking fun driving school you will get to know all the parking ways and tricks. There are multiple missions for car parking, you\'ll get behind the running wheels of parking cars. Get ready for a new era of car parking games 2020. In this amazing car parking driving simulator you will get to know all the car parking ways and tricks in classic 3d car parking games. There are multiple impossible missions for modern car parking & car driving simulation, you\'ll get behind the running wheels of parking cars in car games. Classic Car Parking Fun Driving School: Car Games 2020 is the latest and ultimate drive new car parking game full of adventures and realistic missions of parking simulation. Are you looking for extreme car parking games to park your cars in realistic ways in parking car games? Enjoy playing this amazing modern Car Parking Fun Driving game-play full of addictive drive car parking adventure in car simulator. Brace yourself to extreme car parking spots fun with the real challenging car parking tests in car driving games. Learn cars acceleration, revers, how to drive through obstacles like ramps, speed breakers, how to move lift up, lift down, U-Turn and much more parking skills in car parking and car driving games by car parking driver. Play the classic Car Parking Fun Driving and enjoy the multi challenge impossible car parking driving levels to get trained of car parking skills in parking simulator and car driving skills in parking car simulator. Enhance your modern car parking driving skills by downloading and playing this Car Parking Fun game. In this car parking simulation game, park your cars in parallel parking spots on rushy roads in city and learn like a car parking driver how to do slightly hard parking in 3d car parking games.Ultimate Car Parking Fun Driving School: Car Games 2020 is all about cars, you can learn speed cars parking and enjoy modern car parking adventures. If you love to play prado parking games, car parker games then Car Parking Fun Driving School: Car Games 2020 is easy and new parking game for you!! Start your park driving school training in 3d car parking simulator, learn the basics of modern car parking in car driving games. To become a new car driver in crazy speed car parking simulation get chance to learn easy ways to park in parking mania. Modern car parking school is all about modern multi car parking & driving missions where you will get to know the traffic rules, road parking skills and chance to learn proper driving like a pro driver of 3d car parking games. Get ready to enjoy the amazing parking car games to explore new auto & vehicles adventures for car drivers. Welcome to new car parking mania to become best car driver& car Parker by playing Car Parking Fun Driving 2020. Park your cars on exact position by not hitting and damaging in parking area. Car Parking Fun Driving School: Car Games 2020 Features: • Parking fun game! • Realistic car color selection is available! • Smooth steering control and amazing car sounds! • Different camera angles of impossible car parking space! • Challenging game-play to test your car driving and parking skills on different parking spots!', 'https://img.gamemonetize.com/yaqkuawa6oatpn3bm7oxlfuom9agni7f/512x384.jpg', 'https://html5.gamemonetize.com/yaqkuawa6oatpn3bm7oxlfuom9agni7f/', '0', 'Racing', 0, 0, '', 'sky-parking--car-parking-'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (12875, ' Amgel Kids Room Escape 60', 'AmgelEscape - Amgel Kids Room Escape 60 is another point and click escape game developed by Amgel Escape. In this game, you are locked in a room and you have to try to escape the room by finding items and solving puzzles. Show your best escaping skills to escape from the room. Can you able to escape from the room successfully? Good luck and have fun!', 'https://img.gamemonetize.com/dw4qm2373jond842memzpnjfnqgys5n5/512x384.jpg', 'https://html5.gamemonetize.com/dw4qm2373jond842memzpnjfnqgys5n5/', '0', 'Puzzles', 0, 0, '', '-amgel-kids-room-escape-'), (12876, 'Amgel Easy Room Escape 49', 'AmgelEscape - Amgel Easy Room Escape 49 is another point and click escape game developed by Amgel Escape. In this game, you are locked in a room and you have to try to escape the room by finding items and solving puzzles. Show your best escaping skills to escape from the room. Can you able to escape from the room successfully? Good luck and have fun!', 'https://img.gamemonetize.com/y1fa09ddpxbo170rclhdqvt33qczhz2k/512x384.jpg', 'https://html5.gamemonetize.com/y1fa09ddpxbo170rclhdqvt33qczhz2k/', '0', 'Puzzles', 0, 0, '', 'amgel-easy-room-escape-'), (12877, 'Amgel Halloween Room Escape 27', 'AmgelEscape - Amgel Halloween Room Escape 27 is another point and click escape game developed by Amgel Escape. In this game, you are locked in a room and you try to escape from the room by finding items and solving puzzles. Thanks for playing Amgel Escape Games. Good luck and have fun!', 'https://img.gamemonetize.com/mc4lg5konkpsx8hsnal371sbmq57srdl/512x384.jpg', 'https://html5.gamemonetize.com/mc4lg5konkpsx8hsnal371sbmq57srdl/', '0', 'Puzzles', 0, 0, '', 'amgel-halloween-room-escape-'), (12878, 'Amgel Halloween Room Escape 25', 'AmgelEscape - Amgel Halloween Room Escape 25 is another point and click escape game developed by Amgel Escape. In this game, you are locked in a room and you try to escape from the room by finding items and solving puzzles. Thanks for playing Amgel Escape Games. Good luck and have fun!', 'https://img.gamemonetize.com/0c282imrbtxklnte21xb9hclsulkso9e/512x384.jpg', 'https://html5.gamemonetize.com/0c282imrbtxklnte21xb9hclsulkso9e/', '0', 'Puzzles', 0, 0, '', 'amgel-halloween-room-escape-'), (12879, 'Amgel Halloween Room Escape 24', 'AmgelEscape - Amgel Halloween Room Escape 24 is another point and click escape game developed by Amgel Escape. In this game, you are locked in a room and you try to escape from the room by finding items and solving puzzles. Thanks for playing Amgel Escape Games. Good luck and have fun!', 'https://img.gamemonetize.com/vu1k20dolezpw8fbmi92oo1u9boehe0q/512x384.jpg', 'https://html5.gamemonetize.com/vu1k20dolezpw8fbmi92oo1u9boehe0q/', '0', 'Puzzles', 0, 0, '', 'amgel-halloween-room-escape-'), (12880, 'Spider Man Hard Way', 'Spider man needs to jump from wall to wall avoiding obstacles.By collecting stars you gain the right to change color. Help the hero by making the highest score.', 'https://img.gamemonetize.com/37ingm3eedo5eqnw63xmloywsok0noj3/512x384.jpg', 'https://html5.gamemonetize.com/37ingm3eedo5eqnw63xmloywsok0noj3/', '0', 'Action', 0, 0, '', 'spider-man-hard-way'), (12881, 'Vector Spy', 'Vector Spy is a precision and minimalist 2d platformer that will push you to your limits. If you’re a fan of fast paced and methodical platforming games then you shouldn’t miss this game. the gameplay mechanics are simple, you have a jump button and directional buttons. You can wall jump, wall walk and slide, you’ll need to master controls and collect keys to survive.', 'https://img.gamemonetize.com/orfq6clglb0rqu4gk6n56qhowp63aboy/512x384.jpg', 'https://html5.gamemonetize.com/orfq6clglb0rqu4gk6n56qhowp63aboy/', '0', 'Arcade', 0, 0, '', 'vector-spy'), (12882, 'Lets Dance Now', 'Welcome to the Let\'s Dance game, in which you have to do different dance moves to the music in time to become the real king of the dance floor! Break into a noisy party and amaze everyone with your dance right now! All you have to do is follow the rhythm and shake your body! Can you find your style and win the dance battle?', 'https://img.gamemonetize.com/eknz46bo4bmw55i4n6kjb16it7hrfh8x/512x384.jpg', 'https://html5.gamemonetize.com/eknz46bo4bmw55i4n6kjb16it7hrfh8x/', '0', 'Girls', 0, 0, '', 'lets-dance-now'), (12883, 'Slide The Ball', 'In this game you have to control the ball that moves along the horizontal path. There are spikes at both ends of the track that you should not touch or you will lose the game. The main goal is to avoid the shapes that come to the ball that you control. There will be blue balls in them, which if you touch them will make all the shapes disappear, or they will slow down depending on which ball you collect. So collect blue balls and avoid other shapes. Do that more time as you can.', 'https://img.gamemonetize.com/6s3ai8oxyl9grl8mkud53wfrhkzp6nhb/512x384.jpg', 'https://html5.gamemonetize.com/6s3ai8oxyl9grl8mkud53wfrhkzp6nhb/', '0', 'Puzzles', 0, 0, '', 'slide-the-ball'), (12884, 'Zumble Game', 'Run a marble into the chain of colored balls and create a blast to eliminate them. We notice that Marble Game had the classic Marble Style Games but easily addictive. -Zumble Game ! Classic comes back! Fantastic designed puzzle game! One of the most classic and most fun game!', 'https://img.gamemonetize.com/8pkcbi3sjidzt4yi63nbpencba792oqz/512x384.jpg', 'https://html5.gamemonetize.com/8pkcbi3sjidzt4yi63nbpencba792oqz/', '0', 'Puzzles', 0, 0, '', 'zumble-game'), (12885, 'Real Boxing Manny Pacquiao', 'Excellent multiplayer boxing simulator with an excellent boxer – get your fists for fighting ready, the fight night is here. Step into a boxing fight in the best boxer game and serve a devastating box match ko! At last the players can become the legendary boxer and punch out like a boss of the multiplayer boxing games & boxing simulator world with Real Boxing Manny Pacquiao fist fighting game! It’s one of the few boxer games that officially allows you to knock out others as the Pacman.', 'https://img.gamemonetize.com/xtl0bity39wkpko9zc6xpy2klbnqj4sw/512x384.jpg', 'https://html5.gamemonetize.com/xtl0bity39wkpko9zc6xpy2klbnqj4sw/', '0', 'Shooting', 0, 0, '', 'real-boxing-manny-pacquiao'), (12886, 'Pro League Soccer', 'Pro League Soccer Select and upgrade your club! After tough weeks, advance from the lower leagues to the upper leagues. Every season, join the league\'s national club cup and After a good season, get the chance to appear in the league of stars!', 'https://img.gamemonetize.com/r6vcezgag5rucg4w56q8damgukeeq6m8/512x384.jpg', 'https://html5.gamemonetize.com/r6vcezgag5rucg4w56q8damgukeeq6m8/', '0', 'Sports', 0, 0, '', 'pro-league-soccer'), (12887, 'Halloween Theatre Escape ', 'Halloween Theatre Escape Series is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a Theatre, there you got trapped inside the Theatre Here is the interesting puzzles and hidden objects to find and get escape from the Theatre. Good luck... Have fun!', 'https://img.gamemonetize.com/l5xwwf25o0gayccjkqq78123oj1s1h0m/512x384.jpg', 'https://html5.gamemonetize.com/l5xwwf25o0gayccjkqq78123oj1s1h0m/', '0', 'Puzzles', 0, 0, '', 'halloween-theatre-escape-'), (12888, 'Cross Sprint', 'Mega Ramps Stunt Car has become one of the most popular simulation real driving games in the world, with addictive gameplay and 3D art style. It is worth noting that you will get some key tips in the game, which you can use these tips to complete the challenge of each level. Your task is to drive the car to the end. On this dangerous aerial platform, you need to keep your body balanced. Each mission orders you to drive to the finish area without time or score limitations.', 'https://img.gamemonetize.com/d35iou5jt8ysu6783p9xhxa6yhkuxun7/512x384.jpg', 'https://html5.gamemonetize.com/d35iou5jt8ysu6783p9xhxa6yhkuxun7/', '0', 'Racing', 0, 0, '', 'cross-sprint'), (12889, 'Grave Land Escape', 'Grave Land Escape is a point and click game developed by 8B Games/Games2Mad. Imagine that you had been to a village, On there you had trapped. Here is the interesting puzzles and hidden objects to find and get escape from the village. Good luck.. Have fun!', 'https://img.gamemonetize.com/8kr8ecrvxctsfw5mxnek002vzf5b7yd9/512x384.jpg', 'https://html5.gamemonetize.com/8kr8ecrvxctsfw5mxnek002vzf5b7yd9/', '0', 'Puzzles', 0, 0, '', 'grave-land-escape'), (12890, 'Colorful Land Escape', 'Colorful Land Escape is a point and click game developed by 8B Games/Games2Mad. Imagine that you had been to a village, On there you had trapped. Here is the interesting puzzles and hidden objects to find and get escape from the village. Good luck.. Have fun!', 'https://img.gamemonetize.com/ph5valgznq5s1dqhiyyinik09catx4ug/512x384.jpg', 'https://html5.gamemonetize.com/ph5valgznq5s1dqhiyyinik09catx4ug/', '0', 'Puzzles', 0, 0, '', 'colorful-land-escape'), (12891, 'Skull Gate Escape', 'Skull Gate Escape is a point and click game developed by 8B Games/Games2Mad. Imagine that you had been to a village, On there you had trapped. Here is the interesting puzzles and hidden objects to find and get escape from the Skull Gate. Good luck.. Have fun!', 'https://img.gamemonetize.com/3jzazyby3t00zwzznwb0hd4jh6warkm9/512x384.jpg', 'https://html5.gamemonetize.com/3jzazyby3t00zwzznwb0hd4jh6warkm9/', '0', 'Puzzles', 0, 0, '', 'skull-gate-escape'), (12892, 'shutter escape', 'Shutter Escape is a point and click game developed by 8B Games/Games2live. Imagine that you had been to a Landscape area, On there you had trapped. Here are interesting puzzles and hidden objects to escape through the shutter entrance. Good luck.. Have fun!', 'https://img.gamemonetize.com/2gyzxh1y8wetm1ypb9xg3oj7nyuif70o/512x384.jpg', 'https://html5.gamemonetize.com/2gyzxh1y8wetm1ypb9xg3oj7nyuif70o/', '0', 'Puzzles', 0, 0, '', 'shutter-escape'), (12893, 'Rescue the girl', 'Rescue the Girl is a point and click game developed by 8B Games/Games2Mad. Imagine that you had been to a village, On there you found a girl got trapped. Here is the interesting puzzles and hidden objects to find and rescue the girl. Good luck.. Have fun!', 'https://img.gamemonetize.com/urebui19bpshnvqb2us490uk9cpnis8i/512x384.jpg', 'https://html5.gamemonetize.com/urebui19bpshnvqb2us490uk9cpnis8i/', '0', 'Puzzles', 0, 0, '', 'rescue-the-girl'), (12894, 'Escape from Police Station', 'Escape from Police Station is a point and click game developed by 8B Games/Games2mad. Imagine that you got trapped out of the police station. This is the right time to stay there. Here are the interesting puzzles and hidden objects to find and get escape from Police Station. Good luck... Have fun!', 'https://img.gamemonetize.com/w34yv408ljvvr2uk64nnsdwo2rprwltu/512x384.jpg', 'https://html5.gamemonetize.com/w34yv408ljvvr2uk64nnsdwo2rprwltu/', '0', 'Puzzles', 0, 0, '', 'escape-from-police-station'), (12895, 'Backyard Entrance Escape', 'Backyard Entrance Escape is a point and click game developed by 8B Games/Games2live. Imagine that you had been to a village, On there you had trapped. Here are interesting puzzles and hidden objects to escape through the Backyard Entrance. . Good luck.. Have fun!', 'https://img.gamemonetize.com/y76s4ue30bc2oez24tc9gi6wn0v32fop/512x384.jpg', 'https://html5.gamemonetize.com/y76s4ue30bc2oez24tc9gi6wn0v32fop/', '0', 'Puzzles', 0, 0, '', 'backyard-entrance-escape'), (12896, 'Find the jack cat', 'Find the Jack Cat is is a point and click game developed by 8B Games/Games2live. I\'m Jack. I Need your help to find my pet. Here are some interesting puzzles and hidden objects for finding the cat. Good luck and have fun!', 'https://img.gamemonetize.com/8xeegq543l1lgqdfi0fnj4yqxi3qapkm/512x384.jpg', 'https://html5.gamemonetize.com/8xeegq543l1lgqdfi0fnj4yqxi3qapkm/', '0', 'Puzzles', 0, 0, '', 'find-the-jack-cat'), (12897, 'Mafia Gangster', 'Are you ready for gang wars? Fight and defend your territory with bandits trying to invade your territory. Get stronger with 6 different weapon options. You can strengthen your weapons and field with the points you earn in each mission. Get defensive now with 40 different levels, 12 different enemies and 6 different upgradeable weapons! Have fun.', 'https://img.gamemonetize.com/hl5utceeznxc34auyed01k95npuxwwfu/512x384.jpg', 'https://html5.gamemonetize.com/hl5utceeznxc34auyed01k95npuxwwfu/', '0', 'Shooting', 0, 0, '', 'mafia-gangster'), (12898, 'Poppy Office Nightmare', 'Poppy Office Nightmare is a 3D horror game, you are trapped in dark scary office and your mission is to find all lost toys and try to not get caught by huggy wuggy in order to successfully survive each night.', 'https://img.gamemonetize.com/fbtwffyion844g3bqk6l77qbyg1fgwus/512x384.jpg', 'https://html5.gamemonetize.com/fbtwffyion844g3bqk6l77qbyg1fgwus/', '0', 'Adventure', 0, 0, '', 'poppy-office-nightmare'), (12899, 'Decorate My Dream Castle Home Design', 'The little princess will hold a grand ball in the castle. She is planning to redecorate the castle to prepare for the ball. Can you decorate the little princess\'s castle gorgeously and beautifully? Don\'t hesitate, come and try it! Maybe you will become a famous designer! Have fun!', 'https://img.gamemonetize.com/kmot1o0pg8zwctaobrdjlv4nz5e5ohgx/512x384.jpg', 'https://html5.gamemonetize.com/kmot1o0pg8zwctaobrdjlv4nz5e5ohgx/', '0', 'Hypercasual', 0, 0, '', 'decorate-my-dream-castle--home-design'), (12900, 'Squid Game Assassin', 'Create an assassination plan against the workers and the killer doll and destroy them in Squid Game Assassin! Plan your destination and develop your strategy before committing the assassination. If one of your enemies dies, the others will know and they will start running towards you. That\'s why you have to be careful. You must stay away from the gun of the killer baby and worker characters and make a silent slaughter whenever possible. You can choose the Squid Game game character with different features from the Store menu and you can become even stronger. Start the Assassination without interruption with +50 different levels!', 'https://img.gamemonetize.com/bwm33iga5zacq3jr44ontlkhm4evsxeh/512x384.jpg', 'https://html5.gamemonetize.com/bwm33iga5zacq3jr44ontlkhm4evsxeh/', '0', 'Adventure', 0, 0, '', 'squid-game-assassin'), (12901, 'Squid Crowd Pusher', 'In Squid Crowd Pusher, one of the legendary game series of Squid game, your goal is to collect players of the same color and destroy the Boss. The more players you collect, the more chances you will have to destroy the scary boss. You can also increase or decrease the number of players by going through some math platforms. Try the completely free Squid Crowd Pusher game now and share the excitement! Have fun.', 'https://img.gamemonetize.com/rqvi5zsmdb78i7gvud6jnnyn4lzkcoww/512x384.jpg', 'https://html5.gamemonetize.com/rqvi5zsmdb78i7gvud6jnnyn4lzkcoww/', '0', 'Hypercasual', 0, 0, '', 'squid-crowd-pusher'), (12902, 'Mayhem Area Squid Wars', 'How about Playing Mayhem Area: Squid Wars? In this game you have to survive by killing zombies. Make good use of the help, the ammo is very limited!', 'https://img.gamemonetize.com/3a0u8qlkck3wgqsf01pk0j4fyzxu9fc1/512x384.jpg', 'https://html5.gamemonetize.com/3a0u8qlkck3wgqsf01pk0j4fyzxu9fc1/', '0', 'Adventure', 0, 0, '', 'mayhem-area-squid-wars'), (12903, 'Tetrix Blocks', 'Drag and drop the blocks from left to right or from right to left, in order to fill a complete row of blocks to eliminate them. Collect more rows at a time to get more score.', 'https://img.gamemonetize.com/1mag1l65xefg1rzrrl65nf6xsa6d14yw/512x384.jpg', 'https://html5.gamemonetize.com/1mag1l65xefg1rzrrl65nf6xsa6d14yw/', '0', 'Puzzles', 0, 0, '', 'tetrix-blocks'), (12904, 'Noob Huggy', 'You must be a partner in the adventure of a huggy living in a cute block world. Huggy, who is both noob and funny, needs to escape from slimes. You have to get the key and activate the door and help him move to the next level.', 'https://img.gamemonetize.com/8e8ah83te4vm8e54lm0pdqqt6kzpn8qp/512x384.jpg', 'https://html5.gamemonetize.com/8e8ah83te4vm8e54lm0pdqqt6kzpn8qp/', '0', 'Arcade', 0, 0, '', 'noob-huggy'), (12905, 'Boxes Physic', 'Get the green boxes off the screen as quickly as you can by breaking boxes into 4 smaller parts and strategically using bombs and other gadgets on later levels. You\'ll get 3 stars if you\'re quick enough or retry the level if you are take too much time.', 'https://img.gamemonetize.com/mh9fzbzkarv2p1t74mfbcv3e218qzpb5/512x384.jpg', 'https://html5.gamemonetize.com/mh9fzbzkarv2p1t74mfbcv3e218qzpb5/', '0', 'Puzzles', 0, 0, '', 'boxes-physic'), (12906, 'Ancient Egypt match 3 game', 'Welcome to Ancient Egypt! Your mission is to swipe and match 3 or more identical objects to clear them from the board and complete your level. Explore challenging levels and try to complete them all. Good Luck. www.durmangames.com', 'https://img.gamemonetize.com/fokb8w4v5qcjz6ceeupfgngxozk1f0gn/512x384.jpg', 'https://html5.gamemonetize.com/fokb8w4v5qcjz6ceeupfgngxozk1f0gn/', '0', 'Puzzles', 0, 0, '', 'ancient-egypt--match--game'), (12907, 'Mega Ramp Stunt Moto Fun & Run 3D Game', 'Mega Ramp Stunt Moto has been regarded as one of the most interesting driving games of the year. It has addictive gameplay and simulated real 3D art style. You will drive a motorcycle on an aerial platform and show your driving stunts. In the process, you will encounter different obstacles. There are some acceleration items you can use in the game. You can use them to surpass other players. Are you ready?', 'https://img.gamemonetize.com/tux1n8tn2g4d2n4lcuabna3ubl1y3fk9/512x384.jpg', 'https://html5.gamemonetize.com/tux1n8tn2g4d2n4lcuabna3ubl1y3fk9/', '0', 'Hypercasual', 0, 0, '', 'mega-ramp-stunt-moto--fun-amp-run-d-game'), (12908, 'Halloween Cooking Run A Restaurant', 'Prepare, cook, and serve tasty meals from all over the world! Dash from classical coffee to the Chinese restaurant, baking sweet cakes, dessert, and grill yummy burgers. Challenge cooking in the kitchen and lead a cooking world!', 'https://img.gamemonetize.com/lf49us8pmmb9qnva3l8y5ih1ly7wsni1/512x384.jpg', 'https://html5.gamemonetize.com/lf49us8pmmb9qnva3l8y5ih1ly7wsni1/', '0', 'Hypercasual', 0, 0, '', 'halloween-cooking--run-a-restaurant'), (12909, 'Mario Kart Challenge', 'Mario Kart Challenge is super online game for kids that you can play for free on Pc and mobile. No download needed to play! Help our Super Mario drive as far as possible and save the princess! Have fun playing the game called Mario Kart Challenge!', 'https://img.gamemonetize.com/lfh0ox7l1b0cmgaimxmv4nfkm499nr80/512x384.jpg', 'https://html5.gamemonetize.com/lfh0ox7l1b0cmgaimxmv4nfkm499nr80/', '0', 'Racing', 0, 0, '', 'mario-kart-challenge'), (12910, 'Simulator Fnaf Tank', 'The game is similar to the popular game in which kado live the night and survive', 'https://img.gamemonetize.com/b7kjj8gj84gaw1c9msliv6gpt5ky7fiy/512x384.jpg', 'https://html5.gamemonetize.com/b7kjj8gj84gaw1c9msliv6gpt5ky7fiy/', '0', 'Adventure', 0, 0, '', 'simulator--fnaf-tank'), (12911, 'Squid Game Challneges 3D', 'If you closely followed the events of the first part of the Korean series The Squid Game, then most likely you remember how someone thought that games in Korea are not the only ones. But while the writers are creating a sequel, we can already take part in the second part of the games with death!', 'https://img.gamemonetize.com/kja7l2xcosoy30wwl47wv2x0qpl1d48v/512x384.jpg', 'https://html5.gamemonetize.com/kja7l2xcosoy30wwl47wv2x0qpl1d48v/', '0', 'Action', 0, 0, '', 'squid-game-challneges-d'), (12912, 'Ice Scream Horror Adventure', 'The ice cream seller has come to the neighborhood! He has kidnapped your friend and neighbor "Bob" and you\'ve seen it all. It has frozen your best friend with some kind of power, and you have to discover where it takes. What if there are more children like him behind this story? This terrifying ice cream seller is called Rod, and he seems very friendly to young children, but he has an evil plan for them that you will have to discover. All you know is that he will take it inside his ice cream van, but you don\'t know where.', 'https://img.gamemonetize.com/rr6ixl5z8p5bdlmyjd5wf4sg0i7nvsel/512x384.jpg', 'https://html5.gamemonetize.com/rr6ixl5z8p5bdlmyjd5wf4sg0i7nvsel/', '0', '3D', 0, 0, '', 'ice-scream-horror-adventure'), (12913, 'Cute Fish Jigsaw', 'Cute Fish Jigsaw is amazing online game that you can play for free on PC and Mobile. No download needed! This amazing collection of jigsaw puzzles gathered in Cute Fish Jigsawapp will surely provide the most enjoyable entertainment for all ages. Any time, anywhere - show your puzzle-solving skills by playing the best puzzle game online. The most interesting and colorful mobile and PC game cool fish puzzles is developed especially to help people enjoy the experience of playing it. Simple, yet challenging and addictive brain teasers will keep you busy and entertained for hours. Whenever you have free time, or you are bored, jigsaw puzzle game - Cute Fish Jigsaw - is here for you. It will occupy your mind and make you feel relaxed.', 'https://img.gamemonetize.com/kqmtgmc8webplifjfxr1kjvzlm6shot0/512x384.jpg', 'https://html5.gamemonetize.com/kqmtgmc8webplifjfxr1kjvzlm6shot0/', '0', 'Puzzles', 0, 0, '', 'cute-fish-jigsaw'), (12914, 'Truck Loader Online', 'Truck Loader Online is a classic puzzle game where you have to load cargo onto a truck with your forklift. Boxes are spread across levels and you have to collect them and load up the truck to complete the level. Some levels are easy and you are just driving around to collect the boxes, but as you proceed in the game the levels become harder and you need to perform special moves or follow sequences to complete the levels. Fans of action with all kinds of technology will find it interesting to play free online games loader. You will visit the construction site, which can not do without a powerful machine capable of dragging loads. Shipbuilding materials and delivered at the right point. Shops waiting for you to lay the box on long shelves. Transporting fragile items, do not break, and the first load of bulk materials in containers and then carry already. No truck can not do, and where there is coal, gold, and other metals. Even Super Mario tie transport container in his pickup truck.', 'https://img.gamemonetize.com/kndwwgici2ik63z74t2combxqma9etby/512x384.jpg', 'https://html5.gamemonetize.com/kndwwgici2ik63z74t2combxqma9etby/', '0', 'Hypercasual', 0, 0, '', 'truck-loader-online'), (12915, 'Run Fast Run', 'Run Fast Run! is a fun adventure game to play on. Here is our little hero who has been stuck in middle with a whole lot of traps, help him to dodge them. There are really fast-paced obstacles passing by, keep away from them and survive as long as you can. This game will boost your reflexes while the hardest objects moving on him.', 'https://img.gamemonetize.com/884913pe5ia3atuciglg7yz9qh1evb6j/512x384.jpg', 'https://html5.gamemonetize.com/884913pe5ia3atuciglg7yz9qh1evb6j/', '0', 'Hypercasual', 0, 0, '', 'run-fast-run'), (12916, 'Color Objects For kids', 'Coloring Objects For Kids is a painting, drawing and coloring tool for kids! Pick your colors and start drawing and painting with your finger when done. Kids will enjoy painting using theirs creative ideas. Have fun using this great kids paint app Key Features: -Really simple! -Really addictive! -Really fun! -Over 40 objects to color! -it\'s a baby quite game!!', 'https://img.gamemonetize.com/dpcambp5egi9rffwj2srl1t3gqm82gvp/512x384.jpg', 'https://html5.gamemonetize.com/dpcambp5egi9rffwj2srl1t3gqm82gvp/', '0', 'Girls', 0, 0, '', 'color-objects-for-kids'), (12917, 'Minecraft Steve Forest', 'Complete the parkour without burning in the forest with your steve character!don\'t touch the obstacles and collect all the gold! good luck!', 'https://img.gamemonetize.com/4dfjkoh0ohktp951tt20n7mva5kqziqq/512x384.jpg', 'https://html5.gamemonetize.com/4dfjkoh0ohktp951tt20n7mva5kqziqq/', '0', 'Arcade', 0, 0, '', 'minecraft-steve-forest'), (12918, 'Unicorn Merge', 'Welcome to Unicorn Merge Puzzle game! Swipe left, right, up and down to merge similar elements. your mission is to get the unicorn good luck', 'https://img.gamemonetize.com/5us5rxf6g8w5k6y3yxafhzjz7dk7l2ws/512x384.jpg', 'https://html5.gamemonetize.com/5us5rxf6g8w5k6y3yxafhzjz7dk7l2ws/', '0', 'Puzzles', 0, 0, '', 'unicorn-merge'), (12919, 'Jumper Game', 'Welcome to our newest Jumper game. The goal of the game is to jump between two objects. If the black creature jumps too high, it will touch the upper spiky ceiling and it will explode. Try to stand up on the platform to earn points. Try not to touch the upper spiky ceiling. Enjoy and have fun!', 'https://img.gamemonetize.com/ek0tr3r8yb0gl2jvimuy6hytm8gbhvpj/512x384.jpg', 'https://html5.gamemonetize.com/ek0tr3r8yb0gl2jvimuy6hytm8gbhvpj/', '0', 'Hypercasual', 0, 0, '', 'jumper-game'), (12920, 'Among Us Forest', 'Complete the parkour without burning in the forest with your among us character!don\'t touch the obstacles and collect all the gold! good luck!', 'https://img.gamemonetize.com/0yecl986nbdcszz7jkijxtwk785ofgl4/512x384.jpg', 'https://html5.gamemonetize.com/0yecl986nbdcszz7jkijxtwk785ofgl4/', '0', 'Arcade', 0, 0, '', 'among-us-forest'), (12921, 'Letter Tracing For Kids', 'Letter Tracing Games for Kids is an educational game for kids designed to teach kids writing ABC letters alphabets. This app is suitable for kids of all ages including toddler, preschool kids and even kindergarten kids can also use it learn letters, draw number and shapes tracing or writing ABC with animal images! Your kids love this great educational app! when he play he learn the right shape of letter and listen a really funny music!', 'https://img.gamemonetize.com/r4qsmpftw22p7a01tn9kfzryq3fsvd6a/512x384.jpg', 'https://html5.gamemonetize.com/r4qsmpftw22p7a01tn9kfzryq3fsvd6a/', '0', 'Puzzles', 0, 0, '', 'letter-tracing-for-kids'), (12922, 'Mad Cars', 'Here is a great arcade game of the famous Car web game, formatted to work on mobile devices. Have Fun!', 'https://img.gamemonetize.com/jw0nujwmxmzfhvdfopkq6hfeurkkxy5r/512x384.jpg', 'https://html5.gamemonetize.com/jw0nujwmxmzfhvdfopkq6hfeurkkxy5r/', '0', 'Racing', 0, 0, '', 'mad-cars'), (12923, 'Panic in Bank', 'Slip into the role of the new town marshall. At the every month payment day all the citizens comes to the bank to deposit his money. In the same hour the bandits starts a bank heist. You have to shoot down all the bandits but not the people who deposit his money. Look for all 12 doors and get money deposited behind every door to complete the level. Features: -Cute Graphics -Easy to learn gameplay -Very addictive -Great for your family too', 'https://img.gamemonetize.com/qqwzaxsm9659rvdyvj2ule8lxrww4o6j/512x384.jpg', 'https://html5.gamemonetize.com/qqwzaxsm9659rvdyvj2ule8lxrww4o6j/', '0', 'Shooting', 0, 0, '', 'panic-in-bank'), (12924, 'Cooking Crush cooking games', 'Become the best culinary master in exciting free cooking games & time management games You’re now invited to play in the city of madness in the cooking games for adults where you get to explore the passionate chef in you in free cooking games for adults. Now you can dash it as a cook-off challenge in your favorite kitchen games. Cook & serve delicious meals in this frenzy of cooking games for free from all across the world.', 'https://img.gamemonetize.com/ww9xe84ji0gskv23e8h861uzm50h5plc/512x384.jpg', 'https://html5.gamemonetize.com/ww9xe84ji0gskv23e8h861uzm50h5plc/', '0', 'Cooking', 0, 0, '', 'cooking-crush--cooking-games'), (12925, 'Cooking My Story cooking game', 'That’s right, the internationally handsome - I mean, famous - Chef Alex chose ME to be his apprentice! To think, a year ago I was lucky to get a job as an official “wiener steamer†for my town’s annual hot dog eating new cooking games for free contest (to be fair, the last three winners had their wieners steamed by yours truly). Whoa! That didn’t come outright. Oh, well... it’s not like anyone else is ever going to read these cooking games for free diary...', 'https://img.gamemonetize.com/c6qs1gvrcul16wkk5rtzmeiqlmrbofjz/512x384.jpg', 'https://html5.gamemonetize.com/c6qs1gvrcul16wkk5rtzmeiqlmrbofjz/', '0', 'Soccer', 0, 0, '', 'cooking-my-story-cooking-game'), (12926, 'MORA RUSH', 'Have you played a guessing game? Rock-paper-scissors game, I think you should have played this game. Then, you will like this game! Mora Rush is a unique racing game. There are many obstacles on the track, you need to follow the prompts to change the shape of your fingers until you win!', 'https://img.gamemonetize.com/vhqm76147sqlcs26f8u5jyme4srjesqs/512x384.jpg', 'https://html5.gamemonetize.com/vhqm76147sqlcs26f8u5jyme4srjesqs/', '0', 'Boys', 0, 0, '', 'mora-rush'), (12927, 'Flying Iron Hero', 'Welcome to one of the best new flying iron superhero action man game. You have played many other action games like rope hero games, flying hero games but this new iron hero action game 2022 is best for learning the iron superhero action to save the vegas crime city form the gangster mafia. This super iron hero game mafia crime city 3d is third person game where you have to drive the different stunts cars and sport bikes in this gangster crime city environment and rescue the hostages and become a superhero and destroy all plans of criminal in town. Fight the biggest immortal mafia game with your superhero powers skills of iron and flying hero man in this superhero 3d action of iron hero games. Take this superhero flying robot fighting games to all new game levels with these man of iron and so called flying iron superhero action man. New fighting game of superhero avengerss is the best mafia gangster lord attacked way to take the revenge from iron robot cheaters. Iron hero man flying robots is ready to take the full control of safety in the vegas crime city and mafia gangster. Leave the old street fights games as the crime fighter hero all of them in this flying iron hero and superhero man games. This iron hero man games is to fight with all the dark area crime and finish all the mafia gangster criminal with your flying iron superhero action man skills. How to play this iron flying man superhero action games: download this new free amazing flying iron superhero action man game. Then choose your favorite iron hero man to fight with mafia gangster of vegas crime city and save the hostages and clean the crime of dark streets in open world. Rescue all the people by your flying iron hero skills. Features of flying iron superhero action games: 1. Super hd open world environment 2. Different epic mission by levels 3. Amazing iron superhero action games skills 4. Realistic and smooth playing controls 5. Full high quality sound effects 6. Amazing full hd graphics free game', 'https://img.gamemonetize.com/kpbpicu5r0q5u4pwk8m7srjr6d32lzm6/512x384.jpg', 'https://html5.gamemonetize.com/kpbpicu5r0q5u4pwk8m7srjr6d32lzm6/', '0', 'Adventure', 0, 0, '', 'flying-iron-hero'), (12928, 'Coco Dodge', 'Coco Dodge is a game of rhythm, hand-eye coordination and hair-pulling action! With the fate of two cute crabs at your finger tips, it\'s up to you to keep them from getting coconuts! Key Features: - Great Gameplay - Cute Graphic - Simple Gameplay - 2 different Crabs - One touch to play', 'https://img.gamemonetize.com/gfg6hqmcl8a8isjz56cpj6sbqndohv9n/512x384.jpg', 'https://html5.gamemonetize.com/gfg6hqmcl8a8isjz56cpj6sbqndohv9n/', '0', 'Hypercasual', 0, 0, '', 'coco-dodge'), (12929, 'Pivot Strike', 'Pivot Strike is very unique, one touch to drag your ships around, tap the screen to pivot the ships. When lined up your ship in the lead has double the fire rate, when side by side both ships can fire but at half the fire rate. The Blue Ship destroys blue enemies and the Red Ship destroys red enemies, the Blue Ship can absorb red bullets, the Red Ship can absorb blue bullets. Three trophy system that unlocks based on the players scores. Play it Now!', 'https://img.gamemonetize.com/w7h6a7ptghpf97rd4awx5c3aao5eo99f/512x384.jpg', 'https://html5.gamemonetize.com/w7h6a7ptghpf97rd4awx5c3aao5eo99f/', '0', 'Shooting', 0, 0, '', 'pivot-strike'), (12930, 'Motorbike 3D', 'Do you want to become a famous motorcycle racer? Shinecool Stunt Motorbike is a driving game with new arcade game elements, with 3D art style. Your task is to drive a cross-country motorcycle to the end of the track, but this is destined to be an unusual race because you need to face off against your opponents, you can kick them off the motorcycle seat using kicks and other actions, You must pay attention to avoid obstacles in the track, and at the same time collect gold coins.', 'https://img.gamemonetize.com/rjjkyyuykmkrujfxxezwciyuas4czuzy/512x384.jpg', 'https://html5.gamemonetize.com/rjjkyyuykmkrujfxxezwciyuas4czuzy/', '0', 'Racing', 0, 0, '', 'motorbike-d'), (12931, 'Panda Cleanup Master', 'Baby Happy Cleaning is an educational game that makes children love doing housework. The cute teddy bear is dirty, let\'s clean it! Let\'s take it step by step, first wetting the doll, then putting on the washing powder, and finally washing out all the foam. The dolls have a brand new look again!', 'https://img.gamemonetize.com/qwebjgwgwcaj83921nzfm7wg3gbcvwzm/512x384.jpg', 'https://html5.gamemonetize.com/qwebjgwgwcaj83921nzfm7wg3gbcvwzm/', '0', 'Hypercasual', 0, 0, '', 'panda-cleanup-master'), (12932, 'Bus City Driver ', 'Modern Bus Parking: Bus Driving Games Ready to play Luxury Bus Parking Simulator Game 2020, become a real bus driver Apic Studio launched new theme based City Coach Bus Driving Sim : Bus Games 2020 game for parking & simulation users. Bus Parking and Simulation Games brings you the all new Smart coach bus parking: new free game, the most realistic city bus Game play includes many beautiful coach Buses. Eye-catching hilly mountainous environment will make you feel like driving a real coach. City coach bus parking 3d: drive simulator is a game full of thrill and adventure. You have pick the passengers and drop them at destinations by driving the coach on highways through the dangerous terrain and uphills to the city and from city to coach terminal. In Modern bus parking simulator: driving game 2020 you can witness the beauty of nature as you are driving the coach on uphills and mountain tops. Beautiful hill station surrounding by hills and forest and highways. City Coach Bus Driving 3D : Free Bus Games Let\'s come and play most entertaining public Coach bus simulator game where your learned bus driving skills! When you play offroad bus driving simulator and city bus coach simulator just Complete challenging missions, pick and drop passengers to city bus driving points and upgrade your bus for better driving and real bus driving simulator. Indian Coach Bus Transport Driving Sim : Bus games 2020 gives you a realistic city bus simulator driving experience and euro bus coach simulator skills. Super Bus Arena : Public Coach Driving Simulator Passenger bus city driving 2020: free parking is the Best Simulation game with Real Smooth and Realistic control. Around 30+ Levels which design with differed weather, Environment and Mode. where you have to prove your Driving Skills between narrow path. To complete level with high Reward Reached Parking Spot without collision of any hurdle. In this game you have two chance for collision. Public Transport Bus : Free Bus Driving Games We are bringing this Indian coach bus driving simulator 2020 games for everyone can enjoy this Euro bus racing simulator 3d: new parking 2020. The smooth controls of Impossible bus driving simulator 3d: real parking will make it attractive to play. This is realistic bus driving game so you have to park a huge number of buses in this impossible bus parking master 3d free game. Drive bus in offroad stunts, curvy tracks is not so easy you have to improve your offroad bus simulator driving skills of free bus parking simulator 2020. City Bus Coach Simulator : Free Bus Driving Games You can drive public bus, passenger bus parking, heavy buses but be careful to avoid hitting the game hurdles in this Public coach bus spooky stunt parking game. Indian city bus parking 3d game has challenging jumbo missions, so improve your bus driving skills to make sure to park bus parking safely. Public Coach Bus Drive Simulator : Bus Games 2020 Select your favorite long vehicle and get behind the wheels of steering, fasten your seat belt, start the bus engine to show the exact precision of driving and parking in realistic city environment. Your main task is drive and park your giant bus in parking area, many difficulties and hard challenges will make your task more challenging. Feel the thrill of steering on jumbo but beautiful piece of machinery. Reach at your destination without any collision with any obstacles, hurdles and other parked vehicles on your way. Drive through parking tracks and avoid cones and road barriers to reach at your bus parking spot Real Coach Bus Simulator 2020 : City Bus Driving Features of US City Bus Simulator 2020 : Bus Driving Games • Smooth controls with pressure brakes and accelerator • Customize camera positions • Very smooth steering control • Lots of tourist buses • Free bus parking simulation game 3d exclusively for you Public Bus Transport Simulator: City Bus Free Game is free to play and supported by ADS.', 'https://img.gamemonetize.com/7blwl5242clcldpmfxucxlg7olhztaxm/512x384.jpg', 'https://html5.gamemonetize.com/7blwl5242clcldpmfxucxlg7olhztaxm/', '0', 'Racing', 0, 0, '', 'bus-city-driver-'), (12933, 'Cube Suffer 3d stack', 'Jump surfer is a free cube jump surfer game where players need to stack cubes to make a tower and surf on the road to reach the finish line to win and jump to the next level. Jump Surfer is the most exciting and fun game to relax your mind! This game is the best cube surfer mobile game, In this game, The block rider will collect colourful blocks to make a high tower to get more cubes and jump the red blocks so that the blocking rider can maintain the level of his cube tower and collect shining coins, cubes and get bonus reward for surfing higher stacks cube level. This jump surfer game has an impressive user interface and graphics. Game is easy to play - Just swipe left and right to collect right colour cubes and avoid red colour cubes. Sounds interesting? If you hit the red cubes, your cube tower will keep reducing and if it reaches zero, you will lose the game. So avoid bigger red colour cube stacks by swiping left-right and reach the goal before your cube tower reaches zero. This cube jump surfer game is very challenging and refreshing requiring focus and perfect response skills. Exciting features of our free jump surfer game 2020: - Free 2020 game to download - Very easy control feature. - Very challenging and stress reliever - Free and easy to play but hard to master - Addictive, thrilling, and entertaining gameplay! - Beautiful Graphics and user interface - Endless hour of fun and entertainment Can you master all the challenging levels? Install free cube jump surfer game now and play different amazing exciting levels without getting bored. Play now and achieve your goals, get huge bonus coins and become the star player. Download and play jump surfer game now for free!', 'https://img.gamemonetize.com/jfhva4hi1m24l52p3c6khzghw4u4ap3i/512x384.jpg', 'https://html5.gamemonetize.com/jfhva4hi1m24l52p3c6khzghw4u4ap3i/', '0', 'Racing', 0, 0, '', 'cube-suffer-d-stack'), (12934, 'Jungle Shotz', 'Blast away waves of choppers, trucks, jets, and tanks before facing the bosses Use upgrades to boost your firepower, blitzing the enemy in a torrent of destruction. Enjoy with this great classic arcade shoot \'em up', 'https://img.gamemonetize.com/wxvxd05ahvvhz5hrlkffk59q56dw357l/512x384.jpg', 'https://html5.gamemonetize.com/wxvxd05ahvvhz5hrlkffk59q56dw357l/', '0', 'Shooting', 0, 0, '', 'jungle-shotz'), (12935, 'Card Match', 'Try this nice game of cards, you must find all pairs equally among all the cards using your memory, this game is designed for children, the sound effects are delightful and make you laughing all the children, the graphics are simple but very clean, beautiful and colorful! if he touches the animals that appear on the screen feel of funny lines that will make anyone laugh. There are three different themes, animals, toys and objects. Product feature bullets: • Best memory exercise for your kids. • Graphics in high definition. • Sound effects likeable. • Fun music and sound fx. • Colorful graphics. • Gameplay immediate. • Three different subjects. • Different backgrounds. • Hours of fun for your kid. Match HD is simple to play but hard to stop ...especially suitable for small children at play.', 'https://img.gamemonetize.com/ofjp6huzpa8wcghk18wlpq1j23sv0lre/512x384.jpg', 'https://html5.gamemonetize.com/ofjp6huzpa8wcghk18wlpq1j23sv0lre/', '0', 'Puzzles', 0, 0, '', 'card-match'), (12936, 'AMBULANCE DRIVING SIMULATOR', 'Take a seat and start your job in a fully modeled and realistic ambulance, all of which are based on real vehicles. Make your way to a accident site in the open city, without loading screens. The world has Dynamic day and night with different weather effects. The faster you get people to the hospital, the more money you earn.', 'https://img.gamemonetize.com/rdcy63malspeu89xmk0hhwdnhboyri12/512x384.jpg', 'https://html5.gamemonetize.com/rdcy63malspeu89xmk0hhwdnhboyri12/', '0', 'Racing', 0, 0, '', 'ambulance-driving-simulator'), (12937, 'ANGRY MARIO', 'The Mario brothers are preparing for another wild adventure this Halloween! Their way will lie through thematically designed locations and the enemies they are going to meet will look like zombies, skeletons, witches and vampires. Don’t be surprised if the usual fruits you have to collect as bonuses are replaced with carved pumpkins! Go trick-o-treating through a great number of challenging levels, show amazing reflexes and keep increasing your personal record playing Super Mario Halloween!', 'https://img.gamemonetize.com/ngona0cze4d897215mdbk8l44cqq4s7i/512x384.jpg', 'https://html5.gamemonetize.com/ngona0cze4d897215mdbk8l44cqq4s7i/', '0', 'Adventure', 0, 0, '', 'angry-mario'), (12938, 'Space Cyborgs Jigsaw', 'Space Cyborgs Jigsaw is a free online game from genre of jigsaw puzzle and cartoon games. You can select one of the 6 images and then select one of the three modes: easy with 25 pieces, medium with 49 pieces and hard with 100 pieces. Have fun and enjoy!', 'https://img.gamemonetize.com/td1jktvujqshs3q957ksmpradeb36q92/512x384.jpg', 'https://html5.gamemonetize.com/td1jktvujqshs3q957ksmpradeb36q92/', '0', 'Puzzles', 0, 0, '', 'space-cyborgs-jigsaw'), (12939, 'Fairy Girl Dress up', 'Little fairy girl modern fashion dress up game. In modern times, fairies dress like young girls. Maybe the girl you meet in the garden is a fairy. Girls love fairies. Our mother tells fairy tales to sleep at night. Do you want to dress up the fairies in our dreams?', 'https://img.gamemonetize.com/14k8bvpwd2lvmew4in5yl1ax493unrvo/512x384.jpg', 'https://html5.gamemonetize.com/14k8bvpwd2lvmew4in5yl1ax493unrvo/', '0', 'Girls', 0, 0, '', 'fairy-girl-dress-up'), (12940, 'Supermarket Grocery Shopping New', 'Supermarket Games are a amusing manner to play, shop, and take a look at out like a actual consumer on the Grocery Store! Cashiers who need to spend a hectic day withinside the shopping center grocery store and feature amusing on the coins sign up. Learn time control and coins managing in grocery store buying eventualities in the back of the front desk. Play as a cashier seasoned withinside the metropolis shopping center, you may discover ways to deal with cash and matter coins. Improve primary talents in arithmetic which include addition and subtraction even as having amusing running at a coins sign up dealing clients. Supermarket coins sign up women cashier recreation is a aggregate of interesting time control video games and coins sign up video games for boys and women. So find out the magic of promote trade, on this wonderful marketplace cashier amusing simulator recreation. Roll up your sleeves, open Supermarket Tycoon and assist Kristy to hold them meals counters stocked. Manage a couple of stores, groceries and different gadgets thru a couple of hard but fun levels, serve one-of-a-kind forms of picky clients and improve your cabinets and freezers which will keep greater inventory.', 'https://img.gamemonetize.com/yx2im0838gdh1eaxnqt3p3y04tp5376v/512x384.jpg', 'https://html5.gamemonetize.com/yx2im0838gdh1eaxnqt3p3y04tp5376v/', '0', 'Girls', 0, 0, '', 'supermarket-grocery-shopping-new'), (12941, 'Supermarket Grocery Shopping Game', 'Supermarket Games are a amusing manner to play, shop, and take a look at out like a actual consumer on the Grocery Store! Cashiers who need to spend a hectic day withinside the shopping center grocery store and feature amusing on the coins sign up. Learn time control and coins managing in grocery store buying eventualities in the back of the front desk. Play as a cashier seasoned withinside the metropolis shopping center, you may discover ways to deal with cash and matter coins. Improve primary talents in arithmetic which include addition and subtraction even as having amusing running at a coins sign up dealing clients. Supermarket coins sign up women cashier recreation is a aggregate of interesting time control video games and coins sign up video games for boys and women. So find out the magic of promote trade, on this wonderful marketplace cashier amusing simulator recreation. Roll up your sleeves, open Supermarket Tycoon and assist Kristy to hold them meals counters stocked. Manage a couple of stores, groceries and different gadgets thru a couple of hard but fun levels, serve one-of-a-kind forms of picky clients and improve your cabinets and freezers which will keep greater inventory.', 'https://img.gamemonetize.com/8suwsfepcbaismep03b0911cbfbn4m5z/512x384.jpg', 'https://html5.gamemonetize.com/8suwsfepcbaismep03b0911cbfbn4m5z/', '0', 'Hypercasual', 0, 0, '', 'supermarket-grocery-shopping-game'), (12942, 'Supermarket Grocery Shopping', 'Supermarket Games are a amusing manner to play, shop, and take a look at out like a actual consumer on the Grocery Store! Cashiers who need to spend a hectic day withinside the shopping center grocery store and feature amusing on the coins sign up. Learn time control and coins managing in grocery store buying eventualities in the back of the front desk. Play as a cashier seasoned withinside the metropolis shopping center, you may discover ways to deal with cash and matter coins. Improve primary talents in arithmetic which include addition and subtraction even as having amusing running at a coins sign up dealing clients. Supermarket coins sign up women cashier recreation is a aggregate of interesting time control video games and coins sign up video games for boys and women. So find out the magic of promote trade, on this wonderful marketplace cashier amusing simulator recreation. Roll up your sleeves, open Supermarket Tycoon and assist Kristy to hold them meals counters stocked. Manage a couple of stores, groceries and different gadgets thru a couple of hard but fun levels, serve one-of-a-kind forms of picky clients and improve your cabinets and freezers which will keep greater inventory.', 'https://img.gamemonetize.com/5i9tbacue3ysdyv311xt4haxbee05m1f/512x384.jpg', 'https://html5.gamemonetize.com/5i9tbacue3ysdyv311xt4haxbee05m1f/', '0', 'Girls', 0, 0, '', 'supermarket-grocery-shopping'), (12943, 'Cliff Land Escape', 'Cliff Land Escape is a point and click game developed by 8B Games/Games2Mad. Imagine that you had been to a village, On there you had trapped. Here is the interesting puzzles and hidden objects to find and get escape from the village. Good luck.. Have fun!', 'https://img.gamemonetize.com/jifmapqs9cjjr9qg6e2yjatm1cltrpkg/512x384.jpg', 'https://html5.gamemonetize.com/jifmapqs9cjjr9qg6e2yjatm1cltrpkg/', '0', 'Puzzles', 0, 0, '', 'cliff-land-escape'), (12944, 'Cute House Escape', 'Cute House Escape is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a house; there you got trapped inside the house. Here are the interesting puzzles and hidden objects to find and get escape from the house. Good luck... Have fun!', 'https://img.gamemonetize.com/x3i9cjxgzozkee1bwlh43x21bxjqloro/512x384.jpg', 'https://html5.gamemonetize.com/x3i9cjxgzozkee1bwlh43x21bxjqloro/', '0', 'Puzzles', 0, 0, '', 'cute-house-escape'), (12945, 'Halloween Forest Escape Series Episode 1', 'Halloween Forest Escape Series Episode 1 is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a forest, there you got trapped inside the Halloween forest Here is the interesting puzzles and hidden objects to find and get escape from the forest. Good luck... Have fun!', 'https://img.gamemonetize.com/040chglsj7fp633bewxw7v8nkzbxb97m/512x384.jpg', 'https://html5.gamemonetize.com/040chglsj7fp633bewxw7v8nkzbxb97m/', '0', 'Puzzles', 0, 0, '', 'halloween-forest-escape-series-episode-'), (12946, 'Halloween Forest Escape Series Episode 3', 'Halloween Forest Escape Series Episode 3 is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a forest, there you got trapped inside the Halloween forest Here is the interesting puzzles and hidden objects to find and get escape from the forest. Good luck... Have fun!', 'https://img.gamemonetize.com/u2tlrooijp9vgiixf1vmgd7u88jxxi6v/512x384.jpg', 'https://html5.gamemonetize.com/u2tlrooijp9vgiixf1vmgd7u88jxxi6v/', '0', 'Puzzles', 0, 0, '', 'halloween-forest-escape-series-episode-'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (12947, 'G2M Amiable Boy Escape', 'Amiable Boy Escape is a point and click escape game developed by 8B Games/Games2Mad. Imagine that you went to the Amiable Boy house to play with him. When you went there; he got trapped in this house. Find some hidden object to solve some interesting clues to escape the Amiable Boy. Good luck…Have fun!', 'https://img.gamemonetize.com/5j63z981ltn59fz0qm4t48ay758ygsfa/512x384.jpg', 'https://html5.gamemonetize.com/5j63z981ltn59fz0qm4t48ay758ygsfa/', '0', 'Puzzles', 0, 0, '', 'gm-amiable-boy-escape'), (12948, 'Halloween Forest Escape Series Episode 2', 'Halloween Forest Escape Series Episode 2 is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a forest, there you got trapped inside the Halloween forest Here is the interesting puzzles and hidden objects to find and get escape from the forest. Good luck... Have fun!', 'https://img.gamemonetize.com/hx9owa5l6rylefed221fm0ivjy7ghk0l/512x384.jpg', 'https://html5.gamemonetize.com/hx9owa5l6rylefed221fm0ivjy7ghk0l/', '0', 'Puzzles', 0, 0, '', 'halloween-forest-escape-series-episode-'), (12949, 'Cute Puppy Escape', 'Cute Puppy Escape is a point and click escape game developed by 8BGames/Games2Mad. Imagine that you had been to a place; on there you found a Puppy got trapped in it. Find some hidden object to solve some interesting clues to escape the Puppy. Good luck…Have fun!', 'https://img.gamemonetize.com/kqc1ofijuppgaitf99j1h72e3dpbhmxk/512x384.jpg', 'https://html5.gamemonetize.com/kqc1ofijuppgaitf99j1h72e3dpbhmxk/', '0', 'Puzzles', 0, 0, '', 'cute-puppy-escape'), (12950, 'Halloween Caterpillar Escape', 'Halloween Caterpillar Escape is a point and click escape game developed by 8BGames/Games2Mad. Imagine that you had been to a place; on there you found a Caterpillar got trapped. Find some hidden object to solve some interesting clues to escape the Caterpillar . Good luck…Have fun!', 'https://img.gamemonetize.com/ddq8wtpc7f61rhj1p3xniwrl52q5dzh7/512x384.jpg', 'https://html5.gamemonetize.com/ddq8wtpc7f61rhj1p3xniwrl52q5dzh7/', '0', 'Puzzles', 0, 0, '', 'halloween-caterpillar-escape'), (12951, 'Halloween Forest Escape Series Final Episode', 'Halloween Forest Escape Series Final Episode is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a forest, there you got trapped inside the Halloween forest Here is the interesting puzzles and hidden objects to find and get escape from the forest. Good luck... Have fun!', 'https://img.gamemonetize.com/ase9sfmv2hmgkwmkk9smp0tqox5v6jkf/512x384.jpg', 'https://html5.gamemonetize.com/ase9sfmv2hmgkwmkk9smp0tqox5v6jkf/', '0', 'Puzzles', 0, 0, '', 'halloween-forest-escape-series-final-episode'), (12952, 'Catch the naughty cat', 'Catch the Naughty Cat is a point and click game developed by 8B Games/Games2live. Imagine that you had been to a village, There is a naughty cat that annoys the villagers. Here is the interesting puzzles and hidden objects to find and Help catch the cat. Good luck.. Have fun!', 'https://img.gamemonetize.com/351mxgdf388by8tyokvic1is65s5k5bj/512x384.jpg', 'https://html5.gamemonetize.com/351mxgdf388by8tyokvic1is65s5k5bj/', '0', 'Puzzles', 0, 0, '', 'catch-the-naughty-cat'), (12953, 'Jumping Squid Game', 'Jump from platform to platform grab on to anything you can find to stay up! another addictive, and deliciously re-playable micro game, in Squid Game Style! it works with almost any device! enjoy it!', 'https://img.gamemonetize.com/nz1lhwe68nqeds6gbauzfd5kx0nlxmr6/512x384.jpg', 'https://html5.gamemonetize.com/nz1lhwe68nqeds6gbauzfd5kx0nlxmr6/', '0', 'Hypercasual', 0, 0, '', 'jumping-squid-game'), (12954, 'Escape From The Toys Factory', 'Complete all Poppy pop it toys to Escape From The Toys Factory! Try to do that as faster as you can! If you ever know about Poppy scary character, it\'s Playtime for you to get start in this game.! enjoy it!', 'https://img.gamemonetize.com/dzztwxgyvexk2fd31y6b2d7ckg7vgh1m/512x384.jpg', 'https://html5.gamemonetize.com/dzztwxgyvexk2fd31y6b2d7ckg7vgh1m/', '0', 'Girls', 0, 0, '', 'escape-from-the-toys-factory'), (12955, 'Fashion Foot Shop', 'Fashion Foot Shop is a very popular make over game. In this game, you own a foot shop and deal with many customers. They have different problems with their foot. Such as, long nails, dirty nails and wounds etc. Remember! You are not just a manicurist. You are also a nail artist who can design amazing nail styles. Come and use your fashion potential. Design nails for customers according to their characteristics!', 'https://img.gamemonetize.com/ey0undkswyol2qq4ubeht2o4w0swqd1b/512x384.jpg', 'https://html5.gamemonetize.com/ey0undkswyol2qq4ubeht2o4w0swqd1b/', '0', 'Girls', 0, 0, '', 'fashion-foot-shop'), (12956, 'Glow Halloween Nails Polish & Color', 'Polish, decorate, trim, shine your nails, and much more in this spine-chilling monster glow-in-the-dark makeup game! Muah-hah-hah hah Decorate your nails in a makeover with glowing decals and glitter stickers to create a manicure fit for a Halloween theme party. This is the perfect glowing nail salon manicure for girls and ghouls!', 'https://img.gamemonetize.com/4hb82khh0wamzwd1d2eg63vt19rz3uwp/512x384.jpg', 'https://html5.gamemonetize.com/4hb82khh0wamzwd1d2eg63vt19rz3uwp/', '0', 'Hypercasual', 0, 0, '', 'glow-halloween-nails--polish-amp-color'), (12957, 'Thor King Pig 2', 'Throwing his ax at every place that has the power of the worlds, Thor must reach the door at the earliest in his adventure to kill the king pig, his arch-enemy. If he stays under water, he can die or be killed by the soldiers of the king pig. collect the diamonds and reach the door but your primary target should be the door reach the door and have the victory!', 'https://img.gamemonetize.com/iqd8zx9m32w0oou75jsh3afttmdbnygh/512x384.jpg', 'https://html5.gamemonetize.com/iqd8zx9m32w0oou75jsh3afttmdbnygh/', '0', 'Arcade', 0, 0, '', 'thor-king-pig-'), (12958, 'Squid Gamer Runner Obstacle', 'The time has come to have a real parkour experience. Climb, slide, and flip your way through this massive assault course game to become the finest dancer in the world. This Squid Gamer Runner Obstacle is the best parkour experience you can have in the year 2022. In this fun racing 3D epic running acrobatic fun game, you must run as fast as you can to reach the finish line. Race 3D\'s gameplay is fast-paced and exciting, with stunning and demanding obstacle courses to navigate through. Right now, you can play Squid Gamer Runner Obstacle! When it comes to being the finest parkour performer, you must be able to learn the most severe flips, stunts, jumps, flights, and runs, as well as do them in a timely manner. While doing incredible feats across dizzying heights in this massive Squid Gamer Runner Obstacle, you will feel the rush of adrenaline that comes with it.', 'https://img.gamemonetize.com/gywp6gpkc128cnaqggkhrz45ebjr5hc2/512x384.jpg', 'https://html5.gamemonetize.com/gywp6gpkc128cnaqggkhrz45ebjr5hc2/', '0', 'Arcade', 0, 0, '', 'squid-gamer-runner-obstacle'), (12959, 'Unmatch Candy', 'Welcome to the Unmatch Candy. Unmatch the candy is a new puzzle game and very easy to play. Just separate the matched puzzle for the block. It\'s very simple, right? Play with your friends and have fun!', 'https://img.gamemonetize.com/tz7khoczs028hukrsn32xmj1tk5cs03m/512x384.jpg', 'https://html5.gamemonetize.com/tz7khoczs028hukrsn32xmj1tk5cs03m/', '0', 'Puzzles', 0, 0, '', 'unmatch-candy'), (12960, 'My Unicorn Cat Princess Caring', 'Help baby cat Twinkle hatch from her magical egg! Show the kitty around the royal palace and take good care of her! Watch Twinkle, the unicorn cat princess, grow from a tiny baby kitty into a sweet cat girl! Your little cat princess needs a lot of energy! Make sure to feed kitty Twinkle yummy food in the royal kitchen! Sing the unicorn kitten to sleep when she\'s tired! Bathe messy kitty Twinkle! Take care of her glittery fur with bubbly rainbow soap or a magical shimmery slime gel! Have fun with this cute little princess.', 'https://img.gamemonetize.com/i126dy8zj6z07gkhn1linsg2o1ba0szm/512x384.jpg', 'https://html5.gamemonetize.com/i126dy8zj6z07gkhn1linsg2o1ba0szm/', '0', 'Girls', 0, 0, '', 'my-unicorn-cat-princess-caring'), (12961, 'Career Rush', 'Have you ever dreamed of your favorite career? Career Rush plays like both a collecting arcade game and an avoiding vertical-version running game that is made from 3D cartoon game art animations. You need to help the girl to collect green money bags and choose a career while avoiding the red money bags at each level. Keep calm and have a good time!', 'https://img.gamemonetize.com/mmspxa2awcsymkczj45vsfyk8ha10r88/512x384.jpg', 'https://html5.gamemonetize.com/mmspxa2awcsymkczj45vsfyk8ha10r88/', '0', 'Arcade', 0, 0, '', 'career-rush'), (12962, 'House Word 2022', 'Word Search with a school theme, designed with children in mind, helps them learn to read, speak and write about school-related objects or improve their reading, speaking, and writing.', 'https://img.gamemonetize.com/r1e63v8d32zwbn7fr31u5elc0brydwlx/512x384.jpg', 'https://html5.gamemonetize.com/r1e63v8d32zwbn7fr31u5elc0brydwlx/', '0', 'Puzzles', 0, 0, '', 'house-word-'), (12963, 'Squid Dentist Game', 'Take care of all the Squid patients in this great Dentist Office game! Now let yourself be a great dentist and take care of your Squid patient. Don\'t be a crazy dentist! Key Features: - 6 Squid Character! - Great effects! - Totally awesome dentist tools! - All funny sound - Great graphics - It\'s a great Kids quite game ;) What are you waiting for? Get started playing Squid Dentist NOW!!!', 'https://img.gamemonetize.com/e5rmt9p01l0ov6sfkzwjnxrr8mt0lx91/512x384.jpg', 'https://html5.gamemonetize.com/e5rmt9p01l0ov6sfkzwjnxrr8mt0lx91/', '0', 'Girls', 0, 0, '', 'squid-dentist-game'), (12964, 'Drifting SuperCars Racing 3D ', 'Establishing a new criterion in graphics for best car games, the CSR2 delivers hyperreal friction racing to the hand of your game. This top game is an event of vehicles in your poke! Racing new games have nevermore been so actual. Personalize your cars and trucks, drag race versus players around the globe and also take over the city! Contend in races against online gamers across the globe with your tailor-made supercars, consisting of La Ferrari, McLaren P1 â„¢, Königsberg One:1, as well as much more. Tune and also personalize your trips for optimal speed to dominate the competition in international team events. Indulge your intensity for the most recent and most excellent autos on the planet. Various other car games can not compete! Download and install the ultimate racing car game for free, begin your supercar collection as well as obtain racing now!', 'https://img.gamemonetize.com/lkizpucvbat6zguuwgpw2kv9pn6xzze3/512x384.jpg', 'https://html5.gamemonetize.com/lkizpucvbat6zguuwgpw2kv9pn6xzze3/', '0', 'Racing', 0, 0, '', 'drifting-supercars-racing-d-'), (12965, 'FoxyLand 2', 'FoxyLand 2 is a fun game you can play in your web browser for free on Superkidgames.com. Foxyland 2 presents the Adventures of this intrepid fox who will have to save his children from the wicked who have kidnapped them. The story begins when our friend Foxy has to go out in search of food, at which time his enemies will take advantage to kidnap their children and force him to carry out this Adventures. We can play alone or in the company of a friend from the same PC in the 2 player mode. We will have to become experts in the jumping skill and use cherries as a throwing weapon against the enemies we find in Foxyland 2.', 'https://img.gamemonetize.com/x1o508mokyfe0tsbfwpvnlhvfx31lqzh/512x384.jpg', 'https://html5.gamemonetize.com/x1o508mokyfe0tsbfwpvnlhvfx31lqzh/', '0', 'Adventure', 0, 0, '', 'foxyland-'), (12966, 'Tiny Rifles', 'Tiny Rifles is a fun game you can play in your web browser for free on Superkidgames.com. Tiny Rifles is a fun strategy game... Produce fighters, soldiers, snipers.. Defend your space or attack... Have fun...', 'https://img.gamemonetize.com/gloktyrzqjdo2aw3u584w72gofte4mvf/512x384.jpg', 'https://html5.gamemonetize.com/gloktyrzqjdo2aw3u584w72gofte4mvf/', '0', 'Shooting', 0, 0, '', 'tiny-rifles'), (12967, 'Bouncy Ball Challenge', 'Bouncy Ball Challenge is super fun online game that you can play for free on PC and mobile. No download needed! The aim of the game is to jump on the blocks and find the way to the teleporter. The blocks will disappear once you jump away from them. Some blocks will disappear after one jump, other after 2 or more! Have fun playing!', 'https://img.gamemonetize.com/rwrumczglpi9re43q8m4son03mcpghq6/512x384.jpg', 'https://html5.gamemonetize.com/rwrumczglpi9re43q8m4son03mcpghq6/', '0', 'Puzzles', 0, 0, '', 'bouncy-ball-challenge'), (12968, 'Squid Forest', 'Complete the parkour without burning in the forest with your squid game character!don\'t touch the obstacles and collect all the gold! good luck!', 'https://img.gamemonetize.com/gswq8pgz7zi17svjn0cs2a0dvqnf2rom/512x384.jpg', 'https://html5.gamemonetize.com/gswq8pgz7zi17svjn0cs2a0dvqnf2rom/', '0', 'Arcade', 0, 0, '', 'squid-forest'), (12969, 'Jeka Dash', 'Dodge obstacles by jumping and reach the finish line. The main character is always moving forward. It gets harder with each level!', 'https://img.gamemonetize.com/ss9bavpgqdasa6g1rouotz3abjln6s17/512x384.jpg', 'https://html5.gamemonetize.com/ss9bavpgqdasa6g1rouotz3abjln6s17/', '0', 'Clicker', 0, 0, '', 'jeka-dash'), (12970, 'Broken Veil', 'Broken Veil is a new horror game that will tell you a heart-rending and creepy story about a little boy looking for his mother in the crowd. His way will lie through gruesome locations and during his journey he will meet quite a lot of horrible characters that will try to thwart him. There will be tricky puzzles, and fascinating pursuits, and gripping fights. One of the hallmark features of the gameplay is the ability to use cats – they will help you eliminate the obstacles. Enjoy the game!', 'https://img.gamemonetize.com/kk71c2a2cyhx9neary65oqbpjzbrz5mc/512x384.jpg', 'https://html5.gamemonetize.com/kk71c2a2cyhx9neary65oqbpjzbrz5mc/', '0', 'Adventure', 0, 0, '', 'broken-veil'), (12971, 'Slapping King Championship', 'Get ready slap champ, aim on cheeks and slap hard Become the world\'s best slapper king! In these days of stress, the most Action & adventure game is introduced to relief the stress. Slap champ is a slapping competition where two players participate, slapping each other in different rounds to win this Slap Champ title. It\'s same like smacking others or opponents, fish slap or slap the king etc. Smack or slapping to the rival player with maximum force is your task, by winning each level you will get more power or you can buy power and health by winning gold coins or purchase them. More power & maximum is the key to slap winning, so focus on your power bar while slapping king. Now you have to become an expert in this action & adventure game 2020, slapping kings are those who win the title of slap champs or slap winners across all around the world. Be determined while playing and slapping your enemy, maybe they are more powerful and healthy but you need to use your full strength.', 'https://img.gamemonetize.com/wviwyberrh3ajz6bnzf6cxh1uhfkk1i8/512x384.jpg', 'https://html5.gamemonetize.com/wviwyberrh3ajz6bnzf6cxh1uhfkk1i8/', '0', 'Action', 0, 0, '', 'slapping-king-championship'), (12972, 'Among Us Shooter', 'Among Us Shooter is a very fun and exciting game. Your objective is to defeat the wave balloons with Impostors and Crewmates. Get money and buy new skins or weapons. Have fun!', 'https://img.gamemonetize.com/663gpceo8gafhjln9v5acofb3zcwygkm/512x384.jpg', 'https://html5.gamemonetize.com/663gpceo8gafhjln9v5acofb3zcwygkm/', '0', 'Arcade', 0, 0, '', 'among-us-shooter'), (12973, 'Ludo Game Multiplayer', 'Ludo Online Multiplayer Games is the perfect place to play online games with your friends. With a huge selection of games to choose from, you can find the perfect game to play online. Whether you\'re looking for a challenging game to play with friends or a fun game to play online, Ludo Online Multiplayer Games has the perfect game for you. Roll the dice and beat other players on the ludo board. For multiplayer fun, ludo game online 4 players is a replacement version of the Royal Game Ludo Game Multiplayer. In an earlier period, this exciting new game was played between Indian kings and queens. You have to think strategically as a ludo online pc may be a simple ludo star online and is reliant heavily on luck. Because by landing on them, you\'ll be able to send other players\' tokens back to the beginning. Also, you\'ll prevent players from taking tokens off them by protecting squares annotated with a star symbol. Try and strike with a lucky roll by using it as a secure spot until other players travel by. Especially if you\'ve got multiple tokens live. You\'ve got to give some thought to what moves to form and when. Game features Play Ludo online multiplayer just like the original game. You can use custom names. Suitable for all ages. PlayiCan ng ludo online pc. In England in 1896, Pachisi was modified to use a cubic die with a die cup and was patented as "Ludo". How to play To reach the middle of the king games free roll the dice and move your tokens. You want to first roll a six on the die to induce one of every one of your tokens onto the playing Ludo board game to play this original version of the Ludo game online offline multiplayer. To maneuver your token around the board, roll the die again. By starting by heading into the center, you will get back around the board. You may win the game once you reach the middle with all four pieces.', 'https://img.gamemonetize.com/mdd14zrwngeri03nhxzh9prb28x3tcmv/512x384.jpg', 'https://html5.gamemonetize.com/mdd14zrwngeri03nhxzh9prb28x3tcmv/', '0', 'Multiplayer', 0, 0, '', 'ludo-game-multiplayer'), (12974, '456 Squid Game 2022', 'The more individuals you have and the more you find, the bigger your Crowd comes to be. Still, you need to remember various other groups constantly: if the diverse other team is more significant than your own, beware of it. Otherwise, you will have to start the game once again. It\'s time for you to pay your nation with your love and blood by loading the roads of a city with a group in a battle versus your rival. Collect your popular Crowd Follow - City Of Wars and rush with the city\'s streets with your group in actions of famous heroes. Create your team squad and also erase whatever relocates from the roads. This war of famous heroes is enjoyable with adventure. Show the city that you have a massive group with a great deal of several favorite heroes. COLLAPSE Develop your Crowd as well as Become the most excellent Crowd in town! Game Play With Offline Mode. You can have fun with your pals and all the players around the globe; likewise, you can play in an offline setting without the link to the Internet.', 'https://img.gamemonetize.com/p9lvyfy4woxzh3sa08f8dmdf2a0hlqjd/512x384.jpg', 'https://html5.gamemonetize.com/p9lvyfy4woxzh3sa08f8dmdf2a0hlqjd/', '0', 'Racing', 0, 0, '', '-squid-game-'), (12975, '8 Ball Pool Multiplayer', '8 Ball Pool has introduced a new level system to keep you entertained. With this new system, you\'ll always face a challenge and get access to more exclusive match locations, where you play against only the best Pool players. You can also compete in tournaments and win rewards that improve your ranking.', 'https://img.gamemonetize.com/458lt7ogtg7d3yoscko40xjq0cykodr6/512x384.jpg', 'https://html5.gamemonetize.com/458lt7ogtg7d3yoscko40xjq0cykodr6/', '0', 'Multiplayer', 0, 0, '', '-ball-pool-multiplayer'), (12976, 'Find gems', 'Find gems, click the screen to control the movement of characters, and press the up and down arrows to control the characters up and down. There are many levels. So many gems are waiting for you to get!', 'https://img.gamemonetize.com/r42v3ogyi0lsuenn0hseh814ng007ymx/512x384.jpg', 'https://html5.gamemonetize.com/r42v3ogyi0lsuenn0hseh814ng007ymx/', '0', 'Puzzles', 0, 0, '', 'find-gems'), (12977, 'Angry Granny Run Japan', 'Angry Gran Run: Japan is the next episode in the Angry Gran Run series of 3D running games. The crazy grandmother has arrived in Japan and she wants to wreak havoc in the land of the rising sun. Bash punks, jump over iconic objects, and collect as many coins as you can. Try to survive as long as possible to make granny happy and excited for her next adventure!', 'https://img.gamemonetize.com/kpew8wgf2gf5mgjdqdvk86595xkwqduq/512x384.jpg', 'https://html5.gamemonetize.com/kpew8wgf2gf5mgjdqdvk86595xkwqduq/', '0', 'Arcade', 0, 0, '', 'angry-granny-run-japan'), (12978, 'Battlecore', 'Battlecore is a game where you gather skeletons to dominate your enemies and collect points. Lead your skeleton army to victory and unleash your fury on the battlefield.', 'https://img.gamemonetize.com/r2nljnfcroszweazf73apv69ugf7ifrx/512x384.jpg', 'https://html5.gamemonetize.com/r2nljnfcroszweazf73apv69ugf7ifrx/', '0', 'Action', 0, 0, '', 'battlecore'), (12979, 'WHICH HARRY POTTER CHARACTER ARE YOU?', 'Answer the questions asked of you and see which H.P character you look like.', 'https://img.gamemonetize.com/khx9wlctc2tmrfeg7odnwol1bftissyn/512x384.jpg', 'https://html5.gamemonetize.com/khx9wlctc2tmrfeg7odnwol1bftissyn/', '0', 'Puzzles', 0, 0, '', 'which-harry-potter-character-are-you'), (12980, 'Cookie Crush Saga 2', 'What happens if you help a cookie out of the burning oven? You get invited to the charming Puzzle World full of sweet surprises and appetizing adventures!', 'https://img.gamemonetize.com/cmepa1occ26crwyv48toirs31hbw4efs/512x384.jpg', 'https://html5.gamemonetize.com/cmepa1occ26crwyv48toirs31hbw4efs/', '0', 'Puzzles', 0, 0, '', 'cookie-crush-saga-'), (12981, 'ANGRY GRAN RUN LONDON', 'Crazy granny is at it again, cleansing the world of hooligans while making it a much unsafer place. It\'s the British capital\'s time to taste the fury of the feisty old lady! Run, survive and complete missions, daily challenges and monthly challenges to unlock a myriad of bonuses and new content.', 'https://img.gamemonetize.com/owfi6nw2tn35b2pc3xbq5oy5uk8uf7r9/512x384.jpg', 'https://html5.gamemonetize.com/owfi6nw2tn35b2pc3xbq5oy5uk8uf7r9/', '0', 'Arcade', 0, 0, '', 'angry-gran-run-london'), (12982, 'Squid Color Game', 'Squid Color Game is a free coloring kids book game! In this game you have over 40 different pictures with Squid Game characters. Show your best ability and coloring all the pictures, Have fun!', 'https://img.gamemonetize.com/rjujj4g0ve3o7wxy3v3krbizuhnjrfgv/512x384.jpg', 'https://html5.gamemonetize.com/rjujj4g0ve3o7wxy3v3krbizuhnjrfgv/', '0', 'Clicker', 0, 0, '', 'squid-color-game'), (12983, 'Winter White Outfits Dress Up Game', 'Just because the summer is over doesn’t mean you have to say bye-bye to your gorgeous white outfits. Be different this winter and dare to wear your favorite white clothes all year round… white is a must this season. Worn with the right leather boots and a cozy teddy coat, and white dress can look appropriate for the cold season… just join our 3 fashionistas BFFs for a free fashion lesson in which you are going to learn how to style up for winter all your favorite white clothes. Elsa, Harley Quinn, and Ariana Grande will be your mentors today and you will definitely find something to borrow from every girl\'s wardrobe. Hurry up and join them in getting started with the Winter White Outfits dress-up and makeup game for girls and see what stylish winter looks you can put together for each one of them. The first in line is one of your favorites: Queen Elsa. This cold season she wishes to focus on feminine looks such as mini dresses, midi skirts, shirts, and knitted blouses, coats, and ankle boots… take a look at everything she owns, mix and match your favorite items and create a sparkling white look for her. Complete your selection with a designer handbag, a new hairstyle, and with a daring makeup look. Next, see what you can pick for Harley Quinn. The most stylish villain we ever met is a huge fan of knitted combos and cropped jackets, select a nice set for her to wear today and then complete her final look with a professional makeup look in your favorite colors. Last but not least, you get to deal with Ariana’s Grande white winter look as well. Go to the last page of the game, discover her wardrobe and dress her to impress. When you’re done, save your creation and share it in a comment below! Have a great time playing the Winter White Outfits dress-up game for girls online at Dop5.com!', 'https://img.gamemonetize.com/o09abpq5h0gf46fdsm6epzos8vju8ix8/512x384.jpg', 'https://html5.gamemonetize.com/o09abpq5h0gf46fdsm6epzos8vju8ix8/', '0', 'Girls', 0, 0, '', 'winter-white-outfits-dress-up-game'), (12984, 'UFO Shooting Game', 'This awesome alien game lets you fly a UFO wherever you want! Fly through an amazing world with rivers, ships, mountains and everything in between. Play at any time of the day from morning to night!', 'https://img.gamemonetize.com/k9txsg7vyn4wuds4l6znzzh4x9vljzp8/512x384.jpg', 'https://html5.gamemonetize.com/k9txsg7vyn4wuds4l6znzzh4x9vljzp8/', '0', 'Shooting', 0, 0, '', 'ufo-shooting-game'), (12985, 'Block Puzzle Tetris Game', 'Block Puzzle Tetris Is a Popular and Addictive Puzzle Game! Block Puzzle Tetris is a popular and addictive puzzle game that you\'ll love to play! Simply drag the bricks to move them, and create full lines on the grid vertically or horizontally to break bricks. You can also use the arrows to control the direction of the shots, and try to get as many blocks as possible on the board at once. Block Puzzle Tetris is perfect for those who love to puzzle, and it\'s sure to keep you entertained for hours on end.', 'https://img.gamemonetize.com/oyw0qtwmnlnbbjhrzoepky9rjnk2m67a/512x384.jpg', 'https://html5.gamemonetize.com/oyw0qtwmnlnbbjhrzoepky9rjnk2m67a/', '0', 'Puzzles', 0, 0, '', 'block-puzzle-tetris-game'), (12986, 'Ice Scream 1 Horror Neighborhood', 'The ice-cream seller has come to the neighborhood! He has kidnapped your friend and neighbor Charlie and you\'ve witnessed it all… He has frozen your best friend using some sort of superpower and has taken him somewhere with his van. Your friend is missing, and worse… What if there are more children like him?', 'https://img.gamemonetize.com/j50mp8zg9qk9e56xboqjw6sxs85u4rn4/512x384.jpg', 'https://html5.gamemonetize.com/j50mp8zg9qk9e56xboqjw6sxs85u4rn4/', '0', 'Adventure', 0, 0, '', 'ice-scream--horror-neighborhood'), (12987, 'Halloween Witch Mountain Escape', 'Halloween Witch Mountain Escape Series is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a mountain; there you got trapped in it. Here are the interesting puzzles and hidden objects to find and get escape from the mountain. Good luck... Have fun!', 'https://img.gamemonetize.com/irt23m9nfp2d1s0xzdnaj0wtgw9i92nr/512x384.jpg', 'https://html5.gamemonetize.com/irt23m9nfp2d1s0xzdnaj0wtgw9i92nr/', '0', 'Puzzles', 0, 0, '', 'halloween-witch-mountain-escape'), (12988, 'Halloween Scary Cemetery Escape', 'Halloween Scary Cemetery Escape Series is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a Cemetery; there you got trapped in it. Here are the interesting puzzles and hidden objects to find and get escape from the Cemetery. Good luck... Have fun!', 'https://img.gamemonetize.com/rcw14p5ndcz014nfd2hab971ijdfek1i/512x384.jpg', 'https://html5.gamemonetize.com/rcw14p5ndcz014nfd2hab971ijdfek1i/', '0', 'Puzzles', 0, 0, '', 'halloween-scary-cemetery-escape'), (12989, '5 Door Escape', '5 Door Escape is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to trapped inside house with 5 doors. Here is the interesting puzzles and hidden objects to find and get escape from the doors. Good luck.. Have fun!', 'https://img.gamemonetize.com/d8xm3vejc3dxg3xbsdgrp4r6svzps2be/512x384.jpg', 'https://html5.gamemonetize.com/d8xm3vejc3dxg3xbsdgrp4r6svzps2be/', '0', 'Puzzles', 0, 0, '', '-door-escape'), (12990, 'Caterpillar Escape 2', 'Caterpillar Escape 2 is a point and click escape game developed by 8BGames/Games2Mad. Imagine that you had been to a place; on there you found a Caterpillar got trapped. Find some hidden object to solve some interesting clues to escape the Caterpillar . Good luck…Have fun!', 'https://img.gamemonetize.com/l5s7p4m9mfudn0iiqoryo89i4r9ztg50/512x384.jpg', 'https://html5.gamemonetize.com/l5s7p4m9mfudn0iiqoryo89i4r9ztg50/', '0', 'Puzzles', 0, 0, '', 'caterpillar-escape-'), (12991, 'G2M Princess Escape', 'Princess Escape is a point and click escape game developed by 8B Games/Games2Mad. Imagine that you went to the Princess house to play with her. When you went there; she got trapped in this house. Find some hidden object to solve some interesting clues to escape the Princess. Good luck…Have fun!', 'https://img.gamemonetize.com/4awu5aiw4x3d2v2l42cgchgeazr7neuq/512x384.jpg', 'https://html5.gamemonetize.com/4awu5aiw4x3d2v2l42cgchgeazr7neuq/', '0', 'Puzzles', 0, 0, '', 'gm-princess-escape'), (12992, 'Basketball Player Escape 2', 'Basketball Player Escape 2 is a point and click escape game developed by 8B Games/Games2Mad. Imagine that you went to the Basketball Player house to play with him. When you went there; he got trapped in this house. Find some hidden object to solve some interesting clues to escape the Basketball Player. Good luck…Have fun!', 'https://img.gamemonetize.com/2cmcy8rm5giax3bj8j7x2wbf28yhxop2/512x384.jpg', 'https://html5.gamemonetize.com/2cmcy8rm5giax3bj8j7x2wbf28yhxop2/', '0', 'Puzzles', 0, 0, '', 'basketball-player-escape-'), (12993, 'Virus House Escape', 'Virus House Escape is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a house; there you got trapped inside the house. Here are the interesting puzzles and hidden objects to find and get escape from the house. Good luck... Have fun!', 'https://img.gamemonetize.com/c87sv9142dyb7sf2v2eagch29q736zht/512x384.jpg', 'https://html5.gamemonetize.com/c87sv9142dyb7sf2v2eagch29q736zht/', '0', 'Puzzles', 0, 0, '', 'virus-house-escape'), (12994, 'Teddy House Escape', 'Teddy House Escape is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a house; there you got trapped inside the house. Here are the interesting puzzles and hidden objects to find and get escape from the house. Good luck... Have fun!', 'https://img.gamemonetize.com/lk8yzz1ox2imulln505ygl9k4vmun29p/512x384.jpg', 'https://html5.gamemonetize.com/lk8yzz1ox2imulln505ygl9k4vmun29p/', '0', 'Puzzles', 0, 0, '', 'teddy-house-escape'), (12995, 'Cow Escape', 'Cow Escape is a point and click escape game developed by 8BGames/Games2Mad. Imagine that you had been to a place; on there you found a Cow got trapped in it. Find some hidden object to solve some interesting clues to escape the Cow. Good luck…Have fun!', 'https://img.gamemonetize.com/ak80a5krpnuxzdauqcdot3etni6i86ca/512x384.jpg', 'https://html5.gamemonetize.com/ak80a5krpnuxzdauqcdot3etni6i86ca/', '0', 'Puzzles', 0, 0, '', 'cow-escape'), (12996, 'Desert Escape 2', 'Desert Escape 2 is a point and click game developed by 8B Games/Games2Mad. Imagine that you had been to a desert for research purpose. You got trapped inside the land. Now here are the interesting puzzles and hidden objects, to get escape. Good Luck…. Have Fun!!!', 'https://img.gamemonetize.com/bqkv01domyiozajrl4a99co5oevxhgkm/512x384.jpg', 'https://html5.gamemonetize.com/bqkv01domyiozajrl4a99co5oevxhgkm/', '0', 'Puzzles', 0, 0, '', 'desert-escape-'), (12997, 'Shortcut Race 3D!', 'Race with opponents in and collect as much boards as you can along the track! As you build shortcuts, you\'re going to start running faster. But the more you stack boards the more you slow down. Balance it well to outsmart your opponents. Let\'s go!', 'https://img.gamemonetize.com/8n1dyc1cai3o1r62f6xzgb7axr88gb7w/512x384.jpg', 'https://html5.gamemonetize.com/8n1dyc1cai3o1r62f6xzgb7axr88gb7w/', '0', '3D', 0, 0, '', 'shortcut-race-d'), (12998, '2 Player Red Blue Pirates ', 'The cute and yet powerful twin pirate has to survive. red and blue pirates need protection from enemies they need to stay strong. They need to collect 6 bombs and reach the door. collect the bombs and reach the door.', 'https://img.gamemonetize.com/w8c3jeksbwzdm7j4j7lwo5zgap94emkf/512x384.jpg', 'https://html5.gamemonetize.com/w8c3jeksbwzdm7j4j7lwo5zgap94emkf/', '0', 'Arcade', 0, 0, '', '-player-red-blue-pirates-'), (12999, 'Tanks Racing', 'Tank Racing is an amazing 2D driving game with challenging and fun levels! Play Tank Racing now for an amazing gameplay! The classic Tank Racing series is back with new levels and a great new engine! Now you can race around the world in your tank and prove that you\'re the best! Drive your tank in this awesome racing game and compete with players from all over the world! Race against the clock and complete challenges to be the best Tank Racer. Get ready to drive through the desert in an amazing Tank Racing car. In this great game you will have to be careful because there are many different obstacles, and enemies will try to stop your progress. Use the arrows to control your car and use your brakes to avoid crashing. Be careful, but have fun!', 'https://img.gamemonetize.com/czad1vyoex1i8o8z46e19sl2t9pkriep/512x384.jpg', 'https://html5.gamemonetize.com/czad1vyoex1i8o8z46e19sl2t9pkriep/', '0', 'Racing', 0, 0, '', 'tanks-racing'), (13000, 'Rainbow Desserts Bakery Party', 'Rainbow Desserts Bakery Party is a very unique cooking game with fast game pace, realistic sound effects and delicate decorations in it. Tried of normal cooking game? Try this! We are sure you are gonna love this game. Rainbow cup cake, Rainbow cakepop and Rainbow Slushy are here for you to choose and cook. Whether you can cook or not in your real life, in our game, you are the best cook! Introduce this game to your best friend forever and play it together!', 'https://img.gamemonetize.com/u44rirq1mtu1ygih1hbznqwbxv1ks5ue/512x384.jpg', 'https://html5.gamemonetize.com/u44rirq1mtu1ygih1hbznqwbxv1ks5ue/', '0', 'Girls', 0, 0, '', 'rainbow-desserts-bakery-party'), (13001, 'Run Rich 3D Fun & Run 3D Game', 'No matter in any country or region, the Big Lotto is undoubtedly everyone\'s dream. Are you ready to participate in an adventure game from poor to rich? Run Rich Challenge is your best choice. The game has addictive gameplay. In this adventure from the poor to the rich, you just have to go to the end of the platform, avoid obstacles and collect as much as possible along the way It\'s worth noting that if you collect more money on the platform, your dress will become more and more sophisticated. Eventually, you will have the opportunity to become the top rich.', 'https://img.gamemonetize.com/t4l6i9qbqmafityo09ohn6q9qaizkzuy/512x384.jpg', 'https://html5.gamemonetize.com/t4l6i9qbqmafityo09ohn6q9qaizkzuy/', '0', 'Hypercasual', 0, 0, '', 'run-rich-d--fun-amp-run-d-game'), (13002, 'Giant Snowball Rush', 'Push a snowball for a racing, and finally reach the finish line with larger and larger snowballs. In the process, players need to flexibly avoid various obstacles and collect gold coins and props as much as possible. When you keep pushing the snowball, the snowball will roll bigger and bigger. The disadvantage of the big snowball is that it is more difficult to control.', 'https://img.gamemonetize.com/pivvhidf04fixe259mtocbuxz0573efs/512x384.jpg', 'https://html5.gamemonetize.com/pivvhidf04fixe259mtocbuxz0573efs/', '0', 'Adventure', 0, 0, '', 'giant-snowball-rush'), (13003, 'Makeover Run', 'Summer is here, it\'s time to change clothes, how to match tops or skirts? Pick the right outfits with your girlfriends and run to the finish line! In Makeover Run, a brand new wearable parkour game, you can control the beauties to run on the platform and cleverly avoid challenging obstacles and collect as many clothes as possible. Pick clothes of different colors and see what happens. After reaching the end, show off your beautiful clothes to your friends and kiss your boyfriend.', 'https://img.gamemonetize.com/qmasjx5deua9gw9iifw1gmwxz2zz4e4y/512x384.jpg', 'https://html5.gamemonetize.com/qmasjx5deua9gw9iifw1gmwxz2zz4e4y/', '0', 'Hypercasual', 0, 0, '', 'makeover-run'), (13004, 'Squid Run! 4', 'Use the Red Suit Bodyguard to Finish the Course and Get Rich!', 'https://img.gamemonetize.com/h5r7bc64xnw56vpw3t4hkpg4lao5w1i4/512x384.jpg', 'https://html5.gamemonetize.com/h5r7bc64xnw56vpw3t4hkpg4lao5w1i4/', '0', 'Adventure', 0, 0, '', 'squid-run-'), (13005, 'Thor King Pig', 'Throwing his ax at every place that has the power of the worlds, Thor must reach the door at the earliest in his adventure to kill the king pig, his arch-enemy. If he stays under water, he can die or be killed by the soldiers of the king pig. collect the diamonds and reach the door but your primary target should be the door reach the door and have the victory!', 'https://img.gamemonetize.com/bzpm1ty0bkvzsz5i0q9a9vj9xwwh31c5/512x384.jpg', 'https://html5.gamemonetize.com/bzpm1ty0bkvzsz5i0q9a9vj9xwwh31c5/', '0', 'Adventure', 0, 0, '', 'thor-king-pig'), (13006, 'Pop it! Battle Royal', 'Pop It! Battle Royal is a competitive version of Pop It! where you need to pop all the bubbles as fast as you can before the opponent\'s in 3-round and 5-round matches to win new pop-its and status.', 'https://img.gamemonetize.com/rq6oblzja0d2sj98lrf6d8v3vn6824tp/512x384.jpg', 'https://html5.gamemonetize.com/rq6oblzja0d2sj98lrf6d8v3vn6824tp/', '0', 'Hypercasual', 0, 0, '', 'pop-it-battle-royal'), (13007, 'Fly and Shoot', 'Welcome my friend to the fantasy world …. Here you can fly and attack a lot of monsters, collect coins and buy new characters, and fighting boss. Cool! Join us!', 'https://img.gamemonetize.com/tjwjpv3d0gocsqw5dxydcmh5yytdfeeq/512x384.jpg', 'https://html5.gamemonetize.com/tjwjpv3d0gocsqw5dxydcmh5yytdfeeq/', '0', 'Shooting', 0, 0, '', 'fly-and-shoot'), (13008, 'Snowball Run', 'Snow Ball Run is a fresh and an original game that makes you experience the best adventure run till the very end. This is a brand-new game in the play store with tons of engaging levels and challenging opponents. Your goal is simple – compete against other opponents by running as fast as you can and collect the snowballs on your run to increase the size and grow bigger than your opponent. Shoot the roadblocks on your way to overcome the obstacles and use the weapons to freeze your opponent to stay ahead in the race. Boost your powers by winning as many levels as possible.', 'https://img.gamemonetize.com/8pw8q6vb4p54sqt978iwyl7k1dvy4ang/512x384.jpg', 'https://html5.gamemonetize.com/8pw8q6vb4p54sqt978iwyl7k1dvy4ang/', '0', 'Arcade', 0, 0, '', 'snowball-run'), (13009, 'Ambulance Simulator 3D', 'Ambulance Simulator 3D is the best simulator of ambulance of emergency in 3D. Try yourself as a real rescue worker and feel on the practice, what is the hospital delivery after accidents and how will an ambulance save lives.', 'https://img.gamemonetize.com/vgq4m36jg5fckgi5vso2jio4ilmk5x28/512x384.jpg', 'https://html5.gamemonetize.com/vgq4m36jg5fckgi5vso2jio4ilmk5x28/', '0', 'Racing', 0, 0, '', 'ambulance-simulator-d'), (13010, 'Endless Siege', 'Endless Siege is a relaxing and physics based castle confrontation game that contains many siege weapons.', 'https://img.gamemonetize.com/1v01r3no8xbxez1zl3vl3p3s3zzl7u8y/512x384.jpg', 'https://html5.gamemonetize.com/1v01r3no8xbxez1zl3vl3p3s3zzl7u8y/', '0', 'Adventure', 0, 0, '', 'endless-siege'), (13011, 'Steve Adventures', 'Try to finish the game with the steve! Touch the disabled and collect all the gold to reach the end!', 'https://img.gamemonetize.com/k0xn5q506rzij2tzngq5amfq2aa876si/512x384.jpg', 'https://html5.gamemonetize.com/k0xn5q506rzij2tzngq5amfq2aa876si/', '0', 'Arcade', 0, 0, '', 'steve-adventures'), (13012, 'Rotating Squid Game', 'Rotating Squid Game is a unique platform puzzle game where you rotate the world to guide Player N°456 to his lost stars. This is a great puzzle game with 40 challenge levels, push your logical brain abilities to the limit! Product feature bullets: • 40 different levels • Very Fun for children • Brain training for whole family • Cute graphics • Precise game physics • Great sounds', 'https://img.gamemonetize.com/hgntgvarajeups566zud84gzpbxfa0ky/512x384.jpg', 'https://html5.gamemonetize.com/hgntgvarajeups566zud84gzpbxfa0ky/', '0', 'Puzzles', 0, 0, '', 'rotating-squid-game'), (13013, 'Animal Puzzle Game For Kids', 'This animals puzzle game helps your kids develop their matching skills . It is a fun and educational learning game for preschool children and toddlers. It will teach your kids all animals with interactivity and easy learning method, you will never be worried about them losing any piece of the puzzles! No more cries and missing pieces!', 'https://img.gamemonetize.com/rhltpa0kbi7cydcmoiyurjt2s6lzmi0d/512x384.jpg', 'https://html5.gamemonetize.com/rhltpa0kbi7cydcmoiyurjt2s6lzmi0d/', '0', 'Puzzles', 0, 0, '', 'animal-puzzle-game-for-kids'), (13014, 'Zombies Outbreak Arena War', 'Zombie Outbreak Arena is one of the best zombie shooter game! You are surrounded by darkness and only a gun and your flashlight will help you kill all of the zombies! Make sure to have a good look around because the zombies will easily sneak up from the darkness behind you. Be careful because there are multiple zombie types that wander through the level, trying to get you. Survive for as long as possible on five different levels; Cross Road, Train Station, Maze, Park and Road. Choose to play during the day, or try and survive at night with your flashlight equipped, and earn 25% more XP. Leveling up earns you skill points that you can spend on skills and upgrades for your health, ammo, flashlight and more. There are a total of 40 skills you can unlock! Make sure to constantly keep moving, and look for nice power-ups and powerful weapons that spawn in the map. Power-ups like nightvison, shield or exploding bullets and weapons like a machine gun, shotgun or a sniper will help you survive longer. There are a lot of weapons and power-ups to claim, so make sure to survive long enough and pick them up. Turn up the volume to experience the awesome soundtrack, and start surviving. Can you survive the zombie outbreak? Play Zombie Outbreak Arena Online for free on Superkidgames.', 'https://img.gamemonetize.com/qcf1g4lvy84di09b7jja2ghnn420hox1/512x384.jpg', 'https://html5.gamemonetize.com/qcf1g4lvy84di09b7jja2ghnn420hox1/', '0', 'Shooting', 0, 0, '', 'zombies-outbreak-arena-war'), (13015, 'Color Cross 2', 'Color Cross 2 is a puzzle-arcade game with constantly changing platforms! With every hop, the environment swaps. Can you collect all the stars?', 'https://img.gamemonetize.com/u3b4slth07p7ouwwo31y7d3ijz27quka/512x384.jpg', 'https://html5.gamemonetize.com/u3b4slth07p7ouwwo31y7d3ijz27quka/', '0', 'Puzzles', 0, 0, '', 'color-cross-'), (13016, 'Temple Run Frozen Shadows', 'The player must escape from her enemy and avoid all the obstacles and traps that are found along the way, and escape with the gold idol. From the icy caves and the narrow ledges of the ravines to the dangerous ice skates, the Frozen Shadows map adds more depth and excitement to the classic Temple Run.', 'https://img.gamemonetize.com/uch0pslw0bcb2kh4ub0pcnninp6uw6hk/512x384.jpg', 'https://html5.gamemonetize.com/uch0pslw0bcb2kh4ub0pcnninp6uw6hk/', '0', 'Racing', 0, 0, '', 'temple-run-frozen-shadows'), (13017, 'Temple Run Holi Festival', 'Celebrate the Holi Festival in the reimagined colorful temples in Temple Run!', 'https://img.gamemonetize.com/zevqy1u3f9rjdpukn2htbczoe3k0zvxl/512x384.jpg', 'https://html5.gamemonetize.com/zevqy1u3f9rjdpukn2htbczoe3k0zvxl/', '0', 'Racing', 0, 0, '', 'temple-run-holi-festival'), (13018, 'Punch King', 'Enjoy the action fighting gameplay with Punch King. Play this exciting and warm-up game alone & destroy the bugs. Thousands of exciting levels and a super warming mood to eliminate bugs. Punching kick as a pro-level kung fu expert to vanishing bugs. It\'s time to punch your way through bugs and insects. Immerse yourself in the fast-paced action of this challenging game with tap tap controls that will leave you feeling energized, empowered, and ready for whatever life throws at you!', 'https://img.gamemonetize.com/f8lzru2orccsqelyo1hb4m7ctu99zun8/512x384.jpg', 'https://html5.gamemonetize.com/f8lzru2orccsqelyo1hb4m7ctu99zun8/', '0', 'Hypercasual', 0, 0, '', 'punch-king'), (13019, 'Samurai Reflexion', 'Welcome to the world of sword games, samurai games and ninja style. Samurai sword fights. Move your samurai sword and destroy everyone who gets in your way! Whole armies are against you. The samurai mastered one-touch control.', 'https://img.gamemonetize.com/7d16fufl1n0fseyen5n65hcmnlox1ue2/512x384.jpg', 'https://html5.gamemonetize.com/7d16fufl1n0fseyen5n65hcmnlox1ue2/', '0', 'Adventure', 0, 0, '', 'samurai-reflexion'), (13020, 'Tik Tok DJ', 'Four girlfriends want you to help choose their own unique look for each of them, after which the girls could take part in a tik-tok event.', 'https://img.gamemonetize.com/qf0n45tfrtkgasrnim0pt0yn9imm6kao/512x384.jpg', 'https://html5.gamemonetize.com/qf0n45tfrtkgasrnim0pt0yn9imm6kao/', '0', 'Girls', 0, 0, '', 'tik-tok-dj'), (13021, 'Geomatrix Space Wars', 'Fly inside the space and destroy all Alien Ships and a giant Boss that you see in unique super fight shooter to save your world!. During your gameplay collect power up to to upgrade your Ship and use your mega bomb if necessary. Product feature bullets: • Endless Gameplay • 4 Mega Boss • 4 Upgradeable Weapons • 2 Fantastic Musics • 1 Super mega Bomb • 3D Prerendered Graphics • Amazing explosion effects • Very Easy To Play Have fun with this amazing Arcade Shooter Game!', 'https://img.gamemonetize.com/6pk1qtw0p7rx0vsxfk6kulgremvuzon1/512x384.jpg', 'https://html5.gamemonetize.com/6pk1qtw0p7rx0vsxfk6kulgremvuzon1/', '0', 'Shooting', 0, 0, '', 'geomatrix-space-wars'), (13022, 'Block Stack', 'Block Stacking is a fun stacking and reaction game where you have to stop moving bricks and build your tower as high as possible. Just wait until the next block is geared to the rest of the building and tap the screen to stack it up. You will have to start from the very beginning if you\'ll click at the wrong moment and let a block fall.', 'https://img.gamemonetize.com/a31w78kv5iuueubdqkrjacvydkphdj3q/512x384.jpg', 'https://html5.gamemonetize.com/a31w78kv5iuueubdqkrjacvydkphdj3q/', '0', 'Hypercasual', 0, 0, '', 'block-stack'), (13023, 'dragon card 2048', 'The player\'s task is to move the cute dinosaurs so that the small dinosaurs can finally synthesize bigger and more advanced dinosaurs. Let\'s synthesize the ultimate dinosaurs and get higher scores!', 'https://img.gamemonetize.com/2gn4tfk0h9sjcx9rfqf1bsyr6j5fw8bt/512x384.jpg', 'https://html5.gamemonetize.com/2gn4tfk0h9sjcx9rfqf1bsyr6j5fw8bt/', '0', 'Puzzles', 0, 0, '', 'dragon-card-'), (13024, 'Apache Helicopter Air Fighter Modern Heli Attack', 'The Apache Helicopter Air Fighter - Modern Heli Attack has begun, the enemies are coming with all the forces they have with most advanced combat fighter jets, gunship helicopters, armored tanks to start gunship apache helicopter battle attack at your base. With the help of the traitor, the dogfight combat shooter enemies have entered your base and have started gunship army battle strike attacking your base and killing your army commando troop.', 'https://img.gamemonetize.com/8gtisivnfa2ygvy2avjcxhhlh58xo8j6/512x384.jpg', 'https://html5.gamemonetize.com/8gtisivnfa2ygvy2avjcxhhlh58xo8j6/', '0', 'Action', 0, 0, '', 'apache-helicopter-air-fighter--modern-heli-attack'), (13025, 'Space Pixels', 'Venture into this space adventure! In this game you will have the opportunity to play numerous game modes continuously updated. Collect gems with which you can buy crates to upgrade ships and level up by accumulating points by playing! Good luck!', 'https://img.gamemonetize.com/gr8t8n65mf9gom1v6206hrcsz450kaso/512x384.jpg', 'https://html5.gamemonetize.com/gr8t8n65mf9gom1v6206hrcsz450kaso/', '0', 'Arcade', 0, 0, '', 'space-pixels'), (13026, 'Dress Up Game Harley and BFF PJ Party', 'Harley and her friends Mel and Cruella decided to have a pajama party. Hooligan girls also love casual entertainment. What could be better than getting together with your friends, doing each other\'s makeup, fooling around, having a pillow fight, and watching your favorite movie together? Choose the right pajamas or dressing gown for each character. Clothes should be comfortable. Don\'t forget to reflect the individuality of each girl in her costume. Harley loves double colors, clown outfits, and cheeky style. Mel prefers long, luxurious dresses, black color, and austere style. Cruella loves animal prints, unusual combinations of fashionable styles, and performance. Have fun with the girl-hooligans at Harley\'s Pajama Party by playing Harley And BFF PJ Party at Dop5.com.', 'https://img.gamemonetize.com/7ycyupkwrly26wj90zx01zsl7mwnts8p/512x384.jpg', 'https://html5.gamemonetize.com/7ycyupkwrly26wj90zx01zsl7mwnts8p/', '0', 'Girls', 0, 0, '', 'dress-up-game-harley-and-bff-pj-party'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (13027, 'Angry Granny Run India', 'Grandma runs fast, and the sooner you take her away from the psychiatric hospital, the better. But speed can prevent the character from maneuvering, avoiding obstacles or in some other way to overcome them. Urban landscapes delight with exotic beauty, even the obstacles here are original - from elephants to Buddha statues. There is even a dinosaur here. But just running and not crashing into people and objects is not enough - you have to pick up every coin you see. You will use them later to pay for any improvements to the character. To get through the buildings, you need to put together words from individual letters. And don\'t forget to change your outfits, women love this regardless of their age!', 'https://img.gamemonetize.com/jorkza2874irrc7fildptn5bawfxea59/512x384.jpg', 'https://html5.gamemonetize.com/jorkza2874irrc7fildptn5bawfxea59/', '0', 'Adventure', 0, 0, '', 'angry-granny-run-india'), (13028, 'Uno Game', 'To beat the opponent, we have to empty the entire pile of cards in our hand. match the cards according to their colours or numbers. We have to match our cards in our hand to play the cards in our hand that match the pile by either colour or number in the board game Uno Online. To be the first player in Uno Online without any cards is the primary goal. Uno can be played by 2, 3, or 4 people. Clear your hand to win and use unique cards to block your rivals! When you hold your last card in your hand, don\'t forget to shout "UNO"(with the help of a button), you will receive two penalty cards if you don’t say that. The Uno card game is a beloved classic that is played by all cardboard gamers. It\'s challenging to set down yet quite simple to pick up and play.It has a strategic element but is still easy to play. The goal of the free online card game Uno is to use up all of your cards before the other players can use up theirs. So don’t forget to play this awesome called UNO free online card games with your friends or randoms online. Each player eliminates cards by throwing cards that correspond to the topmost card in the Discard pile. Game features Competitive strategy and combative. Suitable for kids, teenagers and adults. Easy to play. Amazing graphics Sounds intriguing. Interesting Card Gameplay Play with arbitrary pals Back story UNO was Created by Merle Robbins. It is presently owned by Mattel. UNO was first developed in 1971. Uno Online was introduced in 2009. Through the forthcoming multiplayer upgrade in 2022, you can play in real-time versus actual opponents. How to play A card is drawn for each player. The dealer is the player with the most points. Sort the cards. 7 cards are dealt to each player.To create a draw pile, face-down all the remaining cards. To start a discard pile, turn over the top card of the draw pile. Return the top card to the deck and choose a new card if it is a Wild or Wild Draw 4. Please refer to the instructions below for all other cards. The gameplay of the UNO card game changes slightly online. However, it is nearly the same and a lot of fun to play as we can play with anybody in the world and don\'t require a visitor to play this card game. You can employ a variety of tactics to increase your Uno winning odds. The key idea is to discard all of your cards before anyone else. By matching the color or number of the card that was dealt before yours, you can accomplish this. You must draw cards from the pile until you have a playable card if you don\'t already have one.Press the "1" button when you have one card left to avoid receiving two penalty cards as a result. So finally whoever finishes the cards of his hands wins the game.', 'https://img.gamemonetize.com/90d9ruaefogfobmjdutcx8vippe19me6/512x384.jpg', 'https://html5.gamemonetize.com/90d9ruaefogfobmjdutcx8vippe19me6/', '0', 'Arcade', 0, 0, '', 'uno-game'), (13029, 'Catch it', 'The ball is rolling on the blackboard. The player\'s goal is to roll the ball to the specified position and obtain the reward of Samsung. Many levels are waiting for you. Let\'s roll the ball together!', 'https://img.gamemonetize.com/vs6pwsujq804zv3cmalp2w1r0nxyh5gk/512x384.jpg', 'https://html5.gamemonetize.com/vs6pwsujq804zv3cmalp2w1r0nxyh5gk/', '0', 'Puzzles', 0, 0, '', 'catch-it'), (13030, 'Village Escape', 'Village Escape is a point and click game developed by 8B Games/Games2Mad. Imagine that you had been to a village, On there you had trapped. Here is the interesting puzzles and hidden objects to find and get escape from the village. Good luck.. Have fun!', 'https://img.gamemonetize.com/tlabut4h71qlz01ek0le44fyhqefinvg/512x384.jpg', 'https://html5.gamemonetize.com/tlabut4h71qlz01ek0le44fyhqefinvg/', '0', 'Puzzles', 0, 0, '', 'village-escape'), (13031, 'Tap The Ball', 'Tap The Ball: Fun and Addictive Game for Everyone! ‘Tap The Ball’ is a simple, addictive game that will keep you entertained for hours on end. With just a few taps of the screen, you can control the ball and play against your friends. There are many levels to play, so there is always something new to explore. It\'s perfect for anyone who loves to have fun and challenge their friends.', 'https://img.gamemonetize.com/lye9fqjb4esax0kd7coqm6nzi0v1fip1/512x384.jpg', 'https://html5.gamemonetize.com/lye9fqjb4esax0kd7coqm6nzi0v1fip1/', '0', 'Hypercasual', 0, 0, '', 'tap-the-ball'), (13032, 'Mountain Land Escape', 'Mountain Land Escape is a point and click game developed by 8B Games/Games2Mad. Imagine that you had been to a village, On there you had trapped. Here is the interesting puzzles and hidden objects to find and get escape from the village. Good luck.. Have fun!', 'https://img.gamemonetize.com/7yu5z0knv1aw28sowqilazundz0kzt68/512x384.jpg', 'https://html5.gamemonetize.com/7yu5z0knv1aw28sowqilazundz0kzt68/', '0', 'Puzzles', 0, 0, '', 'mountain-land-escape'), (13033, 'Duckling Escape', 'Duckling Escape is a point and click escape game developed by 8BGames/Games2Mad. Imagine that you had been to a place; on there you found a Duckling got trapped in it. Find some hidden object to solve some interesting clues to escape the Duckling. Good luck…Have fun!', 'https://img.gamemonetize.com/8qjgpkztg5u6mih638opht7nirfxpv4f/512x384.jpg', 'https://html5.gamemonetize.com/8qjgpkztg5u6mih638opht7nirfxpv4f/', '0', 'Puzzles', 0, 0, '', 'duckling-escape'), (13034, 'Caterpillar Land Escape', 'Caterpillar Land Escape is a point and click game developed by 8B Games/Games2Mad. Imagine that you had been to a village, On there you had trapped. Here is the interesting puzzles and hidden objects to find and get escape from the village. Good luck.. Have fun!', 'https://img.gamemonetize.com/6vidwafsyj02rjrewsn5bics2pp0o18t/512x384.jpg', 'https://html5.gamemonetize.com/6vidwafsyj02rjrewsn5bics2pp0o18t/', '0', 'Puzzles', 0, 0, '', 'caterpillar-land-escape'), (13035, 'Duck Land Escape 2', 'Duck Land Escape 2 is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a village; there you got trapped inside the village. Here are the interesting puzzles and hidden objects to find and get escape from the village. Good luck... Have fun!', 'https://img.gamemonetize.com/6kua4qfwdo8ohui9ktuj52sd8bl9ysyo/512x384.jpg', 'https://html5.gamemonetize.com/6kua4qfwdo8ohui9ktuj52sd8bl9ysyo/', '0', 'Puzzles', 0, 0, '', 'duck-land-escape-'), (13036, 'Yellow House Escape', 'Yellow House Escape is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a house; there you got trapped inside the house. Here are the interesting puzzles and hidden objects to find and get escape from the house. Good luck... Have fun!', 'https://img.gamemonetize.com/0zzyfl27h6byalb0o8fa881f1ijxgk45/512x384.jpg', 'https://html5.gamemonetize.com/0zzyfl27h6byalb0o8fa881f1ijxgk45/', '0', 'Puzzles', 0, 0, '', 'yellow-house-escape'), (13037, 'Forest Hut Escape 2', 'Forest Hut Escape 2 is a point and click escape game developed by 8B Games/Games2mad. Imagine that you had been to a forest for photography. On there you missed your way to return home. There is a way inside forest hut to go back. And there is some interesting puzzles and hidden objects. Try to solve them and escape. Good Luck... Have Fun!', 'https://img.gamemonetize.com/dia3ot5yfnjwy317xfe2um33o0jt13yx/512x384.jpg', 'https://html5.gamemonetize.com/dia3ot5yfnjwy317xfe2um33o0jt13yx/', '0', 'Puzzles', 0, 0, '', 'forest-hut-escape-'), (13038, 'Elephant Escape', 'Elephant Escape is a point and click escape game developed by 8BGames/Games2Mad. Imagine that you had been to a place; on there you found a Elephant got trapped in it. Find some hidden object to solve some interesting clues to escape the Elephant. Good luck…Have fun!', 'https://img.gamemonetize.com/o8mxnkpgc80xf09pk8urbsy26s3qqlek/512x384.jpg', 'https://html5.gamemonetize.com/o8mxnkpgc80xf09pk8urbsy26s3qqlek/', '0', 'Puzzles', 0, 0, '', 'elephant-escape'), (13039, 'Cute Parrot Escape', 'Cute Parrot Escape is a point and click escape game developed by 8BGames/Games2Mad. Imagine that you had been to a place; on there you found a Parrot got trapped in it. Find some hidden object to solve some interesting clues to escape the Parrot. Good luck…Have fun!', 'https://img.gamemonetize.com/zbz7gftsru19tswhmwtr5p28vdhrxl55/512x384.jpg', 'https://html5.gamemonetize.com/zbz7gftsru19tswhmwtr5p28vdhrxl55/', '0', 'Puzzles', 0, 0, '', 'cute-parrot-escape'), (13040, 'G2M Playful Boy Escape', 'Playful Boy Escape is a point and click escape game developed by 8B Games/Games2mad. Imagine that you went to a boy house to play with him. As the boy is very playful, the boy got stuck in his house. Find some hidden object to solve some interesting clues to escape the playful boy. Good luck…Have fun!', 'https://img.gamemonetize.com/btobihpwg7encqtrcx78wk12306suvds/512x384.jpg', 'https://html5.gamemonetize.com/btobihpwg7encqtrcx78wk12306suvds/', '0', 'Puzzles', 0, 0, '', 'gm-playful-boy-escape'), (13041, 'Race Masters Rush', 'Play and have fun with this entertaining racing and shooting game called Race Masters Rush now you can play this exclusive new game from kiz10.com totally free !!! Help the little hero to get as far as you can in a dangerous race full of enemies. A death race begins where our hero and the character need to reach their goal as quickly as possible but will run into enemies on motorcycles and many drones that will prevent this from happening !! Shoot and avoid obstacles collect the weapons that you can improve your characteristics such as speed, shield, ammunition and much more. The objective of the game is to get as far as you can by eliminating and dodging the obstacles on your way !!! Drive your vehicle and shoot the enemies that come to eliminate you by air and ground. you can improve your characteristics as you complete each level and improve your score.', 'https://img.gamemonetize.com/1v2q4g74ok5wkgkvyp9gq7py9y7mj7j6/512x384.jpg', 'https://html5.gamemonetize.com/1v2q4g74ok5wkgkvyp9gq7py9y7mj7j6/', '0', 'Shooting', 0, 0, '', 'race-masters-rush'), (13042, 'Pirate Bombs 2', 'Are you ready for the second adventure of the cute pirate? Help Jack the pirate, in a cute and cute blue and white striped t-shirt, survive his adventure full of green whales. be careful whales can kill you jump on them to kill whales! kill the whales, collect the bombs and reach the door. Remember, the water level is constantly rising, try not to drown in the rising water level.', 'https://img.gamemonetize.com/t91iqtm4ax2az5lt8ak16yxtj29s1lyc/512x384.jpg', 'https://html5.gamemonetize.com/t91iqtm4ax2az5lt8ak16yxtj29s1lyc/', '0', 'Adventure', 0, 0, '', 'pirate-bombs-'), (13043, 'Run Squid Game Run', 'Run Squid game Run! is a fun adventure game to play on. Here is our little Squid Guard who has been stuck in middle with a whole lot of traps, help him to dodge them. There are really fast-paced obstacles passing by, keep away from them and survive as long as you can. This game will boost your reflexes while the hardest objects moving on him.', 'https://img.gamemonetize.com/z0sn5i6m6rsk7l7iu5jtaqwfx762agjx/512x384.jpg', 'https://html5.gamemonetize.com/z0sn5i6m6rsk7l7iu5jtaqwfx762agjx/', '0', 'Hypercasual', 0, 0, '', 'run-squid-game-run'), (13044, 'Korean Supermodel Makeup', 'The South Korean model became the star of the catwalks and won the love of millions of compatriots. Deciding to learn a new profession, Jeong made her debut on the silver screen and gained worldwide popularity and many times more fans. The model opened her professional biography on the catwalk at the age of 16. In those years, the aspiring model did not even have an agent, however, when she appeared at Seoul Fashion Week, the girl impressed the representatives of the fashion industry with her fiery red hairdo, cheeky smile and strong-willed character. Let\'s learn the role of makeup artist and stylist for a young model. Pick up trendy makeup, hairstyle and accessories for Jeong. Take a photo for Instagram and get likes!', 'https://img.gamemonetize.com/s194dxs5s5tt48eokjcbl5g5c9d8dh3o/512x384.jpg', 'https://html5.gamemonetize.com/s194dxs5s5tt48eokjcbl5g5c9d8dh3o/', '0', 'Girls', 0, 0, '', 'korean-supermodel-makeup'), (13045, '18 wheeler truck driving cargo', 'Truck drivers are designed to be entertained, which allows them to take pleasure in cargo truck simulations and cargo driving. It\'s a vehicle. Simulators are used to pass the time when driving a truck on the road. Simulators for operating a commercial vehicle You can fulfill transport assignments with a transport truck by enlisting the help of the cargo trucker army. Obtain all of the freight goals of driving a truck in the U.S.A. You must move swiftly if you want to win your cargo truck in one of the best city racing games ever created, 3D Assignments. Using this enormous cargo vehicle simulation cargo vehicle city transporters 3d, you will be able to pass the day while driving a freight truck, city transporter, and, on occasion, a transport truck going up a mountain road. Off-road extreme, Off-road Trucker, truck simulator, enormous truck games, and cargo vehicle games are all accessible in this Off-Road Trucker game, which offers the thrills and spills of off-road racing. Join the truck games city driver and embark on a journey filled with truck driving games or truck escapade driving games, depending on your preference.', 'https://img.gamemonetize.com/zu3qazknbca4tazaps6dqn9x53a9kgjf/512x384.jpg', 'https://html5.gamemonetize.com/zu3qazknbca4tazaps6dqn9x53a9kgjf/', '0', 'Racing', 0, 0, '', '-wheeler-truck-driving-cargo'), (13046, 'Doomsday Town', 'Zombie siege, come and build an airport and wait for rescue', 'https://img.gamemonetize.com/9k4cm8mbtz1a765zuc6yqkluu8s9f3gb/512x384.jpg', 'https://html5.gamemonetize.com/9k4cm8mbtz1a765zuc6yqkluu8s9f3gb/', '0', 'Adventure', 0, 0, '', 'doomsday-town'), (13047, 'Draw Master', 'Draw master is puzzle game in which you have to draw path for weapon and kill the enemy. Make sure you hit the enemy right. With more than 20+ unique weapons and 30+ different levels can you complete all levels?.', 'https://img.gamemonetize.com/7qz2pj2nt39hp33grinni9lgwoyj34du/512x384.jpg', 'https://html5.gamemonetize.com/7qz2pj2nt39hp33grinni9lgwoyj34du/', '0', 'Puzzles', 0, 0, '', 'draw-master'), (13048, 'Fruits and Vegetables Word', 'Graduation game, funny, memories for kids about Fruits and Vegetables words.', 'https://img.gamemonetize.com/fxdjuzd5o2yy9nwjeurbag4n2ti45oza/512x384.jpg', 'https://html5.gamemonetize.com/fxdjuzd5o2yy9nwjeurbag4n2ti45oza/', '0', 'Puzzles', 0, 0, '', 'fruits-and-vegetables-word'), (13049, 'School Word Search', 'Word Search with a school theme, designed with children in mind, helps them learn to read, speak and write about school-related objects or improve their reading, speaking, and writing.', 'https://img.gamemonetize.com/a5z8byfcj7jz1kc0nu7i3v1plcwuig1b/512x384.jpg', 'https://html5.gamemonetize.com/a5z8byfcj7jz1kc0nu7i3v1plcwuig1b/', '0', 'Puzzles', 0, 0, '', 'school-word-search'), (13050, 'Tunnel Rush', 'Tunnel Rush is a fun game you can play in your web browser for free on Superkidgames.com. Tunnel Rush online is the ultimate 3D single-player experience. Blaze your way through caves and tunnels. Each Tunnel Rush level drops you into a whirling kaleidoscope of hazards and 3D tunnels. Play Tunnel Rush to dodge barriers using just your wits and your keyboard. Wanna test your reaction speed? Play Tunnel Rush online now and push your skills to the limit. There’s only one way to show those barriers who’s boss, so play Tunnel Rush on Superkidgames to show off those ultra-sharp reactions. Tunnel Rush now has a cool two-player mode. Race next to each other in the same screen and see which of you wins the tunnel race! Tips and tricks: - Try to anticipate hazards and prepare for them early. - Some barriers will move, so make sure you’re ahead of where they’re going to be. - Tunnel Rush looks fast, but you’ll have plenty of time to dodge each obstacle.', 'https://img.gamemonetize.com/23c7yicdkelrsp9v48tx60y0l23ghmr2/512x384.jpg', 'https://html5.gamemonetize.com/23c7yicdkelrsp9v48tx60y0l23ghmr2/', '0', 'Hypercasual', 0, 0, '', 'tunnel-rush'), (13051, 'Spiderman Puzzle', 'Combine the pieces and complete the Spiderman photos.', 'https://img.gamemonetize.com/y1qu8sjgruvflnu7pmlp6w58lks9y2j4/512x384.jpg', 'https://html5.gamemonetize.com/y1qu8sjgruvflnu7pmlp6w58lks9y2j4/', '0', 'Girls', 0, 0, '', 'spiderman-puzzle'), (13052, 'Raft World', 'Raft World Construction Let you use your own raft to start your own sailing in the sea, constantly upgrade your raft function in the adventure, build more powerful facilities and upgrade functions, it is very interesting to play, friends who like it, hurry up and download Raft World Build and start your challenge!', 'https://img.gamemonetize.com/dxbhvs73zmx2ygbdux1bi1jfigru8yt9/512x384.jpg', 'https://html5.gamemonetize.com/dxbhvs73zmx2ygbdux1bi1jfigru8yt9/', '0', 'Hypercasual', 0, 0, '', 'raft-world'), (13053, 'Mayhem Area', 'How about Playing Mayhem Area? In this game you have to survive by killing zombies. Make good use of the help, the ammo is very limited!', 'https://img.gamemonetize.com/7ef6iwj1dg8m302vyxuog116x0ih1dfr/512x384.jpg', 'https://html5.gamemonetize.com/7ef6iwj1dg8m302vyxuog116x0ih1dfr/', '0', 'Adventure', 0, 0, '', 'mayhem-area'), (13054, 'Baby Taylor Newborn Caring', 'Taylor\'s mom is about to give birth to a baby! Give her an emergency call! While waiting for the ambulance, please help her with some preparations. Although Taylor can\'t help much at this time, she can take care of the baby. Everyone in this family is busy, join and help them as much as possible! Have fun!', 'https://img.gamemonetize.com/ag05u5l9k7mournkxicdz7hnavqt07p7/512x384.jpg', 'https://html5.gamemonetize.com/ag05u5l9k7mournkxicdz7hnavqt07p7/', '0', 'Girls', 0, 0, '', 'baby-taylor-newborn-caring'), (13055, 'My Heart Break Time', 'Our girl Sofia and her boyfriend were originally a couple everyone admired, but in recent days, they no longer contact, no longer date together, what happened, why did the girl look so sad? Let us ask her what happened and help her!', 'https://img.gamemonetize.com/ilex6fhfiwjgj3yct8s4hfiit5csf67f/512x384.jpg', 'https://html5.gamemonetize.com/ilex6fhfiwjgj3yct8s4hfiit5csf67f/', '0', 'Girls', 0, 0, '', 'my-heart-break-time'), (13056, 'Pixel Memory', 'Pixel Memory is super fun memory game for kids that you can play online on your Pc or Mobile! No download needed to play! Find all matching cards to clear the level. Have fun playing!', 'https://img.gamemonetize.com/1qsan0osnx511acg4xv7h0rhwbuwxm15/512x384.jpg', 'https://html5.gamemonetize.com/1qsan0osnx511acg4xv7h0rhwbuwxm15/', '0', 'Puzzles', 0, 0, '', 'pixel-memory'), (13057, 'Move The Pin Puzzle', 'Move The Pin Puzzle is a game where you need to push back the pins to help the colored balls collect the gray balls to make them also colored and get into the transparent flask.', 'https://img.gamemonetize.com/cqz18pokpyjvjkmbk3i1oo1qpttiuja5/512x384.jpg', 'https://html5.gamemonetize.com/cqz18pokpyjvjkmbk3i1oo1qpttiuja5/', '0', 'Puzzles', 0, 0, '', 'move-the-pin-puzzle'), (13058, 'Kids Flurry Educational Puzzle Game', 'Kids Flurry Puzzle is an educational game that challenges children to use their logical thinking skills. The pieces are colorful and engaging, with each shape representing something different than what it looks like - for example one square might be in blue while another has green writing on it! The goal of this puzzle isn\'t just about putting together the picture; rather kids must find all nine animals hidden among five sets around four levels by asking themselves questions such as "Have I seen any birds?", and then search until finding no other matching responses before answering them correctly so they can move onto next level where more challenging tasks await...', 'https://img.gamemonetize.com/kz0fqt963yg312qfmrrhi44pijjtepb5/512x384.jpg', 'https://html5.gamemonetize.com/kz0fqt963yg312qfmrrhi44pijjtepb5/', '0', 'Puzzles', 0, 0, '', 'kids-flurry-educational-puzzle-game'), (13059, 'Punching Bug', 'Punching Bug is a high intensity fighting game that takes place on the battlefield. You can punch and kill insects with tap touch controls so you can survive, but beware of being killed by them! The goal of this video game is for players to destroy these bugs as quickly as possible to protect themselves from other threats lurking around every corner, including more ants who have crawled out into your vicinity looking for food and powerups which increase their strength or give them new abilities such those beetles behind may be holding an ice cube over one eye giving it special powers like freezing targets or crushing opponents under its weight when they land. With so many bugs around, it can get frustrating but keep calm and try not to smash them all because with each insect killed, there\'s an opportunity of earning one point on top of what was gained before its demise! Choose between different environments: forest, desert wasteland, snow mountain range; each environment will present challenges.', 'https://img.gamemonetize.com/pgmjas50n1sj3ak168g79zi6rnfbqt17/512x384.jpg', 'https://html5.gamemonetize.com/pgmjas50n1sj3ak168g79zi6rnfbqt17/', '0', 'Hypercasual', 0, 0, '', 'punching-bug'), (13060, 'Dodge Game', 'Dodge Game introduces Jump Circle, a new way to avoid hitting the line and score big! Dodge Game has released Jump Circle, a new way to avoid hitting the line and score big. With this innovative game feature, you can play quickly and easily without any hassle. Just hit the circle button to jump into the next round, and avoid the line by avoiding obstacles along the way. The more points you get, the more bonus points you\'ll earn.', 'https://img.gamemonetize.com/eufnsmpbb0wkk86o2eyuad7mdmlat5fl/512x384.jpg', 'https://html5.gamemonetize.com/eufnsmpbb0wkk86o2eyuad7mdmlat5fl/', '0', 'Arcade', 0, 0, '', 'dodge-game'), (13061, 'Temple Run Frozen Festival', 'A deep and snowy winter has arrived in Temple Run 2! Brave the cold with the return of Frozen Festival.', 'https://img.gamemonetize.com/z8ud3po55n6uhr9d86moe2ur7rzlffs0/512x384.jpg', 'https://html5.gamemonetize.com/z8ud3po55n6uhr9d86moe2ur7rzlffs0/', '0', 'Adventure', 0, 0, '', 'temple-run-frozen-festival'), (13062, 'Angry Gran Run Brazil', 'In today’s game, you will visit Brazil as the angry gran. There will be numerous obstacles facing you, so be sure to get through all of them unharmed. Be sure not to crash into anything and to get as far as possible. You can dress granny up into all sorts of dresses, but you first need to earn enough money to do so. That’s why you need to figure out how to get the most cash in the least amount of time. The game offers average graphics and simple gameplay.', 'https://img.gamemonetize.com/dv404aumh8wsk6f5iigardscd8ry7okb/512x384.jpg', 'https://html5.gamemonetize.com/dv404aumh8wsk6f5iigardscd8ry7okb/', '0', 'Arcade', 0, 0, '', 'angry-gran-run-brazil'), (13063, 'Vlinder Princess Dress up game', 'Have you ever dreamed of your cute anime girls mermaid princess look?Or do you want to be a character creator and avatar creator in gatcha games,chibi games or makeup games korean? It\'s time to creat your own princess!', 'https://img.gamemonetize.com/f91rnev8rml4jmv8tzxiax9zgiexs3bu/512x384.jpg', 'https://html5.gamemonetize.com/f91rnev8rml4jmv8tzxiax9zgiexs3bu/', '0', 'Girls', 0, 0, '', 'vlinder-princess-dress-up-game'), (13064, 'Angry Gran Run Mexico', 'Granny, who is out of tune with her head, escaped from Durkee in Mexico and is now running all over the city, trying to get away from the pursuit. In order not to be caught and placed in an insane asylum again, the grandmother needs to cover a certain distance. And not only are orderlies chasing her with a straitjacket, but a whole lot of sharp turns, holes, fences and other "funny" obstacles await her ahead. In addition to the fact that the grandmother fumbles through the streets from the nurses, she also collects gold coins on the way, which greatly makes the escape process much fun.', 'https://img.gamemonetize.com/lh16ese7eyt1vb689xm4voeev2e1e4ng/512x384.jpg', 'https://html5.gamemonetize.com/lh16ese7eyt1vb689xm4voeev2e1e4ng/', '0', 'Hypercasual', 0, 0, '', 'angry-gran-run-mexico'), (13065, 'Sweet Valentine Pets Jigsaw', 'Sweet Valentine Pets Jigsaw is a fun online puzzle game. Drag the pieces into right position using mouse. Solving puzzles is relaxing, rewarding, and keeps your brain sharp. You must solve the first picture and win over $1,000 in order to be able to purchase one of the following pictures. You have three modes for each picture from which the hardest mode brings more money. You have a total of 10 pictures.', 'https://img.gamemonetize.com/omccuvpxvb2xvnne0hq918bgri9pzazd/512x384.jpg', 'https://html5.gamemonetize.com/omccuvpxvb2xvnne0hq918bgri9pzazd/', '0', 'Puzzles', 0, 0, '', 'sweet-valentine-pets-jigsaw'), (13066, 'Draw Climber For Kid', 'Draw Climber 2 is an interesting race game. You have to draw a leg that makes sure the block could move. You will race with another block, there are obstacles will on your way. Be smart, change the shape of legs anytime that you could pass any obstacles.', 'https://img.gamemonetize.com/z35ptystwsha7f12wpz9uek2wij3x8ao/512x384.jpg', 'https://html5.gamemonetize.com/z35ptystwsha7f12wpz9uek2wij3x8ao/', '0', 'Arcade', 0, 0, '', 'draw-climber-for-kid'), (13067, 'Marble Smash', 'Welcome to marble Smash Just Tap 3 or more similar Marbles to smash them and complete your level Explore tons of challenging level and missions You can also play Time attack mode. Enjoy', 'https://img.gamemonetize.com/2wlwrshdq0s14qpof6vcfs5eoh8nt0cn/512x384.jpg', 'https://html5.gamemonetize.com/2wlwrshdq0s14qpof6vcfs5eoh8nt0cn/', '0', 'Puzzles', 0, 0, '', 'marble-smash'), (13068, 'Retro Kick Boxing', 'Play this Latest Retro KickBoxing game and make it your favorite kickboxing game now! This is going to be your challenging game journey and interesting boxing game. You will find that Retro Kick Boxing easy to handle, fun to play, simple to learn. You will discover that The Retro Kick Boxing has smooth graphics or awesome images! Wish you enjoy and have fun with this particular Retro Kick Boxing Game!', 'https://img.gamemonetize.com/tlxxo7rd2i5f5l9vyjjs7o24ob3itgfz/512x384.jpg', 'https://html5.gamemonetize.com/tlxxo7rd2i5f5l9vyjjs7o24ob3itgfz/', '0', 'Sports', 0, 0, '', 'retro-kick-boxing'), (13069, 'Coloring Squid Game', 'Play this coloring game with popular Squid Game images. There will be a lot of popular characters from the Squid Game. Select one of twelve image that you want to color and start the game. Choose best colors that you think it will be good to use to paint the image. You can choose brush size if you need to paint smaller parts of the image and you can use eraser if you do some mistakes. Color more images as want. Print them or save the images to have proof of your paint work.', 'https://img.gamemonetize.com/c3y8c4nbx3o1hiu0brog16i7sckr1tr3/512x384.jpg', 'https://html5.gamemonetize.com/c3y8c4nbx3o1hiu0brog16i7sckr1tr3/', '0', 'Puzzles', 0, 0, '', 'coloring-squid-game'), (13070, 'My Merry Christmas Dressup', 'I am waiting for the Christmas. I hope this Christmas can be celebrated it in a special way, at the same time i wants to look perfect in this wonderful holiday, so give me a hand to dress up for me as lovely as possible. Enjoy yourself!', 'https://img.gamemonetize.com/hble1hdo6l2wi0rmk1m9yen795qg7pbn/512x384.jpg', 'https://html5.gamemonetize.com/hble1hdo6l2wi0rmk1m9yen795qg7pbn/', '0', 'Girls', 0, 0, '', 'my-merry-christmas-dressup'), (13071, 'Find the Ani Snack', 'Find the Ani Snack is is a point and click game developed by 8B Games/Games2live. I\'m Ani. I Need your help to find a Snack. Here is the interesting puzzles and hidden objects to find and get the snack. Good luck and have fun!', 'https://img.gamemonetize.com/e8eqsk2jis0ilvjawbc6twij9wr3f1sr/512x384.jpg', 'https://html5.gamemonetize.com/e8eqsk2jis0ilvjawbc6twij9wr3f1sr/', '0', 'Puzzles', 0, 0, '', 'find-the-ani-snack'), (13072, 'Feathered Friend Escape', 'Feathered Friend Escape is a point and click game developed by 8B Games/Games2live. Imagine that you had been to a village, On there you found a Bird got trapped. Here is the interesting puzzles and hidden objects to find and rescue the bird Good luck.. Have fun!"', 'https://img.gamemonetize.com/ne65lveh445010mqxf85kjsdk5kixfv7/512x384.jpg', 'https://html5.gamemonetize.com/ne65lveh445010mqxf85kjsdk5kixfv7/', '0', 'Puzzles', 0, 0, '', 'feathered-friend-escape'), (13073, 'Blue house bird escape', 'Blue House Bird Escape is a point and click game developed by 8B Games/Games2live. Imagine that you had been to a village, On there you found a bird got trapped. Here is the interesting puzzles and hidden objects to find and rescue the bird. Good luck.. Have fun!', 'https://img.gamemonetize.com/cgp60gcbdblcw4m7avjr5b3c1vksvaax/512x384.jpg', 'https://html5.gamemonetize.com/cgp60gcbdblcw4m7avjr5b3c1vksvaax/', '0', 'Puzzles', 0, 0, '', 'blue-house-bird-escape'), (13074, 'Lilac Home Escape', 'Lilac Home Escape is a point and click game developed by 8B Games/Games2live. Imagine that you had been to a House, On there you had trapped. Here is the interesting puzzles and hidden objects to find and get escape from the House. Good luck.. Have fun!', 'https://img.gamemonetize.com/qqyoh660beg8ziyngdkj0383j70mk5d6/512x384.jpg', 'https://html5.gamemonetize.com/qqyoh660beg8ziyngdkj0383j70mk5d6/', '0', 'Puzzles', 0, 0, '', 'lilac-home-escape'), (13075, 'Jail Break Escape', 'Jail Break Escape is a point and click game developed by 8B Games/Games2mad. Imagine that you got trapped in the jail. Some helps you by leaving some clues and items. Here are the interesting puzzles and hidden objects to find and get escape from the jail. Good luck... Have fun!', 'https://img.gamemonetize.com/xuj9xkql4ina49x9nnuvrl24gnethrfw/512x384.jpg', 'https://html5.gamemonetize.com/xuj9xkql4ina49x9nnuvrl24gnethrfw/', '0', 'Puzzles', 0, 0, '', 'jail-break-escape'), (13076, 'Green Duck Escape', 'Green Duck Escape is a point and click game developed by 8B Games/Games2live. Imagine that you had been to a village, On there you found a Duck got trapped. Here is the interesting puzzles and hidden objects to find and rescue the owl Good luck.. Have fun!', 'https://img.gamemonetize.com/143g1mi8p2zfq4o1p7vgcdvm78qfvyma/512x384.jpg', 'https://html5.gamemonetize.com/143g1mi8p2zfq4o1p7vgcdvm78qfvyma/', '0', 'Puzzles', 0, 0, '', 'green-duck-escape'), (13077, 'One Roof Escape', 'One Roof Escape is a point and click game developed by 8B Games/Games2live. Imagine that you had been to a House, On there you had trapped. Here is the interesting puzzles and hidden objects to find and get escape from the House. Good luck.. Have fun!', 'https://img.gamemonetize.com/yehpizxj7u2m1vrvyygqis14bqwvsbrm/512x384.jpg', 'https://html5.gamemonetize.com/yehpizxj7u2m1vrvyygqis14bqwvsbrm/', '0', 'Puzzles', 0, 0, '', 'one-roof-escape'), (13078, 'Colony gate escape', 'A House of Many Doors Escape is a point and click game developed by 8B Games/Games2live. Imagine that you had been to a House, On there you had trapped. Here is the interesting puzzles and hidden objects to find and get escape from the House. Good luck.. Have fun!', 'https://img.gamemonetize.com/6bkkpqjsmth8t0a9s087hzl7o24sajsy/512x384.jpg', 'https://html5.gamemonetize.com/6bkkpqjsmth8t0a9s087hzl7o24sajsy/', '0', 'Puzzles', 0, 0, '', 'colony-gate-escape'), (13079, 'Find the Ria Car Key', 'Find The Ria Car Key is a point and click game developed by Games2Live. Imagine that you saw a girl searching for car key. Here are the interesting puzzles and hidden objects to help the girl to find her car key. Good luck…Have fun!', 'https://img.gamemonetize.com/mqezn3q7p1424uyvv62q0z926czy32ff/512x384.jpg', 'https://html5.gamemonetize.com/mqezn3q7p1424uyvv62q0z926czy32ff/', '0', 'Puzzles', 0, 0, '', 'find-the-ria-car-key'), (13080, 'Squid Stacky Maze', 'You have to collect all the stack to escape from the game island where scary Squid Game games are played. Jump over the stack you collect by choosing the right path and escape the island! Squid Stacky Maze is a puzzle-style hypercasual game. 30 different levels full of action and excitement are waiting for you. Let\'s start the game now and be the first player to survive the island! Have fun.', 'https://img.gamemonetize.com/s7mzrgoqat4g64cj5lr2j3ysfzc7b1zb/512x384.jpg', 'https://html5.gamemonetize.com/s7mzrgoqat4g64cj5lr2j3ysfzc7b1zb/', '0', 'Hypercasual', 0, 0, '', 'squid-stacky-maze'), (13081, 'Angry Boss 2', 'Explode, destroy, fire, shoot, smash, freeze, toss, send the power of the Gods and don\'t even think about stopping. You now have a virtually limitless arsenal to beat: rockets, grenades, automatic rifles, and even a nuclear bomb!', 'https://img.gamemonetize.com/aolrplm4h4wcd9v35x2bzewfajbbfv4y/512x384.jpg', 'https://html5.gamemonetize.com/aolrplm4h4wcd9v35x2bzewfajbbfv4y/', '0', 'Shooting', 0, 0, '', 'angry-boss-'), (13082, 'Kids Games Collection', 'Kids Game Collection fun collective games to play on. Here is the collection of games like piano, drawing, coloring, and drums. Select any game play on and have fun. Spend your time with fun playing collective games, color lots of images, and play the drums. Play more games only with Mapi Games', 'https://img.gamemonetize.com/dwwvxyal37cuhszu5zt4mgfkf85uq1kx/512x384.jpg', 'https://html5.gamemonetize.com/dwwvxyal37cuhszu5zt4mgfkf85uq1kx/', '0', 'Clicker', 0, 0, '', 'kids-games-collection'), (13083, 'Waterpark Slide Race Online', 'Enjoy this summer with Waterpark: Slide Race game. Just have a fun racing game with spectacular EDM rhythm game experiences', 'https://img.gamemonetize.com/vfxq8ast9htu7hq4smlcq2ab0le4bf1q/512x384.jpg', 'https://html5.gamemonetize.com/vfxq8ast9htu7hq4smlcq2ab0le4bf1q/', '0', 'Arcade', 0, 0, '', 'waterpark-slide-race-online'), (13084, 'Color Ring Sort', 'Color ring class is a very fun casual puzzle game, color ring class has a very simple game, the gameplay is very simple, very easy to game operation is suitable for children, players in the game you just need to Numbers in order to together, the whole process of the game is very easy leisure, vast amounts of checkpoints waiting for you to challenge game, come and try it!', 'https://img.gamemonetize.com/rj3dol99i6qkb6tsq7oswlr55nb2l4cb/512x384.jpg', 'https://html5.gamemonetize.com/rj3dol99i6qkb6tsq7oswlr55nb2l4cb/', '0', 'Boys', 0, 0, '', 'color-ring-sort'), (13085, 'Real Truck Fire Drive Sim', 'When you are playing fire engine games, your vehicle will be the most vital vehicle that you will have to employ in order to finish your mission successfully. Your truck should, therefore, be well-prepared for emergencies and should have enough water on hand. In reality, the procedure of pouring water into your truck is not as straightforward as you may expect. Ensure that your truck is properly positioned underneath the water tank and hose nozzle so that you do not fill the tank above the maximum water level permitted. In the absence of this, it is difficult to keep control of your vehicle when driving on the highway, which might make the roads hazardous. People who serve in the fire service include people going about their daily lives, animals, plants that provide critical security, and commodities that do not catch fire at the fire station, among other things. The duties of firemen are quite difficult, despite the fact that this is one of the very first facilities to be called upon in an emergency situation. They will have to put their own lives at risk in order to save the lives of the other people. It is clearly not a game, because they receive specialized training and use specialist equipment and instruments. The good news is that, thanks to our firefighting driving simulator, you can participate in all aspects of firefighting right from your computer.In the midst of our gaming activities, we have the capacity to extinguish fires.', 'https://img.gamemonetize.com/hevkmhtk4azgro9vkz6slj6d4ulzz63q/512x384.jpg', 'https://html5.gamemonetize.com/hevkmhtk4azgro9vkz6slj6d4ulzz63q/', '0', 'Racing', 0, 0, '', 'real-truck-fire-drive-sim'), (13086, 'Popular Spa Salon Wax And Spa Fascinating', 'Congratulations! Now, you’re the owner of this Popular Spa Salon. Girls come here and want to change themselves! It’s time to show your talent and professional skills!', 'https://img.gamemonetize.com/7kyh20olmh5wv4j3p9hd0e1rr65bmu8f/512x384.jpg', 'https://html5.gamemonetize.com/7kyh20olmh5wv4j3p9hd0e1rr65bmu8f/', '0', 'Hypercasual', 0, 0, '', 'popular-spa-salon--wax-and-spa-fascinating'), (13087, 'Doctor Kids Learn To Be A Doctor', 'Welcome to the hospital for children, where medicine meets kindness. You can become the chief of medicine and learn how to give more sympathy to people. Patients choose our hospital for the experience we have and the quality of our pediatricians. As a doctor, you will be able to provide professional treatment services and take care of your little patients.', 'https://img.gamemonetize.com/tmldv5g1dumosnv8zfjbh87khm1kge0c/512x384.jpg', 'https://html5.gamemonetize.com/tmldv5g1dumosnv8zfjbh87khm1kge0c/', '0', 'Girls', 0, 0, '', 'doctor-kids--learn-to-be-a-doctor'), (13088, 'Run Rich', 'Legend of Run Rich, an intuitive hypercasual game, is now on the web. Collect coins until the end of the track and get rich. The richer you get, the more stylish your outfit will look. To look stylish, you should stay away from bottles, garbage and bad habits. Play the Run Rich game now with simple controls and immersive effects. Have fun!', 'https://img.gamemonetize.com/hrukdon4yhig3rw2yf6vth7h7f3yywro/512x384.jpg', 'https://html5.gamemonetize.com/hrukdon4yhig3rw2yf6vth7h7f3yywro/', '0', 'Hypercasual', 0, 0, '', 'run-rich'), (13089, 'Squid Game Hook', 'Are you ready for Squid Game Hook as two teams? Throw the hook at the opposing player and pull the player towards you. If you make an accurate shot, you will score. You can buy 5 different Squid Game characters with the points you earn. You can increase the action with the players, workers and doll characters. Grab your hook now and fight against other players in Squid Game Hook! Have fun.', 'https://img.gamemonetize.com/hsw9alys2q1dn3bpowx2se0b0bi6vngq/512x384.jpg', 'https://html5.gamemonetize.com/hsw9alys2q1dn3bpowx2se0b0bi6vngq/', '0', 'Arcade', 0, 0, '', 'squid-game-hook'), (13090, 'RUN RICH 3D ONLINE', 'Get to the end of the track and try to collect as many money bills as possible along the way! The more money you collect, the better your outfit will look. On the other hand, if you collect too many bottles, trash cans or bills, you will get poorer and risk losing everything! Simple and intuitive game with easy to remember controls.', 'https://img.gamemonetize.com/wk1lqkf3sr1jrk042p0v8198x498i41m/512x384.jpg', 'https://html5.gamemonetize.com/wk1lqkf3sr1jrk042p0v8198x498i41m/', '0', 'Girls', 0, 0, '', 'run-rich-d-online'), (13091, 'Block Slide Fall Down', 'Block Slider Puzzle Game is a simple and at the same time challenging game. A popular and relaxing sliding block puzzle game. Just slide the wooden blocks left or right to fill the spaces and clear the line. Tips: Place blocks wisely; Try to make big combos to get more points! Choose an exciting Block Slider Puzzle Game! - classic block puzzle! - no time limit!', 'https://img.gamemonetize.com/i3dwf2mrx2ml35y7c87nho4hx5jmfmwe/512x384.jpg', 'https://html5.gamemonetize.com/i3dwf2mrx2ml35y7c87nho4hx5jmfmwe/', '0', 'Puzzles', 0, 0, '', 'block-slide-fall-down'), (13092, 'poppy huggy playtime horror', 'The higher the level plays, the more difficult the challenge becomes. You will have to find a way to overcome the obstacles , or take advantage of those obstacles to help you escape.', 'https://img.gamemonetize.com/6hbf8tnq6cltjd6xdi5sq8rqqkkocuai/512x384.jpg', 'https://html5.gamemonetize.com/6hbf8tnq6cltjd6xdi5sq8rqqkkocuai/', '0', 'Adventure', 0, 0, '', 'poppy-huggy-playtime-horror'), (13093, 'Red Bird', 'Red Bird is a highly addictive game for all kids and teens! Tap to fly and go from side to side earning 1 point or go for the cherry and get an extra 5 points; but avoid the crowns! Red Bird is simple game but addictive gameplay.', 'https://img.gamemonetize.com/4wjpw1yfpkha8d9ahq4ruptr8g11sspa/512x384.jpg', 'https://html5.gamemonetize.com/4wjpw1yfpkha8d9ahq4ruptr8g11sspa/', '0', 'Hypercasual', 0, 0, '', 'red-bird'), (13094, 'Super Ball Juggling', 'How many times you can juggle these two soccer balls? How to play: Tap left side of screen to kick the left football
- Tap right side of screen to kick the right football

 Don\'t let the ball fall Warning: 

This game create dependence :)', 'https://img.gamemonetize.com/lwhhk9mcr33z86x7niqj9jfk7kb2bmdf/512x384.jpg', 'https://html5.gamemonetize.com/lwhhk9mcr33z86x7niqj9jfk7kb2bmdf/', '0', 'Sports', 0, 0, '', 'super-ball-juggling'), (13095, 'Poppy Imposter PlayTime', 'Poppy Imposter PlayTime - Fun io game is a super cool, easy and relaxing game. To win this, your mission is simple: Smash other crewmate by a huge hammer, Consume their power to become bigger and stronger, Be the only Imposter survival in the battlefield. However, be carefull and try to advoid bumping into other tricky impostors, otherwise, you\'ll be smashed. You can choose among serveral roles to add more exciment: Hunter, Assasin, Captain, Trapper, Sword, Gunner... with unlimited skills and items. In this io game, where mutilplayer battle other to be the last one who survive, making yourseft a strong and smart one is crucial. It\'s super fun, check it out!', 'https://img.gamemonetize.com/4w9ttj6nx1ybojcg5lno827cd6v29t8z/512x384.jpg', 'https://html5.gamemonetize.com/4w9ttj6nx1ybojcg5lno827cd6v29t8z/', '0', 'Action', 0, 0, '', 'poppy-imposter-playtime'), (13096, 'Squid Game All Challenges', 'Welcome to Squid Game All Challenges the thrilling and fascinating 3D traditional simulator K- games that are based on famous childhood Korean games, this game promises to bring you the most realistic experience of the main character - Player 456. Beat off other competitors and be the only one who win . Series of many quick simple games. Hundreds players will start at round one, but some will be out of the game round by round. After one round, the accumulated reward will be increased in a saving piggy bank. You need to fight others to win challenges and take all the reward at last. Squid Game All Challengese has many seasons and many mini games. Red light green light, octopus games, candy separation, runner puzzle and other traditional games. Squid Game All Challenges, no need to download, and enjoy the game.', 'https://img.gamemonetize.com/494d5fft0zuxrqi2mvn839azl48c66cy/512x384.jpg', 'https://html5.gamemonetize.com/494d5fft0zuxrqi2mvn839azl48c66cy/', '0', 'Action', 0, 0, '', 'squid-game-all-challenges'), (13097, 'Poppy Playtime Online Port', 'you must stay alive in this horror/puzzle adventure. Try to survive the vengeful toys waiting for you in the abandoned toy factory. Use your GrabPack to hack electrical circuits or nab anything from afar. Explore the mysterious facility... and don\'t get caught.', 'https://img.gamemonetize.com/bbklnvp2jc58jm55p9hmtb7evn5vnemh/512x384.jpg', 'https://html5.gamemonetize.com/bbklnvp2jc58jm55p9hmtb7evn5vnemh/', '0', 'Puzzles', 0, 0, '', 'poppy-playtime-online-port'), (13098, 'House Of Ice Scream', 'Now you can play House Of Ice Scream online in your web browser for free at kidsgame.io The ice-cream seller has come to the neighborhood! He has kidnapped your friend and neighbor Charlie and you\'ve witnessed it all… He has frozen your best friend using some sort of superpower and has taken him somewhere with his van. Your friend is missing, and worse… What if there are more children like him?', 'https://img.gamemonetize.com/f21hpun1baawxgu01rw2yoh2ez5vtmrk/512x384.jpg', 'https://html5.gamemonetize.com/f21hpun1baawxgu01rw2yoh2ez5vtmrk/', '0', 'Adventure', 0, 0, '', 'house-of-ice-scream'), (13099, 'Baby Princesses Christmas Dress Up Game', 'Baby Princesses Wonderful Christmas Little princesses Eliza, Jasmin, Tiara, Rosehip, Cinderella, Mermaid getting ready for the most wonderful holiday of the year - Christmas! Lets help the little ones choose cute trendy outfits for the Christmas ball. Just look how many sweetie dresses, skirts, shoes, and blouses the princesses have in their wardrobe. All outfits sparkle and shimmer in the light of festive garlands. Dont forget to choose an evening hairstyle for each princess. Have a lot of fun playing the game Baby Princesses Wonderful Christmas on the site Dop5.com.', 'https://img.gamemonetize.com/42r50n8lplgctlkmg2ia5ghpehbuwhul/512x384.jpg', 'https://html5.gamemonetize.com/42r50n8lplgctlkmg2ia5ghpehbuwhul/', '0', 'Girls', 0, 0, '', 'baby-princesses-christmas-dress-up-game'), (13100, 'Bread Delicious', 'Try to fulfill the conditions specified in the current assignment in a clearly allotted time, then you will not be able to go to the next level. The faster you cope with the assigned tasks, the more stars you get. Strive for the best results by earning the highest possible number of points.', 'https://img.gamemonetize.com/ion1n9gv60xr63pfblrwr6etbydgl72j/512x384.jpg', 'https://html5.gamemonetize.com/ion1n9gv60xr63pfblrwr6etbydgl72j/', '0', 'Puzzles', 0, 0, '', 'bread-delicious'), (13101, 'Pop it Fun BangBang', '"Pop it Fun Bang-Bang" is a highly entertaining game with great graphics that, thanks to its simple gameplay, will allow you to relax and have a great time! Get rid of accumulated stress and have fun by popping silicon balls of all different shapes and sizes. You will have a huge number of exciting levels to choose from, in each of which you need to burst all the bubbles.', 'https://img.gamemonetize.com/qj2uwqt0qial6prqldnqus1lfeoo6hws/512x384.jpg', 'https://html5.gamemonetize.com/qj2uwqt0qial6prqldnqus1lfeoo6hws/', '0', 'Puzzles', 0, 0, '', 'pop-it-fun-bangbang'), (13102, 'Memory Frames', 'Memory Frames tests your brain memory. The Elements, Water, Earth, Wind, Fire, creates patterns by pushing Frames. You must repeat this Elements pattern using your memory ability. Each Frames is associated with a color, Blu for water, Yellow for Earth, Green for Wind and Red for Fire! These Elements help you to remember as the correct pattern; sign your best scores and enjoy playing anywhere! Product feature bullets: • See if you can repeat Frames pattern • Amazing graphics • Cool sound music • The difficult increase by 1 frame • Great game to test your memory • Ideal for all family', 'https://img.gamemonetize.com/9dgpdq1fsxkj98lsezsuco4gtqf96je1/512x384.jpg', 'https://html5.gamemonetize.com/9dgpdq1fsxkj98lsezsuco4gtqf96je1/', '0', 'Puzzles', 0, 0, '', 'memory-frames'), (13103, 'Temple Run 2 Holi Festival', 'Temple Run 2: Holi Festival is an incredible game with endless running and action in which you have the opportunity to celebrate the "Holi Festival", the most colorful holiday of the year. The game is a continuation of the original second part and it\'s very cool! You will run through an endless magical environment filled with tunnels, rocks different dangers and traps. Test your reflexes by running through an ancient temple in search of the lost golden idol. Beautiful rainbow waterfalls and fragile multicolored columns await you along the way.', 'https://img.gamemonetize.com/ar2nhmxeknxt6w2sbz6svl8gby84kmew/512x384.jpg', 'https://html5.gamemonetize.com/ar2nhmxeknxt6w2sbz6svl8gby84kmew/', '0', 'Adventure', 0, 0, '', 'temple-run--holi-festival'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (13104, 'Supermarket Grocery Store', 'Supermarket Cash Register Superstore Simulator & Grocery Shopping Games for Kids is amusing for all ages! No Wifi or Internet required! Do you like Supermarket Games, Shopping Games, and Grocery Store Games? Supermarket Games are a amusing manner to play, shop, and take a look at out like a actual consumer on the Grocery Store! Cashiers who need to spend a hectic day withinside the shopping center grocery store and feature amusing on the coins sign up. Learn time control and coins managing in grocery store buying eventualities in the back of the front desk. Play as a cashier seasoned withinside the metropolis shopping center, you may discover ways to deal with cash and matter coins. Improve primary talents in arithmetic which include addition and subtraction even as having amusing running at a coins sign up dealing clients. Supermarket coins sign up women cashier recreation is a aggregate of interesting time control video games and coins sign up video games for boys and women. So find out the magic of promote trade, on this wonderful marketplace cashier amusing simulator recreation.', 'https://img.gamemonetize.com/2iz6jf4m23f2dqze4oxqimtun2ifcji0/512x384.jpg', 'https://html5.gamemonetize.com/2iz6jf4m23f2dqze4oxqimtun2ifcji0/', '0', 'Girls', 0, 0, '', 'supermarket-grocery-store'), (13105, 'Geometry Dash Horror', 'In the game "Geometry Dash Horror" new adventures of crazy cube are waiting for you. This time the restless guy is in a scary place, where you just look around and my soul goes in heels. But you must pull yourself together, call on all your courage and conquer new distances. There are seven different levels in the game - from the beginner to the mad expert. The first level is worth trying out.', 'https://img.gamemonetize.com/eb3p8moxtmq3rdbo8nnoev03zbjun1ow/512x384.jpg', 'https://html5.gamemonetize.com/eb3p8moxtmq3rdbo8nnoev03zbjun1ow/', '0', 'Hypercasual', 0, 0, '', 'geometry-dash-horror'), (13106, 'Little UBoat', 'In game you control a little U-Boat. You should avoid the collision with many kinds of enemies and things. You should collect the bonuses as many as you can; these bonus can supply many points and powers. Product feature bullets: • Fantastic 3D "pre-render" graphics • Beautiful cartoon look • Amazing animations • Perfect system control • Good music keep you entertaining • Smooth Feeling Game Play • Play As More You Can • Mega Boss with different fire • Endless game play', 'https://img.gamemonetize.com/qa97fbr1mx7o1fqvg7ep3ss3iahu965n/512x384.jpg', 'https://html5.gamemonetize.com/qa97fbr1mx7o1fqvg7ep3ss3iahu965n/', '0', 'Racing', 0, 0, '', 'little-uboat'), (13107, 'Dimness the dark world Endless Runner Game', 'Dimness – the Dark Side of an Endless Runner Game Dimness is a new, free automatic side-scrolling arcade game that challenges your reflexes and ability to control your character.', 'https://img.gamemonetize.com/1w2pq1aajulknb24xnkvwvcvn1rn179k/512x384.jpg', 'https://html5.gamemonetize.com/1w2pq1aajulknb24xnkvwvcvn1rn179k/', '0', 'Adventure', 0, 0, '', 'dimness--the-dark-world-endless-runner-game'), (13108, 'Planet Escape ', 'Planet Escape Announces Release of its New Casual Vertical-Scrolling Game Planet Escape, a casual vertical-scrolling game, has released its newest title, titled "Planet Escape". With its simple and addictive game play, this new game is perfect for anyone who loves casual games. You can pick up runaway minerals from planets using rockets to escape the planet and find new ones to explore. There are also three different difficulty levels to choose from, so you can find the game that\'s right for you.', 'https://img.gamemonetize.com/nvk7pqxljge59p3t8a5s0d2p9e8jgt6z/512x384.jpg', 'https://html5.gamemonetize.com/nvk7pqxljge59p3t8a5s0d2p9e8jgt6z/', '0', 'Arcade', 0, 0, '', 'planet-escape-'), (13109, 'Fruit Fetch', 'What are you waiting for? Whether you\'re playing for some mindless fun and trying to relax and pass the time, or trying to improve your skills as a Fruit Fetch, this is the game for you. Enjoy the awesomeness and believe the hype of Fruit Fetch.', 'https://img.gamemonetize.com/ueo4criozxhybzlkgjef4rdx1wc98b8i/512x384.jpg', 'https://html5.gamemonetize.com/ueo4criozxhybzlkgjef4rdx1wc98b8i/', '0', 'Hypercasual', 0, 0, '', 'fruit-fetch'), (13110, 'Sun and Moon', 'Fight your enemies in a war across many galaxies and constellations. In this game, you need to find the best strategy for each constellation that you are playing. You will have different types of planets with different levels of difficulty which all contribute to making up the time limit that is given on every level. It\'s not just about fighting but also strategizing as well because only by finding out what works can one win against their opponents and move on to higher levels where they face tougher challenges', 'https://img.gamemonetize.com/tdh4g9d749a1u9th5xnkjt96e5tc5jmb/512x384.jpg', 'https://html5.gamemonetize.com/tdh4g9d749a1u9th5xnkjt96e5tc5jmb/', '0', 'Hypercasual', 0, 0, '', 'sun-and-moon'), (13111, 'Cavern Run Endless Runner Game', 'Run for your life! Because Cavern Run will make you choose - it’s either run and avoid obstacles, or die! Cavern Run introducing Cavern Run! Intro: cavern run is a mind-bending, but ultimately safe, Runner’s World style game for today’s runners. What you see as you run is actually what you get as Cavern Run – a side-scrolling adventure game that features an infinity runner feature that provides a new way to play the same tracks multiple times. Players explore dangerous chambers that lead to different outcomes or use powerful items to achieve different goals. It’s either run and avoid obstacles – it’s either running or it’s death.', 'https://img.gamemonetize.com/dbltqem35olw4i5ghina8awosv1fx0qb/512x384.jpg', 'https://html5.gamemonetize.com/dbltqem35olw4i5ghina8awosv1fx0qb/', '0', 'Arcade', 0, 0, '', 'cavern-run-endless-runner-game'), (13112, 'Apples & Lemons Hyper Casual Puzzle Game', 'Apples & Lemons is a hyper casual puzzle game that is set in the fictional town of Lemons. You are a character who loves to play puzzles, and your focus is on completing tasks within the limited time frame. The game is built around a south-American take on the style of Apples and Lemons, where the focus is on the individualism of players’ tweets as they participate in a dialogue about the game.', 'https://img.gamemonetize.com/7hlploklg2eylhqana7n9e7hkqva6ddi/512x384.jpg', 'https://html5.gamemonetize.com/7hlploklg2eylhqana7n9e7hkqva6ddi/', '0', 'Puzzles', 0, 0, '', 'apples-amp-lemons--hyper-casual-puzzle-game'), (13113, 'New Year Party Challenge Dress', 'New Year Party Challenge Dress up New Year is truly an international holiday, but in different countries, it is celebrated in its own way. This is one of those rare holidays that are unanimously celebrated by all seven billion people on Earth. The princesses decided to arrange a New Year\'s challenge, decorating the palace and choosing outfits in the style of their kingdom. In Eliza\'s kingdom, the main symbol of the New Year is the festive tree. Gifts are placed under the tree, and sweets and treats are placed on the table. And, of course, festive garlands are hung up! Sparkling gold and silver outfits, stars and, snowflakes are in vogue this year. According to Chinese traditions, celebrating the New Year is one of the most important and significant family traditions. On the first day of the new year, the Chinese launch fireworks, and also burn incense sticks, which, in their opinion, can scare away evil spirits and drive them out of the house. Many people buy new clothes (they must be in bright colors - gold or red) and send congratulations to each other. The Chinese princess follows these traditions without forgetting about modern fashion! Let\'s compare such different and similar holidays! Have fun playing New Year Party Challenge at dop5.com.', 'https://img.gamemonetize.com/6073k80ya5svssdthbz603z9pdub2mdw/512x384.jpg', 'https://html5.gamemonetize.com/6073k80ya5svssdthbz603z9pdub2mdw/', '0', 'Girls', 0, 0, '', 'new-year-party-challenge-dress'), (13114, 'Audi R8 V10 RWD Spyder Slide', 'Play this slide puzzle games of the car - Audi R8 V10 RWD Spyder. It\'s include 3 images and 3 modes (3x3 pieces, 4x4 pieces, 5x5 pieces) to play.', 'https://img.gamemonetize.com/s8w44913l1h5b4kxzgwrnr0tab92zr3l/512x384.jpg', 'https://html5.gamemonetize.com/s8w44913l1h5b4kxzgwrnr0tab92zr3l/', '0', 'Puzzles', 0, 0, '', 'audi-r-v-rwd-spyder-slide'), (13115, 'Geometry Dash Clone', 'Welcome to one of the funniest and mega coolest skill games - "Geometry Dash Clone". Here, you will plunge into the magnificent world of fun geometric shapes. Your character will be a cool luminescent square with a big smile. This little rascal will maneuver among the peaks of sharp triangles and multiple traps. In the game "Geometry Dash Clone", you will help the square overcome all obstacles. For this you will need all your dexterity and cunning, because ahead of you is waiting a hard way. Be as observant as possible and try to quickly click to make a timely jump. Think through all the actions and prepare for the next jump, as soon as you see another obstacle in front of you.', 'https://img.gamemonetize.com/uopcg02bg08j9jl0fwm58g8o1tzl9icc/512x384.jpg', 'https://html5.gamemonetize.com/uopcg02bg08j9jl0fwm58g8o1tzl9icc/', '0', 'Hypercasual', 0, 0, '', 'geometry-dash-clone'), (13116, 'Tile Pair 3D Tile Connect 3D', 'Tile Connect Puzzle & Match Mahjong Brain Game is very easy to play for everyone! How about Tile Pair 3D? Tile Pair 3D is established by the tangle master of objects such as Fruit, Cakes, Animals, Flowers, School objects, lovely Toys or Vehicles, etc. Within the simple tile connect rule and the classic match, you can be a master. In Addition, Match 3D and Pair Matching Puzzle games are to pair two identical objects on the ground and pop them all before the time runs out !! You Win !! If you compare among us and them, you will find out our loneliness among all these magic tiles 3D.', 'https://img.gamemonetize.com/3ph434r93ykfu3qtdhrl0ml0kmxjoqht/512x384.jpg', 'https://html5.gamemonetize.com/3ph434r93ykfu3qtdhrl0ml0kmxjoqht/', '0', 'Puzzles', 0, 0, '', 'tile-pair-d--tile-connect-d'), (13117, 'Mahjong connect majong classic (Onet game)', 'In MAHJONG CONNECT game, your goal is to find all matching pairs. It\'s a kind of matching game or connect game ("linker"), that is very fun to play, really challenging and very addictive. If you like cute mahonjong games and if you like puzzle games, you will love MAHJONG CONNECT, by far the best deluxe version of the onet type games.', 'https://img.gamemonetize.com/nj3buicijh9sgub8ahcgu902uguvo9es/512x384.jpg', 'https://html5.gamemonetize.com/nj3buicijh9sgub8ahcgu902uguvo9es/', '0', 'Puzzles', 0, 0, '', 'mahjong-connect--majong-classic-onet-game'), (13118, 'Bubble Shooter Puzzle Puzzle', 'Play and enjoy the classic Bubble Shooter â„¢ Puzzle game in a super fun puzzle version! Pop bubbles in thousands of awesome levels in this addicting free puzzle game. Enjoy the most exciting puzzle game designed to keep your brain sharp and active! Play now and discover plenty of fun challenges and amazing boosts that make this bubble game one of a kind! Join the fun and start shooting BUBBLES today!', 'https://img.gamemonetize.com/ykbtap3nu22s9h86oy5bfx64m4n0ui72/512x384.jpg', 'https://html5.gamemonetize.com/ykbtap3nu22s9h86oy5bfx64m4n0ui72/', '0', 'Shooting', 0, 0, '', 'bubble-shooter-puzzle--puzzle'), (13119, '2022 New Year Final Episode', '2022 New Year Final Episode is a point and click game developed by 8B Games/Games2live. Joe and Jack need a Cake to Celebrate the Party. Here is the interesting puzzles and hidden objects that will help Joe and Jack get on the Cake. Good luck.. Have fun!', 'https://img.gamemonetize.com/zn2x5jvw0dkgounpswg07jqb182g7kt8/512x384.jpg', 'https://html5.gamemonetize.com/zn2x5jvw0dkgounpswg07jqb182g7kt8/', '0', 'Puzzles', 0, 0, '', '-new-year-final-episode'), (13120, 'Tiny Blue Bird Escape', 'Tiny Blue Bird Escape is a point and click game developed by 8B Games/Games2live. Imagine that you had been to a village, On there you found a bird got trapped. Here is the interesting puzzles and hidden objects to find and rescue the Bird. Good luck.. Have fun!', 'https://img.gamemonetize.com/t3yt3xj1rvg3xtyirws5limte03it0j0/512x384.jpg', 'https://html5.gamemonetize.com/t3yt3xj1rvg3xtyirws5limte03it0j0/', '0', 'Puzzles', 0, 0, '', 'tiny-blue-bird-escape'), (13121, 'Grey Checked Room Escape', 'Grey Checked Room Escape is a point and click game developed by 8B Games/Games2live. Imagine that you had been to a House, On there you had trapped. Here is the interesting puzzles and hidden objects to find and get escape from the Checked Room. Good luck.. Have fun!', 'https://img.gamemonetize.com/twjr41wpx3vw4d2mzymgqzd1y9940kpc/512x384.jpg', 'https://html5.gamemonetize.com/twjr41wpx3vw4d2mzymgqzd1y9940kpc/', '0', 'Puzzles', 0, 0, '', 'grey-checked-room-escape'), (13122, '2022 New Year Episode2 ', '2022 New Year Episode-2 is a point and click game developed by 8B Games/Games2live. Imagine that Joe and Jack need a bike to go to the party. Here is the interesting puzzles and hidden objects that will help Joe and Jack get on the bike. Good Luck. Have fun !', 'https://img.gamemonetize.com/ugoaphts9gya5v6h7tqcb82ne0h7s80y/512x384.jpg', 'https://html5.gamemonetize.com/ugoaphts9gya5v6h7tqcb82ne0h7s80y/', '0', 'Puzzles', 0, 0, '', '-new-year-episode-'), (13123, 'Driving Instructor Escape', 'Driving Instructor Escape is a point and click escape game developed by 8BGames. Imagine that you went to a Driving Instructor house to take him to a driving school. Today unfortunately he got trapped inside in his house. Find some hidden object to solve some interesting clues to escape the Driving Instructor. Good luck…Have fun!', 'https://img.gamemonetize.com/fqy1thhl8nx3m09js63w5aa4klfwtasa/512x384.jpg', 'https://html5.gamemonetize.com/fqy1thhl8nx3m09js63w5aa4klfwtasa/', '0', 'Puzzles', 0, 0, '', 'driving-instructor-escape'), (13124, 'Chef Escape', 'Chef Escape is a point and click escape game developed by 8BGames. Imagine that you went to a chef house to get some tips about cooking. When you went there; he you got trapped in this house. Find some hidden object to solve some interesting clues to escape the chef. Good luck…Have fun!', 'https://img.gamemonetize.com/z3wtjgbq1onp7o1g05p8mydworb0mv0p/512x384.jpg', 'https://html5.gamemonetize.com/z3wtjgbq1onp7o1g05p8mydworb0mv0p/', '0', 'Puzzles', 0, 0, '', 'chef-escape'), (13125, 'Athlete Escape', 'Athlete Boy Escape is a point and click escape game developed by 8BGames. Imagine that you went to an Athlete Boy house to take him to a match. Today unfortunately he got trapped inside in his house. Find some hidden object to solve some interesting clues to escape the Athlete Boy. Good luck…Have fun!', 'https://img.gamemonetize.com/jdhb34hhi5wjokkudq0uw08nana72dfp/512x384.jpg', 'https://html5.gamemonetize.com/jdhb34hhi5wjokkudq0uw08nana72dfp/', '0', 'Puzzles', 0, 0, '', 'athlete-escape'), (13126, 'Angry Boy Escape', 'Angry Boy Escape is a point and click escape game developed by 8BGames. Imagine that you went to a boy house to play with him. While he is playing, he got and locked his room door. As he is a very little boy; you have to save ASAP. Find some hidden object to solve some interesting clues to escape the angry boy. Good luck…Have fun!', 'https://img.gamemonetize.com/ohza4r6xeopw3pp6praamsvxaesnpeca/512x384.jpg', 'https://html5.gamemonetize.com/ohza4r6xeopw3pp6praamsvxaesnpeca/', '0', 'Puzzles', 0, 0, '', 'angry-boy-escape'), (13127, 'champion girl escape ', 'Champion Girl Escape is a point and click escape game developed by 8BGames. Imagine that you went to a Champion Girl house to get see the trophy. When you went there; she you got trapped in this house. Find some hidden object to solve some interesting clues to escape the Champion Girl. Good luck…Have fun!', 'https://img.gamemonetize.com/hkojbgw72xkgwxsh9lk1779wtvtib35e/512x384.jpg', 'https://html5.gamemonetize.com/hkojbgw72xkgwxsh9lk1779wtvtib35e/', '0', 'Puzzles', 0, 0, '', 'champion-girl-escape-'), (13128, 'Toco Toucan Escape', 'Toco Toucan Escape is a point and click game developed by 8B Games/Games2live. Imagine that you had been to a village, On there you found a toco toucan got trapped. Here is the interesting puzzles and hidden objects to find and rescue the toco. Good luck.. Have fun!', 'https://img.gamemonetize.com/nrn6uxtwpt5q0tw3apyyq96wyqc804l7/512x384.jpg', 'https://html5.gamemonetize.com/nrn6uxtwpt5q0tw3apyyq96wyqc804l7/', '0', 'Puzzles', 0, 0, '', 'toco-toucan-escape'), (13129, 'Water Flow 3D', 'Color flow 3D, pull the pin, fill the cup Play the water flow for free. - Train your brain. Try many ways to play because these are logical puzzles. - If you\'ve been looking for a pull the pin puzzle game for a long time, it\'s time to explore it. Let\'s play and show us how clever you are!', 'https://img.gamemonetize.com/55ii855ism1d1m09by6h4y21x4630k2l/512x384.jpg', 'https://html5.gamemonetize.com/55ii855ism1d1m09by6h4y21x4630k2l/', '0', 'Hypercasual', 0, 0, '', 'water-flow-d'), (13130, 'Squid Gamer BMX Freestyle', 'Large ramps and amazing airs are accessible, or you can learn how to skate around the city and become more technically proficient. Perform spectacular flips and flips, or use manuals and grinds to weave together fantastic combos. There are eight different skate parks to choose from, each of which was designed with inspiration from all across the globe. You can even design and build your own roller coasters for the enjoyment of your friends. Your BMX racer and BMX bike can be customized in every way, and there are a countless number of options available to make them completely one of a kind. You can try it out now and find out for yourself if it is true that the Freestyle Intense 3D series of games has indeed been enjoyed more than ten thousand times in total!', 'https://img.gamemonetize.com/a8h1isv9yh3oaar590i9v1l34kfjfgdo/512x384.jpg', 'https://html5.gamemonetize.com/a8h1isv9yh3oaar590i9v1l34kfjfgdo/', '0', 'Racing', 0, 0, '', 'squid-gamer-bmx-freestyle'), (13131, 'Swipescape', 'You have to lead the boy to the green portal to get to the next level, You can get coins and keys to open chests and earn a star. Go through the switch to open or close the gates.', 'https://img.gamemonetize.com/rqr51wcdgpjll6u24kjnwa6jwvu1z08c/512x384.jpg', 'https://html5.gamemonetize.com/rqr51wcdgpjll6u24kjnwa6jwvu1z08c/', '0', 'Puzzles', 0, 0, '', 'swipescape'), (13132, 'Rainbow Frozen Slushy Truck Summer Desserts', 'Do you love Frosty Ice Drinks, Frozen Slushy Maker, and Frozen Snow Cones? Do you love Rainbow Food Maker Cooking Games? Then you will LOVE Rainbow Candy Frozen Slushy Truck!', 'https://img.gamemonetize.com/2zq4zxpsbitnge07f9lp9bqc8z6u93n9/512x384.jpg', 'https://html5.gamemonetize.com/2zq4zxpsbitnge07f9lp9bqc8z6u93n9/', '0', 'Hypercasual', 0, 0, '', 'rainbow-frozen-slushy-truck--summer-desserts'), (13133, 'Girl Night Dress Up 2023', 'Night dress is a great dress up HTML5 game. Are you ready for go out? Are you ready for a Party? Help Jenny to choose best clothes for tonight. Choose dress and place to go. Enjoy! Enjoy the latest Html5 Dress Up Games for girls at https://girlgames.ee. We have cute collection of html5 games from all over the internet.', 'https://img.gamemonetize.com/ssmfgj71x8su5b92b39dgkewwjuouuxb/512x384.jpg', 'https://html5.gamemonetize.com/ssmfgj71x8su5b92b39dgkewwjuouuxb/', '0', 'Puzzles', 0, 0, '', 'girl-night-dress-up-'), (13134, 'Satisfying Slime Simulator', 'Satisfying Slime Simulator is a very popular relaxing game. In this game, you can enjoy all these beautiful slime directly. Listening to their sounds by stirring them can make you relax yourself. Or you can choose to make the slime first and then enjoy it. So much cute ornamental is here for you to select. Call your friends to play this game with you to see who can make the most beautiful slime. Don\'t hesitate. Come and try this game!', 'https://img.gamemonetize.com/ds5esnuzi2alfpqn09m6xasx3c9b006u/512x384.jpg', 'https://html5.gamemonetize.com/ds5esnuzi2alfpqn09m6xasx3c9b006u/', '0', 'Girls', 0, 0, '', 'satisfying-slime-simulator'), (13135, 'Juicy Run', 'Juicy Run is an exhilarating casual game. If you are somehow tired of the wheeling out of the same old patterns of running-themed casual games, this one will actually bring you something new. A toothed gear will be there for you. If you click and hold for a while, it will release its shadows to hack the way through the crowd of fruits. Are you gearing up for the splattering of a mesmerizing array of juices?', 'https://img.gamemonetize.com/ahpy4xalu897ugk7g676gr1x3btr1e3c/512x384.jpg', 'https://html5.gamemonetize.com/ahpy4xalu897ugk7g676gr1x3btr1e3c/', '0', 'Girls', 0, 0, '', 'juicy-run'), (13136, 'Animals Puzzles', 'An educational puzzle game for your child. While playing the Animal themed puzzle game, your child will have fun and learn at the same time.', 'https://img.gamemonetize.com/ulam24bdksoimeokl7f5vmh5ixrgxgxl/512x384.jpg', 'https://html5.gamemonetize.com/ulam24bdksoimeokl7f5vmh5ixrgxgxl/', '0', 'Puzzles', 0, 0, '', 'animals-puzzles'), (13137, 'Squid Pop it Game', 'This is a super classic Pop it game in a Squid Game theme. How to play: click on the pops to smash them and clear all the board. Be quick and smash all the pops and feel the relax from the tensions, this game is for all ages and you can play for hours. Play more relaxing games only with Mapi Games.', 'https://img.gamemonetize.com/4hr1wci2ci8n8h4hd5ksiqdcv8gqmgm7/512x384.jpg', 'https://html5.gamemonetize.com/4hr1wci2ci8n8h4hd5ksiqdcv8gqmgm7/', '0', 'Hypercasual', 0, 0, '', 'squid-pop-it-game'), (13138, 'Mustang Car Parking', 'Play one of the most realistic parking games on the market. Drive various cars each with unique behavior. Discover lots of varied missions in a completely physical simulated world. Features: • high-quality physical environment • physically calculated and detailed cars • lots of varied missions • customizable quality • detailed sound environment • prove true skill by beating the author record permission', 'https://img.gamemonetize.com/2grquvmzpqebv6v5dpiptevj0a8q9x3j/512x384.jpg', 'https://html5.gamemonetize.com/2grquvmzpqebv6v5dpiptevj0a8q9x3j/', '0', 'Racing', 0, 0, '', 'mustang-car-parking'), (13139, 'Baby Taylor Halloween Fun Makeup & Dressup', 'Children\'s favorite Halloween is here! How will Taylor spend Halloween this year? Taylor got up early in the morning of Halloween and started preparing, let\'s prepare for the holiday with her! What\'s different from previous years is that this year Taylor will dress up her pet dog and take it to a party! This is not an easy job. We need to make Oreo obedient and dress it. With Oreo\'s help this year, can Taylor get more sugar?', 'https://img.gamemonetize.com/nm60dej7241r6reu6061p12p80vf34w8/512x384.jpg', 'https://html5.gamemonetize.com/nm60dej7241r6reu6061p12p80vf34w8/', '0', 'Hypercasual', 0, 0, '', 'baby-taylor-halloween-fun--makeup-amp-dressup'), (13140, 'Hair Challenge Fun & Run 3D Game', 'Hair Challenge is a fabulous casual game. Long and flowing hairs remain a sign of femininity. Do you want to have flowing waist-length hair? You could have long hair in this game. What you need to do is just to keep walking and touch the buttons with the mark of plus one. Your hairs will keep growing and growing, even to the point of occupying half of the screen!', 'https://img.gamemonetize.com/vwn4s4i8vciz4wcv3dq96w48m1o5ywdg/512x384.jpg', 'https://html5.gamemonetize.com/vwn4s4i8vciz4wcv3dq96w48m1o5ywdg/', '0', 'Racing', 0, 0, '', 'hair-challenge--fun-amp-run-d-game'), (13141, 'ZigZag Squid Game Runner', 'Take the fastest route possible, dodging trains and buses about to arrive. Keep an eye out for the rolling timber in the forest! Run by changing direction on zigzag using intuitive controls. Help your beloved, lovely Squid character to escape from the clutches of the authorities! After double tapping, use the skateboard to feel for the one-of-a-kind board in the subway. Players worldwide compete for the highest score in the rank, and scores are shared in a friend list. Increase your score multiplier by unlocking the next level. Complete tasks or boxes to earn experience points that will allow you to advance to the next level. The more the number of score multipliers you have, the higher the score you receive.', 'https://img.gamemonetize.com/jiw7c5z56jl9wpjoqsmns15ybzozg20f/512x384.jpg', 'https://html5.gamemonetize.com/jiw7c5z56jl9wpjoqsmns15ybzozg20f/', '0', 'Arcade', 0, 0, '', 'zigzag-squid-game-runner'), (13142, 'Jelly Cube Escape', 'Do you like maze-escape games? Jelly Cube Escape is a typical cube maze-escape arcade game that is made on a 3D game engine. Your objective is to help the red cube escape from the maze to the finish marked area at each level by means of seeking a track and avoiding green cubes. There are also blue skin and yellow skin for you to select in the store. When you fail at the same level in three lives, you have no choice but to start the current level again.', 'https://img.gamemonetize.com/1gwkmien41n1xqh4qrt9b1djw8oflghy/512x384.jpg', 'https://html5.gamemonetize.com/1gwkmien41n1xqh4qrt9b1djw8oflghy/', '0', 'Arcade', 0, 0, '', 'jelly-cube-escape'), (13143, 'Bunge Jungle Endless Platformer Action Game', 'Bored of all the games you played? Are you tired of tapping with your fingers? Then stop playing these orthodox games. Bunge Jungle is here for you to keep you off from the stress of tapping because the only job for you is to tilt your device! Crazy game mechanics are here for you to try! Bunge Jungle is here for you to keep the stress of tapping away! The only task for you in this crazy game, which involves jumping from platform to platform while avoiding barricades by tilting your device, is just that: jump. So what are you waiting for? Give Bunge Jungle a try and see how it\'s different from all those other games with traditional touch controls! Fun, casual game that doesn\'t require tapping to jump. Instead the only thing you have to do is tilt your device in order for the character on screen to jump. The goal of this game is just two things - avoid obstacles and gain points by jumping through platforms placed randomly all over the map\'s terrain. This action-packed platforming adventure will keep players entertained for hours with its simple mechanics and nonstop fun game play! Jump along the platforms in this casual game to gain points. The only task is tilting your device! Feel free to jump on barricades for more points, but be careful not to fall off the edge of a platform! Bunge Jungle is easy and addictive with classic vertical-scrolling game play that you won\'t want to put down. This might sound too simple, but, believe it or not, this one-tap gameplay will keep you hooked on to the screen for hours at a time. It\'s so addictive that we can\'t even put it down from our hand because once you start playing - there\'s no going back. You have been warned! So what are you waiting for? Anyone who has grown tired of the classic, tap-based game play that is often found in mobile games will find a refreshing change with Bunge Jungle. The game requires nothing but tilting your device to move and jump from platform to platform without any need for tapping on buttons or screens. It\'s a casual, simple and addictive experience designed for gamer looking for some quick action! Looking for an addicting game? Let\'s play this simple and casual platform. The only thing you have to do is tilt your device to jump. You are not tapping anymore, just tilting! Crazy mechanics await you in the game so feel free to try it out! It’s a must-have casual vertical scrolling game that will keep you playing without getting bored soon. Keep your fingers busy while you stay entertained! Bunge Jungle is a Casual, Simple and Addictive Platformer that will keep you on the edge of your seat. Enjoy mad game mechanics with crazy jumps without any tapping required! Bunge Jungle Features: Tilt your device to move the hero! Jump over barricades to gain points and stay alive in this thrilling game! Bunge Jungle offers endless platforming action with unique game-play mechanics for all ages, so the whole family can enjoy it It\'s an entirely new way to play games because you don\'t even need fingers anymore Simple game mechanics that are easy to learn Avoid the barricades for more points! Endless jump to keep you entertained all day long Crazy game mechanics with different obstacles Bunge Jungle is touchless, so you can play it anywhere No need to tap anymore! All you have to do is tilt your device We are all for killer dopamine loops. Bunge Jungle provides nonstop jumping action with no breaks in between A game that\'s designed to keep you off the stress of tapping Allows for creative control over game play with an innovative, mobile specific design Lowers your stress levels by making it possible to play using only one finger (tilting) to control movement Endless action and adventure, without the tapping! Keep your fingers busy while you stay entertained! Bunge Jungle is a Casual, Simple and Addictive Platformed that will keep you on the edge of your seat. Enjoy mad game mechanics with crazy jumps without any tapping required! Jump along, gain points and get high scores in this Endless Action Game.', 'https://img.gamemonetize.com/bxxnkv0u8qc93nj7pmg6axwmpe0vc2ho/512x384.jpg', 'https://html5.gamemonetize.com/bxxnkv0u8qc93nj7pmg6axwmpe0vc2ho/', '0', 'Hypercasual', 0, 0, '', 'bunge-jungle-endless-platformer-action-game'), (13144, 'Faded Nightmare Game', 'Faded Nightmare is an action-packed platformed game. Jump from platform to platform as you dodge the Enemy and grab everything you can, all to get the highest score. You can play with friends and family, or go solo and try to beat your previous high score! With a beautifully designed pixel art style and intuitive controls, this game is sure to provide hours of fun.', 'https://img.gamemonetize.com/4emff1z0g7y3mkg0v58f8rigwyk5i28r/512x384.jpg', 'https://html5.gamemonetize.com/4emff1z0g7y3mkg0v58f8rigwyk5i28r/', '0', 'Arcade', 0, 0, '', 'faded-nightmare-game'), (13145, 'Dont Drop The Sponge', 'Don\' Drop the Sponge is a cool endless game, very easy and intuitive to play, but it will be hard to stop playing. Hit with your finger the blowing up balloons on the screen and touch the Sponge to prevent it from falling down. Enjoy this cool game the more you can! You can play with your kids. Product feature bullets: • very very easy to play • nice 2D graphics • endless game play • very fun game for kids and babies • cool sound effects', 'https://img.gamemonetize.com/vazytxbuukbvaoet7yjmycjqgonpl4xp/512x384.jpg', 'https://html5.gamemonetize.com/vazytxbuukbvaoet7yjmycjqgonpl4xp/', '0', 'Hypercasual', 0, 0, '', 'dont-drop-the-sponge'), (13146, 'Princess Puzzle', 'An educational puzzle game for your child. While playing the Princess themed puzzle game, your child will have fun and learn at the same time.', 'https://img.gamemonetize.com/hd20kj35hde76zjrnlgddogjnr34z1u2/512x384.jpg', 'https://html5.gamemonetize.com/hd20kj35hde76zjrnlgddogjnr34z1u2/', '0', 'Puzzles', 0, 0, '', 'princess-puzzle'), (13147, 'Choo Choo Train For Kids', 'All kids love trains! This is a classic Choo Choo Train educational game. Let your child make the train growing and learn letters and numbers and colors same time! Very simple rules to play: - Click the screen and watch the train going to the place you clicked! - Click numbers and learn counting in the same time! - Use the piano to listen and learn the music notes! - Collect colors and learn them! - Listen and repeat the funny animals noise! - Pop the Balloons and whack a mole the funny animals! - It\'s a baby\'s quite game! HEY LITTLE KID CHOO CHOO THE TRAIN IS COMING! PLAY IT NOW!!!', 'https://img.gamemonetize.com/uwnlizmq70nl6d7qi11u2efmp7ezl69a/512x384.jpg', 'https://html5.gamemonetize.com/uwnlizmq70nl6d7qi11u2efmp7ezl69a/', '0', 'Clicker', 0, 0, '', 'choo-choo-train-for-kids'), (13148, 'Perfect Scale', 'Prefect Scale Game is a fun, challenging, and rewarding game. Fruit weight style game with simple rules. The goal of the game is to get as many fruit on your scale as possible without picking up any fruit (hence the name). It\'s a free-to-play casual game that\'s easy to learn but hard to master. Be sure not to miss out on this exciting new game!', 'https://img.gamemonetize.com/z5ehv2yvjbb64wv8pyxc9x14ujcuyz3p/512x384.jpg', 'https://html5.gamemonetize.com/z5ehv2yvjbb64wv8pyxc9x14ujcuyz3p/', '0', 'Puzzles', 0, 0, '', 'perfect-scale'), (13149, 'Belle Princess Christmas Sweater Dress Up', 'Christmas is here and the Belle Princess have gotten together for their annual Secret Santa party ,dress up for christmas with Belle Princess dress up items and have a lovely christmas night. Belle Princess have some plans to do!. Like Dress Up, Makeup and Decoration beautiful Christmas things and decorate their Christmas Tree. Join and Help the Belle Princess to make this Christmas the most memorable one!', 'https://img.gamemonetize.com/inqe97mdrvc0rkdzgih8xqxn7n7bcxvg/512x384.jpg', 'https://html5.gamemonetize.com/inqe97mdrvc0rkdzgih8xqxn7n7bcxvg/', '0', 'Girls', 0, 0, '', 'belle-princess-christmas-sweater-dress-up'), (13150, 'Parking Frenzy 2.0', 'Parking Frenzy brings to you the ultimate drive ‘n’ park experience. Get ready for hours of gameplay with 200+ Levels that are packed with 4 Exciting Seasons - Fog, Rain, Winter and Autumn and 2 Magnificent Cities - New York and London. Take on the road in 16 Shiny Cars. Explore the all new feature where you can customize your ride!', 'https://img.gamemonetize.com/rh4615nxcnx85kkrznvtef7gx1rm8f2k/512x384.jpg', 'https://html5.gamemonetize.com/rh4615nxcnx85kkrznvtef7gx1rm8f2k/', '0', 'Racing', 0, 0, '', 'parking-frenzy-'), (13151, 'Rotate Shot', 'At this puzzle shooter game you need to hit the ring with purple ball. The ball will rotate and when get the position to match with the ring, shoot and try to hit the ring. You can make three mistakes after that the game will over. So make more points as you can before the game end.', 'https://img.gamemonetize.com/62jvlqyids58h5k9fepjfewuipg42tmr/512x384.jpg', 'https://html5.gamemonetize.com/62jvlqyids58h5k9fepjfewuipg42tmr/', '0', 'Puzzles', 0, 0, '', 'rotate-shot'), (13152, 'Angry Gran Run Paris', 'Run through the streets of Paris as you help angry Granny escape from her asylum. For an old lady granny can run pretty fast. Run down Run down alleyways, duck and dive to avoid the French themed obstacles, and check out the new romantic and funny characters for Valentine’s day!', 'https://img.gamemonetize.com/89kuc11t80sns1gkxrykxocxsgzqsu82/512x384.jpg', 'https://html5.gamemonetize.com/89kuc11t80sns1gkxrykxocxsgzqsu82/', '0', 'Hypercasual', 0, 0, '', 'angry-gran-run-paris'), (13153, 'Dolphin Water Stunts Show', 'Get ready for an exciting dolphin show adding fun to my dolphin games. It’s an amazing dolphin show for dolphins game lovers. This dolphin game has all the fun of dolphins’ game and gives you control of your dolphin fish. Perform dolphin stunts show with your very own dolphin to amuse dolphin fish fans and forget other my dolphin games.', 'https://img.gamemonetize.com/w7y8tmhtb0q3klmeb4d3xggvlopiqz0b/512x384.jpg', 'https://html5.gamemonetize.com/w7y8tmhtb0q3klmeb4d3xggvlopiqz0b/', '0', 'Puzzles', 0, 0, '', 'dolphin-water-stunts-show'), (13154, 'Capture The Chickens', 'Ariel lost his chickens from the farm where he lives and now our hero has decided to go in search of them. In Capture The Chickens, you will help him on this incredible adventure. On the way, Ariel will encounter various types of enemy traps and obstacles. You\'ll see scattered apples and other useful items everywhere. Once you find a chicken, use your magic wand to transfer it to your inventory. try to catch as many chickens as possible and earn points for it. Try to find out who the terrible monster was that caused all this and bring your chickens back to your home.', 'https://img.gamemonetize.com/ho55v9o60vxvva7veiz8lb8919msusio/512x384.jpg', 'https://html5.gamemonetize.com/ho55v9o60vxvva7veiz8lb8919msusio/', '0', 'Arcade', 0, 0, '', 'capture-the-chickens'), (13155, 'Shark AttackCasual', 'Take control of the killer shark of the seas and feast on scared humans! The beach is full of innocent people. Attack them when they are unaware and watch out for other hungry sharks. Swipe your finger on screen to move your Shark. Make your Shark stronger and bigger by eating the most people as well as other sharks.', 'https://img.gamemonetize.com/e8ydg6q5kozpsin9jmxsoduoi3lm50ri/512x384.jpg', 'https://html5.gamemonetize.com/e8ydg6q5kozpsin9jmxsoduoi3lm50ri/', '0', 'Hypercasual', 0, 0, '', 'shark-attackcasual'), (13156, 'Temple Run 2 Frozen Shadows', 'Navigate perilous cliffs, zip lines, mines and forests as you try to escape with the cursed idol. How far can you run?!', 'https://img.gamemonetize.com/xa28fjmykx04hatpaeolp8pnqfov99a5/512x384.jpg', 'https://html5.gamemonetize.com/xa28fjmykx04hatpaeolp8pnqfov99a5/', '0', 'Arcade', 0, 0, '', 'temple-run--frozen-shadows'), (13157, 'ELASTIC MAN 2', 'Very relaxing and funny! To pass the time, and have fun with the elastic face. have a good time.', 'https://img.gamemonetize.com/h41lw6k7yyqzyo3rb3hkhc8mzidxn873/512x384.jpg', 'https://html5.gamemonetize.com/h41lw6k7yyqzyo3rb3hkhc8mzidxn873/', '0', 'Hypercasual', 0, 0, '', 'elastic-man-'), (13158, 'Alphabet Writing For Kids', '“Alphabet Writing For Kids†is one of the best educational app for toddlers, preschoolers and kindergarten kids to learn how to trace uppercase and lowercase alphabets from A to Z. By this app, kids can also listen to the phonetics of words improving theirs speaking skills. Each letter and related word will be read out loud and clearly so that kids will understand them easily. Kids will learn how to write and read with fun and for free. Key Features: - ABC Tracing games. - Over 60 funny cartoon sticker. - Lot of funny sounds and musics. - Kids learn english alphabet. - Letters, Number and Animals. - Uppercase and Lowercase letters. - Super simple game interface.', 'https://img.gamemonetize.com/escu9fiuhija6t4nm7pg63yp9q0uhvlu/512x384.jpg', 'https://html5.gamemonetize.com/escu9fiuhija6t4nm7pg63yp9q0uhvlu/', '0', 'Puzzles', 0, 0, '', 'alphabet-writing-for-kids'), (13159, 'Slopey', 'Zoom across a challenging and fun downward descend in a retro 3D world! Take your reaction speeds to a new level and get the highest score possible while unlocking awesome new balls!', 'https://img.gamemonetize.com/tgrlq9j94mb8lkru4gobls9y9521tf80/512x384.jpg', 'https://html5.gamemonetize.com/tgrlq9j94mb8lkru4gobls9y9521tf80/', '0', 'Puzzles', 0, 0, '', 'slopey'), (13160, 'Squid Game The Revenge', 'Squid Game Online is an online action game that we hand picked. This is one of our favorite mobile action games that we have to play. Simply click the big play button to start having fun. If you want more titles like this, then check out Impostor Killer or Run Into Death.', 'https://img.gamemonetize.com/uta03xb8w0e0lof76htoj1zh76zehchs/512x384.jpg', 'https://html5.gamemonetize.com/uta03xb8w0e0lof76htoj1zh76zehchs/', '0', 'Arcade', 0, 0, '', 'squid-game-the-revenge'), (13161, 'Squid Game All Rounds', 'After premiering on Netflix earlier this year, Squid Game became a worldwide success. The premise of the show combined survival drama with challenges inspired by kids’ recreational activities. However, the masterminds put a dark twist on the innocent pastimes. For instance, the punishment for a single misstep in Red Light Green Light was death. High stakes, intriguing mysteries, and great cinematography kept viewers at the edge of their seats. But the concept had a particularly strong impact on gamers. The prospect of participating in deadly trials personally in a virtual simulation sounded super exciting. Now, they can finally enter Squid Game online through their browsers. Read on to find out how.', 'https://img.gamemonetize.com/43hmqfy5svcaa90488moq8b8rssu8m5t/512x384.jpg', 'https://html5.gamemonetize.com/43hmqfy5svcaa90488moq8b8rssu8m5t/', '0', 'Adventure', 0, 0, '', 'squid-game-all-rounds'), (13162, 'Fish World 2022', 'Play Fish World 2022 Puzzle Game Free Game Online', 'https://img.gamemonetize.com/27ivvvfydc9i9fz4wrx4yh3tmzee73nh/512x384.jpg', 'https://html5.gamemonetize.com/27ivvvfydc9i9fz4wrx4yh3tmzee73nh/', '0', 'Puzzles', 0, 0, '', 'fish-world-'), (13163, 'Basketball FRVR Dunk Shoot', 'Smash the rim and shoot hoops from the free throwing line. How many points in a row can you get? Slam dunk the hoop, get a 3-point shooting streak, and became a basketball star! Join the basketball competition, shoot the ball and try to get as many points as you can, and crush your highscore!', 'https://img.gamemonetize.com/qe2l8skydc4wpad9nv51kqt5wxo0fj87/512x384.jpg', 'https://html5.gamemonetize.com/qe2l8skydc4wpad9nv51kqt5wxo0fj87/', '0', 'Sports', 0, 0, '', 'basketball-frvr--dunk-shoot'), (13164, 'Squid Game Challenge Space ', 'After premiering on Netflix earlier this year, Squid Game became a worldwide success. The premise of the show combined survival drama with challenges inspired by kids’ recreational activities. However, the masterminds put a dark twist on the innocent pastimes. For instance, the punishment for a single misstep in Red Light Green Light was death. High stakes, intriguing mysteries, and great cinematography kept viewers at the edge of their seats. But the concept had a particularly strong impact on gamers. The prospect of participating in deadly trials personally in a virtual simulation sounded super exciting. Now, they can finally enter Squid Game online through their browsers. Read on to find out how.', 'https://img.gamemonetize.com/cgfxpzi4u2rjbjhhaulkujqwou9jm7cc/512x384.jpg', 'https://html5.gamemonetize.com/cgfxpzi4u2rjbjhhaulkujqwou9jm7cc/', '0', 'Arcade', 0, 0, '', 'squid-game-challenge-space-'), (13165, 'Turkey Escape', 'Turkey Escape is a point and click escape game developed by 8BGames/Games2Mad. Imagine that you had been to a place; on there you found a Turkey got trapped in it. Find some hidden object to solve some interesting clues to escape the Turkey. Good luck…Have fun!', 'https://img.gamemonetize.com/4xlo0f3g8eps82isr8h80d2r1p3btnrb/512x384.jpg', 'https://html5.gamemonetize.com/4xlo0f3g8eps82isr8h80d2r1p3btnrb/', '0', 'Puzzles', 0, 0, '', 'turkey-escape'), (13166, 'Thanksgiving Escape Series Episode 1', 'Thanksgiving Escape Series Episode1 is another point and click escape game developed by 8BGames/Games 2Mad. In this escape game, you need to find a Thanksgiving Turkey to escape from this forest. So, you need to find the Thanksgiving object by finding useful objects, hints and solving puzzles to escape the thanksgiving turkey. Good luck and have fun!', 'https://img.gamemonetize.com/cvwvyxt0elgedscpwcmshciuvez9xu6p/512x384.jpg', 'https://html5.gamemonetize.com/cvwvyxt0elgedscpwcmshciuvez9xu6p/', '0', 'Puzzles', 0, 0, '', 'thanksgiving-escape-series-episode-'), (13167, 'Thanksgiving Escape Series Episode 2', 'Thanksgiving Escape Series Episode 2 is another point and click escape game developed by 8BGames/Games 2Mad. In this escape game, you need to find a Thanksgiving Turkey to escape from this forest. So, you need to find the Thanksgiving object by finding useful objects, hints and solving puzzles to escape the thanksgiving turkey. Good luck and have fun!', 'https://img.gamemonetize.com/zxgbewbu2ctvi2xhs10ph7n9nwwm42qy/512x384.jpg', 'https://html5.gamemonetize.com/zxgbewbu2ctvi2xhs10ph7n9nwwm42qy/', '0', 'Puzzles', 0, 0, '', 'thanksgiving-escape-series-episode-'), (13168, 'Thanksgiving Escape Series Final Episode', 'Thanksgiving Escape Series Final Episode is another point and click escape game developed by 8BGames/Games 2Mad. In this escape game, you need to find a Thanksgiving Turkey to escape from this forest. So, you need to find the Thanksgiving object by finding useful objects, hints and solving puzzles to escape the thanksgiving turkey. Good luck and have fun!', 'https://img.gamemonetize.com/mkk4fzung87c1trtppurqgrwyxgmb56x/512x384.jpg', 'https://html5.gamemonetize.com/mkk4fzung87c1trtppurqgrwyxgmb56x/', '0', 'Puzzles', 0, 0, '', 'thanksgiving-escape-series-final-episode'), (13169, 'Thanksgiving Caterpillar Escape', 'Thanksgiving Caterpillar Escape is a point and click escape game developed by 8BGames/Games2Mad. Imagine that you had been to a place; on there you found a Caterpillar got trapped. Find some hidden object to solve some interesting clues to escape the Caterpillar. Good luck…Have fun!', 'https://img.gamemonetize.com/gmu7jk60b3pe1wnljazkautzob2kfxl0/512x384.jpg', 'https://html5.gamemonetize.com/gmu7jk60b3pe1wnljazkautzob2kfxl0/', '0', 'Puzzles', 0, 0, '', 'thanksgiving-caterpillar-escape'), (13170, 'Black Friday Celebration', 'Black Friday Celebration is a point and click escape game developed by 8BGames/Games2Mad. You are about to go out for purchase on Black Friday. Unfortunately you got trapped in this place. Find some hidden object and to solve some interesting clues to escape from here. Good luck…Have fun!!', 'https://img.gamemonetize.com/8uod8jqlwdkg1m3oezupvesfvhrykr4b/512x384.jpg', 'https://html5.gamemonetize.com/8uod8jqlwdkg1m3oezupvesfvhrykr4b/', '0', 'Puzzles', 0, 0, '', 'black-friday-celebration'), (13171, 'G2M Small Business Saturday Escape', 'Small Business Saturday Escape is a point and click escape game developed by 8BGames/Games2Mad. You are about to start a small business on this Saturday. Unfortunately you got trapped in this place. Find some hidden object and to solve some interesting clues to escape from here. Good luck…Have fun!!', 'https://img.gamemonetize.com/nt8xrc8bccp14jib7x3z1dk9blihhyzk/512x384.jpg', 'https://html5.gamemonetize.com/nt8xrc8bccp14jib7x3z1dk9blihhyzk/', '0', 'Puzzles', 0, 0, '', 'gm-small-business-saturday-escape'), (13172, 'G2M Giving Tuesday Escape', 'Giving Tuesday Escape is a point and click escape game developed by 8BGames/Games2Mad. You are about to celebrate Giving Tuesday. Unfortunately you got trapped in this place. Find some hidden object and to solve some interesting clues to escape from here. Good luck…Have fun!!', 'https://img.gamemonetize.com/y9gpnzcjigvkel4mgsu9awjhwfxikw3x/512x384.jpg', 'https://html5.gamemonetize.com/y9gpnzcjigvkel4mgsu9awjhwfxikw3x/', '0', 'Puzzles', 0, 0, '', 'gm-giving-tuesday-escape'), (13173, 'G2M Cyber Monday Escape', 'Cyber Monday Escape is a point and click escape game developed by 8BGames/Games2Mad. You are about to purchase on Cyber Monday. Unfortunately you got trapped in this place. Find some hidden object and to solve some interesting clues to escape from here. Good luck…Have fun!!', 'https://img.gamemonetize.com/wml4a9wwkchpfqszgn5z0gt5bcj5stzs/512x384.jpg', 'https://html5.gamemonetize.com/wml4a9wwkchpfqszgn5z0gt5bcj5stzs/', '0', 'Puzzles', 0, 0, '', 'gm-cyber-monday-escape'), (13174, 'Boat Girl Escape 2', 'Boat Girl Escape 2 is a point and click escape game developed by 8BGames/Games2Mad. Imagine that you had been to a place; on there you found a Boat Girl got trapped in it. Find some hidden object to solve some interesting clues to escape the Boat Girl. Good luck…Have fun!', 'https://img.gamemonetize.com/o42tz23nzrjxecpku5bmwddf1q5jaq0l/512x384.jpg', 'https://html5.gamemonetize.com/o42tz23nzrjxecpku5bmwddf1q5jaq0l/', '0', 'Puzzles', 0, 0, '', 'boat-girl-escape-'), (13175, 'Squid Gamer City Driving Gang', 'A free service has been made more interesting and exciting by the release of an updated and better version of the service. In addition to a large, open 3D world, outstanding 3D graphics, and all the gaming mechanics required for this genre, the game offers a variety of other elements. There are numerous contrasts to be found throughout the game, particularly in the area where there appears to be a gangster confrontation. Various duties, a variety of confrontations with opponents, and exciting gaming elements are all included in the game. Various objects of interest can be found in the game, including a military installation with a vehicle, an airport with only an airplane, a stage for performing stunts on motorcycles, a spaceship, and robots. Let us introduce you to the brutal mafia world of Las Vegas, where you will be able to immerse yourself. Because of your triumphs and fame, the world will be a better place for everyone. Because it is dominated by unfairness and illegality, the gang world is exceedingly dangerous; it is a world where everyone is out to get themselves into trouble. Your hero will need to be courageous if he or she is to be successful. There is no mercy in these stone jungles for those who make a mess of their lives.', 'https://img.gamemonetize.com/jw2h1h5mv9hekkmhxdlq295wbe6qfcf4/512x384.jpg', 'https://html5.gamemonetize.com/jw2h1h5mv9hekkmhxdlq295wbe6qfcf4/', '0', 'Racing', 0, 0, '', 'squid-gamer-city-driving-gang'), (13176, 'City Constructor Driver 3D', 'City Constructor Driver 3D is an online Kids game, it\'s playable on all smartphones or tablets, such as iPhone, iPad, Samsung and other Apple and android system. City Constructor Driver 3D is a freight simulation game. You can use 3D trucks to move bricks. You need to transport bricks to build more buildings in the city.', 'https://img.gamemonetize.com/odjqpfmgmg5y4p9vto6b8tjqqw8bv0rm/512x384.jpg', 'https://html5.gamemonetize.com/odjqpfmgmg5y4p9vto6b8tjqqw8bv0rm/', '0', 'Racing', 0, 0, '', 'city-constructor-driver-d'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (13177, 'Love balls Pin', 'Pull the pins to help connect the two love balls. Avoid the traps and the nasty red ball as you try to join the two love balls. Bring together the blue and pink ball to complete each level.', 'https://img.gamemonetize.com/j53y29xg0znei2zows77d6c9bx02rs2w/512x384.jpg', 'https://html5.gamemonetize.com/j53y29xg0znei2zows77d6c9bx02rs2w/', '0', 'Puzzles', 0, 0, '', 'love-balls-pin'), (13178, 'RopeMan Run 3D', 'Have you ever made a stickman with ropes and sticks? Rope Man Run 3D is a 3D vertical-version running arcade game that is made from the Unity game engine. Your objective is to help a colorful rope-man arrive at the finish platform safely. It will change the corresponding color after overpassing a colorful wall. I hope you could avoid obstacles and complete racing!', 'https://img.gamemonetize.com/y01awu6duek3simuaiotct5jcpi8690h/512x384.jpg', 'https://html5.gamemonetize.com/y01awu6duek3simuaiotct5jcpi8690h/', '0', 'Arcade', 0, 0, '', 'ropeman-run-d'), (13179, 'Baby Taylor Cafe Chef', 'Coffee is one of the favorite foods of many people and one of the most effective drinks for refreshing. Taylor also likes coffee very much. She decided to try to run a coffee shop. This is not an easy task. She finds her friends To help her with this work, first, Taylor needs to check the customer\'s orders, then start to prepare the coffee and desserts the customers need, and finally, when the customers check out and leave the cafe, don\'t forget to clean the tables and chairs. Does Taylor\'s work satisfy customers? Come and experience a day when Taylor runs a cafe!', 'https://img.gamemonetize.com/kqpr8uoiv4zwld1o04vo3oadipz2l8uz/512x384.jpg', 'https://html5.gamemonetize.com/kqpr8uoiv4zwld1o04vo3oadipz2l8uz/', '0', 'Hypercasual', 0, 0, '', 'baby-taylor-cafe-chef'), (13180, 'My Fashion Hair Salon', 'For all girls, fashion is a very important thing! Fashionable hairstyles will make girls sparkle! Every girl deserves the most beautiful and fashionable hairstyle! In your salon, first give the girls a comfortable hair treatment, wash their hair, and then make a homemade hair mask for them. When your girl has finished her hair care, you can design a delicate hairstyle for her. In order to make her beautiful and fashionable, don\'t forget to choose fashionable headwear, necklaces and earrings for them. Have fun!', 'https://img.gamemonetize.com/1m0j8gulm1tdk8a8zuz5qn0f8r7f5jaa/512x384.jpg', 'https://html5.gamemonetize.com/1m0j8gulm1tdk8a8zuz5qn0f8r7f5jaa/', '0', 'Girls', 0, 0, '', 'my-fashion-hair-salon'), (13181, 'Cute Tiger Cub Care', 'Everyone knows that the symbol of this year is the Blue Water Tiger! The blue color symbolizes impermanence, water is movement, and the tiger is one of the most unpredictable and energetic animals. Therefore, those people who are not afraid of changes, lead an active lifestyle and like to be constantly on the move will be on the horse. In traditional Chinese astrology, the Water Tiger is a big fan of purposeful and hardworking people. Let\'s help this year\'s mascot - a cute tiger cub. He\'s a little sick. We need to cure him and prepare him for the new active year! Choose cute outfits and accessories for the tiger cub so that he pleases his fans all year round!', 'https://img.gamemonetize.com/cr9fp4s75gkp7r61glopyylue5j0520c/512x384.jpg', 'https://html5.gamemonetize.com/cr9fp4s75gkp7r61glopyylue5j0520c/', '0', 'Girls', 0, 0, '', 'cute-tiger-cub-care'), (13182, '3D Master Race City Drift', 'THE MOST DESIRED CITY DRIFT GAME 1 city tracks are ready ! Also there are 15 most wanted realistic drift car models.. Stunning graphics, Wide range of unique sports cars, realistic driving experience, real drift skills. SINGLEPLAYER - Make best drift drive and finish level. get best score - Get access to 15 sports cars and new tracks; -Drive Fast ! Remember, police car pursuit you! DRIFT-RACING SIMULATORS Get ready to experience the most unique drifting thrill. Drifting has never been as fun, exciting and intense. 15 UNIQUE CARS! Realistic drifting system and high quality car are awaiting. GTR ,E46M3, M4, Charger, Civici, Viper, Supra, Evo, C63, 350z, WRx. SLOW MOTION! with this behavior you can do your best fantastic action with your Car. RECORD GAME! Finish Level playing and watch your best performance repeat. MULTIPLE CAMERA ANGLES! You can choose from three different point of views: driver\'s pov, rear pov and basic cinematic angle.', 'https://img.gamemonetize.com/q9jras9g576lqmkrsb9pxoj114um8c8a/512x384.jpg', 'https://html5.gamemonetize.com/q9jras9g576lqmkrsb9pxoj114um8c8a/', '0', 'Action', 0, 0, '', 'd-master-race-city-drift'), (13183, 'Spa Day Makeup Artist Makeover Game For Girls', 'Hey girls! Welcome to Beauty SPA Salon! The best game for girls! Now, you are the owner of this salon! Treat your clients with different needs. We have 6 different services. Start from a comfortable facial SPA. Wash her face, pluck her eyebrows, and pop her pimples. Then get ready for a DIY hair mask with the real hair spa tools. And don’t forget to pick the fashion accessories for her. Have fun!', 'https://img.gamemonetize.com/1b030ga4ygkbc5nc9c2mtzjd6ip59dql/512x384.jpg', 'https://html5.gamemonetize.com/1b030ga4ygkbc5nc9c2mtzjd6ip59dql/', '0', 'Hypercasual', 0, 0, '', 'spa-day-makeup-artist--makeover-game-for-girls'), (13184, 'Guard the city', 'In the game, a large number of zombies flooded into our city overnight. We need to form a city guard team to eliminate all zombies. Let\'s try it together now!', 'https://img.gamemonetize.com/xox58f8jrg30o91it0a0qeq6xtox2j77/512x384.jpg', 'https://html5.gamemonetize.com/xox58f8jrg30o91it0a0qeq6xtox2j77/', '0', 'Arcade', 0, 0, '', 'guard-the-city'), (13185, 'Block city wars', 'Welcome to the modern arena where fast cars, sniper duels and fun bandits war at every turn! Look sharp, shooting is everywhere, there are almost no rules on these streets. Discover a lot of interesting missions about gangsters and cops, bangs, mafia and police. Get ahead of other hunters for coins, weapons and ammo you can find around. Creative ways of fun and action - that block city might need a little destruction to shake things up. We’ve made everything for fans of tough 3d battlegrounds - plasma guns, destroyer, super rifles, a lot of armor types and many other exciting things, you should try out!', 'https://img.gamemonetize.com/yxmy7198xrlfuhhrhlm685hh0xinrrgo/512x384.jpg', 'https://html5.gamemonetize.com/yxmy7198xrlfuhhrhlm685hh0xinrrgo/', '0', 'Shooting', 0, 0, '', 'block-city-wars'), (13186, 'Garden Bloom', 'Spring has come, and very soon the gardens will begin to bloom, filling the air with wonderful aromas. If you want to plunge into this incredible spring atmosphere right now, start playing this exciting game. She will not only give you bright colors, but also provide an opportunity to pump attentiveness.', 'https://img.gamemonetize.com/6ipihx0dwdp3b112alkdbiz1w3uftpd3/512x384.jpg', 'https://html5.gamemonetize.com/6ipihx0dwdp3b112alkdbiz1w3uftpd3/', '0', 'Puzzles', 0, 0, '', 'garden-bloom'), (13187, 'Super Tony 3D Jump n Run Game', 'Super Tony 3D - Adventure World gives you the chance to step back in time to your childhood. Tony\'s World has been nothing but emptiness since the Princess got kidnapped into the jungle. But then, the adventure begins!', 'https://img.gamemonetize.com/iffhd6uju73wr4yp605fr9d6sxwgj989/512x384.jpg', 'https://html5.gamemonetize.com/iffhd6uju73wr4yp605fr9d6sxwgj989/', '0', 'Adventure', 0, 0, '', 'super-tony--d-jump-n-run-game'), (13188, 'Wild Bullets', 'A bandit gang of demons has appeared in a little western town, turning its residents into mind controlled puppets. It is up to the towns sheriff to track down and defeat the four demon bosses and their minions before all mankind is enslaved.', 'https://img.gamemonetize.com/hax52lugiem8fawf7bxs67wc3hpg7p5n/512x384.jpg', 'https://html5.gamemonetize.com/hax52lugiem8fawf7bxs67wc3hpg7p5n/', '0', 'Shooting', 0, 0, '', 'wild-bullets'), (13189, 'Skateboard Runner', 'Stickman invites everyone to ride a skateboard with him on a new track, created by his personal order! And to make the ride more fun - overcome obstacles and perform various tricks, each trick will be evaluated in gold!', 'https://img.gamemonetize.com/tshrsts9ig3h8fs8yg5941pf03fi5u7f/512x384.jpg', 'https://html5.gamemonetize.com/tshrsts9ig3h8fs8yg5941pf03fi5u7f/', '0', 'Racing', 0, 0, '', 'skateboard-runner'), (13190, 'Block Hex Puzzle', 'This is a typical puzzle game that helps train your eyes and brain. It is the "Hexagon" version of the classic Tetris game. Drag the hexagon blocks and drop them to the desired places, to form full lines in order to destroy them and earn scores.', 'https://img.gamemonetize.com/zgz2d000yz2iq7573nw0qozneku97raw/512x384.jpg', 'https://html5.gamemonetize.com/zgz2d000yz2iq7573nw0qozneku97raw/', '0', 'Puzzles', 0, 0, '', 'block-hex-puzzle'), (13191, 'Fruit Fever World', 'Monkeys who are eager to enjoy juicy fruits are eagerly awaiting you. They are confident that you can help them, so try not to let them down. Go to harvest fragrant fruits so that the funny monkeys can enjoy them to their fullest.', 'https://img.gamemonetize.com/bdo5gd08ppcnpern2guw019d894g26gd/512x384.jpg', 'https://html5.gamemonetize.com/bdo5gd08ppcnpern2guw019d894g26gd/', '0', 'Puzzles', 0, 0, '', 'fruit-fever-world'), (13192, 'Stone Wheel', 'Over 1.000.000 downloads all over the world!!! --------------------------- Stone Wheel is a funny game where you must control a big rolling wheel through 30 levels Whit its original and colorful graphics Stone Wheel will be a pleasant time-killer, simple but addicting Choose from 2 different control styles: touch or accelerometer You will need to jump, accelerate, break and have a perfect control of your stone in order to complete all levels!', 'https://img.gamemonetize.com/0ixd97nvfqmpj6tsl0ajmt48av9sawma/512x384.jpg', 'https://html5.gamemonetize.com/0ixd97nvfqmpj6tsl0ajmt48av9sawma/', '0', 'Racing', 0, 0, '', 'stone-wheel'), (13193, 'Stick Tank Wars', 'Play Stick Tank Wars game in your web browser for free at Superkidgames.com and more fun games. Stick Tank Wars is a n arcade game with a bang. You control a stick tank at war with an opposing player. You are positioned in an area where you cannot directly target you enemy so will have to be creative in your attempts to defeat them. You have control over the power and angle of your shot, aim over the obstacles in front of you to fire your round into through the air and strike your enemy from above. You will be firing at your enemy but they will be firing back at you also. Make sure to destroy them before they can destroy you. Have fun!', 'https://img.gamemonetize.com/8lkcdosr2r6mztrhubhegfzue6thajpy/512x384.jpg', 'https://html5.gamemonetize.com/8lkcdosr2r6mztrhubhegfzue6thajpy/', '0', 'Shooting', 0, 0, '', 'stick-tank-wars'), (13194, 'Doodle Man', 'Jump from platform to platform grab on to anything you can find to stay up! another addictive, and deliciously re-playable micro game, works with almost any device.', 'https://img.gamemonetize.com/udigc5iohaflfog78852eg8dcnj1wwtm/512x384.jpg', 'https://html5.gamemonetize.com/udigc5iohaflfog78852eg8dcnj1wwtm/', '0', 'Racing', 0, 0, '', 'doodle-man'), (13195, 'Running Bros', 'Running Bros features a one player mode and a unique two player mode where two players play at the same time one one device. Super Retro bros! Run as far as possible, jump over and avoid dangers along the way. A super retro game feeling specially made for arcade lovers around the world. It\'s a great 8 bit retro running game!', 'https://img.gamemonetize.com/l1ahky9ixqhiyw3j7s8kbn6x5kltu3n5/512x384.jpg', 'https://html5.gamemonetize.com/l1ahky9ixqhiyw3j7s8kbn6x5kltu3n5/', '0', 'Racing', 0, 0, '', 'running-bros'), (13196, 'Animals Words 2022', 'Play Animals words 2022 online game for free. Graduation game, funny, memories for kids about animals world', 'https://img.gamemonetize.com/wzs7xrfh25z4dfzs5q4w1v1qf0fm095z/512x384.jpg', 'https://html5.gamemonetize.com/wzs7xrfh25z4dfzs5q4w1v1qf0fm095z/', '0', 'Puzzles', 0, 0, '', 'animals-words-'), (13197, 'Rush 3D', 'Play Rush 3D game in your web browser for free at Superkidgames.com and more fun games. In this game, you will be rolling your ball forward. Your objective is to get as far as possible. Try not to bump into anything with your ball and be sure to finish the game without crashing. Collect coins on your way. The game can also be played on your phone. Find a way how to get through everything and get to the next level!', 'https://img.gamemonetize.com/363n5qfiy5hsy1uteeay4bq6xvik4b7s/512x384.jpg', 'https://html5.gamemonetize.com/363n5qfiy5hsy1uteeay4bq6xvik4b7s/', '0', 'Hypercasual', 0, 0, '', 'rush-d'), (13198, 'Dangerous Jeep Hilly Driver Simulator', 'Squid Craft Online is a third-person running racing arcade game. With 3D Squid Game characters and grounds, it is required for you to run to the finish line in a limited time. There are five different worlds with different environments waiting for you to challenge. Though the activated obstacles will not cause your failure immediately. But they will slow you down. Good luck!', 'https://img.gamemonetize.com/vg0i03joedyd8z7h38u6ztufl7ubclsu/512x384.jpg', 'https://html5.gamemonetize.com/vg0i03joedyd8z7h38u6ztufl7ubclsu/', '0', 'Action', 0, 0, '', 'dangerous-jeep-hilly-driver-simulator'), (13199, 'Goal', 'Cool Goal is a football game that always hits the back of the net! Cool Goal, an action-packed football game with a focus on goal scoring and dodging obstacles, has arrived on mobile devices. Your task? Shoot and score in this fun football game. Show off your best shots by getting creative with angles and timing. Try to dodge as many enemies as you can to progress through increasingly challenging levels.', 'https://img.gamemonetize.com/qwd09cun1gn7fls066shdno1h7amw0f1/512x384.jpg', 'https://html5.gamemonetize.com/qwd09cun1gn7fls066shdno1h7amw0f1/', '0', 'Sports', 0, 0, '', 'goal'), (13200, 'Cheese Collector Rat Runner', 'Fond of the rat race? It\'s time to grab some cheese. The rats are hungry! So make them grab those cheese right away! The game is the perfect endless runner, with a rat racing up and down a single rope to grab the cheese. Players must guide the rats to their desired cheese while avoiding hazards on the way. With an engaging tone and fun gameplay, this game is one of our favorites! The Cheese Collector Rat Runner game is fast-paced. Just tap on one button control game that you\'ll never want to put down again! At first glance, it\'s just another rat running on the rope, but there are obstacles in their way, and they need your help. The rats will collect cheese as they go along for bonus points when more than one can be collected at once or if extra items like bonuses were picked up during gameplay. Get ready because this rodent race has no end until all of those succulent pieces of dairy goodness have been captured by the hungry little creatures! In Cheese Collector, you are the hungry rat, searching for some cheese!. You must guide this rat to the delicious cheese in this game of inches! The rats need food, and they can only find it with your help; make sure not to let them bump into anything, or else their tummy will be empty again before long. Keep track of how many times each rat has eaten so that you know which ones deserve more attention at any given time. There\'s no telling when one might start getting hungry faster than others (or if all three have already had plenty). Hurry on over and see what awaits as these little rodents scurry along for some tasty treats! Cheese Collector is a game where you help the rat collect cheese in an endless runner. The game consists of a rat going on its way on a single rope. Your job is to help them get their desired cheese to fill their tummy. Just avoid the obstacles on the way so that they don\'t get hit by them! Fill their tummy more, score more! It\'s time to get raty! Help the rats grab cheese in this endless runner game. The Cheese Collector Rat Runner is a fun and friendly Endless Runner Game that will have you running for your life, or at least trying to keep up with these hungry little rodents who are racing away on their single rope towards cheeses of all different shapes and sizes. Play through obstacles while avoiding being hit by them and save as many critters from peril along the way! Rats are hungry for cheese! They gotta run to get it. But they can\'t just go on a straight path. There are obstacles in their way, so you have to help them avoid getting hit by these things while running and collecting as much cheese as possible. In this game, you\'re the rat-runner who has to tap on your phone or tablet screen at the right time to make sure that they don\'t collide with anything else and keep going towards their goal of satisfying their hunger for all of those delicious pieces of cheese. This is an endless runner game where the play never ends! The rat is hungry, and you\'re the cheese collector. Help them collect all of their favorite cheeses while avoiding obstacles that will waste their time or even die! No need to take breaks or wait for life because it\'s an infinite runner game so just keep going without stopping until either a new level is unlocked or all rats have been eaten up Get cheese in your fingers with this ratty game! Make them grab the cheese and score big as they race up a single rope. Avoid obstacles, or else the rats will get stuck, and you\'ll have to start over from square one. Do not enjoy some of those cheesy fries without getting hungry for more anymore. The rats are hungry, and they want their cheese. Run as fast as you can through a maze of obstacles to get them what they need. This fun game has a simple premise that will delight anyone who\'s ever loved an endless runner. Try it today - it\'ll make your day rattier than ever before!', 'https://img.gamemonetize.com/loduwfkijttbc60d6nh8oug1j98088jh/512x384.jpg', 'https://html5.gamemonetize.com/loduwfkijttbc60d6nh8oug1j98088jh/', '0', 'Arcade', 0, 0, '', 'cheese-collector-rat-runner'), (13201, 'Targetter Game', 'Target Games Announces Targetter , a new hyper casual activity Target Games has announced targetter , a new casual game that is activities in which players send an object toward a target while avoiding any obstacles. By playing these games, participants will learn the key skills and strategies for games such as Croquet, Golf, Archery, Boccia, Curling and Bowling. Targetter is simple and fast - just send the object toward the target and avoid any obstacles! - and it\'s all with high-quality skills and strategies.', 'https://img.gamemonetize.com/sl11okvff5rgop86qpij1yvwq3a6oxc0/512x384.jpg', 'https://html5.gamemonetize.com/sl11okvff5rgop86qpij1yvwq3a6oxc0/', '0', 'Arcade', 0, 0, '', 'targetter-game'), (13202, 'Rotating Balloons', 'Two balloons with white and green color will rotate together. They will be attacked from the all sides with other balloons wit same colors. So the goal at this game is to defend your position and to destroy coming balloons. You can destroy only balloon with same color. So the white balloon ca destroy white balloon etc. Try to destroy more balloons as you can and to defend the base longer time as you can.', 'https://img.gamemonetize.com/nxlmtdspbc5zzoezp6nrd7cjvlfik877/512x384.jpg', 'https://html5.gamemonetize.com/nxlmtdspbc5zzoezp6nrd7cjvlfik877/', '0', 'Puzzles', 0, 0, '', 'rotating-balloons'), (13203, 'Girl Dress Maker 2', 'Girl Dress Maker 2 a fun dress-up game. Hello, girls here is the game to select the latest dresses and hairstyles. Select from the wardrobe and make her look perfect. Play a lot more games only with Mapi Games!', 'https://img.gamemonetize.com/h3m71vsefsbg2hg46locfhs7dylsy52k/512x384.jpg', 'https://html5.gamemonetize.com/h3m71vsefsbg2hg46locfhs7dylsy52k/', '0', 'Girls', 0, 0, '', 'girl-dress-maker-'), (13204, 'the Bandit Hunter', 'A group of thieves suddenly appeared in the tavern. They did all kinds of evil, which troubled the citizens very much. In the game, as a just cowboy, the player is ready to eliminate these thieves. Aim at a good target and fire bullets to destroy these hateful thieves!', 'https://img.gamemonetize.com/80r3tst5i3fcg83i6l5p4koli4r2xxca/512x384.jpg', 'https://html5.gamemonetize.com/80r3tst5i3fcg83i6l5p4koli4r2xxca/', '0', 'Puzzles', 0, 0, '', 'the-bandit-hunter'), (13205, 'Snake Ludo Game', 'In this game, you will have to roll down the dice, in order to move to different positions on the board, wherein on the journey to the destination, you will be pulled down by snakes and raised to a higher position by a ladder. Snake Ludo Game is an engaging and exciting board game that will help you achieve your goals. Snake Ludo Game Announced with New Interface and 100-Player Game Intro: Snake Ludo Game, the popular board and dice game, is now available in a new interface that\'s simple and fast. The game is based on the popular board and dice game, Snake and Ladder, and features 100-player game play. Players can enjoy a quick, engaging game of strategy while Ting to reach 100.', 'https://img.gamemonetize.com/ne96puqdsfd02lljin8nhroaf9hpy3p8/512x384.jpg', 'https://html5.gamemonetize.com/ne96puqdsfd02lljin8nhroaf9hpy3p8/', '0', 'Arcade', 0, 0, '', 'snake-ludo-game'), (13206, 'Snow Rain.io Fall Guys Jumping Game', 'Are you frustrated in this blazing hot weather? Then don\'t wait in this hot weather anymore. Snow rain brings you one of the coolest jumping games in this hot weather. So let go of your summer suits and jump higher into the deepest snow region, falling in Snow Rain. Snow rain brings you a snow-covered environment with one goal: achieve a higher score by staying alive by outrunning all falling snowballs as long as possible. Double jump from side to side, and try not to fall elsewhere, or else you will find yourself at the bottom of an Antarctic Ocean! This is not your average high score chasing app in a big jump game - it\'s something more interesting for this hot weather that we\'ve been experiencing lately, so go ahead and be the greatest snowman alive! Snow Rain.io Fall Guys Jumping Game is an addictive game that helps you freeze yourself in hot weather and makes your time cool & enjoyable. In this jumping game, the players will have to fill their scores by avoiding falling snowballs from one wall to another. It\'s a free fall guys game with beautiful graphics & soothing music. Can\'t stand the heat? Then don\'t wait for it in this super hot weather. Snow Rain has you covered with their icy game to cool off your summer suits and bring a refreshing end to that long day at work or school. The objective is simple: avoid snowballs as they fall from above while jumping on top of platforms both high up and low down all across Antarctica, just like Red Ball would do! But be careful not to lose yourself by falling into an Antarctic Ocean because there\'s no way out once you\'re submerged underwater, so fill those lungs full of air before taking one last jump onto any platform ahead. It\'s time for some cool, fun games! Snow Rain has a great way to beat the heat this summer with their new game where you play as one of two snowmen and jump from one wall to another and not get hit by falling snowballs. The more points you get, the higher your score will be- so try not to miss any platforms or fall into the water below! If you love i.o. Games like these are simple but still challenging enough, then don\'t forget about the other awesome i.o games we have on offer too! New fall game in the hot summer! Snow Rain is a fun and addictive jumping game for all ages that will have you hooked from the first minute. It\'s an arcade-style, fast-paced, easy to learn but hard to master game with lots of levels to keep you playing for hours on end. Collect coins as you jump and unlock new items like snowmen or even penguins by collecting enough points. The only downfall? You\'ll want this app so badly it might melt your phone...so don\'t forget about our winter version coming soon too! Snow Rain.io Fall Guys Jumping Game is one of the best jumping games for all age groups in this hot summer season to keep their minds cool and relax from the heat of blazing sun day. Have you ever played a fall guy game? You know, the one where you have to double jump from wall to wall and avoid snowballs falling on your head to win the snowball fight! Snow Rain brings this fun-filled experience in an endless runner-style jumping game for all those who love reaching their highest scores while having some good old time! Your level will increase as you earn more points. Additionally, there are secret benefits that can assist you in overcoming difficult stages. Therefore, what are you still waiting for?! Prepare to discover how addictive this fantastic running game truly is! Do you wish to escape the heat? This game will make it more bearable for you who want to be the greatest snowman there is!! Avoid the falling snowballs and double jump on the walls to achieve points. Be careful, don\'t double jump too much, or our protagonist might find himself in Antarctica\'s icy ocean. So why wait in this hot environment then? It\'s time to freeze yourself in his cool game of Snow Rain.', 'https://img.gamemonetize.com/hmj0gzy13w3caokzr9yaphbp4x8eg44c/512x384.jpg', 'https://html5.gamemonetize.com/hmj0gzy13w3caokzr9yaphbp4x8eg44c/', '0', 'Hypercasual', 0, 0, '', 'snow-rainio-fall-guys-jumping-game'), (13207, ' Mad Racing Hill Climb', 'Ready to drive in off-road conditions? Fond of driving in tough situations? Then Mad Racing: Hill Climb is the perfect hill climb racer game for you. Relax by rocking the driving wheel. So don\'t wait anymore because it\'s time to put the medal on the pedal! Designed with fairly simple controls, Mad Racing: Hill Climb offers you a game with only two buttons: the accelerator and brake. Your job is to manage the perfect balance between them and drive your car in this hilly off-road condition. There are fifteen(15) different levels for you to play, each having a different difficulty level. So let\'s go off-roading! The latest and coolest off-road game at the Play Store is Hill Racing. In this new endless driving game, you must collect fuel cans and money. Hill Racing is an excellent driving game that is entirely dependent on your ability to earn the greatest possible score. Hill Racing will help you improve your hand-eye coordination and will keep you entertained for hours; you will not get tired even if you play it for a long period of time. Play this entertaining and addicting Offroad Simulator Game to be entertained while waiting in line, on a break, or on a bus or train. Mad Racing is a challenging and fast-paced racing game with innovative gameplay, which will allow you to drive on off-road hills in tough conditions. With fairly simple controls and a hard difficulty level, this game offers you hours of fun and adrenaline! With a fairly simple control system and no complicated menus, Mad Racing: Hill Climb offers an engaging experience to players of all ages. So get ready to rock your steering wheel! Mad Racing Features: Mad Racing: Hill Climb is fast and challenging This game will never get boring because there are infinite combinations of roads you can race on. You\'ll be blown away by the realistic-looking graphics that make this game feel like a real-life experience. Experiment with your favorite vehicle in endless racing challenges Fast and easy to play Rocking music for an amusing experience Driving games are stressful, but Mad Racing: Hill Climb relieves that stress by making you master the controls Use the brake when you need to go slower or avoid accidents Sometimes, you need a bit of luck, so test your luck with this game! Let\'s climb the hills together in this off road racer. It\'s time to drive over bumpy ground, don\'t wait any longer Love racing but are you tired of the same old games? Give Mad Racing: Hill Climb a try! Ever wanted to take your car on a rough, bumpy ride? Now you can. Mad Racing Hill Climb is an intense arcade game that takes place in rugged terrain. With simple controls and easy game play, this game offers the thrill of driving through tough situations without having to leave your living room! So don\'t be bored anywhere anymore because the best offline hill climb racer game is here for you to kill your boredom. So download Mad Racing: Hill Climb right away from the App Store and climb the hills with your car, anywhere on the go!', 'https://img.gamemonetize.com/urpjhonrqqczmbuvtsptbfdgc9j63vzy/512x384.jpg', 'https://html5.gamemonetize.com/urpjhonrqqczmbuvtsptbfdgc9j63vzy/', '0', 'Racing', 0, 0, '', '-mad-racing-hill-climb'), (13208, 'Head The Ball', 'Head The Ball is a new way for soccer players to head the ball. By using your head, you can create an impact that is difficult for your opponent to miss. With your head, you can create an impact that is difficult for your opponent to miss. Your opponent will be forced to defend against the ball if it falls off your hand. You can also use this ability to create space on the pitch for your teammates.', 'https://img.gamemonetize.com/l6cywxfmizcfpepbx8cf2zxbm53dujql/512x384.jpg', 'https://html5.gamemonetize.com/l6cywxfmizcfpepbx8cf2zxbm53dujql/', '0', 'Soccer', 0, 0, '', 'head-the-ball'), (13209, 'Hill Racing', 'Hill Racing! Race your way uphill If you\'re looking for a racing game that does what it takes to be classic, Hill Racing! is the game for you. In Hill Racing, you race your way uphill towards the finish line with plenty of challenges in between! This physics-based game is perfect for those who love to race their cars, and we know how you feel: we\'ve put together a full game cassette containing all the tools you need to drive these hills! In Hill Racing, you take on the challenge of driving your way uphill in order to reach the top of the hill.', 'https://img.gamemonetize.com/uh9pmkppezhvbyolk7gb8inebejovrft/512x384.jpg', 'https://html5.gamemonetize.com/uh9pmkppezhvbyolk7gb8inebejovrft/', '0', 'Sports', 0, 0, '', 'hill-racing'), (13210, 'Green Monster Forest Escape', 'Green Monster Forest Escape is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a forest, there you got trapped inside the forest Here is the interesting puzzles and hidden objects to find and get escape from the forest. Good luck... Have fun!', 'https://img.gamemonetize.com/v2hch2veahp5hjhm69dhe698nqfdlym2/512x384.jpg', 'https://html5.gamemonetize.com/v2hch2veahp5hjhm69dhe698nqfdlym2/', '0', 'Puzzles', 0, 0, '', 'green-monster-forest-escape'), (13211, 'Colony Escape 2', 'Colony Escape 2 is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a Colony; there you got trapped inside the Colony. Here are the interesting puzzles and hidden objects to find and get escape from the Colony. Good luck... Have fun!', 'https://img.gamemonetize.com/uvs8b1uzlrciu334hwjpt5c6rwvmjzul/512x384.jpg', 'https://html5.gamemonetize.com/uvs8b1uzlrciu334hwjpt5c6rwvmjzul/', '0', 'Puzzles', 0, 0, '', 'colony-escape-'), (13212, 'Hut Village Escape', 'Hut Village Escape is a point and click game developed by 8B Games/Games2Mad. Imagine that you had been to a village, On there you had trapped. Here is the interesting puzzles and hidden objects to find and get escape from the village. Good luck.. Have fun!', 'https://img.gamemonetize.com/7vwzhjnreodhduftholheu4wtid1renp/512x384.jpg', 'https://html5.gamemonetize.com/7vwzhjnreodhduftholheu4wtid1renp/', '0', 'Puzzles', 0, 0, '', 'hut-village-escape'), (13213, 'Bear Escape', 'Bear Escape is a point and click escape game developed by 8BGames/Games2Mad. Imagine that you had been to a place; on there you found a Bear got trapped in it. Find some hidden object to solve some interesting clues to escape the Old Bear. Good luck…Have fun!', 'https://img.gamemonetize.com/ir69xroalscjtqrmgi5s3q038hoo98kd/512x384.jpg', 'https://html5.gamemonetize.com/ir69xroalscjtqrmgi5s3q038hoo98kd/', '0', 'Puzzles', 0, 0, '', 'bear-escape'), (13214, 'Blue Bird Rescue', 'Blue Bird Rescue is a point and click escape game developed by 8BGames/Games2Mad. Imagine that you went to a farm house on an evening to get relax yourself. While you were relaxing, you found a Blue bird locked up in a cage. Find some hidden object to solve some interesting clues to rescue the Blue bird. Good luck…Have fun!', 'https://img.gamemonetize.com/znj2kl7206qdls44eip2lo17wagp6v1z/512x384.jpg', 'https://html5.gamemonetize.com/znj2kl7206qdls44eip2lo17wagp6v1z/', '0', 'Puzzles', 0, 0, '', 'blue-bird-rescue'), (13215, 'Find The Car Key', 'Find The Car Key is a point and click game developed by Games2Live. Imagine that you saw a girl searching for car key. Here are the interesting puzzles and hidden objects to help the girl to find her car key. Good luck…Have fun!', 'https://img.gamemonetize.com/mmftqzfpq0eauzc9zyjxzfq5nr5hzayw/512x384.jpg', 'https://html5.gamemonetize.com/mmftqzfpq0eauzc9zyjxzfq5nr5hzayw/', '0', 'Puzzles', 0, 0, '', 'find-the-car-key'), (13216, 'Wooden Attic Escape', 'Wooden Attic Escape is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a house; there you got trapped inside the house. Here are the interesting puzzles and hidden objects to find and get escape from the house. Good luck... Have fun!', 'https://img.gamemonetize.com/8ozsnwmcgvfnh06sugs83dixlu58vac6/512x384.jpg', 'https://html5.gamemonetize.com/8ozsnwmcgvfnh06sugs83dixlu58vac6/', '0', 'Puzzles', 0, 0, '', 'wooden-attic-escape'), (13217, 'Octopus Escape', 'Octopus Escape is a point and click escape game developed by 8BGames/Games2Mad. Imagine that you had been to a place; on there you found a Octopus got trapped in it. Find some hidden object to solve some interesting clues to escape the Octopus . Good luck…Have fun!', 'https://img.gamemonetize.com/yyi008pue8zwl1231hvomlx3zvx9oqam/512x384.jpg', 'https://html5.gamemonetize.com/yyi008pue8zwl1231hvomlx3zvx9oqam/', '0', 'Puzzles', 0, 0, '', 'octopus-escape'), (13218, 'Hospital Escape', 'Hospital Escape is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a Hospital; there you got trapped inside the Hospital. Here are the interesting puzzles and hidden objects to find and get escape from the Hospital. Good luck... Have fun!', 'https://img.gamemonetize.com/uge2wcvmykntljp9tkl31d7im3soh7hq/512x384.jpg', 'https://html5.gamemonetize.com/uge2wcvmykntljp9tkl31d7im3soh7hq/', '0', 'Puzzles', 0, 0, '', 'hospital-escape'), (13219, 'G2M Prisoner Escape', 'Prisoner Escape is a point and click game developed by 8B Games/Games2mad. Imagine that your friends had been too prisoner in a jail. You are now here to rescue them. Here are the interesting puzzles and hidden objects to find and get escape with your friends. Good luck... Have fun!', 'https://img.gamemonetize.com/7r4ia6ythup5v8tz1alk8lykfmz1z9gx/512x384.jpg', 'https://html5.gamemonetize.com/7r4ia6ythup5v8tz1alk8lykfmz1z9gx/', '0', 'Puzzles', 0, 0, '', 'gm-prisoner-escape'), (13220, 'Squid Game Obstacle Runner', 'Try to get to where you\'re going as quickly as possible to avoid being hit by approaching buses and railroad cars. Keep an eye out for any potential obstacles. The controls are simple: simply push the mouse and run, following the path automatically, dive into the map, and finally slide to safety to complete the game. The game is played on a mobile device or web browser. In order to avoid being captured by the renegades, assist your best teen buddies. Use of the skateboard adventure on the one-of-a-kind boards in the subway will be made possible by double-tapping the screen. For the purpose of obtaining the highest possible score in a given game, you should create another version of yourself and then share it with your social media friends list. Bus Runner is a type of subway running game in which you must be the fastest guy possible in order to save your companion from certain death. The game is unending and requires you to be the fastest guy possible. By unlocking the level, you can expand the number of roles you can take on.', 'https://img.gamemonetize.com/liuj8aw0oicwn0123yhsqughp9lry8me/512x384.jpg', 'https://html5.gamemonetize.com/liuj8aw0oicwn0123yhsqughp9lry8me/', '0', 'Arcade', 0, 0, '', 'squid-game-obstacle-runner'), (13221, 'Get Lucky', 'How does the girl win her love in the swimming pool? Get Lucky is actually not a puzzle game but a collecting vertical-version arcade game with a 3D girl and colorful coat hangers. Your objective is to charge the left bar up on the red area at each level by means of collecting coat hangers while avoiding red blankets. From you start collecting coat hangers, you are able to change and take off your current clothes as the girl. Keep calm and collect as many coat hangers as you can while avoiding red blankets!', 'https://img.gamemonetize.com/q1bkxq469vadmqlrltiupcstf1tdoc4r/512x384.jpg', 'https://html5.gamemonetize.com/q1bkxq469vadmqlrltiupcstf1tdoc4r/', '0', 'Arcade', 0, 0, '', 'get-lucky'), (13222, 'Hero Shooter', 'Hero Shooter, is a level-breaking shooting game, you can learn new skills every time you pass a level, come and break the level!', 'https://img.gamemonetize.com/mb7ncklrfpv65skzonie9pdmkf10upq0/512x384.jpg', 'https://html5.gamemonetize.com/mb7ncklrfpv65skzonie9pdmkf10upq0/', '0', 'Adventure', 0, 0, '', 'hero-shooter'), (13223, 'Cute Panda Supermarket Fun Shopping', 'From now on, you are the manager of the supermarket in baby panda\'s town! You can run your own supermarket, sell all kinds of products, serve customers, and upgrade the supermarket! A busy day has begun! Let\'s start with stock replenishment: Snacks, fruits, and daily necessities, including potato chips, candies, apples, and toothbrushes.', 'https://img.gamemonetize.com/0cgstu3g0i1ggi9icx4g3jse0ce6nkqf/512x384.jpg', 'https://html5.gamemonetize.com/0cgstu3g0i1ggi9icx4g3jse0ce6nkqf/', '0', 'Girls', 0, 0, '', 'cute-panda-supermarket--fun-shopping'), (13224, 'Pirate Bombs', 'Help Jack the pirate, in a cute and cute blue and white striped t-shirt, survive his adventure full of green whales. be careful whales can kill you jump on them to kill whales! kill the whales, collect the bombs and reach the door. Remember, the water level is constantly rising, try not to drown in the rising water level.', 'https://img.gamemonetize.com/2fkc52n13bw4bna1b61y9ac3edjz63gt/512x384.jpg', 'https://html5.gamemonetize.com/2fkc52n13bw4bna1b61y9ac3edjz63gt/', '0', 'Arcade', 0, 0, '', 'pirate-bombs'), (13225, 'Gear Race3D', 'Ride a motorcycle, dodge obstacles and see how far you can run!', 'https://img.gamemonetize.com/3f78bfflenyj6wj3detwkgncgvwkewa4/512x384.jpg', 'https://html5.gamemonetize.com/3f78bfflenyj6wj3detwkgncgvwkewa4/', '0', 'Hypercasual', 0, 0, '', 'gear-raced'), (13226, 'Bluebo', 'Bluebo is a 2D Platformer where you need to collect all of the gems while avoiding enemies and spikes and reach the finish flag. There are 8 levels to play.', 'https://img.gamemonetize.com/rnzwhl3hsbyxtscxxrs5wm698smifgwh/512x384.jpg', 'https://html5.gamemonetize.com/rnzwhl3hsbyxtscxxrs5wm698smifgwh/', '0', 'Arcade', 0, 0, '', 'bluebo'), (13227, 'Leafino', 'Leafino is a 2D platform game where you play as a leaf who needs to collect orbs while avoiding the fire ball enemies at any cost. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/kf88fpnlm68l3a03pfmoyydthepuchvd/512x384.jpg', 'https://html5.gamemonetize.com/kf88fpnlm68l3a03pfmoyydthepuchvd/', '0', 'Arcade', 0, 0, '', 'leafino'), (13228, 'Squid Royale', 'Now! You can knock down your competitors! The new competition now begins! Brand-new level elements, brand-new props content, and endless levels are waiting for you to challenge. Today I will provide you Squid Game. Squid Game is a game that is very popular with people because there are so many benefits that can be used.Squid Game 3D Challenge is the best app in the Free Entertainment category. It is a safe app for Android devices.Squid Game received critical acclaim and attracted international attention.The 2D Game offers a number of features, which we are going to share with you. At present, it only offers limited features, but you can explore those features on the zazgames and have fun. In the game, large groups of people must make a run. It\'s a unique gameplay that\'s both simple and unique. All you need to do is run and complete the goal. Before your eyes is a huge doll that you will know as Ghost. You can also see people with masks around here. As a result, if the masked man saw you move, he will kill you. If the ghost is not staring at you, you must move. In the game, players have to choose between red and green lights. The green light signifies moving. To avoid the ghost turning around, players must stop moving. Even a slight movement will kill you.As such, remember to reach another side of the field even if the light is green. By doing so, you will defeat the opponent. Features: Playable for free One of the best casual games with a simple interface that has a unique and interesting gameplay Interface that is user-friendly easy to use and does not support third-party advertising Next Update: -Squid game -Players are able to become guards! -Squid Game X Robolox Current Game Modes: Tug of War(NEW) Honeycomb Red Light, Green Light Glass Red light, Green light - Squid Survival Game! zazgames Squid Games: -Sugar Candy Challenge 3D -Squid Game Dalgona -Squid Game Coloring Book -Squid Game 3D Red Light Green Light -Shadow Fight 2 The Squid Game -SQUID GAME DOLL 3D -Squid Games Challenge -Squid Game Pro -Squid Game 3D Challenge -Red Light Green Light Multiplayer -Squid 3D Red Light Green Light -Squid Game 3D -Squid Game 2D -456: Survival game Instructions: - join the epic game! - be fast and sneaky! - run for your life! - red light - freeze! - survive!', 'https://img.gamemonetize.com/ldpl92acqz4zlashl0q06118r0p5myqd/512x384.jpg', 'https://html5.gamemonetize.com/ldpl92acqz4zlashl0q06118r0p5myqd/', '0', 'Arcade', 0, 0, '', 'squid-royale'), (13229, 'Squid Game Parkour', 'Try to finish the game with the squid game character! Touch the disabled and collect all the gold to reach the end!', 'https://img.gamemonetize.com/dukktgcyfwnk10icnq81rusdn36gc99b/512x384.jpg', 'https://html5.gamemonetize.com/dukktgcyfwnk10icnq81rusdn36gc99b/', '0', 'Arcade', 0, 0, '', 'squid-game-parkour'), (13230, 'Gun Sprint', 'Just tap and shoot backward to move forward, because guns and bullets fly in opposite directions! It\'s really harder than you think. Shoot the enemies all and mark the highest score!', 'https://img.gamemonetize.com/zei5eun6euffrrrzlayj8mk0yxxk1ta3/512x384.jpg', 'https://html5.gamemonetize.com/zei5eun6euffrrrzlayj8mk0yxxk1ta3/', '0', 'Shooting', 0, 0, '', 'gun-sprint'), (13231, 'Pineapple Pen Arcade', 'Sometimes all you need is to stick a pen into a fruit. Tap to throw the pen and try to hit an pineapple or an apple. Hit the perfect center for two times in a row, and experience joy! Challenge your friends to find out which one of you is the true master of the pen!', 'https://img.gamemonetize.com/95uj8m1l9gkw6sn36fj59l1vouli62dh/512x384.jpg', 'https://html5.gamemonetize.com/95uj8m1l9gkw6sn36fj59l1vouli62dh/', '0', 'Soccer', 0, 0, '', 'pineapple-pen--arcade'), (13232, 'Squid Game To Play', 'Squid Game: Survival Challenge Squid Game: Survival Challenge is the game based on the korean tv show / tv series. The levels include: Green light red light, tug of war, dalgona challenge, glass bridge, marble rolling and the night fight. The mission is easy: SURVIVE.', 'https://img.gamemonetize.com/tbryo0tomrp2ql5dqilevsozk8cg1csz/512x384.jpg', 'https://html5.gamemonetize.com/tbryo0tomrp2ql5dqilevsozk8cg1csz/', '0', 'Adventure', 0, 0, '', 'squid-game-to-play'), (13233, 'Food Truck Chefâ„¢ Cooking Games', 'Love cooking games ? Then join the top chef Emily, on her cooking adventure and cook tons of delicious tacos, falafel, asmr food, sushi, fast food & pizza in Flo & Emily\'s Restaurant at this Time Management delicious diner restaurant game. Bring out your inner crazy chef - cook fast, beat the clock & serve and manage the delicious foods to your customers and decorate your restaurant and food truck in this time management cooking restaurant game.', 'https://img.gamemonetize.com/tj0zk3pnu4p4ewnbdnxvah97n48yj71v/512x384.jpg', 'https://html5.gamemonetize.com/tj0zk3pnu4p4ewnbdnxvah97n48yj71v/', '0', 'Cooking', 0, 0, '', 'food-truck-chef-cooking-games'), (13234, 'Pumpkin Story', 'A Pumpkin Story is a fun adventure ride of the little pumpkin in this Halloween season. Here in this fun adventure game, the little pumpkin is moving around to collect the keys to unlock the portals for the exits. For that pumpkin needs to collect the key on the way, but we all know the hurdles there in the abandoned area, but some are for your convenience, use the blocks to climb up and collect the keys and reach the end-fire to complete the level.', 'https://img.gamemonetize.com/r9wl4zo9t4gzcs87ln0mg3dbfdblsg9o/512x384.jpg', 'https://html5.gamemonetize.com/r9wl4zo9t4gzcs87ln0mg3dbfdblsg9o/', '0', 'Puzzles', 0, 0, '', 'pumpkin-story'), (13235, 'Chiellini Pool Soccer', 'Try now "Chiellini Pool Soccer" and you can play the new game of Pool billiard soccer themed. Test the different game modalities, choose your best tactics, you can use 4 different modules, choose the your favorite shirt team and then sign your best record possible, and then see what position you have in the ranking! don\'t give up plays and replays to beat all your opponents !', 'https://img.gamemonetize.com/z10go075jag7cm1s06lh4tuczpbmufs0/512x384.jpg', 'https://html5.gamemonetize.com/z10go075jag7cm1s06lh4tuczpbmufs0/', '0', 'Sports', 0, 0, '', 'chiellini-pool-soccer'), (13236, 'Cars Lightning Speed', 'Game Cars: Lightning Speed ​​- will take you to the wonderful and fabulous world of Cars. You are given the opportunity to join Lightning McQueen and build your own racing career! Choose one of 5 racing cars and start racing. The game has two modes: single player and career. In Career Mode, you will be able to compete for the Piston Cup. You will have access to: championship for beginners, world championship, championship for professionals, as well as championships in different countries. Each championship has four races. Winning all four races will earn you the well-deserved Piston Cup. In the single player mode, you have access to simple races in such countries as: Germany, Italy, USA, Japan and Brazil. Choose your car and drive it as much as possible. During the race you will collect bonuses, which will be converted into money at the end of the arrival. Money can be spent on improving your car and changing the look. Make yourself your coolest car by painting it bright color and setting a unique sticker. Win all races and win championships. Collect all the nitro that you see on the road to accelerate to lightning speed. Heed the advice of the Master and become a champion!', 'https://img.gamemonetize.com/fysp1ykvw40e14hl9pjxrvzqt7mnkag6/512x384.jpg', 'https://html5.gamemonetize.com/fysp1ykvw40e14hl9pjxrvzqt7mnkag6/', '0', 'Sports', 0, 0, '', 'cars-lightning-speed'), (13237, 'Baldi basics spoopy MOD', 'Play Baldi\'s basics spoopy MOD in education and learning ,in this survival escape Game you need to Collect all 7 notebooks by answering math questions and find the exit before Baldi and his friends find you . Enjoy !', 'https://img.gamemonetize.com/fd6qrusnnv07q7hj8lu33f3y9ff8py2y/512x384.jpg', 'https://html5.gamemonetize.com/fd6qrusnnv07q7hj8lu33f3y9ff8py2y/', '0', 'Adventure', 0, 0, '', 'baldi-basics-spoopy-mod'), (13238, 'White Brick Backyard Escape', 'White Brick Backyard Escape is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a Backyard; there you got trapped inside the Backyard. Here are the interesting puzzles and hidden objects to find and get escape from the Backyard. Good luck... Have fun!', 'https://img.gamemonetize.com/hy6gzisq7ii5ly9owk1qo7n87jttctgw/512x384.jpg', 'https://html5.gamemonetize.com/hy6gzisq7ii5ly9owk1qo7n87jttctgw/', '0', 'Puzzles', 0, 0, '', 'white-brick-backyard-escape'), (13239, 'Grill Chicken Escape', 'Grill Chicken Escape is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a desert; there you are starving and you found a chicken in a grill. Here are the interesting puzzles and hidden objects to find the stuff to grill the chicken. Good luck... Have fun!', 'https://img.gamemonetize.com/ocs9563rn55enljkvpwiv0r6jffmf1zi/512x384.jpg', 'https://html5.gamemonetize.com/ocs9563rn55enljkvpwiv0r6jffmf1zi/', '0', 'Puzzles', 0, 0, '', 'grill-chicken-escape'), (13240, 'Find The Skateboard', 'Find The Skateboard is a point and click game developed by Games2Live. Imagine that you are in your beach house. You lost your skateboard. Here are the interesting puzzles and hidden objects to find the skateboard. Good luck…Have fun!', 'https://img.gamemonetize.com/yz2tlxf7wg2eebhqb23f4lz03aaouvr5/512x384.jpg', 'https://html5.gamemonetize.com/yz2tlxf7wg2eebhqb23f4lz03aaouvr5/', '0', 'Puzzles', 0, 0, '', 'find-the-skateboard'), (13241, 'Cameraman House Escape', 'Cameraman House Escape is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a house; there you got trapped inside the house. Here are the interesting puzzles and hidden objects to find and get escape from the house. Good luck... Have fun!', 'https://img.gamemonetize.com/twuec0k078xca6lhvbm3kfjtuv3jvrwc/512x384.jpg', 'https://html5.gamemonetize.com/twuec0k078xca6lhvbm3kfjtuv3jvrwc/', '0', 'Puzzles', 0, 0, '', 'cameraman-house-escape'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (13242, 'G2M Cat Escape', 'Cat Escape is a point and click escape game developed by 8BGames/Games2Mad. Imagine that you went to a fantasy forest on an evening to get relax yourself. While you were relaxing, you found a Cat locked up. Find some hidden object to solve some interesting clues to escape from the Cat. Good luck…Have fun!', 'https://img.gamemonetize.com/mrz90p70u27eqt47qqmi9pq3evfazekx/512x384.jpg', 'https://html5.gamemonetize.com/mrz90p70u27eqt47qqmi9pq3evfazekx/', '0', 'Puzzles', 0, 0, '', 'gm-cat-escape'), (13243, 'Find My Hellboy Toy', 'Find My Hellboy Toy is a point and click game developed by Games2Live. Imagine that you are in your farm house. You lost your Hellboy Toy. Here are the interesting puzzles and hidden objects to find the Hellboy Toy. Good luck…Have fun!', 'https://img.gamemonetize.com/qi5szpr1gqewuornziq6jc7w57r625yb/512x384.jpg', 'https://html5.gamemonetize.com/qi5szpr1gqewuornziq6jc7w57r625yb/', '0', 'Puzzles', 0, 0, '', 'find-my-hellboy-toy'), (13244, 'Snowman House Escape', 'Snowman House Escape is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a house; there you got trapped inside the house. Here are the interesting puzzles and hidden objects to find and get escape from the house. Good luck... Have fun!', 'https://img.gamemonetize.com/pyhdur43xm7yplwaj6h7vecfmzmlzhw8/512x384.jpg', 'https://html5.gamemonetize.com/pyhdur43xm7yplwaj6h7vecfmzmlzhw8/', '0', 'Puzzles', 0, 0, '', 'snowman-house-escape'), (13245, 'Christmas Resort Escape', 'Christmas Resort Escape is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a Christmas Resort; there you got trapped inside the Resort. Here are the interesting puzzles and hidden objects to find and get escape from the Resort. Good luck... Have fun!', 'https://img.gamemonetize.com/go58qhe7xdzgc93tx2nw6ynpigy836rd/512x384.jpg', 'https://html5.gamemonetize.com/go58qhe7xdzgc93tx2nw6ynpigy836rd/', '0', 'Puzzles', 0, 0, '', 'christmas-resort-escape'), (13246, 'Santa Gift Escape', 'Santa Gift Escape is a point and click escape game developed by 8BGames/Games2Mad. Here is a Santa Gift hidden somewhere so that here is some interesting puzzles, clues and hidden objects to get Gift and gift it to the Santa. Good Luck Have fun!', 'https://img.gamemonetize.com/6919ltzwn16qzk61yr8016ruyzxw5nf6/512x384.jpg', 'https://html5.gamemonetize.com/6919ltzwn16qzk61yr8016ruyzxw5nf6/', '0', 'Puzzles', 0, 0, '', 'santa-gift-escape'), (13247, 'Christmas Girl Escape', 'Christmas Girl Escape is a point and click escape game developed by 8BGames/Games2Mad. Imagine that you had been to a place on Christmas Eve; on there you found a Girl got trapped in it. Find some hidden object to solve some interesting clues to escape the Girl. Good luck…Have fun!', 'https://img.gamemonetize.com/k71vqbvr44tbzg7rvdj3x04bdd0r5f9d/512x384.jpg', 'https://html5.gamemonetize.com/k71vqbvr44tbzg7rvdj3x04bdd0r5f9d/', '0', 'Puzzles', 0, 0, '', 'christmas-girl-escape'), (13248, 'Christmas Party Escape', 'Christmas Party Escape is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a Christmas Party; there you got trapped inside the Party house. Here are the interesting puzzles and hidden objects to find and get escape from the Party house. Good luck... Have fun!', 'https://img.gamemonetize.com/7uxfxu1y7ond3ygrzfn85d609yf4y2cq/512x384.jpg', 'https://html5.gamemonetize.com/7uxfxu1y7ond3ygrzfn85d609yf4y2cq/', '0', 'Puzzles', 0, 0, '', 'christmas-party-escape'), (13249, 'Christmas Caterpillar Escape', 'Christmas Caterpillar Escape is a point and click escape game developed by 8BGames/Games2Mad. Imagine that you had been to a place; on there you found a Caterpillar got trapped. Find some hidden object to solve some interesting clues to escape the Caterpillar. Good luck…Have fun!', 'https://img.gamemonetize.com/fafwy9wzcyulo3m6f4qehtmftbz5exld/512x384.jpg', 'https://html5.gamemonetize.com/fafwy9wzcyulo3m6f4qehtmftbz5exld/', '0', 'Puzzles', 0, 0, '', 'christmas-caterpillar-escape'), (13250, 'Find the Christmas Cap', 'Find the Christmas Cap is a point and click game developed by 8B Games/Games2Mad. Imagine that you had been to a snowy mountain. There you were about to celebrate Christmas and New Year. So you need Christmas Cap. Here are the interesting puzzles and hidden objects to find the Christmas Cap.', 'https://img.gamemonetize.com/6hgpyxvtc0ev29x9b12qjzvj97u1wzni/512x384.jpg', 'https://html5.gamemonetize.com/6hgpyxvtc0ev29x9b12qjzvj97u1wzni/', '0', 'Puzzles', 0, 0, '', 'find-the-christmas-cap'), (13251, '2022 Coming Escape', '2022 Coming Escape is a point and click game developed by 8B Games/Games2mad. Imagine that you are about to go out for New Year shopping; there you got trapped inside the house. Here are the interesting puzzles and hidden objects to find and get escape from the house. Good luck... Have fun!', 'https://img.gamemonetize.com/jb8b9n9woocmlsrfkmkv3nvuc9z63g77/512x384.jpg', 'https://html5.gamemonetize.com/jb8b9n9woocmlsrfkmkv3nvuc9z63g77/', '0', 'Puzzles', 0, 0, '', '-coming-escape'), (13252, 'Goodbye 2021 Escape', 'Goodbye 2021 Escape is a point and click escape game developed by 8BGames. Imagine that you went to your friend home for Christmas celebration. When you went there you got trapped inside of the house. Here are the interesting puzzles and hidden objects to find and get escape from the house. Good luck... Have fun!', 'https://img.gamemonetize.com/8jcczb7yxbuuq36gs6yym9f8v9v0rqvy/512x384.jpg', 'https://html5.gamemonetize.com/8jcczb7yxbuuq36gs6yym9f8v9v0rqvy/', '0', 'Puzzles', 0, 0, '', 'goodbye--escape'), (13253, 'Happy New Year 2022 Escape', 'Happy New Year 2022 Escape is a point and click escape game developed by 8B Games/Games2mad. Imagine that you went to park for New Year celebration. When you went there you got trapped in it. Here are the interesting puzzles and hidden objects to find and get escape from this place. Good luck... Have fun!', 'https://img.gamemonetize.com/mmtpcwun1kscv5qikwm4fk1j8c2qlfb0/512x384.jpg', 'https://html5.gamemonetize.com/mmtpcwun1kscv5qikwm4fk1j8c2qlfb0/', '0', 'Puzzles', 0, 0, '', 'happy-new-year--escape'), (13254, 'Squid Game Real Vs Barca', 'Welcome to the squid game!', 'https://img.gamemonetize.com/2wu4k6zofsypzs7i13598tn62q1klbsg/512x384.jpg', 'https://html5.gamemonetize.com/2wu4k6zofsypzs7i13598tn62q1klbsg/', '0', 'Adventure', 0, 0, '', 'squid-game-real-vs-barca'), (13255, 'Tic Tac Toe Multiplayer X O Puzzle Board Game', 'Crossed or mega tic tac toe classic Multiplayer is a Strategy game for Board Games Lovers. It offers hours to hours of fun challenges against a real player & two players. X.O.X. is a fantastic game for people of different ages. It\'s a zero and crossed-category game. The game has some alternative English names. Such as: Tic-tac-toe, tic-tac-toe,tick-tat-toe or tit-tat-toe. Xs and Os X and O O-X X.O., tick cross. Os and Xs\'s main objective is entirely the opposite of Tic -Tac -Toe Or Noughts and crosses. You have to fill up the grid with "X" and "O" symbols without placing three Xs or Os in a line two players can play two-player offline games on the grid with "X," and "O." Each player chooses a sign, "X" or "O." Crosses Tic-Tac-Toe Strategy Game Tic-Tac-Toe is simple for two players, Xs and Os. The player who successfully places three of their marks in a horizontal, vertical, or diagonal row wins. This strategy board game is easy to play online now with tic tac toe 2 go\'s multiplayer version! Tic Tac Toe Crossed can be played on any device at any time. Mainly there\'ve three steps: Crossed Tic tac toe multiplayer Tic tac toe classic BOT GAME The Tic Tac Toe game offers you a few options: play against the computer (which can be set at three different levels), and play with friends in multiplayer mode via a WiFi network!. If X plays a center move, you should play the corner move. This is because you are forcing "X" to block in the next move. X.O.X.O. Both players are. That means the game is over. B.O.T. allows you to play tic tac toe multiplayer against the bot at 3 levels of difficulty. These descriptions focus on grid games like the one illustrated above when each player begins with four "markers" (Xs or Os) that they place on an empty 3×3 grid which is either drawn on a sheet of paper or played on a flat surface. The grid can be any 3-dimensional shape, and it can be played on a triangular sheet and a square one. In special squares called "safety zones," no mark may be placed (for example, if your opponent put three dots in rows next to each other).it is possible for players to play their markers in the same cell, which should cause the game to end in a draw. Instead, this scenario is often referred to as \'a tie\' or \'premise.\' Players use 1 and 2 symbols, respectively. The X player is the first to play this example x o x game. To place their X on any empty cell, or pass and wait for the next turn. The player moves next. For every two players, it\'s possible to make an immediate win (or draw) by placing three consecutive marks in a horizontal, vertical, or diagonal row. These wins are shown as \'X\' and \'O\'. Features: Tic-Tac-Toe is a paper-and-pencil game for two players. To achieve three respective marks in a horizontal, vertical, or diagonal row. If both players get three in a row, it\'s called a tie. Play Crossed Tic Tac Toe multiplayer against a Bot on 3 different difficulties for fun, practice, and training purposes; 3 by 3 grid. Player name configuration by entering code. Play tic-tac-toe with Al by this, you can test Your smartness. XOXO has 4 levels: Easy and hard mood. In both modes, you have to play with A.I. Game board theme is (green, yellow, and white) For Single and multiplayer modes, game boards are always the same. Sound system is quite good. No need to vibrate game mode on two players. The Crossed Multiplayer Bots are not always going to make the best moves, so it may give you some insight into how others play; If you like the Tic Tac Toe Game, make sure you rate it 5-stars! you can play Tic Tac Toe on your Android device for free. "It remains one of the top free apps because you get exactly what you paid for - a classic game of Tic Tac Toe Let\'s play this free tic-tac-toe classic puzzle game now!', 'https://img.gamemonetize.com/k2z7x4yoxps6w152h26fvwrc1wvmbju7/512x384.jpg', 'https://html5.gamemonetize.com/k2z7x4yoxps6w152h26fvwrc1wvmbju7/', '0', 'Puzzles', 0, 0, '', 'tic-tac-toe-multiplayer--x-o-puzzle-board-game'), (13256, 'Head Ball Hyper Casual Game', 'The Head Ball Hyper Casual Game is a new type of sport that involves the player\'s head. It was designed with an emphasis on creativity, agility and balance in mind while also ensuring they have fun! At Head Ball, they are always looking for new ways to make the game more exciting. One way is by giving their head coaches an opportunity to show off their creative and innovative side while staying competitive on all levels!', 'https://img.gamemonetize.com/9pg33n8oucwrolgb6hrj2wh9dsww9oyv/512x384.jpg', 'https://html5.gamemonetize.com/9pg33n8oucwrolgb6hrj2wh9dsww9oyv/', '0', 'Sports', 0, 0, '', 'head-ball-hyper-casual-game'), (13257, 'Cotton candy cooking', 'You will bake, but you will also have different things to accomplish in order to get your dessert done. That flavored cotton candy will be build during four major steps: purchasing the needed items, cleaning the kitchen, cooking the sweets and in the end decorating them.', 'https://img.gamemonetize.com/pi6q678phm5b8yhgc2yin5oty64w0vog/512x384.jpg', 'https://html5.gamemonetize.com/pi6q678phm5b8yhgc2yin5oty64w0vog/', '0', 'Cooking', 0, 0, '', 'cotton-candy-cooking'), (13258, 'Brawl Stars Warfire', 'Have fun with this new exclusive game Brawl Warfire Online a battle between heroes in the west a battalion of robots wants to dominate the world but they will run into the heroes who will defend this battle. Play it for free on kiz10.com totally free and enjoy a lot of entertainment. An army of robots go to the nearest towns to face a war where they will seek to dominate the world, the heroes of brawl stars set out to face and save the world from the robot ordes !!! The objective of the game is to help order the heroes to face all the robots in this shooting battle !!! try to capture the flag of the enemy battalion to complete and win the level !!!! Move your troops at the right time, call the heroes you have available to face the robots, don\'t waste time.', 'https://img.gamemonetize.com/d0hs3i82tto9b9mzadx5ly0dkj1fmhqa/512x384.jpg', 'https://html5.gamemonetize.com/d0hs3i82tto9b9mzadx5ly0dkj1fmhqa/', '0', 'Adventure', 0, 0, '', 'brawl-stars-warfire'), (13259, 'City Blocks', 'City Blocks is a match-3 puzzle game. Strategically place new buildings and upgrade them to build the largest possible city before you run out of space.', 'https://img.gamemonetize.com/ckzakpya7sjh1hf7q9j0jdctjhwg9c1s/512x384.jpg', 'https://html5.gamemonetize.com/ckzakpya7sjh1hf7q9j0jdctjhwg9c1s/', '0', 'Puzzles', 0, 0, '', 'city-blocks'), (13260, 'Insect Battle', 'In the Great Insect Fight, play a small insect in a big map. You can pick up items on the ground and grow up slowly, or you can eat insects smaller than yourself. Clicking skills can split it. Be careful not to be eaten by big insects', 'https://img.gamemonetize.com/hl1467oz3sgxh00xmmgvd34zwgikjpm2/512x384.jpg', 'https://html5.gamemonetize.com/hl1467oz3sgxh00xmmgvd34zwgikjpm2/', '0', '3D', 0, 0, '', 'insect-battle'), (13261, 'Unicorn Drink Maker', 'Every kid likes milkshakes and unicorn food. Becoming a milkshake maker to design your favorite rainbow unicorn milkshake sounds great. In our game, you will see a variety of kitchen utensils and decorations such as cooking pots, blenders and cat\'s claw cups. At the same time, we will also provide milkshake recipes, you can use milk, fruit and ice cream to make unicorn milkshake. We also have all kinds of fruits, different styles of unicorns, all kinds of beautiful colored particles and sugar to decorate the milkshake. Come and join the DIY unicorn milkshake making game.', 'https://img.gamemonetize.com/ztggo4qri697bd7rs7qcn6pvsth486wb/512x384.jpg', 'https://html5.gamemonetize.com/ztggo4qri697bd7rs7qcn6pvsth486wb/', '0', 'Girls', 0, 0, '', 'unicorn-drink-maker'), (13262, 'Baby Princess and Prince', 'Baby Princess and Prince is a fun girl game with amazing graphics and customizations!', 'https://img.gamemonetize.com/d9pqpgfcmkzi53v4ilk2aszoadiu1107/512x384.jpg', 'https://html5.gamemonetize.com/d9pqpgfcmkzi53v4ilk2aszoadiu1107/', '0', 'Girls', 0, 0, '', 'baby-princess-and-prince'), (13263, 'Stewardess Beauty Salon', 'Stewardess Beauty Salon is a fun girl game with amazing graphics and customizations!', 'https://img.gamemonetize.com/fnlwvpy57jqq0zps4j7rz3z6azs0ioew/512x384.jpg', 'https://html5.gamemonetize.com/fnlwvpy57jqq0zps4j7rz3z6azs0ioew/', '0', 'Girls', 0, 0, '', 'stewardess-beauty-salon'), (13264, 'Snow White Hidden Stars', 'Snow White Hidden Stars is a point-and-click game for all ages. The objective of the game is to discover all the stars before time runs out. For any click wrong, you lose 20 seconds from your allocated time. The game consists of 12 levels to complete and you can submit your score if you finish the game. To play the game on mobile devices you need a touch pen to play, or you need a very thin finger.', 'https://img.gamemonetize.com/cd4mvcd6q3m045iaew123ae40mwj4753/512x384.jpg', 'https://html5.gamemonetize.com/cd4mvcd6q3m045iaew123ae40mwj4753/', '0', 'Girls', 0, 0, '', 'snow-white-hidden-stars'), (13265, 'Magical Jewels', 'This is Magical Jewels, match3 Casual game with various missions. All you have to do is match 3 or more similar jewels to crush them. in every levels you will have to collect Jewels listed in top left to complete the mission. have fun', 'https://img.gamemonetize.com/7fb681w6m0n6ilh1b5xqrv8ajbhghex6/512x384.jpg', 'https://html5.gamemonetize.com/7fb681w6m0n6ilh1b5xqrv8ajbhghex6/', '0', 'Puzzles', 0, 0, '', 'magical-jewels'), (13266, 'Candy Bubbles', 'Amazing candy bubble buster game comes, it\'s the best Bubble Shooter with amazing effects! Your goal is to match groups of three or more same-colored candy bubbles to clear the playing field; use the least small ball to end level. Use the superb technique to break in one fell swoop, and experience the happiness of success!', 'https://img.gamemonetize.com/9oref0y4jt1kvkiiprrs1lxuxwdbtb49/512x384.jpg', 'https://html5.gamemonetize.com/9oref0y4jt1kvkiiprrs1lxuxwdbtb49/', '0', 'Puzzles', 0, 0, '', 'candy-bubbles'), (13267, 'Flight Of The Viking', 'Make sure this Viking keeps his pants on! Help the Viking get as far as he possibly can in his Sputtering Plane. While avoiding the stone structures. This Action packed adventure Features fun animations and a crazy speed increase as you progress! Flying is for the Birds! Hold on to your Pants. If you fail you are gonna see tightey whitey underwear like never before your dignity is On the Line.', 'https://img.gamemonetize.com/m8wxwvwtxiug37t9ourvgw9f61slis9k/512x384.jpg', 'https://html5.gamemonetize.com/m8wxwvwtxiug37t9ourvgw9f61slis9k/', '0', 'Racing', 0, 0, '', 'flight-of-the-viking'), (13268, 'Tiny Owl', 'Escape! Avoid Bats and Mines in Tiny Owl! Tiny Owl takes the Endless runner (i guess endless flyer) genre! Help our friend "Pinky" the little Owl to get as high as he can, avoiding the obstacles such as rolling mines, spikes, bats on the way and collecting as many coins as possible. Don\'t hit any enemies or it\'s game over for Pinky! Challenge your friends scores on the local leader boards to see who comes out top in this addictive, challenging and entertaining arcade game. Key Features: - Play as a happy cute little Pinky Owl character! - Fantastic graphics with a great soundtrack ! - Beat your friends\' World scores in the leaderboard! - Fly as high as possible touching each side of the screen - It\'s extremely easy just one touch to play! - Your kids love it!', 'https://img.gamemonetize.com/qespg2np194ugda9jqf2sqbpej8sp1xu/512x384.jpg', 'https://html5.gamemonetize.com/qespg2np194ugda9jqf2sqbpej8sp1xu/', '0', 'Hypercasual', 0, 0, '', 'tiny-owl'), (13269, 'Ant Squisher 2', 'Squish all the Ants! There are Ants everywhere! Squish Ants as fast as you can, but make sure not to touch the Ladybug and Beatle! Experience a frantic bug squishing adventure when your screen is filled with swarms all Ants. The more you Squish, the more that appear! try to Squish the super fast Ants for more bonus points! and now are includes two additional play modes: Normal Play or Classic: Squish Ants without killing any Beetles or Ladybugs; the more you squish, the more that appear! Speed Mode: where you have to race the clock to Squish as many Ants as possible. Free Play: where you can casually Squish all the Ants without timers or game overs (it\'s very very suitable to for all Kids and Baby) The gameplay is designed to increase in difficulty based on your personal skill! Product feature bullets: • Endless game modality for Kids! • 3 Play Modes! • Super addicting gameplay! • Super fun for all! • Balanced difficulty! • Amazing colorful graphics! • Funny sound effects! • Great music background!', 'https://img.gamemonetize.com/fxmxuwjtk27hsp171cde1adpd3jyn99n/512x384.jpg', 'https://html5.gamemonetize.com/fxmxuwjtk27hsp171cde1adpd3jyn99n/', '0', 'Hypercasual', 0, 0, '', 'ant-squisher-'), (13270, 'Merge The Numbers 2', 'Merge Number Puzzle is an addictive relaxing merge block game. Come to play MERGE PUZZLE GAME and give your brain a rest!', 'https://img.gamemonetize.com/py9hpat0q4l8sh0f5dzdi7dc7al0uygi/512x384.jpg', 'https://html5.gamemonetize.com/py9hpat0q4l8sh0f5dzdi7dc7al0uygi/', '0', 'Puzzles', 0, 0, '', 'merge-the-numbers-'), (13271, 'Bridge Of Doom', 'Bridge of Doom is a fun platform game with a unique concept. You must control your fierce and braze dwarf and help him pass over the deadly bridge of doom! You will encounter many enemies and obstacles on your way. You must simply click to move your hero - each click moves your hero one space forward. To destroy the goblins, you must click rapidly - be careful though if you click too much, you could fall on a trap! Time your moves carefully but move through the deadly bridge of doom as quickly as you can!', 'https://img.gamemonetize.com/74w9u2yoixgx982y3n15xk5aj58xk4zu/512x384.jpg', 'https://html5.gamemonetize.com/74w9u2yoixgx982y3n15xk5aj58xk4zu/', '0', 'Adventure', 0, 0, '', 'bridge-of-doom'), (13272, 'My Little Phone', 'This fun educational game will teach your kids and toddlers to learn numbers and songs for hours on end with classic nursery rhymes with adorable images. We value children’s education and your child will love playing with this fun baby toy. They will learn numbers, letters and notes quickly and easily! Your children will love learning with the songs and making sound effects!', 'https://img.gamemonetize.com/bx8aqg6vxb8v2xgz00fymj8lvzwy11if/512x384.jpg', 'https://html5.gamemonetize.com/bx8aqg6vxb8v2xgz00fymj8lvzwy11if/', '0', 'Clicker', 0, 0, '', 'my-little-phone'), (13273, 'Avoid The Germs', 'Avoid the germs and collect the gunk and look out for speedy power ups in this great arcade packed fast paced game for kids! Product feature bullets: • very very easy to play • nice 2D graphics • endless game • very fun game for kids and babies • cool music sound effects • amazing animations', 'https://img.gamemonetize.com/c6hxsh5uvsuqgse8dr6fnrxmv6qoqmai/512x384.jpg', 'https://html5.gamemonetize.com/c6hxsh5uvsuqgse8dr6fnrxmv6qoqmai/', '0', 'Racing', 0, 0, '', 'avoid-the-germs'), (13274, 'Cocomelon Jigsaw', 'Cocomelon Family is a well know tv series for kids. This time you can play jigsaw game with popular cocomelon characters. At this game will be 12 image with cocomelon images. Select first image and start the game. Play with 25, 49 or 100 pieces and solve the image. Put the images in right place to get the image with cocomelon character. Solve first image to unlock next one. Try to finish more images as you can. Have fun and enjoy at the game.', 'https://img.gamemonetize.com/1i39y9dc40ri838ijli7zx5g6ekne23d/512x384.jpg', 'https://html5.gamemonetize.com/1i39y9dc40ri838ijli7zx5g6ekne23d/', '0', 'Puzzles', 0, 0, '', 'cocomelon-jigsaw'), (13275, 'Dress Up Game Burning Man Stay Home', 'Experience the Magic of Burning Man Stay Home with our Dress Up Game! Get ready for a virtual fashion extravaganza with Dress Up Game: Burning Man Stay Home Edition! Relive the spirit of Burning Man from the comfort of your home as you style your virtual character with bohemian outfits, dazzling accessories, and funky hairstyles. Express yourself and stand out in the virtual crowd with unique styles inspired by the iconic festival. Share your creations with friends and compete for the most original looks in this exciting virtual fashion challenge. Join now and unleash your creativity in the ultimate online festival celebration!', 'https://img.gamemonetize.com/la8obabhj7lstgtmu8dt02vee1cmt1tc/512x384.jpg', 'https://html5.gamemonetize.com/la8obabhj7lstgtmu8dt02vee1cmt1tc/', '0', 'Girls', 0, 0, '', 'dress-up-game-burning-man-stay-home'), (13276, 'Defend Beach', 'The enemy is coming from the sea. The player\'s goal is to guard the beach and prevent the enemy from passing through. Set up your rocket and start shooting at the enemy. According to the letters on the enemy plane, quickly hit the keyboard to destroy the enemy. Destroy as many enemy planes as possible before landing!', 'https://img.gamemonetize.com/q1npepv3e6yco09zdsopls42sv0qan7w/512x384.jpg', 'https://html5.gamemonetize.com/q1npepv3e6yco09zdsopls42sv0qan7w/', '0', 'Puzzles', 0, 0, '', 'defend-beach'), (13277, 'Matching Madness', 'Welcome to Matching Madness! All of us should anjoy this match3 puzzle game! Your mission is to swipe and match 3 or more identical colorful creatures to clear them from the board and complete your level. Explore almost 100 chellenging levels and missions and try to complete them all. Let\'s do it', 'https://img.gamemonetize.com/p0l5razkdx2jpiaygvq4a0aeg6zitv0r/512x384.jpg', 'https://html5.gamemonetize.com/p0l5razkdx2jpiaygvq4a0aeg6zitv0r/', '0', 'Puzzles', 0, 0, '', 'matching-madness'), (13278, 'Halloween Monsters Match', 'Halloween Monster Match is a simple cool game that requires finding match card pairs based on a Halloween Monsters theme! Memorize all the cool and funny zombies on the cards and match the twos or three pairs as per the target. Play the total game and win the game.', 'https://img.gamemonetize.com/fql593mn0xgbpqzbj4tekcuvwku5eteg/512x384.jpg', 'https://html5.gamemonetize.com/fql593mn0xgbpqzbj4tekcuvwku5eteg/', '0', 'Puzzles', 0, 0, '', 'halloween-monsters-match'), (13279, 'Do Re Mi Piano For Kids', 'Your Do Re Mi is a free and simple piano which is suitable for children and beginners, the easiest way to play piano, guaranteed. Tap anywhere on the piano to play the next note in the song. You\'ve these three tools in one game: - Piano - Flute - Arpa Moreover, the function of listening examination can train your sound hearing; the main features is shown as follows.', 'https://img.gamemonetize.com/n7zojihwqiucpvqre9aflgal4rskz0bn/512x384.jpg', 'https://html5.gamemonetize.com/n7zojihwqiucpvqre9aflgal4rskz0bn/', '0', 'Clicker', 0, 0, '', 'do-re-mi-piano-for-kids'), (13280, 'Tiny Zombie The Barricade', 'Shoot with your weapons the Tiny Zombies that you see on the screen! Grab your weapon and shoot on the zombie\'s head to destroy it! The main goal is to resist the more you can and defend your barricade! Key Features: -Great gameplay over 60fps! -Smooth animations! -20 Different Tiny Zombies! -5 Different Weapons to blast Zombies! -Endless gameplay! Have fun with this great funny endless game!', 'https://img.gamemonetize.com/fivyjxq0qmj5hmc6pzlywfj20kl5jg2w/512x384.jpg', 'https://html5.gamemonetize.com/fivyjxq0qmj5hmc6pzlywfj20kl5jg2w/', '0', 'Shooting', 0, 0, '', 'tiny-zombie-the-barricade'), (13281, 'Maze Game Horror Prank', 'The gameplay is very easy you have to pass through different maze levels with a red square trying not to hit the wall but be careful there are dark beings in the walls of the maze.', 'https://img.gamemonetize.com/7fcai5soimafa39r5cao4ckn2pepds1z/512x384.jpg', 'https://html5.gamemonetize.com/7fcai5soimafa39r5cao4ckn2pepds1z/', '0', 'Puzzles', 0, 0, '', 'maze-game-horror-prank'), (13282, 'Halloween Cooking Games', 'A Unique Halloween Cooking - one of the most addictive time management cooking games! Join in the Halloween Cooking City, tap as fast as you can to enjoy the fast-paced gameplay!', 'https://img.gamemonetize.com/o9eg0tchipqkaqlyipr6zvsvuxsz1ydi/512x384.jpg', 'https://html5.gamemonetize.com/o9eg0tchipqkaqlyipr6zvsvuxsz1ydi/', '0', 'Cooking', 0, 0, '', 'halloween-cooking-games'), (13283, 'My Restaurant EmpireDecorating Story Cooking Game', 'Welcome to the adventure of building a great Restaurant Empire, the newest top 3D cooking game of the time-management game series .', 'https://img.gamemonetize.com/6p8bkuxnstg9pwki0nuylj5v9m4h3xgq/512x384.jpg', 'https://html5.gamemonetize.com/6p8bkuxnstg9pwki0nuylj5v9m4h3xgq/', '0', 'Cooking', 0, 0, '', 'my-restaurant-empiredecorating-story-cooking-game'), (13284, 'Car For Kids', 'Work as the repair car master and car wash the dirty plane in the kids auto garage plane wash repair game or car wash game where you must perform multiple tasks like a car wash, repair the car, car wash, car test ride.', 'https://img.gamemonetize.com/wc85dzxvluv5bc44csr4s7mqsu2ykrsr/512x384.jpg', 'https://html5.gamemonetize.com/wc85dzxvluv5bc44csr4s7mqsu2ykrsr/', '0', 'Clicker', 0, 0, '', 'car-for-kids'), (13285, 'Cooking Fest Cooking Games', 'Cook, serve and enjoy delicious food in FREE time management games!. Cooking Fest lets you serve delicious food in a beautiful restaurant city, from a tropical restaurant to a cool ice cream shop to a seafood restaurant out at sea.', 'https://img.gamemonetize.com/eowv393v4az1czoy5uvlvuzw30vuzbpm/512x384.jpg', 'https://html5.gamemonetize.com/eowv393v4az1czoy5uvlvuzw30vuzbpm/', '0', 'Cooking', 0, 0, '', 'cooking-fest--cooking-games'), (13286, '4 Colors Multiplayer', '4 Colors Multiplayer. Face up to 3 real opponents or 3 computer-controlled players. Match cards by color or number. Use play action cards to mix the game up and be the first to get rid of all cards. Last but not least: Do not forget to press the 1 button when you have only one card left!', 'https://img.gamemonetize.com/mbpqmueimk0m8x16af34lh6q5wfbbu69/512x384.jpg', 'https://html5.gamemonetize.com/mbpqmueimk0m8x16af34lh6q5wfbbu69/', '0', 'Puzzles', 0, 0, '', '-colors-multiplayer'), (13287, 'Sonic Rush', 'Sonic the Hedgehog and his friends are back in an action-packed runner game!', 'https://img.gamemonetize.com/1cyppqx5drqmlashny7kjt754her6fcr/512x384.jpg', 'https://html5.gamemonetize.com/1cyppqx5drqmlashny7kjt754her6fcr/', '0', 'Racing', 0, 0, '', 'sonic-rush'), (13288, 'Cuphead Running', 'Run with the cuphead characters and escape the dangerous environments and collect stars while running.', 'https://img.gamemonetize.com/s833gncfult4z04hyqewnitbgx83bhus/512x384.jpg', 'https://html5.gamemonetize.com/s833gncfult4z04hyqewnitbgx83bhus/', '0', 'Racing', 0, 0, '', 'cuphead-running'), (13289, '2D Maze Balance', 'A game that will test your dexterity and patience. In the game Maze Balance you will have the task to collect all the keys that will open the gate to the next levels. During your journey to success, various traps await you, which will try to ruin your journey. Good luck and fun! more games www.durmangames.com', 'https://img.gamemonetize.com/szkkep2riogui0rreaxnbzzblxe3kt5a/512x384.jpg', 'https://html5.gamemonetize.com/szkkep2riogui0rreaxnbzzblxe3kt5a/', '0', 'Puzzles', 0, 0, '', 'd-maze-balance'), (13290, 'Money Fest', 'You can now play the Money Fest game on the Web without downloading it to your computer. Start making money by collecting coins scattered throughout the level. You can increase your money by doing some math operations. If you divide or subtract, you lose money. If your balance drops below zero, the game will fail. So you have to be careful along the way. Also, sometimes discounts, taxes, and many ways to lose/make money will appear on the way. In the Money Fest game, you have to be careful and do the math quickly. Visit meyagames.com for this fun hypercasual game and much more. Have fun.', 'https://img.gamemonetize.com/35cqz2kdzwg7ox6xcmzpy776c42p28aw/512x384.jpg', 'https://html5.gamemonetize.com/35cqz2kdzwg7ox6xcmzpy776c42p28aw/', '0', 'Hypercasual', 0, 0, '', 'money-fest'), (13291, 'Tennis Master', 'Become a tennis master and show all your competitor talents to beat your opponents in the game Tennis Masters. You can play against the computer, or against a friend in 2 player mode! Collect power-ups and funny transformations. Have fun!', 'https://img.gamemonetize.com/73735h3z94pu326yf9gs7b0a9acixuso/512x384.jpg', 'https://html5.gamemonetize.com/73735h3z94pu326yf9gs7b0a9acixuso/', '0', 'Sports', 0, 0, '', 'tennis-master'), (13292, 'Basketball Legends', 'Basketball Legends 2020 is a cool 2 player basketball game. Choose your team and enter a challenging tournament against the CPU or play fun quick matches against your best friend. Control your player to perform awesome dunks and 3 pointers to win the game. Feel free to block and slap your opponent to knock him out and get the ball, and pay attention to the super shot bar on the top of the screen, once it’s fully loaded, you can use the hot special dunk from wherever you are standing, it never fails. Be the best player on the field. Enjoy Basketball Legends!', 'https://img.gamemonetize.com/kspasbmlt9b5uihyz8ua7r7hls8bawo7/512x384.jpg', 'https://html5.gamemonetize.com/kspasbmlt9b5uihyz8ua7r7hls8bawo7/', '0', 'Sports', 0, 0, '', 'basketball-legends'), (13293, 'Basketball AllStars', 'Basketball Stars is a cool 2 player basketball game by MadPuffers. Choose your team and enter a challenging tournament. Control your player to perform awesome dunks and 3 pointers to win the game. Feel free to block and slap your opponent to knock him out and get the ball, and pay attention to the supershot bar on the top of the screen, once it’s fully loaded, you can use the hot special dunk from wherever you are standing, it never fails. Be the best player on the field. Enjoy Basketball Stars!', 'https://img.gamemonetize.com/ycc9yyyfyazoiibce061j1b7jx91tt8a/512x384.jpg', 'https://html5.gamemonetize.com/ycc9yyyfyazoiibce061j1b7jx91tt8a/', '0', 'Sports', 0, 0, '', 'basketball-allstars'), (13294, 'Squid Marble Game', 'In Squid Marble Game, aim carefully and take your shot to get the marble through the hole. You\'re out of the game if you don\'t get it in the hole. If the game goes well, try again in the next plane to get the marble into the hole. To succeed in 50 distinct levels, you must take shots. Right now, you may play Squid Marble Game!', 'https://img.gamemonetize.com/gkmmy1uaho9oy4oq6m6uhlun6on65lfo/512x384.jpg', 'https://html5.gamemonetize.com/gkmmy1uaho9oy4oq6m6uhlun6on65lfo/', '0', 'Puzzles', 0, 0, '', 'squid-marble-game'), (13295, 'Squid Dalgona Candy', 'Are you ready to play a popular and entertaining puzzle game? You must use a needle to remove the desired form from the candy molds in the Squid Dalgona Candy game. You should gently remove the candy mold since it is hard and brittle. It\'s game over if you shatter the candy! To extract the candy without breaking it, you must click the button on a regular basis. The sweets will shatter if you click a lot and put the "Crack Meter" to the red level. The game is also finished if you don\'t remove the candy inside the time limit.', 'https://img.gamemonetize.com/lmcgtvpxt3ur3o9b544lvj7djkayz62a/512x384.jpg', 'https://html5.gamemonetize.com/lmcgtvpxt3ur3o9b544lvj7djkayz62a/', '0', 'Puzzles', 0, 0, '', 'squid-dalgona-candy'), (13296, 'Don`t Look Up Jumping', 'Hey, a huge meteor is about to hit our beautiful world. However, Dr. Mindy has a chance to get away. He can get rid of the meteor by ascending to the sky with small pieces of that huge meteor. The higher it goes, the less impact the meteor will have. Come on help him and Dr. Raise Mindy to the top. But be careful, don\'t let him down. A great danger awaits him below. Do not forget to visit ripogame.com to play this and many other games. RipoGame wishes good games.', 'https://img.gamemonetize.com/djmlpm43j220o7qg5y3jtamhaf800429/512x384.jpg', 'https://html5.gamemonetize.com/djmlpm43j220o7qg5y3jtamhaf800429/', '0', 'Hypercasual', 0, 0, '', 'dont-look-up--jumping'), (13297, 'Ram the Yoddha', 'On this Dussehra Season, Freak X Apps released an interesting game which is based on the Rama’s victory over the demons king Ravana. “Ram The Yodha†is a great combination of action and role-playing games(RPG). Ravan - The king of the demons is always ready with evil plans & Lord Ram on his quest to defeat the army of Lankapati Ravan. In this game, you need to kill different demons which will appear on the screen. You have to drag the bows and release them to kill demons. Each demons have different points which you can get by killing them. The best part of the game is as Lord Ram you will never be killed or attacked by the demons, but you need to save your bows as you have only limited bows to kill the demons. So, be careful & lil fast too, as the time is also running. Make sure you don’t miss the chance. To fight against the most dangerous demons, you may need more powerful weapons. For this purpose, you will also get some supernatural weapons(as power) in the game to kill the demons. Apart from this, you can also get more bows by collecting the power of the bows. So, celebrate the victory of good over bad by playing the Ram the Yodha game.', 'https://img.gamemonetize.com/sk01xly0l96g1erxe45uijpna2enbpwi/512x384.jpg', 'https://html5.gamemonetize.com/sk01xly0l96g1erxe45uijpna2enbpwi/', '0', 'Shooting', 0, 0, '', 'ram-the-yoddha'), (13298, 'Angry Shoot Squid Game', 'It is an entertaining but challenging game in which the player uses a catapult to give his bird some force and blast the barriers on the opposite side of the screen in order to cause them to fall from their platform and make contact with the ground. In the event that an impediment makes contact with the ground, it will be demolished immediately. Each and every game enthusiast will like this game, in which you use angry birds to knock down enemies and set your animation free from their captivity. In order to move forward, the birds are launched by use of a catapult. With a little stretching, the birds appear as fiery red balls, exhibiting the power of these angered birds, who destroy monsters and birds alike in a battle of monsters and birds, as shown in the video. Characters such as ninjas, sweet girls, dinosaurs, zombies, and others are used to keep the player engaged and motivated throughout the game. When a monster is hit with a smash hit, they are knocked down and killed instantly. It also serves to highlight the bond that exists between us. It is necessary to utilize your intelligence in order to accomplish the level because the battleground has been converted into a mess of diverse items.', 'https://img.gamemonetize.com/xy48wsdtjyzo08ohiw7yqky6mxz5kdhq/512x384.jpg', 'https://html5.gamemonetize.com/xy48wsdtjyzo08ohiw7yqky6mxz5kdhq/', '0', 'Arcade', 0, 0, '', 'angry-shoot-squid-game'), (13299, 'BlockWorld Parkour', 'Welcome to the world of blocks. Pass different maps and follow the track. Beware of the lava you might die in the falling block world. If you die, you start from scratch, don\'t die!', 'https://img.gamemonetize.com/9rnqgaxiile5jag1cjfrvwwpvvufedlh/512x384.jpg', 'https://html5.gamemonetize.com/9rnqgaxiile5jag1cjfrvwwpvvufedlh/', '0', 'Adventure', 0, 0, '', 'blockworld-parkour'), (13300, 'Zodiac Runner', 'How do you know about the zodiac? Zodiac Runner is a vertical-version running arcade game with 3D platforms and zodiac items. There are twelve zodiac signs of the game. Each time you need to start with one from two different zodiacs at the beginning. As long as you want to complete the level, you need to keep collecting corresponding items till you upgrade and change your current suit automatically. Keep calm and try your favorite zodiac signs!', 'https://img.gamemonetize.com/3eqspdrta48rk27w7ltvquzedjj5jv3b/512x384.jpg', 'https://html5.gamemonetize.com/3eqspdrta48rk27w7ltvquzedjj5jv3b/', '0', 'Arcade', 0, 0, '', 'zodiac-runner'), (13301, 'Happy Birthday Party With Baby Panda', 'It is a special birthday party. You can organize your own party and become the real master of the birthday party. You can choose the style of the table cloth, tableware, cake, snacks and drinks by yourself. Simulating a real party scene and creating a warm and happy atmosphere, you and your friends will enjoy an interactive game and a big celebration with kiki, the little panda, and his friends! Let\'s celebrate your birthday every day. Look, the delicious cream cakes and cute donuts are waving to you. There are also lots of special gifts waiting for you. Interactive and fun, in this game, babies and children will enjoy colorful scenarios and play with cute animals! Tap on them to see what happens. Let your little ones join the fun with kiki, the panda, and all his friends!', 'https://img.gamemonetize.com/dl4auxt4g2ftf00x382464knn4t31nk3/512x384.jpg', 'https://html5.gamemonetize.com/dl4auxt4g2ftf00x382464knn4t31nk3/', '0', 'Hypercasual', 0, 0, '', 'happy-birthday-party-with-baby-panda'), (13302, 'Baby Preschool Learning For Toddlers & Preschool', 'What color is the apple? What does the kitty like to eat? What does the number 1 look like? Do you have answers to them? Let\'s explore! Kids, what are you waiting for? Come and start the journey of preschool learning with the game!', 'https://img.gamemonetize.com/hb428ylsxvjh5w6jmbiwxxphez6854fv/512x384.jpg', 'https://html5.gamemonetize.com/hb428ylsxvjh5w6jmbiwxxphez6854fv/', '0', 'Girls', 0, 0, '', 'baby-preschool-learning--for-toddlers-amp-preschool'), (13303, 'Pocket Battle Royale', 'Small soldiers BIG BATTLES! Take center stage and lead your army to victory. Battle across the land and explore the beauties of this mystical world, all from the palm of your hand.', 'https://img.gamemonetize.com/e19xgqu7jl70r0qqedtu30kb0tfj68e1/512x384.jpg', 'https://html5.gamemonetize.com/e19xgqu7jl70r0qqedtu30kb0tfj68e1/', '0', 'Shooting', 0, 0, '', 'pocket-battle-royale'), (13304, 'Super Billy Boy', 'Are you ready for an exciting adventure? Explore an unknown planet with Super Billy Boy and rescue all your friends who have been kidnapped by a dangerous enemy willing to do anything to hurt you.', 'https://img.gamemonetize.com/8nvyv7asf933npquqgi7h5gph8l7f22k/512x384.jpg', 'https://html5.gamemonetize.com/8nvyv7asf933npquqgi7h5gph8l7f22k/', '0', 'Arcade', 0, 0, '', 'super-billy-boy'), (13305, 'Harvest.io', 'Try out Harvest .io, a new farming simulator in io style. Drive the tractor all over the field to harvest the crops: your fodder trailer gets bigger and bigger and it becomes harder and harder to avoid an accident!', 'https://img.gamemonetize.com/4pxvixw2tti8e3xbki2e9hkgiidwpisf/512x384.jpg', 'https://html5.gamemonetize.com/4pxvixw2tti8e3xbki2e9hkgiidwpisf/', '0', 'Hypercasual', 0, 0, '', 'harvestio'), (13306, 'PINATAMASTERS 2', 'Its time to shoot the pinatas again! All you have to do is shoot and destroy all the pinatas. Dont let them escape or move. Destroy eight crazy pinatas and collect all the money to upgrade your weapons. Lot guns are waiting for you such as knives, pistols, laser guns, grenades, machine guns, plasma guns and explosives and many action in more than 100 levels.', 'https://img.gamemonetize.com/b6uoengtjfh1gxv9d6d8frtd9cfa6vry/512x384.jpg', 'https://html5.gamemonetize.com/b6uoengtjfh1gxv9d6d8frtd9cfa6vry/', '0', 'Hypercasual', 0, 0, '', 'pinatamasters-'), (13307, 'Poppy Play Vs Friday Fight Mod', 'Boy Friden has fought a lot of rivals, next in line is now Poppy, who was not afraid of the vocal skills of our hero and challenged him. It is a matter of honor to accept your opponent\'s invitation and fight with him. Make no mistake, as Freiden\'s girlfriend is watching the musical duel.', 'https://img.gamemonetize.com/4b0v3gbf1v1n2ahcapnut3tayvgipxjr/512x384.jpg', 'https://html5.gamemonetize.com/4b0v3gbf1v1n2ahcapnut3tayvgipxjr/', '0', 'Arcade', 0, 0, '', 'poppy-play-vs-friday-fight-mod'), (13308, 'Gamer Puzzle', 'An educational puzzle game for your child. While playing the Gamer themed puzzle game, your child will have fun and learn at the same time.', 'https://img.gamemonetize.com/frfizt7s6j329boq4470yr1ys38w4f96/512x384.jpg', 'https://html5.gamemonetize.com/frfizt7s6j329boq4470yr1ys38w4f96/', '0', 'Puzzles', 0, 0, '', 'gamer-puzzle'), (13309, 'Punch Kid Knockout', 'Be the champ and knock down as many tree as possible with your mega punch! Play this adrenaline rush game with lots of intensity. Be specific with your timing as you need to punch the tree in the exact time to smash it so you can create a way to run as far as you can. Achieve high scores are play lot more running games only with Mapi Games!', 'https://img.gamemonetize.com/nitf8dm5dxg4azu27zfdcvqpj5wjodya/512x384.jpg', 'https://html5.gamemonetize.com/nitf8dm5dxg4azu27zfdcvqpj5wjodya/', '0', 'Racing', 0, 0, '', 'punch-kid-knockout'), (13310, 'Color Objects Halloween ', 'This game is a painting, drawing and coloring tool for kids in Halloween Theme! Pick your colors and start drawing and painting with your mouse when done. Kids will enjoy painting using their creative ideas. Have fun using this kids paint app!!!! Product feature bullets: • Really simple! • Over 40 Objects! • Really addictive! • Really fun! • Kids quite! Happy Halloween with this great color game for kids have Fun!', 'https://img.gamemonetize.com/uo77y9jjfnzkp7bo4i9h3ovjnuf6ddh1/512x384.jpg', 'https://html5.gamemonetize.com/uo77y9jjfnzkp7bo4i9h3ovjnuf6ddh1/', '0', 'Clicker', 0, 0, '', 'color-objects-halloween-'), (13311, 'Trick Or Treat Halloween Games', 'Trick or Treat Halloween is a cute puzzle game with all funny and scary Halloween items. Here is the season of Halloween where you see lots of similar items like pumpkins, hats. eyeballs, skeletons, spiders, and more scary stuff. Here in this game select any scary item and try to solve the jigsaw puzzle by matching all the pieces. Complete all the items and win the game.', 'https://img.gamemonetize.com/iuytzh5kg73akxyktv090snzugaut60o/512x384.jpg', 'https://html5.gamemonetize.com/iuytzh5kg73akxyktv090snzugaut60o/', '0', 'Puzzles', 0, 0, '', 'trick-or-treat-halloween-games'), (13312, 'Supermarket Shopping Game', 'Play as a cashier seasoned withinside the metropolis shopping center, you may discover ways to deal with cash and matter coins. Improve primary talents in arithmetic which include addition and subtraction even as having amusing running at a coins sign up dealing clients. Supermarket coins sign up women cashier recreation is a aggregate of interesting time control video games and coins sign up video games for boys and women. So find out the magic of promote trade, on this wonderful marketplace cashier amusing simulator recreation. Roll up your sleeves, open Supermarket Tycoon and assist Kristy to hold them meals counters stocked. Manage a couple of stores, groceries and different gadgets thru a couple of hard but fun levels, serve one-of-a-kind forms of picky clients and improve your cabinets and freezers which will keep greater inventory.', 'https://img.gamemonetize.com/06sqgwh96o4xgbdgp8cxsw1n20c431wk/512x384.jpg', 'https://html5.gamemonetize.com/06sqgwh96o4xgbdgp8cxsw1n20c431wk/', '0', 'Girls', 0, 0, '', 'supermarket-shopping-game'), (13313, 'Supermarket Shopping Mall Family Game', 'Play as a cashier seasoned withinside the metropolis shopping center, you may discover ways to deal with cash and matter coins. Improve primary talents in arithmetic which include addition and subtraction even as having amusing running at a coins sign up dealing clients. Supermarket coins sign up women cashier recreation is a aggregate of interesting time control video games and coins sign up video games for boys and women. So find out the magic of promote trade, on this wonderful marketplace cashier amusing simulator recreation. Roll up your sleeves, open Supermarket Tycoon and assist Kristy to hold them meals counters stocked. Manage a couple of stores, groceries and different gadgets thru a couple of hard but fun levels, serve one-of-a-kind forms of picky clients and improve your cabinets and freezers which will keep greater inventory.', 'https://img.gamemonetize.com/iwdb66720a152okuujw9tl79yoahush2/512x384.jpg', 'https://html5.gamemonetize.com/iwdb66720a152okuujw9tl79yoahush2/', '0', 'Arcade', 0, 0, '', 'supermarket-shopping-mall-family-game'), (13314, 'Nick Block Party 3', 'Play Nick Block Party 3 game in your web browser for free at Superkidgames.com and more fun games.Gather around with your favorite cartoon characters in the amazing Block Party 3 game! The Nickelodeon family is reunited and ready for another exciting adventure! Bring your luck to the table, and finish the race in the first place! The game features characters from the Mitchell Van Morgan, SpongeBob SquarePants, The Loud House, The Thundermans, Henry Danger, and Teenage Mutant Ninja Turtles cartoons. You will compete against three of their famous personalities! Make sure you are the fastest and complete the race quickly! Once the game starts, you have to reach the finish line by quickly traversing the map! Four people are competing against each other! Each can throw the dice once, and the number dictates how many steps your character takes on the board! Use your mouse to click on the dice, and reveal the number of steps you can take towards winning! Tips and Tricks After every round, you can play a Mini-Game, and win more points! For example, in the Plankton’s Big Heist, you have to protect the Krabby Patty stockpile at the Krusty Krab! Use your mouse to reach the delicious burger! Click on the item, and save it from the big vacuum! Depending on your score, you get to move forward on the map! Be careful and win every competition! Furthermore, each step has its benefits! The blue marble gets you a random chance! If you land on the green button, it gives you bonus coins! The gold mark activates a novel item, and the purple one arranges a shortcut for you to advance! Lastly, a little mystery is provided by the rainbow-colored button! For every step you take, more opportunities arrive! Join the adventure, and see who is the fastest character in the Nickelodeon family! Use your luck and score high numbers to advance farther on the board! Your famous friends are waiting to see who will win the competition! Choose your fighter, and prepare to show them what speed is!', 'https://img.gamemonetize.com/feqcspk24rft70z02wmxde13j2img3u5/512x384.jpg', 'https://html5.gamemonetize.com/feqcspk24rft70z02wmxde13j2img3u5/', '0', 'Arcade', 0, 0, '', 'nick-block-party-'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (13315, 'Paper Racers', 'Play Paper Racers game in your web browser for free at Superkidgames.com and more fun games.All of your favorite characters from Boomerang return right now in a brand new and awesome racing game for you all to play, which also doubles down as a crafting game where you have to get creative, and we\'re highly positive that right now you are about to have a great time with it, especially if you love Tom and Jerry, Scooby-Doo, Looney Tunes, and any of the other great shows that are featured here. Now, do you want to know what you will be doing, as well as how? Then read this to the end before you start playing! You begin by choosing the team you want to take part in, choosing from the shows that we\'ve mentioned earlier, each team is made up of two characters from those shows. It is then time to craft and customize your paper car. Pick its style, choose paint for it, and use the brushes on the right to apply the colors and make it looks fantastic, add stickers if available, and more get unlocked as you win races and do a great job, and the same is true for the different accessories you will be able to place on it. For racing, choose between tracks like the living room, bathroom, or garage, and it is in this order that they are also divided into difficulties. You use the up and down arrow keys to change between lanes, and try your best to avoid the bombs, the oil patches, as well as any obstacles you might encounter, but get on the speed ramps to get faster and outrace your opponents, and if you can grab coins and jewels along the way, good since they can later be used in the garage to further customize your paper car. Good luck in all the races, start the fun right now, and don\'t leave, since we\'ve got even more great games in store for you today, and we would hate if you were to miss them!', 'https://img.gamemonetize.com/uj6gcua0n25r646lryz3594mol7d432o/512x384.jpg', 'https://html5.gamemonetize.com/uj6gcua0n25r646lryz3594mol7d432o/', '0', 'Racing', 0, 0, '', 'paper-racers'), (13316, 'Turn Light On', 'Turn Light On is a reflex addictive game where you have to turn on the lights; be quick while turning on the lights. Once the timer slows down the lights will turn off again. Turn on all the lights before the lights turn off.', 'https://img.gamemonetize.com/v6pmmdlf25ktg2v81to9a8h53qxf2vz6/512x384.jpg', 'https://html5.gamemonetize.com/v6pmmdlf25ktg2v81to9a8h53qxf2vz6/', '0', 'Puzzles', 0, 0, '', 'turn-light-on'), (13317, 'Nitro Car Racing', 'Nitro Car Racing is a simple yet exciting top down arcade racing game with a smooth game play. Enjoy driving a retro styled F1 nitro car and relive the fun and excitement of the arcade race game. Drive and collect all the power ups such as N for nitro boost, D to repair car damages and M for maximum speed. These power ups can be run over on the track as you drive. Avoid crashing into the side or corners. Surpass all the other cars to win and continue to unlock all the other track levels.', 'https://img.gamemonetize.com/lv9hp4o79x249s35ysef4bnirusejvsl/512x384.jpg', 'https://html5.gamemonetize.com/lv9hp4o79x249s35ysef4bnirusejvsl/', '0', 'Sports', 0, 0, '', 'nitro-car-racing'), (13318, 'Tap Ninja', 'Tap Ninja is a fun and addictive game to play on. We all know about the reflexes have with ninja, so here you have to become one of them. So tap repeatedly on the items which are falling and keep away from the dynamites and achieve high scores.', 'https://img.gamemonetize.com/86gpkv8yek6ea3wz5gpnkw3elk7zbpob/512x384.jpg', 'https://html5.gamemonetize.com/86gpkv8yek6ea3wz5gpnkw3elk7zbpob/', '0', 'Clicker', 0, 0, '', 'tap-ninja'), (13319, 'Floppy Fish', 'Avoid obstacles to level up, find fantastic treasures. Help the fish to swim among the obstacles and discover the interesting regions under the oceans and most importantly, survive as long as you can and beat world\'s best high score!', 'https://img.gamemonetize.com/9cg4gtk2tnd8o8p6tc3itzyueidesgud/512x384.jpg', 'https://html5.gamemonetize.com/9cg4gtk2tnd8o8p6tc3itzyueidesgud/', '0', 'Racing', 0, 0, '', 'floppy-fish'), (13320, 'Match 3', 'Match 3 is a puzzle thinking game with dozens of challenging levels where your ingenuity and creativity are put to the test. Study carefully the image that is given to you, and choose the 3 figures that best simplify it. What is the first thing that comes to mind? What objects could you use in that situation? Show your skill creating visual associations and prove how smart you are!', 'https://img.gamemonetize.com/yn1s17gv8k34nrtdpcdbxhltqr9kjcsb/512x384.jpg', 'https://html5.gamemonetize.com/yn1s17gv8k34nrtdpcdbxhltqr9kjcsb/', '0', 'Puzzles', 0, 0, '', 'match-'), (13321, 'Duo Cards', 'Play this fun version of the popular card game classic and try to be the first to score 500 points! The rules are easy to learn: you start with 7 cards and need to get rid of them before the other AI players. After drawing from the pile, you have to match the current card in the discard pile either by number, color or icon. Make sure to announce your next-to-last card or else receive a penalty. Do you have the right strategy and luck to beat your opponents?', 'https://img.gamemonetize.com/fmujge9wyqcu4y0mqsxjqpfdhnfd937y/512x384.jpg', 'https://html5.gamemonetize.com/fmujge9wyqcu4y0mqsxjqpfdhnfd937y/', '0', 'Multiplayer', 0, 0, '', 'duo-cards'), (13322, 'Rotating Square', 'Rotating Square is a free online game from genre of puzzle and skill games. This is a game in which you have to control the square and catch the yellow balls.', 'https://img.gamemonetize.com/pk1y9p27eotp17ujp1uzc95xerpuedl0/512x384.jpg', 'https://html5.gamemonetize.com/pk1y9p27eotp17ujp1uzc95xerpuedl0/', '0', 'Puzzles', 0, 0, '', 'rotating-square'), (13323, 'Color Ship Shooter', 'This is arcade shooter game. At the bottom of the game will be a space ship and you need to shoot on coming objects. The goal at this game is to destroy all objects before they touch the ship. But the objects will be with different color. And you can destroy them if you shoot on them with same color as the object. Some objects you need to shoot more time before they destroy. How many time you will need to shoot before they disappear will be at the object. If you shoot with wrong color you will increase the number at object and you will shoot more time at the object before you destroy him. Tap on the left or right side of the screen to change the color and to shoot.', 'https://img.gamemonetize.com/rehhz80qks8o07m2l8741593aojhbe3x/512x384.jpg', 'https://html5.gamemonetize.com/rehhz80qks8o07m2l8741593aojhbe3x/', '0', 'Puzzles', 0, 0, '', 'color-ship-shooter'), (13324, 'Christmas Helper Jigsaw', 'Christmas Helper Jigsaw is a free online game from genre of jigsaw puzzle and cartoon games. You can select one of the 6 images and then select one of the three modes: easy with 25 pieces, medium with 49 pieces and hard with 100 pieces. Have fun and enjoy!', 'https://img.gamemonetize.com/p1lhikl9dmbx4bxqll03k360qiqbqc64/512x384.jpg', 'https://html5.gamemonetize.com/p1lhikl9dmbx4bxqll03k360qiqbqc64/', '0', 'Puzzles', 0, 0, '', 'christmas-helper-jigsaw'), (13325, 'Soccer Basketball', 'Tap and slide the soccer ball, control its angle and power, then shoot towards the hoop. The perfect effect and physic effect will help you see more clearly. The game is an endless arcade game, than shoot towards the hoop to win the levels; as the difficulty could increases, there are four different random movements for the hoop. You have only 3 shoots to complete each level! Are you able to try to sign the best record in the local leaderboard? HOW TO PLAY: 1: Touch the screen! 2: Drag the ball to change the power and angle! 3: Release to shoot! KEY FEATURES: -Addictive gameplay -Great ball physic -Cool graphic -Great sound effects -Totally free game -Zoom camera effect -Easy control, one touch to play -Easy to start, hard to stop -Hours and hours of fun for all family -Great shooting experience -Easy to control, fun for every age players.', 'https://img.gamemonetize.com/5y6gjagh93gmo9djb7gy8722p0wlsdb4/512x384.jpg', 'https://html5.gamemonetize.com/5y6gjagh93gmo9djb7gy8722p0wlsdb4/', '0', 'Soccer', 0, 0, '', 'soccer-basketball'), (13326, 'Smash Bugs X', 'Smash those bugs with your finger in this awesome game! smash the ants, smash the bugs but don\'t touch the red Ant it\'s very dangerous! You have five lives to smash the more bugs you can and after sign your personal record.', 'https://img.gamemonetize.com/3z6gp9vmkj86ajc4ziwl8xwumkqvcujy/512x384.jpg', 'https://html5.gamemonetize.com/3z6gp9vmkj86ajc4ziwl8xwumkqvcujy/', '0', 'Clicker', 0, 0, '', 'smash-bugs-x'), (13327, 'Frozen Princess New years Eve', 'Welcome to Perfect New Year’s Eve Party Look. Rainbow High girls Skyler, Sunny, Ruby, and Violet get ready for the New year’s eve party. Browse their wardrobe and choose the best New year outfit. And add some cute makeup to each one. Surprise them with your skill and make this New year the most memorable one. Join and help them. Have fun!', 'https://img.gamemonetize.com/sb3yo0678zsb8c74jz4wng2wykqo5pe9/512x384.jpg', 'https://html5.gamemonetize.com/sb3yo0678zsb8c74jz4wng2wykqo5pe9/', '0', 'Girls', 0, 0, '', 'frozen-princess-new-years-eve'), (13328, 'Gnam Gnam', 'Pilot the little green creatures called "Gnammy" and collect all the plankton generated by the sea, be careful don\'t touch the red monsters or you\'ll lose one life! The main goal of the game is to collect as much plankton as possible and sign your personal record. Occasionally you will see a red balloon, touch them and earn a bonus.', 'https://img.gamemonetize.com/izf7llpiw0uxgeyxoc9ewk0u0ygegzbs/512x384.jpg', 'https://html5.gamemonetize.com/izf7llpiw0uxgeyxoc9ewk0u0ygegzbs/', '0', 'Boys', 0, 0, '', 'gnam-gnam'), (13329, 'Drop The Zombie', 'Drop the Zombie is the coolest physics-based puzzle game. Drop the Zombie down onto a metal block by destroying all the other blocks. Once all the blocks are gone and the zombie is on a metal block press the ZAPPER button to fry the zombie! Explore all three worlds and clear all the puzzles.', 'https://img.gamemonetize.com/rzn1s4449n9wicnvkx7ecw2kxxn6axgf/512x384.jpg', 'https://html5.gamemonetize.com/rzn1s4449n9wicnvkx7ecw2kxxn6axgf/', '0', 'Puzzles', 0, 0, '', 'drop-the-zombie'), (13330, 'Little Panda Princess Dressup', 'DRESS UP PRINCESS Massive elegant and fashionable dresses prepared in different kingdoms: colorful mermaid dresses, flowing long dresses, cute short dresses... Which dress will be your princess’s favorite one? Wow! You see, there are also a lot of chic accessories: noble crown, diamond necklace, magic wand... With this incredible variety you can create hundreds of fashion outfits! Dress up your princess as you like! Try and have fun!', 'https://img.gamemonetize.com/sifvx1wis99dc9sihdyebkrlrv87fyo7/512x384.jpg', 'https://html5.gamemonetize.com/sifvx1wis99dc9sihdyebkrlrv87fyo7/', '0', 'Girls', 0, 0, '', 'little-panda-princess-dressup'), (13331, 'VINTAGE VS SWAG FASHION BATTLE', 'Princess Elsa and Princess Anna are warriors of two different styles Elsa is for Vintage with lace and femenine looks jewelre and veils Anna is for Swag with bright colors prints technical appliances and loud music They are going to find out whose style is absolute winner by participating in a fashion battle How do you think who is gonna to be a winner', 'https://img.gamemonetize.com/2hqr4or80bkckd71sn2tmt25wrpzulyd/512x384.jpg', 'https://html5.gamemonetize.com/2hqr4or80bkckd71sn2tmt25wrpzulyd/', '0', 'Girls', 0, 0, '', 'vintage-vs-swag-fashion-battle'), (13332, 'Pop It Clicker', 'Pop It Clicker', 'https://img.gamemonetize.com/yd0aett9mtxm6qm1alda8ucjkesk0aaq/512x384.jpg', 'https://html5.gamemonetize.com/yd0aett9mtxm6qm1alda8ucjkesk0aaq/', '0', 'Girls', 0, 0, '', 'pop-it-clicker'), (13333, 'Imposter Hit', 'The ultimate imposter challenge is here! Throw the knives into the imposters to break them. Slash the apples and unlock new custom knives. Each 5th stage is defended by a boss - beat them to get extra apples! Be careful to not hit the knives. Time your actions, target carefully and become the crew mate master! Can you beat all the bosses?', 'https://img.gamemonetize.com/je6b1910l8hsn6ybg65brl7vxnmezv99/512x384.jpg', 'https://html5.gamemonetize.com/je6b1910l8hsn6ybg65brl7vxnmezv99/', '0', 'Shooting', 0, 0, '', 'imposter-hit'), (13334, 'Christmas Pop It Jigsaw', 'Christmas Pop It Jigsaw is a free online game in the jigsaw puzzle genre. You have 6 images in the Christmas - Winter theme in three modes to play. Choose one of the modes for the game that you previously choose and start it to play. Drag and drop the pieces to solve the puzzle and create an image. Enjoy, and have fun!', 'https://img.gamemonetize.com/lp4wmp5pcjk4yly57ikm0lsm9yrwxm1i/512x384.jpg', 'https://html5.gamemonetize.com/lp4wmp5pcjk4yly57ikm0lsm9yrwxm1i/', '0', 'Puzzles', 0, 0, '', 'christmas-pop-it-jigsaw'), (13335, 'Valentines Day Adventures', 'Valentines Day Adventures is a 2D Platform Game where you need to collect Chocolate bars and bring them over to your girlfriend while avoiding saws and Love eater enemies! There are 8 levels to play with increasing difficulty.', 'https://img.gamemonetize.com/l1wgejfnfvgjtdll0j27c35bfmri9tjt/512x384.jpg', 'https://html5.gamemonetize.com/l1wgejfnfvgjtdll0j27c35bfmri9tjt/', '0', 'Arcade', 0, 0, '', 'valentines-day-adventures'), (13336, 'Squid Sugar Cooking', 'Squid Sugar Cooking is a very popular cooking game. Have you seen the popular TV series Squid Game? The Squid Sugar Challenge is so intense and interesting. Do you know how to make the Squid Sugar? Come and play this game, we will reveal the mystery of this sweet sugar. Just need a few ingredients, you can make the same Squid Sugar with the one in the game. Besides, many beautiful shapes are waiting for you to unlock. But don\'t do it in reality by yourself. It\'s exciting enough to make sugar in this game!', 'https://img.gamemonetize.com/j9gpsi0trf1mt99tr7rs2w5qy3yl7xsn/512x384.jpg', 'https://html5.gamemonetize.com/j9gpsi0trf1mt99tr7rs2w5qy3yl7xsn/', '0', 'Girls', 0, 0, '', 'squid-sugar-cooking'), (13337, 'Baby Taylor Doctor Day', 'Taylor\'s mother has been busy in the kitchen, so Taylor can only pass the time by herself. She looked at her plush toys and decided to play a doctor game with the toys. Please play as a nurse and play games with Taylor! Have fun!', 'https://img.gamemonetize.com/8lszecycpme7ikbemnzm9of35w7ekkkv/512x384.jpg', 'https://html5.gamemonetize.com/8lszecycpme7ikbemnzm9of35w7ekkkv/', '0', 'Girls', 0, 0, '', 'baby-taylor-doctor-day'), (13338, 'Hippo Family Airport Adventure', 'Hippo Family Airport Adventure is a very lovely educational game. Hippo\'s Dad bought a lottery and let\'s check what he won. Wow! It\'s a travel to a very mysterious state. Let\'s help them pack their luggage. Put the correct things into each one\'s bag. When they arrive at the airport,let\'s help them go through the security check. Do you know any tips during the flight? If not, don\'t worry. Our pretty stewardess is here to teach you some tips during the flight. Want to know more about this game? It\'s better to know it by playing it!', 'https://img.gamemonetize.com/x3v2azn1j141zozxc67bnv8numqt8hrn/512x384.jpg', 'https://html5.gamemonetize.com/x3v2azn1j141zozxc67bnv8numqt8hrn/', '0', 'Girls', 0, 0, '', 'hippo-family-airport-adventure'), (13339, 'Princess Little Mermaid', 'Princess Little Mermaid is a very addictive and cute make up game. Princess little mermaid lives in the kingdom deep down the ocean. She likes beautiful dresses and pretty make ups just like you. She has a best friend. They always stay together and put on make ups and enjoy their beautiful outfits. Do you want to experience her make up process? In this game, there are many carefully selected pretty make ups for you to pick. And many lovely dresses, hairstyles and beautiful shoes for your to choose. Come and play this game customized just for you!', 'https://img.gamemonetize.com/uhikvkzq4anzzaejqkh83fjy4x6xrn7y/512x384.jpg', 'https://html5.gamemonetize.com/uhikvkzq4anzzaejqkh83fjy4x6xrn7y/', '0', 'Girls', 0, 0, '', 'princess-little-mermaid'), (13340, 'Truck Driving Animal Transport', 'In this category, you can play animal and wild bird truck games and learn how to become a wild animal transporter driver, among other things. Be prepared to experience the most innovative and exciting concept of animal shelter truck transportation work, in which you will be required to drive a wild animal tractor trailer and fulfill your animal production rescue assignment. While competing in off-road animal transport truck driving contests, demonstrate your internal and external abilities in an authoritative manner in order to provide the best driving services available. To be successful in providing the best driving services for rescue animal games, you must strive to maintain exceptional concentration on your aims. With the assistance of an animal transport truck, it is possible to transport a huge number of animals from one site to another, including pets, farm animals, jungle animals, and safari animals, among other things. Don\'t be scared to transfer the cargo from the safari animal shelter to the jungle, the city, the farm house, or the animal shelter because you have a variety of wild animals to transport luxuries under your direction and control. Set yourself up for success by transferring all of the animals, and completing your farm animal tractor trailer task. Transport wild animals in a safe and timely manner by using a huge rescue animal load transporter truck to perform all of the necessary animal transportation chores for the wild animal transport video game. Make the most of your visit to this new dog animal factory by pretending to be a genuine animal production transporter vehicle throughout your stay. Keep in mind that at certain levels of the Jurassic Wildlife Safari Transfer game, you may be asked to transport wild and ferocious species.', 'https://img.gamemonetize.com/10zv41qc7dvvsjjppb9zzyiddmram409/512x384.jpg', 'https://html5.gamemonetize.com/10zv41qc7dvvsjjppb9zzyiddmram409/', '0', 'Action', 0, 0, '', 'truck-driving-animal-transport'), (13341, 'Fairy Princess Adventure Makeover & Dressup', 'Fairy Princess Adventure is a fashionable dress-up game for kids. Especially suitable for girls to play animation virtual games! In Our Vlinder Club, everything is relaxing, as a hairdresser and super stylist, find and dress pinky girl princess now!', 'https://img.gamemonetize.com/pmeizqedkp4q6dorjf83fqh02t81grjf/512x384.jpg', 'https://html5.gamemonetize.com/pmeizqedkp4q6dorjf83fqh02t81grjf/', '0', 'Girls', 0, 0, '', 'fairy-princess-adventure--makeover-amp-dressup'), (13342, 'Football Legends', 'Choose your favorite team and join a tournament where only the best fight for the title. Control your favorite player! You can play solo against AI opponents or play with or against your friend.', 'https://img.gamemonetize.com/65s7iqle6xe0exlr7a3cs2hmkkabzohw/512x384.jpg', 'https://html5.gamemonetize.com/65s7iqle6xe0exlr7a3cs2hmkkabzohw/', '0', 'Sports', 0, 0, '', 'football-legends'), (13343, 'Soccer Masters', 'Choose your favorite team and join a tournament where only the best fight for the title. Control your favorite player! You can play solo against AI opponents or play with or against your friend. Show them real football masters!', 'https://img.gamemonetize.com/dxuq5dd43onhpfevqts0cyogbj1uxn8r/512x384.jpg', 'https://html5.gamemonetize.com/dxuq5dd43onhpfevqts0cyogbj1uxn8r/', '0', 'Sports', 0, 0, '', 'soccer-masters'), (13344, 'Avoid You Dying', 'Welcome to Avoid You Dying game. Hit the target to complete the levels. Sounds fun! right! But not so easy. If you miss you will be hit by massive weight. Play carefully and complete the levels. Share with your friends and have fun!', 'https://img.gamemonetize.com/yizrneany65nygcz9q3f9o25exoa480a/512x384.jpg', 'https://html5.gamemonetize.com/yizrneany65nygcz9q3f9o25exoa480a/', '0', 'Fighting', 0, 0, '', 'avoid-you-dying'), (13345, 'Happy Wheels Squid', 'Happy Wheels have come just as the horrifying, blasphemous death of Flash is about to take place. That was a nail-biter. We apologize for the inconvenience. Hopefully, the anxiety of losing Happy Wheels did not keep you from getting a good night\'s sleep. If you were unaware that it was in development, then here is some great news for you. Because this is the first public release of the game, please allow some further time for any lingering bugs to be resolved. Despite the fact that I still prefer Flash, what I like about this version is that it works exceptionally well on mobile devices. However, at this time, there are no on-screen mobile controls in this version of the software. This will be included in the next version. Thanks for your patience. If you\'re in a hurry to try it out on your phone, a Bluetooth keyboard will work very well for you. Despite the fact that I previously stated that the game would run at 60 frames per second, some of the more difficult stages are noticeably slower at that framerate. However, it is already available through a setting, so perhaps I could host a 60 Hz version on a separate page for individuals who have extremely powerful CPUs as well. The rest of the game, Happy Wheels JS, should be a faithful replica of the original in terms of design and gameplay. The database of users, levels, and replays has not changed since the original release. The only thing that has been lost is the imminent doom of the universe\'s end.', 'https://img.gamemonetize.com/5nevqwsc3rylk0iyw062po7onc4as5x2/512x384.jpg', 'https://html5.gamemonetize.com/5nevqwsc3rylk0iyw062po7onc4as5x2/', '0', 'Arcade', 0, 0, '', 'happy-wheels-squid'), (13346, 'Among Us Parkour', 'Try to finish the game with the among us character! Touch the disabled and collect all the gold to reach the end!', 'https://img.gamemonetize.com/0se7t6q5qes2658lszlyqgvlv0zjkz20/512x384.jpg', 'https://html5.gamemonetize.com/0se7t6q5qes2658lszlyqgvlv0zjkz20/', '0', 'Arcade', 0, 0, '', 'among-us-parkour'), (13347, 'Conquer The City', 'Conquer The City is a simple and fun puzzle game that allows you to Conquer cities of other colors while defending your own City. When all cities turn blue, you win. Slide your finger to connect two cities, and when you\'re about to fail, try the next skill! Join the game and exercise your brain to take over the whole city!', 'https://img.gamemonetize.com/b40v5thfl62kvv76iiswzg75hiqgltlk/512x384.jpg', 'https://html5.gamemonetize.com/b40v5thfl62kvv76iiswzg75hiqgltlk/', '0', 'Boys', 0, 0, '', 'conquer-the-city'), (13348, 'Mini Adventure II', 'Are you ready for adventure? In this game, you can have fun and spend quality time. Complete levels by jumping over obstacles. Have fun!', 'https://img.gamemonetize.com/npvjll1z0nrbhdyn4lvq1y6merq5bn46/512x384.jpg', 'https://html5.gamemonetize.com/npvjll1z0nrbhdyn4lvq1y6merq5bn46/', '0', 'Arcade', 0, 0, '', 'mini-adventure-ii'), (13349, 'Armour Crush Defense', 'Armour Crush Defense is a strategy tank deployment game. Objective is to destroy the opponent base by deploying the tanks. Deploy at least 3 tanks to advance towards enemy base. Selecting the right tanks at appropriate time is best way to win the battle.', 'https://img.gamemonetize.com/z8vkcl6qjs9s2mwu4xi73gn51cjscpkk/512x384.jpg', 'https://html5.gamemonetize.com/z8vkcl6qjs9s2mwu4xi73gn51cjscpkk/', '0', 'Adventure', 0, 0, '', 'armour-crush-defense'), (13350, 'Color Maze Puzzle 2', 'Move the paintball ball and paint the entire maze! Complete each level to unlock more addictive puzzles. Fill them with satisfying and surprising colors. Color Maze Puzzle 2 has amazing 3D Graphics. There are 40 levels for you to have fun and relax.', 'https://img.gamemonetize.com/gxlwq1txpkob55ml6q13zud4a9p9tigb/512x384.jpg', 'https://html5.gamemonetize.com/gxlwq1txpkob55ml6q13zud4a9p9tigb/', '0', 'Puzzles', 0, 0, '', 'color-maze-puzzle-'), (13351, 'Smash The Flies', 'This is a cool, easy, and fun to play, endless game. Tap or Click on the Flies with your fingers to smash them, before they leave the screen. But don\'t tap the red one, or you finish the game! Be fast and quick to smash all of them and achieve high scores.', 'https://img.gamemonetize.com/zf8d3uu7xjappa1gji4thvylz1jc2ijr/512x384.jpg', 'https://html5.gamemonetize.com/zf8d3uu7xjappa1gji4thvylz1jc2ijr/', '0', 'Clicker', 0, 0, '', 'smash-the-flies'), (13352, 'Lets Do It Santa', 'You’re Santa and is the night of 24th December, you need to deliver as many gifts as possible! The game is really simple just touch the screen to throw the gift into the chimneys! It’s a really great cool Christmas game for all families!', 'https://img.gamemonetize.com/9rj8a5d9v8hyaq2690a1dck766qgzll7/512x384.jpg', 'https://html5.gamemonetize.com/9rj8a5d9v8hyaq2690a1dck766qgzll7/', '0', 'Racing', 0, 0, '', 'lets-do-it-santa'), (13353, 'Undead Walking', 'Kill all the undead by your shotgun and try to hold on as more you can. Story: My name is Brando...I\'m one of the survivors undead are everywhere...they killed my family my friends my dog...now I can just survive to kill all of them! Key features: - Fantastic 3D pre-render graphics. - Amazing animations. - Good music keep you entertaining. - Splat and gore effects. - Increase your weapons. - Local Scoreboard. So grab your shotgun and destroy all the walker!', 'https://img.gamemonetize.com/313z9rvpm53015sn3hekjla74nfh1ztm/512x384.jpg', 'https://html5.gamemonetize.com/313z9rvpm53015sn3hekjla74nfh1ztm/', '0', 'Shooting', 0, 0, '', 'undead-walking'), (13354, 'ColoringBookMagicPen', 'ColoringBook-MagicPen is a game for preschool kids and toddlers. Each picture is very simple and provides education to your child while coloring your kid will start recognising alphabets, animals, fruits, flowers, vegetables, vehicles. App is loaded with 190+ coloring pages that can keep your kid busy for hours and make the learn.', 'https://img.gamemonetize.com/7qeoh1n1sjjm44do7dynp9lxlxyzwqyc/512x384.jpg', 'https://html5.gamemonetize.com/7qeoh1n1sjjm44do7dynp9lxlxyzwqyc/', '0', 'Boys', 0, 0, '', 'coloringbookmagicpen'), (13355, 'The Witcher', 'The Witcher follows the story of Geralt of Rivia, a solitary monster hunter, who struggles to find his place in a world where people often prove more wicked than monsters and beasts.', 'https://img.gamemonetize.com/wbr2frgh5uzdek0ew8ahdp0bk3mn3l73/512x384.jpg', 'https://html5.gamemonetize.com/wbr2frgh5uzdek0ew8ahdp0bk3mn3l73/', '0', 'Adventure', 0, 0, '', 'the-witcher'), (13356, 'Dream Head Soccer', 'Jouez 60 secondes de matchs de football bourrés d\'action ; celui qui marque le plus de buts gagne ! Frappez, frappez et marquez en utilisant votre héros. Utilisez vos pieds, votre tête et vos super pouvoirs pour marquer des buts. Head Ball offre un gameplay simpliste qui peut être rapidement transformé en jeux passionnants et bourrés d\'action. Frappez la balle, frappez votre adversaire, utilisez des en-têtes, des super pouvoirs ou déjouez votre adversaire en les jetant. Tout est permis, à condition de gagner !', 'https://img.gamemonetize.com/0cuvhtdevqaudqx6j9spjy0455o7lbed/512x384.jpg', 'https://html5.gamemonetize.com/0cuvhtdevqaudqx6j9spjy0455o7lbed/', '0', 'Sports', 0, 0, '', 'dream-head-soccer'), (13357, 'Funny Chicken', 'You in the game Funny Chicken will help her in this. Before you on the screen there will be a farm yard in which there is a chicken and a farmer. The chicken will wander back and forth at a certain speed. The farmer will have grain in his hands, which he will throw on the ground. You will need to look closely at the screen. When the chicken is over one of the grains, just click on the screen with the mouse. This will make it stop and peck at the grain. For this you will be given points.', 'https://img.gamemonetize.com/1mpuyea180jjpgtpjufe1gj8voqwswgx/512x384.jpg', 'https://html5.gamemonetize.com/1mpuyea180jjpgtpjufe1gj8voqwswgx/', '0', 'Arcade', 0, 0, '', 'funny-chicken'), (13358, 'Santa Claus Miracle Hidden', 'Santa Claus Miracle Hidden is a free online skill and hidden object game. Find out the hidden stars in the specified images. Each level has 10 hidden numbers. There are 6 levels in total. The time is limited so be fast and find all hidden objects before time runs out. Clicking in the wrong place several times reduces the time by an additional 5 seconds. So, if you are ready start the game and have fun!', 'https://img.gamemonetize.com/17j44dfl89tfzlq72y15egz7x0i2vs1r/512x384.jpg', 'https://html5.gamemonetize.com/17j44dfl89tfzlq72y15egz7x0i2vs1r/', '0', 'Puzzles', 0, 0, '', 'santa-claus-miracle-hidden'), (13359, 'MOTO Furious HD', 'Start some Drag Racings on the Road with your Super Powerful Motorcycle and runaway from Police if necessary, it\'s a very challenging moto game with a lot of levels and bikes to unlock!!!', 'https://img.gamemonetize.com/p5xurnfmcr24hwa5fy7e56rfydm9u9xw/512x384.jpg', 'https://html5.gamemonetize.com/p5xurnfmcr24hwa5fy7e56rfydm9u9xw/', '0', 'Arcade', 0, 0, '', 'moto-furious-hd'), (13360, 'Dalgona Squid Game 3D', 'Use the pin to trace the inner shape and extract it out of the candy body. Be careful time is running out and you’ll be punished for every cracking holes!', 'https://img.gamemonetize.com/z06bli0ggvmzzwzj1cyddns7nqv2n9ax/512x384.jpg', 'https://html5.gamemonetize.com/z06bli0ggvmzzwzj1cyddns7nqv2n9ax/', '0', 'Clicker', 0, 0, '', 'dalgona-squid-game-d'), (13361, 'Solitaire Grand Harvest', 'Solitaire Grand Harvest: the go-to Tripeaks Solitaire game for Solitaire card game fans! Are you a fan of online card games? Introducing Solitaire Grand Harvest, a TriPeaks solitaire card game created especially for you. Enjoy this relaxing Tripeaks solitaire game and build the cutest farm as you go.', 'https://img.gamemonetize.com/0ny6mfddc2o5bro07z99uhe49jedn85g/512x384.jpg', 'https://html5.gamemonetize.com/0ny6mfddc2o5bro07z99uhe49jedn85g/', '0', 'Cooking', 0, 0, '', 'solitaire-grand-harvest'), (13362, 'Puppet Soccer Football', 'Smash the football and score goals in this addicting pocket puppet soccer 2019 game! Pick your favorite worldcup big head team and play as a famous footballer. Tactically play offense and defense as you ascend the World Cup 2019 ladder!', 'https://img.gamemonetize.com/yuln3nospa45pr41reixpytmu5r0ygy9/512x384.jpg', 'https://html5.gamemonetize.com/yuln3nospa45pr41reixpytmu5r0ygy9/', '0', 'Soccer', 0, 0, '', 'puppet-soccer--football'), (13363, 'Rainbow PinBall', 'Simple rules and hurricane action with the participation of the ball - it is simply impossible to tear yourself away from this! Start playing now and make sure that you want to spend a lot of time here, forgetting about longing.', 'https://img.gamemonetize.com/j5t9oqxrev0jyys465v0bk48gnyfbefp/512x384.jpg', 'https://html5.gamemonetize.com/j5t9oqxrev0jyys465v0bk48gnyfbefp/', '0', 'Puzzles', 0, 0, '', 'rainbow-pinball'), (13364, 'Talking Tom Hidden Bells', 'Talking Tom Hidden Bells is a free online skill and hidden object game. Find out the hidden bells in the specified images. Each level has 10 hidden bells. There are 8 levels in total. The time is limited so be fast and find all hidden objects before time runs out. Clicking in the wrong place several times reduces the time by an additional 5 seconds. So, if you are ready start the game and have fun!', 'https://img.gamemonetize.com/2cmcfeiftrsm225o6ugjmi71w62v622o/512x384.jpg', 'https://html5.gamemonetize.com/2cmcfeiftrsm225o6ugjmi71w62v622o/', '0', 'Puzzles', 0, 0, '', 'talking-tom-hidden-bells'), (13365, 'Christmas Math', 'This is a casual game in which there are four operations that are calculations from zero or more input values to an output value, in the start screen. You need to be careful that select correct operation. Gradually, the speed of the game is increased to make you confused. This game is very interesting. Use the mouse click or touch to select the appropriate operator.', 'https://img.gamemonetize.com/u66je6vlm7c010sgtfnq5bbffg8y4omp/512x384.jpg', 'https://html5.gamemonetize.com/u66je6vlm7c010sgtfnq5bbffg8y4omp/', '0', 'Hypercasual', 0, 0, '', 'christmas-math'), (13366, 'FNF Draw Friday Night Music', 'Welcome to FNF Draw - Friday Night Music game! FNF Draw - Friday Night Music is a draw game combined with rhythm FNF music battle. At the end of each level, FNF Draw - Friday Night Music will provide you with FNF catchy music from various FNF characters: Garcello, Boyfriend, Girlfriend, Daddy Dearest, Mommy Nearest, Monster Spirit, Skid and Pump, Pico, Tankman, and Whitty.', 'https://img.gamemonetize.com/5gxihx2st1bcjkeo7ltampg1v9lpy24i/512x384.jpg', 'https://html5.gamemonetize.com/5gxihx2st1bcjkeo7ltampg1v9lpy24i/', '0', 'Puzzles', 0, 0, '', 'fnf-draw--friday-night-music'), (13367, 'Shooter Ball', 'BallShooter is a game in which you have to survive from enemies, earn money, and buy upgrades and weapons. The more time you survive, the greater the reward for your opponents.', 'https://img.gamemonetize.com/g12pbzgo3mha6o0yp9oz49zdlm3xdzi1/512x384.jpg', 'https://html5.gamemonetize.com/g12pbzgo3mha6o0yp9oz49zdlm3xdzi1/', '0', 'Shooting', 0, 0, '', 'shooter-ball'), (13368, 'Pirate Defense Online', 'Pirate Defense is a tower defense strategy game. You need to place the defenses to stop incoming pirates in 15 challenging levels divided in 3 regions. Upgrade and boost your defenses for a stronger defense. Good Luck', 'https://img.gamemonetize.com/tcq1dq3f3d2l1dfv92fht9fjpyua26fh/512x384.jpg', 'https://html5.gamemonetize.com/tcq1dq3f3d2l1dfv92fht9fjpyua26fh/', '0', 'Action', 0, 0, '', 'pirate-defense-online'), (13369, 'Princess PJ Night Out Party', 'Ready for some crazy PJ party?? So here we represent you a fabulous game "Crazy BFF Princess PJ Party". This girls game revolves around four best friends. They all are missing each other in this crazy BFF game. One of these friends get an idea to have a crazy PJ party at her home and she organizes an awesome pajama party in this PJ party game.', 'https://img.gamemonetize.com/me0xthev37rgshwsro0z2etaelcft1yj/512x384.jpg', 'https://html5.gamemonetize.com/me0xthev37rgshwsro0z2etaelcft1yj/', '0', 'Action', 0, 0, '', 'princess-pj-night-out-party'), (13370, 'AURORAS BIRTHDAY BALL', 'Hey hey Get ready to sing a HAPPY BIRTHDAY TO YOU song because its Auroras Birthday Belle and Mulan do not know what to present to Sleeping beauty Do you have any ideas If so give them a helping hand Also Aurora want you to be the lead stylist of the ball Your main task is to make a flawless look for our birthday girl', 'https://img.gamemonetize.com/y1sgvnufcg53cg6ymttymrruj5srapau/512x384.jpg', 'https://html5.gamemonetize.com/y1sgvnufcg53cg6ymttymrruj5srapau/', '0', 'Girls', 0, 0, '', 'auroras-birthday-ball'), (13371, 'Island Princess Magic Quest', 'The island villagers need Princess Kalani’s help saving their beautiful islands - of all the girls in her village, Kalani has been chosen. But she can’t do it alone! You’ve got to help make Kalani’s paradise adventure journey successful. Lots of people and the beautiful paradise Hawaiian islands are counting on you! With the help of the shaman, Princess Kalani’s spiritual leader, and some special tools, you and Princess Kalani make a great team! Just one thing - get across that ocean fast before Lukela does, or else he’ll be the next island leader instead!', 'https://img.gamemonetize.com/p2e6jf9ev07ta21p4izfwunvzmandr5h/512x384.jpg', 'https://html5.gamemonetize.com/p2e6jf9ev07ta21p4izfwunvzmandr5h/', '0', 'Puzzles', 0, 0, '', 'island-princess-magic-quest'), (13372, 'Dress Up Games Girls Games', 'For all fashionistas and virtual doll styling fans here is the ultimate makeover app with tons and tons of clothes to rummage through. Style gorgeous models for 6 different occasions: prom night, shopping run, wedding, international beauty pageant, pop singer contest and a movie star award show. In each occasion, there is a separate wardrobe, with glamorous dresses, skirts, tops, jackets, capes, shawls and veils. Pick among dozens of chic hairstyles, fancy shoes, stylish handbags, luxurious jewelry and other accessories. Certainly you can also choose the race of the girls.', 'https://img.gamemonetize.com/o3c1ztuazoicl8hbya51xkhnyr3db4xb/512x384.jpg', 'https://html5.gamemonetize.com/o3c1ztuazoicl8hbya51xkhnyr3db4xb/', '0', 'Hypercasual', 0, 0, '', 'dress-up-games--girls-games'), (13373, 'Impossible Box Challenge', 'Impossible Box Challenge is a fun puzzle/skill game where you try to finish the levels as soon as possible and without not dying very much. Considering that the game is obviously impossible, your goal can just be finishing the levels. Check settings ;) Lots of interesting customization stuff.', 'https://img.gamemonetize.com/2wnve1sklxlb6a8vuu6wsmckgwlonx6u/512x384.jpg', 'https://html5.gamemonetize.com/2wnve1sklxlb6a8vuu6wsmckgwlonx6u/', '0', 'Puzzles', 0, 0, '', 'impossible-box-challenge'), (13374, 'Fashion Battle Runway Show', 'What\'s up everyone, I\'m here at the H&H fashion show 2016. So many fabulous top models are invited to join this fashion party tonight. We heard that there are two amazing collections for this Night Club themed runway show, DARLING VS. DIVA. Sounds so exciting, let\'s go backstage, check it out.', 'https://img.gamemonetize.com/juylrx1zqbf2yrmi63w7fs1l9tyfoka8/512x384.jpg', 'https://html5.gamemonetize.com/juylrx1zqbf2yrmi63w7fs1l9tyfoka8/', '0', 'Hypercasual', 0, 0, '', 'fashion-battle-runway-show'), (13375, 'Super Mario Rush', 'Super Mario Rush, run with Mario and his friends to rescue princess. Tap the screen to jump amd make fantastical movements. Collect coins and customize mask with coins. Be careful with the spikes and obstacles.', 'https://img.gamemonetize.com/g8yyxe0uiyo9pv6wbl2sfoynfl7m2137/512x384.jpg', 'https://html5.gamemonetize.com/g8yyxe0uiyo9pv6wbl2sfoynfl7m2137/', '0', 'Arcade', 0, 0, '', 'super-mario-rush'), (13376, 'fly man', 'touch and jump', 'https://img.gamemonetize.com/y6s0lt053jylkw74h7v37p15v7f7266f/512x384.jpg', 'https://html5.gamemonetize.com/y6s0lt053jylkw74h7v37p15v7f7266f/', '0', 'Hypercasual', 0, 0, '', 'fly-man'), (13377, 'Dream Wedding Planner Game', 'For you, every season is wedding season - because you’re a wedding planner! Help couples in love plan the perfect weddings! Every detail must be just right. You’ve got a lot on your plate - weddings to plan, and couples to keep happy! Think you can do it?', 'https://img.gamemonetize.com/eycveanpy5g95pmgmec0szbx1copc881/512x384.jpg', 'https://html5.gamemonetize.com/eycveanpy5g95pmgmec0szbx1copc881/', '0', 'Girls', 0, 0, '', 'dream-wedding-planner-game'), (13378, 'Poppy Play Night', 'You must stay alive in this horror/puzzle adventure. Try to survive the vengeful toys waiting for you in the abandoned toy factory.', 'https://img.gamemonetize.com/sx7975em7byp1wjti6d9h0nvlghjdz6r/512x384.jpg', 'https://html5.gamemonetize.com/sx7975em7byp1wjti6d9h0nvlghjdz6r/', '0', 'Adventure', 0, 0, '', 'poppy-play-night'), (13379, 'Koala Bros Bash', 'Koala Bros Bash is a skill game where you use boomerang to knock down fruits and feed your family.', 'https://img.gamemonetize.com/dl2xghvwb2l3i5xp5r3dfkgzkxn5a2ca/512x384.jpg', 'https://html5.gamemonetize.com/dl2xghvwb2l3i5xp5r3dfkgzkxn5a2ca/', '0', 'Hypercasual', 0, 0, '', 'koala-bros-bash'), (13380, 'Merge Veggies', 'Merge Veggies is a Super Addictive vegetables merging game! Your mission is to tap on 2 or more similar Veggies to upgrade them to another bigger veggies. Try to get a higher score and try to reach the Pumpkin. the Pumpkin is the final Veggie Good Luck', 'https://img.gamemonetize.com/52xc2tktyg6cj0shfqd921foqex2xasm/512x384.jpg', 'https://html5.gamemonetize.com/52xc2tktyg6cj0shfqd921foqex2xasm/', '0', 'Puzzles', 0, 0, '', 'merge-veggies'), (13381, 'Squid Sniper Master', 'Play the most famous traditional Korean Games as a challenging sniper!Shoot down all failed players! Detect and destroy players moving in green light-red light game using your sniper gun! When aiming, you have to make sure you hit the right player. You earn points for the correct player, but if you hit the wrong player, your points will decrease. Get the highest score at the end of the game and compete with your friends. Play Squid Game Sniper now and start the action! Squid Sniper is a weapon in SharkBite. It costs 1,250 shark teeth. Like the Ray Gun, it takes a long time to grind up to 1,250, but it\'s worth the shark teeth considering its versatility. Although it is currently the highest damage weapon in the game, the weapon\'s slow firing speed limits its damage per second, which is not comparable to that of the Ray Gun Consequently, the squid sniper is generally not considered as good a weapon as the Ray Gun, however, this weapon is very good for long-range distances when the shark is far off to the other side of the map, it is although very slow when shot. The weapon\'s unique trait is its range in that it can get close to a target. The weapon enters an expanded mode if the player presses Z while equipped. The Squid Sniper\'s base color is yellow with a gray gun barrel and a pink tentacle of sorts wrapped around most of the gun, likely a squid tentacle considering the gun\'s name. A light blue tank on the end of the gun is presumably where the ammo is held acting as a tank for the squid ammunition. The shots fire a squid with a spinning wispy trail following it. The gun itself looks quite similar to the Bubble Gun from Terraria, but given the name of the weapon, is likely based on the Splatterscope from Splatoon. now you switch roles and become the executor. Absolute concentration, quick reflex, and sharpshooting skills are needed to accomplish your mission. FEATURES: - Numerous challenging locations and scenarios - Action-packed shooting game - Game store with a wide range of guns to choose - Eye-catching 3D graphics and amazing sound effects', 'https://img.gamemonetize.com/uof9a6i00y81bxprsitq1smicnaj9kwr/512x384.jpg', 'https://html5.gamemonetize.com/uof9a6i00y81bxprsitq1smicnaj9kwr/', '0', 'Shooting', 0, 0, '', 'squid-sniper-master'), (13382, 'The Squid Sniper', 'Play the most famous traditional Korean Games as a challenging sniper!Shoot down all failed players! Detect and destroy players moving in green light-red light game using your sniper gun! When aiming, you have to make sure you hit the right player. You earn points for the correct player, but if you hit the wrong player, your points will decrease. Get the highest score at the end of the game and compete with your friends. Play Squid Game Sniper now and start the action! Squid Sniper is a weapon in SharkBite. It costs 1,250 shark teeth. Like the Ray Gun, it takes a long time to grind up to 1,250, but it\'s worth the shark teeth considering its versatility. Although it is currently the highest damage weapon in the game, the weapon\'s slow firing speed limits its damage per second, which is not comparable to that of the Ray Gun Consequently, the squid sniper is generally not considered as good a weapon as the Ray Gun, however, this weapon is very good for long-range distances when the shark is far off to the other side of the map, it is although very slow when shot. The weapon\'s unique trait is its range in that it can get close to a target. The weapon enters an expanded mode if the player presses Z while equipped. The Squid Sniper\'s base color is yellow with a gray gun barrel and a pink tentacle of sorts wrapped around most of the gun, likely a squid tentacle considering the gun\'s name. A light blue tank on the end of the gun is presumably where the ammo is held acting as a tank for the squid ammunition. The shots fire a squid with a spinning wispy trail following it. The gun itself looks quite similar to the Bubble Gun from Terraria, but given the name of the weapon, is likely based on the Splatterscope from Splatoon. now you switch roles and become the executor. Absolute concentration, quick reflex, and sharpshooting skills are needed to accomplish your mission. FEATURES: - Numerous challenging locations and scenarios - Action-packed shooting game - Game store with a wide range of guns to choose - Eye-catching 3D graphics and amazing sound effects', 'https://img.gamemonetize.com/ayeq6ogbklbwjkj3hy0ct90sha27h8s6/512x384.jpg', 'https://html5.gamemonetize.com/ayeq6ogbklbwjkj3hy0ct90sha27h8s6/', '0', 'Shooting', 0, 0, '', 'the-squid-sniper'), (13383, 'hotel transylvani', 'ring your favorite characters from the world of Hotel Transylvania to life with the Hotel Transylvania Augmented Reality Experience at Motiongate, Dubai! After you’ve downloaded the app, simply aim your phone at the Augmented Reality (AR) markers near and in the Hotel Transylvania attraction at Motiongate. Or, you can print these markers and bring the experience home! When you launch the app, Dracula, his daughter Mavis, Jonathan, and their friends will give you a special behind-the-scenes look at all the monster fun inside the Hotel as they get ready for its first human guest: you! Laugh, dance, interact and even pose for a photo Instructions for use: • On the main menu, tap on â€Find Markers†• Aim your device at a marker • When the app recognizes the marker, it will start playing', 'https://img.gamemonetize.com/inlrwpd3rr5mwvs2dyx182hb47gidyp1/512x384.jpg', 'https://html5.gamemonetize.com/inlrwpd3rr5mwvs2dyx182hb47gidyp1/', '0', 'Adventure', 0, 0, '', 'hotel-transylvani'), (13384, 'angry baldi s basics cartoon', 'Story: Now you can play the long-awaited game with Math Teacher and now he is at school and in the world of Craft. Game Features: - Updated interface from Craft game - Angry Teacher at School of Peace Craft - The atmosphere of horror - Very addictive gameplay - Claps ruler - Funny voice acting - Pleasant craft environment Game Tips: 1. Try to use lifted items for their intended purpose. 2. Do not fall for the director when you break the rules 3. Be careful, Scary Teacher may appear from around the corner. And most importantly - remember. No matter how well you know math, Math Teacher will not leave you alone until you complete this game! Good luck P.S. If you believe that we are infringing your copyrights, write to us at games.pokaifu@gmail.com. We will review your appeal within 12 hours.', 'https://img.gamemonetize.com/h61x961za0foleqv2hrdvlv0lu5p2gt5/512x384.jpg', 'https://html5.gamemonetize.com/h61x961za0foleqv2hrdvlv0lu5p2gt5/', '0', 'Arcade', 0, 0, '', 'angry-baldi-s-basics-cartoon'), (13385, 'ZRaid', 'tower defense game where your objective is to deploy different types of special guns to protect your base from hordes of zombies.', 'https://img.gamemonetize.com/ybhsme0lx17tf63n74gl7261wlpap1jn/512x384.jpg', 'https://html5.gamemonetize.com/ybhsme0lx17tf63n74gl7261wlpap1jn/', '0', 'Adventure', 0, 0, '', 'zraid'), (13386, 'Tower Climb', '"Climb the Tower" is an exciting mini-game for speed and reaction, where you have to play the role of a real ninja who needs to climb to the top of an incredibly high tower! Help the main character to stay alive and successfully overcome many dangerous obstacles on the way! Get up as fast as you can, because below you will be a lake of boiling lava, following you on your heels! Be extremely careful not to fall into one of the many insidious traps that lie in wait for you ahead!', 'https://img.gamemonetize.com/13yyi4gw1zuxdflx1u07vkau5yufxl65/512x384.jpg', 'https://html5.gamemonetize.com/13yyi4gw1zuxdflx1u07vkau5yufxl65/', '0', 'Clicker', 0, 0, '', 'tower-climb'), (13387, 'Santa City Run Street', 'Santa was delivering gifts to children and did not notice that his bag was leaking. When grandfather discovered the hole, it was already too late, because by then he had lost a lot of gifts. Now the old man must run through the city in order to collect gifts and gold coins to buy a new bag.', 'https://img.gamemonetize.com/ndlutsitilj965xpq8qaqny38w4htngz/512x384.jpg', 'https://html5.gamemonetize.com/ndlutsitilj965xpq8qaqny38w4htngz/', '0', 'Arcade', 0, 0, '', 'santa-city-run-street'), (13388, 'Color Spin 3D', 'Man is an absolutely unique being. Despite the fact that we use our strength and energy to the maximum, our brain helps us to reach unprecedented heights. It is worth a person to show perseverance and he will be able to achieve a lot and hone his skills and abilities. In the game "Color Spin", you can prove from your own experience that there is no limit to human dexterity. Before you will be a circle, which is divided into several multi-colored sectors: red, green, yellow, purple orange and blue. As soon as you press the start, then the ball in the circle will start jumping and changing its color. You must react as quickly as possible to the color change and rotate the circle so that the ball is on the same colored sector as the color of the ball. This game will help you develop your agility and speed up your reactions. See how long you hold out. Enjoy your game and good luck!', 'https://img.gamemonetize.com/ptitklo27csxoqslqnqfw65utukz1sye/512x384.jpg', 'https://html5.gamemonetize.com/ptitklo27csxoqslqnqfw65utukz1sye/', '0', 'Puzzles', 0, 0, '', 'color-spin-d'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (13389, 'Carpenter', 'Once in childhood, all children dreamed of making different products with their own hands, some succeeded, and some did not. But the game "Carpenter" will give you the opportunity to make different products without tools and materials at hand, everything you need is already in the game! Cut out different animals, cars, planes and much more. After you have cut out the product, you will need to assemble it using self-tapping screws. After that, you can only start painting your product. Also in the game, you can buy yourself various tools for coins, which you will receive for completing levels. Complete daily tasks, get coins and much more.', 'https://img.gamemonetize.com/erxdfm5hl13itidnjgn0f3k9usd6sv26/512x384.jpg', 'https://html5.gamemonetize.com/erxdfm5hl13itidnjgn0f3k9usd6sv26/', '0', 'Arcade', 0, 0, '', 'carpenter'), (13390, 'Santa Revenge', 'Now it\'s time for Santa Revenge. Protect your gifts against thieves from all directions. Stay away from bombs. Finish the night and save your gifts. You can play alone in survival mode. You can also play with your friends in two player mode.', 'https://img.gamemonetize.com/51beumvcsz1i3d143hsozfx8iq338618/512x384.jpg', 'https://html5.gamemonetize.com/51beumvcsz1i3d143hsozfx8iq338618/', '0', 'Shooting', 0, 0, '', 'santa-revenge'), (13391, 'Fashion Sewing Shop Sewing clothes', 'Fashion Sewing Shop game for kids who love to sew and come up with outfits. Everything happens virtually - sew a great designer outfit for the doll using digital scissors, a sewing machine, and a palette of colors for clothes and accessories!', 'https://img.gamemonetize.com/hw8h0hv8kb5b7xqt3i5wxcpehern9uvq/512x384.jpg', 'https://html5.gamemonetize.com/hw8h0hv8kb5b7xqt3i5wxcpehern9uvq/', '0', 'Girls', 0, 0, '', 'fashion-sewing-shop---sewing-clothes'), (13392, 'Car Wash Garage Service Workshop', 'How long will you wash your car after driving? Car Wash Garage Service Workshop is actually not a car washing simulation game but a car parking simulation game under a 3D game engine. The objective here for you is to take the passengers to their destinations on time. As long as you avoid the dirty mud roads while driving, you could just transport passengers and earn the cash. Don\'t worry if your car is dirty, drive to the garage service and wash the car for 600 dollars!', 'https://img.gamemonetize.com/ihuxgz4sft47jo3k84as1fcbh7c3fsur/512x384.jpg', 'https://html5.gamemonetize.com/ihuxgz4sft47jo3k84as1fcbh7c3fsur/', '0', 'Action', 0, 0, '', 'car-wash-garage-service-workshop'), (13393, 'Moto X3M Original', 'Moto X3M is an awesome bike racing game with 25 challenging levels. So grab your motorbike, strap on your helmet and grab some airtime over obstacles and beat the clock on amazing off-road circuits. Enjoy Moto X3M!', 'https://img.gamemonetize.com/cwvgstrd6an0nqgcf0rdd7phev53fnm1/512x384.jpg', 'https://html5.gamemonetize.com/cwvgstrd6an0nqgcf0rdd7phev53fnm1/', '0', 'Sports', 0, 0, '', 'moto-xm-original'), (13394, 'Flip Jump Race 3D', 'Do you have confidence in your balance skills while you are jumping from a platform to a platform? Flip Jump Race 3D is recommended as a skillful jumping arcade game that is made from 3D stickman and circular platforms. The objective is to jump over all circular platforms and reach the final square platform. Sometimes, you don\'t need to follow the provided track and jump one by one. As long as you can control the fallen point on the next platform, you are able to jump farther than one platform!', 'https://img.gamemonetize.com/y2vy4oegcy29lsnb3wl0vnb2i6ezk2ia/512x384.jpg', 'https://html5.gamemonetize.com/y2vy4oegcy29lsnb3wl0vnb2i6ezk2ia/', '0', 'Arcade', 0, 0, '', 'flip-jump-race-d'), (13395, 'Home Pipe Water Puzzle', 'Home Pipe Water Puzzle is a casual Puzzle game with a fresh cartoon style. You can encounter different situations, connect different pipes, complete levels, and unlock skins. The game is easy to operate, come quickly!', 'https://img.gamemonetize.com/037gh8lkzmzxmf5oxrtktvjlu10cf8t0/512x384.jpg', 'https://html5.gamemonetize.com/037gh8lkzmzxmf5oxrtktvjlu10cf8t0/', '0', 'Boys', 0, 0, '', 'home-pipe-water-puzzle'), (13396, 'Fish Connections', 'This is a classic puzzle game, inspired by popular Mahjong block removal game. In this, you need to eliminate all the tiles appearing on the board. You can connect identical tiles to each other to eliminate both in which each connection can have no more than 2 turns. There are 24 challenging levels in this game. Complete a level before time bounds to get extra bonus.', 'https://img.gamemonetize.com/p3jfohnycil8lekec997cr1mvvthfkg8/512x384.jpg', 'https://html5.gamemonetize.com/p3jfohnycil8lekec997cr1mvvthfkg8/', '0', 'Puzzles', 0, 0, '', 'fish-connections'), (13397, 'Coordinate Rush', 'Guide the hero to the location given in the Search Coordinate box by clicking on the corresponding location on the coordinate grid. Getting the hero to the correct location will award 500 points while an incorrect location will deduct 200 points from your score. Get as many points as you can before the 3 minute timer runs out.', 'https://img.gamemonetize.com/vom95064ax53ut6xnogyfh177x3jhkgq/512x384.jpg', 'https://html5.gamemonetize.com/vom95064ax53ut6xnogyfh177x3jhkgq/', '0', 'Puzzles', 0, 0, '', 'coordinate-rush'), (13398, 'Squid Game Survival 3D', 'Welcome to Squid Game. Try to survive in different game modes! Get ready for a very difficult challenge! If you win the game, you will receive 45.6 MILLION WINNINGS! You got yourself in some debt and this seems like your only way out. Play the game fairly and don\'t break any rules, or you\'ll be \'eliminated\'. It is strongly recommended that you forge alliances to survive the intermission nights in-order to win the game. The squid game centers on a contest where 456 players, squid game drawn from different walks of life but in squid game each deeply in debt, play a set of children\'s games with deadly penalties for losing for the chance to win a billion prize. This is the squid game rule', 'https://img.gamemonetize.com/xt15cy4pmduxzzauvm3j7euyuo2nsa6b/512x384.jpg', 'https://html5.gamemonetize.com/xt15cy4pmduxzzauvm3j7euyuo2nsa6b/', '0', 'Adventure', 0, 0, '', 'squid-game-survival-d'), (13399, 'Go Go Gorilla', 'Help the Gorilla to collect all the soccer balls on the screen, stay balanced on the white lines but be careful not to fall into the void and lose the game! try to be as fast as possible to complete the levels and then once you have completed a whole Stadium check your best score on the leaderboard; Will you be the fastest of all.', 'https://img.gamemonetize.com/33cjg1ijszzmhaeo94drphcd1u11ljer/512x384.jpg', 'https://html5.gamemonetize.com/33cjg1ijszzmhaeo94drphcd1u11ljer/', '0', 'Puzzles', 0, 0, '', 'go-go-gorilla'), (13400, 'Dizzy Sushi', 'Dizzy Sushi a fun reflex game to match as many items as you can. this game is a mix of speed, memory, and skills! You want to know how your memory skill! so use the memory test in this game!', 'https://img.gamemonetize.com/uvrnphcw27m9fmab3o84nrqislxddivt/512x384.jpg', 'https://html5.gamemonetize.com/uvrnphcw27m9fmab3o84nrqislxddivt/', '0', 'Puzzles', 0, 0, '', 'dizzy-sushi'), (13401, 'Flying Pig', 'The Flying Pig is an adventure Game! An entertaining skill and action game the whole family can enjoy! catch as many flying food items as you can! But, don\'t catch the bombs, and mines or all your lives get drained out!', 'https://img.gamemonetize.com/e85t4sjiz5puf4u6byeewd969em9vgeq/512x384.jpg', 'https://html5.gamemonetize.com/e85t4sjiz5puf4u6byeewd969em9vgeq/', '0', 'Racing', 0, 0, '', 'flying-pig'), (13402, 'Undead Walking Experiment', 'Undead Walking is back! with another gameplay. Now you can use your skill to destroy the damned Undead! or you can upgrade your arsenal by buying different weapons in the items shop, but remember always, the weak point of Undead is the Head!!! Kill them all and win the game.', 'https://img.gamemonetize.com/subiayc9s7qna89196vkgw3n1uth56ur/512x384.jpg', 'https://html5.gamemonetize.com/subiayc9s7qna89196vkgw3n1uth56ur/', '0', 'Shooting', 0, 0, '', 'undead-walking-experiment'), (13403, 'Alphabet for Child', 'Alphabet for Child a fun and intuitive game to play. Learning is always fun while playing. This special game will help your child to learn alphabets and their words too. An interesting part is clicking on the image to see some random and fun action. Play a lot more educational games with Mapi Games!', 'https://img.gamemonetize.com/73pq8unf35x5ljgrizznaljnve5zmtq2/512x384.jpg', 'https://html5.gamemonetize.com/73pq8unf35x5ljgrizznaljnve5zmtq2/', '0', 'Clicker', 0, 0, '', 'alphabet-for-child'), (13404, 'Tiny Zombie', 'Tiny Zombies is an exciting zombie-killing game and you have to defend your area without getting infected. Kill as many zombies and they will become faster on further waves, so boost your reflexes and kill the fast-paced game.', 'https://img.gamemonetize.com/2yymgnrjo2wlpu262b5ggvdb6irgj1tb/512x384.jpg', 'https://html5.gamemonetize.com/2yymgnrjo2wlpu262b5ggvdb6irgj1tb/', '0', 'Clicker', 0, 0, '', 'tiny-zombie'), (13405, 'Pool Ball Offline', '----- âš¡ï¸Welcome to Pool Ball Offline Gameâš¡ï¸ ----- Pool Ball Offline is a', 'https://img.gamemonetize.com/6h3a9smok88omcg38xx6os9ghd5avu45/512x384.jpg', 'https://html5.gamemonetize.com/6h3a9smok88omcg38xx6os9ghd5avu45/', '0', '3D', 0, 0, '', 'pool-ball-offline'), (13406, 'Tank Heroes Tank Games, Tank Battle Now', 'Here we have awesome tank, you can battle pocket tanks with anyone and become the tank heroes. Tank heroes has many pocket tanks, popular tank games free in 2019. Unlike other tank io games, we have our own tanks. Just pick out the tank you love, and become the best tank heroes ever here in Tank Heroes.', 'https://img.gamemonetize.com/iihvzp04ar671dinjahut9z90l00aunv/512x384.jpg', 'https://html5.gamemonetize.com/iihvzp04ar671dinjahut9z90l00aunv/', '0', 'Shooting', 0, 0, '', 'tank-heroes--tank-games-tank-battle-now'), (13407, '3D Tennis', '3D Tennis offers fast and fluid control mode: swipe your finger to hit or slice the ball. The game provides a huge range of unique players to choose from and allow you to steer your favorite player to success in the four Grand Slam tournaments. It feels like playing the real tennis game. FEEL THE PASSION NOW!', 'https://img.gamemonetize.com/4uccr925116dib4sohm2en47u2bp3dtt/512x384.jpg', 'https://html5.gamemonetize.com/4uccr925116dib4sohm2en47u2bp3dtt/', '0', 'Sports', 0, 0, '', 'd-tennis'), (13408, 'Chess Mr', 'Do you remember this board game from your childhood?.Chess Mrgame gives you a lot of fun with challenging computer or playing with other person on mode 2 players offline.', 'https://img.gamemonetize.com/157p7lzm34hw41v7xwhfyf918k1wswa0/512x384.jpg', 'https://html5.gamemonetize.com/157p7lzm34hw41v7xwhfyf918k1wswa0/', '0', 'Puzzles', 0, 0, '', 'chess-mr'), (13409, 'Spiderman Fighter', 'spider man Fight 2021 is an epic open world third person super hero gangster fighting game with everything you want & all features you can ask for. Your Vice City is under attack by Dangerous Dragons and angry robots be the super hero the world wants and save the city using your spider-man senses and real super hero super powers. Follow chase and kill the crazy dragons by using your rope hero rope throwing climbing and swinging super power. Climb tall buildings and fight the angry dragons to save your city. Transform your spider man Fight into cool dragon and fight the enemy dragons in air by flying towards enemy and using Fire spit power of your dragon hero but beware of enemy dragon’s fire attacks.', 'https://img.gamemonetize.com/sntu4h4w35smrbur28k760b6e4zhpvye/512x384.jpg', 'https://html5.gamemonetize.com/sntu4h4w35smrbur28k760b6e4zhpvye/', '0', 'Action', 0, 0, '', 'spiderman-fighter'), (13410, 'KSniper Squid Game Challenge', 'Squid Games - 456 Survival K Challenge Squid Game is survival shooting games based on Red Light, Green Light. The most thrilling challenges in survival games are based on popular K-drama. Become the ultimate survivor. Shoot down all failed players! Aim through your sniper scope and make your best shot! Take challenges and BE CAREFUL! Play as the sniper and try to shoot all squid runners in this death run challenge. Knock Down your competitors in the squid game Play the most famous game now! Become the ultimate sniper bringing home the prize of 45.6 billion won Shoot down players that don\'t play by the rules! Don\'t let anyone escape! Games: - Red Light, Green Light - Sugar Honeycombs - Tug-of-war - Marbles - Glass Stepping Stones - The Squid Game - The Squid Game Shooting and more. Enjoy this free and simple squid game.', 'https://img.gamemonetize.com/vcoz4sjy5ba3ovqzueh28llrxvndpd9t/512x384.jpg', 'https://html5.gamemonetize.com/vcoz4sjy5ba3ovqzueh28llrxvndpd9t/', '0', 'Adventure', 0, 0, '', 'ksniper-squid-game-challenge'), (13411, 'Squid Sniper Survival 3D', 'Play the most famous traditional Korean Games as a challenging sniper!Shoot down all failed players! Detect and destroy players moving in green light-red light game using your sniper gun! When aiming, you have to make sure you hit the right player. You earn points for the correct player, but if you hit the wrong player, your points will decrease. Get the highest score at the end of the game and compete with your friends. Play Squid Game Sniper now and start the action! Squid Sniper is a weapon in SharkBite. It costs 1,250 shark teeth. Like the Ray Gun, it takes a long time to grind up to 1,250, but it\'s worth the shark teeth considering its versatility. Although it is currently the highest damage weapon in the game, the weapon\'s slow firing speed limits its damage per second, which is not comparable to that of the Ray Gun Consequently, the squid sniper is generally not considered as good a weapon as the Ray Gun, however, this weapon is very good for long-range distances when the shark is far off to the other side of the map, it is although very slow when shot. The weapon\'s unique trait is its range in that it can get close to a target. The weapon enters an expanded mode if the player presses Z while equipped. The Squid Sniper\'s base color is yellow with a gray gun barrel and a pink tentacle of sorts wrapped around most of the gun, likely a squid tentacle considering the gun\'s name. A light blue tank on the end of the gun is presumably where the ammo is held acting as a tank for the squid ammunition. The shots fire a squid with a spinning wispy trail following it. The gun itself looks quite similar to the Bubble Gun from Terraria, but given the name of the weapon, is likely based on the Splatterscope from Splatoon. now you switch roles and become the executor. Absolute concentration, quick reflex, and sharpshooting skills are needed to accomplish your mission. FEATURES: - Numerous challenging locations and scenarios - Action-packed shooting game - Game store with a wide range of guns to choose - Eye-catching 3D graphics and amazing sound effects', 'https://img.gamemonetize.com/13l01wffr9pgxjlj8wk5wamzpd5gu8a6/512x384.jpg', 'https://html5.gamemonetize.com/13l01wffr9pgxjlj8wk5wamzpd5gu8a6/', '0', 'Shooting', 0, 0, '', 'squid-sniper-survival-d'), (13412, 'dora jump', 'Oh no! Backpack and Map have been swiped and blown away! Dora and Boots need your child\'s help to run back to the rainforest to rescue them. In Dora and Friends Back to the Rainforest your child helps Dora and Boots… • run and jump through the Treetops of the Rainforest • reach new heights in the Flowery Garden to rescue Backpack and Map • slide and glide down the Tallest Mountain • race back to Playa Verde so they can fix Backpack who was hurt when blown away Along the way your child will… • gather up as many of Backpack\'s dropped items as possible • see old friends such as Tico, Big Red Chicken, and more • collect charms in each location for Dora’s bracelet • experience counting in Spanish, color recognition and enumeration Vamanos, let\'s go! Dora and Friends Back to the Rainforest collects personal user data as well as non-personal user data (including aggregated data). User data collection is in accordance with applicable law, such as COPPA. User data may be used, for example, to respond to user requests; enable users to take advantage of certain features and services; personalize content and advertising; and manage and improve Nickelodeon\'s services. For more information regarding Nickelodeon\'s use of personal user data, please visit the Nickelodeon Group Privacy Policy below. Our Privacy Policy is in addition to any terms, conditions or policies agreed to between you and Google. Nickelodeon and its affiliated entities are not responsible for Google\'s collection or use of your personal user data and information. Use of this app is subject to the Nickelodeon End User License Agreement.', 'https://img.gamemonetize.com/j4lxclv7z92pf7zc20z375yhuic69heq/512x384.jpg', 'https://html5.gamemonetize.com/j4lxclv7z92pf7zc20z375yhuic69heq/', '0', 'Arcade', 0, 0, '', 'dora-jump'), (13413, 'trezeBlocks 2', 'trezeBlocks 2 is a tetris-style fun matching game. You need need to make perfect rows and columns of blocks, dragging the white blocks (pieces) to the desired places. Coins can be colected and used to replace pieces! The game is over when there are no more spaces on the grid and there are not enough coins to replace them.', 'https://img.gamemonetize.com/9vn6z4yl49qawi7hpc8femsu7ogxr3yd/512x384.jpg', 'https://html5.gamemonetize.com/9vn6z4yl49qawi7hpc8femsu7ogxr3yd/', '0', 'Puzzles', 0, 0, '', 'trezeblocks-'), (13414, 'ben10 jump', 'This alien game featuring cool graphic and platformer gameplay, once upon a time there\'s a bad alien invading ben planet and universe, looking earth almost perish, ben using his power to take down bad enemies by summoning his super cool alien to face bad enemy, there\'s 10 ben alien you can obtain in the end of game, make sure you guide ben to final boss Game Feature : # Cool Looking Graphic # Super Cool Character # Stunning Super A # ben10 # ben 10 # benten# # benten # ben 10 ten # Easlieny Platformer Gameplay # Number 1 ben alien games', 'https://img.gamemonetize.com/csvvlm2k8ywey8kvpofaarhjcl1c68be/512x384.jpg', 'https://html5.gamemonetize.com/csvvlm2k8ywey8kvpofaarhjcl1c68be/', '0', 'Arcade', 0, 0, '', 'ben-jump'), (13415, 'Water Dive 2D Underwater Survival', 'Who doesn\'t want to explore the World of the Ocean? It\'s wonderful to sink into the gentle waves of the Ocean. Water Dive, a water-based game, is where you can experience the unique nature of Oceania as well as its beautiful surroundings. It will be simple. Follow these instructions to avoid any obstacles in the Ocean. Earn some valuable coins as you go, and also boosters that will enable you to swim faster. Attention! Don\'t let obstacles distract you. Diving into the World of Ocean is a great experience. Swimming and deep water diving have no time restrictions, so you may do it whenever and wherever you choose. The soothing Waves and magical surroundings make this game worth playing! The game of Water Dive 2D: Underwater Survival Game is to see how long a diver can stay underwater. The objective is that the player will have to make it back up towards the air while avoiding obstacles like marine creatures and turtles, which might not be interested in their survival. Swiping left or right as necessary, players can give themselves more speed when they need it most but beware because some things won\'t let you go so easily! Become an underwater fish hunter in deep ocean depths as you scuba dive and explore the beauty of aquatic environments. Choose to be a Megalodon hunter set out on a mission to find a shark killer or just enjoy being one with jumping dolphins, whales, turtles, and other monsters at your leisure. In Water Dive 2D: Underwater Survival Game, the diver must use his skills to avoid marine life and make it back up to safety. The game starts once the dive is finished when you face obstacles that challenge your skill level of swiping left or right to get past them. There are prizes along the route for those who have perfected their skills, such as turtles, which provide a boost if gathered on time and assist improve speed so you may reach the surface faster than previously! However, keep an eye out for whales, dolphins, and even sharks, since these animals can inflict damage points, ultimately pushing divers further into the Ocean, where death awaits them with no chance of survival! A deep-sea expedition is underway, hunting for the Megalodon. You\'ll need to be quick and stay out of harm\'s way as you explore treacherous environments in search of this elusive beast: survive with patience while avoiding sharks or become one yourself by using your shark-hunting skills against them! Water Dive 2D is an underwater survival game. When the dive finishes, we find ourselves in a world where water dominates all senses and dangers lurk around every corner. Our adventurers have their work cut out when they must climb towards the surface while avoiding turtles or other marine creatures like whales, dolphins, or even whales! To ensure his safety on this treacherous journey, our diver will need to swipe left and right as he faces numerous obstacles along his way to escape from beneath these raging waves of terror that threaten him at every turn! Although the Ocean is a vast body of water, it may also serve as your paradise. Water Dive 2D: Underwater Survival Game is the game for you if you wish to withdraw from the outer world for a while and just relax in peace. This game enables players to plunge into unknown territory while exploring the depths of exotic waters with soothing waves that create an attractive mood! Download Water Dive 2D: Underwater Survival Game and experience the deep waves of World Oceana. You can download this game now for free to get your perfect escape from reality, but be careful! The waves will soon become too rough, and you\'ll find yourself swept out into the sea while still wearing a million-dollar smile on your face with no chance of coming back up again.', 'https://img.gamemonetize.com/4le6nqekdjpvc5fubquzqskzt6x55460/512x384.jpg', 'https://html5.gamemonetize.com/4le6nqekdjpvc5fubquzqskzt6x55460/', '0', 'Hypercasual', 0, 0, '', 'water-dive-d-underwater-survival'), (13416, 'Connect the Wire', 'A timing based arcade game with a total of 15 levels. To beat a level, you will have to reach the box with the red lamp on top of it. After you have beaten the 15 levels.. You can play them again but on challenge mode, good luck!', 'https://img.gamemonetize.com/ouhi0ftzuuz04fopbkv0snv0nx87ys6x/512x384.jpg', 'https://html5.gamemonetize.com/ouhi0ftzuuz04fopbkv0snv0nx87ys6x/', '0', 'Puzzles', 0, 0, '', 'connect-the-wire'), (13417, 'Poppy Playtime Game', 'Play Poppy Playtime Game in your web browser for free at Superkidgames.com. Poppy Playtime Huggy Wuggy Game is a horror adventure game in which we must stay live in an abandoned toy factory filled with terrifying and dangerous animals. A haunted toy factory is the ideal location for a horror story. This is the setting for Poppy Playtime, a first-person adventure game in which we must navigate the factory while avoiding the creatures that lurk in the shadows, similar to games like Five Nights at Freddy\'s. In this horror/puzzle adventure, you must stay alive. Survive the malevolent toys that await you in the abandoned toy factory. Use your GrabPack to hack electrical circuits or to grab anything from a distance. Investigate the enigmatic facility... but don\'t get caught.', 'https://img.gamemonetize.com/pav606ljmq4k6v1nc4326jxyvcnz0aj6/512x384.jpg', 'https://html5.gamemonetize.com/pav606ljmq4k6v1nc4326jxyvcnz0aj6/', '0', '3D', 0, 0, '', 'poppy-playtime-game'), (13418, 'Bubble Sorter ', 'Bubble Sort is a puzzle sorting game. The goal of the game is to sort the bubble balls by colors. Put the bubbles in the test tubes and sort them by color. At one tube put only bubbles with same color. Do that with all different bubbles to pass the level. You will have extra tube to put bubbles there when you sort them.', 'https://img.gamemonetize.com/2emblnaa1lejs9tr33mm6ppohrjh4vf6/512x384.jpg', 'https://html5.gamemonetize.com/2emblnaa1lejs9tr33mm6ppohrjh4vf6/', '0', 'Puzzles', 0, 0, '', 'bubble-sorter-'), (13419, 'Among and meteors', 'An addicting game of speed and reaction in which you have to play as an among and dodge meteors in time! Choose a character, earn points, set new records and get into the leaderboard!', 'https://img.gamemonetize.com/ezc5u8qmg3rndzk7y0xmt66lkgj7ha50/512x384.jpg', 'https://html5.gamemonetize.com/ezc5u8qmg3rndzk7y0xmt66lkgj7ha50/', '0', 'Hypercasual', 0, 0, '', 'among-and-meteors'), (13420, 'Supermarket Grocery Store Girl', 'Supermarket coins sign up women cashier recreation is a aggregate of interesting time control video games and coins sign up video games for boys and women. So find out the magic of promote trade, on this wonderful marketplace cashier amusing simulator recreation. Roll up your sleeves, open Supermarket Tycoon and assist Kristy to hold them meals counters stocked. Manage a couple of stores, groceries and different gadgets thru a couple of hard but fun levels, serve one-of-a-kind forms of picky clients and improve your cabinets and freezers which will keep greater inventory.', 'https://img.gamemonetize.com/3yyzuczgb92qhcrvu2eltlpel06op1xz/512x384.jpg', 'https://html5.gamemonetize.com/3yyzuczgb92qhcrvu2eltlpel06op1xz/', '0', 'Girls', 0, 0, '', 'supermarket-grocery-store-girl'), (13421, 'Super Market Cashier Game', 'Supermarket Cash Register Superstore Simulator & Grocery Shopping Games for Kids is amusing for all ages! No Wifi or Internet required! Do you like Supermarket Games, Shopping Games, and Grocery Store Games? Supermarket Games are a amusing manner to play, shop, and take a look at out like a actual consumer on the Grocery Store! Cashiers who need to spend a hectic day withinside the shopping center grocery store and feature amusing on the coins sign up. Learn time control and coins managing in grocery store buying eventualities in the back of the front desk.', 'https://img.gamemonetize.com/uru9yzuldv1bm8pyg0qjqf44seokov1z/512x384.jpg', 'https://html5.gamemonetize.com/uru9yzuldv1bm8pyg0qjqf44seokov1z/', '0', 'Adventure', 0, 0, '', 'super-market-cashier-game'), (13422, 'Supermarket Store Girl', 'Supermarket Cash Register Superstore Simulator & Grocery Shopping Games for Kids is amusing for all ages! No Wifi or Internet required! Do you like Supermarket Games, Shopping Games, and Grocery Store Games? Supermarket Games are a amusing manner to play, shop, and take a look at out like a actual consumer on the Grocery Store! Cashiers who need to spend a hectic day withinside the shopping center grocery store and feature amusing on the coins sign up. Learn time control and coins managing in grocery store buying eventualities in the back of the front desk. Play as a cashier seasoned withinside the metropolis shopping center, you may discover ways to deal with cash and matter coins. Improve primary talents in arithmetic which include addition and subtraction even as having amusing running at a coins sign up dealing clients.', 'https://img.gamemonetize.com/c4g6unvjjlv632l25xjubzdwgimrv21o/512x384.jpg', 'https://html5.gamemonetize.com/c4g6unvjjlv632l25xjubzdwgimrv21o/', '0', 'Girls', 0, 0, '', 'supermarket-store-girl'), (13423, 'Egg Wary Dragon Eggs Catch Legends', 'The Game Play starts with Egg wary going after the Monster Dragon and the player must keep on tapping to prevent Egg wary from touching the spokes on the screen. Eggs will appear one by one and the player must control the tapping to move Egg wary up and down to catch the egg, making sure she does not touch any spoke. Egg Wary: Dragon Eggs Catch Legends is a casual energy exploring game where the player must control the tapping to move Egg wary up and down to catch the egg. Build a home for yourself on a tropical island and craft various products to fulfill different orders, while joining Mia on her adventures to new islands. Dragons Capes Adventure is completely free to download and free to play. However, some items in the game may be purchased with real money. If you don\'t want to use this feature, please disable in-app purchases in your device\'s settings. Escape your routine with magical challenges and mini-games! Build a legendary city, merge and collect different dragon breeds. The fun never stops in this simulator of dragon pets. Battle and clash against other monsters in this animal fantasy experience! Features Grow and harvest Dragon Treats, then feed your dragons to level up Baby dragons to mythical dragons, nurture your majestic fantasy animals Enter your dragons in fun races and send them on quests to win epic treasures and Dragon Cash Discover new dragons, decorations, habitats, and activities during special seasonal events Explore space by collecting special Galaxy Dragons Collect and categorize your city of dragons Connect and share with your friends online Team up with friends in the Cooperative Breeding Cave Dragon eggs! Spectacular visuals and sparkling animations Impressive and unique art for each egg, baby, juvenile, adult, and elder dragon Dragon Vale is accompanied by an original soundtrack written by our award-winning composer Legend holds that dragons are fierce, fire-breathing monsters - but Dragon Vale proves that these fantasy creatures are more than just breeding beasts. From cute and cuddly, to massive, time- bending creatures. Dragon Vale has it all. Build and decorate beautiful floating islands in the sky to create your ultimate park.', 'https://img.gamemonetize.com/89ow4vi0vp69ooejf8347mgna9jq1j36/512x384.jpg', 'https://html5.gamemonetize.com/89ow4vi0vp69ooejf8347mgna9jq1j36/', '0', 'Arcade', 0, 0, '', 'egg-wary-dragon-eggs-catch-legends'), (13424, 'Spider Solitaire 2 Suits', 'Spider Solitaire card game with 2 suits. The objective of this Spider Solitaire game is to create eight sequences of the same suit from King to Ace ( 13 cards ). When a sequence is completed, it will be removed from tableau. Empty tableau columns may be filled by any card or sequence. This version of the card game has an helpful hint function.', 'https://img.gamemonetize.com/awdn3mart2wdyoluqyp53pv47wf8vd9v/512x384.jpg', 'https://html5.gamemonetize.com/awdn3mart2wdyoluqyp53pv47wf8vd9v/', '0', 'Puzzles', 0, 0, '', 'spider-solitaire--suits'), (13425, 'Popular Winter Styles', 'Please give the pretty girl the best fashion style dress up for this cold winter.', 'https://img.gamemonetize.com/ox83nt6axmkd9lrn6a4lnkr6wftfa3g6/512x384.jpg', 'https://html5.gamemonetize.com/ox83nt6axmkd9lrn6a4lnkr6wftfa3g6/', '0', 'Girls', 0, 0, '', 'popular-winter-styles'), (13426, 'Space Fighters', 'Shoot the flying balls coming towards you. Don\'t let them hit you or you will die. Survive for as long as possible to get the highest score.', 'https://img.gamemonetize.com/8s0mff3nmy8sw2xlqj5oa5xf16l4dylu/512x384.jpg', 'https://html5.gamemonetize.com/8s0mff3nmy8sw2xlqj5oa5xf16l4dylu/', '0', 'Shooting', 0, 0, '', 'space-fighters'), (13427, 'Squid Game 3D All Squid Games', 'Enjoy the unique fun experience now and start your adventure party. Fill the start by gathering all stacks and crosses across the bridge. The green light point allows you to run from the tree. If you complete all the tasks without knock out any task so you will win. Get ready to spend hours playing one of the most thrilling running games.', 'https://img.gamemonetize.com/1ez9xlng2u1emc5fqhuf09ehl142sku0/512x384.jpg', 'https://html5.gamemonetize.com/1ez9xlng2u1emc5fqhuf09ehl142sku0/', '0', 'Action', 0, 0, '', 'squid-game-d-all-squid-games'), (13428, 'Bijoy 71 hearts of heroes War Action Shooting Gam', 'Bangladesh is a country whose Independence has come from the Great War of liberation. Millions of lives, hectic levels of military power, and bloodshed have brought its Independence. Bangladesh is a country where people have to fight for their freedom. We must never forget the sacrifices these freedom fighters make on behalf of us all so we can live free lives filled with peace and opportunity! Bijoy 71 hearts of heroes is a war-action shooting game that lets you defend your motherland against the enemies who attack from all sides. Join Bangladeshi soldiers in this intense, fast-paced side-scrolling shooter, and be prepared to fight till your last breath! So to show respect and gratitude towards Martyrs and freedom fighters who lost their lives in this war for Bangladesh, Bijoy 71 bring you one of the best first-person shooting game to remember those fallen heroes on December 16th Victory Day against Army back then and now for all other freedom fighters that fought hard so we could be free! To celebrate victory day once again through this wargame with no restrictions or borders, Bijoy 71 game brings you \'A Shooting Game\' where the real feel of Liberation War was brought up beautifully through three stages: Dacca Sector Commander Arms Raid (8-10 November), Operation Searchlight & Jute Mill. Go to Bangladesh and experience the Liberation War firsthand in Bijoy 71, a fast-paced shooting game where you take on enemy soldiers as if they were from 1971. Bangladesh is a country whose Independence has come at an untold cost of the lives of guerrillas lost during its liberation war in 1971. In honor of their bravery that brought Independence for this beautiful nation, there\'s now Bijoy 71 - your chance to relive those heroic moments over again! This shooting game portrays one aspect among hundreds about how people felt when they were living through wartime conditions - making decisions on battlefields while risking death every day and some battles being impossible without sacrificing oneself. Explore the world of war with this epic free game! Soldiers are coming to attack your base, but you will fight back. A number count in the top right corner tells how many bullets are left before reloading and enemies on screen from bottom to top, so watch where they\'re going for accurate shots. You can switch positions as needed by pressing left and right arrow keys without taking cover behind anything if there\'s no danger close by. Make sure not to waste any ammunition because even one bullet could be enough to change history! Play Bijoy 71 hearts of heroes and be a hero in this action-packed shooting game. Of course, it would help if you defended your motherland from the enemy\'s strikes and fought until you were on your last breath to save Bangladesh. Fight alongside freedom fighters, stragglers, and women fighters too! Join the battle for Bangladeshi Independence, which began with Operation Liberation 1971 by joining forces with fellow patriots across history today! Download the best world game now before someone steals this precious opportunity from us - show everyone what kind of key role player we need on Team Freedom Fighters to secure Independence through the Liberation War game play in Bangladesh. Don\'t waste bullets, or else they will knock you out, and then there is no way for Bangladesh to be liberated. Download this first-person shooting game now because people need someone who can play an important role like them during the Liberation War of Bangladesh!', 'https://img.gamemonetize.com/m9glwvysvuzm27mmz14na647iokjpsz6/512x384.jpg', 'https://html5.gamemonetize.com/m9glwvysvuzm27mmz14na647iokjpsz6/', '0', 'Shooting', 0, 0, '', 'bijoy--hearts-of-heroes-war-action-shooting-gam'), (13429, 'Pirate Ships Hidden', 'Pirate Ships Hidden is a free online skill and hidden object game. Find out the hidden stars in the specified images. Each level has 10 hidden stars. There are 6 levels in total. The time is limited so be fast and find all hidden objects before time runs out. Clicking in the wrong place several times reduces the time by an additional 5 seconds. So, if you are ready start the game and have fun!', 'https://img.gamemonetize.com/5tw10smx1bwxxoti5rfvvme0uee0k3ab/512x384.jpg', 'https://html5.gamemonetize.com/5tw10smx1bwxxoti5rfvvme0uee0k3ab/', '0', 'Puzzles', 0, 0, '', 'pirate-ships-hidden'), (13430, 'Dress Up Game Fashion Stylist', 'This amazing stylist fashion show dress up and makeover games for girls has gorgeous outfits for having looks of supermodel of dress games. You can turn you look into superstar bridal in fashion show makeover and dress up offline with levels.', 'https://img.gamemonetize.com/cd0e1mx7oq5i0pdvdae3piifz52x4iis/512x384.jpg', 'https://html5.gamemonetize.com/cd0e1mx7oq5i0pdvdae3piifz52x4iis/', '0', 'Hypercasual', 0, 0, '', 'dress-up-game-fashion-stylist'), (13431, 'sonic Gold match3', 'sonic: MATCH UP! GAME · PLAY ONLINE FOR FREE Sharpen your memory with sonic: Match Up, a free online game that center around matching up identical pictures.', 'https://img.gamemonetize.com/yfeer037btogg9lf40tpw8h5hvlasrdp/512x384.jpg', 'https://html5.gamemonetize.com/yfeer037btogg9lf40tpw8h5hvlasrdp/', '0', 'Arcade', 0, 0, '', 'sonic-gold-match'), (13432, 'Squid Games K Challenge 456', 'Let us play one of the terrifying and best of squid Doll 3D game survival part. In this squid Doll 3D Game Red light means stop, Green light means go if the doll catches you moving during red light you will die. Get to finish line by only moving in green light, players are forced to walk in green light and the goal is reached to the finish line in this squid doll task 2021. One must take turns walking on the green light in squid Doll 3D survival game to reach to other side. If you love the Squid Doll 3D game please rate 5 âï¸âï¸âï¸âï¸âï¸ and leave your favorite comment below. If you have any contribution to the development of the game, please contact us', 'https://img.gamemonetize.com/z8okt8dnfddtb936gw8hfxhfldsuop6y/512x384.jpg', 'https://html5.gamemonetize.com/z8okt8dnfddtb936gw8hfxhfldsuop6y/', '0', 'Adventure', 0, 0, '', 'squid-games--k-challenge-'), (13433, 'Keyton', 'Keyton is a 2D Sci-fi themed platform game where your mission is to find and collect key cards to unlock the door while avoiding enemy robots and spikes. There are 8 levels to play. The difficulty increases as you proceed.', 'https://img.gamemonetize.com/gz6y24tbp5ejj1zgr8r7weeorprkh0mw/512x384.jpg', 'https://html5.gamemonetize.com/gz6y24tbp5ejj1zgr8r7weeorprkh0mw/', '0', 'Arcade', 0, 0, '', 'keyton'), (13434, 'Miami Car Racing', 'While playing Miami car racing, you will be inside the racing track prepared in the streets of Miami. The most fun point of this game is that you can play the game with your friends. Let\'s see if you can be the first at the end of the 3-lap race.', 'https://img.gamemonetize.com/ez9gad0niq6vug2vw8bg0tttoo60ygvx/512x384.jpg', 'https://html5.gamemonetize.com/ez9gad0niq6vug2vw8bg0tttoo60ygvx/', '0', 'Racing', 0, 0, '', 'miami-car-racing'), (13435, 'Moto X3M Pool Party', 'Moto X3M is an ultimate online bike racing game, which is very suitable for players who love extreme sports. With the different levels in challenges, the extremely dangerous but no less attractive high speed, the game will blow you away with its exciting features. It can help you to have an interesting relaxing time. Welcome to the special "Pool Party" version of this awesome bike stunt game. Have fun with Moto X3M 5 Pool Party!', 'https://img.gamemonetize.com/mim4uot21hygwai6uek2u1t2ovb3lkzd/512x384.jpg', 'https://html5.gamemonetize.com/mim4uot21hygwai6uek2u1t2ovb3lkzd/', '0', 'Sports', 0, 0, '', 'moto-xm-pool-party'), (13436, 'Princess Dress Cake', 'Girl, this bakery game and baking game contains many fun cake games. You can become a cake owner and cake maker in this bakery kingdom. Baking cakes is not an easy task. You can practice making cakes in this baking game and strive to become a baker in this girl baking game. Wow, your cake decoration looks so stylish! Come and mix the cakes together in this cake game, and cook cakes for the princess!', 'https://img.gamemonetize.com/4be08kmbqyvtjwtb22fzyu48lkrtw0y7/512x384.jpg', 'https://html5.gamemonetize.com/4be08kmbqyvtjwtb22fzyu48lkrtw0y7/', '0', 'Girls', 0, 0, '', 'princess-dress-cake'), (13437, 'Baby Taylor Bubble Tea Maker Milk Tea Shop', 'Did you mention bubble tea? Bubble tea has become one of the most popular drinks. On the street or in the mall, you will see almost every girl holding a cup of bubble tea. Taylor and her friend Jessica also like bubble tea, but unfortunately, there is no such beverage shop in the community where they live. Summer is here, Taylor\'s mother will try to make bubble tea, please help her prepare various ingredients and successfully make a cup of bubble tea.', 'https://img.gamemonetize.com/rml4076ftvvgxmom8qy0p53vtme4t6xx/512x384.jpg', 'https://html5.gamemonetize.com/rml4076ftvvgxmom8qy0p53vtme4t6xx/', '0', 'Girls', 0, 0, '', 'baby-taylor-bubble-tea-maker--milk-tea-shop'), (13438, 'Roller Runner 3D', 'Collect cubes to create cylinders. Watch out, the rollers are reduced on obstacles and bridges. If all the cylinders are gone, you have to repeat the same level in order to move on to the next level. If you want to earn more points, you can collect diamonds. Remember, the more reels you have, the higher your score will be.', 'https://img.gamemonetize.com/dr7pdxm0fzqr4ivirmrkqe7kv3i7ohb1/512x384.jpg', 'https://html5.gamemonetize.com/dr7pdxm0fzqr4ivirmrkqe7kv3i7ohb1/', '0', 'Hypercasual', 0, 0, '', 'roller-runner-d'), (13439, 'Miami Car Stunt', 'High Speed is a car game series. High Speed Car Stunt is the craziest game in this series. You can modify your cars in this game that can be played for 2 players. You can earn money by driving on challenging tracks with the car you choose. You can buy more advanced cars with this money . You can have fun by knocking down the wheels. Don\'t forget the labyrinth mode. You should definitely play this mode, which is quite fun.', 'https://img.gamemonetize.com/idy2qmvrzkp2eg2o5s2c2jy5isgt9a4u/512x384.jpg', 'https://html5.gamemonetize.com/idy2qmvrzkp2eg2o5s2c2jy5isgt9a4u/', '0', 'Racing', 0, 0, '', 'miami-car-stunt'), (13440, 'Jump on Jupiter', 'Jump on Jupiter and go through platforms to increase your score. Hitting an asteroid will end the game while narrowly missing one will increase the Combo score multiplier.', 'https://img.gamemonetize.com/00ulv8e0q3l6xomfkkmw4i328s405rec/512x384.jpg', 'https://html5.gamemonetize.com/00ulv8e0q3l6xomfkkmw4i328s405rec/', '0', 'Arcade', 0, 0, '', 'jump-on-jupiter'), (13441, 'Tiny Red Bird', 'Tiny Red Bird is the most simple game to play! Help Tiny Red Bird to fly through the sky trying to avoid obstacles that can kill the bird and you need to help the bird pass through it. Let us enjoy this game and achieve high scores and challenge your friends.', 'https://img.gamemonetize.com/dlkmsappi59dsao6t1x2zutqv9yblue8/512x384.jpg', 'https://html5.gamemonetize.com/dlkmsappi59dsao6t1x2zutqv9yblue8/', '0', 'Racing', 0, 0, '', 'tiny-red-bird'), (13442, 'Balloon', 'Balloon! a fun clicker game to play on. Lots of balloons are set free in the play area, smash them all before they set free. Do not let more than 4 balloons set free. Collect as many balloons as you can and achieve a high score. Challenge your friends with your high score and play many more games with Mapi Games.', 'https://img.gamemonetize.com/gujiy1uznxjlvg1oe0pp0t6sw0zmbiwk/512x384.jpg', 'https://html5.gamemonetize.com/gujiy1uznxjlvg1oe0pp0t6sw0zmbiwk/', '0', 'Clicker', 0, 0, '', 'balloon'), (13443, 'Flappy bird html5', 'Play online Flappy bird in HTML5 on smartphone, tablet or computer. In this game you are a bird. Try to stay fly as much as you can to score higher. Collect food to destroy the pipes and also collect hearts to grow your lifes. You get 3 lives at begining the game. If you touch the earth you die also, no more count the number of your lives.', 'https://img.gamemonetize.com/xrs8hhs357ile22l5glr02s1g6v8bw0u/512x384.jpg', 'https://html5.gamemonetize.com/xrs8hhs357ile22l5glr02s1g6v8bw0u/', '0', 'Hypercasual', 0, 0, '', 'flappy-bird-html'), (13444, 'Winter Snowy Adventures 1', 'Complete all 10 levels and collect stars!', 'https://img.gamemonetize.com/1ksg1o2yc6mc06lf01s2xefem528xjif/512x384.jpg', 'https://html5.gamemonetize.com/1ksg1o2yc6mc06lf01s2xefem528xjif/', '0', 'Adventure', 0, 0, '', 'winter-snowy-adventures-'), (13445, 'Square adventure', 'An exciting game in which you have to complete levels, overcoming various obstacles on your way! Choose a character and try to complete all the levels!', 'https://img.gamemonetize.com/berx2fgd6obpn2ygb382j5xs9a0ab3ys/512x384.jpg', 'https://html5.gamemonetize.com/berx2fgd6obpn2ygb382j5xs9a0ab3ys/', '0', 'Hypercasual', 0, 0, '', 'square-adventure'), (13446, 'Make All Equal', 'Each level has boxes with numbers in them. There is a target number listed at the top. Move numbers from one box to another, so that the sum of the numbers in each box matches the level`s target number. Swap numbers by clicking one number in one box and then another number in the other box.', 'https://img.gamemonetize.com/jf6fzc1rf7i7ixv60o2o0a7cwlrkja0f/512x384.jpg', 'https://html5.gamemonetize.com/jf6fzc1rf7i7ixv60o2o0a7cwlrkja0f/', '0', 'Puzzles', 0, 0, '', 'make-all-equal'), (13447, 'Throw Bomb', 'Throw Bomb is a basic entertainment of 80\'s PC. If you had Dos PC in the past, you should played it before. Select angle and force, fire the bomb.', 'https://img.gamemonetize.com/ez8ionou692tbv0d7u8x5uisz7ufg7vf/512x384.jpg', 'https://html5.gamemonetize.com/ez8ionou692tbv0d7u8x5uisz7ufg7vf/', '0', 'Hypercasual', 0, 0, '', 'throw-bomb'), (13448, 'Planet Gravity', '"Planet Gravity" is a physical base game. We simulate asteroids flying over space. And create the solar system step by step. On each level, we will have some missions for you to finished. The goal of this game is increase your interesting on universe and helping you to the pass the time. Overall it is a Sandbox universe base, object gravity simulation game. And if you want to create the universe on your own freely, we have two games suggested to you. Find "myDream Universe" or "Sandbox Planet" on Appstore.', 'https://img.gamemonetize.com/kd9j2w5an452ba3ybyk0zdd72953639r/512x384.jpg', 'https://html5.gamemonetize.com/kd9j2w5an452ba3ybyk0zdd72953639r/', '0', 'Puzzles', 0, 0, '', 'planet-gravity'), (13449, 'Sand and Water', 'It is a very good kill time game. You can play even you only has few minutes. Sand or water will be constantly falling down, collect them on time.', 'https://img.gamemonetize.com/ovre9w3aozmkf1qfgrpt8bf2if380fvf/512x384.jpg', 'https://html5.gamemonetize.com/ovre9w3aozmkf1qfgrpt8bf2if380fvf/', '0', 'Puzzles', 0, 0, '', 'sand-and-water'), (13450, 'Dirt Bike Unchained', 'Get your ride and explore a moto racing paradise in Dirt Bike Unchained! Compete against other players around the world on the beautiful trails in the desert, swamp and forest. Engage with Red Bull athletes, get real-brand bikes & gear.', 'https://img.gamemonetize.com/cxu69gzcvnbecby2uhkwprqckq25i907/512x384.jpg', 'https://html5.gamemonetize.com/cxu69gzcvnbecby2uhkwprqckq25i907/', '0', 'Racing', 0, 0, '', 'dirt-bike-unchained'), (13451, 'Football League Sports Game', 'The world’s most popular football game is now available for android. Football Legends 2016 allows you to compete with players all across the globe from those who are die-hard football fans to those who are just looking to have a fun competitive game on their mobile device.', 'https://img.gamemonetize.com/5gddxjjl8s25fqsmf8qipj8dy0cye8nu/512x384.jpg', 'https://html5.gamemonetize.com/5gddxjjl8s25fqsmf8qipj8dy0cye8nu/', '0', 'Sports', 0, 0, '', 'football-league-sports-game'), (13452, 'Gun Pro Simulator', 'Ever wanted to have a friendly shootout like in many video games but in the real world? Welcome to Pro Weapon Simulator! Digital and physical become fused into one single seamless experience where you can reload, unlock, aim and fire.', 'https://img.gamemonetize.com/p5zw11jhn58hp7xh0ghncmelav49gr54/512x384.jpg', 'https://html5.gamemonetize.com/p5zw11jhn58hp7xh0ghncmelav49gr54/', '0', 'Shooting', 0, 0, '', 'gun-pro-simulator'), (13453, 'War Soldiers Jigsaw', 'War Soldiers Jigsaw is a free online game from genre of puzzle and jigsaw games. You can select one of the 6 images and then select one of the three modes: easy with 25 pieces, medium with 49 pieces and hard with 100 pieces. Have fun and enjoy!', 'https://img.gamemonetize.com/6jb7pq1ihm8zlrucxdmngmar13tr9j41/512x384.jpg', 'https://html5.gamemonetize.com/6jb7pq1ihm8zlrucxdmngmar13tr9j41/', '0', 'Puzzles', 0, 0, '', 'war-soldiers-jigsaw'), (13454, 'Chubsee', 'Chubsee is a hefty Lil bird and the world seems to be working against him. He\'ll need your help to get around. He needs your help to make it as far as he possibly can. Travel with Chubsee around the world, and try to score the highest score! Very good graphics with cool game play!', 'https://img.gamemonetize.com/z1nc43z7u0gktex451w9cbizow39ep3v/512x384.jpg', 'https://html5.gamemonetize.com/z1nc43z7u0gktex451w9cbizow39ep3v/', '0', 'Arcade', 0, 0, '', 'chubsee'), (13455, 'Flappy 2048', 'Flappy 2048 is a fun adventure game to fly and match the blocks. Fly the block and make it match with the same number tile and increase the number to 2048. Fly and match the same tiles and achieve high scores for this game.', 'https://img.gamemonetize.com/ydiug2yf7x3zu6zsczyrw78q5gseuie6/512x384.jpg', 'https://html5.gamemonetize.com/ydiug2yf7x3zu6zsczyrw78q5gseuie6/', '0', 'Racing', 0, 0, '', 'flappy-'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (13456, 'Clash of Tanks', 'Clash of Tanks is a cool HTML5 game that is playable both on your desktop and on your mobile phone.', 'https://img.gamemonetize.com/u0yb5sjuvk8sy5nu7bg1l8v56qdk3cdu/512x384.jpg', 'https://html5.gamemonetize.com/u0yb5sjuvk8sy5nu7bg1l8v56qdk3cdu/', '0', 'Shooting', 0, 0, '', 'clash-of-tanks'), (13457, 'Sniper Challenge Squid Game', 'Aim, shoot, and repeat. Take down all failed players as ordered in 456 Sniper Challenge! Instead of being one of the 456 players in the survival game, now you switch role and become the executer. Absolute concentration, quick reflex, and sharp shooting skills are needed to accomplish your mission.', 'https://img.gamemonetize.com/5jqjseya6p0dmvzwhtxl1c7eylfxhgdl/512x384.jpg', 'https://html5.gamemonetize.com/5jqjseya6p0dmvzwhtxl1c7eylfxhgdl/', '0', 'Shooting', 0, 0, '', 'sniper-challenge-squid-game'), (13458, 'Deadpool Jigsaw Puzzle', 'Zazgames is a place where you can infinitely play assembling online jigsaw puzzles. We hope you are up for another game from the Puzzle category on our website , because we have just added the game called Deadpool Jigsaw Puzzle for you all, which, despite being one of the many puzzle games we have added so far into this category, this is the first puzzle game to use this specific format, and image, so it is going to be a brand new experience for all of you, an experience we are sure you will appreciate, as there is no way you aren\'t going to have a lot of fun playing the game. Especially after you learn how to play it from the next lines in the description. you will start by choosing how you want the jigsaw puzzle be : hard medium or easy. After that, the jigsaw puzzle pieces are going to be spread around the game screen randomly. Use the mouse to drag them over the transparent images where they match with the image, until all the pieces are connected, and the image looks just like it did in the beginning. You will have a great time with the game, so start it right now, and we are sure you will not regret it one second!', 'https://img.gamemonetize.com/e33vt3m383i8sp2flsqo103d8kchwhs8/512x384.jpg', 'https://html5.gamemonetize.com/e33vt3m383i8sp2flsqo103d8kchwhs8/', '0', 'Puzzles', 0, 0, '', 'deadpool-jigsaw-puzzle'), (13459, 'Tower Escape', 'You are the right one who gonna help the prince escape from the tower safely.', 'https://img.gamemonetize.com/m9wp915hgsa3qbnyttn2qsmwz93dr26z/512x384.jpg', 'https://html5.gamemonetize.com/m9wp915hgsa3qbnyttn2qsmwz93dr26z/', '0', 'Puzzles', 0, 0, '', 'tower-escape'), (13460, 'Basketball Arena Online Game', 'You’re very welcome to challenge your friends on this brand-new basketball game, from the creators of Head Ball 2! CHALLENGE REAL PLAYERS ON 1V1 ONLINE MATCHES Explore a new way to challenge real players on this multiplayer Basketball game! Prepare for adrenaline-pumped moments!', 'https://img.gamemonetize.com/7f4ds8jk834p65i30j5t57f0b6jqam8r/512x384.jpg', 'https://html5.gamemonetize.com/7f4ds8jk834p65i30j5t57f0b6jqam8r/', '0', 'Sports', 0, 0, '', 'basketball-arena-online-game'), (13461, 'SpiderVerse Jigsaw Puzzle', 'Zazgames is a place where you can infinitely play assembling online jigsaw puzzles. We hope you are up for another game from the Puzzle category on our website , because we have just added the game called Spider-Verse Jigsaw Puzzle for you all, which, despite being one of the many puzzle games we have added so far into this category, this is the first puzzle game to use this specific format, and image, so it is going to be a brand new experience for all of you, an experience we are sure you will appreciate, as there is no way you aren\'t going to have a lot of fun playing the game. Especially after you learn how to play it from the next lines in the description. you will start by choosing how you want the jigsaw puzzle be : hard medium or easy. After that, the jigsaw puzzle pieces are going to be spread around the game screen randomly. Use the mouse to drag them over the transparent images where they match with the image, until all the pieces are connected, and the image looks just like it did in the beginning. You will have a great time with the game, so start it right now, and we are sure you will not regret it one second!', 'https://img.gamemonetize.com/3y5s4kvdx2svt0x3i5xsjw0yjwgz6r9u/512x384.jpg', 'https://html5.gamemonetize.com/3y5s4kvdx2svt0x3i5xsjw0yjwgz6r9u/', '0', 'Puzzles', 0, 0, '', 'spiderverse-jigsaw-puzzle'), (13462, 'Stickman Squid Games', 'Stickman squid games is a new survival game. Be as fast as possible. Watch out for the giant doll. That doll shoots anything that moves. - Red Light Green Light - Glass Tiles - Tug of War - Honeycomb and more. - Funny ragdoll physics.', 'https://img.gamemonetize.com/rxbcgn4p3bv4xkphrm0tpdsvfk76ae4o/512x384.jpg', 'https://html5.gamemonetize.com/rxbcgn4p3bv4xkphrm0tpdsvfk76ae4o/', '0', 'Action', 0, 0, '', 'stickman-squid-games'), (13463, 'Galaxy War', 'Take your Starship to fight! be the owner of the Galaxy and shoot down enemy fleets.', 'https://img.gamemonetize.com/ktn92njl1dmm8r9tdny84sbgirgi7a4e/512x384.jpg', 'https://html5.gamemonetize.com/ktn92njl1dmm8r9tdny84sbgirgi7a4e/', '0', 'Shooting', 0, 0, '', 'galaxy-war'), (13464, 'IronMan LEGO', 'welcome to the best game Iron man Lego!!!', 'https://img.gamemonetize.com/wqgy33hml5igdzpwpk5les5p7logil7z/512x384.jpg', 'https://html5.gamemonetize.com/wqgy33hml5igdzpwpk5les5p7logil7z/', '0', 'Puzzles', 0, 0, '', 'ironman-lego'), (13465, 'Pin Needle', 'An amazingly addictive and fun game. Pin Needle is a great pastime, be it to counter boredom at the office or home', 'https://img.gamemonetize.com/onwbfusu9063jog9zfnnmucggoc9x1we/512x384.jpg', 'https://html5.gamemonetize.com/onwbfusu9063jog9zfnnmucggoc9x1we/', '0', 'Shooting', 0, 0, '', 'pin-needle'), (13466, 'Ring', 'Ring Game is a puzzle game where you need to control the ring. The ring must not touch the thread. The thread is located in the middle of the ring and you need to move the ring through it without touching it. The thread breaks and is not always in a straight line. So you need to be careful and try not to touch the thread. If you touch the thread the game is over.', 'https://img.gamemonetize.com/suzmnixfg6ez8q6eknifufxicgctrs0o/512x384.jpg', 'https://html5.gamemonetize.com/suzmnixfg6ez8q6eknifufxicgctrs0o/', '0', 'Puzzles', 0, 0, '', 'ring'), (13467, 'Space Shooter X', 'Do you like space shooting and survival games? The this game is for you Space Shooter X ,Best Shooter and survival game', 'https://img.gamemonetize.com/wju7mawbfo5rqdufg0oqu0cz6xs07tw4/512x384.jpg', 'https://html5.gamemonetize.com/wju7mawbfo5rqdufg0oqu0cz6xs07tw4/', '0', 'Shooting', 0, 0, '', 'space-shooter-x'), (13468, 'Imposter Space Jumper', 'Welcome to our newest game Imposter Space Jumper game. The goal of the game is to jump between two objects. If the Impostor jumps too high, he will touch the upper spiky ceiling and he will explode. Try to stand up on the platform to earn points. Try not to touch the upper spiky ceiling. Enjoy and have fun!', 'https://img.gamemonetize.com/vsezvdrsu8yx5dlfhiufws0xdhpjizwk/512x384.jpg', 'https://html5.gamemonetize.com/vsezvdrsu8yx5dlfhiufws0xdhpjizwk/', '0', 'Hypercasual', 0, 0, '', 'imposter-space-jumper'), (13469, 'Throw Colored Balls', 'In the new exciting game Throw Colored Balls your character is a ball of a certain size that will hang in the air at a certain height. Also on the playing field you will see a place that will be indicated by a cross. You will need to make sure that your hero hits him exactly. You can control the actions of the character either with the help of special control keys or with the help of the mouse. As soon as your ball is in the place you need, you will receive points and proceed to the next level of the game.', 'https://img.gamemonetize.com/j9vmrcxk1cphkh2ihzp3nduxmhjd7zln/512x384.jpg', 'https://html5.gamemonetize.com/j9vmrcxk1cphkh2ihzp3nduxmhjd7zln/', '0', 'Puzzles', 0, 0, '', 'throw-colored-balls'), (13470, 'The Last Viking', 'The Last Viking is a game in which you control a Viking flying on a dragon, the Viking must go its way to the end to get out of a dark forest filled with goblins and other mutants. Viking can throw different types of weapons, and the dragon breathe a fiery flame. Help the Viking survive to get out of the woods and collect as many points and ammunition as possible!', 'https://img.gamemonetize.com/y3wtbf0ajqaqhvklicex2h2sj5x27vmj/512x384.jpg', 'https://html5.gamemonetize.com/y3wtbf0ajqaqhvklicex2h2sj5x27vmj/', '0', 'Adventure', 0, 0, '', 'the-last-viking'), (13471, 'Kitty Escape', 'Kitty Escape is a point and click escape game developed by 8BGames. Imagine that your friend bought a little Kitty as a gift. As it’s a new place, the kitty got excited and started playing. Unfortunately the Kitty got trapped inside a room. Find some hidden object to solve some interesting clues to escape the Kitty. Good luck…Have fun!', 'https://img.gamemonetize.com/otnb6rozvfnq185nadjpoqx0qtl93dlh/512x384.jpg', 'https://html5.gamemonetize.com/otnb6rozvfnq185nadjpoqx0qtl93dlh/', '0', 'Puzzles', 0, 0, '', 'kitty-escape'), (13472, 'Batman Escape', 'Batman Escape is a point and click escape game developed by 8BGames. Imagine that you are about to pick up a Boy to school for fancy dress competition. When he went to wear Batman costume; he got stuck in his room. Find some hidden object to solve some interesting clues to escape the Batman. Good luck…Have fun!', 'https://img.gamemonetize.com/67sc0n6784bsi3qt4qhpcaitbzyhntjq/512x384.jpg', 'https://html5.gamemonetize.com/67sc0n6784bsi3qt4qhpcaitbzyhntjq/', '0', 'Puzzles', 0, 0, '', 'batman-escape'), (13473, 'African Boy Escape', 'African Boy Escape is a point and click escape game developed by 8BGames. Imagine that you went to an African boy house to play with him. As he used to inside his house; unfortunately the boy got stuck in a room. Find some hidden object to solve some interesting clues to escape the African boy. Good luck…Have fun!', 'https://img.gamemonetize.com/w34h9p5ben7muzze6f58hihozp7vf5nt/512x384.jpg', 'https://html5.gamemonetize.com/w34h9p5ben7muzze6f58hihozp7vf5nt/', '0', 'Puzzles', 0, 0, '', 'african-boy-escape'), (13474, 'Coach Escape', 'Coach Escape is a point and click escape game developed by 8BGames. Imagine that you went to a Coach house to take him to a stadium. Today unfortunately he got trapped inside in his house. Find some hidden object to solve some interesting clues to escape the Coach. Good luck…Have fun!', 'https://img.gamemonetize.com/d4nqmum4ilzldej64omsjb955jub1kng/512x384.jpg', 'https://html5.gamemonetize.com/d4nqmum4ilzldej64omsjb955jub1kng/', '0', 'Puzzles', 0, 0, '', 'coach-escape'), (13475, 'Battle Soccer Arena', 'Enter the green battlefield in this amazing version of the beautiful football game. Play with your friends or against the CPU in a three on three football game between nations of your choice. Neither side has a goalkeeper, so adjust your playing style accordingly and enjoy!', 'https://img.gamemonetize.com/37txwsiv746k38gigehe08yrgpuporc7/512x384.jpg', 'https://html5.gamemonetize.com/37txwsiv746k38gigehe08yrgpuporc7/', '0', 'Sports', 0, 0, '', 'battle-soccer-arena'), (13476, 'Squid Game Space', 'Squid Game is survival shooting games based on Red Light, Green Light. Begin your survival adventure with the unlimited levels and endless gameplay. Apply your knowledge and Participate in Squid Game courses be the first to finish the race before your competitors. Enjoy this free and simple squid game.', 'https://img.gamemonetize.com/wn5qly4gndwu7hq7c81d50z2gt7stpue/512x384.jpg', 'https://html5.gamemonetize.com/wn5qly4gndwu7hq7c81d50z2gt7stpue/', '0', 'Adventure', 0, 0, '', 'squid-game-space'), (13477, 'Stickman Dismounting 2022', 'There has been yet another dreary day, and you\'ve had enough. Our door is always open; all you have to do is walk in. Make your virtual stickman suffer while having fun wreaking havoc. Relax and let go of any reluctance by pressing and holding the on-screen button. Map levels and additional props and vehicles can be used to make your party more enjoyable. Is it not to your taste? Take a look at the props that are available. TNT, a gun, and a big gun are all we have. Try a volcano if you still don\'t like it. Inducing more pain and more amusement Attention. A game is nothing more than a game. Your life is still a work of art if you take care of yourself. Not recommended for children and outside use FEATURES: - A ragdoll physics system that is constantly moving. Crunchy sound effects levels of complexity - A variety of automobiles The ability to customize the level with a variety of props is provided.', 'https://img.gamemonetize.com/iurxewii8ksjhs53tatgvzvsvmk0qfd7/512x384.jpg', 'https://html5.gamemonetize.com/iurxewii8ksjhs53tatgvzvsvmk0qfd7/', '0', 'Arcade', 0, 0, '', 'stickman-dismounting-'), (13478, 'Cartoon Animal Puzzle', 'Combine the pieces of 6 different puzzles with fun animal pictures and meet the animals.', 'https://img.gamemonetize.com/xi1itlrwexojassy7sw8bv3gtmpngcjp/512x384.jpg', 'https://html5.gamemonetize.com/xi1itlrwexojassy7sw8bv3gtmpngcjp/', '0', 'Puzzles', 0, 0, '', 'cartoon-animal-puzzle'), (13479, 'Poppy Grandma', 'This new horror game quickly gained popularity because of well-detailed graphics and thrilling atmosphere. And the interesting background of this spooky story makes you play more to discover all the secrets that are hidden behind this accident. You are an ex worker from the toy factory that delivered the most amount of dolls and cars that all girls and boys love so much. This is a dream job – you work at a funny and beautiful place, create cool toys and make all children happy with them. So what could go wrong? According to the news, one day all your coworkers went missing, and the factory was closed. The investigation was held, but it didn’t give much information. And in this game you will return to this scary building to discover all secrets and find the answers yourself. One thing that will totally help you are the cassettes that are lying around starting from the first room. Of course, in every room you can find the special TVs and DVDs that allow you to watch videos about this building. You can discover interesting information and learn controls. Search for green cassettes and yellow tape to watch the videos and learn necessary stuff to continue the process. And when you are ready, start the game and prepare for the exciting adventures. The controls in Poppy Playtime are pretty easy. You can walk, bend down, run and grab things with the special item you receive during first levels. The game is separated into chapters, and the quests become more difficult by the end. So show all your skills to reach the final. And don’t forget that frightening toys are chasing you.', 'https://img.gamemonetize.com/l565phk6zbsg34r437dwo5jg380ym2j5/512x384.jpg', 'https://html5.gamemonetize.com/l565phk6zbsg34r437dwo5jg380ym2j5/', '0', 'Action', 0, 0, '', 'poppy-grandma'), (13480, 'Piggy Escape', 'I thought I would share my Piggy Escape scary pig Quiz knowledge in this fun and unique UNOFFICIAL call game! This is New Quiz game & call Piggy Escape Scary pig where you can scare your friends or neighbor with the Piggy or memory call and also test your knowledge with simple classic quiz. Piggy an horror animal who lives in sweet home. To survive, you will have answer all peggy questions, secrets, and escape while avoiding the pig.', 'https://img.gamemonetize.com/tvx9rra4fcntsk1jobwthn2f4x2f7zqd/512x384.jpg', 'https://html5.gamemonetize.com/tvx9rra4fcntsk1jobwthn2f4x2f7zqd/', '0', 'Adventure', 0, 0, '', 'piggy-escape'), (13481, 'New Years Kigurumi', 'What does it take to make this New Year the coziest holiday? Everything is very simple: instead of a tedious choice of outfit, you can dress in a funny home pajamas - kigurumi! It will be a real New Years pajama party! Join princesses Eliza and Jacqueline, do some fun New Year\'s makeup and choose your favorite pajamas. It can be a kigurumi-tiger, a Christmas tree or Santa Claus, or maybe you want to be a funny unicorn or a dragon? Put on your pajamas, cute slippers and pour some hot chocolate! Celebrate the New Year comfortably by playing the game New Year\'s Kigurumi.', 'https://img.gamemonetize.com/8ie2e3ukln4tsib8iclhdijjrceub68s/512x384.jpg', 'https://html5.gamemonetize.com/8ie2e3ukln4tsib8iclhdijjrceub68s/', '0', 'Girls', 0, 0, '', 'new-years-kigurumi'), (13482, 'Crazy Football War', 'Car battles and football go together in this amazing game! Buckle up and fly through the world\'s arenas facing different opponents in a championship where only victory matters. Play Crazy Football War now and try to be the best in the world!', 'https://img.gamemonetize.com/f1at4gwd63ux3msbc8dfggxi02b84ba8/512x384.jpg', 'https://html5.gamemonetize.com/f1at4gwd63ux3msbc8dfggxi02b84ba8/', '0', 'Soccer', 0, 0, '', 'crazy-football-war'), (13483, 'Hill Climbing 2', 'Hill climbing is a hill climbing game where you will drive your car through bumpy road. Take control on acceleration to avoid accident. Cover the maximum distance and make a record.', 'https://img.gamemonetize.com/rwx2abi9rd9dzqho7m88t1w3szbq1kvh/512x384.jpg', 'https://html5.gamemonetize.com/rwx2abi9rd9dzqho7m88t1w3szbq1kvh/', '0', 'Adventure', 0, 0, '', 'hill-climbing-'), (13484, 'Stars', 'TAP THE SCREEN TO CHANGE THE STAR PACE TO COLLISION WITH SAME COLOR', 'https://img.gamemonetize.com/311dc6xyogewewhpm8phrqjc0ktb2hc5/512x384.jpg', 'https://html5.gamemonetize.com/311dc6xyogewewhpm8phrqjc0ktb2hc5/', '0', 'Puzzles', 0, 0, '', 'stars'), (13485, 'Butterbean Cafe Letter Drop', 'Play Butterbean Cafe: Letter Drop game in your web browser for free at Superkidgames.com and more fun games. Letters are going to be dropped from the top in the bowl at the bottom, with you having to click on them in such an order that you form a correct word in the bracket down below. If that happens, the letters are eliminated from the bowl, and you get points in return. The goal that you have is to remove all of the letters from the bowl, otherwise, you lose. A new letter is dropped after a certain time, and know that you can also use hints if you are in need of them, but, that is only for a limited number of times, so make sure not to waste the hints too much.', 'https://img.gamemonetize.com/qzjpz0q4r3w7vfglx3mcqnr6grq8hb49/512x384.jpg', 'https://html5.gamemonetize.com/qzjpz0q4r3w7vfglx3mcqnr6grq8hb49/', '0', 'Puzzles', 0, 0, '', 'butterbean-cafe-letter-drop'), (13486, 'Dont Step on the White Tile Revenge', 'White Tiles is an addicting game that tests your reflexes against time and movement! Is it easy! Everybody can handle it, but not everyone can handle it well! White Tiles includes 2 modes: Classic and Rush The aim of the user is to tap on the Black tiles as fast as possible while keeping away from the white tiles. Game Over if you step on any white piano tiles.', 'https://img.gamemonetize.com/4avavs5v2gx3ynkcq5p2g1uq57kmhtlj/512x384.jpg', 'https://html5.gamemonetize.com/4avavs5v2gx3ynkcq5p2g1uq57kmhtlj/', '0', 'Clicker', 0, 0, '', 'dont-step-on-the-white-tile-revenge'), (13487, 'Bash Up', 'Bash Up fun and exciting game to play on. Here is the ball which has to survive as long as you can by evading the platforms. Bounce the ball from the open space and avoid hitting the platforms. Play a lot more evade game only with Mapi Games.', 'https://img.gamemonetize.com/pbvy0874iv06epm79dxoid421pnqlgd4/512x384.jpg', 'https://html5.gamemonetize.com/pbvy0874iv06epm79dxoid421pnqlgd4/', '0', 'Hypercasual', 0, 0, '', 'bash-up'), (13488, 'Gone Batty', 'Help our friend Batty to get as high as he can, avoiding the enemies on the way and collecting as many coins as possible. The aim of the bat game is to avoid any obstacles such as mines, fire, lightning bolts, monsters, and anything that is any enemy.', 'https://img.gamemonetize.com/6pjiniyczffjm2diusqo22dy4923a1uk/512x384.jpg', 'https://html5.gamemonetize.com/6pjiniyczffjm2diusqo22dy4923a1uk/', '0', 'Racing', 0, 0, '', 'gone-batty'), (13489, 'Undead Crate Boy', 'Jump around and shoot your way through enemies as you collect the crates in order to finish the level in this fun and addictive yet very challenging game! Shoot the monsters, jump around the screen and collect the crates! There are multiple enemies and different actions that help make this game more immersive!', 'https://img.gamemonetize.com/86vy2uyczvizakfpub3hiumw7ye8cvzt/512x384.jpg', 'https://html5.gamemonetize.com/86vy2uyczvizakfpub3hiumw7ye8cvzt/', '0', 'Shooting', 0, 0, '', 'undead-crate-boy'), (13490, 'Fly Fat Man', 'Flying Fat Man is a side-scrolling adventure game to play. Here is the fat man who is flying in the sticky land where there are a lot of obstacles. Evade them accordingly and achieve high scores. Survive as long as you can.', 'https://img.gamemonetize.com/nkmdpahqyja0u27suz4t214od8c65fps/512x384.jpg', 'https://html5.gamemonetize.com/nkmdpahqyja0u27suz4t214od8c65fps/', '0', 'Racing', 0, 0, '', 'fly-fat-man'), (13491, 'Cook Madness', 'Cook Madness is an amazing cooking game. Cook delicious food and try to serve all clients before time is up.', 'https://img.gamemonetize.com/r4ec207z64v8adiodvzqvoozz7yo3ov1/512x384.jpg', 'https://html5.gamemonetize.com/r4ec207z64v8adiodvzqvoozz7yo3ov1/', '0', 'Girls', 0, 0, '', 'cook-madness'), (13492, 'Slap Them 3D', 'Slap Them 3D, upgrade skills, and become stronger. In the game, you need to master the rhythm and release the action to hit the challenger. If you beat all the opponents, you can become the strongest challenger. Upgrade your skills and try to win the competition.', 'https://img.gamemonetize.com/69b7rrma97zmtczt42xnynp7styb345n/512x384.jpg', 'https://html5.gamemonetize.com/69b7rrma97zmtczt42xnynp7styb345n/', '0', 'Arcade', 0, 0, '', 'slap-them-d'), (13493, 'Squid Game 456 Sniper Challenge', 'Play the most famous traditional Korean Games as challenging sniper! Shoot down all failed players! Play as 456 on bonus levels! Join the challenge, become the ultimate survivor! Bring childhood games back to you! Unlock unique skins; play as Front Man! Take challenges and BE CAREFUL!', 'https://img.gamemonetize.com/rcnje6gbdtbn8ie6zrttlk0kla8r6dum/512x384.jpg', 'https://html5.gamemonetize.com/rcnje6gbdtbn8ie6zrttlk0kla8r6dum/', '0', 'Adventure', 0, 0, '', 'squid-game---sniper-challenge'), (13494, 'Pig Ball impostor', 'How would you like to join the adventure of the cute ball pig in the forest? help the pig and hunt the impostors. Hunt all the square impostors with the special space suit itself. kill the monsters, collect the star and get the right to pass the next level. Don\'t forget you have to collect 3 stars. kill monsters and get points. 10 different levels are waiting for you.', 'https://img.gamemonetize.com/ity7b30m9ujea1ip8gqjfwz86i20ka4y/512x384.jpg', 'https://html5.gamemonetize.com/ity7b30m9ujea1ip8gqjfwz86i20ka4y/', '0', 'Arcade', 0, 0, '', 'pig-ball-impostor'), (13495, 'Wooden House Escape 4', 'Wooden House Escape 4 is a point and click escape game developed by 8BGames. You are trapped inside a wooden house. Find some hidden object and to solve some interesting clues to escape from your Wooden House. Good luck…Have fun', 'https://img.gamemonetize.com/9c21rhb8yu0nxoaeky937mroee0ve84j/512x384.jpg', 'https://html5.gamemonetize.com/9c21rhb8yu0nxoaeky937mroee0ve84j/', '0', 'Puzzles', 0, 0, '', 'wooden-house-escape-'), (13496, 'Models Fashion Dress Up', 'The best thing about the game is it is free! Now it is your time to become a part of this makeover project for your model. You will feel like the lights are on you. You can be a model, dancer, or cover girl. No matter if you are teen or adult, you are the designer and the game is your sketchbook! Dress up your model and become the best stylist ever.', 'https://img.gamemonetize.com/3jcrkr93nn7nhkp9pu9xsgq43m9uabnm/512x384.jpg', 'https://html5.gamemonetize.com/3jcrkr93nn7nhkp9pu9xsgq43m9uabnm/', '0', 'Girls', 0, 0, '', 'models-fashion-dress-up'), (13497, 'Five Nights at Freddy’s', 'Five Nights at Freddy\'s AR: Special Delivery is the next terrifying game in the FNAF license. Players will have to face off against faulty animatronics in the real world, and attempt to survive these animated monstrosities. The game will offer them the possibility of subscribing to Fazbear Entertainment\'s brand new service, the Festive Service, which will allow them to be sent animatronics or to offer them to their friends. The problem is, the animatronics in question are flawed, and attack the people they are sent to instead of entertaining them.', 'https://img.gamemonetize.com/jtrmyo9p7hsr3rpxdxbuuup5wd1q1ict/512x384.jpg', 'https://html5.gamemonetize.com/jtrmyo9p7hsr3rpxdxbuuup5wd1q1ict/', '0', 'Adventure', 0, 0, '', 'five-nights-at-freddys'), (13498, 'Escape Or Die', 'Time is of the essence, find clues, use logic, escape the room before the time runs out, or you die.', 'https://img.gamemonetize.com/7k52vz1potww52drqubk7o2kwgglwi4t/512x384.jpg', 'https://html5.gamemonetize.com/7k52vz1potww52drqubk7o2kwgglwi4t/', '0', 'Adventure', 0, 0, '', 'escape-or-die'), (13499, 'Ghost Ship', 'Ghost Ship is an ultimate and adventurous game to play on. Your ship has been stalked by the pirate ghosts which are ready to attack your ship and destroy it. So be quick with your reflexes by clicking the ghosts to destroy them. Destroy as many ghosts as you can to achieve high scores.', 'https://img.gamemonetize.com/nsky37k4jym7xqsgef3d76z20ohbkvwf/512x384.jpg', 'https://html5.gamemonetize.com/nsky37k4jym7xqsgef3d76z20ohbkvwf/', '0', 'Shooting', 0, 0, '', 'ghost-ship'), (13500, 'Lemmings Savior', 'Lemmings Savior is a highly addictive game where you control a life craft to bounce the crazy lemmings to safety as they jump off the cliff. Grab the craft and try to save all crazy Lemmings that you can!', 'https://img.gamemonetize.com/u841d899j14qnmkw5b8o1yhwrmk356lu/512x384.jpg', 'https://html5.gamemonetize.com/u841d899j14qnmkw5b8o1yhwrmk356lu/', '0', 'Arcade', 0, 0, '', 'lemmings-savior'), (13501, 'Diana City Fashion & beauty', 'Love, Diana Dress-up Mobile Game. In the new room, Diana has nothing the little girl needs. She is upset. Dad and Roma brings Diana dresses, jewelry and makeup toys.', 'https://img.gamemonetize.com/0xg5wnh53nprv6f4lejfnf2nrs91bph8/512x384.jpg', 'https://html5.gamemonetize.com/0xg5wnh53nprv6f4lejfnf2nrs91bph8/', '0', 'Girls', 0, 0, '', 'diana-city-fashion-amp-beauty'), (13502, 'Tank Destroyer', 'There are targets you have to destroy . Each time you destroy a target, you will get a random skill that gonna help you to destroy things more faster. Have fun!', 'https://img.gamemonetize.com/ns0l9c0zn9k0f56y0zod48zyn89tvut0/512x384.jpg', 'https://html5.gamemonetize.com/ns0l9c0zn9k0f56y0zod48zyn89tvut0/', '0', 'Shooting', 0, 0, '', 'tank-destroyer'), (13503, 'Gymnastic SuperStar Girls Dress Up', 'World most popular doll girls dance gymnastics and the world acrobatic championship is about to start for dancing gymnastics girls. It is the perfect time to become the ultimate rhythmic gymnastic champion of these interesting girl dancing games. Get ready for a thrilling dance clash. Prepare yourself and let’s rock! dancing queen musical game.', 'https://img.gamemonetize.com/alruqysjnlzy7gcjt1c2h0jqh4zhj5ue/512x384.jpg', 'https://html5.gamemonetize.com/alruqysjnlzy7gcjt1c2h0jqh4zhj5ue/', '0', 'Girls', 0, 0, '', 'gymnastic-superstar-girls-dress-up'), (13504, 'Spin In Space', 'The smaller the planet the more points you get and points are also awarded for distance travelled. Keep an eye on you fuel but don’t worry we have coded it so it drops between 2 planets so its always accessible. Planets will start to disappear making it harder the longer you survive. It\'s a never ending game made harder by increasing speed and fewer planets.', 'https://img.gamemonetize.com/nd1iflwk6n4uii8pwnag9upotnc4wxip/512x384.jpg', 'https://html5.gamemonetize.com/nd1iflwk6n4uii8pwnag9upotnc4wxip/', '0', 'Puzzles', 0, 0, '', 'spin-in-space'), (13505, 'Squid Game Master Game', 'Are you ready to start the challenge of Squid game PUZZLE? Scary Squid game puzzle is a survival game, the mission in squid game is to become the best player and stay in life till the end of the game, so follow the instructions and quickly get to the end of the game.', 'https://img.gamemonetize.com/ap2jyqv9km7se9zj4psez4e5sq6mxki0/512x384.jpg', 'https://html5.gamemonetize.com/ap2jyqv9km7se9zj4psez4e5sq6mxki0/', '0', 'Hypercasual', 0, 0, '', 'squid-game-master-game'), (13506, 'Regular Show', 'The series revolves around the lives of two working-class friends, a blue jay named Mordecai and a raccoon named Rigby—both employed as groundskeepers at a local park. They usually try to solve a simple problem that leads to a surreal, extreme, and often supernatural misadventure.', 'https://img.gamemonetize.com/c7l3ijbbi5bhrev4o5cyaif6z0frwuys/512x384.jpg', 'https://html5.gamemonetize.com/c7l3ijbbi5bhrev4o5cyaif6z0frwuys/', '0', 'Arcade', 0, 0, '', 'regular-show'), (13507, 'Small Archer 2', 'Small Archer 2 – is a game where you need to shoot arrows directly at the target! In this game you have a total of 45 levels and we expect you to try this wonderful game on our website.', 'https://img.gamemonetize.com/4rhln3k08ugvzd4noa4pk49e09e8spwl/512x384.jpg', 'https://html5.gamemonetize.com/4rhln3k08ugvzd4noa4pk49e09e8spwl/', '0', 'Arcade', 0, 0, '', 'small-archer-'), (13508, 'Painter Boy escape', 'Painter Boy Escape is a point and click escape game developed by 8BGames. Imagine that you went to painter boy house to get the painting ideas for your house. Unfortunately he got stuck in his room. Find some hidden object to solve some interesting clues to escape from this house. Good luck…Have fun!', 'https://img.gamemonetize.com/hf6xy2yft6ncvum8zt2i4569ujwfmaes/512x384.jpg', 'https://html5.gamemonetize.com/hf6xy2yft6ncvum8zt2i4569ujwfmaes/', '0', 'Puzzles', 0, 0, '', 'painter-boy-escape'), (13509, 'Red Room Escape', 'Red Room Escape is a point and click escape game developed by 8BGames. Imagine that you fell asleep at night. When you wake up, you were in a new Red room. Find some hidden object to solve some interesting clues to escape from the Red room. Good luck…Have fun!', 'https://img.gamemonetize.com/qw9c48azj6mexlyw41u5ml5mvca1lurz/512x384.jpg', 'https://html5.gamemonetize.com/qw9c48azj6mexlyw41u5ml5mvca1lurz/', '0', 'Puzzles', 0, 0, '', 'red-room-escape'), (13510, 'Jump Chameleon Action Game', 'The chameleons are waiting! They\'re hungry for some flies on the go! So help them fill their tummy because they are damn hungry! Are you ready to take on the challenge of Jump Chameleon? Help this hungry chameleon eat as many flies and avoid all the obstacles in your way. This game will keep you jumping for hours with its simple but endless gameplay. The best action game is here! Jump Chameleon is an Endless Action Game that will keep you hooked on the game! The chameleons are waiting for your help. They\'re hungry and need to eat flies so they can be full and happy. You tap left or right to make them jump after the flies, but watch out for bugs because if you get too close, it will kill them. There\'s no limit in this game of how many times you can score a point or how long you play; enjoy playing as much as possible! Jump from tree to tree and collect as many butterflies as you can in this addictive endless game. Avoid the bees that come along the way, but don\'t worry about them too much because they\'re not so bad! The chameleons are waiting for some flies on the go! Help fill their tummy with these tasty insects before it\'s all over. Be aware of the harmful bugs that will try to kill your hungry little guy. Jump, eat, and collect as many flies as you can in the craziest game of chameleons. Don\'t let any insects get to your little friend because they will kill it! In this endless runner game, just tap left or right to make them jump over gaps and obstacles that come their way! Collect coins while jumping on top of buildings to unlock all sorts of upgrades for our little friends. Jump to the top of the leaderboard and take your place in this crazily addictive world. This insanely fun runner game will have you jumping up and down with excitement. This little chameleon has some great skills! Tap left or right on the screen to make him eat flies while avoiding pesky bugs that kill him if he catches them. The more flies you eat, the higher your score you get! Have an awesome time playing Jump Chameleon Saga today; it\'s never been so easy to be entertained. Jump Chameleon is an action game that puts you in the shoes of a hungry chameleon. Help him eat flies on the go while avoiding dangerous bugs so that he can fill his tummy! It\'s straightforward to play: tap left and right to make the chameleons jump around eating all those pesky flies. Be careful though if he eats too many harmful insects, it will kill him, but don\'t worry because there are plenty more fly snacks for this little guy Keep making your way through levels by scoring even higher points as well; help our Googly-Eyed friend out with some fizzy drinks from time to time or give him hoverboard lessons when needed. The best game of chameleons is here! Jump Chameleon features a colorful world, where the player has to help feed the hungry chameleons. With each tap on either left or right, you can make the chameleon eat some flies and avoid getting hit by harmful insects. It\'s very straightforward to play, and it makes for a fun experience with its vivid colors and endless gameplay. If you\'re looking for an engaging, exciting, and addicting game to play with friends, then Jump Chameleon is the perfect one. It\'s a fun infinite runner where your goal is to jump over obstacles and collect as many coins as possible! It\'s a simple control style that anyone can learn in seconds will have you hooked from the start! Download now and see for yourself why this is everyone\'s favorite new runner game. Ever want to play as a chameleon? Well, now you can! Jump Chameleon is an Endless Action Game with frantic action and 3D graphics. No worries now! Because the best game of Chameleon Saga is here. So don\'t waste any more time and download this crazy infinite runner game today!', 'https://img.gamemonetize.com/uwnfs3ibpymc66dxtfzr5nf4s68lc63z/512x384.jpg', 'https://html5.gamemonetize.com/uwnfs3ibpymc66dxtfzr5nf4s68lc63z/', '0', 'Hypercasual', 0, 0, '', 'jump-chameleon-action-game'), (13511, 'Desert Hawk', 'Enjoy Desert Hawk game. How To Play? Use "A" or "D" or Arrow Keys to move Left and Right.', 'https://img.gamemonetize.com/xwjnedno8uxcmg5dpqixeyec7vwsdlbu/512x384.jpg', 'https://html5.gamemonetize.com/xwjnedno8uxcmg5dpqixeyec7vwsdlbu/', '0', 'Shooting', 0, 0, '', 'desert-hawk'), (13512, 'GAPS', 'Gaps is a simple 3D arcade game template that anyone can enjoy! Tap or click on the screen to shoot the ball between obstacles. Watch for the gap obstacles. How far can you reach?', 'https://img.gamemonetize.com/b95mm4fhnpdcxpl7so4w7ste2v5ot0ww/512x384.jpg', 'https://html5.gamemonetize.com/b95mm4fhnpdcxpl7so4w7ste2v5ot0ww/', '0', 'Hypercasual', 0, 0, '', 'gaps'), (13513, 'Miss Tuna', 'Miss Tuna is a 2D Platformer where you need to collect all of the lollipops while avoiding saws, and enemies. There are 8 levels to play and difficulty increases as you proceed.', 'https://img.gamemonetize.com/826b2u1tmzx0lywsx8039ik0t4uut5de/512x384.jpg', 'https://html5.gamemonetize.com/826b2u1tmzx0lywsx8039ik0t4uut5de/', '0', 'Arcade', 0, 0, '', 'miss-tuna'), (13514, 'Random Stop', 'This is a puzzle shooter game. The goal of the game is to hit the yellow ball with smaller white ball. Yellow ball will move randomly and without warning. After each time when you hit or miss the yellow ball she will move randomly at other position. You need to shoot fast because the yellow ball will move constantly. You can make three mistakes before game over. So with three balls you need to make best score.', 'https://img.gamemonetize.com/iszsapnn3cxyrrdd90h0l8r0z8vv4r41/512x384.jpg', 'https://html5.gamemonetize.com/iszsapnn3cxyrrdd90h0l8r0z8vv4r41/', '0', 'Puzzles', 0, 0, '', 'random-stop'), (13515, 'Squid Game 3D Glass Bridge', 'Do you want to play a fun Squid Game? Glass Bridge game from Squid Game is now on the web. Choose the difficulty level on the main menu and try to find the right glass. Jump over the windows and avoid the fake window. If you stand on the fake glass, the glass will break and you will fall to your death. Keep your eyes peeled and start managing your character to finish all the way carefully! Have fun.', 'https://img.gamemonetize.com/6czqkg5akdgahh6yeisb68n9l436gyp8/512x384.jpg', 'https://html5.gamemonetize.com/6czqkg5akdgahh6yeisb68n9l436gyp8/', '0', 'Adventure', 0, 0, '', 'squid-game-d-glass-bridge'), (13516, 'Squid game 3D Runner ', 'There are many classic game contents in the game Squid Game 3D. You need to be familiar with the rules of each game mode for trial experience. Constantly carry out various challenges, feel many wonderful playing methods, and constantly explore on the edge of survival and death. Enjoy the wonderful game adventure process, there is a strong sense of substitution, and many wonderful playing methods let you enjoy different fun. You will get many wonderful game The new competition now begins go go ! Brand-new big level behind scene elements, brand-new colossal props content, and endless levels bloopers are waiting for you to challenge. -Optimize performance betrayal ali doll death -New gameplay robot for free -Brand new character upgrade system and saves ji hoon Squid Game Online is a free multiplayer survival game. Compete in 7 minigames with 30 players based on the viral Netflix show Squid Game. If you fail any of the challenges, you will be eliminated by the Pink Soldiers. How to Play Squid Game To enter a game, choose your region and nickname, then click join. You’ll be added to a room and be moments away from playing in this unforgiving challenge! In the first mini-game, you’ll have to sneak towards the doll without being seen in Red Light, Green Light. The Best Squid Game The arrival of Squid Game to Netflix has led to several spin-off game titles for mobile and web browsers. Squid Game Online is one of the best and most popular Squid Games because of the immense online matches and challenging mini-games. Jump into the game and avoid being shot by the Masked Men! More Games Like This Check out the version of Squid Game created by Kogama for another spin-off. Other popular online survival games include Impostor Royale and Fall Beans. Features • Survive seven grueling challenges • Play online with 30 players in one room • It’s a multiplayer Squid game on the web • The more you play, the more you\'ll master Squid Game! Games List • Red Light, Green Light • Dalgona Candy • Tug of War • Marbles • Glass Stepping Stones • Judgment Night (if more than 2 alive players) • Squid Game', 'https://img.gamemonetize.com/2fit3yg6q2vejjnvp7g8tb6c4s09czo4/512x384.jpg', 'https://html5.gamemonetize.com/2fit3yg6q2vejjnvp7g8tb6c4s09czo4/', '0', 'Adventure', 0, 0, '', 'squid-game-d-runner-'), (13517, 'Squid Game Challenge 3D Survival Master', 'Up to 456 players Welcome to Squid Game. Welcome to a fair game of Red lights, green lights. Whoever wins this game will win a lot of cash prizes. You soon realize playing the Squid Challenge is the only chance to survive and win the money, Press and hold the screen movement or click the screen movement, the operation is simple, you need to explore. Brand-new level elements, brand-new props content, The first game in Squid Game isn’t Red Light, Green Light, but rather Ddakji, a Korean game similar to Pog. Instead, the set design for the glass bridge marks a turning point in the series when it’s revealed that wealthy patrons gather to watch contestants play the Squid Game for their enjoyment. Squid Game challenging Race * join the epic game! * be fast and sneaky! * run for your life! * red light - freeze! * survive! * Red Light, Green Light * Sugar Honeycombs * The Squid Game', 'https://img.gamemonetize.com/q9ix41dmx3vvgrcsz2orupseytwgrcd6/512x384.jpg', 'https://html5.gamemonetize.com/q9ix41dmx3vvgrcsz2orupseytwgrcd6/', '0', 'Arcade', 0, 0, '', 'squid-game-challenge-d-survival-master'), (13518, 'Perfect New Years Eve Party Look', 'Welcome to Perfect New Year’s Eve Party Look. Rainbow High girls Skyler, Sunny, Ruby, and Violet get ready for the New year’s eve party. Browse their wardrobe and choose the best New year outfit. And add some cute makeup to each one. Surprise them with your skill and make this New year the most memorable one. Join and help them. Have fun!', 'https://img.gamemonetize.com/m9e3ue0s1280xani7w45ea0np0f0z2p1/512x384.jpg', 'https://html5.gamemonetize.com/m9e3ue0s1280xani7w45ea0np0f0z2p1/', '0', 'Girls', 0, 0, '', 'perfect-new-years-eve-party-look'), (13519, 'Blockminer Run Two Player', 'Help the two miners chased by the giant zombie escape. be careful the boat does not go on land and may break and sink. so jump don\'t touch the landmass. Escape from the giant zombie is a game for two, you can escape from the zombie with your friend.', 'https://img.gamemonetize.com/a02pqi4o57w7by4jqgz5x7gnw2wa6tqz/512x384.jpg', 'https://html5.gamemonetize.com/a02pqi4o57w7by4jqgz5x7gnw2wa6tqz/', '0', 'Arcade', 0, 0, '', 'blockminer-run-two-player'), (13520, 'Hugi Wugi', 'hey you need to run, be quick! run run non stop! Hugi wugi is watching you, you have to run, run. You have to find the lucky block before the time runs out or the hugi wugi might catch you. hurry up and reach the lucky block. Reach the lucky block and jump to the next level!', 'https://img.gamemonetize.com/s2zdmiwhyvjn1d5uung6ms2p3fc5c9y8/512x384.jpg', 'https://html5.gamemonetize.com/s2zdmiwhyvjn1d5uung6ms2p3fc5c9y8/', '0', 'Adventure', 0, 0, '', 'hugi-wugi'), (13521, 'Chibi Anime Princess Doll', 'Anime Princess Doll has become one of the most popular toys in the world. Make your own princess! She will become the cutest character in the world. Choose your favorite from the following skin color, hair, eyes, mouth, and costumes to form your most beautiful princess. Play games with friends and see whose doll is more beautiful!', 'https://img.gamemonetize.com/uzly0idsgf0o36kg04dft6mpl6c42d3i/512x384.jpg', 'https://html5.gamemonetize.com/uzly0idsgf0o36kg04dft6mpl6c42d3i/', '0', 'Girls', 0, 0, '', 'chibi-anime-princess-doll'), (13522, 'Tom Jigsaw Puzzle', 'Talking Tom Jigsaw Puzzle is coming! Have fun!', 'https://img.gamemonetize.com/h3f70jo171pgdeeoxajyg6m1rfos53vd/512x384.jpg', 'https://html5.gamemonetize.com/h3f70jo171pgdeeoxajyg6m1rfos53vd/', '0', 'Puzzles', 0, 0, '', 'tom-jigsaw-puzzle'), (13523, 'Baby Taylor Home Organized', 'Housework time! There is some mess in Baby Taylor\'s home. It\'s time to clean up. She wants to make the room cleaner and tidier, but there is many housework he can\'t do yet. Please help Baby Taylor organize his home! And teach her how to clean up the home. Now, the cleaning begins!', 'https://img.gamemonetize.com/0iia1y2p47c9r28mr5z4errhnjjgurv2/512x384.jpg', 'https://html5.gamemonetize.com/0iia1y2p47c9r28mr5z4errhnjjgurv2/', '0', 'Girls', 0, 0, '', 'baby-taylor-home-organized'), (13524, 'Bhop Expert', 'Bhop Expert is an amazing game mode where players have to jump on blocks. This game is created to enjoy the game or to educate. There are no victories and no winners. Almost all cards used in this mod are designed for walkthrough only.', 'https://img.gamemonetize.com/fc3m32muwrk5z0xrq0iu85fx7xc57gdv/512x384.jpg', 'https://html5.gamemonetize.com/fc3m32muwrk5z0xrq0iu85fx7xc57gdv/', '0', 'Adventure', 0, 0, '', 'bhop-expert'), (13525, '3D Formula Racing', '3D Formula Racing is a new 3D racing game. Choose your Formula One car and try to set new records! As you set new records you unlock new cars and tracks. Beat your friends\' high scores in worldwide rankings and show everybody who\'s the best Formula driver!', 'https://img.gamemonetize.com/tia5pbecnefai0pnlkapzyzzfh0yobn4/512x384.jpg', 'https://html5.gamemonetize.com/tia5pbecnefai0pnlkapzyzzfh0yobn4/', '0', 'Sports', 0, 0, '', 'd-formula-racing'), (13526, 'Christmas Crush', 'It\'s Christmas Time Welcome to Christmas Crush Match3 Game with Amazing Christmas Jewels. Swipe and match 3 or more colorful Christmas elements and watch the magic Explore Tons of amazing challenging levels and missions. Enjoy Rocket and bomb Power-ups and more surprising boosters. Merry Christmas', 'https://img.gamemonetize.com/0nskoxltlkchmyugpykpfc26zq5gdynz/512x384.jpg', 'https://html5.gamemonetize.com/0nskoxltlkchmyugpykpfc26zq5gdynz/', '0', 'Puzzles', 0, 0, '', 'christmas-crush'), (13527, 'Party Match', 'Playing Party Match is very simple: watch closely the image on the screen and run to that part of the arena where you will see the same image. Pay attention! You are not alone in the arena: your rivals will try their best to push you into the abyss. Defeat everyone in order not to fall and become a champion!', 'https://img.gamemonetize.com/a4kepzxk8ts0nyh4c6lvtb3t6v10oo0g/512x384.jpg', 'https://html5.gamemonetize.com/a4kepzxk8ts0nyh4c6lvtb3t6v10oo0g/', '0', 'Puzzles', 0, 0, '', 'party-match'), (13528, 'Mike & Munk', 'Mike & Munk is a game where you control 2 characters: the boy and the squirrel. Help them escape from an abandoned mine full of traps and dangerous enemies.', 'https://img.gamemonetize.com/fttzk0j685rm7un7ysz4wx85cej71ltr/512x384.jpg', 'https://html5.gamemonetize.com/fttzk0j685rm7un7ysz4wx85cej71ltr/', '0', 'Arcade', 0, 0, '', 'mike-amp-munk'), (13529, 'Fish Love', 'Save fish from danger, bombs, lava and crab and give the fish just love. They cannot live without each other. Beautiful and pleasant music, sound effects, bright and colorful graphics accompany you through all the puzzles of this game. Start your adventure now. Good luck in love !', 'https://img.gamemonetize.com/oryrpkv0lc9cp6issjcdu0dwqrldjbn4/512x384.jpg', 'https://html5.gamemonetize.com/oryrpkv0lc9cp6issjcdu0dwqrldjbn4/', '0', 'Puzzles', 0, 0, '', 'fish-love'), (13530, 'Rocket League', 'PLAY ROCKET LEAGUE for free online in your web browser at Superkidgames.com and more fun games. Rocket League is a futuristic Sports-Action game, Rocket League equips players with booster-rigged vehicles that can be crashed into balls for incredible goals or epic saves, customize your car, hit the field, and compete in one of the most critically acclaimed sports games of all time', 'https://img.gamemonetize.com/0c57ybsvhtn9xv77swrbiwgtreda0pal/512x384.jpg', 'https://html5.gamemonetize.com/0c57ybsvhtn9xv77swrbiwgtreda0pal/', '0', 'Sports', 0, 0, '', 'rocket-league'), (13531, 'Among Us Crewmate', 'Welcome to Among Us Crewmate. This game based on Among Us but in this game you can play only solo and as imposter on the space ship. You can do sabotage on spaceship or killing them one by one and without being caught.', 'https://img.gamemonetize.com/9m8ufpfpfbi63xuckfg1nr329lfmkxke/512x384.jpg', 'https://html5.gamemonetize.com/9m8ufpfpfbi63xuckfg1nr329lfmkxke/', '0', 'Adventure', 0, 0, '', 'among-us-crewmate'), (13532, '456 Sniper Challenge', 'Aim, shoot, and repeat. Take down all failed players as ordered in 456 Sniper Challenge! Instead of being one of the 456 players in the survival game, now you switch role and become the executer. Absolute concentration, quick reflex, and sharp shooting skills are needed to accomplish your mission.', 'https://img.gamemonetize.com/jlozxzbb9hqtwivgswr759pgsjlpxrnw/512x384.jpg', 'https://html5.gamemonetize.com/jlozxzbb9hqtwivgswr759pgsjlpxrnw/', '0', 'Shooting', 0, 0, '', '-sniper-challenge'), (13533, 'Sniper Squid Game ', 'Squid Sniper Game it’s a new Shoot game, it’s a challenging game that makes you have fun. in this new Squid shoot Game, you can become the winner and the best player ever-deepening on how much you wanna win. in this new Squid game, you can become the winner and the best player ever-deepening on how much you wanna win.', 'https://img.gamemonetize.com/0ctmw1bj89zy4xhxdh5uzymgb4dwunp3/512x384.jpg', 'https://html5.gamemonetize.com/0ctmw1bj89zy4xhxdh5uzymgb4dwunp3/', '0', 'Shooting', 0, 0, '', 'sniper-squid-game-'), (13534, 'KSniper Challenge 3D', 'Play the most famous traditional Korean Games as challenging sniper! Shoot down all failed players! Play as 456 on bonus levels! Join the challenge, become the ultimate survivor! Bring childhood games back to you! Unlock unique skins; play as Front Man! Take challenges and BE CAREFUL!', 'https://img.gamemonetize.com/xfxwp6ioah61a2box2t0q024c2d1ju33/512x384.jpg', 'https://html5.gamemonetize.com/xfxwp6ioah61a2box2t0q024c2d1ju33/', '0', 'Shooting', 0, 0, '', 'ksniper-challenge-d'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (13535, 'Cannon Candy Shooter Bubble Candy Blast', 'Cannon Candy: Shooter Bubble Candy Blast Game. The game is a bubble shooter that has you shoot candy at the bubbles to pop them and get points. You can play this game on your mobile phone or tablet. Play Free Online Games You are in the middle of an adventure, but you have no idea where it will take you! Can you find all the hidden objects? Find clues and solve puzzles as you travel through the mysterious world. This free online game for kids will keep you busy for hours! If you like playing games with your friends, then you&rsquo;ll love this multiplayer game! It&rsquo;s easy to start up, and you don&rsquo;t need special equipment. All you need is your smartphone or tablet and some friends who want to join in the fun. Play this game now! This game is straightforward to learn so that anyone can play it. Just tap the screen to move the ball around the maze. Then, tap again to make the ball bounce off walls and hit other balls. When you finish a level, you can try another one. There are more than 100 levels to choose from. This is a classic arcade game that everyone knows and loves. But, if you haven&rsquo;t played it before, you&rsquo;re missing out on something great! In this game, you must guide a tiny spaceship to collect stars. Your goal is to clear each stage by collecting all of the stars. Each star you order gives you bonus points. The game is similar to Pong, but you use your finger to control the ship instead of paddles. Try not to crash into the obstacles while navigating through the different stages. In this puzzle game, you have to match pairs of cards together. Matching two cards of the same color creates a new card. Keep checking until you make a full deck of cards. This is a game about space exploration. First, you have to fly your spacecraft through asteroids and avoid collisions. Then, use your rocket boosters to speed up and reach the end of the track faster. You must help the penguins escape from the ice floes in this game. To do this, you must jump over gaps using the arrows on the sides of the screen. If you fall into the water, you lose a life. Collect the coins and diamonds along the way. Cannon Candy: Shooter Bubble Candy Blast Game is a fun and addictive bubble shooter game. Match 3 or more same color bubbles to clear the level. How to play Cannon Candy: Shooter Bubble Candy blast Game : Tap on the screen to launch the cannonball. Clear the game by shooting all the bubbles. Shoot the bubbles which are connected to others to merge them. Avoid hitting the blocks. Complete the game by clearing all the levels. Earn extra lives by completing the missions. Get more lives by earning gold medals. More lives mean more chances to earn medals. Play Cannon Candy: Shooter Bubble Candy Blast Game on your computer, tablet, or mobile phone! Enjoy the game! Have fun. New graphics &amp; sound effects Improved gameplay New levels A new snake mode Addictive gameplay Easy controls Simple rules Free to play A new version of the classic game Snake has been released today! The new game features many improvements. Cannon Candy: Shooter Bubble Candy Blast Game is a free online game from the genre of match-3 bubble shooter games. Cannon Candy: Shooter Bubble Candy Blast Game. Shoot and match 3 or more same colored candy balls to clear them.', 'https://img.gamemonetize.com/n14cz1ze9fcm74mvk0ykuhu2xcd0hc1u/512x384.jpg', 'https://html5.gamemonetize.com/n14cz1ze9fcm74mvk0ykuhu2xcd0hc1u/', '0', 'Shooting', 0, 0, '', 'cannon-candy-shooter-bubble-candy-blast'), (13536, 'Zap knife Knife Hit to target', 'Zap Knife is here for you to hit all the Yummy Food. Hitting all the yummy food can be a serious challenge. So are you ready to take the challenge? It\'s a challenge for the chefs who can slice the foods more accurately. Zap Knife throwing games is a very fun game. But very few people can enjoy this fun knife throwing game. Because the knife hit fruit ninja game is so challenging. Those who like to take the challenge will enjoy playing the throw master flippy knife game. After the flip challenge knife throw game is played the player will be given 5-6 knives and yummy food will continue to rotate on the screen of the hitter game. The player has to throw the knife smash one by one at the food on the screen of the flippy knife game. But the challenge is that one knife cannot be touched with another of the fruit ninja 2 game. The slice master knife should be thrown and placed on the fruit ninja classic food so that it does not touch the other hit target knife of the trending games. When all the knives are thrown into the food in the right way, the food will be cut into pieces and spread on the screen and you will win the knife fight smash hit game. Then the next level of food will be displayed on the screen of the knife legend, knife dash game. You have to hit point games and throw the knives in the same way as the knife-throwing game. This level will be a little difficult to throw the knife game from the first level of the ninja slice game. You have to overcome difficulties and win at every level of the knife hitter game. If you win, you will get many coins as a reward for the fruit slice game. With that coin, you can buy knives of different designs from the shop of the thrower hitty, fruit slice game. The graphics of the fruit ninja game are very interesting. The graphics quality of the knife flipping games is awesome, which will double your satisfaction while playing the hit circle, hit challenge, game. So don\'t delay, install the knife flip or flippy knife game now to make your leisure time colorful. Share with friends and compete to see who can win the most levels of the hit point games.Don\'t be greedy to see all the yummy food in the watermelon games or eat fruit game. Endless levels with tricky difficulty of the knife up, knife fruit, knife out game. Hit to target & get the Coins.Challenge! you can\'t hit. Did you hit the cherry of the glupe igrice game? Take a slice with a knife hit. Upgrade your knife. Maybe you can’t beat the last boss and You can’t collect the Cherry. Try it. And prove us false. By playing the hit target game you will be able to recognize different types of food. For example, all the different fun foods that do not know the names of local and foreign.', 'https://img.gamemonetize.com/ke9kzkkwccwqv0z8ryqoko0q3pm43ruu/512x384.jpg', 'https://html5.gamemonetize.com/ke9kzkkwccwqv0z8ryqoko0q3pm43ruu/', '0', 'Hypercasual', 0, 0, '', 'zap-knife-knife-hit-to-target'), (13537, 'Super Deep Vortex', 'Sux Deep Vortex is an adrenaline booster game to play on. Here is the little aircraft which needs to get out from the unlimited loop without hitting the booster wall. Survive as long as you can to achieve a high score.', 'https://img.gamemonetize.com/09s288n5xmrywtq55vngbqxvrdg5aajz/512x384.jpg', 'https://html5.gamemonetize.com/09s288n5xmrywtq55vngbqxvrdg5aajz/', '0', 'Hypercasual', 0, 0, '', 'super-deep-vortex'), (13538, 'Harvy Runner', 'Harvy Runner is a non stop action running game where you have to keep Little Harvy safe while he collects stars. Clear a safe path for Harv by destroying bombs, killing monsters, operating bridges and avoiding hazards. Key Features: - 50 Fantastic levels spread across 5 themes. - Funny speech as Harvy battles his way through the levels..."I can\'t see your fingers in the way!" - High quality vector art. - Interactive scenes with varied game play. - A special bonus platform game for collecting 500 stars and 500 bonus stars. You wont play another game like it!', 'https://img.gamemonetize.com/ukppy0gl16ave5iwgdzs1f1ppgsizfh3/512x384.jpg', 'https://html5.gamemonetize.com/ukppy0gl16ave5iwgdzs1f1ppgsizfh3/', '0', 'Arcade', 0, 0, '', 'harvy-runner'), (13539, 'Minecraft Build Your Own World', 'Minecraft is a sandbox video game developed by the Swedish video game developer Mojang Studios', 'https://img.gamemonetize.com/gw0frbukzrnnx30zyi0l0fruwaw41nje/512x384.jpg', 'https://html5.gamemonetize.com/gw0frbukzrnnx30zyi0l0fruwaw41nje/', '0', 'Adventure', 0, 0, '', 'minecraft--build-your-own-world'), (13540, 'Ninja Jump And Run', 'Being a ninja in the night is as dangerous as being a chameleon near a rainbow and in this new jumping game you have the opportunity to be the first version embracing the darkness and finding a way through it.', 'https://img.gamemonetize.com/qoznq5bp5otg0t7b2i7wae9nlt9ea28h/512x384.jpg', 'https://html5.gamemonetize.com/qoznq5bp5otg0t7b2i7wae9nlt9ea28h/', '0', 'Boys', 0, 0, '', 'ninja-jump-and-run'), (13541, 'Simple Samosa', 'Samosa is our enthusiastic hero with a warm heart which makes him feel for his fellow citizens. He is always ready for a challenge so if there’s a problem he’s going to solve it.', 'https://img.gamemonetize.com/lh2lkd9ddc98pb4jinnu8jliooo483bx/512x384.jpg', 'https://html5.gamemonetize.com/lh2lkd9ddc98pb4jinnu8jliooo483bx/', '0', 'Hypercasual', 0, 0, '', 'simple-samosa'), (13542, 'Snowmen VS Penguin', 'Snowmen vs Penguin an action-based defense game. The out cute little penguin is in deep trouble and has to defend the eggs from the dangerous snowmen. Help him to move fast and throw the snow balls and avoid them reaching the egg. If they reach the egg, you lose the game.', 'https://img.gamemonetize.com/uvaq08gdnkzolwhdrniunyiqju3xn9ln/512x384.jpg', 'https://html5.gamemonetize.com/uvaq08gdnkzolwhdrniunyiqju3xn9ln/', '0', 'Shooting', 0, 0, '', 'snowmen-vs-penguin'), (13543, 'Super Chains', 'Super Chains a fun puzzle game. To capture and use them, create long links of chain blocks by simply touching an adjoining block that is one number higher, lower, or of the same value. Powerful mythical creatures are hidden in this super numbers puzzle game! Get powerful Heroes to help you in your task! Can you be the EPIC champion??', 'https://img.gamemonetize.com/wv3hcfkgaw0wig3bg9gikwig615gtdg3/512x384.jpg', 'https://html5.gamemonetize.com/wv3hcfkgaw0wig3bg9gikwig615gtdg3/', '0', 'Puzzles', 0, 0, '', 'super-chains'), (13544, 'Scientist girl escape', 'Scientist Girl is a point and click escape game developed by 8BGames. Imagine that you going to meet Scientist Girl in her house. Unfortunately she stuck in a room. Find some hidden object to solve some interesting clues to escape the Scientist Girl. Good luck…Have fun!', 'https://img.gamemonetize.com/9e1yc9u9luwgw3b0i4tmzpdvy2dj5zj3/512x384.jpg', 'https://html5.gamemonetize.com/9e1yc9u9luwgw3b0i4tmzpdvy2dj5zj3/', '0', 'Puzzles', 0, 0, '', 'scientist-girl-escape'), (13545, 'Project Bomb', 'Project Bomb is a super new puzzle game that has 80 explosively cool and challenging levels! The levels are split across 4 distinct worlds that will provide fun for the whole family. Main goal is to blow some stars! How to Play: 1. Drop the bomb close to the stars while avoiding the black squares. 2. Click on the bomb to activate it. 3. Stand back... and enjoy the fire works!. Key features: -80 levels across four different, colorful worlds! -Graphics that really Cute! -Progressively challenging gameplay! -Power up and game-changing elements like laser cannons and warps! Have fun with this great explosive puzzle-game!', 'https://img.gamemonetize.com/2jdeysz6vq97r4ni8j3dogirnkvvcuz6/512x384.jpg', 'https://html5.gamemonetize.com/2jdeysz6vq97r4ni8j3dogirnkvvcuz6/', '0', 'Puzzles', 0, 0, '', 'project-bomb'), (13546, 'Candy Cute Monster', 'Candy Monster is fun addictive adventure puzzle game.Destroy all the candies and save the monster.And be careful monster won\'t hit the ground .', 'https://img.gamemonetize.com/nm2gykbdrxjnh98yfekk6t9zgx9gh4au/512x384.jpg', 'https://html5.gamemonetize.com/nm2gykbdrxjnh98yfekk6t9zgx9gh4au/', '0', 'Hypercasual', 0, 0, '', 'candy-cute-monster'), (13547, 'Funny Santa Jigsaw', 'This is funny jigsaw game with Santa Claus. There is 12 images with funny Santa\'s and when the image pieces are shuffled you need to put them in to right position to get image with Santa Claus. When you click on the image you can choose the mode that you can play. Play with 25 piece, 49 or 100 pieces. Solve the first image to go to the next one. Try to unlock all levels and have fun with this Christmas Santa game.', 'https://img.gamemonetize.com/i1mirlxg7gx6oqjtzexb01u24ffqd7i1/512x384.jpg', 'https://html5.gamemonetize.com/i1mirlxg7gx6oqjtzexb01u24ffqd7i1/', '0', 'Puzzles', 0, 0, '', 'funny-santa-jigsaw'), (13548, 'Lemonade Ninja', 'Lemonade Ninja is based on the very popular game fruit ninja. The same concept applies in this game too, just slash as many lemons to make yummy lemonade and serve to all your friends. But be careful while slashing, never touch the bombs, and slash as many lemons to achieve high scores.', 'https://img.gamemonetize.com/z4lmawzae9ac1f4wxmx5kn9n495f13ot/512x384.jpg', 'https://html5.gamemonetize.com/z4lmawzae9ac1f4wxmx5kn9n495f13ot/', '0', 'Boys', 0, 0, '', 'lemonade-ninja'), (13549, 'Running Santa ', 'Santa Claus need to pass all levels in this game and to collect gifts for all kids of the world. Your job is to help Santa to do all tasks and to get him safe to the finish. Jump over obstacles, avoid rocks and other objects that can hurt Santa. Jump on trampoline for longer jumps. Walk thru platforms and collect all gifts. Pass all levels and have fun.', 'https://img.gamemonetize.com/awzmsdkhphtwo7r1kmzwrvgigtpow76p/512x384.jpg', 'https://html5.gamemonetize.com/awzmsdkhphtwo7r1kmzwrvgigtpow76p/', '0', 'Puzzles', 0, 0, '', 'running-santa-'), (13550, 'Jokester Escape', 'Jokester Escape is a point and click escape game developed by 8BGames. Imagine that you went to a Jokester house to get some jokes. Today unfortunately he got trapped inside in his house. Find some hidden object to solve some interesting clues to escape the Jokester. Good luck…Have fun!', 'https://img.gamemonetize.com/0z5v0msnrzy5id3uknswvf9qjmoxhi7h/512x384.jpg', 'https://html5.gamemonetize.com/0z5v0msnrzy5id3uknswvf9qjmoxhi7h/', '0', 'Puzzles', 0, 0, '', 'jokester-escape'), (13551, 'Pocahontas Christmas Sweater Dress Up', 'Christmas is here and the Princess Pocahontas have gotten together for their annual Secret Santa party ,dress up for christmas with Princess Pocahontas dress up items and have a lovely christmas night. Princess Pocahontas have some plans to do!. Like Dress Up, Makeup and Decoration beautiful Christmas things and decorate their Christmas Tree. Join and Help the Princess Pocahontas to make this Christmas the most memorable one!', 'https://img.gamemonetize.com/dzjogobbknutfx1ij05ndk8ewyslce17/512x384.jpg', 'https://html5.gamemonetize.com/dzjogobbknutfx1ij05ndk8ewyslce17/', '0', 'Hypercasual', 0, 0, '', 'pocahontas-christmas-sweater-dress-up'), (13552, 'Tiana Princess Xmas DressUp', 'Christmas is here and the Princess Tiana have gotten together for their annual Secret Santa party ,dress up for christmas with Princess Tiana dress up items and have a lovely christmas night. Princess Tiana have some plans to do!. Like Dress Up, Makeup and Decoration beautiful Christmas things and decorate their Christmas Tree. Join and Help the Princess Tiana to make this Christmas the most memorable one!', 'https://img.gamemonetize.com/5jhv3wkxp5ni9eie64au0qj1qkf4qudc/512x384.jpg', 'https://html5.gamemonetize.com/5jhv3wkxp5ni9eie64au0qj1qkf4qudc/', '0', 'Hypercasual', 0, 0, '', 'tiana-princess-xmas-dressup'), (13553, 'Vanellope Von Schweetz Christmas Dress Up', 'Christmas is here and the Vanellope Von Schweetz Princess have gotten together for their annual Secret Santa party ,dress up for christmas with Vanellope Von Schweetz Princess dress up items and have a lovely christmas night. Vanellope Von Schweetz Princess have some plans to do!. Like Dress Up, Makeup and Decoration beautiful Christmas things and decorate their Christmas Tree. Join and Help the Vanellope Von Schweetz Princess to make this Christmas the most memorable one!', 'https://img.gamemonetize.com/6tqlvnwiqwv2xqjg60lbygtt27h8yd4q/512x384.jpg', 'https://html5.gamemonetize.com/6tqlvnwiqwv2xqjg60lbygtt27h8yd4q/', '0', 'Girls', 0, 0, '', 'vanellope-von-schweetz-christmas-dress-up'), (13554, 'Fieldrunners TD', 'Get ready to DEFEND THE WORLD! Fieldrunners TD has arrived! Build epic mazes out of powerful weapons to defend the world from the invading fieldrunners! The fieldrunners are back! With legions of soldiers and a gaggle of new tricks, they’re ready to conquer the globe. Or so they think! Our top scientists at SubaLabs have built a bleeding-edge arsenal of devastating weapons for any heroes willing to stop these dastardly invaders. Help your people by taking action - DEFEND THE WORLD!', 'https://img.gamemonetize.com/6lhhe20njdtgjh23em3atkvkb2itgr3e/512x384.jpg', 'https://html5.gamemonetize.com/6lhhe20njdtgjh23em3atkvkb2itgr3e/', '0', 'Clicker', 0, 0, '', 'fieldrunners-td'), (13555, 'Roll The Block', 'Roll The Block is a classic and popular casual puzzle game. The exciting Folding blocks challenge will captivate you in an instant! Properly unfold your blocks to fill the space and complete each challenge. Satisfaction when you discover the right moves and master each level step by step! Have fun and join us quickly.', 'https://img.gamemonetize.com/lhw4yk3nbekfn4nl6q6cxhf69fwdvlem/512x384.jpg', 'https://html5.gamemonetize.com/lhw4yk3nbekfn4nl6q6cxhf69fwdvlem/', '0', 'Girls', 0, 0, '', 'roll-the-block'), (13556, 'Superhero Dentist Surgery Game For Kids', 'Be the best dentist at this Superhero clinic! All our patient is Superhero, who is dedicated to fighting crime, protecting the public, and usually battling supervillains, so their whereabouts are to be kept secret. Treat our patients with crazy tools like mouth spray, dental tweezers, and braces!', 'https://img.gamemonetize.com/hj8le99o9choxxxkocek56juth4j1shl/512x384.jpg', 'https://html5.gamemonetize.com/hj8le99o9choxxxkocek56juth4j1shl/', '0', 'Girls', 0, 0, '', 'superhero-dentist-surgery-game-for-kids'), (13557, 'SquidGame explosive candy', 'If you like the squid game then you need to play this cool 2d game archery, use mouse to shoot with force in the models 3d to explode the squid characters and win the level. You have to pass much levels to win this game.', 'https://img.gamemonetize.com/zxbib5lfcyog6bmyq2votwli6ld1hvov/512x384.jpg', 'https://html5.gamemonetize.com/zxbib5lfcyog6bmyq2votwli6ld1hvov/', '0', 'Arcade', 0, 0, '', 'squidgame-explosive-candy'), (13558, 'Winter Differences', 'This is a Spot the difference type of puzzle game where players must find differences between two otherwise similar images. Try to find differences using your hawk eyes and tap that otherwise use hint. Unused hints and saved time will give you extra bonus score.', 'https://img.gamemonetize.com/o70eu5ovizd3hgy50eslngpilc6z2j1y/512x384.jpg', 'https://html5.gamemonetize.com/o70eu5ovizd3hgy50eslngpilc6z2j1y/', '0', 'Puzzles', 0, 0, '', 'winter-differences'), (13559, 'Magic Match', 'You get Boom and Line removal booster to speed up your challenge. You will get these items if you match 5 or more blocks. Tap or click any block with same color, 2 blocks at minimum. Can you complete all levels ?', 'https://img.gamemonetize.com/a1w0rw42h7oqu3zjsqra85hjrw9dkcdv/512x384.jpg', 'https://html5.gamemonetize.com/a1w0rw42h7oqu3zjsqra85hjrw9dkcdv/', '0', 'Puzzles', 0, 0, '', 'magic-match'), (13560, 'Pet Pop', 'Do you love cute match 3 games? This game is just right one for you! Cute Pet Match game features various cute items in colorful graphics and many game styles. Swipe and match 3 or more similar pets to clear them from the board. Explore some challenging missions and obstacles and try to complete them all You can get special game boosters to make the game even more addicting and easy to play! Enjoy!', 'https://img.gamemonetize.com/uqaadn0no83mna2re4c5th3d4y90aruq/512x384.jpg', 'https://html5.gamemonetize.com/uqaadn0no83mna2re4c5th3d4y90aruq/', '0', 'Puzzles', 0, 0, '', 'pet-pop'), (13561, 'Kids Hidden Object', 'This is a classic point and click hidden object game. You need to find all of the items listed in the picture on the left side of the screen. Complete the level before time runs out to get bonus points.', 'https://img.gamemonetize.com/ymae8xe4dbhdhvj0u6dq4ixqdrfnseml/512x384.jpg', 'https://html5.gamemonetize.com/ymae8xe4dbhdhvj0u6dq4ixqdrfnseml/', '0', 'Puzzles', 0, 0, '', 'kids-hidden-object'), (13562, 'Sniper Champion 3D', 'Are you good at shooting targets with a sniper rifle? Sniper Champion 3D is a first-person shooting skillful arcade game. The objective is to win over 1000 scores in sixty seconds at all levels. The more scores you won, the more stars you are able to win finally. The targets will arise randomly. So you need to aim fast and shoot the yellow areas for the most 500 scores. Don\'t worry about ammo and shooting speed, keep calm and concentrate on your quick aiming!', 'https://img.gamemonetize.com/xlxt1dhywnxtm1f4jclxvdq4kvuovm3y/512x384.jpg', 'https://html5.gamemonetize.com/xlxt1dhywnxtm1f4jclxvdq4kvuovm3y/', '0', 'Arcade', 0, 0, '', 'sniper-champion-d'), (13563, 'Square dash', 'An exciting game of speed and reaction in which you have to overcome various obstacles on your way! Earn points, set new records and get into the leaderboard!', 'https://img.gamemonetize.com/qylgz3qows6xlhe3f5jydx2br9ukes6z/512x384.jpg', 'https://html5.gamemonetize.com/qylgz3qows6xlhe3f5jydx2br9ukes6z/', '0', 'Hypercasual', 0, 0, '', 'square-dash'), (13564, 'Switch', 'An exciting game of speed and reaction in which you need to destroy colorful falling balls with a platform in time. Earn points, set new records and get into the leaderboard!', 'https://img.gamemonetize.com/ukoy80se1ztufd6zsd0vw2aa3weiuyv4/512x384.jpg', 'https://html5.gamemonetize.com/ukoy80se1ztufd6zsd0vw2aa3weiuyv4/', '0', 'Hypercasual', 0, 0, '', 'switch'), (13565, 'Squid Sniper 3D', 'Squid Sniper Game it’s a new Shoot game, it’s a challenging game that makes you have fun. in this new Squid shoot Game, you can become the winner and the best player ever-deepening on how much you wanna win. in this new Squid game, you can become the winner and the best player ever-deepening on how much you wanna win.', 'https://img.gamemonetize.com/t693k2b1opdkzepa4w4k684k906pj3ub/512x384.jpg', 'https://html5.gamemonetize.com/t693k2b1opdkzepa4w4k684k906pj3ub/', '0', 'Adventure', 0, 0, '', 'squid-sniper-d'), (13566, 'Mr Santa', 'Welcome to Mr. Santa. In this game, you play as a Santa and kill all the thieves you saw. Point to the arrow and click to shoot. Each level has different difficulties. Enjoy playing this new game and have fun!', 'https://img.gamemonetize.com/qb5laeedukr8d3xcmul7ozm5lpe72471/512x384.jpg', 'https://html5.gamemonetize.com/qb5laeedukr8d3xcmul7ozm5lpe72471/', '0', 'Shooting', 0, 0, '', 'mr-santa'), (13567, 'Flappy Wings', 'Flappy wings - You know what to do... Your mission is very simple: Tap the bird to fly as far as you can... Fly along the deadliest way and reach high scores. Help the cute little bird as far as you can.', 'https://img.gamemonetize.com/alcgnrz2d85qfcu34klkca8m3jbwpsb7/512x384.jpg', 'https://html5.gamemonetize.com/alcgnrz2d85qfcu34klkca8m3jbwpsb7/', '0', 'Racing', 0, 0, '', 'flappy-wings'), (13568, 'Onet Gallery', '"Onet Gallery" is an incredibly addicting game in which you can have a great free time and get a lot of positive impressions by collecting figures from colorful cubes! Despite the rather simple game mechanics, which reminds everyone of the well-known "Mahjong", the game will improve your attentiveness and concentration. Thanks to high-quality 3D graphics and pleasant soundtrack, you can relax and get rid of all the accumulated stress.', 'https://img.gamemonetize.com/sxxtgyzpx20vuv5xbscnt00qggx3enyz/512x384.jpg', 'https://html5.gamemonetize.com/sxxtgyzpx20vuv5xbscnt00qggx3enyz/', '0', 'Puzzles', 0, 0, '', 'onet-gallery'), (13569, 'Doodle Aircraft', 'Doodle Aircraft is an exciting checked-paper-graphics game. Experience the world of planes, off-beat and challenging, become an ace and show your skills in the sky. Your mission is clear, hit all enemies before they can destroy you, You must be very fast in this game.', 'https://img.gamemonetize.com/tkfjjm62wbhcqi4wv86bbgj1smr0c8x2/512x384.jpg', 'https://html5.gamemonetize.com/tkfjjm62wbhcqi4wv86bbgj1smr0c8x2/', '0', 'Shooting', 0, 0, '', 'doodle-aircraft'), (13570, 'Squid Master', 'Do you want to become the new star of the series? Then play Squid Master with the famous characters. Dive into a crazy atmosphere, cool cash bonuses, real energy boosts and all your players having fun with you. Organize a game worthy of the name right now. - Lots of crazy characters from the series! - Great backdrops! - Ultra fun game! Get dressed up and tap! One of the best free games.', 'https://img.gamemonetize.com/r1ak1sp58mzihfwy7on4rjhuo1nyqygq/512x384.jpg', 'https://html5.gamemonetize.com/r1ak1sp58mzihfwy7on4rjhuo1nyqygq/', '0', 'Adventure', 0, 0, '', 'squid-master'), (13571, 'KSniper Survival Challenge', 'Aim the failed players through your sniper scope and make your best shot! Join Sniper Challenge to prove your metal and become the best shot in the world. Were you bored with the role of player who fight for surviving? You\'re tired when facing with the death and wanna try to exchange the position to executer. This perfect game is for you. Never mind. We designed all games in one for you to challenge. Play as 456 on bonus levels! Join the challenge, become the ultimate survivor! Bring childhood games back to you!', 'https://img.gamemonetize.com/imyqm1mfhcobz3h7mvez1roqxrwe4s19/512x384.jpg', 'https://html5.gamemonetize.com/imyqm1mfhcobz3h7mvez1roqxrwe4s19/', '0', 'Adventure', 0, 0, '', 'ksniper-survival-challenge'), (13572, 'Poppy Challenge 3D', 'Enjoy brand new poppy game characters and squid survival dolls in old classic hide and seek games. If you ever know about Poppy Horror character, it\'s Playtime for you to get start in this game. Don\'t let huggy and wuggy catch you, scary squid dolls find out where you are, when and where you will be found is up to you. Play the role as a seeker or a hider. You will need to find your suitable shelters to be safe and free and be the mystery last survival.', 'https://img.gamemonetize.com/ld2wxmbsij6nlgskvyrtm39o7n1fj4o4/512x384.jpg', 'https://html5.gamemonetize.com/ld2wxmbsij6nlgskvyrtm39o7n1fj4o4/', '0', 'Adventure', 0, 0, '', 'poppy-challenge-d'), (13573, 'Robot Runner', 'Run with your robot into a dark abandoned factory! But beware an infinite path of dangers, put your personal best score; avoid the enemies and not fall from the platform if you will not immediately end your adventure. Your robot is able to jump the platforms with incredible leaps but is also equipped with a "G" device capable of reversing gravity! you find yourself running upside down! use this trick to avoid the big obstacles you encounter on your ride. Key Features: • 3D pre-render graphics • Amazing 3D animations • Background animations • Flawless graphics effects • Amazing sound effects • Easy to play', 'https://img.gamemonetize.com/wbhemwmwr053nlmic0tcfsz968nmp2mo/512x384.jpg', 'https://html5.gamemonetize.com/wbhemwmwr053nlmic0tcfsz968nmp2mo/', '0', 'Racing', 0, 0, '', 'robot-runner'), (13574, 'Music Tools', 'Play music on three instruments, piano, drums, and guitar. Become a pro musician by learning and playing all the instruments and have a fun time by playing online. Just use your skills and show them here online and play more games here only with Mapi Games.', 'https://img.gamemonetize.com/j3ztwj0ty8vtmktyynnjqqjjgnv41ujq/512x384.jpg', 'https://html5.gamemonetize.com/j3ztwj0ty8vtmktyynnjqqjjgnv41ujq/', '0', 'Clicker', 0, 0, '', 'music-tools'), (13575, 'International Fashion Stylist Dress up', 'Dress up with international Fashion Stylist Dress Model Game - an extra ordinary fashion adventure game where you dress up and compete with real players across the world. So, don\'t wait and style your model in the best design possible. Become a Super Stylist', 'https://img.gamemonetize.com/z2gssdknwqtoryulla6ae9tdcxgk0w3y/512x384.jpg', 'https://html5.gamemonetize.com/z2gssdknwqtoryulla6ae9tdcxgk0w3y/', '0', 'Girls', 0, 0, '', 'international-fashion-stylist-dress-up'), (13576, 'Teen Titans Hidden', 'Teen Titans Hidden is a free online skill and hidden object game. Find out the hidden objects in the specified images. Each level has 10 hidden objects. There are 6 levels in total. The time is limited so be fast and find all hidden objects before time runs out. Clicking in the wrong place several times reduces the time by an additional 5 seconds. So, if you are ready start the game and have fun!', 'https://img.gamemonetize.com/7t29vpiatkm7ppntkcpxozrdh66zn74q/512x384.jpg', 'https://html5.gamemonetize.com/7t29vpiatkm7ppntkcpxozrdh66zn74q/', '0', 'Puzzles', 0, 0, '', 'teen-titans-hidden'), (13577, 'Poppy Playtime 2', 'Poppy Playtime is a first-person horror-puzzle adventure game developed by MOB Games Studio, which consists of a small team directed by Isaac Christopherson. Poppy Playtime divided into multiple chapters around the abandoned Playtime Co. factory, specializing in producing “the nation’s favorite toys.†As a former employee at the toy factory, in Poppy Playtime you uncover the mystery behind the disappearances of employees. You progress further into the mysterious factory with your Grabpack while you sneak around the dangerous toys like Huggy Wuggy ahead. The Poppy Playtime game has garnered an abundance of hype throughout the community, and rightfully so! Poppy Playtime introduces horrifying toys and a detailed hidden backstory surrounding the mystery behind the Playtime Co. factory. It uses the popular mascot horror trend used in many horror games but effectively brings chills to the players. With its approach to the Poppy Playtime game, this could easily be one of the most popular game series yet, and one of the best ones to come out this year. Poppy Playtime first chapter is available for PC. Warning: This is not the official Poppy Playtime game. To play Poppy Playtime you need official app or game. All rights belong to the Poppy Playtime developers', 'https://img.gamemonetize.com/nbpucazj3ewna7gwu8yjrpy7o5gqj6f7/512x384.jpg', 'https://html5.gamemonetize.com/nbpucazj3ewna7gwu8yjrpy7o5gqj6f7/', '0', 'Hypercasual', 0, 0, '', 'poppy-playtime-'), (13578, 'Huggy Wuggy', 'Discover this adventure Popy Playtime . Poppy Huggy Wuggy Playtime - This satisfying game will completely immerse you in the horror adventure world games, you will have to look into every crack to beat the Puppy Playtime. In poppy playtime horror game you must stay alive and beat the huggy wuggy. With so many things to discover inside poppy playtime, the possibilities are nearly endless. Play The wuggy playtime horror/puzzle game , is an exciting adventure, full of fun . The principle segment in wuggy playtime is known as A tight Squeeze.', 'https://img.gamemonetize.com/4kihlfq0zmty0e0s5qx4dl1fa7sbl6jp/512x384.jpg', 'https://html5.gamemonetize.com/4kihlfq0zmty0e0s5qx4dl1fa7sbl6jp/', '0', 'Hypercasual', 0, 0, '', 'huggy-wuggy'), (13579, 'Blair Unicorn Dress Up Girls', 'Let\'s play with cute unicorn and give him a shower bath and dress up in a stylish way. Let\'s show your creativity and make young girls look awesome. The colors of the rainbow unicorn make the ladies more beautiful. You can even select the colorful jewelry, shoes, bages, makeup, hairstyle and more to give an amazing girl a makeover.', 'https://img.gamemonetize.com/46i0xjykwikppg61ewy1lu86odqeagsb/512x384.jpg', 'https://html5.gamemonetize.com/46i0xjykwikppg61ewy1lu86odqeagsb/', '0', 'Girls', 0, 0, '', 'blair-unicorn-dress-up-girls'), (13580, 'Bop The Blox', 'If you love matching games, and fun strategy games, this one is for you! Help Professor Bop keep track of that pesky Blox by Bopping them! This game requires a fast mind and quick reflexes, destroy as many bops as you can before the timer runs out. This game requires a fast mind and quick reflexes!', 'https://img.gamemonetize.com/m19pllpmx41usg28d5q89e8zianidyer/512x384.jpg', 'https://html5.gamemonetize.com/m19pllpmx41usg28d5q89e8zianidyer/', '0', 'Puzzles', 0, 0, '', 'bop-the-blox'), (13581, 'Moto Speed Race', 'Welcome to Moto Speed Race, a new Racing game. Explore Tons of Chellenging Tracks and Levels. grab your motorbike, strap on your helmet and grab some airtime over obstacles to beat the clock on amazing off road circuits.', 'https://img.gamemonetize.com/ur68f0doabgcic4m1vh98zk85iffz5xj/512x384.jpg', 'https://html5.gamemonetize.com/ur68f0doabgcic4m1vh98zk85iffz5xj/', '0', 'Sports', 0, 0, '', 'moto-speed-race'), (13582, 'Snow White Xmas DressUp', 'Christmas is here and the princesses Snow White have gotten together for their annual Secret Santa party ,dress up for christmas with Snow White dress up items and have a lovely christmas night Princesse . Snow White princesses have some plans to do!. Like Dress Up, Makeup and Decoration beautiful Christmas things and decorate their Christmas Tree. Join and Help the Snow White to make this Christmas the most memorable one!', 'https://img.gamemonetize.com/u36saq5brx4iumtphzpym6ksvd1l4227/512x384.jpg', 'https://html5.gamemonetize.com/u36saq5brx4iumtphzpym6ksvd1l4227/', '0', 'Girls', 0, 0, '', 'snow-white-xmas-dressup'), (13583, 'Cinderella Xmas Game', 'Christmas is here and the Princesses Cinderella have gotten together for their annual Secret Santa party ,dress up for christmas with Cinderella dress up items and have a lovely christmas night Princesse . Cinderella princesses have some plans to do!. Like Dress Up, Makeup and Decoration beautiful Christmas things and decorate their Christmas Tree. Join and Help the Cinderella to make this Christmas the most memorable one!', 'https://img.gamemonetize.com/nax5a61h97csullnu7whme1gnbix9zuw/512x384.jpg', 'https://html5.gamemonetize.com/nax5a61h97csullnu7whme1gnbix9zuw/', '0', 'Girls', 0, 0, '', 'cinderella-xmas-game'), (13584, 'MIRACULOUS A Christmas Special Ladybug', 'Christmas is here and the MIRACULOUS have gotten together for their annual Secret Santa party, dress up for Christmas with MIRACULOUS dress-up items and have a lovely Christmas night. MIRACULOUS princesses have some plans to do!. Like Dress Up, Makeup and Decoration beautiful Christmas things and decorate their Christmas Tree. Join and Help the MIRACULOUS to make this Christmas the most memorable one!', 'https://img.gamemonetize.com/n9uqd9w15v5jpqvl35pmk0i4vouynut4/512x384.jpg', 'https://html5.gamemonetize.com/n9uqd9w15v5jpqvl35pmk0i4vouynut4/', '0', 'Hypercasual', 0, 0, '', 'miraculous-a-christmas-special-ladybug'), (13585, 'Harley Quinn Christmas Sweater Dress Up', 'Christmas is here and the Harley Quinn have gotten together for their annual Secret Santa party ,dress up for christmas with Harley Quinn dress up items and have a lovely christmas night . Harley Quinn have some plans to do!. Like Dress Up, Makeup and Decoration beautiful Christmas things and decorate their Christmas Tree. Join and Help the Harley Quinn to make this Christmas the most memorable one!', 'https://img.gamemonetize.com/hkgt6m12skbtjso07j1sdxqu35hwrmsn/512x384.jpg', 'https://html5.gamemonetize.com/hkgt6m12skbtjso07j1sdxqu35hwrmsn/', '0', 'Girls', 0, 0, '', 'harley-quinn-christmas-sweater-dress-up'), (13586, 'Sniper Survival Challenge 456', 'Squid Sniper Game it’s a new Shoot game, it’s a challenging game that makes you have fun. in this new Squid shoot Game, you can become the winner and the best player ever-deepening on how much you wanna win. in this new Squid game, you can become the winner and the best player ever-deepening on how much you wanna win.', 'https://img.gamemonetize.com/r3h2tus0qyq325e3blh6wars48bif0o4/512x384.jpg', 'https://html5.gamemonetize.com/r3h2tus0qyq325e3blh6wars48bif0o4/', '0', 'Adventure', 0, 0, '', 'sniper-survival-challenge--'), (13587, 'Squid Game Running Mobile', 'A fun game that has become so popular lately. Your task is to simply try to survive after you get to the island. There will be a lot of people and most likely everyone will die, but someone will definitely stay alive and as a result will win a lot of money in the amount of $ 38 million. Run as fast as you can and jump over all obstacles. Good luck!', 'https://img.gamemonetize.com/m14rjlbkm1pw1e6xz9h4jub6eib0tfqx/512x384.jpg', 'https://html5.gamemonetize.com/m14rjlbkm1pw1e6xz9h4jub6eib0tfqx/', '0', 'Boys', 0, 0, '', 'squid-game-running-mobile'), (13588, 'Fish Love Game', 'Save fish from danger, bombs, lava, and crab, and give the fish just love. They cannot live without each other. Beautiful and pleasant music, sound effects, bright and colorful graphics accompany you through all the puzzles of this game. Start your adventure now. Good luck in love !!! Touch on screen.', 'https://img.gamemonetize.com/vcw6n8h2p2a3ml9tvvv9doeewl7shdbi/512x384.jpg', 'https://html5.gamemonetize.com/vcw6n8h2p2a3ml9tvvv9doeewl7shdbi/', '0', 'Boys', 0, 0, '', 'fish-love-game'), (13589, 'Cute model girl', 'This cute blonde girl is a model and she is goint to attend a motor show tonight. You must dress up her with cool clothes. Have fun!', 'https://img.gamemonetize.com/eqzi8h6or8wbx3oz4zy8f8etoc5c95tn/512x384.jpg', 'https://html5.gamemonetize.com/eqzi8h6or8wbx3oz4zy8f8etoc5c95tn/', '0', 'Puzzles', 0, 0, '', 'cute-model-girl'), (13590, 'Sea Match 3', 'play the mobile game Sea Match 3 on your smartphone, pad or tablet directly without installation. Draw a line to connect 3 or more same sea animals.', 'https://img.gamemonetize.com/tczkzxa6pkc45fwyvatxz73xyn1mi5jc/512x384.jpg', 'https://html5.gamemonetize.com/tczkzxa6pkc45fwyvatxz73xyn1mi5jc/', '0', 'Puzzles', 0, 0, '', 'sea-match-'), (13591, 'Magical Match Slider', 'Slide a row of magical items horizontally or vertically to make a horizontal or vertical match of 3 or more similar items. Use mouse or finger tip to slide the rows and collect required items to complete a level. Try and see how many levels you can complete in this time bound game.', 'https://img.gamemonetize.com/ptkawsp08rcanekof8ipxr5oikvzqmp3/512x384.jpg', 'https://html5.gamemonetize.com/ptkawsp08rcanekof8ipxr5oikvzqmp3/', '0', 'Puzzles', 0, 0, '', 'magical-match-slider'), (13592, 'Baby Care', 'In the game, you need to take care of the kid who does not give anyone to get bored. The child needs to feed, bathe, play with him, put to bed. And what he wants at the moment, prompt tooltips, so that the child will quickly realize that you need a baby.', 'https://img.gamemonetize.com/g5h4jd8rteaxlmwufgbl6sd00t2gjadp/512x384.jpg', 'https://html5.gamemonetize.com/g5h4jd8rteaxlmwufgbl6sd00t2gjadp/', '0', 'Girls', 0, 0, '', 'baby-care'), (13593, 'Sofia Jigsaw Puzzle', 'In the princess Sofia-themed jigsaw puzzle, there are nine different daily life pictures of Sophia, they are beautiful and cute. Now, they were broken into many pieces, you need to quickly put them together in the correct position! Come on!', 'https://img.gamemonetize.com/5jllemrd68efho3wd69yuklahrxhwof8/512x384.jpg', 'https://html5.gamemonetize.com/5jllemrd68efho3wd69yuklahrxhwof8/', '0', 'Puzzles', 0, 0, '', 'sofia-jigsaw-puzzle'), (13594, 'TikToker Princess Rest Day', 'Princess Elisa is a very famous TikToker, she often posts videos or live broadcasts of her life and interesting events. But today there was an accident! Since she hadn\'t done skin care for a long time, Elisa had acne, and she looked tired. So, she was laughed at by some viewers. Let us help this poor girl! She needs a good day off and a spa. After doing all this, let Elisa start the live broadcast beautifully!', 'https://img.gamemonetize.com/mx1dgvgyrfc5w8gye2xp3vd10jytz1w9/512x384.jpg', 'https://html5.gamemonetize.com/mx1dgvgyrfc5w8gye2xp3vd10jytz1w9/', '0', 'Girls', 0, 0, '', 'tiktoker-princess-rest-day'), (13595, 'Silent Speeder', 'Prepare for a visit onto the silent film era, with these artfully crafted and simply engaging race avoider game! The main goal is to avoid the cars as you speed past them. You can tilt to stear, and hold down on the screen to do a speed boost.', 'https://img.gamemonetize.com/gnoc2mi9djexlkih0fdipu2y59lansr6/512x384.jpg', 'https://html5.gamemonetize.com/gnoc2mi9djexlkih0fdipu2y59lansr6/', '0', 'Racing', 0, 0, '', 'silent-speeder'), (13596, ' Incredible Box', 'Incredible Box is a very traditional puzzle game. Roll the box to the target position, nothing more. It looks simple, but this game is hard, very hard. In order to help all of you can finish all of the levels. We have provided the solution of all levels. The control is simple. Simply touch the box and roll it. And the game is completely 3D with very beautiful water effect.', 'https://img.gamemonetize.com/f14u949kgkr1277i1fv24njteb6efmxe/512x384.jpg', 'https://html5.gamemonetize.com/f14u949kgkr1277i1fv24njteb6efmxe/', '0', 'Puzzles', 0, 0, '', '-incredible-box'), (13597, 'Chinese Checkers Master', 'Chinese Checkers is a traditional board game, some people call it "Chinese chequers" or "Hop Ching Checker Game". This game named Chinese Checkers Master, because we have develop a powerful and intelligent AI player. You can play with it or other friends. This game is very flexible, you can config 0 to 6 human players to play the game. Why 0? You can set AI players only, it will demo to you how to play the game! For more detail of the game rule, you can find it on: Wikipedia : https://en.wikipedia.org/wiki/Chinese_checkers FEATURES: - Flexible to place the balls - Powerful computer players - Up to 6 players - 3D game board', 'https://img.gamemonetize.com/87ja1h5uzoozejmgwwypaa6cc7w8c8kr/512x384.jpg', 'https://html5.gamemonetize.com/87ja1h5uzoozejmgwwypaa6cc7w8c8kr/', '0', 'Multiplayer', 0, 0, '', 'chinese-checkers-master'), (13598, 'AmonJump', 'All you need is to jump as much as possible! Collect coins and open new skins. But be careful, you can die in any moment. Also you need collect 100 000 of score, can you do that? I think so no. Open all 20 achievements, if you can!', 'https://img.gamemonetize.com/92he2h2xu3mwzsnvwcyl49k65x0gc2v4/512x384.jpg', 'https://html5.gamemonetize.com/92he2h2xu3mwzsnvwcyl49k65x0gc2v4/', '0', 'Sports', 0, 0, '', 'amonjump'), (13599, 'Shoot impostors', 'An addicting game of speed and reaction in which you have to choose the right color and shoot the imposters! Earn points, set new records and get into the leaderboard!', 'https://img.gamemonetize.com/826y6hjag8dnh6z54v998tb92x6zpwam/512x384.jpg', 'https://html5.gamemonetize.com/826y6hjag8dnh6z54v998tb92x6zpwam/', '0', 'Hypercasual', 0, 0, '', 'shoot-impostors'), (13600, 'Follow finger', 'An addicting reaction game in which you have to control a ball and dodge various obstacles without going abroad! Earn points, set new records and get into the leaderboard!', 'https://img.gamemonetize.com/c9yixjolkmjq3xpjq5bwqexsou4pzxro/512x384.jpg', 'https://html5.gamemonetize.com/c9yixjolkmjq3xpjq5bwqexsou4pzxro/', '0', 'Hypercasual', 0, 0, '', 'follow-finger'), (13601, 'Among escape', 'An addicting game of speed and reaction in which you have to play as an among and overcome various obstacles on your way! Earn points, set new records and get into the leaderboard!', 'https://img.gamemonetize.com/1esqr27pq3x4i52kaiab8h04z3z0cj1n/512x384.jpg', 'https://html5.gamemonetize.com/1esqr27pq3x4i52kaiab8h04z3z0cj1n/', '0', 'Hypercasual', 0, 0, '', 'among-escape'), (13602, 'Disc Challenge', 'Throw the disc and eliminate opponents defences. But be carefull... If he catches the disc, he will throw it back. This is the first time you’ll see a sling puck game like this on mobile and you are guaranteed to get hooked, this is the most addictive Slingpuck game on mobile! and the most fun sling experience you can get. There are a numerous amount of levels and players that will seek to destroy your trophies balance in their quest to get the highest rank possible.', 'https://img.gamemonetize.com/tvw5ddin06ma8z98t1f9gewzsag6lo7p/512x384.jpg', 'https://html5.gamemonetize.com/tvw5ddin06ma8z98t1f9gewzsag6lo7p/', '0', '3D', 0, 0, '', 'disc-challenge'), (13603, 'Crab Game', 'Up to 456 players Welcome to Crab Game. Welcome to a fair game of Red lights, green lights. Whoever wins this game will win a lot of cash prizes. You soon realize playing the Squid Challenge is the only chance to survive and win the money, Press and hold the screen movement or click the screen movement, the operation is simple, you need to explore. Brand-new level elements, brand-new props content, The first game in Crab Game isn’t Red Light, Green Light, but rather, a Korean game similar to Pog. Instead, the set design for the glass bridge marks a turning point in the series when it’s revealed that wealthy patrons gather to watch contestants play the Crab Game for their enjoyment.', 'https://img.gamemonetize.com/eji6ha61v548onocf86eq57g2cibyjbw/512x384.jpg', 'https://html5.gamemonetize.com/eji6ha61v548onocf86eq57g2cibyjbw/', '0', 'Action', 0, 0, '', 'crab-game'), (13604, 'Pukiimoon', 'Pukiimon a fun reflexive game to play on. Collect all of the Pukiimon by slicing and dicing the Pukiiballs. Over 20 Pukiimon to collect! Progress through the world of the Pukiimon bypassing the progressively harder levels. Don\'t let the Pukiiballs fall, and don\'t slice the bombs.', 'https://img.gamemonetize.com/kj3oej945qctvv39qna1jm329mxxz2y3/512x384.jpg', 'https://html5.gamemonetize.com/kj3oej945qctvv39qna1jm329mxxz2y3/', '0', 'Clicker', 0, 0, '', 'pukiimoon'), (13605, 'Gun Simulator', 'Gun Simulator Shooting Range offers realistic and closest experience for semi-automatic and modern weapons shooting on the firing range. Imagine classic gun shooting closest experience with dynamic weapons sounds when you pull off the trigger aim for bull\'s eye.', 'https://img.gamemonetize.com/ioxpvdvjumy6a06kdx9a55c79psbrq6l/512x384.jpg', 'https://html5.gamemonetize.com/ioxpvdvjumy6a06kdx9a55c79psbrq6l/', '0', 'Boys', 0, 0, '', 'gun-simulator'), (13606, 'Jump The Block', 'Jump the Blocks is an endless jumping game that will both frustrate and entertain you. This is an arcade-style game similar to other jumping games like the classic. Jump on the obstacles and boost your reflexes to achieve high scores.', 'https://img.gamemonetize.com/bswntkpiz67ghp0pwmc8i82ezm26smtv/512x384.jpg', 'https://html5.gamemonetize.com/bswntkpiz67ghp0pwmc8i82ezm26smtv/', '0', 'Hypercasual', 0, 0, '', 'jump-the-block'), (13607, 'Thanksgiving Rush', 'Thanksgiving Rush is a puzzle match 3 game with colorful and beautiful graphics, collect three or more of the same icons. The aim of the game is to reach a given number of points in each level to advance to the next. The more icons of the same type matched in a row (vertically or horizontally) - or in a group - the more points you receive! Time is of the essence, so hurry and play Thanksgiving Rush today!', 'https://img.gamemonetize.com/xumsoavjscfbp84o64p7kown3tvd3tfc/512x384.jpg', 'https://html5.gamemonetize.com/xumsoavjscfbp84o64p7kown3tvd3tfc/', '0', 'Puzzles', 0, 0, '', 'thanksgiving-rush'), (13608, 'Tower Blocks Deluxe', 'Build your tower, Block By Block! Simply drop the Block on top of each other and watch your block tower grow, but if your timing is off, you\'ll send them crashing to the ground. How high can you go? Will you be able to reach the moon? If you like tower-building games, then you will love Tower Blocks Deluxe!', 'https://img.gamemonetize.com/v702r77byf6atw8prvlh39twjikhpp8r/512x384.jpg', 'https://html5.gamemonetize.com/v702r77byf6atw8prvlh39twjikhpp8r/', '0', 'Puzzles', 0, 0, '', 'tower-blocks-deluxe'), (13609, 'Alphabet Soup For Kids', 'Alphabet Soup for Kids is a fun and educational game for all ages. Learning with fun gives more attention and interest to kids. So let us learn from this game. In this game we see the soup where the snacks are filled with alphabets, all you have to do is to collect the alphabets in order from A - Z which can be capitals and small letters. Complete all letters as soon as possible and complete the game.', 'https://img.gamemonetize.com/5w3k57bq46e75i0uxn2v261n1zlzravw/512x384.jpg', 'https://html5.gamemonetize.com/5w3k57bq46e75i0uxn2v261n1zlzravw/', '0', 'Puzzles', 0, 0, '', 'alphabet-soup-for-kids'), (13610, 'Color Mixed Up', 'Color Mixed Up an educational game to play on! Opps all the word got mixed up! all the words got messy, so make the blocks move and arrange them to create and solve the puzzle to find the five hidden words which are hiding to find out.', 'https://img.gamemonetize.com/j4oe0f6cq2qg2knihsrs0lh8mym3naf9/512x384.jpg', 'https://html5.gamemonetize.com/j4oe0f6cq2qg2knihsrs0lh8mym3naf9/', '0', 'Puzzles', 0, 0, '', 'color-mixed-up'), (13611, 'Fruit Frenzy', 'Help Wagoo Collect all of the Fruits of a certain kind. Simple yet addictive, collect all of the fruits requested at the time. But hurry, you only have so long to match all the fruits required. Key Features: • Beautiful Graphics • Fast Paced Gameplay • Brain Teasing action • A new twist on the puzzle genre • Farm those fruits', 'https://img.gamemonetize.com/r9hubrwe45y44vj7cg7szc5fwwf3tnuf/512x384.jpg', 'https://html5.gamemonetize.com/r9hubrwe45y44vj7cg7szc5fwwf3tnuf/', '0', 'Puzzles', 0, 0, '', 'fruit-frenzy'), (13612, 'Stick Merge', 'Stick Merge is a casual action and merging game . Your aim is to combine various types of weapons to create more powerful guns, and ultimately use them on the moving stick figures in the shooting range. Prepare your arsenal, upgrade your pistol, explore all the power-ups and become the best shooter in town. How powerful can you get in Stick Merge? Stick around to find out!', 'https://img.gamemonetize.com/fayy3t63ulyf074trnts40an71cqjcci/512x384.jpg', 'https://html5.gamemonetize.com/fayy3t63ulyf074trnts40an71cqjcci/', '0', 'Fighting', 0, 0, '', 'stick-merge'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (13613, 'Super Mario Run 21', 'Super Mario Run 21 is endless runner game.You have to avoid from obstacles and from your enemies while running. You can also customize your Super Mario character.', 'https://img.gamemonetize.com/jwg35uw97n9vmcz5hoads7l4f0ysi8yg/512x384.jpg', 'https://html5.gamemonetize.com/jwg35uw97n9vmcz5hoads7l4f0ysi8yg/', '0', 'Adventure', 0, 0, '', 'super-mario-run-'), (13614, 'Squid Doll Shooter Game', 'Squid Doll Shooter Game is an arcade game where you have to break the blocks with the help of a yellow doll robot. Each block in each level has a number that indicates how many times the block must be hit by the doll robot to break. This game has 30 fun and interesting levels. Enjoy and have fun!!!', 'https://img.gamemonetize.com/hb74we4zc07gs3h3jcguyxdm3q81y4os/512x384.jpg', 'https://html5.gamemonetize.com/hb74we4zc07gs3h3jcguyxdm3q81y4os/', '0', 'Shooting', 0, 0, '', 'squid-doll-shooter-game'), (13615, 'Santa Claus Coloring Book', 'This is a Santa Claus Coloring Book, where he exercise her imagination and motor skills while having fun meeting different Santa Claus characters. In this game you will find 18 different pictures which have to be colored. You have 15 different colors to choose. You can also save the colored image. Have fun!', 'https://img.gamemonetize.com/tja2s91kpljtud869aiu7o2qv961r96h/512x384.jpg', 'https://html5.gamemonetize.com/tja2s91kpljtud869aiu7o2qv961r96h/', '0', 'Puzzles', 0, 0, '', 'santa-claus-coloring-book'), (13616, 'Brawl Stars Christmas Coloring', 'Brawl Stars Christmas Coloring is a free online coloring and kids game! In this game you will find eight different pictures which have to be colored as fast as you can to obtain a great score at the end of the game. You have 23 different colors to choose. You can also save the colored image. Have fun!', 'https://img.gamemonetize.com/r0i2a5gzpjaee098gu6m9s42wu3c41kh/512x384.jpg', 'https://html5.gamemonetize.com/r0i2a5gzpjaee098gu6m9s42wu3c41kh/', '0', 'Puzzles', 0, 0, '', 'brawl-stars-christmas-coloring'), (13617, 'Spider Man Multiverse', 'Spider-Man has spider-like abilities including superhuman strength and the ability to cling to most surfaces. He is also extremely agile and has amazing reflexes. Spider-Man also has a “spider sense,†that warns him of impending danger. ... In the recent storyline, Spider-Man has been reborn with even stronger abilities.', 'https://img.gamemonetize.com/20anovxv7b5uxezx7twhb3k9icakmbm0/512x384.jpg', 'https://html5.gamemonetize.com/20anovxv7b5uxezx7twhb3k9icakmbm0/', '0', 'Adventure', 0, 0, '', 'spider-man--multiverse'), (13618, '8b blue house escape', 'Blue House Escape is a point and click escape game developed by 8BGames. Imagine that you fell asleep at night. When you wake up, you were in a new Blue House. Find some hidden object to solve some interesting clues to escape from the Blue House. Good luck…Have fun!', 'https://img.gamemonetize.com/mnr17o1mfwyf2rn265apdgpj82aushgz/512x384.jpg', 'https://html5.gamemonetize.com/mnr17o1mfwyf2rn265apdgpj82aushgz/', '0', 'Puzzles', 0, 0, '', 'b-blue-house-escape'), (13619, 'Snoopy Escape', 'Snoopy Escape is a point and click escape game developed by 8BGames. Imagine that someone stole your Snoopy doll from your house. Later you got the information about your doll’s current location. Find some hidden object to solve some interesting clues to escape the Snoopy. Good luck…Have fun!', 'https://img.gamemonetize.com/x6xrgq30b1yg6s61zyq5uira6dasurj1/512x384.jpg', 'https://html5.gamemonetize.com/x6xrgq30b1yg6s61zyq5uira6dasurj1/', '0', 'Puzzles', 0, 0, '', 'snoopy-escape'), (13620, 'Fitness Trainer Escape', 'Fitness Trainer Escape is a point and click escape game developed by 8BGames. Imagine that you went to a Fitness Trainer house to ask some about fitness. Today unfortunately he got trapped inside in his house. Find some hidden object to solve some interesting clues to escape the Fitness Trainer. Good luck…Have fun!', 'https://img.gamemonetize.com/m1yybhk67hru75gdweqqdyuh45lnyw38/512x384.jpg', 'https://html5.gamemonetize.com/m1yybhk67hru75gdweqqdyuh45lnyw38/', '0', 'Puzzles', 0, 0, '', 'fitness-trainer-escape'), (13621, 'Fa Mulan Christmas Sweater Dress Up', 'Christmas is here and the Princess Fa Mulan have gotten together for their annual Secret Santa party ,dress up for christmas with Princess Fa Mulan dress up items and have a lovely christmas night. Princess Fa Mulan have some plans to do!. Like Dress Up, Makeup and Decoration beautiful Christmas things and decorate their Christmas Tree. Join and Help the Princess Fa Mulan to make this Christmas the most memorable one!', 'https://img.gamemonetize.com/y6tno9btd52j157idbuvtqfednsn8o38/512x384.jpg', 'https://html5.gamemonetize.com/y6tno9btd52j157idbuvtqfednsn8o38/', '0', 'Hypercasual', 0, 0, '', 'fa-mulan-christmas-sweater-dress-up'), (13622, 'Ariel The Little Mermaid Christmas Dres Up', 'Christmas is here and the Princess Ariel The Little Mermaid have gotten together for their annual Secret Santa party ,dress up for christmas with Princess Ariel The Little Mermaid dress up items and have a lovely christmas night. Princess Ariel The Little Mermaid have some plans to do!. Like Dress Up, Makeup and Decoration beautiful Christmas things and decorate their Christmas Tree. Join and Help the Princess Ariel The Little Mermaid to make this Christmas the most memorable one!', 'https://img.gamemonetize.com/rg4173xsv0aapylrh7nkdvvtfy4v0olm/512x384.jpg', 'https://html5.gamemonetize.com/rg4173xsv0aapylrh7nkdvvtfy4v0olm/', '0', 'Hypercasual', 0, 0, '', 'ariel-the-little-mermaid-christmas-dres-up'), (13623, 'Moana Christmas Sweater Dress Up ', 'Christmas is here and the Moana Princess have gotten together for their annual Secret Santa party ,dress up for christmas with Moana Princess dress up items and have a lovely christmas night. Moana Princess have some plans to do!. Like Dress Up, Makeup and Decoration beautiful Christmas things and decorate their Christmas Tree. Join and Help the Moana Princess to make this Christmas the most memorable one!', 'https://img.gamemonetize.com/rc5gq6zsc4uav49ya42gig6ovlls8s4f/512x384.jpg', 'https://html5.gamemonetize.com/rc5gq6zsc4uav49ya42gig6ovlls8s4f/', '0', 'Hypercasual', 0, 0, '', 'moana-christmas-sweater-dress-up-'), (13624, 'Princess Aurora Christmas Sweater Dress Up', 'Christmas is here and the Princess Aurora have gotten together for their annual Secret Santa party ,dress up for christmas with Princess Aurora dress up items and have a lovely christmas night. Princess Aurora have some plans to do!. Like Dress Up, Makeup and Decoration beautiful Christmas things and decorate their Christmas Tree. Join and Help the Princess Aurora to make this Christmas the most memorable one!', 'https://img.gamemonetize.com/noee246iai3htu07ajte8bvtfo1gfvgy/512x384.jpg', 'https://html5.gamemonetize.com/noee246iai3htu07ajte8bvtfo1gfvgy/', '0', 'Hypercasual', 0, 0, '', 'princess-aurora-christmas-sweater-dress-up'), (13625, 'Jasmine | Aladdin Christmas Sweater Design', 'Christmas is here and the Jasmine | Aladdin have gotten together for their annual Secret Santa party ,dress up for christmas with Jasmine | Aladdin dress up items and have a lovely christmas night . Jasmine | Aladdin have some plans to do!. Like Dress Up, Makeup and Decoration beautiful Christmas things and decorate their Christmas Tree. Join and Help the Jasmine | Aladdin to make this Christmas the most memorable one!', 'https://img.gamemonetize.com/xnpf2sxbi8wynhp54baqxf83hwgnqn4z/512x384.jpg', 'https://html5.gamemonetize.com/xnpf2sxbi8wynhp54baqxf83hwgnqn4z/', '0', 'Girls', 0, 0, '', 'jasmine--aladdin-christmas-sweater-design'), (13626, 'Rapunzel | Tangled Christmas Sweater Design', 'Christmas is here and the Rapunzel | Tangled have gotten together for their annual Secret Santa party ,dress up for christmas with Rapunzel | Tangled dress up items and have a lovely christmas night . Rapunzel | Tangled have some plans to do!. Like Dress Up, Makeup and Decoration beautiful Christmas things and decorate their Christmas Tree. Join and Help the Rapunzel | Tangled to make this Christmas the most memorable one!', 'https://img.gamemonetize.com/xn885ci1ammaxm02ix0jhkqyal7ds1w2/512x384.jpg', 'https://html5.gamemonetize.com/xn885ci1ammaxm02ix0jhkqyal7ds1w2/', '0', 'Girls', 0, 0, '', 'rapunzel--tangled-christmas-sweater-design'), (13627, 'Xmas Mahjong Deluxe', 'Match 2 of the same xmas mahjong tiles to remove them from the board. You only can use free tiles. A free tile is not covered by other tiles and at least 1 side (left or right) is open. You have 24 levels (each level is a symbol of a christmas item) to challenge in this christmas games. Can you finish the all levels with 3 stars?', 'https://img.gamemonetize.com/vnelcgo6ketfnul27cvlwr54ij494111/512x384.jpg', 'https://html5.gamemonetize.com/vnelcgo6ketfnul27cvlwr54ij494111/', '0', 'Puzzles', 0, 0, '', 'xmas-mahjong-deluxe'), (13628, 'Cannon Numbers', 'In this ballz shooter you need to swipe the cannon to avoid a jump ball bounce to becoming a new bonus master. Blast game is an idle game where you need to destroy balls and upgrade your cannon to reach a new high score. Became a ball blast baster! Pleasant graphics, sounds, effects and addicting gameplay, those altogether bring a relaxing effect after a stressful day. Just start playing and u`ll forget all negative has happened to you. Try it yourself right now! This is monster blast balls game meke your skill stronger. Do not let balls touch your cannon', 'https://img.gamemonetize.com/aq3gmxekxl69oxf6tzungagtjnbkff75/512x384.jpg', 'https://html5.gamemonetize.com/aq3gmxekxl69oxf6tzungagtjnbkff75/', '0', 'Arcade', 0, 0, '', 'cannon-numbers'), (13629, 'Winter Trucks Jigsaw', 'This truck game is a jigsaw puzzle game. The game has twelve images with Winter trucks. You can play in all of them. But first you need to go to he first one and to solve, then you can unlock next image. So tap on the available image to play and choose the mode that you want to play. You can play easy with 25 piece of the image, medium with 49 or hard with 100 pieces. Tap on the pieces to move and put on the position to get the image.', 'https://img.gamemonetize.com/pdpj62ys5jxjdf883e7mzxaz1wn6uti7/512x384.jpg', 'https://html5.gamemonetize.com/pdpj62ys5jxjdf883e7mzxaz1wn6uti7/', '0', 'Puzzles', 0, 0, '', 'winter-trucks-jigsaw'), (13630, 'Squid Game the 7 challenge', 'Squid Game is survival shooting games based on Red Light, Green Light. Begin your survival adventure with the unlimited levels and endless gameplay. Apply your knowledge and Participate in Squid Game courses be the first to finish the race before your competitors. Enjoy this free and simple squid game.', 'https://img.gamemonetize.com/03cp6fap1ygqbrnwnmnp04aabcoel6lu/512x384.jpg', 'https://html5.gamemonetize.com/03cp6fap1ygqbrnwnmnp04aabcoel6lu/', '0', 'Adventure', 0, 0, '', 'squid-game-the--challenge'), (13631, 'Anna Frozen Christmas Sweater Design', 'Christmas is here and the princesses Annd And Elsa have gotten together for their annual Secret Santa party. Anna and Elsa are the new couples going to celebrate the upcoming Christmas together. They have some plans to do!. Like Dress Up, Makeup and Decoration beautiful Christmas things and decorate their Christmas Tree. Join and Help the Annd And Elsa to make this Christmas the most memorable one!', 'https://img.gamemonetize.com/qi87yy8vkfqy17kaxnja8bacn4d3h5bm/512x384.jpg', 'https://html5.gamemonetize.com/qi87yy8vkfqy17kaxnja8bacn4d3h5bm/', '0', 'Girls', 0, 0, '', 'anna-frozen-christmas-sweater-design'), (13632, 'Barbie Christmas DressUp', 'Christmas is here and the princesses Barbie have gotten together for their annual Secret Santa party ,dress up for christmas with Barbie dress up items and have a lovely christmas night Princesse . Barbie princesses have some plans to do!. Like Dress Up, Makeup and Decoration beautiful Christmas things and decorate their Christmas Tree. Join and Help the Barbie to make this Christmas the most memorable one!', 'https://img.gamemonetize.com/8am6jji3jembp2gv0y513ietpkt52adq/512x384.jpg', 'https://html5.gamemonetize.com/8am6jji3jembp2gv0y513ietpkt52adq/', '0', 'Girls', 0, 0, '', 'barbie-christmas-dressup'), (13633, 'Happy Snowman Hidden', 'Happy Snowman Hidden is a free online skill and hidden object game. Find out the hidden stars in the specified images. Each level has 10 hidden numbers. There are 6 levels in total. The time is limited so be fast and find all hidden objects before time runs out. Clicking in the wrong place several times reduces the time by an additional 5 seconds. So, if you are ready start the game and have fun!', 'https://img.gamemonetize.com/zgvcbtgvl4h9u532ybfd97y3a0zxn2i3/512x384.jpg', 'https://html5.gamemonetize.com/zgvcbtgvl4h9u532ybfd97y3a0zxn2i3/', '0', 'Puzzles', 0, 0, '', 'happy-snowman-hidden'), (13634, 'Pushed Balls', 'In this game there are two balls of different colors in the top part of the game screen which move horizontally, the same is in the down part of screen. Between them there is a ball that moves vertically. The object of the game is to control the balls in the top and down part and to touch only the balls of the same color. The middle ball changes color and therefore the balls that are positioned horizontally should be rotated. As you play the game the speed of the ball will increase.', 'https://img.gamemonetize.com/tdavgkdo04n7dkkpnki68p24ycwjj4yd/512x384.jpg', 'https://html5.gamemonetize.com/tdavgkdo04n7dkkpnki68p24ycwjj4yd/', '0', 'Puzzles', 0, 0, '', 'pushed-balls'), (13635, 'Words Geems', 'The objective of Words Geems is to make as many 3 - 8 letter words as you can before the 3 minute clock runs out. Using the gems in your words will increase your word score. Pink gems will 2x your score, Blue gems will 3x your score and Purple gems will 5x your score. Pausing the game more than 3 times in one round will reset the game. Words Geems is very fun for the whole family! Product feature bullets • Great for all family • Never get the same puzzle twice • Nice graphics • Local scoreboard • Awesome puzzle logic game', 'https://img.gamemonetize.com/pvgp5noxuh7xmbqhdhvkdni9mh5ipxsj/512x384.jpg', 'https://html5.gamemonetize.com/pvgp5noxuh7xmbqhdhvkdni9mh5ipxsj/', '0', 'Puzzles', 0, 0, '', 'words-geems'), (13636, 'Squid Game Hunter online', 'Have fun with this new exclusive game Squid Game Hunter Online an entertaining shooting game !!! Some participants of the squid game decided to escape from these dark games but they were discovered and will be married !! Play it now on kiz10.com totally free on your favorite device. This new game is based on the Squid Games tv series in which the participants regret participating and decided to try to escape from the facilities but they remained locked on the island with the only possibility of hiding! The objective of the game is that you will be able to control the hunter of participants to take them back to the games. Aim and fire your harpoon to catch the characters and capture them in the ship that awaits your orders, it is not easy to capture these little bandits but you can attract them by throwing coins and forcing them to come out of their hiding places !!! Have fun with this new game and enjoy many hours of fun.', 'https://img.gamemonetize.com/fds3yeagapaotsrv3x731id847qyoufk/512x384.jpg', 'https://html5.gamemonetize.com/fds3yeagapaotsrv3x731id847qyoufk/', '0', 'Shooting', 0, 0, '', 'squid-game-hunter-online'), (13637, 'Squid Games Red Light', 'All the tasks are harder than you think. Every task has its period so complete the task before the period. The players who are failed in the task will be eliminated and never can perform another task. Players who win the prize pack have become squid challenger game squid. Squid players are ready for every challenge like hair, blob squid run race. Welcome to Squid life, Are you ready for squid challenges?', 'https://img.gamemonetize.com/har6syj1m4j6sfdy225s5rlvxtr6efh5/512x384.jpg', 'https://html5.gamemonetize.com/har6syj1m4j6sfdy225s5rlvxtr6efh5/', '0', 'Arcade', 0, 0, '', 'squid-games-red-light'), (13638, 'Join & Strike', 'Join & Strike is recommended as a 3D stickman adventure arcade game on platforms. You will start from a red gunner with a pistol at each level. The white stickman members will join your team when you attach to them. The enemies are including melee units and gunners with yellow bodies. Your mission is to eliminate all yellow enemies on the platform. With automatic fire mode, you only need to move and avoid the enemy\'s red bullets and members missing.', 'https://img.gamemonetize.com/90gtxq7z511qre74bugv02ix8zj50kxz/512x384.jpg', 'https://html5.gamemonetize.com/90gtxq7z511qre74bugv02ix8zj50kxz/', '0', 'Arcade', 0, 0, '', 'join-amp-strike'), (13639, 'Emoji Color Sort Puzzle', 'Emoji Color Sort Puzzle is a hard-core emoji sorting puzzle game with 3D emojis and tubes. You are supposed to complete sorting all the same four emojis into the tubes at each level. Here are four difficulties for you to play harder and harder levels. In Beginner mode, you will learn some basic sorting skills. From Advance mode on, you need to face more and more kinds of emojis and fewer tubes. It is hard to decide to start from what kind of emojis first. Good luck!', 'https://img.gamemonetize.com/6imy2nuzjg8v1zi278bmz16ndnpanphc/512x384.jpg', 'https://html5.gamemonetize.com/6imy2nuzjg8v1zi278bmz16ndnpanphc/', '0', 'Puzzles', 0, 0, '', 'emoji-color-sort-puzzle'), (13640, 'Pokemon Jigsaw', 'A new jigsaw puzzle game! The theme is cute Pokemon Pikachu and his dear friends! Have fun!', 'https://img.gamemonetize.com/g0tinffsqvh2csu943ccpwszecbodqvq/512x384.jpg', 'https://html5.gamemonetize.com/g0tinffsqvh2csu943ccpwszecbodqvq/', '0', 'Puzzles', 0, 0, '', 'pokemon-jigsaw'), (13641, 'Desert 51 Shooting Game', 'Online shooting games 3d pixel shooting pixel pistol shooting games online shooting games online multiplayer teams play shooting games. For tournaments and online events, use one of the many various networks, such as Xbox Live or PSN guns. Offline fun activities include shooting targets and playing shooters (weapons). This category is definitely a no-brainer, but I adore it: D: Defeat your buddies from all around the world. Have fun with your pals! If you\'re not too fond of people playing with one other, this is a wonderful way to go because it allows for more players to be involved rather than everyone fighting randomly every now and then:). But be cautious... If someone is shot, their health suffers, therefore don\'t flee here scared:). Make a server and play with your pals until you\'ve mastered first-person shooting in battle royale combat. Do you like to operate alone or are you a mad shooter? So don\'t be hesitant to launch a shooting game campaign Play for free multiplayer games using weapons like Assault, Heavy, Recon, Sniper, Support, Bounty Hunter, and Sapper online for free. With online gun games, gain points in GAME MODE to activate specific class powers. In new free online shooting games, you may watch players who joined FPS GAME online in real time. In multiplayer online TDM games with friends, epic weapons are available. In decent multiplayer games, enter Battle Royale mode and battle to survive. As skilled shooters, talk in chat to make your online multiplayer game more entertaining. Multiplayer surviving games and first-person sniper 3d difficulties. Play the greatest online multiplayer action FPS games for free. The greatest online multiplayer games and excellent visuals modified for a first-person shooting game. The victorious team is a two-player game in which at least one soldier has been unlocked at the finish.', 'https://img.gamemonetize.com/ttq8gmv1bu00wo7fhm5h2f1wdhzbnq1s/512x384.jpg', 'https://html5.gamemonetize.com/ttq8gmv1bu00wo7fhm5h2f1wdhzbnq1s/', '0', 'Shooting', 0, 0, '', 'desert--shooting-game'), (13642, 'Car ZigZag 3D', 'Are you a cars driving games lover? Welcome this is Car ZigZag 3D, a new Car driving action game! All you have to do is to tap to control your car and stay on the Road. Can you last till level 2 ? Let\'s gp!', 'https://img.gamemonetize.com/syxl0ktpir2ca2jvkgz63wg2irdrmgxi/512x384.jpg', 'https://html5.gamemonetize.com/syxl0ktpir2ca2jvkgz63wg2irdrmgxi/', '0', 'Racing', 0, 0, '', 'car-zigzag-d'), (13643, 'Cube Surffer Smooth Cubes Building', 'To get the most of enjoy and focus on the line and keep your attention to get The best experience on cube stack color surfer 3d game. Multi colorful cubes and obstacles shortcut run to surf and enjoy. Move your finger, blob runner 3d swipe to watch your cube stack color surfer moving left and right, collecting cubes, and cross the Blocks. Stack and collect cubes and blocks and color, Surf, and pass the finish line! In first ten missions of this cube stack color surfer tower 3d game you will have to cross endless deadly tracks and you will earn a lot of diamond coins which will help you to stay live in this super cube stack color tower game. If you dead while playing free cube fat pusher color tower 2021 game. Your current mission of cube stack color surfer tower rush 3d will be lost. In next ten missions of free games you will get more challenges during each level of these free games, In this cube color tower stack block jump game, the user has to collect the cubes while sliding like going balls and dodge the obstacles coming in the user’s way. The smoothest stack rider cube stack game with more advanced features than any of the cube games. In this hyper-casual cube run roof rails game, the user has to watch the spiral out roll for the moving and fixed obstacles to fat pusher stack block more and more cubes for more points. The user has to try and slide over the stacked cube to gather more stack blocks. This cube game is a simple stair run yet tricky as the obstacles become trickier in advanced levels. The user force master surfs and blocks run over the cube to get join clash higher which sometimes helps the user to avoid obstacles. cube stack color surfer in various free conditions, giving you a one-of-a-kind new taste of world fat pusher surfer. Hurry UP!! Get rid of all the tensions by playing best cube racing 3d. Let\'s polish your blob color tower stack gaming abilities in this new era of free gaming where you can play free games of your own choice and explore new and various things by playing the best cube racer 3d game and polish your skills. This extreme cube stack color tower runner 2021 is totally based on never-ending tracks which will amaze you a lot. Every mission of the new cube dice push runner 3d is quite different from the next one. But you have you keep calm while playing perfect cube master stack rider game, because there are plenty of hurdles you have to face while playing real cube jumper game. Appreciate stacking stack blocks or stack colors in the day, surfing stack rider in the night, and pinnacle run in brilliant night conditions of this block jumper game. The shape stack cube fat stack pusher game is so unwinding and fulfilling. Make high shape stack color tower cube run games by sliding the 3D stair jumper across the surface. which will make this super stack rider cube stack game exciting and interesting. Every mission of 3d games is majestic due to its playback sounds and natural graphics quality. Stay tuned!! Never miss your precious time and play such a classic cube stack color tower surfer 3d game. You will feel love whenever you click the play button of this best cube color tower stack 2021 game. stack cube tower run game 3D shape in box games to get across the red dividers of the square. Ensure as a cube stack color runner you don\'t fall on the sliding surface. Guide your shape force stack master to the cube jump with this swipe-in box slide game. Take predetermination shapes to the end goal. Beat your time record and procure rewards. Become a cubr stack color-surfer and race on the shape on the block stack. This brick builder game has more skin and characters just around the corner. Also, surf as a new super surfer around the world.', 'https://img.gamemonetize.com/ncyli6k3rt008fl81kfeyfv76jx0w0mn/512x384.jpg', 'https://html5.gamemonetize.com/ncyli6k3rt008fl81kfeyfv76jx0w0mn/', '0', 'Arcade', 0, 0, '', 'cube-surffer--smooth-cubes-building'), (13644, 'Bus Simulation City Bus Driver 3', 'Ultimate bus simulator: bus games are the most with the amazing city bus driver. Top new adventurous idea in bus race: city bus transport games where you are going to race against your rivals in new racing bus. Would you love to play public transport simulator with multiple players to become master of bus racing simulator? You played a lot of ultimate bus racing games, but these coach games will give you an exciting new experience. Our popular games with better visuals await you, try out our popular games today! Step into the bus driver simulator and drive your motorsport bus simulator 2020 in a top-speed racing bus game. You can race in bus driving games with bus parking to win the title of bus driving simulator new games 2020. Drive bus in new offroad bus driving track and city bus games, so get behind the wheels of new bus driver simulator to explore bus driving game on the best motorsport bus racing and fast tracks in bus simulator ultimate. Enjoy bus racing games against the mountain bus parking rival in this game. Let\'s enjoy this coach bus drive 2020 newest features. Heavy coach has challenging missions, so improve your driving skills and make sure to get your passengers on time. In ultimate bus parking games, a variety of new bus simulator games 2021 are available to win bus driving games. Start your bus parking games from a stadium that is full of thrill to enjoy driving in bus. Now free bus games championship is starting, beware of the sharp turns in coach bus because the real racing game tracks are too dangerous. This top-speed driving simulator: bus driving game is too fast so it may slip while turning from the bus stunt tracks and hit the other racing rival. So, control your bus in free racing games 3d tournaments with the speed limit. Experience the best realistic physics of free bus parking games 2020 while driving the bus racing simulator. Be the best ultimate coach bus racing and master by competing in bus drive tournaments in new bus games 2020 to become the best bus driver 3d game master.City bus driving and highway bus provide realistic maps, incredible vehicles, and high-quality graphics of real bus that will make you feel like driving simulator as a real bus. Our games ​with best graphics and visuals will give you the ultimate popular games experience. In this public transport game in bus, become a game player for the fast speed driving games. The new public transport game in coach racing is made up of single-seat, open cockpit, open-wheel racing 3d with substantial front and rear wings, and a turbo engine positioned behind the driver, meant to be used in competition at top speed bus drive racing events. Our new bus games 2021 come with amazing parking tracks, transport routes and best parking games content. So you are going to jump into bus driver game season with free city bus missions. Enjoy the modern city bus driving in these new public transport games on the play store. Steering of motorsport bus simulator games legends is in your hand, check the fuel, tires, steering wheel, and breaks in this parking game for the best bus performance. Experience the thrill of driving in parking games with our Bus, which users call by the name ‘bus wala game’. Win the coach bus games 3d 2020 championship in these amazing new racing games 3d by race coach bus simulator game in top speed race games 2020. Bus Simulator - Coach Bus Racing Games Features: - Multiple ultimate buses in this bus racing games - Variety of Tracks and maps for driving - Multiple racing buses and selections - Real Tracks for bus driving games - High-Quality Graphics of top speed buses - Amazing bus racing tracks - New modes of new games 2020 in bus drive - Realistic Sounds of coach bus race', 'https://img.gamemonetize.com/tvqkdhcmrvpd7j0px6zga9uzs5xf298h/512x384.jpg', 'https://html5.gamemonetize.com/tvqkdhcmrvpd7j0px6zga9uzs5xf298h/', '0', 'Racing', 0, 0, '', 'bus-simulation--city-bus-driver-'), (13645, 'Bus Simulation City Bus Driver', 'Ultimate bus simulator: bus games are the most with the amazing city bus driver. Top new adventurous idea in bus race: city bus transport games where you are going to race against your rivals in new racing bus. Would you love to play public transport simulator with multiple players to become master of bus racing simulator? You played a lot of ultimate bus racing games, but these coach games will give you an exciting new experience. Our popular games with better visuals await you, try out our popular games today! Step into the bus driver simulator and drive your motorsport bus simulator 2020 in a top-speed racing bus game. You can race in bus driving games with bus parking to win the title of bus driving simulator new games 2020. Drive bus in new offroad bus driving track and city bus games, so get behind the wheels of new bus driver simulator to explore bus driving game on the best motorsport bus racing and fast tracks in bus simulator ultimate. Enjoy bus racing games against the mountain bus parking rival in this game. Let\'s enjoy this coach bus drive 2020 newest features. Heavy coach has challenging missions, so improve your driving skills and make sure to get your passengers on time. In ultimate bus parking games, a variety of new bus simulator games 2021 are available to win bus driving games. Start your bus parking games from a stadium that is full of thrill to enjoy driving in bus. Now free bus games championship is starting, beware of the sharp turns in coach bus because the real racing game tracks are too dangerous. This top-speed driving simulator: bus driving game is too fast so it may slip while turning from the bus stunt tracks and hit the other racing rival. So, control your bus in free racing games 3d tournaments with the speed limit. Experience the best realistic physics of free bus parking games 2020 while driving the bus racing simulator. Be the best ultimate coach bus racing and master by competing in bus drive tournaments in new bus games 2020 to become the best bus driver 3d game master.City bus driving and highway bus provide realistic maps, incredible vehicles, and high-quality graphics of real bus that will make you feel like driving simulator as a real bus. Our games ​with best graphics and visuals will give you the ultimate popular games experience. In this public transport game in bus, become a game player for the fast speed driving games. The new public transport game in coach racing is made up of single-seat, open cockpit, open-wheel racing 3d with substantial front and rear wings, and a turbo engine positioned behind the driver, meant to be used in competition at top speed bus drive racing events. Our new bus games 2021 come with amazing parking tracks, transport routes and best parking games content. So you are going to jump into bus driver game season with free city bus missions. Enjoy the modern city bus driving in these new public transport games on the play store. Steering of motorsport bus simulator games legends is in your hand, check the fuel, tires, steering wheel, and breaks in this parking game for the best bus performance. Experience the thrill of driving in parking games with our Bus, which users call by the name ‘bus wala game’. Win the coach bus games 3d 2020 championship in these amazing new racing games 3d by race coach bus simulator game in top speed race games 2020. Bus Simulator - Coach Bus Racing Games Features: - Multiple ultimate buses in this bus racing games - Variety of Tracks and maps for driving - Multiple racing buses and selections - Real Tracks for bus driving games - High-Quality Graphics of top speed buses - Amazing bus racing tracks - New modes of new games 2020 in bus drive - Realistic Sounds of coach bus race', 'https://img.gamemonetize.com/jw266cs654kavtbcxlql1yzmgfmtg0to/512x384.jpg', 'https://html5.gamemonetize.com/jw266cs654kavtbcxlql1yzmgfmtg0to/', '0', 'Racing', 0, 0, '', 'bus-simulation--city-bus-driver'), (13646, 'Bus Simulation City Bus Driver 2', 'Ultimate bus simulator: bus games are the most with the amazing city bus driver. Top new adventurous idea in bus race: city bus transport games where you are going to race against your rivals in new racing bus. Would you love to play public transport simulator with multiple players to become master of bus racing simulator? You played a lot of ultimate bus racing games, but these coach games will give you an exciting new experience. Our popular games with better visuals await you, try out our popular games today! Step into the bus driver simulator and drive your motorsport bus simulator 2020 in a top-speed racing bus game. You can race in bus driving games with bus parking to win the title of bus driving simulator new games 2020. Drive bus in new offroad bus driving track and city bus games, so get behind the wheels of new bus driver simulator to explore bus driving game on the best motorsport bus racing and fast tracks in bus simulator ultimate. Enjoy bus racing games against the mountain bus parking rival in this game. Let\'s enjoy this coach bus drive 2020 newest features. Heavy coach has challenging missions, so improve your driving skills and make sure to get your passengers on time. In ultimate bus parking games, a variety of new bus simulator games 2021 are available to win bus driving games. Start your bus parking games from a stadium that is full of thrill to enjoy driving in bus. Now free bus games championship is starting, beware of the sharp turns in coach bus because the real racing game tracks are too dangerous. This top-speed driving simulator: bus driving game is too fast so it may slip while turning from the bus stunt tracks and hit the other racing rival. So, control your bus in free racing games 3d tournaments with the speed limit. Experience the best realistic physics of free bus parking games 2020 while driving the bus racing simulator. Be the best ultimate coach bus racing and master by competing in bus drive tournaments in new bus games 2020 to become the best bus driver 3d game master.City bus driving and highway bus provide realistic maps, incredible vehicles, and high-quality graphics of real bus that will make you feel like driving simulator as a real bus. Our games ​with best graphics and visuals will give you the ultimate popular games experience. In this public transport game in bus, become a game player for the fast speed driving games. The new public transport game in coach racing is made up of single-seat, open cockpit, open-wheel racing 3d with substantial front and rear wings, and a turbo engine positioned behind the driver, meant to be used in competition at top speed bus drive racing events. Our new bus games 2021 come with amazing parking tracks, transport routes and best parking games content. So you are going to jump into bus driver game season with free city bus missions. Enjoy the modern city bus driving in these new public transport games on the play store. Steering of motorsport bus simulator games legends is in your hand, check the fuel, tires, steering wheel, and breaks in this parking game for the best bus performance. Experience the thrill of driving in parking games with our Bus, which users call by the name ‘bus wala game’. Win the coach bus games 3d 2020 championship in these amazing new racing games 3d by race coach bus simulator game in top speed race games 2020. Bus Simulator - Coach Bus Racing Games Features: - Multiple ultimate buses in this bus racing games - Variety of Tracks and maps for driving - Multiple racing buses and selections - Real Tracks for bus driving games - High-Quality Graphics of top speed buses - Amazing bus racing tracks - New modes of new games 2020 in bus drive - Realistic Sounds of coach bus race', 'https://img.gamemonetize.com/vizawtr6lm7l02mzer7gmpi77lytm3cs/512x384.jpg', 'https://html5.gamemonetize.com/vizawtr6lm7l02mzer7gmpi77lytm3cs/', '0', 'Racing', 0, 0, '', 'bus-simulation--city-bus-driver-'), (13647, 'Skull Arkanoide', 'Skull Arkanoide game is the best game who love skull and darkness environment. Skull Arkanoide game with high score, entertainment, and challenging. Most horror Skull Arkanoide game; try this New Skull Arkanoide game. Survive the ball as long s you can and achieve high scores; challenge your friends to beat your high score.', 'https://img.gamemonetize.com/0szhyqid3sj254awskn069p4u2e6gn79/512x384.jpg', 'https://html5.gamemonetize.com/0szhyqid3sj254awskn069p4u2e6gn79/', '0', 'Boys', 0, 0, '', 'skull-arkanoide'), (13648, 'Tiny Ball', 'Tiny Balls is a really addictive Shooting Game! Your goal is to reach the star with the ball; you have to measure the force and angle for the shooting. But your task is not that easy! try and hit the star with the least amount of balls to get a better star rating.', 'https://img.gamemonetize.com/bho8ivz00tt9b1yp2sl9hzgpm08ow2j6/512x384.jpg', 'https://html5.gamemonetize.com/bho8ivz00tt9b1yp2sl9hzgpm08ow2j6/', '0', 'Puzzles', 0, 0, '', 'tiny-ball'), (13649, 'StickMan Parkour 2', 'Here is another Version of Stickman Parkour Games. Your mission is to run and jump to reach the the door to unlock the next level. Be careful to not fall from edges and try to avoid obstacles. Let the adventure begins!', 'https://img.gamemonetize.com/ybbprvnzp8v7kixeiid7aum3fbxdty96/512x384.jpg', 'https://html5.gamemonetize.com/ybbprvnzp8v7kixeiid7aum3fbxdty96/', '0', 'Fighting', 0, 0, '', 'stickman-parkour-'), (13650, 'VexMan Parkour', 'Welcome to VexMan Parkour, a new stickman adventure Game! Run, Jump and Avoid obstacles to collect golden coins. When you collect all coins the door will open for you to escape! Explore Tons of challenging Levels and try to win them all. Let\'s go!', 'https://img.gamemonetize.com/jds9ej3vwf8h30jmk1bygwu01piagt63/512x384.jpg', 'https://html5.gamemonetize.com/jds9ej3vwf8h30jmk1bygwu01piagt63/', '0', 'Fighting', 0, 0, '', 'vexman-parkour'), (13651, 'Pop It Challenge', 'It\'s no secret that pop it has become the most fashionable and demanded toy now! Each child has such a toy or even several. Kids can play this addictive thing for hours without getting bored. If you don’t have a pop it yet or you’re bored with yours, then welcome to the Pop It Infinity game! Here you will find a huge number of these wonderful toys of the most varied shapes!', 'https://img.gamemonetize.com/frazt3no7q9382fexu5dqn0z4mqv8fcs/512x384.jpg', 'https://html5.gamemonetize.com/frazt3no7q9382fexu5dqn0z4mqv8fcs/', '0', 'Puzzles', 0, 0, '', 'pop-it-challenge'), (13652, 'Stickman Run Parkour', 'Welcome to Stickman Run, A new Stickman running parkour Game . you\'ll face challenging levels filled with devious traps once more. Are you ready to take command of this brave stickman and show his acrobatic abilities while earning various achievements and gems? Best of luck!', 'https://img.gamemonetize.com/p94c6azbdqwpipfht8wp1xtxsc10vcl2/512x384.jpg', 'https://html5.gamemonetize.com/p94c6azbdqwpipfht8wp1xtxsc10vcl2/', '0', 'Fighting', 0, 0, '', 'stickman-run-parkour'), (13653, 'Frosty Ice Cream! Icy dessert', 'Who doesn’t love ICE CREAM? That cold… sugary taste on your tongue… Aren’t you the biggest fan of ice cream EVER?! Well, devoted ice cream fan, you can now become even more devoted with this new app! What do you get when you mix SUGAR + ICE + MILK ? ICE CREAM! I Scream, You Scream, We all Scream for ICE CREAM! Make your favorite flavored ice cream!', 'https://img.gamemonetize.com/ytcucm4vbhp7z1rkfyerlxohwe6tovcb/512x384.jpg', 'https://html5.gamemonetize.com/ytcucm4vbhp7z1rkfyerlxohwe6tovcb/', '0', 'Cooking', 0, 0, '', 'frosty-ice-cream-icy-dessert'), (13654, 'Ladybug And Elsa Xmas Selfie', 'Here comes with one of the best free games to play ? Ladybug and Elsa Xmas Selfie game! The beautiful Ladybug and her best friend Elsa have made out a plan for the outing today. They are pretty excited to visit their nearest mall and shop for their desired outfits. However, these beauties do not have any idea how to accomplish the task on time in order to arrange the perfect outfits for this upcoming Christmas party. Are you thinking to help her out? Join this brand new dressing game for girls and get ready to show off your fashion designer skills!', 'https://img.gamemonetize.com/8dojz16zbmicsz3zv0ypby1at018ygs7/512x384.jpg', 'https://html5.gamemonetize.com/8dojz16zbmicsz3zv0ypby1at018ygs7/', '0', 'Girls', 0, 0, '', 'ladybug-and-elsa-xmas-selfie'), (13655, 'Old School Cars Jigsaw', 'Old School Cars Jigsaw is a free online game from genre of puzzle and jigsaw games. You can select one of the 6 images and then select one of the three modes: easy with 25 pieces, medium with 49 pieces and hard with 100 pieces. Have fun and enjoy!', 'https://img.gamemonetize.com/o7dl095wrhwfw5cpb40wa3tsoouvl5mz/512x384.jpg', 'https://html5.gamemonetize.com/o7dl095wrhwfw5cpb40wa3tsoouvl5mz/', '0', 'Puzzles', 0, 0, '', 'old-school-cars-jigsaw'), (13656, 'Elsa Frozen Stylish Roses', 'Play our free Elsa Stylish Roses dress up game for a funny and unforgettable experience. Come back each and every day for a free new dress up game.', 'https://img.gamemonetize.com/15donn009xvi354jt6861bunmcamikbh/512x384.jpg', 'https://html5.gamemonetize.com/15donn009xvi354jt6861bunmcamikbh/', '0', 'Girls', 0, 0, '', 'elsa-frozen-stylish-roses'), (13657, ' Run Goblin', 'Help the goblin run as far as possible in this fun 2D Running Goblin game. Jump over obstacles on time and run to new records. When you hit an obstacle, the game will be over and your score will be published on the leaderboard. Good luck!', 'https://img.gamemonetize.com/gv7kblxx6h81jdbktby6iomut352ntl3/512x384.jpg', 'https://html5.gamemonetize.com/gv7kblxx6h81jdbktby6iomut352ntl3/', '0', 'Arcade', 0, 0, '', '-run-goblin'), (13658, 'Mergis', 'You must release the Mergis so that they match each other when they have the same number. Choose a lane to release. Merge them vertically. Some power-ups can help you. Score the highest possible!', 'https://img.gamemonetize.com/02h1yz999xcyocdx94yhwy8qs8wwd8d1/512x384.jpg', 'https://html5.gamemonetize.com/02h1yz999xcyocdx94yhwy8qs8wwd8d1/', '0', 'Puzzles', 0, 0, '', 'mergis'), (13659, 'Fruits Slasher', 'Fruit Slasher Slicing Master is one of the best 3D slicing games for you with simple gameplay of 3d fruit cut with tribal weapons. Just tap your finger on the screen and cut the fruit to score high and make juicy beverages to feel the feelings of a drunk master.', 'https://img.gamemonetize.com/rekmrnka5l7qqhjirvumkm5e5jho1g14/512x384.jpg', 'https://html5.gamemonetize.com/rekmrnka5l7qqhjirvumkm5e5jho1g14/', '0', 'Boys', 0, 0, '', 'fruits-slasher'), (13660, 'Finger Rage', 'Tap the more you can to make more points and earn money, but try not to make any mistakes or you\'ll have to start again!!! We\'ve tried to make the challenge as realistic and difficult as possible allowing endless gameplay. Try to earn a lot of money and unlock all hands! How far can you get? Key Features: • Simple Gameplay! • Nine Funny Hands to Unlock! • Cool Toon Graphics! • One Click to Play!', 'https://img.gamemonetize.com/mbw9xrzkr99r6cfwt0035r1c5oksntfo/512x384.jpg', 'https://html5.gamemonetize.com/mbw9xrzkr99r6cfwt0035r1c5oksntfo/', '0', 'Clicker', 0, 0, '', 'finger-rage'), (13661, 'Cat Strapped', 'Cat Strapped is an off-the-wall word puzzler that will keep you coming back for more. You start the game with 8 lovable Cats strapped with C4!!! As you play the game you guess letters. For each letter, you guess wrong a poor little kitty will explode! With every correct puzzle, you will get 2 cats back. The game is over when you run out of cats.', 'https://img.gamemonetize.com/vp439t2yx2ayz35jakb0ry5u1pa42yjr/512x384.jpg', 'https://html5.gamemonetize.com/vp439t2yx2ayz35jakb0ry5u1pa42yjr/', '0', 'Puzzles', 0, 0, '', 'cat-strapped'), (13662, 'Phone For Baby', 'This fun educational game will teach your little one to learn numbers and songs for hours on end with classic rhymes with adorable images. Give it a try! You won\'t regret it! it\'s totally Free!!!', 'https://img.gamemonetize.com/pem4g68tamhwpl16ry1mw8kst769ubzg/512x384.jpg', 'https://html5.gamemonetize.com/pem4g68tamhwpl16ry1mw8kst769ubzg/', '0', 'Girls', 0, 0, '', 'phone-for-baby'), (13663, 'tom & jerry jumping', 'RUN as fast as you can with Tom Cat and Jerry mouse! Turn yourself into Tom Cat and Jerry mouse, a free, easy-to-play, high-speed endless runner game with Tom Cat and Jerry mouse characters and addictive gameplay mechanics for the whole family! A very anxious and overprotective Tom Cat and Jerry mouse, Heaven Games will do anything to keep his Tom Cat and Jerry mouse endless run game. But these Endless Run Gane just want to go on an adventure and have fun exploring the world. It’s time to join Tom Cat and Jerry mouse game the limits of what it means to be a GREAT parent in his endless crazy running quest to take care of your game! Tom Cat and Jerry mouse Endless Run is a casual endless runner game that will make you cry with joy! Play this Tom Cat and Jerry mouse The endless game ,new runner game for free now and save your time! --- GAME FEATURES --- â–ª MULTI-CHALLENGES. Earn coins and points by catching Diamonds and collecting Coins as you go. The further you go, the higher your score and the more Diamons you earn. â–ª COLLECT CARDS. Unlock 54 unique words to boost your powers until you have them all! â–ª POWER-UP Tom Cat. Expand the fun with 3 types of instant boosts: glide higher, catch Diamons from further away and try the extra fiery pepper to watch Ed blast through everything! â–ª LEVEL UP YOUR DAD-FASHION GAME. Rock your Tom Cat and Jerry mouse style with 5 cool skins to customize Ed! â–ª LEADERBOARDS. Compete for the ultimate high score against your friends and challenge players from all over the world in Tom Cat and Jerry mouse game. Parenting is a full-time job: Tom Cat and Jerry mouse is a player on a mission! Do you have what it takes to be a great parent against the best? READY TO TEST YOUR SKILLS? Then RUN and JUMP with Tom Cat and Jerry mouse across a never-ending desert that will keep you on the edge of your seat! Tom Cat and Jerry mouse unlike anything you’ve played before. You will need to be fast and agile to avoid obstacles, and you might even lose a few feathers! Being a parent can be a little crazy, and Tom Cat and Jerry mouse is downright crazy about his kids! Tom Cat and Jerry mouse is getting ready to dash. Are you? Start now and don’t stop running!', 'https://img.gamemonetize.com/240zp7xi1w96iabs3vmxynb8zgfv0xt8/512x384.jpg', 'https://html5.gamemonetize.com/240zp7xi1w96iabs3vmxynb8zgfv0xt8/', '0', 'Arcade', 0, 0, '', 'tom-amp-jerry-jumping'), (13664, 'PK XD', 'Tiles Hop - pk xd play Game is a funny game that allows you to have a new pk xd experience by playing pk xd adventure game, so are you ready to play this tiles hop music game for pk xd. This New pk xd dance Hop Tiles 3d Music Game will create the whole new experience for All pk xd jump game fans. Have fun with this Tiles Hop EDM rush Music game and Explore the universe of the most popular PK XD Songs, enjoy your finger dance. enjoy All xd pk Songs in many challenges specially designed for each song. Try to get the highest scores in this amazing pk xd Dancing Music game. Don\'t forget to make insane combos and beat your friend\'s scores!', 'https://img.gamemonetize.com/shptt2oupaz2vpjg4atbyhu7ntjgus5h/512x384.jpg', 'https://html5.gamemonetize.com/shptt2oupaz2vpjg4atbyhu7ntjgus5h/', '0', 'Arcade', 0, 0, '', 'pk-xd'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (13665, 'Masha game', 'Découvrez le monde fantastique de Macha et l’ours à travers ces 30 jeux éducatifs. Vous allez adorer cette application ! Les jeux éducatifs de Macha et l’ours sont destinés aux enfants de 6 ans et moins. Ce jeu vous entraîne dans le monde de Masha et l\'ours, une petite fille adoptée par un ours et ses amis, le tigre, le loup, le pingouin, l\'écureuil et le lièvre... Les jeux éducatifs de cette application se répartissent en 6 différentes catégories spécialement pensées pour divertir vos enfants : - Peinture et couleur : réalisez les dessins les plus amusants, avec des pinceaux de toutes les couleurs. - Apprentissage de mots : ce jeu aide votre enfant à apprendre de nouveaux mots, dans différentes langues - Jeu de mémorisation : ce jeu contribuera à améliorer la perception visuelle et la mémoire de votre enfant. - Puzzles : avec des pièces de différentes formes et différentes tailles. - Musique et instruments : ce jeu propose à votre enfant de jouer du xylophone, du piano ou de la batterie. - Calculs : avec ce jeu, votre enfant apprendra à compter de 1 à 10. Une série de jeux mettant en scène les personnages de la série télévisée préférée des enfants. Avec cette application, votre enfant sera ravi d’apprendre en s’amusant, seul, entre amis ou avec ses parents. Avec cette application, vos enfants seront ravis d’apprendre en s’amusant avec Macha et l’ours, une application qui leur garanti des heures d’amusement. La série « Macha et l’ours » est un réel succès dans le monde entier, sûrement parce qu’elle propose un divertissement intelligent, conçu pour instruire vos enfants. Macha et l’ours vous proposent d’instruire vos enfants tout en les amusant. MERCI POUR VOTRE SOUTIEN ! Plus de 60 jeux pour les enfants de tous âges, de la maternelle à l’adolescence. Venez découvrir les jeux Edujoy. Nous proposons des jeux éducatifs et divertissants pour vos enfants. Si vous avez des suggestions ou des questions, n’hésitez pas à nous contacter.', 'https://img.gamemonetize.com/quje51so1s2aw05hrb9hf977toqak6od/512x384.jpg', 'https://html5.gamemonetize.com/quje51so1s2aw05hrb9hf977toqak6od/', '0', 'Arcade', 0, 0, '', 'masha-game'), (13666, ' CupHead Mugman.', 'Cuphead et Mugman sont deux frères qui ont fait un pari avec le Diable et ils ont perdu. Maintenant, ils doivent récupérer leur âme et pour cela ils doivent s’embarquer dans une croisade qui les mènera à de différents mondes et affronter des ennemis de toute sorte. En fin Cuphead sur smartphones Celle-ci est la prémisse de Cuphead Mobile, l’adaptation du jeu-vidéo de PC et consoles qui a été conçu avec l’esthétique de dessins animés classiques comme ceux des débuts de Disney. Il s’agit d’un jeu de plateformes en 2D d’action shoot\'em up très amusant et avec une mécanique et un gameplay qui fait penser aux jeux de toujours, style borne arcade. Le jeu d’origine fût lancé en 2017 et il devint un grand succès dans les ventes et la critique. Par contre, il s’agit d’une version bêta de manière que si vous installez le fichier APK, vos pouvez apprécier qu’elle n’est pas aussi stable comme elle ne devrait. Il faudra attendre la version définitive mais pendant ce temps vous pouvez vous amuser avec celle-ci.', 'https://img.gamemonetize.com/ca6h03viw0vlcpfphor0ubyplud7lb6t/512x384.jpg', 'https://html5.gamemonetize.com/ca6h03viw0vlcpfphor0ubyplud7lb6t/', '0', 'Arcade', 0, 0, '', '-cuphead--mugman'), (13667, '2 Dots Crazy Challenge', '2 Dots Crazy Challenge is a simple but difficult game where you need to connect the same-colored dots vertically from both sides to win points, if you connect the colored dot with the wrong color you will lose and restart the game.', 'https://img.gamemonetize.com/rbi7dbul2963n36qcb8r671hfsh7atmf/512x384.jpg', 'https://html5.gamemonetize.com/rbi7dbul2963n36qcb8r671hfsh7atmf/', '0', 'Hypercasual', 0, 0, '', '-dots-crazy-challenge'), (13668, 'Peppa Pig Love Egg', 'Peppa Pig Love Egg is a nice physics game. Your purpose is to use your wisdom to send Peppa Pig to the egg. Good Luck!', 'https://img.gamemonetize.com/owkrso8n4tge7cok0d5gxl2s1z5h6vdr/512x384.jpg', 'https://html5.gamemonetize.com/owkrso8n4tge7cok0d5gxl2s1z5h6vdr/', '0', 'Puzzles', 0, 0, '', 'peppa-pig-love-egg'), (13669, 'The Croods Jigsaw Fun Puzzle Game', 'The prehistoric family the Croods are challenged by a rival family the Betterman\'s, who claim to be better and more evolved. Now, there are 12 images for players can enjoy. Hope you can have fun in this jigsaw game. Good luck!', 'https://img.gamemonetize.com/51msbo8oez7mag0somyzxs6kw574djku/512x384.jpg', 'https://html5.gamemonetize.com/51msbo8oez7mag0somyzxs6kw574djku/', '0', 'Puzzles', 0, 0, '', 'the-croods-jigsaw--fun-puzzle-game'), (13670, 'Squidly Escape Fall Guy 3D', 'Squidly Escape Fall Guy 3D is actually not a Squid Game simulation action game but a falling skillful arcade game with 3D stickman Squid Game arts. Now the only way for you to survive is to fall from the top of the tower and stay on the finish floor while avoiding all kinds of obstacles like red walls and activated operations. If possible, you are able to collect diamonds while falling at each level. The diamonds are able to unlock more skins in the shop. Good luck and have fun!', 'https://img.gamemonetize.com/08pos8evsg03s3526kw484n5nmypcyeo/512x384.jpg', 'https://html5.gamemonetize.com/08pos8evsg03s3526kw484n5nmypcyeo/', '0', 'Arcade', 0, 0, '', 'squidly-escape-fall-guy-d'), (13671, 'Turn Left Online', 'Turn left is recommended as a normal traffic command simulation game. With 3D cartoon vehicles on the street, you have a chance to help some vehicles turn left at the correct timing while avoiding the other vehicles going straight. You need to observe the interspace and judge it is able to overpass your car or not. I strongly suggest you drive to the ultimate position and wait there first. It will be easier for you to find the interspaces and have a good time!', 'https://img.gamemonetize.com/t09d6sz6x3ganx60no7xd9c850obrs64/512x384.jpg', 'https://html5.gamemonetize.com/t09d6sz6x3ganx60no7xd9c850obrs64/', '0', 'Arcade', 0, 0, '', 'turn-left-online'), (13672, 'KGame Glass Bridge Survival', 'K Game Glass Bridge Survival is recommended as a third-person jumping arcade game with 3D Squid Game roles. In order to survive and complete the current level, you need to jump and overpass the glass bridge at each level. You will be provided with the correct track to the finish platform. As long as you memorize them and jump with following orders. The squares will increase after you overpass each level. Good luck and have a good time!', 'https://img.gamemonetize.com/qimlu6o0si197nhnpzxq9x2htv4xvia2/512x384.jpg', 'https://html5.gamemonetize.com/qimlu6o0si197nhnpzxq9x2htv4xvia2/', '0', 'Arcade', 0, 0, '', 'kgame-glass-bridge-survival'), (13673, 'Squid Craft Online', 'How do you know about Squid Game, which is a famous film recently? Squid Craft Online is a Grandmother\'s Footsteps simulation arcade game with 3D characters. You need to care about the speaking from the robot girl. When she is speaking, you are able to run forward safely. But when she stops talking, you need to stay where you are immediately or forwards. Or else, you will be shot and weeded out directly. I hope you will always complete the game in five different worlds on time!', 'https://img.gamemonetize.com/e6lchzp4guco6a2guwfmdjg3jt0i3e3g/512x384.jpg', 'https://html5.gamemonetize.com/e6lchzp4guco6a2guwfmdjg3jt0i3e3g/', '0', 'Arcade', 0, 0, '', 'squid-craft-online'), (13674, 'Axie Infinity', 'Match the same pair of images and test & improve your memory with this game. Beat the opponents in multiplayer game mode. Learn to memorize. Memory game will quickly train your memory. A free memory game is for all ages. Card matching memory game for everyone.', 'https://img.gamemonetize.com/m9nq4vqfxrpfpm70hhgwf6384zbc6ahp/512x384.jpg', 'https://html5.gamemonetize.com/m9nq4vqfxrpfpm70hhgwf6384zbc6ahp/', '0', 'Puzzles', 0, 0, '', 'axie-infinity'), (13675, 'Blockminer Run', 'In the block world, a miner has to escape from the giant zombie. Help the miner and don\'t pass the levels. Be careful, if you don\'t hit animals, you can\'t pass. Don\'t let the zombie catch you.', 'https://img.gamemonetize.com/rk3o3powro0ybdo643nwmde90s7wjnbs/512x384.jpg', 'https://html5.gamemonetize.com/rk3o3powro0ybdo643nwmde90s7wjnbs/', '0', 'Arcade', 0, 0, '', 'blockminer-run'), (13676, 'Bedroom Escape', 'You have a very important meeting today, but oh no! You lost your bedroom keys! How will you attend that meeting now? This short game is inspired by popular escape games from creators such as MildEscape and Neutralxe.', 'https://img.gamemonetize.com/b0fc6ingz6ob76iw3wtra5u0o5k3qxqe/512x384.jpg', 'https://html5.gamemonetize.com/b0fc6ingz6ob76iw3wtra5u0o5k3qxqe/', '0', 'Puzzles', 0, 0, '', 'bedroom-escape'), (13677, 'Poppy Playtime Online Edition', 'If you ever know about Poppy Horror character, it\'s Playtime for you to get start in this game. Don\'t let huggy and wuggy catch you, scary squid dolls find out where you are, when and where you will be found is up to you. Play the role as a seeker or a hider. You will need to find your suitable shelters to be safe and free and be the mystery last survival. Hide in the water, grass, cornfield or anywhere you want away from the boss and push others in the seeker\'s vision range. It will be so much fun!', 'https://img.gamemonetize.com/94pfgt5ejaaiuod4wwneleqlr4zb8z1m/512x384.jpg', 'https://html5.gamemonetize.com/94pfgt5ejaaiuod4wwneleqlr4zb8z1m/', '0', 'Action', 0, 0, '', 'poppy-playtime-online-edition'), (13678, 'Poppy Granny Playtime', 'Poppy Granny Playtime Horror is an atmospheric horror in which the main focus is on research, solving puzzles, and the most important goal is to survive! Events are developing in two locations, which will be even more in the future. The game starts with a shopping mall, something suddenly happens in it and you have to figure out what happened and get out of here alive. But all the moves are locked... Teddy bear Poppy will help you with this. To do this, he will ask you to fulfill his request: Find 3 small bears that are in different places, but one bear is in the warehouse, only to get there you need a key.', 'https://img.gamemonetize.com/qea70o7h6q15q2x9r91t7nha317en7ld/512x384.jpg', 'https://html5.gamemonetize.com/qea70o7h6q15q2x9r91t7nha317en7ld/', '0', 'Hypercasual', 0, 0, '', 'poppy-granny-playtime'), (13679, 'JustFall.LOL', 'JustFall.LOL is the new Battle Royale-style online multiplayer game that involves competing against thousands of other online players to be the last penguin to stay alive on a hexagonal board. In this game considered by many to be the best online multiplayer with friends, compete against your friends and other players through a series of multiplayer challenges, at the end of which only one penguin will survive and be declared the winner of the game. part online. In the JustFall hexagon, only the liveliest, most agile and skillful penguin will be able to win the tournament. But beware ... If you fall from the hexagon, you are eliminated!', 'https://img.gamemonetize.com/uzwu7wl0h3zqfrpeqp54wecmjtlsayu2/512x384.jpg', 'https://html5.gamemonetize.com/uzwu7wl0h3zqfrpeqp54wecmjtlsayu2/', '0', 'Hypercasual', 0, 0, '', 'justfalllol'), (13680, 'Small Viking', 'SMALL VIKING IS AN EPIC ADV WITH 100 LEVELS OF MONSTERS, TRAPS AND DANGER! Small Viking is an epic adventure through 100 levels of monsters, traps and danger. Have you got the brains and fast reflexes to escape all 100 dungeons in this unique action puzzle game. Bats will chase you, Ghosts will try and trick you, Monsters around every corner, Hazards include Spikes, Guillotines, Poison gas and more... Have you got what it takes? Product feature bullets: • 100 levels • cute graphic • cool music • addictive • easy to play Enjoy with this great Puzzle Adventure game!', 'https://img.gamemonetize.com/kjmf5ugxxl5d6a15o9n19fcx3tiwaxgi/512x384.jpg', 'https://html5.gamemonetize.com/kjmf5ugxxl5d6a15o9n19fcx3tiwaxgi/', '0', 'Arcade', 0, 0, '', 'small-viking'), (13681, 'Puzzle Santa Dash', 'Puzzle Santa Dash us a puzzle bubble shooter game. This time you will control Santa and he will shoot with Christmas bubbles. Shoot on the bubble that have same color as shooting bubble. Match three or more same colored bubbles to destroy them. Shoot all bubbles before they reach the bottom of the game. Move the Santa to the position that you want to shoot and tap on screen to shoot the Christmas bubble.', 'https://img.gamemonetize.com/1swkfhqp9036te3w5s26pqnad8wwa7p8/512x384.jpg', 'https://html5.gamemonetize.com/1swkfhqp9036te3w5s26pqnad8wwa7p8/', '0', 'Puzzles', 0, 0, '', 'puzzle-santa-dash'), (13682, 'Looney Tunes Christmas Jigsaw Puzzle', 'Zazgames is a place where you can infinitely play assembling online jigsaw puzzles. We hope you are up for another game from the Puzzle category on our website , because we have just added the game called Looney Tunes Christmas Jigsaw Puzzle for you all, which, despite being one of the many puzzle games we have added so far into this category, this is the first puzzle game to use this specific format, and image, so it is going to be a brand new experience for all of you, an experience we are sure you will appreciate, as there is no way you aren\'t going to have a lot of fun playing the game. Especially after you learn how to play it from the next lines in the description. you will start by choosing how you want the jigsaw puzzle be : hard medium or easy. After that, the jigsaw puzzle pieces are going to be spread around the game screen randomly. Use the mouse to drag them over the transparent images where they match with the image, until all the pieces are connected, and the image looks just like it did in the beginning. You will have a great time with the game, so start it right now, and we are sure you will not regret it one second!', 'https://img.gamemonetize.com/260mdd73j59p8tb73s65unq64h7mew87/512x384.jpg', 'https://html5.gamemonetize.com/260mdd73j59p8tb73s65unq64h7mew87/', '0', 'Puzzles', 0, 0, '', 'looney-tunes-christmas-jigsaw-puzzle'), (13683, 'Zooboo', 'Zooboo is a 2D Adventure game where you play as Zooboo, whose mission is to collect all of the orange fruits while avoiding poisonous fruits(purple), enemies and spikes. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/cb48f2kneycjwecrthtyiy2pbwma9x3r/512x384.jpg', 'https://html5.gamemonetize.com/cb48f2kneycjwecrthtyiy2pbwma9x3r/', '0', 'Arcade', 0, 0, '', 'zooboo'), (13684, 'College Student Girl Dress Up', 'College Student Girl Dress Up : At the same time, they are having the greatest time in their lives! No pesky parents around, lots of new friends, first love, romance, crazy parties, and some cash to upgrade their wardrobes! They\'re lucky to have some rich parents who bought an apartment as present for their 18th birthday, and one of them even inherited a mid-size hotel business, so nothing stands in the way of their happiness and enjoyment of life!', 'https://img.gamemonetize.com/gvx4hexmbk04zbg5jyt8ie2ycrmn053e/512x384.jpg', 'https://html5.gamemonetize.com/gvx4hexmbk04zbg5jyt8ie2ycrmn053e/', '0', 'Shooting', 0, 0, '', 'college-student-girl-dress-up'), (13685, 'Squid Game 3D 456 Survival', 'Squid Game - 456 Survival K Challenge Play a quick games series in survival challenge mode. Series of many quick simple games. Hundreds players will start at round one, but some will be out of the game round by round. After one round, the accumulated reward will be increased in a saving piggy bank. You need to fight others to win challenges and take all the reward at last. S-Games - 456 Survival K Challenge has many seasons and many mini games. Red light green light, octopus games, candy separation, runner puzzle and other traditional games. Mini games will be updated continuously. PvP season will be updated in the future. Play S-Games - 456 Survival K Challenge, download it now and enjoy the game.', 'https://img.gamemonetize.com/usoqnni2usivgy8ayq5l13z1i35i4h30/512x384.jpg', 'https://html5.gamemonetize.com/usoqnni2usivgy8ayq5l13z1i35i4h30/', '0', 'Shooting', 0, 0, '', 'squid-game-d---survival'), (13686, 'Squid Game 3D VIP ', 'After premiering on Netflix earlier this year, Squid Game became a worldwide success. The premise of the show combined survival drama with challenges inspired by kids’ recreational activities. However, the masterminds put a dark twist on the innocent pastimes. For instance, the punishment for a single misstep in Red Light Green Light was death. High stakes, intriguing mysteries, and great cinematography kept viewers at the edge of their seats. But the concept had a particularly strong impact on gamers. The prospect of participating in deadly trials personally in a virtual simulation sounded super exciting. Now, they can finally enter Squid Game online through their browsers. Read on to find out how. Seeking the Thrill Needless to say, the idea behind the series begged for an interactive adaptation. While watching the Red Light Green Light episode, people imagined themselves in the same situation. How would they react to such a grim scenario and fair in a life-threatening competition? But there are many more compelling arguments in favor of recreating the experience: • Stepping into the characters’ shoes and reliving the most intense scenes once again • Being able to think clearly and achieve superior results • Feeling similar levels of adrenaline without leaving the couch • Having unlimited retries to perfect the performance and maximize the score Both fans of the franchise and regular players will appreciate the gameplay. The mechanics are straightforward but very engaging. Mastering them may require some time, but beating the stages is worth the effort. How to Play Squid Game There is no need to download and install any files to a local device. Modern web clients are capable of handling complex programs on the fly. In this case, the apps are embedded directly into their corresponding pages. Open the site in Chrome or Firefox, wait for the menu to load, and begin. Control the protagonist using the mouse and keyboard. The rules depend on the specific event. For example, In Red Light Green Light, the goal is to reach the finish line. Run only when allowed, and stop on cue. Get a taste of what the heroes of went through without any real risks. The developers decided to make Squid Game free for everyone. Enjoy it for hours and try to complete each contest without dying. Good luck!', 'https://img.gamemonetize.com/a8nofd7udx39h0413d20uktw8rsfb865/512x384.jpg', 'https://html5.gamemonetize.com/a8nofd7udx39h0413d20uktw8rsfb865/', '0', 'Adventure', 0, 0, '', 'squid-game-d-vip-'), (13687, 'Matching Santa', 'This is puzzle matching game. This time you need to match Santa Claus. There will be four different Santa\'s. Connect three or more Santa to destroy them. Watch on time on the left side on the screen. When you connect more than five Santa\'s the time will increase and you can play longer. Pass more levels as you can and get best score.', 'https://img.gamemonetize.com/a8q66nvsrm9tj4s7mxm0btonuz1xntir/512x384.jpg', 'https://html5.gamemonetize.com/a8q66nvsrm9tj4s7mxm0btonuz1xntir/', '0', 'Puzzles', 0, 0, '', 'matching-santa'), (13688, 'Tiny Zombies 2', 'Tiny Zombies 2 is an exciting zombie-killing game and you have to defend your area without getting infected. Kill as many zombies and they will become faster on further waves, so boost your reflexes and kill the fast-paced game.', 'https://img.gamemonetize.com/unq7n9we5ej4cw75w6cw4ir0f1f666yp/512x384.jpg', 'https://html5.gamemonetize.com/unq7n9we5ej4cw75w6cw4ir0f1f666yp/', '0', 'Shooting', 0, 0, '', 'tiny-zombies-'), (13689, 'Puzzles for Kids Game', 'Do your kids love animals and puzzles and looking puzzle games for kids? Look no further. Animals Puzzle for Kids is a fun animated puzzle game for toddlers including those with autism, preschoolers, and children from ages 1 to 6. These puzzle games are great games for kids. Your children will love kids puzzles! Kids puzzle games are a great way to spend time. They learn and practice with this puzzle for kids and kids game. We can define this toddler puzzles as the best kids puzzles 3 and 4 years old.', 'https://img.gamemonetize.com/q6o8g3z9oyqppitr70uvuoannzh3rept/512x384.jpg', 'https://html5.gamemonetize.com/q6o8g3z9oyqppitr70uvuoannzh3rept/', '0', 'Puzzles', 0, 0, '', 'puzzles-for-kids-game'), (13690, 'Box Switch', 'There is trouble at the Toy Factory and the Ball Department is working overtime - help them out by sorting the plummeting balls into the matching containers! Swap the boxes by pressing buttons at the bottom of the screen to catch balls that fall faster and faster, the better and longer you play!', 'https://img.gamemonetize.com/6jps9cgx8ccldnbxjhc3yfh4jxlgxcvd/512x384.jpg', 'https://html5.gamemonetize.com/6jps9cgx8ccldnbxjhc3yfh4jxlgxcvd/', '0', 'Puzzles', 0, 0, '', 'box-switch'), (13691, 'Tiny Rush', 'Match animals to collect them, and string several in a row to create big chain combos! Match three or more animals by planning your next move and clear the board.', 'https://img.gamemonetize.com/yfu4d3h85fmo1az8hw6avmqwvgoo1xtk/512x384.jpg', 'https://html5.gamemonetize.com/yfu4d3h85fmo1az8hw6avmqwvgoo1xtk/', '0', 'Puzzles', 0, 0, '', 'tiny-rush'), (13692, 'Poppy Rope Puzzle Game', 'Come play Poppy Rope Puzzle Game and enjoy the first-rate, smooth animations as heroes swing freely through the Gangster Crime city like never before.', 'https://img.gamemonetize.com/aja1v5ufhnncghg6uyqe40dhh5h7s5ot/512x384.jpg', 'https://html5.gamemonetize.com/aja1v5ufhnncghg6uyqe40dhh5h7s5ot/', '0', 'Puzzles', 0, 0, '', 'poppy-rope-puzzle-game'), (13693, 'Christmas 2021 Jigsaw', 'Christmas 2021 Jigsaw is a fantastic jigsaw puzzle game with the theme of the Christmas. Drag and drop the pieces to their exact locations. In this game you have a total of 12 christmas themed images. You need to start from the first image and to unlock the next one. You have three modes for each image: Easy mode with 25(5x5) pieces, medium mode with 49(7x7) pieces, and hard mode with 100(10x10) pieces.', 'https://img.gamemonetize.com/csxqevo8c7zbi2nw8n1436oguaxrjaui/512x384.jpg', 'https://html5.gamemonetize.com/csxqevo8c7zbi2nw8n1436oguaxrjaui/', '0', 'Puzzles', 0, 0, '', 'christmas--jigsaw'), (13694, 'Thumb Fighter Christmas Edition', 'The classic Thumb Fighter game is here, with the brand new X-Mas Edition! Play solo or against your friend in 2 player mode. Just attack your opponent to drain him of the energy and win the round. Which thumb will win – left or right?', 'https://img.gamemonetize.com/b4f25ve4hjthax18yocto74i00sppt8y/512x384.jpg', 'https://html5.gamemonetize.com/b4f25ve4hjthax18yocto74i00sppt8y/', '0', 'Hypercasual', 0, 0, '', 'thumb-fighter--christmas-edition'), (13695, 'Subway Santa Runner Christmas', 'Subway Santa Endless Surf Runner is a fantastic subway escape endless runner Game! Addictive for both kids and grown-ups, Subway Santa Surf Endless run is our holiday present for you to revive the Christmas magic and brighten up your festive spirit in the best time of the year. Embrace the snowy adventure to become the good-will missionary and save Christmas from turning into a complete disaster. Unluckily, Santa\'s sleigh has been struck by a lightening and all the presents have chaotically scattered all over the North Pole\'s village coarse. The jolly old man is in big trouble and truly needs your support. Don\'t let him down, neither all the kids impatiently waiting for their Christmas gifts!', 'https://img.gamemonetize.com/yojqzj372a7bvuxli6zcawswdtj8ueix/512x384.jpg', 'https://html5.gamemonetize.com/yojqzj372a7bvuxli6zcawswdtj8ueix/', '0', 'Adventure', 0, 0, '', 'subway-santa-runner-christmas'), (13696, 'Santa Claus Jumping', 'Santa Claus Jumping is a Christmas winter game in which you have to jump between two objects. If Santa Claus jumps too high, he will touch the sharp ice and he will burst. Try to stand up on the platform to earn points. Try not to touch the sharp ice. Enjoy and have fun!', 'https://img.gamemonetize.com/x43r1n49t7l9sy49ckpwyisd2ir48rnn/512x384.jpg', 'https://html5.gamemonetize.com/x43r1n49t7l9sy49ckpwyisd2ir48rnn/', '0', 'Arcade', 0, 0, '', 'santa-claus-jumping'), (13697, 'Santa Bubble Blast', 'Love Christmas games? Then get ready to help santa get his shoes trapped inside the bubbles. If you are on the hunt for a best Christmas Bubble Shooter game online that’s going to get you in the spirit of the festive season, then this christmas game is going to be well worth a look. Aim to shoot colorful bubbles and collect all santa shoes. Explore tons of christmas bubble levels and try to unlock them all.', 'https://img.gamemonetize.com/xkqjcyo09ougvk116c2tl2iqhg5r3fuw/512x384.jpg', 'https://html5.gamemonetize.com/xkqjcyo09ougvk116c2tl2iqhg5r3fuw/', '0', 'Puzzles', 0, 0, '', 'santa-bubble-blast'), (13698, 'Santa Claus Coloring', 'For Christmas holidays you can relax with Coloring games. This is Coloring Game with Santa Claus. You can choose one image of twelve and to start with coloring. All images is with funny Santa and his friends. Choose your favorite image and play. Use the colors fro the right side of the game. On the left side of the game you can change the brush side. Erase colors if you do some mistakes. You can save the colored image and to send to someone as Christmas card.', 'https://img.gamemonetize.com/sw07m6rdxdf5s3zgbm4han3pg6obn3go/512x384.jpg', 'https://html5.gamemonetize.com/sw07m6rdxdf5s3zgbm4han3pg6obn3go/', '0', 'Puzzles', 0, 0, '', 'santa-claus-coloring'), (13699, 'Hit The Christmas Elves', 'Welcome to our newest winter Christmas game called Hit The Christmas Elves. In this game, the snowman has to throw snowballs and destroy the blocks with the elves. Each block has the appropriate number of hits that you have to hit it. Very fun and interesting free Christmas game. Enjoy!!!', 'https://img.gamemonetize.com/1n9br1661s4jm3h4z0nvbadimt77oz34/512x384.jpg', 'https://html5.gamemonetize.com/1n9br1661s4jm3h4z0nvbadimt77oz34/', '0', 'Hypercasual', 0, 0, '', 'hit-the-christmas-elves'), (13700, 'MERRY CHRISTMAS PUZZLE', 'Merry Christmas!!! - The game is a free online game in the puzzle genre. You have 6 images in two modes to play. Choose one of the game modes you selected earlier and start playing. Drag and drop the pieces to solve the puzzle and create an image. Have fun and have fun!', 'https://img.gamemonetize.com/upm2wpd19cqbzt30okxj3jwy35lgtgit/512x384.jpg', 'https://html5.gamemonetize.com/upm2wpd19cqbzt30okxj3jwy35lgtgit/', '0', 'Puzzles', 0, 0, '', 'merry-christmas-puzzle'), (13701, 'Meteorite Destroyer', 'Meteorite Destroyer a space shooter game. Asteroid belters have manipulated the asteroid and meteor to reach earth and destroy the planet along with other spaceship enemies. Shoot them all before they destroy you and survive as long as you can and achieve high scores. This is the remake of a classic arcade 80\'s shooting space game Try to avoid and destroy huge meteorites in space by using fire button! How long can you survive?Do your best and try to get higher score!', 'https://img.gamemonetize.com/m2klyqghc91yipjgphocoft8aoiz5g3f/512x384.jpg', 'https://html5.gamemonetize.com/m2klyqghc91yipjgphocoft8aoiz5g3f/', '0', 'Puzzles', 0, 0, '', 'meteorite-destroyer'), (13702, 'Happy Farm For Kids', 'Designed especially for toddlers 1.5 to 5 years, this exciting and educational game will teach your kids the names of farm animals and their sounds. The pictures are big and colorful so it is easy for your kid\'s small fingers to touch it, but at the beginning, your assistance might be helpful for younger children.', 'https://img.gamemonetize.com/zdwbah75y3tjf8bl9fsd7akehpq6crjq/512x384.jpg', 'https://html5.gamemonetize.com/zdwbah75y3tjf8bl9fsd7akehpq6crjq/', '0', 'Clicker', 0, 0, '', 'happy-farm-for-kids'), (13703, 'SQUIDLY GAME TUG OF WAR', 'Squid Game continues with its new episode, Tug War. The object of the game is to pull the rope as fast as you can and pull your opponent to your side. Losing players fall from the platform or are cut by the guillotine. Press the keys as fast as you can and shoot your opponent. Squid Game Tug Of War has 1P and 2P modes. Come on, pull the rope! Survive', 'https://img.gamemonetize.com/uyvhcf0jyhkr44jtbnbk9py8s44w2af6/512x384.jpg', 'https://html5.gamemonetize.com/uyvhcf0jyhkr44jtbnbk9py8s44w2af6/', '0', 'Action', 0, 0, '', 'squidly-game-tug-of-war'), (13704, 'Color Balls Of Goo', 'Are You able to collect all the purple Goo? Squash the Goo\'s as you roll, climb, bounce, and zoom around devilishly designed levels. A challenge awaits anyone hard enough to squash some Goos! This physics-based puzzle game is hours of enjoyment for the whole family!', 'https://img.gamemonetize.com/6y4fx35yffev5d5cmjq3j5pvxmphcdpm/512x384.jpg', 'https://html5.gamemonetize.com/6y4fx35yffev5d5cmjq3j5pvxmphcdpm/', '0', 'Puzzles', 0, 0, '', 'color-balls-of-goo'), (13705, 'SANTA CLAUS FINDERS', 'Santa Claus Finders is the best game for kids that you can play online for free. If you like to solve puzzles or if you want to find hidden things, then this game would be perfect for you. Try out the puzzle game now and enjoy it! Santa Claus Finders is a 2D shell game in the Cristmas style. Maybe, no more description needed... anyway, the object you will find is Santa Claus, He\'s is hiding under one cup. Find the right cup to let Santa Claus go out. Have fun playing!', 'https://img.gamemonetize.com/dahb7r7lcaemm3ts66f6a8cs9t0f0b25/512x384.jpg', 'https://html5.gamemonetize.com/dahb7r7lcaemm3ts66f6a8cs9t0f0b25/', '0', 'Puzzles', 0, 0, '', 'santa-claus-finders'), (13706, 'Super Monkey Juggling', 'Super Monkey Juggling super fun game with the reflex booster. Here in this game, you have to help the monkeys to juggle the coconuts. Can you juggle one...two....100 coconuts? Watch as you play this smash hit and juggle up to and past 100 coconuts.', 'https://img.gamemonetize.com/uo8vtjs7ppz2z5oc51z9gdnjk5auyzh9/512x384.jpg', 'https://html5.gamemonetize.com/uo8vtjs7ppz2z5oc51z9gdnjk5auyzh9/', '0', 'Boys', 0, 0, '', 'super-monkey-juggling'), (13707, 'Santa Claus vs Christmas Gifts', 'Welcome to our newest Christmas game called Santa Claus vs Christmas Gifts. The game has 30 different levels. The goal of the game is to explode all of the gifts. Each gift has a number that shows how many times Santa Claus has to shoot to explode. Enjoy and have fun!!!', 'https://img.gamemonetize.com/bzvne40ifanmdsxjizsr5px7jlxe4t9r/512x384.jpg', 'https://html5.gamemonetize.com/bzvne40ifanmdsxjizsr5px7jlxe4t9r/', '0', 'Shooting', 0, 0, '', 'santa-claus-vs-christmas-gifts'), (13708, 'Fallen Balls', 'Touch the screen to shoot with the white ball. When the white ball is over yellow ball you need to shoot or to touch the screen again to destroy yellow ball. When two balls are matched you need to tap the screen to destroy the ball. Try to destroy more yellow balls as you can before you miss the target. Get best score and have fun.', 'https://img.gamemonetize.com/er973h2vop12cwsnsmei2t6d1wwzbj2v/512x384.jpg', 'https://html5.gamemonetize.com/er973h2vop12cwsnsmei2t6d1wwzbj2v/', '0', 'Puzzles', 0, 0, '', 'fallen-balls'), (13709, 'dragon ball advenure', 'hat if Hero Fused with Potara fight Hero Fused with Fusion Dance ? Who can win? Who is the most powerful SuperHero ? You will know that Ui Power is not the highest power yet. â—Žâ—Žâ—Ž Discover Stickman Warriors legends, martial arts, ultimate skills and nonstop one-on-one combats. Becoming stronger, faster, deadlier and compete against dangerous villains! Join the battle with your favorite manga characters and fighting across the anime like a Stickman Warriors. â—Žâ—Žâ—Ž Game modes: - Arena Mod : Face your favorite opponent head-on in a one-on-one battle. The winner will be decided after defeat 8 enemy in one battle. - Campaign mode : Surround by many villains , you will try to beat\'em up to become The SuperHero killer. - Story Mode : 9 maps, 15 levels from easy to difficult levels, unique bosses. Oh yeah, the bosses are more dangerous later, too! - Team mode : Combine the four most powerful SuperHero to destroy every evil team in the 4vs4 competition battle. - Survival Mode : Fighting alone with all enemies, taking down each enemy, surviving to the end to become the most powerful Stickman Warriors.', 'https://img.gamemonetize.com/rtmk8u8libqfk1o270ftzjc2buxqhwpi/512x384.jpg', 'https://html5.gamemonetize.com/rtmk8u8libqfk1o270ftzjc2buxqhwpi/', '0', 'Adventure', 0, 0, '', 'dragon-ball-advenure'), (13710, 'Christmas 2021 Puzzle', 'Play with 9 images in this perfect jigsaw puzzle game: Christmas 2021 Puzzle. All images is with the themes of christmas 2021. Solve all puzzles and keep your brain sharp. You have four modes for each picture, 16 pieces, 36 pieces, 64 pieces and 100 pieces. Enjoy and have fun.', 'https://img.gamemonetize.com/5a0t49468pljqu8z9jw135rdzc8nmiaj/512x384.jpg', 'https://html5.gamemonetize.com/5a0t49468pljqu8z9jw135rdzc8nmiaj/', '0', 'Puzzles', 0, 0, '', 'christmas--puzzle'), (13711, 'Candy Blast Candy Bomb Puzzle Game', 'Forget the old times! Because the most delicious game of colored candies is here! Are you bored of the orthodox color match games? : Candy Monster is here to make you taste the delicious flavor of the candies around! Reach out for the colored candies quickly, or else they will reach you, and it’s game over! Candy Monster, the best game for any age group. This fun and delicious puzzle matching game will have you entertained for hours! The goal of this match 3 puzzle game is to swap matches, three in a row or more, horizontally or vertically with other candy blocks to create divine combinations. Clear all the candy blocks by making combos and enjoy every moment as you progress through hundreds of levels. Find out why so many people love playing this addicting game- it\'s easy to play but hard to master! Welcome to the best candy egg puzzle game! In this game, find a matching combination of candy blocks. You can swap matches for free or more delicious combinations with horizontal and vertical games that have three in a row or more. Burst various barriers with fun Trick moves and smarts and be rewarded to the next level. This is an amazing game that has hundreds of levels waiting for you to play! The graphics are also very good. If you\'re looking for something new, give it a try now! Candy Monster has been a popular mobile game for years. With its unmatched popularity, many other companies have tried to emulate its success with their own sugar-rush games. There are now dozens of different options that are available on both Android and Apple devices. However, none of these games can compare to what we think is the best new option: Candy Blast! This game offers hours upon hours of addictive game play with over 100 levels in an adorable package. It\'s easy to learn but difficult to master which means it never gets boring or stale! You\'ll be hooked before you know it! Candy Monster features: Candy Monster is a fun, challenging puzzle game Download the best Match 3 and candy game for free! Match 3 puzzles are easy to play and fun to complete Use your sense of spatial awareness in this puzzle match 3 game A quick and fun game for those who want to play a puzzle match 3 This game is perfect for anyone who can\'t put down their phone Refreshing take on the classic billiards physics Do you love candy? Candy Monster Has plenty of it! A fun and challenging puzzle game Brain teasers for players who love a challenge Candy never looked so good! Cute Combos For Divine Matching Combinations. Super addictive puzzle game Time flies while you play the game, and it\'s easy to just keep playing for hours Playable by any age group Unique features that make game play more challenging than your average puzzle game Best new game for candy lover connoisseurs and puzzle gamer alike. Hundreds of levels to choose from Satisfies your hunger for sugary puzzles with a match 3 Candy Monster game! You can play the game with your friends or family as a team The candy block puzzle matching combination is simple and addictive You get rewards when you complete levels It\'s free to download Play this addicting, colorful and fun game Have the best time of your life in crazy candy combos Match blocks to achieve high scores Blast barriers to advance through levels Incredible puzzle game with delightful graphics Fun and addicting match 3 brain teaser candy blast', 'https://img.gamemonetize.com/wrdcnhwgjv4ge3oqjlxg521adg7gq07z/512x384.jpg', 'https://html5.gamemonetize.com/wrdcnhwgjv4ge3oqjlxg521adg7gq07z/', '0', 'Puzzles', 0, 0, '', 'candy-blast-candy-bomb-puzzle-game'), (13712, 'Block Breaker Game', 'The Block breaker game is a single-handed controller with many different types of brick-breaking blasters. The more you play, the better your tactics will become, and by taking on certain levels in order, they may unlock new features for use during gameplay! The Block Breaker Game is a single-handed controller that requires strategy and creativity. There are plenty of BrickBreaker Blasters in this game with levels ranging from easy to challenging, so it will be interesting for gamers who love challenges! Block breaker game. It\'s a single-handed controller with several Brick Breaker Blasters. The board is somewhat strategic, and you have to make the best tactics in due course of action; it makes playing there fascinating and challenging levels that require strategies like lead boards or other difficult obstacles! The Block breaker game is an interesting single-handed controller with some Brick Breakers. The strategy in this kind of title makes it all the more fun to play, and there are leader boards for those who want their challenge on higher levels! The game is played with one hand, requiring a strategy to defeat the enemies. There are different types of levels that you can play on, depending upon your skill level or how much time they have available for playing games!', 'https://img.gamemonetize.com/81yije0i9xcbhytssii5y72nzhrq28m6/512x384.jpg', 'https://html5.gamemonetize.com/81yije0i9xcbhytssii5y72nzhrq28m6/', '0', 'Puzzles', 0, 0, '', 'block-breaker-game'), (13713, 'Rule out The Dangerous Circle', 'Get ready to take on the challenge of Super Addictive Game rules! This is a game that will have you hooked from start to finish. A dangerous circle has been drawn in bright colors, and it\'s begging for your attention, but where do you want this conversation? On top or below- which one should be the priority when making decisions: what matters most right now; how much risk can I handle today before taking another step towards success...or failure? The "Circle Running" game is a perfect pastime to keep your brain active and fresh. It\'s an addictive, creative challenge that will have you hooked from start to finish! Get ready to take on a challenge in this fast-paced, excellent game! "Circle Running" is super addictive and perfect for your breaks. The player must be clever by changing direction when being drawn towards the net of death--to escape it; they always need to keep their eyes peeled and stay aware so that they don\'t get caught up entirely before knowing what\'s going on around them. Get Ready To Take Challenge Super Addictive Game Rule Out: Dangerous Circle. Have you ever been so busy or simply mindlessly wandering through life and found yourself on death\'s doorstep? You\'re not alone! Get ready for this beautiful round earth hiding a silent but deadly net where one must always be clever with their speed to escape it without catching themselves by accident. The player can change direction while moving forward, which will lead them away from the circle running trap (no pun intended). It may sound easy at first glance since we are told what our goal should be; however, when faced with obstacles such as walls of fire...you\'ll need some creativity too if you want to survive! Get Ready To Take Challenge Super Addictive Game "Circle Running," A Perfect Pastime For Your Breaks! This beautiful round earth hides a silent death net. To escape from this deadly trap, one must always be clever and attentive with their speed as they change the direction to stay out of reach by changing it when near danger, so that is not all; you will also need some quick thinking to succeed because there are obstacles along every twisty road waiting for players such as cliffs or waterfalls which cannot wait until you get caught up – don\'t forget about these dangers either, unless.', 'https://img.gamemonetize.com/fhhouy4tlx7fhz40tq4i60er5d7449xc/512x384.jpg', 'https://html5.gamemonetize.com/fhhouy4tlx7fhz40tq4i60er5d7449xc/', '0', 'Puzzles', 0, 0, '', 'rule-out-the-dangerous-circle'), (13714, 'Save the Kid', 'Welcome to Save the Kid, a new amazing and addictive game. Your mission is to Cut the rope for the kid to release him and use your brain to not let him fall into the traps. Explore Tons of challenging levels and be careful because some of them are hard to complete. Let\'s save the poor kid', 'https://img.gamemonetize.com/pz61t6he3wxtpcp5t50vl968icwoi4po/512x384.jpg', 'https://html5.gamemonetize.com/pz61t6he3wxtpcp5t50vl968icwoi4po/', '0', 'Hypercasual', 0, 0, '', 'save-the-kid'), (13715, 'Scary Math Learn with Monster Math', 'Scary Math is an educational game. Here players need to choose right or wrong from the following equations. Each equation provides a few seconds to choose the correct selection. Scary Math: Learn with Monster Math, the educational game that improves math skills including addition, subtraction, multiplication, division, and family maths. Free monster math bundle Games for everyone from kids to adults. Best maths practice game to train your brain & is designed for all ages including kids, girls and boys 1st 2nd, adults including parents and grandparents. Smallest in size Maths App on Google Play ! Easiest multiplication and division games with Addition and Subtraction games all math reflex in one app. Increase your brain power with an excellent educational game for learning mathematics for sushi monsters and adults of all ages. Math games are free with an xtra math mathematics monster. Features : - Addiction games: Adding numbers with Quiz and Practice games. - Subtraction games: Subtracting numbers to solve the equations. - Multiplication games: Multiplication numbers - Division games: Solve Division Number - Multiply number math monsters games. - Cool iready math Maths games. Math games can be Educational Learning for kids or brain training Game Apps for Adults. Basic and simple Math Game of addition, subtraction, multiplication and division Scary Math Monster. Download today and find parents and teachers love Scary Math: Learn with Monster Math!', 'https://img.gamemonetize.com/em4kc2kltp2ckyt7zfcev1vrt4jfabjl/512x384.jpg', 'https://html5.gamemonetize.com/em4kc2kltp2ckyt7zfcev1vrt4jfabjl/', '0', 'Puzzles', 0, 0, '', 'scary-math-learn-with-monster-math'), (13716, 'Speed Row Traffic Racing Car', 'TAre you ready to drive a real traffic racing car in car games online? With extreme car driving races here you can go through an intense action. The vibe of a real traffic racing car will be given to you by it. To make yourself an encounter highway racer, steer your wheel and get started for a cool car racing game. The empowerment of starting with a confidence in real life car driving experience will be increased by this traffic racer game online. Your game plan will be in a road mind mapped. The first track of the highway starts from. Get ready to build up a turbo traffic racer perfectly step by step. To play games online for free just hold the stir. To drive a car in reality follow the way. A straight road will be given to drive your car. Crashing into the other cars should be tried to avoid. Properly hold the break. By creating a proper simulator setup keep the steering handle in your control. This free game has upgraded graphics. It is easy to control. There are various road trips in this 3D html5 game. You have to speed up a real traffic racing car. You will get vibrant racing cars in this best game online. Extreme car driving game speed is thrilling. Crazy speed cars are always everyone\'s favorite and it reaches the toppest of the thrill. The car racing arcade game with high speed is wanted by everybody. When we are behind the wheels of a crazy speed car and the obligation of not hitting anything, we feel the peak of the real thrill. In the car racing arcade game the speed is thrilling. So, what are you waiting for? Try it now. There is no comparison with the thrill of driving with a real traffic racing car because of its blazing speed. So get ready for some high speed fun with street racing car traffic speed. The sound of an extreme car driving engine with its roaring and tires screeching propels go through our ears as if they were an extension of yourself! The sensation of extreme car driving is incomparable with anything. Highway racer will be able to feel the excitement of street racing car traffic speed in this car racing game. The feeling you get from a turbo traffic racer is just too good to be thought of. The street racing car traffic speed, the humanity in front of your eyes it all comes in cool car games together for an experience that\'s intense yet still accessible at any age! If you\'re looking for a thrilling car racing arcade game that can get your blood pumping, then look no further than this fantastic and exciting title. The speed is incredible! The extreme car driving speed is thrilling, and the adrenaline rush that comes with it can\'t be beaten. A person should feel like they\'re in a movie when overtaking another car on highways or passing close to other drivers at high highway racers speed because there\'s nothing more satisfying than knowing your skill set allows you to get ahead of everyone else around you! he speed is thrilling. Everyone says Speeding cars can reach the top of the thrill. The high-speed racing of the Car Racing Arcade Game is what everyone says they want. The thrill can reach its peak when you\'re behind the wheel, speeding past other cars and trying not to hit anything! The speed is thrilling Car Racing Arcade Game. So if you haven\'t tried it yet, what are you waiting for? The blazing speed of a car race is nothing compared to the thrill you get when driving. So get ready for some high-speed fun in the Car Racing Arcade Game! The sound of engines roaring and tires screeching propels through your ears as if they were an extension of yourself! The racing sensation is like no other. Car racers will be able to feel the thrill of speeding up and moving around corners at breakneck speeds in this arcade game where there\'s always something new coming along for you on your journey! The feeling you get from racing is just too good to be true. The speed, the humanity in front of your eyes- it all comes together for an experience that\'s intense yet still accessible at any age! If you\'re looking for a thrilling car racing arcade game that can get your blood pumping, then look no further than this fantastic and exciting title. The speed is incredible! The speed is thrilling, and the adrenaline rush that comes with it can\'t be beaten. A person should feel like they\'re in a movie when overtaking another car on highways or passing close to other drivers at high speeds because there\'s nothing more satisfying than knowing your skill set allows you to get ahead of everyone else around you!', 'https://img.gamemonetize.com/vulc337tjw7ncnc4jr97k2lwm212er4t/512x384.jpg', 'https://html5.gamemonetize.com/vulc337tjw7ncnc4jr97k2lwm212er4t/', '0', 'Racing', 0, 0, '', 'speed-row-traffic-racing-car'), (13717, 'Twining Color Switch Game', 'Twining Color Switch comes the Color Switch Lovers New Color Switch World Twining games are made for increasing the focusing level of players. In this game a candy drops from the middle of the circle. The circle has four colors. Players need to tab left and right to switch the circle colors. When the same-colored candy drops the same side of the circle color, then the candy color will change. If somehow the player is losing his/her attention from the game, then there are more possibilities that he/she loses. Infinite levels Endless gameplay Exciting camera changes How to Play Tap, Tap, Tap to get the ball past each obstacle. Follow the color pattern to cross each obstacle. Beat Every Challenge and get a High Score in Endless New Modes and Levels added with each update Twining Colours Switch is the fastest moving addiction game that everyone likes to play. How to control the color ball? In this game a candy drops from the middle of the circle. The circle has four colors. Players need to tab left and right to switch the circle colors. When the same-colored candy drops the same side of the circle color, then the candy color will change. If somehow the player is losing his/her attention from the game, then there are more possibilities that he/she loses.', 'https://img.gamemonetize.com/2qi68kimjerstqkwwh5qjhjtcj5vry5v/512x384.jpg', 'https://html5.gamemonetize.com/2qi68kimjerstqkwwh5qjhjtcj5vry5v/', '0', 'Puzzles', 0, 0, '', 'twining-color-switch-game'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (13718, 'TikTok Star Dress Up Game', 'Two of your favorite Disney Princesses and the coolest villain out there are getting ready to take over TikTok. The girls are committed to becoming the most popular girls on this social media platform and for that, they are going to need your expert advice - will you help them out? Their secret dream is to make famous their unique hashtag #tiktokprincess and that means lots of hours spent online and fresh content added daily. So feel free to join Elsa, Moana, and their best friend Harley Quinn in this amazing dress up game for girls called TikTok Princess and see what colorful looks you can put together for them. Harley Quinn is the first in line to discover your fashionista skills… browse through her wardrobe filled with cute printed tops, ripped jeans, shorts, and colorful flats and pick whatever you like the most to dress her up with. Next, take care of Elsa’s outfit of the day as well. This spring season Elsa is into flower printed jeans, denim jackets, hoodies, and pastel-colored hairstyles… your task is to mix the clothing pieces and accessories available at your disposal in jaw-dropping daily outfits. The last girl to get her looks TikTok ready is Princess Moana. Her wardrobe is mostly ruled by playful Aztec prints, earthy colors as well as girly-girl pastels… play with them all, select a few options for her, and pick the winning one. Make sure to accessorize your final selection with colorful overtop and with a multilayered necklace as well. When you’re done, save your creation and share it with your friends in the comment box below! Have a great time playing the TikTok Princess dress up game online at DressUpWho.com!', 'https://img.gamemonetize.com/k13hdw1x3fgbvsuuidqqcmbyo0pbm14e/512x384.jpg', 'https://html5.gamemonetize.com/k13hdw1x3fgbvsuuidqqcmbyo0pbm14e/', '0', 'Girls', 0, 0, '', 'tiktok-star-dress-up-game'), (13719, 'Counter Craft 3', 'Counter Craft 3 features cool graphics and intensive multiplayer battles across block world maps, use different weapons with unique skins to shoot all your opponents on each map and try to get the highest amount of frags in order to win.', 'https://img.gamemonetize.com/4dyu97ah7i1e5ggyyqjwzj03ftsogwe0/512x384.jpg', 'https://html5.gamemonetize.com/4dyu97ah7i1e5ggyyqjwzj03ftsogwe0/', '0', 'Shooting', 0, 0, '', 'counter-craft-'), (13720, 'Ragdoll Fighter', 'Get ready for the ragdoll battle! Choose your ragdoll character and start fighting right away. In Ragdoll Fighter, you earn some mines and diamonds at the end of each battle. With these mines, you can produce new weapons or strengthen your current weapon. You can also buy one of many different characters and increase your power. Character abilities are also designed to be upgradeable. You can increase your character\'s abilities with the diamonds you earn. You will be satisfied with fighting with multiple game modes. Start the battle with multiplayer mode, story mode, survival mode and training mode!', 'https://img.gamemonetize.com/v72zk9xx8pvkzgdbvlzspqcvmcnawcjl/512x384.jpg', 'https://html5.gamemonetize.com/v72zk9xx8pvkzgdbvlzspqcvmcnawcjl/', '0', 'Fighting', 0, 0, '', 'ragdoll-fighter'), (13721, 'Zombie Hell Shooter', 'You fought long and hard previously, but will you ever get out of this savage city ruin filled with mindless horrors? You have no choice. The fight must go on and your weapon speaks your only hope of survival. You will survive this ordeal!', 'https://img.gamemonetize.com/h4mxfxewzirvu1xidb9gxssj25506736/512x384.jpg', 'https://html5.gamemonetize.com/h4mxfxewzirvu1xidb9gxssj25506736/', '0', 'Shooting', 0, 0, '', 'zombie-hell-shooter'), (13722, 'Tomb Of The Dash Game', 'Tomb Of The Dash is a classic puzzle game with infinite procedurally-generated vertical mazes. In search of adventure, you enter a tomb where you collect coins and three stars scattered on the ground and face various traps, game mechanics, and power boosts. As long as the clock is ticking, seize the opportunity.', 'https://img.gamemonetize.com/f2q2lxmfujozhtn8wbug5ai7bewbqzcb/512x384.jpg', 'https://html5.gamemonetize.com/f2q2lxmfujozhtn8wbug5ai7bewbqzcb/', '0', 'Boys', 0, 0, '', 'tomb-of-the-dash-game'), (13723, 'DUO With Friends Multiplayer Card Game', 'DUO With Online Friends game is a challenging game with unlimited entertainment. DUO cards game is an advanced version of the UNO game with new tournaments, rules, gameplay modes, special cards and much more. It provides room for up to 8 players. So, you can enjoy with family and friends to double the fun.', 'https://img.gamemonetize.com/0k3845a4zxrpqxe6v4cn2splr4pvslz3/512x384.jpg', 'https://html5.gamemonetize.com/0k3845a4zxrpqxe6v4cn2splr4pvslz3/', '0', 'Puzzles', 0, 0, '', 'duo-with-friends--multiplayer-card-game'), (13724, 'Dady Shark Adventure', 'Get ready for Dady Shark Adventure. Try to advance the shark through the sea full of obstacles and reach the finish line. Your shark character can shoot at some obstacles in front of him or destroy the obstacle with dash movement. At the appropriate time, direct your character and shoot or dash. You can buy new characters with the money you earn at the end of each game. If you want, you can play in 15 different levels, or you can progress as far as you can in the endless mode and fight against your friends. When you encounter 3 different boss characters, choose a good strategy with your character and destroy the boss! Get started now for easy controls and endless adventure experience! Have fun!', 'https://img.gamemonetize.com/zbyt35lyjeqcpurq7q4uz2e1b2w62vk4/512x384.jpg', 'https://html5.gamemonetize.com/zbyt35lyjeqcpurq7q4uz2e1b2w62vk4/', '0', 'Shooting', 0, 0, '', 'dady-shark-adventure'), (13725, 'Squid Game Dismounting', 'You\'ve got enough of this depressing weather for one day. All you have to do is walk through our door. Wreak havoc on your virtual squid an and have some fun at the same time. If you\'re having any hesitations, just push and hold the on-screen button for as long as you can. Map levels and extra items and vehicles may be employed to make your party more exciting. Please tell me why you don\'t like it. Take a peek at the available props. Besides a rifle and some tNT, we\'ve got nothing else to work with. When everything else fails, try a volcanic eruption. sorrow and pleasure in equal measure Attention. A game is just a game, and nothing more. Take care of yourself and you\'ll still have an amazing life. Not suggested for minors or exterior usage.', 'https://img.gamemonetize.com/oewotd73c6dn8eyxiz46r6bcfoq5refx/512x384.jpg', 'https://html5.gamemonetize.com/oewotd73c6dn8eyxiz46r6bcfoq5refx/', '0', 'Arcade', 0, 0, '', 'squid-game-dismounting'), (13726, 'Snakefalls', 'Snake falls is a very fun puzzle game with beautiful bird heads and snake bodies, and movement mechanics. Don\'t fall on sharp objects, eat more fruit to grow beautiful, and through the beautiful and difficult level. PC and HTML5 button control as well as mobile device button control, by sliding automatically open touch control.', 'https://img.gamemonetize.com/fninvn8jh4cy7cwgsowmgwri99vj06uw/512x384.jpg', 'https://html5.gamemonetize.com/fninvn8jh4cy7cwgsowmgwri99vj06uw/', '0', 'Boys', 0, 0, '', 'snakefalls'), (13727, 'Draw Glow Christmas', 'Drawing the beautiful Christmas with glitter brushes. Don’t need any experience and skills, teach you how to draw the beautiful Christmas pictures step-by –step.“Draw Glow Christmas†not only teach you how to draw Santa Claus, elk, Christmas tree, gift and more, but also coloring. Follow the drawing steps, to finish your fantastic works! Share the joyful with your friends !', 'https://img.gamemonetize.com/9z92yxb3j0oj44u32w4i0cd0561qbn31/512x384.jpg', 'https://html5.gamemonetize.com/9z92yxb3j0oj44u32w4i0cd0561qbn31/', '0', 'Girls', 0, 0, '', 'draw-glow-christmas'), (13728, 'Christmas Nail Salon', 'Do you like to play nail design and nail polish games? Do you want a free and fascinating nail game that allows you to spend a few hours designing nail art for your clients? Do you like nail salon games? If your answer to one of the questions is yes, then you must play the nail salon game on your smartphone or tablet, because it is the best nail polish game ever! In this amazing salon, you will really feel like a professional stylist. Help all customers feel particularly satisfied with the newly designed nails.', 'https://img.gamemonetize.com/8s6khwoukend06rpdfwa20xu18jr4y98/512x384.jpg', 'https://html5.gamemonetize.com/8s6khwoukend06rpdfwa20xu18jr4y98/', '0', 'Girls', 0, 0, '', 'christmas-nail-salon'), (13729, 'Samurai Flash Online', 'You want to know what it feels like to be a Super Hero ? Join us and become a Samurai Flash ! -Dodge and slice your enemies to reach the next level -Defeat bosses and show your skills -Make the most of your speed and appreciate the slow motion of your enemies', 'https://img.gamemonetize.com/rcs3qddsw5ljh4lrkxkv4isvi1naifd8/512x384.jpg', 'https://html5.gamemonetize.com/rcs3qddsw5ljh4lrkxkv4isvi1naifd8/', '0', 'Action', 0, 0, '', 'samurai-flash-online'), (13730, 'Squid Sniper Game', 'In the most popular game of recent times, Squid Game, you have to detect the players who are playing the Red light Green light game and destroy them with the Sniper. If you hit the player who is not moving, your score will drop and the mission will fail. Moving players are highlighted with arrows. To be a good shooter in Squid Sniper Game, grab your gun and start shooting now!', 'https://img.gamemonetize.com/pp7tmbpqit64nihyivf1spiliurjr0rh/512x384.jpg', 'https://html5.gamemonetize.com/pp7tmbpqit64nihyivf1spiliurjr0rh/', '0', 'Shooting', 0, 0, '', 'squid-sniper-game'), (13731, 'Olaf‘s Frozen Adventure Jigsaw', 'Christmas is coming soon, are you looking forward to it? Olaf\'s Frozen Adventure Jigsaw is a puzzle game where you need to complete the puzzle with your brain. Drag the pieces into the right position and there are many levels waiting for you, are you ready? Face the challenge and have a good time!', 'https://img.gamemonetize.com/tdyx3ir3oxldb3kqqyiocv6u1wal0i3z/512x384.jpg', 'https://html5.gamemonetize.com/tdyx3ir3oxldb3kqqyiocv6u1wal0i3z/', '0', 'Puzzles', 0, 0, '', 'olafs-frozen-adventure-jigsaw'), (13732, 'Christmas Animal Makeover Salon', 'Four very hairy and fluffy pets, reindeer Rudolf, Pomeranian puppy Pepper, baby bear Chloe and giraffe Rachel - have a new friend. It\'s Santa Claus! Help them get ready for Christmas: style hair, fur and Santa\' s beard, dress up with cute winter clothes. Have fun!', 'https://img.gamemonetize.com/d4dp40bubv6mo8qekz37m7w843x0pizv/512x384.jpg', 'https://html5.gamemonetize.com/d4dp40bubv6mo8qekz37m7w843x0pizv/', '0', 'Girls', 0, 0, '', 'christmas-animal-makeover-salon'), (13733, 'Poppy Granny', 'If you want to have a scary time, play Poppy Granny V 3.1 : Horror Scary MOD 2019 now and try to escape from the horror house You must find the escape route from the Poppy Granny house, you will have to use all the tools that you have at your hand to complete the puzzle and unlock doors finding the key hidden somewhere in structure that will help you get out of here.', 'https://img.gamemonetize.com/ntaoxztdx6j8p6fz4dh6exdyeth9y1jx/512x384.jpg', 'https://html5.gamemonetize.com/ntaoxztdx6j8p6fz4dh6exdyeth9y1jx/', '0', 'Adventure', 0, 0, '', 'poppy-granny'), (13734, '456 Squid Game', 'Welcome to Squid Game: Six Games Challenge. A fair game with 455 other players endless levels are waiting for you to squid game challenge. All 456 players are poor and want money for their future and present life. Don\'t get eliminated and make your way to the top for the 486 billion won prize pool!! and its squid game challenge where people come to that platform where they perform many tasks to save their lives. and the red light point is don\'t allow you to move your body. All 456 players are poor and want money for their future and present life. You start the battle with count master in the crowd challenge there are no chances for you to feel lonely Because there are many squids game challenges. All the players should be stopped when she stops saying Red Light. All the player who complete the tasks and be a squid game challenge winner, they will have a lot of money for their life. Terminated Player will be knocked out in the squid game challenge those who are moving on red light point. Those Players will be terminated who are moving in red light points.', 'https://img.gamemonetize.com/il3oiqdo05hqvha0uiok4yx7ol57uu8b/512x384.jpg', 'https://html5.gamemonetize.com/il3oiqdo05hqvha0uiok4yx7ol57uu8b/', '0', 'Adventure', 0, 0, '', '--squid-game'), (13735, 'Poppy Hide N Seek', 'Poppy Hide \'N Seek Playtime, a good old classic hide and seek game with a little horror twist. Run hide from Huggy Wuggy or be Huggy himself to catch other players. Find or be found, it\'s up to you! As a hider, you must be fast to run away from Huggy\'s hand while helping to free your captured teammates. If you choose to be a seeker, you have to catch all the players before the time runs out.', 'https://img.gamemonetize.com/v5rn3pzgrgpdp4g8gt9ocvz3l1241ndt/512x384.jpg', 'https://html5.gamemonetize.com/v5rn3pzgrgpdp4g8gt9ocvz3l1241ndt/', '0', 'Adventure', 0, 0, '', 'poppy-hide-n-seek'), (13736, 'Poppy Huggy Wuggy Playtime', 'Hello to poppy game playtime with huggy wuggy in this game you want to Find the exit and kill the yellow robot and in the meantime try to avoid bumping into things inside the toy escap . If you want to have a scary time, play poppy huggy wuggy Playtime Horror Scary MOD now and try to escape from the horror place in poppy its playtime game you must stay alive and kill robot in this horror/puzzle adventure. With so many things to discover inside poppy huggy wuggy playtime toy , the possibilities are nearly endless.Breathtaking survival horror lurking everywhere! A fast and easy way to play Huggy poppy its playtime. Over hundreds of high quality poppy playtime tips and tricks to choose from. This game helps to know the content for poppy huggy wuggy Playtime hunter and know this game brings unique elements for you.', 'https://img.gamemonetize.com/jbbu5o4jd8ll4i9y663ecg5ipjuzlefc/512x384.jpg', 'https://html5.gamemonetize.com/jbbu5o4jd8ll4i9y663ecg5ipjuzlefc/', '0', 'Adventure', 0, 0, '', 'poppy-huggy--wuggy-playtime'), (13737, 'Squid KSniper Shooter', 'Play the most famous traditional Korean Games as challenging sniper! Shoot down all failed players! Play as 456 on bonus levels! Join the challenge, become the ultimate survivor! Bring childhood games back to you! Unlock unique skins; play as Front Man! Take challenges and BE CAREFUL!', 'https://img.gamemonetize.com/v46hhat2unohtad4i1go1ikymxpekmvk/512x384.jpg', 'https://html5.gamemonetize.com/v46hhat2unohtad4i1go1ikymxpekmvk/', '0', 'Shooting', 0, 0, '', 'squid-ksniper-shooter'), (13738, 'Machine Gun Boy', 'The goal is to resist the more you can and after you can sign your personal record in the local leaderboard! Shoot the zombies as fast as you can and survive much time and achieve high scores. Use your machine gun weapon to destroy all zombies! The goal is to resist the more you can and after you can sign your personal record in the local leaderboard! Great gameplay Smooth animations Cool graphic Endless gameplay Have fun with this great funny endless game!', 'https://img.gamemonetize.com/cwtls7t2mjok6wudfpqe0oyrb3q275h6/512x384.jpg', 'https://html5.gamemonetize.com/cwtls7t2mjok6wudfpqe0oyrb3q275h6/', '0', 'Shooting', 0, 0, '', 'machine-gun-boy'), (13739, 'Squid Game 1', 'Collect the fruits falling from above!Unlock all squid game characters by collecting fruits to reach certain scores!But don\'t get caught in the bomb while collecting fruits!Bombs can kill you, good luck!', 'https://img.gamemonetize.com/86slqxmdavki6iffxe8nswaypuojegpb/512x384.jpg', 'https://html5.gamemonetize.com/86slqxmdavki6iffxe8nswaypuojegpb/', '0', 'Arcade', 0, 0, '', 'squid-game-'), (13740, 'Block Craft 2', 'With the 2nd version of Block Craft, the adventure continues from where it left off! With the newly added skins, inventories and tools, you can now create a much more unique world. You can create and modify an entire kingdom in this magical building simulation game. Explore its vast expanses and let your imagination run wild. You can try out lots of cool tools and items during your journey as well.', 'https://img.gamemonetize.com/335oxshkaef9s8152jbidl4d787jy34f/512x384.jpg', 'https://html5.gamemonetize.com/335oxshkaef9s8152jbidl4d787jy34f/', '0', 'Adventure', 0, 0, '', 'block-craft-'), (13741, 'Math For Kids', 'It\'s never too early to start your child\'s education. Preschoolers, kindergarteners, toddlers, and older kids are eager to learn their ABCs, counting, addition, and more! The best way to encourage that is to share smart, well-made educational games with them on a daily basis.', 'https://img.gamemonetize.com/p6b6xjwsclwymty17z34744zfezq8cvz/512x384.jpg', 'https://html5.gamemonetize.com/p6b6xjwsclwymty17z34744zfezq8cvz/', '0', 'Girls', 0, 0, '', 'math-for-kids'), (13742, 'Ear Doctor For Kids', 'Ear doctor is a doctor simulate game! Here we have many awesome medical tools and interesting treating processes, which make you feel like a real and powerful doctor! You can also play mini-games that will put your skills to the test as you help your patients with their ear problems.', 'https://img.gamemonetize.com/cs1i07ods4k38ckuee8brmwixsy12oit/512x384.jpg', 'https://html5.gamemonetize.com/cs1i07ods4k38ckuee8brmwixsy12oit/', '0', 'Girls', 0, 0, '', 'ear-doctor-for-kids'), (13743, 'Cafon Street Racing', 'Harry up! help Mimmo and Stellario to collect all the lost items! but look at all the obstacles that you will find all the road long; fortunately your souped up motor will allow you to make jumps and double jumps to avoid piles of garbage and even Santino riding his green moto!', 'https://img.gamemonetize.com/r9725xmp4g7eybjthfi769a6x7o7qlud/512x384.jpg', 'https://html5.gamemonetize.com/r9725xmp4g7eybjthfi769a6x7o7qlud/', '0', 'Racing', 0, 0, '', 'cafon-street-racing'), (13744, 'Mumble Jumble', 'Your GOAL: unscramble as many five-letter words as you can with out running out of time. With two game modality, you will be entertained for hours. In Endless mode, you get 20 seconds to unscramble each word. In Time mode, solve as many words as you can in 3 minutes. Features Bullets: • Over 3.000 common 5-letter words • 2 action-packed game modes • Best score and word count tracker • Next word indicator • 3 word skips per game • Awesome puzzle App for all family • Amazing graphics effects • Cool music sounds Have Fun with this great word puzzle game!', 'https://img.gamemonetize.com/lj5qu8xtqyswdtnt3tzrqi25nm5v6y37/512x384.jpg', 'https://html5.gamemonetize.com/lj5qu8xtqyswdtnt3tzrqi25nm5v6y37/', '0', 'Puzzles', 0, 0, '', 'mumble-jumble'), (13745, 'Tank Wars Multiplayer', 'Tank Wars Multiplayer is fun addictive action IO game. This is a multiplayer game. The objective of the game is to destroy the opposing teams base by depleting its health.', 'https://img.gamemonetize.com/qq3ecauvmvdmonvxfglgw28siapeaowv/512x384.jpg', 'https://html5.gamemonetize.com/qq3ecauvmvdmonvxfglgw28siapeaowv/', '0', 'Multiplayer', 0, 0, '', 'tank-wars-multiplayer'), (13746, 'Santa Clause Ice Breaker', 'Intensely addictive and optimized for all mobile devices! The Santa Clause Ice Breaker Game is a one-touch roleplaying game that is both fun and irresistible. Let the ball fall down the screen while you press and hold the window! Break the black blocks by holding for as long as possible. To release the ball, you can simply let the helix stacks fall. It\'s a 3D arcade game where players smash, bump, and bounce their way through a series of rotating platforms in order to get to the finish line. Santa Clause Ice Breaker Challenging task Smash, bump, but also bounce your way to the end of a going to revolve helix platformer.', 'https://img.gamemonetize.com/hueuqneyaj9q2rd4k06n99s288vb2btd/512x384.jpg', 'https://html5.gamemonetize.com/hueuqneyaj9q2rd4k06n99s288vb2btd/', '0', 'Arcade', 0, 0, '', 'santa-clause-ice-breaker'), (13747, 'Poppy Playtime', 'you must stay alive in this horror/puzzle adventure. Try to survive the vengeful toys waiting for you in the abandoned toy factory. Use your GrabPack to hack electrical circuits or nab anything from afar. Explore the mysterious facility... and don\'t get caught.', 'https://img.gamemonetize.com/x9l06dxlxrb93pkxmugq1bangqu1ur4y/512x384.jpg', 'https://html5.gamemonetize.com/x9l06dxlxrb93pkxmugq1bangqu1ur4y/', '0', 'Puzzles', 0, 0, '', 'poppy-playtime'), (13748, 'Snaklaus', 'Snaklaus is a casual and fun game. Your objective is to collect as many presents as possible to increase points. There are 2 game modes available, classic mode and hard mode. Choose what you prefer and have fun!', 'https://img.gamemonetize.com/oimkare7xw7xiglhz4csjmsqj8o3wzir/512x384.jpg', 'https://html5.gamemonetize.com/oimkare7xw7xiglhz4csjmsqj8o3wzir/', '0', 'Arcade', 0, 0, '', 'snaklaus'), (13749, 'Subway Clash 2', 'These are hard times. A religious sect known as "Witnesses of the Illyich" operates on the territory of the old depot in Moscow city. Led by the notoriuos fanatic Bonch-Bruyevich, their goal is to carry out radiation attack on Moscow and overthrow the constitutional order. As the GRU Special Forces commander, you were given task to clear these deadly dungeons once and for all and eliminate all unwanted criminal elements. Stand your pride soldier and lead your team forward, picking up new weapons along the way. Old Metro has many nooks and passages, some of them conceal hiding places and other surprises.', 'https://img.gamemonetize.com/dbzradmpi79aiwvq4xryeic8kwqp615v/512x384.jpg', 'https://html5.gamemonetize.com/dbzradmpi79aiwvq4xryeic8kwqp615v/', '0', 'Shooting', 0, 0, '', 'subway-clash-'), (13750, 'Super Tank Battle', 'On Console Tank Battle is very Classical game. Super Tank Battle is a modern style Tank Battle Game with new attractive elements and 500 build-in maps, you no longer need to play on Emulator anymore. This is the game of modern war, please boom the map, summon your alliance, and strike the Enemy! Clash It! Prepare the tank battle, prepare the tank modern city war! There are 5 different difficulty levels (from easy to crazy). It should meet different people need. Play Tank Battle at anytime, anywhere! Game Rule 101: - Defence your base, and destroy all enemy tanks - If your tank or your base is destroyed, it will be game over. Features: - have 500 Maps can be played ( Super Cool! ) - helper tank (summon alliance), it is like a 2nd player to help you (Computer AI control) - special items in game - classical tank battle game\'s style - 20 enemy tanks per map', 'https://img.gamemonetize.com/7r16y2l1vfuqbcw7hprh3qi7vzjpsjk6/512x384.jpg', 'https://html5.gamemonetize.com/7r16y2l1vfuqbcw7hprh3qi7vzjpsjk6/', '0', 'Multiplayer', 0, 0, '', 'super-tank-battle'), (13751, 'Onward Jigsaw', 'This cartoon tells a story about Teenage elf brothers, Ian and Barley, to embark on a magical quest to spend one more day with their late father. Like any good adventure, their journey is filled with cryptic maps, impossible obstacles, and unimaginable discoveries. But when dear Mom finds out her sons are missing, she teams up with the legendary manticore to bring her beloved boys back home. Now, here is a cartoon for you to enjoy. Hope you can have fun!', 'https://img.gamemonetize.com/5x5arumdgd6awouf6rorc3cg6mstps77/512x384.jpg', 'https://html5.gamemonetize.com/5x5arumdgd6awouf6rorc3cg6mstps77/', '0', 'Puzzles', 0, 0, '', 'onward-jigsaw'), (13752, 'Pig Ball Christmas', 'cute ball animal pig. The pig has to survive in the square animals world pass all the levels and reach the final level. More challenging monsters and longer maps await you at each level. kill monsters and collect your score.', 'https://img.gamemonetize.com/spjlsj7zwwm7r7mam3acuwjunnyb9zd9/512x384.jpg', 'https://html5.gamemonetize.com/spjlsj7zwwm7r7mam3acuwjunnyb9zd9/', '0', 'Arcade', 0, 0, '', 'pig-ball-christmas'), (13753, 'Real Gangster City Crime Car Simulator Game', 'If you like crime gaming - try to play our best action game: the mafia gangster simulator. The criminal world will always exist on the streets in the town. In this free game, you have to try to go adventure crime saga to the pinnacle of mafia city. The price of success in this gang world is very high, few can reach the top. Try your skills in an exciting 3D third-person shooter with RPG elements and plunge into the atmosphere of street gang wars in an open 3D world. You are waiting for adventure missions throughout the big city. A dangerous and fascinating world in which harsh laws apply will appear before you in all its glory. If you are ready to test yourself - then go ahead, show everyone who is a real gangster in the town, eliminate all fake competitors and call a big underground empire yourself.', 'https://img.gamemonetize.com/hlbcoie3iw8h1s74uujdaf0yxohth8xa/512x384.jpg', 'https://html5.gamemonetize.com/hlbcoie3iw8h1s74uujdaf0yxohth8xa/', '0', 'Adventure', 0, 0, '', 'real-gangster-city-crime-car-simulator-game'), (13754, 'Santa kick Tac Toe', 'Play against your friend in 2 player mode or play as Santa against a CPU controlled Grinch, Kick Tac Toe is better than tic tac toe of course. You actually need some skill to win.', 'https://img.gamemonetize.com/9lmv8yxi9d6blsblj8q7tlxeui0f3o2p/512x384.jpg', 'https://html5.gamemonetize.com/9lmv8yxi9d6blsblj8q7tlxeui0f3o2p/', '0', 'Soccer', 0, 0, '', 'santa-kick-tac-toe'), (13755, 'Vegas Clash 3D', 'The Las Vegas casino is full of cash. This is the best moment for your Sassy Elvis gang to make an unfriendly visit to the underground vault. Your van is parked at the corner of the building - so boldly grab the bags and carry them there. But the owners of the casino are also not dummies and called the cops who will become on guard of the law and will try to protect private property. But we know who\'s in charge here ?! By the way, in the back streets of the building you can find a dusty powerful revolver, which blows the heads off once or twice. The character leveling system will give you an advantage in further battles, so earn stars in battles as much as possible. And only a few will be able to upgrade weapons to golden skins, we hope this it will be you!', 'https://img.gamemonetize.com/yq11b61abzg7kya5z37mqkjg06u09ga7/512x384.jpg', 'https://html5.gamemonetize.com/yq11b61abzg7kya5z37mqkjg06u09ga7/', '0', 'Shooting', 0, 0, '', 'vegas-clash-d'), (13756, 'Zombie Mission X', 'Zombie Mission X continues with its winter special episode. Our heroes Emily and Silver make plans for the winter vacation and go on a journey. But when they go on winter vacation, a surprise awaits them. Zombies went before them and took over everything. Also, zombies have taken their friends captive. You must save all the captives and destroy the zombies.', 'https://img.gamemonetize.com/fywsv04aci6g9k5hisycaro6s7ks9mkw/512x384.jpg', 'https://html5.gamemonetize.com/fywsv04aci6g9k5hisycaro6s7ks9mkw/', '0', 'Adventure', 0, 0, '', 'zombie-mission-x'), (13757, 'Christmas Puzzle For Kids', 'An educational puzzle game for your child. While playing the Christmas themed puzzle game, your child will have fun and learn at the same time.', 'https://img.gamemonetize.com/zn29codv31o7dwhljzl13gbvi3l5wo1w/512x384.jpg', 'https://html5.gamemonetize.com/zn29codv31o7dwhljzl13gbvi3l5wo1w/', '0', 'Puzzles', 0, 0, '', 'christmas-puzzle-for-kids'), (13758, 'Poppy Playtime Online', 'Poppy Playtime is a new horror where you will be trapped in the giant toy factory alone with a frightening creature chasing you. Are you ready for this adventure? Start and play!', 'https://img.gamemonetize.com/h6vz66eqj02xhsqycrpdeknso9v973q6/512x384.jpg', 'https://html5.gamemonetize.com/h6vz66eqj02xhsqycrpdeknso9v973q6/', '0', 'Puzzles', 0, 0, '', 'poppy-playtime-online'), (13759, 'Christmas Match Three', 'Happy New Year to all match3 game lovers and welcome to a new match3 puzzle game. Swipe and Match 3 or more similar christmas elements to complete your level to let Santa deliver Gifts. Explore tons of challenging levels and try to unlock them all. Merry Christmas', 'https://img.gamemonetize.com/v7tv066mplqx6xpen1cocrniwqnpgq1s/512x384.jpg', 'https://html5.gamemonetize.com/v7tv066mplqx6xpen1cocrniwqnpgq1s/', '0', 'Puzzles', 0, 0, '', 'christmas-match-three'), (13760, 'Pinball Galaxy', 'The ultimate classic pinball game on your browser! If you love Pinball on Windows then this is the most classic Pinball game for you! Realistic pinball action, fun gameplay, cool graphics will have you playing this addictive classic pinball game for hours.', 'https://img.gamemonetize.com/u9dp2qceyjwgk0uy6vn5wsini6fhbytv/512x384.jpg', 'https://html5.gamemonetize.com/u9dp2qceyjwgk0uy6vn5wsini6fhbytv/', '0', 'Sports', 0, 0, '', 'pinball-galaxy'), (13761, 'Jetpack Jump kid Game', 'Jetpack Jump kid , the most famous endless runner is back! fly through the lab, dash and rush through new laboratories with the help of infinite bullets! Play AND Enjoy!', 'https://img.gamemonetize.com/8z9kpobe547l52611g9qyg87opclbz1k/512x384.jpg', 'https://html5.gamemonetize.com/8z9kpobe547l52611g9qyg87opclbz1k/', '0', 'Hypercasual', 0, 0, '', 'jetpack-jump-kid-game'), (13762, 'Angela Insta Fashion Stories', 'Welcome to the Angela Insta Fashion Stories. Angela feels about her popularity on social media. She has plans to attract the people on her side. She decided to share posts and stories among the popular hashtags. But she needs some experts like you. Come and join with Angela and make an attractive post. Have fun!', 'https://img.gamemonetize.com/ey2gwixuhw5h8kox7egigz5cnr15mt2b/512x384.jpg', 'https://html5.gamemonetize.com/ey2gwixuhw5h8kox7egigz5cnr15mt2b/', '0', 'Girls', 0, 0, '', 'angela-insta-fashion-stories'), (13763, 'Christmas Bricks', 'If you enjoy brick blaster or block break or brick breaker games, then this breaker bricks ball game will amaze you big time with Christmas Effects! Explore Tons of challenging Bricks levels. Slide left and right to control the paddle and try to blast all bricks to earn coins from Santa. Use your coins to buy some boosters like Fire Ball. Enjoy', 'https://img.gamemonetize.com/coluvch4kyslwgsjkc8rwzt56m6j6pmv/512x384.jpg', 'https://html5.gamemonetize.com/coluvch4kyslwgsjkc8rwzt56m6j6pmv/', '0', 'Hypercasual', 0, 0, '', 'christmas-bricks'), (13764, 'Pop Christmas', 'Pop christmas is a simple and fun click puzzle game. Select 2 or more christmas items to match them. The more items you match in a single click - the more points you earn for every item. What\'s your best score?', 'https://img.gamemonetize.com/6pygsqa6w2u5hauo49za42htv42d446a/512x384.jpg', 'https://html5.gamemonetize.com/6pygsqa6w2u5hauo49za42htv42d446a/', '0', 'Puzzles', 0, 0, '', 'pop-christmas'), (13765, 'Truck Amazing Parking Impossible Parking 2021', 'Claim the crown and rule the underground as you race for dominance in the first white-knuckle edition of Need for Speed made just for mobile – from the game developer that brought you Real Racing 3. Build the ride that shows your style with a range of cars and customizations. Launch yourself between chaos and control as you hit the pedal and roll into underground street racing. Takedown the competition, up your rep, then kick into more races, more customizations, and more cars. Make your choices and never look back. This app offers in app purchases. You may disable in app purchases using your device settings. CUSTOMIZE EXTREME RIDES Stock your garage with the real-world cars you have always wanted, from manufacturers such as Bugatti, Lamborghini, McLaren, Pagani, Koenigsegg, Hennessey, and more. Then trick them out with the our in-game customization system from spots like the Mod Shop and the Black Market, giving you over 2.5 million custom combos to play with. Your rides are waiting – take them to the streets to go head-to-head with the competition and prove yourself. DRIVE FAST – AND FEARLESS Steer onto the streets of Blackridge, accelerate over jumps and around debris, into traffic, against walls, and through high-speed Nitro Zones. Flip on the nitrous and thrust yourself into another level of adrenaline-fueled driving and drifting. Around every corner is a fresh race as you clash with local crews and local cops. It’s a world full of wannabe drivers – can you stay in front and earn respect? RACE TO WIN Never back down as you race anyone crazy enough to take you on and increase your rep. Dig, drift, drag, and roll your ride to the finish line while outrunning the police on your tail. Burn rubber in over 1,000 challenging races – and that’s just the starting line. Be notorious, own the streets, and score the world’s best cars. Because one ride is never enough!', 'https://img.gamemonetize.com/1ixwm8tvfgamv8n0vkh2ofqlzzxc2hj6/512x384.jpg', 'https://html5.gamemonetize.com/1ixwm8tvfgamv8n0vkh2ofqlzzxc2hj6/', '0', 'Racing', 0, 0, '', 'truck-amazing-parking--impossible-parking-'), (13766, 'Go Baby shark Go', 'Tap on the screen to help the little Shark swim inside the ocean and eat starfish and fishes! but avoid all obstacles like Mines! This game is similar to the flappy bird model, Rules are the same, survive as long as you can by avoiding the obstacles and eat lots of food in the way.', 'https://img.gamemonetize.com/ghk0q8p1mxwdvhwsed17nsizhqx63hwu/512x384.jpg', 'https://html5.gamemonetize.com/ghk0q8p1mxwdvhwsed17nsizhqx63hwu/', '0', 'Racing', 0, 0, '', 'go-baby-shark-go'), (13767, 'PoP Express', 'Spring is in the air, and Summer right around the corner, what could be better than some fun with Bubbles? Pop Express is a fun physics game with lots of floating and popping action. Featuring Multiple gameplay modes, Fast and Slow paced gameplay, and a whole lot of fun for the whole family. Enjoy 5 gameplay styles featuring two relaxing meditation modes. Dynamically changing scenery, so that each play session has a different feel. Track High Scores for each mode as well as overall gameplay statistics. Enjoy it and have a Blast..err pop!', 'https://img.gamemonetize.com/r1r7dcm46hxxkd37v14ukrhharx89dqs/512x384.jpg', 'https://html5.gamemonetize.com/r1r7dcm46hxxkd37v14ukrhharx89dqs/', '0', 'Clicker', 0, 0, '', 'pop-express'), (13768, 'Stylist For Tik Tok Stars Arianna', 'Play our free Stylist For A Star Arianna celebrity game for a funny and unforgettable experience. Come back each and every day for a free new celebrity game. Arianna is looking for a fashion adviser for her upcoming events. However, we must mention that it is not easy to work as a stylist for a star of Arianna\'s caliber. The life of a star is very dynamic, an international singer can have 5 events a week. Many people have tried to become Ariana\'s personal advisor but have failed. Arianna is calling on your services for the following events. Each event is special and will need an outfit that will turn the heads of fans and journalists alike.', 'https://img.gamemonetize.com/uu057r7ghf3xqzhe3jnygi969qrli4vl/512x384.jpg', 'https://html5.gamemonetize.com/uu057r7ghf3xqzhe3jnygi969qrli4vl/', '0', 'Girls', 0, 0, '', 'stylist-for--tik-tok-stars-arianna'), (13769, 'Buzzy Bugs', 'Use your finger and flap your wings to fly be careful to try to avoid all dangerous trunks! Have Fun! Fly as long as you can without hitting the trunks and achieve high scores.', 'https://img.gamemonetize.com/sftzcd098vb0l1twcnx7utlmqslkr10n/512x384.jpg', 'https://html5.gamemonetize.com/sftzcd098vb0l1twcnx7utlmqslkr10n/', '0', 'Racing', 0, 0, '', 'buzzy-bugs'), (13770, 'Snow Mo Cannon Shooting Game', 'The most addictive game with the simplest control ever. The player will save the snow humans by destroying the snow balls.As night fell, the whole jungle was covered with snow. A fierce battle begins with the snow bears and the snow humans. Here the player will play for snow humans. The player will save the snow humans by destroying the snow balls.If the player fails, the snowmen will die and the game will be over. How to control:Tap to the direction you want to move, and Tap your finger to shoot the snowball. Tap the screen and drag your finger to shoot snowball Snow Mo: Cannon Shooting. Features: Unlimited playable levels. Balls are falling from all directions, but you gotta shoot them and protect your cannon! Upgrade your cannon to protect against the big ones, and kill the bosses.', 'https://img.gamemonetize.com/liq7odk2oqy8os8st0vcnw22gxn6vrse/512x384.jpg', 'https://html5.gamemonetize.com/liq7odk2oqy8os8st0vcnw22gxn6vrse/', '0', 'Hypercasual', 0, 0, '', 'snow-mo-cannon-shooting-game'), (13771, 'Cookie Maker for Kids', 'Prepare, cut out, bake, and decorate cookies of many shapes and sizes! Bake the cookies and dessert snacks you are the best bakery chef. Bake and create a cookie that’s too cute to eat!!! Give a treat of sweet yummy cookies to your Friends their cute charming little friends and all of your family members.', 'https://img.gamemonetize.com/5hw4zzq5g2y3cswymtg9siy7cbi4irkh/512x384.jpg', 'https://html5.gamemonetize.com/5hw4zzq5g2y3cswymtg9siy7cbi4irkh/', '0', 'Girls', 0, 0, '', 'cookie-maker-for-kids'), (13772, 'Save The Santa Claus', 'Come and play fun Christmas games with My Santa Claus, save the Santa Claus to reach the earth without touching the bombs and obstacles is now even more fun and easier than ever!', 'https://img.gamemonetize.com/xg33vhjk8rv822cn5krx0j48mpn8dl0r/512x384.jpg', 'https://html5.gamemonetize.com/xg33vhjk8rv822cn5krx0j48mpn8dl0r/', '0', 'Puzzles', 0, 0, '', 'save-the-santa-claus'), (13773, 'Truck Parking 4 Truck Driver ', 'Claim the crown and rule the underground as you race for dominance in the first white-knuckle edition of Need for Speed made just for mobile – from the game developer that brought you Real Racing 3. Build the ride that shows your style with a range of cars and customizations. Launch yourself between chaos and control as you hit the pedal and roll into underground street racing. Takedown the competition, up your rep, then kick into more races, more customizations, and more cars. Make your choices and never look back. This app offers in app purchases. You may disable in app purchases using your device settings. CUSTOMIZE EXTREME RIDES Stock your garage with the real-world cars you have always wanted, from manufacturers such as Bugatti, Lamborghini, McLaren, Pagani, Koenigsegg, Hennessey, and more. Then trick them out with the our in-game customization system from spots like the Mod Shop and the Black Market, giving you over 2.5 million custom combos to play with. Your rides are waiting – take them to the streets to go head-to-head with the competition and prove yourself. DRIVE FAST – AND FEARLESS Steer onto the streets of Blackridge, accelerate over jumps and around debris, into traffic, against walls, and through high-speed Nitro Zones. Flip on the nitrous and thrust yourself into another level of adrenaline-fueled driving and drifting. Around every corner is a fresh race as you clash with local crews and local cops. It’s a world full of wannabe drivers – can you stay in front and earn respect? RACE TO WIN Never back down as you race anyone crazy enough to take you on and increase your rep. Dig, drift, drag, and roll your ride to the finish line while outrunning the police on your tail. Burn rubber in over 1,000 challenging races – and that’s just the starting line. Be notorious, own the streets, and score the world’s best cars. Because one ride is never enough!', 'https://img.gamemonetize.com/3g48soi2hwh0rhx4lal6sk5h68bv9w7k/512x384.jpg', 'https://html5.gamemonetize.com/3g48soi2hwh0rhx4lal6sk5h68bv9w7k/', '0', 'Racing', 0, 0, '', 'truck-parking----truck-driver-'), (13774, 'Fashion Walk 3d', 'The most entertaining free game of the year is already here! It is your time to shine, dress well to impress everyone, and win this clash of fashion! The game has already been viewed millions of times on TikTok and has become a popular trend. Dress well according to a specific concept to overcome your opponent on the runway. Ever wondered how it is like to be under the spotlights and do a catwalk? Now it is your best chance to show your fashion taste and shine! You will be selecting new shoes for girls, high heels, clothes, bikinis, night dresses, even accessories like sunglasses and designer bags. Some concepts will be about casual clothing while some will be all about luxury.', 'https://img.gamemonetize.com/r8nignefcv4tqqmdkwxultdqeat7xng8/512x384.jpg', 'https://html5.gamemonetize.com/r8nignefcv4tqqmdkwxultdqeat7xng8/', '0', 'Hypercasual', 0, 0, '', 'fashion-walk-d'), (13775, 'Ben 10 Rescue Pull The Pin', 'A rescue game with Ben 10 character, Enjoy the wonderful world of ben10, ben 10 games, ben 10 omniverse Ben 10 Play How to Loot - the pin Ben 10 rescue game and you will have to solve brain-damage puzzles to pull the pin, help knights destroy monsters, pin rescue the princess and find treasure.', 'https://img.gamemonetize.com/7rf0dsirqzmdqp2hkeat11gv1bc17gyn/512x384.jpg', 'https://html5.gamemonetize.com/7rf0dsirqzmdqp2hkeat11gv1bc17gyn/', '0', 'Puzzles', 0, 0, '', 'ben--rescue-pull-the-pin'), (13776, 'Ben 10 Match 3 Cards Alien Force', 'Are you like Ben 10 Memory Cards Alien Force? and you want play The new Of Princess Games Ben 10 Memory Cards Alien Force Now You Can Play New Free online Games for Cartoon Network Ben 10 Memory Cards Alien Force Memory Cards is one of the best Memory Cards games and the most popular candy puzzle games, which is developed for boys and girls, If you are a fan of candy puzzle games then Ben 10 Memory Cards Alien Force is for you . Ben 10 Memory Cards Alien Force Memory Cards is now the most popular game in all Memory Cards and is very easy to play by all Memory Cards. here. Hope you can have fun with them. Enjoy!', 'https://img.gamemonetize.com/danqubfd06iipqc0oc54f2j284i5ron2/512x384.jpg', 'https://html5.gamemonetize.com/danqubfd06iipqc0oc54f2j284i5ron2/', '0', 'Puzzles', 0, 0, '', 'ben--match--cards-alien-force'), (13777, 'Batman Color Fall ', 'Batman Color Fall Puzzle Game is a captivating puzzle game in which everything revolves around colors and Among Us. The purpose of this game is very simple - all you need to do is to Pin Pull the right to make the colors go to right container. Only challenge is to pull them in the right order. It’s going to be extremely engaging and fun. The more stars you get, more rewards you earn. There is no time limit but each level has target points to proceed to the next level. Unlock high-powered pins to make your play more exciting and effective. You want to have some fun? Batman Color Fall Puzzle Game for free. Relax your brain and have a good time. Batman Color Fall Puzzle Game Features: - One finger control game - Best brain exercising and testing game - Filled with tons of juggling colors - Lots of tricky levels with pins', 'https://img.gamemonetize.com/y5cqyd086xsjz10fzy7b8lib4488p0il/512x384.jpg', 'https://html5.gamemonetize.com/y5cqyd086xsjz10fzy7b8lib4488p0il/', '0', 'Puzzles', 0, 0, '', 'batman-color-fall-'), (13778, 'Batman Match 3 Puzzle Challenge', 'Batman journey in new match 3 game starts right now! Batman Match 3 - Matching Puzzle Game - Match 3 Games Free 2021 is a new free match 3 game designed to be played offline and without internet or wifi. This is a classic 3 in a row time game where you need to collect batman icons in a row with each other. If you are as much a fan of this genre as we are, as well as adore classic match 3 puzzles or are looking for something new for yourself of something like cool offline games 2021, then our game is created for you, try it completely free. Our Batman game an endless mode games. The mechanics of the game are very simple, you have seen it in many other popular and best match 3 games, where you needed to collect icons in one row.', 'https://img.gamemonetize.com/skbkaom8ey3jr01awizs0mw9980v1tyy/512x384.jpg', 'https://html5.gamemonetize.com/skbkaom8ey3jr01awizs0mw9980v1tyy/', '0', 'Puzzles', 0, 0, '', 'batman-match---puzzle-challenge'), (13779, 'Ben 10 Match 3 Puzzle Challange', 'Are you like Ben 10? and you want play The new Of Princess Games Ben 10 Now You Can Play New Free online Games for Cartoon Network Ben 10 Match 3 is one of the best match-3 games and the most popular candy puzzle games, which is developed for boys and girls, If you are a fan of candy puzzle games then Ben 10 is for you . Ben 10 Match 3 is now the most popular game in all Match3 and is very easy to play by all Match3. here. Hope you can have fun with them. Enjoy!', 'https://img.gamemonetize.com/sivw5bt5yh21ktysstjnvow5eucvv70a/512x384.jpg', 'https://html5.gamemonetize.com/sivw5bt5yh21ktysstjnvow5eucvv70a/', '0', 'Puzzles', 0, 0, '', 'ben--match--puzzle-challange'), (13780, 'Super Mario Match3 Puzzle', 'Transform into characters in the mario world such as mario, mushroom. . . You will have to jump as high as possible, avoid monsters, collect coins. The more coins you will unlock other attractive characters, a total of 9 characters that you can choose. Completing a level will open another level with other interesting topics.", "instructions": "Use button onscreen', 'https://img.gamemonetize.com/ycnclwl7xld7lr2kj9u8elmfrohqoce4/512x384.jpg', 'https://html5.gamemonetize.com/ycnclwl7xld7lr2kj9u8elmfrohqoce4/', '0', 'Puzzles', 0, 0, '', 'super-mario-match-puzzle'), (13781, 'Winter Memory', 'Welcome to the new game Winter Memory. The task is to remember and then open identical pairs. At the first level, there will be only two pairs. But on the tenth - twenty. At first, all the pictures will be open for a few seconds, so that you can remember their location. Then they will turn the same sides, and you will reopen them, deleting the pairs in Winter Memory.', 'https://img.gamemonetize.com/78bij1u44l6txm6yyqtgwgdojgtkh65m/512x384.jpg', 'https://html5.gamemonetize.com/78bij1u44l6txm6yyqtgwgdojgtkh65m/', '0', 'Puzzles', 0, 0, '', 'winter-memory'), (13782, 'Fashion Nail Salon Game', 'Welcome to Beauty Girl Nail Salon! Hand nail configuration, nail easy and severa embellishments… - we\'ve everything! Each younger female can cope with her palms and make herself a adorable nail remedy here. ⦠Prepare to experience the cutest nail trimming salon video games on the way to enhance your nail artwork competencies and produce them to a pro-stage!', 'https://img.gamemonetize.com/pxzzqxk3a05ay1ogiropfql8oppy9y8y/512x384.jpg', 'https://html5.gamemonetize.com/pxzzqxk3a05ay1ogiropfql8oppy9y8y/', '0', 'Girls', 0, 0, '', 'fashion-nail-salon-game'), (13783, 'Glitter Nail Salon Girls Game', 'Welcome to Beauty Girl Nail Salon! Hand nail configuration, nail easy and severa embellishments… - we\'ve everything! Each younger female can cope with her palms and make herself a adorable nail remedy here. ⦠Prepare to experience the cutest nail trimming salon video games on the way to enhance your nail artwork competencies and produce them to a pro-stage!', 'https://img.gamemonetize.com/2vj2xhd781hphdflol1rdfu7l987fmk4/512x384.jpg', 'https://html5.gamemonetize.com/2vj2xhd781hphdflol1rdfu7l987fmk4/', '0', 'Arcade', 0, 0, '', 'glitter-nail-salon-girls-game'), (13784, 'Nail Salon Makeover ', 'Welcome to Beauty Girl Nail Salon! Hand nail configuration, nail easy and severa embellishments… - we\'ve everything! Each younger female can cope with her palms and make herself a adorable nail remedy here. ⦠Prepare to experience the cutest nail trimming salon video games on the way to enhance your nail artwork competencies and produce them to a pro-stage!', 'https://img.gamemonetize.com/08gcnewoegfjk994680uh278lp8tyt6y/512x384.jpg', 'https://html5.gamemonetize.com/08gcnewoegfjk994680uh278lp8tyt6y/', '0', 'Arcade', 0, 0, '', 'nail-salon-makeover-'), (13785, 'Nail Salon Art Nail Games', 'Welcome to Beauty Girl Nail Salon! Hand nail configuration, nail easy and severa embellishments… - we\'ve everything! Each younger female can cope with her palms and make herself a adorable nail remedy here. ⦠Prepare to experience the cutest nail trimming salon video games on the way to enhance your nail artwork competencies and produce them to a pro-stage!', 'https://img.gamemonetize.com/wm8g0sqchzrnnf06197xn30fd1f7sn1e/512x384.jpg', 'https://html5.gamemonetize.com/wm8g0sqchzrnnf06197xn30fd1f7sn1e/', '0', 'Girls', 0, 0, '', 'nail-salon-art--nail-games'), (13786, 'Sweet Candy Match3', 'Sweet Candy is a match-3 type game. Swap to match 3 or more of the same candy pieces together! you can use Bomb, Swap and Color picker item to make it more fun to play. After completing a level, you will get a bonus coin that you can use to buy game item in game shop.', 'https://img.gamemonetize.com/m1rtykow34jj5hrwa66wr6epvdu3uz8m/512x384.jpg', 'https://html5.gamemonetize.com/m1rtykow34jj5hrwa66wr6epvdu3uz8m/', '0', 'Puzzles', 0, 0, '', 'sweet-candy-match'), (13787, 'Ben 10 Gold match3', 'BEN 10: MATCH UP! GAME · PLAY ONLINE FOR FREE Sharpen your memory with Ben 10: Match Up, a free online game that center around matching up identical pictures.', 'https://img.gamemonetize.com/7ut0tg6i3etsyddkvwin3xpj5lcw7oik/512x384.jpg', 'https://html5.gamemonetize.com/7ut0tg6i3etsyddkvwin3xpj5lcw7oik/', '0', 'Puzzles', 0, 0, '', 'ben--gold-match'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (13788, 'Santa Puzzles', 'In this game called Santa Puzzles you have 12 puzzles with pictures from Santa Claus characters. Assemble them by changing to place the pieces. To change drag parts up to another position. Completed a level, go to the next. In each level you have limited time for which need to complete it.', 'https://img.gamemonetize.com/lwvs2ab1f2clnmiy0xfprb2r3e1v5b7m/512x384.jpg', 'https://html5.gamemonetize.com/lwvs2ab1f2clnmiy0xfprb2r3e1v5b7m/', '0', 'Puzzles', 0, 0, '', 'santa-puzzles'), (13789, 'Belle Princess Match 3 Puzzle', '"Are you like Belle? and you want play The new Of Princess Games Belle Now You Can Play New Free online Princess Games for Girls Belle Match 3 is one of the best match-3 games and the most popular candy puzzle games, which is developed for boys and girls, If you are a fan of candy puzzle games then Belle is for you . Belle Match 3 is now the most popular game in all Match3 and is very easy to play by all Match3. here. Hope you can have fun with them. Enjoy!"""', 'https://img.gamemonetize.com/7doqs0ajy0gu083njn7tte3c7bnszugw/512x384.jpg', 'https://html5.gamemonetize.com/7doqs0ajy0gu083njn7tte3c7bnszugw/', '0', 'Puzzles', 0, 0, '', 'belle-princess-match--puzzle'), (13790, 'Elsa | Frozen Match 3 Puzzle', '"Are you like Elsa | Frozen? and you want play The new Of Princess Games Elsa | Frozen Now You Can Play New Free online Princess Games for Girls Elsa | Frozen Match 3 is one of the best match-3 games and the most popular candy puzzle games, which is developed for boys and girls, If you are a fan of candy puzzle games then Elsa | Frozen is for you . Elsa | Frozen Match 3 is now the most popular game in all Match3 and is very easy to play by all Match3. here. Hope you can have fun with them. Enjoy!"""', 'https://img.gamemonetize.com/hndbglk9d8fjgeihjsdqsg2jy9b6lb6a/512x384.jpg', 'https://html5.gamemonetize.com/hndbglk9d8fjgeihjsdqsg2jy9b6lb6a/', '0', 'Puzzles', 0, 0, '', 'elsa--frozen-match--puzzle'), (13791, 'Cinderella Match 3 Puzzle', 'Are you like Cinderella? and you want play The new Of Princess Games Cinderella Now You Can Play New Free online Princess Games for Girls Cinderella Match 3 is one of the best match-3 games and the most popular candy puzzle games, which is developed for boys and girls, If you are a fan of candy puzzle games then Cinderella is for you . Cinderella Match 3 is now the most popular game in all Match3 and is very easy to play by all Match3. here. Hope you can have fun with them. Enjoy!', 'https://img.gamemonetize.com/heu9jelmz5hhjk7h8focr8krl6726age/512x384.jpg', 'https://html5.gamemonetize.com/heu9jelmz5hhjk7h8focr8krl6726age/', '0', 'Puzzles', 0, 0, '', 'cinderella-match--puzzle'), (13792, 'Somersault Ninja Samurai Ninja Jump', 'Somersault Ninja: Samurai Ninja Jump is a jump ninja battle survival game. In the middle of night, a group of ninjas came out with naked swords to steal another food but were also attacked themselves in an attempt at protecting their own provisions from being taken by these skilled Thieves! This new outdoor adventure will test your limits as you help one side fight off other rival warriors while trying not fall prey yourself - it can get pretty dangerous around here sometimes!', 'https://img.gamemonetize.com/2n941yfm0g85v1dshkkdzhlwbw7mhq1w/512x384.jpg', 'https://html5.gamemonetize.com/2n941yfm0g85v1dshkkdzhlwbw7mhq1w/', '0', 'Hypercasual', 0, 0, '', 'somersault-ninja-samurai-ninja-jump'), (13793, 'Anna | Frozen Match 3', 'Are you like Anna | Frozen? and you want play The new Of Princess Games Anna | Frozen Now You Can Play New Free online Princess Games for Girls Anna | Frozen Match 3 is one of the best match-3 games and the most popular candy puzzle games, which is developed for boys and girls, If you are a fan of candy puzzle games then Anna | Frozen is for you . Anna | Frozen Match 3 is now the most popular game in all Match3 and is very easy to play by all Match3. here. Hope you can have fun with them. Enjoy!', 'https://img.gamemonetize.com/47tpe2oskaaai7zr96b93x46rrxcqu9y/512x384.jpg', 'https://html5.gamemonetize.com/47tpe2oskaaai7zr96b93x46rrxcqu9y/', '0', 'Hypercasual', 0, 0, '', 'anna--frozen-match-'), (13794, 'Tile golf', 'Tile golf is a new golf game developed in javascript and HTML5 . The objective of the game is to collect first the coin and then to put the ball on the whole. To score higher you need to do these using a single shoot. Try to complete all the 21 levels. Also, you can submit your score to the leaderboard.', 'https://img.gamemonetize.com/ln47rsfbfzk0m74p0s6jwh919x2bqbye/512x384.jpg', 'https://html5.gamemonetize.com/ln47rsfbfzk0m74p0s6jwh919x2bqbye/', '0', 'Sports', 0, 0, '', 'tile-golf'), (13795, 'Cheese Chopper', 'Use your samurai skills to neatly cut the Cheese! A fun game like Fruits Ninja Style Game Play. Slash the Cheese away, but don\'t touch the Bombs! Try to get higher scores and make an incredible slash combo with this fun game. Cheese Chopper provides hours and hours of fun for your Kids.', 'https://img.gamemonetize.com/1db2akgurix0r4uae31bmegl9otpdy0c/512x384.jpg', 'https://html5.gamemonetize.com/1db2akgurix0r4uae31bmegl9otpdy0c/', '0', 'Arcade', 0, 0, '', 'cheese-chopper'), (13796, 'Hockey For Kids', 'Avoid the attacking players to approach the goal line. Once in front of the goal, time your shot to score! Will you win a gold medal by making the highest scores? You use your points to level up your hockey hero and play again. Achieve as many goals as you can and achieve high scores.', 'https://img.gamemonetize.com/z54l4wl6to12ueceg2m4rkz3gj8mcugu/512x384.jpg', 'https://html5.gamemonetize.com/z54l4wl6to12ueceg2m4rkz3gj8mcugu/', '0', 'Sports', 0, 0, '', 'hockey-for-kids'), (13797, 'Flap Jack', 'Flap Jack is a fun adventure game with lots of obstacles and fun. Our little jack here who is running on the deadliest tracks where there are a lot of obstacles, helps the little jack to run and evade the obstacles.Achieve high scores and challenge your friends and play more games only with Mapi Games.', 'https://img.gamemonetize.com/r7bnugwhdcm2776q9mvc1gzsjed0mu5c/512x384.jpg', 'https://html5.gamemonetize.com/r7bnugwhdcm2776q9mvc1gzsjed0mu5c/', '0', 'Racing', 0, 0, '', 'flap-jack'), (13798, 'Funny tank', 'The game Funny Tank consists of 10 levels, try to pass them as the enemies with each new level become smarter and the game becomes more difficult.', 'https://img.gamemonetize.com/bkp0cs9w1qj4s92tg4rf0kp8uxuo7iii/512x384.jpg', 'https://html5.gamemonetize.com/bkp0cs9w1qj4s92tg4rf0kp8uxuo7iii/', '0', 'Shooting', 0, 0, '', 'funny-tank'), (13799, 'Santa winter head soccer', 'Soccer fans can play Santa winter head soccer Game for free and compete against some of the world\'s greatest stars in this free online game! Become a Big Head Soccer Squid Game legend by participating in one of our four game types and defeating your competitors! As you progress through Big Santa winter head soccer four game modes, each one more difficult than the last, your goal becomes more elusive until you finally become the God of Big Head Soccer. Take advantage of the leagues and cup competitions that we have available. Survival mode is an excellent opportunity to put your player\'s skills to the test in Friendly mode! With ten stages, the Santa winter head soccer challenges you to take on 7, 11, and 15 of the world\'s best teams until you are crowned Big Head Soccer League\'s squid of the year. As the well soccer player, you can win awards, improve your character\'s abilities, and customize your gear to become the Big Santa winter head soccer king.', 'https://img.gamemonetize.com/0hkrohgt2laf9gf38e3iau8chv50xngq/512x384.jpg', 'https://html5.gamemonetize.com/0hkrohgt2laf9gf38e3iau8chv50xngq/', '0', 'Arcade', 0, 0, '', 'santa-winter-head-soccer'), (13800, 'Jelly Parkour', 'Jelly through the game is simple. Just put the graphics on the right number, and then wait for the wall. The game speed will be faster and faster, and BGM will be more exciting and challenge the players\' reaction! You are a strong little square, trying to cross layers of obstacles. According to the gap on the wall, rotate your posture to adapt to changes. Don\'t knock on the wall! Do your best, take out your exquisite face and overcome all difficulties and obstacles.', 'https://img.gamemonetize.com/hkv2m2uc5n3t194ucttw6g30ifvg555x/512x384.jpg', 'https://html5.gamemonetize.com/hkv2m2uc5n3t194ucttw6g30ifvg555x/', '0', 'Hypercasual', 0, 0, '', 'jelly-parkour'), (13801, 'Poppy Playtime Survival', 'This new horror game quickly gained popularity because of well-detailed graphics and thrilling atmosphere. And the interesting background of this spooky story makes you play more to discover all the secrets that are hidden behind this accident. Start Poppy Playtime right now and test it yourself on this site! Discover the backstory You are an ex worker from the toy factory that delivered the most amount of dolls and cars that all girls and boys love so much. This is a dream job – you work at a funny and beautiful place, create cool toys and make all children happy with them. So what could go wrong? According to the news, one day all your coworkers went missing, and the factory was closed. The investigation was held, but it didn’t give much information. And in this game you will return to this scary building to discover all secrets and find the answers yourself. One thing that will totally help you are the cassettes that are lying around starting from the first room. Of course, in every room you can find the special TVs and DVDs that allow you to watch videos about this building. You can discover interesting information and learn controls. Search for green cassettes and yellow tape to watch the videos and learn necessary stuff to continue the process. And when you are ready, start the game and prepare for the exciting adventures. The controls in Poppy Playtime are pretty easy. You can walk, bend down, run and grab things with the special item you receive during first levels. The game is separated into chapters, and the quests become more difficult by the end. So show all your skills to reach the final. And don’t forget that frightening toys are chasing you. The factory full of fascinating quests and hazards The location in this game is huge. You will explore different rooms, halls and even vents. But don’t think that you start to play, and every room will open automatically. You need to pass various quests to unlock the doors and get necessary clues and keys. In the beginning of your walkthrough they are simple and interesting. For example, you need to guess what code you should use to open the door. And to complete this mission, you should look around searching for some colorful toys. Also, you will receive a cool tool that can help you in many quests. It is a special toy that you can wear on your back. It has two hands that you are able to lengthen to get items that are located higher than you are. Also, many rooms are locked with a special mechanism. You should press the palm shaped button with your hands, and the door will open. And what makes the Poppy Playtime a real horror is an antagonist. It is a huge blue soft toy with long legs and arms and a creepy red smile. You are able to meet him in the second location, but the moment you go forward, he disappears. And from this moment he is going to chase you on the whole factory. Prepare for unexpected screamers and a thrilling atmosphere, because you can expect him to jump on you every minute. And be sure, one time he will totally do it! So go and press the start button. Quickly join this community not to miss the hype that is going around this cool product. Good luck!', 'https://img.gamemonetize.com/iethnkm9gt8fc2bgopavrw9zpg5ehmt6/512x384.jpg', 'https://html5.gamemonetize.com/iethnkm9gt8fc2bgopavrw9zpg5ehmt6/', '0', 'Action', 0, 0, '', 'poppy-playtime-survival'), (13802, 'Pumper Crazy Defence', 'Pumper Crazy Defense is a top down defense game. You must destroy the enemies that constantly come upon you. During the war, you can earn money and do character development. Increase health, deal 2x damage, 2x bullets, etc. There are amazing talents. Hold your breath and start the war in this game.', 'https://img.gamemonetize.com/kp4ecindzau92zrtsmrdyxc6h7z2kztj/512x384.jpg', 'https://html5.gamemonetize.com/kp4ecindzau92zrtsmrdyxc6h7z2kztj/', '0', 'Action', 0, 0, '', 'pumper-crazy-defence'), (13803, 'Zombie Clash 3D', 'This Halloween join a band of Harlequins in their attempt to take back an abandoned circus site from evil Zombies. Arm yourself with deadly double barrelled shotgun or a special crossbow shooting explosive arrows and lead your way to victory! Be on guard - evil Zombies want to enjoy Halloween party too, so be prepared for some cruel resistance. Try to sneak the Scarecrow dummy from the Mad Circus and deliver it to enemy base to become victorious. Upgrade your weapons and unlock golden skins. Shoot as many zombies as you can this Halloween and get to the top scores.', 'https://img.gamemonetize.com/qf4bszktq31gtznbfro0ih23k7dg53ws/512x384.jpg', 'https://html5.gamemonetize.com/qf4bszktq31gtznbfro0ih23k7dg53ws/', '0', 'Shooting', 0, 0, '', 'zombie-clash-d'), (13804, 'Christmas Salon', 'Help animals and cute Santa to design! Design hair, fur, and Santa\'s beard put on cute winter clothes, make cookies and frozen ice cream, decorate the Christmas tree, and more. Start your winter makeover adventure!', 'https://img.gamemonetize.com/pr9spms0cb6wdl3pzlxrez49bb1pjqwa/512x384.jpg', 'https://html5.gamemonetize.com/pr9spms0cb6wdl3pzlxrez49bb1pjqwa/', '0', 'Girls', 0, 0, '', 'christmas-salon'), (13805, 'Bubble Shooter Candy Wheel', 'This is a special bubble shooter game in which you will find a rotating wheel of bubbles. To complete the game you need to collect all the bubbles on the wheel. Shoot the bubble towards the wheel to make the group of at least three bubble of the same color. Your points are reducing with the time, So finish the game early to save more points.', 'https://img.gamemonetize.com/qse0aw7zoxgnbepwu0vxmbm2e12yxkha/512x384.jpg', 'https://html5.gamemonetize.com/qse0aw7zoxgnbepwu0vxmbm2e12yxkha/', '0', 'Puzzles', 0, 0, '', 'bubble-shooter-candy-wheel'), (13806, 'Attack Of Monsters!', 'Monsters Are So Angry! Attention, they are attacking us, we need to protect ourselves. The only way to defeat monsters is to use good monsters. Defeat evil monsters using good-hearted monsters and spells!', 'https://img.gamemonetize.com/3dppjcpph9h1fu8qep5e85cbgah5mrba/512x384.jpg', 'https://html5.gamemonetize.com/3dppjcpph9h1fu8qep5e85cbgah5mrba/', '0', 'Adventure', 0, 0, '', 'attack-of-monsters'), (13807, 'myDream Universe', 'myDream Universe is a sandbox space simulation game. You can make your own dream galaxy any time, any way. Start from a small asteroid absorbing other asteroids to form a solar system. Roaming sandbox universe and discover wandering planets or solars, your solar system can earn GP and mass. GP is important to build your system. It is very easy to earn, simply roaming the universe and near other planets you will receive a GP. Mass is everything in the universe. Biggest mass planet alway can destroy other smaller mass planets. So, find smaller mass planets and absorb them, and away from heavy mass planet is the survival rule in the universe. Also mass is available on everywhere, roaming the universe. It is easy to find asteroids, absorb them to develop your planets. This game is mainly focus on develop and growth the solar system. Absorbing mass is slow and long term. Once your sun has enough mass, it can be transform to neutron star or blackhole. In order to let you freely build your dream solar system, we provide a 100 save area. So you can build up to 100 different solar system. Grow you solar, enjoy to build the galaxy. Discover Sandbox Planets, create your own solar system, galaxy, universe, space Android : https://play.google.com/store/apps/details?id=com.unknownprojectx.mydream.universe', 'https://img.gamemonetize.com/a4ytt9mw9kgdduma72ags4v2acrnzk3t/512x384.jpg', 'https://html5.gamemonetize.com/a4ytt9mw9kgdduma72ags4v2acrnzk3t/', '0', 'Clicker', 0, 0, '', 'mydream-universe'), (13808, 'The Smurfs Jigsaw', 'The Smurfs Jigsaw is a jigsaw puzzle game we prepare for you to spend your spare time. There are 18 images of The Smurfs. You need to put the pieces into the right position to finish the jigsaw. Then you can unlock the next image. Enjoy the game.', 'https://img.gamemonetize.com/udh2ttiegb2z0yzc3wjfkzzakex12mah/512x384.jpg', 'https://html5.gamemonetize.com/udh2ttiegb2z0yzc3wjfkzzakex12mah/', '0', 'Puzzles', 0, 0, '', 'the-smurfs-jigsaw'), (13809, 'Word Connect Game', 'Word Connect is an exciting puzzle game! Focus on finding all the hidden words in a given letter and connecting them in any way you like! It started as a simple word game and became challenging! You\'ll have fun improving your vocabulary and spelling skills. Your brain will thank you for the exercise! Good luck!', 'https://img.gamemonetize.com/vq8cdq3c4s2hzq9wklm7kw1plgznzpt2/512x384.jpg', 'https://html5.gamemonetize.com/vq8cdq3c4s2hzq9wklm7kw1plgznzpt2/', '0', 'Boys', 0, 0, '', 'word-connect-game'), (13810, 'Drop It Game', 'Drop It is a gem elimination puzzle game. It moves the gem horizontally, fills the gem with a line, and eliminates the high score. Eliminate one line and score. If you eliminate multiple lines, you get a high score. If the player\'s gem reaches the top, the game ends. The game is both fun and strategic. It requires the player to observe, judge, move and finally reach a line, or lines.', 'https://img.gamemonetize.com/11kpufif3i6jq4m8wysxb0gvetycot26/512x384.jpg', 'https://html5.gamemonetize.com/11kpufif3i6jq4m8wysxb0gvetycot26/', '0', 'Boys', 0, 0, '', 'drop-it-game'), (13811, 'Bear Home', 'This is a funny, challenging and an Educational game. In this game you need to count how many bears are going inside the home and coming out from the home in order to find the number of bear inside the house at the end of level. Watch and count carefully to get the next level.', 'https://img.gamemonetize.com/pwabqtu37pwpkegiphevq17rfti79zl0/512x384.jpg', 'https://html5.gamemonetize.com/pwabqtu37pwpkegiphevq17rfti79zl0/', '0', 'Puzzles', 0, 0, '', 'bear-home'), (13812, 'Donut Factory', 'In an endless game where the conveyor accelerates, you also need to accelerate along with the conveyor and overcome its speed to break your records. The donut factory specializes in making donuts, it has many branches all over the earth! And you are lucky to work in this beautiful factory and make delicious donuts! But due to the negligence of some employees, donuts without glaze get on the conveyor - you need to pour them with glaze.', 'https://img.gamemonetize.com/0cjke58smqgt87oyhviqeq9rkv5cwqyu/512x384.jpg', 'https://html5.gamemonetize.com/0cjke58smqgt87oyhviqeq9rkv5cwqyu/', '0', 'Hypercasual', 0, 0, '', 'donut-factory'), (13813, 'One Plus Two is Three', 'Try your brain skills with this great math game! Play this fun math game with an intense adrenaline booster on your head. As the timer is really quick, be as fast as you can to answer the question and clear the puzzles. But is not easy to get a reply when the time is over! Have fun with this great math app game!', 'https://img.gamemonetize.com/2q790ocxw7k4i9iqvicrciugx6x6ikcp/512x384.jpg', 'https://html5.gamemonetize.com/2q790ocxw7k4i9iqvicrciugx6x6ikcp/', '0', 'Puzzles', 0, 0, '', 'one-plus-two-is-three'), (13814, 'Rocket Defender', 'Defend your Earth from a meteor storm in this classic arcade game. Use your cannon to destroy all falling meteors and play through endless levels and protect your houses. Never give up and hold on for as long as possible, and after then put your personal record. Immerse yourself in this fantastic 80\'s Missile Command style Arcade game.', 'https://img.gamemonetize.com/q83ekjtbcyty68s21fxnyx3x2orklnwk/512x384.jpg', 'https://html5.gamemonetize.com/q83ekjtbcyty68s21fxnyx3x2orklnwk/', '0', 'Boys', 0, 0, '', 'rocket-defender'), (13815, 'Christmas Slide Puzzle', 'Christmas Slide Puzzle is a simple HTML5 classic puzzle game. Move pieces of christmas images between tiles to arrange them in correct order to reassemble the image. Touch or click a block to shift it on adjacent blank place. Have fun.', 'https://img.gamemonetize.com/vcp88tux4lgx3su6bfwpi17nns7444zr/512x384.jpg', 'https://html5.gamemonetize.com/vcp88tux4lgx3su6bfwpi17nns7444zr/', '0', 'Puzzles', 0, 0, '', 'christmas-slide-puzzle'), (13816, 'Neon Ball 3D', 'Guys, now we will stretch our fingers a little and test your nerves for strength. In the skill game "3D Neon Ball Run", you will play with a very nimble bright ball that will rush forward towards new adventures. Your task is to help the neon ball overcome the longest distance and demonstrate the wonders of agility, resourcefulness and truly lightning-fast reaction. Each new race will be accompanied by new beautiful landscapes. Along the way, you will collect multi-colored grains. The more you collect them, the more bonus points you will earn. Try to go as much as possible and acceleration will wait for you through a certain segment. Here - then you will check yourself on the speed of reaction. Prove to everyone that you can overcome all difficulties and become a real champion and number one. Enjoy your game and good luck!', 'https://img.gamemonetize.com/v70hgfjjlqtzyzuxi2qc8hzdf83dacjw/512x384.jpg', 'https://html5.gamemonetize.com/v70hgfjjlqtzyzuxi2qc8hzdf83dacjw/', '0', 'Clicker', 0, 0, '', 'neon-ball-d'), (13817, 'Follow Line', 'In the game "Follow the Line 2" you have to demonstrate the wonders of agility and quick reactions. At the start, a ball will be waiting for you, which you will control. He will rapidly fly forward, and your task is to maneuver him among the numerous obstacles and cunning traps. This game will not only test your agility, but also the lightning speed of your reaction. At first, the traps will be very simple and it will be very easy to dodge, but that\'s the way it was intended. As soon as you relax, you will suddenly come across some complex and tricky obstacle, which is not so easy to get around. Be attentive and try to move around the playing field dexterously. You can play over and over again to improve your highscore and beat yourself. Have a good game!', 'https://img.gamemonetize.com/c82r48rypzyjphmi4awt8ink3zy41wsi/512x384.jpg', 'https://html5.gamemonetize.com/c82r48rypzyjphmi4awt8ink3zy41wsi/', '0', 'Puzzles', 0, 0, '', 'follow-line'), (13818, 'Ball Race 3D', 'Crazy Ball: Swift Motion is a game for the real fans of speed. You will play a quick ball that rushes headlong towards victory despite the obstacles. To start the race, you need to launch the ball. It is from this moment that the crazy competition of fast-paced balls will begin. You must keep a close eye on the road while driving. There will be many obstacles on it, between which you have to maneuver. If you stumble upon one of the constructions, then you will lose and you will have to start over. But do not be upset, because in the new race you will be able to demonstrate your skills to a new level. To speed up, try not to miss a single booster with arrows. They will help you get ahead and leave less fortunate opponents behind. Also, collect various bonuses and gold coins. Having accumulated a certain amount, you can unlock a new skin. With the new ball, the game will become much brighter and much more fun to play. Enjoy your game and good luck!', 'https://img.gamemonetize.com/nd59pm0cms2oqjg96ojlb8lzgedyw3bv/512x384.jpg', 'https://html5.gamemonetize.com/nd59pm0cms2oqjg96ojlb8lzgedyw3bv/', '0', 'Arcade', 0, 0, '', 'ball-race-d'), (13819, 'Kill impostors', 'An exciting game of speed and reaction in which you have to kill the impostors and collect various bonuses! Earn points, set new records and get into the leaderboard!', 'https://img.gamemonetize.com/hjqad2ldg4su511x5sa7lcqh7qgiffvo/512x384.jpg', 'https://html5.gamemonetize.com/hjqad2ldg4su511x5sa7lcqh7qgiffvo/', '0', 'Hypercasual', 0, 0, '', 'kill-impostors'), (13820, 'Squid Challenge Game', 'Squid Challenge: Survival Game is the thrilling and fascinating 3D traditional simulator K- games that are based on famous childhood Korean games, this game promises to bring you the most realistic experience of the main character - Player 456. Beat off other competitors and be the only one who win 45.6$ billions Golden Piggy Bank', 'https://img.gamemonetize.com/o6j82tmc56kndx9wer72q7gyl3pcwk2z/512x384.jpg', 'https://html5.gamemonetize.com/o6j82tmc56kndx9wer72q7gyl3pcwk2z/', '0', 'Arcade', 0, 0, '', 'squid-challenge-game'), (13821, 'Elsa Frozen Christmas Dress up', 'Christmas is here and the princesses have gotten together for their annual Secret Santa party. The four besties Elsa, Moana, Ariel, and Mulan are at it again. After they draw the names, help each princess decide on what gift to buy their Secret Santa. Make sure you pick the right gift to make them happy!', 'https://img.gamemonetize.com/wtl5jjsq011chs77szjxfzpkx04bibtd/512x384.jpg', 'https://html5.gamemonetize.com/wtl5jjsq011chs77szjxfzpkx04bibtd/', '0', 'Girls', 0, 0, '', 'elsa-frozen-christmas-dress-up'), (13822, 'Game Changer', 'GameChanger is an adventure game with loads of traps and hurdles. Here is our cute little guy too has to reach the destination. For that help the little guy to successfully manage and escape from the traps; complete all levels and win the game.', 'https://img.gamemonetize.com/esnoyrx7g5e6jvxmvrw8ff68fspa6th2/512x384.jpg', 'https://html5.gamemonetize.com/esnoyrx7g5e6jvxmvrw8ff68fspa6th2/', '0', 'Racing', 0, 0, '', 'game-changer'), (13823, 'Planktoon', 'Collect all the plankton generated by the funny green creatures, be careful don\'t touch them or you\'ll lose a life! The main goal of the game is collect as much plankton as possible and sign your personal record in the scoreboard. Occasionally you will see a red balloons, touch them and earn a bonus of +100 points. Enjoy with this great nice game. Key Features: - Very easy for all Kids. - 3D Graphics. - 3D animations. - Sound Effects fantastic. - Fun music. - Colorful and fun.', 'https://img.gamemonetize.com/66y3sg6fxk45jonr5kiwfd2wezy40z65/512x384.jpg', 'https://html5.gamemonetize.com/66y3sg6fxk45jonr5kiwfd2wezy40z65/', '0', 'Clicker', 0, 0, '', 'planktoon'), (13824, 'Dexitroid', 'Dexitroid a fun fast-paced game to play on. Boost your reflex and move the bar ahead of traps and achieve high scores. Survive as long as you can in the fun-based game and have fun.', 'https://img.gamemonetize.com/skpfcm8jbk5kv4alh1c02vrpli95866m/512x384.jpg', 'https://html5.gamemonetize.com/skpfcm8jbk5kv4alh1c02vrpli95866m/', '0', 'Hypercasual', 0, 0, '', 'dexitroid'), (13825, 'Truck Parking Simulator 3D', 'Drive a selection of Awesome Vehicles, from Sedans through Sports Cars, Buses to even the most outlandish ones – a Tow Truck, a Fuel Tanker Truck and more! Explore a realistic Gas Station and the environment beyond! GAME FEATURES: â–¶ MASSIVE GARAGE: Now with 6 new vehicles up to a total of 13! â–¶ MULTIPLE MISSIONS: Drive, fill up the tank, tow other cars & park in 60 exciting missions (30 brand new!) â–¶ GAS IT: See how fast can you complete all the challenges and earn stars for your progress! â–¶ FREE TO PLAY: All the way through, no strings attached! Developed with fans of realistic driving and authentic car experiences in mind, Gas Station offers a unique opportunity to test your driving skills in a bunch of exciting vehicles! Variety is the name of the game here, as the cars vary in not only appearance, but – more importantly – in their performance and the way they handle! Sit behind the wheel of a trusty Sedan, which after a few missions you will switch for a nimble 4x4! Don’t get too attached to it – new missions and challenges come fast and furiously, don’t leaving you much time to get overly confident or – more importantly – bored. You will get to test drive those awesome cars and show your yearning for speed in a diverse, exciting location. Try not to spend too much time looking out the window though! You will have to be careful and mindful of the traffic and other obstacles that may stand in your way. If you aren’t you may end up in a crash! In addition to driving you will accomplish other diverse and exciting tasks. How will you your approach to steering the car change with a heavy trailer attached? Will you be able to fit a long, heavy, unwieldy bus into narrow parking spots at the gas station? Do you have what it takes to assist other drivers that need help? Being safe is as important as driving fast here! If you crash, you won’t be able to finish your job and earn your rewards. Those are necessary for your progress. With money earned for completing the job on time you will be able to buy additional vehicles and unlock new challenges. Of course the faster you accomplish your task, the higher the rewards. You will have to manage speed and safety to arrive at your destination on time and without a scratch. It’s not a race, but time is definitely a factor. Don’t get crazy and you will surely find the right balance. Get on the street and start driving now! In the hour of need you’ll be able to use additional means to help you. If you crash you can rewind time to save you from having to repeat the whole course from scratch. This way you can enjoy the realistic driving the game has to offer without replaying the levels too often! Enter our Gas Station and let it surprise and excite you! Find new ways of driving and appreciating amazing the automobiles in all their glory', 'https://img.gamemonetize.com/mmxnvktxzmrt3u881d2ho40lwxlc7fcy/512x384.jpg', 'https://html5.gamemonetize.com/mmxnvktxzmrt3u881d2ho40lwxlc7fcy/', '0', 'Racing', 0, 0, '', 'truck-parking-simulator-d'), (13826, 'Cube Surfer 3D', 'Stack Cube Surfer 3D is a free 3D arcade game where the player needs to stack cubes to make a tower run and surf on the road to reach the finish line by making a color line. Stack cube surfer 3d Free 2020 lets you play thousands of levels without getting bored. Have u get crazy by stacking games of run jump games of stacking block stacks and want to try a new idea of stack cube surfer 3d! run collect cubes games. Just move a finger for stack cube surfer 3d to make colorful stack blocks in this staking tower run games for free stack cube surfer 3d. Would u like to play with one finger on the app and want to relax your mind with stack cube surfer 3d then try it now? Fantastic performance of this stack cube surfer 3d on all devices. New updates bring a performance boost. Harder levels of stack cube surfer 3d have never been so much fun. In this unique cube, a surfing game collects the blue cubes and dodge the brown boxes to win the race. Collect the boxes and make high towers. More cubes, more fun. Understand the rotation pattern to get across because they are the tough one! Let Ultimate Stack cube surfer 3d features: - Free 2020 game to download - Easy to control. Can you beat the highest score? - Release pressure and very enjoyable levels! - Free and easy to play but hard to master - Addictive, thrilling, and entertaining gameplay! - Beautiful Graphics - Free 3d Arcade game to download - Cool soundtrack and background music - Easy to play and smooth control - Endless hour of fun and entertainment Amazing control and free to play a game in 2020 is always a great combo. Are you ready to surf the cubes? Amazing control and cool soundtracks. Collect shining coins and get a bonus reward for surfing higher stacks. Higher the cube tower, the higher the surfing reward. Stack cube surfer 3d is a great color adventure game with many unlockable characters that can be bought with in-game currency. Touch the sky like stacking cubes. Stack cube surfer 3d is an extraordinary shading experience game with numerous unlockable character which can be purchased with game money. Contact the sky like a square flying creature by stacking 3D shapes. Can you clear all the challenging levels? If yes, INSTALL now! It’s free, you can download it easily from the google play store and can play different amazing levels without getting bored. Play now and achieve your mission and get a huge score that no one can beat. Stack cube surfer 3d is your ultimate free challenge. Play this stacker original with all the energy you got. Save your cube jumper from sliding surfaces and other obstacles. Surf your stack cube surfer 3d to the finish line across the harder cube 3d levels.', 'https://img.gamemonetize.com/hetgrwvrmy67mplgzo7kkx0zvp1g840k/512x384.jpg', 'https://html5.gamemonetize.com/hetgrwvrmy67mplgzo7kkx0zvp1g840k/', '0', 'Hypercasual', 0, 0, '', 'cube-surfer-d'), (13827, 'Squid Game Run Rush 3D', 'Survival Squid games are becoming a reality in the modern world. In case of victory, the best one gets a cash prize and recognition. Many mobile games have been created on the topic of survival, where each player tested fate, endurance, and their own health. There will be only one winner in a Squid Game All Levels', 'https://img.gamemonetize.com/7xdogv5llxqz9mqbhg97vclubaoksp7m/512x384.jpg', 'https://html5.gamemonetize.com/7xdogv5llxqz9mqbhg97vclubaoksp7m/', '0', 'Adventure', 0, 0, '', 'squid-game-run-rush-d'), (13828, 'Swing Helicopter', 'It is easy to control but hard to get a high score! Just tap the screen to control the helicopter and try to avoid colliding with miscellaneous obstacles. There are many achievements for you to challenge.', 'https://img.gamemonetize.com/cxovruftdhndf3uc9dxfruzdxpfnjlcn/512x384.jpg', 'https://html5.gamemonetize.com/cxovruftdhndf3uc9dxfruzdxpfnjlcn/', '0', 'Racing', 0, 0, '', 'swing-helicopter'), (13829, 'Rich Race 3D', 'Rich makeover run 3d game runner fun race is new dress-up game 2021 for girl and boys†Play this exciting perfect rich makeover run 3d game for free with having fun of dress-up girl fashion battle catwalk beauty show in this brand new games 2021 of fun race 3d.In this rich run 3d game u have collect all the cash, prize bond and other costly gift of body race to get more rich in this rich run 3d game for free that run over bridge race. Enjoy the perfect makeover run race 3d adventure with having dress-up fashion battle queen bee to try your luck as fun race 3d player. In rich girl shaping mall game of hair challenge Collect more money to become more rich and beautiful for dress-up fun of queen bee fashion battle of catwalk beauty rich games 2021 to achieve fun for arrow fest. Tap and start this rich family games running over the bridge race track to collect diamond, cash, gold, much more as u can in this rich run race 3d game 2022 to becomes fat to fit. “Rich run game 3d is with Exciting mode of Perfect makeover run hair race challenge to becomes fidget trading master for girls†Just collect More cash in this rich makeover run 3d games that will make your outfit dress up runner 3d look more attractive and good looking because u are rich man and can buy everything that u like in this rich run fun race 3d.in this rich run 3d games if you collect more bills,animal and some other raw material then u will get poor of rich run 3d game having no money no good dress. Must try this rich run 3d low MB game 2021. Rich runner 3d is top trending popular games for free to becomes rich and enjoy life of rich man in this rich runner game for boys & girls. In this rich running 3d you have to focus on running so u can get more beautiful and rich in this makeover run rich games 2022.It is time to focus on rich running game so lover run 3d not get more rich than u in this family run 3d game 2021.If u really want to play this rich heaven run 3d then u have to care about the hurdle of body race game that are putting on the runway track for run of life. Are u ready for Rich Run 3d challenge Runner Game with perfect makeover run? Then must try this body race DNA run 3d game with thrilling game play of makeover run to enjoy the fun race 3d game.in this rich run 3d Collect diamond bag that have more cash for rich fun race 3d.', 'https://img.gamemonetize.com/9eii7gx1b0g8q7ard1eiufwshfjrgx8f/512x384.jpg', 'https://html5.gamemonetize.com/9eii7gx1b0g8q7ard1eiufwshfjrgx8f/', '0', 'Arcade', 0, 0, '', 'rich-race-d'), (13830, 'Spiderman Spot The Match 3 Puzzle', 'Test your detective skills, play the best jigsaw puzzle games - Find the Differences - Spiderman Spot Game, and find the difference in pictures! If you love playing logical games, join in and play the best guess the difference games ever! Get ready for find the difference adventure and spot them all like a pro puzzle player! Practice your mental, concentration, and observation skills by playing spot the difference games for adults and kids. Find the difference between two pictures and improve problem-solving, logical, cognitive skills! If you want to play awesome logical games, get guess the difference games and test your puzzle solving skills.', 'https://img.gamemonetize.com/dtajl72512dmynq827udfiou0uyamnk8/512x384.jpg', 'https://html5.gamemonetize.com/dtajl72512dmynq827udfiou0uyamnk8/', '0', 'Puzzles', 0, 0, '', 'spiderman-spot-the-match--puzzle'), (13831, 'Spiderman Bubble Shooter', 'Surely you are no stranger to bubbles shoot games, but what if spiderman shoot balls? Spiderman Bubble Shooter 2 is an addictive bubble popping game with hundreds of puzzle levels and fun challenges. Play for free today and join the balloon-crushing fun!', 'https://img.gamemonetize.com/jvg72jf1d89cu0d8c2qd0mb3f2apv755/512x384.jpg', 'https://html5.gamemonetize.com/jvg72jf1d89cu0d8c2qd0mb3f2apv755/', '0', 'Puzzles', 0, 0, '', 'spiderman-bubble-shooter'), (13832, 'Power Rangers Color Fall Pin Pull', 'Power Rangers Color Fall - Pin Pull is a captivating puzzle game in which everything revolves around colors and Power Rangers. The purpose of this game is very simple - all you need to do is to Pin Pull the right to make the colors go to right container. Only challenge is to pull them in the right order. It’s going to be extremely engaging and fun. The more stars you get, more rewards you earn. There is no time limit but each level has target points to proceed to the next level. Unlock high-powered pins to make your play more exciting and effective. You want to have some fun? Play Power Rangers Color Fall - Pin Pull game for free. Relax your brain and have a good time. Power Rangers Color Fall - Pin Pull Game Features: - One finger control game - Best brain exercising and testing game - Filled with tons of juggling colors - Lots of tricky levels with pins', 'https://img.gamemonetize.com/l6qbx1urpcqzfkqdpkvpbxxf0htp7o4q/512x384.jpg', 'https://html5.gamemonetize.com/l6qbx1urpcqzfkqdpkvpbxxf0htp7o4q/', '0', 'Puzzles', 0, 0, '', 'power-rangers-color-fall--pin-pull'), (13833, 'Super Mario Bubble Shooter', 'Do you like Puzzle games? Do you love Mario? If the answer is yes then you should not miss Super Mario Bubble Shoot game. If you want to experience more exciting games like this, visit our website. Surely you have played through very famous games like super mario, super Mario bros? And if you like Mario and shooting balls, then you can\'t miss Super Mario Bubble Shoot Puzzle, a classic ball shooting game with balls in the shape of characters from the Mario world.', 'https://img.gamemonetize.com/ssx8rxopc8ixwax3ca74vqghlxiz5p5k/512x384.jpg', 'https://html5.gamemonetize.com/ssx8rxopc8ixwax3ca74vqghlxiz5p5k/', '0', 'Puzzles', 0, 0, '', 'super-mario-bubble-shooter'), (13834, 'Stack Christmas Santa', 'This is funny Christmas game with Santa Claus. You need to match three same Santa\'s and to make to disappear them. Match them horizontally or vertical. You will made tower of Santa\'s so you need to decide which Santa will be destroyed first. Play clever and have fun. Earn points and play longer as you can. when you reach to the top of the game the game will over.', 'https://img.gamemonetize.com/8hkz0tcxtyu3bqof4ycs9pcxxgu32qur/512x384.jpg', 'https://html5.gamemonetize.com/8hkz0tcxtyu3bqof4ycs9pcxxgu32qur/', '0', 'Puzzles', 0, 0, '', 'stack-christmas-santa'), (13835, 'Squid Game Christmas Coloring', 'Squid Game Christmas Coloring is a free online coloring and kids game! In this game you will find eight different pictures which have to be colored as fast as you can to obtain a great score at the end of the game. You have 23 different colors to choose. You can also save the colored image. Have fun!', 'https://img.gamemonetize.com/yu3gp1qtvk5c1e6ueohw7dd20xg0zztr/512x384.jpg', 'https://html5.gamemonetize.com/yu3gp1qtvk5c1e6ueohw7dd20xg0zztr/', '0', 'Puzzles', 0, 0, '', 'squid-game-christmas-coloring'), (13836, 'Rescue Power Rangers Pull The Pin', 'Power Rangers Rescue game has a lot of success review and player this MONTH that significantly improves overall game performance, especially on mobile phones. To play the game just touch the screen buttons if you use a mobile device', 'https://img.gamemonetize.com/y4y47qwqlppg13nlaktz0dziudeg8k7v/512x384.jpg', 'https://html5.gamemonetize.com/y4y47qwqlppg13nlaktz0dziudeg8k7v/', '0', 'Puzzles', 0, 0, '', 'rescue-power-rangers--pull-the-pin'), (13837, 'PINK ROOM ESCAPE', 'Pink Room Escape is a point and click escape game developed by 8BGames. Imagine that you fell asleep at night. When you wake up, you were in a new Pink room. Find some hidden object to solve some interesting clues to escape from the Pink room. Good luck…Have fun!', 'https://img.gamemonetize.com/xtzjpwctscc7nl0u3pv9kkz00y7uq57t/512x384.jpg', 'https://html5.gamemonetize.com/xtzjpwctscc7nl0u3pv9kkz00y7uq57t/', '0', 'Puzzles', 0, 0, '', 'pink-room-escape'), (13838, 'Ben 10 Universe Color Fall ', 'Ben 10 Universe Color Fall - Pin Pull is a captivating puzzle game in which everything revolves around colors. The purpose of this game is very simple - Ben 10 Universe all you need to do is to Pin Pull the right to make the colors go to right container. Only challenge is to pull them in the right order. It’s going to be extremely engaging and fun. The more stars you get, more rewards you earn. There is no time limit but each level has target points to proceed to the next level. Unlock high-powered pins to make your play more exciting and effective.', 'https://img.gamemonetize.com/oy9zb8d0670wp33twgfns1h96rkr1m72/512x384.jpg', 'https://html5.gamemonetize.com/oy9zb8d0670wp33twgfns1h96rkr1m72/', '0', 'Puzzles', 0, 0, '', 'ben--universe--color-fall-'), (13839, 'Ben 10 Matching The Memory Cards', 'One of your best friends, Ben 10 is back! Your favorite superhero is bringing for you today the new Ben 10 Matching the Memory game for boys, in which you will have to be very careful and concentrated in order to have the highest score of the challenge. Today, you will have to be very careful, because you can see that Ben 10 has prepared a lot of levels, and you will have to make sure that in the shortest time, you will manage to finish eac', 'https://img.gamemonetize.com/jtzjp4lto2toraw7b17x612oxypju8vm/512x384.jpg', 'https://html5.gamemonetize.com/jtzjp4lto2toraw7b17x612oxypju8vm/', '0', 'Puzzles', 0, 0, '', 'ben--matching-the-memory-cards'), (13840, 'Spiderman Rescue Pin Pull Challange', 'Spiderman Rescue game has a lot of success review and player this MONTH that significantly improves overall game performance, especially on mobile phones. To play the game just touch the screen buttons if you use a mobile device.", "instructions": "Tap object to control', 'https://img.gamemonetize.com/zxshg0mo4jt44oefrm6to2n46meyxhwg/512x384.jpg', 'https://html5.gamemonetize.com/zxshg0mo4jt44oefrm6to2n46meyxhwg/', '0', 'Puzzles', 0, 0, '', 'spiderman-rescue--pin-pull-challange'), (13841, 'Ben 10 Halloween Bubble Shoot', 'Boy Ben found himself in the mystical world of Halloween thanks to the Ben 10 Halloween Bubble Shooter game, but he wasn\'t scared at all. In battles with aliens he saw a lot of amazing, sometimes terrible and incomprehensible. Therefore, the sight of witches, vampires, werewolves and other undead will not surprise the hero at all. On the contrary, he has already adopted a broom and built a fire with a huge cauldron, from which the bubbles will fly. With them, he intends to bombard the cloud of bubbles in order to free all the unfortunate creatures that the Halloween ghost has captured. After shooting, there should be three identical bubbles nearby at least in Ben 10 Halloween Bubble Shooter.', 'https://img.gamemonetize.com/q3sffnzyaqe8fo3fis9urkfu3gyou7jp/512x384.jpg', 'https://html5.gamemonetize.com/q3sffnzyaqe8fo3fis9urkfu3gyou7jp/', '0', 'Puzzles', 0, 0, '', 'ben--halloween-bubble-shoot'), (13842, 'Escape Plan in Squid Game', 'Choose the best jailbreak story from the best criminal escape master games of 2021 and plan the ideal prison escape. Experiment with free prison escape strategy games for download in the incredible Escape Plan Game in 3D. In the escape master game, prisoners must launch the escape plan step by step and demonstrate their innocence in order to be released. You should not miss out on playing Escape Master Game, which is a strategy game. In order to successfully escape from prison, you must devise a prison breakout strategy. Excellent prison element. Plan games are one of our most popular escape from prison games. The police are completely unaware of the capabilities of your impressive strategy powers; escape from a maximum security prison and outwit every cop who gets in your way in this most incredible of incredible escape prison games. In this jail escape plan game, you must devise an escape strategy and maintain control over your players in order to avoid obstacles such as security lights, cops, and other inmates.', 'https://img.gamemonetize.com/irolhqv05urbrzlsj37nfueqpj1nhfzm/512x384.jpg', 'https://html5.gamemonetize.com/irolhqv05urbrzlsj37nfueqpj1nhfzm/', '0', 'Action', 0, 0, '', 'escape-plan-in-squid-game'), (13843, 'Spider Man Rescue Online', 'Have fun with this new exclusive game from kiz10.com in Spider Man Rescue Online you will help our favorite hero to save the citizens captured by a fearsome criminal organization !!! Become a real hero with this game the little spiderman will seek to save the hostages and will capture all the enemies in his spider web. The objective of the game is to control the little spider man so that he can shoot his spider web at the precise moment and thus capture the enemies that are located on different platforms. But be very careful that they will not hesitate to shoot you if you don\'t, glide through the platforms, jump and shoot when they have multiple enemies in your sights. The more enemies you eliminate and complete each level you will be able to accumulate reward in coins that will allow you to improve your hero suit and with this improve your spider web, do not give up and reach the final bosses of the month that you are the hero that everyone expects.', 'https://img.gamemonetize.com/jisaw60do3k71bwcshv69tkv0p1b2x5g/512x384.jpg', 'https://html5.gamemonetize.com/jisaw60do3k71bwcshv69tkv0p1b2x5g/', '0', 'Hypercasual', 0, 0, '', 'spider-man-rescue-online'), (13844, 'Santa Puzzle For Kids', 'An educational puzzle game for your child. While playing the Christmas themed puzzle game, your child will have fun and learn at the same time.', 'https://img.gamemonetize.com/wfknys72ygr6d8s9jlvodyapiw009hea/512x384.jpg', 'https://html5.gamemonetize.com/wfknys72ygr6d8s9jlvodyapiw009hea/', '0', 'Puzzles', 0, 0, '', 'santa-puzzle-for-kids'), (13845, 'Sleepy Santa', 'Welcome to the Sleepy Santa. Help to wake up the Santa before Christmas. Click and clear the blocks to wake up the Santa. Sounds fun right. This game has several levels. Enjoy playing this new game for Christmas and have fun!', 'https://img.gamemonetize.com/3szvqd8nfa2rmolbiftprwsmlwa3xc45/512x384.jpg', 'https://html5.gamemonetize.com/3szvqd8nfa2rmolbiftprwsmlwa3xc45/', '0', 'Puzzles', 0, 0, '', 'sleepy-santa'), (13846, 'Xmas Gingerbread House Cake', 'Xmas Gingerbread House Cake is a very interesting cooking game with Frozen\'s character Elsa in it. Christmas is coming! Do you have any plans about the holiday? Come and play this wonderful new released cooking game. Guess what? This time you can make a house cake together with Elsa! And decorate it with cute Santa Claus doll and sweet cream and candies. Based on your choices of these beautiful decorations, your unique house cake is done. Call your friends and let them play this game with you to see who make the best house cake!', 'https://img.gamemonetize.com/ynvszyfrpie04ze6dv53fzp3aygabcqg/512x384.jpg', 'https://html5.gamemonetize.com/ynvszyfrpie04ze6dv53fzp3aygabcqg/', '0', 'Girls', 0, 0, '', 'xmas-gingerbread-house-cake'), (13847, 'Vivo Jigsaw', 'Vivo Jigsaw is a very addictive puzzle game. Have you seen the latest published film called Vivo? It\'s a very touching musical film. There are many wonderful scenes in this film. We have made these scenes into jigsaws to help you recall the good memories of this film. 12 levels for you to challenge. Each level is harder then the former one. If you find yourself bored and want to have some fun, come and enjoy this game! We promise you are gonna love it!', 'https://img.gamemonetize.com/k29iuuu5r86d2cozirkfivqpb2nsl5pf/512x384.jpg', 'https://html5.gamemonetize.com/k29iuuu5r86d2cozirkfivqpb2nsl5pf/', '0', 'Girls', 0, 0, '', 'vivo-jigsaw'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (13848, 'Super Monster Halloween Jigsaw Game', 'Halloween is cming, the Super Monsters wants to hold a party to celebrate this holiday. They have invited their friends to the party in the backyard. And they will share their Halloween traditions to them. There are so many amazing images. Enjoy!', 'https://img.gamemonetize.com/kojcaluiyf3detfz9rpmg7pcr4d774t9/512x384.jpg', 'https://html5.gamemonetize.com/kojcaluiyf3detfz9rpmg7pcr4d774t9/', '0', 'Girls', 0, 0, '', 'super-monster-halloween-jigsaw-game'), (13849, 'Princess Christmas Face Painting', 'How can there be no party for a good Christmas? Anna decided not to spend Christmas at home this year, but to attend a lively Christmas party. Everyone at the party will dress up carefully, and so will Anna. She decided to do a facial spa for herself, and then painted face painting with the theme of Christmas. Please help Anna complete these preparations! Finally, don\'t forget to choose nice outfits for Anna. Don\'t forget the pretty outfits when she goes to the party!', 'https://img.gamemonetize.com/twalabum3bdoy5db6r2id57u810tc2yf/512x384.jpg', 'https://html5.gamemonetize.com/twalabum3bdoy5db6r2id57u810tc2yf/', '0', 'Girls', 0, 0, '', 'princess-christmas-face-painting'), (13850, 'Find Pair', 'The objective of this game is to find the same object to match. When 2 same objects are selected, then selected objects will be removed from the board. match-all objects until there are no objects to be paired, also there is a time limit to make it challenging.', 'https://img.gamemonetize.com/16ybp5gwbq5iw75s94djs2s8rxooxe4k/512x384.jpg', 'https://html5.gamemonetize.com/16ybp5gwbq5iw75s94djs2s8rxooxe4k/', '0', 'Boys', 0, 0, '', 'find-pair'), (13851, 'Baby Princesses Wonderful Christmas', 'Baby Princesses Wonderful Christmas Little princesses Eliza, Jasmin, Tiara, Rosehip, Cinderella, Mermaid getting ready for the most wonderful holiday of the year - Christmas! Let\'s help the little ones choose cute trendy outfits for the Christmas ball. Just look how many sweetie dresses, skirts, shoes and blouses the princesses have in their wardrobe. All outfits sparkle and shimmer in the light of festive garlands. Don\'t forget to choose an evening hairstyle for each princess. Have a lot of fun playing the game Baby Princesses Wonderful Christmas on the site Dressupwho.com.', 'https://img.gamemonetize.com/o4r9ugvtodp1f6bofgpxap1w6kkii52u/512x384.jpg', 'https://html5.gamemonetize.com/o4r9ugvtodp1f6bofgpxap1w6kkii52u/', '0', 'Hypercasual', 0, 0, '', 'baby-princesses-wonderful-christmas'), (13852, 'Minion Jigsaw', 'The cute minion is coming! A total of nine cute minion images can be collected when you complete the jigsaw game! A test of memory and eyesight puzzle game!', 'https://img.gamemonetize.com/p4kq6brm55t35irrbxtl3yy8occwu7hw/512x384.jpg', 'https://html5.gamemonetize.com/p4kq6brm55t35irrbxtl3yy8occwu7hw/', '0', 'Puzzles', 0, 0, '', 'minion-jigsaw'), (13853, 'Save The Queen', 'Save The Queen is one of the most popular rescue puzzle games in The world. Here you play Olaf to rescue the princess. Click the screen to pull out the iron bar can automatically advance. Be careful to use the mechanism to kill the beast on the road, or the rescue plan will fail. Use your wits to overcome your problems!', 'https://img.gamemonetize.com/iofmulwhlmfy1a7pq80zlq7eocnnwcby/512x384.jpg', 'https://html5.gamemonetize.com/iofmulwhlmfy1a7pq80zlq7eocnnwcby/', '0', 'Boys', 0, 0, '', 'save-the-queen'), (13854, 'Find Christmas Items', 'This is a skill based board puzzle game. You will see a board filled with different Christmas items. You need to find the exact same item in the board as shown in the panel on left side. Tap the item in each block to complete the level. Complete all the levels to win this game.', 'https://img.gamemonetize.com/naydvaagznb5sh3n14x5vi6bxmdhylyq/512x384.jpg', 'https://html5.gamemonetize.com/naydvaagznb5sh3n14x5vi6bxmdhylyq/', '0', 'Puzzles', 0, 0, '', 'find-christmas-items'), (13855, 'Pick and Drop Match', 'Collect gifts by making a row of 3 similar gifts. You can make these rows by dragging gifts from the fronts of a conveyor belts and dropping it to another belt. Keep doing this before the gifts reach the end of the conveyor belt. Try to get as many matches as possible to beat your record.', 'https://img.gamemonetize.com/65hen8g6kdyy9id1n8ioh1a33ou5k6ah/512x384.jpg', 'https://html5.gamemonetize.com/65hen8g6kdyy9id1n8ioh1a33ou5k6ah/', '0', 'Puzzles', 0, 0, '', 'pick-and-drop-match'), (13856, 'Arrows Fest 3D', 'Festival of Arrows Game" - in this active game you will have to make decisions very quickly. How good are you at simple math? Let\'s find out now. In front of you there will be a long and very narrow path, along which you will move. You will control arrows, the most common of the tree. The entire track is covered with two colored barriers. Green - This color will denote addition and multiplication. Red is subtraction and division. It is not difficult to guess which color you need to choose. But in different cases it may be better to choose additions, and in some cases multiplications. For example: +8 or * 1, it would be logical to choose the first. At first it may seem that this is all simple and easy, but with each level the speed of the arrows will only increase and it will be difficult to choose. Your task is to collect as many arrows as possible, you need them to shoot down dummies in armor. The more they are knocked down, the more money you can get. You will need coins to buy arrows, as well as buy a bonus for money, it will give you the opportunity to earn much more by passing obstacles. If you are ready, then start this fun game. Good luck!', 'https://img.gamemonetize.com/9shfez9py9s09s7ej8auwipmqpm5fbcm/512x384.jpg', 'https://html5.gamemonetize.com/9shfez9py9s09s7ej8auwipmqpm5fbcm/', '0', 'Arcade', 0, 0, '', 'arrows-fest-d'), (13857, 'BFF Christmas Cookie Challenge', 'Welcome to the Rainbow Girls Christmas Outfits. Rainbow girls Skyler, Sunny, Ruby, and Violet get ready for Christmas celebrations. They want to try cute Christmas outfits with crazy makeovers. Browse their wardrobe for cute outfits and pick some matching accessories. Join with these girls and enjoy this Christmas a most memorable one. Have fun!', 'https://img.gamemonetize.com/1uytf3a5qvdhwufmfex2ibxnfxglaiyo/512x384.jpg', 'https://html5.gamemonetize.com/1uytf3a5qvdhwufmfex2ibxnfxglaiyo/', '0', 'Girls', 0, 0, '', 'bff-christmas-cookie-challenge'), (13858, 'Shooting Target', 'In the game Shooting Target we have four types of weapons in our arsenal: colt, pistol, assault rifle and machine gun. Their images are located at the bottom in the lower left corner. In fact, you can choose whichever you want from the start. In the upper left corner, the scoring and your misses will be kept. If their limit is reached, the game will end.', 'https://img.gamemonetize.com/zzsf6c8hon1muryagqtfxhf0r2oswxb8/512x384.jpg', 'https://html5.gamemonetize.com/zzsf6c8hon1muryagqtfxhf0r2oswxb8/', '0', 'Shooting', 0, 0, '', 'shooting-target'), (13859, 'Captain Pirate', 'An unsuspecting pirate drank too much and ended up in a wheel ... Help him before it\'s too late! Take control of your Captain Pirate and ride the barrel down the mountain. Watch out for the boulders, trees and wildlife! Key Features: - Addictive one touch game play that is easy to pick up but difficult to master! - It\'s a Pirate running on a giant barrel down a mountain! What more do you want! - Highly addictive', 'https://img.gamemonetize.com/k00xin3i983i9hxb01sk1aqx76cizhgm/512x384.jpg', 'https://html5.gamemonetize.com/k00xin3i983i9hxb01sk1aqx76cizhgm/', '0', 'Racing', 0, 0, '', 'captain-pirate'), (13860, 'Retro Basketball', 'Retro Basketball a fun sport game to play on. This is the game just to throw as many balls as you can and achieve high score. Aim the ball exactly in the basket and archive goal.', 'https://img.gamemonetize.com/kl944y82t1sadevkcqo26nxkfwcsd7m7/512x384.jpg', 'https://html5.gamemonetize.com/kl944y82t1sadevkcqo26nxkfwcsd7m7/', '0', 'Sports', 0, 0, '', 'retro-basketball'), (13861, 'Super Nitro Racing 2', 'Super Nitro Racing 2 is totally inspired by the old classic arcade racing games of the 80\'s, great gameplay and perfect cars control system. You have 21 different circuits to race and a lot of other features that you will discover while playing. The graphic is colorful and detailed, the cars have a very good control system, the sound is really nice; listen the engine of your car and tries to keep it always at a good speed to snap the turbo when you need an extra boost! These features that bring Super Nitro Racing 2 at the top of the rally arcade racing games... hours and hours of fun await you with Super Nitro Racing 2 Product feature bullets: • 21 awesome different rally tracks • Great real rally car physics • Cool audio soundtrack • Awesome cute 2D graphics • Cool sound effects • Nitro Boost included • Insane sideways rally action • Ultra realistic cars handling So play it now!!!', 'https://img.gamemonetize.com/d0k11csqpfrrqxtafcqcv1t0k66efn9a/512x384.jpg', 'https://html5.gamemonetize.com/d0k11csqpfrrqxtafcqcv1t0k66efn9a/', '0', 'Sports', 0, 0, '', 'super-nitro-racing-'), (13862, 'Box Jelly', 'The main goal of the game is to guide all cute little jellyfish to the rescue area! Be careful because the small jellyfish have different colors and have different characteristics… some need to be pushed others drive backwards! Try to solve the levels in the shortest time possible to gain the 3 gold starfish!', 'https://img.gamemonetize.com/onb9a01cgpdjl6u3aueyoiw4sb7y81c7/512x384.jpg', 'https://html5.gamemonetize.com/onb9a01cgpdjl6u3aueyoiw4sb7y81c7/', '0', 'Puzzles', 0, 0, '', 'box-jelly'), (13863, 'NFT Game Online', 'NFT Online game is a casual adventure game created by NFT. You must jump, block and slash your way up to the top while collecting as many coins and riches as possible. Be careful with your timing, because the floor is lava for real in this game.', 'https://img.gamemonetize.com/toq8rif8p38pd61otx4rtwpni0n73fdz/512x384.jpg', 'https://html5.gamemonetize.com/toq8rif8p38pd61otx4rtwpni0n73fdz/', '0', 'Arcade', 0, 0, '', 'nft-game-online'), (13864, 'Afrfrway', 'Afrfrway is an action arcade game. In the third sequel to the exciting car-hopping classic, wreak havoc on the highway your way! Drive fast, confuse oncoming traffic, hit other cars, and jump between cars to collect points. Perform stunts and chain stunts to maximize your points. If you damage the car you\'re on too much, you can lose a life and eventually the game. That\'s why you need to switch cars often and be careful in this chaotic concrete jungle. Go ahead and give this explosive car game a try and see how far can you go in Afrfrway !', 'https://img.gamemonetize.com/xd6zakc0q5k2y9i8q2gzikqw8khekgvp/512x384.jpg', 'https://html5.gamemonetize.com/xd6zakc0q5k2y9i8q2gzikqw8khekgvp/', '0', 'Racing', 0, 0, '', 'afrfrway'), (13865, '3D Bus Parking', 'Play 3D Bus Parking game in your web browser for free at Superkidgames.com and more fun games. Park your bus without causing any accidents to pass each level. Prove your skills as you attempt to become the bus parking king in this fun online 3D parking game. Try to clear all 100 levels as you drive around parking lots, avoid other vehicles and park safely between the lines. Bus Parking 3D is a parking game in which you need to park the bus correctly while avoiding crashing and also collecting coins to buy new buses.', 'https://img.gamemonetize.com/zn6x54e1w1tnbrozcy0l4q7cim2v7pqg/512x384.jpg', 'https://html5.gamemonetize.com/zn6x54e1w1tnbrozcy0l4q7cim2v7pqg/', '0', '3D', 0, 0, '', 'd-bus-parking'), (13866, 'Super Mario Vs Mafia Bullte', 'Are you ready to become a hero, spy, and legend? Solve puzzling challenges, show off your deadly accuracy and take aim at the enemies. Come experience the shooting phenomenon. Use your brain in this unique puzzle game - Super Mario Vs Mafia. You will need precise aim and laser focus to take down enemies, ninjas, and many other bad guys you will encounter in the world! Travel to new lands, save hostages, and use unique weapons like grenade launchers to combat your foes. Start your adventure now! The one thing you have to ask yourself is: can you do it in one shot?', 'https://img.gamemonetize.com/eoljqx3ecoq3zfq6ypdvsx7mbl34gatd/512x384.jpg', 'https://html5.gamemonetize.com/eoljqx3ecoq3zfq6ypdvsx7mbl34gatd/', '0', 'Shooting', 0, 0, '', 'super-mario-vs-mafia-bullte'), (13867, 'Ben 10 Memory Cards Universe ', 'A new online Cartoon Network game for boys is appearing here on our website, and you can find it under the Ben 10 Memory Challenge title inside the Ben 10 games category. You dear friends can see that your favorite Cartoon Network superhero has prepared for you a new online memory challenge in which you can gain points and have a great time playing.', 'https://img.gamemonetize.com/26pls5rh2jzt3939lltekc6sjv6smnxp/512x384.jpg', 'https://html5.gamemonetize.com/26pls5rh2jzt3939lltekc6sjv6smnxp/', '0', 'Puzzles', 0, 0, '', 'ben--memory-cards-universe-'), (13868, 'My Nail Makeover Nail Salon', 'Welcome to Beauty Girl Nail Salon! Hand nail configuration, nail easy and severa embellishments… - we\'ve everything! Each younger female can cope with her palms and make herself a adorable nail remedy here. ⦠Prepare to experience the cutest nail trimming salon video games on the way to enhance your nail artwork competencies and produce them to a pro-stage!', 'https://img.gamemonetize.com/c81xcfljvv35erveg4ngobzgcbciybod/512x384.jpg', 'https://html5.gamemonetize.com/c81xcfljvv35erveg4ngobzgcbciybod/', '0', 'Arcade', 0, 0, '', 'my-nail-makeover-nail-salon'), (13869, 'Fashion Nail Salon Games 3D', 'Welcome to Beauty Girl Nail Salon! Hand nail configuration, nail easy and severa embellishments… - we\'ve everything! Each younger female can cope with her palms and make herself a adorable nail remedy here. ⦠Prepare to experience the cutest nail trimming salon video games on the way to enhance your nail artwork competencies and produce them to a pro-stage!', 'https://img.gamemonetize.com/14atdpsi5vnp3p4d7ixinparpw073j66/512x384.jpg', 'https://html5.gamemonetize.com/14atdpsi5vnp3p4d7ixinparpw073j66/', '0', 'Arcade', 0, 0, '', 'fashion-nail-salon-games-d'), (13870, 'Nail Salon', 'Welcome to Beauty Girl Nail Salon! Hand nail configuration, nail easy and severa embellishments… - we\'ve everything! Each younger female can cope with her palms and make herself a adorable nail remedy here. ⦠Prepare to experience the cutest nail trimming salon video games on the way to enhance your nail artwork competencies and produce them to a pro-stage!', 'https://img.gamemonetize.com/zysj9dv4buki7czd4kxppz26pbz4melt/512x384.jpg', 'https://html5.gamemonetize.com/zysj9dv4buki7czd4kxppz26pbz4melt/', '0', 'Girls', 0, 0, '', 'nail-salon'), (13871, 'Tic Tac Toe Glow', 'Play Tic Tac Toe on your Android phone. No need waste paper to play puzzle games! Now you can play Tic Tac Toe on your Android device for free. Our new modern version appears in a cool glow design.', 'https://img.gamemonetize.com/nl9a4tmaci2t1f0it39t79qwktn3y8fn/512x384.jpg', 'https://html5.gamemonetize.com/nl9a4tmaci2t1f0it39t79qwktn3y8fn/', '0', 'Multiplayer', 0, 0, '', 'tic-tac-toe-glow'), (13872, 'Lexus ROV Concept Puzzle', 'Play with 6 images in this perfect jigsaw puzzle game: Lexus ROV Concept Puzzle. All images is with the car - Lexus ROV Concept. Solve all puzzles and keep your brain sharp. You have four modes for each picture, 16 pieces, 36 pieces, 64 pieces and 100 pieces. Enjoy and have fun.', 'https://img.gamemonetize.com/9ov999gabmppuu780hidli21jvlb0e6p/512x384.jpg', 'https://html5.gamemonetize.com/9ov999gabmppuu780hidli21jvlb0e6p/', '0', 'Puzzles', 0, 0, '', 'lexus-rov-concept-puzzle'), (13873, 'Point', 'Point is a puzzle shooter game. There will be a balls in the roll and only one red ball in it. You need to hit the red ball with the ball at the bottom of the screen that rotates left and right .Shoot at the right moment when you think the ball is in the direction of the red ball you need to hit. When you hit the ball, the line of balls will appear elsewhere and you have to do the same, hit again. If you miss twice in a row the game will be over for you.', 'https://img.gamemonetize.com/1iy30t1olerji1n2m1e1pl5otza5nar8/512x384.jpg', 'https://html5.gamemonetize.com/1iy30t1olerji1n2m1e1pl5otza5nar8/', '0', 'Puzzles', 0, 0, '', 'point'), (13874, 'Vanellope Von Schweetz Match 3 Puzzle', '"Are you like Vanellope Von Schweetz? and you want play The new Of Princess Games Vanellope Von Schweetz Now You Can Play New Free online Princess Games for Girls Vanellope Von Schweetz Match 3 is one of the best match-3 games and the most popular candy puzzle games, which is developed for boys and girls, If you are a fan of candy puzzle games then Vanellope Von Schweetz is for you . Vanellope Von Schweetz Match 3 is now the most popular game in all Match3 and is very easy to play by all Match3. here. Hope you can have fun with them. Enjoy!"""', 'https://img.gamemonetize.com/hbyd7cfj5hmb17kiftd5ojd3szu4r4l9/512x384.jpg', 'https://html5.gamemonetize.com/hbyd7cfj5hmb17kiftd5ojd3szu4r4l9/', '0', 'Puzzles', 0, 0, '', 'vanellope-von-schweetz-match--puzzle'), (13875, 'Barbie Princess Match 3 Puzzle', 'Are you like Barbie Princess? and you want play The new Of Princess Games Barbie Princess Now You Can Play New Free online Princess Games for Girls Barbie Princess Match 3 is one of the best match-3 games and the most popular candy puzzle games, which is developed for boys and girls, If you are a fan of candy puzzle games then Barbie Princess is for you . Barbie Princess Match 3 is now the most popular game in all Match3 and is very easy to play by all Match3. here. Hope you can have fun with them. Enjoy!', 'https://img.gamemonetize.com/puwn4v5fjehbo34x9ttmo6udxc1yf23d/512x384.jpg', 'https://html5.gamemonetize.com/puwn4v5fjehbo34x9ttmo6udxc1yf23d/', '0', 'Puzzles', 0, 0, '', 'barbie-princess-match--puzzle'), (13876, 'Jasmine Aladdin Match 3 Puzzle', '"Are you like jasmine aladdin princess? and you want play The new Of Princess Games jasmine aladdin princess Now You Can Play New Free online Princess Games for Girls jasmine aladdin princess Match 3 is one of the best match-3 games and the most popular candy puzzle games, which is developed for boys and girls, If you are a fan of candy puzzle games then jasmine aladdin princess is for you . jasmine aladdin princess Match 3 is now the most popular game in all Match3 and is very easy to play by all Match3. here. Hope you can have fun with them. Enjoy!"""', 'https://img.gamemonetize.com/se7r7d9bx90ypitp14q5zdvc33sw0qoq/512x384.jpg', 'https://html5.gamemonetize.com/se7r7d9bx90ypitp14q5zdvc33sw0qoq/', '0', 'Puzzles', 0, 0, '', 'jasmine-aladdin-match--puzzle'), (13877, 'Squid Glass Bridge', 'Do you want to play a fun Squid Game? Glass Bridge game from Squid Game is now on the web. Choose the difficulty level on the main menu and try to find the right glass. Jump over the windows and avoid the fake window. If you stand on the fake glass, the glass will break and you will fall to your death. Keep your eyes peeled and start managing your character to finish all the way carefully! Have fun.', 'https://img.gamemonetize.com/ee5epmbi9ypv39d4kyxpba3fi3k0175n/512x384.jpg', 'https://html5.gamemonetize.com/ee5epmbi9ypv39d4kyxpba3fi3k0175n/', '0', 'Hypercasual', 0, 0, '', 'squid-glass-bridge'), (13878, 'Squid Game Sniper Shooter', 'Take charge of your Sniper gun and destroy the moving players in the red light green light game! In Squid Game Sniper Shooter, it is now in your hands to destroy the eliminated players with an accurate hit! If the killer baby is a moving player when he says the red light, you must detect and destroy the moving players with your sniper gun. If you hit the wrong player, you get minus points. Keep your eyes peeled to destroy the right player and get to your gun now!', 'https://img.gamemonetize.com/4lnkid1d2ol2wzut7qrmv6q7bzc46msl/512x384.jpg', 'https://html5.gamemonetize.com/4lnkid1d2ol2wzut7qrmv6q7bzc46msl/', '0', 'Shooting', 0, 0, '', 'squid-game-sniper-shooter'), (13879, 'Squid Game Gun Fest', 'Squid Game legend continues with Gun Fest game. Two of the most popular games of recent times are now gathered in one game. Gun Fest game is with you with Squid Game theme. Try to increase your weapons by doing math operations and destroy the Squid Game employees that you come across! The killer doll may appear sometimes and you must increase your weapon count as much as possible to destroy it. You have to shoot and destroy the obstacles in order to pass many obstacles. When you reach the final line, you can have the proceeds by destroying the robber car. You can buy new weapons with the money you earn. Start the game right away with endless levels and 6 different weapons. Have fun!', 'https://img.gamemonetize.com/slbydqbiwxq4laqsm3xujm2nc14encsk/512x384.jpg', 'https://html5.gamemonetize.com/slbydqbiwxq4laqsm3xujm2nc14encsk/', '0', 'Shooting', 0, 0, '', 'squid-game-gun-fest'), (13880, 'Gangster Vegas driving simulator online', 'Fierce Gangster-Mafia City Automobile Driving Crime Shooting Thief Break-in Rogue Game! Experience the violent criminal activities of the gang area, become an awesome mobster, drive a variety of high-end cars, use a variety of powerful tools! Desire an awesome action shooting video game? Intend to vent all types of life stress? Try the Terrible Gangster! In right here, you can experience the rich story of the video game, the simple action capturing, driving all types of excellent great lorries, attempting the terrible criminal life of the gang, dominating the island city! [Game Characteristic] · In this online game city, you can experience being an awesome gangster! · There are greater than 40 single-player missions with great plots in the game with memorable stories. You can not even stop the appeal of this video game! · A range of unique models awaiting you to drive, fire your engine, gallop in the city! · You can additionally drive a helicopter, and the Apache competitors control the city!', 'https://img.gamemonetize.com/gksa0vhulij3zd4resscdbm1543davet/512x384.jpg', 'https://html5.gamemonetize.com/gksa0vhulij3zd4resscdbm1543davet/', '0', 'Racing', 0, 0, '', 'gangster-vegas-driving-simulator-online'), (13881, 'Kawaii Beauty Salon', 'Kawaii Beauty Salon with Julie is a fun girl game with amazing graphics and customizations!', 'https://img.gamemonetize.com/iz0gyohewyhvxye5d8h50t4p9c5a1udo/512x384.jpg', 'https://html5.gamemonetize.com/iz0gyohewyhvxye5d8h50t4p9c5a1udo/', '0', 'Girls', 0, 0, '', 'kawaii-beauty-salon'), (13882, 'ASRs Winter Wonderland', 'You took your pet reindeer out in the forest on a winter\'s day. You had heard there were diamonds in the forest so you\'ll be looking for those while you are out there. Unfortunately, there is an evil mage in the forest who casts a spell turning the forest elves and even the snowmen into dangerous creatures. He also takes your reindeer. To break the spell you must find 9 Christmas gems. Once you do this you\'ll also find your reindeer.', 'https://img.gamemonetize.com/0sr22ww2hezo24lfev3sbkkfgagx3mdf/512x384.jpg', 'https://html5.gamemonetize.com/0sr22ww2hezo24lfev3sbkkfgagx3mdf/', '0', 'Shooting', 0, 0, '', 'asrs-winter-wonderland'), (13883, 'Eliza Winter Coronation', 'Princess Elisa assumes the throne this winter. She\'s getting ready to be queen. This is a very significant event for a girl. A princess must be irresistible at her coronation. Eliza\'s favorite season is winter, so the holiday will take place with the onset of cold weather. Let\'s travel to Eliza\'s magical ice kingdom and help her prepare for her coronation. First of all, you need to tidy up the skin, use care cosmetics to get rid of problems and imperfections on Eliza\'s face. Then comes the makeup. Pay attention to the fashion trends this winter, use shades of blue, white and gold. Then style the princess\'s hair in an evening hairstyle and match diamond jewelry. Finally, choose a luxurious ball gown and shoes for your coronation. You can also use magic accessories - capes and wings. Make Eliza\'s winter coronation a truly unique event in the entire Ice Kingdom!', 'https://img.gamemonetize.com/xc92n5slotyfxnuay9isficskym9xfht/512x384.jpg', 'https://html5.gamemonetize.com/xc92n5slotyfxnuay9isficskym9xfht/', '0', 'Girls', 0, 0, '', 'eliza-winter-coronation'), (13884, 'Among Us Jigsaw Game', 'The game has been a hit recently, with several players getting on the ship ready to go, but there are bad guys among them, and the crew needs to complete the mission to find the impostor.The game process is very intense and brain - burning.Now we have developed a puzzle game to relax.Enjoy!', 'https://img.gamemonetize.com/gkflbs1b62ynkiqaase2dbabicfcismv/512x384.jpg', 'https://html5.gamemonetize.com/gkflbs1b62ynkiqaase2dbabicfcismv/', '0', 'Girls', 0, 0, '', 'among-us-jigsaw-game'), (13885, 'Red and Green Christmas', 'How would you like to play the last and special part of the red and green game series? Unlike other series, there is a portal in the new year\'s special section, jump from the portal and overcome the obstacles, save your friend, reach the door, complete the sections.', 'https://img.gamemonetize.com/96lngaa7nxz0ldjhbatfzc52y96yw5nb/512x384.jpg', 'https://html5.gamemonetize.com/96lngaa7nxz0ldjhbatfzc52y96yw5nb/', '0', 'Arcade', 0, 0, '', 'red-and-green-christmas'), (13886, 'impostor Crab', 'Help a crab who loves hamburgers to overcome the dangers in his life full of danger. Help the crab overcome the dangers and collect the hamburgers to win the score each level is more challenging and full of more enemies kill the enemies and reach the finish flag.', 'https://img.gamemonetize.com/kh30pgoh2vajeasl3bpeb162x34ldmbr/512x384.jpg', 'https://html5.gamemonetize.com/kh30pgoh2vajeasl3bpeb162x34ldmbr/', '0', 'Arcade', 0, 0, '', 'impostor-crab'), (13887, 'Christmas Blocks', 'A Christmas themed Tetris like blocks game. Plays like Tetris but in this game you can swap the current piece with the next piece to help you completely fill in the rows of blocks.', 'https://img.gamemonetize.com/pz46w022rh9rkxd4jbt17k51f1wt8yxq/512x384.jpg', 'https://html5.gamemonetize.com/pz46w022rh9rkxd4jbt17k51f1wt8yxq/', '0', 'Arcade', 0, 0, '', 'christmas-blocks'), (13888, 'Christmas Party Girls with Julie', 'Christmas Party Girls with Julie is a fun girl game with amazing graphics and customizations!', 'https://img.gamemonetize.com/co6ic3dkc33g4xdcj37phmdj2fdoxfcp/512x384.jpg', 'https://html5.gamemonetize.com/co6ic3dkc33g4xdcj37phmdj2fdoxfcp/', '0', 'Girls', 0, 0, '', 'christmas-party-girls-with-julie'), (13889, 'Super Pig on Xmas', 'Super Pig on Xmas is a 2D Platformer where the player needs to collect candies and give it to the piglet who is eagerly waiting to receive the Christmas candy. Your mission is to collect the candies while avoiding traps and enemies. There are 8 levels to play and the difficulty increases as you proceed.', 'https://img.gamemonetize.com/aaxv5ivn3660a7ojotkosc2wi40y0lto/512x384.jpg', 'https://html5.gamemonetize.com/aaxv5ivn3660a7ojotkosc2wi40y0lto/', '0', 'Arcade', 0, 0, '', 'super-pig-on-xmas'), (13890, 'Onward Jigsaw Game', 'This cartoon tells a story about Teenage elf brothers, Ian and Barley, to embark on a magical quest to spend one more day with their late father. Like any good adventure, their journey is filled with cryptic maps, impossible obstacles, and unimaginable discoveries. But when dear Mom finds out her sons are missing, she teams up with the legendary manticore to bring her beloved boys back home. Now, here is a cartoon for you to enjoy. Hope you can have fun!', 'https://img.gamemonetize.com/5784zz6aeep742mqyqmlcqqrj26ajf1i/512x384.jpg', 'https://html5.gamemonetize.com/5784zz6aeep742mqyqmlcqqrj26ajf1i/', '0', 'Girls', 0, 0, '', 'onward-jigsaw-game'), (13891, 'Fun Race On Ice', 'This fun winter obstacle race is about to begin. Knowing when to stop is more important than running fast and is the key to winning! Because once touched by the obstacles will be backward, you are behind the opponent, very delayed. So it is important to dodge, called not allowed whether it is time to run and stand a little longer, mastering the rhythm is the key to victory.', 'https://img.gamemonetize.com/io52tubdeigpmqm0sawmtd8my2rm2uf6/512x384.jpg', 'https://html5.gamemonetize.com/io52tubdeigpmqm0sawmtd8my2rm2uf6/', '0', 'Arcade', 0, 0, '', 'fun-race-on-ice'), (13892, 'Roller Coaster Sim 2022', 'Take Pleasure In Roller Rollercoaster Simulator Games and rise to higher elevations than ever before to reach high skies between the clouds. This game Roller Coaster simulation lets you control the speed to maintain it on course. If you are at high speed, the roller rollercoaster may derail from the track and launch you and your other bikers onto the ground, take care while driving near turns. Do not put your travelers\' lives at risk. This Roller Rollercoaster is the most fun trip on the tracks, and also environments will take you on an arduous extraordinary journey with exciting 3d graphics. The amusement park is also electrifying and frustrating while at full velocity on the outstanding tracks. Recreating this game roller coaster will clear you of the concern of heights. You resolve never to be frightened again for resting and also riding fascinating and incredible roller coasters again in your life ever. The steep lows of the roller coaster are genuinely shocking and incredible at really rapid rates. The belly feels as it contains upside down. It is genuinely crucial that you handle the acceleration of the roller rollercoaster effectively and efficiently; otherwise, it will undoubtedly become dangerous for the guests of your roller rollercoaster in the amusement park.', 'https://img.gamemonetize.com/dc3dpbuku545yy46rb38rrondnp5xp4p/512x384.jpg', 'https://html5.gamemonetize.com/dc3dpbuku545yy46rb38rrondnp5xp4p/', '0', 'Action', 0, 0, '', 'roller-coaster-sim-'), (13893, 'Face Maker Online', 'Create the face you want is only up to your imagination!', 'https://img.gamemonetize.com/90k1wsnd8fgr6rvva8lkgqvq7kmmhtvj/512x384.jpg', 'https://html5.gamemonetize.com/90k1wsnd8fgr6rvva8lkgqvq7kmmhtvj/', '0', 'Girls', 0, 0, '', 'face-maker-online'), (13894, 'Stickman Parkour 3', 'Stickman Parkour Vol3 Your mission is to run , And Climb walls to reach the the door to unlock the next level. Be careful to not fall from edges and try to avoid obstacles. Let the adventure begins!', 'https://img.gamemonetize.com/0nmaftolhf5awg8o8hobe43pdgw2qogq/512x384.jpg', 'https://html5.gamemonetize.com/0nmaftolhf5awg8o8hobe43pdgw2qogq/', '0', 'Fighting', 0, 0, '', 'stickman-parkour-'), (13895, 'Christmas Connect 3', 'Connect similar items using touch or mouse. Make a group of 3 or more, horizontally, vertically or diagonally adjacent items to make their block\'s color red. Make all the blocks\' red to complete the level. Complete all 24 levels to win this game.', 'https://img.gamemonetize.com/w4j1qbo3d8bfdn0p2sc0phg18nz1ehm9/512x384.jpg', 'https://html5.gamemonetize.com/w4j1qbo3d8bfdn0p2sc0phg18nz1ehm9/', '0', 'Puzzles', 0, 0, '', 'christmas-connect-'), (13896, 'Slope Car Stunt', 'Slope Car Stunt is an incredible endless racing game in the hyper casual game genre. The gameplay of the game is simple. You have to control a car as you drive and accelerate through a series of interconnected slopes. The cars moves and you have to have excellent reflexes to control it', 'https://img.gamemonetize.com/snrblzwi8i34e4os9n6cy4w3pbbz6l56/512x384.jpg', 'https://html5.gamemonetize.com/snrblzwi8i34e4os9n6cy4w3pbbz6l56/', '0', 'Arcade', 0, 0, '', 'slope-car-stunt'), (13897, 'Pop Pop The Balloons', 'Hit with your finger the blowing up balloons on the screen! How To Play: Hit the blowing up balloons on the screen, came on don’t let them vanish away! you have just 60 second to pop all points! so focus on all your senses and on your extraordinary a sight! Now get out all your power against the balloons! Came on hurry up! Watch out the colors balloons, white give more points than the others. Product feature bullets: • Amazing effects • Fantastic gameplay • Endless gameplay • Easy to play • Beautiful graphics', 'https://img.gamemonetize.com/gg5piuwsxkhw86scw1vs7ty80pyzt0p8/512x384.jpg', 'https://html5.gamemonetize.com/gg5piuwsxkhw86scw1vs7ty80pyzt0p8/', '0', 'Girls', 0, 0, '', 'pop-pop-the-balloons'), (13898, 'Wonder Vending Machine', 'This simulation game is easy and very fun! choose among three vending machines: one with toys, one with sweet treats and one with food. Each item inside the vending machines has a price; you have a set of coins at your disposal to insert the right sum you can see on the display. If you’ re right, the vending machine will release the item, if you’re wrong you’ll receive an error message. Collect all the items! then you can see them again.', 'https://img.gamemonetize.com/42qmdy4702lj3m47x11wufecedyoxjdr/512x384.jpg', 'https://html5.gamemonetize.com/42qmdy4702lj3m47x11wufecedyoxjdr/', '0', 'Girls', 0, 0, '', 'wonder-vending-machine'), (13899, 'Orange', 'Orange is a unique and interesting game to play on. You have to collect all the plankton organisms deposited by Orange creatures funny! Be careful not to touch the oranges or you\'ll lose a life! The main goal of the game is to collect as much plankton as possible and mark your personal record in the rankings. In the meantime you will be released with the bonuses with the red balls collect them and mark the bonuses.', 'https://img.gamemonetize.com/j3urztpyz1mzywypxvqw64vobz0ez2jh/512x384.jpg', 'https://html5.gamemonetize.com/j3urztpyz1mzywypxvqw64vobz0ez2jh/', '0', 'Puzzles', 0, 0, '', 'orange'), (13900, 'Banana Joe', 'Bananas Joe a fun puzzle game. Here is our cute little monkey which is really very hungry and he needs a whole lot of bananas. He needs your help here, help him to collect all bananas. Roll the maze around to collect the bananas. To complete the levels you must collect all Bananas; could you help him to collect all Bananas?', 'https://img.gamemonetize.com/18i00qkjir9y9l0otan4feixmbf95kl8/512x384.jpg', 'https://html5.gamemonetize.com/18i00qkjir9y9l0otan4feixmbf95kl8/', '0', 'Puzzles', 0, 0, '', 'banana-joe'), (13901, 'Retro Blaster', 'Blast and shoot to defend the precious power crates from the alien space pirates. Superb fun space blaster in classic arcade vector visuals. Survive as long as you can and take the opponent\'s ships down.', 'https://img.gamemonetize.com/agt1ynvye0hgzqyh8psbclsvj6brwm1f/512x384.jpg', 'https://html5.gamemonetize.com/agt1ynvye0hgzqyh8psbclsvj6brwm1f/', '0', 'Shooting', 0, 0, '', 'retro-blaster'), (13902, 'Christmas Cars Jigsaw', 'This is jigsaw game with Christmas Cartoon cars. The game have 12 images with different Christmas cars. Start with first one, choose the mode you will play and start the game. You can play with different number of pieces, play with 25,49 or 100 pieces. Drag the pieces into right place to get the image with Christmas Car. When you will complete first image you can go to the next one. So you will have fun for the holidays, start to play and enjoy the game.', 'https://img.gamemonetize.com/cp26413folgxj9kvixzarxl5fknme8f1/512x384.jpg', 'https://html5.gamemonetize.com/cp26413folgxj9kvixzarxl5fknme8f1/', '0', 'Puzzles', 0, 0, '', 'christmas-cars-jigsaw'), (13903, 'Survival Craft Xmas Special', 'A little holiday challenge for all survival craft fans Skill game, classic mode from your favorite games right in the browser on your computer and phone!', 'https://img.gamemonetize.com/p777gwbdlspny1n6vkp7hqqztesz41ox/512x384.jpg', 'https://html5.gamemonetize.com/p777gwbdlspny1n6vkp7hqqztesz41ox/', '0', 'Adventure', 0, 0, '', 'survival-craft-xmas-special'), (13904, 'TENX Wooden Number Puzzle Game', 'TENX is a number logic board game. Drag number blocks on the board to get total of 10 in any row or column and then you get scores!', 'https://img.gamemonetize.com/g3fekeitlnbf0sd6zqci7erutlcoqk46/512x384.jpg', 'https://html5.gamemonetize.com/g3fekeitlnbf0sd6zqci7erutlcoqk46/', '0', 'Puzzles', 0, 0, '', 'tenx--wooden-number-puzzle-game'), (13905, 'Coloring Book Squid Game', 'This is a Squid Game coloring book, where he exercise her imagination and motor skills while having fun meeting different characters from Squid Game. In this game you will find 12 different pictures which have to be colored. You have 11 different colors to choose. You can also save the colored image. Have fun!', 'https://img.gamemonetize.com/wxkabq3r8h84i6e7b7a7bi180ccwpjou/512x384.jpg', 'https://html5.gamemonetize.com/wxkabq3r8h84i6e7b7a7bi180ccwpjou/', '0', 'Puzzles', 0, 0, '', 'coloring-book-squid-game'), (13906, 'Rapunzel | Tangled Match 3 Puzzle', 'Are you like Rapunzel? and you want play The new Of Princess Games Rapunzel Now You Can Play New Free online Princess Games for Girls Rapunzel Match 3 is one of the best match-3 games and the most popular candy puzzle games, which is developed for boys and girls, If you are a fan of candy puzzle games then Rapunzel is for you . Rapunzel Match 3 is now the most popular game in all Match3 and is very easy to play by all Match3. here. Hope you can have fun with them. Enjoy!', 'https://img.gamemonetize.com/bhj3svnywwqzt1w9c64qb6hkqis2gsj2/512x384.jpg', 'https://html5.gamemonetize.com/bhj3svnywwqzt1w9c64qb6hkqis2gsj2/', '0', 'Puzzles', 0, 0, '', 'rapunzel--tangled-match--puzzle'), (13907, 'Ariel | The Little Mermaid Match 3 Puzzle', 'Are you like The Little Mermaid? and you want play The new Of Princess Games The Little Mermaid Now You Can Play New Free online Princess Games for Girls The Little Mermaid Match 3 is one of the best match-3 games and the most popular candy puzzle games, which is developed for boys and girls, If you are a fan of candy puzzle games then The Little Mermaid is for you . The Little Mermaid Match 3 is now the most popular game in all Match3 and is very easy to play by all Match3. here. Hope you can have fun with them. Enjoy!', 'https://img.gamemonetize.com/imhojd7whjdlsfqftk4yacyjr49t7la6/512x384.jpg', 'https://html5.gamemonetize.com/imhojd7whjdlsfqftk4yacyjr49t7la6/', '0', 'Puzzles', 0, 0, '', 'ariel--the-little-mermaid-match--puzzle'), (13908, 'Car Nabbing Race The Police Car Chase', 'Run for your life! The Cops are chasing you! You\'ve to speed up your car to avoid a pullover! It\'s time for some real-world cops chasing scenarios to witness! It\'s the final lap of a multi-lap race, and you\'ve positioned yourself in first place for an easy win. The Police show up to stop your winning streak when suddenly they decide that this is their chance! You\'re being chased by more than just one car now - there are two coming from each side. Luckily it seems like all six cars want something different: One wants you dead on sight so he can take over as leader; another has his eye set squarely on the second place, while three others hope only to get points rather than catch or kill anyone. This game is designed with moderate gaming mechanics. The sole goal here is to save yourself from getting caught by the Police! So speed up your car as fast as you can, but you have to keep an eye on the direction of travel as well. The Police are clever; they change the way they are chasing you! Don\'t just wait now. Go out and have an adrenaline rush by saving your car from the Cops! In this police car game, you are a police officer chasing down criminals and stopping them dead in their tracks. The Police will chase the criminals until they run out of gas or get caught... either way, you win! This police car racing game is great for boys and girls of all ages who want to play police action. Have fun! The Police are relentless. They always keep coming at you, and they\'re never tired of chasing your car. But that\'s what makes this game so much fun- the adrenaline! You need to use all of your skills in Car Stunt Race: driving fast enough to outrun them or cleverly weaving between their cars while still being careful not to crash into anyone else on the road; sometimes even jumping over a few police vehicles without slowing down is necessary for victory. The best part about winning? The relief from knowing that no matter how many times you\'ve escaped capture before, it wasn\'t going to happen again today because there was just too big a gap between my last encounter with those pesky cops. The Police are chasing you; better not let them get away quickly; otherwise, they might start taking more daring measures, which could end up hurting both parties involved. Run for your life! The Police are chasing you, so that means it\'s time to speed up and get ready for a Car Stunt Race. Of course, they\'ll change the way they\'re chasing you too, but don\'t worry about them because saving your car from the Cops is more important now! The adrenaline rush of chasing the cops is what you crave. The thrill and excitement will be enough to make your day worthwhile! So go ahead now for an exciting car stunt race from these police officers who are always on a lookout for ways to catch people like you in their net, so don\'t just wait there - go out there and win this game with one last move that\'ll have them running after someone else because they won\'t know how it happened or why he did it! You\'re a Stunt car racer on the race from The Police. You have to escape as long as possible on endless roads while achieving speed power-ups that can help you evade them! The Police are chasing you. You have to speed up your car and drive as fast as possible; otherwise, they will catch you! The cops are clever in that way - if one of them is too close for comfort, another cop might just come from behind or try to flank on either side of your vehicle. Proceed with caution! Have you ever wanted to be the world\'s most excellent stunt car driver? Well, now is your chance! Race down endless roads in a police chase and avoid getting caught by clever cops. Speed over challenging courses as they change up their strategy of chasing after you, so make sure not to wait too long, or else they\'ll catch up with you.', 'https://img.gamemonetize.com/4jbm57o78g7fcmhfyk96vx0x8s3vros8/512x384.jpg', 'https://html5.gamemonetize.com/4jbm57o78g7fcmhfyk96vx0x8s3vros8/', '0', 'Racing', 0, 0, '', 'car-nabbing-race-the-police-car-chase'), (13909, 'Clock Works Color Switch Clock', 'Are you a reflex guy? Can you react fast to a change? If so, this game is for you. The clock is ticking away; match the color before it\'s too late on the clock. Keep in mind, time and tide wait for none! Experience a new take on the classic reflex game. The fun of this game lies in its challenge for your reflexes and how it tests your memory and concentration skills because there are so many colors on each screen! Meet the newest sensation in casual games! This is a color switch game that\'s perfect for when you\'re looking to kill some time. The goal of this puzzle game is to stop the clock by tapping on the right-colored part, but watch out because if you miss it, it\'s game over. It can be hard at first, but your reflexes will become sharper than ever before with practice. The clock will show you color, and it\'s your job to stop the bar in its corresponding spot on the screen by tapping on it! Keep an eye out for colors changing too quickly, or else you\'ll have a heart attack from all of that pressure! Time and tide wait for no one, so you better be quick with your fingers. Remember that time is proportional to color match the right colors before it\'s too late on the clock! This game challenges players to match as many colors as possible within a set amount of time while switching between two colored clocks. Clock Works offers an innovative way to manage your time. It\'s fast-paced and fun but also challenging enough for any level of gamer! Stop the clock bar in the correct color part of the clock to win each round; if you miss, then it\'s game over! But don\'t worry because there are endless levels to keep playing and see how far you can go without making a mistake. This app makes great use of design elements like color contrast, simple graphics, or animation that make gameplay more engaging while still maintaining simplicity so anyone can play. Do you find yourself wasting time on your phone? Then, we\'ve got the perfect game for all of those moments when you\'re bored and want to have some fun. This is a casual game that will keep you entertained while also helping train your reflexes! The objective here is simple- tap the right color whenever it\'s matching with its corresponding bar in the clock, or else it\'s GAME OVER! Of course, you\'ll need good timing skills to get ahead of this one, so download now and see how well these puzzles work out for you. This game is a casual, infinity puzzle game. It would help if you stopped the clock\'s color-wise bar by tapping on the right color. Your goal will be to stop the colored bar of the clock in its respective matching part of the screen. If you miss and it goes past your target area, then you lose! So it\'s time to value your time with this fast change app! You can play as much or as little as you want - but don\'t worry about losing any progress if there\'s no internet connection because everything gets saved instantly online once it has been synced up with our servers. You are running out of time to stop the clock\'s pendulum before it hits your color. Please tap on the right color before it is too late!. This fast-paced puzzle game is perfect for anyone who loves a quick challenge or needs something to do in their spare time. With each level, you will be given three colors and one minute to tap on them as they pass by while avoiding other colors that could ruin your progress or end your turn abruptly. Clock Works: Color Switch Clock features: The unique tone will engage your player and keep you coming back for more. Engaging social game Compete with friends in the most challenging of ways A challenging and engaging game that is easy to play with a high replay value For all ages It\'s never boring since there are unlimited levels The sound effects make the game more action-packed A fun and engaging game that is challenging to win Uniquely designed to keep you in the moment of the clock ticking Hours of content for a low price on pre-order only Play the game as fast as your fingers can move A new and creative game that is addictive Easy to play with hours of entertainment per session Challenging gameplay for players at all skill levels It\'s time to value your time. Watch out for the fast change- download now and call yourself the ultimate reflex guy! Time is ticking, so get ready for a game of color switch clock where you have only one chance in every turn. You will be faced with an infinity puzzle that requires quick thinking and sharp fingers. It\'s simple – tap on colors as they appear on the screen before it\'s too late, or else this round goes to someone else! So why wait? Download the Color Works Google Store now and enjoy building an infinity puzzle of colorful clocks.', 'https://img.gamemonetize.com/2poc2n0cimct6at56s5489zu2yw8lr4a/512x384.jpg', 'https://html5.gamemonetize.com/2poc2n0cimct6at56s5489zu2yw8lr4a/', '0', 'Puzzles', 0, 0, '', 'clock-works-color-switch-clock'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (13910, 'Ants Tap Tap Color Ants', 'Hold on tight! Because the ants are coming for a shelter! Have you ever seen colored ants? Or an anthill simulator? These are coming at you to keep them in a warm place in the ant nest. So it\'s not a good idea to keep them waiting and help them reach their destination! What are you doing for these little ants? They\'re coming for the ant war! So be careful and quick! You\'ll have to match the color of your ant with its respective shelter. The time is limited since they won\'t stop coming. So be focused on their colors, or else it\'ll get tricky! Tap Tap Color Ants is a very simple simulation game in which you help the ants get their food by tapping on the screen. It would help if you tapped on each ant to determine their destination. Once done, they will all start walking and eventually find the food or be unfortunate enough to fall into an abyss. As of now, three different types of ants have different colors, one being able to walk through walls. Make sure not to use too many taps unnecessarily as it is possible for them to starve without any food! Tap Tap Ants is a game that puts you in charge of the ants. You can tap to make them walk or shake your device for some creative ant-antics! Your favorite bugs need your help making friends with each other and collecting color coins, so they know who\'s on their team, but watch out because it\'s not always easy being green around these parts! Tap Tap Color Ants is a very unique and interactive game about ants. You can get to know the life of an ant colony, how they live together, what type of food they eat and what their enemies are! When you tap on one color, all the ants from that color will start moving randomly around the screen. The goal is to guide them back into their nest so that some new eggs can be laid there. The ants have three colors in this game - orange, green, and red. If you tap on any of these colors, it will change the whole group\'s color to that respective color before starting again with random movements. You needn\'t look any further than this idle ant colony simulator if you\'re seeking for the perfect game to play while on the go. This is a one-of-a-kind game that\'s both addicting and enjoyable to master! Of course, you\'ll need to be quick with your taps to avoid being overrun by ants trying desperately not to get cold. Tap Tap Color Ants is a very fun game! The ants are coming towards the shelter and need your help to reach them. Unfortunately, you only have so much time for each level before they stop making their way over there because of too many obstacles in the ant\'s path. It\'s easy- but not that easy since you can get more points by matching both colors at once with one tap or keep getting combos every few seconds as long as it matches up correctly! So don\'t let those cute little insects down now when they\'re on their last leg across this dangerous journey! Tap Tap Color Ants is a match-three puzzle game with a twist; you have to tap on three or more adjacent ants of the same color to eliminate them and earn points. This addictive little game has lots of cute graphics, an ear worm soundtrack, and simple game play that makes it perfect for all ages. Discover the world of ants in this best anthill simulator! With this game, you can be an ant and experience their life. You will meet many different ants in the ant nest, like yellow-black ones with wings, small red ones, or even those who walk upside down. Join the ant war in their everyday activities such as foraging for food, building houses to live in, and fighting against other colonies. Your role is to help them by tapping on the screen when they need it most because if you don\'t do anything, then time flows too quickly, and your colony will die out! In this game, there are no limits, so download now!', 'https://img.gamemonetize.com/du2zdt0xysj1mqacsc4m43m7vw286u7y/512x384.jpg', 'https://html5.gamemonetize.com/du2zdt0xysj1mqacsc4m43m7vw286u7y/', '0', 'Hypercasual', 0, 0, '', 'ants-tap-tap-color-ants'), (13911, 'Bubble Shooter Bubble Shooting Game', 'Hey, have you heard of the new game? It\'s called Bubble Shooter! You shoot little bubbles that match three or more to remove them from play. The first person who gets rid of all their pieces wins." Have you ever wondered what it feels like to be a bubble shooter? Well, now is your chance! This new and exciting game will have all of that happening in less than 30 seconds. The Bubble Shooter game is a fun way to kill time. Shoot bouncing bubbles and match three or more of the same color in a row for points!', 'https://img.gamemonetize.com/2z8oh0deka0x2m17n727rr8u8r78m9do/512x384.jpg', 'https://html5.gamemonetize.com/2z8oh0deka0x2m17n727rr8u8r78m9do/', '0', 'Shooting', 0, 0, '', 'bubble-shooter-bubble-shooting-game'), (13912, 'Moana Match 3 Puzzle', 'Are you like Moana Match 3 Puzzle? and you want play The new Of Princess Games Moana Match 3 Puzzle Now You Can Play New Free online Princess Games for Girls Moana Match 3 Puzzle Match 3 is one of the best match-3 games and the most popular candy puzzle games, which is developed for boys and girls, If you are a fan of candy puzzle games then Moana Match 3 Puzzle is for you . Moana Match 3 Puzzle Match 3 is now the most popular game in all Match3 and is very easy to play by all Match3. here. Hope you can have fun with them. Enjoy!"""', 'https://img.gamemonetize.com/ws8gpccsd7a1q4mev6diy2agyeyecism/512x384.jpg', 'https://html5.gamemonetize.com/ws8gpccsd7a1q4mev6diy2agyeyecism/', '0', 'Puzzles', 0, 0, '', 'moana-match--puzzle'), (13913, 'Fa Mulan Match 3 Puzzle', 'Are you like Fa Mulan? and you want play The new Of Princess Games Fa Mulan Now You Can Play New Free online Princess Games for Girls Fa Mulan Match 3 is one of the best match-3 games and the most popular candy puzzle games, which is developed for boys and girls, If you are a fan of candy puzzle games then Fa Mulan is for you . Fa Mulan Match 3 is now the most popular game in all Match3 and is very easy to play by all Match3. here. Hope you can have fun with them. Enjoy!', 'https://img.gamemonetize.com/a87wsz6div08cki8rrv7mezw14yowizu/512x384.jpg', 'https://html5.gamemonetize.com/a87wsz6div08cki8rrv7mezw14yowizu/', '0', 'Puzzles', 0, 0, '', 'fa-mulan-match--puzzle'), (13914, 'Pocahontas Disney Princess Match 3 ', 'Are you like Pocahontas? and you want play The new Of Princess Games Pocahontas Now You Can Play New Free online Princess Games for Girls Pocahontas Match 3 is one of the best match-3 games and the most popular candy puzzle games, which is developed for boys and girls, If you are a fan of candy puzzle games then Pocahontas is for you . Pocahontas Match 3 is now the most popular game in all Match3 and is very easy to play by all Match3. here. Hope you can have fun with them. Enjoy!', 'https://img.gamemonetize.com/p75fbe8rs0uf8xpayokj926bu37s4anq/512x384.jpg', 'https://html5.gamemonetize.com/p75fbe8rs0uf8xpayokj926bu37s4anq/', '0', 'Puzzles', 0, 0, '', 'pocahontas-disney-princess-match--'), (13915, 'Tiana | The Princess and the Frog Match 3', '"Are you like Tiana | The Princess and the Frog? and you want play The new Of Princess Games Tiana | The Princess and the Frog Now You Can Play New Free online Princess Games for Girls Tiana | The Princess and the Frog Match 3 is one of the best match-3 games and the most popular candy puzzle games, which is developed for boys and girls, If you are a fan of candy puzzle games then Tiana | The Princess and the Frog is for you . Tiana | The Princess and the Frog Match 3 is now the most popular game in all Match3 and is very easy to play by all Match3. here. Hope you can have fun with them. Enjoy!"""', 'https://img.gamemonetize.com/bjabr80201btg0uoe0vgatmecxyqejb2/512x384.jpg', 'https://html5.gamemonetize.com/bjabr80201btg0uoe0vgatmecxyqejb2/', '0', 'Puzzles', 0, 0, '', 'tiana--the-princess-and-the-frog-match-'), (13916, 'Among Us Running From Imposter', 'Among Us is a multiplayer game for four to fifteen players, although recommended for at least five.[11] Up to three players are randomly[12] and secretly chosen to be the Impostor(s) each round. As of 2021, a round can take place on one of four maps: a spaceship called "The Skeld"; a headquarters building called "MIRA HQ"; a planet base called "Polus";[13] or an airship based on Innersloth\'s Henry Stickmin series called "The Airship".[14][15] The Impostor(s) win(s) one of two ways: either by killing most of the crew (to the point that they\'re equal in number) or by sabotaging a critical system on the map (provided the Crewmates don\'t resolve it in time). The Crewmates likewise can win one of two ways: either by completing all tasks or by identifying and ejecting all Impostors.[13] Games can also end by players quitting the match if doing so fulfills any win condition (if a Crewmate quits the game, their tasks are automatically considered completed).[16][17][18]', 'https://img.gamemonetize.com/wu34qr1pbwkppaz15rkt27d4w9zmls1i/512x384.jpg', 'https://html5.gamemonetize.com/wu34qr1pbwkppaz15rkt27d4w9zmls1i/', '0', 'Adventure', 0, 0, '', 'among-us-running-from-imposter'), (13917, 'La Casa De Papel', 'Money Heist (Spanish: La casa de Papel, "The House of Paper") is a Spanish heist crime drama television series created by Ãlex Pina. ... The series was initially intended as a limited series to be told in two parts.', 'https://img.gamemonetize.com/hx7u0rse5fy9jmdf02majsongnlmv8x8/512x384.jpg', 'https://html5.gamemonetize.com/hx7u0rse5fy9jmdf02majsongnlmv8x8/', '0', 'Arcade', 0, 0, '', 'la-casa-de-papel'), (13918, 'Snow White Princess Match 3', 'Are you like Snow White ? and you want play The new Of Princess Games Snow White Now You Can Play New Free online Princess Games for Girls Snow White Match 3 is one of the best match-3 games and the most popular candy puzzle games, which is developed for boys and girls, If you are a fan of candy puzzle games then Snow White is for you . Snow White Match 3 is now the most popular game in all Match3 and is very easy to play by all Match3. here. Hope you can have fun with them. Enjoy!', 'https://img.gamemonetize.com/ooy50a5s4e4n0bwlmiqsjgogil5f9mpq/512x384.jpg', 'https://html5.gamemonetize.com/ooy50a5s4e4n0bwlmiqsjgogil5f9mpq/', '0', 'Puzzles', 0, 0, '', 'snow-white-princess-match-'), (13919, 'Shooting Balls Retro', 'Shooting Balls Retro is a casual and super fun game. The objective is to destroy as many blocks as possible and reach the highest score. Challenge your friends to see who can get the highest score!', 'https://img.gamemonetize.com/ydkyvw0z794p9ktqay9ib9ilxjfwd6dk/512x384.jpg', 'https://html5.gamemonetize.com/ydkyvw0z794p9ktqay9ib9ilxjfwd6dk/', '0', 'Shooting', 0, 0, '', 'shooting-balls-retro'), (13920, 'Princess Aurora Match3', 'Are you like Princess Aurora? and you want play the new Of Princess Games Princess Aurora Now You Can Play New Free online Princess Games for Girls Princess Aurora Match 3 is one of the best match-3 games and the most popular candy puzzle games, which is developed for boys and girls, If you are a fan of candy puzzle games then Princess Aurora is for you . Princess Aurora Match 3 is now the most popular game in all Match3 and is very easy to play by all Match3. here. Hope you can have fun with them. Enjoy!', 'https://img.gamemonetize.com/03d9fth4xmjfirw98varusdk5l79ig8m/512x384.jpg', 'https://html5.gamemonetize.com/03d9fth4xmjfirw98varusdk5l79ig8m/', '0', 'Puzzles', 0, 0, '', 'princess-aurora-match'), (13921, 'Charlis Thrifting Adventure', 'Have you ever been to a thrift shop? Well now is your chance to go shopping at the trendiest thrift store in town. Pick from unique and vintage clothes that are one of a kind and show off to all of your friends your new look.', 'https://img.gamemonetize.com/s7ixmn1f9pmkrjp7kxw1ta4574bqrcrp/512x384.jpg', 'https://html5.gamemonetize.com/s7ixmn1f9pmkrjp7kxw1ta4574bqrcrp/', '0', 'Hypercasual', 0, 0, '', 'charlis-thrifting-adventure'), (13922, 'Spongebob Sponge On The Run Jigsaw Game', 'SpongeBob and Patrick embark on a rescue mission to save SpongeBob\'s pet snail Gary, traveling to the Lost City of Atlantic City. Most of us are fans of Spongebob. Now, here is a jigsaw for us to spend our spare time. It includes the scenes of the movie. Hope you can fave fun and enjoy!', 'https://img.gamemonetize.com/djvmeaaq2tn7u9uuyctcpcabrawb6448/512x384.jpg', 'https://html5.gamemonetize.com/djvmeaaq2tn7u9uuyctcpcabrawb6448/', '0', 'Girls', 0, 0, '', 'spongebob-sponge-on-the-run-jigsaw-game'), (13923, 'Sushi Drop', 'Drop the Sushi a fun puzzle game to save the sushi. The Sushi Brothers are completing the ancient right of passage that all little Sushi must complete. If they want to land safely on the plates of happy customers at the hibachi. They must first practice landing safely under the most challenging of circumstances.', 'https://img.gamemonetize.com/y6mm6o224n6saeyjatp12b8oc12jc82y/512x384.jpg', 'https://html5.gamemonetize.com/y6mm6o224n6saeyjatp12b8oc12jc82y/', '0', 'Puzzles', 0, 0, '', 'sushi-drop'), (13924, 'Jail Drop', 'Jail Drop is a 60 levels of fun physics puzzle game! all boxes except the grass must be removed where the prison is standing. Simply click or tap on the boxes or blocks to destroy them. Carefully use the set blocks in what ever way you can to get the prisoner safely into the grass. You can reset each level if you made a wrong move. Solve this fun physics game and enjoy!', 'https://img.gamemonetize.com/z3urkmn3w3h0frx1up2d3gxgphatdeln/512x384.jpg', 'https://html5.gamemonetize.com/z3urkmn3w3h0frx1up2d3gxgphatdeln/', '0', 'Puzzles', 0, 0, '', 'jail-drop'), (13925, 'Nail Salon Manicure Girl Games', 'Welcome to Beauty Girl Nail Salon! Hand nail configuration, nail easy and severa embellishments… - we\'ve everything! Each younger female can cope with her palms and make herself a adorable nail remedy here. ⦠Prepare to experience the cutest nail trimming salon video games on the way to enhance your nail artwork competencies and produce them to a pro-stage!', 'https://img.gamemonetize.com/495es7ydto5b8ma9xvdxq36oqwrj2vbp/512x384.jpg', 'https://html5.gamemonetize.com/495es7ydto5b8ma9xvdxq36oqwrj2vbp/', '0', 'Arcade', 0, 0, '', 'nail-salon-manicure-girl-games'), (13926, 'Dora Exploring Jigsaw', 'Dora Exploring Jigsaw is a free online game from genre of puzzle and jigsaw games. You can select one of the 6 images and then select one of the three modes: easy with 25 pieces, medium with 49 pieces and hard with 100 pieces. Have fun and enjoy!', 'https://img.gamemonetize.com/ouugb7mt4fh9o1o6k7ryrw967wvz4i1t/512x384.jpg', 'https://html5.gamemonetize.com/ouugb7mt4fh9o1o6k7ryrw967wvz4i1t/', '0', 'Puzzles', 0, 0, '', 'dora-exploring-jigsaw'), (13927, 'Squid Game Try To Survive', 'The series revolves around a contest where 456 players, all of whom are in deep financial debt, risk their lives to play a series of deadly children\'s games for the chance to win a â‚©45.6 billion prize. The title of the series draws from a similarly named Korean children\'s game.', 'https://img.gamemonetize.com/sdxq8tn983fdaqym2bmet3o6kvrh0nse/512x384.jpg', 'https://html5.gamemonetize.com/sdxq8tn983fdaqym2bmet3o6kvrh0nse/', '0', 'Adventure', 0, 0, '', 'squid-game-try-to-survive'), (13928, 'Winter Break Find 100 Snowflakes', 'This is a hidden object game. Try to find 100 snowflakes on 20 pictures. Look carefully at the screen and try not to miss a single snowflake.', 'https://img.gamemonetize.com/mc887sxsydewqe3onaus89u0bf58std7/512x384.jpg', 'https://html5.gamemonetize.com/mc887sxsydewqe3onaus89u0bf58std7/', '0', 'Girls', 0, 0, '', 'winter-break-find--snowflakes'), (13929, 'Street Puzzles', 'This is a Jigsaw game where player have to put the pieces to the right places. You can select one of the five modes, and then select one of the 10 images. Have fun!', 'https://img.gamemonetize.com/gq2nufdezas1el0exu88zwukkoxsammq/512x384.jpg', 'https://html5.gamemonetize.com/gq2nufdezas1el0exu88zwukkoxsammq/', '0', 'Puzzles', 0, 0, '', 'street-puzzles'), (13930, 'Mechanic Escape2', 'Mechanic Escape 2 is a point and click escape game developed by 8BGames. Imagine that you are about to pick up a Mechanic to repair your bike. When he went to get ready; he got trapped in his room. Find some hidden object to solve some interesting clues to escape the Mechanic. Good luck…Have fun!', 'https://img.gamemonetize.com/88gdvevvpwmcxh6nevivtv09y6vvnjrl/512x384.jpg', 'https://html5.gamemonetize.com/88gdvevvpwmcxh6nevivtv09y6vvnjrl/', '0', 'Puzzles', 0, 0, '', 'mechanic-escape'), (13931, 'Monkey Escape', 'Monkey Escape is a point and click escape game developed by 8BGames. Imagine that you friend bought a little monkey as a gift. You are about to take that little monkey to your farm house. Unfortunately the monkey got trapped inside a room. Find some hidden object to solve some interesting clues to escape the Monkey. Good luck…Have fun!', 'https://img.gamemonetize.com/vqezk6571e60lp9x1kivveudvjk32kk3/512x384.jpg', 'https://html5.gamemonetize.com/vqezk6571e60lp9x1kivveudvjk32kk3/', '0', 'Puzzles', 0, 0, '', 'monkey-escape'), (13932, '8b Piglet Escape', 'Piglet Escape is a point and click escape game developed by 8BGames. Imagine that you friend bought a little Piglet as a gift. You are about to take that little Piglet to your farm house. Unfortunately the Piglet got trapped inside a room. Find some hidden object to solve some interesting clues to escape the Piglet. Good luck…Have fun!', 'https://img.gamemonetize.com/qb9qb22pohffxtsg7me15dvkc9xl1qzg/512x384.jpg', 'https://html5.gamemonetize.com/qb9qb22pohffxtsg7me15dvkc9xl1qzg/', '0', 'Puzzles', 0, 0, '', 'b-piglet-escape'), (13933, 'Space Blaster 3000', 'You\'ve received a mission from higher command to intercept an invasion. Survive the red fleet.', 'https://img.gamemonetize.com/1lkqje002lka9gezoma1bgtdn1051ns2/512x384.jpg', 'https://html5.gamemonetize.com/1lkqje002lka9gezoma1bgtdn1051ns2/', '0', 'Arcade', 0, 0, '', 'space-blaster-'), (13934, 'Super Fowlst', 'The world has been overrun by demons and there’s only one chicken that can stop them. How? By smashing into them head-first. Why? I’m not sure.', 'https://img.gamemonetize.com/ydkjxfgwxm2uvksww9hkinkemqnwe384/512x384.jpg', 'https://html5.gamemonetize.com/ydkjxfgwxm2uvksww9hkinkemqnwe384/', '0', 'Adventure', 0, 0, '', 'super-fowlst'), (13935, 'Elsa Sweet Candy match3', 'Elsa Sweet Candy is a match-3 type game. Swap to match 3 or more of the same candy pieces together! you can use Bomb, Swap and Color picker item to make it more fun to play. After completing a level, you will get a bonus coin that you can use to buy game item in game shop.', 'https://img.gamemonetize.com/mgm917dixng5a0ca2zp74yu1c6ccsc2t/512x384.jpg', 'https://html5.gamemonetize.com/mgm917dixng5a0ca2zp74yu1c6ccsc2t/', '0', 'Puzzles', 0, 0, '', 'elsa-sweet-candy-match'), (13936, 'Teen Titans Go Arcade', 'Teen Titans Go Arcade game is about animated series that follows the everyday life of so-called teen titans: Robin, Starfire, Bistboy, Cyborg, Raven, and Silky. Together they save the world from all kinds of dangers, doing it in a playful way.', 'https://img.gamemonetize.com/g7vqz5ubk6pju778p3nmady9yfzyzsa0/512x384.jpg', 'https://html5.gamemonetize.com/g7vqz5ubk6pju778p3nmady9yfzyzsa0/', '0', 'Hypercasual', 0, 0, '', 'teen-titans-go-arcade'), (13937, 'Sponge Bob Jigsaw Puzzle Collection', 'Sponge Bob Jigsaw Puzzle Collection is a cool game about SpongeBob in which you can assemble large number of jigsaw puzzles!', 'https://img.gamemonetize.com/yhztb5puahdr5o2cgurec3w0c4jw55ju/512x384.jpg', 'https://html5.gamemonetize.com/yhztb5puahdr5o2cgurec3w0c4jw55ju/', '0', 'Puzzles', 0, 0, '', 'sponge-bob-jigsaw-puzzle-collection'), (13938, 'Duck Tales Match 3 Puzzle', 'Collect puzzles based on the animated series Duck Stories, wherever you are! Move the fragments around the screen in the correct order to get a picture. The game has different levels of difficulty, so it is perfect for children of all ages.', 'https://img.gamemonetize.com/u1gvp4qtz4hzvacb22pwv4zjpyhoctb6/512x384.jpg', 'https://html5.gamemonetize.com/u1gvp4qtz4hzvacb22pwv4zjpyhoctb6/', '0', 'Puzzles', 0, 0, '', 'duck-tales-match--puzzle'), (13939, 'Battle Tanks City of War Game ', 'Great tank battle for two players! Every time we mention the concept of tank, each of the gamers who love shooting games has its own image of the game, where he will be able to control his tank, able to lead the offensive and defense. In addition, we can assume that playing tanks is quite exciting and most of the games on the Internet are dedicated to these combat vehicles, we can only try and enjoy the process. In principle, each game about tanks is very similar to each other, but, nevertheless, has the right to life, and not a single gamer has complained about the huge number of games with the same plot, but quite different graphics and the way the developers \' ideas are implemented. But, one way or another, we are waiting for new games where we can lead the command of a tank crew and lead it to victory. So, to fight in the next game, you only need to choose one of the available modes and think through your actions, and then you will call a friend into the game and start a real tank battle.', 'https://img.gamemonetize.com/pc1ty1jsrxuupfvgh6el0lmszhl8ouqy/512x384.jpg', 'https://html5.gamemonetize.com/pc1ty1jsrxuupfvgh6el0lmszhl8ouqy/', '0', 'Puzzles', 0, 0, '', 'battle-tanks-city-of-war-game-'), (13940, 'Tom and Jerry Match3 Game', 'This restless couple-a cat and a mouse, offer you a new entertainment. They are a little tired of their usual jokes and running around and want to spend some time playing more relaxed games. For example, by drawing or coloring pictures of their many adventures. If you are not very good at drawing, then this is not a reason to give up the game. After all, professional artists together with developers have managed to prepare everything for your pleasure. All you have to do is grab your mouse and get started!', 'https://img.gamemonetize.com/spinreicedu19rg8rapn4qwm0qzpj4ws/512x384.jpg', 'https://html5.gamemonetize.com/spinreicedu19rg8rapn4qwm0qzpj4ws/', '0', 'Hypercasual', 0, 0, '', 'tom-and-jerry-match-game'), (13941, 'Epic Match3 Puzzle', 'The best way to remember your favorite characters of the well-known cartoon is to play this wonderful game. It contains the best scenes from the life of the main characters and their adventures. Out of the 12 pictures, first you need to try to put one together.', 'https://img.gamemonetize.com/ed9mbg6j6a0ev66rj162ypiryk3dtwhr/512x384.jpg', 'https://html5.gamemonetize.com/ed9mbg6j6a0ev66rj162ypiryk3dtwhr/', '0', 'Puzzles', 0, 0, '', 'epic-match-puzzle'), (13942, 'Golden Boot 2022', 'Win the golden boot as the top scorer and earn other trophies in the process. Can you pull off a hat trick, can you get it past the defense and the keeper to earn that golden boot trophy.', 'https://img.gamemonetize.com/6lujax20kicvs9hc7p69eshjx4qscgrs/512x384.jpg', 'https://html5.gamemonetize.com/6lujax20kicvs9hc7p69eshjx4qscgrs/', '0', 'Sports', 0, 0, '', 'golden-boot-'), (13943, 'Ellie And Ben Christmas Preparation', 'Welcome to the Ellie And Ben Christmas Preparation. Ellie and Ben are the new couples going to celebrate the upcoming Christmas together. They have some plans to do!. Like decorate the interior with beautiful Christmas things and decorate their Christmas Tree. Join and Help the couples to make this Christmas the most memorable one!', 'https://img.gamemonetize.com/83kircdir5jbje1pawf119uxcx6tnkmj/512x384.jpg', 'https://html5.gamemonetize.com/83kircdir5jbje1pawf119uxcx6tnkmj/', '0', 'Girls', 0, 0, '', 'ellie-and-ben-christmas-preparation'), (13944, 'Peppa Pig Paper Cut', 'Following the instructions to cut the cardboards as body parts, glue them together and finally paint Puppy with your favorite colors!', 'https://img.gamemonetize.com/qs5hvlrv4njergiwz3fbx8q8iz1snxie/512x384.jpg', 'https://html5.gamemonetize.com/qs5hvlrv4njergiwz3fbx8q8iz1snxie/', '0', 'Girls', 0, 0, '', 'peppa-pig-paper-cut'), (13945, 'Glass Challenge Squid Game', 'The most addictive stack fall game with optimised performance for all devices! Glass Challenge Squid Game is a super fun and addictive one touch casual game. Press and hold on the screen and let the ball go down without touching the obstacles! Hold as long as possible to make combo and break the black blocks. Let the ball fall down from the helix stacks. Glass Challenge Squid Game is a 3d arcade game where players smash, bump and bounce through revolving helix platforms to reach the end. Glass Challenge Squid Game where players smash, bump and bounce through revolving helix platforms to reach the end. How to Play - Just hold your finger to increase the rate of ball fall. - Don\'t break or touch the black stacks. - When Tapping Action Continuously Happen The Stack Ball Change Into The Fire Ball. - Help your ball to reach the bottom of the tower.', 'https://img.gamemonetize.com/wnyliqzjak6p74k1pid1hjmyzn6876bt/512x384.jpg', 'https://html5.gamemonetize.com/wnyliqzjak6p74k1pid1hjmyzn6876bt/', '0', 'Arcade', 0, 0, '', 'glass-challenge-squid-game'), (13946, 'Ultimate Strike', 'Ultimate Strike features big arsenal of weapons which consists of twenty seven different guns and intense multiplayer battles across nine highly detailed maps, you spawn with random weapons loadout and your mission is to shoot all rival players in order to win.', 'https://img.gamemonetize.com/6vqcb2n7n4kisnxbg4y9hfhlrcum3zsd/512x384.jpg', 'https://html5.gamemonetize.com/6vqcb2n7n4kisnxbg4y9hfhlrcum3zsd/', '0', 'Shooting', 0, 0, '', 'ultimate-strike'), (13947, 'Santa Race', 'You need to deliver gifts to the kids! Complete the race with Santa and make people happy. Educational game for kids', 'https://img.gamemonetize.com/9im8jq491n7613m3g1vfidrm9ce20i8a/512x384.jpg', 'https://html5.gamemonetize.com/9im8jq491n7613m3g1vfidrm9ce20i8a/', '0', 'Racing', 0, 0, '', 'santa-race'), (13948, 'Stickman Supreme Shooter', 'Get ready to start your journey as a real stickman shooter and use all your might against the enemies in different and dangerous levels. You must fight against other stick figures and show no mercy towards them. Hear your victims\' sweet cries as you perform battle tricks and control physics until your opponent is destroyed. Collect stars in battle and use them to buy deadly weapons such as swords, axes and hammers. Take on enemies using heavy machine ramps, shotguns and bazookas and use real ragdoll physics to avoid them.', 'https://img.gamemonetize.com/1pwrgejz09nvndw3uivoamrwcqi87li0/512x384.jpg', 'https://html5.gamemonetize.com/1pwrgejz09nvndw3uivoamrwcqi87li0/', '0', 'Shooting', 0, 0, '', 'stickman-supreme-shooter'), (13949, 'Warfare Area 2', 'Take the rifle and get ready for a battle in this 3D first person shooter game playable on mobile phone and computer. Your mission is to eliminate all enemies in the area. Shoot enemies, pick up first aid kits and try to survive in this war.', 'https://img.gamemonetize.com/nhy21nx4t75m368b8na9vmw4wejkt4ta/512x384.jpg', 'https://html5.gamemonetize.com/nhy21nx4t75m368b8na9vmw4wejkt4ta/', '0', 'Shooting', 0, 0, '', 'warfare-area-'), (13950, 'Squid Warrior Adventure', 'Are you ready to go on an adventure in search of some flying creatures? Here is your squid game red avatar for combat in the polygon jungle. This shooting game is ideal for passing the time in your spare time. To win, grab your weapon and eliminate all enemies.', 'https://img.gamemonetize.com/ydatic89f7evdzxkw3bfeux17ufn8jed/512x384.jpg', 'https://html5.gamemonetize.com/ydatic89f7evdzxkw3bfeux17ufn8jed/', '0', 'Shooting', 0, 0, '', 'squid-warrior-adventure'), (13951, 'Freddy Run 1', 'Freddy Run 1 is a hyper casual spooky running game where you need to help a young boy named Freddy survive inside a terrifying nightmare. The action takes place inside a haunted castle where lots of deadly traps and dangerous monsters will try to take you down, yet be warned that inside each of the five levels your will also face the evil Soul Catcher. He will hunt you down continuously so be prepared as once he appears behind you and starts to pull back his sharp scythe to get ready and press the jump button in order to avoid getting knocked out. Consider to collect as much gold coins as you can as when you reach 100 you shall be granted with an extra life.', 'https://img.gamemonetize.com/gwx9yswi7tstczfyc2shef92cjfdhvz5/512x384.jpg', 'https://html5.gamemonetize.com/gwx9yswi7tstczfyc2shef92cjfdhvz5/', '0', 'Hypercasual', 0, 0, '', 'freddy-run-'), (13952, 'Super Heroes Runner', 'Collect diamonds without getting burned with superheroes!Try to unlock all the characters and don\'t touch the cars!', 'https://img.gamemonetize.com/5wy5be9ghhbye85a8f9bccc55ue56mug/512x384.jpg', 'https://html5.gamemonetize.com/5wy5be9ghhbye85a8f9bccc55ue56mug/', '0', 'Arcade', 0, 0, '', 'super-heroes-runner'), (13953, 'Xmas Mahjong Tiles', 'Xmas Mahjong Tiles is the classic tile-matching game with christmas theme. Match the pairs of the same tiles to clear them. You can select only those pairs which have either left or right side open. You need to clear all the tiles before the time runs out, then play as fast as possible. Hints and Shuffles buttons can help you. Spread some holiday cheer with this cool games.', 'https://img.gamemonetize.com/bnf1sosk7vd42aaotxjhrew5021a84uo/512x384.jpg', 'https://html5.gamemonetize.com/bnf1sosk7vd42aaotxjhrew5021a84uo/', '0', 'Puzzles', 0, 0, '', 'xmas-mahjong-tiles'), (13954, 'Super Breaker', 'Super Breakout is the most amazing Arcade puzzle game of all times! Control your paddle left and right to not let the ball fall and try to break all bricks or blocks! Complete All challenging Levels and explore some amazing Boosters like Bombs and large paddle. Good luck', 'https://img.gamemonetize.com/71eiobush6oegsl8bysjsl2ns0fq0u8n/512x384.jpg', 'https://html5.gamemonetize.com/71eiobush6oegsl8bysjsl2ns0fq0u8n/', '0', 'Puzzles', 0, 0, '', 'super-breaker'), (13955, 'My Eggs Surprise', 'Play Eggs Surprise it\'s a super fun game! Each item inside the vending machine has a price; you have a set of coins at your disposal to insert the right sum you can see on the display; if you’ re right, the vending machine will release the item, if you’re wrong you’ll receive an error message. Uncover the surprises and collect all the items.', 'https://img.gamemonetize.com/ae5y8bps459axv48pej9lgndt802ejf6/512x384.jpg', 'https://html5.gamemonetize.com/ae5y8bps459axv48pej9lgndt802ejf6/', '0', 'Girls', 0, 0, '', 'my-eggs-surprise'), (13956, 'Go Santa Go', 'It\'s Christmas Eve and Santa’s sledge has gone out of control spilling presents all over the streets. So now help Santa to collect as many presents as possible without being hit by traffic or trash. The game gets progressively harder by increasing the speed and hazards. Product feature bullets: • Never ending runner style game • Kids ideal Christmas game • Very easy to play • Instant restart no load times • Local scoreboard', 'https://img.gamemonetize.com/50owo5cgnqhsmae8a3hjq95by6e6dh58/512x384.jpg', 'https://html5.gamemonetize.com/50owo5cgnqhsmae8a3hjq95by6e6dh58/', '0', 'Racing', 0, 0, '', 'go-santa-go'), (13957, 'Blocky Bird', 'Help the little blocky Parrot to avoid all enemies and collect the coin that you\'ll see on the screen the more you can! Blocky Bird is the most fun game you\'ll have see this year!', 'https://img.gamemonetize.com/3qnxa8d9cu3yfk1k0zdebqrxhdgad6ml/512x384.jpg', 'https://html5.gamemonetize.com/3qnxa8d9cu3yfk1k0zdebqrxhdgad6ml/', '0', 'Boys', 0, 0, '', 'blocky-bird'), (13958, 'Super Basketball', '"Super Basketball" is a simple but very Addictive game which base on realistic physics! Tap and slide the ball, control its angle and power, then shoot towards the hoop. The perfect effect and physic effect will help you see more clearly. The game is an endless arcade game, then shoot towards the hoop to win the levels; as the difficulty could increases, there are four different random movements for the hoop. You have just 3 shoots to complete each level! Are you able to try to sign the best record in the leaderboard? HOW TO PLAY: 1. Touch the screen! 2. Drag the ball to change the power and angle! 3. Release to shoot! KEY FEATURES: ******************************************* -Addictive gameplay. -Great ball physic. -Cool graphic. -Great sound effects. -Totally free game. -Zoom camera effect. -Easy control, one touch to play. -Easy to start, hard to stop. -Hours and hours of fun for all family. -Great shooting experience. -Easy to control, fun for every age players. *******************************************', 'https://img.gamemonetize.com/qwrhh0m4voxg3ywln6og3xc85f14px88/512x384.jpg', 'https://html5.gamemonetize.com/qwrhh0m4voxg3ywln6og3xc85f14px88/', '0', 'Sports', 0, 0, '', 'super-basketball'), (13959, 'Find The Missing Letter', 'The game is really simple and fun for everyone! just follow the instructions in this order: HOW TO PLAY: 1: TOUCH ONE OF THE THREE LETTERS IN THE RIGHT SIDE OF THE SCREEN. 2: DRAG ONE OF LETTER OVER THE MISSING BOX AREA. 3: DROP THE FINGER TO RELEASE THE LETTER IN TO THE MISSING AREA. 4: IF THE LETTER IS RIGHT YOU WILL SEE A BONUS MESSAGE; OTHERWISE YOU WILL SEE AN ERROR MESSAGE. Anyway You can’t lose because it’s just a simple kids letter game; also when play you can learn the correct name of the objects and the alphabet letters. Key Features: - Over 60 objects - High Resolution Images. - Super cute graphics. - Amazing sound effects. - Really fun musics. - Kid\'s quite game. - Just one touch to play. - Really easy gameplay. Enjoy this game it\'s really suitable for all kids and toddlers!', 'https://img.gamemonetize.com/xzph4hhwg4zvjpy76lid025e2sj35o0p/512x384.jpg', 'https://html5.gamemonetize.com/xzph4hhwg4zvjpy76lid025e2sj35o0p/', '0', 'Puzzles', 0, 0, '', 'find-the-missing-letter'), (13960, 'Color With Santa', 'This game is a painting, drawing and coloring tool for kids in a Christmas theme. Touch your colors and start drawing and painting with your mouse when done. Kids will enjoy painting and coloring using their creative ideas. Product feature bullets: • Really simple to use! • Over 40 Objects to color! • Really addictive game! • Really fun characters! • It\'s a Kids quite game! All the magic of Christmas time in this great color game of color and music; it will transport your children to the wonderful world of Santa Claus and his friends! Merry Christmas and Happy New Year!', 'https://img.gamemonetize.com/uc8byaydahmatljq10ayzox220rgky95/512x384.jpg', 'https://html5.gamemonetize.com/uc8byaydahmatljq10ayzox220rgky95/', '0', 'Girls', 0, 0, '', 'color-with-santa'), (13961, 'Game Nails Manicure Nail Salon for Girls', 'Welcome to Beauty Girl Nail Salon! Hand nail configuration, nail easy and severa embellishments… - we\'ve everything! Each younger female can cope with her palms and make herself a adorable nail remedy here. ⦠Prepare to experience the cutest nail trimming salon video games on the way to enhance your nail artwork competencies and produce them to a pro-stage!', 'https://img.gamemonetize.com/7z57cyfnizcurutupwflo21idsc8c7u2/512x384.jpg', 'https://html5.gamemonetize.com/7z57cyfnizcurutupwflo21idsc8c7u2/', '0', 'Girls', 0, 0, '', 'game-nails-manicure-nail-salon-for-girls'), (13962, 'Glow Nails Manicure Nail Salon Game for Girls', 'Welcome to Beauty Girl Nail Salon! Hand nail configuration, nail easy and severa embellishments… - we\'ve everything! Each younger female can cope with her palms and make herself a adorable nail remedy here. ⦠Prepare to experience the cutest nail trimming salon video games on the way to enhance your nail artwork competencies and produce them to a pro-stage!', 'https://img.gamemonetize.com/h38og9yu3fh6xox7py2cr02yqitw8ttr/512x384.jpg', 'https://html5.gamemonetize.com/h38og9yu3fh6xox7py2cr02yqitw8ttr/', '0', 'Arcade', 0, 0, '', 'glow-nails-manicure-nail-salon-game-for-girls'), (13963, 'Box Tower 3D', '"Box Tower" is a great game that will be a real killer of your free time. Here, you will not only be able to demonstrate your skills in speed and quick reaction, but also to hone them to perfection. At the start of the game, the first block will already be set. The next block will be on top, and you need to install it as correctly as possible. The whole point is that the platforms will be constantly moving and it\'s not easy to catch the right moment and set the next piece evenly. If they are not installed evenly, then the top part will be cut off and the area of the tower will gradually decrease.', 'https://img.gamemonetize.com/y50lz0crbkxp9nnw3a99lozeaz12ibwz/512x384.jpg', 'https://html5.gamemonetize.com/y50lz0crbkxp9nnw3a99lozeaz12ibwz/', '0', 'Puzzles', 0, 0, '', 'box-tower-d'), (13964, 'Rapunzel Jigsaw', 'Best jigsaw game with Rapunzel! Enjoy lot of fun with this puzzle jigsaw game!', 'https://img.gamemonetize.com/h0rpe53j8qd23pwr55zszcec0lyy7fz0/512x384.jpg', 'https://html5.gamemonetize.com/h0rpe53j8qd23pwr55zszcec0lyy7fz0/', '0', 'Puzzles', 0, 0, '', 'rapunzel-jigsaw'), (13965, 'Tetris 3D Master', 'Tetris 3D Master is a 3D block puzzle, a cross between classic brick game and 3D puzzle. Drag the blocks and complete horizontal lines and don\'t let blocks touch the green place. Try to get a high score and challenge yourself and other players. Let\'s crush some blocks', 'https://img.gamemonetize.com/x8oqaloxfvat1vkrbd8f42uaqam2fmqp/512x384.jpg', 'https://html5.gamemonetize.com/x8oqaloxfvat1vkrbd8f42uaqam2fmqp/', '0', 'Puzzles', 0, 0, '', 'tetris-d-master'), (13966, 'Haunting Ghost Jigsaw', 'Haunting Ghost Jigsaw is a free online game from genre of jigsaw puzzle and cartoon games. You can select one of the 6 images and then select one of the three modes: easy with 25 pieces, medium with 49 pieces and hard with 100 pieces. Have fun and enjoy!', 'https://img.gamemonetize.com/jv6bo9afjh0udl4mvy72owoq1n3i539d/512x384.jpg', 'https://html5.gamemonetize.com/jv6bo9afjh0udl4mvy72owoq1n3i539d/', '0', 'Puzzles', 0, 0, '', 'haunting-ghost-jigsaw'), (13967, 'Brawl Star', 'Brawl Stars is a 3v3 top-down shooter game where players from all over the world can battle in the ultimate fight! As you progress through the game, you\'ll unlock new characters, upgrade your brawlers\' stats, and even unlock new game modes!', 'https://img.gamemonetize.com/4hdegu50o1isw1fqgo0sqxzcwyiqwemn/512x384.jpg', 'https://html5.gamemonetize.com/4hdegu50o1isw1fqgo0sqxzcwyiqwemn/', '0', 'Adventure', 0, 0, '', 'brawl-star'), (13968, 'New Pubg Mobile', 'Battlegrounds is a player versus player shooter game in which up to one hundred players fight in a battle royale, a type of large-scale last man standing deathmatch where players fight to remain the last alive. Players can choose to enter the match solo, duo, or with a small team of up to four people.', 'https://img.gamemonetize.com/3gz48i4kzhroc1a2h682qcqggadyk7xa/512x384.jpg', 'https://html5.gamemonetize.com/3gz48i4kzhroc1a2h682qcqggadyk7xa/', '0', 'Adventure', 0, 0, '', 'new-pubg-mobile'), (13969, 'Zombie Shooter Shooting Game', 'Winning a surviving battle in an after apocalyptic situation is a skill and let\'s use that skill to kill the zombies in " Zombie shooters " Zombies are living dead, and they became extinct from their human life because of the war between humans. The Breakout of war happens because of the misdeed of humankind, and that destruction\'s outcome affects others. Zombies or living dead are the victims of those wars outbroke. Zombies are dead but also considered as living things as they can walk around. And This happens in a world when humans are on the way to their extinction and zombies; in other words, the living dead have started to come into life without being alive again. That\'s when the surviving or left alone humans have to create a battle with the living dead. The zombies are coming into life again without being alive because they want revenge. And surviving humans or characters have to survive that war against zombie catchers. Surviving skills; skills refer to those which are needed to win against adversities. Shooting skill is one of them. In this zombie shooting game, the surviving person needs to struggle to survive and save himself from getting attacked by the zombies, and he will be required to possess that shooting skill and the proficiency to know when and how to catch zombies. " Zombie shooter" is a game in which a player can show off their aforementioned skill. When you enter or start this game, you will be automatically directed to landscape mode, and the game will start between you ( the character) and the living dead. You will be playing the role of a zombie catcher and will continue to catch zombies,or in other words, you will be killing zombies while holding a gun. You need to utilize your shooting skill and keep shooting the zombies before they come closer towards you, as becoming closer to them is riskier for your (the character\'s) health. But, Hey, watch out! Because the zombies are here to make the zombie catchers live in extinction. And they will try to come closer to you and to worsen the zombie catcher\'s health. Getting touch with the zombies will keep the character\'s health worsening, and when the surface is touched by about four to five(4-5) zombies, the zombie catcher\'s lifetime will be down at point zero, and the journey of survival will come to an end. The living dead will achieve their goal, which is revenge against humankind and make mankind\'s existence extinct for good. There will be no need to mention, but there will be different types of zombies with different hazardous abilities who are always ready to fulfill their revenge by using their "zombie abilities." But ... As a lone survivor, you cannot let that happen, right? So, after being cautious enough about the surroundings and consequences of the zombies, Let\'s start playing the "Zombie shooter" game with your great " shooting & zombie catcher " skill and keep collecting coins as rewards as the collection of cash will make you unable to update your character, to upgrade the character\'s skills at another level. Moreover, With enough coins, your (the character\'s) strength, weapon\'s quality, and other things can be upgraded too. So, let\'s hurry and start playing a role in saving the world from getting entirely demolished.', 'https://img.gamemonetize.com/6dyvoj4z9uxkhu85xhvysxsd1bdtzh0a/512x384.jpg', 'https://html5.gamemonetize.com/6dyvoj4z9uxkhu85xhvysxsd1bdtzh0a/', '0', 'Shooting', 0, 0, '', 'zombie-shooter-shooting-game'), (13970, 'Potion Frenzy Color Sorting Game', 'Are you ready for some magic spells? Potion Frenzy brings you one of the best water slide games there is in the market. One of the most intriguing sorting games for adults is here to make sure you don\'t get bored anywhere. You don\'t need to be a witch or wizard for this potion game! Potion Frenzy is more than just sorting colors - it\'s one of the most addictive potion games and mixing games there is on the market! The objective: match potions of the same colors together until there are no more left, scoring points as they go along. Mixing spells makes things even easier; just combine one color potion with another from your inventory when it becomes available (and keep an eye out for bonuses like boosts or bombs). Watch out, though, because once all 60 levels have been completed by matching up specimens correctly, players will be forced to start over again at level 1 with only 20 lives instead. If you like mixing potions, then Potion Frenzy is the game for you. Matching different colored potions together gives points, so try to mix as many of them as possible! There\'s no time limit or finishing point- just keep on matching until your potion runs out. Potion Frenzy Puzzle is a fun and addictive puzzle game with intuitive color-matching gameplay. The goal of the game is to match potions of the same colors, but be careful not to mix up your partners as this can lead you to score penalty points! As more matches are made, players will increase their score by collecting ingredients that randomly fall from above. So if puzzles are your thing or even just an entertaining way to pass the time with friends, then don\'t wait any longer- get it today! You don\'t need to do much- just match them until you fall short. Connect three or more matching tiles by dragging one over another tile that is next to it. Matching 4 will give bonus time, and five will give an extra life, but if they are not matched quickly enough, then all of the levels will be cleared in seconds! Matching potions of the same color until you fall short, this game will have you craving for more in no time. Packed with hours of entertainment, all your potion mixing needs are met right here. This will be one of the best gaming experiences that we guarantee won\'t let you down. There\'s always a new challenge waiting for players every day with never-ending puzzles and challenges- so what are you waiting for? Do you need a little magic in your life? If so, Potion Frenzy: Color Sorting Game is the perfect game for you! This fun and addictive puzzle game will have you sorting potions of different colors to mix more. You can never get bored with this challenging water slide that gets players thinking on their feet! If you\'re looking for a fun way to pass some time by playing one of the best potion-making games, then look no further than our latest release- Potion Frenzy. Mixing different colored potions has never been so fun before, as with this one of the best addicting and sorting games of adults that will have you hooked from the start. Try it now and see how high your score can go by matching all the same potion colors together until they run out! With a simple objective - just to sort the colors. Potion Frenzy Puzzle has been designed for free by one of our team members as a hobby project. It was released with a few levels, and we\'ve received an overwhelming response from players who loved it so much that they wanted more! So here it is a new version with 50+ levels available on Android and iOS devices for free now!', 'https://img.gamemonetize.com/24jwxkv1tviqe1mva1gbkwv9t335rqhg/512x384.jpg', 'https://html5.gamemonetize.com/24jwxkv1tviqe1mva1gbkwv9t335rqhg/', '0', 'Puzzles', 0, 0, '', 'potion-frenzy-color-sorting-game'), (13971, 'Box Kid', 'Push the box towards the targets. Pass the 30 levels and get your diamonds !!', 'https://img.gamemonetize.com/a5e68k7cad91gcl8hhy20yw4e6k6oolk/512x384.jpg', 'https://html5.gamemonetize.com/a5e68k7cad91gcl8hhy20yw4e6k6oolk/', '0', 'Puzzles', 0, 0, '', 'box-kid'), (13972, 'Family Guy Match Puzzle', 'Family Guy is a big fan of various puzzles, which they are happy to solve to improve their intellectual abilities. If you want to develop logic, then join an entertaining game where you need to look for the same images. To collect a set of drawings, you need to move them, as soon as there are three or more identical images in a row, they will disappear and open a new row of drawings. Collect them until they all disappear, then you will go to the next level.', 'https://img.gamemonetize.com/z49utl35fffyvzz0fcuol8owfgdm92ec/512x384.jpg', 'https://html5.gamemonetize.com/z49utl35fffyvzz0fcuol8owfgdm92ec/', '0', 'Puzzles', 0, 0, '', 'family-guy-match-puzzle'), (13973, 'Winx Match 3 Game', 'Welcome to the game "Coloring Winx", in which you will see your favorite heroines of the popular cartoon! And yet, if you are a big fan of the famous Winx fairy club and are ready to color and even draw your favorite fairies, then this game is just for you! You will definitely enjoy coloring with Winx fairies, because you are waiting for the brightest and most magical colors that fairies love the most! As soon as you start playing, you will find yourself in the world of Winx fairies, where fairy music is always playing and sparkling effects surround you! Rather, choose your favorite Winx fairy, brush, its size, any color at your discretion and color your fairy!', 'https://img.gamemonetize.com/8sjsrgkdjgzs13e6c7hwgk3uswwo1u8l/512x384.jpg', 'https://html5.gamemonetize.com/8sjsrgkdjgzs13e6c7hwgk3uswwo1u8l/', '0', 'Puzzles', 0, 0, '', 'winx-match--game'), (13974, 'Ultimate Human Match3 Puzzle', 'What would happen to the world if there were no super heroes? It would probably have been captured by evil characters and the inhabitants would have had a very hard time. Collect pictures from the many parts into which they were divided. Place each piece in its proper place.', 'https://img.gamemonetize.com/06qcitzwkzn2gdw34zd7fcx313du1o6p/512x384.jpg', 'https://html5.gamemonetize.com/06qcitzwkzn2gdw34zd7fcx313du1o6p/', '0', 'Puzzles', 0, 0, '', 'ultimate-human-match-puzzle'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (13975, 'Kungfu Panda Match3 Puzzle', 'The game "Kung Fu Panda Puzzles" will help you to visit an amazing world in which new exciting stories and characters will open up for you. You will be able to collect a lot of different images presented in the game. Each picture will show different adventures of Panda Po and his friends. The pictures will feature: Panda Po, Master Tigress, Master Viper, Master Monkey, Master Mantis, Master Crane, Snow Leopard Tai Lung, Master Shifu and several deadly enemies of the rampaging Pyachterka and Panda Po. To view the pictures, you need to collect a complex puzzle. You can start with any image, but then the game itself will substitute new images for you. In order for you to quickly collect the pieces of the puzzle, you need to do it in a certain time. If you do not have time to collect the picture in time, then the game will have to be played again. Have a nice game!', 'https://img.gamemonetize.com/po2d0hfm17fw7lmmfqrs3dbd1d9ck378/512x384.jpg', 'https://html5.gamemonetize.com/po2d0hfm17fw7lmmfqrs3dbd1d9ck378/', '0', 'Puzzles', 0, 0, '', 'kungfu-panda-match-puzzle'), (13976, 'Masha and the Bear Match3 Puzzle Slides', 'Today, Bear decided to put his house in order, and he began with the shelves in the sideboard, on which he found an old album with photos. At this point, the cleaning of the bear stopped, because he began to look through all the photos and remember the old days. That\'s just with some photos there was trouble, they broke, which was very upset with the bear. In the game, your task will be to help the Bear, and put the puzzle together so that the result is a whole picture. To do this, you will need to drag the puzzle pieces on the black and white picture to put it together. Try to do everything as best as possible, so as not to upset the old Bear.', 'https://img.gamemonetize.com/qpa2eueo6p07tstkcpymcfcli0zulin7/512x384.jpg', 'https://html5.gamemonetize.com/qpa2eueo6p07tstkcpymcfcli0zulin7/', '0', 'Puzzles', 0, 0, '', 'masha-and-the-bear-match-puzzle-slides'), (13977, 'Gravity Falls Match3 Puzzle', 'Welcome to Gravity Falls! This town hides a lot of secrets and riddles. Despite the fact that at first glance, it seems like an ordinary and boring town, in fact, it is an amazing and mystical place. All the secrets of Gravity Falls will be solved by Dipper and Mabel Pines-the twins who came here for the summer holidays. The guys thought that this would be the most boring vacation of their lives, but everything turned out completely differently. They moved in with their great-uncle Stan, who runs the Wonder Cabin souvenir shop. There, the children met Zus and Wendy, with whom they will experience many dizzying, exciting and mystical adventures.', 'https://img.gamemonetize.com/impffm5ukteb962ttvu1knxdycydkdoh/512x384.jpg', 'https://html5.gamemonetize.com/impffm5ukteb962ttvu1knxdycydkdoh/', '0', 'Puzzles', 0, 0, '', 'gravity-falls-match-puzzle'), (13978, 'Monsters Inc. Match3 Puzzle', 'This new online puzzle game will delight all fans of the cartoons "Monsters Inc." and "Monster University". The game gives you the opportunity to collect nine wonderful puzzles with your favorite cartoon characters. Choose your favorite picture, click Start and collect the puzzle! Mike Wazowski and Sally are waiting for you!', 'https://img.gamemonetize.com/nccdjmfpbzszzvibg1r1i67x367fp2lv/512x384.jpg', 'https://html5.gamemonetize.com/nccdjmfpbzszzvibg1r1i67x367fp2lv/', '0', 'Puzzles', 0, 0, '', 'monsters-inc-match-puzzle'), (13979, 'Miraculous Ladybug Coloring Game', 'The popular character Lady Bug offers the player an exciting free time, starting to paint the presented characters with different colors. Online coloring book is perfect for boys and girls, because everyone loves bright and colorful characters. A great entertainment for children, where you can train your creative skills and demonstrate your creative potential in action.', 'https://img.gamemonetize.com/gv5dpx4ofhl61hsukjeradf2avp0l8rz/512x384.jpg', 'https://html5.gamemonetize.com/gv5dpx4ofhl61hsukjeradf2avp0l8rz/', '0', 'Puzzles', 0, 0, '', 'miraculous-ladybug-coloring-game'), (13980, 'Little Mermaid Match3 Puzzle', 'You have probably already heard about the beautiful little mermaid, who looks very wonderful, and lives in the water. She swam in many waters, but still always came back home. Because the beautiful little mermaid knows that her house is the best. But she photographed all the best moments, and you will be able to see these pictures. Only first you will need to put the puzzle together to see these pictures.', 'https://img.gamemonetize.com/ufnbac20dybwi1r3agkjjekwnmjkskql/512x384.jpg', 'https://html5.gamemonetize.com/ufnbac20dybwi1r3agkjjekwnmjkskql/', '0', 'Puzzles', 0, 0, '', 'little-mermaid-match-puzzle'), (13981, 'Head Soccer Squid Game', 'Head Soccer Squid Game is a free soccer game in which you may compete against some of the world\'s most renowned players. Play in one of our four game types and overcome your rivals once you\'re a Big Head Soccer Squid Game legend! This soccer game features four game modes, each more difficult than the last, allowing you to progress from beginner to champion to legend, until you become the God of the Big Head Soccer universe. Play the leagues and cups that we have available to you. In Friendly game mode, you may increase your player\'s talents and then put them to the test in Survival mode! There are ten distinct stages in the Head Soccer Squid Game, each one more difficult than the last, where you may battle against 7, 11, and 15 of the best teams on the globe until you become the Big Head Soccer League\'s king. Enjoy soccer as a well-known player, get awards, enhance your character\'s talents, modify your gear, and destroy your opponents until you become the Big Head Soccer League\'s monarch.', 'https://img.gamemonetize.com/fl8q8sjilm7dxl0sxmqpjrim8c447zqo/512x384.jpg', 'https://html5.gamemonetize.com/fl8q8sjilm7dxl0sxmqpjrim8c447zqo/', '0', 'Arcade', 0, 0, '', 'head-soccer-squid-game'), (13982, 'Super Monsters Christmas Jigsaw', 'It\'s Christmas Eve in Pitchfork Pines, and the Super Monsters are joining forces to deck the halls, find Santa\'s missing reindeer and save the holiday! Let\'s enjoy this jigsaw puzzle game. Hope you can have fun!', 'https://img.gamemonetize.com/ilovaem4sj3z92n0mku1gi2t2651cfl7/512x384.jpg', 'https://html5.gamemonetize.com/ilovaem4sj3z92n0mku1gi2t2651cfl7/', '0', 'Girls', 0, 0, '', 'super-monsters-christmas-jigsaw'), (13983, 'Ato Adventures', 'Ato Adventures is a 2D simple platformer where your mission is to collect roses in order to unlock the Exit door. You need to avoid traps and enemies in order to reach the Exit door which leads you to the next level. There are 8 Levels to play and difficulty increases as you proceed.', 'https://img.gamemonetize.com/dip4o3d06a3p91tq1vhebuazfz685jmv/512x384.jpg', 'https://html5.gamemonetize.com/dip4o3d06a3p91tq1vhebuazfz685jmv/', '0', 'Arcade', 0, 0, '', 'ato-adventures'), (13984, 'Driving Forklift Sim', 'This amazing forklift simulator features a full-manual forklift driving adventure game. Pallets are being picked up from various areas of the warehouse and hurriedly delivered to the needed place. In some stages of this difficult forklift simulator, which is by far the best and most realistic forklift game in the shop, you may be asked to perform many pickups as you fall in a restricted amount of time from a vehicle parking lot. The forklift driver is always on the edge of his seat, racing against the clock, completing work at breakneck speed, and seeking new adventures. This vehicle is equipped with several gears, making it simple for you to complete your tasks on time. In one of the greatest forklift games in the world, you may need to hurry up to even get to your goal as soon as possible, so use the rapid driving gears, but in other locations, where you must carefully pick up some delicate items, use the low gear to complete your task.', 'https://img.gamemonetize.com/0h26n7k1w9f4xp1ruq6ratnfvk3608dn/512x384.jpg', 'https://html5.gamemonetize.com/0h26n7k1w9f4xp1ruq6ratnfvk3608dn/', '0', 'Action', 0, 0, '', 'driving-forklift-sim'), (13985, 'Coloring And Learning', '"Coloring And Learn" is a realistic coloring game with more than 250 pages of educational content for all ages!."Free mode": now you can freely draw, doodle, color and unleash your imagination. "Glow coloring mode": Create magic doodle artwork with neon paint! Explore the wonderful world of color! The whole family, parents, and children will have hours of fun together! Can draw and color in the same way they do on paper using different tools. You can have fun coloring with your kids or do coloring contests with them. The possibilities are endless.', 'https://img.gamemonetize.com/bc6aq4vw10apiv8ben5f6stvjzbasypm/512x384.jpg', 'https://html5.gamemonetize.com/bc6aq4vw10apiv8ben5f6stvjzbasypm/', '0', 'Girls', 0, 0, '', 'coloring-and-learning'), (13986, 'Color Switcher 2021', 'A colorful, fast-paced bouncing ball game. Jump higher and higher, overcoming obstacles and switching colors! Don\'t break your mouse while playing this game)', 'https://img.gamemonetize.com/w1fxfzzzmqd42vc14dfdqujqsfr85750/512x384.jpg', 'https://html5.gamemonetize.com/w1fxfzzzmqd42vc14dfdqujqsfr85750/', '0', 'Hypercasual', 0, 0, '', 'color-switcher-'), (13987, 'Baby Repeater', 'Baby Repeater is an addictive adaptation of the classic old memory game; adults and children love it, it\'s addictive & fun! So watch the lights and sounds and try to repeat the sequence as long as you can!', 'https://img.gamemonetize.com/minek995x3d12zbj5pcw4q1ak97ku16u/512x384.jpg', 'https://html5.gamemonetize.com/minek995x3d12zbj5pcw4q1ak97ku16u/', '0', 'Clicker', 0, 0, '', 'baby-repeater'), (13988, 'Squid Game Shooter', 'Squid Game Shooter is a 3D survival game. Fight for survival against the enemies in different and dangerous levels. Take on enemies using heavy machine ramps, shotguns and bazookas and use real ragdoll physics to avoid them. There will be only one winner in a Squid Game Challenge!', 'https://img.gamemonetize.com/azvi62euk5bddvr323fl3br590t1vu66/512x384.jpg', 'https://html5.gamemonetize.com/azvi62euk5bddvr323fl3br590t1vu66/', '0', 'Shooting', 0, 0, '', 'squid-game-shooter'), (13989, 'Ant Destroyer 2', 'Smash all the ants that appear on the screen with your fingers, before they leave the screen be very careful don\'t tap the red ants, they are very dangerous. You have in this awesome App seven modality to smash all the Ants that you see on the screen.', 'https://img.gamemonetize.com/o4e1ay78mrdxm2d2b352c4yrzhhd7rv1/512x384.jpg', 'https://html5.gamemonetize.com/o4e1ay78mrdxm2d2b352c4yrzhhd7rv1/', '0', 'Clicker', 0, 0, '', 'ant-destroyer-'), (13990, 'Spongebob Sponge On The Run Jigsaw', 'SpongeBob and Patrick embark on a rescue mission to save SpongeBob\'s pet snail Gary, traveling to the Lost City of Atlantic City. Most of us are fans of Spongebob. Now, here is a jigsaw for us to spend our spare time. It includes the scenes of the movie. Hope you can fave fun and enjoy it!', 'https://img.gamemonetize.com/7u12xmdrxvikf6w9mjc37e0hcd7ya8kr/512x384.jpg', 'https://html5.gamemonetize.com/7u12xmdrxvikf6w9mjc37e0hcd7ya8kr/', '0', 'Puzzles', 0, 0, '', 'spongebob-sponge-on-the-run-jigsaw'), (13991, 'XMas Math', 'XMAS Math is a simple but fun to play puzzle math game. The word XMAS is used to represent the numbers in the boxes. The X represents the thousands, M to the hundreds, A to the tens and S to the ones positions in the numbers. Use this to solve all of the puzzles. For example in the number 3489, X is 3, M is 4, A is 8 AND S is 9.', 'https://img.gamemonetize.com/5gb5a2cjsn04jdyxg6gyfvdpvx6lal1u/512x384.jpg', 'https://html5.gamemonetize.com/5gb5a2cjsn04jdyxg6gyfvdpvx6lal1u/', '0', 'Puzzles', 0, 0, '', 'xmas-math'), (13992, 'Poppy vs Friday Fight FNF', 'Poppy playtime vs Friday Fight FNF is an incredible game duel in the battlegrounds full of traps. Сhoose your hero and fight on the one of fantastic playgrounds. Upgrade your players. Smash your enemy in the ace PvP battle mode. Play with your friends or players from all over the world. Become a champion of a royale Poppy vs Friday Fight FNF!', 'https://img.gamemonetize.com/8hh1283s66aram5bwfqycbukww8zkixr/512x384.jpg', 'https://html5.gamemonetize.com/8hh1283s66aram5bwfqycbukww8zkixr/', '0', 'Adventure', 0, 0, '', 'poppy-vs-friday-fight-fnf'), (13993, 'Nail Salon Girls Nail Design', 'Welcome to Beauty Girl Nail Salon! Hand nail configuration, nail easy and severa embellishments… - we\'ve everything! Each younger female can cope with her palms and make herself a adorable nail remedy here. ⦠Prepare to experience the cutest nail trimming salon video games on the way to enhance your nail artwork competencies and produce them to a pro-stage!', 'https://img.gamemonetize.com/j7cgjdm6rbrnczqdzshjei56zmvrmzej/512x384.jpg', 'https://html5.gamemonetize.com/j7cgjdm6rbrnczqdzshjei56zmvrmzej/', '0', 'Arcade', 0, 0, '', 'nail-salon--girls-nail-design'), (13994, 'Among Us Christmas Memory', 'Among Us Christmas Memory is a free online game from genre of memory. Flip the tiles and try to match them up in pairs. Pair up all the tiles to win. Try to complete the game in as few moves as possible! There are 4 levels. Use mouse to click or tap to screen on the squares. Concentrate yourself and start to play. Enjoy!', 'https://img.gamemonetize.com/6f5xggnm33r2vcffledwmsfrs6ltc421/512x384.jpg', 'https://html5.gamemonetize.com/6f5xggnm33r2vcffledwmsfrs6ltc421/', '0', 'Puzzles', 0, 0, '', 'among-us-christmas-memory'), (13995, 'Little Dentist For Kids', 'Take care of all the little patients in this great Dentist Office game! Now let yourself be a great dentist and take care of your little patient. Don\'t be a crazy dentist! Features: - 6 Kids Character! - Great effects! - Totally awesome dentist tools! - All funny sound - Great graphics - It\'a a great Kids quite game ;) What are you waiting for? Get started playing Little Dentist For Kids NOW!', 'https://img.gamemonetize.com/tt6lztclwletj1n232qr252femkc9bi5/512x384.jpg', 'https://html5.gamemonetize.com/tt6lztclwletj1n232qr252femkc9bi5/', '0', 'Girls', 0, 0, '', 'little-dentist-for-kids'), (13996, 'Rotating Bones', 'Rotating Bones is a unique platform puzzle game where you rotate the world to guide Mr Bones to his lost stars. This is a great puzzle game with 40 challenge levels, push your logical brain abilities to the limit! Product feature bullets: • 40 different levels • Very Fun for children • Brain training for whole family • Cute graphics • Precise game physics • Great sounds', 'https://img.gamemonetize.com/jiy6r3qcfnm27kjclfe5o42za0fvu3kk/512x384.jpg', 'https://html5.gamemonetize.com/jiy6r3qcfnm27kjclfe5o42za0fvu3kk/', '0', 'Puzzles', 0, 0, '', 'rotating-bones'), (13997, 'Color And Numbers', 'Hi! in this fantastic application you can color all the cute and funny characters by associating each color with a number! This game is different than the other apps! here you have to color as if you had a pencil; you need to color all the blocks! So be careful and try to color by associating each color with a number and try to not go outside the edges of the object! Remember: try to associate all the colors with the corresponding numbers to have the best possible result! The game was created just for the little ones, who will have a lot of fun coloring by following the numbers, so while playing they will also learn the numbers and the colors associated with them! Key Features: • Over 60 items to color! • Colorful graphics! • Great fun music! • Simplified game interface! • Funny characters! • Baby quite game! • Ideal for the whole family!', 'https://img.gamemonetize.com/mj6qcqat1umkqkkl31q2o1t0jeb7xgq6/512x384.jpg', 'https://html5.gamemonetize.com/mj6qcqat1umkqkkl31q2o1t0jeb7xgq6/', '0', 'Puzzles', 0, 0, '', 'color-and-numbers'), (13998, 'Cool Math Games for Kids 611', 'SKIDOS Cool Math Games for kids age 5,6,7,8,9,10,11 year old will function as educational apps for kids which help in learning math with monster math characters. This prodigy math game is specially designed for kids in K, 1st, 2nd, 3rd, 4th & 5th grade to learn math operations like addition and subtraction for kids using adding games, multiplication using st math multiplication games for kids, division & fraction using division games. SKIDOS is an award-winning publisher of kids learning games. The learning content is carefully crafted by Tricky reflex math education app experts. Cool Math Learning Games For Kids Features: Zearn Math games for 6 year old kids âž• Reflex math addition subtraction multiplication division âž– Fun addition subtraction for kids & prodigy game Freckle Math games for 7 year old kids ✖ Multiplication math games for kids âž— Math multiplication and division Games Math games for 8 year old kids ✔ Fun Fraction Games ✔ Fun Counting games for kids Math games for 9 year old kids ✔ Fun Decimals Games ✔ Number Senses using number games for kids ✔ Path Finding Math games for 10 - 11 year old kids ✔ Geometry basics ✔ Probability & Statistics ✔ Coding for kids ✔ Programming for kids 1st, 2nd, 3rd, 4th, 5th grade kids will improve their math grades in school! Free Trials Available! Download Now!. We are providing learning contents similar to Iready math, flocabulary, Ixl math, dreambox math, mobymax, jogos educativos, prodgy etc. Color Friends Adventure: Cool Math Games for kids In a faraway corner of the universe, small Color Friends are kept as hostages. You can help them to escape! Run and rescue as many friends as you can on dangerous fields filled with traps. Get the friends to the stargate which teleports them into safety. Game features for 1st, 2nd, 3rd, 4th & 5th grade kids: ✔ Explore 7 fantastic episodes ✔ Discover special contents ✔ Play on 63 different maps ✔ Collect candies to unlock helpful or funny items ✔ Upgrade the friends with 4 different abilities ✔ Try your fortune and spin our Wheel for a chance to hit the jackpot! ✔ Find secret passages for extra rewards! ✔ Get all the customization items for the heroes and unleash your imagination! ✔ Dress up your heroes and show them off to your friends!', 'https://img.gamemonetize.com/1j8emij2mde8tnptod9o629vphhwjl2l/512x384.jpg', 'https://html5.gamemonetize.com/1j8emij2mde8tnptod9o629vphhwjl2l/', '0', 'Hypercasual', 0, 0, '', 'cool-math-games-for-kids-'), (13999, 'ZOMBIE HUNTER Offline Games', 'There is nothing more exciting than shooting in beautiful zombie games. And if you’re looking for shooting games to play anytime and anywhere, without the internet, without paying to win, why don’t try our ZOMBIE HUNTER - Offline Games? From the creator of famous offline zombie shooting games such as ★Dead Target, Sniper Zombie, Dead Warfare, or Mad Zombies★, Zombie Hunter - Offline Games, has been designed to be the next game-changer. It is definitely not one of the bunch of zombie shooting games out there. We’re here to bring you one of the best free shooting games offline you\'ve ever expected.', 'https://img.gamemonetize.com/vq7p3o3chtw5i9rxerwlg8g1vzscmume/512x384.jpg', 'https://html5.gamemonetize.com/vq7p3o3chtw5i9rxerwlg8g1vzscmume/', '0', 'Shooting', 0, 0, '', 'zombie-hunter-offline-games'), (14000, 'Burger Cooking Chef', 'Live your dream of becoming a restaurant chef and a master of cooking in street food burger shops for enjoying joyful cooking. Let’s make our street burger shop full of costumers. Your mission is to prepare burgers for costumers as fast as you can to ear money. the first level will help you to learn how to play. Let\'s go!', 'https://img.gamemonetize.com/qw4v21ei18qupf0om1whltxbc1kn1vqa/512x384.jpg', 'https://html5.gamemonetize.com/qw4v21ei18qupf0om1whltxbc1kn1vqa/', '0', 'Cooking', 0, 0, '', 'burger-cooking-chef'), (14001, 'Fishy Kawaii', 'This kawaii fishing game, game funny casual for playing. Features? - Kawaii fish - Multiple net-fish How to play? - Drag the catch net to catch fish.', 'https://img.gamemonetize.com/v22meaz3q1fljm9ltn34rbguyv25flwm/512x384.jpg', 'https://html5.gamemonetize.com/v22meaz3q1fljm9ltn34rbguyv25flwm/', '0', 'Hypercasual', 0, 0, '', 'fishy-kawaii'), (14002, 'Laser Bots The Hero Robot Shooting Game', 'Searching for a cool game to play? Well, look no further! Laser Bots are here. Are you tired of dealing with humans? Move over to the robot superhero, then! Here comes a robot shooting game to blow everyone\'s mind off. The best robots game is here to steal the show, so pull up your socks to experience the most hectic root clash of the century! Laser Bots is a great robot shooting game that offers engaging gameplay and an immersive experience. Laser Bots: The Hero Robot Shooting Game Features: Complete all missions and be the superhero of your country. Be quick and accurate to destroy all enemies in this fighting game. Robots, lasers, and fighting! The most addictive free online action games ever! In this bot challenge, you have to fight against the enemies with your laser shot. Destroy them before they destroy you! Get Ready for an Epic Battle! Join the war and shoot all enemies on your way Laser Bots is a new game in the app store that allows you to experience what it\'s like to be a hero robot. You have your laser-powered eye, which can damage anything on its way with the laser shot. But, to finish off every obstacle near you before time runs out! You take on the role of one of the few remaining robots and must shoot your way through various obstacles to return home. Along the way, you\'ll find power-ups and upgrade opportunities that will help you on your quest for survival. Ever wanted to be a robot superhero? Now you can! There\'s a new game that will put you in the shoes of one. In this game, players are robots with laser-powered eyes that shoot lasers at anything they see. With each enemy destroyed, more time is added to the clock until the player runs out of time or there is no more room for enemies on screen. It\'s a shooter where you control a robot that has laser-shooting abilities to defend from enemies and obstacles at various levels. Your goal is to clear it before time runs out in each level by destroying all of the obstacles on your way with your laser eye. So utilize your time wisely and use different tactics to complete missions successfully! You can also unlock new robots with unique skills and customize them according to what strategy you think will work best for each mission. Laser Bots is a new video game where you play as a robot that can pick up objects with its laser gun. This innovative gameplay will allow players to explore the outer reaches of space and interact in ways not possible before! Gamers can choose their hero and battle against other robots in an epic laser shooting game. With time running out, players must use lasers to destroy every obstacle around them before time runs out! It\'s time to play the coolest robot shooting game ever! This game will completely blow your head. In this game, you\'re a robot with a laser-powered eye that can destroy anything in its way. Finish off all obstacles before the time runs out by using the time to your advantage. Laser Bots is an addictive, fun, and engaging new laser shooting game. Laser eyes control your hero in the game, and that\'s awesome. This will train you to react fast when citizens and soldiers are in danger. There is only one opportunity to succeed, so get creative before taking action! Laser Bots is a new free game that\'s available on the App Store. In this exciting, fast-paced game, you take control of a fighting robot and shoot lasers at your enemies. You can play as the hero robot or his friend, the flying drone bot! Your mission is to destroy all militaries & civilians to save them from destruction by bad robots. The gameplay features an engaging yet challenging difficulty level with power-ups and different weapons to help you along the way. But then, it\'s time for some laser fun! Laser Bots is a new free game that\'s available on the App Store. In this exciting, fast-paced game, you take control of a fighting robot and shoot lasers at your enemies. You can play as the hero robot or his friend, the flying drone bot! Your mission is to destroy all militaries & civilians to save them from destruction by bad robots. The gameplay features an engaging yet challenging difficulty level with power-ups and different weapons to help you along the way. The new robot shooting game Laser Bots has just been released, and it\'s a real blast. You don\'t need to worry about humans anymore because this time, you\'re a hero robot with laser power that can destroy anything in its way. This game will have you on your toes as you try to beat every obstacle before the clock runs out. With three different modes of difficulty and an engaging design, Laser Bots is sure to be a hit at any arcade near you! So download now and get ready to enter the exciting world of robots!', 'https://img.gamemonetize.com/ir720stayame3ht0sg5a32r3u8uemdqq/512x384.jpg', 'https://html5.gamemonetize.com/ir720stayame3ht0sg5a32r3u8uemdqq/', '0', 'Hypercasual', 0, 0, '', 'laser-bots-the-hero-robot-shooting-game'), (14003, 'Block Puzzle Chuzzle Classic', 'Welcome to the World of falling blocks! The best cube puzzle game is here to steal the show. With a continuous stream of falling blocks, this game right here will grab your attention for some time. These blocks are stable. They do not topple. Once you start playing this game that\'s hard to put down, these blocks take the World of thrill and excitement to a whole new level! Falling blocks, forever falling. These blocks are stable, and they do not topple. Once you start playing this game that\'s hard to put down, these blocks take the World of thrill and excitement to a whole new level! Designed with fairly simple controls, this box puzzle game will surely bring gamers\' interest to solve the puzzles coming at them. The main goal of the players will be to make lines with blocks falling from above. Making lines will remove them and bring points to the players until the falling blocks hit the top. "Block Puzzle" is an awesome puzzle game that will keep you on your toes for hours. It has a colorful and spectacular design, plus it\'s free! An endless supply of blocks falls from the top to fill up the entire play area. The falling blocks start as green squares, but they quickly become orange triangles or blue pentagons, so this game keeps things fiercely fresh with new challenges constantly building! Sounds like a challenge? Well, the game offers three difficulty levels which means anyone can play. This awesome app offers more than just entertainment, though: it also trains concentration skills while providing stimulating exercise for all ages and gets people back in shape physically and mentally unbeatable by any other pastime activity out there. Are you looking for a puzzle game with an edge? One that will keep you entertained for hours and provide all the excitement of carefully aligning blocks into their place? Look no further! The World\'s most entertaining cube puzzle game, Block Puzzle, has arrived to steal your mind away. This highly addictive, fun app is not only engaging; it\'s addicting as well! Block Puzzle is a challenging, fun puzzle game for people who love puzzles and are looking for something more thrilling than anything else. In some of the levels in this puzzle game, there are blocks with numbers on them. You can use these blocks to strategically match the numbered ones together by adding or subtracting from one of its corners. Please find out how smart you are, then try your luck at our puzzler today! Block Puzzle features a continuously falling stream of blocks to fill in the space. Just make sure you don\'t get caught with your pants down because this bustling puzzle game will take over your day and block out all other distractions! Silly as it sounds, Block Puzzle is seriously addicting. Block Puzzle is the must-have brain teaser for all those looking for something more than just another old-fashioned solitaire. So put your focus on this exciting variation of the well-known classic. It\'s an incredible interactive challenge with over 1000 puzzles to complete! Your logic and attention will be put to the test continuously as you progress through each one of them while trying not to miss any because they keep coming every time you clear a few lines! As a result, there\'s no point in waiting anymore! It\'s time for you to pass the test of your concentration and earn some valuable points to your bucket. So download this game to give yourself some quality time by playing it all the way!', 'https://img.gamemonetize.com/rki4gmxos87g0zo19o0a3al66r5dx40t/512x384.jpg', 'https://html5.gamemonetize.com/rki4gmxos87g0zo19o0a3al66r5dx40t/', '0', 'Puzzles', 0, 0, '', 'block-puzzle-chuzzle-classic'), (14004, 'Blow Out Bomb Blast Ninja', 'Its time to cut out the bombs that are set for you! Dont waste time! Theyll blow you out if you dont cut them out! So hurry! The bombs are on fire! Blow Out Bomb Blast Ninja is an addictive game. You have to cut out the bombs that are set for you! Dont waste time, or theyll blow you out if you dont do it fast enough! The countdown has begun, and theres no turning back, so hurry up before it all blows over in a blaze of glory!! The countdown is on! Tap the bomb to explode it before it blows you out, and use both hands with your ninja skills in this fast-paced game. The bombs are set for YOU, so hurry up because theyre a', 'https://img.gamemonetize.com/tu23fzrzamofqoh9m3cnmc3eo538z3fk/512x384.jpg', 'https://html5.gamemonetize.com/tu23fzrzamofqoh9m3cnmc3eo538z3fk/', '0', 'Hypercasual', 0, 0, '', 'blow-out-bomb-blast-ninja'), (14005, 'sink it', 'Sink It is a skill game where you have to sink your opponents boat by shooting your cannon! Play by yourself or with a friend either on desktop or mobile. Watch your angle and fire your cannon at the right time. If you hit the water, you will cause a giant wave that will move both you and your opponent, making it more difficult to hit each other. During the match, objects will fall from the sky that will affect the water. Some of those object can actually be collected. By using the waves to move the object towards you, you can use their cool effect, like freezing the sea! Can you defeat all your opponents?', 'https://img.gamemonetize.com/j665d12mqpuk1yta1sswekwx18f5as85/512x384.jpg', 'https://html5.gamemonetize.com/j665d12mqpuk1yta1sswekwx18f5as85/', '0', 'Shooting', 0, 0, '', 'sink-it'), (14006, 'Alice in Wonderland Match3 Puzzle', 'The free games posted on the site are a good opportunity to have fun. The girl, following an unusual rabbit, rushes through the tunnel and sees different mysterious doors. The goal of the game is to quickly put the puzzle together and determine the location of Alice. The further the fidget moves, the more difficult its path is. The little inventor in this game is constantly on the move, constantly in a hurry somewhere. You need to act quickly and accurately, quickly overcome all the difficult levels and earn points. The new puzzle game lifts your mood, trains your logic and thinking.', 'https://img.gamemonetize.com/d1n9eyi1vcfea3e7q4iwkyqjgj57f079/512x384.jpg', 'https://html5.gamemonetize.com/d1n9eyi1vcfea3e7q4iwkyqjgj57f079/', '0', 'Puzzles', 0, 0, '', 'alice-in-wonderland-match-puzzle'), (14007, 'Winnie the Pooh Match3 Puzzle', 'Winnie the Pooh is a household character. He has a favorite vegetable garden, which he takes care of. Today you will see a bright episode where Winnie the Bear waters his unusual garden. What do you think he grows? Quickly fold the puzzle to see a beautiful picture with your favorite character. Winnie the Pooh is waiting for your help. This is going to be fun.', 'https://img.gamemonetize.com/1c7n8y48ej2h5gmlbxtv6iq4heb995s5/512x384.jpg', 'https://html5.gamemonetize.com/1c7n8y48ej2h5gmlbxtv6iq4heb995s5/', '0', 'Puzzles', 0, 0, '', 'winnie-the-pooh-match-puzzle'), (14008, 'Ice Age Match3 Puzzle', 'The famous cartoon about the animals of the Ice Age can now not only be watched, but also collected in the form of a puzzle picture. Just choose the picture and the level of difficulty of the game, and the adventures of the legendary mammoth and sloth will come to life again in your memories!', 'https://img.gamemonetize.com/vsfwmbdlxq67ck9cnbrl5bs60ydktx5f/512x384.jpg', 'https://html5.gamemonetize.com/vsfwmbdlxq67ck9cnbrl5bs60ydktx5f/', '0', 'Puzzles', 0, 0, '', 'ice-age-match-puzzle'), (14009, 'Toy House Escape', 'Toy House Escape is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a house; there you got trapped inside the house. Here are the interesting puzzles and hidden objects to find and get escape from the house. Good luck... Have fun!', 'https://img.gamemonetize.com/d92fljjrglnls9j0v362upo78wl33fqm/512x384.jpg', 'https://html5.gamemonetize.com/d92fljjrglnls9j0v362upo78wl33fqm/', '0', 'Puzzles', 0, 0, '', 'toy-house-escape'), (14010, 'Black House Escape', 'Black House Escape is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a house; there you got trapped inside the house. Here are the interesting puzzles and hidden objects to find and get escape from the house. Good luck... Have fun!', 'https://img.gamemonetize.com/gwi4rzorqcmr77w0fq9oe9y33zkgxs5n/512x384.jpg', 'https://html5.gamemonetize.com/gwi4rzorqcmr77w0fq9oe9y33zkgxs5n/', '0', 'Puzzles', 0, 0, '', 'black-house-escape'), (14011, 'Tower Land Escape', 'Tower Land Escape is a point and click game developed by 8B Games/Games2Mad. Imagine that you had been to a village, On there you had trapped. Here is the interesting puzzles and hidden objects to find and get escape from the village. Good luck.. Have fun!', 'https://img.gamemonetize.com/kw6dmdunjuy7nhsojgobr5zp8499ul0h/512x384.jpg', 'https://html5.gamemonetize.com/kw6dmdunjuy7nhsojgobr5zp8499ul0h/', '0', 'Puzzles', 0, 0, '', 'tower-land-escape'), (14012, 'Tractor Escape', 'Tractor Escape is a point and click game developed by 8B Games/Games2Mad. Imagine that you had been to a farm; there lost your Tractor got stuck on rocks. Here are the interesting puzzles and hidden objects to find and get escape the Tractor. Good luck... Have fun!', 'https://img.gamemonetize.com/0ay3cygpwxf9kbqwnv4c3a609qau6byk/512x384.jpg', 'https://html5.gamemonetize.com/0ay3cygpwxf9kbqwnv4c3a609qau6byk/', '0', 'Puzzles', 0, 0, '', 'tractor-escape'), (14013, 'Hotel Escape', 'Hotel Escape is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a Hotel; there you got trapped inside the Hotel. Here are the interesting puzzles and hidden objects to find and get escape from the Hotel. Good luck... Have fun!', 'https://img.gamemonetize.com/4wz1egrb95xlbiybr4jir0u399j0n1jg/512x384.jpg', 'https://html5.gamemonetize.com/4wz1egrb95xlbiybr4jir0u399j0n1jg/', '0', 'Puzzles', 0, 0, '', 'hotel-escape'), (14014, 'Game of Thrones Match3 Puzzle', 'Try to complete 12 jigsaw puzzles based on the legendary TV series Game of Thrones. Choose one of three difficulty levels and plunge into the world of adventures of your favorite world!', 'https://img.gamemonetize.com/2h37vq3vj669jsy8rvb30lrp11xp0tze/512x384.jpg', 'https://html5.gamemonetize.com/2h37vq3vj669jsy8rvb30lrp11xp0tze/', '0', 'Puzzles', 0, 0, '', 'game-of-thrones-match-puzzle'), (14015, 'Naruto Match3 Puzzle', 'A puzzle game with ninja Naruto and his friends. Choose your level of difficulty and collect a complete picture of the ninja Naruto and his friends.', 'https://img.gamemonetize.com/cbywm8mbsf275kecousbe5zgpnohvkzy/512x384.jpg', 'https://html5.gamemonetize.com/cbywm8mbsf275kecousbe5zgpnohvkzy/', '0', 'Puzzles', 0, 0, '', 'naruto-match-puzzle'), (14016, 'Bad Piggies Mact3 Puzzle', 'Bad Piggies games offer a return to the colorful worlds of angry birds. But not in order to shoot, but in order to evaluate the capabilities of your own engineering genius and learn how to collect broken pictures. Collect 12 puzzles with Bad Piggies!', 'https://img.gamemonetize.com/pbk6ogohtfq94gj5wf7p1z932zgfkglt/512x384.jpg', 'https://html5.gamemonetize.com/pbk6ogohtfq94gj5wf7p1z932zgfkglt/', '0', 'Puzzles', 0, 0, '', 'bad-piggies-mact-puzzle'), (14017, 'Dragon Ball Match3 Puzzle', 'Puzzle with the characters of the famous cartoon. 12 puzzles of different difficulty, in which you have to collect the characters of the famous cartoon. Assemble the puzzle pieces into a single picture.', 'https://img.gamemonetize.com/roy60qnren47pkhia1akwg3h78klt66l/512x384.jpg', 'https://html5.gamemonetize.com/roy60qnren47pkhia1akwg3h78klt66l/', '0', 'Puzzles', 0, 0, '', 'dragon-ball-match-puzzle'), (14018, 'Superman Match3 Puzzle Game', 'Do you like comics and cartoons about the adventures of Superman? Do you like to spend time folding puzzles? In this online game, Superman has prepared a whole collection of puzzles about his superhero exploits for the development of thinking and intelligence in kids. The boys will see in the pictures various stories from cartoons, games, movies, comics with the participation of Superman. Only the first puzzle is opened immediately, so you will have to collect the mosaics in turn.', 'https://img.gamemonetize.com/fsu76y3uq4z1r4a083hk00f3f5lglovn/512x384.jpg', 'https://html5.gamemonetize.com/fsu76y3uq4z1r4a083hk00f3f5lglovn/', '0', 'Puzzles', 0, 0, '', 'superman-match-puzzle-game'), (14019, 'Dumbo Match3 Puzzle', 'Collect puzzles based on the Disney feature film Dumbo, wherever you are! Move the fragments around the screen in the correct order to get a picture. The game has different levels of difficulty, so it is perfect for children of all ages.', 'https://img.gamemonetize.com/p3w2t9dg28xzzzk93eh9dfqcgh8cgu62/512x384.jpg', 'https://html5.gamemonetize.com/p3w2t9dg28xzzzk93eh9dfqcgh8cgu62/', '0', 'Puzzles', 0, 0, '', 'dumbo-match-puzzle'), (14020, 'Frozen Family Christmas Preparation', 'Elsa and Jack are about to usher in a special Christmas! Because they have a baby this year, this is their baby\'s first Christmas! So, Elsa and Jack thought that Christmas this year should be celebrated. But preparing for Christmas is hard work. They need to clean up the house before decorating it. Please help Elsa clean the room when Jack goes out to buy a Christmas tree. Then let their room be decorated. Finally, don\'t forget to choose beautiful Christmas costumes for Elsa and Jack! Have fun!', 'https://img.gamemonetize.com/6ehb2xclqq673g0ajeasf3qk3r0dtk4j/512x384.jpg', 'https://html5.gamemonetize.com/6ehb2xclqq673g0ajeasf3qk3r0dtk4j/', '0', 'Girls', 0, 0, '', 'frozen-family-christmas-preparation'), (14021, 'Princess Anna Short Hair Studio', 'Princess Hair Design Artist is an interesting hair salon game for girls. In this hairstyle game, you have to Cut hair and style the hair any way you want, using lots of different hair styling tools - from a simple comb and scissors to a curling iron and a straightener. Design beautiful hairstyles for our lovely princess in this hair salon game for girls. Be the best hair designer in this amazing hair cutting game. Be the most amazing stylist for the royal princess in this fun princess hair salon game! Start by doing the hair spa to make her hair look flawless. Take her to a refreshing bath using high-end products and solutions to make her look perfect. In this hair spa salon game, Decorate the hairstyles with the unique decorative items which go with her look. Now it\'s time for the beautiful hair color, try some funky colors on her hair of your choice to create a fashionable look. After coloring tries some chopping and styling the hair. Try on different hairstyles to highlight her beauty in this beautiful hair spa game.', 'https://img.gamemonetize.com/hi4isxnwwjvki1rzge91sdc07zqabkl6/512x384.jpg', 'https://html5.gamemonetize.com/hi4isxnwwjvki1rzge91sdc07zqabkl6/', '0', 'Hypercasual', 0, 0, '', 'princess-anna-short-hair-studio'), (14022, 'Squid Play Game Online All mode', 'Squid Game is a thrilling and fascinating 3D typical simulator game based upon popular childhood years Korean games. This game guarantees to bring you various realistic experiences like the primary personality - Player 456. Knock off other rivals as well as be the just one who wins 45.6$ billion Golden Piggy Bank Do you desire that Reserve? You must be confident enough to take it. The first will undoubtedly be traffic signal game difficulty, where your tolerance and stealth will be examined. Your objective is to go across the goal without doing caught by a Huge Doll. When it claims Greenlight, you are enabled to move, yet when it claims Redlight, all movement must quit or be killed in-game. Remember this, there is a time frame, so you need to run as quickly as possible if you don\'t intend to end up dead in the area.', 'https://img.gamemonetize.com/sgbv6vdbsg7cwkx932zljpjmavgu4dcf/512x384.jpg', 'https://html5.gamemonetize.com/sgbv6vdbsg7cwkx932zljpjmavgu4dcf/', '0', 'Hypercasual', 0, 0, '', 'squid-play-game-online-all-mode'), (14023, 'Super Monster Santa Helper', 'When Santa needs serious help prepping all of his presents, the Super Monsters lend a hand and some monster magic to get every gift out on time! Now, join us to finish the jigsaw to see what they do at Christmas.', 'https://img.gamemonetize.com/24y1ivjgtyg4wgr62du85fnfkvzejmd5/512x384.jpg', 'https://html5.gamemonetize.com/24y1ivjgtyg4wgr62du85fnfkvzejmd5/', '0', 'Girls', 0, 0, '', 'super-monster-santa-helper'), (14024, 'Ugi Bugi & Kisiy Misiy', 'Can you say hello to a two player game in which ugi bugi and kisiy misiy are partners? let\'s take your friend and help the person with ugi bugi to complete the chapters.', 'https://img.gamemonetize.com/gueal5iu12xhggs16ms0fht6shho1u41/512x384.jpg', 'https://html5.gamemonetize.com/gueal5iu12xhggs16ms0fht6shho1u41/', '0', 'Adventure', 0, 0, '', 'ugi-bugi-amp-kisiy-misiy'), (14025, 'Handbrake Parking', 'Handbrake Parking is a fun game of car parking that requires extreme focus and timing. The car runs automatically and you need to park in a very tight parking space at a perfect time! Crash into other cars and its game over. It\'s a fun endless free game but hard to master.', 'https://img.gamemonetize.com/c61lcm62hw24xktuca6b49x7bey8fqu7/512x384.jpg', 'https://html5.gamemonetize.com/c61lcm62hw24xktuca6b49x7bey8fqu7/', '0', 'Racing', 0, 0, '', 'handbrake-parking'), (14026, 'Color Pump', 'Color Pump is a very fun color game. Do you know most colors can be produced by mixing 2 different colors together? For examples, mix yellow with red, you will get orange. Mix blue and yellow, you will get green. Isn\'t it fun and interesting? In this game, you will learn plenty of knowledge of color. And also many patterns and pictures are here for you to compete with beautiful colors. If you find your self bored and looking for something fun, come and try this game. This is the best color game ever!', 'https://img.gamemonetize.com/gzk0515560vlwyk0c4v7i4j3dlgkm5ka/512x384.jpg', 'https://html5.gamemonetize.com/gzk0515560vlwyk0c4v7i4j3dlgkm5ka/', '0', 'Girls', 0, 0, '', 'color-pump'), (14027, 'Angry Cat Run Zombies Alley', 'Angry Cat Run - Zombies Alley is a fun action game similar to subway surfers. Choose your angry cat and run through the alley trying to collect green stars to gain coins. The object is to avoid zombies, rats and many other obstacles that come your way. Collect as many stars as you can to buy more angry cats and other fun perks in the game. To move use arrow keys and you can jump, slide or move side to side.', 'https://img.gamemonetize.com/d0mnhpk8zq0y0z1trvjb7lne6ykbn2lu/512x384.jpg', 'https://html5.gamemonetize.com/d0mnhpk8zq0y0z1trvjb7lne6ykbn2lu/', '0', 'Arcade', 0, 0, '', 'angry-cat-run--zombies-alley'), (14028, 'Christmas Match n Craft', '‘Christmas Match and Craft’ is an interesting puzzle game. In this game you need to move the items to the blank spaces so that you can create a row or a column of 5 or more similar items. Each group of 5 or more items will be merged and craft a next level item. If your move does not craft any new item, 2 new additional items would be added to the board. You can completely eliminate the lower level items by merging them strategically. You need to craft the 40th item to win this game.', 'https://img.gamemonetize.com/b41ok8u00yluux4nhdii00aomu6zt00g/512x384.jpg', 'https://html5.gamemonetize.com/b41ok8u00yluux4nhdii00aomu6zt00g/', '0', 'Puzzles', 0, 0, '', 'christmas-match-n-craft'), (14029, 'Forest Man', 'In Forest Man you need to chop wood and avoid the branches. It could be an easy task? It\'s easy to play but hard to master! Two variable environments and 10 Characters to unlock! So grab your axe as every lumberjack does and chop the tree as fast the more you can! · One-touch control system! · Simple and addictive gameplay! Awesome! Forest Man is up old school as you rush and dash ARCADE STYLE! FREE!', 'https://img.gamemonetize.com/iftepofdwszgp11u9nu3zrmkchsng5c3/512x384.jpg', 'https://html5.gamemonetize.com/iftepofdwszgp11u9nu3zrmkchsng5c3/', '0', 'Boys', 0, 0, '', 'forest-man'), (14030, 'Hand Doctor For Kids', 'Hey do you want to become a hand doctor? Wearing stethoscope and looking professional? Then this hand doctor game is a perfect design for you. You are going to have an ultimate fun yet a learning experience. Hurry up get it now! Features: - Easy click and drag to play - Six different characters - Friendly content - Cool BG music and HD graphics - Apply plaster on stitches - Use x-ray to fix the broken bone', 'https://img.gamemonetize.com/uiaz6x1r3k6urcfbh8rh72esoivrfdsn/512x384.jpg', 'https://html5.gamemonetize.com/uiaz6x1r3k6urcfbh8rh72esoivrfdsn/', '0', 'Girls', 0, 0, '', 'hand--doctor-for-kids'), (14031, 'Nitro Rally Time Attack 2', 'Nitro Rally Time Attack 2 is the ultimate 100% arcade rally racing game for your device! This game is totally inspired by the old classic arcade racing games of the 80\'s, great gameplay and perfect cars control system makes you have ten different circuits to race and a lot of other features that you will discover while playing. The graphic is colorful and detailed, the cars have a very good control system, the sound is really nice; listen the engine of your car and tries to keep it always at a good speed to snap the turbo when you need an extra boost! These features that bring Nitro Rally Time Attack 2 at the top of the rally arcade racing games... hours and hours of fun await you! Product feature bullets: • 15 awesome different rally tracks! • Great real rally car physics! • Cool audio soundtrack! • Awesome cute 2D graphics! • Cool sound effects! • Nitro Boost included! • Insane sideways rally action! • Ultra realistic cars handling!', 'https://img.gamemonetize.com/0flf09joy4lm4f8gtfdb4bve74uiqf0q/512x384.jpg', 'https://html5.gamemonetize.com/0flf09joy4lm4f8gtfdb4bve74uiqf0q/', '0', 'Sports', 0, 0, '', 'nitro-rally-time-attack-'), (14032, 'Halloween Dentist', 'These Monster have been eating way too much of their candy and need to have their teeth cleaned! These Monster have been eating way too much of their candy and need to have their teeth cleaned! So use six different dentist tools to help these monsters get back their healthy smiles. Key Features: - 18 different Halloween monsters! - Keeps everyone occupied for a long time! - The perfect app for this Halloween season! Can you help all Monsters?', 'https://img.gamemonetize.com/4fb1hs67bifxh9enau49h9ylp1evjkjr/512x384.jpg', 'https://html5.gamemonetize.com/4fb1hs67bifxh9enau49h9ylp1evjkjr/', '0', 'Girls', 0, 0, '', 'halloween-dentist'), (14033, 'Retro Tiny Tennis', 'In this great arcade sports game may be simple to play but it’s a challenge to get high scores. Like in a great tennis game, stopping the tennis balls requires speed and precision - make one mistake and you’re out! The longer you stay on ground, the faster the tennis balls will come at you and it is your job to return them while also avoiding flying bottles. You\'re warned! the Platinum medal is VERY hard to complete! only if you\'re a true grand slam may catch it!', 'https://img.gamemonetize.com/l5i1t3twy4zbyrv0u7dktn4jyigw89zv/512x384.jpg', 'https://html5.gamemonetize.com/l5i1t3twy4zbyrv0u7dktn4jyigw89zv/', '0', 'Sports', 0, 0, '', 'retro-tiny-tennis'), (14034, 'Magic Dot Dancing Line', 'Welcome to Magic Dot - Dancing Line, a fantastic music game. With our Magic Dot, you can enjoy your time with amazing music, easy-to-addict gameplay, and stunning 3D design. Listen to the magic beat, follow the rhythm, and use your musical reflexes to guide the ball from direction to other direction to break the magic dancing line tiles!', 'https://img.gamemonetize.com/vjsk1is7515kz7vewyoc17qbpl4tpcfl/512x384.jpg', 'https://html5.gamemonetize.com/vjsk1is7515kz7vewyoc17qbpl4tpcfl/', '0', 'Arcade', 0, 0, '', 'magic-dot--dancing-line'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (14035, 'Brain Hack Brain Test Tricky Puzzles', 'Brain Hack is an addictive free tricky puzzle game with a series of tricky brainteasers. Different riddles testing will challenge your mind. Brain Hack evaluates your logical think ability, reflexes, accuracy, memory and creativity. Do not answer the quests âŒin the ordinary way if you don’t want to be tricked. This brain hack is new puzzle game may break common sense and bring your new brain-pushing experience! You can enjoy yourself with your friends with brain out addictive and funny free IQ game. Think out of the box, crack the puzzles and get ready to take the quiz! You will enjoy this funny tricky test. Think you’re smart enough to solve all these tricky puzzles? It\'s not just another stupid test. Our hard questions may really stump you for a while! Install now to find Brain Out! Brain Out challenge yourself and your friends with different funny riddles to make you frustrate and laugh at the same time. These additive and free tricky questions in this Brain Out game will surely make you come back for more. Brain Test is a challenging and fun thinking iq game with multiple trivia puzzles and brain teasers. If you like to solve riddles, tricks, quiz games, iq logic games, sudoku puzzles or word search games, try this free Brain Test! Brain Test train your logic, memory, intelligence, problem-solving skills, and creativity.', 'https://img.gamemonetize.com/qbr8v0c0pzbyaj2cn8wrdvakbqsn70wx/512x384.jpg', 'https://html5.gamemonetize.com/qbr8v0c0pzbyaj2cn8wrdvakbqsn70wx/', '0', 'Hypercasual', 0, 0, '', 'brain-hack--brain-test--tricky-puzzles'), (14036, 'Christmas Tree Addition', 'Decorate the Christmas tree by creating ornaments with numbers that match the numbers found on the Christmas tree. Click to shoot the ornament the snowman is holding. If like ornaments hit each other their numbers will be added while unlike ornaments hitting together will result in subtraction. See if you can decorate all 10 trees!', 'https://img.gamemonetize.com/cjca5mczkj9edwb0cmctwue0b62xjm9m/512x384.jpg', 'https://html5.gamemonetize.com/cjca5mczkj9edwb0cmctwue0b62xjm9m/', '0', 'Puzzles', 0, 0, '', 'christmas-tree-addition'), (14037, 'Corona Airplanes Hidden', 'Corona Airplanes Hidden is a free online skill and hidden object game. Find out the hidden stars in the specified images. Each level has 10 hidden stars. There are 6 levels in total. The time is limited so be fast and find all hidden objects before time runs out. Clicking in the wrong place several times reduces the time by an additional 5 seconds. So, if you are ready start the game and have fun!', 'https://img.gamemonetize.com/4vagdwdiazhs1c7tyaqholzrqy8v03jl/512x384.jpg', 'https://html5.gamemonetize.com/4vagdwdiazhs1c7tyaqholzrqy8v03jl/', '0', 'Puzzles', 0, 0, '', 'corona-airplanes-hidden'), (14038, 'SnowMan JigSaw', 'SnowMan Jigsaw is a brain puzzle assembly Game. SnowMan Jigsaw comes with amazing puzzle image pack. Just arrange the pieces of puzzles to get the right image. Looking for puzzle games for adults or kids? You found it! enjoy and relax!', 'https://img.gamemonetize.com/pxflvaqjssb6cbmetzp39k0fhqfz8m0y/512x384.jpg', 'https://html5.gamemonetize.com/pxflvaqjssb6cbmetzp39k0fhqfz8m0y/', '0', 'Puzzles', 0, 0, '', 'snowman-jigsaw'), (14039, 'Cat Walk Fashion Girl Walk ', 'Do you want that dress? All you have to do is say yes! Customers are lining up at your store looking for help. They are looking for that next style fad that will make them stand out with the stars. Pull out a basic dress and style it however you like. Change the color, add some sparkles, have a new cut or design; the final look is limitless in this fashion designer simulator. Have you ever gone to the store and wished you could purchase any dress you want? Now you can create those looks for yourself. Make people\'s dreams come true and create the most beautiful dresses you can think of. Whether it’s for a party, or prom, or just a night out on the town, people want to look trendy with the latest fad, and it’s up to your keen eye to make this a reality. Game Features: 1. Simple but addicting mechanics Customers are looking for the next great designer - can you make the cut? 2. Amazing Physics The final outcome of the designs will have you feeling breathless 3. Keep on upgrading! Become the best shop in town - keep upgrading your business. 4. Relax and enjoy No stress in this game. Just create, color and decorate. So many options to test your creativity.', 'https://img.gamemonetize.com/wubc9l3nuce1i8g25gwaom9yopcufrzw/512x384.jpg', 'https://html5.gamemonetize.com/wubc9l3nuce1i8g25gwaom9yopcufrzw/', '0', 'Adventure', 0, 0, '', 'cat-walk--fashion-girl-walk-'), (14040, 'Online Squid Game Candy Glass Challenge', 'Welcome to Squid life, Are you ready for squid challenges? Where all the players are participating those who are poor and indebted in this squid challenge. All player perform their tasks in the given time they have. All the tasks are harder than you think. Every task has its period so complete the task before the period. The players who are failed in the task will be eliminated and never can perform another task. If you break the rule of the race you will be eliminated like join clash and money race 3d. hair girl run ridge with puzzle game cross-bridges feel all run and keep walk on all shortcut to be best stacky dash bridge runner. You can ready makeover run with hair challenge girl body in this amazing year best game in 2021. and the red light point is don\'t allow you to move your body. Eliminate Player will be knocked out in the squid master. There have many tasks like Candy Challenge squid 3d, Green Light Red Light, and Tempered Glass. How to play green light red light task? The girl is standing towards the tree and saying green light red light. The red light sign for stop moving forward and wait for the green light to moving forward from the tree. if the players are complete the task in the given time period so they will win and others who are late, will be Eliminate and never can perform another challenge like hair challenge and rich run 3d. The Second task for Candy challenge squid 3d. This task has also its time, just your candy and a pin. Use the pin to give a candy a specific shape. Try to break the candy from its right parts in two stages!. If candy is broken while you perform the candy challenge like the hair challenge so you will be eliminated. And you will never win the prize pack. This Candy challenge is like a hair challenge and rich run 3d, where all the players are squid hair game challenge. The third task for the best of squid survival part with break the squid Tempered Floor game. In this Squid, players are forced to walk on a Tempered Floor Bridge and the goal is reached to the finish line in this squid task 2021. Some glass is easy to break and some are so strong. Just you have to jump to the strong glass to save your life to win the prize. and if you jump on the wrong glass so you will be eliminated. Stay away from the other clash who are join the other clan like join clash 3d and girl challenge hair. Keep Focus on the tasks and win the prize pack. One must take turns walking on the Glass Bridge like bridge race in squid survival hair girl challenge game divided into two sides like join clash blob to reach to another side. Each free squid survival game side is with glasses on it. you can not tell the difference between real or tempered glass in this squid for free. The more you survival in the squid girl challenge game hair, the more you have a chance to win the prize pack. Just don\'t eliminate any task all the tasks are harder as compare to before the task you perform. Be the first squid survival game like rich blob race run game. Squid candy challenges are the most dangerous task you ever perform. Players who win the prize pack have become squid challenger game squid. Squid players are ready for every challenge like hair, blob squid run race. You Should know:- -You have to stop at the red light and move at the blue light. -If you move on a red light, you will be eliminated. -Please arrive within the time limit without being eliminated. -Try to break the candy from its right parts in two stages!', 'https://img.gamemonetize.com/5cgl7uys2h503w991tn793w576tretwg/512x384.jpg', 'https://html5.gamemonetize.com/5cgl7uys2h503w991tn793w576tretwg/', '0', 'Shooting', 0, 0, '', 'online-squid-game--candy-glass-challenge'), (14041, 'Cherry Inhere Circle Pong King', 'Do you have the skills to keep something inside for long? Then Cherry Inhere brings you the perfect game to enhance your anticipating skills. In addition, the game offers you the best feeling to witness one of the best ping pong games. Cherry Inhere: Circle Pong King is a Ping-Pong game that challenges your anticipating skills to keep the ball in one circle. The more you play this ping ball game, the better it gets, and this will always be an exciting challenge for people who love playing ping pongs! Cherry Inhere: Circle Pong King is a game designed to train your anticipation skills. The game\'s objective is to keep ping-pong balls inside circles on screen for as long as you can, earning points with each successful round and being more at risk of losing when they fall out or get too close! In addition, you\'ll be able to play solo against an AI opponent that grows in difficulty depending on how well you\'re doing so far. This challenging and yet fun-filled ball running event will be sure to get your attention as well! Your goal here would not exactly require keeping in mind some extraordinary techniques or strategies, but rather just maintaining control over this infamous little black sphere called "ping" while it\'s bouncing around within an enclosed circle which may look more like a tennis court than anything else. The perfect ping pong ball game is ready to blow your mind and offer an exhilarating experience as it challenges players to keep one ping pong ball in a circle. More of tennis than Ping Pongs, this challenging but addictive classic gives points with every round played - how many can you score before time runs out? Cherry Inhere Circle Pong King Game is an online pong game about keeping ping pong balls in a circle. However, there are no rules to this game. You can do anything you like with the pong ball and still manage to keep it inside the circle! Cherry Inhere, Circle Pong King, is a ping pong game that will test your skills to keep the ball within an enclosed area. The more you charge it up with energy and concentration in keeping this circular object on lockdown, the higher you score! Then Cherry Inhere brings you an entertaining game that will give your anticipating skills a necessary boost. This exciting pong ball challenge is ready to blow your mind as it tests how well and fast you can get one of the best ping-pongs in there while keeping within the circle! The more balls are kept in place, the more the score goes up, so be quick but steady with this challenging tennis ball keeper. Do you have what it takes to keep one of those pesky balls from bouncing out? You\'ll need some good hand-eye coordination and anticipation skills if you want to be able to call yourself a true Ping Pong king. Well, look no further than your iPhone or iPad screen for an incredible new game that will challenge all these attributes as well as offer up hours of a fun time.', 'https://img.gamemonetize.com/q4em5v4kw3hfxh98dd32fh11dh2ek6kb/512x384.jpg', 'https://html5.gamemonetize.com/q4em5v4kw3hfxh98dd32fh11dh2ek6kb/', '0', 'Hypercasual', 0, 0, '', 'cherry-inhere-circle-pong-king'), (14042, 'Choco Ball Draw Line & Happy Girl', 'Enjoy a fun and challenging experience as you draw lines through a slew of obstacles! Get into the action fast as you help those cute little choco balls reach their destination at each level. Unlock all kinds of different balls like fireballs, ice cubes, and Play with your friends for free Draw lines to guide the Choco Balls into a basket for your little girl. But watch out, it\'s not as simple as you think! The balls will continuously rise from below and then fall, so be careful with those tricky angles - one wrong move could cost you three lives. Are you the master of precision? You have to help our little girl collect all of her chocolates by drawing lines through them. If so, test your anticipation skills in this fantastic draw a line game. One of the best line drawing games is here to kill your boredom. Numerous amounts of choco balls rising from below, then falling on the line! So help a poor girl to have some choco balls in this ball line game! Choco Ball: Draw Line & Happy Girl features: A new game that will make you happy! Challenge your friends to see who can get the highest score. Line drawing game Choco Ball is a simple but addictive ball drawing game that will get you hooked from the start. It\'s easy to play, draw a line game with cute graphics and fun sound effects. Happy girl is waiting for you to draw lines and solve puzzles A tricky game that may seem easy until you get the hang of it. You have to use your skills and draw a line, so the balls follow them into their basket for our little girl who is waiting with anticipation! If she doesn\'t catch any chocolates, we don\'t want her to be too sad - be careful not to let go, or else it\'s "game over!" A hungry girl is waiting for you to draw lines and solve puzzles. The game\'s object is to ensure that each ball follows your drawn line into a basket without falling off the screen or running out of life. You\'ll have three chances if you fail, but don\'t worry; it\'s not as simple as it looks! You don\'t need to play with both hands as in other games since doing so will allow you to spend more time doing what is important to keep her happy. Choco Balls is an engaging, interactive game that will keep you coming back for more. Draw lines from below to bounce balls through fun puzzles with plenty of surprises on your way. The girl starts sad because she needs chocolate ice cream, but this changes when we draw her line towards happiness again! This is a little girl who\'s hungry for choco balls. Draw a line to guide chocolates into the hungry girl\'s mouth in this addictive game. Chocos will continuously rise from below and then fall, and you must draw lines appropriately to ensure they follow your path! You have 3 lives if you fail to basket. It\'s time for some serious reflexes with this challenging puzzle game as it does or die! But don\'t worry, no need to waste time on boring orthodox games anymore when there are so many fun ones out there like this one that tests your skills and hunger of a baby girl at the same time? The choco balls are coming for you to feel happy! Find the ball for the little girl to feel happy! It doesn\'t matter what kind of line you draw; it needs to be just a line that can trace your path and make it into all three baskets before time runs out. And then they start getting faster and more difficult too! Stay focused in this pencil line game, or else this game will be over for sure Challenge yourself by drawing fast in this draw line game with correct paths, or go slow and steady if you think it\'s too hard at first. The goal is a simple guide as many balls as possible into their matching baskets by only drawing just a line without letting any get past you so that baby girl can finally enjoy some chocolate goodness! So download the fantastic draw a line game and beat the hunger of a baby girl!', 'https://img.gamemonetize.com/49pvhifgmv7n3sc2o4i301ynmalub2d9/512x384.jpg', 'https://html5.gamemonetize.com/49pvhifgmv7n3sc2o4i301ynmalub2d9/', '0', 'Hypercasual', 0, 0, '', 'choco-ball-draw-line-amp-happy-girl'), (14043, 'Colony Escape', 'Colony Escape is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a Colony; there you got trapped inside the Colony. Here are the interesting puzzles and hidden objects to find and get escape from the Colony. Good luck... Have fun!', 'https://img.gamemonetize.com/01vven2ynv5xadliwv75ukwd2r127xfw/512x384.jpg', 'https://html5.gamemonetize.com/01vven2ynv5xadliwv75ukwd2r127xfw/', '0', 'Puzzles', 0, 0, '', 'colony-escape'), (14044, 'Gold Bars Escape ', 'Gold Bars Escape is a point and click game developed by 8B Games/Games2Mad. Imagine that you had been to a place having gold bars. You want to grab the bars and get escape. Here are the interesting puzzles and hidden objects to find and get escape. Good Luck... Have Fun!!!', 'https://img.gamemonetize.com/1j8dlvivk73ki0km323c24z2wydkypyt/512x384.jpg', 'https://html5.gamemonetize.com/1j8dlvivk73ki0km323c24z2wydkypyt/', '0', 'Puzzles', 0, 0, '', 'gold-bars-escape-'), (14045, 'Floating Garden Escape', 'Floating Garden Escape is a point and click game developed by 8B Games/Games2Mad. Imagine that you had been to a garden On there you had trapped. Here is the interesting puzzles and hidden objects to find and get escape from the garden. Good luck.. Have fun!', 'https://img.gamemonetize.com/3vahjw22sqsitaeza7nfd3vzfhi5llr5/512x384.jpg', 'https://html5.gamemonetize.com/3vahjw22sqsitaeza7nfd3vzfhi5llr5/', '0', 'Puzzles', 0, 0, '', 'floating-garden-escape'), (14046, 'G2M Scary Forest Escape', 'Scary Forest Escape is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a forest, there you got trapped inside the forest Here is the interesting puzzles and hidden objects to find and get escape from the forest. Good luck... Have fun!', 'https://img.gamemonetize.com/w903juz4ouhyq2koteqqv9fq88vx2x1l/512x384.jpg', 'https://html5.gamemonetize.com/w903juz4ouhyq2koteqqv9fq88vx2x1l/', '0', 'Puzzles', 0, 0, '', 'gm-scary-forest-escape'), (14047, 'Lateral Defense', 'Lateral Defense is a puzzle shooting game. The goal of this game is to shoot on the balls that are coming from the top of the game screen. The ball are with different color. They are red and yellow. At the bottom of the game you have a red button that fires red bullets, and on the right side is a yellow button that shoots yellow bullets. You need to destroy the red balls with red bullets and the yellow ones with yellow bullets. Only then can you progress in the game. If you mix the bullets the game will end quickly.', 'https://img.gamemonetize.com/n2zm7ijbeldbbkgz948fql03ayllg2gm/512x384.jpg', 'https://html5.gamemonetize.com/n2zm7ijbeldbbkgz948fql03ayllg2gm/', '0', 'Puzzles', 0, 0, '', 'lateral-defense'), (14048, 'Preparing Mickey For Christmas Match 3', 'Preparing Mickey For Christmas Match 3 – this cool game three in a row, in which you have to put the blocks of the same color in a series of three pieces or more to achieve the highest possible score, be careful to account the scale to the left did not fall too low, otherwise the game will be over. Enjoy the game!', 'https://img.gamemonetize.com/9ql8k36tf4daqjbs2wwwk4nu4bby1qkv/512x384.jpg', 'https://html5.gamemonetize.com/9ql8k36tf4daqjbs2wwwk4nu4bby1qkv/', '0', 'Puzzles', 0, 0, '', 'preparing-mickey-for-christmas-match-'), (14049, 'TinyTownRacing', 'TinyTownRacing is a 3D driving game where you try and avoid hitting other cars in busy traffic. Steer your car left and right to avoid all the obstacles in the map. Collect golden coins that are scattered around to upgrade and customize your car with unique shiny new skins. You will accelerate the more you drive, so this game will put your reflexes to the test! How long can you go in TinyTownRacing without crashing? Can you unlock every skin in the game?', 'https://img.gamemonetize.com/pto23y96gar2rpfp48q3hvfnmg85z91e/512x384.jpg', 'https://html5.gamemonetize.com/pto23y96gar2rpfp48q3hvfnmg85z91e/', '0', 'Sports', 0, 0, '', 'tinytownracing'), (14050, 'Harry Potter Match3 Puzzle', 'This game will appeal to all fans of the popular TV series about the young magician Harry Potter. Try to collect from a huge number of individual puzzle pieces a picture with images of your favorite movie characters. The game pleases with beautiful graphics and wonderful sound design, made up of the soundtracks of the popular movie.', 'https://img.gamemonetize.com/w58zhtba5d5wrc7px7wt0x4jrz9tsb7w/512x384.jpg', 'https://html5.gamemonetize.com/w58zhtba5d5wrc7px7wt0x4jrz9tsb7w/', '0', 'Puzzles', 0, 0, '', 'harry-potter-match-puzzle'), (14051, 'Squid Escape Game', 'Welcome, this app is dedicated to fans of the Squid Game series, it\'s a game where you help your favorite actors to run away. The gameplay is very decent. Simply you make a decision and go, wait for what will happen. the squid game or the game of squid is a jailbreak and escape simulator. it\'s about escaping from the pink guards and the frontman. It’s time to Escape! Gather your squad and prepare for the endless mission. be a hero of your choice to win this amazing puzzle game Everybody can play the Squid game Prison Escape. Because of simple gameplay, simple content, and very nice graphics. GAME FEATURE: - Simple and funny gameplay: Drawing a path is all you have to do. - Impressive 3d graphic - Outstanding series actors characters', 'https://img.gamemonetize.com/d2htd3togxte0kbddix9w3nu2n00uprb/512x384.jpg', 'https://html5.gamemonetize.com/d2htd3togxte0kbddix9w3nu2n00uprb/', '0', 'Hypercasual', 0, 0, '', 'squid-escape-game'), (14052, 'Beauty and The Beast Match3 Puzzle', 'Can we assume that you know the story of a gentle Beauty and her beloved Monster? Their images, the correct position of the head, arms and legs, all this is a rather difficult task, and you will have to think about it carefully. Therefore, we will first once again remember the romantic story, take a closer look at the puzzle and, rotating the individual pieces with the mouse, arrange them so that the picture gets the right look. This is both mindfulness and accuracy. There are many separate parts. And if at least one is not placed properly, then it will be impossible to go to the next stage. This means that the other image is not available.', 'https://img.gamemonetize.com/htoa76iz22kbg26gimdqz53cf912xzhi/512x384.jpg', 'https://html5.gamemonetize.com/htoa76iz22kbg26gimdqz53cf912xzhi/', '0', 'Puzzles', 0, 0, '', 'beauty-and-the-beast-match-puzzle'), (14053, 'Squid Game Match3 Slide Game', 'You will be given the opportunity to take part in a survival tournament as a player number 456, whose name is Song Ki-hoon. You have to go through a lot of difficult and even deadly tests to become a winner and earn a fortune as a reward! But first, you will have to compete against many other similar participants for the right to receive a huge amount of money stored in a huge transparent piggy bank.', 'https://img.gamemonetize.com/bg131ain527yp0m1n9z0i2nl8ebslshf/512x384.jpg', 'https://html5.gamemonetize.com/bg131ain527yp0m1n9z0i2nl8ebslshf/', '0', 'Puzzles', 0, 0, '', 'squid-game-match-slide-game'), (14054, 'Pinocchio Matc3 Puzzle', 'Your little brother broke your favorite picture with the image of the hero of our childhood Pinocchio. It\'s a pity to throw away such a dear thing, so you decide to experiment. You need to collect all the pieces of the picture and put them together, after which you will easily be able to glue them together and return to their rightful place.', 'https://img.gamemonetize.com/4na5pg8db77ck9zi8lqkr71gks88zxqb/512x384.jpg', 'https://html5.gamemonetize.com/4na5pg8db77ck9zi8lqkr71gks88zxqb/', '0', 'Puzzles', 0, 0, '', 'pinocchio-matc-puzzle'), (14055, 'Nemo Match3 Puzzle', 'The heroes of the famous cartoon with Nemo fish are waiting for you to assemble a puzzle with their images. All of them want to gather in one place and now it depends only on you whether their meeting will take place. Insert the pieces of the mosaic into the right places and help Nemo and his friends meet again on the screen of your monitor.', 'https://img.gamemonetize.com/8qsh8zvwr53k0jl7q285i3royu3sw9n9/512x384.jpg', 'https://html5.gamemonetize.com/8qsh8zvwr53k0jl7q285i3royu3sw9n9/', '0', 'Puzzles', 0, 0, '', 'nemo-match-puzzle'), (14056, 'Football Stars Match3', 'You have never played football in this way, connecting balls and other items laid out on the football field. You just need to connect combinations of three identical images. They disappear and the game gives you a certain number of points. In the Football Match play is quite easy, very fun and useful!', 'https://img.gamemonetize.com/n4xlzfcolfn528zstpouzjc5wi0ui66s/512x384.jpg', 'https://html5.gamemonetize.com/n4xlzfcolfn528zstpouzjc5wi0ui66s/', '0', 'Puzzles', 0, 0, '', 'football-stars-match'), (14057, 'Kittens Match3 Puzzle', 'Dear girls! We are glad to offer you a collection of puzzles with cute kittens. These lovely babies will give you warmth and love! Collect them all!', 'https://img.gamemonetize.com/oq5yqjn30kwxychgyk1ibv6ofmkoh690/512x384.jpg', 'https://html5.gamemonetize.com/oq5yqjn30kwxychgyk1ibv6ofmkoh690/', '0', 'Puzzles', 0, 0, '', 'kittens-match-puzzle'), (14058, 'Peter Pan Match3 Puzzle', 'Peter Pan is back to test you once again and take you on the team. Your challenge will be to collect the puzzle. Pull the pieces, finding the right position for them. Multiple parts can be selected. There are four difficulty levels: easy, medium, hard and expert. Remember that time is limited, but you can disable it.', 'https://img.gamemonetize.com/sqg8l2dkqns9lrpclnwqk4tjyuixlwog/512x384.jpg', 'https://html5.gamemonetize.com/sqg8l2dkqns9lrpclnwqk4tjyuixlwog/', '0', 'Puzzles', 0, 0, '', 'peter-pan-match-puzzle'), (14059, 'Tom and Jerry Match3 Clicker Game', 'If you like to laugh heartily, fool around and once again review the stories about the confrontation between a huge cat and a small sneaky mouse, then the game Tom and Jerry Clicker was invented especially for you! Bright, dynamic, with rich graphics and unique music accompaniment, it will give you an optimistic mood and a long positive charge.', 'https://img.gamemonetize.com/n5i6cpe83wzycg96gb2otdxk6nbgjrtu/512x384.jpg', 'https://html5.gamemonetize.com/n5i6cpe83wzycg96gb2otdxk6nbgjrtu/', '0', 'Puzzles', 0, 0, '', 'tom-and-jerry-match-clicker-game'), (14060, 'Fast And Drift CIVIC', 'Speed ​​and Drift pleasure With ESP and DRIFT modes you can experience different driving experiences. In DRIFT mode, the car will slide more and you will be able to do whatever you want according to your ability. By touching the center of the screen with one finger, you can rotate the camera around the car in a vertical and horizontal axis, and with two fingers you can make the camera follow the car from behind. You can choose different cameras and enjoy driving pleasure from different angles. If you go fast or make good drift movements you will earn points. With these points you can buy fuel from the fuel station, change the color, pick up one of the different car models and go on a hike with wheels or spoilers. DRIFT mode Exhaust explosion effect at high speeds Manual or automatic gear selection. 6 different cars 4 different maps Tuning pieces Information: In-game advertisers can collect some information.', 'https://img.gamemonetize.com/5u12h8mkduckicg1xigkrnyshsjqr05m/512x384.jpg', 'https://html5.gamemonetize.com/5u12h8mkduckicg1xigkrnyshsjqr05m/', '0', 'Action', 0, 0, '', 'fast-and-drift-civic'), (14061, 'Twirl', 'Do you like to complete logic puzzles? Then this game is for you! In it you will find many puzzles where you have to show your intelligence, think, calculate and make the right choice. You need to drag the figures onto the field. At the same time, with each level, it will be more interesting and interesting for you, because You will meet with a variety of exciting tasks. We wish you only victories!', 'https://img.gamemonetize.com/1qj8wrz269fj9n22d6ins1kn09q5zizw/512x384.jpg', 'https://html5.gamemonetize.com/1qj8wrz269fj9n22d6ins1kn09q5zizw/', '0', 'Puzzles', 0, 0, '', 'twirl'), (14062, 'Lovely Virtual Cat At School', 'Do you like school? Don\'t worry, you have the final say in this school! Come get to know your virtual pets and make them perform well. Many beautiful costumes are here for you. Dress up your pet in unique costumes and start with your favorite theme. The art room! You can use a perfect set of colored pencils to paint. In addition, your creation can also be decorated with a set of beautiful stickers. In addition, you can stimulate your imagination through an exciting coloring game, or use fruits and vegetables to make some crazy decorations.', 'https://img.gamemonetize.com/pf6qmpgfymm1fbw3lppbchzs3eamxtbg/512x384.jpg', 'https://html5.gamemonetize.com/pf6qmpgfymm1fbw3lppbchzs3eamxtbg/', '0', 'Girls', 0, 0, '', 'lovely-virtual-cat-at-school'), (14063, 'Racing Crash Jigsaw', 'If you\'re a fan of Jigsaw and supercars, you\'ll love Racing Crash Jigsaw, a free Jigsaw game. Racing Crash Jigsaw\'s selection of 12 clear car crashes, from easy to hard, is enough to get you used to and continue the challenge. Have a try about it!', 'https://img.gamemonetize.com/cgmure4a58bas4p5dxxf3ns6ywqk1vgf/512x384.jpg', 'https://html5.gamemonetize.com/cgmure4a58bas4p5dxxf3ns6ywqk1vgf/', '0', 'Boys', 0, 0, '', 'racing-crash-jigsaw'), (14064, 'My Beautiful Printed Dress', 'Let\'s grab the tail of summer and wear a beautiful dress again! The four girls, Elsa, Ariel, Snow White and Rapunzel decided to put on their printed dresses and spend a pleasant holiday at the beach. Please help them draw a beautiful makeup and match it with a nice dress! Have fun!', 'https://img.gamemonetize.com/usxtvmjizuzbfwnahi8rdhcrmb5dwmgs/512x384.jpg', 'https://html5.gamemonetize.com/usxtvmjizuzbfwnahi8rdhcrmb5dwmgs/', '0', 'Girls', 0, 0, '', 'my-beautiful-printed-dress'), (14065, 'Build An Island', 'Educational games for kids in kindergarten are the most popular way to study nowadays and our building games will help them in their preschool education. Babies all over the planet a happy to play our ship games for boys and girls. Start a new adventure with your toddler little ones and our kindergarten game will help in creating children\'s places of interest. Make your children, toddlers, little ones happy. Build a house, island - is one of the best toddler games free for 2-year-olds for learning ships, seaport mechanics, and building a house develop motor skill and imagination for children boys, and girls. Little housebuilders will learn how to build an island and boat with our free games for kids. Large ships and platforms help kids with the construction mechanics and explore the ocean. Start building your cool Isla with our Building for kids! Learning games will show technical specifics needed to build an island and learn to get an experience of creating a wonderful oasis with your own home in the middle of the sea or the ocean.', 'https://img.gamemonetize.com/6bw21uto2rlc2jn7x0yq9hshm9x2ucab/512x384.jpg', 'https://html5.gamemonetize.com/6bw21uto2rlc2jn7x0yq9hshm9x2ucab/', '0', 'Boys', 0, 0, '', 'build-an-island'), (14066, 'Angelcore Princess', 'Angelcore is a fashion inspired by images of angels. This style is intended to depict the same unearthly beauty with which European angels are described and portrayed, regardless of whether it is done using modern or old methods of depiction. Angelcore is based on the tenderness, gentleness and purity of angels in modern culture. Pastel colors and a nostalgic vintage vibe are also hallmarks of this style. Join princesses Eliza and Tiara to experience this amazing style of Angelcore together. Choose a bow from a variety of delicate, airy outfits - dresses, blouses, skirts. Try one of two hairstyles for each princess, as well as a choice of makeup. This unearthly style will not leave anyone indifferent!', 'https://img.gamemonetize.com/lp2c70lni3nnvbf5f27nc8oommu1hjjr/512x384.jpg', 'https://html5.gamemonetize.com/lp2c70lni3nnvbf5f27nc8oommu1hjjr/', '0', 'Girls', 0, 0, '', 'angelcore-princess'), (14067, 'Save The Poppy Time', 'Save The Poppy Puzzle is challenging game in which you rescue the poppy playtime. Very interesting, lots of fun and addictive unique levels. Its challenging games for your brain! Your hero poppy playtime has catch fire and swinging with rope, cut the rope to save the poppy play time. And Now is totally depend on you to help him.', 'https://img.gamemonetize.com/emz1vnb828zk9hzmo5x4kniguqofmkc8/512x384.jpg', 'https://html5.gamemonetize.com/emz1vnb828zk9hzmo5x4kniguqofmkc8/', '0', 'Adventure', 0, 0, '', 'save-the-poppy-time'), (14068, 'Stickman Parkours', 'Welcome to Stickman Parkour, A new Running and jumping Game you\'ll face challenging levels filled with devious traps once more. Are you ready to take command of this brave stickman and show his acrobatic abilities while earning various achievements and gems? Best of luck! ACTION', 'https://img.gamemonetize.com/xcepjor1hywkvqoy3vlq7jf46q20zt46/512x384.jpg', 'https://html5.gamemonetize.com/xcepjor1hywkvqoy3vlq7jf46q20zt46/', '0', 'Fighting', 0, 0, '', 'stickman-parkours'), (14069, 'Its Story Time', 'It\'s Story Time is a puzzle game created by Sakkat Studio. Do you want to put your brainpower to the test? It\'s Story Time features various mini-games full of challenging puzzles you can solve by thinking outside the box. Find hidden objects, drag and drop multiple objects to mix them, remove parts of objects, open closets and drawers, and much more. The game will present you with a list of tasks, which you need to complete by manipulating the objects you see in the game. Feel free to use the hint button if you\'re stuck. This game will boost your focus and attention while offering suitable entertainment for the whole family!', 'https://img.gamemonetize.com/qeszqcqqml7c5m7stqaezserok17c09c/512x384.jpg', 'https://html5.gamemonetize.com/qeszqcqqml7c5m7stqaezserok17c09c/', '0', 'Puzzles', 0, 0, '', 'its-story-time'), (14070, 'How To Loot', 'To play How To Loot, you must solve the brain damage puzzle to pull out the pin, help the knight destroy the monster, Pin save the princess, and find the treasure. Beauty and treasure are waiting for you. Let\'s play now! In this pin lock game, you need to go through difficult challenges, such as pulling nails to fight monsters, pulling nails to pick up treasure, nail to save the princess. So you have to use IQ, all of your intelligence, to solve problems logically.', 'https://img.gamemonetize.com/0bvg1pq0grwao1b4their9duwdqcqqrn/512x384.jpg', 'https://html5.gamemonetize.com/0bvg1pq0grwao1b4their9duwdqcqqrn/', '0', 'Boys', 0, 0, '', 'how-to-loot'), (14071, 'Rocket Arena', 'Rocket Arena is a crazy rocket launcher game! Tap to launch the rocket and try to tap when the the arrow is the maximum speed to boost your rocket launching. Unlock asmany rockets as you can and collect coins to buy boosters. Have Fun!', 'https://img.gamemonetize.com/s9ewpk12xdh8e9friz6r7jroztmkkov2/512x384.jpg', 'https://html5.gamemonetize.com/s9ewpk12xdh8e9friz6r7jroztmkkov2/', '0', 'Shooting', 0, 0, '', 'rocket-arena'), (14072, 'Count And Match Christmas', 'The rules are very simple and intuitive for everyone; So You just drag\' n\' drop the numbers in to the match boxes! There are two levels of difficult! in the first 20 levels you\'ve just 4 number to match with 4 boxes after you will have 5 numbers to match with 5 boxes. The game is suitable for everyone that can play without stress... cause is just a kid’s math game in Christmas theme! How To Play: 1: Touch over the number to drag it. 2: Drag the numbers over the matching box’s image. 3: Release Touch to drop the numbers in to the boxes. 4: Complete all numbers for each page and go to the next levels. 5: You can\'t lose it\'s a simple kid\'s game. Key Features: - Play without stress you can\'t lose. - Beautiful Christmas atmosphere. - Christmas sounds and music. - Amazing graphics and characters. - 40 Different Levels to play for hours. So Enjoy this great game and Merry Christmas and happy new year!', 'https://img.gamemonetize.com/w5mxsene0ql489u9cudje3rdh1bo6gd0/512x384.jpg', 'https://html5.gamemonetize.com/w5mxsene0ql489u9cudje3rdh1bo6gd0/', '0', 'Puzzles', 0, 0, '', 'count-and-match-christmas'), (14073, 'FPS Shooting Game Multiplayer', 'Pixel Shooting 3D attempt Day-to-day enemy by the adversary, no walking dead can visit unkilled if you, along with the entire individual race, should stay. Minecraft available multiplayer games were never more than satisfying before! Delight in outstanding animation graphics and attempt to make it via the 3d game zombies 3D as well as pixel weapon The Survival Pixel Block Minecraft game is a survival stone pixel of gun 3d styled match anywhere you need to make it through in towns, farms, terminals, and train terminals loaded with zombies. You need to obtain some lotions to endure from individuals that have turned into zombies, shooting games multiplayer, and also safeguard on your own from those that wish to take the cream away in this multiplayer game. You can have fun Fight Gun 3D also the Pixel Block Battle Online PVP FPS game if you are down and tired. Someone that is passing could become your friend, free Minecraft games. Register with the Battle now for your nation, for humankind, and yourself.', 'https://img.gamemonetize.com/b7hccdlcstor4os39biv11cbn31vyjcy/512x384.jpg', 'https://html5.gamemonetize.com/b7hccdlcstor4os39biv11cbn31vyjcy/', '0', 'Shooting', 0, 0, '', 'fps-shooting-game-multiplayer'), (14074, 'Squid Game 2D Shooting', 'Ðœr Ð’ullets is intricate puzzle gameplay to activate your reason, where you package workouts your exceptional accuracy by remarkably shooting your challengers on your approach to find to be a hero, an investigator, as well as additionally a tale! In this particular puzzle game, you will certainly require to use your mind. You will be certainly most likely to new locations while offering to conserve captives, utilizing various weapons comparable to grenade launchers to combat your enemies. You will unquestionably require to shatter all kinds of adversaries, such as ninjas and several other paupers, with the essential objective and a laser concentrate on your challengers, as well as you ought to try to do this in the round. So, start your goal along with never giving up shooting! The battle is well known to come and rip off to be a story spay representative. Squid game Bullet resembles all players, whether you enjoy puzzles concerning shooting games. It\'s the best scientific research shooter game there lives today. We assure you your order accomplishes not having a peaceful minute by this extremely swiftly play a game and discover- nonetheless, it\'s difficult and practically challenging to end up being a Senior. So are you prepared to begin your journey to end up being Or Bullet\'s Squid? We hope you discover! So, every little thing is awaiting you on your means? Start your adventure presently!', 'https://img.gamemonetize.com/24g95dotfrzs5mxsmdwjk5b56dslnrwo/512x384.jpg', 'https://html5.gamemonetize.com/24g95dotfrzs5mxsmdwjk5b56dslnrwo/', '0', 'Arcade', 0, 0, '', 'squid-game-d-shooting'), (14075, 'BLOCKPOST', 'Checkpoint is a 3D first person shooter. Play in real time with real people. Just choose a weapon from your arsenal and join the battle! Blockpost has seven game modes, over 20 maps and over 100 types of firearms. You can earn coins for every match you play. The more matches you play, the more you can level up and get better. Don\'t forget to invite friends to your team and multiply your power! "Blockpost" is one of the most addictive blocky multiplayer shooters out there!', 'https://img.gamemonetize.com/61p1qw1dzqfbj7oo1vn8jcqhgc7ga1p4/512x384.jpg', 'https://html5.gamemonetize.com/61p1qw1dzqfbj7oo1vn8jcqhgc7ga1p4/', '0', 'Action', 0, 0, '', 'blockpost'), (14076, 'Beat Trigger edm Music Game', 'GOOD NEWS!!! The brand new music rhythm game 2020 - Beat Trigger, designed for EDM music fans, finally made its debut!', 'https://img.gamemonetize.com/ygov8yc9san4kka52uymsft8inga1un0/512x384.jpg', 'https://html5.gamemonetize.com/ygov8yc9san4kka52uymsft8inga1un0/', '0', 'Hypercasual', 0, 0, '', 'beat-trigger--edm-music-game'), (14077, 'Rescue Machine', 'Rescue Machine is a fun and casual game with very good gameplay. It has a lovely game screen and easy and simple finger click operation. In the game, what players need to do is quick click operation, which seems simple but is full of more fun and experience, and can challenge better thinking.', 'https://img.gamemonetize.com/iylvgn8qmegjq8hlwi1662634p188a6f/512x384.jpg', 'https://html5.gamemonetize.com/iylvgn8qmegjq8hlwi1662634p188a6f/', '0', 'Boys', 0, 0, '', 'rescue-machine'), (14078, 'Minions Jigsaw', 'A new movie "Minions: The Rise of Gru" is coming. Now, I choose 12 interesting images of this movie to create a jigsaw puzzle game. If you are interested in movies or jigsaw games, you can have a try at this game. Hope you can have fun!', 'https://img.gamemonetize.com/57vjw3ntuvkl060vysq445mp0vq855fi/512x384.jpg', 'https://html5.gamemonetize.com/57vjw3ntuvkl060vysq445mp0vq855fi/', '0', 'Girls', 0, 0, '', 'minions-jigsaw'), (14079, 'Coloring Dinos For Kids', 'Coloring Dinosaurs For Kids is a painting, drawing and coloring game for kids! Hello my little friend, have fun with Dinosaurs in this fantastic Coloring Book App designed especially for you! It will be fantastic to watch your baby coloring, interacting, having fun and improving his technique thanks to this fantastic musical and educational application. The game is a classic "color the dinosaurs" but you can choose to color them freehand or you can choose the version where you click on the images to color them. The whole game is accompanied by different fun and relaxing soundtracks.', 'https://img.gamemonetize.com/sz17c7geutc94dvip2h3j6dbgi1lcdxf/512x384.jpg', 'https://html5.gamemonetize.com/sz17c7geutc94dvip2h3j6dbgi1lcdxf/', '0', 'Clicker', 0, 0, '', 'coloring-dinos-for-kids'), (14080, 'Subway Squid Game 3D Subway Runner', 'Welcome to Squid Game 3D. Welcome to a fair game of Red lights, green lights. Whoever wins this game will win a lot of cash prizes. Let us play one of the terrifying and best of squid game survival part with break the squid master glass game. In this Squid Game, players are forced to walk on a Glass Bridge and the goal is reached to the finish line in this squid game task 2021. One must take turns walking on the Glass Bridge in squid survival game divided into two sides in order to reach to other side. Each free squid survival game side is with glasses on it. you can not tell the difference between real or tempered glass in this squid game for free. You are selected for on of the worlds most simple but deadliest game. Game is simple Reg Light , Green Light we used to play in our childhood but with life taking risk. instead of losing you will be eliminated from squid game if you are spotted moving an inch. Powerful squid Doll AI will detects movements even faster . On green run faster and when it is red light do not move at all. This survival runner game can get you eliminated. Get on the other side of the squid doll 3D and get exciting surprises. Don\'t get eliminated in this squid running race and make your way to the top for the 46.5 billion won prize!!. You’re warned in squid game challenge walkthrough game 2021. Reality is damn scary of squid rush game! New crazy squid game play of red light green light is so interesting with running competition. In this reed light green light squid survival game how does it feel to fight with many players for survive in squid battle game. Knowing that your life depends on yourself in this red light green light squid game play because you know anyone can kill you. So will you be able to win the squid game race knowing that the rule of red light green light game is simple but dead also near you if you lose. In this squid escape competition, you will have a chance to face your reward money. In squid survival game for free challenge scary horror gameplay many player compete in childhood games to survival with their lives at stake. The squid game battle war has great prizes await with deadly stakes competition. There are also a lot of hell game to make you explore in squid red light green light. You are competing with others don\'t be kill by pink game character looks like pink man. How to Play Subway Squid Green Light Game: - Start with everyone along the starting line. - When you say ‘Green Light’ everyone will move towards the finish line. - When say ‘Red Light’ everyone must immediately stop. - If players are still moving when call ‘Red Light’, they will expelled. - If you will win there is a prize for squid winner. In this new survival squid game the Subway , green light is outstanding gameplay in which one person commands those behind them to run (green light) and hold still (Subway Game). The pink man with a gun will appear throughout the squid survival game at anytime to kill you if you break the rules of .', 'https://img.gamemonetize.com/a9miwiscpa9fyfw5i5thfsic5evduuln/512x384.jpg', 'https://html5.gamemonetize.com/a9miwiscpa9fyfw5i5thfsic5evduuln/', '0', '3D', 0, 0, '', 'subway-squid-game-d--subway-runner'), (14081, 'Beach Ball', 'Beach Ball is a 3D physics and balancing game where you drag a big beach ball around and aim for the hole inside the lifebuoy. Keep the ball out of the water, otherwise you will lose the round!', 'https://img.gamemonetize.com/q35m479ubob0dsbjqqm1lgfl8uhkfdig/512x384.jpg', 'https://html5.gamemonetize.com/q35m479ubob0dsbjqqm1lgfl8uhkfdig/', '0', '3D', 0, 0, '', 'beach-ball'), (14082, 'Squid Game Challenge 3', 'Welcome to Squid life, Are you ready for squid challenges? Where all the players are participating those who are poor and indebted in this squid challenge. All player perform their tasks in the given time they have. All the tasks are harder than you think. Every task has its period so complete the task before the period. The players who are failed in the task will be eliminated and never can perform another task. If you break the rule of the race you will be eliminated like join clash and money race 3d. hair girl run ridge with puzzle game cross-bridges feel all run and keep walk on all shortcut to be best stacky dash bridge runner. You can ready makeover run with hair challenge girl body in this amazing year best game in 2021. and the red light point is don\'t allow you to move your body. Eliminate Player will be knocked out in the squid master. There have many tasks like Candy Challenge squid 3d, Green Light Red Light, and Tempered Glass. How to play green light red light task? The girl is standing towards the tree and saying green light red light. The red light sign for stop moving forward and wait for the green light to moving forward from the tree. if the players are complete the task in the given time period so they will win and others who are late, will be Eliminate and never can perform another challenge like hair challenge and rich run 3d. The Second task for Candy challenge squid 3d. This task has also its time, just your candy and a pin. Use the pin to give a candy a specific shape. Try to break the candy from its right parts in two stages!. If candy is broken while you perform the candy challenge like the hair challenge so you will be eliminated. And you will never win the prize pack. This Candy challenge is like a hair challenge and rich run 3d, where all the players are squid hair game challenge. The third task for the best of squid survival part with break the squid Tempered Floor game. In this Squid, players are forced to walk on a Tempered Floor Bridge and the goal is reached to the finish line in this squid task 2021. Some glass is easy to break and some are so strong. Just you have to jump to the strong glass to save your life to win the prize. and if you jump on the wrong glass so you will be eliminated. Stay away from the other clash who are join the other clan like join clash 3d and girl challenge hair. Keep Focus on the tasks and win the prize pack. One must take turns walking on the Glass Bridge like bridge race in squid survival hair girl challenge game divided into two sides like join clash blob to reach to another side. Each free squid survival game side is with glasses on it. you can not tell the difference between real or tempered glass in this squid for free. The more you survival in the squid girl challenge game hair, the more you have a chance to win the prize pack. Just don\'t eliminate any task all the tasks are harder as compare to before the task you perform. Be the first squid survival game like rich blob race run game. Squid candy challenges are the most dangerous task you ever perform. Players who win the prize pack have become squid challenger game squid. Squid players are ready for every challenge like hair, blob squid run race. You Should know:- -You have to stop at the red light and move at the blue light. -If you move on a red light, you will be eliminated. -Please arrive within the time limit without being eliminated. -Try to break the candy from its right parts in two stages!', 'https://img.gamemonetize.com/s4ackip97q3i1m5nanas0lj1m3pflvx3/512x384.jpg', 'https://html5.gamemonetize.com/s4ackip97q3i1m5nanas0lj1m3pflvx3/', '0', 'Racing', 0, 0, '', 'squid-game--challenge-'), (14083, 'Santa Claus Merge Numbers', 'Welcome to our newest Christmas game called Santa Claus Merge Numbers. The goal of the game is to merge two same numbers. The numbers are from 1 to 9. When you reach the number 9, the whole row is released and is empty. Enjoy and have fun!!!', 'https://img.gamemonetize.com/6t75s4bqhjglzut4uq8yyql8erxau52z/512x384.jpg', 'https://html5.gamemonetize.com/6t75s4bqhjglzut4uq8yyql8erxau52z/', '0', 'Puzzles', 0, 0, '', 'santa-claus-merge-numbers'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (14084, 'On The Away Flippy Adventure Epic Skater', 'Become the trendy skater in town! On the away brings you the most fantastic skater game. No wait for a cracker of a game that will assure your time does not get wasted. Lots of obstacles to dodge and a BIG score to make! Skating is in, and now you can get a taste of the skater stunt with this awesome game. As a skyline skater, you\'ll have to dodge lots of obstacles as you skate your way through levels while gathering points! Enjoy hours of enjoyment with these free skaters games-this. The epic skater will keep you hooked from start to finish (and it is free). There are many options, including skating fast like a skater freestyle or jumping over hurdles when they appear. But whichever style suits you best, be sure not to fall off the gravity board. If all goes well, and by some miracle, and if we\'re still conscious after our day on two feet: Download SkateTown now to be the coolest Skater in town! Skater Boy is a fantastic game where you can skate around town, dodging all kinds of crazy things like cars and helicopters while collecting as many stars as possible for extra points. Along with these challenges, there are also jumps scattered throughout each level so make sure to use them at every opportunity because they\'re critical for getting high scores! So what are you waiting for? Get out on the streets now and become \'the coolest skater\' by skating away from everything holding back their progress. This game provides you with lots of obstacles. Your job is to avoid them and skate along. There\'s an option to skate fast and to jump to avoid the obstacles in your way. Skate your way all day long, and become the best in its class. So why wait? Put the pedal to the metal and skate through your problems. Download on the way and become the coolest skater in town! Skateboards can be purchased at a skater shop. The coins earned from each game can be used to buy new skates. The skateboard graphics are not the best, but they are enough to make the game worthwhile. The beauty of the cityscape is fantastic and authentic. You have the option to choose the skin color for your skaters. There are many missions and obstacles, so you will have to overcome more of them once you\'ve completed one level. You have limited life spans, and you only have one chance to master the skater game. If your skater is struck by light while skating through an electric storm, he will die without the possibility of getting up again. Sometimes, an enemy can grab his skates and break them. This will leave him out of action until you win the next level. Flippy your way through an "adventure" of obstacles to reach the best loot in this irresistibly fun game. Collect as many shiny objects as possible and evade disaster while you deftly roll on, jump off ramps, and grind off rails. This excellent skating app provides lots of fun: You can be fast or jump around all day. The goal is simple--to avoid those pesky things on your pathway, but it\'s no cakewalk either because there are plenty more waiting at every turn, too. Skateboard through your problems! Download the newest skater game from Way On The Away, and become the most fabulous BMX boy in town. This addicting new release provides you with lots of obstacles to dodge as you skate along - but don\'t worry, there\'s an option for flippy adventure or jumping over those pesky blocks in your way. Skate all day long and show everyone who is toughest on boardwalks: YOU!', 'https://img.gamemonetize.com/prgmsu1ynq7z9cel1r8h2at9ymgqfm2z/512x384.jpg', 'https://html5.gamemonetize.com/prgmsu1ynq7z9cel1r8h2at9ymgqfm2z/', '0', 'Hypercasual', 0, 0, '', 'on-the-away-flippy-adventure-epic-skater'), (14085, 'Andys Factory Platform Jump Adventure', 'Welcome to the jump world, where you can leap and fly. Today we have Andy\'s factory run game theme for our introduction to the jump games world. Get ready to run and jump into new worlds in this fun, free-running adventure!. Are you looking for a fun Action Platformer game to play? Try Andy\'s factory! This is an epic platform jumping adventure where the objective of the player is either to reach as far in distance or time. Be warned, and it may take hours before one achieves this goal and becomes good enough at playing, but it\'s worth it. There are different levels that come with their own obstacles, including spikes on every other floor tile, so be careful when planning your next jump because missing could mean certain death from falling down below (tons). Andy\'s factory is a platform jumping game for those who are looking to get some exercise or just have fun. In this runner jumper-style adventure game, there\'s plenty more than meets the eye, including fast-paced levels with many obstacles such as spinning blades and spikes but don\'t worry if you fall off because Andy gives advice along the way about how best to do it next time around while also cheering at all your accomplishments made so far on his big jumpy world level! This game starts with Andy going out of bed before waking up for work at 6:00 am every day. You need to control him by tapping, which will make him jump and avoid traps laid outside that would destroy whatever is walking near it, including you, if you\'re not careful! This big jump game has enough adrenaline rush properties, so be prepared when playing this one because there are many challenges waiting ahead. Who wants the gamer as their opponent? This game is designed plain and simple. Talk about levels; this runner jumper game is not about that. There are none really except one! With no such explicit difficulty levels, this runner jumper game keeps track of just your personal best score. This means that there are not any obstacles to prevent you from being a contender for the top spot on our leaderboard! In this endless game, players get a taste of what it\'s like to jump on platforms. Along your journey through this fun platform jumping adventure, players will need patience and sharp reflexes if they want to collect all three golden tokens needed before time runs out! The objective is simple: you have to avoid the obstacles and make your way through the levels as quickly as possible! In this runner jumper-style adventure game, there\'s plenty more than meets the eye, including fast-paced levels with many obstacles such as spinning blades and spikes. You can play in both single-player modes or work with friends for multiplayer fun! Best played when the stress level is high ;) In this runner adventure game, you find yourself in an unknown world full of dangerous obstacles, traps, and pits, so the main goal for you is obviously avoiding them by jumping over them or across them. It\'s as simple as that, but as we have mentioned earlier, nothing in life worth having comes easy, so, therefore, expect things to get complicated pretty soon! Finally, the game you\'ve been waiting for is here! You\'ll get to experience all of Andy\'s adventures in this Platform Jump Adventure Game. The app is available for free on Google Play. Just go ahead and start jumping! The game isn\'t that big so expect to spend a lot of time trying to reach top scores while improving your skills. You\'re going to feel like nothing can stop you when playing Andy\'s Factory - Platform Jump Adventure Game, so get ready, set JUMP.', 'https://img.gamemonetize.com/gt39dm4qm2vthscvc5ckoseglv6cvx6i/512x384.jpg', 'https://html5.gamemonetize.com/gt39dm4qm2vthscvc5ckoseglv6cvx6i/', '0', 'Adventure', 0, 0, '', 'andys-factory-platform-jump-adventure'), (14086, 'Air War Action Shooting Game', 'It\'s time to battle the enemies through air attack to enforce the Power of the Supreme! Numerous aircraft, spaceships to battle with, knock them out with gunfire, missiles from your fighter jet! In the short run and gun. The Sky gets filled with smokes of gunfire and high-tech missiles resulting in a devastating aero strike. The surroundings get more batlesome as you progress through the game showcasing the real feel of the air force. Arcade Games Free brings you the 1945 Air Force Game; this game has everything needed for an adrenaline-pumping experience with your favorite retro airplane shooting down any enemies who are left standing! It features multiple missions worth replaying again and again and different planes to pilot right into battle at any time during gameplay!. With high-quality graphics, authentic sound effects & addictive music, it will become part of your daily routine (or maybe not!). It\'s 1945, and World War II is over. But, a new war is just beginning. This time it has moved into the skies; you are fighting for your nation in the air! You have the power to battle against to enforce your war authority. You have the right to use all of your weapons on all enemies you will see before yourself. Some of them may be flying in 1945 military aircraft planes, and some others flying in 1945 alien spaceships. These enemies want to conquer our lands, and we must hold them back by any means necessary. You fight against their fire with yours but beware of their special abilities; they can shoot at a higher rate than you can or even maneuver around faster than your guns can keep up with! Air War 1945 is an air force arcade game related to free games, airplanes, flight simulators, or an airplane shooter. 1945 game consists of multiple levels and aircraft in which the player can pilot on both 1945 and post 1945 environments. Air War 1945 also includes enemies with different capabilities such as sky force reloaded from the 1980s and fighter 1945 from the 1990s. The game starts off with a swarm of enemy spaceships; eliminate them to earn more coins. Next, you have the traffic of special air jets trying to block your way and prevent you from earning more coins faster – knock them out for an extra boost in firepower! As if that wasn\'t enough, there are also tough boss enemies who will make things very challenging at times - but they\'re well worth it because when defeated, these bosses reward players with power-ups like bonus gunfire which can help get through those difficult missions even quicker than before. Designed with many levels of difficulty, the main goal of playing this game is to fight with enemies in the Sky, flying and shooting enemy aircraft. Coins, extra lives, fuels can be earned as you progress through the game. The more you fire, the more you destroy enemy aircraft, and you earn more points! In the game, there will be many different challenges to face. It starts off with incoming enemy spaceships that come at you with force. Knock them out by shooting your fighter jets filled up with gunfire and eliminate traffic of special air jets which fly fast towards you. Special boss enemies are also present in this game which makes it difficult for players like yourself to win! Eliminate these bosses so they can reward more gunfire when hit until all waves have been cleared away from destroying any opponents on-screen or time runs out before each wave is completed once again, making everything go back into place as if nothing has happened yet over and over again without stopping ever since then. The sound of clashing swords and shouting soldiers echo in your ears. Each new enemy you defeat earns rewards that can be used for upgrades to improve gameplay or health boosts to help survive the next battle. You\'ll rack up a variety of different types of awards as time goes on - bonuses are awarded based on how many enemies defeated consecutively without taking any damage; an extra life is rewarded if enough points were earned within one game session; medals may also be gained for completing difficult tasks, but it\'s worth noting that these do not actually count towards anything other than bragging rights, so they\'re really just there for show! The game gets faster as you knock out more bosses, and it gets tougher to deal with the incoming enemies in this 1945 air force war game. The game keeps track of your best scores, along with your current score. By this, you can compare how well/ bad you are playing the aero strike instantaneously. The game gives you the vibrant feel of constantly being engaged in the run and gun, as there are lots of incoming enemies for you to defeat in this air force tycoon. The game mechanics are designed in a way to keep you focused on the air force attack game itself. It goes without saying, the game sound gives you a taste of the actual Warfield. So why wait then? Show your Power in the Sky and prove that it is indeed sky force reloaded. Buckle up for the war of your lifetime! The level has a powerful Boss for you to beat! Shoot \'em up in this ultimate car shooter game! Features: Beautiful and stunning graphics. Unique challenges with epic and huge bosses Easy Controls & Attractive Sound. Challenging Environments to explore. Extreme car shooting. Loads of guns.', 'https://img.gamemonetize.com/31n3emxlfu2k5nyq0d8mlkw1t39le06h/512x384.jpg', 'https://html5.gamemonetize.com/31n3emxlfu2k5nyq0d8mlkw1t39le06h/', '0', 'Shooting', 0, 0, '', 'air-war-action-shooting-game'), (14087, 'Crowd Run', 'You are ready to start this fun and addictive puzzle game called Crowd Run 3D. Here you will need to control a large crowd of playable characters on an obstacle course. It will contain a huge variety of different traps and holes. You have to be very careful not to lose characters. In the course of this race, you will not only lose allies, but also replenish them. The blue portals will help you with this, they tend to increase your army or add a certain number of people.', 'https://img.gamemonetize.com/6kj4tdeh7585sfneym955uu1iz5klzo8/512x384.jpg', 'https://html5.gamemonetize.com/6kj4tdeh7585sfneym955uu1iz5klzo8/', '0', 'Arcade', 0, 0, '', 'crowd-run'), (14088, 'Stair Run 2', 'The game "Stair Run 2" is a continuation of your favorite game about running over obstacles and climbing high stairs. Climb the stairs to avoid all obstacles in this fun online game. Try to complete each level, reaching the finish line. Climb the remaining steps to receive the bonus. What result can you achieve?', 'https://img.gamemonetize.com/y7up0dklhuw7zj9wfys3ozbkp22tyv87/512x384.jpg', 'https://html5.gamemonetize.com/y7up0dklhuw7zj9wfys3ozbkp22tyv87/', '0', 'Arcade', 0, 0, '', 'stair-run-'), (14089, 'Crazy Car Driving 3d', 'Get ready for realistic drift simulation! Create chaos in the city with Drift City. Burn tires in the city and earn drift points in the action-packed drift game. Strive to be the drift king by buying new cars with the points you earn. Gain fame in the city by unlocking 30 different achievements. Some drift bonuses will appear in the city for certain periods of time. You can increase your drift score by collecting bonuses. You can also look at the simulation from a different perspective with 4 different cameras. You can drift even more fun by purchasing 6 different cars. Get behind the wheel and start burning the tires to be a nightmare for the vehicles in the traffic flowing in the city!', 'https://img.gamemonetize.com/c63s6gncypcf62azv9vs41v7oe9nfmzs/512x384.jpg', 'https://html5.gamemonetize.com/c63s6gncypcf62azv9vs41v7oe9nfmzs/', '0', 'Racing', 0, 0, '', 'crazy-car-driving-d'), (14090, 'Squid Game Challenge Survival', 'New fun game with 7 challenges and smooth control, animation and sound effect. The new challenge now begins! Race to win your life. Play the most famous traditional Korean Games, Take the challenge yourself on your mobile device Game available: Red Light - Green Light Dalgona Candy Tug Of War A Fair World Jump on Glass Squid game', 'https://img.gamemonetize.com/64gulxqj13zk2xltzcvew0sdmmwe5bjg/512x384.jpg', 'https://html5.gamemonetize.com/64gulxqj13zk2xltzcvew0sdmmwe5bjg/', '0', 'Adventure', 0, 0, '', 'squid-game-challenge-survival'), (14091, 'Pets Match3 Game', 'Funny pets invite you to play with them. Click as quickly as possible on all the animals. Enjoy it!', 'https://img.gamemonetize.com/99sa7jl9lnutr2ml1srjsrccbp8ca7bw/512x384.jpg', 'https://html5.gamemonetize.com/99sa7jl9lnutr2ml1srjsrccbp8ca7bw/', '0', 'Clicker', 0, 0, '', 'pets-match-game'), (14092, 'Nissan Ariya Concept Slide', 'Play this slide puzzle games of the car - Nissan Ariya Concept. It\'s include 3 images and 3 modes (3x3 pieces, 4x4 pieces, 5x5 pieces) to play.', 'https://img.gamemonetize.com/cy4gqgf6n6to5bq1k4t4z6opallpnd5a/512x384.jpg', 'https://html5.gamemonetize.com/cy4gqgf6n6to5bq1k4t4z6opallpnd5a/', '0', 'Puzzles', 0, 0, '', 'nissan-ariya-concept-slide'), (14093, 'Anna Frozen Match 3 Book', 'Fans of coloring, we present a brand new game Raskarski Cold Heart. Here you can color pictures with all the main characters of your favorite cartoon. In total, the game will have four pages, each of the pages will have four coloring pages. If you don\'t like the pictures on the first page, go to the next one and maybe there you will find the most beautiful picture that you want to color. Choose the right colors to make your picture itself bright. After you color the picture, click on the camera icon to save the picture and start coloring the next one. Have a nice game!', 'https://img.gamemonetize.com/btvg1zkrcx1jwgnwcbp89gk6cuksr05b/512x384.jpg', 'https://html5.gamemonetize.com/btvg1zkrcx1jwgnwcbp89gk6cuksr05b/', '0', 'Arcade', 0, 0, '', 'anna-frozen-match--book'), (14094, 'Friday Night Funkin Match3 Puzzle', 'Friday Night Funkin\' is a musical rhythm game in which you compete in musical battles in the freestyle style. To enjoy the music, collect pictures with your favorite characters!', 'https://img.gamemonetize.com/1j41ylfdc0b3fr68z6eytwtmbphnm6op/512x384.jpg', 'https://html5.gamemonetize.com/1j41ylfdc0b3fr68z6eytwtmbphnm6op/', '0', 'Puzzles', 0, 0, '', 'friday-night-funkin-match-puzzle'), (14095, 'Smurf Match3 Puzzle', 'Get ready – it\'s the Smurfs! Collect a puzzle, the main characters of which are funny characters from the fairy-tale world. Just move the puzzles on the board by connecting them together. 3 difficulty levels and 12 puzzles in total in the game.', 'https://img.gamemonetize.com/krybjwcc9rct1ksf32jkeqiezbf5tqif/512x384.jpg', 'https://html5.gamemonetize.com/krybjwcc9rct1ksf32jkeqiezbf5tqif/', '0', 'Puzzles', 0, 0, '', 'smurf-match-puzzle'), (14096, 'Tarzan Match3 Puzzle', 'Do you love to collect puzzles? Do you like the Disney cartoon Tarzan and Jane? Then this toy will definitely please and entice you. The picture is bright, it is pleasant to collect it and very exciting! Jane Porter and Tarzan waited, tense and expectant. Strange, around the characters-an amazing fairy-tale world, reminiscent of paradise: fruits, birds, roots of a mighty tree, a river, a field... What scared them? Or, perhaps, surprised? The answer will be found if you solve the puzzle.', 'https://img.gamemonetize.com/2lilttis5l3reyimvd24uttv5g8zhwcf/512x384.jpg', 'https://html5.gamemonetize.com/2lilttis5l3reyimvd24uttv5g8zhwcf/', '0', 'Puzzles', 0, 0, '', 'tarzan-match-puzzle'), (14097, 'Mickey Mouse Match3 Puzzle Slide', 'Are you ready for a new Mickey Mouse challenge? This is a new interactive game with different types of puzzles that will surely enchant you from the first level. The game contains various puzzles, and only the best players will be able to collect them. Have fun playing with Mickey Mouse and his friends! Enjoy the game for kids', 'https://img.gamemonetize.com/pnboq1guj0igh9ufiip03b9bbwy4hj7d/512x384.jpg', 'https://html5.gamemonetize.com/pnboq1guj0igh9ufiip03b9bbwy4hj7d/', '0', 'Puzzles', 0, 0, '', 'mickey-mouse-match-puzzle-slide'), (14098, 'Superwings Match3 Game', 'Jett and his friends airplane transformers are ready to play with you in a new online coloring game. The characters of the cartoon Super Wings need the services of a good artist. You have images of your favorite characters in the form of a contour made with a black marker, your task is to add bright colors to the picture and make it color. Jett, Donny, Deasy, Jerome, are all lined up waiting for you to color them. Have fun!', 'https://img.gamemonetize.com/krcmie8so85dcq1vgm2bvuize4c045ha/512x384.jpg', 'https://html5.gamemonetize.com/krcmie8so85dcq1vgm2bvuize4c045ha/', '0', 'Puzzles', 0, 0, '', 'superwings-match-game'), (14099, 'Miraculous Ladybug Match3 Puzzle', 'In the game Lady Bug Puzzles you will find a new entertainment with Marinette and her friends! It is very rare for children to spend a few days in peace. Their peace is constantly disturbed by the tricks of the evil Hawk Moth, which constantly sends dark akum butterflies to people. After that, they turn into villains and wreak havoc in Paris. But today the guys were lucky and they had a free day for fun and entertainment, which they want to spend in your company. Are you ready? Then, here we go!', 'https://img.gamemonetize.com/7zanedi813hie9iv2kb2k4zxtj93zykv/512x384.jpg', 'https://html5.gamemonetize.com/7zanedi813hie9iv2kb2k4zxtj93zykv/', '0', 'Puzzles', 0, 0, '', 'miraculous-ladybug-match-puzzle'), (14100, 'Superwings Match3 Puzzle', 'The main characters from the cartoon Super Wings; invite you to solve new exciting puzzles with them. Your attention will be offered to the puzzles that need to be collected so that the result is a complete picture. You are given a picture of mixed pieces vertically or horizontally. You just need to move them to get a beautiful whole image. Nothing complicated, but not as simple as it seems at first glance. In total, you will have access to more than ten images that need to be folded. Have fun and collect a whole collection of pictures with your favorite Super Wings heroes. Have a nice game!', 'https://img.gamemonetize.com/gufj0th9hol5cu4brifr4m65vfe7woon/512x384.jpg', 'https://html5.gamemonetize.com/gufj0th9hol5cu4brifr4m65vfe7woon/', '0', 'Puzzles', 0, 0, '', 'superwings-match-puzzle'), (14101, 'HeMan Match3 Puzzle', '12 cool puzzles with the famous He-man from the planet Etheria. Defeat the evil by collecting all the broken pictures!', 'https://img.gamemonetize.com/hccoylr7kulgh0dnv222i0zggkyyr7gy/512x384.jpg', 'https://html5.gamemonetize.com/hccoylr7kulgh0dnv222i0zggkyyr7gy/', '0', 'Puzzles', 0, 0, '', 'heman-match-puzzle'), (14102, 'Police Cars Match3 Puzzle Slide', 'The police guard the peace of the citizens and keep order. To perform their functions, they need appropriate equipment. In the game Police Cars Jigsaw you will get acquainted with the cars that are used for police work. In different countries, they look different, but one thing they have in common is flashing beacons, which can immediately determine that this is a police car. The first picture is already ready and you just need to choose the level of difficulty to create a puzzle. Collect the pieces and put them in their places. When you finish, the picture will appear and you will get access to the next task.', 'https://img.gamemonetize.com/oic3ksmzz379lcm98c8v4yyq3w8tbl10/512x384.jpg', 'https://html5.gamemonetize.com/oic3ksmzz379lcm98c8v4yyq3w8tbl10/', '0', 'Puzzles', 0, 0, '', 'police-cars-match-puzzle-slide'), (14103, 'Simpsons Match3 Puzzle', 'The legendary Simpsons family invites you to play with them. Here are 12 cool puzzles with your favorite characters. 3 difficulty levels - the game is suitable for both lazy and smart people. The Simpsons are calling! Enjoy!', 'https://img.gamemonetize.com/15kzdzyuc01ynq3gbcbxoncnprl8kra8/512x384.jpg', 'https://html5.gamemonetize.com/15kzdzyuc01ynq3gbcbxoncnprl8kra8/', '0', 'Puzzles', 0, 0, '', 'simpsons-match-puzzle'), (14104, 'Bad Piggies Match3 Game', 'Welcome to our space shooting gallery! Shoot all the bad piggies in the shooting range! Be careful not to hit the Angry Birds! And one more rule - you can\'t shoot Grandpa Pig!', 'https://img.gamemonetize.com/fbg43zruuv48hiybx1uf5w0r3a8n5pvx/512x384.jpg', 'https://html5.gamemonetize.com/fbg43zruuv48hiybx1uf5w0r3a8n5pvx/', '0', 'Puzzles', 0, 0, '', 'bad-piggies-match-game'), (14105, 'Iron Man Math3 Puzzle', 'Iron Man is stronger than ever before, and today he is ready to go to any tricks, if only the puzzle with him was assembled. Why would he do that? The "piece of iron" must always be in shape, and if it is not, the enemies will quickly overcome it. The picture is assembled with the mouse from 25, 49 or 100 parts, and everything is done simply. The image is so vivid and memorable that it is very easy to work with. If you like physically strong and positive characters with huge charisma, Iron Man is your hero. Tall and slender, he stands back to back with another brave man, ready to help him in the fight against the world\'s evil. More than one generation of gamers puts puzzles with this character, and the "Piece of Iron" helps everyone to stay safe.', 'https://img.gamemonetize.com/51pnqcurxv59p9i0mt0wgepzavdom6ze/512x384.jpg', 'https://html5.gamemonetize.com/51pnqcurxv59p9i0mt0wgepzavdom6ze/', '0', 'Puzzles', 0, 0, '', 'iron-man-math-puzzle'), (14106, 'Jewel Miner ', 'Jewel Miner is a simple and fun clicker game. Select 2 or more jewels with the same color and matching them. The more jewels you matching in a single tap – the more points you earn for every jewel. Instructions: - Tap or click on two or more jewels of the same kind to eliminate them. - Reach the target points of each level to move on', 'https://img.gamemonetize.com/8klz44kk2sd88vcgad2n2e2llvbwt3go/512x384.jpg', 'https://html5.gamemonetize.com/8klz44kk2sd88vcgad2n2e2llvbwt3go/', '0', 'Puzzles', 0, 0, '', 'jewel-miner-'), (14107, 'Mao Mao How to Draw Adorabat', 'MAO MAO: HOW TO DRAW ADORABAT GAME · PLAY ONLINE FOR FREE Mao Mao: How to Draw Adorabat is a turn-based drawing game. Follow the instructions and try to draw Adorabat, one of the main characters of Mao Mao: Heroes of Pure Heart cartoon TV series.', 'https://img.gamemonetize.com/8uqs6lpba7m51nubjarwtd2gttjoeil9/512x384.jpg', 'https://html5.gamemonetize.com/8uqs6lpba7m51nubjarwtd2gttjoeil9/', '0', 'Puzzles', 0, 0, '', 'mao-mao-how-to-draw-adorabat'), (14108, 'Santa Gravity', 'Santa Gravity is a game where Santa Claus runs vertically to reach the top and collect as many presents as he can, dodge the mountain ranges and have a great Christmas with the presents. collected.', 'https://img.gamemonetize.com/0gt688gv07yylwnbddg7jjl1j7ga5ayb/512x384.jpg', 'https://html5.gamemonetize.com/0gt688gv07yylwnbddg7jjl1j7ga5ayb/', '0', 'Puzzles', 0, 0, '', 'santa-gravity'), (14109, 'The Amazing World of Gumball How to Draw Gumball', 'THE AMAZING WORLD OF GUMBALL: HOW TO DRAW GUMBALL GAME · PLAY ONLINE FOR FREE The Amazing World of Gumball: How to Draw Gumball is a turn-based drawing game. Follow the instructions and try to draw Gumball himself, the main character of The Amazing World of Gumball animated comedy TV series.', 'https://img.gamemonetize.com/lvu7e6bmqmkcatz4fbuw0u6zz94b93mv/512x384.jpg', 'https://html5.gamemonetize.com/lvu7e6bmqmkcatz4fbuw0u6zz94b93mv/', '0', 'Puzzles', 0, 0, '', 'the-amazing-world-of-gumball-how-to-draw-gumball'), (14110, 'Teen Titans Go! How to Beast Boy', 'TEEN TITANS GO! HOW TO DRAW BEAST BOY GAME · PLAY ONLINE FOR FREE Teen Titans Go! How to Beast Boy is a turn-based drawing game. Follow the instructions and try to draw Beast Boy, one of the main characters in the Teen Titans Go! animated TV series.', 'https://img.gamemonetize.com/mk13defram3gc9xbwljsnf3czkmgnoe6/512x384.jpg', 'https://html5.gamemonetize.com/mk13defram3gc9xbwljsnf3czkmgnoe6/', '0', 'Puzzles', 0, 0, '', 'teen-titans-go-how-to-beast-boy'), (14111, 'Fort Craft', 'Fort Craft features multiplayer battles within minecraft world, use different types of weapons to shoot all enemy players and try to get the highest amount of frags by the end of the round in order to win.', 'https://img.gamemonetize.com/hubvfa4c17yduytszzfko6gtas0tc2sv/512x384.jpg', 'https://html5.gamemonetize.com/hubvfa4c17yduytszzfko6gtas0tc2sv/', '0', 'Shooting', 0, 0, '', 'fort-craft'), (14112, 'Squid Game Bullet 2D', 'Ðœr Ð’ullets is complex puzzle gameplay to trigger your mind, where you package exercises your excellent precision by exceptionally shooting your opponents on your method to come to be a hero, a detective, and also a legend! In this unique puzzle game, you will need to utilize your brain and be strategic-oriented. You will go to brand-new areas while serving to save hostages, using different weapons, similar to grenade launchers to fight your adversaries. You will undoubtedly need to smash all types of enemies, such being ninjas and many other poor men, with the fundamental goal and a laser focus on your opponents, and you should attempt to do this in one shot. So, begin your objective as well as never quit shooting! Fight infamous cheat and come to be a tale spay agent. Squid game Bullet is liked by all players, whether you like puzzles about shooting games. It\'s the very best science shooter game there exists today. We guarantee your order does not have a quiet moment by this very quickly learn and play a game- nevertheless, it\'s almost tricky and tough to become a MASTER. So are you ready to start your trip to become Or Bullet\'s MASTER? We hope you explore! So, everything is waiting for you on your way? Begin your adventure currently!', 'https://img.gamemonetize.com/h8kgqaumupmw3gt19gynxc2v5pevbkgx/512x384.jpg', 'https://html5.gamemonetize.com/h8kgqaumupmw3gt19gynxc2v5pevbkgx/', '0', 'Puzzles', 0, 0, '', 'squid-game-bullet-d'), (14113, 'Darts 501 and more', 'Play a traditional game of 501 darts or a 9 dart challenge. 2 Player game, challenge your friend or play a world tournament against AI opponents', 'https://img.gamemonetize.com/ix8axckohc0rz5aeo89fyaxswrwsj9o1/512x384.jpg', 'https://html5.gamemonetize.com/ix8axckohc0rz5aeo89fyaxswrwsj9o1/', '0', 'Sports', 0, 0, '', 'darts--and-more'), (14114, 'Match Pictures To Words', 'You just need to match the pictures to the correct words. How To Play: It’s really simple and intuitive… just use your mouse and click on a picture after drag’ n’ drop the picture over the correct Word! If you do right you see a message of well done if you are wrong you see an error message! You have 2 Game Modes: Easy: You can play freely without stress because you can go back and forth in the game when you want! It’s really suitable for kids. Normal: In this mode you have 3 lives and you must match correctly the pictures over the word or you go in game over! So, pay attention! This great word match game is very suitable for kids or who loves word matching games. Key Features: - Two game modes Easy and Normal. - Super User Friendly Interface. - Awesome kid’s Music theme and Sound effects. - Really Simple gameplay. This is amazing word matching game.', 'https://img.gamemonetize.com/eteu52imjtm8wev6esm7frz4n485h8ay/512x384.jpg', 'https://html5.gamemonetize.com/eteu52imjtm8wev6esm7frz4n485h8ay/', '0', 'Puzzles', 0, 0, '', 'match-pictures-to-words'), (14115, 'Brazil Tiny Goalie', 'Take the role of a goalkeeper in soccer training! Brazil Tiny Goalie a soccer goalkeeper game, use your finger to slide goalkeeper to the kicked penalty. As a super goalkeeper you must protect your goal from as much incoming balls as you can. How to Play: - The computer will shoot soccers - Just swipe the screen to control the path of your tiny goalie Enjoy your soccer game! Become a Soccer Goalkeeper Superstar!', 'https://img.gamemonetize.com/oqpv39tj9zfy1xo7z035rh8kq5ve8szi/512x384.jpg', 'https://html5.gamemonetize.com/oqpv39tj9zfy1xo7z035rh8kq5ve8szi/', '0', 'Sports', 0, 0, '', 'brazil-tiny-goalie'), (14116, 'Triple Death Jump', 'Triple Death Jump is a single-touch jumping reaction game, has everything you need to make your next app store hit! Use your skills and agility to survive by jumping over obstacles and avoid getting hit. Just tap the screen and makeup to three jumps before touching the ground again. Avoid the dangerous obstacles or your character will explode and the game will be over!', 'https://img.gamemonetize.com/vup7wiymkkia5u86ukhfc6oqa58ntfiq/512x384.jpg', 'https://html5.gamemonetize.com/vup7wiymkkia5u86ukhfc6oqa58ntfiq/', '0', 'Hypercasual', 0, 0, '', 'triple-death-jump'), (14117, '3D Ball Space', 'Can you get over the traps, footbridges to the end of the 3D Ball Space adventure? Show what a player you are and test your skills. Collect everything you can find for your adventure. Remember that for every 50 coins you get +1 life. For each level you pass, you get a reward. You can do it? more games www.durmangames.com', 'https://img.gamemonetize.com/vytwazylfjjaelrm0cn3lcofygsfi9sv/512x384.jpg', 'https://html5.gamemonetize.com/vytwazylfjjaelrm0cn3lcofygsfi9sv/', '0', 'Adventure', 0, 0, '', 'd-ball-space'), (14118, 'Santa Chase', 'Complete missions in snowy and fun levels and build your gift train as long as possible in this new year themed game!', 'https://img.gamemonetize.com/l09j9nzn53ule2y21591yhqo6176b5r5/512x384.jpg', 'https://html5.gamemonetize.com/l09j9nzn53ule2y21591yhqo6176b5r5/', '0', 'Arcade', 0, 0, '', 'santa-chase'), (14119, 'Rainbow Girls Christmas Outfits', 'Welcome to the Rainbow Girls Christmas Outfits. Rainbow girls Skyler, Sunny, Ruby, and Violet get ready for Christmas celebrations. They want to try cute Christmas outfits with crazy makeovers. Browse their wardrobe for cute outfits and pick some matching accessories. Join with these girls and enjoy this Christmas a most memorable one. Have fun!', 'https://img.gamemonetize.com/j2lsg6qwra8w9d8aoaiyshja3u271jww/512x384.jpg', 'https://html5.gamemonetize.com/j2lsg6qwra8w9d8aoaiyshja3u271jww/', '0', 'Girls', 0, 0, '', 'rainbow-girls-christmas-outfits'), (14120, 'Pimple Treatment Makeover Salon', 'You\'re a fabulous makeup artist but after a business trip you wake to find you have skin inflammation and some pimples you have to cure. Oh no! But you know exactly what to do! Time for a skin refresh. Use a popper to rid yourself of your red irritation, then follow with a refreshing cleanser designed to stop inflammation. Exfoliate with a simple scrub and soon you\'ll be glowing. Finish with a luscious moisturizer designed to balance oily skin. Don\' t hesitate! Let\'s start skin care!', 'https://img.gamemonetize.com/pswo2yokx99cv39tbbdb52cksekdzeib/512x384.jpg', 'https://html5.gamemonetize.com/pswo2yokx99cv39tbbdb52cksekdzeib/', '0', 'Girls', 0, 0, '', 'pimple-treatment-makeover-salon'), (14121, 'Santa Archer', 'Welcome to the Santa Archer game. Join and play with Santa to hit the gift box to complete the level. Drag and release the mouse pointer straight to the gift boxes. It\'s fun right! This is a new archer game for kids. Play this new Christmas game for kids and have a wonderful Christmas!', 'https://img.gamemonetize.com/uiaksbaikbftlygfc3wknucwo1x5r3m7/512x384.jpg', 'https://html5.gamemonetize.com/uiaksbaikbftlygfc3wknucwo1x5r3m7/', '0', 'Shooting', 0, 0, '', 'santa-archer'), (14122, 'Cyberpunk Drift City', 'Cyberpunk drift 2 different drift tracks ! 6 most wanted realistic drift car models.. Stunning graphics, Wide range of unique sports cars, realistic driving experience, real drift skills.SINGLEPLAYERMake best drift drive and finish level. get best score - Get access to 6 cyberpunk cars and new tracksDRIFT-RACING SIMULATORSGet ready to experience the most unique drifting thrill. Drifting has never been as fun, exciting and intense.19 SLOW MOTION!with this behavior you can do your best fantastic action with your Car.RECORD GAME!Finish Level playing and watch your best performance repeat.MULTIPLE CAMERA ANGLES!You can choose from three different point of views: driver\'s pov, rear pov and basic cinematic angle.', 'https://img.gamemonetize.com/df7z81myzi5v27zgqrvayg8rmxv7tork/512x384.jpg', 'https://html5.gamemonetize.com/df7z81myzi5v27zgqrvayg8rmxv7tork/', '0', 'Racing', 0, 0, '', 'cyberpunk-drift-city'), (14123, 'Mighty Christmas Jigsaw', 'The Mighty Express welcomes a new train and speeds into a snowstorm to deliver Santa’s presents and save Christmas for all the kids in Tracksville. If you are interested in this cartoon, you can join us to have a try at the jigsaw. Hope you can have fun!', 'https://img.gamemonetize.com/4383ko45hf07bkwdouyvf9axd1ed8jd5/512x384.jpg', 'https://html5.gamemonetize.com/4383ko45hf07bkwdouyvf9axd1ed8jd5/', '0', 'Girls', 0, 0, '', 'mighty-christmas-jigsaw'), (14124, 'Among Us Jigsaw Puzzle Game', 'Among Us Jigsaw Puzzle Game is a fascinating puzzle game about impostors among crewmates. This game brings you a lot of IQ challenges. You have to find out how to loot the treasure, combine the jigsaw boards properly and intact Do you like jigsaw puzzle game games? Of course, Among Us Jigsaw Puzzle Game games are great.', 'https://img.gamemonetize.com/s4ze3gxql5mckeu6eioxkqessp4zr44b/512x384.jpg', 'https://html5.gamemonetize.com/s4ze3gxql5mckeu6eioxkqessp4zr44b/', '0', 'Puzzles', 0, 0, '', 'among-us-jigsaw-puzzle-game'), (14125, 'Super coconut Basket', 'Super Coconut Basketball a fun sports game to play on! Tap and throw the ball, control its angle and power, then shoot towards the hoop. The perfect effect and physic effect will help you see more clearly. The game is an endless arcade game, than shoot towards the hoop to win the levels, as the difficulty could increase, there are four different random movements for the hoop; You only have 3 shots to complete each level!', 'https://img.gamemonetize.com/50dysyxn9pxewpq6m59rq149gmlibxkj/512x384.jpg', 'https://html5.gamemonetize.com/50dysyxn9pxewpq6m59rq149gmlibxkj/', '0', 'Sports', 0, 0, '', 'super-coconut-basket'), (14126, 'Motocross 22', 'Motocross 22 racing game with realistic physics, fun and nice graphics!!! Motocross features many cool tricks, including multiple animation states depending on the bikers actions. Perform tricks, 360, wheelies, front ends and more. Control the bike as you perform cool tricks and pull off some in-air stunts. The mechanics include crash detection, with animations and various physics detection routines.', 'https://img.gamemonetize.com/9imcoewcu50a4gow435sjtjktk4vyk0l/512x384.jpg', 'https://html5.gamemonetize.com/9imcoewcu50a4gow435sjtjktk4vyk0l/', '0', 'Sports', 0, 0, '', 'motocross-'), (14127, 'Nitro Rally', 'Nitro Rally is a fun classic 2d arcade racing game similar with the classic racing games of the 80\'s. Play ten different circuits to race in a car that runs automatically; unlock two or more powerful cards that are hidden and discover other features while playing. Use the turbo when you need an extra speed boost and set the best lap time. The game shows colorful and detailed graphics and a nice sound effects you will enjoy.', 'https://img.gamemonetize.com/h9525975x3qt3893lubg93qmxxqk2uy0/512x384.jpg', 'https://html5.gamemonetize.com/h9525975x3qt3893lubg93qmxxqk2uy0/', '0', 'Sports', 0, 0, '', 'nitro-rally'), (14128, 'Scary Vending Machine', 'Scary Vending Machine is an amazing game that helps your child to learn math by playing! Choose among three vending machines: one with toys, one with sweet treats, and one with food; each item inside the vending machines has a price you have a set of coins at your disposal to insert the right sum you can see on the display, If you’re right, the vending machine will release the item, if you’re wrong you’ll receive an error message.', 'https://img.gamemonetize.com/pye3cyuqan6c3iztumkqeapvju73qc3m/512x384.jpg', 'https://html5.gamemonetize.com/pye3cyuqan6c3iztumkqeapvju73qc3m/', '0', 'Cooking', 0, 0, '', 'scary-vending-machine'), (14129, 'Find Unique Xmas Tree', 'This is a board puzzle game where you have to tap the unique Christmas Tree. All other Trees have their pair in board but one is unique. So try to find out unique tree before time runs out.', 'https://img.gamemonetize.com/coks77tspauzk4x661kzbess0eu4bs52/512x384.jpg', 'https://html5.gamemonetize.com/coks77tspauzk4x661kzbess0eu4bs52/', '0', 'Puzzles', 0, 0, '', 'find-unique-xmas-tree'), (14130, 'Winter Pairs', 'Slide beautiful Winter Crafts towards it’s similar one to collect the both crafts. Each collected item gives you maximum 100 points. If you slide an item for more than one times, 10 points would be deducted for each slide. So don’t wait and get in for pairing different Crafts with as less as possible slides.', 'https://img.gamemonetize.com/n2kjw4swtpz132rinuu4ro6et2yghyys/512x384.jpg', 'https://html5.gamemonetize.com/n2kjw4swtpz132rinuu4ro6et2yghyys/', '0', 'Puzzles', 0, 0, '', 'winter-pairs'), (14131, 'Girls Are Walking Cat Walk', 'Do you want that dress? All you have to do is say yes! Customers are lining up at your store looking for help. They are looking for that next style fad that will make them stand out with the stars. Pull out a basic dress and style it however you like. Change the color, add some sparkles, have a new cut or design; the final look is limitless in this fashion designer simulator. Have you ever gone to the store and wished you could purchase any dress you want? Now you can create those looks for yourself. Make people\'s dreams come true and create the most beautiful dresses you can think of. Whether it’s for a party, or prom, or just a night out on the town, people want to look trendy with the latest fad, and it’s up to your keen eye to make this a reality. Game Features: 1. Simple but addicting mechanics Customers are looking for the next great designer - can you make the cut? 2. Amazing Physics The final outcome of the designs will have you feeling breathless 3. Keep on upgrading! Become the best shop in town - keep upgrading your business. 4. Relax and enjoy No stress in this game. Just create, color and decorate. So many options to test your creativity.', 'https://img.gamemonetize.com/qlrcv7137la69oxma4vn4zw5h0d8gnnj/512x384.jpg', 'https://html5.gamemonetize.com/qlrcv7137la69oxma4vn4zw5h0d8gnnj/', '0', 'Racing', 0, 0, '', 'girls-are-walking--cat-walk'), (14132, 'Rich Race Poor to Rich ', 'Race or run rich it\'s new life simulation game, the run rich game teaching you how the people can make an run of life to get richest. When you start playing the run rich game, you will really make an great run of life by picking up a lots of money. To win this new life simulation game you have to race forward and move the player left and right in a long runway, You can easily keep playing and winning each level this run rich game by avoiding some types of furious obstacle that can make you really lose an level or turn you from an richest to poorer and making you lose money or your all money bag. In this new satisfying and challenging game if really you can\'t win the run rich challenge by turning an rich player, Also if you stay really poor for an long period in the levels of this new fun gameplay or you don\'t picking up the winning things that helps you get rich you will easily lose before you reach the finish line of the runway. Play the rich run game and compete with youself to get more rich and win this new fun game. It\'s time to get more and more rich just by getting to the end of the level trail, and collecting fancy stuff by picking up money bag that makes you look moree beautiful also by avoiding unwanted stuff, and the more money you collect, the better your outfit will can look.', 'https://img.gamemonetize.com/0m1vh6glful56qigxli58x766s7oue7q/512x384.jpg', 'https://html5.gamemonetize.com/0m1vh6glful56qigxli58x766s7oue7q/', '0', 'Racing', 0, 0, '', 'rich-race--poor-to-rich-'), (14133, 'Happy Winter Jigsaw Game', 'Winter is a beautiful time of year and so are the jigsaw games. You can play Jigsaw Game whenever you want. This jigsaw game is with winter pictures. You can play with 12 different pictures. You must first compile the first image to go to the next one. Choose between three modes to play the game. You can play in easy mode with 25 pieces, medium mode with 49 pieces, or hard mode with 100 pieces. Select whatever you want to play and start the game. Use mouse or your finger on the screen to drag the pieces into right position to get the image with Winter Background.', 'https://img.gamemonetize.com/urbb91us7i2i43xas5qwg64yir8bhe7d/512x384.jpg', 'https://html5.gamemonetize.com/urbb91us7i2i43xas5qwg64yir8bhe7d/', '0', 'Puzzles', 0, 0, '', 'happy-winter-jigsaw-game'), (14134, 'Puzzle Block Jewels', 'Puzzle Block Jewels is simple yet addictive classic jewels game. The block sin different shapes are waiting for you! Your task is to create horizontal lines with the given blocks, when you make a line, it is cleared from the screen. The more you cleared, the higher score you will obtain. If there is no room for the given block in the screen, the game is over. You had to think twice before you putting these blocks. Choose the best position for each block depending on their shapes. It is really a casual puzzle game for your free time. You can\'t stop playing it once you start the game!', 'https://img.gamemonetize.com/ack8tcs30ngcox9dvb34j8vxih6sddbx/512x384.jpg', 'https://html5.gamemonetize.com/ack8tcs30ngcox9dvb34j8vxih6sddbx/', '0', 'Puzzles', 0, 0, '', 'puzzle-block-jewels'), (14135, 'Wind Rider', 'Wind Rider is a running game where your enemy is the wind. Unlock new characters, run, jump, dash and break obstacles to your heart\'s desire!', 'https://img.gamemonetize.com/mp8so6kgnbgbx8x1q1ntp9hwczyht1lf/512x384.jpg', 'https://html5.gamemonetize.com/mp8so6kgnbgbx8x1q1ntp9hwczyht1lf/', '0', 'Clicker', 0, 0, '', 'wind-rider'), (14136, 'Traffic Go 3D', 'If you are looking for a driving game, you are at the right place. Driving requires attention and skill. So with the help of your reflexes, try to reach the finish line without hitting other vehicles and collect boosters. Be careful not to hit the obstacles and other cars. This fun game will offer you a nice gaming experience. Game controls are provided with just a click or touch. Have Fun!', 'https://img.gamemonetize.com/box2m1z5i77f20y3f5itvmotkry3gqn1/512x384.jpg', 'https://html5.gamemonetize.com/box2m1z5i77f20y3f5itvmotkry3gqn1/', '0', 'Racing', 0, 0, '', 'traffic-go-d'), (14137, 'Mad Bikers', 'Welcome to Mad Bikers Perform crazy stunts on your motorcycle and push your skills to the limit in Gravity Biker! Control your biker and Avoid obstacles while you master the tricky tracks, perform insane stunts and wheelies or relax while riding the chopper through spectacular landscapes. enjoy', 'https://img.gamemonetize.com/1ftnukxar0614qmyjump73rauyvtt4v6/512x384.jpg', 'https://html5.gamemonetize.com/1ftnukxar0614qmyjump73rauyvtt4v6/', '0', 'Adventure', 0, 0, '', 'mad-bikers'), (14138, 'Drop The Gift', 'Be Santa in this Santa simulator! Drop the gifts in the chimneys to win, but be careful not to crash into any of the birds that want to steal your gifts!', 'https://img.gamemonetize.com/wwepi2jh2zpbl9kzh66bse1fd8miyccn/512x384.jpg', 'https://html5.gamemonetize.com/wwepi2jh2zpbl9kzh66bse1fd8miyccn/', '0', 'Hypercasual', 0, 0, '', 'drop-the-gift'), (14139, 'Infinite Snake 3D Run', 'Blocky Snake is an exciting endless one-touch game in which you touch the screen to move the snake right or left. Try to avoid the obstacles standing in your way, break the blocks to get score, collects the bodies to increase the length of the snake, collect coins to unlocks new body types and new environment types.', 'https://img.gamemonetize.com/ivn3tlziz6b8m5ivuqvd31n30a9pkfyr/512x384.jpg', 'https://html5.gamemonetize.com/ivn3tlziz6b8m5ivuqvd31n30a9pkfyr/', '0', 'Arcade', 0, 0, '', 'infinite-snake-d-run'), (14140, 'Sharp Rings', 'The goal of the Game is to finish the ring without touching the rope. Hold the ring in the air without letting it fall.', 'https://img.gamemonetize.com/ow3040n4yvzbnmwkel9qvku2s4nfns27/512x384.jpg', 'https://html5.gamemonetize.com/ow3040n4yvzbnmwkel9qvku2s4nfns27/', '0', 'Puzzles', 0, 0, '', 'sharp-rings'), (14141, 'WindMill', 'Objective of the Game: Collect bags by color,green bag to green mill,red bag to red mill,blue bag to blue mill,yellow bag to yellow mill.Avoid collision of other colors with the mill.', 'https://img.gamemonetize.com/shuwzpfdukrju37ttria0ubrmp65uqee/512x384.jpg', 'https://html5.gamemonetize.com/shuwzpfdukrju37ttria0ubrmp65uqee/', '0', 'Adventure', 0, 0, '', 'windmill'), (14142, 'Reach the Platform', 'At the very bottom of the screen, you will see a circle and an arrow. Which is constantly turning. By pressing, you will fix the direction you need, with the second press you will release the circle so that it hooks on the round platform. Watch the filling of the arrow, the fuller it is, the further the flight will be. Getting into a large platform is not so difficult, it is much more difficult to get into a small or very small one in Reach the Platform.', 'https://img.gamemonetize.com/6vtg1xpckmbhbyyp8wm18ckab7tc59vp/512x384.jpg', 'https://html5.gamemonetize.com/6vtg1xpckmbhbyyp8wm18ckab7tc59vp/', '0', 'Puzzles', 0, 0, '', 'reach-the-platform'), (14143, 'Happy Ghost Puzzle Jigsaw', 'Happy Ghost Puzzle is a free online game from genre of jigsaw puzzle and cartoon games. You can select one of the 6 images and then select one of the three modes: easy with 25 pieces, medium with 49 pieces and hard with 100 pieces. Have fun and enjoy!', 'https://img.gamemonetize.com/nnenwfinabn9ead5icav1yc4qicr67wi/512x384.jpg', 'https://html5.gamemonetize.com/nnenwfinabn9ead5icav1yc4qicr67wi/', '0', 'Puzzles', 0, 0, '', 'happy-ghost-puzzle-jigsaw'), (14144, 'Teen Titans Go! How to Draw Raven', 'Teen Titans Go! How to Draw Raven is a turn-based drawing game. Follow the instructions and try to draw Raven, one of the main characters in the Teen Titans Go! animated TV series.', 'https://img.gamemonetize.com/r0gtg3bxfl1a1bnuhqj4gadra08n2iql/512x384.jpg', 'https://html5.gamemonetize.com/r0gtg3bxfl1a1bnuhqj4gadra08n2iql/', '0', 'Puzzles', 0, 0, '', 'teen-titans-go-how-to-draw-raven'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (14145, 'Adventure Time How to Draw Jake ', 'Adventure Time: How to Draw Jake is a turn-based drawing game. Follow the instructions and try to draw Jake, one of the main characters in the Adventure Time animated TV series.', 'https://img.gamemonetize.com/px3fyrgoi7n6sp2e5mw4f1qxupeyzhk4/512x384.jpg', 'https://html5.gamemonetize.com/px3fyrgoi7n6sp2e5mw4f1qxupeyzhk4/', '0', 'Puzzles', 0, 0, '', 'adventure-time-how-to-draw-jake-'), (14146, 'We Bare Bears How to Draw Grizzly', 'WE BARE BEARS: HOW TO DRAW GRIZZLY GAME · PLAY ONLINE FOR FREE We Bare Bears: How to Draw Grizzly is a turn-based drawing game based on the We Bare Bears cartoon TV series. Follow the instructions and draw Grizzly as best you can.', 'https://img.gamemonetize.com/s3688858l4356g26mio2z4f6bteg1i7d/512x384.jpg', 'https://html5.gamemonetize.com/s3688858l4356g26mio2z4f6bteg1i7d/', '0', 'Puzzles', 0, 0, '', 'we-bare-bears-how-to-draw-grizzly'), (14147, 'Ladybug Miraculous Match3', 'Who wouldn\'t want to live in Paris? If you do not live, then at least visit your friends, and experience incredible emotions during the adventures that they are ready to provide you if you play the games Lady Bug and Super Cat.', 'https://img.gamemonetize.com/9xfa6slrp3ul2xy8v5ipvixyeeilpcye/512x384.jpg', 'https://html5.gamemonetize.com/9xfa6slrp3ul2xy8v5ipvixyeeilpcye/', '0', 'Puzzles', 0, 0, '', 'ladybug-miraculous-match'), (14148, 'Lion King Match3 Puzzle', 'Let\'s play free online Lion King Jigsaw collection game. Drag the pieces into right position using mouse and pictures with your favorite characters. You can choose one of three modes: easy, medium, hard. Enjoy!', 'https://img.gamemonetize.com/cklrfwsknjl79w167nb1dsbqky0emnzx/512x384.jpg', 'https://html5.gamemonetize.com/cklrfwsknjl79w167nb1dsbqky0emnzx/', '0', 'Puzzles', 0, 0, '', 'lion-king-match-puzzle'), (14149, 'Coloring Book Dinosaurs', 'This is a fun coloring book for kids of all ages, where he exercise her imagination and motor skills while having fun meeting different dinosaurs. In this game you will find 18 different pictures which have to be colored. You have 11 different colors to choose. You can also save the colored image. Have fun!', 'https://img.gamemonetize.com/ap8ep6739v4vw3djhoknze28gb8dwlad/512x384.jpg', 'https://html5.gamemonetize.com/ap8ep6739v4vw3djhoknze28gb8dwlad/', '0', 'Puzzles', 0, 0, '', 'coloring-book-dinosaurs'), (14150, 'Poor to Rich Who is Lucky', 'Race or run rich it\'s new life simulation game, the run rich game teaching you how the people can make an run of life to get richest. When you start playing the run rich game, you will really make an great run of life by picking up a lots of money. To win this new life simulation game you have to race forward and move the player left and right in a long runway, You can easily keep playing and winning each level this run rich game by avoiding some types of furious obstacle that can make you really lose an level or turn you from an richest to poorer and making you lose money or your all money bag. In this new satisfying and challenging game if really you can\'t win the run rich challenge by turning an rich player, Also if you stay really poor for an long period in the levels of this new fun gameplay or you don\'t picking up the winning things that helps you get rich you will easily lose before you reach the finish line of the runway. Play the rich run game and compete with youself to get more rich and win this new fun game. It\'s time to get more and more rich just by getting to the end of the level trail, and collecting fancy stuff by picking up money bag that makes you look moree beautiful also by avoiding unwanted stuff, and the more money you collect, the better your outfit will can look.', 'https://img.gamemonetize.com/tocrryi9popaqngahlqbxrxk99dvul4f/512x384.jpg', 'https://html5.gamemonetize.com/tocrryi9popaqngahlqbxrxk99dvul4f/', '0', 'Arcade', 0, 0, '', 'poor-to-rich--who-is-lucky'), (14151, 'Jeep Racing', 'Jeep Racing is an amazing 2D driving game with challenging and fun levels! Play Jeep Racing now for an amazing gameplay!', 'https://img.gamemonetize.com/4t4gxe7dlrx5yie80finkk8gbg76ocvn/512x384.jpg', 'https://html5.gamemonetize.com/4t4gxe7dlrx5yie80finkk8gbg76ocvn/', '0', 'Racing', 0, 0, '', 'jeep-racing'), (14152, 'Take it up!', 'Take it up is a simple game made in neon style. Just tap on the screen to jump. Avoid obstacles by jumping in time. Play Take it up if you want to relax. Listen to chill lofi tracks while playing. Take it up features', 'https://img.gamemonetize.com/mlzktxzudoes2mulocrrcqmgfr1b4m6h/512x384.jpg', 'https://html5.gamemonetize.com/mlzktxzudoes2mulocrrcqmgfr1b4m6h/', '0', 'Hypercasual', 0, 0, '', 'take-it-up'), (14153, 'rope swinger', 'Rope Swing is a cool game where you have to use your rope to swing through the levels! There are a lot of great levels that feature many obstacles along the way. Make sure to not fall into spikes or gaps and try not to hit one of the many obstacles that you\'ll face along the way. Swing and bounce your way through the level, and make sure to collect coins', 'https://img.gamemonetize.com/jharj2dtzmhwfkxdtenmlc7owlcxr28s/512x384.jpg', 'https://html5.gamemonetize.com/jharj2dtzmhwfkxdtenmlc7owlcxr28s/', '0', 'Clicker', 0, 0, '', 'rope-swinger'), (14154, 'Squid Game Clash Gang', 'All balls have to go into the pipe … can you remove the pins in the right order and make it happen? 1.Pull The Pin Game 2.Squid challenge Game', 'https://img.gamemonetize.com/4qeqwvodqdemyv5tcn9sz9klkw10k81c/512x384.jpg', 'https://html5.gamemonetize.com/4qeqwvodqdemyv5tcn9sz9klkw10k81c/', '0', 'Adventure', 0, 0, '', 'squid-game--clash-gang'), (14155, 'Squid Game Impostor', 'An action-packed adventure awaits you in Squid Game Impostor. Play the Squid Game themed Impostor on the spaceship now! Earn points by completing levels to unlock 6 different characters. Get an advantage by buying a new Impostor character with the points you earn and choosing a faster and higher damage character. Complete the adventure without slowing down with +100 different levels. Assassinate all Impostors on board. Also, as you complete the levels, you can get new characters for free as a reward. Have fun.', 'https://img.gamemonetize.com/phyxqg339y4vi71530y0lbikjegxffiy/512x384.jpg', 'https://html5.gamemonetize.com/phyxqg339y4vi71530y0lbikjegxffiy/', '0', 'Hypercasual', 0, 0, '', 'squid-game-impostor'), (14156, 'The Croods Jigsaw Game', 'The prehistoric family the Croods are challenged by a rival family the Betterman\'s, who claim to be better and more evolved. Now, there are 12 images for players can enjoy. Hope you can have fun in this jigsaw game. Good luck!', 'https://img.gamemonetize.com/iul8ltrjd5hj9pd3y1lol78haz17jdf8/512x384.jpg', 'https://html5.gamemonetize.com/iul8ltrjd5hj9pd3y1lol78haz17jdf8/', '0', 'Girls', 0, 0, '', 'the-croods-jigsaw-game'), (14157, 'Advent Mahjong', 'Advent Mahjong is a connect Mahjong in Cristmas setting. By passing a level you get one day closer to Cristmas and the closer you get the more challenging the levels are.', 'https://img.gamemonetize.com/za9wonp2borrlcuhyov9gjsqvru4bmol/512x384.jpg', 'https://html5.gamemonetize.com/za9wonp2borrlcuhyov9gjsqvru4bmol/', '0', 'Puzzles', 0, 0, '', 'advent-mahjong'), (14158, 'Squid Game Island Escape', 'In the Squid Game, the players who have the right to end the game unanimously, make a plan to escape from the game island when they cannot get the majority of votes. In order to escape from the island, they must not be caught by the cameras and the officials. They need a plan to successfully escape the island. It\'s up to you to get the players away from the island with a strong escape plan! Show the players the escape route and you must make sure they take action at the right time to avoid being caught on camera. Have fun!', 'https://img.gamemonetize.com/hh3dju09qyplej11o18uo13g2mp3khaa/512x384.jpg', 'https://html5.gamemonetize.com/hh3dju09qyplej11o18uo13g2mp3khaa/', '0', 'Hypercasual', 0, 0, '', 'squid-game-island-escape'), (14159, 'Boom Ballz', 'Shoot the ball z and break block z in endless brick block tiles demolition game. How to play: - Touch the screen with your finger and move to aim. - Find best positions and angles to hit all bricks. - Break as many bricks as possible before they hit the bottom. - Collect stars to unlock additional balls.', 'https://img.gamemonetize.com/21l14wpjzmfjthgwkfhyl8cbye27fnsh/512x384.jpg', 'https://html5.gamemonetize.com/21l14wpjzmfjthgwkfhyl8cbye27fnsh/', '0', 'Puzzles', 0, 0, '', 'boom-ballz'), (14160, 'Candy Bonanza 5 in Row', 'Click the candy you want to move, then click the place that you want it to go. but if other candies were on the moving route, you cannot pass through. Your mission is to move candies to align the same color of candies for 5 or more in a horizontal, vertical or diagonal line to crush. Get a high score and visite hyhygames.com for more games', 'https://img.gamemonetize.com/ddc0mpt6pn54qibvvncg9ttncf5b284f/512x384.jpg', 'https://html5.gamemonetize.com/ddc0mpt6pn54qibvvncg9ttncf5b284f/', '0', 'Bejeweled', 0, 0, '', 'candy-bonanza--in-row'), (14161, 'Crowd Run 3D', '¡tienes que tener cuidado de no perder a muchos de los personajes! De vez en cuando tienes que luchar contra otro grupo de personajes.', 'https://img.gamemonetize.com/3t18v3i9l61aedzc3nt1h0m2mp62lvfs/512x384.jpg', 'https://html5.gamemonetize.com/3t18v3i9l61aedzc3nt1h0m2mp62lvfs/', '0', 'Hypercasual', 0, 0, '', 'crowd-run-d'), (14162, 'High Heels impossible Girl Walk ', 'Get ready for the best high heels game EVER! This shoe game is fun, this runway is epic, this shoe race is for baddies! The taller your heels are, the easier it will be to escape from the walls. A different obstacle awaits you at each parkour! There are rails on the roof where you have to spread your legs and slide, walls to jump, a stick to balance and a huge podium waiting for you at the end of the road. Don’t forget! You need to pick as many as high heels on the road so you can walk on the final podium! Walking on the heels will make you feel like a QUEEN! Everyone loves to look perfect and these heels will let you shine like a star! There are many different shoe options in the game! Shiny heels, colorful heels, boot heels, rainbow heels, and even heels with wings! So just put them on and POP OFF! As you should like a queen… MAKEOVER YOUR CHARACTER! You\'ll feel like a designer in this shoe race. Among the dozens of different accessories you can buy in the store, there are buckles, necklaces, puppies in a bag, angel wings. And most importantly, you can find designer heels with very different models and colors to suit your style! You can get many fancy accessories to take your stylish shoe game to the next level! A full makeover! You can get fancy bags, angel heels, bracelets, devil & angel crowns, and even a rabbit tail! You’ll love them all and we bet you will not take them off ever again! This is your red carpet! Make your best walk and drive the crowd CRAZY!', 'https://img.gamemonetize.com/5j06flqi0w35hl3fyrt8b12pkopauzll/512x384.jpg', 'https://html5.gamemonetize.com/5j06flqi0w35hl3fyrt8b12pkopauzll/', '0', 'Arcade', 0, 0, '', 'high-heels--impossible-girl-walk-'), (14163, 'Fashion Girl Spa Day', 'Hi girls! Come and run your own salon. In the fashion girls salon game, you can easily provide customers with a relaxing and enjoyable time. You can squeeze out their acne, pluck out their excess eyebrows, shave their legs, dye their hair and so on! Meet the different needs of girls!', 'https://img.gamemonetize.com/zpo755r543dtig2k0fhv93tew6bkcnv6/512x384.jpg', 'https://html5.gamemonetize.com/zpo755r543dtig2k0fhv93tew6bkcnv6/', '0', 'Girls', 0, 0, '', 'fashion-girl-spa-day'), (14164, 'Block Triangle', 'Are you ready for the rainbow Triangle puzzle game? Arrange shapes made up of triangles to fill various designs! The possibilities are endless! Players need to drag geometric pieces onto the board to complete the puzzle. Geometric blocks cannot be rotated.', 'https://img.gamemonetize.com/kah0abenwd5z83vr5r65pt303j6o3ib9/512x384.jpg', 'https://html5.gamemonetize.com/kah0abenwd5z83vr5r65pt303j6o3ib9/', '0', 'Boys', 0, 0, '', 'block-triangle'), (14165, 'Go Go Up! 3D', 'It\'s is an Easy-To-Play Level Based Strategic 3D-Platformer Game. It\'s fun to play!', 'https://img.gamemonetize.com/a0fsg3r0iw905osjyzfrnjps9moj2z6g/512x384.jpg', 'https://html5.gamemonetize.com/a0fsg3r0iw905osjyzfrnjps9moj2z6g/', '0', 'Arcade', 0, 0, '', 'go-go-up-d'), (14166, 'Play Pop It!', 'Relaxing puzzle game created by Rad Brothers. In this game, your objective is to press the popits to pop them and unlock a colorful toy. Pay attention to pop every bubble and leave nothing behind! If you gather the entire collection of 80 fidget toys, you can unlock the Secret Mode. Are you ready for a satisfying digital popping experience? Go ahead and enjoy the realistic calming sounds and feelings Pop It Master has to offer!', 'https://img.gamemonetize.com/2fh37gb1x7lvd1nbv0fprcjz3eas6x1r/512x384.jpg', 'https://html5.gamemonetize.com/2fh37gb1x7lvd1nbv0fprcjz3eas6x1r/', '0', 'Puzzles', 0, 0, '', 'play-pop-it'), (14167, 'Arcane Jigsaw Puzzle', 'Zazgames is a place where you can infinitely play assembling online jigsaw puzzles. We hope you are up for another game from the Puzzle category on our website , because we have just added the game called Arcane Jigsaw Puzzle for you all, which, despite being one of the many puzzle games we have added so far into this category, this is the first puzzle game to use this specific format, and image, so it is going to be a brand new experience for all of you, an experience we are sure you will appreciate, as there is no way you aren\'t going to have a lot of fun playing the game. Especially after you learn how to play it from the next lines in the description. you will start by choosing how you want the jigsaw puzzle be : hard medium or easy. After that, the jigsaw puzzle pieces are going to be spread around the game screen randomly. Use the mouse to drag them over the transparent images where they match with the image, until all the pieces are connected, and the image looks just like it did in the beginning. You will have a great time with the game, so start it right now, and we are sure you will not regret it one second!', 'https://img.gamemonetize.com/qxybyeovo8lrfzrm1beu1gt42cn7csko/512x384.jpg', 'https://html5.gamemonetize.com/qxybyeovo8lrfzrm1beu1gt42cn7csko/', '0', 'Puzzles', 0, 0, '', 'arcane-jigsaw-puzzle'), (14168, 'Typing Fighter', 'In this game, you’ll fight against your opponents by typing the sentences you see on the screen. Type swiftly and accurately to unleash the maximum power. You can charge up your typing and deliver killer power moves all the while getting inspired by over 200 motivational phrases and quotes. Go ahead and demonstrate the power of words! And kicks.', 'https://img.gamemonetize.com/7jzy9b8k2n2bugimq4xp5qs32p30zvmx/512x384.jpg', 'https://html5.gamemonetize.com/7jzy9b8k2n2bugimq4xp5qs32p30zvmx/', '0', 'Shooting', 0, 0, '', 'typing-fighter'), (14169, 'Flashing Square', 'In this game there is a square and a ball in the square. The ball will move through the square and collide with the edges of the square. But the square can flash when you touch it. You need to touch the square whenever the ball bounces off the edge of the square and then the ball can bounce and continue playing. If you miss the moment and the edges will flash sooner or later from the touch of the ball, the game is over.', 'https://img.gamemonetize.com/zz5m2h2tiyhwg51qb1ka6wal5z7e59j5/512x384.jpg', 'https://html5.gamemonetize.com/zz5m2h2tiyhwg51qb1ka6wal5z7e59j5/', '0', 'Puzzles', 0, 0, '', 'flashing-square'), (14170, 'Christmas at Cattle Hill Jigsaw Puzzle', 'Zazgames is a place where you can infinitely play assembling online jigsaw puzzles. We hope you are up for another game from the Puzzle category on our website , because we have just added the game called Christmas at Cattle Hill Jigsaw Puzzle for you all, which, despite being one of the many puzzle games we have added so far into this category, this is the first puzzle game to use this specific format, and image, so it is going to be a brand new experience for all of you, an experience we are sure you will appreciate, as there is no way you aren\'t going to have a lot of fun playing the game. Especially after you learn how to play it from the next lines in the description. you will start by choosing how you want the jigsaw puzzle be : hard medium or easy. After that, the jigsaw puzzle pieces are going to be spread around the game screen randomly. Use the mouse to drag them over the transparent images where they match with the image, until all the pieces are connected, and the image looks just like it did in the beginning. You will have a great time with the game, so start it right now, and we are sure you will not regret it one second!', 'https://img.gamemonetize.com/bhae2ykrdfns6vtbfzo0vqy6zd222s8b/512x384.jpg', 'https://html5.gamemonetize.com/bhae2ykrdfns6vtbfzo0vqy6zd222s8b/', '0', 'Puzzles', 0, 0, '', 'christmas-at-cattle-hill-jigsaw-puzzle'), (14171, 'HOW TO DRAW MAO MAO', 'How to Draw Mao Mao is a turn-based drawing game. Follow the instructions and try to draw Mao Mao, the main character of the eponymous animated TV series.', 'https://img.gamemonetize.com/ujm6nl4gnpi24lugdv9lcutw9a1ypnsd/512x384.jpg', 'https://html5.gamemonetize.com/ujm6nl4gnpi24lugdv9lcutw9a1ypnsd/', '0', 'Puzzles', 0, 0, '', 'how-to-draw-mao-mao'), (14172, 'Toy Story Match3 Puzzle', 'The game has a simple, but fascinating puzzle that you can collect in a short time. Be careful and you will easily cope with the task. Choose a piece of the puzzle and place it on the playing field. After collecting the picture, you will see all the main characters of the cartoon: Woody, Buzz Lightyear, Mrs. Potato, and others.', 'https://img.gamemonetize.com/vlw763j9y51kcc7bqjrgcczm5lyyvrjn/512x384.jpg', 'https://html5.gamemonetize.com/vlw763j9y51kcc7bqjrgcczm5lyyvrjn/', '0', 'Puzzles', 0, 0, '', 'toy-story-match-puzzle'), (14173, 'Barbie Match3 Slide', 'If you want to get a Barbie doll as a gift, then collect a picture with the image of her and her friends and you will get not one doll, but as many as three beauties. Choose any difficulty mode and restore a beautiful picture from individual fragments.', 'https://img.gamemonetize.com/yvn6t6qv0srpew8pgx6thsasmptdsm8o/512x384.jpg', 'https://html5.gamemonetize.com/yvn6t6qv0srpew8pgx6thsasmptdsm8o/', '0', 'Puzzles', 0, 0, '', 'barbie-match-slide'), (14174, 'Spiderman Puzzle Match3', 'A game of the genre three in a row about Spiderman. Time is very limited and you need to try to beat all the records in getting points. Classic rules: find the same pictures and make up rows of identical characters by moving them with the mouse.', 'https://img.gamemonetize.com/3oi627yir4d3oquvnllbtdczou0nmomt/512x384.jpg', 'https://html5.gamemonetize.com/3oi627yir4d3oquvnllbtdczou0nmomt/', '0', 'Puzzles', 0, 0, '', 'spiderman-puzzle-match'), (14175, 'War Tanks Match 3 Puzzle', 'Especially for fans of battle tanks 4Gameground.com has prepared an excellent portion of puzzles. Choose your deadly car and coьздуеу the picture piece by piece. Enjoy!', 'https://img.gamemonetize.com/deuhd6m37p3x85z5xmkza7o1fccp8bz3/512x384.jpg', 'https://html5.gamemonetize.com/deuhd6m37p3x85z5xmkza7o1fccp8bz3/', '0', 'Puzzles', 0, 0, '', 'war-tanks-match--puzzle'), (14176, 'Sonic Match3 Game', 'Sonic is a character in games and anime animated series. Unusual characters, easy to color, children like to paint with paints or bright markers. On the coloring pages of Sonic, you will also find his friends – the most famous and favorite characters. Color 8 pictures about the adventures of Sonic the hedgehog and his friends.', 'https://img.gamemonetize.com/ta6k4413rq8nzhnfshddkh54afcc5yfs/512x384.jpg', 'https://html5.gamemonetize.com/ta6k4413rq8nzhnfshddkh54afcc5yfs/', '0', 'Girls', 0, 0, '', 'sonic-match-game'), (14177, 'Dora the Explorer Clicker GAme', 'Click on the flying heroes from the Dora the Explorer cartoon as soon as possible. No hero should fall!', 'https://img.gamemonetize.com/gz2tb011i9g76yrbizwk1b7pumk8xayo/512x384.jpg', 'https://html5.gamemonetize.com/gz2tb011i9g76yrbizwk1b7pumk8xayo/', '0', 'Puzzles', 0, 0, '', 'dora-the-explorer-clicker-game'), (14178, 'Anime Girl Match3 Puzzle', 'Collect cute puzzles with bright and beautiful pictures. Each picture shows a cute girl from the anime cartoon. Choose the level of difficulty and start collecting the puzzle. To put the desired part in place, just hold the part with the left mouse button and drag it to it.', 'https://img.gamemonetize.com/e19j0wo2r1i5p33nr7qal12dgo6gcb9m/512x384.jpg', 'https://html5.gamemonetize.com/e19j0wo2r1i5p33nr7qal12dgo6gcb9m/', '0', 'Puzzles', 0, 0, '', 'anime-girl-match-puzzle'), (14179, 'Among Us Mahjong Game', 'We offer you to enjoy the puzzle game about Among As. This is an ancient Chinese mahjong game in the style of your favorite heroes. Find pairs of pictures and try to connect them. Good luck!', 'https://img.gamemonetize.com/6zpwn2r62y2p2lkd83lb0qr1ccjl1za1/512x384.jpg', 'https://html5.gamemonetize.com/6zpwn2r62y2p2lkd83lb0qr1ccjl1za1/', '0', 'Puzzles', 0, 0, '', 'among-us-mahjong-game'), (14180, 'DonutCats', 'Place the springs and help the funny donutcats get into the cozy gift box. Use jetpacks, teleports and huge fans. Collect as many coins as possible and unlock new cats and donuts.', 'https://img.gamemonetize.com/jtwtdlyax4s21zgmzibaxiw7844wtjcs/512x384.jpg', 'https://html5.gamemonetize.com/jtwtdlyax4s21zgmzibaxiw7844wtjcs/', '0', 'Puzzles', 0, 0, '', 'donutcats'), (14181, 'Rope Bawling 2', 'Rope Bawling is a new kind of object understanding puzzle casual level game. Rope Bawling combines the gameplay of bowling with the gameplay of physical line-drawing puzzles. Unlike traditional bowling games, Rope Bawling requires you to cut the Rope and knock down all the bottles as the ball falls. As the game goes on, the level of difficulty will be more and more difficult, each time the challenge must be the accurate grasp of the time to cut the rope! The back of the level is more and more difficult, quickly to challenge it!', 'https://img.gamemonetize.com/wr2vlgd2clz1zm8telkdd2lx4qf0mtcp/512x384.jpg', 'https://html5.gamemonetize.com/wr2vlgd2clz1zm8telkdd2lx4qf0mtcp/', '0', 'Boys', 0, 0, '', 'rope-bawling-'), (14182, 'Pop it Infinity', 'Pop It Infinity is a fun relaxing game and a unique game to play on. This is a super relaxing game to play for hours; we have got different shapes of pop gadgets, click on the pops to smash them and clear the board. Be quick and smash all the pops and feel the relax from the tensions, this game is for all ages and you can play for hours.', 'https://img.gamemonetize.com/epfd49h8p0c794xcqxvk6xakmar1wwgc/512x384.jpg', 'https://html5.gamemonetize.com/epfd49h8p0c794xcqxvk6xakmar1wwgc/', '0', 'Clicker', 0, 0, '', 'pop-it-infinity'), (14183, 'Traffic Rider Legend', 'A motorbike in a much more detailed gaming experience,Traffic Rider Legend takes the endless racing genre to a whole new level by adding first person view perspective, better graphics. The essence of smooth arcade racing is still there but in the shell of the next generation. Ride your bike in the endless highway roads overtaking the traffic, upgrade and buy new bikes to beat the missions in career mode. Now it is time to hit the roads with a motorcycle! FEATURES - First person camera view - 4 motorbikes to choose from - Real motor sounds and real bikes - Detailed environments with Desert,Snow,Jungle. - The faster you ride, the more scores you get - When driving over 100 kmh, overtake traffic cars closely to get bonus scores and cash - Driving in opposite direction in two-way gives extra score and cash - Do wheelies to get extra score and cash', 'https://img.gamemonetize.com/d5yelk0yyq7vp9t83b8v1sb9h5fqzt1l/512x384.jpg', 'https://html5.gamemonetize.com/d5yelk0yyq7vp9t83b8v1sb9h5fqzt1l/', '0', 'Racing', 0, 0, '', 'traffic-rider-legend'), (14184, 'Slope City', 'Slope City is an incredible endless running game in the hyper casual game genre. The gameplay of the game is simple. You have to control a ball as you slope and accelerate through a series of interconnected slopes. The balls moves and you have to have excellent reflexes to control it.', 'https://img.gamemonetize.com/uiqu0yd31ywiuimr9e3x1xjfi8kqjgzq/512x384.jpg', 'https://html5.gamemonetize.com/uiqu0yd31ywiuimr9e3x1xjfi8kqjgzq/', '0', 'Arcade', 0, 0, '', 'slope-city'), (14185, 'Baby Taylor Defeats Nightmare', 'Taylor often has nightmares at night recently, which makes her feel scared and can\'t sleep well. Taylor\'s mother is very worried about her, so she gave her a cute little bear doll. Please accompany Taylor into the dreamland with the little bear, and defeat the terrible nightmare! We want to help Taylor restore her sweet dreams. Have fun!', 'https://img.gamemonetize.com/sn0safuatkpjh1sfy87myauhqhleo0lj/512x384.jpg', 'https://html5.gamemonetize.com/sn0safuatkpjh1sfy87myauhqhleo0lj/', '0', 'Girls', 0, 0, '', 'baby-taylor-defeats-nightmare'), (14186, 'Falling Beans Ultimate Knockout', 'Have you ever played a famous Steam running racing game called Falling Beans? Falling Beans Ultimate Knockout is a third-person running racing action game with familiar 3D models. Only if you could finish running in the first of three places, you are able to complete the current level. There are several different skins waiting for you to unlock and use in the store. In my opinion, jumping at the correct timing will help you get advantages on activated obstacle walls!', 'https://img.gamemonetize.com/5pi3kap4tj5vqf3tsuw7ezgxlzxltl2e/512x384.jpg', 'https://html5.gamemonetize.com/5pi3kap4tj5vqf3tsuw7ezgxlzxltl2e/', '0', 'Action', 0, 0, '', 'falling-beans-ultimate-knockout'), (14187, 'Sofia And Animals Jigsaw Puzzle', 'Princess Sofia likes cute animals, especially she has a good friendship with Clover. In this jigsaw game, there are nine cute Sofia and animals pictures, when you complete the jigsaw you can get them! Come to try!', 'https://img.gamemonetize.com/vqwc1kkhspqvo35q1c1ip251kfiyosym/512x384.jpg', 'https://html5.gamemonetize.com/vqwc1kkhspqvo35q1c1ip251kfiyosym/', '0', 'Puzzles', 0, 0, '', 'sofia-and-animals-jigsaw-puzzle'), (14188, 'Hair Stylist DIY Salon', 'Hair Stylist DIY Salon is a fun educational game. In this game, children will manage their own beauty salon for the same young beauties. The salon will provide you with a large selection of tools that can be used for curling and washing curls, and combing your hair the way you like. You can cut your hair, dye your hair, curl your hair, dress up your beauty the way you want, and create the most colorful and fashionable image that even the most fashionable stylist envy, because your hairstyle will Become a masterpiece. Choose your model in our salon and make it the star of the fashion show!', 'https://img.gamemonetize.com/mckesy37pd3hxbuzjh9w02tak41ppp8p/512x384.jpg', 'https://html5.gamemonetize.com/mckesy37pd3hxbuzjh9w02tak41ppp8p/', '0', 'Girls', 0, 0, '', 'hair-stylist-diy-salon'), (14189, '2048 Original', 'Simply swipe to move the tiles. When two tiles with the same number touch, they merge into one. Reach the 2048 tile and keep playing to unlock higher value number tiles!', 'https://img.gamemonetize.com/t68rv844nfstvjselw8ds7d29zsa510z/512x384.jpg', 'https://html5.gamemonetize.com/t68rv844nfstvjselw8ds7d29zsa510z/', '0', 'Puzzles', 0, 0, '', '-original'), (14190, '2D Game Ariplane Wars 1942', 'Grab the control yoke of a warplane and also delve into the battlegrounds of Globe Battle 2 in this thrilling battle trip action game. In each of the advocate United States, Great Britain, USSR, Germany, and Japan, you will undoubtedly represent a pilot and squadron leader of an elite flying force system, developed for the most hazardous and critical missions that can transform the trend of war. In Warplanes: WW2 Dogfight, you take control of over 50 historical aircraft-- from traditional fighters to light and hefty bombers. Spitfire, P-51, Cyclone, Lancaster, Il-2 "Shturmovik," La-5FN, Ju-87 "Stuka," Fw 200 "Condor" and also B-17 "Traveling Fortress" are only a few of the attractive types of equipment that you can fly, paint, tailor and also upgrade. Collect an armada of the best pilots and educate them to aid you in the most high-risk missions. If you require an added adrenaline thrill, you can take a goal by yourself and rule the sky. Develop your base-- construct added hangars and also structures for your pilots and staff. Guarantee its security by constructing anti-aircraft artillery and also battery balloons. Establish your monitoring abilities to cut expenses, manage your system much more efficiently, and become the utmost squadron leader.', 'https://img.gamemonetize.com/5ck02k5yhaqu27j8ibjmaqx4uas6k7zl/512x384.jpg', 'https://html5.gamemonetize.com/5ck02k5yhaqu27j8ibjmaqx4uas6k7zl/', '0', 'Action', 0, 0, '', 'd-game-ariplane-wars-'), (14191, 'Christmas Winter Story Jigsaw', 'Christmas Winter Story Jigsaw is a free online game in the jigsaw puzzle genre. You have 6 images in three modes to play. Choose one of the modes for the game that you previously choose and start it to play. Drag and drop the pieces to solve the puzzle and create an image. Enjoy, and have fun!', 'https://img.gamemonetize.com/zzq1mliiascolbxotxa5ra99yirqbpwx/512x384.jpg', 'https://html5.gamemonetize.com/zzq1mliiascolbxotxa5ra99yirqbpwx/', '0', 'Puzzles', 0, 0, '', 'christmas-winter-story-jigsaw'), (14192, 'Bauble Match Deluxe', 'Bauble Match Deluxe is an innovative game with Match 3 plus classic bubble shooter game-play mechanics. To win this game you need to eliminate all the baubles on the board. In order to do it, you need to pick a bauble from the panel and drop on the board so that it can combine with existing baubles to form a group of 3 or more than 3 baubles adjacent to each other horizontally or vertically. You lose a bauble if it does not make any match on dropping it. if you lose all the 6 baubles, all existing baubles will be shifted to one row further. In this process, if any bauble comes out from the board then for each such bauble, you will lose one life from your 5 lives.', 'https://img.gamemonetize.com/fxcdkoyobgnf1hz7ny97oj3rip2x2hpo/512x384.jpg', 'https://html5.gamemonetize.com/fxcdkoyobgnf1hz7ny97oj3rip2x2hpo/', '0', 'Puzzles', 0, 0, '', 'bauble-match-deluxe'), (14193, 'Onet Winter Christmas Mahjong', 'Onet Winter Christmas Mahjong is a fun and relaxing cute mahjong connect game. Your task is to find pairs and remove all tiles from the board. The path between two tiles can\'t have more than three lines or two 90 degree angles though. You can use "Hint" or "Shuffle" to help. Play strategically because some levels the tiles can move. If you have no shuffle left, the game is over! How many score can you beat?', 'https://img.gamemonetize.com/li724yn6enegdpc6aj1nvkid3q8udbtc/512x384.jpg', 'https://html5.gamemonetize.com/li724yn6enegdpc6aj1nvkid3q8udbtc/', '0', 'Puzzles', 0, 0, '', 'onet-winter-christmas-mahjong'), (14194, 'Ultimate City traffic driving 2021', 'You are car thief in Grand City and your mission is to steal cars across the city and drive them to your garage.', 'https://img.gamemonetize.com/a1iooclx4v6aipq9sta90vwwzqgi8jk9/512x384.jpg', 'https://html5.gamemonetize.com/a1iooclx4v6aipq9sta90vwwzqgi8jk9/', '0', 'Racing', 0, 0, '', 'ultimate-city-traffic-driving-'), (14195, 'Bomb Hunters', 'Bomb Hunters is an addictive skill game in which you must defuse all the bombs in time to move on to the next location. Jump on water and run along busy roads to get to the bomb. Beware of enemies such as snipers who will try to incapacitate you on the way to the bombs. Once all the bombs are defused, run to the headquarters for additional skills or items such as more time, flash grenades and EMP grenades. Also collect coins and spend them in the shop to buy cool new bombs! You can earn a little more by completing quests. Can you defuse all the bombs in Bomb Hunters?', 'https://img.gamemonetize.com/dvuighm790jz8jgyjed7gvdhm89yhas9/512x384.jpg', 'https://html5.gamemonetize.com/dvuighm790jz8jgyjed7gvdhm89yhas9/', '0', 'Puzzles', 0, 0, '', 'bomb-hunters'), (14196, 'Super Mario Fun Memory', 'Super Mario Fun Memory is a free online game from genre of memory. Flip the tiles and try to match them up in pairs. Pair up all the tiles to win. Try to complete the game in as few moves as possible! There are 4 levels. Use mouse to click or tap to screen on the squares. Concentrate yourself and start to play. Enjoy!', 'https://img.gamemonetize.com/p3ywh04big5bschrjkg73jfm9k1bvz0t/512x384.jpg', 'https://html5.gamemonetize.com/p3ywh04big5bschrjkg73jfm9k1bvz0t/', '0', 'Puzzles', 0, 0, '', 'super-mario-fun-memory'), (14197, 'Arcane Jinx Jigsaw Puzzle', 'Zazgames is a place where you can infinitely play assembling online jigsaw puzzles. We hope you are up for another game from the Puzzle category on our website , because we have just added the game called Arcane Jinx Jigsaw Puzzle for you all, which, despite being one of the many puzzle games we have added so far into this category, this is the first puzzle game to use this specific format, and image, so it is going to be a brand new experience for all of you, an experience we are sure you will appreciate, as there is no way you aren\'t going to have a lot of fun playing the game. Especially after you learn how to play it from the next lines in the description. you will start by choosing how you want the jigsaw puzzle be : hard medium or easy. After that, the jigsaw puzzle pieces are going to be spread around the game screen randomly. Use the mouse to drag them over the transparent images where they match with the image, until all the pieces are connected, and the image looks just like it did in the beginning. You will have a great time with the game, so start it right now, and we are sure you will not regret it one second!', 'https://img.gamemonetize.com/ghlah1v3taetrwhryo7cufhwx1rpzb4j/512x384.jpg', 'https://html5.gamemonetize.com/ghlah1v3taetrwhryo7cufhwx1rpzb4j/', '0', 'Puzzles', 0, 0, '', 'arcane-jinx-jigsaw-puzzle'), (14198, 'JEEPS DRIVER', 'Jeep Driver is a fun driving game with 30 levels and amazing graphics. You can buy new vehicles in garage and upgrade them! Play this challenging game for great fun!', 'https://img.gamemonetize.com/1munq7x2t26yv04jyu1augk9ox6a9qt8/512x384.jpg', 'https://html5.gamemonetize.com/1munq7x2t26yv04jyu1augk9ox6a9qt8/', '0', 'Racing', 0, 0, '', 'jeeps-driver'), (14199, 'ROBOCAR JIGSAW', 'Robo car Jigsaw is a free online game from genre of puzzle and jigsaw games. You can select one of the 12 images and then select one of the three modes: easy with 25 pieces, medium with 49 pieces and hard with 100 pieces. Have fun and enjoy!', 'https://img.gamemonetize.com/x277t6cxa44guxcccmw3ot4d5cvc5wia/512x384.jpg', 'https://html5.gamemonetize.com/x277t6cxa44guxcccmw3ot4d5cvc5wia/', '0', 'Puzzles', 0, 0, '', 'robocar-jigsaw'), (14200, 'Teen Titans Match 3 Puzzle', 'If you love the cartoon "Teen Titans", then this game will definitely appeal to you. Here you will meet all your favorite characters and play puzzles with them. Choose one of the 12 images, as well as the difficulty of the game and start to collect the puzzle. Collect all the puzzles and get a lot of fun!', 'https://img.gamemonetize.com/jj7g52qxgfa8rksktyeejhozjbjezz76/512x384.jpg', 'https://html5.gamemonetize.com/jj7g52qxgfa8rksktyeejhozjbjezz76/', '0', 'Puzzles', 0, 0, '', 'teen-titans-match--puzzle'), (14201, 'Friday Night Funkin Match3 New', 'Do you want to become a cool street musician and rock everyone around? Then, welcome to the Friday Night Funkin games section! This awesome rhythm arcade game has captivated hundreds of thousands of players all over the planet, and you risk joining the fan army right now! Collect chains of figures from three or more to clear the field!', 'https://img.gamemonetize.com/eo6hfpo02n9o2sx7z6dd52xlgaetptti/512x384.jpg', 'https://html5.gamemonetize.com/eo6hfpo02n9o2sx7z6dd52xlgaetptti/', '0', 'Puzzles', 0, 0, '', 'friday-night-funkin-match-new'), (14202, 'Ben 10 Match 3 Puzzle Game', 'In this game, you can practice putting puzzles together with the famous hero Ben 10. Everyone knows that a boy who has received an alien watch can be dragged into different super heroes. All the heroes are big, strong creatures that you can learn in this game. And so, here are 6 puzzles. First, you need to choose one of them, and then proceed to the assembly of the puzzle. On the game screen, you will see large pieces of the puzzle that you will need to install on the picture. In the background, you will see a picture of the puzzle, which will be a hint in the assembly of each puzzle. Take a piece by piece, turn it to the desired position and set it in its place. Some puzzles can be a picture with Ben 10, and others just with the image of an alien city or laboratory. Choose what you like best and put the puzzles together for fun!', 'https://img.gamemonetize.com/4shq52qslnrwsa7e1i0ojthvxsqwnowa/512x384.jpg', 'https://html5.gamemonetize.com/4shq52qslnrwsa7e1i0ojthvxsqwnowa/', '0', 'Puzzles', 0, 0, '', 'ben--match--puzzle-game'), (14203, 'Dora the Explorer Match 3 Puzzle Game', 'In today\'s game, you will find 12 puzzles that you need to collect to experience the adventures of Dora the Explorer. As you already know, Dora is very fond of traveling. This time, she decided to keep her memories not only in memory, but also in the photo. And for this, Dora came up with a puzzle in the form of a puzzle that you can put together to collect cool pictures. Let\'s get started! At first, you will only have one puzzle available, which you must put together to open the next puzzles. Also choose the level of difficulty, it can be easy, medium or heavy. Collect picture after picture to put together a whole collection of puzzles with the adventures of Dora the Explorer and her friends. Have a nice game!', 'https://img.gamemonetize.com/8m6okeoegapk87zux95769zzc89a5dga/512x384.jpg', 'https://html5.gamemonetize.com/8m6okeoegapk87zux95769zzc89a5dga/', '0', 'Puzzles', 0, 0, '', 'dora-the-explorer-match--puzzle-game'), (14204, 'Mermaid Ariel Princess Match 3 Puzzle', 'This is one of those puzzle games where you need to collect a single picture from the parts. The picture shows a romantic couple in love. But because the parts are mixed up, they can\'t be together. Collect the original drawing and help the couple reunite again.', 'https://img.gamemonetize.com/6rmuuuzmh8sj2hkulue2vmfdi1zh71nq/512x384.jpg', 'https://html5.gamemonetize.com/6rmuuuzmh8sj2hkulue2vmfdi1zh71nq/', '0', 'Puzzles', 0, 0, '', 'mermaid-ariel-princess-match--puzzle'), (14205, 'Elsa Frozen Jigsaw Puzzle', 'Do you like the cartoon elsa? We are sure that you are looking forward to the continuation of this amazing story, the two sisters Anna and Elsa. Well, we are ready to open the cards a little bit about the new history of the winter queen with the help of cool puzzles that will depict the most exciting moments of the second part of "Frozen". Let\'s dive into this fabulous world together with our amazing puzzles. The game will be collected, more than ten pictures with the image of the heroes of the cold heart. You need to put all the pieces in one picture to get a full picture. Drag the pieces to the correct position to quickly get to the finish line. As soon as the first puzzle is completed, you will have access to the next, no less interesting puzzle with a new picture. Put all the puzzles together and have a good time!', 'https://img.gamemonetize.com/5f8wvydg5auve9e35eneo0q5vjg2ewan/512x384.jpg', 'https://html5.gamemonetize.com/5f8wvydg5auve9e35eneo0q5vjg2ewan/', '0', 'Puzzles', 0, 0, '', 'elsa-frozen-jigsaw-puzzle'), (14206, 'Mario Series Match 3 Puzzle', 'Welcome to the Super Mario universe! Our legendary hero lives in a beautiful and blooming place-the Mushroom Kingdom. The magnificent kingdom is ruled by Princess Peach, with whom our good friend has long been in love. The territory of the kingdom is adjacent to the lands of the terrible Bowser — a terrible and ferocious dragon who has long had a grudge against Mario and wants to take the Mushroom Kingdom into his possession.', 'https://img.gamemonetize.com/y3booyot6w5rrztluqbg55fjoagi2v2w/512x384.jpg', 'https://html5.gamemonetize.com/y3booyot6w5rrztluqbg55fjoagi2v2w/', '0', 'Puzzles', 0, 0, '', 'mario-series-match--puzzle'), (14207, 'Sims4 love story Match 3 Puzzle', 'It is safe to assume that the name "The Sims" is very familiar to you. Of course!.. Who, pray tell, at least once in their life has not played this fascinating computer toy created by game designer Will Wright. Actually, that\'s why we\'re talking about this now. It\'s pretty simple. The fact is that it was the aforementioned game for PC that inspired several authors to create a wonderful flash toy from our permanent category of Puzzle Games online.', 'https://img.gamemonetize.com/oaazoz7fzwqt0o6uogi43xucvpo3u6rb/512x384.jpg', 'https://html5.gamemonetize.com/oaazoz7fzwqt0o6uogi43xucvpo3u6rb/', '0', 'Puzzles', 0, 0, '', 'sims-love-story-match--puzzle'), (14208, 'Hulk Superhero Match3 Puzzle', 'A huge green guy is standing in front of us in some industrial area of the city, looking ahead and thinking about something. The superhero has a lot of enemies, and the Hulk is thinking about how to annoy them. His formidable appearance and bulging muscles inspire fear and respect for all who plan to get in his way. The puzzle can be assembled from 25, 49 and 100 pieces, and it is interesting. Adding together element by element, you revive an unprecedented power in the character, which the guy can use for a good cause. A virtual picture has a huge attractive power, and this is not surprising. "Assemble" - the button in the lower right corner, with which you can easily put the picture together. The Hulk is ready to go on the warpath again if you complete the puzzle.', 'https://img.gamemonetize.com/au1ogluz3scrka2ploghra9q6mmyr5s3/512x384.jpg', 'https://html5.gamemonetize.com/au1ogluz3scrka2ploghra9q6mmyr5s3/', '0', 'Puzzles', 0, 0, '', 'hulk-superhero-match-puzzle'), (14209, 'Squid Game Challenge Escape', 'Have fun trying to escape from squid games !!!! Play and have fun with this new game Squid Game Escape an entertaining game of action, shooting and survival !!! Play it now on kiz10.com totally free and play many other games from the famous Squid Game series. One of the players of these games decided to escape from the facilities where the games are held and run for his life to try to escape. The character found several weapons with which he tries to escape by shooting all the hooded enemies and the drones that control the island. The objective of the game is to help the character to escape, aim and shoot all the enemies to collect more weapons, coins and improvements. Get your best score and try again as many times as you want but be careful that in each tour you will meet many other more powerful enemies that will try to capture you.', 'https://img.gamemonetize.com/w64b9ot0zjhjxx7xxzxd3gjxvczgx4b9/512x384.jpg', 'https://html5.gamemonetize.com/w64b9ot0zjhjxx7xxzxd3gjxvczgx4b9/', '0', 'Hypercasual', 0, 0, '', 'squid-game-challenge-escape'), (14210, 'Zombie Mission 10', 'Zombie Mission 10 continues with the Prison Breakout section! The underground prison has been taken over by the zombies and you must rescue the hostages also help the injured as well. With the new expanded version of Zombie Mission, you have to fight 30 LEVELS ! There will be 7 different bosses at different levels. The strongest boss, of course, is waiting for you in the final level! Don\'t forget to buy weapons and upgrade with the coins you earn as you pass the levels!', 'https://img.gamemonetize.com/30r4nv0982c5ovwp3cz7sb63j4ngc0us/512x384.jpg', 'https://html5.gamemonetize.com/30r4nv0982c5ovwp3cz7sb63j4ngc0us/', '0', 'Action', 0, 0, '', 'zombie-mission-'), (14211, 'MSK Squid Game Motorcycle Stunts', 'I am summoning the best bike biker to organize the racing bikes while in these free games to race online & offline. Take on determined bike best game players, like bike game followers & bike racing players. Gamers worldwide currently find out about this wonderful as The squid Launched \'Bike game squid\' after the success of \'Bike 1\'. End up being the best bike squid racer, accelerate your competition bike to make extreme stunts on squid offline & online squid routes. Pick the best bike & begin bike racing in our brand-new motorcycle game. Play one of the best bike games for free. MSK Squid Game Motorcycle Stunts as well as do not let the bike smooth the ground! Feat Difficulty is an excellent and also functional bike stunt squid game. Keep the equilibrium and also get rid of the variety of barriers along this way. Drive with numerous squid motorcycle and heavy bike kinds and attempt to make the most extended feat ever before!', 'https://img.gamemonetize.com/5kg2dgxtdg3lw9ztnn4sk8i87s03ofxe/512x384.jpg', 'https://html5.gamemonetize.com/5kg2dgxtdg3lw9ztnn4sk8i87s03ofxe/', '0', 'Racing', 0, 0, '', 'msk-squid-game-motorcycle-stunts'), (14212, 'Toy Car Gear Race', 'Get ready for a fun toy car race. Gear up quickly in the Drag race with toy cars and get ahead in the race. To win in the race, you must change gear at the right time. If you forget to change gear in your car, your car will catch fire after a while and start to burn. For this, you should carefully check the Gear Meter and change gear at the right time. Try Toy Car Gear Race now for fast and action-packed racing! Have fun.', 'https://img.gamemonetize.com/a1y0xg48sr6b6ztnub11jl5w3ja8llwl/512x384.jpg', 'https://html5.gamemonetize.com/a1y0xg48sr6b6ztnub11jl5w3ja8llwl/', '0', 'Racing', 0, 0, '', 'toy-car-gear-race'), (14213, '2048 Classic', '2048 game is an intelligence game. Try to combine the same numbers by sliding the squares. When you combine two numbers, the number doubles. Try to reach the number 2048 by summing the numbers in this way. ripogame.com wishes you good games', 'https://img.gamemonetize.com/rchvbt9p3k8dmq6zjrsrglk52t39b2l7/512x384.jpg', 'https://html5.gamemonetize.com/rchvbt9p3k8dmq6zjrsrglk52t39b2l7/', '0', 'Puzzles', 0, 0, '', '-classic'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (14214, 'BallVania arcade metroidvania ball games', '"Ballvania" is inspired by hard difficult retro games. in this game you play as balls from different sports like Tennisball, Football or Soccerball, Basketball, and Baseball. in this game, your goal is to move the ball via an on-screen controller and avoid Deadly Obstacles like Laser, Rotating Blade, Cannons, Spears, and other difficult Deadly Obstacles which ad juice in the game. you also face holes that port ball into another hole to enhance your gameplay experience. it\'s a pretty simple and offline addictive game. this arcade game features 20 different ball variants to play and top list of boys free games. you need to try again & again your logic, strategy to complete this logic games. game features 24 hard game levels which provide some serious challenge to you in games that are free to play category. "Ballvania" also features fast-paced nonlinear gameplay to thrill your gameplay experience. soundtrack of this game are so amazing and match the level of the hard game in the world. you need precision movement and precision mind to complete each level of my indie game. difficulty level of game levels inspired by some of the classic games. Made on platform of top games in the market, "Unity Game Engine". unity games are awesome for mobile devices, I use also the same unity game engine to this made with unity game. frankly speaking, I made this indie game on my own. meaning I do all programming, artwork, level design everything except soundtracks. I made this game for everyone who love challenge in games like hardcore games who love challenge in the game. this game is suitable for boys free games, free game for adults, etc. unique things about this indie game in no developer made this kind of game that provides unique gameplay, hard and difficult gameplay experience. unique feature like teleporting, whole level in single screen etc. because of all of this uniqueness this game gonna be good in ball games and arcade games. another uniqueness about this game is it\'s "easy to learn and hard to master". yes friends, in this single-player, at the starting of the game, you play simple levels. when completing starting levels you faced medium hard game difficult levels, then hardest levels of the game. As you know this indie game inspired by difficult hard game of 90s nostalgia-era classic games, retro games, old games, your challenge gonna be hard to complete each levels. and you experience something new gaming mechanics and smoother gameplay in this boys for games. this game game addictive so play wisely. "Ballvania" also features some puzzle games elements. like you new to choose right hole to go right hole, find right key to unlock doors and precision decision making to complete this free to play boys free games and free game for adults. FEATURES OF THIS INDIE GAME. 1. This Game comes in small size, under 50MB. 2. unlike other games, my indie game provides unique gameplay experience. 3. challenge deadly obstacles like lasers, blades, rotating blades, rockets, spikes, cannons, arrows, shrunken etc. 4. Easy to learn hard to master. 5. hard game in the world, inspired by classic games, retro games, old games of 80s and 90s era. 6. boys free games and free games for adults. 7. fast-paced and nonlinear gameplay. 8. 2d games with great graphics. 9. soundtracks are just amazing. 10. precision and smooth controls. 11. 24 challenge levels. and add more in next update. 12. made with unity "Unity Game Engine" platform. 13. best games in ball games. 14. indie game developed by solo single developer. 15. game with arcade game elements and free to play game. 16. comes with difficult puzzle games elements to challenge you. 17. you need to think like pro hardcore gamer, retro gamer to complete each of these logic games levels. 18. this game is early access right now but almost complete game. 19.feel like playing nostalgia game. 20. And last but not least, game made by Ambitious Game Studio. Developed by BB. (Solo Game Developer).', 'https://img.gamemonetize.com/alh5w4p9okams8vaj38zm3g6jzkzatyy/512x384.jpg', 'https://html5.gamemonetize.com/alh5w4p9okams8vaj38zm3g6jzkzatyy/', '0', 'Puzzles', 0, 0, '', 'ballvania--arcade-metroidvania-ball-games'), (14215, 'Gangster Crime Car Simulator 2', 'Welcome to the grand Miami city, where only the mafia criminal underworld is ruling the whole Miami city! You are on the mission to take the revenge of the real gang mafia don as they killed all your innocent family members! Now its time to pay back what they have done wrong with your family. Become the crime gangster in this open world. Shoot the crime mafia godfather. Steal the traffic car from the innocent civilians. Make the strategy to meet the crime godfather bosses and shoot them all! Be the real gangster of the Miami city and become the part of the gang criminal underworld. Fight till the end with the real crime gangster godfather. FEATURES -A realistic 3D mafia criminal underworld bustling with real city crime -Customizable crime gangster with variety of clothes and accessories -Different cars and vehicles to steal in the Miami city -Variety of weapons to snatch from civilians -Stunning gameplay sound effects -User interactive control with different map locations -Unlock more locations of Miami city', 'https://img.gamemonetize.com/48qunrzrmm3rsoj2jgsypf6fjd2vd6hb/512x384.jpg', 'https://html5.gamemonetize.com/48qunrzrmm3rsoj2jgsypf6fjd2vd6hb/', '0', 'Racing', 0, 0, '', 'gangster-crime-car-simulator-'), (14216, 'Gangster Crime Car Simulator 1', 'Drive real, fast crime cars and pick up gangsters and crime mob bosses across the city in the most realistic crime car driving simulator game available! Drive to the location of the gangsters to pick them up and drive as fast as you can to the next secret location on time. Experience action-packed crime car driving as you race against the clock and police cars to collect fares from gangster passengers in one of the best city gangster car games! Gangster Crime Car Simulator is one of the best car driving sims out now!!! Join a gang and help your gang members get to their destination safely and shake off the police. Drive in a whole city with realistic and intense traffic. Complete tons of unique driving missions to become one of the best professional crime car drivers and to become rich! Get behind the wheel of some amazing real fast racing cars! Enjoy realistic crime car driving as you pick up each gangster who needs a ride. Explore and drive around the busy city streets, pick up your phone and head out to see when another gangster needs a lift. Watch out you don\'t crash into busy oncoming traffic or you\'ll damage your crime car and lose your fare. Game Features: - Amazing real crime and sports cars to drive - Huge open world city environment - Intelligent A.I. cars and city traffic system - Collect passengers to unlock more fun gameplay! - Easy to drive game controls, drive cars in both touch and tilt controls - Realistic city car driving physics, for true driving like no other! Drive real fast crime cars through streets filled with police cars, ambulances, fire trucks, ice cream vans and more to beat the clock. Make multiple pickups to get even better sports cars to drive, handle real horsepower behind the steering wheel! Experience the latest crime driving simulation that brings you closer to the real driving of a taxi cab driver. Handle driving mob cars at top speeds to get your gangster passenger to their destination in one of the best crime driving simulators to play right now! Become one of the best city crime drivers in Gangster Crime Car Simulator! Game pickle Studios have been developing family-friendly games to be enjoyed by all, regardless of their age. We aim to promote responsible social values and healthy habits in a safe and controlled environment.', 'https://img.gamemonetize.com/r2pbqkm1my5apf6657adn7m90nrlmhz1/512x384.jpg', 'https://html5.gamemonetize.com/r2pbqkm1my5apf6657adn7m90nrlmhz1/', '0', 'Racing', 0, 0, '', 'gangster-crime-car-simulator-'), (14217, 'Children Doctor Dentist 2 Surgery Game', 'In our new exciting game, you will manage a real dental hospital. And every day you will have to see many patients - funny animals. All of them have the only problem - their teeth hurt. And all of them need to accept and provide medical care. And actually, you have such a unique opportunity. Using modern medical tools, you can help your little patients.', 'https://img.gamemonetize.com/hz61dshllihlc4lqv9pdgh82mfbm86r0/512x384.jpg', 'https://html5.gamemonetize.com/hz61dshllihlc4lqv9pdgh82mfbm86r0/', '0', 'Girls', 0, 0, '', 'children-doctor-dentist---surgery-game'), (14218, 'Cute Family Shopping ', 'Cute Family Shopping is a very fun shopping game. Abundant merchandise department stores, attractive supermarket food, let babies enjoy the fun of supermarket shopping. Identify products based on color and appearance characteristics, and exercise your baby\'s recognition ability. Learn how to classify things. Where is the baby\'s favorite car? Toy area. Bingo, the answer is correct. What area is in front? Toothbrushes and paper towels are on the shelves. Yes, it is the daily necessities area. Babies can learn the classification of items during the shopping process! There are other interesting things for baby to learn. Come and try this game!', 'https://img.gamemonetize.com/mi1eahxi0d4rgx85hq4zcmhbg1ta7lph/512x384.jpg', 'https://html5.gamemonetize.com/mi1eahxi0d4rgx85hq4zcmhbg1ta7lph/', '0', 'Girls', 0, 0, '', 'cute-family-shopping-'), (14219, 'Lob Master 2021', 'Exciting soccer action like you\'ve never seen before. Lob it over the keeper, or pass to your teammate so he can score while avoiding numerous defenders and obstacles', 'https://img.gamemonetize.com/1hkj10uxmo9lgstvotv2l2seufuu0s5p/512x384.jpg', 'https://html5.gamemonetize.com/1hkj10uxmo9lgstvotv2l2seufuu0s5p/', '0', 'Sports', 0, 0, '', 'lob-master-'), (14220, 'Line Color 3d Squid Game Color Adventure', 'A 3D Line Color Game where you need to survive tricky obstacles, the Line Color game is completely addicting and fun. A challenging 3d with multiple levels that are more difficult as time goes on! Can you survive the obstacles in this line color adventure game? Line Color Game is an Addictive 3d, immersive Android app where players need to cross through tricky levels. Then, it\'s time for your next great mobile gaming experience! You\'ll be hooked when it comes down to which level will make up this thrilling journey. It\'s much fun to solve puzzles to keep your mind active. Like any other line color game, the main task is making colored objects follow their lines without getting crushed by others on their path - there are levels after each level which you must complete for more points and rewards! In stack-colored paths adventure with gems available at store purchase if completed; it may be just what you need every time boredom sets into over thoughtfulness or soreness brings about restlessness during these times spent alone. The act/activity called "puzzle" entails trying one\'s best to figure out how something works and enjoying doing so while accomplishing objectives. Creating paths for blocks of color is the main task in this fun game. There are levels where you must make sure no two objects can collide, and after each level completion, your reward will be gems which you can use at victory\'s shop to purchase items like boosts or extra lives! Join the most relaxing and challenging game of adventure at once. The coolest part? It\'s free - don\'t miss out today with these fantastic colors. Adventure Stack cubes are constantly changing, so there is something new every day The colors of a ball are waiting to be explored in this exciting, new, and colorful line app! Dive into the world full of shapes and sizes while your senses get quickened with each turn. Avoid missing out on an intriguing new ball color adventure game. Get ready to dive into the world of shapes, sizes-all waiting patiently at your fingertips as if they\'re eager for you! Get ready for a colorful adventure of line color in this addictive ball game that will engage your senses and quicken reaction times. Dive into the world\'s most exciting new shape-based puzzle where anything can happen! The shapes are waiting patiently at each corner, but only if you\'re willing enough to explore them… Color Adventure Line Game Relaxing and Engaging Are you tired of the exact old matching and puzzle games? Make use of this soothing line adventure color game to unwind! To make your cube slide along the path, tap and hold the screen. Then, watch it surfing through tricky obstacles. Paint to the finish line if you can, but watch out for sneaky traps on your journey! Download Color Adventure now and enjoy a new kind of fun with family or friends. Line Color 3D Game Features: Line Color Game is the perfect game for those who love a challenge or want to play with friends and family. Line Color Game is a Free Line color, 3D game with an immersive and addicting game play. Enter a world where you\'re the star of a 3D Line Color Game adventure! The most exciting 3D, line color game for your phone! A challenging 3d game that will take you on a full entertainment experience. Line Color Game is the best 3D line color adventure game. Challenge yourself with the Line Color Game. A 3D Line Color Game where you need to survive tricky obstacles, the Line Color game is completely addicting and fun. Line Color Game is an immersive 3d line color game with so many levels to choose from, it can be hard to find the perfect one. This is the best color adventure game you\'ve ever played. It\'s time for the most engaging, addictive 3d games out there. All you have to do in this line adventure game is collect all the dots in each level of the line color game and avoid obstacles along the way. Don\'t miss out on this color adventure game today.', 'https://img.gamemonetize.com/tyycl4ftqi2t4hu4oiv5ur2dur21pkey/512x384.jpg', 'https://html5.gamemonetize.com/tyycl4ftqi2t4hu4oiv5ur2dur21pkey/', '0', 'Hypercasual', 0, 0, '', 'line-color-d-squid-game-color-adventure'), (14221, 'Relax Slicer', 'Relax Slicer game is a fun game to relieve stress. You must smash the objects in front of you with the laser shredder within 12 seconds. Before the time runs out, be fast and complete 3 stars to move on to the other object.', 'https://img.gamemonetize.com/k5vxf3e7ox59h1weq0obvtlo8uc40rws/512x384.jpg', 'https://html5.gamemonetize.com/k5vxf3e7ox59h1weq0obvtlo8uc40rws/', '0', 'Hypercasual', 0, 0, '', 'relax-slicer'), (14222, 'Paint Roll 3D Online', 'As a funny color-matching puzzle game, Paint Roll 3D requires you to use the brush and follow the provided order to paint the pattern at each level. In my opinion, as long as you are able to find the bottom one, you could complete the corresponding level easily. Good luck and have a good time!', 'https://img.gamemonetize.com/zf0m9reso88zuxdovac5v8zdev9ea6k1/512x384.jpg', 'https://html5.gamemonetize.com/zf0m9reso88zuxdovac5v8zdev9ea6k1/', '0', 'Arcade', 0, 0, '', 'paint-roll-d-online'), (14223, 'Money Fest 3D', 'How do you feel about coins? Money Fest 3D is a coin-collecting vertical-version arcade game with 3D models. If you want all extra skins in the store, you need to collect as many coins as you can at each level. There are also three walls for you to increase your earnings or lose them. Red walls will waste your current coins or make you fail directly. Blue walls will increase your current coins. The question mark Orange walls will provide random numbers with Blue or Red walls. Good luck and have fun!', 'https://img.gamemonetize.com/k79t0kcdtsgpultwznccyqr549gd36e5/512x384.jpg', 'https://html5.gamemonetize.com/k79t0kcdtsgpultwznccyqr549gd36e5/', '0', 'Arcade', 0, 0, '', 'money-fest-d'), (14224, 'Mob Control', 'How to invade a castle? Mob Control will show you the correct way to win a war with the number of people\'s advantages. With 3D arcade play rules and stickman models, you are allowed to launch blue stickmen to mob castles at each level. It will be necessary for you to send them past the number area. Good luck and enjoy the victory!', 'https://img.gamemonetize.com/bfg1qvuf4krgp9nlxlc8448u34z9l3uf/512x384.jpg', 'https://html5.gamemonetize.com/bfg1qvuf4krgp9nlxlc8448u34z9l3uf/', '0', 'Arcade', 0, 0, '', 'mob-control'), (14225, 'Tomb of the Dash', 'Tomb of the Dash – Template for Construct 3 is a game inspired by the cell phone hit Tomb of the mask. Glide across the stage and collect all the stars before proceeding to the next level.', 'https://img.gamemonetize.com/upgcws3ao35xx6rh7bdrypf4nhhp189c/512x384.jpg', 'https://html5.gamemonetize.com/upgcws3ao35xx6rh7bdrypf4nhhp189c/', '0', 'Adventure', 0, 0, '', 'tomb-of-the-dash'), (14226, 'Zombie Royale Defense', 'Zombie Royale Defense is a great zombie tower defense game! Use your powerful Crossbow and hire/upgrade the soldiers to against the zombies and the evil bosses. Defend against 9 different types of enemies in a total of 50 levels. Upgrade weapons, warriors and defensive towers and strengthen the defense.', 'https://img.gamemonetize.com/7oncyl5bpzca8a9ffihhy7imjdg8cky5/512x384.jpg', 'https://html5.gamemonetize.com/7oncyl5bpzca8a9ffihhy7imjdg8cky5/', '0', 'Shooting', 0, 0, '', 'zombie-royale-defense'), (14227, 'Candy Crush Eggs Blast Game Eggs Link Puzzle ', 'Play the new version of the candy game with candy egg blast. Candy Eggs Blast Link Puzzle Game & Save The Bird Eggs & Let Fly in The Sky A Unique game concept. The mother bird died from the bullet of a hunter and there are many eggs in her nest. So You have to match the right colored eggs to prevent them from getting rotten. If you can match the same color then you can experience the amazing process of baby birds hatching from eggs and setting them free in the sky. Play the game, where you can save those baby birds and set them free in the sky. Lets see how many levels you can complete or how many birds you can set free. Be careful don’t let the birds stay very long in the eggs. It\'s not as easy as it sounds, those eggs will rot if you don’t set them free in time. Are you tired of playing the same old games? Try Candy Egg Blast.It has become an addiction for hunters to hunt animals. By destroying the birds\' eggs in the game, it is understood that the animals as well as their young are being harmed by the predators day by day. Play this game to find out how. Play the game, where you will find the eggs of different species of birds that are constantly being destroyed by different predators.Play and find out how! With an egg-shaped blaster, your task is to blast the eggs of afflicted birds with candy and destroy them! Play Candy Egg Blast now for free and see how many levels you can get through. Bored with the games you play every day? Try Candy Egg Blast, a unique game where you can understand through the game that different species of bird eggs are being destroyed by hunters. Play this addicting and entertaining new game today! Have you ever been in an endless search for the perfect game to play? Look no further! Candy Egg Blast is a great new way to spend your time. Bird nests and eggs are also being destroyed in this unique, fun-filled adventure. People are hunting birds to fulfill their desires, but they do not notice that they are killing birds as well as destroying bird nests and eggs. Be careful though because it\'s not as easy as it sounds; these birds have many tricks up their sleeves like tricky puzzles or hidden obstacles. so get ready for some action packed excitement by playing now!', 'https://img.gamemonetize.com/o3szf0j96pdq91xyw8gqcmnb3a6ic2pq/512x384.jpg', 'https://html5.gamemonetize.com/o3szf0j96pdq91xyw8gqcmnb3a6ic2pq/', '0', 'Puzzles', 0, 0, '', 'candy-crush-eggs-blast-game-eggs-link-puzzle-'), (14228, 'Egg Fry', 'Are you up for some breakfast cooking? Hungry enough in the morning? Then it\'s high time you cook something delicious in this Egg Fry of a game! Discover how you can cook, whereas you can play as well in this game! Egg Fry: Rooster Egg Defense Game - Now, let\'s play as Chicken and protect his egg farm from invasion by aliens who want nothing more than our eggs. In Egg Fry, whether your typical casual or not seems irrelevant; all players must be vigilant if they hope to win with their strategies and skills at protecting their precious chickens\' farms against alien invaders! Are you hungry enough to eat breakfast? Then, it\'s time to cook something tasty! Egg Fry: Rooster Egg Defense Game – Now, let\'s take on the role of Chicken to protect his egg farm against alien invaders. All players need to be vigilant to win with their strategies, skills, and abilities at protecting their chicken farms from alien invaders. Which is your favorite breakfast recipe? Then, it may be time for you to cook something delicious! Download and play this game, which is guaranteed to be a blast. You\'ll ruin it completely. This game does not include any levels, so play along until you reach your highest score. The game mechanics will offer the players a whole tummy experience of a yummy breakfast. Rooster egg defense game, egg fry! There\'s nothing to do when you get up in the morning. Have you ever been bored? Don\'t worry, and this Chicken is here for you with a Egg of an arcade cooking game that\'ll keep your feathers neat! In Egg Fry: Rooster Egg Defense Game, it\'s your job to cook eggs as fast as possible, so they don\'t get roasted by hungry rodents who are trying their best not to starve from pestilence. Make sure you\'re quick on those fingers because if one egg gets burnt or cracked, then all hope will be lost, and these little guys might never see another tasty treat again... but I\'m sure once he tastes yours, he won\'t want any other flavor ever again. In Egg Fry: Rooster Egg Defense Game, you must defend your egg farm against the roosters trying to steal eggs from this environment. If you are successful in defending all of your eggs before a hungry fowl steals them, you will be able to cook a fantastic breakfast for yourself or someone else! What type of chef would want any less? Discover how things work and play with Eggs now on mobile devices worldwide today!!! Egg Fry: Rooster Egg Defense Game is a fun and unique take on the classic egg-flipping game. This Chicken\'s farm defense simulation aims to flip pancakes that cook slowly enough not to burn but fast enough, so they don\'t get cold too quickly. Your objective in this virtual foodie adventure? Cook the perfect breakfast for your hungry roosters! What makes it different from any other cooking games out there? This one doesn\'t include levels - you try again until you reach your highest score Start your day with a delicious breakfast! In the game Egg Fry: Rooster Egg Defense Game, you can cook while I play. It would help if you defended against hungry birds to protect his egg farm by cooking up some oven-baked omelette and fried bacon. Now it\'s time for an eggs benedict croissant sandwich instead of canned beans? The roosters are just waiting for their breakfasts! Egg Fry: Rooster Egg Defense Game is a game where you cook the perfect breakfast. Flipping pancakes will be your main task, but watch it! Don\'t flip too fast or slow because that way they won\'t turn out as well, and eggs are sacred in this land of chicken farms with yummy breakfasts to offer players hungry for more fun So don\'t hold on to your hunger anymore! Instead, cook some luscious dishes for breakfast by downloading this game and cross the benchmark set for you!', 'https://img.gamemonetize.com/jf8eoirfrqi4n4cdaxmtwqo9t05lorpl/512x384.jpg', 'https://html5.gamemonetize.com/jf8eoirfrqi4n4cdaxmtwqo9t05lorpl/', '0', 'Hypercasual', 0, 0, '', 'egg-fry'), (14229, 'TOY CARS JIGSAW', 'Toy Cars Jigsaw is a free online game from genre of puzzle and jigsaw games. You can select one of the 12 images and then select one of the three modes: easy with 25 pieces, medium with 49 pieces and hard with 100 pieces. Have fun and enjoy!', 'https://img.gamemonetize.com/bc8vb9v5a4hw2to6mm5fqqxarndcimoh/512x384.jpg', 'https://html5.gamemonetize.com/bc8vb9v5a4hw2to6mm5fqqxarndcimoh/', '0', 'Puzzles', 0, 0, '', 'toy-cars-jigsaw'), (14230, 'Dump Trucks Jigsaw', 'This is truck jigsaw game with five different images with dump trucks. Select some of the images and click on the buttons to play the game. You need to solve the jigsaw with 25 images or 49 images. But if you are expert for this type of games you can play with 100 pieces. When you do that you need to move the pieces into right positions to get the full image of picture with Dump truck.', 'https://img.gamemonetize.com/7djzdtk6td3hozt39j0xzpnrsll3jpd2/512x384.jpg', 'https://html5.gamemonetize.com/7djzdtk6td3hozt39j0xzpnrsll3jpd2/', '0', 'Puzzles', 0, 0, '', 'dump-trucks-jigsaw'), (14231, 'Gliding Box', 'Just slide and get ready to jump. Show your reflexes and your patience. If you wanted difficulty here you have it', 'https://img.gamemonetize.com/tfpkdai3z2crayxhiv8zh2vkzjmgxebs/512x384.jpg', 'https://html5.gamemonetize.com/tfpkdai3z2crayxhiv8zh2vkzjmgxebs/', '0', 'Adventure', 0, 0, '', 'gliding-box'), (14232, 'Disney Aladdin Match3 Puzzle', 'Collect puzzles based on the Disney feature film "Aladdin", wherever you are! Move the fragments around the screen in the correct order to get a picture. The game has different levels of difficulty, so it is perfect for children of all ages.', 'https://img.gamemonetize.com/461jxno6ox2xbdoqyi6yz5uoqj26zady/512x384.jpg', 'https://html5.gamemonetize.com/461jxno6ox2xbdoqyi6yz5uoqj26zady/', '0', 'Puzzles', 0, 0, '', 'disney-aladdin-match-puzzle'), (14233, 'Death Note Anime Match3 Puzzle', 'In the new game, created based on the Japanese anime series Death Note, we can again meet with the heroes who have set themselves the question of the welfare of people at the expense of the misery of other people. In the very same plot of the anime, the question was about the impunity of killing for the good. Could there be a better life on our planet in this way. But let\'s get back to our game. Collect 12 puzzles based on the legendary anime!', 'https://img.gamemonetize.com/1zgm3i2pywe8w06vgubsbbr01gk2h8t7/512x384.jpg', 'https://html5.gamemonetize.com/1zgm3i2pywe8w06vgubsbbr01gk2h8t7/', '0', 'Puzzles', 0, 0, '', 'death-note-anime-match-puzzle'), (14234, 'Friday Night Funkin Slide Puzzle Match3', 'This is a fun indie game where the player needs to have a sense of rhythm to perform actions to the music while completing tasks. The plot is based on the story of two characters, whose names are a Guy and a Girl. They dream of being together, but there is one big obstacle in the form of the formidable father of the beloved hero, who is ready to do anything to prevent this. Can you collect all the pictures with heroes?', 'https://img.gamemonetize.com/4iosuyk25lo9kh8g6pueqnal30s1v3uo/512x384.jpg', 'https://html5.gamemonetize.com/4iosuyk25lo9kh8g6pueqnal30s1v3uo/', '0', 'Puzzles', 0, 0, '', 'friday-night-funkin-slide-puzzle-match'), (14235, 'Angry Birds Match 3 slides', 'If you love the "Angry Birds" cartoon and are fond of folding puzzles, then this free online game invites you to indulge in your favorite hobby in the company of fairy tale characters. Angry Birds\' war with pigs does not stop even for a day. Enemies make any attempts to annoy each other. This time, the pigs took possession of a photo album of angry birds and tore their photos to pieces. Start the game and help the birds to restore them.', 'https://img.gamemonetize.com/frgd6kmi3fxtq6fkl97iuza3a4tfdmkg/512x384.jpg', 'https://html5.gamemonetize.com/frgd6kmi3fxtq6fkl97iuza3a4tfdmkg/', '0', 'Puzzles', 0, 0, '', 'angry-birds-match--slides'), (14236, 'Batman Match3 Slide Puzzle', 'Try our collection of jigsaw puzzles about the Knight of the Night - Batman. 12 iconic pictures about your favorite hero will not let you get bored. Have a fun!', 'https://img.gamemonetize.com/k0bgccy2y5fmunioaoa0ev1izx2sk0ja/512x384.jpg', 'https://html5.gamemonetize.com/k0bgccy2y5fmunioaoa0ev1izx2sk0ja/', '0', 'Puzzles', 0, 0, '', 'batman-match-slide-puzzle'), (14237, 'McQueen Cars Puzzle Slide', 'Lightning McQueen urgently needs a mechanic, but with an unusual qualification-able to put together jigsaw puzzles. We hope that you are a skilled assembly specialist, because a sports racing car is very worried, it\'s time to go on the track, and parts of it are lying in different corners of the garage. Connect them with the mouse and let the metal hero stand on the wheels and defeat the opponents.', 'https://img.gamemonetize.com/wlqeo6z8jwridhohazi88h123g0w5s4v/512x384.jpg', 'https://html5.gamemonetize.com/wlqeo6z8jwridhohazi88h123g0w5s4v/', '0', 'Puzzles', 0, 0, '', 'mcqueen-cars-puzzle-slide'), (14238, 'How to loot game', 'How to loot! is a puzzle based pull pin game in which you have to fight monsters, rescue princess and hunt different treaures .The game contains 100 levels to enjoy the game for longer time and contains various puzzles and traps to get engaged. You can earn coins by completing levels and stages Are you ready to dive in the Hero’s Quest? Give it a try.', 'https://img.gamemonetize.com/qs9yhwqqvuuxqw02706k6sy7stod2725/512x384.jpg', 'https://html5.gamemonetize.com/qs9yhwqqvuuxqw02706k6sy7stod2725/', '0', 'Puzzles', 0, 0, '', 'how-to-loot-game'), (14239, 'Spiders Infestation', 'Spiders Infestation is an arcade game inspired by retro games. Where you throw pots to eliminate spiders and accumulate your high score through 10 levels in this super addictive game.', 'https://img.gamemonetize.com/l5xaveqbthtf6280996fvcst2bz5b4yy/512x384.jpg', 'https://html5.gamemonetize.com/l5xaveqbthtf6280996fvcst2bz5b4yy/', '0', 'Arcade', 0, 0, '', 'spiders-infestation'), (14240, 'Samurai Fight', 'Samurai Fight is a classic style game, press the screen when the yellow indicator is above the green dot to make an attack and you can defeat your enemies.', 'https://img.gamemonetize.com/ksto92gwja1bk5ashwbdyjgqk8gb883f/512x384.jpg', 'https://html5.gamemonetize.com/ksto92gwja1bk5ashwbdyjgqk8gb883f/', '0', 'Arcade', 0, 0, '', 'samurai-fight'), (14241, 'Red and White Poly', 'Red and White Poly is an FPS Shooter Game-themed at a time when Indonesia is still struggling to defend its independence. You are a freedom fighter against allied forces who are trying to steal Indonesian independence, you will be placed in a historic battle that is expected to make you understand a little about the history of Indonesian independence.', 'https://img.gamemonetize.com/318rck3vvtmxiiw9hrdyv6ctf2bi38qu/512x384.jpg', 'https://html5.gamemonetize.com/318rck3vvtmxiiw9hrdyv6ctf2bi38qu/', '0', 'Shooting', 0, 0, '', 'red-and-white-poly'), (14242, 'Run Run 3D Challenge', 'In this amazing 3D running game Run Run 3D Challenge, you need to act as a little boy and pass through many dangerous places. Click on the right side of the screen to jump, click the left side of the screen to slide, you need to react fast to avoid those roadblocks, dangerous monsters and collect stars. There are 6 levels now and we will create more levels if you like this game, join the adventure and show your game talent in this game Run Run 3D Challenge!', 'https://img.gamemonetize.com/t1khbj2xkyjopa982a8bwrzg4ok1eilp/512x384.jpg', 'https://html5.gamemonetize.com/t1khbj2xkyjopa982a8bwrzg4ok1eilp/', '0', 'Arcade', 0, 0, '', 'run-run-d-challenge'), (14243, 'Catch The Snowflake', 'In Catch The Snowflake, be prepared to test your attention! Snowflakes and Christmas trees decorate the tiles in this game, and all you have to do is to link them together. How many points do you think you can earn before the timer hits zero?', 'https://img.gamemonetize.com/s9s1be6xkvokkdnbuliusb5san7eb3rb/512x384.jpg', 'https://html5.gamemonetize.com/s9s1be6xkvokkdnbuliusb5san7eb3rb/', '0', 'Puzzles', 0, 0, '', 'catch-the-snowflake'), (14244, 'Christmas Tiles', 'Clear the board of the Christmas tiles by making matches of 3 or more like items that are adjacent to each other. Get Magic Snowflakes that can be used to destroy tiles when no matches are available.', 'https://img.gamemonetize.com/kd4cxr1gd46rm6x497jbjip06w2lnbw3/512x384.jpg', 'https://html5.gamemonetize.com/kd4cxr1gd46rm6x497jbjip06w2lnbw3/', '0', 'Puzzles', 0, 0, '', 'christmas-tiles'), (14245, 'Snowfield Driving', 'Draw a line to guide your car or plane moving toward the goal. The more you pass, the hard the next level will be. All kinds of complex, crowded parking spaces are waiting for you to challenge, are you ready to burn your brain?', 'https://img.gamemonetize.com/sqrtm16p1u734jotekbyk0nfsbbk7d3s/512x384.jpg', 'https://html5.gamemonetize.com/sqrtm16p1u734jotekbyk0nfsbbk7d3s/', '0', 'Puzzles', 0, 0, '', 'snowfield-driving'), (14246, 'Raya And The Last Dragon Jigsaw', 'The movie Raya And The Last Dragon is coming. Now, I pick some images for players to develop a jigsaw game. If you are interested in this movie of a jigsaw puzzle game, you can join us to have a try at it. Hope you can have fun!', 'https://img.gamemonetize.com/ya0or8eu5uvlgzlx50szfqeprvf345wg/512x384.jpg', 'https://html5.gamemonetize.com/ya0or8eu5uvlgzlx50szfqeprvf345wg/', '0', 'Girls', 0, 0, '', 'raya-and-the-last-dragon-jigsaw'), (14247, 'Christmas Connect Deluxe', 'This is a classic puzzle game, inspired by popular Chinese Block removal game, Mahjong. In this you need to eliminate all the tiles appearing on the board. If 2 identical tiles can be connected using 3 or less straight lines, both will be eliminated. To connect them, simply tap on those tiles. There are 24 challenging levels in this game. Complete a level before time bounds to get extra bonus.', 'https://img.gamemonetize.com/wdwi6zycpbo9s7hwlaaldk4sgd5y7k1h/512x384.jpg', 'https://html5.gamemonetize.com/wdwi6zycpbo9s7hwlaaldk4sgd5y7k1h/', '0', 'Puzzles', 0, 0, '', 'christmas-connect-deluxe'), (14248, 'Ellie And Ben Fall Date', 'Welcome to the Ellie And Ben Fall Date. Ben asked for a date for Ellie. She is so excited and she wants to be more attractive. She needs some expert advice. Browse her wardrobe and pick a cute outfit for her. Join and help her to choose perfect outfits. Have fun!', 'https://img.gamemonetize.com/d2km6nxn9ye3t71dahogj87rupe8psoj/512x384.jpg', 'https://html5.gamemonetize.com/d2km6nxn9ye3t71dahogj87rupe8psoj/', '0', 'Girls', 0, 0, '', 'ellie-and-ben-fall-date'), (14249, 'Color Chain Sort Puzzle', 'Have you ever played chain puzzles? Color Chain Sort Puzzle plays just like water sorting puzzle games, you need to follow the same color to sort chains on different pillars. Differently, if you want to move the chains, you need to make sure that the color of the top chain is the same as your target chain on the corresponding pillar. Glad you will solve all puzzles and complete all levels!', 'https://img.gamemonetize.com/x5rhusw3x4j834z1b11bh2ws9lmka1tf/512x384.jpg', 'https://html5.gamemonetize.com/x5rhusw3x4j834z1b11bh2ws9lmka1tf/', '0', 'Arcade', 0, 0, '', 'color-chain-sort-puzzle'), (14250, 'Balls Out 3D Online', 'Here is a falling ball collecting arcade game that is made of a 3D game engine. The goal for you is to make the marked quantity of balls fall on the pillar at each level. All balls are trapped onto the iron wire. It is time for you to release them and complete the game!', 'https://img.gamemonetize.com/405zy9xog84gh9rrrvh62pa72nqvlkf4/512x384.jpg', 'https://html5.gamemonetize.com/405zy9xog84gh9rrrvh62pa72nqvlkf4/', '0', 'Arcade', 0, 0, '', 'balls-out-d-online'), (14251, 'Clone Ball Rush', 'Clone Ball Rush is both a skillful avoiding and a collecting ball arcade game with 3D models and platform tracks. Green walls will enlarge or increase your current balls. Red walls will reduce or decrease your balls. Try to complete the level by means of helping at least one ball pass the finish flag. Good luck and have fun!', 'https://img.gamemonetize.com/verldw4bmwzou5mch5co6cz1b8i9ava2/512x384.jpg', 'https://html5.gamemonetize.com/verldw4bmwzou5mch5co6cz1b8i9ava2/', '0', 'Arcade', 0, 0, '', 'clone-ball-rush'), (14252, 'Royal Helix Jump 3D', 'Are you interested in challenging a helix jump skillful arcade game called Royal Helix Jump 3D? Now you have a chance to control a boy wearing a green T-shirt to jump and fall onto the bricks of the whole helix tower. In level mode, you need to fall down the marked weight to complete the current level. In challenge mode, you could just forget about rules and make your best record!', 'https://img.gamemonetize.com/uet2hsk8f0n3z57c090m6446reyr1e93/512x384.jpg', 'https://html5.gamemonetize.com/uet2hsk8f0n3z57c090m6446reyr1e93/', '0', 'Arcade', 0, 0, '', 'royal-helix-jump-d'), (14253, 'Royal Girls Fashion Salon', 'Princess Irene is waiting for you at the castle, join her and discover all the girly things you can do in this stylish princess game. Makeup, hair, dress up, you can do anything you want, the only limit is your creativity! Have fun with Princess Irene!', 'https://img.gamemonetize.com/xme3c65vnu6gb3o8erx1xg7esfzu0ftc/512x384.jpg', 'https://html5.gamemonetize.com/xme3c65vnu6gb3o8erx1xg7esfzu0ftc/', '0', 'Girls', 0, 0, '', 'royal-girls-fashion-salon'), (14254, 'Barbie Creator', 'Create your own cute and special Barbie character! Dress up a cute character and save it as cute wallpaper on your device. You can design a Barbie doll in any style you like. Choose your favorite hairstyle for your Barbie doll and complete her look with kawaii eyes, eyebrows, and blush. Add accessories to match her outfit!', 'https://img.gamemonetize.com/ymrg3kagr8w72iqemaaumrw9aj3vuxu8/512x384.jpg', 'https://html5.gamemonetize.com/ymrg3kagr8w72iqemaaumrw9aj3vuxu8/', '0', 'Girls', 0, 0, '', 'barbie-creator'), (14255, '456 Squid Game Survival Challenge', 'All players, hello 456! You are in the big game now. This game called Red Light Green Light! There are many simple rules. - You run while green lights - You stop when it\'s red - Dont kill You can earn 46 bilion won. Are you read big prize? Let the game begin', 'https://img.gamemonetize.com/yc77afgw1awgwzrrhw7szcxzqs6ti8m9/512x384.jpg', 'https://html5.gamemonetize.com/yc77afgw1awgwzrrhw7szcxzqs6ti8m9/', '0', 'Adventure', 0, 0, '', '-squid-game--survival-challenge'), (14256, 'CANDY RUSH MAMA', 'Candy Rush Mama is fun addictive match-3 game.You have to match these sweet candies which looks yummy.If you love the candies or match-3 game this game is for you.', 'https://img.gamemonetize.com/pq6hqlraacbjqvhjwegxtrxxuvzuadr4/512x384.jpg', 'https://html5.gamemonetize.com/pq6hqlraacbjqvhjwegxtrxxuvzuadr4/', '0', 'Hypercasual', 0, 0, '', 'candy-rush-mama'), (14257, 'LINE PUZZLE', 'Try to move the lines to match each image fun and relaxing levels', 'https://img.gamemonetize.com/tmmjk3wxa8lew50irglfif73hkgp4kx7/512x384.jpg', 'https://html5.gamemonetize.com/tmmjk3wxa8lew50irglfif73hkgp4kx7/', '0', 'Puzzles', 0, 0, '', 'line-puzzle'), (14258, 'Pix Gunner', 'It\'s a pixel-style first-person shooting game. Using various weapons such as shotguns, bazookas, machine guns, and grenades, survive by protecting yourself from your enemies.', 'https://img.gamemonetize.com/d7tu3fmsev7ujzquzrivaj9dql0v2phu/512x384.jpg', 'https://html5.gamemonetize.com/d7tu3fmsev7ujzquzrivaj9dql0v2phu/', '0', 'Shooting', 0, 0, '', 'pix-gunner'), (14259, 'Connect Glow Lamp', 'You can grow your problem-solving skills, including logic, pattern recognition or sequence solving. Also you can enjoy thought-provoking fun with addictive puzzle games. Solve some puzzles and increase your brain and level with games you might like.', 'https://img.gamemonetize.com/4xontaz71zbpdkq5y0zl33lkpsaalrr9/512x384.jpg', 'https://html5.gamemonetize.com/4xontaz71zbpdkq5y0zl33lkpsaalrr9/', '0', 'Puzzles', 0, 0, '', 'connect-glow-lamp'), (14260, 'My Little Pony Match 3 Puzzle Game', 'In the world of ponies, sometimes interesting and fabulous events happen. This world is filled with cute ponies that have magic in them. It is with these small and wonderful ponies that you will spend time playing puzzles. This is a challenge for kids who love ponies and want to develop their thinking, logic and just have fun. The game consists of as many as 9 different pony pictures from your favorite cartoon. You can choose any picture and start the game.', 'https://img.gamemonetize.com/iq1o054pmaqcpu3kjpj3k9pydxuhlo46/512x384.jpg', 'https://html5.gamemonetize.com/iq1o054pmaqcpu3kjpj3k9pydxuhlo46/', '0', 'Puzzles', 0, 0, '', 'my-little-pony-match--puzzle-game'), (14261, 'Cave Club Dolls Match 3 Puzzle Game', 'Cool girls from the Cave Club doll series invite you to play with them. Collect all 12 puzzles with your favorite characters!', 'https://img.gamemonetize.com/vgxczfwhz8vnvzf3q6zl6wxo4w9j76eu/512x384.jpg', 'https://html5.gamemonetize.com/vgxczfwhz8vnvzf3q6zl6wxo4w9j76eu/', '0', 'Puzzles', 0, 0, '', 'cave-club-dolls-match--puzzle-game'), (14262, 'Dora the Explorer 4 Coloring Book', 'This is a wonderful coloring book for young children. It is worth paying attention to the easel, it already has a canvas on which Dora and the Slipper are depicted. Unfortunately, the artist did not have time to finish this picture, so we will help him with this. Using a brush and a palette of colors, we can paint over all the white areas of the drawing in any colors that our imagination can come up with. Using a brush, you need to grab the desired color from the palette and move it to the desired area of the drawing. For a few minutes, the drawing will come to life and fill with bright colors, and all this thanks to your help.', 'https://img.gamemonetize.com/ueh9w1h6hnxhz3k0fui4kaog2dnwodgf/512x384.jpg', 'https://html5.gamemonetize.com/ueh9w1h6hnxhz3k0fui4kaog2dnwodgf/', '0', 'Puzzles', 0, 0, '', 'dora-the-explorer--coloring-book'), (14263, 'Among Us Match3 Cards', 'Space, rockets, astronauts, asteroids, traitors and spies! Does it remind you of anything? Of course, this is another adventure of funny colorful astronauts Among As, who have almost captured the minds of many players and continue to win more and more new fans. Well, if you have not yet had a chance to solve various complex and not very difficult tasks, then now is the time to join these characters and test your strength in a new puzzle.', 'https://img.gamemonetize.com/ezjen7k8eicvzz63sbar5mefjb1uxl84/512x384.jpg', 'https://html5.gamemonetize.com/ezjen7k8eicvzz63sbar5mefjb1uxl84/', '0', 'Puzzles', 0, 0, '', 'among-us-match-cards'), (14264, 'Mr Bean Match 3 Puzzle', 'The game "Mr. Bean Jigsaw" will offer a collection of 12 puzzles for different ages, the pictures of which depict the adventures of Mr. Bean. Click the arrow in the center to enter the game. Click the side arrows to view the entire range of the collection. Click on the image about the Bean and decide on the mode.', 'https://img.gamemonetize.com/f8d621e8494is0aswk21c015b37i9oo3/512x384.jpg', 'https://html5.gamemonetize.com/f8d621e8494is0aswk21c015b37i9oo3/', '0', 'Puzzles', 0, 0, '', 'mr-bean-match--puzzle'), (14265, 'Among As Match3 Running Game', 'Guys, are you ready to stretch your fingers a little and arrange a free race with the cosmonauts "Among Us"? Then, welcome to the game "Among As: Running"! Now you will rush like the wind to save the other astronauts from captivity. The evil imposters seized all the crew members and put them under lock and key. Such treachery will not get away with them and the hero is already rushing to the rescue!', 'https://img.gamemonetize.com/8t66k6mhgw6jupa0h5r3v2b8gfrv9s26/512x384.jpg', 'https://html5.gamemonetize.com/8t66k6mhgw6jupa0h5r3v2b8gfrv9s26/', '0', 'Clicker', 0, 0, '', 'among-as-match-running-game'), (14266, 'Among Us Clicker Game', 'Fun clicker game about Among Us. Click on all the characters that appear as quickly as possible!', 'https://img.gamemonetize.com/w7hisxt71ipmjlyz7ryczdokcmd2ve3a/512x384.jpg', 'https://html5.gamemonetize.com/w7hisxt71ipmjlyz7ryczdokcmd2ve3a/', '0', 'Clicker', 0, 0, '', 'among-us-clicker-game'), (14267, 'Tom and Jerry Match 3 Puzzle Game', 'Tom and Jerry love to play with children very much. They constantly do what they run and jump, and of course take pictures of all the pictures. And today, in this game you can see 20 puzzles, which will be Tom and Jerry, as well as their close friends. You will be able to choose a picture in the game that you would like to put together from the puzzles. Then it will open to you, and you will be able to put and put the whole picture correctly, so that you can do everything very quickly and correctly.', 'https://img.gamemonetize.com/ekr5pbrk7cju9qsxltri1ceo21ft43ka/512x384.jpg', 'https://html5.gamemonetize.com/ekr5pbrk7cju9qsxltri1ceo21ft43ka/', '0', 'Puzzles', 0, 0, '', 'tom-and-jerry-match--puzzle-game'), (14268, 'Transformers Match 3 Puzzle', 'The game Puzzles: Transformers" is based on a new cartoon in which the Autobots are at war with the Decepticons and try to destroy their insidious plans. The game features 12 different pictures, which you need to collect from the puzzles. To start the game, click on the picture, and then start to collect the puzzle. Look at the slightly darkened picture and substitute the puzzles on it, which are located on the right side of the playing field. You can pull out any of the puzzles if you find a place for it. Install all the puzzles one by one and collect pictures of your favorite transformers. After putting one puzzle, go back and choose the next one, do so until you add up all 12 puzzles with transformers. Good luck!', 'https://img.gamemonetize.com/bwtyqasarmegp7vuyq47jsta43fjfzk2/512x384.jpg', 'https://html5.gamemonetize.com/bwtyqasarmegp7vuyq47jsta43fjfzk2/', '0', 'Puzzles', 0, 0, '', 'transformers-match--puzzle'), (14269, 'Five Night At Freddy', 'As an anonymous night guard, you must survive five nights as you are hunted by five animatronics hell-bent on killing you. You are the night guard at Freddy Fazbear\'s Pizza, a Chuck-E-Cheese styled family restaurant. As the night progresses you are stalked by five animatronic characters looking to kill you.', 'https://img.gamemonetize.com/vbpriq5njog2e01ld103nmldlfzpmp3k/512x384.jpg', 'https://html5.gamemonetize.com/vbpriq5njog2e01ld103nmldlfzpmp3k/', '0', 'Action', 0, 0, '', 'five-night-at-freddy'), (14270, 'Shot Color Bubbles', 'You have to shoot the falling bubbles. At the same time, your ball periodically changes color depending on the filling of the scale in the lower right corner. Bubbles falling from above also have different colors. The bubble itself is transparent, but it leaves a color trail. To knock down a falling object, your ball must be the same color as the bubble you want to knock down. Miss three times and the game ends. So that you can focus on them and, on occasion, improve the result.', 'https://img.gamemonetize.com/my53rbe15i1x7p4vriqv4lmhmbvehous/512x384.jpg', 'https://html5.gamemonetize.com/my53rbe15i1x7p4vriqv4lmhmbvehous/', '0', 'Hypercasual', 0, 0, '', 'shot-color-bubbles'), (14271, 'Christmas Animals', 'Christmas Animals is a free online game in the jigsaw puzzle genre. You have 6 images in three modes to play. Choose one of the modes for the game that you previously choose and start it to play. Drag and drop the pieces to solve the puzzle and create an image. Enjoy, and have fun!', 'https://img.gamemonetize.com/ch6q8s3mdt1d1fu64srs56gz2f06796z/512x384.jpg', 'https://html5.gamemonetize.com/ch6q8s3mdt1d1fu64srs56gz2f06796z/', '0', 'Puzzles', 0, 0, '', 'christmas-animals'), (14272, 'Dont Get Spooked Jigsaw', 'Dont Get Spooked Jigsaw is a free online game from genre of jigsaw puzzle and cartoon games. You can select one of the 6 images and then select one of the three modes: easy with 25 pieces, medium with 49 pieces and hard with 100 pieces. Have fun and enjoy!', 'https://img.gamemonetize.com/nev84yj27ojwweiz7a9xtki4s9zj7rpl/512x384.jpg', 'https://html5.gamemonetize.com/nev84yj27ojwweiz7a9xtki4s9zj7rpl/', '0', 'Puzzles', 0, 0, '', 'dont-get-spooked-jigsaw'), (14273, 'New Sonic Match 3 Puzzle ', 'Funny Hedgehog sonic from the famous game and cartoon very much missed you. We offer you 12 puzzles about Sonic and his friends. To open the next one, you must complete the current one. The game has three levels of difficulty, suitable for both small and serious players.', 'https://img.gamemonetize.com/5t9ec119ws1ih9vpk42exmf1m96s5xic/512x384.jpg', 'https://html5.gamemonetize.com/5t9ec119ws1ih9vpk42exmf1m96s5xic/', '0', 'Puzzles', 0, 0, '', 'new-sonic-match--puzzle-'), (14274, 'Angry Birds Mad Jump', 'A fun and very simple jump game about Angry Birds. Choose a bird and get as high as possible. Beware of Bad Piggies and spikes! Use bombs to kill all the enemies and speed up for a mad jump. Have fun and enjoy!', 'https://img.gamemonetize.com/bd2le9j95ym51cktyvgtns4hukb1zqkp/512x384.jpg', 'https://html5.gamemonetize.com/bd2le9j95ym51cktyvgtns4hukb1zqkp/', '0', 'Arcade', 0, 0, '', 'angry-birds-mad-jump'), (14275, 'Spiderman Match3 Puzzle Online', 'In between acts of heroism, the famous superhero Spiderman invites you to play with him in puzzles. Three levels of difficulty, 12 pictures-feats of the legendary hero. Enjoy!', 'https://img.gamemonetize.com/ndujo716oxbbjjdkpptgjnk19nqtgm7j/512x384.jpg', 'https://html5.gamemonetize.com/ndujo716oxbbjjdkpptgjnk19nqtgm7j/', '0', 'Puzzles', 0, 0, '', 'spiderman-match-puzzle-online'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (14276, 'Minecraft Jigsaw Puzzle', 'The online game &quot;Minecraft Puzzles&quot; invites boys and girls to have an interesting time for developing block dimension puzzles. In the game you will open 12 pictures, where you will see various stories and the main characters of Minecraft. For example, Steve and Alex are fighting enemies. Or Steve in the image of a knight on a horse is eager to fight. Or a brave traveler explores the caves and worlds of Minecraft. Only one puzzle is available at once in the game. The rest are opened in turn after passing the previous ones. Puzzles are offered to be folded in different modes — from easy to difficult. Connect the fragments of 25 or 100.', 'https://img.gamemonetize.com/fujdxz7769q30muog0hhhkw95c67iz05/512x384.jpg', 'https://html5.gamemonetize.com/fujdxz7769q30muog0hhhkw95c67iz05/', '0', 'Puzzles', 0, 0, '', 'minecraft-jigsaw-puzzle'), (14277, 'Memory Game for Childrens', '', 'https://img.gamemonetize.com/v1445fp8v987nby19w2e976084qx7nxt/512x384.jpg', 'https://html5.gamemonetize.com/v1445fp8v987nby19w2e976084qx7nxt/', '0', 'Puzzles', 0, 0, '', 'memory-game-for-childrens'), (14278, 'Grenade Master', 'Welcome to the Grenade Master. It is a new puzzle arcade game for kids. This is very simple to play but it will definitely check your thinking level. Just drag the bomb and release it at the perfect angle. Sounds fun right! Enjoy playing this new game with your friends. Have fun!', 'https://img.gamemonetize.com/zea4vnngh9s4cxucterhlt88s2vu34m2/512x384.jpg', 'https://html5.gamemonetize.com/zea4vnngh9s4cxucterhlt88s2vu34m2/', '0', 'Boys', 0, 0, '', 'grenade-master'), (14279, 'Two Ä°mpostor Squid Challenge', 'Are you ready for the two impostor squid challenge game that you can play with your friend for two? Play with your friend in two player green light red light game and tug of war game.', 'https://img.gamemonetize.com/3ue23yyn63f9h4aa65b50gfsgvt12djn/512x384.jpg', 'https://html5.gamemonetize.com/3ue23yyn63f9h4aa65b50gfsgvt12djn/', '0', 'Adventure', 0, 0, '', 'two-mpostor-squid-challenge'), (14280, 'Winter Bubbles', 'Winter Bubbles is a Classical bubble shooter game with winter theme. Aim and release the candle in order to combine it with other similar candles. Your goal is to collect the Golden Bell with the allowed time. Don’t let the candles reach the border. There are several power-ups which can be activated by shooting candle on them.', 'https://img.gamemonetize.com/hg13mna9xcze769vg38rqganihh7l7ai/512x384.jpg', 'https://html5.gamemonetize.com/hg13mna9xcze769vg38rqganihh7l7ai/', '0', 'Puzzles', 0, 0, '', 'winter-bubbles'), (14281, 'Magic Pony Jigsaw', 'Magic Pony Jigsaw is a kind of interesting cartoon puzzle game jigsaw, which is developed for people who love cartoon programs, movies, and characters. Magic Pony Jigsaw includes 12 images and several background images. Hope you can have fun in this game.', 'https://img.gamemonetize.com/cqgg1w4d67juikwql069zsuvqub5s5yj/512x384.jpg', 'https://html5.gamemonetize.com/cqgg1w4d67juikwql069zsuvqub5s5yj/', '0', 'Girls', 0, 0, '', 'magic-pony-jigsaw'), (14282, 'Math Boxing Christmas Addition', 'Santa needs to get in shape for his long night of delivering gifts. Have Santa throw punches and kicks at the Bah Humbug punching bag by answering the addition problems. Answer correctly before time runs out so that the Grinch doesn\'t throw a punch and steal one of Santa\'s boxing gloves. Game ends when Santa runs out of gloves.', 'https://img.gamemonetize.com/bwu3rz9yhwlsgit3e6hidfgt6o7yrb54/512x384.jpg', 'https://html5.gamemonetize.com/bwu3rz9yhwlsgit3e6hidfgt6o7yrb54/', '0', 'Puzzles', 0, 0, '', 'math-boxing-christmas-addition'), (14283, 'Gun Fest', 'How many guns do you know? Gun Fest is a gun-collecting arcade game. There are many stickman robbers stealing money from the bank. We need you to eliminate as many bad guys as you can and destroy their van though collected guns. There are three kinds of numbered walls. Blue walls will increase your current guns. Red walls will decrease your current guns even make you fail directly. The orange walls will provide random numbers. Good luck and complete all levels!', 'https://img.gamemonetize.com/z93h1xyjyzyslx1l52kdr5930g65ce0c/512x384.jpg', 'https://html5.gamemonetize.com/z93h1xyjyzyslx1l52kdr5930g65ce0c/', '0', 'Arcade', 0, 0, '', 'gun-fest'), (14284, 'Aque Man Game Simulator', 'Hi, Welcome to the undersea globe, loaded with adventures. Play the superhero Aquaman ready for free. You will undoubtedly play the very best scuba diving divers by locating the job to get a vital gold chest. Remember, your enemies are temporal. It is a brand-new Aquaman game anywhere survivor is the case for justice also your future. Superhero holds special powers for devastation. You require to eliminate with brave nerve and self-confidence. In this unbelievable superhero game, you need to obtain the maximum time to unlock different monstrosities. This Superhero game will undoubtedly provide you with an overwhelming experience to get over the adrenaline thrill. This game is a unique combination of great realistic physics with unbelievable 3D graphics.', 'https://img.gamemonetize.com/0hxbqkancof0nrd5utuws9oh535sex99/512x384.jpg', 'https://html5.gamemonetize.com/0hxbqkancof0nrd5utuws9oh535sex99/', '0', 'Action', 0, 0, '', 'aque-man-game-simulator'), (14285, 'KGames Challenge', 'K Games Challenge is used to replay the games in the famous film called Squid Game. Under a 3D game engine, you are able to play Green Light and Red Light, Honeycomb Toffee, Tug of war, Marbles, Stepping Stones, and SP Game with AI opponents. With arcade play rules and controls, it will be simple for you to win all games in a limited time. Like Marbles, we need you to throw the marble into the hole in six chances. You can only complete the level in green areas. Good luck!', 'https://img.gamemonetize.com/5raz0h36u7jd8ctsvsm6svz1fs24lpb9/512x384.jpg', 'https://html5.gamemonetize.com/5raz0h36u7jd8ctsvsm6svz1fs24lpb9/', '0', 'Arcade', 0, 0, '', 'kgames-challenge'), (14286, 'Elsa Dresser Decorate And Makeup', 'Are you a lover of makeover games and dress-up games? Do you love ice princess games and ice queen games? Do you want to make up and dress up ice queen Elsa and help her decorate her dresser? Download Ice Queen Beauty Salon Game for Free and enjoy! If you\'re addicted to ice queen Elsae\'s games and make-up and makeover and dress-up games, you will love Ice Queen Beauty Salon Game. Elsa gets a new dresser, she wants to decorate it to make it looks beautiful. Elsa will try her make-up after she decorated her dresser, helping her to become a beautiful princess and snow queen.', 'https://img.gamemonetize.com/46u49y3hhncet8dz3pxns7acsuwuntjp/512x384.jpg', 'https://html5.gamemonetize.com/46u49y3hhncet8dz3pxns7acsuwuntjp/', '0', 'Girls', 0, 0, '', 'elsa-dresser-decorate-and-makeup'), (14287, 'Frozen Sister Jigsaw', 'Frozen Sister Jigsaw is an interesting jigsaw cartoon game, which is developed for kids who love Frozen and jigsaw particularly. Now, I choose 12 images about Frozen sister here. Hope you can have fun with them. Enjoy!', 'https://img.gamemonetize.com/f11t6sccduixp3ferg74mt0zr8wja9xp/512x384.jpg', 'https://html5.gamemonetize.com/f11t6sccduixp3ferg74mt0zr8wja9xp/', '0', 'Girls', 0, 0, '', 'frozen-sister-jigsaw'), (14288, 'Riddles of Squid', 'Introducing an exciting new game based on the acclaimed Korean TV series. You have to play as a brave girl who wants to win the main prize. Use your luck and skills to win. And at the end you will receive a reward - you can choose cool outfits, hairstyles and makeup for your heroine. Hurry up - play this addicting game and solve all the Riddles Of Squid!', 'https://img.gamemonetize.com/4lvjcycwq0lpsq97xipsvkyi9btvxsy3/512x384.jpg', 'https://html5.gamemonetize.com/4lvjcycwq0lpsq97xipsvkyi9btvxsy3/', '0', 'Girls', 0, 0, '', 'riddles-of-squid'), (14289, 'South Park Jigsaw Puzzle', 'Zazgames is a place where you can infinitely play assembling online jigsaw puzzles. We hope you are up for another game from the Puzzle category on our website , because we have just added the game called South Park Jigsaw Puzzle for you all, which, despite being one of the many puzzle games we have added so far into this category, this is the first puzzle game to use this specific format, and image, so it is going to be a brand new experience for all of you, an experience we are sure you will appreciate, as there is no way you aren\'t going to have a lot of fun playing the game. Especially after you learn how to play it from the next lines in the description. you will start by choosing how you want the jigsaw puzzle be : hard medium or easy. After that, the jigsaw puzzle pieces are going to be spread around the game screen randomly. Use the mouse to drag them over the transparent images where they match with the image, until all the pieces are connected, and the image looks just like it did in the beginning. You will have a great time with the game, so start it right now, and we are sure you will not regret it one second!', 'https://img.gamemonetize.com/ut7c9h5uhjn6yovc9nrt7rp8d968n9o5/512x384.jpg', 'https://html5.gamemonetize.com/ut7c9h5uhjn6yovc9nrt7rp8d968n9o5/', '0', 'Puzzles', 0, 0, '', 'south-park-jigsaw-puzzle'), (14290, 'Baby Taylor Bad Cold Treatment', 'Autumn is here. This is a beautiful season, but it is also a season that makes people catch cold. Taylor unfortunately had a bad cold. Please i accompany Taylor to the hospital to cure his severe cold, and then help Taylor\'s mom make some cookies. This is Taylor\'s favorite snack. Taylor will recover soon after eating the cookies her mom made! Have fun!', 'https://img.gamemonetize.com/s7gg7netsd1dfyaxgoh1n9gj1xt2tohi/512x384.jpg', 'https://html5.gamemonetize.com/s7gg7netsd1dfyaxgoh1n9gj1xt2tohi/', '0', 'Girls', 0, 0, '', 'baby-taylor-bad-cold-treatment'), (14291, 'Christmas Mahjong', 'Simplified classic Mahjong game with Xmas theme. You can eliminate pair of similar items. You can select only those pairs which have at least 2 adjacent sides open.', 'https://img.gamemonetize.com/6ewuu1yq30eb2aro3877c9zzq11e2bnr/512x384.jpg', 'https://html5.gamemonetize.com/6ewuu1yq30eb2aro3877c9zzq11e2bnr/', '0', 'Puzzles', 0, 0, '', 'christmas-mahjong'), (14292, 'How To Draw Darwin', 'The Amazing World of Gumball: How to Draw Darwin is a turn-based drawing game. Follow the instructions and try to draw Darwin, one of the main characters of The Amazing World of Gumball animated TV series.', 'https://img.gamemonetize.com/2diffv2wdlkcmu9y9extcgrb0whs2wlz/512x384.jpg', 'https://html5.gamemonetize.com/2diffv2wdlkcmu9y9extcgrb0whs2wlz/', '0', 'Girls', 0, 0, '', 'how-to-draw-darwin'), (14293, 'GALACTC SNIPER', 'Galactic Sniper is a fun 3D sniper game with amazing sci-fi graphics and fun game play. There are 30 fun levels of sci-fi galactic game play. Play Galactic Sniper now for a great sniper experience.', 'https://img.gamemonetize.com/glrely6jwg6axw3wbbfvai78gt72gmw5/512x384.jpg', 'https://html5.gamemonetize.com/glrely6jwg6axw3wbbfvai78gt72gmw5/', '0', 'Shooting', 0, 0, '', 'galactc-sniper'), (14294, 'Gym Stack 3D', 'Welcome to GYM Stack 3D Game. You mission is to drag and merge weights and sort them to complete your level. Explore tons of challenging puzzle levels and try to complete them all. Let\'s begin', 'https://img.gamemonetize.com/ip4q84ely0gcehsitjmo7w7dqeew3n6u/512x384.jpg', 'https://html5.gamemonetize.com/ip4q84ely0gcehsitjmo7w7dqeew3n6u/', '0', 'Hypercasual', 0, 0, '', 'gym-stack-d'), (14295, 'Flexy Run 3D', '¡Desliza tu dedo para mover a tu personaje a diferentes posiciones! ¿Podrás atravesar los obstáculos entrantes? intenta llegar a la meta. flexy-run-3d-online,', 'https://img.gamemonetize.com/4bzg5g01ylnku70xgnx6vbsr521njacb/512x384.jpg', 'https://html5.gamemonetize.com/4bzg5g01ylnku70xgnx6vbsr521njacb/', '0', 'Hypercasual', 0, 0, '', 'flexy-run-d'), (14296, 'Stone Miner Online', 'Welcome to Stone Miner: Crush the stones with your truck, Mine the resources, Sell them on the base, and Upgrade your truck to get even more! There are different types of islands you can explore, the further you go the more rare ores you get. Try to upgrade your truck to be more powerful!', 'https://img.gamemonetize.com/au1sor9wjtb27t6s8i0evon0si6qttkh/512x384.jpg', 'https://html5.gamemonetize.com/au1sor9wjtb27t6s8i0evon0si6qttkh/', '0', '3D', 0, 0, '', 'stone-miner-online'), (14297, 'Sonic Memory Cards', 'You have already perfectly learned all the heroes of the world of Sonic, who are happy to help our super hedgehog to perform their feats. There are quite a lot of them, but you can easily figure out who is who in this vast team of world rescuers of the fate of ordinary inhabitants. For this reason, we decided that you will have fun playing this game with us - you will be looking for paired images of heroes!', 'https://img.gamemonetize.com/nc206zoh7kt7zi9fgl3d2iqt3pb3oyjk/512x384.jpg', 'https://html5.gamemonetize.com/nc206zoh7kt7zi9fgl3d2iqt3pb3oyjk/', '0', 'Puzzles', 0, 0, '', 'sonic-memory-cards'), (14298, 'SnowCat World', 'In a difficult and distant world, the brave cat SnowCat will start your adventure! SnowCat will have to go through 20 levels, each more difficult than the other. And on the way, you have to catch all the birds and rats of their world. Find the key and go through the door that leads to a new level!', 'https://img.gamemonetize.com/2jy544h7waosr3metgsjplj3apwo06n8/512x384.jpg', 'https://html5.gamemonetize.com/2jy544h7waosr3metgsjplj3apwo06n8/', '0', 'Arcade', 0, 0, '', 'snowcat-world'), (14299, 'Jasmine Skin Care', 'Jasmine is getting ready for costume and face paint contest. But unfortunately her face is not in a good shape, at all. Help her fix her face and put some face paints that will make her win!', 'https://img.gamemonetize.com/25oqw0xos0dpq5b4vyktfk9z70l2kput/512x384.jpg', 'https://html5.gamemonetize.com/25oqw0xos0dpq5b4vyktfk9z70l2kput/', '0', 'Girls', 0, 0, '', 'jasmine-skin-care'), (14300, 'Christmas Winnie Pooh Jigsaw', 'Christmas Winnie Pooh Jigsaw is a fantastic jigsaw puzzle game with the theme of the Christmas Winnie Pooh. Drag and drop the pieces to their exact locations. In this game you have a total of 12 christmas Winnie Pooh themed images. You need to start from the first image and to unlock the next one. You have three modes for each image: Easy mode with 25(5x5) pieces, medium mode with 49(7x7) pieces, and hard mode with 100(10x10) pieces.', 'https://img.gamemonetize.com/x3ornc46ixm3pb3zixa5am4r045bc2cw/512x384.jpg', 'https://html5.gamemonetize.com/x3ornc46ixm3pb3zixa5am4r045bc2cw/', '0', 'Puzzles', 0, 0, '', 'christmas-winnie-pooh-jigsaw'), (14301, 'MercedesBenz SLS ECell Puzzle', 'Play with 6 images in this perfect jigsaw puzzle game: Mercedes-Benz SLS E-Cell Puzzle. All images is with the car - Mercedes-Benz SLS E-Cell. Solve all puzzles and keep your brain sharp. You have four modes for each picture, 16 pieces, 36 pieces, 64 pieces and 100 pieces. Enjoy and have fun.', 'https://img.gamemonetize.com/qa2dphnjchrl4yom3fynwswmc4sk5zif/512x384.jpg', 'https://html5.gamemonetize.com/qa2dphnjchrl4yom3fynwswmc4sk5zif/', '0', 'Puzzles', 0, 0, '', 'mercedesbenz-sls-ecell--puzzle'), (14302, 'Mouse Game', 'The game Mouse is an innovative and popular puzzle game. This is a game in which you need to draw a route for a little mouse so that it does not face obstacles in its path. It includes 45 different levels and can use touch and Mouse control. Join us quickly and have fun!', 'https://img.gamemonetize.com/tbdqz3gt43717emx2t69zlulhip0pckt/512x384.jpg', 'https://html5.gamemonetize.com/tbdqz3gt43717emx2t69zlulhip0pckt/', '0', 'Boys', 0, 0, '', 'mouse-game'), (14303, 'Tinkerbell Jigsaw Puzzle', 'The Tinkerbell fairies gathered in the clearing to take a walk together and play with the butterflies, who are very fond of fairies. Insects, birds and animals come running to the clearing, meeting the fairies. This picture you can see in front of you, but first you need to collect it from many parts, depending on the level of the game. Control of the game: left mouse button.', 'https://img.gamemonetize.com/cj0zzhtlcqco7sxpnr4igdpcbvheb6x5/512x384.jpg', 'https://html5.gamemonetize.com/cj0zzhtlcqco7sxpnr4igdpcbvheb6x5/', '0', 'Puzzles', 0, 0, '', 'tinkerbell-jigsaw-puzzle'), (14304, 'Among Us Match Collection', 'Cooll math3/collecting game about Among Us. Collect as long chains of identical items of the Among As personages as possible. Select at least 3 items.', 'https://img.gamemonetize.com/b3srvcv1iac373vtwlb0pdm5tkl9unhy/512x384.jpg', 'https://html5.gamemonetize.com/b3srvcv1iac373vtwlb0pdm5tkl9unhy/', '0', 'Puzzles', 0, 0, '', 'among-us-match-collection'), (14305, 'Battle Robot Jigsaw Puzzle Online', 'Here is an image with robots, which will need to be put together from small parts. You will have to use your memory and attentiveness in order to assemble a full-fledged image from small parts. Initially, you will be shown the image that should appear in the end, and then, after a couple of seconds, it will be scattered into small parts, from which you will have to add up the picture. Use your memory and you will succeed.', 'https://img.gamemonetize.com/4n8vn82gjzu0bifqxdax5joektaddzve/512x384.jpg', 'https://html5.gamemonetize.com/4n8vn82gjzu0bifqxdax5joektaddzve/', '0', 'Puzzles', 0, 0, '', 'battle-robot-jigsaw-puzzle-online'), (14306, 'Impostor Rescue Online', 'You must rescue the impostors and escape from the puzzle ships. Your mission is pull the pin out puzzle game to find the safest and most accurate outlet for the impostor. If you pull out the wrong pin, the impostor will die.Using your flexible brain, try to help the Impostor solve all puzzles to save his friends and unlock other skinsIt is easy to get started, but challenging to complete all the hero puzzles. The higher the levels, the more gray matter you must use because of the complex arrangement of the challenging puzzles. The objective of the game is to try to save the little one among us of each level with many dangers !!! Move the pins to release the different elements but think carefully when and which.', 'https://img.gamemonetize.com/roz8n7qcpveuyy0zqi9xk1p3yi2uqiuk/512x384.jpg', 'https://html5.gamemonetize.com/roz8n7qcpveuyy0zqi9xk1p3yi2uqiuk/', '0', 'Clicker', 0, 0, '', 'impostor-rescue-online'), (14307, 'Extreme Squidly Survival Game', 'Now we seperate a part called "Red Light, Green Light" from the famous film called Squid Game. Extreme Squidly Survival Game is required for you to help your character arrive at the finish line before the time went out. You can judge the running time from the green light and the speaking of Korean girl. But when the Korean speaking ended and you saw red light, you need to stand at where you are immediately, or else you will be shot!', 'https://img.gamemonetize.com/p166l3x57xheyb93w4m7jwi0zx90v7ys/512x384.jpg', 'https://html5.gamemonetize.com/p166l3x57xheyb93w4m7jwi0zx90v7ys/', '0', 'Arcade', 0, 0, '', 'extreme-squidly-survival-game'), (14308, 'Car Craft Race', 'Here is a vehicle racing arcade game with 3D LEGO game art animations. It is managed for you to collect enough blocks to make up your vehicles at each platform. Only when you arrive at the finish flag as the first one, you could win the race! Good luck!', 'https://img.gamemonetize.com/ma0zz7p1dm7a2zjbcufh16rpa2vpu9rj/512x384.jpg', 'https://html5.gamemonetize.com/ma0zz7p1dm7a2zjbcufh16rpa2vpu9rj/', '0', 'Arcade', 0, 0, '', 'car-craft-race'), (14309, 'Nail Stack!', 'To be honest, I never thought someone can use nail elements to make a 3D collecting arcade game. With cartoon arts, Nail Stack requires you to collect white nails and increase the final length of your finger. At the same time, there are some colorful brushes and decoration operations. In fact, it doesn\'t matter if you don\'t collect more nails. There is no punishment mechanism. Well, I still recommend you to complete all levels by collecting more colorful nails!', 'https://img.gamemonetize.com/9c9ra7ufls9zntpb8kuh2y3ukj7c7rlf/512x384.jpg', 'https://html5.gamemonetize.com/9c9ra7ufls9zntpb8kuh2y3ukj7c7rlf/', '0', 'Arcade', 0, 0, '', 'nail-stack'), (14310, 'Car Parking Simulator 3D', 'Are you good at hard-core car parking simulation games like Car Parking Simulator 3D? Now we need you to drive a sports car to the marked parking area. Only a few times do you need to use the Reverse button to adjust your position. There are about fifty levels waiting for you to challenge. Good luck and unlock more cars in the garage!', 'https://img.gamemonetize.com/onq8ikgkfvw0il5qctmlwayqz1xn5by9/512x384.jpg', 'https://html5.gamemonetize.com/onq8ikgkfvw0il5qctmlwayqz1xn5by9/', '0', 'Action', 0, 0, '', 'car-parking-simulator-d'), (14311, 'Baby Panda Care', 'Children love to engage in all sorts of pretend play and imitating parents is one of the most enjoyed. Caring for a baby is an experience they are familiar with happening to themselves. It’s fun for children to switch roles and take on some caring responsibilities. Baby Panda Care gives children the chance of caring for another baby, a cute baby panda. You might be surprised to find how much your children will enjoy caring for this new baby!', 'https://img.gamemonetize.com/1vbifobdp6sq3nna5br4nfeatt5qfg01/512x384.jpg', 'https://html5.gamemonetize.com/1vbifobdp6sq3nna5br4nfeatt5qfg01/', '0', 'Girls', 0, 0, '', 'baby-panda-care'), (14312, 'The King of Fighters 2021', 'Welcome to the king of fighters 2021 Game This is a fighting arcade game where youhave 3 rounds to destroy your opponent. use arrows to move and letters "K" & "J" to fight. Choose between 4 players and let\'s begin', 'https://img.gamemonetize.com/xufod365d4kjr7cp7rv54uk9xsf9dro0/512x384.jpg', 'https://html5.gamemonetize.com/xufod365d4kjr7cp7rv54uk9xsf9dro0/', '0', 'Multiplayer', 0, 0, '', 'the-king-of-fighters-'), (14313, 'Snow Moto Racing', 'Do you like snow and extreme speed racing? Ride your snow moto and enter the new racing, your mission is to be the No.1 on each level. When to use brake or to use acceleraton is a question, you can get the answer after you experience the extreme speed battle.', 'https://img.gamemonetize.com/qy52gcpfsjqbvh8pllc2uxsrugur6qqt/512x384.jpg', 'https://html5.gamemonetize.com/qy52gcpfsjqbvh8pllc2uxsrugur6qqt/', '0', 'Racing', 0, 0, '', 'snow-moto-racing'), (14314, 'Little Lovely Dentist', 'Lots of people want to be great dentists. Is that your dream? Now you get a chance to treat those poor patients at the clinic in this dentist game! Patients are lining up outside. Let\'s start to check patients\' teeth/tooth problems. They suffer from kinds of teeth problems such as bad teeth, tooth decay, dental calculus, and more.', 'https://img.gamemonetize.com/0yjng80sq1srbewamb9o6rz8cwpgjhoa/512x384.jpg', 'https://html5.gamemonetize.com/0yjng80sq1srbewamb9o6rz8cwpgjhoa/', '0', 'Girls', 0, 0, '', 'little-lovely-dentist'), (14315, '4x4 Xmas', 'Move Xmas photo tiles to form the picture shown to the right side of the screen.', 'https://img.gamemonetize.com/yb719v2i3cyb0g2ix6ehqdq58dlnlly4/512x384.jpg', 'https://html5.gamemonetize.com/yb719v2i3cyb0g2ix6ehqdq58dlnlly4/', '0', 'Puzzles', 0, 0, '', 'x-xmas'), (14316, 'Frozen II Coloring Book', 'Frozen II Coloring Book is cool coloring game for kids and adults. Play Frozen II Coloring Bookonline for free. This game is playable on all devices. First, you choose which one of the eight pages you want to color. On the bottom of the game screen you are able to find the colors that have been made available to you, and you will simply click on the color you want, and to color you click and hold them move the mouse around however you want to. From under the page you can also choose the eraser if you need it, and you also choose how big the point with which you color is going to be. Now that you know all this, start the game immediately, and don’t look back, even for a second!', 'https://img.gamemonetize.com/rkvag3f6b3yzrlwaqcx2e6f6mmdpcm8k/512x384.jpg', 'https://html5.gamemonetize.com/rkvag3f6b3yzrlwaqcx2e6f6mmdpcm8k/', '0', 'Puzzles', 0, 0, '', 'frozen-ii-coloring-book'), (14317, 'Balls Catcher', 'Welcome to the most amazing Physics puzzle game " Balls Catcher " Try to bring down all the balls inside the container by eleminating all shapes and obstacles. Explore tons of easy and hard levels and test your brain in this fun and challenging game. Enjoy', 'https://img.gamemonetize.com/426jwhqviow2tozirpn8rtvx0z4ka3xk/512x384.jpg', 'https://html5.gamemonetize.com/426jwhqviow2tozirpn8rtvx0z4ka3xk/', '0', 'Puzzles', 0, 0, '', 'balls-catcher'), (14318, 'Pop It Jigsaw Game', 'Pop It Jigsaw is a popular puzzle game that combines bubble knocking with Jigsaw puzzles. We have more than 20 cartoon graphics, which can be easily put together. Each level you complete earns you gold, which is used to unlock backgrounds and skins.', 'https://img.gamemonetize.com/8djwa347qilocza1wf253e70mh5qhnwu/512x384.jpg', 'https://html5.gamemonetize.com/8djwa347qilocza1wf253e70mh5qhnwu/', '0', 'Boys', 0, 0, '', 'pop-it-jigsaw-game'), (14319, 'Baby Taylor Hand Doctor', 'There is a beach near Baby Taylor\'s home. Everyone likes to go to the beach to spend a good holiday, and Taylor is the same. She likes to go to the beach with her friends to pick up shells. But every time Taylor picks up shells, she will always be Shell scratch wound. Please help Taylor\'s mother treat her hand, and make a pair of gloves to protect Taylor\'s hand! Have fun!', 'https://img.gamemonetize.com/2j9lc6hxd8e43qfp7kuavu3t8xh7x6d3/512x384.jpg', 'https://html5.gamemonetize.com/2j9lc6hxd8e43qfp7kuavu3t8xh7x6d3/', '0', 'Girls', 0, 0, '', 'baby-taylor-hand-doctor'), (14320, 'Wall Between US', 'Dona, the Pig is the leader of his land. He is well respected and very stubborn. The foxes live in the land next to Dona’s and thus far they have lived peacefully in each other’s land. Dona loves to play golf. One day he is playing a round at his favorite course, the Mur-a-logs. After hitting the ball quite far he drives up in his golf cart to find his ball missing. Confused, he pulls out another new ball and hits it further down the course. This time the same thing happens. He arrives in the cart to find his ball missing. Now, Dona is mad! He lays down another ball to hit but does not hit it this time. Instead, he waddles back to his cart with his back turned to the ball. As his back is turned a Kit Fox sneaks onto the field and grabs the ball. As the Fox grabs the ball Dona turns back around and catches the Kit red handed. Dona is quite mad at the Fox for this. He is ruining Dona’s game! Dona has the Kit Fox arrested and placed in jail for trespassing onto the Pigs’ land. He then publically declares all Kit Fox to be ILLEGAL and not allowed on Pig territory ever again. All of the Kit Fox are confused at Dona’s actions, but they vow to break their cousin out of jail and bring him back to Fox territory. Dona convinces the Pigs to give him money to build a giant wall between the Pig and Fox lands to keep the Foxes away from his beautiful golf courses. Dona starts the game at a beginner golf course that he is designing on top of his first beautiful wall. The first wall is a flimsy chain link fence that sits on the border of the two lands. As the Kit Foxes try to sneak their way to cut the fence Dona shoots his golf balls at them. The Pigs constantly give Dona more money to spend on upgrades. Dona will get a bonus the more health the wall has at the end of the level. Dona has a SHOUT ability that he can use to blow Kit away from the wall. The Kit plan on different modes of attack at every level and will send different types of Fox with different tactics at him. Some burrow underground, some pole-vault, and some fly on kites. The Kit keep telling Dona that they only want their cousin back and he can have his silly Pig land for himself. When the Kit try to reason with Dona he doesn’t understand what they are saying and assumes that the Kit are trying to coerce him into allowing them to live on his land. He tells all of the Pigs that the Kit are conspiring to take over their land and brands them all criminals. Every time a Kit breaches, or damages, the wall Dona gets mad and stomps about on top of the wall. If the wall is too heavily damaged, then he will lose the Pigs’ vote of confidence and become IMPEACHED which will lose the game. Dona gets phone calls from the Pigs during the game that give him encouragement when he is doing well, or yell at him when he is doing bad. At the completion of a level Dona stands with his hands on his hips (like a super hero) and his hair blows in the wind. Upon completion of all levels Dona is triumphant and welcomed as a hero by the Pigs. He has successfully kept the Kit Foxes away from the Pigs’ lands and really upped his golf game. He is made King of the Pigs and a parade, the best parade you’ve ever seen, is thrown for him.', 'https://img.gamemonetize.com/6rnqqmfz8l3ia934z7r7bv87oyld0zd7/512x384.jpg', 'https://html5.gamemonetize.com/6rnqqmfz8l3ia934z7r7bv87oyld0zd7/', '0', 'Hypercasual', 0, 0, '', 'wall-between-us'), (14321, 'Bus Subway Runner', 'All this boy wanted to do was ride his new hoverboard around his hometown. Then a mean police officer tried to bust him. Can you help him escape the clutches of the cranky cop in this online action game?', 'https://img.gamemonetize.com/csrtkxqsbvh8m37z9enbzn23bixvtl1a/512x384.jpg', 'https://html5.gamemonetize.com/csrtkxqsbvh8m37z9enbzn23bixvtl1a/', '0', 'Adventure', 0, 0, '', 'bus-subway-runner'), (14322, 'Fire Fighters Jigsaw', 'Fire Fighters Jigsaw is a free online game from genre of puzzle and jigsaw games. You can select one of the 6 images and then select one of the three modes: easy with 25 pieces, medium with 49 pieces and hard with 100 pieces. Have fun and enjoy!', 'https://img.gamemonetize.com/2e455nigzbgz9xdohv0cjjxi5c3f2vu8/512x384.jpg', 'https://html5.gamemonetize.com/2e455nigzbgz9xdohv0cjjxi5c3f2vu8/', '0', 'Puzzles', 0, 0, '', 'fire-fighters-jigsaw'), (14323, 'Crazy Clay', 'This is a fun link and link game. There are a lot of cute sticky monsters here. Connect the same sticky monsters. The more you connect, the higher the score. Let\'s challenge together!', 'https://img.gamemonetize.com/ug70hbtkfszizeo8uh6znqodrho55mmq/512x384.jpg', 'https://html5.gamemonetize.com/ug70hbtkfszizeo8uh6znqodrho55mmq/', '0', 'Puzzles', 0, 0, '', 'crazy-clay'), (14324, 'Xmas Board Puzzles', 'It is a time bound game where one needs to find 1 difference between two identical looking boards. Once you find a difference between the boards, both boards will refresh to generate a new difference. Find maximum differences within allowed time to get more points.', 'https://img.gamemonetize.com/lugir8yc3fk8i18jq0ugtfrb9xd2gyjg/512x384.jpg', 'https://html5.gamemonetize.com/lugir8yc3fk8i18jq0ugtfrb9xd2gyjg/', '0', 'Puzzles', 0, 0, '', 'xmas-board-puzzles'), (14325, 'Offroad Bus Simulator Drive 3D', 'Welcome to drive and race our modern bus simulator drive 3D: bus games offroad. Our modern bus parking mode is fun with modern bus Simulator drive in GD bus game offroad. Mini Bus games 2021 new 3d Intro: Now drive urban bus parking and city bus simulator mode of tourist bus parking, free parking game offered by Gamers DEN. We have added passenger bus parking mode to test hard bus parking skills in free bus game. Gamers DEN designed modern bus simulator new offroad for GD passenger bus racing on roads for those who want to drive tourist bus simulator in GD city and learn highway bus parking techniques in free bus parking simulator 3d to drive and park bus as we have added bus parking mode with brand new euro double decker buses. Sit passengers in two floors and earn more money by picking passengers on road side bus parking spot in luxury buses 3d in GD bus game. Where modern bus free game and real euro trucks simulators can’t reach, classical carts, said classical buses and old trucks games easily reach Multiple Modes of city coach bus driving 2020 - free bus games new: Passengers are always waiting on road sides parking to be picked by GD bus games. We have added few modes to our urban bus game 3d free. These modes include day, night, autumn and winter snow mode to drive coach bus simulator free offroad with free parking bus mode also along with bus simulator mode. Day Mode of American Bus Simulator Free: Urban Bus Games Offroad: Designed for real bus drivers who feel difficulty driving bus games in night. Passengers are waiting on road bus stations for luxurious bus 3d to arrive and bus park on bus parking station to pick them. Drive tourist bus adventure carefully as tourist ride in free bus games in city and drop passengers at road side bus parking stations. Earn money and be an expert driver of new bus games by playing 3d bus games 2021. Night Mode of City Bus Driving Games 3D: Drive Bus 3D Games Off Road: Night has different bus simulator game lifestyle. Everyone wants to go home safely with GD bus 3D free bus service after visiting city with parking tourist city bus simulator in luxurious bus coach 3d. City coach bus driving service in full lights of night mode brings bus passengers home safely with GD free bus game. Drive passenger bus as public transporter driver with public coach and earn rewards by playing local bus wala games by racing public transport and parking bus game on road.', 'https://img.gamemonetize.com/mpfqdaqpvu00d7z750w87jdwdc2ccpfz/512x384.jpg', 'https://html5.gamemonetize.com/mpfqdaqpvu00d7z750w87jdwdc2ccpfz/', '0', 'Racing', 0, 0, '', 'offroad-bus-simulator-drive-d'), (14326, 'Squid Game Challenge 1', 'Squid Game is survival shooting games based on Red Light, Green Light. Begin your survival adventure with the unlimited levels and endless gameplay. Apply your knowledge and Participate in Squid Game courses be the first to finish the race before your competitors. Enjoy this free and simple squid game. Disclaimer: Meta Data is the copyright of their respective owners. This application is an unofficial fan-based application not real squid game series relate.', 'https://img.gamemonetize.com/8gcw0x5xjjiol8hygbnpeuwaogo5iz9n/512x384.jpg', 'https://html5.gamemonetize.com/8gcw0x5xjjiol8hygbnpeuwaogo5iz9n/', '0', 'Racing', 0, 0, '', 'squid-game--challenge-'), (14327, 'Truck Parking 3 Truck Driver ', 'Drive a selection of Awesome Vehicles, from Sedans through Sports Cars, Buses to even the most outlandish ones – a Tow Truck, a Fuel Tanker Truck and more! Explore a realistic Gas Station and the environment beyond! GAME FEATURES: â–¶ MASSIVE GARAGE: Now with 6 new vehicles up to a total of 13! â–¶ MULTIPLE MISSIONS: Drive, fill up the tank, tow other cars & park in 60 exciting missions (30 brand new!) â–¶ GAS IT: See how fast can you complete all the challenges and earn stars for your progress! â–¶ FREE TO PLAY: All the way through, no strings attached! Developed with fans of realistic driving and authentic car experiences in mind, Gas Station offers a unique opportunity to test your driving skills in a bunch of exciting vehicles! Variety is the name of the game here, as the cars vary in not only appearance, but – more importantly – in their performance and the way they handle! Sit behind the wheel of a trusty Sedan, which after a few missions you will switch for a nimble 4x4! Don’t get too attached to it – new missions and challenges come fast and furiously, don’t leaving you much time to get overly confident or – more importantly – bored. You will get to test drive those awesome cars and show your yearning for speed in a diverse, exciting location. Try not to spend too much time looking out the window though! You will have to be careful and mindful of the traffic and other obstacles that may stand in your way. If you aren’t you may end up in a crash! In addition to driving you will accomplish other diverse and exciting tasks. How will you your approach to steering the car change with a heavy trailer attached? Will you be able to fit a long, heavy, unwieldy bus into narrow parking spots at the gas station? Do you have what it takes to assist other drivers that need help? Being safe is as important as driving fast here! If you crash, you won’t be able to finish your job and earn your rewards. Those are necessary for your progress. With money earned for completing the job on time you will be able to buy additional vehicles and unlock new challenges. Of course the faster you accomplish your task, the higher the rewards. You will have to manage speed and safety to arrive at your destination on time and without a scratch. It’s not a race, but time is definitely a factor. Don’t get crazy and you will surely find the right balance. Get on the street and start driving now! In the hour of need you’ll be able to use additional means to help you. If you crash you can rewind time to save you from having to repeat the whole course from scratch. This way you can enjoy the realistic driving the game has to offer without replaying the levels too often! Enter our Gas Station and let it surprise and excite you! Find new ways of driving and appreciating amazing the automobiles in all their glory', 'https://img.gamemonetize.com/ih3f2gqvrcu85ayx73z6g4zdoe6q38nm/512x384.jpg', 'https://html5.gamemonetize.com/ih3f2gqvrcu85ayx73z6g4zdoe6q38nm/', '0', 'Racing', 0, 0, '', 'truck-parking----truck-driver-'), (14328, 'Cute Kitty Care', 'Do you like kittens? Do you know how to take care of kittens? Come take a look at this game. These are some injured kittens and need your care. Please choose the one you like, tend to its wounds, give it some medicine and clean its dirty fur. Thanks to your good care, it\'s looking much better already! Afterwards, feed it so the little pet can recover its strength fully. As soon as the fluffy cat is completely healthy, you can get creative and style it with amazing costumes!', 'https://img.gamemonetize.com/obx574pu3p8qvis9v9h7bkopn176lv2g/512x384.jpg', 'https://html5.gamemonetize.com/obx574pu3p8qvis9v9h7bkopn176lv2g/', '0', 'Girls', 0, 0, '', 'cute-kitty-care'), (14329, 'McQueen Cars Jigsaw Puzzle Online', 'Do you like to collect a variety of puzzles and solve puzzles? Or maybe you also love to watch the cartoon "Cars" with Lightning McQueen in the title role? If so, then you will definitely be thrilled with the next browser game presented. Here are unusual puzzles that consist of triangular elements! Just imagine how entertaining it is. After all, such an innovation not only attracts attention, but also complicates the entire process of assembling the image. During the game, you will receive these very details and try to put them in the right place. Moreover, you will earn points! If you want to get into the lead, then quickly collect the picture, so you can get as many points as possible.', 'https://img.gamemonetize.com/idlicgotbrzyqlqpjz9xjreo9n5zj3bh/512x384.jpg', 'https://html5.gamemonetize.com/idlicgotbrzyqlqpjz9xjreo9n5zj3bh/', '0', 'Puzzles', 0, 0, '', 'mcqueen-cars-jigsaw-puzzle-online'), (14330, 'Peppa Pig Jigsaw Puzzle Online', 'Today, you will have the opportunity to have a very good time with your favorite characters, such as Peppa Pig and his friends. In the game, your task will be to put together a puzzle, but which will depict a joyful Peppa Pig. Before you start folding the puzzle, you can customize the game for yourself, namely, change the background, the size of the puzzle and other features that will make the game more enjoyable. If you don\'t know how to put the puzzle together, then start at the bottom, and then the puzzle will fold itself. Just watch the time carefully, because it may end before you put the puzzle with the pig.', 'https://img.gamemonetize.com/b7ezajeb1gr5vsiczpapb5u6ckutp1v3/512x384.jpg', 'https://html5.gamemonetize.com/b7ezajeb1gr5vsiczpapb5u6ckutp1v3/', '0', 'Puzzles', 0, 0, '', 'peppa-pig-jigsaw-puzzle-online'), (14331, 'Among Us Jigsaw Puzzle Online', 'Did you know that the famous game about space traitors appeared two years ago? Yes, that\'s exactly what it was, it\'s only now that it has risen in all the charts of games to the first positions in popularity. With this knowledge, you can "flash" in front of your friends, but in the meantime, we are moving on to a new adventure with funny colored astronauts. This time we will collect images of colored astronauts, and maybe in this way we will be able to identify the traitor? Our hero has not tried the puzzle method yet, so you will be the first to help him with this!', 'https://img.gamemonetize.com/189a7rorqekivrbxltqa6fjdkla59s2b/512x384.jpg', 'https://html5.gamemonetize.com/189a7rorqekivrbxltqa6fjdkla59s2b/', '0', 'Puzzles', 0, 0, '', 'among-us-jigsaw-puzzle-online'), (14332, 'Among Us Defense Color', 'A skill and speed game about Among As. Our space base has been attacked, and your task is to defend it. Don\'t let your enemies break through the defenses. Use bombs of the appropriate color for each of the enemies.', 'https://img.gamemonetize.com/km5yhdzl8o4qmjcensizwebc3rpmg30b/512x384.jpg', 'https://html5.gamemonetize.com/km5yhdzl8o4qmjcensizwebc3rpmg30b/', '0', 'Puzzles', 0, 0, '', 'among-us-defense-color'), (14333, 'Squid Game Jigsaw Puzzle Online', 'Squid Gameoffers you to immerse yourself in the world of an exciting survival tournament, in which you will take part in 6 deadly contests against many other players from around the world! Do you have enough willpower to maintain self-control in extremely stressful situations, where your life will be the price for losing? If you are ready to put everything on the line and achieve victory at any cost, then welcome!', 'https://img.gamemonetize.com/4wougkd24egab0ckglf60t82zr4tak06/512x384.jpg', 'https://html5.gamemonetize.com/4wougkd24egab0ckglf60t82zr4tak06/', '0', 'Puzzles', 0, 0, '', 'squid-game-jigsaw-puzzle-online'), (14334, 'Squid Game Match3 online', 'Are you like Squid Game? and you want play new game ofSquid Game?, There are many images about the plots ofSquid Gamepuzzle jigsaw. "Ever After High Jigsaw is an interesting puzzle jigsaw csquid game online, which is developed for boys and girls, who love the Squid Game Online and love playing jigsaw particularly. Now, I choose 12 images of the Squid Game here. Hope you can have fun with them. Enjoy!"', 'https://img.gamemonetize.com/pu1ht4hvdx9wpmeku4t3xbjxqcmuatzw/512x384.jpg', 'https://html5.gamemonetize.com/pu1ht4hvdx9wpmeku4t3xbjxqcmuatzw/', '0', 'Puzzles', 0, 0, '', 'squid-game-match-online'), (14335, 'Ladybug & Cat Noir Jigsaw Puzzle', 'Are you like Ladybug & Cat Noir ? and you want play new game of Ladybug & Cat Noir ?, There are many images about the plots of Ladybug & Cat Noir puzzle jigsaw. "Ever After High Jigsaw is an interesting puzzle jigsaw csquid game online, which is developed for boys and girls, who love the Ladybug & Cat Noir Online and love playing jigsaw particularly. Now, I choose 12 images of the Ladybug & Cat Noir here. Hope you can have fun with them. Enjoy!"', 'https://img.gamemonetize.com/fvktd8jpkvlmjrm1cd32qubiefeapvfv/512x384.jpg', 'https://html5.gamemonetize.com/fvktd8jpkvlmjrm1cd32qubiefeapvfv/', '0', 'Puzzles', 0, 0, '', 'ladybug-amp-cat-noir-jigsaw-puzzle'), (14336, 'Squid Game Hidden Signs', 'Squid Game Hidden Signs is a free online hidden object game. A certain area will appear on the screen in front of you. You will have to examine it all very carefully. Find all the hidden signs that have faded in the pictures themselves. As soon as you find one of them, just click on it with the mouse. There are a total of 10 hidden signs in each level, there are a total of 8 levels.', 'https://img.gamemonetize.com/egztvrimbpf2vwtvxb3lvj8a1tflt1u4/512x384.jpg', 'https://html5.gamemonetize.com/egztvrimbpf2vwtvxb3lvj8a1tflt1u4/', '0', 'Hypercasual', 0, 0, '', 'squid-game-hidden-signs'), (14337, 'Mahjong Around The World Africa', 'Our mahjong journey will start on the African continent. Find all mahjong pairs to clear the game field and set free all 10 African animals. Mind that there is a time limit for each level. You can also use prompts, and swap tiles.', 'https://img.gamemonetize.com/7rop2c4o1xmdhz6q3xrdi269q7hlml24/512x384.jpg', 'https://html5.gamemonetize.com/7rop2c4o1xmdhz6q3xrdi269q7hlml24/', '0', 'Puzzles', 0, 0, '', 'mahjong-around-the-world-africa'), (14338, 'Glitter Among Us Coloring Book', 'Beautiful, cool, and cute Among Us Coloring Book pages. So simple and intuitive, you will have fun for hours. This educational game will help you to improve skills in problem-solving, logical and cognitive skills, concentration, and memory. Glitter Among us Coloring book helps develop everyone\'s memory skills. Playing this easy coloring book will help them improve their color recognition while having fun.', 'https://img.gamemonetize.com/n9itt3f77imda1rd50u60js7xrfqk063/512x384.jpg', 'https://html5.gamemonetize.com/n9itt3f77imda1rd50u60js7xrfqk063/', '0', 'Girls', 0, 0, '', 'glitter-among-us-coloring-book'), (14339, 'She is so Different', 'She\'s So Different Recently, we have often seen this actress on the red carpet, where she showcases form-fitting outfits from famous designers and shows her perfect figure. But, in fact, she is a very versatile girl. Actress has been dancing since childhood. At the age of 8, she was a member of the hip-hop troupe of the California Theater, where her mother worked. She began to go to strength training when contracts for films appeared, where you need to perform physically difficult stunts. The actress goes to the gym 3-4 times a week and loves to make classes a joy. And, of course, she, like any girl, loves to walk and go shopping. Let\'s help Hollywood star get ready for any daily routine. To begin with, we will do a full-fledged facial and select sportswear for the fitness club. Then we will apply light makeup and go shopping with the actress! And finally, let\'s do a stylish evening hairstyle and bright makeup for the red carpet. In a chic dress, you can go to a gala reception! Have fun playing She\'s So Different at Dressupwho.com.', 'https://img.gamemonetize.com/htf6e5w2jjlemr08lfv7npfs8i98o3td/512x384.jpg', 'https://html5.gamemonetize.com/htf6e5w2jjlemr08lfv7npfs8i98o3td/', '0', 'Hypercasual', 0, 0, '', 'she-is-so-different'), (14340, 'Kawaii Princess At Comic Con', 'Our favorite princesses - Harley, Eliza and Jasmina - are going to the biggest cosplay event this fall - Comic Con. ComicCon is a new event that will showcase all the best from the world of films, TV series, computer and board games, entertainment literature, and, of course, popular comics, anime and manga. This is a great holiday for everyone who is not alien to modern pop culture in any of its manifestations. Choose incredible kawaii hairstyles and princess makeup. Don\'t forget about cute pastel-colored costumes and tons of accessories! Have fun playing Kawaii Princess at Comic Con at Dressupwho.com.', 'https://img.gamemonetize.com/cx9tz2x56q4kvbtnk7046t1jxx1nfchh/512x384.jpg', 'https://html5.gamemonetize.com/cx9tz2x56q4kvbtnk7046t1jxx1nfchh/', '0', 'Hypercasual', 0, 0, '', 'kawaii-princess-at-comic-con'), (14341, 'Squid Candy Game', 'Squid Candy Game is another nerve-racking game taken from the most popular series on the internet at the moment. Who hasn\'t watched Squid Games? Exactly, nobody. Try the super sweet buy super deadly Dalgona Challenge, in which players have to carefully break the toffee candy around a preset shape without breaking the whole thing. You only have a certain amount of time, so try to start right away.', 'https://img.gamemonetize.com/jpb3v7uns4o8ht92m7i1y9jipc4hcwrh/512x384.jpg', 'https://html5.gamemonetize.com/jpb3v7uns4o8ht92m7i1y9jipc4hcwrh/', '0', 'Hypercasual', 0, 0, '', 'squid-candy-game'), (14342, 'Real City Car Stunts', 'Play stunt game in a real city full of action and excitement! Complete the levels by making action-packed jumps from the ramps in the flowing traffic. Complete all levels without slowing down with 15 different levels. Continue the action by purchasing new vehicles with Coins in hidden areas. With the free mode, you can roam freely in the city if you want. Complete the levels and try to find the hidden Coins to buy 5 different sports cars. Enjoy a brand new game without a link! Have fun.', 'https://img.gamemonetize.com/98liq2567sfofe09ddwzdw78j3nygdax/512x384.jpg', 'https://html5.gamemonetize.com/98liq2567sfofe09ddwzdw78j3nygdax/', '0', 'Racing', 0, 0, '', 'real-city-car-stunts'), (14343, 'CrazyCars', 'CrazyCars is a racing simulator in which you have to go through crazy challenges such as long jump, drift, high altitude racing and others. - The game has more than 20 unique cars, both externally and in terms of characteristics - dozens of levels where you won\'t be bored.', 'https://img.gamemonetize.com/883u7rmaryi19wg6ehmb85ven0t5q5tc/512x384.jpg', 'https://html5.gamemonetize.com/883u7rmaryi19wg6ehmb85ven0t5q5tc/', '0', 'Sports', 0, 0, '', 'crazycars'), (14344, 'Baby Taylor Build A Treehouse', 'There is a big tree in the backyard of Tom\'s house. Tom\'s father made a tree house for him and invited Taylor to play. Taylor is very envious of this, because there is such a big tree in her backyard. But building a tree house is difficult. Please help Taylor\'s father build a tree house! First of all you have to buy materials and decorate it after it is built. Don\'t forget to invite Taylor\'s friends to visit the treehouse! They will be envious! Have fun!', 'https://img.gamemonetize.com/wytl3ebdzff03zw3oq69uy8e8zcm20b4/512x384.jpg', 'https://html5.gamemonetize.com/wytl3ebdzff03zw3oq69uy8e8zcm20b4/', '0', 'Girls', 0, 0, '', 'baby-taylor-build-a-treehouse'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (14345, 'Princess Eye Art Salon Beauty Makeover Game', 'Create your own exclusive eye makeup in Princess Eye Art Salon! You are the makeup artist, and all you have to do is move your fingers to create a variety of designs. You\'ll get thousands of "Likes" from fans every time you finish a beautiful eye makeup. Additionally, as your talent and influence develop, more creative Eye Art becomes available.', 'https://img.gamemonetize.com/pq5lmx4a5gu2yo3rse9dinrt9d28uo8l/512x384.jpg', 'https://html5.gamemonetize.com/pq5lmx4a5gu2yo3rse9dinrt9d28uo8l/', '0', 'Girls', 0, 0, '', 'princess-eye-art-salon--beauty-makeover-game'), (14346, 'Formula Crazy Stunts ', 'Formula Crazy Stunts is the second sequel to the 3D car racing simulation. The player has 4 different colored vehicles to switch between. One large map contains lots of obstacles and places to do tricks. The game is suitable for all ages.', 'https://img.gamemonetize.com/aigt3h1l8r95zq0qemcmhr6k5qao8d33/512x384.jpg', 'https://html5.gamemonetize.com/aigt3h1l8r95zq0qemcmhr6k5qao8d33/', '0', 'Racing', 0, 0, '', 'formula-crazy-stunts-'), (14347, 'Friday Night Funkin Match3', 'Do you want to become a cool street musician and rock everyone around? Then, welcome to the Friday Night Funkin games section! This awesome rhythm arcade game has captivated hundreds of thousands of players all over the planet, and you risk joining the fan army right now! Collect chains of figures from three or more to clear the field!', 'https://img.gamemonetize.com/4qs04yakhvjimzxv2xwmbjt1k17ibyho/512x384.jpg', 'https://html5.gamemonetize.com/4qs04yakhvjimzxv2xwmbjt1k17ibyho/', '0', 'Puzzles', 0, 0, '', 'friday-night-funkin-match'), (14348, 'Formula Stunts', 'Formula Stunts is the second sequel to the 3D car racing simulation. The player has 4 different colored vehicles to switch between. One large map contains lots of obstacles and places to do tricks. The game is suitable for all ages.', 'https://img.gamemonetize.com/x704gk2ze4uvfh3cg8ce691ddohkotcl/512x384.jpg', 'https://html5.gamemonetize.com/x704gk2ze4uvfh3cg8ce691ddohkotcl/', '0', 'Racing', 0, 0, '', 'formula-stunts'), (14349, ' Real Car Racing Stunt Rider 3D ', 'Real car racing stunt rider is the one of the best game for racing lover, with full of adventure and stunts. Real car racing stunt rider is 3D design with amazing real engine like sound. This game brings the fast driving experience with whole new way with amazing new latest 2017 models cars and wonderful environment. If you are tired of old racing games so don’t worry, here we have a new latest real car racing stunt rider game through which you can enjoy a lot. This game provides you number of different opportunities for adventure and fun. You can show your skills and abilities of driving in this game by presenting dangerous stunts and drifts. In this game there are number of tracks with different environment. Being a quick and sharp driver you have to complete each level. By passing the levels and covering the distance you will get a additional points, through these additional points you can upgrade your car and can replace the spare parts. Ther are also a number of other vehicles like cars.Truck and motor bikes which can create a disturbance for you, so you need to drive carefully. Your car will be damaged if it hits the any obstacles. Time is also a major constraint which you have to consider during playing the game. Here you have a time for amazing stunt and adventure, so start the car fasten your seat belt boost up the engine and move on to defeat your rivals.', 'https://img.gamemonetize.com/h17c6v05014pxl1o3evsf4o50z330voo/512x384.jpg', 'https://html5.gamemonetize.com/h17c6v05014pxl1o3evsf4o50z330voo/', '0', 'Racing', 0, 0, '', '-real-car-racing-stunt-rider-d-'), (14350, 'Squid Game Puzzle Jigsaw s2', 'Are you like squid game ? and you want play new game of squid game ?, There are many images about the plots of squid game puzzle jigsaw. Ever After High Jigsaw is an interesting puzzle jigsaw csquid game online, which is developed for boys and girls, who love the squid game and love playing jigsaw particularly. Now, I choose 12 images of the movie here. Hope you can have fun with them. Enjoy!', 'https://img.gamemonetize.com/tgaozakxrkl0i7a7wyugvskvlbb5zu69/512x384.jpg', 'https://html5.gamemonetize.com/tgaozakxrkl0i7a7wyugvskvlbb5zu69/', '0', 'Puzzles', 0, 0, '', 'squid-game-puzzle-jigsaw-s'), (14351, 'Parking Master Draw Road', 'Secure the craziest road intersections in this easy and fun game: a simple touch is all it takes to direct traffic! Improve your skills in this realistic game that you\'ll play all year long.', 'https://img.gamemonetize.com/inknnkvic8sideg45urajgfdiy0l86ng/512x384.jpg', 'https://html5.gamemonetize.com/inknnkvic8sideg45urajgfdiy0l86ng/', '0', 'Racing', 0, 0, '', 'parking-master-draw-road'), (14352, 'Bow Masters 3D', 'The Globe\'s # 1 Archery game is currently on mobile! Archery Master 3D remains the most popular and also most sensible archery simulation game for you. Archery Master supplies an ultra-practical archery experience that features spectacular 3D graphics, impressive animations, and straightforward instinctive controls. Shoot arrowheads at targets typically evaluated in a different range to make coins for new bows, arrowheads, and upgrades. Prepare yourself for the intense obstacles from Olympic Archery champions. Breathe, aim this target, shoot the arrowhead, and hit this bull\'s focus now! Will you do the most effective archer or bowman? Game Features: Four picturesque areas: Pine Forest, Archery Area, Deadly Desert, and also Rain Forest Sleek computer animation and realistic 3D graphics 20+ sophisticated made archery devices 100+ addicting levels in regular mode Compete 1-on-1 with genuine gamers throughout the world in an online setting', 'https://img.gamemonetize.com/sxs2sn3bmq0qnxylyg9r3xj9bydhnz8h/512x384.jpg', 'https://html5.gamemonetize.com/sxs2sn3bmq0qnxylyg9r3xj9bydhnz8h/', '0', 'Arcade', 0, 0, '', 'bow-masters-d'), (14353, 'City Taxi Simulator Taxi games', 'Keep your taxi driver game app handy with you, and stay alert as it might start beeping at any time. Keep driving around the city and the job can come at any minute, don\'t forget to accept the job and rush to pick up your passenger, before any dodgy taxi driver gets in your way in this crazy city taxi simulator 2021 game. Heaps of taxi games on the store, but none as realistic and sophisticated like this taxi game. Good service and timely pick up will earn you more rewards and tips in city taxi sim game 2021. Passenger will call you early morning for their airport taxi service; keep an eye on the clock, as these passengers will not accept any delay in this airport taxi simulator 2021, while you are playing this taxi game. Offroad taxi games are fun, if you have an online competitor, have is desperately trying to snatch jobs of your hands and hand it over to any other cabby, who is part of the same taxi driving simulator game. off road Cabbie is quite popular in the country area, as he is always very bubbly character and knows all his passengers by name and their destination by heart in cab simulator game. So earn the respect of all the country people with your jolly attitude and make a fortune for yourself in taxi driver game sim 2021.', 'https://img.gamemonetize.com/0lun8k7t6lg7mt02vibax82t6rmawnno/512x384.jpg', 'https://html5.gamemonetize.com/0lun8k7t6lg7mt02vibax82t6rmawnno/', '0', 'Racing', 0, 0, '', 'city-taxi-simulator-taxi-games'), (14354, 'Yellow Duckling Escape', 'Yellow Duckling Escape is a point and click game developed by 8B Games/Games2live. Imagine that you had been to a Farm, On there a Duckling got trapped. Here is the interesting puzzles and hidden objects to escape, the Duckling from the Farm. Good luck.. Have fun!', 'https://img.gamemonetize.com/w51nw9veuwnks2dcb7u3vx0nea14f3vc/512x384.jpg', 'https://html5.gamemonetize.com/w51nw9veuwnks2dcb7u3vx0nea14f3vc/', '0', 'Puzzles', 0, 0, '', 'yellow-duckling-escape'), (14355, 'Word Detector', 'Find the hidden words from scrambled letters in this challenging puzzle! You can earn virtual coins while you give your vocabulary skills a workout in this challenging word game.', 'https://img.gamemonetize.com/jvzumq152q5gke5afch1hiu7ndvt5zid/512x384.jpg', 'https://html5.gamemonetize.com/jvzumq152q5gke5afch1hiu7ndvt5zid/', '0', 'Puzzles', 0, 0, '', 'word-detector'), (14356, 'Idle Cars', 'Unlock cars to produce money, boost your cars speed by clicking on the wheel button, gather money to be able to unlock more awesome cars. Unlock achievements, Get Trophies for your cars. Unlock them all !', 'https://img.gamemonetize.com/eoyrke0zxxbpjq475gc6au5n5d9l8jon/512x384.jpg', 'https://html5.gamemonetize.com/eoyrke0zxxbpjq475gc6au5n5d9l8jon/', '0', 'Racing', 0, 0, '', 'idle-cars'), (14357, 'Brazen Ball', 'You play as a robotic ball as you roll your way through challenging obstacles like sawblades, lasers, meteor showers, trap gates, spikes, magnets, water, wind and many more. Your task is to reach the end marker in as little time as possible, collecting as many orbs as you can!', 'https://img.gamemonetize.com/ng1cndnhqyt5r986yphveujeapfk5sca/512x384.jpg', 'https://html5.gamemonetize.com/ng1cndnhqyt5r986yphveujeapfk5sca/', '0', 'Arcade', 0, 0, '', 'brazen-ball'), (14358, 'Sweet Candy Maker Lollipop & Gummy Candy Game', 'Welcome to Candy Land! A Sweet Candy maker cooking game for FREE! Everyone loves to eat sweet Candy! Right! Then let\'s make sweet delicious candy in our Candy Land! It\'s free cooking game for all age people! Everyone will love to make delicious choco candy at their finger tips!!', 'https://img.gamemonetize.com/ff4lw86snaxlygwxj0w5c0wh523o65s4/512x384.jpg', 'https://html5.gamemonetize.com/ff4lw86snaxlygwxj0w5c0wh523o65s4/', '0', 'Girls', 0, 0, '', 'sweet-candy-maker--lollipop-amp-gummy-candy-game'), (14359, 'Squid Game Pop It Jigsaw', 'Squid Game Pop It Jigsaw is a free online game in the jigsaw puzzle genre. You have 6 images in three modes to play. Choose one of the modes for the game that you previously choose and start it to play. Drag and drop the pieces to solve the puzzle and create an image. Enjoy, and have fun!', 'https://img.gamemonetize.com/yy6vou6o2jact6wy19rvnslnr2srt918/512x384.jpg', 'https://html5.gamemonetize.com/yy6vou6o2jact6wy19rvnslnr2srt918/', '0', 'Puzzles', 0, 0, '', 'squid-game-pop-it-jigsaw'), (14360, 'Pong the Ball', 'Pong The Ball is a puzzle hypercasual game. Your job is to pong the balls with same color. From the top and bottom of the game will be balls with different colors. Between them will be a ball who will go up and down. So you need to match that ball with ball from the line of the top or bottom that is same color as vertical ball. The color of ball who move vertical will change randomly so you need to be focused and to change the other balls quickly.', 'https://img.gamemonetize.com/mwg2qhy2ca8prxpyqoezq2p6nravsr1n/512x384.jpg', 'https://html5.gamemonetize.com/mwg2qhy2ca8prxpyqoezq2p6nravsr1n/', '0', 'Puzzles', 0, 0, '', 'pong-the-ball'), (14361, 'Spongebob Driving Test Test Hidden', 'Squid Game Hidden is a free online skill and hidden object game. Find out the hidden objects in the specified images. Each level has 10 hidden objects. There are 6 levels in total. The time is limited so be fast and find all hidden objects before time runs out. Clicking in the wrong place several times reduces the time by an additional 5 seconds. So, if you are ready start the game and have fun!', 'https://img.gamemonetize.com/zko4sf88wt70ptccxpg6wzjf8tqm7y09/512x384.jpg', 'https://html5.gamemonetize.com/zko4sf88wt70ptccxpg6wzjf8tqm7y09/', '0', 'Puzzles', 0, 0, '', 'spongebob-driving-test-test-hidden'), (14362, 'Bubble Shooter Xmas Pack', 'In this classical bubble shooter game, collect the Xmas lights before they chase you; There will be 36 levels in this game, each level has different type of challenge.', 'https://img.gamemonetize.com/wy6y4meoh3ztiy9x5gyqxtsxqb5qqs2k/512x384.jpg', 'https://html5.gamemonetize.com/wy6y4meoh3ztiy9x5gyqxtsxqb5qqs2k/', '0', 'Puzzles', 0, 0, '', 'bubble-shooter-xmas-pack'), (14363, 'Runaway Ghost Puzzle Jigsaw', 'Runaway Ghost Puzzle is a free online game from genre of jigsaw puzzle and cartoon games. You can select one of the 6 images and then select one of the three modes: easy with 25 pieces, medium with 49 pieces and hard with 100 pieces. Have fun and enjoy!', 'https://img.gamemonetize.com/ag6dm9vtsck1s3u9u7a6e0xjwqtjl3zi/512x384.jpg', 'https://html5.gamemonetize.com/ag6dm9vtsck1s3u9u7a6e0xjwqtjl3zi/', '0', 'Puzzles', 0, 0, '', 'runaway-ghost-puzzle-jigsaw'), (14364, 'Halloween Piano Tiles', 'Halloween is coming now! Play Halloween Piano Tiles for FUN and FREE! I hope you enjoy these piano tiles during the Halloween festival. Good luck! Enjoy this spooky Halloween theme and melody piano songs! Happy Halloween! ......', 'https://img.gamemonetize.com/zua0ivz4wsudhz83qzhkh2sg5r6nh2bh/512x384.jpg', 'https://html5.gamemonetize.com/zua0ivz4wsudhz83qzhkh2sg5r6nh2bh/', '0', 'Fighting', 0, 0, '', 'halloween-piano-tiles'), (14365, 'Reign of Wars', 'Get your Lands back!​ Reign of Wars! Defeat the enemies that have invaded your Reign. Rock, paper, scissor style battle. Go on and complete all missions by defeating enemies, unlocking Reigns, and more. Will you be able to unify all Reigns?', 'https://img.gamemonetize.com/udqattjsltnrl6b3qyji36ump6debpja/512x384.jpg', 'https://html5.gamemonetize.com/udqattjsltnrl6b3qyji36ump6debpja/', '0', 'Adventure', 0, 0, '', 'reign-of-wars'), (14366, 'Mobile Squid Game All Mode', 'Squid Game is a game survival shooting games based upon Red Light, Green Light. Start your survival experience with unrestricted degrees as well as countless gameplay. You are enabled to move on when "it" shouts out, "Thumbs-up," stop when "it" yells, "Red Light.". If your movement is found later, you will be eliminated. Take care with your actions. If you do not take note, you may fall short! A brand-new free game you most definitely can\'t miss out on as a result of the warmth it brings. The survival game tests all gamers to endure throughout the battle as well as win. Are you set? The green color light gets on. Allow\'s run now!', 'https://img.gamemonetize.com/ydb051xir7jpi15ccs0rhrcxc52jm90m/512x384.jpg', 'https://html5.gamemonetize.com/ydb051xir7jpi15ccs0rhrcxc52jm90m/', '0', 'Action', 0, 0, '', 'mobile-squid-game-all-mode'), (14367, 'Ski Challenge 3D', 'Welcome to the snow world, and enter the exciting ski match challenge. Could you reach the Top 1 rank and how many times you can get the NO.1. Avoid the snowball rolling down from the mountain and the suddenly appearing Wooden stakes. It\'s time to show you ski skills with the flexible, your reflextion and speed controling.', 'https://img.gamemonetize.com/200hytf814afwvnt9734oj1qry2wlqu0/512x384.jpg', 'https://html5.gamemonetize.com/200hytf814afwvnt9734oj1qry2wlqu0/', '0', 'Arcade', 0, 0, '', 'ski-challenge-d'), (14368, 'Coloring Book For Kids Game', 'Kids love fun coloring games, and this Coloring Game is one of the best free coloring book and painting apps for children! Coloring Games is filled with fun, colorful, and creative drawing and painting tools that help kids of all ages enjoy creating art on your mobile device. There are multiple modes the whole family can enjoy, including paint by numbers, color by numbers, doodling modes, and free coloring books of all types. Whether your kid is a toddler or a preschooler, they\'re bound to have fun with this free coloring game!', 'https://img.gamemonetize.com/u417qn9gi80nhs9dr6iuj2yqsn8af45g/512x384.jpg', 'https://html5.gamemonetize.com/u417qn9gi80nhs9dr6iuj2yqsn8af45g/', '0', 'Girls', 0, 0, '', 'coloring-book-for-kids-game'), (14369, 'Firedungeon Escape', 'You were put in the fireland. Now you want to escape. Get threw all 20 dungeons and be free again. But be careful, dungeons are well protected. Do not jump on the spikes, dodge the fireballs and cannonballs and freedom is yours.', 'https://img.gamemonetize.com/enqurerg666armi0hx27he1lelf8fglz/512x384.jpg', 'https://html5.gamemonetize.com/enqurerg666armi0hx27he1lelf8fglz/', '0', 'Adventure', 0, 0, '', 'firedungeon-escape'), (14370, 'Fairy Beauty Salon', 'Fairy Beauty Salon is a fun girl game with amazing graphics and customizations!', 'https://img.gamemonetize.com/5hedmi9vt0g2dfkiru97f7nc66pjztds/512x384.jpg', 'https://html5.gamemonetize.com/5hedmi9vt0g2dfkiru97f7nc66pjztds/', '0', 'Girls', 0, 0, '', 'fairy-beauty-salon'), (14371, 'RicoShoot', 'In this game, you need to aim the ball into the pipe. Easy, right? Not at all. You will have to find a perfect angle to make your ball ricochet into the pipe. But be careful, your ball has limited hitpoints, and each time the ball ricochets of the green walls, your ball loses 1 hitpoints. Can you find the perfect shot for all 30 levels?', 'https://img.gamemonetize.com/kul8pderlsnt9cle1iubab9byf9w73m4/512x384.jpg', 'https://html5.gamemonetize.com/kul8pderlsnt9cle1iubab9byf9w73m4/', '0', 'Puzzles', 0, 0, '', 'ricoshoot'), (14372, 'Fallingman.io Winter Seasons', 'In this Fallingman.io Game, which consists of 3 different Trails, you have to try to be the first among 20 people on the first Track! Remember, you are the best player, you have to beat everyone. Do not follow the picture on the screen in the second track, but if you forget, you will fall off the cliff and lose the game. Who wants to lose. You have to be very careful on the third track, be careful with every step you step because you will not be able to step again. play very carefully! Finish all tracks and collect Crowns! Be the Winner of the game! Get 18 Different Levels and 6 Different Titles! Become the owner of Junior, Boys, Man, Father, Boss, God Titles! Come on, what are you waiting for? Download now and Start Playing!', 'https://img.gamemonetize.com/1p8qbbjt8pg2nqjg2rh2111aa8dy8xu9/512x384.jpg', 'https://html5.gamemonetize.com/1p8qbbjt8pg2nqjg2rh2111aa8dy8xu9/', '0', 'Multiplayer', 0, 0, '', 'fallingmanio--winter-seasons'), (14373, 'Imposter Mission', 'Classic pixel-style graphics, retro horizontal gameplay, rich and interesting level design. You need to control three different types of warriors to pass through the levels, namely knights, wizards, and rangers. Use your brain to pass the levels. If necessary, you can sacrifice your teammates as long as you can pass.', 'https://img.gamemonetize.com/vre757juyabxs5w3ao6b78sruk6ozqov/512x384.jpg', 'https://html5.gamemonetize.com/vre757juyabxs5w3ao6b78sruk6ozqov/', '0', 'Puzzles', 0, 0, '', 'imposter-mission'), (14374, 'Woody Block Puzzles', 'Welcome to the Wood Block Puzzles game. It\'s a new puzzle game for kids very simple and fun to play. Just place the block on the perfect slot. That\'s it! Very simple right? These new puzzle games help you to improve your IQ levels. Play with your friends and have fun!', 'https://img.gamemonetize.com/jzxtzufmfeksxlfhdcppaxntfk35md5y/512x384.jpg', 'https://html5.gamemonetize.com/jzxtzufmfeksxlfhdcppaxntfk35md5y/', '0', 'Puzzles', 0, 0, '', 'woody-block-puzzles'), (14375, 'Squid hero impostor', 'green 456 hero squid impostor watch out for the guys. kill them and find the key get the key reveal the invisible door. You must kill the impostors. Kill them all.', 'https://img.gamemonetize.com/cg3n36o33ql69vjznsdzwopnkbsttgdd/512x384.jpg', 'https://html5.gamemonetize.com/cg3n36o33ql69vjznsdzwopnkbsttgdd/', '0', 'Arcade', 0, 0, '', 'squid-hero-impostor'), (14376, 'Kisiy Misiy', 'The person who is the sister of ugi bugi is in a dangerous game, you need to help her and help her to overcome the obstacles. Overcome numerous obstacles and reach the flag. 10 different levels go through 10 different difficulties and reach the victory.', 'https://img.gamemonetize.com/k9a87d2mtf1nfhrldxwoauyxws55k1np/512x384.jpg', 'https://html5.gamemonetize.com/k9a87d2mtf1nfhrldxwoauyxws55k1np/', '0', 'Arcade', 0, 0, '', 'kisiy-misiy'), (14377, 'Baby Taylor Prepare For Newborn', 'Today, Taylor\'s mom announced a great news! She is pregnant! Taylor and her father are very happy, they will welcome a new member in a few months. Now Taylor\'s mom needs to be taken care of. Can you help Taylor and her father take good care of mom? Don\'t forget that we have to prepare a baby room in advance! You need to clean and decorate the baby room. Don\'t waste time, let\'s take care of Taylor\'s mom!', 'https://img.gamemonetize.com/1qaxwrpr6dudum5nv801jv3g5q9ydqqx/512x384.jpg', 'https://html5.gamemonetize.com/1qaxwrpr6dudum5nv801jv3g5q9ydqqx/', '0', 'Girls', 0, 0, '', 'baby-taylor-prepare-for-newborn'), (14378, 'Squid Game Crowd Pusher', 'Collect numbers and characters of the same color on the platform to kill the boss in Squid Game Crowd Pusher. The stronger you become, the more opportunity you have to defeat the enemy. If you can\'t gather enough people, the boss will beat you. Get stronger by doing fun and action-packed math with Squid Game Crowd Pusher! Visit meyagames.com for completely free and unblocked Squid Game games.', 'https://img.gamemonetize.com/pfm71dgsa3nv9h7ov0g9g7jbdqozbbj6/512x384.jpg', 'https://html5.gamemonetize.com/pfm71dgsa3nv9h7ov0g9g7jbdqozbbj6/', '0', 'Hypercasual', 0, 0, '', 'squid-game-crowd-pusher'), (14379, 'Super Monster Halloween Jigsaw', 'Super Monster Halloween Jigsaw is a free jigsaw puzzle game, it is simple, easy to use, suitable for the whole family to play. Super Monster Halloween Jigsaw has many unique game features, game types, and modes, as well as a huge selection of jigsaw puzzle themes, all of which are designed to provide very enjoyable entertainment for all ages.', 'https://img.gamemonetize.com/i2ray84llfwjqpjk7pb81w4at9lltcf7/512x384.jpg', 'https://html5.gamemonetize.com/i2ray84llfwjqpjk7pb81w4at9lltcf7/', '0', 'Puzzles', 0, 0, '', 'super-monster-halloween-jigsaw'), (14380, 'Baby Panda Up', 'Baby Panda is here! Full of curiosity, Baby Panda loves to explore outer space. Tap the screen to help him fly clear of obstacles!', 'https://img.gamemonetize.com/iwu7sj3a5kshak4knbvwrtyzjj32nmc0/512x384.jpg', 'https://html5.gamemonetize.com/iwu7sj3a5kshak4knbvwrtyzjj32nmc0/', '0', 'Adventure', 0, 0, '', 'baby-panda-up'), (14381, 'Soul Jigsaw', 'Soul Jigsaw is an interesting jigsaw cartoon game, which is developed for kids who love the movie Soul and jigsaw particularly. Now, I choose 12 images of the movie here. Hope you can have fun with them. Enjoy!', 'https://img.gamemonetize.com/z2ayf98rg6odv5cmxesbfo9e2804xhip/512x384.jpg', 'https://html5.gamemonetize.com/z2ayf98rg6odv5cmxesbfo9e2804xhip/', '0', 'Girls', 0, 0, '', 'soul-jigsaw'), (14382, 'Winter Warm Up Math', 'Winter Math Warm-up is a math puzzle game. In this game you need to find the values of some winter items by solving given equations. Operations in the problems consist of addition, subtraction, multiplication and division. Once you find the values of items, use these values to find the answer of a simple Math question. Occasionally you can use hints using the button in the left panel!', 'https://img.gamemonetize.com/x4s84915zzv4wvcgpjdn7z1v35th297r/512x384.jpg', 'https://html5.gamemonetize.com/x4s84915zzv4wvcgpjdn7z1v35th297r/', '0', 'Puzzles', 0, 0, '', 'winter-warm-up-math'), (14383, '1010 Diamonds Rush', '100 DAIMONDS RUSH is a unique puzzle game in which you need to collect all the diamond blocks from the board. In order to collect them, you need to fill the row or the column which is containing the diamonds block. For filling the row or column, pick and drop the available block sets from the left panel. You can drop the block sets until there is accommodation available, after that the game will over. Keep dropping and feeling rows and columns until all the diamonds blocks are collected from the board.', 'https://img.gamemonetize.com/csepda9jkmtwmz962lznh1bvl97n32ny/512x384.jpg', 'https://html5.gamemonetize.com/csepda9jkmtwmz962lznh1bvl97n32ny/', '0', 'Puzzles', 0, 0, '', '-diamonds-rush'), (14384, 'Monsters Merge', 'There was an ordinary farmer, but on an unfortunate day, monsters attacked his farm and ruined the entire harvest. But he did not lose heart, he caught them, creating his own farm of monsters. Selling tickets for the opportunity to see each monster, he set himself the goal of becoming a successful farmer again.', 'https://img.gamemonetize.com/u11mt3l5p4kz1u5cix8l0485p0x0ivrr/512x384.jpg', 'https://html5.gamemonetize.com/u11mt3l5p4kz1u5cix8l0485p0x0ivrr/', '0', 'Clicker', 0, 0, '', 'monsters-merge'), (14385, 'Drift City Racing 3D', 'Declare the top and rule the secret as you race for power in the first white-knuckle version of Need for Speed executed just for web browser -- from the game programmer that brought you Actual Racing 3. Construct the trip that reveals your style with a series of vehicles and customizations. Release yourself between turmoil and control as you strike the pedal, plus roll into below ground road racing. Takedown the race, up to your associate, then kick right into more races, even more modifications, as well as much more cars. Make your selections as well as never recall. DRIVE QUICK-- AS WELL AS FEARLESS Guide onto the roads of Black ridge, accelerate over fences and around the rubble, into traffic, upon walls, and into high-speed Nitro place. Flip at the nitrous and also thrust on your right into one more level of adrenaline-fueled driving drifting. Around each corner is a new race as you encounter local teams as well as neighborhood cops. And This is a world full of crazy drivers-- can you remain in front and also gain respect?', 'https://img.gamemonetize.com/p8nve98n0iv73fjupysg1kk6aefcl9pu/512x384.jpg', 'https://html5.gamemonetize.com/p8nve98n0iv73fjupysg1kk6aefcl9pu/', '0', 'Racing', 0, 0, '', 'drift-city-racing-d'), (14386, 'Xmas Sudoku Deluxe', 'It is simplified Sudoku for kids. Drop items in blank boxes. Don\'t repeat an item in same column or row. Each time you start the level, you will find a new puzzle.', 'https://img.gamemonetize.com/3w2wkk03jh0d12ylp8oxs9divpnelbjh/512x384.jpg', 'https://html5.gamemonetize.com/3w2wkk03jh0d12ylp8oxs9divpnelbjh/', '0', 'Puzzles', 0, 0, '', 'xmas-sudoku-deluxe'), (14387, 'Princess Black Friday Collections', 'Welcome to Princess Black Friday Collections. Princess Elsa, Anna, Jasmine, Snow White, Moana, and Ariel are ready for shopping! Is anything special, all the princesses are going together? Yes, It’s Black Friday. They are all excited like us for this day. Join and help the princesses with your skill. Have fun!', 'https://img.gamemonetize.com/eyyl76macna6t7orfhrfstwf5150oa5x/512x384.jpg', 'https://html5.gamemonetize.com/eyyl76macna6t7orfhrfstwf5150oa5x/', '0', 'Girls', 0, 0, '', 'princess-black-friday-collections'), (14388, 'Smashers.io', 'Smashers.io Online is a new fun io game where you enter the battle arena, armed with a HUGE hammer. Smash all your enemies! Win and take part in the next more difficult and more powerful battles! The rules have never been so simple: just smash other fighters and don\'t get hit! The last io survivor becomes the winner! Handle it?', 'https://img.gamemonetize.com/oroa5b4c3ddx0btupngpxhd94djwvqut/512x384.jpg', 'https://html5.gamemonetize.com/oroa5b4c3ddx0btupngpxhd94djwvqut/', '0', 'Action', 0, 0, '', 'smashersio'), (14389, 'Vampire Princess Cheerleader Girl', 'I\'m Rebecca, a vampire princess. Tired of the endless boring life of the Vampire Kingdom, I slipped out of the castle and transformed into a human being. In the human world, I met a boy who liked me very much. His name was Mike. Should I date him? Should I tell him my true identity? I aspire to be the cheerleader of the school, what should I do? OMG, I\'m so confused, I need help! The competition will be held soon, I think I should prepare for the cheerleading competition first. Could you help me?', 'https://img.gamemonetize.com/h0vxu6loy6da55285p9e6lrm9yk6bvft/512x384.jpg', 'https://html5.gamemonetize.com/h0vxu6loy6da55285p9e6lrm9yk6bvft/', '0', 'Girls', 0, 0, '', 'vampire-princess-cheerleader-girl'), (14390, 'Squid Game Coloring Book s2', 'Squid Game: Coloring Book" is a new exciting game with a lot of images of various scenes from the well-known South Korean drama, which captures from the first minutes with its stunning plot!', 'https://img.gamemonetize.com/at9b33xbj24nryvxzlp46g11jgklovo3/512x384.jpg', 'https://html5.gamemonetize.com/at9b33xbj24nryvxzlp46g11jgklovo3/', '0', 'Puzzles', 0, 0, '', 'squid-game-coloring-book-s'), (14391, 'Fantasy Unicorn Creator', 'My Unicorn is all about magical colors, cuteness and style! Get creative with your own one of a kind unicorn dress up, makeup and hairstyle, wings, horn and tail, jewels and accessories, just pick your favorite and make it magical. Care for your unicorn, wash it, dress it, choose its colors and style and mit your own cute pony.', 'https://img.gamemonetize.com/an7w0hpzh629tctay14xfe9othapffg8/512x384.jpg', 'https://html5.gamemonetize.com/an7w0hpzh629tctay14xfe9othapffg8/', '0', 'Girls', 0, 0, '', 'fantasy-unicorn-creator'), (14392, 'Jelly Crush 3', 'Match cute jellies to achieve goal If you are in the mood for an amazingly delicious jelly puzzle Jelly Crush is the exact right sweet course for you Keep swapping the jellies around as you crush and squish themng the jellies around as you crush and squish them', 'https://img.gamemonetize.com/qujyby116fnv188lymb8ha4hqxbmssib/512x384.jpg', 'https://html5.gamemonetize.com/qujyby116fnv188lymb8ha4hqxbmssib/', '0', 'Puzzles', 0, 0, '', 'jelly-crush-'), (14393, 'Color & Paint By Number With Hello Kitty', 'Color & Paint By Number With Hello Kitty is filled with fun, colorful, and creative drawing and painting tools that help kids of all ages enjoy creating art on their mobile devices. This educational game will help you to improve skills in problem-solving, logical and cognitive skills, concentration, and memory. Coloring books with Hello Kitty is an exciting and cute game for kids with the most popular painting mechanic. Coloring pictures are funny and pleasant! Because the characters of our color by number are cute cats. Try it, color only one image and you can’t stop! Paint by number is very easy and interesting. All created by you cute pictures will be masterpieces of your own collection.', 'https://img.gamemonetize.com/c4no0lag3zojy4vg632icwtox43t22sv/512x384.jpg', 'https://html5.gamemonetize.com/c4no0lag3zojy4vg632icwtox43t22sv/', '0', 'Girls', 0, 0, '', 'color-amp-paint-by-number-with-hello-kitty'), (14394, 'Ferrari Daytona SP3 Slide', 'Play this slide puzzle games of the car - Ferrari Daytona SP3. It\'s include 3 images and 3 modes (3x3 pieces, 4x4 pieces, 5x5 pieces) to play.', 'https://img.gamemonetize.com/thour0sjdybfapd6v63e1ub8jpnems57/512x384.jpg', 'https://html5.gamemonetize.com/thour0sjdybfapd6v63e1ub8jpnems57/', '0', 'Puzzles', 0, 0, '', 'ferrari-daytona-sp-slide'), (14395, 'Scooter XTreme 3D', 'Scooter Xtreme 3D is a cool scooter racing game where you must drive your scoot forward and race against other riders with the goal to be the first one to finish! Collect coins and jump on ramps to perform stunts and propel you faster and get ahead but watch your flip so you can land back safely on the ground and watch out for cars and don\'t crash on them. Use nitro to boost your acceleration win the race!', 'https://img.gamemonetize.com/2fbfszm6md031yyx8y3gihw0b4ovc6gx/512x384.jpg', 'https://html5.gamemonetize.com/2fbfszm6md031yyx8y3gihw0b4ovc6gx/', '0', 'Adventure', 0, 0, '', 'scooter-xtreme-d'), (14396, 'TOP DRIFT RACING', 'THE REAL DRIFTING SIMULATOR - Drift Racing gives you a uniquely simple and intuitive experience in handling sport cars - If you like to drift, get ready to spend many hours playing this game - Use the separate handbrake button to start drifting - Burn tires doing donuts - Animation of the thick smoke while drifting', 'https://img.gamemonetize.com/ufvbxu4tq8rhhxmskm3s5ex5eueotd1n/512x384.jpg', 'https://html5.gamemonetize.com/ufvbxu4tq8rhhxmskm3s5ex5eueotd1n/', '0', 'Soccer', 0, 0, '', 'top-drift-racing'), (14397, 'Color Adventure Draw and Go', 'Color Adventure est à la fois un jeu de coloriage et d\'entraînement cérébral ! Touchez le cube et maintenez pour colorier un chemin vers de nouveaux lieux et pays. Mais attention ! C\'est moins simple que ça en a l\'air !', 'https://img.gamemonetize.com/twn8ysjlcaf0tlxksdzrj0x9opditwun/512x384.jpg', 'https://html5.gamemonetize.com/twn8ysjlcaf0tlxksdzrj0x9opditwun/', '0', 'Arcade', 0, 0, '', 'color-adventure-draw-and-go'), (14398, 'Little Strawberry', 'The goal of the game: Avoid collisions with the sword, jump deftly, this gives you a chance not to lose.', 'https://img.gamemonetize.com/886hdfm600gcjsa08deko182tz4gm548/512x384.jpg', 'https://html5.gamemonetize.com/886hdfm600gcjsa08deko182tz4gm548/', '0', 'Shooting', 0, 0, '', 'little-strawberry'), (14399, 'Tennis World Open 2021 Ultimate 3D Sports Gamess', 'Tennis World Open is here! Don\'t hesitate and enjoy the real atmosphere of this one of the best tennis games. Show other players who is the best player of the free tennis games and win all tenis tournaments including French open and many more tenis matches! Experience tennis game in 3D! Here your knowledge of tenis is a valuable asset. You will have a chance to get better in your tenis skills, playstyles, and moves where we paid attention to every detail so we can be better than any other tennis game. Also, you can enjoy the real pleasure from free tennis games.', 'https://img.gamemonetize.com/3f3mhj1tltzhushoxeveynedmbd6znuu/512x384.jpg', 'https://html5.gamemonetize.com/3f3mhj1tltzhushoxeveynedmbd6znuu/', '0', 'Sports', 0, 0, '', 'tennis-world-open--ultimate-d-sports-gamess'), (14400, 'Ninja Hero Cats', 'Forget Kung Fu or Karate if you can swing samurai swords or hurl bombs, fridges, pizzas and pianos at all sorts of weird fish monsters! Loot precious goldfish and use them to buy incredible upgrades that can turn you into a whirlwind of destruction or even unleash the mighty CATZILLA! Use your parkour skills to dash over floating islands and collapsing bridges while slicing evil jellyfish and sharks with your sharp blade! With free exploration, fast paced action and infinite fun, Ninja Hero Cats is much more than your usual runner game!', 'https://img.gamemonetize.com/xhicqowwtzt6l8we5b6klhmr6r69kxe5/512x384.jpg', 'https://html5.gamemonetize.com/xhicqowwtzt6l8we5b6klhmr6r69kxe5/', '0', 'Shooting', 0, 0, '', 'ninja-hero-cats'), (14401, 'Pathway Jigsaw', 'Pathway Jigsaw is an online puzzle jigsaw game. To solve this puzzle you have to place 64 pieces in the correct jigsaw order. Play this cool plush figures toys jigsaw game and enjoy in your free time!', 'https://img.gamemonetize.com/315jl0pnoo0vdvr4kizvir84a95vpnlg/512x384.jpg', 'https://html5.gamemonetize.com/315jl0pnoo0vdvr4kizvir84a95vpnlg/', '0', 'Puzzles', 0, 0, '', 'pathway-jigsaw'), (14402, 'Gibbets 2 Bow Arcade Puzzle', 'This is casual action arcade puzzle game based on physics with shooting, bows, arrows, ropes and archers. Now it\'s time to get your own back on that noose-wielding bully! Gibbets 2, the sequel to the Flash smash hit, gives you chance to save the poor victims before they run out of breath!', 'https://img.gamemonetize.com/e23w02za95i7h247fvgdgvrafm0ya36v/512x384.jpg', 'https://html5.gamemonetize.com/e23w02za95i7h247fvgdgvrafm0ya36v/', '0', 'Puzzles', 0, 0, '', 'gibbets--bow-arcade-puzzle'), (14403, 'Orbeez Jigsaw', 'Orbeez Jigsaw is an online puzzle jigsaw game. To solve this puzzle you have to place 64 pieces in the correct jigsaw order. Play this cool plush figures toys jigsaw game and enjoy in your free time!', 'https://img.gamemonetize.com/ov4p9wvnshycfjulaofu8hae5x043y0c/512x384.jpg', 'https://html5.gamemonetize.com/ov4p9wvnshycfjulaofu8hae5x043y0c/', '0', 'Puzzles', 0, 0, '', 'orbeez-jigsaw'), (14404, 'Beauty Queen Dress Up Games', 'Be the fashion designer for contestants of a world beauty contest! Choose from 12 models of different races, then rummage through a huge wardrobe of trendy, glamorous clothes, accessories and hairstyles to pick those that fit the most - to put together a fancy outfit for each supermodel. Everything is free! No in-app purchases or locks.', 'https://img.gamemonetize.com/leh1hiqvzecqx2nkappxncflb2q9uob8/512x384.jpg', 'https://html5.gamemonetize.com/leh1hiqvzecqx2nkappxncflb2q9uob8/', '0', 'Puzzles', 0, 0, '', 'beauty-queen-dress-up-games'), (14405, 'monkey care', 'Help the monkey and don\'t let them die.', 'https://img.gamemonetize.com/leyxyrzdxctyle75zm6tp8lyds7fnkvc/512x384.jpg', 'https://html5.gamemonetize.com/leyxyrzdxctyle75zm6tp8lyds7fnkvc/', '0', 'Puzzles', 0, 0, '', 'monkey-care'), (14406, 'Color Switcher', 'this game is for you! the game starts out fast and never lets up. Tap the screen carefully so that your ball go through obstacles, after ball swap colors by taking the color switcher power-up.', 'https://img.gamemonetize.com/amvuopxtl3hbsuje42zix2ioso6lhspb/512x384.jpg', 'https://html5.gamemonetize.com/amvuopxtl3hbsuje42zix2ioso6lhspb/', '0', 'Clicker', 0, 0, '', 'color-switcher'), (14407, 'Ice Princess Sweet Sixteen girls', 'You’re invited to the most glamorous party of the year - Ice Princess’ Frosty Sweet Sixteen! Prince Charming will be there so make sure to wear your most beautiful winter gown! Choose from tons of frosty-chic outfits and stylish accessories! You can even dress up your royal pet and bring it to the Frosty Sweet Sixteen! Dance the night away with your prince by your side!', 'https://img.gamemonetize.com/djgvhxcrsbsl29gkihsvqim4xe3vh3t1/512x384.jpg', 'https://html5.gamemonetize.com/djgvhxcrsbsl29gkihsvqim4xe3vh3t1/', '0', 'Girls', 0, 0, '', 'ice-princess--sweet-sixteen--girls'), (14408, 'Escape Bricks', 'Try not to let the platform touch the bricks coming from above.', 'https://img.gamemonetize.com/8u7fwprwiq9ca6o9tr7rczyygblq9rfk/512x384.jpg', 'https://html5.gamemonetize.com/8u7fwprwiq9ca6o9tr7rczyygblq9rfk/', '0', 'Hypercasual', 0, 0, '', 'escape-bricks'), (14409, 'ThanksGiving Fruits Jigsaw', 'ThanksGiving Fruits Jigsaw is an online puzzle jigsaw game. To solve this puzzle you have to place 64 pieces in the correct jigsaw order. Play this cool plush figures toys jigsaw game and enjoy in your free time!', 'https://img.gamemonetize.com/oekaqj7376xy9eptxi4herzr3zxuysb4/512x384.jpg', 'https://html5.gamemonetize.com/oekaqj7376xy9eptxi4herzr3zxuysb4/', '0', 'Puzzles', 0, 0, '', 'thanksgiving-fruits-jigsaw'), (14410, 'Tilt Ball', 'Move the ball using your mouse.You need to hurry up there is a timer up.', 'https://img.gamemonetize.com/2v4em6dbmmitxnk1gmrxwotsi8fwb34w/512x384.jpg', 'https://html5.gamemonetize.com/2v4em6dbmmitxnk1gmrxwotsi8fwb34w/', '0', 'Sports', 0, 0, '', 'tilt-ball'), (14411, 'Flap The Bird', 'To play the game just touch the screen buttons if you use a mobile device or right click if you are using PC', 'https://img.gamemonetize.com/z8cgwn7wxz2hmgq7hm24ik3mqt4053wm/512x384.jpg', 'https://html5.gamemonetize.com/z8cgwn7wxz2hmgq7hm24ik3mqt4053wm/', '0', 'Clicker', 0, 0, '', 'flap-the-bird'), (14412, 'CowBoy Running', 'Try to get past all the obstacles.And get a best score in the game Good luck you will need it', 'https://img.gamemonetize.com/vrm4ioj43iyo2i69911g2wg9c4negfy8/512x384.jpg', 'https://html5.gamemonetize.com/vrm4ioj43iyo2i69911g2wg9c4negfy8/', '0', 'Adventure', 0, 0, '', 'cowboy-running'), (14413, 'Cave Land Escape', 'Cave Land Escape is a point and click game developed by 8B Games/Games2live. Imagine that you had been to a village, On there you had trapped. Here is the interesting puzzles and hidden objects to find and get escape from the village. Good luck.. Have fun!', 'https://img.gamemonetize.com/n5sn05ro5yhq98a1ihsdoblfb56dema7/512x384.jpg', 'https://html5.gamemonetize.com/n5sn05ro5yhq98a1ihsdoblfb56dema7/', '0', 'Puzzles', 0, 0, '', 'cave-land-escape'), (14414, 'TonkWars.io', 'Tank Battle Multiplayer Game! Shoot other tanks, destroy terrain and collect powerups! Customize your tank with flags and hats.', 'https://img.gamemonetize.com/s0hre8v0prilayb5c3zmj5iwkytnb12v/512x384.jpg', 'https://html5.gamemonetize.com/s0hre8v0prilayb5c3zmj5iwkytnb12v/', '0', 'Multiplayer', 0, 0, '', 'tonkwarsio'), (14415, 'A Day With Masha And The Bear Fun Together', 'Good morning, Masha! It’s time to wake up... today is gonna be an exciting day full of games and activities to test your abilities and knowledge. Share a whole day with Masha and her friends and discover her favorite games, like riding a bike, looking for animals, fishing, playing checkers, or making cakes. More than 20 games where, apart from having fun, you will learn to tell the time, to add, to trace letters, to recycle, and many other educational activities. Now, with A DAY WITH MASHA AND THE BEAR you can play and have fun with the most complete and varied app, the best option for fans of Masha and the Bear.', 'https://img.gamemonetize.com/naz6nqf341hnw7x7nnfw2u3vh45e437q/512x384.jpg', 'https://html5.gamemonetize.com/naz6nqf341hnw7x7nnfw2u3vh45e437q/', '0', 'Girls', 0, 0, '', 'a-day-with-masha-and-the-bear--fun-together'), (14416, 'Hello Kitty Good Night', 'Welcome to a new exciting game for toddlers! Start playing Hello Kitty educational games for boys and girls right now! Cats can’t fall asleep without your help. Except for cats, our bedtime stories could also help you or your toddler to fall asleep! Tell bedtime stories, watch cartoons and help kids go to bed. HelloKitty world in our games for kids of 3, 4 years! Cats can teach you how to take care of a child and tell them fairy tales for kids. These are kids\' games with exciting adventures. Download it for free right now and start completing exciting tasks which lead you to the sweetest dreams ever!', 'https://img.gamemonetize.com/9od07bbaap69ofif4i7lwvursiihm20a/512x384.jpg', 'https://html5.gamemonetize.com/9od07bbaap69ofif4i7lwvursiihm20a/', '0', 'Girls', 0, 0, '', 'hello-kitty-good-night'), (14417, 'Ava Halloween Dessert Shop', 'Let\'s check Ava\'s Halloween dessert shop and there are a variety of donuts, cotton candy and variety of juice with Halloween themed decoration. Come and join us in this treat and rate your opinion Happy Halloween to all of you.', 'https://img.gamemonetize.com/ja13y8diinre4ocu5x7np3mmheo4k6yu/512x384.jpg', 'https://html5.gamemonetize.com/ja13y8diinre4ocu5x7np3mmheo4k6yu/', '0', 'Girls', 0, 0, '', 'ava-halloween-dessert-shop'), (14418, 'Fashion Glam Princess', 'If you like dress up games, you’ll LOVE this one. Fashion Glam Princess offers you some cool Dress up clothes Tap to open the boxes and try to make the princess beautiful', 'https://img.gamemonetize.com/xexq3xdd43yiwsqc3ok74tp86ij23555/512x384.jpg', 'https://html5.gamemonetize.com/xexq3xdd43yiwsqc3ok74tp86ij23555/', '0', 'Girls', 0, 0, '', 'fashion-glam-princess'), (14419, 'Wormate Sweetness', 'Wormate Sweetness is the original snake game with new Skins. choose your new worm skin, click Start and get right to worm battle. Play against others, Eat candies to become bigger. If your head touches another player, you will explode and then it\'s game over. But if others run into you, then they will die, and you can eat their candy remains! Let\'s have some fun!', 'https://img.gamemonetize.com/dtb0czsws9pku94s4odrc1m4tujn9jam/512x384.jpg', 'https://html5.gamemonetize.com/dtb0czsws9pku94s4odrc1m4tujn9jam/', '0', 'Multiplayer', 0, 0, '', 'wormate-sweetness'), (14420, 'Kawaii Coloring Book Glitter Drawing Book', 'Kawaii Coloring Book Glitter is the best kawaii game for kids and adults with amazing kawaii coloring pages for glitter color! It is an awesome kawaii coloring book for kids, teens, and adults!', 'https://img.gamemonetize.com/9posyiexpwwkwwvad0yfj9jep0u2pb7h/512x384.jpg', 'https://html5.gamemonetize.com/9posyiexpwwkwwvad0yfj9jep0u2pb7h/', '0', 'Girls', 0, 0, '', 'kawaii-coloring-book-glitter--drawing-book'), (14421, 'Squid Game Challenge 2', 'Squid Game is survival shooting games based on Red Light, Green Light. Begin your survival adventure with the unlimited levels and endless gameplay. Apply your knowledge and Participate in Squid Game courses be the first to finish the race before your competitors. Enjoy this free and simple squid game. Disclaimer: Meta Data is the copyright of their respective owners. This application is an unofficial fan-based application not real squid game series relate.', 'https://img.gamemonetize.com/qlsjik22bofofi3u03k4qb4s1dycnyc2/512x384.jpg', 'https://html5.gamemonetize.com/qlsjik22bofofi3u03k4qb4s1dycnyc2/', '0', 'Racing', 0, 0, '', 'squid-game--challenge-'), (14422, 'Super Billy', 'Super Billy Boy and his friends decided to explore an unknown planet, but during the expedition, his friend Adduk was abducted by an Alien Robot. Embark on this adventure full of enemies and dangerous traps and help our hero bring his friend back home. This is a complete platform game and a lot of fun!', 'https://img.gamemonetize.com/lg356op8hwj0syhu84dvwksmxc5zdrov/512x384.jpg', 'https://html5.gamemonetize.com/lg356op8hwj0syhu84dvwksmxc5zdrov/', '0', 'Arcade', 0, 0, '', 'super-billy'), (14423, 'Space Jam Jigsaw', 'Space Jam Jigsaw is an interesting jigsaw movie game, which is developed for kids especially for fans, who love basketball movies and love playing jigsaws particularly. Now, I choose 12 images of the movie here. Hope you can have fun with them. Join us to see what will happen to them. Enjoy!', 'https://img.gamemonetize.com/c2wyu97uosorq1yo1c7rtdoi9thpxptv/512x384.jpg', 'https://html5.gamemonetize.com/c2wyu97uosorq1yo1c7rtdoi9thpxptv/', '0', 'Girls', 0, 0, '', 'space-jam-jigsaw'), (14424, 'The Ghost Game', 'This game is in early access.', 'https://img.gamemonetize.com/42ibamwb5v6uextr8zwy00fxihyxddre/512x384.jpg', 'https://html5.gamemonetize.com/42ibamwb5v6uextr8zwy00fxihyxddre/', '0', 'Adventure', 0, 0, '', 'the-ghost-game'), (14425, 'Excavator Factory For Kids', 'In the game you can feel the real effect of excavator driving. From initial assembly and splicing, to excavator operation and final cleaning, come and experience what it\'s like to be a demolition expert!', 'https://img.gamemonetize.com/doy5dwpjy6sfbghzoqii8qac0osjxilc/512x384.jpg', 'https://html5.gamemonetize.com/doy5dwpjy6sfbghzoqii8qac0osjxilc/', '0', 'Hypercasual', 0, 0, '', 'excavator-factory-for-kids'), (14426, 'River Fishing', 'The online game River Fishing is free. This game is intended to be entertaining and to build patience. Do you aspire to be the best angler? A player\'s pastime is fishing. He makes an effort to capture as many fish as he can. He works extremely hard and ventures into deep water to catch large fish. You will embark on an oceanic adventure to collect fish and get wealthy in this engrossing casual game. You earn points based on how many fish you catch. Let\'s test your ability to catch a lot of fish at once. How to play A fishing rod restlessly moved left and right, catching fish. If you catch a larger fish, the time allowed to you will be extended, so try to catch more fish during that period. For those looking to unwind, it offers soothing music and soft games. You play this game by yourself. All ages find enjoyment and relaxation while playing. Beware of black fish. To set a new record, try to wager on your own performance. Do you want to become the best fisherman? Fishing is a hobby of a player. So he tries to catch as many fish as possible. He also tries hard and go deep water to catch big fish. In this addictive casual game, you will travel the seas on an adventure to catch fish and become a rich man.', 'https://img.gamemonetize.com/5v9rm4ywqmx2bd2qe70kyz84jwhb65wz/512x384.jpg', 'https://html5.gamemonetize.com/5v9rm4ywqmx2bd2qe70kyz84jwhb65wz/', '0', 'Hypercasual', 0, 0, '', 'river-fishing'), (14427, 'Rac Simulator', 'Ever had a think to drive a sports car in the city and driving for free. Here are you. Explore new cities and complete the missions. No need to brake because of traffic or racing other rival vehicles, so you can burn the asphalt of this open-world city!', 'https://img.gamemonetize.com/k08fa2af0z01edr63sod2ht8efj5xigj/512x384.jpg', 'https://html5.gamemonetize.com/k08fa2af0z01edr63sod2ht8efj5xigj/', '0', 'Racing', 0, 0, '', 'rac-simulator'), (14428, 'DinosaurStorm.io', 'This is a new era of the resurrection of dinosaurs! You are no longer a weak human being, but a strong dinosaur. Fierce competition is about to begin. Collect humans, destroy buildings, and collect gold coins to make yourself stronger, and then defeat other dinosaurs to win. Move your dinosaur with simple controls. Can you be the strongest?', 'https://img.gamemonetize.com/on67rzfjboqqzlo8tg6ta0zg2ppoy18t/512x384.jpg', 'https://html5.gamemonetize.com/on67rzfjboqqzlo8tg6ta0zg2ppoy18t/', '0', '3D', 0, 0, '', 'dinosaurstormio'), (14429, 'Ball Vs Beat', 'Ball vs Beat is an addictive and challenging game designed and created with Unity. With easily changeable ad ids you can start earning money. Try to get the highest score and collect unique musical notes to unlock new songs to play. This is the best music game. How to play? Tap the screen to slide the ball in and out of the line. Hit all the notes perfectly to gain collectables. Follow the rhythm and don’t miss the beat.', 'https://img.gamemonetize.com/slz5peq586c9tzyjnomnk024v75t6oy3/512x384.jpg', 'https://html5.gamemonetize.com/slz5peq586c9tzyjnomnk024v75t6oy3/', '0', 'Arcade', 0, 0, '', 'ball-vs-beat'), (14430, 'ATV Stunts 2', 'ATV Stunts is the second sequel to the 3D car racing simulation. The player has 4 different colored vehicles to switch between. One large map contains lots of obstacles and places to do tricks. The game is suitable for all ages.', 'https://img.gamemonetize.com/7s1fxs8si91qepahzj2jvh5z6szgolg6/512x384.jpg', 'https://html5.gamemonetize.com/7s1fxs8si91qepahzj2jvh5z6szgolg6/', '0', 'Racing', 0, 0, '', 'atv-stunts-'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (14431, 'Candy Fever Crush 2021', 'Start playing Candy Crush Saga today – a legendary puzzle game loved by millions of players around the world.', 'https://img.gamemonetize.com/aq2j2pfpno2s4mtukbjihzmmg3z15ti9/512x384.jpg', 'https://html5.gamemonetize.com/aq2j2pfpno2s4mtukbjihzmmg3z15ti9/', '0', 'Puzzles', 0, 0, '', 'candy-fever-crush-'), (14432, 'Find The ThanksGiving Gift4', 'Find The Thanks Giving Gift-4 is is a point and click game developed by 8B Games/Games2live. I\'m Jack. I Need your help to find a Thanksgiving gift to my girl. Here is the interesting puzzles and hidden objects to find and get the gift. Good luck and have fun!', 'https://img.gamemonetize.com/1pxjxc5sgu5gxl6e6wvoxnygwwpot5lc/512x384.jpg', 'https://html5.gamemonetize.com/1pxjxc5sgu5gxl6e6wvoxnygwwpot5lc/', '0', 'Puzzles', 0, 0, '', 'find-the-thanksgiving-gift'), (14433, 'Find The ThanksGiving Gift 3', 'Find The Thanks Giving Gift 3 is is a point and click game developed by 8B Games/Games2live. I\'m Jack. I Need your help to find a Thanksgiving gift to my girl. Here is the interesting puzzles and hidden objects to find and get the gift. Good luck and have fun!', 'https://img.gamemonetize.com/93chhp8bx3jdgqsaizvorng1gglx6lhx/512x384.jpg', 'https://html5.gamemonetize.com/93chhp8bx3jdgqsaizvorng1gglx6lhx/', '0', 'Puzzles', 0, 0, '', 'find-the-thanksgiving-gift-'), (14434, 'BFF Halloween Face Design', 'Let\'s prepare the princesses Mia, Ava and Clara for the Halloween party and make them put on the lovely and scary face design and spooky Halloween outfit and accessories. Have a Happy Halloween to all of you!', 'https://img.gamemonetize.com/o0ym4vi5x5dbxxjldoj3t0ddek12xuis/512x384.jpg', 'https://html5.gamemonetize.com/o0ym4vi5x5dbxxjldoj3t0ddek12xuis/', '0', 'Girls', 0, 0, '', 'bff-halloween-face-design'), (14435, 'Grapey Escape', 'Grapey Escape is a point and click game developed by 8B Games/Games2live. Imagine that you had been to a village, On there you had trapped. Here is the interesting puzzles and hidden objects to find and get escape from the village. Good luck.. Have fun!', 'https://img.gamemonetize.com/yls8lo9y2x98epvdexahcxxe4qpt8ado/512x384.jpg', 'https://html5.gamemonetize.com/yls8lo9y2x98epvdexahcxxe4qpt8ado/', '0', 'Puzzles', 0, 0, '', 'grapey-escape'), (14436, 'Halloween Spooky Dessert', 'Happy Halloween! Enjoy the Halloween spooky recipes like cookies, cakes, baking snacks in this game, There are many Halloween desserts and preparation methods help you to learn the Halloween cooking. Have a great and fun Halloween festival.', 'https://img.gamemonetize.com/4udawkgfbr9ppjwjuc7nki83pofv1zaq/512x384.jpg', 'https://html5.gamemonetize.com/4udawkgfbr9ppjwjuc7nki83pofv1zaq/', '0', 'Girls', 0, 0, '', 'halloween-spooky-dessert'), (14437, 'Tank Wars Extreme ', 'These little balls make a big boom. Use your skills to destroy the other tank, but watch out for those huge craters they create. Will they go boom before you go boom?', 'https://img.gamemonetize.com/019bn1xxhcrwzjt4ckq9kq0sdyxgks3a/512x384.jpg', 'https://html5.gamemonetize.com/019bn1xxhcrwzjt4ckq9kq0sdyxgks3a/', '0', 'Shooting', 0, 0, '', 'tank-wars-extreme-'), (14438, 'The Minecraft free game', 'Cut timber, break stones, mine blocks, and also produce out of the significant boating worlds of your dreams! You can develop CUBE Blocks and make whatever you want, be it regular residences, luxurious suites, vast sculptures on your own, or football arenas. Discover how to tame a wolf, ocelot, and horse, start expanding plants, and establish your block farm! Find out CRAFT recipes to make one of the most potent weapons (ruby armor), reach the Nether, and defeat all aggressive animals in your course, OR simply do whatever you want and also set your very own objectives. SURVIVAL SETTING Construct, gather resources, beat adversaries, gather plants, and search for enduring in survival mode (solitary player). Master the keys of the WORLD OF CRAFT and go from easy wood shield to strong diamond armor to be the greatest! Usage enchantments to enhance your damages and also protect a lot more! And also, let the evil mobs regret conference you! Additionally, here you will locate funny missions that will undoubtedly introduce you to all the crafting dishes and examine your ability to survive! Can you make it through this mine cravings experience? CREATIVE Appreciate limitless creative thinking, everlasting life, and flying in a creative setting. CITY BUILDING opportunities here are fascinating. Construct your dream residences from dices, or copy real-life spots and houses from TV shows. Additionally, below you can come to be an actual designer, developing complicated mechanisms from electrum. Most importantly, bear in mind that there are no restrictions outdoors dice world of Realmcraft, so allow your imagination to cut loose', 'https://img.gamemonetize.com/jozvgjpa163na9cr06gjb3gfvvf2brh1/512x384.jpg', 'https://html5.gamemonetize.com/jozvgjpa163na9cr06gjb3gfvvf2brh1/', '0', 'Action', 0, 0, '', 'the-minecraft-free-game'), (14439, 'Jigsaw Collections', 'Jigsaw puzzle is one of the entertaining, educational games that requires perseverance, accuracy, patience, and most importantly - to be attentive to the little things. Online jigsaw puzzles always attract a huge audience of completely different ages. In our game, everyone can find interesting collections for themselves! A game of this kind is an intrigue, a mystery that both an adult and a child would like to unravel. Search and combine the pieces into a single picture. For convenience, you can zoom in or out on the work surface. We wish you only victories!', 'https://img.gamemonetize.com/n6bz6omih6a6x3uxl4mhfkn11f1w0guu/512x384.jpg', 'https://html5.gamemonetize.com/n6bz6omih6a6x3uxl4mhfkn11f1w0guu/', '0', 'Puzzles', 0, 0, '', 'jigsaw-collections'), (14440, 'Ugi Bugi', 'Ugi Bugi, the cute blue plush teddy bear, needs to reach the flag. Help him and reach the flag. Be careful, you may encounter many obstacles. Don\'t forget to collect gold too. collect the gold and reach the finish line.', 'https://img.gamemonetize.com/kfal6duhkj1azh7itvmkqo5mo4qumxza/512x384.jpg', 'https://html5.gamemonetize.com/kfal6duhkj1azh7itvmkqo5mo4qumxza/', '0', 'Arcade', 0, 0, '', 'ugi-bugi'), (14441, 'Squid Run! 3', 'Use the Red Suit Bodyguard to Finish the Course and Get Rich!', 'https://img.gamemonetize.com/k4x4mpflh7nfxv6e1herumpkspb3le7v/512x384.jpg', 'https://html5.gamemonetize.com/k4x4mpflh7nfxv6e1herumpkspb3le7v/', '0', 'Adventure', 0, 0, '', 'squid-run-'), (14442, 'Push the Cube Online', 'Are you interested in cube matching puzzle games? Push The Cube offers you a chance to help a cube overpass all positions of each platform level. You are forbidden to move back. But you still have unlimited time to decide a safe track for the cube to destroy the platform at each level. I wish you could complete all levels and have fun!', 'https://img.gamemonetize.com/ai7bk2eomifu1y3boldj1s6hiy51d1v9/512x384.jpg', 'https://html5.gamemonetize.com/ai7bk2eomifu1y3boldj1s6hiy51d1v9/', '0', 'Puzzles', 0, 0, '', 'push-the-cube-online'), (14443, 'Help The Cowboy', 'Welcome to Help The Cowboy game. In this new game, you have to make the perfect shot to release the hanging cowboy. There are several levels and you need to complete with your expertise skill. Play and have fun!', 'https://img.gamemonetize.com/ehnn5ui0w9aeh68ojbhquizq7gdmrba3/512x384.jpg', 'https://html5.gamemonetize.com/ehnn5ui0w9aeh68ojbhquizq7gdmrba3/', '0', 'Girls', 0, 0, '', 'help-the-cowboy'), (14444, 'Flex Run 3D', 'Flex Run 3D is a yoga simulation arcade game that is made from 3D cartoon models and furniture. The goal for you is to avoid all furniture obstacles before you attack to Finish wall by means of changing your real-time pose and positions. With one girl and two girls, your characters will make different movements from your drag controls. After getting to the Finish wall, you could still change your pose to attach to the circle with numbers on the incoming purple walls. Good luck and have a good time with all six skins!', 'https://img.gamemonetize.com/ji4obyfmpocoh3brhc9j6m0m1trnrynq/512x384.jpg', 'https://html5.gamemonetize.com/ji4obyfmpocoh3brhc9j6m0m1trnrynq/', '0', 'Arcade', 0, 0, '', 'flex-run-d'), (14445, 'Coco Jigsaw', 'Have you seen the film called Coco? There are many images about the plots of Coco in Coco jigsaw. The jigsaw in this game is easy and interesting. Because you don\'t need to finish the jigsaw in a limited time. And all the jigsaw images are easy mode. Enjoy the plots of Coco and the game of Coco Jigsaw.', 'https://img.gamemonetize.com/na9t4gnfwcxgijdruk01kz38jqdti4d5/512x384.jpg', 'https://html5.gamemonetize.com/na9t4gnfwcxgijdruk01kz38jqdti4d5/', '0', 'Puzzles', 0, 0, '', 'coco-jigsaw'), (14446, 'super mario riders', 'Run and jump with style to rescue Princess Peach from Bowser’s clutches! Travel through plains, caverns, ghost houses, airships, castles, and more. Clear the 24 exciting courses to rescue Princess Peach from Bowser, waiting in his castle at the end. There are many ways to enjoy the courses, such as collecting the 3 different types of colored coins or by competing for the highest score against your friends. You can try courses 1-1 to 1-4 for free. After rescuing Princess Peach, a nine-course special world, World Star, will appear.', 'https://img.gamemonetize.com/rur552xjd4wzxy9h3a9fmjwovcu1dkn6/512x384.jpg', 'https://html5.gamemonetize.com/rur552xjd4wzxy9h3a9fmjwovcu1dkn6/', '0', 'Boys', 0, 0, '', 'super-mario-riders'), (14447, 'Animal Ice Cream Shop Make Sweet Frozen Desserts', 'Animal Ice Cream Truck is a casual game that simulates an ice cream shop where you are the attendant and owner. Gameplay is a fun and simple tap-and-swipe interface; you need to slide the ice cream cone onto the table and choose the ice cream ingredients according to the customer\'s request. The difficulty and the levels are due to the dynamics of time management, and this means that orders for ice cream are getting more and more difficult in a short period of time. There is a parallel game loop in which customers give you game coins. You use these resources and diamonds to buy better equipment and new ingredients like a strawberry shortcake, milkshake machine, and other improvements, like upgrading your ice cream equipment. You can also manage the game resources to customize your ice cream truck and make it more and more attractive to have even more customers. All of them would like a strawberry shortcake ice cream.', 'https://img.gamemonetize.com/2kwsccf2ecz4trlimdw1npspsrz2sm55/512x384.jpg', 'https://html5.gamemonetize.com/2kwsccf2ecz4trlimdw1npspsrz2sm55/', '0', 'Girls', 0, 0, '', 'animal-ice-cream-shop--make-sweet-frozen-desserts'), (14448, 'Ever After High Jigsaw', 'Ever After High Jigsaw is an interesting jigsaw cartoon game, which is developed for kids especially for girls, who love the movie cartoon and love playing jigsaw particularly. Now, I choose 12 images of the movie here. Hope you can have fun with them. Enjoy!', 'https://img.gamemonetize.com/zsmkgvh2sqalnfgguo7y5prm97rgr9ji/512x384.jpg', 'https://html5.gamemonetize.com/zsmkgvh2sqalnfgguo7y5prm97rgr9ji/', '0', 'Girls', 0, 0, '', 'ever-after-high-jigsaw'), (14449, 'Food Pusher Challenge', 'Collect and stack as many food as possible and close to your partner to win the game. The wrestling match is about to begin. This is a four-person, two-group match. Collect food to help your partner increase strength and defeat opponents. Avoid green foods and choose high-calorie foods to make your partner stronger and stronger.', 'https://img.gamemonetize.com/uinvebv0ilgfepgg3c4rf1cj1su08jqc/512x384.jpg', 'https://html5.gamemonetize.com/uinvebv0ilgfepgg3c4rf1cj1su08jqc/', '0', 'Hypercasual', 0, 0, '', 'food-pusher-challenge'), (14450, 'Christmas Eve Parking', 'Christmas Eve Parking is fun addictive hyper casual parking game. Christmas is just around the corner to get the parking is really difficult so brush your parking skills in this game. Have fun!', 'https://img.gamemonetize.com/bkljvga0nx9jxhy98f7d2a34ouy6lq7c/512x384.jpg', 'https://html5.gamemonetize.com/bkljvga0nx9jxhy98f7d2a34ouy6lq7c/', '0', 'Hypercasual', 0, 0, '', 'christmas-eve-parking'), (14451, 'Bent 10', 'Do you want to become a cool street musician and rock everyone around? Then, welcome to the Friday Night Funkin games section! This awesome rhythm arcade game has captivated hundreds of thousands of players all over the planet, and you risk joining the fan army right now! Collect chains of figures from three or more to clear the field!', 'https://img.gamemonetize.com/dvodua20dl34507x6m8n4rs1k1p55fix/512x384.jpg', 'https://html5.gamemonetize.com/dvodua20dl34507x6m8n4rs1k1p55fix/', '0', 'Puzzles', 0, 0, '', 'bent-'), (14452, 'Blondy in Pink', 'Meet everyone\'s favorite - Blondy! She is a real fashionista and a very sweet girl. And, like all girls, Blondy loves pink! Let\'s spend one day with this adorable blonde. First, let\'s devote a few minutes to facial treatment. We need to apply cream, get rid of acne and dark circles under the eyes. Then we will choose bright stylish makeup for Blondy with all kinds of shades of pink. After the make-up is the turn of the great hairstyle and sparkly jewelry. Finally, choose from a variety of sparkling, colorful outfits for our girl. Don\'t forget to complement your clothes with fashionable accessories. Now, take your pet with you and go for a walk with the Blondy.', 'https://img.gamemonetize.com/i2fln6y5nq19qap599zmig6wa6m7q9vp/512x384.jpg', 'https://html5.gamemonetize.com/i2fln6y5nq19qap599zmig6wa6m7q9vp/', '0', 'Girls', 0, 0, '', 'blondy-in-pink'), (14453, 'Classic Jeep Car Parking', 'Ready to drive the luxurious 4x4 jeep parking 3D game; one of the most new and latest parking and driving game, you will drive and park the awesome jeep around corners, obstacles, and parking lot boundaries with high speed and accuracy. Do you want to test your driving skills with parking? If yes then, install the biggest parking simulation with HD Graphics, realistic environments and thrilling affective sounds. Learn all the parking and driving secrets and improve your driving and parking abilities in this simulator. Simple cars are easy to drive but jeeps are really difficult to drive because of their large size. This is the first newest fun action-packed simulation; in which show you’re riding experience in off-road parking track. Start the engine and drive luxurious jeep on parking garage with this unique simulation. 4x4 SUV parking is easy to play but complicated to foremost; parking will test your riding as you try to Right Park while avoiding the road blocks and other hurdles. In this parking addictive game your goal is ride furious fast jeep on specific time and park carefully at amazing parking given place. Complete the mission, collect point and get three stars for better drive to unlock exciting multiple challenging levels in parking mania. This game is just accuracy driving simulator and gets three stars for better drive on each level. Drive through a series of regularly difficult parking tasks designed to challenge the wonderful of vehicle drivers.Ride your huge Prado carefully avoid or do not crash with road blocks, traffic cones, road signs or other parked cars and park your big vehicle into the specified spot. Remember! If you hit any road barriers and obstacles or not complete task in the given definite time then your mission is failed and you can start your level again. There are difficult and exciting stages to test your driving abilities in big open desert road track with amazing environments. Ride and control your speedy jeep with a steering wheel, acceleration and brake levers. Change the gear to forward or backward as you need. In this driving you will have enjoy the amazing luxuries Prado jeep to ride and Perfect Park at parking mania. Driver responsibility has ridden the upper-class jeeps to the given parking destination within specific limited time. You have chance to drive three different latest models of off-road jeeps in this addictive game. Enjoy the excitement of wonderful off-road desert environment. Easy and smooth controls, interesting and challenging missions will take to the next level. Realistic physics and effective sound make the game best. Multiple camera angles will help you to park your huge vehicle easily. All levels are locked in start of the game clear first one to get access to others. Earn the cash through playing levels again and again. Get enough cash to unlock interesting and challenging tasks and to buy more beautiful 4x4 vehicles. do not lose your route to the parking plaza or parking place as you take wrong turn your or hit or crash with any obstacle your level fail and you have to start your mission again. Wow! amazing racing in prado car. Racing in Prado car is best driving prado car on impossible tracks. multi level prado parking has too many fun and adventure.', 'https://img.gamemonetize.com/khc53an603cn6y5yz180cit3xj64cxdd/512x384.jpg', 'https://html5.gamemonetize.com/khc53an603cn6y5yz180cit3xj64cxdd/', '0', 'Racing', 0, 0, '', 'classic-jeep-car-parking'), (14454, 'High School Princess Date Spa', 'Play as a royal princess this fun high school themed design game. Get ready for romance and sweep Prince Charming off his feet! Start at the spa for a relaxing facial using all natural oils and scrubs. Wash, exfoliate and tone your skin. Trim your eyebrows and shape them into striking arches! Apply moisturizer to highlight your natural glow and get ready for a fun trip to the salon.', 'https://img.gamemonetize.com/rqe90jqv3twofx74ym5bol9f68l857gc/512x384.jpg', 'https://html5.gamemonetize.com/rqe90jqv3twofx74ym5bol9f68l857gc/', '0', 'Girls', 0, 0, '', 'high-school-princess-date-spa'), (14455, 'Red Light Green Light.io', 'Red Light Green Light game, one of the most popular Squid Game games of recent times, is here with its .io version. Your goal in Red Light Green Light game is to complete the game simultaneously with players from all over the world. When the killer baby says the red light, you must stop, and when it says the green light, you must take action. You have to be both fast and careful to finish the game before other players. Squid Game Red Light Green Light.io game does not contain links.', 'https://img.gamemonetize.com/lmpbomfgkaz5j2p7uvmryriby41s24rr/512x384.jpg', 'https://html5.gamemonetize.com/lmpbomfgkaz5j2p7uvmryriby41s24rr/', '0', 'Action', 0, 0, '', 'red-light-green-lightio'), (14456, 'Giving Tuesday Escape', '"Giving Tuesday Escape is a point and click game developed by 8B Games/Games2live. Imagine that you had been to a house, On there you got trapped by a stranger on a Giving Tuesday. Here is the interesting puzzles and hidden objects to find and escape from here. Good luck.. Have fun!"', 'https://img.gamemonetize.com/hjlmtdx8j6aggv80z7pgwryxmhtnp12f/512x384.jpg', 'https://html5.gamemonetize.com/hjlmtdx8j6aggv80z7pgwryxmhtnp12f/', '0', 'Puzzles', 0, 0, '', 'giving-tuesday-escape'), (14457, 'Sky Rise', 'Are you good enough to get a high score.', 'https://img.gamemonetize.com/mpklbjqn1r04gti7jpnwom9pupd957st/512x384.jpg', 'https://html5.gamemonetize.com/mpklbjqn1r04gti7jpnwom9pupd957st/', '0', 'Hypercasual', 0, 0, '', 'sky-rise'), (14458, 'Squid Game 456 Survival', 'Who wanna be BILLIONAIRE?', 'https://img.gamemonetize.com/b7rsk29xx74wqqt2f7sn8cyyuaz0mycn/512x384.jpg', 'https://html5.gamemonetize.com/b7rsk29xx74wqqt2f7sn8cyyuaz0mycn/', '0', 'Action', 0, 0, '', 'squid-game--survival'), (14459, 'Dirt Racing', 'Try to beat your enemies by reaching the finish line before them.', 'https://img.gamemonetize.com/ceew4czah8lpixtmluoevxjvl2kjsmzi/512x384.jpg', 'https://html5.gamemonetize.com/ceew4czah8lpixtmluoevxjvl2kjsmzi/', '0', 'Racing', 0, 0, '', 'dirt-racing'), (14460, 'FLAPPY BIRD CLONE', 'Are you good enough to get a high score in this game.Try to make the bird alive much as you can', 'https://img.gamemonetize.com/jopw6ruqrwos6iy67cbngcyqiapiye1i/512x384.jpg', 'https://html5.gamemonetize.com/jopw6ruqrwos6iy67cbngcyqiapiye1i/', '0', 'Clicker', 0, 0, '', 'flappy-bird-clone'), (14461, 'Tower Defence 3D', 'try to defence the tower from spiders by placing defences in the right place.', 'https://img.gamemonetize.com/pt3bur5sro7r2qyo1701tisnfssi4crr/512x384.jpg', 'https://html5.gamemonetize.com/pt3bur5sro7r2qyo1701tisnfssi4crr/', '0', 'Shooting', 0, 0, '', 'tower-defence-d'), (14462, 'Adventure Monkey', 'Help the monkey and don\'t let them die.', 'https://img.gamemonetize.com/kqhsot4gahmeqtga0odw9yn6m3xa63jm/512x384.jpg', 'https://html5.gamemonetize.com/kqhsot4gahmeqtga0odw9yn6m3xa63jm/', '0', 'Puzzles', 0, 0, '', 'adventure-monkey'), (14463, 'SANTA BAD', 'Help Santa get home safe without getting killed', 'https://img.gamemonetize.com/f75hws7zys6i959uys4zinrksucmdoz5/512x384.jpg', 'https://html5.gamemonetize.com/f75hws7zys6i959uys4zinrksucmdoz5/', '0', 'Arcade', 0, 0, '', 'santa-bad'), (14464, 'Weekend Sudoku 37', 'Sudoku is one of the most popular puzzle games of all time. The goal of Sudoku is to fill a 9×9 grid with numbers so that each row, column and 3×3 section contain all of the digits between 1 and 9. As a logic puzzle, Sudoku is also an excellent brain game. If you play Sudoku daily, you will soon start to see improvements in your concentration and overall brain power. Start a game now.', 'https://img.gamemonetize.com/kthpuq259n3iut5ljljbt09j09u0h535/512x384.jpg', 'https://html5.gamemonetize.com/kthpuq259n3iut5ljljbt09j09u0h535/', '0', 'Puzzles', 0, 0, '', 'weekend-sudoku-'), (14465, 'Type Or Die', 'Type Or Die plays like a typing racing puzzle game. Both your characer and AI opponents are going to cilmb top of the ladders and win. Every checkpoint has a question with the same first letter word of the whole current level. You need to remember the words from vegetables, fruits, countries, and so on. If you can\'t offer the correct answer quickly, you will be coverd by the flood. Good luck and have a good time!', 'https://img.gamemonetize.com/6hdsv2n1zjj185iboljcvqk97xybdx3t/512x384.jpg', 'https://html5.gamemonetize.com/6hdsv2n1zjj185iboljcvqk97xybdx3t/', '0', 'Puzzles', 0, 0, '', 'type-or-die'), (14466, 'War of Merge', 'Merge and card strategy game for you. Upgrade more powerful heroes and lead your kingdom to conquer the world. Different soldiers have different buffs, wonderful use of them, you will be rich so that you can create more and more squad, even the army.', 'https://img.gamemonetize.com/9ni9aaw72s3vormwjdi1vk8my67sg517/512x384.jpg', 'https://html5.gamemonetize.com/9ni9aaw72s3vormwjdi1vk8my67sg517/', '0', 'Puzzles', 0, 0, '', 'war-of-merge'), (14467, 'Castle Defence!', 'Castle Defence! A game where you have to defend your castle from monsters. You will fight ultimate battles while defending your castle from monsters. Be Careful Monsters Are Coming!', 'https://img.gamemonetize.com/36swmlu1jlppz3vbknpkro069z2grvav/512x384.jpg', 'https://html5.gamemonetize.com/36swmlu1jlppz3vbknpkro069z2grvav/', '0', 'Adventure', 0, 0, '', 'castle-defence'), (14468, 'Princess Turned Into Mermaid', 'Welcome to Princess Turned Into Mermaid. Princess Ariel throws a party at her place. She invited her friends Princess Elsa, Moana, and Jasmine. They are all happy to visit Ariel’s place and excited to be a mermaid. But they need perfect costumes for the party. Browse Ariel’s wardrobe to help other princesses with mermaid outfits. Have fun!', 'https://img.gamemonetize.com/jw0vcgxxe50d1bw8f755246gjrii4asz/512x384.jpg', 'https://html5.gamemonetize.com/jw0vcgxxe50d1bw8f755246gjrii4asz/', '0', 'Girls', 0, 0, '', 'princess-turned-into-mermaid'), (14469, 'Clean Up Kids', 'This game is the best way to learn how to keep your house always tidy and clean. Enjoy this cleaning adventure while having fun and learning how to be responsible. Houses in this town are very messy. Super Fox needs your helping hand to clean and fix the house.', 'https://img.gamemonetize.com/xa0uxw6j2g90o7z2zdrd87ojml6p0vqz/512x384.jpg', 'https://html5.gamemonetize.com/xa0uxw6j2g90o7z2zdrd87ojml6p0vqz/', '0', 'Girls', 0, 0, '', 'clean-up-kids'), (14470, 'Squid 7 Challenge', 'Squid game 7 challenge for Android. Play survival mini-games for win. Squid gaming now! Are you going to accept the invitation? Waiting for players. The games are about to begin! What characters you are most like? Maybe you are the frontman? Round seven for win: 1. Red Light, Green Light in squid game challenge 2. Sugar Honey Combs in squid game challenge 3. Tug Of War in squid game challenge 4. Marbles in squid game challenge 5. Glass Stepping Stones in squid game challenge 6. Squid Game challenge and more.', 'https://img.gamemonetize.com/n2xjwx8nw9legxd4z4bl61s3619jccxz/512x384.jpg', 'https://html5.gamemonetize.com/n2xjwx8nw9legxd4z4bl61s3619jccxz/', '0', 'Arcade', 0, 0, '', 'squid--challenge'), (14471, 'Color Clay Simulator', 'Super hypercasual game is coming. Choose what you like and learn how to make a real silme tool.', 'https://img.gamemonetize.com/1pwgtkaekhegc38uzt9cbydbpqh1jeux/512x384.jpg', 'https://html5.gamemonetize.com/1pwgtkaekhegc38uzt9cbydbpqh1jeux/', '0', 'Hypercasual', 0, 0, '', 'color-clay-simulator'), (14472, 'Pimple Poper Rush', 'As a beauty master to pop all pimple away to recover the skin health. Enjoy the new satisfaction in Pimple Poper Rush. Tap and slide to pop them clean. Watching someone else do it brings on a cathartic rush of satisfaction.', 'https://img.gamemonetize.com/37ev2njblnm48x05jop8h3jjmpj2nnfk/512x384.jpg', 'https://html5.gamemonetize.com/37ev2njblnm48x05jop8h3jjmpj2nnfk/', '0', 'Hypercasual', 0, 0, '', 'pimple-poper-rush'), (14473, 'Little Pandas Food Cooking', 'Wonderful Food City is grandly opened. Let\'s go to taste and make food together with the foodie Qiqi! Candy, juice, snacks and oden are waiting for you to prepare. Do you know how to prepare juice? Aim at the fruit on the cutting board and quickly cut it. Cut watermelon, apples, bananas and oranges with one cut, and the rainbow juice is complete, so delicious! Do you want to know how to prepare other foods? come and play this game!', 'https://img.gamemonetize.com/grgnxanbnfehul0uiqln4i4nbflcgv9s/512x384.jpg', 'https://html5.gamemonetize.com/grgnxanbnfehul0uiqln4i4nbflcgv9s/', '0', 'Girls', 0, 0, '', 'little-pandas-food-cooking'), (14474, 'Hair Salon', 'Welcome to Hair Salon to play around in the salon and create any style you can imagine! Whether you choose a character and turn them into a creation you’ve dreamed up, or just see where the tools take you, it will be an adventure. Get creative with makeup, face painting, hair and beard tools, and much more!', 'https://img.gamemonetize.com/lxmcbvdhlhlcol4rdvk0ek2gdim07lth/512x384.jpg', 'https://html5.gamemonetize.com/lxmcbvdhlhlcol4rdvk0ek2gdim07lth/', '0', 'Girls', 0, 0, '', 'hair-salon'), (14475, 'Find 100 Butterflies', 'Try to find 100 butterflies in the pictures. In this game there are 10 pictures and 10 butterflies hidden in each picture. There is no time limit. You can take your time looking for butterflies. Find the butterflies and have fun!', 'https://img.gamemonetize.com/k8564y4xypjnrbeap7iw6f0x7c24s9qg/512x384.jpg', 'https://html5.gamemonetize.com/k8564y4xypjnrbeap7iw6f0x7c24s9qg/', '0', 'Puzzles', 0, 0, '', 'find--butterflies'), (14476, 'McLaren GT3 Puzzle', 'Play with 6 images in this perfect jigsaw puzzle game: McLaren GT3 Puzzle. All images is with the car - McLaren GT3. Solve all puzzles and keep your brain sharp. You have four modes for each picture, 16 pieces, 36 pieces, 64 pieces and 100 pieces. Enjoy and have fun.', 'https://img.gamemonetize.com/gqrel83ruwfem2uzodf9lya47f20jpxk/512x384.jpg', 'https://html5.gamemonetize.com/gqrel83ruwfem2uzodf9lya47f20jpxk/', '0', 'Puzzles', 0, 0, '', 'mclaren-gt-puzzle'), (14477, 'Master Checkers', 'Master Checkers is fun addictive strategy board game.Checkers is a group of strategy board games for two players which involve diagonal moves of uniform game pieces and mandatory captures by jumping over opponent pieces.', 'https://img.gamemonetize.com/nl7m3md6jga1c2ce4vtrt5a2n8pkycns/512x384.jpg', 'https://html5.gamemonetize.com/nl7m3md6jga1c2ce4vtrt5a2n8pkycns/', '0', 'Puzzles', 0, 0, '', 'master-checkers'), (14478, 'ATV Stunts', 'ATV Stunts is the second sequel to the 3D car racing simulation. The player has 4 different colored vehicles to switch between. One large map contains lots of obstacles and places to do tricks. The game is suitable for all ages. Let\'s ride a atv on a crazy map. Choose from four vehicle colors. Do you prefer green, blue, red or yellow-red formula. Discover all the places where the real action starts. Bridges, ramps, tunnels, way in the air is just a fraction of what you will find on the map. Don\'t hesitate and get on your super fast vehicle! Become an atv champion. Have fun.', 'https://img.gamemonetize.com/hu45ge12af8nhoop72vs10qg1cx07n3k/512x384.jpg', 'https://html5.gamemonetize.com/hu45ge12af8nhoop72vs10qg1cx07n3k/', '0', 'Racing', 0, 0, '', 'atv-stunts'), (14479, 'Find The ThanksGiving Gift5', 'Find The Thanks Giving Gift-5 is is a point and click game developed by 8B Games/Games2live. I\'m Jack. This is the Final Episode. I Need your help to find a Thanksgiving gift to my girl. Here is the interesting puzzles and hidden objects to find and get the gift. Good luck and have fun!', 'https://img.gamemonetize.com/qxwm6g84s58n5dn9yohvp7wcnuum12z6/512x384.jpg', 'https://html5.gamemonetize.com/qxwm6g84s58n5dn9yohvp7wcnuum12z6/', '0', 'Puzzles', 0, 0, '', 'find-the-thanksgiving-gift'), (14480, 'Christmas Trucks Hidden Bells', 'Christmas Trucks Hidden Bells is a free online skill and hidden object game. Find out the hidden bells in the specified images. Each level has 10 hidden bells. There are 8 levels in total. The time is limited so be fast and find all hidden objects before time runs out. Clicking in the wrong place several times reduces the time by an additional 5 seconds. So, if you are ready start the game and have fun!', 'https://img.gamemonetize.com/tfpsmdixcpl476s9xduq4trk8oyu5yij/512x384.jpg', 'https://html5.gamemonetize.com/tfpsmdixcpl476s9xduq4trk8oyu5yij/', '0', 'Puzzles', 0, 0, '', 'christmas-trucks-hidden-bells'), (14481, 'Moving Chaotic Spin', 'Oh Boy, this game is relay chaotic. You need to control ball which rotates in the path of the circle, which moves up and down. And from all sides come flying objects that you need to avoid, and to collect the white squares that are between them. When you start the game you will see that is not complicated at all but is interesting to play.', 'https://img.gamemonetize.com/k94kt04hdlkev23uml64iu1w5pke9bfs/512x384.jpg', 'https://html5.gamemonetize.com/k94kt04hdlkev23uml64iu1w5pke9bfs/', '0', 'Puzzles', 0, 0, '', 'moving-chaotic-spin'), (14482, 'Wordscapes Search', 'Connect letters to find every word on the board and sail through thousands of classic puzzle levels set against stunning nature backgrounds. Training your brain has never been easier —or more relaxing. Once you start playing, you just won\'t be able to put it down!', 'https://img.gamemonetize.com/jz42m011jsrrzsqi877bq53y2zt6g2yh/512x384.jpg', 'https://html5.gamemonetize.com/jz42m011jsrrzsqi877bq53y2zt6g2yh/', '0', 'Puzzles', 0, 0, '', 'wordscapes-search'), (14483, 'Rocket Soccer Derby', 'It\'s possible now to play the Rocket Soccer Derby game in your web browser for free at Superkidgames.com and more fun games. This futuristic racing sports game equips players with demolition derby-like boosted vehicles that can be smashed into the soccer ball for amazing action-packed goals. Breathtaking graphics and ultra-realistic car physics will test your racing soccer skills to the max! Rocket Soccer Derby is a frantic mixture of a soccer game, a card game, and a simulation game in all-in-one. You have to drive around a football pitch and try to score goals against your opponent. You can choose to play a quick game or you can choose to enter the Rocket League. By entering the Rocket League you are joining the competition and you can earn in-game money and cogs to upgrade your car! You start in the Beginners League, but once you\'ve got the hang of it you can quickly promote to the Intermediate League, and maybe you can even reach the Expert League. Give it all and win the league!', 'https://img.gamemonetize.com/iz49b5s6h2xl6jsxrjxra3kkhm09x972/512x384.jpg', 'https://html5.gamemonetize.com/iz49b5s6h2xl6jsxrjxra3kkhm09x972/', '0', 'Sports', 0, 0, '', 'rocket-soccer-derby'), (14484, 'Find The ThanksGiving Gift 2', 'Find The ThanksGiving Gift-2 is is a point and click game developed by 8B Games/Games2live. I\'m Jack. I Need your help to find a Thanksgiving gift to my girl. Here is the interesting puzzles and hidden objects to find and get the gift. Good luck and have fun!', 'https://img.gamemonetize.com/zboomnztdrm3oh0ftdxa1v23i5zxfsr8/512x384.jpg', 'https://html5.gamemonetize.com/zboomnztdrm3oh0ftdxa1v23i5zxfsr8/', '0', 'Puzzles', 0, 0, '', 'find-the-thanksgiving-gift-'), (14485, 'K Challenge 456', 'Join the game and you are now traped in unknown island, there is a musterious invitation coming with 5 challenges: 123,stop, Glass Bridge, Marbles, Tug of War, and Ppopgi. Can you geti the ultimate prize 456 million rewards and escape from this secret area?', 'https://img.gamemonetize.com/nrikveuei1ae13ry66nn493i3kz1n145/512x384.jpg', 'https://html5.gamemonetize.com/nrikveuei1ae13ry66nn493i3kz1n145/', '0', 'Hypercasual', 0, 0, '', 'k-challenge-'), (14486, 'Squid Game Mission Revenge', 'It\'s time for revenge, an almost impossible mission, but it will surely amuse you !! Play this new game called Squid Squad Mission Revenge a new game where you will take revenge on the heartless hooded enemies show how good you are at aiming and shooting !!!! Play it for free at kiz10.com totally free and enjoy many hours of fun. One of the survivors of these squid games returns to take revenge on these crazy games and decided to eliminate all the hooded men and the bosses that still continue to organize these crazy games. Your mission is to control the little hero so that he can eliminate all the enemies in each of the levels !! So help the little character by pointing and shooting. Take care of your ammunition. You have a limit in each level. Try not to waste your bullets. Exceed each level, improve your score and you will be able to obtain new weapons that will help you in each difficult level of this spectacular action and shooting game.', 'https://img.gamemonetize.com/awhl7vz4lwo32la0czu2mew8hfy06b7y/512x384.jpg', 'https://html5.gamemonetize.com/awhl7vz4lwo32la0czu2mew8hfy06b7y/', '0', 'Adventure', 0, 0, '', 'squid-game-mission-revenge'), (14487, 'Ice And Fire Twins', 'Use your special ice and fire skills to defeat opponents. The brand-new interface and elimination shooting mode allow players to eliminate enemies freely. The unique shooting feel is refreshing.', 'https://img.gamemonetize.com/rjjjbwg79lj8po2k3nbpx9u9kcl1303f/512x384.jpg', 'https://html5.gamemonetize.com/rjjjbwg79lj8po2k3nbpx9u9kcl1303f/', '0', 'Arcade', 0, 0, '', 'ice-and-fire-twins'), (14488, 'Squid Game Muscle Run.io', 'Meet Muscle Run.io, one of the new Squid Game games. In Squid Game Muscle Run.io, your character has to complete the challenging track in order to escape from the island. For this, you must strengthen your character by collecting the pink dumbbells on the ground. Complete the escape quickly by making wise choices as actions such as swimming, running, wall pushing will reduce your character\'s strength. Play the action and exciting IO style Squid Game now! For more, you can visit meyagames.com.', 'https://img.gamemonetize.com/77oz5lymty8hhgr3u0a72dr1yvrm06oh/512x384.jpg', 'https://html5.gamemonetize.com/77oz5lymty8hhgr3u0a72dr1yvrm06oh/', '0', 'Hypercasual', 0, 0, '', 'squid-game-muscle-runio'), (14489, 'Fall Guys Multiplayer Runner', 'Stumble Enjoyable Race 3d video game! Prepare to win the power of Celebration Royale.io pixel gun and have a fun time insight of a gratis knockout enjoyable race 3D worldwide of spectacular complimentary online multiplayer games. Experience numerous 3d games online and challenge your Event Royale people to beat them for massive success in these exciting knockout computer games. This loss, children 3d games animals pair up with different exciting round, eye-getting colors, and beautiful designs 3d video games experience. Prepare as well as do not fall, people, on this enjoyable race suit 3d game! Multiplayer online fight arena race Presses the various crazy children to fall under traps like the best fall guy in this online game with close friends. So please play two gamer online video games and even more individuals\' royale, individuals! Absolute fall guys free online multiplayer games running will undoubtedly offer to discover individuals the various actual challenges. The updated the finest multiplayer games included a modification of your character, brand-new spectacular rounds, more irritating difficulties, as well as a very contending knockout royale game 3D as well as fun multiplayer video games.', 'https://img.gamemonetize.com/8as5uccwsvxnq5r1039og27jgqdbq51w/512x384.jpg', 'https://html5.gamemonetize.com/8as5uccwsvxnq5r1039og27jgqdbq51w/', '0', 'Multiplayer', 0, 0, '', 'fall-guys-multiplayer-runner'), (14490, 'Crowd runner 3D', 'Welcome to the Crowd runner 3D game. It is a new arcade game that gives more entertainment and fun to the players. Pass the enemy crowd and reach the finish line to complete the level. Have fun!', 'https://img.gamemonetize.com/k1b6dj3em5fp8iig8t4zshj5hoam0gca/512x384.jpg', 'https://html5.gamemonetize.com/k1b6dj3em5fp8iig8t4zshj5hoam0gca/', '0', 'Arcade', 0, 0, '', 'crowd-runner-d'), (14491, 'Disney Frozen 2 Jigsaw', 'The World of Disney’s Frozen comes to life in an exciting new match 3 puzzle adventure. Join Elsa, Anna, and Olaf as you play the puzzle in a brand new game based on Disney’s Frozen & Frozen 2 movies.', 'https://img.gamemonetize.com/1ztdol6o32xle8ros6uqq7rw2ytnd81f/512x384.jpg', 'https://html5.gamemonetize.com/1ztdol6o32xle8ros6uqq7rw2ytnd81f/', '0', 'Puzzles', 0, 0, '', 'disney-frozen--jigsaw'), (14492, 'Truck Factory For Kids', 'It is a very colorful game educational game for kids in kindergarten. This game is for free not only games for boys but also for girls. If you are fond of cars and trucks or anything connected with building games thematic, you can join us in Truck Factory For Kids. I hope you can have fun learning truck games!', 'https://img.gamemonetize.com/llgbvhlqudo7jwvakcu83cw8x8lwub88/512x384.jpg', 'https://html5.gamemonetize.com/llgbvhlqudo7jwvakcu83cw8x8lwub88/', '0', 'Girls', 0, 0, '', 'truck-factory-for-kids'), (14493, 'DRAMA', 'DRAMA is a tricky platformer game with various puzzles to overcome. Think outside the box to complete the game with the most lives spared. Sometimes you have to find hidden objects, other times you have to use your skill, and in some cases, you have to put all your skills to the test. About DRAMA: Overview. Start DRAMA and follow the instructions to get the basics of the game. You\'ll have to run, jump, and swing to the end while avoiding death. Each time you die, your body will be left in place, and you\'ll lose one of your 1000 lives. The levels contain various obstacles to overcome, and new puzzle elements are added as you progress further through the 96 levels. Tips Request clues when you\'re stuck - but use them sparingly, as they take a life each time. Restarting the level will also take a life. Time is controlled. Don\'t get distracted; use your wits and be smart. Guide Frank to the exit using the least time and lives as possible.', 'https://img.gamemonetize.com/mbctjxt4e8jag9d8r3ruz1hf83twjul4/512x384.jpg', 'https://html5.gamemonetize.com/mbctjxt4e8jag9d8r3ruz1hf83twjul4/', '0', 'Hypercasual', 0, 0, '', 'drama'), (14494, 'Soft Christmas Cookies', 'We are presenting our new Christmas cooking game called Soft Christmas Cookies. This is an awesome free online game. The holidays are coming and everyone is expecting Santa Claus and his presents. But he must get ready for the Holidays. He must make the most delicious cookies. But there is a problem, he can\'t do it all by himself, he needs your help. You have to help Santa Claus to make these delicious cookies. Follow the instructions in the game and try to make the cookies. Use your game to play this game. Bake the cookies, make beautiful forms, and at the end of the game decorate the soft Christmas cookies with beautiful colors. At the end also you can decorate the table. Now the cookies are ready to be served. Play this awesome game and have a happy holiday!', 'https://img.gamemonetize.com/wewsoqaunr7mqh0meopdn4vdyv5ekhrj/512x384.jpg', 'https://html5.gamemonetize.com/wewsoqaunr7mqh0meopdn4vdyv5ekhrj/', '0', 'Girls', 0, 0, '', 'soft-christmas-cookies'), (14495, 'Color Maze Puzzle 2D', 'Color Maze Puzzle 2D is a maze game with 80 challenging levels. Swipe to move the ball and color all blocks. By overcoming some levels, new balls are unlocked to help you reach the end. Have a good time!', 'https://img.gamemonetize.com/ce2u13a8clud14kgcv45hk92asxbx40k/512x384.jpg', 'https://html5.gamemonetize.com/ce2u13a8clud14kgcv45hk92asxbx40k/', '0', 'Puzzles', 0, 0, '', 'color-maze-puzzle-d'), (14496, 'Animal Monster Trucks Difference', 'Animal Monster Truck Difference is a free online difference and kids game! In this game you will need to find 7 differences in every picture. There are 6 different levels. You have one original image and one with mistakes in it. Have fun!', 'https://img.gamemonetize.com/74s8z27ttqjc9k2e7t0axvfw9m8apiy1/512x384.jpg', 'https://html5.gamemonetize.com/74s8z27ttqjc9k2e7t0axvfw9m8apiy1/', '0', 'Puzzles', 0, 0, '', 'animal-monster-trucks-difference'), (14497, 'Side Golf', 'Miniature Golf is the most addictive 2D game for Miniature Golf sports lovers. 4 different beautiful golf courses and amazing game play will bring to you an awesome golfing experience. Play on beautiful beaches, over the airy sands of the desert, and learn to overcome challenging obstacles, slopes, turns, jumps and ramps!', 'https://img.gamemonetize.com/p39jgk8om3ot6cm154j2c0jn6ib94btk/512x384.jpg', 'https://html5.gamemonetize.com/p39jgk8om3ot6cm154j2c0jn6ib94btk/', '0', 'Sports', 0, 0, '', 'side-golf'), (14498, 'Radius Ball', 'Radius Ball is a shooter puzzle game. There will be eight dots arranged in a circle. At the beginning of the game a red ball will rotate around one of the dots and at another dot a red ring will appear around it and your task will be to hit the ring with the red ball. If you do, the ring will move to a new location and you will need to hit it again. If you miss the ring, the game is over. The red ball will rotate all time around white dots, so you need to shoot at right time and at right angle.', 'https://img.gamemonetize.com/u3qadzxje7t4tmohpa0e096u6dc0blse/512x384.jpg', 'https://html5.gamemonetize.com/u3qadzxje7t4tmohpa0e096u6dc0blse/', '0', 'Puzzles', 0, 0, '', 'radius-ball'), (14499, 'Cooking Golden Santa Bread', 'Cooking Golden Santa Bread is a very interesting free online cooking game. For the Holidays everyone makes beautiful cakes with very unusual forms and colors. In this game, you have to make very delicious bread that has Santa\'s look. First make the dough with flour, water, sugar, salt, eggs, and other ingredients. After you make the dough, make the shapes for Santa with the given knife. Follow the given instructions in the up left corner. After you have made the Santa, use the brush to brush Santa\'s hat, nose, and cheeks. And at the end put the Santa in the oven. Now the Golden Santa Bread is ready for eating. Enjoy and have fun playing this game during the holiday celebrations!', 'https://img.gamemonetize.com/i5ebf4g8glpzc4gvrhx0942ezguxdxsu/512x384.jpg', 'https://html5.gamemonetize.com/i5ebf4g8glpzc4gvrhx0942ezguxdxsu/', '0', 'Cooking', 0, 0, '', 'cooking-golden-santa-bread'), (14500, 'Mr Bean Funny Jigsaw', 'Mr Bean Funny Jigsaw is a free online game from genre of puzzle and jigsaw games. You can select one of the 6 images and then select one of the three modes: easy with 25 pieces, medium with 49 pieces and hard with 100 pieces. Have fun and enjoy!', 'https://img.gamemonetize.com/ifaec1yrawq2dgkach0gjtp501xzrsan/512x384.jpg', 'https://html5.gamemonetize.com/ifaec1yrawq2dgkach0gjtp501xzrsan/', '0', 'Puzzles', 0, 0, '', 'mr-bean-funny-jigsaw'), (14501, 'Slings to the Basket ', 'Slings to the Basket is a puzzle game where you need to slings player from one point to another to get to the basket. You can bounce of the game sides. Avoid obstacles and collect fruits on the road to the baskets. When you are in red points you need to pass that point faster because the point will disappear. Try to pass the level without lose live. This game has 20 levels. Each next level is more harder than previous. Be focused and have fun. You can change the player skin. Select your lucky player and start the game.', 'https://img.gamemonetize.com/ru9nnwng1lfdkj68e1gjsn0ico7u43qd/512x384.jpg', 'https://html5.gamemonetize.com/ru9nnwng1lfdkj68e1gjsn0ico7u43qd/', '0', 'Puzzles', 0, 0, '', 'slings-to-the-basket-'), (14502, 'Neon Patsh', 'The goal of the game is to get to the top without hitting the walls.Achieve the best result.', 'https://img.gamemonetize.com/5va003jjbyvc49d1rdh8zdrbptg40i23/512x384.jpg', 'https://html5.gamemonetize.com/5va003jjbyvc49d1rdh8zdrbptg40i23/', '0', 'Multiplayer', 0, 0, '', 'neon-patsh'), (14503, 'Farm Boy Escape2', 'Farm Boy Escape 2 is a point and click escape game developed by 8BGames. Imagine that you have a horse and a Farm Boy in your farm house. That Farm Boy is very naughty used to run everywhere. Now the naughty Farm Boy got trapped in a cage. Find some hidden object to solve some interesting clues to escape the Farm Boy. Good luck…Have fun!', 'https://img.gamemonetize.com/w68o12giab6kohv863wcbr8l2cpe86jk/512x384.jpg', 'https://html5.gamemonetize.com/w68o12giab6kohv863wcbr8l2cpe86jk/', '0', 'Puzzles', 0, 0, '', 'farm-boy-escape'), (14504, 'Green Mountain Escape', 'Green Mountain Escape is a point and click escape game developed by 8BGames. Imagine that you went to a green mountain on an evening. You are supposed to return back before night. Unfortunately you lost your way. Find some hidden object to solve some interesting clues to escape from the green mountain. Good luck…Have fun!', 'https://img.gamemonetize.com/0gd9vkoqtbr3o5gew0y0rt0ltc1prt2p/512x384.jpg', 'https://html5.gamemonetize.com/0gd9vkoqtbr3o5gew0y0rt0ltc1prt2p/', '0', 'Puzzles', 0, 0, '', 'green-mountain-escape'), (14505, 'Little Archer', 'Our hero is small in stature but with huge ambitions. He intends to participate and win, but you need to train a lot, which he will do, and you will help him in the game Little Archer. We built a special road along which round targets stand, you need to move and shoot. If you hit exactly the bull\'s eye, get an additional arrow as a gift.', 'https://img.gamemonetize.com/t61ljzpluulgeb4wk72zqo5ev3jqm3mg/512x384.jpg', 'https://html5.gamemonetize.com/t61ljzpluulgeb4wk72zqo5ev3jqm3mg/', '0', 'Arcade', 0, 0, '', 'little-archer'), (14506, 'Clown Escape', 'Clown Escape is a point and click escape game developed by 8BGames. Imagine that you are about to pick up a Boy to school for fancy dress competition. When he went to wear Clown costume; he got stuck in his room. Find some hidden object to solve some interesting clues to escape the Clown. Good luck…Have fun!', 'https://img.gamemonetize.com/xv7r8asu1kurarzyb2ppqssghf9ad194/512x384.jpg', 'https://html5.gamemonetize.com/xv7r8asu1kurarzyb2ppqssghf9ad194/', '0', 'Puzzles', 0, 0, '', 'clown-escape'), (14507, 'Safe Circle Space', 'Tap simple game, but addictive. Save dot player in safe circle space. Tap on screen to change way of movement, avoid obstacles and get the best score.', 'https://img.gamemonetize.com/6ldhrc12d2tvkkziimjvrtztmrevswve/512x384.jpg', 'https://html5.gamemonetize.com/6ldhrc12d2tvkkziimjvrtztmrevswve/', '0', 'Puzzles', 0, 0, '', 'safe-circle-space'), (14508, 'Water Splashing Jigsaw', 'Water Splashing Jigsaw is an online puzzle jigsaw game. To solve this puzzle you have to place 64 pieces in the correct jigsaw order. Play this cool plush figures toys jigsaw game and enjoy in your free time!', 'https://img.gamemonetize.com/bstrwbk1cntm4lbcfulzd8eb3jm49gbv/512x384.jpg', 'https://html5.gamemonetize.com/bstrwbk1cntm4lbcfulzd8eb3jm49gbv/', '0', 'Puzzles', 0, 0, '', 'water-splashing-jigsaw'), (14509, 'Cuisine Jigsaw', 'Cuisine Jigsaw is an online puzzle jigsaw game. To solve this puzzle you have to place 64 pieces in the correct jigsaw order. Play this cool plush figures toys jigsaw game and enjoy in your free time!', 'https://img.gamemonetize.com/vnuig7d3gsgvczv6sdxqq2adjcq48xwl/512x384.jpg', 'https://html5.gamemonetize.com/vnuig7d3gsgvczv6sdxqq2adjcq48xwl/', '0', 'Puzzles', 0, 0, '', 'cuisine-jigsaw'), (14510, 'Wild Turkey Jigsaw', 'Wild Turkey Jigsaw is an online puzzle jigsaw game. To solve this puzzle you have to place 64 pieces in the correct jigsaw order. Play this cool plush figures toys jigsaw game and enjoy in your free time!', 'https://img.gamemonetize.com/8dj7cfpoeqpcg72dbb69fmsa8w16q9ky/512x384.jpg', 'https://html5.gamemonetize.com/8dj7cfpoeqpcg72dbb69fmsa8w16q9ky/', '0', 'Puzzles', 0, 0, '', 'wild-turkey-jigsaw'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (14511, 'Sniper Survival Squidy Game', 'Squid Video Game is Brand Sniper Game with Perfect Shooting, Aim the Enemies as well as fire on ideal time like Play function of covert agent Squid, The Sniper 3D Activity Video Game with Ultimate Missions as well as targets. Play the Function of Undercover Squid. Straightforward shooting with Sniper shots have Fun Exactly How to Play Squid 3D Video Game: Tap to Goal Shoot - It\'s Super Bullet Time Shoot The Finest Sniper Spy Shot Fire your sniper weapon and also be wise, be Crazy utilize your tool to take down all your opponents in round by bouncing as well as taking off the walls. Attempt to go across the degree without being seen by the adversaries, be careful if they see you due to the fact that they will certainly bring you down, and also you may shed the objective! Features Squid Video Game 3D:. Become the only supreme Squid Activity. It\'s time of Squid Game bullet with Trigger on the hunt. Play the Duty of Perfect Sniper. Each degree is harder, and you will certainly pass a lot, just the best can !!!', 'https://img.gamemonetize.com/k73sgoo34oag7dtc81x2e364r3a8athd/512x384.jpg', 'https://html5.gamemonetize.com/k73sgoo34oag7dtc81x2e364r3a8athd/', '0', 'Arcade', 0, 0, '', 'sniper-survival-squidy-game'), (14512, 'Festival Dia de Muertos', 'The Day of the Dead is a joyful celebration of life: love, memory and reverence are the main characters of the event. Dia de Los Muertos is the acceptance of death without mourning and the real glory of life. The Day of the Dead is celebrated in Mexico and in the United States, in places where large Mexican communities live... This year, princesses the Little Mermaid, Lisa and Jacqueline are also participating in the festival. Help the girls make an impressive makeup for the Day of the Dead, create a luxurious hairstyle with braids and, of course, choose decent outfits for such a holiday.', 'https://img.gamemonetize.com/djejg79s1szs1ad6lt6ivpwo80kkwer6/512x384.jpg', 'https://html5.gamemonetize.com/djejg79s1szs1ad6lt6ivpwo80kkwer6/', '0', 'Girls', 0, 0, '', 'festival-dia-de-muertos'), (14513, 'Squid Game Jigsaw Game', 'Squid Game Jigsaw is a fantastic jigsaw puzzle game with the theme of the squid games. Drag and drop the pieces to their exact locations. In this game you have a total of 12 squid game themed images. You need to start from the first image and to unlock the next one. You have three modes for each image: Easy mode with 25(5x5) pieces, medium mode with 49(7x7) pieces, and hard mode with 100(10x10) pieces.', 'https://img.gamemonetize.com/nhri09wwq7pviwuv811zygm8d8s7mh97/512x384.jpg', 'https://html5.gamemonetize.com/nhri09wwq7pviwuv811zygm8d8s7mh97/', '0', 'Puzzles', 0, 0, '', 'squid-game-jigsaw-game'), (14514, 'Extreme Golf 2d', 'Welcome to Extreme Golf 2d Game. Who says Golf is the richest person\'s game? Here comes bestgamespot bring Golf to everyone in simple and easy ways. Just click and release the mouse pointer to complete the level. But in further levels, you have to face some difficulties. Play this cute game for kids and fun!', 'https://img.gamemonetize.com/1e6j16n5kepo9mt9hcfhkid471jov14h/512x384.jpg', 'https://html5.gamemonetize.com/1e6j16n5kepo9mt9hcfhkid471jov14h/', '0', 'Sports', 0, 0, '', 'extreme-golf-d'), (14515, 'Ringo Starfish', 'Navigating in deep water, Ringo Starfish found a mysterious island. He suspects there are treasures hidden there. Help our adventurer to explore it facing various enemies and traps. Collect all crystals scattered throughout the territory. Use Ringo\'s firepower, swimming skill and invincibility power to overcome all obstacles. If necessary, take advantage of the checkpoint tool present at all levels. Have fun with this complete and fantastic platform game!', 'https://img.gamemonetize.com/8sbglz99fbibgtk16z5lxrb3eona1zw1/512x384.jpg', 'https://html5.gamemonetize.com/8sbglz99fbibgtk16z5lxrb3eona1zw1/', '0', 'Arcade', 0, 0, '', 'ringo-starfish'), (14516, 'Frankenstein Go Run', 'Frankenstein quiere salvar a su novia, pero para conseguirlo tiene que resolver complicados rompecabezas y esquivar a los temibles enemigos. Sube escaleras, salta obstáculos y abre puertas para avanzar por los hermosos pero aterradores niveles. En su viaje, conocerá a muchos amigos, que le ayudarán a salvar a su novia si les ayuda a encontrar sus objetos perdidos. En cuanto les devuelvas sus objetos robados, lo más probable es que te den una llave, ¡que obviamente abre un montón de puertas cerradas para explorar! Recoge pociones mágicas en tu viaje y desbloquea nuevas e impresionantes apariencias para que Frankenstein impresione a su novia. ¿Estás preparado para ayudar a Frankenstein y unirte a la aventura más terrorÃfica pero más sorprendente de este año?', 'https://img.gamemonetize.com/oq5uz5fgc8y7mydtq6ck7693rumux6go/512x384.jpg', 'https://html5.gamemonetize.com/oq5uz5fgc8y7mydtq6ck7693rumux6go/', '0', 'Adventure', 0, 0, '', 'frankenstein-go-run'), (14517, 'Basket Pin', 'Forget about the basketball games you played before. Are you ready for a game that combines pinball classic and basketball game? What are you waiting for to become one of the basketball league legends? Download the game, compete with your friends and dunk before they block you. Collect points and become one of the basketball kings.', 'https://img.gamemonetize.com/k2ssmift4vwo8tkysbnbwxs57iz4dhq3/512x384.jpg', 'https://html5.gamemonetize.com/k2ssmift4vwo8tkysbnbwxs57iz4dhq3/', '0', 'Sports', 0, 0, '', 'basket-pin'), (14518, 'Weekend Sudoku 36', 'Sudoku is one of the most popular puzzle games of all time. The goal of Sudoku is to fill a 9×9 grid with numbers so that each row, column and 3×3 section contain all of the digits between 1 and 9. As a logic puzzle, Sudoku is also an excellent brain game. If you play Sudoku daily, you will soon start to see improvements in your concentration and overall brain power. Start a game now.', 'https://img.gamemonetize.com/vh22b7o0ru0l7sdxqls4iixc82kxz1hi/512x384.jpg', 'https://html5.gamemonetize.com/vh22b7o0ru0l7sdxqls4iixc82kxz1hi/', '0', 'Puzzles', 0, 0, '', 'weekend-sudoku-'), (14519, 'Brick Home Escape', 'Brick Home Escape is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to trapped inside house. Here is the interesting puzzles and hidden objects to find and get escape from the house Good luck.. Have fun!', 'https://img.gamemonetize.com/3brv5abb8brhrh63j308c6jwul6b7cad/512x384.jpg', 'https://html5.gamemonetize.com/3brv5abb8brhrh63j308c6jwul6b7cad/', '0', 'Puzzles', 0, 0, '', 'brick-home-escape'), (14520, 'Diamond Shot', 'You will operate with purple diamonds with five faces. The task is to shoot crystals, filling special niches on the playing field. This does not happen with one shot. In this case, it is undesirable for the stones to hit the red columns. Each blow is a loss of life, and you have only thirty of them. It seems a lot, but treat them with care, otherwise, literally waste at the initial levels.', 'https://img.gamemonetize.com/d67tyqbuubsudbarslu3it8277uev23d/512x384.jpg', 'https://html5.gamemonetize.com/d67tyqbuubsudbarslu3it8277uev23d/', '0', 'Hypercasual', 0, 0, '', 'diamond-shot'), (14521, 'Woody House Escape', 'Woody House Escape is a point and click game developed by 8B Games/Games2live. Imagine that you had been to a Woody House, On there you got trapped. Here is the interesting puzzles and hidden objects to escape from the Woody House. Good luck.. Have fun!', 'https://img.gamemonetize.com/svs9fyn49t5pxqvyryh95fobctzezlmp/512x384.jpg', 'https://html5.gamemonetize.com/svs9fyn49t5pxqvyryh95fobctzezlmp/', '0', 'Puzzles', 0, 0, '', 'woody-house-escape'), (14522, 'Mysterious Land Escape', 'Mysterious Land Escape is a point and click game developed by 8B Games/Games2live. Imagine that you had been to a Mysterious Land, On there you got trapped. Here is the interesting puzzles and hidden objects to escape from the Mysterious Land. Good luck.. Have fun!', 'https://img.gamemonetize.com/996w0fnb6hi4tnhykw5yntrwukrjizr5/512x384.jpg', 'https://html5.gamemonetize.com/996w0fnb6hi4tnhykw5yntrwukrjizr5/', '0', 'Puzzles', 0, 0, '', 'mysterious-land-escape'), (14523, 'Colors Pressing', 'Colors Pressing is an tap game. Destroy same colors as in press bars for correct conveyor process. Be careful and filter redundant colors in next conveyor step.', 'https://img.gamemonetize.com/52lzi2m4kaxkxfy2jth920n97m1u9kxm/512x384.jpg', 'https://html5.gamemonetize.com/52lzi2m4kaxkxfy2jth920n97m1u9kxm/', '0', 'Puzzles', 0, 0, '', 'colors-pressing'), (14524, 'G2L Cyber Monday Escape', '"Cyber Monday Escape is a point and click game developed by 8B Games/Games2live. Imagine that you had been to a house, On there you trapped by a stranger on a Cyber Monday. Here is the interesting puzzles and hidden objects to find and escape from here. Good luck.. Have fun!"', 'https://img.gamemonetize.com/9qbxwem0oxdpfffx9cmfu2tw1go4k7hv/512x384.jpg', 'https://html5.gamemonetize.com/9qbxwem0oxdpfffx9cmfu2tw1go4k7hv/', '0', 'Puzzles', 0, 0, '', 'gl-cyber-monday-escape'), (14525, 'SMALL BUSINESS SATURDAY ESCAPE', 'Small Business Saturday Escape is a point and click game developed by 8B Games/Games2live. Imagine that you had been to a Shopping, On there you found a girl got trapped. Here is the interesting puzzles and hidden objects to find and get escape from the Shopping. Good luck.. Have fun!', 'https://img.gamemonetize.com/gsn5h9plwyubsx4kuyw97m0ugrxnlwm9/512x384.jpg', 'https://html5.gamemonetize.com/gsn5h9plwyubsx4kuyw97m0ugrxnlwm9/', '0', 'Puzzles', 0, 0, '', 'small-business-saturday-escape'), (14526, 'Hamburger Jigsaw', 'Hamburger Jigsaw is an online puzzle jigsaw game. To solve this puzzle you have to place 64 pieces in the correct jigsaw order. Play this cool plush figures toys jigsaw game and enjoy in your free time!', 'https://img.gamemonetize.com/nz9183p1hdfkp44e416x8p03lyvsus13/512x384.jpg', 'https://html5.gamemonetize.com/nz9183p1hdfkp44e416x8p03lyvsus13/', '0', 'Puzzles', 0, 0, '', 'hamburger-jigsaw'), (14527, 'Colourful Flower Garden Jigsaw', 'Colourful flower Garden jigsaw is an online puzzle jigsaw game. To solve this puzzle you have to place 64 pieces in the correct jigsaw order. Play this cool plush figures toys jigsaw game and enjoy in your free time!', 'https://img.gamemonetize.com/hz64dwurt66nmurlp8epr4phc77dj4p6/512x384.jpg', 'https://html5.gamemonetize.com/hz64dwurt66nmurlp8epr4phc77dj4p6/', '0', 'Puzzles', 0, 0, '', 'colourful-flower-garden-jigsaw'), (14528, 'Cage Bird Escape', '"Cage Bird Escape is a point and click game developed by 8B Games/Games2live. Imagine that you had been to a village, On there you found a bird got trapped. Here is the interesting puzzles and hidden objects to find and rescue the bird. Good luck.. Have fun!"', 'https://img.gamemonetize.com/3jca2pf74exbknokjxsyympjnyhzssaj/512x384.jpg', 'https://html5.gamemonetize.com/3jca2pf74exbknokjxsyympjnyhzssaj/', '0', 'Puzzles', 0, 0, '', 'cage-bird-escape'), (14529, 'New Bird Escape', 'New Bird Escape is a point and click game developed by 8B Games/Games2live. Imagine that you had been to a village, On there you found a New Bird got trapped. Here is the interesting puzzles and hidden objects to find and rescue the Bird Good luck.. Have fun!', 'https://img.gamemonetize.com/6wi0qyv4vsmi9cyq0pvkhz8fhbssfbyd/512x384.jpg', 'https://html5.gamemonetize.com/6wi0qyv4vsmi9cyq0pvkhz8fhbssfbyd/', '0', 'Puzzles', 0, 0, '', 'new-bird-escape'), (14530, 'HORSE ESCAPE', 'Horse Escape is a point and click game developed by 8B Games/Games2live. Imagine that you had been to a village, On there you found a Horse got trapped. Here is the interesting puzzles and hidden objects to find and rescue the Horse. Good luck.. Have fun!', 'https://img.gamemonetize.com/dkr7sh1fg8s1887s9cqnmhp5xv5m5pr9/512x384.jpg', 'https://html5.gamemonetize.com/dkr7sh1fg8s1887s9cqnmhp5xv5m5pr9/', '0', 'Puzzles', 0, 0, '', 'horse-escape'), (14531, 'G2L Black Friday Escape', 'Black Friday Escape is a point and click game developed by 8B Games/Games2live. Imagine that we had been to the Black Friday Shopping. On there my friend got trapped. Here is the interesting puzzles and hidden objects to find and rescue my Friend. Good luck.. Have fun!', 'https://img.gamemonetize.com/ijae1qvkqfrkrhhlw67xlq3eixlpdtuc/512x384.jpg', 'https://html5.gamemonetize.com/ijae1qvkqfrkrhhlw67xlq3eixlpdtuc/', '0', 'Puzzles', 0, 0, '', 'gl-black-friday-escape'), (14532, 'Wooden Rooms Escape', 'Wooden Rooms Escape is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to trapped inside house. Here is the interesting puzzles and hidden objects to find and get escape from the house Good luck.. Have fun!', 'https://img.gamemonetize.com/bbsxy0gzqhbcpo1dcoj67xg0iu8f2mzy/512x384.jpg', 'https://html5.gamemonetize.com/bbsxy0gzqhbcpo1dcoj67xg0iu8f2mzy/', '0', 'Puzzles', 0, 0, '', 'wooden-rooms-escape'), (14533, 'Sorority Fall Fashion', 'Welcome to Sorority fall fashion. Princess Ariel, Cinderella, and Merida are the Best friends who admired for the latest fashion trends. They planned to welcome Autumn with their fashion style. Join and help them.', 'https://img.gamemonetize.com/sghc9xz6hkecji03olmhqw3ebrrn7fy8/512x384.jpg', 'https://html5.gamemonetize.com/sghc9xz6hkecji03olmhqw3ebrrn7fy8/', '0', 'Girls', 0, 0, '', 'sorority-fall-fashion'), (14534, 'SnowWars.io', 'Multiplayer game with snowmen and snowballs! Collect snow to grow, find power ups and throw snow balls at other players!', 'https://img.gamemonetize.com/ul7xv2s953oifo0wwm3m8uula51fmzug/512x384.jpg', 'https://html5.gamemonetize.com/ul7xv2s953oifo0wwm3m8uula51fmzug/', '0', 'Multiplayer', 0, 0, '', 'snowwarsio'), (14535, 'Princess Escape 2021', 'Princess Escape is a fun game where you control a princess that tries to escape from the evil castle. Play Princess Escape now for great fun!', 'https://img.gamemonetize.com/qszlo4vwinglktq0m9e3vllrd3pbqsgs/512x384.jpg', 'https://html5.gamemonetize.com/qszlo4vwinglktq0m9e3vllrd3pbqsgs/', '0', 'Girls', 0, 0, '', 'princess-escape-'), (14536, 'Squid Game Challenge Honeycomb', 'It\'s time to play one of the famous games in the Squid Game series. On this occasion you will be able to demonstrate your ability to draw the very well-known shapes with a small stick! It\'s time fun with this new game called Squid Challenge Honeycomb. Enjoy playing this incredible current game free many hours. Here at kiz10.com you can play all the games in this tv series.br It is your opportunity to show that you can be the champion and win all the proceeds in these survival games !!! On this occasion you can test your ability to draw shapes as it is done in the tv series, first you can your favorite character to try to overcome each of the levels, in the more 10 levels of this game the first four levels will test your ability to overcome and draw the basic shapes and then put more demanding levels to the test. But be careful, it is not as easy as it seems, you cannot fail a single way or you will have to start over from scratch and your character will be eliminated which will ce you to another character and thus start again. Accumulate the highest score and excel with each attempt that you have fun. The objective of the game is to draw the dferent ms of the game without going over the painted lines or the game will ce you to restart from the first m in order to accumulate a new score.', 'https://img.gamemonetize.com/6vjpsgdiof4q6ny5qttrw6y78i8ictvi/512x384.jpg', 'https://html5.gamemonetize.com/6vjpsgdiof4q6ny5qttrw6y78i8ictvi/', '0', 'Clicker', 0, 0, '', 'squid-game-challenge-honeycomb'), (14537, 'Land Rover Defender SVX Slide', 'Play this slide puzzle games of the car - Land Rover Defender SVX. It\'s include 3 images and 3 modes (3x3 pieces, 4x4 pieces, 5x5 pieces) to play.', 'https://img.gamemonetize.com/pwvlm592qiwir7pafq5q7whizjb32soq/512x384.jpg', 'https://html5.gamemonetize.com/pwvlm592qiwir7pafq5q7whizjb32soq/', '0', 'Puzzles', 0, 0, '', 'land-rover-defender-svx-slide'), (14538, 'Stickman Death Run', 'Everyone\'s favorite stickman is now on a death run in the pixel world. If you want to achieve victory with him, run. Help him run, be careful, there are many obstacles, you have to watch out for these obstacles.', 'https://img.gamemonetize.com/rt8qdnl052x3hfr075070frs36kd9tgp/512x384.jpg', 'https://html5.gamemonetize.com/rt8qdnl052x3hfr075070frs36kd9tgp/', '0', 'Fighting', 0, 0, '', 'stickman-death-run'), (14539, 'Circle Ball Collector', 'In the game Circle Ball Collector, you will also become a collector and the object of your collection will be colorful balls that frolic on the playing field. At the bottom, you will see three colored circles. By clicking on one of them, you will make the balls of the same color attract to you. But watch out for a gray nondescript object that will flicker in front of the trap circles. If even one of the balls collides with him, you will lose.', 'https://img.gamemonetize.com/hwl3lfw1pgkmf8b0sjo69ql9di1avb0n/512x384.jpg', 'https://html5.gamemonetize.com/hwl3lfw1pgkmf8b0sjo69ql9di1avb0n/', '0', 'Hypercasual', 0, 0, '', 'circle-ball-collector'), (14540, 'American Boy Escape', 'American Boy Escape is a point and click escape game developed by 8BGames. Imagine that you went to a American boy house to play with him. As the boy is very playful, the boy got stuck in a room. Find some hidden object to solve some interesting clues to escape the American Boy. Good luck…Have fun!', 'https://img.gamemonetize.com/78f2bv59zregddpxz4611c6y19fou2rr/512x384.jpg', 'https://html5.gamemonetize.com/78f2bv59zregddpxz4611c6y19fou2rr/', '0', 'Puzzles', 0, 0, '', 'american-boy-escape'), (14541, 'Swan Land Escape', 'Swan Land Escape is a point and click game developed by 8B Games/Games2live. Imagine that you had been to a Swan Land, On there you had trapped. Here is the interesting puzzles and hidden objects to find and get escape from the Swan Land. Good luck.. Have fun!', 'https://img.gamemonetize.com/1ef6bxtvz8w7q3y1yghvq8rqaeny0cyj/512x384.jpg', 'https://html5.gamemonetize.com/1ef6bxtvz8w7q3y1yghvq8rqaeny0cyj/', '0', 'Puzzles', 0, 0, '', 'swan-land-escape'), (14542, 'Calm Land House Escape', 'Calm Land House Escape is a point and click game developed by 8B Games/Games2live. Imagine that you had been to a Calm Land House, On there you got trapped. Here is the interesting puzzles and hidden objects to escape from the Calm Land House. Good luck.. Have fun!', 'https://img.gamemonetize.com/he1zonx31eos4hhr7lyvd0vyl5n2hy8p/512x384.jpg', 'https://html5.gamemonetize.com/he1zonx31eos4hhr7lyvd0vyl5n2hy8p/', '0', 'Puzzles', 0, 0, '', 'calm-land-house-escape'), (14543, 'Pong Ball Master', 'The rules are very simple - do not let the constantly moving ball hit the ball that does not match its color. The task is even easier - to score maximum points. Be extremely careful and move the top or bottom rows of balls in time to prevent the game from being stopped. Your best result will remain recorded so you can see your growth dynamics.', 'https://img.gamemonetize.com/fjhqborrfnitt5hdiif04jgzm0h7om4y/512x384.jpg', 'https://html5.gamemonetize.com/fjhqborrfnitt5hdiif04jgzm0h7om4y/', '0', 'Puzzles', 0, 0, '', 'pong-ball-master'), (14544, 'Ben 10 Stinkfly Showtime 2021', 'Ben10 Challenge Stinkfly\'s Showtime is fun game.', 'https://img.gamemonetize.com/50gascirkm4jp6wv8xk62bsr28p2p53c/512x384.jpg', 'https://html5.gamemonetize.com/50gascirkm4jp6wv8xk62bsr28p2p53c/', '0', 'Arcade', 0, 0, '', 'ben--stinkfly-showtime-'), (14545, 'Ben 10 Hero Time 2021', 'Ben 10 Hero Time is a platformer game which is very fun.', 'https://img.gamemonetize.com/3tgxhe43c06xzx11zq8s0cwdq9s1canb/512x384.jpg', 'https://html5.gamemonetize.com/3tgxhe43c06xzx11zq8s0cwdq9s1canb/', '0', 'Arcade', 0, 0, '', 'ben--hero-time-'), (14546, 'Kick Colored Balls', 'The goal at this game is to kick colored balls. On both sides of the game area will be balls. On the left side will be the yellow ball and on the right the blue one. Tap on left or right side and the balls will hit. In the middle of the screen will move balls in line in yellow and blue color only. With the balls that are on the side you have to destroy the coming balls. But the yellow ball will destroy the yellow ball only and the blue ball the blue one. If you mix the blows you will lose.', 'https://img.gamemonetize.com/fn9c8wz98dsijm0l3h3f2n8mqb3k72ak/512x384.jpg', 'https://html5.gamemonetize.com/fn9c8wz98dsijm0l3h3f2n8mqb3k72ak/', '0', 'Puzzles', 0, 0, '', 'kick-colored-balls'), (14547, 'Preschool Minnie Magnificent Garden', 'It\'s possible now to play the Mickey Mouse Preschool: Minnie\'s Magnificent Garden game in your web browser for free at Superkidgames.com and more fun games. In the Ultimate Air game, Are you ready to get your hands dirty in the garden? Try out the Ready for Preschool: Minnie\'s Magnificent Garden game and assist the adorable mouse in getting ready for the market! Have you ever had to look after a plant? Now is the time to learn how much time it takes to cultivate your own crops, and Minnie Mouse will tell you everything you need to know! You must take care of the garden for today\'s mission. Dig holes in the dirt, sow seeds, and watch your fruits and vegetables grow large and healthy! Of course, you must provide them with sufficient water and sunlight for this to occur! Are you prepared to start working? It\'s time to get your gardening equipment out! Fortunately, there is no hard labor involved because everything can be done with your mouse. To dig, plant, and irrigate your crops, click on each thing and drag it to the plots. So far, it appears to be as simple as pie. Don\'t worry if you don\'t know anything about gardening; Minnie will teach you everything you need to know! Begin by digging holes for each seed with your trowel. After you\'ve planted them, keep an eye on your fruits and vegetables to ensure they don\'t wither!', 'https://img.gamemonetize.com/8wx3t0f611d16x2fw7qd35i54y58m9sh/512x384.jpg', 'https://html5.gamemonetize.com/8wx3t0f611d16x2fw7qd35i54y58m9sh/', '0', 'Puzzles', 0, 0, '', 'preschool-minnie-magnificent-garden'), (14548, 'Cute Red Bird Escape', '"Cute Red Bird Escape is a point and click game developed by 8B Games/Games2live. Imagine that you had been to a Land, On there a Red Bird had trapped. Here is the interesting puzzles and hidden objects to find and rescue the Bird. Good luck.. Have fun!"', 'https://img.gamemonetize.com/65mkviqlrsqb4vdq98m6iwnnd97vmyql/512x384.jpg', 'https://html5.gamemonetize.com/65mkviqlrsqb4vdq98m6iwnnd97vmyql/', '0', 'Puzzles', 0, 0, '', 'cute-red-bird-escape'), (14549, 'Squid Shapes ', 'Squid Shape Challenge Game brings together the best of entertainment and augmented reality to create a safe, happy and immersive world where your creativity and imagination can run wild with some of best friends.', 'https://img.gamemonetize.com/achmwogaradtm8vvqckt4zvz8zsh78i4/512x384.jpg', 'https://html5.gamemonetize.com/achmwogaradtm8vvqckt4zvz8zsh78i4/', '0', 'Puzzles', 0, 0, '', 'squid-shapes-'), (14550, 'Evasive Balls Game', 'Rotate two balls at a time to avoid falling cubes and collect the rings. The game is difficult. Simple and addictive gameplay.', 'https://img.gamemonetize.com/kjhz97sun9wwqgucl9snfgkrk23wr3e6/512x384.jpg', 'https://html5.gamemonetize.com/kjhz97sun9wwqgucl9snfgkrk23wr3e6/', '0', 'Puzzles', 0, 0, '', 'evasive-balls-game'), (14551, 'White Black Game', 'Timely press the side buttons to attract the ball and earn points, carefully monitor their color and speed. The game is difficult. Simple and addictive gameplay.', 'https://img.gamemonetize.com/0fgj7wkxd3okocrr9moig7lb4gxbvb18/512x384.jpg', 'https://html5.gamemonetize.com/0fgj7wkxd3okocrr9moig7lb4gxbvb18/', '0', 'Puzzles', 0, 0, '', 'white-black-game'), (14552, 'Kingdom Tower Defense', 'Take control of the magic king and use your Skills to defend your castle from incoming enemy units. Engage in an epic battle to savethe kingdom with your heroes and magic from the monsters and enemies. Collect money to upgrade your weapons and buy new power upsbefore the final boss reach your castle. Use many special powers to stop the hordes and save the world in this fantasy defense game. Defend your tower from a wave of enemies that seek to invade and colonize your kingdom! Improve your weapons and properties to resist the terrible monsters much longer.', 'https://img.gamemonetize.com/13fbwj9nn17h14l0uwyqf37b50dipusw/512x384.jpg', 'https://html5.gamemonetize.com/13fbwj9nn17h14l0uwyqf37b50dipusw/', '0', 'Adventure', 0, 0, '', 'kingdom-tower-defense'), (14553, 'Rock Beauty Fashion', 'Rock Beauty Fashion is a fun girl game with amazing graphics and customizations!', 'https://img.gamemonetize.com/mt59ldnwx5nmsqj6enddgudx7f2zv3v0/512x384.jpg', 'https://html5.gamemonetize.com/mt59ldnwx5nmsqj6enddgudx7f2zv3v0/', '0', 'Girls', 0, 0, '', 'rock-beauty-fashion'), (14554, 'Squid Game Hidden Money', 'Squid Game Hidden Money is a free online skill and hidden object game. Find out the hidden money in the specified images. Each level has 10 hidden money. There are 8 levels in total. The time is limited so be fast and find all hidden objects before time runs out. Clicking in the wrong place several times reduces the time by an additional 5 seconds. So, if you are ready start the game and have fun!', 'https://img.gamemonetize.com/os1obpsp113v31iom4tbksso9me1d71v/512x384.jpg', 'https://html5.gamemonetize.com/os1obpsp113v31iom4tbksso9me1d71v/', '0', 'Puzzles', 0, 0, '', 'squid-game-hidden-money'), (14555, 'Santa Claus Finder', 'Santa Claus Finder is the best santa Claus game for kids that you can play online for free. If you like to solve puzzles or if you want to find hidden things, then this game would be perfect for you. Try out the puzzle game now and enjoy it! Santa Claus Finder is a 2D shell game in the Cristmas style. Maybe, no more description needed... anyway, the object you will find is Santa Claus, He\'s is hiding under one cup. Find the right cup to let Santa Claus go out. Have fun playing!', 'https://img.gamemonetize.com/jt7f6gwu37b2g1oa3q7tss72gb175pd6/512x384.jpg', 'https://html5.gamemonetize.com/jt7f6gwu37b2g1oa3q7tss72gb175pd6/', '0', 'Puzzles', 0, 0, '', 'santa-claus-finder'), (14556, 'Line Barriers', 'Line Barriers is a game with a ball and barriers. You need to pass with the ball at other side. Pass across the barriers. When the barriers are transparent you can go, but if they are real you can crash the ball with barrier. So Tap on the screen to slow the ball and to pass safety to other side and to collect the point. Try to pass more times as you can and get the best score. If you crash into the barriers the game will over. So you will have only one change to make great score.', 'https://img.gamemonetize.com/gkxun8g6fq0kcp60n81mlpazfii6iw88/512x384.jpg', 'https://html5.gamemonetize.com/gkxun8g6fq0kcp60n81mlpazfii6iw88/', '0', 'Puzzles', 0, 0, '', 'line-barriers'), (14557, 'Hit Colored Balls', 'Hit Colored Balls game has a special mechanism of two balls located on the left and right. They are fixed on steel rods that you can move horizontally. By clicking on the desired ball, you can knock down objects falling from above, preventing them from falling straight. But remember the colors of the balls must match.', 'https://img.gamemonetize.com/uqicrvlvmg3sozrjlm1vn2318l6nkkpq/512x384.jpg', 'https://html5.gamemonetize.com/uqicrvlvmg3sozrjlm1vn2318l6nkkpq/', '0', 'Puzzles', 0, 0, '', 'hit-colored-balls'), (14558, 'Collect Rings ', 'In this game the game screen is full of squares. From the bottom of the game will shoot a white ball that will move through the squares. With each passing over the squares they will change color. When the ball passes five times over the square it will turn into a ball. Click that ball to get a ring, Click the ring to collect it. If the white ball collides with the new red balls, the game is over. So try to collect more rings before that happens.', 'https://img.gamemonetize.com/hayc81dk9fhmwtn8mlln7wbic67hyjme/512x384.jpg', 'https://html5.gamemonetize.com/hayc81dk9fhmwtn8mlln7wbic67hyjme/', '0', 'Puzzles', 0, 0, '', 'collect-rings-'), (14559, 'Peacock Jigsaw', 'Peacock jigsaw is an online puzzle jigsaw game. To solve this puzzle you have to place 64 pieces in the correct jigsaw order. Play this cool plush figures toys jigsaw game and enjoy in your free time!', 'https://img.gamemonetize.com/c0fr3mkojiybow33ae4hpllno94to341/512x384.jpg', 'https://html5.gamemonetize.com/c0fr3mkojiybow33ae4hpllno94to341/', '0', 'Puzzles', 0, 0, '', 'peacock-jigsaw'), (14560, 'Soldiers Combats', 'Soldiers Combat is a action packed game with Levels To clear each level you have to collect hidden keys which you can get under a box or from enemies Collect more and more coins to unlock awesome guns and characters Use Machine gun bazooka heat and cold gun to destroy the enemies Be a real soldier Start playing Soldiers Combat', 'https://img.gamemonetize.com/bp07wivle892i7u98nhwknf4cdc9e3jq/512x384.jpg', 'https://html5.gamemonetize.com/bp07wivle892i7u98nhwknf4cdc9e3jq/', '0', 'Hypercasual', 0, 0, '', 'soldiers-combats'), (14561, 'Mina De Oro Escape', 'Mina De Oro Escape is a point and click game developed by 8B Games/Games2live. Imagine that you had been to a Goldmine, On there you had trapped. Here is the interesting puzzles and hidden objects to escape from the Goldmine. Good luck.. Have fun!', 'https://img.gamemonetize.com/tv0u2g9kegdphbarqbf6h4100r8xidwf/512x384.jpg', 'https://html5.gamemonetize.com/tv0u2g9kegdphbarqbf6h4100r8xidwf/', '0', 'Puzzles', 0, 0, '', 'mina-de-oro-escape'), (14562, 'Pretty Flower Garden Escape', 'Pretty Flower Garden Escape is a point and click game developed by 8B Games/Games2live. Imagine that you had been to a Flower Garden, On there you got trapped. Here is the interesting puzzles and hidden objects to escape from the Garden. Good luck.. Have fun!', 'https://img.gamemonetize.com/rvnnk89yju4o0i4cn7n4uxjsboru6e0h/512x384.jpg', 'https://html5.gamemonetize.com/rvnnk89yju4o0i4cn7n4uxjsboru6e0h/', '0', 'Puzzles', 0, 0, '', 'pretty-flower-garden-escape'), (14563, 'Halloween is Coming Episode 7', 'Halloween is coming episode 7 is a point and click game developed by 8B Games/Games2Live. I\'m John. Now I have trapped in a Ghost house, I need your help. Here is some interesting puzzles and hidden objects to find and escape from here. Good Luck.... Have Fun!!!', 'https://img.gamemonetize.com/5j8zx8dzke9mdyx8ujcwma6ekl0l3tef/512x384.jpg', 'https://html5.gamemonetize.com/5j8zx8dzke9mdyx8ujcwma6ekl0l3tef/', '0', 'Puzzles', 0, 0, '', 'halloween-is-coming-episode-'), (14564, 'Four Sides Game', 'Rotate four balls to paw the balls of the correct color. The game is difficult. Simple and addictive gameplay.', 'https://img.gamemonetize.com/zve0nd0i0ydgsln0173hn2w3irbf50f8/512x384.jpg', 'https://html5.gamemonetize.com/zve0nd0i0ydgsln0173hn2w3irbf50f8/', '0', 'Puzzles', 0, 0, '', 'four-sides-game'), (14565, 'Air Slip Game', 'Slide the ball away from the purple cubes and collect the blue ones. The game is difficult. Simple and addictive gameplay.', 'https://img.gamemonetize.com/kipl2rsg170b2vn26hmd9xc6t6qf3v1h/512x384.jpg', 'https://html5.gamemonetize.com/kipl2rsg170b2vn26hmd9xc6t6qf3v1h/', '0', 'Puzzles', 0, 0, '', 'air-slip-game'), (14566, 'Rotate Shot Game', 'Shoot the ball that rotates on the emerging black disks. The game is difficult. Simple and addictive gameplay.', 'https://img.gamemonetize.com/2rmflxejub3u66ngrbtl9poawsd9sm7w/512x384.jpg', 'https://html5.gamemonetize.com/2rmflxejub3u66ngrbtl9poawsd9sm7w/', '0', 'Puzzles', 0, 0, '', 'rotate-shot-game'), (14567, 'Ball Catcher Game', 'Catch the balls with different colored ball, carefully choose the side. The game is difficult. Simple and addictive gameplay.', 'https://img.gamemonetize.com/olwwevwwrmqpyaxwb2cqott6pv9755yj/512x384.jpg', 'https://html5.gamemonetize.com/olwwevwwrmqpyaxwb2cqott6pv9755yj/', '0', 'Puzzles', 0, 0, '', 'ball-catcher-game'), (14568, 'Blue Ball Game', 'Control a flying blue ball and bypass red obstacles of different sizes. The game is difficult. Simple and addictive gameplay.', 'https://img.gamemonetize.com/bkjsbwa0eq094orv0bqkqanq5s27ev05/512x384.jpg', 'https://html5.gamemonetize.com/bkjsbwa0eq094orv0bqkqanq5s27ev05/', '0', 'Puzzles', 0, 0, '', 'blue-ball-game'), (14569, 'Chaotic Spin Game', 'Change the trajectory of the ball to avoid obstacles, and collect small flying squares. The game is difficult. Simple and addictive gameplay.', 'https://img.gamemonetize.com/x0s6l8fwr2fsowaq8jbgyu8pi8s4jact/512x384.jpg', 'https://html5.gamemonetize.com/x0s6l8fwr2fsowaq8jbgyu8pi8s4jact/', '0', 'Puzzles', 0, 0, '', 'chaotic-spin-game'), (14570, 'Circular Reflection Game', 'Control the rotating shield and bounce the black ball. The game is difficult. Simple and addictive gameplay.', 'https://img.gamemonetize.com/34wuup78pcukity7mgkx4qyjwfba1uyp/512x384.jpg', 'https://html5.gamemonetize.com/34wuup78pcukity7mgkx4qyjwfba1uyp/', '0', 'Puzzles', 0, 0, '', 'circular-reflection-game'), (14571, 'Collector Game', 'Control the ball and collect coins in the allotted time. The game is difficult. Simple and addictive gameplay.', 'https://img.gamemonetize.com/wuzozex4qom3v5ecow5gvtfj4754jjb3/512x384.jpg', 'https://html5.gamemonetize.com/wuzozex4qom3v5ecow5gvtfj4754jjb3/', '0', 'Puzzles', 0, 0, '', 'collector-game'), (14572, 'Cubic Wall Game', 'Control the colored wall to collect the falling balls of the correct colors. The game is difficult. Simple and addictive gameplay.', 'https://img.gamemonetize.com/fnku0a9g3ikd2at9722a3m8e38132hyp/512x384.jpg', 'https://html5.gamemonetize.com/fnku0a9g3ikd2at9722a3m8e38132hyp/', '0', 'Puzzles', 0, 0, '', 'cubic-wall-game'), (14573, 'Disk Area Game', 'Keep your finger on the screen to gain the necessary power and run the disk to a special area. The game is difficult. Simple and addictive gameplay.', 'https://img.gamemonetize.com/2xq1lo257u88z6ctb586tkgweald5vda/512x384.jpg', 'https://html5.gamemonetize.com/2xq1lo257u88z6ctb586tkgweald5vda/', '0', 'Puzzles', 0, 0, '', 'disk-area-game'), (14574, 'AngryCat', 'The evil flying cat Badger wants to fly over all the hoops by shooting himself with a slingshot and collect all the stars. Help him fly!', 'https://img.gamemonetize.com/9fdbec71gl53zydnziojymbtuo45jdfb/512x384.jpg', 'https://html5.gamemonetize.com/9fdbec71gl53zydnziojymbtuo45jdfb/', '0', 'Arcade', 0, 0, '', 'angrycat'), (14575, 'Squid Game Hidden', 'Squid Game Hidden is a free online skill and hidden object game. Find out the hidden objects in the specified images. Each level has 10 hidden objects. There are 6 levels in total. The time is limited so be fast and find all hidden objects before time runs out. Clicking in the wrong place several times reduces the time by an additional 5 seconds. So, if you are ready start the game and have fun!', 'https://img.gamemonetize.com/h8x9sv6r7uqxuvjfs7hffm72jjl62t8l/512x384.jpg', 'https://html5.gamemonetize.com/h8x9sv6r7uqxuvjfs7hffm72jjl62t8l/', '0', 'Puzzles', 0, 0, '', 'squid-game-hidden'), (14576, 'Pop It! Duel', '¡Si Pop It! 3D no era suficiente reto para ti, ¡has llegado al juego adecuado! ¡Pop It! Duel reinventa la forma de jugar a Pop It añadiendo un modo multijugador 1v1 lleno de acción. Las reglas del juego son sencillas: Juega contra un oponente en una partida al "mejor de 3". El que consiga hacer estallar su Pop It más rápido gana la ronda. Si ganas dos rondas, podrás robar el Pop It de tu oponente y añadirlo a tu colección. Pero ¡cuidado! Tu oponente no dudará en robar tu Pop It también, asà que ten cuidado y demuestra tus habilidades para reventar los Pop Its.', 'https://img.gamemonetize.com/00lg4x6kfl4zplta07vhuzjgbwo8bgfr/512x384.jpg', 'https://html5.gamemonetize.com/00lg4x6kfl4zplta07vhuzjgbwo8bgfr/', '0', 'Action', 0, 0, '', 'pop-it-duel'), (14577, 'Bentley Supersports Convertible Puzzle', 'Play with 9 images in this perfect jigsaw puzzle game: Bentley Supersports Convertible Puzzle. All images is with the car - Bentley Supersports Convertible. Solve all puzzles and keep your brain sharp. You have four modes for each picture, 16 pieces, 36 pieces, 64 pieces and 100 pieces. Enjoy and have fun.', 'https://img.gamemonetize.com/nlqahluv3e60h9ry3kac0svcx92qubox/512x384.jpg', 'https://html5.gamemonetize.com/nlqahluv3e60h9ry3kac0svcx92qubox/', '0', 'Puzzles', 0, 0, '', 'bentley-supersports-convertible-puzzle'), (14578, 'Magical Fairy Fashion Look', 'Welcome to the Magical Fairy Fashion Look. Skyler and Sunny love things about fairies. Fairies always look pretty, with wings and magical powers. They love to look like them. But they have a dilemma to choosing perfect costumes. Help them to pick a cute outfit, pretty accessories, and wings. Play and have fun with our cute games.', 'https://img.gamemonetize.com/tu9tja6nildy0eclct384k9hy6yx1b44/512x384.jpg', 'https://html5.gamemonetize.com/tu9tja6nildy0eclct384k9hy6yx1b44/', '0', 'Girls', 0, 0, '', 'magical-fairy-fashion-look'), (14579, 'Halloween Mania', 'The Castle is full of scared monsters and other garden creatures! In this classic Match 3 casual game, 60 challenging levels with different goals are waiting for you! Match at least 3 monster of the same color to remove them from the field. Make combinations of 4 or more monster to create powerful tiles which explode areas on the board. Try to clear all levels with 3 stars and earn as many points as you can', 'https://img.gamemonetize.com/5ms9u2a187g9thqcm8ocattv86ve08q5/512x384.jpg', 'https://html5.gamemonetize.com/5ms9u2a187g9thqcm8ocattv86ve08q5/', '0', 'Puzzles', 0, 0, '', 'halloween-mania'), (14580, 'Halloween is Coming Episode 10', 'Halloween is coming episode 10 is a point and click game developed by 8B Games/Games2Live. I\'m John. Now I have trapped in a snow world ,I need your help. Here is some interesting puzzles and hidden objects to find and escape from here. Good Luck.... Have Fun!!!', 'https://img.gamemonetize.com/zykowwshahocn7a8ys0f21t0ns0jqdgu/512x384.jpg', 'https://html5.gamemonetize.com/zykowwshahocn7a8ys0f21t0ns0jqdgu/', '0', 'Puzzles', 0, 0, '', 'halloween--is-coming-episode-'), (14581, 'Halloween is coming episode 9', 'Halloween Is Coming Episode 9 is a point and click game developed by 8B Games/Games2live. I\'m John. Now I have stucked in a scary house I need your help. Here is some interesting puzzles and hidden objects to find and escape from here. Good luck.. Have fun!', 'https://img.gamemonetize.com/h14si9suwzndwkqaaizbyi0buf43wdui/512x384.jpg', 'https://html5.gamemonetize.com/h14si9suwzndwkqaaizbyi0buf43wdui/', '0', 'Puzzles', 0, 0, '', 'halloween-is-coming-episode-'), (14582, 'Halloween Final Episode', 'Halloween Final Episode is a point and click game developed by 8B Games/Games2live. Hi... Iam your John, On my journey i got stucked near the Halloween Party . I need your help to escape from here. Help me to go to Halloween Party... Good luck.. Have fun!', 'https://img.gamemonetize.com/wrosdbr5x12q460u8pygm064nj01903b/512x384.jpg', 'https://html5.gamemonetize.com/wrosdbr5x12q460u8pygm064nj01903b/', '0', 'Puzzles', 0, 0, '', 'halloween-final-episode'), (14583, 'Ship containers', 'Don\'t lose Ship containers. HTML5 game with interesting physics. Collect as much as possible containers. Simple puzzle logic tap and save container, and repeat again, try to get best score', 'https://img.gamemonetize.com/3euzbm2jg382kkptbjek4yap4mvk5lzu/512x384.jpg', 'https://html5.gamemonetize.com/3euzbm2jg382kkptbjek4yap4mvk5lzu/', '0', 'Puzzles', 0, 0, '', 'ship-containers'), (14584, 'CRAZY EAGLE', 'Crazy Eagle is one of 2D and bird flying game. It\'s easy to play and very interest.', 'https://img.gamemonetize.com/trbglmv7qn3e76b924evzzqp27cumvoj/512x384.jpg', 'https://html5.gamemonetize.com/trbglmv7qn3e76b924evzzqp27cumvoj/', '0', 'Arcade', 0, 0, '', 'crazy-eagle'), (14585, 'Little House Escape', 'Little House Escape is a point and click game developed by 8B Games/Games2live. Imagine that you had been to a village, On there you had trapped. Here is the interesting puzzles and hidden objects to find and get escape from the village. Good luck.. Have fun!', 'https://img.gamemonetize.com/dpjqt26xjkndrepdmc3zqeiirhz8dvr5/512x384.jpg', 'https://html5.gamemonetize.com/dpjqt26xjkndrepdmc3zqeiirhz8dvr5/', '0', 'Puzzles', 0, 0, '', 'little-house-escape'), (14586, 'Baby Girl Escape', 'Baby Girl Escape is a point and click game developed by 8B Games/Games2live. Imagine that you had been to a village, On there you found a Baby Girl got trapped. Here is the interesting puzzles and hidden objects to find and rescue the Girl. Good luck.. Have fun!', 'https://img.gamemonetize.com/n5bj5h80xxsydfiw83efp2hshyv3zz0k/512x384.jpg', 'https://html5.gamemonetize.com/n5bj5h80xxsydfiw83efp2hshyv3zz0k/', '0', 'Puzzles', 0, 0, '', 'baby-girl-escape'), (14587, 'Prickle Enemy Game', 'Control the disk, collect balls and do not forget to dodge the thorns of enemies. The game is difficult. Simple and addictive gameplay.', 'https://img.gamemonetize.com/zlbdsoay16mgq203o1smjsof1v2rderz/512x384.jpg', 'https://html5.gamemonetize.com/zlbdsoay16mgq203o1smjsof1v2rderz/', '0', 'Puzzles', 0, 0, '', 'prickle-enemy-game'), (14588, 'Unstable Squares Game', 'Change the direction of the ring to avoid obstacles and move to the brown ball. The game is difficult. Simple and addictive gameplay.', 'https://img.gamemonetize.com/azorgm7ejd9qdbxlf5hbz1ejhie5vxl3/512x384.jpg', 'https://html5.gamemonetize.com/azorgm7ejd9qdbxlf5hbz1ejhie5vxl3/', '0', 'Puzzles', 0, 0, '', 'unstable-squares-game'), (14589, 'Orbits Game', 'Change the orbit in which the ball moves, avoid obstacles and collect yellow little disks. The game is difficult. Simple and addictive gameplay.', 'https://img.gamemonetize.com/19vnxqfqxqe2hwmahier4uhvwzqdikod/512x384.jpg', 'https://html5.gamemonetize.com/19vnxqfqxqe2hwmahier4uhvwzqdikod/', '0', 'Puzzles', 0, 0, '', 'orbits-game'), (14590, 'Point Game', 'Shoot the appearing orange balls and destroy them, carefully follow the moving arrow. The game is difficult. Simple and addictive gameplay.', 'https://img.gamemonetize.com/8mewltiyjri4yp13twu27fpht7uuz7rp/512x384.jpg', 'https://html5.gamemonetize.com/8mewltiyjri4yp13twu27fpht7uuz7rp/', '0', 'Puzzles', 0, 0, '', 'point-game'), (14591, 'Exact Jump Game', 'Control the jump of the ball and make sure that it bounces off the target. The game is difficult. Simple and addictive gameplay.', 'https://img.gamemonetize.com/fwbl4ex4kd6xpjfs6njnbtp4pu64idlr/512x384.jpg', 'https://html5.gamemonetize.com/fwbl4ex4kd6xpjfs6njnbtp4pu64idlr/', '0', 'Puzzles', 0, 0, '', 'exact-jump-game'), (14592, 'Dot Rescue Game', 'Change the direction of the ball in time to avoid a collision with the rotating shield. The game is difficult. Simple and addictive gameplay.', 'https://img.gamemonetize.com/jszkp4ob7mvpd7jtsqbz390sutftzna4/512x384.jpg', 'https://html5.gamemonetize.com/jszkp4ob7mvpd7jtsqbz390sutftzna4/', '0', 'Puzzles', 0, 0, '', 'dot-rescue-game'), (14593, 'Line Barriers Game', 'Control the ring, brake or accelerate to avoid collisions with barriers, collect white balls. The game is difficult. Simple and addictive gameplay.', 'https://img.gamemonetize.com/jn4hxoytepukk9ylgco0lzb381vhbrdo/512x384.jpg', 'https://html5.gamemonetize.com/jn4hxoytepukk9ylgco0lzb381vhbrdo/', '0', 'Puzzles', 0, 0, '', 'line-barriers-game'), (14594, 'Masquerades vs impostors', 'The man in the red and blue mask needs to escape from the spaceship? you must help them. watch out, only red colored impostors with red masks can kill. Likewise with the blue mask. Anyone can kill their own color. watch out for zombies, kill them too.', 'https://img.gamemonetize.com/wv2y8ymu1ky31tcd5reia8d77uel7mq3/512x384.jpg', 'https://html5.gamemonetize.com/wv2y8ymu1ky31tcd5reia8d77uel7mq3/', '0', 'Arcade', 0, 0, '', 'masquerades-vs-impostors'), (14595, 'Gravity football', 'Gravity football is a very cool and fans game.', 'https://img.gamemonetize.com/c9mvw808c7show579eyvwnl4vk3712g6/512x384.jpg', 'https://html5.gamemonetize.com/c9mvw808c7show579eyvwnl4vk3712g6/', '0', 'Puzzles', 0, 0, '', 'gravity-football'), (14596, 'Squid Game Match3', 'Welcome to the new part of the famous survival tournament "Squid Game", in which you will find some of the most brutal tests demonstrated in the South Korean TV series of the same name!', 'https://img.gamemonetize.com/t02lif7gkyvo6425j8d0jg0sgqqa9ezw/512x384.jpg', 'https://html5.gamemonetize.com/t02lif7gkyvo6425j8d0jg0sgqqa9ezw/', '0', 'Puzzles', 0, 0, '', 'squid-game-match'), (14597, 'Ford F100 Eluminator Slide', 'Play this slide puzzle games of the car - Ford F-100 Eluminator. It\'s include 3 images and 3 modes (3x3 pieces, 4x4 pieces, 5x5 pieces) to play.', 'https://img.gamemonetize.com/danedschqracnvfocuzlnyahmhrigth0/512x384.jpg', 'https://html5.gamemonetize.com/danedschqracnvfocuzlnyahmhrigth0/', '0', 'Puzzles', 0, 0, '', 'ford-f-eluminator-slide'), (14598, 'Squid Game Jigsaw Puzzle', 'Squid Game Jigsaw Puzzle is a fun online puzzle game. Drag the pieces into right position using mouse. Solving puzzles is relaxing, rewarding, and keeps your brain sharp. You need to spend $1000 to be able to purchase one of the following pictures. You have three modes for each picture from which the hardest mode brings more money. You have a total of 10 pictures.', 'https://img.gamemonetize.com/mhma77nm8f0r6a1d0if7a5qiyxzl13gp/512x384.jpg', 'https://html5.gamemonetize.com/mhma77nm8f0r6a1d0if7a5qiyxzl13gp/', '0', 'Puzzles', 0, 0, '', 'squid-game-jigsaw-puzzle'), (14599, 'ANGRY CHICKENS', 'These chickens don\'t love each other they want to make themselves bigger Control your chicken in this hard environment eat others to grow longer', 'https://img.gamemonetize.com/0pggsdtul1xs2bl62zo3c4nq6yure4eh/512x384.jpg', 'https://html5.gamemonetize.com/0pggsdtul1xs2bl62zo3c4nq6yure4eh/', '0', 'Arcade', 0, 0, '', 'angry-chickens'), (14600, 'Scary Monsters Coloring', 'Scary Monsters Coloring is a free online coloring and kids game! In this game you will find eight different pictures which have to be colored as fast as you can to obtain a great score at the end of the game. You have 23 different colors to choose. You can also save the colored image. Have fun!', 'https://img.gamemonetize.com/gs300t23cytl2cc03k53idj9ybrffq7c/512x384.jpg', 'https://html5.gamemonetize.com/gs300t23cytl2cc03k53idj9ybrffq7c/', '0', 'Puzzles', 0, 0, '', 'scary-monsters-coloring'), (14601, 'Squid Game Coloring Pages', 'Squid Game Coloring Pages is a free online coloring game! In this game you will find 8 different pictures which have to be colored as fast as you can to obtain a great score at the end of the game. You have 23 different colors to choose. You can also save the colored image. Have fun!', 'https://img.gamemonetize.com/fn2c5bs9pnki0wa82tzwuxr2zgw937m4/512x384.jpg', 'https://html5.gamemonetize.com/fn2c5bs9pnki0wa82tzwuxr2zgw937m4/', '0', 'Puzzles', 0, 0, '', 'squid-game-coloring-pages'), (14602, 'Mouse Escape', 'Mouse Escape – This is a game in which you need to draw a route for a little mouse so that it does not face obstacles in its path.', 'https://img.gamemonetize.com/2s774od59ehjx92z211v21npkvy811qg/512x384.jpg', 'https://html5.gamemonetize.com/2s774od59ehjx92z211v21npkvy811qg/', '0', 'Hypercasual', 0, 0, '', 'mouse-escape'), (14603, 'Push Balls Game', 'Bounce the colored ball by pushing the colored balls at the top and bottom. The game is difficult. Simple and addictive gameplay.', 'https://img.gamemonetize.com/3d8zpu9vjzjxr4ib8aljw5785o4dz02f/512x384.jpg', 'https://html5.gamemonetize.com/3d8zpu9vjzjxr4ib8aljw5785o4dz02f/', '0', 'Puzzles', 0, 0, '', 'push-balls-game'), (14604, 'Radius Ball Game', 'Shoot the red ball at the disk that accidentally appears in different places. The game is difficult. Simple and addictive gameplay.', 'https://img.gamemonetize.com/txxt3k6dfj3x4o0abrret6yqhk2ixpey/512x384.jpg', 'https://html5.gamemonetize.com/txxt3k6dfj3x4o0abrret6yqhk2ixpey/', '0', 'Puzzles', 0, 0, '', 'radius-ball-game'), (14605, 'Two Rows Colors Game', 'Click on the screen to push the balls above and below, stop at the desired color to reflect the ball. The game is difficult. Simple and addictive gameplay.', 'https://img.gamemonetize.com/e8tl3mqp4d1y86i0b5h1zo2j1o9f9clg/512x384.jpg', 'https://html5.gamemonetize.com/e8tl3mqp4d1y86i0b5h1zo2j1o9f9clg/', '0', 'Puzzles', 0, 0, '', 'two-rows-colors-game'), (14606, 'Random Stop Game', 'Destroy the yellow ball that moves chaotically on the opposite side of the field, choose the right moment of the shot. The game is difficult. Simple and addictive gameplay', 'https://img.gamemonetize.com/95c57rt2z7ynmovo2lfrcwc8n5mes3vb/512x384.jpg', 'https://html5.gamemonetize.com/95c57rt2z7ynmovo2lfrcwc8n5mes3vb/', '0', 'Puzzles', 0, 0, '', 'random-stop-game'), (14607, 'Pigeon Escape', 'Pigeon Escape is a point and click escape game developed by 8BGames/Games2Mad. Imagine that you had been to a place; on there you found a Pigeon got trapped. Find some hidden object to solve some interesting clues to escape the Pigeon. Good luck…Have fun!', 'https://img.gamemonetize.com/2mygu0dhs1h51en6hld610kqp58favrn/512x384.jpg', 'https://html5.gamemonetize.com/2mygu0dhs1h51en6hld610kqp58favrn/', '0', 'Puzzles', 0, 0, '', 'pigeon-escape'), (14608, 'Old Green Villa Escape', 'Old Green Villa Escape is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a Villa; there you got trapped inside the Villa. Here are the interesting puzzles and hidden objects to find and get escape from the Villa. Good luck... Have fun!', 'https://img.gamemonetize.com/jo3xaataus3f4brcmbf2mi5t7wk7zl4u/512x384.jpg', 'https://html5.gamemonetize.com/jo3xaataus3f4brcmbf2mi5t7wk7zl4u/', '0', 'Puzzles', 0, 0, '', 'old-green-villa-escape'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (14609, 'Noob vs 1000 Zombie ZombieAttack', 'Noob vs 1000 Zombies: Zombie Shooting Game Earn coins to spend in the store for weapons. Save all the urine and the world! Zombies have taken over this world, the nubik must cleanse the world of the bad ones! Features of the game: - Lots of levels. - A game about noob. - Cool sound track. - Beautiful and easy to understand graphics. - Ability to upgrade weapons Noob vs 1000 Zombies: Zombie Shooting Game is ABSOLUTELY free. So you MUST help the noob!', 'https://img.gamemonetize.com/ybrcdpj4ubkebb7dp9ac9dhgrgtxqyk3/512x384.jpg', 'https://html5.gamemonetize.com/ybrcdpj4ubkebb7dp9ac9dhgrgtxqyk3/', '0', 'Puzzles', 0, 0, '', 'noob-vs--zombie-zombieattack'), (14610, 'The Man Escape', 'The Man Escape is a point and click game developed by 8B Games/Games2live. Imagine that you had been to a village, On there you found a man got trapped. Here is the interesting puzzles and hidden objects to find and rescue the Man. Good luck.. Have fun!', 'https://img.gamemonetize.com/w8yjduo2h3nlfzcty3d2rpod8jgjmcga/512x384.jpg', 'https://html5.gamemonetize.com/w8yjduo2h3nlfzcty3d2rpod8jgjmcga/', '0', 'Puzzles', 0, 0, '', 'the-man-escape'), (14611, 'Laser Over Load', 'Laser Overload is the free Puzzle game from the makers of Connect. The goal is to connect energy sources with the batteries to recharge them.', 'https://img.gamemonetize.com/5ojxwc3ln7q1qryc46cwh9e8gd27ij01/512x384.jpg', 'https://html5.gamemonetize.com/5ojxwc3ln7q1qryc46cwh9e8gd27ij01/', '0', 'Puzzles', 0, 0, '', 'laser-over-load'), (14612, 'Caveman Treasure Escape', 'Caveman Treasure Escape is a point and click game developed by 8B Games/Games2Mad. Imagine that you had been to a place having gold coins. You want to grab the coins and get escape. Here are the interesting puzzles and hidden objects to find and get escape. Good Luck... Have Fun!!!', 'https://img.gamemonetize.com/roahc4fw3dvr7hqo0pv9vfygp9ulxiau/512x384.jpg', 'https://html5.gamemonetize.com/roahc4fw3dvr7hqo0pv9vfygp9ulxiau/', '0', 'Puzzles', 0, 0, '', 'caveman-treasure-escape'), (14613, 'Pond Forest Escape', 'Pond Forest Escape is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a forest, there you got trapped inside the forest Here is the interesting puzzles and hidden objects to find and get escape from the forest. Good luck... Have fun!', 'https://img.gamemonetize.com/fn2z02ek6s2m6q35ey80rlr4n3vvkvvh/512x384.jpg', 'https://html5.gamemonetize.com/fn2z02ek6s2m6q35ey80rlr4n3vvkvvh/', '0', 'Puzzles', 0, 0, '', 'pond-forest-escape'), (14614, 'Stony Forest Escape', 'Stony Forest Escape is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a forest, there you got trapped inside the forest Here is the interesting puzzles and hidden objects to find and get escape from the forest. Good luck... Have fun!', 'https://img.gamemonetize.com/0vj57ugxc3j0d8extarhr2knjfh3e1dy/512x384.jpg', 'https://html5.gamemonetize.com/0vj57ugxc3j0d8extarhr2knjfh3e1dy/', '0', 'Puzzles', 0, 0, '', 'stony-forest-escape'), (14615, 'Underground Escape', 'Underground Escape is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a Underground. You got trapped in it. Here are the interesting puzzles and hidden objects to find and get escape from the Underground. Good luck... Have fun!', 'https://img.gamemonetize.com/xol1gpn77pgjdgkqntbx4ybwcqf7p9do/512x384.jpg', 'https://html5.gamemonetize.com/xol1gpn77pgjdgkqntbx4ybwcqf7p9do/', '0', 'Puzzles', 0, 0, '', 'underground-escape'), (14616, 'Grassy Mountain Escape', 'Grassy Mountain Escape is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a Mountain. You got trapped in it. Here are the interesting puzzles and hidden objects to find and get escape from the Mountain. Good luck... Have fun!', 'https://img.gamemonetize.com/kcvqx0mkdydu1lodnbkn9y8nftihx709/512x384.jpg', 'https://html5.gamemonetize.com/kcvqx0mkdydu1lodnbkn9y8nftihx709/', '0', 'Puzzles', 0, 0, '', 'grassy-mountain-escape'), (14617, 'Caterpillar Escape', 'Caterpillar Escape is a point and click escape game developed by 8BGames/Games2Mad. Imagine that you had been to a place; on there you found a Caterpillar got trapped. Find some hidden object to solve some interesting clues to escape the Caterpillar . Good luck…Have fun!', 'https://img.gamemonetize.com/o74py8wyy6nndzbz7ylwh65eryme58cv/512x384.jpg', 'https://html5.gamemonetize.com/o74py8wyy6nndzbz7ylwh65eryme58cv/', '0', 'Puzzles', 0, 0, '', 'caterpillar-escape'), (14618, 'Bushland Escape', 'Bushland Escape is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a Bushland. You got trapped in it. Here are the interesting puzzles and hidden objects to find and get escape from the Bushland. Good luck... Have fun!', 'https://img.gamemonetize.com/goknl01vg4a4n8tp1nhdsepg2nt9eiq3/512x384.jpg', 'https://html5.gamemonetize.com/goknl01vg4a4n8tp1nhdsepg2nt9eiq3/', '0', 'Puzzles', 0, 0, '', 'bushland-escape'), (14619, 'Beagle Dog Escape', 'Beagle Dog Escape is a point and click escape game developed by 8BGames/Games2Mad. Imagine that you had been to a place; on there you found a Dog got trapped. Find some hidden object to solve some interesting clues to escape the Dog. Good luck…Have fun!', 'https://img.gamemonetize.com/0hiwitm4uf6z1xbdaq182ibyb3jiqso4/512x384.jpg', 'https://html5.gamemonetize.com/0hiwitm4uf6z1xbdaq182ibyb3jiqso4/', '0', 'Puzzles', 0, 0, '', 'beagle-dog-escape'), (14620, 'Rock Shelter Escape', 'Rock Shelter Escape is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a Rock Shelter. You got trapped in it. Here are the interesting puzzles and hidden objects to find and get escape from the Rock Shelter. Good luck... Have fun!', 'https://img.gamemonetize.com/uv9oapkqh9c5wxm6uzxh15l7zocgktr1/512x384.jpg', 'https://html5.gamemonetize.com/uv9oapkqh9c5wxm6uzxh15l7zocgktr1/', '0', 'Puzzles', 0, 0, '', 'rock-shelter-escape'), (14621, 'Fort Clash Survival', 'Fort Clash Survival features battle royale with bots in minecraft world, your mission is to search for weapons and loot on different maps and try to survive before the time runs out.', 'https://img.gamemonetize.com/hwx6v25biq7www5qh9jxe7vjda61r1fg/512x384.jpg', 'https://html5.gamemonetize.com/hwx6v25biq7www5qh9jxe7vjda61r1fg/', '0', 'Shooting', 0, 0, '', 'fort-clash-survival'), (14622, 'FNF Trick or Die', 'Enter the house of Lemon Demon and rescue Girlfriend from Friday Night Funkin\' (FNF) before it\'s too late!', 'https://img.gamemonetize.com/m8c1gc4r294y6r572la54e55rvp7aqx2/512x384.jpg', 'https://html5.gamemonetize.com/m8c1gc4r294y6r572la54e55rvp7aqx2/', '0', 'Adventure', 0, 0, '', 'fnf-trick-or-die'), (14623, 'Fruit vs Monster', 'Fruit vs Monster Just pull the slingshot and aim to release fruits to kill all monsters. Don\'t let monsters reach the bottom line. Have fun', 'https://img.gamemonetize.com/t0to0y4kui1nmfk7yeiy6dpo4eqncgyy/512x384.jpg', 'https://html5.gamemonetize.com/t0to0y4kui1nmfk7yeiy6dpo4eqncgyy/', '0', 'Shooting', 0, 0, '', 'fruit-vs-monster'), (14624, 'Squid Game Coloring', '"Squid Game: Coloring Book" is a new exciting game with a lot of images of various scenes from the well-known South Korean drama, which captures from the first minutes with its stunning plot!', 'https://img.gamemonetize.com/qdklw88nrlydg5zpm5t9opoflxyj11w3/512x384.jpg', 'https://html5.gamemonetize.com/qdklw88nrlydg5zpm5t9opoflxyj11w3/', '0', 'Puzzles', 0, 0, '', 'squid-game-coloring'), (14625, 'Crossy Miners', 'Crossy Miners is an arcade game with the game play similar to the classic game. In Crossy Miners game you have to dodge goblins, hop across logs, evade mining vagons and collect coins. Make sure you don’t stay still for too long or you’re toast! Don\'t forget to unlock exciting new characters with your hard earn coins!', 'https://img.gamemonetize.com/o7b8t28r4kfeyke82ub31q39wks1k5dr/512x384.jpg', 'https://html5.gamemonetize.com/o7b8t28r4kfeyke82ub31q39wks1k5dr/', '0', 'Hypercasual', 0, 0, '', 'crossy-miners'), (14626, 'Truck Parking 2 Truck Driver ', 'Police Car Parking Mania 2020: Advance City Highway Driving Simulator Game Police Car Parking 2020 let you choose control\'s for Driving Modern Police parking. Master Car Parking game gives you tough time to drive your luxury police car on Hill Climb and park safely. You may have played many car games parking but this police parking game is real gift for you. In this game 2020 you will learn driving parking both no need for school driving 2020 - 2021 best car games parking and driving skills effort less. This is one of the best car games 2019. Let\'s play new parking game and police car games in multi level street car parking game. There are 500 levels in this police car parking simulator games. Super hot game for new car parking game players. We have introduced parking game easy to play difficult to master no stress of game load. One of the most popular parking game for kids and youngsters play and enjoy parking games. This game have different cars selection for you with hot wheels and car driving games of this year new games 2020. Just forget fighting games only drive car parking simulator. Car parking games releases tension of driving school. Don\'t forget to play police parking 2 games and car parking. In this game camera view is set like helicopter driving car is easy with car parking sensors. This is real car parking with smooth controls car parking 2 is best game with real parking test. In this parking 3d game be ready for challenging prado car parking game. One of the most important parking simulator car and police parking games 3d view of environment. You are welcome to car driving school become best driver by playing car parking games. Drive your summer car become driving expert drive modern car paring and enjoy super cop games. Beauty of chor police car game is tycoon chor police game 2018 - 2019. Its a Crazy Police Car Parking Game 2019 for you to play and enjoy Driving Simulation.You might have played Racing Games, Fighting Games, Stunt games, Cricket games, Football games, Sniper Shooting games and some other Parking games but this Real Car Parking game is super amazing by its features and advance technology.This game is designed for special Parking game lovers enjoy Car parking game. Traffic Police car parking game have more fantastic levels designed. Master car parking game, Bus parking game, Prado parking game or Car Racing game. Every next level gives you more challenging experience than last there are different multiple hurdles that come in your way all you have to do is Drive Classic Car parking carefully avoiding hurdles on sharp turns upside containers or underground. Touching cones fails level park your Police van at finish line carefully to complete your mission. Dr Parking Game 2019 challenge you to complete all levels of Master police car parking in first attempt. In this City Police Game you have different police cars to drive and park. In police car parking Mania 2019 buy new cars with better specifications. In this Luxury Car Parking Mania 2019 you will find new cars with more better Controls. Real Car Parking Simulator have multiple Vehicles controls, you can Drive Car Racing by Steering wheel, you can control your Police Car with buttons and Tilt options. In this Classic car parking drive you will find best 360° Camera rotation to view hurdles from all angles and Park Safely. In this Modern Police Game drive your car with Power Steering easy to turn. Master Car parking game comes with ABS brakes system to stop your car in City traffic. Features : Realistic 3D environment High speed Racing Police Car Challenging levels Advance Car Parking Police Car Parking Unique Police cars Endless driving experience Driving skills Parking experience Ultimate Police car parking drive City car parking Modern parking area Relaxing music Traffic car race Highly addictive game Free real parking test', 'https://img.gamemonetize.com/ifzj413r6a9r9kojvy67dez77fm5dgy1/512x384.jpg', 'https://html5.gamemonetize.com/ifzj413r6a9r9kojvy67dez77fm5dgy1/', '0', 'Racing', 0, 0, '', 'truck-parking----truck-driver-'), (14627, 'Zombie Shooter 3D', 'Online multiplayer zombie shooter PvP doom battle mode is provided! Shoot zombies with perfect headshot! Hold Trigger and never release! In year 2037, a doom virus plague was revealed pandemic from a secret virus breed Lab which is an doom haters organization. Most of unkilled and residents got infected and the world turns into a doom dead zone! Play as a sas zombie shooter and doom haters to fight the unkilled zombies. Search in doom dead plague pandemic, kill the doom walking dead and save the last sas. The deadly Ares Virus plague evil turns the world into anarchy doom day of decay with weak dying light. The only thing you can hold trigger and never release. Not only you need to shoot those zombie with your deadly trigger, but also you have to find a way to save sas. When the dead rising, don’t run! Grab your guns, hold trigger and never release! Feel this adrenaline rush zombie shooting game with endless dead trigger releases!', 'https://img.gamemonetize.com/zsihrh51ux1aahka9t4u5nciouwn5nut/512x384.jpg', 'https://html5.gamemonetize.com/zsihrh51ux1aahka9t4u5nciouwn5nut/', '0', 'Shooting', 0, 0, '', 'zombie-shooter-d'), (14628, 'Cute Halloween Monsters Memory', 'Cute Halloween Monsters Memory is a free online game from genre of memory. Flip the tiles and try to match them up in pairs. Pair up all the tiles to win. Try to complete the game in as few moves as possible! There are 4 levels. Use mouse to click or tap to screen on the squares. Concentrate yourself and start to play. Enjoy!', 'https://img.gamemonetize.com/an3qe6hynzkj98o9xq8gsmrt3nfa5g0q/512x384.jpg', 'https://html5.gamemonetize.com/an3qe6hynzkj98o9xq8gsmrt3nfa5g0q/', '0', 'Puzzles', 0, 0, '', 'cute-halloween-monsters-memory'), (14629, 'Ring Game', 'Jump the ring to help him move along the line. The game is difficult. Simple and addictive gameplay', 'https://img.gamemonetize.com/7doishwmx4e32lpwm5xvljlbxn2pjds3/512x384.jpg', 'https://html5.gamemonetize.com/7doishwmx4e32lpwm5xvljlbxn2pjds3/', '0', 'Puzzles', 0, 0, '', 'ring-game'), (14630, 'Rotating Catchers Game', 'Rotate two balls to paw the balls of the correct color. The game is difficult. Simple and addictive gameplay', 'https://img.gamemonetize.com/x9wou5xigqudyct4jzuyoeu4f75h69qa/512x384.jpg', 'https://html5.gamemonetize.com/x9wou5xigqudyct4jzuyoeu4f75h69qa/', '0', 'Puzzles', 0, 0, '', 'rotating-catchers-game'), (14631, 'Traffic Arrow Game', 'Control the circle with the arrow to move to a safe place and avoid collisions with enemies. The game is difficult. Simple and addictive gameplay.', 'https://img.gamemonetize.com/v8rt2m5d5u88g48cdkjaevib9q9dpdct/512x384.jpg', 'https://html5.gamemonetize.com/v8rt2m5d5u88g48cdkjaevib9q9dpdct/', '0', 'Puzzles', 0, 0, '', 'traffic-arrow-game'), (14632, 'Old Blue House Escape', 'Old Blue House Escape is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a house; there you got trapped inside the house. Here are the interesting puzzles and hidden objects to find and get escape from the house. Good luck... Have fun!', 'https://img.gamemonetize.com/lw1yse1ycih6uj02aj7t14ka0jc77eb9/512x384.jpg', 'https://html5.gamemonetize.com/lw1yse1ycih6uj02aj7t14ka0jc77eb9/', '0', 'Puzzles', 0, 0, '', 'old-blue-house-escape'), (14633, 'Amgel Halloween Room Escape 22', 'AmgelEscape - Amgel Halloween Room Escape 22 is another point and click escape game developed by Amgel Escape. In this game, you are locked in a room and you try to escape from the room by finding items and solving puzzles. Thanks for playing Amgel Escape Games. Good luck and have fun!', 'https://img.gamemonetize.com/6o041jil1hma8irc92pjr0t2iieq75pd/512x384.jpg', 'https://html5.gamemonetize.com/6o041jil1hma8irc92pjr0t2iieq75pd/', '0', 'Puzzles', 0, 0, '', 'amgel-halloween-room-escape-'), (14634, 'Amgel Halloween Room Escape 23', 'AmgelEscape - Amgel Halloween Room Escape 23 is another point and click escape game developed by Amgel Escape. In this game, you are locked in a room and you try to escape from the room by finding items and solving puzzles. Thanks for playing Amgel Escape Games. Good luck and have fun!', 'https://img.gamemonetize.com/fscv3jad93ge9yx06tnch46bhqbc72vs/512x384.jpg', 'https://html5.gamemonetize.com/fscv3jad93ge9yx06tnch46bhqbc72vs/', '0', 'Puzzles', 0, 0, '', 'amgel-halloween-room-escape-'), (14635, 'Grayish House Escape', 'Grayish House Escape is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a house; there you got trapped inside the house. Here are the interesting puzzles and hidden objects to find and get escape from the house. Good luck... Have fun!', 'https://img.gamemonetize.com/sgez6h3jn3c6cka29nvqlb246pfdzlor/512x384.jpg', 'https://html5.gamemonetize.com/sgez6h3jn3c6cka29nvqlb246pfdzlor/', '0', 'Puzzles', 0, 0, '', 'grayish-house-escape'), (14636, 'Western Bluebird House Escape', 'Western Bluebird House Escape is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a house; there you got trapped inside the house. Here are the interesting puzzles and hidden objects to find and get escape from the house. Good luck... Have fun!', 'https://img.gamemonetize.com/o5c3soc06709hmg1kziqgkf8ioe1xz3b/512x384.jpg', 'https://html5.gamemonetize.com/o5c3soc06709hmg1kziqgkf8ioe1xz3b/', '0', 'Puzzles', 0, 0, '', 'western-bluebird-house-escape'), (14637, '7 Doors Escape', '7 Doors Escape is a point and click game developed by 8B Games/Games2Mad. Imagine that you had been to a house with 7 doors. You got trapped inside the house. Now here is the interesting puzzles and hidden objects, to get escape. Good Luck.... Have Fun!!!', 'https://img.gamemonetize.com/s2rb0w1godyihuow08ob0gfn6f440qr1/512x384.jpg', 'https://html5.gamemonetize.com/s2rb0w1godyihuow08ob0gfn6f440qr1/', '0', 'Puzzles', 0, 0, '', '-doors-escape'), (14638, 'Scrubland Escape', 'Scrubland Escape is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a Scrubland. You got trapped in it. Here are the interesting puzzles and hidden objects to find and get escape from the Scrubland. Good luck... Have fun!', 'https://img.gamemonetize.com/u1889hg9q0nzzmtm0z0cn2hwfo7fkhtu/512x384.jpg', 'https://html5.gamemonetize.com/u1889hg9q0nzzmtm0z0cn2hwfo7fkhtu/', '0', 'Puzzles', 0, 0, '', 'scrubland-escape'), (14639, 'Woodland Escape', 'Woodland Escape is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a Woodland. You got trapped in it. Here are the interesting puzzles and hidden objects to find and get escape from the Woodland. Good luck... Have fun!', 'https://img.gamemonetize.com/9bxappty71vdxk5t6unwxrsqxik0z3gw/512x384.jpg', 'https://html5.gamemonetize.com/9bxappty71vdxk5t6unwxrsqxik0z3gw/', '0', 'Puzzles', 0, 0, '', 'woodland-escape'), (14640, 'Smiley Emotion Jigsaw', 'Smiley Emotion jigsaw is an online puzzle jigsaw game. To solve this puzzle you have to place 64 pieces in the correct jigsaw order. Play this cool plush figures toys jigsaw game and enjoy in your free time!', 'https://img.gamemonetize.com/qi8mos6ufftxhug0zw0t58pzyfbyg4i1/512x384.jpg', 'https://html5.gamemonetize.com/qi8mos6ufftxhug0zw0t58pzyfbyg4i1/', '0', 'Puzzles', 0, 0, '', 'smiley-emotion-jigsaw'), (14641, 'Mini Shooters', 'Mini Shooters is a fun 2D shooting game where you can equip multiple weapons and fight in a deathmatch gameplay.', 'https://img.gamemonetize.com/eula2xrifftawyos28e9o6heiigzqdii/512x384.jpg', 'https://html5.gamemonetize.com/eula2xrifftawyos28e9o6heiigzqdii/', '0', 'Shooting', 0, 0, '', 'mini-shooters'), (14642, '456 Ä°mpostor', 'You are astronaut number "456" trying to survive in space. Your only solution is to destroy the men in the red suits. you have to jump on them and crush them to destroy them. destroy them and reach the final level. every 10 levels there is an endless run and men in red suits you have to kill.', 'https://img.gamemonetize.com/qrufoqeumnmvq7li67ziai3895za2itb/512x384.jpg', 'https://html5.gamemonetize.com/qrufoqeumnmvq7li67ziai3895za2itb/', '0', 'Arcade', 0, 0, '', '-mpostor'), (14643, 'Squid Game Puzzle', 'You will find yourself in a mysterious and magical time in this exciting Squid Game puzzle game. Enjoy puzzle making with beautiful and rich graphics. Every puzzle is a new excitement, try it too. Don\'t forget to try the "Our Games" category. All of them have been developed by y9-game.com for you. Keep making fun games and follow the y9-game.com games category. Have Fun!', 'https://img.gamemonetize.com/inctjl5li17iii4rv9edu2sv4wgeuxow/512x384.jpg', 'https://html5.gamemonetize.com/inctjl5li17iii4rv9edu2sv4wgeuxow/', '0', 'Puzzles', 0, 0, '', 'squid-game-puzzle'), (14644, 'Anime Girls Jigsaw', 'Welcome to the fun puzzle game of the famous Anime Girls. Anime Girls Jigsaw, consisting of 12 pictures of anime girls, is a free online game from the genre of puzzle and jigsaw games. You have a total of 12 jigsaw puzzles in this game. You have to start from the first and unlock the next image. You have three modes for each picture: Easy 25 tracks, Medium 49 tracks and Hard 100 tracks.', 'https://img.gamemonetize.com/n0cnm0nnsb5uw7ab40tvccck6o8xrb7z/512x384.jpg', 'https://html5.gamemonetize.com/n0cnm0nnsb5uw7ab40tvccck6o8xrb7z/', '0', 'Puzzles', 0, 0, '', 'anime-girls-jigsaw'), (14645, 'Pop it 3D Fidget', 'We all fidget in our own ways. Some of us tap our feet or twitch our hands, but we all have that desire to move. With some amazing creativity, hundreds of designers took it upon themselves to make their own fun toys. We find the cream of the crop, compiling more than 30 of the best fidget toys we could find. A lot of fidget toys will make you satisfy!', 'https://img.gamemonetize.com/o2feffs2tynyei5wds215e2okpziusbt/512x384.jpg', 'https://html5.gamemonetize.com/o2feffs2tynyei5wds215e2okpziusbt/', '0', 'Clicker', 0, 0, '', 'pop-it-d-fidget'), (14646, 'Orbits', 'Orbits is a controlled puzzle game where you need to control yellow ball. The ball moves through the circles of orbit. But there are other balls in each circle that you must not collide with. Avoid the balls and collect the ring. You will move through the circles of the orbit until you collect the ring. Then another ring will appear, so you will collect points in this game at that way. Try to collect more rings as you can before crash with other orbit balls.', 'https://img.gamemonetize.com/5xftj8yfvsugshqyapc8rxsd2zvqqbgn/512x384.jpg', 'https://html5.gamemonetize.com/5xftj8yfvsugshqyapc8rxsd2zvqqbgn/', '0', 'Puzzles', 0, 0, '', 'orbits'), (14647, 'Impostor Kung Fu Style Jigsaw', 'Impostor Kung Fu Style Jigsaw is a free online game in the jigsaw puzzle genre. You have 6 images in three modes to play. Choose one of the modes for the game that you previously choose and start it to play. Drag and drop the pieces to solve the puzzle and create an image. Enjoy, and have fun!', 'https://img.gamemonetize.com/3xl5dd826ox0qu8jwmt4v1g0uryjt2ea/512x384.jpg', 'https://html5.gamemonetize.com/3xl5dd826ox0qu8jwmt4v1g0uryjt2ea/', '0', 'Puzzles', 0, 0, '', 'impostor-kung-fu-style-jigsaw'), (14648, 'Squid Game 3D Online', 'Squid Game 3D Online is an online 3D game and 93.49% of 1179 players like the game. There are many classic game contents in the game Squid Game 3D. You need to be familiar with the rules of each game mode for trial experience. Constantly carry out various challenges, feel many wonderful playing methods, and constantly explore on the edge of survival and death. Enjoy the wonderful game adventure process, there is a strong sense of substitution, and many wonderful playing methods let you enjoy different fun. You will get much wonderful game', 'https://img.gamemonetize.com/pptomqsbcwspccym9cve3q2077lmpk7c/512x384.jpg', 'https://html5.gamemonetize.com/pptomqsbcwspccym9cve3q2077lmpk7c/', '0', 'Shooting', 0, 0, '', 'squid-game-d-online'), (14649, 'Porsche Macan S Puzzle', 'Play with 9 images in this perfect jigsaw puzzle game: Porsche Macan S Puzzle. All images is with the car - Porsche Macan S. Solve all puzzles and keep your brain sharp. You have four modes for each picture, 16 pieces, 36 pieces, 64 pieces and 100 pieces. Enjoy and have fun.', 'https://img.gamemonetize.com/6pwukzx1y8ay2ebecq5qiu0sbfck1k7b/512x384.jpg', 'https://html5.gamemonetize.com/6pwukzx1y8ay2ebecq5qiu0sbfck1k7b/', '0', 'Puzzles', 0, 0, '', 'porsche-macan-s-puzzle'), (14650, 'Time Control Game', 'Collect balls on both sides, avoid collisions with cubes by increasing their speed. The game is difficult. Simple and addictive gameplay.', 'https://img.gamemonetize.com/cbtpsy0ssiccdhnjunxcszc98tqq6ua3/512x384.jpg', 'https://html5.gamemonetize.com/cbtpsy0ssiccdhnjunxcszc98tqq6ua3/', '0', 'Puzzles', 0, 0, '', 'time-control-game'), (14651, 'Rotating Disks Game', 'Change the direction of rotation of the two discs to avoid red obstacles and collect balls. The game is difficult. Simple and addictive gameplay.', 'https://img.gamemonetize.com/5nd7yv0s2f4vyjx2845uxyrfmjlgqlmt/512x384.jpg', 'https://html5.gamemonetize.com/5nd7yv0s2f4vyjx2845uxyrfmjlgqlmt/', '0', 'Puzzles', 0, 0, '', 'rotating-disks-game'), (14652, 'Three Disks Game', 'Change the direction of the disks to collect colorful balls in time. The game is difficult. Simple and addictive gameplay', 'https://img.gamemonetize.com/q7pln1d15elb5lt29e717ogqwdrm0c3l/512x384.jpg', 'https://html5.gamemonetize.com/q7pln1d15elb5lt29e717ogqwdrm0c3l/', '0', 'Puzzles', 0, 0, '', 'three-disks-game'), (14653, 'Amgel Halloween Room Escape 21', 'AmgelEscape - Amgel Halloween Room Escape 21 is another point and click escape game developed by Amgel Escape. In this game, you are locked in a room and you try to escape from the room by finding items and solving puzzles. Thanks for playing Amgel Escape Games. Good luck and have fun!', 'https://img.gamemonetize.com/srb76nmtfkuduzfz0i1r59pg6319f7fp/512x384.jpg', 'https://html5.gamemonetize.com/srb76nmtfkuduzfz0i1r59pg6319f7fp/', '0', 'Puzzles', 0, 0, '', 'amgel-halloween-room-escape-'), (14654, 'Amgel Halloween Room Escape 19', 'AmgelEscape - Amgel Halloween Room Escape 19 is another point and click escape game developed by Amgel Escape. In this game, you are locked in a room and you try to escape from the room by finding items and solving puzzles. Thanks for playing Amgel Escape Games. Good luck and have fun!', 'https://img.gamemonetize.com/viv7nmdxzsv07mad3frxn9sv58kj756w/512x384.jpg', 'https://html5.gamemonetize.com/viv7nmdxzsv07mad3frxn9sv58kj756w/', '0', 'Puzzles', 0, 0, '', 'amgel-halloween-room-escape-'), (14655, 'Amgel Halloween Room Escape 20', 'AmgelEscape - Amgel Halloween Room Escape 20 is another point and click escape game developed by Amgel Escape. In this game, you are locked in a room and you try to escape from the room by finding items and solving puzzles. Thanks for playing Amgel Escape Games. Good luck and have fun!', 'https://img.gamemonetize.com/30a10nzbaj62ydv0uqlnbsmld57y1jkz/512x384.jpg', 'https://html5.gamemonetize.com/30a10nzbaj62ydv0uqlnbsmld57y1jkz/', '0', 'Puzzles', 0, 0, '', 'amgel-halloween-room-escape-'), (14656, 'Colorful Brick House Escape', 'Colorful Brick House Escape is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a house; there you got trapped inside the house. Here are the interesting puzzles and hidden objects to find and get escape from the house. Good luck... Have fun!', 'https://img.gamemonetize.com/xvygml5jb6xlidp0lz0aaff0bjqbivbc/512x384.jpg', 'https://html5.gamemonetize.com/xvygml5jb6xlidp0lz0aaff0bjqbivbc/', '0', 'Puzzles', 0, 0, '', 'colorful-brick-house-escape'), (14657, 'Cute Office Escape', 'Cute Office Escape is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a Office; there you got trapped inside the Office. Here are the interesting puzzles and hidden objects to find and get escape from the Office. Good luck... Have fun!', 'https://img.gamemonetize.com/7da5ltac5k0amvb8h3g2rwf24vxt1ovq/512x384.jpg', 'https://html5.gamemonetize.com/7da5ltac5k0amvb8h3g2rwf24vxt1ovq/', '0', 'Puzzles', 0, 0, '', 'cute-office-escape'), (14658, 'Stair Race 3D', 'You have to compete in a big arena for who is best in building stairs against a variety of difficult enemies. In order to win, you have to pick up the stair planks and use them in order to build stairs and reach the next platform. But watch out! Enemies who have more planks collected than you can easily knock you over when you run into them, which will result in you losing all your collected planks. But of course it works the other way around as well, so try to collect as many planks as possible and knock over your enemies to gain a big advantage. Winning the rounds will not only give the pleasure of being the best player in the world, but also unlocks cool new skins for your character and planks.', 'https://img.gamemonetize.com/4zz6wv4zin8z8pqbeb7l0jrpf3gxhl19/512x384.jpg', 'https://html5.gamemonetize.com/4zz6wv4zin8z8pqbeb7l0jrpf3gxhl19/', '0', 'Hypercasual', 0, 0, '', 'stair-race-d'), (14659, 'Two Circles Game', 'Rotate the rings to paw the balls of the correct color. The game is difficult. Simple and addictive gameplay.', 'https://img.gamemonetize.com/xr1g0sate36wvmpl6o3p9hcyiq3nv0ax/512x384.jpg', 'https://html5.gamemonetize.com/xr1g0sate36wvmpl6o3p9hcyiq3nv0ax/', '0', 'Puzzles', 0, 0, '', 'two-circles-game'), (14660, 'Dot Tap Game', 'Watch the ball and when it hits the area of the dark circle tap on the screen. The game is difficult. Simple and addictive gameplay.', 'https://img.gamemonetize.com/m3qg8czpc62nnw5txcmla5wvctcbav4q/512x384.jpg', 'https://html5.gamemonetize.com/m3qg8czpc62nnw5txcmla5wvctcbav4q/', '0', 'Puzzles', 0, 0, '', 'dot-tap-game'), (14661, 'Chaotic Ball Game', 'Control the direction of rotation of the ball to bypass the blue circles and collect stars. The game is difficult. Simple and addictive gameplay.', 'https://img.gamemonetize.com/vu64osvko0znr120vl2gegreji2awsdm/512x384.jpg', 'https://html5.gamemonetize.com/vu64osvko0znr120vl2gegreji2awsdm/', '0', 'Puzzles', 0, 0, '', 'chaotic-ball-game'), (14662, 'Circle Down Game', 'Shoot the green rings to fill them and activate the platform. The game is difficult. Simple and addictive gameplay.', 'https://img.gamemonetize.com/8xn2j3s0lxsix8jv8hdf49ogwo096hvn/512x384.jpg', 'https://html5.gamemonetize.com/8xn2j3s0lxsix8jv8hdf49ogwo096hvn/', '0', 'Puzzles', 0, 0, '', 'circle-down-game'), (14663, 'Circle Rotate Game', 'Rotate the circle to allow the white balls to reach the center. The game is difficult. Simple and addictive gameplay.', 'https://img.gamemonetize.com/ic9gotqox7pcx9qthk3hgj0b4b36kiv0/512x384.jpg', 'https://html5.gamemonetize.com/ic9gotqox7pcx9qthk3hgj0b4b36kiv0/', '0', 'Puzzles', 0, 0, '', 'circle-rotate-game'), (14664, 'Colors Run Game', 'Change the color of the disk with the help of three colored buttons to carefully watch the balls coming. The game is difficult. Simple and addictive gameplay.', 'https://img.gamemonetize.com/pdu3eybv3e5raotqnx5su9n7tdci94x4/512x384.jpg', 'https://html5.gamemonetize.com/pdu3eybv3e5raotqnx5su9n7tdci94x4/', '0', 'Puzzles', 0, 0, '', 'colors-run-game'), (14665, 'Cube Up Game', 'Control the flying cube, turn left and right to avoid obstacles-platforms. The game is difficult. Simple and addictive gameplay.', 'https://img.gamemonetize.com/y0mg153gky44v3no57w500x8njy4n221/512x384.jpg', 'https://html5.gamemonetize.com/y0mg153gky44v3no57w500x8njy4n221/', '0', 'Puzzles', 0, 0, '', 'cube-up-game'), (14666, 'Alchemist Lab Jewel Crush', 'Welcome to the world of Alchemy Match3 Lab Make a simple match for 3 Jewel elements to clar them and Match 4 or 5 chips to generate bonuses. Match bonus with gem to activate it, then Match bonuses with each other to generate philosopher\'s stone. Explore more than 100 challenging levels. Have fun', 'https://img.gamemonetize.com/152k8bm16yx6mjq1tq6w1l7vmrh8vz17/512x384.jpg', 'https://html5.gamemonetize.com/152k8bm16yx6mjq1tq6w1l7vmrh8vz17/', '0', 'Puzzles', 0, 0, '', 'alchemist-lab--jewel-crush'), (14667, 'GloomGargoyle', 'Gloom: gargoyle is a magical, 1-player, 3rd-person perspective game. The game is the 1st act of the game "Gloom" and consists of 3 beautiful and magical locations. For walkthroughs use magical abilities: a fiery aura that absorbs your manna and illuminates the space around you, the aura of time, which speeds up the game time, so that you move faster, as well as an aura of magic, which consumes your life force to replenish mana reserves. To progress through the game, you need to go through 2 magical dungeons and find divine artifacts there.', 'https://img.gamemonetize.com/g3hdgy7w9fpavxlywid39ivd405glcjl/512x384.jpg', 'https://html5.gamemonetize.com/g3hdgy7w9fpavxlywid39ivd405glcjl/', '0', 'Adventure', 0, 0, '', 'gloomgargoyle'), (14668, 'Lazy orcs', 'In the game you have to make the orcs work and earn enough money for the king to have enough money to build a castle, but here\'s the problem, the king is also very lazy and does not want to force the orcs to work. Get the orcs to work, stop this lazy ambush.', 'https://img.gamemonetize.com/41nmjoxx5122l2g003m1vm4bik9xr1uh/512x384.jpg', 'https://html5.gamemonetize.com/41nmjoxx5122l2g003m1vm4bik9xr1uh/', '0', 'Clicker', 0, 0, '', 'lazy-orcs'), (14669, 'Drunken Slap Wars', 'The fun Drunk stickman games continue with Slap Wars. The aim of the game is to beat the opponents with balanced slaps. Try to stop the slap power bar in the green area. In this way, your slaps will be effective. The opponents will get harder each round and the bar will speed up! Drunken Slap Wars game can be played by 1 or 2 people. Let the fun matchups begin!', 'https://img.gamemonetize.com/o8jtlq148sw9eab3jg4uqguvjj5i2ovt/512x384.jpg', 'https://html5.gamemonetize.com/o8jtlq148sw9eab3jg4uqguvjj5i2ovt/', '0', 'Action', 0, 0, '', 'drunken-slap-wars'), (14670, 'War Robot Earth Survival', 'World Of Robots is a tactical online shooter game regarding strolling battle robots. Sign up with epic PvP online battles against competitors from around the world! Control a multi-ton robot armed with the most incredible weapons, Ñrush, and ruin every little thing in your path! Unite in teams, develop a clan with good friends, and participate in clan battles for domination on earth! Open new weapons, robots, and areas! End up being more robust and verified on your own as the most effective free robotic games leader in the WWR! Humanity has found out to develop massive war robots called "mechwarrior." Submerse on your own on the planet and multiplayer shooting mech games and champ amongst opponents! Fight Robots have combat shoot power. Use pressure to squash enemies as well as close aid friends in the battle robotics. Come to be one of the most powerful in free robotic battles! Sign up with awesome robot PVP games online—usage pressure to squash enemies and aid pals in the war of robots. End up being the most effective in free robot battles! Sign up with amazing robot PVP games online. Get in the fight and challenge with the enemy mech warrior! Challenging decisions, complex maneuvers, and tactical methods are waiting for you! However, remember: the most awesome opponent is you!', 'https://img.gamemonetize.com/fs0ka96z0pmh1p9akcley5z7aul5zvfe/512x384.jpg', 'https://html5.gamemonetize.com/fs0ka96z0pmh1p9akcley5z7aul5zvfe/', '0', 'Action', 0, 0, '', 'war-robot-earth-survival'), (14671, 'FNF Red Light Green Light', 'FNF: Red Light, Green Light is the best trending combination out there where you will be able to play the famous first-round game from Squid Game named Red Light, Green Light, with the most popular characters of the year including Boyfriend, Garcello, and many more.', 'https://img.gamemonetize.com/m1osxt32jea3nvr5vgfatj4lswk5l27g/512x384.jpg', 'https://html5.gamemonetize.com/m1osxt32jea3nvr5vgfatj4lswk5l27g/', '0', 'Shooting', 0, 0, '', 'fnf-red-light-green-light'), (14672, 'Squid Game Dalgona Candy 3D', 'With the Squid Game Dalgona Candy game, you must remove the shapes in the candy molds with the help of a needle. You have to be very careful as the candy mold is hard and brittle. If you break the candy, you will be eliminated from the game! You have to check the "Crack Meter" to carefully remove the candy. Do not click the button periodically. If the "Crack Meter" reaches the red level, the candy will be broken. You should also pay attention to the time. If you can\'t remove the shape in the given time, you will be eliminated from the game. For more Squid Game games, visit maskedgames.com. Have fun.', 'https://img.gamemonetize.com/vbf8hbv945lzatzyrth3te7i2lt8ddfi/512x384.jpg', 'https://html5.gamemonetize.com/vbf8hbv945lzatzyrth3te7i2lt8ddfi/', '0', 'Puzzles', 0, 0, '', 'squid-game-dalgona-candy-d'), (14673, 'Home Run Master', 'Become the Home run master by hitting awesome hom runs outta the park', 'https://img.gamemonetize.com/vdfwh0z15fnbs4i1v651fri11epzyw1x/512x384.jpg', 'https://html5.gamemonetize.com/vdfwh0z15fnbs4i1v651fri11epzyw1x/', '0', 'Sports', 0, 0, '', 'home-run-master'), (14674, 'Skateboard city', 'Skateboard City is an acrobatic skateboard game for kids. Skate till you collect all stars to complete the level. Watch out to not go down from the higher points when you surf on. If you fall you have to start over, any level has only one life. The freestyle mode will be available soon.', 'https://img.gamemonetize.com/rstlghydkazgl4pbdoj2cgjgzypg2lwl/512x384.jpg', 'https://html5.gamemonetize.com/rstlghydkazgl4pbdoj2cgjgzypg2lwl/', '0', 'Sports', 0, 0, '', 'skateboard-city'), (14675, 'Squid Game Stacky Maze', 'A brand new game from Squid Game web browser games meets you with the difference of meyagames. You have to collect all the stacks and find the right ways to escape from the island where the scary games are played. In Squid Game Stacky Maze, which is a puzzle-style game, you must be as careful as possible to escape. You can play the action and exciting Squid Game for free. Experience nonstop excitement with +30 different levels. For more Squid Game games, you can visit the Squid Game category on our meyagames.com.', 'https://img.gamemonetize.com/0q49shzwtaa136piff1al8dljwbcjs01/512x384.jpg', 'https://html5.gamemonetize.com/0q49shzwtaa136piff1al8dljwbcjs01/', '0', 'Hypercasual', 0, 0, '', 'squid-game-stacky-maze'), (14676, 'Makeup Artist Fashion Salon', 'Why not become a makeup artist? Make up with your style and pick your favorite match. There are many types of cosmetics that can be used here. It\'s very interesting. You can use foundation, eye makeup, lipstick, hairstyle, necklace and earrings to dress up. Tons of different designs for you to discover, cloud, butterfly, rainbow, Christmas and Halloween, everything in trend can be an inspiration for your style.Come and challenge your fashion skill now!', 'https://img.gamemonetize.com/zc22nrlaspi1nv9ikvypvex7uhohezop/512x384.jpg', 'https://html5.gamemonetize.com/zc22nrlaspi1nv9ikvypvex7uhohezop/', '0', 'Girls', 0, 0, '', 'makeup-artist-fashion-salon'), (14677, 'Robo Battle', 'Robo Battle is a war robot game that tests your logic and wit Be brave and fight for victory against other war robots lasers saws and thermometers a great range of enemies and obstacles for your bot so the performance in battle is based on both strategy and players skills Get the game now for free and become the star of the Robo Battle', 'https://img.gamemonetize.com/iz2ddbjx0tjwgl82he6m6pdi3mzfu1fa/512x384.jpg', 'https://html5.gamemonetize.com/iz2ddbjx0tjwgl82he6m6pdi3mzfu1fa/', '0', 'Arcade', 0, 0, '', 'robo-battle'), (14678, 'Fashion Princess Sewing Clothes', 'Today you will become a very famous costume designer, and your clothes are most popular with princesses. You are about to welcome three guests: Elsa, and Ariel. These two girls are going to customize your costumes. Please listen to their requirements and make the most beautiful costumes! Have fun!', 'https://img.gamemonetize.com/qtwhp63etyuc7v6zc4sfil63gg3y4c3o/512x384.jpg', 'https://html5.gamemonetize.com/qtwhp63etyuc7v6zc4sfil63gg3y4c3o/', '0', 'Girls', 0, 0, '', 'fashion-princess-sewing-clothes'), (14679, '456 Squid Game Challenge', 'Based on the popular Netflix show, play Squid Game: Online Survival and see if you can survive. Try to reach the finish line in this epic online game, is one of the first big and blatant gaming attempts to try and jump on the Squid Game bandwagon. Can you pass the challenge or will you bite the dust? Test out your reaction skills in this 3D game. Welcome to a fair game of Squid Game: Online Survival . Whoever wins this game will win a lot of cash prizes. Features: - Real HD graphics - High-quality game sounds - Excellent animations - Easy to play - Best Squid Game Continue when the thumbs-up is on. Follow your personality\'s head motions!', 'https://img.gamemonetize.com/ln7lfp5deixbgkmdbr69hx5coenq1xnr/512x384.jpg', 'https://html5.gamemonetize.com/ln7lfp5deixbgkmdbr69hx5coenq1xnr/', '0', 'Adventure', 0, 0, '', '-squid-game-challenge'), (14680, 'All Stars Rubber Ring Race', 'It\'s possible now to play All Stars: Rubber Ring Race game in your web browser for free at Superkidgames.com and more fun games. In the Ultimate Air game, Welcome to the world\'s most rigorous sporting competitions. You\'ll be assisting at a Rubber Ring Race game today, where you\'ll be able to team up with some of your favorite characters and compete for a large trophy. All you have to do now is pay attention to the obstacles in your path, collect the goods, and enjoy yourself. Pick a team that you want to play with before you start the game. If you select the Tom and Jerry team, for example, you will play the game with them. Aside from this team, you can choose from the Looney Tunes, Dorothy and the Wizard of Oz, Scooby-Doo, Bunnicula, The Hippos Family, or the Wacky Races. After you\'ve made up your mind and know for certain who you\'ll be riding the waves with, Keep your fingers ready to push the arrow keys to the left and right. In this manner, you will slide the rubber ring from one side to the other. Maintain the rubber ring between the signs and try to avoid any obstacles. They will just cause you to lose time and points. Make sure you get all of the excellent things you see, on the other hand. You will move quicker, save time, and have a higher chance of winning in the quickest time possible if you ride on the ramps. The parachutes will assist you in flying over all of the obstacles and getting you close to the finish line.', 'https://img.gamemonetize.com/h631r2thxc23ojntzfbygiy2sq9oukm9/512x384.jpg', 'https://html5.gamemonetize.com/h631r2thxc23ojntzfbygiy2sq9oukm9/', '0', 'Racing', 0, 0, '', 'all-stars-rubber-ring-race'), (14681, 'Save RED Square', 'Destroy all blocks (wood, glass) and save RED cube on the platform. Tap on obstacles and keep cube alive. Puzzle game with nice animations and sounds.', 'https://img.gamemonetize.com/wxnpfmqdtmijwim4oyyllfi5fuvxc3yz/512x384.jpg', 'https://html5.gamemonetize.com/wxnpfmqdtmijwim4oyyllfi5fuvxc3yz/', '0', 'Puzzles', 0, 0, '', 'save-red-square'), (14682, 'Rescue Fairy Castle', 'Train your brain by playing pull the pin puzzle game, just you can answer all our pin puzzles. Especially since this is a pin rescue game where you have to pull the pin and avoid any obstacle to save the Fairy.', 'https://img.gamemonetize.com/0b97ai857v5gtrmpusy56djrmewkbjhm/512x384.jpg', 'https://html5.gamemonetize.com/0b97ai857v5gtrmpusy56djrmewkbjhm/', '0', 'Puzzles', 0, 0, '', 'rescue-fairy-castle'), (14683, 'Nail Salon Manicure Fashion Girl', 'Now design your own nails & learn all about nail art in this manicure game. Multiple rings to shine your fingers & sparkling gems of nail salon girls game to style your nails. Polish & decorate your nails & show off your amazing nail paint art. Paint 5 fingers with different colors & have some glow with this girls nail manicure. Stylish nail art makes your hands more glorious in the nail salon designs games for girls. Paint nails with a variety of nail polish colors in this cute nail fashion salon girls game. Nail art game with unique and beautiful designs.', 'https://img.gamemonetize.com/w4aqjthaom2e3ze7ln5zztyse5t1vn2z/512x384.jpg', 'https://html5.gamemonetize.com/w4aqjthaom2e3ze7ln5zztyse5t1vn2z/', '0', 'Girls', 0, 0, '', 'nail-salon-manicure--fashion-girl'), (14684, 'Merge Face', 'Merge Face is a relaxing puzzle game. Tap on faces to increase their numbers. Merge them as much as you can and earn more coins! You can buy tools by collecting coins which will help you survive longer.', 'https://img.gamemonetize.com/ytyqen2cukbgeanmjqyyplhm9aoxb8d1/512x384.jpg', 'https://html5.gamemonetize.com/ytyqen2cukbgeanmjqyyplhm9aoxb8d1/', '0', 'Puzzles', 0, 0, '', 'merge-face'), (14685, 'Disney XD Ultimate Air', 'It\'s possible now to play the Disney XD: Ultimate Air game in your web browser for free at Superkidgames.com and more fun games. In the Ultimate Air game, hop on a bike and travel alongside the Disney XD characters! For a true adventure, join the heroes, troublemakers, and hilarious protagonists of your favorite shows. Are you ready to have a good time for hours? Stop hesitating and form a team with your pals! This is a driving game in which you must ride your motorcycle as far as possible. Put your speed and agility to the test while avoiding all the obstacles! Will you be able to meet all of your mission\'s challenges? It\'s entirely up to you how successfully you complete your work! Unlock Adam, Chase, Mabel, Star, and their buddies so you can use their special abilities! They\'ll aid you in avoiding your foes or allowing you to stay in the fight for longer. For each round, you can play as your chosen character. However, depending on your favorite ability, you can always go back and switch! You can also use your earnings to upgrade and strengthen your bike. You can, of course, obtain extra power-ups to aid you in your objective. Make the most of your tokens by purchasing all of the available upgrades! So, let\'s get this party started! You\'ll undoubtedly be occupied for a long time! Join your Disney XD buddies and assist them in completing their objective.', 'https://img.gamemonetize.com/b05h43zpposppbi63bluu47q975e57s1/512x384.jpg', 'https://html5.gamemonetize.com/b05h43zpposppbi63bluu47q975e57s1/', '0', 'Hypercasual', 0, 0, '', 'disney-xd-ultimate-air'), (14686, 'Squid Game 456', 'Survival games are becoming a reality in the modern world. In case of victory, the best one gets a cash prize and recognition. Many mobile games have been created on the topic of survival, where each player tested fate, endurance, and their own health. There will be only one winner', 'https://img.gamemonetize.com/fj4gonhi4h0yp2eu7yjbz5xua6kncc5k/512x384.jpg', 'https://html5.gamemonetize.com/fj4gonhi4h0yp2eu7yjbz5xua6kncc5k/', '0', 'Action', 0, 0, '', 'squid-game-'), (14687, 'Table Tennis', 'Table Tennis is a game which you can play table tennis with cartoon network characters. It has Tournament and Quick Game mode.', 'https://img.gamemonetize.com/k1kros6teajw6xfhdqfh7cwez89ujns6/512x384.jpg', 'https://html5.gamemonetize.com/k1kros6teajw6xfhdqfh7cwez89ujns6/', '0', 'Sports', 0, 0, '', 'table-tennis'), (14688, 'Umber House Escape', 'Umber House Escape is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a house; there you got trapped inside the house. Here are the interesting puzzles and hidden objects to find and get escape from the house. Good luck... Have fun!', 'https://img.gamemonetize.com/aop3ch1iceelc0u6kgptw6eas8t6zbqq/512x384.jpg', 'https://html5.gamemonetize.com/aop3ch1iceelc0u6kgptw6eas8t6zbqq/', '0', 'Puzzles', 0, 0, '', 'umber-house-escape'), (14689, 'Muddy House Escape', 'Muddy House Escape is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a house; there you got trapped inside the house. Here are the interesting puzzles and hidden objects to find and get escape from the house. Good luck... Have fun!', 'https://img.gamemonetize.com/w6reji67aqx3x80jrkj274kjyohwvxn8/512x384.jpg', 'https://html5.gamemonetize.com/w6reji67aqx3x80jrkj274kjyohwvxn8/', '0', 'Puzzles', 0, 0, '', 'muddy-house-escape'), (14690, 'kid escape', 'Kid Escape is a point and click game developed by 8B Games/Games2live. Imagine that you had been to a village, On there you found a Kid got trapped. Here is the interesting puzzles and hidden objects to find and rescue the Kid. Good luck.. Have fun!', 'https://img.gamemonetize.com/txwyiyg5c7toimynoh5vhe6pgvrmw15s/512x384.jpg', 'https://html5.gamemonetize.com/txwyiyg5c7toimynoh5vhe6pgvrmw15s/', '0', 'Puzzles', 0, 0, '', 'kid-escape'), (14691, 'Dodging Ball Game', 'Change the inclination of the platform to avoid the ball from colliding with falling cubes. The game is difficult. Simple and addictive gameplay.', 'https://img.gamemonetize.com/vrvj8alovkfza6xwuo8jbjy74fmtj8au/512x384.jpg', 'https://html5.gamemonetize.com/vrvj8alovkfza6xwuo8jbjy74fmtj8au/', '0', 'Puzzles', 0, 0, '', 'dodging-ball-game'), (14692, 'Dot Dot Game', 'Watch the multi-colored approaching balls and choose to skip them or not. The game is difficult. Simple and addictive gameplay.', 'https://img.gamemonetize.com/87u3c9h2j8xmpbsf6jey7nw128334j9y/512x384.jpg', 'https://html5.gamemonetize.com/87u3c9h2j8xmpbsf6jey7nw128334j9y/', '0', 'Puzzles', 0, 0, '', 'dot-dot-game'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (14693, 'Double Driving Game', 'Drive two cars at the same time, bypass traffic and collect coins. The game is difficult. Simple and addictive gameplay.', 'https://img.gamemonetize.com/zidfvumyzoxfimmnwrlar6rqagi3k7lz/512x384.jpg', 'https://html5.gamemonetize.com/zidfvumyzoxfimmnwrlar6rqagi3k7lz/', '0', 'Puzzles', 0, 0, '', 'double-driving-game'), (14694, 'Fall Disk Game', 'Choose a moment and run the ball to destroy the green disk. The game is difficult. Simple and addictive gameplay.', 'https://img.gamemonetize.com/lorzac9s86e2rwlqny8zwkj988uc761b/512x384.jpg', 'https://html5.gamemonetize.com/lorzac9s86e2rwlqny8zwkj988uc761b/', '0', 'Puzzles', 0, 0, '', 'fall-disk-game'), (14695, 'Flying Cubic Game', 'Move the cube up and down avoiding obstacles and collect coins. The game is difficult. Simple and addictive gameplay.', 'https://img.gamemonetize.com/g8s4rcvokrxfg768ofsq2hn9eupwjpx9/512x384.jpg', 'https://html5.gamemonetize.com/g8s4rcvokrxfg768ofsq2hn9eupwjpx9/', '0', 'Puzzles', 0, 0, '', 'flying-cubic-game'), (14696, 'Jump Game', 'Help the cube to reach as far as possible avoiding various obstacles (wall, thorn, flying thorn). The game is difficult. Simple and addictive gameplay.', 'https://img.gamemonetize.com/ur9dprnyppqx2p52e598r9qmjtz3dkc7/512x384.jpg', 'https://html5.gamemonetize.com/ur9dprnyppqx2p52e598r9qmjtz3dkc7/', '0', 'Puzzles', 0, 0, '', 'jump-game'), (14697, 'Line Side Game', 'Control the circle to avoid the cubes and go as far as possible. The game is difficult. Simple and addictive gameplay.', 'https://img.gamemonetize.com/us5lq9owlky5ocybzdyolzic8sioj99n/512x384.jpg', 'https://html5.gamemonetize.com/us5lq9owlky5ocybzdyolzic8sioj99n/', '0', 'Puzzles', 0, 0, '', 'line-side-game'), (14698, 'Lock Game', 'Try to score as many points by destroying the yellow balls in the middle of the lock. The game is difficult. Simple and addictive gameplay.', 'https://img.gamemonetize.com/m5u5e8fbg8gq8xismt5mrca7r2aisy7g/512x384.jpg', 'https://html5.gamemonetize.com/m5u5e8fbg8gq8xismt5mrca7r2aisy7g/', '0', 'Puzzles', 0, 0, '', 'lock-game'), (14699, 'Mountain Climb Racing', 'You are going to cross the hills and mountains and you are going to try to cross the lands where you meet obstacles. While you are doing this, you are going to race against a friend. If you want you can race against CPU too. Be the one who gets the finish line first and win the game!', 'https://img.gamemonetize.com/35o2cwx4d1v0xgiwrhwl2uh2vbw0dllb/512x384.jpg', 'https://html5.gamemonetize.com/35o2cwx4d1v0xgiwrhwl2uh2vbw0dllb/', '0', 'Racing', 0, 0, '', 'mountain-climb-racing'), (14700, 'Muppet Babies Animal Silly Seasons', 'It\'s possible now to play Muppet Babies: Animal\'s Silly Seasons a Disney game in your web browser for free at Superkidgames.com and more fun games. In the Animal\'s Silly Seasons game, the newborn animals are going outside to play! Your friend is almost ready to leave, but he can\'t decide what to wear. As a result, he requires your assistance in getting dressed for the weather. Are you willing to assist him? Animal is teaching you something important about the weather. Your mission is to pick your favorite season and then dress your pet. Choose from a wide range of clothing and accessories, and get ready to have a good time! Once you\'re outside, you\'ll need to dress appropriately for the weather and get your friend ready to play! Help Animal with getting ready for a wonderful day! All you\'ll need is your mouse to choose his attire. To select an item of clothing, click it and move it near your friend. He\'ll put it on, and a new item will appear in his closet. The first thing you should do is assist your pal in getting dressed! Animal is still a baby, and he has a hard time deciding what to wear. Assist him in staying warm by selecting his clothing, hat, and even accessories. After that, climb aboard the slide and prepare to venture outside! Once you are out, it is time to learn more about seasons! Some items don\'t belong here, and you have to look for them. Do you see sandcastles in winter or pumpkins in spring? Simply click on the items, and make them disappear! If you finished picking out the correct items, it is time to decorate the scenery! Help Animal remember this day by making the perfect picture. Add items around your friends and make them look like they\'re having lots of fun! Are you ready to have some fun? Join your furry buddy from the Muppet Babies show and learn more about seasons together!', 'https://img.gamemonetize.com/np2jc62if47gcxbzqoshg5ukwamsymkn/512x384.jpg', 'https://html5.gamemonetize.com/np2jc62if47gcxbzqoshg5ukwamsymkn/', '0', 'Racing', 0, 0, '', 'muppet-babies-animal-silly-seasons'), (14701, 'Barbie Princess Adventure Jigsaw', 'Barbie Princess Adventure Jigsaw is an interesting jigsaw cartoon game, which is developed for kids especially for girls, who love the movie cartoon and love playing jigsaw particularly. Now, I choose 12 images of the movie here. Hope you can have fun with them. Join us to see what will happen to them. Enjoy!', 'https://img.gamemonetize.com/8yba5m12gjq9lf3hwhezzn2ctphqpxon/512x384.jpg', 'https://html5.gamemonetize.com/8yba5m12gjq9lf3hwhezzn2ctphqpxon/', '0', 'Girls', 0, 0, '', 'barbie-princess-adventure-jigsaw'), (14702, 'Bubble Fish', 'This is our new puzzle game called Bubble Fish. You need to connect three fish to score. You grab and drop the fish with space. Use the arrow keys to move left and right.', 'https://img.gamemonetize.com/hf8sob9nmntb8fo17slex0oiu92vjqnn/512x384.jpg', 'https://html5.gamemonetize.com/hf8sob9nmntb8fo17slex0oiu92vjqnn/', '0', 'Puzzles', 0, 0, '', 'bubble-fish'), (14703, 'Squid Prison Games', 'Welcome to the Squid Prison Games. 10 levels to survive. Earn money by passing levels and buy items for your player. Chose from 3 players and compete against 20 other prisoners willing to escape. Good luck!', 'https://img.gamemonetize.com/4i4dtu8z9xkrihemof9tu1iqsu0pkqe7/512x384.jpg', 'https://html5.gamemonetize.com/4i4dtu8z9xkrihemof9tu1iqsu0pkqe7/', '0', 'Hypercasual', 0, 0, '', 'squid-prison-games'), (14704, 'Squid Game All Levels', 'Survival Squid games are becoming a reality in the modern world. In case of victory, the best one gets a cash prize and recognition. Many mobile games have been created on the topic of survival, where each player tested fate, endurance, and their own health. There will be only one winner in a Squid Game All Levels', 'https://img.gamemonetize.com/pu63h24horrfqnp8o70qvshzolksik9z/512x384.jpg', 'https://html5.gamemonetize.com/pu63h24horrfqnp8o70qvshzolksik9z/', '0', 'Adventure', 0, 0, '', 'squid-game-all-levels'), (14705, 'Cooking burger Maker Chef', 'Live your dream of becoming a restaurant chef and a master of cooking in street food burger shops for enjoying joyful cooking. Let’s make our street burger shop and first cook, then plate the food & keep learning cooking skills to experience the thrill of a wonderful street food restaurant burger cooking game. Are you ready to be a crazy kitchen food chef in the town? This awesome burger maker cooking game will give you non-stop fun of burger cooking. Guys, let’s show the world your excellent time management skills in this awesome order taking, time management burger game 2021. Make foodies happy with new mouth-watering junk food recipes and cooking games for girls & boys. Become the best time management fun chef and crazy street fast food chef burger in fun Cooking games for girls.', 'https://img.gamemonetize.com/euhkeo3px1gmtvqk5vff0094f55544i6/512x384.jpg', 'https://html5.gamemonetize.com/euhkeo3px1gmtvqk5vff0094f55544i6/', '0', 'Girls', 0, 0, '', 'cooking-burger-maker-chef'), (14706, 'The Squid Games', 'Welcome to this amazing hyper casual running game called the Squid Game . Squid game is a 3D action adventure survival royal game where you battle against your other players to win money! Game for The Squid Game! Are you going to accept the invitation? The games are about to begin! - Follow the instructions and quickly get to the game finish line. - Don\'t get disqualified End or Die! Winner has it all! - Follow your character\'s head movements! - Download Squid Game now! Be the last survivor and get coins in this challenging game. Let\'s start your challenge now! - If you love Squid Game, please rate 5 stars. Games: - Red Light, Green Light - Sugar Honeycombs - Tug-of-war - Marbles - Glass Stepping Stones - The Squid Game - The Squid Game Shooting and more. Attention Game Lovers! Your Favorite squid game is here. Knock Down your competitors in squid game. Enjoy Real Fun Of Squid Game by following the instruction and don\'t be late else you are dead. If you want to get prizes don\'t be eliminated from squid game Challenge.', 'https://img.gamemonetize.com/ekev2lwu4skqhczlcbn3dj79pjn4hm50/512x384.jpg', 'https://html5.gamemonetize.com/ekev2lwu4skqhczlcbn3dj79pjn4hm50/', '0', 'Adventure', 0, 0, '', 'the-squid-games'), (14707, 'Iron Man Rise of Ultron', 'It\'s possible now to play Iron Man: Rise of Ultron game in your web browser for free at Superkidgames.com and more fun games.Ultron has returned, and in the Iron Man: Rise of Ultron game, you must stop him from carrying out his terrible plot! Tony Stark\'s creation has turned on the Avengers and must be defeated. You\'re in luck if you\'re a fan of these superheroes! Now you may imitate them and utilize your abilities to destroy the villain. Before he can reach Iron Man, the wicked robot plans to eliminate him! This is why you must assist the hero, assisting him in avoiding the missiles and ensuring that he is not hit by them. To stay safe, keep an eye out for the target and flee before it turns red. Do you think you\'ll be able to finish this task successfully? Now is your time to help Iron Man complete his task! Fortunately, you only need your keyboard to utilize all of his gadgets. To go in each direction and avoid the villain\'s attacks, use the Up, Down, Left, and Right arrows. Simply keep your gaze fixed on the targets and stay out of their way! You must avoid the missiles for two minutes in order to complete this assignment and defeat Ultron. The targets will turn red increasingly faster as you approach closer to the end of the challenge! This is why you must keep your eyes on the screen at all times and move away as quickly as possible! Quick reflexes and superb hand-eye coordination are required for this game, so make sure you practice!', 'https://img.gamemonetize.com/m6qyn6fdyeu15snvtm6s71spfsb4zrfx/512x384.jpg', 'https://html5.gamemonetize.com/m6qyn6fdyeu15snvtm6s71spfsb4zrfx/', '0', 'Shooting', 0, 0, '', 'iron-man-rise-of-ultron'), (14708, 'Squid Game Slide', 'You will be given the opportunity to take part in a survival tournament as a player number 456, whose name is Song Ki-hoon. You have to go through a lot of difficult and even deadly tests to become a winner and earn a fortune as a reward! But first, you will have to compete against many other similar participants for the right to receive a huge amount of money stored in a huge transparent piggy bank.', 'https://img.gamemonetize.com/glwob1nj057cd6sf11q4q1p4qc2vgyyk/512x384.jpg', 'https://html5.gamemonetize.com/glwob1nj057cd6sf11q4q1p4qc2vgyyk/', '0', 'Puzzles', 0, 0, '', 'squid-game-slide'), (14709, 'Dress Up Games 3D Model', 'Dress up your Model to Win! You can pick all the outfits and accessorize whatever you want before you walk the walkway to receive a score from the judges. Have fun with your outfits in this fantasy dress up game. For all fashionistas and virtual doll styling fans here is the ultimate makeover app with tons and tons of clothes to rummage through. Style gorgeous models for 6 different occasions: prom night, shopping run, wedding, international beauty pageant, pop singer contest and a movie star award show. In each occasion, there is a separate wardrobe, with glamorous dresses, skirts, tops, jackets, capes, shawls and veils. Pick among dozens of chic hairstyles, fancy shoes, stylish handbags, luxurious jewelry and other accessories. Certainly you can also choose the race of the girls. The game boasts a huge selection of garments - likely more than you\'ve ever seen in a cosplay & fashion simulator. Set your inner fashionista free and train you skill as an outfit designer / image maker for famous actresses, celebrities, top supermodels and glam socialites on the red carpet. Join the world of glamour, Hollywood and Broadway, and imagine you are a superstar, actress, supermodel, music idol or just a crazily rich VIP shopaholic posting hauler videos with millions of fans and subscribers. For even more fame and glory, become the Beauty Queen of the world and marry a millionaire (e.g. some handsome actor with an oceanside mansion in California). Pick a trendy hairstyle and put together amazing bridal or festive outfits for your celebrity model. If your friends also love dressup apps and digital girl makeovers, be sure to tell them about this great new app! Download it and play it for free, forever, on your Android phone or tablet - it\'s really the best you\'ve ever seen.', 'https://img.gamemonetize.com/wje10ueax38myci1gpi96kuxmsbmfxpb/512x384.jpg', 'https://html5.gamemonetize.com/wje10ueax38myci1gpi96kuxmsbmfxpb/', '0', 'Girls', 0, 0, '', 'dress-up-games-d-model'), (14710, 'ARTI TANK', 'The game is in the style of everyone\'s favorite tank shooting game and territory defense completely in Russian. You are a tankman driving a powerful tank that fights with planes and helicopters, defending your territory. At the same time, during the battles, you have a lot of bonuses and support from allied troops - cargo planes, you just have to hurry up and collect bonuses. The game is designed for fans of tanks and shooting games, for fans of intense combat battles. Arti Tank has many levels and a super game!', 'https://img.gamemonetize.com/035c7agy8xfd4vnng49162ae9oetkkzz/512x384.jpg', 'https://html5.gamemonetize.com/035c7agy8xfd4vnng49162ae9oetkkzz/', '0', 'Arcade', 0, 0, '', 'arti-tank'), (14711, 'Teen Titans Go Jump City Rescue', 'Jump City has been taken over, but the Teen Titans are here to save the day. Play as Robin, Beast Boy, Cyborg, Starfire and Raven in this fun platform game. It’s been a while since new Teen Titans Go Games online had been added to our website, but of course, we would be excited at that chance coming today, when all of you are invited to have tons of fun with the action-adventure game known as Jump City Rescue!', 'https://img.gamemonetize.com/9t03w165lp84et7ubhvisov45a0rhzjr/512x384.jpg', 'https://html5.gamemonetize.com/9t03w165lp84et7ubhvisov45a0rhzjr/', '0', 'Adventure', 0, 0, '', 'teen-titans-go--jump-city-rescue'), (14712, 'Secret House Escape', 'Secret House Escape is a point and click game developed by 8B Games/Games2mad. Imagine that you had been to a house; there you got trapped inside the house. Here are the interesting puzzles and hidden objects to find and get escape from the house. Good luck... Have fun!', 'https://img.gamemonetize.com/asyaxm69tqjrkf0qk6rdio6mkx4bxr42/512x384.jpg', 'https://html5.gamemonetize.com/asyaxm69tqjrkf0qk6rdio6mkx4bxr42/', '0', 'Puzzles', 0, 0, '', 'secret-house-escape'), (14713, 'Perfect ironing Dress Up & Style Game', 'Make dress looking stylish for girls,baby,men. everybody enjoy it to play and do his job! Like to iron and make clothes tidier? Hold the iron and smooth the wrinkles in our relaxing game! Go through exciting make the world a little smoother. Try this satisfying Ironing game and see how good you are! Drag your finger around to iron the clothes! Can you be perfect at Ironing? Keep going until you become the perfect ironing expert. Iron It out to win!', 'https://img.gamemonetize.com/j1rr7mlj1mjib19zdf7pqnbg72gyi0xw/512x384.jpg', 'https://html5.gamemonetize.com/j1rr7mlj1mjib19zdf7pqnbg72gyi0xw/', '0', 'Girls', 0, 0, '', 'perfect-ironing-dress-up-amp-style-game'), (14714, 'Lucky Tap Game', 'Test your luck, tap on the pill to choose the right one. The game is difficult. Simple and addictive gameplay.', 'https://img.gamemonetize.com/hwid2x5328zty7r55cdot8uswnl455ml/512x384.jpg', 'https://html5.gamemonetize.com/hwid2x5328zty7r55cdot8uswnl455ml/', '0', 'Puzzles', 0, 0, '', 'lucky-tap-game'), (14715, 'Environment Jigsaw', 'Environment jigsaw is an online puzzle jigsaw game. To solve this puzzle you have to place 64 pieces in the correct jigsaw order. Play this cool plush figures toys jigsaw game and enjoy in your free time!', 'https://img.gamemonetize.com/oivyukl125l41rkbah4ehx1lhhl1s3z6/512x384.jpg', 'https://html5.gamemonetize.com/oivyukl125l41rkbah4ehx1lhhl1s3z6/', '0', 'Puzzles', 0, 0, '', 'environment-jigsaw'), (14716, 'Compass Direction Jigsaw', 'Compass Direction jigsaw is an online puzzle jigsaw game. To solve this puzzle you have to place 64 pieces in the correct jigsaw order. Play this cool plush figures toys jigsaw game and enjoy in your free time!', 'https://img.gamemonetize.com/gbtjuqud291p62igu7yhwustrrq2fb57/512x384.jpg', 'https://html5.gamemonetize.com/gbtjuqud291p62igu7yhwustrrq2fb57/', '0', 'Puzzles', 0, 0, '', 'compass-direction-jigsaw'), (14717, 'Dolphin Rescue', 'Dolphin Rescue is a point and click game developed by 8B Games/Games2Mad. Imagine that you had been to a seashore On there you found a parrot got trapped. Here is the interesting puzzles and hidden objects to find and rescue the dolphin. Good luck.. Have fun!', 'https://img.gamemonetize.com/tc548gjbmueoej8jthstzxbbe9ujz0xk/512x384.jpg', 'https://html5.gamemonetize.com/tc548gjbmueoej8jthstzxbbe9ujz0xk/', '0', 'Puzzles', 0, 0, '', 'dolphin-rescue'), (14718, 'Checked room escape', 'Checked Room Escape is a point and click game developed by 8B Games/Games2live. Imagine that you had been to a Village, On there you had trapped. Here is the interesting puzzles and hidden objects to find and get escape from the village. Good luck.. Have fun!', 'https://img.gamemonetize.com/w89h82ial7006pqs49en5ft3nbodtqyt/512x384.jpg', 'https://html5.gamemonetize.com/w89h82ial7006pqs49en5ft3nbodtqyt/', '0', 'Puzzles', 0, 0, '', 'checked-room-escape'), (14719, 'Moving Spheres Game', 'Control the sphere and reflect the circle on it. The game is difficult. Simple and addictive gameplay.', 'https://img.gamemonetize.com/mw95p2jemk1u8wclw84idb7hsa2m2g1j/512x384.jpg', 'https://html5.gamemonetize.com/mw95p2jemk1u8wclw84idb7hsa2m2g1j/', '0', 'Puzzles', 0, 0, '', 'moving-spheres-game'), (14720, 'Shot ball Game', 'Timely arrows to hit and destroy the ball. The game is difficult. Simple and addictive gameplay.', 'https://img.gamemonetize.com/9g6ipy10qfzgumezjf67g9ktl1hqtooe/512x384.jpg', 'https://html5.gamemonetize.com/9g6ipy10qfzgumezjf67g9ktl1hqtooe/', '0', 'Puzzles', 0, 0, '', 'shot-ball-game'), (14721, 'Side Shot Game', 'Press the two buttons and shoot at the colored rings. The game is difficult. Simple and addictive gameplay.', 'https://img.gamemonetize.com/mqn2h7fcqcnl4dsqdn2hdftjop8owhub/512x384.jpg', 'https://html5.gamemonetize.com/mqn2h7fcqcnl4dsqdn2hdftjop8owhub/', '0', 'Puzzles', 0, 0, '', 'side-shot-game'), (14722, 'Slip Game', 'Slide the ball away from the orange cubes and collect the purple ones. The game is difficult. Simple and addictive gameplay.', 'https://img.gamemonetize.com/l327npdflxld3ho4znlwb30v6ire7ojd/512x384.jpg', 'https://html5.gamemonetize.com/l327npdflxld3ho4znlwb30v6ire7ojd/', '0', 'Puzzles', 0, 0, '', 'slip-game'), (14723, 'Square Game', 'Change the color of the square to the color of the approaching ball. The game is difficult. Simple and addictive gameplay.', 'https://img.gamemonetize.com/rliplglhircxahaycbalmsw4nfc2p49q/512x384.jpg', 'https://html5.gamemonetize.com/rliplglhircxahaycbalmsw4nfc2p49q/', '0', 'Puzzles', 0, 0, '', 'square-game'), (14724, 'Three Lines Game', 'Destroy the balls that move along three colored lines. The game is difficult. Simple and addictive gameplay.', 'https://img.gamemonetize.com/4jwke2pv6a6eb3areq8k3q52bejj4t1d/512x384.jpg', 'https://html5.gamemonetize.com/4jwke2pv6a6eb3areq8k3q52bejj4t1d/', '0', 'Puzzles', 0, 0, '', 'three-lines-game'), (14725, 'Total Attack Game', 'Shoot as many bullets at the walls to change color and destroy massive cubes. The game is difficult. Simple and addictive gameplay.', 'https://img.gamemonetize.com/uuv8kwk82u6i5g8zdd6rlamntap2qy4m/512x384.jpg', 'https://html5.gamemonetize.com/uuv8kwk82u6i5g8zdd6rlamntap2qy4m/', '0', 'Puzzles', 0, 0, '', 'total-attack-game'), (14726, 'Tunnel Race Game', 'Сontrol the ball in the tunnel avoid obstacles and collect tokens. The game is difficult. Simple and addictive gameplay.', 'https://img.gamemonetize.com/nr0qnza1cl1itwfris08gxm49s3api0i/512x384.jpg', 'https://html5.gamemonetize.com/nr0qnza1cl1itwfris08gxm49s3api0i/', '0', 'Puzzles', 0, 0, '', 'tunnel-race-game'), (14727, 'Side Defender', 'We invite you to try one of them in the Side Defender game. On the right and below there are two stripes: yellow and red, respectively. Wherever you hit the stripes, a lethal laser shot is activated. It turns out that stripes are a very formidable weapon, all that remains is to learn how to manage it deftly and quickly. And hurry up, because right now the attack of round objects of two colors: red and yellow will begin. You can destroy each of them only with a ray of the same color, by clicking in the right place so that the ray pierces the ball and destroys it.', 'https://img.gamemonetize.com/32ho505k6secectt0w08r3n5n8pe2wzt/512x384.jpg', 'https://html5.gamemonetize.com/32ho505k6secectt0w08r3n5n8pe2wzt/', '0', 'Puzzles', 0, 0, '', 'side-defender'), (14728, 'Baby Taylor Pet Care', 'Taylor and Jessica want to experience community work. They find out the Pet Care Center needs care volunteers. So they go to be volunteers this weekend. The most common job here is to take care of the rescued animals. Taylor and Jessica don\'t have any experience. But don\'t worry. Volunteer Sophia will help and teach them. Do you want to join them? Let\'s take care the of cute pets in need together!', 'https://img.gamemonetize.com/jqjs7poj6l9hzxy9kv1zqeyp7jsz777h/512x384.jpg', 'https://html5.gamemonetize.com/jqjs7poj6l9hzxy9kv1zqeyp7jsz777h/', '0', 'Girls', 0, 0, '', 'baby-taylor-pet-care'), (14729, 'Fun Draw Race 3D', 'Draw on the screen to create the suitable legs for your robot and try to be the winner each race. The Differen track course has the different obstacles. Draw unique shapes for each challenge you face in the race. In the process of running, you can modify and optimize legs at any time.', 'https://img.gamemonetize.com/0df47zrt1ye9apohv64snijfvvraops5/512x384.jpg', 'https://html5.gamemonetize.com/0df47zrt1ye9apohv64snijfvvraops5/', '0', 'Arcade', 0, 0, '', 'fun-draw-race-d'), (14730, 'Ever After High Makeover Party', 'Who else hasn\'t seen the hottest animation Ever After High? Not only that, it is also the most popular Halloween costume party costume! Now there are four princesses who also want to use the character costumes in this animation to participate in the Halloween party. Please choose suitable characters and costumes for these girls! Have fun!', 'https://img.gamemonetize.com/jl2hzpvt41x2kcurxwq54ru4rwsx73vs/512x384.jpg', 'https://html5.gamemonetize.com/jl2hzpvt41x2kcurxwq54ru4rwsx73vs/', '0', 'Girls', 0, 0, '', 'ever-after-high-makeover-party'), (14731, 'Gumball Kebab Fighter', 'It\'s possible now to play Gumball: Kebab Fighter in your web browser for free at Superkidgames.com and more fun games. In the Kebab Fighter game, Elmore gets to be the battleground! A brawl has broken out in the local subway, and everyone has gathered to watch the strong Rat fight! He\'ll have to face a Hot Dog with mustard in his hair! The characters have a hard time staying in place due to the moving subway! You must respond rapidly in order to defeat your opponent! When the fight begins, throw the initial punch and keep them coming until you win! To assault your opponent, simply click anywhere on his image until he is knocked out! Click on your portion of the screen if you wish to block his punches! More importantly, you must keep an eye on the life bars that appear at the top of the screen! They demonstrate the characters\' remaining strength! When your opponent\'s energy is depleted, you can deliver the final strike to finish him! You must participate in the struggle and ensure that the Rat wins! Gumball, Darwin, Tobias, and Richard are all keeping an eye on the competition, and you must impress them! Make careful to beat the wide-eyed Hot Dog and complete each level!', 'https://img.gamemonetize.com/01jetszqgqfdhvv8c5jjqtyg2p9s1cos/512x384.jpg', 'https://html5.gamemonetize.com/01jetszqgqfdhvv8c5jjqtyg2p9s1cos/', '0', 'Boys', 0, 0, '', 'gumball-kebab-fighter'), (14732, 'Squid Game Jigsaw Puzzle Collection', '"Squid Game" offers you to immerse yourself in the world of an exciting survival tournament, in which you will take part in 6 deadly contests against many other players from around the world! Do you have enough willpower to maintain self-control in extremely stressful situations, where your life will be the price for losing? If you are ready to put everything on the line and achieve victory at any cost, then welcome!', 'https://img.gamemonetize.com/y0dr9nmym4cehtq3fml2g48asm8u776y/512x384.jpg', 'https://html5.gamemonetize.com/y0dr9nmym4cehtq3fml2g48asm8u776y/', '0', 'Puzzles', 0, 0, '', 'squid-game-jigsaw-puzzle-collection'), (14733, 'Elsa Halloween Party Tattoo', 'Elsa\'s Halloween Party Tattoo is a very addictive make up game with Halloween themed. Our princess Elsa is going to a Halloween Party. Let\'s help her draw Halloween tattoos on her face. As a princess, Elsa\'s tattoo must be scary or beautiful enough. Various peculiarly tattoos are free for you to choose. Isn\'t it fun? Don\'t forget to help Elsa clean her face first. We all know how important skin care is. If you love make up and Halloween, stop hesitating and have a try!', 'https://img.gamemonetize.com/a47o60dkf1wp19dep7gii246vj36novg/512x384.jpg', 'https://html5.gamemonetize.com/a47o60dkf1wp19dep7gii246vj36novg/', '0', 'Girls', 0, 0, '', 'elsa-halloween-party-tattoo'), (14734, 'Cake Crunch', 'Cake Crunch is an amazing match3 puzzle game where you can swipe, match and crush delicious cakes. -How to Play : Swap and match 3 or more similar cakes to create a line crush Reach high scores using fewer moves. Complete the missions and beat obstacles. Explore tons of challenging matching levels. -Features of Cake Crunch: Many unique and challenging levels. Smooth and clean graphics and sound effects. High quality soundtrack & game music. Easy to play but hard to master. Come and enjoy the amazing & addictive match 3 puzzle experience you could ever have. Share this cool match-3 game with family and friends and see who can complete all levels and missions! Good Luck & Have fun!!!', 'https://img.gamemonetize.com/r9ue1db54a6o465yslhpdufvu2cziakt/512x384.jpg', 'https://html5.gamemonetize.com/r9ue1db54a6o465yslhpdufvu2cziakt/', '0', 'Puzzles', 0, 0, '', 'cake-crunch'), (14735, 'Impostor Among Us Puzzle', 'Impostor Among Us Puzzle! Play the game online and for free! You\'ll love this new version of Impostor Among Us Puzzle. Get lost in each new image and succeed. Have fun!', 'https://img.gamemonetize.com/deuy2voqx03tn9eg2w7fiys1d9c0wy16/512x384.jpg', 'https://html5.gamemonetize.com/deuy2voqx03tn9eg2w7fiys1d9c0wy16/', '0', 'Puzzles', 0, 0, '', 'impostor-among-us-puzzle'), (14736, 'FindGift', 'It is a puzzle solving game. In the game, a man\'s gift is lost in the ice and snow. Now you quickly look for clues to help him escape here!', 'https://img.gamemonetize.com/5xgm6e03b3ht56jnup6d70asnrd8v6x8/512x384.jpg', 'https://html5.gamemonetize.com/5xgm6e03b3ht56jnup6d70asnrd8v6x8/', '0', 'Puzzles', 0, 0, '', 'findgift'), (14737, 'Onet Animals', 'Onet series are back! this time with animals character, fun and cute this connect 2 game are easy to play, make your brain work to find out which one to pair in this onet game', 'https://img.gamemonetize.com/qmg3v7ckmm552c04v950uqe4pi0kss0j/512x384.jpg', 'https://html5.gamemonetize.com/qmg3v7ckmm552c04v950uqe4pi0kss0j/', '0', 'Puzzles', 0, 0, '', 'onet-animals'), (14738, 'Bike Racing Math', 'Win the race by clicking on the correct answer to speed up the motorcycle. Clicking on an incorrect answer will slow your motorcycle down. In This game you will have to click the correct answer of a math sum.', 'https://img.gamemonetize.com/h9jekbukthcw1wfq8zxsnscxk8pd10hs/512x384.jpg', 'https://html5.gamemonetize.com/h9jekbukthcw1wfq8zxsnscxk8pd10hs/', '0', 'Racing', 0, 0, '', 'bike-racing-math'), (14739, 'Big Gate Escape', 'Big Gate Escape is a point and click game developed by 8B Games/Games2live. Imagine that you had been to a village Gate, On there you had trapped. Here is the interesting puzzles and hidden objects to find and get escape from the Gate. Good luck.. Have fun!', 'https://img.gamemonetize.com/kif3l6wjgrj7ttzr4clz12x897u81kmq/512x384.jpg', 'https://html5.gamemonetize.com/kif3l6wjgrj7ttzr4clz12x897u81kmq/', '0', 'Puzzles', 0, 0, '', 'big-gate-escape'), (14740, 'Quiz Squid Game', 'Quiz Squid Game is a trivia-style game to see if the player has paid attention to the details of the series, let\'s go show us your best! Control the game, following the corresponding missions and hitting the right answers.', 'https://img.gamemonetize.com/mf2qdqg2uu0kjnw1hyp351xpcrhn7ebd/512x384.jpg', 'https://html5.gamemonetize.com/mf2qdqg2uu0kjnw1hyp351xpcrhn7ebd/', '0', 'Puzzles', 0, 0, '', 'quiz-squid-game'), (14741, 'Impostor Among Us Jigsaw', 'Impostor Among Us Jigsaw is a free online game from genre of puzzle and jigsaw games. You can select one of the 6 images and then select one of the three modes: easy with 25 pieces, medium with 49 pieces and hard with 100 pieces. Have fun and enjoy!', 'https://img.gamemonetize.com/h33pmxodl3cypaqdj01f048018fj84uc/512x384.jpg', 'https://html5.gamemonetize.com/h33pmxodl3cypaqdj01f048018fj84uc/', '0', 'Puzzles', 0, 0, '', 'impostor-among-us-jigsaw'), (14742, 'Turn Dot Game', 'Click on the screen to change the direction of the ball and continue moving. The game is difficult. Simple and addictive gameplay.', 'https://img.gamemonetize.com/cxk9ep0o0k9348wd7in15nnshrsbeavc/512x384.jpg', 'https://html5.gamemonetize.com/cxk9ep0o0k9348wd7in15nnshrsbeavc/', '0', 'Puzzles', 0, 0, '', 'turn-dot-game'), (14743, 'Two Colors Catcher Game', 'Catch the balls with different colored platform, carefully choose the side. The game is difficult. Simple and addictive gameplay.', 'https://img.gamemonetize.com/fj7nt862xsvlc5stg7o2bl7qaxky2hd0/512x384.jpg', 'https://html5.gamemonetize.com/fj7nt862xsvlc5stg7o2bl7qaxky2hd0/', '0', 'Puzzles', 0, 0, '', 'two-colors-catcher-game'), (14744, 'Up Color Game', 'Control a flying triangle and destroy the platforms of the desired color to fly as far as possible. The game is difficult. Simple and addictive gameplay.', 'https://img.gamemonetize.com/j4whbdw5qe8r2vbn1jgnpu5tft53ij7r/512x384.jpg', 'https://html5.gamemonetize.com/j4whbdw5qe8r2vbn1jgnpu5tft53ij7r/', '0', 'Puzzles', 0, 0, '', 'up-color-game'), (14745, 'Yellow Ball Game', 'Shoot and destroy the yellow balls that appear around the circle. The game is difficult. Simple and addictive gameplay.', 'https://img.gamemonetize.com/padl5v4ajy1qcda9qdnt8af6qysifivf/512x384.jpg', 'https://html5.gamemonetize.com/padl5v4ajy1qcda9qdnt8af6qysifivf/', '0', 'Puzzles', 0, 0, '', 'yellow-ball-game'), (14746, 'Change Square Game', 'Change the color of the square to the color of the approaching ball. The game is difficult. Simple and addictive gameplay.', 'https://img.gamemonetize.com/gmg913p6vn2si9r89fjktn28fz19zfch/512x384.jpg', 'https://html5.gamemonetize.com/gmg913p6vn2si9r89fjktn28fz19zfch/', '0', 'Puzzles', 0, 0, '', 'change-square-game'), (14747, 'Angle Shot Game', 'Shoot and destroy the white balls that appear around the circle. The game is difficult. Simple and addictive gameplay.', 'https://img.gamemonetize.com/nfb3pz7xihq6h7y4p3ui424y6owlmbvj/512x384.jpg', 'https://html5.gamemonetize.com/nfb3pz7xihq6h7y4p3ui424y6owlmbvj/', '0', 'Puzzles', 0, 0, '', 'angle-shot-game'), (14748, 'Colored Wall Game ', 'Jump to go through the colored wall, watch the ball and its color. The game is difficult. Simple and addictive gameplay', 'https://img.gamemonetize.com/vxcexwqd1bk0qjm2tsd5d780wzgpgo9s/512x384.jpg', 'https://html5.gamemonetize.com/vxcexwqd1bk0qjm2tsd5d780wzgpgo9s/', '0', 'Puzzles', 0, 0, '', 'colored-wall-game-'), (14749, 'Bubble Emoji ', 'Bubble Emoji is a multi-level bubble shooter game. The goal of the game is to help the cute Teddy bear collect the items that are hidden among the colored bubbles. Complete the task of the level and get gold coins. On more difficult levels, buy accelerators in the store, then it will be easier to complete the level. Have fun playing Bubble Emoji', 'https://img.gamemonetize.com/wp8e4wj9tmc1bsffiqt45oq2ti5ipjvu/512x384.jpg', 'https://html5.gamemonetize.com/wp8e4wj9tmc1bsffiqt45oq2ti5ipjvu/', '0', 'Puzzles', 0, 0, '', 'bubble-emoji-'), (14750, 'Matryoshka Maker', 'Matryoshka is popular all over the world. It has a fascinating history. These toys are produced in huge quantities, and in some cities there are entire museums dedicated to this unusual doll. Matryoshka is a small painted wooden doll with several smaller copies of it inside. Let\'s create our own unique nesting doll! Choose colors and patterns for different parts of the matryoshka - body, apron, stand, shirt and scarf. Do not forget to put a funny souvenir in your hands. The name «matryoshka» comes from the most popular female name Matryona at that time. This name was not chosen by chance, because it was it that was a symbol of fertility and was associated with the mother of a large family. In our game, you can also choose facial features and hairstyle for Matryona.', 'https://img.gamemonetize.com/40nrg9tkg92ume4frlmh36yhbiyhma5z/512x384.jpg', 'https://html5.gamemonetize.com/40nrg9tkg92ume4frlmh36yhbiyhma5z/', '0', 'Girls', 0, 0, '', 'matryoshka-maker'), (14751, 'Fashion Cat walk Girls Fashion Walk', 'All the baddies are choosing the most beautiful outfits for the catwalk! Your goal is to rock the catwalk like a queen. Choose your best outfit pieces for the runway in order to beat your opponent! Hey beauty, it\'s show time! All the criminals choose the most beautiful clothes for the catwalk! Your goal is to rock the catwalk like a queen. Choose your best outfit for the runway to beat your opponents! If you want to walk like a QUEEN, always choose the most chic outfit! The better the clothes, the higher the score - you will be beautiful and invincible! You are the fabulous girl that all the audience are waiting for! choose your best fashion style and beat your opponent and show the audience who\'s the queen of the catwalk! Disclaimer : This is NOT an OFFICIAL application. tips For Catwalk Beauty, this application only contains a guide and tips. This Application Is Only Made For Educational Purpose. So That User Can Learn How To Play This Game If you feel we have violated the copyright, trademark, or use of trademarks that violate the rules. Hey Beauty bees, Let\'s get ready challenge your fashion taste, The Queen Bee Catwalk is the most fun, entertaining Fashion beauty Queens Catwalk game where you have to get ready by wearing the perfect outfits like a beauty Queen bee. Choose the beautiful outfits! You can choose skin, dress, shoe, sunglass. Your goal is to rock the catwalk like a queen\'s and impress your prince. Your choices will make you a Queen Bee or a Loser. Take care yourself, stay trendy and be the most popular girl. A queen bee game is totally free game. Queen Bee game in the baddie is like a most popular queen. Queen bee catwalk. be the queen or die trying Features for queen bee catwalk -New levels -new dress up Are you ready for showtime! Hey beautiful, You all candidates are selecting for most beautiful looks for the catwalk after makeover. Do catwalk like a QUEEN! choose The best outfit, shoes race beauty item, high heel, earrings, ring, comb, pierce and get the higher the score - you will be amazing and unbeatable in beauties battle makeover game. Keep your aim to be like fashion queen in the makeover run. Select beautiful clothes for the catwalk and defeat your opponent. -Player this Makeover run and Catwalk beauty game -get various levels. -Enhance your style. -Select best clothes. -You are a fashionista girl. Dress up with glamor and show everyone. -Delicious and charming 긴 cheerleading characters!', 'https://img.gamemonetize.com/7on033u0i6hwr7mb17wf8amkcjknoqjb/512x384.jpg', 'https://html5.gamemonetize.com/7on033u0i6hwr7mb17wf8amkcjknoqjb/', '0', 'Racing', 0, 0, '', 'fashion-cat-walk--girls-fashion-walk'), (14752, 'Scrappy Dog', 'The scientist decided to try his new invention and for this he called his faithful friend - a little dog, on whose back he placed special equipment that allows him to soar in the air. Accompany the brave dog through the obstacles without letting him collide with anything dangerous.', 'https://img.gamemonetize.com/sffimo8qy886deomhtdht4fd8p5fhth7/512x384.jpg', 'https://html5.gamemonetize.com/sffimo8qy886deomhtdht4fd8p5fhth7/', '0', 'Arcade', 0, 0, '', 'scrappy-dog'), (14753, 'Bubble Mania Shooter', 'Bubble Mania is a multi-level bubble shooter game. The goal of the game is to help the cute Teddy bear collect the items that are hidden among the colored bubbles. Complete the task of the level and get gold coins. On more difficult levels, buy accelerators in the store, then it will be easier to complete the level. Have fun playing Bubble Mania', 'https://img.gamemonetize.com/iqbhypkkxzjzs5d93zfuclde2xzapswa/512x384.jpg', 'https://html5.gamemonetize.com/iqbhypkkxzjzs5d93zfuclde2xzapswa/', '0', 'Puzzles', 0, 0, '', 'bubble-mania-shooter'), (14754, 'Little Cat Doctor Pet Vet Games', 'Alienwolf Studios lets you work as a veterinarian in our animal medical facility & do cat surgical treatment on animals - cat care video games with funny family pets will make you smile and have a great time looking after cats! Inside the family pet medical facility game, there are many adorable animals that you, as the best pet physician, need to rescue! Download this wonderful animal vet clinic, Little Cat Doctor: Family Pet Veterinarian Video game ** and see how incredible pet veterinarian video games and medical facility games are! Start your animal experience with fantastic "vet video games" and all cute animals will love you, their veterinarian medical professional! Cure little cats in these "cat games" from different injuries and illness in your cat center: - Fever-- assist your kitty feline clients by taking their temperature and providing a medication! - Thorns-- extract thorns with genuine veterinary devices, spray ticks & use an ointment! - Ear infection-- find and kill germs that are concealing in the ears of cute animals! - Aching throat-- spray the nasty germs, treatment cute family pets and be the best veterinary doctor worldwide! - Bites-- make a potion to deal with felines that got bitten! - Cuts-- pets are awkward, so there\'s a great deal of work for a competent "cat veterinarian" to clean wounds, play stitching video games and put a bandaid on! - Stomach pains-- in this insane animal surgery game, you can likewise carry out ultrasound like in a genuine animal health center! When animals are treated, feed the kitty with food from a pet store! - Broken bones-- pet caring video games also consist of repairing broken bones! You\'re the best animal physician & surgeon so you need to do feline care & surgical treatment all alone! - Toothache-- your cute family pet feline patient has some cavity problems! Feel like a real family pet dental expert & have a good time due to the fact that animal dentist video games are so addicting! - Treat kitty cats and gather stars to open new feline health centers & veterinarian centers for your furry feline patients! Collect many stars to be able to play all cat doctor games in our animal health center! You will love being a kitty cat doctor playing hospital video games and surgical treatment video games! Virtual animal care games have the prettiest HD graphics & pleasant background music-- you\'ll be the happiest kitty cat doctor in all animal veterinarian video games if you come and play our funny cat care game! Cute family pets are waiting in line in your cat medical facility and you require to look after sick animals by playing various feline care games! Family pet care includes many steps, so you must perform family pet surgical treatment really carefully in your veterinary clinic! "Animal veterinarian video games" are great instructional games and innovative video games at the very same time! Looking after an animal is enjoyable but family pet care skills are necessary! In our family pet clinic-- animal healthcare facility video game, you\'re a famous veterinarian who does the feline makeover and cat care like nobody else! Take care of pets in this animal care video game and remedy sick animals in your virtual pet clinic! Cat doctor video games are so addicting, the time will just zip while you\'re playing "animal surgical treatment games" in our veterinarian clinic for little family pets! We created the prettiest pet cat video games for girls and boys, who want to be pet vets when they grow up! Our kitty healthcare facility for cat care is the ultimate family pet vet video game where you get to do vet surgical treatment games and be the funny feline vet!', 'https://img.gamemonetize.com/ngu0pvz1ae6q0qx54rmvsh357pylo6o9/512x384.jpg', 'https://html5.gamemonetize.com/ngu0pvz1ae6q0qx54rmvsh357pylo6o9/', '0', 'Action', 0, 0, '', 'little-cat-doctor-pet-vet-games'), (14755, 'BUNNY SHOPPING ESCAPE', 'Bunny Shopping Escape is a point and click game developed by 8B Games/Games2live. Imagine that you had been to a Village, On there you found a Bunny got trapped. Here is the interesting puzzles and hidden objects to find and get escape from the Village . Good luck.. Have fun!', 'https://img.gamemonetize.com/y7r5ir4esj7328w5gxnajc1d8ip717zg/512x384.jpg', 'https://html5.gamemonetize.com/y7r5ir4esj7328w5gxnajc1d8ip717zg/', '0', 'Puzzles', 0, 0, '', 'bunny-shopping-escape'), (14756, 'Gazebo Escape', 'Gazebo Escape is a point and click game developed by 8B Games/Games2live. Imagine that you had been to a village, On there you had trapped. Here is the interesting puzzles and hidden objects to find and get escape from the village. Good luck.. Have fun!', 'https://img.gamemonetize.com/89h4oovpyfjbp5gjbcf87foe89hhirlk/512x384.jpg', 'https://html5.gamemonetize.com/89h4oovpyfjbp5gjbcf87foe89hhirlk/', '0', 'Puzzles', 0, 0, '', 'gazebo-escape'), (14757, 'JUNGLE MAN ESCAPE', '"Jungle Man Escape is a point and click game developed by 8B Games/Games2live. Imagine that you had been to a village, On there you found a Jungle Man got trapped. Here is the interesting puzzles and hidden objects to find and rescue the Jungle Man Good luck.. Have fun!"', 'https://img.gamemonetize.com/47xpckoubp0wcwhcgci608d7xeq3edc0/512x384.jpg', 'https://html5.gamemonetize.com/47xpckoubp0wcwhcgci608d7xeq3edc0/', '0', 'Puzzles', 0, 0, '', 'jungle-man-escape'), (14758, 'halloween is coming episode 5', 'Halloween is coming episode 5 is a point and click game developed by 8B Games/Games2Live. I\'m John. Now I have trapped in a Grave Yard, I need your help. Here is some interesting puzzles and hidden objects to find and escape from here. Good Luck.... Have Fun!!!', 'https://img.gamemonetize.com/9tbmdoycrg6ql8d35hum6lzp7658k5il/512x384.jpg', 'https://html5.gamemonetize.com/9tbmdoycrg6ql8d35hum6lzp7658k5il/', '0', 'Puzzles', 0, 0, '', 'halloween-is-coming-episode-'), (14759, 'Four Sides', 'This is a game with four balls in the middle of the game who is with different colors. They can rotate when you tap on the screen. From the top of the screen, left, right and from bottom will came smaller balls with same colors as the balls in the middle. So you need to rotate the four balls to match with smaller balls with same color. Be prepare to react fast or you will loose the game at the beginning.', 'https://img.gamemonetize.com/lw82akekvdcjskcl5bxkvhieryjck8ae/512x384.jpg', 'https://html5.gamemonetize.com/lw82akekvdcjskcl5bxkvhieryjck8ae/', '0', 'Puzzles', 0, 0, '', 'four-sides'), (14760, 'Halloween is coming episode 2', 'Halloween is coming episode2 is a point and click game developed by 8B Games/Games2Live. I\'m John. Now I have Jammed in Snag Tree I need your help. Here is some interesting puzzles and hidden objects to find and escape from here. Good Luck.... Have Fun!!!', 'https://img.gamemonetize.com/u89yh8xwsrm2ogwlrzz09c63p1y5pdbq/512x384.jpg', 'https://html5.gamemonetize.com/u89yh8xwsrm2ogwlrzz09c63p1y5pdbq/', '0', 'Puzzles', 0, 0, '', 'halloween-is-coming-episode-'), (14761, 'sunny escape', '"Sunny Escape is a point and click game developed by 8B Games/Games2live. Imagine that you had been to a village, that village has extreme hot. Here is the interesting puzzles and hidden objects to find and escape from the village. Good luck.. Have fun!"', 'https://img.gamemonetize.com/f1kin5um1zizq72wbf2dp0i55s7jry5s/512x384.jpg', 'https://html5.gamemonetize.com/f1kin5um1zizq72wbf2dp0i55s7jry5s/', '0', 'Puzzles', 0, 0, '', 'sunny-escape'), (14762, 'Halloween is coming episode 8', 'Halloween is coming episode 8 is a point and click game developed by 8B Games/Games2Live. I\'m John. Again I have trapped in a Cemetery, I need your help. Here is some interesting puzzles and hidden objects to find and escape from here. Good Luck.... Have Fun!!!', 'https://img.gamemonetize.com/xwc6h3k85t6bfikyooa00repm9vepyhn/512x384.jpg', 'https://html5.gamemonetize.com/xwc6h3k85t6bfikyooa00repm9vepyhn/', '0', 'Puzzles', 0, 0, '', 'halloween-is-coming-episode-'), (14763, 'Halloween is coming episode 1', 'Halloween is Coming Episode1 is a point and click game developed by 8B Games/Games2Live. I\'m John. I got lost in the Colony of Bats in the Halloween Party. Here is some interesting puzzles and hidden objects to find and escape from here. Good Luck.... Have Fun!!!', 'https://img.gamemonetize.com/5nehw1af6deaekxcyttu03hh4je8gy49/512x384.jpg', 'https://html5.gamemonetize.com/5nehw1af6deaekxcyttu03hh4je8gy49/', '0', 'Puzzles', 0, 0, '', 'halloween-is-coming-episode-'), (14764, 'Halloween is coming episode 3 ', 'Halloween is Coming Episode3 is a point and click game developed by 8BGames/Games2Live. I\'m John. Again I got a Problem ,And I need your help to escape from here... Here is some interesting puzzles and hidden objects to find and escape from here. Good Luck.... Have Fun!!!', 'https://img.gamemonetize.com/1simked94gn8b60juoz7bkbdftkqmczi/512x384.jpg', 'https://html5.gamemonetize.com/1simked94gn8b60juoz7bkbdftkqmczi/', '0', 'Puzzles', 0, 0, '', 'halloween-is-coming-episode--'), (14765, 'Halloween Puzzle Match 3', 'Halloween Puzzle Game is a simple remake of classic Lines matching game. It\'s addictive endless Match 3 puzzle inspired by Halloween. Your task is to move little monsters in order to make a horizontal or vertical row of three or more matching tiles. You can move them along unblocked paths only. Try to make as many matches before the board gets full.', 'https://img.gamemonetize.com/izxvi7p2s16tlml0q3vdoxosk1z28ydn/512x384.jpg', 'https://html5.gamemonetize.com/izxvi7p2s16tlml0q3vdoxosk1z28ydn/', '0', 'Puzzles', 0, 0, '', 'halloween-puzzle-match-'), (14766, 'Land Terrain Escape', 'Land Terrain Escape is a point and click game developed by 8B Games/Games2live. Imagine that you had been to a Land, On there you had trapped. Here is the interesting puzzles and hidden objects to find and get escape from the Land. Good luck.. Have fun!', 'https://img.gamemonetize.com/j88z8z8r7ye4ec6ghxdeq7l8q39fkpmc/512x384.jpg', 'https://html5.gamemonetize.com/j88z8z8r7ye4ec6ghxdeq7l8q39fkpmc/', '0', 'Puzzles', 0, 0, '', 'land-terrain-escape'), (14767, 'Ring Robbery Escpae', '"Ring Robbery Escape is a point and click game developed by 8B Games/Games2live. Imagine that you are going to do Ring Robbery, Here is the interesting puzzles and hidden objects to find and get the Ring. Good luck.. Have fun!"', 'https://img.gamemonetize.com/b415kp99lghx3v4ks2z9lj9p0lhsw53s/512x384.jpg', 'https://html5.gamemonetize.com/b415kp99lghx3v4ks2z9lj9p0lhsw53s/', '0', 'Puzzles', 0, 0, '', 'ring-robbery-escpae'), (14768, 'SpongeBob SquarePants Falling', 'Fly up all-new worlds in SpongeBob Squarepants Falling! SpongeBob is flying to find the lost Krabby Patty formula somewhere in Bikini Bottom, Apocalyptic Bikini Bottom, and a real-world beach. SpongeBob becomes Super SpongeBob to knock through any obstacle in his way!', 'https://img.gamemonetize.com/55l4e5dao296w1u4s7pwp89df2eo92hx/512x384.jpg', 'https://html5.gamemonetize.com/55l4e5dao296w1u4s7pwp89df2eo92hx/', '0', 'Boys', 0, 0, '', 'spongebob-squarepants-falling'), (14769, 'Luca Jigsaw', 'Luca Jigsaw is an interesting jigsaw cartoon game, which is developed for kids especially for girls, who love the movie cartoon and love playing jigsaw particularly. Now, I choose 12 images of the movie here. Hope you can have fun with them. Join us to see what will happen to Luca. Enjoy!', 'https://img.gamemonetize.com/ewzp1caxt9fmlo2yvzi70kirow7w6649/512x384.jpg', 'https://html5.gamemonetize.com/ewzp1caxt9fmlo2yvzi70kirow7w6649/', '0', 'Girls', 0, 0, '', 'luca-jigsaw'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (14770, 'Universal Multiplayer Shooter', 'Advanced control editors so you can take care of as well as arrange your screen buttons nevertheless you like, with designs and also Setups Home builder Pro as well as Old-fashioned, with easy controls with shooting assistant and also self-trigger. ♂ Practice mode: Train your structure, modifying, and shooting abilities with countless products and weapons such as your attack rifle, gliding shotgun, and certainly your renowned pickaxe. Everybody can play for free: This app is developed for all audiences and is entirely free, and it does not need payments or a fight pass to play without limitations, unlike other Battle Royale. And also, besides, we are constantly updating this epic game - this is for the players!', 'https://img.gamemonetize.com/cp8s9bdzpwn6tvwtnx0lw59zgt79sloi/512x384.jpg', 'https://html5.gamemonetize.com/cp8s9bdzpwn6tvwtnx0lw59zgt79sloi/', '0', 'Shooting', 0, 0, '', 'universal-multiplayer-shooter'), (14771, 'Masha And Bear Cooking Dash', 'Animals in the forest are hungry. Who will feed poor animals in this food-making game? Masha and Bear of course! With the help of kids, this restless little girl will be cooking food for every character from the popular cartoon Masha and the Bear in this food game! But each animal wants different ingredients. Find them all in this cooking dash and make the best oatmeal ever!', 'https://img.gamemonetize.com/69zdsrjkqhy39zh4zohe5j56q1xeyrm5/512x384.jpg', 'https://html5.gamemonetize.com/69zdsrjkqhy39zh4zohe5j56q1xeyrm5/', '0', 'Girls', 0, 0, '', 'masha-and-bear-cooking-dash'), (14772, 'Squid Game Big Pain', 'The famous game Squid Game comes with a new adventure. The aim of our game is to protect yourself from the guillotine and collect the dollars from the opposite side as fast as possible. After each catch you will earn more coins in the next chapter. Let\'s see if you can reach 1,000,000 dollars.', 'https://img.gamemonetize.com/8w0abtsl26qn0ejzfvzd48nzqnxb6us7/512x384.jpg', 'https://html5.gamemonetize.com/8w0abtsl26qn0ejzfvzd48nzqnxb6us7/', '0', 'Arcade', 0, 0, '', 'squid-game-big-pain'), (14773, 'Redball Another world', 'A fascinating 3D arcade game about a red ball. You have to overcome obstacles and destroy opponents for a while to get to the end of the level. Your best result will be recorded in the table of records. The game has 15 levels (3 worlds)', 'https://img.gamemonetize.com/tkgi833udynmsmcjusmqwyjpmg822o83/512x384.jpg', 'https://html5.gamemonetize.com/tkgi833udynmsmcjusmqwyjpmg822o83/', '0', 'Arcade', 0, 0, '', 'redball--another-world'), (14774, 'Jungle Highway Escape', 'This is simple car driving game in which you need to save your car running on wrong track (side). Control the car using arrow keys or ‘W, A, S, D keys from the keyboard. You can control car using mouse or touching the screen. Collect coins to gain score.', 'https://img.gamemonetize.com/91o1xl961f8zc12zmahg02yjow4iwkuj/512x384.jpg', 'https://html5.gamemonetize.com/91o1xl961f8zc12zmahg02yjow4iwkuj/', '0', 'Sports', 0, 0, '', 'jungle-highway-escape'), (14775, 'Black Hole Solitaire', 'Black Hole is an addictive solitaire card game with similar rules as Tri Peaks or golf solitaire.', 'https://img.gamemonetize.com/su8bn0ve9zrhn5iamuxgcgnkwtrfz5sn/512x384.jpg', 'https://html5.gamemonetize.com/su8bn0ve9zrhn5iamuxgcgnkwtrfz5sn/', '0', 'Sports', 0, 0, '', 'black-hole-solitaire'), (14776, 'Breakout Level Pack', 'It is a classic breakout game with different types of bricks and challenging levels. 2x Brick needs to be hit 2 times where as ‘Shoot Brick’ can be eliminated by shooting only and if ball hits ‘Shoot Brick’, the ball will be destroyed. ‘Extra Ball Brick’ gives you an extra ball. Eliminate all the bricks to complete a level. Complete each level within 5 minutes. Handle the paddle with the help of mouse or finger tip.', 'https://img.gamemonetize.com/wdxw1687hmrpecktflciy8va4phyky33/512x384.jpg', 'https://html5.gamemonetize.com/wdxw1687hmrpecktflciy8va4phyky33/', '0', 'Shooting', 0, 0, '', 'breakout-level-pack'), (14777, 'Defend the Galaxy Guardians Of The Galaxy', 'It\'s possible now to play Defend the Galaxy - Guardians Of The Galaxy game in your web browser for free at Superkidgames.com and more fun games. Join the Guardians of the Galaxy: Defend the Galaxy game on a daring cosmic expedition! While scouting enemy territory, Drax the Destroyer and Gamora have been ambushed. Follow Star-Lord, Rocket, and Groot as they come to their allies\' aid. To safeguard the galaxy from the wicked Ronan, they must fight difficult space ship battles and prevail in one-on-one clashes! Do you believe you\'ll be able to keep up with the fast-paced jobs and engaging environment? The best thing about this game is that you can make it your own. Choose one of the three available options to adjust the difficulty level at the start of the game. Give a helping hand to Rocket and help him win the space fight! Teamwork is essential to any Guardians of the Galaxy mission\'s success. These partners always find a way to overcome their differences and combine their individual strengths to achieve triumph! The Milano, Star-famed Lord\'s blue and orange ship, will be your first port of call on the first part of your adventure. Assist Rocket in his mission to destroy all hostile ships! You\'ll be able to get near enough to deploy Groot and save the team members this way. Milano is controlled by moving your mouse over the screen. It\'s vital to note that the ship\'s major weaponry will fire automatically. If you need to deliver a little more damage, remember that you can use a special weapon attack by right-clicking. Keep an eye on the health bar and gather the health kits to get some crucial points back! Furthermore, don\'t forget to keep an eye on the available power-ups. They\'ll come in useful if things get a little hairy! Missiles deal considerable damage to any ships inside the radius, however the Scatter Shot gives you a longer range and more shots.', 'https://img.gamemonetize.com/nou0uiiwmxq3b6nmc9i1r3e2ua6hrxjy/512x384.jpg', 'https://html5.gamemonetize.com/nou0uiiwmxq3b6nmc9i1r3e2ua6hrxjy/', '0', 'Adventure', 0, 0, '', 'defend-the-galaxy--guardians-of-the-galaxy'), (14778, 'Mr. Mafia', 'Mr. Mafia is a fun 2d shooter game with amazing characters and fun levels.', 'https://img.gamemonetize.com/lxn0a4dnl0puylg6a7v4uxa34p34pm7m/512x384.jpg', 'https://html5.gamemonetize.com/lxn0a4dnl0puylg6a7v4uxa34p34pm7m/', '0', 'Shooting', 0, 0, '', 'mr-mafia'), (14779, 'DC Super Hero Girls Food Fight Game', 'It\'s possible now to play DC Super Hero Girls: Food Fight Gamet game in your web browser for free at Superkidgames.com and more fun games. In the DC Super Hero Girls: Food Fight game, take part in an epic battle and vanquish some enemies! Even a school cafeteria appears to be a dangerous place for Wonder Woman, Batgirl, Zatanna, and the other female superheroes! Evil is always after them, and this time you must assist in the destruction of the villains! Lend a helping hand to your favorite heroes and defeat your opponents by tossing food at them! It\'s your mission to be the finest warrior in this action-packed adventure game. Move rapidly across the cafeteria, grab a few plates, and toss them at your foe! Things will quickly get messy, much like a genuine food battle, so be careful! Wonder Woman, Batgirl, Zatanna, and the rest of the heroines all have their unique skills. Some of the girls have faster speed, while others have more range, power, or stamina. You should keep all these stats in mind before choosing your player! Only the best fighter will win. The Super Hero Girls have prepared a total of three fun and fast-paced battles for you. During your fights, you will meet some of your strongest rivals, such as Harley Quinn, Catwoman, or even Poison Ivy! You have 60 seconds at your disposal to throw the food items at your opponents and win. Will you be able to defeat the bad guys and bring peace to Metropolis? Your battles are not going to be so easy. At the end of each stage, you will be rewarded with some stars, depending on your score. The more health you have at the end of the fight, the higher your score will be! Make sure to throw as many food items as possible, and maybe even pick up some damage-boosting treats along the way!', 'https://img.gamemonetize.com/l67fi0k62rqmp5mmbar0726jk0i3e6tq/512x384.jpg', 'https://html5.gamemonetize.com/l67fi0k62rqmp5mmbar0726jk0i3e6tq/', '0', 'Shooting', 0, 0, '', 'dc-super-hero-girls-food-fight-game'), (14780, 'Jul Monster Truck Racing', 'Jul Monster Truck Racing is an amazing 2D driving game with challenging and fun levels! Play Jul Monster Truck Racing now for an amazing gameplay!', 'https://img.gamemonetize.com/1ayjbxxx4gjzxk0tsfrtamwrr6wf2xv4/512x384.jpg', 'https://html5.gamemonetize.com/1ayjbxxx4gjzxk0tsfrtamwrr6wf2xv4/', '0', 'Racing', 0, 0, '', 'jul-monster-truck-racing'), (14781, 'Tank Bros Adventure', 'The fun tank game is out, this time the author carefully designed, the props are fun and fun. The tanks in the game need to find energy, but the enemy tanks are obstructed, and there are plane bombings. Quickly call a good friend to experience it', 'https://img.gamemonetize.com/pm1bnhis7vk0nmb7v2oiacptmkg7slsn/512x384.jpg', 'https://html5.gamemonetize.com/pm1bnhis7vk0nmb7v2oiacptmkg7slsn/', '0', 'Adventure', 0, 0, '', 'tank-bros-adventure'), (14782, 'Truck Parking 1 Truck Driver', 'Drive a selection of Awesome Vehicles, from Sedans through Sports Cars, Buses to even the most outlandish ones – a Tow Truck, a Fuel Tanker Truck and more! Explore a realistic Gas Station and the environment beyond! GAME FEATURES: â–¶ MASSIVE GARAGE: Now with 6 new vehicles up to a total of 13! â–¶ MULTIPLE MISSIONS: Drive, fill up the tank, tow other cars & park in 60 exciting missions (30 brand new!) â–¶ GAS IT: See how fast can you complete all the challenges and earn stars for your progress! â–¶ FREE TO PLAY: All the way through, no strings attached! Developed with fans of realistic driving and authentic car experiences in mind, Gas Station offers a unique opportunity to test your driving skills in a bunch of exciting vehicles! Variety is the name of the game here, as the cars vary in not only appearance, but – more importantly – in their performance and the way they handle! Sit behind the wheel of a trusty Sedan, which after a few missions you will switch for a nimble 4x4! Don’t get too attached to it – new missions and challenges come fast and furiously, don’t leaving you much time to get overly confident or – more importantly – bored. You will get to test drive those awesome cars and show your yearning for speed in a diverse, exciting location. Try not to spend too much time looking out the window though! You will have to be careful and mindful of the traffic and other obstacles that may stand in your way. If you aren’t you may end up in a crash! In addition to driving you will accomplish other diverse and exciting tasks. How will you your approach to steering the car change with a heavy trailer attached? Will you be able to fit a long, heavy, unwieldy bus into narrow parking spots at the gas station? Do you have what it takes to assist other drivers that need help? Being safe is as important as driving fast here! If you crash, you won’t be able to finish your job and earn your rewards. Those are necessary for your progress. With money earned for completing the job on time you will be able to buy additional vehicles and unlock new challenges. Of course the faster you accomplish your task, the higher the rewards. You will have to manage speed and safety to arrive at your destination on time and without a scratch. It’s not a race, but time is definitely a factor. Don’t get crazy and you will surely find the right balance. Get on the street and start driving now! In the hour of need you’ll be able to use additional means to help you. If you crash you can rewind time to save you from having to repeat the whole course from scratch. This way you can enjoy the realistic driving the game has to offer without replaying the levels too often! Enter our Gas Station and let it surprise and excite you! Find new ways of driving and appreciating amazing the automobiles in all their glory', 'https://img.gamemonetize.com/7yxifmrdcgbyb9ybuxwl281h2cl8661v/512x384.jpg', 'https://html5.gamemonetize.com/7yxifmrdcgbyb9ybuxwl281h2cl8661v/', '0', 'Racing', 0, 0, '', 'truck-parking---truck-driver'), (14783, 'Nasty Cat', 'Smash all furnitures and make missus crazy! Because you are nasty cat and it\'s your job.', 'https://img.gamemonetize.com/khguu443n6cns7h759eevc0b2vwmgnu0/512x384.jpg', 'https://html5.gamemonetize.com/khguu443n6cns7h759eevc0b2vwmgnu0/', '0', 'Action', 0, 0, '', 'nasty-cat'), (14784, 'Scary Midnight Hidden Bats', 'Scary Midnight Hidden Bats is a free online skill and hidden object game. Find out the hidden bats in the specified images. Each level has 10 hidden bats. There are 8 levels in total. The time is limited so be fast and find all hidden bats before time runs out. Clicking in the wrong place several times reduces the time by an additional 5 seconds. So, if you are ready start the game and have fun!', 'https://img.gamemonetize.com/mm4ujxdk9rsccim91imxpwjtf2esk07x/512x384.jpg', 'https://html5.gamemonetize.com/mm4ujxdk9rsccim91imxpwjtf2esk07x/', '0', 'Puzzles', 0, 0, '', 'scary-midnight-hidden-bats'), (14785, '456 Epic Survival Game', 'All players, hello 456! You are in the big game now. This game called Red Light Green Light! There are many simple rules. - You run while green lights - You stop when it\'s red - Dont kill You can earn 46 bilion won. Are you read big prize? Let the game begin!', 'https://img.gamemonetize.com/6kvy7aqra50l6evagcnx0w8vcjzgpq8q/512x384.jpg', 'https://html5.gamemonetize.com/6kvy7aqra50l6evagcnx0w8vcjzgpq8q/', '0', 'Hypercasual', 0, 0, '', '--epic-survival-game'), (14786, 'Squid Game Legend', 'If you have been closely following the events of the first installment of the Korean series Squid Game, you probably remember how someone thought that games in Korea are not the only ones. But while the writers are creating a sequel, you and I can already take part in the second part of the games with death!', 'https://img.gamemonetize.com/o5jfz2zffl55f4tend064tccuhqk0rm8/512x384.jpg', 'https://html5.gamemonetize.com/o5jfz2zffl55f4tend064tccuhqk0rm8/', '0', 'Adventure', 0, 0, '', 'squid-game-legend'), (14787, 'Shot Gems', 'The goal at this game is to fill the empty spots with gems. Every spot you need to fill with 10 gems. At some levels will be a obstacles so you need to avoid him or to use them to fill the spots that is hidden from you. Pass more levels as you can and fill more spots as you can with 1000 gems.', 'https://img.gamemonetize.com/w7repkd3eqi3ch63r9htubiq9xj1sfff/512x384.jpg', 'https://html5.gamemonetize.com/w7repkd3eqi3ch63r9htubiq9xj1sfff/', '0', 'Puzzles', 0, 0, '', 'shot-gems'), (14788, 'UNDER WORLD ESCAPE', 'Under World Escape is a point and click game developed by 8B Games/Games2live. Imagine that you had been to an Under World, On there you had trapped. Here is the interesting puzzles and hidden objects to find and get escape from the Under World. Good luck.. Have fun!', 'https://img.gamemonetize.com/oeimtga71r8vkkxeqzrzxdawxmapgkbz/512x384.jpg', 'https://html5.gamemonetize.com/oeimtga71r8vkkxeqzrzxdawxmapgkbz/', '0', 'Puzzles', 0, 0, '', 'under-world-escape'), (14789, 'Cumulus Escape', 'Cumulus Escape is a point and click game developed by 8B Games/Games2live. Imagine that you had been to a Cumulus Clouds, On there you had trapped. Here is the interesting puzzles and hidden objects to find and get escape from the Clouds. Good luck.. Have fun!', 'https://img.gamemonetize.com/9vqjt8s2fxixzzxz4zvyywodeowpjnfy/512x384.jpg', 'https://html5.gamemonetize.com/9vqjt8s2fxixzzxz4zvyywodeowpjnfy/', '0', 'Puzzles', 0, 0, '', 'cumulus-escape'), (14790, 'Dove Escape', '"Dove Escape is a point and click game developed by 8B Games/Games2live. Imagine that you had been to a village, On there you found a Dove got trapped. Here is the interesting puzzles and hidden objects to find and rescue the Dove Good luck.. Have fun!"', 'https://img.gamemonetize.com/7161a5cjn0nhynu0hg1g9n9tfp0us76x/512x384.jpg', 'https://html5.gamemonetize.com/7161a5cjn0nhynu0hg1g9n9tfp0us76x/', '0', 'Puzzles', 0, 0, '', 'dove-escape'), (14791, 'SUNLAND PARROT ESCAPE', 'Sunland Parrot Escape is a point and click game developed by 8B Games/Games2live. Imagine that you had been to a Land, On there you found a parrot got trapped. Here is the interesting puzzles and hidden objects to find and rescue the Parrot. Good luck.. Have fun!', 'https://img.gamemonetize.com/3humq74rgxioftxk8s7nni5xf5hv443q/512x384.jpg', 'https://html5.gamemonetize.com/3humq74rgxioftxk8s7nni5xf5hv443q/', '0', 'Puzzles', 0, 0, '', 'sunland-parrot-escape'), (14792, 'princess escape', 'Princess Escape is a point and click game developed by 8B Games/Games2live. Imagine that you had been to a village, On there you found a Princess got trapped. Here is the interesting puzzles and hidden objects to find and rescue the Princess. Good luck.. Have fun!', 'https://img.gamemonetize.com/yrhz81mlla2repxdkrjol3o38ccrslfb/512x384.jpg', 'https://html5.gamemonetize.com/yrhz81mlla2repxdkrjol3o38ccrslfb/', '0', 'Puzzles', 0, 0, '', 'princess-escape'), (14793, 'Woodland House Escape', 'Woodland House Escape is a point and click game developed by 8B Games/Games2live. Imagine that you had been to a Village, On there you had trapped. Here is the interesting puzzles and hidden objects to find and get escape from the village. Good luck.. Have fun!', 'https://img.gamemonetize.com/wtlmx2n0dz252bpj7kqpoix41dvhggxi/512x384.jpg', 'https://html5.gamemonetize.com/wtlmx2n0dz252bpj7kqpoix41dvhggxi/', '0', 'Puzzles', 0, 0, '', 'woodland-house-escape'), (14794, 'skull man escape', 'Skull Man Escape is a point and click game developed by 8B Games/Games2live. Imagine that you had been to a village, On there you found a skull man got trapped. Here is the interesting puzzles and hidden objects to find and rescue the Skull Man. Good luck.. Have fun!', 'https://img.gamemonetize.com/uko3tip51qhgw8qauxyvxfry7jc5mh7f/512x384.jpg', 'https://html5.gamemonetize.com/uko3tip51qhgw8qauxyvxfry7jc5mh7f/', '0', 'Puzzles', 0, 0, '', 'skull-man-escape'), (14795, 'Toco Escape', '"Toco Escape is a point and click game developed by 8B Games/Games2live. Imagine that you had been to a village, On there you found a Toco got trapped. Here is the interesting puzzles and hidden objects to find and rescue the Toco Good luck.. Have fun!"', 'https://img.gamemonetize.com/kxzy453pz1886qlqip78u1o3th0oj0po/512x384.jpg', 'https://html5.gamemonetize.com/kxzy453pz1886qlqip78u1o3th0oj0po/', '0', 'Puzzles', 0, 0, '', 'toco-escape'), (14796, 'Squid Game Candy Challenge ', 'ou start the battle with a master in the crowd challenge there are no chances for you to feel lonely Because there are many challenges in the Clash. Get ready to spend hours playing one of the most thrilling running games. All players are poor and want money for their future and present life. All the players should be stopped when she stops saying Red Light. There was an old grandpa who won the squid master and money run 3d. All the players who complete the tasks and be money run 3d, they will have a lot of money for their life. If you break the rule of the race you will be terminated like join clash and money race 3d. hair girl run ridge with puzzle game cross-bridges feel all run and keep walk on all shortcut to be best stacky dash bridge runner. You can ready makeover run with hair challenge girl body in this amazing year best game in 2021. and the red light point is don\'t allow you to move your body. Terminated Player will be knocked out in the squid master challenge those who are moving on red light point. Squad Winner is the best of all players and there is the winner of also rich run and money run 3d. This is a race like money run 3d. avoid scissors and hair of other colors. At the end of this Level, a girl is standing with the tree and saying Green Light Red Light Green Light. You have a chance to get absorbed in the bright world of hair challenges full of fat pusher and stickman battles. It\'s like a fat pusher and squid master challenging escape game where even your hair challenge will be include and rich run 3d. Download Food Party for a great free squid master challenge 3d escape game experience, Keep going balls fat 2 fits in the join muscle rush 3d. This race is like a squid race and joins clash game, just run race 3d for the money run 3d, if you are moving while on Red light point so you will be terminated. Collect your hair cut and place them on the hair challenge girl body fat fit long hair rush of your choice. and its squid master challenge where people come to that platform where they perform many tasks to save their lives. Don\'t get eliminated and make your way to the top for the 46.5 billion won prize pool!! This game is about a squid master where players are running to save their life. Fill the start by gathering all stacks and crosses across the bridge. Download squid master challenge escape red light game. Terminated squid players get killed after they break the rule of the race. This game is like a squid master. There are many tasks to perform it\'s their own time for the squid master challenge. There are many gaint rush and obstacles in the body race. Don\'t let others build your hair game run! Once she says green light in the squid master race game, whether you are survival games or squid master challenge fan! If you complete all the tasks without knock out any task so you will win. Follow the staff’s instructions and swiftly make your way towards the game hall. The obstacle shape like arrow fest stay away from it and protect your join clash 3d and fun run race with blob runner. and once she stops saying green light in the squid game so stop going forward in the join clash and fat pusher. Collect the hair of the same color, increase the length of your hair, Enjoy the unique fun experience now and start your adventure party. Those Players will be terminated who are moving in red light points. and also if you are not complete the task in the given time so you will be knocked out from the squid master challenge squad race. The green light point allows you to run from the tree. keep going forward protect yourself from the hair race challenge and arrow fest. Terminated squid players will not able to perform any task', 'https://img.gamemonetize.com/rzojthvwkrg31x4j015em1m4bhkoxv7g/512x384.jpg', 'https://html5.gamemonetize.com/rzojthvwkrg31x4j015em1m4bhkoxv7g/', '0', 'Racing', 0, 0, '', 'squid-game--candy-challenge-'), (14797, 'Weekend Sudoku 34', 'Sudoku is one of the most popular puzzle games of all time. The goal of Sudoku is to fill a 9×9 grid with numbers so that each row, column and 3×3 section contain all of the digits between 1 and 9. As a logic puzzle, Sudoku is also an excellent brain game. If you play Sudoku daily, you will soon start to see improvements in your concentration and overall brain power. Start a game now.', 'https://img.gamemonetize.com/muw318f7e5jiavzr9ka4i8nsux5eeap5/512x384.jpg', 'https://html5.gamemonetize.com/muw318f7e5jiavzr9ka4i8nsux5eeap5/', '0', 'Puzzles', 0, 0, '', 'weekend-sudoku-'), (14798, 'Weekend Sudoku 35', 'Sudoku is one of the most popular puzzle games of all time. The goal of Sudoku is to fill a 9×9 grid with numbers so that each row, column and 3×3 section contain all of the digits between 1 and 9. As a logic puzzle, Sudoku is also an excellent brain game. If you play Sudoku daily, you will soon start to see improvements in your concentration and overall brain power. Start a game now.', 'https://img.gamemonetize.com/hg2ta82o7rccv7gm78eg2d8f6ibnbkr5/512x384.jpg', 'https://html5.gamemonetize.com/hg2ta82o7rccv7gm78eg2d8f6ibnbkr5/', '0', 'Puzzles', 0, 0, '', 'weekend-sudoku-'), (14799, 'Jewelry Shop Games Princess Design', 'Welcome to the most fashionable jewelry salon game! Make beautiful necklaces, bracelets, earrings, tiaras and many more with our jewelry making and design apps! Use your imagination and design the newest jewelry fashion for princesses ! Take a tour in our shiny DIY jewelry shop and become the best jeweler in town. Learn how to create your own jewelry in the most creative of all jewelry designer games. Enjoy jewelry games for girls and show your creativity! Pick your girl model and start your journey through 6 rooms of our wonderful', 'https://img.gamemonetize.com/ftvwus19u7zp00n5f1xn08cgoeg8yv3c/512x384.jpg', 'https://html5.gamemonetize.com/ftvwus19u7zp00n5f1xn08cgoeg8yv3c/', '0', 'Girls', 0, 0, '', 'jewelry-shop-games-princess-design'), (14800, 'Ice Slushy Maker Rainbow Desserts Game', 'Alienwolf Studios invites you to download Ice Slushy Maker and run your own dessert store! End up being a top chef of tasty ice slushy desserts in the type of mouthwatering drinks of numerous colors and tastes! Make your own slushy and make it taste perfect every time! Cooking food like a professional chef, being a restaurant supervisor or a baker sounds like loads of enjoyable fun, right? Well, brace yourself for a new adventure in the world of dessert making video games - "ice slushy video games" are the brand-new marvel amongst food making games! Use fresh fruit, integrate various tastes, add ice cubes and mix away until the ideal slushy is prepared! However, that\'s not nearly all that you can do in your slushy store - have a look at some of the fantastic functions: ** A variety of components to combine! ** Ice of different shapes to add a lot more enjoyable to the slushy making procedure! ** Reasonable drink making procedure: blender, cups, straws - whatever\'s there! ** Tailor your beverage: you select the taste of your shake, along with the design of the cup and the straw! ** Make a wonderful ice cold drink whenever! ** Get the most remarkable "slushy video games for totally free"! Why would you have a routine uninteresting beverage when you can create an amazing vibrant slushy all by yourself? For a lot more amazing experience, pour your fruity ice-cold dessert in a cup that you embellished with sticker labels! To top it all off, choose a straw from an abundance of available styles! Looking for carnival food video games totally free with sweet and other food? Well, stop looking since ** Ice Slushy Maker ** is here and it\'s free! Sign up with the ultimate food fest and create a neon slushy that shines in the dark or a rainbow frozen beverage-- you are the maker of the tastiest carnival food and your slushy making organization is growing! Be an insane chef, create your own sweet recipes for your faithful customers-- refreshing ice-cold slushies are much better than cotton candy, ice cream or a snow cone on hot summer season days! Timeless dessert maker games are sweet and entertaining, but ** Ice Slushy Maker ** raises cooking and food making video games for ladies to an entire brand-new level! Mix and match ingredients of various tastes, integrate sweet and sour fruits, or perhaps include some ice cream or chocolate to the mix! By doing this you can invent special brand-new flavors of slushies and healthy smoothies; frozen food making games are the future of delicious dessert cooking games for women! Find out how to make slushies in the prettiest slushy bar and decorate your desserts with chocolate syrup, sprays, fruit bits, colorful and radiant straws and more! Slushy making video games allow you to develop your own virtual beverage without the mess! Have a virtual slushy making party with pals and each of you can have an ice slushy maker rainbow desserts party. Pick your preferred taste and slushy cup and lid decoration! Making your own food games can turn into a super fun cooking competition-- start your own smoothie and slushy making contest and share your Do It Yourself masterpieces! It\'s time to start working in the kitchen and creating unique frozen beverages with ridiculous loop straws and cute DIY slushy cups! Download Ice Slushy Maker and be the proud maker of virtual ice slushy beverages! Take a look at our entire collection of food making, cooking and baking video games for ladies, kids and all lovers of tasty food and beverages! "Cook your own food in the kitchen area on your own" or design slushy and shake cups and develop new tastes of fruity ice cold drinks!', 'https://img.gamemonetize.com/o4q7forc0ktcwwi4psdbtuwqlmviog5j/512x384.jpg', 'https://html5.gamemonetize.com/o4q7forc0ktcwwi4psdbtuwqlmviog5j/', '0', 'Girls', 0, 0, '', 'ice-slushy-maker-rainbow-desserts-game'), (14801, 'Squid Game Mix', 'Attention all players, the squid game is about to begin. Follow the staff’s instructions and swiftly make your way towards the game hall. Don\'t get eliminated and make your way to the top for the 46.5 billion won prize pool!', 'https://img.gamemonetize.com/9o9rfup5rjsli72lcrwkkxolrhfr9xh8/512x384.jpg', 'https://html5.gamemonetize.com/9o9rfup5rjsli72lcrwkkxolrhfr9xh8/', '0', 'Arcade', 0, 0, '', 'squid-game-mix'), (14802, 'Little Baby Halloween Bathing', 'We are representing our newest game Little Baby Halloween Bathing, a free online game created for the Halloween holiday. This little baby needs your help. The Halloween baby is in a playful mood and it\'s time to have a bath. First, give the baby the toys she asks for and then take her to the tub. Then use soaps, shampoos, and different bathing items to wash this cute Halloween baby. Also, give the baby some toys while bathing and make sure she stays always happy. At the end of the game dress this cute baby in a beautiful Halloween dress. Select matching shoes, hats, and sunglasses. Get this baby ready for the Halloween. Enjoy playing this terrific Halloween game and have fun!', 'https://img.gamemonetize.com/gn67e3et5hcyb22ybkkn1jzx8zqaz0vn/512x384.jpg', 'https://html5.gamemonetize.com/gn67e3et5hcyb22ybkkn1jzx8zqaz0vn/', '0', 'Girls', 0, 0, '', 'little-baby-halloween-bathing'), (14803, 'Land Rover Range Rover 2022 Slide', 'Play this slide puzzle games of the car - Land Rover Range Rover 2022. It\'s include 3 images and 3 modes (3x3 pieces, 4x4 pieces, 5x5 pieces) to play.', 'https://img.gamemonetize.com/2ktpk8xwtpf008gxlaq58w6uif9s8f8a/512x384.jpg', 'https://html5.gamemonetize.com/2ktpk8xwtpf008gxlaq58w6uif9s8f8a/', '0', 'Puzzles', 0, 0, '', 'land-rover-range-rover--slide'), (14804, 'Ninjatris', 'Ninjatris is a merge numbers game. You have to merge two same numbers. The numbers are from 1 to 9. When you reach number 9, the whole row is released. The next suggested ninja number can be seen at the bottom of the screen. The game is played by tapping the screen. Enjoy and have fun!!!', 'https://img.gamemonetize.com/9qs5rwoyvpgxvfztcdx1w2w13e386n38/512x384.jpg', 'https://html5.gamemonetize.com/9qs5rwoyvpgxvfztcdx1w2w13e386n38/', '0', 'Puzzles', 0, 0, '', 'ninjatris'), (14805, 'Halloween is Coming Episode 6', 'Halloween is coming episode 6 is a point and click game developed by 8B Games/Games2Live. I\'m John. Now I have trapped in a cave ,I need your help. Here is some interesting puzzles and hidden objects to find and escape from here. Good Luck.... Have Fun!!!', 'https://img.gamemonetize.com/f9yz97mlvyj731fnsfu16bi3tn8g6jjr/512x384.jpg', 'https://html5.gamemonetize.com/f9yz97mlvyj731fnsfu16bi3tn8g6jjr/', '0', 'Puzzles', 0, 0, '', 'halloween-is-coming-episode-'), (14806, 'Apocalyptic Disaster Hidden', 'Apocalyptic Disaster Hidden is a free online skill and hidden object game. Find out the hidden stars in the specified images. Each level has 10 hidden stars. There are 6 levels in total. The time is limited so be fast and find all hidden objects before time runs out. Clicking in the wrong place several times reduces the time by an additional 5 seconds. So, if you are ready start the game and have fun!', 'https://img.gamemonetize.com/cna4tb1pz0xfu1ek3f02q38vebxxsqol/512x384.jpg', 'https://html5.gamemonetize.com/cna4tb1pz0xfu1ek3f02q38vebxxsqol/', '0', 'Puzzles', 0, 0, '', 'apocalyptic-disaster-hidden'), (14807, 'Foot Doctor 3D Game', 'HELP! Doctor, I hurt my feet, ouch! It is so painful (Tï¹T) ! Could you please help me to cure my feet? I know you have the best medical tools here! Foot Doctor features: ♥ Select adorable patients. ♥ Lots of Free medical tools designed. ♥ Placate patients with free gifts.', 'https://img.gamemonetize.com/yzekeqiukej2cjdfb3ed029npxtk9cz2/512x384.jpg', 'https://html5.gamemonetize.com/yzekeqiukej2cjdfb3ed029npxtk9cz2/', '0', 'Puzzles', 0, 0, '', 'foot-doctor-d-game'), (14808, 'Red and Green Pumpkin', 'The most legendary of the red and green pumpkin series will challenge you and your friend with more enemies and more features. watch out for slime and bat! use the jump ramps. Remember take the key and make the invisible door visible. only green can remove the laser.', 'https://img.gamemonetize.com/b2sm1i11wujig2znrbiptiqujhyz8j4u/512x384.jpg', 'https://html5.gamemonetize.com/b2sm1i11wujig2znrbiptiqujhyz8j4u/', '0', 'Arcade', 0, 0, '', 'red-and-green-pumpkin'), (14809, 'Children Doctor Dentist', 'Become a dentist and help your friends to have a healthy mouth. Brian, Katie, Frank, and Peter have come to the dental clinic for you to help them clean their teeth, put fillings, or fix broken teeth. Your children may perform dental treatments and play as expert dentists. Help your kid become a dentist, it\'s educational and fun. Enjoy our amazing dentists game.', 'https://img.gamemonetize.com/cjl12oka78clh60qxf7hw2mfsz21wy6i/512x384.jpg', 'https://html5.gamemonetize.com/cjl12oka78clh60qxf7hw2mfsz21wy6i/', '0', 'Girls', 0, 0, '', 'children-doctor-dentist'), (14810, 'Hand Doctor Game', 'Hey do you want to become a hand doctor? Wearing stethoscope and looking professional? Then this hand doctor game is a perfect design for you. Some kids fallen on ice and hurt these hands! So little doctor, you will need to treat these boys and girls! You are going to have an ultimate fun yet a learning experience. Hurry up get it now!', 'https://img.gamemonetize.com/2urod8kxccpb5ezb8xqbf5beq0zg64lb/512x384.jpg', 'https://html5.gamemonetize.com/2urod8kxccpb5ezb8xqbf5beq0zg64lb/', '0', 'Girls', 0, 0, '', 'hand-doctor-game'), (14811, 'Golf Club', 'Golf Club it is a very fun and accurate game. Your goal is to get the ball to the hole !. Will you be able to complete the 30 levels in just one move?', 'https://img.gamemonetize.com/oluqy4tla2mw42loc2ighsbebtu5skf3/512x384.jpg', 'https://html5.gamemonetize.com/oluqy4tla2mw42loc2ighsbebtu5skf3/', '0', 'Sports', 0, 0, '', 'golf-club'), (14812, 'Bus Stunts Game', 'Bus Stunts Game is a simulation of bus driving. Join the demolition arena. Crash your bus and make stunts. Enjoy great realistic atmosphere. Welcome to the world of games with crazy stunts, where you will find exciting races, long jumps and devastating accidents for your bus. Also in this destruction simulator, you can lose parts of your bus and completely break the bus. You can make crazy stunts. You will not get bored with the variety of buses and maps, so put the pedal to the metal and start destroying everything in your path and do incredible stunts. Earn money and unlock more vehicles. Have fun.', 'https://img.gamemonetize.com/o4zzfva85jdsws5kvhjvh9xgespqvlq2/512x384.jpg', 'https://html5.gamemonetize.com/o4zzfva85jdsws5kvhjvh9xgespqvlq2/', '0', 'Racing', 0, 0, '', 'bus-stunts-game'), (14813, 'Warrior And Beast', 'This is a Spot the difference type of puzzle game where players must find 5 differences between two otherwise similar images. Try to find differences using your hawk eyes and tap that otherwise use hint. Unused hints and saved time will give you extra bonus score.', 'https://img.gamemonetize.com/hg9h8lx94tre5wfwpwa2mz7cn5rv5cg1/512x384.jpg', 'https://html5.gamemonetize.com/hg9h8lx94tre5wfwpwa2mz7cn5rv5cg1/', '0', 'Puzzles', 0, 0, '', 'warrior-and-beast'), (14814, 'Bubble Shooter Marbles', 'It is a classical bubble shooter game with 48 challenging levels. In each level you will find a different challenge. To complete a level you must eliminate all the MARBLES from the screen. Eliminate marbles by shooting marbles to make groups of 3 or more marbles of the same color.. You must complete a level within allowed time. You will get better score if you complete the level early.', 'https://img.gamemonetize.com/7nnn7c0div63xv03rmhe53ilo2od1akj/512x384.jpg', 'https://html5.gamemonetize.com/7nnn7c0div63xv03rmhe53ilo2od1akj/', '0', 'Puzzles', 0, 0, '', 'bubble-shooter-marbles'), (14815, 'Gem Blast Online', 'Gem Blast Online is a new elimination gameplay with four gem forms, five colors, nine combo sound effects, and various explosion effects, as well as four distinct props, as well as three modes, infinite mode, level mode, and creation. Mode, completely stop you!', 'https://img.gamemonetize.com/ckhbqff71fuzruifi8rze58x4k3ui1fz/512x384.jpg', 'https://html5.gamemonetize.com/ckhbqff71fuzruifi8rze58x4k3ui1fz/', '0', 'Puzzles', 0, 0, '', 'gem-blast-online'), (14816, 'Sniper Simulator', '“Sniper Simulator†is a first-person shooting simulation game, in the game, players will play the role of a sniper and control a variety of classic guns for sniper training. In addition, a popular assembly gameplay has been added, allowing players to experience the excitement of assembling while shooting. The game is easy to operate, the screen is beautiful, the sound effects and gun textures are realistic, restoring the most realistic shooting experience.', 'https://img.gamemonetize.com/ote0vnkghfmoz4n40ifk5isr27q9f5qj/512x384.jpg', 'https://html5.gamemonetize.com/ote0vnkghfmoz4n40ifk5isr27q9f5qj/', '0', 'Shooting', 0, 0, '', 'sniper-simulator'), (14817, 'Draughts 2048', 'Relaxing game with awesome physics and sound effects. Merge draughts and participate in challenges', 'https://img.gamemonetize.com/yo7putdxyh6f14zxtzor8m0ukxztjsqx/512x384.jpg', 'https://html5.gamemonetize.com/yo7putdxyh6f14zxtzor8m0ukxztjsqx/', '0', 'Hypercasual', 0, 0, '', 'draughts-'), (14818, 'Horse Racing 2D', 'Choose the best horse and try to win the races. There are several horse breeds available. Use stamina wisely to get first! see the varied and beautiful sceneries of the racecourses and place your bets!', 'https://img.gamemonetize.com/smyi4je8pix2hu592fivforp1z2ekapa/512x384.jpg', 'https://html5.gamemonetize.com/smyi4je8pix2hu592fivforp1z2ekapa/', '0', 'Sports', 0, 0, '', 'horse-racing-d'), (14819, 'Rainbow Ice Cream And Popsicles Icy Dessert Make', 'Do you love Ice Cream Games, Popsicles, Ice Cream Bars, Ice Cream Sandwiches, and Other Frozen Desserts? Do you love Soft Serve Ice Cream & the Ice Cream Truck? Do you fancy Cooking Games with Dessert Food Recipes? Rainbow Ice Cream & Popsicles - Frozen Dessert Maker is an Ice Cream Game with hours of fun! Includes 6 Games Total including Ice Cream Scoops, Ice Popsicles, Soft Serve Ice Cream, Ice Cream Sandwiches, Ice Cream Bars & Quick Ice Popsicles! This is the Ultimate Ice Cream Maker Cooking Game and Includes every Ice Cream Game imaginable!! Great fun for those who love Cooking & Dessert Maker Games!', 'https://img.gamemonetize.com/qgdo7za8dso9467oj03gydy2kljsfmdz/512x384.jpg', 'https://html5.gamemonetize.com/qgdo7za8dso9467oj03gydy2kljsfmdz/', '0', 'Girls', 0, 0, '', 'rainbow-ice-cream-and-popsicles--icy-dessert-make'), (14820, 'ARROW MASTER', 'Master your reflexes with arrow master you need to hit all the arrows correctly by avoiding the other arrows Dont let the arrows to hit each other', 'https://img.gamemonetize.com/d8yqr2262razvogtistlcxg4qc8169al/512x384.jpg', 'https://html5.gamemonetize.com/d8yqr2262razvogtistlcxg4qc8169al/', '0', 'Puzzles', 0, 0, '', 'arrow-master'), (14821, 'Ace Drift', 'Have you seen drifting in the famous anime called Initial D? This game requires you to use drifting to overpass continuous curves while collecting gold coins at each level. There are also many skins in the shop, like Toyota Corolla Levin and MAZDA RX—7 FC3S. Glad you could unlock them all and overpass each level!', 'https://img.gamemonetize.com/pa35uqm07j3nq8kwo2x9382ggpqskiea/512x384.jpg', 'https://html5.gamemonetize.com/pa35uqm07j3nq8kwo2x9382ggpqskiea/', '0', 'Arcade', 0, 0, '', 'ace-drift'), (14822, 'The Best Driver', 'Now we provided a car avoiding arcade game, which is made from 3D stickman game art animation. You are allowed to grab the vehicles with white drivers and empty vehicles. Try your best to avoid all obstacles on the track and win high scores!', 'https://img.gamemonetize.com/giq6ckvcx1yyungrwrxt66yzc43u4ywl/512x384.jpg', 'https://html5.gamemonetize.com/giq6ckvcx1yyungrwrxt66yzc43u4ywl/', '0', 'Arcade', 0, 0, '', 'the-best-driver'), (14823, 'Rich Race io', 'Get to the end of the track and try to collect as many money bills as possible along the way! The more money you collect, the better your outfit will look. On the other hand, if you collect too many bottles, trash cans or bills, you will get poorer and risk losing everything! Simple and intuitive game with easy to remember controls.', 'https://img.gamemonetize.com/5gh0zrgs3xxxuuzxg05mm0zpa6ih2dme/512x384.jpg', 'https://html5.gamemonetize.com/5gh0zrgs3xxxuuzxg05mm0zpa6ih2dme/', '0', 'Hypercasual', 0, 0, '', 'rich-race-io'), (14824, 'High heel io', 'Is it accurate to say that you are prepared for the best high heels game EVER? Watch out for the dividers! The taller your heels are, the simpler it will be to escape from the dividers. Various deterrents anticipate you at each level! There are rails where you need to spread your legs and slide, dividers to hop, a stick to adjust and an enormous platform hanging tight for you toward the stopping point. Among the many various adornments you can purchase in the store, there are clasps, neckbands, young doggies in a pack, holy messenger wings. Furthermore, in particular, you can discover heels with totally different models and shadings to suit your style! Remember! You need to pick as numerous as high heels out and about so you can stroll on a platform! Strolling on the heels will cause you to feel like a QUEEN! Everybody loves to look great and these heels will allow you to sparkle like a star! There are a wide range of heels alternatives in the game, you will adore them ALL! Glossy heels, brilliant heels, boot heels, rainbow heels, and even heels with wings! So put them on and POP OFF! As you ought to… Like a genuine QUEEN! Do you imagine there\'s nothing more to it? Simply heels? Obviously not... Having pleasant heels is the main piece of a trendy look, with no wavering. Be that as it may, there are other significant things. Try not to stress. You\'ll see them in the High Heels game too. You can get many extravagant accomplices to take your trendy heels game to the following level! You resemble a sovereign in your heels without a doubt. In any case, what adornments does a sovereign merit? Make an estimate. Indeed! You can get a REAL CROWN which will look wonderful with your GOLDEN HEELS! What\'s more, what else? You can get extravagant sacks, heavenly messenger heels, wristbands, villain and heavenly messenger crowns, and even a bunny tail! You\'ll adore them all and we wager you won\'t take them off until kingdom come! You can make your best walk and make the group CRAZY! You will stroll on a platform with numerous watchers. They will be there only for you!', 'https://img.gamemonetize.com/rplqi5so8b1ox3dofxavxv5kc9h2oysi/512x384.jpg', 'https://html5.gamemonetize.com/rplqi5so8b1ox3dofxavxv5kc9h2oysi/', '0', 'Hypercasual', 0, 0, '', 'high-heel-io'), (14825, 'Kobra vs Blocks', 'Control the Kobra\'s direction to collect items that will make its size increase, so you can destroy blocks with higher numbers! Make the highest score possible, but be careful: the number of lives on the block must be smaller than the Kobra\'s size!', 'https://img.gamemonetize.com/f5x596oao32schyzb2yr2lr2z7hbgfyr/512x384.jpg', 'https://html5.gamemonetize.com/f5x596oao32schyzb2yr2lr2z7hbgfyr/', '0', 'Hypercasual', 0, 0, '', 'kobra-vs-blocks'), (14826, 'Maze Balance', 'A game that will test your dexterity and patience. In the game Maze Balance you will have the task to collect all the keys that will open the gate to the next levels. During your journey to success, various traps await you, which will try to ruin your journey. Good luck and fun! more games www.durmangames.com', 'https://img.gamemonetize.com/er62o1rop5yil8p6z7cy8wyt6y9yp7j0/512x384.jpg', 'https://html5.gamemonetize.com/er62o1rop5yil8p6z7cy8wyt6y9yp7j0/', '0', 'Puzzles', 0, 0, '', 'maze-balance'), (14827, 'Emergency Hospital Surgery Simulator Doctor Games', 'Emergency Hospital Surgery Simulator Games: Free Offline Doctor Games gives you the real and doctor games feel you have been searching for. You have been appointed as crazy surgeon doctor in Emergency Hospital Games: Free Doctor Games & now it’s your duty to treat your patients with multi diseases surgeries or use all your skills to perform surgery simulator in free hospital games. The Emergency Hospital Surgery Simulator Games: Free Doctor Games hospital room is well equipped with all the medical doctor surgical instruments to perform er emergency doctor simulator by real er doctor in hospital games. The Emergency Hospital Surgery Simulator Games: Free Doctor Games is free doctor simulation offline surgery games where you experience being a multi surgery doctor, the patients keep coming in er doctor games & you’re the only er doctor who can save emergency patients life with real doctor surgical tools within this free games. Become lifesaving er doctor and best hospital doctor herein offline games to perform the surgery simulator on your patients. This offline games provides best surgery simulation doctor experience, treat open heart surgery patients and make patients smile again with their love ones. But first you need to know patient\'s history before treating and sending patients to the er emergency operation room in this doctor games. Stomach Surgery Games The ambulance has brought a little boy with a stomachache, seems like it is a case of food poisoning for which you are going to operate now in hospital operation room. Get ready for stomach surgery, you need to make an incision on his tummy to pull out junk food from his stomach in hospital games. Brain Surgery Games A patient has been diagnose with brain tumor in his head that can affect his arm, finger and leg movement herein hospital games. Brain controls our heart, eye, ear, nose, kidney, liver, lungs, stomach and all parts of the body. You are going to be virtual doctor simulator to perform the operation in Emergency Hospital Surgery Simulator Games: Offline Doctor Games. Call all the other surgeon doctor on duty to keep a check on the patient’s organs while you carry out the multi surgery doctor simulation. Throat Surgery Games In this hospital games a patient is suffering with throat infection & you need to treat them well to regain his health in Offline Doctor Games. With a throat problem er patient might get a problem with their ears & eyes too since they are interlinked. Consult an ENT (Ear, Nose, Throat) surgeon doctor to perform an er emergency throat surgery simulation in hospital surgery simulator games. Eye Surgery Games One of the kid in this hospital games has came with his mommy to get his eye sight checkup from specialist eye surgery doctor. Use real doctor simulator medical instruments to stretch open eyes, remove germs and kill unwanted bacteria from kids eyes with laser treatment within this free games! Knee Surgery Games One of the er patients is moaning in pain as he got knee injury that can affect his ankle, leg & foot movement in Free Offline Doctor Games. To avoid any other damage, prepare for the er emergency knee doctor simulator in hospital games. Ribcage Surgery Games Another er patients met with a bad accident & his ribcage got broken. The broken ribcage need ER emergency attention of the best doctor surgeon else it may damage respiratory system i.e lungs or heart. Don’t forget to clean away the blood to avoid infection in doctor simulator games. Emergency Hospital Surgery Simulator Games: Free Offline Doctor Games Features: * Amazing graphics and free offline doctor games. • Become the best surgeon doctor in er emergency hospital doctor simulator offline games. • Enjoy this free games of surgeon doctor clinic surgery games with a wide variety of surgical tools in hospital doctor simulator. • Crazy surgeons and doctors team to assist you in your Surgery Simulator Doctor Games.', 'https://img.gamemonetize.com/qkm6qjem4ahwyoze2bc2vtah7zloyz3a/512x384.jpg', 'https://html5.gamemonetize.com/qkm6qjem4ahwyoze2bc2vtah7zloyz3a/', '0', 'Boys', 0, 0, '', 'emergency-hospital-surgery-simulator-doctor-games'), (14828, 'Amgel Halloween Room Escape 18', 'AmgelEscape - Amgel Halloween Room Escape 18 is another point and click escape game developed by Amgel Escape. In this game, you are locked in a room and you try to escape from the room by finding items and solving puzzles. Thanks for playing Amgel Escape Games. Good luck and have fun!', 'https://img.gamemonetize.com/er1cjoud502ur9vihkczd2p936znq0jf/512x384.jpg', 'https://html5.gamemonetize.com/er1cjoud502ur9vihkczd2p936znq0jf/', '0', 'Puzzles', 0, 0, '', 'amgel-halloween-room-escape-'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (14829, 'Amgel Halloween Room Escape 17', 'AmgelEscape - Amgel Halloween Room Escape 17 is another point and click escape game developed by Amgel Escape. In this game, you are locked in a room and you try to escape from the room by finding items and solving puzzles. Thanks for playing Amgel Escape Games. Good luck and have fun!', 'https://img.gamemonetize.com/w75by98cp5khcsjx5jvmtibgdv41f1m9/512x384.jpg', 'https://html5.gamemonetize.com/w75by98cp5khcsjx5jvmtibgdv41f1m9/', '0', 'Puzzles', 0, 0, '', 'amgel-halloween-room-escape-'), (14830, 'Amgel Halloween Room Escape 16', 'AmgelEscape - Amgel Halloween Room Escape 16 is another point and click escape game developed by Amgel Escape. In this game, you are locked in a room and you try to escape from the room by finding items and solving puzzles. Thanks for playing Amgel Escape Games. Good luck and have fun!', 'https://img.gamemonetize.com/tf0ynnbmloq117khw4nmjnec2dzbme3f/512x384.jpg', 'https://html5.gamemonetize.com/tf0ynnbmloq117khw4nmjnec2dzbme3f/', '0', 'Puzzles', 0, 0, '', 'amgel-halloween-room-escape-'), (14831, 'Amgel Easy Room Escape 48', 'AmgelEscape - Amgel Easy Room Escape 48 is another point and click escape game developed by Amgel Escape. In this game, you are locked in a room and you have to try to escape the room by finding items and solving puzzles. Show your best escaping skills to escape from the room. Can you able to escape from the room successfully? Good luck and have fun!', 'https://img.gamemonetize.com/u3ti1u2d7axylugltxg17x4cbor3h6qk/512x384.jpg', 'https://html5.gamemonetize.com/u3ti1u2d7axylugltxg17x4cbor3h6qk/', '0', 'Puzzles', 0, 0, '', 'amgel-easy-room-escape-'), (14832, ' Amgel Kids Room Escape 59', 'AmgelEscape - Amgel Kids Room Escape 59 is another point and click escape game developed by Amgel Escape. In this game, you are locked in a room and you have to try to escape the room by finding items and solving puzzles. Show your best escaping skills to escape from the room. Can you able to escape from the room successfully? Good luck and have fun!', 'https://img.gamemonetize.com/gmj7kl2fol3vsomw3g6t6bjmhvj9pwi4/512x384.jpg', 'https://html5.gamemonetize.com/gmj7kl2fol3vsomw3g6t6bjmhvj9pwi4/', '0', 'Puzzles', 0, 0, '', '-amgel-kids-room-escape-'), (14833, 'Halloween Party 2021 Puzzle', 'Play with 9 images in this perfect jigsaw puzzle game: Halloween Party 2021 Puzzle. All images is with the halloween 2021. Solve all puzzles and keep your brain sharp. You have four modes for each picture, 16 pieces, 36 pieces, 64 pieces and 100 pieces. Enjoy and have fun.', 'https://img.gamemonetize.com/vznuk6ksbpez00eoua8roeweb1iwpivk/512x384.jpg', 'https://html5.gamemonetize.com/vznuk6ksbpez00eoua8roeweb1iwpivk/', '0', 'Puzzles', 0, 0, '', 'halloween-party--puzzle'), (14834, 'Baby Doll House Cleaning', 'Doll house cleaning game and house makeover game for the little girls. Give your expert house cleaning services in this best house cleaning app. When you will start playing this cleaning game for girls you will enter in multi-color world where your main duty is to set the entire interior of baby house. You can have lot of fun with kitchen cleaning. *****Features of Doll House cleaning game for girls***** - Learn the cleanup process in this best cleaning app - Spend your fun hours while doing cleaning & repairing - Realistic cleanup game environment - Be the best house decorator - Take the messy house cleaning challenge in this cleaning game for girls with levels Use all cleaning tools like sponge, mob, and vacuum duster to clean entire mess of this doll house cleaning game for girls. We are giving you the great chance of feel like the one of the top house organizers. Rearrange all scattered things back to their place. Make your mommy feels proud with your housework in this best cleaning game for girls. So what are you waiting for?', 'https://img.gamemonetize.com/a5paie9a4vupy33u8aocki2lgwvw37am/512x384.jpg', 'https://html5.gamemonetize.com/a5paie9a4vupy33u8aocki2lgwvw37am/', '0', 'Girls', 0, 0, '', 'baby-doll-house-cleaning'), (14835, 'My Ice Cream Truck Glacée', 'My Ice Cream Truck is a casual game that simulates an ice cream shop where you are the attendant and owner. Gameplay is a fun and simple tap-and-swipe interface; you need to slide the ice cream cone onto the table and choose the ice cream ingredients according to the customer\'s request. The difficulty and the levels are due to the dynamics of time management, and this means that orders for ice cream are getting more and more difficult in a short period of time. There is a parallel game-loop in which as customers give you game coins. You use these resources and diamonds to buy better equipment and new ingredients like a strawberry shortcake, milkshake machine and other improvements, like upgrade your ice cream equipment. You can also manage the game resources to customize your ice cream truck and make it more and more attractive to have even more customers. All of them would like a strawberry shortcake ice cream. If you are looking for an ice cream game, you just found it. Have your ice cream food store, make milkshake and strawberry shortcakes for your clients. My Ice Cream Truck is a hyper-casual food-game and mobile video game that is easy-to-play and free-to-play. Please note! My Ice Cream Truck is a casual simulation video game that is free to play but contains items that can be purchased for real money.', 'https://img.gamemonetize.com/3r1l9c7bdwnxnkyh23y7xiygmwwort65/512x384.jpg', 'https://html5.gamemonetize.com/3r1l9c7bdwnxnkyh23y7xiygmwwort65/', '0', 'Boys', 0, 0, '', 'my-ice-cream-truck--glace'), (14836, 'Halloween Party Girl Rescue', 'Halloween Party Girl Rescue is a point and click game developed by 8B Games/Games2Mad. Imagine that you had been to halloween party, On there you found a girl got trapped. Here is the interesting puzzles and hidden objects to find and rescue the girl. Good luck.. Have fun!', 'https://img.gamemonetize.com/bidbdc72os6p2uwnx3hmwihgfsrwexs5/512x384.jpg', 'https://html5.gamemonetize.com/bidbdc72os6p2uwnx3hmwihgfsrwexs5/', '0', 'Puzzles', 0, 0, '', 'halloween-party-girl-rescue'), (14837, 'HighSchool Cheerleader Game', 'This dressup game is about cheerleaders. They are 6 gorgeous girl friends who study at the same high school and support their team at sporting events. Wherever their team goes, they are there to support them.', 'https://img.gamemonetize.com/gby09mnvbt9h1guuy8y4qkipwjol381r/512x384.jpg', 'https://html5.gamemonetize.com/gby09mnvbt9h1guuy8y4qkipwjol381r/', '0', 'Girls', 0, 0, '', 'highschool-cheerleader-game'), (14838, 'Sparrow Flappy', 'Sparrow Fly to get this to pass through circles to get higher score win...', 'https://img.gamemonetize.com/82ip3cfw9cswbaj05alv5e0bv74c4sys/512x384.jpg', 'https://html5.gamemonetize.com/82ip3cfw9cswbaj05alv5e0bv74c4sys/', '0', 'Puzzles', 0, 0, '', 'sparrow-flappy'), (14839, 'Witch Word Halloween Puzzle Game', 'Now play the world’s most popular word game and test your vocabulary for FREE! Swipe to connect the letters and build all the hidden words to win! Halloween Witch Party to have fun.', 'https://img.gamemonetize.com/uyw3laqx94mo4mvsi7in7ha2ou0tt287/512x384.jpg', 'https://html5.gamemonetize.com/uyw3laqx94mo4mvsi7in7ha2ou0tt287/', '0', 'Puzzles', 0, 0, '', 'witch-word-halloween-puzzle-game'), (14840, 'Puppy Ride', 'A funny car game featuring a cute puppy, good physics, and colorful graphic. Take a ride in many different cars as your stroll through every level, avoiding traps and overcoming obstacles, while collecting coins and to use in shopping for new cars and upgrades.', 'https://img.gamemonetize.com/16lypm72kdl2cu5tf2t4a9mscl7vxc0y/512x384.jpg', 'https://html5.gamemonetize.com/16lypm72kdl2cu5tf2t4a9mscl7vxc0y/', '0', 'Racing', 0, 0, '', 'puppy-ride'), (14841, 'Shoot and goal', 'It is a game of badges where two players controlled by the player and two others controlled by the UI automatically face each other. The first one that reaches to score 5 goals before his rival wins.', 'https://img.gamemonetize.com/bvxjwlmhwn2zxe233gts3919hm9diyc9/512x384.jpg', 'https://html5.gamemonetize.com/bvxjwlmhwn2zxe233gts3919hm9diyc9/', '0', 'Sports', 0, 0, '', 'shoot-and-goal'), (14842, 'Get To The Choppa', 'A fun and simple game designed specifically for you to relax and unwind. Enter the online game and get a great opportunity to pass the time by controlling a funny character running through the city streets.', 'https://img.gamemonetize.com/7bn3oi32gae156qwy0pkfh66kfkms21d/512x384.jpg', 'https://html5.gamemonetize.com/7bn3oi32gae156qwy0pkfh66kfkms21d/', '0', 'Fighting', 0, 0, '', 'get-to-the-choppa'), (14843, 'Classic Backammon', 'Play the popular board game with your friends! Backgammon, also known as Tavla, Narde or Tavli is a two players board game that involves a combination of strategy and luck, due to rolling dice. The goal is to remove all of one’s own playing pieces ⚪ âš« from the board before the opponent can do the same. While the dice can determine the outcome of a single game, strategy is what separates the good and the better players over a series of games.', 'https://img.gamemonetize.com/udshw44mufjwj10holmw7ki6l9vimbrt/512x384.jpg', 'https://html5.gamemonetize.com/udshw44mufjwj10holmw7ki6l9vimbrt/', '0', 'Sports', 0, 0, '', 'classic-backammon'), (14844, 'Jumping into space rocket travels in space', 'Jumping into space rocket travels in space instant html Android and PC game without install play this game and enjoy new', 'https://img.gamemonetize.com/y0xv1n36lbm72dd8rof8ot0yedripmua/512x384.jpg', 'https://html5.gamemonetize.com/y0xv1n36lbm72dd8rof8ot0yedripmua/', '0', 'Adventure', 0, 0, '', 'jumping-into-space-rocket-travels-in-space'), (14845, 'Weekend Sudoku 33', 'Sudoku is one of the most popular puzzle games of all time. The goal of Sudoku is to fill a 9×9 grid with numbers so that each row, column and 3×3 section contain all of the digits between 1 and 9. As a logic puzzle, Sudoku is also an excellent brain game. If you play Sudoku daily, you will soon start to see improvements in your concentration and overall brain power. Start a game now.', 'https://img.gamemonetize.com/duutqm9sy7oq168a2x3zu7d5iknncgu5/512x384.jpg', 'https://html5.gamemonetize.com/duutqm9sy7oq168a2x3zu7d5iknncgu5/', '0', 'Puzzles', 0, 0, '', 'weekend-sudoku-'), (14846, 'Monkey Music Jigsaw', 'Monkey Music jigsaw is an online puzzle jigsaw game. To solve this puzzle you have to place 64 pieces in the correct jigsaw order. Play this cool plush figures toys jigsaw game and enjoy in your free time!', 'https://img.gamemonetize.com/mecpc2gcjxoplam8jc0pkdf2n60pwbqy/512x384.jpg', 'https://html5.gamemonetize.com/mecpc2gcjxoplam8jc0pkdf2n60pwbqy/', '0', 'Puzzles', 0, 0, '', 'monkey-music-jigsaw'), (14847, 'Secret of the Island Escape', 'You find yourself stranded on a pirate island and the only way to escape is a small boat. But it won\'t be easy to get it because you don\'t have any money. The only way to do this is by making a Skull on Fire drink for the owner.', 'https://img.gamemonetize.com/pmpvys26cx8holquvs8qgxp8kmyy07w1/512x384.jpg', 'https://html5.gamemonetize.com/pmpvys26cx8holquvs8qgxp8kmyy07w1/', '0', 'Puzzles', 0, 0, '', 'secret-of-the-island-escape'), (14848, 'Rolling Halloween', 'Rolling Halloween is an addictive running game. Avoid the obstacles (monster trees and headstones), collect the magic skulls to upgrade the powerup items and unlock more Halloween balls. Pick up the powerup items (shields, magnets, and magical wings) for more advantages. Keep rolling, as far as possible, to escape from the monsters. Are you ready for the challenges? Play now! Features: - 3D objects - Languages support: English and Russian', 'https://img.gamemonetize.com/n6zrcje78z0kfyasgxzbrzm9xigh261z/512x384.jpg', 'https://html5.gamemonetize.com/n6zrcje78z0kfyasgxzbrzm9xigh261z/', '0', 'Arcade', 0, 0, '', 'rolling-halloween'), (14849, 'Acid Trip', 'THIS GAME is a 2d top-down shooter you can play it with raw brutality, hard-boiled gunplay, and Back-Breaking, Challenging Gameplay defeat bosses, zombies, and don\'t die from shredders, traps to make it more hellish and brutal. it\'s like if doom was 2d. KEY FEATURES: * Back-Breaking, Challenging Gameplay * purchase Perks and upgrades to Kill, destroy, fuck up zombies more brutality!!! * Endless Possibilities and a variety of powerups * Fast-paced gameplay that will make the bones in your hands shatter!!! * Leaderboards to prove you\'re better than the rest of the world, or at least your friends! * Dodge, shoot, and destroy 8 challenging multi-form bosses * Intense sound design with gurgling zombies and all that shit! * Intense Musical Accompaniment youtube videos: https://youtu.be/zCezKTJgKKs buy the game: https://store.steampowered.com/app/1792810/Acid_Trip/', 'https://img.gamemonetize.com/weulflh6mxgspyvkeey9uvgo1b50kb87/512x384.jpg', 'https://html5.gamemonetize.com/weulflh6mxgspyvkeey9uvgo1b50kb87/', '0', 'Shooting', 0, 0, '', 'acid-trip'), (14850, 'Dino Meat Hunt New Adventure', 'The dinosaurs have just started searching of meat hunt by the coming of the winter. This time a harder adventure is about to start. Little dinosaur can jump to high places and the big dinosaur can destroy dangerous monsters. Complete the game levels which have hard puzzles by cooperating with your friend and prepare the meat stock for the dinosaurs.', 'https://img.gamemonetize.com/ltr92c1u9czr3pujbcreyutqws85v6h2/512x384.jpg', 'https://html5.gamemonetize.com/ltr92c1u9czr3pujbcreyutqws85v6h2/', '0', 'Adventure', 0, 0, '', 'dino-meat-hunt--new-adventure'), (14851, 'Trcuk Factory For Kids 2', 'CONSTRUCT and RIDE your very own construction transport is fairly easy right now! Build cool vehicles with just a few touches and then make a house and a swimming pool. First above you have to build your own transport, then fill trucks for kids with gas on the gas station, and then go to the', 'https://img.gamemonetize.com/y7hlbbhjqmlba9c8zf0scx1odng2ybb2/512x384.jpg', 'https://html5.gamemonetize.com/y7hlbbhjqmlba9c8zf0scx1odng2ybb2/', '0', 'Girls', 0, 0, '', 'trcuk-factory-for-kids-'), (14852, 'Monster Truck parking ', 'Brain for Monster Truck Parking is a unique and imaginative driving game in which you must control a monster truck and aim to make deliveries. You must control both the movement of the truck and also create a path for it to move along from point to point. You must also collect all the gold stars on a level and ensure that your cargo does not fall off of the truck. Use your mouse to draw lines between the platforms – once you have created a track, you can then use the arrow keys to move your truck forwards or backward. Think creatively and try to figure out the optimum route for each level.', 'https://img.gamemonetize.com/2ps86826e783om6msi0rvz1jtas879p1/512x384.jpg', 'https://html5.gamemonetize.com/2ps86826e783om6msi0rvz1jtas879p1/', '0', 'Puzzles', 0, 0, '', 'monster-truck-parking-'), (14853, 'Power Connect Halloween', 'Power Connect Halloween is an additive puzzle game. You\'ll need to connect the Halloween monsters with magical potions to summon them for the Halloween. Tap on the paths or the monsters to rotate them to proper orientations. Features: - 100 levels to play - Shops for unlocking cute themes and cute monsters Play now!', 'https://img.gamemonetize.com/95tbt4hx2e218145qbcvyx8rmn4qvuq7/512x384.jpg', 'https://html5.gamemonetize.com/95tbt4hx2e218145qbcvyx8rmn4qvuq7/', '0', 'Puzzles', 0, 0, '', 'power-connect-halloween'), (14854, 'Monster Family Jigsaw', 'Monster Family Jigsaw is a kind of interesting puzzle game jigsaw, which is developed for the people who love the movie and the people Monster Family. So that develop the Monster Family Jigsaw which includes 12 images related to the movie pictures. Hope you can have fun in this game.', 'https://img.gamemonetize.com/qsdduepollzvmng0pw7gehk3kb6n6mx7/512x384.jpg', 'https://html5.gamemonetize.com/qsdduepollzvmng0pw7gehk3kb6n6mx7/', '0', 'Boys', 0, 0, '', 'monster-family-jigsaw'), (14855, 'Squid Game Multiplayer Fighting', 'Ready to play some fighting on the street? Well... You can join with your friend and knock out all enemy red from squid game! You will fight also with boss Girl, sound from squid game, you will feel like in action, you have also possibility to play campaign mode and finish all levels, much move of fighting need to use to win, combination, run and jump. This game is perfect for your website, I removed button more games and i will not add back don\'t worry, release this awesome squid game multiplayer fighting on your website and leave users to fun! Have fun.', 'https://img.gamemonetize.com/b6jfcy0rn288sn5p61pn86i2l6yyo8ni/512x384.jpg', 'https://html5.gamemonetize.com/b6jfcy0rn288sn5p61pn86i2l6yyo8ni/', '0', 'Multiplayer', 0, 0, '', 'squid-game-multiplayer-fighting'), (14856, 'Survive The Glass Bridge', 'The glass bridge game, one of the Squid Game games, is now on the web! One of the two glasses on the platform is made of fake glass. You must find the right glass and jump over it to reach the next glass and reach the final. If you choose the wrong glass, the glass will break and you will fall down. You must also cross over to the other side within the specified time. By choosing the difficulty level of the game on the main menu, you can gain an advantage in understanding the difference between the glasses. For more games, visit maskedgames.com.', 'https://img.gamemonetize.com/wj2w8b17hhbypn60hikrotnj3b89b2zn/512x384.jpg', 'https://html5.gamemonetize.com/wj2w8b17hhbypn60hikrotnj3b89b2zn/', '0', 'Hypercasual', 0, 0, '', 'survive-the-glass-bridge'), (14857, 'Squid Game Marble', 'To get the marble into the hole in Squid Game Marble, aim the marble well and take your shot. If you don\'t get it in the hole, you\'re out of the game. If the game is successful, try to put the marble in the hole again in the next plane. Take shots to succeed in 50 different levels. Play Squid Game Marble right now!', 'https://img.gamemonetize.com/6e34wlcey0rr5o481sxmw288q5nnvjg8/512x384.jpg', 'https://html5.gamemonetize.com/6e34wlcey0rr5o481sxmw288q5nnvjg8/', '0', 'Puzzles', 0, 0, '', 'squid-game-marble'), (14858, 'Hill Climb Tractor 2D', 'It is a 2D game with highly dynamic features. In this game, you will certainly have to drive a tractor cart on a hill location. There will undoubtedly be voids, leaps, bridges, etc., en route. You will need to cross them all and also clear all the difficulties to guarantee your vehicle gets to the checkpoint where the degree will finish. On your way to finish your level, you will certainly need to gather coins also. These coins are your benefit for driving the vehicle on a challenging track. The even more cash you accumulate, your help will undoubtedly raise, and also so will indeed your rating. An additional obstacle you will have to deal with in this game is that your vehicle is packed. You will have to make sure the lots do not diminish. If it occurs, you will undoubtedly stop working the level, and the game will go more than. Offroad Tractor Trolley Transport 2D Adventure 2019 has all the attributes that one tries to find in a fantastic 2D offroad game. It has incredible graphics, the audio effects are exciting, and the computer animations are top-notch. Furthermore, vehicle control is smooth and easy.', 'https://img.gamemonetize.com/ov23iy65ykt6c2lvtk3gkjaeq15vqaat/512x384.jpg', 'https://html5.gamemonetize.com/ov23iy65ykt6c2lvtk3gkjaeq15vqaat/', '0', 'Arcade', 0, 0, '', 'hill-climb-tractor-d'), (14859, 'Squid Game Bomb Bridge', '2 Player Squid Game', 'https://img.gamemonetize.com/7r37zjlqwmmzw8s7ou1urv047aqh0n2n/512x384.jpg', 'https://html5.gamemonetize.com/7r37zjlqwmmzw8s7ou1urv047aqh0n2n/', '0', 'Action', 0, 0, '', 'squid-game--bomb-bridge'), (14860, 'Jolly Jumper', 'Jolly Jumper is a HTML5 arcade game free to play. Collect fruits and increase your score. Jump, jump and Jump!. Enjoy the game and give us five star rating.', 'https://img.gamemonetize.com/9s5qumnux45hzh612eg7s8m7tvl04scv/512x384.jpg', 'https://html5.gamemonetize.com/9s5qumnux45hzh612eg7s8m7tvl04scv/', '0', 'Arcade', 0, 0, '', 'jolly-jumper'), (14861, 'Halloween Makeup Me', 'Come and give your girl an incomparable beauty. Here, countless festival themes are offered on purposes, such as beautiful monsters, lovely witches, and bloody vampires. Hurry to show us your sense of unique style! After completing your great creative work, it will be a brilliant idea to take photos. No matter you share your happiness of success with friends or send your pictures to us, you can\'t miss the contest "Best Makeup Designs of the Week"!', 'https://img.gamemonetize.com/vc9xszyqxpclrzu67jz8tb03i1hcglno/512x384.jpg', 'https://html5.gamemonetize.com/vc9xszyqxpclrzu67jz8tb03i1hcglno/', '0', 'Girls', 0, 0, '', 'halloween-makeup-me'), (14862, 'Labo Brick Train', 'Labo Brick Train is a game for kids that can stimulate their imagination and creativity. It is an amazing train building and driving app for children. It provides a virtual sandbox where children can freely build and play with brick trains. In Labo Brick Train, children build unique trains by putting together pieces of colorful bricks like a puzzle. They can select from 60+ classical locomotives templates, which range from old steam trains to powerful diesel locomotives to modern high-speed trains.', 'https://img.gamemonetize.com/f5ba6awkmdv8kijwp4tjrrsktnfg601l/512x384.jpg', 'https://html5.gamemonetize.com/f5ba6awkmdv8kijwp4tjrrsktnfg601l/', '0', 'Girls', 0, 0, '', 'labo-brick-train'), (14863, 'Princess Glitter Coloring For Kids', 'This game is designed for kids of all ages. Especially by girls, as they love to dress up and decorate princesses. It is absolutely a fun app and easy to use. It helps kids to explore their creative side and improves their hand-eye coordination. No Internet is required and can be used while traveling as well. It keeps kids busy for hours.', 'https://img.gamemonetize.com/jbv52bc73kinmvsrdsp28om8urebxkp7/512x384.jpg', 'https://html5.gamemonetize.com/jbv52bc73kinmvsrdsp28om8urebxkp7/', '0', 'Girls', 0, 0, '', 'princess-glitter-coloring--for-kids'), (14864, 'Super Mario Halloween Wheelie', 'Super Mario Halloween Wheelie is a free online game that tests your skills as a wheelie master. As one of the most fearless characters, Super Mario has received his motorcycle license and needs your help to complete each course. Can you help Mario perform tricky stunts with his bike through this halloween themed game and help him clear all levels. Your objective in the game is to perform a wheelie stunt all the way to the finish line. To play the game, click on the screen. Your character will move forward on its own. You should click on the screen constantly to perform and sustain a wheelie. Making the front wheel touch the ground will end the game. Collect pumpkins and have fun playing.', 'https://img.gamemonetize.com/zcwzgv3awrzo2yhdvfoxh84wgnyqg558/512x384.jpg', 'https://html5.gamemonetize.com/zcwzgv3awrzo2yhdvfoxh84wgnyqg558/', '0', 'Racing', 0, 0, '', 'super-mario-halloween-wheelie'), (14865, 'SAVE THE MONSTERS', 'Save all of the hanging monsters before they run out of air. Use your bow and arrow to free all of the monsters in this fun Halloween themed physics puzzle', 'https://img.gamemonetize.com/fk52vk7xixo8llpxida3c4xs37kgii3z/512x384.jpg', 'https://html5.gamemonetize.com/fk52vk7xixo8llpxida3c4xs37kgii3z/', '0', 'Arcade', 0, 0, '', 'save-the-monsters'), (14866, 'SQUID GAME JIGSAW 2', 'Welcome to the puzzle game of the popular \'Squid Game\' series. \'Squid Game Jigsaw\' is a brain puzzle assembly game. You have a total of 12 puzzles in this game. You have to start from the first and unlock the next image. Simply arrange the puzzle pieces to get the right look. Enjoy and relax!', 'https://img.gamemonetize.com/to6ndwa5in50hfrvizk7ale8nn171f88/512x384.jpg', 'https://html5.gamemonetize.com/to6ndwa5in50hfrvizk7ale8nn171f88/', '0', 'Puzzles', 0, 0, '', 'squid-game-jigsaw-'), (14867, 'Bus Crash Stunts 2', 'Bus Crash Stunts 2 is a simulation of bus driving. Join the demolition arena. Crash your bus and make stunts. Enjoy great realistic atmosphere. Welcome to the world of games with crazy stunts, where you will find exciting races, long jumps and devastating accidents for your bus. Also in this destruction simulator, you can lose parts of your bus and completely break the bus. You can make crazy stunts. You will not get bored with the variety of buses and maps, so put the pedal to the metal and start destroying everything in your path and do incredible stunts. Earn money and unlock more vehicles. Have fun.', 'https://img.gamemonetize.com/tfmvse4dehyjpz7ubkli8ub32kbi33wi/512x384.jpg', 'https://html5.gamemonetize.com/tfmvse4dehyjpz7ubkli8ub32kbi33wi/', '0', 'Racing', 0, 0, '', 'bus-crash-stunts-'), (14868, 'Among us airship slings', 'Among us airship slings is a fun game. Get out of the traps and escape by helicopter. Complete 20 levels, unlock all characters Among us', 'https://img.gamemonetize.com/dmlmkr9lakhv439evzt7mh47w8i221uf/512x384.jpg', 'https://html5.gamemonetize.com/dmlmkr9lakhv439evzt7mh47w8i221uf/', '0', 'Arcade', 0, 0, '', 'among-us-airship-slings'), (14869, 'Halloween Magic Lady Escape', 'Halloween Magic Lady Escape is a point and click escape game developed by 8BGames/Games2Mad. Imagine that you had been to a place; on there you found a lady got trapped. Find some hidden object to solve some interesting clues to escape the lady. Good luck…Have fun!', 'https://img.gamemonetize.com/imab94r8gajkbu5857jv01q2seixjh6g/512x384.jpg', 'https://html5.gamemonetize.com/imab94r8gajkbu5857jv01q2seixjh6g/', '0', 'Puzzles', 0, 0, '', 'halloween-magic-lady-escape'), (14870, 'Frozen Princess game Hidden Object', 'Are you ready to dress the beautiful ice princess for her wish? You can make a lot of different combinations of fun in the game waiting for you. To make the combi on the screen you should use the keys. Don\'t forget to mention your wishes and comments for better games!', 'https://img.gamemonetize.com/9xbo94r7jgmp7jb9y9r4hkdq4v8pkr43/512x384.jpg', 'https://html5.gamemonetize.com/9xbo94r7jgmp7jb9y9r4hkdq4v8pkr43/', '0', 'Puzzles', 0, 0, '', 'frozen-princess-game-hidden-object'), (14871, 'Hand Doctor Hospital Games', 'Download surgery games and the Hand Doctor Emergency Hospital: New Doctor Games if you love playing surgery simulator and doctor games. The duties of doctor hospital in hospital games are to work like a surgery doctor. In doctor simulator, you also have to work as a doctor emergency. The hand doctor games are designed as a surgery simulator so you can have fun while playing doctor hospital games. WHAT SURGERY DOCTOR AND HAND DOCTOR DO IN THESE DOCTOR SIMULATOR SURGERY GAMES? Some young boys were playing ice hockey and accidentally hurt their hands. Now, you have to treat them as a hand doctor. On the other hand, if the bones of their hands have been broken during the incident, you will have to treat them as a surgery doctor in emergency hospital surgery games. While playing doctor games, you are in a surgery simulator and you will have to treat your patients in surgery games. LOOK LIKE A PROFESSIONAL SURGERY DOCTOR IN THESE HOSPITAL GAMES! Have you ever wanted to become a hand doctor and wear stethoscope? If yes, then you might want to play surgery games since you will look like a professional hand doctor. There are different appearances available and you can decide what would be the outfit of your doctor. Have ultimate fun while playing as hand doctor in this surgery simulator! YOUR MISSION AS A HAND DOCTOR You will have to use your medical skills to treat the hands of your patients in surgery games. Several patients are waiting in line for their turn. As a doctor hospital, you will have to treat your patients quickly. Your special mission in this surgery simulator is to cure all hand injuries of your patients before time runs out. These hospital games offer an incredible virtual surgery experience for a surgery doctor. It will actually make you feel like a real surgery doctor who is checking his patients in doctor emergency hospital! PROVE YOURSELF AS THE BEST DOCTOR IN TOWN BY COMPLETING ALL THE CHALLENGING LEVELS! Do you want to prove yourself as the best hand doctor in town? Then download these doctor games and complete each and every challenging level. Although you will find it easier to complete the first five or ten levels while playing as a doctor hospital, the difficulty of this doctor simulator will increase in the upcoming levels. Currently, this surgery simulator has over 150 different challenging levels for you, and we will add more in the upcoming updates. MANAGE YOUR EMERGENCY HOSPITAL IN DOCTOR GAMES In this doctor emergency surgery simulator, you will have to play as a professional doctor hospital who will treat his patients as well as manage the entire hospital. This can include telling the staff about their duties and treating all the patients on time. Use your medical and management skills to win this game. Doctor games are all about helping your patients and performing surgeries whenever needed. HOW TO PLAY IN THIS SURGERY SIMULATOR? It is quite easy to play these doctor simulator hospital games. You will have to use the right equipment for each patient. You can also change control settings if it is hard for you to control the character while playing these hospital games. As a doctor hospital, manage the doctor emergency hospital and win in each level of this doctor simulator by completing the surgery within time. - Easy to play doctor simulator - You can choose from ten different characters. - Cool music and amazing 3D graphics. - You can use x-ray machine during surgery. - Free to play doctor games - You can perform heart surgery, hand surgery, and various other operations. - Fix broken bones and treat your patients in these hospital games. - Perform laser treatment to remove dark patches of skin from the patient’s hands as a surgery doctor in this doctor simulator. - Use magnet to remove iron pieces for the hand in these hospital games. - Help your patients remove damaged nails from their hands while playing these doctor games.', 'https://img.gamemonetize.com/e676ehvga3wkrgfpog54g5doqkskxwvg/512x384.jpg', 'https://html5.gamemonetize.com/e676ehvga3wkrgfpog54g5doqkskxwvg/', '0', 'Puzzles', 0, 0, '', 'hand-doctor--hospital-games'), (14872, 'Searching for Elizabeth II', 'Angelo is on a quest to find his long lost love Elizabeth. He has to battle a variety of odd creatures on his way to find her. Collect coins along the way. Each time you collect 30 coins you gain extra health. You may have to find certain objects in order to progress through the game. You can also go back the way you came to find more items/objects.', 'https://img.gamemonetize.com/v8cftfgs3s3zq7abr8eat48a6cgibbvp/512x384.jpg', 'https://html5.gamemonetize.com/v8cftfgs3s3zq7abr8eat48a6cgibbvp/', '0', 'Adventure', 0, 0, '', 'searching-for-elizabeth-ii'), (14873, 'Halloween Find the Differences', 'In the game Halloween Find the Differences you will find a full search for differences on ten fascinating levels with Halloween theme. Do not click unnecessarily, if you click wrong three times the game will end. The difference found will be marked with a circle so that you do not return to it. The game will make you focus and become more attentive, the differences are small, barely discernible, you have to sweat to find them.', 'https://img.gamemonetize.com/avp7bn6n225574m8trn8maxzqeyzhzog/512x384.jpg', 'https://html5.gamemonetize.com/avp7bn6n225574m8trn8maxzqeyzhzog/', '0', 'Puzzles', 0, 0, '', 'halloween-find-the-differences'), (14874, 'Drinking Glass Jigsaw', 'Drinking Glass jigsaw is an online puzzle jigsaw game. To solve this puzzle you have to place 64 pieces in the correct jigsaw order. Play this cool plush figures toys jigsaw game and enjoy in your free time!', 'https://img.gamemonetize.com/mzg9naa7tfesxxv9se6rxi86lm73snl9/512x384.jpg', 'https://html5.gamemonetize.com/mzg9naa7tfesxxv9se6rxi86lm73snl9/', '0', 'Puzzles', 0, 0, '', 'drinking-glass-jigsaw'), (14875, 'Casino Jigsaw', 'Casino jigsaw is an online puzzle jigsaw game. To solve this puzzle you have to place 64 pieces in the correct jigsaw order. Play this cool plush figures toys jigsaw game and enjoy in your free time!', 'https://img.gamemonetize.com/ka1pl6znutov4y8b8op5gtycedu8210a/512x384.jpg', 'https://html5.gamemonetize.com/ka1pl6znutov4y8b8op5gtycedu8210a/', '0', 'Puzzles', 0, 0, '', 'casino-jigsaw'), (14876, 'BabySitter DayCare Baby Nursery', 'Take care of baby in the this amazing babysitter game where many creative and fun activities take place. Take care of Baby in this cute girl game! Bathe her, change her diapers, put her to bed for her nap and prepare some healthy food for the adorable toddler. loves her toys! Play with her and teach her some notes on the piano. She\'s so talented! Finally, you can select a beautiful costume and dress her up for a party with her friends. They will be impressed! - Dress up little babies. You can choose from a variety of cute clothes for boys and girls. - Yummy! Babies need a delicious food several times a day. Prepare many different types of food, or slice some fresh fruit that is full of vitamins. Don\'t forget to use a napkin. - it\'s bedtime! Baby is tired and sleepy after so much playing. Give him his favorite toy and dummy to get a good night\'s sleep. Cover the baby with a funky bedspread. Now, everything is fine to rock the baby and lull him to sleep. - Find toys in a nursery! Toys are everywhere. Help the baby search for hidden toys. Keep your eyes peeled and find what the baby needs. - Playground fun Outdoor activities offer endless fun for kids! Learn how to grow flowers or sort apples and enjoy while saving the birds. You can spent some great time with babies at the playground slide. > Baby care fun time! Babysit so many cute babies - including newborn baby cuties, baby twins and toddlers, in your favourite new babysitting kids game! > Bake cookies with the babies and feed them yummy and healthy snacks and lunches. > Babies LOVE bubbles. Let them splash around in a bubble bath. > Take the little cuties to the playground and play with them in the sandbox. Enjoy with Fabulous Fun...', 'https://img.gamemonetize.com/feepwggyck0abnkdo0l8aqh3x1n4smaj/512x384.jpg', 'https://html5.gamemonetize.com/feepwggyck0abnkdo0l8aqh3x1n4smaj/', '0', 'Girls', 0, 0, '', 'babysitter-daycare--baby-nursery'), (14877, 'Aquas Blocks', 'Aqua Blocks is an ultimate casual puzzle game that comes up with cute water graphics and lovely sound effects. The goal is to create a vertical or horizontal line of blocks.', 'https://img.gamemonetize.com/16ga16u1xtqgpo80c1cucq58e4rt44r6/512x384.jpg', 'https://html5.gamemonetize.com/16ga16u1xtqgpo80c1cucq58e4rt44r6/', '0', 'Puzzles', 0, 0, '', 'aquas-blocks'), (14878, 'Paper Survive', 'Even as a child, one of the exciting activities was to launch airplanes, which we made, using only paper on our own. Someone had an airplane flying far, someone not so much, but it was an exciting and entertaining activity. We could get carried away with this business for hours, and the most sophisticated inventors came up with additions to aircraft in the form of tails, fenders, and other elements of a real aircraft. Of course, this could not prolong the flight, it even slowed it down, but nevertheless, it did not stop us. It would be nice to go back to that time and once again launch the paper airplane on a fascinating air journey. We may not return that time, but we will still be able to launch the airplane, for this it is only necessary to start the next fun.', 'https://img.gamemonetize.com/fku5bdy286dst2gxlum53l01zpxir9sl/512x384.jpg', 'https://html5.gamemonetize.com/fku5bdy286dst2gxlum53l01zpxir9sl/', '0', 'Hypercasual', 0, 0, '', 'paper-survive'), (14879, 'Dalgona Candy Challenge Squid Game', 'Switch and match Dalgona Candy Squid Game in this tasty puzzle adventure to progress to the next level for that sweet winning feeling! Solve puzzles with quick thinking and smart moves, and be rewarded with delicious rainbow-colored cascades and tasty Dalgona Candy Squid Game! Dalgona Candy Squid Game is a game that is very popular with people because there are so many benefits that can be used.Dalgona Candy Squid Game Challenge is the best app in the Free Entertainment category. It is a safe app for Android devices.Squid Game received critical acclaim and attracted international attention. The 2D Game offers a number of features, which we are going to share with you. At present, it only offers limited features, but you can explore those features on the zazgames and have fun. In the game, large groups of people must make a run. It\'s a unique gameplay that\'s both simple and unique. All you need to do is run and complete the goal. Before your eyes is a huge doll that you will know as Ghost. You can also see people with masks around here. As a result, if the masked man saw you move, he will kill you. If the ghost is not staring at you, you must move. In the game, players have to choose between red and green lights. The green light signifies moving. To avoid the ghost turning around, players must stop moving. Even a slight movement will kill you.As such, remember to reach another side of the field even if the light is green. By doing so, you will defeat the opponent.', 'https://img.gamemonetize.com/9vyuqxoxj1rr0xhzlqoagba68mehtxii/512x384.jpg', 'https://html5.gamemonetize.com/9vyuqxoxj1rr0xhzlqoagba68mehtxii/', '0', 'Puzzles', 0, 0, '', 'dalgona-candy-challenge-squid-game'), (14880, 'Squid Game 456 Survival Challenge', 'Survival games are becoming a reality in the modern world. In case of victory, the best one gets a cash prize and recognition. Many mobile games have been created on the topic of survival, where each player tested fate, endurance, and their own health. There will be only one winner', 'https://img.gamemonetize.com/mb1z6owv9hn2u9k0ckdzd8kyxhjccgcm/512x384.jpg', 'https://html5.gamemonetize.com/mb1z6owv9hn2u9k0ckdzd8kyxhjccgcm/', '0', 'Adventure', 0, 0, '', 'squid-game--survival-challenge'), (14881, 'Fidget Spinner 3D', 'You’ve seen them on the streets, on your commute and in your office; fidget spinners. Now these stress relieving toys come to your hand on Android. With this simulator game, you no longer need a real fidget spinner! A fidget spinner is a toy that sits like a propeller on a person’s finger, with blades that spin around a bearing. Basically a fidget spinner consists of a two or three pronged design with a bearing in its center circular pad. Flick them for fun or for dumping your excess energy now! Game Features: - Realistic simulator with authentic spinning physics - Dozens of fidget spinners to choose from - Glow, laser and neon graphics shown even more details of the spinners', 'https://img.gamemonetize.com/lj0ym6ej48na00kjlpajt6yl8jiu1gqy/512x384.jpg', 'https://html5.gamemonetize.com/lj0ym6ej48na00kjlpajt6yl8jiu1gqy/', '0', 'Boys', 0, 0, '', 'fidget-spinner-d'), (14882, 'Dark Survival Squid Game', 'Based on the popular Netflix show, play ‘’ ’’ and see if you can survive. Try to reach the finish line in this epic online game, is one of the first big and blatant gaming attempts to try and jump on the Squid Game bandwagon. Can you pass the challenge or will you bite the dust? Test out your reaction skills in this 3D game. Welcome to a fair game of ‘’ ‘’. Whoever wins this game will win a lot of cash prizes. Features: - Real HD graphics - High-quality game sounds - Excellent animations - Easy to play - Best Squid Game continue when the thumbs-up is on. Follow your personality\'s head motions!', 'https://img.gamemonetize.com/msfs31js618l9s79zse38n9x1szx6is2/512x384.jpg', 'https://html5.gamemonetize.com/msfs31js618l9s79zse38n9x1szx6is2/', '0', 'Arcade', 0, 0, '', 'dark-survival-squid-game'), (14883, 'Squid Challenge Survival Game', 'Based on the popular Netflix show, play Squid Challenge - Survival Game and see if you can survive. Try to reach the finish line in this epic online game, is one of the first big and blatant gaming attempts to try and jump on the Squid Game bandwagon. Can you pass the challenge or will you bite the dust? Test out your reaction skills in this 3D game. Welcome to a fair game of Squid Challenge - Survival Game. Whoever wins this game will win a lot of cash prizes. Features: - Real HD graphics - High-quality game sounds - Excellent animations - Easy to play - Best Squid Game continue when the thumbs-up is on. Follow your personality\'s head motions!', 'https://img.gamemonetize.com/tys1d043v2y4mz0a1h9y4wxi7hzp89ec/512x384.jpg', 'https://html5.gamemonetize.com/tys1d043v2y4mz0a1h9y4wxi7hzp89ec/', '0', 'Arcade', 0, 0, '', 'squid-challenge--survival-game'), (14884, 'Squid Game Online Survival', 'Based on the popular Netflix show, play Squid Game: Online Survival and see if you can survive. Try to reach the finish line in this epic online game, is one of the first big and blatant gaming attempts to try and jump on the Squid Game bandwagon. Can you pass the challenge or will you bite the dust? Test out your reaction skills in this 3D game. Welcome to a fair game of Squid Game: Online Survival . Whoever wins this game will win a lot of cash prizes. Features: - Real HD graphics - High-quality game sounds - Excellent animations - Easy to play - Best Squid Game Continue when the thumbs-up is on. Follow your personality\'s head motions!', 'https://img.gamemonetize.com/5efmhjvxzu13t8skyk9cv7t52bhrjmxx/512x384.jpg', 'https://html5.gamemonetize.com/5efmhjvxzu13t8skyk9cv7t52bhrjmxx/', '0', 'Adventure', 0, 0, '', 'squid-game-online-survival'), (14885, 'Ball Collector', 'There will be three targets on the bottom of the game. They will be yellow, pink and blue. A bomb will move in front of them, which you must not hit. In the main part of the game there will be very small colored balls with same colors as the targets. When some of the targets is free and the bomb is away from there click on the target to go all colored balls into that target. Try to collect more balls before bomb hit some of the balls and then the game will over.', 'https://img.gamemonetize.com/zl15vm30ea7rnqqzoa1m2ehns1aija81/512x384.jpg', 'https://html5.gamemonetize.com/zl15vm30ea7rnqqzoa1m2ehns1aija81/', '0', 'Puzzles', 0, 0, '', 'ball-collector'), (14886, 'Fish Garden My Aquarium', 'A real aquarium simulator app has come to the Google play! Fill your fish garden with various types of tropical fish and design your fish tank in your own personal design. Raise your level by taking care of your fish tank and fish, aim to have the number one fish tank in the world. * Buy tropical fish and furniture to fill your tank! * You can buy tropical fish and furniture via the shop. As your level increases so do the things that you will be able to purchase! There are plenty of things to choose from to personalise your fish tank and make you the envy of your friends! * Take care of your fish tank and level up! * As time progresses your fish will get hungry and your fish tank will become dirtier. You can gain experience by feeding your fish and making sure your fish tank is clean, so make sure to take the time to check on your fish tank and watch your level rise! *Make friends and show off your fish tank! * By making friends you will be able to visit their fish tank. Take care of your friends fish tank and gain bonus experience! Make your fish tank the envy of your friends! *Take challenges to earn yourself bonus items * Complete challenges such as catching 3 types of rare fish. The bonus you receive will also change depending on the challenge! Aim to complete all the challenges! PLEASE NOTE: Fish Garden is free to download and play. However, some game items can also be purchased for real money.', 'https://img.gamemonetize.com/kz4xf2ifooe1scbylyaqykgs8vv2v6mt/512x384.jpg', 'https://html5.gamemonetize.com/kz4xf2ifooe1scbylyaqykgs8vv2v6mt/', '0', 'Puzzles', 0, 0, '', 'fish-garden--my-aquarium'), (14887, 'Midnight Halloween Jigsaw', 'Midnight Halloween Jigsaw is a free online game in the jigsaw puzzle genre. You have 6 images in three modes to play. Choose one of the modes for the game that you previously choose and start it to play. Drag and drop the pieces to solve the puzzle and create an image. Enjoy, and have fun!', 'https://img.gamemonetize.com/bxn3y9lsgnhg40esqrt26tpi1ev07huf/512x384.jpg', 'https://html5.gamemonetize.com/bxn3y9lsgnhg40esqrt26tpi1ev07huf/', '0', 'Puzzles', 0, 0, '', 'midnight-halloween-jigsaw'), (14888, 'Arena 2D Shooting Multiplayer', 'Vibrant PVP online multiplayer 2D shooter for mobile systems in addition to an * arcade * game in which you will have thousands of methods to ruin your opponents in a fierce firefight. In this online shooting game, you can be a sniper, blow your opponents up, throw smoking barrels at them, utilize a selection of unusual weapons, inspect out various game settings and also fight on the combat zone against gamers from around the globe. The outcome of the battle depends only on your skills as well as weapon proficiency! Of training course, you also might die by the sword, yet this is a risk every action game character faces while on the offensive. Your armory will undoubtedly include a comprehensive variety of weapons that may assume a whole military-industrial complex works for you. Beat your challengers, obtain accessibility to one of the most reliable and lethal weapons, and end up being the real king of boxers!', 'https://img.gamemonetize.com/lntzwoqd24pisgvlbc8siltlzyr6hfxw/512x384.jpg', 'https://html5.gamemonetize.com/lntzwoqd24pisgvlbc8siltlzyr6hfxw/', '0', 'Shooting', 0, 0, '', 'arena-d-shooting-multiplayer'), (14889, 'Grand Nitro Formula', 'A super race is beginning! Get ready to take your place within this awesome game. You\'ll participate in the championship, you will do practice races or you will do time attack races. Pick the mode and buy your formula car and let the races begin. Lots of customization options are waiting for you!', 'https://img.gamemonetize.com/0ufbms5uw52nvnzurth11brsklqmtsx0/512x384.jpg', 'https://html5.gamemonetize.com/0ufbms5uw52nvnzurth11brsklqmtsx0/', '0', 'Racing', 0, 0, '', 'grand-nitro-formula'), (14890, 'JackO Gunner', 'Jack-O Gunner is a casual action and survival game with Halloween theme. Your aim is to kill all the skeletons, upgrade your skills and survive as long as possible.', 'https://img.gamemonetize.com/ggnc3n7me4xth5cdpuigjzwg9jvq1cyi/512x384.jpg', 'https://html5.gamemonetize.com/ggnc3n7me4xth5cdpuigjzwg9jvq1cyi/', '0', 'Arcade', 0, 0, '', 'jacko-gunner'), (14891, 'Rails Runner', 'Rail Run is a Sliding games with rails collection. It\'s a really Fun sliding on roof. An extremely addictive and super fun game. You will be the best rooftop runner with the longest rail stick! Grow your stick to the next level to get more points at the end of the line.', 'https://img.gamemonetize.com/72qclejr5747ny0p60qbo8asb2qn16m9/512x384.jpg', 'https://html5.gamemonetize.com/72qclejr5747ny0p60qbo8asb2qn16m9/', '0', 'Hypercasual', 0, 0, '', 'rails-runner'), (14892, 'Slap champ', 'Slapping Championship. Become a Slap Champ. Play against computer. In 2 Player mode play with your Local friends and challenge them. In India this game is known as CROW FLY SPARROW FLY. Also known as SALT PEPPER. Slap your opponent or get slapped and defend. There is power meter patrolling left to right. When it comes in middle you will have maximum power. Easy to play but very addictive. Casual and relaxing fun game. If you love to slap, smack or hit then this is for you. With every level difficulty increases.', 'https://img.gamemonetize.com/j5hv8x67fzdupua6pj668ec92lww2tml/512x384.jpg', 'https://html5.gamemonetize.com/j5hv8x67fzdupua6pj668ec92lww2tml/', '0', 'Sports', 0, 0, '', 'slap-champ'), (14893, 'Glow Halloween Nails', 'Glow Halloween Nails Game is an amazing realistic glow in the dark manicure game! October 31st is just around the corner and you know what that means! Ghosts, zombies, bats and vampires in their best scary Halloween designed costumes. Turn out the lights and apply magically glowing nail polish and glowing decorations like a real nail artist in a salon. Choose a skin color, shine your nails, clip them to your favorite length, polish with a huge collection of many nail polish colors and start creating a beautiful work of nail art. You won’t believe how many free items are unlocked for you to create magical nail designs. Decorate your nails with perfect nail polish to match your costume whether you are a sweet pink castle princess or a spooky green haunted witch. Glowing nail games are the best games ever!', 'https://img.gamemonetize.com/rzxj22t0b08rjz6ep6ahmrjhq5wr4l85/512x384.jpg', 'https://html5.gamemonetize.com/rzxj22t0b08rjz6ep6ahmrjhq5wr4l85/', '0', 'Girls', 0, 0, '', 'glow-halloween-nails'), (14894, 'City Cleaner 3D Tractor Simulator', 'Here is a tractor driving simulation game that plays also like a truck parking 3D game. The mission for you to is to overpass all checkpoints in a limited time. Glad you will complete all levels and have fun!', 'https://img.gamemonetize.com/gks6eenfz8w167y298bf44ri2st11zqi/512x384.jpg', 'https://html5.gamemonetize.com/gks6eenfz8w167y298bf44ri2st11zqi/', '0', 'Action', 0, 0, '', 'city-cleaner-d-tractor-simulator'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (14895, 'Truck Simulator Offroad Driving', 'Here is a truck driving transport simulation game with a 3D game engine. As a professional driver, you need to send cargo completely to the destination at each level. You have no choice but to keep the track steady. Glad you will always complete the transport missions in time!', 'https://img.gamemonetize.com/18hstssbb592hrj3ufhob35y1hrpvv03/512x384.jpg', 'https://html5.gamemonetize.com/18hstssbb592hrj3ufhob35y1hrpvv03/', '0', 'Action', 0, 0, '', 'truck-simulator-offroad-driving'), (14896, 'Princess Mermaid Coloring Game', 'Mermaids are the most fantastic and beautiful princesses of the ocean. Come in and enjoy all the mermaid coloring pages! This free coloring book contains over 200 coloring pages. You can paint all designs in different colors and you can paint their hair and clothes. But you also have the option to create your own or work with stamps and stickers. It is also possible to add your own text to your drawing. If you or your daughter likes mermaids she will also enjoy painting the models in this app. And with all the colors you can choose from you can also do a makeover and color the makeup and hair of these beautiful girls. Can you make them look like a real mermaid?', 'https://img.gamemonetize.com/lbihju5sfrihxxb2btise8ew5hkij2gn/512x384.jpg', 'https://html5.gamemonetize.com/lbihju5sfrihxxb2btise8ew5hkij2gn/', '0', 'Girls', 0, 0, '', 'princess-mermaid-coloring-game'), (14897, 'Piano Kids Music Songs', 'Piano Kids – Music & Songs is a great fun music box created especially for kids and parents to learn to play musical instruments, wonderful songs, explore different sounds, and develop musical skills. Use your fingers to play colorful instruments such as kids\' xylophone, drum kit, piano, saxophone, trumpet, flute, and electric guitar. Let your child make music on your phone or tablet. It is great fun for toddlers and kids to sit down and learn how to play musical instruments with authentic sounds.', 'https://img.gamemonetize.com/h2g55ty9zjbk91z94ac7xttr8ma95off/512x384.jpg', 'https://html5.gamemonetize.com/h2g55ty9zjbk91z94ac7xttr8ma95off/', '0', 'Girls', 0, 0, '', 'piano-kids-music-songs'), (14898, 'Squid Game Sniper', 'Detect and destroy players moving in green light-red light game using your sniper gun! When aiming, you have to make sure you hit the right player. You earn points for the correct player, but if you hit the wrong player, your points will decrease. Get the highest score at the end of the game and compete with your friends. Play Squid Game Sniper now and start the action!', 'https://img.gamemonetize.com/o4ktf01x3nopano20bre1o173s7nkbvv/512x384.jpg', 'https://html5.gamemonetize.com/o4ktf01x3nopano20bre1o173s7nkbvv/', '0', 'Shooting', 0, 0, '', 'squid-game-sniper'), (14899, 'Halloween Pop It Jigsaw', 'Halloween Pop It Jigsaw is a free online game in the jigsaw puzzle genre. You have 6 images in three modes to play. Choose one of the modes for the game that you previously choose and start it to play. Drag and drop the pieces to solve the puzzle and create an image. Enjoy, and have fun!', 'https://img.gamemonetize.com/cmw9hrllch307cfpk13amluzzm2e2frw/512x384.jpg', 'https://html5.gamemonetize.com/cmw9hrllch307cfpk13amluzzm2e2frw/', '0', 'Puzzles', 0, 0, '', 'halloween-pop-it-jigsaw'), (14900, 'Catch That Cat', 'This is a skill based puzzle game. You will see a board filled with different cats. You need to find the exact same cat in the board as shown in the panel on left side. Find the cats in each block to complete the game.', 'https://img.gamemonetize.com/i6i4neepqvb9up6ikvycukk3hj7a4snk/512x384.jpg', 'https://html5.gamemonetize.com/i6i4neepqvb9up6ikvycukk3hj7a4snk/', '0', 'Puzzles', 0, 0, '', 'catch-that-cat'), (14901, 'Zombie Fun Doctor', 'Halloween is coming and it\'s time to get all the Zombies ready to terrorize the population! Enjoy with Zombie Fun Doctor a funny doctor game where you will have to test your skills as a doctor and fix all the ailments of this badly wounded zombie. Tear out nails, heal broken bones, remove pus-filled wounds, provide electric shocks and staple open wounds. Once you\'ve worked through all the damage, get ready to select the most daring and terrifying look so as not to leave a single soul free from your scares. Have fun!', 'https://img.gamemonetize.com/utbzlbj7wpwwdnw4j49gaujiww095c9e/512x384.jpg', 'https://html5.gamemonetize.com/utbzlbj7wpwwdnw4j49gaujiww095c9e/', '0', 'Girls', 0, 0, '', 'zombie-fun-doctor'), (14902, 'Cog Escape', 'Escape the creepy huge factory before it explodes. You just went to an factory for inspection. There some of your enemies fitted a bomb on the factory to explode that factory including you. Your factory has lot\'s of security. You need break your own security and escape from that. Challenge your friends to make it faster.', 'https://img.gamemonetize.com/bbv4gzely3l4ccbcfr5qtw7xmdnm9uar/512x384.jpg', 'https://html5.gamemonetize.com/bbv4gzely3l4ccbcfr5qtw7xmdnm9uar/', '0', 'Adventure', 0, 0, '', 'cog-escape'), (14903, 'Swerve Car', 'Swerve is a great Driving game. You can play this game here at my1001games.com totally free. Swerve has been played 11863 times. It has received 136 yes and 49 no votes. It has a score of 73. If you liked playing this Mobile Games game than you should try Stunt Dirt Bike and Scrap Metal 6. Have fun!', 'https://img.gamemonetize.com/nwjhgfd2roz4x1sv08a5i6h1hkldqp5o/512x384.jpg', 'https://html5.gamemonetize.com/nwjhgfd2roz4x1sv08a5i6h1hkldqp5o/', '0', 'Clicker', 0, 0, '', 'swerve-car'), (14904, 'Flip Runner', 'Flip Runner 3D is an original toy dedicated to parkour. If this discipline is close to you, then you will perfectly understand what and how to do in order to achieve victory. Everyone else is invited to carefully go through the first level in order to study all the rules and understand what actions need to be done, and which ones are better to refuse. Difficult tests await you ahead, but if you prepare well, you will not only be able to pass them, but also become the owner of the best gaming account!', 'https://img.gamemonetize.com/ykvatcphs443zsorrfpd640l10h7t1rw/512x384.jpg', 'https://html5.gamemonetize.com/ykvatcphs443zsorrfpd640l10h7t1rw/', '0', 'Clicker', 0, 0, '', 'flip-runner'), (14905, 'CollectBalls', 'In the game, we need to click to make the colored ball drop continuously and enter the box smoothly to pass the pass. The direction and timing of the drop are the key to pass the pass. Now let\'s challenge it together!', 'https://img.gamemonetize.com/710yjftj0mnckghqagb9u37rc0gpcr9n/512x384.jpg', 'https://html5.gamemonetize.com/710yjftj0mnckghqagb9u37rc0gpcr9n/', '0', 'Puzzles', 0, 0, '', 'collectballs'), (14906, '456 Survival game 4 levels', 'As a survival game, you will play the role of 456 player to play Survival games Game available: Red Light - Blue Light Dalgona Candy Tug Of War Jump on Glass Death or win with Big Money! Hope you enjoy!', 'https://img.gamemonetize.com/t69yxby5egsijs5glbyjh9ezby27v6b2/512x384.jpg', 'https://html5.gamemonetize.com/t69yxby5egsijs5glbyjh9ezby27v6b2/', '0', 'Adventure', 0, 0, '', '-survival-game--levels'), (14907, 'RingJump', 'The super difficult ring challenge is coming. In the game, we need to control the ring to prevent it from touching the black line. It\'s a very interesting and challenging game. Come and try it together!', 'https://img.gamemonetize.com/l77m78wd0zprzxfvyiqzkluxbkg7t6lh/512x384.jpg', 'https://html5.gamemonetize.com/l77m78wd0zprzxfvyiqzkluxbkg7t6lh/', '0', 'Puzzles', 0, 0, '', 'ringjump'), (14908, 'Squid Game Crash', 'Squid Game Crash Play for free and online at y9-games.com and have fun! With the newest version of Squid Game Crash, you will like this game very much. Don\'t wait and play now. Good luck!', 'https://img.gamemonetize.com/vptujq06h5j53qpvguo4n9csd8umou19/512x384.jpg', 'https://html5.gamemonetize.com/vptujq06h5j53qpvguo4n9csd8umou19/', '0', 'Arcade', 0, 0, '', 'squid-game-crash'), (14909, 'Battle 3D Tanks 2021', 'Submerse yourself in a world of armored tank fights. Select from a variety of greater than 60 well-known storage tanks of the major combatants. Pick the best tank and blast your way across the battlefield. Beat your adversaries with pressure and also calculated choices! And also, lead your legion on a remarkable roadway to success! Genuine Tank War On Mobile Pick actual containers from Russian, United States, Germany, and several various other timeless containers in history. Tank Legions delivers one of the most intense free-to-play 7v7 tank battles on mobile. From Pacific fight zone to African desert, Europe to Russian snow battleground, complete on these massive and in-depth battlefields differing in size, terrain, day/night cycles, and dynamic weather conditions, master each battlefield\'s keys to creating your calculated technique to win. Depth and Variety Open new tanks and update them according to your strategic objectives—light tank, medium tank, heavy tank, and tank destroyer, each with distinct features. Designate crew participants like captain, driver, gunner, and loader, turn on special abilities to much better execute on the battlefield—deals automatic and also manual controls that will be valued by newbies and also hardcore players alike.', 'https://img.gamemonetize.com/diq4palzf93tx3fqx9l5h0iv2jfcn9ad/512x384.jpg', 'https://html5.gamemonetize.com/diq4palzf93tx3fqx9l5h0iv2jfcn9ad/', '0', 'Action', 0, 0, '', 'battle-d-tanks-'), (14910, 'Halloween Cakes Mahjong', 'Simplified classic Mahjong game with Halloween theme. You can eliminate pair of similar items. You can select only those pairs which have at least 2 adjacent sides open.', 'https://img.gamemonetize.com/lwp1j7pnidwi55ulb0avecgemob1skl9/512x384.jpg', 'https://html5.gamemonetize.com/lwp1j7pnidwi55ulb0avecgemob1skl9/', '0', 'Puzzles', 0, 0, '', 'halloween-cakes-mahjong'), (14911, 'Halloween Wheelie Bike', 'How Long Can You Hold The Wheelie? Halloween Wheelie Bike is a fun addictive casual game. Balance the bike on one wheel as far as you can. Try to perform the longest wheelie ever and celebrate this Halloween with the Death King.', 'https://img.gamemonetize.com/jxlihvf7rsqmet7ultwmvtw4w9b815ib/512x384.jpg', 'https://html5.gamemonetize.com/jxlihvf7rsqmet7ultwmvtw4w9b815ib/', '0', 'Racing', 0, 0, '', 'halloween-wheelie-bike'), (14912, 'Jump City Rescue Teen Titans Go', 'It\'s possible now to play Jump City Rescue - Teen Titans Go a Cartoon Network game in your web browser for free at Superkidgames.com and more fun games. Jump City Rescue is a cartoon game based on the Ten Gitans Go anime series. Assist the 10 Titans in their mission to rid the city of criminals. Our young heroes are on their way to save the city, which is overrun with robots and other dangerous objects. Simply enter the region and proceed to the finish to restore the power machine; however, you will be met with dangerous guards that must be defeated in order to reach the destination. To win the game, you must complete all of the levels. Because each of the superheroes has gone their own way to cope with a distinct villain and difficulties, there will be five mini-games in one. That is the only way they can save as many people as possible from the city. Because he is the team\'s commander, Robine is the protagonist in the first level of 10Titans: Jump City Rescue Game. You must run and leap your way through the obstacle course, avoiding pits and hazards. You must also defeat adversaries as you come across them while gathering a large number of coins. Jump City Rescue is an Action game that you can play at Round Games. It\'s also a cartoon and a 10Titan game.', 'https://img.gamemonetize.com/vxdex2fu7k66p7inycy4yro20650mzh7/512x384.jpg', 'https://html5.gamemonetize.com/vxdex2fu7k66p7inycy4yro20650mzh7/', '0', 'Adventure', 0, 0, '', 'jump-city-rescue--teen-titans-go'), (14913, 'California Maki Recipe', 'Help gather all the ingredients she needs to prepare the best sushi for her customers. At first you won\'t have a large selection of sushi, but if you hurry to sell as much sushi as you can you will gather coins and unlock new ingredients and create new recipes.', 'https://img.gamemonetize.com/6eo3e5c1uedbq248a5iw8b59twp8auew/512x384.jpg', 'https://html5.gamemonetize.com/6eo3e5c1uedbq248a5iw8b59twp8auew/', '0', 'Girls', 0, 0, '', 'california-maki-recipe'), (14914, 'Princesses Halloween Getup', 'Princesses Clara, Sophie and Emma are getting ready for Halloween day this year. Could you help them with the best Halloween outfits and accessories? In particular, they like to wear trendy and fashionable Halloween outfits instead of traditional Halloween costumes. Can you?', 'https://img.gamemonetize.com/948t572set3oqlgwjbikq35hn3ss3nnl/512x384.jpg', 'https://html5.gamemonetize.com/948t572set3oqlgwjbikq35hn3ss3nnl/', '0', 'Hypercasual', 0, 0, '', 'princesses-halloween-getup'), (14915, 'Halloween Faces Memory', 'To show how good your visual Halloween memory is. The task is to remember and then open identical scary faces in pairs. At the first level, there will be only two pairs. But on the tenth - twenty. At first, all the pictures will be open for a few seconds, so that you can remember their location. Then they will turn the same sides, and you will reopen them, deleting the pairs in Halloween Faces Memory.', 'https://img.gamemonetize.com/qi9t6zbi3xs6b8h9ku7hegsc1wjy7bnh/512x384.jpg', 'https://html5.gamemonetize.com/qi9t6zbi3xs6b8h9ku7hegsc1wjy7bnh/', '0', 'Puzzles', 0, 0, '', 'halloween-faces-memory'), (14916, 'Interesting Darts', 'Darts is great fun for your free time. But the developers of the game Interesting Darts decided to go much further, so they made interesting innovations in the usual rules of the game. First of all, you need to hit the target area. The closer to the middle, the more points. Moreover, for hitting the red area, you will receive five additional darts. But along with these fields, you can find a ball of different colors, hitting which activates a series of combos. In addition to the earned points, you can get new darts to continue the game and an increased percentage of excitement, since bombs will ply around the balls. Obviously, hitting them doesn\'t bode well for you, so be careful', 'https://img.gamemonetize.com/bwh725jlu6528rrl3y1qjk2ffv731p9q/512x384.jpg', 'https://html5.gamemonetize.com/bwh725jlu6528rrl3y1qjk2ffv731p9q/', '0', 'Sports', 0, 0, '', 'interesting-darts'), (14917, 'Killer Zombies Jigsaw', 'Killer Zombies Jigsaw is a free online game from genre of puzzle and jigsaw games. You can select one of the 6 images and then select one of the three modes: easy with 25 pieces, medium with 49 pieces and hard with 100 pieces. Have fun and enjoy!', 'https://img.gamemonetize.com/p79eaddsg72l138my5m0j35q2buja7f4/512x384.jpg', 'https://html5.gamemonetize.com/p79eaddsg72l138my5m0j35q2buja7f4/', '0', 'Puzzles', 0, 0, '', 'killer-zombies-jigsaw'), (14918, 'Neon Tank Arena', 'A great struggle awaits you on a platform with two futuristic tanks which are ready to battle to each other. You can play the game in either single player mode or two player mode. At the beginning of the levels, you should destroy the wall of your opponent. You can have the advantage by collecting bonuses in the middle of the game levels. Beat your opponent in Laser, machine gun, death cogwheel, missile and bonus challenge chapters and win the war!', 'https://img.gamemonetize.com/p5invagmx6l3nl2q2jiwcqz3q7pcl55b/512x384.jpg', 'https://html5.gamemonetize.com/p5invagmx6l3nl2q2jiwcqz3q7pcl55b/', '0', 'Shooting', 0, 0, '', 'neon-tank-arena'), (14919, 'Squid Fighter', 'Two Player Squid Fighter Game', 'https://img.gamemonetize.com/vym1odn5d9i6gqgpy9zkt8mpvcoluwad/512x384.jpg', 'https://html5.gamemonetize.com/vym1odn5d9i6gqgpy9zkt8mpvcoluwad/', '0', 'Action', 0, 0, '', 'squid-fighter'), (14920, 'City Construction Simulator Master 3D', 'Have you ever seen workers repairing the broken road in reality? Now you have a chance to experience the whole process of it. Following the tips and arrows, drive the special machines to help the city roads repaired!', 'https://img.gamemonetize.com/8bqms4cnthxxzrhqeedm8yud6axt2dpa/512x384.jpg', 'https://html5.gamemonetize.com/8bqms4cnthxxzrhqeedm8yud6axt2dpa/', '0', 'Action', 0, 0, '', 'city-construction-simulator-master-d'), (14921, 'Fishy trick', 'Have fun with this new game called Fishy trick play and enjoy many hours of entertainment help the little bird that needs your audacity to keep flying and avoid obstacles on its way !!!! play it now and enjoy this and many other free games on kiz10.com. Help the fishes to grow up and survive many dangers in the ocean. Choose your favorite fish and start the journey through different oceans and rescue many friends as you can. Survive the dangerous sharks and other creatures, collect stars to unlock skins and increase the score. Make your way and grow with your friends to conquer the vast oceans in this endless adventure. The objective of the game is to get as far as you can by recruiting as many allied fish.', 'https://img.gamemonetize.com/wsa2jm6a1pphz0cn8phkyv4e5maukuob/512x384.jpg', 'https://html5.gamemonetize.com/wsa2jm6a1pphz0cn8phkyv4e5maukuob/', '0', 'Clicker', 0, 0, '', 'fishy-trick'), (14922, 'Real Car Driving Simulator', 'How do you like car parking simulation games? Here we need you to help us park the sportscar at the marked position on minimap without any time limitations. Keep driving stably and avoid any crash!', 'https://img.gamemonetize.com/7d5m11z282c26ggra7lvptk5773rkyq1/512x384.jpg', 'https://html5.gamemonetize.com/7d5m11z282c26ggra7lvptk5773rkyq1/', '0', 'Action', 0, 0, '', 'real-car-driving-simulator'), (14923, 'Monster Candy Crush', 'Monster Candy Crush is a fun match3 puzzle game with new features. All you have to do is to swipe and match 3 or more monster candies of the same color. Try to match 4 or 5 similar monsters and you will get a surprising new speciel candy. Explore Many levels and missions that will blow your mind. the game is easy to play and hard to master. CLick start and begin the matching adventure', 'https://img.gamemonetize.com/vjon7inrqpm67g87um3sqhxihifpcbls/512x384.jpg', 'https://html5.gamemonetize.com/vjon7inrqpm67g87um3sqhxihifpcbls/', '0', 'Puzzles', 0, 0, '', 'monster-candy-crush'), (14924, 'Sweet Fruit Candy Candy Crush', 'Sweet fruit candy is one of the best match-3 games! The classic elimination game, the new play new game props! Start your brain to play this game with millions of others players. There are all kinds of surprises in the exploring the candy world. Features: - More than 1,500 levels, there is a huge challenge. - New elimination of play. - Many colorful candy & delicious fruit & Hateful thief. - Free props, no purchased. - Play anytime, anywhere, no network can play! - The perfect gaming experience, fun index is very, very high! - Easy and fun to play, challenge mastery! What can we bring to you? ☛ To bring you a interesting time. ☛ To help you pass the boring time. ☛ Train your brain and your fingers. ☛ Experience an unprecedented straightforward. ☛ So that you and your friends more closely.', 'https://img.gamemonetize.com/xal6hmxbgv01rq8htsou3m25ayphoriy/512x384.jpg', 'https://html5.gamemonetize.com/xal6hmxbgv01rq8htsou3m25ayphoriy/', '0', 'Puzzles', 0, 0, '', 'sweet-fruit-candy--candy-crush'), (14925, 'Cute Pet Friends Virtual Pet Care & Dress up', 'Meet the cutest pet friends the Cat and the Dog! Feed, bath, style, and dress up your new virtual pets in this super fun kids game! Play and take care of two sweet virtual pets: cat Kiki and dog Fifi. Give a bubble bath, shower, clean up, brush fur, polish nails, and design the perfect outfits for your virtual pets. Build a house and design the sweetest home for them. A perfect game for kids who want to have a cat or a dog and love taking care of cute virtual pets!', 'https://img.gamemonetize.com/g9lpck9m3f7j0hqb67px0epo00jfh81u/512x384.jpg', 'https://html5.gamemonetize.com/g9lpck9m3f7j0hqb67px0epo00jfh81u/', '0', 'Girls', 0, 0, '', 'cute-pet-friends--virtual-pet-care-amp-dress-up'), (14926, 'Katana Fruits Cutting Fun', 'Welcome to the dojo, ninja. Your objective: become a master of slicing fruit! What better way to do that than play Fruit Ninja, the original hit fruit-slicing mobile game?', 'https://img.gamemonetize.com/yton0dzjd32vqu6bfn5qv1wiuspnhome/512x384.jpg', 'https://html5.gamemonetize.com/yton0dzjd32vqu6bfn5qv1wiuspnhome/', '0', 'Girls', 0, 0, '', 'katana-fruits-cutting-fun'), (14927, 'squide game 3d mod', 'The Squid Survival Shooting Games feature Games such as Red Light, Green Light. Be sure not to miss the final squid survival game, which is a real roller-coaster. In this Squid Game - New Survival Challenge (UnOfficial) a man with a gun will appear throughout the squid survival game at any time to kill you in this stickman ragdoll game. The only way to get out of this hell is to win the squid survival games.', 'https://img.gamemonetize.com/ja1au3dgto7vnh11quzh29ic8s6n6ure/512x384.jpg', 'https://html5.gamemonetize.com/ja1au3dgto7vnh11quzh29ic8s6n6ure/', '0', 'Hypercasual', 0, 0, '', 'squide-game-d-mod'), (14928, 'Slidey Block Puzzle', 'Slidey Block Puzzle is a Puzzle game that is currently very popular. Slidey Block Puzzle is really simple, the player just needs to move the left or right slider to create and clear an entire line. Slidey Block Puzzle has two skins to choose from: the classic skin of the Nice Cat. Join the crazy adventure of Slidey Block Puzzle and enjoy!', 'https://img.gamemonetize.com/p0rraskknt8hhhd5x2nctdak0cj87k0h/512x384.jpg', 'https://html5.gamemonetize.com/p0rraskknt8hhhd5x2nctdak0cj87k0h/', '0', 'Boys', 0, 0, '', 'slidey-block-puzzle'), (14929, 'Gta V Stunt Sky Driver 2', 'Join the Ultimate Races over the sky high Mega Ramps in this new car game 2021. Welcome to the new offline games mega ramp car stunt game 2021 to become a crazy car stunts driver. Drive Mega ramp car stunts 3d simulator, your favorite impossible stunts driving game gt racing car on impossible tracks and impossible stunts in ramp games. The city car stunts 3d racing impossible tracks of ramp car stunt racing along with racing stunts waiting for you, so get ready for the stunts games mega ramp car stunt 3d simulation extreme stunt car games. Take the ultimate challenge of gt racing stunt car games , go and complete extreme racing stunts be traffic stunts driver do extreme stunts and gt racing car from a wide range of ramp car collections. In vertical ramp car stunt game get behind the wheels of your favorite extreme racing stunts car designed to race at the top speed which will give you the crazy stunt games and thrill. Experience the mega ramp stunt car game impossible stunt car impossible tracks game with the heavy vehicles. Fasten your seat belt, get into your mega ramp stunt racing car and start the impossible stunt car impossible tracks now! Show off your epic and thrilling stunts, and perform risky stunts on the impossible stunt car tracks to get more points. So, hurry up to become an extreme driver of stunt car games and win the title of real crazy car stunts driver. Get Ready for Three Different Addictive & Thrilling Modes: 1 - Infinity Mode 2 - GT Stunts Mode 3 - GT Mega Ramps Mode This gt racing car stunt game is here with three amazing racing modes with sports, racing, classic and speed cars to get the master hero driver of mega ramp extreme stunts. Infinity mode will give you the full control of all formula car gt racing stunt gt cars in which you will experience top speed car transformation with a blend of mega stunts. GT stunts mode will encourage you for the challenging missions by performing gt ramp stunts on various ramp car stunts. GT Mega Ramps mode will take you at high sky crazy car stunts where you will get the huge excitement of impossible tracks with super fast cars. So, enjoy the thrilling crazy driving in best stunt car games. It is a unique stunt racing gameplay with extreme impossible stunts tracks. This ultimate mega ramp 3d game will give you a chance to drive big gt vehicles on vertical ramps. Enjoy the realistic ramp car controls to ensure the real experience of mega ramp games. Perform vertical ramp extreme car jumps, dangerous stunts, backflips, and crazy drifts. Prepare yourself for the extreme challenge of gt racing car on dangerous impossible tracks in stunt car games. Your task is to drive the racing cars on ramp tracks with impossible car track driving. You will come across different obstacles in your path that will distract you. Jump into ramp games and be prepared yourself for the furthermost dangerous tracks of ramp car games you perpetually play. Car customization allows upgrading your cars for the fast speed gt ramp stunts. So, go and get a chance to prove yourself as a real impossible tracks stunt master and accomplish all the missions safely. Download the crazy car stunts game to enjoy the worth thrill of being in the era of racing stunts on impossible stunts. You may face some hurdles but you have to stay calm and make technical moves to set new racing records. Dare yourself to face the extreme hurdles and win the title of pro ramp driver. Play Mega Ramps - Ultimate Races and give your feedback. Play for Free Now! Top Speed Mega Ramps - Ultimate Races Features: Multiple sports cars in this impossible tracks car racing games Different Mega ramps and maps Ultimate racing car and selections in this car games Real Racing Tracks for fast car High-Quality Graphics of top speed car games New modes of top speed car games 2021 Realistic sounds of car games', 'https://img.gamemonetize.com/q4a8ov0po65twfk2zqhw3nvt066quaa3/512x384.jpg', 'https://html5.gamemonetize.com/q4a8ov0po65twfk2zqhw3nvt066quaa3/', '0', 'Racing', 0, 0, '', 'gta-v-stunt--sky-driver-'), (14930, 'Flower Decoration', 'Home & Garden: Design Makeover est un jeu d’association par 3 gratuit conçu par le studio primé créateur de Big Farm: Mobile Harvest, dans lequel vous mettez vos incroyables compétences de rénovation à disposition de vos clients pour les aider à transformer de vieilles bâtisses délabrées en habitations d\'exception. Résolvez des puzzles captivants pour concevoir, personnaliser et décorer la maison de vos rêves grâce à de magnifiques meubles', 'https://img.gamemonetize.com/dupi4amgp4jpy068zcoo00w9mvs8k6a5/512x384.jpg', 'https://html5.gamemonetize.com/dupi4amgp4jpy068zcoo00w9mvs8k6a5/', '0', 'Girls', 0, 0, '', 'flower-decoration'), (14931, 'Dragon Rescue Riders Coloring Book', 'Dragon Rescue Riders Coloring Book is cool coloring game for kids and adults. Play Dragon Rescue Riders Coloring Book online for free. This game is playable on all devices. First, you choose which one of the eight pages you want to color. On the bottom of the game screen you are able to find the colors that have been made available to you, and you will simply click on the color you want, and to color you click and hold them move the mouse around however you want to. From under the page you can also choose the eraser if you need it, and you also choose how big the point with which you color is going to be. Now that you know all this, start the game immediately, and don’t look back, even for a second!', 'https://img.gamemonetize.com/g3977c61ilss21x91766shz9jrczeix2/512x384.jpg', 'https://html5.gamemonetize.com/g3977c61ilss21x91766shz9jrczeix2/', '0', 'Girls', 0, 0, '', 'dragon-rescue-riders-coloring-book'), (14932, 'Hallowen Coloring Book', 'Hallowen Coloring Book is cool coloring game for kids and adults. Play Hallowen Coloring Book online for free. This game is playable on all devices. First, you choose which one of the eight pages you want to color. On the bottom of the game screen you are able to find the colors that have been made available to you, and you will simply click on the color you want, and to color you click and hold them move the mouse around however you want to. From under the page you can also choose the eraser if you need it, and you also choose how big the point with which you color is going to be. Now that you know all this, start the game immediately, and don’t look back, even for a second!', 'https://img.gamemonetize.com/86bxcfgf4bl3wvyezozos9sh5wjg6tny/512x384.jpg', 'https://html5.gamemonetize.com/86bxcfgf4bl3wvyezozos9sh5wjg6tny/', '0', 'Puzzles', 0, 0, '', 'hallowen-coloring-book'), (14933, 'Parrot Rescue', 'Parrot Rescue is a point and click game developed by 8B Games/Games2Mad. Imagine that you had been to a village, On there you found a parrot got trapped. Here is the interesting puzzles and hidden objects to find and rescue the parrot. Good luck.. Have fun!', 'https://img.gamemonetize.com/6zd5w02t99v9onrdv6mexdd5f1esnmip/512x384.jpg', 'https://html5.gamemonetize.com/6zd5w02t99v9onrdv6mexdd5f1esnmip/', '0', 'Puzzles', 0, 0, '', 'parrot-rescue'), (14934, 'Dalgona From Squid Game', 'Switch and match Dalgona Candy Squid Game in this tasty puzzle adventure to progress to the next level for that sweet winning feeling! Solve puzzles with quick thinking and smart moves, and be rewarded with delicious rainbow-colored cascades and tasty Dalgona Candy Squid Game! Dalgona Candy Squid Game is a game that is very popular with people because there are so many benefits that can be used.Dalgona Candy Squid Game Challenge is the best app in the Free Entertainment category. It is a safe app for Android devices.Squid Game received critical acclaim and attracted international attention. The 2D Game offers a number of features, which we are going to share with you. At present, it only offers limited features, but you can explore those features on the zazgames and have fun. In the game, large groups of people must make a run. It\'s a unique gameplay that\'s both simple and unique. All you need to do is run and complete the goal. Before your eyes is a huge doll that you will know as Ghost. You can also see people with masks around here. As a result, if the masked man saw you move, he will kill you. If the ghost is not staring at you, you must move. In the game, players have to choose between red and green lights. The green light signifies moving. To avoid the ghost turning around, players must stop moving. Even a slight movement will kill you.As such, remember to reach another side of the field even if the light is green. By doing so, you will defeat the opponent.', 'https://img.gamemonetize.com/kyz8mdaikl7i64mwayg0ivtp6prmhdmx/512x384.jpg', 'https://html5.gamemonetize.com/kyz8mdaikl7i64mwayg0ivtp6prmhdmx/', '0', 'Puzzles', 0, 0, '', 'dalgona-from-squid-game'), (14935, 'Dalgona Candy', 'Welcome to Dalgona Candy - Dalgona Game. This is a game about the squid hiding in dalgona sweets honeycomb. Cut the squid out of the candy and have fun. It is not so easy challenge. You need to be careful to keep the squid shape cookies. Dalgona Candy - Dalgona Game is a new popular game where leave the shape in the middle dalgona candy. You have many levels in the game where you can cut out different shapes dalgona candy - hearts, squid, flowers, animals and different images. Cut honeycomb squid and other images from dalgona candies is a soothing 3D game. Take part in this candy challenge and cut all the images from dalgona. The squid is waiting to be cut from the dalgona candy cookie. Dalgona Candy - Dalgona Game to everyone who loves sweets and 3D games with candy challenge. Carve out different shapes from the honeycomb cookie and enjoy the result of the squid. Dalgona candy honeycomb is a new favorite sweet with hearts, squid and other images in the game. We are waiting for you in the Dalgona Candy - Dalgona Game.', 'https://img.gamemonetize.com/hjzorog597pis53hn5xezq8xh4sxcdjx/512x384.jpg', 'https://html5.gamemonetize.com/hjzorog597pis53hn5xezq8xh4sxcdjx/', '0', 'Puzzles', 0, 0, '', 'dalgona-candy'), (14936, 'Candy Dalgona', 'Welcome to Dalgona Candy - Dalgona Game. This is a game about the squid hiding in dalgona sweets honeycomb. Cut the squid out of the candy and have fun. It is not so easy challenge. You need to be careful to keep the squid shape cookies. Dalgona Candy - Dalgona Game is a new popular game where leave the shape in the middle dalgona candy. You have many levels in the game where you can cut out different shapes dalgona candy - hearts, squid, flowers, animals and different images. Cut honeycomb squid and other images from dalgona candies is a soothing 3D game. Take part in this candy challenge and cut all the images from dalgona. The squid is waiting to be cut from the dalgona candy cookie. Dalgona Candy - Dalgona Game to everyone who loves sweets and 3D games with candy challenge. Carve out different shapes from the honeycomb cookie and enjoy the result of the squid. Dalgona candy honeycomb is a new favorite sweet with hearts, squid and other images in the game. We are waiting for you in the Dalgona Candy - Dalgona Game.', 'https://img.gamemonetize.com/nd6h5obzi5nd95l82heg70xd7wfzp1h7/512x384.jpg', 'https://html5.gamemonetize.com/nd6h5obzi5nd95l82heg70xd7wfzp1h7/', '0', 'Puzzles', 0, 0, '', 'candy-dalgona'), (14937, 'Dalgona Candy Squid Game', 'Switch and match Dalgona Candy Squid Game in this tasty puzzle adventure to progress to the next level for that sweet winning feeling! Solve puzzles with quick thinking and smart moves, and be rewarded with delicious rainbow-colored cascades and tasty Dalgona Candy Squid Game! Dalgona Candy Squid Game is a game that is very popular with people because there are so many benefits that can be used.Dalgona Candy Squid Game Challenge is the best app in the Free Entertainment category. It is a safe app for Android devices.Squid Game received critical acclaim and attracted international attention. The 2D Game offers a number of features, which we are going to share with you. At present, it only offers limited features, but you can explore those features on the zazgames and have fun. In the game, large groups of people must make a run. It\'s a unique gameplay that\'s both simple and unique. All you need to do is run and complete the goal. Before your eyes is a huge doll that you will know as Ghost. You can also see people with masks around here. As a result, if the masked man saw you move, he will kill you. If the ghost is not staring at you, you must move. In the game, players have to choose between red and green lights. The green light signifies moving. To avoid the ghost turning around, players must stop moving. Even a slight movement will kill you.As such, remember to reach another side of the field even if the light is green. By doing so, you will defeat the opponent.', 'https://img.gamemonetize.com/i4g9ff8hrg24rjmi7k542rha8r71ivc6/512x384.jpg', 'https://html5.gamemonetize.com/i4g9ff8hrg24rjmi7k542rha8r71ivc6/', '0', 'Puzzles', 0, 0, '', 'dalgona-candy-squid-game'), (14938, 'Dalgona Squid Game', 'Attention everyone,Dalgona Squid Game is here. Try to break the dalgona candy correctly in game. Win the game in the battle of 60 online multiplayer players. Play Dalgona Squid Game for a great fun free puzzle online game experience.', 'https://img.gamemonetize.com/eov2j4ppg2d9lvc8b83y8dzlt09s4o5w/512x384.jpg', 'https://html5.gamemonetize.com/eov2j4ppg2d9lvc8b83y8dzlt09s4o5w/', '0', 'Puzzles', 0, 0, '', 'dalgona-squid-game'), (14939, 'Exact Jump', 'Ðs the title of the game says in this game you have to be precise. You need to put the ball exact in the target. Tap on the screen to move the jump to the target. The target will change the position every time when you put the ball inside the target. Try to exact target more time as you can before game end. You can make three mistakes and after that the game will end.', 'https://img.gamemonetize.com/7nsfqgp36l6zmqfnxf9edyljzqsokseh/512x384.jpg', 'https://html5.gamemonetize.com/7nsfqgp36l6zmqfnxf9edyljzqsokseh/', '0', 'Puzzles', 0, 0, '', 'exact-jump'), (14940, 'Fort Cave Escape', 'Fort Cave Escape is a point and click game developed by 8B Games/Games2Mad. Imagine that you had been to a fort cave, On there you had trapped. Here is the interesting puzzles and hidden objects to find and get escape from the fort cave. Good luck.. Have fun!', 'https://img.gamemonetize.com/nld3to7wz1lsbf9tzqthecr8daveg7g8/512x384.jpg', 'https://html5.gamemonetize.com/nld3to7wz1lsbf9tzqthecr8daveg7g8/', '0', 'Puzzles', 0, 0, '', 'fort-cave-escape'), (14941, 'Squid Games', 'Squid Games are becoming a reality in the modern world. In case of victory, the best one gets a cash prize and recognition. Many mobile games have been created on the topic of survival, where each player tested fate, endurance, and their own health. There will be only one winner', 'https://img.gamemonetize.com/z7nmut6yqit4lfrb0f6mz6cyzf9qcu45/512x384.jpg', 'https://html5.gamemonetize.com/z7nmut6yqit4lfrb0f6mz6cyzf9qcu45/', '0', 'Shooting', 0, 0, '', 'squid-games'), (14942, 'Prickle Enemy', 'At this game you will play against prickle enemy. Control the circle and try to catch the dot. Avoid prickles enemies. They move from the left and from the right side and you a in the middle of them. Try to catch more dots before they prickly you.', 'https://img.gamemonetize.com/e6o9x0fbpe7ecsyqua81p8bym7yg0bom/512x384.jpg', 'https://html5.gamemonetize.com/e6o9x0fbpe7ecsyqua81p8bym7yg0bom/', '0', 'Puzzles', 0, 0, '', 'prickle-enemy'), (14943, 'Run and Stop Challenge', 'Today I will provide you Run and Stop Challenge . Run and Stop Challenge is a game that is very popular with people because there are so many benefits that can be used. Run and Stop Challenge is the best app in the Free Entertainment category. It is a safe app for Android devices.Squid Game received critical acclaim and attracted international attention.The 2D Game offers a number of features, which we are going to share with you. At present, it only offers limited features, but you can explore those features on the zazgames and have fun. In the game, large groups of people must make a run. It\'s a unique gameplay that\'s both simple and unique. All you need to do is run and complete the goal. Before your eyes is a huge doll that you will know as Ghost. You can also see people with masks around here. As a result, if the masked man saw you move, he will kill you. If the ghost is not staring at you, you must move. In the game, players have to choose between red and green lights. The green light signifies moving.', 'https://img.gamemonetize.com/lpecu4t8lcpx8cneinsxkoegtaalye5q/512x384.jpg', 'https://html5.gamemonetize.com/lpecu4t8lcpx8cneinsxkoegtaalye5q/', '0', 'Arcade', 0, 0, '', 'run-and-stop-challenge'), (14944, 'Easter Egg Hunt', 'It\'s possible now to play Cartoon Network Easter Egg Hunt game in your web browser for free at Superkidgames.com and more fun games. there are no Cartoon Network Games like the one that you are about to play right at this moment, the game called Cartoon Network Easter Egg Hunt is one of the most special game for all of you on our website, because this new game, which is called Easter Egg Hunt, is not only an Easter-themed game, but it is also a game belonging to the Cartoon Network Games category, which you will also find in the Adventure Time Games, Gumball Games, We Bare Bears Games, and The Powerpuff Girls Games categories, because it has all the character from these shows, so we are very excited! It\'s a game where you will take part in an easter egg hunt, and we will tell you how right now, so make sure you pay attention! You will use the space bar to open and close the two tents, as when one opens, the other one closes. You have to do so in order to let the CN characters enter the tents, because they bring in good eggs and provide you with points, but do not let the penguins enter, because they bring bad eggs, and you lose a life each time you let one in, and gain one whenever you deny one entry. Do not let your lives reach 0, but at the same time, try and score as many points as possible. Good luck to you all, and we hope you have a really great time!', 'https://img.gamemonetize.com/vyh2emysz7wuook4ks870zo8d82nf9g7/512x384.jpg', 'https://html5.gamemonetize.com/vyh2emysz7wuook4ks870zo8d82nf9g7/', '0', 'Puzzles', 0, 0, '', 'easter-egg-hunt'), (14945, 'Fashion Blogger Selfie Contest Games', 'It\'s time to rock the fashion stylist selfie contest and become a social media star with fashion blogger games! Get your name on the top list! If you like fashion challenge games and you enjoy taking selfies, Fashion Blogger : Selfie Contest Games is the place for you. Join our awesome community of fashion bloggers and fashionista games for girls. Show your creativity or hire a personal fashion stylist. Win the selfie contest challenge and become a fashion blogger celebrity. Rule the social media with the best dress up makeup and hair games. Take part in photo shootings and social media selfie contest! * 3 fashion blogger salon: dress up, hair and makeup games Lots of choices: clothes, makeup and fashion stylist dress up. Find the perfect fashion blogger look and be a social media model! * Little extra: Professional fashion stylist games Hire a personal fashion stylist like a real fashionista! * Exciting scenes: selfie contest games A fashion blogger girl knows make top selfies for the selfie contest! * Fashion and fame: fashion challenge games Win the selfie contest, earn likes and rise to the top of our fashion blogger list! Be a part of the club! Fashion Blogger : Selfie Contest Games gather all top fashion bloggers in fashionista dress up games!', 'https://img.gamemonetize.com/2d7ybtfpyo5ozck433qmuruik5ar3hw1/512x384.jpg', 'https://html5.gamemonetize.com/2d7ybtfpyo5ozck433qmuruik5ar3hw1/', '0', 'Girls', 0, 0, '', 'fashion-blogger--selfie-contest-games'), (14946, 'Pigs vs Blocks', 'Pigs vs Blocks is an arcade game where you have to break the blocks with the help of a pig. Each block in each level has a number that indicates how many times the block must be hit by the pig to break. This game has 30 fun and interesting levels. Enjoy and have fun!!!', 'https://img.gamemonetize.com/rgqdib5pkvzzl39jmukjkm7qh2rn6gcv/512x384.jpg', 'https://html5.gamemonetize.com/rgqdib5pkvzzl39jmukjkm7qh2rn6gcv/', '0', 'Puzzles', 0, 0, '', 'pigs-vs-blocks'), (14947, 'Red Light Green Light', 'Attention all players, the squid game is about to begin Follow the staff’s instructions and swiftly make your way towards the Squid game hall. Don\'t get eliminated and make your way to the top for the 46.5 billion won prize pool!!', 'https://img.gamemonetize.com/mgwguwub1t8rcjdfmafgfehjbljxnp1k/512x384.jpg', 'https://html5.gamemonetize.com/mgwguwub1t8rcjdfmafgfehjbljxnp1k/', '0', 'Adventure', 0, 0, '', 'red-light-green-light'), (14948, 'Royal Princess Makeup Salon Dressup Games', 'Welcome to the Royal Princess Makeup and Dress Up Salon Game for Royal Girls. If you like fashion doll dress up and royal party night games than this royal princess fashion doll dress up game for girl is the right game for you. This is one of the best the royal princess bride doll dress up game for girl. You will find this dress up and make up games the best royal outfit fashion and dress top model game .A wide range of royal star girl fashion and doll dress up games for you to pick up and enjoy the royal princess bride and make up games. royal girl fashion and model fashion games will provide females the sense of doll dress up games and the princess bride celebrity dress up.', 'https://img.gamemonetize.com/9sznrc859u214ld2za0etw6i489p3l5d/512x384.jpg', 'https://html5.gamemonetize.com/9sznrc859u214ld2za0etw6i489p3l5d/', '0', 'Girls', 0, 0, '', 'royal-princess-makeup-salon-dressup-games'), (14949, 'HAPPY HALOWEEN JIGSAW', 'Happy Halloween Jigsaw is a free online game from genre of puzzle and jigsaw games. In this game you have a total of 12 jigsaw puzzles. You need to start from the first one and to unlock the next image. You have three modes for each picture: Easy with 25 pieces, Medium with 49 pieces and Hard with 100 pieces.', 'https://img.gamemonetize.com/jb3qxgame3wheiwt920p9pjitgim8hx5/512x384.jpg', 'https://html5.gamemonetize.com/jb3qxgame3wheiwt920p9pjitgim8hx5/', '0', 'Puzzles', 0, 0, '', 'happy-haloween-jigsaw'), (14950, 'Save the Reindeer', 'Find the 15 Christmas items and collect them by walking over them. Then go and see the Yeti who will let you through the igloo to the other side. Then you\'ll have only 60 seconds to find the little lost reindeer before you freeze in the winter snow. The reindeer will be in a different location every game. Sometimes he is easy to find and sometimes not. Good luck and Merry Christmas.', 'https://img.gamemonetize.com/xsvlwviw4z8f57l1w5nwv6spkshz23tn/512x384.jpg', 'https://html5.gamemonetize.com/xsvlwviw4z8f57l1w5nwv6spkshz23tn/', '0', 'Puzzles', 0, 0, '', 'save-the-reindeer'), (14951, 'Zombie GFA', 'There was a grand fabulous accident, also known as a GFA, where some toxic waste drums in the area have turned the people into zombies. Stop the zombie GFA by surviving as long as you can and by finding the 3 toxic waste drums and destroying them. Ammo is limited, but you can find more in the area. Walk over ammo and health packs to collect them.', 'https://img.gamemonetize.com/03w948hf30j4uz0gs11xkp92tx6l0lb0/512x384.jpg', 'https://html5.gamemonetize.com/03w948hf30j4uz0gs11xkp92tx6l0lb0/', '0', 'Shooting', 0, 0, '', 'zombie-gfa'), (14952, '456 Challenge Jigsaw', '456 Challenge Jigsaw is a kind of interesting puzzle game jigsaw, which is developed for the people who love the movie. 456 Challenge Jigsaw includes 12 images and several background images. Hope you can have fun in this game.', 'https://img.gamemonetize.com/lmu6lwc87rj10aam9gx5t9p8o6icuodh/512x384.jpg', 'https://html5.gamemonetize.com/lmu6lwc87rj10aam9gx5t9p8o6icuodh/', '0', 'Boys', 0, 0, '', '-challenge-jigsaw'), (14953, 'Miss World', 'Miss World 2022 is a fun girl game with amazing graphics and customizations.', 'https://img.gamemonetize.com/gah6knghnj9wal171ia72b0en45xpmfd/512x384.jpg', 'https://html5.gamemonetize.com/gah6knghnj9wal171ia72b0en45xpmfd/', '0', 'Girls', 0, 0, '', 'miss-world'), (14954, 'Janissary Battles', 'Most popular Janissary series are now in one game! Now you can play 8 unique retro-pixel games randomly as soon as you hit the "PLAY" button! Try to achieve score of 5 in Arrow, Axe, Sword, Mace, Arena, Spear, Catapult and Gun levels! Only available for 2 Player, this game also provides you to keep track of your win count at the corner of your screen in "Scoreboard" section!', 'https://img.gamemonetize.com/okzspzty25l9xnc31ze81opt9j8yq43e/512x384.jpg', 'https://html5.gamemonetize.com/okzspzty25l9xnc31ze81opt9j8yq43e/', '0', 'Action', 0, 0, '', 'janissary-battles'), (14955, 'Find Differences Halloween', 'This is a Spot the difference type of puzzle game where players must find differences between two otherwise similar images. Try to find differences using your hawk eyes and tap that otherwise use hint. Unused hints and saved time will give you extra bonus score.', 'https://img.gamemonetize.com/qf5sztpafhznltms9nml2dp8feg26h4p/512x384.jpg', 'https://html5.gamemonetize.com/qf5sztpafhznltms9nml2dp8feg26h4p/', '0', 'Puzzles', 0, 0, '', 'find-differences-halloween'), (14956, 'Halloween Triple Mahjong', 'A triple mahjong game with Halloween theme. You can eliminate only three of same tiles. Those tiles can be selected which have at least 2 adjacent sides open. Take as less time as possible to get more score.', 'https://img.gamemonetize.com/493niy2muovmfxt5rsw9q43x1788gi1n/512x384.jpg', 'https://html5.gamemonetize.com/493niy2muovmfxt5rsw9q43x1788gi1n/', '0', 'Puzzles', 0, 0, '', 'halloween-triple-mahjong'), (14957, 'Princess Wedding Cleaning', 'The princess is about to have a wedding with the prince, but before the royal wedding, we need everyone\'s help to tidy up the princess\'s castle clean and shiny. Look at the dressing room, wedding hall and banquet hall, how messy they are! This makes it impossible for the princess to hold a wedding! Can you help the princess clean up these three rooms? We must make the princess\'s wedding go smoothly. Have fun!', 'https://img.gamemonetize.com/dfm82atm4o5fh4l0e0bnswth4kcb68b1/512x384.jpg', 'https://html5.gamemonetize.com/dfm82atm4o5fh4l0e0bnswth4kcb68b1/', '0', 'Girls', 0, 0, '', 'princess-wedding-cleaning'), (14958, 'Squid Game Online Multiplayer', 'Do you want to play Squid Game red light green light online with other players? Run when the doll says green light, stop when it says red light. If you can\'t stop, the doll will detect you and eliminate you from the game. Enjoy Squid Game with players in groups of 30 from around the world. Pay attention to the sound of the toy to get the best ranking. For more Squid Game games, visit maskedgames.com.', 'https://img.gamemonetize.com/f9kc49j4awgatd4pl3yfnns0bu0lcz4c/512x384.jpg', 'https://html5.gamemonetize.com/f9kc49j4awgatd4pl3yfnns0bu0lcz4c/', '0', 'Multiplayer', 0, 0, '', 'squid-game-online-multiplayer'), (14959, 'Road Bash', 'In a future mind-controlling game, death row convicts are forced to battle in Road Bash. You need to complete twenty-seven courses in order to be set free.', 'https://img.gamemonetize.com/9kniein1pi8fx36zn1oj1bmiwuuwc3oc/512x384.jpg', 'https://html5.gamemonetize.com/9kniein1pi8fx36zn1oj1bmiwuuwc3oc/', '0', 'Racing', 0, 0, '', 'road-bash'), (14960, 'Fruits Slice Challenge', 'Chop like a chef, fast like a ninja, it\'s an amazing and addictive satisfying relaxation game. Hold to chop, release to stop, avoid various boards, which will damage your knife, to reach the finish line. Chop like a real master. It\'s so satisfying!', 'https://img.gamemonetize.com/f7n75o6mdpk5jkwvidkap1j026ffsqh5/512x384.jpg', 'https://html5.gamemonetize.com/f7n75o6mdpk5jkwvidkap1j026ffsqh5/', '0', 'Hypercasual', 0, 0, '', 'fruits-slice-challenge'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (14961, 'Minions Popsy Humanization', 'Minions have settled on the planet since the beginning of time. They have one goal - to serve the most Ugly Personality available. Dinosaurs, pharaohs, Dracula, Napoleon - whoever did not become their boss. Let\'s mix the style of popular dolls and minions and see what comes out of it! Each era needs its own outfit, hairstyle and accessories. In the days of the dinosaurs, there are not so many materials at hand, so you have to show your imagination. The more technology advances, the more choice we have!', 'https://img.gamemonetize.com/3kd5oeuf9uh4s4d0l73vcy4jtlu8d41s/512x384.jpg', 'https://html5.gamemonetize.com/3kd5oeuf9uh4s4d0l73vcy4jtlu8d41s/', '0', 'Hypercasual', 0, 0, '', 'minions-popsy-humanization'), (14962, 'Harley and BFF PJ Party', 'Harley and her friends Mel and Cruella decided to have a pajama party. Hooligan girls also love casual entertainment. What could be better than getting together with your friends, doing each other\'s makeup, fooling around, having a pillow fight and watching your favorite movie together? Choose the right pajamas or dressing gown for each character. Clothes should be comfortable. Do not forget to reflect the individuality of each girl in her costume. Harley loves double colors, clown outfits and cheeky style. Mel prefers long, luxurious dresses, black color and austere style. Cruella loves animal prints, unusual combinations of fashionable styles and performance.', 'https://img.gamemonetize.com/04aey6b4d6j2a8sbqxfkcgab2qeo597i/512x384.jpg', 'https://html5.gamemonetize.com/04aey6b4d6j2a8sbqxfkcgab2qeo597i/', '0', 'Hypercasual', 0, 0, '', 'harley-and-bff-pj-party'), (14963, 'Cat Room Blast', 'The cute kitty has long dreamed of her own home, and finally her dream has come true. However, the house that the cat got turned out to be very old, and she needs to make repairs in it. This will not be an easy task, because in order to cope with it, you will need to solve puzzles. Can you help the cat make her new home beautiful?', 'https://img.gamemonetize.com/btypq39rqoee8p2jt4mq36x5kxee2hsb/512x384.jpg', 'https://html5.gamemonetize.com/btypq39rqoee8p2jt4mq36x5kxee2hsb/', '0', 'Puzzles', 0, 0, '', 'cat-room-blast'), (14964, 'Cursed Treasure Level Pack!', 'Level pack for the popular tower defense game Cursed Treasure. It includes the set of brand new levels and a number of improvements and bug fixes. Take on the role as the evil overlord of the orcs, demons and the undead and protect you gems from being stolen by the righteous heroes.', 'https://img.gamemonetize.com/vdvpxrlzz71n0xg7kkdbwx4qlsodbpx9/512x384.jpg', 'https://html5.gamemonetize.com/vdvpxrlzz71n0xg7kkdbwx4qlsodbpx9/', '0', 'Adventure', 0, 0, '', 'cursed-treasure-level-pack'), (14965, 'Crash of Cars.io', 'Welcome to Crash of Cars.io, A new Car bumper io game. The goal is very simple, Collect as many Stars as you can. Avoid bumping into other cars without having a shield or freezing them. Try to unlock all worlds by collecting enough stars. Let\'s begin!', 'https://img.gamemonetize.com/4bocqdammwg0qr0x5jhbz9m98g7e6wqq/512x384.jpg', 'https://html5.gamemonetize.com/4bocqdammwg0qr0x5jhbz9m98g7e6wqq/', '0', 'Adventure', 0, 0, '', 'crash-of-carsio'), (14966, 'Sky Driver On Ramps', 'Join the Ultimate Races over the sky high Mega Ramps in this new car game 2021. Welcome to the new offline games mega ramp car stunt game 2021 to become a crazy car stunts driver. Drive Mega ramp car stunts 3d simulator, your favorite impossible stunts driving game gt racing car on impossible tracks and impossible stunts in ramp games. The city car stunts 3d racing impossible tracks of ramp car stunt racing along with racing stunts waiting for you, so get ready for the stunts games mega ramp car stunt 3d simulation extreme stunt car games. Take the ultimate challenge of gt racing stunt car games , go and complete extreme racing stunts be traffic stunts driver do extreme stunts and gt racing car from a wide range of ramp car collections. In vertical ramp car stunt game get behind the wheels of your favorite extreme racing stunts car designed to race at the top speed which will give you the crazy stunt games and thrill. Experience the mega ramp stunt car game impossible stunt car impossible tracks game with the heavy vehicles. Fasten your seat belt, get into your mega ramp stunt racing car and start the impossible stunt car impossible tracks now! Show off your epic and thrilling stunts, and perform risky stunts on the impossible stunt car tracks to get more points. So, hurry up to become an extreme driver of stunt car games and win the title of real crazy car stunts driver. Get Ready for Three Different Addictive & Thrilling Modes: 1 - Infinity Mode 2 - GT Stunts Mode 3 - GT Mega Ramps Mode This gt racing car stunt game is here with three amazing racing modes with sports, racing, classic and speed cars to get the master hero driver of mega ramp extreme stunts. Infinity mode will give you the full control of all formula car gt racing stunt gt cars in which you will experience top speed car transformation with a blend of mega stunts. GT stunts mode will encourage you for the challenging missions by performing gt ramp stunts on various ramp car stunts. GT Mega Ramps mode will take you at high sky crazy car stunts where you will get the huge excitement of impossible tracks with super fast cars. So, enjoy the thrilling crazy driving in best stunt car games. It is a unique stunt racing gameplay with extreme impossible stunts tracks. This ultimate mega ramp 3d game will give you a chance to drive big gt vehicles on vertical ramps. Enjoy the realistic ramp car controls to ensure the real experience of mega ramp games. Perform vertical ramp extreme car jumps, dangerous stunts, backflips, and crazy drifts. Prepare yourself for the extreme challenge of gt racing car on dangerous impossible tracks in stunt car games. Your task is to drive the racing cars on ramp tracks with impossible car track driving. You will come across different obstacles in your path that will distract you. Jump into ramp games and be prepared yourself for the furthermost dangerous tracks of ramp car games you perpetually play. Car customization allows upgrading your cars for the fast speed gt ramp stunts. So, go and get a chance to prove yourself as a real impossible tracks stunt master and accomplish all the missions safely. Download the crazy car stunts game to enjoy the worth thrill of being in the era of racing stunts on impossible stunts. You may face some hurdles but you have to stay calm and make technical moves to set new racing records. Dare yourself to face the extreme hurdles and win the title of pro ramp driver. Play Mega Ramps - Ultimate Races and give your feedback. Play for Free Now! Top Speed Mega Ramps - Ultimate Races Features: Multiple sports cars in this impossible tracks car racing games Different Mega ramps and maps Ultimate racing car and selections in this car games Real Racing Tracks for fast car High-Quality Graphics of top speed car games New modes of top speed car games 2021 Realistic sounds of car games', 'https://img.gamemonetize.com/k1ntm7ggtat3dm82zrsb9xl2kn8smon5/512x384.jpg', 'https://html5.gamemonetize.com/k1ntm7ggtat3dm82zrsb9xl2kn8smon5/', '0', 'Racing', 0, 0, '', 'sky-driver-on-ramps'), (14967, 'City Driver 2 Drive Around The City (Ready)', 'Enjoy your time by driving the Bmw city car rider 2021 testing your racing skills on the city roads. this is not just the best car driving simulator game, this is the best crazy bmw city car rider game that meets your racing goals. If you are addicted to playing a free driving game. Get your seat belt and move around the city on your realistic sports car. it\'s time to show your car driving skill. You will find many city traffic cars around the city. If you are the one who is a car rider for the city car driving game. Create the best bmw city car rider 2021 with its driving sports cars. this game has many challenging routes. When supercar drive around the city roads makes it a perfect car game. Car parking games are popular with every age group. However, you can also use car parking blue car game to learn how to become a parking master in modern car parking 3d. Play real parking car game 3d to check the weather in 3d auto parking extreme car parking. This city driving parking pro car drive simulator helps you out with car driving parking. In this fun car parking game, you must reverse car park and turn the parking car without damage. Modern car parking 3d new driving game comes in many parking adventure and you have to complete each city car parking challenge. By becoming a car driver parking expert with parking fun driving of modern car parking new game 2021 you proceed to have more parking car like prado car parking 3d parking car drive game. Car parking simulator parking offline games and real parking car driving teach you how to safely park in tighter areas as a skilful car parker. Car parking 3d station parking with advance car parking challenging level also exposes the other parking ultimate areas of driving like taking sharp turns. This advance parking car game & parking drive game is more of training than a parking simulator games. To play the next level you must complete the previous level of new parking games. This car parking driving game emphasized the extreme parking conditions of the free parking simulator game. This 3d car parking game is made interesting by the several parking pro challenging level like you should park car within a given timeframe. Play real car driving parking game to simulate your world in parking mode and drive mode. Car parking school parking driver games are very interesting speed parking games that can be a good source for fun when you are playing parking drive games in your spare time. We know most of the time you will find modern parking car game and parking simulator games very interesting that’s why we have made an addition to Google Play the real parking 3d game. Parking ultimate car drive simulator controls always be very basic as directional arrows.', 'https://img.gamemonetize.com/0n9l1k6ki6wfom935k3m81m7ys90k0x9/512x384.jpg', 'https://html5.gamemonetize.com/0n9l1k6ki6wfom935k3m81m7ys90k0x9/', '0', 'Racing', 0, 0, '', 'city-driver---drive-around-the-city-ready'), (14968, 'Face Paint Costume Party Girls Salon', 'The costume party that you got invited tonight has an awesome face paint theme! Can you wow the crowd with your creativity by creating the perfect face paint costume? The face paint party that you’re going to tonight is going to be so much fun, but the fun really starts before the party. You’ll get to design a fun face painting to show off along with picking out the best outfit to dress up in that matches your design. Some spa facials will do the trick of getting your skin perfected as a canvas for your artistic genius. How to Play: • The invite for the costume party says that it’ll be a face paint party • No cheating with masks! • Go to the spa for a facial to prep your skin • It’ll be fresh and clean for your artistic masterpiece • Design the perfect face paint and apply the makeup • Dress up in a matching costume to finish the look • Watch everyone’s jaws drop when you arrive at the party! All of your friends will want to know where you got such an amazing idea from for your face paint costume, and that next time, you should help them out with their costume. Download to get starting planning the perfect costume ideas.', 'https://img.gamemonetize.com/cgzsc7t3gwsu1l0sr4a5icqaqjt35tgn/512x384.jpg', 'https://html5.gamemonetize.com/cgzsc7t3gwsu1l0sr4a5icqaqjt35tgn/', '0', 'Girls', 0, 0, '', 'face-paint-costume-party-girls-salon'), (14969, 'Ear Doctor games for kids', 'Ear doctor is a doctor simulate game! Here we have many awesome medical tools and interesting treating processes, which make you feel like a real and powerful doctor! Ear Doctor features:', 'https://img.gamemonetize.com/uskonjfoarecxl9m08gkbmnnovnav3qy/512x384.jpg', 'https://html5.gamemonetize.com/uskonjfoarecxl9m08gkbmnnovnav3qy/', '0', 'Girls', 0, 0, '', 'ear-doctor-games-for-kids'), (14970, 'Dream Doll House Decorating Game', 'The newest doll decoration game is here! Join us in this dollhouse decorating games for girls and have fun! You can be a real dollhouse princess and take your beautiful home always with you! Make your own doll house and customize it on your phone. Show your creative side and decorate dollhouse in the cutest decoration games for girls. Download **Doll House Games: Design and Decoration** and try it now! Make adorable place for your cute dolls in this pink princess house. Design and decorate living room, bedroom and even bathroom, pick beautiful furniture and impress with your house decorating ideas!', 'https://img.gamemonetize.com/bopk505d72opn66zo3ef0b0eeadqu1hh/512x384.jpg', 'https://html5.gamemonetize.com/bopk505d72opn66zo3ef0b0eeadqu1hh/', '0', 'Girls', 0, 0, '', 'dream-doll-house--decorating-game'), (14971, 'fashion competition games', 'Dress to impress! Be a fabulous fashionista stylist and dress up a supermodel to rule all the fashion runways around the world!', 'https://img.gamemonetize.com/yrbkiqido90rpnb6ky3jgl23j1i4trym/512x384.jpg', 'https://html5.gamemonetize.com/yrbkiqido90rpnb6ky3jgl23j1i4trym/', '0', 'Girls', 0, 0, '', 'fashion-competition-games'), (14972, 'Tom and Jerry I Can Draw', 'Play Tom and Jerry I Can Draw Game online in your web browser and mobile at Superkidgames.com for free and more html5 games. We\'re positive you are all up for some drawing games online to be played together with Tom and Jerry, something that should not surprise you at all considering that we have had a great time with the game ourselves. We\'re sure that right now you\'re going to have an incredible time with this game, just like we have had, and even more so after we teach you right here and now what you do and how making sure that playing the game is no problems. You start out by browsing the pages that are available, which are images that have parts of them that are incomplete. What you do is use the mouse to draw lines between the points of the things that are not completed, and bring the missing parts to completion, until the image is going to be full, simple as that. What are you waiting for? Let the fun start now, and stick around, since there are other Boomerang Games you could be playing here today, and we\'re sure that you are going to love all of them!', 'https://img.gamemonetize.com/3hiy41hvvluerf6qf0y81xaenassqzmq/512x384.jpg', 'https://html5.gamemonetize.com/3hiy41hvvluerf6qf0y81xaenassqzmq/', '0', 'Boys', 0, 0, '', 'tom-and-jerry-i-can-draw'), (14973, 'College Girls Team Makeover girls', 'These five girl students are bff. Dress up them and create their whole look! Let’s start from choosing color of the skin and eyes, pick up the most appropriate hairstyle and makeup. It’s time to refresh their wardrobe. More than 1000 items of clothes and accessories are at your disposal! Style these young fashionistas to create different looks: a high school geek, a young business woman, a party girl, a shopaholic, and more.', 'https://img.gamemonetize.com/yxrogc7qnvrdeil825cvnt47ue7m96bw/512x384.jpg', 'https://html5.gamemonetize.com/yxrogc7qnvrdeil825cvnt47ue7m96bw/', '0', 'Girls', 0, 0, '', 'college-girls-team-makeover--girls'), (14974, 'Icy Dress Up Girls Games', 'It’s a new sisters\' dressup & makeover game! Icy girls are going to princess fashion salon. They are always together and their favorite thing is – fashion! Changing clothes, doing hairstyle and makeup are the most exciting things for them! Since they are ice princesses, they trust only their own fashion designer and it is you! Although they are twins, they still like different types of clothes, so it’s your goal to dress twins the way that they’ll look harmoniously or the way you want.', 'https://img.gamemonetize.com/cakzazpy1y2issafjjmqdjxvvyld76lr/512x384.jpg', 'https://html5.gamemonetize.com/cakzazpy1y2issafjjmqdjxvvyld76lr/', '0', 'Girls', 0, 0, '', 'icy-dress-up--girls-games'), (14975, 'Shark World', 'Welcome to Shark World where you can have different ocean shark species, build underwater home, and build your underwater shark world. Explore the mysterious world of underwater animals. Collect exciting sea sharks like hammerhead shark, Angel sharks and prehistoric ones like Megalodon. Feed, breed and Battle with your sea monsters.', 'https://img.gamemonetize.com/h22zpmlgoufkr1k7nw35351ob34cxpzt/512x384.jpg', 'https://html5.gamemonetize.com/h22zpmlgoufkr1k7nw35351ob34cxpzt/', '0', 'Fighting', 0, 0, '', 'shark-world'), (14976, 'New Looney Tunes Find It', 'Play New Looney Tunes Find It Game online in your web browser and mobile at Superkidgames.com for free and more html5 games. New Looney Tunes Find It is a fun game with which we\'ve not had one moment of boredom, and that is quite clear from the fact that it is one of the latest and best new Looney Tunes Games online, as it is always a fun time when you spend it with characters like Bugs Bunny, Daffy Duck, or Will E. Coyote. In each level of the game, you are given a character you have to find on the left side of the game screen and lots of characters floating around in the middle of the screen. You have to use the mouse to click on the same character among the floating ones when found and get points in return. Not just that, but you also get time. You are playing against time, with the timer starts counting down each new level, so try to be fast, if you want to discover as many of the characters as possible! If you have good attention to detail, and you focus well, we\'re sure you will not have any difficulties at all!', 'https://img.gamemonetize.com/ljbctfvr7l31bnyvmwb4w2ndcg8byotk/512x384.jpg', 'https://html5.gamemonetize.com/ljbctfvr7l31bnyvmwb4w2ndcg8byotk/', '0', 'Puzzles', 0, 0, '', 'new-looney-tunes-find-it'), (14977, 'balloon shooter', 'aim and shot', 'https://img.gamemonetize.com/zrs0i3vib3dq3q1okhts1zxaz9salqx9/512x384.jpg', 'https://html5.gamemonetize.com/zrs0i3vib3dq3q1okhts1zxaz9salqx9/', '0', 'Shooting', 0, 0, '', 'balloon-shooter'), (14978, 'Halloveen Pumpkin Patch', 'Play Road Riot - Rise of the Teenage Mutant Ninja Turtles Game online in your web browser and mobile at Superkidgames.com for free and more html5 games. Halloveen is one of the newest game that is suitably hosted by the one and only Vampirina, the vampire girl from her own show with the same name on this network, who now invites you all to play several mini-games with an Halloween theme, where she is joined by other characters from shows that you love a lot, such as Fancy Nancy, Mickey Mouse, Muppet Babies, and Puppy Dog Pals, which is why this game will also be found in their friv categories. The game on the first pumpkin, the one with cards on it, is a memory game, and you get to play it with any of the shows we\'ve mentioned earlier. Instead of cards you will be clicking on two doors at a time to open them up and see the characters hiding behind them, and when two doors have the same character, they remain open, and the game is cleared when all the doors are no longer closed, and all the characters have been matched. The pumpkin with a bat on it represents the pumpkin carving game. Choose a show, and then pick which way you want the pumpkin cut up, usually with different colors from the shows. With the three tools on your left, you can draw on the pumpkin however you want to, and then save the picture if you wish. The third pumpkin with the mouse ears represents the decoration part of the game where you make your own Halloween scene, with the characters from the show you\'ve chosen. From the menu on the left you can pick characters, objects, and decorations, placing them in the background, arranging them however you want to, and you also can re-size them however you see it best. Now, let\'s see what the fourth game is all about, no? It is a stacking game where objects move to the left and right, and when you want them dropped, click on the screen. Make it so that you create a tower of presents as big as possible without it crashing, getting points the bigger it gets. We\'re sure you will love doing all these Halloween activities with your favorite Disney Junior characters, so let the fun start right now and here!', 'https://img.gamemonetize.com/ex9tn148atnkzczwahts0gwxu7cf7lnt/512x384.jpg', 'https://html5.gamemonetize.com/ex9tn148atnkzczwahts0gwxu7cf7lnt/', '0', 'Puzzles', 0, 0, '', 'halloveen-pumpkin-patch'), (14979, 'BUBBLE SHOOTER DOGS', 'Dogs have prepared several game levels for you, in each of which you will have a task to clear the upper part of the playing field from balls with images of dogs. To do this, you should use the mouse to shoot at them with exactly the same balls from the cannon, which is located at the bottom of the playing field. When a projectile hits the area of ​​balls that have the same image with it, you will remove it from the playing field and get points.', 'https://img.gamemonetize.com/ikqfnsz22h2uydfsubflp8t37xn3zfsi/512x384.jpg', 'https://html5.gamemonetize.com/ikqfnsz22h2uydfsubflp8t37xn3zfsi/', '0', 'Shooting', 0, 0, '', 'bubble-shooter-dogs'), (14980, 'Lets Create with Tom and Jerry', 'Play Let\'s Create with Tom and Jerry Game online in your web browser and mobile at Superkidgames.com for free and more html5 games. This game Lets Create with Tom and Jerry, we have had a really awesome time playing it ourselves, so there is no doubt in our minds that the same is going to be applying to your own time with it also, as there is never a bad time to have fun with lovable characters like Tom and Jerry! In case you want to learn more about how these creativity games work, allow us to teach you here. You begin by choosing one of the available black and white pictures, and you are then going to use the several buttons and tools all around the image, which you can color, modify, and decorate however you see fit, since this is a game all about using your imagination to create new and interesting pictures out of the existing ones. Join in on the fun right now, and stick around, since more awesome games are coming for you today, and we want you to check them out also!', 'https://img.gamemonetize.com/a4mtm6wfnhnovnvltxc6ushpllh2hlww/512x384.jpg', 'https://html5.gamemonetize.com/a4mtm6wfnhnovnvltxc6ushpllh2hlww/', '0', 'Cooking', 0, 0, '', 'lets-create-with-tom-and-jerry'), (14981, 'Spider Apocalypse', 'During the fall season this year lots there have been more spiders in the area so you were hired to go out and exterminate them. What they didn\'t tell you was that not only were there more spiders, but they are also a whole lot bigger than usual. Try to survive as long as possible, and if you can, try to find the 2 emergence holes and destroy them to stop the spider apocalypse.', 'https://img.gamemonetize.com/dr662xh35mydv35ktmbd17ybagqchrx7/512x384.jpg', 'https://html5.gamemonetize.com/dr662xh35mydv35ktmbd17ybagqchrx7/', '0', 'Adventure', 0, 0, '', 'spider-apocalypse'), (14982, 'My Dentist Teeth Doctor Games', 'Best Dentist Simulator Games you have chance to help your patients in dentist surgery games to prove you are a super dentist. Free Dental Surgery Games in your city are always open to patient care, crazy role play, and emergencies. Dentist games are the most realistic free doctor games. This is a real free dentist hospital doctor game. Real offline games are emergency medical surgery simulation games! There are many patients in surgical simulator or emergency dentist games waiting for their dental treatment with many problems with dental surgery simulator in free simulator games. Choose one of them and invite yourself to sit in your own surgery simulator, dentist games, clinics, hospitals and free emergency games. Become the best dental surgery simulator and help patient customize braces like dentist games surgery simulator in your great dental office tycoon offline game and free surgery games. Many patients are waiting for you to help them brush their teeth at dentist games. Best offline surgery simulator games place fillings and repair your broken teeth in hospital doctor simulator games. Get emergency dental treatment and help them cure toothache in their best surgical simulator. Dentist Hospital ER Free Emergency Doctor Games is an amazing free offline doctor game that allows users to use emergency room to treat condition dentist simulator games. In the emergency virtual hospital, patients keep going to the emergency hospital dental clinic and you are the only emergency dentist in the hospital who can treat patients with toothache during dental surgery in surgical games. Solve dental problems like tooth decay, gum pain, and perform emergency dental surgeries with injection, cavity filling and plaque removal. Providing your patients with dental care in the best dental office games and dentist simulator games is a new concept of dentist games that you will definitely like, especially if you like dentist hospital games and surgery games. Dental. Dental patients require adequate dental care in games for dental emergencies. The emergency dentist clinic recommended dental care and regular visits to the surgery clinic to be healthy in the new denture kits. Enjoy being a dentist and put braces on your favorite patient like a professional doctor in this dentist game. The best features of the Dentist Hospital game: - Help your patients by performing realistic dental surgeries - Clean the oral cavity to make your patients feel happy - Extract the broken rotten teeth and fix them with those of the goods. - Color and rub teeth with your favorite pattern. - Tons of different levels and activities to play with. - The shape and style of the teeth according to the patient\'s needs', 'https://img.gamemonetize.com/b9bigkzmsoxjdro0u38tq36k2lqjs1e7/512x384.jpg', 'https://html5.gamemonetize.com/b9bigkzmsoxjdro0u38tq36k2lqjs1e7/', '0', 'Boys', 0, 0, '', 'my-dentist-teeth-doctor-games'), (14983, 'Dinosaur Bone Digging Games', 'Dino Quest is a dinosaur game that emphasizes adventure and exploration gameplay. Tap to dig and collect dinosaur\'s game items. It\'s a great adventure game if you like strategy games. Explore until to find rare dinosaur game fossils and improve your dino museum with game items. We have puzzle-solving gameplay collecting different dinosaur game fossils to complete an entire dinosaur to receive adventure game coins (an idle tycoon side loop). A completed adventure game for dino game lovers! Play Dino Quest Now to have a unique experience in terms of dinosaurs games & adventure games. Dinosaur Game Features: Manage Resources; Explore continents; Tap gameplay; Idle Tycoon side loop; Collect Items A Dinosaur Game to download on your mobile phone or tablet. The gameplay is simple; you have to tap the screen to simulate a fossil dig. The Adventure game simulation is part of the fun. Idle Tycoon features to buy better dig tools to find rare dinosaur fossils. Gain game coins to improve your dig tools and museum, to receive even more game soft coins and hard coins. An adventure game that emphasizes exploration and puzzle-solving gameplay. You\'ll tap to explore and find different dinosaurs. Use a better strategy to find the rarest fossils and build your museum collection. Energy system improvements. A simulation adventure game attempts to simulate various activities from real-life dino exploration. Dig: In different prehistoric places to find specials dinosaurs; Explore: It\'s an adventure game travel for all continents to explore fossils and dinos Upgrade: Make improvements in your dig tools to find even rarest fossils and dinos. Please note! Dino Quest is a simulation dinosaur video game that is free to play but contains items that can be purchased for real money. Some features and extras mentioned in the description may also have to be purchased for real money. But it doesn\'t interfere in the fun and simple dinosaur game.', 'https://img.gamemonetize.com/dzjgol2oibnebphiyyyyl7ap74kdjmvs/512x384.jpg', 'https://html5.gamemonetize.com/dzjgol2oibnebphiyyyyl7ap74kdjmvs/', '0', 'Boys', 0, 0, '', 'dinosaur-bone-digging-games'), (14984, 'Squid Game Impossible Challenge', 'Welcome to Red Green Squid Mobile. You are The One who will complete squid game challenge. if You need a lot of money and you are in debt. And you can have a lot of money by playing this squid game mobile. This is tough squid game challenge. This game is all about red green light Challange. One of the most famous squid challenge. You can own all the money by defeating your opponents squid game challenge.', 'https://img.gamemonetize.com/08dyzj19hrkfdlk6dr0modo0jrgrsbaq/512x384.jpg', 'https://html5.gamemonetize.com/08dyzj19hrkfdlk6dr0modo0jrgrsbaq/', '0', 'Hypercasual', 0, 0, '', 'squid-game-impossible-challenge'), (14985, 'fishing games for kids', 'Do you love fishing arcade game? Your kids like to explore the sea and sea creatures? There are lot of beautiful fish and other sea creatures waiting for you. Let’s go catch some fish with our Fisher Panda. Enjoy an arcade fisher man game. The goal of the adventurous fishing game is simple - you need to catch as many fish and collect the required number of points to pass the level. Happy Fisher Panda: Ultimate Fishing Mania Games is a favorite pass time and a happy fishing adventure game for all ages and is a cute fishing game. Catch as many fish to score more and more points. Explore different sea animals, beautiful locations and different fishing tools. Learn all of them. You know Panda even goes fishing in night. Experience the fishing adventure and beautiful fish catching under the dark sky at night. What’s in this arcade fishing frenzy game? In this ultimate fishing game you’ll go on a fishing trip with Fisher Panda. It ultimately trains your memory and ability to concentrate, encourage perseverance. It’s not only children’s best fish runner game but can play along with their parents as well. Rules are very simple for fishing arcade game: • Catch as many fish you can and collect the required number of coins • Sea is full of happy fish and big and angry fish too • For each caught fish you will earn points • Don’t try to catch big and dangerous fish • Wrong fish gets your points decreased • Keep playing to unlock different fishing tools • Explore various ocean animals and fish • It has different fishing rods, different fishing threads, different fishing hooks and fishing net • Each fishing tool has their own feature and increases your fishing efficiency • Bomb gives you power to catch fish in large numbers • Each level earns you a bomb • Make sure you don’t collect waste like shoes and soda can. They reduce your points. • Multiple levels with multiple tasks in catching fish Fun Features of Fisher Panda: Ultimate Fishing Game • Learn and explore different sea creatures species • Catch colorful fishes • 5 different fishing tools • Beautiful locations • Builds coordination skills for your kids • Develops eye estimation • Develop color identification skills of your kids • Learn distinguishing between sizes (big fish, little fish, average) • Fun and educational • Inspirational design concept • Peaceful music to keep fisher panda happy So are you ready to go out for a fishing trip with our little Fisher Panda and catch beautiful, colorful fish? Have the best time catching fishes in this fishing game for free! If you like this fun fishing game, please take a moment to rate it and please share it with your friends. Your ratings encourages us to develop more and more free games.', 'https://img.gamemonetize.com/guycwomns3t2a0949yhsp89fagqukcl4/512x384.jpg', 'https://html5.gamemonetize.com/guycwomns3t2a0949yhsp89fagqukcl4/', '0', 'Boys', 0, 0, '', 'fishing-games-for-kids'), (14986, 'Subway Surfers Ladybug Runner', 'subway Lady run is an awesome jungle running game it\'s one of the best ladybug most excited subway themed runner game, shake the surf, run as fast as you\'ll.', 'https://img.gamemonetize.com/5mjsunhjh3t0k2wc2m694cm57gn519gi/512x384.jpg', 'https://html5.gamemonetize.com/5mjsunhjh3t0k2wc2m694cm57gn519gi/', '0', 'Arcade', 0, 0, '', 'subway-surfers-ladybug-runner'), (14987, 'Bodybuilding and Fitness game Iron Muscle', 'Get ripped in Ultimate Douchebag Workout! Make sure you look sharp by exercising and flexing those muscles! Give nature a little hand by using some herbs and other (un)healthy stuff. It does not matter how you get there, as long as you get there! Get some swag, a tan, some bigger arms and the greatest abs the world has ever seen. All to become the Ultimate Douchebag!', 'https://img.gamemonetize.com/sehvfjov2kz9n1488o3jzm342yl3qzot/512x384.jpg', 'https://html5.gamemonetize.com/sehvfjov2kz9n1488o3jzm342yl3qzot/', '0', 'Sports', 0, 0, '', 'bodybuilding-and-fitness-game--iron-muscle'), (14988, 'Mahjong connect majong classic', 'In MAHJONG CONNECT game, your goal is to find all matching pairs. It\'s a kind of matching game or connect game ("linker"), that is very fun to play, really challenging and very addictive. If you like cute mahonjong games and if you like puzzle games, you will love MAHJONG CONNECT, by far the best deluxe version of the onet type games.', 'https://img.gamemonetize.com/mgw10bqva0pxghk825tyzal9l8gcefpk/512x384.jpg', 'https://html5.gamemonetize.com/mgw10bqva0pxghk825tyzal9l8gcefpk/', '0', 'Puzzles', 0, 0, '', 'mahjong-connect--majong-classic'), (14989, 'Masha and the Bear Memory Match Up', 'It\'s possible now to play Masha and the Bear Memory Match Up game in your web browser for free at Superkidgames.com .Put your mind to the test and find the hidden characters in Masha and the Bear Memory Match Up game! Are you good at paying attention to details? Join your friends and use your skills to match all the cards! This fun memory game is designed to test your memorization skills as you do your best to reveal your friends! Begin with just four cards, then advance to more and more difficult challenges as you play! Turn over the cards, see the heroes on the other side, then find their pair! Seems easy enough, right? You can also find more games at superkidgames.com, pick up one and have fun!', 'https://img.gamemonetize.com/dth1ue967po76eytwvl42abzgpwa5b18/512x384.jpg', 'https://html5.gamemonetize.com/dth1ue967po76eytwvl42abzgpwa5b18/', '0', 'Puzzles', 0, 0, '', 'masha-and-the-bear-memory-match-up'), (14990, 'Sliding Ball', 'Test your reaction and natural reflexes in Sliding Ball game. You will control the ball, which is on a straight line, moving from left to right and vice versa in a horizontal plane. The ball cannot get away from this line, it has a limited field of activity. This is the difficulty of the task, because various figures will soon begin to fall from above, trying to touch your ball.', 'https://img.gamemonetize.com/qwi7na7buzqjbwowo47j6ooasa5alo0m/512x384.jpg', 'https://html5.gamemonetize.com/qwi7na7buzqjbwowo47j6ooasa5alo0m/', '0', 'Puzzles', 0, 0, '', 'sliding-ball'), (14991, 'Yellow bird', 'Do not allow bird to touch on wood. Tap to play', 'https://img.gamemonetize.com/unjf594qfpof7achraa47nvyiuabhlus/512x384.jpg', 'https://html5.gamemonetize.com/unjf594qfpof7achraa47nvyiuabhlus/', '0', 'Adventure', 0, 0, '', 'yellow-bird'), (14992, 'Dalgona Memory', 'This is a Memory Gamewith Dalgona Candies Figures, like: Star, Smile, Hexagon, Circle are eight different shapes! You can choose to play matches with 2 up to 8 pairs.', 'https://img.gamemonetize.com/1jbgmhmmhbxv8nzgqwlcrw06gwjb34t8/512x384.jpg', 'https://html5.gamemonetize.com/1jbgmhmmhbxv8nzgqwlcrw06gwjb34t8/', '0', 'Puzzles', 0, 0, '', 'dalgona-memory'), (14993, 'Baby Angela Bathing Time', 'Baby Angela Bathing Time is an online Kids game, it\'s playable on all smartphones or tablets, such as iPhone, iPad, Samsung and other Apple and android system. Baby Angela wants to take a bath today, but she is too small to do it by herself. Can you help her take a shower? I am pretty sure that spend a day with baby Angela will make you happy. Enjoy it! 91.02% of 1116 players like the mobile game.', 'https://img.gamemonetize.com/sdccwvhzs2xpbexqrhv0e3sf40ckvo2k/512x384.jpg', 'https://html5.gamemonetize.com/sdccwvhzs2xpbexqrhv0e3sf40ckvo2k/', '0', 'Girls', 0, 0, '', 'baby-angela-bathing-time'), (14994, 'Angela Twins Family Day', 'Angela Twins Family Day is a cute game for all the kids who love Talking Friends, for all the kids who love babies. Here you have the chance to help Angela take care of her twins because she can not handle the stress. You need the mouse to interact with the babies and with all the things from the room in this game in order to complete your goal. Angela is on the sofa with the babies and your goal in the first place is to pick up all the things that are thrown in the room and to put them in their place. You have to arrange the toys in a special box, you have to put the clothes in the closet and to throw the garbage in the trash. Angela is there and she will tell you what to do step by step. If you follow her indications I am sure you can make a great job in this game. It is not simple at all to take care of the twins this game, because it is a challenging game and you need a lot of work to do, but i am sure if you are careful you will be able to accomplish your goal. SAve the final image with Angela, Tom and their twins if you like how this family looks. You can feed the babies and you can play with them in this amazing game with Talking Angela and Talking Tom.', 'https://img.gamemonetize.com/mjwplpodb6yk2j9d2smqfyr0jahqdyff/512x384.jpg', 'https://html5.gamemonetize.com/mjwplpodb6yk2j9d2smqfyr0jahqdyff/', '0', 'Hypercasual', 0, 0, '', 'angela-twins-family-day'), (14995, 'Subway Surfers Venice New Edition', 'GO as fast as you can! AVOID the approaching trains! Help Jake, Tricky and Fresh escape the clutches of the old detective and his dog! ★ Play trains with your super cool team! ★ Colorful HD graphics! ★ Surfing on an airplane! ★ Paint-fueled thrusters! ★ High-flying acrobatics at lightning speed! ★ Challenge and help your friends!', 'https://img.gamemonetize.com/peq7brsvbk1qg0xvgniceu7o6r0isv65/512x384.jpg', 'https://html5.gamemonetize.com/peq7brsvbk1qg0xvgniceu7o6r0isv65/', '0', 'Arcade', 0, 0, '', 'subway-surfers-venice-new-edition'), (14996, 'Hello Kitty Nail Salon Fashion Star', 'Help Hello Kitty create supercute manicures, and work your way up to superstar nail designer status. Test your skills with challenges or explore your creativity in Free Style!', 'https://img.gamemonetize.com/0qe0t6i0xkf6vcdu9bax7wmqhud1k5w1/512x384.jpg', 'https://html5.gamemonetize.com/0qe0t6i0xkf6vcdu9bax7wmqhud1k5w1/', '0', 'Girls', 0, 0, '', 'hello-kitty-nail-salon--fashion-star'), (14997, 'Battalion Commander', 'Get armed to the teeth and fight your way through the enemy territory. You’ll need the help from your fellow soldiers trapped by the foe, ton of upgrades and mighty skills to survive.', 'https://img.gamemonetize.com/ma1jj3xmjpf3aiszet2blsn42qpp593n/512x384.jpg', 'https://html5.gamemonetize.com/ma1jj3xmjpf3aiszet2blsn42qpp593n/', '0', 'Shooting', 0, 0, '', 'battalion-commander'), (14998, 'Crayz Monster Taxi Halloween', 'How about driving a crazy monster truck taxi halloween? collect the coins on the road, reach the finish line and win the game. Let\'s see if you can reach the finish line safely. root the gas and reach the finish as fast as possible.', 'https://img.gamemonetize.com/6gndr1wr2gz2i580o6tsuugv4zungza1/512x384.jpg', 'https://html5.gamemonetize.com/6gndr1wr2gz2i580o6tsuugv4zungza1/', '0', 'Arcade', 0, 0, '', 'crayz-monster-taxi-halloween'), (14999, 'Squid Game Escapers', 'Fearing the competition, some players come up with a plan to escape the games. But escaping from the game island is not that easy. You have to dodge radar cameras and guards to escape from the Squid Game playground. Escape players from these scary games by choosing hidden and unseen paths! For more games, please visit maskedgames.com.', 'https://img.gamemonetize.com/l5r5qfdpg84232wpax159bif9hiomsqw/512x384.jpg', 'https://html5.gamemonetize.com/l5r5qfdpg84232wpax159bif9hiomsqw/', '0', 'Hypercasual', 0, 0, '', 'squid-game-escapers'), (15000, 'Emoji Game NG', 'Emoji game is a challenging game where the player needs to choose 4 emojis and wait to hit each emoji corresponding to the column, it\'s not an easy task, but it\'s possible, let\'s go. Choose your best emojis.', 'https://img.gamemonetize.com/m0cgemaim4hkzub60o595a14l4105ce2/512x384.jpg', 'https://html5.gamemonetize.com/m0cgemaim4hkzub60o595a14l4105ce2/', '0', 'Puzzles', 0, 0, '', 'emoji-game-ng'), (15001, 'Halloween Cooking', 'A Unique Halloween Cooking - one of the most addictive time management cooking games! Join in the Halloween Cooking City, tap as fast as you can to enjoy the fast-paced game play!In this best cooking game, customers like to eat Halloween food from your canteen. The food game involves a long list of ingredients to cook such a rich Halloween-themed recipe. You are the chef of this free food truck game. You need to provide all the unique hungry customers with the food they need. So become the top chef in this Halloween chef game.', 'https://img.gamemonetize.com/sxsm37f4tv9k3fswm5rztmwcvd5kru0c/512x384.jpg', 'https://html5.gamemonetize.com/sxsm37f4tv9k3fswm5rztmwcvd5kru0c/', '0', 'Girls', 0, 0, '', 'halloween-cooking'), (15002, 'Masha And The Bear Jigsaw Puzzles For Kids', 'Every kid likes colorful cartoons about the adventures of Masha and the Bear.', 'https://img.gamemonetize.com/dignx4a0mc009jxd0i33z75wpjle8nmn/512x384.jpg', 'https://html5.gamemonetize.com/dignx4a0mc009jxd0i33z75wpjle8nmn/', '0', 'Girls', 0, 0, '', 'masha-and-the-bear-jigsaw--puzzles-for-kids'), (15003, 'The Dunk Ball', 'The Dunk Ball is a basketball skill game where you have to draw lines to make the ball fall into the basket. Make sure you spot the trajectory of the ball quickly and draw the line that makes sure the ball goes in. Can you set a high score?', 'https://img.gamemonetize.com/974nyq8ewuwf11p2npjp63h57ib3y035/512x384.jpg', 'https://html5.gamemonetize.com/974nyq8ewuwf11p2npjp63h57ib3y035/', '0', 'Puzzles', 0, 0, '', 'the-dunk-ball'), (15004, 'Squid Game Crowd', 'The more individuals you have and the more you find, the bigger your Crowd comes to be. Still, you need to remember various other groups constantly: if the diverse other team is more significant than your own, beware of it. Otherwise, you will have to start the game once again. It\'s time for you to pay your nation with your love and blood by loading the roads of a city with a group in a battle versus your rival. Collect your popular Crowd Follow - City Of Wars and rush with the city\'s streets with your group in actions of famous heroes. Create your team squad and also erase whatever relocates from the roads. This war of famous heroes is enjoyable with adventure. Show the city that you have a massive group with a great deal of several favorite heroes. COLLAPSE Develop your Crowd as well as Become the most excellent Crowd in town! Game Play With Offline Mode. You can have fun with your pals and all the players around the globe; likewise, you can play in an offline setting without the link to the Internet. The game\'s goal is to produce in a brief time the most influential group on the map, the greatest of all various other groups. Easy Crowd Follow - City Of Wars This game is concerning bringing people together. To draw in a neutral person participant in your rankings, you only need to head to him. He just thanks to your persuasion talent to join you and end up being the same color as you.', 'https://img.gamemonetize.com/98rfc02g2rzz3ulsjp1bzwu4o76chb1t/512x384.jpg', 'https://html5.gamemonetize.com/98rfc02g2rzz3ulsjp1bzwu4o76chb1t/', '0', 'Arcade', 0, 0, '', 'squid-game-crowd'), (15005, 'Fruits Garden Mania', 'Fruits Garden Mania is an amazing match3 puzzle game. Just swipe and match 3 or more fruits of the same color and finish your mission. Match 4 fruits to get a new special one. Use power-ups to help you with difficult levels. Explore tons of challenging levels and try to unlock them all. Good luck! Graphics by : Bizogames.com', 'https://img.gamemonetize.com/60x817x1slt6a4fwknycytsaghd9c2mk/512x384.jpg', 'https://html5.gamemonetize.com/60x817x1slt6a4fwknycytsaghd9c2mk/', '0', 'Puzzles', 0, 0, '', 'fruits-garden-mania'), (15006, 'Rainbow Girls Halloween Salon', 'Welcome to the Rainbow Girls Halloween Salon game. Rainbow High school girls Skyler, Sunny, Ruby, and Violet are planning to celebrate Halloween in the traditional way. Join as a costume expert and browse their wardrobe to choose a cute scary outfit with a beautiful mask. Play and have fun with this cute Halloween game.', 'https://img.gamemonetize.com/hotlvbax8m2qowueno22dfgh6aep2kip/512x384.jpg', 'https://html5.gamemonetize.com/hotlvbax8m2qowueno22dfgh6aep2kip/', '0', 'Girls', 0, 0, '', 'rainbow-girls-halloween-salon'), (15007, 'Shadow Match Halloween', 'It is an educational as well as fun game for kids. Just look the photo displayed in the left box and click correct shadow of the photo in right panels. Each time you select correct shadow, 200 points will be added to your score. On clicking the wrong shadow 40 points will be deducted from your score.', 'https://img.gamemonetize.com/nfeymob2q44ijt7m4pqjue8qhxqk0v9e/512x384.jpg', 'https://html5.gamemonetize.com/nfeymob2q44ijt7m4pqjue8qhxqk0v9e/', '0', 'Puzzles', 0, 0, '', 'shadow-match-halloween'), (15008, 'Rolling Ball New', 'Rolling Ball is an addictive running game. Avoid the obstacles (trees and rocks), collect the mushrooms to upgrade the powerup items and unlock more balls. Pick up the powerup items (shields, magnets, and magical wings) for more advantages. Keep rolling, as far as possible, to create your new high scores. Are you ready for the challenges? Play now! Features: - 3 ball skins (2 to be unlocked) - upgrade shop for powerup items', 'https://img.gamemonetize.com/nxtm30reaue5g7g43b9v3bvxpmj3jyv1/512x384.jpg', 'https://html5.gamemonetize.com/nxtm30reaue5g7g43b9v3bvxpmj3jyv1/', '0', 'Arcade', 0, 0, '', 'rolling-ball-new'), (15009, 'Monsters Blocky Challenge', 'It is a challenging block collapse game. In each level you will get a unique challenge. You have to complete the challenge in allowed number of turns. If you do in less turns, you will got good bonus points. Complete 20 levels to win this game.', 'https://img.gamemonetize.com/61n0wgv05y1glozbpi5i86epjrfs6xhk/512x384.jpg', 'https://html5.gamemonetize.com/61n0wgv05y1glozbpi5i86epjrfs6xhk/', '0', 'Puzzles', 0, 0, '', 'monsters-blocky-challenge'), (15010, 'Perfect Piano', 'Sometimes it is very difficult to learn what you most want. Remember, there have been times when you want something very much, but you can\'t. What to do in this case? The easiest thing to do is to quit, but that\'s not why you started, right? So what needs to be done? That\'s right, don\'t give up and train by gaining experience and remembering everything new. This rule applies to everything so that you do not take it, so let\'s try to master the game on one of the musical instruments such as the piano. It is better to do this in the form of a game - Perfect Piano, here you will master the notes and understand the principle of sound.', 'https://img.gamemonetize.com/w4lpkl2xnvoyx1irfvevh6rrirjx205z/512x384.jpg', 'https://html5.gamemonetize.com/w4lpkl2xnvoyx1irfvevh6rrirjx205z/', '0', 'Clicker', 0, 0, '', 'perfect-piano'), (15011, 'Game Of Coose', 'Lovely ducklings decided to swim in the lake. However, they have a long way to go to get to it. They decided to turn this path into a fun game in which you and your friends can take part. The player who will be the first to bring the duckling to the lake will be able to win it.', 'https://img.gamemonetize.com/16uzc0o1zgfe3zuhakq6shwa2hd52gz5/512x384.jpg', 'https://html5.gamemonetize.com/16uzc0o1zgfe3zuhakq6shwa2hd52gz5/', '0', 'Puzzles', 0, 0, '', 'game-of-coose'), (15012, 'Black and White Halloween', 'Black and white colors are in trend today. And still very close to everyone\'s favorite holiday - Halloween. Let\'s mix these two fashion trends! Meet your favorite princesses - Mulan, Elsa and Ariel in black and white witch outfits. Black and white colors have always been a model of style, their simplicity and elegance can hardly be overestimated. And in combination, they can form a pattern of stripes, rhombuses or a black and white check. Clothes in these colors will always look great. Witches love black. Choose from stylish pointed hats, pets, and accessories. Create a unique look of stylish witches this Halloween! Have fun playing Black and White Halloween at Dressupwho.com.', 'https://img.gamemonetize.com/475w5r7waxf52upm8tyycikhxrf0g2y4/512x384.jpg', 'https://html5.gamemonetize.com/475w5r7waxf52upm8tyycikhxrf0g2y4/', '0', 'Hypercasual', 0, 0, '', 'black-and-white-halloween'), (15013, 'Squid Game Match 3', 'Squid Game Match 3 – this cool game three in a row, in which you have to put the blocks of the same color in a series of three pieces or more to achieve the highest possible score, be careful to account the scale to the left did not fall too low, otherwise the game will be over. Enjoy the game!', 'https://img.gamemonetize.com/ijdeax33gzwj3qxpecx8qr5c1z479zpm/512x384.jpg', 'https://html5.gamemonetize.com/ijdeax33gzwj3qxpecx8qr5c1z479zpm/', '0', 'Puzzles', 0, 0, '', 'squid-game-match-'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (15014, 'CAR MISSILE', 'Homing missiles that chase you through the city, get power-ups to defend yourself and collect coins to buy new cars and upgrades. In the city find the best routes to escape the missile.', 'https://img.gamemonetize.com/khb1lfxqnl5qc1yka7hxia8q5vl84nxu/512x384.jpg', 'https://html5.gamemonetize.com/khb1lfxqnl5qc1yka7hxia8q5vl84nxu/', '0', 'Arcade', 0, 0, '', 'car-missile'), (15015, 'Happy Halloween Slide', 'Play this slide puzzle games of the halloween. It\'s include 3 images and 3 modes (3x3 pieces, 4x4 pieces, 5x5 pieces) to play.', 'https://img.gamemonetize.com/nhrhcmvlz3zvscc8nz28pxn14x349xst/512x384.jpg', 'https://html5.gamemonetize.com/nhrhcmvlz3zvscc8nz28pxn14x349xst/', '0', 'Puzzles', 0, 0, '', 'happy-halloween-slide'), (15016, 'KGames Challenge456 Survival', 'Today I will provide you K-Games Challenge:456 Survival . K-Games Challenge:456 Survival is a game that is very popular with people because there are so many benefits that can be used.K-Games Challenge:456 Survival is the best app in the Free Entertainment category. It is a safe app for Android devices.Squid Game received critical acclaim and attracted international attention.The 2D Game offers a number of features, which we are going to share with you. At present, it only offers limited features, but you can explore those features on the zazgames and have fun. In the game, large groups of people must make a run. It\'s a unique gameplay that\'s both simple and unique. All you need to do is run and complete the goal. Before your eyes is a huge doll that you will know as Ghost. You can also see people with masks around here. As a result, if the masked man saw you move, he will kill you. If the ghost is not staring at you, you must move. In the game, players have to choose between red and green lights. The green light signifies moving.', 'https://img.gamemonetize.com/wv6wvmndmgem9wruhsa6frsq95xpf4in/512x384.jpg', 'https://html5.gamemonetize.com/wv6wvmndmgem9wruhsa6frsq95xpf4in/', '0', 'Arcade', 0, 0, '', 'kgames-challenge-survival'), (15017, 'Race Rich Run And Get Rich!', 'Race or run rich it\'s new life simulation game, the run rich game teaching you how the people can make an run of life to get richest. When you start playing the run rich game, you will really make an great run of life by picking up a lots of money. To win this new life simulation game you have to race forward and move the player left and right in a long runway, You can easily keep playing and winning each level this run rich game by avoiding some types of furious obstacle that can make you really lose an level or turn you from an richest to poorer and making you lose money or your all money bag. In this new satisfying and challenging game if really you can\'t win the run rich challenge by turning an rich player, Also if you stay really poor for an long period in the levels of this new fun gameplay or you don\'t picking up the winning things that helps you get rich you will easily lose before you reach the finish line of the runway. Play the rich run game and compete with youself to get more rich and win this new fun game. It\'s time to get more and more rich just by getting to the end of the level trail, and collecting fancy stuff by picking up money bag that makes you look moree beautiful also by avoiding unwanted stuff, and the more money you collect, the better your outfit will can look. Rich Run Game Features â—‰ Simple & Beautiful graphics designed â—‰ Compete with yourself to get rich â—‰ satisfying Challenges â—‰ Fun gameplay â—‰ Great time killer for hours gameplay', 'https://img.gamemonetize.com/uxgypnmntauqqy58kiw6saw8pcva4df7/512x384.jpg', 'https://html5.gamemonetize.com/uxgypnmntauqqy58kiw6saw8pcva4df7/', '0', 'Racing', 0, 0, '', 'race-rich--run-and-get-rich'), (15018, 'Knife Hit Ups!', 'Knife Hit Ups!HTML5 games. Throw your knife with best your skill to get more score. y9-games.com with tons of games for all ages and bringing fun to player Play free online games.', 'https://img.gamemonetize.com/z7qbsfpaswz8ugmtjqdjs7dupi3c47wh/512x384.jpg', 'https://html5.gamemonetize.com/z7qbsfpaswz8ugmtjqdjs7dupi3c47wh/', '0', 'Arcade', 0, 0, '', 'knife-hit-ups'), (15019, 'Disc Duel Gumball', 'It\'s possible now to play Gumball Disc Duel game in your web browser for free at Superkidgames.com and more fun games. there are no Cartoon Network Games like the one that you are about to play right at this moment, the game called Gumball Disc Duel is one of the most exciting two-player games you will be able to find in our website, where everyone is invited right now to have the best time possible with this game, which is a sport game unlike we have added here before, so not playing it would mean you are missing out on lots of fun that you could have with it, which is why we wanted it here in the first place. Now, begin by choosing between the single player mode and the 2 player mode, and then choose which character each player will want to be in the game. One player uses the arrows to move, and the N, M keys to attack, while the second player will use the w, a, s, d keys to move, and v, and b to attack. Your goal is to throw the disc at your opponent in such a manner that you get it past them and into their goal, earning a point, with the player earning more points before the game finishes becoming the winner. Good luck, enjoy, and make sure to try out even more great games we have here for you!', 'https://img.gamemonetize.com/zjgi6m0qd84a1apluo31i0ag8oqkgm43/512x384.jpg', 'https://html5.gamemonetize.com/zjgi6m0qd84a1apluo31i0ag8oqkgm43/', '0', 'Sports', 0, 0, '', 'disc-duel--gumball'), (15020, 'Penalty Power 2021', 'Play Penalty Power 2021 Game online in your web browser and mobile at Superkidgames.com for free and more html5 games. On our website you can findi and playing some of the best new Cartoon Network soccer games online, and this is because CN has always been very linked with this sport, and considering that the Euro Cup is now ongoing, you can experience it directly through a game such as Penalty Power 2021! Become a great penalty kick shooter, and win the championship! Yes, in this game, instead of focusing on the whole sport of soccer, you are only concentrating on the penalty kicks, where you will both shoot and defend shots as well. You shoot with the captain you pick, and you defend with the goalkeeper you’ve chosen. To do the shooting you use the mouse to swipe in the direction you want to shoot, and with the mouse you also defend, tapping where you think the ball is heading to intercept it. Before the time goes out, score more goals than the other team to win! You will play matches all across Europe, and you can pick your team from characters belonging to shows on Cartoon Network such as DC Superhero Girls, Gumball, Apple and Onion, Mao Mao, We Bare Bears, Teen Titans Go, as well as Craig of the Creek. Fun is waiting for you one click away, so hit play right now, and let it start!', 'https://img.gamemonetize.com/kq1du4k7dxbi12vv3lg89mmkp95p139i/512x384.jpg', 'https://html5.gamemonetize.com/kq1du4k7dxbi12vv3lg89mmkp95p139i/', '0', 'Sports', 0, 0, '', 'penalty-power-'), (15021, 'Crowdy City.io', 'Become the biggest crowd in town! Gather people accross the city and crush your opponents with your overwhelming leadership! Run and collect people and avoid Bigger Crowds. Let\'s go!', 'https://img.gamemonetize.com/3yrlza468z3vsm3r4mv8v9bi7iv2p3tl/512x384.jpg', 'https://html5.gamemonetize.com/3yrlza468z3vsm3r4mv8v9bi7iv2p3tl/', '0', 'Hypercasual', 0, 0, '', 'crowdy-cityio'), (15022, 'Space Ride', 'Play Space Ride Hidden Stars game for free on mobiles and tablets. No downloads or installation needed, enjoy! The online version of the popular mobile game', 'https://img.gamemonetize.com/9ksme6gvwhjn7jsii3g5il9on7ys2s9o/512x384.jpg', 'https://html5.gamemonetize.com/9ksme6gvwhjn7jsii3g5il9on7ys2s9o/', '0', 'Puzzles', 0, 0, '', 'space-ride'), (15023, 'The Tom and Jerry Show Dress Up', 'Play The Tom and Jerry Show Dress Up Game online in your web browser and mobile at Superkidgames.com for free and more html5 games. You can\'t go wrong by playing dress up games with Tom and Jerry online, even more so if we are talking about newly-released games such as the one you will get to find and enjoy on our website right now, a game called The Tom and Jerry Show Dress Up, based on the Boomerang show with the same name, and a must-play for each and every one of you here! From the main menu of the game, you will choose if you want to dress up Tom, Jerry, or Spike first. The first thing you can pick is the background on which they sit, after which you will be able to choose tops and bottoms to dress up the animals in, a pair of shoes for the outfit, and you can also accessorize it with beautiful headgear. We\'ve got no doubt at all that you will be able to create amazing outfits for the animals, have tons of fun doing so, and we definitely hope you don\'t stop here since the best Tom and Jerry Games will always be available on our website, so missing out on them would be missing out on lots of fun you can have!', 'https://img.gamemonetize.com/ktbtrt89hsfj479dos49r9qtqowdrtuf/512x384.jpg', 'https://html5.gamemonetize.com/ktbtrt89hsfj479dos49r9qtqowdrtuf/', '0', 'Hypercasual', 0, 0, '', 'the-tom-and-jerry-show-dress-up'), (15024, 'Crystal Ball Jigsaw', 'Crystal Ball jigsaw is an online puzzle jigsaw game. To solve this puzzle you have to place 64 pieces in the correct jigsaw order. Play this cool plush figures toys jigsaw game and enjoy in your free time!', 'https://img.gamemonetize.com/u805kspt5oen246g2v1ud1d4e2nkrqfu/512x384.jpg', 'https://html5.gamemonetize.com/u805kspt5oen246g2v1ud1d4e2nkrqfu/', '0', 'Puzzles', 0, 0, '', 'crystal-ball-jigsaw'), (15025, 'Frog Kermit', 'Frog Kermit jigsaw is an online puzzle jigsaw game. To solve this puzzle you have to place 64 pieces in the correct jigsaw order. Play this cool plush figures toys jigsaw game and enjoy in your free time!', 'https://img.gamemonetize.com/0iqwwpjthuzgvzpgse82f6yn45vh0xx8/512x384.jpg', 'https://html5.gamemonetize.com/0iqwwpjthuzgvzpgse82f6yn45vh0xx8/', '0', 'Puzzles', 0, 0, '', 'frog-kermit'), (15026, 'Nationalities Jigsaw', 'Nationalities jigsaw is an online puzzle jigsaw game. To solve this puzzle you have to place 64 pieces in the correct jigsaw order. Play this cool plush figures toys jigsaw game and enjoy in your free time!', 'https://img.gamemonetize.com/eyocbtqorkpo17lpw3i8h640ryvkeoq3/512x384.jpg', 'https://html5.gamemonetize.com/eyocbtqorkpo17lpw3i8h640ryvkeoq3/', '0', 'Puzzles', 0, 0, '', 'nationalities-jigsaw'), (15027, ' 456 Survival game', 'ou are invited to the game. First game, Red Light Green Light is just starting. Dalgona, Honeycomb is coming soon. Glass Bridge also will come to you. Do you want 45.6 billion or just live like now? Squid round 1 Red light, Green light game Let us play one of the terrifying and best of squid survival part with break the squid Tempered Floor game. In this Squid, players are forced to walk on a Tempered Floor Bridge and the goal is reached to the finish line in this squid task 2021.', 'https://img.gamemonetize.com/orudvicc2pijpg0okslbe2jyso3auswx/512x384.jpg', 'https://html5.gamemonetize.com/orudvicc2pijpg0okslbe2jyso3auswx/', '0', 'Hypercasual', 0, 0, '', '--survival-game'), (15028, 'Traffic Arrow', 'Traffic Arrow is a game where you need to control the blue arrow through the other arrows. Avoid grey ball with arrows and try to last longer as you can. Tap on the screen to move the ball. Tap where you want the blue arrow to go. Watch on other balls they will come from everywhere. The traffic is heavy and you need to find the best place to pass over balls.', 'https://img.gamemonetize.com/0plvdxeh7vagmyz0s6h2it9if3vndp39/512x384.jpg', 'https://html5.gamemonetize.com/0plvdxeh7vagmyz0s6h2it9if3vndp39/', '0', 'Puzzles', 0, 0, '', 'traffic-arrow'), (15029, 'Weekend Sudoku 32', 'Sudoku is one of the most popular puzzle games of all time. The goal of Sudoku is to fill a 9×9 grid with numbers so that each row, column and 3×3 section contain all of the digits between 1 and 9. As a logic puzzle, Sudoku is also an excellent brain game. If you play Sudoku daily, you will soon start to see improvements in your concentration and overall brain power. Start a game now.', 'https://img.gamemonetize.com/lrq2dkhgxox7klu0f114ufwuktsdr77b/512x384.jpg', 'https://html5.gamemonetize.com/lrq2dkhgxox7klu0f114ufwuktsdr77b/', '0', 'Puzzles', 0, 0, '', 'weekend-sudoku-'), (15030, 'Shore Land Escape', 'Shore Land Escape is a point and click game developed by 8B Games/Games2live. Imagine that you had been to a shore ,On there a you got trapped. Here is the interesting puzzles and hidden objects to find and get escape from the shore Land Good luck.. Have fun!', 'https://img.gamemonetize.com/himgmzg2gnlbz0k2b7hy79zruvwe3u7c/512x384.jpg', 'https://html5.gamemonetize.com/himgmzg2gnlbz0k2b7hy79zruvwe3u7c/', '0', 'Puzzles', 0, 0, '', 'shore-land-escape'), (15031, 'Tricky Land Escape', 'Tricky Land Escape is a point and click game developed by 8B Games/Games2live. Imagine that you had been to a Tricky Land, On there a you got trapped. Here is the interesting puzzles and hidden objects to find and get escape from the Tricky Land Good luck.. Have fun!', 'https://img.gamemonetize.com/kqphfnjywwstjiwj8whn5gitrc5zyy3p/512x384.jpg', 'https://html5.gamemonetize.com/kqphfnjywwstjiwj8whn5gitrc5zyy3p/', '0', 'Puzzles', 0, 0, '', 'tricky-land-escape'), (15032, 'Golf Field', 'This is a game in which you need to score a golf ball in a hole on various game levels, on your way you will meet thorns lasers and blocked routes that you need to open, also on some levels the height of the golf course changes.', 'https://img.gamemonetize.com/6z1e8ut7kbfrgpwacpjhbovasces8p3c/512x384.jpg', 'https://html5.gamemonetize.com/6z1e8ut7kbfrgpwacpjhbovasces8p3c/', '0', 'Sports', 0, 0, '', 'golf-field'), (15033, 'Squid Runner Game', 'Welcome to Squid Game 3D. Try to survive with different game modes! Get ready for a very tough challenge! If you win the game, you will get 45.6M WON!', 'https://img.gamemonetize.com/pcoyn30oszg5j3ff7n8ir6j7esu8qy7o/512x384.jpg', 'https://html5.gamemonetize.com/pcoyn30oszg5j3ff7n8ir6j7esu8qy7o/', '0', 'Arcade', 0, 0, '', 'squid-runner-game'), (15034, 'Sweet Bakery Chef Mania Cake Games For Girls', 'Sweet Bakery Chef Mania Cake Baking Games- Cake Games For Girls Welcome to all cake game lovers! Calling all yummy dessert makers to begin an awesome tasty cake maker adventure with this amazing kids cooking games. Make the most delicious dishes in your own sweet bakery cake games. These baking games for girls will make you the best tasty cuisine chef ever! These sweet cake baking games will make you the best baker chef! Have fun while cooking tasty kitchen food. Let’s start a new adventure at the dessert making sweet pastry shop that will give you unlimited fun of best cake game. Dress up your awesome dessert baking chef! Dress her up into cute new dresses and let’s get started... We welcome you to the best cake maker shop in town cake games. This sweet cake making bakery also gives you non stop fun of amazing decoration. Make yummy chocolate cakes and become the best baking dessert chef in this kids cooking games! Hello from the cookie maker bakery! This cute cookie making dessert shop will give you cute decoration toppings. Make delicious baked cookies in an aroma filled baking kitchen and become the best baker in town! In this cake game, you can cook the most delicious glazed donuts. Use your best recipes and make the perfect sweet bakery dessert for your customers. Make the shiny and yummy glaze for the beautiful decoration of tasty treats in this awesome cake game and enjoy the fun bakery food games by making your customers very happy with the cake games. This awesome cupcake maker dessert games also gives you the joy of making yummy frosted cupcakes in this cake game. Let’s try to bake them too. Make your lots of sweet cupcake creations more beautiful with tons of yummy icing ideas and enjoy amazing baking games for girls. This milkshake icy dessert shop is here for yummy frozen food fun! Become the best milkshake maker in this kids bakery game! Play this cool drink maker game so you can become the best kitchen chef! Introduce new awesome recipes and enjoy your bakery mania! So kids what are you waiting for! Come on and learn everything about Baking... Enjoy…', 'https://img.gamemonetize.com/cdvyethl2travx9mwl39dgfqgy4tx88k/512x384.jpg', 'https://html5.gamemonetize.com/cdvyethl2travx9mwl39dgfqgy4tx88k/', '0', 'Girls', 0, 0, '', 'sweet-bakery-chef-mania-cake-games-for-girls'), (15035, 'Minions Memory Match Up', 'It\'s possible now to play Minions Memory Match Up game in your web browser for free at Superkidgames.com .Put your mind to the test and find the hidden characters in Minions Memory Match Up game! Are you good at paying attention to details? Join your friends Minions and use your skills to match all the cards! This fun memory game is designed to test your memorization skills as you do your best to reveal your friends! Begin with just four cards, then advance to more and more difficult challenges as you play! Turn over the cards, see the heroes on the other side, then find their pair! Seems easy enough, right? You can also find more games at superkidgames.com, pick up one and have fun!', 'https://img.gamemonetize.com/r6zcil0aj9abpj4mvuyzwrezvzuxmioz/512x384.jpg', 'https://html5.gamemonetize.com/r6zcil0aj9abpj4mvuyzwrezvzuxmioz/', '0', 'Puzzles', 0, 0, '', 'minions-memory-match-up'), (15036, 'Tom and Jerry Memory Match Up', 'It\'s possible now to play Tom and Jerry Memory Match Up game in your web browser for free at superkidgames.com .Put your mind to the test and find the hidden characters in Tom and Jerry Memory Match Up game! Are you good at paying attention to details? Join your friends Jerry and tom and use your skills to match all the cards! This fun memory game is designed to test your memorization skills as you do your best to reveal your friends! Begin with just four cards, then advance to more and more difficult challenges as you play! Turn over the cards, see the heroes on the other side, then find their pair! Seems easy enough, right? You can also find more games at superkidgames.com, pick up one and have fun!', 'https://img.gamemonetize.com/dls1jrsy2recrixepht5fc6d6e6ikyid/512x384.jpg', 'https://html5.gamemonetize.com/dls1jrsy2recrixepht5fc6d6e6ikyid/', '0', 'Puzzles', 0, 0, '', 'tom-and-jerry-memory-match-up'), (15037, 'Barbie Dress Up', 'If you\'re addicted to dress up games, come see these gorgeous princesses who are just waiting for amazing makeovers and new wonderful dressups! How should these princesses look: trendy, fancy, stylish, royal, casual? Use your fashion sense and your internal fashionista talent to create the best outfit for each princess girl.', 'https://img.gamemonetize.com/w42hglfdh4polec1lqyaqlmohs1nal12/512x384.jpg', 'https://html5.gamemonetize.com/w42hglfdh4polec1lqyaqlmohs1nal12/', '0', 'Hypercasual', 0, 0, '', 'barbie-dress-up'), (15038, 'Rabbit Jump', 'The little bunny likes to jump high. He invented the catapult and now he wants to jump as high as possible. Help him fulfill his dream and jump to infinity. During the jump, collect coins and use various power-ups.', 'https://img.gamemonetize.com/y4s79v48l1t3ce0ps5sg13yjl1ysvcc5/512x384.jpg', 'https://html5.gamemonetize.com/y4s79v48l1t3ce0ps5sg13yjl1ysvcc5/', '0', 'Arcade', 0, 0, '', 'rabbit-jump'), (15039, 'Slotomaniaâ„¢ Slots Casino Slot Machine Games', 'Play Slotomania free slots casino games! The most exciting free slots games! Brought to you by Playtika! First time playing Slotomania? Join the excitement with these special free gifts! 1,000,000 Free Coins Welcome Bonus Daily Treats - the more you come back, the bigger the rewards', 'https://img.gamemonetize.com/n10301ianvw02o14sjldnpcxt47ilg17/512x384.jpg', 'https://html5.gamemonetize.com/n10301ianvw02o14sjldnpcxt47ilg17/', '0', 'Clicker', 0, 0, '', 'slotomania-slots-casino-slot-machine-games'), (15040, 'Jewels Time Endless match', 'Magic jewels are here and all you have to do to get them is to match them together. Try to collect as many points as possible, win in different levels, have fun and relax at the same time.', 'https://img.gamemonetize.com/675gj8d5k8i05gc5ii3bqqeju48bnts2/512x384.jpg', 'https://html5.gamemonetize.com/675gj8d5k8i05gc5ii3bqqeju48bnts2/', '0', 'Puzzles', 0, 0, '', 'jewels-time--endless-match'), (15041, 'Idle Zoo Tycoon 3D Animal Park Game', 'Step foot into a bright safari themed park filled to the brim with exotic creatures found only in the deepest, darkest, unexplored jungles! It’s your job to ensure that these animals don’t escape! In Idle Zoo Tycoon 3D, you’ll manage every aspect of your resort to earn cash and upgrade enclosures to host all new types of wild animals like fierce lions, massive elephants and even bears! Customers line up from miles around, so make sure you keep the lines moving fast or they may leave your park for good! Travel across the globe and collect new creatures to showcase in your resort. Unlock special park expansions like the Arctic Park and more! What wild adventure awaits you next? Play now and find out!', 'https://img.gamemonetize.com/l0upy7qoc8itkioawxvm2zdc6r4gq0dj/512x384.jpg', 'https://html5.gamemonetize.com/l0upy7qoc8itkioawxvm2zdc6r4gq0dj/', '0', 'Adventure', 0, 0, '', 'idle-zoo-tycoon-d--animal-park-game'), (15042, 'Squid Game Cath The 001', 'Hey, do you know Ilnam? He is Player 001, he also designer the games on Squid Game, the most popular serie. However, Player 001, who designed all these games, lost his memory again. He actually thinks he\'s a kid and runs around. Please help us and catch all the Ilnams. ripogame.com wishes you good games!', 'https://img.gamemonetize.com/8ra0ftbq9zhy0bh6vasspbqz4wbxzfps/512x384.jpg', 'https://html5.gamemonetize.com/8ra0ftbq9zhy0bh6vasspbqz4wbxzfps/', '0', 'Arcade', 0, 0, '', 'squid-game--cath-the-'), (15043, 'Talking Tom Gold Run Online', 'Talking Tom Gold Run Online is the best cat running game. Enjoy hours of fun with your loved cat, run to collect gold coins after being robbed in this endless runner game! Explore new worlds, only racing with fast speed. go on a running adventure, dodge fast cars and trains as you go after the robber. It is very easy to control, run as fast as you can, rush in the endless city scene. Be careful to avoid carriers, collect more and more coins, and buy more props. There are many pets to choose from, cat, unicorn, and dog. Every pet runner has a unique style. Take your liked pet to get the first runner.', 'https://img.gamemonetize.com/hn5dh0x6wcnroy3p33ogeyu5z6xsltvw/512x384.jpg', 'https://html5.gamemonetize.com/hn5dh0x6wcnroy3p33ogeyu5z6xsltvw/', '0', 'Adventure', 0, 0, '', 'talking-tom-gold-run-online'), (15044, 'Squid Game Dalgona Challenge', 'Are you ready for a fun and popular puzzle game? With the Squid Game Dalgona Sugar Challenge game, you have to use a needle to remove the shape you have chosen from the candy molds. Since the candy mold is hard and fragile, you should carefully remove the shape. If you break the candy, it\'s game over! You have to click the button periodically to remove the candy without breaking it. If you click a lot and set the "Crack Meter" to the red level, the candy will break. Also, if you don\'t remove the candy within the given time, the game is over. For this and more games, please visit meyagames.com. Have fun.', 'https://img.gamemonetize.com/prgiyhh6f1ueu7mvyvabtkal9rz557gj/512x384.jpg', 'https://html5.gamemonetize.com/prgiyhh6f1ueu7mvyvabtkal9rz557gj/', '0', 'Puzzles', 0, 0, '', 'squid-game-dalgona-challenge'), (15045, 'Moto Maniac 3', 'This is a tilty bike game that will challenge your trial skills to the max. The trial competition is set up in the forest, so be ready to climb over trees and rocks. Your main goal is to overcome all the obstacles as fast as you can. But there is a second (yet important) goal - a wild bear was annoyed by the loud engine sounds and it is chasing you, so be quick not to be caught by the beast!', 'https://img.gamemonetize.com/ohf41w276nahrogfzpm258zmcxswlvvu/512x384.jpg', 'https://html5.gamemonetize.com/ohf41w276nahrogfzpm258zmcxswlvvu/', '0', 'Sports', 0, 0, '', 'moto-maniac-'), (15046, 'Candy Pop Me', 'Candy Pop is a matching game where you get to match delicious candies! Candies cannot be matched diagonally. New candies will fill the top as your matches disappear. At the end of each match, you will get your current score and best score', 'https://img.gamemonetize.com/9cl174baalp3fhz8dga0famvw7bovsrq/512x384.jpg', 'https://html5.gamemonetize.com/9cl174baalp3fhz8dga0famvw7bovsrq/', '0', 'Puzzles', 0, 0, '', 'candy-pop-me'), (15047, 'Floral Outfit For The Princess', 'The main event of the fairy kingdom - the Flower Ball, brought together princesses from all over the magical land. Just look at these luxurious dresses embroidered with wonderful flowers. Princesses Tiana, Aurora, Jasmine, Elsa, Ariel and Mulan eclipsed everyone with their beauty. The beautiful image is complemented by hairstyles decorated with buds and petals of plants. Magnificent jewelry sparkles on the girls\' necks. And, of course, a stylish women\'s handbag is an indispensable attribute of any beauty. Immerse yourself in this floral swirl of fun and celebration with the heroines of the game Floral Outfit For The Princess at DressUpWho.', 'https://img.gamemonetize.com/aaakdc89tr4o7t0g12fflypt16eibxdz/512x384.jpg', 'https://html5.gamemonetize.com/aaakdc89tr4o7t0g12fflypt16eibxdz/', '0', 'Hypercasual', 0, 0, '', 'floral-outfit-for-the-princess'), (15048, 'Squid Game Shooting Survival', 'You know the Squid game - the game, right? Well… This game third-person shooting is another series of squid game but this time you are the red team and hunt Green team, many game mode and mission waiting you to try such as shooting to green team to knock down, drive a car or motorcycle, collect coins, parking cars and much more. Have fun here and don\'t forget to visit our website developer bestcrazygames.', 'https://img.gamemonetize.com/p5nj6q4yfiuasvy0jx34ugfvy1sk13ci/512x384.jpg', 'https://html5.gamemonetize.com/p5nj6q4yfiuasvy0jx34ugfvy1sk13ci/', '0', 'Shooting', 0, 0, '', 'squid-game-shooting-survival'), (15049, 'Stick Fighter 3D', 'One Player and Two Player Retro Stickman Fight Game.', 'https://img.gamemonetize.com/vlskz7dtsxmpg34pu546de1wjng6ffob/512x384.jpg', 'https://html5.gamemonetize.com/vlskz7dtsxmpg34pu546de1wjng6ffob/', '0', 'Fighting', 0, 0, '', 'stick-fighter-d'), (15050, 'Bricks Breaker', 'Relax your brain and play the best bricks breaker game this year. Touch and shoot balls to break all bricks. You must clear all bricks to finish each level. Find the best aim angle to break a maximum of bricks. The bricks are destroyed when their score reach 0. Break the bricks before they hit the bottom of the screen. There are over 3000 levels to play !!!', 'https://img.gamemonetize.com/u3xzkfak85frsi0hdu66gn816vcdldrr/512x384.jpg', 'https://html5.gamemonetize.com/u3xzkfak85frsi0hdu66gn816vcdldrr/', '0', 'Puzzles', 0, 0, '', 'bricks-breaker'), (15051, 'Defense of the kingdom', 'The key to protecting the kingdom from aggressive monsters is strategy. Each must develop their own distinct and unique tactics to firmly defend the peaceful land. Play as heroes in battles to accumulate power and awaken the potential of your heroes. Gather the necessary equipment, including spells, powers, techniques and tactics, to help prevent enemy attacks.', 'https://img.gamemonetize.com/frokke9nnw3z2o32sjcvcdz7489vnejh/512x384.jpg', 'https://html5.gamemonetize.com/frokke9nnw3z2o32sjcvcdz7489vnejh/', '0', 'Arcade', 0, 0, '', 'defense-of-the-kingdom'), (15052, 'Paw Patrol Jigsaw Game', 'Paw Patrol Jigsaw is an interesting jigsaw cartoon game, which is developed for kids, especially for people who love the movie cartoon and love playing jigsaw particularly. Now, I choose 12 images of the movie here. Hope you can have fun with them. Join us to see what will happen to them. Enjoy!', 'https://img.gamemonetize.com/bfslm0kzc7b9t409vbczfaknmgwxekun/512x384.jpg', 'https://html5.gamemonetize.com/bfslm0kzc7b9t409vbczfaknmgwxekun/', '0', 'Girls', 0, 0, '', 'paw-patrol-jigsaw-game'), (15053, 'Pumpkin Carving', 'Dry pumpkin carving is a common Halloween craft. This fall, together with the Harlequin Princess, we will decorate our yard with pumpkins using the carving technique. With a knife and a spoon, take out the pulp of the pumpkin, trying to make the walls thinner, no more than 2 cm. Now we cut out the outline of the large details of the picture. It remains to install the pumpkin and put a candle inside. Just a fabulous glow and incredibly spectacular decoration! You will enjoy working with the carving technique so much that your yard will soon turn into a fabulous meadow. Although such a pumpkin can be installed indoors, taking care of fire safety. In this technique, you can work with any hard vegetables or fruits. Add fun details and witch accessories for the coolest pumpkin composition for Halloween. Don\'t forget to choose outfits for the Harlequin Princess!', 'https://img.gamemonetize.com/ej5s3c9gos9xhv8ft65y0zkqih8yfeuj/512x384.jpg', 'https://html5.gamemonetize.com/ej5s3c9gos9xhv8ft65y0zkqih8yfeuj/', '0', 'Girls', 0, 0, '', 'pumpkin-carving'), (15054, 'Halloween Match Three', 'Swap blocks in order to make a group of 3 or more Halloween items, adjacent horizontally or vertically. Keep matching till you collect the required number of items to complete a level.', 'https://img.gamemonetize.com/fwndqfz2gzzskk7ksyr3gwugnbs9fuc5/512x384.jpg', 'https://html5.gamemonetize.com/fwndqfz2gzzskk7ksyr3gwugnbs9fuc5/', '0', 'Puzzles', 0, 0, '', 'halloween-match-three'), (15055, 'Birds VS Blocks', 'Here we come with another cute game where you have to use your mind to make more scores. Birds VS Blocks is a casual yet addictive game where little birdies are together and you have to help them in the way. The flock of birds has to go through the lowest number. Shield and bullets powers are added to make the game more interesting. With amazing Sfx it\'s fun to play Birds VS Blocks, let\'s start destroying some blocks now.', 'https://img.gamemonetize.com/18jqohmy34e8gllt48i3yj55oeii1hyr/512x384.jpg', 'https://html5.gamemonetize.com/18jqohmy34e8gllt48i3yj55oeii1hyr/', '0', 'Hypercasual', 0, 0, '', 'birds-vs-blocks'), (15056, 'Angela Real Dentist Doctor Surgery Game', 'We all love when people around us smile. We become well and happy when someone on the street gives us a smile. But for a smile to be beautiful, you need to take good care of your teeth. This applies to your pets because in childhood they were for every kid. Like people, they also sometimes need to treat their teeth. This can be done by a special doctor - dentist. We present to your attention an exciting game for children - a dentist (vet clinic). In this entertaining game, your child is a real dentist, under the guidance of which there is a hospital for animals. The kid is entrusted with a very important and responsible task - the treatment of teeth of his four-footed pups, whose teeth began to ache heavily because of their love for sweets. You have to treat them in a real dental office, use various medical instruments, such as tongs, scalpels, Burmashin, and many others, to clean your four-legged friends of teeth from plaque, align, do operations, remove cavities and fill them. After all, they all just need your help. For her, the animals will be grateful to you and very grateful.', 'https://img.gamemonetize.com/s4wraypiac51gixxtyvnm0iaxkek9o5f/512x384.jpg', 'https://html5.gamemonetize.com/s4wraypiac51gixxtyvnm0iaxkek9o5f/', '0', 'Girls', 0, 0, '', 'angela-real-dentist--doctor-surgery-game'), (15057, 'Little Witch Puzzle', 'Halloween themed jigsaw puzzle for kids with cute little witch and her cat. Drag and drop all 49 pieces in right place to solve this puzzle.', 'https://img.gamemonetize.com/7q5kqb66xj98xspc78sntpxp8jsg84m3/512x384.jpg', 'https://html5.gamemonetize.com/7q5kqb66xj98xspc78sntpxp8jsg84m3/', '0', 'Puzzles', 0, 0, '', 'little-witch-puzzle'), (15058, 'Baby Taylor Halloween Fun', 'Children\'s favorite Halloween is here! How will Taylor spend Halloween this year? Taylor got up early in the morning of Halloween and started preparing, let\'s prepare for the holiday with her! What\'s different from previous years is that this year Taylor will dress up her pet dog and take it to a party! This is not an easy job. We need to make Oreo obedient and dress it. With Oreo\'s help this year, can Taylor get more sugar?', 'https://img.gamemonetize.com/ucrhr5wa3tex83olampgd8tskox9wjh1/512x384.jpg', 'https://html5.gamemonetize.com/ucrhr5wa3tex83olampgd8tskox9wjh1/', '0', 'Girls', 0, 0, '', 'baby-taylor-halloween-fun'), (15059, 'Bugatti Centodieci Puzzle', 'Play with 6 images in this perfect jigsaw puzzle game: Bugatti Centodieci Puzzle. All images is with the car - Bugatti Centodieci. Solve all puzzles and keep your brain sharp. You have four modes for each picture, 16 pieces, 36 pieces, 64 pieces and 100 pieces. Enjoy and have fun.', 'https://img.gamemonetize.com/nf9t2zob65eawitu2uzknbc0dt4h4zch/512x384.jpg', 'https://html5.gamemonetize.com/nf9t2zob65eawitu2uzknbc0dt4h4zch/', '0', 'Puzzles', 0, 0, '', 'bugatti-centodieci-puzzle'), (15060, 'PickaPath The Loud House', 'Play Pick-a-Path The Loud House Game online in your web browser and mobile at Superkidgames.com for free and more html5 games. We know for a fact that The Loud House Games is currently one of our most beloved game of Nickelodeon Games online , so, of course, we are always down to offering you new and awesome games to play in it, games such as the one you will play right now and is called Pick-a-Path The Loud House, a new point-and-click adventure game unlike it has ever been added for you! For this kind of game, with each new part of it, you will be given two paths to choose from, two courses of action, and you have to select the one that you want. Depending on what you pick, the story is going to unfold differently, with the first story being about trying to get money and donations to make roofs for birdhouses in the park. Now, make sure to not waste too much time picking your path, because you only get 20 seconds. Also, for some stages of the game, you have puzzles to solve, and you do it by dragging items around, such as putting the banana peels into the trash cans, since littering is not something nice. This is how your new The Loud House adventure starts, after you pick if you want to be Lincoln, Ronnie Anne, or Clyde, so start playing right now, and we hope to see you play even more of our cool new games of the day, or more Nick Games like only here can be found!', 'https://img.gamemonetize.com/7y8sly7undojv13zzsu9l2ggmdq3cdpv/512x384.jpg', 'https://html5.gamemonetize.com/7y8sly7undojv13zzsu9l2ggmdq3cdpv/', '0', 'Puzzles', 0, 0, '', 'pickapath-the-loud-house'), (15061, 'RigBMX 2 Crash Curse', 'It\'s possible now to play RigBMX 2 Crash Curse game in your web browser for free at superkidgames.com and more fun games. Rigby loves to ride his BMX bike, so that is what you will be doing with him right here and now in our newest Regular show game online, a game that is called RigBMX 2, one of the best bicycle games online you will get to play today for free here, so missing out on it is something we really hope does not happen. We will now be teaching you what you have to do so that playing the game is not going to be difficult! To control Rigby on his bike you are going to use the arrow keys, and you have to do it so that you get to the end of each level as fast as possible, without losing your three lives, because that means losing the game. You sometimes need to twirl your tail in order to get better balance, and you do it by pressing the spacebar. We are sure that you understood what you have to do, and we\'re also positive that you will be enjoying this game greatly, so give it a chance right now, and make sure to invite friends here to play it too!', 'https://img.gamemonetize.com/y3yfimwnbom8yo8qj6zcniglxr3a4qzn/512x384.jpg', 'https://html5.gamemonetize.com/y3yfimwnbom8yo8qj6zcniglxr3a4qzn/', '0', 'Racing', 0, 0, '', 'rigbmx--crash-curse'), (15062, 'Develobears We Bare Bears', 'It\'s possible now to play Develobears - We Bare Bears game in your web browser for free at superkidgames.com and more fun games. Our favorite three bears from Cartoon Network are back, and they are not coming empty-handed, but with one of the newest additions of our team over to the We Bare Bears Games series, In this game the three bears become creators of video games, all thanks to your help! Let\'s see how you can create games with them right now so that you can start doing so right away and have fun like never before in this category! You are going to stream the games that you create in order to earn money in return, and with the money, you get you then develop and invest it in even more games. To get money from streaming you have to accomplish different tasks from your to-do list, so check up on the list often, and put together all the requirements, such as solving small puzzles, finding items, creating characters, and more. As you perform tasks you get money, and the harder a thing is to do, the more you are rewarded. Good luck we wish to you all playing this awesome new game with the We Bare Bears characters, and make sure that you don\'t make this your last stop in the category, but play even more of the games if you have not already!', 'https://img.gamemonetize.com/tatf0p0msret2e4frffe6x2yr0wc3rir/512x384.jpg', 'https://html5.gamemonetize.com/tatf0p0msret2e4frffe6x2yr0wc3rir/', '0', 'Puzzles', 0, 0, '', 'develobears--we-bare-bears'), (15063, 'Ben 10 Drone Destruction', 'It\'s possible now to play Ben 10 Drone Destruction game in your web browser for free at superkidgames.com and more fun games. Trust us when we say that it is not every day that you get to find and play amazing new Ben 10 Games online like the one that we are offering each and every one of you right in this instant, a game entitledBen 10 Drone Destruction, a game that we had a great time with, from start to finish, as it is one of the best adventure games our website has had in quite a while, so not enjoying it was out of the question. Drone Destruction is a cartoon game based on the animated show Ben 10. Help Ben 10 to destroy all alien drones that are coming to attack.', 'https://img.gamemonetize.com/0d4310h2gjv2c3ihjvhwnyh01vbmdh2q/512x384.jpg', 'https://html5.gamemonetize.com/0d4310h2gjv2c3ihjvhwnyh01vbmdh2q/', '0', 'Adventure', 0, 0, '', 'ben--drone-destruction'), (15064, 'Among Jumper', 'Among Them Jumper is a very fun casual game that will test your skills. With taps on the screen, make the Among Us character climb as many', 'https://img.gamemonetize.com/twvyxxu9j9encq1z9ur3mfd5caqy5gaw/512x384.jpg', 'https://html5.gamemonetize.com/twvyxxu9j9encq1z9ur3mfd5caqy5gaw/', '0', 'Arcade', 0, 0, '', 'among-jumper'), (15065, 'Prisoner Escape', 'Prisoner Escape is a point and click game developed by Games2Live. Imagine that you had been to a Prison; there you got trapped inside the Prison. Here are the interesting puzzles and hidden objects to find and get escape from the Prison. Good luck... Have fun!', 'https://img.gamemonetize.com/ntee9rn0ted09h3l3ll8pt0au21gc1lj/512x384.jpg', 'https://html5.gamemonetize.com/ntee9rn0ted09h3l3ll8pt0au21gc1lj/', '0', 'Puzzles', 0, 0, '', 'prisoner-escape'), (15066, 'Toons Dino Escape', 'Toons Dino Escape is a point and click game developed by 8B Games/Games2live. Imagine that you had been to a Village, On there you found a Dino got trapped. Here is the interesting puzzles and hidden objects to escape Dino from the Village. Good luck.. Have fun!', 'https://img.gamemonetize.com/740k2s0amcyjpzduq0nepcus721d11gq/512x384.jpg', 'https://html5.gamemonetize.com/740k2s0amcyjpzduq0nepcus721d11gq/', '0', 'Puzzles', 0, 0, '', 'toons-dino-escape'), (15067, 'Verde Village Escape', 'Verde Village Escape is a point and click game developed by 8B Games/Games2live. Imagine that you had been to a Village ,On there a you got trapped. Here is the interesting puzzles and hidden objects to find and get escape from the Village Good luck.. Have fun!', 'https://img.gamemonetize.com/eut71e1wpuzt7xt78yr5som1133ont98/512x384.jpg', 'https://html5.gamemonetize.com/eut71e1wpuzt7xt78yr5som1133ont98/', '0', 'Puzzles', 0, 0, '', 'verde-village-escape'), (15068, 'Baby Dress Jigsaw', 'Baby Dress jigsaw is an online puzzle jigsaw game. To solve this puzzle you have to place 64 pieces in the correct jigsaw order. Play this cool plush figures toys jigsaw game and enjoy in your free time!', 'https://img.gamemonetize.com/kqsljzach7zcaf85modq7ltqxypzanvj/512x384.jpg', 'https://html5.gamemonetize.com/kqsljzach7zcaf85modq7ltqxypzanvj/', '0', 'Puzzles', 0, 0, '', 'baby-dress-jigsaw'), (15069, 'Camp Girl Escape', 'Camp Girl Escape is a point and click game developed by 8B Games/Games2Mad. Imagine that you had been to a camp, On there you found a girl need to escape from the camp with the fish. Here is the interesting puzzles and hidden objects to find and help her to escape. Good luck.. Have fun!', 'https://img.gamemonetize.com/qxo05ntozgyc8d0rige5qdlq81gncq5q/512x384.jpg', 'https://html5.gamemonetize.com/qxo05ntozgyc8d0rige5qdlq81gncq5q/', '0', 'Puzzles', 0, 0, '', 'camp-girl-escape'), (15070, 'Cook Up Game', 'Blast your way through Cook Up Yummy Kitchen Cooking Games Tap matching cubes to blast them to smithereens and cook up a storm! Master your cube-crushing skills to impress Gordon Ramsay and become a top chef through mouth-watering levels! Find the smartest way to solve puzzles, crack high scores, and earn three stars. Blast fast using the Win Streak and climb the leaderboard to claim the title of Culinary Genius! Build up an amazing Recipe Book featuring exclusive Gordon Ramsay dishes - available only in Chef Blast - along with some of his personal all-time favorites. Chop, slice, cook, and bake your way through the tastiest game around! Features: BECOME THE MASTER - Learn from Gordon Ramsay and become a master chef! PLAY LUSCIOUS LEVELS - With more added every two weeks! DISHES TO DELIGHT - Master those appetizing recipes in your quest to conquer the kitchen! BEEFY BOOSTERS - Unlock those boosters and access more levels! TEASE YOUR BRAIN - with challenging & strategic gameplay! EXCLUSIVE RECIPES – Discover new, exclusive recipes by star chef Gordon Ramsay along with some of his all-time favorites! TEAM UP - with friends and other players to send and receive lives! TOP THE LEADERBOARDS - Compete with other players and teams to become a leader in the Chef Blast world! PICK UP AND PLAY - anytime, anyplace and even offline! Name, voice, image and likeness of Gordon Ramsay provided under licence from Humble Pie Media Limited for Studio Ramsay. Gordon Ramsay is a trade mark or registered trademark of Gordon Ramsay.', 'https://img.gamemonetize.com/os4jgqpknerj3brurlqz0x6rg0ha13wx/512x384.jpg', 'https://html5.gamemonetize.com/os4jgqpknerj3brurlqz0x6rg0ha13wx/', '0', 'Girls', 0, 0, '', 'cook-up-game'), (15071, 'Car Wash & Garage for Kids', 'We are glad to present to your kids our new game from the series of educational games for children - Car Wash for kids. Cars, mechanisms, various machines have become a part of our daily life. After all they do most of the work and make our life more comfortable. However, from time to time they can get dirty and break. This game is not about how to repair cars, but about washing them and make them more attractive. So, today our car wash is very popular. Lots of cars of various models came here and are waiting in line. Your baby only needs to choose a favorite one, wash it using detergents, a sponge and water, wipe and dry. After all our car wash is well-equipped and will help your child cope with the task. Here is everything for washing a car, cleaning it, polishing it and painting. After a thorough washing using one’s imagination a car enthusiast can paint a car, change wheels and apply a bright colorful sticker to distinguish it from the rest. This will give a car more attractive look and personality. The car wash game will help your child to develop fine motor skills of hands, attention and perseverance, to learn colors. It will give your baby a concept how to wash and paint a car. Your child can have an unforgettable time creating something by one’s own. We glad to see you in this new car wash superhero games. Here, we cheerfully present new washing superhero cars with superheroes textures for kids to play this service station car shampoo fun game. This kids games service station auto garage with newly designed crazy cars has become kids most favorite now in this superhero car game. Wash and make them more attractive in your very own superhero games for kids. Wash and clean your super hero crazy car and go into polishing unit in these new games 2021. Polish superheroes cars and apply compound material to look your superhero smart car more beautiful. With this application we would like to let preschoolers & little kids know some interesting and important facts about cars: 1. Car wash, and the way it is done in real by this washing cars game 2. Cars garage for some of the mechanical fixes of cars; YES, we know kids like the cars/vehicles world and we want them to have fun but learn at the same time. We introduce a cool car racing flow at the gameplay in which cars may get dirty or break down and need care at the garage. We introduce scenarios to our kids such which simulate garage with these educational fun activities in addition to washing cars: 1. Wheel puncture 2. Engine issue 3. Electricity problem 4. A need for a body fix We do that in a very simple and still educational way so kids will know the basics of this interesting world. Little kids love role playing and we believe we help them do that in a very fun and learning way! The kid can also customize his favorite car/vehicle using a rich set of wheels, bodies, lamps, and other car pieces. So what are you waiting for? play Car Wash & Garage for Kids and let your child enjoy while learning here!', 'https://img.gamemonetize.com/7bzz8xnc3etcgctr1db8bqhkqfsqc3z3/512x384.jpg', 'https://html5.gamemonetize.com/7bzz8xnc3etcgctr1db8bqhkqfsqc3z3/', '0', 'Racing', 0, 0, '', 'car-wash-amp-garage-for-kids'), (15072, 'SudokuClassicSudokuPuzzle', 'Sudoku-ClassicSudokuPuzzle game is a popular and addictive brain Sudoku puzzle game. More than 1200+ challenging Sudoku puzzles, suitable for beginners and advanced players\' brain Sudoku! Suitable for all ages Sudoku-ClassicSudokuPuzzle There are 4 difficulty levels-Simple Sudoku, Medium Sudoku, Hard Sudoku and Expert Sudoku! Suitable for Sudoku beginners and advanced players! Pencil mode-Turn on/off the pencil mode as needed. Highlight repetition-Avoid repeating numbers in rows, columns, and blocks. Smart tips-guide you through the numbers when you encounter difficulties. Undo-return to the last operation. Theme-Choose a theme that makes your eyes easier Use dark mode to protect your eyes.', 'https://img.gamemonetize.com/bmdk637yux3ii6hllhtv1o519ls6ag8b/512x384.jpg', 'https://html5.gamemonetize.com/bmdk637yux3ii6hllhtv1o519ls6ag8b/', '0', 'Puzzles', 0, 0, '', 'sudokuclassicsudokupuzzle'), (15073, 'Squid Game Dalgona', 'Just click on "START" to start the game. If you think that the game is too difficult, Put your memory to the test in this fun online challenge game. Choose the candy in the correct order. We hope your memory serves you well. Based on dalgona candy from the popular Squid Game television series. Choose the dalgona correctly to win. This game is compatible with all devices: desktop, tablets and smartphones, IOS or Android.', 'https://img.gamemonetize.com/rk8x21qqhnaa2h7jx2eoli9bov916ay2/512x384.jpg', 'https://html5.gamemonetize.com/rk8x21qqhnaa2h7jx2eoli9bov916ay2/', '0', 'Puzzles', 0, 0, '', 'squid-game-dalgona'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (15074, 'Babysitter Crazy Baby Daycare', 'Have fun while taking care of the cutest kids! Become the best babysitter in town by looking after a bouncing baby boy or girl, making sure they get fed, teaching them arts & crafts, and even picking out adorable new outfits for them. Hone your babysitting skills by exploring different map areas – the playground, the spa and the kitchen. These crazy babies are active and curious, so don’t leave them for too long or they’ll be sure to get themselves into trouble! Check in to the daycare regularly to bathe, nurture and play with your baby. Once the day is done, make sure to put the toddler to bed and read them a story, ready for another day of fun and games tomorrow. FEATURES: - Choose to look after a playful girl or an active boy - Get creative by drawing and painting pictures with your kids - Shake, turn and swipe to prepare delicious and nutritious meals for baby - Watch out for those tears! Learn the foods, drinks and activities that make your child happy again - Shower and pamper the toddler so they are clean and comfortable - Head to the clothes store to pick out cute clothing and accessories together - Explore outside the daycare, taking your child out into the colourful and bustling city - Toddlers love to play – make sure you’re keeping them entertained by visiting the playground - Brush their teeth, read a book and tuck them into bed so they can get their rest Perfect for children and families playing together, Babysitter Crazy Baby Daycare is a great game to learn how to care for yourself and for others. Babysitting isn’t easy but with the fun and engaging gameplay, you will quickly discover how to take care of your toddlers. With fun activities, cute characters, and the challenge of becoming the best babysitter, make sure to come back to the game each day to play and learn more. In Babysitter Crazy Baby Daycare your little friends need your help now, can you please take care of them? You must become an expert babysitter and play in a crazy Baby Daycare. In this fun game for kids you can learn how to take care of babies. These babysitting daycare games are loving games to help their moms and take care of the baby. Have fun and enjoy this free babysitter and daycare game. Choose your baby character and enjoy tons of activities with the toddlers: - bath your little friend till he is clean - choose the best dress up like gorgeous outfits, cap, shoes, glasses, cute toys - get the child dressed to go to the playground - enjoy lots of fun activities like a feeding, spa treatment and painting - the baby is so hungry: prepare the baby food - serve kids sweet and delicious food - take a bubble bath and brush teeth before bedtime - tell baby a good night story - If you have a baby sister or brother this is the right educational game for you! You could be a babysitter and have a good time with your lovely baby. Baby Care and Dress up your cute babies , be their babysitter now. This game provides creative tasks to increase curiosity like bath your baby, dress up and baby care. When your toddlers get tired, put them to bed as good babysitter should do. You\'ll have to play the role of a good babysitter and learn to take care of Baby Boy or girl in a daycare. Baby care games let you play the role like a real mommy or daddy to take care for baby. Babysitting is not an easy job, but with this game you will have an idea of what to expect!', 'https://img.gamemonetize.com/06x92kl7dzwl5ujdkamzbodd965y1gcd/512x384.jpg', 'https://html5.gamemonetize.com/06x92kl7dzwl5ujdkamzbodd965y1gcd/', '0', 'Girls', 0, 0, '', 'babysitter-crazy-baby-daycare'), (15075, 'Paw Patrol Memory Match Up', 'It\'s possible now to play Paw Patrol Memory Match Up game in your web browser for free at Superkidgames.com .Put your mind to the test and find the hidden characters in Paw Patrol Memory Match Up game! Are you good at paying attention to details? Join your friends and use your skills to match all the cards! This fun memory game is designed to test your memorization skills as you do your best to reveal your friends! Begin with just four cards, then advance to more and more difficult challenges as you play! Turn over the cards, see the heroes on the other side, then find their pair! Seems easy enough, right? You can also find more games at superkidgames.com, pick up one and have fun!', 'https://img.gamemonetize.com/m3k3gwvne8qhn1vndbfxlwxqm4udarbu/512x384.jpg', 'https://html5.gamemonetize.com/m3k3gwvne8qhn1vndbfxlwxqm4udarbu/', '0', 'Puzzles', 0, 0, '', 'paw-patrol-memory-match-up'), (15076, 'Squid Game Brain Puzzle', 'Squid Game - Brain Puzzle game is a free online game in the jigsaw puzzle genre. You have 6 images in three modes to play. Choose one of the modes for the game that you previously choose and start it to play. Drag and drop the pieces to solve the puzzle and create an image. Enjoy, and have fun!', 'https://img.gamemonetize.com/y3k67wu4oob5v4sl4l8n9fsd41mh1icf/512x384.jpg', 'https://html5.gamemonetize.com/y3k67wu4oob5v4sl4l8n9fsd41mh1icf/', '0', 'Puzzles', 0, 0, '', 'squid-game--brain-puzzle'), (15077, 'Dora the Explorer the Coloring Book', 'Dora the Explorer the Coloring Book is cool coloring game for kids and adults. Play Dora the Explorer the Coloring Book online for free. This game is playable on all devices. First, you choose which one of the eight pages you want to color. On the bottom of the game screen you are able to find the colors that have been made available to you, and you will simply click on the color you want, and to color you click and hold them move the mouse around however you want to. From under the page you can also choose the eraser if you need it, and you also choose how big the point with which you color is going to be. Now that you know all this, start the game immediately, and don’t look back, even for a second!', 'https://img.gamemonetize.com/m274w3j644kj3lopu10silds3mumjlnt/512x384.jpg', 'https://html5.gamemonetize.com/m274w3j644kj3lopu10silds3mumjlnt/', '0', 'Puzzles', 0, 0, '', 'dora-the-explorer-the-coloring-book'), (15078, 'Makeup Games Wedding Artist Games for Girls', 'Wedding, Makeup, Dress Up, Hair Salon Games for Girls! Jennifer and her fiance will hold our wedding ceremony in one month. Her to-do list is full of so many wedding planning tasks. Help Jennifer get ready for her dream wedding! Features: - Having a relaxing girls SPA! SPA is the first step of makeup! - Give the bride a wedding hairstyle! - Hand SPA is waiting for you! Choose beautiful decoration for each nail. - A wedding makeover is ready now! - Pick out a perfect girl wedding dress! - Design the unique wedding invitation card! - Record the cherished moment of the big day! How to play: - Use interactive controls to play the game. - Lots of hair style for the special day. - Pick out a wedding make-up for your girl. - Choose beautiful wedding dress and veil. - Write your unique wedding invitation card. - Five dreamy photo scenes for wedding ceremony. Tons of makeup, hair, dresses to choose from. Perfect dress up game for girls! Important Message for Purchases: - By downloading this App you agree to Salonâ„¢\'s Privacy Policy. - Please consider that this App may include third parties services for limited legally permissible purposes. About Salonâ„¢ Salonâ„¢ is the top creators of girls\' digital Toys! See our huge collection of wonderful games & get ready in our trendy salons! Test your fashionista skills now! Important Message to Parents This app is free to play and all content is FREE with ads. There are certain in-game features that may require purchase using real money.', 'https://img.gamemonetize.com/8n6dexcb23f48qri6h7p0p3te6yftn11/512x384.jpg', 'https://html5.gamemonetize.com/8n6dexcb23f48qri6h7p0p3te6yftn11/', '0', 'Girls', 0, 0, '', 'makeup-games-wedding-artist-games-for-girls'), (15079, 'Squid Game Runner', 'All players are poor and want money for their future and present life. Don\'t get eliminated and make your way to the top for the 46.5 billion won prize pool!! and its squid game challenge where people come to that platform where they perform many tasks to save their lives. and the red light point is don\'t allow you to move your body.', 'https://img.gamemonetize.com/jcjfaoal3i888u0db4ukx6dgqrqt4rkl/512x384.jpg', 'https://html5.gamemonetize.com/jcjfaoal3i888u0db4ukx6dgqrqt4rkl/', '0', 'Arcade', 0, 0, '', 'squid-game-runner'), (15080, 'Zombie Among Us', 'At this game Among Us characters was turned into a zombie. They want to invade your palace. You can defend the fortress but they come in waves all the time. So you need to use your weapons wisely and destroy as many zombies as you can. Destroy the flying saucers that bring new zombies to the place. To kill bigger among us zombies you need to shoot on them more times, so be prepare to kill them first. Use bombs and arrow with flames for more damage. Buy new and more weapons to have more success.', 'https://img.gamemonetize.com/0zff1hyz43x3kviohxmjpns53r5yvai1/512x384.jpg', 'https://html5.gamemonetize.com/0zff1hyz43x3kviohxmjpns53r5yvai1/', '0', 'Action', 0, 0, '', 'zombie-among-us'), (15081, 'Halloween Puzzles', 'Welcome to the game called Halloween Puzzles! In this game you have 12 puzzles with pictures from Halloween characters. Assemble them by changing to place the pieces. To change drag parts up to another position. Completed a level, go to the next. In each level you have limited time for which need to complete it.', 'https://img.gamemonetize.com/k5m8p05pqiu0x8q65ah4jkz5f1gxtns2/512x384.jpg', 'https://html5.gamemonetize.com/k5m8p05pqiu0x8q65ah4jkz5f1gxtns2/', '0', 'Puzzles', 0, 0, '', 'halloween-puzzles'), (15082, 'Chess Clash of Kings', 'Make use of your best chess strategy, analyze your next move and improve your chess skills. Climb the tower of 400 levels and face more difficult challenges! Complete all achievements and become the chess grandmaster.', 'https://img.gamemonetize.com/kyo9mokds8s6xd2k5om8k5njyt8afnsr/512x384.jpg', 'https://html5.gamemonetize.com/kyo9mokds8s6xd2k5om8k5njyt8afnsr/', '0', 'Puzzles', 0, 0, '', 'chess--clash-of-kings'), (15083, '3D Pool Ball', 'This is authentic 3D pool experience like you’ve never seen on mobile. Unlike other pool games, 3D Pool Ball offers playing pool (a.k.a pocket billiards) in 3D view as it should be played in real world. Capture the spotlight in the pubs & pool halls and build you legacy in the most realistic pool game on the planet. Compete against other real players from all around the world or enter tournaments to win trophies against skilled pool players. How about a nice game of pool?', 'https://img.gamemonetize.com/t9ny26fpofe0wz4wqy7drxu6krhe7cbf/512x384.jpg', 'https://html5.gamemonetize.com/t9ny26fpofe0wz4wqy7drxu6krhe7cbf/', '0', 'Sports', 0, 0, '', 'd-pool-ball'), (15084, 'Boxing Star', 'Rise from the box underground to the championship and become a boxing star. Improve your skills with rewards to compete in better tournaments. Put your boxing gloves on and box like there’s no tomorrow. Defeat all your opponents in fights and collect all trophies.', 'https://img.gamemonetize.com/1ezhgct6uvwkgek03w6zdzindab7fb6x/512x384.jpg', 'https://html5.gamemonetize.com/1ezhgct6uvwkgek03w6zdzindab7fb6x/', '0', 'Sports', 0, 0, '', 'boxing-star'), (15085, 'Geometry Dash SubZero Arcade', 'Geometry Dash is back with a brand new adventure! Jump in, brace yourself, and get ready for a real challenge! This won\'t be easy...', 'https://img.gamemonetize.com/wnunrdxxb05g2z2iqn75xb5u2z343j5w/512x384.jpg', 'https://html5.gamemonetize.com/wnunrdxxb05g2z2iqn75xb5u2z343j5w/', '0', 'Arcade', 0, 0, '', 'geometry-dash-subzero--arcade'), (15086, 'NinjAwesome', 'NinjAwesome - the best ninja game ever! Use skillful swipes to hurdle perilous traps and snatch mischievous bouncing coins! Rush through the pixellated plants, swiftly slashing wicked enemies, sniping foes with shuriken as you leap! Complete the tests of the ninja - Assassination, Infiltration, Sabotage, Espionage, and Wandering - to satisfy your destiny!', 'https://img.gamemonetize.com/1jmuhyt601lc81t818yelk3c1haoiz3u/512x384.jpg', 'https://html5.gamemonetize.com/1jmuhyt601lc81t818yelk3c1haoiz3u/', '0', 'Arcade', 0, 0, '', 'ninjawesome'), (15087, 'Princesses Mall Shopping', 'Take the mom you’ll go first and study all the possible combination you could design. Remember, the princesses are caring a baby with them so find a practical outfit, but also a fancy one because it’s in their nature to look dapper all the time. If you like the dress more you should choose to take one or you could look after a mix with a short and a top. The more you try out the better your choice will be so decide on the clothes and then go to the other store where you’ll provide an important piece of your outfit: the shoes. Pick right one and don’t forget to add a matching bag to them so in this way you could finalize your work. Use your abilities in fashion area and put in there some creativity too. Feel free to create two totally different designs that would combine a unique style to define your work. Get a special attire for these pregnant princesses and have fun doing it.', 'https://img.gamemonetize.com/k1sfng1xrvlrzgm80l8wvnbgwl0qf712/512x384.jpg', 'https://html5.gamemonetize.com/k1sfng1xrvlrzgm80l8wvnbgwl0qf712/', '0', 'Girls', 0, 0, '', 'princesses-mall-shopping'), (15088, 'Ice Princess Sweet Sixteen', 'You’re invited to the most glamorous party of the year - Ice Princess’ Frosty Sweet Sixteen! Prince Charming will be there so make sure to wear your most beautiful winter gown! Choose from tons of frosty-chic outfits and stylish accessories! You can even dress up your royal pet and bring it to the Frosty Sweet Sixteen! Dance the night away with your prince by your side!', 'https://img.gamemonetize.com/lrlc31mgfjn7hcg8fns9infzgvlr0ozf/512x384.jpg', 'https://html5.gamemonetize.com/lrlc31mgfjn7hcg8fns9infzgvlr0ozf/', '0', 'Girls', 0, 0, '', 'ice-princess--sweet-sixteen'), (15089, 'Pawn Shop Master', 'Line your business with gold, antique guns, jewelry, art - whatever you can get your hands on to make a profit. Will you become the most famous Pawn Store in the city? In this game, only one person comes out a winner in these traders - and that person is you! Embrace that silver tongue of yours and convince people that they have to make this deal. They are desperate for the money and only you can provide what they are looking for. Let’s make a deal!', 'https://img.gamemonetize.com/ea8c2f9qo4xmo6lx14cth28ofx78w106/512x384.jpg', 'https://html5.gamemonetize.com/ea8c2f9qo4xmo6lx14cth28ofx78w106/', '0', 'Soccer', 0, 0, '', 'pawn-shop-master'), (15090, 'Modern Princess Dress Up', 'Modern Princess Dress Up Create own image for princess', 'https://img.gamemonetize.com/6euvsa4mpjp39ycp399c72v34397occx/512x384.jpg', 'https://html5.gamemonetize.com/6euvsa4mpjp39ycp399c72v34397occx/', '0', 'Girls', 0, 0, '', 'modern-princess-dress-up'), (15091, 'Fruit Ninja Classic', 'Swipe your screen to cut fruit, but don’t hit bombs – that’s how easy it is to play Fruit Ninja, the hit fruit-slicing mobile game enjoyed by billions of players all over the world! Start your addiction to the delicious fruit carnage with the three original game modes and a wide range of blades and dojos to choose from. Experience the thrill of setting a new high score in the fan-favourite Arcade mode as you dodge bombs and slice massive combos with the help of the special Double Score, Freeze or Frenzy bananas, or relax and slash for stress relief in Zen Mode. Last but not least, slice as many fruit as you can in Classic mode – just don’t drop the fruit and don’t hit the bombs! Make your game even more exciting by equipping the special power-ups: Peachy Time, which gives extra time; Berry Blast, which destroys surrounding fruit when sliced; and Bomb Deflect.', 'https://img.gamemonetize.com/zglsbwu2kl7t9bbvi1tc5g5440k31nre/512x384.jpg', 'https://html5.gamemonetize.com/zglsbwu2kl7t9bbvi1tc5g5440k31nre/', '0', 'Clicker', 0, 0, '', 'fruit-ninja-classic'), (15092, 'Model Makeover Fashion War', 'You entered the beauty contest finals. You are only one step beyond the crown of Miss World. We prepare for you a relaxing spa and a luxurious dressing room.', 'https://img.gamemonetize.com/f1ux05xtzi9dwsk7bhew0r0ir5wpvc7f/512x384.jpg', 'https://html5.gamemonetize.com/f1ux05xtzi9dwsk7bhew0r0ir5wpvc7f/', '0', 'Hypercasual', 0, 0, '', 'model-makeover-fashion-war'), (15093, 'Snow Trial', 'Snow Trial is a new and exciting winter trial game loved by players around the world. It’s time for action! Unlock awesome skier and snowboard characters. Race in fun and challenging single player levels or defeat your opponents in multiplayer mode! Become the greatest extreme athlete ever!', 'https://img.gamemonetize.com/gyer2gj0tpmv7841mf0hjeayjazwuvby/512x384.jpg', 'https://html5.gamemonetize.com/gyer2gj0tpmv7841mf0hjeayjazwuvby/', '0', 'Sports', 0, 0, '', 'snow-trial'), (15094, 'Makeover Games Superstar Dress up & Makeup', 'Hey, super star girls, come here! This free dress up game is made for you and your trendy friends. Exclusively for fashionistas who want to look like a millionaire and a billionaire socialite, we created 20 various fashion backgrounds to help dress you up for the occasion and start a makeover project.', 'https://img.gamemonetize.com/c0v0o4gworv3qqb2o0k136fsimftfu5f/512x384.jpg', 'https://html5.gamemonetize.com/c0v0o4gworv3qqb2o0k136fsimftfu5f/', '0', 'Hypercasual', 0, 0, '', 'makeover-games-superstar-dress-up-amp-makeup'), (15095, 'Office Dress Up Girls', 'This new dressup game is about work clothes a professional woman would wear in an office at her day job. Business clothing style is usually pretty conservative, especially in accounting and finance, but can be more relaxed ("business casual") in places like IT or the games industry. Business style reflects the new empowered role of women in the modern world. But business looks don\'t require sacrifice of beauty or style!', 'https://img.gamemonetize.com/ak5btq9hi8jtwymg3tn9bpkc7yv9kbk7/512x384.jpg', 'https://html5.gamemonetize.com/ak5btq9hi8jtwymg3tn9bpkc7yv9kbk7/', '0', 'Girls', 0, 0, '', 'office-dress-up--girls'), (15096, 'Retro Speed Arcade', 'Feel the thrill of high speed racing in Retro Speed. It is an arcade racing game in which the speed of your car constantly increases as you keep collecting coins. Overtake as many cars as possible and emerge as the leader. Don\'t miss playing this highly addictive and fun game.', 'https://img.gamemonetize.com/4d7ylozmitva5qk2oviigr36i3gxb6xf/512x384.jpg', 'https://html5.gamemonetize.com/4d7ylozmitva5qk2oviigr36i3gxb6xf/', '0', 'Racing', 0, 0, '', 'retro-speed-arcade'), (15097, 'Roar of City', 'Roar of City is a 2020 Beat em up game and action boys game with high quality graphic and suitable gameplay for mobile. Fight with criminals gang and arrest their commander to rescue the people. But now the city is angry and the horrible roar of that can be heard. If you are love classic Beat em up games from consoles such as snes, arcade, genesis, nes (Or new ones) or you love new action games, this is a enjoyable free game for you. Good luck in fighting in streets. Features: 1- a 2.5D isometric game. 2- 5 different moves for player (Walk, Run ,Punch, Kick, Special ). 3- 8 different enemy types. 4- 8 levels with completely different environments: (Forest park, Hotel, Amazon forest, Ship, Amusement park, Restaurant, City, Boss office). 5- Advanced AI system. 6- Auto save/load system. 7- Nice performance for mobiles.', 'https://img.gamemonetize.com/vhxsma37tujcggqur95byp0eyd2dxhet/512x384.jpg', 'https://html5.gamemonetize.com/vhxsma37tujcggqur95byp0eyd2dxhet/', '0', 'Arcade', 0, 0, '', 'roar-of-city'), (15098, 'Janissary Tower', 'In Janissary Tower game, characters try their best to win on their own towers. Try to hit your enemies by using 3 different cannons! Each cannon has unique features, and they will be efficient weapons depending on your strategies. In order to reach various spots on map and strengthen your defenses, you can build bricks. You can have advantage over your enemies by collecting flying smart balloons and bonuses on Janissary Tower game.', 'https://img.gamemonetize.com/oxbf36roqh2ci5fqv9lavfu0946dpyy5/512x384.jpg', 'https://html5.gamemonetize.com/oxbf36roqh2ci5fqv9lavfu0946dpyy5/', '0', 'Shooting', 0, 0, '', 'janissary-tower'), (15099, 'The Squid Game', 'Join a fun mixture of running and survival 3D game. Where the red and green light indicates what you need to do stop of run to survive!', 'https://img.gamemonetize.com/89hzuv3lj2tdav8sv4f7y61jwj2jx9xy/512x384.jpg', 'https://html5.gamemonetize.com/89hzuv3lj2tdav8sv4f7y61jwj2jx9xy/', '0', 'Action', 0, 0, '', 'the-squid-game'), (15100, 'Strike Force Heroine RPG', '', 'https://img.gamemonetize.com/4yu0u4f8h2u37wt3hl53171wh80cwfgd/512x384.jpg', 'https://html5.gamemonetize.com/4yu0u4f8h2u37wt3hl53171wh80cwfgd/', '0', 'Hypercasual', 0, 0, '', 'strike-force-heroine-rpg'), (15101, 'Princess Eliza Soft vs Grunge', 'Princess Eliza is looking for her own unique style. She tries out a new style from Tiktok called Soft. Representatives of the soft girl subculture prefer comfortable and soft clothes. The makeup is dominated by pink and peach shades. The entire aesthetics of the style is literally imbued with emotionality and sensuality, kindness and tenderness. Rainbow prints, drawings in the form of hearts, stars, bears, clouds are welcome. There are many childish elements in the aesthetics. The grunge style is the exact opposite of the soft style. It\'s cocky, chaotic, and socially defiant. The whole essence of the direction is such components: mixing of incompatible elements, comfort and convenience in the first place, real indifference to fashion. The grunge style of clothing is expressed in torn and stretched clothes. Specially aged clothes, wrinkled T-shirts and sweaters that seem to be out of size are the basis of grunge clothing. What happens if you mix these two styles and create a new style - Softgrange? Let\'s find it out with the lovely princess Eliza at Dressupwho!', 'https://img.gamemonetize.com/coroqdp9mhr1e35et3pwy4fdv01w1zqm/512x384.jpg', 'https://html5.gamemonetize.com/coroqdp9mhr1e35et3pwy4fdv01w1zqm/', '0', 'Hypercasual', 0, 0, '', 'princess-eliza-soft-vs-grunge'), (15102, '456 Survival Game Challenge', 'As a survival game, aviable at zazgames.com. you will play the role of 456 player to play Survival games Game available: Red Light - Blue Light Dalgona Candy Tug Of War Jump on Glass Death or win with Big Money! Hope you enjoy!', 'https://img.gamemonetize.com/itts5jcknlshpx92epdipk10slp6hoh3/512x384.jpg', 'https://html5.gamemonetize.com/itts5jcknlshpx92epdipk10slp6hoh3/', '0', 'Hypercasual', 0, 0, '', '-survival-game-challenge'), (15103, 'Mahjong FireFly', 'What do you know about Fireflies? Small, but strong: use the power of these tiny creatures to enlighten your path to victory in our new classic mahjong! You\'re also empowered with unusual special tiles to help you progress through the challenging levels. Explore the game and play around with all of them!', 'https://img.gamemonetize.com/hwfsxoxqpvlpzpq7r58p6eqi2852xa51/512x384.jpg', 'https://html5.gamemonetize.com/hwfsxoxqpvlpzpq7r58p6eqi2852xa51/', '0', 'Puzzles', 0, 0, '', 'mahjong-firefly'), (15104, 'Mahjong Alchemy', 'Collect the same cards by simply selecting them on the screen! Train your memory and improve your attentiveness to find pairs even faster! Remember, the faster you open a pair, the more points you will get! At the same time, enjoy the atmosphere of a Chinese festival and the magic of alchemy on the road or after a hard day\'s work! The game is perfect for relaxing and getting only positive emotions! Also, do not forget to buy new cards! The more beautiful and rare the card, the more expensive it is, but believe me, it\'s worth it!', 'https://img.gamemonetize.com/mbhvcbunhuru6t4h7b37sgtfehf1vl77/512x384.jpg', 'https://html5.gamemonetize.com/mbhvcbunhuru6t4h7b37sgtfehf1vl77/', '0', 'Puzzles', 0, 0, '', 'mahjong-alchemy'), (15105, 'Bus Crash Stunts', 'Bus Crash Stunts is a simulation of bus driving. Join the demolition arena. Crash your bus and make stunts. Enjoy great realistic atmosphere. Welcome to the world of games with crazy stunts, where you will find exciting races, long jumps and devastating accidents for your bus. Also in this destruction simulator, you can lose parts of your bus and completely break the bus. You can make crazy stunts. You will not get bored with the variety of buses and maps, so put the pedal to the metal and start destroying everything in your path and do incredible stunts. Earn money and unlock more vehicles. Have fun.', 'https://img.gamemonetize.com/huuxlsju4uo0ch8asevmuphotiktky6a/512x384.jpg', 'https://html5.gamemonetize.com/huuxlsju4uo0ch8asevmuphotiktky6a/', '0', 'Racing', 0, 0, '', 'bus-crash-stunts'), (15106, 'Ariel Finding Her Love', 'Ariel falls in love with Prince Eric, but she is a mermaid and cannot live on land. So she invited her friend Elsa to help her. Please help Ariel to develop a potion that can be transformed into a human being, and then let her become eye-catching with Elsa! Can Ariel find her love smoothly? Have fun!', 'https://img.gamemonetize.com/02p1e9ljorlpzpb3q3ke31nioponr4yw/512x384.jpg', 'https://html5.gamemonetize.com/02p1e9ljorlpzpb3q3ke31nioponr4yw/', '0', 'Girls', 0, 0, '', 'ariel-finding-her-love'), (15107, 'Halloween Magic Connect', 'Aim, match and smash all the colorful monster bubbles in this relaxing color matching adventure. To break the bubbles, you need to connect three or more bubbles of the same color together and then shoot the bubble you are given into a bunch of monster bubbles stacked in the play area. Try to break all the bubbles with as few shots as possible. Enjoy! Features: - Unlimited levels to play - Languages support: English and Russian', 'https://img.gamemonetize.com/ijjeaeif0ocoli0ojddv7h3tmdvkyeal/512x384.jpg', 'https://html5.gamemonetize.com/ijjeaeif0ocoli0ojddv7h3tmdvkyeal/', '0', 'Shooting', 0, 0, '', 'halloween-magic-connect'), (15108, 'Zombie Parade Defense 5', 'Zombie Parade Defense 5 is here with desert defense! Desert storms and zombies threaten your castle... New weapons and traps are ready for stronger and organized zombies. The automatic volley gun located at the top of the castle will assist you. You can neutralize many zombies by developing that weapon. Of course, other weapons as well... If you are playing the game for the first time, choose "Normal" in difficulty mode. Whether you play 1 Player or 2-3-4 Player, the goal is to keep the zombies away from the building. If you can survive a total of 12 waves, you win the game!', 'https://img.gamemonetize.com/ppkdgwgp9bkou02bcm7j7jc0hmyachr4/512x384.jpg', 'https://html5.gamemonetize.com/ppkdgwgp9bkou02bcm7j7jc0hmyachr4/', '0', 'Action', 0, 0, '', 'zombie-parade-defense-'), (15109, 'Bonnie Color Reveal', 'On this hot summer day, meet the new stars of the beach - Bonnie and her BFF! A delightful swirl of color and fun awaits you. Choose from a variety of colorful hairstyles and outfits. Beach tops, shorts, skirts and dresses will not leave you indifferent. And besides that, girls can try on trendy swimwear and even transform into mermaids! Don\'t miss this unique opportunity to have some fun with Bonnie and her BFF in Bonnie Color Reveal at DressUpWho!', 'https://img.gamemonetize.com/mmrggfjaznr38pf0749afc1e8f5s76zf/512x384.jpg', 'https://html5.gamemonetize.com/mmrggfjaznr38pf0749afc1e8f5s76zf/', '0', 'Hypercasual', 0, 0, '', 'bonnie-color-reveal'), (15110, 'Cup and Minecraft', 'Cup and Minecraft is super fun puzzle game that you can play online for free. This funny minecraft themed game is suitable for all ages. The aim of the game is to find Steve. He is hiding under one of the cups! While you play the game some distraction objects are gonna pop up. Have fun playing!', 'https://img.gamemonetize.com/q46x9s1c6s0i05fixbipqfvpy7ffjn0k/512x384.jpg', 'https://html5.gamemonetize.com/q46x9s1c6s0i05fixbipqfvpy7ffjn0k/', '0', 'Puzzles', 0, 0, '', 'cup-and-minecraft'), (15111, 'GREENLIGHT REDLIGHT', 'Survival games are becoming a reality in the modern world. In case of victory, the best one gets a cash prize and recognition. Many mobile games have been created on the topic of survival, where each player tested fate, endurance, and their own health. There will be only one winner', 'https://img.gamemonetize.com/usr5rtoaq8jiopu11rtpr1wtv35uolg7/512x384.jpg', 'https://html5.gamemonetize.com/usr5rtoaq8jiopu11rtpr1wtv35uolg7/', '0', 'Action', 0, 0, '', 'greenlight-redlight'), (15112, 'AMONGUS GEOMETRY JUMP', 'Jump as much as you can in Amongus Geometry Jump, which is a fun and challenging game! These amongus players are very enthusiastic and diligent, make them jump and try to get the highest score. Choose among different amongus characters and get lost. You can play this game with your chosen character. Play the best HTML5 games for free on y9-games.com!', 'https://img.gamemonetize.com/s5o91kypyvyiral1bxvppimp6cphjyzi/512x384.jpg', 'https://html5.gamemonetize.com/s5o91kypyvyiral1bxvppimp6cphjyzi/', '0', 'Racing', 0, 0, '', 'amongus-geometry-jump'), (15113, 'Crazy Supercars Racing Stunts', 'Experience the life of a cabby in our newest taxi simulator game. Complete various driving goals as a taxi or private cabby and pick your favorite car from a choice of over 30 incredible vehicles, with even more new cars being included weekly. Navigate around huge cities like New York, Miami, Rome, or Los Angeles and also change your driving design to various kinds of customers - some remain in a rush and also uncommitted if you run a traffic signal. In contrast, others are frightened of hazardous driving. We take taxi simulation games to a new level with VIP customers, undecided customers, and numerous types of everyday and lifetime landmarks. Start your taxi driving profession with regular cars and function your method up to SUVs, luxury cars, cars, and supercars. Acquire much better cars to be able to grab VIP clients and to earn more for every goal. Each vehicle you acquire can be played both in the taxi as well as exclusive taxi mode.', 'https://img.gamemonetize.com/oxd4hhbif6v9zfkc77zds2j2ijb7udmw/512x384.jpg', 'https://html5.gamemonetize.com/oxd4hhbif6v9zfkc77zds2j2ijb7udmw/', '0', 'Racing', 0, 0, '', 'crazy-supercars-racing-stunts'), (15114, 'Pop Halloween', 'Pop Halloween is a simple and fun click puzzle game. Select 2 or more halloween items to match them. The more items you match in a single click - the more points you earn for every item. What\'s your best score?', 'https://img.gamemonetize.com/948kr87zhiqmfa5oc1t9uu0g11nc3r0h/512x384.jpg', 'https://html5.gamemonetize.com/948kr87zhiqmfa5oc1t9uu0g11nc3r0h/', '0', 'Puzzles', 0, 0, '', 'pop-halloween'), (15115, 'Disney Super Arcade', 'It\'s possible now to play Disney Super Arcade game in your web browser for free at Superkidgames.com and more fun games. there are no Disney Channel Games like the one that you are about to play right at this moment, the game called Disney Super Arcade, which manages to combine the following categories of games: DuckTales Games, Muppets Babies Games, Zombies Games, Vampirina Games, Big Hero 6 Games, Descendants Games, Mickey and the Roadsters Games, Puppy Dog Pals Games, The Lion Guard Games, Doc McStuffins Games, Sofia the First Games, Jake and the Neverland Pirates Games, and Miles From Tomorrowland Games! Yes, that\'s right, all of these characters and shows you love a lot come together in this arcade game. For each of the shows, there is going to be one different mini-game, meaning that in each of them you do something different. It is precisely for that reason that there is not much for us to tell you since we could not tell you about them all. What do you do then? Well, you check them out, play them right away, and see for yourself how awesome they are! If you want, when you are done, check out more games at or website superkidgames.com, and continue having fun for as long as you want to!', 'https://img.gamemonetize.com/ayv6tmgvx5y8rfvxcbs0bsuywqxkmpwn/512x384.jpg', 'https://html5.gamemonetize.com/ayv6tmgvx5y8rfvxcbs0bsuywqxkmpwn/', '0', 'Arcade', 0, 0, '', 'disney-super-arcade'), (15116, 'SandCastle Battle We Bare Bears', 'Play SandCastle Battle - We Bare Bears Game online in your web browser and mobile at Superkidgames.com for free and more html5 games. here is a new We Bare Bears Games online on our website, especially, awesome game you get to enjoy right now and here for free, a game called Sandcastle Battle where our whole team has had a brilliant time from start to finish, with a war and strategy game that is only made better by the fact that you play it with these Cartoon Network characters you love a lot. We will now explain how you do everything, so read this to the end if you want to do a great job. There are a total of ten levels in the game, each one harder than the previous one. When you are being under attack, click on the screen in order to throw sand projectiles at your attackers and prevent them from reaching your castle, because if they deplete its whole health bar, you lose. To make a continuous attack and stronger one, click and hold on one of the lanes from where you\'re attacked. When available, click on the icons with the bears from below to activate special attacks. Good luck and a great time we wish for all!', 'https://img.gamemonetize.com/mogkjua3qd5hdexd1i4jy754ny57otbg/512x384.jpg', 'https://html5.gamemonetize.com/mogkjua3qd5hdexd1i4jy754ny57otbg/', '0', 'Shooting', 0, 0, '', 'sandcastle-battle--we-bare-bears'), (15117, 'Bubble Shooter Halloween Special', 'This classic shooter game is all about endless Halloween-mask popping fun with a spooky twist. Aim and shoot to create groups of three or more same Halloween-masks to clear.', 'https://img.gamemonetize.com/odlcktf0azsc3gsgc42q6sas2r7tjwoc/512x384.jpg', 'https://html5.gamemonetize.com/odlcktf0azsc3gsgc42q6sas2r7tjwoc/', '0', 'Puzzles', 0, 0, '', 'bubble-shooter-halloween-special'), (15118, '4x4 Halloween', 'Move Halloween photo tiles to form the picture shown to the right side of the screen.', 'https://img.gamemonetize.com/51ufz6e5911zclud6ab7888rg57wrzh8/512x384.jpg', 'https://html5.gamemonetize.com/51ufz6e5911zclud6ab7888rg57wrzh8/', '0', 'Puzzles', 0, 0, '', 'x-halloween'), (15119, 'Squid Game Coloring Book', 'Squid Game Coloring Book is cool coloring game for kids and adults. Play Squid Game Coloring Book online for free. This game is playable on all devices. First, you choose which one of the eight pages you want to color. On the bottom of the game screen you are able to find the colors that have been made available to you, and you will simply click on the color you want, and to color you click and hold them move the mouse around however you want to. From under the page you can also choose the eraser if you need it, and you also choose how big the point with which you color is going to be. Now that you know all this, start the game immediately, and don’t look back, even for a second!', 'https://img.gamemonetize.com/ehawisyfwk03vmhh6of2a2r5ftupkneg/512x384.jpg', 'https://html5.gamemonetize.com/ehawisyfwk03vmhh6of2a2r5ftupkneg/', '0', 'Puzzles', 0, 0, '', 'squid-game-coloring-book'), (15120, 'Sugar Candy Challenge 3D', 'Just click on "START" to start the game. If you think that the game is too difficult, Put your memory to the test in this fun online challenge game. Choose the candy in the correct order. We hope your memory serves you well. Based on dalgona candy from the popular Squid Game television series. Choose the dalgona correctly to win. This game is compatible with all devices: desktop, tablets and smartphones, IOS or Android.', 'https://img.gamemonetize.com/szffunhz44itj3r9h3vak5o1l4ah9sg5/512x384.jpg', 'https://html5.gamemonetize.com/szffunhz44itj3r9h3vak5o1l4ah9sg5/', '0', 'Puzzles', 0, 0, '', 'sugar-candy-challenge-d'), (15121, 'ONet Halloween Links', 'Connect 2 same halloween items with a path that no more than two 90 degree angles. Clear the board by removing all pairs of identical halloween items. Becareful, in some levels the item tiles can float ( to bottom, to uper, to left, to right, to center or split). There are 27 challenging levels in this game. Complete a level before time bounds to get extra bonus.', 'https://img.gamemonetize.com/umacp1d28kywiuzq6p4f346dia4lcoao/512x384.jpg', 'https://html5.gamemonetize.com/umacp1d28kywiuzq6p4f346dia4lcoao/', '0', 'Puzzles', 0, 0, '', 'onet-halloween-links'), (15122, 'Halloween Kids Puzzle', 'Halloween themed jigsaw puzzle for little kids who love to be challenged. Drag and drop all pieces in right place before the time runs out. Hurry up you have 30 seconds only!', 'https://img.gamemonetize.com/ta3nwi6sh5daixhvnmbuu6ncd3yigd1b/512x384.jpg', 'https://html5.gamemonetize.com/ta3nwi6sh5daixhvnmbuu6ncd3yigd1b/', '0', 'Puzzles', 0, 0, '', 'halloween-kids-puzzle'), (15123, 'Car vs Cop', 'endless high speed chase game. Maneuver around by either using the joystick or tap controls. Enable combo scoring by letting cops come close to you.', 'https://img.gamemonetize.com/rcc9mt6pdxo37hsoa401gfq77nhon1ke/512x384.jpg', 'https://html5.gamemonetize.com/rcc9mt6pdxo37hsoa401gfq77nhon1ke/', '0', 'Racing', 0, 0, '', 'car-vs-cop'), (15124, 'Ball Brawl 3D', 'The most amusing soccer game ever! There is no foul or red card! Slide tackle your opponents, grab the ball and watch them fly away! Tackle everyone in your sight, dribble, shoot and score a goal! Beat your opponents and become the champion!', 'https://img.gamemonetize.com/fi7q5byve4cz7gaosmpm0j0m6xekub3h/512x384.jpg', 'https://html5.gamemonetize.com/fi7q5byve4cz7gaosmpm0j0m6xekub3h/', '0', 'Sports', 0, 0, '', 'ball-brawl-d'), (15125, 'Pigeons Pigeons', 'Everybody knows that pigeons are the greatest menace to the safety of the humankind, but no one in world has the courage to face them and erase them from earth. There is an exception though, and that exception is you! Take the shotgun and free the world from the most nasty creature that has ever existed. Features: 30 Levels 1 Shotgun 12 Different kinds of pigeons Destructable Objects An ending with an unexpected twist...', 'https://img.gamemonetize.com/la53gfmtl08cgvmtdfphmt4pjho0ehqw/512x384.jpg', 'https://html5.gamemonetize.com/la53gfmtl08cgvmtdfphmt4pjho0ehqw/', '0', 'Shooting', 0, 0, '', 'pigeons-pigeons'), (15126, 'Color Adventure Draw the Path', 'Color Adventure is both a coloring game and a brain exercise! Touch and hold the cube to color a path to new places and countries. But beware! It\'s not as easy as it looks!', 'https://img.gamemonetize.com/m8gu0ja3zle1jk6p87qmszlg7l636j2s/512x384.jpg', 'https://html5.gamemonetize.com/m8gu0ja3zle1jk6p87qmszlg7l636j2s/', '0', 'Cooking', 0, 0, '', 'color-adventure-draw-the-path'), (15127, 'Squid 3D Red Light Green Light', 'Welcome to Squid Game 3D. Welcome to a fair game of Red lights, green lights. Whoever wins this game will win a lot of cash prizes. *Attention', 'https://img.gamemonetize.com/a6uzu7tntkaw7ho23nt9g3b0xaezrt3h/512x384.jpg', 'https://html5.gamemonetize.com/a6uzu7tntkaw7ho23nt9g3b0xaezrt3h/', '0', 'Action', 0, 0, '', 'squid-d-red-light-green-light'), (15128, 'Blocky Highway Traffic Racing race', 'Blocky Highway is about racing traffic, avoiding trains, collecting cars and most importantly having fun. Collect coins, open prize boxes to get new cars and complete collections! Drive at full speed to score big and be the #1.', 'https://img.gamemonetize.com/qfw1sc3p6ekergiz9cfj9uz3fgp4fosr/512x384.jpg', 'https://html5.gamemonetize.com/qfw1sc3p6ekergiz9cfj9uz3fgp4fosr/', '0', 'Racing', 0, 0, '', 'blocky-highway-traffic-racing-race'), (15129, 'Airport Manager Adventure Airplane 3D Games ✈ï¸âœˆï¸', 'Airport Manager game is specially made for all girls and boys. This job is very busy but interesting. You will communicate with travelers from all over the world and help them board the plane smoothly. As an airport manager, you need to help passengers buy airline tickets, assist staff in security inspections, supervise airport health, and ensure airport security. Explore the Airport Manager Diary, You have time to get to know more closely how its work and take care of them as an Airport Manager. Practice in the flight simulator, As a flight attendant, you can even put stamps in the passports of international flights!, buying tickets, security check-in system, and loading luggage in a plane, help travelers at the lost & found desk. You need to help the pilots to sort out the airplane and its interior, clean them of dirt, repair minor technical problems, and then go on to the new adventures world tour. Features of Airport Manager:- + Manage all the tasks on the best airport in the world + Issue boarding pass and buying flight tickets. + Check Visa and put a stamp on the passports. + At Security check post, check passenger and their luggage by X-Ray scanner, make sure no prohibited items. + Some planes are not working in the hangar, please fix and clean it before the next flight + Check buttons and switches before ready for take-off the airplane in the flight simulator + Return luggage to travelers in the lost & found desk of the airline + Offer In-flight, Provide an Airline catering Service to every passenger. + Be an Airline manager, managing all planes parking and passengers boarding schedule. + Awesome graphics and music + enjoy the Airport management game to learn to be flight attendant. + World best Airplane Simulator Games for all, Girls & boys and also for adults. Download Now! FREE, and enjoy the “Airport Manager" One of the best Airplane simulator games ever.', 'https://img.gamemonetize.com/q592ubj0nxhutw2zjzw14i656c50y7v2/512x384.jpg', 'https://html5.gamemonetize.com/q592ubj0nxhutw2zjzw14i656c50y7v2/', '0', 'Girls', 0, 0, '', 'airport-manager--adventure-airplane-d-games-'), (15130, 'Sort Cookies', 'An exciting arcade game for attentiveness and reaction. A tower of cookies grows on the screen, which needs to be scattered in different directions. Cookies are of different colors, so you need to be careful to put the cookies in the right direction according to the color.', 'https://img.gamemonetize.com/owo8iwie9qoyu5tdcqzqpbb08hli5gn3/512x384.jpg', 'https://html5.gamemonetize.com/owo8iwie9qoyu5tdcqzqpbb08hli5gn3/', '0', 'Hypercasual', 0, 0, '', 'sort-cookies'), (15131, 'Fashion Battle Dress to win', 'The most entertaining free game of the year is already here! It is your time to shine, dress well to impress everyone, and win this clash of fashion! The game has already been viewed millions of times on TikTok and has become a popular trend. Dress well according to a specific concept to overcome your opponent on the runway. Ever wondered how it is like to be under the spotlights and do a catwalk? Now it is your best chance to show your fashion taste and shine! You will be selecting new shoes for girls, high heels, clothes, bikinis, night dresses, even accessories like sunglasses and designer bags. Some concepts will be about casual clothing while some will be all about luxury.', 'https://img.gamemonetize.com/xglgkoq1r969r0kx28mxyt8c544et5we/512x384.jpg', 'https://html5.gamemonetize.com/xglgkoq1r969r0kx28mxyt8c544et5we/', '0', 'Girls', 0, 0, '', 'fashion-battle--dress-to-win'), (15132, 'Unblock Car Unblock Parking Car', 'Unblock Parking Car is simple and nice game. More than 3,000 puzzles', 'https://img.gamemonetize.com/su0txbsso85riz9kd44ursyov5mzyfay/512x384.jpg', 'https://html5.gamemonetize.com/su0txbsso85riz9kd44ursyov5mzyfay/', '0', 'Puzzles', 0, 0, '', 'unblock-car--unblock-parking-car'), (15133, 'Stick NinjaJump Hero Fun', 'Use your voice to move and jump between platforms. The more you shout, the higher you jump ! Watch out for pitfalls ! Have a blast with your friends, but don\'t disturb your neighbour too much!', 'https://img.gamemonetize.com/v820qo2o4u177mg6xa5v511zpy4hx4sb/512x384.jpg', 'https://html5.gamemonetize.com/v820qo2o4u177mg6xa5v511zpy4hx4sb/', '0', 'Fighting', 0, 0, '', 'stick-ninjajump-hero-fun'), (15134, 'Bike Race Pro by T. F. Games', 'In this simple and fast-paced physics-based free game, tilt your device to lean your bike and touch the screen to accelerate/brake.', 'https://img.gamemonetize.com/tvdn0iz3m79hogq8w5wmha54prvxn4uw/512x384.jpg', 'https://html5.gamemonetize.com/tvdn0iz3m79hogq8w5wmha54prvxn4uw/', '0', 'Racing', 0, 0, '', 'bike-race-pro-by-t-f-games'), (15135, 'Super Ski Adventure Hill', 'This is a free game about skiing, specifically designed for alpine skiing fans. This game is optimized for ease of playing with a pleasant, aesthetic appearance. Escape for an endless downhill adventure to feel nature. get ready to perform tricks and fit 360° spins, handstands, and daring Poses. Super Ski – Adventure Hill – a bright and dynamic arcade game for Android devices that will allow you to ride through the breeze through the ice caves and steep snow-covered rocks on skis! If you are a fan of speed, mountains or skiing, then this game is just made for you. You can now download the dynamic Super Arc – Adventure Hill arcade game on your Android smartphone for free, equip yourself with the best outfit and go on a fun and funny adventure.', 'https://img.gamemonetize.com/dgzno4ucy67zc0hls5vzayycgpf9cp0e/512x384.jpg', 'https://html5.gamemonetize.com/dgzno4ucy67zc0hls5vzayycgpf9cp0e/', '0', 'Hypercasual', 0, 0, '', 'super-ski--adventure-hill'), (15136, 'Squid Run! 2', 'Use the Red Suit Bodyguard to Finish the Course and Get Rich!', 'https://img.gamemonetize.com/j3qw2no1bqznaxhyq6tnfhew6szy9rn9/512x384.jpg', 'https://html5.gamemonetize.com/j3qw2no1bqznaxhyq6tnfhew6szy9rn9/', '0', 'Adventure', 0, 0, '', 'squid-run-'), (15137, 'Save The Bear', 'Save The Bear is a casual game with a cartoon game style. In Save The Bear, there are all kinds of difficulties waiting for players to slowly challenge. It is time to show their skills and operation.', 'https://img.gamemonetize.com/345hx1liixu59lvy7r8b68wyo4khdhcd/512x384.jpg', 'https://html5.gamemonetize.com/345hx1liixu59lvy7r8b68wyo4khdhcd/', '0', 'Boys', 0, 0, '', 'save-the-bear'), (15138, 'Crayz Monster Taxi', 'How about driving a crazy monster truck taxi? collect the coins on the road, reach the finish line and win the game. Let\'s see if you can reach the finish line safely. root the gas and reach the finish as fast as possible.', 'https://img.gamemonetize.com/xwg2ovfmjoplq1m0kw2pfhumf11eu4fz/512x384.jpg', 'https://html5.gamemonetize.com/xwg2ovfmjoplq1m0kw2pfhumf11eu4fz/', '0', 'Arcade', 0, 0, '', 'crayz-monster-taxi'), (15139, 'Tower Defense New', 'A typical and addictive tower defense game. Build your towers and upgrade them to protect the castle from attacks of various monsters. Place the towers at good places so that they can reach as many monsters as possible. Features: - 18 levels to play - various types of towers and monsters - interactive tutorial', 'https://img.gamemonetize.com/hkoiybc5sxuk73t6dqjm7chg1kyaqo8e/512x384.jpg', 'https://html5.gamemonetize.com/hkoiybc5sxuk73t6dqjm7chg1kyaqo8e/', '0', 'Hypercasual', 0, 0, '', 'tower-defense-new'), (15140, 'Bff Attractive Autumn Style', 'In this new game Bff Attractive Autumn Style, Princess Tiana, Belle, and Moana are the Best friends who inspired more in the latest fashion trends. Now they decided to welcome the upcoming season autumn with their fashion skill. Come and join them with the latest cute dress up games for girls. Even though they are experts in fashion they need some tips to fulfill them.', 'https://img.gamemonetize.com/6pzh0vrd1w1monb0xfuszch63z9kp58t/512x384.jpg', 'https://html5.gamemonetize.com/6pzh0vrd1w1monb0xfuszch63z9kp58t/', '0', 'Girls', 0, 0, '', 'bff-attractive-autumn-style'), (15141, 'Squidly Game 123 Stop', 'Attention Game Lovers! Your Favourite squid game is here.Knock Down your competitors in squid game. Enjoy Real Fun Of Squid Game by following the instruction and don\'t be late else you are dead. If you want to get prizes don\'t be eliminated from squid game Challenge.', 'https://img.gamemonetize.com/am5cl4xjog76e1l0u7obcsfmdle69u8q/512x384.jpg', 'https://html5.gamemonetize.com/am5cl4xjog76e1l0u7obcsfmdle69u8q/', '0', 'Hypercasual', 0, 0, '', 'squidly-game--stop'), (15142, 'Squid Game Glass Bridge', 'Your goal in Squid Game Glass Brigde game developed by meyagames.com team is to reach across by choosing the right glasses. Since one of the two glasses on the platform is produced using thin glass, it cannot bear the weight. This is why you will fall. You have to look carefully to find the difference between the 2 glasses. If you want, you can change your ability to understand the difference between the two glasses by selecting the difficulty level from the main menu. In addition, if you do not reach the other side within the specified time, the game is over. For more games, please visit meyagames.com.', 'https://img.gamemonetize.com/o7hhi7n6pjyumx53ai6toq595l7lut2v/512x384.jpg', 'https://html5.gamemonetize.com/o7hhi7n6pjyumx53ai6toq595l7lut2v/', '0', 'Hypercasual', 0, 0, '', 'squid-game-glass-bridge'), (15143, 'Monster Adventures', 'Prove your driving skills in this highly addictive stunt game! Race your monster truck over ramps, collect money and try to drive as far as possible. Perform crazy flips, avoid bombs on the track and complete missions to earn additional cash. Stop by at the garage to upgrade your verhicle and go even farther. Can you achieve a top spot on the leaderboard?', 'https://img.gamemonetize.com/6mcutxpcl11ag4a3p6qyx1aab31a3lmp/512x384.jpg', 'https://html5.gamemonetize.com/6mcutxpcl11ag4a3p6qyx1aab31a3lmp/', '0', 'Racing', 0, 0, '', 'monster-adventures'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (15144, '1 2 3 Stop', 'Today I will provide you 1 2 3, Stop . 1 2 3, Stop is a game that is very popular with people because there are so many benefits that can be used. 1 2 3, Stop is the best app in the Free Entertainment category. It is a safe app for Android devices.Squid Game received critical acclaim and attracted international attention.The 2D Game offers a number of features, which we are going to share with you. At present, it only offers limited features, but you can explore those features on the zazgames and have fun. In the game, large groups of people must make a run. It\'s a unique gameplay that\'s both simple and unique. All you need to do is run and complete the goal. Before your eyes is a huge doll that you will know as Ghost. You can also see people with masks around here. As a result, if the masked man saw you move, he will kill you. If the ghost is not staring at you, you must move. In the game, players have to choose between red and green lights. The green light signifies moving.', 'https://img.gamemonetize.com/om6kuhqvr5q2ckdmyohg83eh09cgkbnk/512x384.jpg', 'https://html5.gamemonetize.com/om6kuhqvr5q2ckdmyohg83eh09cgkbnk/', '0', 'Arcade', 0, 0, '', '---stop'), (15145, 'Nonogram Picture Cross', 'Discover the mystery of picture cross number puzzles! Solve the nonogram puzzles with simple rules and challenging solutions to uncover the picture! Exercise your logic with a picture cross game and become a real Nonogram master! Nonograms are addictive number puzzles that combine logic with pixel art. Reveal hidden pictures on the puzzle pages based on the numbers lined up in both directions! To solve the picture cross puzzle, follow the clues that will help you color the squares to complete the line and choose which of them have to stay empty. If you fill in all the right squares in this pic cross puzzle, you will uncover a lovely pixel art picture! This is the main point of the picture cross quiz.', 'https://img.gamemonetize.com/gp5m2n8bu5whguzriqhyqyfm4sygob6m/512x384.jpg', 'https://html5.gamemonetize.com/gp5m2n8bu5whguzriqhyqyfm4sygob6m/', '0', 'Puzzles', 0, 0, '', 'nonogram--picture-cross'), (15146, 'Are You Tom or Jerry?', 'Play Are You Tom or Jerry? Game online in your web browser and mobile at Superkidgames.com for free and more html5 games. You might have asked yourself if you are Tom or Jerry many times before if you watch the show regularly, and that is a normal question for which we now have answers because we invite you all to play Are You Tom or Jerry, a personality quiz game where you find out exactly that! Learn if you are more like Tom, or Jerry, right now! The quiz gives you a total of ten questions, and for each of them you pick one of the two given answers, and when you are done, depending on what you chose, you will learn if you are more like the tomcat, or the mouse. You can be asked what animals you like, how you want to spend your free time, what food you like, and other questions that are meant to gauge your personality and match it with one of the two beloved characters. Start now, we hope you like the answers you get, and that you have fun as only here is possible!', 'https://img.gamemonetize.com/k80botgfirsw9p9h81fw9zcp16fa90a2/512x384.jpg', 'https://html5.gamemonetize.com/k80botgfirsw9p9h81fw9zcp16fa90a2/', '0', 'Puzzles', 0, 0, '', 'are-you-tom-or-jerry'), (15147, 'Road Riot Rise of the Teenage Mutant Ninja ', 'Play Road Riot - Rise of the Teenage Mutant Ninja Turtles Game online in your web browser and mobile at Superkidgames.com for free and more html5 games. This game is one of the newest Rise of the Teenage Mutant Ninja Turtles Games online to have appeared on the internet is the new and awesome game that you find right now and here for free, a game entitled Road Riot, one of the best racing games online in this category has had so far, and since this is not a genre this page is known for, we\'re sure the experience of this game will be a great and happy surprise and a great time for all! loved playing this game, a great deal, so we will now explain what you do in it as well as how, making the experience of the game an easy and fun one! You can take part in a quick race, which is a one and done, you can take part in a tournament and try to reach the finals, or go for a quick spin, where instead of racing, you have to get to the end of the track given as fast as possible and get the best time. You can play in any mode in three levels of difficulty, meaning easy, regular, and hard. Choose the character and their vehicle, a track, and then start the racing. With the arrow keys you accelerate, turn, as well as break, and if you want to fire sewer lids at enemies or attack any other way, press the spacebar. Collect the lids to fire them, get the gold coins too, grab the shields to get protection from enemies attacking you, and make sure to avoid the flies or any other monsters appearing on the tracks. Good luck, enjoy your exciting races, and don\'t hesitate to invite your friends to play these new games also!', 'https://img.gamemonetize.com/bqnzg80xex6wkt39iyy83jbrajveilwn/512x384.jpg', 'https://html5.gamemonetize.com/bqnzg80xex6wkt39iyy83jbrajveilwn/', '0', 'Racing', 0, 0, '', 'road-riot--rise-of-the-teenage-mutant-ninja-'), (15148, 'Squid Survival Game No Links', 'Are you ready for another Squid game like you see in the movie? Is don\'t like that but you can fun in this fun running squid game where you mission is to run and and stop when the dol watching you. This game not have button MORE GAMES, is a clean game that you can play and fun for your website. Dont wait more and add this cool game on your awesome website to get much players.', 'https://img.gamemonetize.com/ee7fze5legiqvgr98dc4h7cp9bl2tgr1/512x384.jpg', 'https://html5.gamemonetize.com/ee7fze5legiqvgr98dc4h7cp9bl2tgr1/', '0', 'Arcade', 0, 0, '', 'squid-survival-game-no-links'), (15149, 'Strategy Stair Run', 'Strategy Stair Run Game is a delightful and exciting game for everyone!', 'https://img.gamemonetize.com/y16bqvajbf2557ywa4dyr8s06aa9wjih/512x384.jpg', 'https://html5.gamemonetize.com/y16bqvajbf2557ywa4dyr8s06aa9wjih/', '0', 'Hypercasual', 0, 0, '', 'strategy-stair-run'), (15150, '456 Survival', 'ou are invited to the game. First game, Red Light Green Light is just starting. Dalgona, Honeycomb is coming soon. Glass Bridge also will come to you. Do you want 45.6 billion or just live like now? Squid round 1 Red light, Green light game Let us play one of the terrifying and best of squid survival part with break the squid Tempered Floor game. In this Squid, players are forced to walk on a Tempered Floor Bridge and the goal is reached to the finish line in this squid task 2021.', 'https://img.gamemonetize.com/ritp5ys0hiag2zmnlq4enbio92ntxujm/512x384.jpg', 'https://html5.gamemonetize.com/ritp5ys0hiag2zmnlq4enbio92ntxujm/', '0', 'Adventure', 0, 0, '', '-survival'), (15151, 'Halloween Board Puzzles', 'It is a time bound game where one needs to find 1 difference between two identical looking boards.', 'https://img.gamemonetize.com/pjn2gkk8w7uhk5u09cc416hpykiek8sa/512x384.jpg', 'https://html5.gamemonetize.com/pjn2gkk8w7uhk5u09cc416hpykiek8sa/', '0', 'Puzzles', 0, 0, '', 'halloween-board-puzzles'), (15152, 'Cotton Candy Shop Cooking Game', 'Every kid loves sweet cotton candies. A big candy shop is newly opened in the city. Do you want to be the manager of the shop and learn to make cotton candies?', 'https://img.gamemonetize.com/bqoq5jt8430k2pwg4to7fufecujahcy0/512x384.jpg', 'https://html5.gamemonetize.com/bqoq5jt8430k2pwg4to7fufecujahcy0/', '0', 'Girls', 0, 0, '', 'cotton-candy-shop-cooking-game'), (15153, 'Day at School Game My Teacher Games', 'It’s time to go to school, in one of the funnest school games around! You’ll just LOVE being a teacher! Get ready to teach at the coolest school ever, packed with super fun and creative activities! Be the kids’ favorite new teacher! Help them solve puzzles & take care of adorable pets! School games can be SO awesome. It’s time for the most amazing school games adventure! School games have never been this cool and exciting! Once you see what this fabulous school has in store for you, you’ll never want to leave! From pet care to puzzle play, there are endless fun and educational activities! Who knew school games could be SO much fun?! In Day at School teacher games Cleanup your dirty room of high school & start school learning in this game of best school clothes and best classroom teacher. Met with new friends of school fun & teach them all with your skills of teacher simulator game. Experience the most amazing school adventure in school life days contest game of school teacher. Love being a teacher and teach crazy students as you are their favorite class teacher. Clean the dirty and messy classroom of 2021 elementary class in my teacher school game. Decorate your classrooms with your art & play with your students in classroom fun game. Teach the school students and have a lot of fun in creative activities. Become the favorite class teacher to your students and enjoy this classroom play. Addictive activities like never before in this day at school games. Enjoy elementary class having music class in classroom teacher games, painting, learn cooking and dress up in style with different outfits. Features: - Dress up in your best school clothes and become the best teacher EVER, in the most amazing of all school games! - It’s cleanup time! Get the classroom ready for a fun day of learning! - Meet your cute new students – they just can’t wait for you to teach them! - Use your artistic side to decorate the classroom in your own style! - Help your children correct their vision by helping to choose the right glasses. - Help your students solve tricky puzzles, matching games & more! - Write colorful notes to the students on the chalkboard! - Take a silly school photo with all of your adorable students! - Paint, draw and get creative in art class! Tons of coloring pages to choose from! - Enjoy delicious meals and yummy treats at lunchtime! Make your own pizza & cupcakes! It’s time for school with the Most amazing of all school game with amazing meals of lunchtime. Enjoy the kindergarten my class teacher classroom fun play fun school teaching game. Fun day learning activities with puzzle and matching fun after school activities school mates game. Paint and draw your favorite drawings teaching high school teacher kid game.', 'https://img.gamemonetize.com/n17ay153fw9ebduxdfouht3bzsyrpf8a/512x384.jpg', 'https://html5.gamemonetize.com/n17ay153fw9ebduxdfouht3bzsyrpf8a/', '0', 'Boys', 0, 0, '', 'day-at-school-game--my-teacher-games'), (15154, 'Chinese Food Cooking Game', 'Hey Juniors! Tie up your aprons! This new chinese lunar year show the world that you can also cook the world best chinese recipes in no time. Junior Game studios presents an all new cooking games for girls learn to cook chinese noodles, Master cooking techniques and follow original chinese dumpling recipes, fry the world best spring rolls and who doesn’t love hot chinese soup in cold winters? Lets prepare hot & spicy chicken soup & other famous chinese food in this new 2021 cooking game. Features Easy cooking recipes for young aspiring Chefs Gather all the organic food ingredients and traditional chines spices in your kitchen Cook Traditional 2 minute Noodles or if you like fried noodles then opt for the fried noodles recipe Dumpling Maker Fry Spring Rolls Hot Chinese Soup Add your favorite veggies and meat & sauces in noodles and soup. prepare Refreshing Chinese Tea to aid digestion. We all love Chinese cuisine right! Follow authentic Chinese recipes and cook the best Chinese food such as tasty dumplings, spring rolls, soup and kids favorite noodles. Stop searching for chinese food near me & stop waiting for chinese food delivery order when you can make your very own mouthwatering chinese food in your kitchen at home.', 'https://img.gamemonetize.com/58todtad3k5w5abljuwr25f1nprge5i1/512x384.jpg', 'https://html5.gamemonetize.com/58todtad3k5w5abljuwr25f1nprge5i1/', '0', 'Cooking', 0, 0, '', 'chinese-food--cooking-game'), (15155, 'Basket and Ball ', 'Basketball is an addictive game designed for basketball fans, which it offers single player, where you can show off your basketball skills!', 'https://img.gamemonetize.com/6mdvq9uvo60bfe9rfcsbsq932s7vkqv6/512x384.jpg', 'https://html5.gamemonetize.com/6mdvq9uvo60bfe9rfcsbsq932s7vkqv6/', '0', 'Sports', 0, 0, '', 'basket-and-ball-'), (15156, 'Sweet World TLG', 'Match candies, complete levels and collect coins. Don\'t forget to get all achievements!', 'https://img.gamemonetize.com/fayw8bjkplxvbo0y5ut5wynrdbh8e5d0/512x384.jpg', 'https://html5.gamemonetize.com/fayw8bjkplxvbo0y5ut5wynrdbh8e5d0/', '0', 'Puzzles', 0, 0, '', 'sweet-world-tlg'), (15157, '8 Pool Mania', 'Play 8 Ball Pool, compete with friends and billiard legends in this multiplayer challenge to become the best in 8 ball pool! Play the hit Miniclip 8 Ball Pool game on your mobile and become a pro player of our league in this 3D free online pool competition.', 'https://img.gamemonetize.com/lz0yvu162himdzc0ev97mujcccm98qez/512x384.jpg', 'https://html5.gamemonetize.com/lz0yvu162himdzc0ev97mujcccm98qez/', '0', 'Sports', 0, 0, '', '-pool-mania'), (15158, 'Dominoes Battle Domino Online', 'Dominoes Battle is a new version of the classic board game also called by Dominos, Domino, Bones or Dominó! Dominoes Battle Features: - Set up matches and challenge your friends and family or try to defeat the robots with reasoning, attitude and a dash of luck. Even better... challenge others players from anywhere in the world on our Dominos online and multiplayer mode!', 'https://img.gamemonetize.com/xy73p73ym8hcdwk7078fvoo9bl8hov34/512x384.jpg', 'https://html5.gamemonetize.com/xy73p73ym8hcdwk7078fvoo9bl8hov34/', '0', 'Multiplayer', 0, 0, '', 'dominoes-battle-domino-online'), (15159, 'Climbing Stars', 'Climb the highest and become the best climber. A sports casual game that can be enjoyed by anyone thanks to simple controls Play a round of Speed Climbing, an official Olympic sport, with various cute characters Climbing Stars is a game with simple controls that anyone can enjoy anywhere, any time Unlock various characters and accessories by playing and earning Trophies', 'https://img.gamemonetize.com/4bs6gabb5sv0760dcgbpzumaigmnjnlr/512x384.jpg', 'https://html5.gamemonetize.com/4bs6gabb5sv0760dcgbpzumaigmnjnlr/', '0', 'Hypercasual', 0, 0, '', 'climbing-stars'), (15160, 'Halloween dress up game', 'You are in front of the mirror. Moonlight around your friend asking you what you would put on this Halloween party. Sounds spooky? Try this spooky dress up tonight with your best friend to be shiny fashion scariest lady. Not in the mood to go full-on vampire for Halloween this year? It\'s not so scare this year? No! It is even like fun. So try cute fashion dress up game this October, express nice part of yourself. Dress like mysterious shining star for the Halloween party and don\'t forget to put on lovely horns and bows. Brake the rule, you are lady, and you should look nice even during the Halloween.', 'https://img.gamemonetize.com/1d3prqpobfdc6d0j6e5h3tdb7bu3jfv4/512x384.jpg', 'https://html5.gamemonetize.com/1d3prqpobfdc6d0j6e5h3tdb7bu3jfv4/', '0', 'Fighting', 0, 0, '', 'halloween-dress-up-game'), (15161, 'Pipe Lines Hexa', 'Pipe Lines : Hexa is a Connect Line puzzle game that’ll keep your mind entertained for hours! Let your brain juices flow in this simple yet challenging game.', 'https://img.gamemonetize.com/9fwn1ewe5w6zp9ta2vsai9kxef3jkhbm/512x384.jpg', 'https://html5.gamemonetize.com/9fwn1ewe5w6zp9ta2vsai9kxef3jkhbm/', '0', 'Puzzles', 0, 0, '', 'pipe-lines--hexa'), (15162, 'Moto Bike Racing Offroad', 'Play this game in your free time and enjoy it a lot. you will get multiple types of obstacles in this game. This game is about controlling the rider and winning an area overcoming a lot of obstacles.', 'https://img.gamemonetize.com/jmtcgzff84eoxjssnmzxgfsaftkt2imp/512x384.jpg', 'https://html5.gamemonetize.com/jmtcgzff84eoxjssnmzxgfsaftkt2imp/', '0', 'Racing', 0, 0, '', 'moto-bike-racing-offroad'), (15163, 'Super Basketball Shooting Crazy Street Shot Hoops', 'Ready for the real basketball shooting challenge! Great jump into the super basketball shooting with the realistic physics target practice contest. Here you can gather knowledge about how to shoot a basketball better way and improve your shot techniques. No need to go anywhere for the basketball hoop shoot techniques practice! Here you are challenged to hit the target scores to move onto the next level perfect trick shots and try to beat the highest score. You can learn here your target throwing tricks. The better the players are the longer able to play this game! Play this new basketball hoops dunking master & knockout winning shoots kings game! Download now these best free basketball shootout training games.', 'https://img.gamemonetize.com/66z4o7y5chxdkj9cgcts7qspcf3fwasl/512x384.jpg', 'https://html5.gamemonetize.com/66z4o7y5chxdkj9cgcts7qspcf3fwasl/', '0', 'Soccer', 0, 0, '', 'super-basketball-shooting-crazy-street-shot-hoops'), (15164, 'Unfair Adventure 2', 'Very difficult game that tests your patience. Overcome the obstacles, avoid the traps and advance. Have fun with this addictive and challenging game. !', 'https://img.gamemonetize.com/woyg36wy3pnc1tnwc794suhy1xkvqm3s/512x384.jpg', 'https://html5.gamemonetize.com/woyg36wy3pnc1tnwc794suhy1xkvqm3s/', '0', 'Adventure', 0, 0, '', 'unfair-adventure-'), (15165, 'Jewel Classic Free Match 3 Puzzle Game', 'Jewel Classic - Free Match 3 Puzzle Game is a new free beautiful match 3 game in which you can play offline and without internet or wifi. Our puzzle is classic 3 in a row where you need to collect jewels, diamonds and gems, as well as other sweets in a row with each other. If you are a big fan of this fun games and like classic beautiful match 3 games puzzles where you need to collect jewels or you are looking for something new, then our game is specially created for and it you completely free for you.', 'https://img.gamemonetize.com/zk9ulm1tx50we6wwfbfgtd0ejkkhi8yg/512x384.jpg', 'https://html5.gamemonetize.com/zk9ulm1tx50we6wwfbfgtd0ejkkhi8yg/', '0', 'Puzzles', 0, 0, '', 'jewel-classic--free-match--puzzle-game'), (15166, 'Color Pin Circle Addictive Pin Shooter Game', 'Color Pin Circle Game is specially designed for teenagers. It is an addictive pin through the game. This game is divided into levels. The next level will be harder from before levels. In this color arrow pin change game, you have to through all pins in the moveable multiple color circles to pass the level. The circle visible by different shapes of colored games and gets complete the level. Color Pin Circle is an addictive Pin Shooter Game created based on new ideas, new logic for passing boring time. It also has some advantages for increasing knowledge of accuracy. To play the Color Pin Circle game, you must set the same color to the color wheel. Be careful because you will have to pay attention to the variety of colors and not hit the other balls.', 'https://img.gamemonetize.com/d1roztursplnl1xyu57hxsw7nc3449vc/512x384.jpg', 'https://html5.gamemonetize.com/d1roztursplnl1xyu57hxsw7nc3449vc/', '0', 'Arcade', 0, 0, '', 'color-pin-circle--addictive-pin-shooter-game'), (15167, 'Clash of Football Legends', 'Suggest whom you would like to play in the comments and we will add it in the updates. Play for your favorite country and score goals in this exciting football game. Exciting matches Choose a football team and participate in tournaments to become a champion. Train your football-possession skills, master the situation and become a winner.', 'https://img.gamemonetize.com/ut7ezvzoyg1b2tqy3ktopbfuq9qpd3vq/512x384.jpg', 'https://html5.gamemonetize.com/ut7ezvzoyg1b2tqy3ktopbfuq9qpd3vq/', '0', 'Sports', 0, 0, '', 'clash-of-football-legends'), (15168, 'Snake vs Block 3D', 'Snake vs block is a free game about the war of balls and blocks. The snake is made up of balls. The snake will grow longer when eating other balls along the way. But its adventures are not easy. This is not simple snake game. This is hard snake game. There are walls made of blocks blocking its path. If the ball hits the block it will be destroyed. Endless blocks waiting for it in front because this is endless gameplay. Try to score as hign as you can.', 'https://img.gamemonetize.com/yzzxczhz5uyz06kwkhd35qlqwktm61ly/512x384.jpg', 'https://html5.gamemonetize.com/yzzxczhz5uyz06kwkhd35qlqwktm61ly/', '0', 'Arcade', 0, 0, '', 'snake-vs-block-d'), (15169, 'Flappy Ball Shoot', 'Flappy ball shoot is amazing game with classic and customise Balls. Tap the screen to shoot rings. No more dunk, only swishes! Pass all hoops and try new challenges. Try to dunk hoops to make the challenge completed. This is the remix of these types of hopping ball shooting and flappy shoot with dunking fun. One shot, one dunk Shoot hoops and dunk in this bouncy flappy ball shoot game. To be in the ranking, don\'t forget to share your score!', 'https://img.gamemonetize.com/qhtvgeml43wcayqu677ib0bk7wq6jodc/512x384.jpg', 'https://html5.gamemonetize.com/qhtvgeml43wcayqu677ib0bk7wq6jodc/', '0', 'Shooting', 0, 0, '', 'flappy-ball-shoot'), (15170, 'Free Rider Jumps', 'Endless Bike Race is another game from the popular creator of Free Rider HD! Here you will be sitting behind the wheel of a mountain bike and traverse difficult terrain. The bike itself rides forward and you will be trying to stay on track. Drive forward and jump, try to do back and front flips, but be very careful not to fall on your back. If you do, the game will end for you and you will have to start the whole level from the beginning.', 'https://img.gamemonetize.com/w3qdktapi7czrao6th7kpi8gqwxau1e8/512x384.jpg', 'https://html5.gamemonetize.com/w3qdktapi7czrao6th7kpi8gqwxau1e8/', '0', 'Fighting', 0, 0, '', 'free-rider-jumps'), (15171, 'Little Nightmare 2 Piano Tiles Game', 'This Piano Tiles game is made for fans of Little Nightmare 2, with high quality and good audio. There are no special skills to play it, you just need good concentration. Very easy way of playing, Only you can find here a piano game with the most complete theme songs from Little Nightmare 2.', 'https://img.gamemonetize.com/n70e01oseaq4klyne4vrc6ffr91bq6mr/512x384.jpg', 'https://html5.gamemonetize.com/n70e01oseaq4klyne4vrc6ffr91bq6mr/', '0', 'Puzzles', 0, 0, '', 'little-nightmare--piano-tiles-game'), (15172, 'Destroy It', 'Destroy the phone by clicking so much to move next levels', 'https://img.gamemonetize.com/j1wghtz3cr7faw9wrh52yxbsxvbxp3pz/512x384.jpg', 'https://html5.gamemonetize.com/j1wghtz3cr7faw9wrh52yxbsxvbxp3pz/', '0', 'Clicker', 0, 0, '', 'destroy-it'), (15173, 'Stickman Ghost Online', 'Play Stickman Ghost Online for free at kiz10.com, an excellent exclusive game full of action, this time you can play to be a stickman warrior who will face enemies and wants to dominate his home !!! Have fun with this action game, adventure, fighting between stickman ninja and much more. Crush your rivals and become the last survival ghost in the Stickman City. Walk through many places and use all kinds of powerful and interesting weapons to fight, Perform many combos and defeat all enemies to reach the boss and save the world of the evil Stickmans. Collect coins and upgrade your character with new weapons, movements, skills and skins to survive and become the ultimate ghost warrior. The objective of the game is to take the brave stickman to the end of each of the levels defeating the stikcman ninja who will not hesitate to eliminate you.', 'https://img.gamemonetize.com/qsd2h427rg6z6gza2xekqsdwgk1dwksa/512x384.jpg', 'https://html5.gamemonetize.com/qsd2h427rg6z6gza2xekqsdwgk1dwksa/', '0', 'Adventure', 0, 0, '', 'stickman-ghost-online'), (15174, 'Tangled Rope Fun', 'Enjoy the new mind teasing game here. Sort the ropes and untangle the knots in the correct order. It is a color puzzle with 3D graphics. It will make you focus on rope puzzle challenges and is a good game to kill your spare time.', 'https://img.gamemonetize.com/8f923e1tik6mj9e8o4zccdcjrxmalull/512x384.jpg', 'https://html5.gamemonetize.com/8f923e1tik6mj9e8o4zccdcjrxmalull/', '0', 'Puzzles', 0, 0, '', 'tangled-rope-fun'), (15175, 'Squid Games Escape', 'Squid Games Escape want to help this escape? It\'s your duty to save the player\'s life, remember to be fast and careful on this challenging, exciting track!', 'https://img.gamemonetize.com/ersf1l1pk8jkxhp8w86gh0z5053xsxak/512x384.jpg', 'https://html5.gamemonetize.com/ersf1l1pk8jkxhp8w86gh0z5053xsxak/', '0', 'Arcade', 0, 0, '', 'squid-games-escape'), (15176, 'Mahjong Sweet Connection', 'It is necessary to gradually remove two identical candies, while they should not be blocked. That is, they should have free left or right side, and others do not lie on top. The path from one candy to its pair may not be short, but the main thing is to connect at right angles, no more than two bends.', 'https://img.gamemonetize.com/0fmldmrenrejf5xv14dxg54kbg4l4tyo/512x384.jpg', 'https://html5.gamemonetize.com/0fmldmrenrejf5xv14dxg54kbg4l4tyo/', '0', 'Puzzles', 0, 0, '', 'mahjong-sweet-connection'), (15177, 'Baby Boss Back In Business', 'Welcome to the Baby Boss Back In Business game. After a small vacation Baby Boss is back into his business. It’s gonna be a fresh start after a small gap. He needs to be perfect in look. Pick a fabulous suit for him. Join and help the boss. Have fun!', 'https://img.gamemonetize.com/gvfar4ky573pe4b0v60xvusoyou8ll0n/512x384.jpg', 'https://html5.gamemonetize.com/gvfar4ky573pe4b0v60xvusoyou8ll0n/', '0', 'Girls', 0, 0, '', 'baby-boss-back-in-business'), (15178, 'Baby Taylor Japanese Girls Day', 'Today is Japanese Girls\' Day, a festival specially set up for little girls. Taylor decided to invite Jessica to celebrate at home. The girls want to spend the day in accordance with Japanese customs. Please help your mother make sushi, and then decorate Hinamatsuri dolls with two girls. Most importantly, let them wear kimonos and become cute Japanese girls!', 'https://img.gamemonetize.com/tbktfvwsutudoef21xiajp4cx65qnkyb/512x384.jpg', 'https://html5.gamemonetize.com/tbktfvwsutudoef21xiajp4cx65qnkyb/', '0', 'Girls', 0, 0, '', 'baby-taylor-japanese-girls-day'), (15179, 'Squid Game Fun Race', 'Have you ever heard of Squid Game these days? Now we recommend a skillful running arcade game called Squid Game 3D Online for you to play. There is a horrible doll standing in front of the tree. When she turns around and the red signal lighting, you have to stand where you are immediately, or else you will be shot and lose the game. Good luck and run to the finish line in 60 seconds!', 'https://img.gamemonetize.com/25xmhf69hwbgldzj3btxcr3s2r3kecvu/512x384.jpg', 'https://html5.gamemonetize.com/25xmhf69hwbgldzj3btxcr3s2r3kecvu/', '0', 'Arcade', 0, 0, '', 'squid-game-fun-race'), (15180, 'Dark Forest Zombie Survival FPS', 'You will undoubtedly encounter zombies concealing at night edges, striking zombies\' canines, and also tentacled zombies that can also stand after their heads have been discharged. There are also Lickers, Roadblockers, Chargers, as well as various other altered zombies. There is additionally the "Mother Worm," the ultimate distorted mix of all zombies, and finally, there are General Simmons and various other mutated zombies in your course. Pick your very own shooting game techniques for the battle: sniper, shotgun, maker gun, explosives, or assault rifles. A particular skill is associated with the usage of every weapon. You can pick to understand the weapon as well as shoot their vulnerable areas. You can decide to lug two automated rifles and also reduce them by splashing them with bullets. You can also select the shotgun, where you\'ll load around and fire around and blow anything up that comes near you. Besides that, there are likewise grenades that can be used in particular areas along with sniper rifles and other hefty weapons for sure tactics. Program your fire approach as well as combat skills in our first-person shooter dry run.', 'https://img.gamemonetize.com/30kg66dd090rdvhs5gwyfisw2bk48xko/512x384.jpg', 'https://html5.gamemonetize.com/30kg66dd090rdvhs5gwyfisw2bk48xko/', '0', 'Action', 0, 0, '', 'dark-forest-zombie-survival-fps'), (15181, 'Slap Contest', 'Welcome to Slap Contest Game. Move left and right and double tap to slap your opponent. Get 3 slaps to move to the next level. You can choose to play 2P mode if you want play with your frinds and family. Enjoy', 'https://img.gamemonetize.com/v7o6s7t59b2672ws7uccn90963zfvgr8/512x384.jpg', 'https://html5.gamemonetize.com/v7o6s7t59b2672ws7uccn90963zfvgr8/', '0', 'Fighting', 0, 0, '', 'slap-contest'), (15182, '1010 Monster Puzzles', '1010 Monster Puzzles is a unique puzzle game in which you need to eliminate all the monsters from the board. In order to remove them, you need to fill the row or the column which is containing that Monster. For filling the row or column, pick and drop the available block sets from the left panel. You can drop the block sets until there is accommodation available, after that the game will over. Keep dropping and feeling rows and columns until all the monsters are eliminated from the board.', 'https://img.gamemonetize.com/f8r37vdrmdbzvlxuivnpy1q67xwhi57h/512x384.jpg', 'https://html5.gamemonetize.com/f8r37vdrmdbzvlxuivnpy1q67xwhi57h/', '0', 'Puzzles', 0, 0, '', '-monster-puzzles'), (15183, 'Zombie Bros In Frozen World', 'The three zombie brothers came to the Icelandic world to find gems. In the dangerous Iceland, can they successfully collect the gems to pass through? Come on a good friend, come and risk with them.', 'https://img.gamemonetize.com/3bie9gh9000sf6wfduhindyvh4bri9la/512x384.jpg', 'https://html5.gamemonetize.com/3bie9gh9000sf6wfduhindyvh4bri9la/', '0', 'Adventure', 0, 0, '', 'zombie-bros-in-frozen-world'), (15184, 'Superhero Race Online', 'Superhero Race Online is a superhero epic race. The ravishing obstacle course uncovers your superpowers. Fun race with the superhero running man. Fast run run is not enough to transform. Overcome the obstacle of the casual game. Hero run game where the superheroes change their superpowers in line with the barriers. Epic race and superhero simulator in obstacle games. Pass the obstacle course and make it a fun race. During the hero run he transforms to match the obstacle. Super hero transform run forces you to change. Usually in obstacle run race casuals only one character passes the level. In our super run you need to change the hero run to pass the parkour race.', 'https://img.gamemonetize.com/ph2idn1t7ilzqx5sryi2wbu10swejkbb/512x384.jpg', 'https://html5.gamemonetize.com/ph2idn1t7ilzqx5sryi2wbu10swejkbb/', '0', 'Arcade', 0, 0, '', 'superhero-race-online'), (15185, '10 Blocks', 'Turning to the playing field of the online Color Blocks game, you will be faced with the task of filling out a full vertical or horizontal line so that it disappears. The whole difficulty is that the figures cannot be rotated. And they are issued immediately in three pieces, and until you use them up, you will not be able to see the next set.', 'https://img.gamemonetize.com/udaitnomw8w6tvy965o1ki9d3qncmv7e/512x384.jpg', 'https://html5.gamemonetize.com/udaitnomw8w6tvy965o1ki9d3qncmv7e/', '0', 'Puzzles', 0, 0, '', '-blocks'), (15186, 'Squid Game For Minecraft PE', 'With squid game, Try to go as far as possible , beat your opponents be the first Red light stop, green light move. . Think fast and tap to change lanes to reach incredible speeds! Show your skills in squide game challenge, Be specific. The viral movie “Squid Game†is coming to this game. You can enjoy the feel of the Squid game here. With many stages, characters, obstacles, which will keep you challenged!', 'https://img.gamemonetize.com/lw1tsicz6ablrczgoeq65wu96ug3uopp/512x384.jpg', 'https://html5.gamemonetize.com/lw1tsicz6ablrczgoeq65wu96ug3uopp/', '0', 'Arcade', 0, 0, '', 'squid-game-for-minecraft-pe'), (15187, 'Squid Game – Green Light Red Light', 'With squid game, Try to go as far as possible , beat your opponents be the first Red light stop, green light move. . Think fast and tap to change lanes to reach incredible speeds! Show your skills in squide game challenge, Be specific. The viral movie “Squid Game†is coming to this game. You can enjoy the feel of the Squid game here. With many stages, characters, obstacles, which will keep you challenged!', 'https://img.gamemonetize.com/sr0wkmebg1up1jnkr2dfddxrxplz4d4f/512x384.jpg', 'https://html5.gamemonetize.com/sr0wkmebg1up1jnkr2dfddxrxplz4d4f/', '0', 'Hypercasual', 0, 0, '', 'squid-game--green-light-red-light'), (15188, 'Santa Bomber 3D', 'Santa 3d Bomber Help Santa to Defeat all enemies to complete the levels. total 20 level use arrow key to move the player and place the bomb and wait for it yo explode', 'https://img.gamemonetize.com/a6eos231546gkiihrjn0eckcdzp0m4lb/512x384.jpg', 'https://html5.gamemonetize.com/a6eos231546gkiihrjn0eckcdzp0m4lb/', '0', 'Adventure', 0, 0, '', 'santa-bomber-d'), (15189, 'Ready for Preschool Hiding Places', 'It\'s possible now to play Ready for Preschool Hiding Places game in your web browser for free at Superkidgames.com. Join the nursery animals in a fun game of hide and seek! There are two rooms you can choose to play this game in, and we recommend picking either of them, and when you finish the game of hide and seek there, move on to the next room, where other animals wait for you to play with them. In each room, there will be some baby animals for you to find, and you look for each of them in their specific habitat, as they have a part of the room that is made just like the place in the world they come from. Look around the room, and where you see sparkles, click or tap with the finger, so that you reveal the hiding animal, simple as that. Start the game of hiding and seek now, and don’t hesitate to try more of our other games of the day as well!', 'https://img.gamemonetize.com/k1huy00gex25i8n1bvllxf7wwv0xyq2k/512x384.jpg', 'https://html5.gamemonetize.com/k1huy00gex25i8n1bvllxf7wwv0xyq2k/', '0', 'Puzzles', 0, 0, '', 'ready-for-preschool-hiding-places'), (15190, 'Candy Crush Mania', 'Begin your puzzle adventure and enjoy in the most addictive candy matching game! The goal is to swap and match three or more candy jewels, collapse them and solve addictive puzzles in many exciting levels.', 'https://img.gamemonetize.com/ln3londerkb3rn32p30i9sfv8tl1ffd4/512x384.jpg', 'https://html5.gamemonetize.com/ln3londerkb3rn32p30i9sfv8tl1ffd4/', '0', 'Puzzles', 0, 0, '', 'candy-crush-mania'), (15191, 'Ben 10 Adventure Time', 'As Ben Tennyson, it’s up to you to save the world. Take on some of Ben’s most infamous enemies, including Zombozo, Queen Bee, and the Weatherheads. Unlock and transform into all ten of Ben’s incredible alien forms. Discover an exciting new story and use each alien’s unique combat moves to defeat enemies, solve fun puzzles and save the day.', 'https://img.gamemonetize.com/hpditnlkqf0y1mnqp1ly2spvaptd33wu/512x384.jpg', 'https://html5.gamemonetize.com/hpditnlkqf0y1mnqp1ly2spvaptd33wu/', '0', 'Action', 0, 0, '', 'ben---adventure-time'), (15192, 'A Cup of Coffee', 'A classic avoid and collect game, where you are a flying cup of coffee. Collect all the sugar you can, avoiding obstacles and other bad things... Do not pour anything else in your coffee except sugar and water! If your cup gets dirty, try to wash it away with some water! Collect sugar and spend your points in the shop to change the skin of your cup. Customize your character changing its color.', 'https://img.gamemonetize.com/n3gskhifmhpe1099ob4l7dzv8v12bitm/512x384.jpg', 'https://html5.gamemonetize.com/n3gskhifmhpe1099ob4l7dzv8v12bitm/', '0', 'Hypercasual', 0, 0, '', 'a-cup-of-coffee'), (15193, 'Squid Game Escape', 'Life is more fun with the Squid Game! See what happens when you and your favorite Squid Game escape, dance, and play throughout the day. Squid Game brings together the best of entertainment and augmented reality to create a safe, happy and immersive world where your creativity and imagination can run wild with some of their best friends', 'https://img.gamemonetize.com/3sqh4zceod0ts04drd4mivfxm4rnytbv/512x384.jpg', 'https://html5.gamemonetize.com/3sqh4zceod0ts04drd4mivfxm4rnytbv/', '0', 'Adventure', 0, 0, '', 'squid-game-escape'), (15194, 'Among Us Subway', 'Welcome to Among us Subway Your goal is to reach the end of the level and collect as many eggs as possible. Jump over obstacles or dodge them till you finish your level. Explore tons of challenging levels and try to win them all. Good luck!', 'https://img.gamemonetize.com/9wkhlwiwhkv7rjj3ckgmy1lkueuy6bm5/512x384.jpg', 'https://html5.gamemonetize.com/9wkhlwiwhkv7rjj3ckgmy1lkueuy6bm5/', '0', 'Adventure', 0, 0, '', 'among-us-subway'), (15195, 'HALLOWEEN PUZZLE PUZZLE', 'A relaxing jigsaw puzzle game full of Halloween themed images. Go through the levels and use different ways of finishing current level. Halloween themed jigsaw is here for you. 75 levels halloween themed user friendly various game modes', 'https://img.gamemonetize.com/8xk5a0b4li21n2xpieg8jjf92l4aacl5/512x384.jpg', 'https://html5.gamemonetize.com/8xk5a0b4li21n2xpieg8jjf92l4aacl5/', '0', 'Puzzles', 0, 0, '', 'halloween-puzzle--puzzle'), (15196, 'Princess dress up International Fashion Stylist', 'Are you addicted to makeover games and dress-up games? Do you want to get a Free make-up game where your main mission is to make up and dress up princesses? Download Princess Dress Up and Makeover for Free and play the most addictive fashion game ever created! International Fashion Stylist is great for adults, teens & kids! Are you ready to show off your fashion designer skills in this fun fashion stylist model, & dress-up game? If you\'re addicted to dress-up games and make-up games, then come see these gorgeous princesses who are just waiting for amazing makeovers and new wonderful dress-ups! How should these princesses look: trendy, fancy, stylish, royal, casual? Use your fashion sense and your internal fashionista talent to create the best outfit for each princess girl in our new makeover game.', 'https://img.gamemonetize.com/vnqdpctw6atvlniahfw5r86f8biute6j/512x384.jpg', 'https://html5.gamemonetize.com/vnqdpctw6atvlniahfw5r86f8biute6j/', '0', 'Girls', 0, 0, '', 'princess-dress-up-international-fashion-stylist'), (15197, 'Super Dangerous Dungeons action', 'Hop into a challenging platforming adventure with the little treasure hunter Timmy! Run and jump your way through trap and puzzle filled corridors, but watch out: the rooms are full of spikes, pits, and other deadly dangers. Do you have what it takes to conquer the dangerous dungeons and reach the legendary treasure?', 'https://img.gamemonetize.com/z63kd12dk1e1mxmosr54yw78jtbqsxh1/512x384.jpg', 'https://html5.gamemonetize.com/z63kd12dk1e1mxmosr54yw78jtbqsxh1/', '0', 'Adventure', 0, 0, '', 'super-dangerous-dungeons--action'), (15198, 'Dress Up Games Free Girls', 'Style gorgeous models for 6 different occasions: prom night, shopping run, wedding, international beauty pageant, pop singer contest and a movie star award show. In each occasion, there is a separate wardrobe, with glamorous dresses, skirts, tops, jackets, capes, shawls and veils. Pick among dozens of chic hairstyles, fancy shoes, stylish handbags, luxurious jewelry and other accessories. Certainly you can also choose the race of the girls.', 'https://img.gamemonetize.com/owplzqj7dc0oas4iel7du73tz2cyzia0/512x384.jpg', 'https://html5.gamemonetize.com/owplzqj7dc0oas4iel7du73tz2cyzia0/', '0', 'Girls', 0, 0, '', 'dress-up-games-free--girls'), (15199, 'Halloween Salon Girls Game', 'Happy Halloween! Whether you\'re going treat or treating, or attending a costume party in town, it\'s time to be creative! You don\'t want to show up in the same dress as another girl, do you? Of course not! So here you may design your own cool, cute or spooky Halloween look. Choose from any theme, such as monster, pumpkin girl, witch, and many more! Do your makeup to match. Anything goes, from pretty pastels to ghostly skull face paintings! And don\'t forget to bring along your Halloween pet! Choose from a mummy, black cat, spider, and more.', 'https://img.gamemonetize.com/alqpf76lqrhf8obb5tksh4gy3dqf0tfg/512x384.jpg', 'https://html5.gamemonetize.com/alqpf76lqrhf8obb5tksh4gy3dqf0tfg/', '0', 'Hypercasual', 0, 0, '', 'halloween-salon--girls-game'), (15200, 'Soccer Strike Penalty Kick', 'Soccer strike penalty kick football super league is real enjoyable football games which you never played before in your life. Face-offs kick in football strike games 2021.challenge the all world soccer star player to done the goal without face any problem during free penalty strike in super league. Kick ball to hit target of goal in limited time to get lot of point and goal save from goalkeeper in real football strike league 2021. show off your goal keeping skill and customize freekick, opponent players, goalkeeper with lot of unlockable players. super league is a new way of real football soccer games. Enjoy a soccer strike penalty kick in different stadiums and get a unique soccer kick.it is a football games fun league which easy to play and easy to enjoy penalty kick football strike.', 'https://img.gamemonetize.com/salgdfl6o84tnsbioeuzqrqxjfppq2o3/512x384.jpg', 'https://html5.gamemonetize.com/salgdfl6o84tnsbioeuzqrqxjfppq2o3/', '0', 'Sports', 0, 0, '', 'soccer-strike-penalty-kick'), (15201, '2 Player Tank Wars', 'Are you ready for the relentless battle of tanks? You can play “2 Player†mode against your friends or “Survival†mode against AI in Tank Stormy game! You can use labyrinth walls as your defense and take advantage of bonus on map to destroy your opponents faster in “2 Player†mode with your friends. You will enjoy this completely free to play, best tank game for 2 players!', 'https://img.gamemonetize.com/qa1dihi0rivea56yi772cprll9hc1sl5/512x384.jpg', 'https://html5.gamemonetize.com/qa1dihi0rivea56yi772cprll9hc1sl5/', '0', 'Multiplayer', 0, 0, '', '-player-tank-wars'), (15202, 'Cross Color Valley', 'Love simple and challenging games? Then this is the game for you! Cross Color Valley starts out fast and never lets up. Tap the screen carefully so that your ball go through obstacles, after ball swap colors by taking the color switcher power-up. Be careful not to pass through the wrong pattern, or you will have to start again! Easy to Play: 
Jump Up 
Go through the same Pattern Color as your Ball on each obstacle to cross it.
Avoid touching different colors. 
The more Stars collected the Higher Score you get.', 'https://img.gamemonetize.com/efh9q4zr8lrleofg995tr79g46q43zge/512x384.jpg', 'https://html5.gamemonetize.com/efh9q4zr8lrleofg995tr79g46q43zge/', '0', 'Clicker', 0, 0, '', 'cross-color-valley'), (15203, 'Basket Random', 'Basketball is here with its most funny and random way. In Basket Random game, try to score a basket by using only one key with different variations from each other! Changing fields, changing players and changing balls do not surprise you! You can be the best of them all. You can play Basket Random game either against CPU or against a friend in 2 player gaming mode! The one who reaches 5 score first, wins the game. Have Fun!', 'https://img.gamemonetize.com/anaaahgt57d5t2tddrbc1m4qq97vz1jd/512x384.jpg', 'https://html5.gamemonetize.com/anaaahgt57d5t2tddrbc1m4qq97vz1jd/', '0', 'Sports', 0, 0, '', 'basket-random'), (15204, 'Squid Game Escape Plan', 'In Squid Game, one of the most popular games of recent times, some contestants, who are afraid of competitions, are planning to escape from the playground. There are security cameras and some guards around. You must find the best way to kidnap the contestants and avoid the contestants from this deadly game. Remember, if you are caught, you will be destroyed by the officers. Play Squid Game Escape Plan for free now for 40 different levels and an action-packed adventure!', 'https://img.gamemonetize.com/j9n9dblilmuu0pddz2e0gqmp32kdh6q2/512x384.jpg', 'https://html5.gamemonetize.com/j9n9dblilmuu0pddz2e0gqmp32kdh6q2/', '0', 'Hypercasual', 0, 0, '', 'squid-game-escape-plan'), (15205, 'Baby Good Habits', 'What good habits do you know? Don\'t be picky about food, brush your teeth after meals, and go to bed on time. Let your children learn these good habits together! Baby! Remember to brush and keep your teeth clean. It\'s time to take a bath. Adjust the water temperature, fill the bathtub with water, and put on a waterproof cap for the baby. Give him a bubble bath!', 'https://img.gamemonetize.com/x9zmuqf42dciwlxdiqie7bpv0kixkgld/512x384.jpg', 'https://html5.gamemonetize.com/x9zmuqf42dciwlxdiqie7bpv0kixkgld/', '0', 'Girls', 0, 0, '', 'baby-good-habits'), (15206, 'Unicorn Cake Make', 'Do you like to make cake in the baking games? Wanna be the best cake maker in the unicorn games? Join the food-making games and start your baking story today! Look, everything has been ready for the sweet maker in the games for girls! Don’t believe that? Play the free games for girls to verify Now!', 'https://img.gamemonetize.com/n9fojow541eh0lgrhnk05v2be5ukb1l3/512x384.jpg', 'https://html5.gamemonetize.com/n9fojow541eh0lgrhnk05v2be5ukb1l3/', '0', 'Girls', 0, 0, '', 'unicorn-cake-make'), (15207, 'Find Different Pic Halloween', 'This is a difference puzzle game. In this game four images of Halloween are given. Three of them look exactly same but one is different. Using your sharp skills find which looks different from others. Try to win all 40 challenges.', 'https://img.gamemonetize.com/x0p5z703cf08dlvikglpy28ip46mrvak/512x384.jpg', 'https://html5.gamemonetize.com/x0p5z703cf08dlvikglpy28ip46mrvak/', '0', 'Puzzles', 0, 0, '', 'find-different-pic-halloween'), (15208, '2048 Halloween', 'Merge identical Halloween blocks by moving them in any direction with the help of arrow keys or swiping your figure on the screen or swiping mouse pointer. Each time you merge two blocks you will get a new block. Just give a try to see can you reach to maximum level block? You can shuffle the board or regroup the items for limited number of times.', 'https://img.gamemonetize.com/lqs2oxskxaw2bs8seh50sc7h5zisq8oj/512x384.jpg', 'https://html5.gamemonetize.com/lqs2oxskxaw2bs8seh50sc7h5zisq8oj/', '0', 'Puzzles', 0, 0, '', '-halloween'), (15209, 'Squid Run!', 'Use the Red Suit Bodyguard to Finish the Course and Get Rich!', 'https://img.gamemonetize.com/zyqiupsxxxvjbs90wm7c11avde09hyg2/512x384.jpg', 'https://html5.gamemonetize.com/zyqiupsxxxvjbs90wm7c11avde09hyg2/', '0', 'Adventure', 0, 0, '', 'squid-run'), (15210, 'The Dye DIY', 'Live the hottest fashion trend! Self dye clothes and beach accessories! T-shirts, bikinis, beach bags... you name it! Show off your creative DIY art skills while customizing the dyed clothes to your liking. Get requests from clients and paint clothes to your desire. Being creative isn’t hard: the first tie, then dye! Unleash your DIY art skills and let the paint do the work! Let the fun begin!', 'https://img.gamemonetize.com/lazoxk6runryv4czoh3uzpcl9r84pt8a/512x384.jpg', 'https://html5.gamemonetize.com/lazoxk6runryv4czoh3uzpcl9r84pt8a/', '0', 'Hypercasual', 0, 0, '', 'the-dye-diy'), (15211, 'Monster Trucks Kids Racing', 'Fun big buttons to Jump, Beep the horn and change the music track for lots of fun sounds. Crush the cars along the course with the monster machines, Collect stars, Fireworks, and balloon popping are at the end of each level to give more excitement to the kids playing.', 'https://img.gamemonetize.com/zvstq4ryhzz19wv10ru3v5ue1t0km31i/512x384.jpg', 'https://html5.gamemonetize.com/zvstq4ryhzz19wv10ru3v5ue1t0km31i/', '0', 'Adventure', 0, 0, '', 'monster-trucks-kids-racing'), (15212, 'Color Blocks TLG', 'Turning to the playing field of the online Color Blocks game, you will be faced with the task of filling out a full vertical or horizontal line so that it disappears. The whole difficulty is that the figures cannot be rotated. And they are issued immediately in three pieces, and until you use them up, you will not be able to see the next set.', 'https://img.gamemonetize.com/10wlgmwvuqs9jlbi0zd2mf5923xsnbf2/512x384.jpg', 'https://html5.gamemonetize.com/10wlgmwvuqs9jlbi0zd2mf5923xsnbf2/', '0', 'Puzzles', 0, 0, '', 'color-blocks-tlg'), (15213, 'Klondike Solitaire TLG', 'Build up four foundations by suit from Ace to King. Use Magic button, when you got stuck!', 'https://img.gamemonetize.com/w9ykzv6vhz0el3agdymwcy5vsmezq0fr/512x384.jpg', 'https://html5.gamemonetize.com/w9ykzv6vhz0el3agdymwcy5vsmezq0fr/', '0', 'Puzzles', 0, 0, '', 'klondike-solitaire-tlg'), (15214, 'Jigsaw Surprise', 'First, a picture pops up in front of you - remember, in a couple of seconds it will dissipate into small details. So your finest hour has come! Proceed to collect the picture.', 'https://img.gamemonetize.com/n9hckorf57o13lv9bc598a8trwj6q4l4/512x384.jpg', 'https://html5.gamemonetize.com/n9hckorf57o13lv9bc598a8trwj6q4l4/', '0', 'Puzzles', 0, 0, '', 'jigsaw-surprise'), (15215, 'Mahjong Sweet Easter', 'Easter eggs and candies, what could be better? Celebrate easter with our new game! Match as many tiles as you can before time is up and try to deal with "gravity"!', 'https://img.gamemonetize.com/vub5eglokdy2u5jekvsyno159hnifrem/512x384.jpg', 'https://html5.gamemonetize.com/vub5eglokdy2u5jekvsyno159hnifrem/', '0', 'Puzzles', 0, 0, '', 'mahjong-sweet-easter'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (15216, 'Rolling Donuts', 'Fight against an army of evil dentures ready to eat you! Avoid them or try to jump on them with your donut to earn points! Features: Not so much, since it\'s just a casual a game with a rolling and jumping Donut who can crash dentures with its body...', 'https://img.gamemonetize.com/qp24erca8y10q6lbq3ykzvtcnmqs1rxp/512x384.jpg', 'https://html5.gamemonetize.com/qp24erca8y10q6lbq3ykzvtcnmqs1rxp/', '0', 'Hypercasual', 0, 0, '', 'rolling-donuts'), (15217, '777 Classic Slots', 'Enjoy free Vegas slots', 'https://img.gamemonetize.com/c411t7xiwbvpa4czfxkxy4ybdo4lus3d/512x384.jpg', 'https://html5.gamemonetize.com/c411t7xiwbvpa4czfxkxy4ybdo4lus3d/', '0', 'Hypercasual', 0, 0, '', '-classic-slots'), (15218, 'Squid Game Battle', 'Squid Game Battle is a game for two players, who take turns rotating the spaces in a 3 × 3 grid. The player who has managed to place three respective marks in a horizontal, vertical or diagonal row wins the game! ! Squid Game Battle are a great way to make your free time a success, whether you are in a row or just hanging out and having fun.', 'https://img.gamemonetize.com/abjf5nczl0jb6gf4r5swkt5t9f5jki6b/512x384.jpg', 'https://html5.gamemonetize.com/abjf5nczl0jb6gf4r5swkt5t9f5jki6b/', '0', 'Arcade', 0, 0, '', 'squid-game-battle'), (15219, 'Evasive Balls', 'This is game where you need to control two balls which rotate in an invisible circle. With each tap on the screen you change the direction of movement of the balls. Do this whenever there are obstacles in front of you to avoid them. Collect the circles and try to reach the best result. It is interesting and casual kids game.', 'https://img.gamemonetize.com/tca4vtj56wiamnm81um387iwp34dwbka/512x384.jpg', 'https://html5.gamemonetize.com/tca4vtj56wiamnm81um387iwp34dwbka/', '0', 'Puzzles', 0, 0, '', 'evasive-balls'), (15220, 'Circular Reflection', 'Circular Reflection is a game where you need to catch the ball with the shield. You have to be fast and precise to catch the ball. Ball will refuse from shield and will go the other way. Spin around the circle with the shield and do not let the ball go out of the circle. If that happens, the game is over.', 'https://img.gamemonetize.com/fa8e0ehr8v8oarjbaxhfv1jdpnz1v3sr/512x384.jpg', 'https://html5.gamemonetize.com/fa8e0ehr8v8oarjbaxhfv1jdpnz1v3sr/', '0', 'Puzzles', 0, 0, '', 'circular-reflection'), (15221, 'Bridge Builder Puzzle Game', 'Meet an amazing puzzle game Bridge Builder. Connect blocks with bridges. Each block has a number with the number of bridges that can be connected to the block. To draw the bridge, you need to swipe from one block to another one. The level is passed when all blocks turn green.', 'https://img.gamemonetize.com/5vdxtzkertx0zbljo3zrhlu56okvw6b2/512x384.jpg', 'https://html5.gamemonetize.com/5vdxtzkertx0zbljo3zrhlu56okvw6b2/', '0', 'Puzzles', 0, 0, '', 'bridge-builder-puzzle-game'), (15222, 'Panda Commander Air Combat 3D Game', 'An ultimate Airstrike Game, need to fearless and attach guarded army. Fly across borders and airstrike enemies with you artillery. Panda Commander is an amazing shooting plane game for your android device. Keeping you or a young entertained for hours. This fast paced, in your face, type of game only one set speed. That means no chickening out. You will enjoy climbing to the top of the Leaders Board as you know your the better player as everyone must play just like you. Our most successful shoot ’em up game with high quality graphics and smooth gameplay, ideal for all fans of airplane shooting games with intense boss fights!', 'https://img.gamemonetize.com/g2gyoy63qub3p3c8ael7g2o4tgvldqqa/512x384.jpg', 'https://html5.gamemonetize.com/g2gyoy63qub3p3c8ael7g2o4tgvldqqa/', '0', 'Racing', 0, 0, '', 'panda-commander-air-combat-d-game'), (15223, 'Winter Tower Defense Save the Village', 'A fun winter-themed tower defense game. Some creepy clowns and some other odd looking characters are trying to storm the village. Strategically place towers to prevent them from getting there.', 'https://img.gamemonetize.com/vtw553mgcdkcx1t2qeqc0zyaya2gobmb/512x384.jpg', 'https://html5.gamemonetize.com/vtw553mgcdkcx1t2qeqc0zyaya2gobmb/', '0', 'Arcade', 0, 0, '', 'winter-tower-defense-save-the-village'), (15224, 'Princess Birthday Bash Salon', 'Little girl\'s birthday is coming up and she\'s celebrating with a huge gathering with all her friends! Get her ready for the big party by opening up your beauty salon! Choose from a huge range of makeups, hairstyles and dress up in the perfect costume! She\'ll have the best b\'day ever with your help.', 'https://img.gamemonetize.com/f86x8c7z6ei49cqn8b0lz6hgys5yedx4/512x384.jpg', 'https://html5.gamemonetize.com/f86x8c7z6ei49cqn8b0lz6hgys5yedx4/', '0', 'Girls', 0, 0, '', 'princess-birthday-bash-salon'), (15225, 'Pokemon Memory Match Up', 'It\'s possible now to play Pokemon Memory Match Up game in your web browser for free at superkidgames.com .Put your mind to the test and find the hidden characters in Pokemon Memory Match Up game! Are you good at paying attention to details? Join your friends Pikachu, Misty, Ash Ketchum, and Brock and use your skills to match all the cards! This fun memory game is designed to test your memorization skills as you do your best to reveal your friends! Begin with just four cards, then advance to more and more difficult challenges as you play! Turn over the cards, see the heroes on the other side, then find their pair! Seems easy enough, right? You can also find more games at superkidgames.com, pick up one and have fun!', 'https://img.gamemonetize.com/yy90r0fvu7ea7bf0jt9odhxacv9daiub/512x384.jpg', 'https://html5.gamemonetize.com/yy90r0fvu7ea7bf0jt9odhxacv9daiub/', '0', 'Puzzles', 0, 0, '', 'pokemon-memory-match-up'), (15226, 'Hand Skin Doctor Hospital Game', 'This hand looks just horrible. Do you think something can be done to fix it and look pretty again? I desperately need your medical skills, so help me out.', 'https://img.gamemonetize.com/gbcajoayw8dvk5es5mixr9shewaz6pvk/512x384.jpg', 'https://html5.gamemonetize.com/gbcajoayw8dvk5es5mixr9shewaz6pvk/', '0', 'Girls', 0, 0, '', 'hand-skin-doctor--hospital-game'), (15227, 'Balls Lines Colors', 'Meet an amazing arcade game. You have to overcome colored obstacles. They can only be passed in the sector where the color matches the color of the ball. Use swipes to direct the ball to the desired color. After passing the obstacle, the color of the ball changes.', 'https://img.gamemonetize.com/s6n1a8xf16lqembqlpplvz3nrzy4nxxx/512x384.jpg', 'https://html5.gamemonetize.com/s6n1a8xf16lqembqlpplvz3nrzy4nxxx/', '0', 'Hypercasual', 0, 0, '', 'balls-lines-colors'), (15228, 'Ball Rolling Path', 'Fascinating arcade game "Ball Rolling Path". The ball is constantly rolling on a diagonal, change its direction with taps to avoid obstacles on the way and moving at different speeds.', 'https://img.gamemonetize.com/w7h2zxndtmjfaf840bn5jno478mhr3rn/512x384.jpg', 'https://html5.gamemonetize.com/w7h2zxndtmjfaf840bn5jno478mhr3rn/', '0', 'Hypercasual', 0, 0, '', 'ball-rolling-path'), (15229, 'High School Date Makeup Artist Salon Girl Games', 'School party night is TOMORROW! These girls need to get ready for it! Let’s give them a fabulous look and help them to get a date! Choose your characters and give them a perfect makeover for the party! These girls need to look fabulous for their date!', 'https://img.gamemonetize.com/kjm89y0l5jwpxor6idyzdkpukaqrga4b/512x384.jpg', 'https://html5.gamemonetize.com/kjm89y0l5jwpxor6idyzdkpukaqrga4b/', '0', 'Girls', 0, 0, '', 'high-school-date-makeup-artist--salon-girl-games'), (15230, 'Football Cup Superstars', 'Play one of the most accessible, exciting and fun arcade sports games in the world: Football Cup Superstars! You\'re free to choose your favourite national team from among the 32 qualified squads, find numerous sports superstars from around the world, each with their own skill and personality, and score your way to glory by becoming a football champion! Run, pass the ball, dodge defenders and shoot for an amazing goal. Master your moves and grab power-ups to unleash unstoppable skills to score! Then celebrate just like your favourite sports superstars as you win your group matches, progress to the cup finals and become a world champion.', 'https://img.gamemonetize.com/gll5yh1ip4okf1qwe1j84xuoajdtv1t1/512x384.jpg', 'https://html5.gamemonetize.com/gll5yh1ip4okf1qwe1j84xuoajdtv1t1/', '0', 'Sports', 0, 0, '', 'football-cup-superstars'), (15231, 'Icy or Fire dress up game', 'She is princess, but soon or later there will be coronation ceremony and she will become a queen, so she needs to be dressed the way queen looks like. She can freeze everything around and anybody only by touching or looking at it, she got icy heart, that’s why all her dress up is completely frozen. This princess is untouchable for others, but in this dress up game you can make her not only snow princess but also a flame queen. It is up to you to make an ice of a flame in her heart. Big choice of dress will let you to make the right choice.', 'https://img.gamemonetize.com/ifd3c9lzfppdibrtt08jxumx989t7w7o/512x384.jpg', 'https://html5.gamemonetize.com/ifd3c9lzfppdibrtt08jxumx989t7w7o/', '0', 'Hypercasual', 0, 0, '', 'icy-or-fire-dress-up-game'), (15232, 'Red Carpet Dress Up Girls Game girls', 'This new dress up game has a huge inventory of clothing items for you to try out, completely free of charge! Over 400 items in the game! No locks, in-app purchases or other typical annoying things every girl so much hates. Nothing here stands in the way of your imagination and virtual cosplay addiction! It\'s the biggest ever mobile dressup game and a true gift for all young fashionistas! Create millions of stylish and trending glam outfits for super stars and celebrity models! Do you dream of getting famous, become a star, an actress, a singer or a reality show celebrity? Here is your chance to dive into the wonderful world of glamour, wealth and happiness! Help the famous fashionista women with their makeovers. Choose a trendy outfit for each young beauty, because they are attending a charity event tonight! Press the button with the image of a camera to make screenshots and show off your style sense and fashion designer talent to your best friends!', 'https://img.gamemonetize.com/4omoc82fkqo6nzlt5a5s6m8dnngmd278/512x384.jpg', 'https://html5.gamemonetize.com/4omoc82fkqo6nzlt5a5s6m8dnngmd278/', '0', 'Girls', 0, 0, '', 'red-carpet-dress-up-girls-game--girls'), (15233, 'Resizer', 'Shrink and grow to reach the level goal in this puzzle platformer. A combination of different sizes is needed to overcome the obstacles and finish each level. Push boxes, bounce on springs, collect keys, and more in Resizer.', 'https://img.gamemonetize.com/nm5tnlv0wdq4z85625c4tfg6wojf3ly5/512x384.jpg', 'https://html5.gamemonetize.com/nm5tnlv0wdq4z85625c4tfg6wojf3ly5/', '0', 'Puzzles', 0, 0, '', 'resizer'), (15234, 'Block Toggle', 'Block Toggle is a puzzle platformer where you need to turn blocks on or off to reach the exit portal.', 'https://img.gamemonetize.com/epwaqyghag68jc2mdutn29vq1pq09r4c/512x384.jpg', 'https://html5.gamemonetize.com/epwaqyghag68jc2mdutn29vq1pq09r4c/', '0', 'Puzzles', 0, 0, '', 'block-toggle'), (15235, 'Cat Doctor Simulator', 'Inside the family pet medical facility game, there are many adorable animals that you, as the best pet physician, need to rescue! Download this wonderful animal vet clinic, Cat Pet Doctor** and see how incredible pet veterinarian video games and medical facility games are!', 'https://img.gamemonetize.com/pv4n4xf5w0c3sr2lkgg4nn01dsxygbiw/512x384.jpg', 'https://html5.gamemonetize.com/pv4n4xf5w0c3sr2lkgg4nn01dsxygbiw/', '0', 'Hypercasual', 0, 0, '', 'cat-doctor-simulator'), (15236, 'Squid Doll Red Light Green Light ', 'ou start the battle with a master in the crowd challenge there are no chances for you to feel lonely Because there are many challenges in the Clash. Get ready to spend hours playing one of the most thrilling running games. All players are poor and want money for their future and present life. All the players should be stopped when she stops saying Red Light. There was an old grandpa who won the squid master and money run 3d. All the players who complete the tasks and be money run 3d, they will have a lot of money for their life. If you break the rule of the race you will be terminated like join clash and money race 3d. hair girl run ridge with puzzle game cross-bridges feel all run and keep walk on all shortcut to be best stacky dash bridge runner. You can ready makeover run with hair challenge girl body in this amazing year best game in 2021. and the red light point is don\'t allow you to move your body. Terminated Player will be knocked out in the squid master challenge those who are moving on red light point. Squad Winner is the best of all players and there is the winner of also rich run and money run 3d. This is a race like money run 3d. avoid scissors and hair of other colors. At the end of this Level, a girl is standing with the tree and saying Green Light Red Light Green Light. You have a chance to get absorbed in the bright world of hair challenges full of fat pusher and stickman battles. It\'s like a fat pusher and squid master challenging escape game where even your hair challenge will be include and rich run 3d. Download Food Party for a great free squid master challenge 3d escape game experience, Keep going balls fat 2 fits in the join muscle rush 3d. This race is like a squid race and joins clash game, just run race 3d for the money run 3d, if you are moving while on Red light point so you will be terminated. Collect your hair cut and place them on the hair challenge girl body fat fit long hair rush of your choice. and its squid master challenge where people come to that platform where they perform many tasks to save their lives. Don\'t get eliminated and make your way to the top for the 46.5 billion won prize pool!! This game is about a squid master where players are running to save their life. Fill the start by gathering all stacks and crosses across the bridge. Download squid master challenge escape red light game. Terminated squid players get killed after they break the rule of the race. This game is like a squid master. There are many tasks to perform it\'s their own time for the squid master challenge. There are many gaint rush and obstacles in the body race. Don\'t let others build your hair game run! Once she says green light in the squid master race game, whether you are survival games or squid master challenge fan! If you complete all the tasks without knock out any task so you will win. Follow the staff’s instructions and swiftly make your way towards the game hall. The obstacle shape like arrow fest stay away from it and protect your join clash 3d and fun run race with blob runner. and once she stops saying green light in the squid game so stop going forward in the join clash and fat pusher. Collect the hair of the same color, increase the length of your hair, Enjoy the unique fun experience now and start your adventure party. Those Players will be terminated who are moving in red light points. and also if you are not complete the task in the given time so you will be knocked out from the squid master challenge squad race. The green light point allows you to run from the tree. keep going forward protect yourself from the hair race challenge and arrow fest. Terminated squid players will not able to perform any task', 'https://img.gamemonetize.com/mqhdh5v7ojsoclp3qojmcjfw5bdeqwev/512x384.jpg', 'https://html5.gamemonetize.com/mqhdh5v7ojsoclp3qojmcjfw5bdeqwev/', '0', 'Adventure', 0, 0, '', 'squid-doll--red-light-green-light-'), (15237, 'Rooster Resort Escape', 'Rooster Resort Escape is a point and click game developed by 8B Games/Games2live. Imagine that you had been to a Resort, On there a you got trapped. Here is the interesting puzzles and hidden objects to find and get escape from the Rooster Resort Good luck.. Have fun!', 'https://img.gamemonetize.com/njxafiaxe0bysqpxqqqflspn30vfrdbi/512x384.jpg', 'https://html5.gamemonetize.com/njxafiaxe0bysqpxqqqflspn30vfrdbi/', '0', 'Puzzles', 0, 0, '', 'rooster-resort-escape'), (15238, 'Slushy Maker', 'Surprise! Here is good news for the kids, a rainbow unicorn ice slush maker cart is being opened at the beach for having non stop enjoyment this summer. Throw away the boredom with this amazing frozen slushy maker and enjoy the icy food games with so much fun. Come on! what are you waiting for??? Install the frozen drink games and start getting the taste of yummy fruity flavors. Show your best icy drink maker skills and be the best ice slushy food maker chef on the beach party.', 'https://img.gamemonetize.com/jtq9n27qs9fhejmdnilcnd5gl22zb2qy/512x384.jpg', 'https://html5.gamemonetize.com/jtq9n27qs9fhejmdnilcnd5gl22zb2qy/', '0', 'Girls', 0, 0, '', 'slushy-maker'), (15239, 'Dot Rescue', 'Dot Rescue is a game where you need to control the ball. The goal at this game is to keep the ball live longer as you can. The ball will move in the circle and the shield will be at the half of the circle. The shield will rotate, so you need to avoid the shield. You will have only half circle to play.', 'https://img.gamemonetize.com/cyu0pwtaza30fe38p71w6vlhax8a6uca/512x384.jpg', 'https://html5.gamemonetize.com/cyu0pwtaza30fe38p71w6vlhax8a6uca/', '0', 'Puzzles', 0, 0, '', 'dot-rescue'), (15240, 'Piglet Escape', 'Pig decided to escape and you in the game Piglet Escape will help her in this adventure. In front of you on the screen you will see the playing field on which your character will be located. There will be golden stars hanging in the air in various places. You will need to collect them. Wooden beams will interfere with this. You will have to click on the pig with the mouse. This will call up a special dotted line and use it to calculate the trajectory and strength of its jump. Do it when ready. If you calculated everything correctly, then the pig will grab the gold star and you will receive points.', 'https://img.gamemonetize.com/kcoq0hznqot6qjnwdstmgg8jtbwp4h4d/512x384.jpg', 'https://html5.gamemonetize.com/kcoq0hznqot6qjnwdstmgg8jtbwp4h4d/', '0', 'Puzzles', 0, 0, '', 'piglet-escape'), (15241, 'Piano Tiles Alan Walker DJ', 'Try to match the music beat by taping on black tiles, and enjoy your favorite Alan Walker DJ songs with the amazing and the best Alan Walker game: > Piano Tiles: Alan Walker DJ! < Alan Walker Piano Tiles is the best piano tiles. Feel the music as you tap and get control of Alan Walker song beat such as faded alan walker. If you are tired overly hard expert rhythm games and other music games that just increase the speed of melodies to make the game more difficult, you\'re in the right game where you have levels for all! Tap your way to the top! You can play the most popular song of Alan Walker 2019 Alan Walker 2020: . ALAN WALKER TIRED . ALAN WALKER ALONE . ALAN WALKER ON MY WAY . ALAN WALKER THE SPECTRE . ALAN WALKER FORCE . ALAN WALKER FADED . ALAN WALKER LILY . ALAN WALKER DARKSIDE . ALAN WALKER ROUTINE . ALAN WALKER DIFFERENT WORLD . ALAN WALKER SING ME TO SLEEP . ALAN WALKER COMING SOON... HOW TO PLAY: + Tap the black tiles. + Tap and hold on the blue tiles. + Tap double black tiles quickly, but not at the same time. + Repeatedly tap the big black tile until the number on it decreases to zero.', 'https://img.gamemonetize.com/k6jftqp2u98s44ejac99z9hcb13tu7m7/512x384.jpg', 'https://html5.gamemonetize.com/k6jftqp2u98s44ejac99z9hcb13tu7m7/', '0', 'Clicker', 0, 0, '', 'piano-tiles-alan-walker-dj'), (15242, 'Survival Craft World', 'Survival Craft World is a classic puzzle game that will put your brain to the test. It is promisingly fun and simple. - After Rescue Craftsman, you will be the commander who leads legions of tiny armies. Accept the challenges of various levels and don’t forget to get extra rewards from bounty tasks! It’s your army, you in charge.', 'https://img.gamemonetize.com/ocko7ufr70f7n1mqwblm9gezsohto18t/512x384.jpg', 'https://html5.gamemonetize.com/ocko7ufr70f7n1mqwblm9gezsohto18t/', '0', 'Adventure', 0, 0, '', 'survival-craft-world'), (15243, 'Drift City', 'Get ready for realistic drift simulation! Create chaos in the city with Drift City. Burn tires in the city and earn drift points in the action-packed drift game. Strive to be the drift king by buying new cars with the points you earn. Gain fame in the city by unlocking 30 different achievements. Some drift bonuses will appear in the city for certain periods of time. You can increase your drift score by collecting bonuses. You can also look at the simulation from a different perspective with 4 different cameras. You can drift even more fun by purchasing 6 different cars. Get behind the wheel and start burning the tires to be a nightmare for the vehicles in the traffic flowing in the city!', 'https://img.gamemonetize.com/34mto2z4qytvo7coi4ut0hnvr94n1o47/512x384.jpg', 'https://html5.gamemonetize.com/34mto2z4qytvo7coi4ut0hnvr94n1o47/', '0', 'Racing', 0, 0, '', 'drift-city'), (15244, 'Squid Game.io', 'Fight your opponents in the red light green light game in Squid Game.io. Stop when the doll says a red light and take action when it says a green light. You have to be careful and fast to be ahead of other players within the set time. If you move at a red light, you will be shot by soldiers and you will lose the game. Get ready for the excitement with Squid Game.io! Visit meyagames.com for more games.', 'https://img.gamemonetize.com/i896wo97b5kza5qllyq9zx59lqffjv1r/512x384.jpg', 'https://html5.gamemonetize.com/i896wo97b5kza5qllyq9zx59lqffjv1r/', '0', 'Action', 0, 0, '', 'squid-gameio'), (15245, 'Supercars Zombie Driving 2', 'Supercars Zombie Driving 2 features fastest supercars and zombie crowded city where you must find and smash all the zombies at high speed in order to win.', 'https://img.gamemonetize.com/y8beyghin9gz988xxzjbu6fx757k477n/512x384.jpg', 'https://html5.gamemonetize.com/y8beyghin9gz988xxzjbu6fx757k477n/', '0', 'Racing', 0, 0, '', 'supercars-zombie-driving-'), (15246, 'Beauty Blogger', 'Beauty Blogger is a fun girl game with amazing graphics and customizations.', 'https://img.gamemonetize.com/vtlq9801pmsfhopij1devia7bff41qor/512x384.jpg', 'https://html5.gamemonetize.com/vtlq9801pmsfhopij1devia7bff41qor/', '0', 'Girls', 0, 0, '', 'beauty-blogger'), (15247, 'Baby Happy Cleaning', 'The doll is dirty! Let’s help! Can you clean the dirt bike? [Happy Clean], makes tidying up fun and exciting! Follow the creative process to clean the doll and make it better than new! Once that’s finished let’s see what else needs to be cleaned! There are stinky clothes, dirty bikes, and messy kitchens that need to be cleaned! Let’s go! Be a happy cleaning hero and save the day!', 'https://img.gamemonetize.com/wj48yathbvvkm3lbyjif3h6m37ij6ypk/512x384.jpg', 'https://html5.gamemonetize.com/wj48yathbvvkm3lbyjif3h6m37ij6ypk/', '0', 'Girls', 0, 0, '', 'baby-happy-cleaning'), (15248, 'Nail Art Free Nail Stars', 'Create nail designs with hundreds of fabulous colors, glitters, fashion gems, beauty patterns, cute nail polish stickers & decals. Beautify your nails in the all-new Nail salon app and create unique manicures by adding classic french manicures, polka dots, kitty, floral, hearts, rhinestones, and cartoon characters. Kids and teenage girls just love fashion nail art design. Nails games are as easy as having a coloring book to create nail designs!', 'https://img.gamemonetize.com/drs29rmazfnp9y6yo4u2zzymg56kwruk/512x384.jpg', 'https://html5.gamemonetize.com/drs29rmazfnp9y6yo4u2zzymg56kwruk/', '0', 'Girls', 0, 0, '', 'nail-art--free-nail-stars'), (15249, 'Eye Art Perfect Makeup Artist', 'Create imaginative makeup on the eyes! In Eye Art, you are the makeup artist, just move your fingers and make diverse types of styles. Every time you finish gorgeous eye makeup, you will receive thousands of “Likes†from fans. And with your skill and influence accumulated, more creative Eye Art will be unlocked.', 'https://img.gamemonetize.com/zuxynundphdkddsg8uuc20g02d5r7hi4/512x384.jpg', 'https://html5.gamemonetize.com/zuxynundphdkddsg8uuc20g02d5r7hi4/', '0', 'Girls', 0, 0, '', 'eye-art--perfect-makeup-artist'), (15250, 'Lip Art The Perfect Lipstick Makeup Game', 'Enjoy satisfying lip art in this amazing perfect lipstick makeup game. Become part of this lip gloss makeup salon art game and make fancy lip painting. Relaxing lip art makeup with smooth and perfect makeup tools to make some more glow in the lipstick game. Enjoy super stylish gloss and glitter lip painting for special and freestyle lip art in girls\' make-up games. This good game for girls is best to learn lipstick designs.', 'https://img.gamemonetize.com/vb63ouffi837c0yaizqkx447duz8v7px/512x384.jpg', 'https://html5.gamemonetize.com/vb63ouffi837c0yaizqkx447duz8v7px/', '0', 'Hypercasual', 0, 0, '', 'lip-art--the-perfect-lipstick-makeup-game'), (15251, 'Soccer Random', 'Football is here with its most funny and random way. In Soccer Random game, try to score a goal by using only one key with different variations from each other! Sometimes you will play on a iced field or you will play on a beach. The goal of the game is, to score five goals and win the game even the balls, players or goal posts change! You can play Soccer Random game either against CPU or against a friend in 2 player gaming mode! Let the soccer match begin!', 'https://img.gamemonetize.com/3n1k20ccttp0hvvr6ox2b41a8ibha9x3/512x384.jpg', 'https://html5.gamemonetize.com/3n1k20ccttp0hvvr6ox2b41a8ibha9x3/', '0', 'Sports', 0, 0, '', 'soccer-random'), (15252, 'TPS Shooting Zombie Apocalypse', 'A zombie afflict has spread on among the city citizens. The soldier was sent to examine the homeowner, make it through, and eliminate all the Zombie scary beasts, zombies, and creatures. This 3rd person shooter horror zombie game is a survival action game with great deals of functions: Lots of weapons and also playable characters Lots of degrees for an action-adventure 3rd person shooter Many kinds of unsafe wicked zombies as well as animals. Play online, develop a task force in cage multiplayer setting. Arena setting: fight endless waves of zombies and send your rating to Google Play Games leaderboard. ZOMBIE - The scary zombie and destructive animals threaten with several behaviors and abilities in this third-person shooter game. Endure hostile setting!', 'https://img.gamemonetize.com/5qr4e0qhf2drldij11xkgdcv068sr64b/512x384.jpg', 'https://html5.gamemonetize.com/5qr4e0qhf2drldij11xkgdcv068sr64b/', '0', 'Shooting', 0, 0, '', 'tps-shooting-zombie-apocalypse'), (15253, 'Cycle Extreme', 'Take part in a mountain bike downhill racing challenge. You control a bicycle rushing down from the mountains. Be careful - the track is very steep, and there are several obstacles and deadly holes ahead. Be careful and finish each of 20 levels as fast as you can to gain 3 stars!', 'https://img.gamemonetize.com/nw4ig0pkja8laxrnuosxkq41g3y8l4zv/512x384.jpg', 'https://html5.gamemonetize.com/nw4ig0pkja8laxrnuosxkq41g3y8l4zv/', '0', 'Sports', 0, 0, '', 'cycle-extreme'), (15254, 'Beautiful Chinese Fairy', 'We are going to attend a big party soon. Our beautiful fairy needs your help. Come and help her dress up.', 'https://img.gamemonetize.com/j64579b39kvzsqnnn43s3z88w1tdoclt/512x384.jpg', 'https://html5.gamemonetize.com/j64579b39kvzsqnnn43s3z88w1tdoclt/', '0', 'Girls', 0, 0, '', 'beautiful-chinese-fairy'), (15255, 'City Driver Drive Around The City', 'Enjoy your time by driving the Bmw city car rider 2021 testing your racing skills on the city roads. this is not just the best car driving simulator game, this is the best crazy bmw city car rider game that meets your racing goals. If you are addicted to playing a free driving game. Get your seat belt and move around the city on your realistic sports car. it\'s time to show your car driving skill. You will find many city traffic cars around the city. If you are the one who is a car rider for the city car driving game. Create the best bmw city car rider 2021 with its driving sports cars. this game has many challenging routes. When supercar drive around the city roads makes it a perfect car game.', 'https://img.gamemonetize.com/o772ba3nwc0rrox40pay0dzotvlh0c24/512x384.jpg', 'https://html5.gamemonetize.com/o772ba3nwc0rrox40pay0dzotvlh0c24/', '0', 'Racing', 0, 0, '', 'city-driver--drive-around-the-city'), (15256, 'Unblock The Ball', 'Unblock The Ball is a simple and addictive puzzle game. There are many pipes made of different materials in the game. Players can only move the wooden pipes so that all the pipes are connected together smoothly so that the ball can be pushed to the end. There are stars to collect in the process of reaching the destination. The more stars, the better. Come to join us!', 'https://img.gamemonetize.com/x52ta73iexih6ooomdnff97d0vvsmb5f/512x384.jpg', 'https://html5.gamemonetize.com/x52ta73iexih6ooomdnff97d0vvsmb5f/', '0', 'Boys', 0, 0, '', 'unblock-the-ball'), (15257, 'Messy Little Mermaid Makeover', 'It\'s too messy, the little mermaid princess. How did you make yourself so sloppy? We want to turn her into a beautiful and noble princess again! Taking a shower, combing your hair, changing into new clothes, all of these need your help. Please help her to dress her up after giving her a clean bath! Put on her beautiful clothes and jewelry. Have fun!', 'https://img.gamemonetize.com/939tkoilzq0yhc17pu03b6npwhmymft4/512x384.jpg', 'https://html5.gamemonetize.com/939tkoilzq0yhc17pu03b6npwhmymft4/', '0', 'Girls', 0, 0, '', 'messy-little-mermaid-makeover'), (15258, 'Catch The Impostor', 'Hey, All of the Impostors entered the museum. Unless museum guard catch the all impostor, He will fired by president of museum. Please, help museum guard. Catch The Impostor is a game that include to Among Us category. You must catch all impostor in limited time. Catch The Impostor game has 50 levels. Each level are so fun. With Catch The Impostor, you will have a unique Among Us game. Ripogame.com wishes you good games.', 'https://img.gamemonetize.com/w5njx0ucwef99727np9g4vrxdygbr4pa/512x384.jpg', 'https://html5.gamemonetize.com/w5njx0ucwef99727np9g4vrxdygbr4pa/', '0', 'Arcade', 0, 0, '', 'catch-the-impostor'), (15259, 'Camping Adventures Family Road Trip Planner', 'Let’s plan the Family Road Trip Adventures on this summer vacation. The game will give you come back your childhood and enjoy the Camping Trip Adventures and go travel with your Family and your Friends. Camping Trip has a lots of fun outdoor activities you can easily and freedom to play like camping, campfire, wash and repair your car, pitch tents, cooking, fishing, shopping or play hide and seek with animals, toys or plaything... Camping Trip Adventures give you travel and go the picnic even on your phone. OUTSTANDING FEATURES: Our Camping Trip game will help you to improve the Road Trip training skills or exciting tasks. For example: prepare the time to do a backpack and get ready for a family picnic. Make sure you can remember anything, carry all the needy items and can not leave anything behind when you come and go to the Round Trip outdoor. Camping Adventures: Family Road Trip Planner Game Features: • Bags Packing: to prepare your trip smoothly, you need to pack the bags by dragging the items into the right place. For example: pick the correct travel suitcase, hat, toys for your kids, towel, bathroom brush, boots or shoes... • Clothes Packing: dress the beautiful clothes to make you become new style and so cute, the Camping Trip supports many clothes for you FREE to try: new hat, new shirt or t-shirt, baby skirt, bracelet, new shoes, sport shoes, new thick pants, shorts pants... • Wash and Repair new Car: Wash, prepare and clean your car before going on your fun Adventures Road Trip. • Set up Tent for sleeping: You can free to build the tent creatively with your slogan that you, your friends and your family are sleeping in this Family Road Trip Adventures of the fun outdoor activities. • Go Fishing: Fishing for your friends and your family to have a great outdoor party trip • Play Hide and Seek Road Trip Items: Play hide and seek with cute animals or toys in the campsite. • Cooking: Enjoy cooking at the campsite at night. • Professional graphic design with fan-static music background and amazing sound effects • You can play and enjoy Family Road Trip Adventures even without INTERNET anytime anyplace. Let\'s start your Road Trip and discover all the fun Camping Trip Adventures activities you are waiting Download and start your adventures for your trip NOW!!!', 'https://img.gamemonetize.com/tjjxqsiysdexr6eepqlxhhkhc5io6cxm/512x384.jpg', 'https://html5.gamemonetize.com/tjjxqsiysdexr6eepqlxhhkhc5io6cxm/', '0', 'Sports', 0, 0, '', 'camping-adventures-family-road-trip-planner'), (15260, 'Subway Squid Game', 'You got yourself in some debt and this seems like your only way out. Play the game fairly and don\'t break any rules, or you\'ll be \'eliminated\'. It is strongly recommended that you forge alliances to survive the intermission nights in-order to win the game.', 'https://img.gamemonetize.com/ooyprjd27x6etshd37b5s3f7eykzknel/512x384.jpg', 'https://html5.gamemonetize.com/ooyprjd27x6etshd37b5s3f7eykzknel/', '0', 'Arcade', 0, 0, '', 'subway-squid-game'), (15261, 'Squid Game Challenge Battle 3D', 'Pink game: Squid Hunger\'s deadly premise is teeming with life. How does it feel to fight with 456 players , knowing that your life depends on yourself because you know anyone can kill you? Will you be able to win the game knowing that the rule of games is simple but dead also near you if you lose. In squid horror game, you will have a chance to face your reward money, but you’re warned… Reality is damn scary!', 'https://img.gamemonetize.com/wl2wrd1ybyz8fb6olsahvpdqnyir7etd/512x384.jpg', 'https://html5.gamemonetize.com/wl2wrd1ybyz8fb6olsahvpdqnyir7etd/', '0', 'Hypercasual', 0, 0, '', 'squid-game-challenge-battle-d'), (15262, 'Squid Game Craft Maps for Minecraft PE MCPE', 'With squid game, Try to go as far as possible , beat your opponents be the first Red light stop, green light move. . Think fast and tap to change lanes to reach incredible speeds! Show your skills in squide game challenge, Be specific. you have to finish quickly from the doll that detects movement to stay alive how you don\'t move when the doll sees you or will be eliminated if it doesn\'t see then move quickly and there is a time limiting your movement so FAST!!.', 'https://img.gamemonetize.com/u5ncjmqvxrqj3qif448vs8uezaau8suy/512x384.jpg', 'https://html5.gamemonetize.com/u5ncjmqvxrqj3qif448vs8uezaau8suy/', '0', 'Hypercasual', 0, 0, '', 'squid-game-craft-maps-for-minecraft-pe--mcpe'), (15263, 'Squid Game Original', 'Now you can play Squid Games Challenge online in your web browser for free at goolgames.com. Now! You can knock down your competitors! The new competition now begins! Brand-new level elements, brand-new props content, and endless levels are waiting for you to challenge. Instructions: - join the epic game! - be fast and sneaky! - run for your life! - red light - freeze! - survive!', 'https://img.gamemonetize.com/7mthb0f6ij3q7o31zeuw9zpiq5buarwl/512x384.jpg', 'https://html5.gamemonetize.com/7mthb0f6ij3q7o31zeuw9zpiq5buarwl/', '0', 'Shooting', 0, 0, '', 'squid-game-original'), (15264, 'Mazda 929 Puzzle', 'Play with 6 images in this perfect jigsaw puzzle game: Mazda 929 Puzzle. All images is with the car - Mazda 929. Solve all puzzles and keep your brain sharp. You have four modes for each picture, 16 pieces, 36 pieces, 64 pieces and 100 pieces. Enjoy and have fun.', 'https://img.gamemonetize.com/2cio97y3kd9qdptmzhrfdlf2dl1kexvk/512x384.jpg', 'https://html5.gamemonetize.com/2cio97y3kd9qdptmzhrfdlf2dl1kexvk/', '0', 'Puzzles', 0, 0, '', 'mazda--puzzle'), (15265, 'Audi RS Q Dakar Rally Slide', 'Play this slide puzzle games of the car - Audi RS Q Dakar Rally. It\'s include 3 images and 3 modes (3x3 pieces, 4x4 pieces, 5x5 pieces) to play.', 'https://img.gamemonetize.com/t0pwn8w8jwmrc5zq21pa4844tzpc1ygj/512x384.jpg', 'https://html5.gamemonetize.com/t0pwn8w8jwmrc5zq21pa4844tzpc1ygj/', '0', 'Puzzles', 0, 0, '', 'audi-rs-q-dakar-rally--slide'), (15266, 'SpongeBob Halloween Jigsaw Puzzle', 'Drag and drop the all picture pieces to their exact locations to complete the pictures of the SpongeBob Halloween. The game comes with 12 pictures and three difficulties: 2x3, 3x4, 4x6.', 'https://img.gamemonetize.com/1d2j24jjbk34g6a1cfvix6a4urycq0or/512x384.jpg', 'https://html5.gamemonetize.com/1d2j24jjbk34g6a1cfvix6a4urycq0or/', '0', 'Puzzles', 0, 0, '', 'spongebob-halloween-jigsaw-puzzle'), (15267, 'Smash Colors Ball Fly', 'Fascinating arcade game Smash Colors. A game with gravity. To prevent the ball from falling down, it is necessary to tap and support its flight. You need to overcome the walls. The wall can only be passed in the sector where the color matches the color of the ball. After passing each wall, the color of the ball changes.', 'https://img.gamemonetize.com/1ipzgunv5b2yr0vm7a39bxc9w2gwa5e8/512x384.jpg', 'https://html5.gamemonetize.com/1ipzgunv5b2yr0vm7a39bxc9w2gwa5e8/', '0', 'Hypercasual', 0, 0, '', 'smash-colors-ball-fly'), (15268, 'Traffic Road', 'Traffic road is the real traffic tour racing game that will lead you to another level of smooth racing city rush arcade. City traffic driving game is the latest cars racing game where you can experience the real feel of chasing and drifting through the streets of a real city rush. Show your driving skills in the city traffic jam situation by safely overtaking and smoothly crossing all the traffic in the car rush game. All you have to do is to avoid crashing and stay intact for as long as you can. Dodge the busy street cars in this traffic road car racing game.', 'https://img.gamemonetize.com/likgfoklgi84zg3stzta5wz1t1n89d39/512x384.jpg', 'https://html5.gamemonetize.com/likgfoklgi84zg3stzta5wz1t1n89d39/', '0', 'Racing', 0, 0, '', 'traffic-road'), (15269, 'Roller Cubes', 'A fascinating puzzle Roller Cubes. You need to assemble a single figure and place it in the area with check marks. The final figure has to coincide with the zone. To assemble the figure, you need to swipe to move and connect the cubes in sequence.', 'https://img.gamemonetize.com/a1hpgyac4m0z50teqo6aa2g1006g5jz4/512x384.jpg', 'https://html5.gamemonetize.com/a1hpgyac4m0z50teqo6aa2g1006g5jz4/', '0', 'Puzzles', 0, 0, '', 'roller-cubes'), (15270, 'Dunk Line', 'New basketball hit is here! Draw a line and make the falling ball to score the basket! Time your drawings properly and avoid the bombs! Start drawing and dunk the balls!', 'https://img.gamemonetize.com/nwyx9arullyn74yc9tpmacgubz2pdksa/512x384.jpg', 'https://html5.gamemonetize.com/nwyx9arullyn74yc9tpmacgubz2pdksa/', '0', 'Puzzles', 0, 0, '', 'dunk-line'), (15271, 'Impostor Adventure', 'Do you think you can catch the impostor in the space crew fast? Don’t kid yourself! Your spaceship is now invaded by many kinds of traitors! Discover them all if you want to survive.', 'https://img.gamemonetize.com/r86vq91nxtpe149rbgluseheknez4fhk/512x384.jpg', 'https://html5.gamemonetize.com/r86vq91nxtpe149rbgluseheknez4fhk/', '0', 'Adventure', 0, 0, '', 'impostor-adventure'), (15272, 'Model Fashion Stylist Dress Up Games', 'Let’s enter into a brand new world of fashion games for girls. It’s time to design very stylish international outfits for a more glamorous look of models to keep the style game high. Now become the fashion designer of the amazing fashion show and amaze everyone with your creativity. Go beyond your imaginations and enjoy this exciting free dress up games & makeover games for unlimited fun. Get ready to have a bundle of girl fashion enjoyment by designing international fashion dress up for stylish models. They need to look very amazing to beat this fashion race. Let’s use various jewelry items and design something wonderful for our fashionistas and enjoy this fun style dress up game for girls.', 'https://img.gamemonetize.com/1n10w3s6ynbf13zfa40b7dytgymt2v4x/512x384.jpg', 'https://html5.gamemonetize.com/1n10w3s6ynbf13zfa40b7dytgymt2v4x/', '0', 'Girls', 0, 0, '', 'model-fashion-stylist-dress-up-games'), (15273, 'Squid Game Dalgona Candy', 'Switch and match dalgona in this tasty puzzle adventure to progress to the next level for that sweet winning feeling! Solve puzzles with quick thinking and smart moves, and be rewarded with delicious rainbow-colored cascades and tasty dalgona !', 'https://img.gamemonetize.com/zjsmn20tyy7puvu0tk9qly4etfrg96mz/512x384.jpg', 'https://html5.gamemonetize.com/zjsmn20tyy7puvu0tk9qly4etfrg96mz/', '0', 'Puzzles', 0, 0, '', 'squid-game-dalgona-candy'), (15274, 'Happy Love Balls', 'Do you really believe in love? If yes then help and let the Love balls meet each other. Happy Love Balls 2019 is one of the best problem solving game which will baffel your mind to find a way to meet boy ball with his girlfriend ball.It is really strategic, exciting and funny casual game. The game rule is very simple, just you need to draw lines or shapes to bump the balls.Make your own imagination and draw the shapes or lines or anything to meet the love balls.In this game make your own imagination before drawing the shapes or lines or anything to meet ball. Happy Love Balls 2019 is a brain teaser physics based game with challenging and entertaining levels which will improve your analytical skills. Play different difficult & addictive levels in the game, but remember each one is as much challenging as the last one.', 'https://img.gamemonetize.com/orb615dbywztiblloq1vwhcqq8wts5jx/512x384.jpg', 'https://html5.gamemonetize.com/orb615dbywztiblloq1vwhcqq8wts5jx/', '0', 'Puzzles', 0, 0, '', 'happy-love-balls'), (15275, 'Pixel Gunner', 'Pixel Style 3D Pocket endless FPS Game \'Pixel Gunner\' Shooting game of pixel-style for the first-person gun is back. Using various weapons such as shotguns, bazookas, machine guns, and grenades, survive by protecting yourself from zombies and enemies! To become the best hunter (hero) ...', 'https://img.gamemonetize.com/lyucqvgmyo5v14t06tsej6x3c4hzaqpo/512x384.jpg', 'https://html5.gamemonetize.com/lyucqvgmyo5v14t06tsej6x3c4hzaqpo/', '0', 'Shooting', 0, 0, '', 'pixel-gunner'), (15276, 'Wedding Dress up Girls Games', 'She said yes! And she wants a dream wedding designer to become the most beautiful bride for her big day. So, start your non-stop fun on fashion wedding games and design beautiful bridal outfits for this lovely day for girls game. Our beautiful girls are ready to tie the knot! And like any other girl, they want a beautiful and stylish wedding on their big day. To dress up these girls like divas on their fashion wedding day, these girls have chosen you as their wedding fashion designer in this free girls dress up game.', 'https://img.gamemonetize.com/rvbodvy5gsj6we3q81tt8v4j98uagg23/512x384.jpg', 'https://html5.gamemonetize.com/rvbodvy5gsj6we3q81tt8v4j98uagg23/', '0', 'Girls', 0, 0, '', 'wedding-dress-up-girls-games'), (15277, 'Escape Masters Arcade', 'The escape adventures have never been so fun. Save yourself and your mates from unexpected traps and tricky obstacles. Dig the right way out and enjoy your freedom.', 'https://img.gamemonetize.com/43tkgpq5mn4rwgu2v6b9cynk21kzpo1k/512x384.jpg', 'https://html5.gamemonetize.com/43tkgpq5mn4rwgu2v6b9cynk21kzpo1k/', '0', 'Arcade', 0, 0, '', 'escape-masters--arcade'), (15278, 'Squid Game JigSaw', 'Squid Game Jigsaw is a brain puzzle assembly Game. Squid Game Jigsaw comes with amazing puzzle image pack. Just arrange the pieces of puzzles to get the right image. Looking for puzzle games for adults or kids? You found it! enjoy and relax!', 'https://img.gamemonetize.com/suxblqbdviv81vjc1buoq4dqfeadm8sh/512x384.jpg', 'https://html5.gamemonetize.com/suxblqbdviv81vjc1buoq4dqfeadm8sh/', '0', 'Puzzles', 0, 0, '', 'squid-game-jigsaw'), (15279, 'Clash Of Armour', 'Tanks are always an effective weapon in wartime. In the fun and addictive game Clash of Tanks, you get to challenge your opponent in a fierce tank battle. Just deploy your tanks by placing them in strategic positions on your side of the map. Wait until the power bar below each tank type is sufficient and grab your new unit to place it wherever you like. Earn cash and spend it on cool upgrades for your tanks to make them more durable and deadly! Eliminate your enemy\'s tank fleet and lead your machines of war to victory.', 'https://img.gamemonetize.com/jqilhen7tozf2ub5n7szagfvgy60p8mv/512x384.jpg', 'https://html5.gamemonetize.com/jqilhen7tozf2ub5n7szagfvgy60p8mv/', '0', 'Action', 0, 0, '', 'clash-of-armour'), (15280, 'Clash of Skulls', 'Clash of Skulls is real time strategy units deployment game. Objective is to destroy the opponent base by deploying the skulls. Try different combination of units to make effective attack force. Selecting the right units at appropriate time is best way to win the battle.', 'https://img.gamemonetize.com/hh860gol6fw6ar7lq9qwevifce265ziu/512x384.jpg', 'https://html5.gamemonetize.com/hh860gol6fw6ar7lq9qwevifce265ziu/', '0', 'Action', 0, 0, '', 'clash-of-skulls'), (15281, 'Chicken Escape', 'Its possible now to play Miraculous Memory Match Up game in your web browser for free at superkidgames.com. Chicken Escape is an online HTML5 game. You can play the game on smartphone and tablet (iPhone, iPad, Samsung, Android devices and windows iPhone). You can put it to your favorites. So it can be convenient for you to play later! Help the chicken escape the crazed butcher! Avoid obstacles, collect power-ups and RUN!', 'https://img.gamemonetize.com/psgcx8qma65knrn9a1eo1k4njt13kbfq/512x384.jpg', 'https://html5.gamemonetize.com/psgcx8qma65knrn9a1eo1k4njt13kbfq/', '0', 'Hypercasual', 0, 0, '', 'chicken-escape'), (15282, '1010!', 'Drag blocks on the grid and complete a row or column. Play as smart as possible to avoid getting a mess.', 'https://img.gamemonetize.com/pistnqr9xunf58qk57ab66egl9hkyzub/512x384.jpg', 'https://html5.gamemonetize.com/pistnqr9xunf58qk57ab66egl9hkyzub/', '0', 'Puzzles', 0, 0, '', ''), (15283, 'Pull The Rope', 'brand-new addictive connect the dots line puzzle art game! Once you start wrapping that rope in a spiral roll motion around to fill in one puzzle, you won’t be able to stop! Just pull the rope ring and connect all the dots without touching the lines.', 'https://img.gamemonetize.com/u2a14qdyn2yuepofslcbbrm6ijoxd4i1/512x384.jpg', 'https://html5.gamemonetize.com/u2a14qdyn2yuepofslcbbrm6ijoxd4i1/', '0', 'Puzzles', 0, 0, '', 'pull-the-rope'), (15284, 'Pet Salon Go', 'If you love caring for horses, then this fun salon game is perfect for you. You\'ll style the hair of your pet horse. Create fun hairstyles that are filled with creativity and change them any time you\'d like. You can also try out new styles that you might have not considered before as you play out this pet salon game. Turn your horse into a stylish beauty!', 'https://img.gamemonetize.com/tgiht0ziomiwz144s0y7ysojnfarw6c8/512x384.jpg', 'https://html5.gamemonetize.com/tgiht0ziomiwz144s0y7ysojnfarw6c8/', '0', 'Girls', 0, 0, '', 'pet-salon-go'), (15285, ' Gym Fitness Workout Girl', 'Open up your own fitness studio and become the coolest coach there is! Show your students & followers how fun workouts can be! Post fitness tips to your Fit Feed, gain more & more fans, and work(out) your way to the top!', 'https://img.gamemonetize.com/kzcc6p4botyzdjb85wfx3qnakr3nptoc/512x384.jpg', 'https://html5.gamemonetize.com/kzcc6p4botyzdjb85wfx3qnakr3nptoc/', '0', 'Sports', 0, 0, '', '-gym-fitness-workout-girl'), (15286, 'Workout Dress Up Girls', 'Good news for all fitness girls, sports fashionistas, athletes and fans of makeover games! It’s a new game for girls - «Fitness Girls Dress Up», where you’ll be able to take on all kinds of trendy workout suits and test your fashion sense.', 'https://img.gamemonetize.com/ujeredv2gh7y9vlgj5avsby2xt7t4j2e/512x384.jpg', 'https://html5.gamemonetize.com/ujeredv2gh7y9vlgj5avsby2xt7t4j2e/', '0', 'Girls', 0, 0, '', 'workout-dress-up-girls'), (15287, 'Harukana Game', 'Open up your own fitness studio and become the coolest coach there is! Show your students & followers how fun workouts can be! Post fitness tips to your Fit Feed, gain more & more fans, and work(out) your way to the top!', 'https://img.gamemonetize.com/adbt0jx9zc5ws3n301nozov3l0vat7l1/512x384.jpg', 'https://html5.gamemonetize.com/adbt0jx9zc5ws3n301nozov3l0vat7l1/', '0', 'Girls', 0, 0, '', 'harukana-game'), (15288, 'Stickman.io', 'Stickman Revenge is back. Continuation of the hit series of Stickman Revenge games In this version, gamers will experience the best RGP game series ever.', 'https://img.gamemonetize.com/kadu7xqb5ga8ep9d62i04pse51fdat5r/512x384.jpg', 'https://html5.gamemonetize.com/kadu7xqb5ga8ep9d62i04pse51fdat5r/', '0', 'Action', 0, 0, '', 'stickmanio'), (15289, 'Creator Avatar One piece', 'If you love anime love stories and want to create an anime couple of pictures or avatars, Anime Game unique way to describe this amazing dress up game are: Fashion Adventure . get new avater for Fashion anime game for adults , Dress up game for otaku anime Fashion Style Sassy Looks', 'https://img.gamemonetize.com/ci0of9k6359mrscws36clir25hf4dlia/512x384.jpg', 'https://html5.gamemonetize.com/ci0of9k6359mrscws36clir25hf4dlia/', '0', 'Girls', 0, 0, '', 'creator-avatar-one-piece'), (15290, 'Crazy Plane', 'Show your piloting !!! Get the highest score without crashing the plane !!!', 'https://img.gamemonetize.com/ydab9vmveav20avfgzzbnmht6vtqdqow/512x384.jpg', 'https://html5.gamemonetize.com/ydab9vmveav20avfgzzbnmht6vtqdqow/', '0', 'Hypercasual', 0, 0, '', 'crazy-plane'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (15291, 'Elliott From Earth Space Academy Space Cook ', 'Play Elliott From Earth - Space Academy: Space Cook Game online in your web browser and mobile at superkidgames.com for free and more html5 games Elliott From Earth - Space Academy: Space Cook Game is a game where you can Shoot, catch and be careful ... This is not a complete list of questions that Elliott will be asked in all final exams and tests at the Academy. As a result, you will become a graduate and conquer space.', 'https://img.gamemonetize.com/9bfdiegz8zqzvlryar6kot7dk3qsughd/512x384.jpg', 'https://html5.gamemonetize.com/9bfdiegz8zqzvlryar6kot7dk3qsughd/', '0', 'Arcade', 0, 0, '', 'elliott-from-earth--space-academy-space-cook-'), (15292, 'Horse Run 2', 'Start your journey from a humble stable boy to a dressage super star! Join our passionate online world of horses where you can customize your character, train beautiful horses, bring them to your stable and train them for challenging show jumping championships.', 'https://img.gamemonetize.com/r4wf8yk4hsko480k4rvyj0iyljxeggho/512x384.jpg', 'https://html5.gamemonetize.com/r4wf8yk4hsko480k4rvyj0iyljxeggho/', '0', 'Sports', 0, 0, '', 'horse-run-'), (15293, 'Superheroes Pop It Jigsaw', 'Superheroes Pop It Jigsaw is a free online game in the jigsaw puzzle genre. You have 6 images in three modes to play. Choose one of the modes for the game that you previously choose and start it to play. Drag and drop the pieces to solve the puzzle and create an image. Enjoy, and have fun!', 'https://img.gamemonetize.com/mqlfrs1amkd48rhsyyco4jbxo81cgje7/512x384.jpg', 'https://html5.gamemonetize.com/mqlfrs1amkd48rhsyyco4jbxo81cgje7/', '0', 'Puzzles', 0, 0, '', 'superheroes-pop-it-jigsaw'), (15294, 'Friday Night Funkin Jigsaw', 'Friday Night Funkin Jigsaw is a free online game in the jigsaw puzzle genre. You have 6 images in three modes to play. Choose one of the modes for the game that you previously choose and start it to play. Drag and drop the pieces to solve the puzzle and create an image. Enjoy, and have fun!', 'https://img.gamemonetize.com/u78eyzo1tyt38fww601pzx46yo0na8xg/512x384.jpg', 'https://html5.gamemonetize.com/u78eyzo1tyt38fww601pzx46yo0na8xg/', '0', 'Puzzles', 0, 0, '', 'friday-night-funkin-jigsaw'), (15295, 'Kawaii ANIME Avatar Dress Up', 'If you love anime love stories and want to create an anime couple of pictures or avatars, Anime Game unique way to describe this amazing dress up game are: Fashion Adventure . get new avater for Fashion anime game for adults , Dress up game for otaku anime Fashion Style Sassy Looks', 'https://img.gamemonetize.com/71zi5ptn2nvmsvmit9vcrb3qt2jofqgc/512x384.jpg', 'https://html5.gamemonetize.com/71zi5ptn2nvmsvmit9vcrb3qt2jofqgc/', '0', 'Girls', 0, 0, '', 'kawaii-anime-avatar-dress-up'), (15296, 'Finger Football', 'Funny turn-based soccer game for kids. It has two modes of play: - Single player - Two players.', 'https://img.gamemonetize.com/bf1lpkz7wwq5jkzgyfpdvu8as0pyflbu/512x384.jpg', 'https://html5.gamemonetize.com/bf1lpkz7wwq5jkzgyfpdvu8as0pyflbu/', '0', 'Sports', 0, 0, '', 'finger-football'), (15297, 'Bottle Shooting', 'Are you searching for best bottle shooting free game? Then Bottle shooting New Game 2021 is the best choice for you. Bottle shooting 2021 is level based game each level enhance your shooting skills . It is really easy and fun to play bottle shoot & bottle breaking game. New bottle shoot games 2021 is ready to download, provide superb environment and HD graphics to its users. Shooting Games 2021 is free and offline game. it is easy shooting game for kids as well as for adults. One can also consider it as kid’s basic games with smooth controls for mobile games and Low MB bottle shoot games', 'https://img.gamemonetize.com/ihbl2i85lhhvtnoq8yfib4sddt559o36/512x384.jpg', 'https://html5.gamemonetize.com/ihbl2i85lhhvtnoq8yfib4sddt559o36/', '0', 'Shooting', 0, 0, '', 'bottle-shooting'), (15298, 'Randomation Demolition Speed Car Crash', 'You must collect coins based on a certaine time! Without getting smash by the other drivers cars. If you get smashed or damage the car you will not be able to move...and search for all the coins. The car will move even if its damaged until it has it car engine on. When you lose the engine or wheel the car stops and you lost. Based on the car damaged sustained...the car can move faster or slower.', 'https://img.gamemonetize.com/g1c8npcq3tm2ww5v5bh17e2d22g7t6lt/512x384.jpg', 'https://html5.gamemonetize.com/g1c8npcq3tm2ww5v5bh17e2d22g7t6lt/', '0', 'Racing', 0, 0, '', 'randomation-demolition-speed-car-crash'), (15299, 'Two Cubes 3D', 'Two Cubes 3D game is a vertical endless retro tunnel game. Try to control the cube falling down the tunnel and keep it away from the blocks. The game can be played by both 1 PLAYER or 2 PLAYER . Try to go the longest distance in the game or prove that you are better than your friend! Follow the positions of the blocks from below... The cubes will speed up and control will be more difficult.', 'https://img.gamemonetize.com/yrxl6xgsyolbymyboe2g8gwm5ulrpz3j/512x384.jpg', 'https://html5.gamemonetize.com/yrxl6xgsyolbymyboe2g8gwm5ulrpz3j/', '0', '3D', 0, 0, '', 'two-cubes-d'), (15300, 'Super Sergeant 2', 'Super Sergeant 2 features non stop shooting and five different levels, your mission is to find the exit on each level and shoot hordes of enemies on your way using three types of weapons.', 'https://img.gamemonetize.com/hzm8d4hhvtmo8ya8ccvx502walm6krdz/512x384.jpg', 'https://html5.gamemonetize.com/hzm8d4hhvtmo8ya8ccvx502walm6krdz/', '0', 'Shooting', 0, 0, '', 'super-sergeant-'), (15301, 'Baby Taylor Protect The Planet', 'Taylor and Jessica meet to go camping in the park, but the park\'s camp was full of garbage! What a frustrating thing! Just when Taylor want to go home, but mom told her that if she saw the garbage, she should pick it up. Please help Taylor clean up the camp and protect the environment! Then help Taylor decorate the campsite and let her have a happy and meaningful day! Have fun.', 'https://img.gamemonetize.com/yriq9qkqc0ri6hlise55fdh0oovdbn3j/512x384.jpg', 'https://html5.gamemonetize.com/yriq9qkqc0ri6hlise55fdh0oovdbn3j/', '0', 'Girls', 0, 0, '', 'baby-taylor-protect-the-planet'), (15302, 'Ducky Adventure', 'Two ducks which are lovely from each other, are embarking on an adventure to collect golds in the jungle. You should cooperate your friend and collect all golds and take these golds to the treasure box. Around of the golds there are some enemies and traps. You should avoid enemy attacks and should overcome the traps by the help of your friend. Ducks are moving automatically inside of the game, you only should direct them to the correct way.', 'https://img.gamemonetize.com/a2gct17hk7xl4cgxccy3gus7e1ffq78s/512x384.jpg', 'https://html5.gamemonetize.com/a2gct17hk7xl4cgxccy3gus7e1ffq78s/', '0', 'Adventure', 0, 0, '', 'ducky-adventure'), (15303, 'Mosaic Puzzle Art', 'Tease your imagination and boost creativity with cool and fun mosaic game. Explore lots of puzzles with various images for both skilled and casual players.', 'https://img.gamemonetize.com/gzjizg6n6ms5tnowy6xryhgfh5lfuftz/512x384.jpg', 'https://html5.gamemonetize.com/gzjizg6n6ms5tnowy6xryhgfh5lfuftz/', '0', 'Puzzles', 0, 0, '', 'mosaic-puzzle-art'), (15304, 'Car City Stunts', 'Car City Stunts is a free 3d car game based on a free drive with various cars on various types of surface mostly represented by ice. Players goal is to collect coins in a map usable for buying other cars. All fans of offline derby tricks and numerous smoke tires on the asphalt. Perform many serious tricks. To perform complex tricks, accelerate to the maximum and forward to the springboard or super twisted pipe.', 'https://img.gamemonetize.com/gluys03fdozhd8aujwifi12qpalao4lg/512x384.jpg', 'https://html5.gamemonetize.com/gluys03fdozhd8aujwifi12qpalao4lg/', '0', 'Racing', 0, 0, '', 'car-city-stunts'), (15305, 'Multiplication Simulator', 'Turning into the game, a field with apples opens in front of you, respectively, everything has to be calculated. For each correct answer you get a green apple, for the wrong - red. If you took advantage of the help, you don’t earn a ball. Accordingly, your task is to collect as many green apples as possible.', 'https://img.gamemonetize.com/cn7ac3hesdhrv99fghisixmbuoj8ikp9/512x384.jpg', 'https://html5.gamemonetize.com/cn7ac3hesdhrv99fghisixmbuoj8ikp9/', '0', 'Puzzles', 0, 0, '', 'multiplication-simulator'), (15306, 'Halloween Craft', 'Try and create the ultimate Halloween item by merging 3 or more like items to create a higher level item. Try to combine as many items as you can to prevent the board from filling up.', 'https://img.gamemonetize.com/f1yrece9wka6k0oe0am6qi257bra7qs4/512x384.jpg', 'https://html5.gamemonetize.com/f1yrece9wka6k0oe0am6qi257bra7qs4/', '0', 'Puzzles', 0, 0, '', 'halloween-craft'), (15307, 'Princess Bank Robbery Escape', 'Our princess Clara is going to do the diamond robbery in the city to support some welfare association. Could you help her to get ready with the perfect outfit for this robbery. Help her to find the right way to reach the bank and do the robbery and make her escape from the police officer Emma. Have fun!', 'https://img.gamemonetize.com/dweu7w1qwns3n5dcrw19r0oy2m9bx00u/512x384.jpg', 'https://html5.gamemonetize.com/dweu7w1qwns3n5dcrw19r0oy2m9bx00u/', '0', 'Puzzles', 0, 0, '', 'princess-bank-robbery-escape'), (15308, 'Sophie Instant Makeover', 'Let\'s make our princess Sophie get the instant makeover on her leg, hand, back and face like all over her body at your salon. Help her turn beautiful and pretty for her upcoming party. Have a great time!', 'https://img.gamemonetize.com/06eezpz5lxzm10795ymwbn3bh4qyygk6/512x384.jpg', 'https://html5.gamemonetize.com/06eezpz5lxzm10795ymwbn3bh4qyygk6/', '0', 'Girls', 0, 0, '', 'sophie-instant-makeover'), (15309, 'Squid Game Red Green Light', 'Play squid Red Light Green Light game for free Red Light Green Light is the best version of squid game When the girl doll say Green Light everyone will move towards the finish line, When the squid game doll says Red Light everyone must immediately stop. If players are still moving when she call Red Light,the squid game doll and red men kill em. Play Squid Game , Red Light Green Light , Fish Game , Squid game automatic now', 'https://img.gamemonetize.com/bsoc9fqpjowgbpot6hxzcd4lyor06zsp/512x384.jpg', 'https://html5.gamemonetize.com/bsoc9fqpjowgbpot6hxzcd4lyor06zsp/', '0', 'Adventure', 0, 0, '', 'squid-game-red-green-light'), (15310, 'Squid Game 3D Red Light Green Light', 'The Squid game is a popular series which includes different games that have to be mastered by a crowd of people. This game let´s you play the first game of the Squid game series : Red light green light . The challenge is to reach the end by a certain time. But you have to watch the for the doll and it´s singing. If it turns around and you move - you are out. Squid game - Red light green light is harder than it looks like.', 'https://img.gamemonetize.com/fugpxs3jkq36uzbk4s4f196dc81hifkw/512x384.jpg', 'https://html5.gamemonetize.com/fugpxs3jkq36uzbk4s4f196dc81hifkw/', '0', 'Multiplayer', 0, 0, '', 'squid-game-d-red-light-green-light'), (15311, 'Endless Boundary', 'Here is an online game about a fearless adventurer and treasure seeker, a brave warrior and a martial artist. There are five locations ahead of you, each of which consists of 50 levels. On the levels you have to fight a lot, using throwing weapons, as well as magical abilities. You can upgrade your hero and his equipment, insert runes and other improving items into it.', 'https://img.gamemonetize.com/pa0kkhxmf3gw9d90urig2y6zw4iana2h/512x384.jpg', 'https://html5.gamemonetize.com/pa0kkhxmf3gw9d90urig2y6zw4iana2h/', '0', 'Shooting', 0, 0, '', 'endless-boundary'), (15312, 'Soldier vs Zombies', 'Soldier vs Zombies is a bomb shooting amazing game. You are the soldier and your mission is to destroy all zombies. Aim and shoot the bomb near the zombies and the bomb will explode and destroy them. Explore tons of challenging level and try to win them all. you can do it', 'https://img.gamemonetize.com/bvmzop6yzwll0yants1qwbcqlwif1hbm/512x384.jpg', 'https://html5.gamemonetize.com/bvmzop6yzwll0yants1qwbcqlwif1hbm/', '0', 'Adventure', 0, 0, '', 'soldier-vs-zombies'), (15313, 'Clash Royale 3D', 'Epic survival run! Racing adventure that will keep you on your toes till the very end! Race, Clash, and Win! Get your gang together, run with the crowd, and clash against the rival monster! GATHER THE BIGGEST CROWD Start running alone and gather people on your way to collect a massive crowd. Lead your team through all sorts of moving, rotating, and expanding obstacles. Calculate your moves on the run and save as many members of the crowd as possible. RACE THROUGH THE OBSTACLES Let’s see how far you can get in this crazy survival race! Dodge swinging axes and colossal crushing spheres! Avoid monstrous circular saws, deadly red buttons, and a thorny abyss to make it to the finish line.', 'https://img.gamemonetize.com/fz411b21gdp389jp8x5w7ads2jsa1acw/512x384.jpg', 'https://html5.gamemonetize.com/fz411b21gdp389jp8x5w7ads2jsa1acw/', '0', 'Hypercasual', 0, 0, '', 'clash-royale-d'), (15314, 'Squid Game Battle Royale', 'Welcome to Squid Game. Welcome to a fair game of Red lights, green lights. Whoever wins this game will win a lot of cash prizes. -Stop at the red light -Continue when the green light is on -Follow your character\'s head movements! -Do not rush', 'https://img.gamemonetize.com/4t6kj8ewe3o84x8dxkzthc0yaegl3hs6/512x384.jpg', 'https://html5.gamemonetize.com/4t6kj8ewe3o84x8dxkzthc0yaegl3hs6/', '0', 'Action', 0, 0, '', 'squid-game--battle-royale'), (15315, 'Squid Game 3D game', 'squid game 3D game Now! You can knock down your competitors! The new competition now begins! Brand-new level elements, brand-new props content, and endless levels are waiting for you to challenge. -Optimize performance -New gameplay -Brand new character upgrade system', 'https://img.gamemonetize.com/kanig800m0jqen8un95ujuf0nhif6wnc/512x384.jpg', 'https://html5.gamemonetize.com/kanig800m0jqen8un95ujuf0nhif6wnc/', '0', 'Action', 0, 0, '', 'squid-game-d-game'), (15316, 'Toon Halloween Jigsaw', 'Toon Halloween Jigsaw is a free online game from genre of puzzle and jigsaw games. In this game you have a total of 12 pictures. You need to start from the first one and to unlock the next image. You have three modes for each picture: Easy with 25 pieces, Medium with 49 pieces and Hard with 100 pieces. Have fun and enjoy!', 'https://img.gamemonetize.com/tkutuxy1vg93uvss88x847srb9vu9544/512x384.jpg', 'https://html5.gamemonetize.com/tkutuxy1vg93uvss88x847srb9vu9544/', '0', 'Puzzles', 0, 0, '', 'toon-halloween-jigsaw'), (15317, 'Cup Rotate Falling Balls', 'An exciting puzzle about balls in cups. Colored balls fall into glasses. Your goal is to drive all balls into cups of the same color by rotating the cups. Avoid the blades! Let\'s finally get started!', 'https://img.gamemonetize.com/v3r958gdikhcg7uhfr2gj5xe46bo7s9d/512x384.jpg', 'https://html5.gamemonetize.com/v3r958gdikhcg7uhfr2gj5xe46bo7s9d/', '0', 'Puzzles', 0, 0, '', 'cup-rotate-falling-balls'), (15318, 'Cowboy Vs Martians', 'It\'s possible now to play Cowboy Vs Martians game in your web browser for free at superkidgames.com. In this game, Cowboy vs Martians you have to defend your territory against Aliens. Load your revolver and expel the Aliens from the desert. Use your skills and finish as many of them as possible to get them out of the desert for good.', 'https://img.gamemonetize.com/wzzt585vw2d986bop7jrmkehhkyjcq9l/512x384.jpg', 'https://html5.gamemonetize.com/wzzt585vw2d986bop7jrmkehhkyjcq9l/', '0', 'Shooting', 0, 0, '', 'cowboy-vs-martians'), (15319, 'Color Exchange', 'Try to jump as high into the air as you swap colors on your way up. Do not hit the wrong colors or your ball will fly apart and it will be game over. Time your jumps just right so that you move through each challenge onto the next. Have fun!', 'https://img.gamemonetize.com/016l30hjlcxpr1ua2esrbjn2diqocs6m/512x384.jpg', 'https://html5.gamemonetize.com/016l30hjlcxpr1ua2esrbjn2diqocs6m/', '0', 'Puzzles', 0, 0, '', 'color-exchange'), (15320, 'Selfie Stories', 'It\'s time to rock the fashion stylist selfie contest and become a social media star with fashion blogger games! Get your name on the top list!', 'https://img.gamemonetize.com/kml7o8rxllc59qfvvfuhn887qy6yiffx/512x384.jpg', 'https://html5.gamemonetize.com/kml7o8rxllc59qfvvfuhn887qy6yiffx/', '0', 'Hypercasual', 0, 0, '', 'selfie-stories'), (15321, 'Catwalk Beauty Super Stylish', 'Hey beautiful, it\'s showtime! All the baddies are choosing the most beautiful outfits for the catwalk! Your goal is to rock the catwalk like a queen. Choose your best outfit pieces for the runway in order to beat your opponent! If you want to walk like a QUEEN, always choose the most chic attire! The better the outfit, the higher the scores—you\'ll be chic and unbeatable! GAME FEATURE -Exquisite clothing! -Step up your style! -Dress up, glam up, and show them that you are a FASHIONISTA! -Delicate and charming characters! -100+ levels! Yaaaaas queen! You look fabulous! Fabulous girls always figure out how to walk with style! Beat your opponent and show the audience who\'s queen of the catwalk!', 'https://img.gamemonetize.com/pr702ec2t91yhb1rwej8i0r2c2797aym/512x384.jpg', 'https://html5.gamemonetize.com/pr702ec2t91yhb1rwej8i0r2c2797aym/', '0', 'Hypercasual', 0, 0, '', 'catwalk-beauty--super-stylish'), (15322, 'The Adventures of Popcorn', 'Its possible now to play The Adventures of Popcorn game in your web browser for free at superkidgames.com. Little adventurer Popcorn finds himself escaping monsters and collecting dragon eggs in a quest of agility and speed.', 'https://img.gamemonetize.com/qqwmmwbnx6q3avaasjqlaas4955s28v0/512x384.jpg', 'https://html5.gamemonetize.com/qqwmmwbnx6q3avaasjqlaas4955s28v0/', '0', 'Arcade', 0, 0, '', 'the-adventures-of-popcorn'), (15323, 'Axes Merge', 'Combine (3 or more, in lines) axes to create even more powerful axes! How far can your power reach? But be careful not to run out of more possible moves.', 'https://img.gamemonetize.com/5uhwjjyna0czoesmaqe75lcbrnpkuhm1/512x384.jpg', 'https://html5.gamemonetize.com/5uhwjjyna0czoesmaqe75lcbrnpkuhm1/', '0', 'Puzzles', 0, 0, '', 'axes-merge'), (15324, 'Cute Halloween Witches Jigsaw', 'Cute Halloween Witches Jigsaw is a free online game in the jigsaw puzzle genre. You have 6 images in three modes to play. Choose one of the modes for the game that you previously choose and start it to play. Drag and drop the pieces to solve the puzzle and create an image. Enjoy, and have fun!', 'https://img.gamemonetize.com/b5qze7s2orsj19ojnf1h2lzkh88r4gm7/512x384.jpg', 'https://html5.gamemonetize.com/b5qze7s2orsj19ojnf1h2lzkh88r4gm7/', '0', 'Puzzles', 0, 0, '', 'cute-halloween-witches-jigsaw'), (15325, 'Dunk Ball', 'Ready to shoot some hoops? Grab a ball and start dunking! Dunk Shot is a burning hot arcade game that anybody can enjoy! Shoot the hoops, unlock new balls, become the next basketball star!', 'https://img.gamemonetize.com/zbcakh0o0pbr4bighqrqpdde5sl4kp4f/512x384.jpg', 'https://html5.gamemonetize.com/zbcakh0o0pbr4bighqrqpdde5sl4kp4f/', '0', 'Puzzles', 0, 0, '', 'dunk-ball'), (15326, 'Tactical Squad', 'You are a tactical squad member and you\'re assigned with eliminating the target stickman. Use your sniper\'s zoom to oversee the area.', 'https://img.gamemonetize.com/33lub3z2vk9nvo2udeyy8e5nrbuauc9w/512x384.jpg', 'https://html5.gamemonetize.com/33lub3z2vk9nvo2udeyy8e5nrbuauc9w/', '0', 'Arcade', 0, 0, '', 'tactical-squad'), (15327, 'Unblock It Classic', 'Think strategically and play your moves in your head first, so it\'s easier to figure out the correct order of moves.', 'https://img.gamemonetize.com/r4qetuewvtae2x05gx9ecpae0wi8pcgm/512x384.jpg', 'https://html5.gamemonetize.com/r4qetuewvtae2x05gx9ecpae0wi8pcgm/', '0', 'Puzzles', 0, 0, '', 'unblock-it-classic'), (15328, 'Squid Game', 'Now! You can knock down your competitors! The new competition now begins! Brand-new level elements, brand-new props content, and endless levels are waiting for you to challenge. -Optimize performance -New gameplay -Brand new character upgrade system', 'https://img.gamemonetize.com/cq63b4fr53r0m652mdwn8acc479lsdjr/512x384.jpg', 'https://html5.gamemonetize.com/cq63b4fr53r0m652mdwn8acc479lsdjr/', '0', 'Action', 0, 0, '', 'squid-game'), (15329, 'Mahjong Pyramids', 'Mahjong Pyramids is a quick-fire mahjong puzzle game in which you need to match tiles in pairs as quickly as you can to complete each level. Each tile has an object etched onto its face, find the two identical tiles to match them together and remove them from the puzzle. Once you have no tiles left you have completed the level.', 'https://img.gamemonetize.com/vu2sw897hiiw0cvc6zva9du691r30e7o/512x384.jpg', 'https://html5.gamemonetize.com/vu2sw897hiiw0cvc6zva9du691r30e7o/', '0', 'Puzzles', 0, 0, '', 'mahjong-pyramids'), (15330, 'Cheerleader Magazine Dress & Makeover for Girls', 'Cheer up with the sweet cheerleaders! Enter their sporty world and show off your fashion sense in one of the most beautiful dress up game for girls. Cheerleading is more than a sport! Prove that you are the best fashion advisor and put together some stylish outfits for our amazing cheerleaders. The dress up level is where all the fun begins! Take your time and discover all the trendy clothes available. Mix and match sporty tops with bottoms or choose a blouse and pair it up with a skirt. If that it\'s not what you want, you can pick a uniform and some tights. Try them all and test your creativity. Fashionable, colorful and sporty - the dress up items have it all! Last, but not least, accessories! Accentuate each delightful outfit with jewelery, shoes and a chic hairstyle. Don\'t forget, pom poms are a must! Glam up each cheerleader in this stylish dress up game! After you finish the dress up part, prepare the stage for the photo shoot. Use sporty decorations and make each girl shine on the cover of the magazine! With your help our cheerleaders will look so fashionable! If you love cheerleaders and dress up, our game is the best you can find! Cheerleader Magazine Dress up game features:', 'https://img.gamemonetize.com/8k48sz364qn28hgyglm59lxvuqkvjoi8/512x384.jpg', 'https://html5.gamemonetize.com/8k48sz364qn28hgyglm59lxvuqkvjoi8/', '0', 'Girls', 0, 0, '', 'cheerleader-magazine-dress-amp-makeover-for-girls'), (15331, 'Mine Sweeper', 'Enjoy the reimagined classic, the minefield is waiting to be cleared. Use your wisdom and memory to unlock the tiles you see. Try to avoid the mines, otherwise the game is over! The empty tiles will unlock a number to show how close the nearest mine is.', 'https://img.gamemonetize.com/ntmx7ke6rxx3l24k5dui9azqou0c8io6/512x384.jpg', 'https://html5.gamemonetize.com/ntmx7ke6rxx3l24k5dui9azqou0c8io6/', '0', 'Arcade', 0, 0, '', 'mine-sweeper'), (15332, 'Magic Fairy Tale Princess Dress up for Girl', 'oin princess Flora in her enchanted fairy tale world. If you girls like princess games and dress up, this is the perfect game for you! Our girl has stunning dresses, delightful hairstyles and precious accessories, but she has no idea what to do with them! She doesn\'t know anything about fashion. Become Flora\'s royal fashion adviser in one of the coolest princess games! You have the chance to prove your attention to details, not only by creating stylish princess outfits, but also by looking for hidden objects. Find all the hidden objects and answer the riddle in order to unlock all the princess dress up items. Magic Fairy Tale - Princess Game features:', 'https://img.gamemonetize.com/omiwykek6z0kxzd8ow3j31t4xkmpfwrt/512x384.jpg', 'https://html5.gamemonetize.com/omiwykek6z0kxzd8ow3j31t4xkmpfwrt/', '0', 'Girls', 0, 0, '', 'magic-fairy-tale-princess-dress-up-for-girl'), (15333, 'Garden & Princess Fashionista Girl Dress Up Game', 'These clients are in desperate need of a makeover! Choose from highly fashionable clothes, gorgeous hairstyles, eye-catching makeup and luxurious interior design to give people the makeover they desire! Some want to change for a new job, others just want to become more confident or try something new. Whatever it is, help them turn their lives around with this project makeover! With My First Makeover you can: CHOOSE from a variety of fashionable clothes and outfits to create a new look! MAKEOVER clients to help them reach their goals and follow their dreams! DECORATE a new room to match their personal style! STYLE clients with trendy makeup and fashionable hair styles! SOLVE casual and addictive puzzles for an extra challenge! CUSTOMIZE your own avatar to make an appearance! BLAST and enjoy hundreds of puzzle levels with exciting missions and generous benefits! Now is the time to start this makeover project and help customers. Play My First Makeover now!', 'https://img.gamemonetize.com/eukyjygr0u86xotdqc8kjwlxk35lu95q/512x384.jpg', 'https://html5.gamemonetize.com/eukyjygr0u86xotdqc8kjwlxk35lu95q/', '0', 'Girls', 0, 0, '', 'garden-amp-princess-fashionista-girl-dress-up-game'), (15334, 'Princess Makeup and Dress up Games Online', 'Today princess is going to complete one year for their marriage.so beautiful princess needs your help to awesome makeover for celebration party and Christmas celebration in this princess salon makeover games.Both party is in the same day so she is very much happy and get ready for bridal facial makeup salon.princess need to go to the salon for Perfect Makeover and Dress up.Make different beauty work for spa ,dress up, makeup, and hair salon to make a stylish hair for our beautiful girl in this fashion game.play this girls makeup game to give beautiful and pretty makeup and royal girls look to princess like miss world and miss diva.so choose the best and glamour makeup in girls game.Princess have a dream to participate in fashion diva.so prince arrange a surprise for princess like a miss world competition games for girls. make a perfect outfits with lengha. Soo many designer suits is ready for high fashion dress up with lot\'s off gold jewellery to make a indian fashion bridal look with bridal jewellery and stunning hair style.now princess is ready for good memories with groom in photoshoot to be a happy couple in this Indian wedding makeup and dress up free games.', 'https://img.gamemonetize.com/2k9o0z07j3att61l3bddhp6wz33vb5bu/512x384.jpg', 'https://html5.gamemonetize.com/2k9o0z07j3att61l3bddhp6wz33vb5bu/', '0', 'Girls', 0, 0, '', 'princess-makeup-and-dress-up-games-online'), (15335, 'Fall Heroes Fun Guys Run', 'Knockout Stumble Run Royale Fall Games is an epic running royale 3D game to adventure the thrill of stumble race challenge. Its time to show your fall race stumble track running & parkour skills with other guys. Compete with other party guys and be the first to get the finish line.', 'https://img.gamemonetize.com/fwzb55l12lrfr47vg5y5wxe34kzj3baq/512x384.jpg', 'https://html5.gamemonetize.com/fwzb55l12lrfr47vg5y5wxe34kzj3baq/', '0', 'Hypercasual', 0, 0, '', 'fall-heroes-fun-guys-run'), (15336, 'Knockout Run Royale Fall', 'Knockout Stumble Run Royale Fall Games is an epic running royale 3D game to adventure the thrill of stumble race challenge. Its time to show your fall race stumble track running & parkour skills with other guys. Compete with other party guys and be the first to get the finish line.', 'https://img.gamemonetize.com/vhqwwew6ipw01iw8caq3z1oobhivuoh5/512x384.jpg', 'https://html5.gamemonetize.com/vhqwwew6ipw01iw8caq3z1oobhivuoh5/', '0', 'Hypercasual', 0, 0, '', 'knockout-run-royale-fall'), (15337, 'Stickman Fall Guys Running Race', 'It is time for some delightfully comical epic run knockout challenge. Enter a challenging dodge and run arena of a huge online party of up to 30 players and attempt everything you can to beat your opponents. The Fall Go – Stickman Obstacle Course Running Race is all about escalating chaos and compelling opponents, which you must overcome to win the fun run levels. Ultimate Physics Based Fun Race Do you think you have got what it takes to defy the physics laws in the middle of chaos? Survive the mayhem of a huge online multiplayer runner party and complete the running games challenges to be the last one to survive and receive the king’s crown. The stickman racer game is an absolute treat for those who like to enjoy physics based fun race challenges in their free time.', 'https://img.gamemonetize.com/rxwor4vgwu67uc22758om5297vdmxqv5/512x384.jpg', 'https://html5.gamemonetize.com/rxwor4vgwu67uc22758om5297vdmxqv5/', '0', 'Fighting', 0, 0, '', 'stickman-fall-guys-running-race'), (15338, 'Among Guys fall racing games', 'Participate in the ultimate mobile run royale games and rush among imposter opponents guys or they will knock you over! Challenge a random fall or soda guy & Start playing the most fun and exciting last man standing game where do not fall io is your duty and falling is not an option. Clash with imposter crowds and run with other guys in a hilarious silly race. Run, race, slide, jump, fall, flip, punch, and blast your way through insane obstacles with dozens of other online mobile opponents. Guys, girls, tall kids, short dudes, funny boys, weird teens, everyone is welcome to fight, run, and have a stupid good time during this knockout race. Run stumble guys VS imposter is an amazing chaotic obstacle course battle royale game! Knock over your opponents and become the last man standing in this falling guys game. Run stumble guys & dudes looks out for the mobile obstacles moving and other hurdles waiting for you. Among us free imposter opponents and crewmate friends are your biggest enemies in this real play knock over game. They will do whatever it takes to eliminate you to win the free soda run guys race.', 'https://img.gamemonetize.com/5f3ait59u64y9kin4lmhuu43x2erby4k/512x384.jpg', 'https://html5.gamemonetize.com/5f3ait59u64y9kin4lmhuu43x2erby4k/', '0', 'Adventure', 0, 0, '', 'among-guys-fall-racing-games'), (15339, 'Fall Guys Sonic Knockout Royale', 'Participate in the ultimate mobile run royale games and rush Sonic Sonic opponents guys or they will knock you over! Challenge a random fall or soda guy & Start playing the most fun and exciting last man standing game where do not fall io is your duty and falling is not an option. Clash with Sonic crowds and run with other guys in a hilarious silly race. Run, race, slide, jump, fall, flip, punch, and blast your way through insane obstacles with dozens of other online mobile opponents. Guys, girls, tall kids, short dudes, funny boys, weird teens, everyone is welcome to fight, run, and have a stupid good time during this knockout race. Run stumble guys VS Sonic is an amazing chaotic obstacle course battle royale game! Knock over your opponents and become the last man standing in this falling guys game. Run stumble guys & dudes looks out for the mobile obstacles moving and other hurdles waiting for you. Sonic us free Sonic opponents and crewmate friends are your biggest enemies in this real play knock over game. They will do whatever it takes to eliminate you to win the free soda run guys race.', 'https://img.gamemonetize.com/tcenm9zw11f87yyfylpqay90xewftsd3/512x384.jpg', 'https://html5.gamemonetize.com/tcenm9zw11f87yyfylpqay90xewftsd3/', '0', 'Fighting', 0, 0, '', 'fall-guys-sonic--knockout-royale'), (15340, 'StickMan Snow Fight', 'Welcome to Stickman-Snow Fight Move Up and Down to Dodge enemies snow balls. Collect snow balls and tap space to throw them on enemies. Let\'s have some fun', 'https://img.gamemonetize.com/62cg9zgydeur06klm0d3be21no03ytq3/512x384.jpg', 'https://html5.gamemonetize.com/62cg9zgydeur06klm0d3be21no03ytq3/', '0', 'Clicker', 0, 0, '', 'stickman-snow-fight'), (15341, 'Minecraft Game New Mode', 'Minecraft Game New Mode 2021 Minecraft Remake 2021 Classic Minecraft game 2021! Explore infinite worlds and build everything from the simplest of homes to the grandest of castles.', 'https://img.gamemonetize.com/65rnyfic34ohvpp6xsrfs6g5pmtch47a/512x384.jpg', 'https://html5.gamemonetize.com/65rnyfic34ohvpp6xsrfs6g5pmtch47a/', '0', 'Arcade', 0, 0, '', 'minecraft-game-new-mode'), (15342, 'Hair Chop Risk Cut Challenge', 'Meet an amazing arcade game where you have super long hair! Avoid flying blades that can cut your hair to the root. Dodge them with swipes, try to slip between them to save your beauty.', 'https://img.gamemonetize.com/c5ert0ok4mml7ihcrkmn9a0w413q8m0w/512x384.jpg', 'https://html5.gamemonetize.com/c5ert0ok4mml7ihcrkmn9a0w413q8m0w/', '0', 'Hypercasual', 0, 0, '', 'hair-chop-risk-cut-challenge'), (15343, 'Trial Bike Race Xtreme Stunt Bike Racing Games', 'Trial bike stunt master racing game is one of the best bike stunt games of the world with frontier bike stunts & tricky bike racing games tracks! Experience trial bike stunts games madness and discover the trial bike racing games fun all at one place! Race, jump, and do extreme bike stunts on frontier tracks of moto bike stunt racing games! Master the trial bike stunts games skills and get behind the wheels in motorcycle games. Today is the day where you can prove that you are the most fearless stunt biker and bike racer in trial bike stunt race bike racing games!', 'https://img.gamemonetize.com/cgskvzr51z2lsgmp8e7iz5ygaulchr75/512x384.jpg', 'https://html5.gamemonetize.com/cgskvzr51z2lsgmp8e7iz5ygaulchr75/', '0', 'Racing', 0, 0, '', 'trial-bike-race-xtreme-stunt-bike-racing-games'), (15344, 'Air Hockey Glow 2 Players', 'Great air hockey with modern glow style. Move finger and place the puck on the screen. Control your ball by drag speed. Play air hockey with multiplayer offline on your device! It\'s like a ice hockey, but in the glow space world. Challenge yourself with the computer opponents!', 'https://img.gamemonetize.com/od325ee0a7h8dhk3xhykdwddvpuqamsa/512x384.jpg', 'https://html5.gamemonetize.com/od325ee0a7h8dhk3xhykdwddvpuqamsa/', '0', '2 Player', 0, 0, '', 'air-hockey-glow--players'), (15345, 'Crazy Runner 007', 'Crazy Runner 007 Your character is John Agent 007 Run, avoid obstacles and jump over buildings to collect coins. the game has amazing graphics and realistic sound effects to let you enjoy this fun gameplay. Can you get a high score?', 'https://img.gamemonetize.com/tgp2tc4mv20mct42wydf5fc8lykugi0f/512x384.jpg', 'https://html5.gamemonetize.com/tgp2tc4mv20mct42wydf5fc8lykugi0f/', '0', 'Adventure', 0, 0, '', 'crazy-runner-'), (15346, 'Street Basketball Championship', 'Welcome to the Street Basketball Championship! This exciting sports game was made for the fans of street basketball and people who like sports simulators. Choose your favorite team and play for it, each received point reduces rating opponent. Play this game with your friends and raise your favorite team in the ranking. Shoot the ball in the basket and do not miss, it will increase the multiplier and give more points. Compete with players from around the world and help your favorite team win the championship. Street Basketball game gives a sporting chance to challenge other players from around the world. It\'s very simple and fun, install this free basketball game and enjoy it!', 'https://img.gamemonetize.com/ge2y9ca16xzdm6alw5iaxq6nhfd0dq31/512x384.jpg', 'https://html5.gamemonetize.com/ge2y9ca16xzdm6alw5iaxq6nhfd0dq31/', '0', 'Sports', 0, 0, '', 'street-basketball-championship'), (15347, 'Paper Fold', 'Fold and Create Pictures Very simple mechanics, only tap and fold. Once you start, it will be hard to stop. This will be the one of the most relaxing time of your life.', 'https://img.gamemonetize.com/yx6p8oamfphg604mxcq41utylym2cbw5/512x384.jpg', 'https://html5.gamemonetize.com/yx6p8oamfphg604mxcq41utylym2cbw5/', '0', 'Puzzles', 0, 0, '', 'paper-fold'), (15348, 'Speed Traffic 2021', 'Speed Traffic 2021 is a fun driving game where you race through traffic. Collect cash and powerups to finish your track.', 'https://img.gamemonetize.com/r6dznowo5kfs7n9iou2skcj7b1mdq6z1/512x384.jpg', 'https://html5.gamemonetize.com/r6dznowo5kfs7n9iou2skcj7b1mdq6z1/', '0', 'Racing', 0, 0, '', 'speed-traffic-'), (15349, 'Run Giant 3D', 'Experience a hot and trend hypercasual game Run Giant 3D with a combination of running and fighting. Collect as many same color items as you can to get enough strength to hit and defeat the opponent who is standing at the finish line. The winning secret is that the more your collection, the more giant your hero size will grow. How huge you can be!', 'https://img.gamemonetize.com/9suena8ogrrnvdwjxpqimt5fsks0ouj7/512x384.jpg', 'https://html5.gamemonetize.com/9suena8ogrrnvdwjxpqimt5fsks0ouj7/', '0', 'Hypercasual', 0, 0, '', 'run-giant-d'), (15350, 'Pixel Us Red and Blue 2', 'It\'s a two player game where the blue and red 2 alien have to reach the flag. Reach the blue and red impostor flag and earn the right to pass a new level. Be careful, there are many challenging creatures.', 'https://img.gamemonetize.com/axelghhofe3b1312s3h9wyvxh3uzis3t/512x384.jpg', 'https://html5.gamemonetize.com/axelghhofe3b1312s3h9wyvxh3uzis3t/', '0', 'Adventure', 0, 0, '', 'pixel-us-red-and-blue-'), (15351, 'Cursed Treasure', 'This is a HTML5 version of the classic tower defense game, now with mobile devices support. Protect your gems from being stolen by “good†heroes. Play the bad guy - a ruthless Overlord with the combined might of orcs, undead, and demons at your command. Set your defenses and destroy the heroes, always keeping one thing in mind: Don\'t Touch My Gems!', 'https://img.gamemonetize.com/302747jzesehtn33rn3zh0fqp3gg1jhz/512x384.jpg', 'https://html5.gamemonetize.com/302747jzesehtn33rn3zh0fqp3gg1jhz/', '0', 'Adventure', 0, 0, '', 'cursed-treasure'), (15352, 'Squid The Game Mobile Version', 'You are beginning your obstacle with Squid Game Runner today! Test your expertise and participate in various Squid Game programs. Be the first to complete the race previously, your pals. With Squid Game, enjoy without these simple and enjoyable games, anywhere you are!', 'https://img.gamemonetize.com/7box5lyri23bandru30r7dyuh7b5u17t/512x384.jpg', 'https://html5.gamemonetize.com/7box5lyri23bandru30r7dyuh7b5u17t/', '0', 'Arcade', 0, 0, '', 'squid-the-game-mobile-version'), (15353, 'Spooky Memory', 'Tap or click any card to reveal its icon. Memorize it and try to find its pair in board. Match all of the cards on the board and complete level.', 'https://img.gamemonetize.com/ulqrvloymp895ywapjlovx0of6lkkjoh/512x384.jpg', 'https://html5.gamemonetize.com/ulqrvloymp895ywapjlovx0of6lkkjoh/', '0', 'Puzzles', 0, 0, '', 'spooky-memory'), (15354, 'Red Light Green Light Multiplayer', 'Now, this red light folk game is available on smartphones and you can play it anywhere, whenever you want. The game is simulated from real traffic lights, when there is a green light you are allowed to move freely, but when there is a red light you are forced to stop motion. If you still deliberately move when there is a “redlightâ€, you will definitely have to pay the price. Now your motion supervisor is a doll. Try to run as fast as you can to the finish line without being detected by the doll. You have to try to run fast and touch the wall because only the first 5 people to the finish line can survive. If you are not in the top 5, the worst will come to you.', 'https://img.gamemonetize.com/5u1cezu4m9n2dnm667scumh7m4eappm2/512x384.jpg', 'https://html5.gamemonetize.com/5u1cezu4m9n2dnm667scumh7m4eappm2/', '0', 'Arcade', 0, 0, '', 'red-light-green-light-multiplayer'), (15355, 'SQUID GAME DOLL 3D', 'All players are poor and want money for their future and present life. Don\'t get eliminated and make your way to the top for the 46.5 billion won prize pool!! and its squid game challenge where people come to that platform where they perform many tasks to save their lives. and the red light point is don\'t allow you to move your body.', 'https://img.gamemonetize.com/ka4zg9k599q6nr2jgznneujkgvia2ite/512x384.jpg', 'https://html5.gamemonetize.com/ka4zg9k599q6nr2jgznneujkgvia2ite/', '0', 'Adventure', 0, 0, '', 'squid-game-doll-d'), (15356, 'Epic Run Race', 'Experience full parkour experience with tons of unique levels. Race with others, achieve levels , unlock new characters. Every level brings a new unique fun experience. Very easy to play. Hold to run, Slide to avoid obstacles, Collect energy to boost your speed and jump over trampoline to get fly and don\'t fall in water. Do you have what it takes to reach to end? Play Epic Run Race and have fun', 'https://img.gamemonetize.com/7shufp6b3avy5ck9jmhzh2i7hci9d8hd/512x384.jpg', 'https://html5.gamemonetize.com/7shufp6b3avy5ck9jmhzh2i7hci9d8hd/', '0', 'Multiplayer', 0, 0, '', 'epic-run-race'), (15357, 'Gun Rush Gun Shooter and Parkour', 'Visit the training base for practicing your parkour and wall-run skills. Learn and do Breathtaking tricks. Run, Jump, Slide, Shoot and kill whoever is in between you and your girl Who doesn\'t like to swing like superheroes ? Yes using a grapple gun you can swing straight towards the enemy and show them who is the boss. In this amazing futuristic game, there is a portal using which you can surprise your enemies and shoot them.', 'https://img.gamemonetize.com/0n95koo4nqkkyprve0m2d35qlu1afoof/512x384.jpg', 'https://html5.gamemonetize.com/0n95koo4nqkkyprve0m2d35qlu1afoof/', '0', 'Shooting', 0, 0, '', 'gun-rush--gun-shooter-and-parkour'), (15358, 'Love Rescue Pull Pins and Brain Wash', 'Love has to triumph over everything! Will you manage to help this beautiful couple of lovers to meet again safe and sound avoiding all kinds of dangers along the way? Watch each level carefully and choose the right order in which to remove the barriers so that dangerous thieves and fierce killer dogs die at the hands of explosives and sharp arrows without any harm to our protagonists. You\'ll just have to test your intelligence and develop a coherent game strategy so that all levels are overcome with a great victory! Good luck…', 'https://img.gamemonetize.com/a1nvq0h6k6zjttdpcs9nsrckbxjmozrm/512x384.jpg', 'https://html5.gamemonetize.com/a1nvq0h6k6zjttdpcs9nsrckbxjmozrm/', '0', 'Puzzles', 0, 0, '', 'love-rescue--pull-pins-and-brain-wash'), (15359, 'Slice It All Online', 'Tap to flip the knife and slice amazing obstacles in juiciest way! Cut or slice everything and become slice master!', 'https://img.gamemonetize.com/6z19t6ezrf58bg3llmc93ld1zzm9f0o1/512x384.jpg', 'https://html5.gamemonetize.com/6z19t6ezrf58bg3llmc93ld1zzm9f0o1/', '0', 'Arcade', 0, 0, '', 'slice-it-all-online'), (15360, 'Love Among Balls Pull Pins', 'Fascinating puzzle about balls that are in love. It is necessary to achieve the reunification of the blue and pink balls. To remove the pin, you need to tap on its round end.', 'https://img.gamemonetize.com/qs6tzqificr7yk634qurecbhm4vrogs9/512x384.jpg', 'https://html5.gamemonetize.com/qs6tzqificr7yk634qurecbhm4vrogs9/', '0', 'Puzzles', 0, 0, '', 'love-among-balls-pull-pins'), (15361, 'Monster Worm', 'Monster Worm is an amazing action game feed your hungry monster pet as long as you can by eating all soldiers and destroy their airplanes. Use Arrows to control your worm. Upgrade and level up your worm!', 'https://img.gamemonetize.com/cbvftdzfp4b9qq3wc6cpob3th5u93l1t/512x384.jpg', 'https://html5.gamemonetize.com/cbvftdzfp4b9qq3wc6cpob3th5u93l1t/', '0', 'Adventure', 0, 0, '', 'monster-worm'), (15362, 'Roblox Block', 'Mine Block Jumper game is funn and very addictive ,jump as much you can higher to gain points,need many skill and focusing,game contains cool characthers,shop,in game diamonds and many more. If you like skilled and infinite jumping games then download this new game made by SSP Games. Cool game with diferent maps and great 3D graphic,touch your screed in the direction you want your character to jump, collect', 'https://img.gamemonetize.com/1li2ey5h0nsu2i687i2a446vx356pxa3/512x384.jpg', 'https://html5.gamemonetize.com/1li2ey5h0nsu2i687i2a446vx356pxa3/', '0', 'Adventure', 0, 0, '', 'roblox-block'), (15363, 'Color Road Ball', 'Roll to the ball which has the same color! Avoid the ball which has different color. Good luck!', 'https://img.gamemonetize.com/0545z6qq7bqoyuc4lskjsqy8i4zlafop/512x384.jpg', 'https://html5.gamemonetize.com/0545z6qq7bqoyuc4lskjsqy8i4zlafop/', '0', 'Hypercasual', 0, 0, '', 'color-road-ball'), (15364, 'Fast & Furious Speed', 'The only way to win is to race as fast you can. You\'ll have to tune your car to get more out of the engine - greater acceleration, top speed and durability. Your rivals will be relentless so be prepared to push the pedal to the metal. You need to show through your actions who is the best racer in the world.', 'https://img.gamemonetize.com/5pnmmbkehnzzskcvbpxinirwixhgmfk7/512x384.jpg', 'https://html5.gamemonetize.com/5pnmmbkehnzzskcvbpxinirwixhgmfk7/', '0', 'Racing', 0, 0, '', 'fast-amp-furious-speed'), (15365, 'Squid Game Fighting', 'Inspired by classic 3d fighting squid game games squid game delivers it all - it’s fast; it’s full-on; it’s tactical; it’s FUN!', 'https://img.gamemonetize.com/jfzos33wnwmr6d0bm2hm8i13t00mdtqb/512x384.jpg', 'https://html5.gamemonetize.com/jfzos33wnwmr6d0bm2hm8i13t00mdtqb/', '0', 'Adventure', 0, 0, '', 'squid-game-fighting'), (15366, 'Squid Game Challenge 3D', 'Invite to Squid Game. Invite to a fair game of Red lights, eco-friendly lights. Whoever wins this game will win a great deal of prize money. Stop at the red light. Continue when the thumbs-up is on. Follow your personality\'s head motions! Do not rush Red Light, Green Light Sugar Honeycombs Tug-of-war Marbles Glass Stepping Stones The Squid Game Experience the delights of the craze that\'s sweeping the globe by your pc!', 'https://img.gamemonetize.com/dtemvyguxvsbdnnoilu3s1ygg8umdbvt/512x384.jpg', 'https://html5.gamemonetize.com/dtemvyguxvsbdnnoilu3s1ygg8umdbvt/', '0', 'Shooting', 0, 0, '', 'squid-game-challenge-d'), (15367, 'Pet Party Columns', 'Pet Party Columns is an online HTML5 game , it\'s playable in browsers such as safari and chrome.', 'https://img.gamemonetize.com/v45k14595gldmieor7ujjsvgb2dj8jxr/512x384.jpg', 'https://html5.gamemonetize.com/v45k14595gldmieor7ujjsvgb2dj8jxr/', '0', 'Puzzles', 0, 0, '', 'pet-party-columns'), (15368, 'Beauty Makeover Games Salon Spa Games for Girls', 'Hey girls! Come and enjoy running your Beauty Clinic now! There are so many clients who wait for a new SPA experience! There, Beauty Clinic, your goal is to make your customers look amazing and feel satisfied. Are you ready to meet the challenges? Download this game and enjoy it!', 'https://img.gamemonetize.com/b4qi9zz6tzdet0hdh6j5t9qwfu4t2g5r/512x384.jpg', 'https://html5.gamemonetize.com/b4qi9zz6tzdet0hdh6j5t9qwfu4t2g5r/', '0', 'Girls', 0, 0, '', 'beauty-makeover-games-salon-spa-games-for-girls'), (15369, 'Masters Tennis ', 'In Tennis Masters, you can play competitive tennis matches against the computer or your real-life friends in the 2-player mode. With unlockables, a variety of characters, special power-ups and funny transformations.', 'https://img.gamemonetize.com/z3sozgjnn25uyzkrvdd0ac4ho6wad6p5/512x384.jpg', 'https://html5.gamemonetize.com/z3sozgjnn25uyzkrvdd0ac4ho6wad6p5/', '0', 'Sports', 0, 0, '', 'masters-tennis-'), (15370, 'Kimetsu For Demonic Slayer S2', 'Let\'s Play Super Piano Anime Kimetsu For Demonic Slayer S2 for best score to get reach highest score. Training your Focus, your mind and enjoy playing this free cool Super Piano Anime Kimetsu For Demonic Slayer S2!! Tap the tile and don\'t miss it then win! This Super Piano Anime Kimetsu For Demonic Slayer S2 is for adult, teenagers, kids. Everyone can experience cool Super Piano Anime Kimetsu For Demonic Slayer. Super Piano Anime Kimetsu For Demonic Slayer is an addictive tap game based on simple addition. You can enjoy all fun of cool Piano Anime Kimetsu, tap tiles games, brain teaser, and mind blowing in this free super piano games. With this Super Piano Anime Kimetsu For Demonic Slayer S2 application you can spend your time which is very boring. look for the tiles of Super Piano Anime Kimetsu For Demonic Slayer S2 by tapping tiles. hopefully with this application Super Piano Anime Kimetsu For Demonic Slayer S2 your time to wait for something can be channeled properly.', 'https://img.gamemonetize.com/ddcc4gwg073vtwlfbnjelhqpfe37pb3u/512x384.jpg', 'https://html5.gamemonetize.com/ddcc4gwg073vtwlfbnjelhqpfe37pb3u/', '0', 'Puzzles', 0, 0, '', 'kimetsu-for-demonic-slayer-s'), (15371, 'Super Anime Piano Hero Academia Games', 'Let\'s Play Super Anime Piano Hero Academia Games Full for best score to get reach highest score. Training your Focus, your mind and enjoy playing this free cool Super Anime Piano Hero Academia Games Full!! Tap the tile and don\'t miss it then win! This Super Anime Piano Hero Academia Games Full is for adult, teenagers, kids. Everyone can experience cool Super Anime Piano Hero Academia Games Full.This game is adapted from Deku, Bakugou, Plus Ultra. Super Anime Piano Hero Academia Games Full is an addictive tap game based on simple addition. You can enjoy all fun of cool Deku, Bakugou, Plus Ultra, tap tiles games, brain teaser, and mind blowing in this free super piano games. With this Super Anime Piano Hero Academia Games Full application you can spend your time which is very boring. look for the tiles of Super Anime Piano Hero Academia Games Full by tapping tiles. hopefully with this application Super Anime Piano Hero Academia Games Full your time to wait for something can be channeled properly.', 'https://img.gamemonetize.com/6gpzefcfp9o40z322bmsnajaadyix9x7/512x384.jpg', 'https://html5.gamemonetize.com/6gpzefcfp9o40z322bmsnajaadyix9x7/', '0', 'Puzzles', 0, 0, '', 'super-anime-piano-hero-academia-games'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (15372, 'Virus Shot ', 'Destroy the virus that is all around you. In this game you have the opportunity to do that, but if you miss three times the game will end and the virus will win. The virus will move around you and you only have one syringe that rotates. You need to inject medicine at the right time to hit the virus. Tap on screen to inject medicine.', 'https://img.gamemonetize.com/8jmokn3ueieheabqb3vs2iudq5abvo38/512x384.jpg', 'https://html5.gamemonetize.com/8jmokn3ueieheabqb3vs2iudq5abvo38/', '0', 'Puzzles', 0, 0, '', 'virus-shot-'), (15373, 'Flip Master Home', 'Flip Master is trying to reach it\'s bed by jumping from the furniture in the house. Characters can go to some furniture once and some with a double jump. Estimate the distance and jump at the right time. You can buy new characters from the market in the following levels.', 'https://img.gamemonetize.com/f5djho7hqxguavlkrjbklvbmmgy248sg/512x384.jpg', 'https://html5.gamemonetize.com/f5djho7hqxguavlkrjbklvbmmgy248sg/', '0', 'Fighting', 0, 0, '', 'flip-master-home'), (15374, 'Knives And Slices', 'A fascinating arcade game "Knives and Slices". You need to avoid the knives and collect the slices. Knives move horizontally from right to left and vice versa. Tap in the right direction of the movement to move and collect the slices.', 'https://img.gamemonetize.com/zcl9zyzoj4e4n8jma5uudbcea6bryiov/512x384.jpg', 'https://html5.gamemonetize.com/zcl9zyzoj4e4n8jma5uudbcea6bryiov/', '0', 'Hypercasual', 0, 0, '', 'knives-and-slices'), (15375, 'Tap And Fold Paint Blocks', 'A fascinating puzzle game "Tap and fold" about folding figures out of colored papers. Make sure to fold the shapes in the right order.', 'https://img.gamemonetize.com/ox6mjh2p7fodug14jiv7v5c57u4lyqs1/512x384.jpg', 'https://html5.gamemonetize.com/ox6mjh2p7fodug14jiv7v5c57u4lyqs1/', '0', 'Puzzles', 0, 0, '', 'tap-and-fold-paint-blocks'), (15376, 'Sum Numbers', 'Addicting math puzzle "Sum Numbers"! Find and connect the correct set of terms. Puzzles help develop an analytical mind, improve mindfulness and allow you to have an interesting time.', 'https://img.gamemonetize.com/zu4qz74z69ppd91ufzft5632qxdc223s/512x384.jpg', 'https://html5.gamemonetize.com/zu4qz74z69ppd91ufzft5632qxdc223s/', '0', 'Puzzles', 0, 0, '', 'sum-numbers'), (15377, 'Collect Balls In A Cup', 'An exciting puzzle about balls in a cup. Your task is to make all the balls colored and collect them all in a cup. To remove the pin, you need to tap on its round end. Avoid bombs!', 'https://img.gamemonetize.com/61ztv7klhbic64c5hmq3odrms53pc82r/512x384.jpg', 'https://html5.gamemonetize.com/61ztv7klhbic64c5hmq3odrms53pc82r/', '0', 'Puzzles', 0, 0, '', 'collect-balls-in-a-cup'), (15378, 'Numbers Puzzle 2048', 'A fun arithmetic puzzle about stacking tiles. You need to tap on a column to point a tile to the right place. When you connect the tiles, you get a new one tile with a doubled number.', 'https://img.gamemonetize.com/oshbd2eh3emlel796x7p10oawnxg40dc/512x384.jpg', 'https://html5.gamemonetize.com/oshbd2eh3emlel796x7p10oawnxg40dc/', '0', 'Puzzles', 0, 0, '', 'numbers-puzzle-'), (15379, 'Sum Puzzle Arithmetic', 'Addicting arithmetic puzzle! Collect the correct amount from the given numbers. Puzzles help develop an analytical mind, improve mindfulness and allow you to have an interesting time. Pump up your brains!', 'https://img.gamemonetize.com/biphz9k901z1ne7c8ghntp9n6yhcpxi2/512x384.jpg', 'https://html5.gamemonetize.com/biphz9k901z1ne7c8ghntp9n6yhcpxi2/', '0', 'Puzzles', 0, 0, '', 'sum-puzzle-arithmetic'), (15380, 'Connect the Pipes Connecting Tubes', 'Meet an exciting game "Connect the Pipes"! Connect all circles of the same color with a swipe and go to new levels! The difficulty will increase with each level. Your task is to complete as many levels as possible.', 'https://img.gamemonetize.com/b2z0ppgnjqxwbmcpiluopujbs4i21e6w/512x384.jpg', 'https://html5.gamemonetize.com/b2z0ppgnjqxwbmcpiluopujbs4i21e6w/', '0', 'Puzzles', 0, 0, '', 'connect-the-pipes-connecting-tubes'), (15381, 'Gumball Class Spirits', 'Play Gumball Class Spirits Game online in your web browser and mobile at superkidgames.com for free and more html5 games. When Penny started hanging out with Leslie,Gumball got crazy jealous. Now his jealous spirit is on the loose. Use magic dust to trap Jealousy before it infects the entire school. Help Gumball round-up evil specters in Class Spirits. The game\'s story is based on the plot of "The Flower," with a few twists for the sake of gameplay. Leslie has begun hanging out with Penny, making Gumball jealous. His jealousy took the form of a malevolent spirit, bent on possessing people and revealing their deepest desires, and forcing them to achieve said desires in malicious ways. Gumball, armed with a jug of salt, which is a ghost\'s bane, must trap the spirit with salt lines to prevent it from spreading its curse.', 'https://img.gamemonetize.com/xcjvw92u8i5wtv9300ganuzfkz7jcefy/512x384.jpg', 'https://html5.gamemonetize.com/xcjvw92u8i5wtv9300ganuzfkz7jcefy/', '0', 'Puzzles', 0, 0, '', 'gumball-class-spirits'), (15382, 'Flappy Zombird', 'The Flappy Zombird is a little bird affected by zombies trying to cross the pillars where you compete with your friends for points. This bird is under the control of gravity and has no control. This game is all about controlling the bird and how long to control it.', 'https://img.gamemonetize.com/imczm3ukrkutue0djmsf7ejpzje4jj83/512x384.jpg', 'https://html5.gamemonetize.com/imczm3ukrkutue0djmsf7ejpzje4jj83/', '0', 'Hypercasual', 0, 0, '', 'flappy-zombird'), (15383, 'Pannai House Escape', 'Pannai House Escape is a point and click game developed by 8B Games/Games2live. Imagine that you had been to a Pannai House, On there a you got trapped. Here is the interesting puzzles and hidden objects to find and get escape from the House Good luck.. Have fun!', 'https://img.gamemonetize.com/daml1f69usrfz4lhbjgwne0ebqyml4j8/512x384.jpg', 'https://html5.gamemonetize.com/daml1f69usrfz4lhbjgwne0ebqyml4j8/', '0', 'Puzzles', 0, 0, '', 'pannai-house-escape'), (15384, 'G2L Halloween Is Coming Episode4', 'Halloween Is Coming Episode4 is a point and click game developed by 8B Games/Games2live. I\'m John. Now I have stucked in a scary forest I need your help. Here is some interesting puzzles and hidden objects to find and escape from here. Good luck.. Have fun!', 'https://img.gamemonetize.com/m224ajbknhbc7wrfo5egbes0ne05wp8i/512x384.jpg', 'https://html5.gamemonetize.com/m224ajbknhbc7wrfo5egbes0ne05wp8i/', '0', 'Puzzles', 0, 0, '', 'gl-halloween-is-coming-episode'), (15385, 'Cubic Wall', 'Cubic Wall is a game where you need to control the wall who is with bricks with different colors. From the top of the game will fall balls with colors as the bricks. The goal of the game is to catch the ball with brick that have same color. It is not easy but when you start to play you can estimate the speed of movement of the ball and the wall and when they can match.', 'https://img.gamemonetize.com/ahrhok4b4ud9fylgobe4l63nf6ikmo5n/512x384.jpg', 'https://html5.gamemonetize.com/ahrhok4b4ud9fylgobe4l63nf6ikmo5n/', '0', 'Puzzles', 0, 0, '', 'cubic-wall'), (15386, 'Adventure Time Bullet Jake', 'Have fun with this new game Bullet Jakke Adventure play it now for free here on taptapking.com !!! Enjoy with this game inspired by the famous animated series Adventure Time aim aim and shoot try to collect all the items and coins you can to improve Jake\'s characteristics !!! This time the two inseparable friends will be encouraged to play bullet man and got a cannon with which they can launch Jake as far as possible to discover how much they can fly. Collect all the coins that you can use your ammunition to give impetus to the character while it is in the air, with these coins you can buy different items such as more life, more bullets, a rocket backpack or cannon force. The main objective of the game is to shoot the character as far as you can, improving the distance with each attempt.', 'https://img.gamemonetize.com/tk43g8162idbq3h3sviaw3f05qysi2k7/512x384.jpg', 'https://html5.gamemonetize.com/tk43g8162idbq3h3sviaw3f05qysi2k7/', '0', 'Arcade', 0, 0, '', 'adventure-time--bullet-jake'), (15387, 'Draw The Bird Path', 'Draw The Bird Path is a fun combination of arcade and puzzle game where you draw the path of birds to their home.', 'https://img.gamemonetize.com/1y9is6rv1nr3uh3t4hctyipbxw8japth/512x384.jpg', 'https://html5.gamemonetize.com/1y9is6rv1nr3uh3t4hctyipbxw8japth/', '0', 'Puzzles', 0, 0, '', 'draw-the-bird-path'), (15388, 'Squid Game Tug Of War ', 'Squid Game continues with its new episode, Tug War. The object of the game is to pull the rope as fast as you can and pull your opponent to your side. Losing players fall from the platform or are cut by the guillotine. Press the keys as fast as you can and shoot your opponent. Squid Game Tug Of War has 1P and 2P modes. Come on, pull the rope! Survive', 'https://img.gamemonetize.com/0r8ab6s1ejxs54pll3iq0xz87uv9d8ue/512x384.jpg', 'https://html5.gamemonetize.com/0r8ab6s1ejxs54pll3iq0xz87uv9d8ue/', '0', '3D', 0, 0, '', 'squid-game--tug-of-war-'), (15389, 'Mageclash.io', 'Are you ready for an epic battle? Mageclash.io is a multiplayer fantasy game where you clash with monsters and other players to become the most powerful hero in the server. Build your character from hundreds of spells, weapons, and equipment, and fight your way through unique biomes… if you can survive the bosses. Complete challenges and explore the far reaches of the map in order to earn rewards and access unique skins. Customize your character: choose from hundreds of spells, weapons, armor gear and stat points, as well as skins and emotes. Watch out for type advantages and unique weapons effects! You may get hit with a gravity ball, or knocked back by a wind katana… Get ready to face different enemies across changing environments; explore hidden corners of the map to get your hands on powerful items; and complete challenges to unlock unique rewards. What are you waiting for? Get into the fight! And don’t forget to invite friends… Features: - 100+ spells across 6 magic types: Air, Fire, Earth, Water, Light, and Dark. Mind type advantages! - Different classes of melee weapons: swords, daggers, battle-axes and more to choose your own fighting style. - Multi-piece armor gear across the knight, rogue, and wizard types! Combine head, body, and hand pieces to boost your abilities in unique combinations. Will you pick up a wizard’s hat, or a knight’s helmet? - Allocate stat points on level-up to shape your character. Build an all-out melee tank, an elusive rogue, or a powerful mage - anything you can think of. - Varied biomes to explore, each with special enemies and changing terrain. - Fill out your monster journal by encountering enemies; complete over a hundred challenges; and claim daily quests to unlock access to unique skins and rewards! - Play with a team and collaborate to take down powerful bosses.', 'https://img.gamemonetize.com/skb8oc3ntlp16me3kz1n328u7eze3bor/512x384.jpg', 'https://html5.gamemonetize.com/skb8oc3ntlp16me3kz1n328u7eze3bor/', '0', 'Multiplayer', 0, 0, '', 'mageclashio'), (15390, 'Squid Game 3D Challenge', 'Join the epic squid game! - Don\'t Move - Be fast and sneaky! - Run for your life! - Red light - freeze!', 'https://img.gamemonetize.com/qt9hjcwjuadej3fin032df6n23mcg74y/512x384.jpg', 'https://html5.gamemonetize.com/qt9hjcwjuadej3fin032df6n23mcg74y/', '0', 'Action', 0, 0, '', 'squid-game-d-challenge'), (15391, 'Pixel Us Red and Blue', 'It\'s a two player game where the blue and red alien have to reach the flag. Reach the blue and red impostor flag and earn the right to pass a new level. Be careful, there are many challenging creatures.', 'https://img.gamemonetize.com/jrgx4oxbbbop6egzflrl04b5q6qijr77/512x384.jpg', 'https://html5.gamemonetize.com/jrgx4oxbbbop6egzflrl04b5q6qijr77/', '0', 'Arcade', 0, 0, '', 'pixel-us-red-and-blue'), (15392, 'Squid Game Survival', 'If you’re someone who loves to watch movies and shows, then you must have watched plenty of them nowadays. Thanks to the internet, we’re able to enjoy so many movies and shows right now. Today, there are so many streaming sites like Netflix, Hulu, Amazon Prime Video, HBO Max, and many more. With these apps available, you can watch shows like Squid Game which was a highly successful show on Netflix. In this game, you’re able to enjoy the show today! If you’re someone who’s a fan of the popular series, you’ll love this game. Here, you can play the first game that’s been played on the series called Green Light Red Light. You might have played this game when you were a kid since it’s a popular kids’ game in many countries. Here, players will race to the finish line, but there’s a twist. You can only run when the green light is on, and you must stop when the red light is on; otherwise, you’ll be eliminated. This is an exciting game that will exercise your reflexes and skills.', 'https://img.gamemonetize.com/ajkcbxek25n26gmwjhl3ta6wht79sepy/512x384.jpg', 'https://html5.gamemonetize.com/ajkcbxek25n26gmwjhl3ta6wht79sepy/', '0', 'Adventure', 0, 0, '', 'squid-game-survival'), (15393, 'BitLife Life Simulator', 'How will you live your BitLife? Will you try to make all the right choices in an attempt to become a model citizen sometime before you die? You could marry the love of your life, have kids, and pick up a good education along the way. Or will you play choices that horrify your parents? You could descend into a life of crime, fall in love or go on adventures, start prison riots, smuggle duffle bags, and cheat on your spouse. You choose your story... Discover how bit by bit life choices can add up to determine your success in life the game. Interactive story games have been around for years. But this is the first text life simulator to truly mash up and simulate adult life.', 'https://img.gamemonetize.com/sunlne8825d1006jux3b1xrl9vda49f1/512x384.jpg', 'https://html5.gamemonetize.com/sunlne8825d1006jux3b1xrl9vda49f1/', '0', 'Arcade', 0, 0, '', 'bitlife--life-simulator'), (15394, 'Invasion Crush', 'It is a classic breakout game with different types of bricks and challenging levels. 2x Brick needs to be hit 2 times where as ‘Shoot Brick’ can be eliminated by shooting only and if ball hits ‘Shoot Brick’, the ball will be destroyed. ‘Extra Ball Brick’ gives you an extra ball. Eliminate all the bricks to complete a level. Complete each level within 5 minutes. Handle the paddle with the help of mouse or finger tip.', 'https://img.gamemonetize.com/c1d708ejy4oqpudw10pykfkn6uhz7tsv/512x384.jpg', 'https://html5.gamemonetize.com/c1d708ejy4oqpudw10pykfkn6uhz7tsv/', '0', 'Arcade', 0, 0, '', 'invasion-crush'), (15395, 'City Car Drive', 'City Car Drive is a wonderful driving simulation in an city. So you have time to explore the surroundings completely undisturbed. Play City Car Drive in your browser for free. Let\'s explore the city that lives by making machines. Enjoy the graphics of an city. Excavated areas, heavy machinery, harsh factory atmosphere. Pick your favorite car and come explore it. Find ramps and bridges where you can try different tricks and stunts. Your car has a nitro. Try to use it to get the maximum speed. Have fun.', 'https://img.gamemonetize.com/yxrd3amtk039me5div39dfkmhu0451kd/512x384.jpg', 'https://html5.gamemonetize.com/yxrd3amtk039me5div39dfkmhu0451kd/', '0', 'Racing', 0, 0, '', 'city-car-drive'), (15396, 'Helix Spiral Jump 3D 2021', 'Helix Spiral Jumping - Stack 3D Jump Ball, one of the popular jumping ball io games, will start a crazy and exciting bouncing adventure for you! -Different scenes of the bouncing spiral tower maze mode, with addictive rich visuals and easy-to-use game mechanics -Jump through the bouncing ball in the spiral tower maze, use the jumping action to smash the rotating tower and reach the bottom of the tower smoothly, a very good game to pass the time when you are idle. -If you are a master of addictive mechanics game play, the colorful bouncing ball smashing spiral tower game is just the right 3d leisure game for you to play How to win -Tap the screen to jump the ball to rotate the tower and make the ball land safely on the next level -Simple controls, go left or right to slide the spiral rotating maze to get the jumping ball safely through -Find the right landing position, try to leap to the bottom and enjoy the exciting experience of landing -Different rotating maze scenes, multi-level towers, you need to improve the jumping speed and control the bouncing ball not to hit the obstacles -Break through each level of the rotating maze tower, jump in free fall, reach the end successfully and become the winner of the bouncer -Avoid the red obstacles in the rotating maze or the game is over Game Features + Latest spiral ball dropping game with HD graphics. + Beautiful smooth bouncing with easy tap controls + Stunning jumping visuals and sound effects + Multi-level jumping ball towers with 3D visuals + Different spiral tower designs for jumping ball towers + Easy to play, smooth control, tap to control + 300+ levels of different difficulty levels, waiting for you to challenge Happy jumping ball and spinning maze, very addictive game mode, hurry up and enjoy this wonderful brick smashing action! Download it now and enjoy it, love jumping and make the boring time fun! If you like our jumping game Have fun with the game.', 'https://img.gamemonetize.com/zwhw328xew1p2zk5npqqyb4gucn6tlq8/512x384.jpg', 'https://html5.gamemonetize.com/zwhw328xew1p2zk5npqqyb4gucn6tlq8/', '0', 'Arcade', 0, 0, '', 'helix-spiral-jump-d-'), (15397, 'Marble Legend', 'Marble Legend is a free classic and addictive Zuma game. Aim at marbles and shoot 2 or more with the same color. Try to catch all marbles before they reach the hole in the ground Marble Legend is easy to play but hard to master.', 'https://img.gamemonetize.com/85aty1evpcrldcidd4t5cx4pwh0b0jgj/512x384.jpg', 'https://html5.gamemonetize.com/85aty1evpcrldcidd4t5cx4pwh0b0jgj/', '0', 'Puzzles', 0, 0, '', 'marble-legend'), (15398, 'Romantic Anime Couple Dress Up', 'Welcome to the Romantic Anime Couple Dress Up games ! If you love anime love stories and want to create an anime couple of pictures or avatars, These dress up games with have you strutting your stuff down the catwalk in perfectly paired outfits, with the most glamorous dress up games this side of Disney LOL.', 'https://img.gamemonetize.com/orf8hn20h2noxkipi8elbu6hmzelb7dq/512x384.jpg', 'https://html5.gamemonetize.com/orf8hn20h2noxkipi8elbu6hmzelb7dq/', '0', 'Girls', 0, 0, '', 'romantic-anime-couple-dress-up'), (15399, 'Anime High School Couple Makeover', 'Welcome to the Anime High School Couple Makeover ! If you love anime love stories and want to create an anime couple of pictures or avatars, These dress up games with have you strutting your stuff down the catwalk in perfectly paired outfits, with the most glamorous dress up games this side of Disney LOL.', 'https://img.gamemonetize.com/li9hdi2pk8uforgwrkl00pppl63fwfd0/512x384.jpg', 'https://html5.gamemonetize.com/li9hdi2pk8uforgwrkl00pppl63fwfd0/', '0', 'Girls', 0, 0, '', 'anime-high-school-couple-makeover'), (15400, 'Tank Shooting Simulator', 'Get all set to combat as well as conserve your nation in tank games 3D. Pick storage tanks of selection and begin fight versus enemy in tank games offline free of cost. You have to save fatherland as well as destroy all the tanks of your opponent group. Be a skilled task force in-tank fight game and also destroy opponent containers in battle throughout the boundary. Play free tank games 2021 to ruin all enemy base camps to remove the land. Show love for your beloved mother country by playing real tank battle games assault: new tank games 2021. Enjoy army tank games as you are a master of tank driving games. This tank game offers your advancement experience of tank shooting games 2021. To finish the mission, take your military tank to strike in this battle simulation 3D game with army containers, as well as shoot all the containers before they attack your army base. Safeguard your battle tanks from opponent storage tanks by playing tank commander fight new games 2021 to strike adversary base camp.', 'https://img.gamemonetize.com/f11ozrc2gc04zmb8k83hkez7je3tr8sq/512x384.jpg', 'https://html5.gamemonetize.com/f11ozrc2gc04zmb8k83hkez7je3tr8sq/', '0', 'Shooting', 0, 0, '', 'tank-shooting-simulator'), (15401, 'Stylish Crop Top Trends', 'Welcome to the Stylish Crop Top Trends game. Rainbow high school girls Noah, Willow, and Dee dee are planned to try crop tops to adapt to the latest trends. Crop Tops are the must-have this summer, and the more you have in your wardrobe, the better! Now, if you wonder how to wear a crop top, we are here to help! Even though jeans may be the perfect base for a crop top look, shorts and skirts are also good matches! Did you know that you can easily design and create crop tops out of t-shirts and tank tops? Play this game to learn how, design unique crop tops and create trendy street style outfits!', 'https://img.gamemonetize.com/m5in9k0fuhahr2rqg3p62k858k4o2f0u/512x384.jpg', 'https://html5.gamemonetize.com/m5in9k0fuhahr2rqg3p62k858k4o2f0u/', '0', 'Girls', 0, 0, '', 'stylish-crop-top-trends'), (15402, 'Pineapple hit ', 'Toss writing utensils at fruits! Pineapple Pen challenges you with all sorts of flying foods. In Classic and Hardcore modes, you can throw pens up or down to hit the pineapples. In Orbital mode, apples and armored fruits fly in circles!', 'https://img.gamemonetize.com/v90a1nynmia9n1ekn5xat2mnlf2laluw/512x384.jpg', 'https://html5.gamemonetize.com/v90a1nynmia9n1ekn5xat2mnlf2laluw/', '0', 'Puzzles', 0, 0, '', 'pineapple-hit-'), (15403, 'Craft Lumberjack', '- Chop trees to get logs', 'https://img.gamemonetize.com/sg1hvgtvmlganqr4qs3gn3i815lsh0qq/512x384.jpg', 'https://html5.gamemonetize.com/sg1hvgtvmlganqr4qs3gn3i815lsh0qq/', '0', 'Adventure', 0, 0, '', 'craft-lumberjack'), (15404, 'Decorate My Dream Castle', 'The little princess will hold a grand ball in the castle. She is planning to redecorate the castle to prepare for the ball. Can you decorate the little princess\'s castle gorgeously and beautifully? Don\'t hesitate, come and try it! Maybe you will become a famous designer! Have fun!', 'https://img.gamemonetize.com/7xqakydyu3xxdl8o4mrag61jklxkzlgg/512x384.jpg', 'https://html5.gamemonetize.com/7xqakydyu3xxdl8o4mrag61jklxkzlgg/', '0', 'Girls', 0, 0, '', 'decorate-my-dream-castle'), (15405, 'Pixel Zombie Survival', 'Pixel Zombie Survival features intense zombie shooting in vast blocky world, you are special forces soldier and your mission is to use different types of weapons to shoot all incoming blocky zombies and try to survive before the time runs out.', 'https://img.gamemonetize.com/p1kzu5rt2ccr02gzr1sf5sarx8if93er/512x384.jpg', 'https://html5.gamemonetize.com/p1kzu5rt2ccr02gzr1sf5sarx8if93er/', '0', 'Shooting', 0, 0, '', 'pixel-zombie-survival'), (15406, 'Moto Maniac 2', 'Overcome all the obstacles as fast as you can. This game is a sequel to Moto Maniac set in a different environment. This time it\'s a bridge in the night. It\'s under construction so you have to be careful not to fall into the abyss and not to hit your head. On top of the obstacles on the way, it\'s dark! Fortunately you have a drone that will light your way.', 'https://img.gamemonetize.com/g4c6ifgm9a4jejts0ziazzzroygbjltj/512x384.jpg', 'https://html5.gamemonetize.com/g4c6ifgm9a4jejts0ziazzzroygbjltj/', '0', 'Sports', 0, 0, '', 'moto-maniac-'), (15407, 'Extreme Jelly Shift 3D', 'Do you love jelly? Jelly is soft so it can flow and change its shape. Can you rush with your jelly to slide through all levels in this fast moving game? Join the game like an F1 driver to save your jelly from bashing.', 'https://img.gamemonetize.com/hdrdmonc3zz2nq0s8p6nimkfy0xn3ukm/512x384.jpg', 'https://html5.gamemonetize.com/hdrdmonc3zz2nq0s8p6nimkfy0xn3ukm/', '0', 'Arcade', 0, 0, '', 'extreme-jelly-shift-d'), (15408, 'Moto Maniac', 'Overcome all the obstacles as fast as you can. Your goal is to go through the port docks trying not to fall into the water. And avoiding hitting your head too of course.', 'https://img.gamemonetize.com/46ik1r1cw2iog1z81lyw0i793udi59gv/512x384.jpg', 'https://html5.gamemonetize.com/46ik1r1cw2iog1z81lyw0i793udi59gv/', '0', 'Sports', 0, 0, '', 'moto-maniac'), (15409, 'Monster Mover', 'Slide a row of bears horizontally or vertically to make a horizontal or vertical row of 3 or more similar monsters. Use mouse or finger tip to slide the rows. Try and see how many levels you can complete in this time bound game.', 'https://img.gamemonetize.com/yc5n81euhozo79g3x500lfeiuoj721xn/512x384.jpg', 'https://html5.gamemonetize.com/yc5n81euhozo79g3x500lfeiuoj721xn/', '0', 'Puzzles', 0, 0, '', 'monster-mover'), (15410, 'Squid Games impossible Challenges', 'All players are poor and want money for their future and present life. Don\'t get eliminated and make your way to the top for the 46.5 billion won prize pool!! and its squid game challenge where people come to that platform where they perform many tasks to save their lives. and the red light point is don\'t allow you to move your body. This game is about a squid race where players are running to save their life. Collect your hair cut and place them on the hair challenge girl body fat fit long hair rush of your choice. At the end of this Level, a girl is standing with the tree and saying Green Light Red Light Green Light. You start the battle with count master in the crowd challenge there are no chances for you to feel lonely Because there are many challenges in the Clash hair Challenge like a ball run. All the players should be stopped when she stops saying Red Light. You can ready makeover run with hair challenge girl body in this amazing year best game in 2021. There was an old grandpa who won the squid game and money run 3d. All the player who complete the tasks and be a squid winner, they will have a lot of money for their life. Terminated Player will be knocked out in the squid challenge those who are moving on red light point. Those Players will be terminated who are moving in red light points. Download Food Party for a great free squid game challenge 3d survival game experience, It\'s like a fat pusher and squid challenge game where even your hair challenge will be include and rich run 3d. Download squid game challenge survival competition game. The green light point allows you to run from the tree. Keep going balls fat 2 fits in the join muscle rush 3d. This is a race like money run 3d. avoid scissors and hair of other colors. keep going forward protect yourself from the hair race challenge and arrow fest. You have a chance to get absorbed in the bright world of hair challenges full of fat pusher and stickman battles. just run race 3d for the money run 3d, if you are moving while on Red light point so you will be terminated. Collect the hair of the same color, increase the length of your hair, This race is like a squid race and joins clash game, Squid Winner is the best of all players and there is the winner of also rich run and money run 3d. Fill the start by gathering all stacks and crosses across the bridge. This game is like a squid game. Terminated people get killed by bullets. and get a reward at the end. Terminated squid players get killed after they break the rule of the race. Get ready to spend hours playing one of the most thrilling running games. Once she says green light in the squid race game, whether you are survival games or squid game challenge fan! There are many tasks to perform it\'s their own time for the squid challenge. Terminated squid players will not able to perform any task. Follow the staff’s instructions and swiftly make your way towards the game hall. If you complete all the tasks without knock out any task so you will win. hair girl run ridge with puzzle game cross-bridges feel all run and keep walk on all shortcut to be best stacky dash bridge runner. If you break the rule of the race you will be terminated like join clash and money race 3d. and once she stops saying green light in the squid game so stop going forward in the join clash and fat pusher. The obstacle shape like arrow fest stay away from it and protect your join clash 3d and fun run race with blob runner. Enjoy the unique fun experience now and start your adventure party. and also if you are not complete the task in the given time so you will be knocked out from the squid game squid race. There are many gaint rush and obstacles in the body race. Don\'t let others build your hair game run!', 'https://img.gamemonetize.com/ar6i9zxjnh7uof87en1ge0kjxi9nzwj0/512x384.jpg', 'https://html5.gamemonetize.com/ar6i9zxjnh7uof87en1ge0kjxi9nzwj0/', '0', 'Adventure', 0, 0, '', 'squid-games--impossible-challenges'), (15411, 'Squid Game Run', 'Invite to Squid Game. Invite to a fair game of Red lights, eco-friendly lights. Whoever wins this game will win a great deal of prize money. Stop at the red light. Continue when the thumbs-up is on. Follow your personality\'s head motions! Do not rush Red Light, Green Light Sugar Honeycombs Tug-of-war Marbles Glass Stepping Stones The Squid Game Experience the delights of the craze that\'s sweeping the globe by your pc!', 'https://img.gamemonetize.com/se5boz97o5crfeapnoyfhvvyte7nc52a/512x384.jpg', 'https://html5.gamemonetize.com/se5boz97o5crfeapnoyfhvvyte7nc52a/', '0', 'Arcade', 0, 0, '', 'squid-game-run'), (15412, 'Squid Game Pro', 'Squid Game 3D it\'s new run game, it\'s challenging game make you have fun. in this new run game you can become the winner and the best player ever deepening on how much you wanna win. Squid Game 3D is one of satisfying games and maybe is the best on squid games. This new game is the satisfying game you’ve been waiting for so start playing Squid Game 3D now. Sit back and relax in this free to play and satisfying time wasting game! Squid Game 3D is the number one squid game out there! Squid Game 3D Game Features â—‰ Simple & Beautiful graphics designed â—‰ challenging game â—‰ Squid Game 3D offline game. â—‰ Squid Game 3D for free and easy to play.', 'https://img.gamemonetize.com/w4i0upz9tx15hp2hnzp2gdco55uhkl0y/512x384.jpg', 'https://html5.gamemonetize.com/w4i0upz9tx15hp2hnzp2gdco55uhkl0y/', '0', 'Adventure', 0, 0, '', 'squid-game-pro'), (15413, 'Candy Fever 2', 'Candy Smash Mania is a sweet match 3 puzzle game. You will act as little girls, accompany with lovely husky. Thousands of puzzle levels filled with candies and cake carefully well crafted. Enter the juicy adventure and travel through sweet house of candy treats. Match and blast three or more of the same candies to clear the levels! Make the most delicious combinations and get through challenging levels filled with candy! Blast candies together and match the rarest treats and share with your friends. More treats are in Candy Smash Mania for you to discover in this juicy land! You would addictive in this candy treat, such as Jam, honey, sweet and biscuits treasure trove of tasty treats! Candy Smash Mania features: Addictive match 3 gameplay Colorful and delicious candies. Splendid animations Any time and anywhere with no WIFI Collect the Black or white kittens, also bees and rabbits can help you pass levels easily! Be careful with barriers: Five layers dessert, Ice layers, Biscuits stick, Honey pot, etc. HOW TO PLAY: Match 3 or more same color gem jewels in order to crush them. Pass level to get enough stars and unlock the new maps. Collect rabbits and buy powerful boosters to crush candy easily. Wisely use the colorful and powerful boosters, pass the devil levels. Try to get 3 star stage clear.', 'https://img.gamemonetize.com/m04bud9f33s2lkzjf3a5kk88pa9ltfem/512x384.jpg', 'https://html5.gamemonetize.com/m04bud9f33s2lkzjf3a5kk88pa9ltfem/', '0', 'Puzzles', 0, 0, '', 'candy-fever-'), (15414, 'Sky Acrobat', 'Its possible now to play Sky Acrobat game in your web browser for free at superkidgames.com.Try this extreme sport game if you are not afraid of heights. Jump off the plane now and start the free fall adventure. Show us your sky acrobat skills!', 'https://img.gamemonetize.com/bahsmm5a7vwf4w9wyuln3szlq8x1wv7w/512x384.jpg', 'https://html5.gamemonetize.com/bahsmm5a7vwf4w9wyuln3szlq8x1wv7w/', '0', 'Sports', 0, 0, '', 'sky-acrobat'), (15415, 'Sonic Memory Match Up', 'It\'s possible now to play Sonic Memory Match Up game in your web browser for free at superkidgames.com .Put your mind to the test and find the hidden characters in Sonic Memory Match Up game! Are you good at paying attention to details? Join your friends Sonic the Hedgehog, Miles "Tails" Prower, and Amy Rose, and use your skills to match all the cards! This fun memory game is designed to test your memorization skills as you do your best to reveal your friends! Begin with just four cards, then advance to more and more difficult challenges as you play! Turn over the cards, see the heroes on the other side, then find their pair! Seems easy enough, right? You can also find more games at superkidgames.com, pick up one and have fun!', 'https://img.gamemonetize.com/5g336tue6cubvv1c4x3c0ht6hvofxbnf/512x384.jpg', 'https://html5.gamemonetize.com/5g336tue6cubvv1c4x3c0ht6hvofxbnf/', '0', 'Puzzles', 0, 0, '', 'sonic-memory-match-up'), (15416, 'Fortnite Memory Match Up', 'Its possible now to play Fortnite Memory Match Up game in your web browser for free at superkidgames.com .Put your mind to the test and find the hidden characters in Fortnite Memory Match Up game! Are you good at paying attention to details? Join your friends Catalys, Midas, and John Wick, and use your skills to match all the cards! This fun memory game is designed to test your memorization skills as you do your best to reveal your friends! Begin with just four cards, then advance to more and more difficult challenges as you play! Turn over the cards, see the heroes on the other side, then find their pair! Seems easy enough, right? You can also find more games at superkidgames.com, pick up one and have fun!', 'https://img.gamemonetize.com/gs4xqbkdqpu6qe19ptn7ufir1af984es/512x384.jpg', 'https://html5.gamemonetize.com/gs4xqbkdqpu6qe19ptn7ufir1af984es/', '0', 'Puzzles', 0, 0, '', 'fortnite-memory-match-up'), (15417, 'Frisbee Forever 2', 'Frisbee Forever 2 is the sequel to the wonderful game Frisbee Forever, in which you can throw a Frisbee and go through many different 3D tracks, collecting stars,', 'https://img.gamemonetize.com/t75z0xvijmgcwaf48gdxnsy6kgl43a0q/512x384.jpg', 'https://html5.gamemonetize.com/t75z0xvijmgcwaf48gdxnsy6kgl43a0q/', '0', 'Clicker', 0, 0, '', 'frisbee-forever-'), (15418, 'ASRs RPG Adventure', 'Play as an RPG hero in this fun adventure game from ASRonlineGames.com. Be careful because some of the plants in the kingdom are behaving erratically. Find the wizard for instruction on how to return them to their normal state. Find the lost princess as a side quest. Visit the shop to buy weapons or shields. You\'ll also have to obtain food and drink. You can find food and drink as you go through your adventure or you can buy them from the shop. The game will end if you lose too much health or if you don\'t obtain food for too long a time. You can use your sword or spear to clear out trees and other vegetation that are in your way. Good luck.', 'https://img.gamemonetize.com/khtri7k9wpcc1qxqx0un3zdc6q618n0q/512x384.jpg', 'https://html5.gamemonetize.com/khtri7k9wpcc1qxqx0un3zdc6q618n0q/', '0', 'Puzzles', 0, 0, '', 'asrs-rpg-adventure'), (15419, 'Nickelodeon Arcade', 'Play Nickelodeon Arcade Game online in your web browser and mobile at superkidgames.com for free and more html5 games With Nickelodeon Arcade Get ready to interact with Nickelodeon characters in-game and complete different objectives by playing slot machines. Select a game you want to play, read rules and start your activity. Get points for completing tasks and see leaderboard. Become the best player in this room! Nickelodeon: Arcade Action is a collection of 3 mini-games starring a cast of well-known Nickelodeon characters including SpongeBob SquarePants,', 'https://img.gamemonetize.com/9btpi2osjc0bomcdum7geyeuosbgjo3v/512x384.jpg', 'https://html5.gamemonetize.com/9btpi2osjc0bomcdum7geyeuosbgjo3v/', '0', 'Arcade', 0, 0, '', 'nickelodeon-arcade'), (15420, 'Combine Cubes 2048+', 'Get the highest number by combining the cubes.', 'https://img.gamemonetize.com/7fjezx31d7u5x6q97kwkc3avoa31wwnx/512x384.jpg', 'https://html5.gamemonetize.com/7fjezx31d7u5x6q97kwkc3avoa31wwnx/', '0', 'Hypercasual', 0, 0, '', 'combine-cubes-'), (15421, 'Tower Light', 'This is a very interesting puzzle game. In the game, we need to turn the line so that each lighthouse can be connected and lit. It is a great test of your wisdom. Come and have a try', 'https://img.gamemonetize.com/0p05eoqitgisqb15y7wk17g2wo2soxfa/512x384.jpg', 'https://html5.gamemonetize.com/0p05eoqitgisqb15y7wk17g2wo2soxfa/', '0', 'Puzzles', 0, 0, '', 'tower-light'), (15422, 'Minecraft Game Mode 2021', 'Minecraft Game Mode 2021 Minecraft Remake 2021 Classic Minecraft game 2021! Explore infinite worlds and build everything from the simplest of homes to the grandest of castles.', 'https://img.gamemonetize.com/w6qa46gcixusq2idqf0algxqr0zq31p5/512x384.jpg', 'https://html5.gamemonetize.com/w6qa46gcixusq2idqf0algxqr0zq31p5/', '0', 'Arcade', 0, 0, '', 'minecraft-game-mode-'), (15423, 'Anime Couples Dress Up Games', 'These dress up games with have you strutting your stuff down the catwalk in perfectly paired outfits, with the most glamorous dress up games this side of Disney LOL.', 'https://img.gamemonetize.com/mnj24ickaloe0zgdc2v8pcnotcin7elf/512x384.jpg', 'https://html5.gamemonetize.com/mnj24ickaloe0zgdc2v8pcnotcin7elf/', '0', 'Girls', 0, 0, '', 'anime-couples-dress-up-games'), (15424, '4 images 1 Word', 'Guess the word in common for 4 images. Can you find it?', 'https://img.gamemonetize.com/jt8b3hse47g824lsdxpj0sztwexkktvq/512x384.jpg', 'https://html5.gamemonetize.com/jt8b3hse47g824lsdxpj0sztwexkktvq/', '0', 'Puzzles', 0, 0, '', '-images--word'), (15425, 'Anime Couples Dress Up Game for Girl', 'Choose one of the 4 cute couples with different skin color and dress them up! You can dress up both the girl and the guy on the same screen. There are over 250 items in the game (all free!), of which 150 are for the girl and 100 for the boy to wear. Design the best outfit for each couple, make a screenshot and share it with your friends! Make the lovers look adorable on their romantic date! They had a crush on each other in high school, and they are still in love after graduation. They will have a wedding soon! It will be so much fun to pick a wedding dress and all those important accessories which comprise a fancy bridal outfit. In her diary the girl already dreams about the wedding party, the honeymoon (with a romantic world tour!) and the future marriage life. Do you love anime dress up or couple makeover games with anime graphics, kawaii Japanese girls and princesses? Check out new similar games from our studio by following the link "More by Anime Dress Up Games" and play high quality dress up games on your smartphone! All our games are completely free, with no locks, timers or in-app purchases.', 'https://img.gamemonetize.com/39gzxnvtm7kdcdtps3hm2poornfry0w7/512x384.jpg', 'https://html5.gamemonetize.com/39gzxnvtm7kdcdtps3hm2poornfry0w7/', '0', 'Girls', 0, 0, '', 'anime-couples-dress-up-game-for-girl'), (15426, 'Anime Fantasy Dress Up Game for Girl', 'Do you like manga or anime girl dress up games? Sure you do! And what\'s you\'ve really missed is fantasy anime dress up in a Role Playing Games style! 6 cute anime girls are looking for a good RPG fan to dress them up! The game is completely free. No purchases in this anime dress up game whatsoever! Among 300+ items you will find all of the major RPG character styles: warrior or fighter, knight and paladin, archer and ranger, berserker, thief, assassin, rogue, monk or martial artist, priest and healer, mage and wizard druid, even summoner and necromancer. Mix this styles and dress up your cute and fancy avatar girl! If you\'re addicted to manga dress up games, come see these gorgeous rpg character creator! Fantasy princesses are just waiting for stylish makeovers and new wonderful dressups. Use your kawaii sense and create your own character, make the best outfit for each fantasy girl. Choose hairstyle, dress, jackets, leggings, shoes, necklaces, weapons, fantastical fantasy pets and other accessories for your anime or kawaii girls. All of our fashion and makeover and doll dress up games for girls are completely and truly free. Check them out and download them to your Android phone or tablet, tap on "More Games" link to download Best Dress Up Games for Girls. Thousands of items and dolls in all possible settings and styles await!', 'https://img.gamemonetize.com/tzwqmsvrmabm555dj00e285mh9uouwyu/512x384.jpg', 'https://html5.gamemonetize.com/tzwqmsvrmabm555dj00e285mh9uouwyu/', '0', 'Girls', 0, 0, '', 'anime-fantasy-dress-up-game-for-girl'), (15427, 'high tower heels rush run 3dfat pusher high heel', 'This high tower heels rush fun run game is like a long heels game. This city high tower takeover game features fascinating graphics and simple mechanics. You start the battle with count master in the crowd challenge there are no chances for you to feel lonely Because there are many challenges in the Clash hair Challenge like a ball run. In the end, there will be a high tower rush run giant like a fat pusher for the count master to destroy it and get high tower heels rush run 3d-fat pusher for your crowd. You can ready makeover run with hair challenge blob runner in this amazing year best game in 2021. Collect hair all the way, rush to the end, unlock longer hair and win more rewards. The more you join the clash in the crowd challenge the more you get count master in the last in the war. Your hair is smashed running for the join high tower heel and protect your crowd in the muscle race 3d. Be smart and take a fast shortcut run to a fat body race to outplay your opponents. Collect the heels of the same color, increase the length of your heels, avoid obstacles and high tower heels of other colors. The main challenge is to get fat 2 fit in the join body race to accept the hair challenge for the join clash muscle race 3d. Download high tower heels rush run 3d fat pusher high heel game. Collect bricks of your color, Collect your heels cut colored logs, and place them on the legs challenge body runner of your choice. clash join run in the tower heels rush to accept the challenge for the muscle race 3d and muscle rush 3d. Just you need to keep going forward with a crowd in the bridge race. Don\'t let others build your high tower rush game run! The obstacle shape like arrow fest stay away from it and protect your join clash 3d and fun run race with blob runner. you can make your high tower heels rush run and they will muscle race 3d with you. You can collect shortcut run to fight with a join clash 3d. at the end after fighting with the clash runners and then smash the giant rush. high tower heels rush run 3d-fat pusher high heel that’s not all, it’s not all regarding the sport.other options are hair coloring dye. There are enemies in every dancing race level who have high tower heels to destroy your crowd and Clash with blob runner. There are many master high tower heels join running with you in the fun run 3d. Are you ready for the best play game in summer so you can download the high tower heels rush run 3d fat pusher high heel game? Yes, you detected it right. you\'ll dye your heel of any color you wish. Your partner has experience of muscle race 3d just be with them in the high hair runner challenge to destroy your enemies and giant rush with arrow fest. It\'s a very satisfying high tower heel run rush challenge clash to join a running game. You will challenge yourself and collect most of the crowd and win on your body race. Keep going balls fat 2 fits in the join muscle rush 3d. The crowd will collect the fat 2 fit and hair challenge and destroy the blob runner and gaint rush. You have a chance to get absorbed in the bright world of high tower heels full of fat pusher and stickman battles. join this happy hair girl rush challenge game, slide forward flexibly. Fill the start by gathering all stacks and crosses across the bridge. thus what are you anticipating, grab your high heels, opt for your best hair coloring for makeover and find prepared for the challenge? high tower heels rush run fat pusher high game challenge the world\'s longest hair, put them on any of the bridges you find ladder race near to you. Race body run ridge with puzzle game cross-bridges feel all run and keep walk on all shortcut to be best stacky dash bridge runner. Get ready to spend hours playing one of the most thrilling running games.', 'https://img.gamemonetize.com/dxkckmkwir096mgwp7njizs7owajsebd/512x384.jpg', 'https://html5.gamemonetize.com/dxkckmkwir096mgwp7njizs7owajsebd/', '0', 'Arcade', 0, 0, '', 'high-tower-heels-rush-run-dfat-pusher-high-heel'), (15428, 'Fashion Show Dress Up Game for Girl', 'Dress to impress! Be a fabulous fashionista stylist and dress up a supermodel to rule all the fashion runways around the world!', 'https://img.gamemonetize.com/zi6ty4h67l0tuasojydvsi80rsaxt3h8/512x384.jpg', 'https://html5.gamemonetize.com/zi6ty4h67l0tuasojydvsi80rsaxt3h8/', '0', 'Girls', 0, 0, '', 'fashion-show-dress-up-game-for-girl'), (15429, 'squid game Piano Tiles', 'Piano Tiles squid game Homura LISA - squid game online Movie Are you a fan of the squid game online squid game? Are you a fan of the great stunts of Tanjiro and friends? Are you also a fan of their film entitled Mugen Train? If so, you must try playing this squid game Piano Tiles Game. In this Piano Tiles game we provide the theme song from the squid game online movie which is very beautiful and stunning. Not only songs from theme songs, we also provide several popular and famous squid game song lists. How to play this squid game piano tiles is very easy, you are only required to press the tiles by adjusting the tempo of the song. If you press the wrong tile, the game will end and the song will automatically stop.', 'https://img.gamemonetize.com/rrlo4oih360xujwypzspgu4nfi2d3gq9/512x384.jpg', 'https://html5.gamemonetize.com/rrlo4oih360xujwypzspgu4nfi2d3gq9/', '0', 'Puzzles', 0, 0, '', 'squid-game-piano-tiles'), (15430, 'Halloween Words Search', 'Find the word in straight line of blocks (Horizontally, vertically or diagonally with any direction), press the block showing the first alphabet and move till you come to the last alphabet of the word. Find all the words displayed in left panel to complete a level. Complete all level to win this game.', 'https://img.gamemonetize.com/jawlcnk48x4ncejefg9cfy5n558byncv/512x384.jpg', 'https://html5.gamemonetize.com/jawlcnk48x4ncejefg9cfy5n558byncv/', '0', 'Puzzles', 0, 0, '', 'halloween-words-search'), (15431, 'Power Badmintan', 'Play badminton against clever opponents. Hit short, hit long and smash your way to victory in this badminton league! Activate power ups to give you an unfair advantage over your opponent. Beware, your opponent has powerups too! Use your racquet to make cool net shots. Bait them to do a high ball and finish with a smash! Or, play long rallies until your opponent gives up. Not sure how to play? Start with training mode. Practice baby shots with your badminton racket.', 'https://img.gamemonetize.com/wp8mcwx3aiynob2i5gkzne4qgnozb4pc/512x384.jpg', 'https://html5.gamemonetize.com/wp8mcwx3aiynob2i5gkzne4qgnozb4pc/', '0', 'Sports', 0, 0, '', 'power-badmintan'), (15432, 'Whack em all', 'Hit as many moles as possible before time runs out. Get the Super Hammer Power-up to double your points! The game is usable both in Portrait and Landscape Mode, try it now!', 'https://img.gamemonetize.com/o7l17s0xvb24pmko3c3ugzx9npigdaqv/512x384.jpg', 'https://html5.gamemonetize.com/o7l17s0xvb24pmko3c3ugzx9npigdaqv/', '0', 'Arcade', 0, 0, '', 'whack-em-all'), (15433, 'Basketball Legends PvP Dunk Battle', 'Do you want to play with some of the greatest icons in the sport? Thanks to Basketball Legends PvP: Dunk Battle, you have the chance to play against the greats only by using your mobile device! Get ready to play basketball with some true basketball legends!', 'https://img.gamemonetize.com/zxyf0o4ev34kt7p92mtzsijju7zqcp80/512x384.jpg', 'https://html5.gamemonetize.com/zxyf0o4ev34kt7p92mtzsijju7zqcp80/', '0', 'Sports', 0, 0, '', 'basketball-legends-pvp--dunk-battle'), (15434, 'Wheelie Bike New', 'Wheelie Bike New Recently, the stickman wants to enter the wheelie competition in the city. Now can you help him to master the stunt, the front wheel off the ground and keep moving? If he loses his balance or the front wheel touches the ground, the performance fails. Help him to develop his excellent balance and keep a unique posture forward. This is a game that you can\'t stop at all! Enjoy playing with Wheelie Bike!', 'https://img.gamemonetize.com/9b0bxr3ep410xxl6s8bkltgzix5gctne/512x384.jpg', 'https://html5.gamemonetize.com/9b0bxr3ep410xxl6s8bkltgzix5gctne/', '0', 'Racing', 0, 0, '', 'wheelie-bike-new'); INSERT INTO `zon_games` (`id`, `game_name`, `game_description`, `game_image_url`, `game_url`, `game_published`, `game_category`, `game_status`, `game_played`, `game_banner_url`, `game_slug`) VALUES (15435, 'Happy Eyes', 'Draw lines is a basic physics game. Challenges your brain to be able to find a way to hit the ball!They\'re not as easy as they look. Care to give one a try? It\'s time to water games use your brain and find a way to Fill the cups with coffee or Fruits Juice ! Try to find the best way to complete each level. You can come up with your own solution so be creative and don\'t be affraid to think out of the box!', 'https://img.gamemonetize.com/sa1k7q3ip7dy66hbhogmpuyo1cnwwb3m/512x384.jpg', 'https://html5.gamemonetize.com/sa1k7q3ip7dy66hbhogmpuyo1cnwwb3m/', '0', 'Puzzles', 0, 0, '', 'happy-eyes'), (15436, 'Geometry Dash Lite', 'Jump and fly your way through danger in this rhythm-based action platformer! Prepare for a near impossible challenge in the world of Geometry Dash. Push your skills to the limit as you jump, fly and flip your way through dangerous passages and spiky obstacles. Simple one touch game play that will keep you entertained for hours!', 'https://img.gamemonetize.com/8e6oh4iwje2mcozfxc41lxtsbxyqpb43/512x384.jpg', 'https://html5.gamemonetize.com/8e6oh4iwje2mcozfxc41lxtsbxyqpb43/', '0', 'Arcade', 0, 0, '', 'geometry-dash-lite'), (15437, '2D Car Runner', 'Are you ready for an endless 2D drive? In this fun, but challenging game, drive as far as you can, and reach your best distance by avoiding obstacles and picking up gas. You\'ll need to keep your car gassed up to keep going, and you\'ll be challenged by the progressive speed of the game. You will love the challenge of this game, and the smooth game tune will keep you engaged for hours!', 'https://img.gamemonetize.com/nvtgml1ch483zwor5s6vddkpwc4pga9y/512x384.jpg', 'https://html5.gamemonetize.com/nvtgml1ch483zwor5s6vddkpwc4pga9y/', '0', 'Racing', 0, 0, '', 'd-car-runner'), (15438, 'Moto X3M Bike Race Game Race', 'Moto X3M brings awesome bike racing with beautifully crafted levels straight to your mobile. So grab your motorbike, strap on your helmet and grab some airtime over obstacles to beat the clock on amazing off road circuits. Moto X3M combines fast pace flying by the seat of your pants arcade levels, with whacky fantastic contraptions such as the tank that can provide interesting puzzles. While most levels are easy, it can be very hard to master the level and beat the top time.', 'https://img.gamemonetize.com/t6sxad8l3ove2iwtmdpmbb079rnhbx4m/512x384.jpg', 'https://html5.gamemonetize.com/t6sxad8l3ove2iwtmdpmbb079rnhbx4m/', '0', 'Racing', 0, 0, '', 'moto-xm-bike-race-game--race'), (15439, 'Sling Drift', 'Fast action drifting with your car around an endless race track. One tap easy to learn controls with addictive gameplay.', 'https://img.gamemonetize.com/3y5qrsgr0z9edszbx6mpcm2w0p5eevjp/512x384.jpg', 'https://html5.gamemonetize.com/3y5qrsgr0z9edszbx6mpcm2w0p5eevjp/', '0', 'Arcade', 0, 0, '', 'sling-drift'), (15440, 'Dominoes #1 Classic Dominos Game', 'Dominoes is by far the most played board game in the world. This Free puzzle Dominoes game is soon to be by far the most played dominos game ever. So, it is pretty simple. If you like Mahjong, Backgammon, Block Puzzle, Chesters then you must definitely play this insanely addictive Best Dominos Game available now for you! Improve your strategic skills with the Best Dominoes Game!', 'https://img.gamemonetize.com/3k6o1tv0tey4970egkms1g4uaqbfsoqm/512x384.jpg', 'https://html5.gamemonetize.com/3k6o1tv0tey4970egkms1g4uaqbfsoqm/', '0', 'Puzzles', 0, 0, '', 'dominoes---classic-dominos-game'), (15441, 'Weekend Sudoku 31', 'Sudoku is one of the most popular puzzle games of all time. The goal of Sudoku is to fill a 9×9 grid with numbers so that each row, column and 3×3 section contain all of the digits between 1 and 9. As a logic puzzle, Sudoku is also an excellent brain game. If you play Sudoku daily, you will soon start to see improvements in your concentration and overall brain power. Start a game now.', 'https://img.gamemonetize.com/xknhz4as9bqaw4qz4otinsas3avlker9/512x384.jpg', 'https://html5.gamemonetize.com/xknhz4as9bqaw4qz4otinsas3avlker9/', '0', 'Puzzles', 0, 0, '', 'weekend-sudoku-'), (15442, 'Witch Halloween Jigsaw', 'Witch Halloween jigsaw is an online puzzle jigsaw game. To solve this puzzle you have to place 64 pieces in the correct jigsaw order. Play this cool plush figures toys jigsaw game and enjoy in your free time!', 'https://img.gamemonetize.com/rx8czu4oecep3ntdcwpeobtsc9p0ovjj/512x384.jpg', 'https://html5.gamemonetize.com/rx8czu4oecep3ntdcwpeobtsc9p0ovjj/', '0', 'Puzzles', 0, 0, '', 'witch-halloween-jigsaw'), (15443, 'JackOLanterns Jigsaw', 'Jack-O-Lantern jigsaw is an online puzzle jigsaw game. To solve this puzzle you have to place 64 pieces in the correct jigsaw order. Play this cool plush figures toys jigsaw game and enjoy in your free time!', 'https://img.gamemonetize.com/br3bpcm51luunmyhc23tw11apmoscw9n/512x384.jpg', 'https://html5.gamemonetize.com/br3bpcm51luunmyhc23tw11apmoscw9n/', '0', 'Puzzles', 0, 0, '', 'jackolanterns-jigsaw'), (15444, 'Monster Truck Driving Stunt Game Sim', 'Drive Monster stunts vehicle on complex, challenging tracks - severe driving abilities. Gamers DEN invites you to play extreme knocking down beast truck feats on 99% challenging tracks. Are you all set to drive the truck at severe speed on extremely thrilling tracks of the racing beast truck simulator? Are you in search of an insane stunt-riding vehicle and also eager to drive a feat truck leaping? Gamers DEN brings you mountain feat games with the ultimate test stunt experience of monster vehicle stunts concerning mountain climb. Monster truck feats: offroad racing games 2020 is the best enhancement to the collection of monster car feats games 2020. You have to drive racing stunts of beast car feat games in stunt mountain climbing up a game of beast vehicle scary stunts. Enjoy the most up-to-date modern beast vehicle game with ultimate feat tracks of extreme track stunt on the highest possible Impossible car stunts racecourse.', 'https://img.gamemonetize.com/sivgvxagtck60q62m9ofg6q0llrnbq9v/512x384.jpg', 'https://html5.gamemonetize.com/sivgvxagtck60q62m9ofg6q0llrnbq9v/', '0', 'Action', 0, 0, '', 'monster-truck-driving-stunt-game-sim'), (15445, 'Supercars Drift Racing Cars', 'Legends take the wheel of real cars from premium prominent epic car producers, such as Ferrari, Porsche, Lamborghini, and W Motors, among many various other worldwide brands. Drive, enhance and also carry out feats across dynamic real-life places in solitary or multiplayer play. Racing adrenaline, brought to you by the developers of Asphalt 8: Airborne. Customize high-end hypercars There are over 70 of the world\'s A-brand high-speed electric motor machines to gather. Each vehicle has been picked from amongst the globe\'s most distinguished car brand names and makers and has personalized aesthetics. Pick your car, customize its body paint, the edges, as well as wheels, or use different-looking body components for racing around the world. Vehicle & hand-operated racing controls Degree up your skills and also race via the streets like a pro with an accurate guidebook. If you like to cruise, TouchDrive â„¢ is a driving control system that simplifies car steering to allow you to concentrate on choice and timing. This function is excellent to enable you to focus on the atmosphere, the soundtrack, and the audio impacts.', 'https://img.gamemonetize.com/k4ffna0j4dx8xjr7njii048zsn2ydw5h/512x384.jpg', 'https://html5.gamemonetize.com/k4ffna0j4dx8xjr7njii048zsn2ydw5h/', '0', 'Racing', 0, 0, '', 'supercars-drift-racing-cars'), (15446, 'Baby Taylor Tea Party Day', 'It\'s tea party day! Taylor\'s friends are coming to her house for a tea party. Let us help mom and Taylor to prepare delicious tea for the party and then to arrange tea time dessert in a tray. Mom will make her special snack Petit Fours for kids. Do you know how to make it? Look after little kids\' needs and keep them happy throughout the party. Have fun!', 'https://img.gamemonetize.com/w9pleb21sbjuyohiwwx4h3d31tefb5nb/512x384.jpg', 'https://html5.gamemonetize.com/w9pleb21sbjuyohiwwx4h3d31tefb5nb/', '0', 'Girls', 0, 0, '', 'baby-taylor-tea-party-day'), (15447, 'Takeover', 'For centuries the Rivadis Empire ruled the continent in its shine and glory. But now it fell into necromancers’ hands and dying. Time for Takeover has come! Lead one of 3 nations in the battle for Rivadis in this real-time strategy game.', 'https://img.gamemonetize.com/zmi4cfbiz4q4wjkstxuqlnh8rqiyex77/512x384.jpg', 'https://html5.gamemonetize.com/zmi4cfbiz4q4wjkstxuqlnh8rqiyex77/', '0', 'Adventure', 0, 0, '', 'takeover'), (15448, 'Super Raccoon World', 'Raccoon brothers are embarking on a huge adventure in the world of monster chickens, scorpions and some other creatures. In this chapter, what they need to do, is to collect all of the corns by avoiding the animals and after the corns are done, they should go back to their home which is in the tree hollow. You can start the game quickly by passing through the checkpoints inside of the game levels when the players health is over and when you completely fail.', 'https://img.gamemonetize.com/n99pt3vge1zzoh2mdcl6bk0psv4k7q32/512x384.jpg', 'https://html5.gamemonetize.com/n99pt3vge1zzoh2mdcl6bk0psv4k7q32/', '0', 'Adventure', 0, 0, '', 'super-raccoon-world'), (15449, 'Squid Game Green Light Red Light Hints', 'Invite to Squid Game. Invite to a fair game of Red lights, eco-friendly lights. Whoever wins this game will win a great deal of prize money. Stop at the red light. Continue when the thumbs-up is on. Follow your personality\'s head motions! Do not rush Red Light, Green Light Sugar Honeycombs Tug-of-war Marbles Glass Stepping Stones The Squid Game Experience the delights of the craze that\'s sweeping the globe by your pc!', 'https://img.gamemonetize.com/etp56l9axninm4hfoue23ndqkvbpkho2/512x384.jpg', 'https://html5.gamemonetize.com/etp56l9axninm4hfoue23ndqkvbpkho2/', '0', 'Arcade', 0, 0, '', 'squid-game-green-light-red-light-hints'), (15450, 'Fantastic Peaman Adventure', 'Get ready for a brand new adventure with Peaman. With renewed enemies, different characters, new sounds and new chapters, Fantastic Peaman Adventure is with you. Collect peanuts on maps to fight enemies and destroy them by throwing peanuts at enemies. Complete 30 different missions in 3 different worlds and complete the adventure. With the gold you earn, you can buy new characters from the market or buy potions for new life. Visit meyagames.com for this legendary game and more.', 'https://img.gamemonetize.com/q64x3ec10kroik095kicmb3nf9j2ox8p/512x384.jpg', 'https://html5.gamemonetize.com/q64x3ec10kroik095kicmb3nf9j2ox8p/', '0', 'Adventure', 0, 0, '', 'fantastic-peaman-adventure'), (15451, 'Cute Witch Princess', 'Everyone\'s favorite holiday is approaching - Halloween. What will the funny princesses come up with this time? The girls decided to change their traditional outfits, turning them into a witch dress! Do you want to know what your favorite princess will look like in the form of a witch? Then rather play this wonderful game called Cute Witch Princess. Get some festive makeup, a traditional hairstyle, and a witch\'s robe and pointed hat. Do not forget about shoes or boots, as well as accessories that will make your look unforgettable. Have a lot of fun on Halloween!', 'https://img.gamemonetize.com/pifozox0j5t63fagj79m40s3mjjy99bi/512x384.jpg', 'https://html5.gamemonetize.com/pifozox0j5t63fagj79m40s3mjjy99bi/', '0', 'Girls', 0, 0, '', 'cute-witch-princess'), (15452, 'SquidGame.io', 'Squid Game multiplayer game! Collect gems to grow and hunt smaller players! Customize your character with hats and colors.', 'https://img.gamemonetize.com/j4drf322s2noxvmrvou4ed4j7a0h2ugv/512x384.jpg', 'https://html5.gamemonetize.com/j4drf322s2noxvmrvou4ed4j7a0h2ugv/', '0', 'Multiplayer', 0, 0, '', 'squidgameio'), (15453, 'Hello Kitty Educational Games', 'Enjoy presents Hello Kitty Educational Games! Help Hello Kitty to complete a lot of activities and boost your creativity and attention skills! Test your visual skills and improve your concentration with this fun game for all ages.', 'https://img.gamemonetize.com/8rltnubs6tschfsw1fwbpj24ccl474oe/512x384.jpg', 'https://html5.gamemonetize.com/8rltnubs6tschfsw1fwbpj24ccl474oe/', '0', 'Girls', 0, 0, '', 'hello-kitty-educational-games'), (15454, 'Ice Princess Wedding Disaster', 'Today is the wedding of Elsa and Jack. Elsa has been looking forward to it for a long time, and she will soon realize the romantic wedding of her dreams. But Jack wants to add a little more excitement, he put a balloon in the wedding cake! So, when Elsa cutting the cake, an accident happened... Elsa\'s romantic wedding is ruin, and her beautiful makeup and wedding dress are dirty. Please help Elsa freshen up and get a new wedding dress! Let\'s help her save her wedding.', 'https://img.gamemonetize.com/teez8idvmhcejz3wdu8ev0pbya11hiov/512x384.jpg', 'https://html5.gamemonetize.com/teez8idvmhcejz3wdu8ev0pbya11hiov/', '0', 'Girls', 0, 0, '', 'ice-princess-wedding-disaster'), (15455, 'Princess Candy Makeup', 'Welcome to Princess Candy Makeup! Let\'s learn to style! This time, they got something new for you, all kinds of sweet stuffs. Candies, ice cream, cakes, chocolate, lollipops... But, can you believe it? They can be accessories put on clothes, hairstyles, makeup and jewelries. Feeling curious now? Come check them out and design styles with imagination.', 'https://img.gamemonetize.com/1dk6z2pm3mriyzh150qyly2lv3htnmh4/512x384.jpg', 'https://html5.gamemonetize.com/1dk6z2pm3mriyzh150qyly2lv3htnmh4/', '0', 'Girls', 0, 0, '', 'princess-candy-makeup'), (15456, 'Glam Doll Salon', 'Fashion! Glamor! Makeup and models! Glam Doll Salon - Chic Fashion is a fun design and dress-up game for girls! All you have to do is design the latest styles, makeup, and hair, then dress each model until she looks perfect!', 'https://img.gamemonetize.com/tpgms4hfs0lt50vryqgafx8pt1pwjzjr/512x384.jpg', 'https://html5.gamemonetize.com/tpgms4hfs0lt50vryqgafx8pt1pwjzjr/', '0', 'Girls', 0, 0, '', 'glam-doll-salon'), (15457, 'CarMiss', 'A great action game with you. You have to dodge the attacks with the car you have. They are attacking missiles from all sides. You can get yourself a new and faster vehicle by collecting gold while escaping. If you wish, you can increase the protection of the vehicle with gold or you can strengthen the protection shield by purchasing an anti-rocket gun. To destroy the rockets, you have to collide them with each other.', 'https://img.gamemonetize.com/nlbujpq4a6otilkfd69j7lh40ks95jt7/512x384.jpg', 'https://html5.gamemonetize.com/nlbujpq4a6otilkfd69j7lh40ks95jt7/', '0', 'Action', 0, 0, '', 'carmiss'), (15458, 'Merge Plane', 'Merge & Develop Your Airline! Ever wanted to be an captain? Ever wanted to be an air giant? Take control of your very own parking apron and air line. Buy, merge and manage your planes so you can make them fly to earn money! Start your airline empire today!', 'https://img.gamemonetize.com/39tiur8kmla28tiaiq8uymej1gm58cgc/512x384.jpg', 'https://html5.gamemonetize.com/39tiur8kmla28tiaiq8uymej1gm58cgc/', '0', 'Clicker', 0, 0, '', 'merge-plane'), (15459, 'Among Us Online v3', 'Welcome to Among Us Online v3 game. In this game you can play only solo as imposter or crewmate on the space ship. You can do sabotage on spaceship or killing them one by one and without being caught. You can customize your character and game settings. Have a nice game!', 'https://img.gamemonetize.com/n2294odux88zuqkl35s7rjoyns90cebj/512x384.jpg', 'https://html5.gamemonetize.com/n2294odux88zuqkl35s7rjoyns90cebj/', '0', 'Arcade', 0, 0, '', 'among-us-online-v'), (15460, 'Power Transmission Puzzle', 'Power Transmission Puzzle is an additive puzzle game. You\'ll need to connect the light bulb with a power source to light it up. Tap on a wire or a light bulb to rotate it to a proper orientation. Features: - 100 levels to play - Shops for unlocking cute themes and objects', 'https://img.gamemonetize.com/ozesrifu6jjv0guzzjgqopxtmdawv2i0/512x384.jpg', 'https://html5.gamemonetize.com/ozesrifu6jjv0guzzjgqopxtmdawv2i0/', '0', 'Puzzles', 0, 0, '', 'power-transmission-puzzle'), (15461, 'Pop It Roller Splat', 'Just like traditional painting arcade games, Pop It Roller Splat requires you to move the ball to paint and overpass all blank positions at each level. The ball will not stop with your control until it crashes the wall in the end of the line track. Keep calm and complete all levels without time limitations.', 'https://img.gamemonetize.com/nktkmrs7420twwi3oq1mhlcmw6plmqm6/512x384.jpg', 'https://html5.gamemonetize.com/nktkmrs7420twwi3oq1mhlcmw6plmqm6/', '0', 'Arcade', 0, 0, '', 'pop-it-roller-splat'), (15462, 'Fairy Dress Up Game for Girl', 'Play this new magic beauty salon game for free! No in-app purchases! All girls will just love this cute makeover game with tiny fairies to dress up and a huge selection of fancy items to pick from. Choose hairstyles, dresses, wings, magic wands and many other types of items for your fairy girls. 6 fairies, 4 backgrounds and over 200 items to choose from. Nothing is locked! Beautiful little fairies with magical wings live in a world full of flowers, fun and happiness. Join these young fairy fashionistas in their fun games and help them in their makeovers. These little princesses love fashion and design their own gorgeous outfits from flowers and leaves to stroll across enchanted forests and fly above meadows full of majestic flowers. These tiny cuties are all girl friends of Thumbelina, their princess. Fairy girls invite elves to their feasts and parties. What other great way to spend a weekend for these cool girl friends than to throw a ball where all the princesses are invited! Dress up your fashionista fairy and think up the most exciting outfits for your cute little girl! If you are a fan of games with princesses and fairies, don\'t forget to download other new games for girls by our studio! All our dress up games and makeover salon apps are completely free, we promise!', 'https://img.gamemonetize.com/1j2mnc5adabjvwztb4wnw4tohsroxyeq/512x384.jpg', 'https://html5.gamemonetize.com/1j2mnc5adabjvwztb4wnw4tohsroxyeq/', '0', 'Girls', 0, 0, '', 'fairy-dress-up-game-for-girl'), (15463, 'Dress up Ballerina Games for Girls', 'Be the Prima Ballerina in the best dance company & make your ballet dreams come true, in this ballerina girl game! Create & choreograph professional dances with tons of dance moves & unlimited variations! Style your ballerina before the big show with stunning outfits & dance accessories! Do you dream of being the most beautiful ballerina in the world? With this ballerina girl game, you could make your dreams come true! Lace up your ballet slippers & put on your shiniest tutu, it’s time to show off your ballet moves! Spin, leap & twirl across the stage before an adoring audience of your biggest fans! You can even choreograph professional ballets to your favorite classic tunes. Make your dreams come true & dare to dance on pointe! Features: > Dance at a world famous theatre to the most famous ballet tunes in this dreamy girl game! > Choose from tons of dance moves & choreograph your very own ballet! > Save your best performances & watch them over & over again! > Dress up in the most beautiful ballerina outfits in this glamorous girl game! Tons of tutus and dresses to choose from! > Uh oh, ballet injury! Treat injured ballerinas at the doctor’s clinic! > Style your hair in pretty buns, just like a real professional ballerina! > Take a pic with your favorite Ballerina! Smile for the camera!', 'https://img.gamemonetize.com/ozrnqtb50v3eezzwzd23rhrpn931rzzp/512x384.jpg', 'https://html5.gamemonetize.com/ozrnqtb50v3eezzwzd23rhrpn931rzzp/', '0', 'Girls', 0, 0, '', 'dress-up-ballerina-games-for-girls'), (15464, 'Alien Gems', 'Try to conquer a new planet in this epic match-3 RPG game. You just landed on a foreign planet full of hostile aliens. Match the gems to collect life or attack points and defeat your enemies. Improve your skills purchasing new outfit, weapons and items. Go and kill them all!', 'https://img.gamemonetize.com/t86bju00xh2zh55rh57y5vyjzk2g4n8t/512x384.jpg', 'https://html5.gamemonetize.com/t86bju00xh2zh55rh57y5vyjzk2g4n8t/', '0', 'Puzzles', 0, 0, '', 'alien-gems'), (15465, 'Squid Game New Viral Game', 'Squid Game 3D it\'s new run game, it\'s challenging game make you have fun. in this new run game you can become the winner and the best player ever deepening on how much you wanna win. Squid Game 3D is one of satisfying games and maybe is the best on squid games. This new game is the satisfying game you’ve been waiting for so start playing Squid Game 3D now. Sit back and relax in this free to play and satisfying time wasting game! Squid Game 3D is the number one squid game out there! Squid Game 3D Game Features â—‰ Simple & Beautiful graphics designed â—‰ challenging game â—‰ Squid Game 3D offline game. â—‰ Squid Game 3D for free and easy to play.', 'https://img.gamemonetize.com/0b5jzzzili6rbsai474nzbuxqfkf9as0/512x384.jpg', 'https://html5.gamemonetize.com/0b5jzzzili6rbsai474nzbuxqfkf9as0/', '0', 'Hypercasual', 0, 0, '', 'squid-game-new-viral-game'), (15466, 'Head Ball 2 Online Soccer Game', 'Challenge your opponents in Head Ball 2, the most competitive game ever created. It\'s a fast-paced, exciting multiplayer soccer game. Games are played in 1v1 online soccer matches against real players from all over the world.', 'https://img.gamemonetize.com/gcrq7w6atx2bvxwwg7r6itufhcrtpgzg/512x384.jpg', 'https://html5.gamemonetize.com/gcrq7w6atx2bvxwwg7r6itufhcrtpgzg/', '0', 'Sports', 0, 0, '', 'head-ball---online-soccer-game'), (15467, 'Squid Games Challenge', 'Now! You can knock down your competitors! The new competition now begins! Brand-new level elements, brand-new props content, and endless levels are waiting for you to challenge.', 'https://img.gamemonetize.com/2kvyydwznzwllyibahs01hpmnz8kzkm6/512x384.jpg', 'https://html5.gamemonetize.com/2kvyydwznzwllyibahs01hpmnz8kzkm6/', '0', 'Adventure', 0, 0, '', 'squid-games-challenge'), (15468, 'Bubble Shooter Spooky ', 'It is a spooky bubble shooter game; collect the Golden \'Jack-o\'-lanterns\' hidden among the zombie\'s eyes. There will be 72 challenging levels. In each level you will find a different challenge with \'different type of items and power ups\'. To complete a level you must collect all the \'Jack-o\'-lanterns\'. Shoot the eye on the board to make groups of 3 or more eyes of the same color. You must complete a level within allowed time. You will get better score if you complete the level early.', 'https://img.gamemonetize.com/b87162fw144kb53kq4x3u68zg5ksmmul/512x384.jpg', 'https://html5.gamemonetize.com/b87162fw144kb53kq4x3u68zg5ksmmul/', '0', 'Puzzles', 0, 0, '', 'bubble-shooter-spooky-'), (15469, 'Snakes', 'You are the fastest, biggest, greatest snake in the snake environment. Show them red snakes who is the boss. Hinder them, collect food, get bigger and bigger for keeping your reputation as the biggest snake. Use WASD keys to move. Spacebar to start. Good luck!', 'https://img.gamemonetize.com/xk7ytd5i7dd6h2lshp7antdis4s5rdcg/512x384.jpg', 'https://html5.gamemonetize.com/xk7ytd5i7dd6h2lshp7antdis4s5rdcg/', '0', 'Arcade', 0, 0, '', 'snakes'), (15470, '1212!', '12-12 is a puzzle game where the user has to place blocks in a board and group them to get points. Drag the colored blocks to the board and earn points by completing rows and columns. Pay attention to the shapes so you don\'t run out of space, and put yourself to the test in this addictive puzzle!', 'https://img.gamemonetize.com/tk9yw0u39c1qog89nwovdcwpktl6v795/512x384.jpg', 'https://html5.gamemonetize.com/tk9yw0u39c1qog89nwovdcwpktl6v795/', '0', 'Puzzles', 0, 0, '', ''), (15471, 'Cook Chinese Food Asian Cooking Gmaes', 'Become the top chef in Chinese cooking games in restaurant ! ** Delicious Asian food recipes and cooking ideas!', 'https://img.gamemonetize.com/yzr0472g80deutwqcq9j6ubqwcwrcppr/512x384.jpg', 'https://html5.gamemonetize.com/yzr0472g80deutwqcq9j6ubqwcwrcppr/', '0', 'Girls', 0, 0, '', 'cook-chinese-food-asian-cooking-gmaes'), (15472, 'Disk Area', 'Disk Area is a kids puzzle game. At this game you need to put disk at the selected area. Tap on screen to get the disk power to move to the area. If you give him more power he will go away from the area, or if you give him less power the disk will be closer to the area. So you need to give the right power to go the disk to the area. After every success the area will change the position.', 'https://img.gamemonetize.com/ogzgock8hugse5ahsouxd1t6n0wt2khq/512x384.jpg', 'https://html5.gamemonetize.com/ogzgock8hugse5ahsouxd1t6n0wt2khq/', '0', 'Puzzles', 0, 0, '', 'disk-area'), (15473, 'Character Creator Anime 3D', 'If you love anime love stories and want to create an anime couple of pictures or avatars, Anime Game unique way to describe this amazing dress up game are: Fashion Adventure . get new avater for Fashion anime game for adults , Dress up game for otaku anime Fashion Style Sassy Looks', 'https://img.gamemonetize.com/nfff4jp2jktdk5ncjbonl918otoje5ok/512x384.jpg', 'https://html5.gamemonetize.com/nfff4jp2jktdk5ncjbonl918otoje5ok/', '0', 'Girls', 0, 0, '', 'character-creator-anime-d'), (15474, 'Anime Avatar Make Your Own Anime Avatar', 'If you love anime love stories and want to create an anime couple of pictures or avatars, Anime Game unique way to describe this amazing dress up game are: Fashion Adventure . get new avater for Fashion anime game for adults , Dress up game for otaku anime Fashion Style Sassy Looks', 'https://img.gamemonetize.com/miqrtagl5891j1oocpox8hlvlt6zojna/512x384.jpg', 'https://html5.gamemonetize.com/miqrtagl5891j1oocpox8hlvlt6zojna/', '0', 'Girls', 0, 0, '', 'anime-avatar-make-your-own-anime-avatar'), (15475, 'Stunt Bike 3D Race Moto X3M', '